diff --git a/testdata/mina_testdb.sql b/testdata/mina_testdb.sql new file mode 100644 index 0000000..d522d89 --- /dev/null +++ b/testdata/mina_testdb.sql @@ -0,0 +1,294175 @@ +-- +-- PostgreSQL database dump +-- + +SET statement_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SET check_function_bodies = false; +SET client_min_messages = warning; + +-- +-- Name: deepdive_working_schema_lda; Type: SCHEMA; Schema: -; Owner: postgres +-- + +CREATE SCHEMA deepdive_working_schema_lda; + + +ALTER SCHEMA deepdive_working_schema_lda OWNER TO postgres; + +-- +-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: +-- + +CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog; + + +-- +-- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: +-- + +COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language'; + + +SET search_path = public, pg_catalog; + +-- +-- Name: fid; Type: SEQUENCE; Schema: public; Owner: postgres +-- + +CREATE SEQUENCE fid + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.fid OWNER TO postgres; + +SET default_tablespace = ''; + +SET default_with_oids = false; + +-- +-- Name: existfactors; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE existfactors ( + fid integer DEFAULT nextval('fid'::regclass), + vid integer[], + mid integer, + funcid integer +); + + +ALTER TABLE public.existfactors OWNER TO postgres; + +-- +-- Name: vid; Type: SEQUENCE; Schema: public; Owner: postgres +-- + +CREATE SEQUENCE vid + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.vid OWNER TO postgres; + +-- +-- Name: formation_location; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE formation_location ( + vid integer DEFAULT nextval('vid'::regclass), + docid text, + mid text, + formation text, + location text, + _weight double precision +); + + +ALTER TABLE public.formation_location OWNER TO postgres; + +-- +-- Name: formation_measurements; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE formation_measurements ( + vid integer DEFAULT nextval('vid'::regclass), + docid text, + mid text, + formation text, + relation text, + value text, + _weight double precision +); + + +ALTER TABLE public.formation_measurements OWNER TO postgres; + +-- +-- Name: mid; Type: SEQUENCE; Schema: public; Owner: postgres +-- + +CREATE SEQUENCE mid + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE public.mid OWNER TO postgres; + +-- +-- Name: model; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE model ( + mid integer DEFAULT nextval('mid'::regclass), + value double precision +); + + +ALTER TABLE public.model OWNER TO postgres; + +-- +-- Name: raw_formation_location; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE raw_formation_location ( + prob text, + docid text, + mid text, + formation text, + location text +); + + +ALTER TABLE public.raw_formation_location OWNER TO postgres; + +-- +-- Name: raw_formation_measurements; Type: TABLE; Schema: public; Owner: postgres; Tablespace: +-- + +CREATE TABLE raw_formation_measurements ( + prob text, + docid text, + mid text, + formation text, + relation text, + value text +); + + +ALTER TABLE public.raw_formation_measurements OWNER TO postgres; + +-- +-- Data for Name: existfactors; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY existfactors (fid, vid, mid, funcid) FROM stdin; +1 {1} 11324 1 +2 {2} 3417 1 +3 {3} 2666 1 +4 {4} 3109 1 +5 {5} 2499 1 +6 {6} 3139 1 +7 {7} 3677 1 +8 {8} 11328 1 +9 {9} 2776 1 +10 {10} 3009 1 +11 {11} 3073 1 +12 {12} 2775 1 +13 {13} 6468 1 +14 {14} 3132 1 +15 {15} 2806 1 +16 {16} 3461 1 +17 {17} 4025 1 +18 {18} 3068 1 +19 {19} 8093 1 +20 {20} 2739 1 +21 {21} 2865 1 +22 {22} 2701 1 +23 {23} 8612 1 +24 {24} 2837 1 +25 {25} 2801 1 +26 {26} 2304 1 +27 {27} 2801 1 +28 {28} 2801 1 +29 {29} 3669 1 +30 {30} 1852 1 +31 {31} 2401 1 +32 {32} 2432 1 +33 {33} 2534 1 +34 {34} 3092 1 +35 {35} 2696 1 +36 {36} 1051 1 +37 {37} 2565 1 +38 {38} 3090 1 +39 {39} 7716 1 +40 {40} 3222 1 +41 {41} 6306 1 +42 {42} 2593 1 +43 {43} 2725 1 +44 {44} 2658 1 +45 {45} 2327 1 +46 {46} 2790 1 +47 {47} 2986 1 +48 {48} 2790 1 +49 {49} 6801 1 +50 {50} 2190 1 +51 {51} 7878 1 +52 {52} 2687 1 +53 {53} 2983 1 +54 {54} 871 1 +55 {55} 2489 1 +56 {56} 2949 1 +57 {57} 2125 1 +58 {58} 2650 1 +59 {59} 4854 1 +60 {60} 2256 1 +61 {61} 2187 1 +62 {62} 6241 1 +63 {63} 3637 1 +64 {64} 9999 1 +65 {65} 1617 1 +66 {66} 2970 1 +67 {67} 2217 1 +68 {68} 2217 1 +69 {69} 1851 1 +70 {70} 7211 1 +71 {71} 2120 1 +72 {72} 2149 1 +73 {73} 1848 1 +74 {74} 2209 1 +75 {75} 2376 1 +76 {76} 1845 1 +77 {77} 1644 1 +78 {78} 2310 1 +79 {79} 1478 1 +80 {80} 7022 1 +81 {81} 1875 1 +82 {82} 2141 1 +83 {83} 1939 1 +84 {84} 1771 1 +85 {85} 2586 1 +86 {86} 2136 1 +87 {87} 6259 1 +88 {88} 2134 1 +89 {89} 6820 1 +90 {90} 1693 1 +91 {91} 4520 1 +92 {92} 2965 1 +93 {93} 9394 1 +94 {94} 3511 1 +95 {95} 2353 1 +96 {96} 3011 1 +97 {97} 3415 1 +98 {98} 3214 1 +99 {99} 2845 1 +100 {100} 8575 1 +101 {101} 2743 1 +102 {102} 2499 1 +103 {103} 2908 1 +104 {104} 3042 1 +105 {105} 3170 1 +106 {106} 2937 1 +107 {107} 2937 1 +108 {108} 2867 1 +109 {109} 3068 1 +110 {110} 8093 1 +111 {111} 2803 1 +112 {112} 3457 1 +113 {113} 2635 1 +114 {114} 8612 1 +115 {115} 2801 1 +116 {116} 1150 1 +117 {117} 2668 1 +118 {118} 2601 1 +119 {119} 2965 1 +120 {120} 6531 1 +121 {121} 2965 1 +122 {122} 5060 1 +123 {123} 2400 1 +124 {124} 2465 1 +125 {125} 2831 1 +126 {126} 6341 1 +127 {127} 2926 1 +128 {128} 8213 1 +129 {129} 8141 1 +130 {130} 3026 1 +131 {131} 2661 1 +132 {132} 2729 1 +133 {133} 6882 1 +134 {134} 6314 1 +135 {135} 2827 1 +136 {136} 3222 1 +137 {137} 10361 1 +138 {138} 3114 1 +139 {139} 3053 1 +140 {140} 6500 1 +141 {141} 2325 1 +142 {142} 2490 1 +143 {143} 898 1 +144 {144} 3724 1 +145 {145} 2126 1 +146 {146} 1990 1 +147 {147} 3112 1 +148 {148} 2687 1 +149 {149} 2292 1 +150 {150} 2126 1 +151 {151} 2322 1 +152 {152} 2587 1 +153 {153} 2222 1 +154 {154} 2850 1 +155 {155} 1886 1 +156 {156} 6216 1 +157 {157} 3189 1 +158 {158} 1983 1 +159 {159} 2348 1 +160 {160} 9713 1 +161 {161} 2315 1 +162 {162} 2476 1 +163 {163} 2117 1 +164 {164} 2676 1 +165 {165} 4615 1 +166 {166} 2377 1 +167 {167} 1845 1 +168 {168} 1413 1 +169 {169} 1744 1 +170 {170} 1875 1 +171 {171} 2205 1 +172 {172} 2011 1 +173 {173} 2045 1 +174 {174} 2076 1 +175 {175} 2556 1 +176 {176} 3221 1 +177 {177} 1967 1 +178 {178} 1834 1 +179 {179} 1265 1 +180 {180} 1369 1 +181 {181} 2340 1 +182 {182} 6713 1 +183 {183} 1516 1 +184 {184} 3125 1 +185 {185} 3811 1 +186 {186} 9719 1 +187 {187} 3282 1 +188 {188} 2596 1 +189 {189} 3309 1 +190 {190} 3075 1 +191 {191} 2673 1 +192 {192} 3529 1 +193 {193} 2872 1 +194 {194} 2640 1 +195 {195} 3131 1 +196 {196} 2772 1 +197 {197} 3100 1 +198 {198} 2539 1 +199 {199} 3068 1 +200 {200} 3363 1 +201 {201} 2739 1 +202 {202} 10852 1 +203 {203} 4832 1 +204 {204} 2803 1 +205 {205} 10852 1 +206 {206} 8423 1 +207 {207} 2601 1 +208 {208} 1150 1 +209 {209} 2733 1 +210 {210} 2534 1 +211 {211} 2465 1 +212 {212} 2465 1 +213 {213} 2233 1 +214 {214} 2696 1 +215 {215} 2765 1 +216 {216} 6599 1 +217 {217} 3880 1 +218 {218} 3320 1 +219 {219} 3026 1 +220 {220} 2101 1 +221 {221} 6314 1 +222 {222} 2132 1 +223 {223} 2530 1 +224 {224} 7604 1 +225 {225} 2424 1 +226 {226} 6826 1 +227 {227} 2424 1 +228 {228} 2986 1 +229 {229} 7878 1 +230 {230} 2590 1 +231 {231} 3403 1 +232 {232} 2952 1 +233 {233} 7491 1 +234 {234} 2557 1 +235 {235} 2490 1 +236 {236} 2524 1 +237 {237} 7491 1 +238 {238} 1585 1 +239 {239} 2721 1 +240 {240} 1756 1 +241 {241} 2223 1 +242 {242} 2258 1 +243 {243} 2292 1 +244 {244} 3112 1 +245 {245} 2453 1 +246 {246} 812 1 +247 {247} 6230 1 +248 {248} 1954 1 +249 {249} 2022 1 +250 {250} 2512 1 +251 {251} 1983 1 +252 {252} 2316 1 +253 {253} 1749 1 +254 {254} 2412 1 +255 {255} 2411 1 +256 {256} 2828 1 +257 {257} 2047 1 +258 {258} 2727 1 +259 {259} 1942 1 +260 {260} 2275 1 +261 {261} 2373 1 +262 {262} 2110 1 +263 {263} 2273 1 +264 {264} 2620 1 +265 {265} 2075 1 +266 {266} 6057 1 +267 {267} 1998 1 +268 {268} 1764 1 +269 {269} 1630 1 +270 {270} 6736 1 +271 {271} 2961 1 +272 {272} 4581 1 +273 {273} 1675 1 +274 {274} 3443 1 +275 {275} 3176 1 +276 {276} 2492 1 +277 {277} 3013 1 +278 {278} 3377 1 +279 {279} 3141 1 +280 {280} 2705 1 +281 {281} 2978 1 +282 {282} 3935 1 +283 {283} 3139 1 +284 {284} 3467 1 +285 {285} 2640 1 +286 {286} 3073 1 +287 {287} 3369 1 +288 {288} 8878 1 +289 {289} 6785 1 +290 {290} 2842 1 +291 {291} 2973 1 +292 {292} 3204 1 +293 {293} 4069 1 +294 {294} 2903 1 +295 {295} 4852 1 +296 {296} 2901 1 +297 {297} 2303 1 +298 {298} 2739 1 +299 {299} 2336 1 +300 {300} 2502 1 +301 {301} 8490 1 +302 {302} 2234 1 +303 {303} 3297 1 +304 {304} 6365 1 +305 {305} 2664 1 +306 {306} 3909 1 +307 {307} 2429 1 +308 {308} 2831 1 +309 {309} 2497 1 +310 {310} 2730 1 +311 {311} 3320 1 +312 {312} 3289 1 +313 {313} 2563 1 +314 {314} 2331 1 +315 {315} 7655 1 +316 {316} 6314 1 +317 {317} 8070 1 +318 {318} 2827 1 +319 {319} 3056 1 +320 {320} 2627 1 +321 {321} 2627 1 +322 {322} 2459 1 +323 {323} 2790 1 +324 {324} 2759 1 +325 {325} 6293 1 +326 {326} 2759 1 +327 {327} 2690 1 +328 {328} 7491 1 +329 {329} 2590 1 +330 {330} 4880 1 +331 {331} 2983 1 +332 {332} 2187 1 +333 {333} 2094 1 +334 {334} 812 1 +335 {335} 3044 1 +336 {336} 1922 1 +337 {337} 2092 1 +338 {338} 2353 1 +339 {339} 2549 1 +340 {340} 6708 1 +341 {341} 2154 1 +342 {342} 9927 1 +343 {343} 2317 1 +344 {344} 2352 1 +345 {345} 7211 1 +346 {346} 9713 1 +347 {347} 2282 1 +348 {348} 2836 1 +349 {349} 1716 1 +350 {350} 1581 1 +351 {351} 2344 1 +352 {352} 2410 1 +353 {353} 2083 1 +354 {354} 2083 1 +355 {355} 2175 1 +356 {356} 2308 1 +357 {357} 584 1 +358 {358} 6914 1 +359 {359} 1472 1 +360 {360} 1662 1 +361 {361} 1630 1 +362 {362} 937 1 +363 {363} 2374 1 +364 {364} 1751 1 +365 {365} 1838 1 +366 {366} 948 1 +367 {367} 887 1 +368 {368} 4059 1 +369 {369} 5369 1 +370 {370} 6674 1 +371 {371} 9513 1 +372 {372} 3046 1 +373 {373} 3444 1 +374 {374} 4240 1 +375 {375} 3377 1 +376 {376} 3341 1 +377 {377} 3274 1 +378 {378} 1422 1 +379 {379} 3042 1 +380 {380} 3009 1 +381 {381} 8298 1 +382 {382} 2939 1 +383 {383} 2807 1 +384 {384} 3003 1 +385 {385} 3430 1 +386 {386} 8029 1 +387 {387} 1185 1 +388 {388} 2701 1 +389 {389} 3457 1 +390 {390} 10852 1 +391 {391} 2801 1 +392 {392} 2234 1 +393 {393} 2801 1 +394 {394} 2465 1 +395 {395} 2400 1 +396 {396} 3909 1 +397 {397} 2465 1 +398 {398} 2733 1 +399 {399} 2462 1 +400 {400} 2794 1 +401 {401} 1719 1 +402 {402} 10506 1 +403 {403} 2427 1 +404 {404} 2625 1 +405 {405} 3222 1 +406 {406} 8002 1 +407 {407} 6826 1 +408 {408} 7547 1 +409 {409} 1993 1 +410 {410} 2590 1 +411 {411} 2689 1 +412 {412} 2028 1 +413 {413} 2884 1 +414 {414} 2325 1 +415 {415} 6485 1 +416 {416} 2359 1 +417 {417} 2652 1 +418 {418} 2359 1 +419 {419} 2359 1 +420 {420} 6256 1 +421 {421} 2060 1 +422 {422} 2288 1 +423 {423} 6241 1 +424 {424} 2185 1 +425 {425} 2450 1 +426 {426} 2584 1 +427 {427} 2415 1 +428 {428} 2352 1 +429 {429} 2251 1 +430 {430} 1951 1 +431 {431} 1648 1 +432 {432} 1983 1 +433 {433} 2547 1 +434 {434} 2746 1 +435 {435} 2773 1 +436 {436} 7131 1 +437 {437} 2737 1 +438 {438} 1878 1 +439 {439} 4729 1 +440 {440} 7370 1 +441 {441} 1447 1 +442 {442} 2083 1 +443 {443} 3085 1 +444 {444} 1976 1 +445 {445} 2175 1 +446 {446} 1875 1 +447 {447} 1708 1 +448 {448} 2238 1 +449 {449} 2305 1 +450 {450} 1807 1 +451 {451} 2075 1 +452 {452} 2040 1 +453 {453} 1369 1 +454 {454} 2545 1 +455 {455} 2443 1 +456 {456} 1862 1 +457 {457} 1789 1 +458 {458} 1291 1 +459 {459} 3541 1 +460 {460} 3343 1 +461 {461} 4204 1 +462 {462} 3013 1 +463 {463} 3107 1 +464 {464} 2845 1 +465 {465} 4932 1 +466 {466} 3040 1 +467 {467} 3204 1 +468 {468} 2707 1 +469 {469} 2435 1 +470 {470} 2603 1 +471 {471} 10852 1 +472 {472} 2701 1 +473 {473} 2502 1 +474 {474} 6380 1 +475 {475} 3966 1 +476 {476} 3428 1 +477 {477} 3324 1 +478 {478} 2598 1 +479 {479} 1082 1 +480 {480} 2697 1 +481 {481} 2400 1 +482 {482} 6354 1 +483 {483} 6341 1 +484 {484} 2859 1 +485 {485} 7716 1 +486 {486} 3153 1 +487 {487} 7716 1 +488 {488} 2660 1 +489 {489} 7655 1 +490 {490} 2494 1 +491 {491} 1859 1 +492 {492} 3471 1 +493 {493} 2394 1 +494 {494} 2457 1 +495 {495} 2295 1 +496 {496} 2624 1 +497 {497} 2192 1 +498 {498} 6520 1 +499 {499} 7491 1 +500 {500} 3084 1 +501 {501} 2654 1 +502 {502} 2721 1 +503 {503} 2028 1 +504 {504} 2325 1 +505 {505} 7929 1 +506 {506} 2852 1 +507 {507} 2687 1 +508 {508} 2650 1 +509 {509} 2322 1 +510 {510} 2520 1 +511 {511} 7700 1 +512 {512} 2648 1 +513 {513} 2417 1 +514 {514} 1854 1 +515 {515} 2252 1 +516 {516} 2383 1 +517 {517} 2780 1 +518 {518} 2352 1 +519 {519} 2932 1 +520 {520} 9713 1 +521 {521} 2149 1 +522 {522} 1344 1 +523 {523} 2018 1 +524 {524} 2245 1 +525 {525} 1581 1 +526 {526} 2698 1 +527 {527} 2410 1 +528 {528} 1713 1 +529 {529} 2047 1 +530 {530} 7319 1 +531 {531} 1778 1 +532 {532} 2341 1 +533 {533} 4704 1 +534 {534} 611 1 +535 {535} 2110 1 +536 {536} 2109 1 +537 {537} 1738 1 +538 {538} 2455 1 +539 {539} 6490 1 +540 {540} 2136 1 +541 {541} 1804 1 +542 {542} 1969 1 +543 {543} 2035 1 +544 {544} 1931 1 +545 {545} 1861 1 +546 {546} 1294 1 +547 {547} 1691 1 +548 {548} 1952 1 +549 {549} 1153 1 +550 {550} 2254 1 +551 {551} 1195 1 +552 {552} 3210 1 +553 {553} 3246 1 +554 {554} 3337 1 +555 {555} 3073 1 +556 {556} 8362 1 +557 {557} 2842 1 +558 {558} 2973 1 +559 {559} 2807 1 +560 {560} 6758 1 +561 {561} 2403 1 +562 {562} 2603 1 +563 {563} 2867 1 +564 {564} 2065 1 +565 {565} 3160 1 +566 {566} 2234 1 +567 {567} 7902 1 +568 {568} 2401 1 +569 {569} 2733 1 +570 {570} 2534 1 +571 {571} 2696 1 +572 {572} 2859 1 +573 {573} 2893 1 +574 {574} 1752 1 +575 {575} 2696 1 +576 {576} 2165 1 +577 {577} 2427 1 +578 {578} 3186 1 +579 {579} 2763 1 +580 {580} 2494 1 +581 {581} 2693 1 +582 {582} 2627 1 +583 {583} 2030 1 +584 {584} 2527 1 +585 {585} 2690 1 +586 {586} 3758 1 +587 {587} 2656 1 +588 {588} 3020 1 +589 {589} 2390 1 +590 {590} 2721 1 +591 {591} 1858 1 +592 {592} 2126 1 +593 {593} 2555 1 +594 {594} 2523 1 +595 {595} 2915 1 +596 {596} 3112 1 +597 {597} 6256 1 +598 {598} 2648 1 +599 {599} 7700 1 +600 {600} 2220 1 +601 {601} 6708 1 +602 {602} 1954 1 +603 {603} 7735 1 +604 {604} 2816 1 +605 {605} 7250 1 +606 {606} 2022 1 +607 {607} 2217 1 +608 {608} 2847 1 +609 {609} 9781 1 +610 {610} 1749 1 +611 {611} 2181 1 +612 {612} 2120 1 +613 {613} 2215 1 +614 {614} 2512 1 +615 {615} 2480 1 +616 {616} 4759 1 +617 {617} 1950 1 +618 {618} 2149 1 +619 {619} 703 1 +620 {620} 2860 1 +621 {621} 3085 1 +622 {622} 2441 1 +623 {623} 7370 1 +624 {624} 7097 1 +625 {625} 2375 1 +626 {626} 2175 1 +627 {627} 1910 1 +628 {628} 2691 1 +629 {629} 2112 1 +630 {630} 4594 1 +631 {631} 1811 1 +632 {632} 1841 1 +633 {633} 3323 1 +634 {634} 2110 1 +635 {635} 562 1 +636 {636} 6083 1 +637 {637} 6083 1 +638 {638} 2647 1 +639 {639} 8901 1 +640 {640} 2019 1 +641 {641} 1751 1 +642 {642} 1746 1 +643 {643} 1389 1 +644 {644} 3448 1 +645 {645} 3708 1 +646 {646} 3078 1 +647 {647} 8706 1 +648 {648} 2568 1 +649 {649} 3704 1 +650 {650} 2812 1 +651 {651} 8504 1 +652 {652} 2874 1 +653 {653} 3241 1 +654 {654} 8298 1 +655 {655} 2903 1 +656 {656} 5133 1 +657 {657} 2371 1 +658 {658} 2837 1 +659 {659} 3327 1 +660 {660} 10852 1 +661 {661} 3360 1 +662 {662} 2998 1 +663 {663} 2834 1 +664 {664} 2401 1 +665 {665} 2965 1 +666 {666} 2834 1 +667 {667} 1993 1 +668 {668} 8399 1 +669 {669} 8282 1 +670 {670} 3157 1 +671 {671} 2465 1 +672 {672} 2598 1 +673 {673} 2233 1 +674 {674} 1752 1 +675 {675} 2397 1 +676 {676} 2531 1 +677 {677} 2763 1 +678 {678} 2763 1 +679 {679} 2298 1 +680 {680} 992 1 +681 {681} 2394 1 +682 {682} 2658 1 +683 {683} 3150 1 +684 {684} 3471 1 +685 {685} 2986 1 +686 {686} 2558 1 +687 {687} 3182 1 +688 {688} 2190 1 +689 {689} 6801 1 +690 {690} 2524 1 +691 {691} 6268 1 +692 {692} 2852 1 +693 {693} 3112 1 +694 {694} 2292 1 +695 {695} 3668 1 +696 {696} 2650 1 +697 {697} 7339 1 +698 {698} 2385 1 +699 {699} 2585 1 +700 {700} 2616 1 +701 {701} 2152 1 +702 {702} 1951 1 +703 {703} 2315 1 +704 {704} 1614 1 +705 {705} 2149 1 +706 {706} 9713 1 +707 {707} 1848 1 +708 {708} 2442 1 +709 {709} 3464 1 +710 {710} 2017 1 +711 {711} 2209 1 +712 {712} 2376 1 +713 {713} 1878 1 +714 {714} 2047 1 +715 {715} 2047 1 +716 {716} 630 1 +717 {717} 2275 1 +718 {718} 4586 1 +719 {719} 2078 1 +720 {720} 2040 1 +721 {721} 6074 1 +722 {722} 1438 1 +723 {723} 6270 1 +724 {724} 2000 1 +725 {725} 1896 1 +726 {726} 6960 1 +727 {727} 1861 1 +728 {728} 1527 1 +729 {729} 1622 1 +730 {730} 1516 1 +731 {731} 950 1 +732 {732} 5747 1 +733 {733} 1143 1 +734 {734} 3691 1 +735 {735} 3139 1 +736 {736} 9121 1 +737 {737} 4278 1 +738 {738} 2977 1 +739 {739} 2535 1 +740 {740} 3210 1 +741 {741} 3106 1 +742 {742} 9097 1 +743 {743} 2638 1 +744 {744} 3172 1 +745 {745} 11261 1 +746 {746} 8909 1 +747 {747} 3435 1 +748 {748} 2674 1 +749 {749} 2707 1 +750 {750} 6468 1 +751 {751} 1319 1 +752 {752} 3823 1 +753 {753} 2504 1 +754 {754} 8225 1 +755 {755} 2265 1 +756 {756} 3556 1 +757 {757} 2538 1 +758 {758} 2668 1 +759 {759} 5060 1 +760 {760} 1116 1 +761 {761} 2697 1 +762 {762} 2368 1 +763 {763} 2859 1 +764 {764} 3058 1 +765 {765} 2893 1 +766 {766} 2696 1 +767 {767} 2565 1 +768 {768} 2497 1 +769 {769} 4760 1 +770 {770} 2497 1 +771 {771} 3227 1 +772 {772} 2661 1 +773 {773} 2629 1 +774 {774} 1892 1 +775 {775} 7716 1 +776 {776} 2858 1 +777 {777} 2531 1 +778 {778} 2298 1 +779 {779} 2395 1 +780 {780} 3150 1 +781 {781} 3222 1 +782 {782} 2065 1 +783 {783} 2558 1 +784 {784} 3053 1 +785 {785} 2759 1 +786 {786} 3020 1 +787 {787} 3724 1 +788 {788} 1960 1 +789 {789} 2687 1 +790 {790} 7818 1 +791 {791} 2520 1 +792 {792} 2322 1 +793 {793} 2322 1 +794 {794} 2187 1 +795 {795} 1923 1 +796 {796} 6727 1 +797 {797} 2648 1 +798 {798} 2416 1 +799 {799} 2287 1 +800 {800} 2816 1 +801 {801} 2217 1 +802 {802} 7250 1 +803 {803} 9781 1 +804 {804} 6389 1 +805 {805} 1385 1 +806 {806} 1951 1 +807 {807} 2282 1 +808 {808} 6190 1 +809 {809} 2477 1 +810 {810} 2377 1 +811 {811} 2209 1 +812 {812} 1674 1 +813 {813} 2047 1 +814 {814} 2308 1 +815 {815} 2143 1 +816 {816} 6115 1 +817 {817} 1837 1 +818 {818} 2107 1 +819 {819} 2545 1 +820 {820} 1327 1 +821 {821} 1896 1 +822 {822} 1626 1 +823 {823} 1789 1 +824 {824} 1780 1 +825 {825} 1395 1 +826 {826} 3713 1 +827 {827} 1709 1 +828 {828} 2602 1 +829 {829} 3677 1 +830 {830} 8504 1 +831 {831} 3274 1 +832 {832} 3210 1 +833 {833} 3650 1 +834 {834} 2840 1 +835 {835} 3432 1 +836 {836} 2403 1 +837 {837} 4048 1 +838 {838} 10988 1 +839 {839} 2934 1 +840 {840} 2739 1 +841 {841} 6418 1 +842 {842} 3264 1 +843 {843} 3264 1 +844 {844} 2502 1 +845 {845} 8490 1 +846 {846} 2701 1 +847 {847} 2801 1 +848 {848} 6380 1 +849 {849} 2965 1 +850 {850} 2767 1 +851 {851} 2965 1 +852 {852} 7837 1 +853 {853} 8213 1 +854 {854} 2134 1 +855 {855} 2926 1 +856 {856} 2831 1 +857 {857} 6341 1 +858 {858} 2892 1 +859 {859} 2462 1 +860 {860} 6575 1 +861 {861} 2729 1 +862 {862} 1997 1 +863 {863} 2661 1 +864 {864} 2827 1 +865 {865} 7655 1 +866 {866} 2327 1 +867 {867} 3150 1 +868 {868} 3086 1 +869 {869} 1651 1 +870 {870} 2558 1 +871 {871} 3437 1 +872 {872} 2558 1 +873 {873} 4898 1 +874 {874} 2721 1 +875 {875} 3084 1 +876 {876} 2158 1 +877 {877} 2621 1 +878 {878} 2852 1 +879 {879} 1924 1 +880 {880} 2288 1 +881 {881} 7339 1 +882 {882} 2288 1 +883 {883} 7671 1 +884 {884} 2316 1 +885 {885} 732 1 +886 {886} 2284 1 +887 {887} 2896 1 +888 {888} 2015 1 +889 {889} 2015 1 +890 {890} 2207 1 +891 {891} 2011 1 +892 {892} 1875 1 +893 {893} 1875 1 +894 {894} 1740 1 +895 {895} 1740 1 +896 {896} 2172 1 +897 {897} 1906 1 +898 {898} 3291 1 +899 {899} 9204 1 +900 {900} 1868 1 +901 {901} 2003 1 +902 {902} 6467 1 +903 {903} 4558 1 +904 {904} 1734 1 +905 {905} 1896 1 +906 {906} 2023 1 +907 {907} 1691 1 +908 {908} 1393 1 +909 {909} 1116 1 +910 {910} 1255 1 +911 {911} 897 1 +912 {912} 1567 1 +913 {913} 1165 1 +914 {914} 1358 1 +915 {915} 1446 1 +916 {916} 3950 1 +917 {917} 3712 1 +918 {918} 1584 1 +919 {919} 2252 1 +920 {920} 3706 1 +921 {921} 3214 1 +922 {922} 3377 1 +923 {923} 3109 1 +924 {924} 2978 1 +925 {925} 2845 1 +926 {926} 3075 1 +927 {927} 3650 1 +928 {928} 2708 1 +929 {929} 8835 1 +930 {930} 2707 1 +931 {931} 2775 1 +932 {932} 3103 1 +933 {933} 1319 1 +934 {934} 2842 1 +935 {935} 6902 1 +936 {936} 8225 1 +937 {937} 3006 1 +938 {938} 2605 1 +939 {939} 2903 1 +940 {940} 2838 1 +941 {941} 3726 1 +942 {942} 2967 1 +943 {943} 2571 1 +944 {944} 2268 1 +945 {945} 3938 1 +946 {946} 2733 1 +947 {947} 2498 1 +948 {948} 2368 1 +949 {949} 3294 1 +950 {950} 2765 1 +951 {951} 2926 1 +952 {952} 2926 1 +953 {953} 6906 1 +954 {954} 2101 1 +955 {955} 2101 1 +956 {956} 2858 1 +957 {957} 2494 1 +958 {958} 2264 1 +959 {959} 1859 1 +960 {960} 2067 1 +961 {961} 2364 1 +962 {962} 2658 1 +963 {963} 2593 1 +964 {964} 2163 1 +965 {965} 2759 1 +966 {966} 2524 1 +967 {967} 1825 1 +968 {968} 7818 1 +969 {969} 3668 1 +970 {970} 7395 1 +971 {971} 2357 1 +972 {972} 2220 1 +973 {973} 2417 1 +974 {974} 2912 1 +975 {975} 6241 1 +976 {976} 6447 1 +977 {977} 2417 1 +978 {978} 2288 1 +979 {979} 1922 1 +980 {980} 1953 1 +981 {981} 2352 1 +982 {982} 2181 1 +983 {983} 2813 1 +984 {984} 2512 1 +985 {985} 4623 1 +986 {986} 2149 1 +987 {987} 4759 1 +988 {988} 7171 1 +989 {989} 2117 1 +990 {990} 2609 1 +991 {991} 2411 1 +992 {992} 2860 1 +993 {993} 9638 1 +994 {994} 1878 1 +995 {995} 2244 1 +996 {996} 2792 1 +997 {997} 2143 1 +998 {998} 2308 1 +999 {999} 7259 1 +1000 {1000} 1837 1 +1001 {1001} 2169 1 +1002 {1002} 6898 1 +1003 {1003} 6057 1 +1004 {1004} 6005 1 +1005 {1005} 1462 1 +1006 {1006} 1909 1 +1007 {1007} 8378 1 +1008 {1008} 1338 1 +1009 {1009} 3637 1 +1010 {1010} 3540 1 +1011 {1011} 3540 1 +1012 {1012} 3282 1 +1013 {1013} 5438 1 +1014 {1014} 8841 1 +1015 {1015} 2842 1 +1016 {1016} 3178 1 +1017 {1017} 3213 1 +1018 {1018} 2568 1 +1019 {1019} 3107 1 +1020 {1020} 3139 1 +1021 {1021} 4932 1 +1022 {1022} 4114 1 +1023 {1023} 3617 1 +1024 {1024} 2742 1 +1025 {1025} 8157 1 +1026 {1026} 2772 1 +1027 {1027} 2603 1 +1028 {1028} 3068 1 +1029 {1029} 1218 1 +1030 {1030} 2837 1 +1031 {1031} 2635 1 +1032 {1032} 6402 1 +1033 {1033} 2835 1 +1034 {1034} 6671 1 +1035 {1035} 3428 1 +1036 {1036} 10713 1 +1037 {1037} 2767 1 +1038 {1038} 2568 1 +1039 {1039} 2233 1 +1040 {1040} 3357 1 +1041 {1041} 2400 1 +1042 {1042} 3121 1 +1043 {1043} 2696 1 +1044 {1044} 2367 1 +1045 {1045} 2893 1 +1046 {1046} 3259 1 +1047 {1047} 2663 1 +1048 {1048} 2830 1 +1049 {1049} 2300 1 +1050 {1050} 2661 1 +1051 {1051} 6906 1 +1052 {1052} 2494 1 +1053 {1053} 2298 1 +1054 {1054} 2693 1 +1055 {1055} 3792 1 +1056 {1056} 7604 1 +1057 {1057} 2394 1 +1058 {1058} 3023 1 +1059 {1059} 7946 1 +1060 {1060} 7946 1 +1061 {1061} 2558 1 +1062 {1062} 2390 1 +1063 {1063} 2654 1 +1064 {1064} 2687 1 +1065 {1065} 1924 1 +1066 {1066} 2852 1 +1067 {1067} 2389 1 +1068 {1068} 871 1 +1069 {1069} 2155 1 +1070 {1070} 2617 1 +1071 {1071} 2912 1 +1072 {1072} 9999 1 +1073 {1073} 6230 1 +1074 {1074} 2416 1 +1075 {1075} 6230 1 +1076 {1076} 2945 1 +1077 {1077} 2549 1 +1078 {1078} 2217 1 +1079 {1079} 2217 1 +1080 {1080} 2482 1 +1081 {1081} 1785 1 +1082 {1082} 7614 1 +1083 {1083} 2477 1 +1084 {1084} 2087 1 +1085 {1085} 1747 1 +1086 {1086} 3085 1 +1087 {1087} 1946 1 +1088 {1088} 2698 1 +1089 {1089} 2047 1 +1090 {1090} 1442 1 +1091 {1091} 1337 1 +1092 {1092} 1807 1 +1093 {1093} 2076 1 +1094 {1094} 2004 1 +1095 {1095} 1065 1 +1096 {1096} 1535 1 +1097 {1097} 6871 1 +1098 {1098} 1408 1 +1099 {1099} 3778 1 +1100 {1100} 2707 1 +1101 {1101} 9097 1 +1102 {1102} 3308 1 +1103 {1103} 3042 1 +1104 {1104} 2366 1 +1105 {1105} 3529 1 +1106 {1106} 2502 1 +1107 {1107} 3435 1 +1108 {1108} 2973 1 +1109 {1109} 3103 1 +1110 {1110} 2775 1 +1111 {1111} 3070 1 +1112 {1112} 2334 1 +1113 {1113} 2971 1 +1114 {1114} 2903 1 +1115 {1115} 3430 1 +1116 {1116} 2838 1 +1117 {1117} 2603 1 +1118 {1118} 3036 1 +1119 {1119} 4832 1 +1120 {1120} 3000 1 +1121 {1121} 3669 1 +1122 {1122} 2800 1 +1123 {1123} 6642 1 +1124 {1124} 2568 1 +1125 {1125} 2633 1 +1126 {1126} 10713 1 +1127 {1127} 2927 1 +1128 {1128} 8282 1 +1129 {1129} 8282 1 +1130 {1130} 2498 1 +1131 {1131} 2964 1 +1132 {1132} 2696 1 +1133 {1133} 6341 1 +1134 {1134} 2367 1 +1135 {1135} 2565 1 +1136 {1136} 6328 1 +1137 {1137} 2427 1 +1138 {1138} 2594 1 +1139 {1139} 7604 1 +1140 {1140} 2791 1 +1141 {1141} 3114 1 +1142 {1142} 6826 1 +1143 {1143} 1585 1 +1144 {1144} 1924 1 +1145 {1145} 3112 1 +1146 {1146} 2983 1 +1147 {1147} 6256 1 +1148 {1148} 2187 1 +1149 {1149} 9999 1 +1150 {1150} 2287 1 +1151 {1151} 2217 1 +1152 {1152} 758 1 +1153 {1153} 758 1 +1154 {1154} 2352 1 +1155 {1155} 2512 1 +1156 {1156} 2679 1 +1157 {1157} 2316 1 +1158 {1158} 7211 1 +1159 {1159} 2018 1 +1160 {1160} 3498 1 +1161 {1161} 1914 1 +1162 {1162} 1678 1 +1163 {1163} 2207 1 +1164 {1164} 2047 1 +1165 {1165} 2047 1 +1166 {1166} 2047 1 +1167 {1167} 1844 1 +1168 {1168} 1942 1 +1169 {1169} 1671 1 +1170 {1170} 3323 1 +1171 {1171} 6948 1 +1172 {1172} 2647 1 +1173 {1173} 1237 1 +1174 {1174} 1504 1 +1175 {1175} 2003 1 +1176 {1176} 2615 1 +1177 {1177} 1967 1 +1178 {1178} 4649 1 +1179 {1179} 1967 1 +1180 {1180} 1988 1 +1181 {1181} 1926 1 +1182 {1182} 1464 1 +1183 {1183} 1527 1 +1184 {1184} 1816 1 +1185 {1185} 1480 1 +1186 {1186} 6585 1 +1187 {1187} 1767 1 +1188 {1188} 1440 1 +1189 {1189} 3096 1 +1190 {1190} 3574 1 +1191 {1191} 3282 1 +1192 {1192} 11593 1 +1193 {1193} 3079 1 +1194 {1194} 3178 1 +1195 {1195} 3309 1 +1196 {1196} 2845 1 +1197 {1197} 3135 1 +1198 {1198} 11199 1 +1199 {1199} 5175 1 +1200 {1200} 6452 1 +1201 {1201} 3131 1 +1202 {1202} 3461 1 +1203 {1203} 2603 1 +1204 {1204} 3299 1 +1205 {1205} 2739 1 +1206 {1206} 2867 1 +1207 {1207} 2934 1 +1208 {1208} 4025 1 +1209 {1209} 3003 1 +1210 {1210} 3327 1 +1211 {1211} 2803 1 +1212 {1212} 7965 1 +1213 {1213} 6671 1 +1214 {1214} 2536 1 +1215 {1215} 8423 1 +1216 {1216} 2304 1 +1217 {1217} 2835 1 +1218 {1218} 3297 1 +1219 {1219} 2733 1 +1220 {1220} 2798 1 +1221 {1221} 3289 1 +1222 {1222} 3227 1 +1223 {1223} 2661 1 +1224 {1224} 2067 1 +1225 {1225} 2264 1 +1226 {1226} 2793 1 +1227 {1227} 2594 1 +1228 {1228} 8002 1 +1229 {1229} 7604 1 +1230 {1230} 2625 1 +1231 {1231} 2558 1 +1232 {1232} 6826 1 +1233 {1233} 2884 1 +1234 {1234} 2325 1 +1235 {1235} 7491 1 +1236 {1236} 2524 1 +1237 {1237} 2952 1 +1238 {1238} 2126 1 +1239 {1239} 2489 1 +1240 {1240} 2619 1 +1241 {1241} 2322 1 +1242 {1242} 1685 1 +1243 {1243} 2417 1 +1244 {1244} 2617 1 +1245 {1245} 4653 1 +1246 {1246} 6230 1 +1247 {1247} 6216 1 +1248 {1248} 2548 1 +1249 {1249} 1682 1 +1250 {1250} 2251 1 +1251 {1251} 2152 1 +1252 {1252} 3189 1 +1253 {1253} 1344 1 +1254 {1254} 7171 1 +1255 {1255} 3498 1 +1256 {1256} 2149 1 +1257 {1257} 1950 1 +1258 {1258} 2896 1 +1259 {1259} 2117 1 +1260 {1260} 1815 1 +1261 {1261} 2860 1 +1262 {1262} 2410 1 +1263 {1263} 1609 1 +1264 {1264} 1942 1 +1265 {1265} 1873 1 +1266 {1266} 1903 1 +1267 {1267} 1703 1 +1268 {1268} 2136 1 +1269 {1269} 1769 1 +1270 {1270} 2035 1 +1271 {1271} 1633 1 +1272 {1272} 2053 1 +1273 {1273} 435 1 +1274 {1274} 419 1 +1275 {1275} 1527 1 +1276 {1276} 6811 1 +1277 {1277} 1015 1 +1278 {1278} 1443 1 +1279 {1279} 4315 1 +1280 {1280} 3475 1 +1281 {1281} 3894 1 +1282 {1282} 3106 1 +1283 {1283} 3449 1 +1284 {1284} 3215 1 +1285 {1285} 3109 1 +1286 {1286} 9513 1 +1287 {1287} 9326 1 +1288 {1288} 3508 1 +1289 {1289} 3656 1 +1290 {1290} 3310 1 +1291 {1291} 3013 1 +1292 {1292} 4139 1 +1293 {1293} 3074 1 +1294 {1294} 8362 1 +1295 {1295} 2872 1 +1296 {1296} 2432 1 +1297 {1297} 2401 1 +1298 {1298} 6785 1 +1299 {1299} 2640 1 +1300 {1300} 4069 1 +1301 {1301} 2806 1 +1302 {1302} 3100 1 +1303 {1303} 2303 1 +1304 {1304} 2934 1 +1305 {1305} 2571 1 +1306 {1306} 8068 1 +1307 {1307} 3324 1 +1308 {1308} 2535 1 +1309 {1309} 2965 1 +1310 {1310} 2535 1 +1311 {1311} 950 1 +1312 {1312} 6354 1 +1313 {1313} 2894 1 +1314 {1314} 3092 1 +1315 {1315} 2368 1 +1316 {1316} 1786 1 +1317 {1317} 2465 1 +1318 {1318} 2565 1 +1319 {1319} 3538 1 +1320 {1320} 2427 1 +1321 {1321} 8070 1 +1322 {1322} 2763 1 +1323 {1323} 2494 1 +1324 {1324} 6856 1 +1325 {1325} 2593 1 +1326 {1326} 2459 1 +1327 {1327} 2791 1 +1328 {1328} 2593 1 +1329 {1329} 1927 1 +1330 {1330} 2129 1 +1331 {1331} 2227 1 +1332 {1332} 10286 1 +1333 {1333} 2759 1 +1334 {1334} 2527 1 +1335 {1335} 2986 1 +1336 {1336} 4708 1 +1337 {1337} 2524 1 +1338 {1338} 2590 1 +1339 {1339} 3050 1 +1340 {1340} 6256 1 +1341 {1341} 2256 1 +1342 {1342} 1653 1 +1343 {1343} 2060 1 +1344 {1344} 7339 1 +1345 {1345} 784 1 +1346 {1346} 2970 1 +1347 {1347} 7250 1 +1348 {1348} 2970 1 +1349 {1349} 2285 1 +1350 {1350} 7211 1 +1351 {1351} 2181 1 +1352 {1352} 1783 1 +1353 {1353} 2477 1 +1354 {1354} 1980 1 +1355 {1355} 6159 1 +1356 {1356} 2209 1 +1357 {1357} 6453 1 +1358 {1358} 1308 1 +1359 {1359} 2636 1 +1360 {1360} 1976 1 +1361 {1361} 2047 1 +1362 {1362} 2373 1 +1363 {1363} 2143 1 +1364 {1364} 1972 1 +1365 {1365} 2238 1 +1366 {1366} 1873 1 +1367 {1367} 1606 1 +1368 {1368} 2078 1 +1369 {1369} 2110 1 +1370 {1370} 9277 1 +1371 {1371} 2040 1 +1372 {1372} 4661 1 +1373 {1373} 2229 1 +1374 {1374} 1667 1 +1375 {1375} 6887 1 +1376 {1376} 6324 1 +1377 {1377} 1833 1 +1378 {1378} 1896 1 +1379 {1379} 1264 1 +1380 {1380} 1926 1 +1381 {1381} 1751 1 +1382 {1382} 1843 1 +1383 {1383} 372 1 +1384 {1384} 1516 1 +1385 {1385} 1496 1 +1386 {1386} 6927 1 +1387 {1387} 3274 1 +1388 {1388} 3661 1 +1389 {1389} 3708 1 +1390 {1390} 1556 1 +1391 {1391} 2669 1 +1392 {1392} 3178 1 +1393 {1393} 2496 1 +1394 {1394} 3109 1 +1395 {1395} 2910 1 +1396 {1396} 2874 1 +1397 {1397} 2638 1 +1398 {1398} 2604 1 +1399 {1399} 2842 1 +1400 {1400} 3006 1 +1401 {1401} 2840 1 +1402 {1402} 3039 1 +1403 {1403} 3461 1 +1404 {1404} 6739 1 +1405 {1405} 8093 1 +1406 {1406} 8029 1 +1407 {1407} 3034 1 +1408 {1408} 2571 1 +1409 {1409} 6380 1 +1410 {1410} 3391 1 +1411 {1411} 6994 1 +1412 {1412} 1082 1 +1413 {1413} 2964 1 +1414 {1414} 8282 1 +1415 {1415} 2831 1 +1416 {1416} 3575 1 +1417 {1417} 10575 1 +1418 {1418} 2531 1 +1419 {1419} 2462 1 +1420 {1420} 2331 1 +1421 {1421} 2830 1 +1422 {1422} 2395 1 +1423 {1423} 3150 1 +1424 {1424} 2625 1 +1425 {1425} 2459 1 +1426 {1426} 2558 1 +1427 {1427} 2227 1 +1428 {1428} 2756 1 +1429 {1429} 1960 1 +1430 {1430} 3147 1 +1431 {1431} 1959 1 +1432 {1432} 3112 1 +1433 {1433} 1553 1 +1434 {1434} 7929 1 +1435 {1435} 2687 1 +1436 {1436} 7818 1 +1437 {1437} 2523 1 +1438 {1438} 2453 1 +1439 {1439} 2322 1 +1440 {1440} 4668 1 +1441 {1441} 2520 1 +1442 {1442} 1889 1 +1443 {1443} 2122 1 +1444 {1444} 2184 1 +1445 {1445} 2877 1 +1446 {1446} 2252 1 +1447 {1447} 2383 1 +1448 {1448} 2548 1 +1449 {1449} 3568 1 +1450 {1450} 2022 1 +1451 {1451} 1851 1 +1452 {1452} 3568 1 +1453 {1453} 2316 1 +1454 {1454} 9781 1 +1455 {1455} 1951 1 +1456 {1456} 2512 1 +1457 {1457} 2444 1 +1458 {1458} 2282 1 +1459 {1459} 7171 1 +1460 {1460} 1915 1 +1461 {1461} 2117 1 +1462 {1462} 2442 1 +1463 {1463} 1482 1 +1464 {1464} 4729 1 +1465 {1465} 2047 1 +1466 {1466} 2310 1 +1467 {1467} 1609 1 +1468 {1468} 1674 1 +1469 {1469} 2112 1 +1470 {1470} 2143 1 +1471 {1471} 2172 1 +1472 {1472} 2202 1 +1473 {1473} 1774 1 +1474 {1474} 2076 1 +1475 {1475} 1807 1 +1476 {1476} 1735 1 +1477 {1477} 6871 1 +1478 {1478} 1967 1 +1479 {1479} 2279 1 +1480 {1480} 5967 1 +1481 {1481} 1917 1 +1482 {1482} 11724 1 +1483 {1483} 3600 1 +1484 {1484} 3176 1 +1485 {1485} 4044 1 +1486 {1486} 6603 1 +1487 {1487} 8706 1 +1488 {1488} 3214 1 +1489 {1489} 2669 1 +1490 {1490} 4184 1 +1491 {1491} 2671 1 +1492 {1492} 3010 1 +1493 {1493} 3242 1 +1494 {1494} 3208 1 +1495 {1495} 5258 1 +1496 {1496} 8362 1 +1497 {1497} 2674 1 +1498 {1498} 3169 1 +1499 {1499} 3366 1 +1500 {1500} 2903 1 +1501 {1501} 3100 1 +1502 {1502} 2867 1 +1503 {1503} 3098 1 +1504 {1504} 1886 1 +1505 {1505} 2701 1 +1506 {1506} 2967 1 +1507 {1507} 2837 1 +1508 {1508} 2668 1 +1509 {1509} 8351 1 +1510 {1510} 2598 1 +1511 {1511} 3294 1 +1512 {1512} 2598 1 +1513 {1513} 3229 1 +1514 {1514} 2196 1 +1515 {1515} 6341 1 +1516 {1516} 2893 1 +1517 {1517} 2134 1 +1518 {1518} 2892 1 +1519 {1519} 3090 1 +1520 {1520} 2693 1 +1521 {1521} 2264 1 +1522 {1522} 2530 1 +1523 {1523} 2264 1 +1524 {1524} 2627 1 +1525 {1525} 3222 1 +1526 {1526} 3182 1 +1527 {1527} 8048 1 +1528 {1528} 2295 1 +1529 {1529} 2158 1 +1530 {1530} 2690 1 +1531 {1531} 2227 1 +1532 {1532} 2424 1 +1533 {1533} 2293 1 +1534 {1534} 7491 1 +1535 {1535} 1858 1 +1536 {1536} 7878 1 +1537 {1537} 6801 1 +1538 {1538} 2260 1 +1539 {1539} 2490 1 +1540 {1540} 2524 1 +1541 {1541} 4682 1 +1542 {1542} 1924 1 +1543 {1543} 2852 1 +1544 {1544} 871 1 +1545 {1545} 3016 1 +1546 {1546} 2453 1 +1547 {1547} 2322 1 +1548 {1548} 2912 1 +1549 {1549} 2122 1 +1550 {1550} 2416 1 +1551 {1551} 6216 1 +1552 {1552} 7211 1 +1553 {1553} 6359 1 +1554 {1554} 2051 1 +1555 {1555} 1946 1 +1556 {1556} 2011 1 +1557 {1557} 9350 1 +1558 {1558} 2273 1 +1559 {1559} 2110 1 +1560 {1560} 584 1 +1561 {1561} 1939 1 +1562 {1562} 3257 1 +1563 {1563} 1474 1 +1564 {1564} 1270 1 +1565 {1565} 2169 1 +1566 {1566} 2107 1 +1567 {1567} 2615 1 +1568 {1568} 1804 1 +1569 {1569} 1834 1 +1570 {1570} 1626 1 +1571 {1571} 1888 1 +1572 {1572} 1789 1 +1573 {1573} 1872 1 +1574 {1574} 9731 1 +1575 {1575} 3604 1 +1576 {1576} 2842 1 +1577 {1577} 2872 1 +1578 {1578} 3078 1 +1579 {1579} 2978 1 +1580 {1580} 3107 1 +1581 {1581} 3704 1 +1582 {1582} 3075 1 +1583 {1583} 2058 1 +1584 {1584} 6491 1 +1585 {1585} 3009 1 +1586 {1586} 8878 1 +1587 {1587} 8225 1 +1588 {1588} 2807 1 +1589 {1589} 2504 1 +1590 {1590} 2334 1 +1591 {1591} 2903 1 +1592 {1592} 3461 1 +1593 {1593} 2603 1 +1594 {1594} 2670 1 +1595 {1595} 1218 1 +1596 {1596} 3098 1 +1597 {1597} 2133 1 +1598 {1598} 3360 1 +1599 {1599} 2767 1 +1600 {1600} 6994 1 +1601 {1601} 2831 1 +1602 {1602} 2397 1 +1603 {1603} 2830 1 +1604 {1604} 3026 1 +1605 {1605} 2729 1 +1606 {1606} 2427 1 +1607 {1607} 2594 1 +1608 {1608} 3222 1 +1609 {1609} 2459 1 +1610 {1610} 3086 1 +1611 {1611} 3222 1 +1612 {1612} 3758 1 +1613 {1613} 2759 1 +1614 {1614} 2192 1 +1615 {1615} 2986 1 +1616 {1616} 2689 1 +1617 {1617} 898 1 +1618 {1618} 2390 1 +1619 {1619} 2489 1 +1620 {1620} 4682 1 +1621 {1621} 7818 1 +1622 {1622} 7818 1 +1623 {1623} 2555 1 +1624 {1624} 10072 1 +1625 {1625} 2453 1 +1626 {1626} 2650 1 +1627 {1627} 2184 1 +1628 {1628} 1886 1 +1629 {1629} 2058 1 +1630 {1630} 2416 1 +1631 {1631} 7292 1 +1632 {1632} 9781 1 +1633 {1633} 2181 1 +1634 {1634} 7211 1 +1635 {1635} 2477 1 +1636 {1636} 2149 1 +1637 {1637} 1678 1 +1638 {1638} 1914 1 +1639 {1639} 2441 1 +1640 {1640} 1946 1 +1641 {1641} 1713 1 +1642 {1642} 1609 1 +1643 {1643} 2047 1 +1644 {1644} 2173 1 +1645 {1645} 2112 1 +1646 {1646} 2143 1 +1647 {1647} 1910 1 +1648 {1648} 6132 1 +1649 {1649} 2275 1 +1650 {1650} 1378 1 +1651 {1651} 2306 1 +1652 {1652} 4678 1 +1653 {1653} 2521 1 +1654 {1654} 1837 1 +1655 {1655} 2073 1 +1656 {1656} 2198 1 +1657 {1657} 1700 1 +1658 {1658} 2796 1 +1659 {1659} 6243 1 +1660 {1660} 6005 1 +1661 {1661} 2206 1 +1662 {1662} 1751 1 +1663 {1663} 2920 1 +1664 {1664} 4010 1 +1665 {1665} 4320 1 +1666 {1666} 6716 1 +1667 {1667} 11724 1 +1668 {1668} 3111 1 +1669 {1669} 3251 1 +1670 {1670} 3280 1 +1671 {1671} 3248 1 +1672 {1672} 3704 1 +1673 {1673} 2707 1 +1674 {1674} 3621 1 +1675 {1675} 2777 1 +1676 {1676} 2908 1 +1677 {1677} 3207 1 +1678 {1678} 2640 1 +1679 {1679} 2707 1 +1680 {1680} 3007 1 +1681 {1681} 2842 1 +1682 {1682} 8768 1 +1683 {1683} 2939 1 +1684 {1684} 2775 1 +1685 {1685} 3432 1 +1686 {1686} 8225 1 +1687 {1687} 2903 1 +1688 {1688} 2705 1 +1689 {1689} 2603 1 +1690 {1690} 2838 1 +1691 {1691} 2701 1 +1692 {1692} 3160 1 +1693 {1693} 2930 1 +1694 {1694} 7965 1 +1695 {1695} 6365 1 +1696 {1696} 2929 1 +1697 {1697} 2498 1 +1698 {1698} 2696 1 +1699 {1699} 2497 1 +1700 {1700} 8258 1 +1701 {1701} 2661 1 +1702 {1702} 2067 1 +1703 {1703} 3256 1 +1704 {1704} 4723 1 +1705 {1705} 2759 1 +1706 {1706} 2065 1 +1707 {1707} 2260 1 +1708 {1708} 2524 1 +1709 {1709} 4898 1 +1710 {1710} 2190 1 +1711 {1711} 6801 1 +1712 {1712} 3080 1 +1713 {1713} 2322 1 +1714 {1714} 9999 1 +1715 {1715} 1854 1 +1716 {1716} 2617 1 +1717 {1717} 2023 1 +1718 {1718} 1617 1 +1719 {1719} 1719 1 +1720 {1720} 2847 1 +1721 {1721} 2515 1 +1722 {1722} 3230 1 +1723 {1723} 1851 1 +1724 {1724} 2512 1 +1725 {1725} 2446 1 +1726 {1726} 732 1 +1727 {1727} 2446 1 +1728 {1728} 1950 1 +1729 {1729} 6190 1 +1730 {1730} 7475 1 +1731 {1731} 2117 1 +1732 {1732} 7097 1 +1733 {1733} 2373 1 +1734 {1734} 3291 1 +1735 {1735} 1507 1 +1736 {1736} 1638 1 +1737 {1737} 1903 1 +1738 {1738} 2040 1 +1739 {1739} 2419 1 +1740 {1740} 2073 1 +1741 {1741} 6871 1 +1742 {1742} 1931 1 +1743 {1743} 2478 1 +1744 {1744} 1896 1 +1745 {1745} 1895 1 +1746 {1746} 1659 1 +1747 {1747} 2019 1 +1748 {1748} 435 1 +1749 {1749} 1751 1 +1750 {1750} 6177 1 +1751 {1751} 1621 1 +1752 {1752} 2139 1 +1753 {1753} 474 1 +1754 {1754} 3783 1 +1755 {1755} 3507 1 +1756 {1756} 3348 1 +1757 {1757} 3315 1 +1758 {1758} 3280 1 +1759 {1759} 3047 1 +1760 {1760} 2775 1 +1761 {1761} 2775 1 +1762 {1762} 2978 1 +1763 {1763} 3012 1 +1764 {1764} 8575 1 +1765 {1765} 3244 1 +1766 {1766} 2812 1 +1767 {1767} 3588 1 +1768 {1768} 3273 1 +1769 {1769} 2432 1 +1770 {1770} 3169 1 +1771 {1771} 1286 1 +1772 {1772} 2868 1 +1773 {1773} 2470 1 +1774 {1774} 3100 1 +1775 {1775} 2573 1 +1776 {1776} 7140 1 +1777 {1777} 6418 1 +1778 {1778} 4025 1 +1779 {1779} 3996 1 +1780 {1780} 2336 1 +1781 {1781} 2432 1 +1782 {1782} 8465 1 +1783 {1783} 2498 1 +1784 {1784} 2964 1 +1785 {1785} 2861 1 +1786 {1786} 2534 1 +1787 {1787} 2696 1 +1788 {1788} 2397 1 +1789 {1789} 1719 1 +1790 {1790} 3056 1 +1791 {1791} 8070 1 +1792 {1792} 3256 1 +1793 {1793} 2494 1 +1794 {1794} 3256 1 +1795 {1795} 2593 1 +1796 {1796} 2030 1 +1797 {1797} 2424 1 +1798 {1798} 7547 1 +1799 {1799} 2721 1 +1800 {1800} 2654 1 +1801 {1801} 2489 1 +1802 {1802} 2852 1 +1803 {1803} 2359 1 +1804 {1804} 6268 1 +1805 {1805} 6256 1 +1806 {1806} 7395 1 +1807 {1807} 2980 1 +1808 {1808} 1753 1 +1809 {1809} 2877 1 +1810 {1810} 2252 1 +1811 {1811} 9927 1 +1812 {1812} 2184 1 +1813 {1813} 2450 1 +1814 {1814} 6429 1 +1815 {1815} 2352 1 +1816 {1816} 2932 1 +1817 {1817} 2284 1 +1818 {1818} 732 1 +1819 {1819} 7525 1 +1820 {1820} 1818 1 +1821 {1821} 2087 1 +1822 {1822} 1980 1 +1823 {1823} 2375 1 +1824 {1824} 3051 1 +1825 {1825} 2242 1 +1826 {1826} 1811 1 +1827 {1827} 2275 1 +1828 {1828} 2143 1 +1829 {1829} 2143 1 +1830 {1830} 2341 1 +1831 {1831} 2529 1 +1832 {1832} 1807 1 +1833 {1833} 2040 1 +1834 {1834} 2040 1 +1835 {1835} 4667 1 +1836 {1836} 1237 1 +1837 {1837} 2449 1 +1838 {1838} 2000 1 +1839 {1839} 8901 1 +1840 {1840} 4551 1 +1841 {1841} 6812 1 +1842 {1842} 1262 1 +1843 {1843} 1456 1 +1844 {1844} 3521 1 +1845 {1845} 3737 1 +1846 {1846} 3705 1 +1847 {1847} 3663 1 +1848 {1848} 3842 1 +1849 {1849} 3689 1 +1850 {1850} 3345 1 +1851 {1851} 3345 1 +1852 {1852} 3349 1 +1853 {1853} 3009 1 +1854 {1854} 5462 1 +1855 {1855} 3216 1 +1856 {1856} 11724 1 +1857 {1857} 2906 1 +1858 {1858} 3046 1 +1859 {1859} 3345 1 +1860 {1860} 2842 1 +1861 {1861} 2979 1 +1862 {1862} 2535 1 +1863 {1863} 3704 1 +1864 {1864} 3244 1 +1865 {1865} 3529 1 +1866 {1866} 3406 1 +1867 {1867} 3467 1 +1868 {1868} 8431 1 +1869 {1869} 3009 1 +1870 {1870} 1352 1 +1871 {1871} 2640 1 +1872 {1872} 2973 1 +1873 {1873} 2973 1 +1874 {1874} 2842 1 +1875 {1875} 2434 1 +1876 {1876} 8225 1 +1877 {1877} 2705 1 +1878 {1878} 3068 1 +1879 {1879} 2901 1 +1880 {1880} 2303 1 +1881 {1881} 2837 1 +1882 {1882} 3395 1 +1883 {1883} 2268 1 +1884 {1884} 2571 1 +1885 {1885} 2864 1 +1886 {1886} 2601 1 +1887 {1887} 2601 1 +1888 {1888} 2800 1 +1889 {1889} 2432 1 +1890 {1890} 2767 1 +1891 {1891} 2767 1 +1892 {1892} 3193 1 +1893 {1893} 7837 1 +1894 {1894} 3357 1 +1895 {1895} 2069 1 +1896 {1896} 6354 1 +1897 {1897} 8399 1 +1898 {1898} 2565 1 +1899 {1899} 2497 1 +1900 {1900} 7777 1 +1901 {1901} 3320 1 +1902 {1902} 3880 1 +1903 {1903} 2695 1 +1904 {1904} 6328 1 +1905 {1905} 2830 1 +1906 {1906} 2830 1 +1907 {1907} 2858 1 +1908 {1908} 2827 1 +1909 {1909} 3506 1 +1910 {1910} 2627 1 +1911 {1911} 2793 1 +1912 {1912} 2494 1 +1913 {1913} 2395 1 +1914 {1914} 2793 1 +1915 {1915} 3023 1 +1916 {1916} 2459 1 +1917 {1917} 2791 1 +1918 {1918} 3150 1 +1919 {1919} 2760 1 +1920 {1920} 2424 1 +1921 {1921} 2424 1 +1922 {1922} 2759 1 +1923 {1923} 2192 1 +1924 {1924} 2524 1 +1925 {1925} 2390 1 +1926 {1926} 2190 1 +1927 {1927} 2260 1 +1928 {1928} 2557 1 +1929 {1929} 2359 1 +1930 {1930} 2223 1 +1931 {1931} 2292 1 +1932 {1932} 6727 1 +1933 {1933} 9999 1 +1934 {1934} 2288 1 +1935 {1935} 2288 1 +1936 {1936} 2058 1 +1937 {1937} 2353 1 +1938 {1938} 2383 1 +1939 {1939} 2352 1 +1940 {1940} 2217 1 +1941 {1941} 1584 1 +1942 {1942} 1584 1 +1943 {1943} 2284 1 +1944 {1944} 2120 1 +1945 {1945} 2348 1 +1946 {1946} 1515 1 +1947 {1947} 2087 1 +1948 {1948} 4623 1 +1949 {1949} 1950 1 +1950 {1950} 2860 1 +1951 {1951} 2117 1 +1952 {1952} 2676 1 +1953 {1953} 7422 1 +1954 {1954} 2828 1 +1955 {1955} 1447 1 +1956 {1956} 2344 1 +1957 {1957} 2792 1 +1958 {1958} 1244 1 +1959 {1959} 2758 1 +1960 {1960} 2308 1 +1961 {1961} 2011 1 +1962 {1962} 2011 1 +1963 {1963} 1708 1 +1964 {1964} 1942 1 +1965 {1965} 2143 1 +1966 {1966} 611 1 +1967 {1967} 2110 1 +1968 {1968} 2491 1 +1969 {1969} 2686 1 +1970 {1970} 2169 1 +1971 {1971} 2235 1 +1972 {1972} 1703 1 +1973 {1973} 6284 1 +1974 {1974} 1837 1 +1975 {1975} 1903 1 +1976 {1976} 1903 1 +1977 {1977} 2485 1 +1978 {1978} 2229 1 +1979 {1979} 2198 1 +1980 {1980} 2162 1 +1981 {1981} 1931 1 +1982 {1982} 1532 1 +1983 {1983} 1896 1 +1984 {1984} 1659 1 +1985 {1985} 6905 1 +1986 {1986} 1592 1 +1987 {1987} 1491 1 +1988 {1988} 2920 1 +1989 {1989} 5929 1 +1990 {1990} 1640 1 +1991 {1991} 1456 1 +1992 {1992} 1770 1 +1993 {1993} 1604 1 +1994 {1994} 1430 1 +1995 {1995} 2001 1 +1996 {1996} 1187 1 +1997 {1997} 4199 1 +1998 {1998} 4179 1 +1999 {1999} 4170 1 +2000 {2000} 4231 1 +2001 {2001} 2354 1 +2002 {2002} 3919 1 +2003 {2003} 3836 1 +2004 {2004} 10610 1 +2005 {2005} 4140 1 +2006 {2006} 3748 1 +2007 {2007} 3713 1 +2008 {2008} 9939 1 +2009 {2009} 3574 1 +2010 {2010} 3666 1 +2011 {2011} 3480 1 +2012 {2012} 4330 1 +2013 {2013} 1675 1 +2014 {2014} 6645 1 +2015 {2015} 2666 1 +2016 {2016} 3379 1 +2017 {2017} 1556 1 +2018 {2018} 2942 1 +2019 {2019} 8706 1 +2020 {2020} 4221 1 +2021 {2021} 4221 1 +2022 {2022} 3109 1 +2023 {2023} 2910 1 +2024 {2024} 3704 1 +2025 {2025} 3210 1 +2026 {2026} 3105 1 +2027 {2027} 3242 1 +2028 {2028} 2673 1 +2029 {2029} 3074 1 +2030 {2030} 2777 1 +2031 {2031} 6833 1 +2032 {2032} 2941 1 +2033 {2033} 8955 1 +2034 {2034} 3135 1 +2035 {2035} 3103 1 +2036 {2036} 3169 1 +2037 {2037} 2973 1 +2038 {2038} 2434 1 +2039 {2039} 2937 1 +2040 {2040} 3006 1 +2041 {2041} 2705 1 +2042 {2042} 2638 1 +2043 {2043} 3068 1 +2044 {2044} 2538 1 +2045 {2045} 3363 1 +2046 {2046} 2336 1 +2047 {2047} 2865 1 +2048 {2048} 2602 1 +2049 {2049} 3264 1 +2050 {2050} 2837 1 +2051 {2051} 7965 1 +2052 {2052} 3297 1 +2053 {2053} 2467 1 +2054 {2054} 2304 1 +2055 {2055} 3297 1 +2056 {2056} 6365 1 +2057 {2057} 2996 1 +2058 {2058} 3262 1 +2059 {2059} 2302 1 +2060 {2060} 6354 1 +2061 {2061} 2632 1 +2062 {2062} 2598 1 +2063 {2063} 3058 1 +2064 {2064} 10575 1 +2065 {2065} 1051 1 +2066 {2066} 3259 1 +2067 {2067} 2794 1 +2068 {2068} 2531 1 +2069 {2069} 2794 1 +2070 {2070} 2331 1 +2071 {2071} 2892 1 +2072 {2072} 2661 1 +2073 {2073} 2661 1 +2074 {2074} 2763 1 +2075 {2075} 7655 1 +2076 {2076} 2627 1 +2077 {2077} 2791 1 +2078 {2078} 7604 1 +2079 {2079} 6306 1 +2080 {2080} 2363 1 +2081 {2081} 2558 1 +2082 {2082} 2424 1 +2083 {2083} 2424 1 +2084 {2084} 2558 1 +2085 {2085} 2558 1 +2086 {2086} 2759 1 +2087 {2087} 3182 1 +2088 {2088} 2295 1 +2089 {2089} 7985 1 +2090 {2090} 2721 1 +2091 {2091} 2325 1 +2092 {2092} 2423 1 +2093 {2093} 1756 1 +2094 {2094} 871 1 +2095 {2095} 3112 1 +2096 {2096} 6268 1 +2097 {2097} 2454 1 +2098 {2098} 2915 1 +2099 {2099} 2652 1 +2100 {2100} 7860 1 +2101 {2101} 3016 1 +2102 {2102} 2685 1 +2103 {2103} 3329 1 +2104 {2104} 2092 1 +2105 {2105} 7700 1 +2106 {2106} 2288 1 +2107 {2107} 2417 1 +2108 {2108} 4835 1 +2109 {2109} 2385 1 +2110 {2110} 6230 1 +2111 {2111} 2383 1 +2112 {2112} 1821 1 +2113 {2113} 6429 1 +2114 {2114} 6685 1 +2115 {2115} 758 1 +2116 {2116} 2415 1 +2117 {2117} 2548 1 +2118 {2118} 2713 1 +2119 {2119} 1951 1 +2120 {2120} 2055 1 +2121 {2121} 7525 1 +2122 {2122} 1818 1 +2123 {2123} 3531 1 +2124 {2124} 2149 1 +2125 {2125} 2149 1 +2126 {2126} 1716 1 +2127 {2127} 2180 1 +2128 {2128} 7171 1 +2129 {2129} 1716 1 +2130 {2130} 7422 1 +2131 {2131} 1978 1 +2132 {2132} 1644 1 +2133 {2133} 2207 1 +2134 {2134} 1911 1 +2135 {2135} 2242 1 +2136 {2136} 2175 1 +2137 {2137} 7061 1 +2138 {2138} 2207 1 +2139 {2139} 7061 1 +2140 {2140} 2375 1 +2141 {2141} 7061 1 +2142 {2142} 630 1 +2143 {2143} 7350 1 +2144 {2144} 2112 1 +2145 {2145} 1576 1 +2146 {2146} 1478 1 +2147 {2147} 1606 1 +2148 {2148} 2172 1 +2149 {2149} 2172 1 +2150 {2150} 584 1 +2151 {2151} 4579 1 +2152 {2152} 6284 1 +2153 {2153} 6914 1 +2154 {2154} 2391 1 +2155 {2155} 9204 1 +2156 {2156} 1667 1 +2157 {2157} 1804 1 +2158 {2158} 7077 1 +2159 {2159} 6871 1 +2160 {2160} 2104 1 +2161 {2161} 1032 1 +2162 {2162} 7043 1 +2163 {2163} 6023 1 +2164 {2164} 6231 1 +2165 {2165} 2053 1 +2166 {2166} 1527 1 +2167 {2167} 1758 1 +2168 {2168} 2961 1 +2169 {2169} 1909 1 +2170 {2170} 1742 1 +2171 {2171} 6820 1 +2172 {2172} 1742 1 +2173 {2173} 1669 1 +2174 {2174} 1283 1 +2175 {2175} 5854 1 +2176 {2176} 1419 1 +2177 {2177} 5776 1 +2178 {2178} 1204 1 +2179 {2179} 1656 1 +2180 {2180} 1558 1 +2181 {2181} 1743 1 +2182 {2182} 1366 1 +2183 {2183} 15448 1 +2184 {2184} 13072 1 +2185 {2185} 4360 1 +2186 {2186} 3838 1 +2187 {2187} 3627 1 +2188 {2188} 3179 1 +2189 {2189} 3179 1 +2190 {2190} 3445 1 +2191 {2191} 3282 1 +2192 {2192} 3251 1 +2193 {2193} 3414 1 +2194 {2194} 3141 1 +2195 {2195} 3935 1 +2196 {2196} 6506 1 +2197 {2197} 2366 1 +2198 {2198} 3010 1 +2199 {2199} 3207 1 +2200 {2200} 3369 1 +2201 {2201} 3527 1 +2202 {2202} 2468 1 +2203 {2203} 3040 1 +2204 {2204} 3167 1 +2205 {2205} 2705 1 +2206 {2206} 2470 1 +2207 {2207} 3131 1 +2208 {2208} 2903 1 +2209 {2209} 2638 1 +2210 {2210} 2098 1 +2211 {2211} 6418 1 +2212 {2212} 4025 1 +2213 {2213} 2502 1 +2214 {2214} 3391 1 +2215 {2215} 2895 1 +2216 {2216} 2766 1 +2217 {2217} 3575 1 +2218 {2218} 3121 1 +2219 {2219} 2830 1 +2220 {2220} 2397 1 +2221 {2221} 2627 1 +2222 {2222} 10286 1 +2223 {2223} 2986 1 +2224 {2224} 2424 1 +2225 {2225} 7547 1 +2226 {2226} 3147 1 +2227 {2227} 2292 1 +2228 {2228} 2489 1 +2229 {2229} 2158 1 +2230 {2230} 2587 1 +2231 {2231} 7762 1 +2232 {2232} 3080 1 +2233 {2233} 2650 1 +2234 {2234} 2980 1 +2235 {2235} 2155 1 +2236 {2236} 1821 1 +2237 {2237} 2023 1 +2238 {2238} 2023 1 +2239 {2239} 2382 1 +2240 {2240} 2352 1 +2241 {2241} 7250 1 +2242 {2242} 2316 1 +2243 {2243} 2215 1 +2244 {2244} 6372 1 +2245 {2245} 7171 1 +2246 {2246} 2836 1 +2247 {2247} 2051 1 +2248 {2248} 2344 1 +2249 {2249} 2410 1 +2250 {2250} 653 1 +2251 {2251} 4720 1 +2252 {2252} 4594 1 +2253 {2253} 1942 1 +2254 {2254} 1811 1 +2255 {2255} 2592 1 +2256 {2256} 6115 1 +2257 {2257} 1972 1 +2258 {2258} 2078 1 +2259 {2259} 6507 1 +2260 {2260} 1903 1 +2261 {2261} 9204 1 +2262 {2262} 2485 1 +2263 {2263} 1735 1 +2264 {2264} 1438 1 +2265 {2265} 1471 1 +2266 {2266} 2834 1 +2267 {2267} 1369 1 +2268 {2268} 483 1 +2269 {2269} 2478 1 +2270 {2270} 1861 1 +2271 {2271} 1729 1 +2272 {2272} 1888 1 +2273 {2273} 2019 1 +2274 {2274} 6867 1 +2275 {2275} 757 1 +2276 {2276} 6797 1 +2277 {2277} 6525 1 +2278 {2278} 1238 1 +2279 {2279} 2554 1 +2280 {2280} 2211 1 +2281 {2281} 12055 1 +2282 {2282} 12313 1 +2283 {2283} 12948 1 +2284 {2284} 11933 1 +2285 {2285} 3687 1 +2286 {2286} 2895 1 +2287 {2287} 3636 1 +2288 {2288} 3383 1 +2289 {2289} 3635 1 +2290 {2290} 3419 1 +2291 {2291} 3541 1 +2292 {2292} 3179 1 +2293 {2293} 2842 1 +2294 {2294} 2843 1 +2295 {2295} 2669 1 +2296 {2296} 3139 1 +2297 {2297} 2604 1 +2298 {2298} 2708 1 +2299 {2299} 2573 1 +2300 {2300} 2573 1 +2301 {2301} 2195 1 +2302 {2302} 5133 1 +2303 {2303} 3363 1 +2304 {2304} 3996 1 +2305 {2305} 8029 1 +2306 {2306} 2801 1 +2307 {2307} 3232 1 +2308 {2308} 2668 1 +2309 {2309} 1116 1 +2310 {2310} 8465 1 +2311 {2311} 3391 1 +2312 {2312} 2895 1 +2313 {2313} 8282 1 +2314 {2314} 2598 1 +2315 {2315} 7837 1 +2316 {2316} 2894 1 +2317 {2317} 2167 1 +2318 {2318} 8213 1 +2319 {2319} 3289 1 +2320 {2320} 2428 1 +2321 {2321} 1892 1 +2322 {2322} 2629 1 +2323 {2323} 2364 1 +2324 {2324} 2627 1 +2325 {2325} 1963 1 +2326 {2326} 2791 1 +2327 {2327} 2593 1 +2328 {2328} 2099 1 +2329 {2329} 3222 1 +2330 {2330} 6306 1 +2331 {2331} 2228 1 +2332 {2332} 2424 1 +2333 {2333} 929 1 +2334 {2334} 2129 1 +2335 {2335} 4708 1 +2336 {2336} 6826 1 +2337 {2337} 6268 1 +2338 {2338} 7441 1 +2339 {2339} 3329 1 +2340 {2340} 2453 1 +2341 {2341} 2453 1 +2342 {2342} 2220 1 +2343 {2343} 2549 1 +2344 {2344} 2252 1 +2345 {2345} 1785 1 +2346 {2346} 2415 1 +2347 {2347} 2548 1 +2348 {2348} 2152 1 +2349 {2349} 2350 1 +2350 {2350} 2868 1 +2351 {2351} 2018 1 +2352 {2352} 2609 1 +2353 {2353} 2377 1 +2354 {2354} 2799 1 +2355 {2355} 2115 1 +2356 {2356} 1546 1 +2357 {2357} 2083 1 +2358 {2358} 9565 1 +2359 {2359} 1911 1 +2360 {2360} 2175 1 +2361 {2361} 9417 1 +2362 {2362} 2373 1 +2363 {2363} 7022 1 +2364 {2364} 3291 1 +2365 {2365} 1939 1 +2366 {2366} 6083 1 +2367 {2367} 1837 1 +2368 {2368} 1769 1 +2369 {2369} 1965 1 +2370 {2370} 1896 1 +2371 {2371} 1196 1 +2372 {2372} 6219 1 +2373 {2373} 1595 1 +2374 {2374} 874 1 +2375 {2375} 1916 1 +2376 {2376} 2139 1 +2377 {2377} 1803 1 +2378 {2378} 2059 1 +2379 {2379} 1145 1 +2380 {2380} 1317 1 +2381 {2381} 12052 1 +2382 {2382} 11948 1 +2383 {2383} 3925 1 +2384 {2384} 2783 1 +2385 {2385} 3570 1 +2386 {2386} 3718 1 +2387 {2387} 2929 1 +2388 {2388} 9190 1 +2389 {2389} 4131 1 +2390 {2390} 2939 1 +2391 {2391} 3315 1 +2392 {2392} 3348 1 +2393 {2393} 3012 1 +2394 {2394} 3251 1 +2395 {2395} 3682 1 +2396 {2396} 2600 1 +2397 {2397} 3503 1 +2398 {2398} 3309 1 +2399 {2399} 3073 1 +2400 {2400} 3135 1 +2401 {2401} 2807 1 +2402 {2402} 3102 1 +2403 {2403} 3102 1 +2404 {2404} 6452 1 +2405 {2405} 2937 1 +2406 {2406} 2334 1 +2407 {2407} 2603 1 +2408 {2408} 3068 1 +2409 {2409} 2538 1 +2410 {2410} 3264 1 +2411 {2411} 2668 1 +2412 {2412} 2536 1 +2413 {2413} 2304 1 +2414 {2414} 2734 1 +2415 {2415} 2334 1 +2416 {2416} 2432 1 +2417 {2417} 2069 1 +2418 {2418} 8399 1 +2419 {2419} 8282 1 +2420 {2420} 2429 1 +2421 {2421} 2696 1 +2422 {2422} 2794 1 +2423 {2423} 3118 1 +2424 {2424} 2459 1 +2425 {2425} 10361 1 +2426 {2426} 2790 1 +2427 {2427} 3182 1 +2428 {2428} 10286 1 +2429 {2429} 2759 1 +2430 {2430} 2065 1 +2431 {2431} 2527 1 +2432 {2432} 1792 1 +2433 {2433} 2489 1 +2434 {2434} 2223 1 +2435 {2435} 6779 1 +2436 {2436} 7441 1 +2437 {2437} 6460 1 +2438 {2438} 2650 1 +2439 {2439} 2288 1 +2440 {2440} 2980 1 +2441 {2441} 3008 1 +2442 {2442} 2058 1 +2443 {2443} 2352 1 +2444 {2444} 2380 1 +2445 {2445} 2868 1 +2446 {2446} 2380 1 +2447 {2447} 7211 1 +2448 {2448} 2282 1 +2449 {2449} 2477 1 +2450 {2450} 3498 1 +2451 {2451} 4623 1 +2452 {2452} 2280 1 +2453 {2453} 2245 1 +2454 {2454} 7097 1 +2455 {2455} 2599 1 +2456 {2456} 6132 1 +2457 {2457} 4704 1 +2458 {2458} 1778 1 +2459 {2459} 584 1 +2460 {2460} 1939 1 +2461 {2461} 2647 1 +2462 {2462} 1903 1 +2463 {2463} 1804 1 +2464 {2464} 1769 1 +2465 {2465} 1834 1 +2466 {2466} 1967 1 +2467 {2467} 3145 1 +2468 {2468} 6043 1 +2469 {2469} 1626 1 +2470 {2470} 1559 1 +2471 {2471} 348 1 +2472 {2472} 6673 1 +2473 {2473} 4407 1 +2474 {2474} 3607 1 +2475 {2475} 7230 1 +2476 {2476} 4036 1 +2477 {2477} 3270 1 +2478 {2478} 3814 1 +2479 {2479} 2646 1 +2480 {2480} 3414 1 +2481 {2481} 1840 1 +2482 {2482} 3135 1 +2483 {2483} 3637 1 +2484 {2484} 3007 1 +2485 {2485} 9121 1 +2486 {2486} 3283 1 +2487 {2487} 3142 1 +2488 {2488} 3141 1 +2489 {2489} 3310 1 +2490 {2490} 2845 1 +2491 {2491} 3246 1 +2492 {2492} 2535 1 +2493 {2493} 2942 1 +2494 {2494} 2466 1 +2495 {2495} 2466 1 +2496 {2496} 4139 1 +2497 {2497} 3009 1 +2498 {2498} 2810 1 +2499 {2499} 3009 1 +2500 {2500} 3006 1 +2501 {2501} 3398 1 +2502 {2502} 2470 1 +2503 {2503} 10988 1 +2504 {2504} 3068 1 +2505 {2505} 10852 1 +2506 {2506} 3297 1 +2507 {2507} 3360 1 +2508 {2508} 10780 1 +2509 {2509} 3428 1 +2510 {2510} 2767 1 +2511 {2511} 2233 1 +2512 {2512} 2927 1 +2513 {2513} 2765 1 +2514 {2514} 7777 1 +2515 {2515} 3090 1 +2516 {2516} 2101 1 +2517 {2517} 2531 1 +2518 {2518} 2661 1 +2519 {2519} 2067 1 +2520 {2520} 1683 1 +2521 {2521} 3792 1 +2522 {2522} 10361 1 +2523 {2523} 2493 1 +2524 {2524} 1792 1 +2525 {2525} 1585 1 +2526 {2526} 10216 1 +2527 {2527} 2852 1 +2528 {2528} 7441 1 +2529 {2529} 2520 1 +2530 {2530} 2288 1 +2531 {2531} 2288 1 +2532 {2532} 2122 1 +2533 {2533} 2184 1 +2534 {2534} 7638 1 +2535 {2535} 2970 1 +2536 {2536} 4643 1 +2537 {2537} 2352 1 +2538 {2538} 7614 1 +2539 {2539} 2477 1 +2540 {2540} 2282 1 +2541 {2541} 2018 1 +2542 {2542} 9713 1 +2543 {2543} 6190 1 +2544 {2544} 2282 1 +2545 {2545} 2799 1 +2546 {2546} 1747 1 +2547 {2547} 2476 1 +2548 {2548} 2015 1 +2549 {2549} 2410 1 +2550 {2550} 2410 1 +2551 {2551} 1946 1 +2552 {2552} 1944 1 +2553 {2553} 6559 1 +2554 {2554} 2207 1 +2555 {2555} 6331 1 +2556 {2556} 7275 1 +2557 {2557} 2143 1 +2558 {2558} 3017 1 +2559 {2559} 4689 1 +2560 {2560} 9350 1 +2561 {2561} 562 1 +2562 {2562} 6914 1 +2563 {2563} 2136 1 +2564 {2564} 2097 1 +2565 {2565} 1929 1 +2566 {2566} 905 1 +2567 {2567} 5967 1 +2568 {2568} 1559 1 +2569 {2569} 1053 1 +2570 {2570} 1589 1 +2571 {2571} 2254 1 +2572 {2572} 1250 1 +2573 {2573} 1372 1 +2574 {2574} 1029 1 +2575 {2575} 7200 1 +2576 {2576} 3448 1 +2577 {2577} 3384 1 +2578 {2578} 3013 1 +2579 {2579} 2633 1 +2580 {2580} 8706 1 +2581 {2581} 3340 1 +2582 {2582} 6523 1 +2583 {2583} 9097 1 +2584 {2584} 3075 1 +2585 {2585} 2942 1 +2586 {2586} 2366 1 +2587 {2587} 3242 1 +2588 {2588} 3529 1 +2589 {2589} 2872 1 +2590 {2590} 3558 1 +2591 {2591} 4932 1 +2592 {2592} 3041 1 +2593 {2593} 2775 1 +2594 {2594} 2775 1 +2595 {2595} 3070 1 +2596 {2596} 6418 1 +2597 {2597} 2538 1 +2598 {2598} 2701 1 +2599 {2599} 10852 1 +2600 {2600} 2668 1 +2601 {2601} 2801 1 +2602 {2602} 3938 1 +2603 {2603} 1993 1 +2604 {2604} 2632 1 +2605 {2605} 10643 1 +2606 {2606} 3157 1 +2607 {2607} 2167 1 +2608 {2608} 2167 1 +2609 {2609} 3357 1 +2610 {2610} 3229 1 +2611 {2611} 8213 1 +2612 {2612} 2196 1 +2613 {2613} 7777 1 +2614 {2614} 2830 1 +2615 {2615} 3538 1 +2616 {2616} 2364 1 +2617 {2617} 6882 1 +2618 {2618} 3056 1 +2619 {2619} 992 1 +2620 {2620} 2298 1 +2621 {2621} 2228 1 +2622 {2622} 2459 1 +2623 {2623} 6306 1 +2624 {2624} 2790 1 +2625 {2625} 2390 1 +2626 {2626} 898 1 +2627 {2627} 2390 1 +2628 {2628} 3724 1 +2629 {2629} 2884 1 +2630 {2630} 2489 1 +2631 {2631} 7441 1 +2632 {2632} 7818 1 +2633 {2633} 3112 1 +2634 {2634} 2453 1 +2635 {2635} 4854 1 +2636 {2636} 7395 1 +2637 {2637} 2487 1 +2638 {2638} 2585 1 +2639 {2639} 2122 1 +2640 {2640} 2383 1 +2641 {2641} 2548 1 +2642 {2642} 1951 1 +2643 {2643} 2896 1 +2644 {2644} 2051 1 +2645 {2645} 2313 1 +2646 {2646} 6345 1 +2647 {2647} 2765 1 +2648 {2648} 2143 1 +2649 {2649} 1910 1 +2650 {2650} 1775 1 +2651 {2651} 2042 1 +2652 {2652} 1807 1 +2653 {2653} 1638 1 +2654 {2654} 1771 1 +2655 {2655} 1504 1 +2656 {2656} 1032 1 +2657 {2657} 1898 1 +2658 {2658} 1861 1 +2659 {2659} 1988 1 +2660 {2660} 2057 1 +2661 {2661} 1909 1 +2662 {2662} 1593 1 +2663 {2663} 1460 1 +2664 {2664} 1513 1 +2665 {2665} 1390 1 +2666 {2666} 6716 1 +2667 {2667} 4067 1 +2668 {2668} 3444 1 +2669 {2669} 3111 1 +2670 {2670} 3278 1 +2671 {2671} 2874 1 +2672 {2672} 4204 1 +2673 {2673} 2535 1 +2674 {2674} 2812 1 +2675 {2675} 2776 1 +2676 {2676} 3558 1 +2677 {2677} 4896 1 +2678 {2678} 3100 1 +2679 {2679} 3069 1 +2680 {2680} 5152 1 +2681 {2681} 2503 1 +2682 {2682} 3034 1 +2683 {2683} 3428 1 +2684 {2684} 2601 1 +2685 {2685} 2536 1 +2686 {2686} 1786 1 +2687 {2687} 10643 1 +2688 {2688} 2926 1 +2689 {2689} 7777 1 +2690 {2690} 2661 1 +2691 {2691} 2331 1 +2692 {2692} 2660 1 +2693 {2693} 6856 1 +2694 {2694} 3086 1 +2695 {2695} 2459 1 +2696 {2696} 2955 1 +2697 {2697} 2624 1 +2698 {2698} 2390 1 +2699 {2699} 2489 1 +2700 {2700} 3050 1 +2701 {2701} 2454 1 +2702 {2702} 3080 1 +2703 {2703} 3668 1 +2704 {2704} 3044 1 +2705 {2705} 7339 1 +2706 {2706} 2155 1 +2707 {2707} 7339 1 +2708 {2708} 2252 1 +2709 {2709} 1954 1 +2710 {2710} 2816 1 +2711 {2711} 2415 1 +2712 {2712} 2181 1 +2713 {2713} 2215 1 +2714 {2714} 1951 1 +2715 {2715} 2282 1 +2716 {2716} 2245 1 +2717 {2717} 6159 1 +2718 {2718} 2441 1 +2719 {2719} 7097 1 +2720 {2720} 2083 1 +2721 {2721} 653 1 +2722 {2722} 1713 1 +2723 {2723} 7450 1 +2724 {2724} 7370 1 +2725 {2725} 1609 1 +2726 {2726} 2662 1 +2727 {2727} 2310 1 +2728 {2728} 2175 1 +2729 {2729} 1576 1 +2730 {2730} 611 1 +2731 {2731} 6132 1 +2732 {2732} 1775 1 +2733 {2733} 2110 1 +2734 {2734} 2141 1 +2735 {2735} 1906 1 +2736 {2736} 7155 1 +2737 {2737} 2455 1 +2738 {2738} 1903 1 +2739 {2739} 1504 1 +2740 {2740} 2198 1 +2741 {2741} 1667 1 +2742 {2742} 6259 1 +2743 {2743} 2035 1 +2744 {2744} 1732 1 +2745 {2745} 1931 1 +2746 {2746} 1695 1 +2747 {2747} 2027 1 +2748 {2748} 1125 1 +2749 {2749} 8824 1 +2750 {2750} 2057 1 +2751 {2751} 1158 1 +2752 {2752} 1828 1 +2753 {2753} 1789 1 +2754 {2754} 1912 1 +2755 {2755} 1573 1 +2756 {2756} 3706 1 +2757 {2757} 2873 1 +2758 {2758} 1925 1 +2759 {2759} 2265 1 +2760 {2760} 1826 1 +2761 {2761} 2527 1 +2762 {2762} 7624 1 +2763 {2763} 2614 1 +2764 {2764} 1679 1 +2765 {2765} 2315 1 +2766 {2766} 2704 1 +2767 {2767} 2765 1 +2768 {2768} 1636 1 +2769 {2769} 1667 1 +2770 {2770} 3530 1 +2771 {2771} 3074 1 +2772 {2772} 2573 1 +2773 {2773} 2501 1 +2774 {2774} 3259 1 +2775 {2775} 1925 1 +2776 {2776} 3050 1 +2777 {2777} 2420 1 +2778 {2778} 2684 1 +2779 {2779} 3653 1 +2780 {2780} 2697 1 +2781 {2781} 2263 1 +2782 {2782} 3050 1 +2783 {2783} 1823 1 +2784 {2784} 2559 1 +2785 {2785} 2337 1 +2786 {2786} 2075 1 +2787 {2787} 1596 1 +2788 {2788} 3000 1 +2789 {2789} 2909 1 +2790 {2790} 2744 1 +2791 {2791} 3494 1 +2792 {2792} 2502 1 +2793 {2793} 3064 1 +2794 {2794} 2536 1 +2795 {2795} 2366 1 +2796 {2796} 2594 1 +2797 {2797} 2660 1 +2798 {2798} 1823 1 +2799 {2799} 2091 1 +2800 {2800} 2704 1 +2801 {2801} 1703 1 +2802 {2802} 2340 1 +2803 {2803} 3214 1 +2804 {2804} 3499 1 +2805 {2805} 2267 1 +2806 {2806} 3324 1 +2807 {2807} 2158 1 +2808 {2808} 3016 1 +2809 {2809} 2353 1 +2810 {2810} 2091 1 +2811 {2811} 2299 1 +2812 {2812} 3384 1 +2813 {2813} 2811 1 +2814 {2814} 3105 1 +2815 {2815} 3494 1 +2816 {2816} 3263 1 +2817 {2817} 2467 1 +2818 {2818} 3360 1 +2819 {2819} 2233 1 +2820 {2820} 2031 1 +2821 {2821} 2754 1 +2822 {2822} 1990 1 +2823 {2823} 2317 1 +2824 {2824} 1813 1 +2825 {2825} 3064 1 +2826 {2826} 2167 1 +2827 {2827} 3227 1 +2828 {2828} 2625 1 +2829 {2829} 2190 1 +2830 {2830} 2189 1 +2831 {2831} 2420 1 +2832 {2832} 2907 1 +2833 {2833} 2488 1 +2834 {2834} 3179 1 +2835 {2835} 2810 1 +2836 {2836} 3562 1 +2837 {2837} 3203 1 +2838 {2838} 2233 1 +2839 {2839} 2501 1 +2840 {2840} 3114 1 +2841 {2841} 2980 1 +2842 {2842} 2018 1 +2843 {2843} 2207 1 +2844 {2844} 2566 1 +2845 {2845} 10843 1 +2846 {2846} 3562 1 +2847 {2847} 3271 1 +2848 {2848} 2430 1 +2849 {2849} 3294 1 +2850 {2850} 2494 1 +2851 {2851} 9236 1 +2852 {2852} 2424 1 +2853 {2853} 2420 1 +2854 {2854} 8801 1 +2855 {2855} 2217 1 +2856 {2856} 2280 1 +2857 {2857} 8928 1 +2858 {2858} 1878 1 +2859 {2859} 8295 1 +2860 {2860} 2010 1 +2861 {2861} 3074 1 +2862 {2862} 3271 1 +2863 {2863} 2904 1 +2864 {2864} 2573 1 +2865 {2865} 1994 1 +2866 {2866} 2848 1 +2867 {2867} 2907 1 +2868 {2868} 2655 1 +2869 {2869} 1529 1 +2870 {2870} 3214 1 +2871 {2871} 2943 1 +2872 {2872} 2803 1 +2873 {2873} 2699 1 +2874 {2874} 2429 1 +2875 {2875} 3227 1 +2876 {2876} 2030 1 +2877 {2877} 2223 1 +2878 {2878} 2290 1 +2879 {2879} 2124 1 +2880 {2880} 2614 1 +2881 {2881} 2836 1 +2882 {2882} 2745 1 +2883 {2883} 1310 1 +2884 {2884} 1611 1 +2885 {2885} 1841 1 +2886 {2886} 1775 1 +2887 {2887} 1004 1 +2888 {2888} 6594 1 +2889 {2889} 2467 1 +2890 {2890} 3360 1 +2891 {2891} 2962 1 +2892 {2892} 1961 1 +2893 {2893} 2317 1 +2894 {2894} 2595 1 +2895 {2895} 2141 1 +2896 {2896} 1667 1 +2897 {2897} 1492 1 +2898 {2898} 2048 1 +2899 {2899} 2734 1 +2900 {2900} 3259 1 +2901 {2901} 3227 1 +2902 {2902} 2523 1 +2903 {2903} 2125 1 +2904 {2904} 2021 1 +2905 {2905} 1475 1 +2906 {2906} 2488 1 +2907 {2907} 2186 1 +2908 {2908} 4007 1 +2909 {2909} 2664 1 +2910 {2910} 2810 1 +2911 {2911} 2901 1 +2912 {2912} 3430 1 +2913 {2913} 2729 1 +2914 {2914} 2298 1 +2915 {2915} 2227 1 +2916 {2916} 2156 1 +2917 {2917} 2486 1 +2918 {2918} 2814 1 +2919 {2919} 2242 1 +2920 {2920} 2299 1 +2921 {2921} 1898 1 +2922 {2922} 1998 1 +2923 {2923} 1250 1 +2924 {2924} 1098 1 +2925 {2925} 3281 1 +2926 {2926} 3180 1 +2927 {2927} 3683 1 +2928 {2928} 2739 1 +2929 {2929} 3141 1 +2930 {2930} 9683 1 +2931 {2931} 10059 1 +2932 {2932} 9265 1 +2933 {2933} 6577 1 +2934 {2934} 2501 1 +2935 {2935} 1994 1 +2936 {2936} 2400 1 +2937 {2937} 2565 1 +2938 {2938} 10355 1 +2939 {2939} 2563 1 +2940 {2940} 2496 1 +2941 {2941} 2496 1 +2942 {2942} 2660 1 +2943 {2943} 2493 1 +2944 {2944} 2228 1 +2945 {2945} 2457 1 +2946 {2946} 1685 1 +2947 {2947} 2290 1 +2948 {2948} 10553 1 +2949 {2949} 2252 1 +2950 {2950} 9709 1 +2951 {2951} 2084 1 +2952 {2952} 2117 1 +2953 {2953} 2508 1 +2954 {2954} 2050 1 +2955 {2955} 2765 1 +2956 {2956} 1545 1 +2957 {2957} 2112 1 +2958 {2958} 2655 1 +2959 {2959} 1972 1 +2960 {2960} 2040 1 +2961 {2961} 1901 1 +2962 {2962} 1694 1 +2963 {2963} 1263 1 +2964 {2964} 1828 1 +2965 {2965} 12159 1 +2966 {2966} 2777 1 +2967 {2967} 2674 1 +2968 {2968} 2470 1 +2969 {2969} 3430 1 +2970 {2970} 2536 1 +2971 {2971} 3155 1 +2972 {2972} 3227 1 +2973 {2973} 2031 1 +2974 {2974} 2856 1 +2975 {2975} 2025 1 +2976 {2976} 2187 1 +2977 {2977} 2284 1 +2978 {2978} 1950 1 +2979 {2979} 2315 1 +2980 {2980} 1713 1 +2981 {2981} 1461 1 +2982 {2982} 3653 1 +2983 {2983} 3562 1 +2984 {2984} 2697 1 +2985 {2985} 2660 1 +2986 {2986} 2261 1 +2987 {2987} 2092 1 +2988 {2988} 1646 1 +2989 {2989} 2299 1 +2990 {2990} 2514 1 +2991 {2991} 4007 1 +2992 {2992} 3231 1 +2993 {2993} 2660 1 +2994 {2994} 2527 1 +2995 {2995} 2614 1 +2996 {2996} 1774 1 +2997 {2997} 1406 1 +2998 {2998} 2443 1 +2999 {2999} 1495 1 +3000 {3000} 2708 1 +3001 {3001} 2939 1 +3002 {3002} 3186 1 +3003 {3003} 1925 1 +3004 {3004} 3050 1 +3005 {3005} 2546 1 +3006 {3006} 1877 1 +3007 {3007} 1822 1 +3008 {3008} 2137 1 +3009 {3009} 13018 1 +3010 {3010} 11465 1 +3011 {3011} 11045 1 +3012 {3012} 2674 1 +3013 {3013} 3395 1 +3014 {3014} 3263 1 +3015 {3015} 3227 1 +3016 {3016} 1961 1 +3017 {3017} 2451 1 +3018 {3018} 2646 1 +3019 {3019} 2056 1 +3020 {3020} 1969 1 +3021 {3021} 12289 1 +3022 {3022} 14121 1 +3023 {3023} 3360 1 +3024 {3024} 2527 1 +3025 {3025} 2487 1 +3026 {3026} 1578 1 +3027 {3027} 2145 1 +3028 {3028} 2691 1 +3029 {3029} 2004 1 +3030 {3030} 1898 1 +3031 {3031} 2085 1 +3032 {3032} 1426 1 +3033 {3033} 960 1 +3034 {3034} 1549 1 +3035 {3035} 2776 1 +3036 {3036} 3588 1 +3037 {3037} 2466 1 +3038 {3038} 3294 1 +3039 {3039} 2629 1 +3040 {3040} 2984 1 +3041 {3041} 2416 1 +3042 {3042} 1786 1 +3043 {3043} 2173 1 +3044 {3044} 2406 1 +3045 {3045} 1929 1 +3046 {3046} 1533 1 +3047 {3047} 12519 1 +3048 {3048} 3157 1 +3049 {3049} 3513 1 +3050 {3050} 3042 1 +3051 {3051} 3010 1 +3052 {3052} 2908 1 +3053 {3053} 3706 1 +3054 {3054} 3653 1 +3055 {3055} 2799 1 +3056 {3056} 2145 1 +3057 {3057} 2438 1 +3058 {3058} 1877 1 +3059 {3059} 2595 1 +3060 {3060} 2586 1 +3061 {3061} 2549 1 +3062 {3062} 1250 1 +3063 {3063} 12055 1 +3064 {3064} 12649 1 +3065 {3065} 13224 1 +3066 {3066} 4181 1 +3067 {3067} 2964 1 +3068 {3068} 2708 1 +3069 {3069} 3324 1 +3070 {3070} 2660 1 +3071 {3071} 3054 1 +3072 {3072} 2125 1 +3073 {3073} 2078 1 +3074 {3074} 2153 1 +3075 {3075} 9657 1 +3076 {3076} 12115 1 +3077 {3077} 11157 1 +3078 {3078} 2798 1 +3079 {3079} 3745 1 +3080 {3080} 2975 1 +3081 {3081} 2870 1 +3082 {3082} 3007 1 +3083 {3083} 2904 1 +3084 {3084} 2574 1 +3085 {3085} 3401 1 +3086 {3086} 3328 1 +3087 {3087} 2995 1 +3088 {3088} 2069 1 +3089 {3089} 1994 1 +3090 {3090} 2951 1 +3091 {3091} 1950 1 +3092 {3092} 1578 1 +3093 {3093} 2727 1 +3094 {3094} 2549 1 +3095 {3095} 11591 1 +3096 {3096} 2907 1 +3097 {3097} 3109 1 +3098 {3098} 2708 1 +3099 {3099} 3433 1 +3100 {3100} 2367 1 +3101 {3101} 2788 1 +3102 {3102} 3084 1 +3103 {3103} 2058 1 +3104 {3104} 1611 1 +3105 {3105} 2691 1 +3106 {3106} 2075 1 +3107 {3107} 1597 1 +3108 {3108} 12258 1 +3109 {3109} 12517 1 +3110 {3110} 11354 1 +3111 {3111} 2167 1 +3112 {3112} 2995 1 +3113 {3113} 2591 1 +3114 {3114} 2092 1 +3115 {3115} 2848 1 +3116 {3116} 2907 1 +3117 {3117} 2247 1 +3118 {3118} 1981 1 +3119 {3119} 2836 1 +3120 {3120} 3442 1 +3121 {3121} 2730 1 +3122 {3122} 2261 1 +3123 {3123} 2190 1 +3124 {3124} 1717 1 +3125 {3125} 2836 1 +3126 {3126} 2488 1 +3127 {3127} 2549 1 +3128 {3128} 1933 1 +3129 {3129} 3047 1 +3130 {3130} 2874 1 +3131 {3131} 3430 1 +3132 {3132} 4362 1 +3133 {3133} 2402 1 +3134 {3134} 2929 1 +3135 {3135} 2490 1 +3136 {3136} 2689 1 +3137 {3137} 2754 1 +3138 {3138} 10072 1 +3139 {3139} 1950 1 +3140 {3140} 1309 1 +3141 {3141} 2309 1 +3142 {3142} 1943 1 +3143 {3143} 12847 1 +3144 {3144} 2708 1 +3145 {3145} 3527 1 +3146 {3146} 6629 1 +3147 {3147} 2739 1 +3148 {3148} 2966 1 +3149 {3149} 2368 1 +3150 {3150} 2368 1 +3151 {3151} 2629 1 +3152 {3152} 2193 1 +3153 {3153} 1651 1 +3154 {3154} 2912 1 +3155 {3155} 9999 1 +3156 {3156} 2411 1 +3157 {3157} 2474 1 +3158 {3158} 3906 1 +3159 {3159} 6202 1 +3160 {3160} 2378 1 +3161 {3161} 3096 1 +3162 {3162} 4349 1 +3163 {3163} 3262 1 +3164 {3164} 2400 1 +3165 {3165} 2830 1 +3166 {3166} 2193 1 +3167 {3167} 2424 1 +3168 {3168} 3050 1 +3169 {3169} 9857 1 +3170 {3170} 2247 1 +3171 {3171} 1309 1 +3172 {3172} 2592 1 +3173 {3173} 2023 1 +3174 {3174} 4117 1 +3175 {3175} 2965 1 +3176 {3176} 11593 1 +3177 {3177} 2904 1 +3178 {3178} 2803 1 +3179 {3179} 3186 1 +3180 {3180} 2722 1 +3181 {3181} 3053 1 +3182 {3182} 2190 1 +3183 {3183} 1553 1 +3184 {3184} 2619 1 +3185 {3185} 2024 1 +3186 {3186} 2646 1 +3187 {3187} 4165 1 +3188 {3188} 2217 1 +3189 {3189} 3244 1 +3190 {3190} 2402 1 +3191 {3191} 2668 1 +3192 {3192} 2722 1 +3193 {3193} 4209 1 +3194 {3194} 3016 1 +3195 {3195} 2912 1 +3196 {3196} 2317 1 +3197 {3197} 2773 1 +3198 {3198} 1344 1 +3199 {3199} 2508 1 +3200 {3200} 8751 1 +3201 {3201} 750 1 +3202 {3202} 2739 1 +3203 {3203} 2966 1 +3204 {3204} 3324 1 +3205 {3205} 2929 1 +3206 {3206} 3153 1 +3207 {3207} 2454 1 +3208 {3208} 2288 1 +3209 {3209} 2058 1 +3210 {3210} 2847 1 +3211 {3211} 4141 1 +3212 {3212} 2011 1 +3213 {3213} 1741 1 +3214 {3214} 1032 1 +3215 {3215} 2153 1 +3216 {3216} 7873 1 +3217 {3217} 12052 1 +3218 {3218} 2450 1 +3219 {3219} 2907 1 +3220 {3220} 3378 1 +3221 {3221} 4419 1 +3222 {3222} 11463 1 +3223 {3223} 3170 1 +3224 {3224} 3294 1 +3225 {3225} 2333 1 +3226 {3226} 2856 1 +3227 {3227} 2490 1 +3228 {3228} 3020 1 +3229 {3229} 2773 1 +3230 {3230} 1939 1 +3231 {3231} 3111 1 +3232 {3232} 4412 1 +3233 {3233} 3327 1 +3234 {3234} 3000 1 +3235 {3235} 2962 1 +3236 {3236} 8117 1 +3237 {3237} 3150 1 +3238 {3238} 1236 1 +3239 {3239} 1651 1 +3240 {3240} 3053 1 +3241 {3241} 9999 1 +3242 {3242} 2058 1 +3243 {3243} 1882 1 +3244 {3244} 7303 1 +3245 {3245} 1969 1 +3246 {3246} 2168 1 +3247 {3247} 2801 1 +3248 {3248} 2840 1 +3249 {3249} 3170 1 +3250 {3250} 1954 1 +3251 {3251} 4357 1 +3252 {3252} 2304 1 +3253 {3253} 3262 1 +3254 {3254} 2432 1 +3255 {3255} 2923 1 +3256 {3256} 2531 1 +3257 {3257} 9306 1 +3258 {3258} 2100 1 +3259 {3259} 2793 1 +3260 {3260} 3086 1 +3261 {3261} 9165 1 +3262 {3262} 1960 1 +3263 {3263} 2689 1 +3264 {3264} 2390 1 +3265 {3265} 2359 1 +3266 {3266} 10143 1 +3267 {3267} 1384 1 +3268 {3268} 2042 1 +3269 {3269} 1602 1 +3270 {3270} 1535 1 +3271 {3271} 2374 1 +3272 {3272} 1443 1 +3273 {3273} 7179 1 +3274 {3274} 2285 1 +3275 {3275} 3036 1 +3276 {3276} 4341 1 +3277 {3277} 3190 1 +3278 {3278} 3227 1 +3279 {3279} 2619 1 +3280 {3280} 10072 1 +3281 {3281} 2125 1 +3282 {3282} 2024 1 +3283 {3283} 2288 1 +3284 {3284} 1344 1 +3285 {3285} 2474 1 +3286 {3286} 2176 1 +3287 {3287} 2698 1 +3288 {3288} 3664 1 +3289 {3289} 4435 1 +3290 {3290} 2872 1 +3291 {3291} 3176 1 +3292 {3292} 5068 1 +3293 {3293} 11199 1 +3294 {3294} 2803 1 +3295 {3295} 3190 1 +3296 {3296} 3190 1 +3297 {3297} 6680 1 +3298 {3298} 2652 1 +3299 {3299} 2125 1 +3300 {3300} 2024 1 +3301 {3301} 2585 1 +3302 {3302} 2945 1 +3303 {3303} 2181 1 +3304 {3304} 2280 1 +3305 {3305} 4766 1 +3306 {3306} 968 1 +3307 {3307} 3510 1 +3308 {3308} 3102 1 +3309 {3309} 3430 1 +3310 {3310} 3327 1 +3311 {3311} 3297 1 +3312 {3312} 2265 1 +3313 {3313} 2689 1 +3314 {3314} 2718 1 +3315 {3315} 1453 1 +3316 {3316} 2252 1 +3317 {3317} 4075 1 +3318 {3318} 1844 1 +3319 {3319} 9417 1 +3320 {3320} 3600 1 +3321 {3321} 2907 1 +3322 {3322} 3276 1 +3323 {3323} 3118 1 +3324 {3324} 4284 1 +3325 {3325} 1987 1 +3326 {3326} 2877 1 +3327 {3327} 2181 1 +3328 {3328} 1385 1 +3329 {3329} 2236 1 +3330 {3330} 9204 1 +3331 {3331} 2478 1 +3332 {3332} 1398 1 +3333 {3333} 3575 1 +3334 {3334} 4419 1 +3335 {3335} 3043 1 +3336 {3336} 2432 1 +3337 {3337} 3153 1 +3338 {3338} 1683 1 +3339 {3339} 3086 1 +3340 {3340} 2424 1 +3341 {3341} 2619 1 +3342 {3342} 2907 1 +3343 {3343} 9565 1 +3344 {3344} 2438 1 +3345 {3345} 1670 1 +3346 {3346} 2904 1 +3347 {3347} 3047 1 +3348 {3348} 2806 1 +3349 {3349} 10988 1 +3350 {3350} 3069 1 +3351 {3351} 2434 1 +3352 {3352} 2668 1 +3353 {3353} 1852 1 +3354 {3354} 1821 1 +3355 {3355} 2632 1 +3356 {3356} 6777 1 +3357 {3357} 3153 1 +3358 {3358} 2531 1 +3359 {3359} 2531 1 +3360 {3360} 2300 1 +3361 {3361} 2230 1 +3362 {3362} 2594 1 +3363 {3363} 2193 1 +3364 {3364} 10361 1 +3365 {3365} 2363 1 +3366 {3366} 8622 1 +3367 {3367} 2190 1 +3368 {3368} 2258 1 +3369 {3369} 2652 1 +3370 {3370} 7424 1 +3371 {3371} 2980 1 +3372 {3372} 2877 1 +3373 {3373} 2252 1 +3374 {3374} 2249 1 +3375 {3375} 2249 1 +3376 {3376} 2117 1 +3377 {3377} 6471 1 +3378 {3378} 2508 1 +3379 {3379} 2117 1 +3380 {3380} 6408 1 +3381 {3381} 7003 1 +3382 {3382} 1374 1 +3383 {3383} 3614 1 +3384 {3384} 8200 1 +3385 {3385} 1460 1 +3386 {3386} 4449 1 +3387 {3387} 2839 1 +3388 {3388} 3591 1 +3389 {3389} 2743 1 +3390 {3390} 3102 1 +3391 {3391} 3360 1 +3392 {3392} 2499 1 +3393 {3393} 2697 1 +3394 {3394} 2302 1 +3395 {3395} 2301 1 +3396 {3396} 2194 1 +3397 {3397} 2096 1 +3398 {3398} 10216 1 +3399 {3399} 2983 1 +3400 {3400} 2619 1 +3401 {3401} 2090 1 +3402 {3402} 2018 1 +3403 {3403} 1980 1 +3404 {3404} 1309 1 +3405 {3405} 2299 1 +3406 {3406} 1622 1 +3407 {3407} 3511 1 +3408 {3408} 2974 1 +3409 {3409} 2190 1 +3410 {3410} 4357 1 +3411 {3411} 2966 1 +3412 {3412} 3294 1 +3413 {3413} 2598 1 +3414 {3414} 2331 1 +3415 {3415} 2300 1 +3416 {3416} 2192 1 +3417 {3417} 1585 1 +3418 {3418} 2983 1 +3419 {3419} 2359 1 +3420 {3420} 2094 1 +3421 {3421} 1951 1 +3422 {3422} 2813 1 +3423 {3423} 2149 1 +3424 {3424} 2474 1 +3425 {3425} 8901 1 +3426 {3426} 963 1 +3427 {3427} 1320 1 +3428 {3428} 2504 1 +3429 {3429} 3031 1 +3430 {3430} 4284 1 +3431 {3431} 3053 1 +3432 {3432} 2527 1 +3433 {3433} 2585 1 +3434 {3434} 2022 1 +3435 {3435} 2181 1 +3436 {3436} 2480 1 +3437 {3437} 2698 1 +3438 {3438} 9277 1 +3439 {3439} 1097 1 +3440 {3440} 2409 1 +3441 {3441} 3343 1 +3442 {3442} 3036 1 +3443 {3443} 3064 1 +3444 {3444} 2734 1 +3445 {3445} 3294 1 +3446 {3446} 1719 1 +3447 {3447} 2230 1 +3448 {3448} 2058 1 +3449 {3449} 2047 1 +3450 {3450} 2626 1 +3451 {3451} 3875 1 +3452 {3452} 9052 1 +3453 {3453} 2413 1 +3454 {3454} 11432 1 +3455 {3455} 12919 1 +3456 {3456} 11012 1 +3457 {3457} 3013 1 +3458 {3458} 2640 1 +3459 {3459} 1954 1 +3460 {3460} 2966 1 +3461 {3461} 3259 1 +3462 {3462} 2859 1 +3463 {3463} 10143 1 +3464 {3464} 4188 1 +3465 {3465} 1987 1 +3466 {3466} 2847 1 +3467 {3467} 2509 1 +3468 {3468} 2438 1 +3469 {3469} 2145 1 +3470 {3470} 1355 1 +3471 {3471} 2383 1 +3472 {3472} 2776 1 +3473 {3473} 3043 1 +3474 {3474} 2605 1 +3475 {3475} 3363 1 +3476 {3476} 2633 1 +3477 {3477} 3050 1 +3478 {3478} 2454 1 +3479 {3479} 2480 1 +3480 {3480} 9713 1 +3481 {3481} 2546 1 +3482 {3482} 2343 1 +3483 {3483} 3875 1 +3484 {3484} 1933 1 +3485 {3485} 1721 1 +3486 {3486} 1577 1 +3487 {3487} 3664 1 +3488 {3488} 2843 1 +3489 {3489} 3561 1 +3490 {3490} 2872 1 +3491 {3491} 10988 1 +3492 {3492} 1651 1 +3493 {3493} 3084 1 +3494 {3494} 2128 1 +3495 {3495} 2585 1 +3496 {3496} 2353 1 +3497 {3497} 4097 1 +3498 {3498} 2343 1 +3499 {3499} 2345 1 +3500 {3500} 16509 1 +3501 {3501} 11666 1 +3502 {3502} 13140 1 +3503 {3503} 4091 1 +3504 {3504} 3898 1 +3505 {3505} 3812 1 +3506 {3506} 3599 1 +3507 {3507} 3511 1 +3508 {3508} 4405 1 +3509 {3509} 3360 1 +3510 {3510} 2793 1 +3511 {3511} 3086 1 +3512 {3512} 1617 1 +3513 {3513} 3053 1 +3514 {3514} 10216 1 +3515 {3515} 2322 1 +3516 {3516} 1953 1 +3517 {3517} 2444 1 +3518 {3518} 2836 1 +3519 {3519} 2737 1 +3520 {3520} 2799 1 +3521 {3521} 1878 1 +3522 {3522} 2626 1 +3523 {3523} 2626 1 +3524 {3524} 2374 1 +3525 {3525} 12732 1 +3526 {3526} 2869 1 +3527 {3527} 2708 1 +3528 {3528} 3000 1 +3529 {3529} 2803 1 +3530 {3530} 1886 1 +3531 {3531} 2565 1 +3532 {3532} 2227 1 +3533 {3533} 2190 1 +3534 {3534} 2718 1 +3535 {3535} 9999 1 +3536 {3536} 2847 1 +3537 {3537} 2444 1 +3538 {3538} 2799 1 +3539 {3539} 1738 1 +3540 {3540} 3875 1 +3541 {3541} 1249 1 +3542 {3542} 9692 1 +3543 {3543} 11083 1 +3544 {3544} 12569 1 +3545 {3545} 3690 1 +3546 {3546} 3527 1 +3547 {3547} 2369 1 +3548 {3548} 2424 1 +3549 {3549} 3020 1 +3550 {3550} 2983 1 +3551 {3551} 2158 1 +3552 {3552} 2420 1 +3553 {3553} 1418 1 +3554 {3554} 2515 1 +3555 {3555} 3746 1 +3556 {3556} 1373 1 +3557 {3557} 3627 1 +3558 {3558} 12524 1 +3559 {3559} 2682 1 +3560 {3560} 4477 1 +3561 {3561} 3143 1 +3562 {3562} 2252 1 +3563 {3563} 2741 1 +3564 {3564} 2842 1 +3565 {3565} 10852 1 +3566 {3566} 2966 1 +3567 {3567} 2629 1 +3568 {3568} 2265 1 +3569 {3569} 3053 1 +3570 {3570} 2424 1 +3571 {3571} 1553 1 +3572 {3572} 10143 1 +3573 {3573} 2024 1 +3574 {3574} 2444 1 +3575 {3575} 2698 1 +3576 {3576} 1169 1 +3577 {3577} 1633 1 +3578 {3578} 8824 1 +3579 {3579} 2119 1 +3580 {3580} 1431 1 +3581 {3581} 2119 1 +3582 {3582} 12540 1 +3583 {3583} 12250 1 +3584 {3584} 3043 1 +3585 {3585} 3208 1 +3586 {3586} 3363 1 +3587 {3587} 3324 1 +3588 {3588} 4327 1 +3589 {3589} 2565 1 +3590 {3590} 2230 1 +3591 {3591} 2689 1 +3592 {3592} 2949 1 +3593 {3593} 2058 1 +3594 {3594} 1418 1 +3595 {3595} 2508 1 +3596 {3596} 9128 1 +3597 {3597} 2872 1 +3598 {3598} 2469 1 +3599 {3599} 3430 1 +3600 {3600} 1821 1 +3601 {3601} 4327 1 +3602 {3602} 2962 1 +3603 {3603} 10575 1 +3604 {3604} 2722 1 +3605 {3605} 2619 1 +3606 {3606} 2949 1 +3607 {3607} 2813 1 +3608 {3608} 2145 1 +3609 {3609} 2011 1 +3610 {3610} 3007 1 +3611 {3611} 11059 1 +3612 {3612} 3203 1 +3613 {3613} 3069 1 +3614 {3614} 2703 1 +3615 {3615} 1377 1 +3616 {3616} 2327 1 +3617 {3617} 9652 1 +3618 {3618} 2520 1 +3619 {3619} 2217 1 +3620 {3620} 2181 1 +3621 {3621} 2054 1 +3622 {3622} 2054 1 +3623 {3623} 1842 1 +3624 {3624} 3936 1 +3625 {3625} 2449 1 +3626 {3626} 2449 1 +3627 {3627} 2449 1 +3628 {3628} 952 1 +3629 {3629} 4419 1 +3630 {3630} 3175 1 +3631 {3631} 3307 1 +3632 {3632} 3102 1 +3633 {3633} 2972 1 +3634 {3634} 2739 1 +3635 {3635} 2637 1 +3636 {3636} 10923 1 +3637 {3637} 3327 1 +3638 {3638} 3297 1 +3639 {3639} 10008 1 +3640 {3640} 6790 1 +3641 {3641} 2397 1 +3642 {3642} 1337 1 +3643 {3643} 2258 1 +3644 {3644} 1890 1 +3645 {3645} 2983 1 +3646 {3646} 1903 1 +3647 {3647} 3363 1 +3648 {3648} 2637 1 +3649 {3649} 2536 1 +3650 {3650} 3262 1 +3651 {3651} 2167 1 +3652 {3652} 2531 1 +3653 {3653} 2923 1 +3654 {3654} 2693 1 +3655 {3655} 10361 1 +3656 {3656} 3086 1 +3657 {3657} 2722 1 +3658 {3658} 1273 1 +3659 {3659} 2154 1 +3660 {3660} 2083 1 +3661 {3661} 2109 1 +3662 {3662} 3548 1 +3663 {3663} 7728 1 +3664 {3664} 3753 1 +3665 {3665} 2978 1 +3666 {3666} 10503 1 +3667 {3667} 1740 1 +3668 {3668} 2901 1 +3669 {3669} 2637 1 +3670 {3670} 2834 1 +3671 {3671} 4299 1 +3672 {3672} 2531 1 +3673 {3673} 2629 1 +3674 {3674} 3153 1 +3675 {3675} 3053 1 +3676 {3676} 3053 1 +3677 {3677} 10143 1 +3678 {3678} 2585 1 +3679 {3679} 1508 1 +3680 {3680} 1735 1 +3681 {3681} 1691 1 +3682 {3682} 3213 1 +3683 {3683} 4405 1 +3684 {3684} 3262 1 +3685 {3685} 2102 1 +3686 {3686} 2660 1 +3687 {3687} 2760 1 +3688 {3688} 9652 1 +3689 {3689} 2326 1 +3690 {3690} 3053 1 +3691 {3691} 2258 1 +3692 {3692} 2754 1 +3693 {3693} 2322 1 +3694 {3694} 2912 1 +3695 {3695} 2122 1 +3696 {3696} 2217 1 +3697 {3697} 9565 1 +3698 {3698} 682 1 +3699 {3699} 3274 1 +3700 {3700} 3010 1 +3701 {3701} 10988 1 +3702 {3702} 2569 1 +3703 {3703} 2234 1 +3704 {3704} 2830 1 +3705 {3705} 3153 1 +3706 {3706} 2923 1 +3707 {3707} 3118 1 +3708 {3708} 4284 1 +3709 {3709} 1994 1 +3710 {3710} 2163 1 +3711 {3711} 2424 1 +3712 {3712} 2225 1 +3713 {3713} 1959 1 +3714 {3714} 2416 1 +3715 {3715} 1134 1 +3716 {3716} 2117 1 +3717 {3717} 2278 1 +3718 {3718} 2592 1 +3719 {3719} 1701 1 +3720 {3720} 8126 1 +3721 {3721} 1594 1 +3722 {3722} 10572 1 +3723 {3723} 2095 1 +3724 {3724} 2128 1 +3725 {3725} 2936 1 +3726 {3726} 3095 1 +3727 {3727} 2764 1 +3728 {3728} 2531 1 +3729 {3729} 1410 1 +3730 {3730} 2793 1 +3731 {3731} 3086 1 +3732 {3732} 10216 1 +3733 {3733} 2258 1 +3734 {3734} 4209 1 +3735 {3735} 2949 1 +3736 {3736} 2847 1 +3737 {3737} 2055 1 +3738 {3738} 1679 1 +3739 {3739} 2011 1 +3740 {3740} 2107 1 +3741 {3741} 2224 1 +3742 {3742} 1627 1 +3743 {3743} 2697 1 +3744 {3744} 3011 1 +3745 {3745} 1873 1 +3746 {3746} 2776 1 +3747 {3747} 2605 1 +3748 {3748} 3398 1 +3749 {3749} 2134 1 +3750 {3750} 2565 1 +3751 {3751} 2830 1 +3752 {3752} 9652 1 +3753 {3753} 3020 1 +3754 {3754} 2983 1 +3755 {3755} 10143 1 +3756 {3756} 2348 1 +3757 {3757} 2083 1 +3758 {3758} 1929 1 +3759 {3759} 3785 1 +3760 {3760} 2085 1 +3761 {3761} 989 1 +3762 {3762} 3079 1 +3763 {3763} 10147 1 +3764 {3764} 10078 1 +3765 {3765} 10780 1 +3766 {3766} 2494 1 +3767 {3767} 2459 1 +3768 {3768} 9652 1 +3769 {3769} 2722 1 +3770 {3770} 1961 1 +3771 {3771} 2227 1 +3772 {3772} 2187 1 +3773 {3773} 2847 1 +3774 {3774} 4123 1 +3775 {3775} 2546 1 +3776 {3776} 2054 1 +3777 {3777} 1007 1 +3778 {3778} 2662 1 +3779 {3779} 2205 1 +3780 {3780} 1972 1 +3781 {3781} 2556 1 +3782 {3782} 1903 1 +3783 {3783} 1929 1 +3784 {3784} 1594 1 +3785 {3785} 2005 1 +3786 {3786} 2559 1 +3787 {3787} 3601 1 +3788 {3788} 11463 1 +3789 {3789} 2571 1 +3790 {3790} 2894 1 +3791 {3791} 2464 1 +3792 {3792} 3086 1 +3793 {3793} 2459 1 +3794 {3794} 2624 1 +3795 {3795} 4244 1 +3796 {3796} 2217 1 +3797 {3797} 2546 1 +3798 {3798} 2773 1 +3799 {3799} 8564 1 +3800 {3800} 1839 1 +3801 {3801} 1329 1 +3802 {3802} 2413 1 +3803 {3803} 3591 1 +3804 {3804} 2936 1 +3805 {3805} 2701 1 +3806 {3806} 2929 1 +3807 {3807} 4341 1 +3808 {3808} 3229 1 +3809 {3809} 2765 1 +3810 {3810} 10506 1 +3811 {3811} 2295 1 +3812 {3812} 1925 1 +3813 {3813} 2288 1 +3814 {3814} 4848 1 +3815 {3815} 2438 1 +3816 {3816} 2662 1 +3817 {3817} 1944 1 +3818 {3818} 8781 1 +3819 {3819} 883 1 +3820 {3820} 1420 1 +3821 {3821} 10503 1 +3822 {3822} 1775 1 +3823 {3823} 2776 1 +3824 {3824} 2368 1 +3825 {3825} 3000 1 +3826 {3826} 2569 1 +3827 {3827} 2834 1 +3828 {3828} 3153 1 +3829 {3829} 2754 1 +3830 {3830} 2451 1 +3831 {3831} 2252 1 +3832 {3832} 2058 1 +3833 {3833} 2252 1 +3834 {3834} 2877 1 +3835 {3835} 2877 1 +3836 {3836} 4075 1 +3837 {3837} 9494 1 +3838 {3838} 1735 1 +3839 {3839} 2172 1 +3840 {3840} 3656 1 +3841 {3841} 2602 1 +3842 {3842} 10575 1 +3843 {3843} 3086 1 +3844 {3844} 9434 1 +3845 {3845} 4225 1 +3846 {3846} 2187 1 +3847 {3847} 2322 1 +3848 {3848} 1786 1 +3849 {3849} 2549 1 +3850 {3850} 2415 1 +3851 {3851} 2054 1 +3852 {3852} 2244 1 +3853 {3853} 2474 1 +3854 {3854} 2047 1 +3855 {3855} 2345 1 +3856 {3856} 2845 1 +3857 {3857} 3069 1 +3858 {3858} 2602 1 +3859 {3859} 3297 1 +3860 {3860} 2633 1 +3861 {3861} 3190 1 +3862 {3862} 1961 1 +3863 {3863} 3053 1 +3864 {3864} 1925 1 +3865 {3865} 2555 1 +3866 {3866} 2754 1 +3867 {3867} 2322 1 +3868 {3868} 2187 1 +3869 {3869} 7977 1 +3870 {3870} 4075 1 +3871 {3871} 976 1 +3872 {3872} 2075 1 +3873 {3873} 1764 1 +3874 {3874} 8202 1 +3875 {3875} 8751 1 +3876 {3876} 10708 1 +3877 {3877} 2908 1 +3878 {3878} 2776 1 +3879 {3879} 2872 1 +3880 {3880} 6956 1 +3881 {3881} 2939 1 +3882 {3882} 2807 1 +3883 {3883} 9335 1 +3884 {3884} 2934 1 +3885 {3885} 1639 1 +3886 {3886} 10706 1 +3887 {3887} 2701 1 +3888 {3888} 3327 1 +3889 {3889} 2801 1 +3890 {3890} 2730 1 +3891 {3891} 2696 1 +3892 {3892} 1753 1 +3893 {3893} 3153 1 +3894 {3894} 10434 1 +3895 {3895} 1994 1 +3896 {3896} 2258 1 +3897 {3897} 7477 1 +3898 {3898} 9923 1 +3899 {3899} 2288 1 +3900 {3900} 9292 1 +3901 {3901} 2385 1 +3902 {3902} 4188 1 +3903 {3903} 2185 1 +3904 {3904} 9777 1 +3905 {3905} 2515 1 +3906 {3906} 2847 1 +3907 {3907} 2054 1 +3908 {3908} 2546 1 +3909 {3909} 7862 1 +3910 {3910} 6415 1 +3911 {3911} 2009 1 +3912 {3912} 9201 1 +3913 {3913} 1735 1 +3914 {3914} 403 1 +3915 {3915} 7296 1 +3916 {3916} 6752 1 +3917 {3917} 2845 1 +3918 {3918} 2302 1 +3919 {3919} 2772 1 +3920 {3920} 2435 1 +3921 {3921} 3118 1 +3922 {3922} 4271 1 +3923 {3923} 2625 1 +3924 {3924} 2424 1 +3925 {3925} 3053 1 +3926 {3926} 2652 1 +3927 {3927} 9362 1 +3928 {3928} 2949 1 +3929 {3929} 1169 1 +3930 {3930} 2055 1 +3931 {3931} 2088 1 +3932 {3932} 2018 1 +3933 {3933} 1980 1 +3934 {3934} 9277 1 +3935 {3935} 1998 1 +3936 {3936} 2153 1 +3937 {3937} 1359 1 +3938 {3938} 3442 1 +3939 {3939} 1740 1 +3940 {3940} 4384 1 +3941 {3941} 3327 1 +3942 {3942} 2464 1 +3943 {3943} 9866 1 +3944 {3944} 1858 1 +3945 {3945} 2494 1 +3946 {3946} 1994 1 +3947 {3947} 2163 1 +3948 {3948} 2885 1 +3949 {3949} 2652 1 +3950 {3950} 2451 1 +3951 {3951} 1618 1 +3952 {3952} 2415 1 +3953 {3953} 2090 1 +3954 {3954} 1517 1 +3955 {3955} 2698 1 +3956 {3956} 1972 1 +3957 {3957} 1839 1 +3958 {3958} 8824 1 +3959 {3959} 1907 1 +3960 {3960} 3529 1 +3961 {3961} 3069 1 +3962 {3962} 3363 1 +3963 {3963} 10218 1 +3964 {3964} 2633 1 +3965 {3965} 10713 1 +3966 {3966} 2465 1 +3967 {3967} 2464 1 +3968 {3968} 2591 1 +3969 {3969} 1961 1 +3970 {3970} 3053 1 +3971 {3971} 4244 1 +3972 {3972} 2359 1 +3973 {3973} 2415 1 +3974 {3974} 1099 1 +3975 {3975} 1911 1 +3976 {3976} 1944 1 +3977 {3977} 2337 1 +3978 {3978} 4220 1 +3979 {3979} 12174 1 +3980 {3980} 2668 1 +3981 {3981} 3190 1 +3982 {3982} 4299 1 +3983 {3983} 2856 1 +3984 {3984} 1337 1 +3985 {3985} 2557 1 +3986 {3986} 10143 1 +3987 {3987} 2619 1 +3988 {3988} 1786 1 +3989 {3989} 2121 1 +3990 {3990} 2017 1 +3991 {3991} 1972 1 +3992 {3992} 2107 1 +3993 {3993} 2521 1 +3994 {3994} 1279 1 +3995 {3995} 3774 1 +3996 {3996} 4444 1 +3997 {3997} 2638 1 +3998 {3998} 2598 1 +3999 {3999} 10506 1 +4000 {4000} 2695 1 +4001 {4001} 2424 1 +4002 {4002} 2722 1 +4003 {4003} 1961 1 +4004 {4004} 9510 1 +4005 {4005} 2788 1 +4006 {4006} 2983 1 +4007 {4007} 1099 1 +4008 {4008} 2380 1 +4009 {4009} 2017 1 +4010 {4010} 1978 1 +4011 {4011} 2345 1 +4012 {4012} 11854 1 +4013 {4013} 3986 1 +4014 {4014} 3076 1 +4015 {4015} 1740 1 +4016 {4016} 2706 1 +4017 {4017} 2267 1 +4018 {4018} 10008 1 +4019 {4019} 3153 1 +4020 {4020} 4225 1 +4021 {4021} 2949 1 +4022 {4022} 10072 1 +4023 {4023} 2451 1 +4024 {4024} 2585 1 +4025 {4025} 2185 1 +4026 {4026} 2380 1 +4027 {4027} 2047 1 +4028 {4028} 2011 1 +4029 {4029} 1910 1 +4030 {4030} 2153 1 +4031 {4031} 2345 1 +4032 {4032} 1490 1 +4033 {4033} 3621 1 +4034 {4034} 3513 1 +4035 {4035} 3514 1 +4036 {4036} 11309 1 +4037 {4037} 3107 1 +4038 {4038} 3383 1 +4039 {4039} 3012 1 +4040 {4040} 1873 1 +4041 {4041} 10358 1 +4042 {4042} 2936 1 +4043 {4043} 10147 1 +4044 {4044} 2800 1 +4045 {4045} 3118 1 +4046 {4046} 10143 1 +4047 {4047} 2322 1 +4048 {4048} 2450 1 +4049 {4049} 2877 1 +4050 {4050} 1646 1 +4051 {4051} 2406 1 +4052 {4052} 2037 1 +4053 {4053} 1965 1 +4054 {4054} 7987 1 +4055 {4055} 1224 1 +4056 {4056} 3223 1 +4057 {4057} 1222 1 +4058 {4058} 1249 1 +4059 {4059} 11884 1 +4060 {4060} 11871 1 +4061 {4061} 3978 1 +4062 {4062} 3280 1 +4063 {4063} 3774 1 +4064 {4064} 3012 1 +4065 {4065} 3106 1 +4066 {4066} 3465 1 +4067 {4067} 3432 1 +4068 {4068} 2971 1 +4069 {4069} 2772 1 +4070 {4070} 2637 1 +4071 {4071} 3297 1 +4072 {4072} 3229 1 +4073 {4073} 1442 1 +4074 {4074} 2069 1 +4075 {4075} 1410 1 +4076 {4076} 3118 1 +4077 {4077} 1410 1 +4078 {4078} 2760 1 +4079 {4079} 2295 1 +4080 {4080} 2390 1 +4081 {4081} 2359 1 +4082 {4082} 1273 1 +4083 {4083} 2949 1 +4084 {4084} 2718 1 +4085 {4085} 9857 1 +4086 {4086} 2813 1 +4087 {4087} 4027 1 +4088 {4088} 1972 1 +4089 {4089} 12103 1 +4090 {4090} 12294 1 +4091 {4091} 3719 1 +4092 {4092} 11246 1 +4093 {4093} 3572 1 +4094 {4094} 1873 1 +4095 {4095} 2777 1 +4096 {4096} 2671 1 +4097 {4097} 10923 1 +4098 {4098} 2424 1 +4099 {4099} 2877 1 +4100 {4100} 2847 1 +4101 {4101} 2054 1 +4102 {4102} 2117 1 +4103 {4103} 2698 1 +4104 {4104} 2107 1 +4105 {4105} 1406 1 +4106 {4106} 3845 1 +4107 {4107} 1857 1 +4108 {4108} 3191 1 +4109 {4109} 3073 1 +4110 {4110} 1775 1 +4111 {4111} 3134 1 +4112 {4112} 2739 1 +4113 {4113} 3096 1 +4114 {4114} 2535 1 +4115 {4115} 2465 1 +4116 {4116} 3229 1 +4117 {4117} 2428 1 +4118 {4118} 3118 1 +4119 {4119} 10434 1 +4120 {4120} 9652 1 +4121 {4121} 2625 1 +4122 {4122} 1961 1 +4123 {4123} 1646 1 +4124 {4124} 2521 1 +4125 {4125} 3746 1 +4126 {4126} 1191 1 +4127 {4127} 1516 1 +4128 {4128} 4452 1 +4129 {4129} 4245 1 +4130 {4130} 3274 1 +4131 {4131} 11328 1 +4132 {4132} 2845 1 +4133 {4133} 2811 1 +4134 {4134} 3170 1 +4135 {4135} 2934 1 +4136 {4136} 1639 1 +4137 {4137} 2701 1 +4138 {4138} 2569 1 +4139 {4139} 2565 1 +4140 {4140} 10361 1 +4141 {4141} 2363 1 +4142 {4142} 10286 1 +4143 {4143} 3053 1 +4144 {4144} 3053 1 +4145 {4145} 9434 1 +4146 {4146} 2487 1 +4147 {4147} 2773 1 +4148 {4148} 4052 1 +4149 {4149} 9565 1 +4150 {4150} 1475 1 +4151 {4151} 2236 1 +4152 {4152} 1839 1 +4153 {4153} 2262 1 +4154 {4154} 11600 1 +4155 {4155} 11854 1 +4156 {4156} 12197 1 +4157 {4157} 12415 1 +4158 {4158} 3140 1 +4159 {4159} 2842 1 +4160 {4160} 10358 1 +4161 {4161} 10988 1 +4162 {4162} 2302 1 +4163 {4163} 2798 1 +4164 {4164} 2397 1 +4165 {4165} 4188 1 +4166 {4166} 2122 1 +4167 {4167} 2055 1 +4168 {4168} 2149 1 +4169 {4169} 1980 1 +4170 {4170} 1007 1 +4171 {4171} 2698 1 +4172 {4172} 2438 1 +4173 {4173} 2626 1 +4174 {4174} 1873 1 +4175 {4175} 2134 1 +4176 {4176} 1627 1 +4177 {4177} 1907 1 +4178 {4178} 3074 1 +4179 {4179} 3496 1 +4180 {4180} 11126 1 +4181 {4181} 1740 1 +4182 {4182} 3398 1 +4183 {4183} 3130 1 +4184 {4184} 2569 1 +4185 {4185} 2428 1 +4186 {4186} 3053 1 +4187 {4187} 2359 1 +4188 {4188} 1855 1 +4189 {4189} 2619 1 +4190 {4190} 2155 1 +4191 {4191} 9292 1 +4192 {4192} 2217 1 +4193 {4193} 4097 1 +4194 {4194} 2313 1 +4195 {4195} 2260 1 +4196 {4196} 9516 1 +4197 {4197} 968 1 +4198 {4198} 4147 1 +4199 {4199} 6810 1 +4200 {4200} 2032 1 +4201 {4201} 2195 1 +4202 {4202} 7724 1 +4203 {4203} 1881 1 +4204 {4204} 1883 1 +4205 {4205} 10311 1 +4206 {4206} 2978 1 +4207 {4207} 2966 1 +4208 {4208} 12169 1 +4209 {4209} 2538 1 +4210 {4210} 764 1 +4211 {4211} 9390 1 +4212 {4212} 10200 1 +4213 {4213} 10516 1 +4214 {4214} 2494 1 +4215 {4215} 3949 1 +4216 {4216} 2032 1 +4217 {4217} 9187 1 +4218 {4218} 2597 1 +4219 {4219} 2504 1 +4220 {4220} 11587 1 +4221 {4221} 1618 1 +4222 {4222} 11509 1 +4223 {4223} 10544 1 +4224 {4224} 3003 1 +4225 {4225} 2361 1 +4226 {4226} 1855 1 +4227 {4227} 2492 1 +4228 {4228} 650 1 +4229 {4229} 2565 1 +4230 {4230} 1467 1 +4231 {4231} 1029 1 +4232 {4232} 2253 1 +4233 {4233} 11130 1 +4234 {4234} 2870 1 +4235 {4235} 9891 1 +4236 {4236} 11232 1 +4237 {4237} 930 1 +4238 {4238} 10578 1 +4239 {4239} 11379 1 +4240 {4240} 1959 1 +4241 {4241} 2771 1 +4242 {4242} 10018 1 +4243 {4243} 2540 1 +4244 {4244} 1684 1 +4245 {4245} 9767 1 +4246 {4246} 10427 1 +4247 {4247} 1159 1 +4248 {4248} 10388 1 +4249 {4249} 2373 1 +4250 {4250} 1741 1 +4251 {4251} 1246 1 +4252 {4252} 10051 1 +4253 {4253} 1379 1 +4254 {4254} 9944 1 +4255 {4255} 1648 1 +4256 {4256} 2892 1 +4257 {4257} 8337 1 +4258 {4258} 9544 1 +4259 {4259} 2386 1 +4260 {4260} 10811 1 +4261 {10161} 911 1 +4262 {4261} 9888 1 +4263 {4262} 6802 1 +4264 {4263} 9809 1 +4265 {4264} 10685 1 +4266 {4265} 9340 1 +4267 {4266} 3137 1 +4268 {4267} 2459 1 +4269 {4268} 10760 1 +4270 {4269} 9224 1 +4271 {4270} 3565 1 +4272 {4271} 11580 1 +4273 {4272} 1244 1 +4274 {4273} 1844 1 +4275 {4274} 9167 1 +4276 {4275} 10792 1 +4277 {4276} 11054 1 +4278 {4277} 2869 1 +4279 {4278} 2646 1 +4280 {4279} 11116 1 +4281 {4280} 4935 1 +4282 {4281} 2304 1 +4283 {4282} 3244 1 +4284 {4283} 10649 1 +4285 {4284} 11333 1 +4286 {4285} 8337 1 +4287 {4286} 1923 1 +4288 {4287} 3888 1 +4289 {4288} 10486 1 +4290 {4289} 2832 1 +4291 {4290} 9682 1 +4292 {4291} 2370 1 +4293 {4292} 11943 1 +4294 {4293} 8883 1 +4295 {4294} 15189 1 +4296 {4295} 11114 1 +4297 {4296} 1638 1 +4298 {4297} 12129 1 +4299 {4298} 11464 1 +4300 {4299} 7712 1 +4301 {4300} 8995 1 +4302 {4301} 7315 1 +4303 {4302} 3081 1 +4304 {4303} 2320 1 +4305 {4304} 10978 1 +4306 {4305} 2632 1 +4307 {4306} 2095 1 +4308 {4307} 2405 1 +4309 {4308} 7984 1 +4310 {4309} 10014 1 +4311 {4310} 5139 1 +4312 {4311} 3143 1 +4313 {4312} 2241 1 +4314 {4313} 12494 1 +4315 {4314} 10027 1 +4316 {4315} 11211 1 +4317 {4316} 15490 1 +4318 {4317} 11005 1 +4319 {4318} 10421 1 +4320 {4319} 11104 1 +4321 {4320} 1873 1 +4322 {4321} 2568 1 +4323 {4322} 1947 1 +4324 {4323} 1923 1 +4325 {4324} 9180 1 +4326 {4325} 1130 1 +4327 {4326} 1817 1 +4328 {4327} 7368 1 +4329 {4328} 1632 1 +4330 {4329} 9857 1 +4331 {4330} 3159 1 +4332 {4331} 10570 1 +4333 {4332} 10676 1 +4334 {4333} 1163 1 +4335 {4334} 5009 1 +4336 {4335} 3003 1 +4337 {4336} 10974 1 +4338 {4337} 10456 1 +4339 {4338} 2738 1 +4340 {4339} 12397 1 +4341 {4340} 2416 1 +4342 {4341} 2335 1 +4343 {4342} 10340 1 +4344 {4343} 9662 1 +4345 {4344} 10672 1 +4346 {4345} 6045 1 +4347 {4346} 1708 1 +4348 {4347} 2125 1 +4349 {4348} 10902 1 +4350 {4349} 10329 1 +4351 {4350} 2303 1 +4352 {4351} 2865 1 +4353 {4352} 1734 1 +4354 {4353} 14770 1 +4355 {4354} 9081 1 +4356 {4355} 10192 1 +4357 {4356} 11198 1 +4358 {4357} 477 1 +4359 {4358} 1483 1 +4360 {4359} 2404 1 +4361 {4360} 8244 1 +4362 {4361} 2978 1 +4363 {4362} 9526 1 +4364 {4363} 1646 1 +4365 {4364} 10377 1 +4366 {4365} 9513 1 +4367 {4366} 11470 1 +4368 {4367} 6321 1 +4369 {4368} 2067 1 +4370 {4369} 10591 1 +4371 {4370} 11110 1 +4372 {4371} 10711 1 +4373 {4372} 3440 1 +4374 {4373} 2394 1 +4375 {4374} 2091 1 +4376 {4375} 2600 1 +4377 {4376} 1696 1 +4378 {4377} 13470 1 +4379 {4378} 1855 1 +4380 {4379} 11582 1 +4381 {4380} 2356 1 +4382 {4381} 8885 1 +4383 {4382} 2630 1 +4384 {4383} 9387 1 +4385 {4384} 2973 1 +4386 {4385} 1439 1 +4387 {4386} 1792 1 +4388 {4387} 9404 1 +4389 {4388} 2316 1 +4390 {4389} 11441 1 +4391 {4390} 10688 1 +4392 {4391} 10985 1 +4393 {4392} 3349 1 +4394 {4393} 13242 1 +4395 {4394} 1834 1 +4396 {4395} 1257 1 +4397 {4396} 2293 1 +4398 {4397} 700 1 +4399 {4398} 2482 1 +4400 {4399} 1852 1 +4401 {4400} 1492 1 +4402 {4401} 10680 1 +4403 {4402} 2887 1 +4404 {4403} 1981 1 +4405 {4404} 1511 1 +4406 {4405} 11148 1 +4407 {4406} 9866 1 +4408 {4407} 13661 1 +4409 {4408} 2116 1 +4410 {4409} 2334 1 +4411 {4410} 2530 1 +4412 {4411} 10467 1 +4413 {4412} 10905 1 +4414 {4413} 10804 1 +4415 {4414} 9691 1 +4416 {4415} 3210 1 +4417 {4416} 10476 1 +4418 {4417} 9957 1 +4419 {4418} 2502 1 +4420 {4419} 9670 1 +4421 {4420} 1818 1 +4422 {4421} 11044 1 +4423 {4422} 2261 1 +4424 {4423} 3006 1 +4425 {4424} 2066 1 +4426 {4425} 10170 1 +4427 {4426} 9096 1 +4428 {4427} 12047 1 +4429 {4428} 908 1 +4430 {4429} 11947 1 +4431 {4430} 2037 1 +4432 {4431} 10628 1 +4433 {4432} 11802 1 +4434 {4433} 10377 1 +4435 {4434} 11328 1 +4436 {4435} 2569 1 +4437 {4436} 8295 1 +4438 {4437} 10788 1 +4439 {4438} 1752 1 +4440 {4439} 5044 1 +4441 {4440} 10339 1 +4442 {4441} 10129 1 +4443 {4442} 2487 1 +4444 {4443} 2022 1 +4445 {4444} 9856 1 +4446 {4445} 205 1 +4447 {4446} 2287 1 +4448 {4447} 10950 1 +4449 {4448} 4734 1 +4450 {4449} 9994 1 +4451 {4450} 5043 1 +4452 {4451} 9660 1 +4453 {4452} 11770 1 +4454 {4453} 2401 1 +4455 {4454} 2132 1 +4456 {4455} 10575 1 +4457 {4456} 10814 1 +4458 {4457} 2368 1 +4459 {4458} 2532 1 +4460 {4459} 10479 1 +4461 {4460} 1264 1 +4462 {4461} 2080 1 +4463 {4462} 13563 1 +4464 {4463} 1551 1 +4465 {4464} 8711 1 +4466 {4465} 9829 1 +4467 {4466} 10068 1 +4468 {4467} 8373 1 +4469 {4468} 2772 1 +4470 {4469} 2075 1 +4471 {4470} 8969 1 +4472 {4471} 1921 1 +4473 {4472} 12225 1 +4474 {4473} 2948 1 +4475 {4474} 11549 1 +4476 {4475} 2740 1 +4477 {4476} 10401 1 +4478 {4477} 9875 1 +4479 {4478} 2910 1 +4480 {4479} 1509 1 +4481 {4480} 10516 1 +4482 {4481} 1799 1 +4483 {4482} 710 1 +4484 {4483} 2670 1 +4485 {4484} 10928 1 +4486 {4485} 14020 1 +4487 {4486} 8342 1 +4488 {4487} 2664 1 +4489 {4488} 853 1 +4490 {4489} 3576 1 +4491 {4490} 6694 1 +4492 {4491} 9236 1 +4493 {4492} 10885 1 +4494 {4493} 3542 1 +4495 {4494} 7170 1 +4496 {4495} 11608 1 +4497 {4496} 10580 1 +4498 {4497} 2158 1 +4499 {4498} 2024 1 +4500 {4499} 12037 1 +4501 {4500} 9885 1 +4502 {4501} 10054 1 +4503 {4502} 2069 1 +4504 {4503} 3971 1 +4505 {4504} 12170 1 +4506 {4505} 10364 1 +4507 {4506} 2966 1 +4508 {4507} 1418 1 +4509 {4508} 1926 1 +4510 {4509} 3423 1 +4511 {4510} 9930 1 +4512 {4511} 2814 1 +4513 {4512} 2936 1 +4514 {4513} 10324 1 +4515 {4514} 2427 1 +4516 {4515} 11310 1 +4517 {4516} 11017 1 +4518 {4517} 2474 1 +4519 {4518} 2134 1 +4520 {4519} 778 1 +4521 {4520} 1651 1 +4522 {4521} 911 1 +4523 {4522} 10316 1 +4524 {4523} 11262 1 +4525 {4524} 1818 1 +4526 {4525} 7382 1 +4527 {4526} 3269 1 +4528 {4527} 3045 1 +4529 {4528} 2329 1 +4530 {4529} 10938 1 +4531 {4530} 6740 1 +4532 {4531} 9519 1 +4533 {4532} 3831 1 +4534 {4533} 11218 1 +4535 {4534} 3528 1 +4536 {4535} 2418 1 +4537 {4536} 3142 1 +4538 {4537} 9109 1 +4539 {4538} 1961 1 +4540 {4539} 1162 1 +4541 {4540} 2382 1 +4542 {4541} 10364 1 +4543 {4542} 11422 1 +4544 {4543} 2585 1 +4545 {4544} 9057 1 +4546 {4545} 4397 1 +4547 {4546} 1581 1 +4548 {4547} 10332 1 +4549 {4548} 1906 1 +4550 {4549} 2830 1 +4551 {4550} 2884 1 +4552 {4551} 8432 1 +4553 {4552} 8939 1 +4554 {4553} 2390 1 +4555 {4554} 8128 1 +4556 {4555} 1057 1 +4557 {4556} 9741 1 +4558 {4557} 3186 1 +4559 {4558} 10046 1 +4560 {4559} 2838 1 +4561 {4560} 8198 1 +4562 {4561} 2256 1 +4563 {4562} 10344 1 +4564 {4563} 375 1 +4565 {4564} 11931 1 +4566 {4565} 12745 1 +4567 {4566} 2007 1 +4568 {4567} 2215 1 +4569 {4568} 11496 1 +4570 {4569} 8412 1 +4571 {4570} 2261 1 +4572 {4571} 16024 1 +4573 {4572} 1691 1 +4574 {4573} 3670 1 +4575 {4574} 2562 1 +4576 {4575} 1855 1 +4577 {4576} 9110 1 +4578 {4577} 11867 1 +4579 {4578} 10202 1 +4580 {4579} 2113 1 +4581 {4580} 2096 1 +4582 {4581} 3754 1 +4583 {4582} 2252 1 +4584 {4583} 90 1 +4585 {4584} 1928 1 +4586 {4585} 9459 1 +4587 {4586} 3153 1 +4588 {4587} 2032 1 +4589 {4588} 11367 1 +4590 {4589} 1499 1 +4591 {4590} 1988 1 +4592 {4591} 10346 1 +4593 {4592} 1435 1 +4594 {4593} 3047 1 +4595 {4594} 1101 1 +4596 {4595} 3239 1 +4597 {4596} 1364 1 +4598 {4597} 8196 1 +4599 {4598} 2940 1 +4600 {4599} 9718 1 +4601 {4600} 7519 1 +4602 {4601} 10463 1 +4603 {4602} 13502 1 +4604 {4603} 1996 1 +4605 {4604} 9774 1 +4606 {4605} 14740 1 +4607 {4606} 1745 1 +4608 {4607} 10116 1 +4609 {4608} 10711 1 +4610 {4609} 2322 1 +4611 {4610} 10068 1 +4612 {4611} 9438 1 +4613 {4612} 10462 1 +4614 {4613} 2546 1 +4615 {4614} 1882 1 +4616 {4615} 8528 1 +4617 {4616} 1860 1 +4618 {4617} 11163 1 +4619 {4618} 2148 1 +4620 {4619} 2669 1 +4621 {4620} 10960 1 +4622 {4621} 1116 1 +4623 {4622} 10423 1 +4624 {4623} 2121 1 +4625 {4624} 778 1 +4626 {4625} 16125 1 +4627 {4626} 1444 1 +4628 {4627} 2978 1 +4629 {4628} 1452 1 +4630 {4629} 3109 1 +4631 {4630} 11283 1 +4632 {4631} 10571 1 +4633 {4632} 2189 1 +4634 {4633} 9644 1 +4635 {4634} 7046 1 +4636 {4635} 10642 1 +4637 {4636} 2233 1 +4638 {4637} 12143 1 +4639 {4638} 9123 1 +4640 {4639} 14645 1 +4641 {4640} 2230 1 +4642 {4641} 1359 1 +4643 {4642} 12437 1 +4644 {4643} 2319 1 +4645 {4644} 11000 1 +4646 {4645} 9665 1 +4647 {4646} 15986 1 +4648 {4647} 2606 1 +4649 {4648} 10307 1 +4650 {4649} 2267 1 +4651 {4650} 10982 1 +4652 {4651} 10141 1 +4653 {4652} 8249 1 +4654 {4653} 8106 1 +4655 {4654} 13726 1 +4656 {4655} 2242 1 +4657 {4656} 735 1 +4658 {4657} 2017 1 +4659 {4658} 10542 1 +4660 {4659} 2722 1 +4661 {4660} 2498 1 +4662 {4661} 9986 1 +4663 {4662} 14744 1 +4664 {4663} 3022 1 +4665 {4664} 2972 1 +4666 {4665} 5030 1 +4667 {4666} 2845 1 +4668 {4667} 2654 1 +4669 {4668} 9831 1 +4670 {4669} 2379 1 +4671 {4670} 7446 1 +4672 {4671} 9655 1 +4673 {4672} 2298 1 +4674 {4673} 2223 1 +4675 {4674} 3665 1 +4676 {4675} 2904 1 +4677 {4676} 2600 1 +4678 {4677} 3199 1 +4679 {4678} 11019 1 +4680 {4679} 11386 1 +4681 {4680} 10914 1 +4682 {4681} 10489 1 +4683 {4682} 2862 1 +4684 {4683} 1752 1 +4685 {4684} 3164 1 +4686 {4685} 2903 1 +4687 {4686} 9780 1 +4688 {4687} 2904 1 +4689 {4688} 3197 1 +4690 {4689} 2655 1 +4691 {4690} 10704 1 +4692 {4691} 9159 1 +4693 {4692} 2901 1 +4694 {4693} 2922 1 +4695 {4694} 11658 1 +4696 {4695} 1451 1 +4697 {4696} 9236 1 +4698 {4697} 12590 1 +4699 {4698} 1854 1 +4700 {4699} 2434 1 +4701 {4700} 10339 1 +4702 {4701} 2196 1 +4703 {4702} 3180 1 +4704 {4703} 9105 1 +4705 {4704} 9208 1 +4706 {4705} 12144 1 +4707 {4706} 12079 1 +4708 {4707} 10563 1 +4709 {4708} 7698 1 +4710 {4709} 2432 1 +4711 {4710} 3360 1 +4712 {4711} 4366 1 +4713 {4712} 10896 1 +4714 {4713} 8936 1 +4715 {4714} 10439 1 +4716 {4715} 2207 1 +4717 {4716} 10675 1 +4718 {4717} 702 1 +4719 {4718} 16035 1 +4720 {4719} 11836 1 +4721 {4720} 11051 1 +4722 {12128} 4202 1 +4723 {4721} 9728 1 +4724 {4722} 10797 1 +4725 {4723} 2028 1 +4726 {4724} 2638 1 +4727 {4725} 10357 1 +4728 {4726} 11233 1 +4729 {4727} 3435 1 +4730 {4728} 2696 1 +4731 {4729} 3046 1 +4732 {4730} 3141 1 +4733 {4731} 970 1 +4734 {4732} 2066 1 +4735 {4733} 2411 1 +4736 {4734} 10017 1 +4737 {4735} 1911 1 +4738 {4736} 16591 1 +4739 {4737} 1947 1 +4740 {4738} 8044 1 +4741 {4739} 9229 1 +4742 {4740} 1534 1 +4743 {4741} 11855 1 +4744 {4742} 6367 1 +4745 {4743} 12173 1 +4746 {4744} 10843 1 +4747 {4745} 2083 1 +4748 {4746} 2624 1 +4749 {4747} 9622 1 +4750 {4748} 937 1 +4751 {4749} 1947 1 +4752 {4750} 2876 1 +4753 {4751} 8219 1 +4754 {4752} 2389 1 +4755 {4753} 885 1 +4756 {4754} 2163 1 +4757 {4755} 1856 1 +4758 {4756} 2644 1 +4759 {4757} 11613 1 +4760 {4758} 1586 1 +4761 {4759} 10937 1 +4762 {4760} 1550 1 +4763 {4761} 1566 1 +4764 {4762} 1434 1 +4765 {4763} 10549 1 +4766 {4764} 2434 1 +4767 {4765} 2029 1 +4768 {4766} 10538 1 +4769 {4767} 2433 1 +4770 {4768} 9690 1 +4771 {4769} 273 1 +4772 {4770} 718 1 +4773 {4771} 3252 1 +4774 {4772} 8395 1 +4775 {4773} 2215 1 +4776 {4774} 13427 1 +4777 {4775} 9655 1 +4778 {4776} 12383 1 +4779 {4777} 1805 1 +4780 {4778} 2861 1 +4781 {4779} 2640 1 +4782 {4780} 11519 1 +4783 {4781} 2268 1 +4784 {4782} 3345 1 +4785 {4783} 3091 1 +4786 {4784} 9831 1 +4787 {4785} 2671 1 +4788 {4786} 11138 1 +4789 {4787} 9215 1 +4790 {4788} 9627 1 +4791 {4789} 3402 1 +4792 {4790} 1994 1 +4793 {4791} 13088 1 +4794 {4792} 9584 1 +4795 {4793} 11648 1 +4796 {4794} 10139 1 +4797 {4795} 2026 1 +4798 {4796} 2965 1 +4799 {4797} 9893 1 +4800 {4798} 1988 1 +4801 {4799} 9512 1 +4802 {4800} 3003 1 +4803 {4801} 12677 1 +4804 {4802} 1415 1 +4805 {4803} 9366 1 +4806 {4804} 12434 1 +4807 {4805} 10947 1 +4808 {4806} 2668 1 +4809 {4807} 10552 1 +4810 {4808} 1825 1 +4811 {4809} 9957 1 +4812 {4810} 10829 1 +4813 {4811} 2109 1 +4814 {4812} 1472 1 +4815 {4813} 1821 1 +4816 {4814} 9831 1 +4817 {4815} 11897 1 +4818 {4816} 2838 1 +4819 {4817} 2415 1 +4820 {4818} 9212 1 +4821 {4819} 3132 1 +4822 {4820} 1413 1 +4823 {4821} 7780 1 +4824 {4822} 11250 1 +4825 {4823} 9690 1 +4826 {4824} 12123 1 +4827 {4825} 2563 1 +4828 {4826} 7711 1 +4829 {4827} 2385 1 +4830 {4828} 3539 1 +4831 {4829} 8925 1 +4832 {4830} 11146 1 +4833 {4831} 13877 1 +4834 {4832} 2600 1 +4835 {4833} 3046 1 +4836 {4834} 10155 1 +4837 {4835} 5586 1 +4838 {4836} 3833 1 +4839 {4837} 6855 1 +4840 {4838} 9196 1 +4841 {4839} 11952 1 +4842 {4840} 1201 1 +4843 {4841} 10912 1 +4844 {4842} 2215 1 +4845 {4843} 10213 1 +4846 {4844} 10286 1 +4847 {4845} 11332 1 +4848 {4846} 3735 1 +4849 {4847} 11575 1 +4850 {4848} 2158 1 +4851 {4849} 7160 1 +4852 {29156} 11032 1 +4853 {4850} 3949 1 +4854 {4851} 3124 1 +4855 {4852} 8383 1 +4856 {4853} 11342 1 +4857 {4854} 2775 1 +4858 {4855} 2769 1 +4859 {4856} 10078 1 +4860 {4857} 5970 1 +4861 {4858} 1782 1 +4862 {4859} 9009 1 +4863 {4860} 10304 1 +4864 {4861} 8550 1 +4865 {4862} 12155 1 +4866 {4863} 10892 1 +4867 {4864} 1246 1 +4868 {4865} 11721 1 +4869 {4866} 1006 1 +4870 {4867} 1887 1 +4871 {4868} 765 1 +4872 {4869} 13214 1 +4873 {4870} 12927 1 +4874 {4871} 3144 1 +4875 {4872} 2834 1 +4876 {4873} 2466 1 +4877 {4874} 3279 1 +4878 {4875} 2352 1 +4879 {4876} 2843 1 +4880 {4877} 3817 1 +4881 {4878} 2769 1 +4882 {4879} 2268 1 +4883 {4880} 2265 1 +4884 {4881} 1996 1 +4885 {4882} 2464 1 +4886 {4883} 10646 1 +4887 {4884} 14958 1 +4888 {4885} 8517 1 +4889 {4886} 916 1 +4890 {4887} 5534 1 +4891 {4888} 1650 1 +4892 {4889} 2319 1 +4893 {4890} 10309 1 +4894 {4891} 1365 1 +4895 {4892} 13465 1 +4896 {4893} 10686 1 +4897 {4894} 3521 1 +4898 {4895} 9266 1 +4899 {4896} 10594 1 +4900 {4897} 2760 1 +4901 {4898} 13444 1 +4902 {4899} 2214 1 +4903 {4900} 1953 1 +4904 {4901} 9164 1 +4905 {4902} 10552 1 +4906 {4903} 10686 1 +4907 {4904} 13920 1 +4908 {4905} 2120 1 +4909 {4906} 12465 1 +4910 {4907} 13756 1 +4911 {4908} 11054 1 +4912 {4909} 2450 1 +4913 {4910} 2806 1 +4914 {4911} 14867 1 +4915 {4912} 1482 1 +4916 {4913} 8043 1 +4917 {4914} 8057 1 +4918 {4915} 1241 1 +4919 {4916} 3728 1 +4920 {4917} 10323 1 +4921 {4918} 1381 1 +4922 {4919} 1954 1 +4923 {4920} 10700 1 +4924 {4921} 7823 1 +4925 {4922} 9584 1 +4926 {4923} 10391 1 +4927 {4924} 1297 1 +4928 {4925} 1137 1 +4929 {4926} 10390 1 +4930 {4927} 6333 1 +4931 {4928} 3315 1 +4932 {4929} 1890 1 +4933 {4930} 11127 1 +4934 {4931} 3869 1 +4935 {4932} 2074 1 +4936 {4933} 10258 1 +4937 {4934} 2831 1 +4938 {4935} 12741 1 +4939 {4936} 11943 1 +4940 {4937} 2738 1 +4941 {4938} 11389 1 +4942 {4939} 2535 1 +4943 {4940} 1619 1 +4944 {4941} 13848 1 +4945 {4942} 667 1 +4946 {4943} 613 1 +4947 {4944} 2394 1 +4948 {4945} 1764 1 +4949 {4946} 5462 1 +4950 {4947} 1962 1 +4951 {4948} 1121 1 +4952 {4949} 8268 1 +4953 {4950} 2706 1 +4954 {4951} 12471 1 +4955 {4952} 13979 1 +4956 {4953} 3636 1 +4957 {4954} 8820 1 +4958 {4955} 1056 1 +4959 {4956} 2805 1 +4960 {4957} 12086 1 +4961 {4958} 10496 1 +4962 {4959} 2320 1 +4963 {4960} 2871 1 +4964 {4961} 10742 1 +4965 {4962} 10340 1 +4966 {4963} 9614 1 +4967 {4964} 2358 1 +4968 {4965} 10384 1 +4969 {4966} 3418 1 +4970 {4967} 1550 1 +4971 {4968} 2560 1 +4972 {4969} 4815 1 +4973 {4970} 10870 1 +4974 {4971} 2189 1 +4975 {4972} 4685 1 +4976 {4973} 9604 1 +4977 {4974} 8927 1 +4978 {4975} 12573 1 +4979 {4976} 10452 1 +4980 {4977} 15087 1 +4981 {4978} 9405 1 +4982 {4979} 10031 1 +4983 {4980} 2741 1 +4984 {4981} 11189 1 +4985 {36854} 530 1 +4986 {4982} 13550 1 +4987 {4983} 8145 1 +4988 {4984} 9098 1 +4989 {4985} 2926 1 +4990 {4986} 11121 1 +4991 {4987} 9893 1 +4992 {4988} 15200 1 +4993 {4989} 2537 1 +4994 {4990} 9739 1 +4995 {4991} 2145 1 +4996 {4992} 9829 1 +4997 {4993} 1784 1 +4998 {4994} 9065 1 +4999 {4995} 1619 1 +5000 {4996} 2021 1 +5001 {4997} 2941 1 +5002 {4998} 2064 1 +5003 {4999} 9649 1 +5004 {5000} 2329 1 +5005 {5001} 10078 1 +5006 {5002} 3565 1 +5007 {5003} 1291 1 +5008 {5004} 11831 1 +5009 {5005} 9577 1 +5010 {5006} 2301 1 +5011 {5007} 11161 1 +5012 {5008} 9930 1 +5013 {5009} 11871 1 +5014 {5010} 2501 1 +5015 {5011} 13507 1 +5016 {5012} 2300 1 +5017 {5013} 11452 1 +5018 {5014} 2901 1 +5019 {5015} 9647 1 +5020 {5016} 11025 1 +5021 {5017} 2936 1 +5022 {5018} 2654 1 +5023 {5019} 15716 1 +5024 {5020} 7106 1 +5025 {5021} 2225 1 +5026 {5022} 2055 1 +5027 {5023} 13100 1 +5028 {5024} 10636 1 +5029 {5025} 1542 1 +5030 {5026} 1814 1 +5031 {5027} 9546 1 +5032 {5028} 13308 1 +5033 {5029} 10582 1 +5034 {5030} 2670 1 +5035 {5031} 4968 1 +5036 {5032} 3695 1 +5037 {5033} 360 1 +5038 {5034} 2604 1 +5039 {5035} 10169 1 +5040 {5036} 2779 1 +5041 {5037} 9997 1 +5042 {5038} 2738 1 +5043 {5039} 9143 1 +5044 {5040} 10826 1 +5045 {5041} 16230 1 +5046 {5042} 11250 1 +5047 {5043} 11257 1 +5048 {5044} 9622 1 +5049 {5045} 2434 1 +5050 {5046} 1385 1 +5051 {5047} 1123 1 +5052 {5048} 13183 1 +5053 {5049} 2537 1 +5054 {5050} 11251 1 +5055 {5051} 8439 1 +5056 {5052} 10234 1 +5057 {5053} 1886 1 +5058 {5054} 2080 1 +5059 {5055} 1339 1 +5060 {5056} 5806 1 +5061 {5057} 14630 1 +5062 {5058} 9612 1 +5063 {5059} 5760 1 +5064 {5060} 11547 1 +5065 {5061} 1764 1 +5066 {5062} 9918 1 +5067 {5063} 11613 1 +5068 {5064} 2158 1 +5069 {5065} 10310 1 +5070 {5066} 12684 1 +5071 {5067} 9990 1 +5072 {5068} 2838 1 +5073 {5069} 11268 1 +5074 {5070} 9399 1 +5075 {5071} 1771 1 +5076 {5072} 4938 1 +5077 {5073} 1653 1 +5078 {5074} 7748 1 +5079 {5075} 1589 1 +5080 {5076} 2774 1 +5081 {5077} 10258 1 +5082 {5078} 2218 1 +5083 {5079} 2678 1 +5084 {5080} 2145 1 +5085 {5081} 10241 1 +5086 {5082} 1918 1 +5087 {5083} 10416 1 +5088 {5084} 11496 1 +5089 {5085} 2861 1 +5090 {5086} 12017 1 +5091 {5087} 9592 1 +5092 {5088} 9937 1 +5093 {5089} 1375 1 +5094 {5090} 3239 1 +5095 {5091} 9705 1 +5096 {5092} 8381 1 +5097 {5093} 2738 1 +5098 {5094} 3103 1 +5099 {5095} 1617 1 +5100 {5096} 9236 1 +5101 {5097} 11336 1 +5102 {5098} 3244 1 +5103 {5099} 12392 1 +5104 {5100} 1811 1 +5105 {5101} 5507 1 +5106 {5102} 9175 1 +5107 {5103} 2560 1 +5108 {5104} 12359 1 +5109 {5105} 7023 1 +5110 {5106} 2639 1 +5111 {5107} 1237 1 +5112 {5108} 4095 1 +5113 {5109} 10829 1 +5114 {5110} 1957 1 +5115 {5111} 10618 1 +5116 {5112} 10561 1 +5117 {5113} 9350 1 +5118 {5114} 2051 1 +5119 {5115} 3304 1 +5120 {5116} 3657 1 +5121 {5117} 12545 1 +5122 {5118} 1167 1 +5123 {5119} 10916 1 +5124 {5120} 1944 1 +5125 {5121} 2772 1 +5126 {5122} 11437 1 +5127 {5123} 2058 1 +5128 {5124} 1537 1 +5129 {5125} 2788 1 +5130 {5126} 2061 1 +5131 {5127} 2622 1 +5132 {5128} 9782 1 +5133 {5129} 8194 1 +5134 {5130} 2774 1 +5135 {5131} 3208 1 +5136 {5132} 2939 1 +5137 {5133} 10413 1 +5138 {5134} 9525 1 +5139 {5135} 10380 1 +5140 {5136} 11383 1 +5141 {5137} 10093 1 +5142 {5138} 2844 1 +5143 {5139} 2461 1 +5144 {5140} 1993 1 +5145 {5141} 805 1 +5146 {5142} 8699 1 +5147 {5143} 8776 1 +5148 {5144} 2695 1 +5149 {5145} 2352 1 +5150 {5146} 1783 1 +5151 {5147} 9897 1 +5152 {5148} 11772 1 +5153 {5149} 2195 1 +5154 {5150} 2298 1 +5155 {5151} 1788 1 +5156 {5152} 12884 1 +5157 {5153} 10561 1 +5158 {5154} 2266 1 +5159 {5155} 9474 1 +5160 {5156} 9149 1 +5161 {5157} 11260 1 +5162 {5158} 10315 1 +5163 {5159} 2326 1 +5164 {5160} 9681 1 +5165 {5161} 8129 1 +5166 {5162} 12141 1 +5167 {5163} 9160 1 +5168 {5164} 8035 1 +5169 {5165} 2303 1 +5170 {5166} 10023 1 +5171 {5167} 10559 1 +5172 {5168} 5200 1 +5173 {5169} 10747 1 +5174 {5170} 2524 1 +5175 {5171} 2223 1 +5176 {5172} 11647 1 +5177 {5173} 11259 1 +5178 {5174} 9941 1 +5179 {5175} 11530 1 +5180 {5176} 2630 1 +5181 {5177} 10679 1 +5182 {5178} 1782 1 +5183 {5179} 1885 1 +5184 {5180} 2022 1 +5185 {5181} 12498 1 +5186 {5182} 1617 1 +5187 {5183} 9773 1 +5188 {5184} 8945 1 +5189 {5185} 2095 1 +5190 {5186} 2427 1 +5191 {5187} 2672 1 +5192 {5188} 3485 1 +5193 {5189} 9608 1 +5194 {5190} 10950 1 +5195 {5191} 10353 1 +5196 {5192} 2972 1 +5197 {5193} 9954 1 +5198 {5194} 8502 1 +5199 {5195} 1365 1 +5200 {5196} 9194 1 +5201 {5197} 1790 1 +5202 {5198} 2518 1 +5203 {5199} 11201 1 +5204 {5200} 11251 1 +5205 {5201} 7835 1 +5206 {5202} 7647 1 +5207 {5203} 2831 1 +5208 {5204} 2562 1 +5209 {5205} 10600 1 +5210 {5206} 3072 1 +5211 {5207} 9231 1 +5212 {5208} 2220 1 +5213 {5209} 2148 1 +5214 {5210} 2401 1 +5215 {5211} 12599 1 +5216 {5212} 2433 1 +5217 {5213} 5726 1 +5218 {5214} 2742 1 +5219 {5215} 4257 1 +5220 {5216} 10125 1 +5221 {5217} 10179 1 +5222 {5218} 2937 1 +5223 {5219} 1574 1 +5224 {5220} 10496 1 +5225 {5221} 627 1 +5226 {5222} 15499 1 +5227 {5223} 10045 1 +5228 {5224} 10747 1 +5229 {5225} 2302 1 +5230 {5226} 10165 1 +5231 {5227} 3214 1 +5232 {5228} 10571 1 +5233 {5229} 9924 1 +5234 {5230} 2496 1 +5235 {5231} 3336 1 +5236 {5232} 10559 1 +5237 {5233} 6683 1 +5238 {5234} 11277 1 +5239 {5235} 1957 1 +5240 {5236} 1110 1 +5241 {5237} 1720 1 +5242 {5238} 8262 1 +5243 {5239} 3691 1 +5244 {5240} 716 1 +5245 {5241} 9555 1 +5246 {5242} 100 1 +5247 {5243} 11842 1 +5248 {5244} 9762 1 +5249 {5245} 11164 1 +5250 {5246} 15916 1 +5251 {5247} 8686 1 +5252 {5248} 9072 1 +5253 {5249} 7956 1 +5254 {5250} 14816 1 +5255 {5251} 2435 1 +5256 {5252} 12117 1 +5257 {5253} 1741 1 +5258 {5254} 608 1 +5259 {5255} 9303 1 +5260 {5256} 10277 1 +5261 {5257} 8622 1 +5262 {5258} 14899 1 +5263 {5259} 2501 1 +5264 {5260} 2638 1 +5265 {5261} 1032 1 +5266 {5262} 3205 1 +5267 {5263} 12495 1 +5268 {5264} 2671 1 +5269 {5265} 2537 1 +5270 {5266} 2571 1 +5271 {5267} 2604 1 +5272 {5268} 11093 1 +5273 {5269} 1827 1 +5274 {5270} 2196 1 +5275 {5271} 11569 1 +5276 {5272} 11912 1 +5277 {5273} 1474 1 +5278 {5274} 2058 1 +5279 {5275} 10659 1 +5280 {5276} 8987 1 +5281 {5277} 1920 1 +5282 {5278} 6748 1 +5283 {5279} 4089 1 +5284 {5280} 2454 1 +5285 {5281} 3381 1 +5286 {5282} 11986 1 +5287 {5283} 9751 1 +5288 {5284} 9220 1 +5289 {5285} 2081 1 +5290 {5286} 9131 1 +5291 {5287} 1294 1 +5292 {5288} 8045 1 +5293 {5289} 8413 1 +5294 {5290} 2392 1 +5295 {5291} 10419 1 +5296 {5292} 2633 1 +5297 {5293} 3033 1 +5298 {5294} 9365 1 +5299 {5295} 10378 1 +5300 {5296} 8921 1 +5301 {5297} 15665 1 +5302 {5298} 1818 1 +5303 {5299} 15413 1 +5304 {5300} 1860 1 +5305 {5301} 10724 1 +5306 {5302} 2423 1 +5307 {5303} 3339 1 +5308 {5304} 3313 1 +5309 {5305} 5274 1 +5310 {5306} 2113 1 +5311 {5307} 9812 1 +5312 {5308} 2030 1 +5313 {5309} 1921 1 +5314 {5310} 10409 1 +5315 {5311} 7379 1 +5316 {5312} 2129 1 +5317 {5313} 10897 1 +5318 {5314} 2803 1 +5319 {5315} 1971 1 +5320 {5316} 10843 1 +5321 {5317} 11456 1 +5322 {5318} 1546 1 +5323 {5319} 741 1 +5324 {5320} 2363 1 +5325 {5321} 10542 1 +5326 {5322} 2263 1 +5327 {5323} 2193 1 +5328 {5324} 3137 1 +5329 {5325} 14292 1 +5330 {5326} 10841 1 +5331 {5327} 10174 1 +5332 {5328} 1534 1 +5333 {5329} 655 1 +5334 {5330} 7697 1 +5335 {5331} 11505 1 +5336 {5332} 1621 1 +5337 {5333} 8838 1 +5338 {5334} 2572 1 +5339 {5335} 3216 1 +5340 {5336} 2684 1 +5341 {5337} 1074 1 +5342 {5338} 10090 1 +5343 {5339} 13135 1 +5344 {5340} 2063 1 +5345 {5341} 610 1 +5346 {5342} 6251 1 +5347 {5343} 11217 1 +5348 {5344} 12341 1 +5349 {5345} 6765 1 +5350 {5346} 9391 1 +5351 {5347} 2233 1 +5352 {5348} 6309 1 +5353 {5349} 1059 1 +5354 {5350} 6993 1 +5355 {5351} 1378 1 +5356 {5352} 1996 1 +5357 {5353} 9702 1 +5358 {5354} 2927 1 +5359 {5355} 11330 1 +5360 {5356} 10905 1 +5361 {5357} 1997 1 +5362 {5358} 10283 1 +5363 {5359} 10371 1 +5364 {5360} 3242 1 +5365 {5361} 137 1 +5366 {5362} 8692 1 +5367 {5363} 9547 1 +5368 {5364} 3688 1 +5369 {5365} 10699 1 +5370 {5366} 10126 1 +5371 {5367} 15102 1 +5372 {5368} 12549 1 +5373 {5369} 2066 1 +5374 {5370} 10892 1 +5375 {5371} 12533 1 +5376 {5372} 8892 1 +5377 {5373} 4698 1 +5378 {5374} 10968 1 +5379 {5375} 10660 1 +5380 {5376} 1519 1 +5381 {5377} 2875 1 +5382 {5378} 2316 1 +5383 {5379} 14817 1 +5384 {5380} 2164 1 +5385 {5381} 1537 1 +5386 {5382} 10672 1 +5387 {5383} 9552 1 +5388 {5384} 8857 1 +5389 {5385} 2776 1 +5390 {5386} 9073 1 +5391 {5387} 10646 1 +5392 {5388} 10876 1 +5393 {5389} 1818 1 +5394 {5390} 11401 1 +5395 {5391} 10741 1 +5396 {5392} 1405 1 +5397 {5393} 1890 1 +5398 {5394} 2528 1 +5399 {5395} 1517 1 +5400 {5396} 1611 1 +5401 {5397} 11078 1 +5402 {5398} 2368 1 +5403 {5399} 10783 1 +5404 {5400} 2260 1 +5405 {5401} 555 1 +5406 {5402} 13915 1 +5407 {5403} 2568 1 +5408 {5404} 1378 1 +5409 {5405} 9677 1 +5410 {5406} 9100 1 +5411 {5407} 9544 1 +5412 {5408} 11455 1 +5413 {5409} 10679 1 +5414 {5410} 5449 1 +5415 {5411} 11295 1 +5416 {5412} 10922 1 +5417 {5413} 13905 1 +5418 {5414} 1617 1 +5419 {5415} 10341 1 +5420 {5416} 7334 1 +5421 {5417} 2214 1 +5422 {5418} 8565 1 +5423 {5419} 12442 1 +5424 {5420} 2729 1 +5425 {5421} 1780 1 +5426 {5422} 2590 1 +5427 {5423} 15036 1 +5428 {5424} 3314 1 +5429 {5425} 3244 1 +5430 {5426} 11251 1 +5431 {5427} 2601 1 +5432 {5428} 598 1 +5433 {5429} 1826 1 +5434 {5430} 1680 1 +5435 {5431} 1104 1 +5436 {5432} 13098 1 +5437 {5433} 9057 1 +5438 {5434} 2337 1 +5439 {5435} 1747 1 +5440 {5436} 9989 1 +5441 {5437} 9284 1 +5442 {5438} 1805 1 +5443 {5439} 2187 1 +5444 {5440} 9948 1 +5445 {5441} 12664 1 +5446 {5442} 9686 1 +5447 {5443} 2602 1 +5448 {5444} 1617 1 +5449 {5445} 1851 1 +5450 {5446} 10264 1 +5451 {5447} 3246 1 +5452 {5448} 8971 1 +5453 {5449} 9428 1 +5454 {5450} 10056 1 +5455 {5451} 2435 1 +5456 {5452} 2538 1 +5457 {5453} 1826 1 +5458 {5454} 9977 1 +5459 {5455} 2534 1 +5460 {5456} 9850 1 +5461 {5457} 14294 1 +5462 {5458} 1725 1 +5463 {5459} 5888 1 +5464 {5460} 5765 1 +5465 {5461} 4921 1 +5466 {5462} 9381 1 +5467 {5463} 10978 1 +5468 {5464} 15604 1 +5469 {5465} 9470 1 +5470 {5466} 8738 1 +5471 {5467} 10382 1 +5472 {5468} 2129 1 +5473 {5469} 2895 1 +5474 {5470} 3130 1 +5475 {5471} 1277 1 +5476 {5472} 2682 1 +5477 {5473} 2299 1 +5478 {5474} 2650 1 +5479 {5475} 9777 1 +5480 {5476} 2629 1 +5481 {5477} 11802 1 +5482 {5478} 10272 1 +5483 {5479} 12732 1 +5484 {5480} 2234 1 +5485 {5481} 2565 1 +5486 {5482} 1313 1 +5487 {5483} 10467 1 +5488 {5484} 9609 1 +5489 {5485} 10497 1 +5490 {5486} 2084 1 +5491 {5487} 2322 1 +5492 {5488} 3264 1 +5493 {5489} 2337 1 +5494 {5490} 9518 1 +5495 {5491} 11936 1 +5496 {5492} 2600 1 +5497 {5493} 8960 1 +5498 {5494} 3440 1 +5499 {5495} 2640 1 +5500 {5496} 8994 1 +5501 {5497} 2024 1 +5502 {5498} 11159 1 +5503 {5499} 10544 1 +5504 {5500} 2743 1 +5505 {5501} 2528 1 +5506 {5502} 15875 1 +5507 {5503} 9098 1 +5508 {5504} 10925 1 +5509 {5505} 2972 1 +5510 {5506} 9191 1 +5511 {5507} 2123 1 +5512 {5508} 1499 1 +5513 {5509} 12531 1 +5514 {5510} 2791 1 +5515 {5511} 9981 1 +5516 {5512} 14106 1 +5517 {5513} 2408 1 +5518 {5514} 2300 1 +5519 {5515} 8403 1 +5520 {5516} 1299 1 +5521 {5517} 11015 1 +5522 {5518} 10960 1 +5523 {5519} 9149 1 +5524 {5520} 2611 1 +5525 {5521} 2811 1 +5526 {5522} 11725 1 +5527 {5523} 2164 1 +5528 {5524} 1607 1 +5529 {5525} 11896 1 +5530 {5526} 2023 1 +5531 {5527} 10999 1 +5532 {5528} 11703 1 +5533 {5529} 3246 1 +5534 {5530} 11175 1 +5535 {5531} 15206 1 +5536 {5532} 756 1 +5537 {5533} 10026 1 +5538 {5534} 8584 1 +5539 {5535} 2560 1 +5540 {5536} 2784 1 +5541 {5537} 2669 1 +5542 {5538} 9393 1 +5543 {5539} 9574 1 +5544 {5540} 663 1 +5545 {5541} 11051 1 +5546 {5542} 10407 1 +5547 {5543} 2087 1 +5548 {5544} 3954 1 +5549 {5545} 10324 1 +5550 {5546} 6222 1 +5551 {5547} 1501 1 +5552 {5548} 3138 1 +5553 {5549} 9747 1 +5554 {5550} 9629 1 +5555 {5551} 2591 1 +5556 {5552} 9981 1 +5557 {5553} 3121 1 +5558 {5554} 7789 1 +5559 {5555} 2227 1 +5560 {5556} 1925 1 +5561 {5557} 2996 1 +5562 {5558} 5017 1 +5563 {5559} 12935 1 +5564 {5560} 974 1 +5565 {5561} 2906 1 +5566 {5562} 4007 1 +5567 {5563} 9685 1 +5568 {5564} 10179 1 +5569 {5565} 4260 1 +5570 {5566} 8983 1 +5571 {5567} 7944 1 +5572 {5568} 3176 1 +5573 {5569} 9889 1 +5574 {5570} 2668 1 +5575 {5571} 2429 1 +5576 {5572} 10614 1 +5577 {5573} 1848 1 +5578 {5574} 2325 1 +5579 {5575} 2334 1 +5580 {5576} 1101 1 +5581 {5577} 11788 1 +5582 {5578} 10324 1 +5583 {5579} 10012 1 +5584 {5580} 2678 1 +5585 {5581} 3013 1 +5586 {5582} 2774 1 +5587 {5583} 15957 1 +5588 {5584} 2446 1 +5589 {5585} 10204 1 +5590 {5586} 9718 1 +5591 {5587} 2503 1 +5592 {5588} 1678 1 +5593 {5589} 2428 1 +5594 {5590} 3204 1 +5595 {5591} 11216 1 +5596 {5592} 2513 1 +5597 {5593} 10965 1 +5598 {5594} 1171 1 +5599 {5595} 2943 1 +5600 {5596} 5484 1 +5601 {5597} 1750 1 +5602 {5598} 2462 1 +5603 {5599} 6546 1 +5604 {5600} 1540 1 +5605 {5601} 8889 1 +5606 {5602} 12177 1 +5607 {5603} 1068 1 +5608 {5604} 678 1 +5609 {5605} 11178 1 +5610 {5606} 2816 1 +5611 {5607} 1508 1 +5612 {5608} 11395 1 +5613 {5609} 1786 1 +5614 {5610} 11015 1 +5615 {5611} 2453 1 +5616 {5612} 10374 1 +5617 {5613} 10126 1 +5618 {5614} 10374 1 +5619 {5615} 2126 1 +5620 {5616} 9940 1 +5621 {5617} 3635 1 +5622 {5618} 2943 1 +5623 {5619} 5749 1 +5624 {5620} 1893 1 +5625 {5621} 12571 1 +5626 {5622} 2133 1 +5627 {5623} 3004 1 +5628 {5624} 1274 1 +5629 {5625} 11986 1 +5630 {5626} 2601 1 +5631 {5627} 2605 1 +5632 {5628} 12442 1 +5633 {5629} 1815 1 +5634 {5630} 2091 1 +5635 {5631} 10804 1 +5636 {5632} 2864 1 +5637 {5633} 2392 1 +5638 {5634} 10635 1 +5639 {5635} 10282 1 +5640 {5636} 10509 1 +5641 {5637} 10965 1 +5642 {5638} 2600 1 +5643 {5639} 10316 1 +5644 {5640} 10466 1 +5645 {5641} 3543 1 +5646 {5642} 8520 1 +5647 {5643} 2776 1 +5648 {5644} 1140 1 +5649 {5645} 2336 1 +5650 {5646} 10507 1 +5651 {5647} 2095 1 +5652 {5648} 10794 1 +5653 {5649} 7283 1 +5654 {5650} 2901 1 +5655 {5651} 5331 1 +5656 {5652} 747 1 +5657 {5653} 4987 1 +5658 {5654} 10902 1 +5659 {5655} 5527 1 +5660 {5656} 3447 1 +5661 {5657} 2246 1 +5662 {5658} 8443 1 +5663 {5659} 9981 1 +5664 {5660} 11164 1 +5665 {5661} 5887 1 +5666 {5662} 10797 1 +5667 {5663} 9374 1 +5668 {5664} 1988 1 +5669 {5665} 2666 1 +5670 {5666} 3062 1 +5671 {5667} 11518 1 +5672 {5668} 10207 1 +5673 {5669} 10572 1 +5674 {5670} 11188 1 +5675 {5671} 8287 1 +5676 {5672} 9803 1 +5677 {5673} 11672 1 +5678 {5674} 10703 1 +5679 {5675} 1791 1 +5680 {5676} 1883 1 +5681 {5677} 12620 1 +5682 {5678} 10508 1 +5683 {5679} 11196 1 +5684 {5680} 3369 1 +5685 {5681} 12045 1 +5686 {5682} 10143 1 +5687 {5683} 2026 1 +5688 {5684} 9809 1 +5689 {5685} 14458 1 +5690 {5686} 2383 1 +5691 {5687} 10891 1 +5692 {5688} 14373 1 +5693 {5689} 2098 1 +5694 {5690} 2091 1 +5695 {5691} 12598 1 +5696 {5692} 11487 1 +5697 {5693} 9957 1 +5698 {5694} 1657 1 +5699 {5695} 1653 1 +5700 {5696} 3429 1 +5701 {5697} 9132 1 +5702 {5698} 13591 1 +5703 {5699} 2466 1 +5704 {5700} 3336 1 +5705 {5701} 9510 1 +5706 {5702} 8928 1 +5707 {5703} 1752 1 +5708 {5704} 13117 1 +5709 {5705} 7751 1 +5710 {5706} 14666 1 +5711 {5707} 11116 1 +5712 {5708} 10786 1 +5713 {5709} 2462 1 +5714 {5710} 11175 1 +5715 {5711} 2389 1 +5716 {5712} 15502 1 +5717 {5713} 936 1 +5718 {5714} 3281 1 +5719 {5715} 2457 1 +5720 {5716} 13940 1 +5721 {5717} 2625 1 +5722 {5718} 9687 1 +5723 {5719} 10778 1 +5724 {5720} 1885 1 +5725 {5721} 4457 1 +5726 {5722} 1334 1 +5727 {5723} 9281 1 +5728 {5724} 2915 1 +5729 {5725} 9215 1 +5730 {5726} 1126 1 +5731 {5727} 1885 1 +5732 {5728} 12777 1 +5733 {5729} 3784 1 +5734 {5730} 2978 1 +5735 {5731} 1452 1 +5736 {5732} 3070 1 +5737 {5733} 2165 1 +5738 {5734} 3343 1 +5739 {5735} 2070 1 +5740 {5736} 1924 1 +5741 {5737} 2605 1 +5742 {5738} 14942 1 +5743 {5739} 11812 1 +5744 {5740} 1717 1 +5745 {5741} 9579 1 +5746 {5742} 2302 1 +5747 {5743} 3446 1 +5748 {5744} 2690 1 +5749 {5745} 2530 1 +5750 {5746} 7986 1 +5751 {5747} 2449 1 +5752 {5748} 2730 1 +5753 {5749} 1986 1 +5754 {5750} 10232 1 +5755 {5751} 10232 1 +5756 {5752} 3111 1 +5757 {5753} 1698 1 +5758 {5754} 10833 1 +5759 {5755} 2572 1 +5760 {5756} 10985 1 +5761 {5757} 2930 1 +5762 {5758} 10142 1 +5763 {5759} 15188 1 +5764 {5760} 3169 1 +5765 {5761} 13911 1 +5766 {5762} 2197 1 +5767 {5763} 3045 1 +5768 {5764} 14337 1 +5769 {5765} 1581 1 +5770 {5766} 9364 1 +5771 {5767} 11293 1 +5772 {5768} 1849 1 +5773 {5769} 8854 1 +5774 {5770} 2671 1 +5775 {5771} 1054 1 +5776 {5772} 1164 1 +5777 {5773} 1407 1 +5778 {5774} 9975 1 +5779 {5775} 1913 1 +5780 {5776} 10637 1 +5781 {5777} 12036 1 +5782 {5778} 2421 1 +5783 {5779} 9730 1 +5784 {5780} 11568 1 +5785 {5781} 2366 1 +5786 {5782} 1263 1 +5787 {5783} 5375 1 +5788 {5784} 701 1 +5789 {5785} 7753 1 +5790 {5786} 2708 1 +5791 {5787} 15803 1 +5792 {5788} 2368 1 +5793 {5789} 10965 1 +5794 {5790} 11128 1 +5795 {5791} 2095 1 +5796 {5792} 1854 1 +5797 {5793} 1512 1 +5798 {5794} 10161 1 +5799 {5795} 11096 1 +5800 {5796} 11065 1 +5801 {5797} 3845 1 +5802 {5798} 9133 1 +5803 {5799} 1875 1 +5804 {5800} 10606 1 +5805 {5801} 10036 1 +5806 {5802} 2218 1 +5807 {5803} 1679 1 +5808 {5804} 3070 1 +5809 {5805} 1654 1 +5810 {5806} 735 1 +5811 {5807} 11415 1 +5812 {5808} 3734 1 +5813 {5809} 12824 1 +5814 {5810} 2060 1 +5815 {5811} 10716 1 +5816 {5812} 2060 1 +5817 {5813} 2980 1 +5818 {5814} 10489 1 +5819 {5815} 6631 1 +5820 {5816} 13832 1 +5821 {5817} 10670 1 +5822 {5818} 9713 1 +5823 {5819} 10518 1 +5824 {5820} 2703 1 +5825 {5821} 10839 1 +5826 {5822} 3250 1 +5827 {5823} 2056 1 +5828 {5824} 9888 1 +5829 {5825} 1969 1 +5830 {5826} 10536 1 +5831 {5827} 2168 1 +5832 {5828} 2030 1 +5833 {5829} 10490 1 +5834 {5830} 1606 1 +5835 {5831} 11006 1 +5836 {5832} 2428 1 +5837 {5833} 10258 1 +5838 {5834} 15950 1 +5839 {5835} 11789 1 +5840 {5836} 8784 1 +5841 {5837} 10710 1 +5842 {5838} 10507 1 +5843 {5839} 3102 1 +5844 {5840} 9054 1 +5845 {5841} 2218 1 +5846 {5842} 16597 1 +5847 {5843} 11340 1 +5848 {5844} 2851 1 +5849 {5845} 2239 1 +5850 {5846} 3248 1 +5851 {5847} 5520 1 +5852 {5848} 2469 1 +5853 {5849} 2317 1 +5854 {5850} 1572 1 +5855 {5851} 2295 1 +5856 {5852} 2350 1 +5857 {5853} 2364 1 +5858 {5854} 10627 1 +5859 {5855} 2360 1 +5860 {5856} 3190 1 +5861 {5857} 2356 1 +5862 {5858} 1675 1 +5863 {5859} 13520 1 +5864 {5860} 9437 1 +5865 {5861} 1849 1 +5866 {5862} 5006 1 +5867 {5863} 10413 1 +5868 {5864} 11052 1 +5869 {5865} 8333 1 +5870 {5866} 1462 1 +5871 {5867} 2708 1 +5872 {5868} 3078 1 +5873 {5869} 9024 1 +5874 {5870} 1255 1 +5875 {5871} 2700 1 +5876 {5872} 3036 1 +5877 {5873} 1924 1 +5878 {5874} 2389 1 +5879 {5875} 3410 1 +5880 {5876} 2284 1 +5881 {5877} 10735 1 +5882 {5878} 2743 1 +5883 {5879} 2301 1 +5884 {5880} 2776 1 +5885 {5881} 2535 1 +5886 {5882} 10701 1 +5887 {5883} 1415 1 +5888 {5884} 2190 1 +5889 {5885} 10225 1 +5890 {5886} 2166 1 +5891 {5887} 10766 1 +5892 {5888} 11343 1 +5893 {5889} 1889 1 +5894 {5890} 8622 1 +5895 {5891} 2470 1 +5896 {5892} 9865 1 +5897 {5893} 3285 1 +5898 {5894} 7359 1 +5899 {5895} 1714 1 +5900 {5896} 2032 1 +5901 {5897} 2864 1 +5902 {5898} 757 1 +5903 {5899} 10230 1 +5904 {5900} 2458 1 +5905 {5901} 9518 1 +5906 {5902} 2718 1 +5907 {5903} 10420 1 +5908 {5904} 1821 1 +5909 {5905} 7994 1 +5910 {5906} 9821 1 +5911 {5907} 9045 1 +5912 {5908} 13527 1 +5913 {5909} 2490 1 +5914 {5910} 3988 1 +5915 {5911} 3550 1 +5916 {5912} 2811 1 +5917 {5913} 3172 1 +5918 {5914} 1173 1 +5919 {5915} 2154 1 +5920 {5916} 7925 1 +5921 {5917} 2699 1 +5922 {5918} 11383 1 +5923 {5919} 3692 1 +5924 {5920} 2369 1 +5925 {5921} 5932 1 +5926 {5922} 12642 1 +5927 {5923} 2703 1 +5928 {5924} 1935 1 +5929 {5925} 9944 1 +5930 {5926} 2670 1 +5931 {5927} 11995 1 +5932 {5928} 10264 1 +5933 {5929} 2421 1 +5934 {5930} 1942 1 +5935 {5931} 1450 1 +5936 {5932} 2368 1 +5937 {5933} 10233 1 +5938 {5934} 9995 1 +5939 {5935} 10750 1 +5940 {5936} 13479 1 +5941 {5937} 1682 1 +5942 {5938} 7775 1 +5943 {5939} 1616 1 +5944 {5940} 8491 1 +5945 {5941} 3383 1 +5946 {5942} 1441 1 +5947 {5943} 1956 1 +5948 {5944} 11100 1 +5949 {5945} 667 1 +5950 {5946} 1992 1 +5951 {5947} 9754 1 +5952 {5948} 11251 1 +5953 {5949} 1849 1 +5954 {5950} 2627 1 +5955 {5951} 11233 1 +5956 {5952} 2185 1 +5957 {5953} 2065 1 +5958 {5954} 2252 1 +5959 {5955} 10956 1 +5960 {5956} 10196 1 +5961 {5957} 10781 1 +5962 {5958} 5737 1 +5963 {5959} 1848 1 +5964 {5960} 2562 1 +5965 {5961} 10993 1 +5966 {5962} 9913 1 +5967 {5963} 1748 1 +5968 {5964} 10413 1 +5969 {5965} 12293 1 +5970 {5966} 1961 1 +5971 {5967} 9247 1 +5972 {5968} 8685 1 +5973 {5969} 10804 1 +5974 {5970} 2536 1 +5975 {5971} 11557 1 +5976 {5972} 9070 1 +5977 {5973} 2399 1 +5978 {5974} 2492 1 +5979 {5975} 9900 1 +5980 {5976} 2775 1 +5981 {5977} 2264 1 +5982 {5978} 2126 1 +5983 {5979} 10340 1 +5984 {5980} 10501 1 +5985 {5981} 7620 1 +5986 {5982} 2196 1 +5987 {5983} 8769 1 +5988 {5984} 2267 1 +5989 {5985} 2291 1 +5990 {5986} 3172 1 +5991 {5987} 1710 1 +5992 {5988} 1974 1 +5993 {5989} 2891 1 +5994 {5990} 1394 1 +5995 {5991} 11714 1 +5996 {5992} 11803 1 +5997 {5993} 2497 1 +5998 {5994} 6303 1 +5999 {5995} 133 1 +6000 {5996} 2838 1 +6001 {5997} 2160 1 +6002 {5998} 9927 1 +6003 {5999} 10420 1 +6004 {6000} 10281 1 +6005 {6001} 3074 1 +6006 {6002} 1407 1 +6007 {6003} 2363 1 +6008 {6004} 9767 1 +6009 {6005} 2856 1 +6010 {6006} 10782 1 +6011 {6007} 2231 1 +6012 {6008} 2371 1 +6013 {6009} 9614 1 +6014 {6010} 1754 1 +6015 {6011} 9840 1 +6016 {6012} 1780 1 +6017 {6013} 16289 1 +6018 {6014} 10398 1 +6019 {6015} 2334 1 +6020 {6016} 3144 1 +6021 {6017} 1442 1 +6022 {6018} 10168 1 +6023 {6019} 2708 1 +6024 {6020} 1617 1 +6025 {6021} 8892 1 +6026 {6022} 2910 1 +6027 {6023} 1301 1 +6028 {6024} 10084 1 +6029 {6025} 11343 1 +6030 {6026} 13393 1 +6031 {6027} 1399 1 +6032 {6028} 1339 1 +6033 {6029} 2862 1 +6034 {6030} 2126 1 +6035 {6031} 10636 1 +6036 {6032} 2397 1 +6037 {6033} 11439 1 +6038 {6034} 1815 1 +6039 {6035} 14242 1 +6040 {6036} 2884 1 +6041 {6037} 10892 1 +6042 {6038} 10078 1 +6043 {6039} 9898 1 +6044 {6040} 2266 1 +6045 {6041} 1290 1 +6046 {6042} 2638 1 +6047 {6043} 10022 1 +6048 {6044} 1704 1 +6049 {6045} 9548 1 +6050 {6046} 13775 1 +6051 {6047} 9403 1 +6052 {6048} 11237 1 +6053 {6049} 9893 1 +6054 {6050} 2897 1 +6055 {6051} 11404 1 +6056 {6052} 9978 1 +6057 {6053} 10147 1 +6058 {6054} 14969 1 +6059 {6055} 13466 1 +6060 {6056} 2728 1 +6061 {6057} 2806 1 +6062 {6058} 12479 1 +6063 {6059} 1026 1 +6064 {6060} 10232 1 +6065 {6061} 3004 1 +6066 {6062} 9677 1 +6067 {6063} 11008 1 +6068 {6064} 2095 1 +6069 {6065} 11673 1 +6070 {6066} 9255 1 +6071 {6067} 11283 1 +6072 {6068} 8009 1 +6073 {6069} 1508 1 +6074 {6070} 2316 1 +6075 {6071} 2838 1 +6076 {6072} 15159 1 +6077 {6073} 3247 1 +6078 {6074} 8836 1 +6079 {6075} 1618 1 +6080 {6076} 2152 1 +6081 {6077} 9274 1 +6082 {6078} 10859 1 +6083 {6079} 10222 1 +6084 {6080} 10980 1 +6085 {6081} 5816 1 +6086 {6082} 10897 1 +6087 {6083} 1124 1 +6088 {6084} 9742 1 +6089 {6085} 8657 1 +6090 {6086} 1825 1 +6091 {6087} 2094 1 +6092 {6088} 2809 1 +6093 {6089} 1334 1 +6094 {6090} 10329 1 +6095 {6091} 7822 1 +6096 {6092} 3041 1 +6097 {6093} 3445 1 +6098 {6094} 10626 1 +6099 {6095} 1879 1 +6100 {6096} 9065 1 +6101 {6097} 2765 1 +6102 {6098} 6435 1 +6103 {6099} 3037 1 +6104 {6100} 5701 1 +6105 {6101} 2708 1 +6106 {6102} 2242 1 +6107 {6103} 8259 1 +6108 {6104} 7670 1 +6109 {6105} 10195 1 +6110 {6106} 1331 1 +6111 {6107} 1165 1 +6112 {6108} 11493 1 +6113 {6109} 2065 1 +6114 {6110} 10985 1 +6115 {6111} 11897 1 +6116 {6112} 9870 1 +6117 {6113} 10239 1 +6118 {6114} 1755 1 +6119 {6115} 2197 1 +6120 {6116} 10783 1 +6121 {6117} 1744 1 +6122 {6118} 2329 1 +6123 {6119} 8076 1 +6124 {6120} 5695 1 +6125 {6121} 9160 1 +6126 {6122} 2281 1 +6127 {6123} 9421 1 +6128 {6124} 1887 1 +6129 {6125} 9503 1 +6130 {6126} 11069 1 +6131 {6127} 8784 1 +6132 {6128} 11695 1 +6133 {6129} 14456 1 +6134 {6130} 11225 1 +6135 {6131} 10866 1 +6136 {6132} 10567 1 +6137 {6133} 12731 1 +6138 {6134} 2934 1 +6139 {6135} 2487 1 +6140 {6136} 1518 1 +6141 {6137} 2906 1 +6142 {6138} 10669 1 +6143 {6139} 10424 1 +6144 {6140} 2051 1 +6145 {6141} 2690 1 +6146 {6142} 10048 1 +6147 {6143} 2451 1 +6148 {6144} 16388 1 +6149 {6145} 1960 1 +6150 {6146} 5032 1 +6151 {6147} 1303 1 +6152 {6148} 1215 1 +6153 {6149} 844 1 +6154 {6150} 1306 1 +6155 {6151} 1590 1 +6156 {6152} 11706 1 +6157 {6153} 13792 1 +6158 {6154} 11316 1 +6159 {6155} 10664 1 +6160 {6156} 9809 1 +6161 {6157} 9791 1 +6162 {6158} 2234 1 +6163 {6159} 1543 1 +6164 {6160} 8393 1 +6165 {6161} 1545 1 +6166 {6162} 10850 1 +6167 {6163} 10704 1 +6168 {6164} 8519 1 +6169 {6165} 13721 1 +6170 {6166} 1622 1 +6171 {6167} 1980 1 +6172 {6168} 3483 1 +6173 {6169} 10889 1 +6174 {6170} 2126 1 +6175 {6171} 9345 1 +6176 {6172} 2397 1 +6177 {6173} 15505 1 +6178 {6174} 1855 1 +6179 {6175} 2242 1 +6180 {6176} 1306 1 +6181 {6177} 3256 1 +6182 {6178} 8717 1 +6183 {6179} 11120 1 +6184 {6180} 1854 1 +6185 {6181} 9381 1 +6186 {6182} 11480 1 +6187 {6183} 1410 1 +6188 {6184} 12203 1 +6189 {6185} 10999 1 +6190 {6186} 9058 1 +6191 {6187} 11868 1 +6192 {6188} 10895 1 +6193 {6189} 11161 1 +6194 {6190} 1572 1 +6195 {6191} 10935 1 +6196 {6192} 2184 1 +6197 {6193} 2864 1 +6198 {6194} 14587 1 +6199 {6195} 3247 1 +6200 {6196} 12502 1 +6201 {6197} 10452 1 +6202 {6198} 9264 1 +6203 {6199} 11600 1 +6204 {6200} 9708 1 +6205 {6201} 10739 1 +6206 {6202} 3111 1 +6207 {6203} 7554 1 +6208 {6204} 3617 1 +6209 {6205} 10021 1 +6210 {6206} 3791 1 +6211 {6207} 2663 1 +6212 {6208} 2527 1 +6213 {6209} 11219 1 +6214 {6210} 8620 1 +6215 {6211} 9785 1 +6216 {6212} 10817 1 +6217 {6213} 1236 1 +6218 {6214} 2329 1 +6219 {6215} 2090 1 +6220 {6216} 10669 1 +6221 {6217} 11160 1 +6222 {6218} 2004 1 +6223 {6219} 13160 1 +6224 {6220} 10271 1 +6225 {6221} 2045 1 +6226 {6222} 7434 1 +6227 {6223} 3028 1 +6228 {6224} 1710 1 +6229 {6225} 3776 1 +6230 {6226} 2145 1 +6231 {6227} 14206 1 +6232 {6228} 2156 1 +6233 {6229} 9994 1 +6234 {6230} 1954 1 +6235 {6231} 2261 1 +6236 {6232} 2695 1 +6237 {6233} 3819 1 +6238 {6234} 9556 1 +6239 {6235} 4728 1 +6240 {6236} 12237 1 +6241 {6237} 10576 1 +6242 {6238} 10821 1 +6243 {6239} 10563 1 +6244 {6240} 11015 1 +6245 {6241} 10659 1 +6246 {6242} 9771 1 +6247 {6243} 11293 1 +6248 {6244} 9300 1 +6249 {6245} 10987 1 +6250 {6246} 3567 1 +6251 {6247} 6970 1 +6252 {6248} 3345 1 +6253 {6249} 1807 1 +6254 {6250} 2759 1 +6255 {6251} 6364 1 +6256 {6252} 2742 1 +6257 {6253} 1820 1 +6258 {6254} 1651 1 +6259 {6255} 1680 1 +6260 {6256} 10090 1 +6261 {6257} 1703 1 +6262 {6258} 1845 1 +6263 {6259} 1922 1 +6264 {6260} 2706 1 +6265 {6261} 1449 1 +6266 {6262} 2232 1 +6267 {6263} 2371 1 +6268 {6264} 10701 1 +6269 {6265} 1848 1 +6270 {6266} 5394 1 +6271 {6267} 6404 1 +6272 {6268} 2981 1 +6273 {6269} 1320 1 +6274 {6270} 14237 1 +6275 {6271} 574 1 +6276 {6272} 9711 1 +6277 {6273} 2278 1 +6278 {6274} 2835 1 +6279 {6275} 2231 1 +6280 {6276} 10542 1 +6281 {6277} 2194 1 +6282 {6278} 1245 1 +6283 {6279} 3263 1 +6284 {6280} 9738 1 +6285 {6281} 2313 1 +6286 {6282} 2233 1 +6287 {6283} 11453 1 +6288 {6284} 12234 1 +6289 {6285} 10061 1 +6290 {6286} 11198 1 +6291 {6287} 2530 1 +6292 {6288} 9723 1 +6293 {6289} 7110 1 +6294 {6290} 3276 1 +6295 {6291} 10270 1 +6296 {6292} 2834 1 +6297 {6293} 12508 1 +6298 {6294} 3203 1 +6299 {6295} 3406 1 +6300 {6296} 9433 1 +6301 {6297} 9716 1 +6302 {6298} 2402 1 +6303 {6299} 10031 1 +6304 {6300} 2560 1 +6305 {6301} 6118 1 +6306 {6302} 10340 1 +6307 {6303} 1988 1 +6308 {6304} 8162 1 +6309 {6305} 1922 1 +6310 {6306} 1925 1 +6311 {6307} 2433 1 +6312 {6308} 2360 1 +6313 {6309} 2096 1 +6314 {6310} 1514 1 +6315 {6311} 8738 1 +6316 {6312} 1724 1 +6317 {6313} 2166 1 +6318 {6314} 7930 1 +6319 {6315} 2263 1 +6320 {6316} 13784 1 +6321 {6317} 1520 1 +6322 {6318} 1576 1 +6323 {6319} 1957 1 +6324 {6320} 837 1 +6325 {6321} 10395 1 +6326 {6322} 2058 1 +6327 {6323} 11450 1 +6328 {6324} 11052 1 +6329 {6325} 1685 1 +6330 {6326} 1638 1 +6331 {6327} 1904 1 +6332 {6328} 2363 1 +6333 {6329} 9132 1 +6334 {6330} 7679 1 +6335 {6331} 16135 1 +6336 {6332} 4545 1 +6337 {6333} 10635 1 +6338 {6334} 2476 1 +6339 {6335} 8535 1 +6340 {6336} 10788 1 +6341 {6337} 1876 1 +6342 {6338} 2869 1 +6343 {6339} 10375 1 +6344 {6340} 2326 1 +6345 {6341} 3182 1 +6346 {6342} 1586 1 +6347 {6343} 14099 1 +6348 {6344} 2029 1 +6349 {6345} 15762 1 +6350 {6346} 9546 1 +6351 {6347} 1824 1 +6352 {6348} 2015 1 +6353 {6349} 14267 1 +6354 {6350} 11699 1 +6355 {6351} 3477 1 +6356 {6352} 8500 1 +6357 {6353} 9411 1 +6358 {6354} 11225 1 +6359 {6355} 3222 1 +6360 {6356} 3348 1 +6361 {6357} 3558 1 +6362 {6358} 2083 1 +6363 {6359} 2706 1 +6364 {6360} 2772 1 +6365 {6361} 1841 1 +6366 {6362} 2771 1 +6367 {6363} 11635 1 +6368 {6364} 12382 1 +6369 {6365} 1792 1 +6370 {6366} 8495 1 +6371 {6367} 1451 1 +6372 {6368} 11720 1 +6373 {6369} 16316 1 +6374 {6370} 1926 1 +6375 {6371} 10466 1 +6376 {6372} 10407 1 +6377 {6373} 1842 1 +6378 {6374} 2228 1 +6379 {6375} 10301 1 +6380 {6376} 2873 1 +6381 {6377} 10124 1 +6382 {6378} 2856 1 +6383 {6379} 2831 1 +6384 {6380} 1937 1 +6385 {6381} 3178 1 +6386 {6382} 734 1 +6387 {6383} 8782 1 +6388 {6384} 2423 1 +6389 {6385} 4651 1 +6390 {6386} 9353 1 +6391 {6387} 2233 1 +6392 {6388} 5577 1 +6393 {6389} 2620 1 +6394 {6390} 2772 1 +6395 {6391} 2670 1 +6396 {6392} 10210 1 +6397 {6393} 2094 1 +6398 {6394} 10987 1 +6399 {6395} 12252 1 +6400 {6396} 7846 1 +6401 {6397} 2402 1 +6402 {6398} 2057 1 +6403 {6399} 3328 1 +6404 {6400} 11223 1 +6405 {6401} 1785 1 +6406 {6402} 1487 1 +6407 {6403} 1881 1 +6408 {6404} 1110 1 +6409 {6405} 15568 1 +6410 {6406} 10186 1 +6411 {6407} 10815 1 +6412 {6408} 2614 1 +6413 {6409} 9510 1 +6414 {6410} 11205 1 +6415 {6411} 2317 1 +6416 {6412} 7328 1 +6417 {6413} 1817 1 +6418 {6414} 555 1 +6419 {6415} 1102 1 +6420 {6416} 10179 1 +6421 {6417} 1586 1 +6422 {6418} 8126 1 +6423 {6419} 9759 1 +6424 {6420} 9918 1 +6425 {6421} 10351 1 +6426 {6422} 2839 1 +6427 {6423} 2528 1 +6428 {6424} 10670 1 +6429 {6425} 8784 1 +6430 {6426} 14915 1 +6431 {6427} 1469 1 +6432 {6428} 10567 1 +6433 {6429} 11815 1 +6434 {6430} 12951 1 +6435 {6431} 2433 1 +6436 {6432} 1596 1 +6437 {6433} 2671 1 +6438 {6434} 10202 1 +6439 {6435} 8109 1 +6440 {6436} 941 1 +6441 {6437} 4927 1 +6442 {6438} 10358 1 +6443 {6439} 12006 1 +6444 {6440} 2228 1 +6445 {6441} 2429 1 +6446 {6442} 2858 1 +6447 {6443} 11369 1 +6448 {6444} 2844 1 +6449 {6445} 2691 1 +6450 {6446} 15507 1 +6451 {6447} 2858 1 +6452 {6448} 10516 1 +6453 {6449} 2266 1 +6454 {6450} 12458 1 +6455 {6451} 10074 1 +6456 {6452} 9468 1 +6457 {6453} 10192 1 +6458 {6454} 2023 1 +6459 {6455} 10181 1 +6460 {6456} 14126 1 +6461 {6457} 1035 1 +6462 {6458} 259 1 +6463 {6459} 15799 1 +6464 {6460} 10487 1 +6465 {6461} 10430 1 +6466 {6462} 2873 1 +6467 {6463} 11743 1 +6468 {6464} 2061 1 +6469 {6465} 10534 1 +6470 {6466} 11522 1 +6471 {6467} 10746 1 +6472 {6468} 1809 1 +6473 {6469} 11312 1 +6474 {6470} 11983 1 +6475 {6471} 7223 1 +6476 {6472} 14063 1 +6477 {6473} 3738 1 +6478 {6474} 11582 1 +6479 {6475} 1885 1 +6480 {6476} 10702 1 +6481 {6477} 1792 1 +6482 {6478} 10853 1 +6483 {6479} 2909 1 +6484 {6480} 9027 1 +6485 {6481} 3410 1 +6486 {6482} 334 1 +6487 {6483} 10541 1 +6488 {6484} 2908 1 +6489 {6485} 15756 1 +6490 {6486} 14312 1 +6491 {6487} 7838 1 +6492 {6488} 2933 1 +6493 {6489} 11633 1 +6494 {6490} 9538 1 +6495 {6491} 3074 1 +6496 {6492} 2462 1 +6497 {6493} 14302 1 +6498 {6494} 2809 1 +6499 {6495} 12004 1 +6500 {6496} 10134 1 +6501 {6497} 8461 1 +6502 {6498} 1308 1 +6503 {6499} 15723 1 +6504 {6500} 10998 1 +6505 {6501} 15623 1 +6506 {6502} 3481 1 +6507 {6503} 1989 1 +6508 {6504} 7216 1 +6509 {6505} 9702 1 +6510 {6506} 2563 1 +6511 {6507} 10986 1 +6512 {6508} 2528 1 +6513 {6509} 2258 1 +6514 {6510} 9191 1 +6515 {6511} 1927 1 +6516 {6512} 2668 1 +6517 {6513} 5650 1 +6518 {6514} 1880 1 +6519 {6515} 2025 1 +6520 {6516} 9516 1 +6521 {6517} 2515 1 +6522 {6518} 1597 1 +6523 {6519} 11858 1 +6524 {6520} 1707 1 +6525 {6521} 1703 1 +6526 {6522} 3299 1 +6527 {6523} 10286 1 +6528 {6524} 2967 1 +6529 {6525} 9067 1 +6530 {6526} 2361 1 +6531 {6527} 1889 1 +6532 {6528} 16255 1 +6533 {6529} 1000 1 +6534 {6530} 2843 1 +6535 {6531} 3895 1 +6536 {6532} 16593 1 +6537 {6533} 10703 1 +6538 {6534} 5413 1 +6539 {6535} 1239 1 +6540 {6536} 2743 1 +6541 {6537} 2535 1 +6542 {6538} 3013 1 +6543 {6539} 9063 1 +6544 {6540} 9828 1 +6545 {6541} 12186 1 +6546 {6542} 8122 1 +6547 {6543} 11309 1 +6548 {6544} 1906 1 +6549 {6545} 2967 1 +6550 {6546} 2872 1 +6551 {6547} 1751 1 +6552 {6548} 11464 1 +6553 {6549} 2882 1 +6554 {6550} 2120 1 +6555 {6551} 1925 1 +6556 {6552} 3091 1 +6557 {6553} 5029 1 +6558 {6554} 1786 1 +6559 {6555} 10109 1 +6560 {6556} 2285 1 +6561 {6557} 2377 1 +6562 {6558} 10504 1 +6563 {6559} 881 1 +6564 {6560} 1790 1 +6565 {6561} 2115 1 +6566 {6562} 10738 1 +6567 {6563} 1582 1 +6568 {6564} 16059 1 +6569 {6565} 1552 1 +6570 {6566} 2180 1 +6571 {6567} 9500 1 +6572 {6568} 10648 1 +6573 {6569} 14529 1 +6574 {6570} 10694 1 +6575 {6571} 1209 1 +6576 {6572} 13858 1 +6577 {6573} 9589 1 +6578 {6574} 2939 1 +6579 {6575} 2571 1 +6580 {6576} 3178 1 +6581 {6577} 2669 1 +6582 {6578} 2544 1 +6583 {6579} 9886 1 +6584 {6580} 2504 1 +6585 {6581} 3043 1 +6586 {6582} 12333 1 +6587 {6583} 1569 1 +6588 {6584} 2232 1 +6589 {6585} 9290 1 +6590 {6586} 6502 1 +6591 {6587} 10705 1 +6592 {6588} 9516 1 +6593 {6589} 1614 1 +6594 {6590} 10409 1 +6595 {6591} 9098 1 +6596 {6592} 3014 1 +6597 {6593} 9615 1 +6598 {6594} 9720 1 +6599 {6595} 10580 1 +6600 {6596} 4194 1 +6601 {6597} 9516 1 +6602 {6598} 1854 1 +6603 {6599} 12167 1 +6604 {6600} 4144 1 +6605 {6601} 11950 1 +6606 {6602} 10497 1 +6607 {6603} 3251 1 +6608 {6604} 2120 1 +6609 {6605} 1811 1 +6610 {6606} 9657 1 +6611 {6607} 3105 1 +6612 {6608} 2047 1 +6613 {6609} 2993 1 +6614 {6610} 2100 1 +6615 {6611} 2263 1 +6616 {6612} 2121 1 +6617 {6613} 293 1 +6618 {6614} 9717 1 +6619 {6615} 10409 1 +6620 {6616} 9243 1 +6621 {6617} 11395 1 +6622 {6618} 2098 1 +6623 {6619} 2063 1 +6624 {6620} 2942 1 +6625 {6621} 11299 1 +6626 {6622} 1336 1 +6627 {6623} 2266 1 +6628 {6624} 2044 1 +6629 {6625} 8356 1 +6630 {6626} 9729 1 +6631 {6627} 2327 1 +6632 {6628} 3346 1 +6633 {6629} 3596 1 +6634 {6630} 2894 1 +6635 {6631} 12313 1 +6636 {6632} 2401 1 +6637 {6633} 1791 1 +6638 {6634} 11168 1 +6639 {6635} 9836 1 +6640 {6636} 14543 1 +6641 {6637} 10068 1 +6642 {6638} 11989 1 +6643 {6639} 2021 1 +6644 {6640} 3707 1 +6645 {6641} 3907 1 +6646 {6642} 1716 1 +6647 {6643} 1708 1 +6648 {6644} 15971 1 +6649 {6645} 11163 1 +6650 {6646} 2231 1 +6651 {6647} 1341 1 +6652 {6648} 2639 1 +6653 {6649} 2317 1 +6654 {6650} 9591 1 +6655 {6651} 9483 1 +6656 {6652} 12757 1 +6657 {6653} 13576 1 +6658 {6654} 2801 1 +6659 {6655} 2180 1 +6660 {6656} 8525 1 +6661 {6657} 9900 1 +6662 {6658} 8970 1 +6663 {6659} 7942 1 +6664 {6660} 2364 1 +6665 {6661} 10509 1 +6666 {6662} 2394 1 +6667 {6663} 1237 1 +6668 {6664} 10364 1 +6669 {6665} 2013 1 +6670 {6666} 9083 1 +6671 {6667} 2842 1 +6672 {6668} 2399 1 +6673 {6669} 10302 1 +6674 {6670} 3311 1 +6675 {6671} 11968 1 +6676 {6672} 9510 1 +6677 {6673} 2926 1 +6678 {6674} 1375 1 +6679 {6675} 1922 1 +6680 {6676} 10902 1 +6681 {6677} 15851 1 +6682 {6678} 2085 1 +6683 {6679} 10246 1 +6684 {6680} 9636 1 +6685 {6681} 1230 1 +6686 {6682} 13990 1 +6687 {6683} 2184 1 +6688 {6684} 2433 1 +6689 {6685} 1255 1 +6690 {6686} 6492 1 +6691 {6687} 10598 1 +6692 {6688} 8840 1 +6693 {6689} 2334 1 +6694 {6690} 8076 1 +6695 {6691} 5009 1 +6696 {6692} 15901 1 +6697 {6693} 1114 1 +6698 {6694} 11173 1 +6699 {6695} 1921 1 +6700 {6696} 9469 1 +6701 {6697} 3619 1 +6702 {6698} 9421 1 +6703 {6699} 15417 1 +6704 {6700} 2692 1 +6705 {6701} 2175 1 +6706 {6702} 9124 1 +6707 {6703} 11314 1 +6708 {6704} 11432 1 +6709 {6705} 12717 1 +6710 {6706} 2550 1 +6711 {6707} 8886 1 +6712 {6708} 2771 1 +6713 {6709} 11743 1 +6714 {6710} 1584 1 +6715 {6711} 2832 1 +6716 {6712} 659 1 +6717 {6713} 2566 1 +6718 {6714} 2265 1 +6719 {6715} 2605 1 +6720 {6716} 11688 1 +6721 {6717} 10778 1 +6722 {6718} 11016 1 +6723 {6719} 1327 1 +6724 {6720} 3056 1 +6725 {6721} 2598 1 +6726 {6722} 3148 1 +6727 {6723} 2942 1 +6728 {6724} 2656 1 +6729 {6725} 1818 1 +6730 {6726} 3440 1 +6731 {6727} 16212 1 +6732 {6728} 2143 1 +6733 {6729} 10153 1 +6734 {6730} 10724 1 +6735 {6731} 7803 1 +6736 {6732} 2634 1 +6737 {6733} 10897 1 +6738 {6734} 5230 1 +6739 {6735} 12299 1 +6740 {6736} 1927 1 +6741 {6737} 1039 1 +6742 {6738} 2133 1 +6743 {6739} 9909 1 +6744 {6740} 3266 1 +6745 {6741} 7174 1 +6746 {6742} 9551 1 +6747 {6743} 5672 1 +6748 {6744} 9843 1 +6749 {6745} 9560 1 +6750 {6746} 9398 1 +6751 {6747} 1722 1 +6752 {6748} 10604 1 +6753 {6749} 10000 1 +6754 {6750} 12188 1 +6755 {6751} 1877 1 +6756 {6752} 5074 1 +6757 {6753} 10722 1 +6758 {6754} 1979 1 +6759 {6755} 2944 1 +6760 {6756} 8991 1 +6761 {6757} 7218 1 +6762 {6758} 2129 1 +6763 {6759} 11552 1 +6764 {6760} 2606 1 +6765 {6761} 2185 1 +6766 {6762} 2772 1 +6767 {6763} 2621 1 +6768 {6764} 2326 1 +6769 {6765} 10828 1 +6770 {6766} 1820 1 +6771 {6767} 10730 1 +6772 {6768} 3076 1 +6773 {6769} 2810 1 +6774 {6770} 2503 1 +6775 {6771} 3210 1 +6776 {6772} 549 1 +6777 {6773} 9736 1 +6778 {6774} 12193 1 +6779 {6775} 10680 1 +6780 {6776} 11233 1 +6781 {6777} 1306 1 +6782 {6778} 7362 1 +6783 {6779} 10139 1 +6784 {6780} 2440 1 +6785 {6781} 2462 1 +6786 {6782} 2845 1 +6787 {6783} 9989 1 +6788 {6784} 2134 1 +6789 {6785} 14544 1 +6790 {6786} 1891 1 +6791 {6787} 1196 1 +6792 {6788} 12370 1 +6793 {6789} 2302 1 +6794 {6790} 5668 1 +6795 {6791} 9703 1 +6796 {6792} 1787 1 +6797 {6793} 2571 1 +6798 {6794} 2099 1 +6799 {6795} 1606 1 +6800 {6796} 10162 1 +6801 {6797} 2771 1 +6802 {6798} 4888 1 +6803 {6799} 2333 1 +6804 {6800} 7472 1 +6805 {6801} 2516 1 +6806 {6802} 9940 1 +6807 {6803} 9111 1 +6808 {6804} 1323 1 +6809 {6805} 8946 1 +6810 {6806} 1227 1 +6811 {6807} 2696 1 +6812 {6808} 15918 1 +6813 {6809} 3204 1 +6814 {6810} 14629 1 +6815 {6811} 1786 1 +6816 {6812} 1445 1 +6817 {6813} 7173 1 +6818 {6814} 10323 1 +6819 {6815} 10844 1 +6820 {6816} 7501 1 +6821 {6817} 9465 1 +6822 {6818} 15335 1 +6823 {6819} 1036 1 +6824 {6820} 1707 1 +6825 {6821} 2862 1 +6826 {6822} 1925 1 +6827 {6823} 9179 1 +6828 {6824} 2372 1 +6829 {6825} 1877 1 +6830 {6826} 2839 1 +6831 {6827} 1606 1 +6832 {6828} 9615 1 +6833 {6829} 10251 1 +6834 {6830} 1227 1 +6835 {6831} 9431 1 +6836 {6832} 2566 1 +6837 {6833} 14831 1 +6838 {6834} 12325 1 +6839 {6835} 10786 1 +6840 {6836} 11226 1 +6841 {6837} 10572 1 +6842 {6838} 2092 1 +6843 {6839} 10845 1 +6844 {6840} 2056 1 +6845 {6841} 1000 1 +6846 {6842} 5450 1 +6847 {6843} 15702 1 +6848 {6844} 10573 1 +6849 {6845} 1854 1 +6850 {6846} 2420 1 +6851 {6847} 1750 1 +6852 {6848} 10083 1 +6853 {6849} 15688 1 +6854 {6850} 10210 1 +6855 {6851} 7965 1 +6856 {6852} 2383 1 +6857 {6853} 12564 1 +6858 {6854} 3274 1 +6859 {6855} 2015 1 +6860 {6856} 8126 1 +6861 {6857} 9024 1 +6862 {6858} 3684 1 +6863 {6859} 12028 1 +6864 {6860} 2640 1 +6865 {6861} 1207 1 +6866 {6862} 8105 1 +6867 {6863} 3140 1 +6868 {6864} 10155 1 +6869 {6865} 3602 1 +6870 {6866} 9476 1 +6871 {6867} 11352 1 +6872 {6868} 10189 1 +6873 {6869} 10892 1 +6874 {6870} 11804 1 +6875 {6871} 13031 1 +6876 {6872} 10018 1 +6877 {6873} 11769 1 +6878 {6874} 15224 1 +6879 {6875} 2462 1 +6880 {6876} 1654 1 +6881 {6877} 2958 1 +6882 {6878} 2969 1 +6883 {6879} 2671 1 +6884 {6880} 2974 1 +6885 {6881} 11223 1 +6886 {6882} 856 1 +6887 {6883} 1257 1 +6888 {6884} 11573 1 +6889 {6885} 2382 1 +6890 {6886} 1671 1 +6891 {6887} 3658 1 +6892 {6888} 6570 1 +6893 {6889} 10605 1 +6894 {6890} 3443 1 +6895 {6891} 561 1 +6896 {6892} 2941 1 +6897 {6893} 8173 1 +6898 {6894} 2494 1 +6899 {6895} 4436 1 +6900 {6896} 1541 1 +6901 {6897} 9596 1 +6902 {6898} 3343 1 +6903 {6899} 1480 1 +6904 {6900} 11617 1 +6905 {6901} 9623 1 +6906 {6902} 2061 1 +6907 {6903} 2420 1 +6908 {6904} 1910 1 +6909 {6905} 10928 1 +6910 {6906} 11909 1 +6911 {6907} 2901 1 +6912 {6908} 10755 1 +6913 {6909} 12926 1 +6914 {6910} 1413 1 +6915 {6911} 1721 1 +6916 {6912} 2397 1 +6917 {6913} 1606 1 +6918 {6914} 2831 1 +6919 {6915} 2700 1 +6920 {6916} 10396 1 +6921 {6917} 7548 1 +6922 {6918} 2022 1 +6923 {6919} 11822 1 +6924 {6920} 1714 1 +6925 {6921} 11856 1 +6926 {6922} 2278 1 +6927 {6923} 2305 1 +6928 {6924} 10690 1 +6929 {6925} 383 1 +6930 {6926} 10201 1 +6931 {6927} 6775 1 +6932 {6928} 10967 1 +6933 {6929} 1438 1 +6934 {6930} 2163 1 +6935 {6931} 10646 1 +6936 {6932} 9262 1 +6937 {6933} 11110 1 +6938 {6934} 10502 1 +6939 {6935} 7233 1 +6940 {6936} 1696 1 +6941 {6937} 1383 1 +6942 {6938} 8640 1 +6943 {6939} 10345 1 +6944 {6940} 10174 1 +6945 {6941} 976 1 +6946 {6942} 4922 1 +6947 {6943} 9057 1 +6948 {6944} 2779 1 +6949 {6945} 10535 1 +6950 {6946} 1981 1 +6951 {6947} 10096 1 +6952 {6948} 1188 1 +6953 {6949} 15095 1 +6954 {6950} 2639 1 +6955 {6951} 2793 1 +6956 {6952} 1326 1 +6957 {6953} 5007 1 +6958 {6954} 10202 1 +6959 {6955} 9010 1 +6960 {6956} 2590 1 +6961 {6957} 1987 1 +6962 {6958} 9222 1 +6963 {6959} 1308 1 +6964 {6960} 10094 1 +6965 {6961} 2316 1 +6966 {6962} 2508 1 +6967 {6963} 2265 1 +6968 {6964} 8148 1 +6969 {6965} 2089 1 +6970 {6966} 11245 1 +6971 {6967} 2415 1 +6972 {6968} 1990 1 +6973 {6969} 10702 1 +6974 {6970} 10779 1 +6975 {6971} 2322 1 +6976 {6972} 1947 1 +6977 {6973} 2094 1 +6978 {6974} 2395 1 +6979 {6975} 2234 1 +6980 {6976} 9163 1 +6981 {6977} 2861 1 +6982 {6978} 8044 1 +6983 {6979} 1281 1 +6984 {6980} 3095 1 +6985 {6981} 10669 1 +6986 {6982} 4068 1 +6987 {6983} 3033 1 +6988 {6984} 1612 1 +6989 {6985} 1671 1 +6990 {6986} 9218 1 +6991 {6987} 10419 1 +6992 {6988} 9554 1 +6993 {6989} 9647 1 +6994 {6990} 2501 1 +6995 {6991} 1788 1 +6996 {6992} 8207 1 +6997 {6993} 2777 1 +6998 {6994} 12177 1 +6999 {6995} 10581 1 +7000 {6996} 1863 1 +7001 {6997} 9585 1 +7002 {6998} 10956 1 +7003 {6999} 2055 1 +7004 {7000} 3416 1 +7005 {7001} 2811 1 +7006 {7002} 2233 1 +7007 {7003} 1770 1 +7008 {7004} 2026 1 +7009 {7005} 2021 1 +7010 {7006} 9393 1 +7011 {7007} 11175 1 +7012 {7008} 10842 1 +7013 {7009} 9888 1 +7014 {7010} 11743 1 +7015 {7011} 9408 1 +7016 {7012} 11720 1 +7017 {7013} 2810 1 +7018 {7014} 11455 1 +7019 {7015} 2029 1 +7020 {7016} 2397 1 +7021 {7017} 2604 1 +7022 {7018} 2432 1 +7023 {7019} 1971 1 +7024 {7020} 2894 1 +7025 {7021} 14006 1 +7026 {7022} 3013 1 +7027 {7023} 6774 1 +7028 {7024} 6015 1 +7029 {7025} 1774 1 +7030 {7026} 1520 1 +7031 {7027} 2329 1 +7032 {7028} 1961 1 +7033 {7029} 8605 1 +7034 {7030} 10507 1 +7035 {7031} 2100 1 +7036 {7032} 10147 1 +7037 {7033} 10358 1 +7038 {7034} 10191 1 +7039 {7035} 1854 1 +7040 {7036} 8924 1 +7041 {7037} 2671 1 +7042 {7038} 4761 1 +7043 {7039} 11744 1 +7044 {7040} 426 1 +7045 {7041} 11044 1 +7046 {7042} 2499 1 +7047 {7043} 9707 1 +7048 {7044} 8039 1 +7049 {7045} 11146 1 +7050 {7046} 1447 1 +7051 {7047} 8121 1 +7052 {7048} 2344 1 +7053 {7049} 10181 1 +7054 {7050} 2872 1 +7055 {7051} 3682 1 +7056 {7052} 2393 1 +7057 {7053} 1609 1 +7058 {7054} 11169 1 +7059 {7055} 2470 1 +7060 {7056} 816 1 +7061 {7057} 10261 1 +7062 {7058} 836 1 +7063 {7059} 2865 1 +7064 {7060} 11604 1 +7065 {7061} 2029 1 +7066 {7062} 9990 1 +7067 {7063} 2256 1 +7068 {7064} 2441 1 +7069 {7065} 9665 1 +7070 {7066} 2120 1 +7071 {7067} 9434 1 +7072 {7068} 2548 1 +7073 {7069} 1848 1 +7074 {7070} 1342 1 +7075 {7071} 9082 1 +7076 {7072} 15813 1 +7077 {7073} 11017 1 +7078 {7074} 11458 1 +7079 {7075} 1550 1 +7080 {7076} 9260 1 +7081 {7077} 855 1 +7082 {7078} 2486 1 +7083 {7079} 9913 1 +7084 {7080} 1868 1 +7085 {7081} 2397 1 +7086 {7082} 9663 1 +7087 {7083} 2430 1 +7088 {7084} 677 1 +7089 {7085} 3178 1 +7090 {7086} 9878 1 +7091 {7087} 2247 1 +7092 {7088} 3252 1 +7093 {7089} 3313 1 +7094 {7090} 1334 1 +7095 {7091} 12347 1 +7096 {7092} 10939 1 +7097 {7093} 1653 1 +7098 {7094} 1121 1 +7099 {7095} 1586 1 +7100 {7096} 7358 1 +7101 {7097} 11649 1 +7102 {7098} 2777 1 +7103 {7099} 5617 1 +7104 {7100} 1826 1 +7105 {7101} 13746 1 +7106 {7102} 9793 1 +7107 {7103} 10204 1 +7108 {7104} 2292 1 +7109 {7105} 1651 1 +7110 {7106} 10886 1 +7111 {7107} 2858 1 +7112 {7108} 8494 1 +7113 {7109} 10250 1 +7114 {7110} 9076 1 +7115 {7111} 1887 1 +7116 {7112} 11274 1 +7117 {7113} 1956 1 +7118 {7114} 1401 1 +7119 {7115} 2119 1 +7120 {7116} 1410 1 +7121 {7117} 1770 1 +7122 {7118} 9527 1 +7123 {7119} 5036 1 +7124 {7120} 2466 1 +7125 {7121} 1485 1 +7126 {7122} 6933 1 +7127 {7123} 1995 1 +7128 {7124} 12280 1 +7129 {7125} 1646 1 +7130 {7126} 12052 1 +7131 {7127} 3069 1 +7132 {7128} 2402 1 +7133 {7129} 7743 1 +7134 {7130} 2300 1 +7135 {7131} 2394 1 +7136 {7132} 1543 1 +7137 {7133} 9869 1 +7138 {7134} 2163 1 +7139 {7135} 9192 1 +7140 {7136} 2331 1 +7141 {7137} 11549 1 +7142 {7138} 1702 1 +7143 {7139} 1716 1 +7144 {7140} 1619 1 +7145 {7141} 1724 1 +7146 {7142} 10195 1 +7147 {7143} 9406 1 +7148 {7144} 10680 1 +7149 {7145} 10271 1 +7150 {7146} 12649 1 +7151 {7147} 2311 1 +7152 {7148} 9767 1 +7153 {7149} 10210 1 +7154 {7150} 11402 1 +7155 {7151} 10022 1 +7156 {7152} 14226 1 +7157 {7153} 12112 1 +7158 {7154} 2328 1 +7159 {7155} 3431 1 +7160 {7156} 2265 1 +7161 {7157} 2202 1 +7162 {7158} 9453 1 +7163 {7159} 10572 1 +7164 {7160} 2892 1 +7165 {7161} 2099 1 +7166 {7162} 11015 1 +7167 {7163} 2028 1 +7168 {7164} 3175 1 +7169 {7165} 2499 1 +7170 {7166} 9430 1 +7171 {7167} 1824 1 +7172 {7168} 2998 1 +7173 {7169} 2646 1 +7174 {7170} 1831 1 +7175 {7171} 8445 1 +7176 {7172} 2003 1 +7177 {7173} 13587 1 +7178 {7174} 3100 1 +7179 {7175} 337 1 +7180 {7176} 11216 1 +7181 {7177} 9397 1 +7182 {7178} 11963 1 +7183 {7179} 10358 1 +7184 {7180} 2055 1 +7185 {7181} 2531 1 +7186 {7182} 9665 1 +7187 {7183} 1293 1 +7188 {7184} 3466 1 +7189 {7185} 9870 1 +7190 {7186} 2467 1 +7191 {7187} 1749 1 +7192 {7188} 11494 1 +7193 {7189} 7986 1 +7194 {7190} 2666 1 +7195 {7191} 2842 1 +7196 {7192} 1627 1 +7197 {7193} 1164 1 +7198 {7194} 2690 1 +7199 {7195} 2668 1 +7200 {7196} 3298 1 +7201 {7197} 3012 1 +7202 {7198} 2549 1 +7203 {7199} 1467 1 +7204 {7200} 10968 1 +7205 {7201} 11817 1 +7206 {7202} 1683 1 +7207 {7203} 9730 1 +7208 {7204} 2339 1 +7209 {7205} 1550 1 +7210 {7206} 1769 1 +7211 {7207} 2530 1 +7212 {7208} 3057 1 +7213 {7209} 8527 1 +7214 {7210} 10386 1 +7215 {7211} 5835 1 +7216 {7212} 1223 1 +7217 {7213} 1568 1 +7218 {7214} 1552 1 +7219 {7215} 1744 1 +7220 {7216} 8126 1 +7221 {7217} 2733 1 +7222 {7218} 7863 1 +7223 {7219} 3889 1 +7224 {7220} 1633 1 +7225 {7221} 5755 1 +7226 {7222} 2635 1 +7227 {7223} 2891 1 +7228 {7224} 9886 1 +7229 {7225} 2907 1 +7230 {7226} 11169 1 +7231 {7227} 1846 1 +7232 {7228} 10605 1 +7233 {7229} 2457 1 +7234 {7230} 2401 1 +7235 {7231} 11557 1 +7236 {7232} 11613 1 +7237 {7233} 2337 1 +7238 {7234} 11258 1 +7239 {7235} 8709 1 +7240 {7236} 9297 1 +7241 {7237} 1548 1 +7242 {7238} 1354 1 +7243 {7239} 12204 1 +7244 {7240} 11688 1 +7245 {7241} 4463 1 +7246 {7242} 10157 1 +7247 {7243} 9525 1 +7248 {7244} 2538 1 +7249 {7245} 16016 1 +7250 {7246} 2028 1 +7251 {7247} 1824 1 +7252 {7248} 1276 1 +7253 {7249} 9955 1 +7254 {7250} 9741 1 +7255 {7251} 1718 1 +7256 {7252} 11455 1 +7257 {7253} 11673 1 +7258 {7254} 5093 1 +7259 {7255} 3524 1 +7260 {7256} 1987 1 +7261 {7257} 9544 1 +7262 {7258} 14102 1 +7263 {7259} 10410 1 +7264 {7260} 10171 1 +7265 {7261} 9289 1 +7266 {7262} 8660 1 +7267 {7263} 3959 1 +7268 {7264} 909 1 +7269 {7265} 2535 1 +7270 {7266} 1752 1 +7271 {7267} 2126 1 +7272 {7268} 9989 1 +7273 {7269} 2350 1 +7274 {7270} 11003 1 +7275 {7271} 9983 1 +7276 {7272} 1939 1 +7277 {7273} 2738 1 +7278 {7274} 2158 1 +7279 {7275} 10784 1 +7280 {7276} 12880 1 +7281 {7277} 1972 1 +7282 {7278} 15313 1 +7283 {7279} 12354 1 +7284 {7280} 3247 1 +7285 {7281} 1981 1 +7286 {7282} 2227 1 +7287 {7283} 6038 1 +7288 {7284} 10744 1 +7289 {7285} 2154 1 +7290 {7286} 10636 1 +7291 {7287} 10253 1 +7292 {7288} 6965 1 +7293 {7289} 2448 1 +7294 {7290} 3908 1 +7295 {7291} 11329 1 +7296 {7292} 3815 1 +7297 {7293} 11714 1 +7298 {7294} 12338 1 +7299 {7295} 1448 1 +7300 {7296} 2598 1 +7301 {7297} 9900 1 +7302 {7298} 9363 1 +7303 {7299} 8520 1 +7304 {7300} 1713 1 +7305 {7301} 1263 1 +7306 {7302} 1704 1 +7307 {7303} 1662 1 +7308 {7304} 1892 1 +7309 {7305} 16364 1 +7310 {7306} 10954 1 +7311 {7307} 8410 1 +7312 {7308} 1915 1 +7313 {7309} 1508 1 +7314 {7310} 3781 1 +7315 {7311} 11364 1 +7316 {7312} 716 1 +7317 {7313} 12340 1 +7318 {7314} 3281 1 +7319 {7315} 10293 1 +7320 {7316} 2255 1 +7321 {7317} 2834 1 +7322 {7318} 9773 1 +7323 {7319} 3500 1 +7324 {7320} 2392 1 +7325 {7321} 1648 1 +7326 {7322} 1673 1 +7327 {7323} 2408 1 +7328 {7324} 2843 1 +7329 {7325} 5240 1 +7330 {7326} 10098 1 +7331 {7327} 6207 1 +7332 {7328} 2267 1 +7333 {7329} 9554 1 +7334 {7330} 2633 1 +7335 {7331} 2233 1 +7336 {7332} 1923 1 +7337 {7333} 1301 1 +7338 {7334} 7277 1 +7339 {7335} 8712 1 +7340 {7336} 10195 1 +7341 {7337} 9540 1 +7342 {7338} 11532 1 +7343 {7339} 2765 1 +7344 {7340} 1694 1 +7345 {7341} 8470 1 +7346 {7342} 9538 1 +7347 {7343} 9889 1 +7348 {7344} 1689 1 +7349 {7345} 2535 1 +7350 {7346} 11284 1 +7351 {7347} 744 1 +7352 {7348} 2590 1 +7353 {7349} 3140 1 +7354 {7350} 15067 1 +7355 {7351} 9219 1 +7356 {7352} 2942 1 +7357 {7353} 2257 1 +7358 {7354} 8814 1 +7359 {7355} 9260 1 +7360 {7356} 2587 1 +7361 {7357} 16171 1 +7362 {7358} 8138 1 +7363 {7359} 1961 1 +7364 {7360} 2807 1 +7365 {7361} 2364 1 +7366 {7362} 3703 1 +7367 {7363} 4648 1 +7368 {7364} 9109 1 +7369 {7365} 3414 1 +7370 {7366} 7775 1 +7371 {7367} 2852 1 +7372 {7368} 2067 1 +7373 {7369} 2121 1 +7374 {7370} 8949 1 +7375 {7371} 11120 1 +7376 {7372} 3716 1 +7377 {7373} 964 1 +7378 {7374} 1713 1 +7379 {7375} 6930 1 +7380 {7376} 9284 1 +7381 {7377} 9155 1 +7382 {7378} 3115 1 +7383 {7379} 1715 1 +7384 {7380} 11812 1 +7385 {7381} 10886 1 +7386 {7382} 811 1 +7387 {7383} 10193 1 +7388 {7384} 1846 1 +7389 {7385} 10244 1 +7390 {7386} 11338 1 +7391 {7387} 2843 1 +7392 {7388} 2390 1 +7393 {7389} 1876 1 +7394 {7390} 8927 1 +7395 {7391} 11513 1 +7396 {7392} 1383 1 +7397 {7393} 16233 1 +7398 {7394} 13304 1 +7399 {7395} 1860 1 +7400 {7396} 10270 1 +7401 {7397} 2740 1 +7402 {7398} 10271 1 +7403 {7399} 2369 1 +7404 {7400} 2944 1 +7405 {7401} 2122 1 +7406 {7402} 3444 1 +7407 {7403} 2416 1 +7408 {7404} 1980 1 +7409 {7405} 3287 1 +7410 {7406} 3274 1 +7411 {7407} 1844 1 +7412 {7408} 10507 1 +7413 {7409} 9100 1 +7414 {7410} 10679 1 +7415 {7411} 10349 1 +7416 {7412} 1293 1 +7417 {7413} 1429 1 +7418 {7414} 11893 1 +7419 {7415} 3627 1 +7420 {7416} 2166 1 +7421 {7417} 2840 1 +7422 {7418} 2806 1 +7423 {7419} 2287 1 +7424 {7420} 15960 1 +7425 {7421} 10016 1 +7426 {7422} 14153 1 +7427 {7423} 10045 1 +7428 {7424} 5557 1 +7429 {7425} 9776 1 +7430 {7426} 3345 1 +7431 {7427} 2771 1 +7432 {7428} 1847 1 +7433 {7429} 7722 1 +7434 {7430} 5659 1 +7435 {7431} 7589 1 +7436 {7432} 2023 1 +7437 {7433} 8801 1 +7438 {7434} 2536 1 +7439 {7435} 3252 1 +7440 {7436} 2625 1 +7441 {7437} 1603 1 +7442 {7438} 11969 1 +7443 {7439} 11500 1 +7444 {7440} 2421 1 +7445 {7441} 3143 1 +7446 {7442} 1918 1 +7447 {7443} 2877 1 +7448 {7444} 11127 1 +7449 {7445} 8037 1 +7450 {7446} 1961 1 +7451 {7447} 2251 1 +7452 {7448} 9292 1 +7453 {7449} 1715 1 +7454 {7450} 10472 1 +7455 {7451} 9655 1 +7456 {7452} 10031 1 +7457 {7453} 8274 1 +7458 {7454} 10565 1 +7459 {7455} 2222 1 +7460 {7456} 2025 1 +7461 {7457} 2230 1 +7462 {7458} 2633 1 +7463 {7459} 2056 1 +7464 {7460} 4289 1 +7465 {7461} 10163 1 +7466 {7462} 2597 1 +7467 {7463} 13013 1 +7468 {7464} 9891 1 +7469 {7465} 666 1 +7470 {7466} 3142 1 +7471 {7467} 619 1 +7472 {7468} 1659 1 +7473 {7469} 1956 1 +7474 {7470} 13677 1 +7475 {7471} 2699 1 +7476 {7472} 13079 1 +7477 {7473} 1308 1 +7478 {7474} 2839 1 +7479 {7475} 12828 1 +7480 {7476} 7842 1 +7481 {7477} 14083 1 +7482 {7478} 11374 1 +7483 {7479} 740 1 +7484 {7480} 777 1 +7485 {7481} 1957 1 +7486 {7482} 2558 1 +7487 {7483} 14839 1 +7488 {7484} 11734 1 +7489 {7485} 11310 1 +7490 {7486} 1092 1 +7491 {7487} 2770 1 +7492 {7488} 2143 1 +7493 {7489} 10155 1 +7494 {7490} 10932 1 +7495 {7491} 11142 1 +7496 {7492} 11889 1 +7497 {7493} 11842 1 +7498 {7494} 10465 1 +7499 {7495} 1369 1 +7500 {7496} 10601 1 +7501 {7497} 10581 1 +7502 {7498} 1849 1 +7503 {7499} 2304 1 +7504 {7500} 10565 1 +7505 {7501} 3142 1 +7506 {7502} 1176 1 +7507 {7503} 16156 1 +7508 {7504} 2732 1 +7509 {7505} 10496 1 +7510 {7506} 2563 1 +7511 {7507} 2025 1 +7512 {7508} 2600 1 +7513 {7509} 13862 1 +7514 {7510} 3348 1 +7515 {7511} 15026 1 +7516 {7512} 9187 1 +7517 {7513} 3139 1 +7518 {7514} 11328 1 +7519 {7515} 10758 1 +7520 {7516} 1571 1 +7521 {7517} 2733 1 +7522 {7518} 9747 1 +7523 {7519} 10213 1 +7524 {7520} 3118 1 +7525 {7521} 1723 1 +7526 {7522} 2537 1 +7527 {7523} 583 1 +7528 {7524} 8093 1 +7529 {7525} 2464 1 +7530 {7526} 12903 1 +7531 {7527} 3995 1 +7532 {7528} 2494 1 +7533 {7529} 5433 1 +7534 {7530} 10875 1 +7535 {7531} 5753 1 +7536 {7532} 10735 1 +7537 {7533} 3462 1 +7538 {7534} 13167 1 +7539 {7535} 2024 1 +7540 {7536} 1753 1 +7541 {7537} 10750 1 +7542 {7538} 8299 1 +7543 {7539} 2196 1 +7544 {7540} 2730 1 +7545 {7541} 12730 1 +7546 {7542} 1988 1 +7547 {7543} 1084 1 +7548 {7544} 10375 1 +7549 {7545} 3237 1 +7550 {7546} 7318 1 +7551 {7547} 1674 1 +7552 {7548} 2906 1 +7553 {7549} 15088 1 +7554 {7550} 2182 1 +7555 {7551} 13773 1 +7556 {7552} 2180 1 +7557 {7553} 13293 1 +7558 {7554} 16092 1 +7559 {7555} 2603 1 +7560 {7556} 11139 1 +7561 {7557} 11578 1 +7562 {7558} 11414 1 +7563 {7559} 4923 1 +7564 {7560} 11379 1 +7565 {7561} 3036 1 +7566 {7562} 1814 1 +7567 {7563} 12105 1 +7568 {7564} 2666 1 +7569 {7565} 1507 1 +7570 {7566} 2065 1 +7571 {7567} 2134 1 +7572 {7568} 2968 1 +7573 {7569} 3423 1 +7574 {7570} 10447 1 +7575 {7571} 3550 1 +7576 {7572} 2367 1 +7577 {7573} 1585 1 +7578 {7574} 11548 1 +7579 {7575} 2824 1 +7580 {7576} 11242 1 +7581 {7577} 3328 1 +7582 {7578} 10267 1 +7583 {7579} 2466 1 +7584 {7580} 10528 1 +7585 {7581} 8951 1 +7586 {7582} 3217 1 +7587 {7583} 1606 1 +7588 {7584} 5697 1 +7589 {7585} 1627 1 +7590 {7586} 7849 1 +7591 {7587} 8637 1 +7592 {7588} 1865 1 +7593 {7589} 2640 1 +7594 {7590} 11059 1 +7595 {7591} 9301 1 +7596 {7592} 3274 1 +7597 {7593} 2138 1 +7598 {7594} 10490 1 +7599 {7595} 2806 1 +7600 {7596} 1303 1 +7601 {7597} 1950 1 +7602 {7598} 4083 1 +7603 {7599} 1722 1 +7604 {7600} 12974 1 +7605 {7601} 2672 1 +7606 {7602} 6128 1 +7607 {7603} 5597 1 +7608 {7604} 2853 1 +7609 {7605} 1225 1 +7610 {7606} 8764 1 +7611 {7607} 2672 1 +7612 {7608} 899 1 +7613 {7609} 7101 1 +7614 {7610} 1294 1 +7615 {7611} 10960 1 +7616 {7612} 11103 1 +7617 {7613} 13230 1 +7618 {7614} 3011 1 +7619 {7615} 3614 1 +7620 {7616} 10503 1 +7621 {7617} 12644 1 +7622 {7618} 3416 1 +7623 {7619} 2962 1 +7624 {7620} 2817 1 +7625 {7621} 11347 1 +7626 {7622} 2165 1 +7627 {7623} 9836 1 +7628 {7624} 3384 1 +7629 {7625} 1796 1 +7630 {7626} 2434 1 +7631 {7627} 9044 1 +7632 {7628} 1673 1 +7633 {7629} 1202 1 +7634 {7630} 524 1 +7635 {7631} 10253 1 +7636 {7632} 9554 1 +7637 {7633} 3415 1 +7638 {7634} 10903 1 +7639 {7635} 724 1 +7640 {7636} 2026 1 +7641 {7637} 9405 1 +7642 {7638} 1495 1 +7643 {7639} 3263 1 +7644 {7640} 2775 1 +7645 {7641} 2187 1 +7646 {7642} 2095 1 +7647 {7643} 2711 1 +7648 {7644} 2255 1 +7649 {7645} 1532 1 +7650 {7646} 2133 1 +7651 {7647} 1688 1 +7652 {7648} 11133 1 +7653 {7649} 2424 1 +7654 {7650} 5738 1 +7655 {7651} 9838 1 +7656 {7652} 15947 1 +7657 {7653} 7660 1 +7658 {7654} 1959 1 +7659 {7655} 2304 1 +7660 {7656} 2942 1 +7661 {7657} 230 1 +7662 {7658} 12017 1 +7663 {7659} 1992 1 +7664 {7660} 1680 1 +7665 {7661} 1732 1 +7666 {7662} 14298 1 +7667 {7663} 3234 1 +7668 {7664} 8515 1 +7669 {7665} 1508 1 +7670 {7666} 2389 1 +7671 {7667} 2304 1 +7672 {7668} 1947 1 +7673 {7669} 9923 1 +7674 {7670} 2024 1 +7675 {7671} 8366 1 +7676 {7672} 2518 1 +7677 {7673} 1654 1 +7678 {7674} 8932 1 +7679 {7675} 8694 1 +7680 {7676} 2098 1 +7681 {7677} 3004 1 +7682 {7678} 9360 1 +7683 {7679} 3383 1 +7684 {7680} 1411 1 +7685 {7681} 10512 1 +7686 {7682} 1617 1 +7687 {7683} 2180 1 +7688 {7684} 2267 1 +7689 {7685} 1574 1 +7690 {7686} 2095 1 +7691 {7687} 2797 1 +7692 {7688} 4842 1 +7693 {7689} 2635 1 +7694 {7690} 10249 1 +7695 {7691} 769 1 +7696 {7692} 2907 1 +7697 {7693} 3345 1 +7698 {7694} 1957 1 +7699 {7695} 2859 1 +7700 {7696} 10637 1 +7701 {7697} 1947 1 +7702 {7698} 1473 1 +7703 {7699} 2069 1 +7704 {7700} 10380 1 +7705 {7701} 9135 1 +7706 {7702} 2399 1 +7707 {7703} 2891 1 +7708 {7704} 10804 1 +7709 {7705} 11724 1 +7710 {7706} 2075 1 +7711 {7707} 8126 1 +7712 {7708} 12156 1 +7713 {7709} 3246 1 +7714 {7710} 1685 1 +7715 {7711} 13751 1 +7716 {7712} 1480 1 +7717 {7713} 987 1 +7718 {7714} 8669 1 +7719 {7715} 2925 1 +7720 {7716} 2469 1 +7721 {7717} 1924 1 +7722 {7718} 9739 1 +7723 {7719} 1771 1 +7724 {7720} 1378 1 +7725 {7721} 2198 1 +7726 {7722} 2705 1 +7727 {7723} 2323 1 +7728 {7724} 10815 1 +7729 {7725} 8477 1 +7730 {7726} 9735 1 +7731 {7727} 10455 1 +7732 {7728} 11930 1 +7733 {7729} 11188 1 +7734 {7730} 1501 1 +7735 {7731} 10341 1 +7736 {7732} 8713 1 +7737 {7733} 3736 1 +7738 {7734} 2335 1 +7739 {7735} 6121 1 +7740 {7736} 6946 1 +7741 {7737} 2637 1 +7742 {7738} 1915 1 +7743 {7739} 2771 1 +7744 {7740} 2456 1 +7745 {7741} 14982 1 +7746 {7742} 9760 1 +7747 {7743} 11458 1 +7748 {7744} 14057 1 +7749 {7745} 1745 1 +7750 {7746} 2734 1 +7751 {7747} 9417 1 +7752 {7748} 11024 1 +7753 {7749} 10329 1 +7754 {7750} 10686 1 +7755 {7751} 2465 1 +7756 {7752} 10270 1 +7757 {7753} 2390 1 +7758 {7754} 10741 1 +7759 {7755} 10364 1 +7760 {7756} 3536 1 +7761 {7757} 2689 1 +7762 {7758} 1903 1 +7763 {7759} 1637 1 +7764 {7760} 2697 1 +7765 {7761} 10366 1 +7766 {7762} 16117 1 +7767 {7763} 3043 1 +7768 {7764} 2113 1 +7769 {7765} 2011 1 +7770 {7766} 9931 1 +7771 {7767} 4640 1 +7772 {7768} 1956 1 +7773 {7769} 2839 1 +7774 {7770} 9356 1 +7775 {7771} 2930 1 +7776 {7772} 2161 1 +7777 {7773} 8919 1 +7778 {7774} 11455 1 +7779 {7775} 10124 1 +7780 {7776} 15118 1 +7781 {7777} 1145 1 +7782 {7778} 1993 1 +7783 {7779} 2263 1 +7784 {7780} 2326 1 +7785 {7781} 4206 1 +7786 {7782} 3079 1 +7787 {7783} 13569 1 +7788 {7784} 1718 1 +7789 {7785} 1578 1 +7790 {7786} 12235 1 +7791 {7787} 2092 1 +7792 {7788} 2357 1 +7793 {7789} 2598 1 +7794 {7790} 10826 1 +7795 {7791} 10555 1 +7796 {7792} 4578 1 +7797 {7793} 10496 1 +7798 {7794} 1798 1 +7799 {7795} 11470 1 +7800 {7796} 1963 1 +7801 {7797} 1703 1 +7802 {7798} 3415 1 +7803 {7799} 10525 1 +7804 {7800} 2563 1 +7805 {7801} 10462 1 +7806 {7802} 13931 1 +7807 {7803} 1827 1 +7808 {7804} 8074 1 +7809 {7805} 14521 1 +7810 {7806} 2428 1 +7811 {7807} 2225 1 +7812 {7808} 1614 1 +7813 {7809} 1940 1 +7814 {7810} 11417 1 +7815 {7811} 1865 1 +7816 {7812} 3575 1 +7817 {7813} 2227 1 +7818 {7814} 9294 1 +7819 {7815} 3513 1 +7820 {7816} 1670 1 +7821 {7817} 5677 1 +7822 {7818} 2683 1 +7823 {7819} 9331 1 +7824 {7820} 3571 1 +7825 {7821} 9623 1 +7826 {7822} 1074 1 +7827 {7823} 13015 1 +7828 {7824} 14809 1 +7829 {7825} 3346 1 +7830 {7826} 1070 1 +7831 {7827} 10001 1 +7832 {7828} 2493 1 +7833 {7829} 1434 1 +7834 {7830} 12383 1 +7835 {7831} 10196 1 +7836 {7832} 2534 1 +7837 {7833} 2034 1 +7838 {7834} 10919 1 +7839 {7835} 1208 1 +7840 {7836} 2130 1 +7841 {7837} 10989 1 +7842 {7838} 7589 1 +7843 {7839} 9424 1 +7844 {7840} 2658 1 +7845 {7841} 10210 1 +7846 {7842} 3974 1 +7847 {7843} 11470 1 +7848 {7844} 10772 1 +7849 {7845} 2215 1 +7850 {7846} 8781 1 +7851 {7847} 10690 1 +7852 {7848} 2319 1 +7853 {7849} 2845 1 +7854 {7850} 5494 1 +7855 {7851} 1854 1 +7856 {7852} 10335 1 +7857 {7853} 849 1 +7858 {7854} 9380 1 +7859 {7855} 10804 1 +7860 {7856} 2654 1 +7861 {7857} 2192 1 +7862 {7858} 1644 1 +7863 {7859} 11338 1 +7864 {7860} 2772 1 +7865 {7861} 2941 1 +7866 {7862} 11453 1 +7867 {7863} 2605 1 +7868 {7864} 3034 1 +7869 {7865} 12416 1 +7870 {7866} 9657 1 +7871 {7867} 7249 1 +7872 {7868} 7784 1 +7873 {7869} 10496 1 +7874 {7870} 10922 1 +7875 {7871} 2346 1 +7876 {7872} 2192 1 +7877 {7873} 10059 1 +7878 {7874} 2367 1 +7879 {7875} 1935 1 +7880 {7876} 1534 1 +7881 {7877} 11892 1 +7882 {7878} 2600 1 +7883 {7879} 9956 1 +7884 {7880} 2674 1 +7885 {7881} 2148 1 +7886 {7882} 3007 1 +7887 {7883} 11586 1 +7888 {7884} 2026 1 +7889 {7885} 5336 1 +7890 {7886} 1848 1 +7891 {7887} 10442 1 +7892 {7888} 2122 1 +7893 {7889} 2220 1 +7894 {7890} 1619 1 +7895 {7891} 2160 1 +7896 {7892} 10741 1 +7897 {7893} 1746 1 +7898 {7894} 2331 1 +7899 {7895} 2603 1 +7900 {7896} 2713 1 +7901 {7897} 1688 1 +7902 {7898} 9446 1 +7903 {7899} 14969 1 +7904 {7900} 2555 1 +7905 {7901} 11649 1 +7906 {7902} 10804 1 +7907 {7903} 1747 1 +7908 {7904} 10778 1 +7909 {7905} 2104 1 +7910 {7906} 11860 1 +7911 {7907} 10304 1 +7912 {7908} 10231 1 +7913 {7909} 10630 1 +7914 {7910} 3216 1 +7915 {7911} 11943 1 +7916 {7912} 2915 1 +7917 {7913} 9465 1 +7918 {7914} 4887 1 +7919 {7915} 2537 1 +7920 {7916} 8477 1 +7921 {7917} 1202 1 +7922 {7918} 6730 1 +7923 {7919} 3037 1 +7924 {7920} 9741 1 +7925 {7921} 2743 1 +7926 {7922} 10593 1 +7927 {7923} 16458 1 +7928 {7924} 9767 1 +7929 {7925} 11164 1 +7930 {7926} 1344 1 +7931 {7927} 2930 1 +7932 {7928} 9849 1 +7933 {7929} 11003 1 +7934 {7930} 10316 1 +7935 {7931} 10487 1 +7936 {7932} 2741 1 +7937 {7933} 9952 1 +7938 {7934} 10122 1 +7939 {7935} 3309 1 +7940 {7936} 4261 1 +7941 {7937} 10748 1 +7942 {7938} 8833 1 +7943 {7939} 4995 1 +7944 {7940} 2156 1 +7945 {7941} 10703 1 +7946 {7942} 2401 1 +7947 {7943} 1512 1 +7948 {7944} 10686 1 +7949 {7945} 8258 1 +7950 {7946} 655 1 +7951 {7947} 8119 1 +7952 {7948} 9081 1 +7953 {7949} 9574 1 +7954 {7950} 4084 1 +7955 {7951} 5438 1 +7956 {7952} 1924 1 +7957 {7953} 11207 1 +7958 {7954} 3208 1 +7959 {7955} 11926 1 +7960 {7956} 2601 1 +7961 {7957} 1435 1 +7962 {7958} 2432 1 +7963 {7959} 1787 1 +7964 {7960} 1258 1 +7965 {7961} 14139 1 +7966 {7962} 10496 1 +7967 {7963} 2196 1 +7968 {7964} 12342 1 +7969 {7965} 2930 1 +7970 {7966} 9525 1 +7971 {7967} 10942 1 +7972 {7968} 11452 1 +7973 {7969} 1251 1 +7974 {7970} 10419 1 +7975 {7971} 9521 1 +7976 {7972} 3475 1 +7977 {7973} 2000 1 +7978 {7974} 1865 1 +7979 {7975} 9893 1 +7980 {7976} 10444 1 +7981 {7977} 2325 1 +7982 {7978} 2595 1 +7983 {7979} 10018 1 +7984 {7980} 2293 1 +7985 {7981} 11100 1 +7986 {7982} 11065 1 +7987 {7983} 2377 1 +7988 {7984} 2096 1 +7989 {7985} 3011 1 +7990 {7986} 11398 1 +7991 {7987} 12034 1 +7992 {7988} 2134 1 +7993 {7989} 5147 1 +7994 {7990} 11066 1 +7995 {7991} 2865 1 +7996 {7992} 1644 1 +7997 {7993} 2539 1 +7998 {7994} 1565 1 +7999 {7995} 1127 1 +8000 {7996} 1996 1 +8001 {7997} 9441 1 +8002 {7998} 1425 1 +8003 {7999} 10344 1 +8004 {8000} 2572 1 +8005 {8001} 2252 1 +8006 {8002} 2118 1 +8007 {8003} 9398 1 +8008 {8004} 1646 1 +8009 {8005} 8821 1 +8010 {8006} 1780 1 +8011 {8007} 11108 1 +8012 {8008} 2726 1 +8013 {8009} 1559 1 +8014 {8010} 11732 1 +8015 {8011} 1914 1 +8016 {8012} 9981 1 +8017 {8013} 11729 1 +8018 {8014} 10156 1 +8019 {8015} 2228 1 +8020 {8016} 2128 1 +8021 {8017} 10747 1 +8022 {8018} 638 1 +8023 {8019} 10678 1 +8024 {8020} 3629 1 +8025 {8021} 11754 1 +8026 {8022} 10780 1 +8027 {8023} 2972 1 +8028 {8024} 1606 1 +8029 {8025} 1825 1 +8030 {8026} 10310 1 +8031 {8027} 2974 1 +8032 {8028} 8955 1 +8033 {8029} 156 1 +8034 {8030} 1924 1 +8035 {8031} 10655 1 +8036 {8032} 5510 1 +8037 {8033} 1670 1 +8038 {8034} 11186 1 +8039 {8035} 11811 1 +8040 {8036} 2462 1 +8041 {8037} 2565 1 +8042 {8038} 12307 1 +8043 {8039} 1499 1 +8044 {8040} 2214 1 +8045 {8041} 2371 1 +8046 {8042} 14649 1 +8047 {8043} 8511 1 +8048 {8044} 2158 1 +8049 {8045} 10849 1 +8050 {8046} 8947 1 +8051 {8047} 8168 1 +8052 {8048} 1792 1 +8053 {8049} 10974 1 +8054 {8050} 2198 1 +8055 {8051} 2249 1 +8056 {8052} 1820 1 +8057 {8053} 3039 1 +8058 {8054} 10349 1 +8059 {8055} 2295 1 +8060 {8056} 10378 1 +8061 {8057} 9099 1 +8062 {8058} 1479 1 +8063 {8059} 8017 1 +8064 {8060} 10465 1 +8065 {8061} 2070 1 +8066 {8062} 11907 1 +8067 {8063} 11235 1 +8068 {8064} 2220 1 +8069 {8065} 5143 1 +8070 {8066} 1504 1 +8071 {8067} 787 1 +8072 {8068} 11416 1 +8073 {8069} 5310 1 +8074 {8070} 1406 1 +8075 {8071} 2673 1 +8076 {8072} 11316 1 +8077 {8073} 15562 1 +8078 {8074} 1858 1 +8079 {8075} 924 1 +8080 {8076} 9564 1 +8081 {8077} 2634 1 +8082 {8078} 2184 1 +8083 {8079} 12714 1 +8084 {8080} 9677 1 +8085 {8081} 2844 1 +8086 {8082} 684 1 +8087 {8083} 10195 1 +8088 {8084} 4308 1 +8089 {8085} 1477 1 +8090 {8086} 1868 1 +8091 {8087} 10647 1 +8092 {8088} 12523 1 +8093 {8089} 809 1 +8094 {8090} 9025 1 +8095 {8091} 9401 1 +8096 {8092} 5293 1 +8097 {8093} 3004 1 +8098 {8094} 10066 1 +8099 {8095} 7146 1 +8100 {8096} 10340 1 +8101 {8097} 1922 1 +8102 {8098} 10911 1 +8103 {8099} 2565 1 +8104 {8100} 10395 1 +8105 {8101} 7476 1 +8106 {8102} 1936 1 +8107 {8103} 2030 1 +8108 {8104} 2969 1 +8109 {8105} 2348 1 +8110 {8106} 9618 1 +8111 {8107} 7451 1 +8112 {8108} 10921 1 +8113 {8109} 1827 1 +8114 {8110} 12453 1 +8115 {8111} 13538 1 +8116 {8112} 9115 1 +8117 {8113} 11206 1 +8118 {8114} 10655 1 +8119 {8115} 1453 1 +8120 {8116} 1616 1 +8121 {8117} 8134 1 +8122 {8118} 2532 1 +8123 {8119} 1947 1 +8124 {8120} 8756 1 +8125 {8121} 2672 1 +8126 {8122} 2032 1 +8127 {8123} 2667 1 +8128 {8124} 3280 1 +8129 {8125} 970 1 +8130 {8126} 1656 1 +8131 {8127} 1532 1 +8132 {8128} 3633 1 +8133 {8129} 11890 1 +8134 {8130} 11092 1 +8135 {8131} 2267 1 +8136 {8132} 1748 1 +8137 {8133} 1342 1 +8138 {8134} 2520 1 +8139 {8135} 3007 1 +8140 {8136} 12133 1 +8141 {8137} 2403 1 +8142 {8138} 9228 1 +8143 {8139} 11296 1 +8144 {8140} 6550 1 +8145 {8141} 8004 1 +8146 {8142} 11413 1 +8147 {8143} 10021 1 +8148 {8144} 1834 1 +8149 {8145} 2015 1 +8150 {8146} 1987 1 +8151 {8147} 2152 1 +8152 {8148} 10864 1 +8153 {8149} 11018 1 +8154 {8150} 10420 1 +8155 {8151} 2733 1 +8156 {8152} 2141 1 +8157 {8153} 2497 1 +8158 {8154} 9239 1 +8159 {8155} 1586 1 +8160 {8156} 2258 1 +8161 {8157} 11739 1 +8162 {8158} 2300 1 +8163 {8159} 11700 1 +8164 {8160} 10182 1 +8165 {8161} 3160 1 +8166 {8162} 2499 1 +8167 {8163} 2233 1 +8168 {8164} 878 1 +8169 {8165} 2063 1 +8170 {8166} 2265 1 +8171 {8167} 8569 1 +8172 {8168} 8726 1 +8173 {8169} 11245 1 +8174 {8170} 2366 1 +8175 {8171} 2389 1 +8176 {8172} 1685 1 +8177 {8173} 163 1 +8178 {8174} 1827 1 +8179 {8175} 11090 1 +8180 {8176} 1482 1 +8181 {8177} 10820 1 +8182 {8178} 2066 1 +8183 {8179} 1834 1 +8184 {8180} 14468 1 +8185 {8181} 2164 1 +8186 {8182} 9509 1 +8187 {8183} 2092 1 +8188 {8184} 548 1 +8189 {8185} 11578 1 +8190 {8186} 11178 1 +8191 {8187} 2901 1 +8192 {8188} 8906 1 +8193 {8189} 1723 1 +8194 {8190} 12394 1 +8195 {8191} 3313 1 +8196 {8192} 9871 1 +8197 {8193} 1714 1 +8198 {8194} 3602 1 +8199 {8195} 10218 1 +8200 {8196} 9199 1 +8201 {8197} 3720 1 +8202 {8198} 1933 1 +8203 {8199} 1472 1 +8204 {8200} 9342 1 +8205 {8201} 2152 1 +8206 {8202} 2905 1 +8207 {8203} 8755 1 +8208 {8204} 10320 1 +8209 {8205} 11266 1 +8210 {8206} 2390 1 +8211 {8207} 9399 1 +8212 {8208} 2591 1 +8213 {8209} 14862 1 +8214 {8210} 5881 1 +8215 {8211} 1962 1 +8216 {8212} 2793 1 +8217 {8213} 1852 1 +8218 {8214} 1547 1 +8219 {8215} 1980 1 +8220 {8216} 9366 1 +8221 {8217} 10543 1 +8222 {8218} 14790 1 +8223 {8219} 10982 1 +8224 {8220} 9468 1 +8225 {8221} 1836 1 +8226 {8222} 10374 1 +8227 {8223} 2394 1 +8228 {8224} 9026 1 +8229 {8225} 462 1 +8230 {8226} 10442 1 +8231 {8227} 10874 1 +8232 {8228} 10900 1 +8233 {8229} 557 1 +8234 {8230} 11167 1 +8235 {8231} 1998 1 +8236 {8232} 10177 1 +8237 {8233} 9295 1 +8238 {8234} 11127 1 +8239 {8235} 3169 1 +8240 {8236} 1373 1 +8241 {8237} 2335 1 +8242 {8238} 2228 1 +8243 {8239} 3407 1 +8244 {8240} 10669 1 +8245 {8241} 10738 1 +8246 {8242} 11227 1 +8247 {8243} 11578 1 +8248 {8244} 11041 1 +8249 {8245} 2805 1 +8250 {8246} 1752 1 +8251 {8247} 2099 1 +8252 {8248} 9946 1 +8253 {8249} 12237 1 +8254 {8250} 1749 1 +8255 {8251} 9961 1 +8256 {8252} 2539 1 +8257 {8253} 2084 1 +8258 {8254} 2563 1 +8259 {8255} 3210 1 +8260 {8256} 11481 1 +8261 {8257} 8465 1 +8262 {8258} 9356 1 +8263 {8259} 5792 1 +8264 {8260} 5123 1 +8265 {8261} 3076 1 +8266 {8262} 2939 1 +8267 {8263} 16556 1 +8268 {8264} 10497 1 +8269 {8265} 7563 1 +8270 {8266} 3040 1 +8271 {8267} 9302 1 +8272 {8268} 2055 1 +8273 {8269} 11741 1 +8274 {8270} 9856 1 +8275 {8271} 13023 1 +8276 {8272} 3069 1 +8277 {8273} 2175 1 +8278 {8274} 2030 1 +8279 {8275} 10374 1 +8280 {8276} 2530 1 +8281 {8277} 13136 1 +8282 {8278} 9364 1 +8283 {8279} 3143 1 +8284 {8280} 7870 1 +8285 {8281} 11206 1 +8286 {8282} 12108 1 +8287 {8283} 1416 1 +8288 {8284} 1326 1 +8289 {8285} 2673 1 +8290 {8286} 1621 1 +8291 {8287} 2094 1 +8292 {8288} 1921 1 +8293 {8289} 1566 1 +8294 {8290} 3169 1 +8295 {8291} 2807 1 +8296 {8292} 3064 1 +8297 {8293} 2456 1 +8298 {8294} 1001 1 +8299 {8295} 10829 1 +8300 {8296} 2369 1 +8301 {8297} 11935 1 +8302 {8298} 2845 1 +8303 {8299} 2185 1 +8304 {8300} 12536 1 +8305 {8301} 2504 1 +8306 {8302} 2066 1 +8307 {8303} 10134 1 +8308 {8304} 2290 1 +8309 {8305} 9941 1 +8310 {8306} 1951 1 +8311 {8307} 2232 1 +8312 {8308} 2034 1 +8313 {8309} 14136 1 +8314 {8310} 16042 1 +8315 {8311} 2870 1 +8316 {8312} 3057 1 +8317 {8313} 12448 1 +8318 {8314} 5603 1 +8319 {8315} 11892 1 +8320 {8316} 8180 1 +8321 {8317} 2670 1 +8322 {8318} 16171 1 +8323 {8319} 3373 1 +8324 {8320} 16426 1 +8325 {8321} 3067 1 +8326 {8322} 2092 1 +8327 {8323} 2368 1 +8328 {8324} 10900 1 +8329 {8325} 9730 1 +8330 {8326} 2319 1 +8331 {8327} 14552 1 +8332 {8328} 1980 1 +8333 {8329} 3443 1 +8334 {8330} 2325 1 +8335 {8331} 10718 1 +8336 {8332} 3415 1 +8337 {8333} 9906 1 +8338 {8334} 11514 1 +8339 {8335} 9984 1 +8340 {8336} 3214 1 +8341 {8337} 9627 1 +8342 {8338} 1815 1 +8343 {8339} 2402 1 +8344 {8340} 388 1 +8345 {8341} 2817 1 +8346 {8342} 1887 1 +8347 {8343} 13996 1 +8348 {8344} 1185 1 +8349 {8345} 3043 1 +8350 {8346} 7087 1 +8351 {8347} 6003 1 +8352 {8348} 2084 1 +8353 {8349} 2190 1 +8354 {8350} 3133 1 +8355 {8351} 12109 1 +8356 {8352} 2594 1 +8357 {8353} 2101 1 +8358 {8354} 6444 1 +8359 {8355} 5492 1 +8360 {8356} 10817 1 +8361 {8357} 3533 1 +8362 {8358} 2132 1 +8363 {8359} 2639 1 +8364 {8360} 2096 1 +8365 {8361} 13075 1 +8366 {8362} 10206 1 +8367 {8363} 2302 1 +8368 {8364} 3461 1 +8369 {8365} 9746 1 +8370 {8366} 9544 1 +8371 {8367} 3303 1 +8372 {8368} 2251 1 +8373 {8369} 3054 1 +8374 {8370} 2000 1 +8375 {8371} 2214 1 +8376 {8372} 2673 1 +8377 {8373} 1403 1 +8378 {8374} 452 1 +8379 {8375} 2454 1 +8380 {8376} 14370 1 +8381 {8377} 11398 1 +8382 {8378} 10048 1 +8383 {8379} 1543 1 +8384 {8380} 10897 1 +8385 {8381} 13787 1 +8386 {8382} 10054 1 +8387 {8383} 1257 1 +8388 {8384} 2233 1 +8389 {8385} 9327 1 +8390 {8386} 15162 1 +8391 {8387} 10564 1 +8392 {8388} 11005 1 +8393 {8389} 3248 1 +8394 {8390} 11629 1 +8395 {8391} 6493 1 +8396 {8392} 3057 1 +8397 {8393} 12259 1 +8398 {8394} 10863 1 +8399 {8395} 10207 1 +8400 {8396} 3140 1 +8401 {8397} 1436 1 +8402 {8398} 10719 1 +8403 {8399} 10105 1 +8404 {8400} 2359 1 +8405 {8401} 7704 1 +8406 {8402} 1852 1 +8407 {8403} 1441 1 +8408 {8404} 8427 1 +8409 {8405} 2327 1 +8410 {8406} 11188 1 +8411 {8407} 8739 1 +8412 {8408} 1981 1 +8413 {8409} 9595 1 +8414 {8410} 2566 1 +8415 {8411} 10719 1 +8416 {8412} 15783 1 +8417 {8413} 11554 1 +8418 {8414} 2364 1 +8419 {8415} 144 1 +8420 {8416} 2164 1 +8421 {8417} 11015 1 +8422 {8418} 11338 1 +8423 {8419} 2097 1 +8424 {8420} 4152 1 +8425 {8421} 11536 1 +8426 {8422} 10895 1 +8427 {8423} 2512 1 +8428 {8424} 8697 1 +8429 {8425} 2772 1 +8430 {8426} 8794 1 +8431 {8427} 3086 1 +8432 {8428} 5423 1 +8433 {8429} 2267 1 +8434 {8430} 2083 1 +8435 {8431} 1925 1 +8436 {8432} 10829 1 +8437 {8433} 10181 1 +8438 {8434} 1660 1 +8439 {8435} 10016 1 +8440 {8436} 4142 1 +8441 {8437} 1486 1 +8442 {8438} 11570 1 +8443 {8439} 2155 1 +8444 {8440} 2094 1 +8445 {8441} 4632 1 +8446 {8442} 2220 1 +8447 {8443} 2160 1 +8448 {8444} 10715 1 +8449 {8445} 9565 1 +8450 {8446} 3104 1 +8451 {8447} 8968 1 +8452 {8448} 2537 1 +8453 {8449} 12262 1 +8454 {8450} 3075 1 +8455 {8451} 15513 1 +8456 {8452} 2602 1 +8457 {8453} 4414 1 +8458 {8454} 9544 1 +8459 {8455} 1199 1 +8460 {8456} 9554 1 +8461 {8457} 14353 1 +8462 {8458} 2739 1 +8463 {8459} 1582 1 +8464 {8460} 10021 1 +8465 {8461} 1717 1 +8466 {8462} 2892 1 +8467 {8463} 2637 1 +8468 {8464} 13129 1 +8469 {8465} 9269 1 +8470 {8466} 10272 1 +8471 {8467} 3111 1 +8472 {8468} 1981 1 +8473 {8469} 8477 1 +8474 {8470} 10536 1 +8475 {8471} 9978 1 +8476 {8472} 11863 1 +8477 {8473} 3584 1 +8478 {8474} 1329 1 +8479 {8475} 8202 1 +8480 {8476} 10845 1 +8481 {8477} 2457 1 +8482 {8478} 9178 1 +8483 {8479} 2558 1 +8484 {8480} 14417 1 +8485 {8481} 1946 1 +8486 {8482} 10368 1 +8487 {8483} 1954 1 +8488 {8484} 15496 1 +8489 {8485} 10155 1 +8490 {8486} 1978 1 +8491 {8487} 676 1 +8492 {8488} 1087 1 +8493 {8489} 1299 1 +8494 {8490} 9720 1 +8495 {8491} 2832 1 +8496 {8492} 1553 1 +8497 {8493} 11587 1 +8498 {8494} 2434 1 +8499 {8495} 1788 1 +8500 {8496} 9759 1 +8501 {8497} 2635 1 +8502 {8498} 11184 1 +8503 {8499} 9467 1 +8504 {8500} 9503 1 +8505 {8501} 9287 1 +8506 {8502} 11359 1 +8507 {8503} 1787 1 +8508 {8504} 14901 1 +8509 {8505} 11768 1 +8510 {8506} 1334 1 +8511 {8507} 1918 1 +8512 {8508} 5549 1 +8513 {8509} 4264 1 +8514 {8510} 1821 1 +8515 {8511} 2134 1 +8516 {8512} 7092 1 +8517 {8513} 2503 1 +8518 {8514} 6744 1 +8519 {8515} 1812 1 +8520 {8516} 11577 1 +8521 {8517} 2423 1 +8522 {8518} 10065 1 +8523 {8519} 1245 1 +8524 {8520} 10951 1 +8525 {8521} 10960 1 +8526 {8522} 1128 1 +8527 {8523} 10903 1 +8528 {8524} 10786 1 +8529 {8525} 4401 1 +8530 {8526} 11662 1 +8531 {8527} 10700 1 +8532 {8528} 3570 1 +8533 {8529} 2303 1 +8534 {8530} 10014 1 +8535 {8531} 3806 1 +8536 {8532} 1185 1 +8537 {8533} 1703 1 +8538 {8534} 8164 1 +8539 {8535} 9305 1 +8540 {8536} 1599 1 +8541 {8537} 10073 1 +8542 {8538} 1124 1 +8543 {8539} 3057 1 +8544 {8540} 2456 1 +8545 {8541} 2838 1 +8546 {8542} 1837 1 +8547 {8543} 2100 1 +8548 {8544} 1552 1 +8549 {8545} 11138 1 +8550 {8546} 1744 1 +8551 {8547} 2133 1 +8552 {8548} 8971 1 +8553 {8549} 2772 1 +8554 {8550} 1858 1 +8555 {8551} 2696 1 +8556 {8552} 2807 1 +8557 {8553} 9155 1 +8558 {8554} 11321 1 +8559 {8555} 12052 1 +8560 {8556} 9703 1 +8561 {8557} 1671 1 +8562 {8558} 4262 1 +8563 {8559} 2306 1 +8564 {8560} 9871 1 +8565 {8561} 3139 1 +8566 {8562} 10130 1 +8567 {8563} 3810 1 +8568 {8564} 618 1 +8569 {8565} 9557 1 +8570 {8566} 5576 1 +8571 {8567} 11476 1 +8572 {8568} 1798 1 +8573 {8569} 3632 1 +8574 {8570} 2290 1 +8575 {8571} 3301 1 +8576 {8572} 2371 1 +8577 {8573} 1788 1 +8578 {8574} 2910 1 +8579 {8575} 8368 1 +8580 {8576} 5216 1 +8581 {8577} 8816 1 +8582 {8578} 11935 1 +8583 {8579} 1926 1 +8584 {8580} 4953 1 +8585 {8581} 1419 1 +8586 {8582} 10866 1 +8587 {8583} 6461 1 +8588 {8584} 2099 1 +8589 {8585} 2356 1 +8590 {8586} 8871 1 +8591 {8587} 1892 1 +8592 {8588} 2730 1 +8593 {8589} 10210 1 +8594 {8590} 10630 1 +8595 {8591} 10489 1 +8596 {8592} 1563 1 +8597 {8593} 2803 1 +8598 {8594} 704 1 +8599 {8595} 15926 1 +8600 {8596} 11355 1 +8601 {8597} 9782 1 +8602 {8598} 2067 1 +8603 {8599} 2673 1 +8604 {8600} 3041 1 +8605 {8601} 7591 1 +8606 {8602} 3377 1 +8607 {8603} 7727 1 +8608 {8604} 9080 1 +8609 {8605} 2489 1 +8610 {8606} 11192 1 +8611 {8607} 3544 1 +8612 {8608} 423 1 +8613 {8609} 8779 1 +8614 {8610} 14268 1 +8615 {8611} 9806 1 +8616 {8612} 1502 1 +8617 {8613} 7205 1 +8618 {8614} 3036 1 +8619 {8615} 11139 1 +8620 {8616} 10413 1 +8621 {8617} 2689 1 +8622 {8618} 4645 1 +8623 {8619} 8011 1 +8624 {8620} 8416 1 +8625 {8621} 10084 1 +8626 {8622} 11428 1 +8627 {8623} 10514 1 +8628 {8624} 11488 1 +8629 {8625} 1798 1 +8630 {8626} 5941 1 +8631 {8627} 11309 1 +8632 {8628} 2133 1 +8633 {8629} 2424 1 +8634 {8630} 2705 1 +8635 {8631} 2334 1 +8636 {8632} 11527 1 +8637 {8633} 1911 1 +8638 {8634} 1326 1 +8639 {8635} 12558 1 +8640 {8636} 1336 1 +8641 {8637} 1429 1 +8642 {8638} 2706 1 +8643 {8639} 10539 1 +8644 {8640} 2766 1 +8645 {8641} 2411 1 +8646 {8642} 9782 1 +8647 {8643} 1827 1 +8648 {8644} 2532 1 +8649 {8645} 2039 1 +8650 {8646} 15165 1 +8651 {8647} 10794 1 +8652 {8648} 1873 1 +8653 {8649} 5154 1 +8654 {8650} 9389 1 +8655 {8651} 12834 1 +8656 {8652} 3248 1 +8657 {8653} 2835 1 +8658 {8654} 2601 1 +8659 {8655} 1581 1 +8660 {8656} 10555 1 +8661 {8657} 1864 1 +8662 {8658} 8503 1 +8663 {8659} 3592 1 +8664 {8660} 9735 1 +8665 {8661} 2763 1 +8666 {8662} 10819 1 +8667 {8663} 1866 1 +8668 {8664} 1310 1 +8669 {8665} 2734 1 +8670 {8666} 10887 1 +8671 {8667} 1006 1 +8672 {8668} 4293 1 +8673 {8669} 10773 1 +8674 {8670} 15948 1 +8675 {8671} 2267 1 +8676 {8672} 8153 1 +8677 {8673} 1594 1 +8678 {8674} 2298 1 +8679 {8675} 2383 1 +8680 {8676} 7621 1 +8681 {8677} 11585 1 +8682 {8678} 9330 1 +8683 {8679} 10501 1 +8684 {8680} 2149 1 +8685 {8681} 9814 1 +8686 {8682} 10099 1 +8687 {8683} 2360 1 +8688 {8684} 2011 1 +8689 {8685} 10960 1 +8690 {8686} 1990 1 +8691 {8687} 1967 1 +8692 {8688} 2670 1 +8693 {8689} 3044 1 +8694 {8690} 16308 1 +8695 {8691} 11781 1 +8696 {8692} 2464 1 +8697 {8693} 8991 1 +8698 {8694} 8924 1 +8699 {8695} 3034 1 +8700 {8696} 2602 1 +8701 {8697} 12737 1 +8702 {8698} 3503 1 +8703 {8699} 1989 1 +8704 {8700} 1599 1 +8705 {8701} 9964 1 +8706 {8702} 9531 1 +8707 {8703} 2863 1 +8708 {8704} 2969 1 +8709 {8705} 15081 1 +8710 {8706} 2332 1 +8711 {8707} 2582 1 +8712 {8708} 10456 1 +8713 {8709} 15517 1 +8714 {8710} 1646 1 +8715 {8711} 3102 1 +8716 {8712} 7657 1 +8717 {8713} 2303 1 +8718 {8714} 3167 1 +8719 {8715} 16478 1 +8720 {8716} 12936 1 +8721 {8717} 1901 1 +8722 {8718} 9022 1 +8723 {8719} 10301 1 +8724 {8720} 11640 1 +8725 {8721} 11509 1 +8726 {8722} 1826 1 +8727 {8723} 10023 1 +8728 {8724} 9773 1 +8729 {8725} 3284 1 +8730 {8726} 3142 1 +8731 {8727} 1251 1 +8732 {8728} 2100 1 +8733 {8729} 2697 1 +8734 {8730} 9389 1 +8735 {8731} 2811 1 +8736 {8732} 1336 1 +8737 {8733} 2930 1 +8738 {8734} 1571 1 +8739 {8735} 2494 1 +8740 {8736} 1565 1 +8741 {8737} 2741 1 +8742 {8738} 2598 1 +8743 {8739} 9886 1 +8744 {8740} 10606 1 +8745 {8741} 2098 1 +8746 {8742} 1576 1 +8747 {8743} 2535 1 +8748 {8744} 1165 1 +8749 {8745} 8633 1 +8750 {8746} 10412 1 +8751 {8747} 4871 1 +8752 {8748} 10041 1 +8753 {8749} 2134 1 +8754 {8750} 2775 1 +8755 {8751} 2572 1 +8756 {8752} 1812 1 +8757 {8753} 9597 1 +8758 {8754} 2661 1 +8759 {8755} 10540 1 +8760 {8756} 2892 1 +8761 {8757} 5876 1 +8762 {8758} 3617 1 +8763 {8759} 2600 1 +8764 {8760} 11188 1 +8765 {8761} 2540 1 +8766 {8762} 2457 1 +8767 {8763} 1959 1 +8768 {8764} 2708 1 +8769 {8765} 2641 1 +8770 {8766} 2565 1 +8771 {8767} 2557 1 +8772 {8768} 2760 1 +8773 {8769} 1686 1 +8774 {8770} 1522 1 +8775 {8771} 2390 1 +8776 {8772} 10706 1 +8777 {8773} 2113 1 +8778 {8774} 2958 1 +8779 {8775} 2223 1 +8780 {8776} 10949 1 +8781 {8777} 1526 1 +8782 {8778} 12041 1 +8783 {8779} 11003 1 +8784 {8780} 3325 1 +8785 {8781} 9791 1 +8786 {8782} 16269 1 +8787 {8783} 2695 1 +8788 {8784} 1456 1 +8789 {8785} 1852 1 +8790 {8786} 519 1 +8791 {8787} 10667 1 +8792 {8788} 10232 1 +8793 {8789} 2726 1 +8794 {8790} 2869 1 +8795 {8791} 3109 1 +8796 {8792} 2985 1 +8797 {8793} 2939 1 +8798 {8794} 12093 1 +8799 {8795} 9551 1 +8800 {8796} 10507 1 +8801 {8797} 8689 1 +8802 {8798} 3347 1 +8803 {8799} 10879 1 +8804 {8800} 9819 1 +8805 {8801} 10458 1 +8806 {8802} 1538 1 +8807 {8803} 2590 1 +8808 {8804} 1849 1 +8809 {8805} 1371 1 +8810 {8806} 2225 1 +8811 {8807} 9577 1 +8812 {8808} 2501 1 +8813 {8809} 3635 1 +8814 {8810} 2635 1 +8815 {8811} 1519 1 +8816 {8812} 1244 1 +8817 {8813} 16246 1 +8818 {8814} 15994 1 +8819 {8815} 2605 1 +8820 {8816} 1707 1 +8821 {8817} 2196 1 +8822 {8818} 2975 1 +8823 {8819} 3417 1 +8824 {8820} 9670 1 +8825 {8821} 4098 1 +8826 {8822} 7892 1 +8827 {8823} 10110 1 +8828 {8824} 10201 1 +8829 {8825} 1914 1 +8830 {8826} 1488 1 +8831 {8827} 7048 1 +8832 {8828} 3546 1 +8833 {8829} 10326 1 +8834 {8830} 1609 1 +8835 {8831} 1770 1 +8836 {8832} 2278 1 +8837 {8833} 1988 1 +8838 {8834} 14341 1 +8839 {8835} 3525 1 +8840 {8836} 1754 1 +8841 {8837} 2489 1 +8842 {8838} 1511 1 +8843 {8839} 11514 1 +8844 {8840} 10878 1 +8845 {8841} 8710 1 +8846 {8842} 1997 1 +8847 {8843} 3135 1 +8848 {8844} 10425 1 +8849 {8845} 4426 1 +8850 {8846} 1960 1 +8851 {8847} 12288 1 +8852 {8848} 2400 1 +8853 {8849} 9440 1 +8854 {8850} 1018 1 +8855 {8851} 10426 1 +8856 {8852} 11918 1 +8857 {8853} 1250 1 +8858 {8854} 11767 1 +8859 {8855} 9146 1 +8860 {8856} 1545 1 +8861 {8857} 3216 1 +8862 {8858} 10573 1 +8863 {8859} 4961 1 +8864 {8860} 10216 1 +8865 {8861} 7705 1 +8866 {8862} 7541 1 +8867 {8863} 2850 1 +8868 {8864} 10316 1 +8869 {8865} 4079 1 +8870 {8866} 9875 1 +8871 {8867} 2160 1 +8872 {8868} 2295 1 +8873 {8869} 1441 1 +8874 {8870} 1666 1 +8875 {8871} 934 1 +8876 {8872} 2126 1 +8877 {8873} 12603 1 +8878 {8874} 9957 1 +8879 {8875} 2973 1 +8880 {8876} 1826 1 +8881 {8877} 2061 1 +8882 {8878} 11553 1 +8883 {8879} 5123 1 +8884 {8880} 2571 1 +8885 {8881} 11088 1 +8886 {8882} 3560 1 +8887 {8883} 10128 1 +8888 {8884} 14728 1 +8889 {8885} 11120 1 +8890 {8886} 2494 1 +8891 {8887} 9644 1 +8892 {8888} 11188 1 +8893 {8889} 2190 1 +8894 {8890} 10645 1 +8895 {8891} 2107 1 +8896 {8892} 15737 1 +8897 {8893} 10169 1 +8898 {8894} 2096 1 +8899 {8895} 3069 1 +8900 {8896} 3688 1 +8901 {8897} 3109 1 +8902 {8898} 12385 1 +8903 {8899} 9152 1 +8904 {8900} 3889 1 +8905 {8901} 10281 1 +8906 {8902} 419 1 +8907 {8903} 2542 1 +8908 {8904} 1974 1 +8909 {8905} 2867 1 +8910 {8906} 9090 1 +8911 {8907} 10162 1 +8912 {8908} 14666 1 +8913 {8909} 1940 1 +8914 {8910} 3160 1 +8915 {8911} 2230 1 +8916 {8912} 10222 1 +8917 {8913} 10648 1 +8918 {8914} 3064 1 +8919 {8915} 2798 1 +8920 {8916} 8704 1 +8921 {8917} 2065 1 +8922 {8918} 2394 1 +8923 {8919} 10532 1 +8924 {8920} 2550 1 +8925 {8921} 63 1 +8926 {8922} 1035 1 +8927 {8923} 3505 1 +8928 {8924} 2639 1 +8929 {8925} 1919 1 +8930 {8926} 1779 1 +8931 {8927} 1209 1 +8932 {8928} 3160 1 +8933 {8929} 2022 1 +8934 {8930} 12599 1 +8935 {8931} 2261 1 +8936 {8932} 2720 1 +8937 {8933} 10978 1 +8938 {8934} 1618 1 +8939 {8935} 8107 1 +8940 {8936} 10982 1 +8941 {8937} 11416 1 +8942 {8938} 16519 1 +8943 {8939} 10884 1 +8944 {8940} 10614 1 +8945 {8941} 3076 1 +8946 {8942} 2315 1 +8947 {8943} 9179 1 +8948 {8944} 3110 1 +8949 {8945} 1846 1 +8950 {8946} 12140 1 +8951 {8947} 12368 1 +8952 {8948} 2811 1 +8953 {8949} 2744 1 +8954 {8950} 9645 1 +8955 {8951} 2143 1 +8956 {8952} 2245 1 +8957 {8953} 3384 1 +8958 {8954} 11364 1 +8959 {8955} 9724 1 +8960 {8956} 1181 1 +8961 {8957} 2170 1 +8962 {8958} 14102 1 +8963 {8959} 5517 1 +8964 {8960} 2301 1 +8965 {8961} 15386 1 +8966 {8962} 9599 1 +8967 {8963} 2692 1 +8968 {8964} 1043 1 +8969 {8965} 1158 1 +8970 {8966} 8619 1 +8971 {8967} 10450 1 +8972 {8968} 1594 1 +8973 {8969} 2673 1 +8974 {8970} 8007 1 +8975 {8971} 8483 1 +8976 {8972} 12271 1 +8977 {8973} 8306 1 +8978 {8974} 1580 1 +8979 {8975} 10134 1 +8980 {8976} 2803 1 +8981 {8977} 2296 1 +8982 {8978} 2063 1 +8983 {8979} 2539 1 +8984 {8980} 15946 1 +8985 {8981} 2639 1 +8986 {8982} 2532 1 +8987 {8983} 1616 1 +8988 {8984} 10669 1 +8989 {8985} 8705 1 +8990 {8986} 11961 1 +8991 {8987} 1483 1 +8992 {8988} 2832 1 +8993 {8989} 10958 1 +8994 {8990} 1983 1 +8995 {8991} 1812 1 +8996 {8992} 2563 1 +8997 {8993} 1821 1 +8998 {8994} 2128 1 +8999 {8995} 11552 1 +9000 {8996} 11189 1 +9001 {8997} 9979 1 +9002 {8998} 11036 1 +9003 {8999} 1583 1 +9004 {9000} 3069 1 +9005 {9001} 11530 1 +9006 {9002} 2633 1 +9007 {9003} 2395 1 +9008 {9004} 9093 1 +9009 {9005} 15304 1 +9010 {9006} 11357 1 +9011 {9007} 2095 1 +9012 {9008} 12085 1 +9013 {9009} 2973 1 +9014 {9010} 2756 1 +9015 {9011} 2503 1 +9016 {9012} 8967 1 +9017 {9013} 1340 1 +9018 {9014} 600 1 +9019 {9015} 10411 1 +9020 {9016} 1753 1 +9021 {9017} 7688 1 +9022 {9018} 2303 1 +9023 {9019} 12596 1 +9024 {9020} 578 1 +9025 {9021} 1172 1 +9026 {9022} 11217 1 +9027 {9023} 3009 1 +9028 {9024} 2185 1 +9029 {9025} 1812 1 +9030 {9026} 609 1 +9031 {9027} 1950 1 +9032 {9028} 1094 1 +9033 {9029} 15922 1 +9034 {9030} 11279 1 +9035 {9031} 9440 1 +9036 {9032} 16470 1 +9037 {9033} 3037 1 +9038 {9034} 215 1 +9039 {9035} 1619 1 +9040 {9036} 9938 1 +9041 {9037} 2284 1 +9042 {9038} 9111 1 +9043 {9039} 10747 1 +9044 {9040} 2995 1 +9045 {9041} 3013 1 +9046 {9042} 9698 1 +9047 {9043} 10750 1 +9048 {9044} 10361 1 +9049 {9045} 2606 1 +9050 {9046} 9515 1 +9051 {9047} 2032 1 +9052 {9048} 10495 1 +9053 {9049} 11761 1 +9054 {9050} 70 1 +9055 {9051} 2296 1 +9056 {9052} 9957 1 +9057 {9053} 2361 1 +9058 {9054} 2145 1 +9059 {9055} 561 1 +9060 {9056} 4427 1 +9061 {9057} 10813 1 +9062 {9058} 9690 1 +9063 {9059} 8657 1 +9064 {9060} 9236 1 +9065 {9061} 1292 1 +9066 {9062} 11035 1 +9067 {9063} 9740 1 +9068 {9064} 2323 1 +9069 {9065} 1003 1 +9070 {9066} 2831 1 +9071 {9067} 2722 1 +9072 {9068} 8139 1 +9073 {9069} 8990 1 +9074 {9070} 2320 1 +9075 {9071} 2637 1 +9076 {9072} 3237 1 +9077 {9073} 1741 1 +9078 {9074} 10323 1 +9079 {9075} 9645 1 +9080 {9076} 14967 1 +9081 {9077} 9420 1 +9082 {9078} 4560 1 +9083 {9079} 1997 1 +9084 {9080} 6935 1 +9085 {9081} 1502 1 +9086 {9082} 10130 1 +9087 {9083} 9132 1 +9088 {9084} 4599 1 +9089 {9085} 7911 1 +9090 {9086} 300 1 +9091 {9087} 1517 1 +9092 {9088} 15556 1 +9093 {9089} 2154 1 +9094 {9090} 10953 1 +9095 {9091} 5087 1 +9096 {9092} 1237 1 +9097 {9093} 7354 1 +9098 {9094} 9307 1 +9099 {9095} 8632 1 +9100 {9096} 9921 1 +9101 {9097} 4838 1 +9102 {9098} 6641 1 +9103 {9099} 2333 1 +9104 {9100} 11271 1 +9105 {9101} 2527 1 +9106 {9102} 10344 1 +9107 {9103} 10998 1 +9108 {9104} 2228 1 +9109 {9105} 2634 1 +9110 {9106} 16090 1 +9111 {9107} 2467 1 +9112 {9108} 2400 1 +9113 {9109} 8300 1 +9114 {9110} 1272 1 +9115 {9111} 2296 1 +9116 {9112} 1884 1 +9117 {9113} 244 1 +9118 {9114} 2654 1 +9119 {9115} 2300 1 +9120 {9116} 1442 1 +9121 {9117} 1997 1 +9122 {9118} 11196 1 +9123 {9119} 10738 1 +9124 {9120} 5672 1 +9125 {9121} 2725 1 +9126 {9122} 10549 1 +9127 {9123} 3039 1 +9128 {9124} 10925 1 +9129 {9125} 2721 1 +9130 {9126} 5000 1 +9131 {9127} 2360 1 +9132 {9128} 10699 1 +9133 {9129} 1326 1 +9134 {9130} 11139 1 +9135 {9131} 9544 1 +9136 {9132} 11409 1 +9137 {9133} 2801 1 +9138 {9134} 2064 1 +9139 {9135} 9777 1 +9140 {9136} 8200 1 +9141 {9137} 9747 1 +9142 {9138} 643 1 +9143 {9139} 2260 1 +9144 {9140} 2701 1 +9145 {9141} 10382 1 +9146 {9142} 1770 1 +9147 {9143} 4013 1 +9148 {9144} 9528 1 +9149 {9145} 2304 1 +9150 {9146} 2164 1 +9151 {9147} 11282 1 +9152 {9148} 2467 1 +9153 {9149} 11608 1 +9154 {9150} 10971 1 +9155 {9151} 2152 1 +9156 {9152} 3409 1 +9157 {9153} 2975 1 +9158 {9154} 2222 1 +9159 {9155} 1780 1 +9160 {9156} 11160 1 +9161 {9157} 2163 1 +9162 {9158} 1650 1 +9163 {9159} 2627 1 +9164 {9160} 1957 1 +9165 {9161} 14917 1 +9166 {9162} 11133 1 +9167 {9163} 10760 1 +9168 {9164} 9508 1 +9169 {9165} 2324 1 +9170 {9166} 8236 1 +9171 {9167} 2390 1 +9172 {9168} 11273 1 +9173 {9169} 8880 1 +9174 {9170} 2733 1 +9175 {9171} 13538 1 +9176 {9172} 1873 1 +9177 {9173} 11861 1 +9178 {9174} 9767 1 +9179 {9175} 9729 1 +9180 {9176} 2146 1 +9181 {9177} 10280 1 +9182 {9178} 2790 1 +9183 {9179} 9329 1 +9184 {9180} 12472 1 +9185 {9181} 9995 1 +9186 {9182} 10614 1 +9187 {9183} 10245 1 +9188 {9184} 10174 1 +9189 {9185} 2304 1 +9190 {9186} 1732 1 +9191 {9187} 2099 1 +9192 {9188} 1601 1 +9193 {9189} 4922 1 +9194 {9190} 10427 1 +9195 {9191} 9504 1 +9196 {9192} 9718 1 +9197 {9193} 2158 1 +9198 {9194} 11632 1 +9199 {9195} 10323 1 +9200 {9196} 2320 1 +9201 {9197} 11813 1 +9202 {9198} 2304 1 +9203 {9199} 2834 1 +9204 {9200} 3241 1 +9205 {9201} 2129 1 +9206 {9202} 1580 1 +9207 {9203} 3120 1 +9208 {9204} 11369 1 +9209 {9205} 4976 1 +9210 {9206} 9385 1 +9211 {9207} 1082 1 +9212 {9208} 10077 1 +9213 {9209} 12376 1 +9214 {9210} 11053 1 +9215 {9211} 2161 1 +9216 {9212} 5169 1 +9217 {9213} 11936 1 +9218 {9214} 2624 1 +9219 {9215} 5874 1 +9220 {9216} 3188 1 +9221 {9217} 2589 1 +9222 {9218} 1451 1 +9223 {9219} 5272 1 +9224 {9220} 2195 1 +9225 {9221} 2024 1 +9226 {9222} 10293 1 +9227 {9223} 1875 1 +9228 {9224} 6738 1 +9229 {9225} 1163 1 +9230 {9226} 14888 1 +9231 {9227} 2707 1 +9232 {9228} 12230 1 +9233 {9229} 1926 1 +9234 {9230} 1708 1 +9235 {9231} 8891 1 +9236 {9232} 11432 1 +9237 {9233} 6508 1 +9238 {9234} 1756 1 +9239 {9235} 10346 1 +9240 {9236} 1841 1 +9241 {9237} 1786 1 +9242 {9238} 9034 1 +9243 {9239} 11313 1 +9244 {9240} 2421 1 +9245 {9241} 10264 1 +9246 {9242} 7734 1 +9247 {9243} 10669 1 +9248 {9244} 11196 1 +9249 {9245} 9582 1 +9250 {9246} 10982 1 +9251 {9247} 3331 1 +9252 {9248} 3683 1 +9253 {9249} 9149 1 +9254 {9250} 2429 1 +9255 {9251} 1416 1 +9256 {9252} 2030 1 +9257 {9253} 1615 1 +9258 {9254} 1268 1 +9259 {9255} 3143 1 +9260 {9256} 10134 1 +9261 {9257} 9720 1 +9262 {9258} 2723 1 +9263 {9259} 8444 1 +9264 {9260} 2290 1 +9265 {9261} 9114 1 +9266 {9262} 2868 1 +9267 {9263} 16062 1 +9268 {9264} 1378 1 +9269 {9265} 16024 1 +9270 {9266} 1878 1 +9271 {9267} 1618 1 +9272 {9268} 2638 1 +9273 {9269} 11092 1 +9274 {9270} 7497 1 +9275 {9271} 3186 1 +9276 {9272} 7703 1 +9277 {9273} 2021 1 +9278 {9274} 13711 1 +9279 {9275} 10757 1 +9280 {9276} 2531 1 +9281 {9277} 14705 1 +9282 {9278} 907 1 +9283 {9279} 3041 1 +9284 {9280} 13533 1 +9285 {9281} 11772 1 +9286 {9282} 10246 1 +9287 {9283} 8701 1 +9288 {9284} 395 1 +9289 {9285} 2308 1 +9290 {9286} 9700 1 +9291 {9287} 10891 1 +9292 {9288} 1612 1 +9293 {9289} 10701 1 +9294 {9290} 10978 1 +9295 {9291} 11686 1 +9296 {9292} 9472 1 +9297 {9293} 10602 1 +9298 {9294} 10895 1 +9299 {9295} 11216 1 +9300 {9296} 11352 1 +9301 {9297} 1407 1 +9302 {9298} 11367 1 +9303 {9299} 4354 1 +9304 {9300} 2532 1 +9305 {9301} 2167 1 +9306 {9302} 2742 1 +9307 {9303} 9212 1 +9308 {9304} 1856 1 +9309 {9305} 16485 1 +9310 {9306} 8307 1 +9311 {9307} 684 1 +9312 {9308} 3241 1 +9313 {9309} 14735 1 +9314 {9310} 10413 1 +9315 {9311} 8012 1 +9316 {9312} 2967 1 +9317 {9313} 2264 1 +9318 {9314} 4358 1 +9319 {9315} 16143 1 +9320 {9316} 8080 1 +9321 {9317} 11078 1 +9322 {9318} 10986 1 +9323 {9319} 11505 1 +9324 {9320} 2502 1 +9325 {9321} 2261 1 +9326 {9322} 656 1 +9327 {9323} 10371 1 +9328 {9324} 2696 1 +9329 {9325} 3179 1 +9330 {9326} 2703 1 +9331 {9327} 2228 1 +9332 {9328} 2430 1 +9333 {9329} 11395 1 +9334 {9330} 15192 1 +9335 {9331} 2549 1 +9336 {9332} 8469 1 +9337 {9333} 11173 1 +9338 {9334} 11107 1 +9339 {9335} 2267 1 +9340 {9336} 11582 1 +9341 {9337} 2698 1 +9342 {9338} 9800 1 +9343 {9339} 9547 1 +9344 {9340} 2942 1 +9345 {9341} 1915 1 +9346 {9342} 10381 1 +9347 {9343} 4909 1 +9348 {9344} 1851 1 +9349 {9345} 1614 1 +9350 {9346} 8997 1 +9351 {9347} 1123 1 +9352 {9348} 10507 1 +9353 {9349} 2379 1 +9354 {9350} 10293 1 +9355 {9351} 5486 1 +9356 {9352} 10419 1 +9357 {9353} 13887 1 +9358 {9354} 2448 1 +9359 {9355} 10329 1 +9360 {9356} 6858 1 +9361 {9357} 10453 1 +9362 {9358} 5849 1 +9363 {9359} 11024 1 +9364 {9360} 3469 1 +9365 {9361} 9808 1 +9366 {9362} 2432 1 +9367 {9363} 12711 1 +9368 {9364} 3249 1 +9369 {9365} 2399 1 +9370 {9366} 10250 1 +9371 {9367} 2058 1 +9372 {9368} 10311 1 +9373 {9369} 11985 1 +9374 {9370} 2571 1 +9375 {9371} 2432 1 +9376 {9372} 2181 1 +9377 {9373} 3379 1 +9378 {9374} 2369 1 +9379 {9375} 9408 1 +9380 {9376} 9357 1 +9381 {9377} 2180 1 +9382 {9378} 2457 1 +9383 {9379} 2249 1 +9384 {9380} 1958 1 +9385 {9381} 1956 1 +9386 {9382} 10501 1 +9387 {9383} 1655 1 +9388 {9384} 2297 1 +9389 {9385} 2264 1 +9390 {9386} 1448 1 +9391 {9387} 12498 1 +9392 {9388} 1242 1 +9393 {9389} 11570 1 +9394 {9390} 12073 1 +9395 {9391} 1453 1 +9396 {9392} 2663 1 +9397 {9393} 12069 1 +9398 {9394} 443 1 +9399 {9395} 11297 1 +9400 {9396} 11170 1 +9401 {9397} 1889 1 +9402 {9398} 9929 1 +9403 {9399} 2867 1 +9404 {9400} 4898 1 +9405 {9401} 1001 1 +9406 {9402} 10503 1 +9407 {9403} 10358 1 +9408 {9404} 2538 1 +9409 {9405} 11065 1 +9410 {9406} 1053 1 +9411 {9407} 2776 1 +9412 {9408} 1957 1 +9413 {9409} 1856 1 +9414 {9410} 6737 1 +9415 {9411} 1710 1 +9416 {9412} 4830 1 +9417 {9413} 1098 1 +9418 {9414} 771 1 +9419 {9415} 11347 1 +9420 {9416} 6876 1 +9421 {9417} 1409 1 +9422 {9418} 3020 1 +9423 {9419} 10939 1 +9424 {9420} 2202 1 +9425 {9421} 2824 1 +9426 {9422} 15059 1 +9427 {9423} 1903 1 +9428 {9424} 10129 1 +9429 {9425} 1230 1 +9430 {9426} 5376 1 +9431 {9427} 2220 1 +9432 {9428} 10139 1 +9433 {9429} 2163 1 +9434 {9430} 914 1 +9435 {9431} 2217 1 +9436 {9432} 10418 1 +9437 {9433} 1265 1 +9438 {9434} 4747 1 +9439 {9435} 9058 1 +9440 {9436} 2067 1 +9441 {9437} 11078 1 +9442 {9438} 11518 1 +9443 {9439} 129 1 +9444 {9440} 909 1 +9445 {9441} 2154 1 +9446 {9442} 2371 1 +9447 {9443} 1486 1 +9448 {9444} 2733 1 +9449 {9445} 850 1 +9450 {9446} 9489 1 +9451 {9447} 9588 1 +9452 {9448} 2029 1 +9453 {9449} 1341 1 +9454 {9450} 2288 1 +9455 {9451} 1540 1 +9456 {9452} 10902 1 +9457 {9453} 1548 1 +9458 {9454} 1892 1 +9459 {9455} 11781 1 +9460 {9456} 10358 1 +9461 {9457} 2801 1 +9462 {9458} 948 1 +9463 {9459} 1860 1 +9464 {9460} 2668 1 +9465 {9461} 11554 1 +9466 {9462} 1647 1 +9467 {9463} 9324 1 +9468 {9464} 12732 1 +9469 {9465} 1960 1 +9470 {9466} 6007 1 +9471 {9467} 1764 1 +9472 {9468} 3132 1 +9473 {9469} 2285 1 +9474 {9470} 1918 1 +9475 {9471} 15814 1 +9476 {9472} 9633 1 +9477 {9473} 11201 1 +9478 {9474} 1826 1 +9479 {9475} 10802 1 +9480 {9476} 2160 1 +9481 {9477} 2660 1 +9482 {9478} 5671 1 +9483 {9479} 2313 1 +9484 {9480} 10412 1 +9485 {9481} 9965 1 +9486 {9482} 9005 1 +9487 {9483} 10797 1 +9488 {9484} 3276 1 +9489 {9485} 9651 1 +9490 {9486} 2096 1 +9491 {9487} 13391 1 +9492 {9488} 7649 1 +9493 {9489} 1855 1 +9494 {9490} 1093 1 +9495 {9491} 1614 1 +9496 {9492} 9862 1 +9497 {9493} 10967 1 +9498 {9494} 5098 1 +9499 {9495} 10859 1 +9500 {9496} 7565 1 +9501 {9497} 2185 1 +9502 {9498} 10174 1 +9503 {9499} 1767 1 +9504 {9500} 6496 1 +9505 {9501} 11031 1 +9506 {9502} 10711 1 +9507 {9503} 2366 1 +9508 {9504} 11767 1 +9509 {9505} 2134 1 +9510 {9506} 10280 1 +9511 {9507} 2739 1 +9512 {9508} 3516 1 +9513 {9509} 5877 1 +9514 {9510} 3514 1 +9515 {9511} 9012 1 +9516 {9512} 2630 1 +9517 {9513} 2965 1 +9518 {9514} 12173 1 +9519 {9515} 13999 1 +9520 {9516} 9882 1 +9521 {9517} 10494 1 +9522 {9518} 1823 1 +9523 {9519} 2369 1 +9524 {9520} 11530 1 +9525 {9521} 10563 1 +9526 {9522} 11103 1 +9527 {9523} 11868 1 +9528 {9524} 9292 1 +9529 {9525} 2504 1 +9530 {9526} 793 1 +9531 {9527} 13181 1 +9532 {9528} 2441 1 +9533 {9529} 3003 1 +9534 {9530} 10675 1 +9535 {9531} 736 1 +9536 {9532} 2869 1 +9537 {9533} 2275 1 +9538 {9534} 2165 1 +9539 {9535} 2733 1 +9540 {9536} 9173 1 +9541 {9537} 1618 1 +9542 {9538} 2672 1 +9543 {9539} 1884 1 +9544 {9540} 10008 1 +9545 {9541} 1584 1 +9546 {9542} 11110 1 +9547 {9543} 2128 1 +9548 {9544} 10640 1 +9549 {9545} 1451 1 +9550 {9546} 2975 1 +9551 {9547} 2334 1 +9552 {9548} 2537 1 +9553 {9549} 9729 1 +9554 {9550} 8932 1 +9555 {9551} 2133 1 +9556 {9552} 2775 1 +9557 {9553} 10778 1 +9558 {9554} 3037 1 +9559 {9555} 2498 1 +9560 {9556} 8906 1 +9561 {9557} 1862 1 +9562 {9558} 4201 1 +9563 {9559} 2633 1 +9564 {9560} 7577 1 +9565 {9561} 6481 1 +9566 {9562} 5726 1 +9567 {9563} 3010 1 +9568 {9564} 11570 1 +9569 {9565} 2869 1 +9570 {9566} 8734 1 +9571 {9567} 7984 1 +9572 {9568} 8835 1 +9573 {9569} 2673 1 +9574 {9570} 13617 1 +9575 {9571} 876 1 +9576 {9572} 9782 1 +9577 {9573} 10102 1 +9578 {9574} 2811 1 +9579 {9575} 2207 1 +9580 {9576} 2464 1 +9581 {9577} 2258 1 +9582 {9578} 2734 1 +9583 {9579} 3708 1 +9584 {9580} 12071 1 +9585 {9581} 1703 1 +9586 {9582} 9071 1 +9587 {9583} 12198 1 +9588 {9584} 2280 1 +9589 {9585} 1837 1 +9590 {9586} 10571 1 +9591 {9587} 9913 1 +9592 {9588} 6542 1 +9593 {9589} 2115 1 +9594 {9590} 2092 1 +9595 {9591} 10534 1 +9596 {9592} 2806 1 +9597 {9593} 1418 1 +9598 {9594} 8274 1 +9599 {9595} 2288 1 +9600 {9596} 11573 1 +9601 {9597} 11110 1 +9602 {9598} 2566 1 +9603 {9599} 9753 1 +9604 {9600} 9984 1 +9605 {9601} 10472 1 +9606 {9602} 1239 1 +9607 {9603} 8265 1 +9608 {9604} 2634 1 +9609 {9605} 10055 1 +9610 {9606} 9685 1 +9611 {9607} 332 1 +9612 {9608} 6470 1 +9613 {9609} 5218 1 +9614 {9610} 3638 1 +9615 {9611} 384 1 +9616 {9612} 10947 1 +9617 {9613} 10278 1 +9618 {9614} 2292 1 +9619 {9615} 9898 1 +9620 {9616} 9480 1 +9621 {9617} 1956 1 +9622 {9618} 2634 1 +9623 {9619} 2413 1 +9624 {9620} 8063 1 +9625 {9621} 3345 1 +9626 {9622} 8304 1 +9627 {9623} 1308 1 +9628 {9624} 2382 1 +9629 {9625} 10309 1 +9630 {9626} 1951 1 +9631 {9627} 2055 1 +9632 {9628} 10109 1 +9633 {9629} 15503 1 +9634 {9630} 2865 1 +9635 {9631} 2233 1 +9636 {9632} 2031 1 +9637 {9633} 2751 1 +9638 {9634} 8930 1 +9639 {9635} 1404 1 +9640 {9636} 2540 1 +9641 {9637} 10016 1 +9642 {9638} 1550 1 +9643 {9639} 1138 1 +9644 {9640} 2891 1 +9645 {9641} 1245 1 +9646 {9642} 10065 1 +9647 {9643} 1824 1 +9648 {9644} 11558 1 +9649 {9645} 10686 1 +9650 {9646} 8693 1 +9651 {9647} 2670 1 +9652 {9648} 2894 1 +9653 {9649} 2472 1 +9654 {9650} 1799 1 +9655 {9651} 10653 1 +9656 {9652} 8275 1 +9657 {9653} 2674 1 +9658 {9654} 9555 1 +9659 {9655} 9800 1 +9660 {9656} 2497 1 +9661 {9657} 1957 1 +9662 {9658} 9978 1 +9663 {9659} 2590 1 +9664 {9660} 2331 1 +9665 {9661} 3541 1 +9666 {9662} 1809 1 +9667 {9663} 1646 1 +9668 {9664} 9458 1 +9669 {9665} 2301 1 +9670 {9666} 9447 1 +9671 {9667} 1981 1 +9672 {9668} 10053 1 +9673 {9669} 11836 1 +9674 {9670} 4219 1 +9675 {9671} 2369 1 +9676 {9672} 2251 1 +9677 {9673} 2939 1 +9678 {9674} 11133 1 +9679 {9675} 1005 1 +9680 {9676} 2152 1 +9681 {9677} 5748 1 +9682 {9678} 5834 1 +9683 {9679} 1708 1 +9684 {9680} 1646 1 +9685 {9681} 9821 1 +9686 {9682} 2394 1 +9687 {9683} 3466 1 +9688 {9684} 10747 1 +9689 {9685} 1974 1 +9690 {9686} 2777 1 +9691 {9687} 16132 1 +9692 {9688} 1881 1 +9693 {9689} 11305 1 +9694 {9690} 10992 1 +9695 {9691} 2323 1 +9696 {9692} 10421 1 +9697 {9693} 4421 1 +9698 {9694} 10636 1 +9699 {9695} 9826 1 +9700 {9696} 11040 1 +9701 {9697} 8633 1 +9702 {9698} 8767 1 +9703 {9699} 10329 1 +9704 {9700} 10747 1 +9705 {9701} 10813 1 +9706 {9702} 12009 1 +9707 {9703} 9797 1 +9708 {9704} 10475 1 +9709 {9705} 2251 1 +9710 {9706} 12631 1 +9711 {9707} 1988 1 +9712 {9708} 2293 1 +9713 {9709} 3037 1 +9714 {9710} 11044 1 +9715 {9711} 5589 1 +9716 {9712} 1826 1 +9717 {9713} 1914 1 +9718 {9714} 10788 1 +9719 {9715} 9756 1 +9720 {9716} 10014 1 +9721 {9717} 2896 1 +9722 {9718} 9262 1 +9723 {9719} 1988 1 +9724 {9720} 2462 1 +9725 {9721} 971 1 +9726 {9722} 1678 1 +9727 {9723} 2176 1 +9728 {9724} 10891 1 +9729 {9725} 10375 1 +9730 {9726} 8812 1 +9731 {9727} 3111 1 +9732 {9728} 10168 1 +9733 {9729} 1957 1 +9734 {9730} 11378 1 +9735 {9731} 14117 1 +9736 {9732} 10103 1 +9737 {9733} 11587 1 +9738 {9734} 1947 1 +9739 {9735} 1647 1 +9740 {9736} 1265 1 +9741 {9737} 8111 1 +9742 {9738} 2482 1 +9743 {9739} 10585 1 +9744 {9740} 3036 1 +9745 {9741} 1565 1 +9746 {9742} 2329 1 +9747 {9743} 740 1 +9748 {9744} 9831 1 +9749 {9745} 2934 1 +9750 {9746} 8933 1 +9751 {9747} 10925 1 +9752 {9748} 2021 1 +9753 {9749} 11559 1 +9754 {9750} 1691 1 +9755 {9751} 10104 1 +9756 {9752} 3713 1 +9757 {9753} 3281 1 +9758 {9754} 1099 1 +9759 {9755} 8886 1 +9760 {9756} 1885 1 +9761 {9757} 2432 1 +9762 {9758} 3741 1 +9763 {9759} 1694 1 +9764 {9760} 4557 1 +9765 {9761} 11051 1 +9766 {9762} 2934 1 +9767 {9763} 8010 1 +9768 {9764} 10911 1 +9769 {9765} 9983 1 +9770 {9766} 11093 1 +9771 {9767} 2844 1 +9772 {9768} 1723 1 +9773 {9769} 11024 1 +9774 {9770} 2634 1 +9775 {9771} 11274 1 +9776 {9772} 10234 1 +9777 {9773} 11160 1 +9778 {9774} 9193 1 +9779 {9775} 5664 1 +9780 {9776} 3132 1 +9781 {9777} 2842 1 +9782 {9778} 3215 1 +9783 {9779} 2303 1 +9784 {9780} 1599 1 +9785 {9781} 9721 1 +9786 {9782} 2837 1 +9787 {9783} 12825 1 +9788 {9784} 8582 1 +9789 {9785} 10738 1 +9790 {9786} 11233 1 +9791 {9787} 1243 1 +9792 {9788} 9927 1 +9793 {9789} 2113 1 +9794 {9790} 9821 1 +9795 {9791} 1854 1 +9796 {9792} 2185 1 +9797 {9793} 2391 1 +9798 {9794} 11169 1 +9799 {9795} 11392 1 +9800 {9796} 12144 1 +9801 {9797} 2492 1 +9802 {9798} 11720 1 +9803 {9799} 10630 1 +9804 {9800} 10232 1 +9805 {9801} 2892 1 +9806 {9802} 3003 1 +9807 {9803} 2563 1 +9808 {9804} 12319 1 +9809 {9805} 2674 1 +9810 {9806} 1996 1 +9811 {9807} 11234 1 +9812 {9808} 8919 1 +9813 {9809} 3481 1 +9814 {9810} 11581 1 +9815 {9811} 7705 1 +9816 {9812} 2705 1 +9817 {9813} 2030 1 +9818 {9814} 1397 1 +9819 {9815} 1927 1 +9820 {9816} 9759 1 +9821 {9817} 9540 1 +9822 {9818} 1532 1 +9823 {9819} 11684 1 +9824 {9820} 9965 1 +9825 {9821} 14721 1 +9826 {9822} 2520 1 +9827 {9823} 2707 1 +9828 {9824} 5442 1 +9829 {9825} 2940 1 +9830 {9826} 10340 1 +9831 {9827} 8622 1 +9832 {9828} 2185 1 +9833 {9829} 1504 1 +9834 {9830} 1959 1 +9835 {9831} 8731 1 +9836 {9832} 1383 1 +9837 {9833} 2329 1 +9838 {9834} 15334 1 +9839 {9835} 1822 1 +9840 {9836} 8077 1 +9841 {9837} 13177 1 +9842 {9838} 9683 1 +9843 {9839} 1755 1 +9844 {9840} 1534 1 +9845 {9841} 3412 1 +9846 {9842} 10841 1 +9847 {9843} 2793 1 +9848 {9844} 2726 1 +9849 {9845} 2891 1 +9850 {9846} 7254 1 +9851 {9847} 1123 1 +9852 {9848} 3127 1 +9853 {9849} 1707 1 +9854 {9850} 1750 1 +9855 {9851} 11052 1 +9856 {9852} 4893 1 +9857 {9853} 1218 1 +9858 {9854} 7246 1 +9859 {9855} 10360 1 +9860 {9856} 2700 1 +9861 {9857} 11088 1 +9862 {9858} 8637 1 +9863 {9859} 5395 1 +9864 {9860} 8163 1 +9865 {9861} 9826 1 +9866 {9862} 16391 1 +9867 {9863} 2456 1 +9868 {9864} 1120 1 +9869 {9865} 10634 1 +9870 {9866} 2241 1 +9871 {9867} 1883 1 +9872 {9868} 10607 1 +9873 {9869} 11542 1 +9874 {9870} 1928 1 +9875 {9871} 2163 1 +9876 {9872} 1242 1 +9877 {9873} 2502 1 +9878 {9874} 1548 1 +9879 {9875} 8085 1 +9880 {9876} 8082 1 +9881 {9877} 2571 1 +9882 {9878} 11649 1 +9883 {9879} 12175 1 +9884 {9880} 2105 1 +9885 {9881} 10461 1 +9886 {9882} 9540 1 +9887 {9883} 2803 1 +9888 {9884} 1606 1 +9889 {9885} 3214 1 +9890 {9886} 11311 1 +9891 {9887} 6600 1 +9892 {9888} 3136 1 +9893 {9889} 2134 1 +9894 {9890} 2502 1 +9895 {9891} 11398 1 +9896 {9892} 2764 1 +9897 {9893} 3068 1 +9898 {9894} 10195 1 +9899 {9895} 10452 1 +9900 {9896} 470 1 +9901 {9897} 14808 1 +9902 {9898} 2557 1 +9903 {9899} 15176 1 +9904 {9900} 2056 1 +9905 {9901} 2369 1 +9906 {9902} 10419 1 +9907 {9903} 13879 1 +9908 {9904} 10420 1 +9909 {9905} 9654 1 +9910 {9906} 5103 1 +9911 {9907} 2329 1 +9912 {9908} 1674 1 +9913 {9909} 10913 1 +9914 {9910} 2574 1 +9915 {9911} 9429 1 +9916 {9912} 9644 1 +9917 {9913} 11958 1 +9918 {9914} 2121 1 +9919 {9915} 11309 1 +9920 {9916} 10324 1 +9921 {9917} 1707 1 +9922 {9918} 9426 1 +9923 {9919} 3036 1 +9924 {9920} 10967 1 +9925 {9921} 748 1 +9926 {9922} 9580 1 +9927 {9923} 8330 1 +9928 {9924} 10821 1 +9929 {9925} 11284 1 +9930 {9926} 2325 1 +9931 {9927} 2739 1 +9932 {9928} 10371 1 +9933 {9929} 2415 1 +9934 {9930} 16572 1 +9935 {9931} 2421 1 +9936 {9932} 1429 1 +9937 {9933} 1233 1 +9938 {9934} 4570 1 +9939 {9935} 10974 1 +9940 {9936} 11695 1 +9941 {9937} 2516 1 +9942 {9938} 10743 1 +9943 {9939} 12943 1 +9944 {9940} 1751 1 +9945 {9941} 3596 1 +9946 {9942} 1650 1 +9947 {9943} 2603 1 +9948 {9944} 2661 1 +9949 {9945} 1602 1 +9950 {9946} 3470 1 +9951 {9947} 3311 1 +9952 {9948} 8868 1 +9953 {9949} 2335 1 +9954 {9950} 253 1 +9955 {9951} 2004 1 +9956 {9952} 2706 1 +9957 {9953} 2706 1 +9958 {9954} 11024 1 +9959 {9955} 7955 1 +9960 {9956} 11917 1 +9961 {9957} 7991 1 +9962 {9958} 5993 1 +9963 {9959} 3264 1 +9964 {9960} 1929 1 +9965 {9961} 10236 1 +9966 {9962} 5718 1 +9967 {9963} 1378 1 +9968 {9964} 3043 1 +9969 {9965} 9790 1 +9970 {9966} 7632 1 +9971 {9967} 2759 1 +9972 {9968} 10928 1 +9973 {9969} 6750 1 +9974 {9970} 4723 1 +9975 {9971} 9445 1 +9976 {9972} 2574 1 +9977 {9973} 10128 1 +9978 {9974} 2133 1 +9979 {9975} 1910 1 +9980 {9976} 2500 1 +9981 {9977} 2130 1 +9982 {9978} 10419 1 +9983 {9979} 1919 1 +9984 {9980} 10719 1 +9985 {9981} 1591 1 +9986 {9982} 9060 1 +9987 {9983} 1566 1 +9988 {9984} 2730 1 +9989 {9985} 13579 1 +9990 {9986} 11316 1 +9991 {9987} 12958 1 +9992 {9988} 12076 1 +9993 {9989} 2217 1 +9994 {9990} 2467 1 +9995 {9991} 1401 1 +9996 {9992} 11262 1 +9997 {9993} 9681 1 +9998 {9994} 14534 1 +9999 {9995} 9901 1 +10000 {9996} 1824 1 +10001 {9997} 2784 1 +10002 {9998} 10047 1 +10003 {9999} 907 1 +10004 {10000} 2065 1 +10005 {10001} 2625 1 +10006 {10002} 1483 1 +10007 {10003} 1961 1 +10008 {10004} 2494 1 +10009 {10005} 3040 1 +10010 {10006} 814 1 +10011 {10007} 9924 1 +10012 {10008} 2264 1 +10013 {10009} 2251 1 +10014 {10010} 8660 1 +10015 {10011} 10751 1 +10016 {10012} 2238 1 +10017 {10013} 2514 1 +10018 {10014} 1453 1 +10019 {10015} 10455 1 +10020 {10016} 2304 1 +10021 {10017} 9759 1 +10022 {10018} 3107 1 +10023 {10019} 2300 1 +10024 {10020} 4230 1 +10025 {10021} 3565 1 +10026 {10022} 10041 1 +10027 {10023} 2333 1 +10028 {10024} 2634 1 +10029 {10025} 5670 1 +10030 {10026} 10828 1 +10031 {10027} 1910 1 +10032 {10028} 14394 1 +10033 {10029} 13745 1 +10034 {10030} 2209 1 +10035 {10031} 2207 1 +10036 {10032} 1868 1 +10037 {10033} 1286 1 +10038 {10034} 9605 1 +10039 {10035} 3190 1 +10040 {10036} 10174 1 +10041 {10037} 11295 1 +10042 {10038} 10986 1 +10043 {10039} 10124 1 +10044 {10040} 12729 1 +10045 {10041} 3114 1 +10046 {10042} 11595 1 +10047 {10043} 1682 1 +10048 {10044} 2331 1 +10049 {10045} 2197 1 +10050 {10046} 10496 1 +10051 {10047} 3926 1 +10052 {10048} 2155 1 +10053 {10049} 10031 1 +10054 {10050} 9583 1 +10055 {10051} 2332 1 +10056 {10052} 1785 1 +10057 {10053} 1173 1 +10058 {10054} 11196 1 +10059 {10055} 10574 1 +10060 {10056} 2469 1 +10061 {10057} 1626 1 +10062 {10058} 10047 1 +10063 {10059} 11638 1 +10064 {10060} 11934 1 +10065 {10061} 2267 1 +10066 {10062} 2777 1 +10067 {10063} 9841 1 +10068 {10064} 14348 1 +10069 {10065} 10195 1 +10070 {10066} 3601 1 +10071 {10067} 8372 1 +10072 {10068} 2703 1 +10073 {10069} 643 1 +10074 {10070} 2134 1 +10075 {10071} 2065 1 +10076 {10072} 9670 1 +10077 {10073} 9753 1 +10078 {10074} 2862 1 +10079 {10075} 10539 1 +10080 {10076} 2324 1 +10081 {10077} 2523 1 +10082 {10078} 3410 1 +10083 {10079} 2124 1 +10084 {10080} 1829 1 +10085 {10081} 1017 1 +10086 {10082} 11462 1 +10087 {10083} 12840 1 +10088 {10084} 9322 1 +10089 {10085} 4344 1 +10090 {10086} 10563 1 +10091 {10087} 2147 1 +10092 {10088} 2633 1 +10093 {10089} 10641 1 +10094 {10090} 2837 1 +10095 {10091} 1596 1 +10096 {10092} 2227 1 +10097 {10093} 552 1 +10098 {10094} 11413 1 +10099 {10095} 2468 1 +10100 {10096} 9994 1 +10101 {10097} 11447 1 +10102 {10098} 1504 1 +10103 {10099} 1710 1 +10104 {10100} 2954 1 +10105 {10101} 1904 1 +10106 {10102} 2324 1 +10107 {10103} 9289 1 +10108 {10104} 1956 1 +10109 {10105} 9486 1 +10110 {10106} 2087 1 +10111 {10107} 9989 1 +10112 {10108} 15666 1 +10113 {10109} 1990 1 +10114 {10110} 8883 1 +10115 {10111} 9589 1 +10116 {10112} 3135 1 +10117 {10113} 1512 1 +10118 {10114} 14968 1 +10119 {10115} 10099 1 +10120 {10116} 10134 1 +10121 {10117} 11060 1 +10122 {10118} 10465 1 +10123 {10119} 3012 1 +10124 {10120} 10571 1 +10125 {10121} 10876 1 +10126 {10122} 1417 1 +10127 {10123} 2394 1 +10128 {10124} 1084 1 +10129 {10125} 2899 1 +10130 {10126} 3105 1 +10131 {10127} 10814 1 +10132 {10128} 15747 1 +10133 {10129} 2844 1 +10134 {10130} 486 1 +10135 {10131} 5723 1 +10136 {10132} 2509 1 +10137 {10133} 2550 1 +10138 {10134} 2571 1 +10139 {10135} 11732 1 +10140 {10136} 3418 1 +10141 {10137} 9882 1 +10142 {10138} 8987 1 +10143 {10139} 9451 1 +10144 {10140} 2770 1 +10145 {10141} 3304 1 +10146 {10142} 2857 1 +10147 {10143} 4573 1 +10148 {10144} 7988 1 +10149 {10145} 4592 1 +10150 {10146} 1678 1 +10151 {10147} 2801 1 +10152 {10148} 3094 1 +10153 {10149} 10016 1 +10154 {10150} 10385 1 +10155 {10151} 1643 1 +10156 {10152} 11557 1 +10157 {10153} 2738 1 +10158 {10154} 2818 1 +10159 {10155} 10869 1 +10160 {10156} 2326 1 +10161 {10157} 4620 1 +10162 {10158} 10724 1 +10163 {10159} 2051 1 +10164 {10160} 1160 1 +10165 {10162} 16260 1 +10166 {10163} 577 1 +10167 {10164} 1717 1 +10168 {10165} 8441 1 +10169 {10166} 1225 1 +10170 {10167} 2800 1 +10171 {10168} 10103 1 +10172 {10169} 9543 1 +10173 {10170} 14891 1 +10174 {10171} 9555 1 +10175 {10172} 11731 1 +10176 {10173} 6556 1 +10177 {10174} 10623 1 +10178 {10175} 11488 1 +10179 {10176} 12961 1 +10180 {10177} 2148 1 +10181 {10178} 1892 1 +10182 {10179} 7544 1 +10183 {10180} 5616 1 +10184 {10181} 3313 1 +10185 {10182} 2029 1 +10186 {10183} 2769 1 +10187 {10184} 9828 1 +10188 {10185} 12411 1 +10189 {10186} 1671 1 +10190 {10187} 11176 1 +10191 {10188} 1967 1 +10192 {10189} 8960 1 +10193 {10190} 16621 1 +10194 {10191} 2433 1 +10195 {10192} 9430 1 +10196 {10193} 10622 1 +10197 {10194} 6295 1 +10198 {10195} 2777 1 +10199 {10196} 2051 1 +10200 {10197} 2335 1 +10201 {10198} 3164 1 +10202 {10199} 2432 1 +10203 {10200} 11460 1 +10204 {10201} 3296 1 +10205 {10202} 1361 1 +10206 {10203} 3073 1 +10207 {10204} 3949 1 +10208 {10205} 10968 1 +10209 {10206} 1576 1 +10210 {10207} 3101 1 +10211 {10208} 2558 1 +10212 {10209} 15920 1 +10213 {10210} 9429 1 +10214 {10211} 2427 1 +10215 {10212} 1859 1 +10216 {10213} 9997 1 +10217 {10214} 3216 1 +10218 {10215} 10162 1 +10219 {10216} 7447 1 +10220 {10217} 8633 1 +10221 {10218} 9975 1 +10222 {10219} 2322 1 +10223 {10220} 3539 1 +10224 {10221} 10581 1 +10225 {10222} 2973 1 +10226 {10223} 9729 1 +10227 {10224} 11065 1 +10228 {10225} 2434 1 +10229 {10226} 9340 1 +10230 {10227} 8610 1 +10231 {10228} 10770 1 +10232 {10229} 1137 1 +10233 {10230} 2110 1 +10234 {10231} 10023 1 +10235 {10232} 1509 1 +10236 {10233} 11829 1 +10237 {10234} 11003 1 +10238 {10235} 2308 1 +10239 {10236} 7700 1 +10240 {10237} 10347 1 +10241 {10238} 3340 1 +10242 {10239} 2633 1 +10243 {10240} 11175 1 +10244 {10241} 10949 1 +10245 {10242} 2065 1 +10246 {10243} 9681 1 +10247 {10244} 2348 1 +10248 {10245} 1942 1 +10249 {10246} 1582 1 +10250 {10247} 1448 1 +10251 {10248} 10948 1 +10252 {10249} 1445 1 +10253 {10250} 10579 1 +10254 {10251} 3390 1 +10255 {10252} 1815 1 +10256 {10253} 3307 1 +10257 {10254} 3232 1 +10258 {10255} 2639 1 +10259 {10256} 9208 1 +10260 {10257} 975 1 +10261 {10258} 11059 1 +10262 {10259} 2333 1 +10263 {10260} 2910 1 +10264 {10261} 3208 1 +10265 {10262} 9612 1 +10266 {10263} 11147 1 +10267 {10264} 2665 1 +10268 {10265} 9281 1 +10269 {10266} 1817 1 +10270 {10267} 2962 1 +10271 {10268} 1683 1 +10272 {10269} 10835 1 +10273 {10270} 10892 1 +10274 {10271} 2132 1 +10275 {10272} 11836 1 +10276 {10273} 10479 1 +10277 {10274} 12010 1 +10278 {10275} 11505 1 +10279 {10276} 1927 1 +10280 {10277} 11730 1 +10281 {10278} 2903 1 +10282 {10279} 8586 1 +10283 {10280} 9258 1 +10284 {10281} 1472 1 +10285 {10282} 9724 1 +10286 {10283} 10914 1 +10287 {10284} 4801 1 +10288 {10285} 2504 1 +10289 {10286} 10046 1 +10290 {10287} 8418 1 +10291 {10288} 10423 1 +10292 {10289} 2739 1 +10293 {10290} 2810 1 +10294 {10291} 11395 1 +10295 {10292} 11291 1 +10296 {10293} 4367 1 +10297 {10294} 2326 1 +10298 {10295} 2402 1 +10299 {10296} 1859 1 +10300 {10297} 2026 1 +10301 {10298} 10911 1 +10302 {10299} 1442 1 +10303 {10300} 2531 1 +10304 {10301} 10129 1 +10305 {10302} 12550 1 +10306 {10303} 10067 1 +10307 {10304} 10581 1 +10308 {10305} 10601 1 +10309 {10306} 6796 1 +10310 {10307} 13433 1 +10311 {10308} 1750 1 +10312 {10309} 2032 1 +10313 {10310} 11647 1 +10314 {10311} 2154 1 +10315 {10312} 1980 1 +10316 {10313} 5664 1 +10317 {10314} 1291 1 +10318 {10315} 8975 1 +10319 {10316} 9515 1 +10320 {10317} 3299 1 +10321 {10318} 1476 1 +10322 {10319} 6537 1 +10323 {10320} 8613 1 +10324 {10321} 1997 1 +10325 {10322} 10535 1 +10326 {10323} 2979 1 +10327 {10324} 10206 1 +10328 {10325} 2462 1 +10329 {10326} 2940 1 +10330 {10327} 2066 1 +10331 {10328} 10815 1 +10332 {10329} 15431 1 +10333 {10330} 11299 1 +10334 {10331} 3376 1 +10335 {10332} 5464 1 +10336 {10333} 8705 1 +10337 {10334} 10275 1 +10338 {10335} 3180 1 +10339 {10336} 10308 1 +10340 {10337} 3378 1 +10341 {10338} 2739 1 +10342 {10339} 10368 1 +10343 {10340} 1817 1 +10344 {10341} 3599 1 +10345 {10342} 1903 1 +10346 {10343} 14293 1 +10347 {10344} 2644 1 +10348 {10345} 2629 1 +10349 {10346} 1978 1 +10350 {10347} 10001 1 +10351 {10348} 3310 1 +10352 {10349} 9105 1 +10353 {10350} 11423 1 +10354 {10351} 2467 1 +10355 {10352} 5954 1 +10356 {10353} 9442 1 +10357 {10354} 11963 1 +10358 {10355} 3005 1 +10359 {10356} 2184 1 +10360 {10357} 1718 1 +10361 {10358} 6092 1 +10362 {10359} 11388 1 +10363 {10360} 2744 1 +10364 {10361} 10268 1 +10365 {10362} 11668 1 +10366 {10363} 2161 1 +10367 {10364} 8228 1 +10368 {10365} 10797 1 +10369 {10366} 9295 1 +10370 {10367} 8819 1 +10371 {10368} 11867 1 +10372 {10369} 11620 1 +10373 {10370} 10272 1 +10374 {10371} 3014 1 +10375 {10372} 12736 1 +10376 {10373} 9105 1 +10377 {10374} 2975 1 +10378 {10375} 1225 1 +10379 {10376} 11206 1 +10380 {10377} 10777 1 +10381 {10378} 4941 1 +10382 {10379} 9711 1 +10383 {10380} 1579 1 +10384 {10381} 2708 1 +10385 {10382} 10581 1 +10386 {10383} 11316 1 +10387 {10384} 2133 1 +10388 {10385} 1844 1 +10389 {10386} 10702 1 +10390 {10387} 1153 1 +10391 {10388} 10956 1 +10392 {10389} 10564 1 +10393 {10390} 9439 1 +10394 {10391} 2937 1 +10395 {10392} 12203 1 +10396 {10393} 10705 1 +10397 {10394} 1155 1 +10398 {10395} 11624 1 +10399 {10396} 12846 1 +10400 {10397} 2429 1 +10401 {10398} 1807 1 +10402 {10399} 11108 1 +10403 {10400} 2560 1 +10404 {10401} 8586 1 +10405 {10402} 12164 1 +10406 {10403} 1686 1 +10407 {10404} 3040 1 +10408 {10405} 11428 1 +10409 {10406} 2417 1 +10410 {10407} 3801 1 +10411 {10408} 10792 1 +10412 {10409} 15610 1 +10413 {10410} 11434 1 +10414 {10411} 8976 1 +10415 {10412} 3780 1 +10416 {10413} 9277 1 +10417 {10414} 13646 1 +10418 {10415} 10366 1 +10419 {10416} 8539 1 +10420 {10417} 10536 1 +10421 {10418} 9991 1 +10422 {10419} 10799 1 +10423 {10420} 2887 1 +10424 {10421} 2839 1 +10425 {10422} 9793 1 +10426 {10423} 10179 1 +10427 {10424} 845 1 +10428 {10425} 2070 1 +10429 {10426} 2672 1 +10430 {10427} 2225 1 +10431 {10428} 3110 1 +10432 {10429} 2101 1 +10433 {10430} 13506 1 +10434 {10431} 1805 1 +10435 {10432} 2196 1 +10436 {10433} 2803 1 +10437 {10434} 11296 1 +10438 {10435} 9843 1 +10439 {10436} 1988 1 +10440 {10437} 11042 1 +10441 {10438} 2325 1 +10442 {10439} 2163 1 +10443 {10440} 1723 1 +10444 {10441} 11485 1 +10445 {10442} 11031 1 +10446 {10443} 11472 1 +10447 {10444} 2899 1 +10448 {10445} 2673 1 +10449 {10446} 1755 1 +10450 {10447} 2538 1 +10451 {10448} 799 1 +10452 {10449} 2261 1 +10453 {10450} 2654 1 +10454 {10451} 14803 1 +10455 {10452} 7468 1 +10456 {10453} 1565 1 +10457 {10454} 8121 1 +10458 {10455} 1087 1 +10459 {10456} 9278 1 +10460 {10457} 4677 1 +10461 {10458} 10643 1 +10462 {10459} 10420 1 +10463 {10460} 2699 1 +10464 {10461} 9898 1 +10465 {10462} 10750 1 +10466 {10463} 9947 1 +10467 {10464} 6058 1 +10468 {10465} 12815 1 +10469 {10466} 3339 1 +10470 {10467} 15498 1 +10471 {10468} 10927 1 +10472 {10469} 1751 1 +10473 {10470} 1717 1 +10474 {10471} 10016 1 +10475 {10472} 2965 1 +10476 {10473} 11826 1 +10477 {10474} 13860 1 +10478 {10475} 2400 1 +10479 {10476} 7910 1 +10480 {10477} 2061 1 +10481 {10478} 14045 1 +10482 {10479} 10325 1 +10483 {10480} 11505 1 +10484 {10481} 1940 1 +10485 {10482} 15976 1 +10486 {10483} 1447 1 +10487 {10484} 11065 1 +10488 {10485} 1748 1 +10489 {10486} 6152 1 +10490 {10487} 11836 1 +10491 {10488} 2614 1 +10492 {10489} 4845 1 +10493 {10490} 11065 1 +10494 {10491} 2063 1 +10495 {10492} 9701 1 +10496 {10493} 1431 1 +10497 {10494} 1658 1 +10498 {10495} 2604 1 +10499 {10496} 8961 1 +10500 {10497} 2826 1 +10501 {10498} 8290 1 +10502 {10499} 9496 1 +10503 {10500} 11125 1 +10504 {10501} 2780 1 +10505 {10502} 2402 1 +10506 {10503} 12052 1 +10507 {10504} 2163 1 +10508 {10505} 2035 1 +10509 {10506} 8146 1 +10510 {10507} 10051 1 +10511 {10508} 2296 1 +10512 {10509} 9615 1 +10513 {10510} 2034 1 +10514 {10511} 11415 1 +10515 {10512} 10427 1 +10516 {10513} 1701 1 +10517 {10514} 2430 1 +10518 {10515} 2051 1 +10519 {10516} 10191 1 +10520 {10517} 4155 1 +10521 {10518} 3927 1 +10522 {10519} 3314 1 +10523 {10520} 12795 1 +10524 {10521} 9387 1 +10525 {10522} 10645 1 +10526 {10523} 9875 1 +10527 {10524} 8265 1 +10528 {10525} 3659 1 +10529 {10526} 11478 1 +10530 {10527} 8933 1 +10531 {10528} 2666 1 +10532 {10529} 2664 1 +10533 {10530} 2558 1 +10534 {10531} 2456 1 +10535 {10532} 14749 1 +10536 {10533} 1475 1 +10537 {10534} 10618 1 +10538 {10535} 10258 1 +10539 {10536} 2125 1 +10540 {10537} 1856 1 +10541 {10538} 2095 1 +10542 {10539} 1308 1 +10543 {10540} 3811 1 +10544 {10541} 9411 1 +10545 {10542} 2316 1 +10546 {10543} 8591 1 +10547 {10544} 11205 1 +10548 {10545} 2025 1 +10549 {10546} 12358 1 +10550 {10547} 1823 1 +10551 {10548} 10993 1 +10552 {10549} 7911 1 +10553 {10550} 10311 1 +10554 {10551} 2400 1 +10555 {10552} 476 1 +10556 {10553} 12020 1 +10557 {10554} 1581 1 +10558 {10555} 11771 1 +10559 {10556} 1633 1 +10560 {10557} 1417 1 +10561 {10558} 3655 1 +10562 {10559} 11945 1 +10563 {10560} 1682 1 +10564 {10561} 3003 1 +10565 {10562} 10769 1 +10566 {10563} 12549 1 +10567 {10564} 1372 1 +10568 {10565} 4992 1 +10569 {10566} 1679 1 +10570 {10567} 2605 1 +10571 {10568} 10515 1 +10572 {10569} 1799 1 +10573 {10570} 8008 1 +10574 {10571} 993 1 +10575 {10572} 2887 1 +10576 {10573} 2773 1 +10577 {10574} 11029 1 +10578 {10575} 10674 1 +10579 {10576} 2518 1 +10580 {10577} 1820 1 +10581 {10578} 15688 1 +10582 {10579} 2901 1 +10583 {10580} 2597 1 +10584 {10581} 14153 1 +10585 {10582} 7609 1 +10586 {10583} 3061 1 +10587 {10584} 2180 1 +10588 {10585} 11334 1 +10589 {10586} 7383 1 +10590 {10587} 13687 1 +10591 {10588} 6704 1 +10592 {10589} 2457 1 +10593 {10590} 10925 1 +10594 {10591} 9102 1 +10595 {10592} 1274 1 +10596 {10593} 3072 1 +10597 {10594} 12342 1 +10598 {10595} 364 1 +10599 {10596} 10016 1 +10600 {10597} 6116 1 +10601 {10598} 10315 1 +10602 {10599} 11379 1 +10603 {10600} 2606 1 +10604 {10601} 1989 1 +10605 {10602} 11699 1 +10606 {10603} 10576 1 +10607 {10604} 12956 1 +10608 {10605} 9907 1 +10609 {10606} 2069 1 +10610 {10607} 8226 1 +10611 {10608} 10623 1 +10612 {10609} 10735 1 +10613 {10610} 14403 1 +10614 {10611} 1790 1 +10615 {10612} 1925 1 +10616 {10613} 9773 1 +10617 {10614} 9018 1 +10618 {10615} 16565 1 +10619 {10616} 11268 1 +10620 {10617} 3910 1 +10621 {10618} 12444 1 +10622 {10619} 2024 1 +10623 {10620} 2197 1 +10624 {10621} 10236 1 +10625 {10622} 2733 1 +10626 {10623} 11056 1 +10627 {10624} 11842 1 +10628 {10625} 1823 1 +10629 {10626} 9175 1 +10630 {10627} 11887 1 +10631 {10628} 12976 1 +10632 {10629} 3634 1 +10633 {10630} 9907 1 +10634 {10631} 11873 1 +10635 {10632} 2874 1 +10636 {10633} 8276 1 +10637 {10634} 2125 1 +10638 {10635} 2227 1 +10639 {10636} 10270 1 +10640 {10637} 1444 1 +10641 {10638} 1701 1 +10642 {10639} 2998 1 +10643 {10640} 1568 1 +10644 {10641} 2167 1 +10645 {10642} 2834 1 +10646 {10643} 3210 1 +10647 {10644} 1972 1 +10648 {10645} 2864 1 +10649 {10646} 10308 1 +10650 {10647} 10638 1 +10651 {10648} 3212 1 +10652 {10649} 8611 1 +10653 {10650} 1647 1 +10654 {10651} 1730 1 +10655 {10652} 15484 1 +10656 {10653} 8791 1 +10657 {10654} 16027 1 +10658 {10655} 2498 1 +10659 {10656} 10607 1 +10660 {10657} 10958 1 +10661 {10658} 5009 1 +10662 {10659} 2326 1 +10663 {10660} 1218 1 +10664 {10661} 9197 1 +10665 {10662} 10033 1 +10666 {10663} 11699 1 +10667 {10664} 3066 1 +10668 {10665} 2050 1 +10669 {10666} 11581 1 +10670 {10667} 2785 1 +10671 {10668} 2267 1 +10672 {10669} 2098 1 +10673 {10670} 10182 1 +10674 {10671} 9115 1 +10675 {10672} 1976 1 +10676 {10673} 2995 1 +10677 {10674} 10329 1 +10678 {10675} 1754 1 +10679 {10676} 1732 1 +10680 {10677} 1738 1 +10681 {10678} 7376 1 +10682 {10679} 13547 1 +10683 {10680} 8722 1 +10684 {10681} 1947 1 +10685 {10682} 10212 1 +10686 {10683} 1529 1 +10687 {10684} 2882 1 +10688 {10685} 2133 1 +10689 {10686} 1826 1 +10690 {10687} 3009 1 +10691 {10688} 11573 1 +10692 {10689} 16540 1 +10693 {10690} 10241 1 +10694 {10691} 16142 1 +10695 {10692} 2145 1 +10696 {10693} 11178 1 +10697 {10694} 10139 1 +10698 {10695} 2099 1 +10699 {10696} 9655 1 +10700 {10697} 1652 1 +10701 {10698} 15555 1 +10702 {10699} 9618 1 +10703 {10700} 9438 1 +10704 {10701} 4087 1 +10705 {10702} 16349 1 +10706 {10703} 3006 1 +10707 {10704} 2840 1 +10708 {10705} 5635 1 +10709 {10706} 2596 1 +10710 {10707} 2261 1 +10711 {10708} 10525 1 +10712 {10709} 1384 1 +10713 {10710} 1478 1 +10714 {10711} 2837 1 +10715 {10712} 164 1 +10716 {10713} 7291 1 +10717 {10714} 3107 1 +10718 {10715} 10715 1 +10719 {10716} 12050 1 +10720 {10717} 2233 1 +10721 {10718} 9010 1 +10722 {10719} 1785 1 +10723 {10720} 7036 1 +10724 {10721} 1710 1 +10725 {10722} 1056 1 +10726 {10723} 10415 1 +10727 {10724} 10968 1 +10728 {10725} 1551 1 +10729 {10726} 2540 1 +10730 {10727} 11552 1 +10731 {10728} 8036 1 +10732 {10729} 10721 1 +10733 {10730} 1597 1 +10734 {10731} 7185 1 +10735 {10732} 9133 1 +10736 {10733} 11071 1 +10737 {10734} 2129 1 +10738 {10735} 9116 1 +10739 {10736} 2018 1 +10740 {10737} 12078 1 +10741 {10738} 2754 1 +10742 {10739} 10694 1 +10743 {10740} 8593 1 +10744 {10741} 1465 1 +10745 {10742} 15037 1 +10746 {10743} 1997 1 +10747 {10744} 9235 1 +10748 {10745} 2690 1 +10749 {10746} 9775 1 +10750 {10747} 4713 1 +10751 {10748} 5525 1 +10752 {10749} 9085 1 +10753 {10750} 1950 1 +10754 {10751} 1891 1 +10755 {10752} 15125 1 +10756 {10753} 11689 1 +10757 {10754} 1960 1 +10758 {10755} 2493 1 +10759 {10756} 667 1 +10760 {10757} 10139 1 +10761 {10758} 8230 1 +10762 {10759} 2363 1 +10763 {10760} 1553 1 +10764 {10761} 9534 1 +10765 {10762} 9429 1 +10766 {10763} 10917 1 +10767 {10764} 1988 1 +10768 {10765} 11433 1 +10769 {10766} 16329 1 +10770 {10767} 2415 1 +10771 {10768} 797 1 +10772 {10769} 9986 1 +10773 {10770} 2165 1 +10774 {10771} 1365 1 +10775 {10772} 10181 1 +10776 {10773} 902 1 +10777 {10774} 5302 1 +10778 {10775} 2117 1 +10779 {10776} 10653 1 +10780 {10777} 9880 1 +10781 {10778} 2092 1 +10782 {10779} 2231 1 +10783 {10780} 1584 1 +10784 {10781} 1599 1 +10785 {10782} 1572 1 +10786 {10783} 3023 1 +10787 {10784} 14603 1 +10788 {10785} 1747 1 +10789 {10786} 1004 1 +10790 {10787} 3384 1 +10791 {10788} 2899 1 +10792 {10789} 11507 1 +10793 {10790} 2639 1 +10794 {10791} 1618 1 +10795 {10792} 3600 1 +10796 {10793} 1120 1 +10797 {10794} 2941 1 +10798 {10795} 2811 1 +10799 {10796} 9451 1 +10800 {10797} 11521 1 +10801 {10798} 2261 1 +10802 {10799} 1752 1 +10803 {10800} 1988 1 +10804 {10801} 1804 1 +10805 {10802} 10058 1 +10806 {10803} 2500 1 +10807 {10804} 10702 1 +10808 {10805} 1150 1 +10809 {10806} 2417 1 +10810 {10807} 1942 1 +10811 {10808} 7613 1 +10812 {10809} 15614 1 +10813 {10810} 1550 1 +10814 {10811} 2927 1 +10815 {10812} 589 1 +10816 {10813} 2167 1 +10817 {10814} 11218 1 +10818 {10815} 10788 1 +10819 {10816} 1892 1 +10820 {10817} 11790 1 +10821 {10818} 2766 1 +10822 {10819} 2565 1 +10823 {10820} 10048 1 +10824 {10821} 2334 1 +10825 {10822} 2632 1 +10826 {10823} 1754 1 +10827 {10824} 1450 1 +10828 {10825} 3263 1 +10829 {10826} 10922 1 +10830 {10827} 2368 1 +10831 {10828} 9770 1 +10832 {10829} 10491 1 +10833 {10830} 7975 1 +10834 {10831} 10632 1 +10835 {10832} 2175 1 +10836 {10833} 8883 1 +10837 {10834} 9985 1 +10838 {10835} 287 1 +10839 {10836} 3172 1 +10840 {10837} 3685 1 +10841 {10838} 10622 1 +10842 {10839} 13518 1 +10843 {10840} 9996 1 +10844 {10841} 6393 1 +10845 {10842} 10063 1 +10846 {10843} 11078 1 +10847 {10844} 10769 1 +10848 {10845} 5072 1 +10849 {10846} 11460 1 +10850 {10847} 8865 1 +10851 {10848} 10685 1 +10852 {10849} 2627 1 +10853 {10850} 10413 1 +10854 {10851} 10597 1 +10855 {10852} 12906 1 +10856 {10853} 1265 1 +10857 {10854} 7899 1 +10858 {10855} 2939 1 +10859 {10856} 14120 1 +10860 {10857} 10021 1 +10861 {10858} 2065 1 +10862 {10859} 15911 1 +10863 {10860} 1600 1 +10864 {10861} 13143 1 +10865 {10862} 1921 1 +10866 {10863} 3152 1 +10867 {10864} 15227 1 +10868 {10865} 12877 1 +10869 {10866} 3997 1 +10870 {10867} 2222 1 +10871 {10868} 1653 1 +10872 {10869} 1209 1 +10873 {10870} 3242 1 +10874 {10871} 15514 1 +10875 {10872} 11853 1 +10876 {10873} 3069 1 +10877 {10874} 2432 1 +10878 {10875} 1891 1 +10879 {10876} 2574 1 +10880 {10877} 3309 1 +10881 {10878} 12261 1 +10882 {10879} 523 1 +10883 {10880} 9017 1 +10884 {10881} 10614 1 +10885 {10882} 11829 1 +10886 {10883} 321 1 +10887 {10884} 10086 1 +10888 {10885} 2007 1 +10889 {10886} 2432 1 +10890 {10887} 7915 1 +10891 {10888} 3467 1 +10892 {10889} 10669 1 +10893 {10890} 1580 1 +10894 {10891} 12206 1 +10895 {10892} 5522 1 +10896 {10893} 3678 1 +10897 {10894} 10572 1 +10898 {10895} 3180 1 +10899 {10896} 11775 1 +10900 {10897} 14647 1 +10901 {10898} 10525 1 +10902 {10899} 2830 1 +10903 {10900} 10887 1 +10904 {10901} 2603 1 +10905 {10902} 2964 1 +10906 {10903} 2726 1 +10907 {10904} 8803 1 +10908 {10905} 10078 1 +10909 {10906} 9790 1 +10910 {10907} 8196 1 +10911 {10908} 1921 1 +10912 {10909} 10902 1 +10913 {10910} 10925 1 +10914 {10911} 2802 1 +10915 {10912} 2936 1 +10916 {10913} 11861 1 +10917 {10914} 13557 1 +10918 {10915} 2537 1 +10919 {10916} 10863 1 +10920 {10917} 2195 1 +10921 {10918} 2397 1 +10922 {10919} 11104 1 +10923 {10920} 10672 1 +10924 {10921} 1535 1 +10925 {10922} 8132 1 +10926 {10923} 3037 1 +10927 {10924} 8163 1 +10928 {10925} 9295 1 +10929 {10926} 2031 1 +10930 {10927} 11518 1 +10931 {10928} 12078 1 +10932 {10929} 2668 1 +10933 {10930} 13649 1 +10934 {10931} 3073 1 +10935 {10932} 948 1 +10936 {10933} 10928 1 +10937 {10934} 9552 1 +10938 {10935} 11822 1 +10939 {10936} 1653 1 +10940 {10937} 2496 1 +10941 {10938} 2503 1 +10942 {10939} 2266 1 +10943 {10940} 2302 1 +10944 {10941} 3439 1 +10945 {10942} 1885 1 +10946 {10943} 1223 1 +10947 {10944} 1354 1 +10948 {10945} 1824 1 +10949 {10946} 11452 1 +10950 {10947} 1463 1 +10951 {10948} 4432 1 +10952 {10949} 2178 1 +10953 {10950} 975 1 +10954 {10951} 2030 1 +10955 {10952} 2903 1 +10956 {10953} 2193 1 +10957 {10954} 1085 1 +10958 {10955} 11091 1 +10959 {10956} 2064 1 +10960 {10957} 2566 1 +10961 {10958} 8680 1 +10962 {10959} 11138 1 +10963 {10960} 9209 1 +10964 {10961} 3412 1 +10965 {10962} 913 1 +10966 {10963} 3004 1 +10967 {10964} 1641 1 +10968 {10965} 1052 1 +10969 {10966} 9263 1 +10970 {10967} 1996 1 +10971 {10968} 2996 1 +10972 {10969} 11114 1 +10973 {10970} 2496 1 +10974 {10971} 8148 1 +10975 {10972} 2700 1 +10976 {10973} 5910 1 +10977 {10974} 2165 1 +10978 {10975} 2763 1 +10979 {10976} 2523 1 +10980 {10977} 907 1 +10981 {10978} 4831 1 +10982 {10979} 4118 1 +10983 {10980} 2837 1 +10984 {10981} 2536 1 +10985 {10982} 13937 1 +10986 {10983} 8876 1 +10987 {10984} 1375 1 +10988 {10985} 1713 1 +10989 {10986} 6840 1 +10990 {10987} 2231 1 +10991 {10988} 9181 1 +10992 {10989} 1983 1 +10993 {10990} 3846 1 +10994 {10991} 10552 1 +10995 {10992} 2566 1 +10996 {10993} 10932 1 +10997 {10994} 2230 1 +10998 {10995} 10301 1 +10999 {10996} 10371 1 +11000 {10997} 11186 1 +11001 {10998} 2606 1 +11002 {10999} 3335 1 +11003 {11000} 2733 1 +11004 {11001} 4836 1 +11005 {11002} 3480 1 +11006 {11003} 3170 1 +11007 {11004} 1578 1 +11008 {11005} 10999 1 +11009 {11006} 2091 1 +11010 {11007} 5793 1 +11011 {11008} 10441 1 +11012 {11009} 2536 1 +11013 {11010} 11348 1 +11014 {11011} 2166 1 +11015 {11012} 16569 1 +11016 {11013} 1960 1 +11017 {11014} 9670 1 +11018 {11015} 8767 1 +11019 {11016} 2094 1 +11020 {11017} 11411 1 +11021 {11018} 2055 1 +11022 {11019} 2115 1 +11023 {11020} 1747 1 +11024 {11021} 1345 1 +11025 {11022} 2435 1 +11026 {11023} 1237 1 +11027 {11024} 1382 1 +11028 {11025} 10555 1 +11029 {11026} 10930 1 +11030 {11027} 1994 1 +11031 {11028} 1771 1 +11032 {11029} 8258 1 +11033 {11030} 2322 1 +11034 {11031} 1769 1 +11035 {11032} 2988 1 +11036 {11033} 2196 1 +11037 {11034} 2741 1 +11038 {11035} 333 1 +11039 {11036} 2197 1 +11040 {11037} 7639 1 +11041 {11038} 9851 1 +11042 {11039} 9764 1 +11043 {11040} 1133 1 +11044 {11041} 1987 1 +11045 {11042} 7795 1 +11046 {11043} 3095 1 +11047 {11044} 2537 1 +11048 {11045} 11807 1 +11049 {11046} 2429 1 +11050 {11047} 10770 1 +11051 {11048} 12008 1 +11052 {11049} 9351 1 +11053 {11050} 10183 1 +11054 {11051} 1848 1 +11055 {11052} 2127 1 +11056 {11053} 6782 1 +11057 {11054} 2401 1 +11058 {11055} 1814 1 +11059 {11056} 10335 1 +11060 {11057} 15927 1 +11061 {11058} 10859 1 +11062 {11059} 1545 1 +11063 {11060} 2063 1 +11064 {11061} 2217 1 +11065 {11062} 3663 1 +11066 {11063} 9924 1 +11067 {11064} 1890 1 +11068 {11065} 13085 1 +11069 {11066} 10423 1 +11070 {11067} 2501 1 +11071 {11068} 9365 1 +11072 {11069} 15177 1 +11073 {11070} 9187 1 +11074 {11071} 10340 1 +11075 {11072} 3184 1 +11076 {11073} 2155 1 +11077 {11074} 9703 1 +11078 {11075} 1441 1 +11079 {11076} 3216 1 +11080 {11077} 8694 1 +11081 {11078} 1636 1 +11082 {11079} 3313 1 +11083 {11080} 10985 1 +11084 {11081} 11071 1 +11085 {11082} 11488 1 +11086 {11083} 8305 1 +11087 {11084} 9428 1 +11088 {11085} 2640 1 +11089 {11086} 3078 1 +11090 {11087} 4042 1 +11091 {11088} 6223 1 +11092 {11089} 3132 1 +11093 {11090} 9776 1 +11094 {11091} 1479 1 +11095 {11092} 10639 1 +11096 {11093} 1962 1 +11097 {11094} 9622 1 +11098 {11095} 11343 1 +11099 {11096} 10981 1 +11100 {11097} 10216 1 +11101 {11098} 2427 1 +11102 {11099} 4506 1 +11103 {11100} 2839 1 +11104 {11101} 9544 1 +11105 {11102} 2904 1 +11106 {11103} 3011 1 +11107 {11104} 11201 1 +11108 {11105} 938 1 +11109 {11106} 2733 1 +11110 {11107} 10208 1 +11111 {11108} 15320 1 +11112 {11109} 10576 1 +11113 {11110} 11169 1 +11114 {11111} 11198 1 +11115 {11112} 2494 1 +11116 {11113} 2639 1 +11117 {11114} 2233 1 +11118 {11115} 2901 1 +11119 {11116} 2770 1 +11120 {11117} 1786 1 +11121 {11118} 2397 1 +11122 {11119} 9209 1 +11123 {11120} 3141 1 +11124 {11121} 10778 1 +11125 {11122} 3307 1 +11126 {11123} 12195 1 +11127 {11124} 1382 1 +11128 {11125} 1855 1 +11129 {11126} 10054 1 +11130 {11127} 12100 1 +11131 {11128} 1245 1 +11132 {11129} 5111 1 +11133 {11130} 2070 1 +11134 {11131} 1647 1 +11135 {11132} 2195 1 +11136 {11133} 10570 1 +11137 {11134} 2154 1 +11138 {11135} 4128 1 +11139 {11136} 2255 1 +11140 {11137} 1890 1 +11141 {11138} 13739 1 +11142 {11139} 2129 1 +11143 {11140} 2368 1 +11144 {11141} 2515 1 +11145 {11142} 3564 1 +11146 {11143} 1904 1 +11147 {11144} 1824 1 +11148 {11145} 10192 1 +11149 {11146} 1241 1 +11150 {11147} 11452 1 +11151 {11148} 9000 1 +11152 {11149} 1395 1 +11153 {11150} 9835 1 +11154 {11151} 11246 1 +11155 {11152} 1174 1 +11156 {11153} 1643 1 +11157 {11154} 2276 1 +11158 {11155} 9367 1 +11159 {11156} 11761 1 +11160 {11157} 9849 1 +11161 {11158} 2261 1 +11162 {11159} 8743 1 +11163 {11160} 8782 1 +11164 {11161} 10442 1 +11165 {11162} 2937 1 +11166 {11163} 2415 1 +11167 {11164} 2432 1 +11168 {11165} 3212 1 +11169 {11166} 6938 1 +11170 {11167} 7981 1 +11171 {11168} 1352 1 +11172 {11169} 2190 1 +11173 {11170} 9221 1 +11174 {11171} 3250 1 +11175 {11172} 2634 1 +11176 {11173} 2518 1 +11177 {11174} 2598 1 +11178 {11175} 11201 1 +11179 {11176} 2298 1 +11180 {11177} 1998 1 +11181 {11178} 3007 1 +11182 {11179} 2979 1 +11183 {11180} 2245 1 +11184 {11181} 1543 1 +11185 {11182} 11374 1 +11186 {11183} 854 1 +11187 {11184} 1798 1 +11188 {11185} 864 1 +11189 {11186} 2826 1 +11190 {11187} 2054 1 +11191 {11188} 1827 1 +11192 {11189} 3398 1 +11193 {11190} 10535 1 +11194 {11191} 2267 1 +11195 {11192} 15553 1 +11196 {11193} 1081 1 +11197 {11194} 3612 1 +11198 {11195} 4925 1 +11199 {11196} 2536 1 +11200 {11197} 14357 1 +11201 {11198} 10206 1 +11202 {11199} 1342 1 +11203 {11200} 10062 1 +11204 {11201} 1963 1 +11205 {11202} 5784 1 +11206 {11203} 10018 1 +11207 {11204} 10139 1 +11208 {11205} 3981 1 +11209 {11206} 2428 1 +11210 {11207} 1482 1 +11211 {11208} 4053 1 +11212 {11209} 1094 1 +11213 {11210} 1915 1 +11214 {11211} 15785 1 +11215 {11212} 8295 1 +11216 {11213} 3164 1 +11217 {11214} 7682 1 +11218 {11215} 2467 1 +11219 {11216} 11026 1 +11220 {11217} 1900 1 +11221 {11218} 2574 1 +11222 {11219} 2744 1 +11223 {11220} 13376 1 +11224 {11221} 2574 1 +11225 {11222} 1670 1 +11226 {11223} 2725 1 +11227 {11224} 8704 1 +11228 {11225} 5159 1 +11229 {11226} 2705 1 +11230 {11227} 11378 1 +11231 {11228} 2185 1 +11232 {11229} 12184 1 +11233 {11230} 8852 1 +11234 {11231} 6162 1 +11235 {11232} 1404 1 +11236 {11233} 11252 1 +11237 {11234} 2700 1 +11238 {11235} 8700 1 +11239 {11236} 2353 1 +11240 {11237} 3224 1 +11241 {11238} 8534 1 +11242 {11239} 1258 1 +11243 {11240} 9791 1 +11244 {11241} 2163 1 +11245 {11242} 2770 1 +11246 {11243} 1101 1 +11247 {11244} 9944 1 +11248 {11245} 10282 1 +11249 {11246} 2134 1 +11250 {11247} 5942 1 +11251 {11248} 3128 1 +11252 {11249} 6499 1 +11253 {11250} 6619 1 +11254 {11251} 10898 1 +11255 {11252} 1990 1 +11256 {11253} 8777 1 +11257 {11254} 1817 1 +11258 {11255} 10360 1 +11259 {11256} 11478 1 +11260 {11257} 2389 1 +11261 {11258} 2936 1 +11262 {11259} 1132 1 +11263 {11260} 9807 1 +11264 {11261} 2028 1 +11265 {11262} 12836 1 +11266 {11263} 9869 1 +11267 {11264} 5518 1 +11268 {11265} 13184 1 +11269 {11266} 2187 1 +11270 {11267} 1988 1 +11271 {11268} 2572 1 +11272 {11269} 2323 1 +11273 {11270} 9571 1 +11274 {11271} 9180 1 +11275 {11272} 2507 1 +11276 {11273} 4606 1 +11277 {11274} 10225 1 +11278 {11275} 11488 1 +11279 {11276} 11587 1 +11280 {11277} 2858 1 +11281 {11278} 627 1 +11282 {11279} 11314 1 +11283 {11280} 3412 1 +11284 {11281} 873 1 +11285 {11282} 2166 1 +11286 {11283} 4554 1 +11287 {11284} 2594 1 +11288 {11285} 12996 1 +11289 {11286} 12228 1 +11290 {11287} 11682 1 +11291 {11288} 7530 1 +11292 {11289} 11496 1 +11293 {11290} 2708 1 +11294 {11291} 1646 1 +11295 {11292} 8660 1 +11296 {11293} 8627 1 +11297 {11294} 1703 1 +11298 {11295} 1280 1 +11299 {11296} 7623 1 +11300 {11297} 4737 1 +11301 {11298} 2361 1 +11302 {11299} 1514 1 +11303 {11300} 14707 1 +11304 {11301} 11250 1 +11305 {11302} 2518 1 +11306 {11303} 1644 1 +11307 {11304} 15742 1 +11308 {11305} 1414 1 +11309 {11306} 11201 1 +11310 {11307} 11332 1 +11311 {11308} 2244 1 +11312 {11309} 10174 1 +11313 {11310} 10338 1 +11314 {11311} 11206 1 +11315 {11312} 5495 1 +11316 {11313} 11340 1 +11317 {11314} 11659 1 +11318 {11315} 14391 1 +11319 {11316} 2273 1 +11320 {11317} 10585 1 +11321 {11318} 2680 1 +11322 {11319} 824 1 +11323 {11320} 6127 1 +11324 {11321} 2627 1 +11325 {11322} 9994 1 +11326 {11323} 1255 1 +11327 {11324} 12122 1 +11328 {11325} 1855 1 +11329 {11326} 14368 1 +11330 {11327} 2943 1 +11331 {11328} 11273 1 +11332 {11329} 2316 1 +11333 {11330} 11297 1 +11334 {11331} 9835 1 +11335 {11332} 2129 1 +11336 {11333} 10398 1 +11337 {11334} 1608 1 +11338 {11335} 3075 1 +11339 {11336} 12007 1 +11340 {11337} 2316 1 +11341 {11338} 3169 1 +11342 {11339} 9571 1 +11343 {11340} 1617 1 +11344 {11341} 2769 1 +11345 {11342} 10987 1 +11346 {11343} 9060 1 +11347 {11344} 9598 1 +11348 {11345} 2930 1 +11349 {11346} 3279 1 +11350 {11347} 2741 1 +11351 {11348} 12191 1 +11352 {11349} 2399 1 +11353 {11350} 12423 1 +11354 {11351} 2776 1 +11355 {11352} 12063 1 +11356 {11353} 2601 1 +11357 {11354} 11677 1 +11358 {11355} 2569 1 +11359 {11356} 2534 1 +11360 {11357} 2360 1 +11361 {11358} 921 1 +11362 {11359} 10123 1 +11363 {11360} 9526 1 +11364 {11361} 3090 1 +11365 {11362} 11456 1 +11366 {11363} 9346 1 +11367 {11364} 2714 1 +11368 {11365} 3830 1 +11369 {11366} 3672 1 +11370 {11367} 1820 1 +11371 {11368} 3575 1 +11372 {11369} 2390 1 +11373 {11370} 2894 1 +11374 {11371} 9182 1 +11375 {11372} 2232 1 +11376 {11373} 2110 1 +11377 {11374} 1562 1 +11378 {11375} 9984 1 +11379 {11376} 10001 1 +11380 {11377} 1885 1 +11381 {11378} 1848 1 +11382 {11379} 2672 1 +11383 {11380} 2493 1 +11384 {11381} 10014 1 +11385 {11382} 9300 1 +11386 {11383} 9540 1 +11387 {11384} 10084 1 +11388 {11385} 1648 1 +11389 {11386} 2098 1 +11390 {11387} 2327 1 +11391 {11388} 9333 1 +11392 {11389} 9770 1 +11393 {11390} 9977 1 +11394 {11391} 1814 1 +11395 {11392} 14506 1 +11396 {11393} 2606 1 +11397 {11394} 8898 1 +11398 {11395} 1842 1 +11399 {11396} 7597 1 +11400 {11397} 9388 1 +11401 {11398} 1924 1 +11402 {11399} 2102 1 +11403 {11400} 9799 1 +11404 {11401} 1469 1 +11405 {11402} 2023 1 +11406 {11403} 2800 1 +11407 {11404} 10340 1 +11408 {11405} 1980 1 +11409 {11406} 1609 1 +11410 {11407} 3275 1 +11411 {11408} 10393 1 +11412 {11409} 11798 1 +11413 {11410} 1479 1 +11414 {11411} 1467 1 +11415 {11412} 9308 1 +11416 {11413} 2400 1 +11417 {11414} 4958 1 +11418 {11415} 2838 1 +11419 {11416} 11248 1 +11420 {11417} 10130 1 +11421 {11418} 11216 1 +11422 {11419} 1787 1 +11423 {11420} 10048 1 +11424 {11421} 10388 1 +11425 {11422} 914 1 +11426 {11423} 1807 1 +11427 {11424} 9532 1 +11428 {11425} 9613 1 +11429 {11426} 2566 1 +11430 {11427} 2425 1 +11431 {11428} 10843 1 +11432 {11429} 9366 1 +11433 {11430} 9753 1 +11434 {11431} 7849 1 +11435 {11432} 1096 1 +11436 {11433} 11496 1 +11437 {11434} 2339 1 +11438 {11435} 9924 1 +11439 {11436} 9262 1 +11440 {11437} 2420 1 +11441 {11438} 1989 1 +11442 {11439} 9944 1 +11443 {11440} 10788 1 +11444 {11441} 11488 1 +11445 {11442} 7306 1 +11446 {11443} 8872 1 +11447 {11444} 10413 1 +11448 {11445} 9747 1 +11449 {11446} 1357 1 +11450 {11447} 1939 1 +11451 {11448} 10580 1 +11452 {11449} 14276 1 +11453 {11450} 2863 1 +11454 {11451} 10527 1 +11455 {11452} 3757 1 +11456 {11453} 1001 1 +11457 {11454} 1647 1 +11458 {11455} 3363 1 +11459 {11456} 10804 1 +11460 {11457} 3062 1 +11461 {11458} 2334 1 +11462 {11459} 1613 1 +11463 {11460} 14533 1 +11464 {11461} 2499 1 +11465 {11462} 7948 1 +11466 {11463} 9322 1 +11467 {11464} 2218 1 +11468 {11465} 2716 1 +11469 {11466} 948 1 +11470 {11467} 10293 1 +11471 {11468} 1679 1 +11472 {11469} 11076 1 +11473 {11470} 6363 1 +11474 {11471} 9746 1 +11475 {11472} 1884 1 +11476 {11473} 10993 1 +11477 {11474} 2917 1 +11478 {11475} 2830 1 +11479 {11476} 8316 1 +11480 {11477} 10096 1 +11481 {11478} 2453 1 +11482 {11479} 9558 1 +11483 {11480} 2331 1 +11484 {11481} 9775 1 +11485 {11482} 3120 1 +11486 {11483} 2227 1 +11487 {11484} 8359 1 +11488 {11485} 1950 1 +11489 {11486} 3431 1 +11490 {11487} 1865 1 +11491 {11488} 10134 1 +11492 {11489} 11416 1 +11493 {11490} 3176 1 +11494 {11491} 2639 1 +11495 {11492} 14412 1 +11496 {11493} 9070 1 +11497 {11494} 11684 1 +11498 {11495} 2198 1 +11499 {11496} 2268 1 +11500 {11497} 2572 1 +11501 {11498} 2496 1 +11502 {11499} 5445 1 +11503 {11500} 14860 1 +11504 {11501} 10447 1 +11505 {11502} 1914 1 +11506 {11503} 8276 1 +11507 {11504} 10928 1 +11508 {11505} 10796 1 +11509 {11506} 225 1 +11510 {11507} 2689 1 +11511 {11508} 2194 1 +11512 {11509} 2371 1 +11513 {11510} 2152 1 +11514 {11511} 1786 1 +11515 {11512} 2603 1 +11516 {11513} 1450 1 +11517 {11514} 2065 1 +11518 {11515} 2531 1 +11519 {11516} 5840 1 +11520 {11517} 929 1 +11521 {11518} 10344 1 +11522 {11519} 2840 1 +11523 {11520} 12797 1 +11524 {11521} 10230 1 +11525 {11522} 7153 1 +11526 {11523} 10843 1 +11527 {11524} 1926 1 +11528 {11525} 2335 1 +11529 {11526} 2302 1 +11530 {11527} 11380 1 +11531 {11528} 1911 1 +11532 {11529} 12222 1 +11533 {11530} 2482 1 +11534 {11531} 13796 1 +11535 {11532} 10304 1 +11536 {11533} 2415 1 +11537 {11534} 10430 1 +11538 {11535} 11066 1 +11539 {11536} 3349 1 +11540 {11537} 10956 1 +11541 {11538} 2091 1 +11542 {11539} 7606 1 +11543 {11540} 11640 1 +11544 {11541} 1995 1 +11545 {11542} 936 1 +11546 {11543} 1846 1 +11547 {11544} 1239 1 +11548 {11545} 2512 1 +11549 {11546} 10186 1 +11550 {11547} 1098 1 +11551 {11548} 2516 1 +11552 {11549} 9582 1 +11553 {11550} 1378 1 +11554 {11551} 7955 1 +11555 {11552} 2143 1 +11556 {11553} 1670 1 +11557 {11554} 10536 1 +11558 {11555} 2397 1 +11559 {11556} 2701 1 +11560 {11557} 3389 1 +11561 {11558} 2573 1 +11562 {11559} 8957 1 +11563 {11560} 9730 1 +11564 {11561} 11128 1 +11565 {11562} 3347 1 +11566 {11563} 1191 1 +11567 {11564} 46 1 +11568 {11565} 1960 1 +11569 {11566} 2412 1 +11570 {11567} 2687 1 +11571 {11568} 11171 1 +11572 {11569} 9484 1 +11573 {11570} 8932 1 +11574 {11571} 2566 1 +11575 {11572} 10382 1 +11576 {11573} 2494 1 +11577 {11574} 1921 1 +11578 {11575} 9152 1 +11579 {11576} 61 1 +11580 {11577} 2189 1 +11581 {11578} 1953 1 +11582 {11579} 8764 1 +11583 {11580} 1407 1 +11584 {11581} 9027 1 +11585 {11582} 1904 1 +11586 {11583} 10479 1 +11587 {11584} 3322 1 +11588 {11585} 1951 1 +11589 {11586} 3448 1 +11590 {11587} 10971 1 +11591 {11588} 10875 1 +11592 {11589} 10351 1 +11593 {11590} 2318 1 +11594 {11591} 8895 1 +11595 {11592} 3010 1 +11596 {11593} 11306 1 +11597 {11594} 2546 1 +11598 {11595} 1749 1 +11599 {11596} 7834 1 +11600 {11597} 1818 1 +11601 {11598} 4533 1 +11602 {11599} 2334 1 +11603 {11600} 11186 1 +11604 {11601} 566 1 +11605 {11602} 2322 1 +11606 {11603} 4111 1 +11607 {11604} 1223 1 +11608 {11605} 9026 1 +11609 {11606} 11146 1 +11610 {11607} 2774 1 +11611 {11608} 14086 1 +11612 {11609} 1749 1 +11613 {11610} 12589 1 +11614 {11611} 1852 1 +11615 {11612} 9004 1 +11616 {11613} 1891 1 +11617 {11614} 2941 1 +11618 {11615} 2454 1 +11619 {11616} 2869 1 +11620 {11617} 1887 1 +11621 {11618} 10721 1 +11622 {11619} 16539 1 +11623 {11620} 2908 1 +11624 {11621} 9878 1 +11625 {11622} 1199 1 +11626 {11623} 1602 1 +11627 {11624} 2878 1 +11628 {11625} 9247 1 +11629 {11626} 11693 1 +11630 {11627} 1329 1 +11631 {11628} 11673 1 +11632 {11629} 7068 1 +11633 {11630} 10250 1 +11634 {11631} 14604 1 +11635 {11632} 9684 1 +11636 {11633} 7935 1 +11637 {11634} 2064 1 +11638 {11635} 2101 1 +11639 {11636} 2811 1 +11640 {11637} 3395 1 +11641 {11638} 9809 1 +11642 {11639} 10739 1 +11643 {11640} 11131 1 +11644 {11641} 1993 1 +11645 {11642} 994 1 +11646 {11643} 993 1 +11647 {11644} 11218 1 +11648 {11645} 11995 1 +11649 {11646} 1444 1 +11650 {11647} 2573 1 +11651 {11648} 2037 1 +11652 {11649} 1167 1 +11653 {11650} 2337 1 +11654 {11651} 1815 1 +11655 {11652} 9608 1 +11656 {11653} 13121 1 +11657 {11654} 10886 1 +11658 {11655} 2158 1 +11659 {11656} 11485 1 +11660 {11657} 9675 1 +11661 {11658} 12083 1 +11662 {11659} 10323 1 +11663 {11660} 10031 1 +11664 {11661} 5952 1 +11665 {11662} 1625 1 +11666 {11663} 1255 1 +11667 {11664} 6659 1 +11668 {11665} 1788 1 +11669 {11666} 11530 1 +11670 {11667} 8847 1 +11671 {11668} 2098 1 +11672 {11669} 2771 1 +11673 {11670} 2661 1 +11674 {11671} 15549 1 +11675 {11672} 7540 1 +11676 {11673} 9379 1 +11677 {11674} 11577 1 +11678 {11675} 2264 1 +11679 {11676} 3050 1 +11680 {11677} 1618 1 +11681 {11678} 2066 1 +11682 {11679} 12541 1 +11683 {11680} 3327 1 +11684 {11681} 1418 1 +11685 {11682} 2468 1 +11686 {11683} 10218 1 +11687 {11684} 1264 1 +11688 {11685} 10730 1 +11689 {11686} 3438 1 +11690 {11687} 2558 1 +11691 {11688} 1679 1 +11692 {11689} 1149 1 +11693 {11690} 1049 1 +11694 {11691} 1992 1 +11695 {11692} 9741 1 +11696 {11693} 11226 1 +11697 {11694} 9093 1 +11698 {11695} 9109 1 +11699 {11696} 2708 1 +11700 {11697} 9412 1 +11701 {11698} 11329 1 +11702 {11699} 9654 1 +11703 {11700} 10888 1 +11704 {11701} 2578 1 +11705 {11702} 726 1 +11706 {11703} 1207 1 +11707 {11704} 13774 1 +11708 {11705} 1648 1 +11709 {11706} 10618 1 +11710 {11707} 14699 1 +11711 {11708} 2390 1 +11712 {11709} 9711 1 +11713 {11710} 16317 1 +11714 {11711} 1785 1 +11715 {11712} 2738 1 +11716 {11713} 968 1 +11717 {11714} 16515 1 +11718 {11715} 6168 1 +11719 {11716} 2369 1 +11720 {11717} 3009 1 +11721 {11718} 9655 1 +11722 {11719} 8531 1 +11723 {11720} 3570 1 +11724 {11721} 1993 1 +11725 {11722} 2560 1 +11726 {11723} 9558 1 +11727 {11724} 11748 1 +11728 {11725} 5428 1 +11729 {11726} 1855 1 +11730 {11727} 11485 1 +11731 {11728} 2461 1 +11732 {11729} 11507 1 +11733 {11730} 11474 1 +11734 {11731} 11108 1 +11735 {11732} 11051 1 +11736 {11733} 1910 1 +11737 {11734} 13359 1 +11738 {11735} 10425 1 +11739 {11736} 9633 1 +11740 {11737} 2904 1 +11741 {11738} 9811 1 +11742 {11739} 1784 1 +11743 {11740} 2758 1 +11744 {11741} 1247 1 +11745 {11742} 10697 1 +11746 {11743} 7862 1 +11747 {11744} 2017 1 +11748 {11745} 14156 1 +11749 {11746} 1429 1 +11750 {11747} 2091 1 +11751 {11748} 10982 1 +11752 {11749} 2608 1 +11753 {11750} 5469 1 +11754 {11751} 1981 1 +11755 {11752} 1786 1 +11756 {11753} 9936 1 +11757 {11754} 8726 1 +11758 {11755} 1870 1 +11759 {11756} 1456 1 +11760 {11757} 1064 1 +11761 {11758} 7535 1 +11762 {11759} 12202 1 +11763 {11760} 1123 1 +11764 {11761} 2483 1 +11765 {11762} 1580 1 +11766 {11763} 6682 1 +11767 {11764} 11234 1 +11768 {11765} 11951 1 +11769 {11766} 9540 1 +11770 {11767} 1639 1 +11771 {11768} 12050 1 +11772 {11769} 1827 1 +11773 {11770} 2301 1 +11774 {11771} 2099 1 +11775 {11772} 10487 1 +11776 {11773} 2472 1 +11777 {11774} 2228 1 +11778 {11775} 10967 1 +11779 {11776} 11364 1 +11780 {11777} 3095 1 +11781 {11778} 11935 1 +11782 {11779} 2292 1 +11783 {11780} 11372 1 +11784 {11781} 11848 1 +11785 {11782} 3084 1 +11786 {11783} 8497 1 +11787 {11784} 10222 1 +11788 {11785} 10769 1 +11789 {11786} 1404 1 +11790 {11787} 9598 1 +11791 {11788} 11252 1 +11792 {11789} 3111 1 +11793 {11790} 10953 1 +11794 {11791} 9359 1 +11795 {11792} 3612 1 +11796 {11793} 11847 1 +11797 {11794} 2220 1 +11798 {11795} 10526 1 +11799 {11796} 9445 1 +11800 {11797} 1653 1 +11801 {11798} 9265 1 +11802 {11799} 10160 1 +11803 {11800} 2204 1 +11804 {11801} 2633 1 +11805 {11802} 1027 1 +11806 {11803} 11659 1 +11807 {11804} 10093 1 +11808 {11805} 12028 1 +11809 {11806} 2124 1 +11810 {11807} 9058 1 +11811 {11808} 9593 1 +11812 {11809} 1951 1 +11813 {11810} 7516 1 +11814 {11811} 9826 1 +11815 {11812} 2469 1 +11816 {11813} 10174 1 +11817 {11814} 10769 1 +11818 {11815} 2401 1 +11819 {11816} 5061 1 +11820 {11817} 2092 1 +11821 {11818} 3522 1 +11822 {11819} 9126 1 +11823 {11820} 10631 1 +11824 {11821} 2840 1 +11825 {11822} 3068 1 +11826 {11823} 9445 1 +11827 {11824} 4380 1 +11828 {11825} 9834 1 +11829 {11826} 1787 1 +11830 {11827} 4772 1 +11831 {11828} 10783 1 +11832 {11829} 5831 1 +11833 {11830} 10670 1 +11834 {11831} 11518 1 +11835 {11832} 2492 1 +11836 {11833} 11060 1 +11837 {11834} 11196 1 +11838 {11835} 2319 1 +11839 {11836} 10134 1 +11840 {11837} 1919 1 +11841 {11838} 1614 1 +11842 {11839} 1758 1 +11843 {11840} 1988 1 +11844 {11841} 10564 1 +11845 {11842} 12895 1 +11846 {11843} 2276 1 +11847 {11844} 2244 1 +11848 {11845} 10724 1 +11849 {11846} 11858 1 +11850 {11847} 2614 1 +11851 {11848} 9741 1 +11852 {11849} 6770 1 +11853 {11850} 2356 1 +11854 {11851} 10741 1 +11855 {11852} 10421 1 +11856 {11853} 3185 1 +11857 {11854} 9223 1 +11858 {11855} 10869 1 +11859 {11856} 1396 1 +11860 {11857} 1541 1 +11861 {11858} 11123 1 +11862 {11859} 1354 1 +11863 {11860} 3868 1 +11864 {11861} 9940 1 +11865 {11862} 5442 1 +11866 {11863} 9387 1 +11867 {11864} 3112 1 +11868 {11865} 13629 1 +11869 {11866} 577 1 +11870 {11867} 10479 1 +11871 {11868} 2044 1 +11872 {11869} 1788 1 +11873 {11870} 3341 1 +11874 {11871} 2941 1 +11875 {11872} 10024 1 +11876 {11873} 13133 1 +11877 {11874} 8295 1 +11878 {11875} 1515 1 +11879 {11876} 4680 1 +11880 {11877} 11035 1 +11881 {11878} 10796 1 +11882 {11879} 2645 1 +11883 {11880} 1207 1 +11884 {11881} 16210 1 +11885 {11882} 1289 1 +11886 {11883} 3039 1 +11887 {11884} 2497 1 +11888 {11885} 2977 1 +11889 {11886} 3170 1 +11890 {11887} 10241 1 +11891 {11888} 14787 1 +11892 {11889} 10989 1 +11893 {11890} 11790 1 +11894 {11891} 1397 1 +11895 {11892} 2960 1 +11896 {11893} 12529 1 +11897 {11894} 11833 1 +11898 {11895} 15602 1 +11899 {11896} 10052 1 +11900 {11897} 1413 1 +11901 {11898} 10099 1 +11902 {11899} 3210 1 +11903 {11900} 1646 1 +11904 {11901} 11199 1 +11905 {11902} 2084 1 +11906 {11903} 2594 1 +11907 {11904} 4143 1 +11908 {11905} 10125 1 +11909 {11906} 2098 1 +11910 {11907} 621 1 +11911 {11908} 9243 1 +11912 {11909} 2288 1 +11913 {11910} 9605 1 +11914 {11911} 4798 1 +11915 {11912} 1950 1 +11916 {11913} 10839 1 +11917 {11914} 9760 1 +11918 {11915} 10103 1 +11919 {11916} 3091 1 +11920 {11917} 1214 1 +11921 {11918} 12578 1 +11922 {11919} 16236 1 +11923 {11920} 7306 1 +11924 {11921} 10447 1 +11925 {11922} 10023 1 +11926 {11923} 9741 1 +11927 {11924} 2051 1 +11928 {11925} 2428 1 +11929 {11926} 9431 1 +11930 {11927} 2629 1 +11931 {11928} 8230 1 +11932 {11929} 2862 1 +11933 {11930} 8342 1 +11934 {11931} 8796 1 +11935 {11996} 13630 1 +11936 {11932} 10891 1 +11937 {11933} 1208 1 +11938 {11934} 9817 1 +11939 {11935} 2225 1 +11940 {11936} 2596 1 +11941 {11937} 8865 1 +11942 {11938} 12578 1 +11943 {11939} 2189 1 +11944 {11940} 8857 1 +11945 {11941} 10409 1 +11946 {11942} 2503 1 +11947 {11943} 13790 1 +11948 {11944} 10974 1 +11949 {11945} 2661 1 +11950 {11946} 12438 1 +11951 {11947} 1737 1 +11952 {11948} 3633 1 +11953 {11949} 1919 1 +11954 {11950} 1635 1 +11955 {11951} 11516 1 +11956 {11952} 14951 1 +11957 {11953} 945 1 +11958 {11954} 7855 1 +11959 {11955} 6255 1 +11960 {11956} 2288 1 +11961 {11957} 8888 1 +11962 {11958} 2366 1 +11963 {11959} 9307 1 +11964 {11960} 15404 1 +11965 {11961} 5049 1 +11966 {11962} 10462 1 +11967 {11963} 2488 1 +11968 {11964} 9367 1 +11969 {11965} 2370 1 +11970 {11966} 10852 1 +11971 {11967} 2198 1 +11972 {11968} 9716 1 +11973 {11969} 4392 1 +11974 {11970} 2567 1 +11975 {11971} 1445 1 +11976 {11972} 3176 1 +11977 {11973} 3179 1 +11978 {11974} 5185 1 +11979 {11975} 2177 1 +11980 {11976} 2606 1 +11981 {11977} 15621 1 +11982 {11978} 2238 1 +11983 {11979} 8877 1 +11984 {11980} 2190 1 +11985 {11981} 11820 1 +11986 {11982} 2873 1 +11987 {11983} 8389 1 +11988 {11984} 2771 1 +11989 {11985} 3217 1 +11990 {11986} 1674 1 +11991 {11987} 9747 1 +11992 {11988} 1414 1 +11993 {11989} 9904 1 +11994 {11990} 11049 1 +11995 {11991} 2721 1 +11996 {11992} 2213 1 +11997 {11993} 2603 1 +11998 {11994} 10835 1 +11999 {11995} 2699 1 +12000 {11997} 1911 1 +12001 {11998} 2830 1 +12002 {11999} 1136 1 +12003 {12000} 16456 1 +12004 {12001} 11284 1 +12005 {12002} 8342 1 +12006 {12003} 1554 1 +12007 {12004} 2166 1 +12008 {12005} 1538 1 +12009 {12006} 2468 1 +12010 {12007} 2630 1 +12011 {12008} 1747 1 +12012 {12009} 10988 1 +12013 {12010} 765 1 +12014 {12011} 2444 1 +12015 {12012} 7252 1 +12016 {12013} 2151 1 +12017 {12014} 3111 1 +12018 {12015} 2593 1 +12019 {12016} 15846 1 +12020 {12017} 2364 1 +12021 {12018} 14815 1 +12022 {12019} 2334 1 +12023 {12020} 2135 1 +12024 {12021} 2941 1 +12025 {12022} 2684 1 +12026 {12023} 12659 1 +12027 {12024} 8577 1 +12028 {12025} 1976 1 +12029 {12026} 1612 1 +12030 {12027} 10489 1 +12031 {12028} 2395 1 +12032 {12029} 13138 1 +12033 {12030} 1714 1 +12034 {12031} 1753 1 +12035 {12032} 2810 1 +12036 {12033} 10321 1 +12037 {12034} 1737 1 +12038 {12035} 1615 1 +12039 {12036} 10453 1 +12040 {12037} 2979 1 +12041 {12038} 8495 1 +12042 {12039} 11798 1 +12043 {12040} 2092 1 +12044 {12041} 8722 1 +12045 {12042} 10126 1 +12046 {12043} 11720 1 +12047 {12044} 15599 1 +12048 {12045} 9978 1 +12049 {12046} 10436 1 +12050 {12047} 1704 1 +12051 {12048} 3262 1 +12052 {12049} 11402 1 +12053 {12050} 2733 1 +12054 {12051} 12130 1 +12055 {12052} 11197 1 +12056 {12053} 7938 1 +12057 {12054} 11279 1 +12058 {12055} 10335 1 +12059 {12056} 8955 1 +12060 {12057} 1462 1 +12061 {12058} 2637 1 +12062 {12059} 6031 1 +12063 {12060} 3919 1 +12064 {12061} 2874 1 +12065 {12127} 10705 1 +12066 {12062} 2664 1 +12067 {12063} 2868 1 +12068 {12064} 2011 1 +12069 {12065} 11310 1 +12070 {12066} 11394 1 +12071 {12067} 8862 1 +12072 {12068} 3494 1 +12073 {12069} 9147 1 +12074 {12070} 5621 1 +12075 {12071} 3797 1 +12076 {12072} 2940 1 +12077 {12073} 10552 1 +12078 {12074} 2357 1 +12079 {12075} 12547 1 +12080 {12076} 916 1 +12081 {12077} 1892 1 +12082 {12078} 2806 1 +12083 {12079} 1680 1 +12084 {12080} 2275 1 +12085 {12081} 2066 1 +12086 {12082} 1859 1 +12087 {12083} 2729 1 +12088 {12084} 9016 1 +12089 {12085} 12430 1 +12090 {12086} 2621 1 +12091 {12087} 1297 1 +12092 {12088} 1857 1 +12093 {12089} 3103 1 +12094 {12090} 4151 1 +12095 {12091} 1961 1 +12096 {12092} 9800 1 +12097 {12093} 3308 1 +12098 {12094} 11478 1 +12099 {12095} 7587 1 +12100 {12096} 2442 1 +12101 {12097} 9816 1 +12102 {12098} 11041 1 +12103 {12099} 15111 1 +12104 {12100} 2009 1 +12105 {12101} 2637 1 +12106 {12102} 11665 1 +12107 {12103} 10608 1 +12108 {12104} 1334 1 +12109 {12105} 6845 1 +12110 {12106} 10719 1 +12111 {12107} 1329 1 +12112 {12108} 2467 1 +12113 {12109} 1208 1 +12114 {12110} 2158 1 +12115 {12111} 10572 1 +12116 {12112} 8932 1 +12117 {12113} 9905 1 +12118 {12114} 2192 1 +12119 {12115} 11714 1 +12120 {12116} 1391 1 +12121 {12117} 1821 1 +12122 {12118} 2538 1 +12123 {12119} 11522 1 +12124 {12120} 2088 1 +12125 {12121} 1196 1 +12126 {12122} 7001 1 +12127 {12123} 1679 1 +12128 {12124} 9000 1 +12129 {12125} 9828 1 +12130 {12126} 1327 1 +12131 {12129} 1953 1 +12132 {12130} 8028 1 +12133 {12131} 10465 1 +12134 {12132} 16191 1 +12135 {12133} 2684 1 +12136 {12134} 14239 1 +12137 {12135} 3034 1 +12138 {12136} 2045 1 +12139 {12137} 10918 1 +12140 {12138} 1125 1 +12141 {12139} 1449 1 +12142 {12140} 2591 1 +12143 {12141} 2465 1 +12144 {12142} 1032 1 +12145 {12143} 12560 1 +12146 {12144} 2375 1 +12147 {12145} 1374 1 +12148 {12146} 2134 1 +12149 {12147} 11125 1 +12150 {12148} 1597 1 +12151 {12149} 11514 1 +12152 {12150} 3432 1 +12153 {12151} 2490 1 +12154 {12152} 2601 1 +12155 {12153} 12185 1 +12156 {12154} 2264 1 +12157 {12155} 11222 1 +12158 {12156} 9773 1 +12159 {12157} 14527 1 +12160 {12158} 9899 1 +12161 {12159} 2501 1 +12162 {12160} 1953 1 +12163 {12161} 11415 1 +12164 {12162} 10457 1 +12165 {12163} 1780 1 +12166 {12164} 10352 1 +12167 {12165} 2263 1 +12168 {12166} 10853 1 +12169 {12167} 8896 1 +12170 {12168} 3435 1 +12171 {12169} 10302 1 +12172 {12170} 10162 1 +12173 {12171} 11613 1 +12174 {12172} 10288 1 +12175 {12173} 3137 1 +12176 {12174} 10960 1 +12177 {12175} 12582 1 +12178 {12176} 10781 1 +12179 {12177} 3033 1 +12180 {12178} 2405 1 +12181 {12179} 9476 1 +12182 {12180} 2273 1 +12183 {12181} 15131 1 +12184 {12182} 2969 1 +12185 {12183} 2185 1 +12186 {12184} 9356 1 +12187 {12185} 9755 1 +12188 {12186} 11206 1 +12189 {12187} 2233 1 +12190 {12188} 2958 1 +12191 {12189} 10576 1 +12192 {12190} 10306 1 +12193 {12191} 9876 1 +12194 {12192} 1478 1 +12195 {12193} 3473 1 +12196 {12194} 11534 1 +12197 {12195} 10669 1 +12198 {12196} 10863 1 +12199 {12197} 2382 1 +12200 {12198} 10398 1 +12201 {12199} 10572 1 +12202 {12200} 11034 1 +12203 {12201} 2334 1 +12204 {12202} 9683 1 +12205 {12203} 9657 1 +12206 {12204} 15626 1 +12207 {12205} 2428 1 +12208 {12206} 10116 1 +12209 {12207} 1802 1 +12210 {12208} 999 1 +12211 {12209} 1933 1 +12212 {12210} 3040 1 +12213 {12211} 2967 1 +12214 {12212} 1479 1 +12215 {12213} 14112 1 +12216 {12214} 10641 1 +12217 {12215} 10460 1 +12218 {12216} 9197 1 +12219 {12217} 2301 1 +12220 {12218} 1426 1 +12221 {12219} 1250 1 +12222 {12220} 9729 1 +12223 {12221} 10174 1 +12224 {12222} 2096 1 +12225 {12223} 10841 1 +12226 {12224} 1992 1 +12227 {12225} 8936 1 +12228 {12226} 2461 1 +12229 {12227} 15956 1 +12230 {12228} 1051 1 +12231 {12229} 11196 1 +12232 {12230} 10916 1 +12233 {12231} 9916 1 +12234 {12232} 2220 1 +12235 {12233} 2302 1 +12236 {12234} 11695 1 +12237 {12235} 3125 1 +12238 {12236} 1108 1 +12239 {12237} 9510 1 +12240 {12238} 10905 1 +12241 {12239} 10956 1 +12242 {12240} 9944 1 +12243 {12241} 2926 1 +12244 {12242} 14241 1 +12245 {12243} 12021 1 +12246 {12244} 3283 1 +12247 {12245} 11379 1 +12248 {12246} 3095 1 +12249 {12247} 11783 1 +12250 {12248} 2689 1 +12251 {12249} 12455 1 +12252 {12250} 1865 1 +12253 {12251} 1262 1 +12254 {12252} 12190 1 +12255 {12253} 10271 1 +12256 {12254} 1323 1 +12257 {12255} 9840 1 +12258 {12256} 3042 1 +12259 {12257} 1535 1 +12260 {12258} 4156 1 +12261 {12259} 10538 1 +12262 {12260} 10408 1 +12263 {12261} 10900 1 +12264 {12262} 2566 1 +12265 {12263} 2327 1 +12266 {12264} 1342 1 +12267 {12265} 2326 1 +12268 {12266} 15722 1 +12269 {12267} 1583 1 +12270 {12268} 499 1 +12271 {12269} 10202 1 +12272 {12270} 8250 1 +12273 {12271} 10452 1 +12274 {12272} 2979 1 +12275 {12273} 2764 1 +12276 {12274} 2434 1 +12277 {12275} 11538 1 +12278 {12276} 9721 1 +12279 {12277} 12018 1 +12280 {12278} 2537 1 +12281 {12279} 3635 1 +12282 {12280} 1437 1 +12283 {12281} 3004 1 +12284 {12282} 6374 1 +12285 {12283} 16106 1 +12286 {12284} 763 1 +12287 {12285} 9244 1 +12288 {12286} 670 1 +12289 {12287} 1553 1 +12290 {12288} 9840 1 +12291 {12289} 4071 1 +12292 {12290} 10449 1 +12293 {12291} 15010 1 +12294 {12292} 631 1 +12295 {12293} 701 1 +12296 {12294} 2492 1 +12297 {12295} 9810 1 +12298 {12296} 1674 1 +12299 {12297} 3045 1 +12300 {12298} 9446 1 +12301 {12299} 1910 1 +12302 {12300} 2214 1 +12303 {12301} 11091 1 +12304 {12302} 1275 1 +12305 {12303} 2178 1 +12306 {12304} 10591 1 +12307 {12305} 7380 1 +12308 {12306} 9518 1 +12309 {12307} 2673 1 +12310 {12308} 2390 1 +12311 {12309} 3075 1 +12312 {12310} 2971 1 +12313 {12311} 1821 1 +12314 {12312} 12145 1 +12315 {12313} 11807 1 +12316 {12314} 1125 1 +12317 {12315} 1100 1 +12318 {12316} 9489 1 +12319 {12317} 1361 1 +12320 {12318} 10125 1 +12321 {12319} 4434 1 +12322 {12320} 15956 1 +12323 {12321} 9179 1 +12324 {12322} 1028 1 +12325 {12323} 15570 1 +12326 {12324} 9658 1 +12327 {12325} 3069 1 +12328 {12326} 1852 1 +12329 {12327} 2361 1 +12330 {12328} 12624 1 +12331 {12329} 5935 1 +12332 {12330} 10061 1 +12333 {12331} 2386 1 +12334 {12332} 3086 1 +12335 {12333} 1619 1 +12336 {12334} 11413 1 +12337 {12335} 2660 1 +12338 {12336} 10461 1 +12339 {12337} 2531 1 +12340 {12338} 1164 1 +12341 {12339} 11338 1 +12342 {12340} 10938 1 +12343 {12341} 1056 1 +12344 {12342} 11673 1 +12345 {12343} 9546 1 +12346 {12344} 935 1 +12347 {12345} 2154 1 +12348 {12346} 2382 1 +12349 {12347} 1609 1 +12350 {12348} 4609 1 +12351 {12349} 8783 1 +12352 {12350} 784 1 +12353 {12351} 10792 1 +12354 {12352} 2025 1 +12355 {12353} 11525 1 +12356 {12354} 1258 1 +12357 {12355} 10096 1 +12358 {12356} 12792 1 +12359 {12357} 2769 1 +12360 {12358} 3125 1 +12361 {12359} 10828 1 +12362 {12360} 1960 1 +12363 {12361} 2842 1 +12364 {12362} 10183 1 +12365 {12363} 2268 1 +12366 {12364} 10626 1 +12367 {12365} 2523 1 +12368 {12366} 804 1 +12369 {12367} 10953 1 +12370 {12368} 9804 1 +12371 {12369} 1925 1 +12372 {12370} 3322 1 +12373 {12371} 993 1 +12374 {12372} 2187 1 +12375 {12373} 1928 1 +12376 {12374} 1612 1 +12377 {12375} 2530 1 +12378 {12376} 1614 1 +12379 {12377} 9491 1 +12380 {12378} 3037 1 +12381 {12379} 2569 1 +12382 {12380} 11186 1 +12383 {12381} 11915 1 +12384 {12382} 10150 1 +12385 {12383} 10623 1 +12386 {12384} 14763 1 +12387 {12385} 15859 1 +12388 {12386} 11076 1 +12389 {12387} 2859 1 +12390 {12388} 14485 1 +12391 {12389} 2234 1 +12392 {12390} 2287 1 +12393 {12391} 2029 1 +12394 {12392} 1750 1 +12395 {12393} 1397 1 +12396 {12394} 11027 1 +12397 {12395} 5460 1 +12398 {12396} 10461 1 +12399 {12397} 1475 1 +12400 {12398} 2149 1 +12401 {12399} 2706 1 +12402 {12400} 9957 1 +12403 {12401} 11168 1 +12404 {12402} 11088 1 +12405 {12403} 9759 1 +12406 {12404} 4654 1 +12407 {12405} 1225 1 +12408 {12406} 2428 1 +12409 {12407} 2572 1 +12410 {12408} 6648 1 +12411 {12409} 11117 1 +12412 {12410} 2839 1 +12413 {12411} 8803 1 +12414 {12412} 10916 1 +12415 {12413} 1120 1 +12416 {12414} 10161 1 +12417 {12415} 9336 1 +12418 {12416} 4106 1 +12419 {12417} 1683 1 +12420 {12418} 9965 1 +12421 {12419} 1700 1 +12422 {12420} 10030 1 +12423 {12421} 1248 1 +12424 {12422} 1505 1 +12425 {12423} 11788 1 +12426 {12424} 1926 1 +12427 {12425} 12703 1 +12428 {12426} 3282 1 +12429 {12427} 2330 1 +12430 {12428} 10989 1 +12431 {12429} 2185 1 +12432 {12430} 9908 1 +12433 {12431} 10648 1 +12434 {12432} 2114 1 +12435 {12433} 11904 1 +12436 {12434} 10031 1 +12437 {12435} 9099 1 +12438 {12436} 1606 1 +12439 {12437} 7518 1 +12440 {12438} 1927 1 +12441 {12439} 7676 1 +12442 {12440} 2424 1 +12443 {12441} 12471 1 +12444 {12442} 1748 1 +12445 {12443} 10509 1 +12446 {12444} 2430 1 +12447 {12445} 9232 1 +12448 {12446} 2633 1 +12449 {12447} 2971 1 +12450 {12448} 11513 1 +12451 {12449} 2668 1 +12452 {12450} 2189 1 +12453 {12451} 10540 1 +12454 {12452} 11388 1 +12455 {12453} 2364 1 +12456 {12454} 10155 1 +12457 {12455} 1752 1 +12458 {12456} 10301 1 +12459 {12457} 2401 1 +12460 {12458} 2158 1 +12461 {12459} 8101 1 +12462 {12460} 1514 1 +12463 {12461} 2590 1 +12464 {12462} 2258 1 +12465 {12463} 4135 1 +12466 {12464} 1818 1 +12467 {12465} 10288 1 +12468 {12466} 1826 1 +12469 {12467} 1858 1 +12470 {12468} 1410 1 +12471 {12469} 9978 1 +12472 {12470} 11766 1 +12473 {12471} 11617 1 +12474 {12472} 10721 1 +12475 {12473} 2071 1 +12476 {12474} 2389 1 +12477 {12475} 2228 1 +12478 {12476} 11016 1 +12479 {12477} 12302 1 +12480 {12478} 11835 1 +12481 {12479} 2797 1 +12482 {12480} 3477 1 +12483 {12481} 3831 1 +12484 {12482} 9189 1 +12485 {12483} 2367 1 +12486 {12484} 2386 1 +12487 {12485} 10724 1 +12488 {12486} 1603 1 +12489 {12487} 11704 1 +12490 {12488} 1485 1 +12491 {12489} 11041 1 +12492 {12490} 2726 1 +12493 {12491} 16403 1 +12494 {12492} 11417 1 +12495 {12493} 2942 1 +12496 {12494} 2053 1 +12497 {12495} 11867 1 +12498 {12496} 10102 1 +12499 {12497} 1998 1 +12500 {12498} 2669 1 +12501 {12499} 11761 1 +12502 {12500} 1611 1 +12503 {12501} 10310 1 +12504 {12502} 2848 1 +12505 {12503} 2061 1 +12506 {12504} 4574 1 +12507 {12505} 10135 1 +12508 {12506} 2303 1 +12509 {12507} 846 1 +12510 {12508} 2094 1 +12511 {12509} 10750 1 +12512 {12510} 11372 1 +12513 {12511} 10911 1 +12514 {12512} 6563 1 +12515 {12513} 3519 1 +12516 {12514} 1647 1 +12517 {12515} 1568 1 +12518 {12516} 10757 1 +12519 {12517} 11573 1 +12520 {12518} 10565 1 +12521 {12519} 2998 1 +12522 {12520} 2467 1 +12523 {12521} 999 1 +12524 {12522} 11041 1 +12525 {12523} 2335 1 +12526 {12524} 2293 1 +12527 {12525} 2129 1 +12528 {12526} 1918 1 +12529 {12527} 2029 1 +12530 {12528} 10735 1 +12531 {12529} 1685 1 +12532 {12530} 2873 1 +12533 {12531} 2536 1 +12534 {12532} 9236 1 +12535 {12533} 9100 1 +12536 {12534} 1683 1 +12537 {12535} 2867 1 +12538 {12536} 2015 1 +12539 {12537} 2304 1 +12540 {12538} 1957 1 +12541 {12539} 2326 1 +12542 {12540} 10277 1 +12543 {12541} 6486 1 +12544 {12542} 2639 1 +12545 {12543} 10580 1 +12546 {12544} 11116 1 +12547 {12545} 2194 1 +12548 {12546} 8655 1 +12549 {12547} 11908 1 +12550 {12548} 2499 1 +12551 {12549} 9644 1 +12552 {12550} 2462 1 +12553 {12551} 1884 1 +12554 {12552} 2432 1 +12555 {12553} 9765 1 +12556 {12554} 10496 1 +12557 {12555} 11605 1 +12558 {12556} 2503 1 +12559 {12557} 4350 1 +12560 {12558} 8694 1 +12561 {12559} 1613 1 +12562 {12560} 12313 1 +12563 {12561} 4544 1 +12564 {12562} 2094 1 +12565 {12563} 1590 1 +12566 {12564} 10486 1 +12567 {12565} 10140 1 +12568 {12566} 10022 1 +12569 {12567} 2268 1 +12570 {12568} 9677 1 +12571 {12569} 7729 1 +12572 {12570} 12292 1 +12573 {12571} 9565 1 +12574 {12572} 3013 1 +12575 {12573} 1320 1 +12576 {12574} 2515 1 +12577 {12575} 2966 1 +12578 {12576} 16196 1 +12579 {12577} 6988 1 +12580 {12578} 9963 1 +12581 {12579} 9803 1 +12582 {12580} 10278 1 +12583 {12581} 6539 1 +12584 {12582} 1518 1 +12585 {12583} 1954 1 +12586 {12584} 1273 1 +12587 {12585} 10398 1 +12588 {12586} 10731 1 +12589 {12587} 1807 1 +12590 {12588} 10046 1 +12591 {12589} 14164 1 +12592 {12590} 6696 1 +12593 {12591} 868 1 +12594 {12592} 10866 1 +12595 {12593} 2369 1 +12596 {12594} 10662 1 +12597 {12595} 9233 1 +12598 {12596} 3132 1 +12599 {12597} 1723 1 +12600 {12598} 2400 1 +12601 {12599} 1495 1 +12602 {12600} 1065 1 +12603 {12601} 5539 1 +12604 {12602} 1842 1 +12605 {12603} 10559 1 +12606 {12604} 2598 1 +12607 {12605} 2809 1 +12608 {12606} 2308 1 +12609 {12607} 10900 1 +12610 {12608} 13826 1 +12611 {12609} 1745 1 +12612 {12610} 2395 1 +12613 {12611} 10947 1 +12614 {12612} 1815 1 +12615 {12613} 11225 1 +12616 {12614} 3661 1 +12617 {12615} 9986 1 +12618 {12616} 1720 1 +12619 {12617} 2989 1 +12620 {12618} 10046 1 +12621 {12619} 1784 1 +12622 {12620} 3461 1 +12623 {12621} 15419 1 +12624 {12622} 9782 1 +12625 {12623} 11509 1 +12626 {12624} 9341 1 +12627 {12625} 10301 1 +12628 {12626} 3142 1 +12629 {12627} 2327 1 +12630 {12628} 11226 1 +12631 {12629} 1785 1 +12632 {12630} 10025 1 +12633 {12631} 1737 1 +12634 {12632} 3178 1 +12635 {12633} 9159 1 +12636 {12634} 9800 1 +12637 {12635} 5149 1 +12638 {12636} 10660 1 +12639 {12637} 2487 1 +12640 {12638} 1754 1 +12641 {12639} 1954 1 +12642 {12640} 2369 1 +12643 {12641} 11338 1 +12644 {12642} 11000 1 +12645 {12643} 2501 1 +12646 {12644} 2534 1 +12647 {12645} 1502 1 +12648 {12646} 2369 1 +12649 {12647} 2558 1 +12650 {12648} 14025 1 +12651 {12649} 10090 1 +12652 {12650} 9405 1 +12653 {12651} 2539 1 +12654 {12652} 2565 1 +12655 {12653} 1504 1 +12656 {12654} 9082 1 +12657 {12655} 2165 1 +12658 {12656} 11413 1 +12659 {12657} 10419 1 +12660 {12658} 15222 1 +12661 {12659} 8115 1 +12662 {12660} 12283 1 +12663 {12661} 12277 1 +12664 {12662} 10777 1 +12665 {12663} 12331 1 +12666 {12664} 9000 1 +12667 {12665} 3314 1 +12668 {12666} 11771 1 +12669 {12667} 3692 1 +12670 {12668} 8823 1 +12671 {12669} 1811 1 +12672 {12670} 11586 1 +12673 {12671} 1978 1 +12674 {12672} 8877 1 +12675 {12673} 2969 1 +12676 {12674} 9944 1 +12677 {12675} 14214 1 +12678 {12676} 3627 1 +12679 {12677} 15120 1 +12680 {12678} 9728 1 +12681 {12679} 10014 1 +12682 {12680} 10716 1 +12683 {12681} 2730 1 +12684 {12682} 11692 1 +12685 {12683} 2058 1 +12686 {12684} 1745 1 +12687 {12685} 2874 1 +12688 {12686} 10732 1 +12689 {12687} 10170 1 +12690 {12688} 10301 1 +12691 {12689} 8439 1 +12692 {12690} 5583 1 +12693 {12691} 10192 1 +12694 {12692} 6049 1 +12695 {12693} 11708 1 +12696 {12694} 7969 1 +12697 {12695} 2462 1 +12698 {12696} 16050 1 +12699 {12697} 2463 1 +12700 {12698} 1678 1 +12701 {12699} 1382 1 +12702 {12700} 4425 1 +12703 {12701} 16124 1 +12704 {12702} 15337 1 +12705 {12703} 2572 1 +12706 {12704} 10465 1 +12707 {12705} 1616 1 +12708 {12706} 4531 1 +12709 {12707} 10153 1 +12710 {12708} 10038 1 +12711 {12709} 10466 1 +12712 {12710} 2700 1 +12713 {12711} 9467 1 +12714 {12712} 5028 1 +12715 {12713} 2942 1 +12716 {12714} 16065 1 +12717 {12715} 3984 1 +12718 {12716} 10084 1 +12719 {12717} 2763 1 +12720 {12718} 8123 1 +12721 {12719} 1255 1 +12722 {12720} 1716 1 +12723 {12721} 12279 1 +12724 {12722} 9420 1 +12725 {12723} 10048 1 +12726 {12724} 2700 1 +12727 {12725} 10238 1 +12728 {12726} 3131 1 +12729 {12727} 7066 1 +12730 {12728} 2323 1 +12731 {12729} 9615 1 +12732 {12730} 1415 1 +12733 {12731} 10341 1 +12734 {12732} 2370 1 +12735 {12733} 8580 1 +12736 {12734} 2854 1 +12737 {12735} 6378 1 +12738 {12736} 8324 1 +12739 {12737} 2771 1 +12740 {12738} 8272 1 +12741 {12739} 10564 1 +12742 {12740} 2023 1 +12743 {12741} 8987 1 +12744 {12742} 3574 1 +12745 {12743} 12114 1 +12746 {12744} 9122 1 +12747 {12745} 2325 1 +12748 {12746} 10461 1 +12749 {12747} 7149 1 +12750 {12748} 2747 1 +12751 {12749} 2101 1 +12752 {12750} 2264 1 +12753 {12751} 2535 1 +12754 {12752} 11518 1 +12755 {12753} 11305 1 +12756 {12754} 10424 1 +12757 {12755} 2293 1 +12758 {12756} 10067 1 +12759 {12757} 2596 1 +12760 {12758} 2146 1 +12761 {12759} 3529 1 +12762 {12760} 4320 1 +12763 {12761} 3517 1 +12764 {12762} 11199 1 +12765 {12763} 2466 1 +12766 {12764} 10549 1 +12767 {12765} 6624 1 +12768 {12766} 1646 1 +12769 {12767} 14031 1 +12770 {12768} 1035 1 +12771 {12769} 2063 1 +12772 {12770} 1962 1 +12773 {12771} 3282 1 +12774 {12772} 9819 1 +12775 {12773} 11250 1 +12776 {12774} 9185 1 +12777 {12775} 2335 1 +12778 {12776} 2671 1 +12779 {12777} 11015 1 +12780 {12778} 2772 1 +12781 {12779} 10965 1 +12782 {12780} 8688 1 +12783 {12781} 10293 1 +12784 {12782} 2597 1 +12785 {12783} 9684 1 +12786 {12784} 2536 1 +12787 {12785} 3552 1 +12788 {12786} 7903 1 +12789 {12787} 3214 1 +12790 {12788} 2056 1 +12791 {12789} 1396 1 +12792 {12790} 1892 1 +12793 {12791} 1615 1 +12794 {12792} 7533 1 +12795 {12793} 5350 1 +12796 {12794} 8738 1 +12797 {12795} 1599 1 +12798 {12796} 10380 1 +12799 {12797} 2743 1 +12800 {12798} 2523 1 +12801 {12799} 1738 1 +12802 {12800} 10248 1 +12803 {12801} 3758 1 +12804 {12802} 9315 1 +12805 {12803} 9975 1 +12806 {12804} 6698 1 +12807 {12805} 9754 1 +12808 {12806} 1640 1 +12809 {12807} 1344 1 +12810 {12808} 2334 1 +12811 {12809} 4152 1 +12812 {12810} 1851 1 +12813 {12811} 2938 1 +12814 {12812} 11120 1 +12815 {12813} 5165 1 +12816 {12814} 2772 1 +12817 {12815} 2225 1 +12818 {12816} 11139 1 +12819 {12817} 2668 1 +12820 {12818} 2775 1 +12821 {12819} 9886 1 +12822 {12820} 10891 1 +12823 {12821} 2523 1 +12824 {12822} 1581 1 +12825 {12823} 9941 1 +12826 {12824} 1881 1 +12827 {12825} 12131 1 +12828 {12826} 10544 1 +12829 {12827} 2538 1 +12830 {12828} 9032 1 +12831 {12829} 2501 1 +12832 {12830} 2468 1 +12833 {12831} 3011 1 +12834 {12832} 10697 1 +12835 {12833} 11922 1 +12836 {12834} 10927 1 +12837 {12835} 7966 1 +12838 {12836} 11078 1 +12839 {12837} 1668 1 +12840 {12838} 1511 1 +12841 {12839} 2056 1 +12842 {12840} 10051 1 +12843 {12841} 3282 1 +12844 {12842} 1216 1 +12845 {12843} 2081 1 +12846 {12844} 10925 1 +12847 {12845} 11168 1 +12848 {12846} 8199 1 +12849 {12847} 3536 1 +12850 {12848} 2298 1 +12851 {12849} 2483 1 +12852 {12850} 9965 1 +12853 {12851} 2558 1 +12854 {12852} 1744 1 +12855 {12853} 2743 1 +12856 {12854} 12106 1 +12857 {12855} 2427 1 +12858 {12856} 2669 1 +12859 {12857} 11169 1 +12860 {12858} 8318 1 +12861 {12859} 10741 1 +12862 {12860} 10606 1 +12863 {12861} 11164 1 +12864 {12862} 2176 1 +12865 {12863} 2470 1 +12866 {12864} 8929 1 +12867 {12865} 9893 1 +12868 {12866} 2671 1 +12869 {12867} 1684 1 +12870 {12868} 1680 1 +12871 {12869} 2394 1 +12872 {12870} 10822 1 +12873 {12871} 11370 1 +12874 {12872} 10178 1 +12875 {12873} 2202 1 +12876 {12874} 10939 1 +12877 {12875} 11332 1 +12878 {12876} 2304 1 +12879 {12877} 2894 1 +12880 {12878} 10897 1 +12881 {12879} 3346 1 +12882 {12880} 6047 1 +12883 {12881} 2266 1 +12884 {12882} 2469 1 +12885 {12883} 11925 1 +12886 {12884} 6909 1 +12887 {12885} 10564 1 +12888 {12886} 9081 1 +12889 {12887} 2227 1 +12890 {12888} 10828 1 +12891 {12889} 13598 1 +12892 {12890} 1962 1 +12893 {12891} 11003 1 +12894 {12892} 9028 1 +12895 {12893} 3043 1 +12896 {12894} 3180 1 +12897 {12895} 3315 1 +12898 {12896} 2361 1 +12899 {12897} 10025 1 +12900 {12898} 2867 1 +12901 {12899} 1523 1 +12902 {12900} 10131 1 +12903 {12901} 10680 1 +12904 {12902} 3176 1 +12905 {12903} 2098 1 +12906 {12904} 10261 1 +12907 {12905} 10371 1 +12908 {12906} 8936 1 +12909 {12907} 10680 1 +12910 {12908} 11052 1 +12911 {12909} 11633 1 +12912 {12910} 9963 1 +12913 {12911} 8518 1 +12914 {12912} 11633 1 +12915 {12913} 2300 1 +12916 {12914} 11343 1 +12917 {12915} 2161 1 +12918 {12916} 3157 1 +12919 {12917} 2283 1 +12920 {12918} 2895 1 +12921 {12919} 11577 1 +12922 {12920} 10715 1 +12923 {12921} 1683 1 +12924 {12922} 1845 1 +12925 {12923} 2504 1 +12926 {12924} 11837 1 +12927 {12925} 2489 1 +12928 {12926} 9077 1 +12929 {12927} 15418 1 +12930 {12928} 5448 1 +12931 {12929} 10711 1 +12932 {12930} 11305 1 +12933 {12931} 5410 1 +12934 {12932} 9561 1 +12935 {12933} 1913 1 +12936 {12934} 2909 1 +12937 {12935} 9487 1 +12938 {12936} 8453 1 +12939 {12937} 2256 1 +12940 {12938} 5695 1 +12941 {12939} 2192 1 +12942 {12940} 2638 1 +12943 {12941} 10388 1 +12944 {12942} 2435 1 +12945 {12943} 7381 1 +12946 {12944} 2190 1 +12947 {12945} 2231 1 +12948 {12946} 8877 1 +12949 {12947} 916 1 +12950 {12948} 2574 1 +12951 {12949} 1221 1 +12952 {12950} 1836 1 +12953 {12951} 9633 1 +12954 {12952} 16425 1 +12955 {12953} 8804 1 +12956 {12954} 6957 1 +12957 {12955} 4626 1 +12958 {12956} 1120 1 +12959 {12957} 788 1 +12960 {12958} 9947 1 +12961 {12959} 11750 1 +12962 {12960} 9875 1 +12963 {12961} 9284 1 +12964 {12962} 7765 1 +12965 {12963} 10686 1 +12966 {12964} 9819 1 +12967 {12965} 2706 1 +12968 {12966} 11657 1 +12969 {12967} 6176 1 +12970 {12968} 3000 1 +12971 {12969} 2284 1 +12972 {12970} 2007 1 +12973 {12971} 192 1 +12974 {12972} 11086 1 +12975 {12973} 3719 1 +12976 {12974} 10958 1 +12977 {12975} 1359 1 +12978 {12976} 1618 1 +12979 {12977} 11336 1 +12980 {12978} 14755 1 +12981 {12979} 1859 1 +12982 {12980} 9955 1 +12983 {12981} 2121 1 +12984 {12982} 1582 1 +12985 {12983} 1886 1 +12986 {12984} 1035 1 +12987 {12985} 1833 1 +12988 {12986} 10087 1 +12989 {12987} 10083 1 +12990 {12988} 1385 1 +12991 {12989} 1132 1 +12992 {12990} 2744 1 +12993 {12991} 15858 1 +12994 {12992} 3036 1 +12995 {12993} 12549 1 +12996 {12994} 1959 1 +12997 {12995} 2548 1 +12998 {12996} 5976 1 +12999 {12997} 2410 1 +13000 {12998} 8621 1 +13001 {12999} 2004 1 +13002 {13000} 13266 1 +13003 {13001} 1609 1 +13004 {13002} 600 1 +13005 {13003} 2734 1 +13006 {13004} 9024 1 +13007 {13005} 16358 1 +13008 {13006} 12945 1 +13009 {13007} 1657 1 +13010 {13008} 6914 1 +13011 {13009} 1820 1 +13012 {13010} 10982 1 +13013 {13011} 10044 1 +13014 {13012} 13425 1 +13015 {13013} 2584 1 +13016 {13014} 71 1 +13017 {13015} 12313 1 +13018 {13016} 10731 1 +13019 {13017} 9472 1 +13020 {13018} 1992 1 +13021 {13019} 2809 1 +13022 {13020} 2793 1 +13023 {13021} 1550 1 +13024 {13022} 13288 1 +13025 {13023} 3076 1 +13026 {13024} 1660 1 +13027 {13025} 9546 1 +13028 {13026} 2332 1 +13029 {13027} 2489 1 +13030 {13028} 1847 1 +13031 {13029} 2099 1 +13032 {13030} 2639 1 +13033 {13031} 2397 1 +13034 {13032} 9994 1 +13035 {13033} 9910 1 +13036 {13034} 12955 1 +13037 {13035} 1960 1 +13038 {13036} 15966 1 +13039 {13037} 12595 1 +13040 {13038} 10701 1 +13041 {13039} 2467 1 +13042 {13040} 1506 1 +13043 {13041} 10248 1 +13044 {13042} 5694 1 +13045 {13043} 1444 1 +13046 {13044} 4002 1 +13047 {13045} 1009 1 +13048 {13046} 12256 1 +13049 {13047} 9937 1 +13050 {13048} 2079 1 +13051 {13049} 626 1 +13052 {13050} 10497 1 +13053 {13051} 4681 1 +13054 {13052} 1887 1 +13055 {13053} 8331 1 +13056 {13054} 2743 1 +13057 {13055} 11181 1 +13058 {13056} 11186 1 +13059 {13057} 16240 1 +13060 {13058} 10309 1 +13061 {13059} 7658 1 +13062 {13060} 2298 1 +13063 {13061} 14166 1 +13064 {13062} 7119 1 +13065 {13063} 1688 1 +13066 {13064} 8321 1 +13067 {13065} 10591 1 +13068 {13066} 12574 1 +13069 {13067} 8421 1 +13070 {13068} 2185 1 +13071 {13069} 1451 1 +13072 {13070} 682 1 +13073 {13071} 1857 1 +13074 {13072} 2165 1 +13075 {13073} 2872 1 +13076 {13074} 10683 1 +13077 {13075} 1584 1 +13078 {13076} 16119 1 +13079 {13077} 16579 1 +13080 {13078} 9699 1 +13081 {13079} 2830 1 +13082 {13080} 3283 1 +13083 {13081} 2569 1 +13084 {13082} 3274 1 +13085 {13083} 2090 1 +13086 {13084} 10234 1 +13087 {13085} 1236 1 +13088 {13086} 2331 1 +13089 {13087} 11365 1 +13090 {13088} 11233 1 +13091 {13089} 10283 1 +13092 {13090} 2334 1 +13093 {13091} 2469 1 +13094 {13092} 1790 1 +13095 {13093} 9684 1 +13096 {13094} 2187 1 +13097 {13095} 862 1 +13098 {13096} 3078 1 +13099 {13097} 2865 1 +13100 {13098} 3449 1 +13101 {13099} 12284 1 +13102 {13100} 1618 1 +13103 {13101} 1726 1 +13104 {13102} 10497 1 +13105 {13103} 2266 1 +13106 {13104} 2322 1 +13107 {13105} 11081 1 +13108 {13106} 2397 1 +13109 {13107} 2237 1 +13110 {13108} 11121 1 +13111 {13109} 2196 1 +13112 {13110} 3270 1 +13113 {13111} 9799 1 +13114 {13112} 11474 1 +13115 {13113} 10734 1 +13116 {13114} 3513 1 +13117 {13115} 1980 1 +13118 {13116} 10487 1 +13119 {13117} 9253 1 +13120 {13118} 2972 1 +13121 {13119} 2630 1 +13122 {13120} 9262 1 +13123 {13121} 2156 1 +13124 {13122} 929 1 +13125 {13123} 2231 1 +13126 {13124} 1884 1 +13127 {13125} 2854 1 +13128 {13126} 11557 1 +13129 {13127} 10576 1 +13130 {13128} 9468 1 +13131 {13129} 15758 1 +13132 {13130} 10430 1 +13133 {13131} 9767 1 +13134 {13132} 1814 1 +13135 {13133} 1854 1 +13136 {13134} 2402 1 +13137 {13135} 2328 1 +13138 {13136} 3477 1 +13139 {13137} 11563 1 +13140 {13138} 2118 1 +13141 {13139} 11233 1 +13142 {13140} 6431 1 +13143 {13141} 1070 1 +13144 {13142} 2404 1 +13145 {13143} 11309 1 +13146 {13144} 14960 1 +13147 {13145} 3381 1 +13148 {13146} 2706 1 +13149 {13147} 2705 1 +13150 {13148} 2628 1 +13151 {13149} 2807 1 +13152 {13150} 3410 1 +13153 {13151} 2977 1 +13154 {13152} 6439 1 +13155 {13153} 9467 1 +13156 {13154} 2148 1 +13157 {13155} 2885 1 +13158 {13156} 523 1 +13159 {13157} 1543 1 +13160 {13158} 16280 1 +13161 {13159} 2978 1 +13162 {13160} 2496 1 +13163 {13161} 9829 1 +13164 {13162} 1799 1 +13165 {13163} 2367 1 +13166 {13164} 8690 1 +13167 {13165} 1501 1 +13168 {13166} 5676 1 +13169 {13167} 2032 1 +13170 {13168} 9454 1 +13171 {13169} 2276 1 +13172 {13170} 2296 1 +13173 {13171} 1805 1 +13174 {13172} 5238 1 +13175 {13173} 8819 1 +13176 {13174} 2697 1 +13177 {13175} 7233 1 +13178 {13176} 2742 1 +13179 {13177} 11773 1 +13180 {13178} 2991 1 +13181 {13179} 8164 1 +13182 {13180} 2217 1 +13183 {13181} 2791 1 +13184 {13182} 3075 1 +13185 {13183} 3198 1 +13186 {13184} 10987 1 +13187 {13185} 15962 1 +13188 {13186} 9503 1 +13189 {13187} 8896 1 +13190 {13188} 6449 1 +13191 {13189} 1779 1 +13192 {13190} 4158 1 +13193 {13191} 1639 1 +13194 {13192} 9604 1 +13195 {13193} 3008 1 +13196 {13194} 10643 1 +13197 {13195} 9911 1 +13198 {13196} 11487 1 +13199 {13197} 2464 1 +13200 {13198} 2335 1 +13201 {13199} 10283 1 +13202 {13200} 6110 1 +13203 {13201} 10540 1 +13204 {13202} 10982 1 +13205 {13203} 550 1 +13206 {13204} 9302 1 +13207 {13205} 11894 1 +13208 {13206} 11436 1 +13209 {13207} 10631 1 +13210 {13208} 2333 1 +13211 {13209} 9508 1 +13212 {13210} 576 1 +13213 {13211} 2399 1 +13214 {13212} 1678 1 +13215 {13213} 1266 1 +13216 {13214} 11610 1 +13217 {13215} 16209 1 +13218 {13216} 2468 1 +13219 {13217} 9353 1 +13220 {13218} 11952 1 +13221 {13219} 3663 1 +13222 {13220} 1942 1 +13223 {13221} 11456 1 +13224 {13222} 4351 1 +13225 {13223} 6388 1 +13226 {13224} 2101 1 +13227 {13225} 2238 1 +13228 {13226} 2564 1 +13229 {13227} 3644 1 +13230 {13228} 10486 1 +13231 {13229} 8415 1 +13232 {13230} 2897 1 +13233 {13231} 11978 1 +13234 {13232} 1749 1 +13235 {13233} 1294 1 +13236 {13234} 2827 1 +13237 {13235} 11490 1 +13238 {13236} 417 1 +13239 {13237} 1859 1 +13240 {13238} 2397 1 +13241 {13239} 2867 1 +13242 {13240} 9909 1 +13243 {13241} 2167 1 +13244 {13242} 3019 1 +13245 {13243} 5719 1 +13246 {13244} 9465 1 +13247 {13245} 11109 1 +13248 {13246} 8192 1 +13249 {13247} 1541 1 +13250 {13248} 2811 1 +13251 {13249} 16198 1 +13252 {13250} 2030 1 +13253 {13251} 7426 1 +13254 {13252} 1653 1 +13255 {13253} 2594 1 +13256 {13254} 2601 1 +13257 {13255} 2000 1 +13258 {13256} 2194 1 +13259 {13257} 11362 1 +13260 {13258} 10430 1 +13261 {13259} 2721 1 +13262 {13260} 3164 1 +13263 {13261} 2116 1 +13264 {13262} 2708 1 +13265 {13263} 8657 1 +13266 {13264} 7098 1 +13267 {13265} 7924 1 +13268 {13266} 7245 1 +13269 {13267} 11961 1 +13270 {13268} 10453 1 +13271 {13269} 9525 1 +13272 {13270} 2811 1 +13273 {13271} 11043 1 +13274 {13272} 1614 1 +13275 {13273} 8949 1 +13276 {13274} 1992 1 +13277 {13275} 3196 1 +13278 {13276} 1377 1 +13279 {13277} 10329 1 +13280 {13278} 12635 1 +13281 {13279} 1519 1 +13282 {13280} 9647 1 +13283 {13281} 10896 1 +13284 {13282} 1805 1 +13285 {13283} 9100 1 +13286 {13284} 10417 1 +13287 {13285} 2289 1 +13288 {13286} 10757 1 +13289 {13287} 12146 1 +13290 {13288} 2768 1 +13291 {13289} 3462 1 +13292 {13290} 6793 1 +13293 {13291} 2395 1 +13294 {13292} 3140 1 +13295 {13293} 11168 1 +13296 {13294} 2503 1 +13297 {13295} 9912 1 +13298 {13296} 4911 1 +13299 {13297} 3125 1 +13300 {13298} 11979 1 +13301 {13299} 8786 1 +13302 {13300} 15699 1 +13303 {13301} 9532 1 +13304 {13302} 2640 1 +13305 {13303} 9869 1 +13306 {13304} 2969 1 +13307 {13305} 11044 1 +13308 {13306} 2225 1 +13309 {13307} 8382 1 +13310 {13308} 9029 1 +13311 {13309} 11336 1 +13312 {13310} 1896 1 +13313 {13311} 3179 1 +13314 {13312} 791 1 +13315 {13313} 2269 1 +13316 {13314} 2670 1 +13317 {13315} 7971 1 +13318 {13316} 11379 1 +13319 {13317} 11192 1 +13320 {13318} 2263 1 +13321 {13319} 6531 1 +13322 {13320} 11395 1 +13323 {13321} 9813 1 +13324 {13322} 2313 1 +13325 {13323} 1841 1 +13326 {13324} 7573 1 +13327 {13325} 9365 1 +13328 {13326} 13202 1 +13329 {13327} 1775 1 +13330 {13328} 1957 1 +13331 {13329} 2469 1 +13332 {13330} 11081 1 +13333 {13331} 2329 1 +13334 {13332} 16068 1 +13335 {13333} 12097 1 +13336 {13334} 10526 1 +13337 {13335} 2282 1 +13338 {13336} 3295 1 +13339 {13337} 2568 1 +13340 {13338} 11163 1 +13341 {13339} 9165 1 +13342 {13340} 11595 1 +13343 {13341} 10761 1 +13344 {13342} 2055 1 +13345 {13343} 10409 1 +13346 {13344} 10250 1 +13347 {13345} 11089 1 +13348 {13346} 12031 1 +13349 {13347} 15648 1 +13350 {13348} 10903 1 +13351 {13349} 11577 1 +13352 {13350} 2433 1 +13353 {13351} 632 1 +13354 {13352} 2744 1 +13355 {13353} 2063 1 +13356 {13354} 1886 1 +13357 {13355} 10987 1 +13358 {13356} 2975 1 +13359 {13357} 12129 1 +13360 {13358} 2462 1 +13361 {13359} 9871 1 +13362 {13360} 9792 1 +13363 {13361} 8819 1 +13364 {13362} 10071 1 +13365 {13363} 11439 1 +13366 {13364} 2543 1 +13367 {13365} 2738 1 +13368 {13366} 2134 1 +13369 {13367} 1559 1 +13370 {13368} 4777 1 +13371 {13369} 11452 1 +13372 {13370} 9665 1 +13373 {13371} 493 1 +13374 {13372} 2255 1 +13375 {13373} 9917 1 +13376 {13374} 2303 1 +13377 {13375} 1579 1 +13378 {13376} 10452 1 +13379 {13377} 1116 1 +13380 {13378} 2797 1 +13381 {13379} 8988 1 +13382 {13380} 2671 1 +13383 {13381} 2316 1 +13384 {13382} 2100 1 +13385 {13383} 8812 1 +13386 {13384} 1472 1 +13387 {13385} 10841 1 +13388 {13386} 10103 1 +13389 {13387} 12816 1 +13390 {13388} 8997 1 +13391 {13389} 518 1 +13392 {13390} 14963 1 +13393 {13391} 11234 1 +13394 {13392} 2810 1 +13395 {13393} 1719 1 +13396 {13394} 7755 1 +13397 {13395} 1658 1 +13398 {13396} 1502 1 +13399 {13397} 9451 1 +13400 {13398} 10099 1 +13401 {13399} 9907 1 +13402 {13400} 1125 1 +13403 {13401} 1815 1 +13404 {13402} 1892 1 +13405 {13403} 11309 1 +13406 {13404} 2265 1 +13407 {13405} 2056 1 +13408 {13406} 798 1 +13409 {13407} 10155 1 +13410 {13408} 2502 1 +13411 {13409} 9324 1 +13412 {13410} 1082 1 +13413 {13411} 10425 1 +13414 {13412} 1791 1 +13415 {13413} 10124 1 +13416 {13414} 1993 1 +13417 {13415} 8088 1 +13418 {13416} 11110 1 +13419 {13417} 915 1 +13420 {13418} 531 1 +13421 {13419} 8627 1 +13422 {13420} 9890 1 +13423 {13421} 2971 1 +13424 {13422} 2166 1 +13425 {13423} 2739 1 +13426 {13424} 11837 1 +13427 {13425} 2760 1 +13428 {13426} 9267 1 +13429 {13427} 9292 1 +13430 {13428} 14420 1 +13431 {13429} 2125 1 +13432 {13430} 10386 1 +13433 {13431} 11097 1 +13434 {13432} 3104 1 +13435 {13433} 2576 1 +13436 {13434} 9975 1 +13437 {13435} 3125 1 +13438 {13436} 11041 1 +13439 {13437} 1877 1 +13440 {13438} 9532 1 +13441 {13439} 11309 1 +13442 {13440} 7574 1 +13443 {13441} 5188 1 +13444 {13442} 2136 1 +13445 {13443} 1787 1 +13446 {13444} 10681 1 +13447 {13445} 2158 1 +13448 {13446} 8877 1 +13449 {13447} 5613 1 +13450 {13448} 5559 1 +13451 {13449} 1450 1 +13452 {13450} 1554 1 +13453 {13451} 11029 1 +13454 {13452} 2245 1 +13455 {13453} 1963 1 +13456 {13454} 13902 1 +13457 {13455} 2090 1 +13458 {13456} 1450 1 +13459 {13457} 9547 1 +13460 {13458} 1340 1 +13461 {13459} 3535 1 +13462 {13460} 2066 1 +13463 {13461} 10225 1 +13464 {13462} 2197 1 +13465 {13463} 10413 1 +13466 {13464} 11443 1 +13467 {13465} 2070 1 +13468 {13466} 5191 1 +13469 {13467} 1684 1 +13470 {13468} 2842 1 +13471 {13469} 11267 1 +13472 {13470} 1611 1 +13473 {13471} 11568 1 +13474 {13472} 5028 1 +13475 {13473} 3603 1 +13476 {13474} 11374 1 +13477 {13475} 9725 1 +13478 {13476} 10264 1 +13479 {13477} 3928 1 +13480 {13478} 10515 1 +13481 {13479} 10105 1 +13482 {13480} 1283 1 +13483 {13481} 8391 1 +13484 {13482} 2187 1 +13485 {13483} 9957 1 +13486 {13484} 8988 1 +13487 {13485} 1617 1 +13488 {13486} 2061 1 +13489 {13487} 6692 1 +13490 {13488} 10034 1 +13491 {13489} 8331 1 +13492 {13490} 1548 1 +13493 {13491} 9809 1 +13494 {13492} 11159 1 +13495 {13493} 8814 1 +13496 {13494} 9554 1 +13497 {13495} 11034 1 +13498 {13496} 11972 1 +13499 {13497} 2467 1 +13500 {13498} 11446 1 +13501 {13499} 10620 1 +13502 {13500} 10806 1 +13503 {13501} 1415 1 +13504 {13502} 2658 1 +13505 {13503} 10053 1 +13506 {13504} 3310 1 +13507 {13505} 2427 1 +13508 {13506} 2601 1 +13509 {13507} 2288 1 +13510 {13508} 2302 1 +13511 {13509} 2267 1 +13512 {13510} 5791 1 +13513 {13511} 10715 1 +13514 {13512} 1022 1 +13515 {13513} 10015 1 +13516 {13514} 727 1 +13517 {13515} 7169 1 +13518 {13516} 12348 1 +13519 {13517} 2652 1 +13520 {13518} 5766 1 +13521 {13519} 6232 1 +13522 {13520} 2161 1 +13523 {13521} 13772 1 +13524 {13522} 11092 1 +13525 {13523} 10487 1 +13526 {13524} 15216 1 +13527 {13525} 10024 1 +13528 {13526} 2209 1 +13529 {13527} 11509 1 +13530 {13528} 2627 1 +13531 {13529} 2017 1 +13532 {13530} 10340 1 +13533 {13531} 8987 1 +13534 {13532} 1374 1 +13535 {13533} 8660 1 +13536 {13534} 6998 1 +13537 {13535} 10631 1 +13538 {13536} 16276 1 +13539 {13537} 11072 1 +13540 {13538} 1940 1 +13541 {13539} 1987 1 +13542 {13540} 2498 1 +13543 {13541} 2427 1 +13544 {13542} 11783 1 +13545 {13543} 9034 1 +13546 {13544} 2430 1 +13547 {13545} 2461 1 +13548 {13546} 9870 1 +13549 {13547} 10619 1 +13550 {13548} 2501 1 +13551 {13549} 1036 1 +13552 {13550} 16558 1 +13553 {13551} 1825 1 +13554 {13552} 10891 1 +13555 {13553} 9510 1 +13556 {13554} 1451 1 +13557 {13555} 10846 1 +13558 {13556} 2467 1 +13559 {13557} 12642 1 +13560 {13558} 2429 1 +13561 {13559} 2366 1 +13562 {13560} 2589 1 +13563 {13561} 2600 1 +13564 {13562} 1686 1 +13565 {13563} 4703 1 +13566 {13564} 10741 1 +13567 {13565} 10994 1 +13568 {13566} 11632 1 +13569 {13567} 12046 1 +13570 {13568} 14572 1 +13571 {13569} 2777 1 +13572 {13570} 9406 1 +13573 {13571} 2602 1 +13574 {13572} 1580 1 +13575 {13573} 11578 1 +13576 {13574} 10503 1 +13577 {13575} 11762 1 +13578 {13576} 2032 1 +13579 {13577} 1922 1 +13580 {13578} 9694 1 +13581 {13579} 2703 1 +13582 {13580} 13733 1 +13583 {13581} 3369 1 +13584 {13582} 2867 1 +13585 {13583} 10978 1 +13586 {13584} 10409 1 +13587 {13585} 1790 1 +13588 {13586} 13856 1 +13589 {13587} 2699 1 +13590 {13588} 1403 1 +13591 {13589} 2770 1 +13592 {13590} 5588 1 +13593 {13591} 9984 1 +13594 {13592} 10447 1 +13595 {13593} 4806 1 +13596 {13594} 2055 1 +13597 {13595} 2063 1 +13598 {13596} 11005 1 +13599 {13597} 8924 1 +13600 {13598} 2919 1 +13601 {13599} 10943 1 +13602 {13600} 2817 1 +13603 {13601} 9119 1 +13604 {13602} 11415 1 +13605 {13603} 2392 1 +13606 {13604} 3312 1 +13607 {13605} 2733 1 +13608 {13606} 3043 1 +13609 {13607} 2590 1 +13610 {13608} 5136 1 +13611 {13609} 11223 1 +13612 {13610} 7180 1 +13613 {13611} 1925 1 +13614 {13612} 10891 1 +13615 {13613} 9874 1 +13616 {13614} 3481 1 +13617 {13615} 1543 1 +13618 {13616} 11522 1 +13619 {13617} 1511 1 +13620 {13618} 10902 1 +13621 {13619} 11682 1 +13622 {13620} 2073 1 +13623 {13621} 1487 1 +13624 {13622} 10479 1 +13625 {13623} 11206 1 +13626 {13624} 11273 1 +13627 {13625} 2428 1 +13628 {13626} 1862 1 +13629 {13627} 9776 1 +13630 {13628} 2523 1 +13631 {13629} 2707 1 +13632 {13630} 15990 1 +13633 {13631} 9314 1 +13634 {13632} 914 1 +13635 {13633} 4746 1 +13636 {13634} 3469 1 +13637 {13635} 6161 1 +13638 {13636} 11858 1 +13639 {13637} 1211 1 +13640 {13638} 10572 1 +13641 {13639} 9491 1 +13642 {13640} 1616 1 +13643 {13641} 5542 1 +13644 {13642} 2029 1 +13645 {13643} 6440 1 +13646 {13644} 2663 1 +13647 {13645} 2255 1 +13648 {13646} 11377 1 +13649 {13647} 14567 1 +13650 {13648} 2165 1 +13651 {13649} 2288 1 +13652 {13650} 2606 1 +13653 {13651} 10694 1 +13654 {13652} 1987 1 +13655 {13653} 8833 1 +13656 {13654} 15286 1 +13657 {13655} 2078 1 +13658 {13656} 8162 1 +13659 {13657} 2303 1 +13660 {13658} 7809 1 +13661 {13659} 9912 1 +13662 {13660} 2739 1 +13663 {13661} 12780 1 +13664 {13662} 11673 1 +13665 {13663} 1849 1 +13666 {13664} 2885 1 +13667 {13665} 9746 1 +13668 {13666} 2032 1 +13669 {13667} 11347 1 +13670 {13668} 2280 1 +13671 {13669} 2262 1 +13672 {13670} 8816 1 +13673 {13671} 2535 1 +13674 {13672} 10278 1 +13675 {13673} 1399 1 +13676 {13674} 14475 1 +13677 {13675} 1614 1 +13678 {13676} 2573 1 +13679 {13677} 9129 1 +13680 {13678} 1906 1 +13681 {13679} 2432 1 +13682 {13680} 11181 1 +13683 {13681} 2538 1 +13684 {13682} 16031 1 +13685 {13683} 12095 1 +13686 {13684} 15506 1 +13687 {13685} 1131 1 +13688 {13686} 9886 1 +13689 {13687} 11268 1 +13690 {13688} 1407 1 +13691 {13689} 9560 1 +13692 {13690} 10168 1 +13693 {13691} 2098 1 +13694 {13692} 482 1 +13695 {13693} 6881 1 +13696 {13694} 11447 1 +13697 {13695} 7096 1 +13698 {13696} 15365 1 +13699 {13697} 9866 1 +13700 {13698} 11517 1 +13701 {13699} 2904 1 +13702 {13700} 3421 1 +13703 {13701} 2006 1 +13704 {13702} 2244 1 +13705 {13703} 9220 1 +13706 {13704} 15011 1 +13707 {13705} 9319 1 +13708 {13706} 1823 1 +13709 {13707} 2092 1 +13710 {13708} 9967 1 +13711 {13709} 9425 1 +13712 {13710} 12291 1 +13713 {13711} 10039 1 +13714 {13712} 3393 1 +13715 {13713} 2764 1 +13716 {13714} 1807 1 +13717 {13715} 1952 1 +13718 {13716} 2034 1 +13719 {13717} 1990 1 +13720 {13718} 310 1 +13721 {13719} 1646 1 +13722 {13720} 2234 1 +13723 {13721} 9840 1 +13724 {13722} 10452 1 +13725 {13723} 1006 1 +13726 {13724} 1989 1 +13727 {13725} 9004 1 +13728 {13726} 3315 1 +13729 {13727} 11515 1 +13730 {13728} 2498 1 +13731 {13729} 3313 1 +13732 {13730} 1484 1 +13733 {13731} 5083 1 +13734 {13732} 16571 1 +13735 {13733} 2897 1 +13736 {13734} 9950 1 +13737 {13735} 1327 1 +13738 {13736} 9711 1 +13739 {13737} 2639 1 +13740 {13738} 2231 1 +13741 {13739} 15746 1 +13742 {13740} 11196 1 +13743 {13741} 2182 1 +13744 {13742} 10534 1 +13745 {13743} 1125 1 +13746 {13744} 11963 1 +13747 {13745} 2664 1 +13748 {13746} 10956 1 +13749 {13747} 10270 1 +13750 {13748} 10202 1 +13751 {13749} 1597 1 +13752 {13750} 10626 1 +13753 {13751} 2978 1 +13754 {13752} 5345 1 +13755 {13753} 1364 1 +13756 {13754} 2209 1 +13757 {13755} 11188 1 +13758 {13756} 9988 1 +13759 {13757} 2160 1 +13760 {13758} 10309 1 +13761 {13759} 10430 1 +13762 {13760} 3947 1 +13763 {13761} 4924 1 +13764 {13762} 8341 1 +13765 {13763} 10803 1 +13766 {13764} 1613 1 +13767 {13765} 2074 1 +13768 {13766} 3544 1 +13769 {13767} 2102 1 +13770 {13768} 2637 1 +13771 {13769} 12004 1 +13772 {13770} 3143 1 +13773 {13771} 2831 1 +13774 {13772} 1745 1 +13775 {13773} 10487 1 +13776 {13774} 2671 1 +13777 {13775} 1578 1 +13778 {13776} 9863 1 +13779 {13777} 1662 1 +13780 {13778} 2304 1 +13781 {13779} 2399 1 +13782 {13780} 3541 1 +13783 {13781} 1900 1 +13784 {13782} 2690 1 +13785 {13783} 2839 1 +13786 {13784} 6626 1 +13787 {13785} 1162 1 +13788 {13786} 2627 1 +13789 {13787} 9954 1 +13790 {13788} 3660 1 +13791 {13789} 8797 1 +13792 {13790} 2263 1 +13793 {13791} 12942 1 +13794 {13792} 2901 1 +13795 {13793} 897 1 +13796 {13794} 2325 1 +13797 {13795} 2303 1 +13798 {13796} 2285 1 +13799 {13797} 2965 1 +13800 {13798} 11240 1 +13801 {13799} 11514 1 +13802 {13800} 10364 1 +13803 {13801} 11872 1 +13804 {13802} 369 1 +13805 {13803} 10820 1 +13806 {13804} 2367 1 +13807 {13805} 3175 1 +13808 {13806} 8069 1 +13809 {13807} 11233 1 +13810 {13808} 2165 1 +13811 {13809} 8416 1 +13812 {13810} 10099 1 +13813 {13811} 16308 1 +13814 {13812} 8838 1 +13815 {13813} 2435 1 +13816 {13814} 10436 1 +13817 {13815} 2824 1 +13818 {13816} 9512 1 +13819 {13817} 10669 1 +13820 {13818} 923 1 +13821 {13819} 2368 1 +13822 {13820} 856 1 +13823 {13821} 3176 1 +13824 {13822} 2467 1 +13825 {13823} 9624 1 +13826 {13824} 2403 1 +13827 {13825} 9189 1 +13828 {13826} 1374 1 +13829 {13827} 9230 1 +13830 {13828} 9790 1 +13831 {13829} 2315 1 +13832 {13830} 2503 1 +13833 {13831} 14070 1 +13834 {13832} 10436 1 +13835 {13833} 9085 1 +13836 {13834} 2400 1 +13837 {13835} 3141 1 +13838 {13836} 9484 1 +13839 {13837} 1980 1 +13840 {13838} 2251 1 +13841 {13839} 1913 1 +13842 {13840} 11163 1 +13843 {13841} 11096 1 +13844 {13842} 10555 1 +13845 {13843} 2763 1 +13846 {13844} 1992 1 +13847 {13845} 1140 1 +13848 {13846} 2352 1 +13849 {13847} 10286 1 +13850 {13848} 692 1 +13851 {13849} 9415 1 +13852 {13850} 2742 1 +13853 {13851} 8204 1 +13854 {13852} 2574 1 +13855 {13853} 1599 1 +13856 {13854} 1957 1 +13857 {13855} 9768 1 +13858 {13856} 3664 1 +13859 {13857} 2266 1 +13860 {13858} 2353 1 +13861 {13859} 2194 1 +13862 {13860} 5334 1 +13863 {13861} 2842 1 +13864 {13862} 1946 1 +13865 {13863} 9004 1 +13866 {13864} 2764 1 +13867 {13865} 5405 1 +13868 {13866} 10623 1 +13869 {13867} 2494 1 +13870 {13868} 6285 1 +13871 {13869} 1962 1 +13872 {13870} 2536 1 +13873 {13871} 10655 1 +13874 {13872} 1260 1 +13875 {13873} 1829 1 +13876 {13874} 1101 1 +13877 {13875} 3573 1 +13878 {13876} 11827 1 +13879 {13877} 10050 1 +13880 {13878} 7519 1 +13881 {13879} 8439 1 +13882 {13880} 10403 1 +13883 {13881} 1415 1 +13884 {13882} 2622 1 +13885 {13883} 2047 1 +13886 {13884} 2471 1 +13887 {13885} 2352 1 +13888 {13886} 1770 1 +13889 {13887} 1804 1 +13890 {13888} 1644 1 +13891 {13889} 1821 1 +13892 {13890} 11580 1 +13893 {13891} 1586 1 +13894 {13892} 9324 1 +13895 {13893} 4453 1 +13896 {13894} 7988 1 +13897 {13895} 2353 1 +13898 {13896} 10469 1 +13899 {13897} 12443 1 +13900 {13898} 2070 1 +13901 {13899} 10672 1 +13902 {13900} 1921 1 +13903 {13901} 12305 1 +13904 {13902} 2944 1 +13905 {13903} 2777 1 +13906 {13904} 7458 1 +13907 {13905} 2429 1 +13908 {13906} 9098 1 +13909 {13907} 9335 1 +13910 {13908} 9558 1 +13911 {13909} 10413 1 +13912 {13910} 9186 1 +13913 {13911} 5723 1 +13914 {13912} 16308 1 +13915 {13913} 3625 1 +13916 {13914} 1734 1 +13917 {13915} 11305 1 +13918 {13916} 3311 1 +13919 {13917} 1438 1 +13920 {13918} 2840 1 +13921 {13919} 11924 1 +13922 {13920} 11288 1 +13923 {13921} 11775 1 +13924 {13922} 3343 1 +13925 {13923} 2602 1 +13926 {13924} 10788 1 +13927 {13925} 16312 1 +13928 {13926} 10680 1 +13929 {13927} 9502 1 +13930 {13928} 10222 1 +13931 {13929} 13130 1 +13932 {13930} 966 1 +13933 {13931} 2462 1 +13934 {13932} 2664 1 +13935 {13933} 8592 1 +13936 {13934} 2401 1 +13937 {13935} 10486 1 +13938 {13936} 567 1 +13939 {13937} 9843 1 +13940 {13938} 2849 1 +13941 {13939} 9948 1 +13942 {13940} 1487 1 +13943 {13941} 2122 1 +13944 {13942} 1856 1 +13945 {13943} 1807 1 +13946 {13944} 10014 1 +13947 {13945} 2182 1 +13948 {13946} 2998 1 +13949 {13947} 5579 1 +13950 {13948} 11131 1 +13951 {13949} 2192 1 +13952 {13950} 2245 1 +13953 {13951} 10170 1 +13954 {13952} 7435 1 +13955 {13953} 2656 1 +13956 {13954} 9909 1 +13957 {13955} 1889 1 +13958 {13956} 8910 1 +13959 {13957} 11698 1 +13960 {13958} 3513 1 +13961 {13959} 2369 1 +13962 {13960} 11606 1 +13963 {13961} 10038 1 +13964 {13962} 819 1 +13965 {13963} 1873 1 +13966 {13964} 2867 1 +13967 {13965} 1441 1 +13968 {13966} 9917 1 +13969 {13967} 2461 1 +13970 {13968} 2223 1 +13971 {13969} 3109 1 +13972 {13970} 5455 1 +13973 {13971} 7084 1 +13974 {13972} 2154 1 +13975 {13973} 10655 1 +13976 {13974} 16196 1 +13977 {13975} 10507 1 +13978 {13976} 10897 1 +13979 {13977} 16537 1 +13980 {13978} 10596 1 +13981 {13979} 2288 1 +13982 {13980} 2942 1 +13983 {13981} 2124 1 +13984 {13982} 14732 1 +13985 {13983} 2335 1 +13986 {13984} 2400 1 +13987 {13985} 11042 1 +13988 {13986} 3247 1 +13989 {13987} 2181 1 +13990 {13988} 10863 1 +13991 {13989} 8328 1 +13992 {13990} 2165 1 +13993 {13991} 2471 1 +13994 {13992} 2207 1 +13995 {13993} 10179 1 +13996 {13994} 996 1 +13997 {13995} 9428 1 +13998 {13996} 1662 1 +13999 {13997} 8789 1 +14000 {13998} 10721 1 +14001 {13999} 2865 1 +14002 {14000} 2666 1 +14003 {14001} 5715 1 +14004 {14002} 2194 1 +14005 {14003} 1849 1 +14006 {14004} 2364 1 +14007 {14005} 2170 1 +14008 {14006} 2065 1 +14009 {14007} 11735 1 +14010 {14008} 2486 1 +14011 {14009} 1786 1 +14012 {14010} 1719 1 +14013 {14011} 2793 1 +14014 {14012} 11587 1 +14015 {14013} 15929 1 +14016 {14014} 10715 1 +14017 {14015} 8612 1 +14018 {14016} 9171 1 +14019 {14017} 9754 1 +14020 {14018} 14557 1 +14021 {14019} 477 1 +14022 {14020} 7393 1 +14023 {14021} 1723 1 +14024 {14022} 1678 1 +14025 {14023} 1786 1 +14026 {14024} 9302 1 +14027 {14025} 3262 1 +14028 {14026} 10620 1 +14029 {14027} 12562 1 +14030 {14028} 2669 1 +14031 {14029} 2180 1 +14032 {14030} 2861 1 +14033 {14031} 10938 1 +14034 {14032} 11160 1 +14035 {14033} 2627 1 +14036 {14034} 11034 1 +14037 {14035} 2390 1 +14038 {14036} 1871 1 +14039 {14037} 10097 1 +14040 {14038} 9852 1 +14041 {14039} 3105 1 +14042 {14040} 11658 1 +14043 {14041} 10620 1 +14044 {14042} 4182 1 +14045 {14043} 15984 1 +14046 {14044} 8545 1 +14047 {14045} 2129 1 +14048 {14046} 12849 1 +14049 {14047} 10613 1 +14050 {14048} 3544 1 +14051 {14049} 2520 1 +14052 {14050} 2843 1 +14053 {14051} 2695 1 +14054 {14052} 5145 1 +14055 {14053} 15763 1 +14056 {14054} 8800 1 +14057 {14055} 14829 1 +14058 {14056} 1146 1 +14059 {14057} 9489 1 +14060 {14058} 5630 1 +14061 {14059} 10711 1 +14062 {14060} 8817 1 +14063 {14061} 2726 1 +14064 {14062} 3278 1 +14065 {14063} 9690 1 +14066 {14064} 467 1 +14067 {14065} 11592 1 +14068 {14066} 2456 1 +14069 {14067} 8562 1 +14070 {14068} 3681 1 +14071 {14069} 2486 1 +14072 {14070} 2296 1 +14073 {14071} 2496 1 +14074 {14072} 10734 1 +14075 {14073} 11837 1 +14076 {14074} 3574 1 +14077 {14075} 2845 1 +14078 {14076} 10735 1 +14079 {14077} 11003 1 +14080 {14078} 10436 1 +14081 {14079} 10942 1 +14082 {14080} 9080 1 +14083 {14081} 10258 1 +14084 {14082} 2065 1 +14085 {14083} 9333 1 +14086 {14084} 9063 1 +14087 {14085} 9144 1 +14088 {14086} 12804 1 +14089 {14087} 2369 1 +14090 {14088} 9518 1 +14091 {14089} 9588 1 +14092 {14090} 2192 1 +14093 {14091} 10916 1 +14094 {14092} 9866 1 +14095 {14093} 9451 1 +14096 {14094} 2154 1 +14097 {14095} 1976 1 +14098 {14096} 10115 1 +14099 {14097} 11622 1 +14100 {14098} 9720 1 +14101 {14099} 1585 1 +14102 {14100} 10378 1 +14103 {14101} 2304 1 +14104 {14102} 9405 1 +14105 {14103} 2811 1 +14106 {14104} 11051 1 +14107 {14105} 2360 1 +14108 {14106} 3695 1 +14109 {14107} 2540 1 +14110 {14108} 11386 1 +14111 {14109} 10199 1 +14112 {14110} 11775 1 +14113 {14111} 3103 1 +14114 {14112} 12584 1 +14115 {14113} 1462 1 +14116 {14114} 2569 1 +14117 {14115} 1928 1 +14118 {14116} 12246 1 +14119 {14117} 1371 1 +14120 {14118} 11113 1 +14121 {14119} 8998 1 +14122 {14120} 3069 1 +14123 {14121} 11417 1 +14124 {14122} 12225 1 +14125 {14123} 3559 1 +14126 {14124} 2572 1 +14127 {14125} 3279 1 +14128 {14126} 9814 1 +14129 {14127} 10053 1 +14130 {14128} 1647 1 +14131 {14129} 10074 1 +14132 {14130} 917 1 +14133 {14131} 2228 1 +14134 {14132} 10757 1 +14135 {14133} 2145 1 +14136 {14134} 231 1 +14137 {14135} 9965 1 +14138 {14136} 10442 1 +14139 {14137} 4436 1 +14140 {14138} 1900 1 +14141 {14139} 1416 1 +14142 {14140} 3505 1 +14143 {14141} 1959 1 +14144 {14142} 2018 1 +14145 {14143} 8099 1 +14146 {14144} 9191 1 +14147 {14145} 1923 1 +14148 {14146} 8444 1 +14149 {14147} 10471 1 +14150 {14148} 10642 1 +14151 {14149} 10427 1 +14152 {14150} 2031 1 +14153 {14151} 10575 1 +14154 {14152} 9940 1 +14155 {14153} 2624 1 +14156 {14154} 1639 1 +14157 {14155} 13413 1 +14158 {14156} 6922 1 +14159 {14157} 10580 1 +14160 {14158} 4497 1 +14161 {14159} 1881 1 +14162 {14160} 2839 1 +14163 {14161} 2195 1 +14164 {14162} 3337 1 +14165 {14163} 7972 1 +14166 {14164} 16126 1 +14167 {14165} 10177 1 +14168 {14166} 10986 1 +14169 {14167} 9503 1 +14170 {14168} 9152 1 +14171 {14169} 11248 1 +14172 {14170} 2165 1 +14173 {14171} 1926 1 +14174 {14172} 2503 1 +14175 {14173} 2767 1 +14176 {14174} 9600 1 +14177 {14175} 10618 1 +14178 {14176} 16306 1 +14179 {14177} 1156 1 +14180 {14178} 1492 1 +14181 {14179} 8649 1 +14182 {14180} 1375 1 +14183 {14181} 1197 1 +14184 {14182} 1557 1 +14185 {14183} 2532 1 +14186 {14184} 10449 1 +14187 {14185} 10467 1 +14188 {14186} 3410 1 +14189 {14187} 2228 1 +14190 {14188} 9038 1 +14191 {14189} 12303 1 +14192 {14190} 2394 1 +14193 {14191} 11635 1 +14194 {14192} 11544 1 +14195 {14193} 12441 1 +14196 {14194} 2663 1 +14197 {14195} 9867 1 +14198 {14196} 16362 1 +14199 {14197} 10192 1 +14200 {14198} 1860 1 +14201 {14199} 4190 1 +14202 {14200} 3754 1 +14203 {14201} 1659 1 +14204 {14202} 9927 1 +14205 {14203} 11703 1 +14206 {14204} 2155 1 +14207 {14205} 10804 1 +14208 {14206} 12722 1 +14209 {14207} 11670 1 +14210 {14208} 8960 1 +14211 {14209} 12606 1 +14212 {14210} 9435 1 +14213 {14211} 2835 1 +14214 {14212} 1842 1 +14215 {14213} 4060 1 +14216 {14214} 8755 1 +14217 {14215} 10929 1 +14218 {14216} 8647 1 +14219 {14217} 9950 1 +14220 {14218} 1871 1 +14221 {14219} 1741 1 +14222 {14220} 9221 1 +14223 {14221} 3489 1 +14224 {14222} 2015 1 +14225 {14223} 1726 1 +14226 {14224} 10423 1 +14227 {14225} 2124 1 +14228 {14226} 1780 1 +14229 {14227} 2965 1 +14230 {14228} 1236 1 +14231 {14229} 9407 1 +14232 {14230} 2839 1 +14233 {14231} 13291 1 +14234 {14232} 2536 1 +14235 {14233} 1753 1 +14236 {14234} 11588 1 +14237 {14235} 11724 1 +14238 {14236} 1755 1 +14239 {14237} 2007 1 +14240 {14238} 2707 1 +14241 {14239} 4461 1 +14242 {14240} 1569 1 +14243 {14241} 1650 1 +14244 {14242} 11415 1 +14245 {14243} 3035 1 +14246 {14244} 2572 1 +14247 {14245} 3180 1 +14248 {14246} 13046 1 +14249 {14247} 1469 1 +14250 {14248} 9992 1 +14251 {14249} 9553 1 +14252 {14250} 3007 1 +14253 {14251} 2088 1 +14254 {14252} 1786 1 +14255 {14253} 2269 1 +14256 {14254} 11891 1 +14257 {14255} 10340 1 +14258 {14256} 11160 1 +14259 {14257} 3859 1 +14260 {14258} 11205 1 +14261 {14259} 11245 1 +14262 {14260} 4378 1 +14263 {14261} 1583 1 +14264 {14262} 2368 1 +14265 {14263} 1806 1 +14266 {14264} 3593 1 +14267 {14265} 3259 1 +14268 {14266} 10576 1 +14269 {14267} 1744 1 +14270 {14268} 8014 1 +14271 {14269} 1723 1 +14272 {14270} 11003 1 +14273 {14271} 1856 1 +14274 {14272} 2707 1 +14275 {14273} 6653 1 +14276 {14274} 1884 1 +14277 {14275} 2679 1 +14278 {14276} 2547 1 +14279 {14277} 15150 1 +14280 {14278} 8557 1 +14281 {14279} 1382 1 +14282 {14280} 1501 1 +14283 {14281} 10779 1 +14284 {14282} 14537 1 +14285 {14283} 1821 1 +14286 {14284} 16154 1 +14287 {14285} 9716 1 +14288 {14286} 9063 1 +14289 {14287} 11164 1 +14290 {14288} 3180 1 +14291 {14289} 2666 1 +14292 {14290} 2123 1 +14293 {14291} 4268 1 +14294 {14292} 1172 1 +14295 {14293} 10747 1 +14296 {14294} 9924 1 +14297 {14295} 1839 1 +14298 {14296} 3557 1 +14299 {14297} 8203 1 +14300 {14298} 8451 1 +14301 {14299} 3445 1 +14302 {14300} 3134 1 +14303 {14301} 966 1 +14304 {14302} 1989 1 +14305 {14303} 2263 1 +14306 {14304} 9816 1 +14307 {14305} 14700 1 +14308 {14306} 10090 1 +14309 {14307} 1710 1 +14310 {14308} 2996 1 +14311 {14309} 10300 1 +14312 {14310} 10623 1 +14313 {14311} 10009 1 +14314 {14312} 11316 1 +14315 {14313} 9450 1 +14316 {14314} 1846 1 +14317 {14315} 3003 1 +14318 {14316} 2885 1 +14319 {14317} 15250 1 +14320 {14318} 15563 1 +14321 {14319} 1784 1 +14322 {14320} 8976 1 +14323 {14321} 9308 1 +14324 {14322} 3520 1 +14325 {14323} 1815 1 +14326 {14324} 1201 1 +14327 {14325} 2067 1 +14328 {14326} 9910 1 +14329 {14327} 1546 1 +14330 {14328} 10642 1 +14331 {14329} 15808 1 +14332 {14330} 3201 1 +14333 {14331} 10371 1 +14334 {14332} 1788 1 +14335 {14333} 1277 1 +14336 {14334} 2219 1 +14337 {14335} 12320 1 +14338 {14336} 11110 1 +14339 {14337} 2395 1 +14340 {14338} 10089 1 +14341 {14339} 15883 1 +14342 {14340} 3683 1 +14343 {14341} 10591 1 +14344 {14342} 5327 1 +14345 {14343} 1790 1 +14346 {14344} 3303 1 +14347 {14345} 12069 1 +14348 {14346} 2861 1 +14349 {14347} 9197 1 +14350 {14348} 3772 1 +14351 {14349} 10927 1 +14352 {14350} 9233 1 +14353 {14351} 16624 1 +14354 {14352} 2636 1 +14355 {14353} 2811 1 +14356 {14354} 9439 1 +14357 {14355} 11138 1 +14358 {14356} 2124 1 +14359 {14357} 2742 1 +14360 {14358} 11604 1 +14361 {14359} 10932 1 +14362 {14360} 3007 1 +14363 {14361} 15979 1 +14364 {14362} 9682 1 +14365 {14363} 2555 1 +14366 {14364} 9558 1 +14367 {14365} 7737 1 +14368 {14366} 2088 1 +14369 {14367} 15439 1 +14370 {14368} 1923 1 +14371 {14369} 17 1 +14372 {14370} 9406 1 +14373 {14371} 2459 1 +14374 {14372} 9862 1 +14375 {14373} 16045 1 +14376 {14374} 3308 1 +14377 {14375} 10821 1 +14378 {14376} 3174 1 +14379 {14377} 1132 1 +14380 {14378} 1997 1 +14381 {14379} 11436 1 +14382 {14380} 1654 1 +14383 {14381} 2497 1 +14384 {14382} 3094 1 +14385 {14383} 9316 1 +14386 {14384} 3098 1 +14387 {14385} 8983 1 +14388 {14386} 2494 1 +14389 {14387} 10006 1 +14390 {14388} 9620 1 +14391 {14389} 2102 1 +14392 {14390} 1377 1 +14393 {14391} 2936 1 +14394 {14392} 10253 1 +14395 {14393} 10974 1 +14396 {14394} 1535 1 +14397 {14395} 10083 1 +14398 {14396} 1043 1 +14399 {14397} 6129 1 +14400 {14398} 10934 1 +14401 {14399} 9970 1 +14402 {14400} 2538 1 +14403 {14401} 1827 1 +14404 {14402} 11462 1 +14405 {14403} 1928 1 +14406 {14404} 9376 1 +14407 {14405} 10293 1 +14408 {14406} 10902 1 +14409 {14407} 3621 1 +14410 {14408} 2058 1 +14411 {14409} 963 1 +14412 {14410} 8113 1 +14413 {14411} 3133 1 +14414 {14412} 16574 1 +14415 {14413} 4305 1 +14416 {14414} 11310 1 +14417 {14415} 10672 1 +14418 {14416} 9242 1 +14419 {14417} 2118 1 +14420 {14418} 1882 1 +14421 {14419} 2943 1 +14422 {14420} 9167 1 +14423 {14421} 9613 1 +14424 {14422} 10343 1 +14425 {14423} 11328 1 +14426 {14424} 9173 1 +14427 {14425} 3134 1 +14428 {14426} 4970 1 +14429 {14427} 1574 1 +14430 {14428} 10014 1 +14431 {14429} 11931 1 +14432 {14430} 10087 1 +14433 {14431} 2389 1 +14434 {14432} 5595 1 +14435 {14433} 2546 1 +14436 {14434} 9618 1 +14437 {14435} 2461 1 +14438 {14436} 1441 1 +14439 {14437} 2638 1 +14440 {14438} 9630 1 +14441 {14439} 2192 1 +14442 {14440} 10695 1 +14443 {14441} 1811 1 +14444 {14442} 1518 1 +14445 {14443} 1383 1 +14446 {14444} 5909 1 +14447 {14445} 2290 1 +14448 {14446} 15774 1 +14449 {14447} 2746 1 +14450 {14448} 3805 1 +14451 {14449} 14616 1 +14452 {14450} 678 1 +14453 {14451} 10046 1 +14454 {14452} 13401 1 +14455 {14453} 12269 1 +14456 {14454} 10794 1 +14457 {14455} 9927 1 +14458 {14456} 2295 1 +14459 {14457} 14088 1 +14460 {14458} 7939 1 +14461 {14459} 9690 1 +14462 {14460} 2493 1 +14463 {14461} 2123 1 +14464 {14462} 2369 1 +14465 {14463} 8586 1 +14466 {14464} 10539 1 +14467 {14465} 11458 1 +14468 {14466} 9341 1 +14469 {14467} 1541 1 +14470 {14468} 10653 1 +14471 {14469} 10902 1 +14472 {14470} 2767 1 +14473 {14471} 1062 1 +14474 {14472} 10528 1 +14475 {14473} 2333 1 +14476 {14474} 1824 1 +14477 {14475} 8911 1 +14478 {14476} 10234 1 +14479 {14477} 2875 1 +14480 {14478} 2258 1 +14481 {14479} 10618 1 +14482 {14480} 13849 1 +14483 {14481} 2864 1 +14484 {14482} 2563 1 +14485 {14483} 9492 1 +14486 {14484} 2601 1 +14487 {14485} 2212 1 +14488 {14486} 10890 1 +14489 {14487} 5152 1 +14490 {14488} 1550 1 +14491 {14489} 10090 1 +14492 {14490} 3046 1 +14493 {14491} 11578 1 +14494 {14492} 3103 1 +14495 {14493} 2601 1 +14496 {14494} 1507 1 +14497 {14495} 10678 1 +14498 {14496} 9782 1 +14499 {14497} 9802 1 +14500 {14498} 2705 1 +14501 {14499} 2217 1 +14502 {14500} 3602 1 +14503 {14501} 2907 1 +14504 {14502} 2486 1 +14505 {14503} 10301 1 +14506 {14504} 6947 1 +14507 {14505} 1225 1 +14508 {14506} 11663 1 +14509 {14507} 10282 1 +14510 {14508} 2081 1 +14511 {14509} 2403 1 +14512 {14510} 2499 1 +14513 {14511} 10008 1 +14514 {14512} 9421 1 +14515 {14513} 2538 1 +14516 {14514} 790 1 +14517 {14515} 10022 1 +14518 {14516} 16321 1 +14519 {14517} 2492 1 +14520 {14518} 9011 1 +14521 {14519} 9390 1 +14522 {14520} 2632 1 +14523 {14521} 11159 1 +14524 {14522} 7731 1 +14525 {14523} 1858 1 +14526 {14524} 15657 1 +14527 {14525} 11821 1 +14528 {14526} 11404 1 +14529 {14527} 11310 1 +14530 {14528} 3190 1 +14531 {14529} 9608 1 +14532 {14530} 10596 1 +14533 {14531} 1545 1 +14534 {14532} 1415 1 +14535 {14533} 2093 1 +14536 {14534} 2904 1 +14537 {14535} 3939 1 +14538 {14536} 2632 1 +14539 {14537} 10084 1 +14540 {14538} 2832 1 +14541 {14539} 2180 1 +14542 {14540} 2058 1 +14543 {14541} 2352 1 +14544 {14542} 2138 1 +14545 {14543} 2766 1 +14546 {14544} 2335 1 +14547 {14545} 3012 1 +14548 {14546} 1929 1 +14549 {14547} 10744 1 +14550 {14548} 976 1 +14551 {14549} 1243 1 +14552 {14550} 2058 1 +14553 {14551} 2830 1 +14554 {14552} 1809 1 +14555 {14553} 6584 1 +14556 {14554} 10778 1 +14557 {14555} 460 1 +14558 {14556} 12845 1 +14559 {14557} 1893 1 +14560 {14558} 2164 1 +14561 {14559} 2696 1 +14562 {14560} 2453 1 +14563 {14561} 10532 1 +14564 {14562} 2856 1 +14565 {14563} 12734 1 +14566 {14564} 2230 1 +14567 {14565} 11734 1 +14568 {14566} 1241 1 +14569 {14567} 10234 1 +14570 {14568} 1775 1 +14571 {14569} 2335 1 +14572 {14570} 1518 1 +14573 {14571} 9615 1 +14574 {14572} 10742 1 +14575 {14573} 1396 1 +14576 {14574} 2661 1 +14577 {14575} 9944 1 +14578 {14576} 9635 1 +14579 {14577} 2401 1 +14580 {14578} 15622 1 +14581 {14579} 1027 1 +14582 {14580} 1226 1 +14583 {14581} 1701 1 +14584 {14582} 2568 1 +14585 {14583} 2251 1 +14586 {14584} 10496 1 +14587 {14585} 2627 1 +14588 {14586} 2853 1 +14589 {14587} 2411 1 +14590 {14588} 10701 1 +14591 {14589} 11561 1 +14592 {14590} 1978 1 +14593 {14591} 11262 1 +14594 {14592} 10938 1 +14595 {14593} 10979 1 +14596 {14594} 1203 1 +14597 {14595} 13331 1 +14598 {14596} 2361 1 +14599 {14597} 35 1 +14600 {14598} 8823 1 +14601 {14599} 8505 1 +14602 {14600} 1091 1 +14603 {14601} 3632 1 +14604 {14602} 11395 1 +14605 {14603} 3850 1 +14606 {14604} 2166 1 +14607 {14605} 2532 1 +14608 {14606} 1821 1 +14609 {14607} 1942 1 +14610 {14608} 9544 1 +14611 {14609} 8449 1 +14612 {14610} 3576 1 +14613 {14611} 10605 1 +14614 {14612} 989 1 +14615 {14613} 1841 1 +14616 {14614} 2148 1 +14617 {14615} 2303 1 +14618 {14616} 12218 1 +14619 {14617} 8355 1 +14620 {14618} 7618 1 +14621 {14619} 8953 1 +14622 {14620} 2464 1 +14623 {14621} 10845 1 +14624 {14622} 2629 1 +14625 {14623} 8767 1 +14626 {14624} 9286 1 +14627 {14625} 9913 1 +14628 {14626} 9574 1 +14629 {14627} 11016 1 +14630 {14628} 11415 1 +14631 {14629} 10413 1 +14632 {14630} 10199 1 +14633 {14631} 735 1 +14634 {14632} 2122 1 +14635 {14633} 15557 1 +14636 {14634} 11100 1 +14637 {14635} 2555 1 +14638 {14636} 9445 1 +14639 {14637} 1322 1 +14640 {14638} 3297 1 +14641 {14639} 2843 1 +14642 {14640} 15123 1 +14643 {14641} 3075 1 +14644 {14642} 10096 1 +14645 {14643} 2152 1 +14646 {14644} 5896 1 +14647 {14645} 6591 1 +14648 {14646} 9330 1 +14649 {14647} 2313 1 +14650 {14648} 15068 1 +14651 {14649} 9613 1 +14652 {14650} 3140 1 +14653 {14651} 13583 1 +14654 {14652} 2459 1 +14655 {14653} 9403 1 +14656 {14654} 7727 1 +14657 {14655} 9327 1 +14658 {14656} 11740 1 +14659 {14657} 9414 1 +14660 {14658} 13407 1 +14661 {14659} 10660 1 +14662 {14660} 2225 1 +14663 {14661} 9858 1 +14664 {14662} 2974 1 +14665 {14663} 9811 1 +14666 {14664} 1475 1 +14667 {14665} 2011 1 +14668 {14666} 11096 1 +14669 {14667} 3215 1 +14670 {14668} 2740 1 +14671 {14669} 12291 1 +14672 {14670} 2368 1 +14673 {14671} 2803 1 +14674 {14672} 8263 1 +14675 {14673} 9397 1 +14676 {14674} 2467 1 +14677 {14675} 10055 1 +14678 {14676} 2942 1 +14679 {14677} 10130 1 +14680 {14678} 1576 1 +14681 {14679} 10310 1 +14682 {14680} 2747 1 +14683 {14681} 9774 1 +14684 {14682} 3069 1 +14685 {14683} 8403 1 +14686 {14684} 11726 1 +14687 {14685} 1756 1 +14688 {14686} 1654 1 +14689 {14687} 2017 1 +14690 {14688} 2054 1 +14691 {14689} 11235 1 +14692 {14690} 2332 1 +14693 {14691} 7076 1 +14694 {14692} 2280 1 +14695 {14693} 2134 1 +14696 {14694} 11644 1 +14697 {14695} 3046 1 +14698 {14696} 2015 1 +14699 {14697} 7975 1 +14700 {14698} 11507 1 +14701 {14699} 11673 1 +14702 {14700} 7678 1 +14703 {14701} 1414 1 +14704 {14702} 1825 1 +14705 {14703} 9138 1 +14706 {14704} 10642 1 +14707 {14705} 2464 1 +14708 {14706} 8556 1 +14709 {14707} 7420 1 +14710 {14708} 15021 1 +14711 {14709} 10239 1 +14712 {14710} 1722 1 +14713 {14711} 9659 1 +14714 {14712} 2134 1 +14715 {14713} 5436 1 +14716 {14714} 2323 1 +14717 {14715} 10382 1 +14718 {14716} 1945 1 +14719 {14717} 2065 1 +14720 {14718} 9149 1 +14721 {14719} 1344 1 +14722 {14720} 8409 1 +14723 {14721} 9554 1 +14724 {14722} 10769 1 +14725 {14723} 3029 1 +14726 {14724} 8663 1 +14727 {14725} 5338 1 +14728 {14726} 9665 1 +14729 {14727} 1662 1 +14730 {14728} 1327 1 +14731 {14729} 2125 1 +14732 {14730} 9214 1 +14733 {14731} 1471 1 +14734 {14732} 11544 1 +14735 {14733} 11460 1 +14736 {14734} 2285 1 +14737 {14735} 2569 1 +14738 {14736} 10902 1 +14739 {14737} 9765 1 +14740 {14738} 10894 1 +14741 {14739} 12632 1 +14742 {14740} 6893 1 +14743 {14741} 1855 1 +14744 {14742} 1682 1 +14745 {14743} 8376 1 +14746 {14744} 12634 1 +14747 {14745} 8300 1 +14748 {14746} 2571 1 +14749 {14747} 3075 1 +14750 {14748} 3250 1 +14751 {14749} 10738 1 +14752 {14750} 3435 1 +14753 {14751} 9894 1 +14754 {14752} 11139 1 +14755 {14753} 14514 1 +14756 {14754} 9212 1 +14757 {14755} 2803 1 +14758 {14756} 10145 1 +14759 {14757} 14358 1 +14760 {14758} 1118 1 +14761 {14759} 1678 1 +14762 {14760} 1983 1 +14763 {14761} 9518 1 +14764 {14762} 1201 1 +14765 {14763} 11402 1 +14766 {14764} 2838 1 +14767 {14765} 11071 1 +14768 {14766} 5763 1 +14769 {14767} 2743 1 +14770 {14768} 16317 1 +14771 {14769} 11746 1 +14772 {14770} 15688 1 +14773 {14771} 4553 1 +14774 {14772} 493 1 +14775 {14773} 1854 1 +14776 {14774} 2940 1 +14777 {14775} 12004 1 +14778 {14776} 1938 1 +14779 {14777} 2427 1 +14780 {14778} 11417 1 +14781 {14779} 2390 1 +14782 {14780} 13008 1 +14783 {14781} 9938 1 +14784 {14782} 2336 1 +14785 {14783} 15972 1 +14786 {14784} 2639 1 +14787 {14785} 12037 1 +14788 {14786} 7857 1 +14789 {14787} 12082 1 +14790 {14788} 2501 1 +14791 {14789} 15870 1 +14792 {14790} 9375 1 +14793 {14791} 2323 1 +14794 {14792} 2596 1 +14795 {14793} 5721 1 +14796 {14794} 2874 1 +14797 {14795} 5027 1 +14798 {14796} 11781 1 +14799 {14797} 3440 1 +14800 {14798} 1218 1 +14801 {14799} 2777 1 +14802 {14800} 10387 1 +14803 {14801} 5815 1 +14804 {14802} 10980 1 +14805 {14803} 3212 1 +14806 {14804} 1916 1 +14807 {14805} 8836 1 +14808 {14806} 2403 1 +14809 {14807} 10774 1 +14810 {14808} 1261 1 +14811 {14809} 2170 1 +14812 {14810} 9954 1 +14813 {14811} 2557 1 +14814 {14812} 2395 1 +14815 {14813} 11488 1 +14816 {14814} 16175 1 +14817 {14815} 2118 1 +14818 {14816} 2026 1 +14819 {14817} 892 1 +14820 {14818} 1636 1 +14821 {14819} 14274 1 +14822 {14820} 1900 1 +14823 {14821} 3281 1 +14824 {14822} 2344 1 +14825 {14823} 9716 1 +14826 {14824} 455 1 +14827 {14825} 728 1 +14828 {14826} 1959 1 +14829 {14827} 1195 1 +14830 {14828} 1490 1 +14831 {14829} 9909 1 +14832 {14830} 2907 1 +14833 {14831} 1617 1 +14834 {14832} 551 1 +14835 {14833} 2258 1 +14836 {14834} 9096 1 +14837 {14835} 1972 1 +14838 {14836} 11958 1 +14839 {14837} 13807 1 +14840 {14838} 3994 1 +14841 {14839} 2197 1 +14842 {14840} 1409 1 +14843 {14841} 9957 1 +14844 {14842} 2634 1 +14845 {14843} 2733 1 +14846 {14844} 8237 1 +14847 {14845} 2319 1 +14848 {14846} 1534 1 +14849 {14847} 10014 1 +14850 {14848} 1515 1 +14851 {14849} 9043 1 +14852 {14850} 2919 1 +14853 {14851} 2596 1 +14854 {14852} 1520 1 +14855 {14853} 2794 1 +14856 {14854} 10549 1 +14857 {14855} 2090 1 +14858 {14856} 10752 1 +14859 {14857} 11992 1 +14860 {14858} 2267 1 +14861 {14859} 3318 1 +14862 {14860} 2099 1 +14863 {14861} 4708 1 +14864 {14862} 7481 1 +14865 {14863} 3347 1 +14866 {14864} 3129 1 +14867 {14865} 12225 1 +14868 {14866} 3047 1 +14869 {14867} 10241 1 +14870 {14868} 10152 1 +14871 {14869} 3062 1 +14872 {14870} 2603 1 +14873 {14871} 2673 1 +14874 {14872} 2827 1 +14875 {14873} 6973 1 +14876 {14874} 16120 1 +14877 {14875} 10293 1 +14878 {14876} 12326 1 +14879 {14877} 2061 1 +14880 {14878} 1650 1 +14881 {14879} 1022 1 +14882 {14880} 9008 1 +14883 {14881} 11186 1 +14884 {14882} 8401 1 +14885 {14883} 9608 1 +14886 {14884} 8505 1 +14887 {14885} 5289 1 +14888 {14886} 14176 1 +14889 {14887} 3599 1 +14890 {14888} 1787 1 +14891 {14889} 4029 1 +14892 {14890} 9539 1 +14893 {14891} 3503 1 +14894 {14892} 3690 1 +14895 {14893} 1426 1 +14896 {14894} 2520 1 +14897 {14895} 2030 1 +14898 {14896} 2767 1 +14899 {14897} 2937 1 +14900 {14898} 2431 1 +14901 {14899} 6652 1 +14902 {14900} 1879 1 +14903 {14901} 3140 1 +14904 {14902} 12109 1 +14905 {14903} 2794 1 +14906 {14904} 1958 1 +14907 {14905} 12748 1 +14908 {14906} 10985 1 +14909 {14907} 6472 1 +14910 {14908} 685 1 +14911 {14909} 11414 1 +14912 {14910} 2405 1 +14913 {14911} 2301 1 +14914 {14912} 11861 1 +14915 {14913} 10011 1 +14916 {14914} 10804 1 +14917 {14915} 2197 1 +14918 {14916} 10911 1 +14919 {14917} 10072 1 +14920 {14918} 1145 1 +14921 {14919} 1821 1 +14922 {14920} 15467 1 +14923 {14921} 2371 1 +14924 {14922} 3009 1 +14925 {14923} 1289 1 +14926 {14924} 10395 1 +14927 {14925} 1748 1 +14928 {14926} 2763 1 +14929 {14927} 9173 1 +14930 {14928} 2056 1 +14931 {14929} 11680 1 +14932 {14930} 11016 1 +14933 {14931} 1128 1 +14934 {14932} 6407 1 +14935 {14933} 12026 1 +14936 {14934} 2744 1 +14937 {14935} 1847 1 +14938 {14936} 9538 1 +14939 {14937} 2937 1 +14940 {14938} 10599 1 +14941 {14939} 15113 1 +14942 {14940} 9937 1 +14943 {14941} 10407 1 +14944 {14942} 11093 1 +14945 {14943} 2390 1 +14946 {14944} 8866 1 +14947 {14945} 11346 1 +14948 {14946} 11044 1 +14949 {14947} 3274 1 +14950 {14948} 11778 1 +14951 {14949} 10575 1 +14952 {14950} 1540 1 +14953 {14951} 2596 1 +14954 {14952} 3179 1 +14955 {14953} 2590 1 +14956 {14954} 2225 1 +14957 {14955} 2805 1 +14958 {14956} 2495 1 +14959 {14957} 10914 1 +14960 {14958} 9791 1 +14961 {14959} 14075 1 +14962 {14960} 2081 1 +14963 {14961} 10093 1 +14964 {14962} 11657 1 +14965 {14963} 10023 1 +14966 {14964} 10368 1 +14967 {14965} 10017 1 +14968 {14966} 1821 1 +14969 {14967} 8685 1 +14970 {14968} 9439 1 +14971 {14969} 1740 1 +14972 {14970} 3137 1 +14973 {14971} 2775 1 +14974 {14972} 1981 1 +14975 {14973} 2430 1 +14976 {14974} 2058 1 +14977 {14975} 12360 1 +14978 {14976} 1775 1 +14979 {14977} 1273 1 +14980 {14978} 1810 1 +14981 {14979} 2733 1 +14982 {14980} 1922 1 +14983 {14981} 6515 1 +14984 {14982} 9546 1 +14985 {14983} 13480 1 +14986 {14984} 1587 1 +14987 {14985} 2400 1 +14988 {14986} 2859 1 +14989 {14987} 10490 1 +14990 {14988} 14165 1 +14991 {14989} 3377 1 +14992 {14990} 3369 1 +14993 {14991} 2870 1 +14994 {14992} 1778 1 +14995 {14993} 2844 1 +14996 {14994} 2446 1 +14997 {14995} 8498 1 +14998 {14996} 10130 1 +14999 {14997} 2090 1 +15000 {14998} 2326 1 +15001 {14999} 15376 1 +15002 {15000} 1305 1 +15003 {15001} 2891 1 +15004 {15002} 8959 1 +15005 {15003} 10022 1 +15006 {15004} 13629 1 +15007 {15005} 8847 1 +15008 {15006} 8804 1 +15009 {15007} 1957 1 +15010 {15008} 2029 1 +15011 {15009} 13548 1 +15012 {15010} 2242 1 +15013 {15011} 12114 1 +15014 {15012} 3024 1 +15015 {15013} 3683 1 +15016 {15014} 14416 1 +15017 {15015} 9989 1 +15018 {15016} 3073 1 +15019 {15017} 3595 1 +15020 {15018} 11114 1 +15021 {15019} 15876 1 +15022 {15020} 10427 1 +15023 {15021} 10218 1 +15024 {15022} 10532 1 +15025 {15023} 10053 1 +15026 {15024} 2638 1 +15027 {15025} 16268 1 +15028 {15026} 11374 1 +15029 {15027} 9144 1 +15030 {15028} 1068 1 +15031 {15029} 2456 1 +15032 {15030} 10668 1 +15033 {15031} 3685 1 +15034 {15032} 10938 1 +15035 {15033} 2364 1 +15036 {15034} 10496 1 +15037 {15035} 2260 1 +15038 {15036} 10121 1 +15039 {15037} 3012 1 +15040 {15038} 11635 1 +15041 {15039} 742 1 +15042 {15040} 3007 1 +15043 {15041} 4279 1 +15044 {15042} 1136 1 +15045 {15043} 2775 1 +15046 {15044} 3602 1 +15047 {15045} 5554 1 +15048 {15046} 9345 1 +15049 {15047} 1234 1 +15050 {15048} 10695 1 +15051 {15049} 10680 1 +15052 {15050} 10258 1 +15053 {15051} 1885 1 +15054 {15052} 1856 1 +15055 {15053} 3567 1 +15056 {15054} 10490 1 +15057 {15055} 13074 1 +15058 {15056} 2234 1 +15059 {15057} 9165 1 +15060 {15058} 1919 1 +15061 {15059} 11513 1 +15062 {15060} 2679 1 +15063 {15061} 10905 1 +15064 {15062} 1351 1 +15065 {15063} 2893 1 +15066 {15064} 3239 1 +15067 {15065} 10121 1 +15068 {15066} 1610 1 +15069 {15067} 8721 1 +15070 {15068} 2389 1 +15071 {15069} 8874 1 +15072 {15070} 2482 1 +15073 {15071} 2563 1 +15074 {15072} 1717 1 +15075 {15073} 9898 1 +15076 {15074} 4086 1 +15077 {15075} 9998 1 +15078 {15076} 2942 1 +15079 {15077} 12368 1 +15080 {15078} 2386 1 +15081 {15079} 1611 1 +15082 {15080} 10141 1 +15083 {15081} 11688 1 +15084 {15082} 2023 1 +15085 {15083} 1755 1 +15086 {15084} 9767 1 +15087 {15085} 1109 1 +15088 {15086} 8749 1 +15089 {15087} 2633 1 +15090 {15088} 2503 1 +15091 {15089} 9349 1 +15092 {15090} 10788 1 +15093 {15091} 9248 1 +15094 {15092} 2417 1 +15095 {15093} 2707 1 +15096 {15094} 3650 1 +15097 {15095} 1956 1 +15098 {15096} 2161 1 +15099 {15097} 11101 1 +15100 {15098} 3267 1 +15101 {15099} 10306 1 +15102 {15100} 10042 1 +15103 {15101} 1473 1 +15104 {15102} 9900 1 +15105 {15103} 1374 1 +15106 {15104} 14349 1 +15107 {15105} 2467 1 +15108 {15106} 1231 1 +15109 {15107} 11684 1 +15110 {15108} 3236 1 +15111 {15109} 2998 1 +15112 {15110} 658 1 +15113 {15111} 4755 1 +15114 {15112} 8435 1 +15115 {15113} 2806 1 +15116 {15114} 11505 1 +15117 {15115} 1594 1 +15118 {15116} 10266 1 +15119 {15117} 10472 1 +15120 {15118} 1846 1 +15121 {15119} 6891 1 +15122 {15120} 10786 1 +15123 {15121} 1837 1 +15124 {15122} 2055 1 +15125 {15123} 2537 1 +15126 {15124} 9978 1 +15127 {15125} 2161 1 +15128 {15126} 10711 1 +15129 {15127} 2585 1 +15130 {15128} 3508 1 +15131 {15129} 2234 1 +15132 {15130} 9694 1 +15133 {15131} 11644 1 +15134 {15132} 1612 1 +15135 {15133} 10301 1 +15136 {15134} 10475 1 +15137 {15135} 12079 1 +15138 {15136} 2032 1 +15139 {15137} 10856 1 +15140 {15138} 2090 1 +15141 {15139} 1671 1 +15142 {15140} 11268 1 +15143 {15141} 1870 1 +15144 {15142} 10846 1 +15145 {15143} 10453 1 +15146 {15144} 9512 1 +15147 {15145} 2296 1 +15148 {15146} 9739 1 +15149 {15147} 9079 1 +15150 {15148} 3533 1 +15151 {15149} 2625 1 +15152 {15150} 1807 1 +15153 {15151} 11463 1 +15154 {15152} 2230 1 +15155 {15153} 1873 1 +15156 {15154} 11988 1 +15157 {15155} 817 1 +15158 {15156} 1910 1 +15159 {15157} 10979 1 +15160 {15158} 9373 1 +15161 {15159} 10815 1 +15162 {15160} 3142 1 +15163 {15161} 16451 1 +15164 {15162} 10591 1 +15165 {15163} 3207 1 +15166 {15164} 11595 1 +15167 {15165} 10948 1 +15168 {15166} 1083 1 +15169 {15167} 1146 1 +15170 {15168} 1827 1 +15171 {15169} 9436 1 +15172 {15170} 2904 1 +15173 {15171} 9143 1 +15174 {15172} 12676 1 +15175 {15173} 13252 1 +15176 {15174} 11573 1 +15177 {15175} 2622 1 +15178 {15176} 12086 1 +15179 {15177} 11861 1 +15180 {15178} 10300 1 +15181 {15179} 10878 1 +15182 {15180} 12675 1 +15183 {15181} 1956 1 +15184 {15182} 2621 1 +15185 {15183} 10980 1 +15186 {15184} 15454 1 +15187 {15185} 2331 1 +15188 {15186} 91 1 +15189 {15187} 10165 1 +15190 {15188} 15356 1 +15191 {15189} 1764 1 +15192 {15190} 2634 1 +15193 {15191} 1951 1 +15194 {15192} 1969 1 +15195 {15193} 11566 1 +15196 {15194} 2845 1 +15197 {15195} 1771 1 +15198 {15196} 7398 1 +15199 {15197} 10503 1 +15200 {15198} 9588 1 +15201 {15199} 10131 1 +15202 {15200} 11810 1 +15203 {15201} 2256 1 +15204 {15202} 5657 1 +15205 {15203} 10512 1 +15206 {15204} 11357 1 +15207 {15205} 424 1 +15208 {15206} 2368 1 +15209 {15207} 2367 1 +15210 {15208} 1785 1 +15211 {15209} 10316 1 +15212 {15210} 2601 1 +15213 {15211} 2654 1 +15214 {15212} 10911 1 +15215 {15213} 13994 1 +15216 {15214} 2099 1 +15217 {15215} 8405 1 +15218 {15216} 10395 1 +15219 {15217} 2231 1 +15220 {15218} 11836 1 +15221 {15219} 9989 1 +15222 {15220} 1004 1 +15223 {15221} 10866 1 +15224 {15222} 10131 1 +15225 {15223} 10787 1 +15226 {15224} 1619 1 +15227 {15225} 2403 1 +15228 {15226} 2494 1 +15229 {15227} 2329 1 +15230 {15228} 2030 1 +15231 {15229} 2811 1 +15232 {15230} 1188 1 +15233 {15231} 3041 1 +15234 {15232} 1755 1 +15235 {15233} 3349 1 +15236 {15234} 2486 1 +15237 {15235} 2380 1 +15238 {15236} 2918 1 +15239 {15237} 3335 1 +15240 {15238} 8923 1 +15241 {15239} 2061 1 +15242 {15240} 10355 1 +15243 {15241} 9120 1 +15244 {15242} 9869 1 +15245 {15243} 2434 1 +15246 {15244} 2117 1 +15247 {15245} 9164 1 +15248 {15246} 2839 1 +15249 {15247} 6188 1 +15250 {15248} 3646 1 +15251 {15249} 2844 1 +15252 {15250} 15325 1 +15253 {15251} 11133 1 +15254 {15252} 2423 1 +15255 {15253} 10301 1 +15256 {15254} 2490 1 +15257 {15255} 10902 1 +15258 {15256} 1714 1 +15259 {15257} 2326 1 +15260 {15258} 15930 1 +15261 {15259} 8424 1 +15262 {15260} 15184 1 +15263 {15261} 9179 1 +15264 {15262} 1313 1 +15265 {15263} 3448 1 +15266 {15264} 1704 1 +15267 {15265} 10286 1 +15268 {15266} 9660 1 +15269 {15267} 1890 1 +15270 {15268} 3074 1 +15271 {15269} 1754 1 +15272 {15270} 2402 1 +15273 {15271} 9283 1 +15274 {15272} 3304 1 +15275 {15273} 2224 1 +15276 {15274} 11092 1 +15277 {15275} 7509 1 +15278 {15276} 2129 1 +15279 {15277} 10124 1 +15280 {15278} 1581 1 +15281 {15279} 9955 1 +15282 {15280} 10324 1 +15283 {15281} 10771 1 +15284 {15282} 9904 1 +15285 {15283} 1718 1 +15286 {15284} 9905 1 +15287 {15285} 2589 1 +15288 {15286} 2640 1 +15289 {15287} 10620 1 +15290 {15288} 2167 1 +15291 {15289} 12729 1 +15292 {15290} 10900 1 +15293 {15291} 3068 1 +15294 {15292} 12625 1 +15295 {15293} 10586 1 +15296 {15294} 1390 1 +15297 {15295} 2076 1 +15298 {15296} 10690 1 +15299 {15297} 12463 1 +15300 {15298} 1755 1 +15301 {15299} 10982 1 +15302 {15300} 11415 1 +15303 {15301} 2421 1 +15304 {15302} 3331 1 +15305 {15303} 16147 1 +15306 {15304} 2693 1 +15307 {15305} 2022 1 +15308 {15306} 16296 1 +15309 {15307} 4735 1 +15310 {15308} 9874 1 +15311 {15309} 10134 1 +15312 {15310} 11831 1 +15313 {15311} 9365 1 +15314 {15312} 6968 1 +15315 {15313} 8871 1 +15316 {15314} 11439 1 +15317 {15315} 2619 1 +15318 {15316} 4931 1 +15319 {15317} 1994 1 +15320 {15318} 2336 1 +15321 {15319} 2260 1 +15322 {15320} 11196 1 +15323 {15321} 2192 1 +15324 {15322} 2973 1 +15325 {15323} 11310 1 +15326 {15324} 2844 1 +15327 {15325} 1059 1 +15328 {15326} 8770 1 +15329 {15327} 10598 1 +15330 {15328} 3141 1 +15331 {15329} 1881 1 +15332 {15330} 13090 1 +15333 {15331} 1769 1 +15334 {15332} 2742 1 +15335 {15333} 1859 1 +15336 {15334} 1518 1 +15337 {15335} 912 1 +15338 {15336} 1123 1 +15339 {15337} 2065 1 +15340 {15338} 8519 1 +15341 {15339} 1361 1 +15342 {15340} 1926 1 +15343 {15341} 10693 1 +15344 {15342} 1309 1 +15345 {15343} 1297 1 +15346 {15344} 1469 1 +15347 {15345} 9775 1 +15348 {15346} 7672 1 +15349 {15347} 10334 1 +15350 {15348} 158 1 +15351 {15349} 3099 1 +15352 {15350} 11259 1 +15353 {15351} 2635 1 +15354 {15352} 9268 1 +15355 {15353} 10472 1 +15356 {15354} 2196 1 +15357 {15355} 10752 1 +15358 {15356} 9481 1 +15359 {15357} 12372 1 +15360 {15358} 2300 1 +15361 {15359} 2600 1 +15362 {15360} 2695 1 +15363 {15361} 3478 1 +15364 {15362} 1028 1 +15365 {15363} 9078 1 +15366 {15364} 2266 1 +15367 {15365} 2371 1 +15368 {15366} 4417 1 +15369 {15367} 2133 1 +15370 {15368} 10747 1 +15371 {15369} 12476 1 +15372 {15370} 16158 1 +15373 {15371} 14009 1 +15374 {15372} 3106 1 +15375 {15373} 1990 1 +15376 {15374} 12249 1 +15377 {15375} 11667 1 +15378 {15376} 11916 1 +15379 {15377} 8979 1 +15380 {15378} 1662 1 +15381 {15379} 3633 1 +15382 {15380} 10591 1 +15383 {15381} 1340 1 +15384 {15382} 10315 1 +15385 {15383} 2874 1 +15386 {15384} 10467 1 +15387 {15385} 528 1 +15388 {15386} 11488 1 +15389 {15387} 2892 1 +15390 {15388} 12406 1 +15391 {15389} 4398 1 +15392 {15390} 2775 1 +15393 {15391} 3009 1 +15394 {15392} 13599 1 +15395 {15393} 14305 1 +15396 {15394} 9665 1 +15397 {15395} 12434 1 +15398 {15396} 10074 1 +15399 {15397} 3070 1 +15400 {15398} 778 1 +15401 {15399} 3107 1 +15402 {15400} 2395 1 +15403 {15401} 2095 1 +15404 {15402} 1230 1 +15405 {15403} 11008 1 +15406 {15404} 1559 1 +15407 {15405} 8041 1 +15408 {15406} 11061 1 +15409 {15407} 2064 1 +15410 {15408} 10212 1 +15411 {15409} 8644 1 +15412 {15410} 10163 1 +15413 {15411} 2363 1 +15414 {15412} 2009 1 +15415 {15413} 11640 1 +15416 {15414} 12865 1 +15417 {15415} 2658 1 +15418 {15416} 2278 1 +15419 {15417} 2126 1 +15420 {15418} 2528 1 +15421 {15419} 10031 1 +15422 {15420} 2030 1 +15423 {15421} 10179 1 +15424 {15422} 5478 1 +15425 {15423} 10622 1 +15426 {15424} 11309 1 +15427 {15425} 3003 1 +15428 {15426} 10011 1 +15429 {15427} 9308 1 +15430 {15428} 1336 1 +15431 {15429} 2809 1 +15432 {15430} 3176 1 +15433 {15431} 2671 1 +15434 {15432} 10757 1 +15435 {15433} 2421 1 +15436 {15434} 11223 1 +15437 {15435} 11319 1 +15438 {15436} 1512 1 +15439 {15437} 2571 1 +15440 {15438} 9909 1 +15441 {15439} 2936 1 +15442 {15440} 2352 1 +15443 {15441} 9516 1 +15444 {15442} 1849 1 +15445 {15443} 2360 1 +15446 {15444} 1717 1 +15447 {15445} 16130 1 +15448 {15446} 16045 1 +15449 {15447} 3100 1 +15450 {15448} 10192 1 +15451 {15449} 2572 1 +15452 {15450} 10744 1 +15453 {15451} 2404 1 +15454 {15452} 15070 1 +15455 {15453} 11376 1 +15456 {15454} 1956 1 +15457 {15455} 10815 1 +15458 {15456} 10782 1 +15459 {15457} 2901 1 +15460 {15458} 13150 1 +15461 {15459} 14322 1 +15462 {15460} 12024 1 +15463 {15461} 2772 1 +15464 {15462} 14336 1 +15465 {15463} 3428 1 +15466 {15464} 1986 1 +15467 {15465} 2668 1 +15468 {15466} 11196 1 +15469 {15467} 2593 1 +15470 {15468} 10436 1 +15471 {15469} 1852 1 +15472 {15470} 2881 1 +15473 {15471} 2776 1 +15474 {15472} 7731 1 +15475 {15473} 2793 1 +15476 {15474} 11076 1 +15477 {15475} 10769 1 +15478 {15476} 8810 1 +15479 {15477} 2930 1 +15480 {15478} 7542 1 +15481 {15479} 1469 1 +15482 {15480} 2025 1 +15483 {15481} 2875 1 +15484 {15482} 2026 1 +15485 {15483} 2504 1 +15486 {15484} 1584 1 +15487 {15485} 2897 1 +15488 {15486} 11758 1 +15489 {15487} 2908 1 +15490 {15488} 1124 1 +15491 {15489} 1852 1 +15492 {15490} 11554 1 +15493 {15491} 10602 1 +15494 {15492} 1664 1 +15495 {15493} 10912 1 +15496 {15494} 2251 1 +15497 {15495} 1617 1 +15498 {15496} 2661 1 +15499 {15497} 11190 1 +15500 {15498} 10987 1 +15501 {15499} 11051 1 +15502 {15500} 2844 1 +15503 {15501} 10993 1 +15504 {15502} 8061 1 +15505 {15503} 421 1 +15506 {15504} 2806 1 +15507 {15505} 10618 1 +15508 {15506} 10137 1 +15509 {15507} 131 1 +15510 {15508} 1323 1 +15511 {15509} 1823 1 +15512 {15510} 10179 1 +15513 {15511} 2466 1 +15514 {15512} 2672 1 +15515 {15513} 2288 1 +15516 {15514} 9507 1 +15517 {15515} 10368 1 +15518 {15516} 8836 1 +15519 {15517} 16110 1 +15520 {15518} 1993 1 +15521 {15519} 11871 1 +15522 {15520} 10495 1 +15523 {15521} 1551 1 +15524 {15522} 9577 1 +15525 {15523} 2532 1 +15526 {15524} 8804 1 +15527 {15525} 5333 1 +15528 {15526} 2125 1 +15529 {15527} 2565 1 +15530 {15528} 10462 1 +15531 {15529} 9660 1 +15532 {15530} 10910 1 +15533 {15531} 10648 1 +15534 {15532} 2629 1 +15535 {15533} 2261 1 +15536 {15534} 1686 1 +15537 {15535} 9475 1 +15538 {15536} 2699 1 +15539 {15537} 2557 1 +15540 {15538} 1464 1 +15541 {15539} 10645 1 +15542 {15540} 10112 1 +15543 {15541} 8713 1 +15544 {15542} 1140 1 +15545 {15543} 1807 1 +15546 {15544} 6036 1 +15547 {15545} 12665 1 +15548 {15546} 1659 1 +15549 {15547} 2760 1 +15550 {15548} 1120 1 +15551 {15549} 1342 1 +15552 {15550} 2869 1 +15553 {15551} 2165 1 +15554 {15552} 198 1 +15555 {15553} 10112 1 +15556 {15554} 1811 1 +15557 {15555} 2480 1 +15558 {15556} 3077 1 +15559 {15557} 2129 1 +15560 {15558} 10266 1 +15561 {15559} 12078 1 +15562 {15560} 2013 1 +15563 {15561} 2301 1 +15564 {15562} 3689 1 +15565 {15563} 1812 1 +15566 {15564} 8988 1 +15567 {15565} 2029 1 +15568 {15566} 11137 1 +15569 {15567} 8124 1 +15570 {15568} 2537 1 +15571 {15569} 2287 1 +15572 {15570} 124 1 +15573 {15571} 2528 1 +15574 {15572} 11223 1 +15575 {15573} 3069 1 +15576 {15574} 10413 1 +15577 {15575} 2182 1 +15578 {15576} 2430 1 +15579 {15577} 1246 1 +15580 {15578} 2910 1 +15581 {15579} 12104 1 +15582 {15580} 10528 1 +15583 {15581} 11967 1 +15584 {15582} 14589 1 +15585 {15583} 2133 1 +15586 {15584} 10726 1 +15587 {15585} 2195 1 +15588 {15586} 1724 1 +15589 {15587} 1266 1 +15590 {15588} 2654 1 +15591 {15589} 11561 1 +15592 {15590} 1299 1 +15593 {15591} 5457 1 +15594 {15592} 2369 1 +15595 {15593} 1280 1 +15596 {15594} 9812 1 +15597 {15595} 3673 1 +15598 {15596} 11253 1 +15599 {15597} 1573 1 +15600 {15598} 10135 1 +15601 {15599} 2546 1 +15602 {15600} 2604 1 +15603 {15601} 3176 1 +15604 {15602} 2563 1 +15605 {15603} 9055 1 +15606 {15604} 10165 1 +15607 {15605} 9165 1 +15608 {15606} 2284 1 +15609 {15607} 2025 1 +15610 {15608} 399 1 +15611 {15609} 2399 1 +15612 {15610} 8936 1 +15613 {15611} 10716 1 +15614 {15612} 10607 1 +15615 {15613} 10992 1 +15616 {15614} 8516 1 +15617 {15615} 2534 1 +15618 {15616} 1791 1 +15619 {15617} 487 1 +15620 {15618} 9876 1 +15621 {15619} 10721 1 +15622 {15620} 1842 1 +15623 {15621} 10570 1 +15624 {15622} 10642 1 +15625 {15623} 1779 1 +15626 {15624} 1136 1 +15627 {15625} 6027 1 +15628 {15626} 2267 1 +15629 {15627} 2741 1 +15630 {15628} 2978 1 +15631 {15629} 1892 1 +15632 {15630} 3796 1 +15633 {15631} 1184 1 +15634 {15632} 8210 1 +15635 {15633} 8512 1 +15636 {15634} 9797 1 +15637 {15635} 2369 1 +15638 {15636} 8924 1 +15639 {15637} 2352 1 +15640 {15638} 2451 1 +15641 {15639} 1739 1 +15642 {15640} 12434 1 +15643 {15641} 10951 1 +15644 {15642} 2092 1 +15645 {15643} 10559 1 +15646 {15644} 2190 1 +15647 {15645} 6095 1 +15648 {15646} 10713 1 +15649 {15647} 1956 1 +15650 {15648} 2936 1 +15651 {15649} 2877 1 +15652 {15650} 13891 1 +15653 {15651} 3774 1 +15654 {15652} 10938 1 +15655 {15653} 11250 1 +15656 {15654} 9409 1 +15657 {15655} 9907 1 +15658 {15656} 9093 1 +15659 {15657} 3622 1 +15660 {15658} 1783 1 +15661 {15659} 1293 1 +15662 {15660} 11019 1 +15663 {15661} 2974 1 +15664 {15662} 11773 1 +15665 {15663} 11023 1 +15666 {15664} 2136 1 +15667 {15665} 3180 1 +15668 {15666} 10504 1 +15669 {15667} 9580 1 +15670 {15668} 844 1 +15671 {15669} 15727 1 +15672 {15670} 7514 1 +15673 {15671} 2094 1 +15674 {15672} 8928 1 +15675 {15673} 1274 1 +15676 {15674} 1981 1 +15677 {15675} 1508 1 +15678 {15676} 11865 1 +15679 {15677} 11119 1 +15680 {15678} 1940 1 +15681 {15679} 13225 1 +15682 {15680} 3428 1 +15683 {15681} 2527 1 +15684 {15682} 3142 1 +15685 {15683} 4168 1 +15686 {15684} 1417 1 +15687 {15685} 2604 1 +15688 {15686} 7864 1 +15689 {15687} 9831 1 +15690 {15688} 6996 1 +15691 {15689} 3918 1 +15692 {15690} 11259 1 +15693 {15691} 10177 1 +15694 {15692} 2047 1 +15695 {15693} 2535 1 +15696 {15694} 1697 1 +15697 {15695} 10514 1 +15698 {15696} 13955 1 +15699 {15697} 3127 1 +15700 {15698} 11415 1 +15701 {15699} 9777 1 +15702 {15700} 2371 1 +15703 {15701} 9876 1 +15704 {15702} 11089 1 +15705 {15703} 2844 1 +15706 {15704} 14739 1 +15707 {15705} 4903 1 +15708 {15706} 7677 1 +15709 {15707} 4069 1 +15710 {15708} 10083 1 +15711 {15709} 14076 1 +15712 {15710} 1827 1 +15713 {15711} 1208 1 +15714 {15712} 10286 1 +15715 {15713} 9545 1 +15716 {15714} 3346 1 +15717 {15715} 3712 1 +15718 {15716} 10609 1 +15719 {15717} 2801 1 +15720 {15718} 1947 1 +15721 {15719} 2573 1 +15722 {15720} 1735 1 +15723 {15721} 2819 1 +15724 {15722} 10270 1 +15725 {15723} 3214 1 +15726 {15724} 1750 1 +15727 {15725} 6437 1 +15728 {15726} 10103 1 +15729 {15727} 11138 1 +15730 {15728} 3430 1 +15731 {15729} 1611 1 +15732 {15730} 1206 1 +15733 {15731} 3304 1 +15734 {15732} 2327 1 +15735 {15733} 2360 1 +15736 {15734} 1371 1 +15737 {15735} 9147 1 +15738 {15736} 9970 1 +15739 {15737} 9682 1 +15740 {15738} 8421 1 +15741 {15739} 2393 1 +15742 {15740} 2282 1 +15743 {15741} 7316 1 +15744 {15742} 16559 1 +15745 {15743} 2369 1 +15746 {15744} 12020 1 +15747 {15745} 2230 1 +15748 {15746} 3008 1 +15749 {15747} 547 1 +15750 {15748} 3406 1 +15751 {15749} 10922 1 +15752 {15750} 11274 1 +15753 {15751} 11116 1 +15754 {15752} 2637 1 +15755 {15753} 2971 1 +15756 {15754} 11474 1 +15757 {15755} 15567 1 +15758 {15756} 12127 1 +15759 {15757} 10264 1 +15760 {15758} 9295 1 +15761 {15759} 1986 1 +15762 {15760} 10323 1 +15763 {15761} 937 1 +15764 {15762} 15232 1 +15765 {15763} 9736 1 +15766 {15764} 155 1 +15767 {15765} 1942 1 +15768 {15766} 12496 1 +15769 {15767} 9829 1 +15770 {15768} 1740 1 +15771 {15769} 2468 1 +15772 {15770} 10206 1 +15773 {15771} 7172 1 +15774 {15772} 14855 1 +15775 {15773} 6662 1 +15776 {15774} 14168 1 +15777 {15775} 2371 1 +15778 {15776} 3256 1 +15779 {15777} 9933 1 +15780 {15778} 1492 1 +15781 {15779} 10783 1 +15782 {15780} 9381 1 +15783 {15781} 1915 1 +15784 {15782} 10056 1 +15785 {15783} 11757 1 +15786 {15784} 1769 1 +15787 {15785} 11169 1 +15788 {15786} 10533 1 +15789 {15787} 11123 1 +15790 {15788} 11294 1 +15791 {15789} 1268 1 +15792 {15790} 2018 1 +15793 {15791} 2332 1 +15794 {15792} 2094 1 +15795 {15793} 8075 1 +15796 {15794} 2101 1 +15797 {15795} 10641 1 +15798 {15796} 10950 1 +15799 {15797} 4149 1 +15800 {15798} 2722 1 +15801 {15799} 10460 1 +15802 {15800} 10191 1 +15803 {15801} 9936 1 +15804 {15802} 5560 1 +15805 {15803} 11743 1 +15806 {15804} 9632 1 +15807 {15805} 2187 1 +15808 {15806} 9871 1 +15809 {15807} 16053 1 +15810 {15808} 7684 1 +15811 {15809} 2336 1 +15812 {15810} 7901 1 +15813 {15811} 15135 1 +15814 {15812} 2156 1 +15815 {15813} 9744 1 +15816 {15814} 10419 1 +15817 {15815} 1607 1 +15818 {15816} 15215 1 +15819 {15817} 2547 1 +15820 {15818} 10388 1 +15821 {15819} 15968 1 +15822 {15820} 3215 1 +15823 {15821} 1944 1 +15824 {15822} 1097 1 +15825 {15823} 2155 1 +15826 {15824} 127 1 +15827 {15825} 9342 1 +15828 {15826} 234 1 +15829 {15827} 3047 1 +15830 {15828} 2697 1 +15831 {15829} 11874 1 +15832 {15830} 2790 1 +15833 {15831} 9937 1 +15834 {15832} 12607 1 +15835 {15833} 2555 1 +15836 {15834} 10507 1 +15837 {15835} 8923 1 +15838 {15836} 11648 1 +15839 {15837} 14221 1 +15840 {15838} 3309 1 +15841 {15839} 1903 1 +15842 {15840} 2125 1 +15843 {15841} 1270 1 +15844 {15842} 3175 1 +15845 {15843} 2978 1 +15846 {15844} 3480 1 +15847 {15845} 3279 1 +15848 {15846} 2255 1 +15849 {15847} 3140 1 +15850 {15848} 1242 1 +15851 {15849} 1404 1 +15852 {15850} 7507 1 +15853 {15851} 3170 1 +15854 {15852} 10456 1 +15855 {15853} 9754 1 +15856 {15854} 9402 1 +15857 {15855} 9702 1 +15858 {15856} 2236 1 +15859 {15857} 9800 1 +15860 {15858} 11088 1 +15861 {15859} 2666 1 +15862 {15860} 2865 1 +15863 {15861} 10734 1 +15864 {15862} 2457 1 +15865 {15863} 9068 1 +15866 {15864} 10717 1 +15867 {15865} 2775 1 +15868 {15866} 8713 1 +15869 {15867} 2234 1 +15870 {15868} 8423 1 +15871 {15869} 1746 1 +15872 {15870} 10458 1 +15873 {15871} 2064 1 +15874 {15872} 9292 1 +15875 {15873} 15823 1 +15876 {15874} 987 1 +15877 {15875} 3575 1 +15878 {15876} 1606 1 +15879 {15877} 11133 1 +15880 {15878} 12028 1 +15881 {15879} 15050 1 +15882 {15880} 965 1 +15883 {15881} 9995 1 +15884 {15882} 15327 1 +15885 {15883} 1919 1 +15886 {15884} 1328 1 +15887 {15885} 10731 1 +15888 {15886} 1881 1 +15889 {15887} 10876 1 +15890 {15888} 14928 1 +15891 {15889} 9516 1 +15892 {15890} 2061 1 +15893 {15891} 11380 1 +15894 {15892} 10408 1 +15895 {15893} 16213 1 +15896 {15894} 2242 1 +15897 {15895} 11103 1 +15898 {15896} 2247 1 +15899 {15897} 10844 1 +15900 {15898} 10701 1 +15901 {15899} 9496 1 +15902 {15900} 3315 1 +15903 {15901} 2023 1 +15904 {15902} 2734 1 +15905 {15903} 10236 1 +15906 {15904} 11295 1 +15907 {15905} 10771 1 +15908 {15906} 9584 1 +15909 {15907} 4079 1 +15910 {15908} 13012 1 +15911 {15909} 10735 1 +15912 {15910} 11160 1 +15913 {15911} 2630 1 +15914 {15912} 11175 1 +15915 {15913} 2348 1 +15916 {15914} 1502 1 +15917 {15915} 10524 1 +15918 {15916} 2842 1 +15919 {15917} 10139 1 +15920 {15918} 10585 1 +15921 {15919} 10496 1 +15922 {15920} 2423 1 +15923 {15921} 11446 1 +15924 {15922} 2451 1 +15925 {15923} 2572 1 +15926 {15924} 12971 1 +15927 {15925} 2996 1 +15928 {15926} 9529 1 +15929 {15927} 1499 1 +15930 {15928} 1208 1 +15931 {15929} 2366 1 +15932 {15930} 517 1 +15933 {15931} 10142 1 +15934 {15932} 14314 1 +15935 {15933} 12203 1 +15936 {15934} 2252 1 +15937 {15935} 2708 1 +15938 {15936} 10212 1 +15939 {15937} 12475 1 +15940 {15938} 13250 1 +15941 {15939} 10832 1 +15942 {15940} 1470 1 +15943 {15941} 10530 1 +15944 {15942} 16374 1 +15945 {15943} 2800 1 +15946 {15944} 10074 1 +15947 {15945} 15706 1 +15948 {15946} 9357 1 +15949 {15947} 12115 1 +15950 {15948} 1954 1 +15951 {15949} 9077 1 +15952 {15950} 11110 1 +15953 {15951} 2073 1 +15954 {15952} 7986 1 +15955 {15953} 2804 1 +15956 {15954} 2776 1 +15957 {15955} 2304 1 +15958 {15956} 3741 1 +15959 {15957} 10338 1 +15960 {15958} 5348 1 +15961 {15959} 8045 1 +15962 {15960} 2766 1 +15963 {15961} 8489 1 +15964 {15962} 9927 1 +15965 {15963} 12436 1 +15966 {15964} 2058 1 +15967 {15965} 1947 1 +15968 {15966} 2599 1 +15969 {15967} 9407 1 +15970 {15968} 13354 1 +15971 {15969} 9982 1 +15972 {15970} 14523 1 +15973 {15971} 14541 1 +15974 {15972} 1326 1 +15975 {15973} 5173 1 +15976 {15974} 9232 1 +15977 {15975} 10091 1 +15978 {15976} 2155 1 +15979 {15977} 9371 1 +15980 {15978} 8200 1 +15981 {15979} 11628 1 +15982 {15980} 11882 1 +15983 {15981} 1374 1 +15984 {15982} 1582 1 +15985 {15983} 10318 1 +15986 {15984} 2528 1 +15987 {15985} 830 1 +15988 {15986} 2494 1 +15989 {15987} 6182 1 +15990 {15988} 2683 1 +15991 {15989} 11611 1 +15992 {15990} 15243 1 +15993 {15991} 1490 1 +15994 {15992} 3412 1 +15995 {15993} 2707 1 +15996 {15994} 2872 1 +15997 {15995} 10770 1 +15998 {15996} 16379 1 +15999 {15997} 5451 1 +16000 {15998} 8678 1 +16001 {15999} 9100 1 +16002 {16000} 1785 1 +16003 {16001} 11577 1 +16004 {16002} 10307 1 +16005 {16003} 11274 1 +16006 {16004} 460 1 +16007 {16005} 9608 1 +16008 {16006} 9195 1 +16009 {16007} 10704 1 +16010 {16008} 2014 1 +16011 {16009} 3825 1 +16012 {16010} 10018 1 +16013 {16011} 2373 1 +16014 {16012} 9546 1 +16015 {16013} 11233 1 +16016 {16014} 10701 1 +16017 {16015} 7968 1 +16018 {16016} 2152 1 +16019 {16017} 1947 1 +16020 {16018} 2368 1 +16021 {16019} 1266 1 +16022 {16020} 1807 1 +16023 {16021} 8308 1 +16024 {16022} 11305 1 +16025 {16023} 1656 1 +16026 {16024} 11454 1 +16027 {16025} 9694 1 +16028 {16026} 11047 1 +16029 {16027} 2499 1 +16030 {16028} 2501 1 +16031 {16029} 2452 1 +16032 {16030} 10490 1 +16033 {16031} 8359 1 +16034 {16032} 10179 1 +16035 {16033} 6488 1 +16036 {16034} 11581 1 +16037 {16035} 9484 1 +16038 {16036} 932 1 +16039 {16037} 2574 1 +16040 {16038} 8167 1 +16041 {16039} 12295 1 +16042 {16040} 1446 1 +16043 {16041} 8520 1 +16044 {16042} 3944 1 +16045 {16043} 2482 1 +16046 {16044} 15795 1 +16047 {16045} 8710 1 +16048 {16046} 8774 1 +16049 {16047} 1729 1 +16050 {16048} 2574 1 +16051 {16049} 1882 1 +16052 {16050} 1632 1 +16053 {16051} 2448 1 +16054 {16052} 9100 1 +16055 {16053} 9333 1 +16056 {16054} 2403 1 +16057 {16055} 1935 1 +16058 {16056} 7792 1 +16059 {16057} 10210 1 +16060 {16058} 11828 1 +16061 {16059} 10747 1 +16062 {16060} 1303 1 +16063 {16061} 10104 1 +16064 {16062} 2368 1 +16065 {16063} 1497 1 +16066 {16064} 1586 1 +16067 {16065} 3216 1 +16068 {16066} 11456 1 +16069 {16067} 8472 1 +16070 {16068} 9145 1 +16071 {16069} 1241 1 +16072 {16070} 11266 1 +16073 {16071} 2287 1 +16074 {16072} 1407 1 +16075 {16073} 3234 1 +16076 {16074} 2904 1 +16077 {16075} 9606 1 +16078 {16076} 1124 1 +16079 {16077} 2625 1 +16080 {16078} 9162 1 +16081 {16079} 10421 1 +16082 {16080} 2632 1 +16083 {16081} 8060 1 +16084 {16082} 2873 1 +16085 {16083} 1447 1 +16086 {16084} 10125 1 +16087 {16085} 1785 1 +16088 {16086} 2873 1 +16089 {16087} 6199 1 +16090 {16088} 1380 1 +16091 {16089} 5636 1 +16092 {16090} 10341 1 +16093 {16091} 3532 1 +16094 {16092} 9900 1 +16095 {16093} 9280 1 +16096 {16094} 830 1 +16097 {16095} 1008 1 +16098 {16096} 3341 1 +16099 {16097} 2700 1 +16100 {16098} 10756 1 +16101 {16099} 4936 1 +16102 {16100} 1083 1 +16103 {16101} 2145 1 +16104 {16102} 12068 1 +16105 {16103} 1500 1 +16106 {16104} 3276 1 +16107 {16105} 2565 1 +16108 {16106} 2814 1 +16109 {16107} 10382 1 +16110 {16108} 9647 1 +16111 {16109} 2503 1 +16112 {16110} 10982 1 +16113 {16111} 3310 1 +16114 {16112} 8783 1 +16115 {16113} 11268 1 +16116 {16114} 2520 1 +16117 {16115} 12322 1 +16118 {16116} 2663 1 +16119 {16117} 9676 1 +16120 {16118} 2538 1 +16121 {16119} 8349 1 +16122 {16120} 3109 1 +16123 {16121} 1891 1 +16124 {16122} 3414 1 +16125 {16123} 10928 1 +16126 {16124} 2433 1 +16127 {16125} 2624 1 +16128 {16126} 11023 1 +16129 {16127} 11147 1 +16130 {16128} 10479 1 +16131 {16129} 2134 1 +16132 {16130} 11688 1 +16133 {16131} 10734 1 +16134 {16132} 10175 1 +16135 {16133} 9117 1 +16136 {16134} 1748 1 +16137 {16135} 9015 1 +16138 {16136} 9699 1 +16139 {16137} 2953 1 +16140 {16138} 2322 1 +16141 {16139} 2765 1 +16142 {16140} 8279 1 +16143 {16141} 615 1 +16144 {16142} 8750 1 +16145 {16143} 2593 1 +16146 {16144} 1616 1 +16147 {16145} 2634 1 +16148 {16146} 9003 1 +16149 {16147} 1684 1 +16150 {16148} 10778 1 +16151 {16149} 2503 1 +16152 {16150} 14635 1 +16153 {16151} 2453 1 +16154 {16152} 8949 1 +16155 {16153} 1944 1 +16156 {16154} 3058 1 +16157 {16155} 3155 1 +16158 {16156} 2469 1 +16159 {16157} 10375 1 +16160 {16158} 9739 1 +16161 {16159} 11989 1 +16162 {16160} 3670 1 +16163 {16161} 8938 1 +16164 {16162} 9360 1 +16165 {16163} 1406 1 +16166 {16164} 10250 1 +16167 {16165} 3092 1 +16168 {16166} 11138 1 +16169 {16167} 10507 1 +16170 {16168} 6146 1 +16171 {16169} 2765 1 +16172 {16170} 4720 1 +16173 {16171} 9746 1 +16174 {16172} 9828 1 +16175 {16173} 2975 1 +16176 {16174} 3913 1 +16177 {16175} 3110 1 +16178 {16176} 9814 1 +16179 {16177} 15271 1 +16180 {16178} 10374 1 +16181 {16179} 10828 1 +16182 {16180} 14234 1 +16183 {16181} 12683 1 +16184 {16182} 1915 1 +16185 {16183} 2433 1 +16186 {16184} 1274 1 +16187 {16185} 2115 1 +16188 {16186} 10845 1 +16189 {16187} 2246 1 +16190 {16188} 1404 1 +16191 {16189} 2192 1 +16192 {16190} 2209 1 +16193 {16191} 1584 1 +16194 {16192} 2774 1 +16195 {16193} 2971 1 +16196 {16194} 2462 1 +16197 {16195} 1963 1 +16198 {16196} 8823 1 +16199 {16197} 10987 1 +16200 {16198} 3378 1 +16201 {16199} 2974 1 +16202 {16200} 10581 1 +16203 {16201} 1020 1 +16204 {16202} 2489 1 +16205 {16203} 3314 1 +16206 {16204} 11103 1 +16207 {16205} 1866 1 +16208 {16206} 2805 1 +16209 {16207} 1674 1 +16210 {16208} 8962 1 +16211 {16209} 9984 1 +16212 {16210} 10419 1 +16213 {16211} 1348 1 +16214 {16212} 10375 1 +16215 {16213} 1994 1 +16216 {16214} 7840 1 +16217 {16215} 8969 1 +16218 {16216} 8780 1 +16219 {16217} 14554 1 +16220 {16218} 10241 1 +16221 {16219} 2302 1 +16222 {16220} 12535 1 +16223 {16221} 10023 1 +16224 {16222} 2430 1 +16225 {16223} 2503 1 +16226 {16224} 1744 1 +16227 {16225} 10561 1 +16228 {16226} 5578 1 +16229 {16227} 10646 1 +16230 {16228} 2326 1 +16231 {16229} 10330 1 +16232 {16230} 10219 1 +16233 {16231} 2256 1 +16234 {16232} 5058 1 +16235 {16233} 357 1 +16236 {16234} 2633 1 +16237 {16235} 2671 1 +16238 {16236} 2120 1 +16239 {16237} 2542 1 +16240 {16238} 2205 1 +16241 {16239} 3539 1 +16242 {16240} 10703 1 +16243 {16241} 6324 1 +16244 {16242} 3886 1 +16245 {16243} 10967 1 +16246 {16244} 1451 1 +16247 {16245} 9770 1 +16248 {16246} 777 1 +16249 {16247} 8389 1 +16250 {16248} 8628 1 +16251 {16249} 3241 1 +16252 {16250} 2502 1 +16253 {16251} 2494 1 +16254 {16252} 3102 1 +16255 {16253} 1963 1 +16256 {16254} 2132 1 +16257 {16255} 11122 1 +16258 {16256} 9725 1 +16259 {16257} 1570 1 +16260 {16258} 1245 1 +16261 {16259} 9201 1 +16262 {16260} 1713 1 +16263 {16261} 3236 1 +16264 {16262} 2632 1 +16265 {16263} 10496 1 +16266 {16264} 12773 1 +16267 {16265} 14011 1 +16268 {16266} 2031 1 +16269 {16267} 10702 1 +16270 {16268} 2402 1 +16271 {16269} 2851 1 +16272 {16270} 7561 1 +16273 {16271} 1509 1 +16274 {16272} 2501 1 +16275 {16273} 9521 1 +16276 {16274} 10059 1 +16277 {16275} 7056 1 +16278 {16276} 11672 1 +16279 {16277} 896 1 +16280 {16278} 2989 1 +16281 {16279} 3550 1 +16282 {16280} 2370 1 +16283 {16281} 3438 1 +16284 {16282} 1811 1 +16285 {16283} 14595 1 +16286 {16284} 10779 1 +16287 {16285} 3077 1 +16288 {16286} 3412 1 +16289 {16287} 2196 1 +16290 {16288} 1270 1 +16291 {16289} 10132 1 +16292 {16290} 14826 1 +16293 {16291} 2024 1 +16294 {16292} 1848 1 +16295 {16293} 1302 1 +16296 {16294} 8469 1 +16297 {16295} 10442 1 +16298 {16296} 2940 1 +16299 {16297} 2705 1 +16300 {16298} 11036 1 +16301 {16299} 11222 1 +16302 {16300} 12253 1 +16303 {16301} 9957 1 +16304 {16302} 12170 1 +16305 {16303} 1426 1 +16306 {16304} 3107 1 +16307 {16305} 394 1 +16308 {16306} 1036 1 +16309 {16307} 11072 1 +16310 {16308} 1636 1 +16311 {16309} 3116 1 +16312 {16310} 9988 1 +16313 {16311} 8847 1 +16314 {16312} 8858 1 +16315 {16313} 2377 1 +16316 {16314} 10794 1 +16317 {16315} 7744 1 +16318 {16316} 2613 1 +16319 {16317} 2600 1 +16320 {16318} 2832 1 +16321 {16319} 11259 1 +16322 {16320} 11436 1 +16323 {16321} 2101 1 +16324 {16322} 3280 1 +16325 {16323} 9390 1 +16326 {16324} 2302 1 +16327 {16325} 10713 1 +16328 {16326} 11573 1 +16329 {16327} 14427 1 +16330 {16328} 4050 1 +16331 {16329} 3751 1 +16332 {16330} 1792 1 +16333 {16331} 9537 1 +16334 {16332} 10487 1 +16335 {16333} 1986 1 +16336 {16334} 10618 1 +16337 {16335} 11533 1 +16338 {16336} 1855 1 +16339 {16337} 12047 1 +16340 {16338} 11233 1 +16341 {16339} 1817 1 +16342 {16340} 12421 1 +16343 {16341} 1953 1 +16344 {16342} 2063 1 +16345 {16343} 10942 1 +16346 {16344} 10277 1 +16347 {16345} 2225 1 +16348 {16346} 2361 1 +16349 {16347} 10216 1 +16350 {16348} 10263 1 +16351 {16349} 2497 1 +16352 {16350} 10716 1 +16353 {16351} 3109 1 +16354 {16352} 2386 1 +16355 {16353} 8483 1 +16356 {16354} 2166 1 +16357 {16355} 14177 1 +16358 {16356} 1571 1 +16359 {16357} 8370 1 +16360 {16358} 1193 1 +16361 {16359} 4058 1 +16362 {16360} 2155 1 +16363 {16361} 11032 1 +16364 {16362} 10381 1 +16365 {16363} 2560 1 +16366 {16364} 1342 1 +16367 {16365} 10998 1 +16368 {16366} 1206 1 +16369 {16367} 10453 1 +16370 {16368} 9618 1 +16371 {16369} 1532 1 +16372 {16370} 2126 1 +16373 {16371} 3144 1 +16374 {16372} 2701 1 +16375 {16373} 2975 1 +16376 {16374} 2196 1 +16377 {16375} 1556 1 +16378 {16376} 1965 1 +16379 {16377} 11613 1 +16380 {16378} 11836 1 +16381 {16379} 3376 1 +16382 {16380} 8812 1 +16383 {16381} 7325 1 +16384 {16382} 2540 1 +16385 {16383} 9959 1 +16386 {16384} 9290 1 +16387 {16385} 8401 1 +16388 {16386} 5631 1 +16389 {16387} 2603 1 +16390 {16388} 933 1 +16391 {16389} 2978 1 +16392 {16390} 2807 1 +16393 {16391} 2368 1 +16394 {16392} 10015 1 +16395 {16393} 10030 1 +16396 {16394} 10242 1 +16397 {16395} 1755 1 +16398 {16396} 3037 1 +16399 {16397} 10160 1 +16400 {16398} 2143 1 +16401 {16399} 11308 1 +16402 {16400} 2574 1 +16403 {16401} 1769 1 +16404 {16402} 2320 1 +16405 {16403} 2134 1 +16406 {16404} 10879 1 +16407 {16405} 10826 1 +16408 {16406} 8689 1 +16409 {16407} 10989 1 +16410 {16408} 11183 1 +16411 {16409} 12173 1 +16412 {16410} 9399 1 +16413 {16411} 2300 1 +16414 {16412} 11380 1 +16415 {16413} 10268 1 +16416 {16414} 2467 1 +16417 {16415} 8649 1 +16418 {16416} 2319 1 +16419 {16417} 2423 1 +16420 {16418} 8871 1 +16421 {16419} 10641 1 +16422 {16420} 1722 1 +16423 {16421} 4400 1 +16424 {16422} 1303 1 +16425 {16423} 1684 1 +16426 {16424} 2090 1 +16427 {16425} 13665 1 +16428 {16426} 8535 1 +16429 {16427} 2949 1 +16430 {16428} 1483 1 +16431 {16429} 2899 1 +16432 {16430} 740 1 +16433 {16431} 2380 1 +16434 {16432} 2537 1 +16435 {16433} 14565 1 +16436 {16434} 10757 1 +16437 {16435} 11661 1 +16438 {16436} 6156 1 +16439 {16437} 13858 1 +16440 {16438} 9215 1 +16441 {16439} 11073 1 +16442 {16440} 3385 1 +16443 {16441} 10900 1 +16444 {16442} 9488 1 +16445 {16443} 10218 1 +16446 {16444} 11218 1 +16447 {16445} 15289 1 +16448 {16446} 6681 1 +16449 {16447} 10551 1 +16450 {16448} 2233 1 +16451 {16449} 9677 1 +16452 {16450} 9486 1 +16453 {16451} 12078 1 +16454 {16452} 11836 1 +16455 {16453} 1727 1 +16456 {16454} 11147 1 +16457 {16455} 3368 1 +16458 {16456} 12115 1 +16459 {16457} 1983 1 +16460 {16458} 8416 1 +16461 {16459} 8793 1 +16462 {16460} 11312 1 +16463 {16461} 12791 1 +16464 {16462} 1237 1 +16465 {16463} 3143 1 +16466 {16529} 2133 1 +16467 {16464} 3047 1 +16468 {16465} 11791 1 +16469 {16466} 9430 1 +16470 {16467} 7640 1 +16471 {16468} 2537 1 +16472 {16469} 1755 1 +16473 {16470} 9382 1 +16474 {16471} 1779 1 +16475 {16472} 1566 1 +16476 {16473} 3241 1 +16477 {16474} 10694 1 +16478 {16475} 2423 1 +16479 {16476} 13377 1 +16480 {16477} 9459 1 +16481 {16478} 12626 1 +16482 {16479} 10539 1 +16483 {16480} 881 1 +16484 {16481} 12202 1 +16485 {16482} 1410 1 +16486 {16483} 13919 1 +16487 {16484} 975 1 +16488 {16485} 11822 1 +16489 {16486} 11766 1 +16490 {16487} 10591 1 +16491 {16488} 9782 1 +16492 {16489} 9699 1 +16493 {16490} 2859 1 +16494 {16491} 9481 1 +16495 {16492} 10445 1 +16496 {16493} 1584 1 +16497 {16494} 2000 1 +16498 {16495} 14133 1 +16499 {16496} 9140 1 +16500 {16497} 3161 1 +16501 {16498} 11262 1 +16502 {16499} 10264 1 +16503 {16500} 9509 1 +16504 {16501} 11108 1 +16505 {16502} 10388 1 +16506 {16503} 3600 1 +16507 {16504} 3179 1 +16508 {16505} 10989 1 +16509 {16506} 6528 1 +16510 {16507} 1747 1 +16511 {16508} 1976 1 +16512 {16509} 8205 1 +16513 {16510} 780 1 +16514 {16511} 10712 1 +16515 {16512} 15980 1 +16516 {16513} 10641 1 +16517 {16514} 15460 1 +16518 {16515} 8707 1 +16519 {16516} 15618 1 +16520 {16517} 1006 1 +16521 {16518} 11780 1 +16522 {16519} 2134 1 +16523 {16520} 2302 1 +16524 {16521} 9366 1 +16525 {16522} 1383 1 +16526 {16523} 11236 1 +16527 {16524} 9989 1 +16528 {16525} 15590 1 +16529 {16526} 3533 1 +16530 {16527} 2940 1 +16531 {16528} 9223 1 +16532 {16530} 2462 1 +16533 {16531} 10715 1 +16534 {16532} 10258 1 +16535 {16533} 2454 1 +16536 {16534} 2017 1 +16537 {16535} 10018 1 +16538 {16536} 2534 1 +16539 {16537} 9652 1 +16540 {16538} 2596 1 +16541 {16539} 11186 1 +16542 {16540} 10719 1 +16543 {16541} 5689 1 +16544 {16542} 11829 1 +16545 {16543} 11619 1 +16546 {16544} 10086 1 +16547 {16545} 10010 1 +16548 {16546} 7271 1 +16549 {16547} 1397 1 +16550 {16548} 3594 1 +16551 {16549} 2465 1 +16552 {16550} 11799 1 +16553 {16551} 10038 1 +16554 {16552} 10913 1 +16555 {16553} 8731 1 +16556 {16554} 3161 1 +16557 {16555} 2568 1 +16558 {16556} 7467 1 +16559 {16557} 15919 1 +16560 {16558} 2587 1 +16561 {16559} 4091 1 +16562 {16560} 698 1 +16563 {16561} 841 1 +16564 {16562} 15902 1 +16565 {16563} 1914 1 +16566 {16564} 11620 1 +16567 {16565} 2228 1 +16568 {16566} 2664 1 +16569 {16567} 11669 1 +16570 {16568} 4490 1 +16571 {16569} 14664 1 +16572 {16570} 11802 1 +16573 {16571} 2397 1 +16574 {16572} 6253 1 +16575 {16573} 8412 1 +16576 {16574} 3749 1 +16577 {16575} 1940 1 +16578 {16576} 2617 1 +16579 {16577} 10627 1 +16580 {16578} 2978 1 +16581 {16579} 8405 1 +16582 {16580} 1592 1 +16583 {16581} 8048 1 +16584 {16582} 2602 1 +16585 {16583} 11250 1 +16586 {16584} 1378 1 +16587 {16585} 2469 1 +16588 {16586} 2721 1 +16589 {16587} 9078 1 +16590 {16588} 2739 1 +16591 {16589} 3946 1 +16592 {16590} 10354 1 +16593 {16591} 10841 1 +16594 {16592} 2934 1 +16595 {16593} 7645 1 +16596 {16594} 1719 1 +16597 {16595} 2635 1 +16598 {16596} 2166 1 +16599 {16597} 7460 1 +16600 {16598} 1881 1 +16601 {16599} 2459 1 +16602 {16600} 784 1 +16603 {16601} 996 1 +16604 {16602} 10866 1 +16605 {16603} 1747 1 +16606 {16604} 2563 1 +16607 {16605} 10407 1 +16608 {16606} 10439 1 +16609 {16607} 2835 1 +16610 {16608} 1839 1 +16611 {16609} 14453 1 +16612 {16610} 2148 1 +16613 {16611} 12374 1 +16614 {16612} 1369 1 +16615 {16613} 10278 1 +16616 {16614} 8684 1 +16617 {16615} 9660 1 +16618 {16616} 9814 1 +16619 {16617} 13262 1 +16620 {16618} 9924 1 +16621 {16619} 1824 1 +16622 {16620} 1942 1 +16623 {16621} 1277 1 +16624 {16622} 12068 1 +16625 {16623} 2456 1 +16626 {16624} 2265 1 +16627 {16625} 5023 1 +16628 {16626} 480 1 +16629 {16627} 2965 1 +16630 {16628} 9956 1 +16631 {16629} 5277 1 +16632 {16630} 13712 1 +16633 {16631} 4057 1 +16634 {16632} 7378 1 +16635 {16633} 2400 1 +16636 {16634} 2300 1 +16637 {16635} 10169 1 +16638 {16636} 2666 1 +16639 {16637} 3243 1 +16640 {16638} 5424 1 +16641 {16639} 13835 1 +16642 {16640} 10293 1 +16643 {16641} 10735 1 +16644 {16642} 10385 1 +16645 {16643} 1887 1 +16646 {16644} 11860 1 +16647 {16645} 11565 1 +16648 {16646} 2189 1 +16649 {16647} 2256 1 +16650 {16648} 6093 1 +16651 {16649} 3094 1 +16652 {16650} 7563 1 +16653 {16651} 1541 1 +16654 {16652} 1785 1 +16655 {16653} 9754 1 +16656 {16654} 2266 1 +16657 {16655} 7786 1 +16658 {16656} 2561 1 +16659 {16657} 5686 1 +16660 {16658} 2055 1 +16661 {16659} 8288 1 +16662 {16660} 2733 1 +16663 {16661} 2400 1 +16664 {16662} 2227 1 +16665 {16663} 11061 1 +16666 {16664} 1262 1 +16667 {16665} 2530 1 +16668 {16666} 1787 1 +16669 {16667} 10056 1 +16670 {16668} 1737 1 +16671 {16669} 10134 1 +16672 {16670} 10782 1 +16673 {16671} 9281 1 +16674 {16672} 12603 1 +16675 {16673} 2582 1 +16676 {16674} 2774 1 +16677 {16675} 2223 1 +16678 {16676} 12331 1 +16679 {16677} 10600 1 +16680 {16678} 9187 1 +16681 {16679} 5883 1 +16682 {16680} 8021 1 +16683 {16681} 11460 1 +16684 {16682} 10815 1 +16685 {16683} 11518 1 +16686 {16684} 1775 1 +16687 {16685} 3311 1 +16688 {16686} 11846 1 +16689 {16687} 11271 1 +16690 {16688} 2558 1 +16691 {16689} 2674 1 +16692 {16690} 1273 1 +16693 {16691} 6941 1 +16694 {16692} 2603 1 +16695 {16693} 11739 1 +16696 {16694} 3459 1 +16697 {16695} 494 1 +16698 {16696} 9492 1 +16699 {16697} 10746 1 +16700 {16698} 2382 1 +16701 {16699} 2772 1 +16702 {16700} 11978 1 +16703 {16701} 2743 1 +16704 {16702} 13417 1 +16705 {16703} 68 1 +16706 {16704} 10849 1 +16707 {16705} 13339 1 +16708 {16706} 9313 1 +16709 {16707} 2638 1 +16710 {16708} 1749 1 +16711 {16709} 3699 1 +16712 {16710} 1926 1 +16713 {16711} 2535 1 +16714 {16712} 13212 1 +16715 {16713} 11196 1 +16716 {16714} 2901 1 +16717 {16715} 9947 1 +16718 {16716} 3026 1 +16719 {16717} 13018 1 +16720 {16718} 10804 1 +16721 {16719} 2225 1 +16722 {16720} 10561 1 +16723 {16721} 2689 1 +16724 {16722} 1634 1 +16725 {16723} 1732 1 +16726 {16724} 2029 1 +16727 {16725} 768 1 +16728 {16726} 2232 1 +16729 {16727} 1008 1 +16730 {16728} 4631 1 +16731 {16729} 2537 1 +16732 {16730} 10772 1 +16733 {16731} 7702 1 +16734 {16732} 13612 1 +16735 {16733} 1571 1 +16736 {16734} 995 1 +16737 {16735} 11936 1 +16738 {16736} 3278 1 +16739 {16737} 9266 1 +16740 {16738} 10153 1 +16741 {16739} 2918 1 +16742 {16740} 9716 1 +16743 {16741} 7767 1 +16744 {16742} 12879 1 +16745 {16743} 9168 1 +16746 {16744} 2750 1 +16747 {16745} 9136 1 +16748 {16746} 3167 1 +16749 {16747} 1682 1 +16750 {16748} 11780 1 +16751 {16749} 2809 1 +16752 {16750} 16165 1 +16753 {16751} 1891 1 +16754 {16752} 1472 1 +16755 {16753} 3367 1 +16756 {16754} 15759 1 +16757 {16755} 3482 1 +16758 {16756} 9664 1 +16759 {16757} 9930 1 +16760 {16758} 9882 1 +16761 {16759} 3316 1 +16762 {16760} 1887 1 +16763 {16761} 11615 1 +16764 {16762} 2360 1 +16765 {16763} 11729 1 +16766 {16764} 1921 1 +16767 {16765} 11044 1 +16768 {16766} 2509 1 +16769 {16767} 2597 1 +16770 {16768} 1924 1 +16771 {16769} 7347 1 +16772 {16770} 2742 1 +16773 {16771} 2606 1 +16774 {16772} 2202 1 +16775 {16773} 11419 1 +16776 {16774} 2705 1 +16777 {16775} 10128 1 +16778 {16776} 10279 1 +16779 {16777} 1234 1 +16780 {16778} 9967 1 +16781 {16779} 11098 1 +16782 {16780} 8372 1 +16783 {16781} 1285 1 +16784 {16782} 1514 1 +16785 {16783} 10889 1 +16786 {16784} 9370 1 +16787 {16785} 12311 1 +16788 {16786} 11295 1 +16789 {16787} 9264 1 +16790 {16788} 2477 1 +16791 {16789} 2939 1 +16792 {16790} 2252 1 +16793 {16791} 10332 1 +16794 {16792} 1596 1 +16795 {16793} 3472 1 +16796 {16794} 2304 1 +16797 {16795} 9757 1 +16798 {16796} 2524 1 +16799 {16797} 10516 1 +16800 {16798} 2429 1 +16801 {16799} 3128 1 +16802 {16800} 3415 1 +16803 {16801} 10122 1 +16804 {16802} 2092 1 +16805 {16803} 11314 1 +16806 {16804} 14542 1 +16807 {16805} 6395 1 +16808 {16806} 10343 1 +16809 {16807} 3503 1 +16810 {16808} 4822 1 +16811 {16809} 10453 1 +16812 {16810} 10514 1 +16813 {16811} 7651 1 +16814 {16812} 1884 1 +16815 {16813} 11198 1 +16816 {16814} 11028 1 +16817 {16815} 1499 1 +16818 {16816} 14022 1 +16819 {16817} 1065 1 +16820 {16818} 275 1 +16821 {16819} 1766 1 +16822 {16820} 11029 1 +16823 {16821} 9715 1 +16824 {16822} 2700 1 +16825 {16823} 2232 1 +16826 {16824} 10910 1 +16827 {16825} 2879 1 +16828 {16826} 2009 1 +16829 {16827} 2456 1 +16830 {16828} 8482 1 +16831 {16829} 1237 1 +16832 {16830} 1173 1 +16833 {16831} 9743 1 +16834 {16832} 10724 1 +16835 {16833} 7833 1 +16836 {16834} 1197 1 +16837 {16835} 9399 1 +16838 {16836} 15217 1 +16839 {16837} 6863 1 +16840 {16838} 2195 1 +16841 {16839} 9579 1 +16842 {16840} 9313 1 +16843 {16841} 10232 1 +16844 {16842} 2298 1 +16845 {16843} 2348 1 +16846 {16844} 2572 1 +16847 {16845} 11962 1 +16848 {16846} 10456 1 +16849 {16847} 9791 1 +16850 {16848} 12262 1 +16851 {16849} 2625 1 +16852 {16850} 2192 1 +16853 {16851} 1410 1 +16854 {16852} 1679 1 +16855 {16853} 2477 1 +16856 {16854} 3067 1 +16857 {16855} 2465 1 +16858 {16856} 1248 1 +16859 {16857} 1266 1 +16860 {16858} 11052 1 +16861 {16859} 14814 1 +16862 {16860} 12536 1 +16863 {16861} 10949 1 +16864 {16862} 2025 1 +16865 {16863} 12568 1 +16866 {16864} 10757 1 +16867 {16865} 5282 1 +16868 {16866} 2831 1 +16869 {16867} 1204 1 +16870 {16868} 5261 1 +16871 {16869} 3092 1 +16872 {16870} 2573 1 +16873 {16871} 11092 1 +16874 {16872} 14075 1 +16875 {16873} 3567 1 +16876 {16874} 10385 1 +16877 {16875} 3064 1 +16878 {16876} 10022 1 +16879 {16877} 9869 1 +16880 {16878} 11942 1 +16881 {16879} 10371 1 +16882 {16880} 9846 1 +16883 {16881} 2390 1 +16884 {16882} 10519 1 +16885 {16883} 2266 1 +16886 {16884} 2366 1 +16887 {16885} 9386 1 +16888 {16886} 2569 1 +16889 {16887} 2568 1 +16890 {16888} 2600 1 +16891 {16889} 2364 1 +16892 {16890} 3222 1 +16893 {16891} 2637 1 +16894 {16892} 2152 1 +16895 {16893} 2975 1 +16896 {16894} 10756 1 +16897 {16895} 1891 1 +16898 {16896} 445 1 +16899 {16897} 2803 1 +16900 {16898} 2937 1 +16901 {16899} 9754 1 +16902 {16900} 7727 1 +16903 {16901} 2466 1 +16904 {16902} 9700 1 +16905 {16903} 2487 1 +16906 {16904} 2621 1 +16907 {16905} 2096 1 +16908 {16906} 3203 1 +16909 {16907} 436 1 +16910 {16908} 11085 1 +16911 {16909} 3084 1 +16912 {16910} 2403 1 +16913 {16911} 11810 1 +16914 {16912} 11752 1 +16915 {16913} 2110 1 +16916 {16914} 1814 1 +16917 {16915} 10240 1 +16918 {16916} 9220 1 +16919 {16917} 996 1 +16920 {16918} 1993 1 +16921 {16919} 2563 1 +16922 {16920} 1745 1 +16923 {16921} 10782 1 +16924 {16922} 1703 1 +16925 {16923} 12273 1 +16926 {16924} 16592 1 +16927 {16925} 11849 1 +16928 {16926} 8710 1 +16929 {16927} 645 1 +16930 {16928} 12008 1 +16931 {16929} 9729 1 +16932 {16930} 11537 1 +16933 {16931} 16055 1 +16934 {16932} 10348 1 +16935 {16933} 16570 1 +16936 {16934} 7139 1 +16937 {16935} 10147 1 +16938 {16936} 8965 1 +16939 {16937} 2233 1 +16940 {16938} 11088 1 +16941 {16939} 1788 1 +16942 {16940} 1969 1 +16943 {16941} 1710 1 +16944 {16942} 11441 1 +16945 {16943} 8031 1 +16946 {16944} 15677 1 +16947 {16945} 11327 1 +16948 {16946} 3079 1 +16949 {16947} 11923 1 +16950 {16948} 10585 1 +16951 {16949} 10681 1 +16952 {16950} 2482 1 +16953 {16951} 8868 1 +16954 {16952} 10596 1 +16955 {16953} 11436 1 +16956 {16954} 2550 1 +16957 {16955} 8618 1 +16958 {16956} 11699 1 +16959 {16957} 3543 1 +16960 {16958} 2464 1 +16961 {16959} 1886 1 +16962 {16960} 2298 1 +16963 {16961} 1277 1 +16964 {16962} 2827 1 +16965 {16963} 2061 1 +16966 {16964} 1850 1 +16967 {16965} 515 1 +16968 {16966} 3132 1 +16969 {16967} 2399 1 +16970 {16968} 11812 1 +16971 {16969} 2557 1 +16972 {16970} 2967 1 +16973 {16971} 2095 1 +16974 {16972} 9500 1 +16975 {16973} 2321 1 +16976 {16974} 2040 1 +16977 {16975} 2738 1 +16978 {16976} 2122 1 +16979 {16977} 2026 1 +16980 {16978} 2643 1 +16981 {16979} 1755 1 +16982 {16980} 1515 1 +16983 {16981} 14002 1 +16984 {16982} 9955 1 +16985 {16983} 2629 1 +16986 {16984} 10734 1 +16987 {16985} 2102 1 +16988 {16986} 11361 1 +16989 {16987} 8505 1 +16990 {16988} 1501 1 +16991 {16989} 1855 1 +16992 {16990} 10575 1 +16993 {16991} 1435 1 +16994 {16992} 2730 1 +16995 {16993} 2134 1 +16996 {16994} 15641 1 +16997 {16995} 2632 1 +16998 {16996} 2865 1 +16999 {16997} 10594 1 +17000 {16998} 12740 1 +17001 {16999} 3012 1 +17002 {17000} 16419 1 +17003 {17001} 1951 1 +17004 {17002} 8564 1 +17005 {17003} 13945 1 +17006 {17004} 9436 1 +17007 {17005} 1509 1 +17008 {17006} 1995 1 +17009 {17007} 10811 1 +17010 {17008} 10815 1 +17011 {17009} 2736 1 +17012 {17010} 2700 1 +17013 {17011} 2056 1 +17014 {17012} 1799 1 +17015 {17013} 2128 1 +17016 {17014} 8908 1 +17017 {17015} 3062 1 +17018 {17016} 2830 1 +17019 {17017} 1727 1 +17020 {17018} 2196 1 +17021 {17019} 10845 1 +17022 {17020} 14784 1 +17023 {17021} 2798 1 +17024 {17022} 10955 1 +17025 {17023} 9684 1 +17026 {17024} 1520 1 +17027 {17025} 11108 1 +17028 {17026} 877 1 +17029 {17027} 9996 1 +17030 {17028} 14010 1 +17031 {17029} 5071 1 +17032 {17030} 8957 1 +17033 {17031} 1139 1 +17034 {17032} 2974 1 +17035 {17033} 1527 1 +17036 {17034} 10832 1 +17037 {17035} 15366 1 +17038 {17036} 10841 1 +17039 {17037} 11674 1 +17040 {17038} 1951 1 +17041 {17039} 1064 1 +17042 {17040} 1654 1 +17043 {17041} 1919 1 +17044 {17042} 1787 1 +17045 {17043} 3241 1 +17046 {17044} 2242 1 +17047 {17045} 1963 1 +17048 {17046} 2091 1 +17049 {17047} 11713 1 +17050 {17048} 2403 1 +17051 {17049} 3428 1 +17052 {17050} 2293 1 +17053 {17051} 2000 1 +17054 {17052} 2332 1 +17055 {17053} 3556 1 +17056 {17054} 1653 1 +17057 {17055} 3109 1 +17058 {17056} 3175 1 +17059 {17057} 2700 1 +17060 {17058} 1280 1 +17061 {17059} 8172 1 +17062 {17060} 2700 1 +17063 {17061} 2673 1 +17064 {17062} 2566 1 +17065 {17063} 9792 1 +17066 {17064} 3541 1 +17067 {17065} 2273 1 +17068 {17066} 2172 1 +17069 {17067} 16432 1 +17070 {17068} 2933 1 +17071 {17069} 2640 1 +17072 {17070} 2335 1 +17073 {17071} 11364 1 +17074 {17072} 11166 1 +17075 {17073} 7243 1 +17076 {17074} 4605 1 +17077 {17075} 5142 1 +17078 {17076} 9876 1 +17079 {17077} 1422 1 +17080 {17078} 13641 1 +17081 {17079} 1128 1 +17082 {17080} 1893 1 +17083 {17081} 10869 1 +17084 {17082} 2316 1 +17085 {17083} 1404 1 +17086 {17084} 1780 1 +17087 {17085} 2335 1 +17088 {17086} 14794 1 +17089 {17087} 2771 1 +17090 {17088} 2029 1 +17091 {17089} 12086 1 +17092 {17090} 14353 1 +17093 {17091} 3767 1 +17094 {17092} 2263 1 +17095 {17093} 2492 1 +17096 {17094} 9797 1 +17097 {17095} 10601 1 +17098 {17096} 2668 1 +17099 {17097} 2435 1 +17100 {17098} 15063 1 +17101 {17099} 1817 1 +17102 {17100} 14817 1 +17103 {17101} 9850 1 +17104 {17102} 4777 1 +17105 {17103} 10420 1 +17106 {17104} 2154 1 +17107 {17105} 2537 1 +17108 {17106} 10386 1 +17109 {17107} 8260 1 +17110 {17108} 11620 1 +17111 {17109} 13946 1 +17112 {17110} 5748 1 +17113 {17111} 13657 1 +17114 {17112} 1674 1 +17115 {17113} 1545 1 +17116 {17114} 12582 1 +17117 {17115} 10631 1 +17118 {17116} 11186 1 +17119 {17117} 2234 1 +17120 {17118} 8210 1 +17121 {17119} 2261 1 +17122 {17120} 4149 1 +17123 {17121} 2264 1 +17124 {17122} 1088 1 +17125 {17123} 9996 1 +17126 {17124} 3801 1 +17127 {17125} 10688 1 +17128 {17126} 10949 1 +17129 {17127} 946 1 +17130 {17128} 10179 1 +17131 {17129} 10596 1 +17132 {17130} 1787 1 +17133 {17131} 11218 1 +17134 {17132} 5634 1 +17135 {17133} 10084 1 +17136 {17134} 11197 1 +17137 {17135} 11537 1 +17138 {17136} 10573 1 +17139 {17137} 2225 1 +17140 {17138} 9209 1 +17141 {17139} 11263 1 +17142 {17140} 8426 1 +17143 {17141} 3641 1 +17144 {17142} 1067 1 +17145 {17143} 1585 1 +17146 {17144} 10300 1 +17147 {17145} 2600 1 +17148 {17146} 2296 1 +17149 {17147} 10526 1 +17150 {17148} 10127 1 +17151 {17149} 1714 1 +17152 {17150} 10769 1 +17153 {17151} 1638 1 +17154 {17152} 10374 1 +17155 {17153} 11420 1 +17156 {17154} 1583 1 +17157 {17155} 3007 1 +17158 {17156} 11478 1 +17159 {17157} 11486 1 +17160 {17158} 12481 1 +17161 {17159} 15117 1 +17162 {17160} 2256 1 +17163 {17161} 2834 1 +17164 {17162} 1911 1 +17165 {17163} 9151 1 +17166 {17164} 9188 1 +17167 {17165} 9721 1 +17168 {17166} 910 1 +17169 {17167} 2640 1 +17170 {17168} 11312 1 +17171 {17169} 2288 1 +17172 {17170} 2363 1 +17173 {17171} 10919 1 +17174 {17172} 2903 1 +17175 {17173} 1136 1 +17176 {17174} 3178 1 +17177 {17175} 3406 1 +17178 {17176} 1512 1 +17179 {17177} 1611 1 +17180 {17178} 1384 1 +17181 {17179} 10134 1 +17182 {17180} 13623 1 +17183 {17181} 2397 1 +17184 {17182} 2708 1 +17185 {17183} 5994 1 +17186 {17184} 3251 1 +17187 {17185} 9794 1 +17188 {17186} 10874 1 +17189 {17187} 12954 1 +17190 {17188} 4309 1 +17191 {17189} 2593 1 +17192 {17190} 8931 1 +17193 {17191} 10545 1 +17194 {17192} 3107 1 +17195 {17193} 2908 1 +17196 {17194} 4205 1 +17197 {17195} 2295 1 +17198 {17196} 954 1 +17199 {17197} 607 1 +17200 {17198} 11456 1 +17201 {17199} 2195 1 +17202 {17200} 10486 1 +17203 {17201} 10212 1 +17204 {17202} 14677 1 +17205 {17203} 10462 1 +17206 {17204} 2613 1 +17207 {17205} 10420 1 +17208 {17206} 3436 1 +17209 {17207} 1978 1 +17210 {17208} 2334 1 +17211 {17209} 10747 1 +17212 {17210} 4742 1 +17213 {17211} 2366 1 +17214 {17212} 10316 1 +17215 {17213} 11080 1 +17216 {17214} 2630 1 +17217 {17215} 10121 1 +17218 {17216} 10694 1 +17219 {17217} 2352 1 +17220 {17218} 3213 1 +17221 {17219} 1799 1 +17222 {17220} 11181 1 +17223 {17221} 16033 1 +17224 {17222} 7403 1 +17225 {17223} 1218 1 +17226 {17224} 1225 1 +17227 {17225} 1978 1 +17228 {17226} 10948 1 +17229 {17227} 2805 1 +17230 {17228} 3383 1 +17231 {17229} 11347 1 +17232 {17230} 1474 1 +17233 {17231} 1415 1 +17234 {17232} 8816 1 +17235 {17233} 9744 1 +17236 {17234} 3039 1 +17237 {17235} 10501 1 +17238 {17236} 85 1 +17239 {17237} 8361 1 +17240 {17238} 2941 1 +17241 {17239} 9483 1 +17242 {17240} 1394 1 +17243 {17241} 9027 1 +17244 {17242} 10804 1 +17245 {17243} 993 1 +17246 {17244} 16344 1 +17247 {17245} 10939 1 +17248 {17246} 9577 1 +17249 {17247} 1452 1 +17250 {17248} 10715 1 +17251 {17249} 3928 1 +17252 {17250} 1293 1 +17253 {17251} 11304 1 +17254 {17252} 2190 1 +17255 {17253} 2041 1 +17256 {17254} 782 1 +17257 {17255} 1898 1 +17258 {17256} 9193 1 +17259 {17257} 11722 1 +17260 {17258} 2559 1 +17261 {17259} 6449 1 +17262 {17260} 3418 1 +17263 {17261} 3067 1 +17264 {17262} 16141 1 +17265 {17263} 8403 1 +17266 {17264} 2132 1 +17267 {17265} 3181 1 +17268 {17266} 3320 1 +17269 {17267} 7228 1 +17270 {17268} 12497 1 +17271 {17269} 9608 1 +17272 {17270} 11266 1 +17273 {17271} 3483 1 +17274 {17272} 1377 1 +17275 {17273} 14351 1 +17276 {17274} 2032 1 +17277 {17275} 3041 1 +17278 {17276} 3336 1 +17279 {17277} 11370 1 +17280 {17278} 500 1 +17281 {17279} 883 1 +17282 {17280} 1275 1 +17283 {17281} 14266 1 +17284 {17282} 8445 1 +17285 {17283} 2897 1 +17286 {17284} 11457 1 +17287 {17285} 1641 1 +17288 {17286} 11430 1 +17289 {17287} 2202 1 +17290 {17288} 14482 1 +17291 {17289} 9893 1 +17292 {17290} 10797 1 +17293 {17291} 8192 1 +17294 {17292} 2837 1 +17295 {17293} 10576 1 +17296 {17294} 2999 1 +17297 {17295} 16019 1 +17298 {17296} 9989 1 +17299 {17297} 10439 1 +17300 {17298} 2069 1 +17301 {17299} 10750 1 +17302 {17300} 2707 1 +17303 {17301} 1595 1 +17304 {17302} 1394 1 +17305 {17303} 9776 1 +17306 {17304} 3073 1 +17307 {17305} 10905 1 +17308 {17306} 1280 1 +17309 {17307} 10378 1 +17310 {17308} 12226 1 +17311 {17309} 3384 1 +17312 {17310} 2858 1 +17313 {17311} 10858 1 +17314 {17312} 9976 1 +17315 {17313} 12942 1 +17316 {17314} 11414 1 +17317 {17315} 10204 1 +17318 {17316} 7661 1 +17319 {17317} 9876 1 +17320 {17318} 10846 1 +17321 {17319} 5057 1 +17322 {17320} 2869 1 +17323 {17321} 10928 1 +17324 {17322} 1211 1 +17325 {17323} 10329 1 +17326 {17324} 1550 1 +17327 {17325} 13604 1 +17328 {17326} 12346 1 +17329 {17327} 3851 1 +17330 {17328} 2977 1 +17331 {17329} 10347 1 +17332 {17330} 4627 1 +17333 {17331} 2379 1 +17334 {17332} 778 1 +17335 {17333} 9924 1 +17336 {17334} 8968 1 +17337 {17335} 2803 1 +17338 {17336} 2707 1 +17339 {17337} 1001 1 +17340 {17338} 12851 1 +17341 {17339} 10539 1 +17342 {17340} 7674 1 +17343 {17341} 4051 1 +17344 {17342} 2966 1 +17345 {17343} 2726 1 +17346 {17344} 1396 1 +17347 {17345} 10501 1 +17348 {17346} 7934 1 +17349 {17347} 1903 1 +17350 {17348} 10420 1 +17351 {17349} 14001 1 +17352 {17350} 2576 1 +17353 {17351} 10861 1 +17354 {17352} 5724 1 +17355 {17353} 2009 1 +17356 {17354} 560 1 +17357 {17355} 10202 1 +17358 {17356} 2081 1 +17359 {17357} 1653 1 +17360 {17358} 2313 1 +17361 {17359} 3045 1 +17362 {17360} 2333 1 +17363 {17361} 12487 1 +17364 {17362} 1384 1 +17365 {17363} 9546 1 +17366 {17364} 8300 1 +17367 {17365} 10343 1 +17368 {17366} 9936 1 +17369 {17367} 14091 1 +17370 {17368} 2720 1 +17371 {17369} 1700 1 +17372 {17370} 2124 1 +17373 {17371} 10097 1 +17374 {17372} 2228 1 +17375 {17373} 15643 1 +17376 {17374} 9046 1 +17377 {17375} 1512 1 +17378 {17376} 11250 1 +17379 {17377} 3212 1 +17380 {17378} 2023 1 +17381 {17379} 1833 1 +17382 {17380} 1649 1 +17383 {17381} 10137 1 +17384 {17382} 1910 1 +17385 {17383} 9116 1 +17386 {17384} 10479 1 +17387 {17385} 2404 1 +17388 {17386} 2867 1 +17389 {17387} 2115 1 +17390 {17388} 9856 1 +17391 {17389} 6589 1 +17392 {17390} 1626 1 +17393 {17391} 10413 1 +17394 {17392} 3201 1 +17395 {17393} 10077 1 +17396 {17394} 2214 1 +17397 {17395} 2504 1 +17398 {17396} 10479 1 +17399 {17397} 1754 1 +17400 {17398} 2192 1 +17401 {17399} 1673 1 +17402 {17400} 851 1 +17403 {17401} 9789 1 +17404 {17402} 10734 1 +17405 {17403} 10023 1 +17406 {17404} 11897 1 +17407 {17405} 10420 1 +17408 {17406} 9723 1 +17409 {17407} 9989 1 +17410 {17408} 3600 1 +17411 {17409} 995 1 +17412 {17410} 11514 1 +17413 {17411} 1639 1 +17414 {17412} 940 1 +17415 {17413} 6932 1 +17416 {17414} 1683 1 +17417 {17415} 9960 1 +17418 {17416} 16582 1 +17419 {17417} 10378 1 +17420 {17418} 10758 1 +17421 {17419} 2566 1 +17422 {17420} 2760 1 +17423 {17421} 1600 1 +17424 {17422} 2695 1 +17425 {17423} 11414 1 +17426 {17424} 14747 1 +17427 {17425} 2572 1 +17428 {17426} 11413 1 +17429 {17427} 10693 1 +17430 {17428} 1718 1 +17431 {17429} 10716 1 +17432 {17430} 11312 1 +17433 {17431} 11876 1 +17434 {17432} 1545 1 +17435 {17433} 1618 1 +17436 {17434} 2744 1 +17437 {17435} 8968 1 +17438 {17436} 11218 1 +17439 {17437} 10306 1 +17440 {17438} 9720 1 +17441 {17439} 3347 1 +17442 {17440} 6803 1 +17443 {17441} 10298 1 +17444 {17442} 10011 1 +17445 {17443} 9699 1 +17446 {17444} 2550 1 +17447 {17445} 42 1 +17448 {17446} 3343 1 +17449 {17447} 2263 1 +17450 {17448} 2693 1 +17451 {17449} 9020 1 +17452 {17450} 1622 1 +17453 {17451} 14924 1 +17454 {17452} 4513 1 +17455 {17453} 1483 1 +17456 {17454} 10895 1 +17457 {17455} 5743 1 +17458 {17456} 2604 1 +17459 {17457} 2102 1 +17460 {17458} 305 1 +17461 {17459} 3045 1 +17462 {17460} 2091 1 +17463 {17461} 11888 1 +17464 {17462} 2124 1 +17465 {17463} 2462 1 +17466 {17464} 12808 1 +17467 {17465} 1304 1 +17468 {17466} 15157 1 +17469 {17467} 10567 1 +17470 {17468} 1722 1 +17471 {17469} 2293 1 +17472 {17470} 10993 1 +17473 {17471} 2328 1 +17474 {17472} 3141 1 +17475 {17473} 1584 1 +17476 {17474} 1925 1 +17477 {17475} 874 1 +17478 {17476} 1475 1 +17479 {17477} 9670 1 +17480 {17478} 1740 1 +17481 {17479} 2251 1 +17482 {17480} 2451 1 +17483 {17481} 1962 1 +17484 {17482} 3303 1 +17485 {17483} 3439 1 +17486 {17484} 9189 1 +17487 {17485} 10927 1 +17488 {17486} 9770 1 +17489 {17487} 1741 1 +17490 {17488} 9661 1 +17491 {17489} 2767 1 +17492 {17490} 2154 1 +17493 {17491} 10352 1 +17494 {17492} 16560 1 +17495 {17493} 820 1 +17496 {17494} 1747 1 +17497 {17495} 2427 1 +17498 {17496} 11477 1 +17499 {17497} 10009 1 +17500 {17498} 10135 1 +17501 {17499} 9556 1 +17502 {17500} 10302 1 +17503 {17501} 1884 1 +17504 {17502} 11288 1 +17505 {17503} 1404 1 +17506 {17504} 1389 1 +17507 {17505} 7706 1 +17508 {17506} 1169 1 +17509 {17507} 2338 1 +17510 {17508} 9072 1 +17511 {17509} 10149 1 +17512 {17510} 2707 1 +17513 {17511} 2906 1 +17514 {17512} 11714 1 +17515 {17513} 2189 1 +17516 {17514} 3539 1 +17517 {17515} 11417 1 +17518 {17516} 2843 1 +17519 {17517} 2238 1 +17520 {17518} 1048 1 +17521 {17519} 10490 1 +17522 {17520} 1989 1 +17523 {17521} 2839 1 +17524 {17522} 2232 1 +17525 {17523} 10513 1 +17526 {17524} 10349 1 +17527 {17525} 10125 1 +17528 {17526} 2346 1 +17529 {17527} 10607 1 +17530 {17528} 4101 1 +17531 {17529} 10496 1 +17532 {17530} 1239 1 +17533 {17531} 2425 1 +17534 {17532} 2625 1 +17535 {17533} 14061 1 +17536 {17534} 3024 1 +17537 {17535} 2703 1 +17538 {17536} 2215 1 +17539 {17537} 3294 1 +17540 {17538} 1970 1 +17541 {17539} 10218 1 +17542 {17540} 8403 1 +17543 {17541} 10987 1 +17544 {17542} 10911 1 +17545 {17543} 10694 1 +17546 {17544} 10112 1 +17547 {17545} 8557 1 +17548 {17546} 2844 1 +17549 {17547} 4915 1 +17550 {17548} 3106 1 +17551 {17549} 1766 1 +17552 {17550} 2290 1 +17553 {17551} 2215 1 +17554 {17552} 10432 1 +17555 {17553} 11352 1 +17556 {17554} 660 1 +17557 {17555} 2876 1 +17558 {17556} 2390 1 +17559 {17557} 2891 1 +17560 {17558} 11352 1 +17561 {17559} 11473 1 +17562 {17560} 2467 1 +17563 {17561} 3619 1 +17564 {17562} 1992 1 +17565 {17563} 15110 1 +17566 {17564} 10450 1 +17567 {17565} 11103 1 +17568 {17566} 2594 1 +17569 {17567} 8611 1 +17570 {17568} 12504 1 +17571 {17569} 3000 1 +17572 {17570} 14684 1 +17573 {17571} 10599 1 +17574 {17572} 8400 1 +17575 {17573} 2028 1 +17576 {17574} 2770 1 +17577 {17575} 9355 1 +17578 {17576} 15520 1 +17579 {17577} 2359 1 +17580 {17578} 12937 1 +17581 {17579} 2733 1 +17582 {17580} 9322 1 +17583 {17581} 2367 1 +17584 {17582} 2490 1 +17585 {17583} 11027 1 +17586 {17584} 1336 1 +17587 {17585} 9954 1 +17588 {17586} 1923 1 +17589 {17587} 2030 1 +17590 {17588} 12071 1 +17591 {17589} 11447 1 +17592 {17590} 2065 1 +17593 {17591} 9898 1 +17594 {17592} 11061 1 +17595 {17593} 2674 1 +17596 {17594} 2134 1 +17597 {17595} 2430 1 +17598 {17596} 10763 1 +17599 {17597} 9369 1 +17600 {17598} 13931 1 +17601 {17599} 1557 1 +17602 {17600} 940 1 +17603 {17601} 12562 1 +17604 {17602} 9116 1 +17605 {17603} 3550 1 +17606 {17604} 875 1 +17607 {17605} 9798 1 +17608 {17606} 2227 1 +17609 {17607} 1755 1 +17610 {17608} 2494 1 +17611 {17609} 3417 1 +17612 {17610} 2102 1 +17613 {17611} 8999 1 +17614 {17612} 2937 1 +17615 {17613} 10922 1 +17616 {17614} 9260 1 +17617 {17615} 2011 1 +17618 {17616} 2302 1 +17619 {17617} 10757 1 +17620 {17618} 9214 1 +17621 {17619} 10378 1 +17622 {17620} 3174 1 +17623 {17621} 11793 1 +17624 {17622} 9135 1 +17625 {17623} 2192 1 +17626 {17624} 9746 1 +17627 {17625} 1471 1 +17628 {17626} 10538 1 +17629 {17627} 2028 1 +17630 {17628} 1381 1 +17631 {17629} 1994 1 +17632 {17630} 9519 1 +17633 {17631} 1301 1 +17634 {17632} 3945 1 +17635 {17633} 9243 1 +17636 {17634} 3339 1 +17637 {17635} 2539 1 +17638 {17636} 1890 1 +17639 {17637} 10279 1 +17640 {17638} 2461 1 +17641 {17639} 1817 1 +17642 {17640} 1922 1 +17643 {17641} 3339 1 +17644 {17642} 2369 1 +17645 {17643} 1101 1 +17646 {17644} 9462 1 +17647 {17645} 15537 1 +17648 {17646} 10210 1 +17649 {17647} 10851 1 +17650 {17648} 2432 1 +17651 {17649} 2356 1 +17652 {17650} 8119 1 +17653 {17651} 8267 1 +17654 {17652} 2214 1 +17655 {17653} 8158 1 +17656 {17654} 10863 1 +17657 {17655} 2371 1 +17658 {17656} 4984 1 +17659 {17657} 2601 1 +17660 {17658} 8407 1 +17661 {17659} 9155 1 +17662 {17660} 11520 1 +17663 {17661} 11094 1 +17664 {17662} 1053 1 +17665 {17663} 2593 1 +17666 {17664} 10680 1 +17667 {17665} 10955 1 +17668 {17666} 8461 1 +17669 {17667} 4791 1 +17670 {17668} 8139 1 +17671 {17669} 936 1 +17672 {17670} 1607 1 +17673 {17671} 16272 1 +17674 {17672} 9590 1 +17675 {17673} 10059 1 +17676 {17674} 2110 1 +17677 {17675} 1671 1 +17678 {17676} 2363 1 +17679 {17677} 872 1 +17680 {17678} 2363 1 +17681 {17679} 1617 1 +17682 {17680} 2185 1 +17683 {17681} 10377 1 +17684 {17682} 9681 1 +17685 {17683} 3356 1 +17686 {17684} 16457 1 +17687 {17685} 11296 1 +17688 {17686} 2078 1 +17689 {17687} 11610 1 +17690 {17688} 11338 1 +17691 {17689} 3343 1 +17692 {17690} 8055 1 +17693 {17691} 3446 1 +17694 {17692} 3100 1 +17695 {17693} 196 1 +17696 {17694} 2185 1 +17697 {17695} 9986 1 +17698 {17696} 3343 1 +17699 {17697} 2198 1 +17700 {17698} 2979 1 +17701 {17699} 4964 1 +17702 {17700} 9850 1 +17703 {17701} 9295 1 +17704 {17702} 1288 1 +17705 {17703} 2329 1 +17706 {17704} 2284 1 +17707 {17705} 9699 1 +17708 {17706} 2256 1 +17709 {17707} 9249 1 +17710 {17708} 10642 1 +17711 {17709} 3314 1 +17712 {17710} 11110 1 +17713 {17711} 10942 1 +17714 {17712} 1887 1 +17715 {17713} 2399 1 +17716 {17714} 3662 1 +17717 {17715} 2132 1 +17718 {17716} 2071 1 +17719 {17717} 2115 1 +17720 {17718} 10456 1 +17721 {17719} 9354 1 +17722 {17720} 8895 1 +17723 {17721} 592 1 +17724 {17722} 13901 1 +17725 {17723} 2605 1 +17726 {17724} 7361 1 +17727 {17725} 1924 1 +17728 {17726} 2597 1 +17729 {17727} 11383 1 +17730 {17728} 2537 1 +17731 {17729} 11930 1 +17732 {17730} 1699 1 +17733 {17731} 2875 1 +17734 {17732} 1748 1 +17735 {17733} 9793 1 +17736 {17734} 1811 1 +17737 {17735} 9937 1 +17738 {17736} 5351 1 +17739 {17737} 2839 1 +17740 {17738} 11173 1 +17741 {17739} 11367 1 +17742 {17740} 8452 1 +17743 {17741} 1947 1 +17744 {17742} 7862 1 +17745 {17743} 3141 1 +17746 {17744} 11078 1 +17747 {17745} 944 1 +17748 {17746} 10449 1 +17749 {17747} 2161 1 +17750 {17748} 844 1 +17751 {17749} 3717 1 +17752 {17750} 3569 1 +17753 {17751} 5568 1 +17754 {17752} 9994 1 +17755 {17753} 3414 1 +17756 {17754} 2496 1 +17757 {17755} 2467 1 +17758 {17756} 2076 1 +17759 {17757} 10884 1 +17760 {17758} 10853 1 +17761 {17759} 3867 1 +17762 {17760} 1418 1 +17763 {17761} 2538 1 +17764 {17762} 14330 1 +17765 {17763} 9826 1 +17766 {17764} 15350 1 +17767 {17765} 6804 1 +17768 {17766} 7972 1 +17769 {17767} 2202 1 +17770 {17768} 14922 1 +17771 {17769} 1417 1 +17772 {17770} 2967 1 +17773 {17771} 9093 1 +17774 {17772} 2906 1 +17775 {17773} 10535 1 +17776 {17774} 3274 1 +17777 {17775} 8469 1 +17778 {17776} 2288 1 +17779 {17777} 3288 1 +17780 {17778} 1391 1 +17781 {17779} 470 1 +17782 {17780} 643 1 +17783 {17781} 8792 1 +17784 {17782} 2971 1 +17785 {17783} 10869 1 +17786 {17784} 1893 1 +17787 {17785} 11824 1 +17788 {17786} 11514 1 +17789 {17787} 1581 1 +17790 {17788} 9146 1 +17791 {17789} 2539 1 +17792 {17790} 6108 1 +17793 {17791} 3535 1 +17794 {17792} 13648 1 +17795 {17793} 6566 1 +17796 {17794} 2440 1 +17797 {17795} 1354 1 +17798 {17796} 1115 1 +17799 {17797} 10535 1 +17800 {17798} 10535 1 +17801 {17799} 2600 1 +17802 {17800} 9630 1 +17803 {17801} 1811 1 +17804 {17802} 10293 1 +17805 {17803} 10634 1 +17806 {17804} 3861 1 +17807 {17805} 8522 1 +17808 {17806} 2869 1 +17809 {17807} 3479 1 +17810 {17808} 11484 1 +17811 {17809} 2334 1 +17812 {17810} 2747 1 +17813 {17811} 7978 1 +17814 {17812} 1988 1 +17815 {17813} 2397 1 +17816 {17814} 335 1 +17817 {17815} 11233 1 +17818 {17816} 9740 1 +17819 {17817} 11734 1 +17820 {17818} 9917 1 +17821 {17819} 11342 1 +17822 {17820} 10690 1 +17823 {17821} 10452 1 +17824 {17822} 6283 1 +17825 {17823} 547 1 +17826 {17824} 2316 1 +17827 {17825} 2701 1 +17828 {17826} 8637 1 +17829 {17827} 2777 1 +17830 {17828} 2834 1 +17831 {17829} 10874 1 +17832 {17830} 5579 1 +17833 {17831} 11683 1 +17834 {17832} 2582 1 +17835 {17833} 9900 1 +17836 {17834} 16406 1 +17837 {17835} 2453 1 +17838 {17836} 9906 1 +17839 {17837} 6998 1 +17840 {17838} 3096 1 +17841 {17839} 8055 1 +17842 {17840} 1554 1 +17843 {17841} 2809 1 +17844 {17842} 2627 1 +17845 {17843} 1562 1 +17846 {17844} 1188 1 +17847 {17845} 2637 1 +17848 {17846} 2126 1 +17849 {17847} 8823 1 +17850 {17848} 10777 1 +17851 {17849} 10586 1 +17852 {17850} 2061 1 +17853 {17851} 10659 1 +17854 {17852} 11808 1 +17855 {17853} 6325 1 +17856 {17854} 10786 1 +17857 {17855} 3898 1 +17858 {17856} 2263 1 +17859 {17857} 11988 1 +17860 {17858} 3143 1 +17861 {17859} 5569 1 +17862 {17860} 2769 1 +17863 {17861} 2708 1 +17864 {17862} 8471 1 +17865 {17863} 2320 1 +17866 {17864} 11023 1 +17867 {17865} 1901 1 +17868 {17866} 1650 1 +17869 {17867} 8204 1 +17870 {17868} 10490 1 +17871 {17869} 9906 1 +17872 {17870} 10714 1 +17873 {17871} 11971 1 +17874 {17872} 11274 1 +17875 {17873} 2638 1 +17876 {17874} 9350 1 +17877 {17875} 9711 1 +17878 {17876} 3144 1 +17879 {17877} 9031 1 +17880 {17878} 2265 1 +17881 {17879} 2320 1 +17882 {17880} 11242 1 +17883 {17881} 1983 1 +17884 {17882} 13402 1 +17885 {17883} 11531 1 +17886 {17884} 11108 1 +17887 {17885} 1878 1 +17888 {17886} 10993 1 +17889 {17887} 338 1 +17890 {17888} 2217 1 +17891 {17889} 10452 1 +17892 {17890} 5426 1 +17893 {17891} 3311 1 +17894 {17892} 2185 1 +17895 {17893} 11626 1 +17896 {17894} 2332 1 +17897 {17895} 14425 1 +17898 {17896} 2467 1 +17899 {17897} 9232 1 +17900 {17898} 8042 1 +17901 {17899} 9869 1 +17902 {17900} 10323 1 +17903 {17901} 160 1 +17904 {17902} 1617 1 +17905 {17903} 2708 1 +17906 {17904} 9670 1 +17907 {17905} 1976 1 +17908 {17906} 11504 1 +17909 {17907} 863 1 +17910 {17908} 9906 1 +17911 {17909} 9261 1 +17912 {17910} 10618 1 +17913 {17911} 10766 1 +17914 {17912} 11436 1 +17915 {17913} 2401 1 +17916 {17914} 3007 1 +17917 {17915} 9447 1 +17918 {17916} 11836 1 +17919 {17917} 1989 1 +17920 {17918} 12447 1 +17921 {17919} 1976 1 +17922 {17920} 7238 1 +17923 {17921} 10578 1 +17924 {17922} 1289 1 +17925 {17923} 10439 1 +17926 {17924} 2432 1 +17927 {17925} 7136 1 +17928 {17926} 2370 1 +17929 {17927} 721 1 +17930 {17928} 10844 1 +17931 {17929} 2867 1 +17932 {17930} 10225 1 +17933 {17931} 11417 1 +17934 {17932} 11138 1 +17935 {17933} 15941 1 +17936 {17934} 11178 1 +17937 {17935} 2639 1 +17938 {17936} 1891 1 +17939 {17937} 9999 1 +17940 {17938} 2189 1 +17941 {17939} 11754 1 +17942 {17940} 2402 1 +17943 {17941} 2397 1 +17944 {17942} 11485 1 +17945 {17943} 2195 1 +17946 {17944} 2324 1 +17947 {17945} 12623 1 +17948 {17946} 1745 1 +17949 {17947} 1543 1 +17950 {17948} 10109 1 +17951 {17949} 3086 1 +17952 {17950} 2028 1 +17953 {17951} 1644 1 +17954 {17952} 3216 1 +17955 {17953} 1301 1 +17956 {17954} 2402 1 +17957 {17955} 2738 1 +17958 {17956} 1788 1 +17959 {17957} 2099 1 +17960 {17958} 11732 1 +17961 {17959} 2261 1 +17962 {17960} 921 1 +17963 {17961} 5538 1 +17964 {17962} 2336 1 +17965 {17963} 3010 1 +17966 {17964} 1251 1 +17967 {17965} 10301 1 +17968 {17966} 9828 1 +17969 {17967} 8438 1 +17970 {17968} 2025 1 +17971 {17969} 9925 1 +17972 {17970} 1972 1 +17973 {17971} 8914 1 +17974 {17972} 2011 1 +17975 {17973} 1363 1 +17976 {17974} 2499 1 +17977 {17975} 3065 1 +17978 {17976} 930 1 +17979 {17977} 1508 1 +17980 {17978} 2045 1 +17981 {17979} 3142 1 +17982 {17980} 10472 1 +17983 {17981} 9060 1 +17984 {17982} 1722 1 +17985 {17983} 10788 1 +17986 {17984} 4416 1 +17987 {17985} 2146 1 +17988 {17986} 10980 1 +17989 {17987} 2927 1 +17990 {17988} 1374 1 +17991 {17989} 1638 1 +17992 {17990} 14878 1 +17993 {17991} 1373 1 +17994 {17992} 2450 1 +17995 {17993} 1820 1 +17996 {17994} 10068 1 +17997 {17995} 4183 1 +17998 {17996} 14914 1 +17999 {17997} 9032 1 +18000 {17998} 9132 1 +18001 {17999} 2193 1 +18002 {18000} 1796 1 +18003 {18001} 10166 1 +18004 {18002} 2360 1 +18005 {18003} 3075 1 +18006 {18004} 44 1 +18007 {18005} 1574 1 +18008 {18006} 2611 1 +18009 {18007} 10090 1 +18010 {18008} 1818 1 +18011 {18009} 10651 1 +18012 {18010} 7900 1 +18013 {18011} 10843 1 +18014 {18012} 7731 1 +18015 {18013} 8410 1 +18016 {18014} 15509 1 +18017 {18015} 11092 1 +18018 {18016} 9670 1 +18019 {18017} 10204 1 +18020 {18018} 2057 1 +18021 {18019} 9219 1 +18022 {18020} 2399 1 +18023 {18021} 2421 1 +18024 {18022} 16248 1 +18025 {18023} 2487 1 +18026 {18024} 2287 1 +18027 {18025} 10407 1 +18028 {18026} 2164 1 +18029 {18027} 1805 1 +18030 {18028} 10487 1 +18031 {18029} 13279 1 +18032 {18030} 1831 1 +18033 {18031} 3109 1 +18034 {18032} 1534 1 +18035 {18033} 1350 1 +18036 {18034} 11732 1 +18037 {18035} 9831 1 +18038 {18036} 2462 1 +18039 {18037} 2148 1 +18040 {18038} 7410 1 +18041 {18039} 2800 1 +18042 {18040} 1827 1 +18043 {18041} 1989 1 +18044 {18042} 1230 1 +18045 {18043} 2061 1 +18046 {18044} 937 1 +18047 {18045} 9072 1 +18048 {18046} 11760 1 +18049 {18047} 2047 1 +18050 {18048} 2666 1 +18051 {18049} 2663 1 +18052 {18050} 1616 1 +18053 {18051} 2196 1 +18054 {18052} 2433 1 +18055 {18053} 8880 1 +18056 {18054} 9909 1 +18057 {18055} 1013 1 +18058 {18056} 12421 1 +18059 {18057} 2166 1 +18060 {18058} 8418 1 +18061 {18059} 16269 1 +18062 {18060} 15314 1 +18063 {18061} 2120 1 +18064 {18062} 10828 1 +18065 {18063} 3610 1 +18066 {18064} 1088 1 +18067 {18065} 3139 1 +18068 {18066} 2658 1 +18069 {18067} 1732 1 +18070 {18068} 7488 1 +18071 {18069} 2950 1 +18072 {18070} 2492 1 +18073 {18071} 2668 1 +18074 {18072} 5615 1 +18075 {18073} 2425 1 +18076 {18074} 11061 1 +18077 {18075} 1974 1 +18078 {18076} 3533 1 +18079 {18077} 9974 1 +18080 {18078} 3123 1 +18081 {18079} 9977 1 +18082 {18080} 1467 1 +18083 {18081} 588 1 +18084 {18082} 2832 1 +18085 {18083} 9008 1 +18086 {18084} 15463 1 +18087 {18085} 1382 1 +18088 {18086} 2817 1 +18089 {18087} 5765 1 +18090 {18088} 2483 1 +18091 {18089} 10965 1 +18092 {18090} 10999 1 +18093 {18091} 10056 1 +18094 {18092} 1887 1 +18095 {18093} 11060 1 +18096 {18094} 2619 1 +18097 {18095} 1462 1 +18098 {18096} 1884 1 +18099 {18097} 7102 1 +18100 {18098} 1199 1 +18101 {18099} 3279 1 +18102 {18100} 2359 1 +18103 {18101} 2190 1 +18104 {18102} 2810 1 +18105 {18103} 11513 1 +18106 {18104} 2056 1 +18107 {18105} 1716 1 +18108 {18106} 3307 1 +18109 {18107} 13171 1 +18110 {18108} 1721 1 +18111 {18109} 1599 1 +18112 {18110} 3418 1 +18113 {18111} 10856 1 +18114 {18112} 12421 1 +18115 {18113} 2696 1 +18116 {18114} 10311 1 +18117 {18115} 10792 1 +18118 {18116} 1981 1 +18119 {18117} 2134 1 +18120 {18118} 2095 1 +18121 {18119} 1416 1 +18122 {18120} 6469 1 +18123 {18121} 9644 1 +18124 {18122} 14215 1 +18125 {18123} 1922 1 +18126 {18124} 2852 1 +18127 {18125} 11159 1 +18128 {18126} 12115 1 +18129 {18127} 10436 1 +18130 {18128} 3231 1 +18131 {18129} 2504 1 +18132 {18130} 10424 1 +18133 {18131} 10450 1 +18134 {18132} 14096 1 +18135 {18133} 1676 1 +18136 {18134} 2466 1 +18137 {18135} 11175 1 +18138 {18136} 2429 1 +18139 {18137} 14748 1 +18140 {18138} 3812 1 +18141 {18139} 2099 1 +18142 {18140} 10425 1 +18143 {18141} 2538 1 +18144 {18142} 9609 1 +18145 {18143} 10540 1 +18146 {18144} 2908 1 +18147 {18145} 10311 1 +18148 {18146} 12253 1 +18149 {18147} 2844 1 +18150 {18148} 1799 1 +18151 {18149} 2845 1 +18152 {18150} 1981 1 +18153 {18151} 9800 1 +18154 {18152} 2119 1 +18155 {18153} 10757 1 +18156 {18154} 2727 1 +18157 {18155} 1782 1 +18158 {18156} 1417 1 +18159 {18157} 1950 1 +18160 {18158} 11436 1 +18161 {18159} 7035 1 +18162 {18160} 11065 1 +18163 {18161} 2557 1 +18164 {18162} 1606 1 +18165 {18163} 11169 1 +18166 {18164} 10869 1 +18167 {18165} 507 1 +18168 {18166} 2415 1 +18169 {18167} 2403 1 +18170 {18168} 2132 1 +18171 {18169} 12723 1 +18172 {18170} 11168 1 +18173 {18171} 2302 1 +18174 {18172} 2521 1 +18175 {18173} 2996 1 +18176 {18174} 2766 1 +18177 {18175} 9970 1 +18178 {18176} 2969 1 +18179 {18177} 1600 1 +18180 {18178} 2380 1 +18181 {18179} 3269 1 +18182 {18180} 1921 1 +18183 {18181} 10364 1 +18184 {18182} 1782 1 +18185 {18183} 2769 1 +18186 {18184} 1323 1 +18187 {18185} 2296 1 +18188 {18186} 14452 1 +18189 {18187} 3391 1 +18190 {18188} 10011 1 +18191 {18189} 2065 1 +18192 {18190} 15298 1 +18193 {18191} 1671 1 +18194 {18192} 2817 1 +18195 {18193} 2055 1 +18196 {18194} 1673 1 +18197 {18195} 1721 1 +18198 {18196} 4283 1 +18199 {18197} 2428 1 +18200 {18198} 2334 1 +18201 {18199} 10395 1 +18202 {18200} 2939 1 +18203 {18201} 1983 1 +18204 {18202} 771 1 +18205 {18203} 12157 1 +18206 {18204} 15977 1 +18207 {18205} 3075 1 +18208 {18206} 1378 1 +18209 {18207} 14602 1 +18210 {18208} 1067 1 +18211 {18209} 191 1 +18212 {18210} 1685 1 +18213 {18211} 7520 1 +18214 {18212} 6817 1 +18215 {18213} 11696 1 +18216 {18214} 1415 1 +18217 {18215} 14012 1 +18218 {18216} 2874 1 +18219 {18217} 14024 1 +18220 {18218} 1788 1 +18221 {18219} 8261 1 +18222 {18220} 10715 1 +18223 {18221} 4003 1 +18224 {18222} 1851 1 +18225 {18223} 2264 1 +18226 {18224} 10425 1 +18227 {18225} 5894 1 +18228 {18226} 13561 1 +18229 {18227} 8762 1 +18230 {18228} 1131 1 +18231 {18229} 2837 1 +18232 {18230} 1584 1 +18233 {18231} 1240 1 +18234 {18232} 10967 1 +18235 {18233} 1453 1 +18236 {18234} 9705 1 +18237 {18235} 9593 1 +18238 {18236} 15076 1 +18239 {18237} 13188 1 +18240 {18238} 2151 1 +18241 {18239} 10344 1 +18242 {18240} 9401 1 +18243 {18241} 11544 1 +18244 {18242} 10384 1 +18245 {18243} 11402 1 +18246 {18244} 2425 1 +18247 {18245} 1650 1 +18248 {18246} 2163 1 +18249 {18247} 8995 1 +18250 {18248} 1574 1 +18251 {18249} 10803 1 +18252 {18250} 1824 1 +18253 {18251} 2919 1 +18254 {18252} 10109 1 +18255 {18253} 2975 1 +18256 {18254} 2304 1 +18257 {18255} 3849 1 +18258 {18256} 9065 1 +18259 {18257} 8749 1 +18260 {18258} 3662 1 +18261 {18259} 10116 1 +18262 {18260} 2619 1 +18263 {18261} 10236 1 +18264 {18262} 10490 1 +18265 {18263} 2400 1 +18266 {18264} 10706 1 +18267 {18265} 3283 1 +18268 {18266} 2489 1 +18269 {18267} 2220 1 +18270 {18268} 1737 1 +18271 {18269} 2020 1 +18272 {18270} 3134 1 +18273 {18271} 14251 1 +18274 {18272} 12449 1 +18275 {18273} 10354 1 +18276 {18274} 3685 1 +18277 {18275} 11205 1 +18278 {18276} 2784 1 +18279 {18277} 15352 1 +18280 {18278} 11386 1 +18281 {18279} 9372 1 +18282 {18280} 2697 1 +18283 {18281} 6463 1 +18284 {18282} 12420 1 +18285 {18283} 1248 1 +18286 {18284} 2528 1 +18287 {18285} 5891 1 +18288 {18286} 2325 1 +18289 {18287} 10911 1 +18290 {18288} 2568 1 +18291 {18289} 8895 1 +18292 {18290} 11357 1 +18293 {18291} 7857 1 +18294 {18292} 1990 1 +18295 {18293} 2061 1 +18296 {18294} 1553 1 +18297 {18295} 13693 1 +18298 {18296} 2535 1 +18299 {18297} 2451 1 +18300 {18298} 10561 1 +18301 {18299} 11706 1 +18302 {18300} 3574 1 +18303 {18301} 5391 1 +18304 {18302} 3208 1 +18305 {18303} 8628 1 +18306 {18304} 1208 1 +18307 {18305} 10271 1 +18308 {18306} 11561 1 +18309 {18307} 9158 1 +18310 {18308} 11834 1 +18311 {18309} 11251 1 +18312 {18310} 12170 1 +18313 {18311} 1924 1 +18314 {18312} 2366 1 +18315 {18313} 9821 1 +18316 {18314} 11553 1 +18317 {18315} 10507 1 +18318 {18316} 2487 1 +18319 {18317} 1641 1 +18320 {18318} 15284 1 +18321 {18319} 1181 1 +18322 {18320} 10001 1 +18323 {18321} 3033 1 +18324 {18322} 11515 1 +18325 {18323} 15534 1 +18326 {18324} 10275 1 +18327 {18325} 8336 1 +18328 {18326} 2118 1 +18329 {18327} 427 1 +18330 {18328} 9921 1 +18331 {18329} 6987 1 +18332 {18330} 2020 1 +18333 {18331} 1815 1 +18334 {18332} 9387 1 +18335 {18333} 3663 1 +18336 {18334} 2028 1 +18337 {18335} 8034 1 +18338 {18336} 15377 1 +18339 {18337} 10165 1 +18340 {18338} 9994 1 +18341 {18339} 1672 1 +18342 {18340} 10866 1 +18343 {18341} 2092 1 +18344 {18342} 1974 1 +18345 {18343} 10074 1 +18346 {18344} 9620 1 +18347 {18345} 2869 1 +18348 {18346} 2844 1 +18349 {18347} 10580 1 +18350 {18348} 1568 1 +18351 {18349} 2298 1 +18352 {18350} 12115 1 +18353 {18351} 2125 1 +18354 {18352} 2940 1 +18355 {18353} 3170 1 +18356 {18354} 1658 1 +18357 {18355} 11116 1 +18358 {18356} 9223 1 +18359 {18357} 10534 1 +18360 {18358} 3000 1 +18361 {18359} 11964 1 +18362 {18360} 2772 1 +18363 {18361} 207 1 +18364 {18362} 1447 1 +18365 {18363} 11931 1 +18366 {18364} 2843 1 +18367 {18365} 9306 1 +18368 {18366} 1651 1 +18369 {18367} 12277 1 +18370 {18368} 2910 1 +18371 {18369} 3510 1 +18372 {18370} 10241 1 +18373 {18371} 2675 1 +18374 {18372} 2630 1 +18375 {18373} 13861 1 +18376 {18374} 2711 1 +18377 {18375} 1931 1 +18378 {18376} 9981 1 +18379 {18377} 1090 1 +18380 {18378} 16186 1 +18381 {18379} 1815 1 +18382 {18380} 14734 1 +18383 {18381} 2359 1 +18384 {18382} 3256 1 +18385 {18383} 2363 1 +18386 {18384} 16323 1 +18387 {18385} 3366 1 +18388 {18386} 2182 1 +18389 {18387} 1720 1 +18390 {18388} 1791 1 +18391 {18389} 2699 1 +18392 {18390} 12482 1 +18393 {18391} 5807 1 +18394 {18392} 11278 1 +18395 {18393} 1749 1 +18396 {18394} 3278 1 +18397 {18395} 10593 1 +18398 {18396} 10244 1 +18399 {18397} 10281 1 +18400 {18398} 15144 1 +18401 {18399} 15867 1 +18402 {18400} 2361 1 +18403 {18401} 11981 1 +18404 {18402} 2604 1 +18405 {18403} 2909 1 +18406 {18404} 10913 1 +18407 {18405} 3012 1 +18408 {18406} 10323 1 +18409 {18407} 2622 1 +18410 {18408} 1915 1 +18411 {18409} 869 1 +18412 {18410} 2336 1 +18413 {18411} 1849 1 +18414 {18412} 10846 1 +18415 {18413} 5066 1 +18416 {18414} 11111 1 +18417 {18415} 2351 1 +18418 {18416} 2098 1 +18419 {18417} 11098 1 +18420 {18418} 1369 1 +18421 {18419} 2674 1 +18422 {18420} 2298 1 +18423 {18421} 11197 1 +18424 {18422} 14258 1 +18425 {18423} 2609 1 +18426 {18424} 8634 1 +18427 {18425} 6518 1 +18428 {18426} 2538 1 +18429 {18427} 2672 1 +18430 {18428} 10272 1 +18431 {18429} 2810 1 +18432 {18430} 10853 1 +18433 {18431} 9340 1 +18434 {18432} 2797 1 +18435 {18433} 8258 1 +18436 {18434} 1344 1 +18437 {18435} 9282 1 +18438 {18436} 9360 1 +18439 {18437} 1844 1 +18440 {18438} 8418 1 +18441 {18439} 14178 1 +18442 {18440} 3134 1 +18443 {18441} 2058 1 +18444 {18442} 11056 1 +18445 {18443} 9946 1 +18446 {18444} 1878 1 +18447 {18445} 1246 1 +18448 {18446} 11892 1 +18449 {18447} 10534 1 +18450 {18448} 2625 1 +18451 {18449} 2432 1 +18452 {18450} 8969 1 +18453 {18451} 11535 1 +18454 {18452} 11474 1 +18455 {18453} 2233 1 +18456 {18454} 2392 1 +18457 {18455} 9268 1 +18458 {18456} 8963 1 +18459 {18457} 1369 1 +18460 {18458} 4024 1 +18461 {18459} 2634 1 +18462 {18460} 10597 1 +18463 {18461} 2499 1 +18464 {18462} 14975 1 +18465 {18463} 3001 1 +18466 {18464} 1652 1 +18467 {18465} 1585 1 +18468 {18466} 2817 1 +18469 {18467} 11248 1 +18470 {18468} 2598 1 +18471 {18469} 10125 1 +18472 {18470} 2856 1 +18473 {18471} 11501 1 +18474 {18472} 11212 1 +18475 {18473} 3780 1 +18476 {18474} 2697 1 +18477 {18475} 12819 1 +18478 {18476} 1551 1 +18479 {18477} 3003 1 +18480 {18478} 3250 1 +18481 {18479} 3729 1 +18482 {18480} 1779 1 +18483 {18481} 9816 1 +18484 {18482} 3582 1 +18485 {18483} 10597 1 +18486 {18484} 16475 1 +18487 {18485} 120 1 +18488 {18486} 2939 1 +18489 {18487} 2730 1 +18490 {18488} 10797 1 +18491 {18489} 9411 1 +18492 {18490} 10170 1 +18493 {18491} 10527 1 +18494 {18492} 2767 1 +18495 {18493} 9947 1 +18496 {18494} 11201 1 +18497 {18495} 10602 1 +18498 {18496} 1710 1 +18499 {18497} 11159 1 +18500 {18498} 2599 1 +18501 {18499} 1820 1 +18502 {18500} 10912 1 +18503 {18501} 9797 1 +18504 {18502} 2015 1 +18505 {18503} 914 1 +18506 {18504} 3075 1 +18507 {18505} 13615 1 +18508 {18506} 9364 1 +18509 {18507} 15504 1 +18510 {18508} 4255 1 +18511 {18509} 10947 1 +18512 {18510} 2558 1 +18513 {18511} 9606 1 +18514 {18512} 9177 1 +18515 {18513} 1266 1 +18516 {18514} 1817 1 +18517 {18515} 2056 1 +18518 {18516} 2138 1 +18519 {18517} 8588 1 +18520 {18518} 2901 1 +18521 {18519} 11189 1 +18522 {18520} 16143 1 +18523 {18521} 2095 1 +18524 {18522} 8781 1 +18525 {18523} 1375 1 +18526 {18524} 10309 1 +18527 {18525} 3110 1 +18528 {18526} 1383 1 +18529 {18527} 12166 1 +18530 {18528} 1538 1 +18531 {18529} 2462 1 +18532 {18530} 1866 1 +18533 {18531} 2469 1 +18534 {18532} 8566 1 +18535 {18533} 9797 1 +18536 {18534} 9365 1 +18537 {18535} 3214 1 +18538 {18536} 9699 1 +18539 {18537} 10640 1 +18540 {18538} 13575 1 +18541 {18539} 15344 1 +18542 {18540} 16182 1 +18543 {18541} 9866 1 +18544 {18542} 11644 1 +18545 {18543} 2741 1 +18546 {18544} 2096 1 +18547 {18545} 9438 1 +18548 {18546} 11198 1 +18549 {18547} 2109 1 +18550 {18548} 10704 1 +18551 {18549} 13261 1 +18552 {18550} 8455 1 +18553 {18551} 12173 1 +18554 {18552} 2284 1 +18555 {18553} 2232 1 +18556 {18554} 9754 1 +18557 {18555} 1680 1 +18558 {18556} 10112 1 +18559 {18557} 11223 1 +18560 {18558} 2697 1 +18561 {18559} 1961 1 +18562 {18560} 7535 1 +18563 {18561} 10849 1 +18564 {18562} 2797 1 +18565 {18563} 10380 1 +18566 {18564} 1078 1 +18567 {18565} 10575 1 +18568 {18566} 2252 1 +18569 {18567} 14424 1 +18570 {18568} 2708 1 +18571 {18569} 1821 1 +18572 {18570} 9540 1 +18573 {18571} 5418 1 +18574 {18572} 7461 1 +18575 {18573} 1036 1 +18576 {18574} 2562 1 +18577 {18575} 793 1 +18578 {18576} 9540 1 +18579 {18577} 10780 1 +18580 {18578} 2432 1 +18581 {18579} 2089 1 +18582 {18580} 2742 1 +18583 {18581} 9571 1 +18584 {18582} 1475 1 +18585 {18583} 2267 1 +18586 {18584} 2503 1 +18587 {18585} 8705 1 +18588 {18586} 13903 1 +18589 {18587} 8584 1 +18590 {18588} 2560 1 +18591 {18589} 3037 1 +18592 {18590} 2736 1 +18593 {18591} 9684 1 +18594 {18592} 2467 1 +18595 {18593} 4116 1 +18596 {18594} 3014 1 +18597 {18595} 10099 1 +18598 {18596} 10715 1 +18599 {18597} 10453 1 +18600 {18598} 2334 1 +18601 {18599} 12814 1 +18602 {18600} 7671 1 +18603 {18601} 2126 1 +18604 {18602} 10074 1 +18605 {18603} 2771 1 +18606 {18604} 2195 1 +18607 {18605} 10503 1 +18608 {18606} 9227 1 +18609 {18607} 12924 1 +18610 {18608} 10711 1 +18611 {18609} 10874 1 +18612 {18610} 976 1 +18613 {18611} 9547 1 +18614 {18612} 12110 1 +18615 {18613} 2909 1 +18616 {18614} 2640 1 +18617 {18615} 2264 1 +18618 {18616} 2930 1 +18619 {18617} 10157 1 +18620 {18618} 9622 1 +18621 {18619} 11415 1 +18622 {18620} 1131 1 +18623 {18621} 8115 1 +18624 {18622} 1787 1 +18625 {18623} 10084 1 +18626 {18624} 3972 1 +18627 {18625} 1892 1 +18628 {18626} 8720 1 +18629 {18627} 1714 1 +18630 {18628} 10991 1 +18631 {18629} 3574 1 +18632 {18630} 1475 1 +18633 {18631} 2031 1 +18634 {18632} 1989 1 +18635 {18633} 10146 1 +18636 {18634} 13828 1 +18637 {18635} 10400 1 +18638 {18636} 3299 1 +18639 {18637} 9797 1 +18640 {18638} 1890 1 +18641 {18639} 9711 1 +18642 {18640} 9734 1 +18643 {18641} 11212 1 +18644 {18642} 1939 1 +18645 {18643} 2998 1 +18646 {18644} 2263 1 +18647 {18645} 10669 1 +18648 {18646} 7344 1 +18649 {18647} 4878 1 +18650 {18648} 2966 1 +18651 {18649} 9889 1 +18652 {18650} 1462 1 +18653 {18651} 7683 1 +18654 {18652} 2776 1 +18655 {18653} 2644 1 +18656 {18654} 15857 1 +18657 {18655} 9465 1 +18658 {18656} 10112 1 +18659 {18657} 1386 1 +18660 {18658} 54 1 +18661 {18659} 10177 1 +18662 {18660} 2390 1 +18663 {18661} 10230 1 +18664 {18662} 11403 1 +18665 {18663} 2760 1 +18666 {18664} 11812 1 +18667 {18665} 1992 1 +18668 {18666} 2223 1 +18669 {18667} 11024 1 +18670 {18668} 1113 1 +18671 {18669} 10561 1 +18672 {18670} 1730 1 +18673 {18671} 9886 1 +18674 {18672} 3009 1 +18675 {18673} 2699 1 +18676 {18674} 1296 1 +18677 {18675} 9986 1 +18678 {18676} 9752 1 +18679 {18677} 3036 1 +18680 {18678} 12372 1 +18681 {18679} 11211 1 +18682 {18680} 15195 1 +18683 {18681} 10594 1 +18684 {18682} 2120 1 +18685 {18683} 2977 1 +18686 {18684} 8416 1 +18687 {18685} 1972 1 +18688 {18686} 10782 1 +18689 {18687} 2121 1 +18690 {18688} 2196 1 +18691 {18689} 9645 1 +18692 {18690} 2490 1 +18693 {18691} 2029 1 +18694 {18692} 7544 1 +18695 {18693} 1898 1 +18696 {18694} 11389 1 +18697 {18695} 3576 1 +18698 {18696} 15178 1 +18699 {18697} 1596 1 +18700 {18698} 2733 1 +18701 {18699} 1325 1 +18702 {18700} 417 1 +18703 {18701} 8784 1 +18704 {18702} 10527 1 +18705 {18703} 2750 1 +18706 {18704} 3416 1 +18707 {18705} 2181 1 +18708 {18706} 10068 1 +18709 {18707} 2063 1 +18710 {18708} 1653 1 +18711 {18709} 2742 1 +18712 {18710} 11403 1 +18713 {18711} 2234 1 +18714 {18712} 12139 1 +18715 {18713} 2092 1 +18716 {18714} 2870 1 +18717 {18715} 10974 1 +18718 {18716} 2794 1 +18719 {18717} 9006 1 +18720 {18718} 14357 1 +18721 {18719} 11568 1 +18722 {18720} 1875 1 +18723 {18721} 7845 1 +18724 {18722} 11470 1 +18725 {18723} 6975 1 +18726 {18724} 11017 1 +18727 {18725} 10455 1 +18728 {18726} 3678 1 +18729 {18727} 2669 1 +18730 {18728} 9759 1 +18731 {18729} 2470 1 +18732 {18730} 9333 1 +18733 {18731} 9998 1 +18734 {18732} 1790 1 +18735 {18733} 2435 1 +18736 {18734} 2415 1 +18737 {18735} 10125 1 +18738 {18736} 2859 1 +18739 {18737} 2214 1 +18740 {18738} 8714 1 +18741 {18739} 2587 1 +18742 {18740} 12110 1 +18743 {18741} 10186 1 +18744 {18742} 11023 1 +18745 {18743} 11220 1 +18746 {18744} 12574 1 +18747 {18745} 9889 1 +18748 {18746} 9637 1 +18749 {18747} 3040 1 +18750 {18748} 10504 1 +18751 {18749} 2120 1 +18752 {18750} 10925 1 +18753 {18751} 1276 1 +18754 {18752} 9995 1 +18755 {18753} 10177 1 +18756 {18754} 1341 1 +18757 {18755} 1646 1 +18758 {18756} 15949 1 +18759 {18757} 9503 1 +18760 {18758} 940 1 +18761 {18759} 2234 1 +18762 {18760} 2858 1 +18763 {18761} 9608 1 +18764 {18762} 9055 1 +18765 {18763} 1101 1 +18766 {18764} 3246 1 +18767 {18765} 4771 1 +18768 {18766} 3636 1 +18769 {18767} 14069 1 +18770 {18768} 9212 1 +18771 {18769} 9435 1 +18772 {18770} 8785 1 +18773 {18771} 10627 1 +18774 {18772} 9243 1 +18775 {18773} 10065 1 +18776 {18774} 12051 1 +18777 {18775} 10695 1 +18778 {18776} 5049 1 +18779 {18777} 9869 1 +18780 {18778} 2435 1 +18781 {18779} 1860 1 +18782 {18780} 9321 1 +18783 {18781} 16576 1 +18784 {18782} 2851 1 +18785 {18783} 2341 1 +18786 {18784} 1984 1 +18787 {18785} 2940 1 +18788 {18786} 2744 1 +18789 {18787} 10343 1 +18790 {18788} 2223 1 +18791 {18789} 9389 1 +18792 {18790} 3654 1 +18793 {18791} 1723 1 +18794 {18792} 2069 1 +18795 {18793} 3076 1 +18796 {18794} 2926 1 +18797 {18795} 11873 1 +18798 {18796} 11953 1 +18799 {18797} 9828 1 +18800 {18798} 11796 1 +18801 {18799} 9555 1 +18802 {18800} 3431 1 +18803 {18801} 2264 1 +18804 {18802} 2908 1 +18805 {18803} 3208 1 +18806 {18804} 3530 1 +18807 {18805} 3422 1 +18808 {18806} 10549 1 +18809 {18807} 10140 1 +18810 {18808} 2225 1 +18811 {18809} 10195 1 +18812 {18810} 12570 1 +18813 {18811} 3296 1 +18814 {18812} 9948 1 +18815 {18813} 2223 1 +18816 {18814} 2658 1 +18817 {18815} 1552 1 +18818 {18816} 2301 1 +18819 {18817} 1334 1 +18820 {18818} 3687 1 +18821 {18819} 1823 1 +18822 {18820} 8296 1 +18823 {18821} 2903 1 +18824 {18822} 1099 1 +18825 {18823} 1297 1 +18826 {18824} 12280 1 +18827 {18825} 1296 1 +18828 {18826} 2394 1 +18829 {18827} 2538 1 +18830 {18828} 2255 1 +18831 {18829} 9711 1 +18832 {18830} 11024 1 +18833 {18831} 2017 1 +18834 {18832} 8250 1 +18835 {18833} 2663 1 +18836 {18834} 1862 1 +18837 {18835} 11704 1 +18838 {18836} 15933 1 +18839 {18837} 1616 1 +18840 {18838} 2915 1 +18841 {18839} 2063 1 +18842 {18840} 1910 1 +18843 {18841} 1560 1 +18844 {18842} 2386 1 +18845 {18843} 10782 1 +18846 {18844} 2023 1 +18847 {18845} 777 1 +18848 {18846} 13952 1 +18849 {18847} 10462 1 +18850 {18848} 3083 1 +18851 {18849} 2910 1 +18852 {18850} 2247 1 +18853 {18851} 10783 1 +18854 {18852} 1799 1 +18855 {18853} 11534 1 +18856 {18854} 2189 1 +18857 {18855} 4234 1 +18858 {18856} 3082 1 +18859 {18857} 1403 1 +18860 {18858} 10548 1 +18861 {18859} 6180 1 +18862 {18860} 10606 1 +18863 {18861} 8458 1 +18864 {18862} 4083 1 +18865 {18863} 1301 1 +18866 {18864} 11309 1 +18867 {18865} 4013 1 +18868 {18866} 3058 1 +18869 {18867} 8451 1 +18870 {18868} 11023 1 +18871 {18869} 7920 1 +18872 {18870} 2741 1 +18873 {18871} 2501 1 +18874 {18872} 2486 1 +18875 {18873} 9357 1 +18876 {18874} 1827 1 +18877 {18875} 9333 1 +18878 {18876} 1268 1 +18879 {18877} 2017 1 +18880 {18878} 10618 1 +18881 {18879} 9687 1 +18882 {18880} 13203 1 +18883 {18881} 1479 1 +18884 {18882} 2996 1 +18885 {18883} 3096 1 +18886 {18884} 1162 1 +18887 {18885} 2756 1 +18888 {18886} 2978 1 +18889 {18887} 10364 1 +18890 {18888} 2421 1 +18891 {18889} 5186 1 +18892 {18890} 2777 1 +18893 {18891} 9139 1 +18894 {18892} 1289 1 +18895 {18893} 11465 1 +18896 {18894} 4137 1 +18897 {18895} 11031 1 +18898 {18896} 11169 1 +18899 {18897} 2403 1 +18900 {18898} 9382 1 +18901 {18899} 9677 1 +18902 {18900} 2017 1 +18903 {18901} 10527 1 +18904 {18902} 1155 1 +18905 {18903} 2088 1 +18906 {18904} 1836 1 +18907 {18905} 9404 1 +18908 {18906} 2379 1 +18909 {18907} 1960 1 +18910 {18908} 10122 1 +18911 {18909} 1873 1 +18912 {18910} 2598 1 +18913 {18911} 1954 1 +18914 {18912} 14996 1 +18915 {18913} 655 1 +18916 {18914} 2195 1 +18917 {18915} 10306 1 +18918 {18916} 7238 1 +18919 {18917} 2605 1 +18920 {18918} 5350 1 +18921 {18919} 2502 1 +18922 {18920} 2360 1 +18923 {18921} 1617 1 +18924 {18922} 10752 1 +18925 {18923} 1904 1 +18926 {18924} 2695 1 +18927 {18925} 2152 1 +18928 {18926} 9793 1 +18929 {18927} 4080 1 +18930 {18928} 2083 1 +18931 {18929} 2962 1 +18932 {18930} 1893 1 +18933 {18931} 9434 1 +18934 {18932} 12697 1 +18935 {18933} 12409 1 +18936 {18934} 2233 1 +18937 {18935} 8923 1 +18938 {18936} 10875 1 +18939 {18937} 9058 1 +18940 {18938} 3313 1 +18941 {18939} 10575 1 +18942 {18940} 12293 1 +18943 {18941} 11642 1 +18944 {18942} 2024 1 +18945 {18943} 4228 1 +18946 {18944} 13125 1 +18947 {18945} 4150 1 +18948 {18946} 15046 1 +18949 {18947} 11273 1 +18950 {18948} 9132 1 +18951 {18949} 10416 1 +18952 {18950} 2637 1 +18953 {18951} 4394 1 +18954 {18952} 11659 1 +18955 {18953} 9144 1 +18956 {18954} 2233 1 +18957 {18955} 2666 1 +18958 {18956} 8685 1 +18959 {18957} 13899 1 +18960 {18958} 15038 1 +18961 {18959} 14769 1 +18962 {18960} 11780 1 +18963 {18961} 2763 1 +18964 {18962} 3413 1 +18965 {18963} 2261 1 +18966 {18964} 2603 1 +18967 {18965} 9952 1 +18968 {18966} 2562 1 +18969 {18967} 11088 1 +18970 {18968} 1868 1 +18971 {18969} 3683 1 +18972 {18970} 3039 1 +18973 {18971} 2604 1 +18974 {18972} 10264 1 +18975 {18973} 11582 1 +18976 {18974} 7788 1 +18977 {18975} 2531 1 +18978 {18976} 3336 1 +18979 {18977} 1703 1 +18980 {18978} 9529 1 +18981 {18979} 9191 1 +18982 {18980} 15397 1 +18983 {18981} 1505 1 +18984 {18982} 10848 1 +18985 {18983} 2066 1 +18986 {18984} 3594 1 +18987 {18985} 10463 1 +18988 {18986} 1927 1 +18989 {18987} 11621 1 +18990 {18988} 8961 1 +18991 {18989} 3465 1 +18992 {18990} 1615 1 +18993 {18991} 2630 1 +18994 {18992} 1919 1 +18995 {18993} 10586 1 +18996 {18994} 2839 1 +18997 {18995} 9646 1 +18998 {18996} 4122 1 +18999 {18997} 10008 1 +19000 {18998} 2547 1 +19001 {18999} 8550 1 +19002 {19000} 15183 1 +19003 {19001} 11283 1 +19004 {19002} 11328 1 +19005 {19003} 3241 1 +19006 {19004} 272 1 +19007 {19005} 1569 1 +19008 {19006} 1308 1 +19009 {19007} 2451 1 +19010 {19008} 2910 1 +19011 {19009} 2331 1 +19012 {19010} 1409 1 +19013 {19011} 2228 1 +19014 {19012} 2560 1 +19015 {19013} 9911 1 +19016 {19014} 10542 1 +19017 {19015} 1946 1 +19018 {19016} 2164 1 +19019 {19017} 2652 1 +19020 {19018} 2492 1 +19021 {19019} 10424 1 +19022 {19020} 3525 1 +19023 {19021} 3241 1 +19024 {19022} 9889 1 +19025 {19023} 2798 1 +19026 {19024} 2868 1 +19027 {19025} 11310 1 +19028 {19026} 2232 1 +19029 {19027} 2169 1 +19030 {19028} 1096 1 +19031 {19029} 1209 1 +19032 {19030} 9556 1 +19033 {19031} 7465 1 +19034 {19032} 10641 1 +19035 {19033} 9954 1 +19036 {19034} 2296 1 +19037 {19035} 10544 1 +19038 {19036} 3107 1 +19039 {19037} 2156 1 +19040 {19038} 977 1 +19041 {19039} 12577 1 +19042 {19040} 3599 1 +19043 {19041} 9771 1 +19044 {19042} 7939 1 +19045 {19043} 2423 1 +19046 {19044} 1928 1 +19047 {19045} 10070 1 +19048 {19046} 12859 1 +19049 {19047} 5235 1 +19050 {19048} 1989 1 +19051 {19049} 8052 1 +19052 {19050} 2487 1 +19053 {19051} 11131 1 +19054 {19052} 10580 1 +19055 {19053} 4038 1 +19056 {19054} 14688 1 +19057 {19055} 2901 1 +19058 {19056} 10866 1 +19059 {19057} 1785 1 +19060 {19058} 10820 1 +19061 {19059} 11658 1 +19062 {19060} 791 1 +19063 {19061} 450 1 +19064 {19062} 2499 1 +19065 {19063} 3418 1 +19066 {19064} 1961 1 +19067 {19065} 9652 1 +19068 {19066} 1944 1 +19069 {19067} 11382 1 +19070 {19068} 10999 1 +19071 {19069} 4422 1 +19072 {19070} 16242 1 +19073 {19071} 2075 1 +19074 {19072} 2843 1 +19075 {19073} 2290 1 +19076 {19074} 2531 1 +19077 {19075} 2969 1 +19078 {19076} 2969 1 +19079 {19077} 11181 1 +19080 {19078} 10377 1 +19081 {19079} 1986 1 +19082 {19080} 9525 1 +19083 {19081} 11329 1 +19084 {19082} 2870 1 +19085 {19083} 9718 1 +19086 {19084} 1335 1 +19087 {19085} 2087 1 +19088 {19086} 2011 1 +19089 {19087} 1914 1 +19090 {19088} 1741 1 +19091 {19089} 8758 1 +19092 {19090} 10705 1 +19093 {19091} 1918 1 +19094 {19092} 7620 1 +19095 {19093} 11269 1 +19096 {19094} 11468 1 +19097 {19095} 9707 1 +19098 {19096} 10766 1 +19099 {19097} 846 1 +19100 {19098} 10258 1 +19101 {19099} 1922 1 +19102 {19100} 8145 1 +19103 {19101} 11066 1 +19104 {19102} 1809 1 +19105 {19103} 11472 1 +19106 {19104} 1858 1 +19107 {19105} 2483 1 +19108 {19106} 8599 1 +19109 {19107} 10605 1 +19110 {19108} 4745 1 +19111 {19109} 10759 1 +19112 {19110} 10201 1 +19113 {19111} 1814 1 +19114 {19112} 10518 1 +19115 {19113} 4340 1 +19116 {19114} 3091 1 +19117 {19115} 3821 1 +19118 {19116} 2906 1 +19119 {19117} 2297 1 +19120 {19118} 504 1 +19121 {19119} 2772 1 +19122 {19120} 4312 1 +19123 {19121} 3310 1 +19124 {19122} 10537 1 +19125 {19123} 2233 1 +19126 {19124} 811 1 +19127 {19125} 11065 1 +19128 {19126} 9218 1 +19129 {19127} 2090 1 +19130 {19128} 1676 1 +19131 {19129} 1187 1 +19132 {19130} 10179 1 +19133 {19131} 11158 1 +19134 {19132} 11900 1 +19135 {19133} 11505 1 +19136 {19134} 1901 1 +19137 {19135} 2891 1 +19138 {19136} 10974 1 +19139 {19137} 1527 1 +19140 {19138} 10597 1 +19141 {19139} 1788 1 +19142 {19140} 1571 1 +19143 {19141} 2494 1 +19144 {19142} 2438 1 +19145 {19143} 9677 1 +19146 {19144} 10853 1 +19147 {19145} 10792 1 +19148 {19146} 9233 1 +19149 {19147} 12502 1 +19150 {19148} 2453 1 +19151 {19149} 1981 1 +19152 {19150} 2056 1 +19153 {19151} 10649 1 +19154 {19152} 2353 1 +19155 {19153} 2081 1 +19156 {19154} 11670 1 +19157 {19155} 15793 1 +19158 {19156} 2532 1 +19159 {19157} 11278 1 +19160 {19158} 1827 1 +19161 {19159} 10679 1 +19162 {19160} 9609 1 +19163 {19161} 2370 1 +19164 {19162} 2394 1 +19165 {19163} 2978 1 +19166 {19164} 12340 1 +19167 {19165} 3011 1 +19168 {19166} 11342 1 +19169 {19167} 9634 1 +19170 {19168} 2803 1 +19171 {19169} 10453 1 +19172 {19170} 2256 1 +19173 {19171} 2311 1 +19174 {19172} 9415 1 +19175 {19173} 7317 1 +19176 {19174} 8389 1 +19177 {19175} 3074 1 +19178 {19176} 10402 1 +19179 {19177} 2701 1 +19180 {19178} 2450 1 +19181 {19179} 1713 1 +19182 {19180} 10623 1 +19183 {19181} 2032 1 +19184 {19182} 10271 1 +19185 {19183} 1998 1 +19186 {19184} 10528 1 +19187 {19185} 3381 1 +19188 {19186} 2124 1 +19189 {19187} 3269 1 +19190 {19188} 2447 1 +19191 {19189} 2265 1 +19192 {19190} 2304 1 +19193 {19191} 13245 1 +19194 {19192} 10978 1 +19195 {19193} 3000 1 +19196 {19194} 9988 1 +19197 {19195} 2133 1 +19198 {19196} 13566 1 +19199 {19197} 9866 1 +19200 {19198} 9556 1 +19201 {19199} 1115 1 +19202 {19200} 12049 1 +19203 {19201} 2214 1 +19204 {19202} 14886 1 +19205 {19203} 3467 1 +19206 {19204} 10971 1 +19207 {19205} 2422 1 +19208 {19206} 10902 1 +19209 {19207} 10975 1 +19210 {19208} 8930 1 +19211 {19209} 10422 1 +19212 {19210} 1084 1 +19213 {19211} 1532 1 +19214 {19212} 10016 1 +19215 {19213} 4035 1 +19216 {19214} 12731 1 +19217 {19215} 10225 1 +19218 {19216} 10507 1 +19219 {19217} 8973 1 +19220 {19218} 3397 1 +19221 {19219} 10565 1 +19222 {19220} 2022 1 +19223 {19221} 3312 1 +19224 {19222} 2528 1 +19225 {19223} 1356 1 +19226 {19224} 1651 1 +19227 {19225} 6803 1 +19228 {19226} 11699 1 +19229 {19227} 1795 1 +19230 {19228} 9851 1 +19231 {19229} 3078 1 +19232 {19230} 11216 1 +19233 {19231} 2465 1 +19234 {19232} 9411 1 +19235 {19233} 11379 1 +19236 {19234} 8816 1 +19237 {19235} 7960 1 +19238 {19236} 1873 1 +19239 {19237} 11855 1 +19240 {19238} 2215 1 +19241 {19239} 11355 1 +19242 {19240} 1057 1 +19243 {19241} 10121 1 +19244 {19242} 1664 1 +19245 {19243} 16381 1 +19246 {19244} 9665 1 +19247 {19245} 1518 1 +19248 {19246} 15574 1 +19249 {19247} 2465 1 +19250 {19248} 3438 1 +19251 {19249} 10612 1 +19252 {19250} 2461 1 +19253 {19251} 1978 1 +19254 {19252} 2908 1 +19255 {19253} 2940 1 +19256 {19254} 2092 1 +19257 {19255} 2357 1 +19258 {19256} 1947 1 +19259 {19257} 3418 1 +19260 {19258} 10917 1 +19261 {19259} 12756 1 +19262 {19260} 3252 1 +19263 {19261} 2813 1 +19264 {19262} 10535 1 +19265 {19263} 2181 1 +19266 {19264} 3307 1 +19267 {19265} 10261 1 +19268 {19266} 3270 1 +19269 {19267} 9414 1 +19270 {19268} 6526 1 +19271 {19269} 9730 1 +19272 {19270} 6349 1 +19273 {19271} 10555 1 +19274 {19272} 3047 1 +19275 {19273} 277 1 +19276 {19274} 2028 1 +19277 {19275} 1481 1 +19278 {19276} 659 1 +19279 {19277} 3213 1 +19280 {19278} 1713 1 +19281 {19279} 1017 1 +19282 {19280} 2042 1 +19283 {19281} 2587 1 +19284 {19282} 2214 1 +19285 {19283} 9399 1 +19286 {19284} 9434 1 +19287 {19285} 2673 1 +19288 {19286} 438 1 +19289 {19287} 9910 1 +19290 {19288} 2634 1 +19291 {19289} 2486 1 +19292 {19290} 9092 1 +19293 {19291} 2776 1 +19294 {19292} 2666 1 +19295 {19293} 2775 1 +19296 {19294} 2466 1 +19297 {19295} 2632 1 +19298 {19296} 11041 1 +19299 {19297} 10809 1 +19300 {19298} 3150 1 +19301 {19299} 1684 1 +19302 {19300} 2826 1 +19303 {19301} 2955 1 +19304 {19302} 3346 1 +19305 {19303} 10564 1 +19306 {19304} 2150 1 +19307 {19305} 11914 1 +19308 {19306} 1742 1 +19309 {19307} 8271 1 +19310 {19308} 2435 1 +19311 {19309} 10250 1 +19312 {19310} 10377 1 +19313 {19311} 11114 1 +19314 {19312} 1385 1 +19315 {19313} 9247 1 +19316 {19314} 2263 1 +19317 {19315} 2696 1 +19318 {19316} 14682 1 +19319 {19317} 2845 1 +19320 {19318} 3034 1 +19321 {19319} 2147 1 +19322 {19320} 11201 1 +19323 {19321} 2132 1 +19324 {19322} 9684 1 +19325 {19323} 4201 1 +19326 {19324} 2252 1 +19327 {19325} 3175 1 +19328 {19326} 2558 1 +19329 {19327} 2811 1 +19330 {19328} 9815 1 +19331 {19329} 2687 1 +19332 {19330} 3128 1 +19333 {19331} 2923 1 +19334 {19332} 11168 1 +19335 {19333} 14938 1 +19336 {19334} 10398 1 +19337 {19335} 2195 1 +19338 {19336} 1963 1 +19339 {19337} 11122 1 +19340 {19338} 2035 1 +19341 {19339} 10281 1 +19342 {19340} 9538 1 +19343 {19341} 11051 1 +19344 {19342} 1925 1 +19345 {19343} 11371 1 +19346 {19344} 2912 1 +19347 {19345} 2824 1 +19348 {19346} 2231 1 +19349 {19347} 2028 1 +19350 {19348} 10345 1 +19351 {19349} 3139 1 +19352 {19350} 11006 1 +19353 {19351} 2091 1 +19354 {19352} 10008 1 +19355 {19353} 8844 1 +19356 {19354} 11982 1 +19357 {19355} 14269 1 +19358 {19356} 2939 1 +19359 {19357} 6805 1 +19360 {19358} 2568 1 +19361 {19359} 11029 1 +19362 {19360} 1859 1 +19363 {19361} 1486 1 +19364 {19362} 10593 1 +19365 {19363} 11528 1 +19366 {19364} 12431 1 +19367 {19365} 10204 1 +19368 {19366} 11485 1 +19369 {19367} 10174 1 +19370 {19368} 14343 1 +19371 {19369} 10695 1 +19372 {19370} 2185 1 +19373 {19371} 1323 1 +19374 {19372} 2094 1 +19375 {19373} 3271 1 +19376 {19374} 2775 1 +19377 {19375} 2593 1 +19378 {19376} 9793 1 +19379 {19377} 10046 1 +19380 {19378} 5705 1 +19381 {19379} 3036 1 +19382 {19380} 10851 1 +19383 {19381} 1535 1 +19384 {19382} 2490 1 +19385 {19383} 1839 1 +19386 {19384} 2790 1 +19387 {19385} 10501 1 +19388 {19386} 2904 1 +19389 {19387} 2252 1 +19390 {19388} 2492 1 +19391 {19389} 4886 1 +19392 {19390} 2187 1 +19393 {19391} 10456 1 +19394 {19392} 2196 1 +19395 {19393} 2126 1 +19396 {19394} 9507 1 +19397 {19395} 7840 1 +19398 {19396} 10046 1 +19399 {19397} 6895 1 +19400 {19398} 1529 1 +19401 {19399} 10568 1 +19402 {19400} 7899 1 +19403 {19401} 11192 1 +19404 {19402} 1247 1 +19405 {19403} 2493 1 +19406 {19404} 2102 1 +19407 {19405} 10340 1 +19408 {19406} 3273 1 +19409 {19407} 931 1 +19410 {19408} 2803 1 +19411 {19409} 13498 1 +19412 {19410} 10017 1 +19413 {19411} 2292 1 +19414 {19412} 2300 1 +19415 {19413} 2673 1 +19416 {19414} 6763 1 +19417 {19415} 352 1 +19418 {19416} 3180 1 +19419 {19417} 2403 1 +19420 {19418} 2064 1 +19421 {19419} 4415 1 +19422 {19420} 10939 1 +19423 {19421} 1944 1 +19424 {19422} 9136 1 +19425 {19423} 5080 1 +19426 {19424} 2933 1 +19427 {19425} 1003 1 +19428 {19426} 9622 1 +19429 {19427} 10168 1 +19430 {19428} 2092 1 +19431 {19429} 2822 1 +19432 {19430} 2601 1 +19433 {19431} 6022 1 +19434 {19432} 1071 1 +19435 {19433} 2566 1 +19436 {19434} 13286 1 +19437 {19435} 6069 1 +19438 {19436} 1818 1 +19439 {19437} 2943 1 +19440 {19438} 2160 1 +19441 {19439} 2233 1 +19442 {19440} 1280 1 +19443 {19441} 8808 1 +19444 {19442} 10490 1 +19445 {19443} 1607 1 +19446 {19444} 2015 1 +19447 {19445} 10829 1 +19448 {19446} 2356 1 +19449 {19447} 6264 1 +19450 {19448} 3337 1 +19451 {19449} 12879 1 +19452 {19450} 2741 1 +19453 {19451} 2706 1 +19454 {19452} 895 1 +19455 {19453} 3827 1 +19456 {19454} 2264 1 +19457 {19455} 9397 1 +19458 {19456} 4947 1 +19459 {19457} 10886 1 +19460 {19458} 16335 1 +19461 {19459} 10218 1 +19462 {19460} 8930 1 +19463 {19461} 10680 1 +19464 {19462} 9362 1 +19465 {19463} 1100 1 +19466 {19464} 12649 1 +19467 {19465} 1790 1 +19468 {19466} 9212 1 +19469 {19467} 2776 1 +19470 {19468} 9994 1 +19471 {19469} 2300 1 +19472 {19470} 11076 1 +19473 {19471} 13305 1 +19474 {19472} 2367 1 +19475 {19473} 10835 1 +19476 {19474} 447 1 +19477 {19475} 11453 1 +19478 {19476} 2602 1 +19479 {19477} 9615 1 +19480 {19478} 1310 1 +19481 {19479} 10384 1 +19482 {19480} 9835 1 +19483 {19481} 10960 1 +19484 {19482} 10201 1 +19485 {19483} 9870 1 +19486 {19484} 11175 1 +19487 {19485} 9589 1 +19488 {19486} 6053 1 +19489 {19487} 2520 1 +19490 {19488} 9809 1 +19491 {19489} 2057 1 +19492 {19490} 10431 1 +19493 {19491} 3072 1 +19494 {19492} 3849 1 +19495 {19493} 4659 1 +19496 {19494} 4301 1 +19497 {19495} 2364 1 +19498 {19496} 3244 1 +19499 {19497} 9554 1 +19500 {19498} 14923 1 +19501 {19499} 1849 1 +19502 {19500} 11787 1 +19503 {19501} 1300 1 +19504 {19502} 8536 1 +19505 {19503} 1622 1 +19506 {19504} 10093 1 +19507 {19505} 2460 1 +19508 {19506} 9893 1 +19509 {19507} 1771 1 +19510 {19508} 11071 1 +19511 {19509} 11884 1 +19512 {19510} 2133 1 +19513 {19511} 1670 1 +19514 {19512} 9541 1 +19515 {19513} 11775 1 +19516 {19514} 10245 1 +19517 {19515} 4595 1 +19518 {19516} 2057 1 +19519 {19517} 7306 1 +19520 {19518} 2044 1 +19521 {19519} 2626 1 +19522 {19520} 2196 1 +19523 {19521} 910 1 +19524 {19522} 12018 1 +19525 {19523} 3379 1 +19526 {19524} 2504 1 +19527 {19525} 7400 1 +19528 {19526} 9954 1 +19529 {19527} 2026 1 +19530 {19528} 712 1 +19531 {19529} 2129 1 +19532 {19530} 2329 1 +19533 {19531} 4705 1 +19534 {19532} 1745 1 +19535 {19533} 1944 1 +19536 {19534} 3967 1 +19537 {19535} 2417 1 +19538 {19536} 2065 1 +19539 {19537} 9268 1 +19540 {19538} 9897 1 +19541 {19539} 8928 1 +19542 {19540} 10514 1 +19543 {19541} 10425 1 +19544 {19542} 8806 1 +19545 {19543} 11678 1 +19546 {19544} 1639 1 +19547 {19545} 12580 1 +19548 {19546} 2594 1 +19549 {19547} 9793 1 +19550 {19548} 1858 1 +19551 {19549} 12086 1 +19552 {19550} 11139 1 +19553 {19551} 14226 1 +19554 {19552} 10398 1 +19555 {19553} 10162 1 +19556 {19554} 2090 1 +19557 {19555} 12704 1 +19558 {19556} 11190 1 +19559 {19557} 635 1 +19560 {19558} 11319 1 +19561 {19559} 2572 1 +19562 {19560} 2489 1 +19563 {19561} 9388 1 +19564 {19562} 11246 1 +19565 {19563} 3541 1 +19566 {19564} 11802 1 +19567 {19565} 16468 1 +19568 {19566} 2527 1 +19569 {19567} 1987 1 +19570 {19568} 3073 1 +19571 {19569} 8757 1 +19572 {19570} 11278 1 +19573 {19571} 2400 1 +19574 {19572} 3669 1 +19575 {19573} 4409 1 +19576 {19574} 2180 1 +19577 {19575} 13696 1 +19578 {19576} 11103 1 +19579 {19577} 1827 1 +19580 {19578} 1682 1 +19581 {19579} 10891 1 +19582 {19580} 1784 1 +19583 {19581} 10516 1 +19584 {19582} 3237 1 +19585 {19583} 2492 1 +19586 {19584} 10853 1 +19587 {19585} 10992 1 +19588 {19586} 11428 1 +19589 {19587} 11548 1 +19590 {19588} 9579 1 +19591 {19589} 1887 1 +19592 {19590} 1785 1 +19593 {19591} 2903 1 +19594 {19592} 9133 1 +19595 {19593} 2015 1 +19596 {19594} 1171 1 +19597 {19595} 2707 1 +19598 {19596} 12684 1 +19599 {19597} 11060 1 +19600 {19598} 8246 1 +19601 {19599} 8985 1 +19602 {19600} 9548 1 +19603 {19601} 10018 1 +19604 {19602} 2534 1 +19605 {19603} 11116 1 +19606 {19604} 11358 1 +19607 {19605} 10241 1 +19608 {19606} 1582 1 +19609 {19607} 16176 1 +19610 {19608} 1004 1 +19611 {19609} 9996 1 +19612 {19610} 3175 1 +19613 {19611} 2265 1 +19614 {19612} 9893 1 +19615 {19613} 9209 1 +19616 {19614} 14486 1 +19617 {19615} 2070 1 +19618 {19616} 10707 1 +19619 {19617} 12424 1 +19620 {19618} 2161 1 +19621 {19619} 2451 1 +19622 {19620} 10112 1 +19623 {19621} 2759 1 +19624 {19622} 3443 1 +19625 {19623} 9159 1 +19626 {19624} 5674 1 +19627 {19625} 8085 1 +19628 {19626} 15399 1 +19629 {19627} 1515 1 +19630 {19628} 11020 1 +19631 {19629} 9661 1 +19632 {19630} 2284 1 +19633 {19631} 6924 1 +19634 {19632} 2474 1 +19635 {19633} 9721 1 +19636 {19634} 14438 1 +19637 {19635} 2429 1 +19638 {19636} 11649 1 +19639 {19637} 1461 1 +19640 {19638} 3046 1 +19641 {19639} 2359 1 +19642 {19640} 11218 1 +19643 {19641} 9364 1 +19644 {19642} 9807 1 +19645 {19643} 4343 1 +19646 {19644} 754 1 +19647 {19645} 2265 1 +19648 {19646} 10758 1 +19649 {19647} 6722 1 +19650 {19648} 10853 1 +19651 {19649} 11008 1 +19652 {19650} 3012 1 +19653 {19651} 10271 1 +19654 {19652} 10527 1 +19655 {19653} 11432 1 +19656 {19654} 11407 1 +19657 {19655} 1951 1 +19658 {19656} 9366 1 +19659 {19657} 1507 1 +19660 {19658} 1717 1 +19661 {19659} 2158 1 +19662 {19660} 8634 1 +19663 {19661} 2501 1 +19664 {19662} 1548 1 +19665 {19663} 5275 1 +19666 {19664} 1876 1 +19667 {19665} 10031 1 +19668 {19666} 1297 1 +19669 {19667} 2160 1 +19670 {19668} 1193 1 +19671 {19669} 14053 1 +19672 {19670} 2809 1 +19673 {19671} 2840 1 +19674 {19672} 1491 1 +19675 {19673} 2017 1 +19676 {19674} 2469 1 +19677 {19675} 1234 1 +19678 {19676} 4087 1 +19679 {19677} 2032 1 +19680 {19678} 10599 1 +19681 {19679} 2231 1 +19682 {19680} 1686 1 +19683 {19681} 16321 1 +19684 {19682} 10449 1 +19685 {19683} 6598 1 +19686 {19684} 10346 1 +19687 {19685} 14699 1 +19688 {19686} 8923 1 +19689 {19687} 10686 1 +19690 {19688} 9826 1 +19691 {19689} 2444 1 +19692 {19690} 2975 1 +19693 {19691} 2744 1 +19694 {19692} 7493 1 +19695 {19693} 9808 1 +19696 {19694} 10952 1 +19697 {19695} 12428 1 +19698 {19696} 7209 1 +19699 {19697} 11552 1 +19700 {19698} 1205 1 +19701 {19699} 1871 1 +19702 {19700} 10394 1 +19703 {19701} 3135 1 +19704 {19702} 16584 1 +19705 {19703} 9682 1 +19706 {19704} 9218 1 +19707 {19705} 1740 1 +19708 {19706} 10877 1 +19709 {19707} 2268 1 +19710 {19708} 11599 1 +19711 {19709} 11481 1 +19712 {19710} 8045 1 +19713 {19711} 2192 1 +19714 {19712} 2432 1 +19715 {19713} 2095 1 +19716 {19714} 2531 1 +19717 {19715} 7445 1 +19718 {19716} 16315 1 +19719 {19717} 2772 1 +19720 {19718} 11522 1 +19721 {19719} 2912 1 +19722 {19720} 10275 1 +19723 {19721} 3131 1 +19724 {19722} 2178 1 +19725 {19723} 936 1 +19726 {19724} 11478 1 +19727 {19725} 2740 1 +19728 {19726} 9930 1 +19729 {19727} 2769 1 +19730 {19728} 12344 1 +19731 {19729} 6875 1 +19732 {19730} 10692 1 +19733 {19731} 3216 1 +19734 {19732} 9356 1 +19735 {19733} 9397 1 +19736 {19734} 1294 1 +19737 {19735} 8713 1 +19738 {19736} 1680 1 +19739 {19737} 9481 1 +19740 {19738} 2539 1 +19741 {19739} 4827 1 +19742 {19740} 9812 1 +19743 {19741} 3664 1 +19744 {19742} 10494 1 +19745 {19743} 9374 1 +19746 {19744} 3013 1 +19747 {19745} 686 1 +19748 {19746} 2944 1 +19749 {19747} 2827 1 +19750 {19748} 10272 1 +19751 {19749} 10519 1 +19752 {19750} 1954 1 +19753 {19751} 9062 1 +19754 {19752} 1486 1 +19755 {19753} 1753 1 +19756 {19754} 2423 1 +19757 {19755} 4879 1 +19758 {19756} 1378 1 +19759 {19757} 2399 1 +19760 {19758} 3057 1 +19761 {19759} 15291 1 +19762 {19760} 10375 1 +19763 {19761} 9892 1 +19764 {19762} 1076 1 +19765 {19763} 3373 1 +19766 {19764} 10518 1 +19767 {19765} 11109 1 +19768 {19766} 5290 1 +19769 {19767} 1748 1 +19770 {19768} 1892 1 +19771 {19769} 11392 1 +19772 {19770} 10993 1 +19773 {19771} 11406 1 +19774 {19772} 5713 1 +19775 {19773} 1789 1 +19776 {19774} 2353 1 +19777 {19775} 10054 1 +19778 {19776} 5220 1 +19779 {19777} 933 1 +19780 {19778} 3536 1 +19781 {19779} 3097 1 +19782 {19780} 1850 1 +19783 {19781} 10549 1 +19784 {19782} 10182 1 +19785 {19783} 1094 1 +19786 {19784} 13559 1 +19787 {19785} 3509 1 +19788 {19786} 3254 1 +19789 {19787} 7866 1 +19790 {19788} 9451 1 +19791 {19789} 6732 1 +19792 {19790} 2416 1 +19793 {19791} 1841 1 +19794 {19792} 846 1 +19795 {19793} 2539 1 +19796 {19794} 12424 1 +19797 {19795} 1294 1 +19798 {19796} 9027 1 +19799 {19797} 1960 1 +19800 {19798} 10236 1 +19801 {19799} 2635 1 +19802 {19800} 365 1 +19803 {19801} 3566 1 +19804 {19802} 13234 1 +19805 {19803} 11456 1 +19806 {19804} 11390 1 +19807 {19805} 1595 1 +19808 {19806} 3070 1 +19809 {19807} 2465 1 +19810 {19808} 1775 1 +19811 {19809} 16528 1 +19812 {19810} 11347 1 +19813 {19811} 3040 1 +19814 {19812} 3040 1 +19815 {19813} 11364 1 +19816 {19814} 3142 1 +19817 {19815} 1574 1 +19818 {19816} 2844 1 +19819 {19817} 16005 1 +19820 {19818} 11168 1 +19821 {19819} 8684 1 +19822 {19820} 13659 1 +19823 {19821} 2634 1 +19824 {19822} 3279 1 +19825 {19823} 12181 1 +19826 {19824} 2604 1 +19827 {19825} 2587 1 +19828 {19826} 1166 1 +19829 {19827} 2843 1 +19830 {19828} 2055 1 +19831 {19829} 10072 1 +19832 {19830} 2461 1 +19833 {19831} 9657 1 +19834 {19832} 9500 1 +19835 {19833} 9140 1 +19836 {19834} 10565 1 +19837 {19835} 11968 1 +19838 {19836} 8193 1 +19839 {19837} 1754 1 +19840 {19838} 1997 1 +19841 {19839} 2456 1 +19842 {19840} 16269 1 +19843 {19841} 10946 1 +19844 {19842} 1886 1 +19845 {19843} 10813 1 +19846 {19844} 16490 1 +19847 {19845} 1792 1 +19848 {19846} 9546 1 +19849 {19847} 1927 1 +19850 {19848} 11031 1 +19851 {19849} 10288 1 +19852 {19850} 10525 1 +19853 {19851} 2873 1 +19854 {19852} 9218 1 +19855 {19853} 1740 1 +19856 {19854} 2023 1 +19857 {19855} 9331 1 +19858 {19856} 10206 1 +19859 {19857} 2518 1 +19860 {19858} 2194 1 +19861 {19859} 2415 1 +19862 {19860} 2998 1 +19863 {19861} 9644 1 +19864 {19862} 10565 1 +19865 {19863} 2141 1 +19866 {19864} 9718 1 +19867 {19865} 1274 1 +19868 {19866} 9800 1 +19869 {19867} 12026 1 +19870 {19868} 11608 1 +19871 {19869} 3048 1 +19872 {19870} 15389 1 +19873 {19871} 1484 1 +19874 {19872} 11358 1 +19875 {19873} 889 1 +19876 {19874} 1682 1 +19877 {19875} 10676 1 +19878 {19876} 15357 1 +19879 {19877} 2334 1 +19880 {19878} 1914 1 +19881 {19879} 9663 1 +19882 {19880} 1066 1 +19883 {19881} 9353 1 +19884 {19882} 2353 1 +19885 {19883} 9426 1 +19886 {19884} 3250 1 +19887 {19885} 7531 1 +19888 {19886} 2679 1 +19889 {19887} 8318 1 +19890 {19888} 8633 1 +19891 {19889} 8597 1 +19892 {19890} 2563 1 +19893 {19891} 9661 1 +19894 {19892} 10258 1 +19895 {19893} 2424 1 +19896 {19894} 11175 1 +19897 {19895} 3417 1 +19898 {19896} 2207 1 +19899 {19897} 10832 1 +19900 {19898} 8806 1 +19901 {19899} 7361 1 +19902 {19900} 2744 1 +19903 {19901} 2400 1 +19904 {19902} 2421 1 +19905 {19903} 16486 1 +19906 {19904} 1254 1 +19907 {19905} 2296 1 +19908 {19906} 1441 1 +19909 {19907} 1859 1 +19910 {19908} 2389 1 +19911 {19909} 2663 1 +19912 {19910} 2233 1 +19913 {19911} 5076 1 +19914 {19912} 2185 1 +19915 {19913} 11837 1 +19916 {19914} 10982 1 +19917 {19915} 1448 1 +19918 {19916} 10718 1 +19919 {19917} 2370 1 +19920 {19918} 2569 1 +19921 {19919} 12551 1 +19922 {19920} 8884 1 +19923 {19921} 2201 1 +19924 {19922} 7628 1 +19925 {19923} 2465 1 +19926 {19924} 11559 1 +19927 {19925} 11560 1 +19928 {19926} 3008 1 +19929 {19927} 1945 1 +19930 {19928} 2122 1 +19931 {19929} 2640 1 +19932 {19930} 2819 1 +19933 {19931} 2901 1 +19934 {19932} 2395 1 +19935 {19933} 11211 1 +19936 {19934} 2295 1 +19937 {19935} 10646 1 +19938 {19936} 2092 1 +19939 {19937} 8338 1 +19940 {19938} 1825 1 +19941 {19939} 14919 1 +19942 {19940} 1587 1 +19943 {19941} 10392 1 +19944 {19942} 9978 1 +19945 {19943} 2490 1 +19946 {19944} 14965 1 +19947 {19945} 11416 1 +19948 {19946} 3131 1 +19949 {19947} 9622 1 +19950 {19948} 15776 1 +19951 {19949} 5229 1 +19952 {19950} 10030 1 +19953 {19951} 11212 1 +19954 {19952} 10455 1 +19955 {19953} 5401 1 +19956 {19954} 10613 1 +19957 {19955} 10600 1 +19958 {19956} 2141 1 +19959 {19957} 1266 1 +19960 {19958} 10995 1 +19961 {19959} 11856 1 +19962 {19960} 8181 1 +19963 {19961} 11103 1 +19964 {19962} 8628 1 +19965 {19963} 3203 1 +19966 {19964} 10956 1 +19967 {19965} 10786 1 +19968 {19966} 10397 1 +19969 {19967} 2499 1 +19970 {19968} 1749 1 +19971 {19969} 15146 1 +19972 {19970} 15698 1 +19973 {19971} 1264 1 +19974 {19972} 9942 1 +19975 {19973} 7689 1 +19976 {19974} 12176 1 +19977 {19975} 2805 1 +19978 {19976} 10407 1 +19979 {19977} 3355 1 +19980 {19978} 2230 1 +19981 {19979} 2026 1 +19982 {19980} 1868 1 +19983 {19981} 2550 1 +19984 {19982} 2639 1 +19985 {19983} 3164 1 +19986 {19984} 8287 1 +19987 {19985} 7322 1 +19988 {19986} 12473 1 +19989 {19987} 9012 1 +19990 {19988} 2539 1 +19991 {19989} 11357 1 +19992 {19990} 2334 1 +19993 {19991} 2029 1 +19994 {19992} 2029 1 +19995 {19993} 2845 1 +19996 {19994} 10579 1 +19997 {19995} 1402 1 +19998 {19996} 14283 1 +19999 {19997} 2740 1 +20000 {19998} 10786 1 +20001 {19999} 16029 1 +20002 {20000} 9206 1 +20003 {20001} 2230 1 +20004 {20002} 2280 1 +20005 {20003} 9780 1 +20006 {20004} 2102 1 +20007 {20005} 6670 1 +20008 {20006} 15107 1 +20009 {20007} 2430 1 +20010 {20008} 2353 1 +20011 {20009} 2459 1 +20012 {20010} 4588 1 +20013 {20011} 2490 1 +20014 {20012} 1752 1 +20015 {20013} 2023 1 +20016 {20014} 1651 1 +20017 {20015} 10752 1 +20018 {20016} 10186 1 +20019 {20017} 10171 1 +20020 {20018} 3634 1 +20021 {20019} 1962 1 +20022 {20020} 2128 1 +20023 {20021} 2366 1 +20024 {20022} 3410 1 +20025 {20023} 1714 1 +20026 {20024} 1837 1 +20027 {20025} 2267 1 +20028 {20026} 3512 1 +20029 {20027} 2490 1 +20030 {20028} 2434 1 +20031 {20029} 1189 1 +20032 {20030} 2462 1 +20033 {20031} 7864 1 +20034 {20032} 2380 1 +20035 {20033} 10542 1 +20036 {20034} 9985 1 +20037 {20035} 1138 1 +20038 {20036} 738 1 +20039 {20037} 10241 1 +20040 {20038} 14397 1 +20041 {20039} 208 1 +20042 {20040} 11474 1 +20043 {20041} 9754 1 +20044 {20042} 8429 1 +20045 {20043} 2498 1 +20046 {20044} 2372 1 +20047 {20045} 2861 1 +20048 {20046} 2639 1 +20049 {20047} 3595 1 +20050 {20048} 308 1 +20051 {20049} 6721 1 +20052 {20050} 10329 1 +20053 {20051} 2230 1 +20054 {20052} 10807 1 +20055 {20053} 10985 1 +20056 {20054} 10300 1 +20057 {20055} 11667 1 +20058 {20056} 1595 1 +20059 {20057} 1477 1 +20060 {20058} 3246 1 +20061 {20059} 1391 1 +20062 {20060} 1856 1 +20063 {20061} 11123 1 +20064 {20062} 2934 1 +20065 {20063} 1515 1 +20066 {20064} 2356 1 +20067 {20065} 2770 1 +20068 {20066} 10840 1 +20069 {20067} 11144 1 +20070 {20068} 1680 1 +20071 {20069} 1214 1 +20072 {20070} 2502 1 +20073 {20071} 2673 1 +20074 {20072} 14310 1 +20075 {20073} 1477 1 +20076 {20074} 9759 1 +20077 {20075} 3600 1 +20078 {20076} 1791 1 +20079 {20077} 2559 1 +20080 {20078} 10432 1 +20081 {20079} 11374 1 +20082 {20080} 4273 1 +20083 {20081} 9187 1 +20084 {20082} 965 1 +20085 {20083} 1300 1 +20086 {20084} 10447 1 +20087 {20085} 16546 1 +20088 {20086} 2459 1 +20089 {20087} 11236 1 +20090 {20088} 2461 1 +20091 {20089} 1924 1 +20092 {20090} 2531 1 +20093 {20091} 9292 1 +20094 {20092} 9707 1 +20095 {20093} 9459 1 +20096 {20094} 9248 1 +20097 {20095} 13148 1 +20098 {20096} 4304 1 +20099 {20097} 1871 1 +20100 {20098} 1716 1 +20101 {20099} 2434 1 +20102 {20100} 3702 1 +20103 {20101} 14631 1 +20104 {20102} 10186 1 +20105 {20103} 1824 1 +20106 {20104} 8153 1 +20107 {20105} 11279 1 +20108 {20106} 9947 1 +20109 {20107} 1849 1 +20110 {20108} 3011 1 +20111 {20109} 10814 1 +20112 {20110} 11935 1 +20113 {20111} 2102 1 +20114 {20112} 1872 1 +20115 {20113} 433 1 +20116 {20114} 819 1 +20117 {20115} 9100 1 +20118 {20116} 2300 1 +20119 {20117} 1329 1 +20120 {20118} 9759 1 +20121 {20119} 2122 1 +20122 {20120} 967 1 +20123 {20121} 2290 1 +20124 {20122} 11043 1 +20125 {20123} 11206 1 +20126 {20124} 2265 1 +20127 {20125} 9620 1 +20128 {20126} 2442 1 +20129 {20127} 7871 1 +20130 {20128} 1721 1 +20131 {20129} 3313 1 +20132 {20130} 2166 1 +20133 {20131} 10204 1 +20134 {20132} 1881 1 +20135 {20133} 8675 1 +20136 {20134} 1775 1 +20137 {20135} 10570 1 +20138 {20136} 11216 1 +20139 {20137} 12970 1 +20140 {20138} 9679 1 +20141 {20139} 7508 1 +20142 {20140} 2198 1 +20143 {20141} 2242 1 +20144 {20142} 2194 1 +20145 {20143} 911 1 +20146 {20144} 10430 1 +20147 {20145} 2064 1 +20148 {20146} 9711 1 +20149 {20147} 7647 1 +20150 {20148} 9816 1 +20151 {20149} 12244 1 +20152 {20150} 10236 1 +20153 {20151} 3778 1 +20154 {20152} 3131 1 +20155 {20153} 15789 1 +20156 {20154} 2425 1 +20157 {20155} 1221 1 +20158 {20156} 11357 1 +20159 {20157} 10211 1 +20160 {20158} 10046 1 +20161 {20159} 16409 1 +20162 {20160} 1399 1 +20163 {20161} 8409 1 +20164 {20162} 11288 1 +20165 {20163} 8965 1 +20166 {20164} 1011 1 +20167 {20165} 10101 1 +20168 {20166} 3006 1 +20169 {20167} 15242 1 +20170 {20168} 2096 1 +20171 {20169} 9274 1 +20172 {20170} 10605 1 +20173 {20171} 2424 1 +20174 {20172} 2624 1 +20175 {20173} 2634 1 +20176 {20174} 9590 1 +20177 {20175} 4238 1 +20178 {20176} 3165 1 +20179 {20177} 10099 1 +20180 {20178} 10694 1 +20181 {20179} 1208 1 +20182 {20180} 1719 1 +20183 {20181} 1775 1 +20184 {20182} 7600 1 +20185 {20183} 10193 1 +20186 {20184} 4245 1 +20187 {20185} 7450 1 +20188 {20186} 2831 1 +20189 {20187} 2430 1 +20190 {20188} 5884 1 +20191 {20189} 2143 1 +20192 {20190} 2801 1 +20193 {20191} 2044 1 +20194 {20192} 2336 1 +20195 {20193} 10239 1 +20196 {20194} 1846 1 +20197 {20195} 11159 1 +20198 {20196} 3345 1 +20199 {20197} 1484 1 +20200 {20198} 2269 1 +20201 {20199} 1790 1 +20202 {20200} 2298 1 +20203 {20201} 2225 1 +20204 {20202} 9821 1 +20205 {20203} 2066 1 +20206 {20204} 1578 1 +20207 {20205} 13368 1 +20208 {20206} 3322 1 +20209 {20207} 11403 1 +20210 {20208} 8443 1 +20211 {20209} 2030 1 +20212 {20210} 10305 1 +20213 {20211} 3033 1 +20214 {20212} 9367 1 +20215 {20213} 1922 1 +20216 {20214} 2835 1 +20217 {20215} 9299 1 +20218 {20216} 2839 1 +20219 {20217} 2621 1 +20220 {20218} 1752 1 +20221 {20219} 2158 1 +20222 {20220} 9205 1 +20223 {20221} 12585 1 +20224 {20222} 11090 1 +20225 {20223} 11647 1 +20226 {20224} 5013 1 +20227 {20225} 3789 1 +20228 {20226} 10575 1 +20229 {20227} 3073 1 +20230 {20228} 2056 1 +20231 {20229} 11062 1 +20232 {20230} 10497 1 +20233 {20231} 9869 1 +20234 {20232} 16201 1 +20235 {20233} 8905 1 +20236 {20234} 8932 1 +20237 {20235} 8416 1 +20238 {20236} 1961 1 +20239 {20237} 1720 1 +20240 {20238} 10941 1 +20241 {20239} 1167 1 +20242 {20240} 10641 1 +20243 {20241} 11500 1 +20244 {20242} 7950 1 +20245 {20243} 2069 1 +20246 {20244} 1099 1 +20247 {20245} 1703 1 +20248 {20246} 2215 1 +20249 {20247} 11277 1 +20250 {20248} 10008 1 +20251 {20249} 10932 1 +20252 {20250} 3036 1 +20253 {20251} 9852 1 +20254 {20252} 8883 1 +20255 {20253} 10460 1 +20256 {20254} 4174 1 +20257 {20255} 2193 1 +20258 {20256} 3103 1 +20259 {20257} 2298 1 +20260 {20258} 2601 1 +20261 {20259} 2941 1 +20262 {20260} 10125 1 +20263 {20261} 3062 1 +20264 {20262} 9819 1 +20265 {20263} 6833 1 +20266 {20264} 14081 1 +20267 {20265} 2400 1 +20268 {20266} 1583 1 +20269 {20267} 2260 1 +20270 {20268} 9038 1 +20271 {20269} 2129 1 +20272 {20270} 3933 1 +20273 {20271} 2632 1 +20274 {20272} 2906 1 +20275 {20273} 8642 1 +20276 {20274} 10174 1 +20277 {20275} 14859 1 +20278 {20276} 3094 1 +20279 {20277} 2681 1 +20280 {20278} 2298 1 +20281 {20279} 10293 1 +20282 {20280} 3072 1 +20283 {20281} 2122 1 +20284 {20282} 9703 1 +20285 {20283} 9146 1 +20286 {20284} 1956 1 +20287 {20285} 2024 1 +20288 {20286} 344 1 +20289 {20287} 1914 1 +20290 {20288} 2326 1 +20291 {20289} 1557 1 +20292 {20290} 10859 1 +20293 {20291} 9165 1 +20294 {20292} 2910 1 +20295 {20293} 2149 1 +20296 {20294} 8729 1 +20297 {20295} 1375 1 +20298 {20296} 1273 1 +20299 {20297} 2939 1 +20300 {20298} 2742 1 +20301 {20299} 2336 1 +20302 {20300} 3215 1 +20303 {20301} 10769 1 +20304 {20302} 10206 1 +20305 {20303} 2738 1 +20306 {20304} 3110 1 +20307 {20305} 5002 1 +20308 {20306} 10591 1 +20309 {20307} 10919 1 +20310 {20308} 2506 1 +20311 {20309} 10332 1 +20312 {20310} 2282 1 +20313 {20311} 14054 1 +20314 {20312} 9999 1 +20315 {20313} 1418 1 +20316 {20314} 10580 1 +20317 {20315} 1082 1 +20318 {20316} 1377 1 +20319 {20317} 2260 1 +20320 {20318} 9838 1 +20321 {20319} 9804 1 +20322 {20320} 7298 1 +20323 {20321} 5853 1 +20324 {20322} 9147 1 +20325 {20323} 11802 1 +20326 {20324} 3311 1 +20327 {20325} 2839 1 +20328 {20326} 11346 1 +20329 {20327} 1481 1 +20330 {20328} 1698 1 +20331 {20329} 12065 1 +20332 {20330} 10121 1 +20333 {20331} 2579 1 +20334 {20332} 2595 1 +20335 {20333} 16482 1 +20336 {20334} 2571 1 +20337 {20335} 8702 1 +20338 {20336} 1701 1 +20339 {20337} 1030 1 +20340 {20338} 9985 1 +20341 {20339} 9159 1 +20342 {20340} 2230 1 +20343 {20341} 12134 1 +20344 {20342} 1755 1 +20345 {20343} 1430 1 +20346 {20344} 2836 1 +20347 {20345} 11171 1 +20348 {20346} 3764 1 +20349 {20347} 1107 1 +20350 {20348} 10612 1 +20351 {20349} 2094 1 +20352 {20350} 1404 1 +20353 {20351} 1785 1 +20354 {20352} 3294 1 +20355 {20353} 2025 1 +20356 {20354} 2671 1 +20357 {20355} 9685 1 +20358 {20356} 2566 1 +20359 {20357} 6055 1 +20360 {20358} 2129 1 +20361 {20359} 1137 1 +20362 {20360} 1617 1 +20363 {20361} 12470 1 +20364 {20362} 152 1 +20365 {20363} 2451 1 +20366 {20364} 3058 1 +20367 {20365} 2134 1 +20368 {20366} 10304 1 +20369 {20367} 2725 1 +20370 {20368} 7763 1 +20371 {20369} 11276 1 +20372 {20370} 10425 1 +20373 {20371} 11299 1 +20374 {20372} 10304 1 +20375 {20373} 10741 1 +20376 {20374} 3412 1 +20377 {20375} 11505 1 +20378 {20376} 2760 1 +20379 {20377} 7849 1 +20380 {20378} 3658 1 +20381 {20379} 10191 1 +20382 {20380} 1750 1 +20383 {20381} 2024 1 +20384 {20382} 2861 1 +20385 {20383} 938 1 +20386 {20384} 10162 1 +20387 {20385} 1484 1 +20388 {20386} 13241 1 +20389 {20387} 3073 1 +20390 {20388} 9765 1 +20391 {20389} 10741 1 +20392 {20390} 2569 1 +20393 {20391} 2503 1 +20394 {20392} 2212 1 +20395 {20393} 11644 1 +20396 {20394} 7196 1 +20397 {20395} 1268 1 +20398 {20396} 11695 1 +20399 {20397} 2969 1 +20400 {20398} 2485 1 +20401 {20399} 11121 1 +20402 {20400} 2218 1 +20403 {20401} 3398 1 +20404 {20402} 2090 1 +20405 {20403} 1537 1 +20406 {20404} 2390 1 +20407 {20405} 1648 1 +20408 {20406} 2469 1 +20409 {20407} 10963 1 +20410 {20408} 2284 1 +20411 {20409} 12002 1 +20412 {20410} 10096 1 +20413 {20411} 11171 1 +20414 {20412} 9134 1 +20415 {20413} 12454 1 +20416 {20414} 11984 1 +20417 {20415} 1821 1 +20418 {20416} 2293 1 +20419 {20417} 2313 1 +20420 {20418} 1504 1 +20421 {20419} 10097 1 +20422 {20420} 3438 1 +20423 {20421} 1919 1 +20424 {20422} 2433 1 +20425 {20423} 10048 1 +20426 {20424} 2325 1 +20427 {20425} 2682 1 +20428 {20426} 2835 1 +20429 {20427} 9187 1 +20430 {20428} 10456 1 +20431 {20429} 3280 1 +20432 {20430} 2394 1 +20433 {20431} 9402 1 +20434 {20432} 9152 1 +20435 {20433} 1792 1 +20436 {20434} 11186 1 +20437 {20435} 2869 1 +20438 {20436} 2705 1 +20439 {20437} 2553 1 +20440 {20438} 10236 1 +20441 {20439} 2300 1 +20442 {20440} 10348 1 +20443 {20441} 3183 1 +20444 {20442} 9645 1 +20445 {20443} 10613 1 +20446 {20444} 2503 1 +20447 {20445} 2167 1 +20448 {20446} 13333 1 +20449 {20447} 1048 1 +20450 {20448} 12066 1 +20451 {20449} 8476 1 +20452 {20450} 2701 1 +20453 {20451} 11065 1 +20454 {20452} 9324 1 +20455 {20453} 9421 1 +20456 {20454} 468 1 +20457 {20455} 12412 1 +20458 {20456} 10699 1 +20459 {20457} 2878 1 +20460 {20458} 11552 1 +20461 {20459} 1490 1 +20462 {20460} 9338 1 +20463 {20461} 10392 1 +20464 {20462} 1962 1 +20465 {20463} 2840 1 +20466 {20464} 2296 1 +20467 {20465} 10436 1 +20468 {20466} 926 1 +20469 {20467} 11702 1 +20470 {20468} 10731 1 +20471 {20469} 1029 1 +20472 {20470} 2278 1 +20473 {20471} 2397 1 +20474 {20472} 9988 1 +20475 {20473} 2098 1 +20476 {20474} 1972 1 +20477 {20475} 1677 1 +20478 {20476} 1543 1 +20479 {20477} 1954 1 +20480 {20478} 10938 1 +20481 {20479} 2051 1 +20482 {20480} 11660 1 +20483 {20481} 11178 1 +20484 {20482} 2633 1 +20485 {20483} 10835 1 +20486 {20484} 2706 1 +20487 {20485} 10576 1 +20488 {20486} 3107 1 +20489 {20487} 10286 1 +20490 {20488} 11256 1 +20491 {20489} 2501 1 +20492 {20490} 7758 1 +20493 {20491} 602 1 +20494 {20492} 2893 1 +20495 {20493} 1675 1 +20496 {20494} 2627 1 +20497 {20495} 8515 1 +20498 {20496} 7181 1 +20499 {20497} 8888 1 +20500 {20498} 9403 1 +20501 {20499} 1855 1 +20502 {20500} 3627 1 +20503 {20501} 1962 1 +20504 {20502} 11088 1 +20505 {20503} 2263 1 +20506 {20504} 3311 1 +20507 {20505} 2977 1 +20508 {20506} 2287 1 +20509 {20507} 2223 1 +20510 {20508} 2851 1 +20511 {20509} 2993 1 +20512 {20510} 4 1 +20513 {20511} 11125 1 +20514 {20512} 7789 1 +20515 {20513} 2228 1 +20516 {20514} 1223 1 +20517 {20515} 2573 1 +20518 {20516} 9583 1 +20519 {20517} 1244 1 +20520 {20518} 3164 1 +20521 {20519} 2298 1 +20522 {20520} 447 1 +20523 {20521} 1997 1 +20524 {20522} 12175 1 +20525 {20523} 1720 1 +20526 {20524} 9875 1 +20527 {20525} 11225 1 +20528 {20526} 5787 1 +20529 {20527} 2156 1 +20530 {20528} 2055 1 +20531 {20529} 678 1 +20532 {20530} 1959 1 +20533 {20531} 10165 1 +20534 {20532} 10121 1 +20535 {20533} 9608 1 +20536 {20534} 1469 1 +20537 {20535} 10208 1 +20538 {20536} 2537 1 +20539 {20537} 10786 1 +20540 {20538} 11051 1 +20541 {20539} 2639 1 +20542 {20540} 3164 1 +20543 {20541} 7263 1 +20544 {20542} 1782 1 +20545 {20543} 2429 1 +20546 {20544} 2099 1 +20547 {20545} 1755 1 +20548 {20546} 1548 1 +20549 {20547} 2223 1 +20550 {20548} 8701 1 +20551 {20549} 11367 1 +20552 {20550} 3535 1 +20553 {20551} 9546 1 +20554 {20552} 9875 1 +20555 {20553} 8373 1 +20556 {20554} 1741 1 +20557 {20555} 1450 1 +20558 {20556} 3013 1 +20559 {20557} 1944 1 +20560 {20558} 1576 1 +20561 {20559} 10597 1 +20562 {20560} 2934 1 +20563 {20561} 2725 1 +20564 {20562} 2438 1 +20565 {20563} 2616 1 +20566 {20564} 10623 1 +20567 {20565} 10021 1 +20568 {20566} 1582 1 +20569 {20567} 13920 1 +20570 {20568} 8806 1 +20571 {20569} 9868 1 +20572 {20570} 9846 1 +20573 {20571} 5386 1 +20574 {20572} 8921 1 +20575 {20573} 2280 1 +20576 {20574} 15953 1 +20577 {20575} 1929 1 +20578 {20576} 1553 1 +20579 {20577} 9389 1 +20580 {20578} 9519 1 +20581 {20579} 3525 1 +20582 {20580} 2258 1 +20583 {20581} 9008 1 +20584 {20582} 1872 1 +20585 {20583} 10530 1 +20586 {20584} 2319 1 +20587 {20585} 2467 1 +20588 {20586} 3552 1 +20589 {20587} 1650 1 +20590 {20588} 1818 1 +20591 {20589} 13355 1 +20592 {20590} 2249 1 +20593 {20591} 3614 1 +20594 {20592} 1507 1 +20595 {20593} 3675 1 +20596 {20594} 2164 1 +20597 {20595} 1780 1 +20598 {20596} 10191 1 +20599 {20597} 2503 1 +20600 {20598} 10054 1 +20601 {20599} 12312 1 +20602 {20600} 1246 1 +20603 {20601} 8220 1 +20604 {20602} 1006 1 +20605 {20603} 1164 1 +20606 {20604} 9762 1 +20607 {20605} 9737 1 +20608 {20606} 2163 1 +20609 {20607} 6050 1 +20610 {20608} 9442 1 +20611 {20609} 8129 1 +20612 {20610} 5893 1 +20613 {20611} 3521 1 +20614 {20612} 9191 1 +20615 {20613} 15889 1 +20616 {20614} 12363 1 +20617 {20615} 2741 1 +20618 {20616} 9264 1 +20619 {20617} 2794 1 +20620 {20618} 6158 1 +20621 {20619} 12851 1 +20622 {20620} 2353 1 +20623 {20621} 12137 1 +20624 {20622} 2538 1 +20625 {20623} 707 1 +20626 {20624} 1416 1 +20627 {20625} 12260 1 +20628 {20626} 2793 1 +20629 {20627} 2304 1 +20630 {20628} 10874 1 +20631 {20629} 2611 1 +20632 {20630} 2936 1 +20633 {20631} 11633 1 +20634 {20632} 2835 1 +20635 {20633} 2326 1 +20636 {20634} 11091 1 +20637 {20635} 10250 1 +20638 {20636} 2814 1 +20639 {20637} 1530 1 +20640 {20638} 1974 1 +20641 {20639} 1927 1 +20642 {20640} 11831 1 +20643 {20641} 13675 1 +20644 {20642} 14670 1 +20645 {20643} 1953 1 +20646 {20644} 9162 1 +20647 {20645} 3462 1 +20648 {20646} 2741 1 +20649 {20647} 15191 1 +20650 {20648} 2255 1 +20651 {20649} 8044 1 +20652 {20650} 1718 1 +20653 {20651} 2325 1 +20654 {20652} 11164 1 +20655 {20653} 12302 1 +20656 {20654} 1174 1 +20657 {20655} 3311 1 +20658 {20656} 2025 1 +20659 {20657} 15582 1 +20660 {20658} 2671 1 +20661 {20659} 3014 1 +20662 {20660} 10258 1 +20663 {20661} 10826 1 +20664 {20662} 2573 1 +20665 {20663} 9673 1 +20666 {20664} 3924 1 +20667 {20665} 2135 1 +20668 {20666} 6954 1 +20669 {20667} 2803 1 +20670 {20668} 11428 1 +20671 {20669} 3120 1 +20672 {20670} 10630 1 +20673 {20671} 1745 1 +20674 {20672} 9771 1 +20675 {20673} 11370 1 +20676 {20674} 1841 1 +20677 {20675} 9531 1 +20678 {20676} 10487 1 +20679 {20677} 377 1 +20680 {20678} 10165 1 +20681 {20679} 2027 1 +20682 {20680} 3448 1 +20683 {20681} 9723 1 +20684 {20682} 10747 1 +20685 {20683} 9794 1 +20686 {20684} 9843 1 +20687 {20685} 10122 1 +20688 {20686} 1406 1 +20689 {20687} 10137 1 +20690 {20688} 933 1 +20691 {20689} 4883 1 +20692 {20690} 11973 1 +20693 {20691} 9459 1 +20694 {20692} 9551 1 +20695 {20693} 10779 1 +20696 {20694} 1775 1 +20697 {20695} 12030 1 +20698 {20696} 2839 1 +20699 {20697} 11407 1 +20700 {20698} 10761 1 +20701 {20699} 431 1 +20702 {20700} 1686 1 +20703 {20701} 2351 1 +20704 {20702} 10817 1 +20705 {20703} 1981 1 +20706 {20704} 9317 1 +20707 {20705} 1783 1 +20708 {20706} 10695 1 +20709 {20707} 2070 1 +20710 {20708} 10632 1 +20711 {20709} 2639 1 +20712 {20710} 10100 1 +20713 {20711} 9571 1 +20714 {20712} 8673 1 +20715 {20713} 1308 1 +20716 {20714} 2603 1 +20717 {20715} 2943 1 +20718 {20716} 3712 1 +20719 {20717} 1484 1 +20720 {20718} 2427 1 +20721 {20719} 10669 1 +20722 {20720} 9548 1 +20723 {20721} 2738 1 +20724 {20722} 3176 1 +20725 {20723} 2304 1 +20726 {20724} 1813 1 +20727 {20725} 4629 1 +20728 {20726} 8516 1 +20729 {20727} 9475 1 +20730 {20728} 2498 1 +20731 {20729} 12457 1 +20732 {20730} 2550 1 +20733 {20731} 10487 1 +20734 {20732} 3591 1 +20735 {20733} 12480 1 +20736 {20734} 1929 1 +20737 {20735} 11306 1 +20738 {20736} 1632 1 +20739 {20737} 11286 1 +20740 {20738} 2827 1 +20741 {20739} 2015 1 +20742 {20740} 4430 1 +20743 {20741} 8883 1 +20744 {20742} 2635 1 +20745 {20743} 2399 1 +20746 {20744} 1138 1 +20747 {20745} 2379 1 +20748 {20746} 9835 1 +20749 {20747} 9844 1 +20750 {20748} 2284 1 +20751 {20749} 323 1 +20752 {20750} 1487 1 +20753 {20751} 9475 1 +20754 {20752} 10889 1 +20755 {20753} 11003 1 +20756 {20754} 2807 1 +20757 {20755} 1780 1 +20758 {20756} 2263 1 +20759 {20757} 11773 1 +20760 {20758} 8597 1 +20761 {20759} 12311 1 +20762 {20760} 7699 1 +20763 {20761} 1952 1 +20764 {20762} 2844 1 +20765 {20763} 16293 1 +20766 {20764} 7564 1 +20767 {20765} 2565 1 +20768 {20766} 1926 1 +20769 {20767} 10501 1 +20770 {20768} 6900 1 +20771 {20769} 2461 1 +20772 {20770} 2772 1 +20773 {20771} 9875 1 +20774 {20772} 2627 1 +20775 {20773} 10597 1 +20776 {20774} 2434 1 +20777 {20775} 9547 1 +20778 {20776} 12299 1 +20779 {20777} 2630 1 +20780 {20778} 13073 1 +20781 {20779} 7017 1 +20782 {20780} 9635 1 +20783 {20781} 10951 1 +20784 {20782} 2371 1 +20785 {20783} 1956 1 +20786 {20784} 5505 1 +20787 {20785} 2701 1 +20788 {20786} 11274 1 +20789 {20787} 3242 1 +20790 {20788} 3110 1 +20791 {20789} 1919 1 +20792 {20790} 2509 1 +20793 {20791} 2311 1 +20794 {20792} 10461 1 +20795 {20793} 2448 1 +20796 {20794} 2190 1 +20797 {20795} 10200 1 +20798 {20796} 11283 1 +20799 {20797} 2094 1 +20800 {20798} 12271 1 +20801 {20799} 1987 1 +20802 {20800} 10575 1 +20803 {20801} 2181 1 +20804 {20802} 14697 1 +20805 {20803} 10068 1 +20806 {20804} 4010 1 +20807 {20805} 1959 1 +20808 {20806} 1523 1 +20809 {20807} 3591 1 +20810 {20808} 2280 1 +20811 {20809} 4471 1 +20812 {20810} 9764 1 +20813 {20811} 11402 1 +20814 {20812} 2158 1 +20815 {20813} 3212 1 +20816 {20814} 10316 1 +20817 {20815} 491 1 +20818 {20816} 3013 1 +20819 {20817} 2498 1 +20820 {20818} 9534 1 +20821 {20819} 9125 1 +20822 {20820} 6754 1 +20823 {20821} 13645 1 +20824 {20822} 8680 1 +20825 {20823} 1989 1 +20826 {20824} 2627 1 +20827 {20825} 4802 1 +20828 {20826} 12158 1 +20829 {20827} 1726 1 +20830 {20828} 11481 1 +20831 {20829} 9828 1 +20832 {20830} 9823 1 +20833 {20831} 8508 1 +20834 {20832} 2764 1 +20835 {20833} 9450 1 +20836 {20834} 9973 1 +20837 {20835} 8956 1 +20838 {20836} 3139 1 +20839 {20837} 1771 1 +20840 {20838} 11110 1 +20841 {20839} 2135 1 +20842 {20840} 10857 1 +20843 {20841} 2155 1 +20844 {20842} 3702 1 +20845 {20843} 1607 1 +20846 {20844} 10163 1 +20847 {20845} 10231 1 +20848 {20846} 10059 1 +20849 {20847} 2966 1 +20850 {20848} 2861 1 +20851 {20849} 9612 1 +20852 {20850} 2303 1 +20853 {20851} 2872 1 +20854 {20852} 11865 1 +20855 {20853} 10093 1 +20856 {20854} 5427 1 +20857 {20855} 10001 1 +20858 {20856} 2176 1 +20859 {20857} 12867 1 +20860 {20858} 10293 1 +20861 {20859} 2325 1 +20862 {20860} 12801 1 +20863 {20861} 9491 1 +20864 {20862} 1197 1 +20865 {20863} 1654 1 +20866 {20864} 10814 1 +20867 {20865} 11523 1 +20868 {20866} 10591 1 +20869 {20867} 2502 1 +20870 {20868} 4359 1 +20871 {20869} 3372 1 +20872 {20870} 2563 1 +20873 {20871} 2196 1 +20874 {20872} 9994 1 +20875 {20873} 4799 1 +20876 {20874} 2501 1 +20877 {20875} 2743 1 +20878 {20876} 2194 1 +20879 {20877} 10620 1 +20880 {20878} 10878 1 +20881 {20879} 2531 1 +20882 {20880} 15939 1 +20883 {20881} 957 1 +20884 {20882} 3697 1 +20885 {20883} 1821 1 +20886 {20884} 12240 1 +20887 {20885} 2934 1 +20888 {20886} 1972 1 +20889 {20887} 9954 1 +20890 {20888} 2160 1 +20891 {20889} 4192 1 +20892 {20890} 2696 1 +20893 {20891} 15390 1 +20894 {20892} 792 1 +20895 {20893} 9631 1 +20896 {20894} 2450 1 +20897 {20895} 1653 1 +20898 {20896} 843 1 +20899 {20897} 9979 1 +20900 {20898} 2566 1 +20901 {20899} 1920 1 +20902 {20900} 2252 1 +20903 {20901} 10655 1 +20904 {20902} 12244 1 +20905 {20903} 5814 1 +20906 {20904} 8582 1 +20907 {20905} 13718 1 +20908 {20906} 2450 1 +20909 {20907} 1935 1 +20910 {20908} 2363 1 +20911 {20909} 10804 1 +20912 {20910} 2625 1 +20913 {20911} 3248 1 +20914 {20912} 1684 1 +20915 {20913} 10596 1 +20916 {20914} 1762 1 +20917 {20915} 12494 1 +20918 {20916} 2348 1 +20919 {20917} 1778 1 +20920 {20918} 6535 1 +20921 {20919} 190 1 +20922 {20920} 11223 1 +20923 {20921} 2571 1 +20924 {20922} 9720 1 +20925 {20923} 2844 1 +20926 {20924} 10024 1 +20927 {20925} 2329 1 +20928 {20926} 11860 1 +20929 {20927} 14190 1 +20930 {20928} 12488 1 +20931 {20929} 10939 1 +20932 {20930} 2357 1 +20933 {20931} 3312 1 +20934 {20932} 10642 1 +20935 {20933} 11509 1 +20936 {20934} 1785 1 +20937 {20935} 8714 1 +20938 {20936} 2315 1 +20939 {20937} 1411 1 +20940 {20938} 2377 1 +20941 {20939} 2772 1 +20942 {20940} 9918 1 +20943 {20941} 1942 1 +20944 {20942} 8847 1 +20945 {20943} 1632 1 +20946 {20944} 1618 1 +20947 {20945} 11460 1 +20948 {20946} 1480 1 +20949 {20947} 10341 1 +20950 {20948} 8559 1 +20951 {20949} 11703 1 +20952 {20950} 3273 1 +20953 {20951} 15796 1 +20954 {20952} 9624 1 +20955 {20953} 249 1 +20956 {20954} 2468 1 +20957 {20955} 1343 1 +20958 {20956} 11466 1 +20959 {20957} 2295 1 +20960 {20958} 10578 1 +20961 {20959} 2311 1 +20962 {20960} 9592 1 +20963 {20961} 8511 1 +20964 {20962} 9062 1 +20965 {20963} 1718 1 +20966 {20964} 479 1 +20967 {20965} 2115 1 +20968 {20966} 792 1 +20969 {20967} 2426 1 +20970 {20968} 2784 1 +20971 {20969} 5845 1 +20972 {20970} 8947 1 +20973 {20971} 2192 1 +20974 {20972} 10232 1 +20975 {20973} 1569 1 +20976 {20974} 3143 1 +20977 {20975} 8968 1 +20978 {20976} 3107 1 +20979 {20977} 15031 1 +20980 {20978} 1155 1 +20981 {20979} 10455 1 +20982 {20980} 11284 1 +20983 {20981} 2605 1 +20984 {20982} 1364 1 +20985 {20983} 1449 1 +20986 {20984} 1877 1 +20987 {20985} 3079 1 +20988 {20986} 10371 1 +20989 {20987} 1206 1 +20990 {20988} 15445 1 +20991 {20989} 10783 1 +20992 {20990} 3075 1 +20993 {20991} 2335 1 +20994 {20992} 9426 1 +20995 {20993} 12036 1 +20996 {20994} 2326 1 +20997 {20995} 13539 1 +20998 {20996} 10788 1 +20999 {20997} 2489 1 +21000 {20998} 11961 1 +21001 {20999} 10258 1 +21002 {21000} 3174 1 +21003 {21001} 11544 1 +21004 {21002} 2833 1 +21005 {21003} 7102 1 +21006 {21004} 2673 1 +21007 {21005} 4679 1 +21008 {21006} 4332 1 +21009 {21007} 9297 1 +21010 {21008} 2223 1 +21011 {21009} 1486 1 +21012 {21010} 853 1 +21013 {21011} 2607 1 +21014 {21012} 5843 1 +21015 {21013} 2739 1 +21016 {21014} 1752 1 +21017 {21015} 10647 1 +21018 {21016} 10135 1 +21019 {21017} 11239 1 +21020 {21018} 2903 1 +21021 {21019} 2487 1 +21022 {21020} 2820 1 +21023 {21021} 10131 1 +21024 {21022} 8887 1 +21025 {21023} 1722 1 +21026 {21024} 12960 1 +21027 {21025} 2974 1 +21028 {21026} 4955 1 +21029 {21027} 3535 1 +21030 {21028} 2504 1 +21031 {21029} 11859 1 +21032 {21030} 3416 1 +21033 {21031} 3180 1 +21034 {21032} 10191 1 +21035 {21033} 9822 1 +21036 {21034} 10747 1 +21037 {21035} 2061 1 +21038 {21036} 10806 1 +21039 {21037} 10752 1 +21040 {21038} 3314 1 +21041 {21039} 7696 1 +21042 {21040} 2632 1 +21043 {21041} 1275 1 +21044 {21042} 16140 1 +21045 {21043} 3031 1 +21046 {21044} 2707 1 +21047 {21045} 10148 1 +21048 {21046} 11059 1 +21049 {21047} 1802 1 +21050 {21048} 224 1 +21051 {21049} 2568 1 +21052 {21050} 3070 1 +21053 {21051} 11374 1 +21054 {21052} 2838 1 +21055 {21053} 2638 1 +21056 {21054} 1545 1 +21057 {21055} 1133 1 +21058 {21056} 8247 1 +21059 {21057} 2163 1 +21060 {21058} 10198 1 +21061 {21059} 11936 1 +21062 {21060} 9110 1 +21063 {21061} 9538 1 +21064 {21062} 8953 1 +21065 {21063} 2261 1 +21066 {21064} 10886 1 +21067 {21065} 1381 1 +21068 {21066} 10311 1 +21069 {21067} 2550 1 +21070 {21068} 14754 1 +21071 {21069} 2640 1 +21072 {21070} 1827 1 +21073 {21071} 7539 1 +21074 {21072} 2906 1 +21075 {21073} 9582 1 +21076 {21074} 2069 1 +21077 {21075} 3742 1 +21078 {21076} 3018 1 +21079 {21077} 1161 1 +21080 {21078} 2084 1 +21081 {21079} 1910 1 +21082 {21080} 1918 1 +21083 {21081} 1817 1 +21084 {21082} 5799 1 +21085 {21083} 11178 1 +21086 {21084} 3219 1 +21087 {21085} 1723 1 +21088 {21086} 11789 1 +21089 {21087} 3439 1 +21090 {21088} 9979 1 +21091 {21089} 14080 1 +21092 {21090} 1648 1 +21093 {21091} 2601 1 +21094 {21092} 2742 1 +21095 {21093} 9222 1 +21096 {21094} 902 1 +21097 {21095} 2287 1 +21098 {21096} 8414 1 +21099 {21097} 10980 1 +21100 {21098} 10555 1 +21101 {21099} 2221 1 +21102 {21100} 875 1 +21103 {21101} 1976 1 +21104 {21102} 2937 1 +21105 {21103} 6574 1 +21106 {21104} 2767 1 +21107 {21105} 2386 1 +21108 {21106} 3252 1 +21109 {21107} 1369 1 +21110 {21108} 2255 1 +21111 {21109} 12098 1 +21112 {21110} 12155 1 +21113 {21111} 10384 1 +21114 {21112} 9533 1 +21115 {21113} 2376 1 +21116 {21114} 2350 1 +21117 {21115} 10580 1 +21118 {21116} 1969 1 +21119 {21117} 2102 1 +21120 {21118} 2699 1 +21121 {21119} 12171 1 +21122 {21120} 9295 1 +21123 {21121} 10058 1 +21124 {21122} 10232 1 +21125 {21123} 3104 1 +21126 {21124} 3070 1 +21127 {21125} 10545 1 +21128 {21126} 3140 1 +21129 {21127} 12443 1 +21130 {21128} 1599 1 +21131 {21129} 8422 1 +21132 {21130} 8617 1 +21133 {21131} 2809 1 +21134 {21132} 10380 1 +21135 {21133} 9797 1 +21136 {21134} 1307 1 +21137 {21135} 2780 1 +21138 {21136} 11978 1 +21139 {21137} 15435 1 +21140 {21138} 7977 1 +21141 {21139} 3378 1 +21142 {21140} 2845 1 +21143 {21141} 2329 1 +21144 {21142} 2693 1 +21145 {21143} 8148 1 +21146 {21144} 2580 1 +21147 {21145} 1535 1 +21148 {21146} 2596 1 +21149 {21147} 13218 1 +21150 {21148} 10008 1 +21151 {21149} 15893 1 +21152 {21150} 2490 1 +21153 {21151} 3539 1 +21154 {21152} 2637 1 +21155 {21153} 2198 1 +21156 {21154} 9068 1 +21157 {21155} 9950 1 +21158 {21156} 14222 1 +21159 {21157} 10750 1 +21160 {21158} 11364 1 +21161 {21159} 2331 1 +21162 {21160} 1447 1 +21163 {21161} 2067 1 +21164 {21162} 1708 1 +21165 {21163} 4487 1 +21166 {21164} 1417 1 +21167 {21165} 10978 1 +21168 {21166} 2193 1 +21169 {21167} 10006 1 +21170 {21168} 9151 1 +21171 {21169} 11128 1 +21172 {21170} 1209 1 +21173 {21171} 2332 1 +21174 {21172} 11732 1 +21175 {21173} 11582 1 +21176 {21174} 1787 1 +21177 {21175} 10416 1 +21178 {21176} 3513 1 +21179 {21177} 10730 1 +21180 {21178} 10874 1 +21181 {21179} 4906 1 +21182 {21180} 13102 1 +21183 {21181} 2602 1 +21184 {21182} 6566 1 +21185 {21183} 2613 1 +21186 {21184} 2301 1 +21187 {21185} 2070 1 +21188 {21186} 12595 1 +21189 {21187} 11562 1 +21190 {21188} 2292 1 +21191 {21189} 15828 1 +21192 {21190} 11500 1 +21193 {21191} 9924 1 +21194 {21192} 8392 1 +21195 {21193} 13895 1 +21196 {21194} 9977 1 +21197 {21195} 2058 1 +21198 {21196} 11273 1 +21199 {21197} 14433 1 +21200 {21198} 12601 1 +21201 {21199} 8750 1 +21202 {21200} 2332 1 +21203 {21201} 1823 1 +21204 {21202} 11414 1 +21205 {21203} 7481 1 +21206 {21204} 1742 1 +21207 {21205} 10186 1 +21208 {21206} 2882 1 +21209 {21207} 2547 1 +21210 {21208} 7442 1 +21211 {21209} 2214 1 +21212 {21210} 11513 1 +21213 {21211} 3576 1 +21214 {21212} 10540 1 +21215 {21213} 9875 1 +21216 {21214} 7237 1 +21217 {21215} 3071 1 +21218 {21216} 1988 1 +21219 {21217} 12054 1 +21220 {21218} 9658 1 +21221 {21219} 6734 1 +21222 {21220} 3955 1 +21223 {21221} 1332 1 +21224 {21222} 1650 1 +21225 {21223} 2504 1 +21226 {21224} 10097 1 +21227 {21225} 2403 1 +21228 {21226} 11218 1 +21229 {21227} 11373 1 +21230 {21228} 5934 1 +21231 {21229} 1831 1 +21232 {21230} 1871 1 +21233 {21231} 9814 1 +21234 {21232} 3461 1 +21235 {21233} 11568 1 +21236 {21234} 14947 1 +21237 {21235} 1477 1 +21238 {21236} 826 1 +21239 {21237} 1527 1 +21240 {21238} 5983 1 +21241 {21239} 2088 1 +21242 {21240} 2197 1 +21243 {21241} 6192 1 +21244 {21242} 9579 1 +21245 {21243} 10045 1 +21246 {21244} 2170 1 +21247 {21245} 2701 1 +21248 {21246} 10530 1 +21249 {21247} 16076 1 +21250 {21248} 11131 1 +21251 {21249} 2383 1 +21252 {21250} 10745 1 +21253 {21251} 2022 1 +21254 {21252} 2269 1 +21255 {21253} 2401 1 +21256 {21254} 1875 1 +21257 {21255} 2494 1 +21258 {21256} 2966 1 +21259 {21257} 12442 1 +21260 {21258} 11238 1 +21261 {21259} 2371 1 +21262 {21260} 10663 1 +21263 {21261} 2189 1 +21264 {21262} 2335 1 +21265 {21263} 2215 1 +21266 {21264} 3069 1 +21267 {21265} 11424 1 +21268 {21266} 5287 1 +21269 {21267} 12764 1 +21270 {21268} 9810 1 +21271 {21269} 2454 1 +21272 {21270} 10354 1 +21273 {21271} 8150 1 +21274 {21272} 11537 1 +21275 {21273} 10717 1 +21276 {21274} 2930 1 +21277 {21275} 2070 1 +21278 {21276} 10625 1 +21279 {21277} 2870 1 +21280 {21278} 1477 1 +21281 {21279} 9882 1 +21282 {21280} 2394 1 +21283 {21281} 9766 1 +21284 {21282} 9223 1 +21285 {21283} 11997 1 +21286 {21284} 7557 1 +21287 {21285} 8314 1 +21288 {21286} 2264 1 +21289 {21287} 2011 1 +21290 {21288} 10103 1 +21291 {21289} 10640 1 +21292 {21290} 2031 1 +21293 {21291} 11223 1 +21294 {21292} 2017 1 +21295 {21293} 11760 1 +21296 {21294} 1980 1 +21297 {21295} 1963 1 +21298 {21296} 11142 1 +21299 {21297} 11947 1 +21300 {21298} 11456 1 +21301 {21299} 8889 1 +21302 {21300} 2625 1 +21303 {21301} 10344 1 +21304 {21302} 1153 1 +21305 {21303} 1753 1 +21306 {21304} 6824 1 +21307 {21305} 1417 1 +21308 {21306} 2885 1 +21309 {21307} 1962 1 +21310 {21308} 13157 1 +21311 {21309} 11907 1 +21312 {21310} 10126 1 +21313 {21311} 14056 1 +21314 {21312} 2869 1 +21315 {21313} 11573 1 +21316 {21314} 2834 1 +21317 {21315} 10022 1 +21318 {21316} 14746 1 +21319 {21317} 9010 1 +21320 {21318} 8787 1 +21321 {21319} 10393 1 +21322 {21320} 10630 1 +21323 {21321} 11024 1 +21324 {21322} 10375 1 +21325 {21323} 15481 1 +21326 {21324} 9467 1 +21327 {21325} 1538 1 +21328 {21326} 1511 1 +21329 {21327} 2118 1 +21330 {21328} 10225 1 +21331 {21329} 4480 1 +21332 {21330} 3006 1 +21333 {21331} 1568 1 +21334 {21332} 1507 1 +21335 {21333} 3004 1 +21336 {21334} 3665 1 +21337 {21335} 3102 1 +21338 {21336} 1960 1 +21339 {21337} 1836 1 +21340 {21338} 2624 1 +21341 {21339} 10843 1 +21342 {21340} 1104 1 +21343 {21341} 3278 1 +21344 {21342} 7353 1 +21345 {21343} 3047 1 +21346 {21344} 8411 1 +21347 {21345} 2903 1 +21348 {21346} 13199 1 +21349 {21347} 2598 1 +21350 {21348} 2573 1 +21351 {21349} 2738 1 +21352 {21350} 11021 1 +21353 {21351} 2532 1 +21354 {21352} 12686 1 +21355 {21353} 5615 1 +21356 {21354} 11389 1 +21357 {21355} 3078 1 +21358 {21356} 10267 1 +21359 {21357} 10396 1 +21360 {21358} 7541 1 +21361 {21359} 2839 1 +21362 {21360} 13676 1 +21363 {21361} 2693 1 +21364 {21362} 2047 1 +21365 {21363} 9659 1 +21366 {21364} 10597 1 +21367 {21365} 12184 1 +21368 {21366} 10501 1 +21369 {21367} 2075 1 +21370 {21368} 3174 1 +21371 {21369} 12228 1 +21372 {21370} 9484 1 +21373 {21371} 15669 1 +21374 {21372} 1837 1 +21375 {21373} 15485 1 +21376 {21374} 1698 1 +21377 {21375} 8948 1 +21378 {21376} 11061 1 +21379 {21377} 2420 1 +21380 {21378} 3024 1 +21381 {21379} 10134 1 +21382 {21380} 8487 1 +21383 {21381} 15126 1 +21384 {21382} 8665 1 +21385 {21383} 9776 1 +21386 {21384} 1988 1 +21387 {21385} 2130 1 +21388 {21386} 2300 1 +21389 {21387} 3282 1 +21390 {21388} 1125 1 +21391 {21389} 9955 1 +21392 {21390} 1478 1 +21393 {21391} 10944 1 +21394 {21392} 2081 1 +21395 {21393} 1959 1 +21396 {21394} 9063 1 +21397 {21395} 2740 1 +21398 {21396} 9940 1 +21399 {21397} 2660 1 +21400 {21398} 10780 1 +21401 {21399} 11530 1 +21402 {21400} 8930 1 +21403 {21401} 2573 1 +21404 {21402} 1957 1 +21405 {21403} 1006 1 +21406 {21404} 1584 1 +21407 {21405} 12260 1 +21408 {21406} 1855 1 +21409 {21407} 3012 1 +21410 {21408} 2356 1 +21411 {21409} 2367 1 +21412 {21410} 9541 1 +21413 {21411} 2539 1 +21414 {21412} 1425 1 +21415 {21413} 9518 1 +21416 {21414} 2904 1 +21417 {21415} 13614 1 +21418 {21416} 2890 1 +21419 {21417} 2152 1 +21420 {21418} 1885 1 +21421 {21419} 2255 1 +21422 {21420} 1278 1 +21423 {21421} 2009 1 +21424 {21422} 2432 1 +21425 {21423} 10549 1 +21426 {21424} 9677 1 +21427 {21425} 10792 1 +21428 {21426} 9065 1 +21429 {21427} 13632 1 +21430 {21428} 14627 1 +21431 {21429} 9552 1 +21432 {21430} 9806 1 +21433 {21431} 2332 1 +21434 {21432} 2805 1 +21435 {21433} 8624 1 +21436 {21434} 10084 1 +21437 {21435} 11714 1 +21438 {21436} 10598 1 +21439 {21437} 1832 1 +21440 {21438} 10783 1 +21441 {21439} 9964 1 +21442 {21440} 2793 1 +21443 {21441} 10637 1 +21444 {21442} 9577 1 +21445 {21443} 9622 1 +21446 {21444} 1093 1 +21447 {21445} 740 1 +21448 {21446} 10038 1 +21449 {21447} 10154 1 +21450 {21448} 9382 1 +21451 {21449} 2671 1 +21452 {21450} 2494 1 +21453 {21451} 2215 1 +21454 {21452} 6409 1 +21455 {21453} 3128 1 +21456 {21454} 1461 1 +21457 {21455} 10346 1 +21458 {21456} 2294 1 +21459 {21457} 10241 1 +21460 {21458} 9206 1 +21461 {21459} 5194 1 +21462 {21460} 7679 1 +21463 {21461} 10938 1 +21464 {21462} 2045 1 +21465 {21463} 1721 1 +21466 {21464} 10567 1 +21467 {21465} 11056 1 +21468 {21466} 1580 1 +21469 {21467} 2411 1 +21470 {21468} 1584 1 +21471 {21469} 10225 1 +21472 {21470} 5623 1 +21473 {21471} 2333 1 +21474 {21472} 2775 1 +21475 {21473} 10093 1 +21476 {21474} 932 1 +21477 {21475} 2461 1 +21478 {21476} 11128 1 +21479 {21477} 2007 1 +21480 {21478} 1719 1 +21481 {21479} 2276 1 +21482 {21480} 11481 1 +21483 {21481} 1614 1 +21484 {21482} 2092 1 +21485 {21483} 2503 1 +21486 {21484} 1068 1 +21487 {21485} 1845 1 +21488 {21486} 2941 1 +21489 {21487} 10058 1 +21490 {21488} 10525 1 +21491 {21489} 11612 1 +21492 {21490} 12249 1 +21493 {21491} 13290 1 +21494 {21492} 8803 1 +21495 {21493} 10264 1 +21496 {21494} 2326 1 +21497 {21495} 1384 1 +21498 {21496} 10988 1 +21499 {21497} 2601 1 +21500 {21498} 2166 1 +21501 {21499} 1618 1 +21502 {21500} 1065 1 +21503 {21501} 1656 1 +21504 {21502} 10596 1 +21505 {21503} 3310 1 +21506 {21504} 8699 1 +21507 {21505} 1451 1 +21508 {21506} 14168 1 +21509 {21507} 7532 1 +21510 {21508} 13126 1 +21511 {21509} 1196 1 +21512 {21510} 9981 1 +21513 {21511} 2263 1 +21514 {21512} 11364 1 +21515 {21513} 1483 1 +21516 {21514} 2738 1 +21517 {21515} 10038 1 +21518 {21516} 2154 1 +21519 {21517} 5243 1 +21520 {21518} 8545 1 +21521 {21519} 1818 1 +21522 {21520} 11352 1 +21523 {21521} 2184 1 +21524 {21522} 1929 1 +21525 {21523} 10829 1 +21526 {21524} 3240 1 +21527 {21525} 3075 1 +21528 {21526} 1570 1 +21529 {21527} 10770 1 +21530 {21528} 10129 1 +21531 {21529} 10640 1 +21532 {21530} 2910 1 +21533 {21531} 3242 1 +21534 {21532} 1676 1 +21535 {21533} 7012 1 +21536 {21534} 12015 1 +21537 {21535} 1062 1 +21538 {21536} 3340 1 +21539 {21537} 9327 1 +21540 {21538} 3503 1 +21541 {21539} 1136 1 +21542 {21540} 8712 1 +21543 {21541} 10246 1 +21544 {21542} 2125 1 +21545 {21543} 13152 1 +21546 {21544} 1884 1 +21547 {21545} 1337 1 +21548 {21546} 2101 1 +21549 {21547} 12173 1 +21550 {21548} 2167 1 +21551 {21549} 10374 1 +21552 {21550} 7921 1 +21553 {21551} 3473 1 +21554 {21552} 2165 1 +21555 {21553} 2811 1 +21556 {21554} 9318 1 +21557 {21555} 986 1 +21558 {21556} 10934 1 +21559 {21557} 11545 1 +21560 {21558} 2800 1 +21561 {21559} 12415 1 +21562 {21560} 2616 1 +21563 {21561} 10272 1 +21564 {21562} 2370 1 +21565 {21563} 15995 1 +21566 {21564} 2395 1 +21567 {21565} 11546 1 +21568 {21566} 7991 1 +21569 {21567} 15369 1 +21570 {21568} 3040 1 +21571 {21569} 1824 1 +21572 {21570} 7362 1 +21573 {21571} 2448 1 +21574 {21572} 2810 1 +21575 {21573} 1922 1 +21576 {21574} 6141 1 +21577 {21575} 15718 1 +21578 {21576} 9630 1 +21579 {21577} 2573 1 +21580 {21578} 2838 1 +21581 {21579} 3481 1 +21582 {21580} 1345 1 +21583 {21581} 14716 1 +21584 {21582} 8197 1 +21585 {21583} 9774 1 +21586 {21584} 1747 1 +21587 {21585} 11164 1 +21588 {21586} 11260 1 +21589 {21587} 7229 1 +21590 {21588} 2740 1 +21591 {21589} 2383 1 +21592 {21590} 112 1 +21593 {21591} 10694 1 +21594 {21592} 1105 1 +21595 {21593} 3073 1 +21596 {21594} 11422 1 +21597 {21595} 10761 1 +21598 {21596} 2187 1 +21599 {21597} 12095 1 +21600 {21598} 10849 1 +21601 {21599} 15668 1 +21602 {21600} 10271 1 +21603 {21601} 1903 1 +21604 {21602} 15402 1 +21605 {21603} 3210 1 +21606 {21604} 9657 1 +21607 {21605} 2766 1 +21608 {21606} 1191 1 +21609 {21607} 3316 1 +21610 {21608} 15786 1 +21611 {21609} 11120 1 +21612 {21610} 1322 1 +21613 {21611} 4365 1 +21614 {21612} 11154 1 +21615 {21613} 2670 1 +21616 {21614} 2624 1 +21617 {21615} 9992 1 +21618 {21616} 11266 1 +21619 {21617} 2619 1 +21620 {21618} 2215 1 +21621 {21619} 2333 1 +21622 {21620} 10157 1 +21623 {21621} 10022 1 +21624 {21622} 2639 1 +21625 {21623} 9493 1 +21626 {21624} 2523 1 +21627 {21625} 936 1 +21628 {21626} 1518 1 +21629 {21627} 9231 1 +21630 {21628} 8588 1 +21631 {21629} 1540 1 +21632 {21630} 2962 1 +21633 {21631} 10630 1 +21634 {21632} 510 1 +21635 {21633} 2331 1 +21636 {21634} 2095 1 +21637 {21635} 4546 1 +21638 {21636} 11485 1 +21639 {21637} 2798 1 +21640 {21638} 10806 1 +21641 {21639} 13675 1 +21642 {21640} 3387 1 +21643 {21641} 15724 1 +21644 {21642} 10643 1 +21645 {21643} 2362 1 +21646 {21644} 2423 1 +21647 {21645} 9435 1 +21648 {21646} 11349 1 +21649 {21647} 10171 1 +21650 {21648} 11072 1 +21651 {21649} 2671 1 +21652 {21650} 9720 1 +21653 {21651} 2434 1 +21654 {21652} 1257 1 +21655 {21653} 1278 1 +21656 {21654} 2635 1 +21657 {21655} 2117 1 +21658 {21656} 10218 1 +21659 {21657} 9540 1 +21660 {21658} 3095 1 +21661 {21659} 10922 1 +21662 {21660} 8758 1 +21663 {21661} 3251 1 +21664 {21662} 11123 1 +21665 {21663} 10839 1 +21666 {21664} 16007 1 +21667 {21665} 2299 1 +21668 {21666} 2190 1 +21669 {21667} 6417 1 +21670 {21668} 11076 1 +21671 {21669} 2769 1 +21672 {21670} 573 1 +21673 {21671} 2461 1 +21674 {21672} 2196 1 +21675 {21673} 10026 1 +21676 {21674} 10939 1 +21677 {21675} 1954 1 +21678 {21676} 9819 1 +21679 {21677} 13817 1 +21680 {21678} 11718 1 +21681 {21679} 11439 1 +21682 {21680} 855 1 +21683 {21681} 9539 1 +21684 {21682} 10846 1 +21685 {21683} 2350 1 +21686 {21684} 2572 1 +21687 {21685} 3455 1 +21688 {21686} 1029 1 +21689 {21687} 2638 1 +21690 {21688} 7343 1 +21691 {21689} 8988 1 +21692 {21690} 5366 1 +21693 {21691} 2377 1 +21694 {21692} 2265 1 +21695 {21693} 1893 1 +21696 {21694} 3104 1 +21697 {21695} 10967 1 +21698 {21696} 7791 1 +21699 {21697} 378 1 +21700 {21698} 1646 1 +21701 {21699} 10001 1 +21702 {21700} 11196 1 +21703 {21701} 2333 1 +21704 {21702} 12537 1 +21705 {21703} 2187 1 +21706 {21704} 11573 1 +21707 {21705} 2395 1 +21708 {21706} 2094 1 +21709 {21707} 9975 1 +21710 {21708} 10024 1 +21711 {21709} 11212 1 +21712 {21710} 1618 1 +21713 {21711} 3180 1 +21714 {21712} 2531 1 +21715 {21713} 10535 1 +21716 {21714} 3127 1 +21717 {21715} 3472 1 +21718 {21716} 3279 1 +21719 {21717} 10817 1 +21720 {21718} 10544 1 +21721 {21719} 3466 1 +21722 {21720} 5656 1 +21723 {21721} 1979 1 +21724 {21722} 2404 1 +21725 {21723} 14668 1 +21726 {21724} 1166 1 +21727 {21725} 2942 1 +21728 {21726} 8 1 +21729 {21727} 3253 1 +21730 {21728} 2563 1 +21731 {21729} 2268 1 +21732 {21730} 2300 1 +21733 {21731} 1996 1 +21734 {21732} 2039 1 +21735 {21733} 10779 1 +21736 {21734} 2739 1 +21737 {21735} 6700 1 +21738 {21736} 10528 1 +21739 {21737} 2411 1 +21740 {21738} 1719 1 +21741 {21739} 1169 1 +21742 {21740} 1342 1 +21743 {21741} 5156 1 +21744 {21742} 10601 1 +21745 {21743} 12820 1 +21746 {21744} 11138 1 +21747 {21745} 9803 1 +21748 {21746} 10051 1 +21749 {21747} 15398 1 +21750 {21748} 3111 1 +21751 {21749} 5081 1 +21752 {21750} 2096 1 +21753 {21751} 8368 1 +21754 {21752} 2740 1 +21755 {21753} 3443 1 +21756 {21754} 2166 1 +21757 {21755} 8938 1 +21758 {21756} 2536 1 +21759 {21757} 12379 1 +21760 {21758} 2192 1 +21761 {21759} 1747 1 +21762 {21760} 2363 1 +21763 {21761} 1540 1 +21764 {21762} 5202 1 +21765 {21763} 10526 1 +21766 {21764} 1724 1 +21767 {21765} 1546 1 +21768 {21766} 3076 1 +21769 {21767} 1112 1 +21770 {21768} 2231 1 +21771 {21769} 11548 1 +21772 {21770} 10213 1 +21773 {21771} 10757 1 +21774 {21772} 2689 1 +21775 {21773} 11401 1 +21776 {21774} 10056 1 +21777 {21775} 2538 1 +21778 {21776} 8496 1 +21779 {21777} 2696 1 +21780 {21778} 2193 1 +21781 {21779} 10660 1 +21782 {21780} 1718 1 +21783 {21781} 10879 1 +21784 {21782} 11223 1 +21785 {21783} 3307 1 +21786 {21784} 10340 1 +21787 {21785} 14423 1 +21788 {21786} 7228 1 +21789 {21787} 1753 1 +21790 {21788} 1373 1 +21791 {21789} 10324 1 +21792 {21790} 10268 1 +21793 {21791} 1928 1 +21794 {21792} 1809 1 +21795 {21793} 180 1 +21796 {21794} 2528 1 +21797 {21795} 11335 1 +21798 {21796} 10494 1 +21799 {21797} 9436 1 +21800 {21798} 10592 1 +21801 {21799} 2025 1 +21802 {21800} 8244 1 +21803 {21801} 2120 1 +21804 {21802} 10212 1 +21805 {21803} 3047 1 +21806 {21804} 2304 1 +21807 {21805} 3811 1 +21808 {21806} 10430 1 +21809 {21807} 13832 1 +21810 {21808} 1084 1 +21811 {21809} 10896 1 +21812 {21810} 6822 1 +21813 {21811} 12413 1 +21814 {21812} 2503 1 +21815 {21813} 8481 1 +21816 {21814} 4619 1 +21817 {21815} 3416 1 +21818 {21816} 4840 1 +21819 {21817} 13204 1 +21820 {21818} 1981 1 +21821 {21819} 2899 1 +21822 {21820} 10706 1 +21823 {21821} 2408 1 +21824 {21822} 3587 1 +21825 {21823} 2189 1 +21826 {21824} 16346 1 +21827 {21825} 2397 1 +21828 {21826} 10210 1 +21829 {21827} 12649 1 +21830 {21828} 2269 1 +21831 {21829} 9017 1 +21832 {21830} 1585 1 +21833 {21831} 9836 1 +21834 {21832} 2674 1 +21835 {21833} 2304 1 +21836 {21834} 1802 1 +21837 {21835} 9588 1 +21838 {21836} 11856 1 +21839 {21837} 11251 1 +21840 {21838} 2021 1 +21841 {21839} 1882 1 +21842 {21840} 2045 1 +21843 {21841} 2423 1 +21844 {21842} 7869 1 +21845 {21843} 16227 1 +21846 {21844} 1001 1 +21847 {21845} 10597 1 +21848 {21846} 7516 1 +21849 {21847} 10094 1 +21850 {21848} 2125 1 +21851 {21849} 3477 1 +21852 {21850} 10300 1 +21853 {21851} 1299 1 +21854 {21852} 10442 1 +21855 {21853} 7037 1 +21856 {21854} 4865 1 +21857 {21855} 10703 1 +21858 {21856} 15937 1 +21859 {21857} 2076 1 +21860 {21858} 2203 1 +21861 {21859} 1447 1 +21862 {21860} 10942 1 +21863 {21861} 1988 1 +21864 {21862} 1956 1 +21865 {21863} 2573 1 +21866 {21864} 2154 1 +21867 {21865} 10186 1 +21868 {21866} 10225 1 +21869 {21867} 2772 1 +21870 {21868} 11693 1 +21871 {21869} 11682 1 +21872 {21870} 8836 1 +21873 {21871} 8953 1 +21874 {21872} 1995 1 +21875 {21873} 11529 1 +21876 {21874} 11554 1 +21877 {21875} 2593 1 +21878 {21876} 2357 1 +21879 {21877} 11106 1 +21880 {21878} 1923 1 +21881 {21879} 12539 1 +21882 {21880} 2252 1 +21883 {21881} 3457 1 +21884 {21882} 1299 1 +21885 {21883} 5157 1 +21886 {21884} 2811 1 +21887 {21885} 8767 1 +21888 {21886} 10778 1 +21889 {21887} 2810 1 +21890 {21888} 10467 1 +21891 {21889} 973 1 +21892 {21890} 10680 1 +21893 {21891} 11369 1 +21894 {21892} 2673 1 +21895 {21893} 2584 1 +21896 {21894} 1820 1 +21897 {21895} 10974 1 +21898 {21896} 1651 1 +21899 {21897} 9037 1 +21900 {21898} 4102 1 +21901 {21899} 9449 1 +21902 {21900} 15349 1 +21903 {21901} 11066 1 +21904 {21902} 2232 1 +21905 {21903} 2743 1 +21906 {21904} 9856 1 +21907 {21905} 1482 1 +21908 {21906} 2102 1 +21909 {21907} 10129 1 +21910 {21908} 2265 1 +21911 {21909} 10973 1 +21912 {21910} 2266 1 +21913 {21911} 13310 1 +21914 {21912} 1983 1 +21915 {21913} 2234 1 +21916 {21914} 2315 1 +21917 {21915} 10692 1 +21918 {21916} 9765 1 +21919 {21917} 5846 1 +21920 {21918} 11644 1 +21921 {21919} 13 1 +21922 {21920} 11621 1 +21923 {21921} 9244 1 +21924 {21922} 3537 1 +21925 {21923} 8418 1 +21926 {21924} 12190 1 +21927 {21925} 2941 1 +21928 {21926} 1718 1 +21929 {21927} 12279 1 +21930 {21928} 2450 1 +21931 {21929} 11860 1 +21932 {21930} 9577 1 +21933 {21931} 1892 1 +21934 {21932} 10208 1 +21935 {21933} 2329 1 +21936 {21934} 1947 1 +21937 {21935} 727 1 +21938 {21936} 7476 1 +21939 {21937} 9988 1 +21940 {21938} 4258 1 +21941 {21939} 11416 1 +21942 {21940} 13468 1 +21943 {21941} 2673 1 +21944 {21942} 10165 1 +21945 {21943} 1674 1 +21946 {21944} 11060 1 +21947 {21945} 10218 1 +21948 {21946} 2972 1 +21949 {21947} 11926 1 +21950 {21948} 10593 1 +21951 {21949} 10285 1 +21952 {21950} 11708 1 +21953 {21951} 1236 1 +21954 {21952} 11740 1 +21955 {21953} 4132 1 +21956 {21954} 11897 1 +21957 {21955} 1926 1 +21958 {21956} 7953 1 +21959 {21957} 9264 1 +21960 {21958} 9809 1 +21961 {21959} 8564 1 +21962 {21960} 14825 1 +21963 {21961} 1993 1 +21964 {21962} 8831 1 +21965 {21963} 2601 1 +21966 {21964} 2700 1 +21967 {21965} 1630 1 +21968 {21966} 10090 1 +21969 {21967} 7782 1 +21970 {21968} 2646 1 +21971 {21969} 1618 1 +21972 {21970} 1532 1 +21973 {21971} 9459 1 +21974 {21972} 2394 1 +21975 {21973} 2161 1 +21976 {21974} 7376 1 +21977 {21975} 2163 1 +21978 {21976} 2672 1 +21979 {21977} 9541 1 +21980 {21978} 10086 1 +21981 {21979} 1899 1 +21982 {21980} 2200 1 +21983 {21981} 12053 1 +21984 {21982} 3627 1 +21985 {21983} 2205 1 +21986 {21984} 3463 1 +21987 {21985} 1388 1 +21988 {21986} 10853 1 +21989 {21987} 12653 1 +21990 {21988} 10671 1 +21991 {21989} 10769 1 +21992 {21990} 3282 1 +21993 {21991} 12287 1 +21994 {21992} 14780 1 +21995 {21993} 16349 1 +21996 {21994} 2149 1 +21997 {21995} 10967 1 +21998 {21996} 1839 1 +21999 {21997} 11165 1 +22000 {21998} 2535 1 +22001 {21999} 1953 1 +22002 {22000} 1814 1 +22003 {22001} 7973 1 +22004 {22002} 10246 1 +22005 {22003} 9000 1 +22006 {22004} 2459 1 +22007 {22005} 8665 1 +22008 {22006} 11223 1 +22009 {22007} 12087 1 +22010 {22008} 10430 1 +22011 {22009} 3839 1 +22012 {22010} 1308 1 +22013 {22011} 10821 1 +22014 {22012} 9055 1 +22015 {22013} 2235 1 +22016 {22014} 9871 1 +22017 {22015} 9378 1 +22018 {22016} 10279 1 +22019 {22017} 2129 1 +22020 {22018} 11178 1 +22021 {22019} 11127 1 +22022 {22020} 2850 1 +22023 {22021} 14571 1 +22024 {22022} 2502 1 +22025 {22023} 1679 1 +22026 {22024} 2266 1 +22027 {22025} 1581 1 +22028 {22026} 6974 1 +22029 {22027} 3077 1 +22030 {22028} 11842 1 +22031 {22029} 3106 1 +22032 {22030} 1766 1 +22033 {22031} 9741 1 +22034 {22032} 14820 1 +22035 {22033} 9866 1 +22036 {22034} 2382 1 +22037 {22035} 2926 1 +22038 {22036} 10395 1 +22039 {22037} 1553 1 +22040 {22038} 10496 1 +22041 {22039} 1927 1 +22042 {22040} 2244 1 +22043 {22041} 12211 1 +22044 {22042} 9761 1 +22045 {22043} 2371 1 +22046 {22044} 11126 1 +22047 {22045} 11173 1 +22048 {22046} 1913 1 +22049 {22047} 1205 1 +22050 {22048} 2820 1 +22051 {22049} 2943 1 +22052 {22050} 12718 1 +22053 {22051} 2368 1 +22054 {22052} 2670 1 +22055 {22053} 9092 1 +22056 {22054} 2490 1 +22057 {22055} 2130 1 +22058 {22056} 10674 1 +22059 {22057} 2515 1 +22060 {22058} 1411 1 +22061 {22059} 10921 1 +22062 {22060} 9407 1 +22063 {22061} 8700 1 +22064 {22062} 2775 1 +22065 {22063} 9236 1 +22066 {22064} 9889 1 +22067 {22065} 12442 1 +22068 {22066} 8505 1 +22069 {22067} 1710 1 +22070 {22068} 10794 1 +22071 {22069} 8992 1 +22072 {22070} 11372 1 +22073 {22071} 1374 1 +22074 {22072} 2060 1 +22075 {22073} 1216 1 +22076 {22074} 14620 1 +22077 {22075} 11489 1 +22078 {22076} 8381 1 +22079 {22077} 11744 1 +22080 {22078} 9253 1 +22081 {22079} 11836 1 +22082 {22080} 2361 1 +22083 {22081} 2572 1 +22084 {22082} 2149 1 +22085 {22083} 2531 1 +22086 {22084} 2287 1 +22087 {22085} 11474 1 +22088 {22086} 9810 1 +22089 {22087} 7427 1 +22090 {22088} 8984 1 +22091 {22089} 3513 1 +22092 {22090} 2805 1 +22093 {22091} 2021 1 +22094 {22092} 4346 1 +22095 {22093} 10264 1 +22096 {22094} 1457 1 +22097 {22095} 1700 1 +22098 {22096} 9806 1 +22099 {22097} 10880 1 +22100 {22098} 10721 1 +22101 {22099} 2523 1 +22102 {22100} 2791 1 +22103 {22101} 3062 1 +22104 {22102} 10281 1 +22105 {22103} 16418 1 +22106 {22104} 3692 1 +22107 {22105} 10368 1 +22108 {22106} 3022 1 +22109 {22107} 10349 1 +22110 {22108} 2505 1 +22111 {22109} 11225 1 +22112 {22110} 9959 1 +22113 {22111} 2230 1 +22114 {22112} 9843 1 +22115 {22113} 10829 1 +22116 {22114} 2415 1 +22117 {22115} 11159 1 +22118 {22116} 2539 1 +22119 {22117} 2152 1 +22120 {22118} 15264 1 +22121 {22119} 1748 1 +22122 {22120} 1654 1 +22123 {22121} 7328 1 +22124 {22122} 10858 1 +22125 {22123} 1858 1 +22126 {22124} 2560 1 +22127 {22125} 2576 1 +22128 {22126} 1756 1 +22129 {22127} 2227 1 +22130 {22128} 958 1 +22131 {22129} 10072 1 +22132 {22130} 10135 1 +22133 {22131} 12372 1 +22134 {22132} 2936 1 +22135 {22133} 1502 1 +22136 {22134} 1237 1 +22137 {22135} 1488 1 +22138 {22136} 9426 1 +22139 {22137} 3169 1 +22140 {22138} 3004 1 +22141 {22139} 7852 1 +22142 {22140} 2901 1 +22143 {22141} 2635 1 +22144 {22142} 7677 1 +22145 {22143} 2557 1 +22146 {22144} 9115 1 +22147 {22145} 5529 1 +22148 {22146} 1931 1 +22149 {22147} 12106 1 +22150 {22148} 3312 1 +22151 {22149} 2465 1 +22152 {22150} 11266 1 +22153 {22151} 15450 1 +22154 {22152} 3157 1 +22155 {22153} 2535 1 +22156 {22154} 2372 1 +22157 {22155} 1337 1 +22158 {22156} 1786 1 +22159 {22157} 2002 1 +22160 {22158} 11704 1 +22161 {22159} 5007 1 +22162 {22160} 2797 1 +22163 {22161} 16020 1 +22164 {22162} 11470 1 +22165 {22163} 9328 1 +22166 {22164} 1608 1 +22167 {22165} 2430 1 +22168 {22166} 2797 1 +22169 {22167} 8219 1 +22170 {22168} 2235 1 +22171 {22169} 8902 1 +22172 {22170} 14492 1 +22173 {22171} 1805 1 +22174 {22172} 2078 1 +22175 {22173} 1471 1 +22176 {22174} 11178 1 +22177 {22175} 2331 1 +22178 {22176} 2317 1 +22179 {22177} 2390 1 +22180 {22178} 1956 1 +22181 {22179} 2434 1 +22182 {22180} 14797 1 +22183 {22181} 2333 1 +22184 {22182} 8532 1 +22185 {22183} 11122 1 +22186 {22184} 10413 1 +22187 {22185} 3012 1 +22188 {22186} 11976 1 +22189 {22187} 3417 1 +22190 {22188} 6387 1 +22191 {22189} 5642 1 +22192 {22190} 3610 1 +22193 {22191} 10923 1 +22194 {22192} 2986 1 +22195 {22193} 3533 1 +22196 {22194} 11103 1 +22197 {22195} 11771 1 +22198 {22196} 10758 1 +22199 {22197} 9436 1 +22200 {22198} 9406 1 +22201 {22199} 11831 1 +22202 {22200} 2230 1 +22203 {22201} 2979 1 +22204 {22202} 8370 1 +22205 {22203} 2370 1 +22206 {22204} 2687 1 +22207 {22205} 784 1 +22208 {22206} 8648 1 +22209 {22207} 11914 1 +22210 {22208} 1848 1 +22211 {22209} 2660 1 +22212 {22210} 1698 1 +22213 {22211} 10165 1 +22214 {22212} 2112 1 +22215 {22213} 7388 1 +22216 {22214} 2007 1 +22217 {22215} 2091 1 +22218 {22216} 11613 1 +22219 {22217} 9484 1 +22220 {22218} 1923 1 +22221 {22219} 12295 1 +22222 {22220} 1173 1 +22223 {22221} 2102 1 +22224 {22222} 10137 1 +22225 {22223} 5526 1 +22226 {22224} 2670 1 +22227 {22225} 1439 1 +22228 {22226} 1518 1 +22229 {22227} 1996 1 +22230 {22228} 10869 1 +22231 {22229} 2325 1 +22232 {22230} 9989 1 +22233 {22231} 9356 1 +22234 {22232} 2190 1 +22235 {22233} 9665 1 +22236 {22234} 8323 1 +22237 {22235} 1992 1 +22238 {22236} 11426 1 +22239 {22237} 10340 1 +22240 {22238} 1067 1 +22241 {22239} 2134 1 +22242 {22240} 10017 1 +22243 {22241} 10078 1 +22244 {22242} 8221 1 +22245 {22243} 1535 1 +22246 {22244} 8102 1 +22247 {22245} 10570 1 +22248 {22246} 1633 1 +22249 {22313} 11660 1 +22250 {22247} 10565 1 +22251 {22248} 1028 1 +22252 {22249} 10093 1 +22253 {22250} 1522 1 +22254 {22251} 8621 1 +22255 {22252} 2794 1 +22256 {22253} 10193 1 +22257 {22254} 8367 1 +22258 {22255} 5959 1 +22259 {22256} 2809 1 +22260 {22257} 1710 1 +22261 {22258} 16254 1 +22262 {22259} 11979 1 +22263 {22260} 2306 1 +22264 {22261} 10542 1 +22265 {22262} 10011 1 +22266 {22263} 11505 1 +22267 {22264} 11620 1 +22268 {22265} 11793 1 +22269 {22266} 2029 1 +22270 {22267} 413 1 +22271 {22268} 10883 1 +22272 {22269} 10065 1 +22273 {22270} 1891 1 +22274 {22271} 1626 1 +22275 {22272} 1300 1 +22276 {22273} 2232 1 +22277 {22274} 1480 1 +22278 {22275} 13640 1 +22279 {22276} 12620 1 +22280 {22277} 7962 1 +22281 {22278} 2056 1 +22282 {22279} 1242 1 +22283 {22280} 11404 1 +22284 {22281} 9187 1 +22285 {22282} 1066 1 +22286 {22283} 1989 1 +22287 {22284} 2673 1 +22288 {22285} 8634 1 +22289 {22286} 2638 1 +22290 {22287} 515 1 +22291 {22288} 2734 1 +22292 {22289} 1990 1 +22293 {22290} 6912 1 +22294 {22291} 11415 1 +22295 {22292} 10702 1 +22296 {22293} 1779 1 +22297 {22294} 2810 1 +22298 {22295} 2382 1 +22299 {22296} 11746 1 +22300 {22297} 5638 1 +22301 {22298} 1142 1 +22302 {22299} 5638 1 +22303 {22300} 2128 1 +22304 {22301} 11904 1 +22305 {22302} 2806 1 +22306 {22303} 1674 1 +22307 {22304} 1994 1 +22308 {22305} 11498 1 +22309 {22306} 10265 1 +22310 {22307} 3228 1 +22311 {22308} 9404 1 +22312 {22309} 11065 1 +22313 {22310} 2267 1 +22314 {22311} 2422 1 +22315 {22312} 1745 1 +22316 {22314} 1660 1 +22317 {22315} 9517 1 +22318 {22316} 1891 1 +22319 {22317} 11207 1 +22320 {22318} 5954 1 +22321 {22319} 5253 1 +22322 {22320} 2602 1 +22323 {22321} 2801 1 +22324 {22322} 2058 1 +22325 {22323} 2697 1 +22326 {22324} 10660 1 +22327 {22325} 1910 1 +22328 {22326} 8049 1 +22329 {22327} 2212 1 +22330 {22328} 670 1 +22331 {22329} 11478 1 +22332 {22330} 1660 1 +22333 {22331} 9455 1 +22334 {22332} 2165 1 +22335 {22333} 1615 1 +22336 {22334} 2032 1 +22337 {22335} 9625 1 +22338 {22336} 12078 1 +22339 {22337} 1860 1 +22340 {22338} 10087 1 +22341 {22339} 8152 1 +22342 {22340} 2722 1 +22343 {22341} 10121 1 +22344 {22342} 1373 1 +22345 {22343} 10955 1 +22346 {22344} 1921 1 +22347 {22345} 8770 1 +22348 {22346} 9609 1 +22349 {22347} 2303 1 +22350 {22348} 2143 1 +22351 {22349} 3368 1 +22352 {22350} 2903 1 +22353 {22351} 8508 1 +22354 {22352} 11597 1 +22355 {22353} 3381 1 +22356 {22354} 3383 1 +22357 {22355} 10535 1 +22358 {22356} 11855 1 +22359 {22357} 10676 1 +22360 {22358} 5980 1 +22361 {22359} 1851 1 +22362 {22360} 2155 1 +22363 {22361} 8273 1 +22364 {22362} 10415 1 +22365 {22363} 1726 1 +22366 {22364} 15637 1 +22367 {22365} 11405 1 +22368 {22366} 9790 1 +22369 {22367} 1612 1 +22370 {22368} 8938 1 +22371 {22369} 4783 1 +22372 {22370} 1724 1 +22373 {22371} 9430 1 +22374 {22372} 2853 1 +22375 {22373} 1253 1 +22376 {22374} 12479 1 +22377 {22375} 15106 1 +22378 {22376} 9809 1 +22379 {22377} 1919 1 +22380 {22378} 1239 1 +22381 {22379} 9718 1 +22382 {22380} 11245 1 +22383 {22381} 11568 1 +22384 {22382} 9467 1 +22385 {22383} 2459 1 +22386 {22384} 1516 1 +22387 {22385} 10012 1 +22388 {22386} 11322 1 +22389 {22387} 1885 1 +22390 {22388} 2181 1 +22391 {22389} 7677 1 +22392 {22390} 3595 1 +22393 {22391} 2534 1 +22394 {22392} 2531 1 +22395 {22393} 1586 1 +22396 {22394} 3383 1 +22397 {22395} 9583 1 +22398 {22396} 2013 1 +22399 {22397} 10026 1 +22400 {22398} 2120 1 +22401 {22399} 2258 1 +22402 {22400} 1009 1 +22403 {22401} 9807 1 +22404 {22402} 2275 1 +22405 {22403} 2023 1 +22406 {22404} 11252 1 +22407 {22405} 2923 1 +22408 {22406} 16073 1 +22409 {22407} 2432 1 +22410 {22408} 10461 1 +22411 {22409} 2051 1 +22412 {22410} 1755 1 +22413 {22411} 8819 1 +22414 {22412} 1595 1 +22415 {22413} 701 1 +22416 {22414} 11197 1 +22417 {22415} 13687 1 +22418 {22416} 10526 1 +22419 {22417} 7187 1 +22420 {22418} 11729 1 +22421 {22419} 1027 1 +22422 {22420} 8960 1 +22423 {22421} 8485 1 +22424 {22422} 9703 1 +22425 {22423} 1637 1 +22426 {22424} 2030 1 +22427 {22425} 10597 1 +22428 {22426} 9436 1 +22429 {22427} 2660 1 +22430 {22428} 2566 1 +22431 {22429} 14993 1 +22432 {22430} 15019 1 +22433 {22431} 1404 1 +22434 {22432} 11127 1 +22435 {22433} 9908 1 +22436 {22434} 1741 1 +22437 {22435} 11799 1 +22438 {22436} 1538 1 +22439 {22437} 1678 1 +22440 {22438} 10430 1 +22441 {22439} 9155 1 +22442 {22440} 10704 1 +22443 {22441} 9875 1 +22444 {22442} 1676 1 +22445 {22443} 2707 1 +22446 {22444} 10934 1 +22447 {22445} 2859 1 +22448 {22446} 1457 1 +22449 {22447} 8985 1 +22450 {22448} 1336 1 +22451 {22449} 1518 1 +22452 {22450} 9985 1 +22453 {22451} 13370 1 +22454 {22452} 2149 1 +22455 {22453} 12202 1 +22456 {22454} 2400 1 +22457 {22455} 2367 1 +22458 {22456} 11395 1 +22459 {22457} 2772 1 +22460 {22458} 1566 1 +22461 {22459} 9700 1 +22462 {22460} 2359 1 +22463 {22461} 2370 1 +22464 {22462} 11450 1 +22465 {22463} 2228 1 +22466 {22464} 1415 1 +22467 {22465} 11256 1 +22468 {22466} 9183 1 +22469 {22467} 1512 1 +22470 {22468} 2263 1 +22471 {22469} 9187 1 +22472 {22470} 10809 1 +22473 {22471} 4670 1 +22474 {22472} 10306 1 +22475 {22473} 1893 1 +22476 {22474} 12491 1 +22477 {22475} 2756 1 +22478 {22476} 10049 1 +22479 {22477} 34 1 +22480 {22478} 1241 1 +22481 {22479} 1633 1 +22482 {22480} 9400 1 +22483 {22481} 10653 1 +22484 {22482} 4147 1 +22485 {22483} 11104 1 +22486 {22484} 9696 1 +22487 {22485} 15675 1 +22488 {22486} 6464 1 +22489 {22487} 2670 1 +22490 {22488} 9721 1 +22491 {22489} 2558 1 +22492 {22490} 2265 1 +22493 {22491} 9991 1 +22494 {22492} 2936 1 +22495 {22493} 2652 1 +22496 {22494} 10651 1 +22497 {22495} 11636 1 +22498 {22496} 2416 1 +22499 {22497} 2334 1 +22500 {22498} 1989 1 +22501 {22499} 2260 1 +22502 {22500} 11110 1 +22503 {22501} 1381 1 +22504 {22502} 2429 1 +22505 {22503} 2660 1 +22506 {22504} 2104 1 +22507 {22505} 14895 1 +22508 {22506} 4981 1 +22509 {22507} 9770 1 +22510 {22508} 12362 1 +22511 {22509} 2363 1 +22512 {22510} 10960 1 +22513 {22511} 11277 1 +22514 {22512} 1564 1 +22515 {22513} 15096 1 +22516 {22514} 11474 1 +22517 {22515} 3107 1 +22518 {22516} 10477 1 +22519 {22517} 4129 1 +22520 {22518} 9459 1 +22521 {22519} 10778 1 +22522 {22520} 9187 1 +22523 {22521} 2112 1 +22524 {22522} 8878 1 +22525 {22523} 13231 1 +22526 {22524} 3295 1 +22527 {22525} 2685 1 +22528 {22526} 15175 1 +22529 {22527} 276 1 +22530 {22528} 2023 1 +22531 {22529} 11606 1 +22532 {22530} 4046 1 +22533 {22531} 11740 1 +22534 {22532} 10340 1 +22535 {22533} 2401 1 +22536 {22534} 14971 1 +22537 {22535} 2894 1 +22538 {22536} 9866 1 +22539 {22537} 12068 1 +22540 {22538} 3035 1 +22541 {22539} 12534 1 +22542 {22540} 2088 1 +22543 {22541} 2469 1 +22544 {22542} 8325 1 +22545 {22543} 1989 1 +22546 {22544} 9764 1 +22547 {22545} 10761 1 +22548 {22546} 3439 1 +22549 {22547} 10258 1 +22550 {22548} 1900 1 +22551 {22549} 2399 1 +22552 {22550} 10921 1 +22553 {22551} 1118 1 +22554 {22552} 10171 1 +22555 {22553} 8207 1 +22556 {22554} 9668 1 +22557 {22555} 2120 1 +22558 {22556} 1011 1 +22559 {22557} 4566 1 +22560 {22558} 3916 1 +22561 {22559} 1851 1 +22562 {22560} 14189 1 +22563 {22561} 11640 1 +22564 {22562} 2775 1 +22565 {22563} 2187 1 +22566 {22564} 8460 1 +22567 {22565} 1927 1 +22568 {22566} 9136 1 +22569 {22567} 13717 1 +22570 {22568} 9473 1 +22571 {22569} 10455 1 +22572 {22570} 1678 1 +22573 {22571} 2370 1 +22574 {22572} 1139 1 +22575 {22573} 2843 1 +22576 {22574} 2352 1 +22577 {22575} 2411 1 +22578 {22576} 10393 1 +22579 {22577} 9384 1 +22580 {22578} 2739 1 +22581 {22579} 12073 1 +22582 {22580} 10879 1 +22583 {22581} 3159 1 +22584 {22582} 10264 1 +22585 {22583} 5580 1 +22586 {22584} 10926 1 +22587 {22585} 5195 1 +22588 {22586} 9105 1 +22589 {22587} 3248 1 +22590 {22588} 3645 1 +22591 {22589} 10479 1 +22592 {22590} 6675 1 +22593 {22591} 1138 1 +22594 {22592} 2974 1 +22595 {22593} 1818 1 +22596 {22594} 1722 1 +22597 {22595} 11925 1 +22598 {22596} 3951 1 +22599 {22597} 3331 1 +22600 {22598} 3455 1 +22601 {22599} 13110 1 +22602 {22600} 2268 1 +22603 {22601} 2740 1 +22604 {22602} 10670 1 +22605 {22603} 1065 1 +22606 {22604} 2941 1 +22607 {22605} 1851 1 +22608 {22606} 1487 1 +22609 {22607} 11462 1 +22610 {22608} 3577 1 +22611 {22609} 2753 1 +22612 {22610} 2843 1 +22613 {22611} 2400 1 +22614 {22612} 1586 1 +22615 {22613} 10844 1 +22616 {22614} 2350 1 +22617 {22615} 10206 1 +22618 {22616} 3064 1 +22619 {22617} 8793 1 +22620 {22618} 1678 1 +22621 {22619} 11897 1 +22622 {22620} 2972 1 +22623 {22621} 4321 1 +22624 {22622} 6109 1 +22625 {22623} 14976 1 +22626 {22624} 7438 1 +22627 {22625} 9263 1 +22628 {22626} 2428 1 +22629 {22627} 5487 1 +22630 {22628} 11081 1 +22631 {22629} 1912 1 +22632 {22630} 10559 1 +22633 {22631} 1940 1 +22634 {22632} 9771 1 +22635 {22633} 10686 1 +22636 {22634} 1992 1 +22637 {22635} 1844 1 +22638 {22636} 11116 1 +22639 {22637} 10927 1 +22640 {22638} 9961 1 +22641 {22639} 2734 1 +22642 {22640} 2379 1 +22643 {22641} 6234 1 +22644 {22642} 1967 1 +22645 {22643} 2766 1 +22646 {22644} 2118 1 +22647 {22645} 2661 1 +22648 {22646} 2130 1 +22649 {22647} 1644 1 +22650 {22648} 1963 1 +22651 {22649} 9995 1 +22652 {22650} 10792 1 +22653 {22651} 2058 1 +22654 {22652} 2809 1 +22655 {22653} 10413 1 +22656 {22654} 13802 1 +22657 {22655} 8226 1 +22658 {22656} 2534 1 +22659 {22657} 1914 1 +22660 {22658} 2122 1 +22661 {22659} 9133 1 +22662 {22660} 10323 1 +22663 {22661} 11822 1 +22664 {22662} 2616 1 +22665 {22663} 6894 1 +22666 {22664} 10809 1 +22667 {22665} 10724 1 +22668 {22666} 11061 1 +22669 {22667} 10109 1 +22670 {22668} 12911 1 +22671 {22669} 2432 1 +22672 {22670} 8845 1 +22673 {22671} 9466 1 +22674 {22672} 9946 1 +22675 {22673} 1944 1 +22676 {22674} 10928 1 +22677 {22675} 9776 1 +22678 {22676} 3233 1 +22679 {22677} 2232 1 +22680 {22678} 2777 1 +22681 {22679} 9711 1 +22682 {22680} 7516 1 +22683 {22681} 9261 1 +22684 {22682} 2067 1 +22685 {22683} 2668 1 +22686 {22684} 2123 1 +22687 {22685} 2100 1 +22688 {22686} 11386 1 +22689 {22687} 9994 1 +22690 {22688} 11850 1 +22691 {22689} 12108 1 +22692 {22690} 10618 1 +22693 {22691} 12978 1 +22694 {22692} 7127 1 +22695 {22693} 11272 1 +22696 {22694} 11078 1 +22697 {22695} 10730 1 +22698 {22696} 1892 1 +22699 {22697} 10542 1 +22700 {22698} 13921 1 +22701 {22699} 2929 1 +22702 {22700} 2386 1 +22703 {22701} 2691 1 +22704 {22702} 3604 1 +22705 {22703} 9625 1 +22706 {22704} 16598 1 +22707 {22705} 5236 1 +22708 {22706} 9595 1 +22709 {22707} 2516 1 +22710 {22708} 11881 1 +22711 {22709} 11023 1 +22712 {22710} 9512 1 +22713 {22711} 3856 1 +22714 {22712} 2350 1 +22715 {22713} 8523 1 +22716 {22714} 11164 1 +22717 {22715} 11178 1 +22718 {22716} 2572 1 +22719 {22717} 1653 1 +22720 {22718} 10497 1 +22721 {22719} 2660 1 +22722 {22720} 9615 1 +22723 {22721} 3074 1 +22724 {22722} 10204 1 +22725 {22723} 12060 1 +22726 {22724} 1442 1 +22727 {22725} 11496 1 +22728 {22726} 14997 1 +22729 {22727} 9614 1 +22730 {22728} 3499 1 +22731 {22729} 11447 1 +22732 {22730} 6446 1 +22733 {22731} 9525 1 +22734 {22732} 2862 1 +22735 {22733} 2535 1 +22736 {22734} 8726 1 +22737 {22735} 11266 1 +22738 {22736} 2869 1 +22739 {22737} 8943 1 +22740 {22738} 2225 1 +22741 {22739} 11230 1 +22742 {22740} 9484 1 +22743 {22741} 10960 1 +22744 {22742} 1385 1 +22745 {22743} 453 1 +22746 {22744} 9038 1 +22747 {22745} 9856 1 +22748 {22746} 907 1 +22749 {22747} 9828 1 +22750 {22748} 2708 1 +22751 {22749} 1935 1 +22752 {22750} 2300 1 +22753 {22751} 1205 1 +22754 {22752} 1992 1 +22755 {22753} 2092 1 +22756 {22754} 1113 1 +22757 {22755} 2775 1 +22758 {22756} 9515 1 +22759 {22757} 2499 1 +22760 {22758} 10916 1 +22761 {22759} 1097 1 +22762 {22760} 2640 1 +22763 {22761} 1654 1 +22764 {22762} 9109 1 +22765 {22763} 11379 1 +22766 {22764} 9978 1 +22767 {22765} 1893 1 +22768 {22766} 2842 1 +22769 {22767} 1988 1 +22770 {22768} 1274 1 +22771 {22769} 9800 1 +22772 {22770} 7815 1 +22773 {22771} 2632 1 +22774 {22772} 2167 1 +22775 {22773} 2023 1 +22776 {22774} 11052 1 +22777 {22775} 10747 1 +22778 {22776} 8721 1 +22779 {22777} 10916 1 +22780 {22778} 4033 1 +22781 {22779} 10061 1 +22782 {22780} 11974 1 +22783 {22781} 11424 1 +22784 {22782} 14354 1 +22785 {22783} 9694 1 +22786 {22784} 2081 1 +22787 {22785} 872 1 +22788 {22786} 10927 1 +22789 {22787} 7125 1 +22790 {22788} 2028 1 +22791 {22789} 9762 1 +22792 {22790} 11061 1 +22793 {22791} 2637 1 +22794 {22792} 10479 1 +22795 {22793} 10186 1 +22796 {22794} 2334 1 +22797 {22795} 2061 1 +22798 {22796} 2088 1 +22799 {22797} 1823 1 +22800 {22798} 8174 1 +22801 {22799} 9377 1 +22802 {22800} 15203 1 +22803 {22801} 9638 1 +22804 {22802} 9322 1 +22805 {22803} 4475 1 +22806 {22804} 10605 1 +22807 {22805} 10146 1 +22808 {22806} 2574 1 +22809 {22807} 1606 1 +22810 {22808} 10053 1 +22811 {22809} 1339 1 +22812 {22810} 12248 1 +22813 {22811} 9336 1 +22814 {22812} 9730 1 +22815 {22813} 10051 1 +22816 {22814} 11378 1 +22817 {22815} 2155 1 +22818 {22816} 1386 1 +22819 {22817} 1746 1 +22820 {22818} 10122 1 +22821 {22819} 10842 1 +22822 {22820} 11888 1 +22823 {22821} 9484 1 +22824 {22822} 10171 1 +22825 {22823} 15103 1 +22826 {22824} 10071 1 +22827 {22825} 1273 1 +22828 {22826} 1124 1 +22829 {22827} 11633 1 +22830 {22828} 11343 1 +22831 {22829} 7644 1 +22832 {22830} 10125 1 +22833 {22831} 2122 1 +22834 {22832} 2160 1 +22835 {22833} 2640 1 +22836 {22834} 2381 1 +22837 {22835} 11586 1 +22838 {22836} 3294 1 +22839 {22837} 11352 1 +22840 {22838} 2466 1 +22841 {22839} 7855 1 +22842 {22840} 1196 1 +22843 {22841} 8268 1 +22844 {22842} 2233 1 +22845 {22843} 2064 1 +22846 {22844} 2878 1 +22847 {22845} 3362 1 +22848 {22846} 2353 1 +22849 {22847} 10552 1 +22850 {22848} 4104 1 +22851 {22849} 11719 1 +22852 {22850} 10282 1 +22853 {22851} 8586 1 +22854 {22852} 10158 1 +22855 {22853} 3203 1 +22856 {22854} 8102 1 +22857 {22855} 1892 1 +22858 {22856} 1638 1 +22859 {22857} 3339 1 +22860 {22858} 10234 1 +22861 {22859} 3100 1 +22862 {22860} 8356 1 +22863 {22861} 10032 1 +22864 {22862} 10679 1 +22865 {22863} 11175 1 +22866 {22864} 2040 1 +22867 {22865} 1617 1 +22868 {22866} 11447 1 +22869 {22867} 2100 1 +22870 {22868} 2885 1 +22871 {22869} 11237 1 +22872 {22870} 8014 1 +22873 {22871} 2343 1 +22874 {22872} 10858 1 +22875 {22873} 3009 1 +22876 {22874} 11513 1 +22877 {22875} 11426 1 +22878 {22876} 8707 1 +22879 {22877} 8778 1 +22880 {22878} 1724 1 +22881 {22879} 3310 1 +22882 {22880} 2161 1 +22883 {22881} 2223 1 +22884 {22882} 9610 1 +22885 {22883} 1541 1 +22886 {22884} 3288 1 +22887 {22885} 10605 1 +22888 {22886} 2634 1 +22889 {22887} 2658 1 +22890 {22888} 10630 1 +22891 {22889} 2763 1 +22892 {22890} 12477 1 +22893 {22891} 11373 1 +22894 {22892} 2668 1 +22895 {22893} 10489 1 +22896 {22894} 10820 1 +22897 {22895} 3981 1 +22898 {22896} 14788 1 +22899 {22897} 7888 1 +22900 {22898} 12293 1 +22901 {22899} 2197 1 +22902 {22900} 4927 1 +22903 {22901} 9623 1 +22904 {22902} 1683 1 +22905 {22903} 5371 1 +22906 {22904} 2534 1 +22907 {22905} 55 1 +22908 {22906} 9795 1 +22909 {22907} 10939 1 +22910 {22908} 2598 1 +22911 {22909} 2706 1 +22912 {22910} 12454 1 +22913 {22911} 2163 1 +22914 {22912} 10542 1 +22915 {22913} 2287 1 +22916 {22914} 2854 1 +22917 {22915} 3363 1 +22918 {22916} 10869 1 +22919 {22917} 9687 1 +22920 {22918} 1481 1 +22921 {22919} 556 1 +22922 {22920} 1098 1 +22923 {22921} 10564 1 +22924 {22922} 1320 1 +22925 {22923} 8854 1 +22926 {22924} 2215 1 +22927 {22925} 9819 1 +22928 {22926} 11279 1 +22929 {22927} 2560 1 +22930 {22928} 10252 1 +22931 {22929} 11608 1 +22932 {22930} 1754 1 +22933 {22931} 2532 1 +22934 {22932} 2770 1 +22935 {22933} 2502 1 +22936 {22934} 10804 1 +22937 {22935} 7629 1 +22938 {22936} 1205 1 +22939 {22937} 2496 1 +22940 {22938} 10508 1 +22941 {22939} 3077 1 +22942 {22940} 685 1 +22943 {22941} 1054 1 +22944 {22942} 8122 1 +22945 {22943} 1232 1 +22946 {22944} 1378 1 +22947 {22945} 10218 1 +22948 {22946} 1258 1 +22949 {22947} 11086 1 +22950 {22948} 2700 1 +22951 {22949} 9034 1 +22952 {22950} 3169 1 +22953 {22951} 3362 1 +22954 {22952} 10715 1 +22955 {22953} 4313 1 +22956 {22954} 11373 1 +22957 {22955} 12109 1 +22958 {22956} 7025 1 +22959 {22957} 10507 1 +22960 {22958} 2025 1 +22961 {22959} 10914 1 +22962 {22960} 10811 1 +22963 {22961} 2856 1 +22964 {22962} 7199 1 +22965 {22963} 10773 1 +22966 {22964} 1718 1 +22967 {22965} 1785 1 +22968 {22966} 4353 1 +22969 {22967} 11300 1 +22970 {22968} 10596 1 +22971 {22969} 3801 1 +22972 {22970} 2593 1 +22973 {22971} 1410 1 +22974 {22972} 7969 1 +22975 {22973} 1879 1 +22976 {22974} 10393 1 +22977 {22975} 1582 1 +22978 {22976} 10912 1 +22979 {22977} 8721 1 +22980 {22978} 11299 1 +22981 {22979} 10769 1 +22982 {22980} 1957 1 +22983 {22981} 9810 1 +22984 {22982} 13951 1 +22985 {22983} 5656 1 +22986 {22984} 16550 1 +22987 {22985} 2538 1 +22988 {22986} 12858 1 +22989 {22987} 2873 1 +22990 {22988} 10699 1 +22991 {22989} 2571 1 +22992 {22990} 11305 1 +22993 {22991} 10358 1 +22994 {22992} 16161 1 +22995 {22993} 2674 1 +22996 {22994} 5982 1 +22997 {22995} 9053 1 +22998 {22996} 13093 1 +22999 {22997} 9884 1 +23000 {22998} 1374 1 +23001 {22999} 2739 1 +23002 {23000} 12255 1 +23003 {23001} 10538 1 +23004 {23002} 10087 1 +23005 {23003} 938 1 +23006 {23004} 9871 1 +23007 {23005} 7710 1 +23008 {23006} 10400 1 +23009 {23007} 2527 1 +23010 {23008} 3576 1 +23011 {23009} 1820 1 +23012 {23010} 2427 1 +23013 {23011} 1792 1 +23014 {23012} 11031 1 +23015 {23013} 3034 1 +23016 {23014} 9360 1 +23017 {23015} 10751 1 +23018 {23016} 1148 1 +23019 {23017} 2597 1 +23020 {23018} 7268 1 +23021 {23019} 10946 1 +23022 {23020} 2260 1 +23023 {23021} 10967 1 +23024 {23022} 1582 1 +23025 {23023} 11228 1 +23026 {23024} 13043 1 +23027 {23025} 2462 1 +23028 {23026} 11830 1 +23029 {23027} 2589 1 +23030 {23028} 1265 1 +23031 {23029} 2945 1 +23032 {23030} 13967 1 +23033 {23031} 5553 1 +23034 {23032} 2672 1 +23035 {23033} 11328 1 +23036 {23034} 2427 1 +23037 {23035} 1890 1 +23038 {23036} 10339 1 +23039 {23037} 9431 1 +23040 {23038} 15780 1 +23041 {23039} 1848 1 +23042 {23040} 7926 1 +23043 {23041} 3247 1 +23044 {23042} 2929 1 +23045 {23043} 11834 1 +23046 {23044} 9098 1 +23047 {23045} 1550 1 +23048 {23046} 10024 1 +23049 {23047} 10851 1 +23050 {23048} 10853 1 +23051 {23049} 2367 1 +23052 {23050} 1752 1 +23053 {23051} 1754 1 +23054 {23052} 10669 1 +23055 {23053} 11104 1 +23056 {23054} 1418 1 +23057 {23055} 11804 1 +23058 {23056} 11401 1 +23059 {23057} 2386 1 +23060 {23058} 11696 1 +23061 {23059} 5548 1 +23062 {23060} 9367 1 +23063 {23061} 11098 1 +23064 {23062} 8373 1 +23065 {23063} 10874 1 +23066 {23064} 9379 1 +23067 {23065} 8003 1 +23068 {23066} 1039 1 +23069 {23067} 2151 1 +23070 {23068} 2904 1 +23071 {23069} 8617 1 +23072 {23070} 2767 1 +23073 {23071} 2293 1 +23074 {23072} 8300 1 +23075 {23073} 2154 1 +23076 {23074} 11659 1 +23077 {23075} 2743 1 +23078 {23076} 1924 1 +23079 {23077} 3478 1 +23080 {23078} 5091 1 +23081 {23079} 2539 1 +23082 {23080} 2777 1 +23083 {23081} 1788 1 +23084 {23082} 15711 1 +23085 {23083} 9741 1 +23086 {23084} 3666 1 +23087 {23085} 994 1 +23088 {23086} 2371 1 +23089 {23087} 11103 1 +23090 {23088} 2634 1 +23091 {23089} 1890 1 +23092 {23090} 1946 1 +23093 {23091} 521 1 +23094 {23092} 1407 1 +23095 {23093} 12456 1 +23096 {23094} 1483 1 +23097 {23095} 1779 1 +23098 {23096} 9519 1 +23099 {23097} 2904 1 +23100 {23098} 7049 1 +23101 {23099} 10497 1 +23102 {23100} 3349 1 +23103 {23101} 1688 1 +23104 {23102} 2469 1 +23105 {23103} 2140 1 +23106 {23104} 10450 1 +23107 {23105} 2064 1 +23108 {23106} 10207 1 +23109 {23107} 3492 1 +23110 {23108} 3313 1 +23111 {23109} 2194 1 +23112 {23110} 11089 1 +23113 {23111} 8972 1 +23114 {23112} 2602 1 +23115 {23113} 1458 1 +23116 {23114} 10045 1 +23117 {23115} 2115 1 +23118 {23116} 8955 1 +23119 {23117} 2182 1 +23120 {23118} 2197 1 +23121 {23119} 9104 1 +23122 {23120} 11950 1 +23123 {23121} 9254 1 +23124 {23122} 2361 1 +23125 {23123} 1859 1 +23126 {23124} 1635 1 +23127 {23125} 9755 1 +23128 {23126} 3379 1 +23129 {23127} 1852 1 +23130 {23128} 1336 1 +23131 {23129} 3863 1 +23132 {23130} 1753 1 +23133 {23131} 2804 1 +23134 {23132} 1566 1 +23135 {23133} 3384 1 +23136 {23134} 2590 1 +23137 {23135} 1571 1 +23138 {23136} 11682 1 +23139 {23137} 9618 1 +23140 {23138} 1246 1 +23141 {23139} 2185 1 +23142 {23140} 1340 1 +23143 {23141} 3348 1 +23144 {23142} 2835 1 +23145 {23143} 9957 1 +23146 {23144} 8834 1 +23147 {23145} 5007 1 +23148 {23146} 10349 1 +23149 {23147} 8243 1 +23150 {23148} 883 1 +23151 {23149} 3073 1 +23152 {23150} 1906 1 +23153 {23151} 2382 1 +23154 {23152} 2873 1 +23155 {23153} 2776 1 +23156 {23154} 8862 1 +23157 {23155} 12741 1 +23158 {23156} 10455 1 +23159 {23157} 2812 1 +23160 {23158} 9725 1 +23161 {23159} 13610 1 +23162 {23160} 1619 1 +23163 {23161} 6661 1 +23164 {23162} 11189 1 +23165 {23163} 1394 1 +23166 {23164} 16174 1 +23167 {23165} 2428 1 +23168 {23166} 12099 1 +23169 {23167} 1957 1 +23170 {23168} 9295 1 +23171 {23169} 5698 1 +23172 {23170} 2160 1 +23173 {23171} 2910 1 +23174 {23172} 10335 1 +23175 {23173} 10746 1 +23176 {23174} 2190 1 +23177 {23175} 3416 1 +23178 {23176} 2703 1 +23179 {23177} 15391 1 +23180 {23178} 2316 1 +23181 {23179} 2086 1 +23182 {23180} 10620 1 +23183 {23181} 10679 1 +23184 {23182} 2983 1 +23185 {23183} 10555 1 +23186 {23184} 1741 1 +23187 {23185} 1251 1 +23188 {23186} 2604 1 +23189 {23187} 4548 1 +23190 {23188} 2503 1 +23191 {23189} 14793 1 +23192 {23190} 4387 1 +23193 {23191} 3282 1 +23194 {23192} 679 1 +23195 {23193} 15576 1 +23196 {23194} 10234 1 +23197 {23195} 1092 1 +23198 {23196} 2769 1 +23199 {23197} 3274 1 +23200 {23198} 10196 1 +23201 {23199} 15879 1 +23202 {23200} 2467 1 +23203 {23201} 1653 1 +23204 {23202} 2017 1 +23205 {23203} 2267 1 +23206 {23204} 11061 1 +23207 {23205} 10301 1 +23208 {23206} 5653 1 +23209 {23207} 2696 1 +23210 {23208} 8631 1 +23211 {23209} 8260 1 +23212 {23210} 9438 1 +23213 {23211} 1617 1 +23214 {23212} 2172 1 +23215 {23213} 9672 1 +23216 {23214} 2926 1 +23217 {23215} 2044 1 +23218 {23216} 14733 1 +23219 {23217} 3111 1 +23220 {23218} 10542 1 +23221 {23219} 1780 1 +23222 {23220} 2335 1 +23223 {23221} 10192 1 +23224 {23222} 2094 1 +23225 {23223} 4916 1 +23226 {23224} 3682 1 +23227 {23225} 10008 1 +23228 {23226} 2084 1 +23229 {23227} 1722 1 +23230 {23228} 9472 1 +23231 {23229} 3315 1 +23232 {23230} 16037 1 +23233 {23231} 2678 1 +23234 {23232} 2768 1 +23235 {23233} 2158 1 +23236 {23234} 9623 1 +23237 {23235} 10916 1 +23238 {23236} 2591 1 +23239 {23237} 13916 1 +23240 {23238} 2401 1 +23241 {23239} 2904 1 +23242 {23240} 10583 1 +23243 {23241} 2835 1 +23244 {23242} 10109 1 +23245 {23243} 10910 1 +23246 {23244} 9647 1 +23247 {23245} 7987 1 +23248 {23246} 13878 1 +23249 {23247} 11066 1 +23250 {23248} 7910 1 +23251 {23249} 2868 1 +23252 {23250} 4699 1 +23253 {23251} 1799 1 +23254 {23252} 9563 1 +23255 {23253} 11741 1 +23256 {23254} 509 1 +23257 {23255} 9402 1 +23258 {23256} 10339 1 +23259 {23257} 3031 1 +23260 {23258} 2152 1 +23261 {23259} 2845 1 +23262 {23260} 1609 1 +23263 {23261} 8958 1 +23264 {23262} 2638 1 +23265 {23263} 1225 1 +23266 {23264} 10902 1 +23267 {23265} 7971 1 +23268 {23266} 2081 1 +23269 {23267} 1271 1 +23270 {23268} 13385 1 +23271 {23269} 2587 1 +23272 {23270} 9909 1 +23273 {23271} 3433 1 +23274 {23272} 11892 1 +23275 {23273} 11786 1 +23276 {23274} 9944 1 +23277 {23275} 8965 1 +23278 {23276} 9209 1 +23279 {23277} 1886 1 +23280 {23278} 12030 1 +23281 {23279} 2730 1 +23282 {23280} 2708 1 +23283 {23281} 11766 1 +23284 {23282} 11846 1 +23285 {23283} 11428 1 +23286 {23284} 3013 1 +23287 {23285} 6091 1 +23288 {23286} 10676 1 +23289 {23287} 1685 1 +23290 {23288} 10778 1 +23291 {23289} 12941 1 +23292 {23290} 13643 1 +23293 {23291} 7617 1 +23294 {23292} 2315 1 +23295 {23293} 2128 1 +23296 {23294} 8400 1 +23297 {23295} 9618 1 +23298 {23296} 1868 1 +23299 {23297} 10792 1 +23300 {23298} 10648 1 +23301 {23299} 2856 1 +23302 {23300} 1581 1 +23303 {23301} 2817 1 +23304 {23302} 1197 1 +23305 {23303} 11198 1 +23306 {23304} 1882 1 +23307 {23305} 11753 1 +23308 {23306} 9907 1 +23309 {23307} 2741 1 +23310 {23308} 9737 1 +23311 {23309} 2490 1 +23312 {23310} 2124 1 +23313 {23311} 2113 1 +23314 {23312} 11234 1 +23315 {23313} 11608 1 +23316 {23314} 10315 1 +23317 {23315} 2067 1 +23318 {23316} 3214 1 +23319 {23317} 10122 1 +23320 {23318} 11953 1 +23321 {23319} 11881 1 +23322 {23320} 11407 1 +23323 {23321} 2435 1 +23324 {23322} 11088 1 +23325 {23323} 1233 1 +23326 {23324} 2249 1 +23327 {23325} 12635 1 +23328 {23326} 2630 1 +23329 {23327} 2763 1 +23330 {23328} 6002 1 +23331 {23329} 1826 1 +23332 {23330} 1839 1 +23333 {23331} 2600 1 +23334 {23332} 9978 1 +23335 {23333} 10786 1 +23336 {23334} 10669 1 +23337 {23335} 12291 1 +23338 {23336} 2134 1 +23339 {23337} 9340 1 +23340 {23338} 2399 1 +23341 {23339} 2842 1 +23342 {23340} 14331 1 +23343 {23341} 1859 1 +23344 {23342} 10417 1 +23345 {23343} 3096 1 +23346 {23344} 3314 1 +23347 {23345} 1782 1 +23348 {23346} 3046 1 +23349 {23347} 2453 1 +23350 {23348} 1713 1 +23351 {23349} 2981 1 +23352 {23350} 2151 1 +23353 {23351} 10734 1 +23354 {23352} 11465 1 +23355 {23353} 2874 1 +23356 {23354} 11619 1 +23357 {23355} 2018 1 +23358 {23356} 11536 1 +23359 {23357} 9665 1 +23360 {23358} 2527 1 +23361 {23359} 1543 1 +23362 {23360} 9862 1 +23363 {23361} 9757 1 +23364 {23362} 2359 1 +23365 {23363} 2604 1 +23366 {23364} 2302 1 +23367 {23365} 2563 1 +23368 {23366} 2098 1 +23369 {23367} 3140 1 +23370 {23368} 10953 1 +23371 {23369} 3805 1 +23372 {23370} 2831 1 +23373 {23371} 14361 1 +23374 {23372} 1230 1 +23375 {23373} 12612 1 +23376 {23374} 9588 1 +23377 {23375} 14858 1 +23378 {23376} 10978 1 +23379 {23377} 11531 1 +23380 {23378} 1976 1 +23381 {23379} 9660 1 +23382 {23380} 10169 1 +23383 {23381} 8708 1 +23384 {23382} 6504 1 +23385 {23383} 6431 1 +23386 {23384} 8034 1 +23387 {23385} 11761 1 +23388 {23386} 2845 1 +23389 {23387} 3139 1 +23390 {23388} 10735 1 +23391 {23389} 2670 1 +23392 {23390} 1926 1 +23393 {23391} 2493 1 +23394 {23392} 3734 1 +23395 {23393} 8120 1 +23396 {23394} 11487 1 +23397 {23395} 10470 1 +23398 {23396} 3064 1 +23399 {23397} 9948 1 +23400 {23398} 1486 1 +23401 {23399} 3419 1 +23402 {23400} 9797 1 +23403 {23401} 9640 1 +23404 {23402} 7331 1 +23405 {23403} 2672 1 +23406 {23404} 1244 1 +23407 {23405} 6582 1 +23408 {23406} 2574 1 +23409 {23407} 1120 1 +23410 {23408} 1476 1 +23411 {23409} 9912 1 +23412 {23410} 10705 1 +23413 {23411} 2812 1 +23414 {23412} 10329 1 +23415 {23413} 16473 1 +23416 {23414} 2399 1 +23417 {23415} 9893 1 +23418 {23416} 1117 1 +23419 {23417} 8947 1 +23420 {23418} 3888 1 +23421 {23419} 14619 1 +23422 {23420} 2121 1 +23423 {23421} 11091 1 +23424 {23422} 9670 1 +23425 {23423} 10953 1 +23426 {23424} 2167 1 +23427 {23425} 1954 1 +23428 {23426} 1866 1 +23429 {23427} 3349 1 +23430 {23428} 10186 1 +23431 {23429} 13556 1 +23432 {23430} 11053 1 +23433 {23431} 10475 1 +23434 {23432} 2769 1 +23435 {23433} 3216 1 +23436 {23434} 16321 1 +23437 {23435} 1954 1 +23438 {23436} 4227 1 +23439 {23437} 10779 1 +23440 {23438} 11216 1 +23441 {23439} 11222 1 +23442 {23440} 3224 1 +23443 {23441} 2163 1 +23444 {23442} 12228 1 +23445 {23443} 5527 1 +23446 {23444} 14307 1 +23447 {23445} 11684 1 +23448 {23446} 9747 1 +23449 {23447} 2494 1 +23450 {23448} 10508 1 +23451 {23449} 10599 1 +23452 {23450} 2300 1 +23453 {23451} 10360 1 +23454 {23452} 10826 1 +23455 {23453} 2502 1 +23456 {23454} 2288 1 +23457 {23455} 1817 1 +23458 {23456} 1305 1 +23459 {23457} 9957 1 +23460 {23458} 2427 1 +23461 {23459} 2979 1 +23462 {23460} 10250 1 +23463 {23461} 11648 1 +23464 {23462} 1474 1 +23465 {23463} 1755 1 +23466 {23464} 11312 1 +23467 {23465} 1893 1 +23468 {23466} 9612 1 +23469 {23467} 11386 1 +23470 {23468} 1417 1 +23471 {23469} 1041 1 +23472 {23470} 1676 1 +23473 {23471} 9627 1 +23474 {23472} 1993 1 +23475 {23473} 2845 1 +23476 {23474} 1997 1 +23477 {23475} 11164 1 +23478 {23476} 1071 1 +23479 {23477} 11012 1 +23480 {23478} 10094 1 +23481 {23479} 2777 1 +23482 {23480} 9018 1 +23483 {23481} 12939 1 +23484 {23482} 11020 1 +23485 {23483} 14152 1 +23486 {23484} 1596 1 +23487 {23485} 1614 1 +23488 {23486} 873 1 +23489 {23487} 1565 1 +23490 {23488} 9156 1 +23491 {23489} 11426 1 +23492 {23490} 1653 1 +23493 {23491} 2262 1 +23494 {23492} 12818 1 +23495 {23493} 8200 1 +23496 {23494} 9948 1 +23497 {23495} 1994 1 +23498 {23496} 9924 1 +23499 {23497} 10601 1 +23500 {23498} 2406 1 +23501 {23499} 1554 1 +23502 {23500} 2134 1 +23503 {23501} 11810 1 +23504 {23502} 10987 1 +23505 {23503} 12292 1 +23506 {23504} 10806 1 +23507 {23505} 2119 1 +23508 {23506} 2063 1 +23509 {23507} 7567 1 +23510 {23508} 2401 1 +23511 {23509} 10210 1 +23512 {23510} 12510 1 +23513 {23511} 10960 1 +23514 {23512} 9264 1 +23515 {23513} 3545 1 +23516 {23514} 16139 1 +23517 {23515} 9110 1 +23518 {23516} 11072 1 +23519 {23517} 9475 1 +23520 {23518} 9180 1 +23521 {23519} 11080 1 +23522 {23520} 2323 1 +23523 {23521} 8931 1 +23524 {23522} 10213 1 +23525 {23523} 11110 1 +23526 {23524} 8895 1 +23527 {23525} 1169 1 +23528 {23526} 8153 1 +23529 {23527} 2031 1 +23530 {23528} 10175 1 +23531 {23529} 2067 1 +23532 {23530} 2878 1 +23533 {23531} 2051 1 +23534 {23532} 4252 1 +23535 {23533} 1491 1 +23536 {23534} 2009 1 +23537 {23535} 10246 1 +23538 {23536} 9909 1 +23539 {23537} 3038 1 +23540 {23538} 10835 1 +23541 {23539} 10531 1 +23542 {23540} 10690 1 +23543 {23541} 2721 1 +23544 {23542} 7817 1 +23545 {23543} 1913 1 +23546 {23544} 2403 1 +23547 {23545} 3760 1 +23548 {23546} 3131 1 +23549 {23547} 1570 1 +23550 {23548} 10565 1 +23551 {23549} 11459 1 +23552 {23550} 1500 1 +23553 {23551} 2466 1 +23554 {23552} 5779 1 +23555 {23553} 2490 1 +23556 {23554} 9085 1 +23557 {23555} 2891 1 +23558 {23556} 8177 1 +23559 {23623} 10597 1 +23560 {23557} 3604 1 +23561 {23558} 1550 1 +23562 {23559} 10349 1 +23563 {23560} 10240 1 +23564 {23561} 1947 1 +23565 {23562} 3020 1 +23566 {23563} 2909 1 +23567 {23564} 2456 1 +23568 {23565} 11052 1 +23569 {23566} 9532 1 +23570 {23567} 1783 1 +23571 {23568} 10735 1 +23572 {23569} 10665 1 +23573 {23570} 11582 1 +23574 {23571} 10837 1 +23575 {23572} 2740 1 +23576 {23573} 11246 1 +23577 {23574} 10447 1 +23578 {23575} 11777 1 +23579 {23576} 12695 1 +23580 {23577} 2263 1 +23581 {23578} 5148 1 +23582 {23579} 1877 1 +23583 {23580} 1639 1 +23584 {23581} 2569 1 +23585 {23582} 8776 1 +23586 {23583} 2840 1 +23587 {23584} 4964 1 +23588 {23585} 1045 1 +23589 {23586} 968 1 +23590 {23587} 8284 1 +23591 {23588} 2532 1 +23592 {23589} 9129 1 +23593 {23590} 9851 1 +23594 {23591} 11123 1 +23595 {23592} 11474 1 +23596 {23593} 11054 1 +23597 {23594} 9652 1 +23598 {23595} 2194 1 +23599 {23596} 11638 1 +23600 {23597} 9527 1 +23601 {23598} 3135 1 +23602 {23599} 1821 1 +23603 {23600} 11478 1 +23604 {23601} 1779 1 +23605 {23602} 3278 1 +23606 {23603} 4944 1 +23607 {23604} 12225 1 +23608 {23605} 1745 1 +23609 {23606} 2666 1 +23610 {23607} 10270 1 +23611 {23608} 11840 1 +23612 {23609} 6745 1 +23613 {23610} 16314 1 +23614 {23611} 8850 1 +23615 {23612} 3565 1 +23616 {23613} 2303 1 +23617 {23614} 2719 1 +23618 {23615} 1036 1 +23619 {23616} 3839 1 +23620 {23617} 2098 1 +23621 {23618} 15826 1 +23622 {23619} 2054 1 +23623 {23620} 4788 1 +23624 {23621} 10209 1 +23625 {23622} 10911 1 +23626 {23624} 11737 1 +23627 {23625} 10097 1 +23628 {23626} 8239 1 +23629 {23627} 3894 1 +23630 {23628} 1829 1 +23631 {23629} 3279 1 +23632 {23630} 1389 1 +23633 {23631} 1486 1 +23634 {23632} 1615 1 +23635 {23633} 2435 1 +23636 {23634} 9532 1 +23637 {23635} 1988 1 +23638 {23636} 2453 1 +23639 {23637} 3594 1 +23640 {23638} 9237 1 +23641 {23639} 3180 1 +23642 {23640} 3178 1 +23643 {23641} 11847 1 +23644 {23642} 1926 1 +23645 {23643} 11279 1 +23646 {23644} 10153 1 +23647 {23645} 11905 1 +23648 {23646} 1680 1 +23649 {23647} 4858 1 +23650 {23648} 5458 1 +23651 {23649} 12234 1 +23652 {23650} 11201 1 +23653 {23651} 3912 1 +23654 {23652} 10090 1 +23655 {23653} 2630 1 +23656 {23654} 2973 1 +23657 {23655} 10541 1 +23658 {23656} 2639 1 +23659 {23657} 1100 1 +23660 {23658} 1285 1 +23661 {23659} 10103 1 +23662 {23660} 10687 1 +23663 {23661} 10932 1 +23664 {23662} 2433 1 +23665 {23663} 1217 1 +23666 {23664} 14422 1 +23667 {23665} 3079 1 +23668 {23666} 2156 1 +23669 {23667} 2596 1 +23670 {23668} 14592 1 +23671 {23669} 11624 1 +23672 {23670} 10301 1 +23673 {23671} 8617 1 +23674 {23672} 2166 1 +23675 {23673} 1486 1 +23676 {23674} 2502 1 +23677 {23675} 2165 1 +23678 {23676} 5905 1 +23679 {23677} 9732 1 +23680 {23678} 10892 1 +23681 {23679} 3039 1 +23682 {23680} 1198 1 +23683 {23681} 2464 1 +23684 {23682} 8717 1 +23685 {23683} 9883 1 +23686 {23684} 9767 1 +23687 {23685} 3212 1 +23688 {23686} 11723 1 +23689 {23687} 2099 1 +23690 {23688} 11148 1 +23691 {23689} 7845 1 +23692 {23690} 2264 1 +23693 {23691} 2282 1 +23694 {23692} 9912 1 +23695 {23693} 143 1 +23696 {23694} 11288 1 +23697 {23695} 2602 1 +23698 {23696} 11341 1 +23699 {23697} 2718 1 +23700 {23698} 1913 1 +23701 {23699} 2598 1 +23702 {23700} 2912 1 +23703 {23701} 11578 1 +23704 {23702} 10564 1 +23705 {23703} 11188 1 +23706 {23704} 9278 1 +23707 {23705} 3445 1 +23708 {23706} 10631 1 +23709 {23707} 2155 1 +23710 {23708} 2974 1 +23711 {23709} 2689 1 +23712 {23710} 5381 1 +23713 {23711} 9391 1 +23714 {23712} 2764 1 +23715 {23713} 11197 1 +23716 {23714} 10848 1 +23717 {23715} 9774 1 +23718 {23716} 9480 1 +23719 {23717} 2238 1 +23720 {23718} 1841 1 +23721 {23719} 9702 1 +23722 {23720} 9154 1 +23723 {23721} 12390 1 +23724 {23722} 9234 1 +23725 {23723} 10182 1 +23726 {23724} 4193 1 +23727 {23725} 1600 1 +23728 {23726} 2394 1 +23729 {23727} 2380 1 +23730 {23728} 2030 1 +23731 {23729} 10916 1 +23732 {23730} 9684 1 +23733 {23731} 3310 1 +23734 {23732} 2134 1 +23735 {23733} 9948 1 +23736 {23734} 2627 1 +23737 {23735} 8538 1 +23738 {23736} 3430 1 +23739 {23737} 9810 1 +23740 {23738} 2602 1 +23741 {23739} 15827 1 +23742 {23740} 2830 1 +23743 {23741} 11386 1 +23744 {23742} 1216 1 +23745 {23743} 3096 1 +23746 {23744} 1827 1 +23747 {23745} 2371 1 +23748 {23746} 11260 1 +23749 {23747} 1821 1 +23750 {23748} 10179 1 +23751 {23749} 2457 1 +23752 {23750} 2969 1 +23753 {23751} 10465 1 +23754 {23752} 2026 1 +23755 {23753} 1606 1 +23756 {23754} 1915 1 +23757 {23755} 10783 1 +23758 {23756} 1856 1 +23759 {23757} 13341 1 +23760 {23758} 2302 1 +23761 {23759} 2910 1 +23762 {23760} 10149 1 +23763 {23761} 8637 1 +23764 {23762} 4158 1 +23765 {23763} 3236 1 +23766 {23764} 2192 1 +23767 {23765} 1301 1 +23768 {23766} 3009 1 +23769 {23767} 3006 1 +23770 {23768} 3439 1 +23771 {23769} 9835 1 +23772 {23770} 2065 1 +23773 {23771} 92 1 +23774 {23772} 1518 1 +23775 {23773} 3228 1 +23776 {23774} 1820 1 +23777 {23775} 1312 1 +23778 {23776} 9304 1 +23779 {23777} 1764 1 +23780 {23778} 2363 1 +23781 {23779} 8965 1 +23782 {23780} 9222 1 +23783 {23781} 2334 1 +23784 {23782} 2496 1 +23785 {23783} 6215 1 +23786 {23784} 12735 1 +23787 {23785} 1196 1 +23788 {23786} 11530 1 +23789 {23787} 2832 1 +23790 {23788} 1744 1 +23791 {23789} 10282 1 +23792 {23790} 1208 1 +23793 {23791} 1892 1 +23794 {23792} 11847 1 +23795 {23793} 11531 1 +23796 {23794} 9221 1 +23797 {23795} 2064 1 +23798 {23796} 1811 1 +23799 {23797} 11292 1 +23800 {23798} 11279 1 +23801 {23799} 12322 1 +23802 {23800} 2197 1 +23803 {23801} 2539 1 +23804 {23802} 3175 1 +23805 {23803} 1980 1 +23806 {23804} 2844 1 +23807 {23805} 2906 1 +23808 {23806} 9333 1 +23809 {23807} 2018 1 +23810 {23808} 10465 1 +23811 {23809} 1954 1 +23812 {23810} 11094 1 +23813 {23811} 555 1 +23814 {23812} 10153 1 +23815 {23813} 1462 1 +23816 {23814} 14462 1 +23817 {23815} 10199 1 +23818 {23816} 11019 1 +23819 {23817} 2066 1 +23820 {23818} 15322 1 +23821 {23819} 1361 1 +23822 {23820} 2067 1 +23823 {23821} 10979 1 +23824 {23822} 9990 1 +23825 {23823} 1611 1 +23826 {23824} 2542 1 +23827 {23825} 2466 1 +23828 {23826} 1971 1 +23829 {23827} 12532 1 +23830 {23828} 2394 1 +23831 {23829} 10130 1 +23832 {23830} 6891 1 +23833 {23831} 6666 1 +23834 {23832} 1516 1 +23835 {23833} 1364 1 +23836 {23834} 441 1 +23837 {23835} 9424 1 +23838 {23836} 2692 1 +23839 {23837} 10740 1 +23840 {23838} 12487 1 +23841 {23839} 9577 1 +23842 {23840} 1201 1 +23843 {23841} 11624 1 +23844 {23842} 9358 1 +23845 {23843} 9683 1 +23846 {23844} 2325 1 +23847 {23845} 11005 1 +23848 {23846} 4009 1 +23849 {23847} 8145 1 +23850 {23848} 13166 1 +23851 {23849} 1854 1 +23852 {23850} 11582 1 +23853 {23851} 1274 1 +23854 {23852} 1266 1 +23855 {23853} 11319 1 +23856 {23854} 9307 1 +23857 {23855} 10552 1 +23858 {23856} 10378 1 +23859 {23857} 2532 1 +23860 {23858} 2739 1 +23861 {23859} 16452 1 +23862 {23860} 1704 1 +23863 {23861} 2895 1 +23864 {23862} 1613 1 +23865 {23863} 3273 1 +23866 {23864} 2777 1 +23867 {23865} 10849 1 +23868 {23866} 9571 1 +23869 {23867} 9013 1 +23870 {23868} 9718 1 +23871 {23869} 1993 1 +23872 {23870} 2973 1 +23873 {23871} 2234 1 +23874 {23872} 1643 1 +23875 {23873} 5075 1 +23876 {23874} 2766 1 +23877 {23875} 3525 1 +23878 {23876} 2803 1 +23879 {23877} 10026 1 +23880 {23878} 1745 1 +23881 {23879} 735 1 +23882 {23880} 1885 1 +23883 {23881} 3128 1 +23884 {23882} 9718 1 +23885 {23883} 2331 1 +23886 {23884} 14182 1 +23887 {23885} 10599 1 +23888 {23886} 2126 1 +23889 {23887} 11860 1 +23890 {23888} 9532 1 +23891 {23889} 13861 1 +23892 {23890} 5699 1 +23893 {23891} 1474 1 +23894 {23892} 5541 1 +23895 {23893} 9843 1 +23896 {23894} 1070 1 +23897 {23895} 10716 1 +23898 {23896} 1373 1 +23899 {23897} 2173 1 +23900 {23898} 8825 1 +23901 {23899} 1741 1 +23902 {23900} 2334 1 +23903 {23901} 1890 1 +23904 {23902} 2129 1 +23905 {23903} 7851 1 +23906 {23904} 2537 1 +23907 {23905} 10641 1 +23908 {23906} 2076 1 +23909 {23907} 1992 1 +23910 {23908} 11321 1 +23911 {23909} 3368 1 +23912 {23910} 1826 1 +23913 {23911} 2596 1 +23914 {23912} 2205 1 +23915 {23913} 10788 1 +23916 {23914} 2557 1 +23917 {23915} 1891 1 +23918 {23916} 1718 1 +23919 {23917} 9044 1 +23920 {23918} 2125 1 +23921 {23919} 2622 1 +23922 {23920} 3165 1 +23923 {23921} 7860 1 +23924 {23922} 9422 1 +23925 {23923} 10950 1 +23926 {23924} 8054 1 +23927 {23925} 9791 1 +23928 {23926} 4614 1 +23929 {23927} 9985 1 +23930 {23928} 9659 1 +23931 {23929} 13244 1 +23932 {23930} 10549 1 +23933 {23931} 3279 1 +23934 {23932} 1620 1 +23935 {23933} 3500 1 +23936 {23934} 1169 1 +23937 {23935} 10552 1 +23938 {23936} 10682 1 +23939 {23937} 10073 1 +23940 {23938} 2907 1 +23941 {23939} 1008 1 +23942 {23940} 6590 1 +23943 {23941} 2527 1 +23944 {23942} 1512 1 +23945 {23943} 11236 1 +23946 {23944} 11527 1 +23947 {23945} 2549 1 +23948 {23946} 5699 1 +23949 {23947} 2515 1 +23950 {23948} 10430 1 +23951 {23949} 10764 1 +23952 {23950} 3217 1 +23953 {23951} 1969 1 +23954 {23952} 10841 1 +23955 {23953} 9730 1 +23956 {23954} 9618 1 +23957 {23955} 2124 1 +23958 {23956} 2252 1 +23959 {23957} 1654 1 +23960 {23958} 2128 1 +23961 {23959} 1617 1 +23962 {23960} 7083 1 +23963 {23961} 9836 1 +23964 {23962} 2100 1 +23965 {23963} 2301 1 +23966 {23964} 2909 1 +23967 {23965} 2566 1 +23968 {23966} 865 1 +23969 {23967} 2966 1 +23970 {23968} 2058 1 +23971 {23969} 9994 1 +23972 {23970} 11054 1 +23973 {23971} 1761 1 +23974 {23972} 1540 1 +23975 {23973} 10921 1 +23976 {23974} 11656 1 +23977 {23975} 2528 1 +23978 {23976} 10555 1 +23979 {23977} 9800 1 +23980 {23978} 12650 1 +23981 {23979} 8933 1 +23982 {23980} 10420 1 +23983 {23981} 11564 1 +23984 {23982} 11178 1 +23985 {23983} 2944 1 +23986 {23984} 11793 1 +23987 {23985} 3888 1 +23988 {23986} 7863 1 +23989 {23987} 9826 1 +23990 {23988} 10323 1 +23991 {23989} 3135 1 +23992 {23990} 9994 1 +23993 {23991} 2872 1 +23994 {23992} 2739 1 +23995 {23993} 1722 1 +23996 {23994} 12643 1 +23997 {23995} 8845 1 +23998 {23996} 3550 1 +23999 {23997} 12862 1 +24000 {23998} 1870 1 +24001 {23999} 1892 1 +24002 {24000} 13070 1 +24003 {24001} 2401 1 +24004 {24002} 15086 1 +24005 {24003} 10447 1 +24006 {24004} 1852 1 +24007 {24005} 1787 1 +24008 {24006} 12068 1 +24009 {24007} 1061 1 +24010 {24008} 11190 1 +24011 {24009} 8679 1 +24012 {24010} 13856 1 +24013 {24011} 11260 1 +24014 {24012} 14889 1 +24015 {24013} 2794 1 +24016 {24014} 2591 1 +24017 {24015} 1584 1 +24018 {24016} 2230 1 +24019 {24017} 11644 1 +24020 {24018} 14004 1 +24021 {24019} 2169 1 +24022 {24020} 4796 1 +24023 {24021} 9640 1 +24024 {24022} 1962 1 +24025 {24023} 9385 1 +24026 {24024} 10886 1 +24027 {24025} 11563 1 +24028 {24026} 10076 1 +24029 {24027} 2215 1 +24030 {24028} 11059 1 +24031 {24029} 1878 1 +24032 {24030} 8368 1 +24033 {24031} 9831 1 +24034 {24032} 2734 1 +24035 {24033} 10134 1 +24036 {24034} 9014 1 +24037 {24035} 9900 1 +24038 {24036} 1860 1 +24039 {24037} 3039 1 +24040 {24038} 11987 1 +24041 {24039} 10771 1 +24042 {24040} 1673 1 +24043 {24041} 1452 1 +24044 {24042} 13735 1 +24045 {24043} 13028 1 +24046 {24044} 11642 1 +24047 {24045} 481 1 +24048 {24046} 10939 1 +24049 {24047} 2503 1 +24050 {24048} 16421 1 +24051 {24049} 2486 1 +24052 {24050} 14196 1 +24053 {24051} 5489 1 +24054 {24052} 3128 1 +24055 {24053} 2265 1 +24056 {24054} 9524 1 +24057 {24055} 12496 1 +24058 {24056} 2414 1 +24059 {24057} 3212 1 +24060 {24058} 2433 1 +24061 {24059} 10130 1 +24062 {24060} 9898 1 +24063 {24061} 11305 1 +24064 {24062} 9583 1 +24065 {24063} 7371 1 +24066 {24064} 1990 1 +24067 {24065} 8365 1 +24068 {24066} 1796 1 +24069 {24067} 1448 1 +24070 {24068} 3251 1 +24071 {24069} 2993 1 +24072 {24070} 1567 1 +24073 {24071} 9265 1 +24074 {24072} 69 1 +24075 {24073} 2927 1 +24076 {24074} 10966 1 +24077 {24075} 10851 1 +24078 {24076} 2178 1 +24079 {24077} 9605 1 +24080 {24078} 2996 1 +24081 {24079} 2182 1 +24082 {24080} 2867 1 +24083 {24081} 15978 1 +24084 {24082} 1927 1 +24085 {24083} 11340 1 +24086 {24084} 7893 1 +24087 {24085} 3012 1 +24088 {24086} 1312 1 +24089 {24087} 11267 1 +24090 {24088} 9355 1 +24091 {24089} 11412 1 +24092 {24090} 2656 1 +24093 {24091} 11196 1 +24094 {24092} 8779 1 +24095 {24093} 8208 1 +24096 {24094} 3417 1 +24097 {24095} 1727 1 +24098 {24096} 1754 1 +24099 {24097} 3467 1 +24100 {24098} 812 1 +24101 {24099} 11165 1 +24102 {24100} 2367 1 +24103 {24101} 1887 1 +24104 {24102} 7982 1 +24105 {24103} 2820 1 +24106 {24104} 2862 1 +24107 {24105} 11484 1 +24108 {24106} 2302 1 +24109 {24107} 3446 1 +24110 {24108} 11620 1 +24111 {24109} 1341 1 +24112 {24110} 15138 1 +24113 {24111} 4195 1 +24114 {24112} 221 1 +24115 {24113} 11029 1 +24116 {24114} 11597 1 +24117 {24115} 2268 1 +24118 {24116} 1415 1 +24119 {24117} 1022 1 +24120 {24118} 10418 1 +24121 {24119} 3037 1 +24122 {24120} 12448 1 +24123 {24121} 11104 1 +24124 {24122} 1809 1 +24125 {24123} 401 1 +24126 {24124} 9778 1 +24127 {24125} 2130 1 +24128 {24126} 3308 1 +24129 {24127} 11794 1 +24130 {24128} 11635 1 +24131 {24129} 2548 1 +24132 {24130} 10038 1 +24133 {24131} 2887 1 +24134 {24132} 2875 1 +24135 {24133} 9868 1 +24136 {24134} 4801 1 +24137 {24135} 3681 1 +24138 {24136} 2212 1 +24139 {24137} 2444 1 +24140 {24138} 14370 1 +24141 {24139} 8988 1 +24142 {24140} 8023 1 +24143 {24141} 2335 1 +24144 {24142} 2965 1 +24145 {24143} 1665 1 +24146 {24144} 5012 1 +24147 {24145} 3009 1 +24148 {24146} 747 1 +24149 {24147} 9487 1 +24150 {24148} 1276 1 +24151 {24149} 2332 1 +24152 {24150} 11302 1 +24153 {24151} 2734 1 +24154 {24152} 2501 1 +24155 {24153} 7135 1 +24156 {24154} 10701 1 +24157 {24155} 2697 1 +24158 {24156} 695 1 +24159 {24157} 11944 1 +24160 {24158} 2292 1 +24161 {24159} 11634 1 +24162 {24160} 11251 1 +24163 {24161} 11024 1 +24164 {24162} 11664 1 +24165 {24163} 3893 1 +24166 {24164} 1462 1 +24167 {24165} 11222 1 +24168 {24166} 2007 1 +24169 {24167} 10853 1 +24170 {24168} 13673 1 +24171 {24169} 2376 1 +24172 {24170} 3074 1 +24173 {24171} 2194 1 +24174 {24172} 10928 1 +24175 {24173} 2697 1 +24176 {24174} 3137 1 +24177 {24175} 1239 1 +24178 {24176} 9880 1 +24179 {24177} 13055 1 +24180 {24178} 2534 1 +24181 {24179} 9821 1 +24182 {24180} 3776 1 +24183 {24181} 12034 1 +24184 {24182} 11039 1 +24185 {24183} 2363 1 +24186 {24184} 1463 1 +24187 {24185} 13159 1 +24188 {24186} 13408 1 +24189 {24187} 10684 1 +24190 {24188} 2098 1 +24191 {24189} 10526 1 +24192 {24190} 11261 1 +24193 {24191} 11297 1 +24194 {24192} 2621 1 +24195 {24193} 11043 1 +24196 {24194} 2141 1 +24197 {24195} 1403 1 +24198 {24196} 5447 1 +24199 {24197} 9251 1 +24200 {24198} 10689 1 +24201 {24199} 9930 1 +24202 {24200} 2233 1 +24203 {24201} 9948 1 +24204 {24202} 11097 1 +24205 {24203} 11436 1 +24206 {24204} 5890 1 +24207 {24205} 9729 1 +24208 {24206} 5329 1 +24209 {24207} 9500 1 +24210 {24208} 2371 1 +24211 {24209} 2402 1 +24212 {24210} 10672 1 +24213 {24211} 11541 1 +24214 {24212} 2926 1 +24215 {24213} 2908 1 +24216 {24214} 1937 1 +24217 {24215} 2154 1 +24218 {24216} 11044 1 +24219 {24217} 1689 1 +24220 {24218} 2453 1 +24221 {24219} 2431 1 +24222 {24220} 2316 1 +24223 {24221} 2193 1 +24224 {24222} 10318 1 +24225 {24223} 1814 1 +24226 {24224} 2648 1 +24227 {24225} 3020 1 +24228 {24226} 7998 1 +24229 {24227} 3013 1 +24230 {24228} 2231 1 +24231 {24229} 2395 1 +24232 {24230} 3018 1 +24233 {24231} 3172 1 +24234 {24232} 2805 1 +24235 {24233} 2155 1 +24236 {24234} 2077 1 +24237 {24235} 10704 1 +24238 {24236} 14865 1 +24239 {24237} 11364 1 +24240 {24238} 11299 1 +24241 {24239} 14789 1 +24242 {24240} 10525 1 +24243 {24241} 1826 1 +24244 {24242} 2469 1 +24245 {24243} 10504 1 +24246 {24244} 1583 1 +24247 {24245} 10083 1 +24248 {24246} 1720 1 +24249 {24247} 1622 1 +24250 {24248} 1859 1 +24251 {24249} 3569 1 +24252 {24250} 9301 1 +24253 {24251} 12433 1 +24254 {24252} 9770 1 +24255 {24253} 10886 1 +24256 {24254} 2807 1 +24257 {24255} 6179 1 +24258 {24256} 1910 1 +24259 {24257} 2030 1 +24260 {24258} 9540 1 +24261 {24259} 3194 1 +24262 {24260} 2557 1 +24263 {24261} 2894 1 +24264 {24262} 11159 1 +24265 {24263} 11779 1 +24266 {24264} 10693 1 +24267 {24265} 11022 1 +24268 {24266} 520 1 +24269 {24267} 2325 1 +24270 {24268} 8975 1 +24271 {24269} 1514 1 +24272 {24270} 2371 1 +24273 {24271} 6332 1 +24274 {24272} 4008 1 +24275 {24273} 3215 1 +24276 {24274} 1613 1 +24277 {24275} 10315 1 +24278 {24276} 3092 1 +24279 {24277} 5997 1 +24280 {24278} 1137 1 +24281 {24279} 1303 1 +24282 {24280} 12026 1 +24283 {24281} 2974 1 +24284 {24282} 1944 1 +24285 {24283} 8698 1 +24286 {24284} 8776 1 +24287 {24285} 10436 1 +24288 {24286} 2556 1 +24289 {24287} 1554 1 +24290 {24288} 11616 1 +24291 {24289} 10574 1 +24292 {24290} 3270 1 +24293 {24291} 2004 1 +24294 {24292} 11284 1 +24295 {24293} 2404 1 +24296 {24294} 8622 1 +24297 {24295} 2658 1 +24298 {24296} 6618 1 +24299 {24297} 10593 1 +24300 {24298} 5223 1 +24301 {24299} 10779 1 +24302 {24300} 1411 1 +24303 {24301} 7687 1 +24304 {24302} 3252 1 +24305 {24303} 2126 1 +24306 {24304} 6870 1 +24307 {24305} 12587 1 +24308 {24306} 15763 1 +24309 {24307} 10939 1 +24310 {24308} 9194 1 +24311 {24309} 2067 1 +24312 {24310} 11314 1 +24313 {24311} 10323 1 +24314 {24312} 2423 1 +24315 {24313} 2606 1 +24316 {24314} 10059 1 +24317 {24315} 7277 1 +24318 {24316} 2394 1 +24319 {24317} 10496 1 +24320 {24318} 1780 1 +24321 {24319} 10806 1 +24322 {24320} 11059 1 +24323 {24321} 2249 1 +24324 {24322} 10453 1 +24325 {24323} 10926 1 +24326 {24324} 13226 1 +24327 {24325} 2672 1 +24328 {24326} 1890 1 +24329 {24327} 15296 1 +24330 {24328} 9252 1 +24331 {24329} 10261 1 +24332 {24330} 1717 1 +24333 {24331} 916 1 +24334 {24332} 15306 1 +24335 {24333} 1903 1 +24336 {24334} 1860 1 +24337 {24335} 9232 1 +24338 {24336} 9080 1 +24339 {24337} 2024 1 +24340 {24338} 11554 1 +24341 {24339} 2125 1 +24342 {24340} 1484 1 +24343 {24341} 1983 1 +24344 {24342} 10828 1 +24345 {24343} 10268 1 +24346 {24344} 10848 1 +24347 {24345} 2377 1 +24348 {24346} 3902 1 +24349 {24347} 10885 1 +24350 {24348} 10163 1 +24351 {24349} 2638 1 +24352 {24350} 1647 1 +24353 {24351} 9994 1 +24354 {24352} 2701 1 +24355 {24353} 2394 1 +24356 {24354} 8927 1 +24357 {24355} 2893 1 +24358 {24356} 2073 1 +24359 {24357} 2044 1 +24360 {24358} 2223 1 +24361 {24359} 9243 1 +24362 {24360} 2026 1 +24363 {24361} 3337 1 +24364 {24362} 2465 1 +24365 {24363} 9057 1 +24366 {24364} 10244 1 +24367 {24365} 1922 1 +24368 {24366} 9875 1 +24369 {24367} 2637 1 +24370 {24368} 2364 1 +24371 {24369} 12099 1 +24372 {24370} 11211 1 +24373 {24371} 1820 1 +24374 {24372} 9981 1 +24375 {24373} 3449 1 +24376 {24374} 2974 1 +24377 {24375} 10309 1 +24378 {24376} 8667 1 +24379 {24377} 12046 1 +24380 {24378} 11230 1 +24381 {24379} 1273 1 +24382 {24380} 3252 1 +24383 {24381} 8659 1 +24384 {24382} 1274 1 +24385 {24383} 2803 1 +24386 {24384} 4839 1 +24387 {24385} 2523 1 +24388 {24386} 1535 1 +24389 {24387} 4585 1 +24390 {24388} 9510 1 +24391 {24389} 4972 1 +24392 {24390} 11238 1 +24393 {24391} 1944 1 +24394 {24392} 12243 1 +24395 {24393} 3045 1 +24396 {24394} 6178 1 +24397 {24395} 2217 1 +24398 {24396} 13195 1 +24399 {24397} 1727 1 +24400 {24398} 11279 1 +24401 {24399} 2134 1 +24402 {24400} 2980 1 +24403 {24401} 1529 1 +24404 {24402} 12657 1 +24405 {24403} 2024 1 +24406 {24404} 9700 1 +24407 {24405} 1206 1 +24408 {24406} 14350 1 +24409 {24407} 10508 1 +24410 {24408} 1450 1 +24411 {24409} 1032 1 +24412 {24410} 1332 1 +24413 {24411} 14444 1 +24414 {24412} 3039 1 +24415 {24413} 9537 1 +24416 {24414} 2744 1 +24417 {24415} 1837 1 +24418 {24416} 954 1 +24419 {24417} 1585 1 +24420 {24418} 2292 1 +24421 {24419} 10114 1 +24422 {24420} 11473 1 +24423 {24421} 8180 1 +24424 {24422} 11338 1 +24425 {24423} 1946 1 +24426 {24424} 1094 1 +24427 {24425} 2467 1 +24428 {24426} 2058 1 +24429 {24427} 10126 1 +24430 {24428} 11282 1 +24431 {24429} 7141 1 +24432 {24430} 10016 1 +24433 {24431} 10803 1 +24434 {24432} 1371 1 +24435 {24433} 2435 1 +24436 {24434} 10807 1 +24437 {24435} 1546 1 +24438 {24436} 2764 1 +24439 {24437} 14204 1 +24440 {24438} 2081 1 +24441 {24439} 12071 1 +24442 {24440} 11051 1 +24443 {24441} 5197 1 +24444 {24442} 2167 1 +24445 {24443} 11797 1 +24446 {24444} 2696 1 +24447 {24445} 2240 1 +24448 {24446} 10489 1 +24449 {24447} 9936 1 +24450 {24448} 3210 1 +24451 {24449} 1750 1 +24452 {24450} 3634 1 +24453 {24451} 10035 1 +24454 {24452} 8985 1 +24455 {24453} 10489 1 +24456 {24454} 1607 1 +24457 {24455} 1742 1 +24458 {24456} 10155 1 +24459 {24457} 1717 1 +24460 {24458} 2697 1 +24461 {24459} 5958 1 +24462 {24460} 2867 1 +24463 {24461} 3539 1 +24464 {24462} 1208 1 +24465 {24463} 16124 1 +24466 {24464} 2854 1 +24467 {24465} 2916 1 +24468 {24466} 2344 1 +24469 {24467} 4180 1 +24470 {24468} 12854 1 +24471 {24469} 797 1 +24472 {24470} 12681 1 +24473 {24471} 9509 1 +24474 {24472} 7273 1 +24475 {24473} 1485 1 +24476 {24474} 2635 1 +24477 {24475} 6735 1 +24478 {24476} 10241 1 +24479 {24477} 13270 1 +24480 {24478} 8730 1 +24481 {24479} 1922 1 +24482 {24480} 12292 1 +24483 {24481} 2869 1 +24484 {24482} 2632 1 +24485 {24483} 1780 1 +24486 {24484} 9749 1 +24487 {24485} 11178 1 +24488 {24486} 11785 1 +24489 {24487} 4645 1 +24490 {24488} 10688 1 +24491 {24489} 1845 1 +24492 {24490} 9456 1 +24493 {24491} 6955 1 +24494 {24492} 1041 1 +24495 {24493} 9189 1 +24496 {24494} 1003 1 +24497 {24495} 14827 1 +24498 {24496} 2830 1 +24499 {24497} 10462 1 +24500 {24498} 11357 1 +24501 {24499} 2648 1 +24502 {24500} 11577 1 +24503 {24501} 3716 1 +24504 {24502} 10843 1 +24505 {24503} 10250 1 +24506 {24504} 1113 1 +24507 {24505} 10843 1 +24508 {24506} 2223 1 +24509 {24507} 9297 1 +24510 {24508} 2741 1 +24511 {24509} 39 1 +24512 {24510} 2603 1 +24513 {24511} 9555 1 +24514 {24512} 11773 1 +24515 {24513} 3142 1 +24516 {24514} 2400 1 +24517 {24515} 13068 1 +24518 {24516} 1727 1 +24519 {24517} 1164 1 +24520 {24518} 1674 1 +24521 {24519} 2215 1 +24522 {24520} 1972 1 +24523 {24521} 1227 1 +24524 {24522} 2230 1 +24525 {24523} 2906 1 +24526 {24524} 1770 1 +24527 {24525} 3308 1 +24528 {24526} 1615 1 +24529 {24527} 1345 1 +24530 {24528} 1639 1 +24531 {24529} 3264 1 +24532 {24530} 3337 1 +24533 {24531} 10561 1 +24534 {24532} 1585 1 +24535 {24533} 9859 1 +24536 {24534} 2671 1 +24537 {24535} 1452 1 +24538 {24536} 11065 1 +24539 {24537} 9691 1 +24540 {24538} 2742 1 +24541 {24539} 2378 1 +24542 {24540} 10826 1 +24543 {24541} 10769 1 +24544 {24542} 9295 1 +24545 {24543} 3639 1 +24546 {24544} 1992 1 +24547 {24545} 2428 1 +24548 {24546} 4342 1 +24549 {24547} 2797 1 +24550 {24548} 1918 1 +24551 {24549} 11305 1 +24552 {24550} 2263 1 +24553 {24551} 6483 1 +24554 {24552} 10735 1 +24555 {24553} 8931 1 +24556 {24554} 11798 1 +24557 {24555} 2539 1 +24558 {24556} 2800 1 +24559 {24557} 11582 1 +24560 {24558} 11265 1 +24561 {24559} 15342 1 +24562 {24560} 664 1 +24563 {24561} 2136 1 +24564 {24562} 11172 1 +24565 {24563} 2286 1 +24566 {24564} 3007 1 +24567 {24565} 1520 1 +24568 {24566} 1402 1 +24569 {24567} 2100 1 +24570 {24568} 2215 1 +24571 {24569} 2469 1 +24572 {24570} 10836 1 +24573 {24571} 2269 1 +24574 {24572} 10500 1 +24575 {24573} 1364 1 +24576 {24574} 11181 1 +24577 {24575} 1034 1 +24578 {24576} 10489 1 +24579 {24577} 1680 1 +24580 {24578} 15773 1 +24581 {24579} 1305 1 +24582 {24580} 10378 1 +24583 {24581} 10281 1 +24584 {24582} 1956 1 +24585 {24583} 2441 1 +24586 {24584} 11052 1 +24587 {24585} 2434 1 +24588 {24586} 10421 1 +24589 {24587} 1574 1 +24590 {24588} 2100 1 +24591 {24589} 1279 1 +24592 {24590} 1786 1 +24593 {24591} 2187 1 +24594 {24592} 1422 1 +24595 {24593} 2842 1 +24596 {24594} 1404 1 +24597 {24595} 3160 1 +24598 {24596} 1290 1 +24599 {24597} 15489 1 +24600 {24598} 11588 1 +24601 {24599} 10430 1 +24602 {24600} 10371 1 +24603 {24601} 2806 1 +24604 {24602} 13187 1 +24605 {24603} 10630 1 +24606 {24604} 10509 1 +24607 {24605} 2771 1 +24608 {24606} 8797 1 +24609 {24607} 1612 1 +24610 {24608} 14423 1 +24611 {24609} 1644 1 +24612 {24610} 10166 1 +24613 {24611} 7825 1 +24614 {24612} 10233 1 +24615 {24613} 1906 1 +24616 {24614} 10935 1 +24617 {24615} 2063 1 +24618 {24616} 3248 1 +24619 {24617} 2056 1 +24620 {24618} 6651 1 +24621 {24619} 1726 1 +24622 {24620} 2444 1 +24623 {24621} 11051 1 +24624 {24622} 3037 1 +24625 {24623} 2357 1 +24626 {24624} 11902 1 +24627 {24625} 3442 1 +24628 {24626} 9965 1 +24629 {24627} 2166 1 +24630 {24628} 8091 1 +24631 {24629} 2065 1 +24632 {24630} 10046 1 +24633 {24631} 2868 1 +24634 {24632} 4045 1 +24635 {24633} 13874 1 +24636 {24634} 3042 1 +24637 {24635} 11018 1 +24638 {24636} 11250 1 +24639 {24637} 1585 1 +24640 {24638} 10130 1 +24641 {24639} 10618 1 +24642 {24640} 2974 1 +24643 {24641} 8557 1 +24644 {24642} 10242 1 +24645 {24643} 10360 1 +24646 {24644} 2363 1 +24647 {24645} 1855 1 +24648 {24646} 2984 1 +24649 {24647} 1668 1 +24650 {24648} 8539 1 +24651 {24649} 9358 1 +24652 {24650} 921 1 +24653 {24651} 1925 1 +24654 {24652} 9660 1 +24655 {24653} 802 1 +24656 {24654} 15252 1 +24657 {24655} 2148 1 +24658 {24656} 12656 1 +24659 {24657} 11725 1 +24660 {24658} 2903 1 +24661 {24659} 1215 1 +24662 {24660} 10464 1 +24663 {24661} 2700 1 +24664 {24662} 1821 1 +24665 {24663} 1644 1 +24666 {24664} 1434 1 +24667 {24665} 10259 1 +24668 {24666} 2155 1 +24669 {24667} 3348 1 +24670 {24668} 2184 1 +24671 {24669} 2493 1 +24672 {24670} 11799 1 +24673 {24671} 2028 1 +24674 {24672} 1094 1 +24675 {24673} 3069 1 +24676 {24674} 10139 1 +24677 {24675} 1654 1 +24678 {24676} 8085 1 +24679 {24677} 2232 1 +24680 {24678} 2859 1 +24681 {24679} 9471 1 +24682 {24680} 3771 1 +24683 {24681} 11846 1 +24684 {24682} 1791 1 +24685 {24683} 2102 1 +24686 {24684} 2535 1 +24687 {24685} 11921 1 +24688 {24686} 7216 1 +24689 {24687} 2771 1 +24690 {24688} 2140 1 +24691 {24689} 2949 1 +24692 {24690} 1825 1 +24693 {24691} 1585 1 +24694 {24692} 10199 1 +24695 {24693} 1508 1 +24696 {24694} 3039 1 +24697 {24695} 11436 1 +24698 {24696} 10494 1 +24699 {24697} 11867 1 +24700 {24698} 10596 1 +24701 {24699} 3098 1 +24702 {24700} 16551 1 +24703 {24701} 10879 1 +24704 {24702} 9934 1 +24705 {24703} 9628 1 +24706 {24704} 3948 1 +24707 {24705} 10564 1 +24708 {24706} 10699 1 +24709 {24707} 1077 1 +24710 {24708} 2972 1 +24711 {24709} 9875 1 +24712 {24710} 11031 1 +24713 {24711} 2534 1 +24714 {24712} 2138 1 +24715 {24713} 1396 1 +24716 {24714} 2293 1 +24717 {24715} 2859 1 +24718 {24716} 11577 1 +24719 {24717} 13769 1 +24720 {24718} 2614 1 +24721 {24719} 1755 1 +24722 {24720} 2573 1 +24723 {24721} 9771 1 +24724 {24722} 2468 1 +24725 {24723} 2185 1 +24726 {24724} 1774 1 +24727 {24725} 2320 1 +24728 {24726} 2260 1 +24729 {24727} 4269 1 +24730 {24728} 2412 1 +24731 {24729} 8288 1 +24732 {24730} 7824 1 +24733 {24731} 2809 1 +24734 {24732} 3176 1 +24735 {24733} 15500 1 +24736 {24734} 1478 1 +24737 {24735} 10201 1 +24738 {24736} 11688 1 +24739 {24737} 9661 1 +24740 {24738} 2303 1 +24741 {24739} 3139 1 +24742 {24740} 3398 1 +24743 {24741} 11822 1 +24744 {24742} 2937 1 +24745 {24743} 12316 1 +24746 {24744} 13719 1 +24747 {24745} 10809 1 +24748 {24746} 1413 1 +24749 {24747} 2533 1 +24750 {24748} 5802 1 +24751 {24749} 11453 1 +24752 {24750} 9435 1 +24753 {24751} 2602 1 +24754 {24752} 9577 1 +24755 {24753} 1755 1 +24756 {24754} 2674 1 +24757 {24755} 11726 1 +24758 {24756} 9140 1 +24759 {24757} 1344 1 +24760 {24758} 9397 1 +24761 {24759} 10157 1 +24762 {24760} 1957 1 +24763 {24761} 11089 1 +24764 {24762} 11233 1 +24765 {24763} 2067 1 +24766 {24764} 1169 1 +24767 {24765} 1825 1 +24768 {24766} 2562 1 +24769 {24767} 10340 1 +24770 {24768} 5139 1 +24771 {24769} 2604 1 +24772 {24770} 1988 1 +24773 {24771} 2578 1 +24774 {24772} 10922 1 +24775 {24773} 9345 1 +24776 {24774} 1815 1 +24777 {24775} 4949 1 +24778 {24776} 8183 1 +24779 {24777} 9984 1 +24780 {24778} 1921 1 +24781 {24779} 16079 1 +24782 {24780} 4965 1 +24783 {24781} 3374 1 +24784 {24782} 10164 1 +24785 {24783} 1722 1 +24786 {24784} 10874 1 +24787 {24785} 5968 1 +24788 {24786} 409 1 +24789 {24787} 12596 1 +24790 {24788} 1545 1 +24791 {24789} 1609 1 +24792 {24790} 6487 1 +24793 {24791} 3864 1 +24794 {24792} 3570 1 +24795 {24793} 1424 1 +24796 {24794} 807 1 +24797 {24795} 2790 1 +24798 {24796} 10804 1 +24799 {24797} 10472 1 +24800 {24798} 2420 1 +24801 {24799} 2215 1 +24802 {24800} 10335 1 +24803 {24801} 1918 1 +24804 {24802} 11436 1 +24805 {24803} 11163 1 +24806 {24804} 9907 1 +24807 {24805} 8955 1 +24808 {24806} 2066 1 +24809 {24807} 2893 1 +24810 {24808} 12098 1 +24811 {24809} 2811 1 +24812 {24810} 14194 1 +24813 {24811} 16479 1 +24814 {24812} 9878 1 +24815 {24813} 971 1 +24816 {24814} 10020 1 +24817 {24815} 11474 1 +24818 {24816} 8875 1 +24819 {24817} 12288 1 +24820 {24818} 906 1 +24821 {24819} 10701 1 +24822 {24820} 811 1 +24823 {24821} 2023 1 +24824 {24822} 15223 1 +24825 {24823} 1535 1 +24826 {24824} 9274 1 +24827 {24825} 1510 1 +24828 {24826} 11164 1 +24829 {24827} 3266 1 +24830 {24828} 11632 1 +24831 {24829} 1245 1 +24832 {24830} 10056 1 +24833 {24831} 3635 1 +24834 {24832} 2699 1 +24835 {24833} 2845 1 +24836 {24834} 11798 1 +24837 {24835} 9100 1 +24838 {24836} 10526 1 +24839 {24837} 2632 1 +24840 {24838} 1927 1 +24841 {24839} 2573 1 +24842 {24840} 1686 1 +24843 {24841} 10008 1 +24844 {24842} 10449 1 +24845 {24843} 1590 1 +24846 {24844} 9684 1 +24847 {24845} 12430 1 +24848 {24846} 2496 1 +24849 {24847} 10630 1 +24850 {24848} 11518 1 +24851 {24849} 1541 1 +24852 {24850} 1815 1 +24853 {24851} 9665 1 +24854 {24852} 3178 1 +24855 {24853} 10678 1 +24856 {24854} 2811 1 +24857 {24855} 3077 1 +24858 {24856} 2015 1 +24859 {24857} 1812 1 +24860 {24858} 2376 1 +24861 {24859} 14381 1 +24862 {24860} 13898 1 +24863 {24861} 1384 1 +24864 {24862} 9547 1 +24865 {24863} 1813 1 +24866 {24864} 1572 1 +24867 {24865} 10252 1 +24868 {24866} 12002 1 +24869 {24867} 3103 1 +24870 {24868} 9659 1 +24871 {24869} 10169 1 +24872 {24870} 1361 1 +24873 {24871} 2499 1 +24874 {24872} 2803 1 +24875 {24873} 9041 1 +24876 {24874} 11042 1 +24877 {24875} 2401 1 +24878 {24876} 2774 1 +24879 {24877} 3111 1 +24880 {24878} 2007 1 +24881 {24879} 1815 1 +24882 {24880} 8168 1 +24883 {24881} 2604 1 +24884 {24882} 1485 1 +24885 {24883} 2536 1 +24886 {24884} 2161 1 +24887 {24885} 8254 1 +24888 {24886} 11609 1 +24889 {24887} 10268 1 +24890 {24888} 1025 1 +24891 {24889} 9391 1 +24892 {24890} 3274 1 +24893 {24891} 2302 1 +24894 {24892} 8657 1 +24895 {24893} 2571 1 +24896 {24894} 10345 1 +24897 {24895} 9302 1 +24898 {24896} 15869 1 +24899 {24897} 822 1 +24900 {24898} 2397 1 +24901 {24899} 7132 1 +24902 {24900} 2303 1 +24903 {24901} 956 1 +24904 {24902} 8738 1 +24905 {24903} 1923 1 +24906 {24904} 9302 1 +24907 {24905} 9615 1 +24908 {24906} 14175 1 +24909 {24907} 2163 1 +24910 {24908} 11630 1 +24911 {24909} 8847 1 +24912 {24910} 1837 1 +24913 {24911} 9677 1 +24914 {24912} 4684 1 +24915 {24913} 520 1 +24916 {24914} 2293 1 +24917 {24915} 2937 1 +24918 {24916} 9757 1 +24919 {24917} 766 1 +24920 {24918} 1518 1 +24921 {24919} 10209 1 +24922 {24920} 10782 1 +24923 {24921} 9690 1 +24924 {24922} 8857 1 +24925 {24923} 9756 1 +24926 {24924} 2937 1 +24927 {24925} 3979 1 +24928 {24926} 2696 1 +24929 {24927} 1415 1 +24930 {24928} 1615 1 +24931 {24929} 16307 1 +24932 {24930} 8550 1 +24933 {24931} 11988 1 +24934 {24932} 2216 1 +24935 {24933} 2584 1 +24936 {24934} 10199 1 +24937 {24935} 543 1 +24938 {24936} 1250 1 +24939 {24937} 10796 1 +24940 {24938} 10968 1 +24941 {24939} 6687 1 +24942 {24940} 10086 1 +24943 {24941} 3309 1 +24944 {24942} 9850 1 +24945 {24943} 2028 1 +24946 {24944} 9552 1 +24947 {24945} 10049 1 +24948 {24946} 8026 1 +24949 {24947} 10380 1 +24950 {24948} 2034 1 +24951 {24949} 2343 1 +24952 {24950} 11186 1 +24953 {24951} 2725 1 +24954 {24952} 1877 1 +24955 {24953} 10310 1 +24956 {24954} 2427 1 +24957 {24955} 10400 1 +24958 {24956} 10424 1 +24959 {24957} 2389 1 +24960 {24958} 1993 1 +24961 {24959} 1483 1 +24962 {24960} 1246 1 +24963 {24961} 10286 1 +24964 {24962} 2133 1 +24965 {24963} 2292 1 +24966 {24964} 10281 1 +24967 {24965} 2685 1 +24968 {24966} 2121 1 +24969 {24967} 1987 1 +24970 {24968} 10249 1 +24971 {24969} 8702 1 +24972 {24970} 2266 1 +24973 {24971} 2101 1 +24974 {24972} 3689 1 +24975 {24973} 2364 1 +24976 {24974} 1752 1 +24977 {24975} 2282 1 +24978 {24976} 2803 1 +24979 {24977} 444 1 +24980 {24978} 10453 1 +24981 {24979} 5682 1 +24982 {24980} 1380 1 +24983 {24981} 9337 1 +24984 {24982} 1633 1 +24985 {24983} 12223 1 +24986 {24984} 2770 1 +24987 {24985} 1946 1 +24988 {24986} 13638 1 +24989 {24987} 2476 1 +24990 {24988} 4222 1 +24991 {24989} 12363 1 +24992 {24990} 10794 1 +24993 {24991} 8831 1 +24994 {24992} 10449 1 +24995 {24993} 11704 1 +24996 {24994} 12421 1 +24997 {24995} 2149 1 +24998 {24996} 9700 1 +24999 {24997} 1921 1 +25000 {24998} 7723 1 +25001 {24999} 1502 1 +25002 {25000} 8999 1 +25003 {25001} 8776 1 +25004 {25002} 14517 1 +25005 {25003} 1310 1 +25006 {25004} 1962 1 +25007 {25005} 4508 1 +25008 {25006} 2574 1 +25009 {25007} 2904 1 +25010 {25008} 9547 1 +25011 {25009} 9647 1 +25012 {25010} 9919 1 +25013 {25011} 3200 1 +25014 {25012} 2209 1 +25015 {25013} 8958 1 +25016 {25014} 2321 1 +25017 {25015} 11023 1 +25018 {25016} 3304 1 +25019 {25017} 1940 1 +25020 {25018} 13515 1 +25021 {25019} 13510 1 +25022 {25020} 2703 1 +25023 {25021} 11175 1 +25024 {25022} 2399 1 +25025 {25023} 10927 1 +25026 {25024} 11296 1 +25027 {25025} 2249 1 +25028 {25026} 10272 1 +25029 {25027} 11459 1 +25030 {25028} 3381 1 +25031 {25029} 9169 1 +25032 {25030} 3549 1 +25033 {25031} 10768 1 +25034 {25032} 10601 1 +25035 {25033} 5270 1 +25036 {25034} 10794 1 +25037 {25035} 8566 1 +25038 {25036} 9446 1 +25039 {25037} 11489 1 +25040 {25038} 15872 1 +25041 {25039} 2566 1 +25042 {25040} 10375 1 +25043 {25041} 2767 1 +25044 {25042} 11148 1 +25045 {25043} 2303 1 +25046 {25044} 3369 1 +25047 {25045} 256 1 +25048 {25046} 2468 1 +25049 {25047} 9810 1 +25050 {25048} 10744 1 +25051 {25049} 1842 1 +25052 {25050} 2910 1 +25053 {25051} 15187 1 +25054 {25052} 2798 1 +25055 {25053} 13607 1 +25056 {25054} 10162 1 +25057 {25055} 1914 1 +25058 {25056} 8013 1 +25059 {25057} 1199 1 +25060 {25058} 10236 1 +25061 {25059} 11649 1 +25062 {25060} 9169 1 +25063 {25061} 2300 1 +25064 {25062} 2230 1 +25065 {25063} 9336 1 +25066 {25064} 1889 1 +25067 {25065} 11273 1 +25068 {25066} 14779 1 +25069 {25067} 10339 1 +25070 {25068} 3042 1 +25071 {25069} 1197 1 +25072 {25070} 10778 1 +25073 {25071} 2539 1 +25074 {25072} 10653 1 +25075 {25073} 1630 1 +25076 {25074} 2326 1 +25077 {25075} 2270 1 +25078 {25076} 9484 1 +25079 {25077} 10172 1 +25080 {25078} 15894 1 +25081 {25079} 2323 1 +25082 {25080} 9115 1 +25083 {25081} 10462 1 +25084 {25082} 2064 1 +25085 {25083} 10489 1 +25086 {25084} 5480 1 +25087 {25085} 3107 1 +25088 {25086} 1945 1 +25089 {25087} 784 1 +25090 {25088} 6663 1 +25091 {25089} 10475 1 +25092 {25090} 2531 1 +25093 {25091} 15656 1 +25094 {25092} 9142 1 +25095 {25093} 1791 1 +25096 {25094} 11994 1 +25097 {25095} 7372 1 +25098 {25096} 10879 1 +25099 {25097} 10293 1 +25100 {25098} 4266 1 +25101 {25099} 899 1 +25102 {25100} 2121 1 +25103 {25101} 14114 1 +25104 {25102} 11056 1 +25105 {25103} 2967 1 +25106 {25104} 1534 1 +25107 {25105} 8216 1 +25108 {25106} 1972 1 +25109 {25107} 12411 1 +25110 {25108} 8710 1 +25111 {25109} 2166 1 +25112 {25110} 2404 1 +25113 {25111} 2255 1 +25114 {25112} 2249 1 +25115 {25113} 2892 1 +25116 {25114} 1585 1 +25117 {25115} 8456 1 +25118 {25116} 1889 1 +25119 {25117} 12497 1 +25120 {25118} 2148 1 +25121 {25119} 11619 1 +25122 {25120} 2370 1 +25123 {25121} 6814 1 +25124 {25122} 10678 1 +25125 {25123} 2333 1 +25126 {25124} 8564 1 +25127 {25125} 10779 1 +25128 {25126} 2806 1 +25129 {25127} 14626 1 +25130 {25128} 10701 1 +25131 {25129} 10987 1 +25132 {25130} 3107 1 +25133 {25131} 11196 1 +25134 {25132} 10432 1 +25135 {25133} 1196 1 +25136 {25134} 9188 1 +25137 {25135} 1581 1 +25138 {25136} 9526 1 +25139 {25137} 14346 1 +25140 {25138} 3623 1 +25141 {25139} 2805 1 +25142 {25140} 2434 1 +25143 {25141} 11282 1 +25144 {25142} 1416 1 +25145 {25143} 1824 1 +25146 {25144} 2263 1 +25147 {25145} 15814 1 +25148 {25146} 3045 1 +25149 {25147} 2462 1 +25150 {25148} 15825 1 +25151 {25149} 2280 1 +25152 {25150} 13034 1 +25153 {25151} 10202 1 +25154 {25152} 9923 1 +25155 {25153} 3041 1 +25156 {25154} 2285 1 +25157 {25155} 13740 1 +25158 {25156} 3086 1 +25159 {25157} 10916 1 +25160 {25158} 9647 1 +25161 {25159} 10757 1 +25162 {25160} 1512 1 +25163 {25161} 11144 1 +25164 {25162} 14262 1 +25165 {25163} 1651 1 +25166 {25164} 11375 1 +25167 {25165} 9782 1 +25168 {25166} 8956 1 +25169 {25167} 4288 1 +25170 {25168} 9589 1 +25171 {25169} 14362 1 +25172 {25170} 3094 1 +25173 {25171} 3595 1 +25174 {25172} 2223 1 +25175 {25173} 9214 1 +25176 {25174} 15861 1 +25177 {25175} 9147 1 +25178 {25176} 11879 1 +25179 {25177} 2011 1 +25180 {25178} 1978 1 +25181 {25179} 9306 1 +25182 {25180} 23 1 +25183 {25181} 9990 1 +25184 {25182} 1653 1 +25185 {25183} 2094 1 +25186 {25184} 11892 1 +25187 {25185} 2427 1 +25188 {25186} 11625 1 +25189 {25187} 2666 1 +25190 {25188} 1809 1 +25191 {25189} 9074 1 +25192 {25190} 2536 1 +25193 {25191} 2466 1 +25194 {25192} 2223 1 +25195 {25193} 2329 1 +25196 {25194} 2629 1 +25197 {25195} 11030 1 +25198 {25196} 1774 1 +25199 {25197} 10496 1 +25200 {25198} 10995 1 +25201 {25199} 12574 1 +25202 {25200} 2100 1 +25203 {25201} 2831 1 +25204 {25202} 2218 1 +25205 {25203} 3378 1 +25206 {25204} 15844 1 +25207 {25205} 3335 1 +25208 {25206} 2538 1 +25209 {25207} 3539 1 +25210 {25208} 16468 1 +25211 {25209} 2558 1 +25212 {25210} 1202 1 +25213 {25211} 2099 1 +25214 {25212} 954 1 +25215 {25213} 2011 1 +25216 {25214} 10310 1 +25217 {25215} 2156 1 +25218 {25216} 1911 1 +25219 {25217} 1950 1 +25220 {25218} 12607 1 +25221 {25219} 1130 1 +25222 {25220} 2189 1 +25223 {25221} 14955 1 +25224 {25222} 3009 1 +25225 {25223} 2095 1 +25226 {25224} 10568 1 +25227 {25225} 8421 1 +25228 {25226} 2425 1 +25229 {25227} 12984 1 +25230 {25228} 10163 1 +25231 {25229} 565 1 +25232 {25230} 9790 1 +25233 {25231} 11202 1 +25234 {25232} 2703 1 +25235 {25233} 10329 1 +25236 {25234} 1926 1 +25237 {25235} 9979 1 +25238 {25236} 1920 1 +25239 {25237} 10631 1 +25240 {25238} 11399 1 +25241 {25239} 11232 1 +25242 {25240} 1652 1 +25243 {25241} 15460 1 +25244 {25242} 2663 1 +25245 {25243} 3369 1 +25246 {25244} 10309 1 +25247 {25245} 705 1 +25248 {25246} 11178 1 +25249 {25247} 3402 1 +25250 {25248} 2632 1 +25251 {25249} 11273 1 +25252 {25250} 3178 1 +25253 {25251} 1826 1 +25254 {25252} 15996 1 +25255 {25253} 12601 1 +25256 {25254} 13206 1 +25257 {25255} 9612 1 +25258 {25256} 9643 1 +25259 {25257} 11658 1 +25260 {25258} 12555 1 +25261 {25259} 10928 1 +25262 {25260} 12002 1 +25263 {25261} 10191 1 +25264 {25262} 9412 1 +25265 {25263} 406 1 +25266 {25264} 11688 1 +25267 {25265} 12322 1 +25268 {25266} 3132 1 +25269 {25267} 3201 1 +25270 {25268} 1939 1 +25271 {25269} 16214 1 +25272 {25270} 16192 1 +25273 {25271} 8250 1 +25274 {25272} 1545 1 +25275 {25273} 2301 1 +25276 {25274} 1927 1 +25277 {25275} 10892 1 +25278 {25276} 8330 1 +25279 {25277} 2562 1 +25280 {25278} 2899 1 +25281 {25279} 10024 1 +25282 {25280} 1784 1 +25283 {25281} 1615 1 +25284 {25282} 2459 1 +25285 {25283} 2401 1 +25286 {25284} 2613 1 +25287 {25285} 10607 1 +25288 {25286} 4001 1 +25289 {25287} 10085 1 +25290 {25288} 9883 1 +25291 {25289} 3179 1 +25292 {25290} 2091 1 +25293 {25291} 2527 1 +25294 {25292} 2699 1 +25295 {25293} 10617 1 +25296 {25294} 2315 1 +25297 {25295} 1234 1 +25298 {25296} 2070 1 +25299 {25297} 1671 1 +25300 {25298} 13508 1 +25301 {25299} 3444 1 +25302 {25300} 2265 1 +25303 {25301} 6322 1 +25304 {25302} 3413 1 +25305 {25303} 10335 1 +25306 {25304} 1636 1 +25307 {25305} 1790 1 +25308 {25306} 1553 1 +25309 {25307} 16046 1 +25310 {25308} 11223 1 +25311 {25309} 8563 1 +25312 {25310} 2174 1 +25313 {25311} 9006 1 +25314 {25312} 2197 1 +25315 {25313} 9452 1 +25316 {25314} 11600 1 +25317 {25315} 3536 1 +25318 {25316} 3210 1 +25319 {25317} 1670 1 +25320 {25318} 2363 1 +25321 {25319} 11284 1 +25322 {25320} 3481 1 +25323 {25321} 11538 1 +25324 {25322} 3130 1 +25325 {25323} 7284 1 +25326 {25324} 14339 1 +25327 {25325} 3135 1 +25328 {25326} 1892 1 +25329 {25327} 15344 1 +25330 {25328} 10828 1 +25331 {25329} 913 1 +25332 {25330} 2115 1 +25333 {25331} 1835 1 +25334 {25332} 3013 1 +25335 {25333} 758 1 +25336 {25334} 1166 1 +25337 {25335} 1527 1 +25338 {25336} 11873 1 +25339 {25337} 11138 1 +25340 {25338} 9935 1 +25341 {25339} 10312 1 +25342 {25340} 1850 1 +25343 {25341} 2571 1 +25344 {25342} 9656 1 +25345 {25343} 9362 1 +25346 {25344} 1862 1 +25347 {25345} 10147 1 +25348 {25346} 15551 1 +25349 {25347} 1094 1 +25350 {25348} 10467 1 +25351 {25349} 9494 1 +25352 {25350} 6807 1 +25353 {25351} 10245 1 +25354 {25352} 14783 1 +25355 {25353} 1775 1 +25356 {25354} 10275 1 +25357 {25355} 1817 1 +25358 {25356} 2335 1 +25359 {25357} 2520 1 +25360 {25358} 1246 1 +25361 {25359} 2635 1 +25362 {25360} 2193 1 +25363 {25361} 2457 1 +25364 {25362} 6311 1 +25365 {25363} 9421 1 +25366 {25364} 2908 1 +25367 {25365} 2770 1 +25368 {25366} 9620 1 +25369 {25367} 2776 1 +25370 {25368} 1412 1 +25371 {25369} 10495 1 +25372 {25370} 1997 1 +25373 {25371} 2547 1 +25374 {25372} 8707 1 +25375 {25373} 9243 1 +25376 {25374} 1753 1 +25377 {25375} 3196 1 +25378 {25376} 7545 1 +25379 {25377} 3384 1 +25380 {25378} 10947 1 +25381 {25379} 2382 1 +25382 {25380} 2007 1 +25383 {25381} 10156 1 +25384 {25382} 2058 1 +25385 {25383} 2233 1 +25386 {25384} 2401 1 +25387 {25385} 12545 1 +25388 {25386} 10332 1 +25389 {25387} 10853 1 +25390 {25388} 511 1 +25391 {25389} 2633 1 +25392 {25390} 14361 1 +25393 {25391} 10627 1 +25394 {25392} 2670 1 +25395 {25393} 12826 1 +25396 {25394} 2701 1 +25397 {25395} 3378 1 +25398 {25396} 3820 1 +25399 {25397} 10747 1 +25400 {25398} 11447 1 +25401 {25399} 1399 1 +25402 {25400} 2215 1 +25403 {25401} 10358 1 +25404 {25402} 3278 1 +25405 {25403} 9869 1 +25406 {25404} 2638 1 +25407 {25405} 10048 1 +25408 {25406} 968 1 +25409 {25407} 3020 1 +25410 {25408} 8121 1 +25411 {25409} 9130 1 +25412 {25410} 9963 1 +25413 {25411} 12441 1 +25414 {25412} 2284 1 +25415 {25413} 2304 1 +25416 {25414} 5800 1 +25417 {25415} 11262 1 +25418 {25416} 1583 1 +25419 {25417} 2587 1 +25420 {25418} 126 1 +25421 {25419} 2740 1 +25422 {25420} 11201 1 +25423 {25421} 9236 1 +25424 {25422} 2295 1 +25425 {25423} 10960 1 +25426 {25424} 2774 1 +25427 {25425} 2537 1 +25428 {25426} 7750 1 +25429 {25427} 1788 1 +25430 {25428} 9432 1 +25431 {25429} 938 1 +25432 {25430} 2465 1 +25433 {25431} 6024 1 +25434 {25432} 2085 1 +25435 {25433} 8033 1 +25436 {25434} 2894 1 +25437 {25435} 9647 1 +25438 {25436} 6436 1 +25439 {25437} 14398 1 +25440 {25438} 2765 1 +25441 {25439} 1565 1 +25442 {25440} 9365 1 +25443 {25441} 10165 1 +25444 {25442} 1540 1 +25445 {25443} 11240 1 +25446 {25444} 9139 1 +25447 {25445} 11054 1 +25448 {25446} 7905 1 +25449 {25447} 8193 1 +25450 {25448} 12472 1 +25451 {25449} 2156 1 +25452 {25450} 2255 1 +25453 {25451} 2061 1 +25454 {25452} 14454 1 +25455 {25453} 12405 1 +25456 {25454} 1903 1 +25457 {25455} 11752 1 +25458 {25456} 1276 1 +25459 {25457} 10158 1 +25460 {25458} 3054 1 +25461 {25459} 2265 1 +25462 {25460} 724 1 +25463 {25461} 10669 1 +25464 {25462} 2227 1 +25465 {25463} 10301 1 +25466 {25464} 2397 1 +25467 {25465} 2214 1 +25468 {25466} 9398 1 +25469 {25467} 10573 1 +25470 {25468} 1735 1 +25471 {25469} 2109 1 +25472 {25470} 11726 1 +25473 {25471} 1825 1 +25474 {25472} 2775 1 +25475 {25473} 1790 1 +25476 {25474} 4287 1 +25477 {25475} 2401 1 +25478 {25476} 1481 1 +25479 {25477} 9732 1 +25480 {25478} 2446 1 +25481 {25479} 2711 1 +25482 {25480} 1752 1 +25483 {25481} 2095 1 +25484 {25482} 10134 1 +25485 {25483} 10626 1 +25486 {25484} 2734 1 +25487 {25485} 10660 1 +25488 {25486} 9421 1 +25489 {25487} 8185 1 +25490 {25488} 1884 1 +25491 {25489} 1341 1 +25492 {25490} 2630 1 +25493 {25491} 8850 1 +25494 {25492} 11334 1 +25495 {25493} 2406 1 +25496 {25494} 2462 1 +25497 {25495} 16113 1 +25498 {25496} 2942 1 +25499 {25497} 11754 1 +25500 {25498} 2397 1 +25501 {25499} 6257 1 +25502 {25500} 4710 1 +25503 {25501} 9357 1 +25504 {25502} 11514 1 +25505 {25503} 10983 1 +25506 {25504} 1636 1 +25507 {25505} 3074 1 +25508 {25506} 1976 1 +25509 {25507} 12428 1 +25510 {25508} 8586 1 +25511 {25509} 11436 1 +25512 {25510} 11310 1 +25513 {25511} 12805 1 +25514 {25512} 1846 1 +25515 {25513} 2979 1 +25516 {25514} 1750 1 +25517 {25515} 11808 1 +25518 {25516} 2492 1 +25519 {25517} 2158 1 +25520 {25518} 1574 1 +25521 {25519} 2220 1 +25522 {25520} 2166 1 +25523 {25521} 10607 1 +25524 {25522} 12073 1 +25525 {25523} 8586 1 +25526 {25524} 1678 1 +25527 {25525} 2701 1 +25528 {25526} 2100 1 +25529 {25527} 2232 1 +25530 {25528} 2721 1 +25531 {25529} 3074 1 +25532 {25530} 10699 1 +25533 {25531} 1836 1 +25534 {25532} 11306 1 +25535 {25533} 8950 1 +25536 {25534} 2352 1 +25537 {25535} 9760 1 +25538 {25536} 2604 1 +25539 {25537} 2801 1 +25540 {25538} 2202 1 +25541 {25539} 8857 1 +25542 {25540} 3197 1 +25543 {25541} 1854 1 +25544 {25542} 1703 1 +25545 {25543} 2357 1 +25546 {25544} 3884 1 +25547 {25545} 2407 1 +25548 {25546} 9082 1 +25549 {25547} 2824 1 +25550 {25548} 1954 1 +25551 {25549} 9397 1 +25552 {25550} 1824 1 +25553 {25551} 10636 1 +25554 {25552} 2288 1 +25555 {25553} 11936 1 +25556 {25554} 11890 1 +25557 {25555} 3109 1 +25558 {25556} 2403 1 +25559 {25557} 2937 1 +25560 {25558} 3141 1 +25561 {25559} 2303 1 +25562 {25560} 12512 1 +25563 {25561} 2668 1 +25564 {25562} 7872 1 +25565 {25563} 1988 1 +25566 {25564} 2965 1 +25567 {25565} 12974 1 +25568 {25566} 11089 1 +25569 {25567} 15211 1 +25570 {25568} 9878 1 +25571 {25569} 2806 1 +25572 {25570} 9519 1 +25573 {25571} 9916 1 +25574 {25572} 2741 1 +25575 {25573} 10587 1 +25576 {25574} 1301 1 +25577 {25575} 9897 1 +25578 {25576} 1807 1 +25579 {25577} 2668 1 +25580 {25578} 12615 1 +25581 {25579} 4445 1 +25582 {25580} 11284 1 +25583 {25581} 3149 1 +25584 {25582} 9986 1 +25585 {25583} 3043 1 +25586 {25584} 2638 1 +25587 {25585} 12116 1 +25588 {25586} 2333 1 +25589 {25587} 10916 1 +25590 {25588} 10014 1 +25591 {25589} 10071 1 +25592 {25590} 11472 1 +25593 {25591} 1942 1 +25594 {25592} 12225 1 +25595 {25593} 15864 1 +25596 {25594} 10854 1 +25597 {25595} 2671 1 +25598 {25596} 8400 1 +25599 {25597} 1962 1 +25600 {25598} 10599 1 +25601 {25599} 2530 1 +25602 {25600} 9838 1 +25603 {25601} 2980 1 +25604 {25602} 2228 1 +25605 {25603} 3042 1 +25606 {25604} 206 1 +25607 {25605} 9893 1 +25608 {25606} 9759 1 +25609 {25607} 9959 1 +25610 {25608} 1927 1 +25611 {25609} 10309 1 +25612 {25610} 1434 1 +25613 {25611} 2868 1 +25614 {25612} 2231 1 +25615 {25613} 1825 1 +25616 {25614} 8046 1 +25617 {25615} 3250 1 +25618 {25616} 2022 1 +25619 {25617} 2844 1 +25620 {25618} 2894 1 +25621 {25619} 13139 1 +25622 {25620} 3267 1 +25623 {25621} 1441 1 +25624 {25622} 2299 1 +25625 {25623} 16201 1 +25626 {25624} 11005 1 +25627 {25625} 2017 1 +25628 {25626} 1901 1 +25629 {25627} 3513 1 +25630 {25628} 10575 1 +25631 {25629} 3637 1 +25632 {25630} 12192 1 +25633 {25631} 16069 1 +25634 {25632} 14089 1 +25635 {25633} 1339 1 +25636 {25634} 2894 1 +25637 {25635} 16261 1 +25638 {25636} 12919 1 +25639 {25637} 1219 1 +25640 {25638} 7381 1 +25641 {25639} 10910 1 +25642 {25640} 9341 1 +25643 {25641} 2070 1 +25644 {25642} 2416 1 +25645 {25643} 1750 1 +25646 {25644} 14464 1 +25647 {25645} 10030 1 +25648 {25646} 2158 1 +25649 {25647} 6892 1 +25650 {25648} 2676 1 +25651 {25649} 8866 1 +25652 {25650} 2430 1 +25653 {25651} 2867 1 +25654 {25652} 9546 1 +25655 {25653} 10746 1 +25656 {25654} 9248 1 +25657 {25655} 2028 1 +25658 {25656} 10169 1 +25659 {25657} 1373 1 +25660 {25658} 9849 1 +25661 {25659} 10374 1 +25662 {25660} 2180 1 +25663 {25661} 2660 1 +25664 {25662} 1393 1 +25665 {25663} 2088 1 +25666 {25664} 1607 1 +25667 {25665} 1337 1 +25668 {25666} 12545 1 +25669 {25667} 11288 1 +25670 {25668} 2844 1 +25671 {25669} 2633 1 +25672 {25670} 1510 1 +25673 {25671} 2402 1 +25674 {25672} 1653 1 +25675 {25673} 10486 1 +25676 {25674} 10272 1 +25677 {25675} 9142 1 +25678 {25676} 1291 1 +25679 {25677} 1844 1 +25680 {25678} 10129 1 +25681 {25679} 10431 1 +25682 {25680} 9694 1 +25683 {25681} 11015 1 +25684 {25682} 3174 1 +25685 {25683} 1854 1 +25686 {25684} 11013 1 +25687 {25685} 1965 1 +25688 {25686} 2164 1 +25689 {25687} 9713 1 +25690 {25688} 9828 1 +25691 {25689} 2126 1 +25692 {25690} 10462 1 +25693 {25691} 2268 1 +25694 {25692} 10533 1 +25695 {25693} 9793 1 +25696 {25694} 1753 1 +25697 {25695} 3186 1 +25698 {25696} 2669 1 +25699 {25697} 1106 1 +25700 {25698} 2534 1 +25701 {25699} 2838 1 +25702 {25700} 5155 1 +25703 {25701} 10859 1 +25704 {25702} 10942 1 +25705 {25703} 9856 1 +25706 {25704} 15321 1 +25707 {25705} 2540 1 +25708 {25706} 10423 1 +25709 {25707} 615 1 +25710 {25708} 1854 1 +25711 {25709} 10530 1 +25712 {25710} 10669 1 +25713 {25711} 990 1 +25714 {25712} 2640 1 +25715 {25713} 2630 1 +25716 {25714} 10061 1 +25717 {25715} 10339 1 +25718 {25716} 9290 1 +25719 {25717} 1154 1 +25720 {25718} 2713 1 +25721 {25719} 1007 1 +25722 {25720} 711 1 +25723 {25721} 1445 1 +25724 {25722} 12494 1 +25725 {25723} 11662 1 +25726 {25724} 2629 1 +25727 {25725} 1740 1 +25728 {25726} 11406 1 +25729 {25727} 2803 1 +25730 {25728} 10585 1 +25731 {25729} 10008 1 +25732 {25730} 9331 1 +25733 {25731} 516 1 +25734 {25732} 2501 1 +25735 {25733} 2026 1 +25736 {25734} 11422 1 +25737 {25735} 3269 1 +25738 {25736} 3311 1 +25739 {25737} 4538 1 +25740 {25738} 3281 1 +25741 {25739} 2031 1 +25742 {25740} 2797 1 +25743 {25741} 3636 1 +25744 {25742} 1909 1 +25745 {25743} 2877 1 +25746 {25744} 8060 1 +25747 {25745} 1336 1 +25748 {25746} 9702 1 +25749 {25747} 12766 1 +25750 {25748} 3894 1 +25751 {25749} 2464 1 +25752 {25750} 1740 1 +25753 {25751} 2368 1 +25754 {25752} 3781 1 +25755 {25753} 8978 1 +25756 {25754} 9806 1 +25757 {25755} 2602 1 +25758 {25756} 11122 1 +25759 {25757} 11059 1 +25760 {25758} 2708 1 +25761 {25759} 11295 1 +25762 {25760} 2045 1 +25763 {25761} 3980 1 +25764 {25762} 2606 1 +25765 {25763} 2318 1 +25766 {25764} 7325 1 +25767 {25765} 2332 1 +25768 {25766} 11216 1 +25769 {25767} 1481 1 +25770 {25768} 12277 1 +25771 {25769} 7726 1 +25772 {25770} 14545 1 +25773 {25771} 1859 1 +25774 {25772} 3363 1 +25775 {25773} 10932 1 +25776 {25774} 10998 1 +25777 {25775} 2022 1 +25778 {25776} 2095 1 +25779 {25777} 2577 1 +25780 {25778} 12368 1 +25781 {25779} 1683 1 +25782 {25780} 10335 1 +25783 {25781} 3189 1 +25784 {25782} 2906 1 +25785 {25783} 1927 1 +25786 {25784} 10179 1 +25787 {25785} 1959 1 +25788 {25786} 3502 1 +25789 {25787} 10241 1 +25790 {25788} 1447 1 +25791 {25789} 2563 1 +25792 {25790} 10549 1 +25793 {25791} 10495 1 +25794 {25792} 11682 1 +25795 {25793} 7029 1 +25796 {25794} 9701 1 +25797 {25795} 3500 1 +25798 {25796} 9876 1 +25799 {25797} 11367 1 +25800 {25798} 14594 1 +25801 {25799} 1373 1 +25802 {25800} 1609 1 +25803 {25801} 11470 1 +25804 {25802} 10637 1 +25805 {25803} 10606 1 +25806 {25804} 10456 1 +25807 {25805} 3576 1 +25808 {25806} 2490 1 +25809 {25807} 3511 1 +25810 {25808} 9070 1 +25811 {25809} 2220 1 +25812 {25810} 10340 1 +25813 {25811} 10956 1 +25814 {25812} 12857 1 +25815 {25813} 10386 1 +25816 {25814} 2887 1 +25817 {25815} 2303 1 +25818 {25816} 9510 1 +25819 {25817} 2671 1 +25820 {25818} 1942 1 +25821 {25819} 12448 1 +25822 {25820} 11697 1 +25823 {25821} 7339 1 +25824 {25822} 266 1 +25825 {25823} 11807 1 +25826 {25824} 11561 1 +25827 {25825} 857 1 +25828 {25826} 2327 1 +25829 {25827} 2555 1 +25830 {25828} 1889 1 +25831 {25829} 3155 1 +25832 {25830} 2499 1 +25833 {25831} 2099 1 +25834 {25832} 3132 1 +25835 {25833} 10998 1 +25836 {25834} 9425 1 +25837 {25835} 1484 1 +25838 {25836} 6026 1 +25839 {25837} 3042 1 +25840 {25838} 9078 1 +25841 {25839} 1652 1 +25842 {25840} 11900 1 +25843 {25841} 1151 1 +25844 {25842} 8437 1 +25845 {25843} 11552 1 +25846 {25844} 2656 1 +25847 {25845} 10571 1 +25848 {25846} 3143 1 +25849 {25847} 10339 1 +25850 {25848} 9682 1 +25851 {25849} 9761 1 +25852 {25850} 11312 1 +25853 {25851} 11146 1 +25854 {25852} 1885 1 +25855 {25853} 13001 1 +25856 {25854} 12172 1 +25857 {25855} 3143 1 +25858 {25856} 8555 1 +25859 {25857} 14132 1 +25860 {25858} 11496 1 +25861 {25859} 2571 1 +25862 {25860} 9389 1 +25863 {25861} 10447 1 +25864 {25862} 11342 1 +25865 {25863} 11436 1 +25866 {25864} 2368 1 +25867 {25865} 2364 1 +25868 {25866} 2803 1 +25869 {25867} 10021 1 +25870 {25868} 14842 1 +25871 {25869} 12400 1 +25872 {25870} 2743 1 +25873 {25871} 8991 1 +25874 {25872} 1893 1 +25875 {25873} 14413 1 +25876 {25874} 10343 1 +25877 {25875} 9050 1 +25878 {25876} 9583 1 +25879 {25877} 2462 1 +25880 {25878} 3477 1 +25881 {25879} 9333 1 +25882 {25880} 10910 1 +25883 {25881} 8145 1 +25884 {25882} 1646 1 +25885 {25883} 13839 1 +25886 {25884} 3537 1 +25887 {25885} 8923 1 +25888 {25886} 2118 1 +25889 {25887} 10371 1 +25890 {25888} 11388 1 +25891 {25889} 10293 1 +25892 {25890} 1263 1 +25893 {25891} 15354 1 +25894 {25892} 8843 1 +25895 {25893} 11163 1 +25896 {25894} 2432 1 +25897 {25895} 3098 1 +25898 {25896} 9313 1 +25899 {25897} 1384 1 +25900 {25898} 2420 1 +25901 {25899} 3024 1 +25902 {25900} 9580 1 +25903 {25901} 8747 1 +25904 {25902} 2856 1 +25905 {25903} 2844 1 +25906 {25904} 2499 1 +25907 {25905} 1942 1 +25908 {25906} 10371 1 +25909 {25907} 2208 1 +25910 {25908} 2535 1 +25911 {25909} 14184 1 +25912 {25910} 10519 1 +25913 {25911} 11635 1 +25914 {25912} 10083 1 +25915 {25913} 10895 1 +25916 {25914} 1160 1 +25917 {25915} 3006 1 +25918 {25916} 2022 1 +25919 {25917} 1804 1 +25920 {25918} 11098 1 +25921 {25919} 8776 1 +25922 {25920} 1814 1 +25923 {25921} 2776 1 +25924 {25922} 10570 1 +25925 {25923} 12379 1 +25926 {25924} 11198 1 +25927 {25925} 3238 1 +25928 {25926} 13715 1 +25929 {25927} 9724 1 +25930 {25928} 11424 1 +25931 {25929} 10094 1 +25932 {25930} 9133 1 +25933 {25931} 13801 1 +25934 {25932} 1586 1 +25935 {25933} 4795 1 +25936 {25934} 2256 1 +25937 {25935} 3280 1 +25938 {25936} 11044 1 +25939 {25937} 2332 1 +25940 {25938} 12186 1 +25941 {25939} 11248 1 +25942 {25940} 14321 1 +25943 {25941} 2061 1 +25944 {25942} 16394 1 +25945 {25943} 1301 1 +25946 {25944} 1191 1 +25947 {25945} 2673 1 +25948 {25946} 2467 1 +25949 {25947} 2912 1 +25950 {25948} 11274 1 +25951 {25949} 8105 1 +25952 {25950} 8745 1 +25953 {25951} 701 1 +25954 {25952} 3692 1 +25955 {25953} 2160 1 +25956 {25954} 9038 1 +25957 {25955} 12911 1 +25958 {25956} 471 1 +25959 {25957} 11235 1 +25960 {25958} 9171 1 +25961 {25959} 1755 1 +25962 {25960} 10826 1 +25963 {25961} 1585 1 +25964 {25962} 1729 1 +25965 {25963} 3383 1 +25966 {25964} 1137 1 +25967 {25965} 2395 1 +25968 {25966} 5936 1 +25969 {25967} 1305 1 +25970 {25968} 908 1 +25971 {25969} 9540 1 +25972 {25970} 1583 1 +25973 {25971} 1825 1 +25974 {25972} 2971 1 +25975 {25973} 2652 1 +25976 {25974} 1878 1 +25977 {25975} 10887 1 +25978 {25976} 4376 1 +25979 {25977} 2363 1 +25980 {25978} 10980 1 +25981 {25979} 2095 1 +25982 {25980} 4959 1 +25983 {25981} 4816 1 +25984 {25982} 957 1 +25985 {25983} 5916 1 +25986 {25984} 2743 1 +25987 {25985} 1954 1 +25988 {25986} 10606 1 +25989 {25987} 10828 1 +25990 {25988} 5830 1 +25991 {25989} 2827 1 +25992 {25990} 10268 1 +25993 {25991} 1144 1 +25994 {25992} 3068 1 +25995 {25993} 1817 1 +25996 {25994} 10497 1 +25997 {25995} 2091 1 +25998 {25996} 9928 1 +25999 {25997} 11279 1 +26000 {25998} 2428 1 +26001 {25999} 9699 1 +26002 {26000} 9652 1 +26003 {26001} 11103 1 +26004 {26002} 2130 1 +26005 {26003} 2658 1 +26006 {26004} 7261 1 +26007 {26005} 2769 1 +26008 {26006} 3056 1 +26009 {26007} 10604 1 +26010 {26008} 11186 1 +26011 {26009} 2756 1 +26012 {26010} 2402 1 +26013 {26011} 11471 1 +26014 {26012} 2124 1 +26015 {26013} 2198 1 +26016 {26014} 11323 1 +26017 {26015} 1710 1 +26018 {26016} 3110 1 +26019 {26017} 3322 1 +26020 {26018} 3251 1 +26021 {26019} 1098 1 +26022 {26020} 2741 1 +26023 {26021} 11455 1 +26024 {26022} 11039 1 +26025 {26023} 16501 1 +26026 {26024} 9868 1 +26027 {26025} 12207 1 +26028 {26026} 2091 1 +26029 {26027} 11704 1 +26030 {26028} 2566 1 +26031 {26029} 9762 1 +26032 {26030} 10087 1 +26033 {26031} 2464 1 +26034 {26032} 1191 1 +26035 {26033} 2838 1 +26036 {26034} 2502 1 +26037 {26035} 1551 1 +26038 {26036} 1688 1 +26039 {26037} 8258 1 +26040 {26038} 11900 1 +26041 {26039} 14106 1 +26042 {26040} 11252 1 +26043 {26041} 1891 1 +26044 {26042} 2058 1 +26045 {26043} 2260 1 +26046 {26044} 11090 1 +26047 {26045} 5828 1 +26048 {26046} 2132 1 +26049 {26047} 8958 1 +26050 {26048} 9510 1 +26051 {26049} 10323 1 +26052 {26050} 9682 1 +26053 {26051} 9078 1 +26054 {26052} 506 1 +26055 {26053} 10349 1 +26056 {26054} 13710 1 +26057 {26055} 2614 1 +26058 {26056} 2030 1 +26059 {26057} 1666 1 +26060 {26058} 1710 1 +26061 {26059} 2664 1 +26062 {26060} 1742 1 +26063 {26061} 2591 1 +26064 {26062} 2617 1 +26065 {26063} 2663 1 +26066 {26064} 10439 1 +26067 {26065} 16048 1 +26068 {26066} 12728 1 +26069 {26067} 10797 1 +26070 {26068} 9302 1 +26071 {26069} 10965 1 +26072 {26070} 11413 1 +26073 {26071} 1710 1 +26074 {26072} 7825 1 +26075 {26073} 9554 1 +26076 {26074} 1387 1 +26077 {26075} 800 1 +26078 {26076} 7489 1 +26079 {26077} 5163 1 +26080 {26078} 2868 1 +26081 {26079} 2163 1 +26082 {26080} 2801 1 +26083 {26081} 11216 1 +26084 {26082} 9965 1 +26085 {26083} 3026 1 +26086 {26084} 11907 1 +26087 {26085} 9516 1 +26088 {26086} 9869 1 +26089 {26087} 12196 1 +26090 {26088} 10497 1 +26091 {26089} 2383 1 +26092 {26090} 2600 1 +26093 {26091} 8009 1 +26094 {26092} 9179 1 +26095 {26093} 13337 1 +26096 {26094} 9231 1 +26097 {26095} 2955 1 +26098 {26096} 6597 1 +26099 {26097} 2292 1 +26100 {26098} 2605 1 +26101 {26099} 3384 1 +26102 {26100} 5788 1 +26103 {26101} 1935 1 +26104 {26102} 11762 1 +26105 {26103} 1996 1 +26106 {26104} 1842 1 +26107 {26105} 10519 1 +26108 {26106} 11600 1 +26109 {26107} 11163 1 +26110 {26108} 2060 1 +26111 {26109} 6812 1 +26112 {26110} 7030 1 +26113 {26111} 7431 1 +26114 {26112} 6250 1 +26115 {26113} 10122 1 +26116 {26114} 1170 1 +26117 {26115} 9982 1 +26118 {26116} 3444 1 +26119 {26117} 2058 1 +26120 {26118} 7698 1 +26121 {26119} 2067 1 +26122 {26120} 7817 1 +26123 {26121} 9525 1 +26124 {26122} 2794 1 +26125 {26123} 15725 1 +26126 {26124} 11261 1 +26127 {26125} 2975 1 +26128 {26126} 2638 1 +26129 {26127} 1935 1 +26130 {26128} 2134 1 +26131 {26129} 2672 1 +26132 {26130} 574 1 +26133 {26131} 2185 1 +26134 {26132} 10854 1 +26135 {26133} 1265 1 +26136 {26134} 2269 1 +26137 {26135} 15092 1 +26138 {26136} 2296 1 +26139 {26137} 2258 1 +26140 {26138} 8522 1 +26141 {26139} 11333 1 +26142 {26140} 10251 1 +26143 {26141} 1784 1 +26144 {26142} 1745 1 +26145 {26143} 10258 1 +26146 {26144} 10544 1 +26147 {26145} 1710 1 +26148 {26146} 3123 1 +26149 {26147} 4604 1 +26150 {26148} 2625 1 +26151 {26149} 3033 1 +26152 {26150} 2492 1 +26153 {26151} 1962 1 +26154 {26152} 11189 1 +26155 {26153} 2481 1 +26156 {26154} 2593 1 +26157 {26155} 1754 1 +26158 {26156} 11588 1 +26159 {26157} 5892 1 +26160 {26158} 13147 1 +26161 {26159} 1854 1 +26162 {26160} 2100 1 +26163 {26161} 2793 1 +26164 {26162} 11245 1 +26165 {26163} 15375 1 +26166 {26164} 9958 1 +26167 {26165} 2656 1 +26168 {26166} 2708 1 +26169 {26167} 11664 1 +26170 {26168} 10204 1 +26171 {26169} 2189 1 +26172 {26170} 11190 1 +26173 {26171} 10911 1 +26174 {26172} 1713 1 +26175 {26173} 2810 1 +26176 {26174} 12302 1 +26177 {26175} 2834 1 +26178 {26176} 4034 1 +26179 {26177} 3713 1 +26180 {26178} 2302 1 +26181 {26179} 9627 1 +26182 {26180} 2669 1 +26183 {26181} 15430 1 +26184 {26182} 1921 1 +26185 {26183} 14585 1 +26186 {26184} 11549 1 +26187 {26185} 489 1 +26188 {26186} 1924 1 +26189 {26187} 16542 1 +26190 {26188} 15094 1 +26191 {26189} 2708 1 +26192 {26190} 2565 1 +26193 {26191} 2234 1 +26194 {26192} 9612 1 +26195 {26193} 1691 1 +26196 {26194} 2681 1 +26197 {26195} 1717 1 +26198 {26196} 9241 1 +26199 {26197} 10285 1 +26200 {26198} 3576 1 +26201 {26199} 12257 1 +26202 {26200} 10900 1 +26203 {26201} 12028 1 +26204 {26202} 2579 1 +26205 {26203} 10843 1 +26206 {26204} 2028 1 +26207 {26205} 13586 1 +26208 {26206} 16365 1 +26209 {26207} 2196 1 +26210 {26208} 3573 1 +26211 {26209} 2469 1 +26212 {26210} 10699 1 +26213 {26211} 10637 1 +26214 {26212} 2054 1 +26215 {26213} 9826 1 +26216 {26214} 2569 1 +26217 {26215} 12751 1 +26218 {26216} 9944 1 +26219 {26217} 2530 1 +26220 {26218} 2135 1 +26221 {26219} 2263 1 +26222 {26220} 12195 1 +26223 {26221} 1540 1 +26224 {26222} 2538 1 +26225 {26223} 11408 1 +26226 {26224} 11218 1 +26227 {26225} 4259 1 +26228 {26226} 3872 1 +26229 {26227} 10147 1 +26230 {26228} 9878 1 +26231 {26229} 10525 1 +26232 {26230} 2979 1 +26233 {26231} 1881 1 +26234 {26232} 11096 1 +26235 {26233} 2664 1 +26236 {26234} 3402 1 +26237 {26235} 6208 1 +26238 {26236} 9895 1 +26239 {26237} 2666 1 +26240 {26238} 9606 1 +26241 {26239} 3440 1 +26242 {26240} 11453 1 +26243 {26241} 8275 1 +26244 {26242} 3234 1 +26245 {26243} 6448 1 +26246 {26244} 2151 1 +26247 {26245} 2921 1 +26248 {26246} 2469 1 +26249 {26247} 3343 1 +26250 {26248} 2428 1 +26251 {26249} 8285 1 +26252 {26250} 1778 1 +26253 {26251} 165 1 +26254 {26252} 14256 1 +26255 {26253} 6938 1 +26256 {26254} 6093 1 +26257 {26255} 9905 1 +26258 {26256} 3251 1 +26259 {26257} 13137 1 +26260 {26258} 9681 1 +26261 {26259} 11925 1 +26262 {26260} 2042 1 +26263 {26261} 10432 1 +26264 {26262} 8917 1 +26265 {26263} 496 1 +26266 {26264} 2971 1 +26267 {26265} 14028 1 +26268 {26266} 2425 1 +26269 {26267} 2908 1 +26270 {26268} 10984 1 +26271 {26269} 10442 1 +26272 {26270} 9856 1 +26273 {26271} 1102 1 +26274 {26272} 11806 1 +26275 {26273} 12046 1 +26276 {26274} 908 1 +26277 {26275} 1685 1 +26278 {26276} 13405 1 +26279 {26277} 2424 1 +26280 {26278} 8300 1 +26281 {26279} 2979 1 +26282 {26280} 10850 1 +26283 {26281} 1507 1 +26284 {26282} 10593 1 +26285 {26283} 2586 1 +26286 {26284} 13799 1 +26287 {26285} 1826 1 +26288 {26286} 10568 1 +26289 {26287} 3201 1 +26290 {26288} 2122 1 +26291 {26289} 9223 1 +26292 {26290} 1375 1 +26293 {26291} 2055 1 +26294 {26292} 2940 1 +26295 {26293} 12952 1 +26296 {26294} 5227 1 +26297 {26295} 5615 1 +26298 {26296} 1415 1 +26299 {26297} 9970 1 +26300 {26298} 13958 1 +26301 {26299} 2487 1 +26302 {26300} 1341 1 +26303 {26301} 11042 1 +26304 {26302} 1276 1 +26305 {26303} 10168 1 +26306 {26304} 2427 1 +26307 {26305} 10648 1 +26308 {26306} 10878 1 +26309 {26307} 2832 1 +26310 {26308} 11218 1 +26311 {26309} 2054 1 +26312 {26310} 3503 1 +26313 {26311} 3188 1 +26314 {26312} 2872 1 +26315 {26313} 2527 1 +26316 {26314} 10967 1 +26317 {26315} 2899 1 +26318 {26316} 7192 1 +26319 {26317} 12824 1 +26320 {26318} 1511 1 +26321 {26319} 3453 1 +26322 {26320} 8065 1 +26323 {26321} 3599 1 +26324 {26322} 657 1 +26325 {26323} 2832 1 +26326 {26324} 2602 1 +26327 {26325} 2222 1 +26328 {26326} 9690 1 +26329 {26327} 9503 1 +26330 {26328} 8934 1 +26331 {26329} 11197 1 +26332 {26330} 2601 1 +26333 {26331} 10437 1 +26334 {26332} 2037 1 +26335 {26333} 1483 1 +26336 {26334} 10651 1 +26337 {26335} 14325 1 +26338 {26336} 11544 1 +26339 {26337} 1380 1 +26340 {26338} 9313 1 +26341 {26339} 553 1 +26342 {26340} 9304 1 +26343 {26341} 14254 1 +26344 {26342} 12106 1 +26345 {26343} 2303 1 +26346 {26344} 10306 1 +26347 {26345} 10121 1 +26348 {26346} 10249 1 +26349 {26347} 9948 1 +26350 {26348} 12894 1 +26351 {26349} 11051 1 +26352 {26350} 1713 1 +26353 {26351} 9927 1 +26354 {26352} 2474 1 +26355 {26353} 1698 1 +26356 {26354} 5398 1 +26357 {26355} 1805 1 +26358 {26356} 1618 1 +26359 {26357} 15926 1 +26360 {26358} 2399 1 +26361 {26359} 9623 1 +26362 {26360} 2844 1 +26363 {26361} 12017 1 +26364 {26362} 7220 1 +26365 {26363} 2591 1 +26366 {26364} 2811 1 +26367 {26365} 3572 1 +26368 {26366} 2417 1 +26369 {26367} 2124 1 +26370 {26368} 1411 1 +26371 {26369} 2141 1 +26372 {26370} 9907 1 +26373 {26371} 2126 1 +26374 {26372} 2874 1 +26375 {26373} 1560 1 +26376 {26374} 11201 1 +26377 {26375} 10348 1 +26378 {26376} 1332 1 +26379 {26377} 9410 1 +26380 {26378} 15986 1 +26381 {26379} 9856 1 +26382 {26380} 923 1 +26383 {26381} 8955 1 +26384 {26382} 1852 1 +26385 {26383} 9985 1 +26386 {26384} 13660 1 +26387 {26385} 3948 1 +26388 {26386} 10593 1 +26389 {26387} 2535 1 +26390 {26388} 9039 1 +26391 {26389} 2568 1 +26392 {26390} 210 1 +26393 {26391} 14241 1 +26394 {26392} 2763 1 +26395 {26393} 3574 1 +26396 {26394} 8806 1 +26397 {26395} 2218 1 +26398 {26396} 10345 1 +26399 {26397} 1806 1 +26400 {26398} 11018 1 +26401 {26399} 2369 1 +26402 {26400} 9529 1 +26403 {26401} 2454 1 +26404 {26402} 2432 1 +26405 {26403} 2251 1 +26406 {26404} 2232 1 +26407 {26405} 6867 1 +26408 {26406} 2319 1 +26409 {26407} 2400 1 +26410 {26408} 9387 1 +26411 {26409} 1616 1 +26412 {26410} 5176 1 +26413 {26411} 1035 1 +26414 {26412} 1484 1 +26415 {26413} 2331 1 +26416 {26414} 16610 1 +26417 {26415} 3512 1 +26418 {26416} 8599 1 +26419 {26417} 1766 1 +26420 {26418} 2071 1 +26421 {26419} 15052 1 +26422 {26420} 2134 1 +26423 {26421} 2369 1 +26424 {26422} 3037 1 +26425 {26423} 11036 1 +26426 {26424} 695 1 +26427 {26425} 8781 1 +26428 {26426} 1745 1 +26429 {26427} 11987 1 +26430 {26428} 8857 1 +26431 {26429} 1793 1 +26432 {26430} 12982 1 +26433 {26431} 16319 1 +26434 {26432} 8067 1 +26435 {26433} 761 1 +26436 {26434} 3626 1 +26437 {26435} 11103 1 +26438 {26436} 9401 1 +26439 {26437} 1276 1 +26440 {26438} 15873 1 +26441 {26439} 2063 1 +26442 {26440} 9633 1 +26443 {26441} 6029 1 +26444 {26442} 8237 1 +26445 {26443} 3252 1 +26446 {26444} 12281 1 +26447 {26445} 6258 1 +26448 {26446} 11089 1 +26449 {26447} 2572 1 +26450 {26448} 3068 1 +26451 {26449} 2534 1 +26452 {26450} 2516 1 +26453 {26451} 9809 1 +26454 {26452} 2858 1 +26455 {26453} 1824 1 +26456 {26454} 10442 1 +26457 {26455} 2446 1 +26458 {26456} 10858 1 +26459 {26457} 9411 1 +26460 {26458} 2480 1 +26461 {26459} 9754 1 +26462 {26460} 2674 1 +26463 {26461} 1882 1 +26464 {26462} 1299 1 +26465 {26463} 2978 1 +26466 {26464} 2774 1 +26467 {26465} 11133 1 +26468 {26466} 3215 1 +26469 {26467} 2218 1 +26470 {26468} 12313 1 +26471 {26469} 2325 1 +26472 {26470} 9770 1 +26473 {26471} 11383 1 +26474 {26472} 2838 1 +26475 {26473} 9991 1 +26476 {26474} 3073 1 +26477 {26475} 7261 1 +26478 {26476} 9570 1 +26479 {26477} 10237 1 +26480 {26478} 2669 1 +26481 {26479} 10192 1 +26482 {26480} 9711 1 +26483 {26481} 9057 1 +26484 {26482} 2374 1 +26485 {26483} 1626 1 +26486 {26484} 10425 1 +26487 {26485} 15403 1 +26488 {26486} 1724 1 +26489 {26487} 1467 1 +26490 {26488} 2011 1 +26491 {26489} 10026 1 +26492 {26490} 9902 1 +26493 {26491} 11882 1 +26494 {26492} 9757 1 +26495 {26493} 2065 1 +26496 {26494} 10563 1 +26497 {26495} 2499 1 +26498 {26496} 9930 1 +26499 {26497} 9323 1 +26500 {26498} 1678 1 +26501 {26499} 10841 1 +26502 {26500} 2032 1 +26503 {26501} 2539 1 +26504 {26502} 9926 1 +26505 {26503} 2350 1 +26506 {26504} 9961 1 +26507 {26505} 10344 1 +26508 {26506} 10879 1 +26509 {26507} 11089 1 +26510 {26508} 15779 1 +26511 {26509} 10116 1 +26512 {26510} 9776 1 +26513 {26511} 13757 1 +26514 {26512} 2672 1 +26515 {26513} 1000 1 +26516 {26514} 6119 1 +26517 {26515} 10711 1 +26518 {26516} 2100 1 +26519 {26517} 15622 1 +26520 {26518} 2064 1 +26521 {26519} 9537 1 +26522 {26520} 10259 1 +26523 {26521} 1296 1 +26524 {26522} 2654 1 +26525 {26523} 11384 1 +26526 {26524} 3753 1 +26527 {26525} 2303 1 +26528 {26526} 7108 1 +26529 {26527} 9992 1 +26530 {26528} 2230 1 +26531 {26529} 1639 1 +26532 {26530} 10642 1 +26533 {26531} 9440 1 +26534 {26532} 1208 1 +26535 {26533} 1310 1 +26536 {26534} 1283 1 +26537 {26535} 11167 1 +26538 {26536} 2562 1 +26539 {26537} 2974 1 +26540 {26538} 2497 1 +26541 {26539} 1286 1 +26542 {26540} 1892 1 +26543 {26541} 2775 1 +26544 {26542} 10456 1 +26545 {26543} 1409 1 +26546 {26544} 1715 1 +26547 {26545} 1478 1 +26548 {26546} 2161 1 +26549 {26547} 3040 1 +26550 {26548} 2009 1 +26551 {26549} 2303 1 +26552 {26550} 3598 1 +26553 {26551} 2861 1 +26554 {26552} 10503 1 +26555 {26553} 9576 1 +26556 {26554} 1856 1 +26557 {26555} 2569 1 +26558 {26556} 11518 1 +26559 {26557} 8662 1 +26560 {26558} 2055 1 +26561 {26559} 10669 1 +26562 {26560} 11338 1 +26563 {26561} 2215 1 +26564 {26562} 1542 1 +26565 {26563} 1785 1 +26566 {26564} 1094 1 +26567 {26565} 11089 1 +26568 {26566} 1783 1 +26569 {26567} 6616 1 +26570 {26568} 9435 1 +26571 {26569} 3213 1 +26572 {26570} 8115 1 +26573 {26571} 2134 1 +26574 {26572} 1572 1 +26575 {26573} 10252 1 +26576 {26574} 10169 1 +26577 {26575} 2363 1 +26578 {26576} 9938 1 +26579 {26577} 2856 1 +26580 {26578} 11602 1 +26581 {26579} 2160 1 +26582 {26580} 11873 1 +26583 {26581} 11233 1 +26584 {26582} 10347 1 +26585 {26583} 1741 1 +26586 {26584} 14644 1 +26587 {26585} 13363 1 +26588 {26586} 2287 1 +26589 {26587} 2145 1 +26590 {26588} 9306 1 +26591 {26589} 9152 1 +26592 {26590} 8622 1 +26593 {26591} 10825 1 +26594 {26592} 9261 1 +26595 {26593} 2263 1 +26596 {26594} 9027 1 +26597 {26595} 1923 1 +26598 {26596} 3120 1 +26599 {26597} 9871 1 +26600 {26598} 13973 1 +26601 {26599} 12037 1 +26602 {26600} 2233 1 +26603 {26601} 10225 1 +26604 {26602} 2051 1 +26605 {26603} 10210 1 +26606 {26604} 9138 1 +26607 {26605} 10912 1 +26608 {26606} 2670 1 +26609 {26607} 1691 1 +26610 {26608} 1818 1 +26611 {26609} 8805 1 +26612 {26610} 2672 1 +26613 {26611} 1887 1 +26614 {26612} 9755 1 +26615 {26613} 11367 1 +26616 {26614} 2060 1 +26617 {26615} 2397 1 +26618 {26616} 1332 1 +26619 {26617} 10531 1 +26620 {26618} 14822 1 +26621 {26619} 5063 1 +26622 {26620} 1505 1 +26623 {26621} 9333 1 +26624 {26622} 11248 1 +26625 {26623} 15406 1 +26626 {26624} 14651 1 +26627 {26625} 2063 1 +26628 {26626} 9377 1 +26629 {26627} 10948 1 +26630 {26628} 3011 1 +26631 {26629} 3586 1 +26632 {26630} 2371 1 +26633 {26631} 3630 1 +26634 {26632} 16165 1 +26635 {26633} 3377 1 +26636 {26634} 8129 1 +26637 {26635} 5078 1 +26638 {26636} 1562 1 +26639 {26637} 10094 1 +26640 {26638} 11090 1 +26641 {26639} 2302 1 +26642 {26640} 6862 1 +26643 {26641} 9753 1 +26644 {26642} 9618 1 +26645 {26643} 9927 1 +26646 {26644} 4211 1 +26647 {26645} 14564 1 +26648 {26646} 2031 1 +26649 {26647} 16443 1 +26650 {26648} 3109 1 +26651 {26649} 10828 1 +26652 {26650} 3314 1 +26653 {26651} 2071 1 +26654 {26652} 2299 1 +26655 {26653} 3030 1 +26656 {26654} 2252 1 +26657 {26655} 658 1 +26658 {26656} 2807 1 +26659 {26657} 2263 1 +26660 {26658} 2416 1 +26661 {26659} 1812 1 +26662 {26660} 3045 1 +26663 {26661} 2402 1 +26664 {26662} 7338 1 +26665 {26663} 10683 1 +26666 {26664} 1708 1 +26667 {26665} 2963 1 +26668 {26666} 1507 1 +26669 {26667} 10680 1 +26670 {26668} 2591 1 +26671 {26669} 3478 1 +26672 {26670} 2350 1 +26673 {26671} 2955 1 +26674 {26672} 3022 1 +26675 {26673} 2325 1 +26676 {26674} 2617 1 +26677 {26675} 2180 1 +26678 {26676} 10252 1 +26679 {26677} 5788 1 +26680 {26678} 1336 1 +26681 {26679} 2615 1 +26682 {26680} 2782 1 +26683 {26681} 3841 1 +26684 {26682} 2416 1 +26685 {26683} 1505 1 +26686 {26684} 1906 1 +26687 {26685} 1069 1 +26688 {26686} 3347 1 +26689 {26687} 13010 1 +26690 {26688} 2530 1 +26691 {26689} 10245 1 +26692 {26690} 6768 1 +26693 {26691} 3414 1 +26694 {26692} 2803 1 +26695 {26693} 1719 1 +26696 {26694} 2538 1 +26697 {26695} 6509 1 +26698 {26696} 784 1 +26699 {26697} 2442 1 +26700 {26698} 9759 1 +26701 {26699} 1483 1 +26702 {26700} 1013 1 +26703 {26701} 6995 1 +26704 {26702} 10563 1 +26705 {26703} 1954 1 +26706 {26704} 1918 1 +26707 {26705} 9230 1 +26708 {26706} 15121 1 +26709 {26707} 2805 1 +26710 {26708} 10599 1 +26711 {26709} 1293 1 +26712 {26710} 8781 1 +26713 {26711} 2501 1 +26714 {26712} 5418 1 +26715 {26713} 2677 1 +26716 {26714} 11406 1 +26717 {26715} 1217 1 +26718 {26716} 2868 1 +26719 {26717} 2662 1 +26720 {26718} 2496 1 +26721 {26719} 15612 1 +26722 {26720} 1481 1 +26723 {26721} 1926 1 +26724 {26722} 1916 1 +26725 {26723} 1826 1 +26726 {26724} 2798 1 +26727 {26725} 2897 1 +26728 {26726} 2231 1 +26729 {26727} 10301 1 +26730 {26728} 10746 1 +26731 {26729} 2189 1 +26732 {26730} 14260 1 +26733 {26731} 2394 1 +26734 {26732} 2669 1 +26735 {26733} 10155 1 +26736 {26734} 2031 1 +26737 {26735} 9673 1 +26738 {26736} 2290 1 +26739 {26737} 6984 1 +26740 {26738} 2930 1 +26741 {26739} 4805 1 +26742 {26740} 1996 1 +26743 {26741} 1746 1 +26744 {26742} 1658 1 +26745 {26743} 9176 1 +26746 {26744} 9681 1 +26747 {26745} 1778 1 +26748 {26746} 2401 1 +26749 {26747} 8063 1 +26750 {26748} 9811 1 +26751 {26749} 2669 1 +26752 {26750} 1533 1 +26753 {26751} 1613 1 +26754 {26752} 9116 1 +26755 {26753} 9100 1 +26756 {26754} 8418 1 +26757 {26755} 9182 1 +26758 {26756} 1778 1 +26759 {26757} 12378 1 +26760 {26758} 1409 1 +26761 {26759} 12094 1 +26762 {26760} 10420 1 +26763 {26761} 9580 1 +26764 {26762} 11161 1 +26765 {26763} 11168 1 +26766 {26764} 2269 1 +26767 {26765} 10099 1 +26768 {26766} 11842 1 +26769 {26767} 15012 1 +26770 {26768} 3111 1 +26771 {26769} 6761 1 +26772 {26770} 2811 1 +26773 {26771} 11244 1 +26774 {26772} 2893 1 +26775 {26773} 2605 1 +26776 {26774} 9393 1 +26777 {26775} 2420 1 +26778 {26776} 8535 1 +26779 {26777} 1371 1 +26780 {26778} 2167 1 +26781 {26779} 541 1 +26782 {26780} 9278 1 +26783 {26781} 1426 1 +26784 {26782} 1882 1 +26785 {26783} 2181 1 +26786 {26784} 1788 1 +26787 {26785} 9670 1 +26788 {26786} 14980 1 +26789 {26787} 1369 1 +26790 {26788} 2679 1 +26791 {26789} 14015 1 +26792 {26790} 11445 1 +26793 {26791} 1028 1 +26794 {26792} 6041 1 +26795 {26793} 2397 1 +26796 {26794} 2152 1 +26797 {26795} 4938 1 +26798 {26796} 11721 1 +26799 {26797} 10026 1 +26800 {26798} 11846 1 +26801 {26799} 10147 1 +26802 {26800} 1727 1 +26803 {26801} 10463 1 +26804 {26802} 9403 1 +26805 {26803} 3279 1 +26806 {26804} 9421 1 +26807 {26805} 1601 1 +26808 {26806} 11367 1 +26809 {26807} 1523 1 +26810 {26808} 10204 1 +26811 {26809} 5583 1 +26812 {26810} 6048 1 +26813 {26811} 1270 1 +26814 {26812} 10048 1 +26815 {26813} 15170 1 +26816 {26814} 1960 1 +26817 {26815} 2030 1 +26818 {26816} 1937 1 +26819 {26817} 1886 1 +26820 {26818} 1346 1 +26821 {26819} 1063 1 +26822 {26820} 1332 1 +26823 {26821} 3246 1 +26824 {26822} 14082 1 +26825 {26823} 2929 1 +26826 {26824} 2538 1 +26827 {26825} 2402 1 +26828 {26826} 11963 1 +26829 {26827} 10487 1 +26830 {26828} 2944 1 +26831 {26829} 839 1 +26832 {26830} 12246 1 +26833 {26831} 1654 1 +26834 {26832} 12148 1 +26835 {26833} 10139 1 +26836 {26834} 11161 1 +26837 {26835} 1527 1 +26838 {26836} 1218 1 +26839 {26837} 2806 1 +26840 {26838} 2298 1 +26841 {26839} 3170 1 +26842 {26840} 1960 1 +26843 {26841} 9985 1 +26844 {26842} 10858 1 +26845 {26843} 1844 1 +26846 {26844} 758 1 +26847 {26845} 1868 1 +26848 {26846} 2181 1 +26849 {26847} 1710 1 +26850 {26848} 1713 1 +26851 {26849} 2087 1 +26852 {26850} 13545 1 +26853 {26851} 10724 1 +26854 {26852} 10845 1 +26855 {26853} 5013 1 +26856 {26854} 10776 1 +26857 {26855} 2569 1 +26858 {26856} 5362 1 +26859 {26857} 2227 1 +26860 {26858} 2009 1 +26861 {26859} 8856 1 +26862 {26860} 928 1 +26863 {26861} 5446 1 +26864 {26862} 3095 1 +26865 {26863} 9536 1 +26866 {26864} 10796 1 +26867 {26865} 10351 1 +26868 {26866} 2120 1 +26869 {26867} 11138 1 +26870 {26868} 2780 1 +26871 {26869} 10804 1 +26872 {26870} 2133 1 +26873 {26871} 1456 1 +26874 {26872} 5161 1 +26875 {26873} 2100 1 +26876 {26874} 10971 1 +26877 {26875} 3303 1 +26878 {26876} 11822 1 +26879 {26877} 2190 1 +26880 {26878} 11678 1 +26881 {26879} 9158 1 +26882 {26880} 16263 1 +26883 {26881} 1923 1 +26884 {26882} 10311 1 +26885 {26883} 13052 1 +26886 {26884} 5265 1 +26887 {26885} 1959 1 +26888 {26886} 2068 1 +26889 {26887} 2000 1 +26890 {26888} 11662 1 +26891 {26889} 10340 1 +26892 {26890} 9771 1 +26893 {26891} 11090 1 +26894 {26892} 11071 1 +26895 {26893} 2125 1 +26896 {26894} 11453 1 +26897 {26895} 9937 1 +26898 {26896} 9764 1 +26899 {26897} 2423 1 +26900 {26898} 10639 1 +26901 {26899} 1787 1 +26902 {26900} 11802 1 +26903 {26901} 2744 1 +26904 {26902} 10386 1 +26905 {26903} 2764 1 +26906 {26904} 2332 1 +26907 {26905} 2261 1 +26908 {26906} 2032 1 +26909 {26907} 1884 1 +26910 {26908} 2165 1 +26911 {26909} 10614 1 +26912 {26910} 10236 1 +26913 {26911} 940 1 +26914 {26912} 3262 1 +26915 {26913} 5752 1 +26916 {26914} 11279 1 +26917 {26915} 11244 1 +26918 {26916} 10786 1 +26919 {26917} 2298 1 +26920 {26918} 8955 1 +26921 {26919} 7486 1 +26922 {26920} 9374 1 +26923 {26921} 2033 1 +26924 {26922} 3102 1 +26925 {26923} 11355 1 +26926 {26924} 4957 1 +26927 {26925} 10135 1 +26928 {26926} 8692 1 +26929 {26927} 2402 1 +26930 {26928} 9387 1 +26931 {26929} 10324 1 +26932 {26930} 2474 1 +26933 {26931} 11505 1 +26934 {26932} 1345 1 +26935 {26933} 2391 1 +26936 {26934} 9157 1 +26937 {26935} 2017 1 +26938 {26936} 10202 1 +26939 {26937} 1654 1 +26940 {26938} 3100 1 +26941 {26939} 1404 1 +26942 {26940} 12665 1 +26943 {26941} 9408 1 +26944 {26942} 16025 1 +26945 {26943} 13209 1 +26946 {26944} 12630 1 +26947 {26945} 527 1 +26948 {26946} 2075 1 +26949 {26947} 3004 1 +26950 {26948} 12502 1 +26951 {26949} 2869 1 +26952 {26950} 9756 1 +26953 {26951} 15661 1 +26954 {26952} 2160 1 +26955 {26953} 2456 1 +26956 {26954} 11365 1 +26957 {26955} 3074 1 +26958 {26956} 1877 1 +26959 {26957} 1501 1 +26960 {26958} 2376 1 +26961 {26959} 12068 1 +26962 {26960} 11051 1 +26963 {26961} 2944 1 +26964 {26962} 872 1 +26965 {26963} 1304 1 +26966 {26964} 1061 1 +26967 {26965} 2107 1 +26968 {26966} 2775 1 +26969 {26967} 7300 1 +26970 {26968} 2806 1 +26971 {26969} 2520 1 +26972 {26970} 8052 1 +26973 {26971} 10809 1 +26974 {26972} 11964 1 +26975 {26973} 3844 1 +26976 {26974} 9008 1 +26977 {26975} 11225 1 +26978 {26976} 9589 1 +26979 {26977} 1580 1 +26980 {26978} 1787 1 +26981 {26979} 3802 1 +26982 {26980} 9222 1 +26983 {26981} 4813 1 +26984 {26982} 10124 1 +26985 {26983} 10160 1 +26986 {26984} 2218 1 +26987 {26985} 2252 1 +26988 {26986} 11222 1 +26989 {26987} 10110 1 +26990 {26988} 1846 1 +26991 {26989} 3132 1 +26992 {26990} 11288 1 +26993 {26991} 10956 1 +26994 {26992} 7988 1 +26995 {26993} 2298 1 +26996 {26994} 10634 1 +26997 {26995} 11509 1 +26998 {26996} 4107 1 +26999 {26997} 1825 1 +27000 {26998} 2303 1 +27001 {26999} 9393 1 +27002 {27000} 2096 1 +27003 {27001} 9588 1 +27004 {27002} 8534 1 +27005 {27003} 10195 1 +27006 {27004} 2234 1 +27007 {27005} 10241 1 +27008 {27006} 3009 1 +27009 {27007} 3335 1 +27010 {27008} 2600 1 +27011 {27009} 2348 1 +27012 {27010} 11222 1 +27013 {27011} 1994 1 +27014 {27012} 3169 1 +27015 {27013} 12017 1 +27016 {27014} 3435 1 +27017 {27015} 3037 1 +27018 {27016} 1453 1 +27019 {27017} 11277 1 +27020 {27018} 7485 1 +27021 {27019} 1414 1 +27022 {27020} 5788 1 +27023 {27021} 3292 1 +27024 {27022} 10593 1 +27025 {27023} 10794 1 +27026 {27024} 1568 1 +27027 {27025} 9474 1 +27028 {27026} 15595 1 +27029 {27027} 9327 1 +27030 {27028} 10297 1 +27031 {27029} 7386 1 +27032 {27030} 11307 1 +27033 {27031} 2300 1 +27034 {27032} 2734 1 +27035 {27033} 9580 1 +27036 {27034} 10169 1 +27037 {27035} 802 1 +27038 {27036} 11624 1 +27039 {27037} 10375 1 +27040 {27038} 3013 1 +27041 {27039} 2784 1 +27042 {27040} 3139 1 +27043 {27041} 2539 1 +27044 {27042} 2255 1 +27045 {27043} 2266 1 +27046 {27044} 2970 1 +27047 {27045} 2249 1 +27048 {27046} 1846 1 +27049 {27047} 10457 1 +27050 {27048} 5510 1 +27051 {27049} 3372 1 +27052 {27050} 11175 1 +27053 {27051} 2042 1 +27054 {27052} 11273 1 +27055 {27053} 1868 1 +27056 {27054} 5014 1 +27057 {27055} 874 1 +27058 {27056} 10234 1 +27059 {27057} 16446 1 +27060 {27058} 10058 1 +27061 {27059} 2490 1 +27062 {27060} 16170 1 +27063 {27061} 5607 1 +27064 {27062} 9140 1 +27065 {27063} 10135 1 +27066 {27064} 2268 1 +27067 {27065} 3449 1 +27068 {27066} 10752 1 +27069 {27067} 752 1 +27070 {27068} 2550 1 +27071 {27069} 2733 1 +27072 {27070} 9913 1 +27073 {27071} 2499 1 +27074 {27072} 6865 1 +27075 {27073} 10628 1 +27076 {27074} 10618 1 +27077 {27075} 1615 1 +27078 {27076} 1592 1 +27079 {27077} 9201 1 +27080 {27078} 11206 1 +27081 {27079} 8665 1 +27082 {27080} 15645 1 +27083 {27081} 2490 1 +27084 {27082} 11513 1 +27085 {27083} 875 1 +27086 {27084} 11160 1 +27087 {27085} 8200 1 +27088 {27086} 2303 1 +27089 {27087} 3271 1 +27090 {27088} 1609 1 +27091 {27089} 9212 1 +27092 {27090} 1817 1 +27093 {27091} 1014 1 +27094 {27092} 13520 1 +27095 {27093} 10259 1 +27096 {27094} 2382 1 +27097 {27095} 2361 1 +27098 {27096} 1580 1 +27099 {27097} 11256 1 +27100 {27098} 2503 1 +27101 {27099} 12078 1 +27102 {27100} 3199 1 +27103 {27101} 2319 1 +27104 {27102} 11860 1 +27105 {27103} 11539 1 +27106 {27104} 1519 1 +27107 {27105} 9724 1 +27108 {27106} 3602 1 +27109 {27107} 11362 1 +27110 {27108} 2524 1 +27111 {27109} 3361 1 +27112 {27110} 14750 1 +27113 {27111} 11582 1 +27114 {27112} 1519 1 +27115 {27113} 13149 1 +27116 {27114} 2255 1 +27117 {27115} 4160 1 +27118 {27116} 2873 1 +27119 {27117} 2503 1 +27120 {27118} 1974 1 +27121 {27119} 8006 1 +27122 {27120} 10539 1 +27123 {27121} 2707 1 +27124 {27122} 10713 1 +27125 {27123} 9165 1 +27126 {27124} 2632 1 +27127 {27125} 2052 1 +27128 {27126} 1961 1 +27129 {27127} 1723 1 +27130 {27128} 1301 1 +27131 {27129} 2467 1 +27132 {27130} 2122 1 +27133 {27131} 2217 1 +27134 {27132} 10507 1 +27135 {27133} 2637 1 +27136 {27134} 3436 1 +27137 {27135} 1994 1 +27138 {27136} 9345 1 +27139 {27137} 2382 1 +27140 {27138} 8272 1 +27141 {27139} 2196 1 +27142 {27140} 2674 1 +27143 {27141} 10721 1 +27144 {27142} 8627 1 +27145 {27143} 2124 1 +27146 {27144} 2064 1 +27147 {27145} 4446 1 +27148 {27146} 11229 1 +27149 {27147} 10589 1 +27150 {27148} 12061 1 +27151 {27149} 1048 1 +27152 {27150} 2015 1 +27153 {27151} 9961 1 +27154 {27152} 11415 1 +27155 {27153} 13350 1 +27156 {27154} 2029 1 +27157 {27155} 4046 1 +27158 {27156} 1247 1 +27159 {27157} 2560 1 +27160 {27158} 1336 1 +27161 {27159} 11092 1 +27162 {27160} 9467 1 +27163 {27161} 1951 1 +27164 {27162} 14064 1 +27165 {27163} 9202 1 +27166 {27164} 2081 1 +27167 {27165} 15303 1 +27168 {27166} 1099 1 +27169 {27167} 9012 1 +27170 {27168} 10692 1 +27171 {27169} 1146 1 +27172 {27170} 2494 1 +27173 {27171} 8464 1 +27174 {27172} 11446 1 +27175 {27173} 3831 1 +27176 {27174} 10676 1 +27177 {27175} 2252 1 +27178 {27176} 10809 1 +27179 {27177} 9893 1 +27180 {27178} 2390 1 +27181 {27179} 2096 1 +27182 {27180} 10475 1 +27183 {27181} 14376 1 +27184 {27182} 2924 1 +27185 {27183} 7419 1 +27186 {27184} 10611 1 +27187 {27185} 10572 1 +27188 {27186} 9512 1 +27189 {27187} 7817 1 +27190 {27188} 1887 1 +27191 {27189} 10496 1 +27192 {27190} 3106 1 +27193 {27191} 5135 1 +27194 {27192} 8557 1 +27195 {27193} 10051 1 +27196 {27194} 622 1 +27197 {27195} 10744 1 +27198 {27196} 9794 1 +27199 {27197} 10967 1 +27200 {27198} 11137 1 +27201 {27199} 2703 1 +27202 {27200} 2300 1 +27203 {27201} 9312 1 +27204 {27202} 2004 1 +27205 {27203} 11327 1 +27206 {27204} 8202 1 +27207 {27205} 10813 1 +27208 {27206} 8516 1 +27209 {27207} 2408 1 +27210 {27208} 1815 1 +27211 {27209} 2468 1 +27212 {27210} 15987 1 +27213 {27211} 11336 1 +27214 {27212} 2690 1 +27215 {27213} 12107 1 +27216 {27214} 2190 1 +27217 {27215} 15526 1 +27218 {27216} 11314 1 +27219 {27217} 1441 1 +27220 {27218} 3859 1 +27221 {27219} 1851 1 +27222 {27220} 1484 1 +27223 {27221} 5713 1 +27224 {27222} 4881 1 +27225 {27223} 14041 1 +27226 {27224} 11131 1 +27227 {27225} 9520 1 +27228 {27226} 7278 1 +27229 {27227} 9702 1 +27230 {27228} 14790 1 +27231 {27229} 10597 1 +27232 {27230} 1988 1 +27233 {27231} 1639 1 +27234 {27232} 9532 1 +27235 {27233} 3106 1 +27236 {27234} 3043 1 +27237 {27235} 14784 1 +27238 {27236} 12930 1 +27239 {27237} 2816 1 +27240 {27238} 10560 1 +27241 {27239} 9129 1 +27242 {27240} 2030 1 +27243 {27241} 6319 1 +27244 {27242} 2080 1 +27245 {27243} 9268 1 +27246 {27244} 2873 1 +27247 {27245} 9800 1 +27248 {27246} 2904 1 +27249 {27247} 2832 1 +27250 {27248} 10288 1 +27251 {27249} 2503 1 +27252 {27250} 1202 1 +27253 {27251} 2344 1 +27254 {27252} 11417 1 +27255 {27253} 4317 1 +27256 {27254} 10974 1 +27257 {27255} 1891 1 +27258 {27256} 1442 1 +27259 {27257} 2294 1 +27260 {27258} 2923 1 +27261 {27259} 10380 1 +27262 {27260} 1576 1 +27263 {27261} 3041 1 +27264 {27262} 9114 1 +27265 {27263} 1852 1 +27266 {27264} 14766 1 +27267 {27265} 12521 1 +27268 {27266} 98 1 +27269 {27267} 2775 1 +27270 {27268} 3406 1 +27271 {27269} 3007 1 +27272 {27270} 10318 1 +27273 {27271} 2904 1 +27274 {27272} 10264 1 +27275 {27273} 10473 1 +27276 {27274} 7087 1 +27277 {27275} 16002 1 +27278 {27276} 10233 1 +27279 {27277} 11340 1 +27280 {27278} 11849 1 +27281 {27279} 9859 1 +27282 {27280} 1271 1 +27283 {27281} 9657 1 +27284 {27282} 7307 1 +27285 {27283} 2133 1 +27286 {27284} 2996 1 +27287 {27285} 899 1 +27288 {27286} 9846 1 +27289 {27287} 1673 1 +27290 {27288} 11096 1 +27291 {27289} 1750 1 +27292 {27290} 9599 1 +27293 {27291} 1301 1 +27294 {27292} 2977 1 +27295 {27293} 1960 1 +27296 {27294} 9957 1 +27297 {27295} 9091 1 +27298 {27296} 2222 1 +27299 {27297} 2774 1 +27300 {27298} 16375 1 +27301 {27299} 2512 1 +27302 {27300} 2843 1 +27303 {27301} 10828 1 +27304 {27302} 9256 1 +27305 {27303} 2769 1 +27306 {27304} 2531 1 +27307 {27305} 10475 1 +27308 {27306} 10126 1 +27309 {27307} 9232 1 +27310 {27308} 2098 1 +27311 {27309} 7691 1 +27312 {27310} 11489 1 +27313 {27311} 2386 1 +27314 {27312} 16268 1 +27315 {27313} 15444 1 +27316 {27314} 2482 1 +27317 {27315} 10456 1 +27318 {27316} 10086 1 +27319 {27317} 2872 1 +27320 {27318} 10820 1 +27321 {27319} 1650 1 +27322 {27320} 1871 1 +27323 {27321} 2788 1 +27324 {27322} 3378 1 +27325 {27323} 10083 1 +27326 {27324} 9792 1 +27327 {27325} 2301 1 +27328 {27326} 1090 1 +27329 {27327} 11589 1 +27330 {27328} 10452 1 +27331 {27329} 1644 1 +27332 {27330} 11843 1 +27333 {27331} 10660 1 +27334 {27332} 10065 1 +27335 {27333} 12202 1 +27336 {27334} 10417 1 +27337 {27335} 1509 1 +27338 {27336} 3095 1 +27339 {27337} 11108 1 +27340 {27338} 2453 1 +27341 {27339} 1407 1 +27342 {27340} 13929 1 +27343 {27341} 2040 1 +27344 {27342} 2018 1 +27345 {27343} 11446 1 +27346 {27344} 12129 1 +27347 {27345} 11112 1 +27348 {27346} 2462 1 +27349 {27347} 3153 1 +27350 {27348} 9904 1 +27351 {27349} 2489 1 +27352 {27350} 2943 1 +27353 {27351} 10452 1 +27354 {27352} 902 1 +27355 {27353} 9976 1 +27356 {27354} 12067 1 +27357 {27355} 10234 1 +27358 {27356} 2674 1 +27359 {27357} 1882 1 +27360 {27358} 10096 1 +27361 {27359} 11232 1 +27362 {27360} 10895 1 +27363 {27361} 2654 1 +27364 {27362} 2133 1 +27365 {27363} 9212 1 +27366 {27364} 9433 1 +27367 {27365} 2574 1 +27368 {27366} 2025 1 +27369 {27367} 3363 1 +27370 {27368} 9759 1 +27371 {27369} 9005 1 +27372 {27370} 9677 1 +27373 {27371} 10680 1 +27374 {27372} 10607 1 +27375 {27373} 1856 1 +27376 {27374} 5867 1 +27377 {27375} 10843 1 +27378 {27376} 10475 1 +27379 {27377} 11399 1 +27380 {27378} 11372 1 +27381 {27379} 2192 1 +27382 {27380} 1928 1 +27383 {27381} 1700 1 +27384 {27382} 8518 1 +27385 {27383} 2431 1 +27386 {27384} 2520 1 +27387 {27385} 2708 1 +27388 {27386} 2690 1 +27389 {27387} 10245 1 +27390 {27388} 10886 1 +27391 {27389} 9778 1 +27392 {27390} 2810 1 +27393 {27391} 9991 1 +27394 {27392} 2029 1 +27395 {27393} 9389 1 +27396 {27394} 1487 1 +27397 {27395} 4827 1 +27398 {27396} 4663 1 +27399 {27397} 9988 1 +27400 {27398} 13271 1 +27401 {27399} 1893 1 +27402 {27400} 2261 1 +27403 {27401} 11959 1 +27404 {27402} 1740 1 +27405 {27403} 1586 1 +27406 {27404} 3782 1 +27407 {27405} 15358 1 +27408 {27406} 1664 1 +27409 {27407} 2499 1 +27410 {27408} 1138 1 +27411 {27409} 10702 1 +27412 {27410} 3076 1 +27413 {27411} 10950 1 +27414 {27412} 10288 1 +27415 {27413} 5557 1 +27416 {27414} 2433 1 +27417 {27415} 14179 1 +27418 {27416} 9391 1 +27419 {27417} 10309 1 +27420 {27418} 9254 1 +27421 {27419} 11520 1 +27422 {27420} 2421 1 +27423 {27421} 2600 1 +27424 {27422} 16297 1 +27425 {27423} 10484 1 +27426 {27424} 2353 1 +27427 {27425} 1469 1 +27428 {27426} 16498 1 +27429 {27427} 1291 1 +27430 {27428} 10983 1 +27431 {27429} 10950 1 +27432 {27430} 1121 1 +27433 {27431} 11139 1 +27434 {27432} 10711 1 +27435 {27433} 2739 1 +27436 {27434} 2669 1 +27437 {27435} 2058 1 +27438 {27436} 5606 1 +27439 {27437} 7719 1 +27440 {27438} 10769 1 +27441 {27439} 9484 1 +27442 {27440} 1396 1 +27443 {27441} 7178 1 +27444 {27442} 2589 1 +27445 {27443} 12211 1 +27446 {27444} 2047 1 +27447 {27445} 10267 1 +27448 {27446} 1394 1 +27449 {27447} 11138 1 +27450 {27448} 658 1 +27451 {27449} 973 1 +27452 {27450} 9826 1 +27453 {27451} 2502 1 +27454 {27452} 1981 1 +27455 {27453} 932 1 +27456 {27454} 10425 1 +27457 {27455} 1823 1 +27458 {27456} 2402 1 +27459 {27457} 10903 1 +27460 {27458} 16568 1 +27461 {27459} 3813 1 +27462 {27460} 2733 1 +27463 {27461} 11766 1 +27464 {27462} 11310 1 +27465 {27463} 1873 1 +27466 {27464} 10979 1 +27467 {27465} 1906 1 +27468 {27466} 2350 1 +27469 {27467} 10175 1 +27470 {27468} 2839 1 +27471 {27469} 2469 1 +27472 {27470} 2230 1 +27473 {27471} 8735 1 +27474 {27472} 10886 1 +27475 {27473} 1092 1 +27476 {27474} 2468 1 +27477 {27475} 1790 1 +27478 {27476} 2496 1 +27479 {27477} 11640 1 +27480 {27478} 2591 1 +27481 {27479} 1206 1 +27482 {27480} 11923 1 +27483 {27481} 9022 1 +27484 {27482} 10887 1 +27485 {27483} 1754 1 +27486 {27484} 1990 1 +27487 {27485} 9196 1 +27488 {27486} 9397 1 +27489 {27487} 3384 1 +27490 {27488} 1404 1 +27491 {27489} 2056 1 +27492 {27490} 2596 1 +27493 {27491} 2404 1 +27494 {27492} 1778 1 +27495 {27493} 1865 1 +27496 {27494} 2088 1 +27497 {27495} 2194 1 +27498 {27496} 9291 1 +27499 {27497} 12912 1 +27500 {27498} 3094 1 +27501 {27499} 9584 1 +27502 {27500} 8961 1 +27503 {27501} 10360 1 +27504 {27502} 2163 1 +27505 {27503} 3313 1 +27506 {27504} 10609 1 +27507 {27505} 2106 1 +27508 {27506} 12167 1 +27509 {27507} 15625 1 +27510 {27508} 1485 1 +27511 {27509} 3063 1 +27512 {27510} 1651 1 +27513 {27511} 13904 1 +27514 {27512} 1546 1 +27515 {27513} 2335 1 +27516 {27514} 1070 1 +27517 {27515} 9907 1 +27518 {27516} 386 1 +27519 {27517} 10647 1 +27520 {27518} 1022 1 +27521 {27519} 1596 1 +27522 {27520} 11003 1 +27523 {27521} 2118 1 +27524 {27522} 9472 1 +27525 {27523} 835 1 +27526 {27524} 1578 1 +27527 {27525} 3574 1 +27528 {27526} 11440 1 +27529 {27527} 2184 1 +27530 {27528} 1999 1 +27531 {27529} 11456 1 +27532 {27530} 11514 1 +27533 {27531} 9125 1 +27534 {27532} 11871 1 +27535 {27533} 9573 1 +27536 {27534} 11850 1 +27537 {27535} 4825 1 +27538 {27536} 2740 1 +27539 {27537} 10863 1 +27540 {27538} 12497 1 +27541 {27539} 9373 1 +27542 {27540} 1633 1 +27543 {27541} 11352 1 +27544 {27542} 1859 1 +27545 {27543} 1310 1 +27546 {27544} 3420 1 +27547 {27545} 9110 1 +27548 {27546} 2056 1 +27549 {27547} 2427 1 +27550 {27548} 3110 1 +27551 {27549} 2906 1 +27552 {27550} 1784 1 +27553 {27551} 10071 1 +27554 {27552} 3109 1 +27555 {27553} 3176 1 +27556 {27554} 2394 1 +27557 {27555} 3042 1 +27558 {27556} 11054 1 +27559 {27557} 3473 1 +27560 {27558} 12008 1 +27561 {27559} 10035 1 +27562 {27560} 1784 1 +27563 {27561} 11127 1 +27564 {27562} 1550 1 +27565 {27563} 2434 1 +27566 {27564} 1612 1 +27567 {27565} 11216 1 +27568 {27566} 10932 1 +27569 {27567} 11850 1 +27570 {27568} 9876 1 +27571 {27569} 10323 1 +27572 {27570} 3315 1 +27573 {27571} 2301 1 +27574 {27572} 3466 1 +27575 {27573} 10281 1 +27576 {27574} 1408 1 +27577 {27575} 2729 1 +27578 {27576} 816 1 +27579 {27577} 9809 1 +27580 {27578} 2765 1 +27581 {27579} 1886 1 +27582 {27580} 1049 1 +27583 {27581} 3109 1 +27584 {27582} 2738 1 +27585 {27583} 2360 1 +27586 {27584} 10241 1 +27587 {27585} 10145 1 +27588 {27586} 10249 1 +27589 {27587} 9643 1 +27590 {27588} 10456 1 +27591 {27589} 1684 1 +27592 {27590} 12180 1 +27593 {27591} 3442 1 +27594 {27592} 1218 1 +27595 {27593} 9806 1 +27596 {27594} 2368 1 +27597 {27595} 1740 1 +27598 {27596} 1673 1 +27599 {27597} 1381 1 +27600 {27598} 2468 1 +27601 {27599} 3102 1 +27602 {27600} 8975 1 +27603 {27601} 11769 1 +27604 {27602} 1170 1 +27605 {27603} 3180 1 +27606 {27604} 1923 1 +27607 {27605} 2741 1 +27608 {27606} 12004 1 +27609 {27607} 11089 1 +27610 {27608} 9800 1 +27611 {27609} 2743 1 +27612 {27610} 1033 1 +27613 {27611} 1337 1 +27614 {27612} 11563 1 +27615 {27613} 957 1 +27616 {27614} 2454 1 +27617 {27615} 1209 1 +27618 {27616} 2094 1 +27619 {27617} 9225 1 +27620 {27618} 955 1 +27621 {27619} 2450 1 +27622 {27620} 12502 1 +27623 {27621} 11041 1 +27624 {27622} 8082 1 +27625 {27623} 1639 1 +27626 {27624} 2284 1 +27627 {27625} 1959 1 +27628 {27626} 2635 1 +27629 {27627} 14282 1 +27630 {27628} 1289 1 +27631 {27629} 2839 1 +27632 {27630} 1933 1 +27633 {27631} 6852 1 +27634 {27632} 11893 1 +27635 {27633} 10386 1 +27636 {27634} 16586 1 +27637 {27635} 2403 1 +27638 {27636} 1959 1 +27639 {27637} 2268 1 +27640 {27638} 2570 1 +27641 {27639} 496 1 +27642 {27640} 990 1 +27643 {27641} 10680 1 +27644 {27642} 9130 1 +27645 {27643} 13811 1 +27646 {27644} 2462 1 +27647 {27645} 10195 1 +27648 {27646} 2570 1 +27649 {27647} 1511 1 +27650 {27648} 3106 1 +27651 {27649} 2386 1 +27652 {27650} 10419 1 +27653 {27651} 8907 1 +27654 {27652} 2853 1 +27655 {27653} 11578 1 +27656 {27654} 9357 1 +27657 {27655} 7523 1 +27658 {27656} 2930 1 +27659 {27657} 2204 1 +27660 {27658} 11459 1 +27661 {27659} 10015 1 +27662 {27660} 1451 1 +27663 {27661} 7332 1 +27664 {27662} 2722 1 +27665 {27663} 2032 1 +27666 {27664} 3841 1 +27667 {27665} 3496 1 +27668 {27666} 15935 1 +27669 {27667} 2873 1 +27670 {27668} 2695 1 +27671 {27669} 1025 1 +27672 {27670} 2774 1 +27673 {27671} 1957 1 +27674 {27672} 6584 1 +27675 {27673} 2880 1 +27676 {27674} 15231 1 +27677 {27675} 2359 1 +27678 {27676} 5228 1 +27679 {27677} 10827 1 +27680 {27678} 1420 1 +27681 {27679} 9340 1 +27682 {27680} 9253 1 +27683 {27681} 2158 1 +27684 {27682} 13134 1 +27685 {27683} 2138 1 +27686 {27684} 10713 1 +27687 {27685} 8098 1 +27688 {27686} 9781 1 +27689 {27687} 7059 1 +27690 {27688} 1636 1 +27691 {27689} 10110 1 +27692 {27690} 2102 1 +27693 {27691} 1878 1 +27694 {27692} 1940 1 +27695 {27693} 16153 1 +27696 {27694} 11110 1 +27697 {27695} 3046 1 +27698 {27696} 10747 1 +27699 {27697} 3629 1 +27700 {27698} 1919 1 +27701 {27699} 12077 1 +27702 {27700} 4940 1 +27703 {27701} 2700 1 +27704 {27702} 14568 1 +27705 {27703} 10416 1 +27706 {27704} 2917 1 +27707 {27705} 2907 1 +27708 {27706} 10585 1 +27709 {27707} 3404 1 +27710 {27708} 2538 1 +27711 {27709} 1963 1 +27712 {27710} 10648 1 +27713 {27711} 1961 1 +27714 {27712} 9978 1 +27715 {27713} 942 1 +27716 {27714} 3148 1 +27717 {27715} 15497 1 +27718 {27716} 1452 1 +27719 {27717} 12423 1 +27720 {27718} 14642 1 +27721 {27719} 3410 1 +27722 {27720} 3683 1 +27723 {27721} 10597 1 +27724 {27722} 1062 1 +27725 {27723} 11758 1 +27726 {27724} 10867 1 +27727 {27725} 6102 1 +27728 {27726} 11319 1 +27729 {27727} 1778 1 +27730 {27728} 2741 1 +27731 {27729} 9560 1 +27732 {27730} 11042 1 +27733 {27731} 10364 1 +27734 {27732} 1885 1 +27735 {27733} 10378 1 +27736 {27734} 10614 1 +27737 {27735} 1612 1 +27738 {27736} 2386 1 +27739 {27737} 9826 1 +27740 {27738} 2830 1 +27741 {27739} 10249 1 +27742 {27740} 2028 1 +27743 {27741} 2666 1 +27744 {27742} 2535 1 +27745 {27743} 10815 1 +27746 {27744} 1505 1 +27747 {27745} 10192 1 +27748 {27746} 2251 1 +27749 {27747} 3678 1 +27750 {27748} 11829 1 +27751 {27749} 2013 1 +27752 {27750} 13237 1 +27753 {27751} 10340 1 +27754 {27752} 1406 1 +27755 {27753} 2194 1 +27756 {27754} 2425 1 +27757 {27755} 2392 1 +27758 {27756} 2152 1 +27759 {27757} 12054 1 +27760 {27758} 9370 1 +27761 {27759} 4074 1 +27762 {27760} 11024 1 +27763 {27761} 2670 1 +27764 {27762} 12279 1 +27765 {27763} 11470 1 +27766 {27764} 11424 1 +27767 {27765} 11616 1 +27768 {27766} 2296 1 +27769 {27767} 2943 1 +27770 {27768} 2899 1 +27771 {27769} 2219 1 +27772 {27770} 10461 1 +27773 {27771} 13770 1 +27774 {27772} 14819 1 +27775 {27773} 2299 1 +27776 {27774} 16489 1 +27777 {27775} 10782 1 +27778 {27776} 789 1 +27779 {27777} 10981 1 +27780 {27778} 7090 1 +27781 {27779} 10425 1 +27782 {27780} 1870 1 +27783 {27781} 9590 1 +27784 {27782} 11283 1 +27785 {27783} 2739 1 +27786 {27784} 5957 1 +27787 {27785} 9721 1 +27788 {27786} 2870 1 +27789 {27787} 2399 1 +27790 {27788} 1411 1 +27791 {27789} 11044 1 +27792 {27790} 14704 1 +27793 {27791} 14183 1 +27794 {27792} 12381 1 +27795 {27793} 1713 1 +27796 {27794} 8209 1 +27797 {27795} 10678 1 +27798 {27796} 1467 1 +27799 {27797} 11236 1 +27800 {27798} 13542 1 +27801 {27799} 9937 1 +27802 {27800} 10979 1 +27803 {27801} 9875 1 +27804 {27802} 9295 1 +27805 {27803} 13909 1 +27806 {27804} 9711 1 +27807 {27805} 11732 1 +27808 {27806} 9391 1 +27809 {27807} 2654 1 +27810 {27808} 11488 1 +27811 {27809} 2539 1 +27812 {27810} 2017 1 +27813 {27811} 2027 1 +27814 {27812} 1217 1 +27815 {27813} 8477 1 +27816 {27814} 1545 1 +27817 {27815} 2334 1 +27818 {27816} 10202 1 +27819 {27817} 2400 1 +27820 {27818} 2129 1 +27821 {27819} 13103 1 +27822 {27820} 962 1 +27823 {27821} 6624 1 +27824 {27822} 11733 1 +27825 {27823} 2842 1 +27826 {27824} 1022 1 +27827 {27825} 1005 1 +27828 {27826} 5561 1 +27829 {27827} 2535 1 +27830 {27828} 2196 1 +27831 {27829} 14125 1 +27832 {27830} 8777 1 +27833 {27831} 1639 1 +27834 {27832} 1582 1 +27835 {27833} 12453 1 +27836 {27834} 2806 1 +27837 {27835} 10626 1 +27838 {27836} 15855 1 +27839 {27837} 1738 1 +27840 {27838} 1858 1 +27841 {27839} 1535 1 +27842 {27840} 8633 1 +27843 {27841} 1927 1 +27844 {27842} 9957 1 +27845 {27843} 10309 1 +27846 {27844} 1933 1 +27847 {27845} 2979 1 +27848 {27846} 11052 1 +27849 {27847} 3874 1 +27850 {27848} 15283 1 +27851 {27849} 1923 1 +27852 {27850} 10058 1 +27853 {27851} 2742 1 +27854 {27852} 822 1 +27855 {27853} 1961 1 +27856 {27854} 1354 1 +27857 {27855} 10243 1 +27858 {27856} 11332 1 +27859 {27857} 11799 1 +27860 {27858} 10757 1 +27861 {27859} 8529 1 +27862 {27860} 3111 1 +27863 {27861} 9167 1 +27864 {27862} 9269 1 +27865 {27863} 3368 1 +27866 {27864} 2674 1 +27867 {27865} 3153 1 +27868 {27866} 10489 1 +27869 {27867} 2332 1 +27870 {27868} 3280 1 +27871 {27869} 9057 1 +27872 {27870} 11178 1 +27873 {27871} 2571 1 +27874 {27872} 10339 1 +27875 {27873} 3068 1 +27876 {27874} 3655 1 +27877 {27875} 13307 1 +27878 {27876} 2605 1 +27879 {27877} 4907 1 +27880 {27878} 1683 1 +27881 {27879} 9370 1 +27882 {27880} 10906 1 +27883 {27881} 2300 1 +27884 {27882} 2930 1 +27885 {27883} 10375 1 +27886 {27884} 2218 1 +27887 {27885} 10680 1 +27888 {27886} 3491 1 +27889 {27887} 1633 1 +27890 {27888} 2706 1 +27891 {27889} 1612 1 +27892 {27890} 15475 1 +27893 {27891} 1960 1 +27894 {27892} 11576 1 +27895 {27893} 1210 1 +27896 {27894} 1790 1 +27897 {27895} 8501 1 +27898 {27896} 1512 1 +27899 {27897} 2703 1 +27900 {27898} 1477 1 +27901 {27899} 2453 1 +27902 {27900} 1891 1 +27903 {27901} 1957 1 +27904 {27902} 2138 1 +27905 {27903} 9889 1 +27906 {27904} 10559 1 +27907 {27905} 9260 1 +27908 {27906} 9382 1 +27909 {27907} 11936 1 +27910 {27908} 10319 1 +27911 {27909} 10503 1 +27912 {27910} 1630 1 +27913 {27911} 3122 1 +27914 {27912} 9469 1 +27915 {27913} 4666 1 +27916 {27914} 11003 1 +27917 {27915} 10490 1 +27918 {27916} 1123 1 +27919 {27917} 1723 1 +27920 {27918} 2357 1 +27921 {27919} 11018 1 +27922 {27920} 10869 1 +27923 {27921} 3589 1 +27924 {27922} 11598 1 +27925 {27923} 2434 1 +27926 {27924} 4984 1 +27927 {27925} 9740 1 +27928 {27926} 7769 1 +27929 {27927} 2502 1 +27930 {27928} 2621 1 +27931 {27929} 10433 1 +27932 {27930} 1730 1 +27933 {27931} 2366 1 +27934 {27932} 3443 1 +27935 {27933} 2163 1 +27936 {27934} 2569 1 +27937 {27935} 2862 1 +27938 {27936} 5645 1 +27939 {27937} 12453 1 +27940 {27938} 3347 1 +27941 {27939} 10244 1 +27942 {27940} 2215 1 +27943 {27941} 3754 1 +27944 {27942} 1657 1 +27945 {27943} 15797 1 +27946 {27944} 9829 1 +27947 {27945} 12217 1 +27948 {27946} 705 1 +27949 {27947} 2084 1 +27950 {27948} 3346 1 +27951 {27949} 10776 1 +27952 {27950} 2864 1 +27953 {27951} 2018 1 +27954 {27952} 2255 1 +27955 {27953} 10639 1 +27956 {27954} 2568 1 +27957 {27955} 12470 1 +27958 {27956} 11332 1 +27959 {27957} 679 1 +27960 {27958} 1026 1 +27961 {27959} 10535 1 +27962 {27960} 11186 1 +27963 {27961} 3593 1 +27964 {27962} 2805 1 +27965 {27963} 2414 1 +27966 {27964} 9387 1 +27967 {27965} 10357 1 +27968 {27966} 14324 1 +27969 {27967} 10843 1 +27970 {27968} 1962 1 +27971 {27969} 5822 1 +27972 {27970} 1580 1 +27973 {27971} 10702 1 +27974 {27972} 10453 1 +27975 {27973} 2320 1 +27976 {27974} 10242 1 +27977 {27975} 8328 1 +27978 {27976} 10378 1 +27979 {27977} 9826 1 +27980 {27978} 1444 1 +27981 {27979} 505 1 +27982 {27980} 2843 1 +27983 {27981} 10950 1 +27984 {27982} 2708 1 +27985 {27983} 12702 1 +27986 {27984} 2143 1 +27987 {27985} 9975 1 +27988 {27986} 12464 1 +27989 {27987} 2865 1 +27990 {27988} 8919 1 +27991 {27989} 10310 1 +27992 {27990} 9869 1 +27993 {27991} 11691 1 +27994 {27992} 2453 1 +27995 {27993} 2837 1 +27996 {27994} 10349 1 +27997 {27995} 11691 1 +27998 {27996} 3109 1 +27999 {27997} 12078 1 +28000 {27998} 8880 1 +28001 {27999} 3348 1 +28002 {28000} 2018 1 +28003 {28001} 2333 1 +28004 {28002} 9368 1 +28005 {28003} 10374 1 +28006 {28004} 11018 1 +28007 {28005} 612 1 +28008 {28006} 10570 1 +28009 {28007} 1403 1 +28010 {28008} 9430 1 +28011 {28009} 15086 1 +28012 {28010} 10924 1 +28013 {28011} 2192 1 +28014 {28012} 2640 1 +28015 {28013} 10329 1 +28016 {28014} 2364 1 +28017 {28015} 13492 1 +28018 {28016} 8275 1 +28019 {28017} 12229 1 +28020 {28018} 9316 1 +28021 {28019} 2571 1 +28022 {28020} 7307 1 +28023 {28021} 2197 1 +28024 {28022} 3236 1 +28025 {28023} 9313 1 +28026 {28024} 11854 1 +28027 {28025} 1953 1 +28028 {28026} 9054 1 +28029 {28027} 3120 1 +28030 {28028} 2101 1 +28031 {28029} 11278 1 +28032 {28030} 9520 1 +28033 {28031} 8304 1 +28034 {28032} 2192 1 +28035 {28033} 6836 1 +28036 {28034} 8123 1 +28037 {28035} 12047 1 +28038 {28036} 10231 1 +28039 {28037} 8146 1 +28040 {28038} 9930 1 +28041 {28039} 3068 1 +28042 {28040} 2632 1 +28043 {28041} 5397 1 +28044 {28042} 2232 1 +28045 {28043} 1651 1 +28046 {28044} 3381 1 +28047 {28045} 9170 1 +28048 {28046} 15452 1 +28049 {28047} 10094 1 +28050 {28048} 3295 1 +28051 {28049} 3446 1 +28052 {28050} 10497 1 +28053 {28051} 3473 1 +28054 {28052} 10774 1 +28055 {28053} 3143 1 +28056 {28054} 10599 1 +28057 {28055} 11273 1 +28058 {28056} 5452 1 +28059 {28057} 10519 1 +28060 {28058} 2573 1 +28061 {28059} 2632 1 +28062 {28060} 2940 1 +28063 {28061} 2705 1 +28064 {28062} 10058 1 +28065 {28063} 1323 1 +28066 {28064} 10547 1 +28067 {28065} 3279 1 +28068 {28066} 3381 1 +28069 {28067} 10496 1 +28070 {28068} 1415 1 +28071 {28069} 4152 1 +28072 {28070} 1414 1 +28073 {28071} 2695 1 +28074 {28072} 2417 1 +28075 {28073} 1946 1 +28076 {28074} 2692 1 +28077 {28075} 11340 1 +28078 {28076} 11078 1 +28079 {28077} 2463 1 +28080 {28078} 10680 1 +28081 {28079} 2973 1 +28082 {28080} 7024 1 +28083 {28081} 8423 1 +28084 {28082} 1209 1 +28085 {28083} 1069 1 +28086 {28084} 9521 1 +28087 {28085} 2972 1 +28088 {28086} 10741 1 +28089 {28087} 9807 1 +28090 {28088} 1208 1 +28091 {28089} 10344 1 +28092 {28090} 2073 1 +28093 {28091} 1482 1 +28094 {28092} 10157 1 +28095 {28093} 2794 1 +28096 {28094} 2535 1 +28097 {28095} 4078 1 +28098 {28096} 10956 1 +28099 {28097} 1959 1 +28100 {28098} 8593 1 +28101 {28099} 8892 1 +28102 {28100} 3576 1 +28103 {28101} 2798 1 +28104 {28102} 9322 1 +28105 {28103} 11133 1 +28106 {28104} 13440 1 +28107 {28105} 1998 1 +28108 {28106} 2058 1 +28109 {28107} 10679 1 +28110 {28108} 2633 1 +28111 {28109} 10549 1 +28112 {28110} 9937 1 +28113 {28111} 10179 1 +28114 {28112} 1507 1 +28115 {28113} 2700 1 +28116 {28114} 11087 1 +28117 {28115} 10134 1 +28118 {28116} 760 1 +28119 {28117} 8313 1 +28120 {28118} 7975 1 +28121 {28119} 8297 1 +28122 {28120} 2539 1 +28123 {28121} 1534 1 +28124 {28122} 12460 1 +28125 {28123} 10630 1 +28126 {28124} 10323 1 +28127 {28125} 8073 1 +28128 {28126} 11146 1 +28129 {28127} 1638 1 +28130 {28128} 3207 1 +28131 {28129} 2287 1 +28132 {28130} 11090 1 +28133 {28131} 12912 1 +28134 {28132} 2807 1 +28135 {28133} 2261 1 +28136 {28134} 2273 1 +28137 {28135} 11734 1 +28138 {28136} 2776 1 +28139 {28137} 5500 1 +28140 {28138} 9889 1 +28141 {28139} 3508 1 +28142 {28140} 1246 1 +28143 {28141} 9739 1 +28144 {28142} 2845 1 +28145 {28143} 1915 1 +28146 {28144} 2843 1 +28147 {28145} 2095 1 +28148 {28146} 2557 1 +28149 {28147} 3077 1 +28150 {28148} 14272 1 +28151 {28149} 1738 1 +28152 {28150} 2663 1 +28153 {28151} 11233 1 +28154 {28152} 14615 1 +28155 {28153} 7640 1 +28156 {28154} 2861 1 +28157 {28155} 2124 1 +28158 {28156} 10086 1 +28159 {28157} 2687 1 +28160 {28158} 2468 1 +28161 {28159} 1682 1 +28162 {28160} 12091 1 +28163 {28161} 2022 1 +28164 {28162} 10935 1 +28165 {28163} 2998 1 +28166 {28164} 7294 1 +28167 {28165} 15627 1 +28168 {28166} 12184 1 +28169 {28167} 2021 1 +28170 {28168} 5896 1 +28171 {28169} 10011 1 +28172 {28170} 2379 1 +28173 {28171} 6400 1 +28174 {28172} 1647 1 +28175 {28173} 15302 1 +28176 {28174} 10999 1 +28177 {28175} 1750 1 +28178 {28176} 10145 1 +28179 {28177} 3349 1 +28180 {28178} 2527 1 +28181 {28179} 9770 1 +28182 {28180} 2559 1 +28183 {28181} 1886 1 +28184 {28182} 11780 1 +28185 {28183} 3309 1 +28186 {28184} 16340 1 +28187 {28185} 10719 1 +28188 {28186} 10702 1 +28189 {28187} 2853 1 +28190 {28188} 11223 1 +28191 {28189} 2234 1 +28192 {28190} 5533 1 +28193 {28191} 8496 1 +28194 {28192} 16070 1 +28195 {28193} 10371 1 +28196 {28194} 2469 1 +28197 {28195} 10786 1 +28198 {28196} 8397 1 +28199 {28197} 1710 1 +28200 {28198} 16405 1 +28201 {28199} 2809 1 +28202 {28200} 13165 1 +28203 {28201} 991 1 +28204 {28202} 1779 1 +28205 {28203} 2468 1 +28206 {28204} 10993 1 +28207 {28205} 11246 1 +28208 {28206} 11582 1 +28209 {28207} 10333 1 +28210 {28208} 12674 1 +28211 {28209} 2231 1 +28212 {28210} 1126 1 +28213 {28211} 16445 1 +28214 {28212} 5590 1 +28215 {28213} 11245 1 +28216 {28214} 10031 1 +28217 {28215} 13060 1 +28218 {28216} 1159 1 +28219 {28217} 2090 1 +28220 {28218} 9093 1 +28221 {28219} 15832 1 +28222 {28220} 1887 1 +28223 {28221} 1357 1 +28224 {28222} 2456 1 +28225 {28223} 2331 1 +28226 {28224} 10686 1 +28227 {28225} 3040 1 +28228 {28226} 11185 1 +28229 {28227} 6442 1 +28230 {28228} 11138 1 +28231 {28229} 744 1 +28232 {28230} 3635 1 +28233 {28231} 10950 1 +28234 {28232} 2638 1 +28235 {28233} 2167 1 +28236 {28234} 1264 1 +28237 {28235} 1576 1 +28238 {28236} 12856 1 +28239 {28237} 2634 1 +28240 {28238} 3299 1 +28241 {28239} 2809 1 +28242 {28240} 10099 1 +28243 {28241} 2428 1 +28244 {28242} 2634 1 +28245 {28243} 4858 1 +28246 {28244} 2067 1 +28247 {28245} 2175 1 +28248 {28246} 12365 1 +28249 {28247} 5711 1 +28250 {28248} 11508 1 +28251 {28249} 2056 1 +28252 {28250} 2714 1 +28253 {28251} 1821 1 +28254 {28252} 1541 1 +28255 {28253} 14834 1 +28256 {28254} 2320 1 +28257 {28255} 2302 1 +28258 {28256} 2196 1 +28259 {28257} 1606 1 +28260 {28258} 2284 1 +28261 {28259} 2450 1 +28262 {28260} 2535 1 +28263 {28261} 2134 1 +28264 {28262} 3251 1 +28265 {28263} 10552 1 +28266 {28264} 10811 1 +28267 {28265} 2429 1 +28268 {28266} 7728 1 +28269 {28267} 863 1 +28270 {28268} 3707 1 +28271 {28269} 2360 1 +28272 {28270} 1148 1 +28273 {28271} 7421 1 +28274 {28272} 10567 1 +28275 {28273} 1976 1 +28276 {28274} 8806 1 +28277 {28275} 2733 1 +28278 {28276} 9509 1 +28279 {28277} 926 1 +28280 {28278} 11242 1 +28281 {28279} 2941 1 +28282 {28280} 1856 1 +28283 {28281} 3829 1 +28284 {28282} 2629 1 +28285 {28283} 1891 1 +28286 {28284} 1554 1 +28287 {28285} 2371 1 +28288 {28286} 2275 1 +28289 {28287} 2215 1 +28290 {28288} 2738 1 +28291 {28289} 9303 1 +28292 {28290} 7541 1 +28293 {28291} 2939 1 +28294 {28292} 8847 1 +28295 {28293} 5593 1 +28296 {28294} 3137 1 +28297 {28295} 10680 1 +28298 {28296} 2090 1 +28299 {28297} 2151 1 +28300 {28298} 2266 1 +28301 {28299} 8218 1 +28302 {28300} 2978 1 +28303 {28301} 2187 1 +28304 {28302} 8846 1 +28305 {28303} 2639 1 +28306 {28304} 2558 1 +28307 {28305} 2501 1 +28308 {28306} 1568 1 +28309 {28307} 7470 1 +28310 {28308} 9984 1 +28311 {28309} 1329 1 +28312 {28310} 4968 1 +28313 {28311} 10875 1 +28314 {28312} 1716 1 +28315 {28313} 10361 1 +28316 {28314} 11035 1 +28317 {28315} 8328 1 +28318 {28316} 10436 1 +28319 {28317} 10538 1 +28320 {28318} 1890 1 +28321 {28319} 5212 1 +28322 {28320} 2538 1 +28323 {28321} 10311 1 +28324 {28322} 2516 1 +28325 {28323} 1159 1 +28326 {28324} 2695 1 +28327 {28325} 2703 1 +28328 {28326} 13011 1 +28329 {28327} 1447 1 +28330 {28328} 9691 1 +28331 {28329} 10530 1 +28332 {28330} 2590 1 +28333 {28331} 11236 1 +28334 {28332} 2807 1 +28335 {28333} 15241 1 +28336 {28334} 3036 1 +28337 {28335} 1875 1 +28338 {28336} 2978 1 +28339 {28337} 2429 1 +28340 {28338} 2301 1 +28341 {28339} 10705 1 +28342 {28340} 1434 1 +28343 {28341} 8811 1 +28344 {28342} 2234 1 +28345 {28343} 10143 1 +28346 {28344} 2659 1 +28347 {28345} 11608 1 +28348 {28346} 1983 1 +28349 {28347} 1187 1 +28350 {28348} 947 1 +28351 {28349} 9970 1 +28352 {28350} 3250 1 +28353 {28351} 1940 1 +28354 {28352} 11761 1 +28355 {28353} 2976 1 +28356 {28354} 9940 1 +28357 {28355} 10340 1 +28358 {28356} 7855 1 +28359 {28357} 2503 1 +28360 {28358} 10093 1 +28361 {28359} 10580 1 +28362 {28360} 9647 1 +28363 {28361} 9100 1 +28364 {28362} 2516 1 +28365 {28363} 11656 1 +28366 {28364} 3102 1 +28367 {28365} 16107 1 +28368 {28366} 2503 1 +28369 {28367} 15615 1 +28370 {28368} 1841 1 +28371 {28369} 2369 1 +28372 {28370} 10827 1 +28373 {28371} 2130 1 +28374 {28372} 16309 1 +28375 {28373} 10102 1 +28376 {28374} 1951 1 +28377 {28375} 11347 1 +28378 {28376} 2547 1 +28379 {28377} 9747 1 +28380 {28378} 2165 1 +28381 {28379} 1495 1 +28382 {28380} 1276 1 +28383 {28381} 10932 1 +28384 {28382} 12541 1 +28385 {28383} 12820 1 +28386 {28384} 11380 1 +28387 {28385} 10306 1 +28388 {28386} 1974 1 +28389 {28387} 10315 1 +28390 {28388} 762 1 +28391 {28389} 2520 1 +28392 {28390} 14198 1 +28393 {28391} 2656 1 +28394 {28392} 1957 1 +28395 {28393} 9364 1 +28396 {28394} 1231 1 +28397 {28395} 11562 1 +28398 {28396} 10127 1 +28399 {28397} 11312 1 +28400 {28398} 10400 1 +28401 {28399} 2397 1 +28402 {28400} 9074 1 +28403 {28401} 5775 1 +28404 {28402} 2562 1 +28405 {28403} 2466 1 +28406 {28404} 1585 1 +28407 {28405} 1675 1 +28408 {28406} 10261 1 +28409 {28407} 11060 1 +28410 {28408} 3418 1 +28411 {28409} 9573 1 +28412 {28410} 2266 1 +28413 {28411} 8405 1 +28414 {28412} 8523 1 +28415 {28413} 8156 1 +28416 {28414} 697 1 +28417 {28415} 8210 1 +28418 {28416} 2130 1 +28419 {28417} 9467 1 +28420 {28418} 16476 1 +28421 {28419} 1652 1 +28422 {28420} 1779 1 +28423 {28421} 9940 1 +28424 {28422} 1644 1 +28425 {28423} 1857 1 +28426 {28424} 3143 1 +28427 {28425} 1600 1 +28428 {28426} 12170 1 +28429 {28427} 1984 1 +28430 {28428} 2308 1 +28431 {28429} 2164 1 +28432 {28430} 10347 1 +28433 {28431} 14681 1 +28434 {28432} 10244 1 +28435 {28433} 2251 1 +28436 {28434} 5375 1 +28437 {28435} 10999 1 +28438 {28436} 2532 1 +28439 {28437} 1719 1 +28440 {28438} 2708 1 +28441 {28439} 2867 1 +28442 {28440} 2193 1 +28443 {28441} 16399 1 +28444 {28442} 7959 1 +28445 {28443} 2423 1 +28446 {28444} 2569 1 +28447 {28445} 2357 1 +28448 {28446} 1976 1 +28449 {28447} 7314 1 +28450 {28448} 3131 1 +28451 {28449} 3109 1 +28452 {28450} 10340 1 +28453 {28451} 5890 1 +28454 {28452} 2356 1 +28455 {28453} 14323 1 +28456 {28454} 1913 1 +28457 {28455} 10896 1 +28458 {28456} 1858 1 +28459 {28457} 10456 1 +28460 {28458} 10631 1 +28461 {28459} 3537 1 +28462 {28460} 3603 1 +28463 {28461} 10245 1 +28464 {28462} 6565 1 +28465 {28463} 10826 1 +28466 {28464} 1749 1 +28467 {28465} 3266 1 +28468 {28466} 2929 1 +28469 {28467} 1915 1 +28470 {28468} 11535 1 +28471 {28469} 2094 1 +28472 {28470} 9122 1 +28473 {28471} 12222 1 +28474 {28472} 8268 1 +28475 {28473} 2214 1 +28476 {28474} 13171 1 +28477 {28475} 4007 1 +28478 {28476} 1373 1 +28479 {28477} 10772 1 +28480 {28478} 1299 1 +28481 {28479} 12096 1 +28482 {28480} 2327 1 +28483 {28481} 1684 1 +28484 {28482} 1320 1 +28485 {28483} 2822 1 +28486 {28484} 8555 1 +28487 {28485} 1641 1 +28488 {28486} 2193 1 +28489 {28487} 2334 1 +28490 {28488} 10358 1 +28491 {28489} 1825 1 +28492 {28490} 1627 1 +28493 {28491} 2822 1 +28494 {28492} 2066 1 +28495 {28493} 10039 1 +28496 {28494} 8776 1 +28497 {28495} 2858 1 +28498 {28496} 2671 1 +28499 {28497} 1202 1 +28500 {28498} 13912 1 +28501 {28499} 2247 1 +28502 {28500} 8770 1 +28503 {28501} 11834 1 +28504 {28502} 14328 1 +28505 {28503} 1019 1 +28506 {28504} 1527 1 +28507 {28505} 12200 1 +28508 {28506} 2663 1 +28509 {28507} 2061 1 +28510 {28508} 9730 1 +28511 {28509} 10851 1 +28512 {28510} 10462 1 +28513 {28511} 9102 1 +28514 {28512} 2095 1 +28515 {28513} 11934 1 +28516 {28514} 1639 1 +28517 {28515} 3641 1 +28518 {28516} 11496 1 +28519 {28517} 10512 1 +28520 {28518} 15973 1 +28521 {28519} 2803 1 +28522 {28520} 9501 1 +28523 {28521} 2192 1 +28524 {28522} 1069 1 +28525 {28523} 13190 1 +28526 {28524} 8870 1 +28527 {28525} 2718 1 +28528 {28526} 10053 1 +28529 {28527} 8137 1 +28530 {28528} 3172 1 +28531 {28529} 2242 1 +28532 {28530} 1174 1 +28533 {28531} 1553 1 +28534 {28532} 9439 1 +28535 {28533} 13119 1 +28536 {28534} 14085 1 +28537 {28535} 3124 1 +28538 {28536} 2165 1 +28539 {28537} 3076 1 +28540 {28538} 1653 1 +28541 {28539} 2368 1 +28542 {28540} 1373 1 +28543 {28541} 11240 1 +28544 {28542} 1472 1 +28545 {28543} 9606 1 +28546 {28544} 10823 1 +28547 {28545} 9620 1 +28548 {28546} 9967 1 +28549 {28547} 3915 1 +28550 {28548} 2303 1 +28551 {28549} 2729 1 +28552 {28550} 2135 1 +28553 {28551} 9338 1 +28554 {28552} 6968 1 +28555 {28553} 3774 1 +28556 {28554} 1569 1 +28557 {28555} 2891 1 +28558 {28556} 14035 1 +28559 {28557} 3004 1 +28560 {28558} 768 1 +28561 {28559} 1944 1 +28562 {28560} 1639 1 +28563 {28561} 1826 1 +28564 {28562} 1959 1 +28565 {28563} 11081 1 +28566 {28564} 8902 1 +28567 {28565} 10131 1 +28568 {28566} 11432 1 +28569 {28567} 404 1 +28570 {28568} 1433 1 +28571 {28569} 2861 1 +28572 {28570} 7073 1 +28573 {28571} 1900 1 +28574 {28572} 2502 1 +28575 {28573} 2267 1 +28576 {28574} 2788 1 +28577 {28575} 9218 1 +28578 {28576} 2673 1 +28579 {28577} 11553 1 +28580 {28578} 8696 1 +28581 {28579} 2827 1 +28582 {28580} 2703 1 +28583 {28581} 1657 1 +28584 {28582} 10686 1 +28585 {28583} 10452 1 +28586 {28584} 2030 1 +28587 {28585} 11024 1 +28588 {28586} 3186 1 +28589 {28587} 3280 1 +28590 {28588} 1784 1 +28591 {28589} 2334 1 +28592 {28590} 8840 1 +28593 {28591} 12464 1 +28594 {28592} 1247 1 +28595 {28593} 2218 1 +28596 {28594} 10884 1 +28597 {28595} 920 1 +28598 {28596} 1799 1 +28599 {28597} 1119 1 +28600 {28598} 2695 1 +28601 {28599} 12544 1 +28602 {28600} 10892 1 +28603 {28601} 3006 1 +28604 {28602} 3000 1 +28605 {28603} 10436 1 +28606 {28604} 1596 1 +28607 {28605} 9263 1 +28608 {28606} 2434 1 +28609 {28607} 1297 1 +28610 {28608} 8281 1 +28611 {28609} 10980 1 +28612 {28610} 9331 1 +28613 {28611} 10024 1 +28614 {28612} 11127 1 +28615 {28613} 10978 1 +28616 {28614} 12317 1 +28617 {28615} 2364 1 +28618 {28616} 768 1 +28619 {28617} 1866 1 +28620 {28618} 3037 1 +28621 {28619} 11248 1 +28622 {28620} 2302 1 +28623 {28621} 10533 1 +28624 {28622} 2382 1 +28625 {28623} 1858 1 +28626 {28624} 2192 1 +28627 {28625} 8847 1 +28628 {28626} 2026 1 +28629 {28627} 1824 1 +28630 {28628} 8518 1 +28631 {28629} 10930 1 +28632 {28630} 1682 1 +28633 {28631} 2560 1 +28634 {28632} 12612 1 +28635 {28633} 2425 1 +28636 {28634} 2400 1 +28637 {28635} 7984 1 +28638 {28636} 2597 1 +28639 {28637} 2700 1 +28640 {28638} 11190 1 +28641 {28639} 1754 1 +28642 {28640} 2835 1 +28643 {28641} 10048 1 +28644 {28642} 1895 1 +28645 {28643} 2741 1 +28646 {28644} 1754 1 +28647 {28645} 9209 1 +28648 {28646} 2304 1 +28649 {28647} 2593 1 +28650 {28648} 14371 1 +28651 {28649} 10453 1 +28652 {28650} 1378 1 +28653 {28651} 1611 1 +28654 {28652} 3179 1 +28655 {28653} 2933 1 +28656 {28654} 14040 1 +28657 {28655} 2223 1 +28658 {28656} 10288 1 +28659 {28657} 10148 1 +28660 {28658} 15000 1 +28661 {28659} 10916 1 +28662 {28660} 2639 1 +28663 {28661} 2165 1 +28664 {28662} 10135 1 +28665 {28663} 5732 1 +28666 {28664} 2622 1 +28667 {28665} 2868 1 +28668 {28666} 1885 1 +28669 {28667} 3155 1 +28670 {28668} 2115 1 +28671 {28669} 10271 1 +28672 {28670} 2185 1 +28673 {28671} 2364 1 +28674 {28672} 2844 1 +28675 {28673} 10858 1 +28676 {28674} 9944 1 +28677 {28675} 9694 1 +28678 {28676} 1682 1 +28679 {28677} 10207 1 +28680 {28678} 1643 1 +28681 {28679} 11250 1 +28682 {28680} 10341 1 +28683 {28681} 1345 1 +28684 {28682} 6749 1 +28685 {28683} 2101 1 +28686 {28684} 2635 1 +28687 {28685} 10078 1 +28688 {28686} 2602 1 +28689 {28687} 10475 1 +28690 {28688} 10846 1 +28691 {28689} 12143 1 +28692 {28690} 13362 1 +28693 {28691} 12196 1 +28694 {28692} 9917 1 +28695 {28693} 2730 1 +28696 {28694} 1798 1 +28697 {28695} 11015 1 +28698 {28696} 9770 1 +28699 {28697} 1172 1 +28700 {28698} 13633 1 +28701 {28699} 2166 1 +28702 {28700} 2739 1 +28703 {28701} 8953 1 +28704 {28702} 10201 1 +28705 {28703} 11014 1 +28706 {28704} 1208 1 +28707 {28705} 3479 1 +28708 {28706} 2296 1 +28709 {28707} 2454 1 +28710 {28708} 3006 1 +28711 {28709} 8179 1 +28712 {28710} 5463 1 +28713 {28711} 2152 1 +28714 {28712} 10374 1 +28715 {28713} 12695 1 +28716 {28714} 15560 1 +28717 {28715} 12106 1 +28718 {28716} 8222 1 +28719 {28717} 2974 1 +28720 {28718} 1138 1 +28721 {28719} 2627 1 +28722 {28720} 11342 1 +28723 {28721} 8672 1 +28724 {28722} 2634 1 +28725 {28723} 8139 1 +28726 {28724} 1290 1 +28727 {28725} 936 1 +28728 {28726} 1817 1 +28729 {28727} 2903 1 +28730 {28728} 1548 1 +28731 {28729} 2322 1 +28732 {28730} 3545 1 +28733 {28731} 1951 1 +28734 {28732} 9253 1 +28735 {28733} 9314 1 +28736 {28734} 3042 1 +28737 {28735} 1815 1 +28738 {28736} 1904 1 +28739 {28737} 12154 1 +28740 {28738} 2827 1 +28741 {28739} 2585 1 +28742 {28740} 10916 1 +28743 {28741} 2204 1 +28744 {28742} 10281 1 +28745 {28743} 10777 1 +28746 {28744} 4012 1 +28747 {28745} 10478 1 +28748 {28746} 2173 1 +28749 {28747} 9803 1 +28750 {28748} 2986 1 +28751 {28749} 2699 1 +28752 {28750} 10597 1 +28753 {28751} 2706 1 +28754 {28752} 2096 1 +28755 {28753} 8525 1 +28756 {28754} 3569 1 +28757 {28755} 9149 1 +28758 {28756} 1792 1 +28759 {28757} 3625 1 +28760 {28758} 11338 1 +28761 {28759} 15115 1 +28762 {28760} 9387 1 +28763 {28761} 2937 1 +28764 {28762} 2313 1 +28765 {28763} 11892 1 +28766 {28764} 9947 1 +28767 {28765} 1242 1 +28768 {28766} 11519 1 +28769 {28767} 2734 1 +28770 {28768} 2501 1 +28771 {28769} 1033 1 +28772 {28770} 4823 1 +28773 {28771} 10694 1 +28774 {28772} 5328 1 +28775 {28773} 10885 1 +28776 {28774} 3092 1 +28777 {28775} 1096 1 +28778 {28776} 6693 1 +28779 {28777} 1805 1 +28780 {28778} 1763 1 +28781 {28779} 11060 1 +28782 {28780} 10709 1 +28783 {28781} 2694 1 +28784 {28782} 3228 1 +28785 {28783} 1752 1 +28786 {28784} 2603 1 +28787 {28785} 8845 1 +28788 {28786} 3331 1 +28789 {28787} 10567 1 +28790 {28788} 2777 1 +28791 {28789} 1788 1 +28792 {28790} 2047 1 +28793 {28791} 11216 1 +28794 {28792} 8580 1 +28795 {28793} 3388 1 +28796 {28794} 2370 1 +28797 {28795} 2386 1 +28798 {28796} 2875 1 +28799 {28797} 1091 1 +28800 {28798} 9538 1 +28801 {28799} 2873 1 +28802 {28800} 2223 1 +28803 {28801} 10428 1 +28804 {28802} 9984 1 +28805 {28803} 1611 1 +28806 {28804} 10475 1 +28807 {28805} 11440 1 +28808 {28806} 9295 1 +28809 {28807} 9889 1 +28810 {28808} 11949 1 +28811 {28809} 12846 1 +28812 {28810} 1970 1 +28813 {28811} 11216 1 +28814 {28812} 1534 1 +28815 {28813} 595 1 +28816 {28814} 1845 1 +28817 {28815} 2668 1 +28818 {28816} 2060 1 +28819 {28817} 9530 1 +28820 {28818} 10561 1 +28821 {28819} 2263 1 +28822 {28820} 11921 1 +28823 {28821} 8923 1 +28824 {28822} 2166 1 +28825 {28823} 2021 1 +28826 {28824} 1877 1 +28827 {28825} 2151 1 +28828 {28826} 2740 1 +28829 {28893} 1483 1 +28830 {28827} 16528 1 +28831 {28828} 2265 1 +28832 {28829} 2429 1 +28833 {28830} 3068 1 +28834 {28831} 8337 1 +28835 {28832} 429 1 +28836 {28833} 2357 1 +28837 {28834} 8325 1 +28838 {28835} 12305 1 +28839 {28836} 10611 1 +28840 {28837} 2811 1 +28841 {28838} 2730 1 +28842 {28839} 1491 1 +28843 {28840} 9196 1 +28844 {28841} 8566 1 +28845 {28842} 9685 1 +28846 {28843} 10804 1 +28847 {28844} 9212 1 +28848 {28845} 15508 1 +28849 {28846} 3574 1 +28850 {28847} 2241 1 +28851 {28848} 4072 1 +28852 {28849} 2671 1 +28853 {28850} 11110 1 +28854 {28851} 11256 1 +28855 {28852} 10036 1 +28856 {28853} 12264 1 +28857 {28854} 2574 1 +28858 {28855} 2912 1 +28859 {28856} 2129 1 +28860 {28857} 2175 1 +28861 {28858} 2960 1 +28862 {28859} 1745 1 +28863 {28860} 2371 1 +28864 {28861} 8366 1 +28865 {28862} 2325 1 +28866 {28863} 11015 1 +28867 {28864} 11031 1 +28868 {28865} 10921 1 +28869 {28866} 2023 1 +28870 {28867} 9266 1 +28871 {28868} 2904 1 +28872 {28869} 1764 1 +28873 {28870} 1782 1 +28874 {28871} 10125 1 +28875 {28872} 2910 1 +28876 {28873} 4371 1 +28877 {28874} 1546 1 +28878 {28875} 2476 1 +28879 {28876} 9851 1 +28880 {28877} 10570 1 +28881 {28878} 2480 1 +28882 {28879} 10209 1 +28883 {28880} 1900 1 +28884 {28881} 3143 1 +28885 {28882} 2669 1 +28886 {28883} 8241 1 +28887 {28884} 2009 1 +28888 {28885} 10453 1 +28889 {28886} 9757 1 +28890 {28887} 2834 1 +28891 {28888} 3694 1 +28892 {28889} 2537 1 +28893 {28890} 12047 1 +28894 {28891} 15665 1 +28895 {28892} 7908 1 +28896 {28894} 2260 1 +28897 {28895} 2331 1 +28898 {28896} 1703 1 +28899 {28897} 2061 1 +28900 {28898} 9547 1 +28901 {28899} 3041 1 +28902 {28900} 2425 1 +28903 {28901} 10183 1 +28904 {28902} 9760 1 +28905 {28903} 2133 1 +28906 {28904} 58 1 +28907 {28905} 9599 1 +28908 {28906} 10525 1 +28909 {28907} 2771 1 +28910 {28908} 13863 1 +28911 {28909} 9467 1 +28912 {28910} 9489 1 +28913 {28911} 9188 1 +28914 {28912} 1990 1 +28915 {28913} 1283 1 +28916 {28914} 3009 1 +28917 {28915} 11662 1 +28918 {28916} 1841 1 +28919 {28917} 3250 1 +28920 {28918} 9907 1 +28921 {28919} 2629 1 +28922 {28920} 11559 1 +28923 {28921} 10355 1 +28924 {28922} 1096 1 +28925 {28923} 10157 1 +28926 {28924} 10340 1 +28927 {28925} 2096 1 +28928 {28926} 2797 1 +28929 {28927} 9522 1 +28930 {28928} 1854 1 +28931 {28929} 1615 1 +28932 {28930} 2399 1 +28933 {28931} 3055 1 +28934 {28932} 13344 1 +28935 {28933} 10711 1 +28936 {28934} 2434 1 +28937 {28935} 2404 1 +28938 {28936} 10725 1 +28939 {28937} 9521 1 +28940 {28938} 1783 1 +28941 {28939} 9268 1 +28942 {28940} 9589 1 +28943 {28941} 2353 1 +28944 {28942} 584 1 +28945 {28943} 653 1 +28946 {28944} 2368 1 +28947 {28945} 10456 1 +28948 {28946} 11881 1 +28949 {28947} 2532 1 +28950 {28948} 2907 1 +28951 {28949} 11616 1 +28952 {28950} 2546 1 +28953 {28951} 13609 1 +28954 {28952} 2726 1 +28955 {28953} 10031 1 +28956 {28954} 8847 1 +28957 {28955} 16330 1 +28958 {28956} 9975 1 +28959 {28957} 2797 1 +28960 {28958} 8609 1 +28961 {28959} 2371 1 +28962 {28960} 9499 1 +28963 {28961} 1760 1 +28964 {28962} 1015 1 +28965 {28963} 8793 1 +28966 {28964} 2298 1 +28967 {28965} 8498 1 +28968 {28966} 457 1 +28969 {28967} 10124 1 +28970 {28968} 2489 1 +28971 {28969} 2397 1 +28972 {28970} 9503 1 +28973 {28971} 2602 1 +28974 {28972} 2375 1 +28975 {28973} 11938 1 +28976 {28974} 2429 1 +28977 {28975} 10172 1 +28978 {28976} 8399 1 +28979 {28977} 6819 1 +28980 {28978} 8469 1 +28981 {28979} 2835 1 +28982 {28980} 12581 1 +28983 {28981} 10794 1 +28984 {28982} 10104 1 +28985 {28983} 1754 1 +28986 {28984} 8644 1 +28987 {28985} 1481 1 +28988 {28986} 2333 1 +28989 {28987} 2518 1 +28990 {28988} 3233 1 +28991 {28989} 11300 1 +28992 {28990} 9467 1 +28993 {28991} 14990 1 +28994 {28992} 1974 1 +28995 {28993} 8571 1 +28996 {28994} 2742 1 +28997 {28995} 740 1 +28998 {28996} 1737 1 +28999 {28997} 1990 1 +29000 {28998} 9583 1 +29001 {28999} 11236 1 +29002 {29000} 3009 1 +29003 {29001} 2496 1 +29004 {29002} 5481 1 +29005 {29003} 14768 1 +29006 {29004} 2635 1 +29007 {29005} 2993 1 +29008 {29006} 3233 1 +29009 {29007} 2498 1 +29010 {29008} 4334 1 +29011 {29009} 11780 1 +29012 {29010} 10631 1 +29013 {29011} 9989 1 +29014 {29012} 2538 1 +29015 {29013} 14711 1 +29016 {29014} 2467 1 +29017 {29015} 2435 1 +29018 {29016} 1303 1 +29019 {29017} 3377 1 +29020 {29018} 10907 1 +29021 {29019} 2258 1 +29022 {29020} 2404 1 +29023 {29021} 10382 1 +29024 {29022} 11113 1 +29025 {29023} 10642 1 +29026 {29024} 1717 1 +29027 {29025} 8597 1 +29028 {29026} 1550 1 +29029 {29027} 2233 1 +29030 {29028} 9476 1 +29031 {29029} 2085 1 +29032 {29030} 2122 1 +29033 {29031} 7680 1 +29034 {29032} 12805 1 +29035 {29033} 5697 1 +29036 {29034} 8408 1 +29037 {29035} 11086 1 +29038 {29036} 2614 1 +29039 {29037} 9955 1 +29040 {29038} 2870 1 +29041 {29039} 4631 1 +29042 {29040} 2293 1 +29043 {29041} 11878 1 +29044 {29042} 967 1 +29045 {29043} 2498 1 +29046 {29044} 3062 1 +29047 {29045} 10776 1 +29048 {29046} 2319 1 +29049 {29047} 3478 1 +29050 {29048} 7754 1 +29051 {29049} 8497 1 +29052 {29050} 10699 1 +29053 {29051} 1986 1 +29054 {29052} 11886 1 +29055 {29053} 11259 1 +29056 {29054} 2465 1 +29057 {29055} 3038 1 +29058 {29056} 13315 1 +29059 {29057} 2427 1 +29060 {29058} 10908 1 +29061 {29059} 8321 1 +29062 {29060} 2263 1 +29063 {29061} 10250 1 +29064 {29062} 2975 1 +29065 {29063} 3740 1 +29066 {29064} 10535 1 +29067 {29065} 2152 1 +29068 {29066} 8797 1 +29069 {29067} 12650 1 +29070 {29068} 1852 1 +29071 {29069} 11959 1 +29072 {29070} 3286 1 +29073 {29071} 2205 1 +29074 {29072} 1844 1 +29075 {29073} 2530 1 +29076 {29074} 10306 1 +29077 {29075} 9043 1 +29078 {29076} 11136 1 +29079 {29077} 785 1 +29080 {29078} 10270 1 +29081 {29079} 10792 1 +29082 {29080} 9003 1 +29083 {29081} 11653 1 +29084 {29082} 2322 1 +29085 {29083} 5130 1 +29086 {29084} 11215 1 +29087 {29085} 2530 1 +29088 {29086} 11790 1 +29089 {29087} 1906 1 +29090 {29088} 5852 1 +29091 {29089} 1887 1 +29092 {29090} 1996 1 +29093 {29091} 1120 1 +29094 {29092} 2571 1 +29095 {29093} 2696 1 +29096 {29094} 9467 1 +29097 {29095} 1507 1 +29098 {29096} 3514 1 +29099 {29097} 2165 1 +29100 {29098} 9732 1 +29101 {29099} 1872 1 +29102 {29100} 1278 1 +29103 {29101} 2122 1 +29104 {29102} 15032 1 +29105 {29103} 10162 1 +29106 {29104} 6610 1 +29107 {29105} 9574 1 +29108 {29106} 9333 1 +29109 {29107} 2181 1 +29110 {29108} 15145 1 +29111 {29109} 12214 1 +29112 {29110} 11283 1 +29113 {29111} 2872 1 +29114 {29112} 11480 1 +29115 {29113} 8554 1 +29116 {29114} 9405 1 +29117 {29115} 10020 1 +29118 {29116} 11654 1 +29119 {29117} 11551 1 +29120 {29118} 2032 1 +29121 {29119} 8441 1 +29122 {29120} 10892 1 +29123 {29121} 8233 1 +29124 {29122} 1641 1 +29125 {29123} 11021 1 +29126 {29124} 9175 1 +29127 {29125} 2315 1 +29128 {29126} 8624 1 +29129 {29127} 9459 1 +29130 {29128} 2390 1 +29131 {29129} 2094 1 +29132 {29130} 7963 1 +29133 {29131} 10179 1 +29134 {29132} 6988 1 +29135 {29133} 4029 1 +29136 {29134} 7199 1 +29137 {29135} 9980 1 +29138 {29136} 14319 1 +29139 {29137} 11530 1 +29140 {29138} 1966 1 +29141 {29139} 2630 1 +29142 {29140} 1683 1 +29143 {29141} 2361 1 +29144 {29142} 10456 1 +29145 {29143} 9306 1 +29146 {29144} 1913 1 +29147 {29145} 1629 1 +29148 {29146} 5730 1 +29149 {29147} 1124 1 +29150 {29148} 2975 1 +29151 {29149} 2800 1 +29152 {29150} 10207 1 +29153 {29151} 11088 1 +29154 {29152} 16300 1 +29155 {29153} 10122 1 +29156 {29154} 1966 1 +29157 {29155} 12947 1 +29158 {29157} 2933 1 +29159 {29158} 9901 1 +29160 {29159} 10634 1 +29161 {29160} 1529 1 +29162 {29161} 2245 1 +29163 {29162} 9095 1 +29164 {29163} 2633 1 +29165 {29164} 5626 1 +29166 {29165} 1886 1 +29167 {29166} 14212 1 +29168 {29167} 526 1 +29169 {29168} 10542 1 +29170 {29169} 2252 1 +29171 {29170} 2671 1 +29172 {29171} 2771 1 +29173 {29172} 522 1 +29174 {29173} 1856 1 +29175 {29174} 10749 1 +29176 {29175} 2263 1 +29177 {29176} 13975 1 +29178 {29177} 1821 1 +29179 {29178} 9176 1 +29180 {29179} 10640 1 +29181 {29180} 2664 1 +29182 {29181} 1597 1 +29183 {29182} 14683 1 +29184 {29183} 10174 1 +29185 {29184} 8584 1 +29186 {29185} 1444 1 +29187 {29186} 2066 1 +29188 {29187} 2666 1 +29189 {29188} 10942 1 +29190 {29189} 1487 1 +29191 {29190} 12080 1 +29192 {29191} 3210 1 +29193 {29192} 3401 1 +29194 {29193} 1859 1 +29195 {29194} 11659 1 +29196 {29195} 10863 1 +29197 {29196} 2121 1 +29198 {29197} 16369 1 +29199 {29198} 2526 1 +29200 {29199} 9403 1 +29201 {29200} 9856 1 +29202 {29201} 2434 1 +29203 {29202} 13535 1 +29204 {29203} 2843 1 +29205 {29204} 1294 1 +29206 {29205} 2692 1 +29207 {29206} 2774 1 +29208 {29207} 10527 1 +29209 {29208} 9138 1 +29210 {29209} 11051 1 +29211 {29210} 4483 1 +29212 {29211} 11046 1 +29213 {29212} 10902 1 +29214 {29213} 11372 1 +29215 {29214} 2295 1 +29216 {29215} 12986 1 +29217 {29216} 2664 1 +29218 {29217} 2569 1 +29219 {29218} 11071 1 +29220 {29219} 11326 1 +29221 {29220} 10835 1 +29222 {29221} 8704 1 +29223 {29222} 2466 1 +29224 {29223} 3007 1 +29225 {29224} 2404 1 +29226 {29225} 10179 1 +29227 {29226} 9893 1 +29228 {29227} 2933 1 +29229 {29228} 11066 1 +29230 {29229} 7739 1 +29231 {29230} 12705 1 +29232 {29231} 2327 1 +29233 {29232} 11768 1 +29234 {29233} 11422 1 +29235 {29234} 2194 1 +29236 {29235} 10048 1 +29237 {29236} 2166 1 +29238 {29237} 8968 1 +29239 {29238} 3139 1 +29240 {29239} 1110 1 +29241 {29240} 2333 1 +29242 {29241} 9097 1 +29243 {29242} 3040 1 +29244 {29243} 12797 1 +29245 {29244} 2024 1 +29246 {29245} 2160 1 +29247 {29246} 3609 1 +29248 {29247} 2432 1 +29249 {29248} 3086 1 +29250 {29249} 8898 1 +29251 {29250} 3222 1 +29252 {29251} 2399 1 +29253 {29252} 3004 1 +29254 {29253} 1651 1 +29255 {29254} 3107 1 +29256 {29255} 15014 1 +29257 {29256} 2292 1 +29258 {29257} 3104 1 +29259 {29258} 9552 1 +29260 {29259} 2132 1 +29261 {29260} 9878 1 +29262 {29261} 6380 1 +29263 {29262} 1510 1 +29264 {29263} 2293 1 +29265 {29264} 4077 1 +29266 {29265} 2632 1 +29267 {29266} 2403 1 +29268 {29267} 5414 1 +29269 {29268} 2333 1 +29270 {29269} 197 1 +29271 {29270} 10393 1 +29272 {29271} 3110 1 +29273 {29272} 2236 1 +29274 {29273} 11266 1 +29275 {29274} 8140 1 +29276 {29275} 12472 1 +29277 {29276} 10425 1 +29278 {29277} 2566 1 +29279 {29278} 2503 1 +29280 {29279} 11268 1 +29281 {29280} 2751 1 +29282 {29281} 16508 1 +29283 {29282} 2197 1 +29284 {29283} 6778 1 +29285 {29284} 10519 1 +29286 {29285} 2194 1 +29287 {29286} 2125 1 +29288 {29287} 2129 1 +29289 {29288} 9337 1 +29290 {29289} 5574 1 +29291 {29290} 3381 1 +29292 {29291} 11262 1 +29293 {29292} 8778 1 +29294 {29293} 1475 1 +29295 {29294} 1303 1 +29296 {29295} 2214 1 +29297 {29296} 11542 1 +29298 {29297} 1813 1 +29299 {29298} 2434 1 +29300 {29299} 2355 1 +29301 {29300} 2722 1 +29302 {29301} 2028 1 +29303 {29302} 2197 1 +29304 {29303} 3765 1 +29305 {29304} 11446 1 +29306 {29305} 10253 1 +29307 {29306} 10345 1 +29308 {29307} 2130 1 +29309 {29308} 1892 1 +29310 {29309} 10207 1 +29311 {29310} 11465 1 +29312 {29311} 6859 1 +29313 {29312} 754 1 +29314 {29313} 11261 1 +29315 {29314} 2942 1 +29316 {29315} 2148 1 +29317 {29316} 2632 1 +29318 {29317} 2030 1 +29319 {29318} 10769 1 +29320 {29319} 2450 1 +29321 {29320} 11342 1 +29322 {29321} 2265 1 +29323 {29322} 8165 1 +29324 {29323} 8889 1 +29325 {29324} 1988 1 +29326 {29325} 10468 1 +29327 {29326} 3213 1 +29328 {29327} 9700 1 +29329 {29328} 3343 1 +29330 {29329} 9295 1 +29331 {29330} 7986 1 +29332 {29331} 9799 1 +29333 {29332} 11505 1 +29334 {29333} 2428 1 +29335 {29334} 8012 1 +29336 {29335} 2360 1 +29337 {29336} 5616 1 +29338 {29337} 8168 1 +29339 {29338} 3247 1 +29340 {29339} 11319 1 +29341 {29340} 12416 1 +29342 {29341} 10400 1 +29343 {29342} 2805 1 +29344 {29343} 3409 1 +29345 {29344} 2502 1 +29346 {29345} 1294 1 +29347 {29346} 2591 1 +29348 {29347} 1940 1 +29349 {29348} 1609 1 +29350 {29349} 7588 1 +29351 {29350} 9912 1 +29352 {29351} 10416 1 +29353 {29352} 3590 1 +29354 {29353} 10477 1 +29355 {29354} 1946 1 +29356 {29355} 3118 1 +29357 {29356} 3805 1 +29358 {29357} 2504 1 +29359 {29358} 2593 1 +29360 {29359} 2217 1 +29361 {29360} 9360 1 +29362 {29361} 2322 1 +29363 {29362} 2571 1 +29364 {29363} 10715 1 +29365 {29364} 11336 1 +29366 {29365} 10165 1 +29367 {29366} 5131 1 +29368 {29367} 2979 1 +29369 {29368} 8490 1 +29370 {29369} 10987 1 +29371 {29370} 2327 1 +29372 {29371} 11108 1 +29373 {29372} 12386 1 +29374 {29373} 14758 1 +29375 {29374} 2557 1 +29376 {29375} 11642 1 +29377 {29376} 1782 1 +29378 {29377} 8989 1 +29379 {29378} 11161 1 +29380 {29379} 2430 1 +29381 {29380} 1836 1 +29382 {29381} 4320 1 +29383 {29382} 2504 1 +29384 {29383} 1824 1 +29385 {29384} 2755 1 +29386 {29385} 3227 1 +29387 {29386} 2974 1 +29388 {29387} 9976 1 +29389 {29388} 3075 1 +29390 {29389} 8400 1 +29391 {29390} 6130 1 +29392 {29391} 9564 1 +29393 {29392} 11369 1 +29394 {29393} 12606 1 +29395 {29394} 10354 1 +29396 {29395} 1602 1 +29397 {29396} 2692 1 +29398 {29397} 1679 1 +29399 {29398} 652 1 +29400 {29399} 10095 1 +29401 {29400} 13852 1 +29402 {29401} 9439 1 +29403 {29402} 2539 1 +29404 {29403} 9874 1 +29405 {29404} 12217 1 +29406 {29405} 2767 1 +29407 {29406} 1718 1 +29408 {29407} 11844 1 +29409 {29408} 8891 1 +29410 {29409} 3272 1 +29411 {29410} 2764 1 +29412 {29411} 2941 1 +29413 {29412} 2791 1 +29414 {29413} 2722 1 +29415 {29414} 2453 1 +29416 {29415} 8689 1 +29417 {29416} 11520 1 +29418 {29417} 9912 1 +29419 {29418} 454 1 +29420 {29419} 2777 1 +29421 {29420} 3266 1 +29422 {29421} 1959 1 +29423 {29422} 10619 1 +29424 {29423} 8686 1 +29425 {29424} 2232 1 +29426 {29425} 1037 1 +29427 {29426} 3092 1 +29428 {29427} 1129 1 +29429 {29428} 12546 1 +29430 {29429} 1928 1 +29431 {29430} 5690 1 +29432 {29431} 13605 1 +29433 {29432} 16306 1 +29434 {29433} 16162 1 +29435 {29434} 1782 1 +29436 {29435} 2446 1 +29437 {29436} 8824 1 +29438 {29437} 10316 1 +29439 {29438} 949 1 +29440 {29439} 3203 1 +29441 {29440} 10670 1 +29442 {29441} 14210 1 +29443 {29442} 10090 1 +29444 {29443} 3977 1 +29445 {29444} 3339 1 +29446 {29445} 11114 1 +29447 {29446} 7546 1 +29448 {29447} 3660 1 +29449 {29448} 8084 1 +29450 {29449} 10401 1 +29451 {29450} 15480 1 +29452 {29451} 2298 1 +29453 {29452} 2078 1 +29454 {29453} 10699 1 +29455 {29454} 9184 1 +29456 {29455} 13863 1 +29457 {29456} 8634 1 +29458 {29457} 2742 1 +29459 {29458} 8762 1 +29460 {29459} 9486 1 +29461 {29460} 1415 1 +29462 {29461} 11211 1 +29463 {29462} 1756 1 +29464 {29463} 1439 1 +29465 {29464} 3073 1 +29466 {29465} 10599 1 +29467 {29466} 11235 1 +29468 {29467} 10309 1 +29469 {29468} 11054 1 +29470 {29469} 11433 1 +29471 {29470} 14548 1 +29472 {29471} 1465 1 +29473 {29472} 11518 1 +29474 {29473} 11343 1 +29475 {29474} 2633 1 +29476 {29475} 10660 1 +29477 {29476} 2835 1 +29478 {29477} 1615 1 +29479 {29478} 2070 1 +29480 {29479} 2126 1 +29481 {29480} 2699 1 +29482 {29481} 10453 1 +29483 {29482} 2625 1 +29484 {29483} 11401 1 +29485 {29484} 1974 1 +29486 {29485} 2946 1 +29487 {29486} 1026 1 +29488 {29487} 2537 1 +29489 {29488} 10083 1 +29490 {29489} 1240 1 +29491 {29490} 1270 1 +29492 {29491} 10747 1 +29493 {29492} 10967 1 +29494 {29493} 9708 1 +29495 {29494} 8930 1 +29496 {29495} 3930 1 +29497 {29496} 1527 1 +29498 {29497} 15199 1 +29499 {29498} 7420 1 +29500 {29499} 10268 1 +29501 {29500} 2534 1 +29502 {29501} 9866 1 +29503 {29502} 729 1 +29504 {29503} 513 1 +29505 {29504} 2760 1 +29506 {29505} 2743 1 +29507 {29506} 2908 1 +29508 {29507} 10452 1 +29509 {29508} 9445 1 +29510 {29509} 8712 1 +29511 {29510} 355 1 +29512 {29511} 9511 1 +29513 {29512} 3395 1 +29514 {29513} 2574 1 +29515 {29514} 2494 1 +29516 {29515} 1834 1 +29517 {29516} 2312 1 +29518 {29517} 3836 1 +29519 {29518} 1817 1 +29520 {29519} 7369 1 +29521 {29520} 2258 1 +29522 {29521} 10669 1 +29523 {29522} 1842 1 +29524 {29523} 6279 1 +29525 {29524} 3513 1 +29526 {29525} 9821 1 +29527 {29526} 2223 1 +29528 {29527} 866 1 +29529 {29528} 9809 1 +29530 {29529} 2670 1 +29531 {29530} 2394 1 +29532 {29531} 9729 1 +29533 {29532} 11771 1 +29534 {29533} 2942 1 +29535 {29534} 12490 1 +29536 {29535} 1653 1 +29537 {29536} 2464 1 +29538 {29537} 9602 1 +29539 {29538} 1484 1 +29540 {29539} 9316 1 +29541 {29540} 3091 1 +29542 {29541} 9814 1 +29543 {29542} 10455 1 +29544 {29543} 3100 1 +29545 {29544} 1099 1 +29546 {29545} 3210 1 +29547 {29546} 11248 1 +29548 {29547} 2972 1 +29549 {29548} 16148 1 +29550 {29549} 10170 1 +29551 {29550} 3131 1 +29552 {29551} 7920 1 +29553 {29552} 8814 1 +29554 {29553} 10049 1 +29555 {29554} 9978 1 +29556 {29555} 2234 1 +29557 {29556} 9996 1 +29558 {29557} 2095 1 +29559 {29558} 2058 1 +29560 {29559} 3379 1 +29561 {29560} 3162 1 +29562 {29561} 14905 1 +29563 {29562} 3134 1 +29564 {29563} 10465 1 +29565 {29564} 11908 1 +29566 {29565} 11347 1 +29567 {29566} 9637 1 +29568 {29567} 11318 1 +29569 {29568} 1822 1 +29570 {29569} 1852 1 +29571 {29570} 7821 1 +29572 {29571} 1818 1 +29573 {29572} 2476 1 +29574 {29573} 1720 1 +29575 {29574} 2096 1 +29576 {29575} 2540 1 +29577 {29576} 1407 1 +29578 {29577} 3925 1 +29579 {29578} 2840 1 +29580 {29579} 10093 1 +29581 {29580} 4673 1 +29582 {29581} 2341 1 +29583 {29582} 752 1 +29584 {29583} 4074 1 +29585 {29584} 11163 1 +29586 {29585} 2363 1 +29587 {29586} 10826 1 +29588 {29587} 9722 1 +29589 {29588} 9930 1 +29590 {29589} 2128 1 +29591 {29590} 3006 1 +29592 {29591} 10735 1 +29593 {29592} 3663 1 +29594 {29593} 6320 1 +29595 {29594} 9256 1 +29596 {29595} 6065 1 +29597 {29596} 10786 1 +29598 {29597} 2366 1 +29599 {29598} 2835 1 +29600 {29599} 2654 1 +29601 {29600} 10354 1 +29602 {29601} 10125 1 +29603 {29602} 9909 1 +29604 {29603} 9714 1 +29605 {29604} 16189 1 +29606 {29605} 4589 1 +29607 {29606} 2482 1 +29608 {29607} 8358 1 +29609 {29608} 5628 1 +29610 {29609} 11113 1 +29611 {29610} 9483 1 +29612 {29611} 714 1 +29613 {29612} 10360 1 +29614 {29613} 970 1 +29615 {29614} 2635 1 +29616 {29615} 8755 1 +29617 {29616} 1787 1 +29618 {29617} 2399 1 +29619 {29618} 9702 1 +29620 {29619} 5770 1 +29621 {29620} 10565 1 +29622 {29621} 13950 1 +29623 {29622} 1935 1 +29624 {29623} 9558 1 +29625 {29624} 10702 1 +29626 {29625} 9883 1 +29627 {29626} 15363 1 +29628 {29627} 2832 1 +29629 {29628} 2507 1 +29630 {29629} 8913 1 +29631 {29630} 1035 1 +29632 {29631} 8514 1 +29633 {29632} 11984 1 +29634 {29633} 2412 1 +29635 {29634} 7790 1 +29636 {29635} 11226 1 +29637 {29636} 1753 1 +29638 {29637} 3481 1 +29639 {29638} 7913 1 +29640 {29639} 2868 1 +29641 {29640} 1386 1 +29642 {29641} 3479 1 +29643 {29642} 3772 1 +29644 {29643} 1856 1 +29645 {29644} 15198 1 +29646 {29645} 1581 1 +29647 {29646} 11886 1 +29648 {29647} 10170 1 +29649 {29648} 2497 1 +29650 {29649} 2516 1 +29651 {29650} 13574 1 +29652 {29651} 1482 1 +29653 {29652} 10814 1 +29654 {29653} 6343 1 +29655 {29654} 13111 1 +29656 {29655} 10854 1 +29657 {29656} 2371 1 +29658 {29657} 9843 1 +29659 {29658} 3728 1 +29660 {29659} 8547 1 +29661 {29660} 5781 1 +29662 {29661} 9496 1 +29663 {29662} 9332 1 +29664 {29663} 1983 1 +29665 {29664} 10692 1 +29666 {29665} 3542 1 +29667 {29666} 9737 1 +29668 {29667} 565 1 +29669 {29668} 11242 1 +29670 {29669} 1961 1 +29671 {29670} 2573 1 +29672 {29671} 11023 1 +29673 {29672} 883 1 +29674 {29673} 10332 1 +29675 {29674} 15140 1 +29676 {29675} 2358 1 +29677 {29676} 11329 1 +29678 {29677} 3601 1 +29679 {29678} 10051 1 +29680 {29679} 1971 1 +29681 {29680} 3109 1 +29682 {29681} 14432 1 +29683 {29682} 2301 1 +29684 {29683} 2901 1 +29685 {29684} 2771 1 +29686 {29685} 3742 1 +29687 {29686} 1581 1 +29688 {29687} 1846 1 +29689 {29688} 14160 1 +29690 {29689} 2311 1 +29691 {29690} 2617 1 +29692 {29691} 4390 1 +29693 {29692} 2560 1 +29694 {29693} 2113 1 +29695 {29694} 2221 1 +29696 {29695} 1684 1 +29697 {29696} 2537 1 +29698 {29697} 2190 1 +29699 {29698} 12004 1 +29700 {29699} 10856 1 +29701 {29700} 5081 1 +29702 {29701} 2122 1 +29703 {29702} 11515 1 +29704 {29703} 10195 1 +29705 {29704} 2007 1 +29706 {29705} 694 1 +29707 {29706} 10951 1 +29708 {29707} 2335 1 +29709 {29708} 1674 1 +29710 {29709} 11983 1 +29711 {29710} 2356 1 +29712 {29711} 2282 1 +29713 {29712} 11212 1 +29714 {29713} 3086 1 +29715 {29714} 9436 1 +29716 {29715} 6824 1 +29717 {29716} 10947 1 +29718 {29717} 4396 1 +29719 {29718} 11080 1 +29720 {29719} 11250 1 +29721 {29720} 9531 1 +29722 {29721} 2663 1 +29723 {29722} 1042 1 +29724 {29723} 16529 1 +29725 {29724} 10112 1 +29726 {29725} 1868 1 +29727 {29726} 1552 1 +29728 {29727} 3115 1 +29729 {29728} 11783 1 +29730 {29729} 4808 1 +29731 {29730} 1773 1 +29732 {29731} 1842 1 +29733 {29732} 3346 1 +29734 {29733} 11795 1 +29735 {29734} 15842 1 +29736 {29735} 2638 1 +29737 {29736} 3210 1 +29738 {29737} 2534 1 +29739 {29738} 2537 1 +29740 {29739} 15714 1 +29741 {29740} 10632 1 +29742 {29741} 15903 1 +29743 {29742} 2975 1 +29744 {29743} 915 1 +29745 {29744} 8769 1 +29746 {29745} 3109 1 +29747 {29746} 9940 1 +29748 {29747} 10174 1 +29749 {29748} 2737 1 +29750 {29749} 10770 1 +29751 {29750} 8326 1 +29752 {29751} 10655 1 +29753 {29752} 12022 1 +29754 {29753} 1233 1 +29755 {29754} 15565 1 +29756 {29755} 12778 1 +29757 {29756} 6014 1 +29758 {29757} 9041 1 +29759 {29758} 9940 1 +29760 {29759} 14742 1 +29761 {29760} 9790 1 +29762 {29761} 3103 1 +29763 {29762} 1312 1 +29764 {29763} 13853 1 +29765 {29764} 10623 1 +29766 {29765} 8206 1 +29767 {29766} 9652 1 +29768 {29767} 1535 1 +29769 {29768} 1683 1 +29770 {29769} 3635 1 +29771 {29770} 1942 1 +29772 {29771} 2117 1 +29773 {29772} 16324 1 +29774 {29773} 2785 1 +29775 {29774} 2346 1 +29776 {29775} 10191 1 +29777 {29776} 11829 1 +29778 {29777} 9330 1 +29779 {29778} 3233 1 +29780 {29779} 11286 1 +29781 {29780} 13747 1 +29782 {29781} 14264 1 +29783 {29782} 10137 1 +29784 {29783} 2367 1 +29785 {29784} 9794 1 +29786 {29785} 11514 1 +29787 {29786} 10530 1 +29788 {29787} 7655 1 +29789 {29788} 12328 1 +29790 {29789} 11446 1 +29791 {29790} 2901 1 +29792 {29791} 1436 1 +29793 {29792} 11636 1 +29794 {29793} 4559 1 +29795 {29794} 4994 1 +29796 {29795} 9871 1 +29797 {29796} 1574 1 +29798 {29797} 11674 1 +29799 {29798} 9814 1 +29800 {29799} 10263 1 +29801 {29800} 2922 1 +29802 {29801} 2167 1 +29803 {29802} 10653 1 +29804 {29803} 5867 1 +29805 {29804} 2839 1 +29806 {29805} 2132 1 +29807 {29806} 9866 1 +29808 {29807} 9085 1 +29809 {29808} 3176 1 +29810 {29809} 11516 1 +29811 {29810} 11201 1 +29812 {29811} 1637 1 +29813 {29812} 2641 1 +29814 {29813} 8844 1 +29815 {29814} 2189 1 +29816 {29815} 1164 1 +29817 {29816} 10129 1 +29818 {29817} 12361 1 +29819 {29818} 856 1 +29820 {29819} 2496 1 +29821 {29820} 2873 1 +29822 {29821} 8844 1 +29823 {29822} 1613 1 +29824 {29823} 8421 1 +29825 {29824} 2640 1 +29826 {29825} 10832 1 +29827 {29826} 9179 1 +29828 {29827} 11138 1 +29829 {29828} 1959 1 +29830 {29829} 9994 1 +29831 {29830} 1685 1 +29832 {29831} 11595 1 +29833 {29832} 4638 1 +29834 {29833} 12150 1 +29835 {29834} 12596 1 +29836 {29835} 1790 1 +29837 {29836} 11456 1 +29838 {29837} 6044 1 +29839 {29838} 2899 1 +29840 {29839} 10623 1 +29841 {29840} 11639 1 +29842 {29841} 2232 1 +29843 {29842} 12166 1 +29844 {29843} 2498 1 +29845 {29844} 11080 1 +29846 {29845} 1579 1 +29847 {29846} 13272 1 +29848 {29847} 1834 1 +29849 {29848} 11163 1 +29850 {29849} 2029 1 +29851 {29850} 1227 1 +29852 {29851} 933 1 +29853 {29852} 3362 1 +29854 {29853} 2700 1 +29855 {29854} 8346 1 +29856 {29855} 2760 1 +29857 {29856} 16573 1 +29858 {29857} 1745 1 +29859 {29858} 2197 1 +29860 {29859} 13852 1 +29861 {29860} 3780 1 +29862 {29861} 11563 1 +29863 {29862} 1747 1 +29864 {29863} 7927 1 +29865 {29864} 2095 1 +29866 {29865} 10859 1 +29867 {29866} 2693 1 +29868 {29867} 3281 1 +29869 {29868} 10420 1 +29870 {29869} 5379 1 +29871 {29870} 11256 1 +29872 {29871} 9924 1 +29873 {29872} 2193 1 +29874 {29873} 916 1 +29875 {29874} 1788 1 +29876 {29875} 1483 1 +29877 {29876} 2401 1 +29878 {29877} 11624 1 +29879 {29878} 3047 1 +29880 {29879} 1434 1 +29881 {29880} 1078 1 +29882 {29881} 10455 1 +29883 {29882} 9702 1 +29884 {29883} 10264 1 +29885 {29884} 979 1 +29886 {29885} 1507 1 +29887 {29886} 10512 1 +29888 {29887} 12517 1 +29889 {29888} 10014 1 +29890 {29889} 9747 1 +29891 {29890} 16351 1 +29892 {29891} 8784 1 +29893 {29892} 3064 1 +29894 {29893} 1942 1 +29895 {29894} 2617 1 +29896 {29895} 10360 1 +29897 {29896} 2441 1 +29898 {29897} 10886 1 +29899 {29898} 11023 1 +29900 {29899} 10770 1 +29901 {29900} 2191 1 +29902 {29901} 2011 1 +29903 {29902} 6964 1 +29904 {29903} 1467 1 +29905 {29904} 10851 1 +29906 {29905} 9957 1 +29907 {29906} 11573 1 +29908 {29907} 3853 1 +29909 {29908} 11104 1 +29910 {29909} 9588 1 +29911 {29910} 1846 1 +29912 {29911} 3023 1 +29913 {29912} 2850 1 +29914 {29913} 10179 1 +29915 {29914} 4088 1 +29916 {29915} 1116 1 +29917 {29916} 10089 1 +29918 {29917} 10174 1 +29919 {29918} 2129 1 +29920 {29919} 10636 1 +29921 {29920} 1539 1 +29922 {29921} 13322 1 +29923 {29922} 11721 1 +29924 {29923} 11855 1 +29925 {29924} 9928 1 +29926 {29925} 2184 1 +29927 {29926} 3163 1 +29928 {29927} 2252 1 +29929 {29928} 10741 1 +29930 {29929} 16403 1 +29931 {29930} 9104 1 +29932 {29931} 930 1 +29933 {29932} 1680 1 +29934 {29933} 9836 1 +29935 {29934} 2843 1 +29936 {29935} 2182 1 +29937 {29936} 9057 1 +29938 {29937} 2402 1 +29939 {29938} 2868 1 +29940 {29939} 10576 1 +29941 {29940} 1483 1 +29942 {29941} 2264 1 +29943 {29942} 1849 1 +29944 {29943} 2696 1 +29945 {29944} 1911 1 +29946 {29945} 9754 1 +29947 {29946} 2178 1 +29948 {29947} 10335 1 +29949 {29948} 12724 1 +29950 {29949} 3381 1 +29951 {29950} 6248 1 +29952 {29951} 1887 1 +29953 {29952} 9297 1 +29954 {29953} 2051 1 +29955 {29954} 10613 1 +29956 {29955} 2155 1 +29957 {29956} 14102 1 +29958 {29957} 3347 1 +29959 {29958} 2313 1 +29960 {29959} 1158 1 +29961 {29960} 1617 1 +29962 {29961} 1961 1 +29963 {29962} 3004 1 +29964 {29963} 2392 1 +29965 {29964} 1756 1 +29966 {29965} 11354 1 +29967 {29966} 11846 1 +29968 {29967} 9937 1 +29969 {29968} 1231 1 +29970 {29969} 11245 1 +29971 {29970} 2167 1 +29972 {29971} 2573 1 +29973 {29972} 1098 1 +29974 {29973} 4727 1 +29975 {29974} 16133 1 +29976 {29975} 2004 1 +29977 {29976} 10074 1 +29978 {29977} 3009 1 +29979 {29978} 3298 1 +29980 {29979} 2065 1 +29981 {29980} 9816 1 +29982 {29981} 3170 1 +29983 {29982} 6509 1 +29984 {29983} 12288 1 +29985 {29984} 2832 1 +29986 {29985} 16548 1 +29987 {29986} 2302 1 +29988 {29987} 9930 1 +29989 {29988} 11242 1 +29990 {29989} 1980 1 +29991 {29990} 2178 1 +29992 {29991} 2395 1 +29993 {29992} 1948 1 +29994 {29993} 2369 1 +29995 {29994} 903 1 +29996 {29995} 11489 1 +29997 {29996} 1336 1 +29998 {29997} 12332 1 +29999 {29998} 1826 1 +30000 {29999} 11842 1 +30001 {30000} 3169 1 +30002 {30001} 8175 1 +30003 {30002} 11720 1 +30004 {30003} 2335 1 +30005 {30004} 1992 1 +30006 {30005} 3105 1 +30007 {30006} 2794 1 +30008 {30007} 3384 1 +30009 {30008} 2776 1 +30010 {30009} 6877 1 +30011 {30010} 3201 1 +30012 {30011} 2024 1 +30013 {30012} 1459 1 +30014 {30013} 8489 1 +30015 {30014} 2386 1 +30016 {30015} 2217 1 +30017 {30016} 3013 1 +30018 {30017} 2539 1 +30019 {30018} 3580 1 +30020 {30019} 9283 1 +30021 {30020} 10950 1 +30022 {30021} 11364 1 +30023 {30022} 2504 1 +30024 {30023} 1913 1 +30025 {30024} 11042 1 +30026 {30025} 3036 1 +30027 {30026} 2166 1 +30028 {30027} 1643 1 +30029 {30028} 13932 1 +30030 {30029} 2454 1 +30031 {30030} 3418 1 +30032 {30031} 10093 1 +30033 {30032} 2574 1 +30034 {30033} 2600 1 +30035 {30034} 2252 1 +30036 {30035} 10535 1 +30037 {30036} 1858 1 +30038 {30037} 5918 1 +30039 {30038} 11853 1 +30040 {30039} 1608 1 +30041 {30040} 2214 1 +30042 {30041} 3237 1 +30043 {30042} 2705 1 +30044 {30043} 1959 1 +30045 {30044} 14538 1 +30046 {30045} 5092 1 +30047 {30046} 2198 1 +30048 {30047} 10419 1 +30049 {30048} 1133 1 +30050 {30049} 10218 1 +30051 {30050} 15442 1 +30052 {30051} 11066 1 +30053 {30052} 9024 1 +30054 {30053} 10567 1 +30055 {30054} 9158 1 +30056 {30055} 1378 1 +30057 {30056} 1123 1 +30058 {30057} 9345 1 +30059 {30058} 12129 1 +30060 {30059} 11027 1 +30061 {30060} 2234 1 +30062 {30061} 11522 1 +30063 {30062} 7191 1 +30064 {30063} 2357 1 +30065 {30064} 3543 1 +30066 {30065} 10026 1 +30067 {30066} 7785 1 +30068 {30067} 4055 1 +30069 {30068} 2625 1 +30070 {30069} 2700 1 +30071 {30070} 2032 1 +30072 {30071} 11748 1 +30073 {30072} 3324 1 +30074 {30073} 1956 1 +30075 {30074} 10565 1 +30076 {30075} 10425 1 +30077 {30076} 14570 1 +30078 {30077} 1414 1 +30079 {30078} 1410 1 +30080 {30079} 2568 1 +30081 {30080} 11242 1 +30082 {30081} 11372 1 +30083 {30082} 2245 1 +30084 {30083} 3239 1 +30085 {30084} 2399 1 +30086 {30085} 3199 1 +30087 {30086} 2469 1 +30088 {30087} 1849 1 +30089 {30088} 10456 1 +30090 {30089} 2629 1 +30091 {30090} 1820 1 +30092 {30091} 10131 1 +30093 {30092} 2320 1 +30094 {30093} 9522 1 +30095 {30094} 1993 1 +30096 {30095} 2344 1 +30097 {30096} 2524 1 +30098 {30097} 11974 1 +30099 {30098} 11559 1 +30100 {30099} 1737 1 +30101 {30100} 3337 1 +30102 {30101} 1025 1 +30103 {30102} 7912 1 +30104 {30103} 2708 1 +30105 {30104} 3074 1 +30106 {30105} 11553 1 +30107 {30106} 2550 1 +30108 {30107} 1866 1 +30109 {30108} 2975 1 +30110 {30109} 3554 1 +30111 {30110} 3420 1 +30112 {30111} 3207 1 +30113 {30112} 10501 1 +30114 {30113} 9591 1 +30115 {30114} 8932 1 +30116 {30115} 11970 1 +30117 {30116} 5297 1 +30118 {30117} 15532 1 +30119 {30118} 10747 1 +30120 {30119} 10748 1 +30121 {30120} 7784 1 +30122 {30121} 9173 1 +30123 {30122} 2304 1 +30124 {30123} 4701 1 +30125 {30124} 4488 1 +30126 {30125} 2461 1 +30127 {30126} 5065 1 +30128 {30127} 8662 1 +30129 {30128} 1300 1 +30130 {30129} 11644 1 +30131 {30130} 11978 1 +30132 {30131} 1962 1 +30133 {30132} 8678 1 +30134 {30133} 10233 1 +30135 {30134} 2806 1 +30136 {30135} 11494 1 +30137 {30136} 2862 1 +30138 {30137} 2670 1 +30139 {30138} 9869 1 +30140 {30139} 9990 1 +30141 {30140} 11273 1 +30142 {30141} 10049 1 +30143 {30142} 1584 1 +30144 {30143} 2637 1 +30145 {30144} 2265 1 +30146 {30145} 1262 1 +30147 {30146} 3383 1 +30148 {30147} 10268 1 +30149 {30148} 3222 1 +30150 {30149} 1431 1 +30151 {30150} 2366 1 +30152 {30151} 885 1 +30153 {30152} 2056 1 +30154 {30153} 2668 1 +30155 {30154} 10757 1 +30156 {30155} 11312 1 +30157 {30156} 3040 1 +30158 {30157} 2729 1 +30159 {30158} 9703 1 +30160 {30159} 8764 1 +30161 {30160} 3132 1 +30162 {30161} 7617 1 +30163 {30162} 1956 1 +30164 {30163} 2826 1 +30165 {30164} 2244 1 +30166 {30165} 10809 1 +30167 {30166} 2260 1 +30168 {30167} 2117 1 +30169 {30168} 10829 1 +30170 {30169} 10596 1 +30171 {30170} 982 1 +30172 {30171} 10797 1 +30173 {30172} 13936 1 +30174 {30173} 2858 1 +30175 {30174} 9560 1 +30176 {30175} 989 1 +30177 {30176} 1825 1 +30178 {30177} 15569 1 +30179 {30178} 3325 1 +30180 {30179} 10496 1 +30181 {30180} 10858 1 +30182 {30181} 9295 1 +30183 {30182} 1967 1 +30184 {30183} 2572 1 +30185 {30184} 2640 1 +30186 {30185} 9690 1 +30187 {30186} 10626 1 +30188 {30187} 9429 1 +30189 {30188} 3041 1 +30190 {30189} 14184 1 +30191 {30190} 2249 1 +30192 {30191} 16398 1 +30193 {30192} 2632 1 +30194 {30193} 2433 1 +30195 {30194} 3347 1 +30196 {30195} 1245 1 +30197 {30196} 3008 1 +30198 {30197} 2403 1 +30199 {30198} 8357 1 +30200 {30199} 10670 1 +30201 {30200} 3271 1 +30202 {30201} 10436 1 +30203 {30202} 8724 1 +30204 {30203} 10949 1 +30205 {30204} 10853 1 +30206 {30205} 14633 1 +30207 {30206} 5114 1 +30208 {30207} 3135 1 +30209 {30208} 1207 1 +30210 {30209} 2827 1 +30211 {30210} 8937 1 +30212 {30211} 2402 1 +30213 {30212} 11088 1 +30214 {30213} 9147 1 +30215 {30214} 10642 1 +30216 {30215} 1983 1 +30217 {30216} 8513 1 +30218 {30217} 3571 1 +30219 {30218} 1624 1 +30220 {30219} 2065 1 +30221 {30220} 2133 1 +30222 {30221} 3612 1 +30223 {30222} 7418 1 +30224 {30223} 12468 1 +30225 {30224} 10575 1 +30226 {30225} 1783 1 +30227 {30226} 3339 1 +30228 {30227} 2434 1 +30229 {30228} 10998 1 +30230 {30229} 7074 1 +30231 {30230} 3076 1 +30232 {30231} 11076 1 +30233 {30232} 2303 1 +30234 {30233} 8871 1 +30235 {30234} 3028 1 +30236 {30235} 2596 1 +30237 {30236} 13146 1 +30238 {30237} 11079 1 +30239 {30238} 1892 1 +30240 {30239} 1540 1 +30241 {30240} 2499 1 +30242 {30241} 12401 1 +30243 {30242} 2064 1 +30244 {30243} 3134 1 +30245 {30244} 2772 1 +30246 {30245} 2293 1 +30247 {30246} 2146 1 +30248 {30247} 9164 1 +30249 {30248} 6654 1 +30250 {30249} 10094 1 +30251 {30250} 1887 1 +30252 {30251} 370 1 +30253 {30252} 9065 1 +30254 {30253} 9913 1 +30255 {30254} 2507 1 +30256 {30255} 9777 1 +30257 {30256} 2569 1 +30258 {30257} 3343 1 +30259 {30258} 9835 1 +30260 {30259} 1632 1 +30261 {30260} 2392 1 +30262 {30261} 10016 1 +30263 {30262} 10764 1 +30264 {30263} 10128 1 +30265 {30264} 10208 1 +30266 {30265} 11418 1 +30267 {30266} 2803 1 +30268 {30267} 3075 1 +30269 {30268} 10642 1 +30270 {30269} 13051 1 +30271 {30270} 12502 1 +30272 {30271} 1540 1 +30273 {30272} 9862 1 +30274 {30273} 10488 1 +30275 {30274} 10514 1 +30276 {30275} 10833 1 +30277 {30276} 16349 1 +30278 {30277} 9900 1 +30279 {30278} 8021 1 +30280 {30279} 10978 1 +30281 {30280} 13634 1 +30282 {30281} 10008 1 +30283 {30282} 5135 1 +30284 {30283} 8394 1 +30285 {30284} 2126 1 +30286 {30285} 2395 1 +30287 {30286} 5693 1 +30288 {30287} 2459 1 +30289 {30288} 10631 1 +30290 {30289} 10449 1 +30291 {30290} 4151 1 +30292 {30291} 9711 1 +30293 {30292} 2774 1 +30294 {30293} 2673 1 +30295 {30294} 3525 1 +30296 {30295} 2596 1 +30297 {30296} 652 1 +30298 {30297} 14771 1 +30299 {30298} 3681 1 +30300 {30299} 11989 1 +30301 {30300} 1869 1 +30302 {30301} 11999 1 +30303 {30302} 9285 1 +30304 {30303} 2772 1 +30305 {30304} 3914 1 +30306 {30305} 2018 1 +30307 {30306} 10413 1 +30308 {30307} 10218 1 +30309 {30308} 3242 1 +30310 {30309} 10601 1 +30311 {30310} 1674 1 +30312 {30311} 10008 1 +30313 {30312} 2302 1 +30314 {30313} 1849 1 +30315 {30314} 10902 1 +30316 {30315} 10234 1 +30317 {30316} 7885 1 +30318 {30317} 1619 1 +30319 {30318} 9281 1 +30320 {30319} 2303 1 +30321 {30320} 15527 1 +30322 {30321} 11146 1 +30323 {30322} 2394 1 +30324 {30323} 10124 1 +30325 {30324} 2989 1 +30326 {30325} 1914 1 +30327 {30326} 1340 1 +30328 {30327} 2907 1 +30329 {30328} 11316 1 +30330 {30329} 10130 1 +30331 {30330} 5823 1 +30332 {30331} 3476 1 +30333 {30332} 2258 1 +30334 {30333} 2706 1 +30335 {30334} 2076 1 +30336 {30335} 7433 1 +30337 {30336} 1545 1 +30338 {30337} 13036 1 +30339 {30338} 2998 1 +30340 {30339} 1708 1 +30341 {30340} 15166 1 +30342 {30341} 9337 1 +30343 {30342} 11353 1 +30344 {30343} 3047 1 +30345 {30344} 2263 1 +30346 {30345} 1537 1 +30347 {30346} 15248 1 +30348 {30347} 10581 1 +30349 {30348} 2026 1 +30350 {30349} 1360 1 +30351 {30350} 7848 1 +30352 {30351} 3860 1 +30353 {30352} 2568 1 +30354 {30353} 3942 1 +30355 {30354} 2042 1 +30356 {30355} 2535 1 +30357 {30356} 6747 1 +30358 {30357} 2690 1 +30359 {30358} 10636 1 +30360 {30359} 10875 1 +30361 {30360} 5 1 +30362 {30361} 9270 1 +30363 {30362} 10728 1 +30364 {30363} 1926 1 +30365 {30364} 9720 1 +30366 {30365} 2504 1 +30367 {30366} 477 1 +30368 {30367} 2298 1 +30369 {30368} 10311 1 +30370 {30369} 8833 1 +30371 {30370} 11181 1 +30372 {30371} 8647 1 +30373 {30372} 9863 1 +30374 {30373} 14802 1 +30375 {30374} 8985 1 +30376 {30375} 2310 1 +30377 {30376} 2172 1 +30378 {30377} 11113 1 +30379 {30378} 1996 1 +30380 {30379} 4339 1 +30381 {30380} 11189 1 +30382 {30381} 2175 1 +30383 {30382} 11305 1 +30384 {30383} 10778 1 +30385 {30384} 10580 1 +30386 {30385} 15548 1 +30387 {30386} 16516 1 +30388 {30387} 5440 1 +30389 {30388} 2835 1 +30390 {30389} 11849 1 +30391 {30390} 4995 1 +30392 {30391} 8953 1 +30393 {30392} 11561 1 +30394 {30393} 1290 1 +30395 {30394} 1921 1 +30396 {30395} 9599 1 +30397 {30396} 2266 1 +30398 {30397} 10171 1 +30399 {30398} 2572 1 +30400 {30399} 2064 1 +30401 {30400} 11233 1 +30402 {30401} 11406 1 +30403 {30402} 2397 1 +30404 {30403} 1780 1 +30405 {30404} 2095 1 +30406 {30405} 2907 1 +30407 {30406} 1817 1 +30408 {30407} 10702 1 +30409 {30408} 2461 1 +30410 {30409} 2371 1 +30411 {30410} 10455 1 +30412 {30411} 1582 1 +30413 {30412} 10329 1 +30414 {30413} 3141 1 +30415 {30414} 2827 1 +30416 {30415} 11889 1 +30417 {30416} 10792 1 +30418 {30417} 8362 1 +30419 {30418} 9740 1 +30420 {30419} 2530 1 +30421 {30420} 3099 1 +30422 {30421} 10268 1 +30423 {30422} 2166 1 +30424 {30423} 2690 1 +30425 {30424} 10826 1 +30426 {30425} 3046 1 +30427 {30426} 1491 1 +30428 {30427} 1502 1 +30429 {30428} 1624 1 +30430 {30429} 10731 1 +30431 {30430} 9765 1 +30432 {30431} 1561 1 +30433 {30432} 2051 1 +30434 {30433} 10998 1 +30435 {30434} 9171 1 +30436 {30435} 15860 1 +30437 {30436} 4930 1 +30438 {30437} 12018 1 +30439 {30438} 1720 1 +30440 {30439} 10516 1 +30441 {30440} 10264 1 +30442 {30441} 10138 1 +30443 {30442} 6288 1 +30444 {30443} 9625 1 +30445 {30444} 2660 1 +30446 {30445} 12053 1 +30447 {30446} 2865 1 +30448 {30447} 10263 1 +30449 {30448} 9985 1 +30450 {30449} 10932 1 +30451 {30450} 11222 1 +30452 {30451} 1505 1 +30453 {30452} 1820 1 +30454 {30453} 1749 1 +30455 {30454} 1000 1 +30456 {30455} 1956 1 +30457 {30456} 1420 1 +30458 {30457} 3067 1 +30459 {30458} 1638 1 +30460 {30459} 1646 1 +30461 {30460} 2197 1 +30462 {30461} 1293 1 +30463 {30462} 9343 1 +30464 {30463} 8979 1 +30465 {30464} 12394 1 +30466 {30465} 10456 1 +30467 {30466} 2557 1 +30468 {30467} 2597 1 +30469 {30468} 2130 1 +30470 {30469} 9186 1 +30471 {30470} 2122 1 +30472 {30471} 9937 1 +30473 {30472} 145 1 +30474 {30473} 2178 1 +30475 {30474} 8126 1 +30476 {30475} 10844 1 +30477 {30476} 10646 1 +30478 {30477} 5506 1 +30479 {30478} 1082 1 +30480 {30479} 2668 1 +30481 {30480} 2934 1 +30482 {30481} 10828 1 +30483 {30482} 1639 1 +30484 {30483} 9940 1 +30485 {30484} 12867 1 +30486 {30485} 1741 1 +30487 {30486} 2385 1 +30488 {30487} 10234 1 +30489 {30488} 4983 1 +30490 {30489} 3034 1 +30491 {30490} 1884 1 +30492 {30491} 8687 1 +30493 {30492} 1771 1 +30494 {30493} 7932 1 +30495 {30494} 5966 1 +30496 {30495} 7822 1 +30497 {30496} 11453 1 +30498 {30497} 1540 1 +30499 {30498} 2535 1 +30500 {30499} 10272 1 +30501 {30500} 2654 1 +30502 {30501} 791 1 +30503 {30502} 8457 1 +30504 {30503} 8148 1 +30505 {30504} 10048 1 +30506 {30505} 12617 1 +30507 {30506} 2028 1 +30508 {30507} 3304 1 +30509 {30508} 2271 1 +30510 {30509} 2223 1 +30511 {30510} 10530 1 +30512 {30511} 10631 1 +30513 {30512} 10953 1 +30514 {30513} 1223 1 +30515 {30514} 13162 1 +30516 {30515} 9614 1 +30517 {30516} 11260 1 +30518 {30517} 10902 1 +30519 {30518} 6206 1 +30520 {30519} 1954 1 +30521 {30520} 15765 1 +30522 {30521} 8987 1 +30523 {30522} 2143 1 +30524 {30523} 11513 1 +30525 {30524} 1713 1 +30526 {30525} 10049 1 +30527 {30526} 1340 1 +30528 {30527} 2602 1 +30529 {30528} 2260 1 +30530 {30529} 2461 1 +30531 {30530} 8889 1 +30532 {30531} 10442 1 +30533 {30532} 12502 1 +30534 {30533} 10153 1 +30535 {30534} 3974 1 +30536 {30535} 2342 1 +30537 {30536} 7657 1 +30538 {30537} 1680 1 +30539 {30538} 10286 1 +30540 {30539} 9750 1 +30541 {30540} 1807 1 +30542 {30541} 1720 1 +30543 {30542} 2295 1 +30544 {30543} 2361 1 +30545 {30544} 3105 1 +30546 {30545} 11890 1 +30547 {30546} 1997 1 +30548 {30547} 10620 1 +30549 {30548} 10386 1 +30550 {30549} 10358 1 +30551 {30550} 10103 1 +30552 {30551} 10816 1 +30553 {30552} 9612 1 +30554 {30553} 1960 1 +30555 {30554} 1935 1 +30556 {30555} 2115 1 +30557 {30556} 8812 1 +30558 {30557} 3858 1 +30559 {30558} 2329 1 +30560 {30559} 1750 1 +30561 {30560} 1728 1 +30562 {30561} 1679 1 +30563 {30562} 7349 1 +30564 {30563} 2032 1 +30565 {30564} 1787 1 +30566 {30565} 2672 1 +30567 {30566} 3658 1 +30568 {30567} 13746 1 +30569 {30568} 10516 1 +30570 {30569} 2096 1 +30571 {30570} 9782 1 +30572 {30571} 11414 1 +30573 {30572} 10804 1 +30574 {30573} 2467 1 +30575 {30574} 1274 1 +30576 {30575} 1543 1 +30577 {30576} 11173 1 +30578 {30577} 2228 1 +30579 {30578} 9682 1 +30580 {30579} 10046 1 +30581 {30580} 1646 1 +30582 {30581} 2787 1 +30583 {30582} 1734 1 +30584 {30583} 9704 1 +30585 {30584} 10741 1 +30586 {30585} 2741 1 +30587 {30586} 2743 1 +30588 {30587} 2751 1 +30589 {30588} 9282 1 +30590 {30589} 9358 1 +30591 {30590} 2304 1 +30592 {30591} 10623 1 +30593 {30592} 1851 1 +30594 {30593} 8702 1 +30595 {30594} 2246 1 +30596 {30595} 10797 1 +30597 {30596} 50 1 +30598 {30597} 1721 1 +30599 {30598} 2121 1 +30600 {30599} 2172 1 +30601 {30600} 3702 1 +30602 {30601} 9430 1 +30603 {30602} 14158 1 +30604 {30603} 6533 1 +30605 {30604} 9410 1 +30606 {30605} 11118 1 +30607 {30606} 1552 1 +30608 {30607} 1208 1 +30609 {30608} 10048 1 +30610 {30609} 3543 1 +30611 {30610} 2102 1 +30612 {30611} 11699 1 +30613 {30612} 8407 1 +30614 {30613} 12191 1 +30615 {30614} 11242 1 +30616 {30615} 3345 1 +30617 {30616} 2791 1 +30618 {30617} 9682 1 +30619 {30618} 2661 1 +30620 {30619} 2466 1 +30621 {30620} 10669 1 +30622 {30621} 13868 1 +30623 {30622} 2887 1 +30624 {30623} 1364 1 +30625 {30624} 11329 1 +30626 {30625} 11190 1 +30627 {30626} 2133 1 +30628 {30627} 12420 1 +30629 {30628} 2266 1 +30630 {30629} 10182 1 +30631 {30630} 10163 1 +30632 {30631} 14431 1 +30633 {30632} 1322 1 +30634 {30633} 9990 1 +30635 {30634} 2044 1 +30636 {30635} 2822 1 +30637 {30636} 10694 1 +30638 {30637} 8870 1 +30639 {30638} 1695 1 +30640 {30639} 9544 1 +30641 {30640} 2664 1 +30642 {30641} 9364 1 +30643 {30642} 1753 1 +30644 {30643} 2290 1 +30645 {30644} 11364 1 +30646 {30645} 8059 1 +30647 {30646} 8502 1 +30648 {30647} 1554 1 +30649 {30648} 2369 1 +30650 {30649} 3486 1 +30651 {30650} 3040 1 +30652 {30651} 11092 1 +30653 {30652} 11509 1 +30654 {30653} 2532 1 +30655 {30654} 11245 1 +30656 {30655} 8618 1 +30657 {30656} 2579 1 +30658 {30657} 10490 1 +30659 {30658} 10294 1 +30660 {30659} 2832 1 +30661 {30660} 1922 1 +30662 {30661} 1636 1 +30663 {30662} 9657 1 +30664 {30663} 2013 1 +30665 {30664} 10304 1 +30666 {30665} 9107 1 +30667 {30666} 1598 1 +30668 {30667} 4642 1 +30669 {30668} 1911 1 +30670 {30669} 16177 1 +30671 {30670} 1970 1 +30672 {30671} 11103 1 +30673 {30672} 11327 1 +30674 {30673} 2701 1 +30675 {30674} 16463 1 +30676 {30675} 8854 1 +30677 {30676} 2520 1 +30678 {30677} 10065 1 +30679 {30678} 3633 1 +30680 {30679} 2367 1 +30681 {30680} 10496 1 +30682 {30681} 4062 1 +30683 {30682} 10499 1 +30684 {30683} 9944 1 +30685 {30684} 9907 1 +30686 {30685} 11233 1 +30687 {30686} 9871 1 +30688 {30687} 4009 1 +30689 {30688} 10542 1 +30690 {30689} 11966 1 +30691 {30690} 16319 1 +30692 {30691} 1606 1 +30693 {30692} 8713 1 +30694 {30693} 1527 1 +30695 {30694} 8739 1 +30696 {30695} 4061 1 +30697 {30696} 1890 1 +30698 {30697} 5757 1 +30699 {30698} 14723 1 +30700 {30699} 10304 1 +30701 {30700} 1010 1 +30702 {30701} 10686 1 +30703 {30702} 10269 1 +30704 {30703} 8638 1 +30705 {30704} 8794 1 +30706 {30705} 6969 1 +30707 {30706} 11092 1 +30708 {30707} 2604 1 +30709 {30708} 13519 1 +30710 {30709} 984 1 +30711 {30710} 9290 1 +30712 {30711} 10947 1 +30713 {30712} 2805 1 +30714 {30713} 15812 1 +30715 {30714} 3141 1 +30716 {30715} 5652 1 +30717 {30716} 2258 1 +30718 {30717} 921 1 +30719 {30718} 11789 1 +30720 {30719} 3111 1 +30721 {30720} 2278 1 +30722 {30721} 865 1 +30723 {30722} 10820 1 +30724 {30723} 1512 1 +30725 {30724} 1574 1 +30726 {30725} 1596 1 +30727 {30726} 1760 1 +30728 {30727} 1518 1 +30729 {30728} 10210 1 +30730 {30729} 10622 1 +30731 {30730} 14991 1 +30732 {30731} 2095 1 +30733 {30732} 3443 1 +30734 {30733} 2435 1 +30735 {30734} 3012 1 +30736 {30735} 9278 1 +30737 {30736} 2914 1 +30738 {30737} 7510 1 +30739 {30738} 2392 1 +30740 {30739} 10413 1 +30741 {30740} 9167 1 +30742 {30741} 2908 1 +30743 {30742} 3172 1 +30744 {30743} 9897 1 +30745 {30744} 10695 1 +30746 {30745} 14876 1 +30747 {30746} 2840 1 +30748 {30747} 10886 1 +30749 {30748} 2030 1 +30750 {30749} 2130 1 +30751 {30750} 3036 1 +30752 {30751} 1331 1 +30753 {30752} 10031 1 +30754 {30753} 10606 1 +30755 {30754} 10490 1 +30756 {30755} 9730 1 +30757 {30756} 10281 1 +30758 {30757} 12709 1 +30759 {30758} 1378 1 +30760 {30759} 2273 1 +30761 {30760} 1951 1 +30762 {30761} 14850 1 +30763 {30762} 1341 1 +30764 {30763} 695 1 +30765 {30764} 10495 1 +30766 {30765} 11333 1 +30767 {30766} 10507 1 +30768 {30767} 2721 1 +30769 {30768} 3079 1 +30770 {30769} 15141 1 +30771 {30770} 11023 1 +30772 {30771} 1125 1 +30773 {30772} 1851 1 +30774 {30773} 795 1 +30775 {30774} 10252 1 +30776 {30775} 10921 1 +30777 {30776} 11305 1 +30778 {30777} 2178 1 +30779 {30778} 3106 1 +30780 {30779} 3068 1 +30781 {30780} 7982 1 +30782 {30781} 1307 1 +30783 {30782} 13084 1 +30784 {30783} 9467 1 +30785 {30784} 9941 1 +30786 {30785} 10614 1 +30787 {30786} 2390 1 +30788 {30787} 9175 1 +30789 {30788} 11065 1 +30790 {30789} 10979 1 +30791 {30790} 15367 1 +30792 {30791} 10552 1 +30793 {30792} 2888 1 +30794 {30793} 1040 1 +30795 {30794} 2164 1 +30796 {30795} 2520 1 +30797 {30796} 1901 1 +30798 {30797} 2910 1 +30799 {30798} 12125 1 +30800 {30799} 1306 1 +30801 {30800} 3446 1 +30802 {30801} 4608 1 +30803 {30802} 9643 1 +30804 {30803} 10719 1 +30805 {30804} 2341 1 +30806 {30805} 1790 1 +30807 {30806} 2278 1 +30808 {30807} 10511 1 +30809 {30808} 11630 1 +30810 {30809} 16266 1 +30811 {30810} 9918 1 +30812 {30811} 11031 1 +30813 {30812} 10234 1 +30814 {30813} 2064 1 +30815 {30814} 12037 1 +30816 {30815} 2603 1 +30817 {30816} 3421 1 +30818 {30817} 2197 1 +30819 {30818} 2227 1 +30820 {30819} 3194 1 +30821 {30820} 7603 1 +30822 {30821} 3310 1 +30823 {30822} 15806 1 +30824 {30823} 12364 1 +30825 {30824} 2791 1 +30826 {30825} 2430 1 +30827 {30826} 11203 1 +30828 {30827} 10234 1 +30829 {30828} 2247 1 +30830 {30829} 2807 1 +30831 {30830} 1679 1 +30832 {30831} 1479 1 +30833 {30832} 2557 1 +30834 {30833} 9464 1 +30835 {30834} 1327 1 +30836 {30835} 11015 1 +30837 {30836} 1963 1 +30838 {30837} 2448 1 +30839 {30838} 2125 1 +30840 {30839} 11299 1 +30841 {30840} 11383 1 +30842 {30841} 1685 1 +30843 {30842} 10535 1 +30844 {30843} 2331 1 +30845 {30844} 3035 1 +30846 {30845} 9562 1 +30847 {30846} 2139 1 +30848 {30847} 9655 1 +30849 {30848} 2917 1 +30850 {30849} 3251 1 +30851 {30850} 8309 1 +30852 {30851} 2095 1 +30853 {30852} 10268 1 +30854 {30853} 10184 1 +30855 {30854} 1947 1 +30856 {30855} 11895 1 +30857 {30856} 1674 1 +30858 {30857} 14483 1 +30859 {30858} 3207 1 +30860 {30859} 8141 1 +30861 {30860} 2233 1 +30862 {30861} 2076 1 +30863 {30862} 11835 1 +30864 {30863} 10051 1 +30865 {30864} 10922 1 +30866 {30865} 3423 1 +30867 {30866} 1495 1 +30868 {30867} 1881 1 +30869 {30868} 2066 1 +30870 {30869} 10991 1 +30871 {30870} 9260 1 +30872 {30871} 11239 1 +30873 {30872} 8363 1 +30874 {30873} 14448 1 +30875 {30874} 2402 1 +30876 {30875} 2322 1 +30877 {30876} 16018 1 +30878 {30877} 8512 1 +30879 {30878} 10126 1 +30880 {30879} 2865 1 +30881 {30880} 2452 1 +30882 {30881} 10488 1 +30883 {30882} 1824 1 +30884 {30883} 9253 1 +30885 {30884} 911 1 +30886 {30885} 1401 1 +30887 {30886} 13987 1 +30888 {30887} 14094 1 +30889 {30888} 2423 1 +30890 {30889} 2640 1 +30891 {30890} 9549 1 +30892 {30891} 10685 1 +30893 {30892} 2474 1 +30894 {30893} 2453 1 +30895 {30894} 2165 1 +30896 {30895} 3179 1 +30897 {30896} 10385 1 +30898 {30897} 921 1 +30899 {30898} 10858 1 +30900 {30899} 15635 1 +30901 {30900} 14713 1 +30902 {30901} 2948 1 +30903 {30902} 12351 1 +30904 {30903} 11022 1 +30905 {30904} 13449 1 +30906 {30905} 5714 1 +30907 {30906} 12086 1 +30908 {30907} 3263 1 +30909 {30908} 1942 1 +30910 {30909} 13520 1 +30911 {30910} 14860 1 +30912 {30911} 1868 1 +30913 {30912} 11789 1 +30914 {30913} 8960 1 +30915 {30914} 2997 1 +30916 {30915} 2738 1 +30917 {30916} 2206 1 +30918 {30917} 11639 1 +30919 {30918} 2623 1 +30920 {30919} 10449 1 +30921 {30920} 12399 1 +30922 {30921} 2356 1 +30923 {30922} 8050 1 +30924 {30923} 2464 1 +30925 {30924} 2364 1 +30926 {30925} 12435 1 +30927 {30926} 1401 1 +30928 {30927} 8955 1 +30929 {30928} 2371 1 +30930 {30929} 3134 1 +30931 {30930} 2640 1 +30932 {30931} 4762 1 +30933 {30932} 15633 1 +30934 {30933} 12738 1 +30935 {30934} 11568 1 +30936 {30935} 2371 1 +30937 {30936} 11450 1 +30938 {30937} 2152 1 +30939 {30938} 11586 1 +30940 {30939} 8701 1 +30941 {30940} 1976 1 +30942 {30941} 9266 1 +30943 {30942} 11028 1 +30944 {30943} 3544 1 +30945 {30944} 1118 1 +30946 {30945} 2132 1 +30947 {30946} 2134 1 +30948 {30947} 10956 1 +30949 {30948} 2531 1 +30950 {30949} 11459 1 +30951 {30950} 826 1 +30952 {30951} 10309 1 +30953 {30952} 7914 1 +30954 {30953} 2840 1 +30955 {30954} 2302 1 +30956 {30955} 4078 1 +30957 {30956} 10261 1 +30958 {30957} 7749 1 +30959 {30958} 3873 1 +30960 {30959} 10576 1 +30961 {30960} 1839 1 +30962 {30961} 15691 1 +30963 {30962} 11316 1 +30964 {30963} 8464 1 +30965 {30964} 11417 1 +30966 {30965} 9663 1 +30967 {30966} 11352 1 +30968 {30967} 3212 1 +30969 {30968} 2604 1 +30970 {30969} 12071 1 +30971 {30970} 641 1 +30972 {30971} 1543 1 +30973 {30972} 12516 1 +30974 {30973} 4494 1 +30975 {30974} 1627 1 +30976 {30975} 3252 1 +30977 {30976} 2060 1 +30978 {30977} 10216 1 +30979 {30978} 2151 1 +30980 {30979} 2865 1 +30981 {30980} 1924 1 +30982 {30981} 2058 1 +30983 {30982} 10993 1 +30984 {30983} 4270 1 +30985 {30984} 11170 1 +30986 {30985} 1962 1 +30987 {30986} 2364 1 +30988 {30987} 2497 1 +30989 {30988} 7663 1 +30990 {30989} 11771 1 +30991 {30990} 9093 1 +30992 {30991} 2562 1 +30993 {30992} 3176 1 +30994 {30993} 10021 1 +30995 {30994} 7921 1 +30996 {30995} 2334 1 +30997 {30996} 9670 1 +30998 {30997} 11937 1 +30999 {30998} 798 1 +31000 {30999} 1539 1 +31001 {31000} 2189 1 +31002 {31001} 2874 1 +31003 {31002} 2470 1 +31004 {31003} 2807 1 +31005 {31004} 2535 1 +31006 {31005} 1959 1 +31007 {31006} 12450 1 +31008 {31007} 14837 1 +31009 {31008} 9228 1 +31010 {31009} 2310 1 +31011 {31010} 7487 1 +31012 {31011} 9716 1 +31013 {31012} 9821 1 +31014 {31013} 16001 1 +31015 {31014} 11424 1 +31016 {31015} 10828 1 +31017 {31016} 2178 1 +31018 {31017} 13982 1 +31019 {31018} 2496 1 +31020 {31019} 4112 1 +31021 {31020} 3174 1 +31022 {31021} 1868 1 +31023 {31022} 9890 1 +31024 {31023} 1748 1 +31025 {31024} 1722 1 +31026 {31025} 2332 1 +31027 {31026} 2125 1 +31028 {31027} 9690 1 +31029 {31028} 2389 1 +31030 {31029} 2527 1 +31031 {31030} 11357 1 +31032 {31031} 10246 1 +31033 {31032} 10343 1 +31034 {31033} 10514 1 +31035 {31034} 11003 1 +31036 {31035} 2073 1 +31037 {31036} 3575 1 +31038 {31037} 1870 1 +31039 {31038} 12172 1 +31040 {31039} 3041 1 +31041 {31040} 2482 1 +31042 {31041} 1616 1 +31043 {31042} 1860 1 +31044 {31043} 2132 1 +31045 {31044} 9485 1 +31046 {31045} 1486 1 +31047 {31046} 10141 1 +31048 {31047} 5960 1 +31049 {31048} 10021 1 +31050 {31049} 10701 1 +31051 {31050} 6676 1 +31052 {31051} 9724 1 +31053 {31052} 10567 1 +31054 {31053} 3885 1 +31055 {31054} 9975 1 +31056 {31055} 4584 1 +31057 {31056} 10748 1 +31058 {31057} 2245 1 +31059 {31058} 10192 1 +31060 {31059} 1791 1 +31061 {31060} 8861 1 +31062 {31061} 1682 1 +31063 {31062} 9068 1 +31064 {31063} 11624 1 +31065 {31064} 9975 1 +31066 {31065} 1850 1 +31067 {31066} 6742 1 +31068 {31067} 3378 1 +31069 {31068} 11405 1 +31070 {31069} 1787 1 +31071 {31070} 3137 1 +31072 {31071} 62 1 +31073 {31072} 4621 1 +31074 {31073} 2404 1 +31075 {31074} 10340 1 +31076 {31075} 1983 1 +31077 {31076} 2434 1 +31078 {31077} 1826 1 +31079 {31078} 10858 1 +31080 {31079} 10487 1 +31081 {31080} 2685 1 +31082 {31081} 9800 1 +31083 {31082} 8005 1 +31084 {31083} 9481 1 +31085 {31084} 5280 1 +31086 {31085} 3176 1 +31087 {31086} 16319 1 +31088 {31087} 9591 1 +31089 {31088} 10784 1 +31090 {31089} 9817 1 +31091 {31090} 11167 1 +31092 {31091} 10607 1 +31093 {31092} 12534 1 +31094 {31093} 2200 1 +31095 {31094} 3075 1 +31096 {31095} 2832 1 +31097 {31096} 10453 1 +31098 {31097} 2601 1 +31099 {31098} 16322 1 +31100 {31099} 2194 1 +31101 {31100} 8854 1 +31102 {31101} 10982 1 +31103 {31102} 1509 1 +31104 {31103} 3215 1 +31105 {31104} 10157 1 +31106 {31105} 9226 1 +31107 {31106} 3509 1 +31108 {31107} 11809 1 +31109 {31108} 9545 1 +31110 {31109} 5759 1 +31111 {31110} 9498 1 +31112 {31111} 9870 1 +31113 {31112} 3092 1 +31114 {31113} 2448 1 +31115 {31114} 2195 1 +31116 {31115} 2325 1 +31117 {31116} 2234 1 +31118 {31117} 3753 1 +31119 {31118} 1418 1 +31120 {31119} 2376 1 +31121 {31120} 2523 1 +31122 {31121} 2126 1 +31123 {31122} 2705 1 +31124 {31123} 2907 1 +31125 {31124} 11769 1 +31126 {31125} 11201 1 +31127 {31126} 3128 1 +31128 {31127} 9208 1 +31129 {31128} 9612 1 +31130 {31129} 3014 1 +31131 {31130} 1741 1 +31132 {31131} 2537 1 +31133 {31132} 9876 1 +31134 {31133} 5055 1 +31135 {31134} 2315 1 +31136 {31135} 9146 1 +31137 {31136} 2099 1 +31138 {31137} 2290 1 +31139 {31138} 2363 1 +31140 {31139} 658 1 +31141 {31140} 2556 1 +31142 {31141} 2668 1 +31143 {31142} 9173 1 +31144 {31143} 2933 1 +31145 {31144} 8502 1 +31146 {31145} 9834 1 +31147 {31146} 8968 1 +31148 {31147} 1437 1 +31149 {31148} 1992 1 +31150 {31149} 3042 1 +31151 {31150} 2467 1 +31152 {31151} 3215 1 +31153 {31152} 2292 1 +31154 {31153} 2037 1 +31155 {31154} 999 1 +31156 {31155} 10980 1 +31157 {31156} 10741 1 +31158 {31157} 8345 1 +31159 {31158} 3614 1 +31160 {31159} 2736 1 +31161 {31160} 11771 1 +31162 {31161} 4572 1 +31163 {31162} 9720 1 +31164 {31163} 11451 1 +31165 {31164} 2056 1 +31166 {31165} 1827 1 +31167 {31166} 11387 1 +31168 {31167} 2334 1 +31169 {31168} 1992 1 +31170 {31169} 2390 1 +31171 {31170} 2186 1 +31172 {31171} 2125 1 +31173 {31172} 3428 1 +31174 {31173} 2160 1 +31175 {31174} 2499 1 +31176 {31175} 11316 1 +31177 {31176} 1508 1 +31178 {31177} 16235 1 +31179 {31178} 10532 1 +31180 {31179} 9218 1 +31181 {31180} 11893 1 +31182 {31181} 13207 1 +31183 {31182} 2575 1 +31184 {31183} 9962 1 +31185 {31184} 1548 1 +31186 {31185} 2452 1 +31187 {31186} 3142 1 +31188 {31187} 2701 1 +31189 {31188} 10098 1 +31190 {31189} 1447 1 +31191 {31190} 2368 1 +31192 {31191} 11988 1 +31193 {31192} 11890 1 +31194 {31193} 2606 1 +31195 {31194} 2369 1 +31196 {31195} 1572 1 +31197 {31196} 2867 1 +31198 {31197} 1893 1 +31199 {31198} 10919 1 +31200 {31199} 10935 1 +31201 {31200} 2182 1 +31202 {31201} 10211 1 +31203 {31202} 2228 1 +31204 {31203} 5711 1 +31205 {31204} 10053 1 +31206 {31205} 2598 1 +31207 {31206} 8700 1 +31208 {31207} 3716 1 +31209 {31208} 11173 1 +31210 {31209} 9360 1 +31211 {31210} 8401 1 +31212 {31211} 8520 1 +31213 {31212} 2227 1 +31214 {31213} 15022 1 +31215 {31214} 1381 1 +31216 {31215} 8044 1 +31217 {31216} 11520 1 +31218 {31217} 2838 1 +31219 {31218} 8496 1 +31220 {31219} 10814 1 +31221 {31220} 15433 1 +31222 {31221} 2172 1 +31223 {31222} 2182 1 +31224 {31223} 3039 1 +31225 {31224} 11188 1 +31226 {31225} 2534 1 +31227 {31226} 2095 1 +31228 {31227} 11999 1 +31229 {31228} 10074 1 +31230 {31229} 9449 1 +31231 {31230} 7197 1 +31232 {31231} 2069 1 +31233 {31232} 2984 1 +31234 {31233} 11316 1 +31235 {31234} 9409 1 +31236 {31235} 1786 1 +31237 {31236} 9968 1 +31238 {31237} 2067 1 +31239 {31238} 9836 1 +31240 {31239} 2392 1 +31241 {31240} 12830 1 +31242 {31241} 1242 1 +31243 {31242} 2100 1 +31244 {31243} 8923 1 +31245 {31244} 11078 1 +31246 {31245} 3140 1 +31247 {31246} 11496 1 +31248 {31247} 2100 1 +31249 {31248} 3029 1 +31250 {31249} 1851 1 +31251 {31250} 11923 1 +31252 {31251} 10846 1 +31253 {31252} 2335 1 +31254 {31253} 3195 1 +31255 {31254} 1752 1 +31256 {31255} 3618 1 +31257 {31256} 10809 1 +31258 {31257} 3227 1 +31259 {31258} 12373 1 +31260 {31259} 8142 1 +31261 {31260} 2266 1 +31262 {31261} 14399 1 +31263 {31262} 6414 1 +31264 {31263} 10315 1 +31265 {31264} 11274 1 +31266 {31265} 2316 1 +31267 {31266} 3414 1 +31268 {31267} 2887 1 +31269 {31268} 2416 1 +31270 {31269} 12513 1 +31271 {31270} 10449 1 +31272 {31271} 2989 1 +31273 {31272} 3620 1 +31274 {31273} 3445 1 +31275 {31274} 1859 1 +31276 {31275} 11169 1 +31277 {31276} 9183 1 +31278 {31277} 7021 1 +31279 {31278} 3333 1 +31280 {31279} 2766 1 +31281 {31280} 2326 1 +31282 {31281} 9072 1 +31283 {31282} 11596 1 +31284 {31283} 2100 1 +31285 {31284} 2523 1 +31286 {31285} 2367 1 +31287 {31286} 10897 1 +31288 {31287} 3046 1 +31289 {31288} 2493 1 +31290 {31289} 1903 1 +31291 {31290} 2464 1 +31292 {31291} 3462 1 +31293 {31292} 11482 1 +31294 {31293} 15820 1 +31295 {31294} 9599 1 +31296 {31295} 3338 1 +31297 {31296} 2180 1 +31298 {31297} 2843 1 +31299 {31298} 2872 1 +31300 {31299} 9743 1 +31301 {31300} 5475 1 +31302 {31301} 2847 1 +31303 {31302} 2639 1 +31304 {31303} 10100 1 +31305 {31304} 1737 1 +31306 {31305} 2571 1 +31307 {31306} 9286 1 +31308 {31307} 2418 1 +31309 {31308} 1822 1 +31310 {31309} 2708 1 +31311 {31310} 1919 1 +31312 {31311} 11168 1 +31313 {31312} 2107 1 +31314 {31313} 633 1 +31315 {31314} 10306 1 +31316 {31315} 10225 1 +31317 {31316} 9312 1 +31318 {31317} 569 1 +31319 {31318} 15093 1 +31320 {31319} 11299 1 +31321 {31320} 10103 1 +31322 {31321} 2264 1 +31323 {31322} 11186 1 +31324 {31323} 8856 1 +31325 {31324} 2193 1 +31326 {31325} 9102 1 +31327 {31326} 5098 1 +31328 {31327} 10021 1 +31329 {31328} 9951 1 +31330 {31329} 9723 1 +31331 {31330} 11310 1 +31332 {31331} 10578 1 +31333 {31332} 2503 1 +31334 {31333} 1441 1 +31335 {31334} 2122 1 +31336 {31335} 14505 1 +31337 {31336} 11475 1 +31338 {31337} 3216 1 +31339 {31338} 2624 1 +31340 {31339} 11384 1 +31341 {31340} 1947 1 +31342 {31341} 10600 1 +31343 {31342} 11288 1 +31344 {31343} 2763 1 +31345 {31344} 10179 1 +31346 {31345} 11252 1 +31347 {31346} 813 1 +31348 {31347} 9155 1 +31349 {31348} 3073 1 +31350 {31349} 4149 1 +31351 {31350} 6977 1 +31352 {31351} 2933 1 +31353 {31352} 3586 1 +31354 {31353} 7496 1 +31355 {31354} 3164 1 +31356 {31355} 1551 1 +31357 {31356} 9331 1 +31358 {31357} 9187 1 +31359 {31358} 9608 1 +31360 {31359} 12511 1 +31361 {31360} 1153 1 +31362 {31361} 2053 1 +31363 {31362} 11624 1 +31364 {31363} 2843 1 +31365 {31364} 10324 1 +31366 {31365} 1543 1 +31367 {31366} 6088 1 +31368 {31367} 10568 1 +31369 {31368} 3164 1 +31370 {31369} 3280 1 +31371 {31370} 1380 1 +31372 {31371} 1413 1 +31373 {31372} 2134 1 +31374 {31373} 2538 1 +31375 {31374} 10611 1 +31376 {31375} 11663 1 +31377 {31376} 1612 1 +31378 {31377} 2549 1 +31379 {31378} 1452 1 +31380 {31379} 10413 1 +31381 {31380} 10475 1 +31382 {31381} 10099 1 +31383 {31382} 1221 1 +31384 {31383} 10126 1 +31385 {31384} 1667 1 +31386 {31385} 9995 1 +31387 {31386} 1624 1 +31388 {31387} 1272 1 +31389 {31388} 12184 1 +31390 {31389} 1648 1 +31391 {31390} 10951 1 +31392 {31391} 13383 1 +31393 {31392} 6667 1 +31394 {31393} 3217 1 +31395 {31394} 495 1 +31396 {31395} 2734 1 +31397 {31396} 4784 1 +31398 {31397} 11507 1 +31399 {31398} 9584 1 +31400 {31399} 1325 1 +31401 {31400} 1719 1 +31402 {31401} 9657 1 +31403 {31402} 2193 1 +31404 {31403} 2562 1 +31405 {31404} 10921 1 +31406 {31405} 11211 1 +31407 {31406} 3098 1 +31408 {31407} 16364 1 +31409 {31408} 9660 1 +31410 {31409} 2352 1 +31411 {31410} 8985 1 +31412 {31411} 2256 1 +31413 {31412} 2459 1 +31414 {31413} 1089 1 +31415 {31414} 2600 1 +31416 {31415} 2907 1 +31417 {31416} 14834 1 +31418 {31417} 2923 1 +31419 {31418} 9341 1 +31420 {31419} 1954 1 +31421 {31420} 11729 1 +31422 {31421} 8747 1 +31423 {31422} 1969 1 +31424 {31423} 4853 1 +31425 {31424} 2509 1 +31426 {31425} 1684 1 +31427 {31426} 2457 1 +31428 {31427} 2155 1 +31429 {31428} 1015 1 +31430 {31429} 14215 1 +31431 {31430} 11705 1 +31432 {31431} 1953 1 +31433 {31432} 4877 1 +31434 {31433} 2697 1 +31435 {31434} 8955 1 +31436 {31435} 12706 1 +31437 {31436} 9666 1 +31438 {31437} 11148 1 +31439 {31438} 2311 1 +31440 {31439} 12255 1 +31441 {31440} 9826 1 +31442 {31441} 3009 1 +31443 {31442} 2054 1 +31444 {31443} 3043 1 +31445 {31444} 1845 1 +31446 {31445} 5344 1 +31447 {31446} 2424 1 +31448 {31447} 10646 1 +31449 {31448} 10231 1 +31450 {31449} 11022 1 +31451 {31450} 11380 1 +31452 {31451} 2058 1 +31453 {31452} 2565 1 +31454 {31453} 1263 1 +31455 {31454} 2363 1 +31456 {31455} 2433 1 +31457 {31456} 2744 1 +31458 {31457} 9799 1 +31459 {31458} 9767 1 +31460 {31459} 3443 1 +31461 {31460} 2163 1 +31462 {31461} 9736 1 +31463 {31462} 2290 1 +31464 {31463} 9614 1 +31465 {31464} 8295 1 +31466 {31465} 15309 1 +31467 {31466} 10982 1 +31468 {31467} 2527 1 +31469 {31468} 11513 1 +31470 {31469} 7697 1 +31471 {31470} 1586 1 +31472 {31471} 1050 1 +31473 {31472} 2090 1 +31474 {31473} 10046 1 +31475 {31474} 12203 1 +31476 {31475} 2092 1 +31477 {31476} 2367 1 +31478 {31477} 11223 1 +31479 {31478} 7165 1 +31480 {31479} 11196 1 +31481 {31480} 1804 1 +31482 {31481} 9793 1 +31483 {31482} 9592 1 +31484 {31483} 3860 1 +31485 {31484} 3264 1 +31486 {31485} 11223 1 +31487 {31486} 2172 1 +31488 {31487} 11132 1 +31489 {31488} 1881 1 +31490 {31489} 14230 1 +31491 {31490} 3356 1 +31492 {31491} 1062 1 +31493 {31492} 1745 1 +31494 {31493} 10162 1 +31495 {31494} 10236 1 +31496 {31495} 1710 1 +31497 {31496} 10570 1 +31498 {31497} 1435 1 +31499 {31498} 2707 1 +31500 {31499} 9083 1 +31501 {31500} 11426 1 +31502 {31501} 370 1 +31503 {31502} 11144 1 +31504 {31503} 2134 1 +31505 {31504} 9954 1 +31506 {31505} 11059 1 +31507 {31506} 11159 1 +31508 {31507} 10116 1 +31509 {31508} 16308 1 +31510 {31509} 1716 1 +31511 {31510} 2195 1 +31512 {31511} 2971 1 +31513 {31512} 2303 1 +31514 {31513} 10738 1 +31515 {31514} 2233 1 +31516 {31515} 12284 1 +31517 {31516} 11346 1 +31518 {31517} 5624 1 +31519 {31518} 3317 1 +31520 {31519} 10172 1 +31521 {31520} 1860 1 +31522 {31521} 4338 1 +31523 {31522} 2134 1 +31524 {31523} 6965 1 +31525 {31524} 3369 1 +31526 {31525} 2763 1 +31527 {31526} 8662 1 +31528 {31527} 5215 1 +31529 {31528} 9151 1 +31530 {31529} 2389 1 +31531 {31530} 2115 1 +31532 {31531} 5538 1 +31533 {31532} 10935 1 +31534 {31533} 4207 1 +31535 {31534} 2856 1 +31536 {31535} 11670 1 +31537 {31536} 2013 1 +31538 {31537} 11299 1 +31539 {31538} 12969 1 +31540 {31539} 2663 1 +31541 {31540} 3810 1 +31542 {31541} 1266 1 +31543 {31542} 10369 1 +31544 {31543} 1415 1 +31545 {31544} 1974 1 +31546 {31545} 11104 1 +31547 {31546} 9174 1 +31548 {31547} 1886 1 +31549 {31548} 10829 1 +31550 {31549} 10301 1 +31551 {31550} 1416 1 +31552 {31551} 2285 1 +31553 {31552} 2336 1 +31554 {31553} 1540 1 +31555 {31554} 9917 1 +31556 {31555} 1760 1 +31557 {31556} 2029 1 +31558 {31557} 10123 1 +31559 {31558} 2230 1 +31560 {31559} 2063 1 +31561 {31560} 7214 1 +31562 {31561} 10244 1 +31563 {31562} 8726 1 +31564 {31563} 961 1 +31565 {31564} 10701 1 +31566 {31565} 1978 1 +31567 {31566} 283 1 +31568 {31567} 1886 1 +31569 {31568} 1680 1 +31570 {31569} 7820 1 +31571 {31570} 10082 1 +31572 {31571} 9074 1 +31573 {31572} 11061 1 +31574 {31573} 2842 1 +31575 {31574} 11314 1 +31576 {31575} 1821 1 +31577 {31576} 2908 1 +31578 {31577} 8633 1 +31579 {31578} 10212 1 +31580 {31579} 3009 1 +31581 {31580} 2811 1 +31582 {31581} 1825 1 +31583 {31582} 4335 1 +31584 {31583} 2129 1 +31585 {31584} 10752 1 +31586 {31585} 14987 1 +31587 {31586} 2854 1 +31588 {31587} 3315 1 +31589 {31588} 2197 1 +31590 {31589} 1205 1 +31591 {31590} 10088 1 +31592 {31591} 1037 1 +31593 {31592} 11104 1 +31594 {31593} 3384 1 +31595 {31594} 8387 1 +31596 {31595} 2907 1 +31597 {31596} 2266 1 +31598 {31597} 1845 1 +31599 {31598} 2555 1 +31600 {31599} 1676 1 +31601 {31600} 8921 1 +31602 {31601} 1919 1 +31603 {31602} 11165 1 +31604 {31603} 2288 1 +31605 {31604} 2539 1 +31606 {31605} 12475 1 +31607 {31606} 11071 1 +31608 {31607} 6715 1 +31609 {31608} 2640 1 +31610 {31609} 14440 1 +31611 {31610} 9295 1 +31612 {31611} 2101 1 +31613 {31612} 12689 1 +31614 {31613} 2204 1 +31615 {31614} 3660 1 +31616 {31615} 15478 1 +31617 {31616} 9080 1 +31618 {31617} 1438 1 +31619 {31618} 2952 1 +31620 {31619} 3208 1 +31621 {31620} 8339 1 +31622 {31621} 10490 1 +31623 {31622} 1738 1 +31624 {31623} 10449 1 +31625 {31624} 10840 1 +31626 {31625} 2084 1 +31627 {31626} 2648 1 +31628 {31627} 10541 1 +31629 {31628} 992 1 +31630 {31629} 2411 1 +31631 {31630} 1180 1 +31632 {31631} 3575 1 +31633 {31632} 689 1 +31634 {31633} 3058 1 +31635 {31634} 1686 1 +31636 {31635} 12401 1 +31637 {31636} 2101 1 +31638 {31637} 2661 1 +31639 {31638} 2568 1 +31640 {31639} 3140 1 +31641 {31640} 2654 1 +31642 {31641} 11164 1 +31643 {31642} 1826 1 +31644 {31643} 1482 1 +31645 {31644} 1904 1 +31646 {31645} 186 1 +31647 {31646} 15700 1 +31648 {31647} 2180 1 +31649 {31648} 11552 1 +31650 {31649} 10124 1 +31651 {31650} 13589 1 +31652 {31651} 1546 1 +31653 {31652} 1953 1 +31654 {31653} 10516 1 +31655 {31654} 977 1 +31656 {31655} 3248 1 +31657 {31656} 2256 1 +31658 {31657} 10832 1 +31659 {31658} 2265 1 +31660 {31659} 2223 1 +31661 {31660} 2814 1 +31662 {31661} 2249 1 +31663 {31662} 2743 1 +31664 {31663} 2219 1 +31665 {31664} 2878 1 +31666 {31665} 15589 1 +31667 {31666} 12068 1 +31668 {31667} 7631 1 +31669 {31668} 2975 1 +31670 {31669} 10535 1 +31671 {31670} 1170 1 +31672 {31671} 9525 1 +31673 {31672} 3444 1 +31674 {31673} 2548 1 +31675 {31674} 2844 1 +31676 {31675} 10544 1 +31677 {31676} 2639 1 +31678 {31677} 1796 1 +31679 {31678} 12419 1 +31680 {31679} 2223 1 +31681 {31680} 2161 1 +31682 {31681} 2827 1 +31683 {31682} 2154 1 +31684 {31683} 328 1 +31685 {31684} 2853 1 +31686 {31685} 12136 1 +31687 {31686} 22 1 +31688 {31687} 1138 1 +31689 {31688} 10777 1 +31690 {31689} 2069 1 +31691 {31690} 2227 1 +31692 {31691} 1104 1 +31693 {31692} 2629 1 +31694 {31693} 10526 1 +31695 {31694} 9369 1 +31696 {31695} 2943 1 +31697 {31696} 10731 1 +31698 {31697} 4329 1 +31699 {31698} 6572 1 +31700 {31699} 2840 1 +31701 {31700} 10843 1 +31702 {31701} 11066 1 +31703 {31702} 2165 1 +31704 {31703} 10826 1 +31705 {31704} 1986 1 +31706 {31705} 11831 1 +31707 {31706} 9261 1 +31708 {31707} 148 1 +31709 {31708} 1504 1 +31710 {31709} 11367 1 +31711 {31710} 10388 1 +31712 {31711} 2716 1 +31713 {31712} 1431 1 +31714 {31713} 1988 1 +31715 {31714} 2267 1 +31716 {31715} 11571 1 +31717 {31716} 2092 1 +31718 {31717} 9880 1 +31719 {31718} 8921 1 +31720 {31719} 9624 1 +31721 {31720} 10026 1 +31722 {31721} 2182 1 +31723 {31722} 2843 1 +31724 {31723} 11914 1 +31725 {31724} 11181 1 +31726 {31725} 10086 1 +31727 {31726} 11726 1 +31728 {31727} 2490 1 +31729 {31728} 3172 1 +31730 {31729} 11963 1 +31731 {31730} 3515 1 +31732 {31731} 2352 1 +31733 {31732} 12106 1 +31734 {31733} 11169 1 +31735 {31734} 11044 1 +31736 {31735} 9273 1 +31737 {31736} 2100 1 +31738 {31737} 2083 1 +31739 {31738} 8204 1 +31740 {31739} 11633 1 +31741 {31740} 2415 1 +31742 {31741} 9976 1 +31743 {31742} 11784 1 +31744 {31743} 2287 1 +31745 {31744} 9475 1 +31746 {31745} 1678 1 +31747 {31746} 11127 1 +31748 {31747} 972 1 +31749 {31748} 4241 1 +31750 {31749} 1680 1 +31751 {31750} 2769 1 +31752 {31751} 6274 1 +31753 {31752} 7836 1 +31754 {31753} 12365 1 +31755 {31754} 1809 1 +31756 {31755} 1956 1 +31757 {31756} 2019 1 +31758 {31757} 9816 1 +31759 {31758} 2370 1 +31760 {31759} 872 1 +31761 {31760} 1887 1 +31762 {31761} 9658 1 +31763 {31762} 3106 1 +31764 {31763} 2296 1 +31765 {31764} 2295 1 +31766 {31765} 4280 1 +31767 {31766} 11602 1 +31768 {31767} 11660 1 +31769 {31768} 2266 1 +31770 {31769} 3536 1 +31771 {31770} 5584 1 +31772 {31771} 11201 1 +31773 {31772} 9944 1 +31774 {31773} 7759 1 +31775 {31774} 11378 1 +31776 {31775} 1878 1 +31777 {31776} 11295 1 +31778 {31777} 2456 1 +31779 {31778} 2378 1 +31780 {31779} 11746 1 +31781 {31780} 2815 1 +31782 {31781} 10958 1 +31783 {31782} 10542 1 +31784 {31783} 9740 1 +31785 {31784} 7269 1 +31786 {31785} 2404 1 +31787 {31786} 3142 1 +31788 {31787} 9807 1 +31789 {31788} 10672 1 +31790 {31789} 11556 1 +31791 {31790} 1928 1 +31792 {31791} 1527 1 +31793 {31792} 14864 1 +31794 {31793} 1739 1 +31795 {31794} 1831 1 +31796 {31795} 3989 1 +31797 {31796} 2133 1 +31798 {31797} 2788 1 +31799 {31798} 2498 1 +31800 {31799} 2670 1 +31801 {31800} 9776 1 +31802 {31801} 1942 1 +31803 {31802} 2334 1 +31804 {31803} 10495 1 +31805 {31804} 11343 1 +31806 {31805} 9937 1 +31807 {31806} 2377 1 +31808 {31807} 11299 1 +31809 {31808} 2230 1 +31810 {31809} 11127 1 +31811 {31810} 11720 1 +31812 {31811} 9677 1 +31813 {31812} 2840 1 +31814 {31813} 1788 1 +31815 {31814} 10572 1 +31816 {31815} 2255 1 +31817 {31816} 2333 1 +31818 {31817} 2974 1 +31819 {31818} 10352 1 +31820 {31819} 4017 1 +31821 {31820} 482 1 +31822 {31821} 1614 1 +31823 {31822} 3279 1 +31824 {31823} 8786 1 +31825 {31824} 9843 1 +31826 {31825} 2154 1 +31827 {31826} 9947 1 +31828 {31827} 2099 1 +31829 {31828} 1851 1 +31830 {31829} 8361 1 +31831 {31830} 1325 1 +31832 {31831} 10499 1 +31833 {31832} 9529 1 +31834 {31833} 1583 1 +31835 {31834} 11125 1 +31836 {31835} 2258 1 +31837 {31836} 2304 1 +31838 {31837} 10807 1 +31839 {31838} 10820 1 +31840 {31839} 9370 1 +31841 {31840} 11316 1 +31842 {31841} 1990 1 +31843 {31842} 10899 1 +31844 {31843} 1063 1 +31845 {31844} 1713 1 +31846 {31845} 6606 1 +31847 {31846} 1666 1 +31848 {31847} 15221 1 +31849 {31848} 2537 1 +31850 {31849} 3593 1 +31851 {31850} 11060 1 +31852 {31851} 12127 1 +31853 {31852} 10974 1 +31854 {31853} 2383 1 +31855 {31854} 14416 1 +31856 {31855} 9591 1 +31857 {31856} 1882 1 +31858 {31857} 11693 1 +31859 {31858} 585 1 +31860 {31859} 5118 1 +31861 {31860} 10947 1 +31862 {31861} 2333 1 +31863 {31862} 10596 1 +31864 {31863} 1044 1 +31865 {31864} 10135 1 +31866 {31865} 1543 1 +31867 {31866} 1961 1 +31868 {31867} 2178 1 +31869 {31868} 10989 1 +31870 {31869} 2230 1 +31871 {31870} 2287 1 +31872 {31871} 10744 1 +31873 {31872} 6501 1 +31874 {31873} 2824 1 +31875 {31874} 3010 1 +31876 {31875} 3249 1 +31877 {31876} 3814 1 +31878 {31877} 3562 1 +31879 {31878} 8572 1 +31880 {31879} 10932 1 +31881 {31880} 11380 1 +31882 {31881} 12071 1 +31883 {31882} 1745 1 +31884 {31883} 1770 1 +31885 {31884} 2082 1 +31886 {31885} 2017 1 +31887 {31886} 1196 1 +31888 {31887} 14519 1 +31889 {31888} 2109 1 +31890 {31889} 8078 1 +31891 {31890} 1326 1 +31892 {31891} 8209 1 +31893 {31892} 8814 1 +31894 {31893} 1786 1 +31895 {31894} 1723 1 +31896 {31895} 1242 1 +31897 {31896} 8695 1 +31898 {31897} 2794 1 +31899 {31898} 15370 1 +31900 {31899} 2718 1 +31901 {31900} 2290 1 +31902 {31901} 8746 1 +31903 {31902} 9446 1 +31904 {31903} 3238 1 +31905 {31904} 11159 1 +31906 {31905} 2302 1 +31907 {31906} 10960 1 +31908 {31907} 10531 1 +31909 {31908} 9364 1 +31910 {31909} 2367 1 +31911 {31910} 2806 1 +31912 {31911} 9831 1 +31913 {31912} 3095 1 +31914 {31913} 3966 1 +31915 {31914} 8880 1 +31916 {31915} 2785 1 +31917 {31916} 1972 1 +31918 {31917} 1495 1 +31919 {31918} 12142 1 +31920 {31919} 3393 1 +31921 {31920} 10083 1 +31922 {31921} 1858 1 +31923 {31922} 2617 1 +31924 {31923} 10323 1 +31925 {31924} 2333 1 +31926 {31925} 2566 1 +31927 {31926} 1340 1 +31928 {31927} 1409 1 +31929 {31928} 14403 1 +31930 {31929} 2151 1 +31931 {31930} 10301 1 +31932 {31931} 11748 1 +31933 {31932} 11810 1 +31934 {31933} 1747 1 +31935 {31934} 11071 1 +31936 {31935} 10520 1 +31937 {31936} 12750 1 +31938 {31937} 10526 1 +31939 {31938} 1612 1 +31940 {31939} 11259 1 +31941 {31940} 9341 1 +31942 {31941} 3576 1 +31943 {31942} 2325 1 +31944 {31943} 10225 1 +31945 {31944} 2652 1 +31946 {31945} 2991 1 +31947 {31946} 8985 1 +31948 {31947} 1266 1 +31949 {31948} 2850 1 +31950 {31949} 2895 1 +31951 {31950} 2154 1 +31952 {31951} 3544 1 +31953 {31952} 2032 1 +31954 {31953} 11061 1 +31955 {31954} 2215 1 +31956 {31955} 1474 1 +31957 {31956} 1185 1 +31958 {31957} 2706 1 +31959 {31958} 2292 1 +31960 {31959} 2813 1 +31961 {31960} 8149 1 +31962 {31961} 2336 1 +31963 {31962} 1653 1 +31964 {31963} 1870 1 +31965 {31964} 10159 1 +31966 {31965} 2668 1 +31967 {31966} 11402 1 +31968 {31967} 4873 1 +31969 {31968} 9690 1 +31970 {31969} 10792 1 +31971 {31970} 2118 1 +31972 {31971} 912 1 +31973 {31972} 8736 1 +31974 {31973} 2565 1 +31975 {31974} 2220 1 +31976 {31975} 1551 1 +31977 {31976} 10105 1 +31978 {31977} 11194 1 +31979 {31978} 9065 1 +31980 {31979} 8147 1 +31981 {31980} 7454 1 +31982 {31981} 3752 1 +31983 {31982} 6441 1 +31984 {31983} 5682 1 +31985 {31984} 6142 1 +31986 {31985} 1479 1 +31987 {31986} 2446 1 +31988 {31987} 5666 1 +31989 {31988} 8847 1 +31990 {31989} 12574 1 +31991 {31990} 1169 1 +31992 {31991} 9065 1 +31993 {31992} 10496 1 +31994 {31993} 10204 1 +31995 {31994} 9844 1 +31996 {31995} 3957 1 +31997 {31996} 12074 1 +31998 {31997} 14286 1 +31999 {31998} 2268 1 +32000 {31999} 1868 1 +32001 {32000} 1774 1 +32002 {32001} 728 1 +32003 {32002} 2386 1 +32004 {32003} 4819 1 +32005 {32004} 10037 1 +32006 {32005} 8818 1 +32007 {32006} 6396 1 +32008 {32007} 10225 1 +32009 {32008} 2638 1 +32010 {32009} 1238 1 +32011 {32010} 2733 1 +32012 {32011} 3077 1 +32013 {32012} 2228 1 +32014 {32013} 2972 1 +32015 {32014} 1006 1 +32016 {32015} 2975 1 +32017 {32016} 2851 1 +32018 {32017} 779 1 +32019 {32018} 9583 1 +32020 {32019} 11205 1 +32021 {32020} 1823 1 +32022 {32021} 9624 1 +32023 {32022} 1812 1 +32024 {32023} 1606 1 +32025 {32024} 10613 1 +32026 {32025} 2375 1 +32027 {32026} 8203 1 +32028 {32027} 2217 1 +32029 {32028} 3141 1 +32030 {32029} 2467 1 +32031 {32030} 10413 1 +32032 {32031} 2009 1 +32033 {32032} 2376 1 +32034 {32033} 1735 1 +32035 {32034} 8267 1 +32036 {32035} 1681 1 +32037 {32036} 2635 1 +32038 {32037} 12785 1 +32039 {32038} 2858 1 +32040 {32039} 9989 1 +32041 {32040} 8204 1 +32042 {32041} 2760 1 +32043 {32042} 11710 1 +32044 {32043} 1996 1 +32045 {32044} 1378 1 +32046 {32045} 2827 1 +32047 {32046} 9770 1 +32048 {32047} 5322 1 +32049 {32048} 9799 1 +32050 {32049} 3990 1 +32051 {32050} 14549 1 +32052 {32051} 10750 1 +32053 {32052} 712 1 +32054 {32053} 11580 1 +32055 {32054} 1881 1 +32056 {32055} 1933 1 +32057 {32056} 3110 1 +32058 {32057} 9297 1 +32059 {32058} 7465 1 +32060 {32059} 10417 1 +32061 {32060} 8056 1 +32062 {32061} 2182 1 +32063 {32062} 2353 1 +32064 {32063} 10519 1 +32065 {32064} 2904 1 +32066 {32065} 10014 1 +32067 {32066} 2734 1 +32068 {32067} 8815 1 +32069 {32068} 10057 1 +32070 {32069} 8629 1 +32071 {32070} 3634 1 +32072 {32071} 1994 1 +32073 {32072} 2430 1 +32074 {32073} 10852 1 +32075 {32074} 10199 1 +32076 {32075} 12782 1 +32077 {32076} 9805 1 +32078 {32077} 2230 1 +32079 {32078} 9967 1 +32080 {32079} 2370 1 +32081 {32080} 2368 1 +32082 {32081} 2400 1 +32083 {32082} 2325 1 +32084 {32083} 2869 1 +32085 {32084} 12278 1 +32086 {32085} 2029 1 +32087 {32086} 9469 1 +32088 {32087} 2088 1 +32089 {32088} 1617 1 +32090 {32089} 3523 1 +32091 {32090} 1962 1 +32092 {32091} 11406 1 +32093 {32092} 9691 1 +32094 {32093} 14687 1 +32095 {32094} 2574 1 +32096 {32095} 1673 1 +32097 {32096} 1062 1 +32098 {32097} 418 1 +32099 {32098} 1659 1 +32100 {32099} 11863 1 +32101 {32100} 10670 1 +32102 {32101} 2640 1 +32103 {32102} 1043 1 +32104 {32103} 11955 1 +32105 {32104} 9187 1 +32106 {32105} 8817 1 +32107 {32106} 2843 1 +32108 {32107} 2423 1 +32109 {32108} 10878 1 +32110 {32109} 1814 1 +32111 {32110} 11068 1 +32112 {32111} 11988 1 +32113 {32112} 3042 1 +32114 {32113} 1437 1 +32115 {32114} 3410 1 +32116 {32115} 7650 1 +32117 {32116} 2359 1 +32118 {32117} 1901 1 +32119 {32118} 8859 1 +32120 {32119} 2335 1 +32121 {32120} 1986 1 +32122 {32121} 2441 1 +32123 {32122} 10279 1 +32124 {32123} 11223 1 +32125 {32124} 9684 1 +32126 {32125} 2293 1 +32127 {32126} 10341 1 +32128 {32127} 1811 1 +32129 {32128} 9917 1 +32130 {32129} 2569 1 +32131 {32130} 10163 1 +32132 {32131} 2534 1 +32133 {32132} 2668 1 +32134 {32133} 9806 1 +32135 {32134} 10046 1 +32136 {32135} 10892 1 +32137 {32136} 1976 1 +32138 {32137} 3000 1 +32139 {32138} 1627 1 +32140 {32139} 2416 1 +32141 {32140} 10599 1 +32142 {32141} 1948 1 +32143 {32142} 2729 1 +32144 {32143} 5882 1 +32145 {32144} 929 1 +32146 {32145} 11211 1 +32147 {32146} 14002 1 +32148 {32147} 9343 1 +32149 {32148} 1714 1 +32150 {32149} 3030 1 +32151 {32150} 10734 1 +32152 {32151} 8472 1 +32153 {32152} 2098 1 +32154 {32153} 3410 1 +32155 {32154} 2627 1 +32156 {32155} 4010 1 +32157 {32156} 16437 1 +32158 {32157} 2021 1 +32159 {32158} 2629 1 +32160 {32159} 1341 1 +32161 {32160} 14583 1 +32162 {32161} 13806 1 +32163 {32162} 962 1 +32164 {32163} 9652 1 +32165 {32164} 1511 1 +32166 {32165} 7077 1 +32167 {32166} 10601 1 +32168 {32167} 1918 1 +32169 {32168} 12255 1 +32170 {32169} 733 1 +32171 {32170} 1378 1 +32172 {32171} 2373 1 +32173 {32172} 1871 1 +32174 {32173} 11426 1 +32175 {32174} 10272 1 +32176 {32175} 9757 1 +32177 {32176} 9946 1 +32178 {32177} 2084 1 +32179 {32178} 8778 1 +32180 {32179} 10258 1 +32181 {32180} 10508 1 +32182 {32181} 11442 1 +32183 {32182} 4489 1 +32184 {32183} 10425 1 +32185 {32184} 9869 1 +32186 {32185} 10315 1 +32187 {32186} 3376 1 +32188 {32187} 2457 1 +32189 {32188} 7926 1 +32190 {32189} 5971 1 +32191 {32190} 2368 1 +32192 {32191} 2528 1 +32193 {32192} 2265 1 +32194 {32193} 1437 1 +32195 {32194} 1972 1 +32196 {32195} 5707 1 +32197 {32196} 1823 1 +32198 {32197} 9228 1 +32199 {32198} 9066 1 +32200 {32199} 10738 1 +32201 {32200} 11319 1 +32202 {32201} 2322 1 +32203 {32202} 8324 1 +32204 {32203} 10089 1 +32205 {32204} 1925 1 +32206 {32205} 14873 1 +32207 {32206} 8332 1 +32208 {32207} 1755 1 +32209 {32208} 2641 1 +32210 {32209} 11846 1 +32211 {32210} 1846 1 +32212 {32211} 3480 1 +32213 {32212} 3175 1 +32214 {32213} 11789 1 +32215 {32214} 2165 1 +32216 {32215} 3299 1 +32217 {32216} 2466 1 +32218 {32217} 3407 1 +32219 {32218} 15683 1 +32220 {32219} 2936 1 +32221 {32220} 5922 1 +32222 {32221} 3362 1 +32223 {32222} 15109 1 +32224 {32223} 10186 1 +32225 {32224} 15370 1 +32226 {32225} 16458 1 +32227 {32226} 11254 1 +32228 {32227} 11802 1 +32229 {32228} 3037 1 +32230 {32229} 5051 1 +32231 {32230} 2465 1 +32232 {32231} 10236 1 +32233 {32232} 9465 1 +32234 {32233} 5791 1 +32235 {32234} 2569 1 +32236 {32235} 1337 1 +32237 {32236} 2286 1 +32238 {32237} 846 1 +32239 {32238} 1511 1 +32240 {32239} 9248 1 +32241 {32240} 2386 1 +32242 {32241} 10715 1 +32243 {32242} 3662 1 +32244 {32243} 4867 1 +32245 {32244} 10496 1 +32246 {32245} 2065 1 +32247 {32246} 2065 1 +32248 {32247} 3365 1 +32249 {32248} 2367 1 +32250 {32249} 10978 1 +32251 {32250} 11836 1 +32252 {32251} 11212 1 +32253 {32252} 2099 1 +32254 {32253} 9660 1 +32255 {32254} 1404 1 +32256 {32255} 12398 1 +32257 {32256} 12738 1 +32258 {32257} 3246 1 +32259 {32258} 9042 1 +32260 {32259} 2433 1 +32261 {32260} 1125 1 +32262 {32261} 1848 1 +32263 {32262} 8348 1 +32264 {32263} 2630 1 +32265 {32264} 9810 1 +32266 {32265} 11560 1 +32267 {32266} 3179 1 +32268 {32267} 2869 1 +32269 {32268} 8535 1 +32270 {32269} 12905 1 +32271 {32270} 2326 1 +32272 {32271} 10416 1 +32273 {32272} 1878 1 +32274 {32273} 2954 1 +32275 {32274} 2975 1 +32276 {32275} 2909 1 +32277 {32276} 10271 1 +32278 {32277} 8968 1 +32279 {32278} 1842 1 +32280 {32279} 8669 1 +32281 {32280} 2026 1 +32282 {32281} 202 1 +32283 {32282} 2295 1 +32284 {32283} 10034 1 +32285 {32284} 13637 1 +32286 {32285} 3779 1 +32287 {32286} 1637 1 +32288 {32287} 10207 1 +32289 {32288} 2051 1 +32290 {32289} 11470 1 +32291 {32290} 12414 1 +32292 {32291} 5594 1 +32293 {32292} 7717 1 +32294 {32293} 2562 1 +32295 {32294} 9356 1 +32296 {32295} 15833 1 +32297 {32296} 3216 1 +32298 {32297} 672 1 +32299 {32298} 2065 1 +32300 {32299} 9509 1 +32301 {32300} 1826 1 +32302 {32301} 9010 1 +32303 {32302} 10098 1 +32304 {32303} 3897 1 +32305 {32304} 2729 1 +32306 {32305} 13882 1 +32307 {32306} 9580 1 +32308 {32307} 1817 1 +32309 {32308} 1750 1 +32310 {32309} 9016 1 +32311 {32310} 3253 1 +32312 {32311} 10412 1 +32313 {32312} 1950 1 +32314 {32313} 3121 1 +32315 {32314} 2244 1 +32316 {32315} 911 1 +32317 {32316} 5162 1 +32318 {32317} 2461 1 +32319 {32318} 10561 1 +32320 {32319} 10222 1 +32321 {32320} 2233 1 +32322 {32321} 10465 1 +32323 {32322} 7529 1 +32324 {32323} 3251 1 +32325 {32324} 1839 1 +32326 {32325} 6843 1 +32327 {32326} 15351 1 +32328 {32327} 3524 1 +32329 {32328} 1946 1 +32330 {32329} 2692 1 +32331 {32330} 5540 1 +32332 {32331} 1452 1 +32333 {32332} 3833 1 +32334 {32333} 9620 1 +32335 {32334} 16038 1 +32336 {32335} 11813 1 +32337 {32336} 9389 1 +32338 {32337} 2587 1 +32339 {32338} 1571 1 +32340 {32339} 6968 1 +32341 {32340} 1411 1 +32342 {32341} 12560 1 +32343 {32342} 10374 1 +32344 {32343} 9365 1 +32345 {32344} 9711 1 +32346 {32345} 1922 1 +32347 {32346} 10246 1 +32348 {32347} 1276 1 +32349 {32348} 2040 1 +32350 {32349} 4172 1 +32351 {32350} 8518 1 +32352 {32351} 9954 1 +32353 {32352} 2268 1 +32354 {32353} 2403 1 +32355 {32354} 3479 1 +32356 {32355} 10300 1 +32357 {32356} 7203 1 +32358 {32357} 2470 1 +32359 {32358} 9197 1 +32360 {32359} 2600 1 +32361 {32360} 1745 1 +32362 {32361} 12281 1 +32363 {32362} 9327 1 +32364 {32363} 9630 1 +32365 {32364} 9193 1 +32366 {32365} 2793 1 +32367 {32366} 2317 1 +32368 {32367} 11056 1 +32369 {32368} 1986 1 +32370 {32369} 1951 1 +32371 {32370} 11116 1 +32372 {32371} 10514 1 +32373 {32372} 10843 1 +32374 {32373} 10352 1 +32375 {32374} 2135 1 +32376 {32375} 11831 1 +32377 {32376} 2528 1 +32378 {32377} 2035 1 +32379 {32378} 9075 1 +32380 {32379} 9354 1 +32381 {32380} 11771 1 +32382 {32381} 2065 1 +32383 {32382} 1961 1 +32384 {32383} 1162 1 +32385 {32384} 2037 1 +32386 {32385} 1694 1 +32387 {32386} 1583 1 +32388 {32387} 2385 1 +32389 {32388} 10094 1 +32390 {32389} 9373 1 +32391 {32390} 10635 1 +32392 {32391} 2228 1 +32393 {32392} 9893 1 +32394 {32393} 1673 1 +32395 {32394} 3895 1 +32396 {32395} 3624 1 +32397 {32396} 1542 1 +32398 {32397} 2684 1 +32399 {32398} 2604 1 +32400 {32399} 10580 1 +32401 {32400} 10828 1 +32402 {32401} 10851 1 +32403 {32402} 3682 1 +32404 {32403} 1081 1 +32405 {32404} 2977 1 +32406 {32405} 4037 1 +32407 {32406} 2376 1 +32408 {32407} 8592 1 +32409 {32408} 497 1 +32410 {32409} 8792 1 +32411 {32410} 10334 1 +32412 {32411} 5241 1 +32413 {32412} 2260 1 +32414 {32413} 10490 1 +32415 {32414} 10591 1 +32416 {32415} 2774 1 +32417 {32416} 11296 1 +32418 {32417} 3373 1 +32419 {32418} 2656 1 +32420 {32419} 11640 1 +32421 {32420} 2633 1 +32422 {32421} 10181 1 +32423 {32422} 2706 1 +32424 {32423} 12626 1 +32425 {32424} 10293 1 +32426 {32425} 743 1 +32427 {32426} 2332 1 +32428 {32427} 871 1 +32429 {32428} 858 1 +32430 {32429} 3571 1 +32431 {32430} 8883 1 +32432 {32431} 14084 1 +32433 {32432} 2181 1 +32434 {32433} 15244 1 +32435 {32434} 2003 1 +32436 {32435} 2301 1 +32437 {32436} 1258 1 +32438 {32437} 9360 1 +32439 {32438} 2497 1 +32440 {32439} 11433 1 +32441 {32440} 9789 1 +32442 {32441} 2401 1 +32443 {32442} 10820 1 +32444 {32443} 13731 1 +32445 {32444} 10169 1 +32446 {32445} 10626 1 +32447 {32446} 10540 1 +32448 {32447} 1650 1 +32449 {32448} 2165 1 +32450 {32449} 2054 1 +32451 {32450} 2293 1 +32452 {32451} 7419 1 +32453 {32452} 9821 1 +32454 {32453} 2536 1 +32455 {32454} 2066 1 +32456 {32455} 8919 1 +32457 {32456} 2942 1 +32458 {32457} 9095 1 +32459 {32458} 10137 1 +32460 {32459} 2367 1 +32461 {32460} 8613 1 +32462 {32461} 2269 1 +32463 {32462} 3214 1 +32464 {32463} 11187 1 +32465 {32464} 2332 1 +32466 {32465} 2873 1 +32467 {32466} 1486 1 +32468 {32467} 9771 1 +32469 {32468} 10202 1 +32470 {32469} 907 1 +32471 {32470} 14254 1 +32472 {32471} 11860 1 +32473 {32472} 2222 1 +32474 {32473} 1956 1 +32475 {32474} 10639 1 +32476 {32475} 4127 1 +32477 {32476} 2590 1 +32478 {32477} 12542 1 +32479 {32478} 2845 1 +32480 {32479} 11044 1 +32481 {32480} 2176 1 +32482 {32481} 2260 1 +32483 {32482} 1689 1 +32484 {32483} 10094 1 +32485 {32484} 2402 1 +32486 {32485} 2654 1 +32487 {32486} 5673 1 +32488 {32487} 10844 1 +32489 {32488} 10549 1 +32490 {32489} 9524 1 +32491 {32490} 1268 1 +32492 {32491} 11363 1 +32493 {32492} 9733 1 +32494 {32493} 9844 1 +32495 {32494} 9737 1 +32496 {32495} 10758 1 +32497 {32496} 2455 1 +32498 {32497} 9655 1 +32499 {32498} 2061 1 +32500 {32499} 2468 1 +32501 {32500} 9364 1 +32502 {32501} 2424 1 +32503 {32502} 2639 1 +32504 {32503} 10023 1 +32505 {32504} 10175 1 +32506 {32505} 9237 1 +32507 {32506} 2290 1 +32508 {32507} 11053 1 +32509 {32508} 2600 1 +32510 {32509} 11700 1 +32511 {32510} 2606 1 +32512 {32511} 9799 1 +32513 {32512} 11503 1 +32514 {32513} 1416 1 +32515 {32514} 10796 1 +32516 {32515} 2862 1 +32517 {32516} 2432 1 +32518 {32517} 11338 1 +32519 {32518} 10532 1 +32520 {32519} 9701 1 +32521 {32520} 11582 1 +32522 {32521} 2130 1 +32523 {32522} 709 1 +32524 {32523} 1613 1 +32525 {32524} 2038 1 +32526 {32525} 2389 1 +32527 {32526} 6356 1 +32528 {32527} 2498 1 +32529 {32528} 2197 1 +32530 {32529} 10591 1 +32531 {32530} 1804 1 +32532 {32531} 2356 1 +32533 {32532} 3047 1 +32534 {32533} 2671 1 +32535 {32534} 9324 1 +32536 {32535} 10730 1 +32537 {32536} 10974 1 +32538 {32537} 4265 1 +32539 {32538} 1540 1 +32540 {32539} 8164 1 +32541 {32540} 3068 1 +32542 {32541} 8366 1 +32543 {32542} 11164 1 +32544 {32543} 10486 1 +32545 {32544} 8397 1 +32546 {32545} 9630 1 +32547 {32546} 3576 1 +32548 {32547} 11346 1 +32549 {32548} 9399 1 +32550 {32549} 1826 1 +32551 {32550} 11978 1 +32552 {32551} 8767 1 +32553 {32552} 2663 1 +32554 {32553} 11417 1 +32555 {32554} 3042 1 +32556 {32555} 1906 1 +32557 {32556} 1992 1 +32558 {32557} 9292 1 +32559 {32558} 11181 1 +32560 {32559} 2057 1 +32561 {32560} 1918 1 +32562 {32561} 11218 1 +32563 {32562} 2568 1 +32564 {32563} 7417 1 +32565 {32564} 794 1 +32566 {32565} 1552 1 +32567 {32566} 2022 1 +32568 {32567} 2300 1 +32569 {32568} 12164 1 +32570 {32569} 898 1 +32571 {32570} 12758 1 +32572 {32571} 2095 1 +32573 {32572} 2402 1 +32574 {32573} 1626 1 +32575 {32574} 11743 1 +32576 {32575} 10876 1 +32577 {32576} 2099 1 +32578 {32577} 16078 1 +32579 {32578} 1341 1 +32580 {32579} 11196 1 +32581 {32580} 3336 1 +32582 {32581} 2537 1 +32583 {32582} 11513 1 +32584 {32583} 2304 1 +32585 {32584} 9336 1 +32586 {32585} 2854 1 +32587 {32586} 12633 1 +32588 {32587} 7437 1 +32589 {32588} 8255 1 +32590 {32589} 16023 1 +32591 {32590} 8121 1 +32592 {32591} 2845 1 +32593 {32592} 13462 1 +32594 {32593} 10496 1 +32595 {32594} 10616 1 +32596 {32595} 15942 1 +32597 {32596} 9897 1 +32598 {32597} 14861 1 +32599 {32598} 9523 1 +32600 {32599} 11485 1 +32601 {32600} 13254 1 +32602 {32601} 10965 1 +32603 {32602} 1750 1 +32604 {32603} 9965 1 +32605 {32604} 10978 1 +32606 {32605} 770 1 +32607 {32606} 15186 1 +32608 {32607} 2892 1 +32609 {32608} 9619 1 +32610 {32609} 10343 1 +32611 {32610} 2120 1 +32612 {32611} 10860 1 +32613 {32612} 3072 1 +32614 {32613} 2927 1 +32615 {32614} 2842 1 +32616 {32615} 8022 1 +32617 {32616} 3349 1 +32618 {32617} 5467 1 +32619 {32618} 11063 1 +32620 {32619} 1674 1 +32621 {32620} 1459 1 +32622 {32621} 346 1 +32623 {32622} 2399 1 +32624 {32623} 8291 1 +32625 {32624} 1926 1 +32626 {32625} 804 1 +32627 {32626} 16308 1 +32628 {32627} 2234 1 +32629 {32628} 2293 1 +32630 {32629} 11108 1 +32631 {32630} 10129 1 +32632 {32631} 13820 1 +32633 {32632} 2132 1 +32634 {32633} 2266 1 +32635 {32634} 4346 1 +32636 {32635} 2184 1 +32637 {32636} 546 1 +32638 {32637} 9577 1 +32639 {32638} 5384 1 +32640 {32639} 14934 1 +32641 {32640} 9798 1 +32642 {32641} 9870 1 +32643 {32642} 3341 1 +32644 {32643} 11822 1 +32645 {32644} 10999 1 +32646 {32645} 3892 1 +32647 {32646} 2640 1 +32648 {32647} 2109 1 +32649 {32648} 2869 1 +32650 {32649} 11570 1 +32651 {32650} 10420 1 +32652 {32651} 2195 1 +32653 {32652} 11365 1 +32654 {32653} 13365 1 +32655 {32654} 10897 1 +32656 {32655} 2706 1 +32657 {32656} 6868 1 +32658 {32657} 8124 1 +32659 {32658} 10961 1 +32660 {32659} 1691 1 +32661 {32660} 1790 1 +32662 {32661} 2304 1 +32663 {32662} 1273 1 +32664 {32663} 9776 1 +32665 {32664} 2753 1 +32666 {32665} 3258 1 +32667 {32666} 9106 1 +32668 {32667} 4616 1 +32669 {32668} 9793 1 +32670 {32669} 12606 1 +32671 {32670} 3719 1 +32672 {32671} 3175 1 +32673 {32672} 3314 1 +32674 {32673} 10418 1 +32675 {32674} 11262 1 +32676 {32675} 11205 1 +32677 {32676} 7310 1 +32678 {32677} 8932 1 +32679 {32678} 10945 1 +32680 {32679} 2335 1 +32681 {32680} 2158 1 +32682 {32681} 10082 1 +32683 {32682} 12264 1 +32684 {32683} 1339 1 +32685 {32684} 11896 1 +32686 {32685} 6376 1 +32687 {32686} 15414 1 +32688 {32687} 1008 1 +32689 {32688} 9467 1 +32690 {32689} 2923 1 +32691 {32690} 2743 1 +32692 {32691} 15791 1 +32693 {32692} 3751 1 +32694 {32693} 7462 1 +32695 {32694} 2638 1 +32696 {32695} 879 1 +32697 {32696} 2472 1 +32698 {32697} 15571 1 +32699 {32698} 11649 1 +32700 {32699} 9724 1 +32701 {32700} 3135 1 +32702 {32701} 11530 1 +32703 {32702} 2862 1 +32704 {32703} 11034 1 +32705 {32704} 3638 1 +32706 {32705} 1831 1 +32707 {32706} 1396 1 +32708 {32707} 2899 1 +32709 {32708} 1694 1 +32710 {32709} 728 1 +32711 {32710} 6587 1 +32712 {32711} 635 1 +32713 {32712} 10382 1 +32714 {32713} 1849 1 +32715 {32714} 1359 1 +32716 {32715} 448 1 +32717 {32716} 2267 1 +32718 {32717} 9081 1 +32719 {32718} 10580 1 +32720 {32719} 16014 1 +32721 {32720} 8906 1 +32722 {32721} 1940 1 +32723 {32722} 10027 1 +32724 {32723} 1633 1 +32725 {32724} 5470 1 +32726 {32725} 10938 1 +32727 {32726} 11022 1 +32728 {32727} 9827 1 +32729 {32728} 536 1 +32730 {32729} 8794 1 +32731 {32730} 11699 1 +32732 {32731} 1713 1 +32733 {32732} 2164 1 +32734 {32733} 9905 1 +32735 {32734} 11098 1 +32736 {32735} 10895 1 +32737 {32736} 937 1 +32738 {32737} 3124 1 +32739 {32738} 1885 1 +32740 {32739} 13704 1 +32741 {32740} 1717 1 +32742 {32741} 496 1 +32743 {32742} 15868 1 +32744 {32743} 2673 1 +32745 {32744} 9345 1 +32746 {32745} 2094 1 +32747 {32746} 10772 1 +32748 {32747} 2699 1 +32749 {32748} 542 1 +32750 {32749} 12065 1 +32751 {32750} 2217 1 +32752 {32751} 1381 1 +32753 {32752} 3808 1 +32754 {32753} 2450 1 +32755 {32754} 11606 1 +32756 {32755} 2255 1 +32757 {32756} 8777 1 +32758 {32757} 3298 1 +32759 {32758} 5557 1 +32760 {32759} 1755 1 +32761 {32760} 9924 1 +32762 {32761} 10218 1 +32763 {32762} 2060 1 +32764 {32763} 11992 1 +32765 {32764} 1265 1 +32766 {32765} 2073 1 +32767 {32766} 11056 1 +32768 {32767} 9228 1 +32769 {32768} 1815 1 +32770 {32769} 2263 1 +32771 {32770} 7930 1 +32772 {32771} 2966 1 +32773 {32772} 1708 1 +32774 {32773} 1167 1 +32775 {32774} 11030 1 +32776 {32775} 16455 1 +32777 {32776} 11514 1 +32778 {32777} 3102 1 +32779 {32778} 2707 1 +32780 {32779} 12905 1 +32781 {32780} 1616 1 +32782 {32781} 16190 1 +32783 {32782} 154 1 +32784 {32783} 9843 1 +32785 {32784} 2195 1 +32786 {32785} 10116 1 +32787 {32786} 12358 1 +32788 {32787} 2801 1 +32789 {32788} 9352 1 +32790 {32789} 10222 1 +32791 {32790} 1612 1 +32792 {32791} 2155 1 +32793 {32792} 14481 1 +32794 {32793} 938 1 +32795 {32794} 4210 1 +32796 {32795} 10968 1 +32797 {32796} 11744 1 +32798 {32797} 2133 1 +32799 {32798} 1924 1 +32800 {32799} 2640 1 +32801 {32800} 2434 1 +32802 {32801} 2267 1 +32803 {32802} 309 1 +32804 {32803} 1462 1 +32805 {32804} 10741 1 +32806 {32805} 9936 1 +32807 {32806} 2298 1 +32808 {32807} 13821 1 +32809 {32808} 9985 1 +32810 {32809} 11063 1 +32811 {32810} 12679 1 +32812 {32811} 1166 1 +32813 {32812} 2161 1 +32814 {32813} 2969 1 +32815 {32814} 2666 1 +32816 {32815} 2462 1 +32817 {32816} 2453 1 +32818 {32817} 2910 1 +32819 {32818} 11262 1 +32820 {32819} 1737 1 +32821 {32820} 10620 1 +32822 {32821} 1915 1 +32823 {32822} 8585 1 +32824 {32823} 3995 1 +32825 {32824} 2742 1 +32826 {32825} 1896 1 +32827 {32826} 10293 1 +32828 {32827} 12684 1 +32829 {32828} 1871 1 +32830 {32829} 10576 1 +32831 {32830} 1381 1 +32832 {32831} 5204 1 +32833 {32832} 1207 1 +32834 {32833} 11089 1 +32835 {32834} 8299 1 +32836 {32835} 11792 1 +32837 {32836} 9791 1 +32838 {32837} 3346 1 +32839 {32838} 1394 1 +32840 {32839} 2058 1 +32841 {32840} 3982 1 +32842 {32841} 2635 1 +32843 {32842} 10268 1 +32844 {32843} 2574 1 +32845 {32844} 3637 1 +32846 {32845} 2978 1 +32847 {32846} 11113 1 +32848 {32847} 4752 1 +32849 {32848} 10371 1 +32850 {32849} 1844 1 +32851 {32850} 1754 1 +32852 {32851} 2604 1 +32853 {32852} 4012 1 +32854 {32853} 2197 1 +32855 {32854} 10169 1 +32856 {32855} 1992 1 +32857 {32856} 2390 1 +32858 {32857} 3297 1 +32859 {32858} 9677 1 +32860 {32859} 3472 1 +32861 {32860} 10399 1 +32862 {32861} 10820 1 +32863 {32862} 11573 1 +32864 {32863} 2392 1 +32865 {32864} 3252 1 +32866 {32865} 10635 1 +32867 {32866} 1983 1 +32868 {32867} 2120 1 +32869 {32868} 2198 1 +32870 {32869} 2842 1 +32871 {32870} 11555 1 +32872 {32871} 9373 1 +32873 {32872} 874 1 +32874 {32873} 8228 1 +32875 {32874} 9984 1 +32876 {32875} 13650 1 +32877 {32876} 2867 1 +32878 {32877} 2269 1 +32879 {32878} 2255 1 +32880 {32879} 1444 1 +32881 {32880} 11226 1 +32882 {32881} 9467 1 +32883 {32882} 11704 1 +32884 {32883} 10670 1 +32885 {32884} 11409 1 +32886 {32885} 2194 1 +32887 {32886} 3633 1 +32888 {32887} 2409 1 +32889 {32888} 2190 1 +32890 {32889} 10960 1 +32891 {32890} 1589 1 +32892 {32891} 11034 1 +32893 {32892} 9809 1 +32894 {32893} 3007 1 +32895 {32894} 1278 1 +32896 {32895} 1736 1 +32897 {32896} 7977 1 +32898 {32897} 2018 1 +32899 {32898} 15279 1 +32900 {32899} 8786 1 +32901 {32900} 10202 1 +32902 {32901} 1380 1 +32903 {32902} 10985 1 +32904 {32903} 9584 1 +32905 {32904} 13983 1 +32906 {32905} 10618 1 +32907 {32906} 707 1 +32908 {32907} 2260 1 +32909 {32908} 1855 1 +32910 {32909} 116 1 +32911 {32910} 11760 1 +32912 {32911} 2530 1 +32913 {32912} 11005 1 +32914 {32913} 2101 1 +32915 {32914} 2018 1 +32916 {32915} 7538 1 +32917 {32916} 2425 1 +32918 {32917} 11110 1 +32919 {32918} 2906 1 +32920 {32919} 11597 1 +32921 {32920} 11240 1 +32922 {32921} 2403 1 +32923 {32922} 2736 1 +32924 {32923} 2366 1 +32925 {32924} 2774 1 +32926 {32925} 2977 1 +32927 {32926} 2293 1 +32928 {32927} 10364 1 +32929 {32928} 2489 1 +32930 {32929} 8892 1 +32931 {32930} 2837 1 +32932 {32931} 1056 1 +32933 {32932} 14756 1 +32934 {32933} 1922 1 +32935 {32934} 10858 1 +32936 {32935} 1996 1 +32937 {32936} 11259 1 +32938 {32937} 2058 1 +32939 {32938} 15153 1 +32940 {32939} 10958 1 +32941 {32940} 9011 1 +32942 {32941} 2459 1 +32943 {32942} 1671 1 +32944 {32943} 8516 1 +32945 {32944} 14195 1 +32946 {32945} 2217 1 +32947 {32946} 2247 1 +32948 {32947} 3006 1 +32949 {32948} 3046 1 +32950 {32949} 1997 1 +32951 {32950} 9582 1 +32952 {32951} 11791 1 +32953 {32952} 8306 1 +32954 {32953} 11016 1 +32955 {32954} 3269 1 +32956 {32955} 10991 1 +32957 {32956} 7467 1 +32958 {32957} 9171 1 +32959 {32958} 11076 1 +32960 {32959} 1483 1 +32961 {32960} 12470 1 +32962 {32961} 4474 1 +32963 {32962} 1671 1 +32964 {32963} 1940 1 +32965 {32964} 3012 1 +32966 {32965} 851 1 +32967 {32966} 9836 1 +32968 {32967} 10031 1 +32969 {32968} 10780 1 +32970 {32969} 1992 1 +32971 {32970} 2301 1 +32972 {32971} 11061 1 +32973 {32972} 10258 1 +32974 {32973} 1886 1 +32975 {32974} 13738 1 +32976 {32975} 2301 1 +32977 {32976} 1679 1 +32978 {32977} 1445 1 +32979 {32978} 12755 1 +32980 {32979} 1716 1 +32981 {32980} 3788 1 +32982 {32981} 2461 1 +32983 {32982} 10031 1 +32984 {32983} 1275 1 +32985 {32984} 9466 1 +32986 {32985} 9546 1 +32987 {32986} 11630 1 +32988 {32987} 8688 1 +32989 {32988} 3876 1 +32990 {32989} 1940 1 +32991 {32990} 2776 1 +32992 {32991} 2261 1 +32993 {32992} 2807 1 +32994 {32993} 7150 1 +32995 {32994} 10863 1 +32996 {32995} 1057 1 +32997 {32996} 10006 1 +32998 {32997} 10084 1 +32999 {32998} 3095 1 +33000 {32999} 1234 1 +33001 {33000} 11018 1 +33002 {33001} 3613 1 +33003 {33002} 9503 1 +33004 {33003} 10368 1 +33005 {33004} 1924 1 +33006 {33005} 9259 1 +33007 {33006} 8387 1 +33008 {33007} 10225 1 +33009 {33008} 2295 1 +33010 {33009} 16393 1 +33011 {33010} 2625 1 +33012 {33011} 2404 1 +33013 {33012} 11682 1 +33014 {33013} 3482 1 +33015 {33014} 1203 1 +33016 {33015} 10343 1 +33017 {33016} 2701 1 +33018 {33017} 8702 1 +33019 {33018} 2121 1 +33020 {33019} 2429 1 +33021 {33020} 9667 1 +33022 {33021} 8831 1 +33023 {33022} 1067 1 +33024 {33023} 1434 1 +33025 {33024} 2113 1 +33026 {33025} 11127 1 +33027 {33026} 8207 1 +33028 {33027} 2327 1 +33029 {33028} 1385 1 +33030 {33029} 8403 1 +33031 {33030} 1924 1 +33032 {33031} 10555 1 +33033 {33032} 2754 1 +33034 {33033} 11206 1 +33035 {33034} 10503 1 +33036 {33035} 9678 1 +33037 {33036} 2537 1 +33038 {33037} 11569 1 +33039 {33038} 2940 1 +33040 {33039} 2532 1 +33041 {33040} 2428 1 +33042 {33041} 11233 1 +33043 {33042} 8516 1 +33044 {33043} 10773 1 +33045 {33044} 10364 1 +33046 {33045} 2532 1 +33047 {33046} 11923 1 +33048 {33047} 11403 1 +33049 {33048} 9428 1 +33050 {33049} 1996 1 +33051 {33050} 2801 1 +33052 {33051} 2591 1 +33053 {33052} 13438 1 +33054 {33053} 3707 1 +33055 {33054} 12287 1 +33056 {33055} 10023 1 +33057 {33056} 1586 1 +33058 {33057} 2173 1 +33059 {33058} 9971 1 +33060 {33059} 2190 1 +33061 {33060} 10679 1 +33062 {33061} 2453 1 +33063 {33062} 936 1 +33064 {33063} 11741 1 +33065 {33064} 1702 1 +33066 {33065} 10208 1 +33067 {33066} 3637 1 +33068 {33067} 2705 1 +33069 {33068} 11641 1 +33070 {33069} 3322 1 +33071 {33070} 1976 1 +33072 {33071} 10153 1 +33073 {33072} 1459 1 +33074 {33073} 2502 1 +33075 {33074} 2160 1 +33076 {33075} 9767 1 +33077 {33076} 908 1 +33078 {33077} 10534 1 +33079 {33078} 2315 1 +33080 {33079} 787 1 +33081 {33080} 9668 1 +33082 {33081} 2241 1 +33083 {33082} 10496 1 +33084 {33083} 866 1 +33085 {33084} 11775 1 +33086 {33085} 10737 1 +33087 {33086} 2107 1 +33088 {33087} 10878 1 +33089 {33088} 10998 1 +33090 {33089} 9192 1 +33091 {33090} 3776 1 +33092 {33091} 2640 1 +33093 {33092} 1422 1 +33094 {33093} 3107 1 +33095 {33094} 1674 1 +33096 {33095} 7815 1 +33097 {33096} 1099 1 +33098 {33097} 14981 1 +33099 {33098} 1181 1 +33100 {33099} 2779 1 +33101 {33100} 2023 1 +33102 {33101} 2838 1 +33103 {33102} 9085 1 +33104 {33103} 2974 1 +33105 {33104} 3533 1 +33106 {33105} 6245 1 +33107 {33106} 10098 1 +33108 {33107} 10270 1 +33109 {33108} 2547 1 +33110 {33109} 2869 1 +33111 {33110} 10792 1 +33112 {33111} 14364 1 +33113 {33112} 11437 1 +33114 {33113} 2135 1 +33115 {33114} 11329 1 +33116 {33115} 605 1 +33117 {33116} 1686 1 +33118 {33117} 3712 1 +33119 {33118} 1639 1 +33120 {33119} 2558 1 +33121 {33120} 912 1 +33122 {33121} 1469 1 +33123 {33122} 2100 1 +33124 {33123} 2502 1 +33125 {33124} 1703 1 +33126 {33125} 8699 1 +33127 {33126} 12666 1 +33128 {33127} 1770 1 +33129 {33128} 8923 1 +33130 {33129} 2771 1 +33131 {33130} 10563 1 +33132 {33131} 3210 1 +33133 {33132} 11374 1 +33134 {33133} 9661 1 +33135 {33134} 10455 1 +33136 {33135} 8079 1 +33137 {33136} 10655 1 +33138 {33137} 706 1 +33139 {33138} 10620 1 +33140 {33139} 10258 1 +33141 {33140} 3537 1 +33142 {33141} 466 1 +33143 {33142} 2901 1 +33144 {33143} 3246 1 +33145 {33144} 10145 1 +33146 {33145} 3482 1 +33147 {33146} 2736 1 +33148 {33147} 2469 1 +33149 {33148} 2400 1 +33150 {33149} 10636 1 +33151 {33150} 2468 1 +33152 {33151} 1100 1 +33153 {33152} 2771 1 +33154 {33153} 9745 1 +33155 {33154} 10841 1 +33156 {33155} 14701 1 +33157 {33156} 8114 1 +33158 {33157} 758 1 +33159 {33158} 2003 1 +33160 {33159} 11279 1 +33161 {33160} 10465 1 +33162 {33161} 3267 1 +33163 {33162} 1553 1 +33164 {33163} 12541 1 +33165 {33164} 16453 1 +33166 {33165} 2800 1 +33167 {33166} 1373 1 +33168 {33167} 10815 1 +33169 {33168} 2603 1 +33170 {33169} 7188 1 +33171 {33170} 9917 1 +33172 {33171} 2370 1 +33173 {33172} 9467 1 +33174 {33173} 10737 1 +33175 {33174} 2480 1 +33176 {33175} 2333 1 +33177 {33176} 10939 1 +33178 {33177} 15642 1 +33179 {33178} 11235 1 +33180 {33179} 10660 1 +33181 {33180} 10875 1 +33182 {33181} 1438 1 +33183 {33182} 10715 1 +33184 {33183} 2334 1 +33185 {33184} 9526 1 +33186 {33185} 2701 1 +33187 {33186} 2170 1 +33188 {33187} 10635 1 +33189 {33188} 10048 1 +33190 {33189} 10555 1 +33191 {33190} 2138 1 +33192 {33191} 14726 1 +33193 {33192} 2380 1 +33194 {33193} 2722 1 +33195 {33194} 3491 1 +33196 {33195} 1836 1 +33197 {33196} 2942 1 +33198 {33197} 1807 1 +33199 {33198} 1303 1 +33200 {33199} 4325 1 +33201 {33200} 10283 1 +33202 {33201} 15379 1 +33203 {33202} 13213 1 +33204 {33203} 8580 1 +33205 {33204} 1826 1 +33206 {33205} 1754 1 +33207 {33206} 3068 1 +33208 {33207} 2664 1 +33209 {33208} 10349 1 +33210 {33209} 10431 1 +33211 {33210} 1580 1 +33212 {33211} 2602 1 +33213 {33212} 2187 1 +33214 {33213} 11279 1 +33215 {33214} 10636 1 +33216 {33215} 8239 1 +33217 {33216} 2923 1 +33218 {33217} 9701 1 +33219 {33218} 1439 1 +33220 {33219} 1220 1 +33221 {33220} 2148 1 +33222 {33221} 1785 1 +33223 {33222} 2200 1 +33224 {33223} 2790 1 +33225 {33224} 7086 1 +33226 {33225} 11428 1 +33227 {33226} 1201 1 +33228 {33227} 1827 1 +33229 {33228} 2672 1 +33230 {33229} 10902 1 +33231 {33230} 2840 1 +33232 {33231} 2263 1 +33233 {33232} 1178 1 +33234 {33233} 10462 1 +33235 {33234} 11452 1 +33236 {33235} 1846 1 +33237 {33236} 3767 1 +33238 {33237} 3132 1 +33239 {33238} 2161 1 +33240 {33239} 10027 1 +33241 {33240} 10100 1 +33242 {33241} 815 1 +33243 {33242} 5473 1 +33244 {33243} 2453 1 +33245 {33244} 13458 1 +33246 {33245} 9612 1 +33247 {33246} 1486 1 +33248 {33247} 11031 1 +33249 {33248} 6834 1 +33250 {33249} 14459 1 +33251 {33250} 2486 1 +33252 {33251} 1448 1 +33253 {33252} 2070 1 +33254 {33253} 1091 1 +33255 {33254} 2130 1 +33256 {33255} 9770 1 +33257 {33256} 1514 1 +33258 {33257} 2693 1 +33259 {33258} 2454 1 +33260 {33259} 11518 1 +33261 {33260} 2785 1 +33262 {33261} 10695 1 +33263 {33262} 12127 1 +33264 {33263} 14811 1 +33265 {33264} 10074 1 +33266 {33265} 11906 1 +33267 {33266} 12003 1 +33268 {33267} 10528 1 +33269 {33268} 1834 1 +33270 {33269} 4375 1 +33271 {33270} 12170 1 +33272 {33271} 11463 1 +33273 {33272} 8422 1 +33274 {33273} 12139 1 +33275 {33274} 10848 1 +33276 {33275} 10528 1 +33277 {33276} 2775 1 +33278 {33277} 2671 1 +33279 {33278} 1856 1 +33280 {33279} 8690 1 +33281 {33280} 10971 1 +33282 {33281} 13618 1 +33283 {33282} 1153 1 +33284 {33283} 1937 1 +33285 {33284} 10636 1 +33286 {33285} 8644 1 +33287 {33286} 1676 1 +33288 {33287} 10017 1 +33289 {33288} 8051 1 +33290 {33289} 10849 1 +33291 {33290} 1308 1 +33292 {33291} 16122 1 +33293 {33292} 2544 1 +33294 {33293} 2930 1 +33295 {33294} 1383 1 +33296 {33295} 10170 1 +33297 {33296} 10866 1 +33298 {33297} 9515 1 +33299 {33298} 2480 1 +33300 {33299} 2069 1 +33301 {33300} 2079 1 +33302 {33301} 1962 1 +33303 {33302} 1692 1 +33304 {33303} 11752 1 +33305 {33304} 9963 1 +33306 {33305} 13536 1 +33307 {33306} 1126 1 +33308 {33307} 10021 1 +33309 {33308} 905 1 +33310 {33309} 2328 1 +33311 {33310} 2663 1 +33312 {33311} 2061 1 +33313 {33312} 10711 1 +33314 {33313} 11613 1 +33315 {33314} 2177 1 +33316 {33315} 11214 1 +33317 {33316} 5893 1 +33318 {33317} 5156 1 +33319 {33318} 5886 1 +33320 {33319} 2424 1 +33321 {33320} 10272 1 +33322 {33321} 9897 1 +33323 {33322} 10425 1 +33324 {33323} 2919 1 +33325 {33324} 2122 1 +33326 {33325} 4534 1 +33327 {33326} 12053 1 +33328 {33327} 2061 1 +33329 {33328} 7838 1 +33330 {33329} 3551 1 +33331 {33330} 11266 1 +33332 {33331} 10202 1 +33333 {33332} 9515 1 +33334 {33333} 11686 1 +33335 {33334} 1165 1 +33336 {33335} 9230 1 +33337 {33336} 3602 1 +33338 {33337} 3076 1 +33339 {33338} 8825 1 +33340 {33339} 2261 1 +33341 {33340} 11976 1 +33342 {33341} 2940 1 +33343 {33342} 10098 1 +33344 {33343} 9519 1 +33345 {33344} 2290 1 +33346 {33345} 1684 1 +33347 {33346} 1305 1 +33348 {33347} 10707 1 +33349 {33348} 1921 1 +33350 {33349} 11383 1 +33351 {33350} 9302 1 +33352 {33351} 2399 1 +33353 {33352} 4173 1 +33354 {33353} 1571 1 +33355 {33354} 3040 1 +33356 {33355} 1099 1 +33357 {33356} 10971 1 +33358 {33357} 10794 1 +33359 {33358} 10157 1 +33360 {33359} 10818 1 +33361 {33360} 2940 1 +33362 {33361} 13426 1 +33363 {33362} 1814 1 +33364 {33363} 2942 1 +33365 {33364} 2163 1 +33366 {33365} 3029 1 +33367 {33366} 5190 1 +33368 {33367} 2158 1 +33369 {33368} 2096 1 +33370 {33369} 10602 1 +33371 {33370} 11507 1 +33372 {33371} 2553 1 +33373 {33372} 3298 1 +33374 {33373} 10129 1 +33375 {33374} 13509 1 +33376 {33375} 11052 1 +33377 {33376} 1218 1 +33378 {33377} 1783 1 +33379 {33378} 9702 1 +33380 {33379} 9485 1 +33381 {33380} 2565 1 +33382 {33381} 2701 1 +33383 {33382} 4744 1 +33384 {33383} 1919 1 +33385 {33384} 2943 1 +33386 {33385} 10999 1 +33387 {33386} 10135 1 +33388 {33387} 1104 1 +33389 {33388} 9324 1 +33390 {33389} 1203 1 +33391 {33390} 1996 1 +33392 {33391} 2805 1 +33393 {33392} 8662 1 +33394 {33393} 10695 1 +33395 {33394} 8735 1 +33396 {33395} 1925 1 +33397 {33396} 1608 1 +33398 {33397} 3384 1 +33399 {33398} 9954 1 +33400 {33399} 2750 1 +33401 {33400} 10326 1 +33402 {33401} 10192 1 +33403 {33402} 1323 1 +33404 {33403} 3348 1 +33405 {33404} 2438 1 +33406 {33405} 2736 1 +33407 {33406} 10354 1 +33408 {33407} 782 1 +33409 {33408} 14625 1 +33410 {33409} 14516 1 +33411 {33410} 10779 1 +33412 {33411} 3076 1 +33413 {33412} 1788 1 +33414 {33413} 2795 1 +33415 {33414} 9304 1 +33416 {33415} 2776 1 +33417 {33416} 10263 1 +33418 {33417} 10452 1 +33419 {33418} 2434 1 +33420 {33419} 4874 1 +33421 {33420} 484 1 +33422 {33421} 3247 1 +33423 {33422} 11544 1 +33424 {33423} 2434 1 +33425 {33424} 676 1 +33426 {33425} 10071 1 +33427 {33426} 2055 1 +33428 {33427} 10023 1 +33429 {33428} 1234 1 +33430 {33429} 7671 1 +33431 {33430} 212 1 +33432 {33431} 8630 1 +33433 {33432} 2107 1 +33434 {33433} 1652 1 +33435 {33434} 9306 1 +33436 {33435} 8349 1 +33437 {33436} 5851 1 +33438 {33437} 8868 1 +33439 {33438} 8333 1 +33440 {33439} 9994 1 +33441 {33440} 3384 1 +33442 {33441} 12129 1 +33443 {33442} 10785 1 +33444 {33443} 9292 1 +33445 {33444} 9900 1 +33446 {33445} 3790 1 +33447 {33446} 8314 1 +33448 {33447} 9893 1 +33449 {33448} 1626 1 +33450 {33449} 1592 1 +33451 {33450} 3109 1 +33452 {33451} 11284 1 +33453 {33452} 10685 1 +33454 {33453} 7925 1 +33455 {33454} 9957 1 +33456 {33455} 8947 1 +33457 {33456} 10234 1 +33458 {33457} 1517 1 +33459 {33458} 10507 1 +33460 {33459} 5182 1 +33461 {33460} 2648 1 +33462 {33461} 3347 1 +33463 {33462} 3212 1 +33464 {33463} 9729 1 +33465 {33464} 2523 1 +33466 {33465} 7264 1 +33467 {33466} 3214 1 +33468 {33467} 11557 1 +33469 {33468} 2563 1 +33470 {33469} 11729 1 +33471 {33470} 3910 1 +33472 {33471} 3340 1 +33473 {33472} 10250 1 +33474 {33473} 2228 1 +33475 {33474} 1245 1 +33476 {33475} 5217 1 +33477 {33476} 10571 1 +33478 {33477} 9594 1 +33479 {33478} 3178 1 +33480 {33479} 2867 1 +33481 {33480} 10716 1 +33482 {33481} 2797 1 +33483 {33482} 9373 1 +33484 {33483} 2939 1 +33485 {33484} 2531 1 +33486 {33485} 1271 1 +33487 {33486} 11123 1 +33488 {33487} 9757 1 +33489 {33488} 2837 1 +33490 {33489} 2769 1 +33491 {33490} 11063 1 +33492 {33491} 872 1 +33493 {33492} 9292 1 +33494 {33493} 1688 1 +33495 {33494} 954 1 +33496 {33495} 10239 1 +33497 {33496} 13672 1 +33498 {33497} 8428 1 +33499 {33498} 3064 1 +33500 {33499} 8681 1 +33501 {33500} 15288 1 +33502 {33501} 10479 1 +33503 {33502} 2869 1 +33504 {33503} 4731 1 +33505 {33504} 3577 1 +33506 {33505} 1782 1 +33507 {33506} 9905 1 +33508 {33507} 2115 1 +33509 {33508} 8242 1 +33510 {33509} 8914 1 +33511 {33510} 9725 1 +33512 {33511} 11789 1 +33513 {33512} 1087 1 +33514 {33513} 1860 1 +33515 {33514} 11160 1 +33516 {33515} 6017 1 +33517 {33516} 1641 1 +33518 {33517} 8260 1 +33519 {33518} 5349 1 +33520 {33519} 1337 1 +33521 {33520} 10465 1 +33522 {33521} 1722 1 +33523 {33522} 9906 1 +33524 {33523} 11523 1 +33525 {33524} 2125 1 +33526 {33525} 1836 1 +33527 {33526} 9375 1 +33528 {33527} 1744 1 +33529 {33528} 11663 1 +33530 {33529} 9255 1 +33531 {33530} 2747 1 +33532 {33531} 2304 1 +33533 {33532} 11621 1 +33534 {33533} 661 1 +33535 {33534} 2450 1 +33536 {33535} 3094 1 +33537 {33536} 1586 1 +33538 {33537} 1254 1 +33539 {33538} 2061 1 +33540 {33539} 8003 1 +33541 {33540} 1188 1 +33542 {33541} 2907 1 +33543 {33542} 2315 1 +33544 {33543} 8976 1 +33545 {33544} 16085 1 +33546 {33545} 1615 1 +33547 {33546} 1845 1 +33548 {33547} 9716 1 +33549 {33548} 12674 1 +33550 {33549} 8295 1 +33551 {33550} 11361 1 +33552 {33551} 12220 1 +33553 {33552} 1947 1 +33554 {33553} 14139 1 +33555 {33554} 11113 1 +33556 {33555} 1293 1 +33557 {33556} 9994 1 +33558 {33557} 3072 1 +33559 {33558} 11882 1 +33560 {33559} 3036 1 +33561 {33560} 10096 1 +33562 {33561} 10054 1 +33563 {33562} 10335 1 +33564 {33563} 10646 1 +33565 {33564} 16380 1 +33566 {33565} 11622 1 +33567 {33566} 1541 1 +33568 {33567} 2151 1 +33569 {33568} 3459 1 +33570 {33569} 1175 1 +33571 {33570} 15602 1 +33572 {33571} 11549 1 +33573 {33572} 3161 1 +33574 {33573} 2660 1 +33575 {33574} 10046 1 +33576 {33575} 2304 1 +33577 {33576} 14303 1 +33578 {33577} 14186 1 +33579 {33578} 2241 1 +33580 {33579} 3052 1 +33581 {33580} 10507 1 +33582 {33581} 1606 1 +33583 {33582} 1651 1 +33584 {33583} 11338 1 +33585 {33584} 9122 1 +33586 {33585} 9096 1 +33587 {33586} 2115 1 +33588 {33587} 2601 1 +33589 {33588} 9459 1 +33590 {33589} 10234 1 +33591 {33590} 10874 1 +33592 {33591} 10489 1 +33593 {33592} 10530 1 +33594 {33593} 2058 1 +33595 {33594} 14160 1 +33596 {33595} 11547 1 +33597 {33596} 10425 1 +33598 {33597} 10460 1 +33599 {33598} 11482 1 +33600 {33599} 12257 1 +33601 {33600} 2184 1 +33602 {33601} 2487 1 +33603 {33602} 1418 1 +33604 {33603} 5864 1 +33605 {33604} 10804 1 +33606 {33605} 9663 1 +33607 {33606} 9844 1 +33608 {33607} 11688 1 +33609 {33608} 1146 1 +33610 {33609} 1361 1 +33611 {33610} 2268 1 +33612 {33611} 7245 1 +33613 {33612} 2633 1 +33614 {33613} 10672 1 +33615 {33614} 2015 1 +33616 {33615} 493 1 +33617 {33616} 2193 1 +33618 {33617} 8779 1 +33619 {33618} 9550 1 +33620 {33619} 2741 1 +33621 {33620} 9843 1 +33622 {33621} 11005 1 +33623 {33622} 9909 1 +33624 {33623} 13065 1 +33625 {33624} 13908 1 +33626 {33625} 1658 1 +33627 {33626} 2080 1 +33628 {33627} 16206 1 +33629 {33628} 2366 1 +33630 {33629} 2352 1 +33631 {33630} 9393 1 +33632 {33631} 9757 1 +33633 {33632} 10452 1 +33634 {33633} 7385 1 +33635 {33634} 2524 1 +33636 {33635} 9238 1 +33637 {33636} 1057 1 +33638 {33637} 2456 1 +33639 {33638} 1007 1 +33640 {33639} 2421 1 +33641 {33640} 11175 1 +33642 {33641} 10993 1 +33643 {33642} 1137 1 +33644 {33643} 10430 1 +33645 {33644} 1856 1 +33646 {33645} 1926 1 +33647 {33646} 10769 1 +33648 {33647} 10240 1 +33649 {33648} 1923 1 +33650 {33649} 12216 1 +33651 {33650} 14693 1 +33652 {33651} 2975 1 +33653 {33652} 1504 1 +33654 {33653} 11446 1 +33655 {33654} 15575 1 +33656 {33655} 11332 1 +33657 {33656} 15554 1 +33658 {33657} 9747 1 +33659 {33658} 880 1 +33660 {33659} 8081 1 +33661 {33660} 1996 1 +33662 {33661} 2323 1 +33663 {33662} 2371 1 +33664 {33663} 2672 1 +33665 {33664} 11235 1 +33666 {33665} 3039 1 +33667 {33666} 11802 1 +33668 {33667} 2769 1 +33669 {33668} 9398 1 +33670 {33669} 1450 1 +33671 {33670} 11896 1 +33672 {33671} 10715 1 +33673 {33672} 3034 1 +33674 {33673} 11443 1 +33675 {33674} 9624 1 +33676 {33675} 9446 1 +33677 {33676} 9747 1 +33678 {33677} 2335 1 +33679 {33678} 2969 1 +33680 {33679} 11992 1 +33681 {33680} 1197 1 +33682 {33681} 895 1 +33683 {33682} 11855 1 +33684 {33683} 10704 1 +33685 {33684} 2335 1 +33686 {33685} 11074 1 +33687 {33686} 10576 1 +33688 {33687} 1710 1 +33689 {33688} 7757 1 +33690 {33689} 10134 1 +33691 {33690} 2557 1 +33692 {33691} 1826 1 +33693 {33692} 13653 1 +33694 {33693} 12182 1 +33695 {33694} 7961 1 +33696 {33695} 1922 1 +33697 {33696} 2794 1 +33698 {33697} 1849 1 +33699 {33698} 7162 1 +33700 {33699} 9100 1 +33701 {33700} 1788 1 +33702 {33701} 2893 1 +33703 {33702} 11190 1 +33704 {33703} 13889 1 +33705 {33704} 10445 1 +33706 {33705} 1097 1 +33707 {33706} 10724 1 +33708 {33707} 942 1 +33709 {33708} 11871 1 +33710 {33709} 2128 1 +33711 {33710} 11327 1 +33712 {33711} 13956 1 +33713 {33712} 9040 1 +33714 {33713} 13753 1 +33715 {33714} 2884 1 +33716 {33715} 9304 1 +33717 {33716} 12117 1 +33718 {33717} 10974 1 +33719 {33718} 2377 1 +33720 {33719} 11108 1 +33721 {33720} 10261 1 +33722 {33721} 10705 1 +33723 {33722} 2568 1 +33724 {33723} 189 1 +33725 {33724} 9115 1 +33726 {33725} 1981 1 +33727 {33726} 2024 1 +33728 {33727} 2453 1 +33729 {33728} 9295 1 +33730 {33729} 2326 1 +33731 {33730} 4973 1 +33732 {33731} 10472 1 +33733 {33732} 15992 1 +33734 {33733} 10341 1 +33735 {33734} 1602 1 +33736 {33735} 2389 1 +33737 {33736} 9677 1 +33738 {33737} 3127 1 +33739 {33738} 4591 1 +33740 {33739} 1599 1 +33741 {33740} 3750 1 +33742 {33741} 10903 1 +33743 {33742} 9757 1 +33744 {33743} 3688 1 +33745 {33744} 8880 1 +33746 {33745} 8952 1 +33747 {33746} 2806 1 +33748 {33747} 1185 1 +33749 {33748} 769 1 +33750 {33749} 2160 1 +33751 {33750} 13153 1 +33752 {33751} 12793 1 +33753 {33752} 2850 1 +33754 {33753} 11674 1 +33755 {33754} 11460 1 +33756 {33755} 1825 1 +33757 {33756} 9387 1 +33758 {33757} 2705 1 +33759 {33758} 8325 1 +33760 {33759} 188 1 +33761 {33760} 1855 1 +33762 {33761} 11992 1 +33763 {33762} 10001 1 +33764 {33763} 8959 1 +33765 {33764} 2263 1 +33766 {33765} 2081 1 +33767 {33766} 9682 1 +33768 {33767} 2095 1 +33769 {33768} 1784 1 +33770 {33769} 2553 1 +33771 {33770} 2640 1 +33772 {33771} 2369 1 +33773 {33772} 1890 1 +33774 {33773} 9306 1 +33775 {33774} 3708 1 +33776 {33775} 9754 1 +33777 {33776} 10196 1 +33778 {33777} 3979 1 +33779 {33778} 14607 1 +33780 {33779} 11313 1 +33781 {33780} 2503 1 +33782 {33781} 3561 1 +33783 {33782} 10517 1 +33784 {33783} 3121 1 +33785 {33784} 11942 1 +33786 {33785} 12004 1 +33787 {33786} 14472 1 +33788 {33787} 2858 1 +33789 {33788} 16581 1 +33790 {33789} 10960 1 +33791 {33790} 2367 1 +33792 {33791} 8668 1 +33793 {33792} 12305 1 +33794 {33793} 2066 1 +33795 {33794} 1927 1 +33796 {33795} 1554 1 +33797 {33796} 10627 1 +33798 {33797} 2094 1 +33799 {33798} 15323 1 +33800 {33799} 5266 1 +33801 {33800} 12502 1 +33802 {33801} 2064 1 +33803 {33802} 11453 1 +33804 {33803} 1305 1 +33805 {33804} 9049 1 +33806 {33805} 2637 1 +33807 {33806} 2555 1 +33808 {33807} 2128 1 +33809 {33808} 3278 1 +33810 {33809} 2098 1 +33811 {33810} 1659 1 +33812 {33811} 10730 1 +33813 {33812} 2703 1 +33814 {33813} 5977 1 +33815 {33814} 9863 1 +33816 {33815} 9297 1 +33817 {33816} 2494 1 +33818 {33817} 1469 1 +33819 {33818} 3203 1 +33820 {33819} 9533 1 +33821 {33820} 5187 1 +33822 {33821} 810 1 +33823 {33822} 2832 1 +33824 {33823} 9754 1 +33825 {33824} 9366 1 +33826 {33825} 1574 1 +33827 {33826} 2601 1 +33828 {33827} 1980 1 +33829 {33828} 10647 1 +33830 {33829} 6033 1 +33831 {33830} 11374 1 +33832 {33831} 9674 1 +33833 {33832} 1660 1 +33834 {33833} 2395 1 +33835 {33834} 11911 1 +33836 {33835} 9718 1 +33837 {33836} 11635 1 +33838 {33837} 1268 1 +33839 {33838} 2241 1 +33840 {33839} 1972 1 +33841 {33840} 9612 1 +33842 {33841} 2704 1 +33843 {33842} 2017 1 +33844 {33843} 2298 1 +33845 {33844} 1744 1 +33846 {33845} 11867 1 +33847 {33846} 11478 1 +33848 {33847} 2622 1 +33849 {33848} 2008 1 +33850 {33849} 2319 1 +33851 {33850} 2284 1 +33852 {33851} 2154 1 +33853 {33852} 2404 1 +33854 {33853} 11343 1 +33855 {33854} 2128 1 +33856 {33855} 11732 1 +33857 {33856} 10071 1 +33858 {33857} 1414 1 +33859 {33858} 15311 1 +33860 {33859} 1970 1 +33861 {33860} 1196 1 +33862 {33861} 2165 1 +33863 {33862} 6613 1 +33864 {33863} 13390 1 +33865 {33864} 2302 1 +33866 {33865} 9635 1 +33867 {33866} 3765 1 +33868 {33867} 4505 1 +33869 {33868} 3168 1 +33870 {33869} 3199 1 +33871 {33870} 2497 1 +33872 {33871} 1924 1 +33873 {33872} 3047 1 +33874 {33873} 2424 1 +33875 {33874} 9899 1 +33876 {33875} 2670 1 +33877 {33876} 10719 1 +33878 {33877} 2640 1 +33879 {33878} 11412 1 +33880 {33879} 16167 1 +33881 {33880} 1886 1 +33882 {33881} 3473 1 +33883 {33882} 2666 1 +33884 {33883} 3813 1 +33885 {33884} 2348 1 +33886 {33885} 1723 1 +33887 {33886} 1745 1 +33888 {33887} 2336 1 +33889 {33888} 2129 1 +33890 {33889} 15967 1 +33891 {33890} 11453 1 +33892 {33891} 10084 1 +33893 {33892} 2597 1 +33894 {33893} 13372 1 +33895 {33894} 9782 1 +33896 {33895} 11634 1 +33897 {33896} 3073 1 +33898 {33897} 12264 1 +33899 {33898} 9623 1 +33900 {33899} 13107 1 +33901 {33900} 2538 1 +33902 {33901} 9085 1 +33903 {33902} 1898 1 +33904 {33903} 1762 1 +33905 {33904} 10735 1 +33906 {33905} 9623 1 +33907 {33906} 8519 1 +33908 {33907} 11127 1 +33909 {33908} 9488 1 +33910 {33909} 10071 1 +33911 {33910} 9259 1 +33912 {33911} 8875 1 +33913 {33912} 5226 1 +33914 {33913} 10777 1 +33915 {33914} 3712 1 +33916 {33915} 2922 1 +33917 {33916} 11567 1 +33918 {33917} 8480 1 +33919 {33918} 2367 1 +33920 {33919} 2837 1 +33921 {33920} 77 1 +33922 {33921} 2323 1 +33923 {33922} 3271 1 +33924 {33923} 1815 1 +33925 {33924} 2288 1 +33926 {33925} 2805 1 +33927 {33926} 10699 1 +33928 {33927} 8650 1 +33929 {33928} 11458 1 +33930 {33929} 12017 1 +33931 {33930} 9526 1 +33932 {33931} 10628 1 +33933 {33932} 11008 1 +33934 {33933} 2979 1 +33935 {33934} 1901 1 +33936 {33935} 2293 1 +33937 {33936} 2220 1 +33938 {33937} 1785 1 +33939 {33938} 9232 1 +33940 {33939} 1639 1 +33941 {33940} 6880 1 +33942 {33941} 11903 1 +33943 {33942} 8962 1 +33944 {33943} 3035 1 +33945 {33944} 1082 1 +33946 {33945} 15018 1 +33947 {33946} 8958 1 +33948 {33947} 2185 1 +33949 {33948} 16012 1 +33950 {33949} 2196 1 +33951 {33950} 2034 1 +33952 {33951} 2377 1 +33953 {33952} 2135 1 +33954 {33953} 12183 1 +33955 {33954} 2705 1 +33956 {33955} 1867 1 +33957 {33956} 3840 1 +33958 {33957} 2019 1 +33959 {33958} 2725 1 +33960 {33959} 11534 1 +33961 {33960} 14499 1 +33962 {33961} 2100 1 +33963 {33962} 2187 1 +33964 {33963} 10534 1 +33965 {33964} 9503 1 +33966 {33965} 10922 1 +33967 {33966} 1976 1 +33968 {33967} 9404 1 +33969 {33968} 10702 1 +33970 {33969} 11360 1 +33971 {33970} 9913 1 +33972 {33971} 10470 1 +33973 {33972} 2055 1 +33974 {33973} 14807 1 +33975 {33974} 1827 1 +33976 {33975} 12956 1 +33977 {33976} 11769 1 +33978 {33977} 2366 1 +33979 {33978} 2516 1 +33980 {33979} 10987 1 +33981 {33980} 1646 1 +33982 {33981} 10539 1 +33983 {33982} 1821 1 +33984 {33983} 1944 1 +33985 {33984} 3432 1 +33986 {33985} 10364 1 +33987 {33986} 10409 1 +33988 {33987} 3377 1 +33989 {33988} 9151 1 +33990 {33989} 1148 1 +33991 {33990} 10572 1 +33992 {33991} 15593 1 +33993 {33992} 1775 1 +33994 {33993} 11842 1 +33995 {33994} 14676 1 +33996 {33995} 10869 1 +33997 {33996} 1245 1 +33998 {33997} 224 1 +33999 {33998} 2539 1 +34000 {33999} 2296 1 +34001 {34000} 8803 1 +34002 {34001} 2024 1 +34003 {34002} 1788 1 +34004 {34003} 1650 1 +34005 {34004} 9979 1 +34006 {34005} 15942 1 +34007 {34006} 12496 1 +34008 {34007} 2977 1 +34009 {34008} 2467 1 +34010 {34009} 1809 1 +34011 {34010} 9113 1 +34012 {34011} 10947 1 +34013 {34012} 9338 1 +34014 {34013} 4155 1 +34015 {34014} 5112 1 +34016 {34015} 2965 1 +34017 {34016} 10782 1 +34018 {34017} 12656 1 +34019 {34018} 1810 1 +34020 {34019} 1565 1 +34021 {34020} 11005 1 +34022 {34021} 10540 1 +34023 {34022} 11478 1 +34024 {34023} 9766 1 +34025 {34024} 13746 1 +34026 {34025} 8415 1 +34027 {34026} 1892 1 +34028 {34027} 8395 1 +34029 {34028} 8422 1 +34030 {34029} 9065 1 +34031 {34030} 2322 1 +34032 {34031} 2327 1 +34033 {34032} 2063 1 +34034 {34033} 10912 1 +34035 {34034} 10065 1 +34036 {34035} 2769 1 +34037 {34036} 11327 1 +34038 {34037} 9078 1 +34039 {34038} 9814 1 +34040 {34039} 2739 1 +34041 {34040} 3246 1 +34042 {34041} 13844 1 +34043 {34042} 2042 1 +34044 {34043} 9561 1 +34045 {34044} 10660 1 +34046 {34045} 10487 1 +34047 {34046} 14130 1 +34048 {34047} 11846 1 +34049 {34048} 10680 1 +34050 {34049} 1788 1 +34051 {34050} 9739 1 +34052 {34051} 2255 1 +34053 {34052} 1572 1 +34054 {34053} 10131 1 +34055 {34054} 14823 1 +34056 {34055} 11926 1 +34057 {34056} 10781 1 +34058 {34057} 14379 1 +34059 {34058} 2673 1 +34060 {34059} 2989 1 +34061 {34060} 11152 1 +34062 {34061} 4492 1 +34063 {34062} 4498 1 +34064 {34063} 1992 1 +34065 {34064} 1305 1 +34066 {34065} 4711 1 +34067 {34066} 11335 1 +34068 {34067} 11682 1 +34069 {34068} 8948 1 +34070 {34069} 3576 1 +34071 {34070} 4894 1 +34072 {34071} 11904 1 +34073 {34072} 11295 1 +34074 {34073} 2707 1 +34075 {34074} 2205 1 +34076 {34075} 2060 1 +34077 {34076} 2054 1 +34078 {34077} 4465 1 +34079 {34078} 2302 1 +34080 {34079} 10593 1 +34081 {34080} 3782 1 +34082 {34081} 10278 1 +34083 {34082} 2546 1 +34084 {34083} 485 1 +34085 {34084} 1540 1 +34086 {34085} 1756 1 +34087 {34086} 11198 1 +34088 {34087} 3507 1 +34089 {34088} 11912 1 +34090 {34089} 2812 1 +34091 {34090} 9390 1 +34092 {34091} 15863 1 +34093 {34092} 2102 1 +34094 {34093} 12104 1 +34095 {34094} 9408 1 +34096 {34095} 1116 1 +34097 {34096} 9022 1 +34098 {34097} 10669 1 +34099 {34098} 9776 1 +34100 {34099} 2225 1 +34101 {34100} 2492 1 +34102 {34101} 11353 1 +34103 {34102} 10453 1 +34104 {34103} 11648 1 +34105 {34104} 8924 1 +34106 {34105} 11273 1 +34107 {34106} 16184 1 +34108 {34107} 2975 1 +34109 {34108} 11161 1 +34110 {34109} 10162 1 +34111 {34110} 743 1 +34112 {34111} 11744 1 +34113 {34112} 9695 1 +34114 {34113} 2490 1 +34115 {34114} 1644 1 +34116 {34115} 9650 1 +34117 {34116} 10539 1 +34118 {34117} 1196 1 +34119 {34118} 8890 1 +34120 {34119} 10900 1 +34121 {34120} 11443 1 +34122 {34121} 10580 1 +34123 {34122} 1749 1 +34124 {34123} 9472 1 +34125 {34124} 15879 1 +34126 {34125} 16483 1 +34127 {34126} 1007 1 +34128 {34127} 1251 1 +34129 {34128} 9206 1 +34130 {34129} 1296 1 +34131 {34130} 2392 1 +34132 {34131} 1609 1 +34133 {34132} 2285 1 +34134 {34133} 10770 1 +34135 {34134} 2263 1 +34136 {34135} 12073 1 +34137 {34136} 1891 1 +34138 {34137} 9544 1 +34139 {34138} 10676 1 +34140 {34139} 1297 1 +34141 {34140} 10594 1 +34142 {34141} 10332 1 +34143 {34142} 9981 1 +34144 {34143} 2971 1 +34145 {34144} 10087 1 +34146 {34145} 2822 1 +34147 {34146} 2855 1 +34148 {34147} 9565 1 +34149 {34148} 10123 1 +34150 {34149} 3010 1 +34151 {34150} 2596 1 +34152 {34151} 3235 1 +34153 {34152} 1648 1 +34154 {34153} 2133 1 +34155 {34154} 15579 1 +34156 {34155} 2864 1 +34157 {34156} 2597 1 +34158 {34157} 3107 1 +34159 {34158} 1965 1 +34160 {34159} 2664 1 +34161 {34160} 3113 1 +34162 {34161} 3686 1 +34163 {34162} 10773 1 +34164 {34163} 10836 1 +34165 {34164} 1845 1 +34166 {34165} 9940 1 +34167 {34166} 10660 1 +34168 {34167} 1414 1 +34169 {34168} 2403 1 +34170 {34169} 2708 1 +34171 {34170} 11103 1 +34172 {34171} 2910 1 +34173 {34172} 9985 1 +34174 {34173} 1842 1 +34175 {34174} 2696 1 +34176 {34175} 11974 1 +34177 {34176} 5900 1 +34178 {34177} 1983 1 +34179 {34178} 10892 1 +34180 {34179} 1463 1 +34181 {34180} 10694 1 +34182 {34181} 10599 1 +34183 {34182} 9452 1 +34184 {34183} 11374 1 +34185 {34184} 8890 1 +34186 {34185} 2252 1 +34187 {34186} 11386 1 +34188 {34187} 11196 1 +34189 {34188} 1101 1 +34190 {34189} 13595 1 +34191 {34190} 1755 1 +34192 {34191} 3231 1 +34193 {34192} 2942 1 +34194 {34193} 6623 1 +34195 {34194} 1097 1 +34196 {34195} 3314 1 +34197 {34196} 2498 1 +34198 {34197} 3178 1 +34199 {34198} 9730 1 +34200 {34199} 10139 1 +34201 {34200} 8283 1 +34202 {34201} 5812 1 +34203 {34202} 2222 1 +34204 {34203} 2822 1 +34205 {34204} 9930 1 +34206 {34205} 1635 1 +34207 {34206} 2806 1 +34208 {34207} 11207 1 +34209 {34208} 15004 1 +34210 {34209} 2081 1 +34211 {34210} 11629 1 +34212 {34211} 2569 1 +34213 {34212} 1599 1 +34214 {34213} 806 1 +34215 {34214} 9107 1 +34216 {34215} 3469 1 +34217 {34216} 8955 1 +34218 {34217} 2400 1 +34219 {34218} 2499 1 +34220 {34219} 8702 1 +34221 {34220} 2867 1 +34222 {34221} 2301 1 +34223 {34222} 10378 1 +34224 {34223} 10769 1 +34225 {34224} 3149 1 +34226 {34225} 3604 1 +34227 {34226} 11314 1 +34228 {34227} 11926 1 +34229 {34228} 4617 1 +34230 {34229} 3423 1 +34231 {34230} 12023 1 +34232 {34231} 2918 1 +34233 {34232} 11688 1 +34234 {34233} 2887 1 +34235 {34234} 8779 1 +34236 {34235} 2524 1 +34237 {34236} 7034 1 +34238 {34237} 8058 1 +34239 {34238} 11044 1 +34240 {34239} 2600 1 +34241 {34240} 12841 1 +34242 {34241} 3076 1 +34243 {34242} 2267 1 +34244 {34243} 2772 1 +34245 {34244} 1756 1 +34246 {34245} 2386 1 +34247 {34246} 10348 1 +34248 {34247} 2233 1 +34249 {34248} 10686 1 +34250 {34249} 10666 1 +34251 {34250} 11522 1 +34252 {34251} 9620 1 +34253 {34252} 11578 1 +34254 {34253} 1951 1 +34255 {34254} 2331 1 +34256 {34255} 2555 1 +34257 {34256} 14576 1 +34258 {34257} 4148 1 +34259 {34258} 1913 1 +34260 {34259} 9188 1 +34261 {34260} 3203 1 +34262 {34261} 9829 1 +34263 {34262} 3384 1 +34264 {34263} 3204 1 +34265 {34264} 10734 1 +34266 {34265} 10752 1 +34267 {34266} 10503 1 +34268 {34267} 2809 1 +34269 {34268} 2701 1 +34270 {34269} 10992 1 +34271 {34270} 3945 1 +34272 {34271} 12066 1 +34273 {34272} 10856 1 +34274 {34273} 3331 1 +34275 {34274} 7163 1 +34276 {34275} 10449 1 +34277 {34276} 9684 1 +34278 {34277} 2025 1 +34279 {34278} 11811 1 +34280 {34279} 16497 1 +34281 {34280} 2739 1 +34282 {34281} 2317 1 +34283 {34282} 16577 1 +34284 {34283} 10642 1 +34285 {34284} 2548 1 +34286 {34285} 3046 1 +34287 {34286} 2468 1 +34288 {34287} 2465 1 +34289 {34288} 3440 1 +34290 {34289} 11148 1 +34291 {34290} 3007 1 +34292 {34291} 2940 1 +34293 {34292} 2263 1 +34294 {34293} 1504 1 +34295 {34294} 7376 1 +34296 {34295} 3203 1 +34297 {34296} 1401 1 +34298 {34297} 10038 1 +34299 {34298} 9848 1 +34300 {34299} 10174 1 +34301 {34300} 7576 1 +34302 {34301} 2587 1 +34303 {34302} 2242 1 +34304 {34303} 1754 1 +34305 {34304} 1117 1 +34306 {34305} 1022 1 +34307 {34306} 2200 1 +34308 {34307} 7005 1 +34309 {34308} 10452 1 +34310 {34309} 2181 1 +34311 {34310} 11116 1 +34312 {34311} 2572 1 +34313 {34312} 10162 1 +34314 {34313} 10528 1 +34315 {34314} 3242 1 +34316 {34315} 12150 1 +34317 {34316} 1244 1 +34318 {34317} 9699 1 +34319 {34318} 2883 1 +34320 {34319} 11063 1 +34321 {34320} 2234 1 +34322 {34321} 1854 1 +34323 {34322} 10742 1 +34324 {34323} 2002 1 +34325 {34324} 2412 1 +34326 {34325} 9844 1 +34327 {34326} 2060 1 +34328 {34327} 10655 1 +34329 {34328} 1755 1 +34330 {34329} 2940 1 +34331 {34330} 8992 1 +34332 {34331} 10301 1 +34333 {34332} 9322 1 +34334 {34333} 6819 1 +34335 {34334} 9588 1 +34336 {34335} 5565 1 +34337 {34336} 2765 1 +34338 {34337} 1123 1 +34339 {34338} 2361 1 +34340 {34339} 11128 1 +34341 {34340} 9766 1 +34342 {34341} 11943 1 +34343 {34342} 9952 1 +34344 {34343} 11947 1 +34345 {34344} 3379 1 +34346 {34345} 2260 1 +34347 {34346} 3479 1 +34348 {34347} 4637 1 +34349 {34348} 3799 1 +34350 {34349} 2094 1 +34351 {34350} 11304 1 +34352 {34351} 3062 1 +34353 {34352} 9774 1 +34354 {34353} 10542 1 +34355 {34354} 2078 1 +34356 {34355} 14120 1 +34357 {34356} 9446 1 +34358 {34357} 377 1 +34359 {34358} 2461 1 +34360 {34359} 3429 1 +34361 {34360} 2805 1 +34362 {34361} 1185 1 +34363 {34362} 3009 1 +34364 {34363} 1125 1 +34365 {34364} 2432 1 +34366 {34365} 11241 1 +34367 {34366} 9173 1 +34368 {34367} 10186 1 +34369 {34368} 7632 1 +34370 {34369} 2066 1 +34371 {34370} 11034 1 +34372 {34371} 2296 1 +34373 {34372} 2346 1 +34374 {34373} 10239 1 +34375 {34374} 11279 1 +34376 {34375} 10289 1 +34377 {34376} 3216 1 +34378 {34377} 9113 1 +34379 {34378} 13454 1 +34380 {34379} 11833 1 +34381 {34380} 10371 1 +34382 {34381} 1417 1 +34383 {34382} 3449 1 +34384 {34383} 2013 1 +34385 {34384} 10938 1 +34386 {34385} 12453 1 +34387 {34386} 1035 1 +34388 {34387} 502 1 +34389 {34388} 3665 1 +34390 {34389} 8160 1 +34391 {34390} 11081 1 +34392 {34391} 2640 1 +34393 {34392} 2182 1 +34394 {34393} 9624 1 +34395 {34394} 2843 1 +34396 {34395} 9978 1 +34397 {34396} 1667 1 +34398 {34397} 2353 1 +34399 {34398} 2214 1 +34400 {34399} 3473 1 +34401 {34400} 2425 1 +34402 {34401} 1839 1 +34403 {34402} 6961 1 +34404 {34403} 14885 1 +34405 {34404} 13494 1 +34406 {34405} 1202 1 +34407 {34406} 2255 1 +34408 {34407} 7659 1 +34409 {34408} 11781 1 +34410 {34409} 3417 1 +34411 {34410} 10236 1 +34412 {34411} 9944 1 +34413 {34412} 11641 1 +34414 {34413} 187 1 +34415 {34414} 1412 1 +34416 {34415} 10874 1 +34417 {34416} 2217 1 +34418 {34417} 13980 1 +34419 {34418} 3014 1 +34420 {34419} 1931 1 +34421 {34420} 1951 1 +34422 {34421} 2343 1 +34423 {34422} 10618 1 +34424 {34423} 5215 1 +34425 {34424} 4751 1 +34426 {34425} 3251 1 +34427 {34426} 2824 1 +34428 {34427} 12786 1 +34429 {34428} 3142 1 +34430 {34429} 2400 1 +34431 {34430} 15769 1 +34432 {34431} 2194 1 +34433 {34432} 2101 1 +34434 {34433} 2025 1 +34435 {34434} 9209 1 +34436 {34435} 8836 1 +34437 {34436} 2166 1 +34438 {34437} 752 1 +34439 {34438} 9538 1 +34440 {34439} 3109 1 +34441 {34440} 9888 1 +34442 {34441} 8829 1 +34443 {34442} 1444 1 +34444 {34443} 1382 1 +34445 {34444} 3047 1 +34446 {34445} 1989 1 +34447 {34446} 1807 1 +34448 {34447} 10455 1 +34449 {34448} 11309 1 +34450 {34449} 9712 1 +34451 {34450} 3711 1 +34452 {34451} 8289 1 +34453 {34452} 8084 1 +34454 {34453} 2367 1 +34455 {34454} 1576 1 +34456 {34455} 10239 1 +34457 {34456} 1231 1 +34458 {34457} 1342 1 +34459 {34458} 6413 1 +34460 {34459} 10392 1 +34461 {34460} 10561 1 +34462 {34461} 10329 1 +34463 {34462} 2717 1 +34464 {34463} 2313 1 +34465 {34464} 15320 1 +34466 {34465} 1716 1 +34467 {34466} 1210 1 +34468 {34467} 1753 1 +34469 {34468} 2413 1 +34470 {34469} 1554 1 +34471 {34470} 9295 1 +34472 {34471} 793 1 +34473 {34472} 10832 1 +34474 {34473} 3079 1 +34475 {34474} 1097 1 +34476 {34475} 11897 1 +34477 {34476} 3011 1 +34478 {34477} 2584 1 +34479 {34478} 10814 1 +34480 {34479} 2648 1 +34481 {34480} 2134 1 +34482 {34481} 10866 1 +34483 {34482} 6883 1 +34484 {34483} 2163 1 +34485 {34484} 13430 1 +34486 {34485} 11288 1 +34487 {34486} 2118 1 +34488 {34487} 1730 1 +34489 {34488} 4765 1 +34490 {34489} 5939 1 +34491 {34490} 9711 1 +34492 {34491} 9940 1 +34493 {34492} 9466 1 +34494 {34493} 1133 1 +34495 {34494} 11478 1 +34496 {34495} 10343 1 +34497 {34496} 9397 1 +34498 {34497} 2572 1 +34499 {34498} 12829 1 +34500 {34499} 11610 1 +34501 {34500} 2573 1 +34502 {34501} 2865 1 +34503 {34502} 11386 1 +34504 {34503} 10427 1 +34505 {34504} 1325 1 +34506 {34505} 3003 1 +34507 {34506} 10333 1 +34508 {34507} 1585 1 +34509 {34508} 2085 1 +34510 {34509} 2152 1 +34511 {34510} 2703 1 +34512 {34511} 2234 1 +34513 {34512} 11509 1 +34514 {34513} 840 1 +34515 {34514} 9778 1 +34516 {34515} 1122 1 +34517 {34516} 10971 1 +34518 {34517} 12118 1 +34519 {34518} 10637 1 +34520 {34519} 10147 1 +34521 {34520} 2971 1 +34522 {34521} 2572 1 +34523 {34522} 1750 1 +34524 {34523} 2741 1 +34525 {34524} 3745 1 +34526 {34525} 2178 1 +34527 {34526} 9959 1 +34528 {34527} 4738 1 +34529 {34528} 2625 1 +34530 {34529} 3105 1 +34531 {34530} 10955 1 +34532 {34531} 6593 1 +34533 {34532} 3028 1 +34534 {34533} 10544 1 +34535 {34534} 2331 1 +34536 {34535} 3268 1 +34537 {34536} 10425 1 +34538 {34537} 10181 1 +34539 {34538} 10496 1 +34540 {34539} 9230 1 +34541 {34540} 1698 1 +34542 {34541} 9449 1 +34543 {34542} 2537 1 +34544 {34543} 3505 1 +34545 {34544} 2275 1 +34546 {34545} 10513 1 +34547 {34546} 3480 1 +34548 {34547} 10773 1 +34549 {34548} 4633 1 +34550 {34549} 7688 1 +34551 {34550} 11186 1 +34552 {34551} 1600 1 +34553 {34552} 2730 1 +34554 {34553} 10559 1 +34555 {34554} 9883 1 +34556 {34555} 10443 1 +34557 {34556} 12784 1 +34558 {34557} 11190 1 +34559 {34558} 7323 1 +34560 {34559} 7876 1 +34561 {34560} 1924 1 +34562 {34561} 5099 1 +34563 {34562} 2602 1 +34564 {34563} 626 1 +34565 {34564} 3414 1 +34566 {34565} 9398 1 +34567 {34566} 2282 1 +34568 {34567} 3106 1 +34569 {34568} 1208 1 +34570 {34569} 10503 1 +34571 {34570} 11610 1 +34572 {34571} 2531 1 +34573 {34572} 9070 1 +34574 {34573} 2775 1 +34575 {34574} 9917 1 +34576 {34575} 2797 1 +34577 {34576} 1779 1 +34578 {34577} 10507 1 +34579 {34578} 9778 1 +34580 {34579} 8224 1 +34581 {34580} 4392 1 +34582 {34581} 1785 1 +34583 {34582} 2870 1 +34584 {34583} 2571 1 +34585 {34584} 2304 1 +34586 {34585} 1574 1 +34587 {34586} 3401 1 +34588 {34587} 3076 1 +34589 {34588} 10080 1 +34590 {34589} 2843 1 +34591 {34590} 3482 1 +34592 {34591} 1734 1 +34593 {34592} 2063 1 +34594 {34593} 7789 1 +34595 {34594} 1479 1 +34596 {34595} 4764 1 +34597 {34596} 11019 1 +34598 {34597} 2585 1 +34599 {34598} 2859 1 +34600 {34599} 2163 1 +34601 {34600} 937 1 +34602 {34601} 1862 1 +34603 {34602} 10409 1 +34604 {34603} 1340 1 +34605 {34604} 8770 1 +34606 {34605} 2096 1 +34607 {34606} 13276 1 +34608 {34607} 9266 1 +34609 {34608} 10947 1 +34610 {34609} 8055 1 +34611 {34610} 3212 1 +34612 {34611} 3098 1 +34613 {34612} 10218 1 +34614 {34613} 10949 1 +34615 {34614} 3492 1 +34616 {34615} 3103 1 +34617 {34616} 2767 1 +34618 {34617} 3142 1 +34619 {34618} 3895 1 +34620 {34619} 2600 1 +34621 {34620} 1520 1 +34622 {34621} 9856 1 +34623 {34622} 1718 1 +34624 {34623} 2148 1 +34625 {34624} 80 1 +34626 {34625} 10346 1 +34627 {34626} 15823 1 +34628 {34627} 1265 1 +34629 {34628} 2634 1 +34630 {34629} 9904 1 +34631 {34630} 2772 1 +34632 {34631} 2727 1 +34633 {34632} 4788 1 +34634 {34633} 10648 1 +34635 {34634} 10946 1 +34636 {34635} 2492 1 +34637 {34636} 2282 1 +34638 {34637} 1324 1 +34639 {34638} 9430 1 +34640 {34639} 9345 1 +34641 {34640} 2364 1 +34642 {34641} 12057 1 +34643 {34642} 14395 1 +34644 {34643} 14898 1 +34645 {34644} 13211 1 +34646 {34645} 8717 1 +34647 {34646} 1442 1 +34648 {34647} 7667 1 +34649 {34648} 9143 1 +34650 {34649} 2566 1 +34651 {34650} 2134 1 +34652 {34651} 10261 1 +34653 {34652} 2734 1 +34654 {34653} 10907 1 +34655 {34654} 3858 1 +34656 {34655} 987 1 +34657 {34656} 1461 1 +34658 {34657} 2399 1 +34659 {34658} 9936 1 +34660 {34659} 10063 1 +34661 {34660} 10817 1 +34662 {34661} 2477 1 +34663 {34662} 1722 1 +34664 {34663} 10956 1 +34665 {34664} 9169 1 +34666 {34665} 3976 1 +34667 {34666} 7692 1 +34668 {34667} 9723 1 +34669 {34668} 2210 1 +34670 {34669} 10773 1 +34671 {34670} 2568 1 +34672 {34671} 2353 1 +34673 {34672} 7934 1 +34674 {34673} 14383 1 +34675 {34674} 1345 1 +34676 {34675} 1276 1 +34677 {34676} 2732 1 +34678 {34677} 9739 1 +34679 {34678} 8870 1 +34680 {34679} 2367 1 +34681 {34680} 9987 1 +34682 {34681} 3690 1 +34683 {34682} 2420 1 +34684 {34683} 2292 1 +34685 {34684} 11230 1 +34686 {34685} 2490 1 +34687 {34686} 9295 1 +34688 {34687} 2166 1 +34689 {34688} 1616 1 +34690 {34689} 2535 1 +34691 {34690} 2334 1 +34692 {34691} 917 1 +34693 {34692} 1684 1 +34694 {34693} 11925 1 +34695 {34694} 11436 1 +34696 {34695} 1475 1 +34697 {34696} 6334 1 +34698 {34697} 379 1 +34699 {34698} 1541 1 +34700 {34699} 1617 1 +34701 {34700} 2651 1 +34702 {34701} 2122 1 +34703 {34702} 10914 1 +34704 {34703} 9705 1 +34705 {34704} 2101 1 +34706 {34705} 3036 1 +34707 {34706} 2501 1 +34708 {34707} 10371 1 +34709 {34708} 968 1 +34710 {34709} 741 1 +34711 {34710} 2634 1 +34712 {34711} 2392 1 +34713 {34712} 2663 1 +34714 {34713} 1322 1 +34715 {34714} 10419 1 +34716 {34715} 6016 1 +34717 {34716} 2696 1 +34718 {34717} 1740 1 +34719 {34718} 2359 1 +34720 {34719} 818 1 +34721 {34720} 10902 1 +34722 {34721} 3376 1 +34723 {34722} 9135 1 +34724 {34723} 9752 1 +34725 {34724} 1339 1 +34726 {34725} 3343 1 +34727 {34726} 1961 1 +34728 {34727} 3754 1 +34729 {34728} 2464 1 +34730 {34729} 11327 1 +34731 {34730} 13198 1 +34732 {34731} 1617 1 +34733 {34732} 2568 1 +34734 {34733} 7428 1 +34735 {34734} 1333 1 +34736 {34735} 1519 1 +34737 {34736} 1221 1 +34738 {34737} 13989 1 +34739 {34738} 2738 1 +34740 {34739} 2303 1 +34741 {34740} 1786 1 +34742 {34741} 12230 1 +34743 {34742} 10116 1 +34744 {34743} 2632 1 +34745 {34744} 6425 1 +34746 {34745} 2597 1 +34747 {34746} 15104 1 +34748 {34747} 11022 1 +34749 {34748} 12622 1 +34750 {34749} 4298 1 +34751 {34750} 9047 1 +34752 {34751} 2973 1 +34753 {34752} 12124 1 +34754 {34753} 10124 1 +34755 {34754} 2193 1 +34756 {34755} 2632 1 +34757 {34756} 2261 1 +34758 {34757} 10655 1 +34759 {34758} 2302 1 +34760 {34759} 7925 1 +34761 {34760} 14686 1 +34762 {34761} 2537 1 +34763 {34762} 11186 1 +34764 {34763} 1415 1 +34765 {34764} 1566 1 +34766 {34765} 2261 1 +34767 {34766} 986 1 +34768 {34767} 2331 1 +34769 {34768} 7509 1 +34770 {34769} 1914 1 +34771 {34770} 2756 1 +34772 {34771} 10566 1 +34773 {34772} 13663 1 +34774 {34773} 10246 1 +34775 {34774} 1590 1 +34776 {34775} 2563 1 +34777 {34776} 12344 1 +34778 {34777} 2679 1 +34779 {34778} 9793 1 +34780 {34779} 9906 1 +34781 {34780} 11297 1 +34782 {34781} 11148 1 +34783 {34782} 3012 1 +34784 {34783} 9211 1 +34785 {34784} 10147 1 +34786 {34785} 3251 1 +34787 {34786} 971 1 +34788 {34787} 1951 1 +34789 {34788} 11372 1 +34790 {34789} 15443 1 +34791 {34790} 14141 1 +34792 {34791} 1067 1 +34793 {34792} 3286 1 +34794 {34793} 7552 1 +34795 {34794} 10321 1 +34796 {34795} 3179 1 +34797 {34796} 1210 1 +34798 {34797} 14896 1 +34799 {34798} 6571 1 +34800 {34799} 2031 1 +34801 {34800} 3125 1 +34802 {34801} 3070 1 +34803 {34802} 9218 1 +34804 {34803} 10607 1 +34805 {34804} 3311 1 +34806 {34805} 3855 1 +34807 {34806} 11059 1 +34808 {34807} 2907 1 +34809 {34808} 2652 1 +34810 {34809} 10155 1 +34811 {34810} 8642 1 +34812 {34811} 11607 1 +34813 {34812} 16469 1 +34814 {34813} 3366 1 +34815 {34814} 1299 1 +34816 {34815} 2127 1 +34817 {34816} 10618 1 +34818 {34817} 2738 1 +34819 {34818} 11498 1 +34820 {34819} 13019 1 +34821 {34820} 11573 1 +34822 {34821} 9700 1 +34823 {34822} 1948 1 +34824 {34823} 10009 1 +34825 {34824} 3006 1 +34826 {34825} 10757 1 +34827 {34826} 2261 1 +34828 {34827} 1597 1 +34829 {34828} 2011 1 +34830 {34829} 9516 1 +34831 {34830} 1996 1 +34832 {34831} 3007 1 +34833 {34832} 8197 1 +34834 {34833} 2402 1 +34835 {34834} 2435 1 +34836 {34835} 10554 1 +34837 {34836} 11518 1 +34838 {34837} 2775 1 +34839 {34838} 9954 1 +34840 {34839} 3849 1 +34841 {34840} 8485 1 +34842 {34841} 2668 1 +34843 {34842} 1701 1 +34844 {34843} 10701 1 +34845 {34844} 3445 1 +34846 {34845} 10778 1 +34847 {34846} 2184 1 +34848 {34847} 12656 1 +34849 {34848} 11722 1 +34850 {34849} 6680 1 +34851 {34850} 11180 1 +34852 {34851} 10738 1 +34853 {34852} 3011 1 +34854 {34853} 11894 1 +34855 {34854} 11676 1 +34856 {34855} 11595 1 +34857 {34856} 11518 1 +34858 {34857} 3247 1 +34859 {34858} 9797 1 +34860 {34859} 7144 1 +34861 {34860} 10998 1 +34862 {34861} 12472 1 +34863 {34862} 7720 1 +34864 {34863} 2670 1 +34865 {34864} 7567 1 +34866 {34865} 2630 1 +34867 {34866} 9659 1 +34868 {34867} 1653 1 +34869 {34868} 1994 1 +34870 {34869} 11041 1 +34871 {34870} 12306 1 +34872 {34871} 15807 1 +34873 {34872} 2744 1 +34874 {34873} 2636 1 +34875 {34874} 3062 1 +34876 {34875} 2185 1 +34877 {34876} 11932 1 +34878 {34877} 2591 1 +34879 {34878} 2397 1 +34880 {34879} 1393 1 +34881 {34880} 9552 1 +34882 {34881} 1748 1 +34883 {34882} 2268 1 +34884 {34883} 11263 1 +34885 {34884} 9360 1 +34886 {34885} 5067 1 +34887 {34886} 12695 1 +34888 {34887} 10660 1 +34889 {34888} 6399 1 +34890 {34889} 962 1 +34891 {34890} 13691 1 +34892 {34891} 7499 1 +34893 {34892} 3046 1 +34894 {34893} 3851 1 +34895 {34894} 5351 1 +34896 {34895} 3666 1 +34897 {34896} 2181 1 +34898 {34897} 11164 1 +34899 {34898} 3545 1 +34900 {34899} 10124 1 +34901 {34900} 3105 1 +34902 {34901} 11930 1 +34903 {34902} 15053 1 +34904 {34903} 14660 1 +34905 {34904} 2523 1 +34906 {34905} 169 1 +34907 {34906} 2401 1 +34908 {34907} 2831 1 +34909 {34908} 2255 1 +34910 {34909} 2979 1 +34911 {34910} 1546 1 +34912 {34911} 2024 1 +34913 {34912} 10567 1 +34914 {34913} 2453 1 +34915 {34914} 982 1 +34916 {34915} 2910 1 +34917 {34916} 13472 1 +34918 {34917} 2497 1 +34919 {34918} 10670 1 +34920 {34919} 2303 1 +34921 {34920} 6433 1 +34922 {34921} 9345 1 +34923 {34922} 1915 1 +34924 {34923} 9428 1 +34925 {34924} 2429 1 +34926 {34925} 1584 1 +34927 {34926} 10335 1 +34928 {34927} 1720 1 +34929 {34928} 11103 1 +34930 {34929} 1437 1 +34931 {34930} 9335 1 +34932 {34931} 9130 1 +34933 {34932} 15681 1 +34934 {34933} 11076 1 +34935 {34934} 1589 1 +34936 {34935} 2557 1 +34937 {34936} 9970 1 +34938 {34937} 11222 1 +34939 {34938} 2558 1 +34940 {34939} 2734 1 +34941 {34940} 9959 1 +34942 {34941} 8717 1 +34943 {34942} 3549 1 +34944 {34943} 2034 1 +34945 {34944} 8785 1 +34946 {34945} 12888 1 +34947 {34946} 10053 1 +34948 {34947} 3076 1 +34949 {34948} 10826 1 +34950 {34949} 10828 1 +34951 {34950} 1581 1 +34952 {34951} 2189 1 +34953 {34952} 2622 1 +34954 {34953} 2532 1 +34955 {34954} 10637 1 +34956 {34955} 10478 1 +34957 {34956} 3065 1 +34958 {34957} 2978 1 +34959 {34958} 3410 1 +34960 {34959} 2230 1 +34961 {34960} 11198 1 +34962 {34961} 11668 1 +34963 {34962} 10179 1 +34964 {34963} 2464 1 +34965 {34964} 13332 1 +34966 {34965} 1726 1 +34967 {34966} 11940 1 +34968 {34967} 2840 1 +34969 {34968} 5159 1 +34970 {34969} 8650 1 +34971 {34970} 2333 1 +34972 {34971} 5102 1 +34973 {34972} 1783 1 +34974 {34973} 1852 1 +34975 {34974} 9848 1 +34976 {34975} 2087 1 +34977 {34976} 2359 1 +34978 {34977} 13635 1 +34979 {34978} 9415 1 +34980 {34979} 3781 1 +34981 {34980} 2158 1 +34982 {34981} 9645 1 +34983 {34982} 10209 1 +34984 {34983} 2282 1 +34985 {34984} 8400 1 +34986 {34985} 7113 1 +34987 {34986} 1430 1 +34988 {34987} 10526 1 +34989 {34988} 1206 1 +34990 {34989} 2962 1 +34991 {34990} 12384 1 +34992 {34991} 1406 1 +34993 {34992} 10719 1 +34994 {34993} 11779 1 +34995 {34994} 1780 1 +34996 {34995} 10494 1 +34997 {34996} 1180 1 +34998 {34997} 11144 1 +34999 {34998} 2770 1 +35000 {34999} 1586 1 +35001 {35000} 9146 1 +35002 {35001} 8915 1 +35003 {35002} 2323 1 +35004 {35003} 2325 1 +35005 {35004} 14528 1 +35006 {35005} 16168 1 +35007 {35006} 1299 1 +35008 {35007} 13434 1 +35009 {35008} 9105 1 +35010 {35009} 10101 1 +35011 {35010} 10757 1 +35012 {35011} 2574 1 +35013 {35012} 10139 1 +35014 {35013} 2156 1 +35015 {35014} 11439 1 +35016 {35015} 2050 1 +35017 {35016} 10839 1 +35018 {35017} 12312 1 +35019 {35018} 1774 1 +35020 {35019} 11673 1 +35021 {35020} 8267 1 +35022 {35021} 1875 1 +35023 {35022} 12543 1 +35024 {35023} 5733 1 +35025 {35024} 1834 1 +35026 {35025} 1992 1 +35027 {35026} 2459 1 +35028 {35027} 7703 1 +35029 {35028} 1870 1 +35030 {35029} 2009 1 +35031 {35030} 907 1 +35032 {35031} 2668 1 +35033 {35032} 1851 1 +35034 {35033} 10053 1 +35035 {35034} 11516 1 +35036 {35035} 1921 1 +35037 {35036} 9880 1 +35038 {35037} 2457 1 +35039 {35038} 3301 1 +35040 {35039} 16158 1 +35041 {35040} 14665 1 +35042 {35041} 9574 1 +35043 {35042} 2367 1 +35044 {35043} 2198 1 +35045 {35044} 3320 1 +35046 {35045} 9345 1 +35047 {35046} 2390 1 +35048 {35047} 1478 1 +35049 {35048} 6048 1 +35050 {35049} 11151 1 +35051 {35050} 8003 1 +35052 {35051} 2430 1 +35053 {35052} 8810 1 +35054 {35053} 10715 1 +35055 {35054} 12425 1 +35056 {35055} 2524 1 +35057 {35056} 3299 1 +35058 {35057} 1961 1 +35059 {35058} 2602 1 +35060 {35059} 16470 1 +35061 {35060} 2189 1 +35062 {35061} 11161 1 +35063 {35062} 7240 1 +35064 {35063} 10167 1 +35065 {35064} 10208 1 +35066 {35065} 3251 1 +35067 {35066} 2165 1 +35068 {35067} 10786 1 +35069 {35068} 2359 1 +35070 {35069} 11123 1 +35071 {35070} 1839 1 +35072 {35071} 14345 1 +35073 {35072} 9728 1 +35074 {35073} 2428 1 +35075 {35074} 10453 1 +35076 {35075} 7341 1 +35077 {35076} 3036 1 +35078 {35077} 2102 1 +35079 {35078} 3280 1 +35080 {35079} 1901 1 +35081 {35080} 2332 1 +35082 {35081} 10956 1 +35083 {35082} 5429 1 +35084 {35083} 2811 1 +35085 {35084} 11452 1 +35086 {35085} 9571 1 +35087 {35086} 1357 1 +35088 {35087} 2160 1 +35089 {35088} 12181 1 +35090 {35089} 2807 1 +35091 {35090} 405 1 +35092 {35091} 11338 1 +35093 {35092} 2276 1 +35094 {35093} 1535 1 +35095 {35094} 1861 1 +35096 {35095} 10900 1 +35097 {35096} 10939 1 +35098 {35097} 10657 1 +35099 {35098} 10163 1 +35100 {35099} 8935 1 +35101 {35100} 3139 1 +35102 {35101} 1406 1 +35103 {35102} 1531 1 +35104 {35103} 2499 1 +35105 {35104} 1013 1 +35106 {35105} 8608 1 +35107 {35106} 9721 1 +35108 {35107} 2367 1 +35109 {35108} 6838 1 +35110 {35109} 12474 1 +35111 {35110} 8840 1 +35112 {35111} 10599 1 +35113 {35112} 8892 1 +35114 {35113} 3271 1 +35115 {35114} 7003 1 +35116 {35115} 15688 1 +35117 {35116} 12165 1 +35118 {35117} 2282 1 +35119 {35118} 11658 1 +35120 {35119} 1779 1 +35121 {35120} 11071 1 +35122 {35121} 1906 1 +35123 {35122} 1683 1 +35124 {35123} 4730 1 +35125 {35124} 3446 1 +35126 {35125} 1873 1 +35127 {35126} 3250 1 +35128 {35127} 2564 1 +35129 {35128} 933 1 +35130 {35129} 2366 1 +35131 {35130} 7215 1 +35132 {35131} 2809 1 +35133 {35132} 9897 1 +35134 {35133} 2223 1 +35135 {35134} 3069 1 +35136 {35135} 2056 1 +35137 {35136} 11773 1 +35138 {35137} 16607 1 +35139 {35138} 11133 1 +35140 {35139} 14212 1 +35141 {35140} 3489 1 +35142 {35141} 3104 1 +35143 {35142} 9483 1 +35144 {35143} 11335 1 +35145 {35144} 5692 1 +35146 {35145} 5286 1 +35147 {35146} 11514 1 +35148 {35147} 1572 1 +35149 {35148} 11309 1 +35150 {35149} 11820 1 +35151 {35150} 1452 1 +35152 {35151} 9775 1 +35153 {35152} 10844 1 +35154 {35153} 11773 1 +35155 {35154} 1061 1 +35156 {35155} 2379 1 +35157 {35156} 7123 1 +35158 {35157} 1963 1 +35159 {35158} 4491 1 +35160 {35159} 10354 1 +35161 {35160} 9226 1 +35162 {35161} 2044 1 +35163 {35162} 2024 1 +35164 {35163} 9787 1 +35165 {35164} 5401 1 +35166 {35165} 2913 1 +35167 {35166} 2862 1 +35168 {35167} 2400 1 +35169 {35168} 11256 1 +35170 {35169} 1994 1 +35171 {35170} 1257 1 +35172 {35171} 1595 1 +35173 {35172} 15403 1 +35174 {35173} 1756 1 +35175 {35174} 13053 1 +35176 {35175} 10716 1 +35177 {35176} 2366 1 +35178 {35177} 1063 1 +35179 {35178} 10601 1 +35180 {35179} 11842 1 +35181 {35180} 1947 1 +35182 {35181} 10244 1 +35183 {35182} 2718 1 +35184 {35183} 2601 1 +35185 {35184} 1918 1 +35186 {35185} 9741 1 +35187 {35186} 1990 1 +35188 {35187} 10209 1 +35189 {35188} 3478 1 +35190 {35189} 14421 1 +35191 {35190} 2327 1 +35192 {35191} 8056 1 +35193 {35192} 9741 1 +35194 {35193} 3500 1 +35195 {35194} 11618 1 +35196 {35195} 1855 1 +35197 {35196} 10501 1 +35198 {35197} 10743 1 +35199 {35198} 2319 1 +35200 {35199} 9062 1 +35201 {35200} 9532 1 +35202 {35201} 8343 1 +35203 {35202} 10094 1 +35204 {35203} 2029 1 +35205 {35204} 9608 1 +35206 {35205} 7790 1 +35207 {35206} 8020 1 +35208 {35207} 1717 1 +35209 {35208} 9095 1 +35210 {35209} 2633 1 +35211 {35210} 8557 1 +35212 {35211} 11959 1 +35213 {35212} 1994 1 +35214 {35213} 8134 1 +35215 {35214} 2469 1 +35216 {35215} 2288 1 +35217 {35216} 11181 1 +35218 {35217} 1212 1 +35219 {35218} 11212 1 +35220 {35219} 6786 1 +35221 {35220} 2754 1 +35222 {35221} 2030 1 +35223 {35222} 10171 1 +35224 {35223} 2261 1 +35225 {35224} 1926 1 +35226 {35225} 2302 1 +35227 {35226} 2574 1 +35228 {35227} 1603 1 +35229 {35228} 2864 1 +35230 {35229} 9257 1 +35231 {35230} 2430 1 +35232 {35231} 16345 1 +35233 {35232} 5315 1 +35234 {35233} 10313 1 +35235 {35234} 3188 1 +35236 {35235} 9730 1 +35237 {35236} 11090 1 +35238 {35237} 10093 1 +35239 {35238} 1217 1 +35240 {35239} 9480 1 +35241 {35240} 2319 1 +35242 {35241} 10525 1 +35243 {35242} 9313 1 +35244 {35243} 2120 1 +35245 {35244} 3136 1 +35246 {35245} 2056 1 +35247 {35246} 4945 1 +35248 {35247} 16068 1 +35249 {35248} 2319 1 +35250 {35249} 12214 1 +35251 {35250} 10170 1 +35252 {35251} 10841 1 +35253 {35252} 4047 1 +35254 {35253} 10316 1 +35255 {35254} 2998 1 +35256 {35255} 3024 1 +35257 {35256} 11478 1 +35258 {35257} 2427 1 +35259 {35258} 10281 1 +35260 {35259} 1535 1 +35261 {35260} 1432 1 +35262 {35261} 9762 1 +35263 {35262} 6966 1 +35264 {35263} 10207 1 +35265 {35264} 3348 1 +35266 {35265} 2786 1 +35267 {35266} 9138 1 +35268 {35267} 709 1 +35269 {35268} 1997 1 +35270 {35269} 10620 1 +35271 {35270} 3013 1 +35272 {35271} 10201 1 +35273 {35272} 1821 1 +35274 {35273} 10770 1 +35275 {35274} 13112 1 +35276 {35275} 10701 1 +35277 {35276} 2392 1 +35278 {35277} 11339 1 +35279 {35278} 15717 1 +35280 {35279} 6133 1 +35281 {35280} 9366 1 +35282 {35281} 10591 1 +35283 {35282} 11784 1 +35284 {35283} 9625 1 +35285 {35284} 3210 1 +35286 {35285} 10507 1 +35287 {35286} 2885 1 +35288 {35287} 2897 1 +35289 {35288} 10082 1 +35290 {35289} 9849 1 +35291 {35290} 2234 1 +35292 {35291} 5105 1 +35293 {35292} 10061 1 +35294 {35293} 1858 1 +35295 {35294} 1513 1 +35296 {35295} 1862 1 +35297 {35296} 5933 1 +35298 {35297} 11017 1 +35299 {35298} 10851 1 +35300 {35299} 2558 1 +35301 {35300} 2820 1 +35302 {35301} 10999 1 +35303 {35302} 3042 1 +35304 {35303} 7756 1 +35305 {35304} 10991 1 +35306 {35305} 3810 1 +35307 {35306} 2906 1 +35308 {35307} 741 1 +35309 {35308} 2672 1 +35310 {35309} 2851 1 +35311 {35310} 15325 1 +35312 {35311} 9013 1 +35313 {35312} 3109 1 +35314 {35313} 2537 1 +35315 {35314} 1671 1 +35316 {35315} 8553 1 +35317 {35316} 11478 1 +35318 {35317} 10585 1 +35319 {35318} 11347 1 +35320 {35319} 1996 1 +35321 {35320} 2101 1 +35322 {35321} 9869 1 +35323 {35322} 12242 1 +35324 {35323} 1780 1 +35325 {35324} 1643 1 +35326 {35325} 11131 1 +35327 {35326} 1417 1 +35328 {35327} 2101 1 +35329 {35328} 10653 1 +35330 {35329} 10869 1 +35331 {35330} 2129 1 +35332 {35331} 11456 1 +35333 {35332} 10315 1 +35334 {35333} 9057 1 +35335 {35334} 8592 1 +35336 {35335} 2688 1 +35337 {35336} 8709 1 +35338 {35337} 2263 1 +35339 {35338} 4658 1 +35340 {35339} 2630 1 +35341 {35340} 14047 1 +35342 {35341} 2154 1 +35343 {35342} 9233 1 +35344 {35343} 9398 1 +35345 {35344} 15341 1 +35346 {35345} 10045 1 +35347 {35346} 3952 1 +35348 {35347} 9828 1 +35349 {35348} 2205 1 +35350 {35349} 8516 1 +35351 {35350} 15220 1 +35352 {35351} 10585 1 +35353 {35352} 6185 1 +35354 {35353} 2122 1 +35355 {35354} 3039 1 +35356 {35355} 6730 1 +35357 {35356} 12502 1 +35358 {35357} 9754 1 +35359 {35358} 2538 1 +35360 {35359} 14394 1 +35361 {35360} 2917 1 +35362 {35361} 2774 1 +35363 {35362} 8742 1 +35364 {35363} 10809 1 +35365 {35364} 11846 1 +35366 {35365} 8829 1 +35367 {35366} 1826 1 +35368 {35367} 2295 1 +35369 {35368} 11284 1 +35370 {35369} 2971 1 +35371 {35370} 14613 1 +35372 {35371} 5645 1 +35373 {35372} 2707 1 +35374 {35373} 11066 1 +35375 {35374} 11245 1 +35376 {35375} 3207 1 +35377 {35376} 10278 1 +35378 {35377} 2302 1 +35379 {35378} 3035 1 +35380 {35379} 12536 1 +35381 {35380} 2598 1 +35382 {35381} 11300 1 +35383 {35382} 2941 1 +35384 {35383} 15908 1 +35385 {35384} 10706 1 +35386 {35385} 2135 1 +35387 {35386} 5628 1 +35388 {35387} 2777 1 +35389 {35388} 10736 1 +35390 {35389} 12170 1 +35391 {35390} 1276 1 +35392 {35391} 1041 1 +35393 {35392} 7558 1 +35394 {35393} 3378 1 +35395 {35394} 2730 1 +35396 {35395} 15561 1 +35397 {35396} 1823 1 +35398 {35397} 9207 1 +35399 {35398} 14785 1 +35400 {35399} 11288 1 +35401 {35400} 10689 1 +35402 {35401} 1886 1 +35403 {35402} 1752 1 +35404 {35403} 3791 1 +35405 {35404} 2403 1 +35406 {35405} 1100 1 +35407 {35406} 3143 1 +35408 {35407} 1545 1 +35409 {35408} 1653 1 +35410 {35409} 2290 1 +35411 {35410} 9682 1 +35412 {35411} 2435 1 +35413 {35412} 8286 1 +35414 {35413} 2741 1 +35415 {35414} 10051 1 +35416 {35415} 2633 1 +35417 {35416} 1433 1 +35418 {35417} 1671 1 +35419 {35418} 3215 1 +35420 {35419} 2140 1 +35421 {35420} 2765 1 +35422 {35421} 10309 1 +35423 {35422} 3213 1 +35424 {35423} 10698 1 +35425 {35424} 10453 1 +35426 {35425} 2102 1 +35427 {35426} 2586 1 +35428 {35427} 2173 1 +35429 {35428} 2512 1 +35430 {35429} 2634 1 +35431 {35430} 2341 1 +35432 {35431} 11571 1 +35433 {35432} 13827 1 +35434 {35433} 3094 1 +35435 {35434} 2012 1 +35436 {35435} 2205 1 +35437 {35436} 9584 1 +35438 {35437} 16625 1 +35439 {35438} 7396 1 +35440 {35439} 9900 1 +35441 {35440} 13282 1 +35442 {35441} 5232 1 +35443 {35442} 1437 1 +35444 {35443} 3544 1 +35445 {35444} 3077 1 +35446 {35445} 1750 1 +35447 {35446} 3644 1 +35448 {35447} 9571 1 +35449 {35448} 1713 1 +35450 {35449} 9231 1 +35451 {35450} 4189 1 +35452 {35451} 2770 1 +35453 {35452} 4671 1 +35454 {35453} 9467 1 +35455 {35454} 2638 1 +35456 {35455} 3180 1 +35457 {35456} 12899 1 +35458 {35457} 9292 1 +35459 {35458} 10465 1 +35460 {35459} 1990 1 +35461 {35460} 1852 1 +35462 {35461} 3365 1 +35463 {35462} 11279 1 +35464 {35463} 2182 1 +35465 {35464} 9893 1 +35466 {35465} 11708 1 +35467 {35466} 2673 1 +35468 {35467} 1299 1 +35469 {35468} 14691 1 +35470 {35469} 8530 1 +35471 {35470} 10797 1 +35472 {35471} 9034 1 +35473 {35472} 12742 1 +35474 {35473} 2639 1 +35475 {35474} 3279 1 +35476 {35475} 16062 1 +35477 {35476} 2428 1 +35478 {35477} 11395 1 +35479 {35478} 11196 1 +35480 {35479} 5836 1 +35481 {35480} 3374 1 +35482 {35481} 2090 1 +35483 {35482} 16447 1 +35484 {35483} 2571 1 +35485 {35484} 2335 1 +35486 {35485} 15300 1 +35487 {35486} 10134 1 +35488 {35487} 1741 1 +35489 {35488} 14149 1 +35490 {35489} 3514 1 +35491 {35490} 10155 1 +35492 {35491} 309 1 +35493 {35492} 9992 1 +35494 {35493} 2227 1 +35495 {35494} 16602 1 +35496 {35495} 10204 1 +35497 {35496} 10786 1 +35498 {35497} 2842 1 +35499 {35498} 9381 1 +35500 {35499} 1537 1 +35501 {35500} 854 1 +35502 {35501} 2229 1 +35503 {35502} 9685 1 +35504 {35503} 16400 1 +35505 {35504} 12614 1 +35506 {35505} 11897 1 +35507 {35506} 1684 1 +35508 {35507} 12526 1 +35509 {35508} 10425 1 +35510 {35509} 2112 1 +35511 {35510} 10746 1 +35512 {35511} 2459 1 +35513 {35512} 8737 1 +35514 {35513} 10938 1 +35515 {35514} 10059 1 +35516 {35515} 2572 1 +35517 {35516} 9116 1 +35518 {35517} 3258 1 +35519 {35518} 11607 1 +35520 {35519} 11784 1 +35521 {35520} 2367 1 +35522 {35521} 2192 1 +35523 {35522} 1653 1 +35524 {35523} 10237 1 +35525 {35524} 11553 1 +35526 {35525} 1947 1 +35527 {35526} 7646 1 +35528 {35527} 1639 1 +35529 {35528} 10207 1 +35530 {35529} 1750 1 +35531 {35530} 10686 1 +35532 {35531} 1922 1 +35533 {35532} 11695 1 +35534 {35533} 1914 1 +35535 {35534} 2797 1 +35536 {35535} 8228 1 +35537 {35536} 2869 1 +35538 {35537} 16502 1 +35539 {35538} 1347 1 +35540 {35539} 1947 1 +35541 {35540} 11523 1 +35542 {35541} 9776 1 +35543 {35542} 3365 1 +35544 {35543} 3573 1 +35545 {35544} 4585 1 +35546 {35545} 10809 1 +35547 {35546} 13025 1 +35548 {35547} 12500 1 +35549 {35548} 5276 1 +35550 {35549} 2007 1 +35551 {35550} 1425 1 +35552 {35551} 3951 1 +35553 {35552} 4890 1 +35554 {35553} 13101 1 +35555 {35554} 9893 1 +35556 {35555} 3250 1 +35557 {35556} 10958 1 +35558 {35557} 669 1 +35559 {35558} 2897 1 +35560 {35559} 2078 1 +35561 {35560} 9653 1 +35562 {35561} 867 1 +35563 {35562} 11649 1 +35564 {35563} 11633 1 +35565 {35564} 3383 1 +35566 {35565} 2334 1 +35567 {35566} 1980 1 +35568 {35567} 7822 1 +35569 {35568} 2844 1 +35570 {35569} 2910 1 +35571 {35570} 5814 1 +35572 {35571} 1790 1 +35573 {35572} 2918 1 +35574 {35573} 11586 1 +35575 {35574} 1748 1 +35576 {35575} 2867 1 +35577 {35576} 8777 1 +35578 {35577} 11348 1 +35579 {35578} 2523 1 +35580 {35579} 10716 1 +35581 {35580} 3297 1 +35582 {35581} 2605 1 +35583 {35582} 5310 1 +35584 {35583} 1324 1 +35585 {35584} 2899 1 +35586 {35585} 1244 1 +35587 {35586} 2852 1 +35588 {35587} 8785 1 +35589 {35588} 9135 1 +35590 {35589} 10432 1 +35591 {35590} 2663 1 +35592 {35591} 9561 1 +35593 {35592} 11507 1 +35594 {35593} 2050 1 +35595 {35594} 9803 1 +35596 {35595} 1931 1 +35597 {35596} 14327 1 +35598 {35597} 2057 1 +35599 {35598} 10891 1 +35600 {35599} 9500 1 +35601 {35600} 9706 1 +35602 {35601} 2293 1 +35603 {35602} 11188 1 +35604 {35603} 2978 1 +35605 {35604} 2824 1 +35606 {35605} 5756 1 +35607 {35606} 9381 1 +35608 {35607} 11159 1 +35609 {35608} 10600 1 +35610 {35609} 863 1 +35611 {35610} 9608 1 +35612 {35611} 10318 1 +35613 {35612} 2160 1 +35614 {35613} 9661 1 +35615 {35614} 2909 1 +35616 {35615} 1338 1 +35617 {35616} 2118 1 +35618 {35617} 9605 1 +35619 {35618} 4105 1 +35620 {35619} 2065 1 +35621 {35620} 16328 1 +35622 {35621} 2417 1 +35623 {35622} 12388 1 +35624 {35623} 10514 1 +35625 {35624} 1244 1 +35626 {35625} 3678 1 +35627 {35626} 13972 1 +35628 {35627} 10777 1 +35629 {35628} 1852 1 +35630 {35629} 11634 1 +35631 {35630} 11557 1 +35632 {35631} 1709 1 +35633 {35632} 2100 1 +35634 {35633} 11995 1 +35635 {35634} 2477 1 +35636 {35635} 9083 1 +35637 {35636} 2456 1 +35638 {35637} 14209 1 +35639 {35638} 3100 1 +35640 {35639} 1737 1 +35641 {35640} 2693 1 +35642 {35641} 13711 1 +35643 {35642} 12802 1 +35644 {35643} 2486 1 +35645 {35644} 6105 1 +35646 {35645} 13669 1 +35647 {35646} 1882 1 +35648 {35647} 16267 1 +35649 {35648} 2000 1 +35650 {35649} 13006 1 +35651 {35650} 10604 1 +35652 {35651} 10612 1 +35653 {35652} 10250 1 +35654 {35653} 11998 1 +35655 {35654} 1724 1 +35656 {35655} 10987 1 +35657 {35656} 10294 1 +35658 {35657} 2101 1 +35659 {35658} 1674 1 +35660 {35659} 3139 1 +35661 {35660} 3510 1 +35662 {35661} 2179 1 +35663 {35662} 11431 1 +35664 {35663} 11260 1 +35665 {35664} 1472 1 +35666 {35665} 11320 1 +35667 {35666} 11617 1 +35668 {35667} 11130 1 +35669 {35668} 2624 1 +35670 {35669} 1922 1 +35671 {35670} 1927 1 +35672 {35671} 2943 1 +35673 {35672} 3343 1 +35674 {35673} 3067 1 +35675 {35674} 11251 1 +35676 {35675} 3134 1 +35677 {35676} 6390 1 +35678 {35677} 2427 1 +35679 {35678} 3877 1 +35680 {35679} 1882 1 +35681 {35680} 4628 1 +35682 {35681} 13979 1 +35683 {35682} 11196 1 +35684 {35683} 2003 1 +35685 {35684} 8462 1 +35686 {35685} 9087 1 +35687 {35686} 7695 1 +35688 {35687} 2739 1 +35689 {35688} 6001 1 +35690 {35689} 9684 1 +35691 {35690} 1538 1 +35692 {35691} 1369 1 +35693 {35692} 2534 1 +35694 {35693} 713 1 +35695 {35694} 3111 1 +35696 {35695} 1889 1 +35697 {35696} 9917 1 +35698 {35697} 11505 1 +35699 {35698} 616 1 +35700 {35699} 11313 1 +35701 {35700} 1342 1 +35702 {35701} 12462 1 +35703 {35702} 10627 1 +35704 {35703} 2674 1 +35705 {35704} 10555 1 +35706 {35705} 9826 1 +35707 {35706} 8325 1 +35708 {35707} 11005 1 +35709 {35708} 11901 1 +35710 {35709} 8571 1 +35711 {35710} 2837 1 +35712 {35711} 688 1 +35713 {35712} 11284 1 +35714 {35713} 13795 1 +35715 {35714} 10575 1 +35716 {35715} 10232 1 +35717 {35716} 9073 1 +35718 {35717} 6532 1 +35719 {35718} 8812 1 +35720 {35719} 888 1 +35721 {35720} 9518 1 +35722 {35721} 2266 1 +35723 {35722} 2300 1 +35724 {35723} 11847 1 +35725 {35724} 2929 1 +35726 {35725} 10425 1 +35727 {35726} 2420 1 +35728 {35727} 10642 1 +35729 {35728} 7071 1 +35730 {35729} 10746 1 +35731 {35730} 3479 1 +35732 {35731} 13656 1 +35733 {35732} 14085 1 +35734 {35733} 9588 1 +35735 {35734} 2943 1 +35736 {35735} 10472 1 +35737 {35736} 13335 1 +35738 {35737} 10209 1 +35739 {35738} 2719 1 +35740 {35739} 14441 1 +35741 {35740} 10580 1 +35742 {35741} 15210 1 +35743 {35742} 14804 1 +35744 {35743} 9312 1 +35745 {35744} 3074 1 +35746 {35745} 11139 1 +35747 {35746} 2169 1 +35748 {35747} 10109 1 +35749 {35748} 11680 1 +35750 {35749} 2555 1 +35751 {35750} 2300 1 +35752 {35751} 10116 1 +35753 {35752} 13431 1 +35754 {35753} 2939 1 +35755 {35754} 14666 1 +35756 {35755} 3332 1 +35757 {35756} 7488 1 +35758 {35757} 10472 1 +35759 {35758} 4590 1 +35760 {35759} 10162 1 +35761 {35760} 9011 1 +35762 {35761} 3250 1 +35763 {35762} 10026 1 +35764 {35763} 9407 1 +35765 {35764} 1115 1 +35766 {35765} 15542 1 +35767 {35766} 2287 1 +35768 {35767} 3141 1 +35769 {35768} 10360 1 +35770 {35769} 1809 1 +35771 {35770} 3031 1 +35772 {35771} 2661 1 +35773 {35772} 2566 1 +35774 {35773} 10419 1 +35775 {35774} 9215 1 +35776 {35775} 10065 1 +35777 {35776} 5512 1 +35778 {35777} 1049 1 +35779 {35778} 2790 1 +35780 {35779} 2553 1 +35781 {35780} 9026 1 +35782 {35781} 16000 1 +35783 {35782} 16358 1 +35784 {35783} 2630 1 +35785 {35784} 10203 1 +35786 {35785} 2565 1 +35787 {35786} 1448 1 +35788 {35787} 7586 1 +35789 {35788} 5802 1 +35790 {35789} 10187 1 +35791 {35790} 11153 1 +35792 {35791} 1873 1 +35793 {35792} 3004 1 +35794 {35793} 9643 1 +35795 {35794} 12421 1 +35796 {35795} 10539 1 +35797 {35796} 11042 1 +35798 {35797} 11926 1 +35799 {35798} 9209 1 +35800 {35799} 10348 1 +35801 {35800} 9322 1 +35802 {35801} 9369 1 +35803 {35802} 8085 1 +35804 {35803} 2261 1 +35805 {35804} 10629 1 +35806 {35805} 10653 1 +35807 {35806} 10162 1 +35808 {35807} 10139 1 +35809 {35808} 1551 1 +35810 {35809} 1401 1 +35811 {35810} 1200 1 +35812 {35811} 2565 1 +35813 {35812} 9955 1 +35814 {35813} 3130 1 +35815 {35814} 12038 1 +35816 {35815} 2371 1 +35817 {35816} 9034 1 +35818 {35817} 8618 1 +35819 {35818} 11516 1 +35820 {35819} 16072 1 +35821 {35820} 10134 1 +35822 {35821} 2195 1 +35823 {35822} 10128 1 +35824 {35823} 2205 1 +35825 {35824} 1664 1 +35826 {35825} 2366 1 +35827 {35826} 10953 1 +35828 {35827} 3273 1 +35829 {35828} 2563 1 +35830 {35829} 10462 1 +35831 {35830} 3514 1 +35832 {35831} 1667 1 +35833 {35832} 10134 1 +35834 {35833} 7798 1 +35835 {35834} 3442 1 +35836 {35835} 2532 1 +35837 {35836} 11027 1 +35838 {35837} 1262 1 +35839 {35838} 2371 1 +35840 {35839} 10533 1 +35841 {35840} 2141 1 +35842 {35841} 9983 1 +35843 {35842} 2468 1 +35844 {35843} 2573 1 +35845 {35844} 2934 1 +35846 {35845} 9875 1 +35847 {35846} 11191 1 +35848 {35847} 4740 1 +35849 {35848} 9880 1 +35850 {35849} 9720 1 +35851 {35850} 10487 1 +35852 {35851} 1125 1 +35853 {35852} 2803 1 +35854 {35853} 8605 1 +35855 {35854} 14511 1 +35856 {35855} 10797 1 +35857 {35856} 10845 1 +35858 {35857} 10157 1 +35859 {35858} 1780 1 +35860 {35859} 10858 1 +35861 {35860} 7473 1 +35862 {35861} 2256 1 +35863 {35862} 9829 1 +35864 {35863} 2504 1 +35865 {35864} 10489 1 +35866 {35865} 1784 1 +35867 {35866} 1926 1 +35868 {35867} 12842 1 +35869 {35868} 2220 1 +35870 {35869} 11592 1 +35871 {35870} 3172 1 +35872 {35871} 2532 1 +35873 {35872} 2227 1 +35874 {35873} 9717 1 +35875 {35874} 4756 1 +35876 {35875} 8804 1 +35877 {35876} 8971 1 +35878 {35877} 2739 1 +35879 {35878} 1115 1 +35880 {35879} 9027 1 +35881 {35880} 3666 1 +35882 {35881} 2353 1 +35883 {35882} 4607 1 +35884 {35883} 9654 1 +35885 {35884} 8975 1 +35886 {35885} 10489 1 +35887 {35886} 9904 1 +35888 {35887} 2845 1 +35889 {35888} 12477 1 +35890 {35889} 3107 1 +35891 {35890} 3417 1 +35892 {35891} 4556 1 +35893 {35892} 3013 1 +35894 {35893} 3105 1 +35895 {35894} 8858 1 +35896 {35895} 713 1 +35897 {35896} 1396 1 +35898 {35897} 2528 1 +35899 {35898} 13660 1 +35900 {35899} 860 1 +35901 {35900} 2718 1 +35902 {35901} 10593 1 +35903 {35902} 2700 1 +35904 {35903} 3028 1 +35905 {35904} 10679 1 +35906 {35905} 10196 1 +35907 {35906} 2320 1 +35908 {35907} 10792 1 +35909 {35908} 3076 1 +35910 {35909} 2589 1 +35911 {35910} 1703 1 +35912 {35911} 12148 1 +35913 {35912} 1815 1 +35914 {35913} 14236 1 +35915 {35914} 1926 1 +35916 {35915} 2936 1 +35917 {35916} 10420 1 +35918 {35917} 2007 1 +35919 {35918} 9467 1 +35920 {35919} 7941 1 +35921 {35920} 4663 1 +35922 {35921} 9685 1 +35923 {35922} 2430 1 +35924 {35923} 1779 1 +35925 {35924} 10416 1 +35926 {35925} 312 1 +35927 {35926} 2977 1 +35928 {35927} 6375 1 +35929 {35928} 10686 1 +35930 {35929} 703 1 +35931 {35930} 2461 1 +35932 {35931} 10596 1 +35933 {35932} 7987 1 +35934 {35933} 1409 1 +35935 {35934} 11031 1 +35936 {35935} 10216 1 +35937 {35936} 2435 1 +35938 {35937} 3950 1 +35939 {35938} 9345 1 +35940 {35939} 4249 1 +35941 {35940} 11553 1 +35942 {35941} 2234 1 +35943 {35942} 1188 1 +35944 {35943} 9386 1 +35945 {35944} 3536 1 +35946 {35945} 2126 1 +35947 {35946} 12004 1 +35948 {35947} 1537 1 +35949 {35948} 1185 1 +35950 {35949} 2416 1 +35951 {35950} 2847 1 +35952 {35951} 9097 1 +35953 {35952} 15361 1 +35954 {35953} 11850 1 +35955 {35954} 3266 1 +35956 {35955} 1958 1 +35957 {35956} 10981 1 +35958 {35957} 11810 1 +35959 {35958} 3107 1 +35960 {35959} 7498 1 +35961 {35960} 6793 1 +35962 {35961} 11367 1 +35963 {35962} 2262 1 +35964 {35963} 8819 1 +35965 {35964} 10540 1 +35966 {35965} 11054 1 +35967 {35966} 1750 1 +35968 {35967} 11071 1 +35969 {35968} 10487 1 +35970 {35969} 2058 1 +35971 {35970} 10310 1 +35972 {35971} 10874 1 +35973 {35972} 8467 1 +35974 {35973} 1307 1 +35975 {35974} 2801 1 +35976 {35975} 2942 1 +35977 {35976} 8862 1 +35978 {35977} 2029 1 +35979 {35978} 15436 1 +35980 {35979} 3646 1 +35981 {35980} 2092 1 +35982 {35981} 1541 1 +35983 {35982} 11159 1 +35984 {35983} 12628 1 +35985 {35984} 2477 1 +35986 {35985} 8155 1 +35987 {35986} 16110 1 +35988 {35987} 3105 1 +35989 {35988} 1461 1 +35990 {35989} 10076 1 +35991 {35990} 2987 1 +35992 {35991} 1918 1 +35993 {35992} 9507 1 +35994 {35993} 1045 1 +35995 {35994} 9803 1 +35996 {35995} 3805 1 +35997 {35996} 1599 1 +35998 {35997} 2022 1 +35999 {35998} 3840 1 +36000 {35999} 11520 1 +36001 {36000} 10992 1 +36002 {36001} 11138 1 +36003 {36002} 14335 1 +36004 {36003} 1531 1 +36005 {36004} 11424 1 +36006 {36005} 5802 1 +36007 {36006} 391 1 +36008 {36007} 10738 1 +36009 {36008} 1921 1 +36010 {36009} 9869 1 +36011 {36010} 11304 1 +36012 {36011} 12729 1 +36013 {36012} 11367 1 +36014 {36013} 1578 1 +36015 {36014} 1914 1 +36016 {36015} 2687 1 +36017 {36016} 9260 1 +36018 {36017} 1884 1 +36019 {36018} 2126 1 +36020 {36019} 9913 1 +36021 {36020} 12024 1 +36022 {36021} 13409 1 +36023 {36022} 13763 1 +36024 {36023} 2897 1 +36025 {36024} 2118 1 +36026 {36025} 2217 1 +36027 {36026} 1998 1 +36028 {36027} 2084 1 +36029 {36028} 11037 1 +36030 {36029} 1571 1 +36031 {36030} 2295 1 +36032 {36031} 13246 1 +36033 {36032} 3841 1 +36034 {36033} 2589 1 +36035 {36034} 10413 1 +36036 {36035} 11595 1 +36037 {36036} 11071 1 +36038 {36037} 8383 1 +36039 {36038} 11223 1 +36040 {36039} 3111 1 +36041 {36040} 10457 1 +36042 {36041} 1090 1 +36043 {36042} 1486 1 +36044 {36043} 3448 1 +36045 {36044} 11081 1 +36046 {36045} 2465 1 +36047 {36046} 2459 1 +36048 {36047} 14821 1 +36049 {36048} 10905 1 +36050 {36049} 1469 1 +36051 {36050} 12416 1 +36052 {36051} 14658 1 +36053 {36052} 2453 1 +36054 {36053} 13957 1 +36055 {36054} 9912 1 +36056 {36055} 2427 1 +36057 {36056} 10577 1 +36058 {36057} 16382 1 +36059 {36058} 2154 1 +36060 {36059} 2874 1 +36061 {36060} 11693 1 +36062 {36061} 1653 1 +36063 {36062} 3000 1 +36064 {36063} 2977 1 +36065 {36064} 9622 1 +36066 {36065} 2464 1 +36067 {36066} 1344 1 +36068 {36067} 11407 1 +36069 {36068} 2832 1 +36070 {36069} 2845 1 +36071 {36070} 11806 1 +36072 {36071} 10175 1 +36073 {36072} 7930 1 +36074 {36073} 3505 1 +36075 {36074} 3807 1 +36076 {36075} 2498 1 +36077 {36076} 11704 1 +36078 {36077} 2076 1 +36079 {36078} 9725 1 +36080 {36079} 2697 1 +36081 {36080} 9573 1 +36082 {36081} 3748 1 +36083 {36082} 10807 1 +36084 {36083} 2887 1 +36085 {36084} 14753 1 +36086 {36085} 1017 1 +36087 {36086} 2598 1 +36088 {36087} 2630 1 +36089 {36088} 3999 1 +36090 {36089} 12152 1 +36091 {36090} 13836 1 +36092 {36091} 2286 1 +36093 {36092} 2532 1 +36094 {36093} 2489 1 +36095 {36094} 7484 1 +36096 {36095} 12677 1 +36097 {36096} 6006 1 +36098 {36097} 2401 1 +36099 {36098} 1612 1 +36100 {36099} 2184 1 +36101 {36100} 3344 1 +36102 {36101} 1573 1 +36103 {36102} 10643 1 +36104 {36103} 14532 1 +36105 {36104} 2315 1 +36106 {36105} 11336 1 +36107 {36106} 14205 1 +36108 {36107} 2292 1 +36109 {36108} 1878 1 +36110 {36109} 2810 1 +36111 {36110} 2430 1 +36112 {36111} 2125 1 +36113 {36112} 1638 1 +36114 {36113} 11364 1 +36115 {36114} 1540 1 +36116 {36115} 1673 1 +36117 {36116} 1007 1 +36118 {36117} 10343 1 +36119 {36118} 4993 1 +36120 {36119} 906 1 +36121 {36120} 11463 1 +36122 {36121} 11305 1 +36123 {36122} 11542 1 +36124 {36123} 11305 1 +36125 {36124} 2547 1 +36126 {36125} 14426 1 +36127 {36126} 10814 1 +36128 {36127} 3144 1 +36129 {36128} 2284 1 +36130 {36129} 2838 1 +36131 {36130} 1821 1 +36132 {36131} 1963 1 +36133 {36132} 2663 1 +36134 {36133} 7853 1 +36135 {36134} 2290 1 +36136 {36135} 1875 1 +36137 {36136} 7825 1 +36138 {36137} 14714 1 +36139 {36138} 10083 1 +36140 {36139} 9410 1 +36141 {36140} 2187 1 +36142 {36141} 10576 1 +36143 {36142} 2054 1 +36144 {36143} 10174 1 +36145 {36144} 1671 1 +36146 {36145} 10061 1 +36147 {36146} 2899 1 +36148 {36147} 1918 1 +36149 {36148} 10951 1 +36150 {36149} 2712 1 +36151 {36150} 1227 1 +36152 {36151} 10978 1 +36153 {36152} 11242 1 +36154 {36153} 2562 1 +36155 {36154} 10200 1 +36156 {36155} 6018 1 +36157 {36156} 10288 1 +36158 {36157} 10811 1 +36159 {36158} 12824 1 +36160 {36159} 6495 1 +36161 {36160} 685 1 +36162 {36161} 7342 1 +36163 {36162} 1926 1 +36164 {36163} 2839 1 +36165 {36164} 1137 1 +36166 {36165} 13684 1 +36167 {36166} 2009 1 +36168 {36167} 1442 1 +36169 {36168} 2766 1 +36170 {36169} 7355 1 +36171 {36170} 10745 1 +36172 {36171} 2428 1 +36173 {36172} 2872 1 +36174 {36173} 12739 1 +36175 {36174} 2634 1 +36176 {36175} 1679 1 +36177 {36176} 9643 1 +36178 {36177} 11347 1 +36179 {36178} 10967 1 +36180 {36179} 14082 1 +36181 {36180} 9773 1 +36182 {36181} 9009 1 +36183 {36182} 2395 1 +36184 {36183} 13894 1 +36185 {36184} 10707 1 +36186 {36185} 9171 1 +36187 {36186} 937 1 +36188 {36187} 3466 1 +36189 {36188} 13841 1 +36190 {36189} 2986 1 +36191 {36190} 8983 1 +36192 {36191} 2193 1 +36193 {36192} 11196 1 +36194 {36193} 2013 1 +36195 {36194} 10750 1 +36196 {36195} 2233 1 +36197 {36196} 9640 1 +36198 {36197} 5255 1 +36199 {36198} 2566 1 +36200 {36199} 10271 1 +36201 {36200} 11008 1 +36202 {36201} 2806 1 +36203 {36202} 2061 1 +36204 {36203} 2322 1 +36205 {36204} 2359 1 +36206 {36205} 1989 1 +36207 {36206} 15586 1 +36208 {36207} 9140 1 +36209 {36208} 2601 1 +36210 {36209} 10530 1 +36211 {36210} 5672 1 +36212 {36211} 2282 1 +36213 {36212} 16258 1 +36214 {36213} 7224 1 +36215 {36214} 2699 1 +36216 {36215} 15418 1 +36217 {36216} 10660 1 +36218 {36217} 10880 1 +36219 {36218} 2113 1 +36220 {36219} 2300 1 +36221 {36220} 11211 1 +36222 {36221} 9725 1 +36223 {36222} 1708 1 +36224 {36223} 10820 1 +36225 {36224} 10229 1 +36226 {36225} 10026 1 +36227 {36226} 10672 1 +36228 {36227} 11456 1 +36229 {36228} 9476 1 +36230 {36229} 1723 1 +36231 {36230} 132 1 +36232 {36231} 4022 1 +36233 {36232} 14270 1 +36234 {36233} 8671 1 +36235 {36234} 1807 1 +36236 {36235} 1482 1 +36237 {36236} 2192 1 +36238 {36237} 10241 1 +36239 {36238} 9624 1 +36240 {36239} 9074 1 +36241 {36240} 11092 1 +36242 {36241} 11305 1 +36243 {36242} 1749 1 +36244 {36243} 1893 1 +36245 {36244} 3144 1 +36246 {36245} 10316 1 +36247 {36246} 2523 1 +36248 {36247} 11329 1 +36249 {36248} 2535 1 +36250 {36249} 10025 1 +36251 {36250} 13778 1 +36252 {36251} 3076 1 +36253 {36252} 2693 1 +36254 {36253} 3070 1 +36255 {36254} 10013 1 +36256 {36255} 9102 1 +36257 {36256} 15909 1 +36258 {36257} 10786 1 +36259 {36258} 2083 1 +36260 {36259} 2837 1 +36261 {36260} 11846 1 +36262 {36261} 9895 1 +36263 {36262} 11719 1 +36264 {36263} 11668 1 +36265 {36264} 1096 1 +36266 {36265} 10975 1 +36267 {36266} 2926 1 +36268 {36267} 2320 1 +36269 {36268} 1158 1 +36270 {36269} 10761 1 +36271 {36270} 3281 1 +36272 {36271} 1823 1 +36273 {36272} 4192 1 +36274 {36273} 10477 1 +36275 {36274} 7032 1 +36276 {36275} 1885 1 +36277 {36276} 16095 1 +36278 {36277} 3105 1 +36279 {36278} 16086 1 +36280 {36279} 16082 1 +36281 {36280} 10475 1 +36282 {36281} 9862 1 +36283 {36282} 1554 1 +36284 {36283} 2096 1 +36285 {36284} 1976 1 +36286 {36285} 2166 1 +36287 {36286} 2535 1 +36288 {36287} 12030 1 +36289 {36288} 9739 1 +36290 {36289} 2247 1 +36291 {36290} 5780 1 +36292 {36291} 1826 1 +36293 {36292} 9724 1 +36294 {36293} 11263 1 +36295 {36294} 1230 1 +36296 {36295} 7974 1 +36297 {36296} 10918 1 +36298 {36297} 2332 1 +36299 {36298} 10757 1 +36300 {36299} 9607 1 +36301 {36300} 3109 1 +36302 {36301} 8283 1 +36303 {36302} 2011 1 +36304 {36303} 15729 1 +36305 {36304} 1534 1 +36306 {36305} 2222 1 +36307 {36306} 3166 1 +36308 {36307} 2627 1 +36309 {36308} 2265 1 +36310 {36309} 2466 1 +36311 {36310} 2887 1 +36312 {36311} 10340 1 +36313 {36312} 3246 1 +36314 {36313} 10895 1 +36315 {36314} 2062 1 +36316 {36315} 2765 1 +36317 {36316} 2966 1 +36318 {36317} 1442 1 +36319 {36318} 2744 1 +36320 {36319} 3160 1 +36321 {36320} 4443 1 +36322 {36321} 11314 1 +36323 {36322} 1203 1 +36324 {36323} 2069 1 +36325 {36324} 1325 1 +36326 {36325} 8219 1 +36327 {36326} 10282 1 +36328 {36327} 9725 1 +36329 {36328} 13616 1 +36330 {36329} 2331 1 +36331 {36330} 1042 1 +36332 {36331} 1914 1 +36333 {36332} 12380 1 +36334 {36333} 10442 1 +36335 {36334} 10539 1 +36336 {36335} 3372 1 +36337 {36336} 3083 1 +36338 {36337} 11682 1 +36339 {36338} 2331 1 +36340 {36339} 3307 1 +36341 {36340} 10979 1 +36342 {36341} 8875 1 +36343 {36342} 3077 1 +36344 {36343} 12118 1 +36345 {36344} 8511 1 +36346 {36345} 2333 1 +36347 {36346} 5904 1 +36348 {36347} 2501 1 +36349 {36348} 2805 1 +36350 {36349} 2906 1 +36351 {36350} 11116 1 +36352 {36351} 10250 1 +36353 {36352} 1244 1 +36354 {36353} 11056 1 +36355 {36354} 10699 1 +36356 {36355} 2284 1 +36357 {36356} 1868 1 +36358 {36357} 2109 1 +36359 {36358} 10804 1 +36360 {36359} 9835 1 +36361 {36360} 2867 1 +36362 {36361} 3172 1 +36363 {36362} 1553 1 +36364 {36363} 9884 1 +36365 {36364} 1568 1 +36366 {36365} 1734 1 +36367 {36366} 1807 1 +36368 {36367} 8400 1 +36369 {36368} 8642 1 +36370 {36369} 12199 1 +36371 {36370} 243 1 +36372 {36371} 2261 1 +36373 {36372} 2763 1 +36374 {36373} 2975 1 +36375 {36374} 2668 1 +36376 {36375} 265 1 +36377 {36376} 10770 1 +36378 {36377} 10843 1 +36379 {36378} 1469 1 +36380 {36379} 814 1 +36381 {36380} 2334 1 +36382 {36381} 2394 1 +36383 {36382} 1784 1 +36384 {36383} 3707 1 +36385 {36384} 1615 1 +36386 {36385} 9451 1 +36387 {36386} 2598 1 +36388 {36387} 10113 1 +36389 {36388} 2573 1 +36390 {36389} 1406 1 +36391 {36390} 3073 1 +36392 {36391} 15400 1 +36393 {36392} 1744 1 +36394 {36393} 2296 1 +36395 {36394} 2370 1 +36396 {36395} 10163 1 +36397 {36396} 1590 1 +36398 {36397} 8941 1 +36399 {36398} 2273 1 +36400 {36399} 1339 1 +36401 {36400} 10270 1 +36402 {36401} 3710 1 +36403 {36402} 12000 1 +36404 {36403} 9444 1 +36405 {36404} 13528 1 +36406 {36405} 14361 1 +36407 {36406} 2256 1 +36408 {36407} 2102 1 +36409 {36408} 1988 1 +36410 {36409} 2423 1 +36411 {36410} 1209 1 +36412 {36411} 10280 1 +36413 {36412} 10025 1 +36414 {36413} 2516 1 +36415 {36414} 14046 1 +36416 {36415} 9004 1 +36417 {36416} 2996 1 +36418 {36417} 2230 1 +36419 {36418} 10165 1 +36420 {36419} 16444 1 +36421 {36420} 11881 1 +36422 {36421} 10207 1 +36423 {36422} 8232 1 +36424 {36423} 2456 1 +36425 {36424} 2952 1 +36426 {36425} 12053 1 +36427 {36426} 8652 1 +36428 {36427} 11784 1 +36429 {36428} 2390 1 +36430 {36429} 1554 1 +36431 {36430} 2699 1 +36432 {36431} 10477 1 +36433 {36432} 1779 1 +36434 {36433} 11120 1 +36435 {36434} 2844 1 +36436 {36435} 2196 1 +36437 {36436} 12285 1 +36438 {36437} 1992 1 +36439 {36438} 12170 1 +36440 {36439} 1836 1 +36441 {36440} 14021 1 +36442 {36441} 1723 1 +36443 {36442} 7353 1 +36444 {36443} 2606 1 +36445 {36444} 2609 1 +36446 {36445} 10607 1 +36447 {36446} 1598 1 +36448 {36447} 2814 1 +36449 {36448} 9095 1 +36450 {36449} 1987 1 +36451 {36450} 5566 1 +36452 {36451} 3322 1 +36453 {36452} 2451 1 +36454 {36453} 9512 1 +36455 {36454} 1411 1 +36456 {36455} 1261 1 +36457 {36456} 8187 1 +36458 {36457} 1878 1 +36459 {36458} 3227 1 +36460 {36459} 2110 1 +36461 {36460} 2903 1 +36462 {36461} 2067 1 +36463 {36462} 11417 1 +36464 {36463} 10364 1 +36465 {36464} 11312 1 +36466 {36465} 2446 1 +36467 {36466} 10552 1 +36468 {36467} 9631 1 +36469 {36468} 11092 1 +36470 {36469} 2450 1 +36471 {36470} 10690 1 +36472 {36471} 5327 1 +36473 {36472} 2076 1 +36474 {36473} 8317 1 +36475 {36474} 10999 1 +36476 {36475} 3406 1 +36477 {36476} 1913 1 +36478 {36477} 1306 1 +36479 {36478} 7463 1 +36480 {36479} 1251 1 +36481 {36480} 3925 1 +36482 {36481} 9800 1 +36483 {36482} 10830 1 +36484 {36483} 13026 1 +36485 {36484} 10594 1 +36486 {36485} 10463 1 +36487 {36486} 11549 1 +36488 {36487} 3633 1 +36489 {36488} 11472 1 +36490 {36489} 1698 1 +36491 {36490} 3452 1 +36492 {36491} 2785 1 +36493 {36492} 9516 1 +36494 {36493} 11168 1 +36495 {36494} 1986 1 +36496 {36495} 11096 1 +36497 {36496} 1788 1 +36498 {36497} 2126 1 +36499 {36498} 10869 1 +36500 {36499} 10574 1 +36501 {36500} 2421 1 +36502 {36501} 11788 1 +36503 {36502} 2696 1 +36504 {36503} 9759 1 +36505 {36504} 11511 1 +36506 {36505} 10106 1 +36507 {36506} 1099 1 +36508 {36507} 8560 1 +36509 {36508} 1966 1 +36510 {36509} 1514 1 +36511 {36510} 2697 1 +36512 {36511} 9057 1 +36513 {36512} 4164 1 +36514 {36513} 1872 1 +36515 {36514} 3384 1 +36516 {36515} 2701 1 +36517 {36516} 2180 1 +36518 {36517} 2144 1 +36519 {36518} 3309 1 +36520 {36519} 1953 1 +36521 {36520} 4624 1 +36522 {36521} 1571 1 +36523 {36522} 883 1 +36524 {36523} 1581 1 +36525 {36524} 1225 1 +36526 {36525} 10971 1 +36527 {36526} 10993 1 +36528 {36527} 11042 1 +36529 {36528} 1782 1 +36530 {36529} 1720 1 +36531 {36530} 11364 1 +36532 {36531} 1834 1 +36533 {36532} 10685 1 +36534 {36533} 11438 1 +36535 {36534} 10980 1 +36536 {36535} 2425 1 +36537 {36536} 16116 1 +36538 {36537} 1447 1 +36539 {36538} 1990 1 +36540 {36539} 11332 1 +36541 {36540} 2498 1 +36542 {36541} 1993 1 +36543 {36542} 2198 1 +36544 {36543} 9070 1 +36545 {36544} 10601 1 +36546 {36545} 1852 1 +36547 {36546} 2699 1 +36548 {36547} 8734 1 +36549 {36548} 1616 1 +36550 {36549} 3362 1 +36551 {36550} 2500 1 +36552 {36551} 11741 1 +36553 {36552} 10828 1 +36554 {36553} 2075 1 +36555 {36554} 6149 1 +36556 {36555} 9574 1 +36557 {36556} 4328 1 +36558 {36557} 2126 1 +36559 {36558} 2430 1 +36560 {36559} 8319 1 +36561 {36560} 2003 1 +36562 {36561} 10048 1 +36563 {36562} 3446 1 +36564 {36563} 9623 1 +36565 {36564} 6505 1 +36566 {36565} 1304 1 +36567 {36566} 2200 1 +36568 {36567} 2132 1 +36569 {36568} 10653 1 +36570 {36569} 2356 1 +36571 {36570} 9885 1 +36572 {36571} 10806 1 +36573 {36572} 11436 1 +36574 {36573} 15882 1 +36575 {36574} 2516 1 +36576 {36575} 2904 1 +36577 {36576} 1477 1 +36578 {36577} 10432 1 +36579 {36578} 11499 1 +36580 {36579} 2694 1 +36581 {36580} 1815 1 +36582 {36581} 2454 1 +36583 {36582} 1821 1 +36584 {36583} 10301 1 +36585 {36584} 9633 1 +36586 {36585} 5541 1 +36587 {36586} 1786 1 +36588 {36587} 12326 1 +36589 {36588} 2130 1 +36590 {36589} 2154 1 +36591 {36590} 3247 1 +36592 {36591} 1336 1 +36593 {36592} 9979 1 +36594 {36593} 12050 1 +36595 {36594} 10500 1 +36596 {36595} 10213 1 +36597 {36596} 2394 1 +36598 {36597} 10374 1 +36599 {36598} 8566 1 +36600 {36599} 2058 1 +36601 {36600} 2737 1 +36602 {36601} 2705 1 +36603 {36602} 3312 1 +36604 {36603} 13666 1 +36605 {36604} 1545 1 +36606 {36605} 2234 1 +36607 {36606} 1242 1 +36608 {36607} 2534 1 +36609 {36608} 3047 1 +36610 {36609} 9365 1 +36611 {36610} 2129 1 +36612 {36611} 11804 1 +36613 {36612} 12692 1 +36614 {36613} 9586 1 +36615 {36614} 12651 1 +36616 {36615} 8380 1 +36617 {36616} 10575 1 +36618 {36617} 8484 1 +36619 {36618} 691 1 +36620 {36619} 15353 1 +36621 {36620} 2527 1 +36622 {36621} 2194 1 +36623 {36622} 8384 1 +36624 {36623} 12833 1 +36625 {36624} 15405 1 +36626 {36625} 1646 1 +36627 {36626} 1609 1 +36628 {36627} 11944 1 +36629 {36628} 9438 1 +36630 {36629} 1278 1 +36631 {36630} 6174 1 +36632 {36631} 2682 1 +36633 {36632} 2331 1 +36634 {36633} 5725 1 +36635 {36634} 2094 1 +36636 {36635} 2996 1 +36637 {36636} 11475 1 +36638 {36637} 745 1 +36639 {36638} 9153 1 +36640 {36639} 12613 1 +36641 {36640} 13592 1 +36642 {36641} 1679 1 +36643 {36642} 7070 1 +36644 {36643} 1582 1 +36645 {36644} 2022 1 +36646 {36645} 12099 1 +36647 {36646} 10419 1 +36648 {36647} 1790 1 +36649 {36648} 9810 1 +36650 {36649} 10105 1 +36651 {36650} 1859 1 +36652 {36651} 11027 1 +36653 {36652} 2061 1 +36654 {36653} 2910 1 +36655 {36654} 3269 1 +36656 {36655} 2070 1 +36657 {36656} 15523 1 +36658 {36657} 12258 1 +36659 {36658} 2069 1 +36660 {36659} 9553 1 +36661 {36660} 12061 1 +36662 {36661} 2996 1 +36663 {36662} 12123 1 +36664 {36663} 3252 1 +36665 {36664} 2316 1 +36666 {36665} 10581 1 +36667 {36666} 11317 1 +36668 {36667} 8865 1 +36669 {36668} 1612 1 +36670 {36669} 13793 1 +36671 {36670} 9103 1 +36672 {36671} 10286 1 +36673 {36672} 5738 1 +36674 {36673} 10559 1 +36675 {36674} 1783 1 +36676 {36675} 3633 1 +36677 {36676} 10278 1 +36678 {36677} 2520 1 +36679 {36678} 1123 1 +36680 {36679} 10103 1 +36681 {36680} 10163 1 +36682 {36681} 11270 1 +36683 {36682} 1527 1 +36684 {36683} 2335 1 +36685 {36684} 10895 1 +36686 {36685} 10644 1 +36687 {36686} 10525 1 +36688 {36687} 2023 1 +36689 {36688} 2023 1 +36690 {36689} 14429 1 +36691 {36690} 10324 1 +36692 {36691} 11031 1 +36693 {36692} 3501 1 +36694 {36693} 3242 1 +36695 {36694} 1072 1 +36696 {36695} 3656 1 +36697 {36696} 9010 1 +36698 {36697} 11621 1 +36699 {36698} 13869 1 +36700 {36699} 11636 1 +36701 {36700} 10335 1 +36702 {36701} 4469 1 +36703 {36702} 2197 1 +36704 {36703} 1911 1 +36705 {36704} 4869 1 +36706 {36705} 10612 1 +36707 {36706} 3740 1 +36708 {36707} 15 1 +36709 {36708} 1970 1 +36710 {36709} 11624 1 +36711 {36710} 11127 1 +36712 {36711} 2669 1 +36713 {36712} 15127 1 +36714 {36713} 5392 1 +36715 {36714} 9571 1 +36716 {36715} 9801 1 +36717 {36716} 1639 1 +36718 {36717} 2791 1 +36719 {36718} 9925 1 +36720 {36719} 3311 1 +36721 {36720} 7587 1 +36722 {36721} 9458 1 +36723 {36722} 11825 1 +36724 {36723} 2459 1 +36725 {36724} 2132 1 +36726 {36725} 9685 1 +36727 {36726} 10858 1 +36728 {36727} 2486 1 +36729 {36728} 10087 1 +36730 {36729} 2461 1 +36731 {36730} 10065 1 +36732 {36731} 2451 1 +36733 {36732} 2827 1 +36734 {36733} 10674 1 +36735 {36734} 2264 1 +36736 {36735} 10018 1 +36737 {36736} 1537 1 +36738 {36737} 8810 1 +36739 {36738} 7899 1 +36740 {36739} 3615 1 +36741 {36740} 10654 1 +36742 {36741} 15411 1 +36743 {36742} 9063 1 +36744 {36743} 2325 1 +36745 {36744} 1026 1 +36746 {36745} 1764 1 +36747 {36746} 1525 1 +36748 {36747} 10241 1 +36749 {36748} 1886 1 +36750 {36749} 2295 1 +36751 {36750} 2632 1 +36752 {36751} 11518 1 +36753 {36752} 7990 1 +36754 {36753} 1646 1 +36755 {36754} 9019 1 +36756 {36755} 1544 1 +36757 {36756} 12199 1 +36758 {36757} 2701 1 +36759 {36758} 3697 1 +36760 {36759} 2837 1 +36761 {36760} 8087 1 +36762 {36761} 10417 1 +36763 {36762} 11110 1 +36764 {36763} 3416 1 +36765 {36764} 3369 1 +36766 {36765} 12929 1 +36767 {36766} 9574 1 +36768 {36767} 11355 1 +36769 {36768} 2400 1 +36770 {36769} 2166 1 +36771 {36770} 15682 1 +36772 {36771} 10357 1 +36773 {36772} 3070 1 +36774 {36773} 10006 1 +36775 {36774} 1947 1 +36776 {36775} 10573 1 +36777 {36776} 9783 1 +36778 {36777} 11838 1 +36779 {36778} 3691 1 +36780 {36779} 1911 1 +36781 {36780} 2852 1 +36782 {36781} 1820 1 +36783 {36782} 5137 1 +36784 {36783} 11144 1 +36785 {36784} 2205 1 +36786 {36785} 5948 1 +36787 {36786} 10539 1 +36788 {36787} 1246 1 +36789 {36788} 1305 1 +36790 {36789} 3160 1 +36791 {36790} 3508 1 +36792 {36791} 9035 1 +36793 {36792} 2094 1 +36794 {36793} 9678 1 +36795 {36794} 1585 1 +36796 {36795} 9046 1 +36797 {36796} 2258 1 +36798 {36797} 9619 1 +36799 {36798} 1399 1 +36800 {36799} 1713 1 +36801 {36800} 3449 1 +36802 {36801} 2562 1 +36803 {36802} 1502 1 +36804 {36803} 11164 1 +36805 {36804} 3313 1 +36806 {36805} 2843 1 +36807 {36806} 1865 1 +36808 {36807} 12019 1 +36809 {36808} 1885 1 +36810 {36809} 10821 1 +36811 {36810} 5168 1 +36812 {36811} 8875 1 +36813 {36812} 11516 1 +36814 {36813} 3279 1 +36815 {36814} 2669 1 +36816 {36815} 11997 1 +36817 {36816} 11267 1 +36818 {36817} 1618 1 +36819 {36818} 6669 1 +36820 {36819} 10078 1 +36821 {36820} 3120 1 +36822 {36821} 9153 1 +36823 {36822} 8231 1 +36824 {36823} 1469 1 +36825 {36824} 2332 1 +36826 {36825} 12941 1 +36827 {36826} 14058 1 +36828 {36827} 1056 1 +36829 {36828} 16508 1 +36830 {36829} 3540 1 +36831 {36830} 14077 1 +36832 {36831} 9557 1 +36833 {36832} 2992 1 +36834 {36833} 2263 1 +36835 {36834} 3572 1 +36836 {36835} 2763 1 +36837 {36836} 10506 1 +36838 {36837} 2298 1 +36839 {36838} 1691 1 +36840 {36839} 10324 1 +36841 {36840} 1415 1 +36842 {36841} 2102 1 +36843 {36842} 2402 1 +36844 {36843} 1670 1 +36845 {36844} 9771 1 +36846 {36845} 4983 1 +36847 {36846} 2110 1 +36848 {36847} 1383 1 +36849 {36848} 1961 1 +36850 {36849} 2158 1 +36851 {36850} 1207 1 +36852 {36851} 8598 1 +36853 {36852} 11846 1 +36854 {36853} 3073 1 +36855 {36855} 2738 1 +36856 {36856} 11510 1 +36857 {36857} 1740 1 +36858 {36858} 2809 1 +36859 {36859} 2192 1 +36860 {36860} 9838 1 +36861 {36861} 10724 1 +36862 {36862} 10646 1 +36863 {36863} 11181 1 +36864 {36864} 1927 1 +36865 {36865} 654 1 +36866 {36866} 14098 1 +36867 {36867} 10544 1 +36868 {36868} 2245 1 +36869 {36869} 5324 1 +36870 {36870} 1614 1 +36871 {36871} 11222 1 +36872 {36872} 1678 1 +36873 {36873} 2535 1 +36874 {36874} 9018 1 +36875 {36875} 3004 1 +36876 {36876} 10207 1 +36877 {36877} 10259 1 +36878 {36878} 2640 1 +36879 {36879} 2394 1 +36880 {36880} 2326 1 +36881 {36881} 2869 1 +36882 {36882} 7990 1 +36883 {36883} 2434 1 +36884 {36884} 1410 1 +36885 {36885} 1517 1 +36886 {36886} 2173 1 +36887 {36887} 11098 1 +36888 {36888} 10045 1 +36889 {36889} 1364 1 +36890 {36890} 2818 1 +36891 {36891} 9589 1 +36892 {36892} 10980 1 +36893 {36893} 1651 1 +36894 {36894} 3475 1 +36895 {36895} 1130 1 +36896 {36896} 12164 1 +36897 {36897} 7162 1 +36898 {36898} 9300 1 +36899 {36899} 2498 1 +36900 {36900} 2394 1 +36901 {36901} 10014 1 +36902 {36902} 2165 1 +36903 {36903} 11144 1 +36904 {36904} 11018 1 +36905 {36905} 10612 1 +36906 {36906} 2666 1 +36907 {36907} 6884 1 +36908 {36908} 2361 1 +36909 {36909} 2629 1 +36910 {36910} 2498 1 +36911 {36911} 10911 1 +36912 {36912} 9057 1 +36913 {36913} 3384 1 +36914 {36914} 1963 1 +36915 {36915} 9893 1 +36916 {36916} 1168 1 +36917 {36917} 5700 1 +36918 {36918} 7645 1 +36919 {36919} 6808 1 +36920 {36920} 3026 1 +36921 {36921} 1223 1 +36922 {36922} 1854 1 +36923 {36923} 1554 1 +36924 {36924} 9408 1 +36925 {36925} 6916 1 +36926 {36926} 2523 1 +36927 {36927} 10462 1 +36928 {36928} 1947 1 +36929 {36929} 1519 1 +36930 {36930} 8778 1 +36931 {36931} 1583 1 +36932 {36932} 2843 1 +36933 {36933} 2175 1 +36934 {36934} 9807 1 +36935 {36935} 3811 1 +36936 {36936} 11582 1 +36937 {36937} 9765 1 +36938 {36938} 3862 1 +36939 {36939} 1915 1 +36940 {36940} 11882 1 +36941 {36941} 2632 1 +36942 {36942} 9921 1 +36943 {36943} 1100 1 +36944 {36944} 12309 1 +36945 {36945} 8857 1 +36946 {36946} 2088 1 +36947 {36947} 2261 1 +36948 {36948} 2454 1 +36949 {36949} 2013 1 +36950 {36950} 11056 1 +36951 {36951} 11125 1 +36952 {36952} 1750 1 +36953 {36953} 2194 1 +36954 {36954} 1885 1 +36955 {36955} 463 1 +36956 {36956} 1980 1 +36957 {36957} 10824 1 +36958 {36958} 6281 1 +36959 {36959} 9911 1 +36960 {36960} 14231 1 +36961 {36961} 1785 1 +36962 {36962} 1809 1 +36963 {36963} 2571 1 +36964 {36964} 5183 1 +36965 {36965} 11692 1 +36966 {36966} 2805 1 +36967 {36967} 3174 1 +36968 {36968} 9975 1 +36969 {36969} 8902 1 +36970 {36970} 1953 1 +36971 {36971} 3031 1 +36972 {36972} 9882 1 +36973 {36973} 4212 1 +36974 {36974} 9793 1 +36975 {36975} 2091 1 +36976 {36976} 2832 1 +36977 {36977} 10876 1 +36978 {36978} 3586 1 +36979 {36979} 9814 1 +36980 {36980} 1742 1 +36981 {36981} 11055 1 +36982 {36982} 8933 1 +36983 {36983} 14007 1 +36984 {36984} 10240 1 +36985 {36985} 1849 1 +36986 {36986} 1275 1 +36987 {36987} 8700 1 +36988 {36988} 3208 1 +36989 {36989} 10980 1 +36990 {36990} 10098 1 +36991 {36991} 2454 1 +36992 {36992} 1472 1 +36993 {36993} 11842 1 +36994 {36994} 6239 1 +36995 {36995} 2252 1 +36996 {36996} 3061 1 +36997 {36997} 2121 1 +36998 {36998} 10655 1 +36999 {36999} 856 1 +37000 {37000} 1701 1 +37001 {37001} 4602 1 +37002 {37002} 2772 1 +37003 {37003} 11264 1 +37004 {37004} 1448 1 +37005 {37005} 2555 1 +37006 {37006} 2403 1 +37007 {37007} 1818 1 +37008 {37008} 8978 1 +37009 {37009} 2899 1 +37010 {37010} 6764 1 +37011 {37011} 9438 1 +37012 {37012} 1277 1 +37013 {37013} 9370 1 +37014 {37014} 10633 1 +37015 {37015} 1643 1 +37016 {37016} 3208 1 +37017 {37017} 16199 1 +37018 {37018} 7802 1 +37019 {37019} 13992 1 +37020 {37020} 1090 1 +37021 {37021} 14369 1 +37022 {37022} 8440 1 +37023 {37023} 10024 1 +37024 {37024} 13027 1 +37025 {37025} 3465 1 +37026 {37026} 9828 1 +37027 {37027} 8687 1 +37028 {37028} 2290 1 +37029 {37029} 2329 1 +37030 {37030} 2011 1 +37031 {37031} 7562 1 +37032 {37032} 9243 1 +37033 {37033} 12071 1 +37034 {37034} 9956 1 +37035 {37035} 2972 1 +37036 {37036} 6171 1 +37037 {37037} 2843 1 +37038 {37038} 2165 1 +37039 {37039} 11159 1 +37040 {37040} 8936 1 +37041 {37041} 3883 1 +37042 {37042} 1203 1 +37043 {37043} 11721 1 +37044 {37044} 8930 1 +37045 {37045} 2309 1 +37046 {37046} 12464 1 +37047 {37047} 9591 1 +37048 {37048} 2664 1 +37049 {37049} 2910 1 +37050 {37050} 3549 1 +37051 {37051} 10509 1 +37052 {37052} 5675 1 +37053 {37053} 720 1 +37054 {37054} 8667 1 +37055 {37055} 1986 1 +37056 {37056} 12173 1 +37057 {37057} 13265 1 +37058 {37058} 2125 1 +37059 {37059} 1821 1 +37060 {37060} 2327 1 +37061 {37061} 9297 1 +37062 {37062} 1885 1 +37063 {37063} 5019 1 +37064 {37064} 9406 1 +37065 {37065} 11844 1 +37066 {37066} 1439 1 +37067 {37067} 1518 1 +37068 {37068} 10202 1 +37069 {37069} 1963 1 +37070 {37070} 8191 1 +37071 {37071} 1491 1 +37072 {37072} 2454 1 +37073 {37073} 1539 1 +37074 {37074} 14130 1 +37075 {37075} 2454 1 +37076 {37076} 10419 1 +37077 {37077} 2399 1 +37078 {37078} 15654 1 +37079 {37079} 10031 1 +37080 {37080} 6073 1 +37081 {37081} 2818 1 +37082 {37082} 1981 1 +37083 {37083} 10084 1 +37084 {37084} 10826 1 +37085 {37085} 1485 1 +37086 {37086} 1756 1 +37087 {37087} 16195 1 +37088 {37088} 10804 1 +37089 {37089} 3213 1 +37090 {37090} 7566 1 +37091 {37091} 2166 1 +37092 {37092} 3267 1 +37093 {37093} 1290 1 +37094 {37094} 1858 1 +37095 {37095} 11093 1 +37096 {37096} 3132 1 +37097 {37097} 12484 1 +37098 {37098} 9404 1 +37099 {37099} 1786 1 +37100 {37100} 8919 1 +37101 {37101} 2353 1 +37102 {37102} 11260 1 +37103 {37103} 10618 1 +37104 {37104} 10727 1 +37105 {37105} 2403 1 +37106 {37106} 8694 1 +37107 {37107} 10285 1 +37108 {37108} 2403 1 +37109 {37109} 5404 1 +37110 {37110} 1823 1 +37111 {37111} 10622 1 +37112 {37112} 2600 1 +37113 {37113} 541 1 +37114 {37114} 11024 1 +37115 {37115} 2087 1 +37116 {37116} 8758 1 +37117 {37117} 1342 1 +37118 {37118} 14609 1 +37119 {37119} 2540 1 +37120 {37120} 10098 1 +37121 {37121} 1173 1 +37122 {37122} 10509 1 +37123 {37123} 2004 1 +37124 {37124} 37 1 +37125 {37125} 10455 1 +37126 {37126} 2775 1 +37127 {37127} 2571 1 +37128 {37128} 2092 1 +37129 {37129} 1683 1 +37130 {37130} 1974 1 +37131 {37131} 2421 1 +37132 {37132} 735 1 +37133 {37133} 6145 1 +37134 {37134} 1651 1 +37135 {37135} 9349 1 +37136 {37136} 2739 1 +37137 {37137} 3012 1 +37138 {37138} 11789 1 +37139 {37139} 1597 1 +37140 {37140} 3079 1 +37141 {37141} 1701 1 +37142 {37142} 10306 1 +37143 {37143} 2225 1 +37144 {37144} 2061 1 +37145 {37145} 1960 1 +37146 {37146} 2800 1 +37147 {37147} 2482 1 +37148 {37148} 2102 1 +37149 {37149} 2597 1 +37150 {37150} 16288 1 +37151 {37151} 10385 1 +37152 {37152} 1179 1 +37153 {37153} 1481 1 +37154 {37154} 2870 1 +37155 {37155} 2930 1 +37156 {37156} 16600 1 +37157 {37157} 1523 1 +37158 {37158} 1994 1 +37159 {37159} 1134 1 +37160 {37160} 1886 1 +37161 {37161} 7436 1 +37162 {37162} 2573 1 +37163 {37163} 317 1 +37164 {37164} 10507 1 +37165 {37165} 2195 1 +37166 {37166} 3143 1 +37167 {37167} 11582 1 +37168 {37168} 9491 1 +37169 {37169} 1877 1 +37170 {37170} 11089 1 +37171 {37171} 1919 1 +37172 {37172} 9725 1 +37173 {37173} 2256 1 +37174 {37174} 2399 1 +37175 {37175} 10421 1 +37176 {37176} 10746 1 +37177 {37177} 3818 1 +37178 {37178} 2204 1 +37179 {37179} 3045 1 +37180 {37180} 2971 1 +37181 {37181} 2016 1 +37182 {37182} 1205 1 +37183 {37183} 5741 1 +37184 {37184} 2451 1 +37185 {37185} 3691 1 +37186 {37186} 1921 1 +37187 {37187} 3214 1 +37188 {37188} 9609 1 +37189 {37189} 3026 1 +37190 {37190} 12237 1 +37191 {37191} 8996 1 +37192 {37192} 10757 1 +37193 {37193} 2383 1 +37194 {37194} 6214 1 +37195 {37195} 2777 1 +37196 {37196} 10270 1 +37197 {37197} 2843 1 +37198 {37198} 10997 1 +37199 {37199} 2671 1 +37200 {37200} 8825 1 +37201 {37201} 2066 1 +37202 {37202} 3040 1 +37203 {37203} 10514 1 +37204 {37204} 9857 1 +37205 {37205} 2098 1 +37206 {37206} 9619 1 +37207 {37207} 1944 1 +37208 {37208} 9332 1 +37209 {37209} 1885 1 +37210 {37210} 8946 1 +37211 {37211} 3572 1 +37212 {37212} 2534 1 +37213 {37213} 2372 1 +37214 {37214} 10464 1 +37215 {37215} 2800 1 +37216 {37216} 3301 1 +37217 {37217} 8987 1 +37218 {37218} 1916 1 +37219 {37219} 2457 1 +37220 {37220} 4532 1 +37221 {37221} 9103 1 +37222 {37222} 1846 1 +37223 {37223} 10804 1 +37224 {37224} 1537 1 +37225 {37225} 2093 1 +37226 {37226} 878 1 +37227 {37227} 2941 1 +37228 {37228} 1994 1 +37229 {37229} 2054 1 +37230 {37230} 9913 1 +37231 {37231} 2974 1 +37232 {37232} 1785 1 +37233 {37233} 11428 1 +37234 {37234} 8031 1 +37235 {37235} 1807 1 +37236 {37236} 1758 1 +37237 {37237} 1960 1 +37238 {37238} 10705 1 +37239 {37239} 2335 1 +37240 {37240} 12135 1 +37241 {37241} 3043 1 +37242 {37242} 2835 1 +37243 {37243} 1866 1 +37244 {37244} 2699 1 +37245 {37245} 11053 1 +37246 {37246} 1926 1 +37247 {37247} 2194 1 +37248 {37248} 5449 1 +37249 {37249} 10341 1 +37250 {37250} 12788 1 +37251 {37251} 2835 1 +37252 {37252} 2674 1 +37253 {37253} 6552 1 +37254 {37254} 8621 1 +37255 {37255} 10241 1 +37256 {37256} 16282 1 +37257 {37257} 11059 1 +37258 {37258} 11072 1 +37259 {37259} 1291 1 +37260 {37260} 3033 1 +37261 {37261} 3292 1 +37262 {37262} 3193 1 +37263 {37263} 12499 1 +37264 {37264} 10853 1 +37265 {37265} 14532 1 +37266 {37266} 9875 1 +37267 {37267} 1962 1 +37268 {37268} 2234 1 +37269 {37269} 11484 1 +37270 {37270} 10596 1 +37271 {37271} 2263 1 +37272 {37272} 2346 1 +37273 {37273} 11965 1 +37274 {37274} 9002 1 +37275 {37275} 279 1 +37276 {37276} 2492 1 +37277 {37277} 3488 1 +37278 {37278} 1815 1 +37279 {37279} 9574 1 +37280 {37280} 1206 1 +37281 {37281} 1051 1 +37282 {37282} 1210 1 +37283 {37283} 2232 1 +37284 {37284} 13216 1 +37285 {37285} 1066 1 +37286 {37286} 1720 1 +37287 {37287} 2973 1 +37288 {37288} 2034 1 +37289 {37289} 1071 1 +37290 {37290} 10783 1 +37291 {37291} 13758 1 +37292 {37292} 2504 1 +37293 {37293} 9475 1 +37294 {37294} 10182 1 +37295 {37295} 10232 1 +37296 {37296} 10710 1 +37297 {37297} 2359 1 +37298 {37298} 13467 1 +37299 {37299} 2996 1 +37300 {37300} 1594 1 +37301 {37301} 11236 1 +37302 {37302} 2143 1 +37303 {37303} 10277 1 +37304 {37304} 2101 1 +37305 {37305} 2771 1 +37306 {37306} 7335 1 +37307 {37307} 2056 1 +37308 {37308} 1740 1 +37309 {37309} 11206 1 +37310 {37310} 2685 1 +37311 {37311} 10685 1 +37312 {37312} 10606 1 +37313 {37313} 10147 1 +37314 {37314} 2296 1 +37315 {37315} 9672 1 +37316 {37316} 2142 1 +37317 {37317} 1752 1 +37318 {37318} 161 1 +37319 {37319} 10760 1 +37320 {37320} 2090 1 +37321 {37321} 2633 1 +37322 {37322} 9088 1 +37323 {37323} 1384 1 +37324 {37324} 2503 1 +37325 {37325} 2180 1 +37326 {37326} 10549 1 +37327 {37327} 2344 1 +37328 {37328} 2017 1 +37329 {37329} 1928 1 +37330 {37330} 10931 1 +37331 {37331} 11026 1 +37332 {37332} 3012 1 +37333 {37333} 10911 1 +37334 {37334} 9608 1 +37335 {37335} 2794 1 +37336 {37336} 2232 1 +37337 {37337} 1540 1 +37338 {37338} 2126 1 +37339 {37339} 1509 1 +37340 {37340} 12083 1 +37341 {37341} 8763 1 +37342 {37342} 9369 1 +37343 {37343} 9984 1 +37344 {37344} 12196 1 +37345 {37345} 1786 1 +37346 {37346} 1926 1 +37347 {37347} 13273 1 +37348 {37348} 11193 1 +37349 {37349} 9096 1 +37350 {37350} 11103 1 +37351 {37351} 1650 1 +37352 {37352} 3539 1 +37353 {37353} 1441 1 +37354 {37354} 10507 1 +37355 {37355} 3440 1 +37356 {37356} 10545 1 +37357 {37357} 2022 1 +37358 {37358} 7488 1 +37359 {37359} 10640 1 +37360 {37360} 9333 1 +37361 {37361} 9994 1 +37362 {37362} 2104 1 +37363 {37363} 2146 1 +37364 {37364} 2403 1 +37365 {37365} 9955 1 +37366 {37366} 1804 1 +37367 {37367} 14593 1 +37368 {37368} 1479 1 +37369 {37369} 10186 1 +37370 {37370} 5454 1 +37371 {37371} 1234 1 +37372 {37372} 1585 1 +37373 {37373} 2350 1 +37374 {37374} 1471 1 +37375 {37375} 11003 1 +37376 {37376} 1437 1 +37377 {37377} 3224 1 +37378 {37378} 12350 1 +37379 {37379} 2158 1 +37380 {37380} 3417 1 +37381 {37381} 2198 1 +37382 {37382} 2604 1 +37383 {37383} 2397 1 +37384 {37384} 1057 1 +37385 {37385} 9641 1 +37386 {37386} 16492 1 +37387 {37387} 11296 1 +37388 {37388} 9009 1 +37389 {37389} 2031 1 +37390 {37390} 1921 1 +37391 {37391} 12286 1 +37392 {37392} 1409 1 +37393 {37393} 14090 1 +37394 {37394} 1707 1 +37395 {37395} 11525 1 +37396 {37396} 2801 1 +37397 {37397} 2874 1 +37398 {37398} 3406 1 +37399 {37399} 11789 1 +37400 {37400} 16621 1 +37401 {37401} 2501 1 +37402 {37402} 9711 1 +37403 {37403} 2547 1 +37404 {37404} 3193 1 +37405 {37405} 1552 1 +37406 {37406} 2168 1 +37407 {37407} 2359 1 +37408 {37408} 2070 1 +37409 {37409} 2300 1 +37410 {37410} 2465 1 +37411 {37411} 1373 1 +37412 {37412} 11110 1 +37413 {37413} 9774 1 +37414 {37414} 8221 1 +37415 {37415} 9068 1 +37416 {37416} 1925 1 +37417 {37417} 4352 1 +37418 {37418} 1824 1 +37419 {37419} 12509 1 +37420 {37420} 2322 1 +37421 {37421} 13243 1 +37422 {37422} 2654 1 +37423 {37423} 11595 1 +37424 {37424} 2775 1 +37425 {37425} 9912 1 +37426 {37426} 2466 1 +37427 {37427} 1025 1 +37428 {37428} 7959 1 +37429 {37429} 12053 1 +37430 {37430} 9205 1 +37431 {37431} 1404 1 +37432 {37432} 9446 1 +37433 {37433} 2069 1 +37434 {37434} 2335 1 +37435 {37435} 10625 1 +37436 {37436} 9720 1 +37437 {37437} 1686 1 +37438 {37438} 12818 1 +37439 {37439} 1245 1 +37440 {37440} 11153 1 +37441 {37441} 1582 1 +37442 {37442} 1826 1 +37443 {37443} 1037 1 +37444 {37444} 2557 1 +37445 {37445} 5890 1 +37446 {37446} 2998 1 +37447 {37447} 3197 1 +37448 {37448} 11256 1 +37449 {37449} 13818 1 +37450 {37450} 11732 1 +37451 {37451} 2468 1 +37452 {37452} 2584 1 +37453 {37453} 1479 1 +37454 {37454} 8862 1 +37455 {37455} 10705 1 +37456 {37456} 10549 1 +37457 {37457} 15672 1 +37458 {37458} 3056 1 +37459 {37459} 2569 1 +37460 {37460} 15129 1 +37461 {37461} 11952 1 +37462 {37462} 10921 1 +37463 {37463} 2672 1 +37464 {37464} 2730 1 +37465 {37465} 9730 1 +37466 {37466} 13871 1 +37467 {37467} 9807 1 +37468 {37468} 10676 1 +37469 {37469} 2450 1 +37470 {37470} 9630 1 +37471 {37471} 12395 1 +37472 {37472} 12167 1 +37473 {37473} 10620 1 +37474 {37474} 8791 1 +37475 {37475} 2067 1 +37476 {37476} 13097 1 +37477 {37477} 12655 1 +37478 {37478} 9884 1 +37479 {37479} 3143 1 +37480 {37480} 16080 1 +37481 {37481} 9428 1 +37482 {37482} 15675 1 +37483 {37483} 11472 1 +37484 {37484} 12118 1 +37485 {37485} 10192 1 +37486 {37486} 2640 1 +37487 {37487} 3440 1 +37488 {37488} 2535 1 +37489 {37489} 3378 1 +37490 {37490} 3349 1 +37491 {37491} 10210 1 +37492 {37492} 9111 1 +37493 {37493} 15205 1 +37494 {37494} 2322 1 +37495 {37495} 7132 1 +37496 {37496} 10728 1 +37497 {37497} 3440 1 +37498 {37498} 2880 1 +37499 {37499} 2098 1 +37500 {37500} 5300 1 +37501 {37501} 11756 1 +37502 {37502} 2263 1 +37503 {37503} 11186 1 +37504 {37504} 11196 1 +37505 {37505} 766 1 +37506 {37506} 9862 1 +37507 {37507} 12195 1 +37508 {37508} 10699 1 +37509 {37509} 10528 1 +37510 {37510} 12222 1 +37511 {37511} 11695 1 +37512 {37512} 1748 1 +37513 {37513} 10846 1 +37514 {37514} 3100 1 +37515 {37515} 12023 1 +37516 {37516} 7350 1 +37517 {37517} 1475 1 +37518 {37518} 6638 1 +37519 {37519} 2152 1 +37520 {37520} 10928 1 +37521 {37521} 11113 1 +37522 {37522} 1246 1 +37523 {37523} 11867 1 +37524 {37524} 8624 1 +37525 {37525} 2076 1 +37526 {37526} 10281 1 +37527 {37527} 3013 1 +37528 {37528} 2163 1 +37529 {37529} 2164 1 +37530 {37530} 2282 1 +37531 {37531} 3315 1 +37532 {37532} 2030 1 +37533 {37533} 2251 1 +37534 {37534} 1482 1 +37535 {37535} 2091 1 +37536 {37536} 1741 1 +37537 {37537} 1997 1 +37538 {37538} 8530 1 +37539 {37539} 11223 1 +37540 {37540} 9366 1 +37541 {37541} 2537 1 +37542 {37542} 6103 1 +37543 {37543} 11478 1 +37544 {37544} 13596 1 +37545 {37545} 2189 1 +37546 {37546} 1509 1 +37547 {37547} 11767 1 +37548 {37548} 2844 1 +37549 {37549} 7877 1 +37550 {37550} 1960 1 +37551 {37551} 2029 1 +37552 {37552} 2538 1 +37553 {37553} 11559 1 +37554 {37554} 2661 1 +37555 {37555} 1140 1 +37556 {37556} 10572 1 +37557 {37557} 2868 1 +37558 {37558} 11984 1 +37559 {37559} 1783 1 +37560 {37560} 12106 1 +37561 {37561} 11246 1 +37562 {37562} 9884 1 +37563 {37563} 2065 1 +37564 {37564} 2028 1 +37565 {37565} 2695 1 +37566 {37566} 9532 1 +37567 {37567} 9989 1 +37568 {37568} 10099 1 +37569 {37569} 1914 1 +37570 {37570} 912 1 +37571 {37571} 11212 1 +37572 {37572} 7644 1 +37573 {37573} 6340 1 +37574 {37574} 12335 1 +37575 {37575} 498 1 +37576 {37576} 3291 1 +37577 {37577} 8060 1 +37578 {37578} 11202 1 +37579 {37579} 11509 1 +37580 {37580} 9 1 +37581 {37581} 2842 1 +37582 {37582} 7601 1 +37583 {37583} 9648 1 +37584 {37584} 10054 1 +37585 {37585} 11849 1 +37586 {37586} 5452 1 +37587 {37587} 1775 1 +37588 {37588} 9355 1 +37589 {37589} 2904 1 +37590 {37590} 16201 1 +37591 {37591} 2056 1 +37592 {37592} 9781 1 +37593 {37593} 12339 1 +37594 {37594} 7852 1 +37595 {37595} 9955 1 +37596 {37596} 2701 1 +37597 {37597} 2102 1 +37598 {37598} 11775 1 +37599 {37599} 9032 1 +37600 {37600} 2270 1 +37601 {37601} 16410 1 +37602 {37602} 8422 1 +37603 {37603} 3039 1 +37604 {37604} 1259 1 +37605 {37605} 2334 1 +37606 {37606} 9753 1 +37607 {37607} 2843 1 +37608 {37608} 2862 1 +37609 {37609} 2769 1 +37610 {37610} 2332 1 +37611 {37611} 11455 1 +37612 {37612} 1861 1 +37613 {37613} 2400 1 +37614 {37614} 878 1 +37615 {37615} 11948 1 +37616 {37616} 573 1 +37617 {37617} 1469 1 +37618 {37618} 2635 1 +37619 {37619} 1584 1 +37620 {37620} 2214 1 +37621 {37621} 2081 1 +37622 {37622} 2705 1 +37623 {37623} 7167 1 +37624 {37624} 8417 1 +37625 {37625} 2725 1 +37626 {37626} 1404 1 +37627 {37627} 3384 1 +37628 {37628} 9435 1 +37629 {37629} 7282 1 +37630 {37630} 11201 1 +37631 {37631} 10171 1 +37632 {37632} 8776 1 +37633 {37633} 2230 1 +37634 {37634} 7009 1 +37635 {37635} 1417 1 +37636 {37636} 2668 1 +37637 {37637} 2873 1 +37638 {37638} 2196 1 +37639 {37639} 2725 1 +37640 {37640} 4481 1 +37641 {37641} 3211 1 +37642 {37642} 11608 1 +37643 {37643} 684 1 +37644 {37644} 10844 1 +37645 {37645} 3379 1 +37646 {37646} 1752 1 +37647 {37647} 2386 1 +37648 {37648} 2399 1 +37649 {37649} 12197 1 +37650 {37650} 2217 1 +37651 {37651} 9034 1 +37652 {37652} 2501 1 +37653 {37653} 869 1 +37654 {37654} 11101 1 +37655 {37655} 9819 1 +37656 {37656} 10475 1 +37657 {37657} 9637 1 +37658 {37658} 15446 1 +37659 {37659} 9947 1 +37660 {37660} 2738 1 +37661 {37661} 10544 1 +37662 {37662} 11402 1 +37663 {37663} 1926 1 +37664 {37664} 12707 1 +37665 {37665} 9660 1 +37666 {37666} 2087 1 +37667 {37667} 2090 1 +37668 {37668} 11926 1 +37669 {37669} 8695 1 +37670 {37670} 1674 1 +37671 {37671} 2164 1 +37672 {37672} 11587 1 +37673 {37673} 9790 1 +37674 {37674} 8866 1 +37675 {37675} 2800 1 +37676 {37676} 9618 1 +37677 {37677} 11125 1 +37678 {37678} 1600 1 +37679 {37679} 10153 1 +37680 {37680} 2533 1 +37681 {37681} 2293 1 +37682 {37682} 4383 1 +37683 {37683} 10503 1 +37684 {37684} 11054 1 +37685 {37685} 3634 1 +37686 {37686} 16407 1 +37687 {37687} 7364 1 +37688 {37688} 3190 1 +37689 {37689} 2371 1 +37690 {37690} 10896 1 +37691 {37691} 1882 1 +37692 {37692} 2285 1 +37693 {37693} 10690 1 +37694 {37694} 11310 1 +37695 {37695} 2394 1 +37696 {37696} 10866 1 +37697 {37697} 1823 1 +37698 {37698} 9367 1 +37699 {37699} 1531 1 +37700 {37700} 2650 1 +37701 {37701} 2769 1 +37702 {37702} 10927 1 +37703 {37703} 8570 1 +37704 {37704} 2344 1 +37705 {37705} 5748 1 +37706 {37706} 8310 1 +37707 {37707} 2606 1 +37708 {37708} 1099 1 +37709 {37709} 2095 1 +37710 {37710} 2780 1 +37711 {37711} 10022 1 +37712 {37712} 9403 1 +37713 {37713} 8516 1 +37714 {37714} 2429 1 +37715 {37715} 3176 1 +37716 {37716} 8928 1 +37717 {37717} 15207 1 +37718 {37718} 10535 1 +37719 {37719} 3210 1 +37720 {37720} 8497 1 +37721 {37721} 2198 1 +37722 {37722} 3879 1 +37723 {37723} 2061 1 +37724 {37724} 3180 1 +37725 {37725} 938 1 +37726 {37726} 3690 1 +37727 {37727} 7732 1 +37728 {37728} 10230 1 +37729 {37729} 2025 1 +37730 {37730} 10304 1 +37731 {37731} 7739 1 +37732 {37732} 10436 1 +37733 {37733} 9555 1 +37734 {37734} 3280 1 +37735 {37735} 5108 1 +37736 {37736} 10602 1 +37737 {37737} 2326 1 +37738 {37738} 8925 1 +37739 {37739} 9337 1 +37740 {37740} 2638 1 +37741 {37741} 458 1 +37742 {37742} 9065 1 +37743 {37743} 1805 1 +37744 {37744} 11811 1 +37745 {37745} 162 1 +37746 {37746} 12115 1 +37747 {37747} 2032 1 +37748 {37748} 2258 1 +37749 {37749} 1976 1 +37750 {37750} 10038 1 +37751 {37751} 2167 1 +37752 {37752} 9442 1 +37753 {37753} 2296 1 +37754 {37754} 11072 1 +37755 {37755} 3004 1 +37756 {37756} 2524 1 +37757 {37757} 3172 1 +37758 {37758} 1874 1 +37759 {37759} 3208 1 +37760 {37760} 3176 1 +37761 {37761} 9699 1 +37762 {37762} 11544 1 +37763 {37763} 9221 1 +37764 {37764} 2304 1 +37765 {37765} 11081 1 +37766 {37766} 3680 1 +37767 {37767} 11930 1 +37768 {37768} 2743 1 +37769 {37769} 11654 1 +37770 {37770} 10016 1 +37771 {37771} 2453 1 +37772 {37772} 11208 1 +37773 {37773} 9353 1 +37774 {37774} 10705 1 +37775 {37775} 9665 1 +37776 {37776} 89 1 +37777 {37777} 2236 1 +37778 {37778} 2057 1 +37779 {37779} 10901 1 +37780 {37780} 2011 1 +37781 {37781} 9673 1 +37782 {37782} 3282 1 +37783 {37783} 1700 1 +37784 {37784} 2379 1 +37785 {37785} 9963 1 +37786 {37786} 7382 1 +37787 {37787} 9077 1 +37788 {37788} 2805 1 +37789 {37789} 2228 1 +37790 {37790} 1008 1 +37791 {37791} 11697 1 +37792 {37792} 878 1 +37793 {37793} 12369 1 +37794 {37794} 2557 1 +37795 {37795} 1639 1 +37796 {37796} 9311 1 +37797 {37797} 2417 1 +37798 {37798} 9893 1 +37799 {37799} 1755 1 +37800 {37800} 2252 1 +37801 {37801} 9593 1 +37802 {37802} 9438 1 +37803 {37803} 9830 1 +37804 {37804} 121 1 +37805 {37805} 9803 1 +37806 {37806} 2285 1 +37807 {37807} 2323 1 +37808 {37808} 3037 1 +37809 {37809} 9979 1 +37810 {37810} 1906 1 +37811 {37811} 1957 1 +37812 {37812} 11169 1 +37813 {37813} 752 1 +37814 {37814} 9295 1 +37815 {37815} 11640 1 +37816 {37816} 11568 1 +37817 {37817} 9670 1 +37818 {37818} 2087 1 +37819 {37819} 2916 1 +37820 {37820} 2904 1 +37821 {37821} 10694 1 +37822 {37822} 9507 1 +37823 {37823} 8452 1 +37824 {37824} 16257 1 +37825 {37825} 1860 1 +37826 {37826} 10886 1 +37827 {37827} 10254 1 +37828 {37828} 11581 1 +37829 {37829} 8904 1 +37830 {37830} 8713 1 +37831 {37831} 398 1 +37832 {37832} 1678 1 +37833 {37833} 15297 1 +37834 {37834} 11089 1 +37835 {37835} 14465 1 +37836 {37836} 1694 1 +37837 {37837} 2230 1 +37838 {37838} 10278 1 +37839 {37839} 11329 1 +37840 {37840} 9153 1 +37841 {37841} 9375 1 +37842 {37842} 1067 1 +37843 {37843} 11092 1 +37844 {37844} 3242 1 +37845 {37845} 2504 1 +37846 {37846} 1705 1 +37847 {37847} 10236 1 +37848 {37848} 2361 1 +37849 {37849} 3172 1 +37850 {37850} 10025 1 +37851 {37851} 9614 1 +37852 {37852} 2986 1 +37853 {37853} 14833 1 +37854 {37854} 2405 1 +37855 {37855} 10672 1 +37856 {37856} 2962 1 +37857 {37857} 10570 1 +37858 {37858} 9975 1 +37859 {37859} 2597 1 +37860 {37860} 2395 1 +37861 {37861} 11161 1 +37862 {37862} 15087 1 +37863 {37863} 2193 1 +37864 {37864} 2304 1 +37865 {37865} 11436 1 +37866 {37866} 1273 1 +37867 {37867} 10130 1 +37868 {37868} 1805 1 +37869 {37869} 2230 1 +37870 {37870} 5488 1 +37871 {37871} 2810 1 +37872 {37872} 1951 1 +37873 {37873} 9585 1 +37874 {37874} 2562 1 +37875 {37875} 9819 1 +37876 {37876} 16033 1 +37877 {37877} 10653 1 +37878 {37878} 3395 1 +37879 {37879} 12202 1 +37880 {37880} 10208 1 +37881 {37881} 1359 1 +37882 {37882} 1921 1 +37883 {37883} 620 1 +37884 {37884} 2129 1 +37885 {37885} 10773 1 +37886 {37886} 10841 1 +37887 {37887} 10575 1 +37888 {37888} 2566 1 +37889 {37889} 2434 1 +37890 {37890} 2448 1 +37891 {37891} 2189 1 +37892 {37892} 2991 1 +37893 {37893} 10268 1 +37894 {37894} 2301 1 +37895 {37895} 1769 1 +37896 {37896} 13851 1 +37897 {37897} 11320 1 +37898 {37898} 9621 1 +37899 {37899} 2145 1 +37900 {37900} 994 1 +37901 {37901} 3010 1 +37902 {37902} 1752 1 +37903 {37903} 7912 1 +37904 {37904} 14317 1 +37905 {37905} 2187 1 +37906 {37906} 2761 1 +37907 {37907} 2300 1 +37908 {37908} 6944 1 +37909 {37909} 11973 1 +37910 {37910} 11951 1 +37911 {37911} 10023 1 +37912 {37912} 3215 1 +37913 {37913} 2980 1 +37914 {37914} 3094 1 +37915 {37915} 11557 1 +37916 {37916} 10412 1 +37917 {37917} 10696 1 +37918 {37918} 11096 1 +37919 {37919} 2671 1 +37920 {37920} 2598 1 +37921 {37921} 10242 1 +37922 {37922} 2017 1 +37923 {37923} 9593 1 +37924 {37924} 11446 1 +37925 {37925} 2335 1 +37926 {37926} 6139 1 +37927 {37927} 1735 1 +37928 {37928} 9151 1 +37929 {37929} 2743 1 +37930 {37930} 4197 1 +37931 {37931} 2196 1 +37932 {37932} 9483 1 +37933 {37933} 3691 1 +37934 {37934} 1841 1 +37935 {37935} 14401 1 +37936 {37936} 2462 1 +37937 {37937} 9226 1 +37938 {37938} 2589 1 +37939 {37939} 3262 1 +37940 {37940} 3510 1 +37941 {37941} 2843 1 +37942 {37942} 3493 1 +37943 {37943} 2056 1 +37944 {37944} 2143 1 +37945 {37945} 3045 1 +37946 {37946} 2539 1 +37947 {37947} 1582 1 +37948 {37948} 1371 1 +37949 {37949} 9736 1 +37950 {37950} 10352 1 +37951 {37951} 8886 1 +37952 {37952} 1421 1 +37953 {37953} 2081 1 +37954 {37954} 1913 1 +37955 {37955} 3111 1 +37956 {37956} 15689 1 +37957 {37957} 10125 1 +37958 {37958} 1771 1 +37959 {37959} 1630 1 +37960 {37960} 2742 1 +37961 {37961} 3233 1 +37962 {37962} 11436 1 +37963 {37963} 12420 1 +37964 {37964} 9229 1 +37965 {37965} 1332 1 +37966 {37966} 1718 1 +37967 {37967} 16112 1 +37968 {37968} 1616 1 +37969 {37969} 3407 1 +37970 {37970} 2267 1 +37971 {37971} 11416 1 +37972 {37972} 12168 1 +37973 {37973} 2903 1 +37974 {37974} 9247 1 +37975 {37975} 2320 1 +37976 {37976} 8639 1 +37977 {37977} 2571 1 +37978 {37978} 3384 1 +37979 {37979} 8596 1 +37980 {37980} 10436 1 +37981 {37981} 9826 1 +37982 {37982} 2282 1 +37983 {37983} 1891 1 +37984 {37984} 2130 1 +37985 {37985} 10891 1 +37986 {37986} 1754 1 +37987 {37987} 3562 1 +37988 {37988} 11995 1 +37989 {37989} 1451 1 +37990 {37990} 10750 1 +37991 {37991} 7811 1 +37992 {37992} 1837 1 +37993 {37993} 2421 1 +37994 {37994} 1962 1 +37995 {37995} 1385 1 +37996 {37996} 2155 1 +37997 {37997} 1683 1 +37998 {37998} 2915 1 +37999 {37999} 2115 1 +38000 {38000} 2827 1 +38001 {38001} 1807 1 +38002 {38002} 1996 1 +38003 {38003} 10968 1 +38004 {38004} 1881 1 +38005 {38005} 3366 1 +38006 {38006} 2227 1 +38007 {38007} 11031 1 +38008 {38008} 8694 1 +38009 {38009} 919 1 +38010 {38010} 2124 1 +38011 {38011} 3120 1 +38012 {38012} 8919 1 +38013 {38013} 2023 1 +38014 {38014} 1525 1 +38015 {38015} 14050 1 +38016 {38016} 2625 1 +38017 {38017} 3283 1 +38018 {38018} 6794 1 +38019 {38019} 11101 1 +38020 {38020} 10375 1 +38021 {38021} 7337 1 +38022 {38022} 306 1 +38023 {38023} 10670 1 +38024 {38024} 9884 1 +38025 {38025} 2807 1 +38026 {38026} 10366 1 +38027 {38027} 2364 1 +38028 {38028} 11682 1 +38029 {38029} 5786 1 +38030 {38030} 3325 1 +38031 {38031} 2064 1 +38032 {38032} 2874 1 +38033 {38033} 10124 1 +38034 {38034} 9809 1 +38035 {38035} 1588 1 +38036 {38036} 1921 1 +38037 {38037} 10479 1 +38038 {38038} 3601 1 +38039 {38039} 1737 1 +38040 {38040} 12093 1 +38041 {38041} 9129 1 +38042 {38042} 9251 1 +38043 {38043} 8511 1 +38044 {38044} 2172 1 +38045 {38045} 12244 1 +38046 {38046} 2220 1 +38047 {38047} 3832 1 +38048 {38048} 2296 1 +38049 {38049} 2220 1 +38050 {38050} 11559 1 +38051 {38051} 2225 1 +38052 {38052} 10821 1 +38053 {38053} 15673 1 +38054 {38054} 1485 1 +38055 {38055} 9413 1 +38056 {38056} 9353 1 +38057 {38057} 9518 1 +38058 {38058} 2009 1 +38059 {38059} 6454 1 +38060 {38060} 16177 1 +38061 {38061} 1882 1 +38062 {38062} 10354 1 +38063 {38063} 2133 1 +38064 {38064} 425 1 +38065 {38065} 7643 1 +38066 {38066} 6998 1 +38067 {38067} 932 1 +38068 {38068} 6968 1 +38069 {38069} 833 1 +38070 {38070} 11312 1 +38071 {38071} 9580 1 +38072 {38072} 2300 1 +38073 {38073} 9670 1 +38074 {38074} 10536 1 +38075 {38075} 3295 1 +38076 {38076} 11616 1 +38077 {38077} 10399 1 +38078 {38078} 1911 1 +38079 {38079} 5847 1 +38080 {38080} 1291 1 +38081 {38081} 9200 1 +38082 {38082} 10289 1 +38083 {38083} 2604 1 +38084 {38084} 2334 1 +38085 {38085} 10006 1 +38086 {38086} 12125 1 +38087 {38087} 2606 1 +38088 {38088} 12098 1 +38089 {38089} 10045 1 +38090 {38090} 13822 1 +38091 {38091} 12583 1 +38092 {38092} 12145 1 +38093 {38093} 2565 1 +38094 {38094} 15684 1 +38095 {38095} 3246 1 +38096 {38096} 2741 1 +38097 {38097} 888 1 +38098 {38098} 8618 1 +38099 {38099} 11468 1 +38100 {38100} 13067 1 +38101 {38101} 2605 1 +38102 {38102} 787 1 +38103 {38103} 3301 1 +38104 {38104} 2316 1 +38105 {38105} 7006 1 +38106 {38106} 9927 1 +38107 {38107} 9555 1 +38108 {38108} 9206 1 +38109 {38109} 945 1 +38110 {38110} 891 1 +38111 {38111} 1886 1 +38112 {38112} 3282 1 +38113 {38113} 2063 1 +38114 {38114} 2573 1 +38115 {38115} 1745 1 +38116 {38116} 2537 1 +38117 {38117} 2341 1 +38118 {38118} 8611 1 +38119 {38119} 2269 1 +38120 {38120} 10306 1 +38121 {38121} 8702 1 +38122 {38122} 4245 1 +38123 {38123} 2397 1 +38124 {38124} 2489 1 +38125 {38125} 1881 1 +38126 {38126} 15640 1 +38127 {38127} 7128 1 +38128 {38128} 8945 1 +38129 {38129} 11160 1 +38130 {38130} 10212 1 +38131 {38131} 2214 1 +38132 {38132} 8850 1 +38133 {38133} 2265 1 +38134 {38134} 12034 1 +38135 {38135} 16133 1 +38136 {38136} 2178 1 +38137 {38137} 11570 1 +38138 {38138} 1848 1 +38139 {38139} 4253 1 +38140 {38140} 10435 1 +38141 {38141} 2670 1 +38142 {38142} 9330 1 +38143 {38143} 2790 1 +38144 {38144} 3012 1 +38145 {38145} 9083 1 +38146 {38146} 2242 1 +38147 {38147} 1646 1 +38148 {38148} 1436 1 +38149 {38149} 12876 1 +38150 {38150} 10192 1 +38151 {38151} 10232 1 +38152 {38152} 2287 1 +38153 {38153} 10008 1 +38154 {38154} 3481 1 +38155 {38155} 1993 1 +38156 {38156} 16266 1 +38157 {38157} 4842 1 +38158 {38158} 3024 1 +38159 {38159} 1059 1 +38160 {38160} 10807 1 +38161 {38161} 9624 1 +38162 {38162} 10165 1 +38163 {38163} 11475 1 +38164 {38164} 12109 1 +38165 {38165} 1780 1 +38166 {38166} 12882 1 +38167 {38167} 2292 1 +38168 {38168} 10347 1 +38169 {38169} 4290 1 +38170 {38170} 16545 1 +38171 {38171} 14636 1 +38172 {38172} 11640 1 +38173 {38173} 13450 1 +38174 {38174} 12164 1 +38175 {38175} 8461 1 +38176 {38176} 9882 1 +38177 {38177} 3574 1 +38178 {38178} 13360 1 +38179 {38179} 1757 1 +38180 {38180} 9876 1 +38181 {38181} 3039 1 +38182 {38182} 11802 1 +38183 {38183} 2664 1 +38184 {38184} 8862 1 +38185 {38185} 10596 1 +38186 {38186} 1643 1 +38187 {38187} 4797 1 +38188 {38188} 7032 1 +38189 {38189} 1848 1 +38190 {38190} 9909 1 +38191 {38191} 2708 1 +38192 {38192} 11146 1 +38193 {38193} 10875 1 +38194 {38194} 2856 1 +38195 {38195} 2909 1 +38196 {38196} 2096 1 +38197 {38197} 724 1 +38198 {38198} 2596 1 +38199 {38199} 8511 1 +38200 {38200} 9661 1 +38201 {38201} 2192 1 +38202 {38202} 9208 1 +38203 {38203} 1087 1 +38204 {38204} 2809 1 +38205 {38205} 9078 1 +38206 {38206} 7579 1 +38207 {38207} 2028 1 +38208 {38208} 2939 1 +38209 {38209} 14777 1 +38210 {38210} 1390 1 +38211 {38211} 3110 1 +38212 {38212} 7272 1 +38213 {38213} 2265 1 +38214 {38214} 9680 1 +38215 {38215} 2772 1 +38216 {38216} 1904 1 +38217 {38217} 9008 1 +38218 {38218} 16401 1 +38219 {38219} 10248 1 +38220 {38220} 9866 1 +38221 {38221} 9433 1 +38222 {38222} 2633 1 +38223 {38223} 9010 1 +38224 {38224} 5991 1 +38225 {38225} 10264 1 +38226 {38226} 3142 1 +38227 {38227} 10848 1 +38228 {38228} 9420 1 +38229 {38229} 2670 1 +38230 {38230} 1814 1 +38231 {38231} 2563 1 +38232 {38232} 2673 1 +38233 {38233} 9652 1 +38234 {38234} 9017 1 +38235 {38235} 1100 1 +38236 {38236} 10277 1 +38237 {38237} 1986 1 +38238 {38238} 1994 1 +38239 {38239} 7288 1 +38240 {38240} 3139 1 +38241 {38241} 2030 1 +38242 {38242} 1612 1 +38243 {38243} 1073 1 +38244 {38244} 1336 1 +38245 {38245} 10388 1 +38246 {38246} 10286 1 +38247 {38247} 1007 1 +38248 {38248} 2069 1 +38249 {38249} 3078 1 +38250 {38250} 11285 1 +38251 {38251} 9633 1 +38252 {38252} 11266 1 +38253 {38253} 13511 1 +38254 {38254} 2991 1 +38255 {38255} 1856 1 +38256 {38256} 9458 1 +38257 {38257} 1791 1 +38258 {38258} 1925 1 +38259 {38259} 9989 1 +38260 {38260} 11060 1 +38261 {38261} 929 1 +38262 {38262} 11131 1 +38263 {38263} 1588 1 +38264 {38264} 2637 1 +38265 {38265} 13984 1 +38266 {38266} 3043 1 +38267 {38267} 11047 1 +38268 {38268} 790 1 +38269 {38269} 8865 1 +38270 {38270} 10508 1 +38271 {38271} 1291 1 +38272 {38272} 10982 1 +38273 {38273} 2090 1 +38274 {38274} 2013 1 +38275 {38275} 2422 1 +38276 {38276} 3662 1 +38277 {38277} 8520 1 +38278 {38278} 2181 1 +38279 {38279} 9231 1 +38280 {38280} 2123 1 +38281 {38281} 1619 1 +38282 {38282} 2835 1 +38283 {38283} 15817 1 +38284 {38284} 14229 1 +38285 {38285} 16011 1 +38286 {38286} 9423 1 +38287 {38287} 10626 1 +38288 {38288} 1308 1 +38289 {38289} 2128 1 +38290 {38290} 2397 1 +38291 {38291} 2530 1 +38292 {38292} 7854 1 +38293 {38293} 3367 1 +38294 {38294} 15530 1 +38295 {38295} 1856 1 +38296 {38296} 2798 1 +38297 {38297} 11295 1 +38298 {38298} 11881 1 +38299 {38299} 3546 1 +38300 {38300} 12225 1 +38301 {38301} 3278 1 +38302 {38302} 2169 1 +38303 {38303} 2174 1 +38304 {38304} 1329 1 +38305 {38305} 9563 1 +38306 {38306} 10174 1 +38307 {38307} 3377 1 +38308 {38308} 2538 1 +38309 {38309} 2368 1 +38310 {38310} 11124 1 +38311 {38311} 11847 1 +38312 {38312} 9540 1 +38313 {38313} 2432 1 +38314 {38314} 1275 1 +38315 {38315} 8336 1 +38316 {38316} 11638 1 +38317 {38317} 9794 1 +38318 {38318} 6771 1 +38319 {38319} 11541 1 +38320 {38320} 12908 1 +38321 {38321} 1271 1 +38322 {38322} 2974 1 +38323 {38323} 12745 1 +38324 {38324} 1262 1 +38325 {38325} 1974 1 +38326 {38326} 2004 1 +38327 {38327} 2335 1 +38328 {38328} 15813 1 +38329 {38329} 4562 1 +38330 {38330} 1210 1 +38331 {38331} 1406 1 +38332 {38332} 3425 1 +38333 {38333} 10052 1 +38334 {38334} 2421 1 +38335 {38335} 10993 1 +38336 {38336} 2064 1 +38337 {38337} 10669 1 +38338 {38338} 2904 1 +38339 {38339} 1924 1 +38340 {38340} 1231 1 +38341 {38341} 2146 1 +38342 {38342} 2864 1 +38343 {38343} 4859 1 +38344 {38344} 2192 1 +38345 {38345} 11221 1 +38346 {38346} 3438 1 +38347 {38347} 1306 1 +38348 {38348} 11369 1 +38349 {38349} 10338 1 +38350 {38350} 2069 1 +38351 {38351} 2329 1 +38352 {38352} 11320 1 +38353 {38353} 2061 1 +38354 {38354} 9262 1 +38355 {38355} 7047 1 +38356 {38356} 3140 1 +38357 {38357} 8924 1 +38358 {38358} 2296 1 +38359 {38359} 10594 1 +38360 {38360} 3384 1 +38361 {38361} 12143 1 +38362 {38362} 15820 1 +38363 {38363} 3346 1 +38364 {38364} 10014 1 +38365 {38365} 10409 1 +38366 {38366} 2600 1 +38367 {38367} 3052 1 +38368 {38368} 2075 1 +38369 {38369} 9685 1 +38370 {38370} 10222 1 +38371 {38371} 3157 1 +38372 {38372} 14515 1 +38373 {38373} 302 1 +38374 {38374} 12458 1 +38375 {38375} 2601 1 +38376 {38376} 13543 1 +38377 {38377} 2568 1 +38378 {38378} 997 1 +38379 {38379} 1403 1 +38380 {38380} 2737 1 +38381 {38381} 1918 1 +38382 {38382} 2093 1 +38383 {38383} 2974 1 +38384 {38384} 10286 1 +38385 {38385} 10403 1 +38386 {38386} 11977 1 +38387 {38387} 11544 1 +38388 {38388} 3288 1 +38389 {38389} 1738 1 +38390 {38390} 9848 1 +38391 {38391} 10782 1 +38392 {38392} 9199 1 +38393 {38393} 10710 1 +38394 {38394} 789 1 +38395 {38395} 11801 1 +38396 {38396} 440 1 +38397 {38397} 9900 1 +38398 {38398} 10632 1 +38399 {38399} 11316 1 +38400 {38400} 2361 1 +38401 {38401} 7993 1 +38402 {38402} 754 1 +38403 {38403} 3720 1 +38404 {38404} 4355 1 +38405 {38405} 10938 1 +38406 {38406} 2238 1 +38407 {38407} 2501 1 +38408 {38408} 5375 1 +38409 {38409} 2596 1 +38410 {38410} 16123 1 +38411 {38411} 10425 1 +38412 {38412} 10678 1 +38413 {38413} 954 1 +38414 {38414} 8012 1 +38415 {38415} 11386 1 +38416 {38416} 10495 1 +38417 {38417} 10322 1 +38418 {38418} 9897 1 +38419 {38419} 1987 1 +38420 {38420} 3073 1 +38421 {38421} 10922 1 +38422 {38422} 9913 1 +38423 {38423} 11080 1 +38424 {38424} 2335 1 +38425 {38425} 2974 1 +38426 {38426} 2843 1 +38427 {38427} 13900 1 +38428 {38428} 10600 1 +38429 {38429} 2697 1 +38430 {38430} 9607 1 +38431 {38431} 2198 1 +38432 {38432} 2807 1 +38433 {38433} 11844 1 +38434 {38434} 10093 1 +38435 {38435} 2499 1 +38436 {38436} 2464 1 +38437 {38437} 11064 1 +38438 {38438} 2227 1 +38439 {38439} 2170 1 +38440 {38440} 8336 1 +38441 {38441} 2839 1 +38442 {38442} 9435 1 +38443 {38443} 8603 1 +38444 {38444} 1297 1 +38445 {38445} 10674 1 +38446 {38446} 11127 1 +38447 {38447} 10306 1 +38448 {38448} 10914 1 +38449 {38449} 2321 1 +38450 {38450} 13189 1 +38451 {38451} 3992 1 +38452 {38452} 16046 1 +38453 {38453} 2493 1 +38454 {38454} 1380 1 +38455 {38455} 10626 1 +38456 {38456} 11098 1 +38457 {38457} 13064 1 +38458 {38458} 15440 1 +38459 {38459} 9753 1 +38460 {38460} 9512 1 +38461 {38461} 2969 1 +38462 {38462} 11211 1 +38463 {38463} 1207 1 +38464 {38464} 14504 1 +38465 {38465} 2843 1 +38466 {38466} 2316 1 +38467 {38467} 8056 1 +38468 {38468} 942 1 +38469 {38469} 10593 1 +38470 {38470} 2084 1 +38471 {38471} 9836 1 +38472 {38472} 10576 1 +38473 {38473} 2037 1 +38474 {38474} 9882 1 +38475 {38475} 2367 1 +38476 {38476} 2941 1 +38477 {38477} 3629 1 +38478 {38478} 2629 1 +38479 {38479} 1340 1 +38480 {38480} 2906 1 +38481 {38481} 1585 1 +38482 {38482} 9637 1 +38483 {38483} 2121 1 +38484 {38484} 1812 1 +38485 {38485} 2536 1 +38486 {38486} 2066 1 +38487 {38487} 1540 1 +38488 {38488} 2126 1 +38489 {38489} 13197 1 +38490 {38490} 3384 1 +38491 {38491} 2464 1 +38492 {38492} 1026 1 +38493 {38493} 14067 1 +38494 {38494} 12194 1 +38495 {38495} 12526 1 +38496 {38496} 318 1 +38497 {38497} 1771 1 +38498 {38498} 1993 1 +38499 {38499} 2065 1 +38500 {38500} 10449 1 +38501 {38501} 2903 1 +38502 {38502} 10672 1 +38503 {38503} 2744 1 +38504 {38504} 9771 1 +38505 {38505} 8528 1 +38506 {38506} 10561 1 +38507 {38507} 9995 1 +38508 {38508} 11163 1 +38509 {38509} 9661 1 +38510 {38510} 9888 1 +38511 {38511} 11042 1 +38512 {38512} 8374 1 +38513 {38513} 10578 1 +38514 {38514} 1377 1 +38515 {38515} 15003 1 +38516 {38516} 577 1 +38517 {38517} 2170 1 +38518 {38518} 3719 1 +38519 {38519} 2616 1 +38520 {38520} 2401 1 +38521 {38521} 1586 1 +38522 {38522} 2187 1 +38523 {38523} 2268 1 +38524 {38524} 2571 1 +38525 {38525} 819 1 +38526 {38526} 10828 1 +38527 {38527} 12363 1 +38528 {38528} 14234 1 +38529 {38529} 10631 1 +38530 {38530} 2804 1 +38531 {38531} 1054 1 +38532 {38532} 2395 1 +38533 {38533} 2399 1 +38534 {38534} 1406 1 +38535 {38535} 5276 1 +38536 {38536} 1691 1 +38537 {38537} 12160 1 +38538 {38538} 2134 1 +38539 {38539} 12617 1 +38540 {38540} 16614 1 +38541 {38541} 2936 1 +38542 {38542} 14134 1 +38543 {38543} 86 1 +38544 {38544} 2227 1 +38545 {38545} 9476 1 +38546 {38546} 2490 1 +38547 {38547} 7101 1 +38548 {38548} 6090 1 +38549 {38549} 15743 1 +38550 {38550} 3320 1 +38551 {38551} 11125 1 +38552 {38552} 10288 1 +38553 {38553} 3078 1 +38554 {38554} 10574 1 +38555 {38555} 8837 1 +38556 {38556} 11282 1 +38557 {38557} 10914 1 +38558 {38558} 26 1 +38559 {38559} 1568 1 +38560 {38560} 10092 1 +38561 {38561} 2464 1 +38562 {38562} 8736 1 +38563 {38563} 12096 1 +38564 {38564} 7007 1 +38565 {38565} 2689 1 +38566 {38566} 2427 1 +38567 {38567} 2603 1 +38568 {38568} 7452 1 +38569 {38569} 7917 1 +38570 {38570} 15810 1 +38571 {38571} 11365 1 +38572 {38572} 2233 1 +38573 {38573} 10170 1 +38574 {38574} 1239 1 +38575 {38575} 9552 1 +38576 {38576} 9357 1 +38577 {38577} 1548 1 +38578 {38578} 2934 1 +38579 {38579} 2389 1 +38580 {38580} 12178 1 +38581 {38581} 7712 1 +38582 {38582} 2132 1 +38583 {38583} 11840 1 +38584 {38584} 1716 1 +38585 {38585} 10618 1 +38586 {38586} 1691 1 +38587 {38587} 1738 1 +38588 {38588} 2517 1 +38589 {38589} 2958 1 +38590 {38590} 6725 1 +38591 {38591} 9149 1 +38592 {38592} 1950 1 +38593 {38593} 8629 1 +38594 {38594} 9761 1 +38595 {38595} 3074 1 +38596 {38596} 2528 1 +38597 {38597} 10310 1 +38598 {38598} 11051 1 +38599 {38599} 11540 1 +38600 {38600} 6627 1 +38601 {38601} 2537 1 +38602 {38602} 1714 1 +38603 {38603} 2607 1 +38604 {38604} 10323 1 +38605 {38605} 10467 1 +38606 {38606} 1988 1 +38607 {38607} 5374 1 +38608 {38608} 7175 1 +38609 {38609} 11718 1 +38610 {38610} 1120 1 +38611 {38611} 2029 1 +38612 {38612} 1827 1 +38613 {38613} 5709 1 +38614 {38614} 2504 1 +38615 {38615} 1438 1 +38616 {38616} 14469 1 +38617 {38617} 9867 1 +38618 {38618} 11641 1 +38619 {38619} 1825 1 +38620 {38620} 1755 1 +38621 {38621} 13500 1 +38622 {38622} 9584 1 +38623 {38623} 2977 1 +38624 {38624} 15214 1 +38625 {38625} 11029 1 +38626 {38626} 10246 1 +38627 {38627} 2766 1 +38628 {38628} 2594 1 +38629 {38629} 3142 1 +38630 {38630} 2392 1 +38631 {38631} 10302 1 +38632 {38632} 10890 1 +38633 {38633} 2404 1 +38634 {38634} 11536 1 +38635 {38635} 16032 1 +38636 {38636} 1504 1 +38637 {38637} 783 1 +38638 {38638} 3797 1 +38639 {38639} 2063 1 +38640 {38640} 2468 1 +38641 {38641} 10217 1 +38642 {38642} 8134 1 +38643 {38643} 11446 1 +38644 {38644} 2081 1 +38645 {38645} 1078 1 +38646 {38646} 5090 1 +38647 {38647} 2616 1 +38648 {38648} 11779 1 +38649 {38649} 3003 1 +38650 {38650} 11181 1 +38651 {38651} 2811 1 +38652 {38652} 2503 1 +38653 {38653} 8614 1 +38654 {38654} 2252 1 +38655 {38655} 2303 1 +38656 {38656} 2227 1 +38657 {38657} 10797 1 +38658 {38658} 9795 1 +38659 {38659} 2164 1 +38660 {38660} 2288 1 +38661 {38661} 2223 1 +38662 {38662} 15029 1 +38663 {38663} 2207 1 +38664 {38664} 10773 1 +38665 {38665} 1818 1 +38666 {38666} 10561 1 +38667 {38667} 2801 1 +38668 {38668} 2725 1 +38669 {38669} 2830 1 +38670 {38670} 9294 1 +38671 {38671} 10252 1 +38672 {38672} 2549 1 +38673 {38673} 1722 1 +38674 {38674} 1993 1 +38675 {38675} 1659 1 +38676 {38676} 10315 1 +38677 {38677} 9472 1 +38678 {38678} 1882 1 +38679 {38679} 2122 1 +38680 {38680} 2051 1 +38681 {38681} 1935 1 +38682 {38682} 3589 1 +38683 {38683} 9254 1 +38684 {38684} 10083 1 +38685 {38685} 2501 1 +38686 {38686} 16143 1 +38687 {38687} 10607 1 +38688 {38688} 8250 1 +38689 {38689} 4126 1 +38690 {38690} 7608 1 +38691 {38691} 10048 1 +38692 {38692} 11245 1 +38693 {38693} 12026 1 +38694 {38694} 7849 1 +38695 {38695} 2353 1 +38696 {38696} 2096 1 +38697 {38697} 3090 1 +38698 {38698} 1487 1 +38699 {38699} 2399 1 +38700 {38700} 8874 1 +38701 {38701} 11006 1 +38702 {38702} 2726 1 +38703 {38703} 8491 1 +38704 {38704} 2908 1 +38705 {38705} 3143 1 +38706 {38706} 16036 1 +38707 {38707} 2629 1 +38708 {38708} 880 1 +38709 {38709} 8623 1 +38710 {38710} 11796 1 +38711 {38711} 2960 1 +38712 {38712} 2646 1 +38713 {38713} 10486 1 +38714 {38714} 5979 1 +38715 {38715} 2064 1 +38716 {38716} 2492 1 +38717 {38717} 2582 1 +38718 {38718} 1642 1 +38719 {38719} 11364 1 +38720 {38720} 3224 1 +38721 {38721} 1133 1 +38722 {38722} 4081 1 +38723 {38723} 8836 1 +38724 {38724} 9209 1 +38725 {38725} 16124 1 +38726 {38726} 2609 1 +38727 {38727} 10770 1 +38728 {38728} 2747 1 +38729 {38729} 9544 1 +38730 {38730} 3536 1 +38731 {38731} 2147 1 +38732 {38732} 8914 1 +38733 {38733} 10315 1 +38734 {38734} 10346 1 +38735 {38735} 636 1 +38736 {38736} 9425 1 +38737 {38737} 11317 1 +38738 {38738} 11889 1 +38739 {38739} 9503 1 +38740 {38740} 2549 1 +38741 {38741} 10648 1 +38742 {38742} 6147 1 +38743 {38743} 8476 1 +38744 {38744} 11245 1 +38745 {38745} 11008 1 +38746 {38746} 1067 1 +38747 {38747} 2164 1 +38748 {38748} 8592 1 +38749 {38749} 2589 1 +38750 {38750} 854 1 +38751 {38751} 10339 1 +38752 {38752} 11496 1 +38753 {38753} 11145 1 +38754 {38754} 10572 1 +38755 {38755} 8694 1 +38756 {38756} 10503 1 +38757 {38757} 11402 1 +38758 {38758} 3176 1 +38759 {38759} 2266 1 +38760 {38760} 1923 1 +38761 {38761} 2492 1 +38762 {38762} 11338 1 +38763 {38763} 3164 1 +38764 {38764} 2282 1 +38765 {38765} 1859 1 +38766 {38766} 3734 1 +38767 {38767} 2120 1 +38768 {38768} 2520 1 +38769 {38769} 3571 1 +38770 {38770} 10704 1 +38771 {38771} 1913 1 +38772 {38772} 11668 1 +38773 {38773} 1294 1 +38774 {38774} 9079 1 +38775 {38775} 10574 1 +38776 {38776} 2292 1 +38777 {38777} 3707 1 +38778 {38778} 9577 1 +38779 {38779} 2293 1 +38780 {38780} 1788 1 +38781 {38781} 15915 1 +38782 {38782} 9875 1 +38783 {38783} 2380 1 +38784 {38784} 1852 1 +38785 {38785} 10016 1 +38786 {38786} 2466 1 +38787 {38787} 8154 1 +38788 {38788} 1984 1 +38789 {38789} 1067 1 +38790 {38790} 1519 1 +38791 {38791} 9467 1 +38792 {38792} 13497 1 +38793 {38793} 9540 1 +38794 {38794} 2334 1 +38795 {38795} 1844 1 +38796 {38796} 2130 1 +38797 {38797} 4454 1 +38798 {38798} 8119 1 +38799 {38799} 11887 1 +38800 {38800} 10202 1 +38801 {38801} 6743 1 +38802 {38802} 1747 1 +38803 {38803} 10366 1 +38804 {38804} 2190 1 +38805 {38805} 2209 1 +38806 {38806} 4843 1 +38807 {38807} 2634 1 +38808 {38808} 15860 1 +38809 {38809} 1003 1 +38810 {38810} 9307 1 +38811 {38811} 9992 1 +38812 {38812} 3111 1 +38813 {38813} 9905 1 +38814 {38814} 1846 1 +38815 {38815} 11279 1 +38816 {38816} 1244 1 +38817 {38817} 2566 1 +38818 {38818} 2371 1 +38819 {38819} 9445 1 +38820 {38820} 1615 1 +38821 {38821} 4004 1 +38822 {38822} 2593 1 +38823 {38823} 11016 1 +38824 {38824} 2502 1 +38825 {38825} 9541 1 +38826 {38826} 1870 1 +38827 {38827} 1359 1 +38828 {38828} 1548 1 +38829 {38829} 9814 1 +38830 {38830} 11019 1 +38831 {38831} 11808 1 +38832 {38832} 13058 1 +38833 {38833} 10607 1 +38834 {38834} 6097 1 +38835 {38835} 10046 1 +38836 {38836} 2899 1 +38837 {38837} 10147 1 +38838 {38838} 8662 1 +38839 {38839} 2621 1 +38840 {38840} 10811 1 +38841 {38841} 11739 1 +38842 {38842} 9856 1 +38843 {38843} 1859 1 +38844 {38844} 2113 1 +38845 {38845} 1626 1 +38846 {38846} 9687 1 +38847 {38847} 1339 1 +38848 {38848} 3086 1 +38849 {38849} 12149 1 +38850 {38850} 10098 1 +38851 {38851} 1508 1 +38852 {38852} 2326 1 +38853 {38853} 1505 1 +38854 {38854} 9965 1 +38855 {38855} 10564 1 +38856 {38856} 9761 1 +38857 {38857} 11586 1 +38858 {38858} 2087 1 +38859 {38859} 8667 1 +38860 {38860} 2223 1 +38861 {38861} 3440 1 +38862 {38862} 2633 1 +38863 {38863} 2693 1 +38864 {38864} 1512 1 +38865 {38865} 10829 1 +38866 {38866} 3446 1 +38867 {38867} 1643 1 +38868 {38868} 10455 1 +38869 {38869} 14854 1 +38870 {38870} 2207 1 +38871 {38871} 2054 1 +38872 {38872} 539 1 +38873 {38873} 2026 1 +38874 {38874} 2809 1 +38875 {38875} 1900 1 +38876 {38876} 2364 1 +38877 {38877} 11116 1 +38878 {38878} 8613 1 +38879 {38879} 2028 1 +38880 {38880} 12474 1 +38881 {38881} 3092 1 +38882 {38882} 2189 1 +38883 {38883} 94 1 +38884 {38884} 10671 1 +38885 {38885} 2301 1 +38886 {38886} 3289 1 +38887 {38887} 2064 1 +38888 {38888} 3121 1 +38889 {38889} 1914 1 +38890 {38890} 1924 1 +38891 {38891} 1325 1 +38892 {38892} 5456 1 +38893 {38893} 11029 1 +38894 {38894} 1729 1 +38895 {38895} 1576 1 +38896 {38896} 1021 1 +38897 {38897} 10218 1 +38898 {38898} 11514 1 +38899 {38899} 2184 1 +38900 {38900} 3683 1 +38901 {38901} 15712 1 +38902 {38902} 9440 1 +38903 {38903} 9212 1 +38904 {38904} 10315 1 +38905 {38905} 5082 1 +38906 {38906} 11223 1 +38907 {38907} 11047 1 +38908 {38908} 10567 1 +38909 {38909} 10947 1 +38910 {38910} 2067 1 +38911 {38911} 3041 1 +38912 {38912} 3069 1 +38913 {38913} 1000 1 +38914 {38914} 12541 1 +38915 {38915} 12024 1 +38916 {38916} 1913 1 +38917 {38917} 2909 1 +38918 {38918} 11625 1 +38919 {38919} 2025 1 +38920 {38920} 2025 1 +38921 {38921} 3064 1 +38922 {38922} 11019 1 +38923 {38923} 1576 1 +38924 {38924} 2805 1 +38925 {38925} 1407 1 +38926 {38926} 14345 1 +38927 {38927} 2322 1 +38928 {38928} 14129 1 +38929 {38929} 1825 1 +38930 {38930} 10191 1 +38931 {38931} 9187 1 +38932 {38932} 2862 1 +38933 {38933} 1682 1 +38934 {38934} 7851 1 +38935 {38935} 9781 1 +38936 {38936} 2467 1 +38937 {38937} 10350 1 +38938 {38938} 7855 1 +38939 {38939} 1931 1 +38940 {38940} 2215 1 +38941 {38941} 2045 1 +38942 {38942} 15865 1 +38943 {38943} 4451 1 +38944 {38944} 1704 1 +38945 {38945} 608 1 +38946 {38946} 9307 1 +38947 {38947} 2853 1 +38948 {38948} 10261 1 +38949 {38949} 1581 1 +38950 {38950} 1248 1 +38951 {38951} 10420 1 +38952 {38952} 9889 1 +38953 {38953} 11961 1 +38954 {38954} 1790 1 +38955 {38955} 1882 1 +38956 {38956} 1963 1 +38957 {38957} 10826 1 +38958 {38958} 2630 1 +38959 {38959} 14140 1 +38960 {38960} 10559 1 +38961 {38961} 11496 1 +38962 {38962} 16282 1 +38963 {38963} 2842 1 +38964 {38964} 2056 1 +38965 {38965} 2875 1 +38966 {38966} 2944 1 +38967 {38967} 3373 1 +38968 {38968} 3045 1 +38969 {38969} 11056 1 +38970 {38970} 8952 1 +38971 {38971} 10058 1 +38972 {38972} 9462 1 +38973 {38973} 10407 1 +38974 {38974} 2700 1 +38975 {38975} 10939 1 +38976 {38976} 4786 1 +38977 {38977} 2088 1 +38978 {38978} 9838 1 +38979 {38979} 11207 1 +38980 {38980} 13645 1 +38981 {38981} 11718 1 +38982 {38982} 2765 1 +38983 {38983} 2383 1 +38984 {38984} 9230 1 +38985 {38985} 10308 1 +38986 {38986} 10863 1 +38987 {38987} 9646 1 +38988 {38988} 1576 1 +38989 {38989} 12977 1 +38990 {38990} 9957 1 +38991 {38991} 10129 1 +38992 {38992} 1679 1 +38993 {38993} 796 1 +38994 {38994} 10252 1 +38995 {38995} 12163 1 +38996 {38996} 10192 1 +38997 {38997} 11036 1 +38998 {38998} 8669 1 +38999 {38999} 9683 1 +39000 {39000} 1496 1 +39001 {39001} 2146 1 +39002 {39002} 1179 1 +39003 {39003} 10702 1 +39004 {39004} 3466 1 +39005 {39005} 1537 1 +39006 {39006} 2856 1 +39007 {39007} 10208 1 +39008 {39008} 5856 1 +39009 {39009} 1602 1 +39010 {39010} 1923 1 +39011 {39011} 789 1 +39012 {39012} 11552 1 +39013 {39013} 9406 1 +39014 {39014} 3208 1 +39015 {39015} 2736 1 +39016 {39016} 3297 1 +39017 {39017} 1380 1 +39018 {39018} 9364 1 +39019 {39019} 3406 1 +39020 {39020} 7607 1 +39021 {39021} 2742 1 +39022 {39022} 1856 1 +39023 {39023} 10015 1 +39024 {39024} 2017 1 +39025 {39025} 1790 1 +39026 {39026} 2256 1 +39027 {39027} 10435 1 +39028 {39028} 3104 1 +39029 {39029} 10741 1 +39030 {39030} 11574 1 +39031 {39031} 10033 1 +39032 {39032} 2738 1 +39033 {39033} 5869 1 +39034 {39034} 8868 1 +39035 {39035} 2964 1 +39036 {39036} 10195 1 +39037 {39037} 7790 1 +39038 {39038} 1336 1 +39039 {39039} 9803 1 +39040 {39040} 10690 1 +39041 {39041} 9807 1 +39042 {39042} 9070 1 +39043 {39043} 1098 1 +39044 {39044} 2299 1 +39045 {39045} 16202 1 +39046 {39046} 5592 1 +39047 {39047} 9000 1 +39048 {39048} 1428 1 +39049 {39049} 773 1 +39050 {39050} 2295 1 +39051 {39051} 10711 1 +39052 {39052} 2430 1 +39053 {39053} 2266 1 +39054 {39054} 10430 1 +39055 {39055} 9652 1 +39056 {39056} 10772 1 +39057 {39057} 7988 1 +39058 {39058} 9868 1 +39059 {39059} 2031 1 +39060 {39060} 1795 1 +39061 {39061} 3349 1 +39062 {39062} 10264 1 +39063 {39063} 9710 1 +39064 {39064} 11054 1 +39065 {39065} 1459 1 +39066 {39066} 1582 1 +39067 {39067} 9355 1 +39068 {39068} 8916 1 +39069 {39069} 1413 1 +39070 {39070} 2868 1 +39071 {39071} 4736 1 +39072 {39072} 2190 1 +39073 {39073} 1306 1 +39074 {39074} 3252 1 +39075 {39075} 2311 1 +39076 {39076} 11395 1 +39077 {39077} 9856 1 +39078 {39078} 10079 1 +39079 {39079} 1780 1 +39080 {39080} 16000 1 +39081 {39081} 2637 1 +39082 {39082} 8388 1 +39083 {39083} 2067 1 +39084 {39084} 11146 1 +39085 {39085} 10875 1 +39086 {39086} 3480 1 +39087 {39087} 10948 1 +39088 {39088} 1306 1 +39089 {39089} 11206 1 +39090 {39090} 10514 1 +39091 {39091} 11600 1 +39092 {39092} 1227 1 +39093 {39093} 2563 1 +39094 {39094} 10525 1 +39095 {39095} 8401 1 +39096 {39096} 2596 1 +39097 {39097} 10627 1 +39098 {39098} 11190 1 +39099 {39099} 9985 1 +39100 {39100} 1951 1 +39101 {39101} 1996 1 +39102 {39102} 10237 1 +39103 {39103} 2591 1 +39104 {39104} 9445 1 +39105 {39105} 10876 1 +39106 {39106} 10419 1 +39107 {39107} 2499 1 +39108 {39108} 2087 1 +39109 {39109} 11139 1 +39110 {39110} 11216 1 +39111 {39111} 2604 1 +39112 {39112} 2026 1 +39113 {39113} 11161 1 +39114 {39114} 7748 1 +39115 {39115} 2635 1 +39116 {39116} 2743 1 +39117 {39117} 16178 1 +39118 {39118} 11533 1 +39119 {39119} 10956 1 +39120 {39120} 10418 1 +39121 {39121} 2197 1 +39122 {39122} 9575 1 +39123 {39123} 2630 1 +39124 {39124} 2852 1 +39125 {39125} 9446 1 +39126 {39126} 1658 1 +39127 {39127} 9760 1 +39128 {39128} 1785 1 +39129 {39129} 2359 1 +39130 {39130} 10844 1 +39131 {39131} 3140 1 +39132 {39132} 6508 1 +39133 {39133} 912 1 +39134 {39134} 9004 1 +39135 {39135} 2602 1 +39136 {39136} 1756 1 +39137 {39137} 4714 1 +39138 {39138} 10745 1 +39139 {39139} 10358 1 +39140 {39140} 1827 1 +39141 {39141} 11332 1 +39142 {39142} 2178 1 +39143 {39143} 14501 1 +39144 {39144} 2874 1 +39145 {39145} 10835 1 +39146 {39146} 10421 1 +39147 {39147} 10919 1 +39148 {39148} 3009 1 +39149 {39149} 1740 1 +39150 {39150} 7583 1 +39151 {39151} 9575 1 +39152 {39152} 10500 1 +39153 {39153} 11682 1 +39154 {39154} 11544 1 +39155 {39155} 2421 1 +39156 {39156} 11559 1 +39157 {39157} 2638 1 +39158 {39158} 6144 1 +39159 {39159} 1336 1 +39160 {39160} 9970 1 +39161 {39161} 2194 1 +39162 {39162} 9913 1 +39163 {39163} 2801 1 +39164 {39164} 1420 1 +39165 {39165} 3445 1 +39166 {39166} 1926 1 +39167 {39167} 8309 1 +39168 {39168} 2498 1 +39169 {39169} 10575 1 +39170 {39170} 2156 1 +39171 {39171} 10815 1 +39172 {39172} 5145 1 +39173 {39173} 10375 1 +39174 {39174} 9269 1 +39175 {39175} 4577 1 +39176 {39176} 12826 1 +39177 {39177} 1854 1 +39178 {39178} 11116 1 +39179 {39179} 1981 1 +39180 {39180} 9299 1 +39181 {39181} 2126 1 +39182 {39182} 2030 1 +39183 {39183} 10197 1 +39184 {39184} 9937 1 +39185 {39185} 8959 1 +39186 {39186} 10774 1 +39187 {39187} 14832 1 +39188 {39188} 9204 1 +39189 {39189} 1206 1 +39190 {39190} 10576 1 +39191 {39191} 12204 1 +39192 {39192} 1707 1 +39193 {39193} 16187 1 +39194 {39194} 10960 1 +39195 {39195} 8115 1 +39196 {39196} 2141 1 +39197 {39197} 735 1 +39198 {39198} 2676 1 +39199 {39199} 3378 1 +39200 {39200} 8599 1 +39201 {39201} 10867 1 +39202 {39202} 4597 1 +39203 {39203} 5395 1 +39204 {39204} 254 1 +39205 {39205} 2949 1 +39206 {39206} 2370 1 +39207 {39207} 16480 1 +39208 {39208} 12087 1 +39209 {39209} 11163 1 +39210 {39210} 10348 1 +39211 {39211} 7301 1 +39212 {39212} 15373 1 +39213 {39213} 11259 1 +39214 {39214} 2189 1 +39215 {39215} 6647 1 +39216 {39216} 10358 1 +39217 {39217} 1402 1 +39218 {39218} 14703 1 +39219 {39219} 10277 1 +39220 {39220} 1749 1 +39221 {39221} 2861 1 +39222 {39222} 3059 1 +39223 {39223} 9687 1 +39224 {39224} 9472 1 +39225 {39225} 10734 1 +39226 {39226} 3858 1 +39227 {39227} 10746 1 +39228 {39228} 2653 1 +39229 {39229} 9289 1 +39230 {39230} 1753 1 +39231 {39231} 2451 1 +39232 {39232} 3172 1 +39233 {39233} 12055 1 +39234 {39234} 11297 1 +39235 {39235} 1583 1 +39236 {39236} 7495 1 +39237 {39237} 3237 1 +39238 {39238} 3505 1 +39239 {39239} 993 1 +39240 {39240} 10769 1 +39241 {39241} 780 1 +39242 {39242} 2428 1 +39243 {39243} 10514 1 +39244 {39244} 1780 1 +39245 {39245} 2856 1 +39246 {39246} 2319 1 +39247 {39247} 10607 1 +39248 {39248} 2427 1 +39249 {39249} 2298 1 +39250 {39250} 2314 1 +39251 {39251} 9386 1 +39252 {39252} 11365 1 +39253 {39253} 2462 1 +39254 {39254} 10839 1 +39255 {39255} 1890 1 +39256 {39256} 9193 1 +39257 {39257} 3597 1 +39258 {39258} 7793 1 +39259 {39259} 2125 1 +39260 {39260} 6099 1 +39261 {39261} 2875 1 +39262 {39262} 1719 1 +39263 {39263} 16001 1 +39264 {39264} 10989 1 +39265 {39265} 9699 1 +39266 {39266} 9909 1 +39267 {39267} 10455 1 +39268 {39268} 10532 1 +39269 {39269} 11552 1 +39270 {39270} 3011 1 +39271 {39271} 9325 1 +39272 {39272} 1160 1 +39273 {39273} 14502 1 +39274 {39274} 10796 1 +39275 {39275} 4837 1 +39276 {39276} 11313 1 +39277 {39277} 15151 1 +39278 {39278} 2566 1 +39279 {39279} 1274 1 +39280 {39280} 1306 1 +39281 {39281} 1956 1 +39282 {39282} 11332 1 +39283 {39283} 10841 1 +39284 {39284} 2364 1 +39285 {39285} 3369 1 +39286 {39286} 3312 1 +39287 {39287} 5519 1 +39288 {39288} 1326 1 +39289 {39289} 14073 1 +39290 {39290} 6731 1 +39291 {39291} 10867 1 +39292 {39292} 1730 1 +39293 {39293} 1878 1 +39294 {39294} 9088 1 +39295 {39295} 11090 1 +39296 {39296} 1788 1 +39297 {39297} 2300 1 +39298 {39298} 2744 1 +39299 {39299} 9377 1 +39300 {39300} 9742 1 +39301 {39301} 4851 1 +39302 {39302} 9136 1 +39303 {39303} 1309 1 +39304 {39304} 9143 1 +39305 {39305} 2433 1 +39306 {39306} 815 1 +39307 {39307} 2565 1 +39308 {39308} 11357 1 +39309 {39309} 6849 1 +39310 {39310} 1275 1 +39311 {39311} 2974 1 +39312 {39312} 12291 1 +39313 {39313} 10306 1 +39314 {39314} 2013 1 +39315 {39315} 2912 1 +39316 {39316} 472 1 +39317 {39317} 1745 1 +39318 {39318} 15685 1 +39319 {39319} 9735 1 +39320 {39320} 10349 1 +39321 {39321} 12328 1 +39322 {39322} 2837 1 +39323 {39323} 4913 1 +39324 {39324} 2128 1 +39325 {39325} 10027 1 +39326 {39326} 10304 1 +39327 {39327} 9269 1 +39328 {39328} 2588 1 +39329 {39329} 2464 1 +39330 {39330} 10202 1 +39331 {39331} 11338 1 +39332 {39332} 1684 1 +39333 {39333} 3006 1 +39334 {39334} 11120 1 +39335 {39335} 9322 1 +39336 {39336} 9709 1 +39337 {39337} 10204 1 +39338 {39338} 9954 1 +39339 {39339} 1306 1 +39340 {39340} 8924 1 +39341 {39341} 6106 1 +39342 {39342} 10053 1 +39343 {39343} 2719 1 +39344 {39344} 2189 1 +39345 {39345} 15471 1 +39346 {39346} 3132 1 +39347 {39347} 1935 1 +39348 {39348} 2740 1 +39349 {39349} 9893 1 +39350 {39350} 2451 1 +39351 {39351} 10630 1 +39352 {39352} 8871 1 +39353 {39353} 10527 1 +39354 {39354} 5406 1 +39355 {39355} 10916 1 +39356 {39356} 10457 1 +39357 {39357} 3834 1 +39358 {39358} 10021 1 +39359 {39359} 6072 1 +39360 {39360} 2092 1 +39361 {39361} 3838 1 +39362 {39362} 13416 1 +39363 {39363} 16101 1 +39364 {39364} 10034 1 +39365 {39365} 2332 1 +39366 {39366} 12454 1 +39367 {39367} 9515 1 +39368 {39368} 1537 1 +39369 {39369} 1998 1 +39370 {39370} 2693 1 +39371 {39371} 2155 1 +39372 {39372} 1425 1 +39373 {39373} 15848 1 +39374 {39374} 3378 1 +39375 {39375} 2468 1 +39376 {39376} 8521 1 +39377 {39377} 2707 1 +39378 {39378} 10974 1 +39379 {39379} 9984 1 +39380 {39380} 2572 1 +39381 {39381} 1630 1 +39382 {39382} 8911 1 +39383 {39383} 10549 1 +39384 {39384} 3104 1 +39385 {39385} 2100 1 +39386 {39386} 2664 1 +39387 {39387} 1814 1 +39388 {39388} 2606 1 +39389 {39389} 9848 1 +39390 {39390} 16603 1 +39391 {39391} 3576 1 +39392 {39392} 11624 1 +39393 {39393} 2656 1 +39394 {39394} 2098 1 +39395 {39395} 9247 1 +39396 {39396} 12426 1 +39397 {39397} 1451 1 +39398 {39398} 3109 1 +39399 {39399} 11332 1 +39400 {39400} 2560 1 +39401 {39401} 14138 1 +39402 {39402} 11126 1 +39403 {39403} 2857 1 +39404 {39404} 2771 1 +39405 {39405} 2256 1 +39406 {39406} 10575 1 +39407 {39407} 2740 1 +39408 {39408} 2132 1 +39409 {39409} 2325 1 +39410 {39410} 1922 1 +39411 {39411} 10343 1 +39412 {39412} 534 1 +39413 {39413} 2998 1 +39414 {39414} 2995 1 +39415 {39415} 1799 1 +39416 {39416} 3270 1 +39417 {39417} 3991 1 +39418 {39418} 2744 1 +39419 {39419} 1444 1 +39420 {39420} 12248 1 +39421 {39421} 2456 1 +39422 {39422} 2325 1 +39423 {39423} 2743 1 +39424 {39424} 9087 1 +39425 {39425} 1815 1 +39426 {39426} 10982 1 +39427 {39427} 1502 1 +39428 {39428} 2569 1 +39429 {39429} 1666 1 +39430 {39430} 2530 1 +39431 {39431} 1678 1 +39432 {39432} 2109 1 +39433 {39433} 9006 1 +39434 {39434} 1717 1 +39435 {39435} 1747 1 +39436 {39436} 10578 1 +39437 {39437} 10437 1 +39438 {39438} 10746 1 +39439 {39439} 2739 1 +39440 {39440} 3337 1 +39441 {39441} 10195 1 +39442 {39442} 8142 1 +39443 {39443} 3752 1 +39444 {39444} 10648 1 +39445 {39445} 10915 1 +39446 {39446} 9885 1 +39447 {39447} 11754 1 +39448 {39448} 2231 1 +39449 {39449} 2634 1 +39450 {39450} 2733 1 +39451 {39451} 1455 1 +39452 {39452} 1680 1 +39453 {39453} 2428 1 +39454 {39454} 2113 1 +39455 {39455} 1572 1 +39456 {39456} 4783 1 +39457 {39457} 1636 1 +39458 {39458} 3180 1 +39459 {39459} 3175 1 +39460 {39460} 3541 1 +39461 {39461} 8542 1 +39462 {39462} 2282 1 +39463 {39463} 2124 1 +39464 {39464} 1303 1 +39465 {39465} 11061 1 +39466 {39466} 3378 1 +39467 {39467} 16626 1 +39468 {39468} 1913 1 +39469 {39469} 5950 1 +39470 {39470} 2457 1 +39471 {39471} 1892 1 +39472 {39472} 1225 1 +39473 {39473} 9826 1 +39474 {39474} 3013 1 +39475 {39475} 10112 1 +39476 {39476} 2644 1 +39477 {39477} 1855 1 +39478 {39478} 3215 1 +39479 {39479} 2842 1 +39480 {39480} 1717 1 +39481 {39481} 9439 1 +39482 {39482} 1584 1 +39483 {39483} 1906 1 +39484 {39484} 10705 1 +39485 {39485} 13032 1 +39486 {39486} 1760 1 +39487 {39487} 10300 1 +39488 {39488} 15570 1 +39489 {39489} 2499 1 +39490 {39490} 12595 1 +39491 {39491} 7088 1 +39492 {39492} 2069 1 +39493 {39493} 1893 1 +39494 {39494} 10375 1 +39495 {39495} 9711 1 +39496 {39496} 10407 1 +39497 {39497} 2385 1 +39498 {39498} 9655 1 +39499 {39499} 1608 1 +39500 {39500} 11355 1 +39501 {39501} 2809 1 +39502 {39502} 11347 1 +39503 {39503} 11133 1 +39504 {39504} 7943 1 +39505 {39505} 10241 1 +39506 {39506} 2290 1 +39507 {39507} 2524 1 +39508 {39508} 7848 1 +39509 {39509} 1298 1 +39510 {39510} 7344 1 +39511 {39511} 10982 1 +39512 {39512} 7815 1 +39513 {39513} 3247 1 +39514 {39514} 1600 1 +39515 {39515} 11196 1 +39516 {39516} 1605 1 +39517 {39517} 2601 1 +39518 {39518} 1606 1 +39519 {39519} 13794 1 +39520 {39520} 2565 1 +39521 {39521} 3327 1 +39522 {39522} 1651 1 +39523 {39523} 2389 1 +39524 {39524} 2102 1 +39525 {39525} 3271 1 +39526 {39526} 2375 1 +39527 {39527} 4248 1 +39528 {39528} 10354 1 +39529 {39529} 10099 1 +39530 {39530} 1983 1 +39531 {39531} 10074 1 +39532 {39532} 3840 1 +39533 {39533} 8662 1 +39534 {39534} 11947 1 +39535 {39535} 2894 1 +39536 {39536} 2700 1 +39537 {39537} 8458 1 +39538 {39538} 11847 1 +39539 {39539} 11389 1 +39540 {39540} 2915 1 +39541 {39541} 10926 1 +39542 {39542} 12534 1 +39543 {39543} 2858 1 +39544 {39544} 8908 1 +39545 {39545} 2530 1 +39546 {39546} 9805 1 +39547 {39547} 3010 1 +39548 {39548} 11678 1 +39549 {39549} 1967 1 +39550 {39550} 11453 1 +39551 {39551} 2167 1 +39552 {39552} 1653 1 +39553 {39553} 10468 1 +39554 {39554} 860 1 +39555 {39555} 1009 1 +39556 {39556} 2067 1 +39557 {39557} 9992 1 +39558 {39558} 2707 1 +39559 {39559} 7362 1 +39560 {39560} 11111 1 +39561 {39561} 11458 1 +39562 {39562} 3125 1 +39563 {39563} 1162 1 +39564 {39564} 861 1 +39565 {39565} 3880 1 +39566 {39566} 10380 1 +39567 {39567} 10007 1 +39568 {39568} 14932 1 +39569 {39569} 1537 1 +39570 {39570} 8896 1 +39571 {39571} 3078 1 +39572 {39572} 11475 1 +39573 {39573} 10724 1 +39574 {39574} 9178 1 +39575 {39575} 10835 1 +39576 {39576} 1244 1 +39577 {39577} 10985 1 +39578 {39578} 1125 1 +39579 {39579} 8214 1 +39580 {39580} 1915 1 +39581 {39581} 1186 1 +39582 {39582} 2870 1 +39583 {39583} 1855 1 +39584 {39584} 2606 1 +39585 {39585} 6271 1 +39586 {39586} 10921 1 +39587 {39587} 10801 1 +39588 {39588} 10139 1 +39589 {39589} 11791 1 +39590 {39590} 2325 1 +39591 {39591} 1962 1 +39592 {39592} 3416 1 +39593 {39593} 2222 1 +39594 {39594} 3012 1 +39595 {39595} 1216 1 +39596 {39596} 876 1 +39597 {39597} 6435 1 +39598 {39598} 10364 1 +39599 {39599} 2501 1 +39600 {39600} 11018 1 +39601 {39601} 9893 1 +39602 {39602} 15686 1 +39603 {39603} 10281 1 +39604 {39604} 1600 1 +39605 {39605} 2419 1 +39606 {39606} 1716 1 +39607 {39607} 2751 1 +39608 {39608} 1858 1 +39609 {39609} 15620 1 +39610 {39610} 1789 1 +39611 {39611} 1856 1 +39612 {39612} 5702 1 +39613 {39613} 6944 1 +39614 {39614} 9687 1 +39615 {39615} 3159 1 +39616 {39616} 10576 1 +39617 {39617} 11474 1 +39618 {39618} 1676 1 +39619 {39619} 9737 1 +39620 {39620} 968 1 +39621 {39621} 828 1 +39622 {39622} 1852 1 +39623 {39623} 1684 1 +39624 {39624} 9587 1 +39625 {39625} 7814 1 +39626 {39626} 11316 1 +39627 {39627} 2334 1 +39628 {39628} 2616 1 +39629 {39629} 1957 1 +39630 {39630} 2344 1 +39631 {39631} 11522 1 +39632 {39632} 16248 1 +39633 {39633} 2693 1 +39634 {39634} 2198 1 +39635 {39635} 11634 1 +39636 {39636} 10723 1 +39637 {39637} 2397 1 +39638 {39638} 2459 1 +39639 {39639} 3269 1 +39640 {39640} 2182 1 +39641 {39641} 1452 1 +39642 {39642} 11051 1 +39643 {39643} 10129 1 +39644 {39644} 10547 1 +39645 {39645} 10678 1 +39646 {39646} 11837 1 +39647 {39647} 2396 1 +39648 {39648} 2155 1 +39649 {39649} 2266 1 +39650 {39650} 9927 1 +39651 {39651} 1225 1 +39652 {39652} 2560 1 +39653 {39653} 1134 1 +39654 {39654} 13777 1 +39655 {39655} 1732 1 +39656 {39656} 2176 1 +39657 {39657} 1814 1 +39658 {39658} 1616 1 +39659 {39659} 10884 1 +39660 {39660} 2218 1 +39661 {39661} 11741 1 +39662 {39662} 6540 1 +39663 {39663} 1821 1 +39664 {39664} 2770 1 +39665 {39665} 6125 1 +39666 {39666} 2287 1 +39667 {39667} 10680 1 +39668 {39668} 12561 1 +39669 {39669} 713 1 +39670 {39670} 2066 1 +39671 {39671} 11103 1 +39672 {39672} 1924 1 +39673 {39673} 10495 1 +39674 {39674} 10758 1 +39675 {39675} 2403 1 +39676 {39676} 10928 1 +39677 {39677} 1263 1 +39678 {39678} 12798 1 +39679 {39679} 2770 1 +39680 {39680} 9365 1 +39681 {39681} 10699 1 +39682 {39682} 1337 1 +39683 {39683} 1701 1 +39684 {39684} 3556 1 +39685 {39685} 13946 1 +39686 {39686} 15815 1 +39687 {39687} 1490 1 +39688 {39688} 3269 1 +39689 {39689} 11099 1 +39690 {39690} 2614 1 +39691 {39691} 1837 1 +39692 {39692} 1416 1 +39693 {39693} 11148 1 +39694 {39694} 2569 1 +39695 {39695} 3712 1 +39696 {39696} 11108 1 +39697 {39697} 2812 1 +39698 {39698} 3782 1 +39699 {39699} 1826 1 +39700 {39700} 2668 1 +39701 {39701} 3072 1 +39702 {39702} 2625 1 +39703 {39703} 10125 1 +39704 {39704} 10006 1 +39705 {39705} 9107 1 +39706 {39706} 1986 1 +39707 {39707} 1986 1 +39708 {39708} 2293 1 +39709 {39709} 2955 1 +39710 {39710} 2359 1 +39711 {39711} 1755 1 +39712 {39712} 2424 1 +39713 {39713} 2627 1 +39714 {39714} 10570 1 +39715 {39715} 2222 1 +39716 {39716} 10024 1 +39717 {39717} 10980 1 +39718 {39718} 8845 1 +39719 {39719} 10479 1 +39720 {39720} 12140 1 +39721 {39721} 10408 1 +39722 {39722} 8548 1 +39723 {39723} 9243 1 +39724 {39724} 10773 1 +39725 {39725} 10335 1 +39726 {39726} 10724 1 +39727 {39727} 10049 1 +39728 {39728} 1241 1 +39729 {39729} 2553 1 +39730 {39730} 11505 1 +39731 {39731} 1553 1 +39732 {39732} 11327 1 +39733 {39733} 1609 1 +39734 {39734} 11133 1 +39735 {39735} 16450 1 +39736 {39736} 1957 1 +39737 {39737} 10773 1 +39738 {39738} 8865 1 +39739 {39739} 2691 1 +39740 {39740} 2126 1 +39741 {39741} 9329 1 +39742 {39742} 11633 1 +39743 {39743} 2145 1 +39744 {39744} 1425 1 +39745 {39745} 1667 1 +39746 {39746} 2069 1 +39747 {39747} 8549 1 +39748 {39748} 12450 1 +39749 {39749} 2193 1 +39750 {39750} 1646 1 +39751 {39751} 1491 1 +39752 {39752} 16596 1 +39753 {39753} 1787 1 +39754 {39754} 11218 1 +39755 {39755} 16004 1 +39756 {39756} 2765 1 +39757 {39757} 2184 1 +39758 {39758} 2827 1 +39759 {39759} 533 1 +39760 {39760} 1946 1 +39761 {39761} 8434 1 +39762 {39762} 10796 1 +39763 {39763} 14439 1 +39764 {39764} 10064 1 +39765 {39765} 586 1 +39766 {39766} 11138 1 +39767 {39767} 8984 1 +39768 {39768} 1580 1 +39769 {39769} 2441 1 +39770 {39770} 1018 1 +39771 {39771} 1836 1 +39772 {39772} 10375 1 +39773 {39773} 2058 1 +39774 {39774} 9687 1 +39775 {39775} 11282 1 +39776 {39776} 2462 1 +39777 {39777} 14989 1 +39778 {39778} 9370 1 +39779 {39779} 3280 1 +39780 {39780} 11702 1 +39781 {39781} 1028 1 +39782 {39782} 1963 1 +39783 {39783} 10191 1 +39784 {39784} 8642 1 +39785 {39785} 10375 1 +39786 {39786} 8334 1 +39787 {39787} 2129 1 +39788 {39788} 463 1 +39789 {39789} 801 1 +39790 {39790} 1365 1 +39791 {39791} 11975 1 +39792 {39792} 1841 1 +39793 {39793} 10456 1 +39794 {39794} 1602 1 +39795 {39795} 2165 1 +39796 {39796} 2189 1 +39797 {39797} 10147 1 +39798 {39798} 12349 1 +39799 {39799} 3286 1 +39800 {39800} 1639 1 +39801 {39801} 3280 1 +39802 {39802} 2637 1 +39803 {39803} 12595 1 +39804 {39804} 9976 1 +39805 {39805} 2233 1 +39806 {39806} 2267 1 +39807 {39807} 12121 1 +39808 {39808} 2978 1 +39809 {39809} 3188 1 +39810 {39810} 2922 1 +39811 {39811} 10455 1 +39812 {39812} 9010 1 +39813 {39813} 8562 1 +39814 {39814} 8000 1 +39815 {39815} 3237 1 +39816 {39816} 2726 1 +39817 {39817} 4455 1 +39818 {39818} 11829 1 +39819 {39819} 15134 1 +39820 {39820} 9063 1 +39821 {39821} 9100 1 +39822 {39822} 10486 1 +39823 {39823} 7789 1 +39824 {39824} 5937 1 +39825 {39825} 10358 1 +39826 {39826} 2801 1 +39827 {39827} 8605 1 +39828 {39828} 8766 1 +39829 {39829} 9403 1 +39830 {39830} 2402 1 +39831 {39831} 3079 1 +39832 {39832} 1837 1 +39833 {39833} 2670 1 +39834 {39834} 3293 1 +39835 {39835} 6336 1 +39836 {39836} 2382 1 +39837 {39837} 1435 1 +39838 {39838} 6857 1 +39839 {39839} 885 1 +39840 {39840} 9284 1 +39841 {39841} 10258 1 +39842 {39842} 12242 1 +39843 {39843} 2130 1 +39844 {39844} 2878 1 +39845 {39845} 9803 1 +39846 {39846} 13888 1 +39847 {39847} 2470 1 +39848 {39848} 10699 1 +39849 {39849} 8779 1 +39850 {39850} 11363 1 +39851 {39851} 6879 1 +39852 {39852} 11244 1 +39853 {39853} 11673 1 +39854 {39854} 10109 1 +39855 {39855} 2652 1 +39856 {39856} 10925 1 +39857 {39857} 13819 1 +39858 {39858} 1173 1 +39859 {39859} 9313 1 +39860 {39860} 9793 1 +39861 {39861} 1960 1 +39862 {39862} 1005 1 +39863 {39863} 565 1 +39864 {39864} 1603 1 +39865 {39865} 2322 1 +39866 {39866} 1308 1 +39867 {39867} 1392 1 +39868 {39868} 10105 1 +39869 {39869} 9612 1 +39870 {39870} 657 1 +39871 {39871} 413 1 +39872 {39872} 9574 1 +39873 {39873} 9600 1 +39874 {39874} 1926 1 +39875 {39875} 2275 1 +39876 {39876} 10139 1 +39877 {39877} 2622 1 +39878 {39878} 1710 1 +39879 {39879} 10438 1 +39880 {39880} 1957 1 +39881 {39881} 2640 1 +39882 {39882} 11098 1 +39883 {39883} 4982 1 +39884 {39884} 10419 1 +39885 {39885} 1059 1 +39886 {39886} 1297 1 +39887 {39887} 9508 1 +39888 {39888} 2334 1 +39889 {39889} 2708 1 +39890 {39890} 1229 1 +39891 {39891} 1166 1 +39892 {39892} 1065 1 +39893 {39893} 4120 1 +39894 {39894} 10453 1 +39895 {39895} 9292 1 +39896 {39896} 10660 1 +39897 {39897} 9310 1 +39898 {39898} 16359 1 +39899 {39899} 10636 1 +39900 {39900} 2532 1 +39901 {39901} 11313 1 +39902 {39902} 1196 1 +39903 {39903} 10514 1 +39904 {39904} 11459 1 +39905 {39905} 2602 1 +39906 {39906} 38 1 +39907 {39907} 13474 1 +39908 {39908} 11961 1 +39909 {39909} 10982 1 +39910 {39910} 10530 1 +39911 {39911} 10232 1 +39912 {39912} 11942 1 +39913 {39913} 9800 1 +39914 {39914} 11923 1 +39915 {39915} 3270 1 +39916 {39916} 1881 1 +39917 {39917} 10201 1 +39918 {39918} 2872 1 +39919 {39919} 15097 1 +39920 {39920} 2936 1 +39921 {39921} 2721 1 +39922 {39922} 9259 1 +39923 {39923} 2907 1 +39924 {39924} 1101 1 +39925 {39925} 3428 1 +39926 {39926} 10135 1 +39927 {39927} 3567 1 +39928 {39928} 11712 1 +39929 {39929} 11131 1 +39930 {39930} 10832 1 +39931 {39931} 2423 1 +39932 {39932} 9667 1 +39933 {39933} 9967 1 +39934 {39934} 11514 1 +39935 {39935} 1490 1 +39936 {39936} 11005 1 +39937 {39937} 10340 1 +39938 {39938} 1903 1 +39939 {39939} 3239 1 +39940 {39940} 9474 1 +39941 {39941} 10302 1 +39942 {39942} 11383 1 +39943 {39943} 10987 1 +39944 {39944} 10916 1 +39945 {39945} 3142 1 +39946 {39946} 5215 1 +39947 {39947} 10378 1 +39948 {39948} 2984 1 +39949 {39949} 2194 1 +39950 {39950} 115 1 +39951 {39951} 12339 1 +39952 {39952} 16399 1 +39953 {39953} 1448 1 +39954 {39954} 2482 1 +39955 {39955} 11142 1 +39956 {39956} 4986 1 +39957 {39957} 11110 1 +39958 {39958} 9747 1 +39959 {39959} 12170 1 +39960 {39960} 10222 1 +39961 {39961} 12482 1 +39962 {39962} 2639 1 +39963 {39963} 9528 1 +39964 {39964} 2837 1 +39965 {39965} 9735 1 +39966 {39966} 1097 1 +39967 {39967} 2306 1 +39968 {39968} 11785 1 +39969 {39969} 2606 1 +39970 {39970} 1137 1 +39971 {39971} 11825 1 +39972 {39972} 1844 1 +39973 {39973} 9687 1 +39974 {39974} 12088 1 +39975 {39975} 8585 1 +39976 {39976} 10271 1 +39977 {39977} 1817 1 +39978 {39978} 2316 1 +39979 {39979} 2534 1 +39980 {39980} 2225 1 +39981 {39981} 8105 1 +39982 {39982} 1511 1 +39983 {39983} 10875 1 +39984 {39984} 5873 1 +39985 {39985} 2125 1 +39986 {39986} 11176 1 +39987 {39987} 12515 1 +39988 {39988} 2115 1 +39989 {39989} 16355 1 +39990 {39990} 1172 1 +39991 {39991} 3798 1 +39992 {39992} 1887 1 +39993 {39993} 2043 1 +39994 {39994} 13459 1 +39995 {39995} 10494 1 +39996 {39996} 7807 1 +39997 {39997} 3825 1 +39998 {39998} 10540 1 +39999 {39999} 9268 1 +40000 {40000} 2874 1 +40001 {40001} 2192 1 +40002 {40002} 9171 1 +40003 {40003} 2742 1 +40004 {40004} 10349 1 +40005 {40005} 1477 1 +40006 {40006} 2671 1 +40007 {40007} 12238 1 +40008 {40008} 12420 1 +40009 {40009} 10710 1 +40010 {40010} 1667 1 +40011 {40011} 12282 1 +40012 {40012} 2693 1 +40013 {40013} 10489 1 +40014 {40014} 10852 1 +40015 {40015} 2742 1 +40016 {40016} 6290 1 +40017 {40017} 11205 1 +40018 {40018} 2130 1 +40019 {40019} 2868 1 +40020 {40020} 2319 1 +40021 {40021} 5906 1 +40022 {40022} 9499 1 +40023 {40023} 2943 1 +40024 {40024} 2323 1 +40025 {40025} 3249 1 +40026 {40026} 11148 1 +40027 {40027} 2993 1 +40028 {40028} 1133 1 +40029 {40029} 10165 1 +40030 {40030} 1386 1 +40031 {40031} 2234 1 +40032 {40032} 767 1 +40033 {40033} 10543 1 +40034 {40034} 10359 1 +40035 {40035} 1989 1 +40036 {40036} 2134 1 +40037 {40037} 2493 1 +40038 {40038} 2642 1 +40039 {40039} 1680 1 +40040 {40040} 8862 1 +40041 {40041} 10129 1 +40042 {40042} 997 1 +40043 {40043} 10638 1 +40044 {40044} 9491 1 +40045 {40045} 1584 1 +40046 {40046} 2424 1 +40047 {40047} 3224 1 +40048 {40048} 2026 1 +40049 {40049} 10419 1 +40050 {40050} 5079 1 +40051 {40051} 10634 1 +40052 {40052} 9634 1 +40053 {40053} 8930 1 +40054 {40054} 2693 1 +40055 {40055} 11216 1 +40056 {40056} 11232 1 +40057 {40057} 2518 1 +40058 {40058} 14936 1 +40059 {40059} 2428 1 +40060 {40060} 10069 1 +40061 {40061} 10884 1 +40062 {40062} 2672 1 +40063 {40063} 791 1 +40064 {40064} 10926 1 +40065 {40065} 1951 1 +40066 {40066} 12527 1 +40067 {40067} 10031 1 +40068 {40068} 2434 1 +40069 {40069} 2031 1 +40070 {40070} 2362 1 +40071 {40071} 2951 1 +40072 {40072} 11163 1 +40073 {40073} 10533 1 +40074 {40074} 1531 1 +40075 {40075} 1729 1 +40076 {40076} 2817 1 +40077 {40077} 11996 1 +40078 {40078} 10210 1 +40079 {40079} 10804 1 +40080 {40080} 1518 1 +40081 {40081} 3173 1 +40082 {40082} 2132 1 +40083 {40083} 2487 1 +40084 {40084} 2065 1 +40085 {40085} 3314 1 +40086 {40086} 11559 1 +40087 {40087} 5388 1 +40088 {40088} 1786 1 +40089 {40089} 10580 1 +40090 {40090} 10425 1 +40091 {40091} 878 1 +40092 {40092} 10636 1 +40093 {40093} 2029 1 +40094 {40094} 3169 1 +40095 {40095} 2955 1 +40096 {40096} 854 1 +40097 {40097} 2616 1 +40098 {40098} 14439 1 +40099 {40099} 1546 1 +40100 {40100} 2469 1 +40101 {40101} 2435 1 +40102 {40102} 9492 1 +40103 {40103} 9906 1 +40104 {40104} 9862 1 +40105 {40105} 1574 1 +40106 {40106} 1989 1 +40107 {40107} 6729 1 +40108 {40108} 2800 1 +40109 {40109} 7730 1 +40110 {40110} 14930 1 +40111 {40111} 9311 1 +40112 {40112} 8559 1 +40113 {40113} 5162 1 +40114 {40114} 182 1 +40115 {40115} 2839 1 +40116 {40116} 3194 1 +40117 {40117} 2300 1 +40118 {40118} 10456 1 +40119 {40119} 11024 1 +40120 {40120} 2432 1 +40121 {40121} 2230 1 +40122 {40122} 11882 1 +40123 {40123} 3346 1 +40124 {40124} 1910 1 +40125 {40125} 11252 1 +40126 {40126} 10328 1 +40127 {40127} 11001 1 +40128 {40128} 10690 1 +40129 {40129} 3502 1 +40130 {40130} 9404 1 +40131 {40131} 1309 1 +40132 {40132} 10922 1 +40133 {40133} 1980 1 +40134 {40134} 11897 1 +40135 {40135} 1886 1 +40136 {40136} 3824 1 +40137 {40137} 2241 1 +40138 {40138} 9261 1 +40139 {40139} 10804 1 +40140 {40140} 1998 1 +40141 {40141} 9663 1 +40142 {40142} 12221 1 +40143 {40143} 6385 1 +40144 {40144} 1067 1 +40145 {40145} 15944 1 +40146 {40146} 14145 1 +40147 {40147} 2469 1 +40148 {40148} 2092 1 +40149 {40149} 2477 1 +40150 {40150} 5483 1 +40151 {40151} 8276 1 +40152 {40152} 11414 1 +40153 {40153} 10021 1 +40154 {40154} 2427 1 +40155 {40155} 9735 1 +40156 {40156} 10896 1 +40157 {40157} 3271 1 +40158 {40158} 11695 1 +40159 {40159} 3209 1 +40160 {40160} 3236 1 +40161 {40161} 10711 1 +40162 {40162} 1486 1 +40163 {40163} 2594 1 +40164 {40164} 9451 1 +40165 {40165} 10967 1 +40166 {40166} 1420 1 +40167 {40167} 7063 1 +40168 {40168} 11687 1 +40169 {40169} 1790 1 +40170 {40170} 2822 1 +40171 {40171} 1621 1 +40172 {40172} 1004 1 +40173 {40173} 1574 1 +40174 {40174} 3702 1 +40175 {40175} 2435 1 +40176 {40176} 11719 1 +40177 {40177} 2358 1 +40178 {40178} 5158 1 +40179 {40179} 901 1 +40180 {40180} 3004 1 +40181 {40181} 10998 1 +40182 {40182} 3890 1 +40183 {40183} 9870 1 +40184 {40184} 10191 1 +40185 {40185} 1886 1 +40186 {40186} 2689 1 +40187 {40187} 2774 1 +40188 {40188} 10701 1 +40189 {40189} 11759 1 +40190 {40190} 10186 1 +40191 {40191} 866 1 +40192 {40192} 1551 1 +40193 {40193} 11216 1 +40194 {40194} 11309 1 +40195 {40195} 11407 1 +40196 {40196} 1892 1 +40197 {40197} 1448 1 +40198 {40198} 1508 1 +40199 {40199} 2453 1 +40200 {40200} 9221 1 +40201 {40201} 14495 1 +40202 {40202} 10407 1 +40203 {40203} 734 1 +40204 {40204} 11818 1 +40205 {40205} 2696 1 +40206 {40206} 7004 1 +40207 {40207} 2550 1 +40208 {40208} 2558 1 +40209 {40209} 5764 1 +40210 {40210} 1956 1 +40211 {40211} 6573 1 +40212 {40212} 10141 1 +40213 {40213} 11244 1 +40214 {40214} 11655 1 +40215 {40215} 10731 1 +40216 {40216} 10155 1 +40217 {40217} 2810 1 +40218 {40218} 2196 1 +40219 {40219} 677 1 +40220 {40220} 11146 1 +40221 {40221} 8677 1 +40222 {40222} 3414 1 +40223 {40223} 1133 1 +40224 {40224} 1244 1 +40225 {40225} 2051 1 +40226 {40226} 8699 1 +40227 {40227} 9790 1 +40228 {40228} 9365 1 +40229 {40229} 10031 1 +40230 {40230} 6512 1 +40231 {40231} 10636 1 +40232 {40232} 9858 1 +40233 {40233} 12289 1 +40234 {40234} 3343 1 +40235 {40235} 14265 1 +40236 {40236} 1626 1 +40237 {40237} 11963 1 +40238 {40238} 10236 1 +40239 {40239} 16049 1 +40240 {40240} 9478 1 +40241 {40241} 13930 1 +40242 {40242} 8044 1 +40243 {40243} 10953 1 +40244 {40244} 3320 1 +40245 {40245} 11256 1 +40246 {40246} 3172 1 +40247 {40247} 2212 1 +40248 {40248} 2212 1 +40249 {40249} 10275 1 +40250 {40250} 9092 1 +40251 {40251} 2187 1 +40252 {40252} 9402 1 +40253 {40253} 2695 1 +40254 {40254} 252 1 +40255 {40255} 9917 1 +40256 {40256} 9155 1 +40257 {40257} 2015 1 +40258 {40258} 11092 1 +40259 {40259} 2055 1 +40260 {40260} 3304 1 +40261 {40261} 2476 1 +40262 {40262} 2233 1 +40263 {40263} 10267 1 +40264 {40264} 1485 1 +40265 {40265} 1384 1 +40266 {40266} 8845 1 +40267 {40267} 1826 1 +40268 {40268} 2421 1 +40269 {40269} 11471 1 +40270 {40270} 2371 1 +40271 {40271} 2597 1 +40272 {40272} 3012 1 +40273 {40273} 6224 1 +40274 {40274} 3751 1 +40275 {40275} 5771 1 +40276 {40276} 11748 1 +40277 {40277} 1212 1 +40278 {40278} 3139 1 +40279 {40279} 1737 1 +40280 {40280} 2430 1 +40281 {40281} 14062 1 +40282 {40413} 15261 1 +40283 {40282} 10340 1 +40284 {40283} 2176 1 +40285 {40284} 902 1 +40286 {40285} 9644 1 +40287 {40286} 2700 1 +40288 {40287} 9426 1 +40289 {40288} 1268 1 +40290 {40289} 2229 1 +40291 {40290} 2368 1 +40292 {40291} 3359 1 +40293 {40292} 9753 1 +40294 {40293} 2658 1 +40295 {40294} 2795 1 +40296 {40295} 710 1 +40297 {40296} 9657 1 +40298 {40297} 10058 1 +40299 {40298} 1155 1 +40300 {40299} 10213 1 +40301 {40300} 6327 1 +40302 {40301} 3487 1 +40303 {40302} 2024 1 +40304 {40303} 3175 1 +40305 {40304} 8094 1 +40306 {40305} 15961 1 +40307 {40306} 9333 1 +40308 {40307} 2078 1 +40309 {40308} 1563 1 +40310 {40309} 3073 1 +40311 {40310} 11533 1 +40312 {40311} 1891 1 +40313 {40312} 2726 1 +40314 {40313} 3203 1 +40315 {40314} 3139 1 +40316 {40315} 1774 1 +40317 {40316} 6272 1 +40318 {40317} 14781 1 +40319 {40318} 1270 1 +40320 {40319} 11973 1 +40321 {40320} 11031 1 +40322 {40321} 10516 1 +40323 {40322} 2531 1 +40324 {40323} 2088 1 +40325 {40324} 2538 1 +40326 {40325} 13104 1 +40327 {40326} 5896 1 +40328 {40327} 2185 1 +40329 {40328} 1645 1 +40330 {40329} 3203 1 +40331 {40330} 8669 1 +40332 {40331} 1278 1 +40333 {40332} 9365 1 +40334 {40333} 2633 1 +40335 {40334} 2218 1 +40336 {40335} 2459 1 +40337 {40336} 10261 1 +40338 {40337} 3106 1 +40339 {40338} 10123 1 +40340 {40339} 11075 1 +40341 {40340} 9665 1 +40342 {40341} 2630 1 +40343 {40342} 1574 1 +40344 {40343} 11222 1 +40345 {40344} 1676 1 +40346 {40345} 10432 1 +40347 {40346} 10038 1 +40348 {40347} 1647 1 +40349 {40348} 3104 1 +40350 {40349} 9882 1 +40351 {40350} 1883 1 +40352 {40351} 2022 1 +40353 {40352} 14094 1 +40354 {40353} 2540 1 +40355 {40354} 10241 1 +40356 {40355} 925 1 +40357 {40356} 9515 1 +40358 {40357} 3133 1 +40359 {40358} 2668 1 +40360 {40359} 2887 1 +40361 {40360} 11860 1 +40362 {40361} 7857 1 +40363 {40362} 8126 1 +40364 {40363} 11225 1 +40365 {40364} 9901 1 +40366 {40365} 2553 1 +40367 {40366} 2260 1 +40368 {40367} 11898 1 +40369 {40368} 3177 1 +40370 {40369} 1110 1 +40371 {40370} 3890 1 +40372 {40371} 2165 1 +40373 {40372} 10431 1 +40374 {40373} 11096 1 +40375 {40374} 1886 1 +40376 {40375} 2230 1 +40377 {40376} 446 1 +40378 {40377} 10424 1 +40379 {40378} 2790 1 +40380 {40379} 2797 1 +40381 {40380} 2070 1 +40382 {40381} 11299 1 +40383 {40382} 10257 1 +40384 {40383} 10947 1 +40385 {40384} 2192 1 +40386 {40385} 1359 1 +40387 {40386} 10413 1 +40388 {40387} 10054 1 +40389 {40388} 3311 1 +40390 {40389} 1928 1 +40391 {40390} 10681 1 +40392 {40391} 1664 1 +40393 {40392} 3104 1 +40394 {40393} 2630 1 +40395 {40394} 2132 1 +40396 {40395} 10992 1 +40397 {40396} 2400 1 +40398 {40397} 2361 1 +40399 {40398} 2267 1 +40400 {40399} 1618 1 +40401 {40400} 8960 1 +40402 {40401} 11015 1 +40403 {40402} 2053 1 +40404 {40403} 4495 1 +40405 {40404} 13551 1 +40406 {40405} 14144 1 +40407 {40406} 10437 1 +40408 {40407} 6170 1 +40409 {40408} 3166 1 +40410 {40409} 3006 1 +40411 {40410} 11288 1 +40412 {40411} 11380 1 +40413 {40412} 10452 1 +40414 {40414} 5142 1 +40415 {40415} 2926 1 +40416 {40416} 12869 1 +40417 {40417} 1828 1 +40418 {40418} 14675 1 +40419 {40419} 2196 1 +40420 {40420} 3010 1 +40421 {40421} 2714 1 +40422 {40422} 2235 1 +40423 {40423} 12028 1 +40424 {40424} 2024 1 +40425 {40425} 10221 1 +40426 {40426} 3590 1 +40427 {40427} 2231 1 +40428 {40428} 15812 1 +40429 {40429} 10776 1 +40430 {40430} 2594 1 +40431 {40431} 1581 1 +40432 {40432} 1815 1 +40433 {40433} 1608 1 +40434 {40434} 9169 1 +40435 {40435} 1893 1 +40436 {40436} 10928 1 +40437 {40437} 2195 1 +40438 {40438} 1448 1 +40439 {40439} 9782 1 +40440 {40440} 12691 1 +40441 {40441} 2598 1 +40442 {40442} 3839 1 +40443 {40443} 12232 1 +40444 {40444} 10861 1 +40445 {40445} 2537 1 +40446 {40446} 5429 1 +40447 {40447} 5360 1 +40448 {40448} 1683 1 +40449 {40449} 9985 1 +40450 {40450} 9019 1 +40451 {40451} 1730 1 +40452 {40452} 2094 1 +40453 {40453} 2490 1 +40454 {40454} 1570 1 +40455 {40455} 529 1 +40456 {40456} 11147 1 +40457 {40457} 2696 1 +40458 {40458} 1855 1 +40459 {40459} 2624 1 +40460 {40460} 3608 1 +40461 {40461} 11245 1 +40462 {40462} 2870 1 +40463 {40463} 1293 1 +40464 {40464} 11144 1 +40465 {40465} 11501 1 +40466 {40466} 2350 1 +40467 {40467} 6602 1 +40468 {40468} 8083 1 +40469 {40469} 13781 1 +40470 {40470} 2155 1 +40471 {40471} 2234 1 +40472 {40472} 1960 1 +40473 {40473} 11399 1 +40474 {40474} 2742 1 +40475 {40475} 11067 1 +40476 {40476} 10222 1 +40477 {40477} 15114 1 +40478 {40478} 1918 1 +40479 {40479} 5945 1 +40480 {40480} 9236 1 +40481 {40481} 2553 1 +40482 {40482} 9683 1 +40483 {40483} 10797 1 +40484 {40484} 3174 1 +40485 {40485} 10525 1 +40486 {40486} 8777 1 +40487 {40487} 14129 1 +40488 {40488} 1384 1 +40489 {40489} 9871 1 +40490 {40490} 8991 1 +40491 {40491} 2130 1 +40492 {40492} 2669 1 +40493 {40493} 5051 1 +40494 {40494} 4867 1 +40495 {40495} 2195 1 +40496 {40496} 10585 1 +40497 {40497} 7855 1 +40498 {40498} 9329 1 +40499 {40499} 1265 1 +40500 {40500} 2290 1 +40501 {40501} 1836 1 +40502 {40502} 2160 1 +40503 {40503} 2800 1 +40504 {40504} 2967 1 +40505 {40505} 11443 1 +40506 {40506} 3128 1 +40507 {40507} 8396 1 +40508 {40508} 2873 1 +40509 {40509} 2261 1 +40510 {40510} 10348 1 +40511 {40511} 1778 1 +40512 {40512} 12107 1 +40513 {40513} 9298 1 +40514 {40514} 9897 1 +40515 {40515} 1300 1 +40516 {40516} 1531 1 +40517 {40517} 2983 1 +40518 {40518} 1162 1 +40519 {40519} 11724 1 +40520 {40520} 1705 1 +40521 {40521} 10358 1 +40522 {40522} 1846 1 +40523 {40523} 2461 1 +40524 {40524} 3322 1 +40525 {40525} 10593 1 +40526 {40526} 10669 1 +40527 {40527} 10542 1 +40528 {40528} 6615 1 +40529 {40529} 2333 1 +40530 {40530} 4399 1 +40531 {40531} 1988 1 +40532 {40532} 2161 1 +40533 {40533} 7613 1 +40534 {40534} 10293 1 +40535 {40535} 7425 1 +40536 {40536} 10905 1 +40537 {40537} 12446 1 +40538 {40538} 1434 1 +40539 {40539} 3665 1 +40540 {40540} 1682 1 +40541 {40541} 2772 1 +40542 {40542} 11116 1 +40543 {40543} 2534 1 +40544 {40544} 10668 1 +40545 {40545} 8182 1 +40546 {40546} 2574 1 +40547 {40547} 10286 1 +40548 {40548} 11072 1 +40549 {40549} 2023 1 +40550 {40550} 2521 1 +40551 {40551} 2705 1 +40552 {40552} 1644 1 +40553 {40553} 2298 1 +40554 {40554} 5614 1 +40555 {40555} 3161 1 +40556 {40556} 2267 1 +40557 {40557} 2966 1 +40558 {40558} 1963 1 +40559 {40559} 1311 1 +40560 {40560} 10565 1 +40561 {40561} 3365 1 +40562 {40562} 2536 1 +40563 {40563} 8058 1 +40564 {40564} 9924 1 +40565 {40565} 9593 1 +40566 {40566} 2644 1 +40567 {40567} 10669 1 +40568 {40568} 3308 1 +40569 {40569} 16340 1 +40570 {40570} 11514 1 +40571 {40571} 2463 1 +40572 {40572} 6079 1 +40573 {40573} 11695 1 +40574 {40574} 9094 1 +40575 {40575} 8304 1 +40576 {40576} 2072 1 +40577 {40577} 11066 1 +40578 {40578} 10380 1 +40579 {40579} 2070 1 +40580 {40580} 10950 1 +40581 {40581} 2397 1 +40582 {40582} 2907 1 +40583 {40583} 2256 1 +40584 {40584} 2625 1 +40585 {40585} 10614 1 +40586 {40586} 6299 1 +40587 {40587} 2493 1 +40588 {40588} 16606 1 +40589 {40589} 2154 1 +40590 {40590} 1061 1 +40591 {40591} 2194 1 +40592 {40592} 2560 1 +40593 {40593} 10185 1 +40594 {40594} 11216 1 +40595 {40595} 2304 1 +40596 {40596} 2464 1 +40597 {40597} 9393 1 +40598 {40598} 4510 1 +40599 {40599} 3045 1 +40600 {40600} 10535 1 +40601 {40601} 10538 1 +40602 {40602} 2214 1 +40603 {40603} 8630 1 +40604 {40604} 2540 1 +40605 {40605} 3078 1 +40606 {40606} 10993 1 +40607 {40607} 2558 1 +40608 {40608} 2371 1 +40609 {40609} 9269 1 +40610 {40610} 1574 1 +40611 {40611} 11381 1 +40612 {40612} 1028 1 +40613 {40613} 5742 1 +40614 {40614} 2382 1 +40615 {40615} 6101 1 +40616 {40616} 12632 1 +40617 {40617} 10809 1 +40618 {40618} 11113 1 +40619 {40619} 1994 1 +40620 {40620} 10826 1 +40621 {40621} 9912 1 +40622 {40622} 5479 1 +40623 {40623} 4008 1 +40624 {40624} 16271 1 +40625 {40625} 3016 1 +40626 {40626} 12724 1 +40627 {40627} 2872 1 +40628 {40628} 10431 1 +40629 {40629} 10639 1 +40630 {40630} 2583 1 +40631 {40631} 3147 1 +40632 {40632} 3681 1 +40633 {40633} 2845 1 +40634 {40634} 2057 1 +40635 {40635} 10597 1 +40636 {40636} 2193 1 +40637 {40637} 1784 1 +40638 {40638} 2369 1 +40639 {40639} 10309 1 +40640 {40640} 11678 1 +40641 {40641} 12752 1 +40642 {40642} 5752 1 +40643 {40643} 2897 1 +40644 {40644} 10761 1 +40645 {40645} 2560 1 +40646 {40646} 1851 1 +40647 {40647} 2969 1 +40648 {40648} 11904 1 +40649 {40649} 2549 1 +40650 {40650} 10030 1 +40651 {40651} 10142 1 +40652 {40652} 11019 1 +40653 {40653} 1988 1 +40654 {40654} 10612 1 +40655 {40655} 1959 1 +40656 {40656} 9278 1 +40657 {40657} 2995 1 +40658 {40658} 2133 1 +40659 {40659} 9451 1 +40660 {40660} 2532 1 +40661 {40661} 1283 1 +40662 {40662} 1814 1 +40663 {40663} 2128 1 +40664 {40664} 9330 1 +40665 {40665} 2094 1 +40666 {40666} 1128 1 +40667 {40667} 690 1 +40668 {40668} 3092 1 +40669 {40669} 2763 1 +40670 {40670} 2534 1 +40671 {40671} 1239 1 +40672 {40672} 15768 1 +40673 {40673} 9377 1 +40674 {40674} 3076 1 +40675 {40675} 7183 1 +40676 {40676} 2562 1 +40677 {40677} 11034 1 +40678 {40678} 4094 1 +40679 {40679} 11616 1 +40680 {40680} 11072 1 +40681 {40681} 9228 1 +40682 {40682} 3484 1 +40683 {40683} 1968 1 +40684 {40684} 1856 1 +40685 {40685} 2766 1 +40686 {40686} 12077 1 +40687 {40687} 2367 1 +40688 {40688} 1154 1 +40689 {40689} 8403 1 +40690 {40690} 10609 1 +40691 {40691} 2081 1 +40692 {40692} 10580 1 +40693 {40693} 11089 1 +40694 {40694} 9875 1 +40695 {40695} 2335 1 +40696 {40696} 8588 1 +40697 {40697} 3115 1 +40698 {40698} 1423 1 +40699 {40699} 3105 1 +40700 {40700} 3045 1 +40701 {40701} 1619 1 +40702 {40702} 3180 1 +40703 {40703} 7471 1 +40704 {40704} 2705 1 +40705 {40705} 11766 1 +40706 {40706} 2536 1 +40707 {40707} 10210 1 +40708 {40708} 4657 1 +40709 {40709} 1784 1 +40710 {40710} 7883 1 +40711 {40711} 2232 1 +40712 {40712} 1641 1 +40713 {40713} 3046 1 +40714 {40714} 3029 1 +40715 {40715} 9585 1 +40716 {40716} 2132 1 +40717 {40717} 2196 1 +40718 {40718} 9485 1 +40719 {40719} 10913 1 +40720 {40720} 10083 1 +40721 {40721} 10403 1 +40722 {40722} 11453 1 +40723 {40723} 8742 1 +40724 {40724} 2852 1 +40725 {40725} 1854 1 +40726 {40726} 639 1 +40727 {40727} 6829 1 +40728 {40728} 8991 1 +40729 {40729} 3541 1 +40730 {40730} 2568 1 +40731 {40731} 3333 1 +40732 {40732} 10571 1 +40733 {40733} 8586 1 +40734 {40734} 10465 1 +40735 {40735} 6677 1 +40736 {40736} 10826 1 +40737 {40737} 1685 1 +40738 {40738} 2597 1 +40739 {40739} 2367 1 +40740 {40740} 10706 1 +40741 {40741} 9381 1 +40742 {40742} 3611 1 +40743 {40743} 2787 1 +40744 {40744} 9560 1 +40745 {40745} 2718 1 +40746 {40746} 9146 1 +40747 {40747} 3894 1 +40748 {40748} 1197 1 +40749 {40749} 10183 1 +40750 {40750} 12370 1 +40751 {40751} 1900 1 +40752 {40752} 10519 1 +40753 {40753} 2740 1 +40754 {40754} 3079 1 +40755 {40755} 3107 1 +40756 {40756} 2394 1 +40757 {40757} 1722 1 +40758 {40758} 10684 1 +40759 {40759} 1837 1 +40760 {40760} 2069 1 +40761 {40761} 10942 1 +40762 {40762} 11332 1 +40763 {40763} 840 1 +40764 {40764} 10699 1 +40765 {40765} 8285 1 +40766 {40766} 10453 1 +40767 {40767} 16277 1 +40768 {40768} 2891 1 +40769 {40769} 2013 1 +40770 {40770} 9947 1 +40771 {40771} 1990 1 +40772 {40772} 2537 1 +40773 {40773} 11319 1 +40774 {40774} 9810 1 +40775 {40775} 2872 1 +40776 {40776} 2004 1 +40777 {40777} 10890 1 +40778 {40778} 10724 1 +40779 {40779} 2906 1 +40780 {40780} 1904 1 +40781 {40781} 2124 1 +40782 {40782} 10264 1 +40783 {40783} 3416 1 +40784 {40784} 2979 1 +40785 {40785} 2958 1 +40786 {40786} 2397 1 +40787 {40787} 10487 1 +40788 {40788} 2435 1 +40789 {40789} 16360 1 +40790 {40790} 2105 1 +40791 {40791} 15420 1 +40792 {40792} 10456 1 +40793 {40793} 2023 1 +40794 {40794} 1716 1 +40795 {40795} 2111 1 +40796 {40796} 12146 1 +40797 {40797} 11725 1 +40798 {40798} 2400 1 +40799 {40799} 765 1 +40800 {40800} 4331 1 +40801 {40801} 6609 1 +40802 {40802} 10180 1 +40803 {40803} 5541 1 +40804 {40804} 9797 1 +40805 {40805} 9897 1 +40806 {40806} 10225 1 +40807 {40807} 2067 1 +40808 {40808} 3076 1 +40809 {40809} 11509 1 +40810 {40810} 2109 1 +40811 {40811} 2163 1 +40812 {40812} 10693 1 +40813 {40813} 9912 1 +40814 {40814} 10046 1 +40815 {40815} 11089 1 +40816 {40816} 10843 1 +40817 {40817} 4766 1 +40818 {40818} 928 1 +40819 {40819} 946 1 +40820 {40820} 2022 1 +40821 {40821} 2767 1 +40822 {40822} 2528 1 +40823 {40823} 8868 1 +40824 {40824} 11106 1 +40825 {40825} 13318 1 +40826 {40826} 15001 1 +40827 {40827} 1821 1 +40828 {40828} 3006 1 +40829 {40829} 8852 1 +40830 {40830} 2497 1 +40831 {40831} 2331 1 +40832 {40832} 3028 1 +40833 {40833} 519 1 +40834 {40834} 6157 1 +40835 {40835} 3217 1 +40836 {40836} 1332 1 +40837 {40837} 10355 1 +40838 {40838} 14887 1 +40839 {40839} 10464 1 +40840 {40840} 3095 1 +40841 {40841} 7992 1 +40842 {40842} 9707 1 +40843 {40843} 1509 1 +40844 {40844} 1385 1 +40845 {40845} 3357 1 +40846 {40846} 10181 1 +40847 {40847} 9955 1 +40848 {40848} 10642 1 +40849 {40849} 2366 1 +40850 {40850} 3006 1 +40851 {40851} 2146 1 +40852 {40852} 9871 1 +40853 {40853} 2121 1 +40854 {40854} 2451 1 +40855 {40855} 1648 1 +40856 {40856} 10207 1 +40857 {40857} 1653 1 +40858 {40858} 1962 1 +40859 {40859} 10500 1 +40860 {40860} 1473 1 +40861 {40861} 1457 1 +40862 {40862} 2605 1 +40863 {40863} 9975 1 +40864 {40864} 10329 1 +40865 {40865} 7647 1 +40866 {40866} 8669 1 +40867 {40867} 9221 1 +40868 {40868} 865 1 +40869 {40869} 10506 1 +40870 {40870} 3416 1 +40871 {40871} 10420 1 +40872 {40872} 9158 1 +40873 {40873} 1191 1 +40874 {40874} 2233 1 +40875 {40875} 2490 1 +40876 {40876} 10841 1 +40877 {40877} 10618 1 +40878 {40878} 9462 1 +40879 {40879} 1854 1 +40880 {40880} 8628 1 +40881 {40881} 12754 1 +40882 {40882} 2146 1 +40883 {40883} 3078 1 +40884 {40884} 10130 1 +40885 {40885} 9829 1 +40886 {40886} 10302 1 +40887 {40887} 2725 1 +40888 {40888} 1896 1 +40889 {40889} 8397 1 +40890 {40890} 2571 1 +40891 {40891} 2267 1 +40892 {40892} 2382 1 +40893 {40893} 2435 1 +40894 {40894} 3179 1 +40895 {40895} 5340 1 +40896 {40896} 1887 1 +40897 {40897} 11604 1 +40898 {40898} 2622 1 +40899 {40899} 1621 1 +40900 {40900} 9612 1 +40901 {40901} 2633 1 +40902 {40902} 11889 1 +40903 {40903} 11386 1 +40904 {40904} 15455 1 +40905 {40905} 9282 1 +40906 {40906} 2247 1 +40907 {40907} 2121 1 +40908 {40908} 2030 1 +40909 {40909} 9606 1 +40910 {40910} 1676 1 +40911 {40911} 2143 1 +40912 {40912} 1745 1 +40913 {40913} 1784 1 +40914 {40914} 14840 1 +40915 {40915} 3004 1 +40916 {40916} 2869 1 +40917 {40917} 2453 1 +40918 {40918} 9629 1 +40919 {40919} 11402 1 +40920 {40920} 3131 1 +40921 {40921} 3854 1 +40922 {40922} 1303 1 +40923 {40923} 3107 1 +40924 {40924} 2069 1 +40925 {40925} 2726 1 +40926 {40926} 2770 1 +40927 {40927} 15400 1 +40928 {40928} 2663 1 +40929 {40929} 10160 1 +40930 {40930} 10987 1 +40931 {40931} 2547 1 +40932 {40932} 2099 1 +40933 {40933} 2379 1 +40934 {40934} 6063 1 +40935 {40935} 9122 1 +40936 {40936} 10063 1 +40937 {40937} 5346 1 +40938 {40938} 1049 1 +40939 {40939} 2698 1 +40940 {40940} 7232 1 +40941 {40941} 10241 1 +40942 {40942} 5618 1 +40943 {40943} 294 1 +40944 {40944} 2508 1 +40945 {40945} 10828 1 +40946 {40946} 1438 1 +40947 {40947} 11835 1 +40948 {40948} 11456 1 +40949 {40949} 7107 1 +40950 {40950} 938 1 +40951 {40951} 2564 1 +40952 {40952} 11246 1 +40953 {40953} 965 1 +40954 {40954} 12044 1 +40955 {40955} 11076 1 +40956 {40956} 10646 1 +40957 {40957} 11640 1 +40958 {40958} 2326 1 +40959 {40959} 8770 1 +40960 {40960} 2835 1 +40961 {40961} 1814 1 +40962 {40962} 1851 1 +40963 {40963} 6823 1 +40964 {40964} 2182 1 +40965 {40965} 3743 1 +40966 {40966} 2172 1 +40967 {40967} 1290 1 +40968 {40968} 1538 1 +40969 {40969} 10601 1 +40970 {40970} 12744 1 +40971 {40971} 11044 1 +40972 {40972} 12784 1 +40973 {40973} 10794 1 +40974 {40974} 10293 1 +40975 {40975} 12164 1 +40976 {40976} 1472 1 +40977 {40977} 1404 1 +40978 {40978} 10241 1 +40979 {40979} 3033 1 +40980 {40980} 970 1 +40981 {40981} 2530 1 +40982 {40982} 2035 1 +40983 {40983} 9747 1 +40984 {40984} 3247 1 +40985 {40985} 10848 1 +40986 {40986} 10270 1 +40987 {40987} 3105 1 +40988 {40988} 2601 1 +40989 {40989} 2703 1 +40990 {40990} 8523 1 +40991 {40991} 2190 1 +40992 {40992} 10182 1 +40993 {40993} 2969 1 +40994 {40994} 4870 1 +40995 {40995} 2546 1 +40996 {40996} 9583 1 +40997 {40997} 2537 1 +40998 {40998} 11649 1 +40999 {40999} 1829 1 +41000 {41000} 1698 1 +41001 {41001} 3899 1 +41002 {41002} 9269 1 +41003 {41003} 1664 1 +41004 {41004} 2125 1 +41005 {41005} 3078 1 +41006 {41006} 11930 1 +41007 {41007} 3565 1 +41008 {41008} 878 1 +41009 {41009} 8844 1 +41010 {41010} 2874 1 +41011 {41011} 11003 1 +41012 {41012} 6087 1 +41013 {41013} 11228 1 +41014 {41014} 6360 1 +41015 {41015} 4011 1 +41016 {41016} 16557 1 +41017 {41017} 9917 1 +41018 {41018} 10425 1 +41019 {41019} 8949 1 +41020 {41020} 8592 1 +41021 {41021} 7270 1 +41022 {41022} 12444 1 +41023 {41023} 1316 1 +41024 {41024} 1748 1 +41025 {41025} 9459 1 +41026 {41026} 2692 1 +41027 {41027} 1120 1 +41028 {41028} 2904 1 +41029 {41029} 12424 1 +41030 {41030} 9917 1 +41031 {41031} 8380 1 +41032 {41032} 3311 1 +41033 {41033} 10955 1 +41034 {41034} 15182 1 +41035 {41035} 9657 1 +41036 {41036} 3024 1 +41037 {41037} 9132 1 +41038 {41038} 3310 1 +41039 {41039} 14143 1 +41040 {41040} 7569 1 +41041 {41041} 3033 1 +41042 {41042} 2633 1 +41043 {41043} 1670 1 +41044 {41044} 2078 1 +41045 {41045} 2126 1 +41046 {41046} 3513 1 +41047 {41047} 11415 1 +41048 {41048} 6809 1 +41049 {41049} 10364 1 +41050 {41050} 8881 1 +41051 {41051} 1410 1 +41052 {41052} 10305 1 +41053 {41053} 8687 1 +41054 {41054} 7326 1 +41055 {41055} 2549 1 +41056 {41056} 11833 1 +41057 {41057} 9828 1 +41058 {41058} 14524 1 +41059 {41059} 1813 1 +41060 {41060} 16056 1 +41061 {41061} 1561 1 +41062 {41062} 1138 1 +41063 {41063} 7405 1 +41064 {41064} 10098 1 +41065 {41065} 1694 1 +41066 {41066} 9331 1 +41067 {41067} 1486 1 +41068 {41068} 12866 1 +41069 {41069} 10456 1 +41070 {41070} 10528 1 +41071 {41071} 12132 1 +41072 {41072} 10706 1 +41073 {41073} 10122 1 +41074 {41074} 1304 1 +41075 {41075} 2167 1 +41076 {41076} 11180 1 +41077 {41077} 11444 1 +41078 {41078} 11158 1 +41079 {41079} 3510 1 +41080 {41080} 8302 1 +41081 {41081} 9430 1 +41082 {41082} 2050 1 +41083 {41083} 1911 1 +41084 {41084} 8535 1 +41085 {41085} 10283 1 +41086 {41086} 10099 1 +41087 {41087} 15938 1 +41088 {41088} 3475 1 +41089 {41089} 10960 1 +41090 {41090} 11776 1 +41091 {41091} 10263 1 +41092 {41092} 2425 1 +41093 {41093} 1910 1 +41094 {41094} 9011 1 +41095 {41095} 2301 1 +41096 {41096} 2031 1 +41097 {41097} 12278 1 +41098 {41098} 9977 1 +41099 {41099} 11370 1 +41100 {41100} 1124 1 +41101 {41101} 3813 1 +41102 {41102} 9507 1 +41103 {41103} 9764 1 +41104 {41104} 2434 1 +41105 {41105} 10432 1 +41106 {41106} 2361 1 +41107 {41107} 614 1 +41108 {41108} 10442 1 +41109 {41109} 11577 1 +41110 {41110} 1792 1 +41111 {41111} 1529 1 +41112 {41112} 2128 1 +41113 {41113} 1836 1 +41114 {41114} 1546 1 +41115 {41115} 2742 1 +41116 {41116} 10396 1 +41117 {41117} 2158 1 +41118 {41118} 11514 1 +41119 {41119} 2129 1 +41120 {41120} 3273 1 +41121 {41121} 1673 1 +41122 {41122} 2133 1 +41123 {41123} 11614 1 +41124 {41124} 2292 1 +41125 {41125} 3805 1 +41126 {41126} 9353 1 +41127 {41127} 4410 1 +41128 {41128} 3031 1 +41129 {41129} 3208 1 +41130 {41130} 11568 1 +41131 {41131} 1918 1 +41132 {41132} 3630 1 +41133 {41133} 8532 1 +41134 {41134} 11365 1 +41135 {41135} 10797 1 +41136 {41136} 3336 1 +41137 {41137} 2387 1 +41138 {41138} 1294 1 +41139 {41139} 2767 1 +41140 {41140} 1378 1 +41141 {41141} 3435 1 +41142 {41142} 2912 1 +41143 {41143} 1054 1 +41144 {41144} 16438 1 +41145 {41145} 11181 1 +41146 {41146} 1008 1 +41147 {41147} 7912 1 +41148 {41148} 10792 1 +41149 {41149} 2063 1 +41150 {41150} 1721 1 +41151 {41151} 9810 1 +41152 {41152} 11752 1 +41153 {41153} 2319 1 +41154 {41154} 2995 1 +41155 {41155} 2270 1 +41156 {41156} 11488 1 +41157 {41157} 2699 1 +41158 {41158} 16350 1 +41159 {41159} 2063 1 +41160 {41160} 2022 1 +41161 {41161} 11606 1 +41162 {41162} 10504 1 +41163 {41163} 2467 1 +41164 {41164} 10683 1 +41165 {41165} 2635 1 +41166 {41166} 9251 1 +41167 {41167} 1648 1 +41168 {41168} 2536 1 +41169 {41169} 9944 1 +41170 {41170} 2627 1 +41171 {41171} 10988 1 +41172 {41172} 1616 1 +41173 {41173} 3009 1 +41174 {41174} 11266 1 +41175 {41175} 1517 1 +41176 {41176} 2741 1 +41177 {41177} 11827 1 +41178 {41178} 2569 1 +41179 {41179} 8831 1 +41180 {41180} 9711 1 +41181 {41181} 2067 1 +41182 {41182} 9814 1 +41183 {41183} 2910 1 +41184 {41184} 11365 1 +41185 {41185} 2816 1 +41186 {41186} 2261 1 +41187 {41187} 3165 1 +41188 {41188} 8306 1 +41189 {41189} 2640 1 +41190 {41190} 10719 1 +41191 {41191} 3038 1 +41192 {41192} 10364 1 +41193 {41193} 9836 1 +41194 {41194} 10609 1 +41195 {41195} 11806 1 +41196 {41196} 1129 1 +41197 {41197} 2842 1 +41198 {41198} 1783 1 +41199 {41199} 1790 1 +41200 {41200} 2249 1 +41201 {41201} 9151 1 +41202 {41202} 2386 1 +41203 {41203} 3428 1 +41204 {41204} 2964 1 +41205 {41205} 11091 1 +41206 {41206} 10561 1 +41207 {41207} 2601 1 +41208 {41208} 11541 1 +41209 {41209} 10458 1 +41210 {41210} 1970 1 +41211 {41211} 10850 1 +41212 {41212} 3039 1 +41213 {41213} 8314 1 +41214 {41214} 8622 1 +41215 {41215} 15775 1 +41216 {41216} 6514 1 +41217 {41217} 1580 1 +41218 {41218} 2061 1 +41219 {41219} 11436 1 +41220 {41220} 1881 1 +41221 {41221} 11768 1 +41222 {41222} 14678 1 +41223 {41223} 10129 1 +41224 {41224} 3852 1 +41225 {41225} 590 1 +41226 {41226} 1890 1 +41227 {41227} 2461 1 +41228 {41228} 8896 1 +41229 {41229} 2075 1 +41230 {41230} 872 1 +41231 {41231} 2496 1 +41232 {41232} 11304 1 +41233 {41233} 3900 1 +41234 {41234} 2482 1 +41235 {41235} 2429 1 +41236 {41236} 2448 1 +41237 {41237} 1886 1 +41238 {41238} 4850 1 +41239 {41239} 10545 1 +41240 {41240} 6247 1 +41241 {41241} 1942 1 +41242 {41242} 2492 1 +41243 {41243} 10519 1 +41244 {41244} 82 1 +41245 {41245} 9404 1 +41246 {41246} 2540 1 +41247 {41247} 10293 1 +41248 {41248} 13811 1 +41249 {41249} 1385 1 +41250 {41250} 1855 1 +41251 {41251} 10240 1 +41252 {41252} 1352 1 +41253 {41253} 11029 1 +41254 {41254} 1638 1 +41255 {41255} 10867 1 +41256 {41256} 1218 1 +41257 {41257} 1787 1 +41258 {41258} 1504 1 +41259 {41259} 7997 1 +41260 {41260} 15459 1 +41261 {41261} 9762 1 +41262 {41262} 10216 1 +41263 {41263} 10208 1 +41264 {41264} 10859 1 +41265 {41265} 11785 1 +41266 {41266} 8421 1 +41267 {41267} 9740 1 +41268 {41268} 10498 1 +41269 {41269} 12238 1 +41270 {41270} 2873 1 +41271 {41271} 9324 1 +41272 {41272} 3312 1 +41273 {41273} 9281 1 +41274 {41274} 2284 1 +41275 {41275} 1925 1 +41276 {41276} 2060 1 +41277 {41277} 1778 1 +41278 {41278} 3292 1 +41279 {41279} 9428 1 +41280 {41280} 12020 1 +41281 {41281} 1237 1 +41282 {41282} 2637 1 +41283 {41283} 9871 1 +41284 {41284} 2292 1 +41285 {41285} 685 1 +41286 {41286} 11904 1 +41287 {41287} 1484 1 +41288 {41288} 10820 1 +41289 {41289} 9569 1 +41290 {41290} 7227 1 +41291 {41291} 10671 1 +41292 {41292} 8419 1 +41293 {41293} 9253 1 +41294 {41294} 10424 1 +41295 {41295} 2771 1 +41296 {41296} 2820 1 +41297 {41297} 8390 1 +41298 {41298} 2192 1 +41299 {41299} 9157 1 +41300 {41300} 2784 1 +41301 {41301} 7981 1 +41302 {41302} 1626 1 +41303 {41303} 1399 1 +41304 {41304} 698 1 +41305 {41305} 5273 1 +41306 {41306} 2922 1 +41307 {41307} 1277 1 +41308 {41308} 9541 1 +41309 {41309} 1778 1 +41310 {41310} 10716 1 +41311 {41311} 11190 1 +41312 {41312} 10756 1 +41313 {41313} 11022 1 +41314 {41314} 2184 1 +41315 {41315} 9829 1 +41316 {41316} 1309 1 +41317 {41317} 2283 1 +41318 {41318} 3152 1 +41319 {41319} 8527 1 +41320 {41320} 2585 1 +41321 {41321} 2161 1 +41322 {41322} 10453 1 +41323 {41323} 11443 1 +41324 {41324} 1709 1 +41325 {41325} 3941 1 +41326 {41326} 11460 1 +41327 {41327} 1164 1 +41328 {41328} 10561 1 +41329 {41329} 2094 1 +41330 {41330} 9299 1 +41331 {41331} 7513 1 +41332 {41332} 2366 1 +41333 {41333} 1509 1 +41334 {41334} 1974 1 +41335 {41335} 3042 1 +41336 {41336} 11188 1 +41337 {41337} 2533 1 +41338 {42065} 1841 1 +41339 {41338} 3077 1 +41340 {41339} 9886 1 +41341 {41340} 2018 1 +41342 {41341} 11512 1 +41343 {41342} 11333 1 +41344 {41343} 2859 1 +41345 {41344} 844 1 +41346 {41345} 9320 1 +41347 {41346} 15522 1 +41348 {41347} 2126 1 +41349 {41348} 2536 1 +41350 {41349} 2771 1 +41351 {41350} 1946 1 +41352 {41351} 2673 1 +41353 {41352} 12097 1 +41354 {41353} 2670 1 +41355 {41354} 2095 1 +41356 {41355} 2682 1 +41357 {41356} 8250 1 +41358 {41357} 1717 1 +41359 {41358} 2453 1 +41360 {41359} 1988 1 +41361 {41360} 2055 1 +41362 {41361} 3583 1 +41363 {41362} 2295 1 +41364 {41363} 11199 1 +41365 {41364} 1128 1 +41366 {41365} 7771 1 +41367 {41366} 9767 1 +41368 {41367} 1600 1 +41369 {41368} 10192 1 +41370 {41369} 5714 1 +41371 {41370} 11513 1 +41372 {41371} 2076 1 +41373 {41372} 11234 1 +41374 {41373} 9405 1 +41375 {41374} 10315 1 +41376 {41375} 4038 1 +41377 {41376} 1996 1 +41378 {41377} 10436 1 +41379 {41378} 10391 1 +41380 {41379} 2461 1 +41381 {41380} 5679 1 +41382 {41381} 11333 1 +41383 {41382} 9856 1 +41384 {41383} 10109 1 +41385 {41384} 8519 1 +41386 {41385} 10705 1 +41387 {41386} 2682 1 +41388 {41387} 1990 1 +41389 {41388} 1698 1 +41390 {41389} 10813 1 +41391 {41390} 11308 1 +41392 {41391} 10182 1 +41393 {41392} 9849 1 +41394 {41393} 1584 1 +41395 {41394} 8938 1 +41396 {41395} 3109 1 +41397 {41396} 14812 1 +41398 {41397} 2190 1 +41399 {41398} 2261 1 +41400 {41399} 2625 1 +41401 {41400} 12510 1 +41402 {41401} 10123 1 +41403 {41402} 2744 1 +41404 {41403} 9941 1 +41405 {41404} 1923 1 +41406 {41405} 12941 1 +41407 {41406} 10552 1 +41408 {41407} 2520 1 +41409 {41408} 5382 1 +41410 {41409} 1239 1 +41411 {41410} 1682 1 +41412 {41411} 16111 1 +41413 {41412} 1723 1 +41414 {41413} 1094 1 +41415 {41414} 2640 1 +41416 {41415} 15978 1 +41417 {41416} 712 1 +41418 {41417} 9677 1 +41419 {41418} 1854 1 +41420 {41419} 2535 1 +41421 {41420} 1645 1 +41422 {41421} 15840 1 +41423 {41422} 2811 1 +41424 {41423} 2392 1 +41425 {41424} 10974 1 +41426 {41425} 11700 1 +41427 {41426} 10778 1 +41428 {41427} 10293 1 +41429 {41428} 2903 1 +41430 {41429} 2743 1 +41431 {41430} 11478 1 +41432 {41431} 3215 1 +41433 {41432} 1786 1 +41434 {41433} 9387 1 +41435 {41434} 10130 1 +41436 {41435} 2906 1 +41437 {41436} 9524 1 +41438 {41437} 7500 1 +41439 {41438} 2023 1 +41440 {41439} 1860 1 +41441 {41440} 3694 1 +41442 {41441} 2319 1 +41443 {41442} 4041 1 +41444 {41443} 16151 1 +41445 {41444} 2263 1 +41446 {41445} 10499 1 +41447 {41446} 10958 1 +41448 {41447} 9545 1 +41449 {41448} 10914 1 +41450 {41449} 3397 1 +41451 {41450} 7124 1 +41452 {41451} 1619 1 +41453 {41452} 14287 1 +41454 {41453} 2767 1 +41455 {41454} 1096 1 +41456 {41455} 9839 1 +41457 {41456} 8623 1 +41458 {41457} 10416 1 +41459 {41458} 11557 1 +41460 {41459} 1851 1 +41461 {41460} 9622 1 +41462 {41461} 10056 1 +41463 {41462} 3253 1 +41464 {41463} 8336 1 +41465 {41464} 3381 1 +41466 {41465} 10165 1 +41467 {41466} 1197 1 +41468 {41467} 1171 1 +41469 {41468} 2203 1 +41470 {41469} 1571 1 +41471 {41470} 1584 1 +41472 {41471} 10536 1 +41473 {41472} 1891 1 +41474 {41473} 10202 1 +41475 {41474} 9876 1 +41476 {41475} 3215 1 +41477 {41476} 14900 1 +41478 {41477} 3141 1 +41479 {41478} 3449 1 +41480 {41479} 2164 1 +41481 {41480} 9060 1 +41482 {41481} 9269 1 +41483 {41482} 9346 1 +41484 {41483} 11898 1 +41485 {41484} 1674 1 +41486 {41485} 11452 1 +41487 {41486} 4515 1 +41488 {41487} 10938 1 +41489 {41488} 8970 1 +41490 {41489} 13588 1 +41491 {41490} 9965 1 +41492 {41491} 2128 1 +41493 {41492} 1989 1 +41494 {41493} 2640 1 +41495 {41494} 9542 1 +41496 {41495} 11235 1 +41497 {41496} 8964 1 +41498 {41497} 2457 1 +41499 {41498} 2707 1 +41500 {41499} 1755 1 +41501 {41500} 10678 1 +41502 {41501} 9965 1 +41503 {41502} 2603 1 +41504 {41503} 13748 1 +41505 {41504} 10038 1 +41506 {41505} 2158 1 +41507 {41506} 10452 1 +41508 {41507} 10479 1 +41509 {41508} 1635 1 +41510 {41509} 11474 1 +41511 {41510} 1952 1 +41512 {41511} 2939 1 +41513 {41512} 1987 1 +41514 {41513} 10956 1 +41515 {41514} 1332 1 +41516 {41515} 10748 1 +41517 {41516} 2292 1 +41518 {41517} 11212 1 +41519 {41518} 2286 1 +41520 {41519} 1373 1 +41521 {41520} 9023 1 +41522 {41521} 1914 1 +41523 {41522} 8868 1 +41524 {41523} 2603 1 +41525 {41524} 3102 1 +41526 {41525} 2498 1 +41527 {41526} 9584 1 +41528 {41527} 1682 1 +41529 {41528} 10989 1 +41530 {41529} 12325 1 +41531 {41530} 11613 1 +41532 {41531} 11173 1 +41533 {41532} 10596 1 +41534 {41533} 3340 1 +41535 {41534} 11986 1 +41536 {41535} 10642 1 +41537 {41536} 10455 1 +41538 {41537} 10813 1 +41539 {41538} 2479 1 +41540 {41539} 2258 1 +41541 {41540} 1545 1 +41542 {41541} 11085 1 +41543 {41542} 11417 1 +41544 {41543} 2494 1 +41545 {41544} 9870 1 +41546 {41545} 1839 1 +41547 {41546} 10263 1 +41548 {41547} 10371 1 +41549 {41548} 1205 1 +41550 {41549} 1552 1 +41551 {41550} 1678 1 +41552 {41551} 10739 1 +41553 {41552} 2493 1 +41554 {41553} 1071 1 +41555 {41554} 5020 1 +41556 {41555} 9487 1 +41557 {41556} 11195 1 +41558 {41557} 2069 1 +41559 {41558} 12640 1 +41560 {41559} 1552 1 +41561 {41560} 1230 1 +41562 {41561} 10268 1 +41563 {41562} 9286 1 +41564 {41563} 3353 1 +41565 {41564} 1947 1 +41566 {41565} 1830 1 +41567 {41566} 11570 1 +41568 {41567} 11059 1 +41569 {41568} 9577 1 +41570 {41569} 9975 1 +41571 {41570} 8335 1 +41572 {41571} 1993 1 +41573 {41572} 2901 1 +41574 {41573} 4674 1 +41575 {41574} 1651 1 +41576 {41575} 10675 1 +41577 {41576} 11961 1 +41578 {41577} 11278 1 +41579 {41578} 8557 1 +41580 {41579} 3280 1 +41581 {41580} 14328 1 +41582 {41581} 10125 1 +41583 {41582} 1720 1 +41584 {41583} 1723 1 +41585 {41584} 10544 1 +41586 {41585} 2018 1 +41587 {41586} 10535 1 +41588 {41587} 3212 1 +41589 {41588} 11635 1 +41590 {41589} 9981 1 +41591 {41590} 9978 1 +41592 {41591} 2182 1 +41593 {41592} 1276 1 +41594 {41593} 2084 1 +41595 {41594} 10136 1 +41596 {41595} 1802 1 +41597 {41596} 16305 1 +41598 {41597} 11525 1 +41599 {41598} 9103 1 +41600 {41599} 11356 1 +41601 {41600} 503 1 +41602 {41601} 2671 1 +41603 {41602} 9343 1 +41604 {41603} 2603 1 +41605 {41604} 2502 1 +41606 {41605} 11726 1 +41607 {41606} 3204 1 +41608 {41607} 2664 1 +41609 {41608} 1562 1 +41610 {41609} 8606 1 +41611 {41610} 2814 1 +41612 {41611} 1333 1 +41613 {41612} 8066 1 +41614 {41613} 6557 1 +41615 {41614} 10335 1 +41616 {41615} 11516 1 +41617 {41616} 2134 1 +41618 {41617} 15586 1 +41619 {41618} 2993 1 +41620 {41619} 10886 1 +41621 {41620} 1981 1 +41622 {41621} 9233 1 +41623 {41622} 9637 1 +41624 {41623} 2493 1 +41625 {41624} 13893 1 +41626 {41625} 9691 1 +41627 {41626} 11160 1 +41628 {41627} 7690 1 +41629 {41628} 11620 1 +41630 {41629} 11338 1 +41631 {41630} 2394 1 +41632 {41631} 3010 1 +41633 {41632} 10646 1 +41634 {41633} 1330 1 +41635 {41634} 2385 1 +41636 {41635} 10054 1 +41637 {41636} 2050 1 +41638 {41637} 1054 1 +41639 {41638} 4127 1 +41640 {41639} 2867 1 +41641 {41640} 12491 1 +41642 {41641} 2806 1 +41643 {41642} 2421 1 +41644 {41643} 2535 1 +41645 {41644} 16395 1 +41646 {41645} 10978 1 +41647 {41646} 153 1 +41648 {41647} 10670 1 +41649 {41648} 2190 1 +41650 {41649} 2765 1 +41651 {41650} 1389 1 +41652 {41651} 10286 1 +41653 {41652} 9589 1 +41654 {41653} 2383 1 +41655 {41654} 6910 1 +41656 {41655} 1886 1 +41657 {41656} 1971 1 +41658 {41657} 1406 1 +41659 {41658} 2625 1 +41660 {41659} 3178 1 +41661 {41660} 10788 1 +41662 {41661} 7615 1 +41663 {41662} 10295 1 +41664 {41663} 1778 1 +41665 {41664} 8599 1 +41666 {41665} 8261 1 +41667 {41666} 1416 1 +41668 {41667} 9054 1 +41669 {41668} 9540 1 +41670 {41669} 1774 1 +41671 {41670} 2134 1 +41672 {41671} 2163 1 +41673 {41672} 10770 1 +41674 {41673} 956 1 +41675 {41674} 2209 1 +41676 {41675} 16321 1 +41677 {41676} 3339 1 +41678 {41677} 11837 1 +41679 {41678} 1310 1 +41680 {41679} 9415 1 +41681 {41680} 10844 1 +41682 {41681} 10352 1 +41683 {41682} 10832 1 +41684 {41683} 1769 1 +41685 {41684} 1962 1 +41686 {41685} 1662 1 +41687 {41686} 1230 1 +41688 {41687} 2572 1 +41689 {41688} 11979 1 +41690 {41689} 10938 1 +41691 {41690} 1851 1 +41692 {41691} 1612 1 +41693 {41692} 1478 1 +41694 {41693} 15228 1 +41695 {41694} 9685 1 +41696 {41695} 3717 1 +41697 {41696} 410 1 +41698 {41697} 3632 1 +41699 {41698} 1403 1 +41700 {41699} 12474 1 +41701 {41700} 1752 1 +41702 {41701} 10421 1 +41703 {41702} 3919 1 +41704 {41703} 552 1 +41705 {41704} 1534 1 +41706 {41705} 9372 1 +41707 {41706} 9101 1 +41708 {41707} 1944 1 +41709 {41708} 2238 1 +41710 {41709} 2100 1 +41711 {41710} 11840 1 +41712 {41711} 11513 1 +41713 {41712} 8783 1 +41714 {41713} 1849 1 +41715 {41714} 1714 1 +41716 {41715} 903 1 +41717 {41716} 9540 1 +41718 {41717} 12118 1 +41719 {41718} 10509 1 +41720 {41719} 2566 1 +41721 {41720} 11071 1 +41722 {41721} 8943 1 +41723 {41722} 15830 1 +41724 {41723} 1989 1 +41725 {41724} 2220 1 +41726 {41725} 10335 1 +41727 {41726} 2424 1 +41728 {41727} 1957 1 +41729 {41728} 10174 1 +41730 {41729} 119 1 +41731 {41730} 2942 1 +41732 {41731} 1146 1 +41733 {41732} 6417 1 +41734 {41733} 10982 1 +41735 {42464} 1852 1 +41736 {41734} 7291 1 +41737 {41735} 9703 1 +41738 {41736} 2803 1 +41739 {41737} 2704 1 +41740 {41738} 9263 1 +41741 {41739} 15834 1 +41742 {41740} 12164 1 +41743 {41741} 11617 1 +41744 {41742} 1951 1 +41745 {41743} 2196 1 +41746 {41744} 2830 1 +41747 {41745} 1471 1 +41748 {41746} 11261 1 +41749 {41747} 9808 1 +41750 {41748} 2179 1 +41751 {41749} 2774 1 +41752 {41750} 2805 1 +41753 {41751} 10105 1 +41754 {41752} 6565 1 +41755 {41753} 7548 1 +41756 {41754} 7042 1 +41757 {41755} 1887 1 +41758 {41756} 9098 1 +41759 {41757} 2394 1 +41760 {41758} 10594 1 +41761 {41759} 9730 1 +41762 {41760} 9985 1 +41763 {41761} 3213 1 +41764 {41762} 1404 1 +41765 {41763} 9740 1 +41766 {41764} 1948 1 +41767 {41765} 2022 1 +41768 {41766} 2227 1 +41769 {41767} 2943 1 +41770 {41768} 1514 1 +41771 {41769} 11441 1 +41772 {41770} 2582 1 +41773 {41771} 3191 1 +41774 {41772} 2022 1 +41775 {41773} 9906 1 +41776 {41774} 1125 1 +41777 {41775} 1431 1 +41778 {41776} 3917 1 +41779 {41777} 16113 1 +41780 {41778} 1636 1 +41781 {41779} 6714 1 +41782 {41780} 2777 1 +41783 {41781} 10405 1 +41784 {41782} 14064 1 +41785 {41783} 2364 1 +41786 {41784} 9486 1 +41787 {41785} 10393 1 +41788 {41786} 2775 1 +41789 {41787} 2296 1 +41790 {41788} 11053 1 +41791 {41789} 1723 1 +41792 {41790} 3663 1 +41793 {41791} 3303 1 +41794 {41792} 1950 1 +41795 {41793} 2502 1 +41796 {41794} 10602 1 +41797 {41795} 11105 1 +41798 {41796} 2202 1 +41799 {41797} 4134 1 +41800 {41798} 7879 1 +41801 {41799} 1686 1 +41802 {51019} 7051 1 +41803 {41800} 6230 1 +41804 {41801} 11104 1 +41805 {41802} 3042 1 +41806 {41803} 10503 1 +41807 {41804} 14118 1 +41808 {41805} 3041 1 +41809 {41806} 2461 1 +41810 {41807} 2178 1 +41811 {41808} 1320 1 +41812 {41809} 10135 1 +41813 {41810} 10436 1 +41814 {41811} 2614 1 +41815 {41812} 2293 1 +41816 {41813} 937 1 +41817 {41814} 10889 1 +41818 {41815} 9791 1 +41819 {41816} 1425 1 +41820 {41817} 8085 1 +41821 {41818} 10442 1 +41822 {41819} 6155 1 +41823 {41820} 2156 1 +41824 {41821} 2547 1 +41825 {41822} 12263 1 +41826 {41823} 1998 1 +41827 {41824} 3255 1 +41828 {41825} 2598 1 +41829 {41826} 9435 1 +41830 {41827} 1380 1 +41831 {41828} 2607 1 +41832 {41829} 9941 1 +41833 {41830} 11320 1 +41834 {41831} 7 1 +41835 {41832} 9120 1 +41836 {41833} 2587 1 +41837 {41834} 2571 1 +41838 {41835} 2056 1 +41839 {41836} 10546 1 +41840 {41837} 1088 1 +41841 {41838} 3070 1 +41842 {41839} 1784 1 +41843 {41840} 9146 1 +41844 {41841} 9018 1 +41845 {41842} 2673 1 +41846 {41843} 2217 1 +41847 {41844} 3165 1 +41848 {41845} 11773 1 +41849 {41846} 15573 1 +41850 {41847} 11994 1 +41851 {41848} 4892 1 +41852 {41849} 4069 1 +41853 {41850} 10264 1 +41854 {41851} 3207 1 +41855 {41852} 9950 1 +41856 {41853} 10377 1 +41857 {41854} 6719 1 +41858 {41855} 12016 1 +41859 {41856} 1996 1 +41860 {41857} 2197 1 +41861 {41858} 1809 1 +41862 {41859} 2741 1 +41863 {41860} 1842 1 +41864 {41861} 2265 1 +41865 {41862} 7404 1 +41866 {41863} 987 1 +41867 {41864} 10087 1 +41868 {41865} 7448 1 +41869 {41866} 10366 1 +41870 {41867} 11513 1 +41871 {41868} 8542 1 +41872 {41869} 16387 1 +41873 {41870} 1668 1 +41874 {41871} 14550 1 +41875 {41872} 1509 1 +41876 {41873} 2056 1 +41877 {41874} 544 1 +41878 {41875} 10635 1 +41879 {41876} 1919 1 +41880 {41877} 10614 1 +41881 {41878} 3210 1 +41882 {41879} 3753 1 +41883 {41880} 2194 1 +41884 {41881} 2329 1 +41885 {41882} 2606 1 +41886 {41883} 1925 1 +41887 {41884} 11198 1 +41888 {41885} 2742 1 +41889 {41886} 3455 1 +41890 {41887} 11250 1 +41891 {41888} 2416 1 +41892 {41889} 3004 1 +41893 {41890} 16165 1 +41894 {41891} 5370 1 +41895 {41892} 9663 1 +41896 {41893} 1303 1 +41897 {41894} 2091 1 +41898 {41895} 10686 1 +41899 {41896} 9253 1 +41900 {41897} 10555 1 +41901 {41898} 8550 1 +41902 {41899} 1976 1 +41903 {41900} 10646 1 +41904 {41901} 12575 1 +41905 {41902} 9975 1 +41906 {41903} 6494 1 +41907 {41904} 12493 1 +41908 {41905} 9950 1 +41909 {41906} 2621 1 +41910 {41907} 1820 1 +41911 {41908} 10933 1 +41912 {41909} 2126 1 +41913 {41910} 10179 1 +41914 {41911} 10349 1 +41915 {41912} 11644 1 +41916 {41913} 12549 1 +41917 {41914} 2194 1 +41918 {41915} 11789 1 +41919 {41916} 1540 1 +41920 {41917} 2331 1 +41921 {41918} 10741 1 +41922 {41919} 11188 1 +41923 {41920} 3175 1 +41924 {41921} 10593 1 +41925 {41922} 11625 1 +41926 {41923} 8664 1 +41927 {41924} 10398 1 +41928 {41925} 12346 1 +41929 {41926} 9393 1 +41930 {41927} 12359 1 +41931 {41928} 9923 1 +41932 {41929} 10521 1 +41933 {41930} 9491 1 +41934 {41931} 15112 1 +41935 {41932} 11470 1 +41936 {41933} 11424 1 +41937 {41934} 10527 1 +41938 {41935} 975 1 +41939 {41936} 3011 1 +41940 {41937} 2310 1 +41941 {41938} 10360 1 +41942 {41939} 10195 1 +41943 {41940} 12407 1 +41944 {41941} 1517 1 +41945 {41942} 9619 1 +41946 {41943} 9800 1 +41947 {41944} 3482 1 +41948 {41945} 9205 1 +41949 {41946} 10951 1 +41950 {41947} 2102 1 +41951 {41948} 10987 1 +41952 {41949} 2638 1 +41953 {41950} 10698 1 +41954 {41951} 9013 1 +41955 {41952} 3179 1 +41956 {41953} 2135 1 +41957 {41954} 4004 1 +41958 {41955} 13645 1 +41959 {41956} 2504 1 +41960 {41957} 2458 1 +41961 {41958} 11302 1 +41962 {41959} 2729 1 +41963 {41960} 6899 1 +41964 {41961} 13221 1 +41965 {41962} 7926 1 +41966 {41963} 8455 1 +41967 {41964} 3078 1 +41968 {41965} 9158 1 +41969 {41966} 1541 1 +41970 {41967} 10538 1 +41971 {41968} 3377 1 +41972 {41969} 2333 1 +41973 {41970} 2707 1 +41974 {41971} 4133 1 +41975 {41972} 2096 1 +41976 {41973} 830 1 +41977 {41974} 2942 1 +41978 {41975} 2264 1 +41979 {41976} 3814 1 +41980 {41977} 2462 1 +41981 {41978} 2331 1 +41982 {41979} 1858 1 +41983 {41980} 9015 1 +41984 {41981} 285 1 +41985 {41982} 4715 1 +41986 {41983} 9821 1 +41987 {41984} 2538 1 +41988 {41985} 7299 1 +41989 {41986} 1836 1 +41990 {41987} 12822 1 +41991 {41988} 1826 1 +41992 {41989} 9690 1 +41993 {41990} 1576 1 +41994 {41991} 10120 1 +41995 {41992} 784 1 +41996 {41993} 8098 1 +41997 {41994} 9361 1 +41998 {41995} 12444 1 +41999 {41996} 8234 1 +42000 {41997} 11889 1 +42001 {41998} 2363 1 +42002 {41999} 9656 1 +42003 {42000} 2897 1 +42004 {42001} 9975 1 +42005 {42002} 10597 1 +42006 {42003} 2187 1 +42007 {42004} 13371 1 +42008 {42005} 1409 1 +42009 {42006} 11175 1 +42010 {42007} 1100 1 +42011 {42008} 12676 1 +42012 {42009} 2861 1 +42013 {42010} 10090 1 +42014 {42011} 12353 1 +42015 {42012} 1987 1 +42016 {42013} 1788 1 +42017 {42014} 2156 1 +42018 {42015} 8372 1 +42019 {42016} 10242 1 +42020 {42017} 10038 1 +42021 {42018} 1935 1 +42022 {42019} 2544 1 +42023 {42020} 3445 1 +42024 {42021} 1210 1 +42025 {42022} 3132 1 +42026 {42023} 9401 1 +42027 {42024} 10172 1 +42028 {42025} 8366 1 +42029 {42026} 2660 1 +42030 {42027} 2383 1 +42031 {42028} 6422 1 +42032 {42029} 14406 1 +42033 {42030} 12661 1 +42034 {42031} 2736 1 +42035 {42032} 2395 1 +42036 {42033} 1644 1 +42037 {42034} 1484 1 +42038 {42035} 9917 1 +42039 {42036} 14575 1 +42040 {42037} 2025 1 +42041 {42038} 1718 1 +42042 {42039} 2302 1 +42043 {42040} 11415 1 +42044 {42041} 10636 1 +42045 {42042} 10303 1 +42046 {42043} 2777 1 +42047 {42044} 6686 1 +42048 {42045} 10023 1 +42049 {42046} 3281 1 +42050 {42047} 11259 1 +42051 {42048} 9529 1 +42052 {42049} 1957 1 +42053 {42050} 3100 1 +42054 {42051} 729 1 +42055 {42052} 1878 1 +42056 {42053} 1510 1 +42057 {42054} 1685 1 +42058 {42055} 10573 1 +42059 {42056} 838 1 +42060 {42057} 10839 1 +42061 {42058} 9886 1 +42062 {42059} 2605 1 +42063 {42060} 9425 1 +42064 {42061} 2616 1 +42065 {42062} 2252 1 +42066 {42063} 1933 1 +42067 {42064} 2692 1 +42068 {42066} 10892 1 +42069 {42067} 2532 1 +42070 {42068} 10552 1 +42071 {42069} 16089 1 +42072 {42070} 96 1 +42073 {42071} 2596 1 +42074 {42072} 9671 1 +42075 {42073} 9446 1 +42076 {42074} 1467 1 +42077 {42075} 3091 1 +42078 {42076} 2233 1 +42079 {42077} 2412 1 +42080 {42078} 1760 1 +42081 {42079} 8880 1 +42082 {42080} 1782 1 +42083 {42081} 1748 1 +42084 {42082} 2793 1 +42085 {42083} 11820 1 +42086 {42084} 9664 1 +42087 {42085} 755 1 +42088 {42086} 11030 1 +42089 {42087} 8484 1 +42090 {42088} 10329 1 +42091 {42089} 1849 1 +42092 {42090} 15410 1 +42093 {42091} 2736 1 +42094 {42092} 1580 1 +42095 {42093} 10835 1 +42096 {42094} 2015 1 +42097 {42095} 3372 1 +42098 {42096} 2824 1 +42099 {42097} 861 1 +42100 {42098} 10768 1 +42101 {42099} 3347 1 +42102 {42100} 11188 1 +42103 {42101} 2839 1 +42104 {42102} 10806 1 +42105 {42103} 649 1 +42106 {42104} 1821 1 +42107 {42105} 1197 1 +42108 {42106} 2430 1 +42109 {42107} 10714 1 +42110 {42108} 11092 1 +42111 {42109} 2774 1 +42112 {42110} 10561 1 +42113 {42111} 2671 1 +42114 {42112} 1444 1 +42115 {42113} 3533 1 +42116 {42114} 8779 1 +42117 {42115} 1478 1 +42118 {42116} 11467 1 +42119 {42117} 8478 1 +42120 {42118} 2230 1 +42121 {42119} 10700 1 +42122 {42120} 2502 1 +42123 {42121} 9591 1 +42124 {42122} 1931 1 +42125 {42123} 10626 1 +42126 {42124} 12320 1 +42127 {42125} 9760 1 +42128 {42126} 742 1 +42129 {42127} 1547 1 +42130 {42128} 1115 1 +42131 {42129} 2587 1 +42132 {42130} 3831 1 +42133 {42131} 2602 1 +42134 {42132} 13872 1 +42135 {42133} 16527 1 +42136 {42134} 9160 1 +42137 {42135} 2392 1 +42138 {42136} 3203 1 +42139 {42137} 14883 1 +42140 {42138} 217 1 +42141 {42139} 11834 1 +42142 {42140} 3247 1 +42143 {42141} 2334 1 +42144 {42142} 2740 1 +42145 {42143} 3077 1 +42146 {42144} 6691 1 +42147 {42145} 2695 1 +42148 {42146} 1370 1 +42149 {42147} 9497 1 +42150 {42148} 5354 1 +42151 {42149} 9907 1 +42152 {42150} 9616 1 +42153 {42151} 2468 1 +42154 {42152} 5015 1 +42155 {42153} 7256 1 +42156 {42154} 113 1 +42157 {42155} 10655 1 +42158 {42156} 2120 1 +42159 {42157} 2366 1 +42160 {42158} 8264 1 +42161 {42159} 1630 1 +42162 {42160} 2369 1 +42163 {42161} 1036 1 +42164 {42162} 4499 1 +42165 {42163} 1373 1 +42166 {42164} 2859 1 +42167 {42165} 10685 1 +42168 {42166} 10001 1 +42169 {42167} 8779 1 +42170 {42168} 2028 1 +42171 {42169} 10581 1 +42172 {42170} 10596 1 +42173 {42171} 10724 1 +42174 {42172} 2057 1 +42175 {42173} 2975 1 +42176 {42174} 9556 1 +42177 {42175} 1842 1 +42178 {42176} 2934 1 +42179 {42177} 10424 1 +42180 {42178} 8283 1 +42181 {42179} 3541 1 +42182 {42180} 10803 1 +42183 {42181} 6301 1 +42184 {42182} 11031 1 +42185 {42183} 2505 1 +42186 {42184} 1386 1 +42187 {42185} 11234 1 +42188 {42186} 8484 1 +42189 {42187} 1545 1 +42190 {42188} 1437 1 +42191 {42189} 2307 1 +42192 {42190} 884 1 +42193 {42191} 2634 1 +42194 {42192} 10863 1 +42195 {42193} 2499 1 +42196 {42194} 5011 1 +42197 {42195} 2677 1 +42198 {42196} 3414 1 +42199 {42197} 10132 1 +42200 {42198} 3346 1 +42201 {42199} 7844 1 +42202 {42200} 8852 1 +42203 {42201} 2268 1 +42204 {42202} 3042 1 +42205 {42203} 10634 1 +42206 {42204} 3236 1 +42207 {42205} 3937 1 +42208 {42206} 2397 1 +42209 {42207} 15212 1 +42210 {42208} 2693 1 +42211 {42209} 2032 1 +42212 {42210} 10980 1 +42213 {42211} 2160 1 +42214 {42212} 2067 1 +42215 {42213} 13829 1 +42216 {42214} 8449 1 +42217 {42215} 9713 1 +42218 {42216} 10139 1 +42219 {42217} 9435 1 +42220 {42218} 11181 1 +42221 {42219} 1062 1 +42222 {42220} 2334 1 +42223 {42221} 3374 1 +42224 {42222} 2562 1 +42225 {42223} 8473 1 +42226 {42224} 2098 1 +42227 {42225} 9880 1 +42228 {42226} 10879 1 +42229 {42227} 1988 1 +42230 {42228} 11262 1 +42231 {42229} 2973 1 +42232 {42230} 10162 1 +42233 {42231} 1978 1 +42234 {42232} 1563 1 +42235 {42233} 5985 1 +42236 {42234} 1364 1 +42237 {42235} 12479 1 +42238 {42236} 2431 1 +42239 {42237} 4809 1 +42240 {42238} 16229 1 +42241 {42239} 4482 1 +42242 {42240} 10974 1 +42243 {42241} 2367 1 +42244 {42242} 2120 1 +42245 {42243} 10139 1 +42246 {42244} 10828 1 +42247 {42245} 1537 1 +42248 {42246} 9969 1 +42249 {42247} 2165 1 +42250 {42248} 9821 1 +42251 {42249} 1537 1 +42252 {42250} 10234 1 +42253 {42251} 10084 1 +42254 {42252} 2582 1 +42255 {42253} 804 1 +42256 {42254} 8540 1 +42257 {42255} 10777 1 +42258 {42256} 2742 1 +42259 {42257} 8829 1 +42260 {42258} 664 1 +42261 {42259} 10452 1 +42262 {42260} 849 1 +42263 {42261} 7389 1 +42264 {42262} 2943 1 +42265 {42263} 11237 1 +42266 {42264} 5817 1 +42267 {42265} 1569 1 +42268 {42266} 9748 1 +42269 {42267} 16141 1 +42270 {42268} 1132 1 +42271 {42269} 3956 1 +42272 {42270} 14578 1 +42273 {42271} 3076 1 +42274 {42272} 2700 1 +42275 {42273} 2066 1 +42276 {42274} 2161 1 +42277 {42275} 8858 1 +42278 {42276} 2590 1 +42279 {42277} 2042 1 +42280 {42278} 2593 1 +42281 {42279} 1305 1 +42282 {42280} 10408 1 +42283 {42281} 2835 1 +42284 {42282} 1848 1 +42285 {42283} 2640 1 +42286 {42284} 3288 1 +42287 {42285} 2539 1 +42288 {42286} 1463 1 +42289 {42287} 10480 1 +42290 {42288} 10992 1 +42291 {42289} 2667 1 +42292 {42290} 1885 1 +42293 {42291} 10912 1 +42294 {42292} 9968 1 +42295 {42293} 12649 1 +42296 {42294} 2315 1 +42297 {42295} 2126 1 +42298 {42296} 1729 1 +42299 {42297} 9300 1 +42300 {42298} 1210 1 +42301 {42299} 3004 1 +42302 {42300} 1438 1 +42303 {42301} 11262 1 +42304 {42302} 10170 1 +42305 {42303} 10731 1 +42306 {42304} 2402 1 +42307 {42305} 6445 1 +42308 {42306} 7245 1 +42309 {42307} 2553 1 +42310 {42308} 10147 1 +42311 {42309} 12143 1 +42312 {42310} 9500 1 +42313 {42311} 10240 1 +42314 {42312} 2669 1 +42315 {42313} 2260 1 +42316 {42314} 2234 1 +42317 {42315} 10409 1 +42318 {42316} 10752 1 +42319 {42317} 1551 1 +42320 {42318} 2568 1 +42321 {42319} 3538 1 +42322 {42320} 7063 1 +42323 {42321} 9705 1 +42324 {42322} 11725 1 +42325 {42323} 4043 1 +42326 {42324} 9039 1 +42327 {42325} 2282 1 +42328 {42326} 8932 1 +42329 {42327} 9284 1 +42330 {42328} 11386 1 +42331 {42329} 2280 1 +42332 {42330} 13298 1 +42333 {42331} 9297 1 +42334 {42332} 2232 1 +42335 {42333} 10999 1 +42336 {42334} 4514 1 +42337 {42335} 5989 1 +42338 {42336} 1416 1 +42339 {42337} 2366 1 +42340 {42338} 1990 1 +42341 {42339} 3234 1 +42342 {42340} 2742 1 +42343 {42341} 3072 1 +42344 {42342} 1671 1 +42345 {42343} 9594 1 +42346 {42344} 1417 1 +42347 {42345} 2121 1 +42348 {42346} 2110 1 +42349 {42347} 11297 1 +42350 {42348} 6181 1 +42351 {42349} 4467 1 +42352 {42350} 2729 1 +42353 {42351} 1550 1 +42354 {42352} 10635 1 +42355 {42353} 10540 1 +42356 {42354} 3600 1 +42357 {42355} 11595 1 +42358 {42356} 11252 1 +42359 {42357} 10489 1 +42360 {42358} 1966 1 +42361 {42359} 817 1 +42362 {42360} 2205 1 +42363 {42361} 2955 1 +42364 {42362} 7660 1 +42365 {42363} 1898 1 +42366 {42364} 12963 1 +42367 {42365} 2908 1 +42368 {42366} 1996 1 +42369 {42367} 3259 1 +42370 {42368} 9863 1 +42371 {42369} 2233 1 +42372 {42370} 11459 1 +42373 {42371} 9142 1 +42374 {42372} 2635 1 +42375 {42373} 2058 1 +42376 {42374} 1185 1 +42377 {42375} 2524 1 +42378 {42376} 2562 1 +42379 {42377} 8901 1 +42380 {42378} 8025 1 +42381 {42379} 14712 1 +42382 {42380} 2212 1 +42383 {42381} 1662 1 +42384 {42382} 3214 1 +42385 {42383} 2468 1 +42386 {42384} 11766 1 +42387 {42385} 2988 1 +42388 {42386} 10140 1 +42389 {42387} 2223 1 +42390 {42388} 3006 1 +42391 {42389} 2646 1 +42392 {42390} 12109 1 +42393 {42391} 11537 1 +42394 {42392} 7612 1 +42395 {42393} 10626 1 +42396 {42394} 7705 1 +42397 {42395} 2790 1 +42398 {42396} 13022 1 +42399 {42397} 12975 1 +42400 {42398} 10739 1 +42401 {42399} 2663 1 +42402 {42400} 1587 1 +42403 {42401} 10496 1 +42404 {42402} 2462 1 +42405 {42403} 10048 1 +42406 {42404} 10028 1 +42407 {42405} 2564 1 +42408 {42406} 3036 1 +42409 {42407} 1714 1 +42410 {42408} 2499 1 +42411 {42409} 11226 1 +42412 {42410} 15999 1 +42413 {42411} 1022 1 +42414 {42412} 2417 1 +42415 {42413} 1766 1 +42416 {42414} 8032 1 +42417 {42415} 2724 1 +42418 {42416} 13191 1 +42419 {42417} 1246 1 +42420 {42418} 8470 1 +42421 {42419} 2739 1 +42422 {42420} 11616 1 +42423 {42421} 12015 1 +42424 {42422} 11827 1 +42425 {42423} 1607 1 +42426 {42424} 1989 1 +42427 {42425} 2870 1 +42428 {42426} 10951 1 +42429 {42427} 9036 1 +42430 {42428} 1495 1 +42431 {42429} 2555 1 +42432 {42430} 2047 1 +42433 {42431} 3203 1 +42434 {42432} 3073 1 +42435 {42433} 905 1 +42436 {42434} 11889 1 +42437 {42435} 5665 1 +42438 {42436} 9797 1 +42439 {42437} 10009 1 +42440 {42438} 828 1 +42441 {42439} 2499 1 +42442 {42440} 6315 1 +42443 {42441} 11246 1 +42444 {42442} 9899 1 +42445 {42443} 1411 1 +42446 {42444} 3337 1 +42447 {42445} 10858 1 +42448 {42446} 3559 1 +42449 {42447} 9791 1 +42450 {42448} 2536 1 +42451 {42449} 1418 1 +42452 {42450} 11263 1 +42453 {42451} 1208 1 +42454 {42452} 11066 1 +42455 {42453} 3210 1 +42456 {42454} 10568 1 +42457 {42455} 11514 1 +42458 {42456} 1150 1 +42459 {42457} 5839 1 +42460 {42458} 8652 1 +42461 {42459} 9585 1 +42462 {42460} 758 1 +42463 {42461} 1384 1 +42464 {42462} 11379 1 +42465 {42463} 5215 1 +42466 {42465} 2973 1 +42467 {42466} 11399 1 +42468 {42467} 11884 1 +42469 {42468} 9780 1 +42470 {42469} 1947 1 +42471 {42470} 2469 1 +42472 {42471} 2593 1 +42473 {42472} 2091 1 +42474 {42473} 9821 1 +42475 {42474} 9562 1 +42476 {42475} 2284 1 +42477 {42476} 10252 1 +42478 {42477} 8353 1 +42479 {42478} 3373 1 +42480 {42479} 1508 1 +42481 {42480} 9008 1 +42482 {42481} 11066 1 +42483 {42482} 2785 1 +42484 {42483} 2080 1 +42485 {42484} 8425 1 +42486 {42485} 11248 1 +42487 {42486} 11065 1 +42488 {42487} 5312 1 +42489 {42488} 10344 1 +42490 {42489} 7569 1 +42491 {42490} 14218 1 +42492 {42491} 2366 1 +42493 {42492} 10109 1 +42494 {42493} 3100 1 +42495 {42494} 2640 1 +42496 {42495} 10980 1 +42497 {42496} 2304 1 +42498 {42497} 2587 1 +42499 {42498} 10598 1 +42500 {42499} 3324 1 +42501 {42500} 9716 1 +42502 {42501} 8045 1 +42503 {42502} 11327 1 +42504 {42503} 8832 1 +42505 {42504} 585 1 +42506 {42505} 16380 1 +42507 {42506} 2466 1 +42508 {42507} 1784 1 +42509 {42508} 49 1 +42510 {42509} 10551 1 +42511 {42510} 9109 1 +42512 {42511} 10788 1 +42513 {42512} 15041 1 +42514 {42513} 10424 1 +42515 {42514} 1688 1 +42516 {42515} 10928 1 +42517 {42516} 10754 1 +42518 {42517} 10420 1 +42519 {42518} 2428 1 +42520 {42519} 2536 1 +42521 {42520} 2432 1 +42522 {42521} 1565 1 +42523 {42522} 11553 1 +42524 {42523} 2303 1 +42525 {42524} 1507 1 +42526 {42525} 2722 1 +42527 {42526} 2777 1 +42528 {42527} 10017 1 +42529 {42528} 10989 1 +42530 {42529} 2635 1 +42531 {42530} 11471 1 +42532 {42531} 15362 1 +42533 {42532} 1417 1 +42534 {42533} 11769 1 +42535 {42534} 12713 1 +42536 {42535} 13507 1 +42537 {42536} 3315 1 +42538 {42537} 9793 1 +42539 {42538} 6019 1 +42540 {42539} 11456 1 +42541 {42540} 10900 1 +42542 {42541} 1961 1 +42543 {42542} 2225 1 +42544 {42543} 10627 1 +42545 {42544} 1148 1 +42546 {42545} 9808 1 +42547 {42546} 12218 1 +42548 {42547} 3797 1 +42549 {42548} 2225 1 +42550 {42549} 2965 1 +42551 {42550} 1291 1 +42552 {42551} 2298 1 +42553 {42552} 11116 1 +42554 {42553} 3283 1 +42555 {42554} 1455 1 +42556 {42555} 9776 1 +42557 {42556} 1413 1 +42558 {42557} 11548 1 +42559 {42558} 2266 1 +42560 {42559} 1926 1 +42561 {42560} 2664 1 +42562 {42561} 9139 1 +42563 {42562} 9442 1 +42564 {42563} 2173 1 +42565 {42564} 1764 1 +42566 {42565} 3092 1 +42567 {42566} 12673 1 +42568 {42567} 11098 1 +42569 {42568} 11297 1 +42570 {42569} 1230 1 +42571 {42570} 1877 1 +42572 {42571} 10612 1 +42573 {42572} 1331 1 +42574 {42573} 2099 1 +42575 {42574} 1458 1 +42576 {42575} 1788 1 +42577 {42576} 9756 1 +42578 {42577} 879 1 +42579 {42578} 11175 1 +42580 {42579} 8335 1 +42581 {42580} 1595 1 +42582 {42581} 1756 1 +42583 {42582} 1266 1 +42584 {42583} 2845 1 +42585 {42584} 10636 1 +42586 {42585} 268 1 +42587 {42586} 10772 1 +42588 {42587} 3142 1 +42589 {42588} 2122 1 +42590 {42589} 10677 1 +42591 {42590} 2943 1 +42592 {42591} 1236 1 +42593 {42592} 2687 1 +42594 {42593} 7781 1 +42595 {42594} 1790 1 +42596 {42595} 2736 1 +42597 {42596} 3099 1 +42598 {42597} 1678 1 +42599 {42598} 10699 1 +42600 {42599} 10063 1 +42601 {42600} 2055 1 +42602 {42601} 9856 1 +42603 {42602} 7740 1 +42604 {42603} 3404 1 +42605 {42604} 9526 1 +42606 {42605} 2187 1 +42607 {42606} 8933 1 +42608 {42607} 2943 1 +42609 {42608} 2562 1 +42610 {42609} 8274 1 +42611 {42610} 9545 1 +42612 {42611} 6776 1 +42613 {42612} 2022 1 +42614 {42613} 1684 1 +42615 {42614} 2209 1 +42616 {42615} 2776 1 +42617 {42616} 1177 1 +42618 {42617} 2538 1 +42619 {42618} 9627 1 +42620 {42619} 8959 1 +42621 {42620} 12610 1 +42622 {42621} 12566 1 +42623 {42622} 1474 1 +42624 {42623} 11003 1 +42625 {42624} 2681 1 +42626 {42625} 1607 1 +42627 {42626} 10983 1 +42628 {42627} 6477 1 +42629 {42628} 8955 1 +42630 {42629} 10785 1 +42631 {42630} 11581 1 +42632 {42631} 3142 1 +42633 {42632} 15983 1 +42634 {42633} 8966 1 +42635 {42634} 15658 1 +42636 {42635} 10770 1 +42637 {42636} 15888 1 +42638 {42637} 1231 1 +42639 {42638} 2696 1 +42640 {42639} 9952 1 +42641 {42640} 12914 1 +42642 {42641} 2430 1 +42643 {42642} 1503 1 +42644 {42643} 11827 1 +42645 {42644} 1515 1 +42646 {42645} 2597 1 +42647 {42646} 14962 1 +42648 {42647} 10995 1 +42649 {42648} 2942 1 +42650 {42649} 1994 1 +42651 {42650} 1237 1 +42652 {42651} 12330 1 +42653 {42652} 2420 1 +42654 {42653} 2499 1 +42655 {42654} 9546 1 +42656 {42655} 8568 1 +42657 {42656} 13964 1 +42658 {42657} 9300 1 +42659 {42658} 10333 1 +42660 {42659} 9720 1 +42661 {42660} 11459 1 +42662 {42661} 7053 1 +42663 {42662} 2604 1 +42664 {42663} 10857 1 +42665 {42664} 11016 1 +42666 {42665} 15928 1 +42667 {42666} 11103 1 +42668 {42667} 1124 1 +42669 {42668} 1218 1 +42670 {42669} 1956 1 +42671 {42670} 1399 1 +42672 {42671} 9753 1 +42673 {42672} 14065 1 +42674 {42673} 2465 1 +42675 {42674} 10053 1 +42676 {42675} 2638 1 +42677 {42676} 2979 1 +42678 {42677} 11576 1 +42679 {42678} 2304 1 +42680 {42679} 10518 1 +42681 {42680} 8933 1 +42682 {42681} 2490 1 +42683 {42682} 3151 1 +42684 {42683} 2660 1 +42685 {42684} 10448 1 +42686 {42685} 13706 1 +42687 {42686} 11197 1 +42688 {42687} 2700 1 +42689 {42688} 2332 1 +42690 {42689} 10131 1 +42691 {42690} 2872 1 +42692 {42691} 2198 1 +42693 {42692} 8089 1 +42694 {42693} 10400 1 +42695 {42694} 1543 1 +42696 {42695} 2363 1 +42697 {42696} 1971 1 +42698 {42697} 1972 1 +42699 {42698} 1484 1 +42700 {42699} 3860 1 +42701 {42700} 1562 1 +42702 {42701} 9297 1 +42703 {42702} 3802 1 +42704 {42703} 11408 1 +42705 {42704} 2835 1 +42706 {42705} 2845 1 +42707 {42706} 2370 1 +42708 {42707} 2066 1 +42709 {42708} 599 1 +42710 {42709} 1499 1 +42711 {42710} 12703 1 +42712 {42711} 8949 1 +42713 {42712} 9762 1 +42714 {42713} 10719 1 +42715 {42714} 2192 1 +42716 {42715} 7588 1 +42717 {42716} 2069 1 +42718 {42717} 11552 1 +42719 {42718} 2727 1 +42720 {42719} 11916 1 +42721 {42720} 1947 1 +42722 {42721} 12663 1 +42723 {42722} 2943 1 +42724 {42723} 3430 1 +42725 {42724} 1817 1 +42726 {42725} 2873 1 +42727 {42726} 1758 1 +42728 {42727} 9430 1 +42729 {42728} 2569 1 +42730 {42729} 11223 1 +42731 {42730} 13059 1 +42732 {42731} 9959 1 +42733 {42732} 471 1 +42734 {42733} 2822 1 +42735 {42734} 1671 1 +42736 {42735} 1545 1 +42737 {42736} 2343 1 +42738 {42737} 2611 1 +42739 {42738} 2197 1 +42740 {42739} 1804 1 +42741 {42740} 3968 1 +42742 {42741} 1655 1 +42743 {42742} 1532 1 +42744 {42743} 1519 1 +42745 {42744} 3870 1 +42746 {42745} 2322 1 +42747 {42746} 2403 1 +42748 {42747} 2430 1 +42749 {42748} 1175 1 +42750 {42749} 1982 1 +42751 {42750} 9862 1 +42752 {42751} 11402 1 +42753 {42752} 2399 1 +42754 {42753} 2230 1 +42755 {42754} 13754 1 +42756 {42755} 2122 1 +42757 {42756} 2099 1 +42758 {42757} 1824 1 +42759 {42758} 2269 1 +42760 {42759} 16423 1 +42761 {42760} 11305 1 +42762 {42761} 11983 1 +42763 {42762} 10233 1 +42764 {42763} 9806 1 +42765 {42764} 11746 1 +42766 {42765} 2420 1 +42767 {42766} 10196 1 +42768 {42767} 2148 1 +42769 {42768} 11051 1 +42770 {42769} 11179 1 +42771 {42770} 1643 1 +42772 {42771} 9155 1 +42773 {42772} 1083 1 +42774 {42773} 2870 1 +42775 {42774} 8660 1 +42776 {42775} 1432 1 +42777 {42776} 5551 1 +42778 {42777} 2264 1 +42779 {42778} 10792 1 +42780 {42779} 9165 1 +42781 {42780} 2701 1 +42782 {42781} 2225 1 +42783 {42782} 16525 1 +42784 {42783} 8846 1 +42785 {42784} 2537 1 +42786 {42785} 2697 1 +42787 {42786} 2939 1 +42788 {42787} 15023 1 +42789 {42788} 10979 1 +42790 {42789} 3110 1 +42791 {42790} 11395 1 +42792 {42791} 8983 1 +42793 {42792} 4166 1 +42794 {42793} 1407 1 +42795 {42794} 9975 1 +42796 {42795} 2571 1 +42797 {42796} 2234 1 +42798 {42797} 10110 1 +42799 {42798} 4246 1 +42800 {42799} 9355 1 +42801 {42800} 2120 1 +42802 {42801} 1804 1 +42803 {42802} 10912 1 +42804 {42803} 2763 1 +42805 {42804} 5684 1 +42806 {42805} 2304 1 +42807 {42806} 3312 1 +42808 {42807} 2295 1 +42809 {42808} 2301 1 +42810 {42809} 7302 1 +42811 {42810} 2923 1 +42812 {42811} 14477 1 +42813 {42812} 9175 1 +42814 {42813} 9540 1 +42815 {42814} 9367 1 +42816 {42815} 8882 1 +42817 {42816} 1750 1 +42818 {42817} 9876 1 +42819 {42818} 11695 1 +42820 {42819} 9456 1 +42821 {42820} 10978 1 +42822 {42821} 1816 1 +42823 {42822} 15174 1 +42824 {42823} 10129 1 +42825 {42824} 4267 1 +42826 {42825} 2252 1 +42827 {42826} 14203 1 +42828 {42827} 1953 1 +42829 {42828} 2121 1 +42830 {42829} 9236 1 +42831 {42830} 10335 1 +42832 {42831} 1611 1 +42833 {42832} 4561 1 +42834 {42833} 11295 1 +42835 {42834} 11700 1 +42836 {42835} 8445 1 +42837 {42836} 3248 1 +42838 {42837} 10054 1 +42839 {42838} 2366 1 +42840 {42839} 3899 1 +42841 {42840} 3248 1 +42842 {42841} 10989 1 +42843 {42842} 12571 1 +42844 {42843} 5789 1 +42845 {42844} 2337 1 +42846 {42845} 5239 1 +42847 {42846} 2490 1 +42848 {42847} 10938 1 +42849 {42848} 6798 1 +42850 {42849} 11096 1 +42851 {42850} 9264 1 +42852 {42851} 10455 1 +42853 {42852} 11107 1 +42854 {42853} 10004 1 +42855 {42854} 9797 1 +42856 {42855} 3227 1 +42857 {42856} 1887 1 +42858 {42857} 2298 1 +42859 {42858} 8840 1 +42860 {42859} 1207 1 +42861 {42860} 1495 1 +42862 {42861} 8970 1 +42863 {42862} 11568 1 +42864 {42863} 10246 1 +42865 {42864} 11885 1 +42866 {42865} 1344 1 +42867 {42866} 10804 1 +42868 {42867} 10853 1 +42869 {42868} 11673 1 +42870 {42869} 10913 1 +42871 {42870} 2204 1 +42872 {42871} 3576 1 +42873 {42872} 3467 1 +42874 {42873} 10685 1 +42875 {42874} 11015 1 +42876 {42875} 10278 1 +42877 {42876} 1062 1 +42878 {42877} 1546 1 +42879 {42878} 1462 1 +42880 {42879} 8110 1 +42881 {42880} 3009 1 +42882 {42881} 2430 1 +42883 {42882} 1501 1 +42884 {42883} 9057 1 +42885 {42884} 1415 1 +42886 {42885} 2366 1 +42887 {42886} 9397 1 +42888 {42887} 2870 1 +42889 {42888} 1815 1 +42890 {42889} 2123 1 +42891 {42890} 2190 1 +42892 {42891} 2493 1 +42893 {42892} 9759 1 +42894 {42893} 9831 1 +42895 {42894} 4866 1 +42896 {42895} 9832 1 +42897 {42896} 2395 1 +42898 {42897} 8482 1 +42899 {42898} 7693 1 +42900 {42899} 2504 1 +42901 {42900} 2729 1 +42902 {42901} 2834 1 +42903 {42902} 2973 1 +42904 {42903} 2031 1 +42905 {42904} 1207 1 +42906 {42905} 2189 1 +42907 {42906} 10201 1 +42908 {42907} 2127 1 +42909 {42908} 2223 1 +42910 {42909} 1063 1 +42911 {42910} 1364 1 +42912 {42911} 2232 1 +42913 {42912} 2060 1 +42914 {42913} 2344 1 +42915 {42914} 7544 1 +42916 {42915} 2534 1 +42917 {42916} 8228 1 +42918 {42917} 10392 1 +42919 {42918} 9744 1 +42920 {42919} 10575 1 +42921 {42920} 9652 1 +42922 {42921} 2135 1 +42923 {42922} 10215 1 +42924 {42923} 11484 1 +42925 {42924} 11580 1 +42926 {42925} 2739 1 +42927 {42926} 8000 1 +42928 {42927} 11240 1 +42929 {42928} 11091 1 +42930 {42929} 9597 1 +42931 {42930} 2638 1 +42932 {42931} 2520 1 +42933 {42932} 12585 1 +42934 {42933} 9562 1 +42935 {42934} 10349 1 +42936 {42935} 11242 1 +42937 {42936} 10672 1 +42938 {42937} 10674 1 +42939 {42938} 3629 1 +42940 {42939} 10900 1 +42941 {42940} 10049 1 +42942 {42941} 2725 1 +42943 {42942} 2652 1 +42944 {42943} 6608 1 +42945 {42944} 1862 1 +42946 {42945} 2397 1 +42947 {42946} 2697 1 +42948 {42947} 11660 1 +42949 {42948} 1671 1 +42950 {42949} 3031 1 +42951 {42950} 2509 1 +42952 {42951} 2766 1 +42953 {42952} 2705 1 +42954 {42953} 3351 1 +42955 {42954} 815 1 +42956 {42955} 9712 1 +42957 {42956} 10100 1 +42958 {42957} 10267 1 +42959 {42958} 9465 1 +42960 {42959} 12713 1 +42961 {42960} 2189 1 +42962 {42961} 842 1 +42963 {42962} 3186 1 +42964 {42963} 2128 1 +42965 {42964} 2801 1 +42966 {42965} 8228 1 +42967 {42966} 10053 1 +42968 {42967} 3176 1 +42969 {42968} 8053 1 +42970 {42969} 9595 1 +42971 {42970} 1164 1 +42972 {42971} 9720 1 +42973 {42972} 3006 1 +42974 {42973} 2303 1 +42975 {42974} 3170 1 +42976 {42975} 2707 1 +42977 {42976} 8179 1 +42978 {42977} 2603 1 +42979 {42978} 9478 1 +42980 {42979} 2295 1 +42981 {42980} 6657 1 +42982 {42981} 11472 1 +42983 {42982} 11892 1 +42984 {42983} 636 1 +42985 {42984} 9278 1 +42986 {42985} 4395 1 +42987 {42986} 13076 1 +42988 {42987} 1762 1 +42989 {42988} 9666 1 +42990 {42989} 11563 1 +42991 {42990} 2165 1 +42992 {42991} 11257 1 +42993 {42992} 7715 1 +42994 {42993} 813 1 +42995 {42994} 11496 1 +42996 {42995} 12894 1 +42997 {42996} 7789 1 +42998 {42997} 5407 1 +42999 {42998} 2977 1 +43000 {42999} 2574 1 +43001 {43000} 9737 1 +43002 {43001} 9907 1 +43003 {43002} 3976 1 +43004 {43003} 9295 1 +43005 {43004} 1749 1 +43006 {43005} 9690 1 +43007 {43006} 11178 1 +43008 {43007} 10601 1 +43009 {43008} 2461 1 +43010 {43009} 10507 1 +43011 {43010} 3106 1 +43012 {43011} 2268 1 +43013 {43012} 2872 1 +43014 {43013} 15179 1 +43015 {43014} 9757 1 +43016 {43015} 10251 1 +43017 {43016} 11593 1 +43018 {43017} 2368 1 +43019 {43018} 15256 1 +43020 {43019} 1744 1 +43021 {43020} 8558 1 +43022 {43021} 1045 1 +43023 {43022} 2909 1 +43024 {43023} 9793 1 +43025 {43024} 9782 1 +43026 {43025} 1240 1 +43027 {43026} 2557 1 +43028 {43027} 10601 1 +43029 {43028} 2129 1 +43030 {43029} 9591 1 +43031 {43030} 11146 1 +43032 {43031} 731 1 +43033 {43032} 1691 1 +43034 {43033} 11460 1 +43035 {43034} 14449 1 +43036 {43035} 10927 1 +43037 {43036} 1647 1 +43038 {43037} 7137 1 +43039 {43038} 1447 1 +43040 {43039} 1840 1 +43041 {43040} 3213 1 +43042 {43041} 2729 1 +43043 {43042} 2774 1 +43044 {43043} 10195 1 +43045 {43044} 10269 1 +43046 {43045} 2258 1 +43047 {43046} 7786 1 +43048 {43047} 14773 1 +43049 {43048} 2605 1 +43050 {43049} 3295 1 +43051 {43050} 10995 1 +43052 {43051} 295 1 +43053 {43052} 1893 1 +43054 {43053} 1987 1 +43055 {43054} 12095 1 +43056 {43055} 12401 1 +43057 {43056} 4253 1 +43058 {43057} 2156 1 +43059 {43058} 3069 1 +43060 {43059} 9956 1 +43061 {43060} 10869 1 +43062 {43061} 1654 1 +43063 {43062} 9834 1 +43064 {43063} 9791 1 +43065 {43064} 10099 1 +43066 {43065} 10504 1 +43067 {43066} 1559 1 +43068 {43067} 1962 1 +43069 {43068} 1885 1 +43070 {43069} 2228 1 +43071 {43070} 1784 1 +43072 {43071} 2497 1 +43073 {43072} 2800 1 +43074 {43073} 9541 1 +43075 {43074} 2765 1 +43076 {43075} 11309 1 +43077 {43076} 2736 1 +43078 {43077} 2986 1 +43079 {43078} 2632 1 +43080 {43079} 2895 1 +43081 {43080} 8221 1 +43082 {43081} 10618 1 +43083 {43082} 2433 1 +43084 {43083} 10026 1 +43085 {43084} 11459 1 +43086 {43085} 2448 1 +43087 {43086} 11299 1 +43088 {43087} 3385 1 +43089 {43088} 1980 1 +43090 {43089} 1918 1 +43091 {43090} 10588 1 +43092 {43091} 10999 1 +43093 {43092} 10486 1 +43094 {43093} 13537 1 +43095 {43094} 14646 1 +43096 {43095} 14983 1 +43097 {43096} 2293 1 +43098 {43097} 10241 1 +43099 {43098} 10018 1 +43100 {43099} 2854 1 +43101 {43100} 8856 1 +43102 {43101} 1750 1 +43103 {43102} 10799 1 +43104 {43103} 9660 1 +43105 {43104} 2764 1 +43106 {43105} 10380 1 +43107 {43106} 12164 1 +43108 {43107} 2468 1 +43109 {43108} 2304 1 +43110 {43109} 10750 1 +43111 {43110} 1537 1 +43112 {43111} 10900 1 +43113 {43112} 2520 1 +43114 {43113} 9331 1 +43115 {43114} 10636 1 +43116 {43115} 2919 1 +43117 {43116} 3185 1 +43118 {43117} 2771 1 +43119 {43118} 2260 1 +43120 {43119} 14408 1 +43121 {43120} 5052 1 +43122 {43121} 3601 1 +43123 {43122} 3022 1 +43124 {43123} 9988 1 +43125 {43124} 2914 1 +43126 {43125} 967 1 +43127 {43126} 11153 1 +43128 {43127} 2536 1 +43129 {43128} 2030 1 +43130 {43129} 1580 1 +43131 {43130} 1244 1 +43132 {43131} 2943 1 +43133 {43132} 11299 1 +43134 {43133} 10076 1 +43135 {43134} 2838 1 +43136 {43135} 1868 1 +43137 {43136} 10022 1 +43138 {43137} 768 1 +43139 {43138} 12401 1 +43140 {43139} 10156 1 +43141 {43140} 2024 1 +43142 {43141} 12949 1 +43143 {43142} 10177 1 +43144 {43143} 2922 1 +43145 {43144} 3003 1 +43146 {43145} 1336 1 +43147 {43146} 2230 1 +43148 {43147} 10496 1 +43149 {43148} 2392 1 +43150 {43149} 3270 1 +43151 {43150} 2708 1 +43152 {43151} 10236 1 +43153 {43152} 9472 1 +43154 {43153} 10916 1 +43155 {43154} 12073 1 +43156 {43155} 11233 1 +43157 {43156} 11342 1 +43158 {43157} 9974 1 +43159 {43158} 11827 1 +43160 {43159} 11670 1 +43161 {43160} 7621 1 +43162 {43161} 4348 1 +43163 {43162} 3516 1 +43164 {43163} 3307 1 +43165 {43164} 2315 1 +43166 {43165} 2793 1 +43167 {43166} 11133 1 +43168 {43167} 3232 1 +43169 {43168} 1906 1 +43170 {43169} 1332 1 +43171 {43170} 2065 1 +43172 {43171} 10348 1 +43173 {43172} 11871 1 +43174 {43173} 2906 1 +43175 {43174} 3096 1 +43176 {43175} 9221 1 +43177 {43176} 9140 1 +43178 {43177} 10514 1 +43179 {43178} 13858 1 +43180 {43179} 1855 1 +43181 {43180} 2965 1 +43182 {43181} 944 1 +43183 {43182} 1960 1 +43184 {43183} 1826 1 +43185 {43184} 2966 1 +43186 {43185} 7374 1 +43187 {43186} 10126 1 +43188 {43187} 2901 1 +43189 {43188} 3347 1 +43190 {43189} 1916 1 +43191 {43190} 12164 1 +43192 {43191} 11190 1 +43193 {43192} 2357 1 +43194 {43193} 4849 1 +43195 {43194} 2064 1 +43196 {43195} 3324 1 +43197 {43196} 10300 1 +43198 {43197} 10792 1 +43199 {43198} 1553 1 +43200 {43199} 2429 1 +43201 {43200} 1673 1 +43202 {43201} 2936 1 +43203 {43202} 1137 1 +43204 {43203} 1860 1 +43205 {43204} 3309 1 +43206 {43205} 15848 1 +43207 {43206} 2874 1 +43208 {43207} 10561 1 +43209 {43208} 10525 1 +43210 {43209} 2489 1 +43211 {43210} 10905 1 +43212 {43211} 2136 1 +43213 {43212} 15193 1 +43214 {43213} 2303 1 +43215 {43214} 1885 1 +43216 {43215} 12889 1 +43217 {43216} 9775 1 +43218 {43217} 1529 1 +43219 {43218} 890 1 +43220 {43219} 2858 1 +43221 {43220} 2537 1 +43222 {43221} 2463 1 +43223 {43222} 10416 1 +43224 {43223} 10286 1 +43225 {43224} 1540 1 +43226 {43225} 3574 1 +43227 {43226} 11286 1 +43228 {43227} 2225 1 +43229 {43228} 2733 1 +43230 {43229} 10580 1 +43231 {43230} 9838 1 +43232 {43231} 9856 1 +43233 {43232} 12056 1 +43234 {43233} 2574 1 +43235 {43234} 4032 1 +43236 {43235} 16467 1 +43237 {43236} 7686 1 +43238 {43237} 2165 1 +43239 {43238} 4466 1 +43240 {43239} 9398 1 +43241 {43240} 3505 1 +43242 {43241} 974 1 +43243 {43242} 11523 1 +43244 {43243} 2895 1 +43245 {43244} 1858 1 +43246 {43245} 1306 1 +43247 {43246} 246 1 +43248 {43247} 3720 1 +43249 {43248} 13437 1 +43250 {43249} 9189 1 +43251 {43250} 10875 1 +43252 {43251} 8409 1 +43253 {43252} 3078 1 +43254 {43253} 11015 1 +43255 {43254} 10388 1 +43256 {43255} 10380 1 +43257 {43256} 11123 1 +43258 {43257} 640 1 +43259 {43258} 2502 1 +43260 {43259} 1505 1 +43261 {43260} 1768 1 +43262 {43261} 2807 1 +43263 {43262} 11807 1 +43264 {43263} 2380 1 +43265 {43264} 2028 1 +43266 {43265} 854 1 +43267 {43266} 6382 1 +43268 {43267} 11682 1 +43269 {43268} 1048 1 +43270 {43269} 9358 1 +43271 {43270} 2434 1 +43272 {43271} 2910 1 +43273 {43272} 11104 1 +43274 {43273} 2113 1 +43275 {43274} 10153 1 +43276 {43275} 11091 1 +43277 {43276} 12118 1 +43278 {43277} 2854 1 +43279 {43278} 2366 1 +43280 {43279} 2624 1 +43281 {43280} 12763 1 +43282 {43281} 7195 1 +43283 {43282} 1872 1 +43284 {43283} 1101 1 +43285 {43284} 2694 1 +43286 {43285} 9467 1 +43287 {43286} 2364 1 +43288 {43287} 2837 1 +43289 {43288} 1658 1 +43290 {43289} 13908 1 +43291 {43290} 1651 1 +43292 {43291} 8456 1 +43293 {43292} 16091 1 +43294 {43293} 2706 1 +43295 {43294} 12235 1 +43296 {43295} 2546 1 +43297 {43296} 2874 1 +43298 {43297} 2327 1 +43299 {43298} 9956 1 +43300 {43299} 13867 1 +43301 {43300} 1981 1 +43302 {43301} 10993 1 +43303 {43302} 2391 1 +43304 {43303} 7743 1 +43305 {43304} 5403 1 +43306 {43305} 10130 1 +43307 {43306} 1787 1 +43308 {43307} 2091 1 +43309 {43308} 12467 1 +43310 {43309} 8603 1 +43311 {43310} 10892 1 +43312 {43311} 2167 1 +43313 {43312} 15477 1 +43314 {43313} 2238 1 +43315 {43314} 9302 1 +43316 {43315} 1596 1 +43317 {43316} 10424 1 +43318 {43317} 15507 1 +43319 {43318} 11771 1 +43320 {43319} 12939 1 +43321 {43320} 1030 1 +43322 {43321} 9365 1 +43323 {43322} 4755 1 +43324 {43323} 10643 1 +43325 {43324} 1643 1 +43326 {43325} 1322 1 +43327 {43326} 3842 1 +43328 {43327} 9909 1 +43329 {43328} 12895 1 +43330 {43329} 1790 1 +43331 {43330} 3924 1 +43332 {43331} 10022 1 +43333 {43332} 11022 1 +43334 {43333} 2574 1 +43335 {43334} 9454 1 +43336 {43335} 2383 1 +43337 {43336} 10436 1 +43338 {43337} 9416 1 +43339 {43338} 330 1 +43340 {43339} 2493 1 +43341 {43340} 10090 1 +43342 {43341} 3068 1 +43343 {43342} 2317 1 +43344 {43343} 1450 1 +43345 {43344} 10008 1 +43346 {43345} 7638 1 +43347 {43346} 1130 1 +43348 {43347} 10597 1 +43349 {43348} 2641 1 +43350 {43349} 11741 1 +43351 {43350} 2824 1 +43352 {43351} 10329 1 +43353 {43352} 12800 1 +43354 {43353} 9871 1 +43355 {43354} 2504 1 +43356 {43355} 2598 1 +43357 {43356} 3304 1 +43358 {43357} 11741 1 +43359 {43358} 2055 1 +43360 {43359} 10786 1 +43361 {43360} 8039 1 +43362 {43361} 1946 1 +43363 {43362} 1540 1 +43364 {43363} 5572 1 +43365 {43364} 9721 1 +43366 {43365} 2967 1 +43367 {43366} 6885 1 +43368 {43367} 2471 1 +43369 {43368} 10937 1 +43370 {43369} 9535 1 +43371 {43370} 10209 1 +43372 {43371} 10694 1 +43373 {43372} 1587 1 +43374 {43373} 11198 1 +43375 {43374} 2840 1 +43376 {43375} 10018 1 +43377 {43376} 2366 1 +43378 {43377} 11076 1 +43379 {43378} 9745 1 +43380 {43379} 2864 1 +43381 {43380} 8505 1 +43382 {43381} 9643 1 +43383 {43382} 2537 1 +43384 {43383} 2067 1 +43385 {43384} 8557 1 +43386 {43385} 9743 1 +43387 {43386} 2470 1 +43388 {43387} 2457 1 +43389 {43388} 10900 1 +43390 {43389} 1722 1 +43391 {43390} 1606 1 +43392 {43391} 2360 1 +43393 {43392} 12120 1 +43394 {43393} 1525 1 +43395 {43394} 1375 1 +43396 {43395} 1093 1 +43397 {43396} 3100 1 +43398 {43397} 1586 1 +43399 {43398} 2230 1 +43400 {43399} 7843 1 +43401 {43400} 8670 1 +43402 {43401} 1600 1 +43403 {43402} 2195 1 +43404 {43403} 2233 1 +43405 {43404} 2943 1 +43406 {43405} 5311 1 +43407 {43406} 2044 1 +43408 {43407} 2541 1 +43409 {43408} 2032 1 +43410 {43409} 13178 1 +43411 {43410} 1839 1 +43412 {43411} 891 1 +43413 {43412} 9753 1 +43414 {43413} 11000 1 +43415 {43414} 10223 1 +43416 {43415} 12416 1 +43417 {43416} 11395 1 +43418 {43417} 11482 1 +43419 {43418} 7603 1 +43420 {43419} 13004 1 +43421 {43420} 12197 1 +43422 {43421} 9648 1 +43423 {43422} 7723 1 +43424 {43423} 9792 1 +43425 {43424} 1519 1 +43426 {43425} 9657 1 +43427 {43426} 1545 1 +43428 {43427} 1869 1 +43429 {43428} 3346 1 +43430 {43429} 2534 1 +43431 {43430} 3669 1 +43432 {43431} 1695 1 +43433 {43432} 2573 1 +43434 {43433} 3212 1 +43435 {43434} 10875 1 +43436 {43435} 1447 1 +43437 {43436} 8206 1 +43438 {43437} 10634 1 +43439 {43438} 11076 1 +43440 {43439} 3479 1 +43441 {43440} 8361 1 +43442 {43441} 3415 1 +43443 {43442} 10527 1 +43444 {43443} 10841 1 +43445 {43444} 11029 1 +43446 {43445} 2880 1 +43447 {43446} 3247 1 +43448 {43447} 11083 1 +43449 {43448} 10467 1 +43450 {43449} 567 1 +43451 {43450} 2741 1 +43452 {43451} 16552 1 +43453 {43452} 1718 1 +43454 {43453} 11003 1 +43455 {43454} 3180 1 +43456 {43455} 10165 1 +43457 {43456} 2322 1 +43458 {43457} 2772 1 +43459 {43458} 1644 1 +43460 {43459} 7922 1 +43461 {43460} 3233 1 +43462 {43461} 10747 1 +43463 {43462} 3286 1 +43464 {43463} 1501 1 +43465 {43464} 1393 1 +43466 {43465} 2392 1 +43467 {43466} 1889 1 +43468 {43467} 1241 1 +43469 {43468} 1559 1 +43470 {43469} 480 1 +43471 {43470} 3849 1 +43472 {43471} 2175 1 +43473 {43472} 7998 1 +43474 {43473} 3105 1 +43475 {43474} 1928 1 +43476 {43475} 10239 1 +43477 {43476} 9610 1 +43478 {43477} 2209 1 +43479 {43478} 3378 1 +43480 {43479} 9953 1 +43481 {43480} 8480 1 +43482 {43481} 10074 1 +43483 {43482} 14910 1 +43484 {43483} 1497 1 +43485 {43484} 2693 1 +43486 {43485} 1099 1 +43487 {43486} 1817 1 +43488 {43487} 10398 1 +43489 {43488} 10615 1 +43490 {43489} 1223 1 +43491 {43490} 2056 1 +43492 {43491} 7582 1 +43493 {43492} 10472 1 +43494 {43493} 2498 1 +43495 {43494} 9179 1 +43496 {43495} 9995 1 +43497 {43496} 1926 1 +43498 {43497} 1855 1 +43499 {43498} 10532 1 +43500 {43499} 1957 1 +43501 {43500} 2013 1 +43502 {43501} 1995 1 +43503 {43502} 2708 1 +43504 {43503} 2044 1 +43505 {43504} 11370 1 +43506 {43505} 8889 1 +43507 {43506} 1345 1 +43508 {43507} 4323 1 +43509 {43508} 1326 1 +43510 {43509} 10511 1 +43511 {43510} 9102 1 +43512 {43511} 9525 1 +43513 {43512} 9389 1 +43514 {43513} 2865 1 +43515 {43514} 1519 1 +43516 {43515} 2625 1 +43517 {43516} 2569 1 +43518 {43517} 1972 1 +43519 {43518} 2756 1 +43520 {43519} 108 1 +43521 {43520} 2601 1 +43522 {43521} 659 1 +43523 {43522} 10630 1 +43524 {43523} 10304 1 +43525 {43524} 11416 1 +43526 {43525} 11313 1 +43527 {43526} 11523 1 +43528 {43527} 1274 1 +43529 {43528} 2747 1 +43530 {43529} 3114 1 +43531 {43530} 2133 1 +43532 {43531} 1487 1 +43533 {43532} 15233 1 +43534 {43533} 12827 1 +43535 {43534} 11277 1 +43536 {43535} 2670 1 +43537 {43536} 1345 1 +43538 {43537} 1724 1 +43539 {43538} 10466 1 +43540 {43539} 11225 1 +43541 {43540} 2790 1 +43542 {43541} 8973 1 +43543 {43542} 9002 1 +43544 {43543} 11673 1 +43545 {43544} 14309 1 +43546 {43545} 2302 1 +43547 {43546} 15267 1 +43548 {43547} 10212 1 +43549 {43548} 2430 1 +43550 {43549} 2499 1 +43551 {43550} 2929 1 +43552 {43551} 9906 1 +43553 {43552} 2637 1 +43554 {43553} 11365 1 +43555 {43554} 1438 1 +43556 {43555} 9882 1 +43557 {43556} 12114 1 +43558 {43557} 5643 1 +43559 {43558} 3315 1 +43560 {43559} 2327 1 +43561 {43560} 2023 1 +43562 {43561} 11098 1 +43563 {43562} 2022 1 +43564 {43563} 11520 1 +43565 {43564} 15670 1 +43566 {43565} 13854 1 +43567 {43566} 14110 1 +43568 {43567} 9220 1 +43569 {43568} 2494 1 +43570 {43569} 3213 1 +43571 {43570} 14052 1 +43572 {43571} 11734 1 +43573 {43572} 9791 1 +43574 {43573} 11597 1 +43575 {43574} 10967 1 +43576 {43575} 10074 1 +43577 {43576} 1600 1 +43578 {43577} 10503 1 +43579 {43578} 2190 1 +43580 {43579} 9515 1 +43581 {43580} 1922 1 +43582 {43581} 2937 1 +43583 {43582} 10982 1 +43584 {43583} 3422 1 +43585 {43584} 1548 1 +43586 {43585} 9114 1 +43587 {43586} 1820 1 +43588 {43587} 2893 1 +43589 {43588} 1115 1 +43590 {43589} 1472 1 +43591 {43590} 11260 1 +43592 {43591} 11364 1 +43593 {43592} 2228 1 +43594 {43593} 2837 1 +43595 {43594} 3012 1 +43596 {43595} 8845 1 +43597 {43596} 3252 1 +43598 {43597} 2376 1 +43599 {43598} 1696 1 +43600 {43599} 2360 1 +43601 {43600} 1902 1 +43602 {43601} 2325 1 +43603 {43602} 11044 1 +43604 {43603} 2302 1 +43605 {43604} 10349 1 +43606 {43605} 3266 1 +43607 {43606} 2028 1 +43608 {43607} 2864 1 +43609 {43608} 10923 1 +43610 {43609} 2094 1 +43611 {43610} 9329 1 +43612 {43611} 2129 1 +43613 {43612} 2136 1 +43614 {43613} 15042 1 +43615 {43614} 2553 1 +43616 {43615} 9743 1 +43617 {43616} 2574 1 +43618 {43617} 12826 1 +43619 {43618} 11178 1 +43620 {43619} 10730 1 +43621 {43620} 2386 1 +43622 {43621} 12893 1 +43623 {43622} 3139 1 +43624 {43623} 11061 1 +43625 {43624} 11186 1 +43626 {43625} 10867 1 +43627 {43626} 2696 1 +43628 {43627} 1707 1 +43629 {43628} 823 1 +43630 {43629} 11853 1 +43631 {43630} 2625 1 +43632 {43631} 10304 1 +43633 {43632} 11053 1 +43634 {43633} 3401 1 +43635 {43634} 13540 1 +43636 {43635} 13072 1 +43637 {43636} 1852 1 +43638 {43637} 10788 1 +43639 {43638} 2740 1 +43640 {43639} 11703 1 +43641 {43640} 2979 1 +43642 {43641} 9547 1 +43643 {43642} 11761 1 +43644 {43643} 10593 1 +43645 {43644} 3519 1 +43646 {43645} 2402 1 +43647 {43646} 2290 1 +43648 {43647} 13460 1 +43649 {43648} 2290 1 +43650 {43649} 11522 1 +43651 {43650} 11252 1 +43652 {43651} 9773 1 +43653 {43652} 8905 1 +43654 {43653} 3244 1 +43655 {43654} 2285 1 +43656 {43655} 9081 1 +43657 {43656} 1555 1 +43658 {43657} 5612 1 +43659 {43658} 2830 1 +43660 {43659} 11327 1 +43661 {43660} 12694 1 +43662 {43661} 10094 1 +43663 {43662} 7959 1 +43664 {43663} 8144 1 +43665 {43664} 60 1 +43666 {43665} 5119 1 +43667 {43666} 10293 1 +43668 {43667} 12016 1 +43669 {43668} 12272 1 +43670 {43669} 11284 1 +43671 {43670} 13328 1 +43672 {43671} 10011 1 +43673 {43672} 15493 1 +43674 {43673} 14210 1 +43675 {43674} 2061 1 +43676 {43675} 1505 1 +43677 {43676} 911 1 +43678 {43677} 3002 1 +43679 {43678} 9866 1 +43680 {43679} 10634 1 +43681 {43680} 1482 1 +43682 {43681} 10946 1 +43683 {43682} 10967 1 +43684 {43683} 2088 1 +43685 {43684} 2125 1 +43686 {43685} 1881 1 +43687 {43686} 11914 1 +43688 {43687} 10076 1 +43689 {43688} 1714 1 +43690 {43689} 3480 1 +43691 {43690} 10623 1 +43692 {43691} 8155 1 +43693 {43692} 2015 1 +43694 {43693} 14209 1 +43695 {43694} 10200 1 +43696 {43695} 1790 1 +43697 {43696} 1961 1 +43698 {43697} 10018 1 +43699 {43698} 2815 1 +43700 {43699} 2196 1 +43701 {43700} 10607 1 +43702 {43701} 1116 1 +43703 {43702} 9004 1 +43704 {43703} 7351 1 +43705 {43704} 10572 1 +43706 {43705} 8712 1 +43707 {43706} 8597 1 +43708 {43707} 10671 1 +43709 {43708} 2386 1 +43710 {43709} 11640 1 +43711 {43710} 2499 1 +43712 {43711} 14638 1 +43713 {43712} 11240 1 +43714 {43713} 1988 1 +43715 {43714} 3343 1 +43716 {43715} 14650 1 +43717 {43716} 3383 1 +43718 {43717} 10458 1 +43719 {43718} 2285 1 +43720 {43719} 2197 1 +43721 {43720} 2765 1 +43722 {43721} 2188 1 +43723 {43722} 10451 1 +43724 {43723} 3215 1 +43725 {43724} 9986 1 +43726 {43725} 2105 1 +43727 {43726} 10839 1 +43728 {43727} 2700 1 +43729 {43728} 2158 1 +43730 {43729} 1628 1 +43731 {43730} 1303 1 +43732 {43731} 9700 1 +43733 {43732} 6137 1 +43734 {43733} 5880 1 +43735 {43734} 2841 1 +43736 {43735} 10695 1 +43737 {43736} 13398 1 +43738 {43737} 8077 1 +43739 {43738} 3931 1 +43740 {43739} 12886 1 +43741 {43740} 10088 1 +43742 {43741} 1747 1 +43743 {43742} 9629 1 +43744 {43743} 5416 1 +43745 {43744} 1814 1 +43746 {43745} 2738 1 +43747 {43746} 1785 1 +43748 {43747} 3922 1 +43749 {43748} 1444 1 +43750 {43749} 12746 1 +43751 {43750} 1069 1 +43752 {43751} 11046 1 +43753 {43752} 5778 1 +43754 {43753} 3509 1 +43755 {43754} 1722 1 +43756 {43755} 11561 1 +43757 {43756} 2268 1 +43758 {43757} 3348 1 +43759 {43758} 2699 1 +43760 {43759} 3064 1 +43761 {43760} 1654 1 +43762 {43761} 10158 1 +43763 {43762} 5033 1 +43764 {43763} 12648 1 +43765 {43764} 9936 1 +43766 {43765} 9829 1 +43767 {43766} 11871 1 +43768 {43767} 2097 1 +43769 {43768} 1956 1 +43770 {43769} 9655 1 +43771 {43770} 12242 1 +43772 {43771} 10170 1 +43773 {43772} 9222 1 +43774 {43773} 1108 1 +43775 {43774} 9766 1 +43776 {43775} 3186 1 +43777 {43776} 9456 1 +43778 {43777} 11065 1 +43779 {43778} 1941 1 +43780 {43779} 1167 1 +43781 {43780} 9159 1 +43782 {43781} 10208 1 +43783 {43782} 11687 1 +43784 {43783} 3139 1 +43785 {43784} 1659 1 +43786 {43785} 1518 1 +43787 {43786} 10932 1 +43788 {43787} 7778 1 +43789 {43788} 8306 1 +43790 {43789} 11502 1 +43791 {43790} 9078 1 +43792 {43791} 11552 1 +43793 {43792} 6872 1 +43794 {43793} 2241 1 +43795 {43794} 2497 1 +43796 {43795} 9970 1 +43797 {43796} 5174 1 +43798 {43797} 2435 1 +43799 {43798} 11330 1 +43800 {43799} 2181 1 +43801 {43800} 1438 1 +43802 {43801} 10270 1 +43803 {43802} 2730 1 +43804 {43803} 2367 1 +43805 {43804} 2487 1 +43806 {43805} 1633 1 +43807 {43806} 5208 1 +43808 {43807} 1607 1 +43809 {43808} 3021 1 +43810 {43809} 3179 1 +43811 {43810} 5146 1 +43812 {43811} 1784 1 +43813 {43812} 12710 1 +43814 {43813} 5744 1 +43815 {43814} 3229 1 +43816 {43815} 10395 1 +43817 {43816} 1286 1 +43818 {43817} 2844 1 +43819 {43818} 9213 1 +43820 {43819} 4999 1 +43821 {43820} 10424 1 +43822 {43821} 848 1 +43823 {43822} 2083 1 +43824 {43823} 10378 1 +43825 {43824} 2880 1 +43826 {43825} 1371 1 +43827 {43826} 11427 1 +43828 {43827} 2228 1 +43829 {43828} 8765 1 +43830 {43829} 6238 1 +43831 {43830} 1752 1 +43832 {43831} 1722 1 +43833 {43832} 9564 1 +43834 {43833} 10006 1 +43835 {43834} 5034 1 +43836 {43835} 2078 1 +43837 {43836} 1451 1 +43838 {43837} 11994 1 +43839 {43838} 10116 1 +43840 {43839} 2629 1 +43841 {43840} 2249 1 +43842 {43841} 8999 1 +43843 {43842} 5911 1 +43844 {43843} 9244 1 +43845 {43844} 15468 1 +43846 {43845} 11687 1 +43847 {43846} 11201 1 +43848 {43847} 9747 1 +43849 {43848} 8571 1 +43850 {43849} 11784 1 +43851 {43850} 1378 1 +43852 {43851} 2360 1 +43853 {43852} 484 1 +43854 {43853} 9736 1 +43855 {43854} 2284 1 +43856 {43855} 2465 1 +43857 {43856} 8380 1 +43858 {43857} 4875 1 +43859 {43858} 1893 1 +43860 {43859} 1869 1 +43861 {43860} 2811 1 +43862 {43861} 6113 1 +43863 {43862} 10487 1 +43864 {43863} 10911 1 +43865 {43864} 1755 1 +43866 {43865} 2260 1 +43867 {43866} 2194 1 +43868 {43867} 12159 1 +43869 {43868} 10418 1 +43870 {43869} 11774 1 +43871 {43870} 2098 1 +43872 {43871} 1770 1 +43873 {43872} 11931 1 +43874 {43873} 2118 1 +43875 {43874} 2249 1 +43876 {43875} 1881 1 +43877 {43876} 2176 1 +43878 {43877} 2252 1 +43879 {43878} 9996 1 +43880 {43879} 1926 1 +43881 {43880} 12171 1 +43882 {43881} 2637 1 +43883 {43882} 10539 1 +43884 {43883} 6580 1 +43885 {43884} 1516 1 +43886 {43885} 2251 1 +43887 {43886} 10991 1 +43888 {43887} 2225 1 +43889 {43888} 2113 1 +43890 {43889} 2427 1 +43891 {43890} 9825 1 +43892 {43891} 1552 1 +43893 {43892} 6925 1 +43894 {43893} 9022 1 +43895 {43894} 5637 1 +43896 {43895} 10750 1 +43897 {43896} 10856 1 +43898 {43897} 3289 1 +43899 {43898} 1207 1 +43900 {43899} 1529 1 +43901 {43900} 10211 1 +43902 {43901} 2329 1 +43903 {43902} 1921 1 +43904 {43903} 11642 1 +43905 {43904} 10869 1 +43906 {43905} 12133 1 +43907 {43906} 7096 1 +43908 {43907} 11147 1 +43909 {43908} 9077 1 +43910 {43909} 2654 1 +43911 {43910} 14084 1 +43912 {43911} 3533 1 +43913 {43912} 2193 1 +43914 {43913} 10453 1 +43915 {43914} 10036 1 +43916 {43915} 668 1 +43917 {43916} 2835 1 +43918 {43917} 2389 1 +43919 {43918} 10563 1 +43920 {43919} 13418 1 +43921 {43920} 1729 1 +43922 {43921} 1820 1 +43923 {43922} 2674 1 +43924 {43923} 3174 1 +43925 {43924} 10056 1 +43926 {43925} 13998 1 +43927 {43926} 2934 1 +43928 {43927} 3110 1 +43929 {43928} 1192 1 +43930 {43929} 1538 1 +43931 {43930} 2401 1 +43932 {43931} 9360 1 +43933 {43932} 12111 1 +43934 {43933} 3894 1 +43935 {43934} 5252 1 +43936 {43935} 10430 1 +43937 {43936} 2209 1 +43938 {43937} 2220 1 +43939 {43938} 2590 1 +43940 {43939} 2430 1 +43941 {43940} 9967 1 +43942 {43941} 11389 1 +43943 {43942} 2894 1 +43944 {43943} 8675 1 +43945 {43944} 10690 1 +43946 {43945} 1805 1 +43947 {43946} 15647 1 +43948 {43947} 9828 1 +43949 {43948} 10066 1 +43950 {43949} 8293 1 +43951 {43950} 1252 1 +43952 {43951} 2536 1 +43953 {43952} 10309 1 +43954 {43953} 15471 1 +43955 {43954} 2402 1 +43956 {43955} 9313 1 +43957 {43956} 10921 1 +43958 {43957} 10001 1 +43959 {43958} 10867 1 +43960 {43959} 5860 1 +43961 {43960} 2155 1 +43962 {43961} 12222 1 +43963 {43962} 9274 1 +43964 {43963} 1603 1 +43965 {43964} 5288 1 +43966 {43965} 2456 1 +43967 {43966} 11972 1 +43968 {43967} 2332 1 +43969 {43968} 2060 1 +43970 {43969} 10301 1 +43971 {43970} 1550 1 +43972 {43971} 2708 1 +43973 {43972} 9316 1 +43974 {43973} 615 1 +43975 {43974} 14918 1 +43976 {43975} 9548 1 +43977 {43976} 2535 1 +43978 {43977} 526 1 +43979 {43978} 1230 1 +43980 {43979} 3242 1 +43981 {43980} 11577 1 +43982 {43981} 11907 1 +43983 {43982} 3210 1 +43984 {43983} 11359 1 +43985 {43984} 15090 1 +43986 {43985} 5257 1 +43987 {43986} 2470 1 +43988 {43987} 1987 1 +43989 {43988} 1299 1 +43990 {43989} 1153 1 +43991 {43990} 11406 1 +43992 {43991} 12719 1 +43993 {43992} 2125 1 +43994 {43993} 3571 1 +43995 {43994} 9512 1 +43996 {43995} 11428 1 +43997 {43996} 14367 1 +43998 {43997} 9984 1 +43999 {43998} 3068 1 +44000 {43999} 10135 1 +44001 {44000} 10442 1 +44002 {44001} 10782 1 +44003 {44002} 9904 1 +44004 {44003} 311 1 +44005 {44004} 11459 1 +44006 {44005} 3235 1 +44007 {44006} 2264 1 +44008 {44007} 2369 1 +44009 {44008} 2614 1 +44010 {44009} 10519 1 +44011 {44010} 14055 1 +44012 {44011} 1764 1 +44013 {44012} 12449 1 +44014 {44013} 11867 1 +44015 {44014} 2359 1 +44016 {44015} 2740 1 +44017 {44016} 14352 1 +44018 {44017} 1507 1 +44019 {44018} 3571 1 +44020 {44019} 1415 1 +44021 {44020} 5444 1 +44022 {44021} 10416 1 +44023 {44022} 2480 1 +44024 {44023} 1002 1 +44025 {44024} 11206 1 +44026 {44025} 8215 1 +44027 {44026} 2603 1 +44028 {44027} 9615 1 +44029 {44028} 2835 1 +44030 {44029} 9819 1 +44031 {44030} 1734 1 +44032 {44031} 1242 1 +44033 {44032} 10918 1 +44034 {44033} 13306 1 +44035 {44034} 6958 1 +44036 {44035} 10670 1 +44037 {44036} 11186 1 +44038 {44037} 2228 1 +44039 {44038} 1737 1 +44040 {44039} 10773 1 +44041 {44040} 3128 1 +44042 {44041} 13384 1 +44043 {44042} 3808 1 +44044 {44043} 2874 1 +44045 {44044} 8972 1 +44046 {44045} 1167 1 +44047 {44046} 9640 1 +44048 {44047} 11201 1 +44049 {44048} 1602 1 +44050 {44049} 9226 1 +44051 {44050} 13312 1 +44052 {44051} 1961 1 +44053 {44052} 2088 1 +44054 {44053} 8924 1 +44055 {44054} 11489 1 +44056 {44055} 10538 1 +44057 {44056} 1824 1 +44058 {44057} 3621 1 +44059 {44058} 2663 1 +44060 {44059} 1747 1 +44061 {44060} 12600 1 +44062 {44061} 1922 1 +44063 {44062} 3079 1 +44064 {44063} 15043 1 +44065 {44064} 14030 1 +44066 {44065} 11138 1 +44067 {44066} 1102 1 +44068 {44067} 2434 1 +44069 {44068} 9153 1 +44070 {44069} 8613 1 +44071 {44070} 1929 1 +44072 {44071} 10425 1 +44073 {44072} 9831 1 +44074 {44073} 3178 1 +44075 {44074} 8962 1 +44076 {44075} 2754 1 +44077 {44076} 2671 1 +44078 {44077} 10413 1 +44079 {44078} 1860 1 +44080 {44079} 2486 1 +44081 {44080} 3137 1 +44082 {44081} 2469 1 +44083 {44082} 3041 1 +44084 {44083} 9694 1 +44085 {44084} 10960 1 +44086 {44085} 10442 1 +44087 {44086} 9368 1 +44088 {44087} 9882 1 +44089 {44088} 2560 1 +44090 {44089} 1634 1 +44091 {44090} 12195 1 +44092 {44091} 9462 1 +44093 {44092} 2231 1 +44094 {44093} 8906 1 +44095 {44094} 2922 1 +44096 {44095} 2535 1 +44097 {44096} 2368 1 +44098 {44097} 12818 1 +44099 {44098} 2395 1 +44100 {44099} 3103 1 +44101 {44100} 3176 1 +44102 {44101} 2198 1 +44103 {44102} 8595 1 +44104 {44103} 10218 1 +44105 {44104} 1479 1 +44106 {44105} 11029 1 +44107 {44106} 2574 1 +44108 {44107} 2669 1 +44109 {44108} 6616 1 +44110 {44109} 9297 1 +44111 {44110} 11847 1 +44112 {44111} 15952 1 +44113 {44112} 3078 1 +44114 {44113} 9362 1 +44115 {44114} 10957 1 +44116 {44115} 6289 1 +44117 {44116} 14129 1 +44118 {44117} 12130 1 +44119 {44118} 11036 1 +44120 {44119} 2593 1 +44121 {44120} 10706 1 +44122 {44121} 2009 1 +44123 {44122} 8644 1 +44124 {44123} 10358 1 +44125 {44124} 8511 1 +44126 {44125} 10413 1 +44127 {44126} 13843 1 +44128 {44127} 1148 1 +44129 {44128} 2228 1 +44130 {44129} 5603 1 +44131 {44130} 10719 1 +44132 {44131} 9067 1 +44133 {44132} 3465 1 +44134 {44133} 1022 1 +44135 {44134} 3206 1 +44136 {44135} 2228 1 +44137 {44136} 9166 1 +44138 {44137} 1953 1 +44139 {44138} 5648 1 +44140 {44139} 12761 1 +44141 {44140} 16010 1 +44142 {44141} 11790 1 +44143 {44142} 12606 1 +44144 {44143} 11573 1 +44145 {44144} 2741 1 +44146 {44145} 1394 1 +44147 {44146} 9187 1 +44148 {44147} 10596 1 +44149 {44148} 16129 1 +44150 {44149} 2326 1 +44151 {44150} 936 1 +44152 {44151} 2028 1 +44153 {44152} 1778 1 +44154 {44153} 9095 1 +44155 {44154} 11284 1 +44156 {44155} 7164 1 +44157 {44156} 1485 1 +44158 {44157} 3896 1 +44159 {44158} 3058 1 +44160 {44159} 1123 1 +44161 {44160} 938 1 +44162 {44161} 10786 1 +44163 {44162} 1397 1 +44164 {44163} 3346 1 +44165 {44164} 8862 1 +44166 {44165} 10986 1 +44167 {44166} 9256 1 +44168 {44167} 12040 1 +44169 {44168} 11789 1 +44170 {44169} 7154 1 +44171 {44170} 15426 1 +44172 {44171} 11836 1 +44173 {44172} 1918 1 +44174 {44173} 2757 1 +44175 {44174} 2822 1 +44176 {44175} 6649 1 +44177 {44176} 9780 1 +44178 {44177} 11619 1 +44179 {44178} 9262 1 +44180 {44179} 1782 1 +44181 {44180} 3142 1 +44182 {44181} 10403 1 +44183 {44182} 11857 1 +44184 {44183} 3816 1 +44185 {44184} 1417 1 +44186 {44185} 2597 1 +44187 {44186} 2638 1 +44188 {44187} 3541 1 +44189 {44188} 2224 1 +44190 {44189} 2738 1 +44191 {44190} 10634 1 +44192 {44191} 11088 1 +44193 {44192} 11914 1 +44194 {44193} 933 1 +44195 {44194} 1622 1 +44196 {44195} 10413 1 +44197 {44196} 10026 1 +44198 {44197} 11233 1 +44199 {44198} 2359 1 +44200 {44199} 2983 1 +44201 {44200} 2606 1 +44202 {44201} 1823 1 +44203 {44202} 9871 1 +44204 {44203} 667 1 +44205 {44204} 11196 1 +44206 {44205} 3473 1 +44207 {44206} 11056 1 +44208 {44207} 12004 1 +44209 {44208} 9724 1 +44210 {44209} 2232 1 +44211 {44210} 2974 1 +44212 {44211} 11053 1 +44213 {44212} 2600 1 +44214 {44213} 2799 1 +44215 {44214} 4750 1 +44216 {44215} 1600 1 +44217 {44216} 9486 1 +44218 {44217} 1904 1 +44219 {44218} 11422 1 +44220 {44219} 7158 1 +44221 {44220} 3011 1 +44222 {44221} 8824 1 +44223 {44222} 2286 1 +44224 {44223} 10378 1 +44225 {44224} 2132 1 +44226 {44225} 2670 1 +44227 {44226} 10845 1 +44228 {44227} 2248 1 +44229 {44228} 9132 1 +44230 {44229} 2784 1 +44231 {44230} 2805 1 +44232 {44231} 9992 1 +44233 {44232} 11706 1 +44234 {44233} 10432 1 +44235 {44234} 9868 1 +44236 {44235} 11413 1 +44237 {44236} 2685 1 +44238 {44237} 10533 1 +44239 {44238} 1805 1 +44240 {44239} 7283 1 +44241 {44240} 2672 1 +44242 {44241} 93 1 +44243 {44242} 2359 1 +44244 {44243} 2468 1 +44245 {44244} 5769 1 +44246 {44245} 1783 1 +44247 {44246} 10843 1 +44248 {44247} 2120 1 +44249 {44248} 10699 1 +44250 {44249} 2914 1 +44251 {44250} 8929 1 +44252 {44251} 13236 1 +44253 {44252} 11552 1 +44254 {44253} 2747 1 +44255 {44254} 11066 1 +44256 {44255} 2538 1 +44257 {44256} 2937 1 +44258 {44257} 1900 1 +44259 {44258} 14772 1 +44260 {44259} 10304 1 +44261 {44260} 1926 1 +44262 {44261} 4600 1 +44263 {44262} 2837 1 +44264 {44263} 2810 1 +44265 {44264} 3203 1 +44266 {44265} 10071 1 +44267 {44266} 1707 1 +44268 {44267} 9682 1 +44269 {44268} 9577 1 +44270 {44269} 9114 1 +44271 {44270} 15066 1 +44272 {44271} 2125 1 +44273 {44272} 2571 1 +44274 {44273} 374 1 +44275 {44274} 11092 1 +44276 {44275} 2998 1 +44277 {44276} 11608 1 +44278 {44277} 10869 1 +44279 {44278} 8971 1 +44280 {44279} 10817 1 +44281 {44280} 1103 1 +44282 {44281} 10065 1 +44283 {44282} 11410 1 +44284 {44283} 11314 1 +44285 {44284} 4687 1 +44286 {44285} 1851 1 +44287 {44286} 13487 1 +44288 {44287} 2302 1 +44289 {44288} 2480 1 +44290 {44289} 2619 1 +44291 {44290} 10489 1 +44292 {44291} 2194 1 +44293 {44292} 377 1 +44294 {44293} 9616 1 +44295 {44294} 2028 1 +44296 {44295} 5721 1 +44297 {44296} 10570 1 +44298 {44297} 2232 1 +44299 {44298} 866 1 +44300 {44299} 10877 1 +44301 {44300} 3075 1 +44302 {44301} 11750 1 +44303 {44302} 2536 1 +44304 {44303} 3576 1 +44305 {44304} 2504 1 +44306 {44305} 15458 1 +44307 {44306} 9819 1 +44308 {44307} 1336 1 +44309 {44308} 2094 1 +44310 {44309} 9882 1 +44311 {44310} 10329 1 +44312 {44311} 2701 1 +44313 {44312} 12189 1 +44314 {44313} 13330 1 +44315 {44314} 1320 1 +44316 {44315} 11682 1 +44317 {44316} 2234 1 +44318 {44317} 1961 1 +44319 {44318} 1274 1 +44320 {44319} 2534 1 +44321 {44320} 7606 1 +44322 {44321} 3725 1 +44323 {44322} 1511 1 +44324 {44323} 10911 1 +44325 {44324} 2346 1 +44326 {44325} 2730 1 +44327 {44326} 2697 1 +44328 {44327} 11212 1 +44329 {44328} 8790 1 +44330 {44329} 1586 1 +44331 {44330} 1891 1 +44332 {44331} 11098 1 +44333 {44332} 1139 1 +44334 {44333} 9904 1 +44335 {44334} 11260 1 +44336 {44335} 2155 1 +44337 {44336} 2423 1 +44338 {44337} 4059 1 +44339 {44338} 10407 1 +44340 {44339} 8546 1 +44341 {44340} 2568 1 +44342 {44341} 10549 1 +44343 {44342} 2842 1 +44344 {44343} 1969 1 +44345 {44344} 3921 1 +44346 {44345} 1429 1 +44347 {44346} 8406 1 +44348 {44347} 2760 1 +44349 {44348} 2435 1 +44350 {44349} 2098 1 +44351 {44350} 15071 1 +44352 {44351} 2402 1 +44353 {44352} 9216 1 +44354 {44353} 10912 1 +44355 {44354} 9965 1 +44356 {44355} 3930 1 +44357 {44356} 1993 1 +44358 {44357} 1845 1 +44359 {44358} 9694 1 +44360 {44359} 7988 1 +44361 {44360} 10157 1 +44362 {44361} 823 1 +44363 {44362} 2910 1 +44364 {44363} 2293 1 +44365 {44364} 1873 1 +44366 {44365} 10581 1 +44367 {44366} 11071 1 +44368 {44367} 1807 1 +44369 {44368} 10680 1 +44370 {44369} 2348 1 +44371 {44370} 9584 1 +44372 {44371} 1671 1 +44373 {44372} 11159 1 +44374 {44373} 15449 1 +44375 {44374} 2130 1 +44376 {44375} 11515 1 +44377 {44376} 2777 1 +44378 {44377} 3046 1 +44379 {44378} 2501 1 +44380 {44379} 8702 1 +44381 {44380} 9478 1 +44382 {44381} 9393 1 +44383 {44382} 2632 1 +44384 {44383} 10201 1 +44385 {44384} 13334 1 +44386 {44385} 8198 1 +44387 {44386} 1186 1 +44388 {44387} 1990 1 +44389 {44388} 2894 1 +44390 {44389} 3316 1 +44391 {44390} 6538 1 +44392 {44391} 9067 1 +44393 {44392} 2746 1 +44394 {44393} 10946 1 +44395 {44394} 1501 1 +44396 {44395} 780 1 +44397 {44396} 2800 1 +44398 {44397} 1485 1 +44399 {44398} 2356 1 +44400 {44399} 2425 1 +44401 {44400} 2640 1 +44402 {44401} 1699 1 +44403 {44402} 2565 1 +44404 {44403} 2858 1 +44405 {44404} 1058 1 +44406 {44405} 9261 1 +44407 {44406} 5213 1 +44408 {44407} 15378 1 +44409 {44408} 7610 1 +44410 {44409} 8898 1 +44411 {44410} 2942 1 +44412 {44411} 9221 1 +44413 {44412} 2220 1 +44414 {44413} 2094 1 +44415 {44414} 10585 1 +44416 {44415} 3234 1 +44417 {44416} 3239 1 +44418 {44417} 9229 1 +44419 {44418} 9871 1 +44420 {44419} 5326 1 +44421 {44420} 3513 1 +44422 {44421} 12587 1 +44423 {44422} 1381 1 +44424 {44423} 6755 1 +44425 {44424} 2862 1 +44426 {44425} 3335 1 +44427 {44426} 2288 1 +44428 {44427} 1563 1 +44429 {44428} 2134 1 +44430 {44429} 10218 1 +44431 {44430} 13071 1 +44432 {44431} 11018 1 +44433 {44432} 1821 1 +44434 {44433} 2167 1 +44435 {44434} 16560 1 +44436 {44435} 10380 1 +44437 {44436} 2908 1 +44438 {44437} 1788 1 +44439 {44438} 16440 1 +44440 {44439} 10371 1 +44441 {44440} 1065 1 +44442 {44441} 11507 1 +44443 {44442} 11714 1 +44444 {44443} 9182 1 +44445 {44444} 1903 1 +44446 {44445} 2189 1 +44447 {44446} 11042 1 +44448 {44447} 10318 1 +44449 {44448} 10054 1 +44450 {44449} 2262 1 +44451 {44450} 3013 1 +44452 {44451} 2664 1 +44453 {44452} 2630 1 +44454 {44453} 5420 1 +44455 {44454} 11211 1 +44456 {44455} 10321 1 +44457 {44456} 10340 1 +44458 {44457} 2536 1 +44459 {44458} 2602 1 +44460 {44459} 2342 1 +44461 {44460} 12341 1 +44462 {44461} 11944 1 +44463 {44462} 2288 1 +44464 {44463} 2705 1 +44465 {44464} 15266 1 +44466 {44465} 2400 1 +44467 {44466} 4024 1 +44468 {44467} 13690 1 +44469 {44468} 4109 1 +44470 {44469} 2301 1 +44471 {44470} 7148 1 +44472 {44471} 1273 1 +44473 {44472} 2707 1 +44474 {44473} 2670 1 +44475 {44474} 1641 1 +44476 {44475} 2392 1 +44477 {44476} 8636 1 +44478 {44477} 1517 1 +44479 {44478} 10669 1 +44480 {44479} 1674 1 +44481 {44480} 1558 1 +44482 {44481} 10171 1 +44483 {44482} 9451 1 +44484 {44483} 478 1 +44485 {44484} 13445 1 +44486 {44485} 2019 1 +44487 {44486} 8707 1 +44488 {44487} 9994 1 +44489 {44488} 9818 1 +44490 {44489} 2320 1 +44491 {44490} 9373 1 +44492 {44491} 8247 1 +44493 {44492} 9836 1 +44494 {44493} 1038 1 +44495 {44494} 1926 1 +44496 {44495} 2303 1 +44497 {44496} 2185 1 +44498 {44497} 1322 1 +44499 {44498} 6937 1 +44500 {44499} 10083 1 +44501 {44500} 2044 1 +44502 {44501} 16207 1 +44503 {44502} 3469 1 +44504 {44503} 2721 1 +44505 {44504} 1512 1 +44506 {44505} 1898 1 +44507 {44506} 1714 1 +44508 {44507} 5096 1 +44509 {44508} 11807 1 +44510 {44509} 3587 1 +44511 {44510} 3043 1 +44512 {44511} 2776 1 +44513 {44512} 1923 1 +44514 {44513} 14097 1 +44515 {44514} 10160 1 +44516 {44515} 1492 1 +44517 {44516} 9836 1 +44518 {44517} 2826 1 +44519 {44518} 10400 1 +44520 {44519} 15432 1 +44521 {44520} 9344 1 +44522 {44521} 6037 1 +44523 {44522} 2268 1 +44524 {44523} 3000 1 +44525 {44524} 2263 1 +44526 {44525} 9864 1 +44527 {44526} 8192 1 +44528 {44527} 16022 1 +44529 {44528} 7982 1 +44530 {44529} 1881 1 +44531 {44530} 10386 1 +44532 {44531} 9112 1 +44533 {44532} 11283 1 +44534 {44533} 15272 1 +44535 {44534} 10311 1 +44536 {44535} 8599 1 +44537 {44536} 7725 1 +44538 {44537} 11511 1 +44539 {44538} 3466 1 +44540 {44539} 13974 1 +44541 {44540} 2830 1 +44542 {44541} 10316 1 +44543 {44542} 2719 1 +44544 {44543} 8430 1 +44545 {44544} 1950 1 +44546 {44545} 7566 1 +44547 {44546} 10739 1 +44548 {44547} 9183 1 +44549 {44548} 8970 1 +44550 {44549} 1133 1 +44551 {44550} 7738 1 +44552 {44551} 2040 1 +44553 {44552} 12274 1 +44554 {44553} 1643 1 +44555 {44554} 11357 1 +44556 {44555} 10867 1 +44557 {44556} 10982 1 +44558 {44557} 2864 1 +44559 {44558} 1590 1 +44560 {44559} 2128 1 +44561 {44560} 1439 1 +44562 {44561} 11056 1 +44563 {44562} 12148 1 +44564 {44563} 8748 1 +44565 {44564} 2185 1 +44566 {44565} 1748 1 +44567 {44566} 3034 1 +44568 {44567} 9740 1 +44569 {44568} 3143 1 +44570 {44569} 9867 1 +44571 {44570} 4391 1 +44572 {44571} 2432 1 +44573 {44572} 872 1 +44574 {44573} 10900 1 +44575 {44574} 10695 1 +44576 {44575} 10705 1 +44577 {44576} 8347 1 +44578 {44577} 10503 1 +44579 {44578} 14386 1 +44580 {44579} 7375 1 +44581 {44580} 2435 1 +44582 {44581} 2154 1 +44583 {44582} 2562 1 +44584 {44583} 1980 1 +44585 {44584} 2830 1 +44586 {44585} 16585 1 +44587 {44586} 9387 1 +44588 {44587} 8302 1 +44589 {44588} 9648 1 +44590 {44589} 1169 1 +44591 {44590} 2476 1 +44592 {44591} 3833 1 +44593 {44592} 12879 1 +44594 {44593} 10739 1 +44595 {44594} 12420 1 +44596 {44595} 4019 1 +44597 {44596} 10744 1 +44598 {44597} 1684 1 +44599 {44598} 8773 1 +44600 {44599} 8908 1 +44601 {44600} 5741 1 +44602 {44601} 1384 1 +44603 {44602} 2939 1 +44604 {44603} 10103 1 +44605 {44604} 11029 1 +44606 {44605} 10191 1 +44607 {44606} 6580 1 +44608 {44607} 2483 1 +44609 {44608} 2527 1 +44610 {44609} 1201 1 +44611 {44610} 9928 1 +44612 {44611} 10875 1 +44613 {44612} 9906 1 +44614 {44613} 1714 1 +44615 {44614} 3096 1 +44616 {44615} 10966 1 +44617 {44616} 12474 1 +44618 {44617} 10993 1 +44619 {44618} 1788 1 +44620 {44619} 4101 1 +44621 {44620} 9087 1 +44622 {44621} 1168 1 +44623 {44622} 3536 1 +44624 {44623} 10571 1 +44625 {44624} 6913 1 +44626 {44625} 3172 1 +44627 {44626} 10714 1 +44628 {44627} 10778 1 +44629 {44628} 9499 1 +44630 {44629} 2260 1 +44631 {44630} 1271 1 +44632 {44631} 15002 1 +44633 {44632} 10538 1 +44634 {44633} 9057 1 +44635 {44634} 223 1 +44636 {44635} 2185 1 +44637 {44636} 12174 1 +44638 {44637} 2425 1 +44639 {44638} 3347 1 +44640 {44639} 14109 1 +44641 {44640} 1836 1 +44642 {44641} 1774 1 +44643 {44642} 1996 1 +44644 {44643} 9034 1 +44645 {44644} 6605 1 +44646 {44645} 7487 1 +44647 {44646} 9986 1 +44648 {44647} 3706 1 +44649 {44648} 2155 1 +44650 {44649} 2977 1 +44651 {44650} 1748 1 +44652 {44651} 8466 1 +44653 {44652} 7854 1 +44654 {44653} 10299 1 +44655 {44654} 13068 1 +44656 {44655} 3155 1 +44657 {44656} 1886 1 +44658 {44657} 9509 1 +44659 {44658} 2701 1 +44660 {44659} 12458 1 +44661 {44660} 9862 1 +44662 {44661} 5352 1 +44663 {44662} 2339 1 +44664 {44663} 9698 1 +44665 {44664} 9330 1 +44666 {44665} 2288 1 +44667 {44666} 13194 1 +44668 {44667} 1992 1 +44669 {44668} 2730 1 +44670 {44669} 2865 1 +44671 {44670} 8045 1 +44672 {44671} 1891 1 +44673 {44672} 11964 1 +44674 {44673} 12300 1 +44675 {44674} 10105 1 +44676 {44675} 10183 1 +44677 {44676} 2550 1 +44678 {44677} 10315 1 +44679 {44678} 1844 1 +44680 {44679} 11969 1 +44681 {44680} 1297 1 +44682 {44681} 4951 1 +44683 {44682} 10129 1 +44684 {44683} 1614 1 +44685 {44684} 11380 1 +44686 {44685} 1261 1 +44687 {44686} 9295 1 +44688 {44687} 10828 1 +44689 {44688} 7465 1 +44690 {44689} 2776 1 +44691 {44690} 1301 1 +44692 {44691} 7359 1 +44693 {44692} 9446 1 +44694 {44693} 12122 1 +44695 {44694} 9936 1 +44696 {44695} 14967 1 +44697 {44696} 2030 1 +44698 {44697} 3565 1 +44699 {44698} 2357 1 +44700 {44699} 11538 1 +44701 {44700} 1007 1 +44702 {44701} 8465 1 +44703 {44702} 10326 1 +44704 {44703} 10834 1 +44705 {44704} 2558 1 +44706 {44705} 2185 1 +44707 {44706} 9381 1 +44708 {44707} 2263 1 +44709 {44708} 2834 1 +44710 {44709} 10198 1 +44711 {44710} 1884 1 +44712 {44711} 2560 1 +44713 {44712} 10533 1 +44714 {44713} 10375 1 +44715 {44714} 1718 1 +44716 {44715} 2938 1 +44717 {44716} 8932 1 +44718 {44717} 1543 1 +44719 {44718} 8974 1 +44720 {44719} 15054 1 +44721 {44720} 11431 1 +44722 {44721} 669 1 +44723 {44722} 2228 1 +44724 {44723} 3401 1 +44725 {44724} 10416 1 +44726 {44725} 10702 1 +44727 {44726} 4774 1 +44728 {44727} 2196 1 +44729 {44728} 2867 1 +44730 {44729} 11588 1 +44731 {44730} 1639 1 +44732 {44731} 2840 1 +44733 {44732} 3176 1 +44734 {44733} 3075 1 +44735 {44734} 2017 1 +44736 {44735} 3086 1 +44737 {44736} 6707 1 +44738 {44737} 11927 1 +44739 {44738} 11677 1 +44740 {44739} 2572 1 +44741 {44740} 11352 1 +44742 {44741} 11580 1 +44743 {44742} 10232 1 +44744 {44743} 11829 1 +44745 {44744} 1789 1 +44746 {44745} 2794 1 +44747 {44746} 10715 1 +44748 {44747} 10690 1 +44749 {44748} 2348 1 +44750 {44749} 3382 1 +44751 {44750} 2568 1 +44752 {44751} 2154 1 +44753 {44752} 12382 1 +44754 {44753} 15664 1 +44755 {44754} 1766 1 +44756 {44755} 10528 1 +44757 {44756} 9828 1 +44758 {44757} 9552 1 +44759 {44758} 2189 1 +44760 {44759} 6799 1 +44761 {44760} 1802 1 +44762 {44761} 1710 1 +44763 {44762} 9694 1 +44764 {44763} 4967 1 +44765 {44764} 9570 1 +44766 {44765} 10157 1 +44767 {44766} 2275 1 +44768 {44767} 11825 1 +44769 {44768} 1825 1 +44770 {44769} 7231 1 +44771 {44770} 1906 1 +44772 {44771} 10086 1 +44773 {44772} 3414 1 +44774 {44773} 1647 1 +44775 {44774} 11678 1 +44776 {44775} 1435 1 +44777 {44776} 2501 1 +44778 {44777} 9974 1 +44779 {44778} 1199 1 +44780 {44779} 9434 1 +44781 {44780} 10021 1 +44782 {44781} 11842 1 +44783 {44782} 11474 1 +44784 {44783} 11853 1 +44785 {44784} 3565 1 +44786 {44785} 9306 1 +44787 {44786} 2899 1 +44788 {44787} 15339 1 +44789 {44788} 11992 1 +44790 {44789} 11144 1 +44791 {44790} 1784 1 +44792 {44791} 11078 1 +44793 {44792} 2811 1 +44794 {44793} 3067 1 +44795 {44794} 9516 1 +44796 {44795} 1373 1 +44797 {44796} 1775 1 +44798 {44797} 3417 1 +44799 {44798} 12083 1 +44800 {44799} 1854 1 +44801 {44800} 2534 1 +44802 {44801} 1891 1 +44803 {44802} 9512 1 +44804 {44803} 2496 1 +44805 {44804} 2235 1 +44806 {44805} 15040 1 +44807 {44806} 1701 1 +44808 {44807} 3337 1 +44809 {44808} 7545 1 +44810 {44809} 2017 1 +44811 {44810} 14988 1 +44812 {44811} 2468 1 +44813 {44812} 11824 1 +44814 {44813} 2497 1 +44815 {44814} 1893 1 +44816 {44815} 1415 1 +44817 {44816} 2454 1 +44818 {44817} 9255 1 +44819 {44818} 1277 1 +44820 {44819} 9323 1 +44821 {44820} 10672 1 +44822 {44821} 8622 1 +44823 {44822} 10436 1 +44824 {44823} 10309 1 +44825 {44824} 2430 1 +44826 {44825} 13395 1 +44827 {44826} 2300 1 +44828 {44827} 2329 1 +44829 {44828} 10249 1 +44830 {44829} 3217 1 +44831 {44830} 2166 1 +44832 {44831} 2807 1 +44833 {44832} 1340 1 +44834 {44833} 2306 1 +44835 {44834} 3812 1 +44836 {44835} 2687 1 +44837 {44836} 2502 1 +44838 {44837} 4493 1 +44839 {44838} 3217 1 +44840 {44839} 2937 1 +44841 {44840} 10361 1 +44842 {44841} 9711 1 +44843 {44842} 2295 1 +44844 {44843} 2403 1 +44845 {44844} 3348 1 +44846 {44845} 2462 1 +44847 {44846} 12078 1 +44848 {44847} 11573 1 +44849 {44848} 3343 1 +44850 {44849} 9893 1 +44851 {44850} 1981 1 +44852 {44851} 2967 1 +44853 {44852} 9589 1 +44854 {44853} 11131 1 +44855 {44854} 14767 1 +44856 {44855} 11036 1 +44857 {44856} 9990 1 +44858 {44857} 1817 1 +44859 {44858} 2190 1 +44860 {44859} 1891 1 +44861 {44860} 1779 1 +44862 {44861} 11342 1 +44863 {44862} 1236 1 +44864 {44863} 2415 1 +44865 {44864} 5947 1 +44866 {44865} 13269 1 +44867 {44866} 9856 1 +44868 {44867} 8336 1 +44869 {44868} 8515 1 +44870 {44869} 2658 1 +44871 {44870} 1755 1 +44872 {44871} 1294 1 +44873 {44872} 2573 1 +44874 {44873} 15784 1 +44875 {44874} 10858 1 +44876 {44875} 1784 1 +44877 {44876} 2537 1 +44878 {44877} 10358 1 +44879 {44878} 8895 1 +44880 {44879} 1846 1 +44881 {44880} 9356 1 +44882 {44881} 8787 1 +44883 {44882} 3010 1 +44884 {44883} 2152 1 +44885 {44884} 2629 1 +44886 {44885} 5022 1 +44887 {44886} 10017 1 +44888 {44887} 2430 1 +44889 {44888} 10141 1 +44890 {44889} 2733 1 +44891 {44890} 2022 1 +44892 {44891} 11232 1 +44893 {44892} 651 1 +44894 {44893} 10730 1 +44895 {44894} 3642 1 +44896 {44895} 2075 1 +44897 {44896} 9723 1 +44898 {44897} 10316 1 +44899 {44898} 807 1 +44900 {44899} 9918 1 +44901 {44900} 3248 1 +44902 {44901} 2496 1 +44903 {44902} 10031 1 +44904 {44903} 3064 1 +44905 {44904} 2635 1 +44906 {44905} 1823 1 +44907 {44906} 3004 1 +44908 {44907} 2979 1 +44909 {44908} 8071 1 +44910 {44909} 10985 1 +44911 {44910} 1234 1 +44912 {44911} 9484 1 +44913 {44912} 11120 1 +44914 {44913} 3271 1 +44915 {44914} 9507 1 +44916 {44915} 2263 1 +44917 {44916} 6209 1 +44918 {44917} 1406 1 +44919 {44918} 9562 1 +44920 {44919} 13435 1 +44921 {44920} 10346 1 +44922 {44921} 1512 1 +44923 {44922} 2492 1 +44924 {44923} 9599 1 +44925 {44924} 3059 1 +44926 {44925} 10900 1 +44927 {44926} 3043 1 +44928 {44927} 619 1 +44929 {44928} 1924 1 +44930 {44929} 2627 1 +44931 {44930} 1546 1 +44932 {44931} 2563 1 +44933 {44932} 11559 1 +44934 {44933} 2800 1 +44935 {44934} 1811 1 +44936 {44935} 10626 1 +44937 {44936} 1511 1 +44938 {44937} 1754 1 +44939 {44938} 12974 1 +44940 {44939} 11722 1 +44941 {44940} 1196 1 +44942 {44941} 10100 1 +44943 {44942} 2660 1 +44944 {44943} 2772 1 +44945 {44944} 15754 1 +44946 {44945} 2302 1 +44947 {44946} 2969 1 +44948 {44947} 10585 1 +44949 {44948} 10275 1 +44950 {44949} 3470 1 +44951 {44950} 8624 1 +44952 {44951} 11305 1 +44953 {44952} 415 1 +44954 {44953} 2313 1 +44955 {44954} 9216 1 +44956 {44955} 6801 1 +44957 {44956} 2165 1 +44958 {44957} 2117 1 +44959 {44958} 3075 1 +44960 {44959} 11127 1 +44961 {44960} 2487 1 +44962 {44961} 3836 1 +44963 {44962} 1895 1 +44964 {44963} 1794 1 +44965 {44964} 2490 1 +44966 {44965} 2282 1 +44967 {44966} 8560 1 +44968 {44967} 11532 1 +44969 {44968} 16583 1 +44970 {44969} 10519 1 +44971 {44970} 2429 1 +44972 {44971} 10377 1 +44973 {44972} 10261 1 +44974 {44973} 8754 1 +44975 {44974} 10790 1 +44976 {44975} 1925 1 +44977 {44976} 678 1 +44978 {44977} 12032 1 +44979 {44978} 8550 1 +44980 {44979} 10797 1 +44981 {44980} 2457 1 +44982 {44981} 9194 1 +44983 {44982} 2673 1 +44984 {44983} 865 1 +44985 {44984} 10593 1 +44986 {44985} 12132 1 +44987 {44986} 9706 1 +44988 {44987} 10131 1 +44989 {44988} 1825 1 +44990 {44989} 2395 1 +44991 {44990} 5541 1 +44992 {44991} 10576 1 +44993 {44992} 1267 1 +44994 {44993} 1483 1 +44995 {44994} 9370 1 +44996 {44995} 2403 1 +44997 {44996} 1854 1 +44998 {44997} 11505 1 +44999 {44998} 10315 1 +45000 {44999} 13639 1 +45001 {45000} 11234 1 +45002 {45001} 7940 1 +45003 {45002} 2492 1 +45004 {45003} 1906 1 +45005 {45004} 10281 1 +45006 {45005} 6733 1 +45007 {45006} 10054 1 +45008 {45007} 2894 1 +45009 {45008} 1431 1 +45010 {45009} 2425 1 +45011 {45010} 8538 1 +45012 {45011} 2185 1 +45013 {45012} 11343 1 +45014 {45013} 6143 1 +45015 {45014} 12392 1 +45016 {45015} 9398 1 +45017 {45016} 1812 1 +45018 {45017} 11180 1 +45019 {45018} 4519 1 +45020 {45019} 9544 1 +45021 {45020} 10926 1 +45022 {45021} 3717 1 +45023 {45022} 2672 1 +45024 {45023} 11780 1 +45025 {45024} 2837 1 +45026 {45025} 16054 1 +45027 {45026} 10869 1 +45028 {45027} 11065 1 +45029 {45028} 4100 1 +45030 {45029} 11226 1 +45031 {45030} 10144 1 +45032 {45031} 2657 1 +45033 {45032} 11470 1 +45034 {45033} 8940 1 +45035 {45034} 2839 1 +45036 {45035} 2070 1 +45037 {45036} 2708 1 +45038 {45037} 11361 1 +45039 {45038} 2454 1 +45040 {45039} 15518 1 +45041 {45040} 1653 1 +45042 {45041} 3631 1 +45043 {45042} 2809 1 +45044 {45043} 8947 1 +45045 {45044} 11052 1 +45046 {45045} 2102 1 +45047 {45046} 9778 1 +45048 {45047} 3962 1 +45049 {45048} 2090 1 +45050 {45049} 2498 1 +45051 {45050} 2832 1 +45052 {45051} 2823 1 +45053 {45052} 9947 1 +45054 {45053} 1541 1 +45055 {45054} 7819 1 +45056 {45055} 2504 1 +45057 {45056} 11682 1 +45058 {45057} 11122 1 +45059 {45058} 2625 1 +45060 {45059} 2689 1 +45061 {45060} 10202 1 +45062 {45061} 10008 1 +45063 {45062} 10887 1 +45064 {45063} 9555 1 +45065 {45064} 3534 1 +45066 {45065} 8982 1 +45067 {45066} 3213 1 +45068 {45067} 8474 1 +45069 {45068} 2943 1 +45070 {45069} 10637 1 +45071 {45070} 10884 1 +45072 {45071} 10597 1 +45073 {45072} 8962 1 +45074 {45073} 8776 1 +45075 {45074} 2480 1 +45076 {45075} 7924 1 +45077 {45076} 2590 1 +45078 {45077} 1935 1 +45079 {45078} 2966 1 +45080 {45079} 1538 1 +45081 {45080} 1345 1 +45082 {45081} 2112 1 +45083 {45082} 2978 1 +45084 {45083} 3326 1 +45085 {45084} 9406 1 +45086 {45085} 3203 1 +45087 {45086} 5793 1 +45088 {45087} 2991 1 +45089 {45088} 1274 1 +45090 {45089} 2182 1 +45091 {45090} 10375 1 +45092 {45091} 2942 1 +45093 {45092} 4533 1 +45094 {45093} 1389 1 +45095 {45094} 10208 1 +45096 {45095} 2566 1 +45097 {45096} 3373 1 +45098 {45097} 2927 1 +45099 {45098} 2954 1 +45100 {45099} 14307 1 +45101 {45100} 16396 1 +45102 {45101} 10968 1 +45103 {45102} 2361 1 +45104 {45103} 2537 1 +45105 {45104} 6875 1 +45106 {45105} 10239 1 +45107 {45106} 1871 1 +45108 {45107} 1962 1 +45109 {45108} 9305 1 +45110 {45109} 10900 1 +45111 {45110} 12328 1 +45112 {45111} 10421 1 +45113 {45112} 2563 1 +45114 {45113} 341 1 +45115 {45114} 1518 1 +45116 {45115} 9663 1 +45117 {45116} 2198 1 +45118 {45117} 2565 1 +45119 {45118} 12155 1 +45120 {45119} 9165 1 +45121 {45120} 2090 1 +45122 {45121} 1747 1 +45123 {45122} 9659 1 +45124 {45123} 1441 1 +45125 {45124} 10724 1 +45126 {45125} 1851 1 +45127 {45126} 11763 1 +45128 {45127} 2775 1 +45129 {45128} 6386 1 +45130 {45129} 13505 1 +45131 {45130} 9562 1 +45132 {45131} 2839 1 +45133 {45132} 9467 1 +45134 {45133} 10237 1 +45135 {45134} 11710 1 +45136 {45135} 2227 1 +45137 {45136} 2734 1 +45138 {45137} 1444 1 +45139 {45138} 15726 1 +45140 {45139} 2165 1 +45141 {45140} 9834 1 +45142 {45141} 3107 1 +45143 {45142} 851 1 +45144 {45143} 14392 1 +45145 {45144} 9285 1 +45146 {45145} 6384 1 +45147 {45146} 11168 1 +45148 {45147} 2154 1 +45149 {45148} 9165 1 +45150 {45149} 2135 1 +45151 {45150} 10714 1 +45152 {45151} 9182 1 +45153 {45152} 5181 1 +45154 {45153} 1861 1 +45155 {45154} 5920 1 +45156 {45155} 11395 1 +45157 {45156} 3382 1 +45158 {45157} 2423 1 +45159 {45158} 2356 1 +45160 {45159} 6984 1 +45161 {45160} 10286 1 +45162 {45161} 2130 1 +45163 {45162} 871 1 +45164 {45163} 1205 1 +45165 {45164} 6981 1 +45166 {45165} 2573 1 +45167 {45166} 2055 1 +45168 {45167} 10375 1 +45169 {45168} 2428 1 +45170 {45169} 3333 1 +45171 {45170} 2047 1 +45172 {45171} 3438 1 +45173 {45172} 11523 1 +45174 {45173} 2158 1 +45175 {45174} 10636 1 +45176 {45175} 9975 1 +45177 {45176} 3075 1 +45178 {45177} 9503 1 +45179 {45178} 1482 1 +45180 {45179} 11428 1 +45181 {45180} 2465 1 +45182 {45181} 2167 1 +45183 {45182} 2325 1 +45184 {45183} 2198 1 +45185 {45184} 7426 1 +45186 {45185} 1811 1 +45187 {45186} 1962 1 +45188 {45187} 9412 1 +45189 {45188} 2606 1 +45190 {45189} 10181 1 +45191 {45190} 10530 1 +45192 {45191} 2763 1 +45193 {45192} 2262 1 +45194 {45193} 9537 1 +45195 {45194} 10942 1 +45196 {45195} 1032 1 +45197 {45196} 6175 1 +45198 {45197} 2154 1 +45199 {45198} 2432 1 +45200 {45199} 10585 1 +45201 {45200} 3000 1 +45202 {45201} 10436 1 +45203 {45202} 8049 1 +45204 {45203} 2370 1 +45205 {45204} 3895 1 +45206 {45205} 2669 1 +45207 {45206} 1926 1 +45208 {45207} 5306 1 +45209 {45208} 10641 1 +45210 {45209} 1836 1 +45211 {45210} 11549 1 +45212 {45211} 2527 1 +45213 {45212} 1680 1 +45214 {45213} 11236 1 +45215 {45214} 9518 1 +45216 {45215} 3259 1 +45217 {45216} 2844 1 +45218 {45217} 226 1 +45219 {45218} 2317 1 +45220 {45219} 2756 1 +45221 {45220} 2928 1 +45222 {45221} 10350 1 +45223 {45222} 1541 1 +45224 {45223} 11232 1 +45225 {45224} 14801 1 +45226 {45225} 6784 1 +45227 {45226} 2944 1 +45228 {45227} 10457 1 +45229 {45228} 8432 1 +45230 {45229} 8970 1 +45231 {45230} 3402 1 +45232 {45231} 2433 1 +45233 {45232} 3614 1 +45234 {45233} 10378 1 +45235 {45234} 1656 1 +45236 {45235} 2101 1 +45237 {45236} 9936 1 +45238 {45237} 1507 1 +45239 {45238} 8288 1 +45240 {45239} 1735 1 +45241 {45240} 9786 1 +45242 {45241} 13765 1 +45243 {45242} 2534 1 +45244 {45243} 8369 1 +45245 {45244} 11424 1 +45246 {45245} 1676 1 +45247 {45246} 5460 1 +45248 {45247} 11867 1 +45249 {45248} 3343 1 +45250 {45249} 11855 1 +45251 {45250} 1990 1 +45252 {45251} 2605 1 +45253 {45252} 2128 1 +45254 {45253} 1520 1 +45255 {45254} 12569 1 +45256 {45255} 2270 1 +45257 {45256} 2364 1 +45258 {45257} 11678 1 +45259 {45258} 2537 1 +45260 {45259} 2218 1 +45261 {45260} 6632 1 +45262 {45261} 11668 1 +45263 {45262} 1848 1 +45264 {45263} 5832 1 +45265 {45264} 1130 1 +45266 {45265} 1546 1 +45267 {45266} 2468 1 +45268 {45267} 7019 1 +45269 {45268} 9233 1 +45270 {45269} 10109 1 +45271 {45270} 2844 1 +45272 {45271} 11588 1 +45273 {45272} 3398 1 +45274 {45273} 937 1 +45275 {45274} 9992 1 +45276 {45275} 2178 1 +45277 {45276} 6665 1 +45278 {45277} 11653 1 +45279 {45278} 9795 1 +45280 {45279} 10425 1 +45281 {45280} 2501 1 +45282 {45281} 2574 1 +45283 {45282} 2161 1 +45284 {45283} 7470 1 +45285 {45284} 9718 1 +45286 {45285} 10103 1 +45287 {45286} 2810 1 +45288 {45287} 11417 1 +45289 {45288} 1111 1 +45290 {45289} 10730 1 +45291 {45290} 1410 1 +45292 {45291} 3204 1 +45293 {45292} 1305 1 +45294 {45293} 3774 1 +45295 {45294} 3786 1 +45296 {45295} 9743 1 +45297 {45296} 2930 1 +45298 {45297} 10267 1 +45299 {45298} 2403 1 +45300 {45299} 1580 1 +45301 {45300} 8205 1 +45302 {45301} 9810 1 +45303 {45302} 11853 1 +45304 {45303} 2069 1 +45305 {45304} 2244 1 +45306 {45305} 1277 1 +45307 {45306} 2738 1 +45308 {45307} 3300 1 +45309 {45308} 13345 1 +45310 {45309} 7613 1 +45311 {45310} 10375 1 +45312 {45311} 1273 1 +45313 {45312} 2854 1 +45314 {45313} 9736 1 +45315 {45314} 8559 1 +45316 {45315} 11918 1 +45317 {45316} 1361 1 +45318 {45317} 3270 1 +45319 {45318} 11164 1 +45320 {45319} 2392 1 +45321 {45320} 2095 1 +45322 {45321} 11459 1 +45323 {45322} 11399 1 +45324 {45323} 5127 1 +45325 {45324} 11098 1 +45326 {45325} 2499 1 +45327 {45326} 2689 1 +45328 {45327} 2536 1 +45329 {45328} 2441 1 +45330 {45329} 1802 1 +45331 {45330} 3217 1 +45332 {45331} 2634 1 +45333 {45332} 2363 1 +45334 {45333} 11802 1 +45335 {45334} 11144 1 +45336 {45335} 2429 1 +45337 {45336} 2359 1 +45338 {45337} 2231 1 +45339 {45338} 11428 1 +45340 {45339} 9481 1 +45341 {45340} 10375 1 +45342 {45341} 6712 1 +45343 {45342} 3212 1 +45344 {45343} 12078 1 +45345 {45344} 11514 1 +45346 {45345} 1350 1 +45347 {45346} 1393 1 +45348 {45347} 9976 1 +45349 {45348} 9289 1 +45350 {45349} 10813 1 +45351 {45350} 3402 1 +45352 {45351} 2597 1 +45353 {45352} 2133 1 +45354 {45353} 12084 1 +45355 {45354} 2642 1 +45356 {45355} 2078 1 +45357 {45356} 10938 1 +45358 {45357} 7616 1 +45359 {45358} 10989 1 +45360 {45359} 2674 1 +45361 {45360} 2024 1 +45362 {45361} 9950 1 +45363 {45362} 3528 1 +45364 {45363} 10597 1 +45365 {45364} 15601 1 +45366 {45365} 4116 1 +45367 {45366} 10416 1 +45368 {45367} 11216 1 +45369 {45368} 2446 1 +45370 {45369} 14852 1 +45371 {45370} 3341 1 +45372 {45371} 9811 1 +45373 {45372} 2070 1 +45374 {45373} 1101 1 +45375 {45374} 1884 1 +45376 {45375} 10455 1 +45377 {45376} 10286 1 +45378 {45377} 11991 1 +45379 {45378} 2466 1 +45380 {45379} 2501 1 +45381 {45380} 1674 1 +45382 {45381} 1852 1 +45383 {45382} 8772 1 +45384 {45383} 9330 1 +45385 {45384} 11784 1 +45386 {45385} 2654 1 +45387 {45386} 1921 1 +45388 {45387} 10388 1 +45389 {45388} 15653 1 +45390 {45389} 4625 1 +45391 {45390} 11225 1 +45392 {45391} 14461 1 +45393 {45392} 2633 1 +45394 {45393} 774 1 +45395 {45394} 537 1 +45396 {45395} 10956 1 +45397 {45396} 12208 1 +45398 {45397} 2496 1 +45399 {45398} 978 1 +45400 {45399} 2672 1 +45401 {45400} 1033 1 +45402 {45401} 2087 1 +45403 {45402} 10432 1 +45404 {45403} 1436 1 +45405 {45404} 3076 1 +45406 {45405} 10671 1 +45407 {45406} 10161 1 +45408 {45407} 1886 1 +45409 {45408} 1066 1 +45410 {45409} 11588 1 +45411 {45410} 9699 1 +45412 {45411} 2148 1 +45413 {45412} 2898 1 +45414 {45413} 3335 1 +45415 {45414} 14866 1 +45416 {45415} 3814 1 +45417 {45416} 2037 1 +45418 {45417} 1918 1 +45419 {45418} 2691 1 +45420 {45419} 2939 1 +45421 {45420} 1680 1 +45422 {45421} 2023 1 +45423 {45422} 3575 1 +45424 {45423} 11407 1 +45425 {45424} 3980 1 +45426 {45425} 9171 1 +45427 {45426} 4567 1 +45428 {45427} 1486 1 +45429 {45428} 2215 1 +45430 {45429} 2639 1 +45431 {45430} 8515 1 +45432 {45431} 5283 1 +45433 {45432} 2428 1 +45434 {45433} 2568 1 +45435 {45434} 2360 1 +45436 {45435} 9570 1 +45437 {45436} 11828 1 +45438 {45437} 3174 1 +45439 {45438} 2119 1 +45440 {45439} 11277 1 +45441 {45440} 10425 1 +45442 {45441} 2865 1 +45443 {45442} 10620 1 +45444 {45443} 10467 1 +45445 {45444} 2803 1 +45446 {45445} 3454 1 +45447 {45446} 11223 1 +45448 {45447} 1700 1 +45449 {45448} 1070 1 +45450 {45449} 159 1 +45451 {45450} 7526 1 +45452 {45451} 8266 1 +45453 {45452} 1884 1 +45454 {45453} 15291 1 +45455 {45454} 10706 1 +45456 {45455} 10834 1 +45457 {45456} 7248 1 +45458 {45457} 9355 1 +45459 {45458} 2042 1 +45460 {45459} 1332 1 +45461 {45460} 2099 1 +45462 {45461} 11179 1 +45463 {45462} 12058 1 +45464 {45463} 10034 1 +45465 {45464} 700 1 +45466 {45465} 16383 1 +45467 {45466} 9548 1 +45468 {45467} 12249 1 +45469 {45468} 2587 1 +45470 {45469} 2386 1 +45471 {45470} 1118 1 +45472 {45471} 10261 1 +45473 {45472} 2497 1 +45474 {45473} 2972 1 +45475 {45474} 7297 1 +45476 {45475} 2530 1 +45477 {45476} 2261 1 +45478 {45477} 11020 1 +45479 {45478} 10751 1 +45480 {45479} 1775 1 +45481 {45480} 10054 1 +45482 {45481} 9766 1 +45483 {45482} 3508 1 +45484 {45483} 2018 1 +45485 {45484} 10874 1 +45486 {45485} 9560 1 +45487 {45486} 3462 1 +45488 {45487} 10627 1 +45489 {45488} 2537 1 +45490 {45489} 12620 1 +45491 {45490} 9487 1 +45492 {45491} 12629 1 +45493 {45492} 10430 1 +45494 {45493} 8234 1 +45495 {45494} 11015 1 +45496 {45495} 10593 1 +45497 {45496} 2083 1 +45498 {45497} 10293 1 +45499 {45498} 9813 1 +45500 {45499} 3143 1 +45501 {45500} 8375 1 +45502 {45501} 12139 1 +45503 {45502} 12051 1 +45504 {45503} 1951 1 +45505 {45504} 1585 1 +45506 {45505} 12933 1 +45507 {45506} 2740 1 +45508 {45507} 9904 1 +45509 {45508} 9706 1 +45510 {45509} 9079 1 +45511 {45510} 3208 1 +45512 {45511} 1752 1 +45513 {45512} 2939 1 +45514 {45513} 3347 1 +45515 {45514} 9950 1 +45516 {45515} 2934 1 +45517 {45516} 2850 1 +45518 {45517} 2429 1 +45519 {45518} 11286 1 +45520 {45519} 2660 1 +45521 {45520} 1959 1 +45522 {45521} 16488 1 +45523 {45522} 1769 1 +45524 {45523} 16058 1 +45525 {45524} 2951 1 +45526 {45525} 2803 1 +45527 {45526} 11233 1 +45528 {45527} 7328 1 +45529 {45528} 1413 1 +45530 {45529} 14957 1 +45531 {45530} 966 1 +45532 {45531} 2164 1 +45533 {45532} 2432 1 +45534 {45533} 11890 1 +45535 {45534} 15310 1 +45536 {45535} 1031 1 +45537 {45536} 9370 1 +45538 {45537} 873 1 +45539 {45538} 10142 1 +45540 {45539} 10905 1 +45541 {45540} 14318 1 +45542 {45541} 2327 1 +45543 {45542} 16210 1 +45544 {45543} 9899 1 +45545 {45544} 10496 1 +45546 {45545} 2527 1 +45547 {45546} 2706 1 +45548 {45547} 857 1 +45549 {45548} 2421 1 +45550 {45549} 9468 1 +45551 {45550} 10923 1 +45552 {45551} 1090 1 +45553 {45552} 1752 1 +45554 {45553} 2604 1 +45555 {45554} 9255 1 +45556 {45555} 2350 1 +45557 {45556} 1088 1 +45558 {45557} 808 1 +45559 {45558} 3011 1 +45560 {45559} 2603 1 +45561 {45560} 10286 1 +45562 {45561} 10078 1 +45563 {45562} 1949 1 +45564 {45563} 9743 1 +45565 {45564} 2939 1 +45566 {45565} 3312 1 +45567 {45566} 10627 1 +45568 {45567} 11939 1 +45569 {45568} 1673 1 +45570 {45569} 2584 1 +45571 {45570} 2373 1 +45572 {45571} 1931 1 +45573 {45572} 11785 1 +45574 {45573} 1426 1 +45575 {45574} 2403 1 +45576 {45575} 12932 1 +45577 {45576} 10011 1 +45578 {45577} 16226 1 +45579 {45578} 10396 1 +45580 {45579} 2133 1 +45581 {45580} 10757 1 +45582 {45581} 11393 1 +45583 {45582} 9765 1 +45584 {45583} 5437 1 +45585 {45584} 10668 1 +45586 {45585} 16250 1 +45587 {45586} 9948 1 +45588 {45587} 12402 1 +45589 {45588} 9764 1 +45590 {45589} 11260 1 +45591 {45590} 9474 1 +45592 {45591} 11634 1 +45593 {45592} 9836 1 +45594 {45593} 1951 1 +45595 {45594} 3028 1 +45596 {45595} 11123 1 +45597 {45596} 1479 1 +45598 {45597} 1584 1 +45599 {45598} 11836 1 +45600 {45599} 2627 1 +45601 {45600} 1993 1 +45602 {45601} 2094 1 +45603 {45602} 11474 1 +45604 {45603} 1065 1 +45605 {45604} 7286 1 +45606 {45605} 2225 1 +45607 {45606} 15650 1 +45608 {45607} 2194 1 +45609 {45608} 2424 1 +45610 {45609} 10653 1 +45611 {45610} 3042 1 +45612 {45611} 11019 1 +45613 {45612} 2910 1 +45614 {45613} 9488 1 +45615 {45614} 11798 1 +45616 {45615} 9687 1 +45617 {45616} 2465 1 +45618 {45617} 2602 1 +45619 {45618} 10268 1 +45620 {45619} 12900 1 +45621 {45620} 7146 1 +45622 {45621} 10290 1 +45623 {45622} 10620 1 +45624 {45623} 2261 1 +45625 {45624} 10735 1 +45626 {45625} 2803 1 +45627 {45626} 9951 1 +45628 {45627} 10086 1 +45629 {45628} 2096 1 +45630 {45629} 12554 1 +45631 {45630} 3036 1 +45632 {45631} 2256 1 +45633 {45632} 9269 1 +45634 {45633} 11113 1 +45635 {45634} 9990 1 +45636 {45635} 1051 1 +45637 {45636} 2182 1 +45638 {45637} 2304 1 +45639 {45638} 10508 1 +45640 {45639} 9812 1 +45641 {45640} 1266 1 +45642 {45641} 2069 1 +45643 {45642} 11307 1 +45644 {45643} 10590 1 +45645 {45644} 5390 1 +45646 {45645} 1782 1 +45647 {45646} 3377 1 +45648 {45647} 1341 1 +45649 {45648} 1037 1 +45650 {45649} 3248 1 +45651 {45650} 4093 1 +45652 {45651} 1380 1 +45653 {45652} 2126 1 +45654 {45653} 11246 1 +45655 {45654} 9516 1 +45656 {45655} 2364 1 +45657 {45656} 2151 1 +45658 {45657} 2640 1 +45659 {45658} 13196 1 +45660 {45659} 1646 1 +45661 {45660} 1397 1 +45662 {45661} 1410 1 +45663 {45662} 2245 1 +45664 {45663} 2539 1 +45665 {45664} 2504 1 +45666 {45665} 2776 1 +45667 {45666} 9888 1 +45668 {45667} 2604 1 +45669 {45668} 1716 1 +45670 {45669} 8442 1 +45671 {45670} 11133 1 +45672 {45671} 2565 1 +45673 {45672} 3909 1 +45674 {45673} 5298 1 +45675 {45674} 11659 1 +45676 {45675} 13324 1 +45677 {45676} 2498 1 +45678 {45677} 8150 1 +45679 {45678} 10835 1 +45680 {45679} 847 1 +45681 {45680} 1579 1 +45682 {45681} 14669 1 +45683 {45682} 1186 1 +45684 {45683} 873 1 +45685 {45684} 634 1 +45686 {45685} 9665 1 +45687 {45686} 15119 1 +45688 {45687} 11523 1 +45689 {45688} 14995 1 +45690 {45689} 9034 1 +45691 {45690} 1753 1 +45692 {45691} 2335 1 +45693 {45692} 3248 1 +45694 {45693} 2295 1 +45695 {45694} 941 1 +45696 {45695} 1651 1 +45697 {45696} 9781 1 +45698 {45697} 10719 1 +45699 {45698} 10938 1 +45700 {45699} 1959 1 +45701 {45700} 2190 1 +45702 {45701} 1980 1 +45703 {45702} 2493 1 +45704 {45703} 2769 1 +45705 {45704} 9986 1 +45706 {45705} 2290 1 +45707 {45706} 9264 1 +45708 {45707} 1159 1 +45709 {45708} 2764 1 +45710 {45709} 10747 1 +45711 {45710} 2197 1 +45712 {45711} 12572 1 +45713 {45712} 1657 1 +45714 {45713} 1881 1 +45715 {45714} 2275 1 +45716 {45715} 1264 1 +45717 {45716} 9428 1 +45718 {45717} 10123 1 +45719 {45718} 1997 1 +45720 {45719} 2406 1 +45721 {45720} 1962 1 +45722 {45721} 2998 1 +45723 {45722} 8095 1 +45724 {45723} 2464 1 +45725 {45724} 1714 1 +45726 {45725} 1334 1 +45727 {45726} 10321 1 +45728 {45727} 10511 1 +45729 {45728} 11154 1 +45730 {45729} 9550 1 +45731 {45730} 2933 1 +45732 {45731} 2263 1 +45733 {45732} 9810 1 +45734 {45733} 3563 1 +45735 {45734} 2269 1 +45736 {45735} 2042 1 +45737 {45736} 5644 1 +45738 {45737} 2531 1 +45739 {45738} 2619 1 +45740 {45739} 9848 1 +45741 {45740} 10796 1 +45742 {45741} 2696 1 +45743 {45742} 9848 1 +45744 {45743} 1850 1 +45745 {45744} 10674 1 +45746 {45745} 2302 1 +45747 {45746} 2962 1 +45748 {45747} 1981 1 +45749 {45748} 1636 1 +45750 {45749} 10626 1 +45751 {45750} 10713 1 +45752 {45751} 2908 1 +45753 {45752} 12655 1 +45754 {45753} 2901 1 +45755 {45754} 11372 1 +45756 {45755} 10680 1 +45757 {45756} 8712 1 +45758 {45757} 3808 1 +45759 {45758} 10140 1 +45760 {45759} 2596 1 +45761 {45760} 2658 1 +45762 {45761} 1752 1 +45763 {45762} 8550 1 +45764 {45763} 2975 1 +45765 {45764} 9364 1 +45766 {45765} 1791 1 +45767 {45766} 2266 1 +45768 {45767} 2927 1 +45769 {45768} 3835 1 +45770 {45769} 2908 1 +45771 {45770} 12736 1 +45772 {45771} 8450 1 +45773 {45772} 10500 1 +45774 {45773} 3394 1 +45775 {45774} 11019 1 +45776 {45775} 2568 1 +45777 {45776} 11892 1 +45778 {45777} 3039 1 +45779 {45778} 2366 1 +45780 {45779} 11098 1 +45781 {45780} 1223 1 +45782 {45781} 2936 1 +45783 {45782} 2518 1 +45784 {45783} 10363 1 +45785 {45784} 11298 1 +45786 {45785} 3232 1 +45787 {45786} 10669 1 +45788 {45787} 11544 1 +45789 {45788} 10905 1 +45790 {45789} 9571 1 +45791 {45790} 10892 1 +45792 {45791} 11670 1 +45793 {45792} 10804 1 +45794 {45793} 2775 1 +45795 {45794} 7875 1 +45796 {45795} 11201 1 +45797 {45796} 11908 1 +45798 {45797} 10109 1 +45799 {45798} 11573 1 +45800 {45799} 6081 1 +45801 {45800} 13875 1 +45802 {45801} 7414 1 +45803 {45802} 9200 1 +45804 {45803} 2064 1 +45805 {45804} 11475 1 +45806 {45805} 6771 1 +45807 {45806} 1552 1 +45808 {45807} 3135 1 +45809 {45808} 14046 1 +45810 {45809} 9398 1 +45811 {45810} 16334 1 +45812 {45811} 2190 1 +45813 {45812} 10286 1 +45814 {45813} 8055 1 +45815 {45814} 10340 1 +45816 {45815} 2671 1 +45817 {45816} 2677 1 +45818 {45817} 2369 1 +45819 {45818} 10316 1 +45820 {45819} 10509 1 +45821 {45820} 10412 1 +45822 {45821} 2718 1 +45823 {45822} 9721 1 +45824 {45823} 3252 1 +45825 {45824} 2060 1 +45826 {45825} 11307 1 +45827 {45826} 2050 1 +45828 {45827} 7839 1 +45829 {45828} 10479 1 +45830 {45829} 9155 1 +45831 {45830} 2392 1 +45832 {45831} 10261 1 +45833 {45832} 1735 1 +45834 {45833} 2269 1 +45835 {45834} 2441 1 +45836 {45835} 2194 1 +45837 {45836} 11785 1 +45838 {45837} 2195 1 +45839 {45838} 7880 1 +45840 {45839} 2266 1 +45841 {45840} 3091 1 +45842 {45841} 10828 1 +45843 {45842} 14561 1 +45844 {45843} 2304 1 +45845 {45844} 10527 1 +45846 {45845} 930 1 +45847 {45846} 10525 1 +45848 {45847} 1893 1 +45849 {45848} 9599 1 +45850 {45849} 12732 1 +45851 {45850} 4559 1 +45852 {45851} 2444 1 +45853 {45852} 9753 1 +45854 {45853} 11449 1 +45855 {45854} 11273 1 +45856 {45855} 2228 1 +45857 {45856} 12147 1 +45858 {45857} 15502 1 +45859 {45858} 10552 1 +45860 {45859} 3514 1 +45861 {45860} 9369 1 +45862 {45861} 2102 1 +45863 {45862} 2901 1 +45864 {45863} 3218 1 +45865 {45864} 8342 1 +45866 {45865} 2602 1 +45867 {45866} 2926 1 +45868 {45867} 9976 1 +45869 {45868} 1601 1 +45870 {45869} 9975 1 +45871 {45870} 1426 1 +45872 {45871} 8889 1 +45873 {45872} 9022 1 +45874 {45873} 11205 1 +45875 {45874} 9891 1 +45876 {45875} 12709 1 +45877 {45876} 10431 1 +45878 {45877} 2886 1 +45879 {45878} 1805 1 +45880 {45879} 15376 1 +45881 {45880} 2839 1 +45882 {45881} 2303 1 +45883 {45882} 2805 1 +45884 {45883} 7804 1 +45885 {45884} 608 1 +45886 {45885} 2227 1 +45887 {45886} 2605 1 +45888 {45887} 2343 1 +45889 {45888} 3554 1 +45890 {45889} 1846 1 +45891 {45890} 8637 1 +45892 {45891} 8270 1 +45893 {45892} 10121 1 +45894 {45893} 10105 1 +45895 {45894} 10761 1 +45896 {45895} 1311 1 +45897 {45896} 2433 1 +45898 {45897} 2654 1 +45899 {45898} 11019 1 +45900 {45899} 3454 1 +45901 {45900} 16194 1 +45902 {45901} 2843 1 +45903 {45902} 1309 1 +45904 {45903} 2701 1 +45905 {45904} 9921 1 +45906 {45905} 1581 1 +45907 {45906} 1678 1 +45908 {45907} 1672 1 +45909 {45908} 6004 1 +45910 {45909} 3706 1 +45911 {45910} 8574 1 +45912 {45911} 10637 1 +45913 {45912} 9936 1 +45914 {45913} 2625 1 +45915 {45914} 1618 1 +45916 {45915} 11853 1 +45917 {45916} 2502 1 +45918 {45917} 2680 1 +45919 {45918} 1992 1 +45920 {45919} 2192 1 +45921 {45920} 8552 1 +45922 {45921} 2742 1 +45923 {45922} 11084 1 +45924 {45923} 1881 1 +45925 {45924} 16567 1 +45926 {45925} 2469 1 +45927 {45926} 8496 1 +45928 {45927} 1543 1 +45929 {45928} 2497 1 +45930 {45929} 2331 1 +45931 {45930} 10052 1 +45932 {45931} 6818 1 +45933 {45932} 13529 1 +45934 {45933} 12443 1 +45935 {45934} 10892 1 +45936 {45935} 10690 1 +45937 {45936} 1988 1 +45938 {45937} 14092 1 +45939 {45938} 11254 1 +45940 {45939} 2726 1 +45941 {45940} 2434 1 +45942 {45941} 2429 1 +45943 {45942} 10360 1 +45944 {45943} 14925 1 +45945 {45944} 1913 1 +45946 {45945} 1083 1 +45947 {45946} 2060 1 +45948 {45947} 2496 1 +45949 {45948} 9951 1 +45950 {45949} 1273 1 +45951 {45950} 11522 1 +45952 {45951} 1582 1 +45953 {45952} 4630 1 +45954 {45953} 10112 1 +45955 {45954} 9613 1 +45956 {45955} 5499 1 +45957 {45956} 1842 1 +45958 {45957} 10987 1 +45959 {45958} 2532 1 +45960 {45959} 1496 1 +45961 {45960} 9954 1 +45962 {45961} 16368 1 +45963 {45962} 2809 1 +45964 {45963} 1748 1 +45965 {45964} 3214 1 +45966 {45965} 11041 1 +45967 {45966} 9608 1 +45968 {45967} 2368 1 +45969 {45968} 1894 1 +45970 {45969} 2194 1 +45971 {45970} 10031 1 +45972 {45971} 2741 1 +45973 {45972} 2187 1 +45974 {45973} 7727 1 +45975 {45974} 16563 1 +45976 {45975} 1816 1 +45977 {45976} 3076 1 +45978 {45977} 2663 1 +45979 {45978} 2433 1 +45980 {45979} 12234 1 +45981 {45980} 1580 1 +45982 {45981} 10163 1 +45983 {45982} 12123 1 +45984 {45983} 1992 1 +45985 {45984} 3216 1 +45986 {45985} 2697 1 +45987 {45986} 10932 1 +45988 {45987} 2300 1 +45989 {45988} 1597 1 +45990 {45989} 9568 1 +45991 {45990} 2258 1 +45992 {45991} 10344 1 +45993 {45992} 12310 1 +45994 {45993} 1350 1 +45995 {45994} 2606 1 +45996 {45995} 1716 1 +45997 {45996} 11399 1 +45998 {45997} 2394 1 +45999 {45998} 1807 1 +46000 {45999} 993 1 +46001 {46000} 13813 1 +46002 {46001} 16459 1 +46003 {46002} 2806 1 +46004 {46003} 1957 1 +46005 {46004} 2991 1 +46006 {46005} 12632 1 +46007 {46006} 2771 1 +46008 {46007} 1770 1 +46009 {46008} 10986 1 +46010 {46009} 2600 1 +46011 {46010} 14290 1 +46012 {46011} 725 1 +46013 {46012} 10366 1 +46014 {46013} 2265 1 +46015 {46014} 2335 1 +46016 {46015} 2669 1 +46017 {46016} 11396 1 +46018 {46017} 2976 1 +46019 {46018} 11599 1 +46020 {46019} 10246 1 +46021 {46020} 11721 1 +46022 {46021} 11771 1 +46023 {46022} 9122 1 +46024 {46023} 3573 1 +46025 {46024} 7949 1 +46026 {46025} 1959 1 +46027 {46026} 1047 1 +46028 {46027} 11169 1 +46029 {46028} 1722 1 +46030 {46029} 2520 1 +46031 {46030} 2590 1 +46032 {46031} 1939 1 +46033 {46032} 3179 1 +46034 {46033} 2839 1 +46035 {46034} 2092 1 +46036 {46035} 11196 1 +46037 {46036} 1179 1 +46038 {46037} 2499 1 +46039 {46038} 2261 1 +46040 {46039} 10646 1 +46041 {46040} 2779 1 +46042 {46041} 1871 1 +46043 {46042} 2974 1 +46044 {46043} 2414 1 +46045 {46044} 13939 1 +46046 {46045} 1004 1 +46047 {46046} 2703 1 +46048 {46047} 1873 1 +46049 {46048} 2120 1 +46050 {46049} 3812 1 +46051 {46050} 11488 1 +46052 {46051} 2096 1 +46053 {46052} 10419 1 +46054 {46053} 11121 1 +46055 {46054} 2739 1 +46056 {46055} 9946 1 +46057 {46056} 9178 1 +46058 {46057} 9585 1 +46059 {46058} 2276 1 +46060 {46059} 2790 1 +46061 {46060} 1855 1 +46062 {46061} 2498 1 +46063 {46062} 8883 1 +46064 {46063} 7483 1 +46065 {46064} 9499 1 +46066 {46065} 10576 1 +46067 {46066} 9816 1 +46068 {46067} 11550 1 +46069 {46068} 10783 1 +46070 {46069} 12823 1 +46071 {46070} 9718 1 +46072 {46071} 1201 1 +46073 {46072} 2331 1 +46074 {46073} 5605 1 +46075 {46074} 10900 1 +46076 {46075} 11586 1 +46077 {46076} 2906 1 +46078 {46077} 5770 1 +46079 {46078} 9776 1 +46080 {46079} 10070 1 +46081 {46080} 3052 1 +46082 {46081} 7768 1 +46083 {46082} 2160 1 +46084 {46083} 3276 1 +46085 {46084} 10903 1 +46086 {46085} 6751 1 +46087 {46086} 1713 1 +46088 {46087} 10472 1 +46089 {46088} 11066 1 +46090 {46089} 2867 1 +46091 {46090} 11515 1 +46092 {46091} 2024 1 +46093 {46092} 9595 1 +46094 {46093} 6610 1 +46095 {46094} 1720 1 +46096 {46095} 2508 1 +46097 {46096} 1320 1 +46098 {46097} 12873 1 +46099 {46098} 8874 1 +46100 {46099} 9725 1 +46101 {46100} 2870 1 +46102 {46101} 9526 1 +46103 {46102} 9863 1 +46104 {46103} 2423 1 +46105 {46104} 2621 1 +46106 {46105} 1552 1 +46107 {46106} 11466 1 +46108 {46107} 12768 1 +46109 {46108} 2308 1 +46110 {46109} 2844 1 +46111 {46110} 1824 1 +46112 {46111} 3800 1 +46113 {46112} 11325 1 +46114 {46113} 14909 1 +46115 {46114} 10516 1 +46116 {46115} 1331 1 +46117 {46116} 3068 1 +46118 {46117} 11826 1 +46119 {46118} 10268 1 +46120 {46119} 1131 1 +46121 {46120} 12019 1 +46122 {46121} 1411 1 +46123 {46122} 7994 1 +46124 {46123} 1068 1 +46125 {46124} 13382 1 +46126 {46125} 1597 1 +46127 {46126} 2430 1 +46128 {46127} 2590 1 +46129 {46128} 9230 1 +46130 {46129} 8773 1 +46131 {46130} 2155 1 +46132 {46131} 1099 1 +46133 {46132} 10258 1 +46134 {46133} 14018 1 +46135 {46134} 11181 1 +46136 {46135} 2196 1 +46137 {46136} 2444 1 +46138 {46137} 10063 1 +46139 {46138} 32 1 +46140 {46139} 11268 1 +46141 {46140} 3248 1 +46142 {46141} 1720 1 +46143 {46142} 1407 1 +46144 {46143} 8224 1 +46145 {46144} 11118 1 +46146 {46145} 1771 1 +46147 {46146} 2090 1 +46148 {46147} 9167 1 +46149 {46148} 9663 1 +46150 {46149} 10244 1 +46151 {46150} 11760 1 +46152 {46151} 2582 1 +46153 {46152} 2764 1 +46154 {46153} 3043 1 +46155 {46154} 12780 1 +46156 {46155} 2685 1 +46157 {46156} 1509 1 +46158 {46157} 2797 1 +46159 {46158} 9247 1 +46160 {46159} 11709 1 +46161 {46160} 297 1 +46162 {46161} 3203 1 +46163 {46162} 16549 1 +46164 {46163} 10514 1 +46165 {46164} 9826 1 +46166 {46165} 11284 1 +46167 {46166} 10053 1 +46168 {46167} 10960 1 +46169 {46168} 9826 1 +46170 {46169} 8588 1 +46171 {46170} 5019 1 +46172 {46171} 2694 1 +46173 {46172} 1951 1 +46174 {46173} 9525 1 +46175 {46174} 1325 1 +46176 {46175} 9544 1 +46177 {46176} 2502 1 +46178 {46177} 8617 1 +46179 {46178} 11060 1 +46180 {46179} 9135 1 +46181 {46180} 2195 1 +46182 {46181} 11248 1 +46183 {46182} 10642 1 +46184 {46183} 10719 1 +46185 {46184} 2562 1 +46186 {46185} 2194 1 +46187 {46186} 1707 1 +46188 {46187} 10208 1 +46189 {46188} 1515 1 +46190 {46189} 1308 1 +46191 {46190} 11424 1 +46192 {46191} 10783 1 +46193 {46192} 10938 1 +46194 {46193} 10427 1 +46195 {46194} 707 1 +46196 {46195} 2022 1 +46197 {46196} 10436 1 +46198 {46197} 3075 1 +46199 {46198} 2497 1 +46200 {46199} 8831 1 +46201 {46200} 1807 1 +46202 {46201} 9205 1 +46203 {46202} 2293 1 +46204 {46203} 11078 1 +46205 {46204} 1386 1 +46206 {46205} 2532 1 +46207 {46206} 3164 1 +46208 {46207} 2534 1 +46209 {46208} 1988 1 +46210 {46209} 11748 1 +46211 {46210} 2394 1 +46212 {46211} 10946 1 +46213 {46212} 2030 1 +46214 {46213} 11374 1 +46215 {46214} 2601 1 +46216 {46215} 10311 1 +46217 {46216} 2296 1 +46218 {46217} 4056 1 +46219 {46218} 9670 1 +46220 {46219} 2516 1 +46221 {46220} 2256 1 +46222 {46221} 3141 1 +46223 {46222} 13725 1 +46224 {46223} 9720 1 +46225 {46224} 10885 1 +46226 {46225} 9323 1 +46227 {46226} 4061 1 +46228 {46227} 2063 1 +46229 {46228} 3026 1 +46230 {46229} 3278 1 +46231 {46230} 11082 1 +46232 {46231} 12379 1 +46233 {46232} 2800 1 +46234 {46233} 10769 1 +46235 {46234} 2371 1 +46236 {46235} 2242 1 +46237 {46236} 2425 1 +46238 {46237} 1922 1 +46239 {46238} 4124 1 +46240 {46239} 11024 1 +46241 {46240} 11366 1 +46242 {46241} 2156 1 +46243 {46242} 10773 1 +46244 {46243} 9158 1 +46245 {46244} 2058 1 +46246 {46245} 9138 1 +46247 {46246} 11008 1 +46248 {46247} 9562 1 +46249 {46248} 2553 1 +46250 {46249} 1246 1 +46251 {46250} 2590 1 +46252 {46251} 7326 1 +46253 {46252} 1088 1 +46254 {46253} 12825 1 +46255 {46254} 12539 1 +46256 {46255} 4732 1 +46257 {46256} 1784 1 +46258 {46257} 3023 1 +46259 {46258} 1679 1 +46260 {46259} 1992 1 +46261 {46260} 1753 1 +46262 {46261} 9770 1 +46263 {46262} 10744 1 +46264 {46263} 10084 1 +46265 {46264} 2400 1 +46266 {46265} 10641 1 +46267 {46266} 9111 1 +46268 {46267} 11337 1 +46269 {46268} 2776 1 +46270 {46269} 7239 1 +46271 {46270} 9961 1 +46272 {46271} 3398 1 +46273 {46272} 3510 1 +46274 {46273} 9436 1 +46275 {46274} 2434 1 +46276 {46275} 3000 1 +46277 {46276} 11455 1 +46278 {46277} 1438 1 +46279 {46278} 11092 1 +46280 {46279} 1064 1 +46281 {46280} 2930 1 +46282 {46281} 5549 1 +46283 {46282} 11693 1 +46284 {46283} 1647 1 +46285 {46284} 1448 1 +46286 {46285} 3599 1 +46287 {46286} 3229 1 +46288 {46287} 10554 1 +46289 {46288} 2220 1 +46290 {46289} 2158 1 +46291 {46290} 9736 1 +46292 {46291} 10045 1 +46293 {46292} 9548 1 +46294 {46293} 1026 1 +46295 {46294} 3920 1 +46296 {46295} 2090 1 +46297 {46296} 2430 1 +46298 {46297} 2444 1 +46299 {46298} 2234 1 +46300 {46299} 508 1 +46301 {46300} 3415 1 +46302 {46301} 11644 1 +46303 {46302} 6456 1 +46304 {46303} 3446 1 +46305 {46304} 11959 1 +46306 {46305} 14724 1 +46307 {46306} 6317 1 +46308 {46307} 1962 1 +46309 {46308} 12709 1 +46310 {46309} 9723 1 +46311 {46310} 1055 1 +46312 {46311} 2129 1 +46313 {46312} 15163 1 +46314 {46313} 1508 1 +46315 {46314} 2308 1 +46316 {46315} 1958 1 +46317 {46316} 10134 1 +46318 {46317} 1164 1 +46319 {46318} 2336 1 +46320 {46319} 4052 1 +46321 {46320} 3105 1 +46322 {46321} 10239 1 +46323 {46322} 10809 1 +46324 {46323} 11582 1 +46325 {46324} 2080 1 +46326 {46325} 4108 1 +46327 {46326} 3017 1 +46328 {46327} 2023 1 +46329 {46328} 5230 1 +46330 {46329} 2425 1 +46331 {46330} 10532 1 +46332 {46331} 1568 1 +46333 {46332} 3328 1 +46334 {46333} 2806 1 +46335 {46334} 14765 1 +46336 {46335} 7231 1 +46337 {46336} 2425 1 +46338 {46337} 3301 1 +46339 {46338} 11496 1 +46340 {46339} 2660 1 +46341 {46340} 11580 1 +46342 {46341} 2064 1 +46343 {46342} 2367 1 +46344 {46343} 8385 1 +46345 {46344} 1472 1 +46346 {46345} 1896 1 +46347 {46346} 12599 1 +46348 {46347} 1753 1 +46349 {46348} 11820 1 +46350 {46349} 1488 1 +46351 {46350} 3420 1 +46352 {46351} 11568 1 +46353 {46352} 9720 1 +46354 {46353} 11693 1 +46355 {46354} 2531 1 +46356 {46355} 1848 1 +46357 {46356} 2862 1 +46358 {46357} 2939 1 +46359 {46358} 12752 1 +46360 {46359} 10208 1 +46361 {46360} 2576 1 +46362 {46361} 1493 1 +46363 {46362} 11644 1 +46364 {46363} 9313 1 +46365 {46364} 15383 1 +46366 {46365} 2548 1 +46367 {46366} 3007 1 +46368 {46367} 2069 1 +46369 {46368} 12065 1 +46370 {46369} 2414 1 +46371 {46370} 2292 1 +46372 {46371} 15755 1 +46373 {46372} 15581 1 +46374 {46373} 10536 1 +46375 {46374} 1950 1 +46376 {46375} 2228 1 +46377 {46376} 3274 1 +46378 {46377} 3349 1 +46379 {46378} 10742 1 +46380 {46379} 9546 1 +46381 {46380} 2926 1 +46382 {46381} 2326 1 +46383 {46382} 2531 1 +46384 {46383} 1583 1 +46385 {46384} 3027 1 +46386 {46385} 14992 1 +46387 {46386} 2907 1 +46388 {46387} 6637 1 +46389 {46388} 1971 1 +46390 {46389} 2193 1 +46391 {46390} 10241 1 +46392 {46391} 2160 1 +46393 {46392} 2797 1 +46394 {46393} 3144 1 +46395 {46394} 1651 1 +46396 {46395} 1950 1 +46397 {46396} 16575 1 +46398 {46397} 9414 1 +46399 {46398} 10409 1 +46400 {46399} 10157 1 +46401 {46400} 16507 1 +46402 {46401} 2024 1 +46403 {46402} 2470 1 +46404 {46403} 3131 1 +46405 {46404} 9530 1 +46406 {46405} 995 1 +46407 {46406} 14591 1 +46408 {46407} 2640 1 +46409 {46408} 852 1 +46410 {46409} 11625 1 +46411 {46410} 12025 1 +46412 {46411} 11250 1 +46413 {46412} 3359 1 +46414 {46413} 1791 1 +46415 {46414} 10905 1 +46416 {46415} 8385 1 +46417 {46416} 1923 1 +46418 {46417} 8745 1 +46419 {46418} 1848 1 +46420 {46419} 9544 1 +46421 {46420} 2806 1 +46422 {46421} 2455 1 +46423 {46422} 10910 1 +46424 {46423} 2566 1 +46425 {46424} 2325 1 +46426 {46425} 5136 1 +46427 {46426} 10616 1 +46428 {46427} 331 1 +46429 {46428} 1988 1 +46430 {46429} 1673 1 +46431 {46430} 11988 1 +46432 {46431} 5138 1 +46433 {46432} 8852 1 +46434 {46433} 921 1 +46435 {46434} 10681 1 +46436 {46435} 1522 1 +46437 {46436} 12504 1 +46438 {46437} 12676 1 +46439 {46438} 3272 1 +46440 {46439} 11338 1 +46441 {46440} 9199 1 +46442 {46441} 11088 1 +46443 {46442} 3438 1 +46444 {46443} 2363 1 +46445 {46444} 1879 1 +46446 {46445} 3544 1 +46447 {46446} 1401 1 +46448 {46447} 2269 1 +46449 {46448} 1236 1 +46450 {46449} 9954 1 +46451 {46450} 3712 1 +46452 {46451} 10241 1 +46453 {46452} 10905 1 +46454 {46453} 2685 1 +46455 {46454} 3110 1 +46456 {46455} 9155 1 +46457 {46456} 9869 1 +46458 {46457} 2531 1 +46459 {46458} 9762 1 +46460 {46459} 10742 1 +46461 {46460} 1508 1 +46462 {46461} 2405 1 +46463 {46462} 9218 1 +46464 {46463} 1517 1 +46465 {46464} 1648 1 +46466 {46465} 3047 1 +46467 {46466} 11313 1 +46468 {46467} 3392 1 +46469 {46468} 1000 1 +46470 {46469} 10960 1 +46471 {46470} 9978 1 +46472 {46471} 11563 1 +46473 {46472} 9821 1 +46474 {46473} 11081 1 +46475 {46474} 2233 1 +46476 {46475} 2293 1 +46477 {46476} 2129 1 +46478 {46477} 1373 1 +46479 {46478} 15610 1 +46480 {46479} 10038 1 +46481 {46480} 2427 1 +46482 {46481} 11456 1 +46483 {46482} 11446 1 +46484 {46483} 3217 1 +46485 {46484} 9290 1 +46486 {46485} 3006 1 +46487 {46486} 4914 1 +46488 {46487} 1922 1 +46489 {46488} 6124 1 +46490 {46489} 12138 1 +46491 {46490} 2534 1 +46492 {46491} 8673 1 +46493 {46492} 12619 1 +46494 {46493} 2466 1 +46495 {46494} 9670 1 +46496 {46495} 11186 1 +46497 {46496} 1950 1 +46498 {46497} 9389 1 +46499 {46498} 1962 1 +46500 {46499} 2851 1 +46501 {46500} 10382 1 +46502 {46501} 11474 1 +46503 {46502} 1583 1 +46504 {46503} 12665 1 +46505 {46504} 1682 1 +46506 {46505} 11484 1 +46507 {46506} 6962 1 +46508 {46507} 1650 1 +46509 {46508} 3299 1 +46510 {46509} 16333 1 +46511 {46510} 3279 1 +46512 {46511} 9959 1 +46513 {46512} 2367 1 +46514 {46513} 2050 1 +46515 {46514} 11288 1 +46516 {46515} 3102 1 +46517 {46516} 2602 1 +46518 {46517} 9856 1 +46519 {46518} 2756 1 +46520 {46519} 12727 1 +46521 {46520} 2944 1 +46522 {46521} 854 1 +46523 {46522} 10570 1 +46524 {46523} 2763 1 +46525 {46524} 11401 1 +46526 {46525} 2263 1 +46527 {46526} 10034 1 +46528 {46527} 1578 1 +46529 {46528} 4240 1 +46530 {46529} 1505 1 +46531 {46530} 1545 1 +46532 {46531} 5851 1 +46533 {46532} 10967 1 +46534 {46533} 10099 1 +46535 {46534} 2729 1 +46536 {46535} 2034 1 +46537 {46536} 12359 1 +46538 {46537} 12838 1 +46539 {46538} 2672 1 +46540 {46539} 2827 1 +46541 {46540} 10757 1 +46542 {46541} 9985 1 +46543 {46542} 2895 1 +46544 {46543} 8903 1 +46545 {46544} 10892 1 +46546 {46545} 1923 1 +46547 {46546} 5294 1 +46548 {46547} 12529 1 +46549 {46548} 10083 1 +46550 {46549} 12795 1 +46551 {46550} 10516 1 +46552 {46551} 677 1 +46553 {46552} 1784 1 +46554 {46553} 11422 1 +46555 {46554} 11798 1 +46556 {46555} 8615 1 +46557 {46556} 2392 1 +46558 {46557} 10655 1 +46559 {46558} 15584 1 +46560 {46559} 9654 1 +46561 {46560} 2265 1 +46562 {46561} 2666 1 +46563 {46562} 9372 1 +46564 {46563} 3581 1 +46565 {46564} 11380 1 +46566 {46565} 8607 1 +46567 {46566} 3106 1 +46568 {46567} 9362 1 +46569 {46568} 10745 1 +46570 {46569} 2267 1 +46571 {46570} 1452 1 +46572 {46571} 1904 1 +46573 {46572} 1719 1 +46574 {46573} 10581 1 +46575 {46574} 1685 1 +46576 {46575} 2267 1 +46577 {46576} 8781 1 +46578 {46577} 11468 1 +46579 {46578} 11071 1 +46580 {46579} 1301 1 +46581 {46580} 193 1 +46582 {46581} 2646 1 +46583 {46582} 3208 1 +46584 {46583} 9637 1 +46585 {46584} 11004 1 +46586 {46585} 9063 1 +46587 {46586} 11162 1 +46588 {46587} 9028 1 +46589 {46588} 12962 1 +46590 {46589} 1717 1 +46591 {46590} 2109 1 +46592 {46591} 9824 1 +46593 {46592} 8496 1 +46594 {46593} 10246 1 +46595 {46594} 597 1 +46596 {46595} 2492 1 +46597 {46596} 2606 1 +46598 {46597} 11899 1 +46599 {46598} 2844 1 +46600 {46599} 2531 1 +46601 {46600} 8999 1 +46602 {46601} 1240 1 +46603 {46602} 14690 1 +46604 {46603} 2414 1 +46605 {46604} 11250 1 +46606 {46605} 2417 1 +46607 {46606} 2834 1 +46608 {46607} 1805 1 +46609 {46608} 3440 1 +46610 {46609} 11417 1 +46611 {46610} 11600 1 +46612 {46611} 12059 1 +46613 {46612} 11066 1 +46614 {46613} 1856 1 +46615 {46614} 3106 1 +46616 {46615} 15270 1 +46617 {46616} 2748 1 +46618 {46617} 15678 1 +46619 {46618} 12275 1 +46620 {46619} 12583 1 +46621 {46620} 9826 1 +46622 {46621} 1896 1 +46623 {46622} 9436 1 +46624 {46623} 2644 1 +46625 {46624} 2075 1 +46626 {46625} 3458 1 +46627 {46626} 11208 1 +46628 {46627} 11697 1 +46629 {46628} 1492 1 +46630 {46629} 3417 1 +46631 {46630} 2397 1 +46632 {46631} 3114 1 +46633 {46632} 8650 1 +46634 {46633} 1815 1 +46635 {46634} 342 1 +46636 {46635} 14155 1 +46637 {46636} 1217 1 +46638 {46637} 9442 1 +46639 {46638} 1957 1 +46640 {46639} 2670 1 +46641 {46640} 10107 1 +46642 {46641} 11031 1 +46643 {46642} 1167 1 +46644 {46643} 10038 1 +46645 {46644} 15361 1 +46646 {46645} 11332 1 +46647 {46646} 10840 1 +46648 {46647} 4381 1 +46649 {46648} 6595 1 +46650 {46649} 1972 1 +46651 {46650} 2389 1 +46652 {46651} 7796 1 +46653 {46652} 3042 1 +46654 {46653} 4439 1 +46655 {46654} 11773 1 +46656 {46655} 10881 1 +46657 {46656} 2787 1 +46658 {46657} 1119 1 +46659 {46658} 11489 1 +46660 {46659} 15027 1 +46661 {46660} 9073 1 +46662 {46661} 10821 1 +46663 {46662} 9637 1 +46664 {46663} 8569 1 +46665 {46664} 1922 1 +46666 {46665} 4868 1 +46667 {46666} 1326 1 +46668 {46667} 2184 1 +46669 {46668} 10147 1 +46670 {46669} 8889 1 +46671 {46670} 1648 1 +46672 {46671} 7980 1 +46673 {46672} 14396 1 +46674 {46673} 3600 1 +46675 {46674} 1414 1 +46676 {46675} 13516 1 +46677 {46676} 11459 1 +46678 {46677} 3280 1 +46679 {46678} 1308 1 +46680 {46679} 11625 1 +46681 {46680} 2385 1 +46682 {46681} 11562 1 +46683 {46682} 2175 1 +46684 {46683} 4739 1 +46685 {46684} 2215 1 +46686 {46685} 9936 1 +46687 {46686} 16062 1 +46688 {46687} 3040 1 +46689 {46688} 13248 1 +46690 {46689} 2266 1 +46691 {46690} 2725 1 +46692 {46691} 9669 1 +46693 {46692} 2021 1 +46694 {46693} 2630 1 +46695 {46694} 9333 1 +46696 {46695} 7405 1 +46697 {46696} 11851 1 +46698 {46697} 2996 1 +46699 {46698} 5996 1 +46700 {46699} 10809 1 +46701 {46700} 9219 1 +46702 {46701} 10765 1 +46703 {46702} 15628 1 +46704 {46703} 2982 1 +46705 {46704} 2044 1 +46706 {46705} 4422 1 +46707 {46706} 2940 1 +46708 {46707} 2496 1 +46709 {46708} 11089 1 +46710 {46709} 2487 1 +46711 {46710} 2910 1 +46712 {46711} 1592 1 +46713 {46712} 10329 1 +46714 {46713} 3479 1 +46715 {46714} 3057 1 +46716 {46715} 10329 1 +46717 {46716} 9694 1 +46718 {46717} 9814 1 +46719 {46718} 2633 1 +46720 {46719} 9773 1 +46721 {46720} 1105 1 +46722 {46721} 1820 1 +46723 {46722} 2332 1 +46724 {46723} 2744 1 +46725 {46724} 2459 1 +46726 {46725} 10157 1 +46727 {46726} 15739 1 +46728 {46727} 11121 1 +46729 {46728} 2943 1 +46730 {46729} 10116 1 +46731 {46730} 8700 1 +46732 {46731} 2066 1 +46733 {46732} 2415 1 +46734 {46733} 2469 1 +46735 {46734} 1327 1 +46736 {46735} 11256 1 +46737 {46736} 10821 1 +46738 {46737} 14273 1 +46739 {46738} 9811 1 +46740 {46739} 2822 1 +46741 {46740} 11245 1 +46742 {46741} 2750 1 +46743 {46742} 2386 1 +46744 {46743} 7219 1 +46745 {46744} 11042 1 +46746 {46745} 7478 1 +46747 {46746} 14830 1 +46748 {46747} 10236 1 +46749 {46748} 13063 1 +46750 {46749} 1962 1 +46751 {46750} 2247 1 +46752 {46751} 9970 1 +46753 {46752} 12595 1 +46754 {46753} 14799 1 +46755 {46754} 1946 1 +46756 {46755} 9225 1 +46757 {46756} 11071 1 +46758 {46757} 9970 1 +46759 {46758} 11031 1 +46760 {46759} 11428 1 +46761 {46760} 11592 1 +46762 {46761} 2300 1 +46763 {46762} 2383 1 +46764 {46763} 9986 1 +46765 {46764} 2671 1 +46766 {46765} 2263 1 +46767 {46766} 1519 1 +46768 {46767} 1381 1 +46769 {46768} 10157 1 +46770 {46769} 1285 1 +46771 {46770} 2589 1 +46772 {46771} 4507 1 +46773 {46772} 2574 1 +46774 {46773} 7905 1 +46775 {46774} 8220 1 +46776 {46775} 2251 1 +46777 {46776} 1246 1 +46778 {46777} 11493 1 +46779 {46778} 3146 1 +46780 {46779} 1102 1 +46781 {46780} 8924 1 +46782 {46781} 10679 1 +46783 {46782} 9528 1 +46784 {46783} 4303 1 +46785 {46784} 2265 1 +46786 {46785} 3009 1 +46787 {46786} 5421 1 +46788 {46787} 1210 1 +46789 {46788} 5422 1 +46790 {46789} 10999 1 +46791 {46790} 10555 1 +46792 {46791} 1996 1 +46793 {46792} 8971 1 +46794 {46793} 3835 1 +46795 {46794} 2565 1 +46796 {46795} 1827 1 +46797 {46796} 1671 1 +46798 {46797} 759 1 +46799 {46798} 2184 1 +46800 {46799} 2234 1 +46801 {46800} 3356 1 +46802 {46801} 10375 1 +46803 {46802} 1683 1 +46804 {46803} 10386 1 +46805 {46804} 2571 1 +46806 {46805} 10496 1 +46807 {46806} 1474 1 +46808 {46807} 8918 1 +46809 {46808} 10593 1 +46810 {46809} 2102 1 +46811 {46810} 3007 1 +46812 {46811} 11433 1 +46813 {46812} 11478 1 +46814 {46813} 7856 1 +46815 {46814} 2218 1 +46816 {46815} 4121 1 +46817 {46816} 2163 1 +46818 {46817} 8700 1 +46819 {46818} 3134 1 +46820 {46819} 2493 1 +46821 {46820} 2571 1 +46822 {46821} 2459 1 +46823 {46822} 9520 1 +46824 {46823} 11226 1 +46825 {46824} 1825 1 +46826 {46825} 11537 1 +46827 {46826} 9352 1 +46828 {46827} 12596 1 +46829 {46828} 10329 1 +46830 {46829} 1550 1 +46831 {46830} 2132 1 +46832 {46831} 1802 1 +46833 {46832} 2197 1 +46834 {46833} 8617 1 +46835 {46834} 2400 1 +46836 {46835} 2267 1 +46837 {46836} 2606 1 +46838 {46837} 10853 1 +46839 {46838} 1580 1 +46840 {46839} 2028 1 +46841 {46840} 10655 1 +46842 {46841} 2738 1 +46843 {46842} 3176 1 +46844 {46843} 10843 1 +46845 {46844} 2779 1 +46846 {46845} 1828 1 +46847 {46846} 3940 1 +46848 {46847} 9520 1 +46849 {46848} 1668 1 +46850 {46849} 3404 1 +46851 {46850} 1199 1 +46852 {46851} 1953 1 +46853 {46852} 3078 1 +46854 {46853} 9681 1 +46855 {46854} 11391 1 +46856 {46855} 2231 1 +46857 {46856} 11831 1 +46858 {46857} 4699 1 +46859 {46858} 10175 1 +46860 {46859} 8442 1 +46861 {46860} 15874 1 +46862 {46861} 1679 1 +46863 {46862} 2292 1 +46864 {46863} 2233 1 +46865 {46864} 16127 1 +46866 {46865} 11252 1 +46867 {46866} 10099 1 +46868 {46867} 9400 1 +46869 {46868} 2356 1 +46870 {46869} 1407 1 +46871 {46870} 5277 1 +46872 {46871} 2399 1 +46873 {46872} 11307 1 +46874 {46873} 1006 1 +46875 {46874} 1778 1 +46876 {46875} 2944 1 +46877 {46876} 11477 1 +46878 {46877} 3685 1 +46879 {46878} 9771 1 +46880 {46879} 8930 1 +46881 {46880} 10922 1 +46882 {46881} 2840 1 +46883 {46882} 11733 1 +46884 {46883} 3391 1 +46885 {46884} 1717 1 +46886 {46885} 1340 1 +46887 {46886} 15609 1 +46888 {46887} 2428 1 +46889 {46888} 2202 1 +46890 {46889} 3311 1 +46891 {46890} 48 1 +46892 {46891} 10602 1 +46893 {46892} 1698 1 +46894 {46893} 1915 1 +46895 {46894} 2736 1 +46896 {46895} 2501 1 +46897 {46896} 1858 1 +46898 {46897} 11271 1 +46899 {46898} 5394 1 +46900 {46899} 13708 1 +46901 {46900} 9057 1 +46902 {46901} 1150 1 +46903 {46902} 2557 1 +46904 {46903} 2429 1 +46905 {46904} 4091 1 +46906 {46905} 10669 1 +46907 {46906} 2091 1 +46908 {46907} 9571 1 +46909 {46908} 12156 1 +46910 {46909} 1290 1 +46911 {46910} 2630 1 +46912 {46911} 1264 1 +46913 {46912} 2696 1 +46914 {46913} 8489 1 +46915 {46914} 15253 1 +46916 {46915} 2084 1 +46917 {46916} 10225 1 +46918 {46917} 1574 1 +46919 {46918} 11728 1 +46920 {46919} 11865 1 +46921 {46920} 12203 1 +46922 {46921} 3690 1 +46923 {46922} 9963 1 +46924 {46923} 4718 1 +46925 {46924} 9826 1 +46926 {46925} 1473 1 +46927 {46926} 2865 1 +46928 {46927} 6900 1 +46929 {46928} 2288 1 +46930 {46929} 2117 1 +46931 {46930} 3285 1 +46932 {46931} 9374 1 +46933 {46932} 9904 1 +46934 {46933} 8421 1 +46935 {46934} 10922 1 +46936 {46935} 2809 1 +46937 {46936} 11827 1 +46938 {46937} 10204 1 +46939 {46938} 1950 1 +46940 {46939} 10928 1 +46941 {46940} 2296 1 +46942 {46941} 1221 1 +46943 {46942} 1747 1 +46944 {46943} 2563 1 +46945 {46944} 2942 1 +46946 {46945} 2807 1 +46947 {46946} 1042 1 +46948 {46947} 2664 1 +46949 {46948} 10503 1 +46950 {46949} 2872 1 +46951 {46950} 2869 1 +46952 {46951} 12184 1 +46953 {46952} 2092 1 +46954 {46953} 9924 1 +46955 {46954} 2801 1 +46956 {46955} 11997 1 +46957 {46956} 4550 1 +46958 {46957} 10913 1 +46959 {46958} 3281 1 +46960 {46959} 10192 1 +46961 {46960} 2500 1 +46962 {46961} 2865 1 +46963 {46962} 2534 1 +46964 {46963} 881 1 +46965 {46964} 10744 1 +46966 {46965} 10826 1 +46967 {46966} 2929 1 +46968 {46967} 5127 1 +46969 {46968} 13501 1 +46970 {46969} 3706 1 +46971 {46970} 2832 1 +46972 {46971} 10512 1 +46973 {46972} 9690 1 +46974 {46973} 2094 1 +46975 {46974} 2630 1 +46976 {46975} 16194 1 +46977 {46976} 3345 1 +46978 {46977} 3077 1 +46979 {46978} 2165 1 +46980 {46979} 15792 1 +46981 {46980} 2705 1 +46982 {46981} 2597 1 +46983 {46982} 11488 1 +46984 {46983} 12463 1 +46985 {46984} 1849 1 +46986 {46985} 8978 1 +46987 {46986} 2598 1 +46988 {46987} 3076 1 +46989 {46988} 3216 1 +46990 {46989} 1537 1 +46991 {46990} 2862 1 +46992 {46991} 9185 1 +46993 {46992} 2965 1 +46994 {46993} 3813 1 +46995 {46994} 11011 1 +46996 {46995} 10846 1 +46997 {46996} 10159 1 +46998 {46997} 2531 1 +46999 {46998} 2502 1 +47000 {46999} 2091 1 +47001 {47000} 1671 1 +47002 {47001} 11238 1 +47003 {47002} 9407 1 +47004 {47003} 700 1 +47005 {47004} 2850 1 +47006 {47005} 10022 1 +47007 {47006} 2251 1 +47008 {47007} 948 1 +47009 {47008} 209 1 +47010 {47009} 9970 1 +47011 {47010} 1529 1 +47012 {47011} 2359 1 +47013 {47012} 2435 1 +47014 {47013} 8537 1 +47015 {47014} 10611 1 +47016 {47015} 803 1 +47017 {47016} 1978 1 +47018 {47017} 11189 1 +47019 {47018} 10995 1 +47020 {47019} 3111 1 +47021 {47020} 4411 1 +47022 {47021} 2061 1 +47023 {47022} 2229 1 +47024 {47023} 10912 1 +47025 {47024} 466 1 +47026 {47025} 2978 1 +47027 {47026} 11636 1 +47028 {47027} 11274 1 +47029 {47028} 5550 1 +47030 {47029} 11189 1 +47031 {47030} 11405 1 +47032 {47031} 3993 1 +47033 {47032} 8343 1 +47034 {47033} 9070 1 +47035 {47034} 9821 1 +47036 {47035} 10236 1 +47037 {47036} 3120 1 +47038 {47037} 2880 1 +47039 {47038} 4057 1 +47040 {47039} 10407 1 +47041 {47040} 3164 1 +47042 {47041} 2568 1 +47043 {47042} 2622 1 +47044 {47043} 2740 1 +47045 {47044} 1753 1 +47046 {47045} 2360 1 +47047 {47046} 3251 1 +47048 {47047} 10125 1 +47049 {47048} 4002 1 +47050 {47049} 1950 1 +47051 {47050} 10155 1 +47052 {47051} 11017 1 +47053 {47052} 6398 1 +47054 {47053} 1322 1 +47055 {47054} 10565 1 +47056 {47055} 11561 1 +47057 {47056} 254 1 +47058 {47057} 9406 1 +47059 {47058} 2604 1 +47060 {47059} 1271 1 +47061 {47060} 1636 1 +47062 {47061} 12090 1 +47063 {47062} 2776 1 +47064 {47063} 10684 1 +47065 {47064} 1585 1 +47066 {47065} 9237 1 +47067 {47066} 10163 1 +47068 {47067} 2360 1 +47069 {47068} 12691 1 +47070 {47069} 2325 1 +47071 {47070} 10270 1 +47072 {47071} 9299 1 +47073 {47072} 11033 1 +47074 {47073} 2133 1 +47075 {47074} 16390 1 +47076 {47075} 10277 1 +47077 {47076} 3156 1 +47078 {47077} 101 1 +47079 {47078} 2835 1 +47080 {47079} 11225 1 +47081 {47080} 781 1 +47082 {47081} 10014 1 +47083 {47082} 9000 1 +47084 {47083} 13996 1 +47085 {47084} 2670 1 +47086 {47085} 15213 1 +47087 {47086} 2169 1 +47088 {47087} 10829 1 +47089 {47088} 14836 1 +47090 {47089} 2434 1 +47091 {47090} 2402 1 +47092 {47091} 10335 1 +47093 {47092} 1750 1 +47094 {47093} 8905 1 +47095 {47094} 3418 1 +47096 {47095} 2269 1 +47097 {47096} 12062 1 +47098 {47097} 2497 1 +47099 {47098} 9291 1 +47100 {47099} 2060 1 +47101 {47100} 8417 1 +47102 {47101} 2234 1 +47103 {47102} 11426 1 +47104 {47103} 10911 1 +47105 {47104} 1748 1 +47106 {47105} 2801 1 +47107 {47106} 1578 1 +47108 {47107} 5407 1 +47109 {47108} 1306 1 +47110 {47109} 1374 1 +47111 {47110} 5293 1 +47112 {47111} 12493 1 +47113 {47112} 12810 1 +47114 {47113} 9799 1 +47115 {47114} 11650 1 +47116 {47115} 1933 1 +47117 {47116} 10516 1 +47118 {47117} 1830 1 +47119 {47118} 10772 1 +47120 {47119} 10284 1 +47121 {47120} 3100 1 +47122 {47121} 4047 1 +47123 {47122} 1685 1 +47124 {47123} 1695 1 +47125 {47124} 7869 1 +47126 {47125} 1482 1 +47127 {47126} 5491 1 +47128 {47127} 1809 1 +47129 {47128} 6077 1 +47130 {47129} 2528 1 +47131 {47130} 2471 1 +47132 {47131} 14343 1 +47133 {47132} 9838 1 +47134 {47133} 15231 1 +47135 {47134} 5196 1 +47136 {47135} 9467 1 +47137 {47136} 11915 1 +47138 {47137} 10252 1 +47139 {47138} 1961 1 +47140 {47139} 2166 1 +47141 {47140} 15263 1 +47142 {47141} 2520 1 +47143 {47142} 11096 1 +47144 {47143} 2420 1 +47145 {47144} 9110 1 +47146 {47145} 466 1 +47147 {47146} 2557 1 +47148 {47147} 2083 1 +47149 {47148} 659 1 +47150 {47149} 2573 1 +47151 {47150} 10516 1 +47152 {47151} 10407 1 +47153 {47152} 2364 1 +47154 {47153} 13410 1 +47155 {47154} 2901 1 +47156 {47155} 8875 1 +47157 {47156} 10349 1 +47158 {47157} 10635 1 +47159 {47158} 12696 1 +47160 {47159} 3012 1 +47161 {47160} 11727 1 +47162 {47161} 2696 1 +47163 {47162} 6357 1 +47164 {47163} 11164 1 +47165 {47164} 10231 1 +47166 {47165} 2810 1 +47167 {47166} 3064 1 +47168 {47167} 1947 1 +47169 {47168} 10207 1 +47170 {47169} 3877 1 +47171 {47170} 3244 1 +47172 {47171} 2536 1 +47173 {47172} 1413 1 +47174 {47173} 2862 1 +47175 {47174} 1082 1 +47176 {47175} 2054 1 +47177 {47176} 11379 1 +47178 {47177} 9828 1 +47179 {47178} 11441 1 +47180 {47179} 9583 1 +47181 {47180} 2185 1 +47182 {47181} 9630 1 +47183 {47182} 10288 1 +47184 {47183} 9055 1 +47185 {47184} 9256 1 +47186 {47185} 201 1 +47187 {47186} 10719 1 +47188 {47187} 1479 1 +47189 {47188} 957 1 +47190 {47189} 2634 1 +47191 {47190} 2538 1 +47192 {47191} 2695 1 +47193 {47192} 10508 1 +47194 {47193} 2350 1 +47195 {47194} 9863 1 +47196 {47195} 10530 1 +47197 {47196} 3216 1 +47198 {47197} 1534 1 +47199 {47198} 9474 1 +47200 {47199} 3037 1 +47201 {47200} 11913 1 +47202 {47201} 2163 1 +47203 {47202} 11236 1 +47204 {47203} 2972 1 +47205 {47204} 2834 1 +47206 {47205} 1719 1 +47207 {47206} 11967 1 +47208 {47207} 12759 1 +47209 {47208} 2434 1 +47210 {47209} 2944 1 +47211 {47210} 1482 1 +47212 {47211} 1334 1 +47213 {47212} 7983 1 +47214 {47213} 13670 1 +47215 {47214} 1817 1 +47216 {47215} 11283 1 +47217 {47216} 11159 1 +47218 {47217} 2432 1 +47219 {47218} 1297 1 +47220 {47219} 3046 1 +47221 {47220} 9476 1 +47222 {47221} 8699 1 +47223 {47222} 10891 1 +47224 {47223} 2941 1 +47225 {47224} 16619 1 +47226 {47225} 2870 1 +47227 {47226} 12677 1 +47228 {47227} 3398 1 +47229 {47228} 1529 1 +47230 {47229} 9856 1 +47231 {47230} 12593 1 +47232 {47231} 10813 1 +47233 {47232} 1919 1 +47234 {47233} 10206 1 +47235 {47234} 12526 1 +47236 {47235} 1675 1 +47237 {47236} 3417 1 +47238 {47237} 10524 1 +47239 {47238} 2840 1 +47240 {47239} 6564 1 +47241 {47240} 9886 1 +47242 {47241} 1877 1 +47243 {47242} 2870 1 +47244 {47243} 2775 1 +47245 {47244} 8930 1 +47246 {47245} 15447 1 +47247 {47246} 2234 1 +47248 {47247} 3513 1 +47249 {47248} 10125 1 +47250 {47249} 2942 1 +47251 {47250} 2693 1 +47252 {47251} 11242 1 +47253 {47252} 10844 1 +47254 {47253} 9831 1 +47255 {47254} 12746 1 +47256 {47255} 10614 1 +47257 {47256} 9904 1 +47258 {47257} 2160 1 +47259 {47258} 1988 1 +47260 {47259} 1881 1 +47261 {47260} 9357 1 +47262 {47261} 8921 1 +47263 {47262} 13232 1 +47264 {47263} 10874 1 +47265 {47264} 1583 1 +47266 {47265} 10051 1 +47267 {47266} 3039 1 +47268 {47267} 8304 1 +47269 {47268} 5364 1 +47270 {47269} 1791 1 +47271 {47270} 1240 1 +47272 {47271} 3010 1 +47273 {47272} 3871 1 +47274 {47273} 1088 1 +47275 {47274} 1570 1 +47276 {47275} 1414 1 +47277 {47276} 2971 1 +47278 {47277} 3105 1 +47279 {47278} 3229 1 +47280 {47279} 10233 1 +47281 {47280} 10989 1 +47282 {47281} 2252 1 +47283 {47282} 2776 1 +47284 {47283} 5153 1 +47285 {47284} 15974 1 +47286 {47285} 2861 1 +47287 {47286} 2425 1 +47288 {47287} 11380 1 +47289 {47288} 9900 1 +47290 {47289} 9886 1 +47291 {47290} 1174 1 +47292 {47291} 8836 1 +47293 {47292} 8853 1 +47294 {47293} 2069 1 +47295 {47294} 10627 1 +47296 {47295} 2531 1 +47297 {47296} 3366 1 +47298 {47297} 1242 1 +47299 {47298} 8103 1 +47300 {47299} 10979 1 +47301 {47300} 9337 1 +47302 {47301} 10646 1 +47303 {47302} 5053 1 +47304 {47303} 3595 1 +47305 {47304} 8701 1 +47306 {47305} 10539 1 +47307 {47306} 11576 1 +47308 {47307} 14171 1 +47309 {47308} 2693 1 +47310 {47309} 9565 1 +47311 {47310} 3325 1 +47312 {47311} 229 1 +47313 {47312} 3172 1 +47314 {47313} 10046 1 +47315 {47314} 541 1 +47316 {47315} 2574 1 +47317 {47316} 9061 1 +47318 {47317} 12149 1 +47319 {47318} 2780 1 +47320 {47319} 9866 1 +47321 {47320} 9231 1 +47322 {47321} 2529 1 +47323 {47322} 11501 1 +47324 {47323} 2126 1 +47325 {47324} 10434 1 +47326 {47325} 2000 1 +47327 {47326} 11256 1 +47328 {47327} 2502 1 +47329 {47328} 3007 1 +47330 {47329} 9826 1 +47331 {47330} 2502 1 +47332 {47331} 2369 1 +47333 {47332} 12100 1 +47334 {47333} 1641 1 +47335 {47334} 2842 1 +47336 {47335} 9912 1 +47337 {47336} 12309 1 +47338 {47337} 340 1 +47339 {47338} 8730 1 +47340 {47339} 1865 1 +47341 {47340} 9826 1 +47342 {47341} 10718 1 +47343 {47342} 8902 1 +47344 {47343} 10967 1 +47345 {47344} 9158 1 +47346 {47345} 3120 1 +47347 {47346} 9013 1 +47348 {47347} 2350 1 +47349 {47348} 9100 1 +47350 {47349} 3064 1 +47351 {47350} 11274 1 +47352 {47351} 7631 1 +47353 {47352} 8520 1 +47354 {47353} 2555 1 +47355 {47354} 2430 1 +47356 {47355} 2333 1 +47357 {47356} 1482 1 +47358 {47357} 2800 1 +47359 {47358} 10526 1 +47360 {47359} 10201 1 +47361 {47360} 1129 1 +47362 {47361} 2472 1 +47363 {47362} 1171 1 +47364 {47363} 2777 1 +47365 {47364} 16000 1 +47366 {47365} 2738 1 +47367 {47366} 3009 1 +47368 {47367} 1529 1 +47369 {47368} 646 1 +47370 {47369} 10886 1 +47371 {47370} 2585 1 +47372 {47371} 2101 1 +47373 {47372} 3708 1 +47374 {47373} 10193 1 +47375 {47374} 5106 1 +47376 {47375} 2560 1 +47377 {47376} 7947 1 +47378 {47377} 1414 1 +47379 {47378} 1581 1 +47380 {47379} 9952 1 +47381 {47380} 7668 1 +47382 {47381} 2468 1 +47383 {47382} 2134 1 +47384 {47383} 2701 1 +47385 {47384} 1612 1 +47386 {47385} 2955 1 +47387 {47386} 4812 1 +47388 {47387} 1722 1 +47389 {47388} 11042 1 +47390 {47389} 2346 1 +47391 {47390} 729 1 +47392 {47391} 1172 1 +47393 {47392} 11336 1 +47394 {47393} 11765 1 +47395 {47394} 4833 1 +47396 {47395} 11110 1 +47397 {47396} 1537 1 +47398 {47397} 9212 1 +47399 {47398} 2652 1 +47400 {47399} 11343 1 +47401 {47400} 10323 1 +47402 {47401} 2763 1 +47403 {47402} 2661 1 +47404 {47403} 2498 1 +47405 {47404} 3237 1 +47406 {47405} 2026 1 +47407 {47406} 2094 1 +47408 {47407} 12570 1 +47409 {47408} 1723 1 +47410 {47409} 9022 1 +47411 {47410} 7974 1 +47412 {47411} 12797 1 +47413 {47412} 2689 1 +47414 {47413} 9373 1 +47415 {47414} 2774 1 +47416 {47415} 1686 1 +47417 {47416} 9685 1 +47418 {47417} 12430 1 +47419 {47418} 2063 1 +47420 {47419} 2835 1 +47421 {47420} 1799 1 +47422 {47421} 10846 1 +47423 {47422} 1464 1 +47424 {47423} 4154 1 +47425 {47424} 1418 1 +47426 {47425} 2527 1 +47427 {47426} 2596 1 +47428 {47427} 1543 1 +47429 {47428} 15538 1 +47430 {47429} 16358 1 +47431 {47430} 1824 1 +47432 {47431} 4782 1 +47433 {47432} 8732 1 +47434 {47433} 13358 1 +47435 {47434} 8668 1 +47436 {47435} 9760 1 +47437 {47436} 11584 1 +47438 {47437} 2769 1 +47439 {47438} 16 1 +47440 {47439} 1483 1 +47441 {47440} 919 1 +47442 {47441} 10686 1 +47443 {47442} 10956 1 +47444 {47443} 1987 1 +47445 {47444} 10003 1 +47446 {47445} 1755 1 +47447 {47446} 2853 1 +47448 {47447} 10056 1 +47449 {47448} 10134 1 +47450 {47449} 5320 1 +47451 {47450} 7693 1 +47452 {47451} 11169 1 +47453 {47452} 2261 1 +47454 {47453} 9208 1 +47455 {47454} 10869 1 +47456 {47455} 2791 1 +47457 {47456} 1683 1 +47458 {47457} 2540 1 +47459 {47458} 7916 1 +47460 {47459} 11452 1 +47461 {47460} 8260 1 +47462 {47461} 7688 1 +47463 {47462} 10049 1 +47464 {47463} 1327 1 +47465 {47464} 2769 1 +47466 {47465} 3106 1 +47467 {47466} 15521 1 +47468 {47467} 2942 1 +47469 {47468} 2344 1 +47470 {47469} 10371 1 +47471 {47470} 8385 1 +47472 {47471} 2432 1 +47473 {47472} 1918 1 +47474 {47473} 11441 1 +47475 {47474} 10694 1 +47476 {47475} 10601 1 +47477 {47476} 11366 1 +47478 {47477} 1886 1 +47479 {47478} 2094 1 +47480 {47479} 10023 1 +47481 {47480} 11771 1 +47482 {47481} 2541 1 +47483 {47482} 2202 1 +47484 {47483} 10692 1 +47485 {47484} 3058 1 +47486 {47485} 1675 1 +47487 {47486} 12549 1 +47488 {47487} 10960 1 +47489 {47488} 1442 1 +47490 {47489} 2428 1 +47491 {47490} 15013 1 +47492 {47491} 10616 1 +47493 {47492} 2415 1 +47494 {47493} 995 1 +47495 {47494} 8726 1 +47496 {47495} 11863 1 +47497 {47496} 2785 1 +47498 {47497} 2494 1 +47499 {47498} 2477 1 +47500 {47499} 15381 1 +47501 {47500} 2629 1 +47502 {47501} 10623 1 +47503 {47502} 2298 1 +47504 {47503} 2268 1 +47505 {47504} 11153 1 +47506 {47505} 1826 1 +47507 {47506} 1012 1 +47508 {47507} 11754 1 +47509 {47508} 1915 1 +47510 {47509} 2104 1 +47511 {47510} 12555 1 +47512 {47511} 2867 1 +47513 {47512} 5349 1 +47514 {47513} 3554 1 +47515 {47514} 3274 1 +47516 {47515} 9363 1 +47517 {47516} 10594 1 +47518 {47517} 9768 1 +47519 {47518} 10288 1 +47520 {47519} 9449 1 +47521 {47520} 10109 1 +47522 {47521} 11251 1 +47523 {47522} 10288 1 +47524 {47523} 2573 1 +47525 {47524} 10008 1 +47526 {47525} 2327 1 +47527 {47526} 1123 1 +47528 {47527} 5783 1 +47529 {47528} 9664 1 +47530 {47529} 1719 1 +47531 {47530} 1961 1 +47532 {47531} 2320 1 +47533 {47532} 7930 1 +47534 {47533} 8683 1 +47535 {47534} 3155 1 +47536 {47535} 9186 1 +47537 {47536} 6999 1 +47538 {47537} 15989 1 +47539 {47538} 11364 1 +47540 {47539} 11029 1 +47541 {47540} 2701 1 +47542 {47541} 10912 1 +47543 {47542} 8115 1 +47544 {47543} 8633 1 +47545 {47544} 1966 1 +47546 {47545} 12123 1 +47547 {47546} 6795 1 +47548 {47547} 10846 1 +47549 {47548} 9105 1 +47550 {47549} 10147 1 +47551 {47550} 1959 1 +47552 {47551} 2197 1 +47553 {47552} 11293 1 +47554 {47553} 8473 1 +47555 {47554} 1915 1 +47556 {47555} 10641 1 +47557 {47556} 10201 1 +47558 {47557} 2317 1 +47559 {47558} 2100 1 +47560 {47559} 1919 1 +47561 {47560} 1425 1 +47562 {47561} 2594 1 +47563 {47562} 2421 1 +47564 {47563} 2540 1 +47565 {47564} 11284 1 +47566 {47565} 2603 1 +47567 {47566} 9743 1 +47568 {47567} 2300 1 +47569 {47568} 2316 1 +47570 {47569} 1225 1 +47571 {47570} 9306 1 +47572 {47571} 1445 1 +47573 {47572} 2303 1 +47574 {47573} 1903 1 +47575 {47574} 2937 1 +47576 {47575} 1918 1 +47577 {47576} 1401 1 +47578 {47577} 10572 1 +47579 {47578} 1441 1 +47580 {47579} 9577 1 +47581 {47580} 10792 1 +47582 {47581} 2635 1 +47583 {47582} 11485 1 +47584 {47583} 1084 1 +47585 {47584} 2969 1 +47586 {47585} 11188 1 +47587 {47586} 11086 1 +47588 {47587} 10121 1 +47589 {47588} 9255 1 +47590 {47589} 9630 1 +47591 {47590} 13301 1 +47592 {47591} 10330 1 +47593 {47592} 3171 1 +47594 {47593} 1858 1 +47595 {47594} 10340 1 +47596 {47595} 2266 1 +47597 {47596} 3379 1 +47598 {47597} 1684 1 +47599 {47598} 9737 1 +47600 {47599} 2360 1 +47601 {47600} 7443 1 +47602 {47601} 15260 1 +47603 {47602} 12680 1 +47604 {47603} 10982 1 +47605 {47604} 2790 1 +47606 {47605} 7585 1 +47607 {47606} 2663 1 +47608 {47607} 10462 1 +47609 {47608} 2260 1 +47610 {47609} 2489 1 +47611 {47610} 10048 1 +47612 {47611} 2664 1 +47613 {47612} 3304 1 +47614 {47613} 5466 1 +47615 {47614} 1264 1 +47616 {47615} 11704 1 +47617 {47616} 5102 1 +47618 {47617} 10358 1 +47619 {47618} 11693 1 +47620 {47619} 1290 1 +47621 {47620} 2468 1 +47622 {47621} 2760 1 +47623 {47622} 11024 1 +47624 {47623} 813 1 +47625 {47624} 2496 1 +47626 {47625} 10231 1 +47627 {47626} 1845 1 +47628 {47627} 10634 1 +47629 {47628} 1618 1 +47630 {47629} 10842 1 +47631 {47630} 2370 1 +47632 {47631} 1914 1 +47633 {47632} 3013 1 +47634 {47633} 1676 1 +47635 {47634} 12382 1 +47636 {47635} 11797 1 +47637 {47636} 10195 1 +47638 {47637} 2268 1 +47639 {47638} 2813 1 +47640 {47639} 11056 1 +47641 {47640} 2060 1 +47642 {47641} 5180 1 +47643 {47642} 2672 1 +47644 {47643} 5638 1 +47645 {47644} 2098 1 +47646 {47645} 7619 1 +47647 {47646} 11738 1 +47648 {47647} 2550 1 +47649 {47648} 2327 1 +47650 {47649} 9100 1 +47651 {47650} 11286 1 +47652 {47651} 2285 1 +47653 {47652} 10821 1 +47654 {47653} 10130 1 +47655 {47654} 10230 1 +47656 {47655} 2192 1 +47657 {47656} 2638 1 +47658 {47657} 2811 1 +47659 {47658} 10900 1 +47660 {47659} 9459 1 +47661 {47660} 4136 1 +47662 {47661} 2105 1 +47663 {47662} 2536 1 +47664 {47663} 11417 1 +47665 {47664} 1276 1 +47666 {47665} 2697 1 +47667 {47666} 2232 1 +47668 {47667} 2690 1 +47669 {47668} 2810 1 +47670 {47669} 4904 1 +47671 {47670} 2298 1 +47672 {47671} 8009 1 +47673 {47672} 1856 1 +47674 {47673} 10163 1 +47675 {47674} 1654 1 +47676 {47675} 3809 1 +47677 {47676} 10417 1 +47678 {47677} 11811 1 +47679 {47678} 2189 1 +47680 {47679} 10600 1 +47681 {47680} 2095 1 +47682 {47681} 2369 1 +47683 {47682} 10008 1 +47684 {47683} 2834 1 +47685 {47684} 9263 1 +47686 {47685} 15015 1 +47687 {47686} 2553 1 +47688 {47687} 2742 1 +47689 {47688} 2602 1 +47690 {47689} 1492 1 +47691 {47690} 1846 1 +47692 {47691} 9591 1 +47693 {47692} 2125 1 +47694 {47693} 2334 1 +47695 {47694} 10407 1 +47696 {47695} 10460 1 +47697 {47696} 2356 1 +47698 {47697} 10874 1 +47699 {47698} 9008 1 +47700 {47699} 2233 1 +47701 {47700} 11071 1 +47702 {47701} 15936 1 +47703 {47702} 2753 1 +47704 {47703} 3125 1 +47705 {47704} 1453 1 +47706 {47705} 3077 1 +47707 {47706} 1823 1 +47708 {47707} 2537 1 +47709 {47708} 2777 1 +47710 {47709} 9522 1 +47711 {47710} 874 1 +47712 {47711} 2182 1 +47713 {47712} 10061 1 +47714 {47713} 10083 1 +47715 {47714} 2366 1 +47716 {47715} 10543 1 +47717 {47716} 1715 1 +47718 {47717} 1845 1 +47719 {47718} 2196 1 +47720 {47719} 10368 1 +47721 {47720} 1437 1 +47722 {47721} 3034 1 +47723 {47722} 2023 1 +47724 {47723} 2095 1 +47725 {47724} 8620 1 +47726 {47725} 2304 1 +47727 {47726} 9957 1 +47728 {47727} 2593 1 +47729 {47728} 2223 1 +47730 {47729} 2169 1 +47731 {47730} 1805 1 +47732 {47731} 1573 1 +47733 {47732} 8944 1 +47734 {47733} 2630 1 +47735 {47734} 10875 1 +47736 {47735} 5856 1 +47737 {47736} 8734 1 +47738 {47737} 2428 1 +47739 {47738} 11452 1 +47740 {47739} 4235 1 +47741 {47740} 6070 1 +47742 {47741} 1452 1 +47743 {47742} 1602 1 +47744 {47743} 10713 1 +47745 {47744} 2666 1 +47746 {47745} 10891 1 +47747 {47746} 1552 1 +47748 {47747} 815 1 +47749 {47748} 1800 1 +47750 {47749} 10756 1 +47751 {47750} 2928 1 +47752 {47751} 2322 1 +47753 {47752} 11936 1 +47754 {47753} 9522 1 +47755 {47754} 10351 1 +47756 {47755} 14338 1 +47757 {47756} 2069 1 +47758 {47757} 1033 1 +47759 {47758} 1896 1 +47760 {47759} 873 1 +47761 {47760} 10524 1 +47762 {47761} 11015 1 +47763 {47762} 2434 1 +47764 {47763} 11006 1 +47765 {47764} 3172 1 +47766 {47765} 14297 1 +47767 {47766} 10593 1 +47768 {47767} 11617 1 +47769 {47768} 11913 1 +47770 {47769} 10459 1 +47771 {47770} 1821 1 +47772 {47771} 1465 1 +47773 {47772} 1377 1 +47774 {47773} 6601 1 +47775 {47774} 11088 1 +47776 {47775} 12853 1 +47777 {47776} 2800 1 +47778 {47777} 11432 1 +47779 {47778} 11488 1 +47780 {47779} 12127 1 +47781 {47780} 2333 1 +47782 {47781} 1992 1 +47783 {47782} 11684 1 +47784 {47783} 10380 1 +47785 {47784} 2619 1 +47786 {47785} 14582 1 +47787 {47786} 10123 1 +47788 {47787} 16249 1 +47789 {47788} 9655 1 +47790 {47789} 2032 1 +47791 {47790} 10905 1 +47792 {47791} 2614 1 +47793 {47792} 3307 1 +47794 {47793} 3911 1 +47795 {47794} 10902 1 +47796 {47795} 2572 1 +47797 {47796} 9038 1 +47798 {47797} 9058 1 +47799 {47798} 1963 1 +47800 {47799} 11090 1 +47801 {47800} 9491 1 +47802 {47801} 10693 1 +47803 {47802} 11549 1 +47804 {47803} 9458 1 +47805 {47804} 10093 1 +47806 {47805} 10269 1 +47807 {47806} 6107 1 +47808 {47807} 6229 1 +47809 {47808} 2532 1 +47810 {47809} 7360 1 +47811 {47810} 3207 1 +47812 {47811} 1690 1 +47813 {47812} 1438 1 +47814 {47813} 10620 1 +47815 {47814} 3155 1 +47816 {47815} 9369 1 +47817 {47816} 1483 1 +47818 {47817} 12926 1 +47819 {47818} 3705 1 +47820 {47819} 2424 1 +47821 {47820} 5722 1 +47822 {47821} 10646 1 +47823 {47822} 2602 1 +47824 {47823} 3208 1 +47825 {47824} 10407 1 +47826 {47825} 2575 1 +47827 {47826} 2837 1 +47828 {47827} 9116 1 +47829 {47828} 10575 1 +47830 {47829} 9673 1 +47831 {47830} 1523 1 +47832 {47831} 12453 1 +47833 {47832} 1316 1 +47834 {47833} 4937 1 +47835 {47834} 1435 1 +47836 {47835} 10162 1 +47837 {47836} 9814 1 +47838 {47837} 5397 1 +47839 {47838} 7834 1 +47840 {47839} 1326 1 +47841 {47840} 8277 1 +47842 {47841} 1522 1 +47843 {47842} 1682 1 +47844 {47843} 1003 1 +47845 {47844} 10826 1 +47846 {47845} 10559 1 +47847 {47846} 9365 1 +47848 {47847} 9147 1 +47849 {47848} 2673 1 +47850 {47849} 10355 1 +47851 {47850} 2574 1 +47852 {47851} 10951 1 +47853 {47852} 6406 1 +47854 {47853} 1131 1 +47855 {47854} 1778 1 +47856 {47855} 2936 1 +47857 {47856} 1435 1 +47858 {47857} 170 1 +47859 {47858} 8018 1 +47860 {47859} 9924 1 +47861 {47860} 10231 1 +47862 {47861} 2803 1 +47863 {47862} 2705 1 +47864 {47863} 8655 1 +47865 {47864} 608 1 +47866 {47865} 7968 1 +47867 {47866} 4000 1 +47868 {47867} 1070 1 +47869 {47868} 1347 1 +47870 {47869} 9793 1 +47871 {47870} 11765 1 +47872 {47871} 10942 1 +47873 {47872} 236 1 +47874 {47873} 757 1 +47875 {47874} 1821 1 +47876 {47875} 11364 1 +47877 {47876} 2180 1 +47878 {47877} 3509 1 +47879 {47878} 10623 1 +47880 {47879} 3593 1 +47881 {47880} 9757 1 +47882 {47881} 10179 1 +47883 {47882} 10462 1 +47884 {47883} 1270 1 +47885 {47884} 3046 1 +47886 {47885} 11712 1 +47887 {47886} 14015 1 +47888 {47887} 15154 1 +47889 {47888} 1858 1 +47890 {47889} 14551 1 +47891 {47890} 2872 1 +47892 {47891} 2635 1 +47893 {47892} 2943 1 +47894 {47893} 11234 1 +47895 {47894} 3213 1 +47896 {47895} 10645 1 +47897 {47896} 4096 1 +47898 {47897} 5198 1 +47899 {47898} 2392 1 +47900 {47899} 9880 1 +47901 {47900} 3062 1 +47902 {47901} 975 1 +47903 {47902} 2670 1 +47904 {47903} 2434 1 +47905 {47904} 5581 1 +47906 {47905} 10991 1 +47907 {47906} 2207 1 +47908 {47907} 2029 1 +47909 {47908} 2092 1 +47910 {47909} 9944 1 +47911 {47910} 8898 1 +47912 {47911} 2964 1 +47913 {47912} 11734 1 +47914 {47913} 2081 1 +47915 {47914} 8500 1 +47916 {47915} 3311 1 +47917 {47916} 3641 1 +47918 {47917} 897 1 +47919 {47918} 10939 1 +47920 {47919} 10416 1 +47921 {47920} 16215 1 +47922 {47921} 2067 1 +47923 {47922} 7807 1 +47924 {47923} 792 1 +47925 {47924} 8437 1 +47926 {47925} 11505 1 +47927 {47926} 9286 1 +47928 {47927} 14959 1 +47929 {47928} 9154 1 +47930 {47929} 1406 1 +47931 {47930} 11612 1 +47932 {47931} 3573 1 +47933 {47932} 8576 1 +47934 {47933} 11708 1 +47935 {47934} 2109 1 +47936 {47935} 301 1 +47937 {47936} 1411 1 +47938 {47937} 10869 1 +47939 {47938} 11633 1 +47940 {47939} 1889 1 +47941 {47940} 11599 1 +47942 {47941} 465 1 +47943 {47942} 4410 1 +47944 {47943} 3274 1 +47945 {47944} 1722 1 +47946 {47945} 10155 1 +47947 {47946} 11273 1 +47948 {47947} 7568 1 +47949 {47948} 1643 1 +47950 {47949} 2969 1 +47951 {47950} 10270 1 +47952 {47951} 1950 1 +47953 {47952} 2672 1 +47954 {47953} 10960 1 +47955 {47954} 10878 1 +47956 {47955} 12925 1 +47957 {47956} 1754 1 +47958 {47957} 2467 1 +47959 {47958} 1639 1 +47960 {47959} 2268 1 +47961 {47960} 2793 1 +47962 {47961} 2705 1 +47963 {47962} 2167 1 +47964 {47963} 2904 1 +47965 {47964} 11750 1 +47966 {47965} 1792 1 +47967 {47966} 4423 1 +47968 {47967} 2363 1 +47969 {47968} 11516 1 +47970 {47969} 1359 1 +47971 {47970} 3691 1 +47972 {47971} 3281 1 +47973 {47972} 1664 1 +47974 {47973} 3973 1 +47975 {47974} 2128 1 +47976 {47975} 2397 1 +47977 {47976} 11897 1 +47978 {47977} 10635 1 +47979 {47978} 10639 1 +47980 {47979} 2977 1 +47981 {47980} 14555 1 +47982 {47981} 14322 1 +47983 {47982} 2410 1 +47984 {47983} 10236 1 +47985 {47984} 10580 1 +47986 {47985} 2538 1 +47987 {47986} 9435 1 +47988 {47987} 2605 1 +47989 {47988} 3687 1 +47990 {47989} 2629 1 +47991 {47990} 8776 1 +47992 {47991} 25 1 +47993 {47992} 9284 1 +47994 {47993} 5500 1 +47995 {47994} 2803 1 +47996 {47995} 10300 1 +47997 {47996} 9140 1 +47998 {47997} 15045 1 +47999 {47998} 2604 1 +48000 {47999} 12024 1 +48001 {48000} 11031 1 +48002 {48001} 1918 1 +48003 {48002} 1452 1 +48004 {48003} 2818 1 +48005 {48004} 11098 1 +48006 {48005} 10544 1 +48007 {48006} 1788 1 +48008 {48007} 2263 1 +48009 {48008} 2156 1 +48010 {48009} 2329 1 +48011 {48010} 11913 1 +48012 {48011} 11324 1 +48013 {48012} 1762 1 +48014 {48013} 14116 1 +48015 {48014} 3127 1 +48016 {48015} 11790 1 +48017 {48016} 10974 1 +48018 {48017} 11207 1 +48019 {48018} 10862 1 +48020 {48019} 1892 1 +48021 {48020} 1584 1 +48022 {48021} 10561 1 +48023 {48022} 9108 1 +48024 {48023} 10796 1 +48025 {48024} 15525 1 +48026 {48025} 2408 1 +48027 {48026} 9377 1 +48028 {48027} 3105 1 +48029 {48028} 13918 1 +48030 {48029} 2095 1 +48031 {48030} 2353 1 +48032 {48031} 2267 1 +48033 {48032} 2267 1 +48034 {48033} 10487 1 +48035 {48034} 4262 1 +48036 {48035} 4303 1 +48037 {48036} 740 1 +48038 {48037} 9063 1 +48039 {48038} 12693 1 +48040 {48039} 1333 1 +48041 {48040} 10067 1 +48042 {48041} 2099 1 +48043 {48042} 9545 1 +48044 {48043} 2461 1 +48045 {48044} 3418 1 +48046 {48045} 10711 1 +48047 {48046} 10447 1 +48048 {48047} 9425 1 +48049 {48048} 4929 1 +48050 {48049} 9699 1 +48051 {48050} 11169 1 +48052 {48051} 3865 1 +48053 {48052} 11054 1 +48054 {48053} 1168 1 +48055 {48054} 9584 1 +48056 {48055} 3982 1 +48057 {48056} 9959 1 +48058 {48057} 9231 1 +48059 {48058} 15161 1 +48060 {48059} 11319 1 +48061 {48060} 9340 1 +48062 {48061} 2192 1 +48063 {48062} 1202 1 +48064 {48063} 2593 1 +48065 {48064} 1354 1 +48066 {48065} 2669 1 +48067 {48066} 2096 1 +48068 {48067} 473 1 +48069 {48068} 2726 1 +48070 {48069} 2275 1 +48071 {48070} 1673 1 +48072 {48071} 9618 1 +48073 {48072} 9474 1 +48074 {48073} 9282 1 +48075 {48074} 10580 1 +48076 {48075} 2639 1 +48077 {48076} 1700 1 +48078 {48077} 2503 1 +48079 {48078} 14224 1 +48080 {48079} 12046 1 +48081 {48080} 1925 1 +48082 {48081} 16002 1 +48083 {48082} 4433 1 +48084 {48083} 2706 1 +48085 {48084} 10874 1 +48086 {48085} 2687 1 +48087 {48086} 3207 1 +48088 {48087} 2164 1 +48089 {48088} 1584 1 +48090 {48089} 11364 1 +48091 {48090} 2809 1 +48092 {48091} 2465 1 +48093 {48092} 11577 1 +48094 {48093} 9222 1 +48095 {48094} 2639 1 +48096 {48095} 3248 1 +48097 {48096} 2031 1 +48098 {48097} 8911 1 +48099 {48098} 1465 1 +48100 {48099} 2656 1 +48101 {48100} 3628 1 +48102 {48101} 10514 1 +48103 {48102} 1989 1 +48104 {48103} 8929 1 +48105 {48104} 10186 1 +48106 {48105} 12115 1 +48107 {48106} 11744 1 +48108 {48107} 10011 1 +48109 {48108} 3439 1 +48110 {48109} 1239 1 +48111 {48110} 3203 1 +48112 {48111} 4368 1 +48113 {48112} 16179 1 +48114 {48113} 8156 1 +48115 {48114} 2435 1 +48116 {48115} 2624 1 +48117 {48116} 3379 1 +48118 {48117} 10124 1 +48119 {48118} 11843 1 +48120 {48119} 5005 1 +48121 {48120} 1944 1 +48122 {48121} 8115 1 +48123 {48122} 2074 1 +48124 {48123} 10535 1 +48125 {48124} 10014 1 +48126 {48125} 9967 1 +48127 {48126} 1782 1 +48128 {48127} 11379 1 +48129 {48128} 3529 1 +48130 {48129} 11219 1 +48131 {48130} 11896 1 +48132 {48131} 2128 1 +48133 {48132} 4361 1 +48134 {48133} 3207 1 +48135 {48134} 3037 1 +48136 {48135} 2726 1 +48137 {48136} 9357 1 +48138 {48137} 2302 1 +48139 {48138} 2909 1 +48140 {48139} 5761 1 +48141 {48140} 3468 1 +48142 {48141} 1926 1 +48143 {48142} 904 1 +48144 {48143} 8946 1 +48145 {48144} 10972 1 +48146 {48145} 9923 1 +48147 {48146} 2750 1 +48148 {48147} 8049 1 +48149 {48148} 2602 1 +48150 {48149} 12455 1 +48151 {48150} 10301 1 +48152 {48151} 10222 1 +48153 {48152} 66 1 +48154 {48153} 2129 1 +48155 {48154} 9673 1 +48156 {48155} 8908 1 +48157 {48156} 10526 1 +48158 {48157} 2021 1 +48159 {48158} 11456 1 +48160 {48159} 11816 1 +48161 {48160} 10859 1 +48162 {48161} 1371 1 +48163 {48162} 2838 1 +48164 {48163} 16397 1 +48165 {48164} 3543 1 +48166 {48165} 10341 1 +48167 {48166} 3111 1 +48168 {48167} 2634 1 +48169 {48168} 10757 1 +48170 {48169} 813 1 +48171 {48170} 1153 1 +48172 {48171} 907 1 +48173 {48172} 11465 1 +48174 {48173} 2013 1 +48175 {48174} 3140 1 +48176 {48175} 2777 1 +48177 {48176} 1587 1 +48178 {48177} 1574 1 +48179 {48178} 4006 1 +48180 {48179} 2602 1 +48181 {48180} 9765 1 +48182 {48181} 654 1 +48183 {48182} 8023 1 +48184 {48183} 10452 1 +48185 {48184} 10147 1 +48186 {48185} 2055 1 +48187 {48186} 9062 1 +48188 {48187} 3232 1 +48189 {48188} 2495 1 +48190 {48189} 1896 1 +48191 {48190} 3648 1 +48192 {48191} 11319 1 +48193 {48192} 14508 1 +48194 {48193} 2326 1 +48195 {48194} 2566 1 +48196 {48195} 10134 1 +48197 {48196} 3609 1 +48198 {48197} 2000 1 +48199 {48198} 12370 1 +48200 {48199} 10236 1 +48201 {48200} 2929 1 +48202 {48201} 2600 1 +48203 {48202} 9805 1 +48204 {48203} 2165 1 +48205 {48204} 14667 1 +48206 {48205} 6478 1 +48207 {48206} 11146 1 +48208 {48207} 9698 1 +48209 {48208} 2573 1 +48210 {48209} 11688 1 +48211 {48210} 9583 1 +48212 {48211} 1483 1 +48213 {48212} 2261 1 +48214 {48213} 2869 1 +48215 {48214} 2560 1 +48216 {48215} 1641 1 +48217 {48216} 1155 1 +48218 {48217} 2263 1 +48219 {48218} 1862 1 +48220 {48219} 10239 1 +48221 {48220} 8962 1 +48222 {48221} 1841 1 +48223 {48222} 1477 1 +48224 {48223} 430 1 +48225 {48224} 8838 1 +48226 {48225} 3518 1 +48227 {48226} 3108 1 +48228 {48227} 2869 1 +48229 {48228} 1606 1 +48230 {48229} 1962 1 +48231 {48230} 10701 1 +48232 {48231} 7906 1 +48233 {48232} 2304 1 +48234 {48233} 11377 1 +48235 {48234} 9601 1 +48236 {48235} 1980 1 +48237 {48236} 2673 1 +48238 {48237} 2320 1 +48239 {48238} 6656 1 +48240 {48239} 9685 1 +48241 {48240} 2596 1 +48242 {48241} 8088 1 +48243 {48242} 587 1 +48244 {48243} 1320 1 +48245 {48244} 2539 1 +48246 {48245} 1159 1 +48247 {48246} 2209 1 +48248 {48247} 10687 1 +48249 {48248} 9076 1 +48250 {48249} 2568 1 +48251 {48250} 2069 1 +48252 {48251} 1501 1 +48253 {48252} 2433 1 +48254 {48253} 2156 1 +48255 {48254} 2760 1 +48256 {48255} 3236 1 +48257 {48256} 10382 1 +48258 {48257} 14577 1 +48259 {48258} 1841 1 +48260 {48259} 4821 1 +48261 {48260} 11073 1 +48262 {48261} 2562 1 +48263 {48262} 2088 1 +48264 {48263} 2774 1 +48265 {48264} 7471 1 +48266 {48265} 2331 1 +48267 {48266} 11399 1 +48268 {48267} 10990 1 +48269 {48268} 1474 1 +48270 {48269} 2634 1 +48271 {48270} 9916 1 +48272 {48271} 13280 1 +48273 {48272} 10934 1 +48274 {48273} 9430 1 +48275 {48274} 10735 1 +48276 {48275} 9416 1 +48277 {48276} 11523 1 +48278 {48277} 9768 1 +48279 {48278} 896 1 +48280 {48279} 16023 1 +48281 {48280} 10457 1 +48282 {48281} 3442 1 +48283 {48282} 15461 1 +48284 {48283} 1600 1 +48285 {48284} 8984 1 +48286 {48285} 9399 1 +48287 {48286} 9562 1 +48288 {48287} 2568 1 +48289 {48288} 10743 1 +48290 {48289} 14828 1 +48291 {48290} 12737 1 +48292 {48291} 2165 1 +48293 {48292} 2100 1 +48294 {48293} 2293 1 +48295 {48294} 15292 1 +48296 {48295} 9983 1 +48297 {48296} 8962 1 +48298 {48297} 10084 1 +48299 {48298} 1120 1 +48300 {48299} 1848 1 +48301 {48300} 2791 1 +48302 {48301} 2395 1 +48303 {48302} 6558 1 +48304 {48303} 1958 1 +48305 {48304} 10789 1 +48306 {48305} 10275 1 +48307 {48306} 2441 1 +48308 {48307} 2334 1 +48309 {48308} 1639 1 +48310 {48309} 10451 1 +48311 {48310} 8812 1 +48312 {48311} 2530 1 +48313 {48312} 1878 1 +48314 {48313} 11503 1 +48315 {48314} 1886 1 +48316 {48315} 1804 1 +48317 {48316} 5395 1 +48318 {48317} 2986 1 +48319 {48318} 2602 1 +48320 {48319} 11380 1 +48321 {48320} 1227 1 +48322 {48321} 2434 1 +48323 {48322} 2843 1 +48324 {48323} 12507 1 +48325 {48324} 2101 1 +48326 {48325} 1866 1 +48327 {48326} 1785 1 +48328 {48327} 1185 1 +48329 {48328} 11509 1 +48330 {48329} 11125 1 +48331 {48330} 1875 1 +48332 {48331} 1970 1 +48333 {48332} 9835 1 +48334 {48333} 2434 1 +48335 {48334} 1885 1 +48336 {48335} 13602 1 +48337 {48336} 3960 1 +48338 {48337} 2660 1 +48339 {48338} 14066 1 +48340 {48339} 2366 1 +48341 {48340} 2336 1 +48342 {48341} 11892 1 +48343 {48342} 3026 1 +48344 {48343} 9740 1 +48345 {48344} 2466 1 +48346 {48345} 4841 1 +48347 {48346} 9859 1 +48348 {48347} 11305 1 +48349 {48348} 2026 1 +48350 {48349} 2423 1 +48351 {48350} 2865 1 +48352 {48351} 2094 1 +48353 {48352} 3080 1 +48354 {48353} 2344 1 +48355 {48354} 10630 1 +48356 {48355} 10960 1 +48357 {48356} 11332 1 +48358 {48357} 1787 1 +48359 {48358} 10982 1 +48360 {48359} 1551 1 +48361 {48360} 2629 1 +48362 {48361} 10776 1 +48363 {48362} 2267 1 +48364 {48363} 1745 1 +48365 {48364} 2721 1 +48366 {48365} 11947 1 +48367 {48366} 1478 1 +48368 {48367} 9124 1 +48369 {48368} 10201 1 +48370 {48369} 3121 1 +48371 {48370} 11251 1 +48372 {48371} 14786 1 +48373 {48372} 2686 1 +48374 {48373} 2195 1 +48375 {48374} 972 1 +48376 {48375} 8142 1 +48377 {48376} 1208 1 +48378 {48377} 2134 1 +48379 {48378} 11935 1 +48380 {48379} 1744 1 +48381 {48380} 11347 1 +48382 {48381} 2352 1 +48383 {48382} 10828 1 +48384 {48383} 6465 1 +48385 {48384} 2696 1 +48386 {48385} 11778 1 +48387 {48386} 9399 1 +48388 {48387} 6040 1 +48389 {48388} 3007 1 +48390 {48389} 2933 1 +48391 {48390} 10685 1 +48392 {48391} 2701 1 +48393 {48392} 4872 1 +48394 {48393} 11041 1 +48395 {48394} 9585 1 +48396 {48395} 2245 1 +48397 {48396} 1053 1 +48398 {48397} 1622 1 +48399 {48398} 2367 1 +48400 {48399} 15069 1 +48401 {48400} 8721 1 +48402 {48401} 2286 1 +48403 {48402} 3526 1 +48404 {48403} 9954 1 +48405 {48404} 11036 1 +48406 {48405} 11455 1 +48407 {48406} 1919 1 +48408 {48407} 10960 1 +48409 {48408} 1098 1 +48410 {48409} 4056 1 +48411 {48410} 1509 1 +48412 {48411} 1963 1 +48413 {48412} 3717 1 +48414 {48413} 11771 1 +48415 {48414} 3979 1 +48416 {48415} 2413 1 +48417 {48416} 3110 1 +48418 {48417} 9806 1 +48419 {48418} 7440 1 +48420 {48419} 1399 1 +48421 {48420} 3261 1 +48422 {48421} 9663 1 +48423 {48422} 1890 1 +48424 {48423} 2091 1 +48425 {48424} 11358 1 +48426 {48425} 2380 1 +48427 {48426} 2540 1 +48428 {48427} 2045 1 +48429 {48428} 9357 1 +48430 {48429} 4518 1 +48431 {48430} 3208 1 +48432 {48431} 2747 1 +48433 {48432} 6462 1 +48434 {48433} 9994 1 +48435 {48434} 10393 1 +48436 {48435} 2094 1 +48437 {48436} 8273 1 +48438 {48437} 13238 1 +48439 {48438} 8970 1 +48440 {48439} 9525 1 +48441 {48440} 11201 1 +48442 {48441} 12808 1 +48443 {48442} 12365 1 +48444 {48443} 2343 1 +48445 {48444} 1704 1 +48446 {48445} 1332 1 +48447 {48446} 1726 1 +48448 {48447} 9762 1 +48449 {48448} 2301 1 +48450 {48449} 12130 1 +48451 {48450} 2156 1 +48452 {48451} 16494 1 +48453 {48452} 1910 1 +48454 {48453} 12061 1 +48455 {48454} 3201 1 +48456 {48455} 2369 1 +48457 {48456} 1563 1 +48458 {48457} 11466 1 +48459 {48458} 2695 1 +48460 {48459} 1215 1 +48461 {48460} 10528 1 +48462 {48461} 10570 1 +48463 {48462} 10253 1 +48464 {48463} 11205 1 +48465 {48464} 11488 1 +48466 {48465} 2454 1 +48467 {48466} 2350 1 +48468 {48467} 2537 1 +48469 {48468} 1327 1 +48470 {48469} 15624 1 +48471 {48470} 11549 1 +48472 {48471} 1602 1 +48473 {48472} 10655 1 +48474 {48473} 2805 1 +48475 {48474} 2425 1 +48476 {48475} 14738 1 +48477 {48476} 2843 1 +48478 {48477} 1361 1 +48479 {48478} 2502 1 +48480 {48479} 7207 1 +48481 {48480} 11098 1 +48482 {48481} 1045 1 +48483 {48482} 4406 1 +48484 {48483} 2267 1 +48485 {48484} 10711 1 +48486 {48485} 11024 1 +48487 {48486} 2843 1 +48488 {48487} 10202 1 +48489 {48488} 9532 1 +48490 {48489} 2363 1 +48491 {48490} 3480 1 +48492 {48491} 1586 1 +48493 {48492} 2501 1 +48494 {48493} 1264 1 +48495 {48494} 2531 1 +48496 {48495} 3013 1 +48497 {48496} 11209 1 +48498 {48497} 10750 1 +48499 {48498} 6 1 +48500 {48499} 2368 1 +48501 {48500} 2503 1 +48502 {48501} 9757 1 +48503 {48502} 9927 1 +48504 {48503} 2604 1 +48505 {48504} 3327 1 +48506 {48505} 10053 1 +48507 {48506} 1662 1 +48508 {48507} 9994 1 +48509 {48508} 10693 1 +48510 {48509} 13780 1 +48511 {48510} 7390 1 +48512 {48511} 13496 1 +48513 {48512} 11374 1 +48514 {48513} 9957 1 +48515 {48514} 11374 1 +48516 {48515} 1868 1 +48517 {48516} 10646 1 +48518 {48517} 1266 1 +48519 {48518} 10631 1 +48520 {48519} 1993 1 +48521 {48520} 2739 1 +48522 {48521} 8397 1 +48523 {48522} 2469 1 +48524 {48523} 1914 1 +48525 {48524} 968 1 +48526 {48525} 9930 1 +48527 {48526} 8985 1 +48528 {48527} 2411 1 +48529 {48528} 2812 1 +48530 {48529} 2415 1 +48531 {48530} 5778 1 +48532 {48531} 10489 1 +48533 {48532} 12528 1 +48534 {48533} 10991 1 +48535 {48534} 9994 1 +48536 {48535} 3633 1 +48537 {48536} 8642 1 +48538 {48537} 2180 1 +48539 {48538} 10148 1 +48540 {48539} 2571 1 +48541 {48540} 10902 1 +48542 {48541} 9925 1 +48543 {48542} 16587 1 +48544 {48543} 10419 1 +48545 {48544} 2430 1 +48546 {48545} 9957 1 +48547 {48546} 2225 1 +48548 {48547} 1257 1 +48549 {48548} 1239 1 +48550 {48549} 11240 1 +48551 {48550} 10477 1 +48552 {48551} 1482 1 +48553 {48552} 869 1 +48554 {48553} 3110 1 +48555 {48554} 16291 1 +48556 {48555} 1622 1 +48557 {48556} 1755 1 +48558 {48557} 2225 1 +48559 {48558} 15798 1 +48560 {48559} 2382 1 +48561 {48560} 10928 1 +48562 {48561} 1485 1 +48563 {48562} 2135 1 +48564 {48563} 2120 1 +48565 {48564} 869 1 +48566 {48565} 3164 1 +48567 {48566} 2597 1 +48568 {48567} 10504 1 +48569 {48568} 8641 1 +48570 {48569} 10055 1 +48571 {48570} 1270 1 +48572 {48571} 2400 1 +48573 {48572} 2705 1 +48574 {48573} 2124 1 +48575 {48574} 2486 1 +48576 {48575} 1877 1 +48577 {48576} 2366 1 +48578 {48577} 2009 1 +48579 {48578} 10093 1 +48580 {48579} 2528 1 +48581 {48580} 11071 1 +48582 {48581} 10494 1 +48583 {48582} 2125 1 +48584 {48583} 2640 1 +48585 {48584} 6846 1 +48586 {48585} 6096 1 +48587 {48586} 2993 1 +48588 {48587} 11900 1 +48589 {48588} 1886 1 +48590 {48589} 2705 1 +48591 {48590} 1298 1 +48592 {48591} 5866 1 +48593 {48592} 4669 1 +48594 {48593} 2563 1 +48595 {48594} 11054 1 +48596 {48595} 10239 1 +48597 {48596} 1420 1 +48598 {48597} 1522 1 +48599 {48598} 5103 1 +48600 {48599} 10605 1 +48601 {48600} 2793 1 +48602 {48601} 14695 1 +48603 {48602} 1685 1 +48604 {48603} 11439 1 +48605 {48604} 11780 1 +48606 {48605} 2225 1 +48607 {48606} 1953 1 +48608 {48607} 2363 1 +48609 {48608} 2597 1 +48610 {48609} 539 1 +48611 {48610} 1920 1 +48612 {48611} 10778 1 +48613 {48612} 2161 1 +48614 {48613} 2903 1 +48615 {48614} 8055 1 +48616 {48615} 1059 1 +48617 {48616} 10153 1 +48618 {48617} 3314 1 +48619 {48618} 14805 1 +48620 {48619} 460 1 +48621 {48620} 1208 1 +48622 {48621} 2121 1 +48623 {48622} 13020 1 +48624 {48623} 12318 1 +48625 {48624} 2094 1 +48626 {48625} 2429 1 +48627 {48626} 1167 1 +48628 {48627} 2861 1 +48629 {48628} 3543 1 +48630 {48629} 2055 1 +48631 {48630} 1358 1 +48632 {48631} 11482 1 +48633 {48632} 11362 1 +48634 {48633} 1752 1 +48635 {48634} 10646 1 +48636 {48635} 10585 1 +48637 {48636} 5373 1 +48638 {48637} 7208 1 +48639 {48638} 1820 1 +48640 {48639} 10497 1 +48641 {48640} 1923 1 +48642 {48641} 15541 1 +48643 {48642} 7980 1 +48644 {48643} 14416 1 +48645 {48644} 2464 1 +48646 {48645} 1648 1 +48647 {48646} 2753 1 +48648 {48647} 2212 1 +48649 {48648} 10001 1 +48650 {48649} 1586 1 +48651 {48650} 10358 1 +48652 {48651} 6646 1 +48653 {48652} 5217 1 +48654 {48653} 1641 1 +48655 {48654} 2604 1 +48656 {48655} 9514 1 +48657 {48656} 11389 1 +48658 {48657} 1548 1 +48659 {48658} 2128 1 +48660 {48659} 2227 1 +48661 {48660} 2306 1 +48662 {48661} 3114 1 +48663 {48662} 11552 1 +48664 {48663} 4828 1 +48665 {48664} 12770 1 +48666 {48665} 2134 1 +48667 {48666} 11523 1 +48668 {48667} 2433 1 +48669 {48668} 10660 1 +48670 {48669} 2975 1 +48671 {48670} 2300 1 +48672 {48671} 3176 1 +48673 {48672} 14950 1 +48674 {48673} 9954 1 +48675 {48674} 11788 1 +48676 {48675} 1070 1 +48677 {48676} 11312 1 +48678 {48677} 9342 1 +48679 {48678} 14696 1 +48680 {48679} 11973 1 +48681 {48680} 11552 1 +48682 {48681} 2589 1 +48683 {48682} 2940 1 +48684 {48683} 2966 1 +48685 {48684} 8354 1 +48686 {48685} 1378 1 +48687 {48686} 1377 1 +48688 {48687} 1622 1 +48689 {48688} 5524 1 +48690 {48689} 15655 1 +48691 {48690} 2122 1 +48692 {48691} 1889 1 +48693 {48692} 9342 1 +48694 {48693} 8852 1 +48695 {48694} 1159 1 +48696 {48695} 8960 1 +48697 {48696} 2897 1 +48698 {48697} 8939 1 +48699 {48698} 6586 1 +48700 {48699} 9759 1 +48701 {48700} 9142 1 +48702 {48701} 10184 1 +48703 {48702} 11003 1 +48704 {48703} 1892 1 +48705 {48704} 10360 1 +48706 {48705} 9856 1 +48707 {48706} 2192 1 +48708 {48707} 10360 1 +48709 {48708} 2708 1 +48710 {48709} 9644 1 +48711 {48710} 1990 1 +48712 {48711} 7640 1 +48713 {48712} 1418 1 +48714 {48713} 2193 1 +48715 {48714} 8869 1 +48716 {48715} 8373 1 +48717 {48716} 3617 1 +48718 {48717} 2594 1 +48719 {48718} 11673 1 +48720 {48719} 9842 1 +48721 {48720} 3663 1 +48722 {48721} 2539 1 +48723 {48722} 3532 1 +48724 {48723} 9439 1 +48725 {48724} 1921 1 +48726 {48725} 10731 1 +48727 {48726} 10084 1 +48728 {48727} 9007 1 +48729 {48728} 10326 1 +48730 {48729} 2395 1 +48731 {48730} 10026 1 +48732 {48731} 10418 1 +48733 {48732} 2035 1 +48734 {48733} 2118 1 +48735 {48734} 9521 1 +48736 {48735} 1727 1 +48737 {48736} 11459 1 +48738 {48737} 12091 1 +48739 {48738} 2754 1 +48740 {48739} 9967 1 +48741 {48740} 11752 1 +48742 {48741} 1272 1 +48743 {48742} 1120 1 +48744 {48743} 9894 1 +48745 {48744} 2738 1 +48746 {48745} 1383 1 +48747 {48746} 1403 1 +48748 {48747} 9581 1 +48749 {48748} 10431 1 +48750 {48749} 10462 1 +48751 {48750} 2368 1 +48752 {48751} 10363 1 +48753 {48752} 10641 1 +48754 {48753} 11354 1 +48755 {48754} 3072 1 +48756 {48755} 1959 1 +48757 {48756} 15080 1 +48758 {48757} 3591 1 +48759 {48758} 9476 1 +48760 {48759} 8960 1 +48761 {48760} 1653 1 +48762 {48761} 9770 1 +48763 {48762} 7573 1 +48764 {48763} 8892 1 +48765 {48764} 1708 1 +48766 {48765} 2660 1 +48767 {48766} 10460 1 +48768 {48767} 4549 1 +48769 {48768} 2265 1 +48770 {48769} 10449 1 +48771 {48770} 9229 1 +48772 {48771} 3502 1 +48773 {48772} 2911 1 +48774 {48773} 11320 1 +48775 {48774} 3139 1 +48776 {48775} 1730 1 +48777 {48776} 2165 1 +48778 {48777} 14380 1 +48779 {48778} 1752 1 +48780 {48779} 1271 1 +48781 {48780} 8888 1 +48782 {48781} 2225 1 +48783 {48782} 2891 1 +48784 {48783} 8218 1 +48785 {48784} 10653 1 +48786 {48785} 10700 1 +48787 {48786} 10681 1 +48788 {48787} 11509 1 +48789 {48788} 1447 1 +48790 {48789} 4105 1 +48791 {48790} 3738 1 +48792 {48791} 83 1 +48793 {48792} 2292 1 +48794 {48793} 2163 1 +48795 {48794} 8217 1 +48796 {48795} 9019 1 +48797 {48796} 5284 1 +48798 {48797} 1682 1 +48799 {48798} 11595 1 +48800 {48799} 2467 1 +48801 {48800} 2469 1 +48802 {48801} 10757 1 +48803 {48802} 9924 1 +48804 {48803} 10674 1 +48805 {48804} 9330 1 +48806 {48805} 1873 1 +48807 {48806} 12309 1 +48808 {48807} 2284 1 +48809 {48808} 2771 1 +48810 {48809} 9503 1 +48811 {48810} 10347 1 +48812 {48811} 11383 1 +48813 {48812} 2228 1 +48814 {48813} 2304 1 +48815 {48814} 12119 1 +48816 {48815} 9709 1 +48817 {48816} 11579 1 +48818 {48817} 1374 1 +48819 {48818} 2195 1 +48820 {48819} 10960 1 +48821 {48820} 1265 1 +48822 {48821} 13219 1 +48823 {48822} 3034 1 +48824 {48823} 2477 1 +48825 {48824} 11261 1 +48826 {48825} 1961 1 +48827 {48826} 5649 1 +48828 {48827} 1163 1 +48829 {48828} 10105 1 +48830 {48829} 3104 1 +48831 {48830} 10967 1 +48832 {48831} 8775 1 +48833 {48832} 2839 1 +48834 {48833} 9551 1 +48835 {48834} 1997 1 +48836 {48835} 13361 1 +48837 {48836} 1849 1 +48838 {48837} 7217 1 +48839 {48838} 6286 1 +48840 {48839} 3140 1 +48841 {48840} 10730 1 +48842 {48841} 15423 1 +48843 {48842} 8147 1 +48844 {48843} 10861 1 +48845 {48844} 3203 1 +48846 {48845} 8944 1 +48847 {48846} 1584 1 +48848 {48847} 3134 1 +48849 {48848} 3140 1 +48850 {48849} 2161 1 +48851 {48850} 11109 1 +48852 {48851} 10457 1 +48853 {48852} 3279 1 +48854 {48853} 9357 1 +48855 {48854} 12671 1 +48856 {48855} 10174 1 +48857 {48856} 3662 1 +48858 {48857} 1858 1 +48859 {48858} 1896 1 +48860 {48859} 2164 1 +48861 {48860} 2862 1 +48862 {48861} 1927 1 +48863 {48862} 9880 1 +48864 {48863} 11549 1 +48865 {48864} 10195 1 +48866 {48865} 1018 1 +48867 {48866} 2528 1 +48868 {48867} 15671 1 +48869 {48868} 2633 1 +48870 {48869} 4178 1 +48871 {48870} 2730 1 +48872 {48871} 9171 1 +48873 {48872} 16320 1 +48874 {48873} 9217 1 +48875 {48874} 2632 1 +48876 {48875} 3841 1 +48877 {48876} 8321 1 +48878 {48877} 2317 1 +48879 {48878} 2022 1 +48880 {48879} 11053 1 +48881 {48880} 5116 1 +48882 {48881} 12027 1 +48883 {48882} 11471 1 +48884 {48883} 10516 1 +48885 {48884} 2874 1 +48886 {48885} 10674 1 +48887 {48886} 9223 1 +48888 {48887} 5647 1 +48889 {48888} 2502 1 +48890 {48889} 4314 1 +48891 {48890} 8801 1 +48892 {48891} 10900 1 +48893 {48892} 9575 1 +48894 {48893} 1354 1 +48895 {48894} 2403 1 +48896 {48895} 10425 1 +48897 {48896} 2798 1 +48898 {48897} 11759 1 +48899 {48898} 9096 1 +48900 {48899} 14835 1 +48901 {48900} 10821 1 +48902 {48901} 3278 1 +48903 {48902} 7487 1 +48904 {48903} 9317 1 +48905 {48904} 3067 1 +48906 {48905} 1635 1 +48907 {48906} 10190 1 +48908 {48907} 10092 1 +48909 {48908} 1928 1 +48910 {48909} 1007 1 +48911 {48910} 11060 1 +48912 {48911} 9717 1 +48913 {48912} 3381 1 +48914 {48913} 8361 1 +48915 {48914} 13258 1 +48916 {48915} 12289 1 +48917 {48916} 865 1 +48918 {48917} 2350 1 +48919 {48918} 2266 1 +48920 {48919} 2232 1 +48921 {48920} 11496 1 +48922 {48921} 6226 1 +48923 {48922} 13234 1 +48924 {48923} 7665 1 +48925 {48924} 2810 1 +48926 {48925} 3801 1 +48927 {48926} 2336 1 +48928 {48927} 2738 1 +48929 {48928} 10135 1 +48930 {48929} 9183 1 +48931 {48930} 2165 1 +48932 {48931} 14388 1 +48933 {48932} 3111 1 +48934 {48933} 9729 1 +48935 {48934} 9329 1 +48936 {48935} 12178 1 +48937 {48936} 11855 1 +48938 {48937} 2604 1 +48939 {48938} 16381 1 +48940 {48939} 10938 1 +48941 {48940} 1199 1 +48942 {48941} 2247 1 +48943 {48942} 2512 1 +48944 {48943} 6702 1 +48945 {48944} 1890 1 +48946 {48945} 2305 1 +48947 {48946} 9725 1 +48948 {48947} 5811 1 +48949 {48948} 10626 1 +48950 {48949} 2599 1 +48951 {48950} 1849 1 +48952 {48951} 11989 1 +48953 {48952} 4162 1 +48954 {48953} 2367 1 +48955 {48954} 2974 1 +48956 {48955} 8755 1 +48957 {48956} 1923 1 +48958 {48957} 13161 1 +48959 {48958} 2640 1 +48960 {48959} 9976 1 +48961 {48960} 3141 1 +48962 {48961} 1755 1 +48963 {48962} 7293 1 +48964 {48963} 1849 1 +48965 {48964} 9138 1 +48966 {48965} 3264 1 +48967 {48966} 2273 1 +48968 {48967} 5774 1 +48969 {48968} 2810 1 +48970 {48969} 11972 1 +48971 {48970} 2807 1 +48972 {48971} 1858 1 +48973 {48972} 1512 1 +48974 {48973} 10494 1 +48975 {48974} 5273 1 +48976 {48975} 8402 1 +48977 {48976} 1576 1 +48978 {48977} 7847 1 +48979 {48978} 9967 1 +48980 {48979} 8098 1 +48981 {48980} 10750 1 +48982 {48981} 3433 1 +48983 {48982} 2165 1 +48984 {48983} 2182 1 +48985 {48984} 10537 1 +48986 {48985} 2380 1 +48987 {48986} 3633 1 +48988 {48987} 2515 1 +48989 {48988} 9373 1 +48990 {48989} 1342 1 +48991 {48990} 9840 1 +48992 {48991} 1102 1 +48993 {48992} 9614 1 +48994 {48993} 5824 1 +48995 {48994} 11424 1 +48996 {48995} 2101 1 +48997 {48996} 9862 1 +48998 {48997} 8523 1 +48999 {48998} 16112 1 +49000 {48999} 1740 1 +49001 {49000} 2348 1 +49002 {49001} 11044 1 +49003 {49002} 6263 1 +49004 {49003} 1983 1 +49005 {49004} 1396 1 +49006 {49005} 10293 1 +49007 {49006} 3559 1 +49008 {49007} 2017 1 +49009 {49008} 3201 1 +49010 {49009} 14961 1 +49011 {49010} 2664 1 +49012 {49011} 9182 1 +49013 {49012} 339 1 +49014 {49013} 2736 1 +49015 {49014} 11173 1 +49016 {49015} 11622 1 +49017 {49016} 2390 1 +49018 {49017} 2326 1 +49019 {49018} 2600 1 +49020 {49019} 11466 1 +49021 {49020} 12815 1 +49022 {49021} 5736 1 +49023 {49022} 8852 1 +49024 {49023} 10911 1 +49025 {49024} 1294 1 +49026 {49025} 11248 1 +49027 {49026} 2671 1 +49028 {49027} 10950 1 +49029 {49028} 12030 1 +49030 {49029} 2301 1 +49031 {49030} 4020 1 +49032 {49031} 1381 1 +49033 {49032} 5600 1 +49034 {49033} 8313 1 +49035 {49034} 10155 1 +49036 {49035} 1434 1 +49037 {49036} 1754 1 +49038 {49037} 2904 1 +49039 {49038} 8454 1 +49040 {49039} 11840 1 +49041 {49040} 11407 1 +49042 {49041} 10090 1 +49043 {49042} 11066 1 +49044 {49043} 1166 1 +49045 {49044} 2385 1 +49046 {49045} 10719 1 +49047 {49046} 1978 1 +49048 {49047} 8568 1 +49049 {49048} 1562 1 +49050 {49049} 10761 1 +49051 {49050} 10752 1 +49052 {49051} 14907 1 +49053 {49052} 1452 1 +49054 {49053} 9884 1 +49055 {49054} 4696 1 +49056 {49055} 1451 1 +49057 {49056} 1010 1 +49058 {49057} 10769 1 +49059 {49058} 10346 1 +49060 {49059} 3887 1 +49061 {49060} 3142 1 +49062 {49061} 3675 1 +49063 {49062} 6560 1 +49064 {49063} 1942 1 +49065 {49064} 9509 1 +49066 {49065} 1752 1 +49067 {49066} 11080 1 +49068 {49067} 10891 1 +49069 {49068} 10323 1 +49070 {49069} 2360 1 +49071 {49070} 2571 1 +49072 {49071} 2303 1 +49073 {49072} 3433 1 +49074 {49073} 10385 1 +49075 {49074} 4721 1 +49076 {49075} 2915 1 +49077 {49076} 7365 1 +49078 {49077} 14843 1 +49079 {49078} 2056 1 +49080 {49079} 11043 1 +49081 {49080} 2044 1 +49082 {49081} 2502 1 +49083 {49082} 1021 1 +49084 {49083} 10202 1 +49085 {49084} 2025 1 +49086 {49085} 10757 1 +49087 {49086} 2736 1 +49088 {49087} 2777 1 +49089 {49088} 1813 1 +49090 {49089} 1208 1 +49091 {49090} 16109 1 +49092 {49091} 9655 1 +49093 {49092} 9705 1 +49094 {49093} 8509 1 +49095 {49094} 1755 1 +49096 {49095} 2233 1 +49097 {49096} 2568 1 +49098 {49097} 2098 1 +49099 {49098} 10914 1 +49100 {49099} 7969 1 +49101 {49100} 2267 1 +49102 {49101} 4690 1 +49103 {49102} 10272 1 +49104 {49103} 10846 1 +49105 {49104} 3465 1 +49106 {49105} 1491 1 +49107 {49106} 6244 1 +49108 {49107} 2891 1 +49109 {49108} 2304 1 +49110 {49109} 10699 1 +49111 {49110} 3868 1 +49112 {49111} 7133 1 +49113 {49112} 10703 1 +49114 {49113} 2061 1 +49115 {49114} 9961 1 +49116 {49115} 10431 1 +49117 {49116} 1309 1 +49118 {49117} 3175 1 +49119 {49118} 2130 1 +49120 {49119} 2646 1 +49121 {49120} 9970 1 +49122 {49121} 1988 1 +49123 {49122} 9290 1 +49124 {49123} 11709 1 +49125 {49124} 2360 1 +49126 {49125} 10741 1 +49127 {49126} 2489 1 +49128 {49127} 2668 1 +49129 {49128} 2568 1 +49130 {49129} 1775 1 +49131 {49130} 2366 1 +49132 {49131} 5138 1 +49133 {49132} 11966 1 +49134 {49133} 15682 1 +49135 {49134} 1980 1 +49136 {49135} 1710 1 +49137 {49136} 1589 1 +49138 {49137} 3543 1 +49139 {49138} 15617 1 +49140 {49139} 10008 1 +49141 {49140} 2874 1 +49142 {49141} 1773 1 +49143 {49142} 9098 1 +49144 {49143} 10692 1 +49145 {49144} 8734 1 +49146 {49145} 9954 1 +49147 {49146} 9140 1 +49148 {49147} 2769 1 +49149 {49148} 4059 1 +49150 {49149} 16466 1 +49151 {49150} 2609 1 +49152 {49151} 8502 1 +49153 {49152} 2015 1 +49154 {49153} 3633 1 +49155 {49154} 2466 1 +49156 {49155} 2807 1 +49157 {49156} 11103 1 +49158 {49157} 2668 1 +49159 {49158} 2600 1 +49160 {49159} 9516 1 +49161 {49160} 2640 1 +49162 {49161} 13922 1 +49163 {49162} 9836 1 +49164 {49163} 10832 1 +49165 {49164} 11056 1 +49166 {49165} 9943 1 +49167 {49166} 4807 1 +49168 {49167} 12088 1 +49169 {49168} 10534 1 +49170 {49169} 2155 1 +49171 {49170} 2838 1 +49172 {49171} 11789 1 +49173 {49172} 2264 1 +49174 {49173} 1406 1 +49175 {49174} 1434 1 +49176 {49175} 2185 1 +49177 {49176} 2774 1 +49178 {49177} 1584 1 +49179 {49178} 2625 1 +49180 {49179} 1846 1 +49181 {49180} 568 1 +49182 {49181} 2598 1 +49183 {49182} 2063 1 +49184 {49183} 2145 1 +49185 {49184} 2155 1 +49186 {49185} 2117 1 +49187 {49186} 1576 1 +49188 {49187} 1431 1 +49189 {49188} 6596 1 +49190 {49189} 2056 1 +49191 {49190} 8409 1 +49192 {49191} 10530 1 +49193 {49192} 13012 1 +49194 {49193} 3826 1 +49195 {49194} 2673 1 +49196 {49195} 2461 1 +49197 {49196} 2273 1 +49198 {49197} 10090 1 +49199 {49198} 8669 1 +49200 {49199} 2063 1 +49201 {49200} 1818 1 +49202 {49201} 10992 1 +49203 {49202} 1904 1 +49204 {49203} 3304 1 +49205 {49204} 9990 1 +49206 {49205} 911 1 +49207 {49206} 1133 1 +49208 {49207} 2605 1 +49209 {49208} 3006 1 +49210 {49209} 2527 1 +49211 {49210} 3064 1 +49212 {49211} 8919 1 +49213 {49212} 9093 1 +49214 {49213} 10601 1 +49215 {49214} 10196 1 +49216 {49215} 7718 1 +49217 {49216} 10535 1 +49218 {49217} 1195 1 +49219 {49218} 10061 1 +49220 {49219} 10356 1 +49221 {49220} 11172 1 +49222 {49221} 1459 1 +49223 {49222} 1197 1 +49224 {49223} 11346 1 +49225 {49224} 3037 1 +49226 {49225} 11896 1 +49227 {49226} 2467 1 +49228 {49227} 3270 1 +49229 {49228} 10031 1 +49230 {49229} 3685 1 +49231 {49230} 2029 1 +49232 {49231} 3752 1 +49233 {49232} 9986 1 +49234 {49233} 13472 1 +49235 {49234} 11139 1 +49236 {49235} 2764 1 +49237 {49236} 2609 1 +49238 {49237} 2639 1 +49239 {49238} 12913 1 +49240 {49239} 1650 1 +49241 {49240} 2493 1 +49242 {49241} 2634 1 +49243 {49242} 2499 1 +49244 {49243} 6886 1 +49245 {49244} 1308 1 +49246 {49245} 11108 1 +49247 {49246} 2333 1 +49248 {49247} 10833 1 +49249 {49248} 3214 1 +49250 {49249} 9501 1 +49251 {49250} 10126 1 +49252 {49251} 2845 1 +49253 {49252} 9538 1 +49254 {49253} 3180 1 +49255 {49254} 2772 1 +49256 {49255} 10738 1 +49257 {49256} 3418 1 +49258 {49257} 11608 1 +49259 {49258} 10277 1 +49260 {49259} 2996 1 +49261 {49260} 3675 1 +49262 {49261} 2166 1 +49263 {49262} 1609 1 +49264 {49263} 7900 1 +49265 {49264} 7778 1 +49266 {49265} 11135 1 +49267 {49266} 3031 1 +49268 {49267} 11034 1 +49269 {49268} 10001 1 +49270 {49269} 14288 1 +49271 {49270} 11685 1 +49272 {49271} 1676 1 +49273 {49272} 3419 1 +49274 {49273} 16580 1 +49275 {49274} 5543 1 +49276 {49275} 15707 1 +49277 {49276} 10393 1 +49278 {49277} 2601 1 +49279 {49278} 2196 1 +49280 {49279} 8862 1 +49281 {49280} 16284 1 +49282 {49281} 10495 1 +49283 {49282} 2272 1 +49284 {49283} 11643 1 +49285 {49284} 10699 1 +49286 {49285} 814 1 +49287 {49286} 1096 1 +49288 {49287} 894 1 +49289 {49288} 10021 1 +49290 {49289} 10597 1 +49291 {49290} 1959 1 +49292 {49291} 3434 1 +49293 {49292} 3247 1 +49294 {49293} 3040 1 +49295 {49294} 2978 1 +49296 {49295} 10978 1 +49297 {49296} 2726 1 +49298 {49297} 2424 1 +49299 {49298} 1511 1 +49300 {49299} 1434 1 +49301 {49300} 1786 1 +49302 {49301} 1745 1 +49303 {49302} 2464 1 +49304 {49303} 1385 1 +49305 {49304} 15236 1 +49306 {49305} 3040 1 +49307 {49306} 2947 1 +49308 {49307} 11164 1 +49309 {49308} 3299 1 +49310 {49309} 2798 1 +49311 {49310} 7666 1 +49312 {49311} 2643 1 +49313 {49312} 1755 1 +49314 {49313} 2842 1 +49315 {49314} 15877 1 +49316 {49315} 1957 1 +49317 {49316} 12050 1 +49318 {49317} 11752 1 +49319 {49318} 753 1 +49320 {49319} 3499 1 +49321 {49320} 2232 1 +49322 {49321} 1670 1 +49323 {49322} 850 1 +49324 {49323} 4247 1 +49325 {49324} 12364 1 +49326 {49325} 1670 1 +49327 {49326} 5417 1 +49328 {49327} 3669 1 +49329 {49328} 15332 1 +49330 {49329} 3210 1 +49331 {49330} 14698 1 +49332 {49331} 5679 1 +49333 {49332} 2695 1 +49334 {49333} 2482 1 +49335 {49334} 1851 1 +49336 {49335} 11654 1 +49337 {49336} 15359 1 +49338 {49337} 2425 1 +49339 {49338} 10786 1 +49340 {49339} 13144 1 +49341 {49340} 11016 1 +49342 {49341} 2532 1 +49343 {49342} 11470 1 +49344 {49343} 11355 1 +49345 {49344} 8984 1 +49346 {49345} 2574 1 +49347 {49346} 10653 1 +49348 {49347} 240 1 +49349 {49348} 2417 1 +49350 {49349} 2133 1 +49351 {49350} 2055 1 +49352 {49351} 3246 1 +49353 {49352} 2085 1 +49354 {49353} 3977 1 +49355 {49354} 11196 1 +49356 {49355} 492 1 +49357 {49356} 2296 1 +49358 {49357} 8931 1 +49359 {49358} 2467 1 +49360 {49359} 6826 1 +49361 {49360} 9230 1 +49362 {49361} 2115 1 +49363 {49362} 1809 1 +49364 {49363} 1996 1 +49365 {49364} 2467 1 +49366 {49365} 9538 1 +49367 {49366} 8364 1 +49368 {49367} 1342 1 +49369 {49368} 12028 1 +49370 {49369} 10258 1 +49371 {49370} 5396 1 +49372 {49371} 2575 1 +49373 {49372} 1994 1 +49374 {49373} 8919 1 +49375 {49374} 11153 1 +49376 {49375} 12045 1 +49377 {49376} 10006 1 +49378 {49377} 2695 1 +49379 {49378} 4153 1 +49380 {49379} 9388 1 +49381 {49380} 5661 1 +49382 {49381} 2834 1 +49383 {49382} 11041 1 +49384 {49383} 9561 1 +49385 {49384} 2061 1 +49386 {49385} 2163 1 +49387 {49386} 10671 1 +49388 {49387} 10807 1 +49389 {49388} 16090 1 +49390 {49389} 2181 1 +49391 {49390} 9846 1 +49392 {49391} 7425 1 +49393 {49392} 10565 1 +49394 {49393} 9122 1 +49395 {49394} 10565 1 +49396 {49395} 10544 1 +49397 {49396} 2469 1 +49398 {49397} 10109 1 +49399 {49398} 9316 1 +49400 {49399} 2290 1 +49401 {49400} 7869 1 +49402 {49401} 7453 1 +49403 {49402} 1921 1 +49404 {49403} 2192 1 +49405 {49404} 1646 1 +49406 {49405} 10099 1 +49407 {49406} 14540 1 +49408 {49407} 16156 1 +49409 {49408} 2496 1 +49410 {49409} 2740 1 +49411 {49410} 10982 1 +49412 {49411} 9898 1 +49413 {49412} 9485 1 +49414 {49413} 2080 1 +49415 {49414} 1825 1 +49416 {49415} 2874 1 +49417 {49416} 2379 1 +49418 {49417} 1181 1 +49419 {49418} 586 1 +49420 {49419} 485 1 +49421 {49420} 3074 1 +49422 {49421} 1720 1 +49423 {49422} 1603 1 +49424 {49423} 6684 1 +49425 {49424} 10234 1 +49426 {49425} 10011 1 +49427 {49426} 1990 1 +49428 {49427} 1426 1 +49429 {49428} 1051 1 +49430 {49429} 3414 1 +49431 {49430} 11472 1 +49432 {49431} 2333 1 +49433 {49432} 1685 1 +49434 {49433} 15073 1 +49435 {49434} 2844 1 +49436 {49435} 10690 1 +49437 {49436} 3286 1 +49438 {49437} 3842 1 +49439 {49438} 2148 1 +49440 {49439} 8810 1 +49441 {49440} 11078 1 +49442 {49441} 7884 1 +49443 {49442} 2640 1 +49444 {49443} 3132 1 +49445 {49444} 5850 1 +49446 {49445} 2366 1 +49447 {49446} 1906 1 +49448 {49447} 3551 1 +49449 {49448} 11404 1 +49450 {49449} 2424 1 +49451 {49450} 11493 1 +49452 {49451} 1990 1 +49453 {49452} 9759 1 +49454 {49453} 2075 1 +49455 {49454} 1275 1 +49456 {49455} 8973 1 +49457 {49456} 2527 1 +49458 {49457} 11331 1 +49459 {49458} 1927 1 +49460 {49459} 10630 1 +49461 {49460} 985 1 +49462 {49461} 2604 1 +49463 {49462} 2701 1 +49464 {49463} 5345 1 +49465 {49464} 2348 1 +49466 {49465} 1784 1 +49467 {49466} 12777 1 +49468 {49467} 13295 1 +49469 {49468} 9755 1 +49470 {49469} 2705 1 +49471 {49470} 3814 1 +49472 {49471} 11123 1 +49473 {49472} 3311 1 +49474 {49473} 9857 1 +49475 {49474} 1399 1 +49476 {49475} 3004 1 +49477 {49476} 2427 1 +49478 {49477} 1815 1 +49479 {49478} 2775 1 +49480 {49479} 2009 1 +49481 {49480} 4255 1 +49482 {49481} 2195 1 +49483 {49482} 744 1 +49484 {49483} 2435 1 +49485 {49484} 13674 1 +49486 {49485} 1993 1 +49487 {49486} 2300 1 +49488 {49487} 781 1 +49489 {49488} 2663 1 +49490 {49489} 11456 1 +49491 {49490} 1924 1 +49492 {49491} 1277 1 +49493 {49492} 9387 1 +49494 {49493} 855 1 +49495 {49494} 2009 1 +49496 {49495} 10942 1 +49497 {49496} 1816 1 +49498 {49497} 10679 1 +49499 {49498} 3313 1 +49500 {49499} 1566 1 +49501 {49500} 10580 1 +49502 {49501} 11225 1 +49503 {49502} 10166 1 +49504 {49503} 2333 1 +49505 {49504} 10281 1 +49506 {49505} 2404 1 +49507 {49506} 2160 1 +49508 {49507} 15662 1 +49509 {49508} 11299 1 +49510 {49509} 8271 1 +49511 {49510} 2149 1 +49512 {49511} 1824 1 +49513 {49512} 3042 1 +49514 {49513} 3078 1 +49515 {49514} 2028 1 +49516 {49515} 16044 1 +49517 {49516} 8816 1 +49518 {49517} 2432 1 +49519 {49518} 10845 1 +49520 {49519} 2906 1 +49521 {49520} 9605 1 +49522 {49521} 1942 1 +49523 {49522} 2532 1 +49524 {49523} 9694 1 +49525 {49524} 11413 1 +49526 {49525} 10555 1 +49527 {49526} 9660 1 +49528 {49527} 9606 1 +49529 {49528} 11943 1 +49530 {49529} 918 1 +49531 {49530} 5346 1 +49532 {49531} 10703 1 +49533 {49532} 1613 1 +49534 {49533} 1748 1 +49535 {49534} 10841 1 +49536 {49535} 1485 1 +49537 {49536} 14558 1 +49538 {49537} 11743 1 +49539 {49538} 5368 1 +49540 {49539} 1792 1 +49541 {49540} 2026 1 +49542 {49541} 8846 1 +49543 {49542} 2060 1 +49544 {49543} 2605 1 +49545 {49544} 9485 1 +49546 {49545} 10034 1 +49547 {49546} 1545 1 +49548 {49547} 10196 1 +49549 {49548} 434 1 +49550 {49549} 12527 1 +49551 {49550} 3478 1 +49552 {49551} 10341 1 +49553 {49552} 2154 1 +49554 {49553} 1922 1 +49555 {49554} 6265 1 +49556 {49555} 2021 1 +49557 {49556} 10109 1 +49558 {49557} 3869 1 +49559 {49558} 2733 1 +49560 {49559} 2627 1 +49561 {49560} 10374 1 +49562 {49561} 9248 1 +49563 {49562} 2067 1 +49564 {49563} 1626 1 +49565 {49564} 2401 1 +49566 {49565} 2666 1 +49567 {49566} 2278 1 +49568 {49567} 10018 1 +49569 {49568} 11305 1 +49570 {49569} 13303 1 +49571 {49570} 2051 1 +49572 {49571} 3013 1 +49573 {49572} 1450 1 +49574 {49573} 10218 1 +49575 {49574} 684 1 +49576 {49575} 2152 1 +49577 {49576} 637 1 +49578 {49577} 546 1 +49579 {49578} 1685 1 +49580 {49579} 11092 1 +49581 {49580} 8770 1 +49582 {49581} 9189 1 +49583 {49582} 9701 1 +49584 {49583} 12421 1 +49585 {49584} 10788 1 +49586 {49585} 11211 1 +49587 {49586} 9690 1 +49588 {49587} 3953 1 +49589 {49588} 8970 1 +49590 {49589} 16098 1 +49591 {49590} 10641 1 +49592 {49591} 10210 1 +49593 {49592} 3011 1 +49594 {49593} 1622 1 +49595 {49594} 1013 1 +49596 {49595} 2742 1 +49597 {49596} 2899 1 +49598 {49597} 2295 1 +49599 {49598} 2603 1 +49600 {49599} 2910 1 +49601 {49600} 9661 1 +49602 {49601} 2126 1 +49603 {49602} 11640 1 +49604 {49603} 1568 1 +49605 {49604} 1404 1 +49606 {49605} 3039 1 +49607 {49606} 11621 1 +49608 {49607} 2304 1 +49609 {49608} 12346 1 +49610 {49609} 1942 1 +49611 {49610} 1342 1 +49612 {49611} 3717 1 +49613 {49612} 1520 1 +49614 {49613} 2726 1 +49615 {49614} 3381 1 +49616 {49615} 2376 1 +49617 {49616} 3072 1 +49618 {49617} 2260 1 +49619 {49618} 2818 1 +49620 {49619} 3075 1 +49621 {49620} 2908 1 +49622 {49621} 2731 1 +49623 {49622} 1291 1 +49624 {49623} 10293 1 +49625 {49624} 11640 1 +49626 {49625} 11881 1 +49627 {49626} 10457 1 +49628 {49627} 2352 1 +49629 {49628} 9979 1 +49630 {49629} 12024 1 +49631 {49630} 7166 1 +49632 {49631} 2509 1 +49633 {49632} 2872 1 +49634 {49633} 2244 1 +49635 {49634} 1966 1 +49636 {49635} 1812 1 +49637 {49636} 11188 1 +49638 {49637} 12800 1 +49639 {49638} 3281 1 +49640 {49639} 7770 1 +49641 {49640} 2427 1 +49642 {49641} 8635 1 +49643 {49642} 10097 1 +49644 {49643} 13816 1 +49645 {49644} 10653 1 +49646 {49645} 2193 1 +49647 {49646} 9570 1 +49648 {49647} 1775 1 +49649 {49648} 1270 1 +49650 {49649} 6551 1 +49651 {49650} 1970 1 +49652 {49651} 546 1 +49653 {49652} 11588 1 +49654 {49653} 3079 1 +49655 {49654} 2252 1 +49656 {49655} 1717 1 +49657 {49656} 13174 1 +49658 {49657} 3213 1 +49659 {49658} 1882 1 +49660 {49659} 2656 1 +49661 {49660} 8628 1 +49662 {49661} 9808 1 +49663 {49662} 2831 1 +49664 {49663} 977 1 +49665 {49664} 2504 1 +49666 {49665} 10879 1 +49667 {49666} 11057 1 +49668 {49667} 1644 1 +49669 {49668} 1057 1 +49670 {49669} 10067 1 +49671 {49670} 10890 1 +49672 {49671} 2140 1 +49673 {49672} 11025 1 +49674 {49673} 8567 1 +49675 {49674} 8320 1 +49676 {49675} 14198 1 +49677 {49676} 1553 1 +49678 {49677} 12916 1 +49679 {49678} 11789 1 +49680 {49679} 3307 1 +49681 {49680} 2810 1 +49682 {49681} 8937 1 +49683 {49682} 1611 1 +49684 {49683} 10382 1 +49685 {49684} 2399 1 +49686 {49685} 9098 1 +49687 {49686} 1336 1 +49688 {49687} 9923 1 +49689 {49688} 1657 1 +49690 {49689} 827 1 +49691 {49690} 1996 1 +49692 {49691} 7865 1 +49693 {49692} 2708 1 +49694 {49693} 2214 1 +49695 {49694} 2442 1 +49696 {49695} 1682 1 +49697 {49696} 11446 1 +49698 {49697} 10022 1 +49699 {49698} 12203 1 +49700 {49699} 1574 1 +49701 {49700} 656 1 +49702 {49701} 1707 1 +49703 {49702} 10902 1 +49704 {49703} 2870 1 +49705 {49704} 11131 1 +49706 {49705} 3024 1 +49707 {49706} 8982 1 +49708 {49707} 9981 1 +49709 {49708} 1875 1 +49710 {49709} 11392 1 +49711 {49710} 3009 1 +49712 {49711} 2910 1 +49713 {49712} 9390 1 +49714 {49713} 11985 1 +49715 {49714} 1214 1 +49716 {49715} 7575 1 +49717 {49716} 1918 1 +49718 {49717} 11587 1 +49719 {49718} 2431 1 +49720 {49719} 2196 1 +49721 {49720} 16210 1 +49722 {49721} 3577 1 +49723 {49722} 2904 1 +49724 {49723} 1653 1 +49725 {49724} 3091 1 +49726 {49725} 2303 1 +49727 {49726} 9712 1 +49728 {49727} 3084 1 +49729 {49728} 10532 1 +49730 {49729} 9173 1 +49731 {49730} 9862 1 +49732 {49731} 2154 1 +49733 {49732} 1278 1 +49734 {49733} 2083 1 +49735 {49734} 10343 1 +49736 {49735} 9665 1 +49737 {49736} 2661 1 +49738 {49737} 2429 1 +49739 {49738} 8825 1 +49740 {49739} 12550 1 +49741 {49740} 893 1 +49742 {49741} 1079 1 +49743 {49742} 3596 1 +49744 {49743} 9916 1 +49745 {49744} 3204 1 +49746 {49745} 1836 1 +49747 {49746} 2335 1 +49748 {49747} 1607 1 +49749 {49748} 9329 1 +49750 {49749} 13840 1 +49751 {49750} 2411 1 +49752 {49751} 2842 1 +49753 {49752} 1543 1 +49754 {49753} 1911 1 +49755 {49754} 8212 1 +49756 {49755} 963 1 +49757 {49756} 3393 1 +49758 {49757} 1720 1 +49759 {49758} 1956 1 +49760 {49759} 10900 1 +49761 {49760} 2708 1 +49762 {49761} 3217 1 +49763 {49762} 11943 1 +49764 {49763} 14479 1 +49765 {49764} 9947 1 +49766 {49765} 2129 1 +49767 {49766} 11750 1 +49768 {49767} 10593 1 +49769 {49768} 12434 1 +49770 {49769} 2386 1 +49771 {49770} 10038 1 +49772 {49771} 9967 1 +49773 {49772} 2156 1 +49774 {49773} 2963 1 +49775 {49774} 1873 1 +49776 {49775} 9909 1 +49777 {49776} 10534 1 +49778 {49777} 6479 1 +49779 {49778} 2242 1 +49780 {49779} 1651 1 +49781 {49780} 9132 1 +49782 {49781} 3201 1 +49783 {49782} 3567 1 +49784 {49783} 10724 1 +49785 {49784} 3260 1 +49786 {49785} 2874 1 +49787 {49786} 12527 1 +49788 {49787} 2754 1 +49789 {49788} 3199 1 +49790 {49789} 5281 1 +49791 {49790} 1913 1 +49792 {49791} 3153 1 +49793 {49792} 11744 1 +49794 {49793} 1352 1 +49795 {49794} 13694 1 +49796 {49795} 12113 1 +49797 {49796} 1926 1 +49798 {49797} 9829 1 +49799 {49798} 1123 1 +49800 {49799} 6282 1 +49801 {49800} 1904 1 +49802 {49801} 1787 1 +49803 {49802} 8584 1 +49804 {49803} 9836 1 +49805 {49804} 3481 1 +49806 {49805} 11006 1 +49807 {49806} 11044 1 +49808 {49807} 2516 1 +49809 {49808} 1206 1 +49810 {49809} 2066 1 +49811 {49810} 10978 1 +49812 {49811} 14051 1 +49813 {49812} 13024 1 +49814 {49813} 11019 1 +49815 {49814} 8538 1 +49816 {49815} 11308 1 +49817 {49816} 8617 1 +49818 {49817} 3309 1 +49819 {49818} 1030 1 +49820 {49819} 16348 1 +49821 {49820} 1823 1 +49822 {49821} 1983 1 +49823 {49822} 5912 1 +49824 {49823} 2448 1 +49825 {49824} 2729 1 +49826 {49825} 3006 1 +49827 {49826} 2909 1 +49828 {49827} 10099 1 +49829 {49828} 8141 1 +49830 {49829} 10891 1 +49831 {49830} 9425 1 +49832 {49831} 10475 1 +49833 {49832} 10735 1 +49834 {49833} 3512 1 +49835 {49834} 4015 1 +49836 {49835} 11754 1 +49837 {49836} 1848 1 +49838 {49837} 10186 1 +49839 {49838} 14139 1 +49840 {49839} 2538 1 +49841 {49840} 15243 1 +49842 {49841} 10124 1 +49843 {49842} 12911 1 +49844 {49843} 3717 1 +49845 {49844} 8178 1 +49846 {49845} 2031 1 +49847 {49846} 10542 1 +49848 {49847} 10734 1 +49849 {49848} 15495 1 +49850 {49849} 1375 1 +49851 {49850} 2703 1 +49852 {49851} 1614 1 +49853 {49852} 1270 1 +49854 {49853} 6061 1 +49855 {49854} 10038 1 +49856 {49855} 11024 1 +49857 {49856} 12052 1 +49858 {49857} 3143 1 +49859 {49858} 2809 1 +49860 {49859} 2134 1 +49861 {49860} 9818 1 +49862 {49861} 2412 1 +49863 {49862} 7556 1 +49864 {49863} 2029 1 +49865 {49864} 11840 1 +49866 {49865} 3710 1 +49867 {49866} 10869 1 +49868 {49867} 11846 1 +49869 {49868} 11580 1 +49870 {49869} 2261 1 +49871 {49870} 10503 1 +49872 {49871} 9481 1 +49873 {49872} 2844 1 +49874 {49873} 4700 1 +49875 {49874} 1811 1 +49876 {49875} 12646 1 +49877 {49876} 1827 1 +49878 {49877} 2233 1 +49879 {49878} 1633 1 +49880 {49879} 9548 1 +49881 {49880} 10939 1 +49882 {49881} 2975 1 +49883 {49882} 2026 1 +49884 {49883} 3304 1 +49885 {49884} 1339 1 +49886 {49885} 3357 1 +49887 {49886} 12002 1 +49888 {49887} 11417 1 +49889 {49888} 11052 1 +49890 {49889} 2604 1 +49891 {49890} 1854 1 +49892 {49891} 2807 1 +49893 {49892} 9457 1 +49894 {49893} 1918 1 +49895 {49894} 1913 1 +49896 {49895} 1670 1 +49897 {49896} 2594 1 +49898 {49897} 10196 1 +49899 {49898} 10536 1 +49900 {49899} 3503 1 +49901 {49900} 1784 1 +49902 {49901} 2167 1 +49903 {49902} 1000 1 +49904 {49903} 1756 1 +49905 {49904} 2874 1 +49906 {49905} 2858 1 +49907 {49906} 2064 1 +49908 {49907} 10809 1 +49909 {49908} 9803 1 +49910 {49909} 2029 1 +49911 {49910} 15033 1 +49912 {49911} 3076 1 +49913 {49912} 9266 1 +49914 {49913} 2633 1 +49915 {49914} 8944 1 +49916 {49915} 3273 1 +49917 {49916} 3137 1 +49918 {49917} 10803 1 +49919 {49918} 15971 1 +49920 {49919} 2356 1 +49921 {49920} 11231 1 +49922 {49921} 1987 1 +49923 {49922} 10431 1 +49924 {49923} 2266 1 +49925 {49924} 2794 1 +49926 {49925} 10947 1 +49927 {49926} 7634 1 +49928 {49927} 2639 1 +49929 {49928} 1913 1 +49930 {49929} 11246 1 +49931 {49930} 2265 1 +49932 {49931} 11736 1 +49933 {49932} 9484 1 +49934 {49933} 9357 1 +49935 {49934} 8672 1 +49936 {49935} 9759 1 +49937 {49936} 10246 1 +49938 {49937} 2943 1 +49939 {49938} 2192 1 +49940 {49939} 922 1 +49941 {49940} 1987 1 +49942 {49941} 7410 1 +49943 {49942} 13963 1 +49944 {49943} 12454 1 +49945 {49944} 2652 1 +49946 {49945} 11594 1 +49947 {49946} 10296 1 +49948 {49947} 10618 1 +49949 {49948} 9670 1 +49950 {49949} 2429 1 +49951 {49950} 2433 1 +49952 {49951} 13317 1 +49953 {49952} 1505 1 +49954 {49953} 4139 1 +49955 {49954} 10852 1 +49956 {49955} 3752 1 +49957 {49956} 12325 1 +49958 {49957} 10009 1 +49959 {49958} 10489 1 +49960 {49959} 9612 1 +49961 {49960} 11842 1 +49962 {49961} 12630 1 +49963 {49962} 9133 1 +49964 {49963} 15697 1 +49965 {49964} 12281 1 +49966 {49965} 9032 1 +49967 {49966} 3102 1 +49968 {49967} 1961 1 +49969 {49968} 1680 1 +49970 {49969} 10129 1 +49971 {49970} 2875 1 +49972 {49971} 7279 1 +49973 {49972} 1770 1 +49974 {49973} 3752 1 +49975 {49974} 10486 1 +49976 {49975} 10572 1 +49977 {49976} 2400 1 +49978 {49977} 1811 1 +49979 {49978} 2790 1 +49980 {49979} 10504 1 +49981 {49980} 2090 1 +49982 {49981} 2264 1 +49983 {49982} 9157 1 +49984 {49983} 3860 1 +49985 {49984} 2429 1 +49986 {49985} 1485 1 +49987 {49986} 10932 1 +49988 {49987} 1122 1 +49989 {49988} 2530 1 +49990 {49989} 2462 1 +49991 {49990} 2633 1 +49992 {49991} 9467 1 +49993 {49992} 10866 1 +49994 {49993} 5641 1 +49995 {49994} 11019 1 +49996 {49995} 9900 1 +49997 {49996} 9923 1 +49998 {49997} 2633 1 +49999 {49998} 11336 1 +50000 {49999} 3898 1 +50001 {50000} 9961 1 +50002 {50001} 14849 1 +50003 {50002} 8636 1 +50004 {50003} 11633 1 +50005 {50004} 1714 1 +50006 {50005} 3742 1 +50007 {50006} 2395 1 +50008 {50007} 1959 1 +50009 {50008} 10371 1 +50010 {50009} 10555 1 +50011 {50010} 8548 1 +50012 {50011} 11034 1 +50013 {50012} 9759 1 +50014 {50013} 1410 1 +50015 {50014} 9742 1 +50016 {50015} 10212 1 +50017 {50016} 2441 1 +50018 {50017} 1615 1 +50019 {50018} 7949 1 +50020 {50019} 10591 1 +50021 {50020} 2594 1 +50022 {50021} 2806 1 +50023 {50022} 12352 1 +50024 {50023} 1924 1 +50025 {50024} 2695 1 +50026 {50025} 10946 1 +50027 {50026} 2534 1 +50028 {50027} 8710 1 +50029 {50028} 1723 1 +50030 {50029} 1457 1 +50031 {50030} 13961 1 +50032 {50031} 10124 1 +50033 {50032} 975 1 +50034 {50033} 8303 1 +50035 {50034} 2769 1 +50036 {50035} 11767 1 +50037 {50036} 1707 1 +50038 {50037} 3350 1 +50039 {50038} 2193 1 +50040 {50039} 2532 1 +50041 {50040} 10550 1 +50042 {50041} 2308 1 +50043 {50042} 11708 1 +50044 {50043} 1556 1 +50045 {50044} 1618 1 +50046 {50045} 2161 1 +50047 {50046} 10475 1 +50048 {50047} 2032 1 +50049 {50048} 877 1 +50050 {50049} 5233 1 +50051 {50050} 2875 1 +50052 {50051} 9794 1 +50053 {50052} 9218 1 +50054 {50053} 2383 1 +50055 {50054} 4333 1 +50056 {50055} 2109 1 +50057 {50056} 1657 1 +50058 {50057} 2941 1 +50059 {50058} 2261 1 +50060 {50059} 9483 1 +50061 {50060} 10507 1 +50062 {50061} 2598 1 +50063 {50062} 3547 1 +50064 {50063} 10735 1 +50065 {50064} 2430 1 +50066 {50065} 2165 1 +50067 {50066} 2133 1 +50068 {50067} 12308 1 +50069 {50068} 11396 1 +50070 {50069} 1965 1 +50071 {50070} 9329 1 +50072 {50071} 1234 1 +50073 {50072} 9334 1 +50074 {50073} 10507 1 +50075 {50074} 636 1 +50076 {50075} 1865 1 +50077 {50076} 12136 1 +50078 {50077} 14474 1 +50079 {50078} 9809 1 +50080 {50079} 2573 1 +50081 {50080} 10953 1 +50082 {50081} 15392 1 +50083 {50082} 1668 1 +50084 {50083} 11537 1 +50085 {50084} 11461 1 +50086 {50085} 2056 1 +50087 {50086} 1378 1 +50088 {50087} 3698 1 +50089 {50088} 11269 1 +50090 {50089} 772 1 +50091 {50090} 11383 1 +50092 {50091} 11704 1 +50093 {50092} 10081 1 +50094 {50093} 10329 1 +50095 {50094} 2932 1 +50096 {50095} 2692 1 +50097 {50096} 1648 1 +50098 {50097} 11116 1 +50099 {50098} 2537 1 +50100 {50099} 2725 1 +50101 {50100} 10804 1 +50102 {50101} 4639 1 +50103 {50102} 4704 1 +50104 {50103} 9901 1 +50105 {50104} 13029 1 +50106 {50105} 2402 1 +50107 {50106} 2466 1 +50108 {50107} 1967 1 +50109 {50108} 10741 1 +50110 {50109} 10869 1 +50111 {50110} 1845 1 +50112 {50111} 13215 1 +50113 {50112} 1913 1 +50114 {50113} 1153 1 +50115 {50114} 2028 1 +50116 {50115} 11589 1 +50117 {50116} 875 1 +50118 {50117} 2134 1 +50119 {50118} 2225 1 +50120 {50119} 10031 1 +50121 {50120} 8646 1 +50122 {50121} 3186 1 +50123 {50122} 11177 1 +50124 {50123} 9554 1 +50125 {50124} 2571 1 +50126 {50125} 11686 1 +50127 {50126} 2571 1 +50128 {50127} 2101 1 +50129 {50128} 10601 1 +50130 {50129} 11632 1 +50131 {50130} 2487 1 +50132 {50131} 1811 1 +50133 {50132} 1682 1 +50134 {50133} 2975 1 +50135 {50134} 10851 1 +50136 {50135} 2370 1 +50137 {50136} 1756 1 +50138 {50137} 2874 1 +50139 {50138} 3516 1 +50140 {50139} 11606 1 +50141 {50140} 11500 1 +50142 {50141} 2488 1 +50143 {50142} 12574 1 +50144 {50143} 2524 1 +50145 {50144} 3341 1 +50146 {50145} 2503 1 +50147 {50146} 2604 1 +50148 {50147} 10479 1 +50149 {50148} 1997 1 +50150 {50149} 3701 1 +50151 {50150} 2505 1 +50152 {50151} 3247 1 +50153 {50152} 9938 1 +50154 {50153} 8645 1 +50155 {50154} 2640 1 +50156 {50155} 9946 1 +50157 {50156} 2453 1 +50158 {50157} 1406 1 +50159 {50158} 10783 1 +50160 {50159} 11489 1 +50161 {50160} 2428 1 +50162 {50161} 2377 1 +50163 {50162} 11574 1 +50164 {50163} 2331 1 +50165 {50164} 3248 1 +50166 {50165} 5164 1 +50167 {50166} 6080 1 +50168 {50167} 8433 1 +50169 {50168} 3482 1 +50170 {50169} 2331 1 +50171 {50170} 9784 1 +50172 {50171} 2099 1 +50173 {50172} 656 1 +50174 {50173} 2379 1 +50175 {50174} 2004 1 +50176 {50175} 2069 1 +50177 {50176} 3346 1 +50178 {50177} 9516 1 +50179 {50178} 2572 1 +50180 {50179} 11242 1 +50181 {50180} 3069 1 +50182 {50181} 2268 1 +50183 {50182} 8798 1 +50184 {50183} 10374 1 +50185 {50184} 1926 1 +50186 {50185} 9978 1 +50187 {50186} 2469 1 +50188 {50187} 9975 1 +50189 {50188} 2726 1 +50190 {50189} 1417 1 +50191 {50190} 9779 1 +50192 {50191} 1820 1 +50193 {50192} 8970 1 +50194 {50193} 1407 1 +50195 {50194} 1502 1 +50196 {50195} 2064 1 +50197 {50196} 8873 1 +50198 {50197} 8335 1 +50199 {50198} 2673 1 +50200 {50199} 10852 1 +50201 {50200} 10741 1 +50202 {50201} 8969 1 +50203 {50202} 1890 1 +50204 {50203} 3435 1 +50205 {50204} 10196 1 +50206 {50205} 2350 1 +50207 {50206} 9475 1 +50208 {50207} 5558 1 +50209 {50208} 10895 1 +50210 {50209} 6416 1 +50211 {50210} 11847 1 +50212 {50211} 1821 1 +50213 {50212} 7784 1 +50214 {50213} 2163 1 +50215 {50214} 2537 1 +50216 {50215} 10866 1 +50217 {50216} 9518 1 +50218 {50217} 2812 1 +50219 {50218} 2719 1 +50220 {50219} 3034 1 +50221 {50220} 2234 1 +50222 {50221} 10311 1 +50223 {50222} 10998 1 +50224 {50223} 1581 1 +50225 {50224} 9299 1 +50226 {50225} 1049 1 +50227 {50226} 10879 1 +50228 {50227} 2000 1 +50229 {50228} 11054 1 +50230 {50229} 3102 1 +50231 {50230} 2519 1 +50232 {50231} 1960 1 +50233 {50232} 976 1 +50234 {50233} 3927 1 +50235 {50234} 2319 1 +50236 {50235} 1996 1 +50237 {50236} 2492 1 +50238 {50237} 10268 1 +50239 {50238} 9709 1 +50240 {50239} 3077 1 +50241 {50240} 9294 1 +50242 {50241} 11924 1 +50243 {50242} 1448 1 +50244 {50243} 1992 1 +50245 {50244} 10301 1 +50246 {50245} 9735 1 +50247 {50246} 10552 1 +50248 {50247} 3078 1 +50249 {50248} 11481 1 +50250 {50249} 10442 1 +50251 {50250} 10048 1 +50252 {50251} 15226 1 +50253 {50252} 10895 1 +50254 {50253} 10636 1 +50255 {50254} 10341 1 +50256 {50255} 1727 1 +50257 {50256} 2605 1 +50258 {50257} 11233 1 +50259 {50258} 9096 1 +50260 {50259} 1576 1 +50261 {50260} 8895 1 +50262 {50261} 8937 1 +50263 {50262} 2701 1 +50264 {50263} 8112 1 +50265 {50264} 2568 1 +50266 {50265} 6075 1 +50267 {50266} 9870 1 +50268 {50267} 2420 1 +50269 {50268} 11989 1 +50270 {50269} 9871 1 +50271 {50270} 3100 1 +50272 {50271} 2600 1 +50273 {50272} 2532 1 +50274 {50273} 6104 1 +50275 {50274} 10907 1 +50276 {50275} 2969 1 +50277 {50276} 1646 1 +50278 {50277} 944 1 +50279 {50278} 10234 1 +50280 {50279} 2745 1 +50281 {50280} 10141 1 +50282 {50281} 8082 1 +50283 {50282} 11288 1 +50284 {50283} 10626 1 +50285 {50284} 10318 1 +50286 {50285} 8711 1 +50287 {50286} 9442 1 +50288 {50287} 1115 1 +50289 {50288} 9869 1 +50290 {50289} 2740 1 +50291 {50290} 8778 1 +50292 {50291} 9281 1 +50293 {50292} 2512 1 +50294 {50293} 1595 1 +50295 {50294} 11732 1 +50296 {50295} 9855 1 +50297 {50296} 4525 1 +50298 {50297} 13118 1 +50299 {50298} 11888 1 +50300 {50299} 9136 1 +50301 {50300} 11305 1 +50302 {50301} 2498 1 +50303 {50302} 2287 1 +50304 {50303} 10856 1 +50305 {50304} 2212 1 +50306 {50305} 2632 1 +50307 {50306} 8188 1 +50308 {50307} 2333 1 +50309 {50308} 9577 1 +50310 {50309} 7622 1 +50311 {50310} 2775 1 +50312 {50311} 11748 1 +50313 {50312} 2428 1 +50314 {50313} 1735 1 +50315 {50314} 2463 1 +50316 {50315} 12804 1 +50317 {50316} 2339 1 +50318 {50317} 1517 1 +50319 {50318} 11414 1 +50320 {50319} 9652 1 +50321 {50320} 2751 1 +50322 {50321} 1748 1 +50323 {50322} 10308 1 +50324 {50323} 1791 1 +50325 {50324} 11799 1 +50326 {50325} 1651 1 +50327 {50326} 10246 1 +50328 {50327} 8232 1 +50329 {50328} 10631 1 +50330 {50329} 15932 1 +50331 {50330} 9338 1 +50332 {50331} 11089 1 +50333 {50332} 10704 1 +50334 {50333} 3069 1 +50335 {50334} 10175 1 +50336 {50335} 1173 1 +50337 {50336} 2734 1 +50338 {50337} 9301 1 +50339 {50338} 9583 1 +50340 {50339} 14796 1 +50341 {50340} 6302 1 +50342 {50341} 1786 1 +50343 {50342} 765 1 +50344 {50343} 1262 1 +50345 {50344} 10642 1 +50346 {50345} 2269 1 +50347 {50346} 11972 1 +50348 {50347} 7455 1 +50349 {50348} 7411 1 +50350 {50349} 11830 1 +50351 {50350} 9790 1 +50352 {50351} 12680 1 +50353 {50352} 2296 1 +50354 {50353} 2772 1 +50355 {50354} 10302 1 +50356 {50355} 11044 1 +50357 {50356} 9365 1 +50358 {50357} 9425 1 +50359 {50358} 11005 1 +50360 {50359} 11222 1 +50361 {50360} 10286 1 +50362 {50361} 9445 1 +50363 {50362} 4986 1 +50364 {50363} 9062 1 +50365 {50364} 10241 1 +50366 {50365} 10540 1 +50367 {50366} 11071 1 +50368 {50367} 1976 1 +50369 {50368} 10843 1 +50370 {50369} 10544 1 +50371 {50370} 8833 1 +50372 {50371} 10112 1 +50373 {50372} 2467 1 +50374 {50373} 3653 1 +50375 {50374} 2285 1 +50376 {50375} 11520 1 +50377 {50376} 16370 1 +50378 {50377} 10985 1 +50379 {50378} 10735 1 +50380 {50379} 11473 1 +50381 {50380} 1916 1 +50382 {50381} 3510 1 +50383 {50382} 11021 1 +50384 {50383} 9356 1 +50385 {50384} 2462 1 +50386 {50385} 2234 1 +50387 {50386} 1963 1 +50388 {50387} 9408 1 +50389 {50388} 15258 1 +50390 {50389} 1607 1 +50391 {50390} 12213 1 +50392 {50391} 2416 1 +50393 {50392} 2794 1 +50394 {50393} 10199 1 +50395 {50394} 9146 1 +50396 {50395} 10674 1 +50397 {50396} 2230 1 +50398 {50397} 2574 1 +50399 {50398} 11155 1 +50400 {50399} 3048 1 +50401 {50400} 3011 1 +50402 {50401} 936 1 +50403 {50402} 10380 1 +50404 {50403} 10487 1 +50405 {50404} 3594 1 +50406 {50405} 2066 1 +50407 {50406} 2029 1 +50408 {50407} 2302 1 +50409 {50408} 1375 1 +50410 {50409} 10285 1 +50411 {50410} 7509 1 +50412 {50411} 2242 1 +50413 {50412} 9808 1 +50414 {50413} 10281 1 +50415 {50414} 12907 1 +50416 {50415} 10855 1 +50417 {50416} 2527 1 +50418 {50417} 9073 1 +50419 {50418} 2332 1 +50420 {50419} 11296 1 +50421 {50420} 11407 1 +50422 {50421} 2063 1 +50423 {50422} 10653 1 +50424 {50423} 11778 1 +50425 {50424} 965 1 +50426 {50425} 1130 1 +50427 {50426} 3710 1 +50428 {50427} 9614 1 +50429 {50428} 8713 1 +50430 {50429} 3007 1 +50431 {50430} 10597 1 +50432 {50431} 10450 1 +50433 {50432} 10721 1 +50434 {50433} 890 1 +50435 {50434} 10366 1 +50436 {50435} 2772 1 +50437 {50436} 11015 1 +50438 {50437} 2454 1 +50439 {50438} 10173 1 +50440 {50439} 1778 1 +50441 {50440} 1341 1 +50442 {50441} 9923 1 +50443 {50442} 9977 1 +50444 {50443} 14300 1 +50445 {50444} 10828 1 +50446 {50445} 3442 1 +50447 {50446} 11044 1 +50448 {50447} 2146 1 +50449 {50448} 12266 1 +50450 {50449} 2108 1 +50451 {50450} 5818 1 +50452 {50451} 9665 1 +50453 {50452} 2650 1 +50454 {50453} 2869 1 +50455 {50454} 2156 1 +50456 {50455} 1484 1 +50457 {50456} 3079 1 +50458 {50457} 14731 1 +50459 {50458} 1915 1 +50460 {50459} 6503 1 +50461 {50460} 2979 1 +50462 {50461} 4707 1 +50463 {50462} 9725 1 +50464 {50463} 3436 1 +50465 {50464} 9670 1 +50466 {50465} 2433 1 +50467 {50466} 15372 1 +50468 {50467} 1090 1 +50469 {50468} 2602 1 +50470 {50469} 2350 1 +50471 {50470} 13969 1 +50472 {50471} 13847 1 +50473 {50472} 6688 1 +50474 {50473} 2845 1 +50475 {50474} 13948 1 +50476 {50475} 2258 1 +50477 {50476} 2531 1 +50478 {50477} 3010 1 +50479 {50478} 3043 1 +50480 {50479} 11081 1 +50481 {50480} 2664 1 +50482 {50481} 10449 1 +50483 {50482} 11833 1 +50484 {50483} 1887 1 +50485 {50484} 9208 1 +50486 {50485} 10886 1 +50487 {50486} 3014 1 +50488 {50487} 1818 1 +50489 {50488} 12973 1 +50490 {50489} 12741 1 +50491 {50490} 4146 1 +50492 {50491} 616 1 +50493 {50492} 16616 1 +50494 {50493} 1511 1 +50495 {50494} 1831 1 +50496 {50495} 3110 1 +50497 {50496} 2303 1 +50498 {50497} 2571 1 +50499 {50498} 10368 1 +50500 {50499} 7189 1 +50501 {50500} 12946 1 +50502 {50501} 10116 1 +50503 {50502} 6921 1 +50504 {50503} 2857 1 +50505 {50504} 1839 1 +50506 {50505} 2158 1 +50507 {50506} 11284 1 +50508 {50507} 2534 1 +50509 {50508} 9811 1 +50510 {50509} 2940 1 +50511 {50510} 4950 1 +50512 {50511} 10777 1 +50513 {50512} 12327 1 +50514 {50513} 2937 1 +50515 {50514} 2705 1 +50516 {50515} 2910 1 +50517 {50516} 1508 1 +50518 {50517} 10335 1 +50519 {50518} 2666 1 +50520 {50519} 9524 1 +50521 {50520} 6443 1 +50522 {50521} 2769 1 +50523 {50522} 9718 1 +50524 {50523} 1654 1 +50525 {50524} 1580 1 +50526 {50525} 11788 1 +50527 {50526} 2943 1 +50528 {50527} 2599 1 +50529 {50528} 1802 1 +50530 {50529} 9284 1 +50531 {50530} 898 1 +50532 {50531} 1025 1 +50533 {50532} 9233 1 +50534 {50533} 10669 1 +50535 {50534} 9254 1 +50536 {50535} 2640 1 +50537 {50536} 6019 1 +50538 {50537} 1997 1 +50539 {50538} 1858 1 +50540 {50539} 11139 1 +50541 {50540} 10995 1 +50542 {50541} 10463 1 +50543 {50542} 9210 1 +50544 {50543} 9261 1 +50545 {50544} 10982 1 +50546 {50545} 2098 1 +50547 {50546} 10344 1 +50548 {50547} 13976 1 +50549 {50548} 542 1 +50550 {50549} 2634 1 +50551 {50550} 10783 1 +50552 {50551} 14941 1 +50553 {50552} 1748 1 +50554 {50553} 1648 1 +50555 {50554} 11451 1 +50556 {50555} 2571 1 +50557 {50556} 12352 1 +50558 {50557} 2090 1 +50559 {50558} 10705 1 +50560 {50559} 8724 1 +50561 {50560} 1467 1 +50562 {50561} 11537 1 +50563 {50562} 12702 1 +50564 {50563} 9188 1 +50565 {50564} 10960 1 +50566 {50565} 10717 1 +50567 {50566} 2397 1 +50568 {50567} 863 1 +50569 {50568} 1990 1 +50570 {50569} 9488 1 +50571 {50570} 8505 1 +50572 {50571} 644 1 +50573 {50572} 10761 1 +50574 {50573} 9702 1 +50575 {50574} 2386 1 +50576 {50575} 10514 1 +50577 {50576} 1824 1 +50578 {50577} 9516 1 +50579 {50578} 1153 1 +50580 {50579} 3351 1 +50581 {50580} 3036 1 +50582 {50581} 2252 1 +50583 {50582} 10719 1 +50584 {50583} 9929 1 +50585 {50584} 10236 1 +50586 {50585} 1889 1 +50587 {50586} 2837 1 +50588 {50587} 2325 1 +50589 {50588} 1860 1 +50590 {50589} 2977 1 +50591 {50590} 1882 1 +50592 {50591} 11518 1 +50593 {50592} 1101 1 +50594 {50593} 10507 1 +50595 {50594} 9547 1 +50596 {50595} 1944 1 +50597 {50596} 9720 1 +50598 {50597} 1911 1 +50599 {50598} 11217 1 +50600 {50599} 11647 1 +50601 {50600} 11304 1 +50602 {50601} 2974 1 +50603 {50602} 8302 1 +50604 {50603} 2031 1 +50605 {50604} 12525 1 +50606 {50605} 11386 1 +50607 {50606} 6641 1 +50608 {50607} 2252 1 +50609 {50608} 2434 1 +50610 {50609} 1953 1 +50611 {50610} 10125 1 +50612 {50611} 11674 1 +50613 {50612} 3241 1 +50614 {50613} 2591 1 +50615 {50614} 10695 1 +50616 {50615} 9387 1 +50617 {50616} 1972 1 +50618 {50617} 7727 1 +50619 {50618} 1134 1 +50620 {50619} 7612 1 +50621 {50620} 7537 1 +50622 {50621} 12288 1 +50623 {50622} 2528 1 +50624 {50623} 2856 1 +50625 {50624} 2603 1 +50626 {50625} 2699 1 +50627 {50626} 10398 1 +50628 {50627} 1271 1 +50629 {50628} 2149 1 +50630 {50629} 2233 1 +50631 {50630} 2265 1 +50632 {50631} 12924 1 +50633 {50632} 2187 1 +50634 {50633} 1673 1 +50635 {50634} 2301 1 +50636 {50635} 1790 1 +50637 {50636} 10239 1 +50638 {50637} 12148 1 +50639 {50638} 6266 1 +50640 {50639} 1750 1 +50641 {50640} 15024 1 +50642 {50641} 15854 1 +50643 {50642} 2544 1 +50644 {50643} 10419 1 +50645 {50644} 1653 1 +50646 {50645} 8068 1 +50647 {50646} 15402 1 +50648 {50647} 14003 1 +50649 {50648} 11146 1 +50650 {50649} 10545 1 +50651 {50650} 2295 1 +50652 {50651} 8416 1 +50653 {50652} 1280 1 +50654 {50653} 11731 1 +50655 {50654} 10559 1 +50656 {50655} 10900 1 +50657 {50656} 8265 1 +50658 {50657} 9995 1 +50659 {50658} 10715 1 +50660 {50659} 10225 1 +50661 {50660} 1976 1 +50662 {50661} 2658 1 +50663 {50662} 10231 1 +50664 {50663} 1893 1 +50665 {50664} 3167 1 +50666 {50665} 1990 1 +50667 {50666} 8003 1 +50668 {50667} 8326 1 +50669 {50668} 10542 1 +50670 {50669} 9729 1 +50671 {50670} 2770 1 +50672 {50671} 3086 1 +50673 {50672} 3043 1 +50674 {50673} 10315 1 +50675 {50674} 2017 1 +50676 {50675} 10015 1 +50677 {50676} 880 1 +50678 {50677} 2304 1 +50679 {50678} 10374 1 +50680 {50679} 5432 1 +50681 {50680} 1016 1 +50682 {50681} 12577 1 +50683 {50682} 10655 1 +50684 {50683} 6211 1 +50685 {50684} 1653 1 +50686 {50685} 3139 1 +50687 {50686} 16308 1 +50688 {50687} 11595 1 +50689 {50688} 2063 1 +50690 {50689} 2891 1 +50691 {50690} 1941 1 +50692 {50691} 9638 1 +50693 {50692} 3602 1 +50694 {50693} 14798 1 +50695 {50694} 10015 1 +50696 {50695} 10496 1 +50697 {50696} 1413 1 +50698 {50697} 2590 1 +50699 {50698} 2364 1 +50700 {50699} 10794 1 +50701 {50700} 1463 1 +50702 {50701} 1683 1 +50703 {50702} 2462 1 +50704 {50703} 13910 1 +50705 {50704} 3759 1 +50706 {50705} 10396 1 +50707 {50706} 9970 1 +50708 {50707} 10410 1 +50709 {50708} 3008 1 +50710 {50709} 5925 1 +50711 {50710} 10669 1 +50712 {50711} 2512 1 +50713 {50712} 2597 1 +50714 {50713} 10516 1 +50715 {50714} 11029 1 +50716 {50715} 10670 1 +50717 {50716} 3091 1 +50718 {50717} 2885 1 +50719 {50718} 2252 1 +50720 {50719} 2361 1 +50721 {50720} 5359 1 +50722 {50721} 13136 1 +50723 {50722} 10945 1 +50724 {50723} 662 1 +50725 {50724} 9870 1 +50726 {50725} 2348 1 +50727 {50726} 9807 1 +50728 {50727} 2830 1 +50729 {50728} 11260 1 +50730 {50729} 9501 1 +50731 {50730} 5833 1 +50732 {50731} 7979 1 +50733 {50732} 7829 1 +50734 {50733} 2145 1 +50735 {50734} 2392 1 +50736 {50735} 10311 1 +50737 {50736} 10630 1 +50738 {50737} 9834 1 +50739 {50738} 9975 1 +50740 {50739} 2601 1 +50741 {50740} 1613 1 +50742 {50741} 11223 1 +50743 {50742} 1989 1 +50744 {50743} 2674 1 +50745 {50744} 10998 1 +50746 {50745} 8622 1 +50747 {50746} 2974 1 +50748 {50747} 10951 1 +50749 {50748} 2331 1 +50750 {50749} 10985 1 +50751 {50750} 10430 1 +50752 {50751} 11192 1 +50753 {50752} 1946 1 +50754 {50753} 2927 1 +50755 {50754} 10210 1 +50756 {50755} 11319 1 +50757 {50756} 11660 1 +50758 {50757} 1861 1 +50759 {50758} 1818 1 +50760 {50759} 10839 1 +50761 {50760} 2487 1 +50762 {50761} 2708 1 +50763 {50762} 2253 1 +50764 {50763} 2797 1 +50765 {50764} 2579 1 +50766 {50765} 320 1 +50767 {50766} 515 1 +50768 {50767} 2275 1 +50769 {50768} 8228 1 +50770 {50769} 10332 1 +50771 {50770} 2502 1 +50772 {50771} 2423 1 +50773 {50772} 10530 1 +50774 {50773} 10147 1 +50775 {50774} 1514 1 +50776 {50775} 10514 1 +50777 {50776} 1296 1 +50778 {50777} 1701 1 +50779 {50778} 2973 1 +50780 {50779} 3372 1 +50781 {50780} 10340 1 +50782 {50781} 8789 1 +50783 {50782} 2256 1 +50784 {50783} 11450 1 +50785 {50784} 10308 1 +50786 {50785} 2025 1 +50787 {50786} 1202 1 +50788 {50787} 8879 1 +50789 {50788} 2806 1 +50790 {50789} 10155 1 +50791 {50790} 9224 1 +50792 {50791} 11708 1 +50793 {50792} 2368 1 +50794 {50793} 10572 1 +50795 {50794} 1641 1 +50796 {50795} 10076 1 +50797 {50796} 2569 1 +50798 {50797} 9906 1 +50799 {50798} 11246 1 +50800 {50799} 1444 1 +50801 {50800} 2329 1 +50802 {50801} 11544 1 +50803 {50802} 1923 1 +50804 {50803} 2028 1 +50805 {50804} 1385 1 +50806 {50805} 975 1 +50807 {50806} 2187 1 +50808 {50807} 10758 1 +50809 {50808} 10496 1 +50810 {50809} 9981 1 +50811 {50810} 2163 1 +50812 {50811} 9637 1 +50813 {50812} 10071 1 +50814 {50813} 10231 1 +50815 {50814} 9754 1 +50816 {50815} 9072 1 +50817 {50816} 11148 1 +50818 {50817} 11305 1 +50819 {50818} 2497 1 +50820 {50819} 11516 1 +50821 {50820} 16470 1 +50822 {50821} 2192 1 +50823 {50822} 2136 1 +50824 {50823} 10972 1 +50825 {50824} 1344 1 +50826 {50825} 6848 1 +50827 {50826} 2656 1 +50828 {50827} 1990 1 +50829 {50828} 11296 1 +50830 {50829} 10121 1 +50831 {50830} 9268 1 +50832 {50831} 2480 1 +50833 {50832} 2234 1 +50834 {50833} 2268 1 +50835 {50834} 5868 1 +50836 {50835} 2099 1 +50837 {50836} 2403 1 +50838 {50837} 10938 1 +50839 {50838} 3140 1 +50840 {50839} 2018 1 +50841 {50840} 9730 1 +50842 {50841} 10192 1 +50843 {50842} 10841 1 +50844 {50843} 10769 1 +50845 {50844} 10702 1 +50846 {50845} 10419 1 +50847 {50846} 2408 1 +50848 {50847} 10921 1 +50849 {50848} 1921 1 +50850 {50849} 2692 1 +50851 {50850} 10350 1 +50852 {50851} 2485 1 +50853 {50852} 10895 1 +50854 {50853} 1662 1 +50855 {50854} 8533 1 +50856 {50855} 2535 1 +50857 {50856} 2024 1 +50858 {50857} 11246 1 +50859 {50858} 11072 1 +50860 {50859} 8128 1 +50861 {50860} 11524 1 +50862 {50861} 13723 1 +50863 {50862} 9975 1 +50864 {50863} 7561 1 +50865 {50864} 1986 1 +50866 {50865} 9759 1 +50867 {50866} 2122 1 +50868 {50867} 8231 1 +50869 {50868} 2395 1 +50870 {50869} 2468 1 +50871 {50870} 3031 1 +50872 {50871} 2091 1 +50873 {50872} 2603 1 +50874 {50873} 5086 1 +50875 {50874} 1752 1 +50876 {50875} 11159 1 +50877 {50876} 2063 1 +50878 {50877} 2850 1 +50879 {50878} 10814 1 +50880 {50879} 9445 1 +50881 {50880} 2671 1 +50882 {50881} 9690 1 +50883 {50882} 9976 1 +50884 {50883} 2427 1 +50885 {50884} 8992 1 +50886 {50885} 2102 1 +50887 {50886} 14949 1 +50888 {50887} 1599 1 +50889 {50888} 11142 1 +50890 {50889} 3007 1 +50891 {50890} 10690 1 +50892 {50891} 1490 1 +50893 {50892} 14445 1 +50894 {50893} 2073 1 +50895 {50894} 3478 1 +50896 {50895} 1703 1 +50897 {50896} 2268 1 +50898 {50897} 2508 1 +50899 {50898} 2185 1 +50900 {50899} 9702 1 +50901 {50900} 15346 1 +50902 {50901} 8739 1 +50903 {50902} 10261 1 +50904 {50903} 3271 1 +50905 {50904} 9355 1 +50906 {50905} 2457 1 +50907 {50906} 13421 1 +50908 {50907} 12522 1 +50909 {50908} 2295 1 +50910 {50909} 7886 1 +50911 {50910} 1316 1 +50912 {50911} 2497 1 +50913 {50912} 10194 1 +50914 {50913} 10580 1 +50915 {50914} 9321 1 +50916 {50915} 2632 1 +50917 {50916} 13294 1 +50918 {50917} 1723 1 +50919 {50918} 2427 1 +50920 {50919} 9099 1 +50921 {50920} 10272 1 +50922 {50921} 15034 1 +50923 {50922} 11983 1 +50924 {50923} 10090 1 +50925 {50924} 3473 1 +50926 {50925} 1987 1 +50927 {50926} 2931 1 +50928 {50927} 5924 1 +50929 {50928} 9486 1 +50930 {50929} 10059 1 +50931 {50930} 1901 1 +50932 {50931} 8030 1 +50933 {50932} 16218 1 +50934 {50933} 10630 1 +50935 {50934} 8944 1 +50936 {50935} 8612 1 +50937 {50936} 3110 1 +50938 {50937} 10169 1 +50939 {50938} 4000 1 +50940 {50939} 10968 1 +50941 {50940} 1206 1 +50942 {50941} 6167 1 +50943 {50942} 9723 1 +50944 {50943} 7788 1 +50945 {50944} 7492 1 +50946 {50945} 8961 1 +50947 {50946} 10453 1 +50948 {50947} 2067 1 +50949 {50948} 10655 1 +50950 {50949} 2227 1 +50951 {50950} 2495 1 +50952 {50951} 10813 1 +50953 {50952} 3172 1 +50954 {50953} 2134 1 +50955 {50954} 2952 1 +50956 {51020} 2128 1 +50957 {50955} 2400 1 +50958 {50956} 2464 1 +50959 {50957} 2977 1 +50960 {50958} 10752 1 +50961 {50959} 10583 1 +50962 {50960} 11578 1 +50963 {50961} 10758 1 +50964 {50962} 11344 1 +50965 {50963} 9629 1 +50966 {50964} 10879 1 +50967 {50965} 10742 1 +50968 {50966} 8937 1 +50969 {50967} 709 1 +50970 {50968} 2699 1 +50971 {50969} 1755 1 +50972 {50970} 10450 1 +50973 {50971} 9467 1 +50974 {50972} 6056 1 +50975 {50973} 9083 1 +50976 {50974} 1925 1 +50977 {50975} 1851 1 +50978 {50976} 11144 1 +50979 {50977} 13205 1 +50980 {50978} 7259 1 +50981 {50979} 5184 1 +50982 {50980} 8617 1 +50983 {50981} 9484 1 +50984 {50982} 1823 1 +50985 {50983} 1403 1 +50986 {50984} 10715 1 +50987 {50985} 2382 1 +50988 {50986} 2267 1 +50989 {50987} 1860 1 +50990 {50988} 2023 1 +50991 {50989} 989 1 +50992 {50990} 14044 1 +50993 {50991} 10084 1 +50994 {50992} 2024 1 +50995 {50993} 10601 1 +50996 {50994} 10487 1 +50997 {50995} 10167 1 +50998 {50996} 10236 1 +50999 {50997} 2218 1 +51000 {50998} 2193 1 +51001 {50999} 2195 1 +51002 {51000} 3003 1 +51003 {51001} 4229 1 +51004 {51002} 15190 1 +51005 {51003} 2492 1 +51006 {51004} 2366 1 +51007 {51005} 11088 1 +51008 {51006} 2423 1 +51009 {51007} 10815 1 +51010 {51008} 2264 1 +51011 {51009} 2094 1 +51012 {51010} 14708 1 +51013 {51011} 10209 1 +51014 {51012} 15262 1 +51015 {51013} 9985 1 +51016 {51014} 15196 1 +51017 {51015} 2333 1 +51018 {51016} 2741 1 +51019 {51017} 3557 1 +51020 {51018} 10031 1 +51021 {51021} 1869 1 +51022 {51022} 15591 1 +51023 {51023} 8753 1 +51024 {51024} 2182 1 +51025 {51025} 10719 1 +51026 {51026} 1676 1 +51027 {51027} 16503 1 +51028 {51028} 2129 1 +51029 {51029} 11896 1 +51030 {51030} 7983 1 +51031 {51031} 2448 1 +51032 {51032} 1091 1 +51033 {51033} 2003 1 +51034 {51034} 11116 1 +51035 {51035} 1472 1 +51036 {51036} 10192 1 +51037 {51037} 2895 1 +51038 {51038} 3227 1 +51039 {51039} 13093 1 +51040 {51040} 10706 1 +51041 {51041} 1969 1 +51042 {51042} 10273 1 +51043 {51043} 3419 1 +51044 {51044} 2605 1 +51045 {51045} 1710 1 +51046 {51046} 2163 1 +51047 {51047} 2640 1 +51048 {51048} 11532 1 +51049 {51049} 2497 1 +51050 {51050} 8592 1 +51051 {51051} 10938 1 +51052 {51052} 2703 1 +51053 {51053} 1079 1 +51054 {51054} 9852 1 +51055 {51055} 1670 1 +51056 {51056} 7235 1 +51057 {51057} 2084 1 +51058 {51058} 3100 1 +51059 {51059} 4175 1 +51060 {51060} 10261 1 +51061 {51061} 11503 1 +51062 {51062} 3155 1 +51063 {51063} 2942 1 +51064 {51064} 2791 1 +51065 {51065} 9647 1 +51066 {51066} 2304 1 +51067 {51067} 3406 1 +51068 {51068} 2703 1 +51069 {51069} 1915 1 +51070 {51070} 9838 1 +51071 {51071} 15108 1 +51072 {51072} 10160 1 +51073 {51073} 14384 1 +51074 {51074} 3112 1 +51075 {51075} 1309 1 +51076 {51076} 1146 1 +51077 {51077} 2092 1 +51078 {51078} 10453 1 +51079 {51079} 15483 1 +51080 {51080} 9735 1 +51081 {51081} 12229 1 +51082 {51082} 14232 1 +51083 {51083} 2305 1 +51084 {51084} 9501 1 +51085 {51085} 1946 1 +51086 {51086} 2843 1 +51087 {51087} 2934 1 +51088 {51088} 3877 1 +51089 {51089} 8930 1 +51090 {51090} 9182 1 +51091 {51091} 8340 1 +51092 {51092} 1884 1 +51093 {51093} 2371 1 +51094 {51094} 12540 1 +51095 {51095} 9630 1 +51096 {51096} 2494 1 +51097 {51097} 3042 1 +51098 {51098} 9988 1 +51099 {51099} 13762 1 +51100 {51100} 8621 1 +51101 {51101} 9989 1 +51102 {51102} 3662 1 +51103 {51103} 1923 1 +51104 {51104} 855 1 +51105 {51105} 2095 1 +51106 {51106} 11008 1 +51107 {51107} 9268 1 +51108 {51108} 2934 1 +51109 {51109} 2130 1 +51110 {51110} 15385 1 +51111 {51111} 2172 1 +51112 {51112} 2428 1 +51113 {51113} 2399 1 +51114 {51114} 9768 1 +51115 {51115} 1769 1 +51116 {51116} 2840 1 +51117 {51117} 11547 1 +51118 {51118} 10885 1 +51119 {51119} 2394 1 +51120 {51120} 2590 1 +51121 {51121} 2966 1 +51122 {51122} 10248 1 +51123 {51123} 2937 1 +51124 {51124} 9508 1 +51125 {51125} 1890 1 +51126 {51126} 16297 1 +51127 {51127} 10993 1 +51128 {51128} 10921 1 +51129 {51129} 12616 1 +51130 {51130} 10618 1 +51131 {51131} 2812 1 +51132 {51132} 6169 1 +51133 {51133} 11284 1 +51134 {51134} 3029 1 +51135 {51135} 9643 1 +51136 {51136} 2247 1 +51137 {51137} 563 1 +51138 {51138} 2192 1 +51139 {51139} 4889 1 +51140 {51140} 1262 1 +51141 {51141} 16036 1 +51142 {51142} 1580 1 +51143 {51143} 1172 1 +51144 {51144} 2568 1 +51145 {51145} 14220 1 +51146 {51146} 3366 1 +51147 {51147} 1889 1 +51148 {51148} 11406 1 +51149 {51149} 2669 1 +51150 {51150} 10346 1 +51151 {51151} 1858 1 +51152 {51152} 3443 1 +51153 {51153} 2322 1 +51154 {51154} 9897 1 +51155 {51155} 2061 1 +51156 {51156} 2350 1 +51157 {51157} 16428 1 +51158 {51158} 2466 1 +51159 {51159} 9185 1 +51160 {51160} 1841 1 +51161 {51161} 11513 1 +51162 {51162} 3369 1 +51163 {51163} 8742 1 +51164 {51164} 13821 1 +51165 {51165} 2298 1 +51166 {51166} 10475 1 +51167 {51167} 2809 1 +51168 {51168} 9732 1 +51169 {51169} 11846 1 +51170 {51170} 2834 1 +51171 {51171} 15308 1 +51172 {51172} 2366 1 +51173 {51173} 11031 1 +51174 {51174} 1812 1 +51175 {51175} 10600 1 +51176 {51176} 8898 1 +51177 {51177} 932 1 +51178 {51178} 9402 1 +51179 {51179} 10105 1 +51180 {51180} 1515 1 +51181 {51181} 2502 1 +51182 {51182} 999 1 +51183 {51183} 1889 1 +51184 {51184} 11298 1 +51185 {51185} 11647 1 +51186 {51186} 9736 1 +51187 {51187} 10752 1 +51188 {51188} 3080 1 +51189 {51189} 3092 1 +51190 {51190} 2790 1 +51191 {51191} 9221 1 +51192 {51192} 1940 1 +51193 {51193} 3204 1 +51194 {51194} 8412 1 +51195 {51195} 10329 1 +51196 {51196} 12106 1 +51197 {51197} 10401 1 +51198 {51198} 1855 1 +51199 {51199} 1271 1 +51200 {51200} 2975 1 +51201 {51201} 10552 1 +51202 {51202} 9799 1 +51203 {51203} 2075 1 +51204 {51204} 9913 1 +51205 {51205} 7466 1 +51206 {51206} 2733 1 +51207 {51207} 1997 1 +51208 {51208} 2451 1 +51209 {51209} 1301 1 +51210 {51210} 8180 1 +51211 {51211} 10382 1 +51212 {51212} 10975 1 +51213 {51213} 3465 1 +51214 {51214} 4159 1 +51215 {51215} 1618 1 +51216 {51216} 10869 1 +51217 {51217} 9805 1 +51218 {51218} 211 1 +51219 {51219} 877 1 +51220 {51220} 11389 1 +51221 {51221} 9947 1 +51222 {51222} 3155 1 +51223 {51223} 4536 1 +51224 {51224} 3085 1 +51225 {51225} 2430 1 +51226 {51226} 1871 1 +51227 {51227} 6240 1 +51228 {51228} 2867 1 +51229 {51229} 1841 1 +51230 {51230} 16145 1 +51231 {51231} 1417 1 +51232 {51232} 844 1 +51233 {51233} 1582 1 +51234 {51234} 16339 1 +51235 {51235} 10884 1 +51236 {51236} 2821 1 +51237 {51237} 2571 1 +51238 {51238} 1519 1 +51239 {51239} 3508 1 +51240 {51240} 9938 1 +51241 {51241} 10419 1 +51242 {51242} 9584 1 +51243 {51243} 2368 1 +51244 {51244} 1891 1 +51245 {51245} 6726 1 +51246 {51246} 2442 1 +51247 {51247} 2457 1 +51248 {51248} 11542 1 +51249 {51249} 1542 1 +51250 {51250} 1748 1 +51251 {51251} 2163 1 +51252 {51252} 7975 1 +51253 {51253} 7995 1 +51254 {51254} 8577 1 +51255 {51255} 1806 1 +51256 {51256} 9876 1 +51257 {51257} 9389 1 +51258 {51258} 1961 1 +51259 {51259} 13432 1 +51260 {51260} 9924 1 +51261 {51261} 5768 1 +51262 {51262} 1578 1 +51263 {51263} 2870 1 +51264 {51264} 1858 1 +51265 {51265} 7779 1 +51266 {51266} 2772 1 +51267 {51267} 10162 1 +51268 {51268} 9430 1 +51269 {51269} 1786 1 +51270 {51270} 2785 1 +51271 {51271} 2115 1 +51272 {51272} 2319 1 +51273 {51273} 11075 1 +51274 {51274} 2370 1 +51275 {51275} 2090 1 +51276 {51276} 3680 1 +51277 {51277} 10281 1 +51278 {51278} 10192 1 +51279 {51279} 679 1 +51280 {51280} 9117 1 +51281 {51281} 1928 1 +51282 {51282} 2907 1 +51283 {51283} 8852 1 +51284 {51284} 1553 1 +51285 {51285} 2660 1 +51286 {51286} 9856 1 +51287 {51287} 3451 1 +51288 {51288} 2131 1 +51289 {51289} 13124 1 +51290 {51290} 2746 1 +51291 {51291} 2536 1 +51292 {51292} 5601 1 +51293 {51293} 9357 1 +51294 {51294} 2317 1 +51295 {51295} 1753 1 +51296 {51296} 2249 1 +51297 {51297} 1960 1 +51298 {51298} 2356 1 +51299 {51299} 1206 1 +51300 {51300} 10634 1 +51301 {51301} 9312 1 +51302 {51302} 7694 1 +51303 {51303} 2492 1 +51304 {51304} 1248 1 +51305 {51305} 10121 1 +51306 {51306} 2084 1 +51307 {51307} 11453 1 +51308 {51308} 10048 1 +51309 {51309} 9562 1 +51310 {51310} 7656 1 +51311 {51311} 4622 1 +51312 {51312} 11518 1 +51313 {51313} 10087 1 +51314 {51314} 11925 1 +51315 {51315} 1227 1 +51316 {51316} 10581 1 +51317 {51317} 2943 1 +51318 {51318} 5504 1 +51319 {51319} 10642 1 +51320 {51320} 2834 1 +51321 {51321} 9229 1 +51322 {51322} 15072 1 +51323 {51323} 10263 1 +51324 {51324} 2165 1 +51325 {51325} 9921 1 +51326 {51326} 3013 1 +51327 {51327} 10487 1 +51328 {51328} 2044 1 +51329 {51329} 2267 1 +51330 {51330} 1230 1 +51331 {51331} 3503 1 +51332 {51332} 10326 1 +51333 {51333} 9356 1 +51334 {51334} 1918 1 +51335 {51335} 2094 1 +51336 {51336} 16247 1 +51337 {51337} 10734 1 +51338 {51338} 2287 1 +51339 {51339} 11873 1 +51340 {51340} 8928 1 +51341 {51341} 2394 1 +51342 {51342} 1438 1 +51343 {51343} 9997 1 +51344 {51344} 2185 1 +51345 {51345} 1 1 +51346 {51346} 3510 1 +51347 {51347} 1156 1 +51348 {51348} 1783 1 +51349 {51349} 2392 1 +51350 {51350} 8436 1 +51351 {51351} 2601 1 +51352 {51352} 11242 1 +51353 {51353} 9062 1 +51354 {51354} 4374 1 +51355 {51355} 10413 1 +51356 {51356} 8540 1 +51357 {51357} 1673 1 +51358 {51358} 2173 1 +51359 {51359} 1191 1 +51360 {51360} 3299 1 +51361 {51361} 2344 1 +51362 {51362} 9410 1 +51363 {51363} 1043 1 +51364 {51364} 5501 1 +51365 {51365} 1639 1 +51366 {51366} 3847 1 +51367 {51367} 2260 1 +51368 {51368} 2158 1 +51369 {51369} 2937 1 +51370 {51370} 1570 1 +51371 {51371} 2492 1 +51372 {51372} 1129 1 +51373 {51373} 9924 1 +51374 {51374} 10618 1 +51375 {51375} 1865 1 +51376 {51376} 9623 1 +51377 {51377} 11551 1 +51378 {51378} 11820 1 +51379 {51379} 2047 1 +51380 {51380} 1971 1 +51381 {51381} 2851 1 +51382 {51382} 9138 1 +51383 {51383} 10031 1 +51384 {51384} 2319 1 +51385 {51385} 2831 1 +51386 {51386} 1967 1 +51387 {51387} 3510 1 +51388 {51388} 2870 1 +51389 {51389} 2743 1 +51390 {51390} 2122 1 +51391 {51391} 3318 1 +51392 {51392} 2537 1 +51393 {51393} 1039 1 +51394 {51394} 2230 1 +51395 {51395} 9544 1 +51396 {51396} 1925 1 +51397 {51397} 10669 1 +51398 {51398} 2364 1 +51399 {51399} 2765 1 +51400 {51400} 1913 1 +51401 {51401} 2433 1 +51402 {51402} 8858 1 +51403 {51403} 9954 1 +51404 {51404} 2690 1 +51405 {51405} 11616 1 +51406 {51406} 10380 1 +51407 {51407} 1337 1 +51408 {51408} 1164 1 +51409 {51409} 3170 1 +51410 {51410} 2012 1 +51411 {51411} 1771 1 +51412 {51412} 1812 1 +51413 {51413} 2435 1 +51414 {51414} 8709 1 +51415 {51415} 7599 1 +51416 {51416} 2633 1 +51417 {51417} 3301 1 +51418 {51418} 2167 1 +51419 {51419} 11138 1 +51420 {51420} 2497 1 +51421 {51421} 2845 1 +51422 {51422} 16174 1 +51423 {51423} 3069 1 +51424 {51424} 10710 1 +51425 {51425} 13571 1 +51426 {51426} 9998 1 +51427 {51427} 2483 1 +51428 {51428} 4725 1 +51429 {51429} 1619 1 +51430 {51430} 2028 1 +51431 {51431} 7084 1 +51432 {51432} 579 1 +51433 {51433} 2261 1 +51434 {51434} 2781 1 +51435 {51435} 8896 1 +51436 {51436} 2733 1 +51437 {51437} 11131 1 +51438 {51438} 3037 1 +51439 {51439} 10778 1 +51440 {51440} 2403 1 +51441 {51441} 3625 1 +51442 {51442} 2493 1 +51443 {51443} 16298 1 +51444 {51444} 9135 1 +51445 {51445} 2869 1 +51446 {51446} 2430 1 +51447 {51447} 2539 1 +51448 {51448} 10509 1 +51449 {51449} 9965 1 +51450 {51450} 3946 1 +51451 {51451} 8892 1 +51452 {51452} 2067 1 +51453 {51453} 1578 1 +51454 {51454} 3078 1 +51455 {51455} 1347 1 +51456 {51456} 11125 1 +51457 {51457} 2673 1 +51458 {51458} 1517 1 +51459 {51459} 1685 1 +51460 {51460} 11201 1 +51461 {51461} 1927 1 +51462 {51462} 3407 1 +51463 {51463} 10264 1 +51464 {51464} 2265 1 +51465 {51465} 1340 1 +51466 {51466} 2725 1 +51467 {51467} 8642 1 +51468 {51468} 1921 1 +51469 {51469} 16077 1 +51470 {51470} 10575 1 +51471 {51471} 1124 1 +51472 {51472} 10135 1 +51473 {51473} 8329 1 +51474 {51474} 2765 1 +51475 {51475} 2974 1 +51476 {51476} 1596 1 +51477 {51477} 14161 1 +51478 {51478} 2570 1 +51479 {51479} 1339 1 +51480 {51480} 1961 1 +51481 {51481} 11025 1 +51482 {51482} 3341 1 +51483 {51483} 10071 1 +51484 {51484} 10258 1 +51485 {51485} 3324 1 +51486 {51486} 5717 1 +51487 {51487} 3156 1 +51488 {51488} 1602 1 +51489 {51489} 2394 1 +51490 {51490} 2756 1 +51491 {51491} 2408 1 +51492 {51492} 3638 1 +51493 {51493} 2702 1 +51494 {51494} 1682 1 +51495 {51495} 13100 1 +51496 {51496} 2333 1 +51497 {51497} 2566 1 +51498 {51498} 12813 1 +51499 {51499} 13630 1 +51500 {51500} 14364 1 +51501 {51501} 11552 1 +51502 {51502} 290 1 +51503 {51503} 3310 1 +51504 {51504} 10392 1 +51505 {51505} 2090 1 +51506 {51506} 10196 1 +51507 {51507} 11404 1 +51508 {51508} 9484 1 +51509 {51509} 10735 1 +51510 {51510} 2151 1 +51511 {51511} 10841 1 +51512 {51512} 16159 1 +51513 {51513} 12699 1 +51514 {51514} 14405 1 +51515 {51515} 10349 1 +51516 {51516} 11212 1 +51517 {51517} 1956 1 +51518 {51518} 12483 1 +51519 {51519} 2469 1 +51520 {51520} 2743 1 +51521 {51521} 2673 1 +51522 {51522} 8961 1 +51523 {51523} 2996 1 +51524 {51524} 9986 1 +51525 {51525} 2383 1 +51526 {51526} 1719 1 +51527 {51527} 6212 1 +51528 {51528} 10018 1 +51529 {51529} 16439 1 +51530 {51530} 1956 1 +51531 {51531} 10231 1 +51532 {51532} 3283 1 +51533 {51533} 10122 1 +51534 {51534} 12013 1 +51535 {51535} 3135 1 +51536 {51536} 11277 1 +51537 {51537} 9756 1 +51538 {51538} 1130 1 +51539 {51539} 2875 1 +51540 {51540} 1919 1 +51541 {51541} 2414 1 +51542 {51542} 2499 1 +51543 {51543} 10047 1 +51544 {51544} 3157 1 +51545 {51545} 3210 1 +51546 {51546} 9622 1 +51547 {51547} 3171 1 +51548 {51548} 1606 1 +51549 {51549} 2777 1 +51550 {51550} 2095 1 +51551 {51551} 9484 1 +51552 {51552} 8168 1 +51553 {51553} 11741 1 +51554 {51554} 11673 1 +51555 {51555} 2126 1 +51556 {51556} 1611 1 +51557 {51557} 1426 1 +51558 {51558} 2096 1 +51559 {51559} 9467 1 +51560 {51560} 1300 1 +51561 {51561} 11542 1 +51562 {51562} 7607 1 +51563 {51563} 5750 1 +51564 {51564} 9988 1 +51565 {51565} 2770 1 +51566 {51566} 1890 1 +51567 {51567} 11267 1 +51568 {51568} 1783 1 +51569 {51569} 11034 1 +51570 {51570} 5951 1 +51571 {51571} 9826 1 +51572 {51572} 3106 1 +51573 {51573} 14137 1 +51574 {51574} 1570 1 +51575 {51575} 2194 1 +51576 {51576} 9509 1 +51577 {51577} 1432 1 +51578 {51578} 2352 1 +51579 {51579} 3046 1 +51580 {51580} 10308 1 +51581 {51581} 2145 1 +51582 {51582} 11570 1 +51583 {51583} 1499 1 +51584 {51584} 3094 1 +51585 {51585} 10978 1 +51586 {51586} 5758 1 +51587 {51587} 2983 1 +51588 {51588} 9562 1 +51589 {51589} 10623 1 +51590 {51590} 11372 1 +51591 {51591} 1574 1 +51592 {51592} 3312 1 +51593 {51593} 1824 1 +51594 {51594} 2687 1 +51595 {51595} 1890 1 +51596 {51596} 9425 1 +51597 {51597} 2327 1 +51598 {51598} 2403 1 +51599 {51599} 10777 1 +51600 {51600} 1782 1 +51601 {51601} 4484 1 +51602 {51602} 8914 1 +51603 {51603} 1931 1 +51604 {51604} 9444 1 +51605 {51605} 1453 1 +51606 {51606} 8925 1 +51607 {51607} 1780 1 +51608 {51608} 14448 1 +51609 {51609} 2084 1 +51610 {51610} 10891 1 +51611 {51611} 11336 1 +51612 {51612} 1915 1 +51613 {51613} 1122 1 +51614 {51614} 2868 1 +51615 {51615} 2370 1 +51616 {51616} 15042 1 +51617 {51617} 10268 1 +51618 {51618} 9699 1 +51619 {51619} 1488 1 +51620 {51620} 10671 1 +51621 {51621} 2982 1 +51622 {51622} 3649 1 +51623 {51623} 3472 1 +51624 {51624} 9117 1 +51625 {51625} 9149 1 +51626 {51626} 2198 1 +51627 {51627} 1090 1 +51628 {51628} 10219 1 +51629 {51629} 2697 1 +51630 {51630} 8807 1 +51631 {51631} 10597 1 +51632 {51632} 2335 1 +51633 {51633} 13760 1 +51634 {51634} 10177 1 +51635 {51635} 16131 1 +51636 {51636} 9937 1 +51637 {51637} 15353 1 +51638 {51638} 15902 1 +51639 {51639} 11273 1 +51640 {51640} 11695 1 +51641 {51641} 11071 1 +51642 {51642} 7625 1 +51643 {51643} 2061 1 +51644 {51644} 11563 1 +51645 {51645} 3692 1 +51646 {51646} 2456 1 +51647 {51647} 5307 1 +51648 {51648} 11760 1 +51649 {51649} 11152 1 +51650 {51650} 9283 1 +51651 {51651} 14745 1 +51652 {51652} 11860 1 +51653 {51653} 11604 1 +51654 {51654} 2468 1 +51655 {51655} 14124 1 +51656 {51656} 2176 1 +51657 {51657} 3098 1 +51658 {51658} 10286 1 +51659 {51659} 1578 1 +51660 {51660} 5497 1 +51661 {51661} 3140 1 +51662 {51662} 9942 1 +51663 {51663} 8352 1 +51664 {51664} 1354 1 +51665 {51665} 2465 1 +51666 {51666} 10264 1 +51667 {51667} 2855 1 +51668 {51668} 6812 1 +51669 {51669} 8628 1 +51670 {51670} 2742 1 +51671 {51671} 1986 1 +51672 {51672} 1726 1 +51673 {51673} 13524 1 +51674 {51674} 5395 1 +51675 {51675} 10425 1 +51676 {51676} 1270 1 +51677 {51677} 1881 1 +51678 {51678} 14513 1 +51679 {51679} 9742 1 +51680 {51680} 1574 1 +51681 {51681} 1951 1 +51682 {51682} 5639 1 +51683 {51683} 2126 1 +51684 {51684} 10496 1 +51685 {51685} 5092 1 +51686 {51686} 11023 1 +51687 {51687} 1022 1 +51688 {51688} 1928 1 +51689 {51689} 10935 1 +51690 {51690} 2492 1 +51691 {51691} 1365 1 +51692 {51692} 11304 1 +51693 {51693} 1652 1 +51694 {51694} 3106 1 +51695 {51695} 8543 1 +51696 {51696} 10972 1 +51697 {51697} 11447 1 +51698 {51698} 8424 1 +51699 {51699} 2158 1 +51700 {51700} 10623 1 +51701 {51701} 3144 1 +51702 {51702} 1948 1 +51703 {51703} 1685 1 +51704 {51704} 10598 1 +51705 {51705} 1804 1 +51706 {51706} 2135 1 +51707 {51707} 1545 1 +51708 {51708} 15709 1 +51709 {51709} 9093 1 +51710 {51710} 12991 1 +51711 {51711} 1201 1 +51712 {51712} 2656 1 +51713 {51713} 16604 1 +51714 {51714} 1962 1 +51715 {51715} 3435 1 +51716 {51716} 3756 1 +51717 {51717} 2430 1 +51718 {51718} 2989 1 +51719 {51719} 2357 1 +51720 {51720} 9980 1 +51721 {51721} 11712 1 +51722 {51722} 2760 1 +51723 {51723} 1545 1 +51724 {51724} 3754 1 +51725 {51725} 3095 1 +51726 {51726} 3216 1 +51727 {51727} 3804 1 +51728 {51728} 9387 1 +51729 {51729} 10549 1 +51730 {51730} 2102 1 +51731 {51731} 10425 1 +51732 {51732} 2280 1 +51733 {51733} 10866 1 +51734 {51734} 10201 1 +51735 {51735} 1724 1 +51736 {51736} 8568 1 +51737 {51737} 6191 1 +51738 {51738} 10261 1 +51739 {51739} 11496 1 +51740 {51740} 2315 1 +51741 {51741} 10139 1 +51742 {51742} 10912 1 +51743 {51743} 8128 1 +51744 {51744} 3686 1 +51745 {51745} 11186 1 +51746 {51746} 2333 1 +51747 {51747} 7490 1 +51748 {51748} 7479 1 +51749 {51749} 11310 1 +51750 {51750} 8814 1 +51751 {51751} 11092 1 +51752 {51752} 1857 1 +51753 {51753} 11861 1 +51754 {51754} 2806 1 +51755 {51755} 1960 1 +51756 {51756} 3246 1 +51757 {51757} 3216 1 +51758 {51758} 10694 1 +51759 {51759} 3099 1 +51760 {51760} 12595 1 +51761 {51761} 10220 1 +51762 {51762} 10384 1 +51763 {51763} 11008 1 +51764 {51764} 10993 1 +51765 {51765} 11138 1 +51766 {51766} 11076 1 +51767 {51767} 7831 1 +51768 {51768} 9700 1 +51769 {51769} 10354 1 +51770 {51770} 2083 1 +51771 {51771} 2380 1 +51772 {51772} 10382 1 +51773 {51773} 1861 1 +51774 {51774} 11452 1 +51775 {51775} 3482 1 +51776 {51776} 5309 1 +51777 {51777} 9365 1 +51778 {51778} 1978 1 +51779 {51779} 10623 1 +51780 {51780} 10905 1 +51781 {51781} 10945 1 +51782 {51782} 9882 1 +51783 {51783} 11078 1 +51784 {51784} 10532 1 +51785 {51785} 2509 1 +51786 {51786} 11015 1 +51787 {51787} 10902 1 +51788 {51788} 1475 1 +51789 {51789} 5104 1 +51790 {51790} 2227 1 +51791 {51791} 10552 1 +51792 {51792} 1354 1 +51793 {51793} 4305 1 +51794 {51794} 16422 1 +51795 {51795} 2334 1 +51796 {51796} 11246 1 +51797 {51797} 11553 1 +51798 {51798} 10942 1 +51799 {51799} 14401 1 +51800 {51800} 2326 1 +51801 {51801} 2811 1 +51802 {51802} 11896 1 +51803 {51803} 2091 1 +51804 {51804} 11415 1 +51805 {51805} 630 1 +51806 {51806} 6246 1 +51807 {51807} 9440 1 +51808 {51808} 9671 1 +51809 {51809} 1441 1 +51810 {51810} 8904 1 +51811 {51811} 1859 1 +51812 {51812} 12608 1 +51813 {51813} 7166 1 +51814 {51814} 475 1 +51815 {51815} 3222 1 +51816 {51816} 1933 1 +51817 {51817} 9671 1 +51818 {51818} 10025 1 +51819 {51819} 14340 1 +51820 {51820} 1817 1 +51821 {51821} 6494 1 +51822 {51822} 10897 1 +51823 {51823} 3075 1 +51824 {51824} 2617 1 +51825 {51825} 3417 1 +51826 {51826} 16543 1 +51827 {51827} 9538 1 +51828 {51828} 996 1 +51829 {51829} 9816 1 +51830 {51830} 2670 1 +51831 {51831} 11286 1 +51832 {51832} 16030 1 +51833 {51833} 8595 1 +51834 {51834} 6016 1 +51835 {51835} 871 1 +51836 {51836} 2867 1 +51837 {51837} 1891 1 +51838 {51838} 2562 1 +51839 {51839} 16367 1 +51840 {51840} 1276 1 +51841 {51841} 1537 1 +51842 {51842} 10406 1 +51843 {51843} 10828 1 +51844 {51844} 9547 1 +51845 {51845} 3744 1 +51846 {51846} 12635 1 +51847 {51847} 1054 1 +51848 {51848} 1241 1 +51849 {51849} 3242 1 +51850 {51850} 8555 1 +51851 {51851} 10599 1 +51852 {51852} 5562 1 +51853 {51853} 524 1 +51854 {51854} 10046 1 +51855 {51855} 11924 1 +51856 {51856} 2539 1 +51857 {51857} 2364 1 +51858 {51858} 10890 1 +51859 {51859} 2268 1 +51860 {51860} 13988 1 +51861 {51861} 2158 1 +51862 {51862} 2671 1 +51863 {51863} 1612 1 +51864 {51864} 12181 1 +51865 {51865} 9349 1 +51866 {51866} 10694 1 +51867 {51867} 12928 1 +51868 {51868} 3449 1 +51869 {51869} 2623 1 +51870 {51870} 2266 1 +51871 {51871} 11619 1 +51872 {51872} 11769 1 +51873 {51873} 1926 1 +51874 {51874} 10225 1 +51875 {51875} 2030 1 +51876 {51876} 937 1 +51877 {51877} 2121 1 +51878 {51878} 15457 1 +51879 {51879} 12328 1 +51880 {51880} 11546 1 +51881 {51881} 10494 1 +51882 {51882} 2092 1 +51883 {51883} 9814 1 +51884 {51884} 2527 1 +51885 {51885} 10926 1 +51886 {51886} 2454 1 +51887 {51887} 2094 1 +51888 {51888} 10719 1 +51889 {51889} 2978 1 +51890 {51890} 10631 1 +51891 {51891} 2125 1 +51892 {51892} 15995 1 +51893 {51893} 8135 1 +51894 {51894} 1914 1 +51895 {51895} 2537 1 +51896 {51896} 12317 1 +51897 {51897} 10935 1 +51898 {51898} 1279 1 +51899 {51899} 7909 1 +51900 {51900} 10001 1 +51901 {51901} 9421 1 +51902 {51902} 3561 1 +51903 {51903} 2801 1 +51904 {51904} 10099 1 +51905 {51905} 9501 1 +51906 {51906} 2030 1 +51907 {51907} 5382 1 +51908 {51908} 371 1 +51909 {51909} 9924 1 +51910 {51910} 6122 1 +51911 {51911} 1708 1 +51912 {51912} 7955 1 +51913 {51913} 9246 1 +51914 {51914} 9591 1 +51915 {51915} 2028 1 +51916 {51916} 11230 1 +51917 {51917} 10987 1 +51918 {51918} 2689 1 +51919 {51919} 2350 1 +51920 {51920} 2531 1 +51921 {51921} 10479 1 +51922 {51922} 2160 1 +51923 {51923} 2459 1 +51924 {51924} 10135 1 +51925 {51925} 11837 1 +51926 {51926} 9427 1 +51927 {51927} 9575 1 +51928 {51928} 8243 1 +51929 {51929} 2643 1 +51930 {51930} 10758 1 +51931 {51931} 2576 1 +51932 {51932} 10916 1 +51933 {51933} 3144 1 +51934 {51934} 2176 1 +51935 {51935} 2721 1 +51936 {51936} 3488 1 +51937 {51937} 2176 1 +51938 {51938} 12588 1 +51939 {51939} 2872 1 +51940 {51940} 9390 1 +51941 {51941} 2602 1 +51942 {51942} 9886 1 +51943 {51943} 9843 1 +51944 {51944} 1294 1 +51945 {51945} 12028 1 +51946 {51946} 7773 1 +51947 {51947} 2930 1 +51948 {51948} 1163 1 +51949 {51949} 5820 1 +51950 {51950} 10599 1 +51951 {51951} 2061 1 +51952 {51952} 8605 1 +51953 {51953} 16598 1 +51954 {51954} 1299 1 +51955 {51955} 2501 1 +51956 {51956} 11146 1 +51957 {51957} 10927 1 +51958 {51958} 1814 1 +51959 {51959} 2634 1 +51960 {51960} 1910 1 +51961 {51961} 10407 1 +51962 {51962} 10274 1 +51963 {51963} 10280 1 +51964 {51964} 9489 1 +51965 {51965} 9212 1 +51966 {51966} 3213 1 +51967 {51967} 9766 1 +51968 {51968} 2424 1 +51969 {51969} 2189 1 +51970 {51970} 9984 1 +51971 {51971} 9433 1 +51972 {51972} 10773 1 +51973 {51973} 2572 1 +51974 {51974} 2155 1 +51975 {51975} 14810 1 +51976 {51976} 10304 1 +51977 {51977} 11312 1 +51978 {51978} 1904 1 +51979 {51979} 11113 1 +51980 {51980} 8862 1 +51981 {51981} 4033 1 +51982 {51982} 1858 1 +51983 {51983} 10550 1 +51984 {51984} 2964 1 +51985 {51985} 2383 1 +51986 {51986} 9886 1 +51987 {51987} 10792 1 +51988 {51988} 2528 1 +51989 {51989} 837 1 +51990 {51990} 932 1 +51991 {51991} 11578 1 +51992 {51992} 10008 1 +51993 {51993} 5265 1 +51994 {51994} 9161 1 +51995 {51995} 9989 1 +51996 {51996} 2026 1 +51997 {51997} 3636 1 +51998 {51998} 1815 1 +51999 {51999} 9954 1 +52000 {52000} 11658 1 +52001 {52001} 993 1 +52002 {52002} 9771 1 +52003 {52003} 2565 1 +52004 {52004} 11284 1 +52005 {52005} 3440 1 +52006 {52006} 1884 1 +52007 {52007} 1475 1 +52008 {52008} 2537 1 +52009 {52009} 2296 1 +52010 {52010} 7038 1 +52011 {52011} 3769 1 +52012 {52012} 3072 1 +52013 {52013} 3685 1 +52014 {52014} 2939 1 +52015 {52015} 16153 1 +52016 {52016} 8815 1 +52017 {52017} 10606 1 +52018 {52018} 9582 1 +52019 {52019} 2539 1 +52020 {52020} 1509 1 +52021 {52021} 9655 1 +52022 {52022} 855 1 +52023 {52023} 10429 1 +52024 {52024} 10281 1 +52025 {52025} 9291 1 +52026 {52026} 3308 1 +52027 {52027} 2904 1 +52028 {52028} 10308 1 +52029 {52029} 8998 1 +52030 {52030} 13045 1 +52031 {52031} 815 1 +52032 {52032} 2304 1 +52033 {52033} 3851 1 +52034 {52034} 10626 1 +52035 {52035} 1989 1 +52036 {52036} 2064 1 +52037 {52037} 3003 1 +52038 {52038} 4110 1 +52039 {52039} 10423 1 +52040 {52040} 2117 1 +52041 {52041} 9849 1 +52042 {52042} 2379 1 +52043 {52043} 9316 1 +52044 {52044} 2017 1 +52045 {52045} 16377 1 +52046 {52046} 11610 1 +52047 {52047} 10672 1 +52048 {52048} 2069 1 +52049 {52049} 10804 1 +52050 {52050} 11846 1 +52051 {52051} 8742 1 +52052 {52052} 3771 1 +52053 {52053} 2606 1 +52054 {52054} 14076 1 +52055 {52055} 1231 1 +52056 {52056} 9765 1 +52057 {52057} 12224 1 +52058 {52058} 13080 1 +52059 {52059} 11332 1 +52060 {52060} 11206 1 +52061 {52061} 2537 1 +52062 {52062} 10832 1 +52063 {52063} 10201 1 +52064 {52064} 10323 1 +52065 {52065} 8046 1 +52066 {52066} 2784 1 +52067 {52067} 9013 1 +52068 {52068} 10351 1 +52069 {52069} 2368 1 +52070 {52070} 2293 1 +52071 {52071} 10804 1 +52072 {52072} 10783 1 +52073 {52073} 2454 1 +52074 {52074} 9182 1 +52075 {52075} 1572 1 +52076 {52076} 2236 1 +52077 {52077} 1727 1 +52078 {52078} 1511 1 +52079 {52079} 10086 1 +52080 {52080} 2260 1 +52081 {52081} 9484 1 +52082 {52082} 2765 1 +52083 {52083} 1136 1 +52084 {52084} 2406 1 +52085 {52085} 9961 1 +52086 {52086} 1534 1 +52087 {52087} 13921 1 +52088 {52088} 8412 1 +52089 {52089} 10863 1 +52090 {52090} 2333 1 +52091 {52091} 3331 1 +52092 {52092} 2858 1 +52093 {52093} 1858 1 +52094 {52094} 8189 1 +52095 {52095} 2690 1 +52096 {52096} 10011 1 +52097 {52097} 8836 1 +52098 {52098} 1958 1 +52099 {52099} 1199 1 +52100 {52100} 1723 1 +52101 {52101} 10605 1 +52102 {52102} 9757 1 +52103 {52103} 2593 1 +52104 {52104} 2991 1 +52105 {52105} 2194 1 +52106 {52106} 1716 1 +52107 {52107} 15490 1 +52108 {52108} 1670 1 +52109 {52109} 2403 1 +52110 {52110} 1482 1 +52111 {52111} 10580 1 +52112 {52112} 2467 1 +52113 {52113} 10407 1 +52114 {52114} 6549 1 +52115 {52115} 11389 1 +52116 {52116} 6153 1 +52117 {52117} 1160 1 +52118 {52118} 1552 1 +52119 {52119} 9532 1 +52120 {52120} 10193 1 +52121 {52121} 3946 1 +52122 {52122} 11132 1 +52123 {52123} 9143 1 +52124 {52124} 3685 1 +52125 {52125} 9037 1 +52126 {52126} 1538 1 +52127 {52127} 10928 1 +52128 {52128} 2311 1 +52129 {52129} 11003 1 +52130 {52130} 1812 1 +52131 {52131} 9909 1 +52132 {52132} 765 1 +52133 {52133} 7251 1 +52134 {52134} 13094 1 +52135 {52135} 2861 1 +52136 {52136} 1083 1 +52137 {52137} 2278 1 +52138 {52138} 10848 1 +52139 {52139} 3707 1 +52140 {52140} 2907 1 +52141 {52141} 9302 1 +52142 {52142} 10488 1 +52143 {52143} 1439 1 +52144 {52144} 3513 1 +52145 {52145} 9373 1 +52146 {52146} 1648 1 +52147 {52147} 9916 1 +52148 {52148} 14289 1 +52149 {52149} 1312 1 +52150 {52150} 10826 1 +52151 {52151} 8159 1 +52152 {52152} 11806 1 +52153 {52153} 1784 1 +52154 {52154} 11677 1 +52155 {52155} 4706 1 +52156 {52156} 11649 1 +52157 {52157} 2376 1 +52158 {52158} 2591 1 +52159 {52159} 9100 1 +52160 {52160} 1561 1 +52161 {52161} 11447 1 +52162 {52162} 8540 1 +52163 {52163} 10396 1 +52164 {52164} 8304 1 +52165 {52165} 7602 1 +52166 {52166} 11279 1 +52167 {52167} 10486 1 +52168 {52168} 5712 1 +52169 {52169} 1596 1 +52170 {52170} 2448 1 +52171 {52171} 2160 1 +52172 {52172} 3383 1 +52173 {52173} 3345 1 +52174 {52174} 1658 1 +52175 {52175} 1859 1 +52176 {52176} 2868 1 +52177 {52177} 1585 1 +52178 {52178} 8650 1 +52179 {52179} 1566 1 +52180 {52180} 3472 1 +52181 {52181} 1339 1 +52182 {52182} 9835 1 +52183 {52183} 2589 1 +52184 {52184} 13969 1 +52185 {52185} 13491 1 +52186 {52186} 10932 1 +52187 {52187} 9618 1 +52188 {52188} 1409 1 +52189 {52189} 2209 1 +52190 {52190} 1296 1 +52191 {52191} 10348 1 +52192 {52192} 12114 1 +52193 {52193} 2118 1 +52194 {52194} 1918 1 +52195 {52195} 9732 1 +52196 {52196} 10693 1 +52197 {52197} 11634 1 +52198 {52198} 10532 1 +52199 {52199} 1306 1 +52200 {52200} 2719 1 +52201 {52201} 15409 1 +52202 {52202} 3701 1 +52203 {52203} 9979 1 +52204 {52204} 2023 1 +52205 {52205} 1756 1 +52206 {52206} 9907 1 +52207 {52207} 2456 1 +52208 {52208} 1485 1 +52209 {52209} 11108 1 +52210 {52210} 10642 1 +52211 {52211} 2227 1 +52212 {52212} 13815 1 +52213 {52213} 10409 1 +52214 {52214} 2134 1 +52215 {52215} 12228 1 +52216 {52216} 2350 1 +52217 {52217} 5503 1 +52218 {52218} 9904 1 +52219 {52219} 9757 1 +52220 {52220} 9337 1 +52221 {52221} 10703 1 +52222 {52222} 10009 1 +52223 {52223} 14308 1 +52224 {52224} 13947 1 +52225 {52225} 10971 1 +52226 {52226} 8973 1 +52227 {52227} 9954 1 +52228 {52228} 4459 1 +52229 {52229} 2251 1 +52230 {52230} 2236 1 +52231 {52231} 2251 1 +52232 {52232} 10479 1 +52233 {52233} 4232 1 +52234 {52234} 2622 1 +52235 {52235} 2498 1 +52236 {52236} 10709 1 +52237 {52237} 2182 1 +52238 {52238} 2295 1 +52239 {52239} 2255 1 +52240 {52240} 9754 1 +52241 {52241} 2029 1 +52242 {52242} 6625 1 +52243 {52243} 5655 1 +52244 {52244} 9677 1 +52245 {52245} 3270 1 +52246 {52246} 11824 1 +52247 {52247} 2974 1 +52248 {52248} 1502 1 +52249 {52249} 2397 1 +52250 {52250} 10417 1 +52251 {52251} 3412 1 +52252 {52252} 4672 1 +52253 {52253} 2874 1 +52254 {52254} 9941 1 +52255 {52255} 3210 1 +52256 {52256} 13636 1 +52257 {52257} 9637 1 +52258 {52258} 3139 1 +52259 {52259} 13373 1 +52260 {52260} 2865 1 +52261 {52261} 3042 1 +52262 {52262} 3377 1 +52263 {52263} 2366 1 +52264 {52264} 1214 1 +52265 {52265} 10549 1 +52266 {52266} 11190 1 +52267 {52267} 9066 1 +52268 {52268} 1987 1 +52269 {52269} 2023 1 +52270 {52270} 8024 1 +52271 {52271} 8987 1 +52272 {52272} 2198 1 +52273 {52273} 2420 1 +52274 {52274} 2771 1 +52275 {52275} 2833 1 +52276 {52276} 1717 1 +52277 {52277} 16528 1 +52278 {52278} 3308 1 +52279 {52279} 10932 1 +52280 {52280} 1477 1 +52281 {52281} 1091 1 +52282 {52282} 11167 1 +52283 {52283} 2421 1 +52284 {52284} 783 1 +52285 {52285} 8986 1 +52286 {52286} 8051 1 +52287 {52287} 2326 1 +52288 {52288} 2993 1 +52289 {52289} 9766 1 +52290 {52290} 11168 1 +52291 {52291} 10496 1 +52292 {52292} 9976 1 +52293 {52293} 2775 1 +52294 {52294} 1834 1 +52295 {52295} 9879 1 +52296 {52296} 3632 1 +52297 {52297} 11516 1 +52298 {52298} 9512 1 +52299 {52299} 12157 1 +52300 {52300} 2548 1 +52301 {52301} 1701 1 +52302 {52302} 8728 1 +52303 {52303} 11473 1 +52304 {52304} 10046 1 +52305 {52305} 2708 1 +52306 {52306} 8593 1 +52307 {52307} 2102 1 +52308 {52308} 2831 1 +52309 {52309} 3210 1 +52310 {52310} 11619 1 +52311 {52311} 2256 1 +52312 {52312} 2753 1 +52313 {52313} 2973 1 +52314 {52314} 12045 1 +52315 {52315} 2453 1 +52316 {52316} 12739 1 +52317 {52317} 3941 1 +52318 {52318} 10476 1 +52319 {52319} 9944 1 +52320 {52320} 9212 1 +52321 {52321} 2013 1 +52322 {52322} 11670 1 +52323 {52323} 11608 1 +52324 {52324} 10738 1 +52325 {52325} 8964 1 +52326 {52326} 3106 1 +52327 {52327} 9852 1 +52328 {52328} 2402 1 +52329 {52329} 4262 1 +52330 {52330} 2516 1 +52331 {52331} 1805 1 +52332 {52332} 1344 1 +52333 {52333} 1871 1 +52334 {52334} 9120 1 +52335 {52335} 12917 1 +52336 {52336} 1928 1 +52337 {52337} 8408 1 +52338 {52338} 9657 1 +52339 {52339} 11078 1 +52340 {52340} 8539 1 +52341 {52341} 1833 1 +52342 {52342} 2112 1 +52343 {52343} 1676 1 +52344 {52344} 1921 1 +52345 {52345} 2845 1 +52346 {52346} 385 1 +52347 {52347} 10339 1 +52348 {52348} 10705 1 +52349 {52349} 2429 1 +52350 {52350} 11338 1 +52351 {52351} 10465 1 +52352 {52352} 10628 1 +52353 {52353} 1962 1 +52354 {52354} 2310 1 +52355 {52355} 9940 1 +52356 {52356} 2482 1 +52357 {52357} 14908 1 +52358 {52358} 9882 1 +52359 {52359} 2050 1 +52360 {52360} 450 1 +52361 {52361} 3442 1 +52362 {52362} 10456 1 +52363 {52363} 13129 1 +52364 {52364} 2880 1 +52365 {52365} 1856 1 +52366 {52366} 4418 1 +52367 {52367} 1989 1 +52368 {52368} 3265 1 +52369 {52369} 9580 1 +52370 {52370} 11654 1 +52371 {52371} 2434 1 +52372 {52372} 9500 1 +52373 {52373} 2352 1 +52374 {52374} 3419 1 +52375 {52375} 10477 1 +52376 {52376} 2696 1 +52377 {52377} 16300 1 +52378 {52378} 4522 1 +52379 {52379} 7613 1 +52380 {52380} 1787 1 +52381 {52381} 8639 1 +52382 {52382} 12489 1 +52383 {52383} 8458 1 +52384 {52384} 788 1 +52385 {52385} 16243 1 +52386 {52386} 2503 1 +52387 {52387} 2061 1 +52388 {52388} 3213 1 +52389 {52389} 9614 1 +52390 {52390} 3932 1 +52391 {52391} 15519 1 +52392 {52392} 2600 1 +52393 {52393} 11305 1 +52394 {52394} 10096 1 +52395 {52395} 7534 1 +52396 {52396} 2573 1 +52397 {52397} 1497 1 +52398 {52398} 2674 1 +52399 {52399} 2042 1 +52400 {52400} 7458 1 +52401 {52401} 11849 1 +52402 {52402} 1380 1 +52403 {52403} 8226 1 +52404 {52404} 3281 1 +52405 {52405} 1887 1 +52406 {52406} 2811 1 +52407 {52407} 8322 1 +52408 {52408} 9277 1 +52409 {52409} 3469 1 +52410 {52410} 2017 1 +52411 {52411} 3031 1 +52412 {52412} 12127 1 +52413 {52413} 1104 1 +52414 {52414} 2064 1 +52415 {52415} 2838 1 +52416 {52416} 829 1 +52417 {52417} 2893 1 +52418 {52418} 8687 1 +52419 {52419} 12841 1 +52420 {52420} 10559 1 +52421 {52421} 16544 1 +52422 {52422} 9212 1 +52423 {52423} 1714 1 +52424 {52424} 11113 1 +52425 {52425} 2258 1 +52426 {52426} 2424 1 +52427 {52427} 1957 1 +52428 {52428} 10309 1 +52429 {52429} 12426 1 +52430 {52430} 1919 1 +52431 {52431} 12874 1 +52432 {52432} 11277 1 +52433 {52433} 1548 1 +52434 {52434} 9481 1 +52435 {52435} 10092 1 +52436 {52436} 117 1 +52437 {52437} 2903 1 +52438 {52438} 2772 1 +52439 {52439} 3046 1 +52440 {52440} 2399 1 +52441 {52441} 11097 1 +52442 {52442} 1345 1 +52443 {52443} 2894 1 +52444 {52444} 2064 1 +52445 {52445} 3069 1 +52446 {52446} 2066 1 +52447 {52447} 2377 1 +52448 {52448} 10147 1 +52449 {52449} 10612 1 +52450 {52450} 11253 1 +52451 {52451} 11268 1 +52452 {52452} 1450 1 +52453 {52453} 2844 1 +52454 {52454} 3204 1 +52455 {52455} 2908 1 +52456 {52456} 762 1 +52457 {52457} 1735 1 +52458 {52458} 2873 1 +52459 {52459} 1638 1 +52460 {52460} 14586 1 +52461 {52461} 10514 1 +52462 {52462} 3216 1 +52463 {52463} 10129 1 +52464 {52464} 8096 1 +52465 {52465} 2949 1 +52466 {52466} 2125 1 +52467 {52467} 1221 1 +52468 {52468} 2303 1 +52469 {52469} 606 1 +52470 {52470} 1685 1 +52471 {52471} 3410 1 +52472 {52472} 2903 1 +52473 {52473} 2741 1 +52474 {52474} 2029 1 +52475 {52475} 11235 1 +52476 {52476} 2908 1 +52477 {52477} 10549 1 +52478 {52478} 10225 1 +52479 {52479} 2943 1 +52480 {52480} 2369 1 +52481 {52481} 1563 1 +52482 {52482} 7185 1 +52483 {52483} 1653 1 +52484 {52484} 10637 1 +52485 {52485} 10695 1 +52486 {52486} 4846 1 +52487 {52487} 11706 1 +52488 {52488} 2908 1 +52489 {52489} 3451 1 +52490 {52490} 3239 1 +52491 {52491} 623 1 +52492 {52492} 3231 1 +52493 {52493} 3023 1 +52494 {52494} 3714 1 +52495 {52495} 11123 1 +52496 {52496} 1477 1 +52497 {52497} 15204 1 +52498 {52498} 395 1 +52499 {52499} 3174 1 +52500 {52500} 2435 1 +52501 {52501} 9956 1 +52502 {52502} 3276 1 +52503 {52503} 3627 1 +52504 {52504} 8594 1 +52505 {52505} 9829 1 +52506 {52506} 1827 1 +52507 {52507} 9917 1 +52508 {52508} 11188 1 +52509 {52509} 9262 1 +52510 {52510} 2421 1 +52511 {52511} 12672 1 +52512 {52512} 10123 1 +52513 {52513} 10626 1 +52514 {52514} 2200 1 +52515 {52515} 2364 1 +52516 {52516} 1858 1 +52517 {52517} 15843 1 +52518 {52518} 11547 1 +52519 {52519} 2290 1 +52520 {52520} 2234 1 +52521 {52521} 2195 1 +52522 {52522} 8184 1 +52523 {52523} 10170 1 +52524 {52524} 2261 1 +52525 {52525} 2220 1 +52526 {52526} 1485 1 +52527 {52527} 1273 1 +52528 {52528} 1246 1 +52529 {52529} 10315 1 +52530 {52530} 1849 1 +52531 {52531} 2835 1 +52532 {52532} 9411 1 +52533 {52533} 11198 1 +52534 {52534} 1025 1 +52535 {52535} 9781 1 +52536 {52536} 7164 1 +52537 {52537} 15524 1 +52538 {52538} 10455 1 +52539 {52539} 3072 1 +52540 {52540} 6963 1 +52541 {52541} 2303 1 +52542 {52542} 14624 1 +52543 {52543} 10866 1 +52544 {52544} 8904 1 +52545 {52545} 2382 1 +52546 {52546} 12087 1 +52547 {52547} 1891 1 +52548 {52548} 2227 1 +52549 {52549} 1809 1 +52550 {52550} 1956 1 +52551 {52551} 1679 1 +52552 {52552} 2672 1 +52553 {52553} 2798 1 +52554 {52554} 9273 1 +52555 {52555} 10386 1 +52556 {52556} 2569 1 +52557 {52557} 1194 1 +52558 {52558} 11103 1 +52559 {52559} 2193 1 +52560 {52560} 3076 1 +52561 {52561} 10210 1 +52562 {52562} 1684 1 +52563 {52563} 2163 1 +52564 {52564} 10221 1 +52565 {52565} 9846 1 +52566 {52566} 3128 1 +52567 {52567} 2670 1 +52568 {52568} 6012 1 +52569 {52569} 9243 1 +52570 {52570} 2359 1 +52571 {52571} 1545 1 +52572 {52572} 992 1 +52573 {52573} 11097 1 +52574 {52574} 3014 1 +52575 {52575} 10241 1 +52576 {52576} 844 1 +52577 {52577} 2095 1 +52578 {52578} 9485 1 +52579 {52579} 5739 1 +52580 {52580} 1855 1 +52581 {52581} 2743 1 +52582 {52582} 10782 1 +52583 {52583} 3313 1 +52584 {52584} 2743 1 +52585 {52585} 7818 1 +52586 {52586} 16484 1 +52587 {52587} 3532 1 +52588 {52588} 6123 1 +52589 {52589} 2528 1 +52590 {52590} 2205 1 +52591 {52591} 2301 1 +52592 {52592} 1262 1 +52593 {52593} 2400 1 +52594 {52594} 2660 1 +52595 {52595} 2371 1 +52596 {52596} 3343 1 +52597 {52597} 1070 1 +52598 {52598} 9034 1 +52599 {52599} 9644 1 +52600 {52600} 9203 1 +52601 {52601} 8783 1 +52602 {52602} 11268 1 +52603 {52603} 10785 1 +52604 {52604} 11250 1 +52605 {52605} 2152 1 +52606 {52606} 12053 1 +52607 {52607} 10928 1 +52608 {52608} 1475 1 +52609 {52609} 12153 1 +52610 {52610} 15884 1 +52611 {52611} 12904 1 +52612 {52612} 5166 1 +52613 {52613} 1815 1 +52614 {52614} 1342 1 +52615 {52615} 2490 1 +52616 {52616} 4092 1 +52617 {52617} 9975 1 +52618 {52618} 2417 1 +52619 {52619} 13555 1 +52620 {52620} 11656 1 +52621 {52621} 2258 1 +52622 {52622} 2602 1 +52623 {52623} 10741 1 +52624 {52624} 11236 1 +52625 {52625} 2862 1 +52626 {52626} 3478 1 +52627 {52627} 1787 1 +52628 {52628} 11160 1 +52629 {52629} 7603 1 +52630 {52630} 1293 1 +52631 {52631} 9916 1 +52632 {52632} 9119 1 +52633 {52633} 10847 1 +52634 {52634} 2163 1 +52635 {52635} 9147 1 +52636 {52636} 12821 1 +52637 {52637} 1464 1 +52638 {52638} 10863 1 +52639 {52639} 13367 1 +52640 {52640} 4035 1 +52641 {52641} 1678 1 +52642 {52642} 11144 1 +52643 {52643} 3139 1 +52644 {52644} 955 1 +52645 {52645} 2461 1 +52646 {52646} 2325 1 +52647 {52647} 11704 1 +52648 {52648} 1875 1 +52649 {52649} 9571 1 +52650 {52650} 2708 1 +52651 {52651} 9747 1 +52652 {52652} 2100 1 +52653 {52653} 1918 1 +52654 {52654} 2743 1 +52655 {52655} 9126 1 +52656 {52656} 8760 1 +52657 {52657} 2060 1 +52658 {52658} 2015 1 +52659 {52659} 10950 1 +52660 {52660} 1914 1 +52661 {52661} 10458 1 +52662 {52662} 1891 1 +52663 {52663} 81 1 +52664 {52664} 316 1 +52665 {52665} 9401 1 +52666 {52666} 12344 1 +52667 {52667} 3667 1 +52668 {52668} 10232 1 +52669 {52669} 10820 1 +52670 {52670} 2261 1 +52671 {52671} 12442 1 +52672 {52672} 9327 1 +52673 {52673} 2946 1 +52674 {52674} 1609 1 +52675 {52675} 2251 1 +52676 {52676} 2256 1 +52677 {52677} 1847 1 +52678 {52678} 9883 1 +52679 {52679} 10250 1 +52680 {52680} 11274 1 +52681 {52681} 11105 1 +52682 {52682} 3016 1 +52683 {52683} 2494 1 +52684 {52684} 3679 1 +52685 {52685} 2287 1 +52686 {52686} 1886 1 +52687 {52687} 10289 1 +52688 {52688} 2424 1 +52689 {52689} 9098 1 +52690 {52690} 3075 1 +52691 {52691} 3104 1 +52692 {52692} 2669 1 +52693 {52693} 5502 1 +52694 {52694} 2605 1 +52695 {52695} 1745 1 +52696 {52696} 12557 1 +52697 {52697} 2446 1 +52698 {52698} 1383 1 +52699 {52699} 15585 1 +52700 {52700} 4664 1 +52701 {52701} 10266 1 +52702 {52702} 8008 1 +52703 {52703} 10130 1 +52704 {52704} 1890 1 +52705 {52705} 1961 1 +52706 {52706} 2602 1 +52707 {52707} 761 1 +52708 {52708} 11608 1 +52709 {52709} 11352 1 +52710 {52710} 11003 1 +52711 {52711} 9188 1 +52712 {52712} 9042 1 +52713 {52713} 2462 1 +52714 {52714} 1851 1 +52715 {52715} 7377 1 +52716 {52716} 10846 1 +52717 {52717} 1561 1 +52718 {52718} 2600 1 +52719 {52719} 11769 1 +52720 {52720} 2090 1 +52721 {52721} 1612 1 +52722 {52722} 10442 1 +52723 {52723} 11764 1 +52724 {52724} 11588 1 +52725 {52725} 2433 1 +52726 {52726} 1714 1 +52727 {52727} 3611 1 +52728 {52728} 9564 1 +52729 {52729} 1670 1 +52730 {52730} 9406 1 +52731 {52731} 2360 1 +52732 {52732} 1589 1 +52733 {52733} 10559 1 +52734 {52734} 2163 1 +52735 {52735} 821 1 +52736 {52736} 10960 1 +52737 {52737} 1886 1 +52738 {52738} 11383 1 +52739 {52739} 3390 1 +52740 {52740} 6218 1 +52741 {52741} 3140 1 +52742 {52742} 1892 1 +52743 {52743} 2685 1 +52744 {52744} 11610 1 +52745 {52745} 3939 1 +52746 {52746} 9437 1 +52747 {52747} 10282 1 +52748 {52748} 9994 1 +52749 {52749} 8891 1 +52750 {52750} 5016 1 +52751 {52751} 2155 1 +52752 {52752} 1859 1 +52753 {52753} 2403 1 +52754 {52754} 3011 1 +52755 {52755} 1870 1 +52756 {52756} 12203 1 +52757 {52757} 2979 1 +52758 {52758} 1845 1 +52759 {52759} 7029 1 +52760 {52760} 10203 1 +52761 {52761} 1916 1 +52762 {52762} 12046 1 +52763 {52763} 1671 1 +52764 {52764} 2469 1 +52765 {52765} 5933 1 +52766 {52766} 2461 1 +52767 {52767} 10407 1 +52768 {52768} 2822 1 +52769 {52769} 869 1 +52770 {52770} 2984 1 +52771 {52771} 2099 1 +52772 {52772} 11260 1 +52773 {52773} 12760 1 +52774 {52774} 2432 1 +52775 {52775} 2565 1 +52776 {52776} 11005 1 +52777 {52777} 10241 1 +52778 {52778} 11139 1 +52779 {52779} 4991 1 +52780 {52780} 2539 1 +52781 {52781} 2534 1 +52782 {52782} 1766 1 +52783 {52783} 2265 1 +52784 {52784} 2721 1 +52785 {52785} 11173 1 +52786 {52786} 11190 1 +52787 {52787} 5940 1 +52788 {52788} 2738 1 +52789 {52789} 13870 1 +52790 {52790} 2220 1 +52791 {52791} 5531 1 +52792 {52792} 2738 1 +52793 {52793} 2584 1 +52794 {52794} 9102 1 +52795 {52795} 11446 1 +52796 {52796} 1951 1 +52797 {52797} 9535 1 +52798 {52798} 2729 1 +52799 {52799} 5343 1 +52800 {52800} 1299 1 +52801 {52801} 1071 1 +52802 {52802} 1855 1 +52803 {52803} 14344 1 +52804 {52804} 1518 1 +52805 {52805} 1486 1 +52806 {52806} 9981 1 +52807 {52807} 1304 1 +52808 {52808} 9870 1 +52809 {52809} 2729 1 +52810 {52810} 2660 1 +52811 {52811} 1666 1 +52812 {52812} 2163 1 +52813 {52813} 10386 1 +52814 {52814} 3007 1 +52815 {52815} 8389 1 +52816 {52816} 1123 1 +52817 {52817} 11096 1 +52818 {52818} 10832 1 +52819 {52819} 2060 1 +52820 {52820} 10310 1 +52821 {52821} 5094 1 +52822 {52822} 16305 1 +52823 {52823} 5619 1 +52824 {52824} 3365 1 +52825 {52825} 8762 1 +52826 {52826} 1880 1 +52827 {52827} 12412 1 +52828 {52828} 1495 1 +52829 {52829} 2495 1 +52830 {52830} 1507 1 +52831 {52831} 15619 1 +52832 {52832} 2215 1 +52833 {52833} 1064 1 +52834 {52834} 2268 1 +52835 {52835} 1504 1 +52836 {52836} 1512 1 +52837 {52837} 8875 1 +52838 {52838} 12096 1 +52839 {52839} 9538 1 +52840 {52840} 15788 1 +52841 {52841} 9821 1 +52842 {52842} 15872 1 +52843 {52843} 3685 1 +52844 {52844} 7808 1 +52845 {52845} 2146 1 +52846 {52846} 2223 1 +52847 {52847} 12114 1 +52848 {52848} 9808 1 +52849 {52849} 1464 1 +52850 {52850} 3004 1 +52851 {52851} 15055 1 +52852 {52852} 10098 1 +52853 {52853} 1775 1 +52854 {52854} 2936 1 +52855 {52855} 1482 1 +52856 {52856} 3307 1 +52857 {52857} 9750 1 +52858 {52858} 2063 1 +52859 {52859} 9585 1 +52860 {52860} 2832 1 +52861 {52861} 2624 1 +52862 {52862} 11140 1 +52863 {52863} 979 1 +52864 {52864} 3467 1 +52865 {52865} 1415 1 +52866 {52866} 10121 1 +52867 {52867} 1371 1 +52868 {52868} 3528 1 +52869 {52869} 3448 1 +52870 {52870} 7974 1 +52871 {52871} 9093 1 +52872 {52872} 10463 1 +52873 {52873} 2155 1 +52874 {52874} 9404 1 +52875 {52875} 4956 1 +52876 {52876} 10821 1 +52877 {52877} 12541 1 +52878 {52878} 2461 1 +52879 {52879} 2457 1 +52880 {52880} 16147 1 +52881 {52881} 2090 1 +52882 {52882} 10308 1 +52883 {52883} 1117 1 +52884 {52884} 9957 1 +52885 {52885} 11208 1 +52886 {52886} 11853 1 +52887 {52887} 4785 1 +52888 {52888} 2467 1 +52889 {52889} 8201 1 +52890 {52890} 10956 1 +52891 {52891} 2133 1 +52892 {52892} 9736 1 +52893 {52893} 2604 1 +52894 {52894} 10585 1 +52895 {52895} 1139 1 +52896 {52896} 10344 1 +52897 {52897} 2233 1 +52898 {52898} 2451 1 +52899 {52899} 2031 1 +52900 {52900} 1584 1 +52901 {52901} 2164 1 +52902 {52902} 10744 1 +52903 {52903} 3383 1 +52904 {52904} 1959 1 +52905 {52905} 12826 1 +52906 {52906} 2371 1 +52907 {52907} 1509 1 +52908 {52908} 2185 1 +52909 {52909} 1401 1 +52910 {52910} 10875 1 +52911 {52911} 11383 1 +52912 {52912} 2742 1 +52913 {52913} 1953 1 +52914 {52914} 3416 1 +52915 {52915} 2874 1 +52916 {52916} 10289 1 +52917 {52917} 1274 1 +52918 {52918} 2080 1 +52919 {52919} 2942 1 +52920 {52920} 14147 1 +52921 {52921} 2056 1 +52922 {52922} 10489 1 +52923 {52923} 7590 1 +52924 {52924} 3335 1 +52925 {52925} 10407 1 +52926 {52926} 3381 1 +52927 {52927} 1738 1 +52928 {52928} 2751 1 +52929 {52929} 7029 1 +52930 {52930} 3384 1 +52931 {52931} 11860 1 +52932 {52932} 1611 1 +52933 {52933} 11972 1 +52934 {52934} 1477 1 +52935 {52935} 10456 1 +52936 {52936} 933 1 +52937 {52937} 3805 1 +52938 {52938} 2552 1 +52939 {52939} 2800 1 +52940 {52940} 2268 1 +52941 {52941} 10526 1 +52942 {52942} 3552 1 +52943 {52943} 1741 1 +52944 {52944} 9794 1 +52945 {52945} 2537 1 +52946 {52946} 12752 1 +52947 {52947} 10565 1 +52948 {52948} 10317 1 +52949 {52949} 1572 1 +52950 {52950} 3009 1 +52951 {52951} 9027 1 +52952 {52952} 9060 1 +52953 {52953} 1712 1 +52954 {52954} 9438 1 +52955 {52955} 1821 1 +52956 {52956} 2160 1 +52957 {52957} 2081 1 +52958 {52958} 10841 1 +52959 {52959} 2725 1 +52960 {52960} 1678 1 +52961 {52961} 3064 1 +52962 {52962} 11061 1 +52963 {52963} 804 1 +52964 {52964} 3540 1 +52965 {52965} 12692 1 +52966 {52966} 15488 1 +52967 {52967} 2867 1 +52968 {52968} 9225 1 +52969 {52969} 1671 1 +52970 {52970} 1185 1 +52971 {52971} 2502 1 +52972 {52972} 9849 1 +52973 {52973} 10304 1 +52974 {52974} 10599 1 +52975 {52975} 10796 1 +52976 {52976} 2435 1 +52977 {52977} 10671 1 +52978 {52978} 2977 1 +52979 {52979} 2268 1 +52980 {52980} 11990 1 +52981 {52981} 3054 1 +52982 {52982} 2193 1 +52983 {52983} 12461 1 +52984 {52984} 10074 1 +52985 {52985} 10329 1 +52986 {52986} 2185 1 +52987 {52987} 2285 1 +52988 {52988} 2453 1 +52989 {52989} 10580 1 +52990 {52990} 1893 1 +52991 {52991} 10283 1 +52992 {52992} 10216 1 +52993 {52993} 13824 1 +52994 {52994} 2660 1 +52995 {52995} 3075 1 +52996 {52996} 2193 1 +52997 {52997} 11005 1 +52998 {52998} 10420 1 +52999 {52999} 2656 1 +53000 {53000} 819 1 +53001 {53001} 10375 1 +53002 {53002} 9959 1 +53003 {53003} 1884 1 +53004 {53004} 1325 1 +53005 {53005} 1301 1 +53006 {53006} 13880 1 +53007 {53007} 5708 1 +53008 {53008} 12367 1 +53009 {53009} 2269 1 +53010 {53010} 7816 1 +53011 {53011} 9904 1 +53012 {53012} 2462 1 +53013 {53013} 11305 1 +53014 {53014} 3140 1 +53015 {53015} 9135 1 +53016 {53016} 3477 1 +53017 {53017} 1704 1 +53018 {53018} 11024 1 +53019 {53019} 3057 1 +53020 {53020} 15438 1 +53021 {53021} 10335 1 +53022 {53022} 8107 1 +53023 {53023} 3111 1 +53024 {53024} 1755 1 +53025 {53025} 10026 1 +53026 {53026} 2941 1 +53027 {53027} 3333 1 +53028 {53028} 3171 1 +53029 {53029} 12563 1 +53030 {53030} 14471 1 +53031 {53031} 237 1 +53032 {53032} 6988 1 +53033 {53033} 1656 1 +53034 {53034} 1914 1 +53035 {53035} 9205 1 +53036 {53036} 11422 1 +53037 {53037} 10045 1 +53038 {53038} 2978 1 +53039 {53039} 2502 1 +53040 {53040} 9445 1 +53041 {53041} 2750 1 +53042 {53042} 2026 1 +53043 {53043} 2065 1 +53044 {53044} 9886 1 +53045 {53045} 2535 1 +53046 {53046} 11341 1 +53047 {53047} 9871 1 +53048 {53048} 7324 1 +53049 {53049} 1400 1 +53050 {53050} 11682 1 +53051 {53051} 2323 1 +53052 {53052} 2627 1 +53053 {53053} 10897 1 +53054 {53054} 2690 1 +53055 {53055} 5443 1 +53056 {53056} 3042 1 +53057 {53057} 11024 1 +53058 {53058} 2080 1 +53059 {53059} 1928 1 +53060 {53060} 2534 1 +53061 {53061} 3560 1 +53062 {53062} 10659 1 +53063 {53063} 2603 1 +53064 {53064} 10679 1 +53065 {53065} 8694 1 +53066 {53066} 2228 1 +53067 {53067} 1913 1 +53068 {53068} 15790 1 +53069 {53069} 10304 1 +53070 {53070} 2372 1 +53071 {53071} 1638 1 +53072 {53072} 15049 1 +53073 {53073} 10890 1 +53074 {53074} 999 1 +53075 {53075} 1756 1 +53076 {53076} 11441 1 +53077 {53077} 4021 1 +53078 {53078} 10109 1 +53079 {53079} 9718 1 +53080 {53080} 11530 1 +53081 {53081} 9761 1 +53082 {53082} 2457 1 +53083 {53083} 10596 1 +53084 {53084} 10223 1 +53085 {53085} 10840 1 +53086 {53086} 11188 1 +53087 {53087} 2233 1 +53088 {53088} 2922 1 +53089 {53089} 2401 1 +53090 {53090} 2063 1 +53091 {53091} 2501 1 +53092 {53092} 1279 1 +53093 {53093} 9435 1 +53094 {53094} 2252 1 +53095 {53095} 14446 1 +53096 {53096} 1614 1 +53097 {53097} 2534 1 +53098 {53098} 3250 1 +53099 {53099} 2775 1 +53100 {53100} 11407 1 +53101 {53101} 2807 1 +53102 {53102} 11427 1 +53103 {53103} 2433 1 +53104 {53104} 1775 1 +53105 {53105} 8690 1 +53106 {53106} 9870 1 +53107 {53107} 3031 1 +53108 {53108} 11704 1 +53109 {53109} 3006 1 +53110 {53110} 1717 1 +53111 {53111} 1884 1 +53112 {53112} 4116 1 +53113 {53113} 3314 1 +53114 {53114} 1873 1 +53115 {53115} 2084 1 +53116 {53116} 2605 1 +53117 {53117} 3721 1 +53118 {53118} 12264 1 +53119 {53119} 2287 1 +53120 {53120} 5762 1 +53121 {53121} 2090 1 +53122 {53122} 2161 1 +53123 {53123} 1417 1 +53124 {53124} 10601 1 +53125 {53125} 9617 1 +53126 {53126} 563 1 +53127 {53127} 2315 1 +53128 {53128} 3047 1 +53129 {53129} 2744 1 +53130 {53130} 2939 1 +53131 {53131} 9510 1 +53132 {53132} 1545 1 +53133 {53133} 2809 1 +53134 {53134} 9729 1 +53135 {53135} 2149 1 +53136 {53136} 2772 1 +53137 {53137} 2869 1 +53138 {53138} 15837 1 +53139 {53139} 2371 1 +53140 {53140} 2740 1 +53141 {53141} 9499 1 +53142 {53142} 3078 1 +53143 {53143} 1590 1 +53144 {53144} 2217 1 +53145 {53145} 5972 1 +53146 {53146} 11828 1 +53147 {53147} 9360 1 +53148 {53148} 9790 1 +53149 {53149} 3279 1 +53150 {53150} 9905 1 +53151 {53151} 1796 1 +53152 {53152} 2236 1 +53153 {53153} 2671 1 +53154 {53154} 11595 1 +53155 {53155} 4389 1 +53156 {53156} 10272 1 +53157 {53157} 2839 1 +53158 {53158} 9906 1 +53159 {53159} 1508 1 +53160 {53160} 11274 1 +53161 {53161} 2498 1 +53162 {53162} 9381 1 +53163 {53163} 10597 1 +53164 {53164} 1245 1 +53165 {53165} 2744 1 +53166 {53166} 1432 1 +53167 {53167} 11413 1 +53168 {53168} 9387 1 +53169 {53169} 2692 1 +53170 {53170} 2630 1 +53171 {53171} 2088 1 +53172 {53172} 11268 1 +53173 {53173} 1704 1 +53174 {53174} 2028 1 +53175 {53175} 11226 1 +53176 {53176} 8874 1 +53177 {53177} 3248 1 +53178 {53178} 1389 1 +53179 {53179} 2603 1 +53180 {53180} 8077 1 +53181 {53181} 2296 1 +53182 {53182} 2100 1 +53183 {53183} 5355 1 +53184 {53184} 2658 1 +53185 {53185} 10425 1 +53186 {53186} 1566 1 +53187 {53187} 1415 1 +53188 {53188} 16024 1 +53189 {53189} 1416 1 +53190 {53190} 3276 1 +53191 {53191} 8970 1 +53192 {53192} 1603 1 +53193 {53193} 9081 1 +53194 {53194} 3477 1 +53195 {53195} 11619 1 +53196 {53196} 7469 1 +53197 {53197} 10437 1 +53198 {53198} 2360 1 +53199 {53199} 11748 1 +53200 {53200} 10797 1 +53201 {53201} 9724 1 +53202 {53202} 11252 1 +53203 {53203} 2457 1 +53204 {53204} 11242 1 +53205 {53205} 9373 1 +53206 {53206} 9329 1 +53207 {53207} 2918 1 +53208 {53208} 11316 1 +53209 {53209} 10750 1 +53210 {53210} 9307 1 +53211 {53211} 2536 1 +53212 {53212} 14387 1 +53213 {53213} 1892 1 +53214 {53214} 10099 1 +53215 {53215} 10121 1 +53216 {53216} 9207 1 +53217 {53217} 11555 1 +53218 {53218} 10105 1 +53219 {53219} 2759 1 +53220 {53220} 3239 1 +53221 {53221} 1686 1 +53222 {53222} 2523 1 +53223 {53223} 16286 1 +53224 {53224} 1814 1 +53225 {53225} 2672 1 +53226 {53226} 11440 1 +53227 {53227} 1268 1 +53228 {53228} 2290 1 +53229 {53229} 9831 1 +53230 {53230} 3016 1 +53231 {53231} 10709 1 +53232 {53232} 3056 1 +53233 {53233} 3310 1 +53234 {53234} 544 1 +53235 {53235} 1821 1 +53236 {53236} 12809 1 +53237 {53237} 2535 1 +53238 {53238} 9038 1 +53239 {53239} 2473 1 +53240 {53240} 10359 1 +53241 {53241} 10188 1 +53242 {53242} 3009 1 +53243 {53243} 11726 1 +53244 {53244} 1439 1 +53245 {53245} 2532 1 +53246 {53246} 14778 1 +53247 {53247} 2603 1 +53248 {53248} 10139 1 +53249 {53249} 11721 1 +53250 {53250} 9730 1 +53251 {53251} 10335 1 +53252 {53252} 9619 1 +53253 {53253} 11123 1 +53254 {53254} 2361 1 +53255 {53255} 9451 1 +53256 {53256} 10875 1 +53257 {53257} 2125 1 +53258 {53258} 9930 1 +53259 {53259} 2256 1 +53260 {53260} 3004 1 +53261 {53261} 10278 1 +53262 {53262} 6633 1 +53263 {53263} 3040 1 +53264 {53264} 1962 1 +53265 {53265} 11733 1 +53266 {53266} 2009 1 +53267 {53267} 11956 1 +53268 {53268} 2258 1 +53269 {53269} 7970 1 +53270 {53270} 2260 1 +53271 {53271} 763 1 +53272 {53272} 2367 1 +53273 {53273} 3262 1 +53274 {53274} 13785 1 +53275 {53275} 2763 1 +53276 {53276} 10564 1 +53277 {53277} 1961 1 +53278 {53278} 10841 1 +53279 {53279} 9574 1 +53280 {53280} 6392 1 +53281 {53281} 8430 1 +53282 {53282} 637 1 +53283 {53283} 3137 1 +53284 {53284} 9507 1 +53285 {53285} 15543 1 +53286 {53286} 10687 1 +53287 {53287} 1886 1 +53288 {53288} 11256 1 +53289 {53289} 4295 1 +53290 {53290} 7838 1 +53291 {53291} 1960 1 +53292 {53292} 6174 1 +53293 {53293} 1332 1 +53294 {53294} 9814 1 +53295 {53295} 1703 1 +53296 {53296} 2335 1 +53297 {53297} 16173 1 +53298 {53298} 1232 1 +53299 {53299} 16465 1 +53300 {53300} 10804 1 +53301 {53301} 1856 1 +53302 {53302} 9866 1 +53303 {53303} 10575 1 +53304 {53304} 1784 1 +53305 {53305} 11188 1 +53306 {53306} 11946 1 +53307 {53307} 8678 1 +53308 {53308} 11293 1 +53309 {53309} 10711 1 +53310 {53310} 11447 1 +53311 {53311} 1334 1 +53312 {53312} 1771 1 +53313 {53313} 9924 1 +53314 {53314} 2128 1 +53315 {53315} 10626 1 +53316 {53316} 11158 1 +53317 {53317} 1741 1 +53318 {53318} 10163 1 +53319 {53319} 9480 1 +53320 {53320} 10659 1 +53321 {53321} 1268 1 +53322 {53322} 11850 1 +53323 {53323} 2540 1 +53324 {53324} 10071 1 +53325 {53325} 2178 1 +53326 {53326} 7872 1 +53327 {53327} 12146 1 +53328 {53328} 7770 1 +53329 {53329} 8139 1 +53330 {53330} 3212 1 +53331 {53331} 10354 1 +53332 {53332} 11443 1 +53333 {53333} 10695 1 +53334 {53334} 10241 1 +53335 {53335} 1225 1 +53336 {53336} 2101 1 +53337 {53337} 16504 1 +53338 {53338} 2288 1 +53339 {53339} 9952 1 +53340 {53340} 1414 1 +53341 {53341} 10680 1 +53342 {53342} 1913 1 +53343 {53343} 10935 1 +53344 {53344} 10479 1 +53345 {53345} 10690 1 +53346 {53346} 2265 1 +53347 {53347} 10580 1 +53348 {53348} 1185 1 +53349 {53349} 2535 1 +53350 {53350} 2120 1 +53351 {53351} 2244 1 +53352 {53352} 8026 1 +53353 {53353} 9623 1 +53354 {53354} 2070 1 +53355 {53355} 2165 1 +53356 {53356} 8947 1 +53357 {53357} 2640 1 +53358 {53358} 5344 1 +53359 {53359} 10604 1 +53360 {53360} 1713 1 +53361 {53361} 2129 1 +53362 {53362} 1788 1 +53363 {53363} 1635 1 +53364 {53364} 10094 1 +53365 {53365} 1587 1 +53366 {53366} 10878 1 +53367 {53367} 10495 1 +53368 {53368} 1247 1 +53369 {53369} 2412 1 +53370 {53370} 2204 1 +53371 {53371} 9906 1 +53372 {53372} 9647 1 +53373 {53373} 11370 1 +53374 {53374} 540 1 +53375 {53375} 2308 1 +53376 {53376} 11670 1 +53377 {53377} 10400 1 +53378 {53378} 1691 1 +53379 {53379} 1641 1 +53380 {53380} 3346 1 +53381 {53381} 10576 1 +53382 {53382} 1326 1 +53383 {53383} 9440 1 +53384 {53384} 2268 1 +53385 {53385} 9408 1 +53386 {53386} 3609 1 +53387 {53387} 10308 1 +53388 {53388} 1926 1 +53389 {53389} 11199 1 +53390 {53390} 8924 1 +53391 {53391} 10660 1 +53392 {53392} 6824 1 +53393 {53393} 2151 1 +53394 {53394} 10643 1 +53395 {53395} 3104 1 +53396 {53396} 9863 1 +53397 {53397} 2964 1 +53398 {53398} 2493 1 +53399 {53399} 7105 1 +53400 {53400} 10465 1 +53401 {53401} 2661 1 +53402 {53402} 8049 1 +53403 {53403} 10479 1 +53404 {53404} 3251 1 +53405 {53405} 3363 1 +53406 {53406} 3242 1 +53407 {53407} 15301 1 +53408 {53408} 2232 1 +53409 {53409} 942 1 +53410 {53410} 2334 1 +53411 {53411} 9094 1 +53412 {53412} 11057 1 +53413 {53413} 1283 1 +53414 {53414} 1535 1 +53415 {53415} 1268 1 +53416 {53416} 3478 1 +53417 {53417} 10891 1 +53418 {53418} 3012 1 +53419 {53419} 9875 1 +53420 {53420} 3308 1 +53421 {53421} 10442 1 +53422 {53422} 9594 1 +53423 {53423} 10794 1 +53424 {53424} 11193 1 +53425 {53425} 1824 1 +53426 {53426} 9369 1 +53427 {53427} 11076 1 +53428 {53428} 8838 1 +53429 {53429} 10858 1 +53430 {53430} 4010 1 +53431 {53431} 8434 1 +53432 {53432} 10112 1 +53433 {53433} 10804 1 +53434 {53434} 2803 1 +53435 {53435} 2868 1 +53436 {53436} 1485 1 +53437 {53437} 623 1 +53438 {53438} 2403 1 +53439 {53439} 12396 1 +53440 {53440} 1191 1 +53441 {53441} 10597 1 +53442 {53442} 1218 1 +53443 {53443} 10594 1 +53444 {53444} 11395 1 +53445 {53445} 1291 1 +53446 {53446} 2873 1 +53447 {53447} 8852 1 +53448 {53448} 5928 1 +53449 {53449} 1924 1 +53450 {53450} 9544 1 +53451 {53451} 2424 1 +53452 {53452} 2244 1 +53453 {53453} 6679 1 +53454 {53454} 2264 1 +53455 {53455} 2674 1 +53456 {53456} 16338 1 +53457 {53457} 2025 1 +53458 {53458} 5475 1 +53459 {53459} 2163 1 +53460 {53460} 10653 1 +53461 {53461} 2071 1 +53462 {53462} 2502 1 +53463 {53463} 11951 1 +53464 {53464} 1505 1 +53465 {53465} 2037 1 +53466 {53466} 9516 1 +53467 {53467} 1615 1 +53468 {53468} 10261 1 +53469 {53469} 2832 1 +53470 {53470} 11351 1 +53471 {53471} 2099 1 +53472 {53472} 1130 1 +53473 {53473} 2047 1 +53474 {53474} 7683 1 +53475 {53475} 10832 1 +53476 {53476} 2739 1 +53477 {53477} 2386 1 +53478 {53478} 10645 1 +53479 {53479} 8579 1 +53480 {53480} 1538 1 +53481 {53481} 2498 1 +53482 {53482} 10869 1 +53483 {53483} 1881 1 +53484 {53484} 4472 1 +53485 {53485} 12219 1 +53486 {53486} 9585 1 +53487 {53487} 2739 1 +53488 {53488} 1708 1 +53489 {53489} 10596 1 +53490 {53490} 2205 1 +53491 {53491} 10130 1 +53492 {53492} 1827 1 +53493 {53493} 1125 1 +53494 {53494} 2412 1 +53495 {53495} 840 1 +53496 {53496} 13342 1 +53497 {53497} 9854 1 +53498 {53498} 7234 1 +53499 {53499} 4541 1 +53500 {53500} 2261 1 +53501 {53501} 9620 1 +53502 {53502} 2734 1 +53503 {53503} 1995 1 +53504 {53504} 7184 1 +53505 {53505} 13387 1 +53506 {53506} 1976 1 +53507 {53507} 10655 1 +53508 {53508} 10209 1 +53509 {53509} 8554 1 +53510 {53510} 1270 1 +53511 {53511} 13296 1 +53512 {53512} 9182 1 +53513 {53513} 1948 1 +53514 {53514} 10695 1 +53515 {53515} 2096 1 +53516 {53516} 907 1 +53517 {53517} 10618 1 +53518 {53518} 10863 1 +53519 {53519} 2011 1 +53520 {53520} 1754 1 +53521 {53521} 1722 1 +53522 {53522} 3076 1 +53523 {53523} 2679 1 +53524 {53524} 7911 1 +53525 {53525} 1373 1 +53526 {53526} 2669 1 +53527 {53527} 1541 1 +53528 {53528} 3131 1 +53529 {53529} 2537 1 +53530 {53530} 9424 1 +53531 {53531} 11374 1 +53532 {53532} 10788 1 +53533 {53533} 4473 1 +53534 {53534} 2904 1 +53535 {53535} 2604 1 +53536 {53536} 11656 1 +53537 {53537} 10785 1 +53538 {53538} 1141 1 +53539 {53539} 11089 1 +53540 {53540} 1511 1 +53541 {53541} 12117 1 +53542 {53542} 2411 1 +53543 {53543} 2941 1 +53544 {53544} 2874 1 +53545 {53545} 1834 1 +53546 {53546} 1653 1 +53547 {53547} 12102 1 +53548 {53548} 2186 1 +53549 {53549} 2102 1 +53550 {53550} 1720 1 +53551 {53551} 11315 1 +53552 {53552} 943 1 +53553 {53553} 10490 1 +53554 {53554} 1821 1 +53555 {53555} 2767 1 +53556 {53556} 1439 1 +53557 {53557} 2943 1 +53558 {53558} 2687 1 +53559 {53559} 11977 1 +53560 {53560} 2265 1 +53561 {53561} 2287 1 +53562 {53562} 5544 1 +53563 {53563} 16281 1 +53564 {53564} 2638 1 +53565 {53565} 11113 1 +53566 {53566} 1820 1 +53567 {53567} 10333 1 +53568 {53568} 9539 1 +53569 {53569} 2066 1 +53570 {53570} 4124 1 +53571 {53571} 1748 1 +53572 {53572} 9342 1 +53573 {53573} 3029 1 +53574 {53574} 2400 1 +53575 {53575} 1788 1 +53576 {53576} 1887 1 +53577 {53577} 9158 1 +53578 {53578} 14653 1 +53579 {53579} 10532 1 +53580 {53580} 8535 1 +53581 {53581} 2566 1 +53582 {53582} 2133 1 +53583 {53583} 2572 1 +53584 {53584} 11212 1 +53585 {53585} 10509 1 +53586 {53586} 5325 1 +53587 {53587} 9302 1 +53588 {53588} 2067 1 +53589 {53589} 10449 1 +53590 {53590} 1304 1 +53591 {53591} 3054 1 +53592 {53592} 5681 1 +53593 {53593} 3012 1 +53594 {53594} 14894 1 +53595 {53595} 7504 1 +53596 {53596} 146 1 +53597 {53597} 3072 1 +53598 {53598} 2415 1 +53599 {53599} 2353 1 +53600 {53600} 2616 1 +53601 {53601} 10423 1 +53602 {53602} 2668 1 +53603 {53603} 5907 1 +53604 {53604} 2302 1 +53605 {53605} 2101 1 +53606 {53606} 2155 1 +53607 {53607} 12249 1 +53608 {53608} 1110 1 +53609 {53609} 1914 1 +53610 {53610} 1271 1 +53611 {53611} 10977 1 +53612 {53612} 2119 1 +53613 {53613} 10680 1 +53614 {53614} 2056 1 +53615 {53615} 1951 1 +53616 {53616} 2456 1 +53617 {53617} 9322 1 +53618 {53618} 8118 1 +53619 {53619} 5064 1 +53620 {53620} 8779 1 +53621 {53621} 5498 1 +53622 {53622} 11734 1 +53623 {53623} 1437 1 +53624 {53624} 10714 1 +53625 {53625} 3180 1 +53626 {53626} 1373 1 +53627 {53627} 10435 1 +53628 {53628} 3706 1 +53629 {53629} 15730 1 +53630 {53630} 1518 1 +53631 {53631} 10212 1 +53632 {53632} 2165 1 +53633 {53633} 10580 1 +53634 {53634} 8709 1 +53635 {53635} 10099 1 +53636 {53636} 2671 1 +53637 {53637} 15421 1 +53638 {53638} 8027 1 +53639 {53639} 10084 1 +53640 {53640} 2684 1 +53641 {53641} 8700 1 +53642 {53642} 8589 1 +53643 {53643} 1132 1 +53644 {53644} 2300 1 +53645 {53645} 8897 1 +53646 {53646} 10561 1 +53647 {53647} 3617 1 +53648 {53648} 10239 1 +53649 {53649} 1823 1 +53650 {53650} 9756 1 +53651 {53651} 7126 1 +53652 {53652} 9806 1 +53653 {53653} 1719 1 +53654 {53654} 6261 1 +53655 {53655} 11789 1 +53656 {53656} 9379 1 +53657 {53657} 9370 1 +53658 {53658} 11024 1 +53659 {53659} 10852 1 +53660 {53660} 3033 1 +53661 {53661} 10189 1 +53662 {53662} 3012 1 +53663 {53663} 827 1 +53664 {53664} 1614 1 +53665 {53665} 11845 1 +53666 {53666} 2336 1 +53667 {53667} 2865 1 +53668 {53668} 4276 1 +53669 {53669} 15891 1 +53670 {53670} 2534 1 +53671 {53671} 14100 1 +53672 {53672} 10591 1 +53673 {53673} 3034 1 +53674 {53674} 12152 1 +53675 {53675} 1643 1 +53676 {53676} 2215 1 +53677 {53677} 3574 1 +53678 {53678} 1873 1 +53679 {53679} 9035 1 +53680 {53680} 11314 1 +53681 {53681} 3242 1 +53682 {53682} 10248 1 +53683 {53683} 2267 1 +53684 {53684} 1073 1 +53685 {53685} 11604 1 +53686 {53686} 9109 1 +53687 {53687} 1947 1 +53688 {53688} 14354 1 +53689 {53689} 13625 1 +53690 {53690} 3207 1 +53691 {53691} 13141 1 +53692 {53692} 9773 1 +53693 {53693} 1766 1 +53694 {53694} 10400 1 +53695 {53695} 10974 1 +53696 {53696} 1611 1 +53697 {53697} 5805 1 +53698 {53698} 3395 1 +53699 {53699} 9856 1 +53700 {53700} 5247 1 +53701 {53701} 9828 1 +53702 {53702} 1365 1 +53703 {53703} 3383 1 +53704 {53704} 11916 1 +53705 {53705} 1678 1 +53706 {53706} 1962 1 +53707 {53707} 11173 1 +53708 {53708} 10025 1 +53709 {53709} 1892 1 +53710 {53710} 10905 1 +53711 {53711} 10852 1 +53712 {53712} 1747 1 +53713 {53713} 6920 1 +53714 {53714} 11355 1 +53715 {53715} 10939 1 +53716 {53716} 11127 1 +53717 {53717} 2030 1 +53718 {53718} 2264 1 +53719 {53719} 11121 1 +53720 {53720} 10988 1 +53721 {53721} 14818 1 +53722 {53722} 3105 1 +53723 {53723} 2228 1 +53724 {53724} 7557 1 +53725 {53725} 7967 1 +53726 {53726} 12235 1 +53727 {53727} 10267 1 +53728 {53728} 4610 1 +53729 {53729} 10286 1 +53730 {53730} 11138 1 +53731 {53731} 1206 1 +53732 {53732} 9247 1 +53733 {53733} 2605 1 +53734 {53734} 10306 1 +53735 {53735} 10832 1 +53736 {53736} 2736 1 +53737 {53737} 3669 1 +53738 {53738} 1574 1 +53739 {53739} 2660 1 +53740 {53740} 2874 1 +53741 {53741} 9848 1 +53742 {53742} 11205 1 +53743 {53743} 2765 1 +53744 {53744} 2245 1 +53745 {53745} 9992 1 +53746 {53746} 3040 1 +53747 {53747} 1191 1 +53748 {53748} 125 1 +53749 {53749} 9268 1 +53750 {53750} 11110 1 +53751 {53751} 3250 1 +53752 {53752} 2660 1 +53753 {53753} 11733 1 +53754 {53754} 2356 1 +53755 {53755} 2073 1 +53756 {53756} 1086 1 +53757 {53757} 2597 1 +53758 {53758} 2943 1 +53759 {53759} 2468 1 +53760 {53760} 2107 1 +53761 {53761} 11417 1 +53762 {53762} 2584 1 +53763 {53763} 1683 1 +53764 {53764} 1275 1 +53765 {53765} 1321 1 +53766 {53766} 2164 1 +53767 {53767} 1946 1 +53768 {53768} 1136 1 +53769 {53769} 1953 1 +53770 {53770} 2845 1 +53771 {53771} 10196 1 +53772 {53772} 9749 1 +53773 {53773} 10046 1 +53774 {53774} 2969 1 +53775 {53775} 10771 1 +53776 {53776} 14355 1 +53777 {53777} 11620 1 +53778 {53778} 6020 1 +53779 {53779} 16052 1 +53780 {53780} 1320 1 +53781 {53781} 12830 1 +53782 {53782} 10645 1 +53783 {53783} 12310 1 +53784 {53784} 13701 1 +53785 {53785} 1686 1 +53786 {53786} 1914 1 +53787 {53787} 16212 1 +53788 {53788} 8690 1 +53789 {53789} 8435 1 +53790 {53790} 2369 1 +53791 {53791} 1785 1 +53792 {53792} 10409 1 +53793 {53793} 1327 1 +53794 {53794} 8797 1 +53795 {53795} 669 1 +53796 {53796} 11149 1 +53797 {53797} 9404 1 +53798 {53798} 1444 1 +53799 {53799} 2699 1 +53800 {53800} 1996 1 +53801 {53801} 2524 1 +53802 {53802} 10541 1 +53803 {53803} 10752 1 +53804 {53804} 9139 1 +53805 {53805} 3079 1 +53806 {53806} 2571 1 +53807 {53807} 16446 1 +53808 {53808} 16041 1 +53809 {53809} 1166 1 +53810 {53810} 2326 1 +53811 {53811} 9927 1 +53812 {53812} 6305 1 +53813 {53813} 2974 1 +53814 {53814} 1574 1 +53815 {53815} 11601 1 +53816 {53816} 11708 1 +53817 {53817} 3448 1 +53818 {53818} 10340 1 +53819 {53819} 13054 1 +53820 {53820} 2424 1 +53821 {53821} 9863 1 +53822 {53822} 2080 1 +53823 {53823} 10375 1 +53824 {53824} 10886 1 +53825 {53825} 1987 1 +53826 {53826} 14212 1 +53827 {53827} 13281 1 +53828 {53828} 2056 1 +53829 {53829} 11038 1 +53830 {53830} 9623 1 +53831 {53831} 5821 1 +53832 {53832} 8626 1 +53833 {53833} 10559 1 +53834 {53834} 2674 1 +53835 {53835} 2865 1 +53836 {53836} 2088 1 +53837 {53837} 2121 1 +53838 {53838} 11678 1 +53839 {53839} 2130 1 +53840 {53840} 1653 1 +53841 {53841} 13131 1 +53842 {53842} 1613 1 +53843 {53843} 11015 1 +53844 {53844} 2090 1 +53845 {53845} 8962 1 +53846 {53846} 13127 1 +53847 {53847} 10821 1 +53848 {53848} 2320 1 +53849 {53849} 10858 1 +53850 {53850} 9209 1 +53851 {53851} 8704 1 +53852 {53852} 1994 1 +53853 {53853} 1306 1 +53854 {53854} 10302 1 +53855 {53855} 8520 1 +53856 {53856} 9948 1 +53857 {53857} 10207 1 +53858 {53858} 8074 1 +53859 {53859} 2205 1 +53860 {53860} 2557 1 +53861 {53861} 4217 1 +53862 {53862} 2684 1 +53863 {53863} 10528 1 +53864 {53864} 11902 1 +53865 {53865} 10311 1 +53866 {53866} 13993 1 +53867 {53867} 10612 1 +53868 {53868} 2185 1 +53869 {53869} 9435 1 +53870 {53870} 1670 1 +53871 {53871} 11604 1 +53872 {53872} 2181 1 +53873 {53873} 10715 1 +53874 {53874} 12208 1 +53875 {53875} 1928 1 +53876 {53876} 2024 1 +53877 {53877} 2055 1 +53878 {53878} 10462 1 +53879 {53879} 1418 1 +53880 {53880} 9229 1 +53881 {53881} 10250 1 +53882 {53882} 2669 1 +53883 {53883} 2395 1 +53884 {53884} 3105 1 +53885 {53885} 10145 1 +53886 {53886} 11113 1 +53887 {53887} 1962 1 +53888 {53888} 1242 1 +53889 {53889} 10921 1 +53890 {53890} 10564 1 +53891 {53891} 1990 1 +53892 {53892} 2292 1 +53893 {53893} 2399 1 +53894 {53894} 2494 1 +53895 {53895} 848 1 +53896 {53896} 11134 1 +53897 {53897} 12691 1 +53898 {53898} 2369 1 +53899 {53899} 8439 1 +53900 {53900} 13455 1 +53901 {53901} 9909 1 +53902 {53902} 2840 1 +53903 {53903} 13968 1 +53904 {53904} 11338 1 +53905 {53905} 2161 1 +53906 {53906} 2869 1 +53907 {53907} 3398 1 +53908 {53908} 2772 1 +53909 {53909} 2730 1 +53910 {53910} 1882 1 +53911 {53911} 3037 1 +53912 {53912} 10542 1 +53913 {53913} 9850 1 +53914 {53914} 9681 1 +53915 {53915} 2296 1 +53916 {53916} 2234 1 +53917 {53917} 9977 1 +53918 {53918} 1599 1 +53919 {53919} 2192 1 +53920 {53920} 10783 1 +53921 {53921} 2141 1 +53922 {53922} 2740 1 +53923 {53923} 10585 1 +53924 {53924} 9253 1 +53925 {53925} 11908 1 +53926 {53926} 2124 1 +53927 {53927} 3072 1 +53928 {53928} 2726 1 +53929 {53929} 3090 1 +53930 {53930} 2399 1 +53931 {53931} 10027 1 +53932 {53932} 3152 1 +53933 {53933} 2903 1 +53934 {53934} 3067 1 +53935 {53935} 2869 1 +53936 {53936} 2403 1 +53937 {53937} 12128 1 +53938 {53938} 2334 1 +53939 {53939} 2007 1 +53940 {53940} 10357 1 +53941 {53941} 1433 1 +53942 {53942} 1820 1 +53943 {53943} 3532 1 +53944 {53944} 6919 1 +53945 {53945} 1913 1 +53946 {53946} 10730 1 +53947 {53947} 1780 1 +53948 {53948} 6619 1 +53949 {53949} 1855 1 +53950 {53950} 15809 1 +53951 {53951} 2861 1 +53952 {53952} 9480 1 +53953 {53953} 6945 1 +53954 {53954} 2146 1 +53955 {53955} 10288 1 +53956 {53956} 2873 1 +53957 {53957} 10574 1 +53958 {53958} 2450 1 +53959 {53959} 2991 1 +53960 {53960} 1452 1 +53961 {53961} 2496 1 +53962 {53962} 10455 1 +53963 {53963} 10938 1 +53964 {53964} 9178 1 +53965 {53965} 11096 1 +53966 {53966} 9564 1 +53967 {53967} 2874 1 +53968 {53968} 1633 1 +53969 {53969} 7442 1 +53970 {53970} 3036 1 +53971 {53971} 2366 1 +53972 {53972} 2638 1 +53973 {53973} 6269 1 +53974 {53974} 1239 1 +53975 {53975} 9484 1 +53976 {53976} 3252 1 +53977 {53977} 1787 1 +53978 {53978} 11218 1 +53979 {53979} 10099 1 +53980 {53980} 10702 1 +53981 {53981} 11856 1 +53982 {53982} 9545 1 +53983 {53983} 10059 1 +53984 {53984} 2370 1 +53985 {53985} 3636 1 +53986 {53986} 11728 1 +53987 {53987} 7060 1 +53988 {53988} 14368 1 +53989 {53989} 10741 1 +53990 {53990} 10676 1 +53991 {53991} 8289 1 +53992 {53992} 9360 1 +53993 {53993} 2222 1 +53994 {53994} 10393 1 +53995 {53995} 5411 1 +53996 {53996} 3251 1 +53997 {53997} 786 1 +53998 {53998} 2707 1 +53999 {53999} 1777 1 +54000 {54000} 8293 1 +54001 {54001} 14078 1 +54002 {54002} 1865 1 +54003 {54003} 2508 1 +54004 {54004} 2470 1 +54005 {54005} 2133 1 +54006 {54006} 2357 1 +54007 {54007} 11240 1 +54008 {54008} 1034 1 +54009 {54009} 2416 1 +54010 {54010} 9522 1 +54011 {54011} 2411 1 +54012 {54012} 2100 1 +54013 {54013} 14163 1 +54014 {54014} 2090 1 +54015 {54015} 219 1 +54016 {54016} 8922 1 +54017 {54017} 3251 1 +54018 {54018} 1538 1 +54019 {54019} 13000 1 +54020 {54020} 6201 1 +54021 {54021} 10174 1 +54022 {54022} 2580 1 +54023 {54023} 1170 1 +54024 {54024} 9873 1 +54025 {54025} 9278 1 +54026 {54026} 2569 1 +54027 {54027} 3271 1 +54028 {54028} 1915 1 +54029 {54029} 9577 1 +54030 {54030} 8185 1 +54031 {54031} 9109 1 +54032 {54032} 10846 1 +54033 {54033} 2719 1 +54034 {54034} 2232 1 +54035 {54035} 9507 1 +54036 {54036} 7936 1 +54037 {54037} 1294 1 +54038 {54038} 9546 1 +54039 {54039} 10680 1 +54040 {54040} 10335 1 +54041 {54041} 2320 1 +54042 {54042} 2331 1 +54043 {54043} 14262 1 +54044 {54044} 2779 1 +54045 {54045} 2974 1 +54046 {54046} 2544 1 +54047 {54047} 9901 1 +54048 {54048} 1915 1 +54049 {54049} 5209 1 +54050 {54050} 1929 1 +54051 {54051} 3554 1 +54052 {54052} 1935 1 +54053 {54053} 2064 1 +54054 {54054} 4191 1 +54055 {54055} 2791 1 +54056 {54056} 7847 1 +54057 {54057} 1807 1 +54058 {54058} 2356 1 +54059 {54059} 10602 1 +54060 {54060} 9004 1 +54061 {54061} 1947 1 +54062 {54062} 2359 1 +54063 {54063} 11206 1 +54064 {54064} 12981 1 +54065 {54065} 1543 1 +54066 {54066} 11402 1 +54067 {54067} 2600 1 +54068 {54068} 2530 1 +54069 {54069} 2128 1 +54070 {54070} 1083 1 +54071 {54071} 9711 1 +54072 {54072} 8122 1 +54073 {54073} 10636 1 +54074 {54074} 16617 1 +54075 {54075} 975 1 +54076 {54076} 2091 1 +54077 {54077} 2232 1 +54078 {54078} 2726 1 +54079 {54079} 10310 1 +54080 {54080} 3037 1 +54081 {54081} 9806 1 +54082 {54082} 9512 1 +54083 {54083} 10612 1 +54084 {54084} 10646 1 +54085 {54085} 1644 1 +54086 {54086} 2392 1 +54087 {54087} 2194 1 +54088 {54088} 683 1 +54089 {54089} 7354 1 +54090 {54090} 10103 1 +54091 {54091} 9797 1 +54092 {54092} 1724 1 +54093 {54093} 11684 1 +54094 {54094} 1025 1 +54095 {54095} 10982 1 +54096 {54096} 10195 1 +54097 {54097} 11029 1 +54098 {54098} 2508 1 +54099 {54099} 11025 1 +54100 {54100} 11980 1 +54101 {54101} 2538 1 +54102 {54102} 5798 1 +54103 {54103} 514 1 +54104 {54104} 10870 1 +54105 {54105} 11860 1 +54106 {54106} 3348 1 +54107 {54107} 11131 1 +54108 {54108} 1240 1 +54109 {54109} 1749 1 +54110 {54110} 9077 1 +54111 {54111} 10695 1 +54112 {54112} 1820 1 +54113 {54113} 10130 1 +54114 {54114} 10714 1 +54115 {54115} 2674 1 +54116 {54116} 10794 1 +54117 {54117} 292 1 +54118 {54118} 12673 1 +54119 {54119} 2194 1 +54120 {54120} 2801 1 +54121 {54121} 673 1 +54122 {54122} 3139 1 +54123 {54123} 11972 1 +54124 {54124} 10310 1 +54125 {54125} 1098 1 +54126 {54126} 2184 1 +54127 {54127} 2974 1 +54128 {54128} 2549 1 +54129 {54129} 3716 1 +54130 {54130} 5528 1 +54131 {54131} 12020 1 +54132 {54132} 9113 1 +54133 {54133} 10542 1 +54134 {54134} 1618 1 +54135 {54135} 2832 1 +54136 {54136} 14064 1 +54137 {54137} 3309 1 +54138 {54138} 2465 1 +54139 {54139} 14042 1 +54140 {54140} 9848 1 +54141 {54141} 2029 1 +54142 {54142} 5090 1 +54143 {54143} 2978 1 +54144 {54144} 1161 1 +54145 {54145} 10420 1 +54146 {54146} 10147 1 +54147 {54147} 10564 1 +54148 {54148} 2908 1 +54149 {54149} 9543 1 +54150 {54150} 10174 1 +54151 {54151} 1380 1 +54152 {54152} 2194 1 +54153 {54153} 1974 1 +54154 {54154} 9612 1 +54155 {54155} 2839 1 +54156 {54156} 10974 1 +54157 {54157} 15985 1 +54158 {54158} 11700 1 +54159 {54159} 3294 1 +54160 {54160} 10409 1 +54161 {54161} 1025 1 +54162 {54162} 1639 1 +54163 {54163} 9924 1 +54164 {54164} 7808 1 +54165 {54165} 11415 1 +54166 {54166} 2516 1 +54167 {54167} 10730 1 +54168 {54168} 10335 1 +54169 {54169} 4066 1 +54170 {54170} 3445 1 +54171 {54171} 1959 1 +54172 {54172} 2619 1 +54173 {54173} 15679 1 +54174 {54174} 12870 1 +54175 {54175} 2703 1 +54176 {54176} 1237 1 +54177 {54177} 3076 1 +54178 {54178} 2895 1 +54179 {54179} 2266 1 +54180 {54180} 2414 1 +54181 {54181} 1357 1 +54182 {54182} 1277 1 +54183 {54183} 10092 1 +54184 {54184} 1997 1 +54185 {54185} 2269 1 +54186 {54186} 1923 1 +54187 {54187} 3004 1 +54188 {54188} 10879 1 +54189 {54189} 2305 1 +54190 {54190} 1589 1 +54191 {54191} 11188 1 +54192 {54192} 10084 1 +54193 {54193} 10302 1 +54194 {54194} 1399 1 +54195 {54195} 10357 1 +54196 {54196} 10932 1 +54197 {54197} 16308 1 +54198 {54198} 8090 1 +54199 {54199} 1316 1 +54200 {54200} 10958 1 +54201 {54201} 1919 1 +54202 {54202} 10559 1 +54203 {54203} 11802 1 +54204 {54204} 2336 1 +54205 {54205} 9253 1 +54206 {54206} 11831 1 +54207 {54207} 1374 1 +54208 {54208} 9842 1 +54209 {54209} 2832 1 +54210 {54210} 12789 1 +54211 {54211} 4547 1 +54212 {54212} 1704 1 +54213 {54213} 2098 1 +54214 {54214} 2424 1 +54215 {54215} 9618 1 +54216 {54216} 2218 1 +54217 {54217} 3443 1 +54218 {54218} 9620 1 +54219 {54219} 2769 1 +54220 {54220} 1801 1 +54221 {54221} 9250 1 +54222 {54222} 3075 1 +54223 {54223} 1913 1 +54224 {54224} 11098 1 +54225 {54225} 8870 1 +54226 {54226} 9968 1 +54227 {54227} 1313 1 +54228 {54228} 1788 1 +54229 {54229} 15887 1 +54230 {54230} 10016 1 +54231 {54231} 3328 1 +54232 {54232} 11294 1 +54233 {54233} 2233 1 +54234 {54234} 3301 1 +54235 {54235} 10702 1 +54236 {54236} 1340 1 +54237 {54237} 2420 1 +54238 {54238} 2300 1 +54239 {54239} 2487 1 +54240 {54240} 10875 1 +54241 {54241} 1515 1 +54242 {54242} 9930 1 +54243 {54243} 11328 1 +54244 {54244} 2300 1 +54245 {54245} 10948 1 +54246 {54246} 8139 1 +54247 {54247} 2597 1 +54248 {54248} 3525 1 +54249 {54249} 1760 1 +54250 {54250} 8126 1 +54251 {54251} 10905 1 +54252 {54252} 2464 1 +54253 {54253} 9467 1 +54254 {54254} 1704 1 +54255 {54255} 975 1 +54256 {54256} 2056 1 +54257 {54257} 2154 1 +54258 {54258} 5301 1 +54259 {54259} 16093 1 +54260 {54260} 1722 1 +54261 {54261} 2616 1 +54262 {54262} 2366 1 +54263 {54263} 2031 1 +54264 {54264} 1616 1 +54265 {54265} 8856 1 +54266 {54266} 2467 1 +54267 {54267} 6405 1 +54268 {54268} 1825 1 +54269 {54269} 13021 1 +54270 {54270} 815 1 +54271 {54271} 2504 1 +54272 {54272} 10755 1 +54273 {54273} 1753 1 +54274 {54274} 10597 1 +54275 {54275} 10487 1 +54276 {54276} 2776 1 +54277 {54277} 1173 1 +54278 {54278} 1485 1 +54279 {54279} 10084 1 +54280 {54280} 2907 1 +54281 {54281} 8862 1 +54282 {54282} 2285 1 +54283 {54283} 13495 1 +54284 {54284} 6578 1 +54285 {54285} 11893 1 +54286 {54286} 9500 1 +54287 {54287} 2296 1 +54288 {54288} 2936 1 +54289 {54289} 14497 1 +54290 {54290} 1987 1 +54291 {54291} 10456 1 +54292 {54292} 10250 1 +54293 {54293} 15590 1 +54294 {54294} 1627 1 +54295 {54295} 10895 1 +54296 {54296} 11997 1 +54297 {54297} 2323 1 +54298 {54298} 2263 1 +54299 {54299} 9251 1 +54300 {54300} 1444 1 +54301 {54301} 3374 1 +54302 {54302} 12712 1 +54303 {54303} 9816 1 +54304 {54304} 7861 1 +54305 {54305} 3076 1 +54306 {54306} 8594 1 +54307 {54307} 3347 1 +54308 {54308} 3297 1 +54309 {54309} 10352 1 +54310 {54310} 9395 1 +54311 {54311} 99 1 +54312 {54312} 16363 1 +54313 {54313} 10710 1 +54314 {54314} 6373 1 +54315 {54315} 7246 1 +54316 {54316} 3254 1 +54317 {54317} 2739 1 +54318 {54318} 1163 1 +54319 {54319} 10535 1 +54320 {54320} 2503 1 +54321 {54321} 13441 1 +54322 {54322} 1870 1 +54323 {54323} 2593 1 +54324 {54324} 16618 1 +54325 {54325} 2163 1 +54326 {54326} 8024 1 +54327 {54327} 12607 1 +54328 {54328} 10033 1 +54329 {54329} 10360 1 +54330 {54330} 2220 1 +54331 {54331} 10627 1 +54332 {54332} 10053 1 +54333 {54333} 11321 1 +54334 {54334} 11926 1 +54335 {54335} 1185 1 +54336 {54336} 10607 1 +54337 {54337} 2327 1 +54338 {54338} 1791 1 +54339 {54339} 8856 1 +54340 {54340} 2812 1 +54341 {54341} 10162 1 +54342 {54342} 9620 1 +54343 {54343} 9547 1 +54344 {54344} 2899 1 +54345 {54345} 8998 1 +54346 {54346} 10234 1 +54347 {54347} 2329 1 +54348 {54348} 1722 1 +54349 {54349} 10430 1 +54350 {54350} 2350 1 +54351 {54351} 8124 1 +54352 {54352} 2228 1 +54353 {54353} 1517 1 +54354 {54354} 2361 1 +54355 {54355} 11416 1 +54356 {54356} 9936 1 +54357 {54357} 1996 1 +54358 {54358} 2356 1 +54359 {54359} 2497 1 +54360 {54360} 3555 1 +54361 {54361} 9970 1 +54362 {54362} 3085 1 +54363 {54363} 8270 1 +54364 {54364} 11366 1 +54365 {54365} 2263 1 +54366 {54366} 10626 1 +54367 {54367} 1670 1 +54368 {54368} 2335 1 +54369 {54369} 2372 1 +54370 {54370} 2808 1 +54371 {54371} 9585 1 +54372 {54372} 14610 1 +54373 {54373} 6194 1 +54374 {54374} 1639 1 +54375 {54375} 2412 1 +54376 {54376} 10564 1 +54377 {54377} 1839 1 +54378 {54378} 2066 1 +54379 {54379} 2232 1 +54380 {54380} 9654 1 +54381 {54381} 2771 1 +54382 {54382} 16187 1 +54383 {54383} 1724 1 +54384 {54384} 11388 1 +54385 {54385} 1340 1 +54386 {54386} 10660 1 +54387 {54387} 14261 1 +54388 {54388} 10105 1 +54389 {54389} 2184 1 +54390 {54390} 1437 1 +54391 {54391} 2401 1 +54392 {54392} 9590 1 +54393 {54393} 1331 1 +54394 {54394} 13810 1 +54395 {54395} 1576 1 +54396 {54396} 8711 1 +54397 {54397} 1487 1 +54398 {54398} 10084 1 +54399 {54399} 10811 1 +54400 {54400} 3415 1 +54401 {54401} 2806 1 +54402 {54402} 10134 1 +54403 {54403} 9180 1 +54404 {54404} 9849 1 +54405 {54405} 3457 1 +54406 {54406} 11181 1 +54407 {54407} 2067 1 +54408 {54408} 1484 1 +54409 {54409} 2870 1 +54410 {54410} 10364 1 +54411 {54411} 3733 1 +54412 {54412} 2383 1 +54413 {54413} 10358 1 +54414 {54414} 2798 1 +54415 {54415} 2603 1 +54416 {54416} 1290 1 +54417 {54417} 2740 1 +54418 {54418} 1552 1 +54419 {54419} 2155 1 +54420 {54420} 1310 1 +54421 {54421} 1993 1 +54422 {54422} 9923 1 +54423 {54423} 14507 1 +54424 {54424} 10618 1 +54425 {54425} 11178 1 +54426 {54426} 2671 1 +54427 {54427} 10424 1 +54428 {54428} 8564 1 +54429 {54429} 5944 1 +54430 {54430} 2220 1 +54431 {54431} 1883 1 +54432 {54432} 3111 1 +54433 {54433} 10494 1 +54434 {54434} 3491 1 +54435 {54435} 15034 1 +54436 {54436} 1962 1 +54437 {54437} 5614 1 +54438 {54438} 11582 1 +54439 {54439} 871 1 +54440 {54440} 1172 1 +54441 {54441} 11262 1 +54442 {54442} 12087 1 +54443 {54443} 9489 1 +54444 {54444} 2406 1 +54445 {54445} 2983 1 +54446 {54446} 1811 1 +54447 {54447} 11078 1 +54448 {54448} 15603 1 +54449 {54449} 2434 1 +54450 {54450} 2130 1 +54451 {54451} 2864 1 +54452 {54452} 2304 1 +54453 {54453} 9994 1 +54454 {54454} 1309 1 +54455 {54455} 10761 1 +54456 {54456} 3289 1 +54457 {54457} 9759 1 +54458 {54458} 8818 1 +54459 {54459} 11748 1 +54460 {54460} 1638 1 +54461 {54461} 10946 1 +54462 {54462} 2504 1 +54463 {54463} 10750 1 +54464 {54464} 12147 1 +54465 {54465} 10574 1 +54466 {54466} 10809 1 +54467 {54467} 2091 1 +54468 {54468} 1704 1 +54469 {54469} 10463 1 +54470 {54470} 9957 1 +54471 {54471} 10552 1 +54472 {54472} 2015 1 +54473 {54473} 11402 1 +54474 {54474} 2467 1 +54475 {54475} 1671 1 +54476 {54476} 2285 1 +54477 {54477} 3161 1 +54478 {54478} 2910 1 +54479 {54479} 9329 1 +54480 {54480} 1809 1 +54481 {54481} 13284 1 +54482 {54482} 2058 1 +54483 {54483} 2432 1 +54484 {54484} 1246 1 +54485 {54485} 11025 1 +54486 {54486} 1294 1 +54487 {54487} 2007 1 +54488 {54488} 9780 1 +54489 {54489} 1804 1 +54490 {54490} 10393 1 +54491 {54491} 10076 1 +54492 {54492} 9891 1 +54493 {54493} 6279 1 +54494 {54494} 1855 1 +54495 {54495} 3444 1 +54496 {54496} 2671 1 +54497 {54497} 396 1 +54498 {54498} 10052 1 +54499 {54499} 6870 1 +54500 {54500} 1956 1 +54501 {54501} 2566 1 +54502 {54502} 2029 1 +54503 {54503} 8111 1 +54504 {54504} 3176 1 +54505 {54505} 2235 1 +54506 {54506} 10621 1 +54507 {54507} 2619 1 +54508 {54508} 10690 1 +54509 {54509} 10449 1 +54510 {54510} 7987 1 +54511 {54511} 1426 1 +54512 {54512} 2116 1 +54513 {54513} 2278 1 +54514 {54514} 13179 1 +54515 {54515} 7620 1 +54516 {54516} 2604 1 +54517 {54517} 8820 1 +54518 {54518} 1517 1 +54519 {54519} 11522 1 +54520 {54520} 9220 1 +54521 {54521} 2251 1 +54522 {54522} 1686 1 +54523 {54523} 10250 1 +54524 {54524} 1546 1 +54525 {54525} 10895 1 +54526 {54526} 2399 1 +54527 {54527} 1988 1 +54528 {54528} 6453 1 +54529 {54529} 3034 1 +54530 {54530} 1015 1 +54531 {54531} 2028 1 +54532 {54532} 1227 1 +54533 {54533} 1708 1 +54534 {54534} 10017 1 +54535 {54535} 1304 1 +54536 {54536} 2322 1 +54537 {54537} 822 1 +54538 {54538} 11053 1 +54539 {54539} 3085 1 +54540 {54540} 10923 1 +54541 {54541} 8953 1 +54542 {54542} 9236 1 +54543 {54543} 2399 1 +54544 {54544} 2909 1 +54545 {54545} 9182 1 +54546 {54546} 1720 1 +54547 {54547} 1682 1 +54548 {54548} 2544 1 +54549 {54549} 10809 1 +54550 {54550} 2619 1 +54551 {54551} 2490 1 +54552 {54552} 2742 1 +54553 {54553} 2290 1 +54554 {54554} 9179 1 +54555 {54555} 11488 1 +54556 {54556} 2602 1 +54557 {54557} 909 1 +54558 {54558} 10195 1 +54559 {54559} 3141 1 +54560 {54560} 10433 1 +54561 {54561} 11088 1 +54562 {54562} 1824 1 +54563 {54563} 2844 1 +54564 {54564} 3278 1 +54565 {54565} 1035 1 +54566 {54566} 2983 1 +54567 {54567} 1554 1 +54568 {54568} 1535 1 +54569 {54569} 9924 1 +54570 {54570} 2497 1 +54571 {54571} 10048 1 +54572 {54572} 10815 1 +54573 {54573} 10583 1 +54574 {54574} 11890 1 +54575 {54575} 10653 1 +54576 {54576} 11732 1 +54577 {54577} 9732 1 +54578 {54578} 11051 1 +54579 {54579} 2435 1 +54580 {54580} 1811 1 +54581 {54581} 2466 1 +54582 {54582} 9869 1 +54583 {54583} 2940 1 +54584 {54584} 11053 1 +54585 {54585} 3026 1 +54586 {54586} 9644 1 +54587 {54587} 10555 1 +54588 {54588} 10982 1 +54589 {54589} 2736 1 +54590 {54590} 8879 1 +54591 {54591} 2707 1 +54592 {54592} 9856 1 +54593 {54593} 10539 1 +54594 {54594} 10575 1 +54595 {54595} 2777 1 +54596 {54596} 10863 1 +54597 {54597} 2300 1 +54598 {54598} 2383 1 +54599 {54599} 3322 1 +54600 {54600} 10094 1 +54601 {54601} 2233 1 +54602 {54602} 2512 1 +54603 {54603} 16580 1 +54604 {54604} 8813 1 +54605 {54605} 2572 1 +54606 {54606} 12559 1 +54607 {54607} 2034 1 +54608 {54608} 3899 1 +54609 {54609} 9663 1 +54610 {54610} 3076 1 +54611 {54611} 4662 1 +54612 {54612} 2176 1 +54613 {54613} 2722 1 +54614 {54614} 2319 1 +54615 {54615} 14434 1 +54616 {54616} 2230 1 +54617 {54617} 2899 1 +54618 {54618} 2163 1 +54619 {54619} 604 1 +54620 {54620} 11066 1 +54621 {54621} 1242 1 +54622 {54622} 3511 1 +54623 {54623} 8726 1 +54624 {54624} 9503 1 +54625 {54625} 2161 1 +54626 {54626} 707 1 +54627 {54627} 2524 1 +54628 {54628} 2605 1 +54629 {54629} 1714 1 +54630 {54630} 1680 1 +54631 {54631} 9711 1 +54632 {54632} 15959 1 +54633 {54633} 1553 1 +54634 {54634} 10208 1 +54635 {54635} 9356 1 +54636 {54636} 1659 1 +54637 {54637} 9267 1 +54638 {54638} 2245 1 +54639 {54639} 10258 1 +54640 {54640} 11379 1 +54641 {54641} 15881 1 +54642 {54642} 2498 1 +54643 {54643} 1694 1 +54644 {54644} 2563 1 +54645 {54645} 11493 1 +54646 {54646} 9614 1 +54647 {54647} 3501 1 +54648 {54648} 2433 1 +54649 {54649} 3603 1 +54650 {54650} 2504 1 +54651 {54651} 1290 1 +54652 {54652} 9965 1 +54653 {54653} 13658 1 +54654 {54654} 2190 1 +54655 {54655} 9924 1 +54656 {54656} 1125 1 +54657 {54657} 1962 1 +54658 {54658} 1607 1 +54659 {54659} 1125 1 +54660 {54660} 10807 1 +54661 {54661} 10911 1 +54662 {54662} 2130 1 +54663 {54663} 1012 1 +54664 {54664} 11503 1 +54665 {54665} 8228 1 +54666 {54666} 2166 1 +54667 {54667} 10453 1 +54668 {54668} 16594 1 +54669 {54669} 6455 1 +54670 {54670} 11432 1 +54671 {54671} 2594 1 +54672 {54672} 11429 1 +54673 {54673} 2029 1 +54674 {54674} 14662 1 +54675 {54675} 1569 1 +54676 {54676} 3102 1 +54677 {54677} 361 1 +54678 {54678} 12708 1 +54679 {54679} 2736 1 +54680 {54680} 2759 1 +54681 {54681} 15599 1 +54682 {54682} 13156 1 +54683 {54683} 14600 1 +54684 {54684} 3713 1 +54685 {54685} 10306 1 +54686 {54686} 10618 1 +54687 {54687} 14127 1 +54688 {54688} 2007 1 +54689 {54689} 1676 1 +54690 {54690} 2497 1 +54691 {54691} 9732 1 +54692 {54692} 1644 1 +54693 {54693} 6693 1 +54694 {54694} 11598 1 +54695 {54695} 1945 1 +54696 {54696} 1845 1 +54697 {54697} 1138 1 +54698 {54698} 10840 1 +54699 {54699} 9590 1 +54700 {54700} 11201 1 +54701 {54701} 10221 1 +54702 {54702} 2492 1 +54703 {54703} 3754 1 +54704 {54704} 3141 1 +54705 {54705} 11309 1 +54706 {54706} 9472 1 +54707 {54707} 10174 1 +54708 {54708} 2022 1 +54709 {54709} 2184 1 +54710 {54710} 12525 1 +54711 {54711} 2220 1 +54712 {54712} 10456 1 +54713 {54713} 2840 1 +54714 {54714} 2335 1 +54715 {54715} 11340 1 +54716 {54716} 10804 1 +54717 {54717} 1770 1 +54718 {54718} 4060 1 +54719 {54719} 11218 1 +54720 {54720} 624 1 +54721 {54721} 3306 1 +54722 {54722} 16087 1 +54723 {54723} 2868 1 +54724 {54724} 1683 1 +54725 {54725} 2132 1 +54726 {54726} 10576 1 +54727 {54727} 9988 1 +54728 {54728} 8713 1 +54729 {54729} 1512 1 +54730 {54730} 1686 1 +54731 {54731} 3056 1 +54732 {54732} 8519 1 +54733 {54733} 9161 1 +54734 {54734} 2302 1 +54735 {54735} 15510 1 +54736 {54736} 3077 1 +54737 {54737} 2167 1 +54738 {54738} 10421 1 +54739 {54739} 10453 1 +54740 {54740} 1722 1 +54741 {54741} 9620 1 +54742 {54742} 10605 1 +54743 {54743} 2329 1 +54744 {54744} 10942 1 +54745 {54745} 10358 1 +54746 {54746} 14931 1 +54747 {54747} 9756 1 +54748 {54748} 2467 1 +54749 {54749} 11748 1 +54750 {54750} 2695 1 +54751 {54751} 10206 1 +54752 {54752} 9345 1 +54753 {54753} 6094 1 +54754 {54754} 3006 1 +54755 {54755} 2325 1 +54756 {54756} 2656 1 +54757 {54757} 2300 1 +54758 {54758} 3904 1 +54759 {54759} 2907 1 +54760 {54760} 12437 1 +54761 {54761} 2022 1 +54762 {54762} 1205 1 +54763 {54763} 11266 1 +54764 {54764} 9694 1 +54765 {54765} 11623 1 +54766 {54766} 2532 1 +54767 {54767} 974 1 +54768 {54768} 8490 1 +54769 {54769} 2590 1 +54770 {54770} 12580 1 +54771 {54771} 8338 1 +54772 {54772} 10607 1 +54773 {54773} 3678 1 +54774 {54774} 1275 1 +54775 {54775} 9868 1 +54776 {54776} 8026 1 +54777 {54777} 2333 1 +54778 {54778} 2064 1 +54779 {54779} 2065 1 +54780 {54780} 9810 1 +54781 {54781} 16000 1 +54782 {54782} 2400 1 +54783 {54783} 9055 1 +54784 {54784} 995 1 +54785 {54785} 13573 1 +54786 {54786} 9456 1 +54787 {54787} 11056 1 +54788 {54788} 2158 1 +54789 {54789} 2256 1 +54790 {54790} 1239 1 +54791 {54791} 1008 1 +54792 {54792} 2210 1 +54793 {54793} 9048 1 +54794 {54794} 5322 1 +54795 {54795} 1467 1 +54796 {54796} 8921 1 +54797 {54797} 2389 1 +54798 {54798} 11481 1 +54799 {54799} 2673 1 +54800 {54800} 9369 1 +54801 {54801} 9270 1 +54802 {54802} 1634 1 +54803 {54803} 11453 1 +54804 {54804} 10139 1 +54805 {54805} 10157 1 +54806 {54806} 1616 1 +54807 {54807} 11873 1 +54808 {54808} 1585 1 +54809 {54809} 9624 1 +54810 {54810} 1483 1 +54811 {54811} 1274 1 +54812 {54812} 7896 1 +54813 {54813} 9631 1 +54814 {54814} 195 1 +54815 {54815} 3034 1 +54816 {54816} 12171 1 +54817 {54817} 10820 1 +54818 {54818} 1871 1 +54819 {54819} 9185 1 +54820 {54820} 1951 1 +54821 {54821} 10067 1 +54822 {54822} 3771 1 +54823 {54823} 3251 1 +54824 {54824} 11298 1 +54825 {54825} 6291 1 +54826 {54826} 2192 1 +54827 {54827} 10879 1 +54828 {54828} 9070 1 +54829 {54829} 1415 1 +54830 {54830} 2775 1 +54831 {54831} 10454 1 +54832 {54832} 7535 1 +54833 {54833} 2263 1 +54834 {54834} 1519 1 +54835 {54835} 2565 1 +54836 {54836} 10710 1 +54837 {54837} 2563 1 +54838 {54838} 16202 1 +54839 {54839} 11295 1 +54840 {54840} 11656 1 +54841 {54841} 2827 1 +54842 {54842} 9444 1 +54843 {54843} 3678 1 +54844 {54844} 3125 1 +54845 {54845} 1412 1 +54846 {54846} 8565 1 +54847 {54847} 1342 1 +54848 {54848} 8924 1 +54849 {54849} 2435 1 +54850 {54850} 8590 1 +54851 {54851} 3246 1 +54852 {54852} 5353 1 +54853 {54853} 2637 1 +54854 {54854} 10209 1 +54855 {54855} 2603 1 +54856 {54856} 11347 1 +54857 {54857} 1453 1 +54858 {54858} 3303 1 +54859 {54859} 3358 1 +54860 {54860} 2573 1 +54861 {54861} 9930 1 +54862 {54862} 16451 1 +54863 {54863} 1911 1 +54864 {54864} 1471 1 +54865 {54865} 3463 1 +54866 {54866} 9803 1 +54867 {54867} 3079 1 +54868 {54868} 3224 1 +54869 {54869} 11772 1 +54870 {54870} 12277 1 +54871 {54871} 11966 1 +54872 {54872} 1603 1 +54873 {54873} 2756 1 +54874 {54874} 10181 1 +54875 {54875} 2115 1 +54876 {54876} 5160 1 +54877 {54877} 5046 1 +54878 {54878} 12957 1 +54879 {54879} 2964 1 +54880 {54880} 9740 1 +54881 {54881} 10103 1 +54882 {54882} 11582 1 +54883 {54883} 3040 1 +54884 {54884} 10783 1 +54885 {54885} 10788 1 +54886 {54886} 8003 1 +54887 {54887} 1554 1 +54888 {54888} 2584 1 +54889 {54889} 3074 1 +54890 {54890} 8717 1 +54891 {54891} 11211 1 +54892 {54892} 2530 1 +54893 {54893} 13530 1 +54894 {54894} 2158 1 +54895 {54895} 2244 1 +54896 {54896} 2295 1 +54897 {54897} 2178 1 +54898 {54898} 2070 1 +54899 {54899} 1750 1 +54900 {54900} 2630 1 +54901 {54901} 1848 1 +54902 {54902} 9594 1 +54903 {54903} 2336 1 +54904 {54904} 4903 1 +54905 {54905} 13277 1 +54906 {54906} 10532 1 +54907 {54907} 5622 1 +54908 {54908} 2028 1 +54909 {54909} 1417 1 +54910 {54910} 11385 1 +54911 {54911} 1977 1 +54912 {54912} 1784 1 +54913 {54913} 9762 1 +54914 {54914} 11139 1 +54915 {54915} 10212 1 +54916 {54916} 11549 1 +54917 {54917} 7887 1 +54918 {54918} 13379 1 +54919 {54919} 10467 1 +54920 {54920} 10124 1 +54921 {54921} 2597 1 +54922 {54922} 2056 1 +54923 {54923} 3140 1 +54924 {54924} 11189 1 +54925 {54925} 11744 1 +54926 {54926} 2231 1 +54927 {54927} 10343 1 +54928 {54928} 12357 1 +54929 {54929} 5003 1 +54930 {54930} 2040 1 +54931 {54931} 1535 1 +54932 {54932} 2322 1 +54933 {54933} 2264 1 +54934 {54934} 1875 1 +54935 {54935} 11131 1 +54936 {54936} 14953 1 +54937 {54937} 2842 1 +54938 {54938} 10597 1 +54939 {54939} 10585 1 +54940 {54940} 10225 1 +54941 {54941} 3340 1 +54942 {54942} 1679 1 +54943 {54943} 12993 1 +54944 {54944} 1892 1 +54945 {54945} 11129 1 +54946 {54946} 8287 1 +54947 {54947} 9332 1 +54948 {54948} 10134 1 +54949 {54949} 11771 1 +54950 {54950} 2794 1 +54951 {54951} 11984 1 +54952 {54952} 723 1 +54953 {54953} 10934 1 +54954 {54954} 1988 1 +54955 {54955} 2964 1 +54956 {54956} 9913 1 +54957 {54957} 11144 1 +54958 {54958} 3610 1 +54959 {54959} 3335 1 +54960 {54960} 2275 1 +54961 {54961} 2566 1 +54962 {54962} 2720 1 +54963 {54963} 1780 1 +54964 {54964} 1987 1 +54965 {54965} 10163 1 +54966 {54966} 2295 1 +54967 {54967} 2383 1 +54968 {54968} 2129 1 +54969 {54969} 2708 1 +54970 {54970} 11076 1 +54971 {54971} 1565 1 +54972 {54972} 3783 1 +54973 {54973} 11054 1 +54974 {54974} 3069 1 +54975 {54975} 9981 1 +54976 {54976} 8943 1 +54977 {54977} 15880 1 +54978 {54978} 2885 1 +54979 {54979} 9547 1 +54980 {54980} 2516 1 +54981 {54981} 10609 1 +54982 {54982} 9866 1 +54983 {54983} 10542 1 +54984 {54984} 1624 1 +54985 {54985} 8520 1 +54986 {54986} 12276 1 +54987 {54987} 2427 1 +54988 {54988} 9229 1 +54989 {54989} 12979 1 +54990 {54990} 9597 1 +54991 {54991} 1617 1 +54992 {54992} 8488 1 +54993 {54993} 6769 1 +54994 {54994} 12055 1 +54995 {54995} 11262 1 +54996 {54996} 461 1 +54997 {54997} 10942 1 +54998 {54998} 2099 1 +54999 {54999} 2498 1 +55000 {55000} 15077 1 +55001 {55001} 11836 1 +55002 {55002} 1133 1 +55003 {55003} 1696 1 +55004 {55004} 13654 1 +55005 {55005} 2672 1 +55006 {55006} 10832 1 +55007 {55007} 9922 1 +55008 {55008} 2617 1 +55009 {55009} 16030 1 +55010 {55010} 2675 1 +55011 {55011} 2562 1 +55012 {55012} 5048 1 +55013 {55013} 15235 1 +55014 {55014} 685 1 +55015 {55015} 2718 1 +55016 {55016} 1518 1 +55017 {55017} 13679 1 +55018 {55018} 1673 1 +55019 {55019} 2078 1 +55020 {55020} 3822 1 +55021 {55021} 1906 1 +55022 {55022} 13326 1 +55023 {55023} 11693 1 +55024 {55024} 2469 1 +55025 {55025} 10503 1 +55026 {55026} 10517 1 +55027 {55027} 2535 1 +55028 {55028} 15492 1 +55029 {55029} 3261 1 +55030 {55030} 12198 1 +55031 {55031} 12065 1 +55032 {55032} 2188 1 +55033 {55033} 1753 1 +55034 {55034} 2122 1 +55035 {55035} 11678 1 +55036 {55036} 5206 1 +55037 {55037} 6997 1 +55038 {55038} 2739 1 +55039 {55039} 3228 1 +55040 {55040} 1030 1 +55041 {55041} 2169 1 +55042 {55042} 351 1 +55043 {55043} 10957 1 +55044 {55044} 2703 1 +55045 {55045} 11314 1 +55046 {55046} 1834 1 +55047 {55047} 10581 1 +55048 {55048} 1501 1 +55049 {55049} 10733 1 +55050 {55050} 8218 1 +55051 {55051} 2634 1 +55052 {55052} 2569 1 +55053 {55053} 3092 1 +55054 {55054} 1294 1 +55055 {55055} 10248 1 +55056 {55056} 1785 1 +55057 {55057} 2669 1 +55058 {55058} 1635 1 +55059 {55059} 9623 1 +55060 {55060} 12055 1 +55061 {55061} 14180 1 +55062 {55062} 9395 1 +55063 {55063} 11312 1 +55064 {55064} 9904 1 +55065 {55065} 2919 1 +55066 {55066} 1070 1 +55067 {55067} 1232 1 +55068 {55068} 2540 1 +55069 {55069} 12682 1 +55070 {55070} 11441 1 +55071 {55071} 1771 1 +55072 {55072} 8719 1 +55073 {55073} 358 1 +55074 {55074} 2630 1 +55075 {55075} 2293 1 +55076 {55076} 1651 1 +55077 {55077} 7113 1 +55078 {55078} 2638 1 +55079 {55079} 1101 1 +55080 {55080} 12746 1 +55081 {55081} 2492 1 +55082 {55082} 2940 1 +55083 {55083} 4516 1 +55084 {55084} 1844 1 +55085 {55085} 1543 1 +55086 {55086} 1875 1 +55087 {55087} 1584 1 +55088 {55088} 2182 1 +55089 {55089} 10680 1 +55090 {55090} 10233 1 +55091 {55091} 3356 1 +55092 {55092} 11919 1 +55093 {55093} 9439 1 +55094 {55094} 7989 1 +55095 {55095} 11706 1 +55096 {55096} 1837 1 +55097 {55097} 11233 1 +55098 {55098} 10432 1 +55099 {55099} 15434 1 +55100 {55100} 15064 1 +55101 {55101} 2225 1 +55102 {55102} 3107 1 +55103 {55103} 2295 1 +55104 {55104} 2597 1 +55105 {55105} 986 1 +55106 {55106} 2596 1 +55107 {55107} 1813 1 +55108 {55108} 1750 1 +55109 {55109} 895 1 +55110 {55110} 2873 1 +55111 {55111} 9402 1 +55112 {55112} 9465 1 +55113 {55113} 1990 1 +55114 {55114} 2124 1 +55115 {55115} 3949 1 +55116 {55116} 2572 1 +55117 {55117} 8738 1 +55118 {55118} 11392 1 +55119 {55119} 9658 1 +55120 {55120} 1729 1 +55121 {55121} 2558 1 +55122 {55122} 16094 1 +55123 {55123} 9866 1 +55124 {55124} 10758 1 +55125 {55125} 11175 1 +55126 {55126} 1719 1 +55127 {55127} 2056 1 +55128 {55128} 1333 1 +55129 {55129} 13388 1 +55130 {55130} 8319 1 +55131 {55131} 8302 1 +55132 {55132} 11168 1 +55133 {55133} 1796 1 +55134 {55134} 1875 1 +55135 {55135} 1234 1 +55136 {55136} 2574 1 +55137 {55137} 10499 1 +55138 {55138} 2178 1 +55139 {55139} 11201 1 +55140 {55140} 3094 1 +55141 {55141} 11908 1 +55142 {55142} 10618 1 +55143 {55143} 807 1 +55144 {55144} 3303 1 +55145 {55145} 11310 1 +55146 {55146} 2017 1 +55147 {55147} 6695 1 +55148 {55148} 9859 1 +55149 {55149} 9353 1 +55150 {55150} 3124 1 +55151 {55151} 10202 1 +55152 {55152} 9952 1 +55153 {55153} 10686 1 +55154 {55154} 2102 1 +55155 {55155} 2084 1 +55156 {55156} 10005 1 +55157 {55157} 2367 1 +55158 {55158} 8395 1 +55159 {55159} 1653 1 +55160 {55160} 16532 1 +55161 {55161} 10783 1 +55162 {55162} 14128 1 +55163 {55163} 9997 1 +55164 {55164} 8198 1 +55165 {55165} 2295 1 +55166 {55166} 9175 1 +55167 {55167} 2129 1 +55168 {55168} 2170 1 +55169 {55169} 10979 1 +55170 {55170} 2260 1 +55171 {55171} 1068 1 +55172 {55172} 11544 1 +55173 {55173} 10916 1 +55174 {55174} 10344 1 +55175 {55175} 2873 1 +55176 {55176} 9059 1 +55177 {55177} 2115 1 +55178 {55178} 1069 1 +55179 {55179} 7947 1 +55180 {55180} 2122 1 +55181 {55181} 11347 1 +55182 {55182} 2549 1 +55183 {55183} 997 1 +55184 {55184} 1450 1 +55185 {55185} 12147 1 +55186 {55186} 9963 1 +55187 {55187} 9428 1 +55188 {55188} 10177 1 +55189 {55189} 9438 1 +55190 {55190} 707 1 +55191 {55191} 1464 1 +55192 {55192} 2872 1 +55193 {55193} 7080 1 +55194 {55194} 3409 1 +55195 {55195} 2083 1 +55196 {55196} 10165 1 +55197 {55197} 10475 1 +55198 {55198} 1798 1 +55199 {55199} 2950 1 +55200 {55200} 9821 1 +55201 {55201} 9543 1 +55202 {55202} 10565 1 +55203 {55203} 11044 1 +55204 {55204} 2361 1 +55205 {55205} 10340 1 +55206 {55206} 3308 1 +55207 {55207} 1485 1 +55208 {55208} 2574 1 +55209 {55209} 11923 1 +55210 {55210} 10832 1 +55211 {55211} 16352 1 +55212 {55212} 9901 1 +55213 {55213} 10813 1 +55214 {55214} 2156 1 +55215 {55215} 1202 1 +55216 {55216} 10070 1 +55217 {55217} 9826 1 +55218 {55218} 2403 1 +55219 {55219} 2868 1 +55220 {55220} 10361 1 +55221 {55221} 4250 1 +55222 {55222} 9883 1 +55223 {55223} 11166 1 +55224 {55224} 2182 1 +55225 {55225} 10272 1 +55226 {55226} 2537 1 +55227 {55227} 10542 1 +55228 {55228} 9398 1 +55229 {55229} 1652 1 +55230 {55230} 12106 1 +55231 {55231} 1088 1 +55232 {55232} 1981 1 +55233 {55233} 2063 1 +55234 {55234} 4778 1 +55235 {55235} 9185 1 +55236 {55236} 8505 1 +55237 {55237} 10653 1 +55238 {55238} 9808 1 +55239 {55239} 11790 1 +55240 {55240} 2834 1 +55241 {55241} 2708 1 +55242 {55242} 7899 1 +55243 {55243} 2572 1 +55244 {55244} 7673 1 +55245 {55245} 10453 1 +55246 {55246} 10878 1 +55247 {55247} 9442 1 +55248 {55248} 9979 1 +55249 {55249} 10250 1 +55250 {55250} 1754 1 +55251 {55251} 11573 1 +55252 {55252} 8710 1 +55253 {55253} 2803 1 +55254 {55254} 10532 1 +55255 {55255} 1248 1 +55256 {55256} 1638 1 +55257 {55257} 2502 1 +55258 {55258} 2730 1 +55259 {55259} 2028 1 +55260 {55260} 1485 1 +55261 {55261} 10029 1 +55262 {55262} 2601 1 +55263 {55263} 2830 1 +55264 {55264} 10660 1 +55265 {55265} 2377 1 +55266 {55266} 1947 1 +55267 {55267} 2118 1 +55268 {55268} 2212 1 +55269 {55269} 11320 1 +55270 {55270} 9135 1 +55271 {55271} 3107 1 +55272 {55272} 10779 1 +55273 {55273} 8447 1 +55274 {55274} 10496 1 +55275 {55275} 2256 1 +55276 {55276} 16211 1 +55277 {55277} 9489 1 +55278 {55278} 8165 1 +55279 {55279} 2632 1 +55280 {55280} 16302 1 +55281 {55281} 1815 1 +55282 {55282} 2128 1 +55283 {55283} 11065 1 +55284 {55284} 1927 1 +55285 {55285} 1972 1 +55286 {55286} 11054 1 +55287 {55287} 2699 1 +55288 {55288} 11530 1 +55289 {55289} 1407 1 +55290 {55290} 1099 1 +55291 {55291} 1432 1 +55292 {55292} 12765 1 +55293 {55293} 11352 1 +55294 {55294} 2600 1 +55295 {55295} 2777 1 +55296 {55296} 8414 1 +55297 {55297} 2132 1 +55298 {55298} 1097 1 +55299 {55299} 2054 1 +55300 {55300} 11386 1 +55301 {55301} 2700 1 +55302 {55302} 12465 1 +55303 {55303} 9849 1 +55304 {55304} 2502 1 +55305 {55305} 16009 1 +55306 {55306} 2185 1 +55307 {55307} 10528 1 +55308 {55308} 2091 1 +55309 {55309} 14245 1 +55310 {55310} 2672 1 +55311 {55311} 7099 1 +55312 {55312} 2423 1 +55313 {55313} 9899 1 +55314 {55314} 2772 1 +55315 {55315} 2096 1 +55316 {55316} 1447 1 +55317 {55317} 1467 1 +55318 {55318} 2293 1 +55319 {55319} 5290 1 +55320 {55320} 2639 1 +55321 {55321} 10084 1 +55322 {55322} 10415 1 +55323 {55323} 10300 1 +55324 {55324} 1849 1 +55325 {55325} 10876 1 +55326 {55326} 10169 1 +55327 {55327} 1893 1 +55328 {55328} 10326 1 +55329 {55329} 2801 1 +55330 {55330} 12547 1 +55331 {55331} 12133 1 +55332 {55332} 2333 1 +55333 {55333} 11141 1 +55334 {55334} 11034 1 +55335 {55335} 2743 1 +55336 {55336} 2975 1 +55337 {55337} 11197 1 +55338 {55338} 2275 1 +55339 {55339} 2029 1 +55340 {55340} 2094 1 +55341 {55341} 15943 1 +55342 {55342} 4291 1 +55343 {55343} 1664 1 +55344 {55344} 2096 1 +55345 {55345} 2933 1 +55346 {55346} 9475 1 +55347 {55347} 9373 1 +55348 {55348} 11959 1 +55349 {55349} 3657 1 +55350 {55350} 1394 1 +55351 {55351} 2730 1 +55352 {55352} 10903 1 +55353 {55353} 15120 1 +55354 {55354} 5266 1 +55355 {55355} 8624 1 +55356 {55356} 3771 1 +55357 {55357} 10121 1 +55358 {55358} 1208 1 +55359 {55359} 9374 1 +55360 {55360} 1790 1 +55361 {55361} 1445 1 +55362 {55362} 1295 1 +55363 {55363} 2025 1 +55364 {55364} 9849 1 +55365 {55365} 11092 1 +55366 {55366} 11402 1 +55367 {55367} 2869 1 +55368 {55368} 11437 1 +55369 {55369} 3003 1 +55370 {55370} 11242 1 +55371 {55371} 3995 1 +55372 {55372} 1319 1 +55373 {55373} 3139 1 +55374 {55374} 1573 1 +55375 {55375} 10241 1 +55376 {55376} 8690 1 +55377 {55377} 11570 1 +55378 {55378} 10947 1 +55379 {55379} 1680 1 +55380 {55380} 499 1 +55381 {55381} 8825 1 +55382 {55382} 1713 1 +55383 {55383} 1918 1 +55384 {55384} 10788 1 +55385 {55385} 1472 1 +55386 {55386} 2164 1 +55387 {55387} 2075 1 +55388 {55388} 2966 1 +55389 {55389} 2064 1 +55390 {55390} 2357 1 +55391 {55391} 9753 1 +55392 {55392} 2118 1 +55393 {55393} 712 1 +55394 {55394} 1766 1 +55395 {55395} 9976 1 +55396 {55396} 2873 1 +55397 {55397} 7787 1 +55398 {55398} 10985 1 +55399 {55399} 10165 1 +55400 {55400} 1960 1 +55401 {55401} 10690 1 +55402 {55402} 1166 1 +55403 {55403} 12890 1 +55404 {55404} 2357 1 +55405 {55405} 9807 1 +55406 {55406} 2638 1 +55407 {55407} 2998 1 +55408 {55408} 2045 1 +55409 {55409} 2288 1 +55410 {55410} 3251 1 +55411 {55411} 11640 1 +55412 {55412} 1682 1 +55413 {55413} 2192 1 +55414 {55414} 14608 1 +55415 {55415} 995 1 +55416 {55416} 1704 1 +55417 {55417} 1844 1 +55418 {55418} 1414 1 +55419 {55419} 11706 1 +55420 {55420} 3379 1 +55421 {55421} 9836 1 +55422 {55422} 2903 1 +55423 {55423} 2065 1 +55424 {55424} 2425 1 +55425 {55425} 1960 1 +55426 {55426} 8754 1 +55427 {55427} 7327 1 +55428 {55428} 1417 1 +55429 {55429} 10807 1 +55430 {55430} 2499 1 +55431 {55431} 1886 1 +55432 {55432} 11043 1 +55433 {55433} 11081 1 +55434 {55434} 2397 1 +55435 {55435} 6703 1 +55436 {55436} 11819 1 +55437 {55437} 10283 1 +55438 {55438} 1548 1 +55439 {55439} 10810 1 +55440 {55440} 1197 1 +55441 {55441} 8658 1 +55442 {55442} 11456 1 +55443 {55443} 1538 1 +55444 {55444} 8782 1 +55445 {55445} 1822 1 +55446 {55446} 9817 1 +55447 {55447} 3042 1 +55448 {55448} 9875 1 +55449 {55449} 1302 1 +55450 {55450} 2121 1 +55451 {55451} 13905 1 +55452 {55452} 3134 1 +55453 {55453} 3242 1 +55454 {55454} 10103 1 +55455 {55455} 2256 1 +55456 {55456} 1718 1 +55457 {55457} 2363 1 +55458 {55458} 2003 1 +55459 {55459} 11714 1 +55460 {55460} 5430 1 +55461 {55461} 2766 1 +55462 {55462} 9403 1 +55463 {55463} 1638 1 +55464 {55464} 10879 1 +55465 {55465} 769 1 +55466 {55466} 7465 1 +55467 {55467} 10413 1 +55468 {55468} 10886 1 +55469 {55469} 1169 1 +55470 {55470} 10626 1 +55471 {55471} 10089 1 +55472 {55472} 11908 1 +55473 {55473} 10706 1 +55474 {55474} 10507 1 +55475 {55475} 2634 1 +55476 {55476} 2018 1 +55477 {55477} 10841 1 +55478 {55478} 1375 1 +55479 {55479} 2069 1 +55480 {55480} 2260 1 +55481 {55481} 1045 1 +55482 {55482} 2483 1 +55483 {55483} 8911 1 +55484 {55484} 2145 1 +55485 {55485} 10407 1 +55486 {55486} 1632 1 +55487 {55487} 1914 1 +55488 {55488} 10413 1 +55489 {55489} 1950 1 +55490 {55490} 2428 1 +55491 {55491} 10419 1 +55492 {55492} 1571 1 +55493 {55493} 9233 1 +55494 {55494} 10083 1 +55495 {55495} 3438 1 +55496 {55496} 2763 1 +55497 {55497} 13620 1 +55498 {55498} 11256 1 +55499 {55499} 12293 1 +55500 {55500} 1810 1 +55501 {55501} 905 1 +55502 {55502} 2978 1 +55503 {55503} 4656 1 +55504 {55504} 2298 1 +55505 {55505} 1723 1 +55506 {55506} 3448 1 +55507 {55507} 151 1 +55508 {55508} 2868 1 +55509 {55509} 10358 1 +55510 {55510} 9215 1 +55511 {55511} 12540 1 +55512 {55512} 2399 1 +55513 {55513} 1789 1 +55514 {55514} 10900 1 +55515 {55515} 2908 1 +55516 {55516} 3708 1 +55517 {55517} 11023 1 +55518 {55518} 1760 1 +55519 {55519} 3381 1 +55520 {55520} 4857 1 +55521 {55521} 2791 1 +55522 {55522} 12325 1 +55523 {55523} 1181 1 +55524 {55524} 11677 1 +55525 {55525} 13394 1 +55526 {55526} 2032 1 +55527 {55527} 1567 1 +55528 {55528} 2117 1 +55529 {55529} 3164 1 +55530 {55530} 2154 1 +55531 {55531} 1207 1 +55532 {55532} 3006 1 +55533 {55533} 10125 1 +55534 {55534} 1919 1 +55535 {55535} 8848 1 +55536 {55536} 13631 1 +55537 {55537} 8458 1 +55538 {55538} 3141 1 +55539 {55539} 11125 1 +55540 {55540} 11588 1 +55541 {55541} 1825 1 +55542 {55542} 1855 1 +55543 {55543} 2548 1 +55544 {55544} 5988 1 +55545 {55545} 1885 1 +55546 {55546} 15856 1 +55547 {55547} 1619 1 +55548 {55548} 3270 1 +55549 {55549} 10843 1 +55550 {55550} 1892 1 +55551 {55551} 10347 1 +55552 {55552} 6555 1 +55553 {55553} 9739 1 +55554 {55554} 9309 1 +55555 {55555} 8621 1 +55556 {55556} 10516 1 +55557 {55557} 2764 1 +55558 {55558} 2054 1 +55559 {55559} 3374 1 +55560 {55560} 9944 1 +55561 {55561} 3045 1 +55562 {55562} 2361 1 +55563 {55563} 855 1 +55564 {55564} 2457 1 +55565 {55565} 10476 1 +55566 {55566} 1065 1 +55567 {55567} 2026 1 +55568 {55568} 11160 1 +55569 {55569} 2026 1 +55570 {55570} 16463 1 +55571 {55571} 10593 1 +55572 {55572} 7958 1 +55573 {55573} 10878 1 +55574 {55574} 1957 1 +55575 {55575} 13685 1 +55576 {55576} 2209 1 +55577 {55577} 2385 1 +55578 {55578} 1643 1 +55579 {55579} 2974 1 +55580 {55580} 11186 1 +55581 {55581} 2806 1 +55582 {55582} 14322 1 +55583 {55583} 2651 1 +55584 {55584} 9229 1 +55585 {55585} 10951 1 +55586 {55586} 2429 1 +55587 {55587} 9902 1 +55588 {55588} 3204 1 +55589 {55589} 1987 1 +55590 {55590} 10887 1 +55591 {55591} 13130 1 +55592 {55592} 2266 1 +55593 {55593} 4000 1 +55594 {55594} 941 1 +55595 {55595} 10424 1 +55596 {55596} 9210 1 +55597 {55597} 9622 1 +55598 {55598} 2196 1 +55599 {55599} 10786 1 +55600 {55600} 5841 1 +55601 {55601} 1750 1 +55602 {55602} 1512 1 +55603 {55603} 1294 1 +55604 {55604} 10125 1 +55605 {55605} 9762 1 +55606 {55606} 2185 1 +55607 {55607} 9575 1 +55608 {55608} 1294 1 +55609 {55609} 3348 1 +55610 {55610} 1826 1 +55611 {55611} 1685 1 +55612 {55612} 2303 1 +55613 {55613} 11695 1 +55614 {55614} 10786 1 +55615 {55615} 2161 1 +55616 {55616} 962 1 +55617 {55617} 1485 1 +55618 {55618} 2462 1 +55619 {55619} 11051 1 +55620 {55620} 2091 1 +55621 {55621} 3014 1 +55622 {55622} 2868 1 +55623 {55623} 3104 1 +55624 {55624} 1285 1 +55625 {55625} 10063 1 +55626 {55626} 9970 1 +55627 {55627} 10112 1 +55628 {55628} 6313 1 +55629 {55629} 130 1 +55630 {55630} 3217 1 +55631 {55631} 10311 1 +55632 {55632} 10020 1 +55633 {55633} 8919 1 +55634 {55634} 8324 1 +55635 {55635} 11043 1 +55636 {55636} 1969 1 +55637 {55637} 3430 1 +55638 {55638} 1416 1 +55639 {55639} 9923 1 +55640 {55640} 3013 1 +55641 {55641} 4103 1 +55642 {55642} 11452 1 +55643 {55643} 3377 1 +55644 {55644} 8539 1 +55645 {55645} 12147 1 +55646 {55646} 2574 1 +55647 {55647} 3488 1 +55648 {55648} 9467 1 +55649 {55649} 9098 1 +55650 {55650} 3313 1 +55651 {55651} 2166 1 +55652 {55652} 2524 1 +55653 {55653} 1469 1 +55654 {55654} 1716 1 +55655 {55655} 9353 1 +55656 {55656} 5319 1 +55657 {55657} 2933 1 +55658 {55658} 10564 1 +55659 {55659} 9389 1 +55660 {55660} 1822 1 +55661 {55661} 11245 1 +55662 {55662} 11938 1 +55663 {55663} 11327 1 +55664 {55664} 9316 1 +55665 {55665} 1618 1 +55666 {55666} 1964 1 +55667 {55667} 1618 1 +55668 {55668} 5345 1 +55669 {55669} 2067 1 +55670 {55670} 15550 1 +55671 {55671} 11972 1 +55672 {55672} 7048 1 +55673 {55673} 11928 1 +55674 {55674} 1414 1 +55675 {55675} 2621 1 +55676 {55676} 1911 1 +55677 {55677} 1635 1 +55678 {55678} 1959 1 +55679 {55679} 5453 1 +55680 {55680} 14903 1 +55681 {55681} 2562 1 +55682 {55682} 16063 1 +55683 {55683} 1309 1 +55684 {55684} 2134 1 +55685 {55685} 13397 1 +55686 {55686} 15430 1 +55687 {55687} 9970 1 +55688 {55688} 1068 1 +55689 {55689} 9743 1 +55690 {55690} 11332 1 +55691 {55691} 2661 1 +55692 {55692} 3978 1 +55693 {55693} 9984 1 +55694 {55694} 1486 1 +55695 {55695} 1301 1 +55696 {55696} 9844 1 +55697 {55697} 9814 1 +55698 {55698} 7429 1 +55699 {55699} 3417 1 +55700 {55700} 2601 1 +55701 {55701} 12041 1 +55702 {55702} 3813 1 +55703 {55703} 12202 1 +55704 {55704} 7570 1 +55705 {55705} 9077 1 +55706 {55706} 11018 1 +55707 {55707} 994 1 +55708 {55708} 2032 1 +55709 {55709} 11163 1 +55710 {55710} 2714 1 +55711 {55711} 1099 1 +55712 {55712} 8253 1 +55713 {55713} 2574 1 +55714 {55714} 10116 1 +55715 {55715} 5732 1 +55716 {55716} 9116 1 +55717 {55717} 1978 1 +55718 {55718} 11357 1 +55719 {55719} 11429 1 +55720 {55720} 12258 1 +55721 {55721} 2015 1 +55722 {55722} 1958 1 +55723 {55723} 11217 1 +55724 {55724} 2155 1 +55725 {55725} 2573 1 +55726 {55726} 10174 1 +55727 {55727} 10155 1 +55728 {55728} 2045 1 +55729 {55729} 12099 1 +55730 {55730} 1913 1 +55731 {55731} 1685 1 +55732 {55732} 2656 1 +55733 {55733} 10252 1 +55734 {55734} 2031 1 +55735 {55735} 1639 1 +55736 {55736} 9963 1 +55737 {55737} 1511 1 +55738 {55738} 2939 1 +55739 {55739} 2231 1 +55740 {55740} 3660 1 +55741 {55741} 2818 1 +55742 {55742} 3098 1 +55743 {55743} 6580 1 +55744 {55744} 2195 1 +55745 {55745} 10567 1 +55746 {55746} 12063 1 +55747 {55747} 3492 1 +55748 {55748} 1586 1 +55749 {55749} 2247 1 +55750 {55750} 2664 1 +55751 {55751} 2501 1 +55752 {55752} 2217 1 +55753 {55753} 2743 1 +55754 {55754} 10769 1 +55755 {55755} 10752 1 +55756 {55756} 11620 1 +55757 {55757} 9888 1 +55758 {55758} 13314 1 +55759 {55759} 8789 1 +55760 {55760} 3410 1 +55761 {55761} 10561 1 +55762 {55762} 9068 1 +55763 {55763} 9446 1 +55764 {55764} 2648 1 +55765 {55765} 10108 1 +55766 {55766} 5917 1 +55767 {55767} 2674 1 +55768 {55768} 10046 1 +55769 {55769} 1445 1 +55770 {55770} 3415 1 +55771 {55771} 10602 1 +55772 {55772} 9942 1 +55773 {55773} 11537 1 +55774 {55774} 1375 1 +55775 {55775} 16300 1 +55776 {55776} 9876 1 +55777 {55777} 2462 1 +55778 {55778} 11944 1 +55779 {55779} 2126 1 +55780 {55780} 10071 1 +55781 {55781} 11133 1 +55782 {55782} 2490 1 +55783 {55783} 1986 1 +55784 {55784} 2470 1 +55785 {55785} 2083 1 +55786 {55786} 10347 1 +55787 {55787} 10721 1 +55788 {55788} 2811 1 +55789 {55789} 8764 1 +55790 {55790} 1811 1 +55791 {55791} 3109 1 +55792 {55792} 2212 1 +55793 {55793} 1308 1 +55794 {55794} 2812 1 +55795 {55795} 2283 1 +55796 {55796} 2943 1 +55797 {55797} 9594 1 +55798 {55798} 3542 1 +55799 {55799} 3719 1 +55800 {55800} 862 1 +55801 {55801} 1889 1 +55802 {55802} 7797 1 +55803 {55803} 14213 1 +55804 {55804} 683 1 +55805 {55805} 10711 1 +55806 {55806} 2977 1 +55807 {55807} 10191 1 +55808 {55808} 2903 1 +55809 {55809} 10709 1 +55810 {55810} 1994 1 +55811 {55811} 2304 1 +55812 {55812} 1541 1 +55813 {55813} 9951 1 +55814 {55814} 10155 1 +55815 {55815} 912 1 +55816 {55816} 1341 1 +55817 {55817} 12317 1 +55818 {55818} 1210 1 +55819 {55819} 2596 1 +55820 {55820} 2630 1 +55821 {55821} 10177 1 +55822 {55822} 9205 1 +55823 {55823} 3573 1 +55824 {55824} 13264 1 +55825 {55825} 11822 1 +55826 {55826} 1617 1 +55827 {55827} 2015 1 +55828 {55828} 1925 1 +55829 {55829} 2088 1 +55830 {55830} 12093 1 +55831 {55831} 3496 1 +55832 {55832} 2736 1 +55833 {55833} 2662 1 +55834 {55834} 3011 1 +55835 {55835} 3814 1 +55836 {55836} 11332 1 +55837 {55837} 7969 1 +55838 {55838} 4780 1 +55839 {55839} 2360 1 +55840 {55840} 9798 1 +55841 {55841} 1775 1 +55842 {55842} 1852 1 +55843 {55843} 10066 1 +55844 {55844} 10029 1 +55845 {55845} 11399 1 +55846 {55846} 15644 1 +55847 {55847} 5371 1 +55848 {55848} 10475 1 +55849 {55849} 2504 1 +55850 {55850} 10255 1 +55851 {55851} 2909 1 +55852 {55852} 10567 1 +55853 {55853} 11236 1 +55854 {55854} 2222 1 +55855 {55855} 261 1 +55856 {55856} 3780 1 +55857 {55857} 8175 1 +55858 {55858} 11455 1 +55859 {55859} 15639 1 +55860 {55860} 11378 1 +55861 {55861} 11314 1 +55862 {55862} 8200 1 +55863 {55863} 8415 1 +55864 {55864} 11911 1 +55865 {55865} 1186 1 +55866 {55866} 3651 1 +55867 {55867} 2095 1 +55868 {55868} 2292 1 +55869 {55869} 980 1 +55870 {55870} 2099 1 +55871 {55871} 8461 1 +55872 {55872} 11896 1 +55873 {55873} 10815 1 +55874 {55874} 2192 1 +55875 {55875} 10980 1 +55876 {55876} 8647 1 +55877 {55877} 2267 1 +55878 {55878} 3327 1 +55879 {55879} 8214 1 +55880 {55880} 1944 1 +55881 {55881} 9994 1 +55882 {55882} 10630 1 +55883 {55883} 8997 1 +55884 {55884} 10625 1 +55885 {55885} 14451 1 +55886 {55886} 1905 1 +55887 {55887} 2124 1 +55888 {55888} 2520 1 +55889 {55889} 2166 1 +55890 {55890} 4535 1 +55891 {55891} 12606 1 +55892 {55892} 10208 1 +55893 {55893} 7792 1 +55894 {55894} 11547 1 +55895 {55895} 2083 1 +55896 {55896} 2000 1 +55897 {55897} 2624 1 +55898 {55898} 1481 1 +55899 {55899} 3025 1 +55900 {55900} 9116 1 +55901 {55901} 1258 1 +55902 {55902} 2207 1 +55903 {55903} 2369 1 +55904 {55904} 1988 1 +55905 {55905} 11268 1 +55906 {55906} 2094 1 +55907 {55907} 10978 1 +55908 {55908} 3795 1 +55909 {55909} 8645 1 +55910 {55910} 2331 1 +55911 {55911} 1701 1 +55912 {55912} 13952 1 +55913 {55913} 2225 1 +55914 {55914} 1919 1 +55915 {55915} 2464 1 +55916 {55916} 14295 1 +55917 {55917} 2867 1 +55918 {55918} 1450 1 +55919 {55919} 9223 1 +55920 {55920} 9794 1 +55921 {55921} 10045 1 +55922 {55922} 10202 1 +55923 {55923} 1939 1 +55924 {55924} 10293 1 +55925 {55925} 1296 1 +55926 {55926} 2130 1 +55927 {55927} 11332 1 +55928 {55928} 2261 1 +55929 {55929} 2771 1 +55930 {55930} 1851 1 +55931 {55931} 3575 1 +55932 {55932} 3242 1 +55933 {55933} 10201 1 +55934 {55934} 8043 1 +55935 {55935} 5716 1 +55936 {55936} 8627 1 +55937 {55937} 2774 1 +55938 {55938} 12402 1 +55939 {55939} 3416 1 +55940 {55940} 7933 1 +55941 {55941} 11088 1 +55942 {55942} 13743 1 +55943 {55943} 11591 1 +55944 {55944} 2468 1 +55945 {55945} 1988 1 +55946 {55946} 2256 1 +55947 {55947} 10061 1 +55948 {55948} 11785 1 +55949 {55949} 15431 1 +55950 {55950} 9411 1 +55951 {55951} 13678 1 +55952 {55952} 9166 1 +55953 {55953} 9720 1 +55954 {55954} 10261 1 +55955 {55955} 2570 1 +55956 {55956} 10721 1 +55957 {55957} 2161 1 +55958 {55958} 10980 1 +55959 {55959} 1097 1 +55960 {55960} 15818 1 +55961 {55961} 2797 1 +55962 {55962} 8130 1 +55963 {55963} 2360 1 +55964 {55964} 6837 1 +55965 {55965} 9950 1 +55966 {55966} 764 1 +55967 {55967} 9844 1 +55968 {55968} 10051 1 +55969 {55969} 3046 1 +55970 {55970} 10699 1 +55971 {55971} 1746 1 +55972 {55972} 2302 1 +55973 {55973} 2486 1 +55974 {55974} 2548 1 +55975 {55975} 3078 1 +55976 {55976} 3717 1 +55977 {55977} 1892 1 +55978 {55978} 1922 1 +55979 {55979} 2493 1 +55980 {55980} 1676 1 +55981 {55981} 1406 1 +55982 {55982} 11698 1 +55983 {55983} 11121 1 +55984 {55984} 3774 1 +55985 {55985} 11833 1 +55986 {55986} 11335 1 +55987 {55987} 3443 1 +55988 {55988} 1720 1 +55989 {55989} 2220 1 +55990 {55990} 1344 1 +55991 {55991} 12004 1 +55992 {55992} 2943 1 +55993 {55993} 14943 1 +55994 {55994} 1274 1 +55995 {55995} 3137 1 +55996 {55996} 10875 1 +55997 {55997} 389 1 +55998 {55998} 12502 1 +55999 {55999} 12269 1 +56000 {56000} 10472 1 +56001 {56001} 7785 1 +56002 {56002} 1913 1 +56003 {56003} 1671 1 +56004 {56004} 9909 1 +56005 {56005} 3644 1 +56006 {56006} 1202 1 +56007 {56007} 9747 1 +56008 {56008} 3417 1 +56009 {56009} 11437 1 +56010 {56010} 11076 1 +56011 {56011} 9327 1 +56012 {56012} 9647 1 +56013 {56013} 10511 1 +56014 {56014} 10026 1 +56015 {56015} 11186 1 +56016 {56016} 2862 1 +56017 {56017} 8860 1 +56018 {56018} 2825 1 +56019 {56019} 10853 1 +56020 {56020} 12756 1 +56021 {56021} 15429 1 +56022 {56022} 10670 1 +56023 {56023} 2430 1 +56024 {56024} 1972 1 +56025 {56025} 8865 1 +56026 {56026} 9996 1 +56027 {56027} 2838 1 +56028 {56028} 757 1 +56029 {56029} 10109 1 +56030 {56030} 9221 1 +56031 {56031} 11245 1 +56032 {56032} 697 1 +56033 {56033} 1735 1 +56034 {56034} 2965 1 +56035 {56035} 1848 1 +56036 {56036} 10952 1 +56037 {56037} 2234 1 +56038 {56038} 2535 1 +56039 {56039} 1871 1 +56040 {56040} 1923 1 +56041 {56041} 2844 1 +56042 {56042} 12839 1 +56043 {56043} 2264 1 +56044 {56044} 10006 1 +56045 {56045} 1764 1 +56046 {56046} 2927 1 +56047 {56047} 114 1 +56048 {56048} 2110 1 +56049 {56049} 12566 1 +56050 {56050} 9925 1 +56051 {56051} 1988 1 +56052 {56052} 12054 1 +56053 {56053} 10494 1 +56054 {56054} 1775 1 +56055 {56055} 11126 1 +56056 {56056} 2840 1 +56057 {56057} 10043 1 +56058 {56058} 11168 1 +56059 {56059} 10253 1 +56060 {56060} 16155 1 +56061 {56061} 12446 1 +56062 {56062} 10843 1 +56063 {56063} 5745 1 +56064 {56064} 11097 1 +56065 {56065} 11530 1 +56066 {56066} 8435 1 +56067 {56067} 11175 1 +56068 {56068} 9528 1 +56069 {56069} 2803 1 +56070 {56070} 3073 1 +56071 {56071} 2555 1 +56072 {56072} 10496 1 +56073 {56073} 8790 1 +56074 {56074} 10655 1 +56075 {56075} 10600 1 +56076 {56076} 1616 1 +56077 {56077} 1892 1 +56078 {56078} 16313 1 +56079 {56079} 2634 1 +56080 {56080} 1848 1 +56081 {56081} 10442 1 +56082 {56082} 3505 1 +56083 {56083} 9815 1 +56084 {56084} 3185 1 +56085 {56085} 7849 1 +56086 {56086} 1471 1 +56087 {56087} 2574 1 +56088 {56088} 12074 1 +56089 {56089} 8902 1 +56090 {56090} 10778 1 +56091 {56091} 2743 1 +56092 {56092} 1519 1 +56093 {56093} 3637 1 +56094 {56094} 1774 1 +56095 {56095} 9483 1 +56096 {56096} 10702 1 +56097 {56097} 11720 1 +56098 {56098} 1548 1 +56099 {56099} 2333 1 +56100 {56100} 8978 1 +56101 {56101} 1411 1 +56102 {56102} 1231 1 +56103 {56103} 2456 1 +56104 {56104} 8828 1 +56105 {56105} 11417 1 +56106 {56106} 4450 1 +56107 {56107} 10460 1 +56108 {56108} 10017 1 +56109 {56109} 10905 1 +56110 {56110} 1019 1 +56111 {56111} 9046 1 +56112 {56112} 10378 1 +56113 {56113} 10473 1 +56114 {56114} 14886 1 +56115 {56115} 9720 1 +56116 {56116} 8969 1 +56117 {56117} 8183 1 +56118 {56118} 4028 1 +56119 {56119} 2178 1 +56120 {56120} 2083 1 +56121 {56121} 1859 1 +56122 {56122} 10126 1 +56123 {56123} 10671 1 +56124 {56124} 11355 1 +56125 {56125} 12855 1 +56126 {56126} 103 1 +56127 {56127} 2770 1 +56128 {56128} 10447 1 +56129 {56129} 16490 1 +56130 {56130} 2501 1 +56131 {56131} 2798 1 +56132 {56132} 10587 1 +56133 {56133} 12626 1 +56134 {56134} 4420 1 +56135 {56135} 11814 1 +56136 {56136} 1410 1 +56137 {56137} 6612 1 +56138 {56138} 1371 1 +56139 {56139} 3046 1 +56140 {56140} 10022 1 +56141 {56141} 7766 1 +56142 {56142} 10034 1 +56143 {56143} 11064 1 +56144 {56144} 3470 1 +56145 {56145} 11636 1 +56146 {56146} 1859 1 +56147 {56147} 10612 1 +56148 {56148} 8415 1 +56149 {56149} 10604 1 +56150 {56150} 8767 1 +56151 {56151} 3170 1 +56152 {56152} 2779 1 +56153 {56153} 1162 1 +56154 {56154} 1347 1 +56155 {56155} 12344 1 +56156 {56156} 9777 1 +56157 {56157} 2456 1 +56158 {56158} 10395 1 +56159 {56159} 11462 1 +56160 {56160} 11148 1 +56161 {56161} 7095 1 +56162 {56162} 1887 1 +56163 {56163} 11595 1 +56164 {56164} 2420 1 +56165 {56165} 5608 1 +56166 {56166} 9430 1 +56167 {56167} 726 1 +56168 {56168} 10782 1 +56169 {56169} 11619 1 +56170 {56170} 2937 1 +56171 {56171} 3523 1 +56172 {56172} 1479 1 +56173 {56173} 2805 1 +56174 {56174} 10378 1 +56175 {56175} 10425 1 +56176 {56176} 2133 1 +56177 {56177} 7463 1 +56178 {56178} 1919 1 +56179 {56179} 9055 1 +56180 {56180} 10301 1 +56181 {56181} 1554 1 +56182 {56182} 11470 1 +56183 {56183} 9687 1 +56184 {56184} 1512 1 +56185 {56185} 8156 1 +56186 {56186} 1305 1 +56187 {56187} 2167 1 +56188 {56188} 12299 1 +56189 {56189} 1164 1 +56190 {56190} 13729 1 +56191 {56191} 12042 1 +56192 {56192} 3782 1 +56193 {56193} 420 1 +56194 {56194} 1735 1 +56195 {56195} 10272 1 +56196 {56196} 336 1 +56197 {56197} 6318 1 +56198 {56198} 9295 1 +56199 {56199} 2366 1 +56200 {56200} 12875 1 +56201 {56201} 11120 1 +56202 {56202} 1124 1 +56203 {56203} 10542 1 +56204 {56204} 2417 1 +56205 {56205} 1548 1 +56206 {56206} 1951 1 +56207 {56207} 10804 1 +56208 {56208} 10125 1 +56209 {56209} 1713 1 +56210 {56210} 1976 1 +56211 {56211} 10282 1 +56212 {56212} 2320 1 +56213 {56213} 1611 1 +56214 {56214} 2820 1 +56215 {56215} 11297 1 +56216 {56216} 10487 1 +56217 {56217} 9620 1 +56218 {56218} 2603 1 +56219 {56219} 12188 1 +56220 {56220} 1708 1 +56221 {56221} 10786 1 +56222 {56222} 1808 1 +56223 {56223} 1646 1 +56224 {56224} 3160 1 +56225 {56225} 9234 1 +56226 {56226} 2289 1 +56227 {56227} 11931 1 +56228 {56228} 2738 1 +56229 {56229} 2639 1 +56230 {56230} 10890 1 +56231 {56231} 1599 1 +56232 {56232} 12016 1 +56233 {56233} 12333 1 +56234 {56234} 10351 1 +56235 {56235} 11279 1 +56236 {56236} 1788 1 +56237 {56237} 2194 1 +56238 {56238} 11926 1 +56239 {56239} 11225 1 +56240 {56240} 2228 1 +56241 {56241} 10163 1 +56242 {56242} 2197 1 +56243 {56243} 2027 1 +56244 {56244} 703 1 +56245 {56245} 2133 1 +56246 {56246} 8493 1 +56247 {56247} 1484 1 +56248 {56248} 2266 1 +56249 {56249} 12430 1 +56250 {56250} 9612 1 +56251 {56251} 2974 1 +56252 {56252} 13842 1 +56253 {56253} 1417 1 +56254 {56254} 11587 1 +56255 {56255} 11704 1 +56256 {56256} 2743 1 +56257 {56257} 1515 1 +56258 {56258} 11164 1 +56259 {56259} 2178 1 +56260 {56260} 2496 1 +56261 {56261} 6643 1 +56262 {56262} 2198 1 +56263 {56263} 3445 1 +56264 {56264} 4824 1 +56265 {56265} 10250 1 +56266 {56266} 1722 1 +56267 {56267} 2604 1 +56268 {56268} 9028 1 +56269 {56269} 2129 1 +56270 {56270} 15878 1 +56271 {56271} 2166 1 +56272 {56272} 8110 1 +56273 {56273} 2450 1 +56274 {56274} 8559 1 +56275 {56275} 9838 1 +56276 {56276} 3282 1 +56277 {56277} 9741 1 +56278 {56278} 12196 1 +56279 {56279} 3343 1 +56280 {56280} 1641 1 +56281 {56281} 1636 1 +56282 {56282} 4070 1 +56283 {56283} 2537 1 +56284 {56284} 2573 1 +56285 {56285} 9862 1 +56286 {56286} 2601 1 +56287 {56287} 2832 1 +56288 {56288} 2795 1 +56289 {56289} 1720 1 +56290 {56290} 9591 1 +56291 {56291} 1972 1 +56292 {56292} 9620 1 +56293 {56293} 1268 1 +56294 {56294} 13490 1 +56295 {56295} 16366 1 +56296 {56296} 1823 1 +56297 {56297} 9215 1 +56298 {56298} 10705 1 +56299 {56299} 10875 1 +56300 {56300} 12194 1 +56301 {56301} 11834 1 +56302 {56302} 7601 1 +56303 {56303} 1852 1 +56304 {56304} 2023 1 +56305 {56305} 2402 1 +56306 {56306} 7904 1 +56307 {56307} 3333 1 +56308 {56308} 11999 1 +56309 {56309} 9681 1 +56310 {56310} 1704 1 +56311 {56311} 1081 1 +56312 {56312} 10580 1 +56313 {56313} 1927 1 +56314 {56314} 8375 1 +56315 {56315} 10786 1 +56316 {56316} 9467 1 +56317 {56317} 2862 1 +56318 {56318} 10778 1 +56319 {56319} 1294 1 +56320 {56320} 11930 1 +56321 {56321} 2304 1 +56322 {56322} 1018 1 +56323 {56323} 1260 1 +56324 {56324} 11175 1 +56325 {56325} 11133 1 +56326 {56326} 1484 1 +56327 {56327} 3107 1 +56328 {56328} 9890 1 +56329 {56329} 8628 1 +56330 {56330} 11139 1 +56331 {56331} 10315 1 +56332 {56332} 2636 1 +56333 {56333} 1546 1 +56334 {56334} 2216 1 +56335 {56335} 13283 1 +56336 {56336} 1825 1 +56337 {56337} 2285 1 +56338 {56338} 1415 1 +56339 {56339} 7356 1 +56340 {56340} 2161 1 +56341 {56341} 10618 1 +56342 {56342} 9187 1 +56343 {56343} 3232 1 +56344 {56344} 2677 1 +56345 {56345} 2740 1 +56346 {56346} 2521 1 +56347 {56347} 1638 1 +56348 {56348} 2788 1 +56349 {56349} 3571 1 +56350 {56350} 15374 1 +56351 {56351} 1754 1 +56352 {56352} 3025 1 +56353 {56353} 2371 1 +56354 {56354} 14782 1 +56355 {56355} 10596 1 +56356 {56356} 1825 1 +56357 {56357} 2360 1 +56358 {56358} 11245 1 +56359 {56359} 11152 1 +56360 {56360} 9677 1 +56361 {56361} 2940 1 +56362 {56362} 1561 1 +56363 {56363} 11726 1 +56364 {56364} 11367 1 +56365 {56365} 2066 1 +56366 {56366} 10191 1 +56367 {56367} 12026 1 +56368 {56368} 2944 1 +56369 {56369} 1621 1 +56370 {56370} 6807 1 +56371 {56371} 10267 1 +56372 {56372} 3176 1 +56373 {56373} 11089 1 +56374 {56374} 14071 1 +56375 {56375} 2932 1 +56376 {56376} 2303 1 +56377 {56377} 1997 1 +56378 {56378} 10218 1 +56379 {56379} 9356 1 +56380 {56380} 2416 1 +56381 {56381} 2825 1 +56382 {56382} 2572 1 +56383 {56383} 3175 1 +56384 {56384} 1827 1 +56385 {56385} 3299 1 +56386 {56386} 10565 1 +56387 {56387} 9429 1 +56388 {56388} 2172 1 +56389 {56389} 15388 1 +56390 {56390} 10676 1 +56391 {56391} 2738 1 +56392 {56392} 1997 1 +56393 {56393} 2537 1 +56394 {56394} 9762 1 +56395 {56395} 12257 1 +56396 {56396} 10300 1 +56397 {56397} 1323 1 +56398 {56398} 3075 1 +56399 {56399} 10442 1 +56400 {56400} 2832 1 +56401 {56401} 9856 1 +56402 {56402} 9871 1 +56403 {56403} 2292 1 +56404 {56404} 10828 1 +56405 {56405} 9810 1 +56406 {56406} 10900 1 +56407 {56407} 6813 1 +56408 {56408} 2423 1 +56409 {56409} 6835 1 +56410 {56410} 3252 1 +56411 {56411} 4529 1 +56412 {56412} 9476 1 +56413 {56413} 12302 1 +56414 {56414} 10352 1 +56415 {56415} 6753 1 +56416 {56416} 10046 1 +56417 {56417} 10869 1 +56418 {56418} 1809 1 +56419 {56419} 14428 1 +56420 {56420} 2389 1 +56421 {56421} 1584 1 +56422 {56422} 10642 1 +56423 {56423} 10697 1 +56424 {56424} 2909 1 +56425 {56425} 2939 1 +56426 {56426} 2537 1 +56427 {56427} 9843 1 +56428 {56428} 12177 1 +56429 {56429} 15738 1 +56430 {56430} 8711 1 +56431 {56431} 2573 1 +56432 {56432} 2366 1 +56433 {56433} 2742 1 +56434 {56434} 10329 1 +56435 {56435} 2180 1 +56436 {56436} 3923 1 +56437 {56437} 9077 1 +56438 {56438} 2907 1 +56439 {56439} 2214 1 +56440 {56440} 2544 1 +56441 {56441} 11609 1 +56442 {56442} 9956 1 +56443 {56443} 10462 1 +56444 {56444} 10456 1 +56445 {56445} 72 1 +56446 {56446} 8312 1 +56447 {56447} 2290 1 +56448 {56448} 1834 1 +56449 {56449} 1164 1 +56450 {56450} 12118 1 +56451 {56451} 8546 1 +56452 {56452} 4382 1 +56453 {56453} 3451 1 +56454 {56454} 9687 1 +56455 {56455} 1268 1 +56456 {56456} 11016 1 +56457 {56457} 2209 1 +56458 {56458} 10659 1 +56459 {56459} 1849 1 +56460 {56460} 1678 1 +56461 {56461} 9114 1 +56462 {56462} 3076 1 +56463 {56463} 8838 1 +56464 {56464} 1396 1 +56465 {56465} 10835 1 +56466 {56466} 10364 1 +56467 {56467} 2325 1 +56468 {56468} 11597 1 +56469 {56469} 13936 1 +56470 {56470} 2333 1 +56471 {56471} 3414 1 +56472 {56472} 10429 1 +56473 {56473} 11066 1 +56474 {56474} 10653 1 +56475 {56475} 11586 1 +56476 {56476} 3324 1 +56477 {56477} 1855 1 +56478 {56478} 1507 1 +56479 {56479} 10669 1 +56480 {56480} 11189 1 +56481 {56481} 11146 1 +56482 {56482} 2535 1 +56483 {56483} 9806 1 +56484 {56484} 2134 1 +56485 {56485} 9026 1 +56486 {56486} 10525 1 +56487 {56487} 2838 1 +56488 {56488} 8338 1 +56489 {56489} 10806 1 +56490 {56490} 10580 1 +56491 {56491} 964 1 +56492 {56492} 2741 1 +56493 {56493} 8865 1 +56494 {56494} 4085 1 +56495 {56495} 2193 1 +56496 {56496} 10103 1 +56497 {56497} 9074 1 +56498 {56498} 2026 1 +56499 {56499} 1856 1 +56500 {56500} 11362 1 +56501 {56501} 9251 1 +56502 {56502} 12359 1 +56503 {56503} 10232 1 +56504 {56504} 1583 1 +56505 {56505} 2121 1 +56506 {56506} 11218 1 +56507 {56507} 9906 1 +56508 {56508} 11581 1 +56509 {56509} 2370 1 +56510 {56510} 1305 1 +56511 {56511} 2451 1 +56512 {56512} 756 1 +56513 {56513} 2893 1 +56514 {56514} 9347 1 +56515 {56515} 2933 1 +56516 {56516} 2520 1 +56517 {56517} 12549 1 +56518 {56518} 9605 1 +56519 {56519} 2124 1 +56520 {56520} 9213 1 +56521 {56521} 1910 1 +56522 {56522} 7244 1 +56523 {56523} 2536 1 +56524 {56524} 9618 1 +56525 {56525} 995 1 +56526 {56526} 8268 1 +56527 {56527} 10279 1 +56528 {56528} 2504 1 +56529 {56529} 2708 1 +56530 {56530} 1561 1 +56531 {56531} 9253 1 +56532 {56532} 9821 1 +56533 {56533} 2672 1 +56534 {56534} 2064 1 +56535 {56535} 11727 1 +56536 {56536} 2975 1 +56537 {56537} 2515 1 +56538 {56538} 9442 1 +56539 {56539} 12772 1 +56540 {56540} 1265 1 +56541 {56541} 1754 1 +56542 {56542} 2332 1 +56543 {56543} 10417 1 +56544 {56544} 10506 1 +56545 {56545} 2934 1 +56546 {56546} 1618 1 +56547 {56547} 3840 1 +56548 {56548} 1438 1 +56549 {56549} 10835 1 +56550 {56550} 2255 1 +56551 {56551} 10965 1 +56552 {56552} 3064 1 +56553 {56553} 1989 1 +56554 {56554} 1986 1 +56555 {56555} 2535 1 +56556 {56556} 1959 1 +56557 {56557} 2386 1 +56558 {56558} 2587 1 +56559 {56559} 2112 1 +56560 {56560} 3165 1 +56561 {56561} 1342 1 +56562 {56562} 2056 1 +56563 {56563} 1281 1 +56564 {56564} 10719 1 +56565 {56565} 1875 1 +56566 {56566} 11718 1 +56567 {56567} 1860 1 +56568 {56568} 1720 1 +56569 {56569} 10777 1 +56570 {56570} 2777 1 +56571 {56571} 10882 1 +56572 {56572} 2923 1 +56573 {56573} 9996 1 +56574 {56574} 8965 1 +56575 {56575} 9436 1 +56576 {56576} 2672 1 +56577 {56577} 1858 1 +56578 {56578} 2743 1 +56579 {56579} 7472 1 +56580 {56580} 2696 1 +56581 {56581} 2539 1 +56582 {56582} 6720 1 +56583 {56583} 9514 1 +56584 {56584} 10702 1 +56585 {56585} 2154 1 +56586 {56586} 2270 1 +56587 {56587} 1329 1 +56588 {56588} 1717 1 +56589 {56589} 11262 1 +56590 {56590} 1818 1 +56591 {56591} 2382 1 +56592 {56592} 11398 1 +56593 {56593} 1901 1 +56594 {56594} 9729 1 +56595 {56595} 974 1 +56596 {56596} 1859 1 +56597 {56597} 11347 1 +56598 {56598} 1710 1 +56599 {56599} 2838 1 +56600 {56600} 4760 1 +56601 {56601} 9944 1 +56602 {56602} 2077 1 +56603 {56603} 9829 1 +56604 {56604} 10525 1 +56605 {56605} 4090 1 +56606 {56606} 10747 1 +56607 {56607} 7598 1 +56608 {56608} 15810 1 +56609 {56609} 1990 1 +56610 {56610} 2266 1 +56611 {56611} 10386 1 +56612 {56612} 3346 1 +56613 {56613} 9082 1 +56614 {56614} 10937 1 +56615 {56615} 1960 1 +56616 {56616} 9142 1 +56617 {56617} 1957 1 +56618 {56618} 2217 1 +56619 {56619} 10232 1 +56620 {56620} 15046 1 +56621 {56621} 3572 1 +56622 {56622} 5567 1 +56623 {56623} 11120 1 +56624 {56624} 2420 1 +56625 {56625} 837 1 +56626 {56626} 2319 1 +56627 {56627} 11462 1 +56628 {56628} 1719 1 +56629 {56629} 3833 1 +56630 {56630} 10613 1 +56631 {56631} 1858 1 +56632 {56632} 13998 1 +56633 {56633} 2069 1 +56634 {56634} 12050 1 +56635 {56635} 14028 1 +56636 {56636} 1827 1 +56637 {56637} 11072 1 +56638 {56638} 2064 1 +56639 {56639} 2031 1 +56640 {56640} 3076 1 +56641 {56641} 2148 1 +56642 {56642} 9656 1 +56643 {56643} 3232 1 +56644 {56644} 2943 1 +56645 {56645} 3576 1 +56646 {56646} 1851 1 +56647 {56647} 2160 1 +56648 {56648} 11606 1 +56649 {56649} 1821 1 +56650 {56650} 10699 1 +56651 {56651} 11612 1 +56652 {56652} 10843 1 +56653 {56653} 1274 1 +56654 {56654} 12712 1 +56655 {56655} 10543 1 +56656 {56656} 2414 1 +56657 {56657} 1921 1 +56658 {56658} 2128 1 +56659 {56659} 9035 1 +56660 {56660} 11703 1 +56661 {56661} 1541 1 +56662 {56662} 1741 1 +56663 {56663} 2081 1 +56664 {56664} 2454 1 +56665 {56665} 1129 1 +56666 {56666} 10179 1 +56667 {56667} 2464 1 +56668 {56668} 2585 1 +56669 {56669} 1730 1 +56670 {56670} 10711 1 +56671 {56671} 10023 1 +56672 {56672} 1684 1 +56673 {56673} 12506 1 +56674 {56674} 10561 1 +56675 {56675} 1207 1 +56676 {56676} 2204 1 +56677 {56677} 2268 1 +56678 {56678} 11313 1 +56679 {56679} 3130 1 +56680 {56680} 1301 1 +56681 {56681} 7874 1 +56682 {56682} 10978 1 +56683 {56683} 2673 1 +56684 {56684} 11790 1 +56685 {56685} 497 1 +56686 {56686} 9672 1 +56687 {56687} 2189 1 +56688 {56688} 1602 1 +56689 {56689} 2793 1 +56690 {56690} 1571 1 +56691 {56691} 1817 1 +56692 {56692} 1914 1 +56693 {56693} 11760 1 +56694 {56694} 10141 1 +56695 {56695} 10585 1 +56696 {56696} 1756 1 +56697 {56697} 2469 1 +56698 {56698} 2094 1 +56699 {56699} 3477 1 +56700 {56700} 2325 1 +56701 {56701} 3011 1 +56702 {56702} 2370 1 +56703 {56703} 9043 1 +56704 {56704} 2845 1 +56705 {56705} 9849 1 +56706 {56706} 1957 1 +56707 {56707} 14286 1 +56708 {56708} 10086 1 +56709 {56709} 2064 1 +56710 {56710} 2125 1 +56711 {56711} 2125 1 +56712 {56712} 12166 1 +56713 {56713} 1685 1 +56714 {56714} 2800 1 +56715 {56715} 4332 1 +56716 {56716} 10527 1 +56717 {56717} 2363 1 +56718 {56718} 2180 1 +56719 {56719} 10461 1 +56720 {56720} 10104 1 +56721 {56721} 1821 1 +56722 {56722} 3248 1 +56723 {56723} 9782 1 +56724 {56724} 9295 1 +56725 {56725} 2451 1 +56726 {56726} 3732 1 +56727 {56727} 1206 1 +56728 {56728} 680 1 +56729 {56729} 2734 1 +56730 {56730} 2990 1 +56731 {56731} 9918 1 +56732 {56732} 16622 1 +56733 {56733} 1019 1 +56734 {56734} 2606 1 +56735 {56735} 1539 1 +56736 {56736} 2432 1 +56737 {56737} 2132 1 +56738 {56738} 8191 1 +56739 {56739} 11394 1 +56740 {56740} 3046 1 +56741 {56741} 10541 1 +56742 {56742} 2356 1 +56743 {56743} 9228 1 +56744 {56744} 16192 1 +56745 {56745} 3096 1 +56746 {56746} 8810 1 +56747 {56747} 10457 1 +56748 {56748} 2102 1 +56749 {56749} 1910 1 +56750 {56750} 12604 1 +56751 {56751} 3958 1 +56752 {56752} 2542 1 +56753 {56753} 15435 1 +56754 {56754} 1819 1 +56755 {56755} 1708 1 +56756 {56756} 1482 1 +56757 {56757} 11222 1 +56758 {56758} 10946 1 +56759 {56759} 1851 1 +56760 {56760} 2329 1 +56761 {56761} 8171 1 +56762 {56762} 3033 1 +56763 {56763} 11327 1 +56764 {56764} 11563 1 +56765 {56765} 10918 1 +56766 {56766} 2322 1 +56767 {56767} 11729 1 +56768 {56768} 12241 1 +56769 {56769} 1903 1 +56770 {56770} 2245 1 +56771 {56771} 1474 1 +56772 {56772} 10572 1 +56773 {56773} 12544 1 +56774 {56774} 9897 1 +56775 {56775} 2028 1 +56776 {56776} 10731 1 +56777 {56777} 2831 1 +56778 {56778} 10818 1 +56779 {56779} 1534 1 +56780 {56780} 11413 1 +56781 {56781} 11474 1 +56782 {56782} 10892 1 +56783 {56783} 11416 1 +56784 {56784} 9073 1 +56785 {56785} 2415 1 +56786 {56786} 3033 1 +56787 {56787} 10278 1 +56788 {56788} 2459 1 +56789 {56789} 5612 1 +56790 {56790} 2176 1 +56791 {56791} 11009 1 +56792 {56792} 2600 1 +56793 {56793} 11743 1 +56794 {56794} 2366 1 +56795 {56795} 2284 1 +56796 {56796} 2839 1 +56797 {56797} 10878 1 +56798 {56798} 10398 1 +56799 {56799} 11154 1 +56800 {56800} 9062 1 +56801 {56801} 10903 1 +56802 {56802} 10815 1 +56803 {56803} 1884 1 +56804 {56804} 9912 1 +56805 {56805} 8855 1 +56806 {56806} 11697 1 +56807 {56807} 2080 1 +56808 {56808} 1188 1 +56809 {56809} 2323 1 +56810 {56810} 1444 1 +56811 {56811} 2356 1 +56812 {56812} 2383 1 +56813 {56813} 907 1 +56814 {56814} 11244 1 +56815 {56815} 11448 1 +56816 {56816} 2377 1 +56817 {56817} 2806 1 +56818 {56818} 9486 1 +56819 {56819} 2264 1 +56820 {56820} 11144 1 +56821 {56821} 1255 1 +56822 {56822} 9652 1 +56823 {56823} 3076 1 +56824 {56824} 9026 1 +56825 {56825} 10585 1 +56826 {56826} 5573 1 +56827 {56827} 12735 1 +56828 {56828} 10559 1 +56829 {56829} 5356 1 +56830 {56830} 11173 1 +56831 {56831} 11023 1 +56832 {56832} 8667 1 +56833 {56833} 2775 1 +56834 {56834} 2939 1 +56835 {56835} 5990 1 +56836 {56836} 11812 1 +56837 {56837} 11042 1 +56838 {56838} 8963 1 +56839 {56839} 1613 1 +56840 {56840} 10535 1 +56841 {56841} 1821 1 +56842 {56842} 9105 1 +56843 {56843} 2193 1 +56844 {56844} 8840 1 +56845 {56845} 2701 1 +56846 {56846} 2132 1 +56847 {56847} 3784 1 +56848 {56848} 10507 1 +56849 {56849} 9826 1 +56850 {56850} 591 1 +56851 {56851} 1519 1 +56852 {56852} 2300 1 +56853 {56853} 9070 1 +56854 {56854} 2910 1 +56855 {56855} 1976 1 +56856 {56856} 3557 1 +56857 {56857} 1609 1 +56858 {56858} 10653 1 +56859 {56859} 2972 1 +56860 {56860} 2182 1 +56861 {56861} 11241 1 +56862 {56862} 8523 1 +56863 {56863} 1849 1 +56864 {56864} 3307 1 +56865 {56865} 5217 1 +56866 {56866} 10587 1 +56867 {56867} 2670 1 +56868 {56868} 11005 1 +56869 {56869} 10245 1 +56870 {56870} 1335 1 +56871 {56871} 9730 1 +56872 {56872} 1980 1 +56873 {56873} 2601 1 +56874 {56874} 11514 1 +56875 {56875} 9954 1 +56876 {56876} 9335 1 +56877 {56877} 9537 1 +56878 {56878} 2988 1 +56879 {56879} 1719 1 +56880 {56880} 3903 1 +56881 {56881} 10236 1 +56882 {56882} 10821 1 +56883 {56883} 1946 1 +56884 {56884} 2155 1 +56885 {56885} 10486 1 +56886 {56886} 2621 1 +56887 {56887} 3194 1 +56888 {56888} 10141 1 +56889 {56889} 2189 1 +56890 {56890} 2110 1 +56891 {56891} 1889 1 +56892 {56892} 1827 1 +56893 {56893} 1417 1 +56894 {56894} 2371 1 +56895 {56895} 2066 1 +56896 {56896} 10103 1 +56897 {56897} 4540 1 +56898 {56898} 16514 1 +56899 {56899} 3234 1 +56900 {56900} 2100 1 +56901 {56901} 10093 1 +56902 {56902} 1616 1 +56903 {56903} 11242 1 +56904 {56904} 8991 1 +56905 {56905} 1630 1 +56906 {56906} 2595 1 +56907 {56907} 1966 1 +56908 {56908} 3433 1 +56909 {56909} 1540 1 +56910 {56910} 11867 1 +56911 {56911} 3064 1 +56912 {56912} 11093 1 +56913 {56913} 9812 1 +56914 {56914} 2669 1 +56915 {56915} 2573 1 +56916 {56916} 7951 1 +56917 {56917} 15101 1 +56918 {56918} 1877 1 +56919 {56919} 16433 1 +56920 {56920} 2663 1 +56921 {56921} 2598 1 +56922 {56922} 10607 1 +56923 {56923} 14223 1 +56924 {56924} 1716 1 +56925 {56925} 1574 1 +56926 {56926} 13026 1 +56927 {56927} 1779 1 +56928 {56928} 1967 1 +56929 {56929} 2729 1 +56930 {56930} 10685 1 +56931 {56931} 11407 1 +56932 {56932} 2264 1 +56933 {56933} 1332 1 +56934 {56934} 2904 1 +56935 {56935} 2234 1 +56936 {56936} 9386 1 +56937 {56937} 1316 1 +56938 {56938} 2231 1 +56939 {56939} 2934 1 +56940 {56940} 10503 1 +56941 {56941} 8402 1 +56942 {56942} 1199 1 +56943 {56943} 10094 1 +56944 {56944} 2352 1 +56945 {56945} 8969 1 +56946 {56946} 11266 1 +56947 {56947} 4456 1 +56948 {56948} 2017 1 +56949 {56949} 1918 1 +56950 {56950} 3476 1 +56951 {56951} 7709 1 +56952 {56952} 10417 1 +56953 {56953} 2454 1 +56954 {56954} 2671 1 +56955 {56955} 10659 1 +56956 {56956} 10866 1 +56957 {56957} 2499 1 +56958 {56958} 1474 1 +56959 {56959} 2637 1 +56960 {56960} 3739 1 +56961 {56961} 1719 1 +56962 {56962} 1409 1 +56963 {56963} 11796 1 +56964 {56964} 13014 1 +56965 {56965} 2099 1 +56966 {56966} 3284 1 +56967 {56967} 15892 1 +56968 {56968} 1600 1 +56969 {56969} 10606 1 +56970 {56970} 2769 1 +56971 {56971} 15246 1 +56972 {56972} 1950 1 +56973 {56973} 1997 1 +56974 {56974} 9114 1 +56975 {56975} 10083 1 +56976 {56976} 2031 1 +56977 {56977} 2040 1 +56978 {56978} 10169 1 +56979 {56979} 2218 1 +56980 {56980} 2421 1 +56981 {56981} 1586 1 +56982 {56982} 2332 1 +56983 {56983} 10232 1 +56984 {56984} 11810 1 +56985 {56985} 2966 1 +56986 {56986} 10216 1 +56987 {56987} 11024 1 +56988 {56988} 10596 1 +56989 {56989} 9295 1 +56990 {56990} 8788 1 +56991 {56991} 10857 1 +56992 {56992} 7241 1 +56993 {56993} 2677 1 +56994 {56994} 10859 1 +56995 {56995} 3857 1 +56996 {56996} 1264 1 +56997 {56997} 1138 1 +56998 {56998} 1924 1 +56999 {56999} 11216 1 +57000 {57000} 10804 1 +57001 {57001} 1683 1 +57002 {57002} 5978 1 +57003 {57003} 10186 1 +57004 {57004} 11790 1 +57005 {57005} 9797 1 +57006 {57006} 7145 1 +57007 {57007} 3193 1 +57008 {57008} 10724 1 +57009 {57009} 2594 1 +57010 {57010} 1541 1 +57011 {57011} 16523 1 +57012 {57012} 2668 1 +57013 {57013} 2528 1 +57014 {57014} 10129 1 +57015 {57015} 2604 1 +57016 {57016} 9912 1 +57017 {57017} 10301 1 +57018 {57018} 10526 1 +57019 {57019} 1965 1 +57020 {57020} 10157 1 +57021 {57021} 1206 1 +57022 {57022} 10335 1 +57023 {57023} 9485 1 +57024 {57024} 10906 1 +57025 {57025} 2973 1 +57026 {57026} 8559 1 +57027 {57027} 3722 1 +57028 {57028} 7921 1 +57029 {57029} 3169 1 +57030 {57030} 8204 1 +57031 {57031} 3387 1 +57032 {57032} 2855 1 +57033 {57033} 3074 1 +57034 {57034} 10329 1 +57035 {57035} 14546 1 +57036 {57036} 11414 1 +57037 {57037} 2193 1 +57038 {57038} 9472 1 +57039 {57039} 2210 1 +57040 {57040} 2096 1 +57041 {57041} 8759 1 +57042 {57042} 1467 1 +57043 {57043} 652 1 +57044 {57044} 9561 1 +57045 {57045} 10514 1 +57046 {57046} 9024 1 +57047 {57047} 2494 1 +57048 {57048} 8820 1 +57049 {57049} 1676 1 +57050 {57050} 642 1 +57051 {57051} 9733 1 +57052 {57052} 3212 1 +57053 {57053} 1341 1 +57054 {57054} 9511 1 +57055 {57055} 2515 1 +57056 {57056} 10126 1 +57057 {57057} 2034 1 +57058 {57058} 2245 1 +57059 {57059} 10380 1 +57060 {57060} 12980 1 +57061 {57061} 1790 1 +57062 {57062} 1162 1 +57063 {57063} 2417 1 +57064 {57064} 10456 1 +57065 {57065} 2662 1 +57066 {57066} 1578 1 +57067 {57067} 2004 1 +57068 {57068} 9544 1 +57069 {57069} 2421 1 +57070 {57070} 6548 1 +57071 {57071} 14338 1 +57072 {57072} 2308 1 +57073 {57073} 2682 1 +57074 {57074} 14165 1 +57075 {57075} 3583 1 +57076 {57076} 13207 1 +57077 {57077} 3072 1 +57078 {57078} 1972 1 +57079 {57079} 9010 1 +57080 {57080} 6480 1 +57081 {57081} 15634 1 +57082 {57082} 9551 1 +57083 {57083} 2852 1 +57084 {57084} 2669 1 +57085 {57085} 1197 1 +57086 {57086} 1622 1 +57087 {57087} 910 1 +57088 {57088} 2134 1 +57089 {57089} 10960 1 +57090 {57090} 10878 1 +57091 {57091} 1656 1 +57092 {57092} 220 1 +57093 {57093} 9149 1 +57094 {57094} 10932 1 +57095 {57095} 3276 1 +57096 {57096} 2091 1 +57097 {57097} 11198 1 +57098 {57098} 9483 1 +57099 {57099} 3242 1 +57100 {57100} 11003 1 +57101 {57101} 9167 1 +57102 {57102} 9230 1 +57103 {57103} 2975 1 +57104 {57104} 1011 1 +57105 {57105} 1306 1 +57106 {57106} 2017 1 +57107 {57107} 11503 1 +57108 {57108} 9509 1 +57109 {57109} 2627 1 +57110 {57110} 9436 1 +57111 {57111} 10809 1 +57112 {57112} 2970 1 +57113 {57113} 2296 1 +57114 {57114} 1987 1 +57115 {57115} 10419 1 +57116 {57116} 10991 1 +57117 {57117} 10576 1 +57118 {57118} 3078 1 +57119 {57119} 7595 1 +57120 {57120} 4326 1 +57121 {57121} 9412 1 +57122 {57122} 2000 1 +57123 {57123} 15839 1 +57124 {57124} 1653 1 +57125 {57125} 9160 1 +57126 {57126} 1331 1 +57127 {57127} 1952 1 +57128 {57128} 2596 1 +57129 {57129} 4587 1 +57130 {57130} 6435 1 +57131 {57131} 10415 1 +57132 {57132} 3251 1 +57133 {57133} 3212 1 +57134 {57134} 10175 1 +57135 {57135} 10339 1 +57136 {57136} 12364 1 +57137 {57137} 10503 1 +57138 {57138} 9307 1 +57139 {57139} 2894 1 +57140 {57140} 1680 1 +57141 {57141} 12088 1 +57142 {57142} 1010 1 +57143 {57143} 11769 1 +57144 {57144} 9096 1 +57145 {57145} 2906 1 +57146 {57146} 2605 1 +57147 {57147} 2977 1 +57148 {57148} 14334 1 +57149 {57149} 2453 1 +57150 {57150} 10887 1 +57151 {57151} 10530 1 +57152 {57152} 10699 1 +57153 {57153} 9585 1 +57154 {57154} 3533 1 +57155 {57155} 9309 1 +57156 {57156} 1268 1 +57157 {57157} 15451 1 +57158 {57158} 11557 1 +57159 {57159} 11395 1 +57160 {57160} 3448 1 +57161 {57161} 9221 1 +57162 {57162} 3666 1 +57163 {57163} 10555 1 +57164 {57164} 2840 1 +57165 {57165} 9686 1 +57166 {57166} 11437 1 +57167 {57167} 10751 1 +57168 {57168} 10100 1 +57169 {57169} 9874 1 +57170 {57170} 2666 1 +57171 {57171} 10832 1 +57172 {57172} 1179 1 +57173 {57173} 15955 1 +57174 {57174} 1868 1 +57175 {57175} 11103 1 +57176 {57176} 11693 1 +57177 {57177} 1065 1 +57178 {57178} 2435 1 +57179 {57179} 9355 1 +57180 {57180} 3311 1 +57181 {57181} 2196 1 +57182 {57182} 10980 1 +57183 {57183} 5126 1 +57184 {57184} 2867 1 +57185 {57185} 3335 1 +57186 {57186} 3213 1 +57187 {57187} 10552 1 +57188 {57188} 9924 1 +57189 {57189} 2429 1 +57190 {57190} 2292 1 +57191 {57191} 1448 1 +57192 {57192} 1514 1 +57193 {57193} 10045 1 +57194 {57194} 10704 1 +57195 {57195} 12905 1 +57196 {57196} 2071 1 +57197 {57197} 15318 1 +57198 {57198} 10310 1 +57199 {57199} 11016 1 +57200 {57200} 12435 1 +57201 {57201} 9701 1 +57202 {57202} 8196 1 +57203 {57203} 9889 1 +57204 {57204} 15851 1 +57205 {57205} 1680 1 +57206 {57206} 3165 1 +57207 {57207} 2830 1 +57208 {57208} 7485 1 +57209 {57209} 3165 1 +57210 {57210} 7932 1 +57211 {57211} 3007 1 +57212 {57212} 9051 1 +57213 {57213} 3210 1 +57214 {57214} 2831 1 +57215 {57215} 11208 1 +57216 {57216} 9854 1 +57217 {57217} 14305 1 +57218 {57218} 10875 1 +57219 {57219} 9187 1 +57220 {57220} 2003 1 +57221 {57221} 10301 1 +57222 {57222} 8899 1 +57223 {57223} 2244 1 +57224 {57224} 9056 1 +57225 {57225} 3662 1 +57226 {57226} 3550 1 +57227 {57227} 12951 1 +57228 {57228} 16517 1 +57229 {57229} 1752 1 +57230 {57230} 1128 1 +57231 {57231} 9609 1 +57232 {57232} 11428 1 +57233 {57233} 10620 1 +57234 {57234} 1096 1 +57235 {57235} 1054 1 +57236 {57236} 12992 1 +57237 {57237} 10530 1 +57238 {57238} 2097 1 +57239 {57239} 3054 1 +57240 {57240} 2604 1 +57241 {57241} 1319 1 +57242 {57242} 2334 1 +57243 {57243} 3062 1 +57244 {57244} 9856 1 +57245 {57245} 10182 1 +57246 {57246} 14278 1 +57247 {57247} 11635 1 +57248 {57248} 9230 1 +57249 {57249} 1638 1 +57250 {57250} 9732 1 +57251 {57251} 10241 1 +57252 {57252} 1878 1 +57253 {57253} 2457 1 +57254 {57254} 2654 1 +57255 {57255} 6896 1 +57256 {57256} 10676 1 +57257 {57257} 8170 1 +57258 {57258} 10000 1 +57259 {57259} 3790 1 +57260 {57260} 1811 1 +57261 {57261} 4899 1 +57262 {57262} 11724 1 +57263 {57263} 2233 1 +57264 {57264} 10809 1 +57265 {57265} 11056 1 +57266 {57266} 2798 1 +57267 {57267} 11648 1 +57268 {57268} 9554 1 +57269 {57269} 12451 1 +57270 {57270} 1595 1 +57271 {57271} 2417 1 +57272 {57272} 1727 1 +57273 {57273} 2873 1 +57274 {57274} 10278 1 +57275 {57275} 2152 1 +57276 {57276} 1518 1 +57277 {57277} 2738 1 +57278 {57278} 2600 1 +57279 {57279} 13042 1 +57280 {57280} 2633 1 +57281 {57281} 12637 1 +57282 {57282} 1673 1 +57283 {57283} 2603 1 +57284 {57284} 2152 1 +57285 {57285} 4413 1 +57286 {57286} 11299 1 +57287 {57287} 2840 1 +57288 {57288} 11348 1 +57289 {57289} 14017 1 +57290 {57290} 1884 1 +57291 {57291} 2726 1 +57292 {57292} 1853 1 +57293 {57293} 10702 1 +57294 {57294} 1533 1 +57295 {57295} 3398 1 +57296 {57296} 2161 1 +57297 {57297} 10242 1 +57298 {57298} 1766 1 +57299 {57299} 3666 1 +57300 {57300} 1882 1 +57301 {57301} 10699 1 +57302 {57302} 15167 1 +57303 {57303} 1514 1 +57304 {57304} 2633 1 +57305 {57305} 10874 1 +57306 {57306} 2458 1 +57307 {57307} 2115 1 +57308 {57308} 1878 1 +57309 {57309} 2430 1 +57310 {57310} 2729 1 +57311 {57311} 10930 1 +57312 {57312} 1710 1 +57313 {57313} 11684 1 +57314 {57314} 11019 1 +57315 {57315} 2971 1 +57316 {57316} 814 1 +57317 {57317} 10932 1 +57318 {57318} 11571 1 +57319 {57319} 1848 1 +57320 {57320} 9577 1 +57321 {57321} 1451 1 +57322 {57322} 3599 1 +57323 {57323} 9741 1 +57324 {57324} 10686 1 +57325 {57325} 2777 1 +57326 {57326} 9889 1 +57327 {57327} 3042 1 +57328 {57328} 9544 1 +57329 {57329} 9586 1 +57330 {57330} 3178 1 +57331 {57331} 2066 1 +57332 {57332} 3142 1 +57333 {57333} 3076 1 +57334 {57334} 2125 1 +57335 {57335} 13446 1 +57336 {57336} 2482 1 +57337 {57337} 10575 1 +57338 {57338} 1329 1 +57339 {57339} 10814 1 +57340 {57340} 10239 1 +57341 {57341} 10537 1 +57342 {57342} 2589 1 +57343 {57343} 1616 1 +57344 {57344} 2428 1 +57345 {57345} 1901 1 +57346 {57346} 3327 1 +57347 {57347} 3013 1 +57348 {57348} 9759 1 +57349 {57349} 8938 1 +57350 {57350} 14581 1 +57351 {57351} 3213 1 +57352 {57352} 8406 1 +57353 {57353} 2403 1 +57354 {57354} 3510 1 +57355 {57355} 10343 1 +57356 {57356} 2634 1 +57357 {57357} 10573 1 +57358 {57358} 2575 1 +57359 {57359} 9221 1 +57360 {57360} 6991 1 +57361 {57361} 14146 1 +57362 {57362} 2058 1 +57363 {57363} 16230 1 +57364 {57364} 10807 1 +57365 {57365} 10103 1 +57366 {57366} 1881 1 +57367 {57367} 8726 1 +57368 {57368} 7648 1 +57369 {57369} 9624 1 +57370 {57370} 2298 1 +57371 {57371} 10293 1 +57372 {57372} 1612 1 +57373 {57373} 7776 1 +57374 {57374} 2943 1 +57375 {57375} 2430 1 +57376 {57376} 1234 1 +57377 {57377} 10866 1 +57378 {57378} 1415 1 +57379 {57379} 1745 1 +57380 {57380} 15441 1 +57381 {57381} 8831 1 +57382 {57382} 2165 1 +57383 {57383} 1630 1 +57384 {57384} 9770 1 +57385 {57385} 12093 1 +57386 {57386} 3912 1 +57387 {57387} 3616 1 +57388 {57388} 2206 1 +57389 {57389} 2662 1 +57390 {57390} 2741 1 +57391 {57391} 1718 1 +57392 {57392} 2498 1 +57393 {57393} 5974 1 +57394 {57394} 8572 1 +57395 {57395} 5586 1 +57396 {57396} 10752 1 +57397 {57397} 11343 1 +57398 {57398} 11173 1 +57399 {57399} 11720 1 +57400 {57400} 11960 1 +57401 {57401} 10344 1 +57402 {57402} 2278 1 +57403 {57403} 10053 1 +57404 {57404} 1502 1 +57405 {57405} 2346 1 +57406 {57406} 9843 1 +57407 {57407} 3295 1 +57408 {57408} 11123 1 +57409 {57409} 10630 1 +57410 {57410} 818 1 +57411 {57411} 2063 1 +57412 {57412} 9867 1 +57413 {57413} 1913 1 +57414 {57414} 10866 1 +57415 {57415} 10210 1 +57416 {57416} 4372 1 +57417 {57417} 8323 1 +57418 {57418} 10747 1 +57419 {57419} 11697 1 +57420 {57420} 11966 1 +57421 {57421} 3854 1 +57422 {57422} 10108 1 +57423 {57423} 652 1 +57424 {57424} 9158 1 +57425 {57425} 14605 1 +57426 {57426} 10225 1 +57427 {57427} 1753 1 +57428 {57428} 3045 1 +57429 {57429} 2571 1 +57430 {57430} 10385 1 +57431 {57431} 15531 1 +57432 {57432} 2060 1 +57433 {57433} 3011 1 +57434 {57434} 2149 1 +57435 {57435} 2236 1 +57436 {57436} 4292 1 +57437 {57437} 14207 1 +57438 {57438} 1371 1 +57439 {57439} 2873 1 +57440 {57440} 16427 1 +57441 {57441} 10323 1 +57442 {57442} 10758 1 +57443 {57443} 11434 1 +57444 {57444} 9080 1 +57445 {57445} 10084 1 +57446 {57446} 2190 1 +57447 {57447} 2433 1 +57448 {57448} 11393 1 +57449 {57449} 1344 1 +57450 {57450} 2113 1 +57451 {57451} 8669 1 +57452 {57452} 11624 1 +57453 {57453} 10157 1 +57454 {57454} 1817 1 +57455 {57455} 12837 1 +57456 {57456} 9862 1 +57457 {57457} 1969 1 +57458 {57458} 3961 1 +57459 {57459} 2671 1 +57460 {57460} 14302 1 +57461 {57461} 10272 1 +57462 {57462} 6312 1 +57463 {57463} 8406 1 +57464 {57464} 1482 1 +57465 {57465} 913 1 +57466 {57466} 1535 1 +57467 {57467} 2223 1 +57468 {57468} 2539 1 +57469 {57469} 2904 1 +57470 {57470} 2573 1 +57471 {57471} 9410 1 +57472 {57472} 673 1 +57473 {57473} 2531 1 +57474 {57474} 10989 1 +57475 {57475} 1596 1 +57476 {57476} 3217 1 +57477 {57477} 15767 1 +57478 {57478} 1842 1 +57479 {57479} 3052 1 +57480 {57480} 9295 1 +57481 {57481} 2195 1 +57482 {57482} 10680 1 +57483 {57483} 11138 1 +57484 {57484} 9133 1 +57485 {57485} 2207 1 +57486 {57486} 442 1 +57487 {57487} 9164 1 +57488 {57488} 11739 1 +57489 {57489} 1792 1 +57490 {57490} 1159 1 +57491 {57491} 8600 1 +57492 {57492} 16193 1 +57493 {57493} 9402 1 +57494 {57494} 1617 1 +57495 {57495} 2228 1 +57496 {57496} 1717 1 +57497 {57497} 16402 1 +57498 {57498} 920 1 +57499 {57499} 2129 1 +57500 {57500} 9047 1 +57501 {57501} 9965 1 +57502 {57502} 12776 1 +57503 {57503} 2096 1 +57504 {57504} 3033 1 +57505 {57505} 6331 1 +57506 {57506} 2296 1 +57507 {57507} 2051 1 +57508 {57508} 2638 1 +57509 {57509} 1644 1 +57510 {57510} 1713 1 +57511 {57511} 2133 1 +57512 {57512} 1321 1 +57513 {57513} 8399 1 +57514 {57514} 2940 1 +57515 {57515} 2169 1 +57516 {57516} 1796 1 +57517 {57517} 7713 1 +57518 {57518} 4864 1 +57519 {57519} 1862 1 +57520 {57520} 8530 1 +57521 {57521} 1834 1 +57522 {57522} 3271 1 +57523 {57523} 2797 1 +57524 {57524} 3306 1 +57525 {57525} 2435 1 +57526 {57526} 6567 1 +57527 {57527} 2915 1 +57528 {57528} 10380 1 +57529 {57529} 2943 1 +57530 {57530} 10982 1 +57531 {57531} 2587 1 +57532 {57532} 3103 1 +57533 {57533} 10612 1 +57534 {57534} 12910 1 +57535 {57535} 2534 1 +57536 {57536} 10658 1 +57537 {57537} 4782 1 +57538 {57538} 1655 1 +57539 {57539} 2640 1 +57540 {57540} 10832 1 +57541 {57541} 11885 1 +57542 {57542} 2430 1 +57543 {57543} 10916 1 +57544 {57544} 1790 1 +57545 {57545} 2182 1 +57546 {57546} 1578 1 +57547 {57547} 3505 1 +57548 {57548} 8937 1 +57549 {57549} 11678 1 +57550 {57550} 10777 1 +57551 {57551} 13469 1 +57552 {57552} 9494 1 +57553 {57553} 2295 1 +57554 {57554} 2332 1 +57555 {57555} 8839 1 +57556 {57556} 1425 1 +57557 {57557} 1852 1 +57558 {57558} 10193 1 +57559 {57559} 3643 1 +57560 {57560} 3162 1 +57561 {57561} 1083 1 +57562 {57562} 8958 1 +57563 {57563} 2189 1 +57564 {57564} 5069 1 +57565 {57565} 1980 1 +57566 {57566} 2096 1 +57567 {57567} 12355 1 +57568 {57568} 10518 1 +57569 {57569} 8900 1 +57570 {57570} 12862 1 +57571 {57571} 2228 1 +57572 {57572} 2084 1 +57573 {57573} 11194 1 +57574 {57574} 2630 1 +57575 {57575} 1654 1 +57576 {57576} 9928 1 +57577 {57577} 10191 1 +57578 {57578} 3170 1 +57579 {57579} 2966 1 +57580 {57580} 2189 1 +57581 {57581} 9516 1 +57582 {57582} 10620 1 +57583 {57583} 10269 1 +57584 {57584} 1910 1 +57585 {57585} 2777 1 +57586 {57586} 1517 1 +57587 {57587} 8930 1 +57588 {57588} 8034 1 +57589 {57589} 1587 1 +57590 {57590} 2497 1 +57591 {57591} 2601 1 +57592 {57592} 2258 1 +57593 {57593} 10324 1 +57594 {57594} 9961 1 +57595 {57595} 2177 1 +57596 {57596} 8636 1 +57597 {57597} 9169 1 +57598 {57598} 9472 1 +57599 {57599} 2175 1 +57600 {57600} 2933 1 +57601 {57601} 11223 1 +57602 {57602} 12658 1 +57603 {57603} 2421 1 +57604 {57604} 5653 1 +57605 {57605} 10124 1 +57606 {57606} 10731 1 +57607 {57607} 3431 1 +57608 {57608} 1854 1 +57609 {57609} 18 1 +57610 {57610} 2357 1 +57611 {57611} 2565 1 +57612 {57612} 11514 1 +57613 {57613} 1429 1 +57614 {57614} 10570 1 +57615 {57615} 4580 1 +57616 {57616} 1493 1 +57617 {57617} 7813 1 +57618 {57618} 13078 1 +57619 {57619} 2029 1 +57620 {57620} 9874 1 +57621 {57621} 2223 1 +57622 {57622} 13041 1 +57623 {57623} 1200 1 +57624 {57624} 3383 1 +57625 {57625} 10308 1 +57626 {57626} 10641 1 +57627 {57627} 9454 1 +57628 {57628} 2655 1 +57629 {57629} 10846 1 +57630 {57630} 9444 1 +57631 {57631} 2185 1 +57632 {57632} 2707 1 +57633 {57633} 9994 1 +57634 {57634} 11415 1 +57635 {57635} 6151 1 +57636 {57636} 2122 1 +57637 {57637} 2268 1 +57638 {57638} 11402 1 +57639 {57639} 11332 1 +57640 {57640} 3364 1 +57641 {57641} 3446 1 +57642 {57642} 10236 1 +57643 {57643} 9186 1 +57644 {57644} 8847 1 +57645 {57645} 8219 1 +57646 {57646} 1782 1 +57647 {57647} 10200 1 +57648 {57648} 2806 1 +57649 {57649} 2167 1 +57650 {57650} 2634 1 +57651 {57651} 12453 1 +57652 {57652} 13220 1 +57653 {57653} 3938 1 +57654 {57654} 2268 1 +57655 {57655} 9701 1 +57656 {57656} 11295 1 +57657 {57657} 2386 1 +57658 {57658} 1519 1 +57659 {57659} 10056 1 +57660 {57660} 2672 1 +57661 {57661} 1469 1 +57662 {57662} 2515 1 +57663 {57663} 2993 1 +57664 {57664} 1953 1 +57665 {57665} 9428 1 +57666 {57666} 2810 1 +57667 {57667} 3458 1 +57668 {57668} 1578 1 +57669 {57669} 1924 1 +57670 {57670} 2468 1 +57671 {57671} 2733 1 +57672 {57672} 1546 1 +57673 {57673} 2021 1 +57674 {57674} 3244 1 +57675 {57675} 1435 1 +57676 {57676} 2464 1 +57677 {57677} 2638 1 +57678 {57678} 2926 1 +57679 {57679} 11347 1 +57680 {57680} 12304 1 +57681 {57681} 1720 1 +57682 {57682} 1720 1 +57683 {57683} 2826 1 +57684 {57684} 16310 1 +57685 {57685} 1790 1 +57686 {57686} 1684 1 +57687 {57687} 354 1 +57688 {57688} 683 1 +57689 {57689} 5987 1 +57690 {57690} 2453 1 +57691 {57691} 10396 1 +57692 {57692} 9718 1 +57693 {57693} 10530 1 +57694 {57694} 12050 1 +57695 {57695} 12678 1 +57696 {57696} 10905 1 +57697 {57697} 12726 1 +57698 {57698} 2292 1 +57699 {57699} 7426 1 +57700 {57700} 10447 1 +57701 {57701} 1325 1 +57702 {57702} 1608 1 +57703 {57703} 11895 1 +57704 {57704} 1993 1 +57705 {57705} 3103 1 +57706 {57706} 8685 1 +57707 {57707} 11789 1 +57708 {57708} 1953 1 +57709 {57709} 9776 1 +57710 {57710} 14214 1 +57711 {57711} 10719 1 +57712 {57712} 3340 1 +57713 {57713} 1644 1 +57714 {57714} 11043 1 +57715 {57715} 3140 1 +57716 {57716} 3246 1 +57717 {57717} 5474 1 +57718 {57718} 11299 1 +57719 {57719} 3009 1 +57720 {57720} 10606 1 +57721 {57721} 10277 1 +57722 {57722} 13541 1 +57723 {57723} 2660 1 +57724 {57724} 2600 1 +57725 {57725} 2515 1 +57726 {57726} 3412 1 +57727 {57727} 10419 1 +57728 {57728} 9043 1 +57729 {57729} 2182 1 +57730 {57730} 3917 1 +57731 {57731} 10614 1 +57732 {57732} 1534 1 +57733 {57733} 1542 1 +57734 {57734} 2126 1 +57735 {57735} 2754 1 +57736 {57736} 9236 1 +57737 {57737} 7899 1 +57738 {57738} 8775 1 +57739 {57739} 14774 1 +57740 {57740} 2565 1 +57741 {57741} 10706 1 +57742 {57742} 2063 1 +57743 {57743} 2496 1 +57744 {57744} 15425 1 +57745 {57745} 1893 1 +57746 {57746} 12491 1 +57747 {57747} 3143 1 +57748 {57748} 10358 1 +57749 {57749} 1516 1 +57750 {57750} 10568 1 +57751 {57751} 11605 1 +57752 {57752} 1716 1 +57753 {57753} 1083 1 +57754 {57754} 11301 1 +57755 {57755} 10845 1 +57756 {57756} 9777 1 +57757 {57757} 10947 1 +57758 {57758} 9729 1 +57759 {57759} 10971 1 +57760 {57760} 10292 1 +57761 {57761} 3279 1 +57762 {57762} 8883 1 +57763 {57763} 5280 1 +57764 {57764} 11947 1 +57765 {57765} 10892 1 +57766 {57766} 14093 1 +57767 {57767} 2233 1 +57768 {57768} 1365 1 +57769 {57769} 617 1 +57770 {57770} 2550 1 +57771 {57771} 9627 1 +57772 {57772} 8850 1 +57773 {57773} 10782 1 +57774 {57774} 2668 1 +57775 {57775} 2722 1 +57776 {57776} 1888 1 +57777 {57777} 10671 1 +57778 {57778} 11198 1 +57779 {57779} 5875 1 +57780 {57780} 10400 1 +57781 {57781} 1778 1 +57782 {57782} 8975 1 +57783 {57783} 10773 1 +57784 {57784} 10509 1 +57785 {57785} 10820 1 +57786 {57786} 10581 1 +57787 {57787} 2155 1 +57788 {57788} 7382 1 +57789 {57789} 2433 1 +57790 {57790} 2790 1 +57791 {57791} 14101 1 +57792 {57792} 1237 1 +57793 {57793} 1471 1 +57794 {57794} 1809 1 +57795 {57795} 9212 1 +57796 {57796} 2591 1 +57797 {57797} 12203 1 +57798 {57798} 3232 1 +57799 {57799} 3782 1 +57800 {57800} 699 1 +57801 {57801} 2468 1 +57802 {57802} 9503 1 +57803 {57803} 2287 1 +57804 {57804} 1987 1 +57805 {57805} 10084 1 +57806 {57806} 5291 1 +57807 {57807} 12132 1 +57808 {57808} 3572 1 +57809 {57809} 7266 1 +57810 {57810} 2303 1 +57811 {57811} 2494 1 +57812 {57812} 2087 1 +57813 {57813} 3399 1 +57814 {57814} 1654 1 +57815 {57815} 2858 1 +57816 {57816} 1609 1 +57817 {57817} 12123 1 +57818 {57818} 10678 1 +57819 {57819} 10626 1 +57820 {57820} 12493 1 +57821 {57821} 12262 1 +57822 {57822} 2378 1 +57823 {57823} 1538 1 +57824 {57824} 10703 1 +57825 {57825} 2907 1 +57826 {57826} 5335 1 +57827 {57827} 7572 1 +57828 {57828} 12455 1 +57829 {57829} 2238 1 +57830 {57830} 15811 1 +57831 {57831} 3007 1 +57832 {57832} 2733 1 +57833 {57833} 10354 1 +57834 {57834} 2064 1 +57835 {57835} 1719 1 +57836 {57836} 3000 1 +57837 {57837} 12352 1 +57838 {57838} 3602 1 +57839 {57839} 1514 1 +57840 {57840} 1859 1 +57841 {57841} 1824 1 +57842 {57842} 1756 1 +57843 {57843} 1296 1 +57844 {57844} 10757 1 +57845 {57845} 10419 1 +57846 {57846} 2088 1 +57847 {57847} 2972 1 +57848 {57848} 2619 1 +57849 {57849} 9555 1 +57850 {57850} 2284 1 +57851 {57851} 1384 1 +57852 {57852} 13857 1 +57853 {57853} 11006 1 +57854 {57854} 5588 1 +57855 {57855} 2195 1 +57856 {57856} 1903 1 +57857 {57857} 10809 1 +57858 {57858} 5279 1 +57859 {57859} 1889 1 +57860 {57860} 1340 1 +57861 {57861} 2420 1 +57862 {57862} 6869 1 +57863 {57863} 8327 1 +57864 {57864} 8626 1 +57865 {57865} 2125 1 +57866 {57866} 2304 1 +57867 {57867} 1541 1 +57868 {57868} 2194 1 +57869 {57869} 10031 1 +57870 {57870} 3314 1 +57871 {57871} 10650 1 +57872 {57872} 11633 1 +57873 {57873} 15512 1 +57874 {57874} 11844 1 +57875 {57875} 2840 1 +57876 {57876} 11688 1 +57877 {57877} 3137 1 +57878 {57878} 2779 1 +57879 {57879} 1380 1 +57880 {57880} 11262 1 +57881 {57881} 11123 1 +57882 {57882} 1404 1 +57883 {57883} 11319 1 +57884 {57884} 2197 1 +57885 {57885} 10014 1 +57886 {57886} 2156 1 +57887 {57887} 8726 1 +57888 {57888} 2232 1 +57889 {57889} 9700 1 +57890 {57890} 7833 1 +57891 {57891} 2129 1 +57892 {57892} 1471 1 +57893 {57893} 1352 1 +57894 {57894} 9540 1 +57895 {57895} 10938 1 +57896 {57896} 2401 1 +57897 {57897} 2503 1 +57898 {57898} 3238 1 +57899 {57899} 11234 1 +57900 {57900} 12831 1 +57901 {57901} 12567 1 +57902 {57902} 2400 1 +57903 {57903} 2128 1 +57904 {57904} 1850 1 +57905 {57905} 1416 1 +57906 {57906} 2461 1 +57907 {57907} 2251 1 +57908 {57908} 12287 1 +57909 {57909} 2869 1 +57910 {57910} 2770 1 +57911 {57911} 3000 1 +57912 {57912} 3095 1 +57913 {57913} 2975 1 +57914 {57914} 2787 1 +57915 {57915} 16299 1 +57916 {57916} 5568 1 +57917 {57917} 12003 1 +57918 {57918} 2327 1 +57919 {57919} 2972 1 +57920 {57920} 8761 1 +57921 {57921} 10593 1 +57922 {57922} 2402 1 +57923 {57923} 2668 1 +57924 {57924} 9539 1 +57925 {57925} 11659 1 +57926 {57926} 1221 1 +57927 {57927} 6527 1 +57928 {57928} 2469 1 +57929 {57929} 9856 1 +57930 {57930} 4634 1 +57931 {57931} 9467 1 +57932 {57932} 3046 1 +57933 {57933} 2706 1 +57934 {57934} 10388 1 +57935 {57935} 2518 1 +57936 {57936} 9605 1 +57937 {57937} 2738 1 +57938 {57938} 10024 1 +57939 {57939} 2633 1 +57940 {57940} 3011 1 +57941 {57941} 1856 1 +57942 {57942} 11453 1 +57943 {57943} 1670 1 +57944 {57944} 2864 1 +57945 {57945} 1756 1 +57946 {57946} 2118 1 +57947 {57947} 11798 1 +57948 {57948} 9070 1 +57949 {57949} 1735 1 +57950 {57950} 8594 1 +57951 {57951} 2469 1 +57952 {57952} 2497 1 +57953 {57953} 9432 1 +57954 {57954} 10454 1 +57955 {57955} 1337 1 +57956 {57956} 2569 1 +57957 {57957} 10139 1 +57958 {57958} 2335 1 +57959 {57959} 3135 1 +57960 {57960} 10585 1 +57961 {57961} 9243 1 +57962 {57962} 13178 1 +57963 {57963} 9406 1 +57964 {57964} 12040 1 +57965 {57965} 2065 1 +57966 {57966} 8729 1 +57967 {57967} 9808 1 +57968 {57968} 2843 1 +57969 {57969} 9319 1 +57970 {57970} 6650 1 +57971 {57971} 2824 1 +57972 {57972} 3750 1 +57973 {57973} 12174 1 +57974 {57974} 10760 1 +57975 {57975} 10797 1 +57976 {57976} 9340 1 +57977 {57977} 11720 1 +57978 {57978} 11489 1 +57979 {57979} 2364 1 +57980 {57980} 1578 1 +57981 {57981} 10895 1 +57982 {57982} 8816 1 +57983 {57983} 995 1 +57984 {57984} 3077 1 +57985 {57985} 2094 1 +57986 {57986} 1848 1 +57987 {57987} 12264 1 +57988 {57988} 11573 1 +57989 {57989} 12307 1 +57990 {57990} 2442 1 +57991 {57991} 15415 1 +57992 {57992} 2734 1 +57993 {57993} 10310 1 +57994 {57994} 9561 1 +57995 {57995} 2531 1 +57996 {57996} 2844 1 +57997 {57997} 11554 1 +57998 {57998} 2083 1 +57999 {57999} 9299 1 +58000 {58000} 9042 1 +58001 {58001} 14933 1 +58002 {58002} 10078 1 +58003 {58003} 7503 1 +58004 {58004} 9648 1 +58005 {58005} 1848 1 +58006 {58006} 10225 1 +58007 {58007} 14442 1 +58008 {58008} 11019 1 +58009 {58009} 1552 1 +58010 {58010} 1953 1 +58011 {58011} 10514 1 +58012 {58012} 11242 1 +58013 {58013} 2400 1 +58014 {58014} 9459 1 +58015 {58015} 3111 1 +58016 {58016} 2265 1 +58017 {58017} 6371 1 +58018 {58018} 1394 1 +58019 {58019} 8625 1 +58020 {58020} 1648 1 +58021 {58021} 9862 1 +58022 {58022} 2301 1 +58023 {58023} 9070 1 +58024 {58024} 2134 1 +58025 {58025} 2402 1 +58026 {58026} 11127 1 +58027 {58027} 8682 1 +58028 {58028} 1683 1 +58029 {58029} 9205 1 +58030 {58030} 3077 1 +58031 {58031} 3106 1 +58032 {58032} 10761 1 +58033 {58033} 1602 1 +58034 {58034} 2516 1 +58035 {58035} 9762 1 +58036 {58036} 11299 1 +58037 {58037} 10773 1 +58038 {58038} 1909 1 +58039 {58039} 9682 1 +58040 {58040} 9762 1 +58041 {58041} 3718 1 +58042 {58042} 5792 1 +58043 {58043} 2574 1 +58044 {58044} 1957 1 +58045 {58045} 6901 1 +58046 {58046} 1804 1 +58047 {58047} 15458 1 +58048 {58048} 7682 1 +58049 {58049} 2919 1 +58050 {58050} 1234 1 +58051 {58051} 3075 1 +58052 {58052} 2907 1 +58053 {58053} 9583 1 +58054 {58054} 9515 1 +58055 {58055} 2492 1 +58056 {58056} 3661 1 +58057 {58057} 10627 1 +58058 {58058} 2774 1 +58059 {58059} 12038 1 +58060 {58060} 9736 1 +58061 {58061} 1950 1 +58062 {58062} 2298 1 +58063 {58063} 14415 1 +58064 {58064} 1612 1 +58065 {58065} 9777 1 +58066 {58066} 9458 1 +58067 {58067} 2448 1 +58068 {58068} 12249 1 +58069 {58069} 2971 1 +58070 {58070} 2434 1 +58071 {58071} 14637 1 +58072 {58072} 9206 1 +58073 {58073} 2088 1 +58074 {58074} 2504 1 +58075 {58075} 10623 1 +58076 {58076} 9776 1 +58077 {58077} 10782 1 +58078 {58078} 10218 1 +58079 {58079} 9759 1 +58080 {58080} 1130 1 +58081 {58081} 10396 1 +58082 {58082} 1824 1 +58083 {58083} 2899 1 +58084 {58084} 1530 1 +58085 {58085} 9327 1 +58086 {58086} 12087 1 +58087 {58087} 13562 1 +58088 {58088} 12237 1 +58089 {58089} 10018 1 +58090 {58090} 14294 1 +58091 {58091} 2295 1 +58092 {58092} 3462 1 +58093 {58093} 11089 1 +58094 {58094} 1437 1 +58095 {58095} 2971 1 +58096 {58096} 2126 1 +58097 {58097} 9345 1 +58098 {58098} 2532 1 +58099 {58099} 11133 1 +58100 {58100} 10621 1 +58101 {58101} 3321 1 +58102 {58102} 2468 1 +58103 {58103} 11446 1 +58104 {58104} 11401 1 +58105 {58105} 2424 1 +58106 {58106} 10495 1 +58107 {58107} 3237 1 +58108 {58108} 11120 1 +58109 {58109} 1628 1 +58110 {58110} 14113 1 +58111 {58111} 2129 1 +58112 {58112} 13677 1 +58113 {58113} 3363 1 +58114 {58114} 10258 1 +58115 {58115} 10126 1 +58116 {58116} 11456 1 +58117 {58117} 1965 1 +58118 {58118} 10241 1 +58119 {58119} 9229 1 +58120 {58120} 10815 1 +58121 {58121} 1873 1 +58122 {58122} 2508 1 +58123 {58123} 1827 1 +58124 {58124} 9137 1 +58125 {58125} 2838 1 +58126 {58126} 13568 1 +58127 {58127} 2843 1 +58128 {58128} 1960 1 +58129 {58129} 13606 1 +58130 {58130} 1978 1 +58131 {58131} 11846 1 +58132 {58132} 2743 1 +58133 {58133} 1248 1 +58134 {58134} 15056 1 +58135 {58135} 1569 1 +58136 {58136} 10641 1 +58137 {58137} 353 1 +58138 {58138} 2135 1 +58139 {58139} 10358 1 +58140 {58140} 10261 1 +58141 {58141} 8999 1 +58142 {58142} 10797 1 +58143 {58143} 5251 1 +58144 {58144} 1105 1 +58145 {58145} 13811 1 +58146 {58146} 1930 1 +58147 {58147} 6087 1 +58148 {58148} 16459 1 +58149 {58149} 10316 1 +58150 {58150} 2753 1 +58151 {58151} 9183 1 +58152 {58152} 6342 1 +58153 {58153} 10488 1 +58154 {58154} 7983 1 +58155 {58155} 10245 1 +58156 {58156} 3975 1 +58157 {58157} 2439 1 +58158 {58158} 9205 1 +58159 {58159} 9981 1 +58160 {58160} 969 1 +58161 {58161} 12289 1 +58162 {58162} 9323 1 +58163 {58163} 2234 1 +58164 {58164} 1517 1 +58165 {58165} 1166 1 +58166 {58166} 2141 1 +58167 {58167} 3754 1 +58168 {58168} 10828 1 +58169 {58169} 4086 1 +58170 {58170} 10746 1 +58171 {58171} 11703 1 +58172 {58172} 1976 1 +58173 {58173} 3430 1 +58174 {58174} 2638 1 +58175 {58175} 2995 1 +58176 {58176} 1397 1 +58177 {58177} 9094 1 +58178 {58178} 1538 1 +58179 {58179} 1445 1 +58180 {58180} 1983 1 +58181 {58181} 10978 1 +58182 {58182} 2504 1 +58183 {58183} 10567 1 +58184 {58184} 10329 1 +58185 {58185} 10231 1 +58186 {58186} 9898 1 +58187 {58187} 2604 1 +58188 {58188} 2531 1 +58189 {58189} 8435 1 +58190 {58190} 10518 1 +58191 {58191} 2091 1 +58192 {58192} 2231 1 +58193 {58193} 1755 1 +58194 {58194} 15201 1 +58195 {58195} 9371 1 +58196 {58196} 10804 1 +58197 {58197} 1386 1 +58198 {58198} 10068 1 +58199 {58199} 1550 1 +58200 {58200} 11441 1 +58201 {58201} 12450 1 +58202 {58202} 9803 1 +58203 {58203} 1087 1 +58204 {58204} 2624 1 +58205 {58205} 12184 1 +58206 {58206} 9832 1 +58207 {58207} 1744 1 +58208 {58208} 8972 1 +58209 {58209} 2622 1 +58210 {58210} 10669 1 +58211 {58211} 2160 1 +58212 {58212} 2107 1 +58213 {58213} 2056 1 +58214 {58214} 1293 1 +58215 {58215} 905 1 +58216 {58216} 2831 1 +58217 {58217} 2130 1 +58218 {58218} 2643 1 +58219 {58219} 1956 1 +58220 {58220} 9917 1 +58221 {58221} 2098 1 +58222 {58222} 2230 1 +58223 {58223} 10786 1 +58224 {58224} 9922 1 +58225 {58225} 2487 1 +58226 {58226} 11863 1 +58227 {58227} 1539 1 +58228 {58228} 10709 1 +58229 {58229} 2061 1 +58230 {58230} 2534 1 +58231 {58231} 9831 1 +58232 {58232} 2055 1 +58233 {58233} 13081 1 +58234 {58234} 9449 1 +58235 {58235} 9952 1 +58236 {58236} 2673 1 +58237 {58237} 2591 1 +58238 {58238} 2633 1 +58239 {58239} 11268 1 +58240 {58240} 2028 1 +58241 {58241} 3094 1 +58242 {58242} 10407 1 +58243 {58243} 1756 1 +58244 {58244} 12655 1 +58245 {58245} 2166 1 +58246 {58246} 9149 1 +58247 {58247} 1861 1 +58248 {58248} 10057 1 +58249 {58249} 2470 1 +58250 {58250} 1245 1 +58251 {58251} 2367 1 +58252 {58252} 2461 1 +58253 {58253} 1643 1 +58254 {58254} 12899 1 +58255 {58255} 10071 1 +58256 {58256} 9261 1 +58257 {58257} 10809 1 +58258 {58258} 9222 1 +58259 {58259} 9930 1 +58260 {58260} 2264 1 +58261 {58261} 1675 1 +58262 {58262} 2423 1 +58263 {58263} 1612 1 +58264 {58264} 13263 1 +58265 {58265} 2098 1 +58266 {58266} 9739 1 +58267 {58267} 12384 1 +58268 {58268} 3040 1 +58269 {58269} 9468 1 +58270 {58270} 2235 1 +58271 {58271} 2528 1 +58272 {58272} 3077 1 +58273 {58273} 11061 1 +58274 {58274} 3152 1 +58275 {58275} 2244 1 +58276 {58276} 5180 1 +58277 {58277} 4200 1 +58278 {58278} 10182 1 +58279 {58279} 10808 1 +58280 {58280} 2705 1 +58281 {58281} 15632 1 +58282 {58282} 7058 1 +58283 {58283} 814 1 +58284 {58284} 1561 1 +58285 {58285} 1603 1 +58286 {58286} 10048 1 +58287 {58287} 12874 1 +58288 {58288} 7033 1 +58289 {58289} 11582 1 +58290 {58290} 839 1 +58291 {58291} 1660 1 +58292 {58292} 1026 1 +58293 {58293} 2156 1 +58294 {58294} 4969 1 +58295 {58295} 3040 1 +58296 {58296} 3633 1 +58297 {58297} 11144 1 +58298 {58298} 2424 1 +58299 {58299} 1409 1 +58300 {58300} 1989 1 +58301 {58301} 9747 1 +58302 {58302} 1586 1 +58303 {58303} 10525 1 +58304 {58304} 11216 1 +58305 {58305} 2250 1 +58306 {58306} 2605 1 +58307 {58307} 1375 1 +58308 {58308} 1927 1 +58309 {58309} 1534 1 +58310 {58310} 1618 1 +58311 {58311} 10701 1 +58312 {58312} 10479 1 +58313 {58313} 2135 1 +58314 {58314} 10646 1 +58315 {58315} 2791 1 +58316 {58316} 1748 1 +58317 {58317} 12324 1 +58318 {58318} 16472 1 +58319 {58319} 10162 1 +58320 {58320} 11312 1 +58321 {58321} 2420 1 +58322 {58322} 1647 1 +58323 {58323} 3248 1 +58324 {58324} 9954 1 +58325 {58325} 1817 1 +58326 {58326} 9070 1 +58327 {58327} 2435 1 +58328 {58328} 10628 1 +58329 {58329} 2193 1 +58330 {58330} 11076 1 +58331 {58331} 10565 1 +58332 {58332} 1057 1 +58333 {58333} 3042 1 +58334 {58334} 467 1 +58335 {58335} 9442 1 +58336 {58336} 1385 1 +58337 {58337} 2587 1 +58338 {58338} 11885 1 +58339 {58339} 2606 1 +58340 {58340} 1201 1 +58341 {58341} 1722 1 +58342 {58342} 2233 1 +58343 {58343} 1745 1 +58344 {58344} 2390 1 +58345 {58345} 2775 1 +58346 {58346} 12089 1 +58347 {58347} 1062 1 +58348 {58348} 3412 1 +58349 {58349} 12078 1 +58350 {58350} 10479 1 +58351 {58351} 3102 1 +58352 {58352} 4264 1 +58353 {58353} 12759 1 +58354 {58354} 1764 1 +58355 {58355} 3439 1 +58356 {58356} 2133 1 +58357 {58357} 11347 1 +58358 {58358} 2128 1 +58359 {58359} 6568 1 +58360 {58360} 3161 1 +58361 {58361} 6853 1 +58362 {58362} 1639 1 +58363 {58363} 3505 1 +58364 {58364} 1580 1 +58365 {58365} 9702 1 +58366 {58366} 9446 1 +58367 {58367} 2974 1 +58368 {58368} 10942 1 +58369 {58369} 7787 1 +58370 {58370} 13066 1 +58371 {58371} 1447 1 +58372 {58372} 2165 1 +58373 {58373} 10886 1 +58374 {58374} 861 1 +58375 {58375} 10635 1 +58376 {58376} 1848 1 +58377 {58377} 16424 1 +58378 {58378} 8224 1 +58379 {58379} 2034 1 +58380 {58380} 1916 1 +58381 {58381} 10059 1 +58382 {58382} 11447 1 +58383 {58383} 1173 1 +58384 {58384} 9069 1 +58385 {58385} 2313 1 +58386 {58386} 2481 1 +58387 {58387} 2737 1 +58388 {58388} 2267 1 +58389 {58389} 11142 1 +58390 {58390} 10311 1 +58391 {58391} 11164 1 +58392 {58392} 9739 1 +58393 {58393} 11336 1 +58394 {58394} 1877 1 +58395 {58395} 9428 1 +58396 {58396} 11168 1 +58397 {58397} 9222 1 +58398 {58398} 2390 1 +58399 {58399} 10752 1 +58400 {58400} 11075 1 +58401 {58401} 1309 1 +58402 {58402} 9243 1 +58403 {58403} 10668 1 +58404 {58404} 2639 1 +58405 {58405} 2121 1 +58406 {58406} 10631 1 +58407 {58407} 10636 1 +58408 {58408} 6536 1 +58409 {58409} 10605 1 +58410 {58410} 1707 1 +58411 {58411} 2329 1 +58412 {58412} 3013 1 +58413 {58413} 2909 1 +58414 {58414} 2400 1 +58415 {58415} 6082 1 +58416 {58416} 9767 1 +58417 {58417} 2227 1 +58418 {58418} 1903 1 +58419 {58419} 1910 1 +58420 {58420} 1678 1 +58421 {58421} 11357 1 +58422 {58422} 11268 1 +58423 {58423} 10612 1 +58424 {58424} 9530 1 +58425 {58425} 2535 1 +58426 {58426} 11034 1 +58427 {58427} 9135 1 +58428 {58428} 2230 1 +58429 {58429} 2184 1 +58430 {58430} 14599 1 +58431 {58431} 1647 1 +58432 {58432} 10264 1 +58433 {58433} 2215 1 +58434 {58434} 11471 1 +58435 {58435} 2740 1 +58436 {58436} 2861 1 +58437 {58437} 2507 1 +58438 {58438} 2569 1 +58439 {58439} 3010 1 +58440 {58440} 8998 1 +58441 {58441} 1417 1 +58442 {58442} 8932 1 +58443 {58443} 7109 1 +58444 {58444} 11164 1 +58445 {58445} 13594 1 +58446 {58446} 7635 1 +58447 {58447} 15970 1 +58448 {58448} 9658 1 +58449 {58449} 11743 1 +58450 {58450} 15348 1 +58451 {58451} 2501 1 +58452 {58452} 2602 1 +58453 {58453} 3214 1 +58454 {58454} 9675 1 +58455 {58455} 10993 1 +58456 {58456} 2007 1 +58457 {58457} 12217 1 +58458 {58458} 11752 1 +58459 {58459} 8599 1 +58460 {58460} 1116 1 +58461 {58461} 761 1 +58462 {58462} 8549 1 +58463 {58463} 2660 1 +58464 {58464} 3347 1 +58465 {58465} 1717 1 +58466 {58466} 10503 1 +58467 {58467} 12805 1 +58468 {58468} 9366 1 +58469 {58469} 703 1 +58470 {58470} 1937 1 +58471 {58471} 10340 1 +58472 {58472} 2797 1 +58473 {58473} 2974 1 +58474 {58474} 5805 1 +58475 {58475} 8712 1 +58476 {58476} 1138 1 +58477 {58477} 10544 1 +58478 {58478} 3126 1 +58479 {58479} 2991 1 +58480 {58480} 2811 1 +58481 {58481} 10761 1 +58482 {58482} 5168 1 +58483 {58483} 3000 1 +58484 {58484} 8640 1 +58485 {58485} 5689 1 +58486 {58486} 2770 1 +58487 {58487} 11060 1 +58488 {58488} 10993 1 +58489 {58489} 10048 1 +58490 {58490} 10436 1 +58491 {58491} 9438 1 +58492 {58492} 10378 1 +58493 {58493} 5441 1 +58494 {58494} 9782 1 +58495 {58495} 3525 1 +58496 {58496} 10660 1 +58497 {58497} 1614 1 +58498 {58498} 794 1 +58499 {58499} 2851 1 +58500 {58500} 2331 1 +58501 {58501} 6940 1 +58502 {58502} 9372 1 +58503 {58503} 10132 1 +58504 {58504} 7727 1 +58505 {58505} 658 1 +58506 {58506} 15395 1 +58507 {58507} 2094 1 +58508 {58508} 422 1 +58509 {58509} 1578 1 +58510 {58510} 2185 1 +58511 {58511} 2535 1 +58512 {58512} 10437 1 +58513 {58513} 9940 1 +58514 {58514} 1824 1 +58515 {58515} 9469 1 +58516 {58516} 12493 1 +58517 {58517} 2492 1 +58518 {58518} 9132 1 +58519 {58519} 1583 1 +58520 {58520} 14306 1 +58521 {58521} 3372 1 +58522 {58522} 2531 1 +58523 {58523} 1825 1 +58524 {58524} 10321 1 +58525 {58525} 10601 1 +58526 {58526} 9117 1 +58527 {58527} 7996 1 +58528 {58528} 10655 1 +58529 {58529} 2129 1 +58530 {58530} 2614 1 +58531 {58531} 11216 1 +58532 {58532} 11470 1 +58533 {58533} 2143 1 +58534 {58534} 3004 1 +58535 {58535} 9584 1 +58536 {58536} 11078 1 +58537 {58537} 1169 1 +58538 {58538} 10026 1 +58539 {58539} 2794 1 +58540 {58540} 3013 1 +58541 {58541} 9867 1 +58542 {58542} 9077 1 +58543 {58543} 2571 1 +58544 {58544} 11474 1 +58545 {58545} 1271 1 +58546 {58546} 1206 1 +58547 {58547} 2684 1 +58548 {58548} 9687 1 +58549 {58549} 9911 1 +58550 {58550} 821 1 +58551 {58551} 12277 1 +58552 {58552} 2668 1 +58553 {58553} 1707 1 +58554 {58554} 2803 1 +58555 {58555} 11560 1 +58556 {58556} 16462 1 +58557 {58557} 2555 1 +58558 {58558} 1903 1 +58559 {58559} 2908 1 +58560 {58560} 3213 1 +58561 {58561} 2229 1 +58562 {58562} 3542 1 +58563 {58563} 5827 1 +58564 {58564} 2765 1 +58565 {58565} 10375 1 +58566 {58566} 9682 1 +58567 {58567} 3345 1 +58568 {58568} 10841 1 +58569 {58569} 2839 1 +58570 {58570} 2906 1 +58571 {58571} 2380 1 +58572 {58572} 2397 1 +58573 {58573} 8582 1 +58574 {58574} 2335 1 +58575 {58575} 11148 1 +58576 {58576} 10375 1 +58577 {58577} 2450 1 +58578 {58578} 1704 1 +58579 {58579} 2663 1 +58580 {58580} 14269 1 +58581 {58581} 9684 1 +58582 {58582} 13895 1 +58583 {58583} 9989 1 +58584 {58584} 9144 1 +58585 {58585} 2699 1 +58586 {58586} 8520 1 +58587 {58587} 1993 1 +58588 {58588} 10607 1 +58589 {58589} 10948 1 +58590 {58590} 11518 1 +58591 {58591} 9154 1 +58592 {58592} 13340 1 +58593 {58593} 2044 1 +58594 {58594} 9817 1 +58595 {58595} 2874 1 +58596 {58596} 2629 1 +58597 {58597} 13567 1 +58598 {58598} 11618 1 +58599 {58599} 1988 1 +58600 {58600} 1568 1 +58601 {58601} 1169 1 +58602 {58602} 12743 1 +58603 {58603} 14263 1 +58604 {58604} 13422 1 +58605 {58605} 10750 1 +58606 {58606} 2666 1 +58607 {58607} 9410 1 +58608 {58608} 10504 1 +58609 {58609} 2854 1 +58610 {58610} 10326 1 +58611 {58611} 16377 1 +58612 {58612} 7082 1 +58613 {58613} 1988 1 +58614 {58614} 9288 1 +58615 {58615} 14962 1 +58616 {58616} 2426 1 +58617 {58617} 1873 1 +58618 {58618} 2868 1 +58619 {58619} 2161 1 +58620 {58620} 9956 1 +58621 {58621} 10316 1 +58622 {58622} 10895 1 +58623 {58623} 3057 1 +58624 {58624} 11478 1 +58625 {58625} 11890 1 +58626 {58626} 9545 1 +58627 {58627} 2726 1 +58628 {58628} 8930 1 +58629 {58629} 3105 1 +58630 {58630} 1673 1 +58631 {58631} 12676 1 +58632 {58632} 2569 1 +58633 {58633} 11499 1 +58634 {58634} 5704 1 +58635 {58635} 3208 1 +58636 {58636} 2031 1 +58637 {58637} 996 1 +58638 {58638} 2585 1 +58639 {58639} 15738 1 +58640 {58640} 1270 1 +58641 {58641} 2603 1 +58642 {58642} 9924 1 +58643 {58643} 6911 1 +58644 {58644} 11153 1 +58645 {58645} 11108 1 +58646 {58646} 2212 1 +58647 {58647} 2534 1 +58648 {58648} 2100 1 +58649 {58649} 10637 1 +58650 {58650} 3544 1 +58651 {58651} 10338 1 +58652 {58652} 8675 1 +58653 {58653} 1532 1 +58654 {58654} 10686 1 +58655 {58655} 9212 1 +58656 {58656} 2018 1 +58657 {58657} 2718 1 +58658 {58658} 2518 1 +58659 {58659} 1860 1 +58660 {58660} 11640 1 +58661 {58661} 10941 1 +58662 {58662} 2117 1 +58663 {58663} 2249 1 +58664 {58664} 3376 1 +58665 {58665} 11455 1 +58666 {58666} 14672 1 +58667 {58667} 2433 1 +58668 {58668} 2907 1 +58669 {58669} 9989 1 +58670 {58670} 2619 1 +58671 {58671} 2245 1 +58672 {58672} 12721 1 +58673 {58673} 1546 1 +58674 {58674} 3570 1 +58675 {58675} 10109 1 +58676 {58676} 2944 1 +58677 {58677} 11086 1 +58678 {58678} 10121 1 +58679 {58679} 11306 1 +58680 {58680} 1950 1 +58681 {58681} 9829 1 +58682 {58682} 11379 1 +58683 {58683} 2690 1 +58684 {58684} 1885 1 +58685 {58685} 2042 1 +58686 {58686} 11019 1 +58687 {58687} 11169 1 +58688 {58688} 3130 1 +58689 {58689} 10344 1 +58690 {58690} 3019 1 +58691 {58691} 2585 1 +58692 {58692} 2462 1 +58693 {58693} 10065 1 +58694 {58694} 9844 1 +58695 {58695} 10271 1 +58696 {58696} 8407 1 +58697 {58697} 9768 1 +58698 {58698} 9531 1 +58699 {58699} 3414 1 +58700 {58700} 2092 1 +58701 {58701} 14590 1 +58702 {58702} 1698 1 +58703 {58703} 11389 1 +58704 {58704} 10846 1 +58705 {58705} 14948 1 +58706 {58706} 12770 1 +58707 {58707} 10264 1 +58708 {58708} 4695 1 +58709 {58709} 10130 1 +58710 {58710} 6928 1 +58711 {58711} 11168 1 +58712 {58712} 5748 1 +58713 {58713} 2494 1 +58714 {58714} 1886 1 +58715 {58715} 2803 1 +58716 {58716} 2621 1 +58717 {58717} 8427 1 +58718 {58718} 3172 1 +58719 {58719} 11422 1 +58720 {58720} 9826 1 +58721 {58721} 3543 1 +58722 {58722} 9408 1 +58723 {58723} 2975 1 +58724 {58724} 2364 1 +58725 {58725} 2302 1 +58726 {58726} 11722 1 +58727 {58727} 9919 1 +58728 {58728} 1581 1 +58729 {58729} 1087 1 +58730 {58730} 1794 1 +58731 {58731} 5670 1 +58732 {58732} 3315 1 +58733 {58733} 2693 1 +58734 {58734} 2464 1 +58735 {58735} 7959 1 +58736 {58736} 15343 1 +58737 {58737} 6102 1 +58738 {58738} 2450 1 +58739 {58739} 2801 1 +58740 {58740} 3164 1 +58741 {58741} 13300 1 +58742 {58742} 3528 1 +58743 {58743} 2019 1 +58744 {58744} 3135 1 +58745 {58745} 11104 1 +58746 {58746} 1842 1 +58747 {58747} 2835 1 +58748 {58748} 2356 1 +58749 {58749} 10346 1 +58750 {58750} 10671 1 +58751 {58751} 9072 1 +58752 {58752} 5081 1 +58753 {58753} 15974 1 +58754 {58754} 2666 1 +58755 {58755} 8999 1 +58756 {58756} 7222 1 +58757 {58757} 9856 1 +58758 {58758} 9803 1 +58759 {58759} 2736 1 +58760 {58760} 9362 1 +58761 {58761} 11644 1 +58762 {58762} 10637 1 +58763 {58763} 9701 1 +58764 {58764} 10462 1 +58765 {58765} 1537 1 +58766 {58766} 1375 1 +58767 {58767} 4568 1 +58768 {58768} 10359 1 +58769 {58769} 10358 1 +58770 {58770} 2410 1 +58771 {58771} 3082 1 +58772 {58772} 1748 1 +58773 {58773} 2423 1 +58774 {58774} 10218 1 +58775 {58775} 10934 1 +58776 {58776} 10165 1 +58777 {58777} 2899 1 +58778 {58778} 9528 1 +58779 {58779} 9435 1 +58780 {58780} 567 1 +58781 {58781} 10008 1 +58782 {58782} 1416 1 +58783 {58783} 2824 1 +58784 {58784} 8957 1 +58785 {58785} 563 1 +58786 {58786} 1782 1 +58787 {58787} 10074 1 +58788 {58788} 4236 1 +58789 {58789} 1208 1 +58790 {58790} 2315 1 +58791 {58791} 10022 1 +58792 {58792} 8831 1 +58793 {58793} 10436 1 +58794 {58794} 10606 1 +58795 {58795} 2367 1 +58796 {58796} 8854 1 +58797 {58797} 4862 1 +58798 {58798} 9985 1 +58799 {58799} 15401 1 +58800 {58800} 14284 1 +58801 {58801} 1918 1 +58802 {58802} 11098 1 +58803 {58803} 9723 1 +58804 {58804} 11503 1 +58805 {58805} 1891 1 +58806 {58806} 3401 1 +58807 {58807} 1754 1 +58808 {58808} 9843 1 +58809 {58809} 10449 1 +58810 {58810} 2797 1 +58811 {58811} 1986 1 +58812 {58812} 14122 1 +58813 {58813} 9273 1 +58814 {58814} 9286 1 +58815 {58815} 15555 1 +58816 {58816} 2906 1 +58817 {58817} 11268 1 +58818 {58818} 7959 1 +58819 {58819} 10626 1 +58820 {58820} 7922 1 +58821 {58821} 11992 1 +58822 {58822} 10574 1 +58823 {58823} 10025 1 +58824 {58824} 8095 1 +58825 {58825} 2502 1 +58826 {58826} 3244 1 +58827 {58827} 1318 1 +58828 {58828} 2604 1 +58829 {58829} 2192 1 +58830 {58830} 9518 1 +58831 {58831} 2602 1 +58832 {58832} 9218 1 +58833 {58833} 1546 1 +58834 {58834} 2934 1 +58835 {58835} 1334 1 +58836 {58836} 2803 1 +58837 {58837} 1028 1 +58838 {58838} 1590 1 +58839 {58839} 2302 1 +58840 {58840} 9937 1 +58841 {58841} 11243 1 +58842 {58842} 3339 1 +58843 {58843} 2090 1 +58844 {58844} 10653 1 +58845 {58845} 853 1 +58846 {58846} 10927 1 +58847 {58847} 12047 1 +58848 {58848} 1662 1 +58849 {58849} 1947 1 +58850 {58850} 10507 1 +58851 {58851} 1484 1 +58852 {58852} 1784 1 +58853 {58853} 2028 1 +58854 {58854} 1884 1 +58855 {58855} 2565 1 +58856 {58856} 1513 1 +58857 {58857} 1710 1 +58858 {58858} 1895 1 +58859 {58859} 314 1 +58860 {58860} 5913 1 +58861 {58861} 9965 1 +58862 {58862} 8195 1 +58863 {58863} 2469 1 +58864 {58864} 10705 1 +58865 {58865} 2942 1 +58866 {58866} 9738 1 +58867 {58867} 1745 1 +58868 {58868} 1673 1 +58869 {58869} 2040 1 +58870 {58870} 12043 1 +58871 {58871} 7603 1 +58872 {58872} 2268 1 +58873 {58873} 3207 1 +58874 {58874} 2734 1 +58875 {58875} 2390 1 +58876 {58876} 2777 1 +58877 {58877} 4810 1 +58878 {58878} 3072 1 +58879 {58879} 8742 1 +58880 {58880} 2745 1 +58881 {58881} 11250 1 +58882 {58882} 2176 1 +58883 {58883} 16620 1 +58884 {58884} 10895 1 +58885 {58885} 3104 1 +58886 {58886} 3237 1 +58887 {58887} 8784 1 +58888 {58888} 1303 1 +58889 {58889} 11789 1 +58890 {58890} 3179 1 +58891 {58891} 13572 1 +58892 {58892} 8445 1 +58893 {58893} 10318 1 +58894 {58894} 2962 1 +58895 {58895} 10352 1 +58896 {58896} 10897 1 +58897 {58897} 6237 1 +58898 {58898} 9835 1 +58899 {58899} 11510 1 +58900 {58900} 2897 1 +58901 {58901} 1581 1 +58902 {58902} 1885 1 +58903 {58903} 3042 1 +58904 {58904} 3890 1 +58905 {58905} 2661 1 +58906 {58906} 9729 1 +58907 {58907} 9735 1 +58908 {58908} 2282 1 +58909 {58909} 1273 1 +58910 {58910} 10380 1 +58911 {58911} 4724 1 +58912 {58912} 10581 1 +58913 {58913} 11000 1 +58914 {58914} 762 1 +58915 {58915} 3137 1 +58916 {58916} 10514 1 +58917 {58917} 3331 1 +58918 {58918} 11244 1 +58919 {58919} 10509 1 +58920 {58920} 8404 1 +58921 {58921} 10348 1 +58922 {58922} 11123 1 +58923 {58923} 2019 1 +58924 {58924} 2334 1 +58925 {58925} 8298 1 +58926 {58926} 1960 1 +58927 {58927} 6025 1 +58928 {58928} 3251 1 +58929 {58929} 1775 1 +58930 {58930} 2376 1 +58931 {58931} 2644 1 +58932 {58932} 6604 1 +58933 {58933} 10160 1 +58934 {58934} 11095 1 +58935 {58935} 9950 1 +58936 {58936} 1856 1 +58937 {58937} 9592 1 +58938 {58938} 6987 1 +58939 {58939} 1753 1 +58940 {58940} 9142 1 +58941 {58941} 9985 1 +58942 {58942} 8867 1 +58943 {58943} 2298 1 +58944 {58944} 9780 1 +58945 {58945} 12118 1 +58946 {58946} 1670 1 +58947 {58947} 2392 1 +58948 {58948} 1611 1 +58949 {58949} 2003 1 +58950 {58950} 8886 1 +58951 {58951} 3056 1 +58952 {58952} 10449 1 +58953 {58953} 2934 1 +58954 {58954} 3099 1 +58955 {58955} 10163 1 +58956 {58956} 3139 1 +58957 {58957} 8532 1 +58958 {58958} 1947 1 +58959 {58959} 9257 1 +58960 {58960} 2442 1 +58961 {58961} 2238 1 +58962 {58962} 6793 1 +58963 {58963} 9223 1 +58964 {58964} 10539 1 +58965 {58965} 10678 1 +58966 {58966} 2700 1 +58967 {58967} 2099 1 +58968 {58968} 3111 1 +58969 {58969} 1641 1 +58970 {58970} 10130 1 +58971 {58971} 10510 1 +58972 {58972} 4652 1 +58973 {58973} 2498 1 +58974 {58974} 1859 1 +58975 {58975} 1787 1 +58976 {58976} 2030 1 +58977 {58977} 2081 1 +58978 {58978} 4282 1 +58979 {58979} 10310 1 +58980 {58980} 11665 1 +58981 {58981} 2745 1 +58982 {58982} 10455 1 +58983 {58983} 2024 1 +58984 {58984} 2988 1 +58985 {58985} 2125 1 +58986 {58986} 12674 1 +58987 {58987} 2260 1 +58988 {58988} 953 1 +58989 {58989} 1895 1 +58990 {58990} 2167 1 +58991 {58991} 2703 1 +58992 {58992} 8385 1 +58993 {58993} 2223 1 +58994 {58994} 2300 1 +58995 {58995} 2315 1 +58996 {58996} 1813 1 +58997 {58997} 10829 1 +58998 {58998} 1132 1 +58999 {58999} 1300 1 +59000 {59000} 1617 1 +59001 {59001} 6831 1 +59002 {59002} 4404 1 +59003 {59003} 1959 1 +59004 {59004} 2797 1 +59005 {59005} 3172 1 +59006 {59006} 10859 1 +59007 {59007} 8991 1 +59008 {59008} 10615 1 +59009 {59009} 12749 1 +59010 {59010} 2233 1 +59011 {59011} 1483 1 +59012 {59012} 3263 1 +59013 {59013} 1653 1 +59014 {59014} 10182 1 +59015 {59015} 1474 1 +59016 {59016} 12269 1 +59017 {59017} 2160 1 +59018 {59018} 1225 1 +59019 {59019} 11481 1 +59020 {59020} 10011 1 +59021 {59021} 1442 1 +59022 {59022} 8479 1 +59023 {59023} 3687 1 +59024 {59024} 1811 1 +59025 {59025} 1783 1 +59026 {59026} 2791 1 +59027 {59027} 13837 1 +59028 {59028} 2121 1 +59029 {59029} 2223 1 +59030 {59030} 10555 1 +59031 {59031} 2441 1 +59032 {59032} 1661 1 +59033 {59033} 3043 1 +59034 {59034} 2663 1 +59035 {59035} 2335 1 +59036 {59036} 2026 1 +59037 {59037} 1966 1 +59038 {59038} 9337 1 +59039 {59039} 10084 1 +59040 {59040} 2800 1 +59041 {59041} 1720 1 +59042 {59042} 2977 1 +59043 {59043} 1818 1 +59044 {59044} 8114 1 +59045 {59045} 2232 1 +59046 {59046} 2906 1 +59047 {59047} 9521 1 +59048 {59048} 2806 1 +59049 {59049} 2151 1 +59050 {59050} 1304 1 +59051 {59051} 14115 1 +59052 {59052} 10326 1 +59053 {59053} 9278 1 +59054 {59054} 2220 1 +59055 {59055} 2858 1 +59056 {59056} 9160 1 +59057 {59057} 11056 1 +59058 {59058} 992 1 +59059 {59059} 6197 1 +59060 {59060} 1815 1 +59061 {59061} 10685 1 +59062 {59062} 2480 1 +59063 {59063} 12229 1 +59064 {59064} 660 1 +59065 {59065} 11750 1 +59066 {59066} 2617 1 +59067 {59067} 10267 1 +59068 {59068} 8857 1 +59069 {59069} 1667 1 +59070 {59070} 2098 1 +59071 {59071} 10352 1 +59072 {59072} 3343 1 +59073 {59073} 15516 1 +59074 {59074} 2025 1 +59075 {59075} 1926 1 +59076 {59076} 12187 1 +59077 {59077} 15985 1 +59078 {59078} 6741 1 +59079 {59079} 1783 1 +59080 {59080} 1585 1 +59081 {59081} 10748 1 +59082 {59082} 9782 1 +59083 {59083} 14276 1 +59084 {59084} 9938 1 +59085 {59085} 11931 1 +59086 {59086} 10702 1 +59087 {59087} 10202 1 +59088 {59088} 3175 1 +59089 {59089} 1992 1 +59090 {59090} 11640 1 +59091 {59091} 10489 1 +59092 {59092} 11259 1 +59093 {59093} 10614 1 +59094 {59094} 2260 1 +59095 {59095} 2322 1 +59096 {59096} 1258 1 +59097 {59097} 1714 1 +59098 {59098} 2061 1 +59099 {59099} 1018 1 +59100 {59100} 10143 1 +59101 {59101} 888 1 +59102 {59102} 1566 1 +59103 {59103} 8744 1 +59104 {59104} 1795 1 +59105 {59105} 2423 1 +59106 {59106} 3070 1 +59107 {59107} 11750 1 +59108 {59108} 2181 1 +59109 {59109} 6590 1 +59110 {59110} 2013 1 +59111 {59111} 6951 1 +59112 {59112} 264 1 +59113 {59113} 3533 1 +59114 {59114} 1028 1 +59115 {59115} 13223 1 +59116 {59116} 9899 1 +59117 {59117} 3165 1 +59118 {59118} 9893 1 +59119 {59119} 2765 1 +59120 {59120} 2979 1 +59121 {59121} 3212 1 +59122 {59122} 11716 1 +59123 {59123} 1919 1 +59124 {59124} 9430 1 +59125 {59125} 15264 1 +59126 {59126} 2547 1 +59127 {59127} 2323 1 +59128 {59128} 1275 1 +59129 {59129} 7952 1 +59130 {59130} 9848 1 +59131 {59131} 2788 1 +59132 {59132} 2998 1 +59133 {59133} 934 1 +59134 {59134} 2598 1 +59135 {59135} 1814 1 +59136 {59136} 9519 1 +59137 {59137} 16084 1 +59138 {59138} 10289 1 +59139 {59139} 4750 1 +59140 {59140} 3432 1 +59141 {59141} 10549 1 +59142 {59142} 11487 1 +59143 {59143} 2284 1 +59144 {59144} 10839 1 +59145 {59145} 2015 1 +59146 {59146} 1165 1 +59147 {59147} 928 1 +59148 {59148} 9900 1 +59149 {59149} 12346 1 +59150 {59150} 2310 1 +59151 {59151} 1663 1 +59152 {59152} 1078 1 +59153 {59153} 2122 1 +59154 {59154} 10147 1 +59155 {59155} 8914 1 +59156 {59156} 1502 1 +59157 {59157} 1873 1 +59158 {59158} 14387 1 +59159 {59159} 3341 1 +59160 {59160} 2394 1 +59161 {59161} 3683 1 +59162 {59162} 3348 1 +59163 {59163} 2663 1 +59164 {59164} 2811 1 +59165 {59165} 13083 1 +59166 {59166} 5295 1 +59167 {59167} 2806 1 +59168 {59168} 14414 1 +59169 {59169} 3232 1 +59170 {59170} 2180 1 +59171 {59171} 16243 1 +59172 {59172} 11324 1 +59173 {59173} 12407 1 +59174 {59174} 1854 1 +59175 {59175} 1365 1 +59176 {59176} 1230 1 +59177 {59177} 12026 1 +59178 {59178} 10490 1 +59179 {59179} 10056 1 +59180 {59180} 12298 1 +59181 {59181} 11972 1 +59182 {59182} 8047 1 +59183 {59183} 1754 1 +59184 {59184} 10087 1 +59185 {59185} 9439 1 +59186 {59186} 1910 1 +59187 {59187} 9913 1 +59188 {59188} 14579 1 +59189 {59189} 10742 1 +59190 {59190} 5203 1 +59191 {59191} 11780 1 +59192 {59192} 10777 1 +59193 {59193} 16345 1 +59194 {59194} 11138 1 +59195 {59195} 2633 1 +59196 {59196} 2094 1 +59197 {59197} 3764 1 +59198 {59198} 1726 1 +59199 {59199} 1320 1 +59200 {59200} 1821 1 +59201 {59201} 8599 1 +59202 {59202} 2725 1 +59203 {59203} 2331 1 +59204 {59204} 11388 1 +59205 {59205} 2654 1 +59206 {59206} 1889 1 +59207 {59207} 8665 1 +59208 {59208} 10897 1 +59209 {59209} 3142 1 +59210 {59210} 1477 1 +59211 {59211} 10428 1 +59212 {59212} 7210 1 +59213 {59213} 2195 1 +59214 {59214} 11694 1 +59215 {59215} 2457 1 +59216 {59216} 15538 1 +59217 {59217} 1672 1 +59218 {59218} 5132 1 +59219 {59219} 1266 1 +59220 {59220} 2004 1 +59221 {59221} 1407 1 +59222 {59222} 2707 1 +59223 {59223} 10937 1 +59224 {59224} 7876 1 +59225 {59225} 2220 1 +59226 {59226} 10378 1 +59227 {59227} 11760 1 +59228 {59228} 3797 1 +59229 {59229} 1381 1 +59230 {59230} 2707 1 +59231 {59231} 2327 1 +59232 {59232} 11571 1 +59233 {59233} 2302 1 +59234 {59234} 10175 1 +59235 {59235} 2670 1 +59236 {59236} 1486 1 +59237 {59237} 9862 1 +59238 {59238} 9231 1 +59239 {59239} 1957 1 +59240 {59240} 11491 1 +59241 {59241} 11599 1 +59242 {59242} 2811 1 +59243 {59243} 10192 1 +59244 {59244} 10731 1 +59245 {59245} 1732 1 +59246 {59246} 2304 1 +59247 {59247} 2234 1 +59248 {59248} 16431 1 +59249 {59249} 10388 1 +59250 {59250} 2247 1 +59251 {59251} 10578 1 +59252 {59252} 13240 1 +59253 {59253} 2535 1 +59254 {59254} 2791 1 +59255 {59255} 8786 1 +59256 {59256} 2102 1 +59257 {59257} 8921 1 +59258 {59258} 13702 1 +59259 {59259} 6732 1 +59260 {59260} 825 1 +59261 {59261} 1877 1 +59262 {59262} 2096 1 +59263 {59263} 1683 1 +59264 {59264} 2232 1 +59265 {59265} 2417 1 +59266 {59266} 1538 1 +59267 {59267} 9039 1 +59268 {59268} 1646 1 +59269 {59269} 11246 1 +59270 {59270} 11080 1 +59271 {59271} 1686 1 +59272 {59272} 10788 1 +59273 {59273} 2496 1 +59274 {59274} 10702 1 +59275 {59275} 3629 1 +59276 {59276} 9522 1 +59277 {59277} 15649 1 +59278 {59278} 9245 1 +59279 {59279} 9102 1 +59280 {59280} 2196 1 +59281 {59281} 1584 1 +59282 {59282} 14315 1 +59283 {59283} 1671 1 +59284 {59284} 3248 1 +59285 {59285} 10497 1 +59286 {59286} 2566 1 +59287 {59287} 1890 1 +59288 {59288} 2826 1 +59289 {59289} 393 1 +59290 {59290} 10875 1 +59291 {59291} 3036 1 +59292 {59292} 10507 1 +59293 {59293} 4865 1 +59294 {59294} 1882 1 +59295 {59295} 13357 1 +59296 {59296} 10121 1 +59297 {59297} 10329 1 +59298 {59298} 1488 1 +59299 {59299} 12482 1 +59300 {59300} 1472 1 +59301 {59301} 2218 1 +59302 {59302} 1357 1 +59303 {59303} 2404 1 +59304 {59304} 798 1 +59305 {59305} 9905 1 +59306 {59306} 2550 1 +59307 {59307} 9446 1 +59308 {59308} 14367 1 +59309 {59309} 1067 1 +59310 {59310} 1750 1 +59311 {59311} 7940 1 +59312 {59312} 10563 1 +59313 {59313} 2427 1 +59314 {59314} 10571 1 +59315 {59315} 10706 1 +59316 {59316} 1369 1 +59317 {59317} 9151 1 +59318 {59318} 8450 1 +59319 {59319} 10395 1 +59320 {59320} 16172 1 +59321 {59321} 10946 1 +59322 {59322} 10730 1 +59323 {59323} 2862 1 +59324 {59324} 10371 1 +59325 {59325} 1825 1 +59326 {59326} 1856 1 +59327 {59327} 9941 1 +59328 {59328} 1248 1 +59329 {59329} 9917 1 +59330 {59330} 11320 1 +59331 {59331} 2568 1 +59332 {59332} 2088 1 +59333 {59333} 1587 1 +59334 {59334} 2462 1 +59335 {59335} 2428 1 +59336 {59336} 2181 1 +59337 {59337} 2558 1 +59338 {59338} 10246 1 +59339 {59339} 7168 1 +59340 {59340} 1749 1 +59341 {59341} 3686 1 +59342 {59342} 11639 1 +59343 {59343} 12654 1 +59344 {59344} 2394 1 +59345 {59345} 1622 1 +59346 {59346} 2573 1 +59347 {59347} 10437 1 +59348 {59348} 9486 1 +59349 {59349} 2180 1 +59350 {59350} 6200 1 +59351 {59351} 1978 1 +59352 {59352} 11155 1 +59353 {59353} 15750 1 +59354 {59354} 9410 1 +59355 {59355} 1927 1 +59356 {59356} 10533 1 +59357 {59357} 1848 1 +59358 {59358} 11148 1 +59359 {59359} 2240 1 +59360 {59360} 11413 1 +59361 {59361} 13154 1 +59362 {59362} 1722 1 +59363 {59363} 13883 1 +59364 {59364} 11034 1 +59365 {59365} 3456 1 +59366 {59366} 2965 1 +59367 {59367} 10497 1 +59368 {59368} 2325 1 +59369 {59369} 9545 1 +59370 {59370} 1105 1 +59371 {59371} 10023 1 +59372 {59372} 14775 1 +59373 {59373} 1168 1 +59374 {59374} 10277 1 +59375 {59375} 2267 1 +59376 {59376} 8798 1 +59377 {59377} 8373 1 +59378 {59378} 11997 1 +59379 {59379} 1227 1 +59380 {59380} 2433 1 +59381 {59381} 7559 1 +59382 {59382} 10874 1 +59383 {59383} 10653 1 +59384 {59384} 9970 1 +59385 {59385} 2603 1 +59386 {59386} 1679 1 +59387 {59387} 7721 1 +59388 {59388} 11044 1 +59389 {59389} 11514 1 +59390 {59390} 10849 1 +59391 {59391} 9039 1 +59392 {59392} 8847 1 +59393 {59393} 11078 1 +59394 {59394} 10133 1 +59395 {59395} 2125 1 +59396 {59396} 15238 1 +59397 {59397} 2429 1 +59398 {59398} 3042 1 +59399 {59399} 8729 1 +59400 {59400} 2357 1 +59401 {59401} 5703 1 +59402 {59402} 9330 1 +59403 {59403} 2668 1 +59404 {59404} 9335 1 +59405 {59405} 2672 1 +59406 {59406} 10686 1 +59407 {59407} 9663 1 +59408 {59408} 3731 1 +59409 {59409} 8487 1 +59410 {59410} 2423 1 +59411 {59411} 14824 1 +59412 {59412} 4719 1 +59413 {59413} 2292 1 +59414 {59414} 5402 1 +59415 {59415} 1576 1 +59416 {59416} 891 1 +59417 {59417} 1286 1 +59418 {59418} 9645 1 +59419 {59419} 9025 1 +59420 {59420} 9158 1 +59421 {59421} 9546 1 +59422 {59422} 11139 1 +59423 {59423} 8895 1 +59424 {59424} 2031 1 +59425 {59425} 8959 1 +59426 {59426} 9568 1 +59427 {59427} 2868 1 +59428 {59428} 15836 1 +59429 {59429} 2296 1 +59430 {59430} 2009 1 +59431 {59431} 1653 1 +59432 {59432} 1927 1 +59433 {59433} 12929 1 +59434 {59434} 1084 1 +59435 {59435} 2474 1 +59436 {59436} 1881 1 +59437 {59437} 12205 1 +59438 {59438} 1798 1 +59439 {59439} 2303 1 +59440 {59440} 199 1 +59441 {59441} 1630 1 +59442 {59442} 1152 1 +59443 {59443} 11780 1 +59444 {59444} 1304 1 +59445 {59445} 1619 1 +59446 {59446} 2323 1 +59447 {59447} 8709 1 +59448 {59448} 10515 1 +59449 {59449} 3509 1 +59450 {59450} 1008 1 +59451 {59451} 8548 1 +59452 {59452} 11389 1 +59453 {59453} 2857 1 +59454 {59454} 1452 1 +59455 {59455} 10457 1 +59456 {59456} 3271 1 +59457 {59457} 9063 1 +59458 {59458} 10874 1 +59459 {59459} 8698 1 +59460 {59460} 10979 1 +59461 {59461} 5710 1 +59462 {59462} 2535 1 +59463 {59463} 1987 1 +59464 {59464} 2635 1 +59465 {59465} 9543 1 +59466 {59466} 1603 1 +59467 {59467} 12195 1 +59468 {59468} 2591 1 +59469 {59469} 2148 1 +59470 {59470} 1546 1 +59471 {59471} 2605 1 +59472 {59472} 1978 1 +59473 {59473} 8714 1 +59474 {59474} 1741 1 +59475 {59475} 11743 1 +59476 {59476} 11381 1 +59477 {59477} 2084 1 +59478 {59543} 9700 1 +59479 {59478} 2497 1 +59480 {59479} 9955 1 +59481 {59480} 10886 1 +59482 {59481} 2320 1 +59483 {59482} 3142 1 +59484 {59483} 10206 1 +59485 {59484} 10358 1 +59486 {59485} 7016 1 +59487 {59486} 2565 1 +59488 {59487} 12466 1 +59489 {59488} 11936 1 +59490 {59489} 9965 1 +59491 {59490} 2730 1 +59492 {59491} 1954 1 +59493 {59492} 1517 1 +59494 {59493} 1735 1 +59495 {59494} 1050 1 +59496 {59495} 11089 1 +59497 {59496} 11978 1 +59498 {59497} 10271 1 +59499 {59498} 3495 1 +59500 {59499} 8618 1 +59501 {59500} 2320 1 +59502 {59501} 9898 1 +59503 {59502} 3239 1 +59504 {59503} 3762 1 +59505 {59504} 1694 1 +59506 {59505} 8781 1 +59507 {59506} 2468 1 +59508 {59507} 10278 1 +59509 {59508} 1852 1 +59510 {59509} 459 1 +59511 {59510} 3052 1 +59512 {59511} 2371 1 +59513 {59512} 9985 1 +59514 {59513} 2187 1 +59515 {59514} 2256 1 +59516 {59515} 1158 1 +59517 {59516} 10162 1 +59518 {59517} 2360 1 +59519 {59518} 11199 1 +59520 {59519} 9940 1 +59521 {59520} 2770 1 +59522 {59521} 9970 1 +59523 {59522} 5323 1 +59524 {59523} 2167 1 +59525 {59524} 2910 1 +59526 {59525} 2092 1 +59527 {59526} 652 1 +59528 {59527} 5077 1 +59529 {59528} 1352 1 +59530 {59529} 2666 1 +59531 {59530} 9791 1 +59532 {59531} 1066 1 +59533 {59532} 1574 1 +59534 {59533} 2061 1 +59535 {59534} 5262 1 +59536 {59535} 9249 1 +59537 {59536} 940 1 +59538 {59537} 2101 1 +59539 {59538} 10730 1 +59540 {59539} 9564 1 +59541 {59540} 9701 1 +59542 {59541} 3283 1 +59543 {59542} 10571 1 +59544 {59544} 2156 1 +59545 {59545} 5050 1 +59546 {59546} 8962 1 +59547 {59547} 10264 1 +59548 {59548} 11223 1 +59549 {59549} 11533 1 +59550 {59550} 13200 1 +59551 {59551} 1624 1 +59552 {59552} 10487 1 +59553 {59553} 3278 1 +59554 {59554} 11283 1 +59555 {59555} 16500 1 +59556 {59556} 2394 1 +59557 {59557} 2597 1 +59558 {59558} 2420 1 +59559 {59559} 1133 1 +59560 {59560} 2674 1 +59561 {59561} 912 1 +59562 {59562} 9180 1 +59563 {59563} 2539 1 +59564 {59564} 9990 1 +59565 {59565} 1753 1 +59566 {59566} 2571 1 +59567 {59567} 1615 1 +59568 {59568} 1645 1 +59569 {59569} 1877 1 +59570 {59570} 2530 1 +59571 {59571} 1966 1 +59572 {59572} 6235 1 +59573 {59573} 1845 1 +59574 {59574} 6788 1 +59575 {59575} 14275 1 +59576 {59576} 10811 1 +59577 {59577} 2531 1 +59578 {59578} 1685 1 +59579 {59579} 10438 1 +59580 {59580} 10539 1 +59581 {59581} 1564 1 +59582 {59582} 8108 1 +59583 {59583} 1646 1 +59584 {59584} 2261 1 +59585 {59585} 2185 1 +59586 {59586} 9948 1 +59587 {59587} 8628 1 +59588 {59588} 2167 1 +59589 {59589} 11829 1 +59590 {59590} 1139 1 +59591 {59591} 1724 1 +59592 {59592} 11515 1 +59593 {59593} 3204 1 +59594 {59594} 11534 1 +59595 {59595} 2633 1 +59596 {59596} 4858 1 +59597 {59597} 10264 1 +59598 {59598} 2181 1 +59599 {59599} 13275 1 +59600 {59600} 2420 1 +59601 {59601} 1633 1 +59602 {59602} 1057 1 +59603 {59603} 2128 1 +59604 {59604} 9472 1 +59605 {59605} 1032 1 +59606 {59606} 9327 1 +59607 {59607} 7900 1 +59608 {59608} 9678 1 +59609 {59609} 13593 1 +59610 {62039} 3028 1 +59611 {59610} 1674 1 +59612 {59611} 12366 1 +59613 {59612} 11290 1 +59614 {59613} 1755 1 +59615 {59614} 2967 1 +59616 {59615} 9298 1 +59617 {59616} 2571 1 +59618 {59617} 14628 1 +59619 {59618} 9357 1 +59620 {59619} 1237 1 +59621 {59620} 2084 1 +59622 {59621} 15139 1 +59623 {59622} 3798 1 +59624 {59623} 1572 1 +59625 {59624} 2296 1 +59626 {59625} 3058 1 +59627 {59626} 9759 1 +59628 {59627} 10980 1 +59629 {59628} 3695 1 +59630 {59629} 4039 1 +59631 {59630} 1614 1 +59632 {59631} 3575 1 +59633 {59632} 13890 1 +59634 {59633} 1617 1 +59635 {59634} 4768 1 +59636 {59635} 3213 1 +59637 {59636} 2037 1 +59638 {59637} 2061 1 +59639 {59638} 1474 1 +59640 {59639} 11671 1 +59641 {59640} 7855 1 +59642 {59641} 1533 1 +59643 {59642} 2922 1 +59644 {59643} 1630 1 +59645 {59644} 7978 1 +59646 {59645} 15281 1 +59647 {59646} 3511 1 +59648 {59647} 5483 1 +59649 {59648} 2781 1 +59650 {59649} 4500 1 +59651 {59650} 9927 1 +59652 {59651} 2353 1 +59653 {59652} 10731 1 +59654 {59653} 8866 1 +59655 {59654} 2560 1 +59656 {59655} 11333 1 +59657 {59656} 2050 1 +59658 {59657} 2774 1 +59659 {59658} 2865 1 +59660 {59659} 8273 1 +59661 {59660} 11348 1 +59662 {59661} 2197 1 +59663 {59662} 2120 1 +59664 {59663} 1607 1 +59665 {59664} 2722 1 +59666 {59665} 2958 1 +59667 {59666} 16049 1 +59668 {59667} 2267 1 +59669 {59668} 2587 1 +59670 {59669} 1656 1 +59671 {59670} 8228 1 +59672 {59671} 3764 1 +59673 {59672} 2105 1 +59674 {59673} 5249 1 +59675 {59674} 2193 1 +59676 {59675} 11197 1 +59677 {64997} 2606 1 +59678 {59676} 10869 1 +59679 {59677} 2490 1 +59680 {59678} 10325 1 +59681 {59679} 9888 1 +59682 {59680} 3376 1 +59683 {59681} 10202 1 +59684 {59682} 10835 1 +59685 {59683} 10695 1 +59686 {59684} 10528 1 +59687 {59685} 1488 1 +59688 {59686} 3426 1 +59689 {59687} 2703 1 +59690 {59688} 9444 1 +59691 {59689} 9703 1 +59692 {59690} 9725 1 +59693 {59691} 10121 1 +59694 {59692} 1414 1 +59695 {59693} 5383 1 +59696 {59694} 11008 1 +59697 {59695} 1717 1 +59698 {59696} 1338 1 +59699 {59697} 10620 1 +59700 {59698} 10804 1 +59701 {59699} 14720 1 +59702 {59700} 9532 1 +59703 {59701} 3216 1 +59704 {59702} 10293 1 +59705 {59703} 2800 1 +59706 {59704} 2627 1 +59707 {59705} 10711 1 +59708 {59706} 8847 1 +59709 {59707} 11514 1 +59710 {59708} 3788 1 +59711 {59709} 11552 1 +59712 {59710} 1885 1 +59713 {59711} 2350 1 +59714 {59712} 1383 1 +59715 {59713} 2776 1 +59716 {59714} 9828 1 +59717 {59715} 3106 1 +59718 {59716} 10879 1 +59719 {59717} 8480 1 +59720 {59718} 2929 1 +59721 {59719} 2740 1 +59722 {59720} 9467 1 +59723 {59721} 7570 1 +59724 {59722} 651 1 +59725 {59723} 882 1 +59726 {59724} 9716 1 +59727 {59725} 3418 1 +59728 {59726} 14641 1 +59729 {59727} 12676 1 +59730 {59728} 11043 1 +59731 {59729} 2132 1 +59732 {59730} 1870 1 +59733 {59731} 4049 1 +59734 {59732} 10807 1 +59735 {59733} 5658 1 +59736 {59734} 2401 1 +59737 {59735} 2117 1 +59738 {59736} 9329 1 +59739 {59737} 9214 1 +59740 {59738} 881 1 +59741 {59739} 2094 1 +59742 {59740} 2369 1 +59743 {59741} 1386 1 +59744 {59742} 2904 1 +59745 {59743} 11853 1 +59746 {59744} 12359 1 +59747 {59745} 8666 1 +59748 {59746} 4882 1 +59749 {59747} 1575 1 +59750 {59748} 10031 1 +59751 {59749} 11943 1 +59752 {59750} 2557 1 +59753 {59751} 12037 1 +59754 {59752} 2230 1 +59755 {59753} 9146 1 +59756 {59754} 8939 1 +59757 {59755} 12024 1 +59758 {59756} 2465 1 +59759 {59757} 6573 1 +59760 {59758} 382 1 +59761 {59759} 2493 1 +59762 {59760} 10591 1 +59763 {59761} 2684 1 +59764 {59762} 2392 1 +59765 {59763} 14737 1 +59766 {59764} 3442 1 +59767 {59765} 15636 1 +59768 {59766} 2400 1 +59769 {59767} 1486 1 +59770 {59768} 10087 1 +59771 {59769} 2700 1 +59772 {59770} 2805 1 +59773 {59771} 1540 1 +59774 {59772} 3325 1 +59775 {59773} 3310 1 +59776 {59774} 1927 1 +59777 {59775} 15940 1 +59778 {59776} 1786 1 +59779 {59777} 6348 1 +59780 {59778} 9054 1 +59781 {59779} 2421 1 +59782 {59780} 9655 1 +59783 {59781} 11897 1 +59784 {59782} 10526 1 +59785 {59783} 3040 1 +59786 {59784} 1584 1 +59787 {59785} 1456 1 +59788 {59786} 2565 1 +59789 {59787} 8489 1 +59790 {59788} 9434 1 +59791 {59789} 2083 1 +59792 {59790} 2527 1 +59793 {59791} 2536 1 +59794 {59792} 9994 1 +59795 {59793} 10534 1 +59796 {59794} 8807 1 +59797 {59795} 2908 1 +59798 {59796} 2705 1 +59799 {59797} 10601 1 +59800 {59798} 9055 1 +59801 {59799} 1740 1 +59802 {59800} 2124 1 +59803 {59801} 1956 1 +59804 {59802} 10200 1 +59805 {59803} 3010 1 +59806 {59804} 16613 1 +59807 {59805} 2518 1 +59808 {59806} 6051 1 +59809 {59807} 6864 1 +59810 {59808} 12459 1 +59811 {59809} 1416 1 +59812 {59810} 10706 1 +59813 {59811} 4758 1 +59814 {59812} 11656 1 +59815 {59813} 5431 1 +59816 {59814} 6766 1 +59817 {59815} 2425 1 +59818 {59816} 9889 1 +59819 {59817} 5259 1 +59820 {59818} 11245 1 +59821 {59819} 10752 1 +59822 {59820} 3070 1 +59823 {59821} 1417 1 +59824 {59822} 9297 1 +59825 {59823} 2083 1 +59826 {59824} 10056 1 +59827 {59825} 1515 1 +59828 {59826} 2811 1 +59829 {59827} 594 1 +59830 {59828} 10804 1 +59831 {59829} 3596 1 +59832 {59830} 2029 1 +59833 {59831} 2733 1 +59834 {59832} 2287 1 +59835 {59833} 1436 1 +59836 {59834} 10660 1 +59837 {59835} 10304 1 +59838 {59836} 9120 1 +59839 {59837} 12444 1 +59840 {59838} 1889 1 +59841 {59839} 10049 1 +59842 {59840} 3895 1 +59843 {59841} 2032 1 +59844 {59842} 10711 1 +59845 {59843} 11718 1 +59846 {59844} 1486 1 +59847 {59845} 11463 1 +59848 {59846} 11687 1 +59849 {59847} 10071 1 +59850 {59848} 2801 1 +59851 {59849} 1479 1 +59852 {59850} 2908 1 +59853 {59851} 11367 1 +59854 {59852} 1518 1 +59855 {59853} 9321 1 +59856 {59854} 3375 1 +59857 {59855} 13249 1 +59858 {59856} 9665 1 +59859 {59857} 2319 1 +59860 {59858} 9880 1 +59861 {59859} 10351 1 +59862 {59860} 1988 1 +59863 {59861} 10709 1 +59864 {59862} 1101 1 +59865 {59863} 1787 1 +59866 {59864} 8718 1 +59867 {59865} 9264 1 +59868 {59866} 9512 1 +59869 {59867} 1719 1 +59870 {59868} 2187 1 +59871 {59869} 12139 1 +59872 {59870} 1785 1 +59873 {59871} 9782 1 +59874 {59872} 2129 1 +59875 {59873} 227 1 +59876 {59874} 15452 1 +59877 {59875} 3324 1 +59878 {59876} 815 1 +59879 {59877} 2590 1 +59880 {59878} 9440 1 +59881 {59879} 8064 1 +59882 {59880} 9559 1 +59883 {59881} 3945 1 +59884 {59882} 2223 1 +59885 {59883} 6972 1 +59886 {59884} 8868 1 +59887 {59885} 3150 1 +59888 {59886} 2504 1 +59889 {59887} 10971 1 +59890 {59888} 2915 1 +59891 {59889} 3047 1 +59892 {59890} 9720 1 +59893 {59891} 2268 1 +59894 {59892} 1427 1 +59895 {59893} 9874 1 +59896 {59894} 15282 1 +59897 {59895} 1381 1 +59898 {59896} 10874 1 +59899 {59897} 1580 1 +59900 {59898} 13311 1 +59901 {59899} 2461 1 +59902 {59900} 9616 1 +59903 {59901} 2356 1 +59904 {59902} 8131 1 +59905 {59903} 1546 1 +59906 {59904} 1373 1 +59907 {59905} 11518 1 +59908 {59906} 9306 1 +59909 {59907} 2190 1 +59910 {59908} 3343 1 +59911 {59909} 4952 1 +59912 {59910} 1940 1 +59913 {59911} 11856 1 +59914 {59912} 3011 1 +59915 {59913} 9876 1 +59916 {59914} 11896 1 +59917 {59915} 1538 1 +59918 {59916} 9768 1 +59919 {59917} 2499 1 +59920 {59918} 9981 1 +59921 {59919} 10427 1 +59922 {59920} 3656 1 +59923 {59921} 2832 1 +59924 {59922} 15749 1 +59925 {59923} 2069 1 +59926 {59924} 2669 1 +59927 {59925} 3311 1 +59928 {59926} 4263 1 +59929 {59927} 14363 1 +59930 {59928} 1669 1 +59931 {59929} 2394 1 +59932 {59930} 1385 1 +59933 {59931} 2910 1 +59934 {59932} 14095 1 +59935 {59933} 2740 1 +59936 {59934} 1502 1 +59937 {59935} 1821 1 +59938 {59936} 2069 1 +59939 {59937} 968 1 +59940 {59938} 2532 1 +59941 {59939} 11123 1 +59942 {59940} 8709 1 +59943 {59941} 5706 1 +59944 {59942} 2430 1 +59945 {59943} 2098 1 +59946 {59944} 9701 1 +59947 {59945} 1553 1 +59948 {59946} 2030 1 +59949 {59947} 1805 1 +59950 {59948} 2029 1 +59951 {59949} 2249 1 +59952 {59950} 11178 1 +59953 {59951} 3752 1 +59954 {59952} 11974 1 +59955 {59953} 10014 1 +59956 {59954} 5963 1 +59957 {59955} 9072 1 +59958 {59956} 1927 1 +59959 {59957} 2594 1 +59960 {59958} 1410 1 +59961 {59959} 2941 1 +59962 {59960} 10725 1 +59963 {59961} 14791 1 +59964 {59962} 2770 1 +59965 {59963} 10301 1 +59966 {59964} 2531 1 +59967 {59965} 3715 1 +59968 {59966} 2416 1 +59969 {59967} 10879 1 +59970 {59968} 10821 1 +59971 {59969} 2766 1 +59972 {59970} 2225 1 +59973 {59971} 9475 1 +59974 {59972} 2134 1 +59975 {59973} 1694 1 +59976 {59974} 12047 1 +59977 {59975} 3719 1 +59978 {59976} 9264 1 +59979 {59977} 11446 1 +59980 {59978} 11036 1 +59981 {59979} 10552 1 +59982 {59980} 10606 1 +59983 {59981} 1381 1 +59984 {59982} 2319 1 +59985 {59983} 2563 1 +59986 {59984} 11568 1 +59987 {59985} 11697 1 +59988 {59986} 2404 1 +59989 {59987} 15728 1 +59990 {59988} 3594 1 +59991 {59989} 8883 1 +59992 {59990} 11773 1 +59993 {59991} 13378 1 +59994 {59992} 11328 1 +59995 {59993} 10398 1 +59996 {59994} 12534 1 +59997 {59995} 10751 1 +59998 {59996} 2798 1 +59999 {59997} 2711 1 +60000 {59998} 2091 1 +60001 {59999} 6787 1 +60002 {60000} 11815 1 +60003 {60001} 3274 1 +60004 {60002} 2293 1 +60005 {60003} 11133 1 +60006 {60004} 2499 1 +60007 {60005} 3137 1 +60008 {60006} 2572 1 +60009 {60007} 9947 1 +60010 {60008} 3043 1 +60011 {60009} 5161 1 +60012 {60010} 11252 1 +60013 {60011} 2402 1 +60014 {60012} 2241 1 +60015 {60013} 1910 1 +60016 {60014} 10706 1 +60017 {60015} 2184 1 +60018 {60016} 8105 1 +60019 {60017} 11065 1 +60020 {60018} 3134 1 +60021 {60019} 2025 1 +60022 {60020} 11604 1 +60023 {60021} 1754 1 +60024 {60022} 2700 1 +60025 {60023} 9363 1 +60026 {60024} 8154 1 +60027 {60025} 11247 1 +60028 {60026} 1877 1 +60029 {60027} 10435 1 +60030 {60028} 2805 1 +60031 {60029} 1273 1 +60032 {60030} 11802 1 +60033 {60031} 7698 1 +60034 {60032} 2941 1 +60035 {60033} 10437 1 +60036 {60034} 2025 1 +60037 {60035} 8870 1 +60038 {60036} 7603 1 +60039 {60037} 10685 1 +60040 {60038} 10711 1 +60041 {60039} 2292 1 +60042 {60040} 584 1 +60043 {60041} 11452 1 +60044 {60042} 1519 1 +60045 {60043} 12174 1 +60046 {60044} 2967 1 +60047 {60045} 1518 1 +60048 {60046} 11848 1 +60049 {60047} 1926 1 +60050 {60048} 2130 1 +60051 {60049} 1691 1 +60052 {60050} 1247 1 +60053 {60051} 3281 1 +60054 {60052} 3102 1 +60055 {60053} 2598 1 +60056 {60054} 995 1 +60057 {60055} 4302 1 +60058 {60056} 5734 1 +60059 {60057} 1714 1 +60060 {60058} 10380 1 +60061 {60059} 2217 1 +60062 {60060} 1426 1 +60063 {60061} 10393 1 +60064 {60062} 12196 1 +60065 {60063} 2973 1 +60066 {60064} 11452 1 +60067 {60065} 1827 1 +60068 {60066} 1852 1 +60069 {60067} 2468 1 +60070 {60068} 10537 1 +60071 {60069} 3378 1 +60072 {60070} 12122 1 +60073 {60071} 8652 1 +60074 {60072} 8773 1 +60075 {60073} 11714 1 +60076 {60074} 2707 1 +60077 {60075} 11121 1 +60078 {60076} 1807 1 +60079 {60077} 7781 1 +60080 {60078} 10866 1 +60081 {60079} 1987 1 +60082 {60080} 2196 1 +60083 {60081} 11843 1 +60084 {60082} 11245 1 +60085 {60083} 9606 1 +60086 {60084} 12417 1 +60087 {60085} 2703 1 +60088 {60086} 987 1 +60089 {60087} 1732 1 +60090 {60088} 5313 1 +60091 {60089} 2877 1 +60092 {60090} 2810 1 +60093 {60091} 10300 1 +60094 {60092} 9312 1 +60095 {60093} 2568 1 +60096 {60094} 3712 1 +60097 {60095} 8197 1 +60098 {60096} 3554 1 +60099 {60097} 2609 1 +60100 {60098} 1887 1 +60101 {60099} 11902 1 +60102 {60100} 3215 1 +60103 {60101} 2368 1 +60104 {60102} 2743 1 +60105 {60103} 11061 1 +60106 {60104} 7507 1 +60107 {60105} 1886 1 +60108 {60106} 10195 1 +60109 {60107} 11191 1 +60110 {60108} 10170 1 +60111 {60109} 16071 1 +60112 {60110} 2654 1 +60113 {60111} 8269 1 +60114 {60112} 2868 1 +60115 {60113} 8520 1 +60116 {60114} 10892 1 +60117 {60115} 7854 1 +60118 {60116} 3010 1 +60119 {60117} 2555 1 +60120 {60118} 10377 1 +60121 {60119} 677 1 +60122 {60120} 1208 1 +60123 {60121} 10335 1 +60124 {60122} 3602 1 +60125 {60123} 2936 1 +60126 {60124} 2681 1 +60127 {60125} 9390 1 +60128 {60126} 4996 1 +60129 {60127} 2602 1 +60130 {60128} 1336 1 +60131 {60129} 9886 1 +60132 {60130} 7031 1 +60133 {60131} 10173 1 +60134 {60132} 11441 1 +60135 {60133} 2087 1 +60136 {60134} 2516 1 +60137 {60135} 3134 1 +60138 {60136} 2669 1 +60139 {60137} 3009 1 +60140 {60138} 10874 1 +60141 {60139} 6021 1 +60142 {60140} 11205 1 +60143 {60141} 3140 1 +60144 {60142} 8912 1 +60145 {60143} 1070 1 +60146 {60144} 11431 1 +60147 {60145} 15546 1 +60148 {60146} 11098 1 +60149 {60147} 10648 1 +60150 {60148} 2335 1 +60151 {60149} 10026 1 +60152 {60150} 2040 1 +60153 {60151} 2789 1 +60154 {60152} 6432 1 +60155 {60153} 14466 1 +60156 {60154} 12161 1 +60157 {60155} 3210 1 +60158 {60156} 7384 1 +60159 {60157} 1506 1 +60160 {60158} 10019 1 +60161 {60159} 3075 1 +60162 {60160} 2178 1 +60163 {60161} 9663 1 +60164 {60162} 10710 1 +60165 {60163} 2425 1 +60166 {60164} 9421 1 +60167 {60165} 1643 1 +60168 {60166} 1484 1 +60169 {60167} 1171 1 +60170 {60168} 4527 1 +60171 {60169} 3662 1 +60172 {60170} 12274 1 +60173 {60171} 8749 1 +60174 {60172} 10049 1 +60175 {60173} 8545 1 +60176 {60174} 1376 1 +60177 {60175} 2317 1 +60178 {60176} 11456 1 +60179 {60177} 1804 1 +60180 {60178} 3216 1 +60181 {60179} 1951 1 +60182 {60180} 14111 1 +60183 {60181} 11362 1 +60184 {60182} 12393 1 +60185 {60183} 1953 1 +60186 {60184} 1996 1 +60187 {60185} 4496 1 +60188 {60186} 1294 1 +60189 {60187} 1587 1 +60190 {60188} 2759 1 +60191 {60189} 2774 1 +60192 {60190} 9873 1 +60193 {60191} 2706 1 +60194 {60192} 1381 1 +60195 {60193} 3138 1 +60196 {60194} 10771 1 +60197 {60195} 8776 1 +60198 {60196} 2597 1 +60199 {60197} 2230 1 +60200 {60198} 2163 1 +60201 {60199} 11827 1 +60202 {60200} 1207 1 +60203 {60201} 1517 1 +60204 {60202} 2026 1 +60205 {60203} 13039 1 +60206 {60204} 10711 1 +60207 {60205} 9878 1 +60208 {60206} 1890 1 +60209 {60207} 8395 1 +60210 {60208} 1648 1 +60211 {60209} 10913 1 +60212 {60210} 12887 1 +60213 {60211} 11961 1 +60214 {60212} 10439 1 +60215 {60213} 10930 1 +60216 {60214} 1444 1 +60217 {60215} 9185 1 +60218 {60216} 10702 1 +60219 {60217} 2891 1 +60220 {60218} 2069 1 +60221 {60219} 2982 1 +60222 {60220} 1942 1 +60223 {60221} 5615 1 +60224 {60222} 2260 1 +60225 {60223} 8033 1 +60226 {60224} 1988 1 +60227 {60225} 2303 1 +60228 {60226} 2109 1 +60229 {60227} 2835 1 +60230 {60228} 7117 1 +60231 {60229} 13369 1 +60232 {60230} 2363 1 +60233 {60231} 3246 1 +60234 {60232} 10701 1 +60235 {60233} 4214 1 +60236 {60234} 13553 1 +60237 {60235} 7440 1 +60238 {60236} 2934 1 +60239 {60237} 11312 1 +60240 {60238} 3026 1 +60241 {60239} 1008 1 +60242 {60240} 2120 1 +60243 {60241} 8729 1 +60244 {60242} 2231 1 +60245 {60243} 10610 1 +60246 {60244} 8459 1 +60247 {60245} 13374 1 +60248 {60246} 7000 1 +60249 {60247} 2339 1 +60250 {60248} 2869 1 +60251 {60249} 8495 1 +60252 {60250} 5773 1 +60253 {60251} 10832 1 +60254 {60252} 9113 1 +60255 {60253} 3079 1 +60256 {60254} 10086 1 +60257 {60255} 12234 1 +60258 {60256} 11900 1 +60259 {60257} 9012 1 +60260 {60258} 9410 1 +60261 {60259} 1882 1 +60262 {60260} 11002 1 +60263 {60261} 1639 1 +60264 {60262} 11741 1 +60265 {60263} 10545 1 +60266 {60264} 1450 1 +60267 {60265} 2635 1 +60268 {60266} 572 1 +60269 {60267} 3861 1 +60270 {60268} 14200 1 +60271 {60269} 4686 1 +60272 {60270} 11741 1 +60273 {60271} 10670 1 +60274 {60272} 4502 1 +60275 {60273} 10783 1 +60276 {60274} 2660 1 +60277 {60275} 2538 1 +60278 {60276} 2360 1 +60279 {60277} 8508 1 +60280 {60278} 11299 1 +60281 {60279} 3411 1 +60282 {60280} 8623 1 +60283 {60281} 3533 1 +60284 {60282} 2428 1 +60285 {60283} 3077 1 +60286 {60284} 1572 1 +60287 {60285} 8953 1 +60288 {60286} 9609 1 +60289 {60287} 2176 1 +60290 {60288} 2317 1 +60291 {60289} 5973 1 +60292 {60290} 11421 1 +60293 {60291} 1448 1 +60294 {60292} 10544 1 +60295 {60293} 9743 1 +60296 {60294} 9898 1 +60297 {60295} 3307 1 +60298 {60296} 2428 1 +60299 {60297} 11416 1 +60300 {60298} 10758 1 +60301 {60299} 2079 1 +60302 {60300} 1462 1 +60303 {60301} 11216 1 +60304 {60302} 1334 1 +60305 {60303} 1384 1 +60306 {60304} 2825 1 +60307 {60305} 10911 1 +60308 {60306} 10841 1 +60309 {60307} 2632 1 +60310 {60308} 9438 1 +60311 {60309} 1937 1 +60312 {60310} 2130 1 +60313 {60311} 7236 1 +60314 {60312} 2870 1 +60315 {60313} 9766 1 +60316 {60314} 16413 1 +60317 {60315} 10139 1 +60318 {60316} 11295 1 +60319 {60317} 2110 1 +60320 {60318} 5615 1 +60321 {60319} 3213 1 +60322 {60320} 10998 1 +60323 {60321} 5231 1 +60324 {60322} 3734 1 +60325 {60323} 8468 1 +60326 {60324} 1209 1 +60327 {60325} 11374 1 +60328 {60326} 2806 1 +60329 {60327} 1754 1 +60330 {60328} 10038 1 +60331 {60329} 1845 1 +60332 {60330} 10782 1 +60333 {60331} 8015 1 +60334 {60332} 9297 1 +60335 {60333} 2486 1 +60336 {60334} 9826 1 +60337 {60335} 10695 1 +60338 {60336} 10066 1 +60339 {60337} 2161 1 +60340 {60338} 2492 1 +60341 {60339} 8031 1 +60342 {60340} 10709 1 +60343 {60341} 1923 1 +60344 {60342} 3575 1 +60345 {60343} 3689 1 +60346 {60344} 2596 1 +60347 {60345} 11484 1 +60348 {60346} 2333 1 +60349 {60347} 395 1 +60350 {60348} 5956 1 +60351 {60349} 11139 1 +60352 {60350} 3414 1 +60353 {60351} 1488 1 +60354 {60352} 1680 1 +60355 {60353} 13120 1 +60356 {60354} 2502 1 +60357 {60355} 10500 1 +60358 {60356} 2098 1 +60359 {60357} 495 1 +60360 {60358} 1868 1 +60361 {60359} 2776 1 +60362 {60360} 2706 1 +60363 {60361} 14974 1 +60364 {60362} 10059 1 +60365 {60363} 11659 1 +60366 {60364} 6888 1 +60367 {60365} 2087 1 +60368 {60366} 8342 1 +60369 {60367} 10358 1 +60370 {60368} 1450 1 +60371 {60369} 13814 1 +60372 {60370} 7258 1 +60373 {60371} 9472 1 +60374 {60372} 8781 1 +60375 {60373} 2130 1 +60376 {60374} 1662 1 +60377 {60375} 1517 1 +60378 {60376} 11121 1 +60379 {60377} 1612 1 +60380 {60378} 1415 1 +60381 {60379} 7010 1 +60382 {60380} 1753 1 +60383 {60381} 3106 1 +60384 {60382} 4431 1 +60385 {60383} 4007 1 +60386 {60384} 2736 1 +60387 {60385} 2353 1 +60388 {60386} 11108 1 +60389 {60387} 2292 1 +60390 {60388} 11131 1 +60391 {60389} 10339 1 +60392 {60390} 8444 1 +60393 {60391} 2204 1 +60394 {60392} 6534 1 +60395 {60393} 1748 1 +60396 {60394} 2563 1 +60397 {60395} 10788 1 +60398 {60396} 1635 1 +60399 {60397} 2508 1 +60400 {60398} 12837 1 +60401 {60399} 9765 1 +60402 {60400} 1630 1 +60403 {60401} 1779 1 +60404 {60402} 9851 1 +60405 {60403} 2263 1 +60406 {60404} 6628 1 +60407 {60405} 10288 1 +60408 {60406} 7672 1 +60409 {60407} 11299 1 +60410 {60408} 10866 1 +60411 {60409} 10886 1 +60412 {60410} 853 1 +60413 {60411} 1616 1 +60414 {60412} 10455 1 +60415 {60413} 10382 1 +60416 {60414} 1142 1 +60417 {60415} 1708 1 +60418 {60416} 2654 1 +60419 {60417} 12686 1 +60420 {60418} 11972 1 +60421 {60419} 2605 1 +60422 {60420} 8325 1 +60423 {60421} 10828 1 +60424 {60422} 8828 1 +60425 {60423} 2838 1 +60426 {60424} 1461 1 +60427 {60425} 12338 1 +60428 {60426} 9694 1 +60429 {60427} 3576 1 +60430 {60428} 1889 1 +60431 {60429} 2402 1 +60432 {60430} 2915 1 +60433 {60431} 3316 1 +60434 {60432} 15932 1 +60435 {60433} 9797 1 +60436 {60434} 1505 1 +60437 {60435} 11744 1 +60438 {60436} 7206 1 +60439 {60437} 10384 1 +60440 {60438} 11620 1 +60441 {60439} 1915 1 +60442 {60440} 1210 1 +60443 {60441} 11706 1 +60444 {60442} 2806 1 +60445 {60443} 10306 1 +60446 {60444} 2943 1 +60447 {60445} 11125 1 +60448 {60446} 2935 1 +60449 {60447} 2096 1 +60450 {60448} 3104 1 +60451 {60449} 11171 1 +60452 {60450} 11250 1 +60453 {60451} 2453 1 +60454 {60452} 1242 1 +60455 {60453} 3439 1 +60456 {60454} 1406 1 +60457 {60455} 6907 1 +60458 {60456} 10354 1 +60459 {60457} 1580 1 +60460 {60458} 2230 1 +60461 {60459} 11542 1 +60462 {60460} 8396 1 +60463 {60461} 10487 1 +60464 {60462} 2125 1 +60465 {60463} 9736 1 +60466 {60464} 11019 1 +60467 {60465} 2091 1 +60468 {60466} 1736 1 +60469 {60467} 8678 1 +60470 {60468} 11260 1 +60471 {60469} 10711 1 +60472 {60470} 2596 1 +60473 {60471} 9284 1 +60474 {60472} 10031 1 +60475 {60473} 8742 1 +60476 {60474} 1481 1 +60477 {60475} 962 1 +60478 {60476} 2844 1 +60479 {60477} 7528 1 +60480 {60478} 12930 1 +60481 {60479} 1653 1 +60482 {60480} 7019 1 +60483 {60481} 9985 1 +60484 {60482} 1349 1 +60485 {60483} 6166 1 +60486 {60484} 9794 1 +60487 {60485} 2164 1 +60488 {60486} 2234 1 +60489 {60487} 1225 1 +60490 {60488} 11829 1 +60491 {60489} 1481 1 +60492 {60490} 10352 1 +60493 {60491} 3252 1 +60494 {60492} 10642 1 +60495 {60493} 9608 1 +60496 {60494} 2401 1 +60497 {60495} 9675 1 +60498 {60496} 2629 1 +60499 {60497} 4347 1 +60500 {60498} 9469 1 +60501 {60499} 2739 1 +60502 {60500} 6277 1 +60503 {60501} 9449 1 +60504 {60502} 2459 1 +60505 {60503} 13142 1 +60506 {60504} 3783 1 +60507 {60505} 3109 1 +60508 {60506} 1962 1 +60509 {60507} 10202 1 +60510 {60508} 10008 1 +60511 {60509} 1993 1 +60512 {60510} 11900 1 +60513 {60511} 1469 1 +60514 {60512} 2563 1 +60515 {60513} 2303 1 +60516 {60514} 979 1 +60517 {60515} 1028 1 +60518 {60516} 2538 1 +60519 {60517} 11022 1 +60520 {60518} 11482 1 +60521 {60519} 2401 1 +60522 {60520} 11236 1 +60523 {60521} 10316 1 +60524 {60522} 5871 1 +60525 {60523} 14680 1 +60526 {60524} 1718 1 +60527 {60525} 8880 1 +60528 {60526} 10281 1 +60529 {60527} 2099 1 +60530 {60528} 2747 1 +60531 {60529} 9867 1 +60532 {60530} 1169 1 +60533 {60531} 5686 1 +60534 {60532} 2357 1 +60535 {60533} 2908 1 +60536 {60534} 9930 1 +60537 {60535} 1951 1 +60538 {60536} 2777 1 +60539 {60537} 2499 1 +60540 {60538} 2845 1 +60541 {60539} 2651 1 +60542 {60540} 2535 1 +60543 {60541} 2091 1 +60544 {60542} 3345 1 +60545 {60543} 9856 1 +60546 {60544} 11110 1 +60547 {60545} 9221 1 +60548 {60546} 10782 1 +60549 {60547} 8594 1 +60550 {60548} 6967 1 +60551 {60549} 7841 1 +60552 {60550} 8983 1 +60553 {60551} 9224 1 +60554 {60552} 232 1 +60555 {60553} 16256 1 +60556 {60554} 9401 1 +60557 {60555} 2531 1 +60558 {60556} 1452 1 +60559 {60557} 10427 1 +60560 {60558} 9425 1 +60561 {60559} 2126 1 +60562 {60560} 2175 1 +60563 {60561} 1954 1 +60564 {60562} 12028 1 +60565 {60563} 9251 1 +60566 {60564} 14257 1 +60567 {60565} 1297 1 +60568 {60566} 8955 1 +60569 {60567} 2670 1 +60570 {60568} 9710 1 +60571 {60569} 9691 1 +60572 {60570} 2080 1 +60573 {60571} 10126 1 +60574 {60572} 11268 1 +60575 {60573} 2214 1 +60576 {60574} 2132 1 +60577 {60575} 11746 1 +60578 {60576} 11343 1 +60579 {60577} 11706 1 +60580 {60578} 1646 1 +60581 {60579} 3444 1 +60582 {60580} 11094 1 +60583 {60581} 10453 1 +60584 {60582} 3767 1 +60585 {60583} 11066 1 +60586 {60584} 139 1 +60587 {60585} 2130 1 +60588 {60586} 1975 1 +60589 {60587} 2661 1 +60590 {60588} 12545 1 +60591 {60589} 8844 1 +60592 {60590} 11687 1 +60593 {60591} 11020 1 +60594 {60592} 2369 1 +60595 {60593} 11656 1 +60596 {60594} 8823 1 +60597 {60595} 8577 1 +60598 {60596} 2668 1 +60599 {60597} 1353 1 +60600 {60598} 1158 1 +60601 {60599} 2532 1 +60602 {60600} 200 1 +60603 {60601} 1679 1 +60604 {60602} 3651 1 +60605 {60603} 2366 1 +60606 {60604} 2875 1 +60607 {60605} 11698 1 +60608 {60606} 2092 1 +60609 {60607} 9335 1 +60610 {60608} 10378 1 +60611 {60609} 1574 1 +60612 {60610} 1820 1 +60613 {60611} 8624 1 +60614 {60612} 11360 1 +60615 {60613} 2394 1 +60616 {60614} 11945 1 +60617 {60615} 10715 1 +60618 {60616} 13099 1 +60619 {60617} 1469 1 +60620 {60618} 10343 1 +60621 {60619} 15646 1 +60622 {60620} 8684 1 +60623 {60621} 11210 1 +60624 {60622} 10139 1 +60625 {60623} 2652 1 +60626 {60624} 8139 1 +60627 {60625} 1027 1 +60628 {60626} 12725 1 +60629 {60627} 10344 1 +60630 {60628} 8783 1 +60631 {60629} 2457 1 +60632 {60630} 2327 1 +60633 {60631} 10859 1 +60634 {60632} 12998 1 +60635 {60633} 10457 1 +60636 {60634} 11108 1 +60637 {60635} 10038 1 +60638 {60636} 2065 1 +60639 {60637} 12128 1 +60640 {60638} 10788 1 +60641 {60639} 2263 1 +60642 {60640} 11860 1 +60643 {60641} 1862 1 +60644 {60642} 973 1 +60645 {60643} 2568 1 +60646 {60644} 2630 1 +60647 {60645} 3381 1 +60648 {60646} 8846 1 +60649 {60647} 11266 1 +60650 {60648} 8960 1 +60651 {60649} 3306 1 +60652 {60650} 10606 1 +60653 {60651} 3401 1 +60654 {60652} 2456 1 +60655 {60653} 11089 1 +60656 {60654} 11720 1 +60657 {60655} 12041 1 +60658 {60656} 1052 1 +60659 {60657} 2300 1 +60660 {60658} 2143 1 +60661 {60659} 10623 1 +60662 {60660} 873 1 +60663 {60661} 10659 1 +60664 {60662} 8375 1 +60665 {60663} 1603 1 +60666 {60664} 15747 1 +60667 {60665} 16024 1 +60668 {60666} 14277 1 +60669 {60667} 3381 1 +60670 {60668} 2671 1 +60671 {60669} 2559 1 +60672 {60670} 10653 1 +60673 {60671} 10008 1 +60674 {60672} 11146 1 +60675 {60673} 10675 1 +60676 {60674} 8650 1 +60677 {60675} 2058 1 +60678 {60676} 1558 1 +60679 {60677} 2364 1 +60680 {60678} 13414 1 +60681 {60679} 1196 1 +60682 {60680} 3039 1 +60683 {60681} 9119 1 +60684 {60682} 14654 1 +60685 {60683} 11987 1 +60686 {60684} 3250 1 +60687 {60685} 2244 1 +60688 {60686} 10030 1 +60689 {60687} 9694 1 +60690 {60688} 2503 1 +60691 {60689} 10826 1 +60692 {60690} 1700 1 +60693 {60691} 9994 1 +60694 {60692} 8834 1 +60695 {60693} 4926 1 +60696 {60694} 1148 1 +60697 {60695} 4163 1 +60698 {60696} 2327 1 +60699 {60697} 8662 1 +60700 {60698} 2462 1 +60701 {60699} 1856 1 +60702 {60700} 2003 1 +60703 {60701} 1409 1 +60704 {60702} 10981 1 +60705 {60703} 3660 1 +60706 {60704} 2632 1 +60707 {60705} 10052 1 +60708 {60706} 1988 1 +60709 {60707} 10231 1 +60710 {60708} 11613 1 +60711 {60709} 8086 1 +60712 {60710} 9681 1 +60713 {60711} 12685 1 +60714 {60712} 3216 1 +60715 {60713} 4943 1 +60716 {60714} 1434 1 +60717 {60715} 2606 1 +60718 {60716} 7190 1 +60719 {60717} 1686 1 +60720 {60718} 1303 1 +60721 {60719} 2265 1 +60722 {60720} 1481 1 +60723 {60721} 9652 1 +60724 {60722} 10987 1 +60725 {60723} 2789 1 +60726 {60724} 2917 1 +60727 {60725} 2070 1 +60728 {60726} 2973 1 +60729 {60727} 10195 1 +60730 {60728} 9741 1 +60731 {60729} 2161 1 +60732 {60730} 8919 1 +60733 {60731} 15327 1 +60734 {60732} 2357 1 +60735 {60733} 9623 1 +60736 {60734} 10018 1 +60737 {60735} 10599 1 +60738 {60736} 1582 1 +60739 {60737} 3282 1 +60740 {60738} 9541 1 +60741 {60739} 1432 1 +60742 {60740} 2161 1 +60743 {60741} 9444 1 +60744 {60742} 9052 1 +60745 {60743} 10539 1 +60746 {60744} 10988 1 +60747 {60745} 4919 1 +60748 {60746} 2400 1 +60749 {60747} 2797 1 +60750 {60748} 1904 1 +60751 {60749} 11806 1 +60752 {60750} 10128 1 +60753 {60751} 1125 1 +60754 {60752} 2872 1 +60755 {60753} 11170 1 +60756 {60754} 1209 1 +60757 {60755} 3087 1 +60758 {60756} 10264 1 +60759 {60757} 10504 1 +60760 {60758} 2096 1 +60761 {60759} 2430 1 +60762 {60760} 6221 1 +60763 {60761} 3335 1 +60764 {60762} 10694 1 +60765 {60763} 4709 1 +60766 {60764} 1490 1 +60767 {60765} 2668 1 +60768 {60766} 3106 1 +60769 {60767} 897 1 +60770 {60768} 8832 1 +60771 {60769} 1155 1 +60772 {60770} 2596 1 +60773 {60771} 9691 1 +60774 {60772} 2551 1 +60775 {60773} 1841 1 +60776 {60774} 9659 1 +60777 {60775} 10622 1 +60778 {60776} 11848 1 +60779 {60777} 8959 1 +60780 {60778} 10489 1 +60781 {60779} 11699 1 +60782 {60780} 9759 1 +60783 {60781} 10401 1 +60784 {60782} 1738 1 +60785 {60783} 2129 1 +60786 {60784} 2998 1 +60787 {60785} 6410 1 +60788 {60786} 2098 1 +60789 {60787} 2245 1 +60790 {60788} 1294 1 +60791 {60789} 1790 1 +60792 {60790} 2430 1 +60793 {60791} 2161 1 +60794 {60792} 12224 1 +60795 {60793} 10182 1 +60796 {60794} 3010 1 +60797 {60795} 12327 1 +60798 {60796} 1068 1 +60799 {60797} 9014 1 +60800 {60798} 1769 1 +60801 {60799} 16224 1 +60802 {60800} 2847 1 +60803 {60801} 1851 1 +60804 {60802} 3609 1 +60805 {60803} 2573 1 +60806 {60804} 10896 1 +60807 {60805} 9155 1 +60808 {60806} 3078 1 +60809 {60807} 2371 1 +60810 {60808} 10222 1 +60811 {60809} 10514 1 +60812 {60810} 2288 1 +60813 {60811} 2742 1 +60814 {60812} 1691 1 +60815 {60813} 10025 1 +60816 {60814} 7515 1 +60817 {60815} 3882 1 +60818 {60816} 2286 1 +60819 {60817} 3036 1 +60820 {60818} 11763 1 +60821 {60819} 1927 1 +60822 {60820} 1664 1 +60823 {60821} 9574 1 +60824 {60822} 2231 1 +60825 {60823} 11159 1 +60826 {60824} 8550 1 +60827 {60825} 1383 1 +60828 {60826} 11098 1 +60829 {60827} 2660 1 +60830 {60828} 2066 1 +60831 {60829} 3717 1 +60832 {60830} 2904 1 +60833 {60831} 9924 1 +60834 {60832} 3013 1 +60835 {60833} 2830 1 +60836 {60834} 11364 1 +60837 {60835} 2811 1 +60838 {60836} 7111 1 +60839 {60837} 9974 1 +60840 {60838} 8189 1 +60841 {60839} 9990 1 +60842 {60840} 10309 1 +60843 {60841} 2601 1 +60844 {60842} 2155 1 +60845 {60843} 2584 1 +60846 {60844} 1650 1 +60847 {60845} 9706 1 +60848 {60846} 10690 1 +60849 {60847} 3415 1 +60850 {60848} 7120 1 +60851 {60849} 9889 1 +60852 {60850} 1714 1 +60853 {60851} 2100 1 +60854 {60852} 10863 1 +60855 {60853} 2323 1 +60856 {60854} 1380 1 +60857 {60855} 2906 1 +60858 {60856} 1951 1 +60859 {60857} 2600 1 +60860 {60858} 10683 1 +60861 {60859} 8009 1 +60862 {60860} 10713 1 +60863 {60861} 1511 1 +60864 {60862} 11256 1 +60865 {60863} 11773 1 +60866 {60864} 9965 1 +60867 {60865} 2132 1 +60868 {60866} 1167 1 +60869 {60867} 10609 1 +60870 {60868} 1340 1 +60871 {60869} 10001 1 +60872 {60870} 8816 1 +60873 {60871} 4237 1 +60874 {60872} 1509 1 +60875 {60873} 2170 1 +60876 {60874} 2296 1 +60877 {60875} 10398 1 +60878 {60876} 11052 1 +60879 {60877} 2743 1 +60880 {60878} 9152 1 +60881 {60879} 2708 1 +60882 {60880} 1582 1 +60883 {60881} 11031 1 +60884 {60882} 9445 1 +60885 {60883} 11380 1 +60886 {60884} 12285 1 +60887 {60885} 2207 1 +60888 {60886} 11236 1 +60889 {60887} 14142 1 +60890 {60888} 11297 1 +60891 {60889} 10772 1 +60892 {60890} 7953 1 +60893 {60891} 1986 1 +60894 {60892} 12129 1 +60895 {60893} 16311 1 +60896 {60894} 1753 1 +60897 {60895} 2502 1 +60898 {60896} 1756 1 +60899 {60897} 1517 1 +60900 {60898} 2367 1 +60901 {60899} 1921 1 +60902 {60900} 3046 1 +60903 {60901} 11240 1 +60904 {60902} 1824 1 +60905 {60903} 2411 1 +60906 {60904} 4014 1 +60907 {60905} 1345 1 +60908 {60906} 2195 1 +60909 {60907} 2117 1 +60910 {60908} 2904 1 +60911 {60909} 1946 1 +60912 {60910} 3000 1 +60913 {60911} 11422 1 +60914 {60912} 1444 1 +60915 {60913} 3633 1 +60916 {60914} 2331 1 +60917 {60915} 10098 1 +60918 {60916} 1515 1 +60919 {60917} 1125 1 +60920 {60918} 10271 1 +60921 {60919} 2639 1 +60922 {60920} 3408 1 +60923 {60921} 10124 1 +60924 {60922} 1600 1 +60925 {60923} 10626 1 +60926 {60924} 2873 1 +60927 {60925} 1688 1 +60928 {60926} 1616 1 +60929 {60927} 9078 1 +60930 {60928} 9955 1 +60931 {60929} 1868 1 +60932 {60930} 2755 1 +60933 {60931} 2502 1 +60934 {60932} 10192 1 +60935 {60933} 11016 1 +60936 {60934} 3246 1 +60937 {60935} 1791 1 +60938 {60936} 10525 1 +60939 {60937} 4272 1 +60940 {60938} 1602 1 +60941 {60939} 10873 1 +60942 {60940} 13389 1 +60943 {60941} 2661 1 +60944 {60942} 1976 1 +60945 {60943} 1990 1 +60946 {60944} 3632 1 +60947 {60945} 8894 1 +60948 {60946} 3572 1 +60949 {60947} 2427 1 +60950 {60948} 8770 1 +60951 {60949} 10979 1 +60952 {60950} 14979 1 +60953 {60951} 2780 1 +60954 {60952} 5782 1 +60955 {60953} 577 1 +60956 {60954} 11890 1 +60957 {60955} 9274 1 +60958 {60956} 2734 1 +60959 {60957} 9775 1 +60960 {60958} 10953 1 +60961 {60959} 12199 1 +60962 {60960} 15008 1 +60963 {60961} 1437 1 +60964 {60962} 13169 1 +60965 {60963} 2030 1 +60966 {60964} 3532 1 +60967 {60965} 3465 1 +60968 {60966} 11870 1 +60969 {60967} 2285 1 +60970 {60968} 10606 1 +60971 {60969} 2065 1 +60972 {60970} 10993 1 +60973 {60971} 10424 1 +60974 {60972} 2205 1 +60975 {60973} 11327 1 +60976 {60974} 7333 1 +60977 {60975} 16070 1 +60978 {60976} 3289 1 +60979 {60977} 1745 1 +60980 {60978} 1595 1 +60981 {60979} 14621 1 +60982 {60980} 1790 1 +60983 {60981} 12319 1 +60984 {60982} 10821 1 +60985 {60983} 2122 1 +60986 {60984} 9854 1 +60987 {60985} 669 1 +60988 {60986} 10645 1 +60989 {60987} 2605 1 +60990 {60988} 10565 1 +60991 {60989} 3685 1 +60992 {60990} 10393 1 +60993 {60991} 10046 1 +60994 {60992} 11582 1 +60995 {60993} 2468 1 +60996 {60994} 2794 1 +60997 {60995} 10059 1 +60998 {60996} 10310 1 +60999 {60997} 14298 1 +61000 {60998} 1233 1 +61001 {60999} 2087 1 +61002 {61000} 9898 1 +61003 {61001} 1903 1 +61004 {61002} 8840 1 +61005 {61003} 2341 1 +61006 {61004} 12703 1 +61007 {61005} 2120 1 +61008 {61006} 2706 1 +61009 {61007} 1569 1 +61010 {61008} 1814 1 +61011 {61009} 2056 1 +61012 {61010} 3805 1 +61013 {61011} 2489 1 +61014 {61012} 10829 1 +61015 {61013} 11604 1 +61016 {61014} 11783 1 +61017 {61015} 9871 1 +61018 {61016} 15732 1 +61019 {61017} 2880 1 +61020 {61018} 2482 1 +61021 {61019} 10332 1 +61022 {61020} 3869 1 +61023 {61021} 1435 1 +61024 {61022} 2670 1 +61025 {61023} 10461 1 +61026 {61024} 7265 1 +61027 {61025} 5316 1 +61028 {61026} 2301 1 +61029 {61027} 9316 1 +61030 {61028} 2707 1 +61031 {61029} 2630 1 +61032 {61030} 10807 1 +61033 {61031} 3202 1 +61034 {61032} 2530 1 +61035 {61033} 9038 1 +61036 {61034} 2696 1 +61037 {61035} 2223 1 +61038 {61036} 1033 1 +61039 {61037} 3149 1 +61040 {61038} 2300 1 +61041 {61039} 1724 1 +61042 {61040} 2122 1 +61043 {61041} 11484 1 +61044 {61042} 1635 1 +61045 {61043} 2497 1 +61046 {61044} 3415 1 +61047 {61045} 9433 1 +61048 {61046} 1633 1 +61049 {61047} 10732 1 +61050 {61048} 2025 1 +61051 {61049} 4582 1 +61052 {61050} 9357 1 +61053 {61051} 10452 1 +61054 {61052} 10461 1 +61055 {61053} 15921 1 +61056 {61054} 1518 1 +61057 {61055} 3435 1 +61058 {61056} 1678 1 +61059 {61057} 10496 1 +61060 {61058} 13952 1 +61061 {61059} 1547 1 +61062 {61060} 1893 1 +61063 {61061} 14240 1 +61064 {61062} 3831 1 +61065 {61063} 1163 1 +61066 {61064} 3233 1 +61067 {61065} 3180 1 +61068 {61066} 12330 1 +61069 {61067} 1918 1 +61070 {61068} 9798 1 +61071 {61069} 10102 1 +61072 {61070} 12964 1 +61073 {61071} 4218 1 +61074 {61072} 10204 1 +61075 {61073} 2401 1 +61076 {61074} 3466 1 +61077 {61075} 1671 1 +61078 {61076} 1378 1 +61079 {61077} 2289 1 +61080 {61078} 3036 1 +61081 {61079} 9555 1 +61082 {61080} 2228 1 +61083 {61081} 10866 1 +61084 {61082} 1588 1 +61085 {61083} 12401 1 +61086 {61084} 2635 1 +61087 {61085} 1098 1 +61088 {61086} 1769 1 +61089 {61087} 2115 1 +61090 {61088} 1878 1 +61091 {61089} 10991 1 +61092 {61090} 2739 1 +61093 {61091} 1837 1 +61094 {61092} 1651 1 +61095 {61093} 1543 1 +61096 {61094} 6544 1 +61097 {61095} 2060 1 +61098 {61096} 10279 1 +61099 {61097} 6186 1 +61100 {61098} 8978 1 +61101 {61099} 10329 1 +61102 {61100} 2869 1 +61103 {61101} 1782 1 +61104 {61102} 1627 1 +61105 {61103} 2233 1 +61106 {61104} 5544 1 +61107 {61105} 1369 1 +61108 {61106} 11977 1 +61109 {61107} 9905 1 +61110 {61108} 3176 1 +61111 {61109} 9342 1 +61112 {61110} 1983 1 +61113 {61111} 2233 1 +61114 {61112} 13151 1 +61115 {61113} 15168 1 +61116 {61114} 2790 1 +61117 {61115} 3040 1 +61118 {61116} 8606 1 +61119 {61117} 15082 1 +61120 {61118} 3496 1 +61121 {61119} 11483 1 +61122 {61120} 1884 1 +61123 {61121} 2022 1 +61124 {61122} 10420 1 +61125 {61123} 9554 1 +61126 {61124} 1264 1 +61127 {61125} 10281 1 +61128 {61126} 3003 1 +61129 {61127} 11295 1 +61130 {61128} 10445 1 +61131 {61129} 2303 1 +61132 {61130} 2370 1 +61133 {61131} 1032 1 +61134 {61132} 1855 1 +61135 {61133} 3213 1 +61136 {61134} 11459 1 +61137 {61135} 2873 1 +61138 {61136} 9460 1 +61139 {61137} 10268 1 +61140 {61138} 8650 1 +61141 {61139} 1352 1 +61142 {61140} 2451 1 +61143 {61141} 11654 1 +61144 {61142} 11673 1 +61145 {61143} 2625 1 +61146 {61144} 1741 1 +61147 {61145} 9622 1 +61148 {61146} 2428 1 +61149 {61147} 1546 1 +61150 {61148} 10923 1 +61151 {61149} 10022 1 +61152 {61150} 4602 1 +61153 {61151} 11051 1 +61154 {61152} 10661 1 +61155 {61153} 2494 1 +61156 {61154} 11061 1 +61157 {61155} 1450 1 +61158 {61156} 12787 1 +61159 {61157} 3246 1 +61160 {61158} 1061 1 +61161 {61159} 1774 1 +61162 {61160} 2402 1 +61163 {61161} 2163 1 +61164 {61162} 4119 1 +61165 {61163} 3990 1 +61166 {61164} 12891 1 +61167 {61165} 7002 1 +61168 {61166} 2838 1 +61169 {61167} 4133 1 +61170 {61168} 10859 1 +61171 {61169} 8487 1 +61172 {61170} 10596 1 +61173 {61171} 2558 1 +61174 {61172} 3085 1 +61175 {61173} 9986 1 +61176 {61174} 8127 1 +61177 {61175} 7459 1 +61178 {61176} 10670 1 +61179 {61177} 9393 1 +61180 {61178} 13471 1 +61181 {61179} 2364 1 +61182 {61180} 4076 1 +61183 {61181} 4122 1 +61184 {61182} 3252 1 +61185 {61183} 1540 1 +61186 {61184} 10358 1 +61187 {61185} 12569 1 +61188 {61186} 2797 1 +61189 {61187} 2535 1 +61190 {61188} 7012 1 +61191 {61189} 11557 1 +61192 {61190} 8690 1 +61193 {61191} 11608 1 +61194 {61192} 2562 1 +61195 {61193} 2841 1 +61196 {61194} 12413 1 +61197 {61195} 1581 1 +61198 {61196} 2158 1 +61199 {61197} 11218 1 +61200 {61198} 10809 1 +61201 {61199} 12166 1 +61202 {61200} 1785 1 +61203 {61201} 2774 1 +61204 {61202} 6510 1 +61205 {61203} 1518 1 +61206 {61204} 2934 1 +61207 {61205} 15254 1 +61208 {61206} 16435 1 +61209 {61207} 2319 1 +61210 {61208} 11485 1 +61211 {61209} 2332 1 +61212 {61210} 2774 1 +61213 {61211} 1914 1 +61214 {61212} 9519 1 +61215 {61213} 11972 1 +61216 {61214} 1630 1 +61217 {61215} 10417 1 +61218 {61216} 2695 1 +61219 {61217} 2872 1 +61220 {61218} 1448 1 +61221 {61219} 2837 1 +61222 {61220} 9002 1 +61223 {61221} 2897 1 +61224 {61222} 7632 1 +61225 {61223} 11808 1 +61226 {61224} 4844 1 +61227 {61225} 11169 1 +61228 {61226} 9156 1 +61229 {61227} 4839 1 +61230 {61228} 8396 1 +61231 {61229} 11484 1 +61232 {61230} 9860 1 +61233 {61231} 15608 1 +61234 {61232} 3528 1 +61235 {61233} 10905 1 +61236 {61234} 2872 1 +61237 {61235} 9585 1 +61238 {61236} 1641 1 +61239 {61237} 1993 1 +61240 {61238} 818 1 +61241 {61239} 9229 1 +61242 {61240} 6249 1 +61243 {61241} 9196 1 +61244 {61242} 10809 1 +61245 {61243} 10597 1 +61246 {61244} 1961 1 +61247 {61245} 10680 1 +61248 {61246} 2540 1 +61249 {61247} 2133 1 +61250 {61248} 9976 1 +61251 {61249} 2468 1 +61252 {61250} 2360 1 +61253 {61251} 10653 1 +61254 {61252} 12341 1 +61255 {61253} 7317 1 +61256 {61254} 24 1 +61257 {61255} 1787 1 +61258 {61256} 2629 1 +61259 {61257} 9722 1 +61260 {61258} 10724 1 +61261 {61259} 9012 1 +61262 {61260} 2573 1 +61263 {61261} 10892 1 +61264 {61262} 1596 1 +61265 {61263} 2546 1 +61266 {61264} 8044 1 +61267 {61265} 1214 1 +61268 {61266} 9309 1 +61269 {61267} 3231 1 +61270 {61268} 10417 1 +61271 {61269} 9452 1 +61272 {61270} 1903 1 +61273 {61271} 10544 1 +61274 {61272} 15764 1 +61275 {61273} 3446 1 +61276 {61274} 2470 1 +61277 {61275} 2363 1 +61278 {61276} 2335 1 +61279 {61277} 2064 1 +61280 {61278} 2298 1 +61281 {61279} 2032 1 +61282 {61280} 1385 1 +61283 {61281} 13116 1 +61284 {61282} 2621 1 +61285 {61283} 10760 1 +61286 {61284} 1520 1 +61287 {61285} 9866 1 +61288 {61286} 11127 1 +61289 {61287} 9403 1 +61290 {61288} 1782 1 +61291 {61289} 8292 1 +61292 {61290} 1884 1 +61293 {61291} 2156 1 +61294 {61292} 1550 1 +61295 {61293} 1881 1 +61296 {61294} 2839 1 +61297 {61295} 2334 1 +61298 {61296} 9608 1 +61299 {61297} 1970 1 +61300 {61298} 10267 1 +61301 {61299} 14253 1 +61302 {61300} 11131 1 +61303 {61301} 2304 1 +61304 {61302} 4915 1 +61305 {61303} 5729 1 +61306 {61304} 12605 1 +61307 {61305} 10018 1 +61308 {61306} 1442 1 +61309 {61307} 469 1 +61310 {61308} 2776 1 +61311 {61309} 1000 1 +61312 {61310} 10508 1 +61313 {61311} 14853 1 +61314 {61312} 9838 1 +61315 {61313} 3128 1 +61316 {61314} 3213 1 +61317 {61315} 2907 1 +61318 {61316} 9797 1 +61319 {61317} 9240 1 +61320 {61318} 2130 1 +61321 {61319} 2805 1 +61322 {61320} 2904 1 +61323 {61321} 2261 1 +61324 {61322} 10477 1 +61325 {61323} 2429 1 +61326 {61324} 16535 1 +61327 {61325} 11310 1 +61328 {61326} 2502 1 +61329 {61327} 3096 1 +61330 {61328} 3024 1 +61331 {61329} 3274 1 +61332 {61330} 2944 1 +61333 {61331} 2448 1 +61334 {61332} 3432 1 +61335 {61333} 13320 1 +61336 {61334} 10485 1 +61337 {61335} 11222 1 +61338 {61336} 6111 1 +61339 {61337} 11120 1 +61340 {61338} 1749 1 +61341 {61339} 3457 1 +61342 {61340} 2109 1 +61343 {61341} 2558 1 +61344 {61342} 10425 1 +61345 {61343} 2296 1 +61346 {61344} 1771 1 +61347 {61345} 2549 1 +61348 {61346} 2995 1 +61349 {61347} 4118 1 +61350 {61348} 4773 1 +61351 {61349} 2834 1 +61352 {61350} 11189 1 +61353 {61351} 490 1 +61354 {61352} 2102 1 +61355 {61353} 1092 1 +61356 {61354} 11743 1 +61357 {61355} 1760 1 +61358 {61356} 10258 1 +61359 {61357} 10093 1 +61360 {61358} 9039 1 +61361 {61359} 11497 1 +61362 {61360} 1881 1 +61363 {61361} 9917 1 +61364 {61362} 1389 1 +61365 {61363} 941 1 +61366 {61364} 10927 1 +61367 {61365} 15649 1 +61368 {61366} 2045 1 +61369 {61367} 8360 1 +61370 {61368} 1231 1 +61371 {61369} 1581 1 +61372 {61370} 2084 1 +61373 {61371} 11364 1 +61374 {61372} 2850 1 +61375 {61373} 9551 1 +61376 {61374} 356 1 +61377 {61375} 8599 1 +61378 {61376} 10495 1 +61379 {61377} 14493 1 +61380 {61378} 10572 1 +61381 {61379} 11283 1 +61382 {61380} 1846 1 +61383 {61381} 1849 1 +61384 {61382} 10572 1 +61385 {61383} 3484 1 +61386 {61384} 9562 1 +61387 {61385} 2390 1 +61388 {61386} 10416 1 +61389 {61387} 7667 1 +61390 {61388} 6379 1 +61391 {61389} 818 1 +61392 {61390} 11044 1 +61393 {61391} 9913 1 +61394 {61392} 10420 1 +61395 {61393} 10781 1 +61396 {61394} 10063 1 +61397 {61395} 9588 1 +61398 {61396} 2268 1 +61399 {61397} 2331 1 +61400 {61398} 1854 1 +61401 {61399} 2502 1 +61402 {61400} 3233 1 +61403 {61401} 2112 1 +61404 {61402} 12202 1 +61405 {61403} 1994 1 +61406 {61404} 2102 1 +61407 {61405} 1562 1 +61408 {61406} 10620 1 +61409 {61407} 41 1 +61410 {61408} 11042 1 +61411 {61409} 10719 1 +61412 {61410} 11704 1 +61413 {61411} 1871 1 +61414 {61412} 14916 1 +61415 {61413} 2303 1 +61416 {61414} 3671 1 +61417 {61415} 9331 1 +61418 {61416} 270 1 +61419 {61417} 7898 1 +61420 {61418} 10210 1 +61421 {61419} 3348 1 +61422 {61420} 11595 1 +61423 {61421} 2129 1 +61424 {61422} 2145 1 +61425 {61423} 2544 1 +61426 {61424} 3109 1 +61427 {61425} 1742 1 +61428 {61426} 15465 1 +61429 {61427} 2622 1 +61430 {61428} 2637 1 +61431 {61429} 10997 1 +61432 {61430} 10503 1 +61433 {61431} 1860 1 +61434 {61432} 11196 1 +61435 {61433} 7960 1 +61436 {61434} 8649 1 +61437 {61435} 16446 1 +61438 {61436} 1418 1 +61439 {61437} 3499 1 +61440 {61438} 9499 1 +61441 {61439} 11222 1 +61442 {61440} 10279 1 +61443 {61441} 2165 1 +61444 {61442} 2403 1 +61445 {61443} 3142 1 +61446 {61444} 1973 1 +61447 {61445} 11339 1 +61448 {61446} 8196 1 +61449 {61447} 2125 1 +61450 {61448} 10982 1 +61451 {61449} 5136 1 +61452 {61450} 3105 1 +61453 {61451} 10167 1 +61454 {61452} 3054 1 +61455 {61453} 10452 1 +61456 {61454} 11159 1 +61457 {61455} 2671 1 +61458 {61456} 9459 1 +61459 {61457} 2298 1 +61460 {61458} 1719 1 +61461 {61459} 2118 1 +61462 {61460} 1384 1 +61463 {61461} 8024 1 +61464 {61462} 10960 1 +61465 {61463} 2670 1 +61466 {61464} 1755 1 +61467 {61465} 10601 1 +61468 {61466} 1919 1 +61469 {61467} 2287 1 +61470 {61468} 3718 1 +61471 {61469} 11518 1 +61472 {61470} 2742 1 +61473 {61471} 11784 1 +61474 {61472} 10536 1 +61475 {61473} 9756 1 +61476 {61474} 11338 1 +61477 {61475} 2075 1 +61478 {61476} 6936 1 +61479 {61477} 9767 1 +61480 {61478} 1420 1 +61481 {61479} 9737 1 +61482 {61480} 7122 1 +61483 {61481} 2133 1 +61484 {61482} 3111 1 +61485 {61483} 10576 1 +61486 {61484} 2784 1 +61487 {61485} 4576 1 +61488 {61486} 10596 1 +61489 {61487} 9290 1 +61490 {61488} 1543 1 +61491 {61489} 1497 1 +61492 {61490} 2630 1 +61493 {61491} 10774 1 +61494 {61492} 10897 1 +61495 {61493} 2045 1 +61496 {61494} 9824 1 +61497 {61495} 2190 1 +61498 {61496} 9799 1 +61499 {61497} 5202 1 +61500 {61498} 2700 1 +61501 {61499} 2425 1 +61502 {61500} 10552 1 +61503 {61501} 9172 1 +61504 {61502} 2501 1 +61505 {61503} 11034 1 +61506 {61504} 8991 1 +61507 {61505} 2777 1 +61508 {61506} 2930 1 +61509 {61507} 9753 1 +61510 {61508} 626 1 +61511 {61509} 11038 1 +61512 {61510} 2304 1 +61513 {61511} 2562 1 +61514 {61512} 10316 1 +61515 {61513} 9965 1 +61516 {61514} 11383 1 +61517 {61515} 2897 1 +61518 {61516} 1820 1 +61519 {61517} 2050 1 +61520 {61518} 8925 1 +61521 {61519} 9994 1 +61522 {61520} 2165 1 +61523 {61521} 2301 1 +61524 {61522} 3110 1 +61525 {61523} 13998 1 +61526 {61524} 1305 1 +61527 {61525} 10442 1 +61528 {61526} 11008 1 +61529 {61527} 9372 1 +61530 {61528} 1745 1 +61531 {61529} 10343 1 +61532 {61530} 2223 1 +61533 {61531} 2320 1 +61534 {61532} 12300 1 +61535 {61533} 10967 1 +61536 {61534} 2907 1 +61537 {61535} 1300 1 +61538 {61536} 2593 1 +61539 {61537} 2102 1 +61540 {61538} 9335 1 +61541 {61539} 9442 1 +61542 {61540} 1671 1 +61543 {61541} 10776 1 +61544 {61542} 7284 1 +61545 {61543} 2572 1 +61546 {61544} 2979 1 +61547 {61545} 1756 1 +61548 {61546} 3768 1 +61549 {61547} 11766 1 +61550 {61548} 2740 1 +61551 {61549} 1866 1 +61552 {61550} 1474 1 +61553 {61551} 2797 1 +61554 {61552} 7454 1 +61555 {61553} 1624 1 +61556 {61554} 7475 1 +61557 {61555} 2088 1 +61558 {61556} 11034 1 +61559 {61557} 10692 1 +61560 {61558} 2158 1 +61561 {61559} 10796 1 +61562 {61560} 2397 1 +61563 {61561} 9998 1 +61564 {61562} 7138 1 +61565 {61563} 15772 1 +61566 {61564} 2530 1 +61567 {61565} 6451 1 +61568 {61566} 3120 1 +61569 {61567} 8534 1 +61570 {61568} 7055 1 +61571 {61569} 10355 1 +61572 {61570} 2167 1 +61573 {61571} 11481 1 +61574 {61572} 1824 1 +61575 {61573} 11072 1 +61576 {61574} 15805 1 +61577 {61575} 16493 1 +61578 {61576} 2154 1 +61579 {61577} 3034 1 +61580 {61578} 1264 1 +61581 {61579} 11144 1 +61582 {61580} 1680 1 +61583 {61581} 2112 1 +61584 {61582} 1171 1 +61585 {61583} 2564 1 +61586 {61584} 11725 1 +61587 {61585} 2673 1 +61588 {61586} 10494 1 +61589 {61587} 1914 1 +61590 {61588} 10874 1 +61591 {61589} 2026 1 +61592 {61590} 9677 1 +61593 {61591} 2874 1 +61594 {61592} 1787 1 +61595 {61593} 10232 1 +61596 {61594} 6335 1 +61597 {61595} 1752 1 +61598 {61596} 11171 1 +61599 {61597} 2530 1 +61600 {61598} 1488 1 +61601 {61599} 2857 1 +61602 {61600} 11625 1 +61603 {61601} 2333 1 +61604 {61602} 3072 1 +61605 {61603} 2223 1 +61606 {61604} 12616 1 +61607 {61605} 3031 1 +61608 {61606} 3343 1 +61609 {61607} 10122 1 +61610 {61608} 1658 1 +61611 {61609} 8074 1 +61612 {61610} 3121 1 +61613 {61611} 10601 1 +61614 {61612} 1176 1 +61615 {61613} 10701 1 +61616 {61614} 11070 1 +61617 {61615} 6655 1 +61618 {61616} 11612 1 +61619 {61617} 11205 1 +61620 {61618} 2287 1 +61621 {61619} 1898 1 +61622 {61620} 3094 1 +61623 {61621} 8711 1 +61624 {61622} 2671 1 +61625 {61623} 11902 1 +61626 {61624} 10364 1 +61627 {61625} 2469 1 +61628 {61626} 12345 1 +61629 {61627} 8647 1 +61630 {61628} 2638 1 +61631 {61629} 2811 1 +61632 {61630} 2811 1 +61633 {61631} 2534 1 +61634 {61632} 9938 1 +61635 {61633} 2557 1 +61636 {61634} 2195 1 +61637 {61635} 2803 1 +61638 {61636} 3040 1 +61639 {61637} 12049 1 +61640 {61638} 1925 1 +61641 {61639} 2629 1 +61642 {61640} 8492 1 +61643 {61641} 2770 1 +61644 {61642} 3319 1 +61645 {61643} 2625 1 +61646 {61644} 2571 1 +61647 {61645} 3576 1 +61648 {61646} 10048 1 +61649 {61647} 7514 1 +61650 {61648} 2873 1 +61651 {61649} 2908 1 +61652 {61650} 2189 1 +61653 {61651} 9559 1 +61654 {61652} 5279 1 +61655 {61653} 11582 1 +61656 {61654} 10938 1 +61657 {61655} 10346 1 +61658 {61656} 10744 1 +61659 {61657} 2593 1 +61660 {61658} 1019 1 +61661 {61659} 6755 1 +61662 {61660} 5457 1 +61663 {61661} 1571 1 +61664 {61662} 9572 1 +61665 {61663} 8129 1 +61666 {61664} 3513 1 +61667 {61665} 11386 1 +61668 {61666} 2064 1 +61669 {61667} 7905 1 +61670 {61668} 12494 1 +61671 {61669} 9006 1 +61672 {61670} 2606 1 +61673 {61671} 2296 1 +61674 {61672} 2423 1 +61675 {61673} 3023 1 +61676 {61674} 2714 1 +61677 {61675} 9293 1 +61678 {61676} 2371 1 +61679 {61677} 10648 1 +61680 {61678} 1619 1 +61681 {61679} 1951 1 +61682 {61680} 1385 1 +61683 {61681} 2606 1 +61684 {61682} 11682 1 +61685 {61683} 3418 1 +61686 {61684} 2363 1 +61687 {61685} 10281 1 +61688 {61686} 2977 1 +61689 {61687} 11188 1 +61690 {61688} 1429 1 +61691 {61689} 1805 1 +61692 {61690} 2207 1 +61693 {61691} 1994 1 +61694 {61692} 11789 1 +61695 {61693} 3770 1 +61696 {61694} 2528 1 +61697 {61695} 8744 1 +61698 {61696} 1771 1 +61699 {61697} 15889 1 +61700 {61698} 11767 1 +61701 {61699} 11126 1 +61702 {61700} 8678 1 +61703 {61701} 7296 1 +61704 {61702} 11212 1 +61705 {61703} 1770 1 +61706 {61704} 2316 1 +61707 {61705} 10207 1 +61708 {61706} 14169 1 +61709 {61707} 8701 1 +61710 {61708} 10304 1 +61711 {61709} 2400 1 +61712 {61710} 3062 1 +61713 {61711} 9659 1 +61714 {61712} 1278 1 +61715 {61713} 10115 1 +61716 {61714} 1651 1 +61717 {61715} 10332 1 +61718 {61716} 134 1 +61719 {61717} 2869 1 +61720 {61718} 9893 1 +61721 {61719} 11218 1 +61722 {61720} 1970 1 +61723 {61721} 2874 1 +61724 {61722} 9803 1 +61725 {61723} 2932 1 +61726 {61724} 10809 1 +61727 {61725} 10680 1 +61728 {61726} 9207 1 +61729 {61727} 2754 1 +61730 {61728} 2101 1 +61731 {61729} 5556 1 +61732 {61730} 1574 1 +61733 {61731} 11379 1 +61734 {61732} 3040 1 +61735 {61733} 11682 1 +61736 {61734} 10367 1 +61737 {61735} 449 1 +61738 {61736} 1403 1 +61739 {61737} 1626 1 +61740 {61738} 8607 1 +61741 {61739} 5845 1 +61742 {61740} 12254 1 +61743 {61741} 9462 1 +61744 {61742} 9999 1 +61745 {61743} 10900 1 +61746 {61744} 11389 1 +61747 {61745} 2245 1 +61748 {61746} 1531 1 +61749 {61747} 9548 1 +61750 {61748} 2906 1 +61751 {61749} 6668 1 +61752 {61750} 9192 1 +61753 {61751} 2397 1 +61754 {61752} 2176 1 +61755 {61753} 10626 1 +61756 {61754} 9100 1 +61757 {61755} 2603 1 +61758 {61756} 1526 1 +61759 {61757} 2178 1 +61760 {61758} 2461 1 +61761 {61759} 10953 1 +61762 {61760} 9723 1 +61763 {61761} 15745 1 +61764 {61762} 2236 1 +61765 {61763} 1846 1 +61766 {61764} 2353 1 +61767 {61765} 9411 1 +61768 {61766} 1716 1 +61769 {61767} 2971 1 +61770 {61768} 10778 1 +61771 {61769} 10046 1 +61772 {61770} 10866 1 +61773 {61771} 11330 1 +61774 {61772} 5272 1 +61775 {61773} 12612 1 +61776 {61774} 2658 1 +61777 {61775} 10757 1 +61778 {61776} 2219 1 +61779 {61777} 1738 1 +61780 {61778} 3273 1 +61781 {61779} 1592 1 +61782 {61780} 10169 1 +61783 {61781} 2803 1 +61784 {61782} 6131 1 +61785 {61783} 10021 1 +61786 {61784} 2589 1 +61787 {61785} 5859 1 +61788 {61786} 6484 1 +61789 {61787} 9876 1 +61790 {61788} 9516 1 +61791 {61789} 2869 1 +61792 {61790} 11088 1 +61793 {61791} 1618 1 +61794 {61792} 2897 1 +61795 {61793} 1913 1 +61796 {61794} 2065 1 +61797 {61795} 12573 1 +61798 {61796} 2482 1 +61799 {61797} 3007 1 +61800 {61798} 10109 1 +61801 {61799} 1142 1 +61802 {61800} 2563 1 +61803 {61801} 2708 1 +61804 {61802} 1892 1 +61805 {61803} 11469 1 +61806 {61804} 9146 1 +61807 {61805} 9702 1 +61808 {61806} 9768 1 +61809 {61807} 6973 1 +61810 {61808} 1383 1 +61811 {61809} 10685 1 +61812 {61810} 15720 1 +61813 {61811} 9500 1 +61814 {61812} 10156 1 +61815 {61813} 5878 1 +61816 {61814} 625 1 +61817 {61815} 1334 1 +61818 {61816} 2524 1 +61819 {61817} 4539 1 +61820 {61818} 9444 1 +61821 {61819} 1885 1 +61822 {61820} 3078 1 +61823 {61821} 2671 1 +61824 {61822} 15084 1 +61825 {61823} 11509 1 +61826 {61824} 10529 1 +61827 {61825} 1618 1 +61828 {61826} 1710 1 +61829 {61827} 2943 1 +61830 {61828} 9096 1 +61831 {61829} 12244 1 +61832 {61830} 2461 1 +61833 {61831} 3010 1 +61834 {61832} 587 1 +61835 {61833} 2167 1 +61836 {61834} 11147 1 +61837 {61835} 10784 1 +61838 {61836} 1756 1 +61839 {61837} 2601 1 +61840 {61838} 14235 1 +61841 {61839} 16353 1 +61842 {61840} 6950 1 +61843 {61841} 11465 1 +61844 {61842} 2367 1 +61845 {61843} 11201 1 +61846 {61844} 14228 1 +61847 {61845} 2565 1 +61848 {61846} 13804 1 +61849 {61847} 1345 1 +61850 {61848} 2464 1 +61851 {61849} 2842 1 +61852 {61850} 3207 1 +61853 {61851} 1551 1 +61854 {61852} 10596 1 +61855 {61853} 2040 1 +61856 {61854} 3170 1 +61857 {61855} 9290 1 +61858 {61856} 1474 1 +61859 {61857} 10916 1 +61860 {61858} 12078 1 +61861 {61859} 53 1 +61862 {61860} 3007 1 +61863 {61861} 2019 1 +61864 {61862} 3047 1 +61865 {61863} 1723 1 +61866 {61864} 15155 1 +61867 {61865} 2998 1 +61868 {61866} 10572 1 +61869 {61867} 16402 1 +61870 {61868} 2766 1 +61871 {61869} 11219 1 +61872 {61870} 10720 1 +61873 {61871} 9140 1 +61874 {61872} 9660 1 +61875 {61873} 10061 1 +61876 {61874} 3830 1 +61877 {61875} 7772 1 +61878 {61876} 2434 1 +61879 {61877} 2356 1 +61880 {61878} 1124 1 +61881 {61879} 6204 1 +61882 {61880} 5078 1 +61883 {61881} 3579 1 +61884 {61882} 678 1 +61885 {61883} 10626 1 +61886 {61884} 5040 1 +61887 {61885} 10496 1 +61888 {61886} 916 1 +61889 {61887} 10347 1 +61890 {61888} 1871 1 +61891 {61889} 4408 1 +61892 {61890} 10570 1 +61893 {61891} 2534 1 +61894 {61892} 1515 1 +61895 {61893} 8678 1 +61896 {61894} 9045 1 +61897 {61895} 2109 1 +61898 {61896} 8701 1 +61899 {61897} 13319 1 +61900 {61898} 8865 1 +61901 {61899} 2565 1 +61902 {61900} 792 1 +61903 {61901} 2806 1 +61904 {61902} 1855 1 +61905 {61903} 2316 1 +61906 {61904} 2555 1 +61907 {61905} 10853 1 +61908 {61906} 2063 1 +61909 {61907} 1567 1 +61910 {61908} 1868 1 +61911 {61909} 13660 1 +61912 {61910} 2504 1 +61913 {61911} 8153 1 +61914 {61912} 9819 1 +61915 {61913} 2600 1 +61916 {61914} 2134 1 +61917 {61915} 10600 1 +61918 {61916} 2397 1 +61919 {61917} 2067 1 +61920 {61918} 7548 1 +61921 {61919} 9163 1 +61922 {61920} 10841 1 +61923 {61921} 7578 1 +61924 {61922} 3974 1 +61925 {61923} 2743 1 +61926 {61924} 2258 1 +61927 {61925} 767 1 +61928 {61926} 9984 1 +61929 {61927} 9776 1 +61930 {61928} 11003 1 +61931 {61929} 8611 1 +61932 {61930} 1737 1 +61933 {61931} 2530 1 +61934 {61932} 10324 1 +61935 {61933} 11930 1 +61936 {61934} 10821 1 +61937 {61935} 1193 1 +61938 {61936} 3252 1 +61939 {61937} 9747 1 +61940 {61938} 2301 1 +61941 {61939} 2532 1 +61942 {61940} 16003 1 +61943 {61941} 12280 1 +61944 {61942} 12195 1 +61945 {61943} 4897 1 +61946 {61944} 2601 1 +61947 {61945} 4040 1 +61948 {61946} 10607 1 +61949 {61947} 9821 1 +61950 {61948} 9165 1 +61951 {61949} 10425 1 +61952 {61950} 3036 1 +61953 {61951} 1855 1 +61954 {61952} 2368 1 +61955 {61953} 9776 1 +61956 {61954} 15290 1 +61957 {61955} 2301 1 +61958 {61956} 2834 1 +61959 {61957} 6878 1 +61960 {61958} 1923 1 +61961 {61959} 8836 1 +61962 {61960} 944 1 +61963 {61961} 2434 1 +61964 {61962} 10396 1 +61965 {61963} 1065 1 +61966 {61964} 8156 1 +61967 {61965} 2323 1 +61968 {61966} 10109 1 +61969 {61967} 10525 1 +61970 {61968} 2096 1 +61971 {61969} 9532 1 +61972 {61970} 10156 1 +61973 {61971} 392 1 +61974 {61972} 1855 1 +61975 {61973} 4030 1 +61976 {61974} 1990 1 +61977 {61975} 1895 1 +61978 {61976} 3036 1 +61979 {61977} 2241 1 +61980 {61978} 3478 1 +61981 {61979} 16530 1 +61982 {61980} 12434 1 +61983 {61981} 12379 1 +61984 {61982} 2884 1 +61985 {61983} 9875 1 +61986 {61984} 3921 1 +61987 {61985} 14555 1 +61988 {61986} 1479 1 +61989 {61987} 9724 1 +61990 {61988} 11173 1 +61991 {61989} 14333 1 +61992 {61990} 11882 1 +61993 {61991} 872 1 +61994 {61992} 2306 1 +61995 {61993} 2942 1 +61996 {61994} 2839 1 +61997 {61995} 11336 1 +61998 {61996} 10594 1 +61999 {61997} 2568 1 +62000 {61998} 11469 1 +62001 {61999} 10026 1 +62002 {62000} 2194 1 +62003 {62001} 2423 1 +62004 {62002} 1722 1 +62005 {62003} 10695 1 +62006 {62004} 2695 1 +62007 {62005} 1511 1 +62008 {62006} 9286 1 +62009 {62007} 3450 1 +62010 {62008} 9229 1 +62011 {62009} 15218 1 +62012 {62010} 2435 1 +62013 {62011} 11798 1 +62014 {62012} 2672 1 +62015 {62013} 10332 1 +62016 {62014} 16267 1 +62017 {62015} 1971 1 +62018 {62016} 1202 1 +62019 {62017} 11882 1 +62020 {62018} 10021 1 +62021 {62019} 9663 1 +62022 {62020} 2934 1 +62023 {62021} 10337 1 +62024 {62022} 10863 1 +62025 {62023} 2429 1 +62026 {62024} 1153 1 +62027 {62025} 10370 1 +62028 {62026} 2648 1 +62029 {62027} 3124 1 +62030 {62028} 9884 1 +62031 {62029} 10982 1 +62032 {62030} 2303 1 +62033 {62031} 11467 1 +62034 {62032} 2943 1 +62035 {62033} 2633 1 +62036 {62034} 3577 1 +62037 {62035} 9730 1 +62038 {62036} 8812 1 +62039 {62037} 11003 1 +62040 {62038} 12328 1 +62041 {62040} 3213 1 +62042 {62041} 2214 1 +62043 {62042} 2161 1 +62044 {62043} 2143 1 +62045 {62044} 2302 1 +62046 {62045} 1596 1 +62047 {62046} 855 1 +62048 {62047} 10361 1 +62049 {62048} 2160 1 +62050 {62049} 10241 1 +62051 {62050} 805 1 +62052 {62051} 2401 1 +62053 {62052} 1953 1 +62054 {62053} 5286 1 +62055 {62054} 1884 1 +62056 {62055} 7313 1 +62057 {62056} 1519 1 +62058 {62057} 10250 1 +62059 {62058} 10031 1 +62060 {62059} 15451 1 +62061 {62060} 7881 1 +62062 {62061} 1940 1 +62063 {62062} 9140 1 +62064 {62063} 11656 1 +62065 {62064} 3045 1 +62066 {62065} 8386 1 +62067 {62066} 2565 1 +62068 {62067} 11824 1 +62069 {62068} 5549 1 +62070 {62069} 10960 1 +62071 {62070} 12010 1 +62072 {62071} 2644 1 +62073 {62072} 1890 1 +62074 {62073} 2846 1 +62075 {62074} 2402 1 +62076 {62075} 3012 1 +62077 {62076} 416 1 +62078 {62077} 10731 1 +62079 {62078} 8139 1 +62080 {62079} 9353 1 +62081 {62080} 2634 1 +62082 {62081} 3226 1 +62083 {62082} 9001 1 +62084 {62083} 2261 1 +62085 {62084} 8840 1 +62086 {62085} 9478 1 +62087 {62086} 2824 1 +62088 {62087} 3175 1 +62089 {62088} 9524 1 +62090 {62089} 2429 1 +62091 {62090} 2658 1 +62092 {62091} 3201 1 +62093 {62092} 9677 1 +62094 {62093} 3009 1 +62095 {62094} 14694 1 +62096 {62095} 1208 1 +62097 {62096} 2604 1 +62098 {62097} 2067 1 +62099 {62098} 3313 1 +62100 {62099} 8021 1 +62101 {62100} 3186 1 +62102 {62101} 1913 1 +62103 {62102} 2563 1 +62104 {62103} 3199 1 +62105 {62104} 12271 1 +62106 {62105} 2269 1 +62107 {62106} 2845 1 +62108 {62107} 2284 1 +62109 {62108} 10885 1 +62110 {62109} 11367 1 +62111 {62110} 10655 1 +62112 {62111} 2462 1 +62113 {62112} 12163 1 +62114 {62113} 2303 1 +62115 {62114} 6664 1 +62116 {62115} 7911 1 +62117 {62116} 2606 1 +62118 {62117} 2069 1 +62119 {62118} 8339 1 +62120 {62119} 9218 1 +62121 {62120} 11729 1 +62122 {62121} 1960 1 +62123 {62122} 2265 1 +62124 {62123} 2869 1 +62125 {62124} 989 1 +62126 {62125} 4192 1 +62127 {62126} 2770 1 +62128 {62127} 1553 1 +62129 {62128} 8389 1 +62130 {62129} 10922 1 +62131 {62130} 2454 1 +62132 {62131} 1156 1 +62133 {62132} 2726 1 +62134 {62133} 10431 1 +62135 {62134} 2390 1 +62136 {62135} 8370 1 +62137 {62136} 1429 1 +62138 {62137} 10694 1 +62139 {62138} 12506 1 +62140 {62139} 1242 1 +62141 {62140} 2535 1 +62142 {62141} 2101 1 +62143 {62142} 7778 1 +62144 {62143} 10786 1 +62145 {62144} 1508 1 +62146 {62145} 3111 1 +62147 {62146} 1452 1 +62148 {62147} 3510 1 +62149 {62148} 12714 1 +62150 {62149} 178 1 +62151 {62150} 1786 1 +62152 {62151} 8750 1 +62153 {62152} 16043 1 +62154 {62153} 16118 1 +62155 {62154} 10516 1 +62156 {62155} 2803 1 +62157 {62156} 1508 1 +62158 {62157} 8546 1 +62159 {62158} 2232 1 +62160 {62159} 3199 1 +62161 {62160} 2537 1 +62162 {62161} 1581 1 +62163 {62162} 10514 1 +62164 {62163} 15331 1 +62165 {62164} 11415 1 +62166 {62165} 2061 1 +62167 {62166} 9171 1 +62168 {62167} 1478 1 +62169 {62168} 2193 1 +62170 {62169} 10161 1 +62171 {62170} 15330 1 +62172 {62171} 10157 1 +62173 {62172} 2872 1 +62174 {62173} 3304 1 +62175 {62174} 11086 1 +62176 {62175} 10735 1 +62177 {62176} 1093 1 +62178 {62177} 1511 1 +62179 {62178} 2222 1 +62180 {62179} 2468 1 +62181 {62180} 10488 1 +62182 {62181} 1782 1 +62183 {62182} 2495 1 +62184 {62183} 2801 1 +62185 {62184} 10318 1 +62186 {62185} 2671 1 +62187 {62186} 15003 1 +62188 {62187} 1859 1 +62189 {62188} 2301 1 +62190 {62189} 9981 1 +62191 {62190} 2091 1 +62192 {62191} 2316 1 +62193 {62192} 2167 1 +62194 {62193} 10090 1 +62195 {62194} 1732 1 +62196 {62195} 9114 1 +62197 {62196} 2689 1 +62198 {62197} 11417 1 +62199 {62198} 11064 1 +62200 {62199} 2133 1 +62201 {62200} 3508 1 +62202 {62201} 2061 1 +62203 {62202} 1557 1 +62204 {62203} 10863 1 +62205 {62204} 2469 1 +62206 {62205} 10382 1 +62207 {62206} 10859 1 +62208 {62207} 2715 1 +62209 {62208} 2062 1 +62210 {62209} 10269 1 +62211 {62210} 717 1 +62212 {62211} 1327 1 +62213 {62212} 2161 1 +62214 {62213} 1913 1 +62215 {62214} 9206 1 +62216 {62215} 9158 1 +62217 {62216} 3336 1 +62218 {62217} 2560 1 +62219 {62218} 1208 1 +62220 {62219} 2496 1 +62221 {62220} 2769 1 +62222 {62221} 2497 1 +62223 {62222} 911 1 +62224 {62223} 3841 1 +62225 {62224} 10130 1 +62226 {62225} 1747 1 +62227 {62226} 12291 1 +62228 {62227} 10463 1 +62229 {62228} 9578 1 +62230 {62229} 1595 1 +62231 {62230} 1374 1 +62232 {62231} 3199 1 +62233 {62232} 2452 1 +62234 {62233} 3048 1 +62235 {62234} 2117 1 +62236 {62235} 9705 1 +62237 {62236} 2322 1 +62238 {62237} 2867 1 +62239 {62238} 1451 1 +62240 {62239} 1859 1 +62241 {62240} 16564 1 +62242 {62241} 2502 1 +62243 {62242} 9336 1 +62244 {62243} 1756 1 +62245 {62244} 1744 1 +62246 {62245} 9261 1 +62247 {62246} 10455 1 +62248 {62247} 3343 1 +62249 {62248} 2530 1 +62250 {62249} 13485 1 +62251 {62250} 9688 1 +62252 {62251} 2432 1 +62253 {62252} 2364 1 +62254 {62253} 2555 1 +62255 {62254} 11452 1 +62256 {62255} 2462 1 +62257 {62256} 1884 1 +62258 {62257} 1683 1 +62259 {62258} 13647 1 +62260 {62259} 2377 1 +62261 {62260} 1754 1 +62262 {62261} 2399 1 +62263 {62262} 2427 1 +62264 {62263} 2501 1 +62265 {62264} 3489 1 +62266 {62265} 1825 1 +62267 {62266} 16356 1 +62268 {62267} 2469 1 +62269 {62268} 2542 1 +62270 {62269} 9593 1 +62271 {62270} 2783 1 +62272 {62271} 10655 1 +62273 {62272} 5962 1 +62274 {62273} 1846 1 +62275 {62274} 1747 1 +62276 {62275} 3064 1 +62277 {62276} 2705 1 +62278 {62277} 1791 1 +62279 {62278} 3242 1 +62280 {62279} 2134 1 +62281 {62280} 11241 1 +62282 {62281} 3289 1 +62283 {62282} 7118 1 +62284 {62283} 2317 1 +62285 {62284} 11469 1 +62286 {62285} 2296 1 +62287 {62286} 1376 1 +62288 {62287} 11278 1 +62289 {62288} 2360 1 +62290 {62289} 2742 1 +62291 {62290} 1858 1 +62292 {62291} 785 1 +62293 {62292} 10014 1 +62294 {62293} 1676 1 +62295 {62294} 10063 1 +62296 {62295} 11031 1 +62297 {62296} 11211 1 +62298 {62297} 1652 1 +62299 {62298} 12277 1 +62300 {62299} 10279 1 +62301 {62300} 7524 1 +62302 {62301} 3143 1 +62303 {62302} 10518 1 +62304 {62303} 2302 1 +62305 {62304} 11744 1 +62306 {62305} 10807 1 +62307 {62306} 3043 1 +62308 {62307} 3 1 +62309 {62308} 2088 1 +62310 {62309} 12834 1 +62311 {62310} 12783 1 +62312 {62311} 10103 1 +62313 {62312} 16513 1 +62314 {62313} 10285 1 +62315 {62314} 11443 1 +62316 {62315} 2215 1 +62317 {62316} 2368 1 +62318 {62317} 2633 1 +62319 {62318} 1442 1 +62320 {62319} 7457 1 +62321 {62320} 9828 1 +62322 {62321} 7640 1 +62323 {62322} 9657 1 +62324 {62323} 1138 1 +62325 {62324} 9448 1 +62326 {62325} 2066 1 +62327 {62326} 9232 1 +62328 {62327} 2938 1 +62329 {62328} 10264 1 +62330 {62329} 2606 1 +62331 {62330} 1611 1 +62332 {62331} 2361 1 +62333 {62332} 10782 1 +62334 {62333} 2394 1 +62335 {62334} 3161 1 +62336 {62335} 1818 1 +62337 {62336} 1533 1 +62338 {62337} 2566 1 +62339 {62338} 11328 1 +62340 {62339} 2303 1 +62341 {62340} 9406 1 +62342 {62341} 7294 1 +62343 {62342} 986 1 +62344 {62343} 1837 1 +62345 {62344} 9561 1 +62346 {62345} 3528 1 +62347 {62346} 2462 1 +62348 {62347} 2499 1 +62349 {62348} 3175 1 +62350 {62349} 1944 1 +62351 {62350} 2357 1 +62352 {62351} 5591 1 +62353 {62352} 13047 1 +62354 {62353} 15651 1 +62355 {62354} 2061 1 +62356 {62355} 2767 1 +62357 {62356} 185 1 +62358 {62357} 2383 1 +62359 {62358} 1263 1 +62360 {62359} 10453 1 +62361 {62360} 2609 1 +62362 {62361} 3174 1 +62363 {62362} 12341 1 +62364 {62363} 2247 1 +62365 {62364} 767 1 +62366 {62365} 1261 1 +62367 {62366} 12325 1 +62368 {62367} 2050 1 +62369 {62368} 2979 1 +62370 {62369} 13752 1 +62371 {62370} 11604 1 +62372 {62371} 1817 1 +62373 {62372} 6660 1 +62374 {62373} 8921 1 +62375 {62374} 1750 1 +62376 {62375} 2914 1 +62377 {62376} 11041 1 +62378 {62377} 1305 1 +62379 {62378} 11700 1 +62380 {62379} 11017 1 +62381 {62380} 10419 1 +62382 {62381} 1978 1 +62383 {62382} 1159 1 +62384 {62383} 10680 1 +62385 {62384} 1273 1 +62386 {62385} 2051 1 +62387 {62386} 10786 1 +62388 {62387} 8928 1 +62389 {62388} 2184 1 +62390 {62389} 8932 1 +62391 {62390} 9884 1 +62392 {62391} 3040 1 +62393 {62392} 10596 1 +62394 {62393} 1624 1 +62395 {62394} 11729 1 +62396 {62395} 2461 1 +62397 {62396} 2339 1 +62398 {62397} 13845 1 +62399 {62398} 12026 1 +62400 {62399} 2389 1 +62401 {62400} 12057 1 +62402 {62401} 9875 1 +62403 {62402} 11201 1 +62404 {62403} 10900 1 +62405 {62404} 2798 1 +62406 {62405} 8314 1 +62407 {62406} 2329 1 +62408 {62407} 13076 1 +62409 {62408} 875 1 +62410 {62409} 10160 1 +62411 {62410} 8485 1 +62412 {62411} 10186 1 +62413 {62412} 10316 1 +62414 {62413} 11019 1 +62415 {62414} 10099 1 +62416 {62415} 11820 1 +62417 {62416} 2401 1 +62418 {62417} 2098 1 +62419 {62418} 10344 1 +62420 {62419} 10769 1 +62421 {62420} 5981 1 +62422 {62421} 10714 1 +62423 {62422} 10479 1 +62424 {62423} 2156 1 +62425 {62424} 2763 1 +62426 {62425} 1611 1 +62427 {62426} 2353 1 +62428 {62427} 9364 1 +62429 {62428} 2942 1 +62430 {62429} 9886 1 +62431 {62430} 4811 1 +62432 {62431} 10528 1 +62433 {62432} 9435 1 +62434 {62433} 2598 1 +62435 {62434} 411 1 +62436 {62435} 2861 1 +62437 {62436} 6316 1 +62438 {62437} 8230 1 +62439 {62438} 12322 1 +62440 {62439} 6760 1 +62441 {62440} 2333 1 +62442 {62441} 11538 1 +62443 {62442} 2701 1 +62444 {62443} 8860 1 +62445 {62444} 10212 1 +62446 {62445} 1403 1 +62447 {62446} 16066 1 +62448 {62447} 16121 1 +62449 {62448} 10561 1 +62450 {62449} 2764 1 +62451 {62450} 2984 1 +62452 {62451} 2411 1 +62453 {62452} 3077 1 +62454 {62453} 2127 1 +62455 {62454} 737 1 +62456 {62455} 3072 1 +62457 {62456} 9821 1 +62458 {62457} 1101 1 +62459 {62458} 16510 1 +62460 {62459} 2101 1 +62461 {62460} 1989 1 +62462 {62461} 8075 1 +62463 {62462} 15294 1 +62464 {62463} 2026 1 +62465 {62464} 3030 1 +62466 {62465} 3625 1 +62467 {62466} 13873 1 +62468 {62467} 11209 1 +62469 {62468} 3012 1 +62470 {62469} 9945 1 +62471 {62470} 1551 1 +62472 {62471} 3011 1 +62473 {62472} 2573 1 +62474 {62473} 8563 1 +62475 {62474} 11279 1 +62476 {62475} 1818 1 +62477 {62476} 9244 1 +62478 {62477} 10804 1 +62479 {62478} 14613 1 +62480 {62479} 9994 1 +62481 {62480} 11034 1 +62482 {62481} 5859 1 +62483 {62482} 10642 1 +62484 {62483} 11882 1 +62485 {62484} 10083 1 +62486 {62485} 1486 1 +62487 {62486} 2547 1 +62488 {62487} 813 1 +62489 {62488} 2227 1 +62490 {62489} 2908 1 +62491 {62490} 13316 1 +62492 {62491} 10147 1 +62493 {62492} 3157 1 +62494 {62493} 10921 1 +62495 {62494} 10400 1 +62496 {62495} 10843 1 +62497 {62496} 10815 1 +62498 {62497} 1256 1 +62499 {62498} 10468 1 +62500 {62499} 2264 1 +62501 {62500} 2031 1 +62502 {62501} 2425 1 +62503 {62502} 2227 1 +62504 {62503} 2742 1 +62505 {62504} 2428 1 +62506 {62505} 8125 1 +62507 {62506} 8393 1 +62508 {62507} 9743 1 +62509 {62508} 2292 1 +62510 {62509} 11106 1 +62511 {62510} 2666 1 +62512 {62511} 2129 1 +62513 {62512} 2156 1 +62514 {62513} 2703 1 +62515 {62514} 5070 1 +62516 {62515} 11054 1 +62517 {62516} 11332 1 +62518 {62517} 8969 1 +62519 {62518} 10509 1 +62520 {62519} 10778 1 +62521 {62520} 1826 1 +62522 {62521} 15194 1 +62523 {62522} 2092 1 +62524 {62523} 11044 1 +62525 {62524} 6554 1 +62526 {62525} 10395 1 +62527 {62526} 1426 1 +62528 {62527} 8931 1 +62529 {62528} 1583 1 +62530 {62529} 1785 1 +62531 {62530} 13720 1 +62532 {62531} 10360 1 +62533 {62532} 10371 1 +62534 {62533} 9870 1 +62535 {62534} 11970 1 +62536 {62535} 10839 1 +62537 {62536} 1633 1 +62538 {62537} 11758 1 +62539 {62538} 2499 1 +62540 {62539} 2325 1 +62541 {62540} 4224 1 +62542 {62541} 9897 1 +62543 {62542} 1413 1 +62544 {62543} 10530 1 +62545 {62544} 10430 1 +62546 {62545} 10886 1 +62547 {62546} 13558 1 +62548 {62547} 367 1 +62549 {62548} 1914 1 +62550 {62549} 10912 1 +62551 {62550} 11144 1 +62552 {62551} 11226 1 +62553 {62552} 1556 1 +62554 {62553} 2197 1 +62555 {62554} 1714 1 +62556 {62555} 2350 1 +62557 {62556} 13921 1 +62558 {62557} 7858 1 +62559 {62558} 10137 1 +62560 {62559} 2416 1 +62561 {62560} 10267 1 +62562 {62561} 9369 1 +62563 {62562} 8476 1 +62564 {62563} 2689 1 +62565 {62564} 10544 1 +62566 {62565} 9912 1 +62567 {62566} 3269 1 +62568 {62567} 8980 1 +62569 {62568} 11133 1 +62570 {62569} 9761 1 +62571 {62570} 907 1 +62572 {62571} 1708 1 +62573 {62572} 3014 1 +62574 {62573} 9102 1 +62575 {62574} 2671 1 +62576 {62575} 2459 1 +62577 {62576} 10960 1 +62578 {62577} 10086 1 +62579 {62578} 10189 1 +62580 {62579} 9214 1 +62581 {62580} 10794 1 +62582 {62581} 13962 1 +62583 {62582} 1275 1 +62584 {62583} 2392 1 +62585 {62584} 11034 1 +62586 {62585} 1265 1 +62587 {62586} 1890 1 +62588 {62587} 10828 1 +62589 {62588} 2695 1 +62590 {62589} 8952 1 +62591 {62590} 8829 1 +62592 {62591} 2069 1 +62593 {62592} 2566 1 +62594 {62593} 11336 1 +62595 {62594} 7787 1 +62596 {62595} 3273 1 +62597 {62596} 10858 1 +62598 {62597} 11678 1 +62599 {62598} 8829 1 +62600 {62599} 8598 1 +62601 {62600} 1956 1 +62602 {62601} 10116 1 +62603 {62602} 2423 1 +62604 {62603} 15137 1 +62605 {62604} 2421 1 +62606 {62605} 2245 1 +62607 {62606} 11148 1 +62608 {62607} 9231 1 +62609 {62608} 1826 1 +62610 {62609} 1994 1 +62611 {62610} 2742 1 +62612 {62611} 2022 1 +62613 {62612} 11299 1 +62614 {62613} 3410 1 +62615 {62614} 2023 1 +62616 {62615} 10600 1 +62617 {62616} 2156 1 +62618 {62617} 1444 1 +62619 {62618} 7473 1 +62620 {62619} 11395 1 +62621 {62620} 9118 1 +62622 {62621} 2084 1 +62623 {62622} 10841 1 +62624 {62623} 6498 1 +62625 {62624} 15049 1 +62626 {62625} 8949 1 +62627 {62626} 10186 1 +62628 {62627} 10105 1 +62629 {62628} 12195 1 +62630 {62629} 10679 1 +62631 {62630} 1417 1 +62632 {62631} 1576 1 +62633 {62632} 2298 1 +62634 {62633} 12474 1 +62635 {62634} 10160 1 +62636 {62635} 1239 1 +62637 {62636} 2464 1 +62638 {62637} 1434 1 +62639 {62638} 2296 1 +62640 {62639} 11374 1 +62641 {62640} 9421 1 +62642 {62641} 2811 1 +62643 {62642} 1957 1 +62644 {62643} 10719 1 +62645 {62644} 1689 1 +62646 {62645} 2089 1 +62647 {62646} 6949 1 +62648 {62647} 10504 1 +62649 {62648} 10063 1 +62650 {62649} 7289 1 +62651 {62650} 9104 1 +62652 {62651} 10751 1 +62653 {62652} 9096 1 +62654 {62653} 11460 1 +62655 {62654} 10249 1 +62656 {62655} 6060 1 +62657 {62656} 16178 1 +62658 {62657} 2527 1 +62659 {62658} 10572 1 +62660 {62659} 11561 1 +62661 {62660} 1755 1 +62662 {62661} 7696 1 +62663 {62662} 11452 1 +62664 {62663} 16112 1 +62665 {62664} 9046 1 +62666 {62665} 9694 1 +62667 {62666} 1167 1 +62668 {62667} 10223 1 +62669 {62668} 14888 1 +62670 {62669} 13722 1 +62671 {62670} 3627 1 +62672 {62671} 1951 1 +62673 {62672} 12247 1 +62674 {62673} 2187 1 +62675 {62674} 2845 1 +62676 {62675} 2303 1 +62677 {62676} 9690 1 +62678 {62677} 1647 1 +62679 {62678} 1511 1 +62680 {62679} 10447 1 +62681 {62680} 7714 1 +62682 {62681} 216 1 +62683 {62682} 1448 1 +62684 {62683} 3204 1 +62685 {62684} 2736 1 +62686 {62685} 11203 1 +62687 {62686} 16443 1 +62688 {62687} 2640 1 +62689 {62688} 12041 1 +62690 {62689} 3575 1 +62691 {62690} 1680 1 +62692 {62691} 2673 1 +62693 {62692} 10143 1 +62694 {62693} 10149 1 +62695 {62694} 12117 1 +62696 {62695} 11018 1 +62697 {62696} 731 1 +62698 {62697} 6547 1 +62699 {62698} 1181 1 +62700 {62699} 8710 1 +62701 {62700} 12151 1 +62702 {62701} 1445 1 +62703 {62702} 1550 1 +62704 {62703} 6756 1 +62705 {62704} 2424 1 +62706 {62705} 1812 1 +62707 {62706} 2164 1 +62708 {62707} 7059 1 +62709 {62708} 1553 1 +62710 {62709} 8875 1 +62711 {62710} 11279 1 +62712 {62711} 10645 1 +62713 {62712} 10711 1 +62714 {62713} 10546 1 +62715 {62714} 1650 1 +62716 {62715} 9699 1 +62717 {62716} 2571 1 +62718 {62717} 16534 1 +62719 {62718} 1148 1 +62720 {62719} 9755 1 +62721 {62720} 11098 1 +62722 {62721} 9584 1 +62723 {62722} 1680 1 +62724 {62723} 2865 1 +62725 {62724} 2432 1 +62726 {62725} 10895 1 +62727 {62726} 9337 1 +62728 {62727} 1992 1 +62729 {62728} 9700 1 +62730 {62729} 2648 1 +62731 {62730} 1891 1 +62732 {62731} 9615 1 +62733 {62732} 1760 1 +62734 {62733} 3169 1 +62735 {62734} 12214 1 +62736 {62735} 13644 1 +62737 {62736} 6968 1 +62738 {62737} 2619 1 +62739 {62738} 7262 1 +62740 {62739} 10204 1 +62741 {62740} 10139 1 +62742 {62741} 10777 1 +62743 {62742} 3007 1 +62744 {62743} 1065 1 +62745 {62744} 2134 1 +62746 {62745} 15172 1 +62747 {62746} 6907 1 +62748 {62747} 2031 1 +62749 {62748} 2166 1 +62750 {62749} 11138 1 +62751 {62750} 3042 1 +62752 {62751} 11686 1 +62753 {62752} 1823 1 +62754 {62753} 1373 1 +62755 {62754} 2310 1 +62756 {62755} 2568 1 +62757 {62756} 2410 1 +62758 {62757} 3042 1 +62759 {62758} 2640 1 +62760 {62759} 14562 1 +62761 {62760} 11407 1 +62762 {62761} 12153 1 +62763 {62762} 9816 1 +62764 {62763} 2096 1 +62765 {62764} 2894 1 +62766 {62765} 11456 1 +62767 {62766} 10071 1 +62768 {62767} 14490 1 +62769 {62768} 2806 1 +62770 {62769} 5192 1 +62771 {62770} 1722 1 +62772 {62771} 8220 1 +62773 {62772} 1769 1 +62774 {62773} 11212 1 +62775 {62774} 12417 1 +62776 {62775} 3282 1 +62777 {62776} 1859 1 +62778 {62777} 4223 1 +62779 {62778} 9652 1 +62780 {62779} 2160 1 +62781 {62780} 1826 1 +62782 {62781} 10474 1 +62783 {62782} 9295 1 +62784 {62783} 9826 1 +62785 {62784} 8476 1 +62786 {62785} 1791 1 +62787 {62786} 2333 1 +62788 {62787} 1208 1 +62789 {62788} 9345 1 +62790 {62789} 11364 1 +62791 {62790} 2979 1 +62792 {62791} 11043 1 +62793 {62792} 3165 1 +62794 {62793} 11741 1 +62795 {62794} 2359 1 +62796 {62795} 4618 1 +62797 {62796} 2812 1 +62798 {62797} 11417 1 +62799 {62798} 12705 1 +62800 {62799} 3007 1 +62801 {62800} 3410 1 +62802 {62801} 1676 1 +62803 {62802} 1993 1 +62804 {62803} 3587 1 +62805 {62804} 11352 1 +62806 {62805} 2095 1 +62807 {62806} 3558 1 +62808 {62807} 3337 1 +62809 {62808} 13758 1 +62810 {62809} 2044 1 +62811 {62810} 2548 1 +62812 {62811} 3343 1 +62813 {62812} 10939 1 +62814 {62813} 1787 1 +62815 {62814} 2283 1 +62816 {62815} 2176 1 +62817 {62816} 2670 1 +62818 {62817} 2593 1 +62819 {62818} 11587 1 +62820 {62819} 7969 1 +62821 {62820} 16187 1 +62822 {62821} 2392 1 +62823 {62822} 2232 1 +62824 {62823} 13287 1 +62825 {62824} 1953 1 +62826 {62825} 10960 1 +62827 {62826} 2163 1 +62828 {62827} 10648 1 +62829 {62828} 1444 1 +62830 {62829} 11925 1 +62831 {62830} 3046 1 +62832 {62831} 1445 1 +62833 {62832} 3341 1 +62834 {62833} 1914 1 +62835 {62834} 5629 1 +62836 {62835} 11487 1 +62837 {62836} 10845 1 +62838 {62837} 10199 1 +62839 {62838} 1905 1 +62840 {62839} 2087 1 +62841 {62840} 2209 1 +62842 {62841} 1951 1 +62843 {62842} 9286 1 +62844 {62843} 1255 1 +62845 {62844} 9655 1 +62846 {62845} 15122 1 +62847 {62846} 16309 1 +62848 {62847} 2600 1 +62849 {62848} 1994 1 +62850 {62849} 11332 1 +62851 {62850} 1602 1 +62852 {62851} 11995 1 +62853 {62852} 10591 1 +62854 {62853} 14580 1 +62855 {62854} 9724 1 +62856 {62855} 2605 1 +62857 {62856} 12551 1 +62858 {62857} 4131 1 +62859 {62858} 1472 1 +62860 {62859} 10618 1 +62861 {62860} 299 1 +62862 {62861} 9814 1 +62863 {62862} 10939 1 +62864 {62863} 2811 1 +62865 {62864} 11279 1 +62866 {62865} 10832 1 +62867 {62866} 3077 1 +62868 {62867} 9435 1 +62869 {62868} 9732 1 +62870 {62869} 11963 1 +62871 {62870} 2907 1 +62872 {62871} 10407 1 +62873 {62872} 10846 1 +62874 {62873} 3098 1 +62875 {62874} 8806 1 +62876 {62875} 1671 1 +62877 {62876} 2539 1 +62878 {62877} 2565 1 +62879 {62878} 2304 1 +62880 {62879} 1818 1 +62881 {62880} 11836 1 +62882 {62881} 2334 1 +62883 {62882} 10792 1 +62884 {62883} 9156 1 +62885 {62884} 3023 1 +62886 {62885} 3055 1 +62887 {62886} 2864 1 +62888 {62887} 1283 1 +62889 {62888} 10380 1 +62890 {62889} 2870 1 +62891 {62890} 250 1 +62892 {62891} 14418 1 +62893 {62892} 11696 1 +62894 {62893} 3239 1 +62895 {62894} 2418 1 +62896 {62895} 917 1 +62897 {62896} 9846 1 +62898 {62897} 12536 1 +62899 {62898} 2255 1 +62900 {62899} 2601 1 +62901 {62900} 15540 1 +62902 {62901} 10605 1 +62903 {62902} 11372 1 +62904 {62903} 3105 1 +62905 {62904} 1389 1 +62906 {62905} 1652 1 +62907 {62906} 9357 1 +62908 {62907} 3762 1 +62909 {62908} 12447 1 +62910 {62909} 1924 1 +62911 {62910} 2301 1 +62912 {62911} 2335 1 +62913 {62912} 10950 1 +62914 {62913} 1444 1 +62915 {62914} 2298 1 +62916 {62915} 3309 1 +62917 {62916} 1992 1 +62918 {62917} 11481 1 +62919 {62918} 2189 1 +62920 {62919} 1671 1 +62921 {62920} 8115 1 +62922 {62921} 12106 1 +62923 {62922} 702 1 +62924 {62923} 2569 1 +62925 {62924} 1827 1 +62926 {62925} 10953 1 +62927 {62926} 2267 1 +62928 {62927} 9579 1 +62929 {62928} 1373 1 +62930 {62929} 3351 1 +62931 {62930} 2706 1 +62932 {62931} 2572 1 +62933 {62932} 12222 1 +62934 {62933} 9151 1 +62935 {62934} 2026 1 +62936 {62935} 10828 1 +62937 {62936} 10279 1 +62938 {62937} 12246 1 +62939 {62938} 1756 1 +62940 {62939} 12352 1 +62941 {62940} 8369 1 +62942 {62941} 9541 1 +62943 {62942} 3537 1 +62944 {62943} 10216 1 +62945 {62944} 10886 1 +62946 {62945} 2091 1 +62947 {62946} 10530 1 +62948 {62947} 15871 1 +62949 {62948} 2682 1 +62950 {62949} 9759 1 +62951 {62950} 2595 1 +62952 {62951} 1875 1 +62953 {62952} 11489 1 +62954 {62953} 2293 1 +62955 {62954} 9799 1 +62956 {62955} 10286 1 +62957 {62956} 2566 1 +62958 {62957} 2549 1 +62959 {62958} 2740 1 +62960 {62959} 11814 1 +62961 {62960} 1929 1 +62962 {62961} 2170 1 +62963 {62962} 1320 1 +62964 {62963} 1230 1 +62965 {62964} 3851 1 +62966 {62965} 4044 1 +62967 {62966} 9658 1 +62968 {62967} 12350 1 +62969 {62968} 5810 1 +62970 {62969} 1891 1 +62971 {62970} 2939 1 +62972 {62971} 3013 1 +62973 {62972} 1571 1 +62974 {62973} 2013 1 +62975 {62974} 11403 1 +62976 {62975} 16201 1 +62977 {62976} 1210 1 +62978 {62977} 1059 1 +62979 {62978} 1790 1 +62980 {62979} 1309 1 +62981 {62980} 11582 1 +62982 {62981} 6710 1 +62983 {62982} 14702 1 +62984 {62983} 15249 1 +62985 {62984} 8550 1 +62986 {62985} 11059 1 +62987 {62986} 2856 1 +62988 {62987} 2714 1 +62989 {62988} 10777 1 +62990 {62989} 3058 1 +62991 {62990} 6252 1 +62992 {62991} 11411 1 +62993 {62992} 1013 1 +62994 {62993} 2563 1 +62995 {62994} 10655 1 +62996 {62995} 10206 1 +62997 {62996} 11598 1 +62998 {62997} 2164 1 +62999 {62998} 3763 1 +63000 {62999} 2195 1 +63001 {63000} 2185 1 +63002 {63001} 12216 1 +63003 {63002} 2301 1 +63004 {63003} 10490 1 +63005 {63004} 1754 1 +63006 {63005} 8932 1 +63007 {63006} 6457 1 +63008 {63007} 2028 1 +63009 {63008} 2771 1 +63010 {63009} 2528 1 +63011 {63010} 1959 1 +63012 {63011} 1750 1 +63013 {63012} 11563 1 +63014 {63013} 11441 1 +63015 {63014} 9143 1 +63016 {63015} 10208 1 +63017 {63016} 3105 1 +63018 {63017} 10813 1 +63019 {63018} 1547 1 +63020 {63019} 8168 1 +63021 {63020} 3998 1 +63022 {63021} 11760 1 +63023 {63022} 2298 1 +63024 {63023} 10956 1 +63025 {63024} 1644 1 +63026 {63025} 10828 1 +63027 {63026} 2363 1 +63028 {63027} 2432 1 +63029 {63028} 2315 1 +63030 {63029} 3309 1 +63031 {63030} 11130 1 +63032 {63031} 2943 1 +63033 {63032} 2160 1 +63034 {63033} 1848 1 +63035 {63034} 14539 1 +63036 {63035} 8842 1 +63037 {63036} 10746 1 +63038 {63037} 11050 1 +63039 {63038} 9445 1 +63040 {63039} 1323 1 +63041 {63040} 1995 1 +63042 {63041} 1635 1 +63043 {63042} 3075 1 +63044 {63043} 218 1 +63045 {63044} 14596 1 +63046 {63045} 13235 1 +63047 {63046} 2132 1 +63048 {63047} 12163 1 +63049 {63048} 12017 1 +63050 {63049} 1495 1 +63051 {63050} 10879 1 +63052 {63051} 999 1 +63053 {63052} 3135 1 +63054 {63053} 11298 1 +63055 {63054} 3247 1 +63056 {63055} 11929 1 +63057 {63056} 9654 1 +63058 {63057} 2118 1 +63059 {63058} 2834 1 +63060 {63059} 1596 1 +63061 {63060} 1865 1 +63062 {63061} 1845 1 +63063 {63062} 2805 1 +63064 {63063} 12514 1 +63065 {63064} 10092 1 +63066 {63065} 11065 1 +63067 {63066} 10986 1 +63068 {63067} 9986 1 +63069 {63068} 11024 1 +63070 {63069} 3695 1 +63071 {63070} 10742 1 +63072 {63071} 10321 1 +63073 {63072} 9339 1 +63074 {63073} 3775 1 +63075 {63074} 5242 1 +63076 {63075} 11963 1 +63077 {63076} 1685 1 +63078 {63077} 13512 1 +63079 {63078} 8170 1 +63080 {63079} 1140 1 +63081 {63080} 11875 1 +63082 {63081} 1792 1 +63083 {63082} 3368 1 +63084 {63083} 12023 1 +63085 {63084} 10163 1 +63086 {63085} 2701 1 +63087 {63086} 9079 1 +63088 {63087} 5523 1 +63089 {63088} 11089 1 +63090 {63089} 10018 1 +63091 {63090} 1005 1 +63092 {63091} 9760 1 +63093 {63092} 2101 1 +63094 {63093} 14216 1 +63095 {63094} 2076 1 +63096 {63095} 10911 1 +63097 {63096} 2998 1 +63098 {63097} 2303 1 +63099 {63098} 10620 1 +63100 {63099} 2129 1 +63101 {63100} 2222 1 +63102 {63101} 2907 1 +63103 {63102} 9623 1 +63104 {63103} 15470 1 +63105 {63104} 10618 1 +63106 {63105} 2084 1 +63107 {63106} 3049 1 +63108 {63107} 2333 1 +63109 {63108} 2400 1 +63110 {63109} 9720 1 +63111 {63110} 1484 1 +63112 {63111} 8639 1 +63113 {63112} 3076 1 +63114 {63113} 2160 1 +63115 {63114} 2625 1 +63116 {63115} 3431 1 +63117 {63116} 5683 1 +63118 {63117} 9540 1 +63119 {63118} 3302 1 +63120 {63119} 1983 1 +63121 {63120} 2273 1 +63122 {63121} 1306 1 +63123 {63122} 1662 1 +63124 {63123} 2329 1 +63125 {63124} 2806 1 +63126 {63125} 2332 1 +63127 {63126} 10806 1 +63128 {63127} 7407 1 +63129 {63128} 10399 1 +63130 {63129} 10578 1 +63131 {63130} 10903 1 +63132 {63131} 12034 1 +63133 {63132} 2098 1 +63134 {63133} 2003 1 +63135 {63134} 3893 1 +63136 {63135} 9670 1 +63137 {63136} 2840 1 +63138 {63137} 1587 1 +63139 {63138} 10912 1 +63140 {63139} 10329 1 +63141 {63140} 10805 1 +63142 {63141} 7411 1 +63143 {63142} 10804 1 +63144 {63143} 1546 1 +63145 {63144} 2326 1 +63146 {63145} 12174 1 +63147 {63146} 5935 1 +63148 {63147} 9314 1 +63149 {63148} 2901 1 +63150 {63149} 3688 1 +63151 {63150} 2030 1 +63152 {63151} 1325 1 +63153 {63152} 1518 1 +63154 {63153} 3414 1 +63155 {63154} 10212 1 +63156 {63155} 12313 1 +63157 {63156} 8119 1 +63158 {63157} 2395 1 +63159 {63158} 11169 1 +63160 {63159} 9828 1 +63161 {63160} 11218 1 +63162 {63161} 10496 1 +63163 {63162} 2566 1 +63164 {63163} 2194 1 +63165 {63164} 9100 1 +63166 {63165} 674 1 +63167 {63166} 9999 1 +63168 {63167} 1935 1 +63169 {63168} 10109 1 +63170 {63169} 2867 1 +63171 {63170} 2288 1 +63172 {63171} 10093 1 +63173 {63172} 10105 1 +63174 {63173} 647 1 +63175 {63174} 3105 1 +63176 {63175} 2775 1 +63177 {63176} 10569 1 +63178 {63177} 2245 1 +63179 {63178} 8613 1 +63180 {63179} 2268 1 +63181 {63180} 2466 1 +63182 {63181} 2456 1 +63183 {63182} 1644 1 +63184 {63183} 1980 1 +63185 {63184} 10711 1 +63186 {63185} 1479 1 +63187 {63186} 1998 1 +63188 {63187} 7373 1 +63189 {63188} 2471 1 +63190 {63189} 2205 1 +63191 {63190} 2456 1 +63192 {63191} 16028 1 +63193 {63192} 2115 1 +63194 {63193} 11250 1 +63195 {63194} 1505 1 +63196 {63195} 16530 1 +63197 {63196} 2532 1 +63198 {63197} 5405 1 +63199 {63198} 2534 1 +63200 {63199} 6225 1 +63201 {63200} 3046 1 +63202 {63201} 2223 1 +63203 {63202} 11062 1 +63204 {63203} 11056 1 +63205 {63204} 6054 1 +63206 {63205} 8944 1 +63207 {63206} 2370 1 +63208 {63207} 1856 1 +63209 {63208} 10065 1 +63210 {63209} 16371 1 +63211 {63210} 2742 1 +63212 {63211} 13420 1 +63213 {63212} 10526 1 +63214 {63213} 2158 1 +63215 {63214} 2984 1 +63216 {63215} 1369 1 +63217 {63216} 2860 1 +63218 {63217} 10344 1 +63219 {63218} 6329 1 +63220 {63219} 2182 1 +63221 {63220} 5772 1 +63222 {63221} 2258 1 +63223 {63222} 12632 1 +63224 {63223} 2173 1 +63225 {63224} 9661 1 +63226 {63225} 2364 1 +63227 {63226} 10258 1 +63228 {63227} 1614 1 +63229 {63228} 9284 1 +63230 {63229} 1651 1 +63231 {63230} 2856 1 +63232 {63231} 2965 1 +63233 {63232} 2025 1 +63234 {63233} 8111 1 +63235 {63234} 11554 1 +63236 {63235} 1542 1 +63237 {63236} 902 1 +63238 {63237} 11987 1 +63239 {63238} 2303 1 +63240 {63239} 10415 1 +63241 {63240} 1574 1 +63242 {63241} 12501 1 +63243 {63242} 2187 1 +63244 {63243} 8844 1 +63245 {63244} 10750 1 +63246 {63245} 9995 1 +63247 {63246} 2565 1 +63248 {63247} 3012 1 +63249 {63248} 10405 1 +63250 {63249} 2944 1 +63251 {63250} 10487 1 +63252 {63251} 10067 1 +63253 {63252} 9809 1 +63254 {63253} 11248 1 +63255 {63254} 10964 1 +63256 {63255} 11352 1 +63257 {63256} 2858 1 +63258 {63257} 9588 1 +63259 {63258} 9913 1 +63260 {63259} 10436 1 +63261 {63260} 1749 1 +63262 {63261} 2448 1 +63263 {63262} 10509 1 +63264 {63263} 10991 1 +63265 {63264} 2100 1 +63266 {63265} 6377 1 +63267 {63266} 2565 1 +63268 {63267} 15017 1 +63269 {63268} 10424 1 +63270 {63269} 2017 1 +63271 {63270} 2166 1 +63272 {63271} 1821 1 +63273 {63272} 2663 1 +63274 {63273} 907 1 +63275 {63274} 3945 1 +63276 {63275} 10344 1 +63277 {63276} 840 1 +63278 {63277} 10455 1 +63279 {63278} 2853 1 +63280 {63279} 10902 1 +63281 {63280} 1551 1 +63282 {63281} 12972 1 +63283 {63282} 2045 1 +63284 {63283} 15614 1 +63285 {63284} 2035 1 +63286 {63285} 10761 1 +63287 {63286} 2834 1 +63288 {63287} 9976 1 +63289 {63288} 1992 1 +63290 {63289} 9628 1 +63291 {63290} 10457 1 +63292 {63291} 3012 1 +63293 {63292} 2026 1 +63294 {63293} 2498 1 +63295 {63294} 2682 1 +63296 {63295} 9809 1 +63297 {63296} 1786 1 +63298 {63297} 2264 1 +63299 {63298} 1775 1 +63300 {63299} 10225 1 +63301 {63300} 9077 1 +63302 {63301} 2830 1 +63303 {63302} 8056 1 +63304 {63303} 2558 1 +63305 {63304} 12712 1 +63306 {63305} 11348 1 +63307 {63306} 11127 1 +63308 {63307} 1501 1 +63309 {63308} 10442 1 +63310 {63309} 12344 1 +63311 {63310} 1500 1 +63312 {63311} 1451 1 +63313 {63312} 2164 1 +63314 {63313} 3280 1 +63315 {63314} 2493 1 +63316 {63315} 2145 1 +63317 {63316} 9583 1 +63318 {63317} 9791 1 +63319 {63318} 11274 1 +63320 {63319} 11889 1 +63321 {63320} 9765 1 +63322 {63321} 2003 1 +63323 {63322} 9415 1 +63324 {63323} 2032 1 +63325 {63324} 11252 1 +63326 {63325} 1550 1 +63327 {63326} 3244 1 +63328 {63327} 3009 1 +63329 {63328} 2166 1 +63330 {63329} 11530 1 +63331 {63330} 2738 1 +63332 {63331} 10309 1 +63333 {63332} 3987 1 +63334 {63333} 10377 1 +63335 {63334} 3720 1 +63336 {63335} 2454 1 +63337 {63336} 5919 1 +63338 {63337} 11321 1 +63339 {63338} 4307 1 +63340 {63339} 1918 1 +63341 {63340} 5895 1 +63342 {63341} 1845 1 +63343 {63342} 13687 1 +63344 {63343} 1856 1 +63345 {63344} 2474 1 +63346 {63345} 3258 1 +63347 {63346} 2908 1 +63348 {63347} 2707 1 +63349 {63348} 15347 1 +63350 {63349} 11386 1 +63351 {63350} 10258 1 +63352 {63351} 2167 1 +63353 {63352} 1662 1 +63354 {63353} 9639 1 +63355 {63354} 2047 1 +63356 {63355} 3069 1 +63357 {63356} 13443 1 +63358 {63357} 2101 1 +63359 {63358} 15511 1 +63360 {63359} 2837 1 +63361 {63360} 2154 1 +63362 {63361} 10844 1 +63363 {63362} 10809 1 +63364 {63363} 10814 1 +63365 {63364} 11242 1 +63366 {63365} 2403 1 +63367 {63366} 6100 1 +63368 {63367} 1989 1 +63369 {63368} 8978 1 +63370 {63369} 2456 1 +63371 {63370} 7466 1 +63372 {63371} 1581 1 +63373 {63372} 12627 1 +63374 {63373} 3369 1 +63375 {63374} 2577 1 +63376 {63375} 9425 1 +63377 {63376} 9353 1 +63378 {63377} 11780 1 +63379 {63378} 2842 1 +63380 {63379} 2729 1 +63381 {63380} 10542 1 +63382 {63381} 1185 1 +63383 {63382} 1543 1 +63384 {63383} 2309 1 +63385 {63384} 11621 1 +63386 {63385} 3266 1 +63387 {63386} 12403 1 +63388 {63387} 3056 1 +63389 {63388} 1679 1 +63390 {63389} 9284 1 +63391 {63390} 726 1 +63392 {63391} 10773 1 +63393 {63392} 9366 1 +63394 {63393} 2047 1 +63395 {63394} 1515 1 +63396 {63395} 11260 1 +63397 {63396} 10442 1 +63398 {63397} 2824 1 +63399 {63398} 10252 1 +63400 {63399} 2293 1 +63401 {63400} 8492 1 +63402 {63401} 9747 1 +63403 {63402} 9925 1 +63404 {63403} 1826 1 +63405 {63404} 11094 1 +63406 {63405} 10641 1 +63407 {63406} 5861 1 +63408 {63407} 9092 1 +63409 {63408} 2359 1 +63410 {63409} 2154 1 +63411 {63410} 2865 1 +63412 {63411} 11234 1 +63413 {63412} 11067 1 +63414 {63413} 1845 1 +63415 {63414} 1988 1 +63416 {63415} 11570 1 +63417 {63416} 12254 1 +63418 {63417} 2366 1 +63419 {63418} 902 1 +63420 {63419} 3601 1 +63421 {63420} 1651 1 +63422 {63421} 2875 1 +63423 {63422} 380 1 +63424 {63423} 10124 1 +63425 {63424} 14841 1 +63426 {63425} 10998 1 +63427 {63426} 15965 1 +63428 {63427} 8525 1 +63429 {63428} 11883 1 +63430 {63429} 3042 1 +63431 {63430} 13977 1 +63432 {63431} 8363 1 +63433 {63432} 891 1 +63434 {63433} 1265 1 +63435 {63434} 7642 1 +63436 {63435} 2267 1 +63437 {63436} 10600 1 +63438 {63437} 10191 1 +63439 {63438} 10244 1 +63440 {63439} 2040 1 +63441 {63440} 1959 1 +63442 {63441} 1814 1 +63443 {63442} 9924 1 +63444 {63443} 11048 1 +63445 {63444} 2809 1 +63446 {63445} 3463 1 +63447 {63446} 1833 1 +63448 {63447} 12316 1 +63449 {63448} 2397 1 +63450 {63449} 9286 1 +63451 {63450} 2417 1 +63452 {63451} 8889 1 +63453 {63452} 15234 1 +63454 {63453} 2909 1 +63455 {63454} 3139 1 +63456 {63455} 1248 1 +63457 {63456} 3304 1 +63458 {63457} 6187 1 +63459 {63458} 583 1 +63460 {63459} 7449 1 +63461 {63460} 3277 1 +63462 {63461} 11455 1 +63463 {63462} 1723 1 +63464 {63463} 3481 1 +63465 {63464} 10636 1 +63466 {63465} 1602 1 +63467 {63466} 10192 1 +63468 {63467} 2842 1 +63469 {63468} 2467 1 +63470 {63469} 5479 1 +63471 {63470} 8348 1 +63472 {63471} 12547 1 +63473 {63472} 2099 1 +63474 {63473} 10670 1 +63475 {63474} 1750 1 +63476 {63475} 2117 1 +63477 {63476} 10669 1 +63478 {63477} 12055 1 +63479 {63478} 2530 1 +63480 {63479} 4324 1 +63481 {63480} 11108 1 +63482 {63481} 11460 1 +63483 {63482} 2873 1 +63484 {63483} 13013 1 +63485 {63484} 9049 1 +63486 {63485} 8581 1 +63487 {63486} 2096 1 +63488 {63487} 2738 1 +63489 {63488} 2978 1 +63490 {63489} 5513 1 +63491 {63490} 12530 1 +63492 {63491} 540 1 +63493 {63492} 9363 1 +63494 {63493} 2703 1 +63495 {63494} 1600 1 +63496 {63495} 1648 1 +63497 {63496} 2603 1 +63498 {63497} 1882 1 +63499 {63498} 10137 1 +63500 {63499} 15925 1 +63501 {63500} 16057 1 +63502 {63501} 10361 1 +63503 {63502} 2325 1 +63504 {63503} 2367 1 +63505 {63504} 2456 1 +63506 {63505} 1878 1 +63507 {63506} 2640 1 +63508 {63507} 10986 1 +63509 {63508} 11181 1 +63510 {63509} 1956 1 +63511 {63510} 3552 1 +63512 {63511} 2335 1 +63513 {63512} 1719 1 +63514 {63513} 7543 1 +63515 {63514} 10192 1 +63516 {63515} 1951 1 +63517 {63516} 1153 1 +63518 {63517} 14159 1 +63519 {63518} 10561 1 +63520 {63519} 1752 1 +63521 {63520} 10216 1 +63522 {63521} 10776 1 +63523 {63522} 2434 1 +63524 {63523} 2464 1 +63525 {63524} 2740 1 +63526 {63525} 16561 1 +63527 {63526} 2973 1 +63528 {63527} 10875 1 +63529 {63528} 10519 1 +63530 {63529} 1512 1 +63531 {63530} 2403 1 +63532 {63531} 2862 1 +63533 {63532} 2573 1 +63534 {63533} 12778 1 +63535 {63534} 10025 1 +63536 {63535} 9883 1 +63537 {63536} 8240 1 +63538 {63537} 1959 1 +63539 {63538} 3637 1 +63540 {63539} 9682 1 +63541 {63540} 2453 1 +63542 {63541} 12355 1 +63543 {63542} 8624 1 +63544 {63543} 10536 1 +63545 {63544} 2024 1 +63546 {63545} 10236 1 +63547 {63546} 2160 1 +63548 {63547} 11312 1 +63549 {63548} 10555 1 +63550 {63549} 8644 1 +63551 {63550} 12741 1 +63552 {63551} 10815 1 +63553 {63552} 5209 1 +63554 {63553} 2234 1 +63555 {63554} 10315 1 +63556 {63555} 10296 1 +63557 {63556} 13924 1 +63558 {63557} 10580 1 +63559 {63558} 2267 1 +63560 {63559} 10236 1 +63561 {63560} 2841 1 +63562 {63561} 1138 1 +63563 {63562} 14617 1 +63564 {63563} 2249 1 +63565 {63564} 1630 1 +63566 {63565} 10246 1 +63567 {63566} 760 1 +63568 {63567} 7799 1 +63569 {63568} 1278 1 +63570 {63569} 1756 1 +63571 {63570} 10011 1 +63572 {63571} 3140 1 +63573 {63572} 10040 1 +63574 {63573} 11688 1 +63575 {63574} 9382 1 +63576 {63575} 1409 1 +63577 {63576} 10788 1 +63578 {63577} 8868 1 +63579 {63578} 10887 1 +63580 {63579} 10419 1 +63581 {63580} 9870 1 +63582 {63581} 2769 1 +63583 {63582} 9571 1 +63584 {63583} 2616 1 +63585 {63584} 11741 1 +63586 {63585} 5447 1 +63587 {63586} 9046 1 +63588 {63587} 6660 1 +63589 {63588} 3244 1 +63590 {63589} 3250 1 +63591 {63590} 8921 1 +63592 {63591} 2389 1 +63593 {63592} 2574 1 +63594 {63593} 2104 1 +63595 {63594} 1097 1 +63596 {63595} 10414 1 +63597 {63596} 8887 1 +63598 {63597} 2684 1 +63599 {63598} 11769 1 +63600 {63599} 2454 1 +63601 {63600} 11016 1 +63602 {63601} 13943 1 +63603 {63602} 1583 1 +63604 {63603} 1616 1 +63605 {63604} 3214 1 +63606 {63605} 10315 1 +63607 {63606} 11098 1 +63608 {63607} 10776 1 +63609 {63608} 1478 1 +63610 {63609} 12338 1 +63611 {63610} 15794 1 +63612 {63611} 10165 1 +63613 {63612} 1893 1 +63614 {63613} 10450 1 +63615 {63614} 10130 1 +63616 {63615} 2195 1 +63617 {63616} 10731 1 +63618 {63617} 2386 1 +63619 {63618} 9333 1 +63620 {63619} 1447 1 +63621 {63620} 6866 1 +63622 {63621} 9791 1 +63623 {63622} 2486 1 +63624 {63623} 1676 1 +63625 {63624} 10895 1 +63626 {63625} 4428 1 +63627 {63626} 3564 1 +63628 {63627} 2635 1 +63629 {63628} 571 1 +63630 {63629} 1891 1 +63631 {63630} 10398 1 +63632 {63631} 10938 1 +63633 {63632} 11889 1 +63634 {63633} 10201 1 +63635 {63634} 1862 1 +63636 {63635} 1682 1 +63637 {63636} 8133 1 +63638 {63637} 2480 1 +63639 {63638} 2573 1 +63640 {63639} 9538 1 +63641 {63640} 2700 1 +63642 {63641} 1842 1 +63643 {63642} 2425 1 +63644 {63643} 8422 1 +63645 {63644} 2332 1 +63646 {63645} 9373 1 +63647 {63646} 1750 1 +63648 {63647} 2734 1 +63649 {63648} 9828 1 +63650 {63649} 1434 1 +63651 {63650} 2244 1 +63652 {63651} 3042 1 +63653 {63652} 11414 1 +63654 {63653} 3448 1 +63655 {63654} 3271 1 +63656 {63655} 8806 1 +63657 {63656} 1196 1 +63658 {63657} 3465 1 +63659 {63658} 7805 1 +63660 {63659} 390 1 +63661 {63660} 11206 1 +63662 {63661} 16064 1 +63663 {63662} 2359 1 +63664 {63663} 10859 1 +63665 {63664} 7834 1 +63666 {63665} 2834 1 +63667 {63666} 12087 1 +63668 {63667} 4311 1 +63669 {63668} 10100 1 +63670 {63669} 2196 1 +63671 {63670} 9117 1 +63672 {63671} 15899 1 +63673 {63672} 6718 1 +63674 {63673} 2763 1 +63675 {63674} 10444 1 +63676 {63675} 11316 1 +63677 {63676} 10122 1 +63678 {63677} 2293 1 +63679 {63678} 11785 1 +63680 {63679} 8563 1 +63681 {63680} 12000 1 +63682 {63681} 2087 1 +63683 {63682} 15507 1 +63684 {63683} 14541 1 +63685 {63684} 3132 1 +63686 {63685} 10500 1 +63687 {63686} 1326 1 +63688 {63687} 3075 1 +63689 {63688} 2165 1 +63690 {63689} 14447 1 +63691 {63690} 11788 1 +63692 {63691} 1654 1 +63693 {63692} 1935 1 +63694 {63693} 2716 1 +63695 {63694} 10271 1 +63696 {63695} 8092 1 +63697 {63696} 3567 1 +63698 {63697} 2406 1 +63699 {63698} 10771 1 +63700 {63699} 12244 1 +63701 {63700} 4593 1 +63702 {63701} 2149 1 +63703 {63702} 3197 1 +63704 {63703} 4185 1 +63705 {63704} 3244 1 +63706 {63705} 2265 1 +63707 {63706} 2346 1 +63708 {63707} 9169 1 +63709 {63708} 1188 1 +63710 {63709} 2421 1 +63711 {63710} 1752 1 +63712 {63711} 1925 1 +63713 {63712} 10614 1 +63714 {63713} 2466 1 +63715 {63714} 1648 1 +63716 {63715} 9595 1 +63717 {63716} 307 1 +63718 {63717} 14663 1 +63719 {63718} 14000 1 +63720 {63719} 9604 1 +63721 {63720} 11866 1 +63722 {63721} 11108 1 +63723 {63722} 2433 1 +63724 {63723} 5465 1 +63725 {63724} 3248 1 +63726 {63725} 11252 1 +63727 {63726} 9794 1 +63728 {63727} 12540 1 +63729 {63728} 1849 1 +63730 {63729} 10380 1 +63731 {63730} 9883 1 +63732 {63731} 9793 1 +63733 {63732} 1978 1 +63734 {63733} 8422 1 +63735 {63734} 11395 1 +63736 {63735} 16175 1 +63737 {63736} 2534 1 +63738 {63737} 3288 1 +63739 {63738} 8605 1 +63740 {63739} 3034 1 +63741 {63740} 9995 1 +63742 {63741} 2094 1 +63743 {63742} 14105 1 +63744 {63743} 2433 1 +63745 {63744} 9114 1 +63746 {63745} 2601 1 +63747 {63746} 3000 1 +63748 {63747} 2501 1 +63749 {63748} 7627 1 +63750 {63749} 2257 1 +63751 {63750} 1851 1 +63752 {63751} 3646 1 +63753 {63752} 1097 1 +63754 {63753} 2329 1 +63755 {63754} 12767 1 +63756 {63755} 2134 1 +63757 {63756} 9978 1 +63758 {63757} 11336 1 +63759 {63758} 2320 1 +63760 {63759} 10182 1 +63761 {63760} 1519 1 +63762 {63761} 1817 1 +63763 {63762} 11167 1 +63764 {63763} 10210 1 +63765 {63764} 1646 1 +63766 {63765} 10248 1 +63767 {63766} 2775 1 +63768 {63767} 3484 1 +63769 {63768} 1974 1 +63770 {63769} 10099 1 +63771 {63770} 10751 1 +63772 {63771} 10241 1 +63773 {63772} 11389 1 +63774 {63773} 3799 1 +63775 {63774} 10804 1 +63776 {63775} 2133 1 +63777 {63776} 1941 1 +63778 {63777} 6129 1 +63779 {63778} 1965 1 +63780 {63779} 8417 1 +63781 {63780} 2719 1 +63782 {63781} 8523 1 +63783 {63782} 10778 1 +63784 {63783} 11476 1 +63785 {63784} 10186 1 +63786 {63785} 2244 1 +63787 {63786} 1720 1 +63788 {63787} 9612 1 +63789 {63788} 15735 1 +63790 {63789} 1650 1 +63791 {63790} 3232 1 +63792 {63791} 2527 1 +63793 {63792} 11544 1 +63794 {63793} 3110 1 +63795 {63794} 1442 1 +63796 {63795} 8826 1 +63797 {63796} 14148 1 +63798 {63797} 10869 1 +63799 {63798} 12086 1 +63800 {63799} 2051 1 +63801 {63800} 3454 1 +63802 {63801} 10509 1 +63803 {63802} 16381 1 +63804 {63803} 9472 1 +63805 {63804} 9937 1 +63806 {63805} 9205 1 +63807 {63806} 10218 1 +63808 {63807} 10241 1 +63809 {63808} 9838 1 +63810 {63809} 10134 1 +63811 {63810} 2009 1 +63812 {63811} 2837 1 +63813 {63812} 8742 1 +63814 {63813} 2456 1 +63815 {63814} 1327 1 +63816 {63815} 1674 1 +63817 {63816} 9208 1 +63818 {63817} 10444 1 +63819 {63818} 2736 1 +63820 {63819} 10714 1 +63821 {63820} 10530 1 +63822 {63821} 2397 1 +63823 {63822} 10252 1 +63824 {63823} 1543 1 +63825 {63824} 9983 1 +63826 {63825} 3895 1 +63827 {63826} 1090 1 +63828 {63827} 7845 1 +63829 {63828} 10692 1 +63830 {63829} 2670 1 +63831 {63830} 12127 1 +63832 {63831} 10245 1 +63833 {63832} 10301 1 +63834 {63833} 8333 1 +63835 {63834} 2971 1 +63836 {63835} 12030 1 +63837 {63836} 2161 1 +63838 {63837} 9153 1 +63839 {63838} 10425 1 +63840 {63839} 12901 1 +63841 {63840} 11222 1 +63842 {63841} 343 1 +63843 {63842} 11223 1 +63844 {63843} 11130 1 +63845 {63844} 2634 1 +63846 {63845} 2212 1 +63847 {63846} 8601 1 +63848 {63847} 8373 1 +63849 {63848} 3084 1 +63850 {63849} 2348 1 +63851 {63850} 9143 1 +63852 {63851} 2611 1 +63853 {63852} 9678 1 +63854 {63853} 2631 1 +63855 {63854} 11273 1 +63856 {63855} 1848 1 +63857 {63856} 2540 1 +63858 {63857} 9524 1 +63859 {63858} 9800 1 +63860 {63859} 2160 1 +63861 {63860} 9878 1 +63862 {63861} 13949 1 +63863 {63862} 9081 1 +63864 {63863} 9381 1 +63865 {63864} 1069 1 +63866 {63865} 9177 1 +63867 {63866} 10655 1 +63868 {63867} 3090 1 +63869 {63868} 8731 1 +63870 {63869} 1483 1 +63871 {63870} 11232 1 +63872 {63871} 2461 1 +63873 {63872} 2117 1 +63874 {63873} 9900 1 +63875 {63874} 1755 1 +63876 {63875} 2363 1 +63877 {63876} 1617 1 +63878 {63877} 9771 1 +63879 {63878} 10384 1 +63880 {63879} 262 1 +63881 {63880} 2193 1 +63882 {63881} 13463 1 +63883 {63882} 1686 1 +63884 {63883} 10223 1 +63885 {63884} 2897 1 +63886 {63885} 1919 1 +63887 {63886} 3077 1 +63888 {63887} 10456 1 +63889 {63888} 9205 1 +63890 {63889} 9215 1 +63891 {63890} 2830 1 +63892 {63891} 13489 1 +63893 {63892} 2252 1 +63894 {63893} 2163 1 +63895 {63894} 15251 1 +63896 {63895} 1520 1 +63897 {63896} 2805 1 +63898 {63897} 8970 1 +63899 {63898} 11706 1 +63900 {63899} 9076 1 +63901 {63900} 2504 1 +63902 {63901} 8385 1 +63903 {63902} 14201 1 +63904 {63903} 2293 1 +63905 {63904} 932 1 +63906 {63905} 3109 1 +63907 {63906} 2635 1 +63908 {63907} 11351 1 +63909 {63908} 11008 1 +63910 {63909} 1851 1 +63911 {63910} 10660 1 +63912 {63911} 11051 1 +63913 {63912} 13428 1 +63914 {63913} 2063 1 +63915 {63914} 2811 1 +63916 {63915} 8773 1 +63917 {63916} 2024 1 +63918 {63917} 10425 1 +63919 {63918} 2853 1 +63920 {63919} 792 1 +63921 {63920} 1646 1 +63922 {63921} 11754 1 +63923 {63922} 8712 1 +63924 {63923} 1462 1 +63925 {63924} 3031 1 +63926 {63925} 10525 1 +63927 {63926} 8176 1 +63928 {63927} 15078 1 +63929 {63928} 2100 1 +63930 {63929} 11568 1 +63931 {63930} 989 1 +63932 {63931} 2837 1 +63933 {63932} 3863 1 +63934 {63933} 11146 1 +63935 {63934} 2232 1 +63936 {63935} 1638 1 +63937 {63936} 2132 1 +63938 {63937} 1280 1 +63939 {63938} 5248 1 +63940 {63939} 10572 1 +63941 {63940} 9644 1 +63942 {63941} 1584 1 +63943 {63942} 1680 1 +63944 {63943} 1532 1 +63945 {63944} 14802 1 +63946 {63945} 1716 1 +63947 {63946} 9111 1 +63948 {63947} 2184 1 +63949 {63948} 1237 1 +63950 {63949} 10686 1 +63951 {63950} 2668 1 +63952 {63951} 2574 1 +63953 {63952} 11188 1 +63954 {63953} 11256 1 +63955 {63954} 2339 1 +63956 {63955} 3000 1 +63957 {63956} 1224 1 +63958 {63957} 2474 1 +63959 {63958} 5419 1 +63960 {63959} 10600 1 +63961 {63960} 11662 1 +63962 {63961} 2934 1 +63963 {63962} 2302 1 +63964 {63963} 11860 1 +63965 {63964} 1471 1 +63966 {63965} 13228 1 +63967 {63966} 3000 1 +63968 {63967} 9835 1 +63969 {63968} 3213 1 +63970 {63969} 9623 1 +63971 {63970} 10462 1 +63972 {63971} 2264 1 +63973 {63972} 2671 1 +63974 {63973} 8565 1 +63975 {63974} 6308 1 +63976 {63975} 1708 1 +63977 {63976} 3192 1 +63978 {63977} 2629 1 +63979 {63978} 11433 1 +63980 {63979} 2357 1 +63981 {63980} 2200 1 +63982 {63981} 710 1 +63983 {63982} 3969 1 +63984 {63983} 9850 1 +63985 {63984} 1345 1 +63986 {63985} 3301 1 +63987 {63986} 8750 1 +63988 {63987} 3432 1 +63989 {63988} 2708 1 +63990 {63989} 2770 1 +63991 {63990} 2642 1 +63992 {63991} 1931 1 +63993 {63992} 4814 1 +63994 {63993} 2412 1 +63995 {63994} 5555 1 +63996 {63995} 2569 1 +63997 {63996} 3624 1 +63998 {63997} 9655 1 +63999 {63998} 10752 1 +64000 {63999} 9947 1 +64001 {64000} 1186 1 +64002 {64001} 10449 1 +64003 {64002} 2825 1 +64004 {64003} 8661 1 +64005 {64004} 11841 1 +64006 {64005} 11092 1 +64007 {64006} 13257 1 +64008 {64007} 9376 1 +64009 {64008} 9253 1 +64010 {64009} 9323 1 +64011 {64010} 10637 1 +64012 {64011} 3077 1 +64013 {64012} 12416 1 +64014 {64013} 10398 1 +64015 {64014} 2810 1 +64016 {64015} 1959 1 +64017 {64016} 9698 1 +64018 {64017} 9545 1 +64019 {64018} 1667 1 +64020 {64019} 3474 1 +64021 {64020} 980 1 +64022 {64021} 1519 1 +64023 {64022} 10607 1 +64024 {64023} 9955 1 +64025 {64024} 11736 1 +64026 {64025} 2579 1 +64027 {64026} 3368 1 +64028 {64027} 9220 1 +64029 {64028} 1132 1 +64030 {64029} 8914 1 +64031 {64030} 15680 1 +64032 {64031} 10606 1 +64033 {64032} 6376 1 +64034 {64033} 2084 1 +64035 {64034} 2051 1 +64036 {64035} 10018 1 +64037 {64036} 12207 1 +64038 {64037} 1919 1 +64039 {64038} 2844 1 +64040 {64039} 11871 1 +64041 {64040} 1241 1 +64042 {64041} 10351 1 +64043 {64042} 2116 1 +64044 {64043} 7242 1 +64045 {64044} 1406 1 +64046 {64045} 2268 1 +64047 {64046} 3848 1 +64048 {64047} 2539 1 +64049 {64048} 2579 1 +64050 {64049} 2382 1 +64051 {64050} 2969 1 +64052 {64051} 2158 1 +64053 {64052} 15353 1 +64054 {64053} 2806 1 +64055 {64054} 4300 1 +64056 {64055} 1482 1 +64057 {64056} 5377 1 +64058 {64057} 2691 1 +64059 {64058} 2170 1 +64060 {64059} 10878 1 +64061 {64060} 11690 1 +64062 {64061} 3850 1 +64063 {64062} 3139 1 +64064 {64063} 10315 1 +64065 {64064} 3246 1 +64066 {64065} 10234 1 +64067 {64066} 4239 1 +64068 {64067} 1631 1 +64069 {64068} 3003 1 +64070 {64069} 9959 1 +64071 {64070} 1970 1 +64072 {64071} 9759 1 +64073 {64072} 10738 1 +64074 {64073} 2816 1 +64075 {64074} 10533 1 +64076 {64075} 10832 1 +64077 {64076} 2184 1 +64078 {64077} 11234 1 +64079 {64078} 11372 1 +64080 {64079} 9063 1 +64081 {64080} 11222 1 +64082 {64081} 11884 1 +64083 {64082} 10271 1 +64084 {64083} 10135 1 +64085 {64084} 2366 1 +64086 {64085} 10153 1 +64087 {64086} 2743 1 +64088 {64087} 1383 1 +64089 {64088} 9364 1 +64090 {64089} 1486 1 +64091 {64090} 3003 1 +64092 {64091} 11298 1 +64093 {64092} 2560 1 +64094 {64093} 11633 1 +64095 {64094} 10074 1 +64096 {64095} 2826 1 +64097 {64096} 3011 1 +64098 {64097} 1993 1 +64099 {64098} 1653 1 +64100 {64099} 12848 1 +64101 {64100} 9654 1 +64102 {64101} 2021 1 +64103 {64102} 1553 1 +64104 {64103} 2021 1 +64105 {64104} 13448 1 +64106 {64105} 3666 1 +64107 {64106} 2066 1 +64108 {64107} 2670 1 +64109 {64108} 1841 1 +64110 {64109} 9657 1 +64111 {64110} 10175 1 +64112 {64111} 11380 1 +64113 {64112} 15929 1 +64114 {64113} 9512 1 +64115 {64114} 2395 1 +64116 {64115} 10463 1 +64117 {64116} 12301 1 +64118 {64117} 8679 1 +64119 {64118} 2643 1 +64120 {64119} 1841 1 +64121 {64120} 3245 1 +64122 {64121} 2560 1 +64123 {64122} 2190 1 +64124 {64123} 2382 1 +64125 {64124} 2957 1 +64126 {64125} 9990 1 +64127 {64126} 1913 1 +64128 {64127} 9333 1 +64129 {64128} 12448 1 +64130 {64129} 16442 1 +64131 {64130} 8010 1 +64132 {64131} 3636 1 +64133 {64132} 2695 1 +64134 {64133} 3509 1 +64135 {64134} 7985 1 +64136 {64135} 10670 1 +64137 {64136} 10680 1 +64138 {64137} 5000 1 +64139 {64138} 10999 1 +64140 {64139} 1877 1 +64141 {64140} 11227 1 +64142 {64141} 10162 1 +64143 {64142} 1479 1 +64144 {64143} 13227 1 +64145 {64144} 2024 1 +64146 {64145} 1553 1 +64147 {64146} 11343 1 +64148 {64147} 1884 1 +64149 {64148} 2143 1 +64150 {64149} 9622 1 +64151 {64150} 2840 1 +64152 {64151} 2024 1 +64153 {64152} 9519 1 +64154 {64153} 2862 1 +64155 {64154} 2603 1 +64156 {64155} 2322 1 +64157 {64156} 1923 1 +64158 {64157} 1821 1 +64159 {64158} 9264 1 +64160 {64159} 3662 1 +64161 {64160} 9700 1 +64162 {64161} 2050 1 +64163 {64162} 2245 1 +64164 {64163} 669 1 +64165 {64164} 4769 1 +64166 {64165} 11833 1 +64167 {64166} 2535 1 +64168 {64167} 2633 1 +64169 {64168} 2241 1 +64170 {64169} 11964 1 +64171 {64170} 3331 1 +64172 {64171} 2196 1 +64173 {64172} 9940 1 +64174 {64173} 15276 1 +64175 {64174} 11664 1 +64176 {64175} 10575 1 +64177 {64176} 2190 1 +64178 {64177} 12230 1 +64179 {64178} 2251 1 +64180 {64179} 13210 1 +64181 {64180} 1927 1 +64182 {64181} 2334 1 +64183 {64182} 11695 1 +64184 {64183} 1586 1 +64185 {64184} 1749 1 +64186 {64185} 2331 1 +64187 {64186} 8258 1 +64188 {64187} 2760 1 +64189 {64188} 10581 1 +64190 {64189} 1954 1 +64191 {64190} 10011 1 +64192 {64191} 2591 1 +64193 {64192} 12135 1 +64194 {64193} 12885 1 +64195 {64194} 2617 1 +64196 {64195} 1581 1 +64197 {64196} 1203 1 +64198 {64197} 2503 1 +64199 {64198} 1474 1 +64200 {64199} 1670 1 +64201 {64200} 11283 1 +64202 {64201} 1404 1 +64203 {64202} 2454 1 +64204 {64203} 2910 1 +64205 {64204} 2256 1 +64206 {64205} 1653 1 +64207 {64206} 10061 1 +64208 {64207} 5934 1 +64209 {64208} 2228 1 +64210 {64209} 2100 1 +64211 {64210} 10065 1 +64212 {64211} 1554 1 +64213 {64212} 2215 1 +64214 {64213} 3335 1 +64215 {64214} 10361 1 +64216 {64215} 637 1 +64217 {64216} 11316 1 +64218 {64217} 2261 1 +64219 {64218} 1553 1 +64220 {64219} 1637 1 +64221 {64220} 15986 1 +64222 {64221} 2639 1 +64223 {64222} 12701 1 +64224 {64223} 14122 1 +64225 {64224} 2699 1 +64226 {64225} 2399 1 +64227 {64226} 1278 1 +64228 {64227} 9515 1 +64229 {64228} 2154 1 +64230 {64229} 9489 1 +64231 {64230} 15098 1 +64232 {64231} 855 1 +64233 {64232} 1100 1 +64234 {64233} 1701 1 +64235 {64234} 502 1 +64236 {64235} 2367 1 +64237 {64236} 1859 1 +64238 {64237} 1523 1 +64239 {64238} 10653 1 +64240 {64239} 2152 1 +64241 {64240} 14717 1 +64242 {64241} 2331 1 +64243 {64242} 5862 1 +64244 {64243} 2738 1 +64245 {64244} 2640 1 +64246 {64245} 15408 1 +64247 {64246} 3141 1 +64248 {64247} 1397 1 +64249 {64248} 1889 1 +64250 {64249} 14432 1 +64251 {64250} 8738 1 +64252 {64251} 1305 1 +64253 {64252} 8582 1 +64254 {64253} 5365 1 +64255 {64254} 3294 1 +64256 {64255} 10386 1 +64257 {64256} 1599 1 +64258 {64257} 7330 1 +64259 {64258} 2051 1 +64260 {64259} 3653 1 +64261 {64260} 3104 1 +64262 {64261} 9100 1 +64263 {64262} 2742 1 +64264 {64263} 12852 1 +64265 {64264} 2658 1 +64266 {64265} 2523 1 +64267 {64266} 1609 1 +64268 {64267} 2662 1 +64269 {64268} 10935 1 +64270 {64269} 2457 1 +64271 {64270} 2084 1 +64272 {64271} 10911 1 +64273 {64272} 2366 1 +64274 {64273} 2940 1 +64275 {64274} 3895 1 +64276 {64275} 11470 1 +64277 {64276} 2666 1 +64278 {64277} 3669 1 +64279 {64278} 10627 1 +64280 {64279} 11031 1 +64281 {64280} 4167 1 +64282 {64281} 10487 1 +64283 {64282} 1568 1 +64284 {64283} 9812 1 +64285 {64284} 1511 1 +64286 {64285} 1962 1 +64287 {64286} 1607 1 +64288 {64287} 2316 1 +64289 {64288} 2972 1 +64290 {64289} 9070 1 +64291 {64290} 4171 1 +64292 {64291} 3213 1 +64293 {64292} 10564 1 +64294 {64293} 1552 1 +64295 {64294} 2327 1 +64296 {64295} 1614 1 +64297 {64296} 9291 1 +64298 {64297} 2835 1 +64299 {64298} 16300 1 +64300 {64299} 2775 1 +64301 {64300} 10797 1 +64302 {64301} 14484 1 +64303 {64302} 16336 1 +64304 {64303} 1641 1 +64305 {64304} 3700 1 +64306 {64305} 2707 1 +64307 {64306} 15466 1 +64308 {64307} 3693 1 +64309 {64308} 1572 1 +64310 {64309} 2063 1 +64311 {64310} 2739 1 +64312 {64311} 2267 1 +64313 {64312} 9571 1 +64314 {64313} 2589 1 +64315 {64314} 9004 1 +64316 {64315} 10875 1 +64317 {64316} 12287 1 +64318 {64317} 3743 1 +64319 {64318} 11966 1 +64320 {64319} 2845 1 +64321 {64320} 3029 1 +64322 {64321} 9594 1 +64323 {64322} 1096 1 +64324 {64323} 1924 1 +64325 {64324} 2638 1 +64326 {64325} 3160 1 +64327 {64326} 2633 1 +64328 {64327} 11321 1 +64329 {64328} 7093 1 +64330 {64329} 2195 1 +64331 {64330} 9807 1 +64332 {64331} 6699 1 +64333 {64332} 2822 1 +64334 {64333} 1839 1 +64335 {64334} 1739 1 +64336 {64335} 11547 1 +64337 {64336} 1877 1 +64338 {64337} 10028 1 +64339 {64338} 1850 1 +64340 {64339} 2700 1 +64341 {64340} 3068 1 +64342 {64341} 2027 1 +64343 {64342} 1369 1 +64344 {64343} 1949 1 +64345 {64344} 7868 1 +64346 {64345} 8924 1 +64347 {64346} 2192 1 +64348 {64347} 2562 1 +64349 {64348} 9765 1 +64350 {64349} 13302 1 +64351 {64350} 2395 1 +64352 {64351} 1987 1 +64353 {64352} 11386 1 +64354 {64353} 2733 1 +64355 {64354} 14467 1 +64356 {64355} 7399 1 +64357 {64356} 10655 1 +64358 {64357} 9779 1 +64359 {64358} 7855 1 +64360 {64359} 10826 1 +64361 {64360} 1342 1 +64362 {64361} 10804 1 +64363 {64362} 1483 1 +64364 {64363} 13419 1 +64365 {64364} 3033 1 +64366 {64365} 12057 1 +64367 {64366} 2467 1 +64368 {64367} 1241 1 +64369 {64368} 13855 1 +64370 {64369} 5143 1 +64371 {64370} 1957 1 +64372 {64371} 12336 1 +64373 {64372} 1405 1 +64374 {64373} 2600 1 +64375 {64374} 963 1 +64376 {64375} 1854 1 +64377 {64376} 3179 1 +64378 {64377} 2498 1 +64379 {64378} 1188 1 +64380 {64379} 2004 1 +64381 {64380} 6992 1 +64382 {64381} 2672 1 +64383 {64382} 1680 1 +64384 {64383} 8778 1 +64385 {64384} 9342 1 +64386 {64385} 3140 1 +64387 {64386} 10234 1 +64388 {64387} 2390 1 +64389 {64388} 3026 1 +64390 {64389} 2423 1 +64391 {64390} 9167 1 +64392 {64391} 8947 1 +64393 {64392} 3111 1 +64394 {64393} 9657 1 +64395 {64394} 11348 1 +64396 {64395} 10893 1 +64397 {64396} 2367 1 +64398 {64397} 9907 1 +64399 {64398} 15771 1 +64400 {64399} 8537 1 +64401 {64400} 2941 1 +64402 {64401} 10462 1 +64403 {64402} 2301 1 +64404 {64403} 760 1 +64405 {64404} 2869 1 +64406 {64405} 5201 1 +64407 {64406} 8135 1 +64408 {64407} 1105 1 +64409 {64408} 10575 1 +64410 {64409} 10315 1 +64411 {64410} 2531 1 +64412 {64411} 1946 1 +64413 {64412} 8110 1 +64414 {64413} 9829 1 +64415 {64414} 3012 1 +64416 {64415} 1334 1 +64417 {64416} 10923 1 +64418 {64417} 11096 1 +64419 {64418} 8781 1 +64420 {64419} 2864 1 +64421 {64420} 6205 1 +64422 {64421} 12989 1 +64423 {64422} 4180 1 +64424 {64423} 8104 1 +64425 {64424} 1933 1 +64426 {64425} 2054 1 +64427 {64426} 944 1 +64428 {64427} 10905 1 +64429 {64428} 2739 1 +64430 {64429} 2134 1 +64431 {64430} 2462 1 +64432 {64431} 2640 1 +64433 {64432} 3569 1 +64434 {64433} 8248 1 +64435 {64434} 1951 1 +64436 {64435} 1535 1 +64437 {64436} 362 1 +64438 {64437} 2423 1 +64439 {64438} 10139 1 +64440 {64439} 11810 1 +64441 {64440} 2615 1 +64442 {64441} 3280 1 +64443 {64442} 2231 1 +64444 {64443} 7922 1 +64445 {64444} 1380 1 +64446 {64445} 11509 1 +64447 {64446} 1716 1 +64448 {64447} 9842 1 +64449 {64448} 16337 1 +64450 {64449} 2260 1 +64451 {64450} 2056 1 +64452 {64451} 3415 1 +64453 {64452} 2029 1 +64454 {64453} 1831 1 +64455 {64454} 9623 1 +64456 {64455} 842 1 +64457 {64456} 1286 1 +64458 {64457} 9606 1 +64459 {64458} 2334 1 +64460 {64459} 2895 1 +64461 {64460} 11346 1 +64462 {64461} 8592 1 +64463 {64462} 2726 1 +64464 {64463} 9159 1 +64465 {64464} 15572 1 +64466 {64465} 1431 1 +64467 {64466} 3199 1 +64468 {64467} 2664 1 +64469 {64468} 10832 1 +64470 {64469} 2487 1 +64471 {64470} 11833 1 +64472 {64471} 1823 1 +64473 {64472} 11753 1 +64474 {64473} 3475 1 +64475 {64474} 6791 1 +64476 {64475} 3771 1 +64477 {64476} 2125 1 +64478 {64477} 11810 1 +64479 {64478} 2251 1 +64480 {64479} 10049 1 +64481 {64480} 1860 1 +64482 {64481} 1417 1 +64483 {64482} 9556 1 +64484 {64483} 1584 1 +64485 {64484} 10835 1 +64486 {64485} 7222 1 +64487 {64486} 10932 1 +64488 {64487} 10858 1 +64489 {64488} 10121 1 +64490 {64489} 10902 1 +64491 {64490} 1667 1 +64492 {64491} 2101 1 +64493 {64492} 14478 1 +64494 {64493} 1099 1 +64495 {64494} 8818 1 +64496 {64495} 6644 1 +64497 {64496} 10846 1 +64498 {64497} 2087 1 +64499 {64498} 11343 1 +64500 {64499} 10059 1 +64501 {64500} 3503 1 +64502 {64501} 6806 1 +64503 {64502} 1417 1 +64504 {64503} 9295 1 +64505 {64504} 13514 1 +64506 {64505} 856 1 +64507 {64506} 1706 1 +64508 {64507} 8522 1 +64509 {64508} 1960 1 +64510 {64509} 2494 1 +64511 {64510} 10281 1 +64512 {64511} 11619 1 +64513 {64512} 16275 1 +64514 {64513} 10049 1 +64515 {64514} 15981 1 +64516 {64515} 11686 1 +64517 {64516} 10646 1 +64518 {64517} 3016 1 +64519 {64518} 15587 1 +64520 {64519} 10241 1 +64521 {64520} 11180 1 +64522 {64521} 9476 1 +64523 {64522} 2489 1 +64524 {64523} 2021 1 +64525 {64524} 3135 1 +64526 {64525} 1896 1 +64527 {64526} 1885 1 +64528 {64527} 2869 1 +64529 {64528} 1707 1 +64530 {64529} 1878 1 +64531 {64530} 2870 1 +64532 {64531} 7521 1 +64533 {64532} 456 1 +64534 {64533} 13268 1 +64535 {64534} 2708 1 +64536 {64535} 2908 1 +64537 {64536} 11771 1 +64538 {64537} 2504 1 +64539 {64538} 2373 1 +64540 {64539} 2155 1 +64541 {64540} 10794 1 +64542 {64541} 3140 1 +64543 {64542} 1963 1 +64544 {64543} 963 1 +64545 {64544} 3263 1 +64546 {64545} 11008 1 +64547 {64546} 10801 1 +64548 {64547} 10599 1 +64549 {64548} 10086 1 +64550 {64549} 5844 1 +64551 {64550} 9775 1 +64552 {64551} 3007 1 +64553 {64552} 10134 1 +64554 {64553} 3279 1 +64555 {64554} 10343 1 +64556 {64555} 2332 1 +64557 {64556} 10455 1 +64558 {64557} 12411 1 +64559 {64558} 2627 1 +64560 {64559} 9098 1 +64561 {64560} 994 1 +64562 {64561} 16499 1 +64563 {64562} 10335 1 +64564 {64563} 2094 1 +64565 {64564} 2901 1 +64566 {64565} 10841 1 +64567 {64566} 2067 1 +64568 {64567} 2728 1 +64569 {64568} 1856 1 +64570 {64569} 2423 1 +64571 {64570} 9967 1 +64572 {64571} 9109 1 +64573 {64572} 10155 1 +64574 {64573} 10157 1 +64575 {64574} 2934 1 +64576 {64575} 1626 1 +64577 {64576} 10750 1 +64578 {64577} 2862 1 +64579 {64578} 2862 1 +64580 {64579} 2056 1 +64581 {64580} 1013 1 +64582 {64581} 10098 1 +64583 {64582} 2635 1 +64584 {64583} 1477 1 +64585 {64584} 2793 1 +64586 {64585} 11175 1 +64587 {64586} 710 1 +64588 {64587} 2703 1 +64589 {64588} 3782 1 +64590 {64589} 2223 1 +64591 {64590} 10239 1 +64592 {64591} 2739 1 +64593 {64592} 1737 1 +64594 {64593} 14188 1 +64595 {64594} 11399 1 +64596 {64595} 1679 1 +64597 {64596} 1486 1 +64598 {64597} 14966 1 +64599 {64598} 10947 1 +64600 {64599} 2069 1 +64601 {64600} 11262 1 +64602 {64601} 9114 1 +64603 {64602} 14356 1 +64604 {64603} 1811 1 +64605 {64604} 7079 1 +64606 {64605} 11415 1 +64607 {64606} 2806 1 +64608 {64607} 10436 1 +64609 {64608} 9703 1 +64610 {64609} 10431 1 +64611 {64610} 10813 1 +64612 {64611} 2766 1 +64613 {64612} 2668 1 +64614 {64613} 10425 1 +64615 {64614} 919 1 +64616 {64615} 2304 1 +64617 {64616} 10055 1 +64618 {64617} 7563 1 +64619 {64618} 3527 1 +64620 {64619} 1760 1 +64621 {64620} 2839 1 +64622 {64621} 1791 1 +64623 {64622} 9618 1 +64624 {64623} 1703 1 +64625 {64624} 3064 1 +64626 {64625} 5452 1 +64627 {64626} 9995 1 +64628 {64627} 1889 1 +64629 {64628} 10083 1 +64630 {64629} 2967 1 +64631 {64630} 11665 1 +64632 {64631} 2734 1 +64633 {64632} 2804 1 +64634 {64633} 1308 1 +64635 {64634} 1673 1 +64636 {64635} 10231 1 +64637 {64636} 3574 1 +64638 {64637} 3537 1 +64639 {64638} 2597 1 +64640 {64639} 2310 1 +64641 {64640} 2671 1 +64642 {64641} 10093 1 +64643 {64642} 2504 1 +64644 {64643} 10951 1 +64645 {64644} 10407 1 +64646 {64645} 4901 1 +64647 {64646} 1548 1 +64648 {64647} 5321 1 +64649 {64648} 2791 1 +64650 {64649} 8847 1 +64651 {64650} 9111 1 +64652 {64651} 2503 1 +64653 {64652} 11143 1 +64654 {64653} 3708 1 +64655 {64654} 2285 1 +64656 {64655} 10953 1 +64657 {64656} 2092 1 +64658 {64657} 2113 1 +64659 {64658} 2531 1 +64660 {64659} 13624 1 +64661 {64660} 4306 1 +64662 {64661} 2329 1 +64663 {64662} 10479 1 +64664 {64663} 8126 1 +64665 {64664} 2235 1 +64666 {64665} 2303 1 +64667 {64666} 11169 1 +64668 {64667} 1989 1 +64669 {64668} 11873 1 +64670 {64669} 9279 1 +64671 {64670} 2536 1 +64672 {64671} 10867 1 +64673 {64672} 7925 1 +64674 {64673} 6489 1 +64675 {64674} 1827 1 +64676 {64675} 2096 1 +64677 {64676} 10029 1 +64678 {64677} 2817 1 +64679 {64678} 2587 1 +64680 {64679} 1940 1 +64681 {64680} 2092 1 +64682 {64681} 1540 1 +64683 {64682} 2400 1 +64684 {64683} 9273 1 +64685 {64684} 6581 1 +64686 {64685} 2196 1 +64687 {64686} 2030 1 +64688 {64687} 2777 1 +64689 {64688} 3336 1 +64690 {64689} 11659 1 +64691 {64690} 14671 1 +64692 {64691} 760 1 +64693 {64692} 1911 1 +64694 {64693} 2906 1 +64695 {64694} 7194 1 +64696 {64695} 3041 1 +64697 {64696} 9243 1 +64698 {64697} 12132 1 +64699 {64698} 6098 1 +64700 {64699} 9272 1 +64701 {64700} 1435 1 +64702 {64701} 11893 1 +64703 {64702} 11123 1 +64704 {64703} 11372 1 +64705 {64704} 12209 1 +64706 {64705} 8492 1 +64707 {64706} 11086 1 +64708 {64707} 8344 1 +64709 {64708} 2218 1 +64710 {64709} 16313 1 +64711 {64710} 3098 1 +64712 {64711} 10153 1 +64713 {64712} 9192 1 +64714 {64713} 11167 1 +64715 {64714} 5545 1 +64716 {64715} 9539 1 +64717 {64716} 2661 1 +64718 {64717} 3435 1 +64719 {64718} 1054 1 +64720 {64719} 3442 1 +64721 {64720} 10987 1 +64722 {64721} 3109 1 +64723 {64722} 3359 1 +64724 {64723} 9619 1 +64725 {64724} 1703 1 +64726 {64725} 2901 1 +64727 {64726} 10832 1 +64728 {64727} 1724 1 +64729 {64728} 363 1 +64730 {64729} 10310 1 +64731 {64730} 2100 1 +64732 {64731} 1785 1 +64733 {64732} 9403 1 +64734 {64733} 1099 1 +64735 {64734} 13590 1 +64736 {64735} 5532 1 +64737 {64736} 10595 1 +64738 {64737} 10094 1 +64739 {64738} 7970 1 +64740 {64739} 2081 1 +64741 {64740} 1889 1 +64742 {64741} 2073 1 +64743 {64742} 9664 1 +64744 {64743} 11546 1 +64745 {64744} 2165 1 +64746 {64745} 14904 1 +64747 {64746} 10556 1 +64748 {64747} 11319 1 +64749 {64748} 87 1 +64750 {64749} 2400 1 +64751 {64750} 2648 1 +64752 {64751} 3347 1 +64753 {64752} 2215 1 +64754 {64753} 2113 1 +64755 {64754} 12046 1 +64756 {64755} 10531 1 +64757 {64756} 776 1 +64758 {64757} 10400 1 +64759 {64758} 9885 1 +64760 {64759} 9547 1 +64761 {64760} 2230 1 +64762 {64761} 2333 1 +64763 {64762} 1449 1 +64764 {64763} 9338 1 +64765 {64764} 7850 1 +64766 {64765} 2605 1 +64767 {64766} 10505 1 +64768 {64767} 1851 1 +64769 {64768} 1374 1 +64770 {64769} 8665 1 +64771 {64770} 10581 1 +64772 {64771} 564 1 +64773 {64772} 2763 1 +64774 {64773} 2197 1 +64775 {64774} 2295 1 +64776 {64775} 2501 1 +64777 {64776} 7449 1 +64778 {64777} 5136 1 +64779 {64778} 2287 1 +64780 {64779} 14355 1 +64781 {64780} 2269 1 +64782 {64781} 2128 1 +64783 {64782} 2323 1 +64784 {64783} 11555 1 +64785 {64784} 11310 1 +64786 {64785} 11999 1 +64787 {64786} 1218 1 +64788 {64787} 8645 1 +64789 {64788} 2163 1 +64790 {64789} 533 1 +64791 {64790} 1852 1 +64792 {64791} 8969 1 +64793 {64792} 2633 1 +64794 {64793} 1636 1 +64795 {64794} 2498 1 +64796 {64795} 10155 1 +64797 {64796} 2181 1 +64798 {64797} 1438 1 +64799 {64798} 11316 1 +64800 {64799} 10843 1 +64801 {64800} 9124 1 +64802 {64801} 2359 1 +64803 {64802} 8991 1 +64804 {64803} 1268 1 +64805 {64804} 1585 1 +64806 {64805} 2668 1 +64807 {64806} 10351 1 +64808 {64807} 1546 1 +64809 {64808} 9364 1 +64810 {64809} 1120 1 +64811 {64810} 9670 1 +64812 {64811} 11091 1 +64813 {64812} 9055 1 +64814 {64813} 11213 1 +64815 {64814} 2435 1 +64816 {64815} 2055 1 +64817 {64816} 16466 1 +64818 {64817} 9345 1 +64819 {64818} 2906 1 +64820 {64819} 3104 1 +64821 {64820} 9657 1 +64822 {64821} 4034 1 +64823 {64822} 3281 1 +64824 {64823} 3533 1 +64825 {64824} 1846 1 +64826 {64825} 2810 1 +64827 {64826} 10863 1 +64828 {64827} 1625 1 +64829 {64828} 7177 1 +64830 {64829} 3076 1 +64831 {64830} 10741 1 +64832 {64831} 1927 1 +64833 {64832} 9156 1 +64834 {64833} 2467 1 +64835 {64834} 3274 1 +64836 {64835} 1158 1 +64837 {64836} 10555 1 +64838 {64837} 2692 1 +64839 {64838} 11336 1 +64840 {64839} 8779 1 +64841 {64840} 9987 1 +64842 {64841} 10210 1 +64843 {64842} 13554 1 +64844 {64843} 9665 1 +64845 {64844} 9288 1 +64846 {64845} 2151 1 +64847 {64846} 2399 1 +64848 {64847} 1893 1 +64849 {64848} 2218 1 +64850 {64849} 9111 1 +64851 {64850} 10365 1 +64852 {64851} 15240 1 +64853 {64852} 10026 1 +64854 {64853} 1098 1 +64855 {64854} 10786 1 +64856 {64855} 1804 1 +64857 {64856} 1812 1 +64858 {64857} 1359 1 +64859 {64858} 9580 1 +64860 {64859} 10922 1 +64861 {64860} 2264 1 +64862 {64861} 2102 1 +64863 {64862} 1618 1 +64864 {64863} 1038 1 +64865 {64864} 2360 1 +64866 {64865} 11357 1 +64867 {64866} 6136 1 +64868 {64867} 2233 1 +64869 {64868} 2967 1 +64870 {64869} 8564 1 +64871 {64870} 1818 1 +64872 {64871} 5476 1 +64873 {64872} 2022 1 +64874 {64873} 11211 1 +64875 {64874} 10458 1 +64876 {64875} 9475 1 +64877 {64876} 3339 1 +64878 {64877} 3242 1 +64879 {64878} 2697 1 +64880 {64879} 2845 1 +64881 {64880} 10419 1 +64882 {64881} 6294 1 +64883 {64882} 10222 1 +64884 {64883} 3233 1 +64885 {64884} 14035 1 +64886 {64885} 2978 1 +64887 {64886} 2489 1 +64888 {64887} 11885 1 +64889 {64888} 2778 1 +64890 {64889} 8963 1 +64891 {64890} 453 1 +64892 {64891} 11721 1 +64893 {64892} 3072 1 +64894 {64893} 1495 1 +64895 {64894} 10121 1 +64896 {64895} 2287 1 +64897 {64896} 1988 1 +64898 {64897} 2585 1 +64899 {64898} 15416 1 +64900 {64899} 10900 1 +64901 {64900} 2743 1 +64902 {64901} 10686 1 +64903 {64902} 1394 1 +64904 {64903} 8159 1 +64905 {64904} 1818 1 +64906 {64905} 13966 1 +64907 {64906} 10165 1 +64908 {64907} 8239 1 +64909 {64908} 1624 1 +64910 {64909} 16180 1 +64911 {64910} 9399 1 +64912 {64911} 1552 1 +64913 {64912} 2777 1 +64914 {64913} 11853 1 +64915 {64914} 2097 1 +64916 {64915} 11910 1 +64917 {64916} 10019 1 +64918 {64917} 2530 1 +64919 {64918} 10887 1 +64920 {64919} 2693 1 +64921 {64920} 16002 1 +64922 {64921} 10727 1 +64923 {64922} 605 1 +64924 {64923} 13260 1 +64925 {64924} 1311 1 +64926 {64925} 2633 1 +64927 {64926} 11259 1 +64928 {64927} 10420 1 +64929 {64928} 5644 1 +64930 {64929} 9579 1 +64931 {64930} 10552 1 +64932 {64931} 1942 1 +64933 {64932} 3351 1 +64934 {64933} 11370 1 +64935 {64934} 2110 1 +64936 {64935} 1001 1 +64937 {64936} 9486 1 +64938 {64937} 9255 1 +64939 {64938} 9889 1 +64940 {64939} 10300 1 +64941 {64940} 3383 1 +64942 {64941} 8146 1 +64943 {64942} 10023 1 +64944 {64943} 2060 1 +64945 {64944} 8845 1 +64946 {64945} 2669 1 +64947 {64946} 3540 1 +64948 {64947} 2501 1 +64949 {64948} 2135 1 +64950 {64949} 3308 1 +64951 {64950} 10166 1 +64952 {64951} 1892 1 +64953 {64952} 2332 1 +64954 {64953} 9647 1 +64955 {64954} 14416 1 +64956 {64955} 3242 1 +64957 {64956} 2392 1 +64958 {64957} 3146 1 +64959 {64958} 2234 1 +64960 {64959} 2064 1 +64961 {64960} 11931 1 +64962 {64961} 2357 1 +64963 {64962} 1659 1 +64964 {64963} 10689 1 +64965 {64964} 10812 1 +64966 {64965} 5367 1 +64967 {64966} 9555 1 +64968 {64967} 2427 1 +64969 {64968} 2234 1 +64970 {64969} 1258 1 +64971 {64970} 11698 1 +64972 {64971} 2251 1 +64973 {64972} 1003 1 +64974 {64973} 6458 1 +64975 {64974} 14673 1 +64976 {64975} 9809 1 +64977 {64976} 1926 1 +64978 {64977} 9685 1 +64979 {64978} 10098 1 +64980 {64979} 2873 1 +64981 {64980} 9803 1 +64982 {64981} 2401 1 +64983 {64982} 1572 1 +64984 {64983} 2589 1 +64985 {64984} 12476 1 +64986 {64985} 15160 1 +64987 {64986} 1854 1 +64988 {64987} 2425 1 +64989 {64988} 9295 1 +64990 {64989} 2457 1 +64991 {64990} 2571 1 +64992 {64991} 9484 1 +64993 {64992} 519 1 +64994 {64993} 3175 1 +64995 {64994} 2031 1 +64996 {64995} 1065 1 +64997 {64996} 9221 1 +64998 {64998} 7800 1 +64999 {64999} 2193 1 +65000 {65000} 11697 1 +65001 {65001} 9670 1 +65002 {65002} 10709 1 +65003 {65003} 1246 1 +65004 {65004} 8506 1 +65005 {65005} 3314 1 +65006 {65006} 3416 1 +65007 {65007} 10602 1 +65008 {65008} 2697 1 +65009 {65009} 7742 1 +65010 {65010} 8300 1 +65011 {65011} 11327 1 +65012 {65012} 2550 1 +65013 {65013} 1610 1 +65014 {65014} 1849 1 +65015 {65015} 16404 1 +65016 {65016} 2368 1 +65017 {65017} 11036 1 +65018 {65018} 9768 1 +65019 {65019} 8879 1 +65020 {65020} 10985 1 +65021 {65021} 1654 1 +65022 {65022} 10094 1 +65023 {65023} 2774 1 +65024 {65024} 9724 1 +65025 {65025} 1469 1 +65026 {65026} 1963 1 +65027 {65027} 4478 1 +65028 {65028} 10250 1 +65029 {65029} 1365 1 +65030 {65030} 3130 1 +65031 {65031} 9489 1 +65032 {65032} 11019 1 +65033 {65033} 10709 1 +65034 {65034} 2031 1 +65035 {65035} 11108 1 +65036 {65036} 2873 1 +65037 {65037} 4098 1 +65038 {65038} 658 1 +65039 {65039} 2705 1 +65040 {65040} 2693 1 +65041 {65041} 2051 1 +65042 {65042} 10310 1 +65043 {65043} 11110 1 +65044 {65044} 802 1 +65045 {65045} 1373 1 +65046 {65046} 9028 1 +65047 {65047} 2696 1 +65048 {65048} 3237 1 +65049 {65049} 10212 1 +65050 {65050} 2196 1 +65051 {65051} 9390 1 +65052 {65052} 3242 1 +65053 {65053} 4804 1 +65054 {65054} 1511 1 +65055 {65055} 2604 1 +65056 {65056} 9430 1 +65057 {65057} 10690 1 +65058 {65058} 1651 1 +65059 {65059} 2187 1 +65060 {65060} 10614 1 +65061 {65061} 7812 1 +65062 {65062} 10607 1 +65063 {65063} 2005 1 +65064 {65064} 1203 1 +65065 {65065} 11619 1 +65066 {65066} 12779 1 +65067 {65067} 2073 1 +65068 {65068} 3764 1 +65069 {65069} 2329 1 +65070 {65070} 7801 1 +65071 {65071} 8026 1 +65072 {65072} 10721 1 +65073 {65073} 2403 1 +65074 {65074} 7304 1 +65075 {65075} 10507 1 +65076 {65076} 399 1 +65077 {65077} 9169 1 +65078 {65078} 10627 1 +65079 {65079} 9459 1 +65080 {65080} 2581 1 +65081 {65081} 2857 1 +65082 {65082} 5712 1 +65083 {65083} 8848 1 +65084 {65084} 11851 1 +65085 {65085} 1750 1 +65086 {65086} 1632 1 +65087 {65087} 2026 1 +65088 {65088} 10014 1 +65089 {65089} 2929 1 +65090 {65090} 2708 1 +65091 {65091} 10866 1 +65092 {65092} 1981 1 +65093 {65093} 10519 1 +65094 {65094} 2498 1 +65095 {65095} 2268 1 +65096 {65096} 2304 1 +65097 {65097} 9990 1 +65098 {65098} 9292 1 +65099 {65099} 3077 1 +65100 {65100} 10124 1 +65101 {65101} 1756 1 +65102 {65102} 9342 1 +65103 {65103} 8996 1 +65104 {65104} 10207 1 +65105 {65105} 2425 1 +65106 {65106} 2298 1 +65107 {65107} 1745 1 +65108 {65108} 12023 1 +65109 {65109} 2621 1 +65110 {65110} 2756 1 +65111 {65111} 2304 1 +65112 {65112} 3140 1 +65113 {65113} 1885 1 +65114 {65114} 10309 1 +65115 {65115} 3105 1 +65116 {65116} 2095 1 +65117 {65117} 3802 1 +65118 {65118} 2809 1 +65119 {65119} 7721 1 +65120 {65120} 2486 1 +65121 {65121} 2820 1 +65122 {65122} 1603 1 +65123 {65123} 2130 1 +65124 {65124} 2713 1 +65125 {65125} 1976 1 +65126 {65126} 12703 1 +65127 {65127} 1417 1 +65128 {65128} 10806 1 +65129 {65129} 9102 1 +65130 {65130} 10366 1 +65131 {65131} 6513 1 +65132 {65132} 1887 1 +65133 {65133} 1094 1 +65134 {65134} 3503 1 +65135 {65135} 14151 1 +65136 {65136} 974 1 +65137 {65137} 10885 1 +65138 {65138} 10752 1 +65139 {65139} 10803 1 +65140 {65140} 10900 1 +65141 {65141} 2696 1 +65142 {65142} 10685 1 +65143 {65143} 14389 1 +65144 {65144} 3634 1 +65145 {65145} 9187 1 +65146 {65146} 2663 1 +65147 {65147} 1317 1 +65148 {65148} 10919 1 +65149 {65149} 2892 1 +65150 {65150} 2858 1 +65151 {65151} 9178 1 +65152 {65152} 6639 1 +65153 {65153} 2166 1 +65154 {65154} 1453 1 +65155 {65155} 10348 1 +65156 {65156} 11526 1 +65157 {65157} 2145 1 +65158 {65158} 14946 1 +65159 {65159} 12115 1 +65160 {65160} 10614 1 +65161 {65161} 16212 1 +65162 {65162} 2231 1 +65163 {65163} 9272 1 +65164 {65164} 1259 1 +65165 {65165} 1855 1 +65166 {65166} 9711 1 +65167 {65167} 1205 1 +65168 {65168} 9242 1 +65169 {65169} 10358 1 +65170 {65170} 8819 1 +65171 {65171} 9849 1 +65172 {65172} 1674 1 +65173 {65173} 10655 1 +65174 {65174} 9615 1 +65175 {65175} 1471 1 +65176 {65176} 10886 1 +65177 {65177} 10739 1 +65178 {65178} 1612 1 +65179 {65179} 2706 1 +65180 {65180} 7814 1 +65181 {65181} 2069 1 +65182 {65182} 16114 1 +65183 {65183} 1719 1 +65184 {65184} 2465 1 +65185 {65185} 3278 1 +65186 {65186} 5596 1 +65187 {65187} 7970 1 +65188 {65188} 1130 1 +65189 {65189} 11343 1 +65190 {65190} 10949 1 +65191 {65191} 8840 1 +65192 {65192} 9981 1 +65193 {65193} 10885 1 +65194 {65194} 1115 1 +65195 {65195} 9702 1 +65196 {65196} 12692 1 +65197 {65197} 1884 1 +65198 {65198} 1749 1 +65199 {65199} 9793 1 +65200 {65200} 1511 1 +65201 {65201} 11278 1 +65202 {65202} 2462 1 +65203 {65203} 10242 1 +65204 {65204} 11270 1 +65205 {65205} 11279 1 +65206 {65206} 1750 1 +65207 {65207} 10642 1 +65208 {65208} 11175 1 +65209 {65209} 2430 1 +65210 {65210} 6926 1 +65211 {65211} 10094 1 +65212 {65212} 2499 1 +65213 {65213} 1347 1 +65214 {65214} 10400 1 +65215 {65215} 10087 1 +65216 {65216} 3000 1 +65217 {65217} 6508 1 +65218 {65218} 10241 1 +65219 {65219} 14411 1 +65220 {65220} 16292 1 +65221 {65221} 2908 1 +65222 {65222} 10031 1 +65223 {65223} 1674 1 +65224 {65224} 10680 1 +65225 {65225} 1508 1 +65226 {65226} 9986 1 +65227 {65227} 1785 1 +65228 {65228} 10315 1 +65229 {65229} 2084 1 +65230 {65230} 11553 1 +65231 {65231} 9880 1 +65232 {65232} 10479 1 +65233 {65233} 9527 1 +65234 {65234} 3161 1 +65235 {65235} 744 1 +65236 {65236} 5837 1 +65237 {65237} 1535 1 +65238 {65238} 10748 1 +65239 {65239} 2706 1 +65240 {65240} 2463 1 +65241 {65241} 7741 1 +65242 {65242} 8566 1 +65243 {65243} 9491 1 +65244 {65244} 1924 1 +65245 {65245} 8959 1 +65246 {65246} 3102 1 +65247 {65247} 10852 1 +65248 {65248} 2632 1 +65249 {65249} 2090 1 +65250 {65250} 12108 1 +65251 {65251} 11127 1 +65252 {65252} 10236 1 +65253 {65253} 11262 1 +65254 {65254} 2395 1 +65255 {65255} 9778 1 +65256 {65256} 12525 1 +65257 {65257} 1854 1 +65258 {65258} 7204 1 +65259 {65259} 10497 1 +65260 {65260} 10960 1 +65261 {65261} 2369 1 +65262 {65262} 12538 1 +65263 {65263} 9886 1 +65264 {65264} 3109 1 +65265 {65265} 3442 1 +65266 {65266} 10067 1 +65267 {65267} 2434 1 +65268 {65268} 8619 1 +65269 {65269} 2416 1 +65270 {65270} 1997 1 +65271 {65271} 10487 1 +65272 {65272} 2026 1 +65273 {65273} 2256 1 +65274 {65274} 3315 1 +65275 {65275} 2343 1 +65276 {65276} 1081 1 +65277 {65277} 10496 1 +65278 {65278} 3341 1 +65279 {65279} 9475 1 +65280 {65280} 2589 1 +65281 {65281} 2868 1 +65282 {65282} 10422 1 +65283 {65283} 8988 1 +65284 {65284} 15914 1 +65285 {65285} 2322 1 +65286 {65286} 979 1 +65287 {65287} 2096 1 +65288 {65288} 1309 1 +65289 {65289} 2604 1 +65290 {65290} 10452 1 +65291 {65291} 9803 1 +65292 {65292} 14741 1 +65293 {65293} 11872 1 +65294 {65294} 2205 1 +65295 {65295} 10377 1 +65296 {65296} 11027 1 +65297 {65297} 10514 1 +65298 {65298} 2032 1 +65299 {65299} 3348 1 +65300 {65300} 2096 1 +65301 {65301} 13962 1 +65302 {65302} 7745 1 +65303 {65303} 2326 1 +65304 {65304} 11773 1 +65305 {65305} 1961 1 +65306 {65306} 8955 1 +65307 {65307} 2851 1 +65308 {65308} 10134 1 +65309 {65309} 5485 1 +65310 {65310} 12605 1 +65311 {65311} 2114 1 +65312 {65312} 6337 1 +65313 {65313} 4537 1 +65314 {65314} 8546 1 +65315 {65315} 8750 1 +65316 {65316} 10668 1 +65317 {65317} 14104 1 +65318 {65318} 2800 1 +65319 {65319} 12054 1 +65320 {65320} 10525 1 +65321 {65321} 1679 1 +65322 {65322} 2121 1 +65323 {65323} 2334 1 +65324 {65324} 2301 1 +65325 {65325} 9917 1 +65326 {65326} 2382 1 +65327 {65327} 14945 1 +65328 {65328} 1407 1 +65329 {65329} 11031 1 +65330 {65330} 8156 1 +65331 {65331} 1035 1 +65332 {65332} 2565 1 +65333 {65333} 7630 1 +65334 {65334} 1483 1 +65335 {65335} 11171 1 +65336 {65336} 10096 1 +65337 {65337} 2065 1 +65338 {65338} 2063 1 +65339 {65339} 2713 1 +65340 {65340} 8413 1 +65341 {65341} 10407 1 +65342 {65342} 1485 1 +65343 {65343} 11895 1 +65344 {65344} 10087 1 +65345 {65345} 10696 1 +65346 {65346} 6728 1 +65347 {65347} 10854 1 +65348 {65348} 2371 1 +65349 {65349} 1723 1 +65350 {65350} 1904 1 +65351 {65351} 10671 1 +65352 {65352} 1411 1 +65353 {65353} 3863 1 +65354 {65354} 11595 1 +65355 {65355} 10934 1 +65356 {65356} 2215 1 +65357 {65357} 11264 1 +65358 {65358} 2194 1 +65359 {65359} 9811 1 +65360 {65360} 9466 1 +65361 {65361} 11036 1 +65362 {65362} 1124 1 +65363 {65363} 1589 1 +65364 {65364} 2122 1 +65365 {65365} 12011 1 +65366 {65366} 9182 1 +65367 {65367} 9660 1 +65368 {65368} 8629 1 +65369 {65369} 3383 1 +65370 {65370} 3079 1 +65371 {65371} 9576 1 +65372 {65372} 9973 1 +65373 {65373} 10121 1 +65374 {65374} 11890 1 +65375 {65375} 13329 1 +65376 {65376} 10456 1 +65377 {65377} 2590 1 +65378 {65378} 1046 1 +65379 {65379} 3075 1 +65380 {65380} 10023 1 +65381 {65381} 2777 1 +65382 {65382} 1022 1 +65383 {65383} 8751 1 +65384 {65384} 8595 1 +65385 {65385} 8272 1 +65386 {65386} 15083 1 +65387 {65387} 9925 1 +65388 {65388} 9465 1 +65389 {65389} 2158 1 +65390 {65390} 10098 1 +65391 {65391} 1660 1 +65392 {65392} 9305 1 +65393 {65393} 2492 1 +65394 {65394} 2810 1 +65395 {65395} 10219 1 +65396 {65396} 2692 1 +65397 {65397} 2320 1 +65398 {65398} 2661 1 +65399 {65399} 3913 1 +65400 {65400} 2227 1 +65401 {65401} 11309 1 +65402 {65402} 11635 1 +65403 {65403} 13759 1 +65404 {65404} 15719 1 +65405 {65405} 10090 1 +65406 {65406} 2266 1 +65407 {65407} 5975 1 +65408 {65408} 11834 1 +65409 {65409} 2560 1 +65410 {65410} 6220 1 +65411 {65411} 3125 1 +65412 {65412} 9403 1 +65413 {65413} 10447 1 +65414 {65414} 6696 1 +65415 {65415} 3006 1 +65416 {65416} 3046 1 +65417 {65417} 1599 1 +65418 {65418} 9272 1 +65419 {65419} 10224 1 +65420 {65420} 8377 1 +65421 {65421} 10419 1 +65422 {65422} 2058 1 +65423 {65423} 990 1 +65424 {65424} 1462 1 +65425 {65425} 9856 1 +65426 {65426} 6655 1 +65427 {65427} 2040 1 +65428 {65428} 2285 1 +65429 {65429} 5124 1 +65430 {65430} 2196 1 +65431 {65431} 2707 1 +65432 {65432} 9173 1 +65433 {65433} 2379 1 +65434 {65434} 2759 1 +65435 {65435} 174 1 +65436 {65436} 1477 1 +65437 {65437} 2524 1 +65438 {65438} 11806 1 +65439 {65439} 10552 1 +65440 {65440} 8311 1 +65441 {65441} 3251 1 +65442 {65442} 9223 1 +65443 {65443} 10449 1 +65444 {65444} 10348 1 +65445 {65445} 10168 1 +65446 {65446} 16360 1 +65447 {65447} 3736 1 +65448 {65448} 9828 1 +65449 {65449} 1755 1 +65450 {65450} 2746 1 +65451 {65451} 1709 1 +65452 {65452} 10950 1 +65453 {65453} 1585 1 +65454 {65454} 9741 1 +65455 {65455} 10670 1 +65456 {65456} 9359 1 +65457 {65457} 3602 1 +65458 {65458} 2065 1 +65459 {65459} 1612 1 +65460 {65460} 3311 1 +65461 {65461} 2621 1 +65462 {65462} 2566 1 +65463 {65463} 5112 1 +65464 {65464} 2696 1 +65465 {65465} 10985 1 +65466 {65466} 9838 1 +65467 {65467} 2467 1 +65468 {65468} 3624 1 +65469 {65469} 2359 1 +65470 {65470} 5808 1 +65471 {65471} 6402 1 +65472 {65472} 9985 1 +65473 {65473} 11658 1 +65474 {65474} 1474 1 +65475 {65475} 9458 1 +65476 {65476} 1584 1 +65477 {65477} 9197 1 +65478 {65478} 3165 1 +65479 {65479} 11694 1 +65480 {65480} 3416 1 +65481 {65481} 9906 1 +65482 {65482} 3543 1 +65483 {65483} 2226 1 +65484 {65484} 2335 1 +65485 {65485} 5969 1 +65486 {65486} 2069 1 +65487 {65487} 1418 1 +65488 {65488} 9520 1 +65489 {65489} 11210 1 +65490 {65490} 2303 1 +65491 {65491} 2435 1 +65492 {65492} 12152 1 +65493 {65493} 10648 1 +65494 {65494} 2523 1 +65495 {65495} 12005 1 +65496 {65496} 12457 1 +65497 {65497} 1582 1 +65498 {65498} 11098 1 +65499 {65499} 1339 1 +65500 {65500} 2502 1 +65501 {65501} 10623 1 +65502 {65502} 2370 1 +65503 {65503} 1639 1 +65504 {65504} 14656 1 +65505 {65505} 1947 1 +65506 {65506} 9851 1 +65507 {65507} 2167 1 +65508 {65508} 3795 1 +65509 {65509} 11790 1 +65510 {65510} 1856 1 +65511 {65511} 9633 1 +65512 {65512} 1132 1 +65513 {65513} 2266 1 +65514 {65514} 8827 1 +65515 {65515} 2347 1 +65516 {65516} 9554 1 +65517 {65517} 2293 1 +65518 {65518} 10116 1 +65519 {65519} 2571 1 +65520 {65520} 1818 1 +65521 {65521} 8390 1 +65522 {65522} 5214 1 +65523 {65523} 9842 1 +65524 {65524} 8127 1 +65525 {65525} 10206 1 +65526 {65526} 2266 1 +65527 {65527} 9965 1 +65528 {65528} 2425 1 +65529 {65529} 8431 1 +65530 {65530} 11071 1 +65531 {65531} 11321 1 +65532 {65532} 14252 1 +65533 {65533} 1961 1 +65534 {65534} 2379 1 +65535 {65535} 2571 1 +65536 {65536} 2301 1 +65537 {65537} 2292 1 +65538 {65538} 3373 1 +65539 {65539} 517 1 +65540 {65540} 9622 1 +65541 {65541} 2395 1 +65542 {65542} 9990 1 +65543 {65543} 3046 1 +65544 {65544} 2740 1 +65545 {65545} 2102 1 +65546 {65546} 3111 1 +65547 {65547} 2370 1 +65548 {65548} 11544 1 +65549 {65549} 2562 1 +65550 {65550} 10147 1 +65551 {65551} 6339 1 +65552 {65552} 2468 1 +65553 {65553} 12493 1 +65554 {65554} 2677 1 +65555 {65555} 1660 1 +65556 {65556} 8944 1 +65557 {65557} 3076 1 +65558 {65558} 10438 1 +65559 {65559} 9459 1 +65560 {65560} 945 1 +65561 {65561} 13731 1 +65562 {65562} 2658 1 +65563 {65563} 11297 1 +65564 {65564} 760 1 +65565 {65565} 2300 1 +65566 {65566} 11041 1 +65567 {65567} 2503 1 +65568 {65568} 2185 1 +65569 {65569} 11321 1 +65570 {65570} 3196 1 +65571 {65571} 2740 1 +65572 {65572} 14029 1 +65573 {65573} 1767 1 +65574 {65574} 12677 1 +65575 {65575} 10701 1 +65576 {65576} 2018 1 +65577 {65577} 1805 1 +65578 {65578} 9437 1 +65579 {65579} 8925 1 +65580 {65580} 3104 1 +65581 {65581} 11094 1 +65582 {65582} 2837 1 +65583 {65583} 9782 1 +65584 {65584} 2830 1 +65585 {65585} 2531 1 +65586 {65586} 3619 1 +65587 {65587} 2977 1 +65588 {65588} 7415 1 +65589 {65589} 10949 1 +65590 {65590} 11379 1 +65591 {65591} 1608 1 +65592 {65592} 10462 1 +65593 {65593} 3232 1 +65594 {65594} 2955 1 +65595 {65595} 10293 1 +65596 {65596} 12009 1 +65597 {65597} 11923 1 +65598 {65598} 9337 1 +65599 {65599} 2192 1 +65600 {65600} 10374 1 +65601 {65601} 1717 1 +65602 {65602} 11677 1 +65603 {65603} 7116 1 +65604 {65604} 1749 1 +65605 {65605} 2121 1 +65606 {65606} 10555 1 +65607 {65607} 2185 1 +65608 {65608} 10701 1 +65609 {65609} 13925 1 +65610 {65610} 8970 1 +65611 {65611} 1686 1 +65612 {65612} 1384 1 +65613 {65613} 2955 1 +65614 {65614} 12389 1 +65615 {65615} 2600 1 +65616 {65616} 12031 1 +65617 {65617} 2416 1 +65618 {65618} 9484 1 +65619 {65619} 9006 1 +65620 {65620} 2231 1 +65621 {65621} 1602 1 +65622 {65622} 2848 1 +65623 {65623} 11981 1 +65624 {65624} 10084 1 +65625 {65625} 4004 1 +65626 {65626} 9407 1 +65627 {65627} 10580 1 +65628 {65628} 8799 1 +65629 {65629} 1396 1 +65630 {65630} 10153 1 +65631 {65631} 11065 1 +65632 {65632} 2793 1 +65633 {65633} 15897 1 +65634 {65634} 701 1 +65635 {65635} 14193 1 +65636 {65636} 2842 1 +65637 {65637} 3543 1 +65638 {65638} 1305 1 +65639 {65639} 2143 1 +65640 {65640} 10085 1 +65641 {65641} 7845 1 +65642 {65642} 3843 1 +65643 {65643} 3602 1 +65644 {65644} 4029 1 +65645 {65645} 10409 1 +65646 {65646} 2424 1 +65647 {65647} 1753 1 +65648 {65648} 2572 1 +65649 {65649} 4032 1 +65650 {65650} 2450 1 +65651 {65651} 3204 1 +65652 {65652} 2368 1 +65653 {65653} 10246 1 +65654 {65654} 3621 1 +65655 {65655} 1504 1 +65656 {65656} 963 1 +65657 {65657} 3207 1 +65658 {65658} 2319 1 +65659 {65659} 16301 1 +65660 {65660} 2233 1 +65661 {65661} 15838 1 +65662 {65662} 10536 1 +65663 {65663} 4920 1 +65664 {65664} 9266 1 +65665 {65665} 7402 1 +65666 {65666} 8767 1 +65667 {65667} 15219 1 +65668 {65668} 2327 1 +65669 {65669} 9212 1 +65670 {65670} 9965 1 +65671 {65671} 10203 1 +65672 {65672} 3179 1 +65673 {65673} 1741 1 +65674 {65674} 16360 1 +65675 {65675} 10348 1 +65676 {65676} 2334 1 +65677 {65677} 2416 1 +65678 {65678} 1525 1 +65679 {65679} 2739 1 +65680 {65680} 1821 1 +65681 {65681} 2146 1 +65682 {65682} 8523 1 +65683 {65683} 10953 1 +65684 {65684} 1718 1 +65685 {65685} 2733 1 +65686 {65686} 700 1 +65687 {65687} 14455 1 +65688 {65688} 11856 1 +65689 {65689} 2317 1 +65690 {65690} 16145 1 +65691 {65691} 2777 1 +65692 {65692} 2562 1 +65693 {65693} 15603 1 +65694 {65694} 8520 1 +65695 {65695} 2437 1 +65696 {65696} 10313 1 +65697 {65697} 11726 1 +65698 {65698} 2598 1 +65699 {65699} 2078 1 +65700 {65700} 11327 1 +65701 {65701} 8261 1 +65702 {65702} 14460 1 +65703 {65703} 3513 1 +65704 {65704} 9171 1 +65705 {65705} 1940 1 +65706 {65706} 9337 1 +65707 {65707} 2423 1 +65708 {65708} 10578 1 +65709 {65709} 1815 1 +65710 {65710} 1992 1 +65711 {65711} 213 1 +65712 {65712} 1619 1 +65713 {65713} 10396 1 +65714 {65714} 2218 1 +65715 {65715} 2730 1 +65716 {65716} 1377 1 +65717 {65717} 9883 1 +65718 {65718} 9135 1 +65719 {65719} 10269 1 +65720 {65720} 2706 1 +65721 {65721} 3573 1 +65722 {65722} 1673 1 +65723 {65723} 376 1 +65724 {65724} 2329 1 +65725 {65725} 2026 1 +65726 {65726} 15801 1 +65727 {65727} 10016 1 +65728 {65728} 2152 1 +65729 {65729} 12720 1 +65730 {65730} 11051 1 +65731 {65731} 2489 1 +65732 {65732} 1821 1 +65733 {65733} 9191 1 +65734 {65734} 4208 1 +65735 {65735} 15265 1 +65736 {65736} 1719 1 +65737 {65737} 9397 1 +65738 {65738} 2865 1 +65739 {65739} 10535 1 +65740 {65740} 10038 1 +65741 {65741} 13222 1 +65742 {65742} 2941 1 +65743 {65743} 3098 1 +65744 {65744} 13996 1 +65745 {65745} 10017 1 +65746 {65746} 5931 1 +65747 {65747} 9359 1 +65748 {65748} 2234 1 +65749 {65749} 2535 1 +65750 {65750} 2621 1 +65751 {65751} 1181 1 +65752 {65752} 2218 1 +65753 {65753} 10549 1 +65754 {65754} 1885 1 +65755 {65755} 3537 1 +65756 {65756} 9169 1 +65757 {65757} 9765 1 +65758 {65758} 11416 1 +65759 {65759} 1415 1 +65760 {65760} 2132 1 +65761 {65761} 8046 1 +65762 {65762} 2304 1 +65763 {65763} 1859 1 +65764 {65764} 11532 1 +65765 {65765} 11920 1 +65766 {65766} 3095 1 +65767 {65767} 15162 1 +65768 {65768} 10175 1 +65769 {65769} 2402 1 +65770 {65770} 1882 1 +65771 {65771} 9589 1 +65772 {65772} 11522 1 +65773 {65773} 9483 1 +65774 {65774} 2465 1 +65775 {65775} 2425 1 +65776 {65776} 8555 1 +65777 {65777} 11212 1 +65778 {65778} 2060 1 +65779 {65779} 2835 1 +65780 {65780} 1589 1 +65781 {65781} 10139 1 +65782 {65782} 2098 1 +65783 {65783} 3012 1 +65784 {65784} 3003 1 +65785 {65785} 12361 1 +65786 {65786} 2432 1 +65787 {65787} 2399 1 +65788 {65788} 10160 1 +65789 {65789} 10442 1 +65790 {65790} 3378 1 +65791 {65791} 1918 1 +65792 {65792} 9715 1 +65793 {65793} 8538 1 +65794 {65794} 10642 1 +65795 {65795} 2197 1 +65796 {65796} 9804 1 +65797 {65797} 8965 1 +65798 {65798} 1437 1 +65799 {65799} 10762 1 +65800 {65800} 2874 1 +65801 {65801} 882 1 +65802 {65802} 2705 1 +65803 {65803} 1939 1 +65804 {65804} 1607 1 +65805 {65805} 11742 1 +65806 {65806} 1818 1 +65807 {65807} 2032 1 +65808 {65808} 2394 1 +65809 {65809} 12524 1 +65810 {65810} 9736 1 +65811 {65811} 912 1 +65812 {65812} 1744 1 +65813 {65813} 14846 1 +65814 {65814} 1755 1 +65815 {65815} 1521 1 +65816 {65816} 12349 1 +65817 {65817} 1438 1 +65818 {65818} 10599 1 +65819 {65819} 1519 1 +65820 {65820} 8789 1 +65821 {65821} 10278 1 +65822 {65822} 1540 1 +65823 {65823} 1611 1 +65824 {65824} 3407 1 +65825 {65825} 179 1 +65826 {65826} 2095 1 +65827 {65827} 10831 1 +65828 {65828} 9322 1 +65829 {65829} 8369 1 +65830 {65830} 7901 1 +65831 {65831} 4583 1 +65832 {65832} 12418 1 +65833 {65833} 3279 1 +65834 {65834} 7833 1 +65835 {65835} 8783 1 +65836 {65836} 11352 1 +65837 {65837} 9082 1 +65838 {65838} 2527 1 +65839 {65839} 5443 1 +65840 {65840} 3175 1 +65841 {65841} 9434 1 +65842 {65842} 2750 1 +65843 {65843} 8477 1 +65844 {65844} 3298 1 +65845 {65845} 13687 1 +65846 {65846} 15079 1 +65847 {65847} 669 1 +65848 {65848} 11127 1 +65849 {65849} 1854 1 +65850 {65850} 8347 1 +65851 {65851} 10211 1 +65852 {65852} 10078 1 +65853 {65853} 12054 1 +65854 {65854} 2616 1 +65855 {65855} 2434 1 +65856 {65856} 3414 1 +65857 {65857} 9188 1 +65858 {65858} 2054 1 +65859 {65859} 10607 1 +65860 {65860} 6928 1 +65861 {65861} 10193 1 +65862 {65862} 7104 1 +65863 {65863} 2671 1 +65864 {65864} 10103 1 +65865 {65865} 9647 1 +65866 {65866} 10349 1 +65867 {65867} 9212 1 +65868 {65868} 2200 1 +65869 {65869} 11062 1 +65870 {65870} 14437 1 +65871 {65871} 8059 1 +65872 {65872} 6235 1 +65873 {65873} 11198 1 +65874 {65874} 2329 1 +65875 {65875} 16021 1 +65876 {65876} 5222 1 +65877 {65877} 2182 1 +65878 {65878} 2021 1 +65879 {65879} 2600 1 +65880 {65880} 1603 1 +65881 {65881} 2557 1 +65882 {65882} 1478 1 +65883 {65883} 11245 1 +65884 {65884} 2459 1 +65885 {65885} 2593 1 +65886 {65886} 8111 1 +65887 {65887} 8874 1 +65888 {65888} 4222 1 +65889 {65889} 11003 1 +65890 {65890} 2450 1 +65891 {65891} 9125 1 +65892 {65892} 16290 1 +65893 {65893} 10701 1 +65894 {65894} 11906 1 +65895 {65895} 1340 1 +65896 {65896} 1404 1 +65897 {65897} 3013 1 +65898 {65898} 12202 1 +65899 {65899} 1653 1 +65900 {65900} 8280 1 +65901 {65901} 303 1 +65902 {65902} 2190 1 +65903 {65903} 11470 1 +65904 {65904} 1199 1 +65905 {65905} 10310 1 +65906 {65906} 10866 1 +65907 {65907} 1445 1 +65908 {65908} 10999 1 +65909 {65909} 9768 1 +65910 {65910} 10835 1 +65911 {65911} 9754 1 +65912 {65912} 1988 1 +65913 {65913} 10162 1 +65914 {65914} 15845 1 +65915 {65915} 1268 1 +65916 {65916} 3679 1 +65917 {65917} 10846 1 +65918 {65918} 2839 1 +65919 {65919} 2444 1 +65920 {65920} 2223 1 +65921 {65921} 8705 1 +65922 {65922} 11922 1 +65923 {65923} 5217 1 +65924 {65924} 2835 1 +65925 {65925} 11266 1 +65926 {65926} 2684 1 +65927 {65927} 10769 1 +65928 {65928} 8228 1 +65929 {65929} 10612 1 +65930 {65930} 2319 1 +65931 {65931} 2701 1 +65932 {65932} 3069 1 +65933 {65933} 2104 1 +65934 {65934} 2837 1 +65935 {65935} 1893 1 +65936 {65936} 933 1 +65937 {65937} 9024 1 +65938 {65938} 2951 1 +65939 {65939} 2252 1 +65940 {65940} 11248 1 +65941 {65941} 2230 1 +65942 {65942} 1331 1 +65943 {65943} 8376 1 +65944 {65944} 10601 1 +65945 {65945} 2368 1 +65946 {65946} 9702 1 +65947 {65947} 11651 1 +65948 {65948} 9002 1 +65949 {65949} 2264 1 +65950 {65950} 11678 1 +65951 {65951} 2562 1 +65952 {65952} 10997 1 +65953 {65953} 11419 1 +65954 {65954} 11410 1 +65955 {65955} 12343 1 +65956 {65956} 1083 1 +65957 {65957} 11819 1 +65958 {65958} 4187 1 +65959 {65959} 8634 1 +65960 {65960} 10869 1 +65961 {65961} 13251 1 +65962 {65962} 4601 1 +65963 {65963} 9838 1 +65964 {65964} 1168 1 +65965 {65965} 6776 1 +65966 {65966} 9633 1 +65967 {65967} 1925 1 +65968 {65968} 11397 1 +65969 {65969} 2468 1 +65970 {65970} 9964 1 +65971 {65971} 2969 1 +65972 {65972} 11206 1 +65973 {65973} 10960 1 +65974 {65974} 16138 1 +65975 {65975} 11999 1 +65976 {65976} 2167 1 +65977 {65977} 13404 1 +65978 {65978} 1594 1 +65979 {65979} 10960 1 +65980 {65980} 3348 1 +65981 {65981} 2195 1 +65982 {65982} 1418 1 +65983 {65983} 10993 1 +65984 {65984} 2894 1 +65985 {65985} 659 1 +65986 {65986} 1679 1 +65987 {65987} 1737 1 +65988 {65988} 9485 1 +65989 {65989} 1439 1 +65990 {65990} 10016 1 +65991 {65991} 10922 1 +65992 {65992} 1404 1 +65993 {65993} 10919 1 +65994 {65994} 12714 1 +65995 {65995} 2364 1 +65996 {65996} 1439 1 +65997 {65997} 11238 1 +65998 {65998} 2482 1 +65999 {65999} 2536 1 +66000 {66000} 2809 1 +66001 {66001} 2261 1 +66002 {66002} 12644 1 +66003 {66003} 6678 1 +66004 {66004} 1414 1 +66005 {66005} 1244 1 +66006 {66006} 1514 1 +66007 {66007} 11496 1 +66008 {66008} 3292 1 +66009 {66009} 941 1 +66010 {66010} 1821 1 +66011 {66011} 7430 1 +66012 {66012} 8669 1 +66013 {66013} 2382 1 +66014 {66014} 1378 1 +66015 {66015} 8463 1 +66016 {66016} 10987 1 +66017 {66017} 8813 1 +66018 {66018} 11076 1 +66019 {66019} 10267 1 +66020 {66020} 2125 1 +66021 {66021} 3142 1 +66022 {66022} 10686 1 +66023 {66023} 11955 1 +66024 {66024} 2163 1 +66025 {66025} 11299 1 +66026 {66026} 9439 1 +66027 {66027} 9634 1 +66028 {66028} 2632 1 +66029 {66029} 2527 1 +66030 {66030} 2155 1 +66031 {66031} 9481 1 +66032 {66032} 1886 1 +66033 {66033} 1586 1 +66034 {66034} 1404 1 +66035 {66035} 1505 1 +66036 {66036} 9111 1 +66037 {66037} 2501 1 +66038 {66038} 2268 1 +66039 {66039} 7041 1 +66040 {66040} 10201 1 +66041 {66041} 2490 1 +66042 {66042} 2099 1 +66043 {66043} 12020 1 +66044 {66044} 10930 1 +66045 {66045} 1778 1 +66046 {66046} 11061 1 +66047 {66047} 2180 1 +66048 {66048} 10349 1 +66049 {66049} 3339 1 +66050 {66050} 2249 1 +66051 {66051} 2252 1 +66052 {66052} 9338 1 +66053 {66053} 1452 1 +66054 {66054} 1611 1 +66055 {66055} 2943 1 +66056 {66056} 11186 1 +66057 {66057} 3110 1 +66058 {66058} 9164 1 +66059 {66059} 2738 1 +66060 {66060} 2101 1 +66061 {66061} 14556 1 +66062 {66062} 8999 1 +66063 {66063} 4440 1 +66064 {66064} 11509 1 +66065 {66065} 1852 1 +66066 {66066} 9838 1 +66067 {66067} 1980 1 +66068 {66068} 9425 1 +66069 {66069} 13583 1 +66070 {66070} 1923 1 +66071 {66071} 4717 1 +66072 {66072} 3007 1 +66073 {66073} 10620 1 +66074 {66074} 10713 1 +66075 {66075} 8179 1 +66076 {66076} 10160 1 +66077 {66077} 3281 1 +66078 {66078} 2965 1 +66079 {66079} 1978 1 +66080 {66080} 11597 1 +66081 {66081} 10835 1 +66082 {66082} 2975 1 +66083 {66083} 2597 1 +66084 {66084} 2101 1 +66085 {66085} 2482 1 +66086 {66086} 11049 1 +66087 {66087} 9685 1 +66088 {66088} 2402 1 +66089 {66089} 9434 1 +66090 {66090} 1286 1 +66091 {66091} 10516 1 +66092 {66092} 9814 1 +66093 {66093} 10018 1 +66094 {66094} 10748 1 +66095 {66095} 8278 1 +66096 {66096} 13563 1 +66097 {66097} 11488 1 +66098 {66098} 9747 1 +66099 {66099} 11041 1 +66100 {66100} 10761 1 +66101 {66101} 10530 1 +66102 {66102} 11216 1 +66103 {66103} 5558 1 +66104 {66104} 3631 1 +66105 {66105} 854 1 +66106 {66106} 9774 1 +66107 {66107} 3029 1 +66108 {66108} 3114 1 +66109 {66109} 8592 1 +66110 {66110} 10526 1 +66111 {66111} 14937 1 +66112 {66112} 2492 1 +66113 {66113} 3103 1 +66114 {66114} 1308 1 +66115 {66115} 1855 1 +66116 {66116} 10988 1 +66117 {66117} 7152 1 +66118 {66118} 2227 1 +66119 {66119} 10304 1 +66120 {66120} 2573 1 +66121 {66121} 10694 1 +66122 {66122} 2951 1 +66123 {66123} 11472 1 +66124 {66124} 8513 1 +66125 {66125} 8661 1 +66126 {66126} 1504 1 +66127 {66127} 10667 1 +66128 {66128} 8952 1 +66129 {66129} 1448 1 +66130 {66130} 11561 1 +66131 {66131} 1415 1 +66132 {66132} 2295 1 +66133 {66133} 2207 1 +66134 {66134} 1741 1 +66135 {66135} 16061 1 +66136 {66136} 1239 1 +66137 {66137} 11206 1 +66138 {66138} 2515 1 +66139 {66139} 8707 1 +66140 {66140} 2775 1 +66141 {66141} 3449 1 +66142 {66142} 12422 1 +66143 {66143} 5221 1 +66144 {66144} 3535 1 +66145 {66145} 5178 1 +66146 {66146} 10731 1 +66147 {66147} 1780 1 +66148 {66148} 11072 1 +66149 {66149} 9268 1 +66150 {66150} 3282 1 +66151 {66151} 10602 1 +66152 {66152} 10674 1 +66153 {66153} 12474 1 +66154 {66154} 2399 1 +66155 {66155} 5777 1 +66156 {66156} 10934 1 +66157 {66157} 1944 1 +66158 {66158} 2390 1 +66159 {66159} 11103 1 +66160 {66160} 9793 1 +66161 {66161} 3246 1 +66162 {66162} 5809 1 +66163 {66163} 10593 1 +66164 {66164} 3041 1 +66165 {66165} 2518 1 +66166 {66166} 9555 1 +66167 {66167} 3337 1 +66168 {66168} 2416 1 +66169 {66169} 3248 1 +66170 {66170} 1667 1 +66171 {66171} 2806 1 +66172 {66172} 1452 1 +66173 {66173} 10087 1 +66174 {66174} 2135 1 +66175 {66175} 10440 1 +66176 {66176} 9165 1 +66177 {66177} 2366 1 +66178 {66178} 10734 1 +66179 {66179} 2874 1 +66180 {66180} 12163 1 +66181 {66181} 5889 1 +66182 {66182} 766 1 +66183 {66183} 1859 1 +66184 {66184} 8810 1 +66185 {66185} 2193 1 +66186 {66186} 2263 1 +66187 {66187} 2873 1 +66188 {66188} 8990 1 +66189 {66189} 3381 1 +66190 {66190} 9647 1 +66191 {66191} 1297 1 +66192 {66192} 9972 1 +66193 {66193} 9925 1 +66194 {66194} 10912 1 +66195 {66195} 10724 1 +66196 {66196} 16608 1 +66197 {66197} 10189 1 +66198 {66198} 10878 1 +66199 {66199} 14491 1 +66200 {66200} 11103 1 +66201 {66201} 1994 1 +66202 {66202} 1586 1 +66203 {66203} 2331 1 +66204 {66204} 7367 1 +66205 {66205} 2013 1 +66206 {66206} 6368 1 +66207 {66207} 15245 1 +66208 {66208} 16347 1 +66209 {66209} 2163 1 +66210 {66210} 2629 1 +66211 {66211} 3246 1 +66212 {66212} 16417 1 +66213 {66213} 16157 1 +66214 {66214} 2339 1 +66215 {66215} 11164 1 +66216 {66216} 5547 1 +66217 {66217} 1937 1 +66218 {66218} 2225 1 +66219 {66219} 1890 1 +66220 {66220} 12796 1 +66221 {66221} 9965 1 +66222 {66222} 2136 1 +66223 {66223} 1529 1 +66224 {66224} 2399 1 +66225 {66225} 2700 1 +66226 {66226} 10261 1 +66227 {66227} 10316 1 +66228 {66228} 1802 1 +66229 {66229} 10253 1 +66230 {66230} 2598 1 +66231 {66231} 2501 1 +66232 {66232} 2870 1 +66233 {66233} 14375 1 +66234 {66234} 2640 1 +66235 {66235} 11371 1 +66236 {66236} 12401 1 +66237 {66237} 10022 1 +66238 {66238} 8180 1 +66239 {66239} 11519 1 +66240 {66240} 2363 1 +66241 {66241} 3091 1 +66242 {66242} 1958 1 +66243 {66243} 1546 1 +66244 {66244} 16430 1 +66245 {66245} 11089 1 +66246 {66246} 10157 1 +66247 {66247} 2031 1 +66248 {66248} 13764 1 +66249 {66249} 10655 1 +66250 {66250} 3343 1 +66251 {66251} 2596 1 +66252 {66252} 2401 1 +66253 {66253} 3244 1 +66254 {66254} 10222 1 +66255 {66255} 11305 1 +66256 {66256} 5040 1 +66257 {66257} 3139 1 +66258 {66258} 1033 1 +66259 {66259} 10660 1 +66260 {66260} 4655 1 +66261 {66261} 2228 1 +66262 {66262} 1581 1 +66263 {66263} 10416 1 +66264 {66264} 10514 1 +66265 {66265} 5020 1 +66266 {66266} 2910 1 +66267 {66267} 9122 1 +66268 {66268} 9592 1 +66269 {66269} 3494 1 +66270 {66270} 9754 1 +66271 {66271} 3510 1 +66272 {66272} 3794 1 +66273 {66273} 2492 1 +66274 {66274} 4460 1 +66275 {66275} 2754 1 +66276 {66276} 10277 1 +66277 {66277} 1450 1 +66278 {66278} 10391 1 +66279 {66279} 2978 1 +66280 {66280} 8755 1 +66281 {66281} 2060 1 +66282 {66282} 11938 1 +66283 {66283} 11339 1 +66284 {66284} 12700 1 +66285 {66285} 2395 1 +66286 {66286} 2668 1 +66287 {66287} 10620 1 +66288 {66288} 1956 1 +66289 {66289} 2693 1 +66290 {66290} 7603 1 +66291 {66291} 1512 1 +66292 {66292} 11712 1 +66293 {66293} 2420 1 +66294 {66294} 10897 1 +66295 {66295} 2112 1 +66296 {66296} 812 1 +66297 {66297} 1823 1 +66298 {66298} 8458 1 +66299 {66299} 1881 1 +66300 {66300} 15413 1 +66301 {66301} 3382 1 +66302 {66302} 10879 1 +66303 {66303} 2121 1 +66304 {66304} 1169 1 +66305 {66305} 2304 1 +66306 {66306} 5662 1 +66307 {66307} 1377 1 +66308 {66308} 9657 1 +66309 {66309} 1033 1 +66310 {66310} 2504 1 +66311 {66311} 1852 1 +66312 {66312} 2919 1 +66313 {66313} 9100 1 +66314 {66314} 2901 1 +66315 {66315} 1340 1 +66316 {66316} 1978 1 +66317 {66317} 9728 1 +66318 {66318} 4145 1 +66319 {66319} 11914 1 +66320 {66320} 1722 1 +66321 {66321} 2497 1 +66322 {66322} 1602 1 +66323 {66323} 1815 1 +66324 {66324} 3626 1 +66325 {66325} 2569 1 +66326 {66326} 11232 1 +66327 {66327} 10788 1 +66328 {66328} 4741 1 +66329 {66329} 9173 1 +66330 {66330} 9342 1 +66331 {66331} 1814 1 +66332 {66332} 10475 1 +66333 {66333} 13172 1 +66334 {66334} 10783 1 +66335 {66335} 10102 1 +66336 {66336} 9690 1 +66337 {66337} 2331 1 +66338 {66338} 10535 1 +66339 {66339} 2368 1 +66340 {66340} 2621 1 +66341 {66341} 1735 1 +66342 {66342} 11071 1 +66343 {66343} 8499 1 +66344 {66344} 11088 1 +66345 {66345} 11715 1 +66346 {66346} 2469 1 +66347 {66347} 2427 1 +66348 {66348} 12507 1 +66349 {66349} 2568 1 +66350 {66350} 667 1 +66351 {66351} 1849 1 +66352 {66352} 3567 1 +66353 {66353} 2305 1 +66354 {66354} 10014 1 +66355 {66355} 9647 1 +66356 {66356} 11268 1 +66357 {66357} 8659 1 +66358 {66358} 10690 1 +66359 {66359} 1469 1 +66360 {66360} 11936 1 +66361 {66361} 10423 1 +66362 {66362} 1852 1 +66363 {66363} 10879 1 +66364 {66364} 10998 1 +66365 {66365} 1855 1 +66366 {66366} 10695 1 +66367 {66367} 2759 1 +66368 {66368} 2670 1 +66369 {66369} 2335 1 +66370 {66370} 2316 1 +66371 {66371} 9474 1 +66372 {66372} 1596 1 +66373 {66373} 11369 1 +66374 {66374} 2414 1 +66375 {66375} 10829 1 +66376 {66376} 2885 1 +66377 {66377} 11003 1 +66378 {66378} 2536 1 +66379 {66379} 2806 1 +66380 {66380} 1834 1 +66381 {66381} 2156 1 +66382 {66382} 9804 1 +66383 {66383} 9307 1 +66384 {66384} 2774 1 +66385 {66385} 9986 1 +66386 {66386} 2234 1 +66387 {66387} 10986 1 +66388 {66388} 9637 1 +66389 {66389} 8891 1 +66390 {66390} 9592 1 +66391 {66391} 2435 1 +66392 {66392} 14475 1 +66393 {66393} 9591 1 +66394 {66394} 3040 1 +66395 {66395} 9446 1 +66396 {66396} 9944 1 +66397 {66397} 10950 1 +66398 {66398} 3075 1 +66399 {66399} 14954 1 +66400 {66400} 3656 1 +66401 {66401} 8121 1 +66402 {66402} 11003 1 +66403 {66403} 1066 1 +66404 {66404} 9306 1 +66405 {66405} 2549 1 +66406 {66406} 1972 1 +66407 {66407} 1893 1 +66408 {66408} 1514 1 +66409 {66409} 9718 1 +66410 {66410} 2486 1 +66411 {66411} 2078 1 +66412 {66412} 2784 1 +66413 {66413} 9775 1 +66414 {66414} 10239 1 +66415 {66415} 16107 1 +66416 {66416} 1517 1 +66417 {66417} 10462 1 +66418 {66418} 47 1 +66419 {66419} 2310 1 +66420 {66420} 9747 1 +66421 {66421} 10462 1 +66422 {66422} 2290 1 +66423 {66423} 9756 1 +66424 {66424} 11470 1 +66425 {66425} 11102 1 +66426 {66426} 10351 1 +66427 {66427} 10542 1 +66428 {66428} 16411 1 +66429 {66429} 2692 1 +66430 {66430} 1273 1 +66431 {66431} 11242 1 +66432 {66432} 8491 1 +66433 {66433} 10778 1 +66434 {66434} 9965 1 +66435 {66435} 2032 1 +66436 {66436} 2154 1 +66437 {66437} 2469 1 +66438 {66438} 9788 1 +66439 {66439} 2774 1 +66440 {66440} 1753 1 +66441 {66441} 10936 1 +66442 {66442} 1472 1 +66443 {66443} 11242 1 +66444 {66444} 10950 1 +66445 {66445} 11278 1 +66446 {66446} 2539 1 +66447 {66447} 3212 1 +66448 {66448} 12970 1 +66449 {66449} 7746 1 +66450 {66450} 5491 1 +66451 {66451} 10671 1 +66452 {66452} 765 1 +66453 {66453} 2433 1 +66454 {66454} 11181 1 +66455 {66455} 1341 1 +66456 {66456} 2571 1 +66457 {66457} 1546 1 +66458 {66458} 2546 1 +66459 {66459} 3043 1 +66460 {66460} 2771 1 +66461 {66461} 12001 1 +66462 {66462} 765 1 +66463 {66463} 10646 1 +66464 {66464} 7789 1 +66465 {66465} 2386 1 +66466 {66466} 8368 1 +66467 {66467} 2132 1 +66468 {66468} 16332 1 +66469 {66469} 8414 1 +66470 {66470} 9760 1 +66471 {66471} 10871 1 +66472 {66472} 2124 1 +66473 {66473} 1618 1 +66474 {66474} 2026 1 +66475 {66475} 11413 1 +66476 {66476} 12797 1 +66477 {66477} 4748 1 +66478 {66478} 11617 1 +66479 {66479} 3201 1 +66480 {66480} 11917 1 +66481 {66481} 2382 1 +66482 {66482} 1033 1 +66483 {66483} 4647 1 +66484 {66484} 2267 1 +66485 {66485} 1309 1 +66486 {66486} 2579 1 +66487 {66487} 2929 1 +66488 {66488} 11472 1 +66489 {66489} 3276 1 +66490 {66490} 2163 1 +66491 {66491} 2670 1 +66492 {66492} 2607 1 +66493 {66493} 10620 1 +66494 {66494} 10508 1 +66495 {66495} 2654 1 +66496 {66496} 11103 1 +66497 {66497} 10705 1 +66498 {66498} 1489 1 +66499 {66499} 12203 1 +66500 {66500} 10567 1 +66501 {66501} 5269 1 +66502 {66502} 11008 1 +66503 {66503} 1925 1 +66504 {66504} 10869 1 +66505 {66505} 12587 1 +66506 {66506} 3214 1 +66507 {66507} 1203 1 +66508 {66508} 13531 1 +66509 {66509} 2494 1 +66510 {66510} 9901 1 +66511 {66511} 9367 1 +66512 {66512} 7432 1 +66513 {66513} 2569 1 +66514 {66514} 1829 1 +66515 {66515} 8611 1 +66516 {66516} 9878 1 +66517 {66517} 2605 1 +66518 {66518} 9110 1 +66519 {66519} 11096 1 +66520 {66520} 2298 1 +66521 {66521} 9732 1 +66522 {66522} 15212 1 +66523 {66523} 10490 1 +66524 {66524} 11537 1 +66525 {66525} 4820 1 +66526 {66526} 2084 1 +66527 {66527} 9073 1 +66528 {66528} 10391 1 +66529 {66529} 9430 1 +66530 {66530} 8105 1 +66531 {66531} 9430 1 +66532 {66532} 2550 1 +66533 {66533} 9331 1 +66534 {66534} 9660 1 +66535 {66535} 1980 1 +66536 {66536} 1708 1 +66537 {66537} 10130 1 +66538 {66538} 14764 1 +66539 {66539} 2301 1 +66540 {66540} 9524 1 +66541 {66541} 10730 1 +66542 {66542} 10605 1 +66543 {66543} 8338 1 +66544 {66544} 8998 1 +66545 {66545} 1961 1 +66546 {66546} 2136 1 +66547 {66547} 1947 1 +66548 {66548} 2302 1 +66549 {66549} 2072 1 +66550 {66550} 2197 1 +66551 {66551} 1750 1 +66552 {66552} 3502 1 +66553 {66553} 3214 1 +66554 {66554} 9798 1 +66555 {66555} 10869 1 +66556 {66556} 2640 1 +66557 {66557} 2258 1 +66558 {66558} 13941 1 +66559 {66559} 15420 1 +66560 {66560} 10054 1 +66561 {66561} 10170 1 +66562 {66562} 9165 1 +66563 {66563} 2537 1 +66564 {66564} 10366 1 +66565 {66565} 9393 1 +66566 {66566} 8259 1 +66567 {66567} 942 1 +66568 {66568} 9389 1 +66569 {66569} 2867 1 +66570 {66570} 10856 1 +66571 {66571} 11290 1 +66572 {66572} 1722 1 +66573 {66573} 11741 1 +66574 {66574} 3306 1 +66575 {66575} 11552 1 +66576 {66576} 2639 1 +66577 {66577} 10272 1 +66578 {66578} 1753 1 +66579 {66579} 3142 1 +66580 {66580} 1485 1 +66581 {66581} 1230 1 +66582 {66582} 10301 1 +66583 {66583} 11756 1 +66584 {66584} 10492 1 +66585 {66585} 12504 1 +66586 {66586} 1998 1 +66587 {66587} 1556 1 +66588 {66588} 3666 1 +66589 {66589} 10377 1 +66590 {66590} 2837 1 +66591 {66591} 10029 1 +66592 {66592} 973 1 +66593 {66593} 1310 1 +66594 {66594} 14058 1 +66595 {66595} 9583 1 +66596 {66596} 10054 1 +66597 {66597} 4448 1 +66598 {66598} 2267 1 +66599 {66599} 751 1 +66600 {66600} 9608 1 +66601 {66601} 2765 1 +66602 {66602} 1241 1 +66603 {66603} 2133 1 +66604 {66604} 8776 1 +66605 {66605} 2602 1 +66606 {66606} 13580 1 +66607 {66607} 9509 1 +66608 {66608} 10753 1 +66609 {66609} 2100 1 +66610 {66610} 557 1 +66611 {66611} 1750 1 +66612 {66612} 13768 1 +66613 {66613} 5326 1 +66614 {66614} 10846 1 +66615 {66615} 1685 1 +66616 {66616} 2853 1 +66617 {66617} 2238 1 +66618 {66618} 2061 1 +66619 {66619} 1741 1 +66620 {66620} 1582 1 +66621 {66621} 1972 1 +66622 {66622} 1641 1 +66623 {66623} 12376 1 +66624 {66624} 16184 1 +66625 {66625} 2394 1 +66626 {66626} 11848 1 +66627 {66627} 10847 1 +66628 {66628} 5120 1 +66629 {66629} 1889 1 +66630 {66630} 9555 1 +66631 {66631} 10912 1 +66632 {66632} 2942 1 +66633 {66633} 10895 1 +66634 {66634} 12146 1 +66635 {66635} 13201 1 +66636 {66636} 2574 1 +66637 {66637} 1546 1 +66638 {66638} 10902 1 +66639 {66639} 12190 1 +66640 {66640} 10891 1 +66641 {66641} 10034 1 +66642 {66642} 9732 1 +66643 {66643} 9765 1 +66644 {66644} 10053 1 +66645 {66645} 11204 1 +66646 {66646} 3006 1 +66647 {66647} 9468 1 +66648 {66648} 2574 1 +66649 {66649} 2096 1 +66650 {66650} 1275 1 +66651 {66651} 12239 1 +66652 {66652} 2217 1 +66653 {66653} 2942 1 +66654 {66654} 2797 1 +66655 {66655} 2067 1 +66656 {66656} 11846 1 +66657 {66657} 2595 1 +66658 {66658} 8228 1 +66659 {66659} 9919 1 +66660 {66660} 2943 1 +66661 {66661} 2638 1 +66662 {66662} 10385 1 +66663 {66663} 8617 1 +66664 {66664} 9814 1 +66665 {66665} 3004 1 +66666 {66666} 11234 1 +66667 {66667} 2741 1 +66668 {66668} 11516 1 +66669 {66669} 7725 1 +66670 {66670} 2666 1 +66671 {66671} 1996 1 +66672 {66672} 11911 1 +66673 {66673} 2805 1 +66674 {66674} 11407 1 +66675 {66675} 1054 1 +66676 {66676} 2707 1 +66677 {66677} 6712 1 +66678 {66678} 1852 1 +66679 {66679} 1454 1 +66680 {66680} 1951 1 +66681 {66681} 5358 1 +66682 {66682} 1414 1 +66683 {66683} 3105 1 +66684 {66684} 11654 1 +66685 {66685} 3510 1 +66686 {66686} 9740 1 +66687 {66687} 2743 1 +66688 {66688} 11474 1 +66689 {66689} 10922 1 +66690 {66690} 10276 1 +66691 {66691} 167 1 +66692 {66692} 2405 1 +66693 {66693} 2166 1 +66694 {66694} 10186 1 +66695 {66695} 11283 1 +66696 {66696} 10378 1 +66697 {66697} 10922 1 +66698 {66698} 10179 1 +66699 {66699} 2744 1 +66700 {66700} 2456 1 +66701 {66701} 3765 1 +66702 {66702} 9143 1 +66703 {66703} 1450 1 +66704 {66704} 10270 1 +66705 {66705} 9435 1 +66706 {66706} 8446 1 +66707 {66707} 3095 1 +66708 {66708} 1873 1 +66709 {66709} 11624 1 +66710 {66710} 2548 1 +66711 {66711} 1124 1 +66712 {66712} 8734 1 +66713 {66713} 2669 1 +66714 {66714} 2124 1 +66715 {66715} 14929 1 +66716 {66716} 8727 1 +66717 {66717} 10484 1 +66718 {66718} 2835 1 +66719 {66719} 1471 1 +66720 {66720} 9366 1 +66721 {66721} 12636 1 +66722 {66722} 1334 1 +66723 {66723} 16373 1 +66724 {66724} 1539 1 +66725 {66725} 954 1 +66726 {66726} 10797 1 +66727 {66727} 2679 1 +66728 {66728} 2604 1 +66729 {66729} 2124 1 +66730 {66730} 1817 1 +66731 {66731} 11173 1 +66732 {66732} 1207 1 +66733 {66733} 3575 1 +66734 {66734} 1230 1 +66735 {66735} 10413 1 +66736 {66736} 2175 1 +66737 {66737} 10291 1 +66738 {66738} 2304 1 +66739 {66739} 9868 1 +66740 {66740} 11327 1 +66741 {66741} 10895 1 +66742 {66742} 11211 1 +66743 {66743} 10286 1 +66744 {66744} 2499 1 +66745 {66745} 14872 1 +66746 {66746} 5038 1 +66747 {66747} 1750 1 +66748 {66748} 1854 1 +66749 {66749} 10131 1 +66750 {66750} 9723 1 +66751 {66751} 11310 1 +66752 {66752} 848 1 +66753 {66753} 10324 1 +66754 {66754} 2579 1 +66755 {66755} 2832 1 +66756 {66756} 10382 1 +66757 {66757} 3140 1 +66758 {66758} 3227 1 +66759 {66759} 10804 1 +66760 {66760} 1251 1 +66761 {66761} 3366 1 +66762 {66762} 3409 1 +66763 {66763} 10516 1 +66764 {66764} 1203 1 +66765 {66765} 1645 1 +66766 {66766} 2182 1 +66767 {66767} 2844 1 +66768 {66768} 1875 1 +66769 {66769} 15781 1 +66770 {66770} 2427 1 +66771 {66771} 2540 1 +66772 {66772} 1562 1 +66773 {66773} 2427 1 +66774 {66774} 10661 1 +66775 {66775} 10869 1 +66776 {66776} 3045 1 +66777 {66777} 10669 1 +66778 {66778} 1006 1 +66779 {66779} 14480 1 +66780 {66780} 9682 1 +66781 {66781} 10593 1 +66782 {66782} 2544 1 +66783 {66783} 2288 1 +66784 {66784} 2989 1 +66785 {66785} 1265 1 +66786 {66786} 3247 1 +66787 {66787} 4855 1 +66788 {66788} 8336 1 +66789 {66789} 2195 1 +66790 {66790} 8226 1 +66791 {66791} 11178 1 +66792 {66792} 1215 1 +66793 {66793} 2468 1 +66794 {66794} 1925 1 +66795 {66795} 10962 1 +66796 {66796} 7774 1 +66797 {66797} 2401 1 +66798 {66798} 2946 1 +66799 {66799} 8197 1 +66800 {66800} 2134 1 +66801 {66801} 2807 1 +66802 {66802} 2705 1 +66803 {66803} 9930 1 +66804 {66804} 1444 1 +66805 {66805} 10875 1 +66806 {66806} 11317 1 +66807 {66807} 2290 1 +66808 {66808} 2686 1 +66809 {66809} 2390 1 +66810 {66810} 2253 1 +66811 {66811} 2026 1 +66812 {66812} 2464 1 +66813 {66813} 2489 1 +66814 {66814} 11752 1 +66815 {66815} 3836 1 +66816 {66816} 11317 1 +66817 {66817} 1010 1 +66818 {66818} 9872 1 +66819 {66819} 8578 1 +66820 {66820} 1166 1 +66821 {66821} 15296 1 +66822 {66822} 722 1 +66823 {66823} 2399 1 +66824 {66824} 467 1 +66825 {66825} 1437 1 +66826 {66826} 2576 1 +66827 {66827} 10253 1 +66828 {66828} 1411 1 +66829 {66829} 1871 1 +66830 {66830} 2158 1 +66831 {66831} 2329 1 +66832 {66832} 2171 1 +66833 {66833} 2634 1 +66834 {66834} 373 1 +66835 {66835} 8391 1 +66836 {66836} 3438 1 +66837 {66837} 2906 1 +66838 {66838} 1384 1 +66839 {66839} 10293 1 +66840 {66840} 1700 1 +66841 {66841} 1766 1 +66842 {66842} 3076 1 +66843 {66843} 11147 1 +66844 {66844} 7461 1 +66845 {66845} 3348 1 +66846 {66846} 9169 1 +66847 {66847} 2809 1 +66848 {66848} 2483 1 +66849 {66849} 2470 1 +66850 {66850} 16287 1 +66851 {66851} 13560 1 +66852 {66852} 1482 1 +66853 {66853} 11982 1 +66854 {66854} 12629 1 +66855 {66855} 8836 1 +66856 {66856} 8484 1 +66857 {66857} 2212 1 +66858 {66858} 1559 1 +66859 {66859} 11092 1 +66860 {66860} 2844 1 +66861 {66861} 8558 1 +66862 {66862} 3127 1 +66863 {66863} 9835 1 +66864 {66864} 2548 1 +66865 {66865} 2182 1 +66866 {66866} 9630 1 +66867 {66867} 653 1 +66868 {66868} 3567 1 +66869 {66869} 4197 1 +66870 {66870} 10622 1 +66871 {66871} 9220 1 +66872 {66872} 10056 1 +66873 {66873} 11470 1 +66874 {66874} 2138 1 +66875 {66875} 2730 1 +66876 {66876} 9657 1 +66877 {66877} 2015 1 +66878 {66878} 10701 1 +66879 {66879} 10277 1 +66880 {66880} 10489 1 +66881 {66881} 2032 1 +66882 {66882} 10968 1 +66883 {66883} 717 1 +66884 {66884} 1550 1 +66885 {66885} 1540 1 +66886 {66886} 1682 1 +66887 {66887} 10993 1 +66888 {66888} 10507 1 +66889 {66889} 2157 1 +66890 {66890} 1473 1 +66891 {66891} 2193 1 +66892 {66892} 2120 1 +66893 {66893} 2258 1 +66894 {66894} 1921 1 +66895 {66895} 2091 1 +66896 {66896} 9278 1 +66897 {66897} 11279 1 +66898 {66898} 11587 1 +66899 {66899} 11507 1 +66900 {66900} 1339 1 +66901 {66901} 10995 1 +66902 {66902} 9676 1 +66903 {66903} 9199 1 +66904 {66904} 3324 1 +66905 {66905} 2394 1 +66906 {66906} 2421 1 +66907 {66907} 2193 1 +66908 {66908} 10037 1 +66909 {66909} 2843 1 +66910 {66910} 9907 1 +66911 {66911} 8418 1 +66912 {66912} 12942 1 +66913 {66913} 10758 1 +66914 {66914} 1479 1 +66915 {66915} 4084 1 +66916 {66916} 11808 1 +66917 {66917} 2671 1 +66918 {66918} 9625 1 +66919 {66919} 2464 1 +66920 {66920} 3040 1 +66921 {66921} 2196 1 +66922 {66922} 12147 1 +66923 {66923} 16162 1 +66924 {66924} 16615 1 +66925 {66925} 2368 1 +66926 {66926} 2067 1 +66927 {66927} 11513 1 +66928 {66928} 2268 1 +66929 {66929} 2162 1 +66930 {66930} 10157 1 +66931 {66931} 2178 1 +66932 {66932} 10241 1 +66933 {66933} 2601 1 +66934 {66934} 9148 1 +66935 {66935} 10130 1 +66936 {66936} 10126 1 +66937 {66937} 818 1 +66938 {66938} 1927 1 +66939 {66939} 2769 1 +66940 {66940} 10659 1 +66941 {66941} 4028 1 +66942 {66942} 9158 1 +66943 {66943} 2663 1 +66944 {66944} 11369 1 +66945 {66945} 1648 1 +66946 {66946} 10679 1 +66947 {66947} 5203 1 +66948 {66948} 1495 1 +66949 {66949} 15552 1 +66950 {66950} 2287 1 +66951 {66951} 14952 1 +66952 {66952} 10139 1 +66953 {66953} 12352 1 +66954 {66954} 2464 1 +66955 {66955} 1792 1 +66956 {66956} 3449 1 +66957 {66957} 2356 1 +66958 {66958} 16538 1 +66959 {66959} 9871 1 +66960 {66960} 5122 1 +66961 {66961} 2317 1 +66962 {66962} 2156 1 +66963 {66963} 1745 1 +66964 {66964} 10409 1 +66965 {66965} 3046 1 +66966 {66966} 11212 1 +66967 {66967} 2784 1 +66968 {66968} 2251 1 +66969 {66969} 5602 1 +66970 {66970} 2994 1 +66971 {66971} 1130 1 +66972 {66972} 13830 1 +66973 {66973} 10859 1 +66974 {66974} 2537 1 +66975 {66975} 2970 1 +66976 {66976} 11395 1 +66977 {66977} 2023 1 +66978 {66978} 8907 1 +66979 {66979} 2331 1 +66980 {66980} 1265 1 +66981 {66981} 2840 1 +66982 {66982} 11087 1 +66983 {66983} 10023 1 +66984 {66984} 1891 1 +66985 {66985} 11452 1 +66986 {66986} 1752 1 +66987 {66987} 6217 1 +66988 {66988} 3216 1 +66989 {66989} 3203 1 +66990 {66990} 7899 1 +66991 {66991} 1196 1 +66992 {66992} 2671 1 +66993 {66993} 2087 1 +66994 {66994} 16133 1 +66995 {66995} 1951 1 +66996 {66996} 11999 1 +66997 {66997} 580 1 +66998 {66998} 10606 1 +66999 {66999} 2263 1 +67000 {67000} 2099 1 +67001 {67001} 4694 1 +67002 {67002} 1704 1 +67003 {67003} 10425 1 +67004 {67004} 4907 1 +67005 {67005} 1504 1 +67006 {67006} 11944 1 +67007 {67007} 14648 1 +67008 {67008} 9360 1 +67009 {67009} 2703 1 +67010 {67010} 2461 1 +67011 {67011} 8542 1 +67012 {67012} 1918 1 +67013 {67013} 10301 1 +67014 {67014} 3444 1 +67015 {67015} 5423 1 +67016 {67016} 9989 1 +67017 {67017} 2394 1 +67018 {67018} 3532 1 +67019 {67019} 2733 1 +67020 {67020} 1927 1 +67021 {67021} 141 1 +67022 {67022} 10222 1 +67023 {67023} 2682 1 +67024 {67024} 2907 1 +67025 {67025} 480 1 +67026 {67026} 11518 1 +67027 {67027} 10706 1 +67028 {67028} 1653 1 +67029 {67029} 9367 1 +67030 {67030} 1070 1 +67031 {67031} 11871 1 +67032 {67032} 1862 1 +67033 {67033} 10900 1 +67034 {67034} 3239 1 +67035 {67035} 10528 1 +67036 {67036} 12103 1 +67037 {67037} 10916 1 +67038 {67038} 11235 1 +67039 {67039} 8717 1 +67040 {67040} 2845 1 +67041 {67041} 13886 1 +67042 {67042} 1099 1 +67043 {67043} 2730 1 +67044 {67044} 2635 1 +67045 {67045} 1009 1 +67046 {67046} 10166 1 +67047 {67047} 10534 1 +67048 {67048} 1751 1 +67049 {67049} 1087 1 +67050 {67050} 3079 1 +67051 {67051} 2181 1 +67052 {67052} 10641 1 +67053 {67053} 2293 1 +67054 {67054} 10465 1 +67055 {67055} 2559 1 +67056 {67056} 9772 1 +67057 {67057} 2824 1 +67058 {67058} 11487 1 +67059 {67059} 11456 1 +67060 {67060} 8699 1 +67061 {67061} 2376 1 +67062 {67062} 10686 1 +67063 {67063} 8523 1 +67064 {67064} 10786 1 +67065 {67065} 51 1 +67066 {67066} 11855 1 +67067 {67067} 9654 1 +67068 {67068} 3046 1 +67069 {67069} 7383 1 +67070 {67070} 2030 1 +67071 {67071} 6861 1 +67072 {67072} 1013 1 +67073 {67073} 4575 1 +67074 {67074} 9009 1 +67075 {67075} 2228 1 +67076 {67076} 9515 1 +67077 {67077} 13918 1 +67078 {67078} 12558 1 +67079 {67079} 9772 1 +67080 {67080} 10886 1 +67081 {67081} 16105 1 +67082 {67082} 10099 1 +67083 {67083} 2371 1 +67084 {67084} 2417 1 +67085 {67085} 9452 1 +67086 {67086} 1958 1 +67087 {67087} 1617 1 +67088 {67088} 12440 1 +67089 {67089} 9996 1 +67090 {67090} 11966 1 +67091 {67091} 11347 1 +67092 {67092} 2401 1 +67093 {67093} 1824 1 +67094 {67094} 10851 1 +67095 {67095} 1267 1 +67096 {67096} 1367 1 +67097 {67097} 2538 1 +67098 {67098} 1841 1 +67099 {67099} 1274 1 +67100 {67100} 11059 1 +67101 {67101} 1375 1 +67102 {67102} 9807 1 +67103 {67103} 2764 1 +67104 {67104} 3412 1 +67105 {67105} 2550 1 +67106 {67106} 2241 1 +67107 {67107} 5110 1 +67108 {67108} 1358 1 +67109 {67109} 2356 1 +67110 {67110} 11305 1 +67111 {67111} 2498 1 +67112 {67112} 2192 1 +67113 {67113} 15239 1 +67114 {67114} 11127 1 +67115 {67115} 1682 1 +67116 {67116} 2044 1 +67117 {67117} 5168 1 +67118 {67118} 2719 1 +67119 {67119} 2326 1 +67120 {67120} 11961 1 +67121 {67121} 1451 1 +67122 {67122} 1459 1 +67123 {67123} 1914 1 +67124 {67124} 8829 1 +67125 {67125} 10530 1 +67126 {67126} 9516 1 +67127 {67127} 10179 1 +67128 {67128} 13946 1 +67129 {67129} 5095 1 +67130 {67130} 7672 1 +67131 {67131} 10977 1 +67132 {67132} 1826 1 +67133 {67133} 11247 1 +67134 {67134} 2018 1 +67135 {67135} 9188 1 +67136 {67136} 1780 1 +67137 {67137} 816 1 +67138 {67138} 11428 1 +67139 {67139} 11597 1 +67140 {67140} 2333 1 +67141 {67141} 2843 1 +67142 {67142} 15676 1 +67143 {67143} 2152 1 +67144 {67144} 2185 1 +67145 {67145} 2036 1 +67146 {67146} 2733 1 +67147 {67147} 9554 1 +67148 {67148} 1646 1 +67149 {67149} 1299 1 +67150 {67150} 1756 1 +67151 {67151} 8400 1 +67152 {67152} 6351 1 +67153 {67153} 10705 1 +67154 {67154} 2028 1 +67155 {67155} 1749 1 +67156 {67156} 9831 1 +67157 {67157} 11175 1 +67158 {67158} 9766 1 +67159 {67159} 2215 1 +67160 {67160} 1378 1 +67161 {67161} 10058 1 +67162 {67162} 6986 1 +67163 {67163} 2497 1 +67164 {67164} 1611 1 +67165 {67165} 1994 1 +67166 {67166} 2872 1 +67167 {67167} 9983 1 +67168 {67168} 2403 1 +67169 {67169} 1957 1 +67170 {67170} 10607 1 +67171 {67171} 2331 1 +67172 {67172} 10348 1 +67173 {67173} 8292 1 +67174 {67174} 10124 1 +67175 {67175} 11413 1 +67176 {67176} 10583 1 +67177 {67177} 10281 1 +67178 {67178} 3013 1 +67179 {67179} 10978 1 +67180 {67180} 2544 1 +67181 {67181} 2504 1 +67182 {67182} 10922 1 +67183 {67183} 9612 1 +67184 {67184} 10125 1 +67185 {67185} 2537 1 +67186 {67186} 7182 1 +67187 {67187} 3047 1 +67188 {67188} 5031 1 +67189 {67189} 5421 1 +67190 {67190} 2249 1 +67191 {67191} 6347 1 +67192 {67192} 2861 1 +67193 {67193} 10690 1 +67194 {67194} 1350 1 +67195 {67195} 2450 1 +67196 {67196} 9026 1 +67197 {67197} 10778 1 +67198 {67198} 2299 1 +67199 {67199} 10349 1 +67200 {67200} 9374 1 +67201 {67201} 2640 1 +67202 {67202} 1981 1 +67203 {67203} 4296 1 +67204 {67204} 11514 1 +67205 {67205} 11552 1 +67206 {67206} 2124 1 +67207 {67207} 11525 1 +67208 {67208} 12385 1 +67209 {67209} 2371 1 +67210 {67210} 1529 1 +67211 {67211} 1823 1 +67212 {67212} 11417 1 +67213 {67213} 8299 1 +67214 {67214} 10232 1 +67215 {67215} 1720 1 +67216 {67216} 2742 1 +67217 {67217} 11092 1 +67218 {67218} 2268 1 +67219 {67219} 10863 1 +67220 {67220} 830 1 +67221 {67221} 8783 1 +67222 {67222} 11123 1 +67223 {67223} 9507 1 +67224 {67224} 11258 1 +67225 {67225} 10344 1 +67226 {67226} 10788 1 +67227 {67227} 12146 1 +67228 {67228} 5711 1 +67229 {67229} 9663 1 +67230 {67230} 1197 1 +67231 {67231} 1910 1 +67232 {67232} 1327 1 +67233 {67233} 3142 1 +67234 {67234} 10490 1 +67235 {67235} 2639 1 +67236 {67236} 1976 1 +67237 {67237} 1276 1 +67238 {67238} 10008 1 +67239 {67239} 11103 1 +67240 {67240} 11274 1 +67241 {67241} 2430 1 +67242 {67242} 2632 1 +67243 {67243} 10504 1 +67244 {67244} 2705 1 +67245 {67245} 2192 1 +67246 {67246} 11553 1 +67247 {67247} 11836 1 +67248 {67248} 8766 1 +67249 {67249} 4710 1 +67250 {67250} 10304 1 +67251 {67251} 3006 1 +67252 {67252} 1385 1 +67253 {67253} 2584 1 +67254 {67254} 2639 1 +67255 {67255} 10653 1 +67256 {67256} 1511 1 +67257 {67257} 9475 1 +67258 {67258} 2499 1 +67259 {67259} 2548 1 +67260 {67260} 3683 1 +67261 {67261} 1394 1 +67262 {67262} 9263 1 +67263 {67263} 1209 1 +67264 {67264} 3280 1 +67265 {67265} 2195 1 +67266 {67266} 2300 1 +67267 {67267} 13321 1 +67268 {67268} 1882 1 +67269 {67269} 10447 1 +67270 {67270} 10804 1 +67271 {67271} 9182 1 +67272 {67272} 10386 1 +67273 {67273} 2528 1 +67274 {67274} 15535 1 +67275 {67275} 8350 1 +67276 {67276} 5121 1 +67277 {67277} 2194 1 +67278 {67278} 2837 1 +67279 {67279} 2149 1 +67280 {67280} 9988 1 +67281 {67281} 2080 1 +67282 {67282} 1638 1 +67283 {67283} 1827 1 +67284 {67284} 10902 1 +67285 {67285} 4612 1 +67286 {67286} 2933 1 +67287 {67287} 3171 1 +67288 {67288} 1915 1 +67289 {67289} 10960 1 +67290 {67290} 981 1 +67291 {67291} 10951 1 +67292 {67292} 12120 1 +67293 {67293} 8050 1 +67294 {67294} 966 1 +67295 {67295} 6903 1 +67296 {67296} 11659 1 +67297 {67297} 7147 1 +67298 {67298} 2155 1 +67299 {67299} 10947 1 +67300 {67300} 9844 1 +67301 {67301} 1224 1 +67302 {67302} 1922 1 +67303 {67303} 9739 1 +67304 {67304} 2501 1 +67305 {67305} 10660 1 +67306 {67306} 2306 1 +67307 {67307} 4274 1 +67308 {67308} 8634 1 +67309 {67309} 2475 1 +67310 {67310} 2107 1 +67311 {67311} 9735 1 +67312 {67312} 4113 1 +67313 {67313} 2523 1 +67314 {67314} 2873 1 +67315 {67315} 2197 1 +67316 {67316} 9500 1 +67317 {67317} 12261 1 +67318 {67318} 2071 1 +67319 {67319} 11256 1 +67320 {67320} 3994 1 +67321 {67321} 9151 1 +67322 {67322} 2738 1 +67323 {67323} 1921 1 +67324 {67324} 2088 1 +67325 {67325} 2835 1 +67326 {67326} 10026 1 +67327 {67327} 2215 1 +67328 {67328} 8301 1 +67329 {67329} 1887 1 +67330 {67330} 8582 1 +67331 {67331} 2635 1 +67332 {67332} 9366 1 +67333 {67333} 2600 1 +67334 {67334} 1447 1 +67335 {67335} 12677 1 +67336 {67336} 2061 1 +67337 {67337} 14863 1 +67338 {67338} 1957 1 +67339 {67339} 12201 1 +67340 {67340} 2101 1 +67341 {67341} 12502 1 +67342 {67342} 11474 1 +67343 {67343} 1891 1 +67344 {67344} 2965 1 +67345 {67345} 11303 1 +67346 {67346} 10246 1 +67347 {67347} 10895 1 +67348 {67348} 2568 1 +67349 {67349} 1037 1 +67350 {67350} 5215 1 +67351 {67351} 10945 1 +67352 {67352} 11015 1 +67353 {67353} 3340 1 +67354 {67354} 1852 1 +67355 {67355} 3043 1 +67356 {67356} 3078 1 +67357 {67357} 3189 1 +67358 {67358} 9149 1 +67359 {67359} 8924 1 +67360 {67360} 8812 1 +67361 {67361} 8400 1 +67362 {67362} 1928 1 +67363 {67363} 3043 1 +67364 {67364} 2903 1 +67365 {67365} 13092 1 +67366 {67366} 16398 1 +67367 {67367} 1557 1 +67368 {67368} 7989 1 +67369 {67369} 1940 1 +67370 {67370} 5570 1 +67371 {67371} 10384 1 +67372 {67372} 8944 1 +67373 {67373} 1136 1 +67374 {67374} 7677 1 +67375 {67375} 3068 1 +67376 {67376} 11382 1 +67377 {67377} 15007 1 +67378 {67378} 11032 1 +67379 {67379} 9141 1 +67380 {67380} 2872 1 +67381 {67381} 4161 1 +67382 {67382} 10791 1 +67383 {67383} 2456 1 +67384 {67384} 2708 1 +67385 {67385} 12352 1 +67386 {67386} 2102 1 +67387 {67387} 9716 1 +67388 {67388} 2242 1 +67389 {67389} 1946 1 +67390 {67390} 10571 1 +67391 {67391} 1996 1 +67392 {67392} 10488 1 +67393 {67393} 6110 1 +67394 {67394} 4863 1 +67395 {67395} 10788 1 +67396 {67396} 1965 1 +67397 {67397} 3013 1 +67398 {67398} 10055 1 +67399 {67399} 2255 1 +67400 {67400} 10866 1 +67401 {67401} 10786 1 +67402 {67402} 9355 1 +67403 {67403} 1779 1 +67404 {67404} 3109 1 +67405 {67405} 3269 1 +67406 {67406} 9589 1 +67407 {67407} 1322 1 +67408 {67408} 6183 1 +67409 {67409} 10286 1 +67410 {67410} 10102 1 +67411 {67411} 10835 1 +67412 {67412} 10409 1 +67413 {67413} 9584 1 +67414 {67414} 2386 1 +67415 {67415} 1854 1 +67416 {67416} 2044 1 +67417 {67417} 14410 1 +67418 {67418} 9744 1 +67419 {67419} 12933 1 +67420 {67420} 1304 1 +67421 {67421} 10103 1 +67422 {67422} 10714 1 +67423 {67423} 9218 1 +67424 {67424} 11078 1 +67425 {67425} 10452 1 +67426 {67426} 9767 1 +67427 {67427} 2066 1 +67428 {67428} 16241 1 +67429 {67429} 13356 1 +67430 {67430} 11544 1 +67431 {67431} 1384 1 +67432 {67432} 10900 1 +67433 {67433} 2668 1 +67434 {67434} 10597 1 +67435 {67435} 10826 1 +67436 {67436} 1815 1 +67437 {67437} 1202 1 +67438 {67438} 1582 1 +67439 {67439} 2812 1 +67440 {67440} 2571 1 +67441 {67441} 3347 1 +67442 {67442} 1804 1 +67443 {67443} 2504 1 +67444 {67444} 15701 1 +67445 {67445} 2668 1 +67446 {67446} 10174 1 +67447 {67447} 11262 1 +67448 {67448} 10616 1 +67449 {67449} 11923 1 +67450 {67450} 9917 1 +67451 {67451} 9544 1 +67452 {67452} 2699 1 +67453 {67453} 9277 1 +67454 {67454} 7849 1 +67455 {67455} 656 1 +67456 {67456} 1951 1 +67457 {67457} 2604 1 +67458 {67458} 11164 1 +67459 {67459} 2129 1 +67460 {67460} 2944 1 +67461 {67461} 10093 1 +67462 {67462} 3029 1 +67463 {67463} 8830 1 +67464 {67464} 8359 1 +67465 {67465} 5175 1 +67466 {67466} 1921 1 +67467 {67467} 10765 1 +67468 {67468} 9516 1 +67469 {67469} 896 1 +67470 {67470} 9279 1 +67471 {67471} 9188 1 +67472 {67472} 10496 1 +67473 {67473} 2341 1 +67474 {67474} 4842 1 +67475 {67475} 1749 1 +67476 {67476} 10605 1 +67477 {67477} 10774 1 +67478 {67478} 2548 1 +67479 {67479} 2100 1 +67480 {67480} 7827 1 +67481 {67481} 1582 1 +67482 {67482} 10648 1 +67483 {67483} 8866 1 +67484 {67484} 2023 1 +67485 {67485} 1319 1 +67486 {67486} 7008 1 +67487 {67487} 560 1 +67488 {67488} 3248 1 +67489 {67489} 11966 1 +67490 {67490} 9657 1 +67491 {67491} 2777 1 +67492 {67492} 8784 1 +67493 {67493} 3180 1 +67494 {67494} 12055 1 +67495 {67495} 2304 1 +67496 {67496} 11188 1 +67497 {67497} 11446 1 +67498 {67498} 788 1 +67499 {67499} 3666 1 +67500 {67500} 12529 1 +67501 {67501} 12253 1 +67502 {67502} 10738 1 +67503 {67503} 10758 1 +67504 {67504} 9153 1 +67505 {67505} 1723 1 +67506 {67506} 8734 1 +67507 {67507} 3119 1 +67508 {67508} 2060 1 +67509 {67509} 8291 1 +67510 {67510} 2102 1 +67511 {67511} 2810 1 +67512 {67512} 12174 1 +67513 {67513} 3369 1 +67514 {67514} 1881 1 +67515 {67515} 1313 1 +67516 {67516} 10109 1 +67517 {67517} 3692 1 +67518 {67518} 10494 1 +67519 {67519} 1136 1 +67520 {67520} 1787 1 +67521 {67521} 16441 1 +67522 {67522} 1341 1 +67523 {67523} 1719 1 +67524 {67524} 1644 1 +67525 {67525} 2397 1 +67526 {67526} 1993 1 +67527 {67527} 2606 1 +67528 {67528} 4641 1 +67529 {67529} 11078 1 +67530 {67530} 10552 1 +67531 {67531} 11860 1 +67532 {67532} 2326 1 +67533 {67533} 1535 1 +67534 {67534} 1260 1 +67535 {67535} 2023 1 +67536 {67536} 1223 1 +67537 {67537} 2907 1 +67538 {67538} 2130 1 +67539 {67539} 2840 1 +67540 {67540} 2703 1 +67541 {67541} 785 1 +67542 {67542} 16303 1 +67543 {67543} 4156 1 +67544 {67544} 1146 1 +67545 {67545} 9967 1 +67546 {67546} 1245 1 +67547 {67547} 11668 1 +67548 {67548} 2498 1 +67549 {67549} 9900 1 +67550 {67550} 9397 1 +67551 {67551} 1842 1 +67552 {67552} 10272 1 +67553 {67553} 11641 1 +67554 {67554} 15874 1 +67555 {67555} 8742 1 +67556 {67556} 9127 1 +67557 {67557} 2979 1 +67558 {67558} 7865 1 +67559 {67559} 2811 1 +67560 {67560} 2503 1 +67561 {67561} 2770 1 +67562 {67562} 10744 1 +67563 {67563} 12407 1 +67564 {67564} 8960 1 +67565 {67565} 2228 1 +67566 {67566} 1265 1 +67567 {67567} 9742 1 +67568 {67568} 9518 1 +67569 {67569} 1597 1 +67570 {67570} 9110 1 +67571 {67571} 10853 1 +67572 {67572} 10412 1 +67573 {67573} 3500 1 +67574 {67574} 1852 1 +67575 {67575} 9806 1 +67576 {67576} 9192 1 +67577 {67577} 2505 1 +67578 {67578} 10879 1 +67579 {67579} 1859 1 +67580 {67580} 10942 1 +67581 {67581} 1875 1 +67582 {67582} 3040 1 +67583 {67583} 12547 1 +67584 {67584} 3110 1 +67585 {67585} 2184 1 +67586 {67586} 11597 1 +67587 {67587} 9602 1 +67588 {67588} 11201 1 +67589 {67589} 2096 1 +67590 {67590} 2269 1 +67591 {67591} 5459 1 +67592 {67592} 11226 1 +67593 {67593} 11839 1 +67594 {67594} 2008 1 +67595 {67595} 9844 1 +67596 {67596} 11138 1 +67597 {67597} 9765 1 +67598 {67598} 9986 1 +67599 {67599} 2827 1 +67600 {67600} 3574 1 +67601 {67601} 8019 1 +67602 {67602} 3772 1 +67603 {67603} 2632 1 +67604 {67604} 2364 1 +67605 {67605} 2194 1 +67606 {67606} 2433 1 +67607 {67607} 14031 1 +67608 {67608} 1277 1 +67609 {67609} 1246 1 +67610 {67610} 2572 1 +67611 {67611} 9989 1 +67612 {67612} 11227 1 +67613 {67613} 2148 1 +67614 {67614} 2361 1 +67615 {67615} 2726 1 +67616 {67616} 1332 1 +67617 {67617} 1886 1 +67618 {67618} 2402 1 +67619 {67619} 10489 1 +67620 {67620} 2977 1 +67621 {67621} 10375 1 +67622 {67622} 10479 1 +67623 {67623} 11494 1 +67624 {67624} 8077 1 +67625 {67625} 2232 1 +67626 {67626} 2838 1 +67627 {67627} 10403 1 +67628 {67628} 6032 1 +67629 {67629} 2791 1 +67630 {67630} 1207 1 +67631 {67631} 2364 1 +67632 {67632} 8619 1 +67633 {67633} 233 1 +67634 {67634} 2571 1 +67635 {67635} 9977 1 +67636 {67636} 3160 1 +67637 {67637} 2022 1 +67638 {67638} 10748 1 +67639 {67639} 2574 1 +67640 {67640} 1701 1 +67641 {67641} 2051 1 +67642 {67642} 10580 1 +67643 {67643} 3000 1 +67644 {67644} 1573 1 +67645 {67645} 6310 1 +67646 {67646} 1158 1 +67647 {67647} 9338 1 +67648 {67648} 11405 1 +67649 {67649} 278 1 +67650 {67650} 12434 1 +67651 {67651} 3207 1 +67652 {67652} 3165 1 +67653 {67653} 8197 1 +67654 {67654} 6832 1 +67655 {67655} 2061 1 +67656 {67656} 14509 1 +67657 {67657} 3710 1 +67658 {67658} 2087 1 +67659 {67659} 7415 1 +67660 {67660} 2062 1 +67661 {67661} 2937 1 +67662 {67662} 8919 1 +67663 {67663} 2251 1 +67664 {67664} 9324 1 +67665 {67665} 13734 1 +67666 {67666} 2313 1 +67667 {67667} 2223 1 +67668 {67668} 7065 1 +67669 {67669} 8636 1 +67670 {67670} 1028 1 +67671 {67671} 2264 1 +67672 {67672} 10546 1 +67673 {67673} 1519 1 +67674 {67674} 12291 1 +67675 {67675} 11056 1 +67676 {67676} 9883 1 +67677 {67677} 11388 1 +67678 {67678} 8560 1 +67679 {67679} 7193 1 +67680 {67680} 10163 1 +67681 {67681} 3041 1 +67682 {67682} 9562 1 +67683 {67683} 11527 1 +67684 {67684} 11867 1 +67685 {67685} 13887 1 +67686 {67686} 3068 1 +67687 {67687} 10601 1 +67688 {67688} 7221 1 +67689 {67689} 10308 1 +67690 {67690} 9406 1 +67691 {67691} 2135 1 +67692 {67692} 822 1 +67693 {67693} 10646 1 +67694 {67694} 3327 1 +67695 {67695} 16232 1 +67696 {67696} 10023 1 +67697 {67697} 3036 1 +67698 {67698} 10874 1 +67699 {67699} 3958 1 +67700 {67700} 11500 1 +67701 {67701} 7860 1 +67702 {67702} 10593 1 +67703 {67703} 10466 1 +67704 {67704} 9849 1 +67705 {67705} 10631 1 +67706 {67706} 2629 1 +67707 {67707} 2268 1 +67708 {67708} 2399 1 +67709 {67709} 2129 1 +67710 {67710} 1417 1 +67711 {67711} 2094 1 +67712 {67712} 9403 1 +67713 {67713} 10283 1 +67714 {67714} 3607 1 +67715 {67715} 9702 1 +67716 {67716} 4942 1 +67717 {67717} 10186 1 +67718 {67718} 11660 1 +67719 {67719} 9184 1 +67720 {67720} 2164 1 +67721 {67721} 2386 1 +67722 {67722} 2759 1 +67723 {67723} 13193 1 +67724 {67724} 10412 1 +67725 {67725} 1477 1 +67726 {67726} 7537 1 +67727 {67727} 11205 1 +67728 {67728} 1136 1 +67729 {67729} 11896 1 +67730 {67730} 2887 1 +67731 {67731} 1891 1 +67732 {67732} 9605 1 +67733 {67733} 10090 1 +67734 {67734} 10874 1 +67735 {67735} 1441 1 +67736 {67736} 3247 1 +67737 {67737} 12010 1 +67738 {67738} 4596 1 +67739 {67739} 7411 1 +67740 {67740} 10280 1 +67741 {67741} 15104 1 +67742 {67742} 2520 1 +67743 {67743} 3346 1 +67744 {67744} 16425 1 +67745 {67745} 875 1 +67746 {67746} 10174 1 +67747 {67747} 2809 1 +67748 {67748} 12330 1 +67749 {67749} 13671 1 +67750 {67750} 13836 1 +67751 {67751} 3784 1 +67752 {67752} 3483 1 +67753 {67753} 2244 1 +67754 {67754} 12764 1 +67755 {67755} 10809 1 +67756 {67756} 2566 1 +67757 {67757} 2397 1 +67758 {67758} 8270 1 +67759 {67759} 2367 1 +67760 {67760} 11024 1 +67761 {67761} 10088 1 +67762 {67762} 3132 1 +67763 {67763} 3109 1 +67764 {67764} 2267 1 +67765 {67765} 11159 1 +67766 {67766} 9644 1 +67767 {67767} 2102 1 +67768 {67768} 2395 1 +67769 {67769} 10266 1 +67770 {67770} 2425 1 +67771 {67771} 2099 1 +67772 {67772} 7615 1 +67773 {67773} 9259 1 +67774 {67774} 8133 1 +67775 {67775} 3532 1 +67776 {67776} 2154 1 +67777 {67777} 1844 1 +67778 {67778} 10182 1 +67779 {67779} 589 1 +67780 {67780} 2741 1 +67781 {67781} 8555 1 +67782 {67782} 2499 1 +67783 {67783} 3161 1 +67784 {67784} 648 1 +67785 {67785} 5396 1 +67786 {67786} 10741 1 +67787 {67787} 9682 1 +67788 {67788} 2300 1 +67789 {67789} 1551 1 +67790 {67790} 1976 1 +67791 {67791} 8779 1 +67792 {67792} 9304 1 +67793 {67793} 1914 1 +67794 {67794} 12224 1 +67795 {67795} 8420 1 +67796 {67796} 1571 1 +67797 {67797} 2844 1 +67798 {67798} 2060 1 +67799 {67799} 1615 1 +67800 {67800} 9405 1 +67801 {67801} 2301 1 +67802 {67802} 9654 1 +67803 {67803} 8945 1 +67804 {67804} 10841 1 +67805 {67805} 2099 1 +67806 {67806} 3096 1 +67807 {67807} 1689 1 +67808 {67808} 2158 1 +67809 {67809} 10716 1 +67810 {67810} 2240 1 +67811 {67811} 487 1 +67812 {67812} 1174 1 +67813 {67813} 10210 1 +67814 {67814} 9367 1 +67815 {67815} 2050 1 +67816 {67816} 7364 1 +67817 {67817} 13805 1 +67818 {67818} 2083 1 +67819 {67819} 9429 1 +67820 {67820} 2827 1 +67821 {67821} 3439 1 +67822 {67822} 2632 1 +67823 {67823} 12527 1 +67824 {67824} 9019 1 +67825 {67825} 8985 1 +67826 {67826} 1822 1 +67827 {67827} 1714 1 +67828 {67828} 2096 1 +67829 {67829} 1232 1 +67830 {67830} 10839 1 +67831 {67831} 8271 1 +67832 {67832} 3712 1 +67833 {67833} 11271 1 +67834 {67834} 3717 1 +67835 {67835} 6189 1 +67836 {67836} 1619 1 +67837 {67837} 1695 1 +67838 {67838} 10966 1 +67839 {67839} 9479 1 +67840 {67840} 10630 1 +67841 {67841} 2493 1 +67842 {67842} 2335 1 +67843 {67843} 3436 1 +67844 {67844} 2574 1 +67845 {67845} 9915 1 +67846 {67846} 11414 1 +67847 {67847} 3913 1 +67848 {67848} 1755 1 +67849 {67849} 10339 1 +67850 {67850} 1997 1 +67851 {67851} 12431 1 +67852 {67852} 9263 1 +67853 {67853} 2838 1 +67854 {67854} 1572 1 +67855 {67855} 10555 1 +67856 {67856} 1959 1 +67857 {67857} 10141 1 +67858 {67858} 16238 1 +67859 {67859} 9307 1 +67860 {67860} 3975 1 +67861 {67861} 2433 1 +67862 {67862} 2267 1 +67863 {67863} 1134 1 +67864 {67864} 1092 1 +67865 {67865} 15744 1 +67866 {67866} 9330 1 +67867 {67867} 9983 1 +67868 {67868} 15847 1 +67869 {67869} 9761 1 +67870 {67870} 10442 1 +67871 {67871} 15713 1 +67872 {67872} 2740 1 +67873 {67873} 9992 1 +67874 {67874} 9741 1 +67875 {67875} 1915 1 +67876 {67876} 11006 1 +67877 {67877} 1964 1 +67878 {67878} 3340 1 +67879 {67879} 2011 1 +67880 {67880} 10109 1 +67881 {67881} 10866 1 +67882 {67882} 11127 1 +67883 {67883} 10160 1 +67884 {67884} 10246 1 +67885 {67885} 2114 1 +67886 {67886} 2095 1 +67887 {67887} 3829 1 +67888 {67888} 10392 1 +67889 {67889} 5408 1 +67890 {67890} 752 1 +67891 {67891} 9608 1 +67892 {67892} 1887 1 +67893 {67893} 2598 1 +67894 {67894} 15712 1 +67895 {67895} 8789 1 +67896 {67896} 1724 1 +67897 {67897} 9183 1 +67898 {67898} 10670 1 +67899 {67899} 2298 1 +67900 {67900} 2464 1 +67901 {67901} 11505 1 +67902 {67902} 2549 1 +67903 {67903} 11071 1 +67904 {67904} 9426 1 +67905 {67905} 4186 1 +67906 {67906} 11735 1 +67907 {67907} 3197 1 +67908 {67908} 3214 1 +67909 {67909} 2908 1 +67910 {67910} 545 1 +67911 {67911} 2875 1 +67912 {67912} 855 1 +67913 {67913} 11416 1 +67914 {67914} 10646 1 +67915 {67915} 10552 1 +67916 {67916} 9398 1 +67917 {67917} 12227 1 +67918 {67918} 10525 1 +67919 {67919} 1986 1 +67920 {67920} 15380 1 +67921 {67921} 9475 1 +67922 {67922} 9202 1 +67923 {67923} 1205 1 +67924 {67924} 9234 1 +67925 {67925} 625 1 +67926 {67926} 2741 1 +67927 {67927} 2167 1 +67928 {67928} 1891 1 +67929 {67929} 3077 1 +67930 {67930} 11330 1 +67931 {67931} 1169 1 +67932 {67932} 1961 1 +67933 {67933} 2584 1 +67934 {67934} 2797 1 +67935 {67935} 10922 1 +67936 {67936} 15340 1 +67937 {67937} 3172 1 +67938 {67938} 2360 1 +67939 {67939} 12359 1 +67940 {67940} 6850 1 +67941 {67941} 10378 1 +67942 {67942} 3207 1 +67943 {67943} 10436 1 +67944 {67944} 2434 1 +67945 {67945} 10100 1 +67946 {67946} 12355 1 +67947 {67947} 2486 1 +67948 {67948} 2284 1 +67949 {67949} 10197 1 +67950 {67950} 1710 1 +67951 {67951} 10421 1 +67952 {67952} 1639 1 +67953 {67953} 10541 1 +67954 {67954} 2602 1 +67955 {67955} 1202 1 +67956 {67956} 2095 1 +67957 {67957} 3067 1 +67958 {67958} 3475 1 +67959 {67959} 10371 1 +67960 {67960} 2730 1 +67961 {67961} 2459 1 +67962 {67962} 9583 1 +67963 {67963} 1682 1 +67964 {67964} 12048 1 +67965 {67965} 2699 1 +67966 {67966} 1683 1 +67967 {67967} 11278 1 +67968 {67968} 3070 1 +67969 {67969} 10161 1 +67970 {67970} 2428 1 +67971 {67971} 10304 1 +67972 {67972} 12312 1 +67973 {67973} 3111 1 +67974 {67974} 5401 1 +67975 {67975} 2200 1 +67976 {67976} 4373 1 +67977 {67977} 10956 1 +67978 {67978} 2278 1 +67979 {67979} 2261 1 +67980 {67980} 2214 1 +67981 {67981} 10177 1 +67982 {67982} 2025 1 +67983 {67983} 8558 1 +67984 {67984} 10170 1 +67985 {67985} 10695 1 +67986 {67986} 2690 1 +67987 {67987} 734 1 +67988 {67988} 2234 1 +67989 {67989} 519 1 +67990 {67990} 10921 1 +67991 {67991} 2487 1 +67992 {67992} 1507 1 +67993 {67993} 7905 1 +67994 {67994} 10751 1 +67995 {67995} 1662 1 +67996 {67996} 1680 1 +67997 {67997} 2402 1 +67998 {67998} 1676 1 +67999 {67999} 9594 1 +68000 {68000} 10038 1 +68001 {68001} 1845 1 +68002 {68002} 1061 1 +68003 {68003} 910 1 +68004 {68004} 3539 1 +68005 {68005} 2102 1 +68006 {68006} 2972 1 +68007 {68007} 10798 1 +68008 {68008} 3011 1 +68009 {68009} 12106 1 +68010 {68010} 821 1 +68011 {68011} 13771 1 +68012 {68012} 2502 1 +68013 {68013} 11092 1 +68014 {68014} 1987 1 +68015 {68015} 3594 1 +68016 {68016} 9295 1 +68017 {68017} 14679 1 +68018 {68018} 9733 1 +68019 {68019} 10471 1 +68020 {68020} 908 1 +68021 {68021} 1963 1 +68022 {68022} 13786 1 +68023 {68023} 2298 1 +68024 {68024} 8476 1 +68025 {68025} 10124 1 +68026 {68026} 1787 1 +68027 {68027} 9882 1 +68028 {68028} 9791 1 +68029 {68029} 1972 1 +68030 {68030} 2536 1 +68031 {68031} 2807 1 +68032 {68032} 10993 1 +68033 {68033} 3265 1 +68034 {68034} 4279 1 +68035 {68035} 7536 1 +68036 {68036} 1886 1 +68037 {68037} 1741 1 +68038 {68038} 10938 1 +68039 {68039} 11422 1 +68040 {68040} 9814 1 +68041 {68041} 1987 1 +68042 {68042} 10750 1 +68043 {68043} 9612 1 +68044 {68044} 3261 1 +68045 {68045} 10565 1 +68046 {68046} 10222 1 +68047 {68047} 12333 1 +68048 {68048} 2605 1 +68049 {68049} 3286 1 +68050 {68050} 9618 1 +68051 {68051} 11088 1 +68052 {68052} 8689 1 +68053 {68053} 9764 1 +68054 {68054} 1893 1 +68055 {68055} 1018 1 +68056 {68056} 7085 1 +68057 {68057} 2490 1 +68058 {68058} 2874 1 +68059 {68059} 2942 1 +68060 {68060} 10843 1 +68061 {68061} 2232 1 +68062 {68062} 1410 1 +68063 {68063} 2671 1 +68064 {68064} 8492 1 +68065 {68065} 10660 1 +68066 {68066} 1199 1 +68067 {68067} 1756 1 +68068 {68068} 12733 1 +68069 {68069} 10859 1 +68070 {68070} 12071 1 +68071 {68071} 13400 1 +68072 {68072} 8778 1 +68073 {68073} 2369 1 +68074 {68074} 2292 1 +68075 {68075} 3341 1 +68076 {68076} 10174 1 +68077 {68077} 9595 1 +68078 {68078} 2579 1 +68079 {68079} 2459 1 +68080 {68080} 2818 1 +68081 {68081} 1926 1 +68082 {68082} 2563 1 +68083 {68083} 11160 1 +68084 {68084} 1703 1 +68085 {68085} 3127 1 +68086 {68086} 9292 1 +68087 {68087} 10288 1 +68088 {68088} 3009 1 +68089 {68089} 10208 1 +68090 {68090} 828 1 +68091 {68091} 8795 1 +68092 {68092} 10705 1 +68093 {68093} 2937 1 +68094 {68094} 10804 1 +68095 {68095} 10059 1 +68096 {68096} 2076 1 +68097 {68097} 10916 1 +68098 {68098} 11530 1 +68099 {68099} 11348 1 +68100 {68100} 7089 1 +68101 {68101} 10921 1 +68102 {68102} 2063 1 +68103 {68103} 2663 1 +68104 {68104} 947 1 +68105 {68105} 1783 1 +68106 {68106} 11194 1 +68107 {68107} 9947 1 +68108 {68108} 1310 1 +68109 {68109} 12879 1 +68110 {68110} 9608 1 +68111 {68111} 2432 1 +68112 {68112} 11325 1 +68113 {68113} 9247 1 +68114 {68114} 1891 1 +68115 {68115} 15975 1 +68116 {68116} 13628 1 +68117 {68117} 6298 1 +68118 {68118} 9135 1 +68119 {68119} 1443 1 +68120 {68120} 9655 1 +68121 {68121} 2454 1 +68122 {68122} 2264 1 +68123 {68123} 13522 1 +68124 {68124} 10858 1 +68125 {68125} 3077 1 +68126 {68126} 8638 1 +68127 {68127} 1508 1 +68128 {68128} 1162 1 +68129 {68129} 8239 1 +68130 {68130} 10948 1 +68131 {68131} 13846 1 +68132 {68132} 8973 1 +68133 {68133} 10025 1 +68134 {68134} 4403 1 +68135 {68135} 10085 1 +68136 {68136} 11066 1 +68137 {68137} 11530 1 +68138 {68138} 3046 1 +68139 {68139} 2972 1 +68140 {68140} 9375 1 +68141 {68141} 1311 1 +68142 {68142} 11824 1 +68143 {68143} 964 1 +68144 {68144} 11741 1 +68145 {68145} 10196 1 +68146 {68146} 15982 1 +68147 {68147} 2756 1 +68148 {68148} 3669 1 +68149 {68149} 5999 1 +68150 {68150} 10016 1 +68151 {68151} 3174 1 +68152 {68152} 1780 1 +68153 {68153} 2094 1 +68154 {68154} 1877 1 +68155 {68155} 2302 1 +68156 {68156} 16248 1 +68157 {68157} 11456 1 +68158 {68158} 2984 1 +68159 {68159} 9986 1 +68160 {68160} 3160 1 +68161 {68161} 9900 1 +68162 {68162} 10286 1 +68163 {68163} 1986 1 +68164 {68164} 7817 1 +68165 {68165} 1393 1 +68166 {68166} 10853 1 +68167 {68167} 14844 1 +68168 {68168} 2465 1 +68169 {68169} 11578 1 +68170 {68170} 2192 1 +68171 {68171} 10659 1 +68172 {68172} 11103 1 +68173 {68173} 13439 1 +68174 {68174} 1909 1 +68175 {68175} 10993 1 +68176 {68176} 1283 1 +68177 {68177} 10602 1 +68178 {68178} 2163 1 +68179 {68179} 8583 1 +68180 {68180} 2293 1 +68181 {68181} 10129 1 +68182 {68182} 10909 1 +68183 {68183} 2126 1 +68184 {68184} 3012 1 +68185 {68185} 2639 1 +68186 {68186} 9473 1 +68187 {68187} 8824 1 +68188 {68188} 8069 1 +68189 {68189} 2978 1 +68190 {68190} 2530 1 +68191 {68191} 10814 1 +68192 {68192} 2469 1 +68193 {68193} 2904 1 +68194 {68194} 11049 1 +68195 {68195} 9687 1 +68196 {68196} 3187 1 +68197 {68197} 2996 1 +68198 {68198} 1950 1 +68199 {68199} 9685 1 +68200 {68200} 2368 1 +68201 {68201} 11271 1 +68202 {68202} 2292 1 +68203 {68203} 2560 1 +68204 {68204} 2098 1 +68205 {68205} 2845 1 +68206 {68206} 8161 1 +68207 {68207} 1921 1 +68208 {68208} 9294 1 +68209 {68209} 1791 1 +68210 {68210} 3482 1 +68211 {68211} 2998 1 +68212 {68212} 10680 1 +68213 {68213} 2454 1 +68214 {68214} 1953 1 +68215 {68215} 913 1 +68216 {68216} 8276 1 +68217 {68217} 10384 1 +68218 {68218} 2714 1 +68219 {68219} 2639 1 +68220 {68220} 781 1 +68221 {68221} 1073 1 +68222 {68222} 1788 1 +68223 {68223} 2528 1 +68224 {68224} 9576 1 +68225 {68225} 10250 1 +68226 {68226} 2189 1 +68227 {68227} 1915 1 +68228 {68228} 3046 1 +68229 {68229} 637 1 +68230 {68230} 10286 1 +68231 {68231} 10442 1 +68232 {68232} 3692 1 +68233 {68233} 1065 1 +68234 {68234} 1763 1 +68235 {68235} 12314 1 +68236 {68236} 1841 1 +68237 {68237} 4702 1 +68238 {68238} 8124 1 +68239 {68239} 10313 1 +68240 {68240} 11171 1 +68241 {68241} 2265 1 +68242 {68242} 2998 1 +68243 {68243} 4565 1 +68244 {68244} 2058 1 +68245 {68245} 3621 1 +68246 {68246} 15748 1 +68247 {68247} 1448 1 +68248 {68248} 2261 1 +68249 {68249} 2895 1 +68250 {68250} 2979 1 +68251 {68251} 8988 1 +68252 {68252} 2100 1 +68253 {68253} 1740 1 +68254 {68254} 10946 1 +68255 {68255} 1818 1 +68256 {68256} 2929 1 +68257 {68257} 2869 1 +68258 {68258} 10158 1 +68259 {68259} 3212 1 +68260 {68260} 2843 1 +68261 {68261} 9940 1 +68262 {68262} 4064 1 +68263 {68263} 1582 1 +68264 {68264} 10982 1 +68265 {68265} 2503 1 +68266 {68266} 1190 1 +68267 {68267} 676 1 +68268 {68268} 11738 1 +68269 {68269} 2192 1 +68270 {68270} 9741 1 +68271 {68271} 8398 1 +68272 {68272} 10275 1 +68273 {68273} 2196 1 +68274 {68274} 9072 1 +68275 {68275} 2705 1 +68276 {68276} 1962 1 +68277 {68277} 1780 1 +68278 {68278} 5307 1 +68279 {68279} 1753 1 +68280 {68280} 2538 1 +68281 {68281} 1956 1 +68282 {68282} 2639 1 +68283 {68283} 2124 1 +68284 {68284} 9956 1 +68285 {68285} 3169 1 +68286 {68286} 10378 1 +68287 {68287} 419 1 +68288 {68288} 14857 1 +68289 {68289} 2899 1 +68290 {68290} 7755 1 +68291 {68291} 1760 1 +68292 {68292} 1956 1 +68293 {68293} 6403 1 +68294 {68294} 3328 1 +68295 {68295} 5670 1 +68296 {68296} 1745 1 +68297 {68297} 8924 1 +68298 {68298} 7596 1 +68299 {68299} 1320 1 +68300 {68300} 3305 1 +68301 {68301} 2083 1 +68302 {68302} 3278 1 +68303 {68303} 1722 1 +68304 {68304} 2572 1 +68305 {68305} 2667 1 +68306 {68306} 2011 1 +68307 {68307} 2166 1 +68308 {68308} 1503 1 +68309 {68309} 1179 1 +68310 {68310} 2022 1 +68311 {68311} 11268 1 +68312 {68312} 1648 1 +68313 {68313} 15237 1 +68314 {68314} 6611 1 +68315 {68315} 10536 1 +68316 {68316} 2256 1 +68317 {68317} 2462 1 +68318 {68318} 2974 1 +68319 {68319} 2113 1 +68320 {68320} 10169 1 +68321 {68321} 10252 1 +68322 {68322} 2542 1 +68323 {68323} 2734 1 +68324 {68324} 11223 1 +68325 {68325} 14956 1 +68326 {68326} 1951 1 +68327 {68327} 2028 1 +68328 {68328} 9276 1 +68329 {68329} 1005 1 +68330 {68330} 15427 1 +68331 {68331} 2539 1 +68332 {68332} 10324 1 +68333 {68333} 2217 1 +68334 {68334} 2501 1 +68335 {68335} 2504 1 +68336 {68336} 1380 1 +68337 {68337} 12677 1 +68338 {68338} 1733 1 +68339 {68339} 10853 1 +68340 {68340} 2634 1 +68341 {68341} 9723 1 +68342 {68342} 12358 1 +68343 {68343} 10734 1 +68344 {68344} 13736 1 +68345 {68345} 10987 1 +68346 {68346} 10425 1 +68347 {68347} 2908 1 +68348 {68348} 3309 1 +68349 {68349} 12712 1 +68350 {68350} 12808 1 +68351 {68351} 6553 1 +68352 {68352} 8610 1 +68353 {68353} 8610 1 +68354 {68354} 3264 1 +68355 {68355} 1592 1 +68356 {68356} 1203 1 +68357 {68357} 2496 1 +68358 {68358} 10417 1 +68359 {68359} 9803 1 +68360 {68360} 15326 1 +68361 {68361} 2668 1 +68362 {68362} 2587 1 +68363 {68363} 3124 1 +68364 {68364} 771 1 +68365 {68365} 2494 1 +68366 {68366} 11367 1 +68367 {68367} 8116 1 +68368 {68368} 11216 1 +68369 {68369} 10911 1 +68370 {68370} 14985 1 +68371 {68371} 1854 1 +68372 {68372} 1722 1 +68373 {68373} 10233 1 +68374 {68374} 10998 1 +68375 {68375} 587 1 +68376 {68376} 1067 1 +68377 {68377} 10897 1 +68378 {68378} 2030 1 +68379 {68379} 11346 1 +68380 {68380} 11925 1 +68381 {68381} 369 1 +68382 {68382} 7732 1 +68383 {68383} 10477 1 +68384 {68384} 2536 1 +68385 {68385} 9515 1 +68386 {68386} 2557 1 +68387 {68387} 2390 1 +68388 {68388} 2192 1 +68389 {68389} 10416 1 +68390 {68390} 10116 1 +68391 {68391} 1580 1 +68392 {68392} 2018 1 +68393 {68393} 1865 1 +68394 {68394} 2499 1 +68395 {68395} 1044 1 +68396 {68396} 9806 1 +68397 {68397} 10130 1 +68398 {68398} 3864 1 +68399 {68399} 2190 1 +68400 {68400} 1996 1 +68401 {68401} 5509 1 +68402 {68402} 10268 1 +68403 {68403} 2967 1 +68404 {68404} 8662 1 +68405 {68405} 2674 1 +68406 {68406} 11072 1 +68407 {68407} 9362 1 +68408 {68408} 2535 1 +68409 {68409} 1924 1 +68410 {68410} 64 1 +68411 {68411} 2466 1 +68412 {68412} 5421 1 +68413 {68413} 9635 1 +68414 {68414} 15541 1 +68415 {68415} 1606 1 +68416 {68416} 9814 1 +68417 {68417} 11599 1 +68418 {68418} 2293 1 +68419 {68419} 10030 1 +68420 {68420} 1118 1 +68421 {68421} 2230 1 +68422 {68422} 1740 1 +68423 {68423} 3317 1 +68424 {68424} 1611 1 +68425 {68425} 2369 1 +68426 {68426} 7268 1 +68427 {68427} 2155 1 +68428 {68428} 11196 1 +68429 {68429} 8653 1 +68430 {68430} 10809 1 +68431 {68431} 1435 1 +68432 {68432} 11024 1 +68433 {68433} 14235 1 +68434 {68434} 1624 1 +68435 {68435} 1678 1 +68436 {68436} 2699 1 +68437 {68437} 16181 1 +68438 {68438} 3352 1 +68439 {68439} 1452 1 +68440 {68440} 3267 1 +68441 {68441} 1815 1 +68442 {68442} 10283 1 +68443 {68443} 1926 1 +68444 {68444} 12703 1 +68445 {68445} 13596 1 +68446 {68446} 11031 1 +68447 {68447} 1082 1 +68448 {68448} 9271 1 +68449 {68449} 11156 1 +68450 {68450} 10308 1 +68451 {68451} 10711 1 +68452 {68452} 2268 1 +68453 {68453} 10160 1 +68454 {68454} 1409 1 +68455 {68455} 2574 1 +68456 {68456} 13902 1 +68457 {68457} 11029 1 +68458 {68458} 9435 1 +68459 {68459} 2241 1 +68460 {68460} 2163 1 +68461 {68461} 1904 1 +68462 {68462} 9372 1 +68463 {68463} 2122 1 +68464 {68464} 1846 1 +68465 {68465} 9701 1 +68466 {68466} 9930 1 +68467 {68467} 2806 1 +68468 {68468} 1811 1 +68469 {68469} 905 1 +68470 {68470} 1992 1 +68471 {68471} 2707 1 +68472 {68472} 11530 1 +68473 {68473} 13132 1 +68474 {68474} 8978 1 +68475 {68475} 10393 1 +68476 {68476} 9439 1 +68477 {68477} 2726 1 +68478 {68478} 2026 1 +68479 {68479} 2192 1 +68480 {68480} 14913 1 +68481 {68481} 3537 1 +68482 {68482} 3714 1 +68483 {68483} 1558 1 +68484 {68484} 10501 1 +68485 {68485} 1713 1 +68486 {68486} 2115 1 +68487 {68487} 3588 1 +68488 {68488} 1682 1 +68489 {68489} 3170 1 +68490 {68490} 1512 1 +68491 {68491} 9987 1 +68492 {68492} 10721 1 +68493 {68493} 3335 1 +68494 {68494} 9836 1 +68495 {68495} 5341 1 +68496 {68496} 2195 1 +68497 {68497} 11346 1 +68498 {68498} 1512 1 +68499 {68499} 15091 1 +68500 {68500} 9770 1 +68501 {68501} 10407 1 +68502 {68502} 2060 1 +68503 {68503} 3188 1 +68504 {68504} 1974 1 +68505 {68505} 1001 1 +68506 {68506} 4254 1 +68507 {68507} 1980 1 +68508 {68508} 11965 1 +68509 {68509} 2798 1 +68510 {68510} 2741 1 +68511 {68511} 1137 1 +68512 {68512} 1893 1 +68513 {68513} 10974 1 +68514 {68514} 11409 1 +68515 {68515} 1511 1 +68516 {68516} 2261 1 +68517 {68517} 10199 1 +68518 {68518} 3627 1 +68519 {68519} 10255 1 +68520 {68520} 10129 1 +68521 {68521} 12020 1 +68522 {68522} 1469 1 +68523 {68523} 12410 1 +68524 {68524} 9084 1 +68525 {68525} 3229 1 +68526 {68526} 2625 1 +68527 {68527} 8271 1 +68528 {68528} 10998 1 +68529 {68529} 2633 1 +68530 {68530} 9906 1 +68531 {68531} 1552 1 +68532 {68532} 2156 1 +68533 {68533} 2838 1 +68534 {68534} 8186 1 +68535 {68535} 11679 1 +68536 {68536} 2527 1 +68537 {68537} 775 1 +68538 {68538} 1752 1 +68539 {68539} 2169 1 +68540 {68540} 11999 1 +68541 {68541} 11417 1 +68542 {68542} 10106 1 +68543 {68543} 955 1 +68544 {68544} 1618 1 +68545 {68545} 2227 1 +68546 {68546} 9566 1 +68547 {68547} 10832 1 +68548 {68548} 1994 1 +68549 {68549} 10564 1 +68550 {68550} 9297 1 +68551 {68551} 10487 1 +68552 {68552} 1082 1 +68553 {68553} 3529 1 +68554 {68554} 15529 1 +68555 {68555} 9184 1 +68556 {68556} 11569 1 +68557 {68557} 10631 1 +68558 {68558} 2167 1 +68559 {68559} 10461 1 +68560 {68560} 8733 1 +68561 {68561} 4275 1 +68562 {68562} 834 1 +68563 {68563} 1240 1 +68564 {68564} 3829 1 +68565 {68565} 10332 1 +68566 {68566} 11801 1 +68567 {68567} 3299 1 +68568 {68568} 8964 1 +68569 {68569} 12040 1 +68570 {68570} 2605 1 +68571 {68571} 2303 1 +68572 {68572} 4337 1 +68573 {68573} 2753 1 +68574 {68574} 3376 1 +68575 {68575} 2055 1 +68576 {68576} 2098 1 +68577 {68577} 1159 1 +68578 {68578} 2535 1 +68579 {68579} 3379 1 +68580 {68580} 6059 1 +68581 {68581} 11123 1 +68582 {68582} 9366 1 +68583 {68583} 12811 1 +68584 {68584} 2190 1 +68585 {68585} 2165 1 +68586 {68586} 2571 1 +68587 {68587} 2403 1 +68588 {68588} 1495 1 +68589 {68589} 13917 1 +68590 {68590} 9148 1 +68591 {68591} 2404 1 +68592 {68592} 2258 1 +68593 {68593} 3243 1 +68594 {68594} 896 1 +68595 {68595} 8510 1 +68596 {68596} 2832 1 +68597 {68597} 2502 1 +68598 {68598} 14072 1 +68599 {68599} 2160 1 +68600 {68600} 1716 1 +68601 {68601} 2661 1 +68602 {68602} 5767 1 +68603 {68603} 10354 1 +68604 {68604} 12216 1 +68605 {68605} 9439 1 +68606 {68606} 1648 1 +68607 {68607} 898 1 +68608 {68608} 176 1 +68609 {68609} 2621 1 +68610 {68610} 5754 1 +68611 {68611} 2801 1 +68612 {68612} 9680 1 +68613 {68613} 2435 1 +68614 {68614} 5472 1 +68615 {68615} 9171 1 +68616 {68616} 1679 1 +68617 {68617} 1990 1 +68618 {68618} 1552 1 +68619 {68619} 10245 1 +68620 {68620} 7511 1 +68621 {68621} 2960 1 +68622 {68622} 10679 1 +68623 {68623} 2867 1 +68624 {68624} 1434 1 +68625 {68625} 1377 1 +68626 {68626} 9389 1 +68627 {68627} 2579 1 +68628 {68628} 1308 1 +68629 {68629} 1855 1 +68630 {68630} 3165 1 +68631 {68631} 1809 1 +68632 {68632} 6154 1 +68633 {68633} 2369 1 +68634 {68634} 2664 1 +68635 {68635} 11456 1 +68636 {68636} 10542 1 +68637 {68637} 8261 1 +68638 {68638} 1477 1 +68639 {68639} 2637 1 +68640 {68640} 11324 1 +68641 {68641} 419 1 +68642 {68642} 5107 1 +68643 {68643} 1748 1 +68644 {68644} 1684 1 +68645 {68645} 2071 1 +68646 {68646} 11163 1 +68647 {68647} 15734 1 +68648 {68648} 9878 1 +68649 {68649} 4509 1 +68650 {68650} 11522 1 +68651 {68651} 9665 1 +68652 {68652} 14038 1 +68653 {68653} 2915 1 +68654 {68654} 10504 1 +68655 {68655} 2834 1 +68656 {68656} 9637 1 +68657 {68657} 3408 1 +68658 {68658} 15264 1 +68659 {68659} 9286 1 +68660 {68660} 11299 1 +68661 {68661} 5610 1 +68662 {68662} 1963 1 +68663 {68663} 11081 1 +68664 {68664} 1053 1 +68665 {68665} 1839 1 +68666 {68666} 8185 1 +68667 {68667} 9102 1 +68668 {68668} 11913 1 +68669 {68669} 2462 1 +68670 {68670} 9096 1 +68671 {68671} 2718 1 +68672 {68672} 2944 1 +68673 {68673} 8481 1 +68674 {68674} 902 1 +68675 {68675} 2197 1 +68676 {68676} 7919 1 +68677 {68677} 10561 1 +68678 {68678} 11979 1 +68679 {68679} 9793 1 +68680 {68680} 1026 1 +68681 {68681} 9904 1 +68682 {68682} 142 1 +68683 {68683} 9625 1 +68684 {68684} 4617 1 +68685 {68685} 3461 1 +68686 {68686} 2548 1 +68687 {68687} 2161 1 +68688 {68688} 6621 1 +68689 {68689} 11246 1 +68690 {68690} 9753 1 +68691 {68691} 2743 1 +68692 {68692} 2430 1 +68693 {68693} 7456 1 +68694 {68694} 10832 1 +68695 {68695} 1456 1 +68696 {68696} 1846 1 +68697 {68697} 859 1 +68698 {68698} 2640 1 +68699 {68699} 1828 1 +68700 {68700} 8062 1 +68701 {68701} 1942 1 +68702 {68702} 1630 1 +68703 {68703} 2257 1 +68704 {68704} 2743 1 +68705 {68705} 1519 1 +68706 {68706} 8629 1 +68707 {68707} 8940 1 +68708 {68708} 3527 1 +68709 {68709} 7986 1 +68710 {68710} 582 1 +68711 {68711} 2462 1 +68712 {68712} 9295 1 +68713 {68713} 8883 1 +68714 {68714} 7858 1 +68715 {68715} 12217 1 +68716 {68716} 9657 1 +68717 {68717} 2462 1 +68718 {68718} 2936 1 +68719 {68719} 2197 1 +68720 {68720} 10716 1 +68721 {68721} 10100 1 +68722 {68722} 1056 1 +68723 {68723} 16254 1 +68724 {68724} 12561 1 +68725 {68725} 9528 1 +68726 {68726} 10826 1 +68727 {68727} 2633 1 +68728 {68728} 9317 1 +68729 {68729} 11859 1 +68730 {68730} 2232 1 +68731 {68731} 9762 1 +68732 {68732} 10380 1 +68733 {68733} 2396 1 +68734 {68734} 2163 1 +68735 {68735} 13686 1 +68736 {68736} 8532 1 +68737 {68737} 2047 1 +68738 {68738} 10811 1 +68739 {68739} 2501 1 +68740 {68740} 4281 1 +68741 {68741} 2427 1 +68742 {68742} 2492 1 +68743 {68743} 1639 1 +68744 {68744} 10541 1 +68745 {68745} 2572 1 +68746 {68746} 2269 1 +68747 {68747} 10561 1 +68748 {68748} 3246 1 +68749 {68749} 10059 1 +68750 {68750} 11372 1 +68751 {68751} 10465 1 +68752 {68752} 12817 1 +68753 {68753} 1214 1 +68754 {68754} 1845 1 +68755 {68755} 2268 1 +68756 {68756} 2763 1 +68757 {68757} 2063 1 +68758 {68758} 2597 1 +68759 {68759} 3335 1 +68760 {68760} 10685 1 +68761 {68761} 2173 1 +68762 {68762} 9901 1 +68763 {68763} 8602 1 +68764 {68764} 2528 1 +68765 {68765} 1915 1 +68766 {68766} 10636 1 +68767 {68767} 11402 1 +68768 {68768} 2383 1 +68769 {68769} 2499 1 +68770 {68770} 789 1 +68771 {68771} 9878 1 +68772 {68772} 10719 1 +68773 {68773} 15705 1 +68774 {68774} 1510 1 +68775 {68775} 11826 1 +68776 {68776} 9886 1 +68777 {68777} 9800 1 +68778 {68778} 9000 1 +68779 {68779} 2493 1 +68780 {68780} 1448 1 +68781 {68781} 2405 1 +68782 {68782} 2699 1 +68783 {68783} 2025 1 +68784 {68784} 2076 1 +68785 {68785} 2538 1 +68786 {68786} 2450 1 +68787 {68787} 2629 1 +68788 {68788} 2218 1 +68789 {68789} 2544 1 +68790 {68790} 1778 1 +68791 {68791} 3912 1 +68792 {68792} 2914 1 +68793 {68793} 13429 1 +68794 {68794} 11489 1 +68795 {68795} 1786 1 +68796 {68796} 1923 1 +68797 {68797} 1937 1 +68798 {68798} 11378 1 +68799 {68799} 6885 1 +68800 {68800} 2464 1 +68801 {68801} 2233 1 +68802 {68802} 2582 1 +68803 {68803} 1972 1 +68804 {68804} 926 1 +68805 {68805} 7489 1 +68806 {68806} 2671 1 +68807 {68807} 1550 1 +68808 {68808} 12010 1 +68809 {68809} 9959 1 +68810 {68810} 1162 1 +68811 {68811} 1861 1 +68812 {68812} 12047 1 +68813 {68813} 12326 1 +68814 {68814} 9186 1 +68815 {68815} 9520 1 +68816 {68816} 14760 1 +68817 {68817} 2044 1 +68818 {68818} 2181 1 +68819 {68819} 2152 1 +68820 {68820} 1959 1 +68821 {68821} 853 1 +68822 {68822} 1038 1 +68823 {68823} 10455 1 +68824 {68824} 3108 1 +68825 {68825} 1367 1 +68826 {68826} 1946 1 +68827 {68827} 11299 1 +68828 {68828} 14370 1 +68829 {68829} 9337 1 +68830 {68830} 2496 1 +68831 {68831} 1809 1 +68832 {68832} 1993 1 +68833 {68833} 9035 1 +68834 {68834} 10670 1 +68835 {68835} 4910 1 +68836 {68836} 2366 1 +68837 {68837} 937 1 +68838 {68838} 13087 1 +68839 {68839} 3632 1 +68840 {68840} 11345 1 +68841 {68841} 2844 1 +68842 {68842} 1511 1 +68843 {68843} 11644 1 +68844 {68844} 1896 1 +68845 {68845} 10242 1 +68846 {68846} 9393 1 +68847 {68847} 2066 1 +68848 {68848} 11741 1 +68849 {68849} 6952 1 +68850 {68850} 3085 1 +68851 {68851} 3808 1 +68852 {68852} 2874 1 +68853 {68853} 10449 1 +68854 {68854} 9427 1 +68855 {68855} 3334 1 +68856 {68856} 3688 1 +68857 {68857} 12544 1 +68858 {68858} 11542 1 +68859 {68859} 16474 1 +68860 {68860} 10971 1 +68861 {68861} 11474 1 +68862 {68862} 11472 1 +68863 {68863} 1842 1 +68864 {68864} 1994 1 +68865 {68865} 2794 1 +68866 {68866} 10851 1 +68867 {68867} 4804 1 +68868 {68868} 2837 1 +68869 {68869} 9765 1 +68870 {68870} 12674 1 +68871 {68871} 3859 1 +68872 {68872} 9952 1 +68873 {68873} 11940 1 +68874 {68874} 10761 1 +68875 {68875} 2232 1 +68876 {68876} 3244 1 +68877 {68877} 4485 1 +68878 {68878} 2844 1 +68879 {68879} 2275 1 +68880 {68880} 11806 1 +68881 {68881} 8959 1 +68882 {68882} 1841 1 +68883 {68883} 4021 1 +68884 {68884} 10761 1 +68885 {68885} 3012 1 +68886 {68886} 3480 1 +68887 {68887} 3314 1 +68888 {68888} 11814 1 +68889 {68889} 2187 1 +68890 {68890} 7594 1 +68891 {68891} 1453 1 +68892 {68892} 4462 1 +68893 {68893} 10679 1 +68894 {68894} 2424 1 +68895 {68895} 3869 1 +68896 {68896} 11086 1 +68897 {68897} 1886 1 +68898 {68898} 9021 1 +68899 {68899} 2402 1 +68900 {68900} 2903 1 +68901 {68901} 2800 1 +68902 {68902} 9434 1 +68903 {68903} 16397 1 +68904 {68904} 11227 1 +68905 {68905} 5391 1 +68906 {68906} 10173 1 +68907 {68907} 10399 1 +68908 {68908} 10407 1 +68909 {68909} 11279 1 +68910 {68910} 2298 1 +68911 {68911} 2616 1 +68912 {68912} 1396 1 +68913 {68913} 10160 1 +68914 {68914} 2772 1 +68915 {68915} 14419 1 +68916 {68916} 2193 1 +68917 {68917} 1510 1 +68918 {68918} 11415 1 +68919 {68919} 1133 1 +68920 {68920} 3065 1 +68921 {68921} 1497 1 +68922 {68922} 9034 1 +68923 {68923} 9987 1 +68924 {68924} 2930 1 +68925 {68925} 13526 1 +68926 {68926} 2663 1 +68927 {68927} 3299 1 +68928 {68928} 3010 1 +68929 {68929} 1597 1 +68930 {68930} 2302 1 +68931 {68931} 2167 1 +68932 {68932} 2803 1 +68933 {68933} 12169 1 +68934 {68934} 2100 1 +68935 {68935} 9558 1 +68936 {68936} 10934 1 +68937 {68937} 10054 1 +68938 {68938} 8569 1 +68939 {68939} 2102 1 +68940 {68940} 2173 1 +68941 {68941} 13114 1 +68942 {68942} 10120 1 +68943 {68943} 7976 1 +68944 {68944} 11236 1 +68945 {68945} 14326 1 +68946 {68946} 10417 1 +68947 {68947} 11213 1 +68948 {68948} 3058 1 +68949 {68949} 2056 1 +68950 {68950} 2602 1 +68951 {68951} 2590 1 +68952 {68952} 9182 1 +68953 {68953} 9936 1 +68954 {68954} 10123 1 +68955 {68955} 11045 1 +68956 {68956} 10203 1 +68957 {68957} 1994 1 +68958 {68958} 12778 1 +68959 {68959} 2923 1 +68960 {68960} 10207 1 +68961 {68961} 2225 1 +68962 {68962} 10949 1 +68963 {68963} 5553 1 +68964 {68964} 10704 1 +68965 {68965} 9625 1 +68966 {68966} 3075 1 +68967 {68967} 2872 1 +68968 {68968} 1722 1 +68969 {68969} 1820 1 +68970 {68970} 10393 1 +68971 {68971} 2175 1 +68972 {68972} 10002 1 +68973 {68973} 1509 1 +68974 {68974} 1749 1 +68975 {68975} 3360 1 +68976 {68976} 2566 1 +68977 {68977} 10786 1 +68978 {68978} 11232 1 +68979 {68979} 2348 1 +68980 {68980} 5327 1 +68981 {68981} 3134 1 +68982 {68982} 15924 1 +68983 {68983} 8638 1 +68984 {68984} 3570 1 +68985 {68985} 97 1 +68986 {68986} 9230 1 +68987 {68987} 11268 1 +68988 {68988} 9584 1 +68989 {68989} 2868 1 +68990 {68990} 3077 1 +68991 {68991} 10212 1 +68992 {68992} 11414 1 +68993 {68993} 1790 1 +68994 {68994} 1653 1 +68995 {68995} 2843 1 +68996 {68996} 4173 1 +68997 {68997} 3215 1 +68998 {68998} 896 1 +68999 {68999} 2832 1 +69000 {69000} 11278 1 +69001 {69001} 7779 1 +69002 {69002} 2066 1 +69003 {69003} 1439 1 +69004 {69004} 10542 1 +69005 {69005} 10461 1 +69006 {69006} 2706 1 +69007 {69007} 2467 1 +69008 {69008} 992 1 +69009 {69009} 2807 1 +69010 {69010} 2897 1 +69011 {69011} 1074 1 +69012 {69012} 11250 1 +69013 {69013} 9208 1 +69014 {69014} 2632 1 +69015 {69015} 7028 1 +69016 {69016} 1374 1 +69017 {69017} 10731 1 +69018 {69018} 3743 1 +69019 {69019} 1569 1 +69020 {69020} 3111 1 +69021 {69021} 3045 1 +69022 {69022} 11867 1 +69023 {69023} 8576 1 +69024 {69024} 10385 1 +69025 {69025} 2524 1 +69026 {69026} 6634 1 +69027 {69027} 1532 1 +69028 {69028} 1393 1 +69029 {69029} 1957 1 +69030 {69030} 1644 1 +69031 {69031} 1399 1 +69032 {69032} 2536 1 +69033 {69033} 1842 1 +69034 {69034} 9793 1 +69035 {69035} 9756 1 +69036 {69036} 10878 1 +69037 {69037} 3250 1 +69038 {69038} 7732 1 +69039 {69039} 5903 1 +69040 {69040} 11573 1 +69041 {69041} 14525 1 +69042 {69042} 15837 1 +69043 {69043} 2266 1 +69044 {69044} 2722 1 +69045 {69045} 10843 1 +69046 {69046} 9878 1 +69047 {69047} 11144 1 +69048 {69048} 2096 1 +69049 {69049} 1484 1 +69050 {69050} 16115 1 +69051 {69051} 1878 1 +69052 {69052} 3940 1 +69053 {69053} 11615 1 +69054 {69054} 2790 1 +69055 {69055} 1685 1 +69056 {69056} 1656 1 +69057 {69057} 10577 1 +69058 {69058} 9083 1 +69059 {69059} 1695 1 +69060 {69060} 9793 1 +69061 {69061} 12806 1 +69062 {69062} 8583 1 +69063 {69063} 2496 1 +69064 {69064} 2941 1 +69065 {69065} 938 1 +69066 {69066} 1983 1 +69067 {69067} 10900 1 +69068 {69068} 2370 1 +69069 {69069} 2064 1 +69070 {69070} 3308 1 +69071 {69071} 10059 1 +69072 {69072} 274 1 +69073 {69073} 12570 1 +69074 {69074} 11123 1 +69075 {69075} 9292 1 +69076 {69076} 2430 1 +69077 {69077} 10795 1 +69078 {69078} 11262 1 +69079 {69079} 11168 1 +69080 {69080} 3448 1 +69081 {69081} 10781 1 +69082 {69082} 1008 1 +69083 {69083} 10084 1 +69084 {69084} 9601 1 +69085 {69085} 10323 1 +69086 {69086} 10570 1 +69087 {69087} 9813 1 +69088 {69088} 2401 1 +69089 {69089} 11646 1 +69090 {69090} 11977 1 +69091 {69091} 2256 1 +69092 {69092} 10794 1 +69093 {69093} 2626 1 +69094 {69094} 2315 1 +69095 {69095} 1417 1 +69096 {69096} 2369 1 +69097 {69097} 1780 1 +69098 {69098} 10248 1 +69099 {69099} 11823 1 +69100 {69100} 2195 1 +69101 {69101} 3139 1 +69102 {69102} 5901 1 +69103 {69103} 2769 1 +69104 {69104} 2598 1 +69105 {69105} 2640 1 +69106 {69106} 1495 1 +69107 {69107} 15768 1 +69108 {69108} 1644 1 +69109 {69109} 6622 1 +69110 {69110} 13325 1 +69111 {69111} 10488 1 +69112 {69112} 2113 1 +69113 {69113} 10128 1 +69114 {69114} 2192 1 +69115 {69115} 8344 1 +69116 {69116} 12931 1 +69117 {69117} 10201 1 +69118 {69118} 11017 1 +69119 {69119} 12995 1 +69120 {69120} 1097 1 +69121 {69121} 2335 1 +69122 {69122} 2574 1 +69123 {69123} 9917 1 +69124 {69124} 2591 1 +69125 {69125} 1838 1 +69126 {69126} 11944 1 +69127 {69127} 7014 1 +69128 {69128} 11078 1 +69129 {69129} 837 1 +69130 {69130} 9218 1 +69131 {69131} 2301 1 +69132 {69132} 10575 1 +69133 {69133} 2482 1 +69134 {69134} 4722 1 +69135 {69135} 12276 1 +69136 {69136} 8379 1 +69137 {69137} 11216 1 +69138 {69138} 1548 1 +69139 {69139} 10489 1 +69140 {69140} 2160 1 +69141 {69141} 2064 1 +69142 {69142} 11516 1 +69143 {69143} 12655 1 +69144 {69144} 2939 1 +69145 {69145} 2302 1 +69146 {69146} 2977 1 +69147 {69147} 15085 1 +69148 {69148} 3597 1 +69149 {69149} 10472 1 +69150 {69150} 2756 1 +69151 {69151} 2771 1 +69152 {69152} 1825 1 +69153 {69153} 11727 1 +69154 {69154} 2477 1 +69155 {69155} 11753 1 +69156 {69156} 2579 1 +69157 {69157} 1261 1 +69158 {69158} 11780 1 +69159 {69159} 10839 1 +69160 {69160} 10087 1 +69161 {69161} 2568 1 +69162 {69162} 3004 1 +69163 {69163} 10530 1 +69164 {69164} 10570 1 +69165 {69165} 2417 1 +69166 {69166} 1563 1 +69167 {69167} 1754 1 +69168 {69168} 10599 1 +69169 {69169} 7659 1 +69170 {69170} 11499 1 +69171 {69171} 1520 1 +69172 {69172} 10746 1 +69173 {69173} 11052 1 +69174 {69174} 3448 1 +69175 {69175} 3294 1 +69176 {69176} 2870 1 +69177 {69177} 2327 1 +69178 {69178} 1704 1 +69179 {69179} 4177 1 +69180 {69180} 2069 1 +69181 {69181} 11785 1 +69182 {69182} 1045 1 +69183 {69183} 2433 1 +69184 {69184} 10430 1 +69185 {69185} 9562 1 +69186 {69186} 10761 1 +69187 {69187} 10271 1 +69188 {69188} 2258 1 +69189 {69189} 19 1 +69190 {69190} 2638 1 +69191 {69191} 10591 1 +69192 {69192} 10129 1 +69193 {69193} 10539 1 +69194 {69194} 2233 1 +69195 {69195} 8571 1 +69196 {69196} 2293 1 +69197 {69197} 11725 1 +69198 {69198} 2499 1 +69199 {69199} 9521 1 +69200 {69200} 2427 1 +69201 {69201} 2323 1 +69202 {69202} 1237 1 +69203 {69203} 2130 1 +69204 {69204} 1405 1 +69205 {69205} 3412 1 +69206 {69206} 2028 1 +69207 {69207} 10542 1 +69208 {69208} 2178 1 +69209 {69209} 2207 1 +69210 {69210} 3215 1 +69211 {69211} 1784 1 +69212 {69212} 12725 1 +69213 {69213} 11392 1 +69214 {69214} 10099 1 +69215 {69215} 2590 1 +69216 {69216} 9886 1 +69217 {69217} 2633 1 +69218 {69218} 9322 1 +69219 {69219} 11125 1 +69220 {69220} 2362 1 +69221 {69221} 2838 1 +69222 {69222} 12188 1 +69223 {69223} 1408 1 +69224 {69224} 1444 1 +69225 {69225} 4946 1 +69226 {69226} 9687 1 +69227 {69227} 2930 1 +69228 {69228} 13026 1 +69229 {69229} 3180 1 +69230 {69230} 12983 1 +69231 {69231} 1304 1 +69232 {69232} 1940 1 +69233 {69233} 10985 1 +69234 {69234} 2679 1 +69235 {69235} 3102 1 +69236 {69236} 1278 1 +69237 {69237} 4611 1 +69238 {69238} 8075 1 +69239 {69239} 2603 1 +69240 {69240} 10281 1 +69241 {69241} 3242 1 +69242 {69242} 3410 1 +69243 {69243} 3216 1 +69244 {69244} 1033 1 +69245 {69245} 1373 1 +69246 {69246} 10273 1 +69247 {69247} 2910 1 +69248 {69248} 12004 1 +69249 {69249} 5571 1 +69250 {69250} 2926 1 +69251 {69251} 1767 1 +69252 {69252} 11352 1 +69253 {69253} 6677 1 +69254 {69254} 2630 1 +69255 {69255} 9109 1 +69256 {69256} 1750 1 +69257 {69257} 3891 1 +69258 {69258} 1543 1 +69259 {69259} 2493 1 +69260 {69260} 2325 1 +69261 {69261} 2558 1 +69262 {69262} 10201 1 +69263 {69263} 4763 1 +69264 {69264} 1887 1 +69265 {69265} 2767 1 +69266 {69266} 10758 1 +69267 {69267} 2258 1 +69268 {69268} 3161 1 +69269 {69269} 2012 1 +69270 {69270} 9800 1 +69271 {69271} 9525 1 +69272 {69272} 2936 1 +69273 {69273} 2217 1 +69274 {69274} 1855 1 +69275 {69275} 11509 1 +69276 {69276} 11846 1 +69277 {69277} 2894 1 +69278 {69278} 3892 1 +69279 {69279} 2156 1 +69280 {69280} 10210 1 +69281 {69281} 10950 1 +69282 {69282} 1950 1 +69283 {69283} 2741 1 +69284 {69284} 1512 1 +69285 {69285} 11554 1 +69286 {69286} 10392 1 +69287 {69287} 4031 1 +69288 {69288} 11570 1 +69289 {69289} 11284 1 +69290 {69290} 9304 1 +69291 {69291} 2252 1 +69292 {69292} 2395 1 +69293 {69293} 2234 1 +69294 {69294} 1959 1 +69295 {69295} 7707 1 +69296 {69296} 12135 1 +69297 {69297} 2453 1 +69298 {69298} 10124 1 +69299 {69299} 1015 1 +69300 {69300} 3132 1 +69301 {69301} 9612 1 +69302 {69302} 2327 1 +69303 {69303} 9365 1 +69304 {69304} 2668 1 +69305 {69305} 1626 1 +69306 {69306} 9491 1 +69307 {69307} 10421 1 +69308 {69308} 2352 1 +69309 {69309} 2673 1 +69310 {69310} 9510 1 +69311 {69311} 2926 1 +69312 {69312} 1384 1 +69313 {69313} 9368 1 +69314 {69314} 11656 1 +69315 {69315} 1507 1 +69316 {69316} 9776 1 +69317 {69317} 2251 1 +69318 {69318} 6720 1 +69319 {69319} 9560 1 +69320 {69320} 2326 1 +69321 {69321} 9463 1 +69322 {69322} 6172 1 +69323 {69323} 2468 1 +69324 {69324} 10046 1 +69325 {69325} 2769 1 +69326 {69326} 3163 1 +69327 {69327} 3212 1 +69328 {69328} 9884 1 +69329 {69329} 3417 1 +69330 {69330} 10354 1 +69331 {69331} 1826 1 +69332 {69332} 1364 1 +69333 {69333} 11413 1 +69334 {69334} 9999 1 +69335 {69335} 12356 1 +69336 {69336} 1336 1 +69337 {69337} 3298 1 +69338 {69338} 11108 1 +69339 {69339} 3405 1 +69340 {69340} 1753 1 +69341 {69341} 1833 1 +69342 {69342} 11236 1 +69343 {69343} 3135 1 +69344 {69344} 10778 1 +69345 {69345} 1860 1 +69346 {69346} 2465 1 +69347 {69347} 6844 1 +69348 {69348} 11271 1 +69349 {69349} 11321 1 +69350 {69350} 2195 1 +69351 {69351} 9155 1 +69352 {69352} 11668 1 +69353 {69353} 9952 1 +69354 {69354} 8384 1 +69355 {69355} 6138 1 +69356 {69356} 3178 1 +69357 {69357} 2360 1 +69358 {69358} 2232 1 +69359 {69359} 11708 1 +69360 {69360} 11089 1 +69361 {69361} 10481 1 +69362 {69362} 696 1 +69363 {69363} 10124 1 +69364 {69364} 1447 1 +69365 {69365} 9835 1 +69366 {69366} 10879 1 +69367 {69367} 11413 1 +69368 {69368} 2666 1 +69369 {69369} 11460 1 +69370 {69370} 6430 1 +69371 {69371} 2359 1 +69372 {69372} 9113 1 +69373 {69373} 1478 1 +69374 {69374} 2603 1 +69375 {69375} 10911 1 +69376 {69376} 11244 1 +69377 {69377} 7668 1 +69378 {69378} 5679 1 +69379 {69379} 2600 1 +69380 {69380} 2462 1 +69381 {69381} 15895 1 +69382 {69382} 11518 1 +69383 {69383} 12068 1 +69384 {69384} 2751 1 +69385 {69385} 9893 1 +69386 {69386} 11470 1 +69387 {69387} 1787 1 +69388 {69388} 3212 1 +69389 {69389} 3014 1 +69390 {69390} 3067 1 +69391 {69391} 2777 1 +69392 {69392} 1841 1 +69393 {69393} 10336 1 +69394 {69394} 10746 1 +69395 {69395} 2181 1 +69396 {69396} 2118 1 +69397 {69397} 14268 1 +69398 {69398} 10628 1 +69399 {69399} 2252 1 +69400 {69400} 13985 1 +69401 {69401} 10477 1 +69402 {69402} 10828 1 +69403 {69403} 9430 1 +69404 {69404} 7114 1 +69405 {69405} 7482 1 +69406 {69406} 2621 1 +69407 {69407} 11802 1 +69408 {69408} 2502 1 +69409 {69409} 10579 1 +69410 {69410} 11223 1 +69411 {69411} 614 1 +69412 {69412} 9777 1 +69413 {69413} 12740 1 +69414 {69414} 12237 1 +69415 {69415} 1654 1 +69416 {69416} 10349 1 +69417 {69417} 9551 1 +69418 {69418} 10386 1 +69419 {69419} 2402 1 +69420 {69420} 1856 1 +69421 {69421} 2045 1 +69422 {69422} 1451 1 +69423 {69423} 9905 1 +69424 {69424} 4363 1 +69425 {69425} 2493 1 +69426 {69426} 9104 1 +69427 {69427} 1833 1 +69428 {69428} 2197 1 +69429 {69429} 10946 1 +69430 {69430} 11722 1 +69431 {69431} 2321 1 +69432 {69432} 3919 1 +69433 {69433} 14395 1 +69434 {69434} 3169 1 +69435 {69435} 3135 1 +69436 {69436} 10777 1 +69437 {69437} 10932 1 +69438 {69438} 10721 1 +69439 {69439} 3172 1 +69440 {69440} 10332 1 +69441 {69441} 2076 1 +69442 {69442} 1709 1 +69443 {69443} 11078 1 +69444 {69444} 14463 1 +69445 {69445} 2187 1 +69446 {69446} 3446 1 +69447 {69447} 6190 1 +69448 {69448} 1432 1 +69449 {69449} 7087 1 +69450 {69450} 11372 1 +69451 {69451} 2891 1 +69452 {69452} 2215 1 +69453 {69453} 1276 1 +69454 {69454} 8734 1 +69455 {69455} 2159 1 +69456 {69456} 5390 1 +69457 {69457} 11319 1 +69458 {69458} 2861 1 +69459 {69459} 11542 1 +69460 {69460} 10143 1 +69461 {69461} 2100 1 +69462 {69462} 2764 1 +69463 {69463} 3927 1 +69464 {69464} 9819 1 +69465 {69465} 11034 1 +69466 {69466} 1918 1 +69467 {69467} 2027 1 +69468 {69468} 1403 1 +69469 {69469} 2708 1 +69470 {69470} 1915 1 +69471 {69471} 10272 1 +69472 {69472} 2058 1 +69473 {69473} 10555 1 +69474 {69474} 10928 1 +69475 {69475} 10679 1 +69476 {69476} 9286 1 +69477 {69477} 2660 1 +69478 {69478} 10786 1 +69479 {69479} 10103 1 +69480 {69480} 2083 1 +69481 {69481} 3143 1 +69482 {69482} 1310 1 +69483 {69483} 10125 1 +69484 {69484} 14074 1 +69485 {69485} 3634 1 +69486 {69486} 2434 1 +69487 {69487} 8231 1 +69488 {69488} 10533 1 +69489 {69489} 10141 1 +69490 {69490} 2165 1 +69491 {69491} 2263 1 +69492 {69492} 2941 1 +69493 {69493} 3007 1 +69494 {69494} 1807 1 +69495 {69495} 2333 1 +69496 {69496} 10755 1 +69497 {69497} 2267 1 +69498 {69498} 3091 1 +69499 {69499} 1153 1 +69500 {69500} 10208 1 +69501 {69501} 3147 1 +69502 {69502} 2105 1 +69503 {69503} 3379 1 +69504 {69504} 614 1 +69505 {69505} 2458 1 +69506 {69506} 1918 1 +69507 {69507} 9810 1 +69508 {69508} 2265 1 +69509 {69509} 2738 1 +69510 {69510} 2024 1 +69511 {69511} 11573 1 +69512 {69512} 11248 1 +69513 {69513} 4917 1 +69514 {69514} 8544 1 +69515 {69515} 1976 1 +69516 {69516} 10278 1 +69517 {69517} 1972 1 +69518 {69518} 2300 1 +69519 {69519} 2539 1 +69520 {69520} 10348 1 +69521 {69521} 1485 1 +69522 {69522} 10192 1 +69523 {69523} 1136 1 +69524 {69524} 822 1 +69525 {69525} 2400 1 +69526 {69526} 3000 1 +69527 {69527} 10530 1 +69528 {69528} 10163 1 +69529 {69529} 3174 1 +69530 {69530} 6196 1 +69531 {69531} 11712 1 +69532 {69532} 536 1 +69533 {69533} 8218 1 +69534 {69534} 9428 1 +69535 {69535} 3276 1 +69536 {69536} 15371 1 +69537 {69537} 2400 1 +69538 {69538} 1854 1 +69539 {69539} 11760 1 +69540 {69540} 2520 1 +69541 {69541} 2187 1 +69542 {69542} 2293 1 +69543 {69543} 2699 1 +69544 {69544} 1764 1 +69545 {69545} 1396 1 +69546 {69546} 14877 1 +69547 {69547} 8598 1 +69548 {69548} 1181 1 +69549 {69549} 8069 1 +69550 {69550} 2652 1 +69551 {69551} 3415 1 +69552 {69552} 3382 1 +69553 {69553} 11256 1 +69554 {69554} 2527 1 +69555 {69555} 10315 1 +69556 {69556} 14718 1 +69557 {69557} 1065 1 +69558 {69558} 8259 1 +69559 {69559} 2669 1 +69560 {69560} 1303 1 +69561 {69561} 2606 1 +69562 {69562} 2797 1 +69563 {69563} 5651 1 +69564 {69564} 10605 1 +69565 {69565} 14743 1 +69566 {69566} 16354 1 +69567 {69567} 1882 1 +69568 {69568} 2429 1 +69569 {69569} 9512 1 +69570 {69570} 1858 1 +69571 {69571} 10564 1 +69572 {69572} 2466 1 +69573 {69573} 9524 1 +69574 {69574} 1056 1 +69575 {69575} 8839 1 +69576 {69576} 1678 1 +69577 {69577} 2121 1 +69578 {69578} 10225 1 +69579 {69579} 6195 1 +69580 {69580} 11300 1 +69581 {69581} 11480 1 +69582 {69582} 16326 1 +69583 {69583} 2364 1 +69584 {69584} 2838 1 +69585 {69585} 2978 1 +69586 {69586} 2180 1 +69587 {69587} 2572 1 +69588 {69588} 10699 1 +69589 {69589} 3549 1 +69590 {69590} 1734 1 +69591 {69591} 2284 1 +69592 {69592} 1884 1 +69593 {69593} 2736 1 +69594 {69594} 2732 1 +69595 {69595} 9876 1 +69596 {69596} 2109 1 +69597 {69597} 12602 1 +69598 {69598} 2689 1 +69599 {69599} 11446 1 +69600 {69600} 2493 1 +69601 {69601} 9315 1 +69602 {69602} 10783 1 +69603 {69603} 3210 1 +69604 {69604} 10270 1 +69605 {69605} 11810 1 +69606 {69606} 11963 1 +69607 {69607} 2350 1 +69608 {69608} 765 1 +69609 {69609} 10209 1 +69610 {69610} 902 1 +69611 {69611} 11186 1 +69612 {69612} 9630 1 +69613 {69613} 1572 1 +69614 {69614} 1636 1 +69615 {69615} 12449 1 +69616 {69616} 11738 1 +69617 {69617} 10971 1 +69618 {69618} 10530 1 +69619 {69619} 10747 1 +69620 {69620} 9491 1 +69621 {69621} 2026 1 +69622 {69622} 1962 1 +69623 {69623} 2565 1 +69624 {69624} 10747 1 +69625 {69625} 2412 1 +69626 {69626} 3179 1 +69627 {69627} 10721 1 +69628 {69628} 14944 1 +69629 {69629} 2894 1 +69630 {69630} 3449 1 +69631 {69631} 2891 1 +69632 {69632} 11088 1 +69633 {69633} 3439 1 +69634 {69634} 9718 1 +69635 {69635} 9408 1 +69636 {69636} 2672 1 +69637 {69637} 913 1 +69638 {69638} 2368 1 +69639 {69639} 5016 1 +69640 {69640} 4870 1 +69641 {69641} 10434 1 +69642 {69642} 2524 1 +69643 {69643} 3667 1 +69644 {69644} 11088 1 +69645 {69645} 10605 1 +69646 {69646} 11516 1 +69647 {69647} 2640 1 +69648 {69648} 11522 1 +69649 {69649} 2156 1 +69650 {69650} 3634 1 +69651 {69651} 11346 1 +69652 {69652} 10581 1 +69653 {69653} 8273 1 +69654 {69654} 2091 1 +69655 {69655} 1417 1 +69656 {69656} 1090 1 +69657 {69657} 2908 1 +69658 {69658} 14365 1 +69659 {69659} 9766 1 +69660 {69660} 11418 1 +69661 {69661} 1812 1 +69662 {69662} 10572 1 +69663 {69663} 1619 1 +69664 {69664} 16330 1 +69665 {69665} 1403 1 +69666 {69666} 2887 1 +69667 {69667} 2230 1 +69668 {69668} 10516 1 +69669 {69669} 2390 1 +69670 {69670} 8829 1 +69671 {69671} 11471 1 +69672 {69672} 10169 1 +69673 {69673} 9205 1 +69674 {69674} 11916 1 +69675 {69675} 1576 1 +69676 {69676} 11197 1 +69677 {69677} 3410 1 +69678 {69678} 7968 1 +69679 {69679} 1774 1 +69680 {69680} 2088 1 +69681 {69681} 2370 1 +69682 {69682} 10863 1 +69683 {69683} 12092 1 +69684 {69684} 2067 1 +69685 {69685} 8691 1 +69686 {69686} 3237 1 +69687 {69687} 73 1 +69688 {69688} 1169 1 +69689 {69689} 9591 1 +69690 {69690} 2770 1 +69691 {69691} 2432 1 +69692 {69692} 9725 1 +69693 {69693} 744 1 +69694 {69694} 9539 1 +69695 {69695} 11089 1 +69696 {69696} 5336 1 +69697 {69697} 10286 1 +69698 {69698} 2134 1 +69699 {69699} 11452 1 +69700 {69700} 8469 1 +69701 {69701} 11201 1 +69702 {69702} 9735 1 +69703 {69703} 11075 1 +69704 {69704} 9462 1 +69705 {69705} 10071 1 +69706 {69706} 9988 1 +69707 {69707} 10258 1 +69708 {69708} 14365 1 +69709 {69709} 1650 1 +69710 {69710} 2937 1 +69711 {69711} 2743 1 +69712 {69712} 11736 1 +69713 {69713} 2371 1 +69714 {69714} 15482 1 +69715 {69715} 3141 1 +69716 {69716} 11428 1 +69717 {69717} 2007 1 +69718 {69718} 1154 1 +69719 {69719} 10858 1 +69720 {69720} 10116 1 +69721 {69721} 1788 1 +69722 {69722} 12125 1 +69723 {69723} 11248 1 +69724 {69724} 7847 1 +69725 {69725} 10048 1 +69726 {69726} 10017 1 +69727 {69727} 3107 1 +69728 {69728} 3431 1 +69729 {69729} 9057 1 +69730 {69730} 4754 1 +69731 {69731} 1378 1 +69732 {69732} 2831 1 +69733 {69733} 10814 1 +69734 {69734} 2966 1 +69735 {69735} 2266 1 +69736 {69736} 10809 1 +69737 {69737} 2622 1 +69738 {69738} 7280 1 +69739 {69739} 3010 1 +69740 {69740} 10479 1 +69741 {69741} 10039 1 +69742 {69742} 3793 1 +69743 {69743} 2354 1 +69744 {69744} 3553 1 +69745 {69745} 10939 1 +69746 {69746} 9691 1 +69747 {69747} 11347 1 +69748 {69748} 4157 1 +69749 {69749} 3435 1 +69750 {69750} 11019 1 +69751 {69751} 2844 1 +69752 {69752} 1653 1 +69753 {69753} 9988 1 +69754 {69754} 2696 1 +69755 {69755} 2639 1 +69756 {69756} 1483 1 +69757 {69757} 2190 1 +69758 {69758} 15905 1 +69759 {69759} 846 1 +69760 {69760} 1339 1 +69761 {69761} 1976 1 +69762 {69762} 1678 1 +69763 {69763} 2593 1 +69764 {69764} 9904 1 +69765 {69765} 1474 1 +69766 {69766} 4712 1 +69767 {69767} 10734 1 +69768 {69768} 10105 1 +69769 {69769} 8699 1 +69770 {69770} 12012 1 +69771 {69771} 1780 1 +69772 {69772} 9657 1 +69773 {69773} 11500 1 +69774 {69774} 852 1 +69775 {69775} 10096 1 +69776 {69776} 2640 1 +69777 {69777} 9888 1 +69778 {69778} 1090 1 +69779 {69779} 3383 1 +69780 {69780} 2936 1 +69781 {69781} 11374 1 +69782 {69782} 1615 1 +69783 {69783} 10130 1 +69784 {69784} 11120 1 +69785 {69785} 3384 1 +69786 {69786} 2032 1 +69787 {69787} 11482 1 +69788 {69788} 2132 1 +69789 {69789} 3815 1 +69790 {69790} 1827 1 +69791 {69791} 1846 1 +69792 {69792} 2716 1 +69793 {69793} 1814 1 +69794 {69794} 10286 1 +69795 {69795} 12537 1 +69796 {69796} 11131 1 +69797 {69797} 13759 1 +69798 {69798} 11040 1 +69799 {69799} 3034 1 +69800 {69800} 10612 1 +69801 {69801} 2504 1 +69802 {69802} 9769 1 +69803 {69803} 9690 1 +69804 {69804} 10711 1 +69805 {69805} 2096 1 +69806 {69806} 12485 1 +69807 {69807} 10647 1 +69808 {69808} 11123 1 +69809 {69809} 5121 1 +69810 {69810} 9467 1 +69811 {69811} 11364 1 +69812 {69812} 14019 1 +69813 {69813} 10140 1 +69814 {69814} 1990 1 +69815 {69815} 1858 1 +69816 {69816} 2807 1 +69817 {69817} 943 1 +69818 {69818} 11518 1 +69819 {69819} 11843 1 +69820 {69820} 10460 1 +69821 {69821} 5897 1 +69822 {69822} 1953 1 +69823 {69823} 11625 1 +69824 {69824} 10086 1 +69825 {69825} 2234 1 +69826 {69826} 1852 1 +69827 {69827} 2298 1 +69828 {69828} 1481 1 +69829 {69829} 2380 1 +69830 {69830} 1676 1 +69831 {69831} 2094 1 +69832 {69832} 9609 1 +69833 {69833} 10692 1 +69834 {69834} 10038 1 +69835 {69835} 2810 1 +69836 {69836} 2130 1 +69837 {69837} 1273 1 +69838 {69838} 2830 1 +69839 {69839} 9725 1 +69840 {69840} 9459 1 +69841 {69841} 2112 1 +69842 {69842} 1313 1 +69843 {69843} 15156 1 +69844 {69844} 2112 1 +69845 {69845} 9269 1 +69846 {69846} 3015 1 +69847 {69847} 1986 1 +69848 {69848} 10455 1 +69849 {69849} 4517 1 +69850 {69850} 7175 1 +69851 {69851} 2395 1 +69852 {69852} 1978 1 +69853 {69853} 9753 1 +69854 {69854} 8945 1 +69855 {69855} 9212 1 +69856 {69856} 9932 1 +69857 {69857} 10148 1 +69858 {69858} 13002 1 +69859 {69859} 2661 1 +69860 {69860} 1554 1 +69861 {69861} 1553 1 +69862 {69862} 10496 1 +69863 {69863} 1892 1 +69864 {69864} 666 1 +69865 {69865} 2181 1 +69866 {69866} 1953 1 +69867 {69867} 2315 1 +69868 {69868} 9115 1 +69869 {69869} 10418 1 +69870 {69870} 1327 1 +69871 {69871} 8412 1 +69872 {69872} 8925 1 +69873 {69873} 2527 1 +69874 {69874} 2562 1 +69875 {69875} 4945 1 +69876 {69876} 2284 1 +69877 {69877} 2065 1 +69878 {69878} 2175 1 +69879 {69879} 1596 1 +69880 {69880} 2598 1 +69881 {69881} 3181 1 +69882 {69882} 1541 1 +69883 {69883} 9553 1 +69884 {69884} 9756 1 +69885 {69885} 11424 1 +69886 {69886} 8162 1 +69887 {69887} 9990 1 +69888 {69888} 12552 1 +69889 {69889} 2772 1 +69890 {69890} 1824 1 +69891 {69891} 10675 1 +69892 {69892} 9850 1 +69893 {69893} 1439 1 +69894 {69894} 11181 1 +69895 {69895} 8619 1 +69896 {69896} 8283 1 +69897 {69897} 11551 1 +69898 {69898} 10506 1 +69899 {69899} 6145 1 +69900 {69900} 2501 1 +69901 {69901} 2400 1 +69902 {69902} 1704 1 +69903 {69903} 1240 1 +69904 {69904} 1383 1 +69905 {69905} 2568 1 +69906 {69906} 10354 1 +69907 {69907} 13965 1 +69908 {69908} 11467 1 +69909 {69909} 10011 1 +69910 {69910} 8359 1 +69911 {69911} 2536 1 +69912 {69912} 11446 1 +69913 {69913} 14897 1 +69914 {69914} 2363 1 +69915 {69915} 1717 1 +69916 {69916} 2423 1 +69917 {69917} 1940 1 +69918 {69918} 2433 1 +69919 {69919} 10195 1 +69920 {69920} 9710 1 +69921 {69921} 2634 1 +69922 {69922} 2971 1 +69923 {69923} 3069 1 +69924 {69924} 2155 1 +69925 {69925} 12072 1 +69926 {69926} 13619 1 +69927 {69927} 9013 1 +69928 {69928} 9599 1 +69929 {69929} 13057 1 +69930 {69930} 2026 1 +69931 {69931} 815 1 +69932 {69932} 2600 1 +69933 {69933} 2316 1 +69934 {69934} 2379 1 +69935 {69935} 2366 1 +69936 {69936} 12199 1 +69937 {69937} 2603 1 +69938 {69938} 9096 1 +69939 {69939} 2040 1 +69940 {69940} 2258 1 +69941 {69941} 11372 1 +69942 {69942} 1542 1 +69943 {69943} 2979 1 +69944 {69944} 10129 1 +69945 {69945} 540 1 +69946 {69946} 10700 1 +69947 {69947} 5028 1 +69948 {69948} 9668 1 +69949 {69949} 3766 1 +69950 {69950} 2962 1 +69951 {69951} 8508 1 +69952 {69952} 9331 1 +69953 {69953} 2136 1 +69954 {69954} 9468 1 +69955 {69955} 14776 1 +69956 {69956} 3028 1 +69957 {69957} 10099 1 +69958 {69958} 3339 1 +69959 {69959} 1790 1 +69960 {69960} 2639 1 +69961 {69961} 9480 1 +69962 {69962} 11537 1 +69963 {69963} 1913 1 +69964 {69964} 8532 1 +69965 {69965} 1815 1 +69966 {69966} 1597 1 +69967 {69967} 6789 1 +69968 {69968} 11338 1 +69969 {69969} 1906 1 +69970 {69970} 10575 1 +69971 {69971} 12015 1 +69972 {69972} 11402 1 +69973 {69973} 2173 1 +69974 {69974} 10186 1 +69975 {69975} 1783 1 +69976 {69976} 1873 1 +69977 {69977} 2671 1 +69978 {69978} 2300 1 +69979 {69979} 2069 1 +69980 {69980} 2637 1 +69981 {69981} 11103 1 +69982 {69982} 9557 1 +69983 {69983} 1242 1 +69984 {69984} 12692 1 +69985 {69985} 6671 1 +69986 {69986} 3157 1 +69987 {69987} 14601 1 +69988 {69988} 2325 1 +69989 {69989} 11695 1 +69990 {69990} 3281 1 +69991 {69991} 9327 1 +69992 {69992} 9848 1 +69993 {69993} 11221 1 +69994 {69994} 1039 1 +69995 {69995} 5427 1 +69996 {69996} 9547 1 +69997 {69997} 13299 1 +69998 {69998} 2692 1 +69999 {69999} 1306 1 +70000 {70000} 11682 1 +70001 {70001} 1694 1 +70002 {70002} 5691 1 +70003 {70003} 2635 1 +70004 {70004} 3080 1 +70005 {70005} 8465 1 +70006 {70006} 2125 1 +70007 {70007} 2124 1 +70008 {70008} 1299 1 +70009 {70009} 5914 1 +70010 {70010} 1326 1 +70011 {70011} 13742 1 +70012 {70012} 3381 1 +70013 {70013} 2022 1 +70014 {70014} 8758 1 +70015 {70015} 15428 1 +70016 {70016} 1832 1 +70017 {70017} 1892 1 +70018 {70018} 2655 1 +70019 {70019} 1486 1 +70020 {70020} 1269 1 +70021 {70021} 2317 1 +70022 {70022} 11146 1 +70023 {70023} 9987 1 +70024 {70024} 11684 1 +70025 {70025} 15028 1 +70026 {70026} 2858 1 +70027 {70027} 2461 1 +70028 {70028} 10479 1 +70029 {70029} 12990 1 +70030 {70030} 12118 1 +70031 {70031} 1873 1 +70032 {70032} 2689 1 +70033 {70033} 1326 1 +70034 {70034} 2673 1 +70035 {70035} 11024 1 +70036 {70036} 8651 1 +70037 {70037} 10219 1 +70038 {70038} 11645 1 +70039 {70039} 3381 1 +70040 {70040} 1924 1 +70041 {70041} 8218 1 +70042 {70042} 10927 1 +70043 {70043} 3135 1 +70044 {70044} 3170 1 +70045 {70045} 10065 1 +70046 {70046} 3043 1 +70047 {70047} 12427 1 +70048 {70048} 2639 1 +70049 {70049} 9761 1 +70050 {70050} 10281 1 +70051 {70051} 15850 1 +70052 {70052} 11206 1 +70053 {70053} 2255 1 +70054 {70054} 2563 1 +70055 {70055} 2369 1 +70056 {70056} 2560 1 +70057 {70057} 9465 1 +70058 {70058} 14868 1 +70059 {70059} 2386 1 +70060 {70060} 11378 1 +70061 {70061} 12234 1 +70062 {70062} 1682 1 +70063 {70063} 11008 1 +70064 {70064} 10992 1 +70065 {70065} 8407 1 +70066 {70066} 10269 1 +70067 {70067} 11818 1 +70068 {70068} 5677 1 +70069 {70069} 2530 1 +70070 {70070} 2864 1 +70071 {70071} 1870 1 +70072 {70072} 2232 1 +70073 {70073} 7880 1 +70074 {70074} 1997 1 +70075 {70075} 5632 1 +70076 {70076} 3155 1 +70077 {70077} 3037 1 +70078 {70078} 1953 1 +70079 {70079} 11668 1 +70080 {70080} 10267 1 +70081 {70081} 1812 1 +70082 {70082} 6821 1 +70083 {70083} 2384 1 +70084 {70084} 15494 1 +70085 {70085} 10165 1 +70086 {70086} 11125 1 +70087 {70087} 7247 1 +70088 {70088} 1542 1 +70089 {70089} 10794 1 +70090 {70090} 2077 1 +70091 {70091} 10393 1 +70092 {70092} 2494 1 +70093 {70093} 4563 1 +70094 {70094} 11845 1 +70095 {70095} 1750 1 +70096 {70096} 6614 1 +70097 {70097} 1612 1 +70098 {70098} 2099 1 +70099 {70099} 8868 1 +70100 {70100} 12375 1 +70101 {70101} 10442 1 +70102 {70102} 1892 1 +70103 {70103} 10351 1 +70104 {70104} 3433 1 +70105 {70105} 10001 1 +70106 {70106} 2503 1 +70107 {70107} 14407 1 +70108 {70108} 2695 1 +70109 {70109} 10982 1 +70110 {70110} 2301 1 +70111 {70111} 1749 1 +70112 {70112} 2403 1 +70113 {70113} 3542 1 +70114 {70114} 13881 1 +70115 {70115} 8978 1 +70116 {70116} 9585 1 +70117 {70117} 6813 1 +70118 {70118} 11163 1 +70119 {70119} 2112 1 +70120 {70120} 2268 1 +70121 {70121} 2629 1 +70122 {70122} 13782 1 +70123 {70123} 1927 1 +70124 {70124} 11173 1 +70125 {70125} 2361 1 +70126 {70126} 1790 1 +70127 {70127} 10348 1 +70128 {70128} 3077 1 +70129 {70129} 9843 1 +70130 {70130} 10049 1 +70131 {70131} 10467 1 +70132 {70132} 9486 1 +70133 {70133} 1810 1 +70134 {70134} 483 1 +70135 {70135} 3377 1 +70136 {70136} 10956 1 +70137 {70137} 1443 1 +70138 {70138} 2468 1 +70139 {70139} 5434 1 +70140 {70140} 2288 1 +70141 {70141} 9110 1 +70142 {70142} 10746 1 +70143 {70143} 2772 1 +70144 {70144} 263 1 +70145 {70145} 1367 1 +70146 {70146} 2465 1 +70147 {70147} 10348 1 +70148 {70148} 2493 1 +70149 {70149} 10986 1 +70150 {70150} 2042 1 +70151 {70151} 11796 1 +70152 {70152} 11333 1 +70153 {70153} 10736 1 +70154 {70154} 11987 1 +70155 {70155} 1782 1 +70156 {70156} 2741 1 +70157 {70157} 13120 1 +70158 {70158} 2234 1 +70159 {70159} 10109 1 +70160 {70160} 8571 1 +70161 {70161} 12136 1 +70162 {70162} 2979 1 +70163 {70163} 2325 1 +70164 {70164} 1507 1 +70165 {70165} 974 1 +70166 {70166} 11513 1 +70167 {70167} 11633 1 +70168 {70168} 10036 1 +70169 {70169} 1884 1 +70170 {70170} 3735 1 +70171 {70171} 2532 1 +70172 {70172} 10703 1 +70173 {70173} 3137 1 +70174 {70174} 2875 1 +70175 {70175} 11042 1 +70176 {70176} 10023 1 +70177 {70177} 11862 1 +70178 {70178} 7622 1 +70179 {70179} 2867 1 +70180 {70180} 2806 1 +70181 {70181} 2459 1 +70182 {70182} 13625 1 +70183 {70183} 2296 1 +70184 {70184} 10840 1 +70185 {70185} 2469 1 +70186 {70186} 10246 1 +70187 {70187} 2536 1 +70188 {70188} 12317 1 +70189 {70189} 5211 1 +70190 {70190} 7464 1 +70191 {70191} 1804 1 +70192 {70192} 13627 1 +70193 {70193} 8564 1 +70194 {70194} 10416 1 +70195 {70195} 820 1 +70196 {70196} 10585 1 +70197 {70197} 9624 1 +70198 {70198} 2594 1 +70199 {70199} 2359 1 +70200 {70200} 2649 1 +70201 {70201} 13478 1 +70202 {70202} 10971 1 +70203 {70203} 9811 1 +70204 {70204} 2573 1 +70205 {70205} 11479 1 +70206 {70206} 2609 1 +70207 {70207} 3601 1 +70208 {70208} 2207 1 +70209 {70209} 11761 1 +70210 {70210} 11051 1 +70211 {70211} 2429 1 +70212 {70212} 2287 1 +70213 {70213} 11138 1 +70214 {70214} 5609 1 +70215 {70215} 12660 1 +70216 {70216} 2694 1 +70217 {70217} 6033 1 +70218 {70218} 11206 1 +70219 {70219} 2386 1 +70220 {70220} 16505 1 +70221 {70221} 1397 1 +70222 {70222} 2635 1 +70223 {70223} 2638 1 +70224 {70224} 1996 1 +70225 {70225} 8489 1 +70226 {70226} 623 1 +70227 {70227} 1727 1 +70228 {70228} 11554 1 +70229 {70229} 10134 1 +70230 {70230} 3530 1 +70231 {70231} 10671 1 +70232 {70232} 2664 1 +70233 {70233} 2423 1 +70234 {70234} 1576 1 +70235 {70235} 11116 1 +70236 {70236} 7018 1 +70237 {70237} 2432 1 +70238 {70238} 10250 1 +70239 {70239} 13798 1 +70240 {70240} 2699 1 +70241 {70241} 2742 1 +70242 {70242} 10155 1 +70243 {70243} 817 1 +70244 {70244} 1870 1 +70245 {70245} 12104 1 +70246 {70246} 11383 1 +70247 {70247} 2895 1 +70248 {70248} 525 1 +70249 {70249} 1417 1 +70250 {70250} 12698 1 +70251 {70251} 2009 1 +70252 {70252} 10928 1 +70253 {70253} 10067 1 +70254 {70254} 7600 1 +70255 {70255} 9109 1 +70256 {70256} 2300 1 +70257 {70257} 10526 1 +70258 {70258} 10695 1 +70259 {70259} 2255 1 +70260 {70260} 13135 1 +70261 {70261} 2842 1 +70262 {70262} 9022 1 +70263 {70263} 1538 1 +70264 {70264} 2053 1 +70265 {70265} 4636 1 +70266 {70266} 1371 1 +70267 {70267} 2943 1 +70268 {70268} 2132 1 +70269 {70269} 1411 1 +70270 {70270} 2056 1 +70271 {70271} 5054 1 +70272 {70272} 2394 1 +70273 {70273} 1411 1 +70274 {70274} 8389 1 +70275 {70275} 2212 1 +70276 {70276} 9989 1 +70277 {70277} 2126 1 +70278 {70278} 9907 1 +70279 {70279} 9212 1 +70280 {70280} 6114 1 +70281 {70281} 11078 1 +70282 {70282} 2763 1 +70283 {70283} 1784 1 +70284 {70284} 2015 1 +70285 {70285} 11710 1 +70286 {70286} 5151 1 +70287 {70287} 11078 1 +70288 {70288} 11955 1 +70289 {70289} 11462 1 +70290 {70290} 2877 1 +70291 {70291} 1341 1 +70292 {70292} 8084 1 +70293 {70293} 14640 1 +70294 {70294} 9269 1 +70295 {70295} 1538 1 +70296 {70296} 12078 1 +70297 {70297} 1722 1 +70298 {70298} 1684 1 +70299 {70299} 2122 1 +70300 {70300} 10694 1 +70301 {70301} 2660 1 +70302 {70302} 2573 1 +70303 {70303} 2090 1 +70304 {70304} 5602 1 +70305 {70305} 2986 1 +70306 {70306} 15529 1 +70307 {70307} 2359 1 +70308 {70308} 2067 1 +70309 {70309} 2098 1 +70310 {70310} 10174 1 +70311 {70311} 10826 1 +70312 {70312} 10850 1 +70313 {70313} 2810 1 +70314 {70314} 2590 1 +70315 {70315} 9524 1 +70316 {70316} 793 1 +70317 {70317} 1581 1 +70318 {70318} 2461 1 +70319 {70319} 2605 1 +70320 {70320} 1724 1 +70321 {70321} 11516 1 +70322 {70322} 10797 1 +70323 {70323} 10701 1 +70324 {70324} 10201 1 +70325 {70325} 10100 1 +70326 {70326} 12234 1 +70327 {70327} 10288 1 +70328 {70328} 1278 1 +70329 {70329} 1963 1 +70330 {70330} 10809 1 +70331 {70331} 1477 1 +70332 {70332} 11091 1 +70333 {70333} 3303 1 +70334 {70334} 9442 1 +70335 {70335} 10895 1 +70336 {70336} 1911 1 +70337 {70337} 372 1 +70338 {70338} 3215 1 +70339 {70339} 12085 1 +70340 {70340} 2563 1 +70341 {70341} 2095 1 +70342 {70342} 2284 1 +70343 {70343} 3079 1 +70344 {70344} 3773 1 +70345 {70345} 3441 1 +70346 {70346} 2334 1 +70347 {70347} 2204 1 +70348 {70348} 9260 1 +70349 {70349} 2470 1 +70350 {70350} 13109 1 +70351 {70351} 11022 1 +70352 {70352} 3632 1 +70353 {70353} 2832 1 +70354 {70354} 938 1 +70355 {70355} 4790 1 +70356 {70356} 1667 1 +70357 {70357} 4991 1 +70358 {70358} 2238 1 +70359 {70359} 2738 1 +70360 {70360} 10519 1 +70361 {70361} 9286 1 +70362 {70362} 1297 1 +70363 {70363} 2100 1 +70364 {70364} 2562 1 +70365 {70365} 1532 1 +70366 {70366} 1512 1 +70367 {70367} 2094 1 +70368 {70368} 2873 1 +70369 {70369} 8816 1 +70370 {70370} 9995 1 +70371 {70371} 10436 1 +70372 {70372} 3046 1 +70373 {70373} 14126 1 +70374 {70374} 8406 1 +70375 {70375} 2884 1 +70376 {70376} 10534 1 +70377 {70377} 2604 1 +70378 {70378} 13942 1 +70379 {70379} 2403 1 +70380 {70380} 1859 1 +70381 {70381} 9114 1 +70382 {70382} 2432 1 +70383 {70383} 10576 1 +70384 {70384} 12560 1 +70385 {70385} 9356 1 +70386 {70386} 11764 1 +70387 {70387} 1980 1 +70388 {70388} 10928 1 +70389 {70389} 9265 1 +70390 {70390} 9730 1 +70391 {70391} 8573 1 +70392 {70392} 5337 1 +70393 {70393} 1809 1 +70394 {70394} 1976 1 +70395 {70395} 9723 1 +70396 {70396} 2065 1 +70397 {70397} 10053 1 +70398 {70398} 11478 1 +70399 {70399} 1622 1 +70400 {70400} 1515 1 +70401 {70401} 1967 1 +70402 {70402} 10676 1 +70403 {70403} 9664 1 +70404 {70404} 12468 1 +70405 {70405} 1653 1 +70406 {70406} 381 1 +70407 {70407} 1858 1 +70408 {70408} 2498 1 +70409 {70409} 2544 1 +70410 {70410} 2432 1 +70411 {70411} 9807 1 +70412 {70412} 11280 1 +70413 {70413} 3139 1 +70414 {70414} 10960 1 +70415 {70415} 10437 1 +70416 {70416} 12776 1 +70417 {70417} 2469 1 +70418 {70418} 10302 1 +70419 {70419} 2697 1 +70420 {70420} 2859 1 +70421 {70421} 11071 1 +70422 {70422} 10674 1 +70423 {70423} 1877 1 +70424 {70424} 2243 1 +70425 {70425} 1722 1 +70426 {70426} 10246 1 +70427 {70427} 10231 1 +70428 {70428} 11447 1 +70429 {70429} 3012 1 +70430 {70430} 1906 1 +70431 {70431} 15610 1 +70432 {70432} 10580 1 +70433 {70433} 2835 1 +70434 {70434} 10743 1 +70435 {70435} 2335 1 +70436 {70436} 1057 1 +70437 {70437} 10038 1 +70438 {70438} 2133 1 +70439 {70439} 1978 1 +70440 {70440} 12540 1 +70441 {70441} 3153 1 +70442 {70442} 15709 1 +70443 {70443} 6690 1 +70444 {70444} 10241 1 +70445 {70445} 8197 1 +70446 {70446} 2 1 +70447 {70447} 10398 1 +70448 {70448} 1168 1 +70449 {70449} 7209 1 +70450 {70450} 2838 1 +70451 {70451} 8753 1 +70452 {70452} 15890 1 +70453 {70453} 10333 1 +70454 {70454} 9684 1 +70455 {70455} 3690 1 +70456 {70456} 11986 1 +70457 {70457} 9856 1 +70458 {70458} 10715 1 +70459 {70459} 15538 1 +70460 {70460} 10572 1 +70461 {70461} 9947 1 +70462 {70462} 1750 1 +70463 {70463} 8938 1 +70464 {70464} 1926 1 +70465 {70465} 13864 1 +70466 {70466} 10669 1 +70467 {70467} 8940 1 +70468 {70468} 1624 1 +70469 {70469} 867 1 +70470 {70470} 12074 1 +70471 {70471} 2906 1 +70472 {70472} 2225 1 +70473 {70473} 10122 1 +70474 {70474} 9961 1 +70475 {70475} 1154 1 +70476 {70476} 1132 1 +70477 {70477} 1959 1 +70478 {70478} 10206 1 +70479 {70479} 5604 1 +70480 {70480} 428 1 +70481 {70481} 3131 1 +70482 {70482} 11897 1 +70483 {70483} 11232 1 +70484 {70484} 9978 1 +70485 {70485} 9844 1 +70486 {70486} 2389 1 +70487 {70487} 11443 1 +70488 {70488} 10306 1 +70489 {70489} 11829 1 +70490 {70490} 2390 1 +70491 {70491} 3916 1 +70492 {70492} 12982 1 +70493 {70493} 1416 1 +70494 {70494} 1958 1 +70495 {70495} 11660 1 +70496 {70496} 2537 1 +70497 {70497} 12870 1 +70498 {70498} 2227 1 +70499 {70499} 3237 1 +70500 {70500} 7072 1 +70501 {70501} 1904 1 +70502 {70502} 12319 1 +70503 {70503} 2729 1 +70504 {70504} 2370 1 +70505 {70505} 11205 1 +70506 {70506} 9782 1 +70507 {70507} 1824 1 +70508 {70508} 1305 1 +70509 {70509} 12002 1 +70510 {70510} 2430 1 +70511 {70511} 10660 1 +70512 {70512} 10559 1 +70513 {70513} 7828 1 +70514 {70514} 2423 1 +70515 {70515} 2923 1 +70516 {70516} 2539 1 +70517 {70517} 1618 1 +70518 {70518} 4676 1 +70519 {70519} 9280 1 +70520 {70520} 9585 1 +70521 {70521} 2853 1 +70522 {70522} 1484 1 +70523 {70523} 12395 1 +70524 {70524} 3500 1 +70525 {70525} 10917 1 +70526 {70526} 1185 1 +70527 {70527} 7788 1 +70528 {70528} 2687 1 +70529 {70529} 9353 1 +70530 {70530} 4665 1 +70531 {70531} 10866 1 +70532 {70532} 2910 1 +70533 {70533} 1923 1 +70534 {70534} 10731 1 +70535 {70535} 1826 1 +70536 {70536} 1611 1 +70537 {70537} 2719 1 +70538 {70538} 12028 1 +70539 {70539} 12118 1 +70540 {70540} 10008 1 +70541 {70541} 2596 1 +70542 {70542} 1309 1 +70543 {70543} 2368 1 +70544 {70544} 1807 1 +70545 {70545} 8810 1 +70546 {70546} 11216 1 +70547 {70547} 1953 1 +70548 {70548} 2894 1 +70549 {70549} 1063 1 +70550 {70550} 2617 1 +70551 {70551} 12353 1 +70552 {70552} 3602 1 +70553 {70553} 9061 1 +70554 {70554} 1417 1 +70555 {70555} 2327 1 +70556 {70556} 10420 1 +70557 {70557} 1122 1 +70558 {70558} 2502 1 +70559 {70559} 9215 1 +70560 {70560} 11313 1 +70561 {70561} 13048 1 +70562 {70562} 1640 1 +70563 {70563} 2134 1 +70564 {70564} 1723 1 +70565 {70565} 10711 1 +70566 {70566} 11092 1 +70567 {70567} 5680 1 +70568 {70568} 2024 1 +70569 {70569} 8919 1 +70570 {70570} 1937 1 +70571 {70571} 1464 1 +70572 {70572} 3881 1 +70573 {70573} 16091 1 +70574 {70574} 1849 1 +70575 {70575} 9904 1 +70576 {70576} 1616 1 +70577 {70577} 3509 1 +70578 {70578} 2304 1 +70579 {70579} 3374 1 +70580 {70580} 16262 1 +70581 {70581} 3125 1 +70582 {70582} 1978 1 +70583 {70583} 6052 1 +70584 {70584} 10788 1 +70585 {70585} 10343 1 +70586 {70586} 2538 1 +70587 {70587} 11880 1 +70588 {70588} 8534 1 +70589 {70589} 1512 1 +70590 {70590} 412 1 +70591 {70591} 11530 1 +70592 {70592} 1418 1 +70593 {70593} 13289 1 +70594 {70594} 2151 1 +70595 {70595} 2276 1 +70596 {70596} 10669 1 +70597 {70597} 3637 1 +70598 {70598} 2664 1 +70599 {70599} 9545 1 +70600 {70600} 8646 1 +70601 {70601} 10407 1 +70602 {70602} 2640 1 +70603 {70603} 2895 1 +70604 {70604} 11512 1 +70605 {70605} 2031 1 +70606 {70606} 2296 1 +70607 {70607} 3576 1 +70608 {70608} 2501 1 +70609 {70609} 11668 1 +70610 {70610} 10950 1 +70611 {70611} 3037 1 +70612 {70612} 3276 1 +70613 {70613} 10652 1 +70614 {70614} 5309 1 +70615 {70615} 2811 1 +70616 {70616} 1818 1 +70617 {70617} 9896 1 +70618 {70618} 2978 1 +70619 {70619} 11499 1 +70620 {70620} 2634 1 +70621 {70621} 9964 1 +70622 {70622} 2523 1 +70623 {70623} 15692 1 +70624 {70624} 11329 1 +70625 {70625} 10267 1 +70626 {70626} 2323 1 +70627 {70627} 2400 1 +70628 {70628} 1092 1 +70629 {70629} 1951 1 +70630 {70630} 2269 1 +70631 {70631} 680 1 +70632 {70632} 9829 1 +70633 {70633} 996 1 +70634 {70634} 1297 1 +70635 {70635} 9046 1 +70636 {70636} 8703 1 +70637 {70637} 9060 1 +70638 {70638} 15580 1 +70639 {70639} 1148 1 +70640 {70640} 2868 1 +70641 {70641} 2198 1 +70642 {70642} 12261 1 +70643 {70643} 11744 1 +70644 {70644} 3009 1 +70645 {70645} 3602 1 +70646 {70646} 2415 1 +70647 {70647} 13935 1 +70648 {70648} 7255 1 +70649 {70649} 8791 1 +70650 {70650} 1821 1 +70651 {70651} 14510 1 +70652 {70652} 1878 1 +70653 {70653} 1264 1 +70654 {70654} 10730 1 +70655 {70655} 2771 1 +70656 {70656} 11316 1 +70657 {70657} 2268 1 +70658 {70658} 2803 1 +70659 {70659} 2065 1 +70660 {70660} 9129 1 +70661 {70661} 11892 1 +70662 {70662} 2333 1 +70663 {70663} 2044 1 +70664 {70664} 9814 1 +70665 {70665} 2528 1 +70666 {70666} 10155 1 +70667 {70667} 3295 1 +70668 {70668} 5953 1 +70669 {70669} 1299 1 +70670 {70670} 10781 1 +70671 {70671} 13601 1 +70672 {70672} 1377 1 +70673 {70673} 10094 1 +70674 {70674} 16361 1 +70675 {70675} 1585 1 +70676 {70676} 2304 1 +70677 {70677} 8784 1 +70678 {70678} 8913 1 +70679 {70679} 12255 1 +70680 {70680} 2523 1 +70681 {70681} 1437 1 +70682 {70682} 2401 1 +70683 {70683} 10143 1 +70684 {70684} 5857 1 +70685 {70685} 11853 1 +70686 {70686} 2296 1 +70687 {70687} 11357 1 +70688 {70688} 9180 1 +70689 {70689} 8729 1 +70690 {70690} 2368 1 +70691 {70691} 4216 1 +70692 {70692} 1357 1 +70693 {70693} 1904 1 +70694 {70694} 3310 1 +70695 {70695} 10308 1 +70696 {70696} 3686 1 +70697 {70697} 730 1 +70698 {70698} 2803 1 +70699 {70699} 1240 1 +70700 {70700} 9878 1 +70701 {70701} 10701 1 +70702 {70702} 2639 1 +70703 {70703} 2466 1 +70704 {70704} 1889 1 +70705 {70705} 2709 1 +70706 {70706} 13907 1 +70707 {70707} 2942 1 +70708 {70708} 9989 1 +70709 {70709} 8489 1 +70710 {70710} 2165 1 +70711 {70711} 8604 1 +70712 {70712} 10006 1 +70713 {70713} 8775 1 +70714 {70714} 10599 1 +70715 {70715} 9966 1 +70716 {70716} 2185 1 +70717 {70717} 1217 1 +70718 {70718} 876 1 +70719 {70719} 7580 1 +70720 {70720} 14404 1 +70721 {70721} 14257 1 +70722 {70722} 11042 1 +70723 {70723} 2231 1 +70724 {70724} 8801 1 +70725 {70725} 12170 1 +70726 {70726} 8364 1 +70727 {70727} 1512 1 +70728 {70728} 1291 1 +70729 {70729} 2189 1 +70730 {70730} 1766 1 +70731 {70731} 3726 1 +70732 {70732} 2775 1 +70733 {70733} 2454 1 +70734 {70734} 9260 1 +70735 {70735} 3045 1 +70736 {70736} 3372 1 +70737 {70737} 1962 1 +70738 {70738} 1267 1 +70739 {70739} 983 1 +70740 {70740} 5464 1 +70741 {70741} 12455 1 +70742 {70742} 3826 1 +70743 {70743} 1802 1 +70744 {70744} 10179 1 +70745 {70745} 11908 1 +70746 {70746} 10620 1 +70747 {70747} 2772 1 +70748 {70748} 10339 1 +70749 {70749} 15462 1 +70750 {70750} 11775 1 +70751 {70751} 12299 1 +70752 {70752} 10532 1 +70753 {70753} 11400 1 +70754 {70754} 1584 1 +70755 {70755} 2943 1 +70756 {70756} 7955 1 +70757 {70757} 1891 1 +70758 {70758} 4654 1 +70759 {70759} 11072 1 +70760 {70760} 9652 1 +70761 {70761} 1686 1 +70762 {70762} 12896 1 +70763 {70763} 10710 1 +70764 {70764} 10690 1 +70765 {70765} 2781 1 +70766 {70766} 2251 1 +70767 {70767} 10674 1 +70768 {70768} 15752 1 +70769 {70769} 11792 1 +70770 {70770} 3266 1 +70771 {70771} 9954 1 +70772 {70772} 2705 1 +70773 {70773} 2125 1 +70774 {70774} 2433 1 +70775 {70775} 15821 1 +70776 {70776} 2303 1 +70777 {70777} 3282 1 +70778 {70778} 9876 1 +70779 {70779} 9776 1 +70780 {70780} 12066 1 +70781 {70781} 2807 1 +70782 {70782} 11746 1 +70783 {70783} 1855 1 +70784 {70784} 11549 1 +70785 {70785} 2889 1 +70786 {70786} 7761 1 +70787 {70787} 13482 1 +70788 {70788} 9797 1 +70789 {70789} 1469 1 +70790 {70790} 11051 1 +70791 {70791} 10788 1 +70792 {70792} 7075 1 +70793 {70793} 1315 1 +70794 {70794} 3003 1 +70795 {70795} 12804 1 +70796 {70796} 10886 1 +70797 {70797} 11401 1 +70798 {70798} 3007 1 +70799 {70799} 5212 1 +70800 {70800} 5089 1 +70801 {70801} 10253 1 +70802 {70802} 2233 1 +70803 {70803} 3299 1 +70804 {70804} 2255 1 +70805 {70805} 2192 1 +70806 {70806} 13664 1 +70807 {70807} 11142 1 +70808 {70808} 4928 1 +70809 {70809} 10103 1 +70810 {70810} 2637 1 +70811 {70811} 2303 1 +70812 {70812} 2664 1 +70813 {70813} 1190 1 +70814 {70814} 3442 1 +70815 {70815} 2178 1 +70816 {70816} 1797 1 +70817 {70817} 7212 1 +70818 {70818} 2380 1 +70819 {70819} 1877 1 +70820 {70820} 2124 1 +70821 {70821} 3371 1 +70822 {70822} 3134 1 +70823 {70823} 7830 1 +70824 {70824} 3170 1 +70825 {70825} 2971 1 +70826 {70826} 5919 1 +70827 {70827} 9143 1 +70828 {70828} 1481 1 +70829 {70829} 10442 1 +70830 {70830} 2173 1 +70831 {70831} 1314 1 +70832 {70832} 8149 1 +70833 {70833} 16245 1 +70834 {70834} 8834 1 +70835 {70835} 10820 1 +70836 {70836} 11066 1 +70837 {70837} 10364 1 +70838 {70838} 2772 1 +70839 {70839} 827 1 +70840 {70840} 8052 1 +70841 {70841} 8153 1 +70842 {70842} 1682 1 +70843 {70843} 11036 1 +70844 {70844} 9930 1 +70845 {70845} 10449 1 +70846 {70846} 14614 1 +70847 {70847} 3121 1 +70848 {70848} 2638 1 +70849 {70849} 3024 1 +70850 {70850} 609 1 +70851 {70851} 8183 1 +70852 {70852} 1783 1 +70853 {70853} 2756 1 +70854 {70854} 10250 1 +70855 {70855} 11790 1 +70856 {70856} 14026 1 +70857 {70857} 2379 1 +70858 {70858} 2128 1 +70859 {70859} 2831 1 +70860 {70860} 2323 1 +70861 {70861} 414 1 +70862 {70862} 9526 1 +70863 {70863} 1529 1 +70864 {70864} 1826 1 +70865 {70865} 1710 1 +70866 {70866} 1208 1 +70867 {70867} 11916 1 +70868 {70868} 10567 1 +70869 {70869} 9774 1 +70870 {70870} 1298 1 +70871 {70871} 8586 1 +70872 {70872} 3415 1 +70873 {70873} 2776 1 +70874 {70874} 823 1 +70875 {70875} 2464 1 +70876 {70876} 10757 1 +70877 {70877} 5696 1 +70878 {70878} 2684 1 +70879 {70879} 1023 1 +70880 {70880} 1545 1 +70881 {70881} 2101 1 +70882 {70882} 10455 1 +70883 {70883} 2622 1 +70884 {70884} 9907 1 +70885 {70885} 2834 1 +70886 {70886} 3460 1 +70887 {70887} 3176 1 +70888 {70888} 9324 1 +70889 {70889} 4125 1 +70890 {70890} 1855 1 +70891 {70891} 11402 1 +70892 {70892} 2707 1 +70893 {70893} 2335 1 +70894 {70894} 9791 1 +70895 {70895} 10966 1 +70896 {70896} 9670 1 +70897 {70897} 2830 1 +70898 {70898} 2187 1 +70899 {70899} 2332 1 +70900 {70900} 2974 1 +70901 {70901} 1734 1 +70902 {70902} 11986 1 +70903 {70903} 2539 1 +70904 {70904} 9532 1 +70905 {70905} 2140 1 +70906 {70906} 2017 1 +70907 {70907} 2837 1 +70908 {70908} 1814 1 +70909 {70909} 9340 1 +70910 {70910} 10306 1 +70911 {70911} 1483 1 +70912 {70912} 2859 1 +70913 {70913} 1811 1 +70914 {70914} 4442 1 +70915 {70915} 3141 1 +70916 {70916} 3037 1 +70917 {70917} 3514 1 +70918 {70918} 2873 1 +70919 {70919} 11042 1 +70920 {70920} 2300 1 +70921 {70921} 11125 1 +70922 {70922} 5527 1 +70923 {70923} 1397 1 +70924 {70924} 9876 1 +70925 {70925} 16035 1 +70926 {70926} 2524 1 +70927 {70927} 16091 1 +70928 {70928} 9562 1 +70929 {70929} 2022 1 +70930 {70930} 4821 1 +70931 {70931} 9898 1 +70932 {70932} 4385 1 +70933 {70933} 9268 1 +70934 {70934} 9876 1 +70935 {70935} 11453 1 +70936 {70936} 1100 1 +70937 {70937} 8452 1 +70938 {70938} 2673 1 +70939 {70939} 11330 1 +70940 {70940} 10856 1 +70941 {70941} 10772 1 +70942 {70942} 12868 1 +70943 {70943} 1600 1 +70944 {70944} 10794 1 +70945 {70945} 2337 1 +70946 {70946} 3855 1 +70947 {70947} 2901 1 +70948 {70948} 2489 1 +70949 {70949} 10646 1 +70950 {70950} 1717 1 +70951 {70951} 7352 1 +70952 {70952} 5010 1 +70953 {70953} 1871 1 +70954 {70954} 9178 1 +70955 {70955} 1482 1 +70956 {70956} 12367 1 +70957 {70957} 5001 1 +70958 {70958} 11347 1 +70959 {70959} 2300 1 +70960 {70960} 11842 1 +70961 {70961} 67 1 +70962 {70962} 2187 1 +70963 {70963} 2432 1 +70964 {70964} 10350 1 +70965 {70965} 3095 1 +70966 {70966} 15469 1 +70967 {70967} 2734 1 +70968 {70968} 10890 1 +70969 {70969} 10034 1 +70970 {70970} 10058 1 +70971 {70971} 2800 1 +70972 {70972} 10174 1 +70973 {70973} 1747 1 +70974 {70974} 3445 1 +70975 {70975} 2333 1 +70976 {70976} 10923 1 +70977 {70977} 2906 1 +70978 {70978} 11593 1 +70979 {70979} 3373 1 +70980 {70980} 1719 1 +70981 {70981} 2370 1 +70982 {70982} 9965 1 +70983 {70983} 2800 1 +70984 {70984} 2220 1 +70985 {70985} 3031 1 +70986 {70986} 1403 1 +70987 {70987} 2684 1 +70988 {70988} 6300 1 +70989 {70989} 11440 1 +70990 {70990} 1158 1 +70991 {70991} 11422 1 +70992 {70992} 2774 1 +70993 {70993} 8856 1 +70994 {70994} 7494 1 +70995 {70995} 260 1 +70996 {70996} 10195 1 +70997 {70997} 8395 1 +70998 {70998} 9585 1 +70999 {70999} 1749 1 +71000 {71000} 9754 1 +71001 {71001} 1786 1 +71002 {71002} 8914 1 +71003 {71003} 2740 1 +71004 {71004} 9554 1 +71005 {71005} 10648 1 +71006 {71006} 1437 1 +71007 {71007} 2145 1 +71008 {71008} 2017 1 +71009 {71009} 2703 1 +71010 {71010} 1852 1 +71011 {71011} 1919 1 +71012 {71012} 3078 1 +71013 {71013} 1784 1 +71014 {71014} 11907 1 +71015 {71015} 6723 1 +71016 {71016} 8932 1 +71017 {71017} 11876 1 +71018 {71018} 2632 1 +71019 {71019} 2820 1 +71020 {71020} 11090 1 +71021 {71021} 1652 1 +71022 {71022} 3036 1 +71023 {71023} 11586 1 +71024 {71024} 10196 1 +71025 {71025} 10603 1 +71026 {71026} 10653 1 +71027 {71027} 3741 1 +71028 {71028} 2635 1 +71029 {71029} 2638 1 +71030 {71030} 2736 1 +71031 {71031} 2166 1 +71032 {71032} 2028 1 +71033 {71033} 1791 1 +71034 {71034} 9482 1 +71035 {71035} 2009 1 +71036 {71036} 16304 1 +71037 {71037} 11268 1 +71038 {71038} 10879 1 +71039 {71039} 13029 1 +71040 {71040} 2793 1 +71041 {71041} 11989 1 +71042 {71042} 9829 1 +71043 {71043} 1755 1 +71044 {71044} 10811 1 +71045 {71045} 3103 1 +71046 {71046} 1885 1 +71047 {71047} 1543 1 +71048 {71048} 9366 1 +71049 {71049} 1956 1 +71050 {71050} 11044 1 +71051 {71051} 9723 1 +71052 {71052} 2296 1 +71053 {71053} 10425 1 +71054 {71054} 11720 1 +71055 {71055} 2504 1 +71056 {71056} 2268 1 +71057 {71057} 596 1 +71058 {71058} 10932 1 +71059 {71059} 1668 1 +71060 {71060} 706 1 +71061 {71061} 12221 1 +71062 {71062} 8834 1 +71063 {71063} 2129 1 +71064 {71064} 2267 1 +71065 {71065} 2417 1 +71066 {71066} 1756 1 +71067 {71067} 29 1 +71068 {71068} 2411 1 +71069 {71069} 1474 1 +71070 {71070} 10382 1 +71071 {71071} 1633 1 +71072 {71072} 10612 1 +71073 {71073} 9696 1 +71074 {71074} 8261 1 +71075 {71075} 1197 1 +71076 {71076} 2842 1 +71077 {71077} 1717 1 +71078 {71078} 2740 1 +71079 {71079} 9774 1 +71080 {71080} 8522 1 +71081 {71081} 2196 1 +71082 {71082} 9637 1 +71083 {71083} 9756 1 +71084 {71084} 10014 1 +71085 {71085} 1966 1 +71086 {71086} 2598 1 +71087 {71087} 2598 1 +71088 {71088} 2223 1 +71089 {71089} 2303 1 +71090 {71090} 9694 1 +71091 {71091} 2565 1 +71092 {71092} 2333 1 +71093 {71093} 6929 1 +71094 {71094} 15456 1 +71095 {71095} 2304 1 +71096 {71096} 8931 1 +71097 {71097} 10371 1 +71098 {71098} 2277 1 +71099 {71099} 9052 1 +71100 {71100} 1455 1 +71101 {71101} 11488 1 +71102 {71102} 6459 1 +71103 {71103} 2395 1 +71104 {71104} 10591 1 +71105 {71105} 2357 1 +71106 {71106} 7628 1 +71107 {71107} 12832 1 +71108 {71108} 2031 1 +71109 {71109} 16055 1 +71110 {71110} 1434 1 +71111 {71111} 10622 1 +71112 {71112} 11568 1 +71113 {71113} 8726 1 +71114 {71114} 1646 1 +71115 {71115} 10788 1 +71116 {71116} 10447 1 +71117 {71117} 11952 1 +71118 {71118} 11456 1 +71119 {71119} 9110 1 +71120 {71120} 1766 1 +71121 {71121} 2676 1 +71122 {71122} 6028 1 +71123 {71123} 10349 1 +71124 {71124} 3072 1 +71125 {71125} 2741 1 +71126 {71126} 2741 1 +71127 {71127} 1648 1 +71128 {71128} 2298 1 +71129 {71129} 2252 1 +71130 {71130} 11505 1 +71131 {71131} 10293 1 +71132 {71132} 2165 1 +71133 {71133} 15866 1 +71134 {71134} 2158 1 +71135 {71135} 1078 1 +71136 {71136} 10535 1 +71137 {71137} 1331 1 +71138 {71138} 10467 1 +71139 {71139} 1980 1 +71140 {71140} 1919 1 +71141 {71141} 11470 1 +71142 {71142} 7723 1 +71143 {71143} 1927 1 +71144 {71144} 1877 1 +71145 {71145} 12162 1 +71146 {71146} 3160 1 +71147 {71147} 10743 1 +71148 {71148} 6775 1 +71149 {71149} 2267 1 +71150 {71150} 3576 1 +71151 {71151} 2285 1 +71152 {71152} 5898 1 +71153 {71153} 2823 1 +71154 {71154} 9777 1 +71155 {71155} 9732 1 +71156 {71156} 1341 1 +71157 {71157} 14372 1 +71158 {71158} 1976 1 +71159 {71159} 12763 1 +71160 {71160} 2528 1 +71161 {71161} 1401 1 +71162 {71162} 3078 1 +71163 {71163} 10636 1 +71164 {71164} 1939 1 +71165 {71165} 10310 1 +71166 {71166} 10659 1 +71167 {71167} 2943 1 +71168 {71168} 10447 1 +71169 {71169} 2565 1 +71170 {71170} 8663 1 +71171 {71171} 9460 1 +71172 {71172} 3137 1 +71173 {71173} 3892 1 +71174 {71174} 1989 1 +71175 {71175} 1988 1 +71176 {71176} 1403 1 +71177 {71177} 3409 1 +71178 {71178} 11024 1 +71179 {71179} 1154 1 +71180 {71180} 2642 1 +71181 {71181} 2216 1 +71182 {71182} 3046 1 +71183 {71183} 10937 1 +71184 {71184} 6330 1 +71185 {71185} 2242 1 +71186 {71186} 10071 1 +71187 {71187} 10843 1 +71188 {71188} 1550 1 +71189 {71189} 1990 1 +71190 {71190} 2524 1 +71191 {71191} 1375 1 +71192 {71192} 3446 1 +71193 {71193} 10434 1 +71194 {71194} 2030 1 +71195 {71195} 2498 1 +71196 {71196} 3559 1 +71197 {71197} 1495 1 +71198 {71198} 1037 1 +71199 {71199} 1764 1 +71200 {71200} 1264 1 +71201 {71201} 3077 1 +71202 {71202} 11032 1 +71203 {71203} 9844 1 +71204 {71204} 9783 1 +71205 {71205} 2155 1 +71206 {71206} 8997 1 +71207 {71207} 2837 1 +71208 {71208} 6236 1 +71209 {71209} 2527 1 +71210 {71210} 1638 1 +71211 {71211} 11659 1 +71212 {71212} 3310 1 +71213 {71213} 2899 1 +71214 {71214} 1760 1 +71215 {71215} 2843 1 +71216 {71216} 1911 1 +71217 {71217} 2395 1 +71218 {71218} 11832 1 +71219 {71219} 1751 1 +71220 {71220} 10001 1 +71221 {71221} 10495 1 +71222 {71222} 11124 1 +71223 {71223} 9702 1 +71224 {71224} 1865 1 +71225 {71225} 4018 1 +71226 {71226} 10309 1 +71227 {71227} 8721 1 +71228 {71228} 2434 1 +71229 {71229} 2261 1 +71230 {71230} 3029 1 +71231 {71231} 13727 1 +71232 {71232} 1792 1 +71233 {71233} 8862 1 +71234 {71234} 16166 1 +71235 {71235} 12715 1 +71236 {71236} 1571 1 +71237 {71237} 1783 1 +71238 {71238} 11407 1 +71239 {71239} 12794 1 +71240 {71240} 2578 1 +71241 {71241} 1600 1 +71242 {71242} 1664 1 +71243 {71243} 10921 1 +71244 {71244} 10937 1 +71245 {71245} 1576 1 +71246 {71246} 9104 1 +71247 {71247} 2605 1 +71248 {71248} 8906 1 +71249 {71249} 10686 1 +71250 {71250} 5674 1 +71251 {71251} 9702 1 +71252 {71252} 10343 1 +71253 {71253} 6517 1 +71254 {71254} 8925 1 +71255 {71255} 1961 1 +71256 {71256} 1799 1 +71257 {71257} 9104 1 +71258 {71258} 10721 1 +71259 {71259} 2327 1 +71260 {71260} 2094 1 +71261 {71261} 10947 1 +71262 {71262} 12807 1 +71263 {71263} 2399 1 +71264 {71264} 9515 1 +71265 {71265} 10846 1 +71266 {71266} 1990 1 +71267 {71267} 1871 1 +71268 {71268} 11730 1 +71269 {71269} 2155 1 +71270 {71270} 2462 1 +71271 {71271} 5868 1 +71272 {71272} 1133 1 +71273 {71273} 11108 1 +71274 {71274} 10866 1 +71275 {71275} 1552 1 +71276 {71276} 11624 1 +71277 {71277} 10053 1 +71278 {71278} 10919 1 +71279 {71279} 2701 1 +71280 {71280} 2094 1 +71281 {71281} 11852 1 +71282 {71282} 6164 1 +71283 {71283} 9175 1 +71284 {71284} 11250 1 +71285 {71285} 10982 1 +71286 {71286} 9541 1 +71287 {71287} 1341 1 +71288 {71288} 10130 1 +71289 {71289} 1108 1 +71290 {71290} 2684 1 +71291 {71291} 11268 1 +71292 {71292} 2434 1 +71293 {71293} 10103 1 +71294 {71294} 7841 1 +71295 {71295} 3603 1 +71296 {71296} 9302 1 +71297 {71297} 10782 1 +71298 {71298} 11853 1 +71299 {71299} 7541 1 +71300 {71300} 2600 1 +71301 {71301} 10038 1 +71302 {71302} 15997 1 +71303 {71303} 1309 1 +71304 {71304} 7578 1 +71305 {71305} 2639 1 +71306 {71306} 2397 1 +71307 {71307} 8892 1 +71308 {71308} 2402 1 +71309 {71309} 2535 1 +71310 {71310} 2100 1 +71311 {71311} 3095 1 +71312 {71312} 14285 1 +71313 {71313} 2283 1 +71314 {71314} 1587 1 +71315 {71315} 9476 1 +71316 {71316} 2130 1 +71317 {71317} 10030 1 +71318 {71318} 2295 1 +71319 {71319} 2806 1 +71320 {71320} 10155 1 +71321 {71321} 2835 1 +71322 {71322} 10490 1 +71323 {71323} 10153 1 +71324 {71324} 5754 1 +71325 {71325} 1420 1 +71326 {71326} 8389 1 +71327 {71327} 9223 1 +71328 {71328} 2204 1 +71329 {71329} 6466 1 +71330 {71330} 2165 1 +71331 {71331} 2646 1 +71332 {71332} 3745 1 +71333 {71333} 2148 1 +71334 {71334} 1981 1 +71335 {71335} 1554 1 +71336 {71336} 2163 1 +71337 {71337} 8993 1 +71338 {71338} 2810 1 +71339 {71339} 2022 1 +71340 {71340} 1646 1 +71341 {71341} 2335 1 +71342 {71342} 9253 1 +71343 {71343} 10407 1 +71344 {71344} 2531 1 +71345 {71345} 1307 1 +71346 {71346} 14729 1 +71347 {71347} 10896 1 +71348 {71348} 9989 1 +71349 {71349} 10048 1 +71350 {71350} 2427 1 +71351 {71351} 2129 1 +71352 {71352} 9263 1 +71353 {71353} 15316 1 +71354 {71354} 1630 1 +71355 {71355} 1223 1 +71356 {71356} 2918 1 +71357 {71357} 2366 1 +71358 {71358} 14568 1 +71359 {71359} 1626 1 +71360 {71360} 2232 1 +71361 {71361} 8409 1 +71362 {71362} 9846 1 +71363 {71363} 10130 1 +71364 {71364} 1779 1 +71365 {71365} 9554 1 +71366 {71366} 10932 1 +71367 {71367} 3646 1 +71368 {71368} 11218 1 +71369 {71369} 1382 1 +71370 {71370} 10745 1 +71371 {71371} 1374 1 +71372 {71372} 1049 1 +71373 {71373} 1911 1 +71374 {71374} 10258 1 +71375 {71375} 1331 1 +71376 {71376} 907 1 +71377 {71377} 10489 1 +71378 {71378} 15152 1 +71379 {71379} 1369 1 +71380 {71380} 2922 1 +71381 {71381} 652 1 +71382 {71382} 1708 1 +71383 {71383} 1504 1 +71384 {71384} 2110 1 +71385 {71385} 2122 1 +71386 {71386} 16522 1 +71387 {71387} 1783 1 +71388 {71388} 1780 1 +71389 {71389} 2585 1 +71390 {71390} 2222 1 +71391 {71391} 10993 1 +71392 {71392} 3274 1 +71393 {71393} 2115 1 +71394 {71394} 10874 1 +71395 {71395} 2186 1 +71396 {71396} 2178 1 +71397 {71397} 2859 1 +71398 {71398} 7392 1 +71399 {71399} 1583 1 +71400 {71400} 2942 1 +71401 {71401} 11424 1 +71402 {71402} 2429 1 +71403 {71403} 3337 1 +71404 {71404} 1551 1 +71405 {71405} 10122 1 +71406 {71406} 1892 1 +71407 {71407} 2303 1 +71408 {71408} 11459 1 +71409 {71409} 2364 1 +71410 {71410} 15693 1 +71411 {71411} 2329 1 +71412 {71412} 10912 1 +71413 {71413} 2840 1 +71414 {71414} 12667 1 +71415 {71415} 1986 1 +71416 {71416} 10585 1 +71417 {71417} 10884 1 +71418 {71418} 2629 1 +71419 {71419} 1481 1 +71420 {71420} 11616 1 +71421 {71421} 11904 1 +71422 {71422} 1499 1 +71423 {71423} 7020 1 +71424 {71424} 2395 1 +71425 {71425} 8740 1 +71426 {71426} 9269 1 +71427 {71427} 9917 1 +71428 {71428} 1471 1 +71429 {71429} 3278 1 +71430 {71430} 1730 1 +71431 {71431} 7408 1 +71432 {71432} 10241 1 +71433 {71433} 9976 1 +71434 {71434} 1502 1 +71435 {71435} 10761 1 +71436 {71436} 5238 1 +71437 {71437} 719 1 +71438 {71438} 10412 1 +71439 {71439} 435 1 +71440 {71440} 3011 1 +71441 {71441} 4908 1 +71442 {71442} 11638 1 +71443 {71443} 2539 1 +71444 {71444} 5815 1 +71445 {71445} 8391 1 +71446 {71446} 2503 1 +71447 {71447} 1242 1 +71448 {71448} 13565 1 +71449 {71449} 2573 1 +71450 {71450} 15596 1 +71451 {71451} 3280 1 +71452 {71452} 1523 1 +71453 {71453} 10982 1 +71454 {71454} 5802 1 +71455 {71455} 5276 1 +71456 {71456} 11223 1 +71457 {71457} 2528 1 +71458 {71458} 10262 1 +71459 {71459} 10575 1 +71460 {71460} 7123 1 +71461 {71461} 10960 1 +71462 {71462} 2434 1 +71463 {71463} 10786 1 +71464 {71464} 2233 1 +71465 {71465} 9720 1 +71466 {71466} 2996 1 +71467 {71467} 11180 1 +71468 {71468} 1884 1 +71469 {71469} 1926 1 +71470 {71470} 2827 1 +71471 {71471} 2296 1 +71472 {71472} 11180 1 +71473 {71473} 10692 1 +71474 {71474} 10750 1 +71475 {71475} 10743 1 +71476 {71476} 8812 1 +71477 {71477} 16176 1 +71478 {71478} 8482 1 +71479 {71479} 11518 1 +71480 {71480} 10711 1 +71481 {71481} 11825 1 +71482 {71482} 11621 1 +71483 {71483} 10086 1 +71484 {71484} 2501 1 +71485 {71485} 12040 1 +71486 {71486} 2095 1 +71487 {71487} 2234 1 +71488 {71488} 3908 1 +71489 {71489} 3544 1 +71490 {71490} 1565 1 +71491 {71491} 2367 1 +71492 {71492} 8772 1 +71493 {71493} 2943 1 +71494 {71494} 9357 1 +71495 {71495} 3297 1 +71496 {71496} 1552 1 +71497 {71497} 9577 1 +71498 {71498} 11144 1 +71499 {71499} 11386 1 +71500 {71500} 2091 1 +71501 {71501} 2740 1 +71502 {71502} 11863 1 +71503 {71503} 3041 1 +71504 {71504} 10542 1 +71505 {71505} 9510 1 +71506 {71506} 10314 1 +71507 {71507} 1550 1 +71508 {71508} 998 1 +71509 {71509} 5421 1 +71510 {71510} 2736 1 +71511 {71511} 8914 1 +71512 {71512} 14536 1 +71513 {71513} 9115 1 +71514 {71514} 11456 1 +71515 {71515} 1953 1 +71516 {71516} 2051 1 +71517 {71517} 2798 1 +71518 {71518} 4945 1 +71519 {71519} 10912 1 +71520 {71520} 2772 1 +71521 {71521} 1078 1 +71522 {71522} 2325 1 +71523 {71523} 10432 1 +71524 {71524} 2504 1 +71525 {71525} 11249 1 +71526 {71526} 5250 1 +71527 {71527} 2088 1 +71528 {71528} 2024 1 +71529 {71529} 7685 1 +71530 {71530} 2265 1 +71531 {71531} 1653 1 +71532 {71532} 11123 1 +71533 {71533} 10773 1 +71534 {71534} 2217 1 +71535 {71535} 1615 1 +71536 {71536} 11684 1 +71537 {71537} 15969 1 +71538 {71538} 2726 1 +71539 {71539} 11196 1 +71540 {71540} 14487 1 +71541 {71541} 1960 1 +71542 {71542} 1851 1 +71543 {71543} 498 1 +71544 {71544} 10242 1 +71545 {71545} 2839 1 +71546 {71546} 2904 1 +71547 {71547} 11549 1 +71548 {71548} 1182 1 +71549 {71549} 11789 1 +71550 {71550} 11925 1 +71551 {71551} 8550 1 +71552 {71552} 15149 1 +71553 {71553} 2303 1 +71554 {71554} 7566 1 +71555 {71555} 3057 1 +71556 {71556} 12608 1 +71557 {71557} 1994 1 +71558 {71558} 9605 1 +71559 {71559} 11505 1 +71560 {71560} 1940 1 +71561 {71561} 10514 1 +71562 {71562} 1611 1 +71563 {71563} 1576 1 +71564 {71564} 2769 1 +71565 {71565} 434 1 +71566 {71566} 1136 1 +71567 {71567} 12761 1 +71568 {71568} 9948 1 +71569 {71569} 1303 1 +71570 {71570} 10783 1 +71571 {71571} 10902 1 +71572 {71572} 1515 1 +71573 {71573} 10495 1 +71574 {71574} 1678 1 +71575 {71575} 543 1 +71576 {71576} 2325 1 +71577 {71577} 1599 1 +71578 {71578} 2540 1 +71579 {71579} 2805 1 +71580 {71580} 10087 1 +71581 {71581} 9687 1 +71582 {71582} 10352 1 +71583 {71583} 6381 1 +71584 {71584} 2563 1 +71585 {71585} 9079 1 +71586 {71586} 2969 1 +71587 {71587} 12519 1 +71588 {71588} 2091 1 +71589 {71589} 1755 1 +71590 {71590} 2421 1 +71591 {71591} 2685 1 +71592 {71592} 2217 1 +71593 {71593} 11508 1 +71594 {71594} 1552 1 +71595 {71595} 10358 1 +71596 {71596} 9793 1 +71597 {71597} 10419 1 +71598 {71598} 10300 1 +71599 {71599} 15993 1 +71600 {71600} 2544 1 +71601 {71601} 9501 1 +71602 {71602} 11343 1 +71603 {71603} 9168 1 +71604 {71604} 10670 1 +71605 {71605} 1927 1 +71606 {71606} 10796 1 +71607 {71607} 2026 1 +71608 {71608} 2304 1 +71609 {71609} 2090 1 +71610 {71610} 2397 1 +71611 {71611} 2831 1 +71612 {71612} 1664 1 +71613 {71613} 14488 1 +71614 {71614} 1773 1 +71615 {71615} 7521 1 +71616 {71616} 2937 1 +71617 {71617} 10124 1 +71618 {71618} 9462 1 +71619 {71619} 11108 1 +71620 {71620} 2341 1 +71621 {71621} 9226 1 +71622 {71622} 1437 1 +71623 {71623} 10987 1 +71624 {71624} 10656 1 +71625 {71625} 1553 1 +71626 {71626} 10119 1 +71627 {71627} 2051 1 +71628 {71628} 2740 1 +71629 {71629} 9740 1 +71630 {71630} 2868 1 +71631 {71631} 9913 1 +71632 {71632} 9885 1 +71633 {71633} 3806 1 +71634 {71634} 1122 1 +71635 {71635} 12026 1 +71636 {71636} 1098 1 +71637 {71637} 1540 1 +71638 {71638} 11274 1 +71639 {71639} 11441 1 +71640 {71640} 1780 1 +71641 {71641} 1875 1 +71642 {71642} 2840 1 +71643 {71643} 10561 1 +71644 {71644} 3629 1 +71645 {71645} 11273 1 +71646 {71646} 11751 1 +71647 {71647} 10074 1 +71648 {71648} 9656 1 +71649 {71649} 1877 1 +71650 {71650} 8276 1 +71651 {71651} 6361 1 +71652 {71652} 3069 1 +71653 {71653} 2690 1 +71654 {71654} 9707 1 +71655 {71655} 3040 1 +71656 {71656} 8844 1 +71657 {71657} 9691 1 +71658 {71658} 1120 1 +71659 {71659} 1818 1 +71660 {71660} 9518 1 +71661 {71661} 3143 1 +71662 {71662} 2290 1 +71663 {71663} 2978 1 +71664 {71664} 2099 1 +71665 {71665} 11595 1 +71666 {71666} 10447 1 +71667 {71667} 1787 1 +71668 {71668} 1755 1 +71669 {71669} 1918 1 +71670 {71670} 3634 1 +71671 {71671} 11267 1 +71672 {71672} 10549 1 +71673 {71673} 3603 1 +71674 {71674} 11189 1 +71675 {71675} 10539 1 +71676 {71676} 10506 1 +71677 {71677} 3647 1 +71678 {71678} 3082 1 +71679 {71679} 2867 1 +71680 {71680} 1339 1 +71681 {71681} 11635 1 +71682 {71682} 9957 1 +71683 {71683} 10919 1 +71684 {71684} 9554 1 +71685 {71685} 291 1 +71686 {71686} 2601 1 +71687 {71687} 10134 1 +71688 {71688} 7875 1 +71689 {71689} 1884 1 +71690 {71690} 2432 1 +71691 {71691} 1713 1 +71692 {71692} 2656 1 +71693 {71693} 2587 1 +71694 {71694} 2652 1 +71695 {71695} 1762 1 +71696 {71696} 1865 1 +71697 {71697} 2287 1 +71698 {71698} 1754 1 +71699 {71699} 1508 1 +71700 {71700} 2590 1 +71701 {71701} 10421 1 +71702 {71702} 10205 1 +71703 {71703} 2502 1 +71704 {71704} 1597 1 +71705 {71705} 8949 1 +71706 {71706} 11042 1 +71707 {71707} 2469 1 +71708 {71708} 10911 1 +71709 {71709} 1346 1 +71710 {71710} 7904 1 +71711 {71711} 11314 1 +71712 {71712} 10245 1 +71713 {71713} 5907 1 +71714 {71714} 4787 1 +71715 {71715} 11583 1 +71716 {71716} 12606 1 +71717 {71717} 6233 1 +71718 {71718} 2469 1 +71719 {71719} 9047 1 +71720 {71720} 11138 1 +71721 {71721} 15202 1 +71722 {71722} 11648 1 +71723 {71723} 1770 1 +71724 {71724} 570 1 +71725 {71725} 9718 1 +71726 {71726} 11695 1 +71727 {71727} 10968 1 +71728 {71728} 11348 1 +71729 {71729} 2703 1 +71730 {71730} 11196 1 +71731 {71731} 5476 1 +71732 {71732} 11696 1 +71733 {71733} 12545 1 +71734 {71734} 832 1 +71735 {71735} 11568 1 +71736 {71736} 1722 1 +71737 {71737} 2331 1 +71738 {71738} 10826 1 +71739 {71739} 2692 1 +71740 {71740} 3696 1 +71741 {71741} 3521 1 +71742 {71742} 2908 1 +71743 {71743} 9976 1 +71744 {71744} 14984 1 +71745 {71745} 11522 1 +71746 {71746} 2468 1 +71747 {71747} 2830 1 +71748 {71748} 12321 1 +71749 {71749} 11647 1 +71750 {71750} 1738 1 +71751 {71751} 1482 1 +71752 {71752} 10946 1 +71753 {71753} 7410 1 +71754 {71754} 2018 1 +71755 {71755} 2267 1 +71756 {71756} 3310 1 +71757 {71757} 1410 1 +71758 {71758} 1580 1 +71759 {71759} 1092 1 +71760 {71760} 9687 1 +71761 {71761} 2228 1 +71762 {71762} 10102 1 +71763 {71763} 2193 1 +71764 {71764} 1967 1 +71765 {71765} 11781 1 +71766 {71766} 2028 1 +71767 {71767} 2605 1 +71768 {71768} 1959 1 +71769 {71769} 10674 1 +71770 {71770} 9085 1 +71771 {71771} 2817 1 +71772 {71772} 11993 1 +71773 {71773} 2065 1 +71774 {71774} 16096 1 +71775 {71775} 2102 1 +71776 {71776} 11262 1 +71777 {71777} 10960 1 +71778 {71778} 2838 1 +71779 {71779} 2325 1 +71780 {71780} 10034 1 +71781 {71781} 2161 1 +71782 {71782} 2401 1 +71783 {71783} 1299 1 +71784 {71784} 14881 1 +71785 {71785} 971 1 +71786 {71786} 1157 1 +71787 {71787} 12011 1 +71788 {71788} 2843 1 +71789 {71789} 2185 1 +71790 {71790} 11886 1 +71791 {71791} 3640 1 +71792 {71792} 11196 1 +71793 {71793} 10309 1 +71794 {71794} 3333 1 +71795 {71795} 1651 1 +71796 {71796} 13791 1 +71797 {71797} 2966 1 +71798 {71798} 2869 1 +71799 {71799} 2572 1 +71800 {71800} 1551 1 +71801 {71801} 10466 1 +71802 {71802} 10332 1 +71803 {71803} 1770 1 +71804 {71804} 11304 1 +71805 {71805} 2317 1 +71806 {71806} 10646 1 +71807 {71807} 106 1 +71808 {71808} 2032 1 +71809 {71809} 2798 1 +71810 {71810} 10288 1 +71811 {71811} 4977 1 +71812 {71812} 2359 1 +71813 {71813} 11242 1 +71814 {71814} 2499 1 +71815 {71815} 14584 1 +71816 {71816} 10420 1 +71817 {71817} 8817 1 +71818 {71818} 16554 1 +71819 {71819} 2130 1 +71820 {71820} 15642 1 +71821 {71821} 9451 1 +71822 {71822} 10344 1 +71823 {71823} 9761 1 +71824 {71824} 10686 1 +71825 {71825} 5646 1 +71826 {71826} 10614 1 +71827 {71827} 9158 1 +71828 {71828} 1838 1 +71829 {71829} 16080 1 +71830 {71830} 1595 1 +71831 {71831} 251 1 +71832 {71832} 11916 1 +71833 {71833} 2670 1 +71834 {71834} 12363 1 +71835 {71835} 11828 1 +71836 {71836} 13913 1 +71837 {71837} 2070 1 +71838 {71838} 1417 1 +71839 {71839} 10925 1 +71840 {71840} 9844 1 +71841 {71841} 2367 1 +71842 {71842} 2899 1 +71843 {71843} 2625 1 +71844 {71844} 2965 1 +71845 {71845} 10760 1 +71846 {71846} 9783 1 +71847 {71847} 14009 1 +71848 {71848} 3229 1 +71849 {71849} 3109 1 +71850 {71850} 3135 1 +71851 {71851} 10218 1 +71852 {71852} 2157 1 +71853 {71853} 2933 1 +71854 {71854} 11439 1 +71855 {71855} 1628 1 +71856 {71856} 1097 1 +71857 {71857} 2094 1 +71858 {71858} 12800 1 +71859 {71859} 14359 1 +71860 {71860} 2298 1 +71861 {71861} 9439 1 +71862 {71862} 13969 1 +71863 {71863} 3288 1 +71864 {71864} 13323 1 +71865 {71865} 8394 1 +71866 {71866} 1277 1 +71867 {71867} 2767 1 +71868 {71868} 9507 1 +71869 {71869} 1664 1 +71870 {71870} 10253 1 +71871 {71871} 10179 1 +71872 {71872} 10195 1 +71873 {71873} 12827 1 +71874 {71874} 1180 1 +71875 {71875} 3078 1 +71876 {71876} 2230 1 +71877 {71877} 9098 1 +71878 {71878} 11691 1 +71879 {71879} 11748 1 +71880 {71880} 1950 1 +71881 {71881} 2316 1 +71882 {71882} 5179 1 +71883 {71883} 15905 1 +71884 {71884} 1153 1 +71885 {71885} 11138 1 +71886 {71886} 2268 1 +71887 {71887} 235 1 +71888 {71888} 10738 1 +71889 {71889} 1753 1 +71890 {71890} 12299 1 +71891 {71891} 9984 1 +71892 {71892} 10792 1 +71893 {71893} 11327 1 +71894 {71894} 12553 1 +71895 {71895} 11642 1 +71896 {71896} 2023 1 +71897 {71897} 593 1 +71898 {71898} 2450 1 +71899 {71899} 10676 1 +71900 {71900} 11342 1 +71901 {71901} 3069 1 +71902 {71902} 9965 1 +71903 {71903} 9284 1 +71904 {71904} 3248 1 +71905 {71905} 2167 1 +71906 {71906} 1450 1 +71907 {71907} 2697 1 +71908 {71908} 14185 1 +71909 {71909} 2555 1 +71910 {71910} 3177 1 +71911 {71911} 1327 1 +71912 {71912} 2699 1 +71913 {71913} 2672 1 +71914 {71914} 10507 1 +71915 {71915} 12517 1 +71916 {71916} 10310 1 +71917 {71917} 2733 1 +71918 {71918} 10304 1 +71919 {71919} 2099 1 +71920 {71920} 8267 1 +71921 {71921} 1959 1 +71922 {71922} 1906 1 +71923 {71923} 1997 1 +71924 {71924} 2267 1 +71925 {71925} 7045 1 +71926 {71926} 3205 1 +71927 {71927} 5037 1 +71928 {71928} 11605 1 +71929 {71929} 2690 1 +71930 {71930} 1531 1 +71931 {71931} 2402 1 +71932 {71932} 8731 1 +71933 {71933} 7705 1 +71934 {71934} 9262 1 +71935 {71935} 10186 1 +71936 {71936} 9957 1 +71937 {71937} 2129 1 +71938 {71938} 2776 1 +71939 {71939} 3348 1 +71940 {71940} 2697 1 +71941 {71941} 1164 1 +71942 {71942} 12061 1 +71943 {71943} 2185 1 +71944 {71944} 4847 1 +71945 {71945} 2807 1 +71946 {71946} 2098 1 +71947 {71947} 5587 1 +71948 {71948} 2164 1 +71949 {71949} 1684 1 +71950 {71950} 2632 1 +71951 {71951} 10591 1 +71952 {71952} 11530 1 +71953 {71953} 3347 1 +71954 {71954} 1755 1 +71955 {71955} 10155 1 +71956 {71956} 2503 1 +71957 {71957} 2371 1 +71958 {71958} 10573 1 +71959 {71959} 3180 1 +71960 {71960} 2752 1 +71961 {71961} 10621 1 +71962 {71962} 6876 1 +71963 {71963} 3742 1 +71964 {71964} 11006 1 +71965 {71965} 2845 1 +71966 {71966} 1185 1 +71967 {71967} 13267 1 +71968 {71968} 10022 1 +71969 {71969} 8795 1 +71970 {71970} 10057 1 +71971 {71971} 15443 1 +71972 {71972} 2064 1 +71973 {71973} 2247 1 +71974 {71974} 9547 1 +71975 {71975} 5788 1 +71976 {71976} 2066 1 +71977 {71977} 11212 1 +71978 {71978} 10922 1 +71979 {71979} 1741 1 +71980 {71980} 11163 1 +71981 {71981} 1925 1 +71982 {71982} 16295 1 +71983 {71983} 2603 1 +71984 {71984} 10311 1 +71985 {71985} 9871 1 +71986 {71986} 3045 1 +71987 {71987} 2693 1 +71988 {71988} 3143 1 +71989 {71989} 7543 1 +71990 {71990} 10125 1 +71991 {71991} 2417 1 +71992 {71992} 8849 1 +71993 {71993} 3043 1 +71994 {71994} 1889 1 +71995 {71995} 2128 1 +71996 {71996} 1597 1 +71997 {71997} 2368 1 +71998 {71998} 1486 1 +71999 {71999} 15396 1 +72000 {72000} 1849 1 +72001 {72001} 2386 1 +72002 {72002} 2245 1 +72003 {72003} 3322 1 +72004 {72004} 2335 1 +72005 {72005} 2336 1 +72006 {72006} 5032 1 +72007 {72007} 2735 1 +72008 {72008} 10472 1 +72009 {72009} 7667 1 +72010 {72010} 2435 1 +72011 {72011} 1960 1 +72012 {72012} 2544 1 +72013 {72013} 3103 1 +72014 {72014} 2417 1 +72015 {72015} 10046 1 +72016 {72016} 2837 1 +72017 {72017} 11943 1 +72018 {72018} 2334 1 +72019 {72019} 2367 1 +72020 {72020} 10409 1 +72021 {72021} 9273 1 +72022 {72022} 8411 1 +72023 {72023} 2007 1 +72024 {72024} 9138 1 +72025 {72025} 14533 1 +72026 {72026} 10835 1 +72027 {72027} 3046 1 +72028 {72028} 10011 1 +72029 {72029} 2339 1 +72030 {72030} 1695 1 +72031 {72031} 2369 1 +72032 {72032} 2368 1 +72033 {72033} 10533 1 +72034 {72034} 7618 1 +72035 {72035} 10051 1 +72036 {72036} 1415 1 +72037 {72037} 1520 1 +72038 {72038} 2096 1 +72039 {72039} 1679 1 +72040 {72040} 12655 1 +72041 {72041} 10928 1 +72042 {72042} 3678 1 +72043 {72043} 10843 1 +72044 {72044} 2152 1 +72045 {72045} 3543 1 +72046 {72046} 10741 1 +72047 {72047} 1653 1 +72048 {72048} 2868 1 +72049 {72049} 1918 1 +72050 {72050} 7970 1 +72051 {72051} 28 1 +72052 {72052} 2087 1 +72053 {72053} 2967 1 +72054 {72054} 9509 1 +72055 {72055} 11061 1 +72056 {72056} 8518 1 +72057 {72057} 1833 1 +72058 {72058} 9977 1 +72059 {72059} 3142 1 +72060 {72060} 3214 1 +72061 {72061} 1895 1 +72062 {72062} 2635 1 +72063 {72063} 2258 1 +72064 {72064} 1658 1 +72065 {72065} 10288 1 +72066 {72066} 3783 1 +72067 {72067} 4217 1 +72068 {72068} 10277 1 +72069 {72069} 10617 1 +72070 {72070} 12349 1 +72071 {72071} 11647 1 +72072 {72072} 1586 1 +72073 {72073} 3835 1 +72074 {72074} 9898 1 +72075 {72075} 11595 1 +72076 {72076} 9026 1 +72077 {72077} 1750 1 +72078 {72078} 2656 1 +72079 {72079} 1680 1 +72080 {72080} 10421 1 +72081 {72081} 1615 1 +72082 {72082} 13044 1 +72083 {72083} 10447 1 +72084 {72084} 2523 1 +72085 {72085} 2937 1 +72086 {72086} 3014 1 +72087 {72087} 11470 1 +72088 {72088} 1667 1 +72089 {72089} 2523 1 +72090 {72090} 1138 1 +72091 {72091} 11509 1 +72092 {72092} 1587 1 +72093 {72093} 1592 1 +72094 {72094} 9034 1 +72095 {72095} 1668 1 +72096 {72096} 1578 1 +72097 {72097} 9085 1 +72098 {72098} 10642 1 +72099 {72099} 9877 1 +72100 {72100} 2524 1 +72101 {72101} 9994 1 +72102 {72102} 12108 1 +72103 {72103} 2182 1 +72104 {72104} 15007 1 +72105 {72105} 1969 1 +72106 {72106} 2042 1 +72107 {72107} 9800 1 +72108 {72108} 3466 1 +72109 {72109} 2835 1 +72110 {72110} 16070 1 +72111 {72111} 11206 1 +72112 {72112} 6180 1 +72113 {72113} 12398 1 +72114 {72114} 12944 1 +72115 {72115} 2429 1 +72116 {72116} 10674 1 +72117 {72117} 9936 1 +72118 {72118} 2637 1 +72119 {72119} 9880 1 +72120 {72120} 1417 1 +72121 {72121} 9782 1 +72122 {72122} 9260 1 +72123 {72123} 9859 1 +72124 {72124} 2761 1 +72125 {72125} 2490 1 +72126 {72126} 9557 1 +72127 {72127} 10430 1 +72128 {72128} 12174 1 +72129 {72129} 12764 1 +72130 {72130} 5324 1 +72131 {72131} 1448 1 +72132 {72132} 5032 1 +72133 {72133} 2591 1 +72134 {72134} 2155 1 +72135 {72135} 3105 1 +72136 {72136} 3232 1 +72137 {72137} 12129 1 +72138 {72138} 6368 1 +72139 {72139} 9699 1 +72140 {72140} 6759 1 +72141 {72141} 5944 1 +72142 {72142} 9402 1 +72143 {72143} 1612 1 +72144 {72144} 2368 1 +72145 {72145} 16193 1 +72146 {72146} 6873 1 +72147 {72147} 10479 1 +72148 {72148} 2940 1 +72149 {72149} 2910 1 +72150 {72150} 10200 1 +72151 {72151} 8059 1 +72152 {72152} 2743 1 +72153 {72153} 10677 1 +72154 {72154} 2392 1 +72155 {72155} 2207 1 +72156 {72156} 10253 1 +72157 {72157} 2701 1 +72158 {72158} 11619 1 +72159 {72159} 7069 1 +72160 {72160} 1001 1 +72161 {72161} 181 1 +72162 {72162} 11918 1 +72163 {72163} 3271 1 +72164 {72164} 11276 1 +72165 {72165} 7383 1 +72166 {72166} 3217 1 +72167 {72167} 7645 1 +72168 {72168} 8883 1 +72169 {72169} 566 1 +72170 {72170} 8787 1 +72171 {72171} 4093 1 +72172 {72172} 9644 1 +72173 {72173} 1568 1 +72174 {72174} 3499 1 +72175 {72175} 9655 1 +72176 {72176} 2699 1 +72177 {72177} 12268 1 +72178 {72178} 2342 1 +72179 {72179} 10344 1 +72180 {72180} 845 1 +72181 {72181} 10431 1 +72182 {72182} 11041 1 +72183 {72183} 8140 1 +72184 {72184} 763 1 +72185 {72185} 1278 1 +72186 {72186} 2674 1 +72187 {72187} 1478 1 +72188 {72188} 9594 1 +72189 {72189} 2668 1 +72190 {72190} 2110 1 +72191 {72191} 14856 1 +72192 {72192} 10242 1 +72193 {72193} 2901 1 +72194 {72194} 15594 1 +72195 {72195} 5851 1 +72196 {72196} 2069 1 +72197 {72197} 3421 1 +72198 {72198} 3797 1 +72199 {72199} 9547 1 +72200 {72200} 2096 1 +72201 {72201} 14823 1 +72202 {72202} 4073 1 +72203 {72203} 1858 1 +72204 {72204} 11243 1 +72205 {72205} 900 1 +72206 {72206} 1791 1 +72207 {72207} 10786 1 +72208 {72208} 738 1 +72209 {72209} 2775 1 +72210 {72210} 7701 1 +72211 {72211} 2317 1 +72212 {72212} 11386 1 +72213 {72213} 1409 1 +72214 {72214} 2692 1 +72215 {72215} 8057 1 +72216 {72216} 3516 1 +72217 {72217} 1572 1 +72218 {72218} 2394 1 +72219 {72219} 9812 1 +72220 {72220} 10721 1 +72221 {72221} 11092 1 +72222 {72222} 3510 1 +72223 {72223} 9661 1 +72224 {72224} 8518 1 +72225 {72225} 8910 1 +72226 {72226} 637 1 +72227 {72227} 2331 1 +72228 {72228} 2840 1 +72229 {72229} 2436 1 +72230 {72230} 1380 1 +72231 {72231} 3006 1 +72232 {72232} 11743 1 +72233 {72233} 14374 1 +72234 {72234} 10960 1 +72235 {72235} 9644 1 +72236 {72236} 9857 1 +72237 {72237} 2267 1 +72238 {72238} 7874 1 +72239 {72239} 12211 1 +72240 {72240} 2197 1 +72241 {72241} 11015 1 +72242 {72242} 2285 1 +72243 {72243} 2689 1 +72244 {72244} 11701 1 +72245 {72245} 1610 1 +72246 {72246} 3282 1 +72247 {72247} 9730 1 +72248 {72248} 16413 1 +72249 {72249} 11606 1 +72250 {72250} 2215 1 +72251 {72251} 2454 1 +72252 {72252} 11113 1 +72253 {72253} 940 1 +72254 {72254} 15814 1 +72255 {72255} 3677 1 +72256 {72256} 7226 1 +72257 {72257} 2468 1 +72258 {72258} 9743 1 +72259 {72259} 9063 1 +72260 {72260} 9407 1 +72261 {72261} 2427 1 +72262 {72262} 7550 1 +72263 {72263} 10950 1 +72264 {72264} 16196 1 +72265 {72265} 2009 1 +72266 {72266} 2936 1 +72267 {72267} 9759 1 +72268 {72268} 9948 1 +72269 {72269} 12654 1 +72270 {72270} 2723 1 +72271 {72271} 10971 1 +72272 {72272} 2136 1 +72273 {72273} 8690 1 +72274 {72274} 2148 1 +72275 {72275} 5461 1 +72276 {72276} 2184 1 +72277 {72277} 9674 1 +72278 {72278} 11406 1 +72279 {72279} 12626 1 +72280 {72280} 7239 1 +72281 {72281} 1858 1 +72282 {72282} 12104 1 +72283 {72283} 3869 1 +72284 {72284} 2295 1 +72285 {72285} 2788 1 +72286 {72286} 9955 1 +72287 {72287} 11309 1 +72288 {72288} 2945 1 +72289 {72289} 2098 1 +72290 {72290} 1172 1 +72291 {72291} 11582 1 +72292 {72292} 11856 1 +72293 {72293} 10086 1 +72294 {72294} 9261 1 +72295 {72295} 2454 1 +72296 {72296} 1704 1 +72297 {72297} 9930 1 +72298 {72298} 10742 1 +72299 {72299} 1858 1 +72300 {72300} 1854 1 +72301 {72301} 8421 1 +72302 {72302} 2942 1 +72303 {72303} 11233 1 +72304 {72304} 2193 1 +72305 {72305} 12147 1 +72306 {72306} 12053 1 +72307 {72307} 8713 1 +72308 {72308} 8623 1 +72309 {72309} 2705 1 +72310 {72310} 8237 1 +72311 {72311} 2936 1 +72312 {72312} 7986 1 +72313 {72313} 1841 1 +72314 {72314} 14211 1 +72315 {72315} 9940 1 +72316 {72316} 2356 1 +72317 {72317} 2772 1 +72318 {72318} 2555 1 +72319 {72319} 1268 1 +72320 {72320} 2908 1 +72321 {72321} 15277 1 +72322 {72322} 9574 1 +72323 {72323} 11008 1 +72324 {72324} 3178 1 +72325 {72325} 13062 1 +72326 {72326} 10413 1 +72327 {72327} 1818 1 +72328 {72328} 3983 1 +72329 {72329} 2594 1 +72330 {72330} 1716 1 +72331 {72331} 12424 1 +72332 {72332} 9582 1 +72333 {72333} 4985 1 +72334 {72334} 12663 1 +72335 {72335} 10585 1 +72336 {72336} 2462 1 +72337 {72337} 2589 1 +72338 {72338} 2333 1 +72339 {72339} 3247 1 +72340 {72340} 9247 1 +72341 {72341} 2857 1 +72342 {72342} 1775 1 +72343 {72343} 14231 1 +72344 {72344} 15757 1 +72345 {72345} 2673 1 +72346 {72346} 1518 1 +72347 {72347} 10591 1 +72348 {72348} 3246 1 +72349 {72349} 14554 1 +72350 {72350} 2047 1 +72351 {72351} 10730 1 +72352 {72352} 10267 1 +72353 {72353} 2906 1 +72354 {72354} 1866 1 +72355 {72355} 11843 1 +72356 {72356} 9667 1 +72357 {72357} 11901 1 +72358 {72358} 2196 1 +72359 {72359} 2557 1 +72360 {72360} 10161 1 +72361 {72361} 2069 1 +72362 {72362} 10846 1 +72363 {72363} 1654 1 +72364 {72364} 2600 1 +72365 {72365} 2468 1 +72366 {72366} 3033 1 +72367 {72367} 9503 1 +72368 {72368} 9033 1 +72369 {72369} 16008 1 +72370 {72370} 2738 1 +72371 {72371} 9924 1 +72372 {72372} 1596 1 +72373 {72373} 2234 1 +72374 {72374} 1300 1 +72375 {72375} 2070 1 +72376 {72376} 13309 1 +72377 {72377} 2272 1 +72378 {72378} 2129 1 +72379 {72379} 1346 1 +72380 {72380} 2605 1 +72381 {72381} 12231 1 +72382 {72382} 3509 1 +72383 {72383} 1916 1 +72384 {72384} 1471 1 +72385 {72385} 2594 1 +72386 {72386} 5829 1 +72387 {72387} 8075 1 +72388 {72388} 10532 1 +72389 {72389} 1719 1 +72390 {72390} 2738 1 +72391 {72391} 11336 1 +72392 {72392} 6516 1 +72393 {72393} 9169 1 +72394 {72394} 3281 1 +72395 {72395} 16343 1 +72396 {72396} 5619 1 +72397 {72397} 10685 1 +72398 {72398} 11313 1 +72399 {72399} 2102 1 +72400 {72400} 1688 1 +72401 {72401} 12355 1 +72402 {72402} 10134 1 +72403 {72403} 4369 1 +72404 {72404} 1401 1 +72405 {72405} 11127 1 +72406 {72406} 13801 1 +72407 {72407} 322 1 +72408 {72408} 1856 1 +72409 {72409} 1067 1 +72410 {72410} 10572 1 +72411 {72411} 1623 1 +72412 {72412} 2298 1 +72413 {72413} 2117 1 +72414 {72414} 10934 1 +72415 {72415} 7664 1 +72416 {72416} 3636 1 +72417 {72417} 2975 1 +72418 {72418} 1962 1 +72419 {72419} 2215 1 +72420 {72420} 2524 1 +72421 {72421} 2124 1 +72422 {72422} 1676 1 +72423 {72423} 1057 1 +72424 {72424} 2019 1 +72425 {72425} 1682 1 +72426 {72426} 1621 1 +72427 {72427} 3601 1 +72428 {72428} 11380 1 +72429 {72429} 2767 1 +72430 {72430} 9524 1 +72431 {72431} 1606 1 +72432 {72432} 2490 1 +72433 {72433} 2936 1 +72434 {72434} 2835 1 +72435 {72435} 10024 1 +72436 {72436} 14652 1 +72437 {72437} 3842 1 +72438 {72438} 15058 1 +72439 {72439} 10322 1 +72440 {72440} 1229 1 +72441 {72441} 2601 1 +72442 {72442} 10843 1 +72443 {72443} 2547 1 +72444 {72444} 2570 1 +72445 {72445} 10563 1 +72446 {72446} 9775 1 +72447 {72447} 3436 1 +72448 {72448} 3511 1 +72449 {72449} 13914 1 +72450 {72450} 9620 1 +72451 {72451} 12160 1 +72452 {72452} 8042 1 +72453 {72453} 9063 1 +72454 {72454} 4364 1 +72455 {72455} 1792 1 +72456 {72456} 9736 1 +72457 {72457} 2664 1 +72458 {72458} 2730 1 +72459 {72459} 2767 1 +72460 {72460} 9259 1 +72461 {72461} 10814 1 +72462 {72462} 2262 1 +72463 {72463} 16219 1 +72464 {72464} 15998 1 +72465 {72465} 11027 1 +72466 {72466} 8847 1 +72467 {72467} 1384 1 +72468 {72468} 9583 1 +72469 {72469} 8231 1 +72470 {72470} 10401 1 +72471 {72471} 1515 1 +72472 {72472} 10584 1 +72473 {72473} 1407 1 +72474 {72474} 2255 1 +72475 {72475} 2270 1 +72476 {72476} 1682 1 +72477 {72477} 10116 1 +72478 {72478} 864 1 +72479 {72479} 10919 1 +72480 {72480} 10769 1 +72481 {72481} 5687 1 +72482 {72482} 2328 1 +72483 {72483} 8692 1 +72484 {72484} 10892 1 +72485 {72485} 3484 1 +72486 {72486} 9179 1 +72487 {72487} 2494 1 +72488 {72488} 2423 1 +72489 {72489} 3197 1 +72490 {72490} 10637 1 +72491 {72491} 9472 1 +72492 {72492} 3137 1 +72493 {72493} 9862 1 +72494 {72494} 2032 1 +72495 {72495} 11745 1 +72496 {72496} 11481 1 +72497 {72497} 1377 1 +72498 {72498} 10575 1 +72499 {72499} 1586 1 +72500 {72500} 10905 1 +72501 {72501} 5980 1 +72502 {72502} 2904 1 +72503 {72503} 10100 1 +72504 {72504} 3176 1 +72505 {72505} 12180 1 +72506 {72506} 10487 1 +72507 {72507} 10514 1 +72508 {72508} 9975 1 +72509 {72509} 9355 1 +72510 {72510} 2403 1 +72511 {72511} 3079 1 +72512 {72512} 9924 1 +72513 {72513} 3011 1 +72514 {72514} 8196 1 +72515 {72515} 11570 1 +72516 {72516} 2740 1 +72517 {72517} 11417 1 +72518 {72518} 2184 1 +72519 {72519} 755 1 +72520 {72520} 13804 1 +72521 {72521} 12860 1 +72522 {72522} 3028 1 +72523 {72523} 11386 1 +72524 {72524} 1217 1 +72525 {72525} 1824 1 +72526 {72526} 3131 1 +72527 {72527} 3039 1 +72528 {72528} 1225 1 +72529 {72529} 9259 1 +72530 {72530} 2568 1 +72531 {72531} 3314 1 +72532 {72532} 2937 1 +72533 {72533} 14301 1 +72534 {72534} 2090 1 +72535 {72535} 10612 1 +72536 {72536} 1451 1 +72537 {72537} 1872 1 +72538 {72538} 3180 1 +72539 {72539} 11056 1 +72540 {72540} 11332 1 +72541 {72541} 11779 1 +72542 {72542} 10538 1 +72543 {72543} 1986 1 +72544 {72544} 1718 1 +72545 {72545} 11319 1 +72546 {72546} 10635 1 +72547 {72547} 10886 1 +72548 {72548} 9295 1 +72549 {72549} 785 1 +72550 {72550} 2602 1 +72551 {72551} 3003 1 +72552 {72552} 1298 1 +72553 {72553} 11670 1 +72554 {72554} 11417 1 +72555 {72555} 9206 1 +72556 {72556} 11044 1 +72557 {72557} 12081 1 +72558 {72558} 1240 1 +72559 {72559} 10465 1 +72560 {72560} 10129 1 +72561 {72561} 10321 1 +72562 {72562} 2634 1 +72563 {72563} 11218 1 +72564 {72564} 2158 1 +72565 {72565} 9613 1 +72566 {72566} 9976 1 +72567 {72567} 1986 1 +72568 {72568} 10233 1 +72569 {72569} 10315 1 +72570 {72570} 11236 1 +72571 {72571} 9677 1 +72572 {72572} 12186 1 +72573 {72573} 2026 1 +72574 {72574} 8491 1 +72575 {72575} 10300 1 +72576 {72576} 3825 1 +72577 {72577} 10071 1 +72578 {72578} 10999 1 +72579 {72579} 9599 1 +72580 {72580} 1852 1 +72581 {72581} 2424 1 +72582 {72582} 12450 1 +72583 {72583} 10083 1 +72584 {72584} 2726 1 +72585 {72585} 2922 1 +72586 {72586} 2432 1 +72587 {72587} 8347 1 +72588 {72588} 1383 1 +72589 {72589} 2775 1 +72590 {72590} 8624 1 +72591 {72591} 11210 1 +72592 {72592} 2830 1 +72593 {72593} 10539 1 +72594 {72594} 14329 1 +72595 {72595} 9469 1 +72596 {72596} 10692 1 +72597 {72597} 2668 1 +72598 {72598} 9260 1 +72599 {72599} 2845 1 +72600 {72600} 3094 1 +72601 {72601} 11218 1 +72602 {72602} 9736 1 +72603 {72603} 2525 1 +72604 {72604} 11310 1 +72605 {72605} 2167 1 +72606 {72606} 2336 1 +72607 {72607} 2434 1 +72608 {72608} 7852 1 +72609 {72609} 1683 1 +72610 {72610} 9476 1 +72611 {72611} 11522 1 +72612 {72612} 2428 1 +72613 {72613} 8857 1 +72614 {72614} 3373 1 +72615 {72615} 10593 1 +72616 {72616} 926 1 +72617 {72617} 2181 1 +72618 {72618} 9605 1 +72619 {72619} 10427 1 +72620 {72620} 2385 1 +72621 {72621} 15616 1 +72622 {72622} 8911 1 +72623 {72623} 9848 1 +72624 {72624} 2661 1 +72625 {72625} 9429 1 +72626 {72626} 9189 1 +72627 {72627} 1583 1 +72628 {72628} 11463 1 +72629 {72629} 11761 1 +72630 {72630} 11266 1 +72631 {72631} 2457 1 +72632 {72632} 9913 1 +72633 {72633} 8472 1 +72634 {72634} 10314 1 +72635 {72635} 1786 1 +72636 {72636} 2532 1 +72637 {72637} 2084 1 +72638 {72638} 2110 1 +72639 {72639} 1860 1 +72640 {72640} 9990 1 +72641 {72641} 945 1 +72642 {72642} 10959 1 +72643 {72643} 1391 1 +72644 {72644} 3138 1 +72645 {72645} 1459 1 +72646 {72646} 7747 1 +72647 {72647} 2498 1 +72648 {72648} 2501 1 +72649 {72649} 4909 1 +72650 {72650} 2198 1 +72651 {72651} 10475 1 +72652 {72652} 11401 1 +72653 {72653} 3036 1 +72654 {72654} 1849 1 +72655 {72655} 1345 1 +72656 {72656} 2278 1 +72657 {72657} 11139 1 +72658 {72658} 2332 1 +72659 {72659} 2638 1 +72660 {72660} 2368 1 +72661 {72661} 4479 1 +72662 {72662} 10011 1 +72663 {72663} 1606 1 +72664 {72664} 1683 1 +72665 {72665} 3283 1 +72666 {72666} 6519 1 +72667 {72667} 9957 1 +72668 {72668} 2266 1 +72669 {72669} 9081 1 +72670 {72670} 3516 1 +72671 {72671} 10311 1 +72672 {72672} 12568 1 +72673 {72673} 2336 1 +72674 {72674} 10130 1 +72675 {72675} 10950 1 +72676 {72676} 2539 1 +72677 {72677} 3031 1 +72678 {72678} 1891 1 +72679 {72679} 8776 1 +72680 {72680} 14281 1 +72681 {72681} 1656 1 +72682 {72682} 4603 1 +72683 {72683} 7799 1 +72684 {72684} 1871 1 +72685 {72685} 3363 1 +72686 {72686} 15356 1 +72687 {72687} 2257 1 +72688 {72688} 10053 1 +72689 {72689} 1006 1 +72690 {72690} 9817 1 +72691 {72691} 10006 1 +72692 {72692} 10279 1 +72693 {72693} 2369 1 +72694 {72694} 2007 1 +72695 {72695} 13256 1 +72696 {72696} 11798 1 +72697 {72697} 2635 1 +72698 {72698} 12002 1 +72699 {72699} 1417 1 +72700 {72700} 2331 1 +72701 {72701} 10965 1 +72702 {72702} 11043 1 +72703 {72703} 13475 1 +72704 {72704} 16460 1 +72705 {72705} 11126 1 +72706 {72706} 8782 1 +72707 {72707} 1438 1 +72708 {72708} 3449 1 +72709 {72709} 15329 1 +72710 {72710} 2557 1 +72711 {72711} 1543 1 +72712 {72712} 10968 1 +72713 {72713} 3709 1 +72714 {72714} 10053 1 +72715 {72715} 10758 1 +72716 {72716} 10067 1 +72717 {72717} 10345 1 +72718 {72718} 8598 1 +72719 {72719} 10231 1 +72720 {72720} 8865 1 +72721 {72721} 14795 1 +72722 {72722} 11343 1 +72723 {72723} 11355 1 +72724 {72724} 8177 1 +72725 {72725} 1273 1 +72726 {72726} 1508 1 +72727 {72727} 2394 1 +72728 {72728} 1609 1 +72729 {72729} 11065 1 +72730 {72730} 11973 1 +72731 {72731} 9401 1 +72732 {72732} 1173 1 +72733 {72733} 3244 1 +72734 {72734} 2630 1 +72735 {72735} 2163 1 +72736 {72736} 11771 1 +72737 {72737} 2774 1 +72738 {72738} 1445 1 +72739 {72739} 10642 1 +72740 {72740} 2635 1 +72741 {72741} 1597 1 +72742 {72742} 10618 1 +72743 {72743} 784 1 +72744 {72744} 10735 1 +72745 {72745} 9548 1 +72746 {72746} 1380 1 +72747 {72747} 2904 1 +72748 {72748} 4036 1 +72749 {72749} 3965 1 +72750 {72750} 9699 1 +72751 {72751} 1205 1 +72752 {72752} 2897 1 +72753 {72753} 2573 1 +72754 {72754} 2267 1 +72755 {72755} 2656 1 +72756 {72756} 3134 1 +72757 {72757} 1996 1 +72758 {72758} 1794 1 +72759 {72759} 3307 1 +72760 {72760} 5128 1 +72761 {72761} 9924 1 +72762 {72762} 9133 1 +72763 {72763} 10017 1 +72764 {72764} 2531 1 +72765 {72765} 12136 1 +72766 {72766} 14939 1 +72767 {72767} 1961 1 +72768 {72768} 2469 1 +72769 {72769} 3638 1 +72770 {72770} 12083 1 +72771 {72771} 1103 1 +72772 {72772} 6908 1 +72773 {72773} 2467 1 +72774 {72774} 1987 1 +72775 {72775} 9663 1 +72776 {72776} 1448 1 +72777 {72777} 2223 1 +72778 {72778} 5664 1 +72779 {72779} 2435 1 +72780 {72780} 3179 1 +72781 {72781} 1034 1 +72782 {72782} 1264 1 +72783 {72783} 2359 1 +72784 {72784} 2858 1 +72785 {72785} 10932 1 +72786 {72786} 11608 1 +72787 {72787} 2065 1 +72788 {72788} 1856 1 +72789 {72789} 631 1 +72790 {72790} 2643 1 +72791 {72791} 3507 1 +72792 {72792} 9599 1 +72793 {72793} 11513 1 +72794 {72794} 1283 1 +72795 {72795} 10050 1 +72796 {72796} 2834 1 +72797 {72797} 10889 1 +72798 {72798} 1727 1 +72799 {72799} 11424 1 +72800 {72800} 2058 1 +72801 {72801} 16274 1 +72802 {72802} 2112 1 +72803 {72803} 749 1 +72804 {72804} 11356 1 +72805 {72805} 1858 1 +72806 {72806} 1416 1 +72807 {72807} 2583 1 +72808 {72808} 10508 1 +72809 {72809} 2064 1 +72810 {72810} 7311 1 +72811 {72811} 11837 1 +72812 {72812} 5496 1 +72813 {72813} 5899 1 +72814 {72814} 3006 1 +72815 {72815} 2207 1 +72816 {72816} 10135 1 +72817 {72817} 11022 1 +72818 {72818} 2726 1 +72819 {72819} 11031 1 +72820 {72820} 2318 1 +72821 {72821} 9253 1 +72822 {72822} 2534 1 +72823 {72823} 10099 1 +72824 {72824} 2051 1 +72825 {72825} 16404 1 +72826 {72826} 3435 1 +72827 {72827} 2800 1 +72828 {72828} 2457 1 +72829 {72829} 1854 1 +72830 {72830} 2462 1 +72831 {72831} 12192 1 +72832 {72832} 3269 1 +72833 {72833} 8209 1 +72834 {72834} 1730 1 +72835 {72835} 2604 1 +72836 {72836} 1858 1 +72837 {72837} 4380 1 +72838 {72838} 9767 1 +72839 {72839} 8205 1 +72840 {72840} 14209 1 +72841 {72841} 10416 1 +72842 {72842} 2470 1 +72843 {72843} 9878 1 +72844 {72844} 2332 1 +72845 {72845} 3212 1 +72846 {72846} 9732 1 +72847 {72847} 3216 1 +72848 {72848} 12517 1 +72849 {72849} 3064 1 +72850 {72850} 2428 1 +72851 {72851} 1826 1 +72852 {72852} 10458 1 +72853 {72853} 2685 1 +72854 {72854} 10432 1 +72855 {72855} 8961 1 +72856 {72856} 9944 1 +72857 {72857} 14162 1 +72858 {72858} 8238 1 +72859 {72859} 9330 1 +72860 {72860} 3337 1 +72861 {72861} 10628 1 +72862 {72862} 10286 1 +72863 {72863} 9978 1 +72864 {72864} 3142 1 +72865 {72865} 8846 1 +72866 {72866} 14569 1 +72867 {72867} 9811 1 +72868 {72868} 11780 1 +72869 {72869} 10339 1 +72870 {72870} 1068 1 +72871 {72871} 3599 1 +72872 {72872} 10339 1 +72873 {72873} 5673 1 +72874 {72874} 1825 1 +72875 {72875} 11894 1 +72876 {72876} 2402 1 +72877 {72877} 3247 1 +72878 {72878} 2806 1 +72879 {72879} 10843 1 +72880 {72880} 7677 1 +72881 {72881} 1404 1 +72882 {72882} 1919 1 +72883 {72883} 11195 1 +72884 {72884} 9072 1 +72885 {72885} 2279 1 +72886 {72886} 2826 1 +72887 {72887} 1745 1 +72888 {72888} 9674 1 +72889 {72889} 9808 1 +72890 {72890} 661 1 +72891 {72891} 2356 1 +72892 {72892} 10083 1 +72893 {72893} 10098 1 +72894 {72894} 10199 1 +72895 {72895} 9284 1 +72896 {72896} 14470 1 +72897 {72897} 2284 1 +72898 {72898} 11165 1 +72899 {72899} 2367 1 +72900 {72900} 2811 1 +72901 {72901} 2284 1 +72902 {72902} 2469 1 +72903 {72903} 8854 1 +72904 {72904} 10939 1 +72905 {72905} 2568 1 +72906 {72906} 9507 1 +72907 {72907} 10809 1 +72908 {72908} 2939 1 +72909 {72909} 9882 1 +72910 {72910} 10792 1 +72911 {72911} 8182 1 +72912 {72912} 14034 1 +72913 {72913} 16420 1 +72914 {72914} 1284 1 +72915 {72915} 11500 1 +72916 {72916} 2865 1 +72917 {72917} 2361 1 +72918 {72918} 9703 1 +72919 {72919} 1923 1 +72920 {72920} 1371 1 +72921 {72921} 10354 1 +72922 {72922} 14048 1 +72923 {72923} 6046 1 +72924 {72924} 1615 1 +72925 {72925} 2390 1 +72926 {72926} 16506 1 +72927 {72927} 1469 1 +72928 {72928} 15760 1 +72929 {72929} 1760 1 +72930 {72930} 1903 1 +72931 {72931} 11274 1 +72932 {72932} 2425 1 +72933 {72933} 2258 1 +72934 {72934} 2066 1 +72935 {72935} 3610 1 +72936 {72936} 2857 1 +72937 {72937} 9541 1 +72938 {72938} 9403 1 +72939 {72939} 1748 1 +72940 {72940} 5885 1 +72941 {72941} 9374 1 +72942 {72942} 2424 1 +72943 {72943} 6839 1 +72944 {72944} 2429 1 +72945 {72945} 2494 1 +72946 {72946} 9065 1 +72947 {72947} 2707 1 +72948 {72948} 1749 1 +72949 {72949} 9565 1 +72950 {72950} 2862 1 +72951 {72951} 475 1 +72952 {72952} 3040 1 +72953 {72953} 11704 1 +72954 {72954} 2227 1 +72955 {72955} 2011 1 +72956 {72956} 11283 1 +72957 {72957} 2706 1 +72958 {72958} 10664 1 +72959 {72959} 1432 1 +72960 {72960} 2385 1 +72961 {72961} 1891 1 +72962 {72962} 3131 1 +72963 {72963} 2537 1 +72964 {72964} 2128 1 +72965 {72965} 661 1 +72966 {72966} 14875 1 +72967 {72967} 1946 1 +72968 {72968} 8126 1 +72969 {72969} 10087 1 +72970 {72970} 1308 1 +72971 {72971} 5367 1 +72972 {72972} 3137 1 +72973 {72973} 3037 1 +72974 {72974} 6260 1 +72975 {72975} 4127 1 +72976 {72976} 2843 1 +72977 {72977} 3448 1 +72978 {72978} 2573 1 +72979 {72979} 1517 1 +72980 {72980} 11720 1 +72981 {72981} 10565 1 +72982 {72982} 2303 1 +72983 {72983} 7819 1 +72984 {72984} 12247 1 +72985 {72985} 5318 1 +72986 {72986} 3812 1 +72987 {72987} 10163 1 +72988 {72988} 4033 1 +72989 {72989} 2654 1 +72990 {72990} 4596 1 +72991 {72991} 5564 1 +72992 {72992} 9506 1 +72993 {72993} 9286 1 +72994 {72994} 327 1 +72995 {72995} 10447 1 +72996 {72996} 13113 1 +72997 {72997} 2632 1 +72998 {72998} 3143 1 +72999 {72999} 12709 1 +73000 {73000} 9647 1 +73001 {73001} 8191 1 +73002 {73002} 1022 1 +73003 {73003} 9444 1 +73004 {73004} 11098 1 +73005 {73005} 1225 1 +73006 {73006} 2598 1 +73007 {73007} 9085 1 +73008 {73008} 11855 1 +73009 {73009} 926 1 +73010 {73010} 1786 1 +73011 {73011} 9700 1 +73012 {73012} 2287 1 +73013 {73013} 11190 1 +73014 {73014} 2229 1 +73015 {73015} 2499 1 +73016 {73016} 5085 1 +73017 {73017} 10559 1 +73018 {73018} 1609 1 +73019 {73019} 2663 1 +73020 {73020} 2166 1 +73021 {73021} 1102 1 +73022 {73022} 11178 1 +73023 {73023} 2472 1 +73024 {73024} 10778 1 +73025 {73025} 11054 1 +73026 {73026} 1740 1 +73027 {73027} 2532 1 +73028 {73028} 2429 1 +73029 {73029} 513 1 +73030 {73030} 1884 1 +73031 {73031} 11127 1 +73032 {73032} 15885 1 +73033 {73033} 11488 1 +73034 {73034} 10332 1 +73035 {73035} 2706 1 +73036 {73036} 11226 1 +73037 {73037} 9909 1 +73038 {73038} 8183 1 +73039 {73039} 8293 1 +73040 {73040} 493 1 +73041 {73041} 2368 1 +73042 {73042} 10222 1 +73043 {73043} 2260 1 +73044 {73044} 10301 1 +73045 {73045} 10526 1 +73046 {73046} 2083 1 +73047 {73047} 12222 1 +73048 {73048} 11005 1 +73049 {73049} 1037 1 +73050 {73050} 9429 1 +73051 {73051} 11212 1 +73052 {73052} 3392 1 +73053 {73053} 3012 1 +73054 {73054} 3161 1 +73055 {73055} 2639 1 +73056 {73056} 11987 1 +73057 {73057} 14643 1 +73058 {73058} 2502 1 +73059 {73059} 1585 1 +73060 {73060} 10409 1 +73061 {73061} 2490 1 +73062 {73062} 3242 1 +73063 {73063} 8742 1 +73064 {73064} 1615 1 +73065 {73065} 3193 1 +73066 {73066} 12789 1 +73067 {73067} 2290 1 +73068 {73068} 1339 1 +73069 {73069} 11078 1 +73070 {73070} 1654 1 +73071 {73071} 2333 1 +73072 {73072} 1776 1 +73073 {73073} 2763 1 +73074 {73074} 11139 1 +73075 {73075} 13884 1 +73076 {73076} 2433 1 +73077 {73077} 1772 1 +73078 {73078} 1723 1 +73079 {73079} 932 1 +73080 {73080} 9977 1 +73081 {73081} 1823 1 +73082 {73082} 15205 1 +73083 {73083} 1922 1 +73084 {73084} 14049 1 +73085 {73085} 238 1 +73086 {73086} 11386 1 +73087 {73087} 15852 1 +73088 {73088} 1381 1 +73089 {73089} 8938 1 +73090 {73090} 1753 1 +73091 {73091} 16416 1 +73092 {73092} 11133 1 +73093 {73093} 1644 1 +73094 {73094} 11771 1 +73095 {73095} 2907 1 +73096 {73096} 1273 1 +73097 {73097} 2189 1 +73098 {73098} 9855 1 +73099 {73099} 4792 1 +73100 {73100} 2534 1 +73101 {73101} 11936 1 +73102 {73102} 9319 1 +73103 {73103} 1886 1 +73104 {73104} 2293 1 +73105 {73105} 8804 1 +73106 {73106} 2292 1 +73107 {73107} 1371 1 +73108 {73108} 1150 1 +73109 {73109} 10868 1 +73110 {73110} 2486 1 +73111 {73111} 5263 1 +73112 {73112} 2901 1 +73113 {73113} 2236 1 +73114 {73114} 3165 1 +73115 {73115} 10415 1 +73116 {73116} 10386 1 +73117 {73117} 6912 1 +73118 {73118} 11545 1 +73119 {73119} 2335 1 +73120 {73120} 10457 1 +73121 {73121} 1815 1 +73122 {73122} 10744 1 +73123 {73123} 2469 1 +73124 {73124} 11213 1 +73125 {73125} 1717 1 +73126 {73126} 10612 1 +73127 {73127} 10352 1 +73128 {73128} 10411 1 +73129 {73129} 2058 1 +73130 {73130} 1586 1 +73131 {73131} 2335 1 +73132 {73132} 9742 1 +73133 {73133} 10821 1 +73134 {73134} 2639 1 +73135 {73135} 16487 1 +73136 {73136} 1239 1 +73137 {73137} 1923 1 +73138 {73138} 10956 1 +73139 {73139} 1297 1 +73140 {73140} 16186 1 +73141 {73141} 11578 1 +73142 {73142} 1221 1 +73143 {73143} 3274 1 +73144 {73144} 1304 1 +73145 {73145} 16014 1 +73146 {73146} 3312 1 +73147 {73147} 1729 1 +73148 {73148} 2064 1 +73149 {73149} 2325 1 +73150 {73150} 1928 1 +73151 {73151} 15051 1 +73152 {73152} 10385 1 +73153 {73153} 12573 1 +73154 {73154} 12017 1 +73155 {73155} 2292 1 +73156 {73156} 2304 1 +73157 {73157} 2261 1 +73158 {73158} 9251 1 +73159 {73159} 1087 1 +73160 {73160} 16164 1 +73161 {73161} 10109 1 +73162 {73162} 10452 1 +73163 {73163} 10389 1 +73164 {73164} 2255 1 +73165 {73165} 10207 1 +73166 {73166} 2634 1 +73167 {73167} 10189 1 +73168 {73168} 1181 1 +73169 {73169} 3109 1 +73170 {73170} 2548 1 +73171 {73171} 2847 1 +73172 {73172} 1865 1 +73173 {73173} 9723 1 +73174 {73174} 11876 1 +73175 {73175} 10895 1 +73176 {73176} 1723 1 +73177 {73177} 10449 1 +73178 {73178} 2503 1 +73179 {73179} 1927 1 +73180 {73180} 2944 1 +73181 {73181} 11518 1 +73182 {73182} 2034 1 +73183 {73183} 11300 1 +73184 {73184} 2028 1 +73185 {73185} 9265 1 +73186 {73186} 2154 1 +73187 {73187} 2769 1 +73188 {73188} 2769 1 +73189 {73189} 808 1 +73190 {73190} 10993 1 +73191 {73191} 10601 1 +73192 {73192} 2663 1 +73193 {73193} 9842 1 +73194 {73194} 10421 1 +73195 {73195} 1870 1 +73196 {73196} 8865 1 +73197 {73197} 13715 1 +73198 {73198} 3400 1 +73199 {73199} 14014 1 +73200 {73200} 11718 1 +73201 {73201} 1745 1 +73202 {73202} 1434 1 +73203 {73203} 1786 1 +73204 {73204} 2047 1 +73205 {73205} 2327 1 +73206 {73206} 8530 1 +73207 {73207} 11287 1 +73208 {73208} 9702 1 +73209 {73209} 1829 1 +73210 {73210} 2605 1 +73211 {73211} 10506 1 +73212 {73212} 3941 1 +73213 {73213} 1729 1 +73214 {73214} 2563 1 +73215 {73215} 2352 1 +73216 {73216} 3170 1 +73217 {73217} 1667 1 +73218 {73218} 2797 1 +73219 {73219} 1015 1 +73220 {73220} 5880 1 +73221 {73221} 628 1 +73222 {73222} 5225 1 +73223 {73223} 1148 1 +73224 {73224} 10704 1 +73225 {73225} 2729 1 +73226 {73226} 10183 1 +73227 {73227} 11312 1 +73228 {73228} 2827 1 +73229 {73229} 1753 1 +73230 {73230} 3379 1 +73231 {73231} 2616 1 +73232 {73232} 10594 1 +73233 {73233} 2099 1 +73234 {73234} 13853 1 +73235 {73235} 1214 1 +73236 {73236} 1996 1 +73237 {73237} 10432 1 +73238 {73238} 989 1 +73239 {73239} 11704 1 +73240 {73240} 2228 1 +73241 {73241} 8620 1 +73242 {73242} 10309 1 +73243 {73243} 9592 1 +73244 {73244} 1775 1 +73245 {73245} 2601 1 +73246 {73246} 2000 1 +73247 {73247} 1156 1 +73248 {73248} 9481 1 +73249 {73249} 1986 1 +73250 {73250} 9889 1 +73251 {73251} 15407 1 +73252 {73252} 9197 1 +73253 {73253} 9694 1 +73254 {73254} 9585 1 +73255 {73255} 1574 1 +73256 {73256} 3144 1 +73257 {73257} 9438 1 +73258 {73258} 9247 1 +73259 {73259} 1486 1 +73260 {73260} 10103 1 +73261 {73261} 10006 1 +73262 {73262} 10486 1 +73263 {73263} 10455 1 +73264 {73264} 12267 1 +73265 {73265} 2102 1 +73266 {73266} 2859 1 +73267 {73267} 2578 1 +73268 {73268} 1976 1 +73269 {73269} 1532 1 +73270 {73270} 10129 1 +73271 {73271} 11171 1 +73272 {73272} 11236 1 +73273 {73273} 3152 1 +73274 {73274} 2801 1 +73275 {73275} 13038 1 +73276 {73276} 3135 1 +73277 {73277} 3011 1 +73278 {73278} 2775 1 +73279 {73279} 1954 1 +73280 {73280} 11785 1 +73281 {73281} 12521 1 +73282 {73282} 3596 1 +73283 {73283} 2190 1 +73284 {73284} 2365 1 +73285 {73285} 10051 1 +73286 {73286} 3034 1 +73287 {73287} 2231 1 +73288 {73288} 13800 1 +73289 {73289} 10846 1 +73290 {73290} 1337 1 +73291 {73291} 10670 1 +73292 {73292} 5496 1 +73293 {73293} 2742 1 +73294 {73294} 2736 1 +73295 {73295} 9981 1 +73296 {73296} 2332 1 +73297 {73297} 30 1 +73298 {73298} 3505 1 +73299 {73299} 9761 1 +73300 {73300} 2740 1 +73301 {73301} 15259 1 +73302 {73302} 1831 1 +73303 {73303} 3009 1 +73304 {73304} 2209 1 +73305 {73305} 2492 1 +73306 {73306} 3410 1 +73307 {73307} 2099 1 +73308 {73308} 2967 1 +73309 {73309} 2872 1 +73310 {73310} 3199 1 +73311 {73311} 186 1 +73312 {73312} 11299 1 +73313 {73313} 407 1 +73314 {73314} 8621 1 +73315 {73315} 2666 1 +73316 {73316} 3813 1 +73317 {73317} 2399 1 +73318 {73318} 9218 1 +73319 {73319} 9735 1 +73320 {73320} 9272 1 +73321 {73321} 1037 1 +73322 {73322} 2258 1 +73323 {73323} 2234 1 +73324 {73324} 2826 1 +73325 {73325} 10941 1 +73326 {73326} 971 1 +73327 {73327} 9848 1 +73328 {73328} 9354 1 +73329 {73329} 12987 1 +73330 {73330} 11433 1 +73331 {73331} 2430 1 +73332 {73332} 10826 1 +73333 {73333} 9876 1 +73334 {73334} 2029 1 +73335 {73335} 1444 1 +73336 {73336} 2622 1 +73337 {73337} 8119 1 +73338 {73338} 7858 1 +73339 {73339} 9380 1 +73340 {73340} 1755 1 +73341 {73341} 2839 1 +73342 {73342} 2298 1 +73343 {73343} 2598 1 +73344 {73344} 1747 1 +73345 {73345} 10601 1 +73346 {73346} 11127 1 +73347 {73347} 2136 1 +73348 {73348} 2364 1 +73349 {73349} 10923 1 +73350 {73350} 3509 1 +73351 {73351} 10147 1 +73352 {73352} 2666 1 +73353 {73353} 2018 1 +73354 {73354} 11471 1 +73355 {73355} 11605 1 +73356 {73356} 6304 1 +73357 {73357} 11682 1 +73358 {73358} 8818 1 +73359 {73359} 8606 1 +73360 {73360} 12994 1 +73361 {73361} 10346 1 +73362 {73362} 10208 1 +73363 {73363} 2492 1 +73364 {73364} 2100 1 +73365 {73365} 11139 1 +73366 {73366} 2708 1 +73367 {73367} 11338 1 +73368 {73368} 1989 1 +73369 {73369} 1871 1 +73370 {73370} 9518 1 +73371 {73371} 4590 1 +73372 {73372} 905 1 +73373 {73373} 11305 1 +73374 {73374} 8597 1 +73375 {73375} 1383 1 +73376 {73376} 1618 1 +73377 {73377} 2776 1 +73378 {73378} 2004 1 +73379 {73379} 2501 1 +73380 {73380} 2771 1 +73381 {73381} 1967 1 +73382 {73382} 10222 1 +73383 {73383} 3450 1 +73384 {73384} 2703 1 +73385 {73385} 1963 1 +73386 {73386} 10234 1 +73387 {73387} 2345 1 +73388 {73388} 2064 1 +73389 {73389} 15089 1 +73390 {73390} 4975 1 +73391 {73391} 10514 1 +73392 {73392} 313 1 +73393 {73393} 2231 1 +73394 {73394} 9192 1 +73395 {73395} 11472 1 +73396 {73396} 1947 1 +73397 {73397} 2569 1 +73398 {73398} 14255 1 +73399 {73399} 2524 1 +73400 {73400} 9826 1 +73401 {73401} 1671 1 +73402 {73402} 3415 1 +73403 {73403} 679 1 +73404 {73404} 4108 1 +73405 {73405} 2555 1 +73406 {73406} 2386 1 +73407 {73407} 3279 1 +73408 {73408} 1512 1 +73409 {73409} 9348 1 +73410 {73410} 2640 1 +73411 {73411} 3248 1 +73412 {73412} 1829 1 +73413 {73413} 2125 1 +73414 {73414} 2389 1 +73415 {73415} 2492 1 +73416 {73416} 1895 1 +73417 {73417} 9834 1 +73418 {73418} 2301 1 +73419 {73419} 9888 1 +73420 {73420} 2334 1 +73421 {73421} 11161 1 +73422 {73422} 1951 1 +73423 {73423} 12291 1 +73424 {73424} 1791 1 +73425 {73425} 957 1 +73426 {73426} 9235 1 +73427 {73427} 2613 1 +73428 {73428} 2555 1 +73429 {73429} 4160 1 +73430 {73430} 3273 1 +73431 {73431} 11800 1 +73432 {73432} 2939 1 +73433 {73433} 1674 1 +73434 {73434} 9722 1 +73435 {73435} 10653 1 +73436 {73436} 2741 1 +73437 {73437} 10288 1 +73438 {73438} 2401 1 +73439 {73439} 9409 1 +73440 {73440} 12323 1 +73441 {73441} 3807 1 +73442 {73442} 2893 1 +73443 {73443} 2096 1 +73444 {73444} 692 1 +73445 {73445} 2165 1 +73446 {73446} 2962 1 +73447 {73447} 2681 1 +73448 {73448} 10772 1 +73449 {73449} 2011 1 +73450 {73450} 2392 1 +73451 {73451} 2233 1 +73452 {73452} 2400 1 +73453 {73453} 10987 1 +73454 {73454} 2225 1 +73455 {73455} 1637 1 +73456 {73456} 2573 1 +73457 {73457} 2367 1 +73458 {73458} 15048 1 +73459 {73459} 10494 1 +73460 {73460} 1887 1 +73461 {73461} 11488 1 +73462 {73462} 1615 1 +73463 {73463} 9729 1 +73464 {73464} 2303 1 +73465 {73465} 3677 1 +73466 {73466} 3047 1 +73467 {73467} 11206 1 +73468 {73468} 3270 1 +73469 {73469} 3569 1 +73470 {73470} 5728 1 +73471 {73471} 2772 1 +73472 {73472} 3250 1 +73473 {73473} 3650 1 +73474 {73474} 10332 1 +73475 {73475} 2571 1 +73476 {73476} 10141 1 +73477 {73477} 2069 1 +73478 {73478} 1881 1 +73479 {73479} 11028 1 +73480 {73480} 3436 1 +73481 {73481} 2703 1 +73482 {73482} 8712 1 +73483 {73483} 15958 1 +73484 {73484} 15171 1 +73485 {73485} 241 1 +73486 {73486} 11493 1 +73487 {73487} 5026 1 +73488 {73488} 2120 1 +73489 {73489} 10746 1 +73490 {73490} 1207 1 +73491 {73491} 11219 1 +73492 {73492} 7854 1 +73493 {73493} 2263 1 +73494 {73494} 1980 1 +73495 {73495} 2466 1 +73496 {73496} 10447 1 +73497 {73497} 1439 1 +73498 {73498} 1683 1 +73499 {73499} 2231 1 +73500 {73500} 3007 1 +73501 {73501} 10321 1 +73502 {73502} 1301 1 +73503 {73503} 1378 1 +73504 {73504} 1037 1 +73505 {73505} 1921 1 +73506 {73506} 3349 1 +73507 {73507} 2729 1 +73508 {73508} 8678 1 +73509 {73509} 2991 1 +73510 {73510} 9430 1 +73511 {73511} 11202 1 +73512 {73512} 2129 1 +73513 {73513} 10732 1 +73514 {73514} 6119 1 +73515 {73515} 10597 1 +73516 {73516} 8277 1 +73517 {73517} 2462 1 +73518 {73518} 2163 1 +73519 {73519} 2032 1 +73520 {73520} 1816 1 +73521 {73521} 10991 1 +73522 {73522} 1782 1 +73523 {73523} 1971 1 +73524 {73524} 2770 1 +73525 {73525} 2663 1 +73526 {73526} 2660 1 +73527 {73527} 1624 1 +73528 {73528} 11547 1 +73529 {73529} 10535 1 +73530 {73530} 9800 1 +73531 {73531} 1817 1 +73532 {73532} 3077 1 +73533 {73533} 11254 1 +73534 {73534} 1818 1 +73535 {73535} 2067 1 +73536 {73536} 11042 1 +73537 {73537} 9585 1 +73538 {73538} 10326 1 +73539 {73539} 2531 1 +73540 {73540} 2058 1 +73541 {73541} 11332 1 +73542 {73542} 2063 1 +73543 {73543} 1648 1 +73544 {73544} 1885 1 +73545 {73545} 11515 1 +73546 {73546} 2839 1 +73547 {73547} 11380 1 +73548 {73548} 2669 1 +73549 {73549} 12148 1 +73550 {73550} 8484 1 +73551 {73551} 12769 1 +73552 {73552} 10496 1 +73553 {73553} 9924 1 +73554 {73554} 1890 1 +73555 {73555} 1583 1 +73556 {73556} 2570 1 +73557 {73557} 2072 1 +73558 {73558} 10011 1 +73559 {73559} 1341 1 +73560 {73560} 2859 1 +73561 {73561} 3104 1 +73562 {73562} 2325 1 +73563 {73563} 8121 1 +73564 {73564} 9682 1 +73565 {73565} 1960 1 +73566 {73566} 1670 1 +73567 {73567} 9612 1 +73568 {73568} 10126 1 +73569 {73569} 13544 1 +73570 {73570} 9917 1 +73571 {73571} 157 1 +73572 {73572} 1319 1 +73573 {73573} 10637 1 +73574 {73574} 4353 1 +73575 {73575} 10486 1 +73576 {73576} 1526 1 +73577 {73577} 3337 1 +73578 {73578} 1955 1 +73579 {73579} 2119 1 +73580 {73580} 11274 1 +73581 {73581} 9876 1 +73582 {73582} 2882 1 +73583 {73583} 2099 1 +73584 {73584} 1783 1 +73585 {73585} 12278 1 +73586 {73586} 10835 1 +73587 {73587} 2056 1 +73588 {73588} 990 1 +73589 {73589} 12813 1 +73590 {73590} 2187 1 +73591 {73591} 10978 1 +73592 {73592} 7238 1 +73593 {73593} 3406 1 +73594 {73594} 2118 1 +73595 {73595} 1174 1 +73596 {73596} 2231 1 +73597 {73597} 1429 1 +73598 {73598} 9467 1 +73599 {73599} 2777 1 +73600 {73600} 9835 1 +73601 {73601} 2470 1 +73602 {73602} 11133 1 +73603 {73603} 11027 1 +73604 {73604} 12550 1 +73605 {73605} 3569 1 +73606 {73606} 2326 1 +73607 {73607} 8252 1 +73608 {73608} 11547 1 +73609 {73609} 1698 1 +73610 {73610} 2190 1 +73611 {73611} 15384 1 +73612 {73612} 9472 1 +73613 {73613} 2292 1 +73614 {73614} 10770 1 +73615 {73615} 9799 1 +73616 {73616} 1851 1 +73617 {73617} 2155 1 +73618 {73618} 10806 1 +73619 {73619} 11053 1 +73620 {73620} 8371 1 +73621 {73621} 1607 1 +73622 {73622} 2672 1 +73623 {73623} 3144 1 +73624 {73624} 13943 1 +73625 {73625} 10770 1 +73626 {73626} 2230 1 +73627 {73627} 2017 1 +73628 {73628} 11625 1 +73629 {73629} 3278 1 +73630 {73630} 2873 1 +73631 {73631} 7596 1 +73632 {73632} 3905 1 +73633 {73633} 2908 1 +73634 {73634} 3794 1 +73635 {73635} 7305 1 +73636 {73636} 2193 1 +73637 {73637} 14999 1 +73638 {73638} 9623 1 +73639 {73639} 10130 1 +73640 {73640} 16129 1 +73641 {73641} 10160 1 +73642 {73642} 1548 1 +73643 {73643} 2233 1 +73644 {73644} 2471 1 +73645 {73645} 10323 1 +73646 {73646} 10270 1 +73647 {73647} 11761 1 +73648 {73648} 3043 1 +73649 {73649} 11277 1 +73650 {73650} 3312 1 +73651 {73651} 10011 1 +73652 {73652} 1585 1 +73653 {73653} 3104 1 +73654 {73654} 9482 1 +73655 {73655} 11967 1 +73656 {73656} 11403 1 +73657 {73657} 10364 1 +73658 {73658} 1626 1 +73659 {73659} 6636 1 +73660 {73660} 13049 1 +73661 {73661} 2937 1 +73662 {73662} 2067 1 +73663 {73663} 1961 1 +73664 {73664} 3448 1 +73665 {73665} 6521 1 +73666 {73666} 2399 1 +73667 {73667} 1828 1 +73668 {73668} 12566 1 +73669 {73669} 11680 1 +73670 {73670} 2467 1 +73671 {73671} 1856 1 +73672 {73672} 12474 1 +73673 {73673} 8211 1 +73674 {73674} 2363 1 +73675 {73675} 2322 1 +73676 {73676} 2176 1 +73677 {73677} 11554 1 +73678 {73678} 10863 1 +73679 {73679} 2530 1 +73680 {73680} 9883 1 +73681 {73681} 1631 1 +73682 {73682} 1029 1 +73683 {73683} 11042 1 +73684 {73684} 1312 1 +73685 {73685} 2518 1 +73686 {73686} 1922 1 +73687 {73687} 1299 1 +73688 {73688} 2851 1 +73689 {73689} 2172 1 +73690 {73690} 11684 1 +73691 {73691} 5819 1 +73692 {73692} 10864 1 +73693 {73693} 10246 1 +73694 {73694} 9373 1 +73695 {73695} 10350 1 +73696 {73696} 10891 1 +73697 {73697} 1719 1 +73698 {73698} 2450 1 +73699 {73699} 8180 1 +73700 {73700} 10575 1 +73701 {73701} 10731 1 +73702 {73702} 10313 1 +73703 {73703} 913 1 +73704 {73704} 2268 1 +73705 {73705} 1452 1 +73706 {73706} 11206 1 +73707 {73707} 15057 1 +73708 {73708} 9323 1 +73709 {73709} 2496 1 +73710 {73710} 6762 1 +73711 {73711} 1416 1 +73712 {73712} 2810 1 +73713 {73713} 15101 1 +73714 {73714} 1553 1 +73715 {73715} 1961 1 +73716 {73716} 14926 1 +73717 {73717} 10544 1 +73718 {73718} 3197 1 +73719 {73719} 2060 1 +73720 {73720} 2730 1 +73721 {73721} 2322 1 +73722 {73722} 1592 1 +73723 {73723} 3335 1 +73724 {73724} 10626 1 +73725 {73725} 2973 1 +73726 {73726} 1164 1 +73727 {73727} 13938 1 +73728 {73728} 9742 1 +73729 {73729} 2604 1 +73730 {73730} 1824 1 +73731 {73731} 9036 1 +73732 {73732} 2780 1 +73733 {73733} 12341 1 +73734 {73734} 1993 1 +73735 {73735} 2595 1 +73736 {73736} 14027 1 +73737 {73737} 3889 1 +73738 {73738} 11171 1 +73739 {73739} 2558 1 +73740 {73740} 9557 1 +73741 {73741} 9540 1 +73742 {73742} 1465 1 +73743 {73743} 2919 1 +73744 {73744} 3540 1 +73745 {73745} 10559 1 +73746 {73746} 2295 1 +73747 {73747} 9251 1 +73748 {73748} 9285 1 +73749 {73749} 6198 1 +73750 {73750} 11017 1 +73751 {73751} 1783 1 +73752 {73752} 2207 1 +73753 {73753} 11139 1 +73754 {73754} 9297 1 +73755 {73755} 239 1 +73756 {73756} 3242 1 +73757 {73757} 2743 1 +73758 {73758} 2722 1 +73759 {73759} 12497 1 +73760 {73760} 11720 1 +73761 {73761} 11604 1 +73762 {73762} 12414 1 +73763 {73763} 1984 1 +73764 {73764} 9571 1 +73765 {73765} 1986 1 +73766 {73766} 3279 1 +73767 {73767} 10354 1 +73768 {73768} 1477 1 +73769 {73769} 14489 1 +73770 {73770} 2769 1 +73771 {73771} 16193 1 +73772 {73772} 11936 1 +73773 {73773} 16134 1 +73774 {73774} 12439 1 +73775 {73775} 3351 1 +73776 {73776} 2294 1 +73777 {73777} 10038 1 +73778 {73778} 11577 1 +73779 {73779} 9172 1 +73780 {73780} 2298 1 +73781 {73781} 1996 1 +73782 {73782} 7958 1 +73783 {73783} 10462 1 +73784 {73784} 5909 1 +73785 {73785} 10326 1 +73786 {73786} 4393 1 +73787 {73787} 1799 1 +73788 {73788} 2429 1 +73789 {73789} 9829 1 +73790 {73790} 2134 1 +73791 {73791} 9753 1 +73792 {73792} 1208 1 +73793 {73793} 2132 1 +73794 {73794} 2791 1 +73795 {73795} 9620 1 +73796 {73796} 11537 1 +73797 {73797} 11138 1 +73798 {73798} 740 1 +73799 {73799} 10031 1 +73800 {73800} 1451 1 +73801 {73801} 783 1 +73802 {73802} 2070 1 +73803 {73803} 11017 1 +73804 {73804} 2493 1 +73805 {73805} 11788 1 +73806 {73806} 9281 1 +73807 {73807} 11024 1 +73808 {73808} 13808 1 +73809 {73809} 9067 1 +73810 {73810} 2835 1 +73811 {73811} 12518 1 +73812 {73812} 10519 1 +73813 {73813} 2026 1 +73814 {73814} 10407 1 +73815 {73815} 2634 1 +73816 {73816} 13744 1 +73817 {73817} 1275 1 +73818 {73818} 2264 1 +73819 {73819} 8782 1 +73820 {73820} 10509 1 +73821 {73821} 2725 1 +73822 {73822} 1701 1 +73823 {73823} 2508 1 +73824 {73824} 10361 1 +73825 {73825} 3523 1 +73826 {73826} 9221 1 +73827 {73827} 8764 1 +73828 {73828} 3008 1 +73829 {73829} 10769 1 +73830 {73830} 3003 1 +73831 {73831} 10912 1 +73832 {73832} 1616 1 +73833 {73833} 11429 1 +73834 {73834} 9665 1 +73835 {73835} 3576 1 +73836 {73836} 2432 1 +73837 {73837} 9663 1 +73838 {73838} 45 1 +73839 {73839} 10388 1 +73840 {73840} 12071 1 +73841 {73841} 2425 1 +73842 {73842} 3828 1 +73843 {73843} 8735 1 +73844 {73844} 10846 1 +73845 {73845} 9025 1 +73846 {73846} 3022 1 +73847 {73847} 11080 1 +73848 {73848} 666 1 +73849 {73849} 2364 1 +73850 {73850} 1959 1 +73851 {73851} 11399 1 +73852 {73852} 9067 1 +73853 {73853} 2276 1 +73854 {73854} 9013 1 +73855 {73855} 10735 1 +73856 {73856} 12034 1 +73857 {73857} 2644 1 +73858 {73858} 12283 1 +73859 {73859} 11555 1 +73860 {73860} 6798 1 +73861 {73861} 10172 1 +73862 {73862} 2934 1 +73863 {73863} 9451 1 +73864 {73864} 4542 1 +73865 {73865} 10378 1 +73866 {73866} 10250 1 +73867 {73867} 5270 1 +73868 {73868} 7986 1 +73869 {73869} 3383 1 +73870 {73870} 14244 1 +73871 {73871} 1842 1 +73872 {73872} 2135 1 +73873 {73873} 11319 1 +73874 {73874} 3034 1 +73875 {73875} 742 1 +73876 {73876} 10011 1 +73877 {73877} 9631 1 +73878 {73878} 2852 1 +73879 {73879} 1375 1 +73880 {73880} 2891 1 +73881 {73881} 1214 1 +73882 {73882} 7841 1 +73883 {73883} 3159 1 +73884 {73884} 9100 1 +73885 {73885} 2791 1 +73886 {73886} 1384 1 +73887 {73887} 2067 1 +73888 {73888} 2326 1 +73889 {73889} 3276 1 +73890 {73890} 1097 1 +73891 {73891} 11893 1 +73892 {73892} 2332 1 +73893 {73893} 2811 1 +73894 {73894} 10110 1 +73895 {73895} 11769 1 +73896 {73896} 8802 1 +73897 {73897} 10701 1 +73898 {73898} 4023 1 +73899 {73899} 2893 1 +73900 {73900} 10413 1 +73901 {73901} 9791 1 +73902 {73902} 9940 1 +73903 {73903} 1088 1 +73904 {73904} 11139 1 +73905 {73905} 1740 1 +73906 {73906} 3658 1 +73907 {73907} 2605 1 +73908 {73908} 5110 1 +73909 {73909} 1080 1 +73910 {73910} 1837 1 +73911 {73911} 1323 1 +73912 {73912} 2060 1 +73913 {73913} 1548 1 +73914 {73914} 10826 1 +73915 {73915} 2708 1 +73916 {73916} 7346 1 +73917 {73917} 11253 1 +73918 {73918} 2128 1 +73919 {73919} 1003 1 +73920 {73920} 1989 1 +73921 {73921} 11250 1 +73922 {73922} 2170 1 +73923 {73923} 1583 1 +73924 {73924} 1092 1 +73925 {73925} 4684 1 +73926 {73926} 1997 1 +73927 {73927} 3511 1 +73928 {73928} 9164 1 +73929 {73929} 1528 1 +73930 {73930} 5185 1 +73931 {73931} 2811 1 +73932 {73932} 11580 1 +73933 {73933} 9957 1 +73934 {73934} 2973 1 +73935 {73935} 10242 1 +73936 {73936} 1684 1 +73937 {73937} 7599 1 +73938 {73938} 2573 1 +73939 {73939} 3207 1 +73940 {73940} 2096 1 +73941 {73941} 12291 1 +73942 {73942} 11201 1 +73943 {73943} 1517 1 +73944 {73944} 9930 1 +73945 {73945} 12061 1 +73946 {73946} 10687 1 +73947 {73947} 12299 1 +73948 {73948} 10922 1 +73949 {73949} 9503 1 +73950 {73950} 1344 1 +73951 {73951} 2308 1 +73952 {73952} 2166 1 +73953 {73953} 2292 1 +73954 {73954} 12019 1 +73955 {73955} 2397 1 +73956 {73956} 10316 1 +73957 {73957} 2195 1 +73958 {73958} 9637 1 +73959 {73959} 11196 1 +73960 {73960} 6566 1 +73961 {73961} 10875 1 +73962 {73962} 2467 1 +73963 {73963} 9903 1 +73964 {73964} 9402 1 +73965 {73965} 11836 1 +73966 {73966} 8313 1 +73967 {73967} 518 1 +73968 {73968} 859 1 +73969 {73969} 2767 1 +73970 {73970} 9571 1 +73971 {73971} 1858 1 +73972 {73972} 2124 1 +73973 {73973} 1906 1 +73974 {73974} 10117 1 +73975 {73975} 9013 1 +73976 {73976} 1671 1 +73977 {73977} 10539 1 +73978 {73978} 2316 1 +73979 {73979} 9888 1 +73980 {73980} 2494 1 +73981 {73981} 1890 1 +73982 {73982} 5018 1 +73983 {73983} 2696 1 +73984 {73984} 14725 1 +73985 {73985} 2648 1 +73986 {73986} 10528 1 +73987 {73987} 7345 1 +73988 {73988} 11212 1 +73989 {73989} 10937 1 +73990 {73990} 2844 1 +73991 {73991} 4388 1 +73992 {73992} 7782 1 +73993 {73993} 10342 1 +73994 {73994} 2835 1 +73995 {73995} 2867 1 +73996 {73996} 2182 1 +73997 {73997} 15006 1 +73998 {73998} 11051 1 +73999 {73999} 3111 1 +74000 {74000} 2288 1 +74001 {74001} 6117 1 +74002 {74002} 15039 1 +74003 {74003} 1231 1 +74004 {74004} 2056 1 +74005 {74005} 15422 1 +74006 {74006} 5387 1 +74007 {74007} 12283 1 +74008 {74008} 1033 1 +74009 {74009} 3882 1 +74010 {74010} 2465 1 +74011 {74011} 16536 1 +74012 {74012} 10380 1 +74013 {74013} 11041 1 +74014 {74014} 2042 1 +74015 {74015} 6571 1 +74016 {74016} 4345 1 +74017 {74017} 1719 1 +74018 {74018} 1999 1 +74019 {74019} 7057 1 +74020 {74020} 5627 1 +74021 {74021} 2399 1 +74022 {74022} 1633 1 +74023 {74023} 2532 1 +74024 {74024} 1820 1 +74025 {74025} 8405 1 +74026 {74026} 3920 1 +74027 {74027} 10322 1 +74028 {74028} 8783 1 +74029 {74029} 1825 1 +74030 {74030} 11647 1 +74031 {74031} 8846 1 +74032 {74032} 14402 1 +74033 {74033} 2832 1 +74034 {74034} 9806 1 +74035 {74035} 1344 1 +74036 {74036} 3106 1 +74037 {74037} 1782 1 +74038 {74038} 1927 1 +74039 {74039} 10134 1 +74040 {74040} 10124 1 +74041 {74041} 2807 1 +74042 {74042} 2641 1 +74043 {74043} 2218 1 +74044 {74044} 9580 1 +74045 {74045} 10887 1 +74046 {74046} 11877 1 +74047 {74047} 10449 1 +74048 {74048} 3599 1 +74049 {74049} 10344 1 +74050 {74050} 10218 1 +74051 {74051} 2722 1 +74052 {74052} 10600 1 +74053 {74053} 2660 1 +74054 {74054} 10948 1 +74055 {74055} 2370 1 +74056 {74056} 2867 1 +74057 {74057} 2811 1 +74058 {74058} 2734 1 +74059 {74059} 2766 1 +74060 {74060} 12047 1 +74061 {74061} 2574 1 +74062 {74062} 10386 1 +74063 {74063} 1619 1 +74064 {74064} 2301 1 +74065 {74065} 10413 1 +74066 {74066} 1650 1 +74067 {74067} 11900 1 +74068 {74068} 2910 1 +74069 {74069} 2469 1 +74070 {74070} 2336 1 +74071 {74071} 10669 1 +74072 {74072} 9950 1 +74073 {74073} 2021 1 +74074 {74074} 10995 1 +74075 {74075} 1327 1 +74076 {74076} 10641 1 +74077 {74077} 2899 1 +74078 {74078} 5790 1 +74079 {74079} 14032 1 +74080 {74080} 10919 1 +74081 {74081} 2462 1 +74082 {74082} 3490 1 +74083 {74083} 3231 1 +74084 {74084} 1858 1 +74085 {74085} 11725 1 +74086 {74086} 2364 1 +74087 {74087} 9691 1 +74088 {74088} 14400 1 +74089 {74089} 1495 1 +74090 {74090} 8624 1 +74091 {74091} 1569 1 +74092 {74092} 10993 1 +74093 {74093} 2770 1 +74094 {74094} 9398 1 +74095 {74095} 10902 1 +74096 {74096} 3034 1 +74097 {74097} 1741 1 +74098 {74098} 10436 1 +74099 {74099} 11278 1 +74100 {74100} 11061 1 +74101 {74101} 11236 1 +74102 {74102} 11833 1 +74103 {74103} 11523 1 +74104 {74104} 1873 1 +74105 {74105} 2565 1 +74106 {74106} 10195 1 +74107 {74107} 3578 1 +74108 {74108} 11251 1 +74109 {74109} 2667 1 +74110 {74110} 2300 1 +74111 {74111} 8847 1 +74112 {74112} 1885 1 +74113 {74113} 1295 1 +74114 {74114} 9983 1 +74115 {74115} 3685 1 +74116 {74116} 2807 1 +74117 {74117} 10348 1 +74118 {74118} 5938 1 +74119 {74119} 1674 1 +74120 {74120} 10703 1 +74121 {74121} 4356 1 +74122 {74122} 2184 1 +74123 {74123} 12529 1 +74124 {74124} 2166 1 +74125 {74125} 9644 1 +74126 {74126} 3457 1 +74127 {74127} 3056 1 +74128 {74128} 3042 1 +74129 {74129} 3539 1 +74130 {74130} 10141 1 +74131 {74131} 9869 1 +74132 {74132} 508 1 +74133 {74133} 7988 1 +74134 {74134} 1060 1 +74135 {74135} 10773 1 +74136 {74136} 3462 1 +74137 {74137} 2663 1 +74138 {74138} 2741 1 +74139 {74139} 1274 1 +74140 {74140} 4818 1 +74141 {74141} 9954 1 +74142 {74142} 6013 1 +74143 {74143} 12635 1 +74144 {74144} 3894 1 +74145 {74145} 1859 1 +74146 {74146} 2873 1 +74147 {74147} 1512 1 +74148 {74148} 2606 1 +74149 {74149} 9072 1 +74150 {74150} 2155 1 +74151 {74151} 10034 1 +74152 {74152} 10971 1 +74153 {74153} 9254 1 +74154 {74154} 2009 1 +74155 {74155} 2432 1 +74156 {74156} 1972 1 +74157 {74157} 2325 1 +74158 {74158} 9736 1 +74159 {74159} 1541 1 +74160 {74160} 2305 1 +74161 {74161} 12890 1 +74162 {74162} 10741 1 +74163 {74163} 2098 1 +74164 {74164} 2386 1 +74165 {74165} 9329 1 +74166 {74166} 12197 1 +74167 {74167} 349 1 +74168 {74168} 9917 1 +74169 {74169} 3726 1 +74170 {74170} 1134 1 +74171 {74171} 16384 1 +74172 {74172} 11977 1 +74173 {74173} 2233 1 +74174 {74174} 2191 1 +74175 {74175} 2747 1 +74176 {74176} 3664 1 +74177 {74177} 1336 1 +74178 {74178} 3278 1 +74179 {74179} 10624 1 +74180 {74180} 2363 1 +74181 {74181} 1826 1 +74182 {74182} 10318 1 +74183 {74183} 10378 1 +74184 {74184} 3278 1 +74185 {74185} 11434 1 +74186 {74186} 11092 1 +74187 {74187} 2158 1 +74188 {74188} 5965 1 +74189 {74189} 16104 1 +74190 {74190} 3414 1 +74191 {74191} 3003 1 +74192 {74192} 13713 1 +74193 {74193} 1495 1 +74194 {74194} 1771 1 +74195 {74195} 11572 1 +74196 {74196} 4026 1 +74197 {74197} 9844 1 +74198 {74198} 8375 1 +74199 {74199} 11274 1 +74200 {74200} 9336 1 +74201 {74201} 9861 1 +74202 {74202} 11493 1 +74203 {74203} 10742 1 +74204 {74204} 11090 1 +74205 {74205} 2627 1 +74206 {74206} 9970 1 +74207 {74207} 1517 1 +74208 {74208} 12503 1 +74209 {74209} 2228 1 +74210 {74210} 9290 1 +74211 {74211} 1441 1 +74212 {74212} 1481 1 +74213 {74213} 9030 1 +74214 {74214} 3386 1 +74215 {74215} 10287 1 +74216 {74216} 3811 1 +74217 {74217} 938 1 +74218 {74218} 2634 1 +74219 {74219} 3278 1 +74220 {74220} 11201 1 +74221 {74221} 1753 1 +74222 {74222} 11233 1 +74223 {74223} 1515 1 +74224 {74224} 8919 1 +74225 {74225} 1277 1 +74226 {74226} 2067 1 +74227 {74227} 2452 1 +74228 {74228} 9304 1 +74229 {74229} 2348 1 +74230 {74230} 1245 1 +74231 {74231} 147 1 +74232 {74232} 10479 1 +74233 {74233} 1752 1 +74234 {74234} 10782 1 +74235 {74235} 2560 1 +74236 {74236} 10593 1 +74237 {74237} 11219 1 +74238 {74238} 2180 1 +74239 {74239} 1674 1 +74240 {74240} 10483 1 +74241 {74241} 2095 1 +74242 {74242} 2335 1 +74243 {74243} 2325 1 +74244 {74244} 10921 1 +74245 {74245} 9620 1 +74246 {74246} 9862 1 +74247 {74247} 2334 1 +74248 {74248} 10031 1 +74249 {74249} 2461 1 +74250 {74250} 5685 1 +74251 {74251} 2110 1 +74252 {74252} 11196 1 +74253 {74253} 2026 1 +74254 {74254} 559 1 +74255 {74255} 11951 1 +74256 {74256} 10811 1 +74257 {74257} 2300 1 +74258 {74258} 2630 1 +74259 {74259} 8009 1 +74260 {74260} 2011 1 +74261 {74261} 1900 1 +74262 {74262} 626 1 +74263 {74263} 1306 1 +74264 {74264} 1158 1 +74265 {74265} 3074 1 +74266 {74266} 2124 1 +74267 {74267} 2120 1 +74268 {74268} 3565 1 +74269 {74269} 10580 1 +74270 {74270} 10048 1 +74271 {74271} 2809 1 +74272 {74272} 2177 1 +74273 {74273} 16236 1 +74274 {74274} 9756 1 +74275 {74275} 9008 1 +74276 {74276} 3540 1 +74277 {74277} 9261 1 +74278 {74278} 9403 1 +74279 {74279} 3414 1 +74280 {74280} 3705 1 +74281 {74281} 2403 1 +74282 {74282} 1837 1 +74283 {74283} 12020 1 +74284 {74284} 1277 1 +74285 {74285} 9948 1 +74286 {74286} 9852 1 +74287 {74287} 1946 1 +74288 {74288} 963 1 +74289 {74289} 5412 1 +74290 {74290} 12115 1 +74291 {74291} 1378 1 +74292 {74292} 3072 1 +74293 {74293} 2791 1 +74294 {74294} 2972 1 +74295 {74295} 2190 1 +74296 {74296} 3098 1 +74297 {74297} 2122 1 +74298 {74298} 1545 1 +74299 {74299} 2845 1 +74300 {74300} 9426 1 +74301 {74301} 1898 1 +74302 {74302} 9273 1 +74303 {74303} 11305 1 +74304 {74304} 10999 1 +74305 {74305} 10421 1 +74306 {74306} 10526 1 +74307 {74307} 13608 1 +74308 {74308} 9008 1 +74309 {74309} 10401 1 +74310 {74310} 8928 1 +74311 {74311} 9803 1 +74312 {74312} 11271 1 +74313 {74313} 2304 1 +74314 {74314} 95 1 +74315 {74315} 11523 1 +74316 {74316} 10258 1 +74317 {74317} 11336 1 +74318 {74318} 1701 1 +74319 {74319} 9062 1 +74320 {74320} 5021 1 +74321 {74321} 1158 1 +74322 {74322} 1745 1 +74323 {74323} 8136 1 +74324 {74324} 1551 1 +74325 {74325} 2535 1 +74326 {74326} 9083 1 +74327 {74327} 623 1 +74328 {74328} 11092 1 +74329 {74329} 11022 1 +74330 {74330} 13854 1 +74331 {74331} 1810 1 +74332 {74332} 12923 1 +74333 {74333} 10416 1 +74334 {74334} 9862 1 +74335 {74335} 2689 1 +74336 {74336} 12037 1 +74337 {74337} 7922 1 +74338 {74338} 10702 1 +74339 {74339} 2069 1 +74340 {74340} 3345 1 +74341 {74341} 3280 1 +74342 {74342} 10023 1 +74343 {74343} 1846 1 +74344 {74344} 3445 1 +74345 {74345} 2979 1 +74346 {74346} 9004 1 +74347 {74347} 1893 1 +74348 {74348} 1843 1 +74349 {74349} 2774 1 +74350 {74350} 9682 1 +74351 {74351} 5285 1 +74352 {74352} 3110 1 +74353 {74353} 11608 1 +74354 {74354} 1859 1 +74355 {74355} 10059 1 +74356 {74356} 9797 1 +74357 {74357} 2568 1 +74358 {74358} 2857 1 +74359 {74359} 11108 1 +74360 {74360} 3449 1 +74361 {74361} 11500 1 +74362 {74362} 1755 1 +74363 {74363} 10929 1 +74364 {74364} 8614 1 +74365 {74365} 1609 1 +74366 {74366} 1274 1 +74367 {74367} 289 1 +74368 {74368} 2069 1 +74369 {74369} 10731 1 +74370 {74370} 2670 1 +74371 {74371} 2259 1 +74372 {74372} 12785 1 +74373 {74373} 2385 1 +74374 {74374} 10815 1 +74375 {74375} 8075 1 +74376 {74376} 5363 1 +74377 {74377} 6909 1 +74378 {74378} 1906 1 +74379 {74379} 2359 1 +74380 {74380} 2573 1 +74381 {74381} 1654 1 +74382 {74382} 16415 1 +74383 {74383} 8985 1 +74384 {74384} 10876 1 +74385 {74385} 2192 1 +74386 {74386} 3664 1 +74387 {74387} 9898 1 +74388 {74388} 8276 1 +74389 {74389} 3278 1 +74390 {74390} 15491 1 +74391 {74391} 2158 1 +74392 {74392} 11518 1 +74393 {74393} 3402 1 +74394 {74394} 2843 1 +74395 {74395} 184 1 +74396 {74396} 2261 1 +74397 {74397} 11957 1 +74398 {74398} 2977 1 +74399 {74399} 12066 1 +74400 {74400} 8311 1 +74401 {74401} 3778 1 +74402 {74402} 11639 1 +74403 {74403} 3340 1 +74404 {74404} 10526 1 +74405 {74405} 11972 1 +74406 {74406} 3176 1 +74407 {74407} 1753 1 +74408 {74408} 5794 1 +74409 {74409} 9672 1 +74410 {74410} 10957 1 +74411 {74411} 3000 1 +74412 {74412} 1484 1 +74413 {74413} 16327 1 +74414 {74414} 10093 1 +74415 {74415} 10913 1 +74416 {74416} 3225 1 +74417 {74417} 2234 1 +74418 {74418} 1855 1 +74419 {74419} 10258 1 +74420 {74420} 6939 1 +74421 {74421} 1683 1 +74422 {74422} 11161 1 +74423 {74423} 11567 1 +74424 {74424} 3402 1 +74425 {74425} 7923 1 +74426 {74426} 2230 1 +74427 {74427} 11355 1 +74428 {74428} 1731 1 +74429 {74429} 5027 1 +74430 {74430} 11642 1 +74431 {74431} 11098 1 +74432 {74432} 11343 1 +74433 {74433} 9191 1 +74434 {74434} 2295 1 +74435 {74435} 2069 1 +74436 {74436} 1779 1 +74437 {74437} 7310 1 +74438 {74438} 1950 1 +74439 {74439} 10157 1 +74440 {74440} 10530 1 +74441 {74441} 2160 1 +74442 {74442} 5008 1 +74443 {74443} 7517 1 +74444 {74444} 12015 1 +74445 {74445} 11342 1 +74446 {74446} 10844 1 +74447 {74447} 2394 1 +74448 {74448} 1701 1 +74449 {74449} 10171 1 +74450 {74450} 9592 1 +74451 {74451} 9511 1 +74452 {74452} 2539 1 +74453 {74453} 2730 1 +74454 {74454} 3143 1 +74455 {74455} 11475 1 +74456 {74456} 10514 1 +74457 {74457} 2708 1 +74458 {74458} 10585 1 +74459 {74459} 9987 1 +74460 {74460} 12016 1 +74461 {74461} 2570 1 +74462 {74462} 11364 1 +74463 {74463} 9419 1 +74464 {74464} 3194 1 +74465 {74465} 2874 1 +74466 {74466} 2193 1 +74467 {74467} 2182 1 +74468 {74468} 1615 1 +74469 {74469} 10333 1 +74470 {74470} 2217 1 +74471 {74471} 2528 1 +74472 {74472} 9248 1 +74473 {74473} 696 1 +74474 {74474} 6854 1 +74475 {74475} 8670 1 +74476 {74476} 1282 1 +74477 {74477} 12019 1 +74478 {74478} 10059 1 +74479 {74479} 2719 1 +74480 {74480} 15452 1 +74481 {74481} 11462 1 +74482 {74482} 12154 1 +74483 {74483} 10449 1 +74484 {74484} 2569 1 +74485 {74485} 3646 1 +74486 {74486} 10804 1 +74487 {74487} 10761 1 +74488 {74488} 2141 1 +74489 {74489} 1684 1 +74490 {74490} 9959 1 +74491 {74491} 2734 1 +74492 {74492} 7693 1 +74493 {74493} 15209 1 +74494 {74494} 2650 1 +74495 {74495} 2844 1 +74496 {74496} 3098 1 +74497 {74497} 2134 1 +74498 {74498} 1636 1 +74499 {74499} 2673 1 +74500 {74500} 9556 1 +74501 {74501} 7348 1 +74502 {74502} 3379 1 +74503 {74503} 2832 1 +74504 {74504} 10212 1 +74505 {74505} 11414 1 +74506 {74506} 1568 1 +74507 {74507} 4571 1 +74508 {74508} 11624 1 +74509 {74509} 3014 1 +74510 {74510} 2062 1 +74511 {74511} 10840 1 +74512 {74512} 2096 1 +74513 {74513} 11222 1 +74514 {74514} 10572 1 +74515 {74515} 2184 1 +74516 {74516} 2770 1 +74517 {74517} 2026 1 +74518 {74518} 12041 1 +74519 {74519} 16237 1 +74520 {74520} 3625 1 +74521 {74521} 2223 1 +74522 {74522} 1914 1 +74523 {74523} 1323 1 +74524 {74524} 2317 1 +74525 {74525} 10804 1 +74526 {74526} 3042 1 +74527 {74527} 11677 1 +74528 {74528} 1996 1 +74529 {74529} 1989 1 +74530 {74530} 2084 1 +74531 {74531} 12930 1 +74532 {74532} 8276 1 +74533 {74533} 14526 1 +74534 {74534} 10539 1 +74535 {74535} 2565 1 +74536 {74536} 15701 1 +74537 {74537} 2967 1 +74538 {74538} 2492 1 +74539 {74539} 2013 1 +74540 {74540} 2776 1 +74541 {74541} 1037 1 +74542 {74542} 11355 1 +74543 {74543} 1854 1 +74544 {74544} 2064 1 +74545 {74545} 2767 1 +74546 {74546} 11934 1 +74547 {74547} 8998 1 +74548 {74548} 9677 1 +74549 {74549} 8687 1 +74550 {74550} 11138 1 +74551 {74551} 8525 1 +74552 {74552} 9889 1 +74553 {74553} 11016 1 +74554 {74554} 3299 1 +74555 {74555} 2908 1 +74556 {74556} 1790 1 +74557 {74557} 3596 1 +74558 {74558} 2200 1 +74559 {74559} 10516 1 +74560 {74560} 6561 1 +74561 {74561} 2290 1 +74562 {74562} 9919 1 +74563 {74563} 2334 1 +74564 {74564} 9175 1 +74565 {74565} 11831 1 +74566 {74566} 4905 1 +74567 {74567} 1456 1 +74568 {74568} 2300 1 +74569 {74569} 2864 1 +74570 {74570} 2403 1 +74571 {74571} 1199 1 +74572 {74572} 14311 1 +74573 {74573} 3926 1 +74574 {74574} 2032 1 +74575 {74575} 11424 1 +74576 {74576} 2837 1 +74577 {74577} 2100 1 +74578 {74578} 2810 1 +74579 {74579} 3098 1 +74580 {74580} 10456 1 +74581 {74581} 8940 1 +74582 {74582} 9827 1 +74583 {74583} 3023 1 +74584 {74584} 1263 1 +74585 {74585} 2873 1 +74586 {74586} 1391 1 +74587 {74587} 6411 1 +74588 {74588} 2464 1 +74589 {74589} 11744 1 +74590 {74590} 11682 1 +74591 {74591} 9684 1 +74592 {74592} 2699 1 +74593 {74593} 2621 1 +74594 {74594} 9579 1 +74595 {74595} 10139 1 +74596 {74596} 10974 1 +74597 {74597} 11797 1 +74598 {74598} 11103 1 +74599 {74599} 11259 1 +74600 {74600} 1406 1 +74601 {74601} 2812 1 +74602 {74602} 1527 1 +74603 {74603} 11092 1 +74604 {74604} 8359 1 +74605 {74605} 15328 1 +74606 {74606} 2993 1 +74607 {74607} 14219 1 +74608 {74608} 3247 1 +74609 {74609} 8244 1 +74610 {74610} 873 1 +74611 {74611} 2629 1 +74612 {74612} 3478 1 +74613 {74613} 13464 1 +74614 {74614} 740 1 +74615 {74615} 2776 1 +74616 {74616} 1892 1 +74617 {74617} 2827 1 +74618 {74618} 2637 1 +74619 {74619} 5144 1 +74620 {74620} 1914 1 +74621 {74621} 10029 1 +74622 {74622} 2230 1 +74623 {74623} 8879 1 +74624 {74624} 1996 1 +74625 {74625} 10496 1 +74626 {74626} 11695 1 +74627 {74627} 11062 1 +74628 {74628} 8496 1 +74629 {74629} 1474 1 +74630 {74630} 1981 1 +74631 {74631} 9907 1 +74632 {74632} 11181 1 +74633 {74633} 9684 1 +74634 {74634} 3312 1 +74635 {74635} 2504 1 +74636 {74636} 10993 1 +74637 {74637} 782 1 +74638 {74638} 11979 1 +74639 {74639} 9419 1 +74640 {74640} 2011 1 +74641 {74641} 2993 1 +74642 {74642} 9452 1 +74643 {74643} 2350 1 +74644 {74644} 2193 1 +74645 {74645} 11042 1 +74646 {74646} 8177 1 +74647 {74647} 9964 1 +74648 {74648} 1505 1 +74649 {74649} 12668 1 +74650 {74650} 2638 1 +74651 {74651} 9846 1 +74652 {74652} 11252 1 +74653 {74653} 9826 1 +74654 {74654} 2295 1 +74655 {74655} 11881 1 +74656 {74656} 1771 1 +74657 {74657} 1277 1 +74658 {74658} 9725 1 +74659 {74659} 1241 1 +74660 {74660} 7848 1 +74661 {74661} 8857 1 +74662 {74662} 3175 1 +74663 {74663} 2571 1 +74664 {74664} 2650 1 +74665 {74665} 10703 1 +74666 {74666} 11441 1 +74667 {74667} 2973 1 +74668 {74668} 1716 1 +74669 {74669} 10008 1 +74670 {74670} 823 1 +74671 {74671} 8773 1 +74672 {74672} 1603 1 +74673 {74673} 1824 1 +74674 {74674} 3554 1 +74675 {74675} 10542 1 +74676 {74676} 9677 1 +74677 {74677} 4242 1 +74678 {74678} 10526 1 +74679 {74679} 1268 1 +74680 {74680} 14615 1 +74681 {74681} 2604 1 +74682 {74682} 9013 1 +74683 {74683} 9085 1 +74684 {74684} 2480 1 +74685 {74685} 2300 1 +74686 {74686} 7660 1 +74687 {74687} 10503 1 +74688 {74688} 11511 1 +74689 {74689} 1846 1 +74690 {74690} 10236 1 +74691 {74691} 10452 1 +74692 {74692} 16067 1 +74693 {74693} 2777 1 +74694 {74694} 2661 1 +74695 {74695} 2775 1 +74696 {74696} 2668 1 +74697 {74697} 12573 1 +74698 {74698} 10853 1 +74699 {74699} 2070 1 +74700 {74700} 10886 1 +74701 {74701} 2191 1 +74702 {74702} 8740 1 +74703 {74703} 3532 1 +74704 {74704} 5095 1 +74705 {74705} 3342 1 +74706 {74706} 2360 1 +74707 {74707} 10394 1 +74708 {74708} 11348 1 +74709 {74709} 8624 1 +74710 {74710} 11474 1 +74711 {74711} 1993 1 +74712 {74712} 10757 1 +74713 {74713} 1724 1 +74714 {74714} 2527 1 +74715 {74715} 1069 1 +74716 {74716} 1856 1 +74717 {74717} 10699 1 +74718 {74718} 2087 1 +74719 {74719} 3336 1 +74720 {74720} 6847 1 +74721 {74721} 10130 1 +74722 {74722} 11169 1 +74723 {74723} 1960 1 +74724 {74724} 9687 1 +74725 {74791} 1846 1 +74726 {74725} 7545 1 +74727 {74726} 2124 1 +74728 {74727} 2327 1 +74729 {74728} 3241 1 +74730 {74729} 2635 1 +74731 {74730} 11989 1 +74732 {74731} 3505 1 +74733 {74732} 16204 1 +74734 {74733} 5763 1 +74735 {74734} 3599 1 +74736 {74735} 2844 1 +74737 {74736} 1501 1 +74738 {74737} 9847 1 +74739 {74738} 1683 1 +74740 {74739} 2070 1 +74741 {74740} 2091 1 +74742 {74741} 2187 1 +74743 {74742} 10672 1 +74744 {74743} 3742 1 +74745 {74744} 3603 1 +74746 {74745} 3383 1 +74747 {74746} 11656 1 +74748 {74747} 2569 1 +74749 {74748} 3639 1 +74750 {74749} 2176 1 +74751 {74750} 10794 1 +74752 {74751} 10160 1 +74753 {74752} 3134 1 +74754 {74753} 3475 1 +74755 {74754} 9957 1 +74756 {74755} 15499 1 +74757 {74756} 1780 1 +74758 {74757} 6120 1 +74759 {74758} 10705 1 +74760 {74759} 6815 1 +74761 {74760} 8955 1 +74762 {74761} 3369 1 +74763 {74762} 2184 1 +74764 {74763} 8233 1 +74765 {74764} 3154 1 +74766 {74765} 10341 1 +74767 {74766} 10719 1 +74768 {74767} 10538 1 +74769 {74768} 12459 1 +74770 {74769} 5280 1 +74771 {74770} 1962 1 +74772 {74771} 3137 1 +74773 {74772} 11925 1 +74774 {74773} 14634 1 +74775 {74774} 8698 1 +74776 {74775} 2939 1 +74777 {74776} 2600 1 +74778 {74777} 10418 1 +74779 {74778} 2230 1 +74780 {74779} 2772 1 +74781 {74780} 2030 1 +74782 {74781} 3402 1 +74783 {74782} 3605 1 +74784 {74783} 8169 1 +74785 {74784} 2621 1 +74786 {74785} 10549 1 +74787 {74786} 11312 1 +74788 {74787} 2469 1 +74789 {74788} 1484 1 +74790 {74789} 2943 1 +74791 {74790} 2553 1 +74792 {74792} 2870 1 +74793 {74793} 11071 1 +74794 {74794} 10527 1 +74795 {74795} 15856 1 +74796 {74796} 11511 1 +74797 {74797} 10670 1 +74798 {74798} 2625 1 +74799 {74799} 10311 1 +74800 {74800} 1645 1 +74801 {74801} 11236 1 +74802 {74802} 11582 1 +74803 {74803} 1369 1 +74804 {74804} 8252 1 +74805 {74805} 6424 1 +74806 {74806} 3191 1 +74807 {74807} 1794 1 +74808 {74808} 2461 1 +74809 {74809} 9146 1 +74810 {74810} 1923 1 +74811 {74811} 7826 1 +74812 {74812} 2280 1 +74813 {74813} 11853 1 +74814 {74814} 1485 1 +74815 {74815} 10162 1 +74816 {74816} 11051 1 +74817 {74817} 2668 1 +74818 {74818} 9327 1 +74819 {74819} 13953 1 +74820 {74820} 2601 1 +74821 {74821} 10578 1 +74822 {74822} 2175 1 +74823 {74823} 2897 1 +74824 {74824} 2776 1 +74825 {74825} 2429 1 +74826 {74826} 3252 1 +74827 {74827} 1788 1 +74828 {74828} 9044 1 +74829 {74829} 1750 1 +74830 {74830} 14871 1 +74831 {74831} 2809 1 +74832 {74832} 1924 1 +74833 {74833} 2257 1 +74834 {74834} 9980 1 +74835 {74835} 10928 1 +74836 {74836} 2574 1 +74837 {74837} 1100 1 +74838 {74838} 9765 1 +74839 {74839} 2258 1 +74840 {74840} 1618 1 +74841 {74841} 1691 1 +74842 {74842} 1866 1 +74843 {74843} 8434 1 +74844 {74844} 2624 1 +74845 {74845} 11943 1 +74846 {74846} 1365 1 +74847 {74847} 8868 1 +74848 {74848} 7661 1 +74849 {74849} 11372 1 +74850 {74850} 2830 1 +74851 {74851} 4912 1 +74852 {74852} 10549 1 +74853 {74853} 3160 1 +74854 {74854} 1471 1 +74855 {74855} 16183 1 +74856 {74856} 2751 1 +74857 {74857} 2862 1 +74858 {74858} 5670 1 +74859 {74859} 12452 1 +74860 {74860} 3160 1 +74861 {74861} 2569 1 +74862 {74862} 2456 1 +74863 {74863} 10054 1 +74864 {74864} 7994 1 +74865 {74865} 12225 1 +74866 {74866} 8863 1 +74867 {74867} 3070 1 +74868 {74868} 2412 1 +74869 {74869} 3139 1 +74870 {74870} 3407 1 +74871 {74871} 2751 1 +74872 {74872} 1436 1 +74873 {74873} 2301 1 +74874 {74874} 1856 1 +74875 {74875} 2367 1 +74876 {74876} 11034 1 +74877 {74877} 748 1 +74878 {74878} 1798 1 +74879 {74879} 13866 1 +74880 {74880} 2165 1 +74881 {74881} 9182 1 +74882 {74882} 9171 1 +74883 {74883} 2669 1 +74884 {74884} 1962 1 +74885 {74885} 12063 1 +74886 {74886} 2685 1 +74887 {74887} 10900 1 +74888 {74888} 2189 1 +74889 {74889} 2160 1 +74890 {74890} 2541 1 +74891 {74891} 8642 1 +74892 {74892} 10335 1 +74893 {74893} 2386 1 +74894 {74894} 6163 1 +74895 {74895} 3244 1 +74896 {74896} 5399 1 +74897 {74897} 2222 1 +74898 {74898} 8587 1 +74899 {74899} 1595 1 +74900 {74900} 8416 1 +74901 {74901} 11299 1 +74902 {74902} 12412 1 +74903 {74903} 1735 1 +74904 {74904} 11485 1 +74905 {74905} 2910 1 +74906 {74906} 1098 1 +74907 {74907} 1919 1 +74908 {74908} 2403 1 +74909 {74909} 10577 1 +74910 {74910} 1779 1 +74911 {74911} 9554 1 +74912 {74912} 11587 1 +74913 {74913} 2537 1 +74914 {74914} 7284 1 +74915 {74915} 11223 1 +74916 {74916} 2189 1 +74917 {74917} 10618 1 +74918 {74918} 10987 1 +74919 {74919} 2255 1 +74920 {74920} 7645 1 +74921 {74921} 4776 1 +74922 {74922} 2639 1 +74923 {74923} 9189 1 +74924 {74924} 3794 1 +74925 {74925} 2483 1 +74926 {74926} 16495 1 +74927 {74927} 12933 1 +74928 {74928} 10163 1 +74929 {74929} 10956 1 +74930 {74930} 9826 1 +74931 {74931} 9759 1 +74932 {74932} 10271 1 +74933 {74933} 16012 1 +74934 {74934} 11796 1 +74935 {74935} 2392 1 +74936 {74936} 2329 1 +74937 {74937} 3176 1 +74938 {74938} 13145 1 +74939 {74939} 16314 1 +74940 {74940} 8975 1 +74941 {74941} 11237 1 +74942 {74942} 2663 1 +74943 {74943} 12670 1 +74944 {74944} 4954 1 +74945 {74945} 11688 1 +74946 {74946} 5409 1 +74947 {74947} 10181 1 +74948 {74948} 1445 1 +74949 {74949} 13155 1 +74950 {74950} 2193 1 +74951 {74951} 10922 1 +74952 {74952} 10702 1 +74953 {74953} 2637 1 +74954 {74954} 2490 1 +74955 {74955} 2084 1 +74956 {74956} 2426 1 +74957 {74957} 1475 1 +74958 {74958} 9620 1 +74959 {74959} 5224 1 +74960 {74960} 10905 1 +74961 {74961} 2640 1 +74962 {74962} 2499 1 +74963 {74963} 1361 1 +74964 {74964} 2797 1 +74965 {74965} 7091 1 +74966 {74966} 2234 1 +74967 {74967} 12797 1 +74968 {74968} 10234 1 +74969 {74969} 2531 1 +74970 {74970} 2777 1 +74971 {74971} 2541 1 +74972 {74972} 9809 1 +74973 {74973} 11232 1 +74974 {74974} 10122 1 +74975 {74975} 9032 1 +74976 {74976} 10856 1 +74977 {74977} 2288 1 +74978 {74978} 1903 1 +74979 {74979} 3280 1 +74980 {74980} 8072 1 +74981 {74981} 14332 1 +74982 {74982} 2800 1 +74983 {74983} 3994 1 +74984 {74984} 11951 1 +74985 {74985} 874 1 +74986 {74986} 2524 1 +74987 {74987} 8008 1 +74988 {74988} 3833 1 +74989 {74989} 11098 1 +74990 {74990} 9851 1 +74991 {74991} 3529 1 +74992 {74992} 9988 1 +74993 {74993} 14208 1 +74994 {74994} 2867 1 +74995 {74995} 3074 1 +74996 {74996} 11970 1 +74997 {74997} 10815 1 +74998 {74998} 3039 1 +74999 {74999} 7986 1 +75000 {75000} 5109 1 +75001 {75001} 15654 1 +75002 {75002} 11906 1 +75003 {75003} 13130 1 +75004 {75004} 11111 1 +75005 {75005} 11180 1 +75006 {75006} 11065 1 +75007 {75007} 10960 1 +75008 {75008} 9547 1 +75009 {75009} 9408 1 +75010 {75010} 8272 1 +75011 {75011} 1990 1 +75012 {75012} 11414 1 +75013 {75013} 1685 1 +75014 {75014} 11864 1 +75015 {75015} 2775 1 +75016 {75016} 2716 1 +75017 {75017} 10797 1 +75018 {75018} 11787 1 +75019 {75019} 2013 1 +75020 {75020} 1483 1 +75021 {75021} 2971 1 +75022 {75022} 8001 1 +75023 {75023} 9503 1 +75024 {75024} 3309 1 +75025 {75025} 11305 1 +75026 {75026} 12336 1 +75027 {75027} 10519 1 +75028 {75028} 9849 1 +75029 {75029} 2840 1 +75030 {75030} 1651 1 +75031 {75031} 16228 1 +75032 {75032} 2744 1 +75033 {75033} 1954 1 +75034 {75034} 9322 1 +75035 {75035} 1551 1 +75036 {75036} 3831 1 +75037 {75037} 2266 1 +75038 {75038} 9715 1 +75039 {75039} 2192 1 +75040 {75040} 3022 1 +75041 {75041} 10029 1 +75042 {75042} 11363 1 +75043 {75043} 9694 1 +75044 {75044} 2125 1 +75045 {75045} 1674 1 +75046 {75046} 3006 1 +75047 {75047} 9495 1 +75048 {75048} 11281 1 +75049 {75049} 3013 1 +75050 {75050} 7820 1 +75051 {75051} 9624 1 +75052 {75052} 2329 1 +75053 {75053} 2705 1 +75054 {75054} 1809 1 +75055 {75055} 2760 1 +75056 {75056} 1924 1 +75057 {75057} 15631 1 +75058 {75058} 11186 1 +75059 {75059} 10329 1 +75060 {75060} 2668 1 +75061 {75061} 10884 1 +75062 {75062} 10835 1 +75063 {75063} 11815 1 +75064 {75064} 2941 1 +75065 {75065} 9085 1 +75066 {75066} 1551 1 +75067 {75067} 10199 1 +75068 {75068} 3186 1 +75069 {75069} 2151 1 +75070 {75070} 4468 1 +75071 {75071} 2568 1 +75072 {75072} 1728 1 +75073 {75073} 10757 1 +75074 {75074} 9681 1 +75075 {75075} 2278 1 +75076 {75076} 1738 1 +75077 {75077} 3159 1 +75078 {75078} 14320 1 +75079 {75079} 8736 1 +75080 {75080} 11256 1 +75081 {75081} 14228 1 +75082 {75082} 2801 1 +75083 {75083} 9223 1 +75084 {75084} 10014 1 +75085 {75085} 9561 1 +75086 {75086} 9338 1 +75087 {75087} 10453 1 +75088 {75088} 11181 1 +75089 {75089} 12431 1 +75090 {75090} 1450 1 +75091 {75091} 1845 1 +75092 {75092} 10059 1 +75093 {75093} 1657 1 +75094 {75094} 1953 1 +75095 {75095} 2593 1 +75096 {75096} 9135 1 +75097 {75097} 11609 1 +75098 {75098} 1585 1 +75099 {75099} 6800 1 +75100 {75100} 2032 1 +75101 {75101} 12 1 +75102 {75102} 2129 1 +75103 {75103} 2490 1 +75104 {75104} 2109 1 +75105 {75105} 2685 1 +75106 {75106} 2671 1 +75107 {75107} 14240 1 +75108 {75108} 5140 1 +75109 {75109} 2535 1 +75110 {75110} 2497 1 +75111 {75111} 2619 1 +75112 {75112} 9467 1 +75113 {75113} 1770 1 +75114 {75114} 10333 1 +75115 {75115} 9164 1 +75116 {75116} 8449 1 +75117 {75117} 2047 1 +75118 {75118} 3045 1 +75119 {75119} 8937 1 +75120 {75120} 9472 1 +75121 {75121} 3282 1 +75122 {75122} 1691 1 +75123 {75123} 9891 1 +75124 {75124} 10195 1 +75125 {75125} 14013 1 +75126 {75126} 2524 1 +75127 {75127} 5335 1 +75128 {75128} 2837 1 +75129 {75129} 3159 1 +75130 {75130} 9809 1 +75131 {75131} 15929 1 +75132 {75132} 10031 1 +75133 {75133} 1611 1 +75134 {75134} 2018 1 +75135 {75135} 823 1 +75136 {75136} 2293 1 +75137 {75137} 4691 1 +75138 {75138} 9898 1 +75139 {75139} 2536 1 +75140 {75140} 1790 1 +75141 {75141} 1638 1 +75142 {75142} 2940 1 +75143 {75143} 9588 1 +75144 {75144} 1453 1 +75145 {75145} 10436 1 +75146 {75146} 3727 1 +75147 {75147} 9513 1 +75148 {75148} 3075 1 +75149 {75149} 2102 1 +75150 {75150} 2230 1 +75151 {75151} 5361 1 +75152 {75152} 8588 1 +75153 {75153} 5332 1 +75154 {75154} 9876 1 +75155 {75155} 2120 1 +75156 {75156} 10750 1 +75157 {75157} 2939 1 +75158 {75158} 7256 1 +75159 {75159} 11688 1 +75160 {75160} 2842 1 +75161 {75161} 1836 1 +75162 {75162} 10580 1 +75163 {75163} 3556 1 +75164 {75164} 2380 1 +75165 {75165} 14156 1 +75166 {75166} 1718 1 +75167 {75167} 2018 1 +75168 {75168} 15100 1 +75169 {75169} 783 1 +75170 {75170} 2047 1 +75171 {75171} 2705 1 +75172 {75172} 16143 1 +75173 {75173} 10404 1 +75174 {75174} 11169 1 +75175 {75175} 2124 1 +75176 {75176} 1464 1 +75177 {75177} 11042 1 +75178 {75178} 10452 1 +75179 {75179} 3299 1 +75180 {75180} 3013 1 +75181 {75181} 10078 1 +75182 {75182} 13896 1 +75183 {75183} 3067 1 +75184 {75184} 2996 1 +75185 {75185} 3096 1 +75186 {75186} 2428 1 +75187 {75187} 10031 1 +75188 {75188} 1956 1 +75189 {75189} 1921 1 +75190 {75190} 15886 1 +75191 {75191} 2293 1 +75192 {75192} 1780 1 +75193 {75193} 1115 1 +75194 {75194} 1802 1 +75195 {75195} 1887 1 +75196 {75196} 2901 1 +75197 {75197} 1783 1 +75198 {75198} 2986 1 +75199 {75199} 1140 1 +75200 {75200} 12364 1 +75201 {75201} 2163 1 +75202 {75202} 10987 1 +75203 {75203} 14520 1 +75204 {75204} 9866 1 +75205 {75205} 1755 1 +75206 {75206} 940 1 +75207 {75207} 12966 1 +75208 {75208} 2639 1 +75209 {75209} 1406 1 +75210 {75210} 11295 1 +75211 {75211} 2195 1 +75212 {75212} 2322 1 +75213 {75213} 16566 1 +75214 {75214} 1478 1 +75215 {75215} 9765 1 +75216 {75216} 2207 1 +75217 {75217} 1870 1 +75218 {75218} 10902 1 +75219 {75219} 12563 1 +75220 {75220} 10170 1 +75221 {75221} 10233 1 +75222 {75222} 9352 1 +75223 {75223} 4310 1 +75224 {75224} 2117 1 +75225 {75225} 3691 1 +75226 {75226} 9670 1 +75227 {75227} 3475 1 +75228 {75228} 2209 1 +75229 {75229} 10364 1 +75230 {75230} 2571 1 +75231 {75231} 2978 1 +75232 {75232} 1885 1 +75233 {75233} 10309 1 +75234 {75234} 3333 1 +75235 {75235} 700 1 +75236 {75236} 1928 1 +75237 {75237} 1418 1 +75238 {75238} 2563 1 +75239 {75239} 8272 1 +75240 {75240} 2535 1 +75241 {75241} 1923 1 +75242 {75242} 10642 1 +75243 {75243} 10174 1 +75244 {75244} 10786 1 +75245 {75245} 9765 1 +75246 {75246} 2390 1 +75247 {75247} 13655 1 +75248 {75248} 8775 1 +75249 {75249} 9693 1 +75250 {75250} 6953 1 +75251 {75251} 11278 1 +75252 {75252} 2032 1 +75253 {75253} 2234 1 +75254 {75254} 2685 1 +75255 {75255} 10648 1 +75256 {75256} 10008 1 +75257 {75257} 1241 1 +75258 {75258} 11005 1 +75259 {75259} 14033 1 +75260 {75260} 16187 1 +75261 {75261} 1647 1 +75262 {75262} 9806 1 +75263 {75263} 11171 1 +75264 {75264} 8836 1 +75265 {75265} 10261 1 +75266 {75266} 12927 1 +75267 {75267} 1654 1 +75268 {75268} 1708 1 +75269 {75269} 10450 1 +75270 {75270} 11146 1 +75271 {75271} 1289 1 +75272 {75272} 10646 1 +75273 {75273} 2296 1 +75274 {75274} 1600 1 +75275 {75275} 9882 1 +75276 {75276} 2701 1 +75277 {75277} 11035 1 +75278 {75278} 2335 1 +75279 {75279} 11604 1 +75280 {75280} 11902 1 +75281 {75281} 4695 1 +75282 {75282} 1700 1 +75283 {75283} 2386 1 +75284 {75284} 3029 1 +75285 {75285} 10642 1 +75286 {75286} 2814 1 +75287 {75287} 2180 1 +75288 {75288} 2461 1 +75289 {75289} 11748 1 +75290 {75290} 2605 1 +75291 {75291} 3292 1 +75292 {75292} 6134 1 +75293 {75293} 9740 1 +75294 {75294} 10532 1 +75295 {75295} 11271 1 +75296 {75296} 8877 1 +75297 {75297} 2721 1 +75298 {75298} 2915 1 +75299 {75299} 2729 1 +75300 {75300} 11959 1 +75301 {75301} 9255 1 +75302 {75302} 11103 1 +75303 {75303} 10267 1 +75304 {75304} 10814 1 +75305 {75305} 9546 1 +75306 {75306} 11173 1 +75307 {75307} 1817 1 +75308 {75308} 6874 1 +75309 {75309} 11723 1 +75310 {75310} 11415 1 +75311 {75311} 3132 1 +75312 {75312} 11731 1 +75313 {75313} 2922 1 +75314 {75314} 11042 1 +75315 {75315} 9574 1 +75316 {75316} 11648 1 +75317 {75317} 7202 1 +75318 {75318} 3854 1 +75319 {75319} 3301 1 +75320 {75320} 8045 1 +75321 {75321} 2993 1 +75322 {75322} 9886 1 +75323 {75323} 10878 1 +75324 {75324} 2435 1 +75325 {75325} 10283 1 +75326 {75326} 2604 1 +75327 {75327} 2389 1 +75328 {75328} 10685 1 +75329 {75329} 8458 1 +75330 {75330} 1782 1 +75331 {75331} 1950 1 +75332 {75332} 16533 1 +75333 {75333} 2842 1 +75334 {75334} 2194 1 +75335 {75335} 790 1 +75336 {75336} 755 1 +75337 {75337} 1098 1 +75338 {75338} 14002 1 +75339 {75339} 5557 1 +75340 {75340} 10626 1 +75341 {75341} 16137 1 +75342 {75342} 9187 1 +75343 {75343} 15487 1 +75344 {75344} 9816 1 +75345 {75345} 855 1 +75346 {75346} 2775 1 +75347 {75347} 9237 1 +75348 {75348} 3236 1 +75349 {75349} 2467 1 +75350 {75350} 11125 1 +75351 {75351} 10186 1 +75352 {75352} 2540 1 +75353 {75353} 9355 1 +75354 {75354} 1856 1 +75355 {75355} 11389 1 +75356 {75356} 1417 1 +75357 {75357} 2602 1 +75358 {75358} 1892 1 +75359 {75359} 9754 1 +75360 {75360} 11863 1 +75361 {75361} 15951 1 +75362 {75362} 11890 1 +75363 {75363} 11755 1 +75364 {75364} 9476 1 +75365 {75365} 11688 1 +75366 {75366} 2666 1 +75367 {75367} 3523 1 +75368 {75368} 2122 1 +75369 {75369} 8056 1 +75370 {75370} 2578 1 +75371 {75371} 3213 1 +75372 {75372} 4569 1 +75373 {75373} 1543 1 +75374 {75374} 2117 1 +75375 {75375} 9961 1 +75376 {75376} 2534 1 +75377 {75377} 1615 1 +75378 {75378} 10630 1 +75379 {75379} 3511 1 +75380 {75380} 2535 1 +75381 {75381} 3934 1 +75382 {75382} 2360 1 +75383 {75383} 3132 1 +75384 {75384} 739 1 +75385 {75385} 2187 1 +75386 {75386} 2165 1 +75387 {75387} 2672 1 +75388 {75388} 10351 1 +75389 {75389} 3318 1 +75390 {75390} 3504 1 +75391 {75391} 2908 1 +75392 {75392} 9565 1 +75393 {75393} 2222 1 +75394 {75394} 2743 1 +75395 {75395} 2830 1 +75396 {75396} 11236 1 +75397 {75397} 2302 1 +75398 {75398} 14179 1 +75399 {75399} 11088 1 +75400 {75400} 2091 1 +75401 {75401} 1654 1 +75402 {75402} 10771 1 +75403 {75403} 10323 1 +75404 {75404} 1749 1 +75405 {75405} 11709 1 +75406 {75406} 111 1 +75407 {75407} 2602 1 +75408 {75408} 2143 1 +75409 {75409} 11624 1 +75410 {75410} 3437 1 +75411 {75411} 13186 1 +75412 {75412} 14848 1 +75413 {75413} 10719 1 +75414 {75414} 6403 1 +75415 {75415} 2942 1 +75416 {75416} 7412 1 +75417 {75417} 10956 1 +75418 {75418} 9072 1 +75419 {75419} 10301 1 +75420 {75420} 2155 1 +75421 {75421} 11558 1 +75422 {75422} 11180 1 +75423 {75423} 5177 1 +75424 {75424} 11116 1 +75425 {75425} 2390 1 +75426 {75426} 10417 1 +75427 {75427} 10982 1 +75428 {75428} 8324 1 +75429 {75429} 2113 1 +75430 {75430} 2180 1 +75431 {75431} 3033 1 +75432 {75432} 2763 1 +75433 {75433} 15301 1 +75434 {75434} 1645 1 +75435 {75435} 9771 1 +75436 {75436} 9336 1 +75437 {75437} 1340 1 +75438 {75438} 11759 1 +75439 {75439} 3657 1 +75440 {75440} 1891 1 +75441 {75441} 3278 1 +75442 {75442} 1063 1 +75443 {75443} 2647 1 +75444 {75444} 2632 1 +75445 {75445} 2969 1 +75446 {75446} 2767 1 +75447 {75447} 5389 1 +75448 {75448} 10690 1 +75449 {75449} 2975 1 +75450 {75450} 9705 1 +75451 {75451} 10866 1 +75452 {75452} 5120 1 +75453 {75453} 8123 1 +75454 {75454} 11678 1 +75455 {75455} 9838 1 +75456 {75456} 7888 1 +75457 {75457} 10112 1 +75458 {75458} 901 1 +75459 {75459} 10301 1 +75460 {75460} 12779 1 +75461 {75461} 1805 1 +75462 {75462} 1420 1 +75463 {75463} 3094 1 +75464 {75464} 2537 1 +75465 {75465} 10511 1 +75466 {75466} 2196 1 +75467 {75467} 10021 1 +75468 {75468} 10424 1 +75469 {75469} 1779 1 +75470 {75470} 2606 1 +75471 {75471} 1553 1 +75472 {75472} 16032 1 +75473 {75473} 9147 1 +75474 {75474} 2770 1 +75475 {75475} 7151 1 +75476 {75476} 5385 1 +75477 {75477} 11120 1 +75478 {75478} 13749 1 +75479 {75479} 2969 1 +75480 {75480} 9659 1 +75481 {75481} 10724 1 +75482 {75482} 9377 1 +75483 {75483} 10023 1 +75484 {75484} 10674 1 +75485 {75485} 6383 1 +75486 {75486} 9985 1 +75487 {75487} 2934 1 +75488 {75488} 2870 1 +75489 {75489} 5503 1 +75490 {75490} 3103 1 +75491 {75491} 10206 1 +75492 {75492} 9365 1 +75493 {75493} 464 1 +75494 {75494} 1925 1 +75495 {75495} 1138 1 +75496 {75496} 1236 1 +75497 {75497} 12136 1 +75498 {75498} 1890 1 +75499 {75499} 2602 1 +75500 {75500} 1450 1 +75501 {75501} 1914 1 +75502 {75502} 11159 1 +75503 {75503} 7992 1 +75504 {75504} 8072 1 +75505 {75505} 11034 1 +75506 {75506} 2278 1 +75507 {75507} 7416 1 +75508 {75508} 7560 1 +75509 {75509} 3144 1 +75510 {75510} 2801 1 +75511 {75511} 2093 1 +75512 {75512} 10879 1 +75513 {75513} 1585 1 +75514 {75514} 4528 1 +75515 {75515} 1852 1 +75516 {75516} 1913 1 +75517 {75517} 2306 1 +75518 {75518} 9255 1 +75519 {75519} 6066 1 +75520 {75520} 8657 1 +75521 {75521} 10453 1 +75522 {75522} 9893 1 +75523 {75523} 1508 1 +75524 {75524} 2939 1 +75525 {75525} 1885 1 +75526 {75526} 616 1 +75527 {75527} 2263 1 +75528 {75528} 2741 1 +75529 {75529} 3068 1 +75530 {75530} 1911 1 +75531 {75531} 2124 1 +75532 {75532} 3652 1 +75533 {75533} 9562 1 +75534 {75534} 8608 1 +75535 {75535} 3109 1 +75536 {75536} 10507 1 +75537 {75537} 11537 1 +75538 {75538} 4201 1 +75539 {75539} 1616 1 +75540 {75540} 2457 1 +75541 {75541} 2499 1 +75542 {75542} 9362 1 +75543 {75543} 10597 1 +75544 {75544} 8710 1 +75545 {75545} 2721 1 +75546 {75546} 5921 1 +75547 {75547} 2186 1 +75548 {75548} 1821 1 +75549 {75549} 2093 1 +75550 {75550} 1877 1 +75551 {75551} 2910 1 +75552 {75552} 2788 1 +75553 {75553} 7295 1 +75554 {75554} 10351 1 +75555 {75555} 2868 1 +75556 {75556} 10384 1 +75557 {75557} 2200 1 +75558 {75558} 10048 1 +75559 {75559} 10393 1 +75560 {75560} 888 1 +75561 {75561} 869 1 +75562 {75562} 1334 1 +75563 {75563} 1961 1 +75564 {75564} 1951 1 +75565 {75565} 14700 1 +75566 {75566} 10579 1 +75567 {75567} 4438 1 +75568 {75568} 10076 1 +75569 {75569} 9687 1 +75570 {75570} 854 1 +75571 {75571} 9806 1 +75572 {75572} 10646 1 +75573 {75573} 1714 1 +75574 {75574} 1647 1 +75575 {75575} 1946 1 +75576 {75576} 1842 1 +75577 {75577} 1007 1 +75578 {75578} 2508 1 +75579 {75579} 2152 1 +75580 {75580} 2403 1 +75581 {75581} 2464 1 +75582 {75582} 2130 1 +75583 {75583} 10048 1 +75584 {75584} 2971 1 +75585 {75585} 9253 1 +75586 {75586} 12239 1 +75587 {75587} 11522 1 +75588 {75588} 3546 1 +75589 {75589} 14612 1 +75590 {75590} 10201 1 +75591 {75591} 7736 1 +75592 {75592} 4635 1 +75593 {75593} 4402 1 +75594 {75594} 284 1 +75595 {75595} 2333 1 +75596 {75596} 2650 1 +75597 {75597} 9183 1 +75598 {75598} 10631 1 +75599 {75599} 1537 1 +75600 {75600} 8743 1 +75601 {75601} 107 1 +75602 {75602} 11116 1 +75603 {75603} 11789 1 +75604 {75604} 2486 1 +75605 {75605} 2834 1 +75606 {75606} 10392 1 +75607 {75607} 1097 1 +75608 {75608} 4733 1 +75609 {75609} 2395 1 +75610 {75610} 1957 1 +75611 {75611} 2558 1 +75612 {75612} 2908 1 +75613 {75613} 5474 1 +75614 {75614} 1517 1 +75615 {75615} 9416 1 +75616 {75616} 2084 1 +75617 {75617} 2835 1 +75618 {75618} 12050 1 +75619 {75619} 10739 1 +75620 {75620} 2161 1 +75621 {75621} 11613 1 +75622 {75622} 1606 1 +75623 {75623} 13967 1 +75624 {75624} 15427 1 +75625 {75625} 1997 1 +75626 {75626} 10139 1 +75627 {75627} 9284 1 +75628 {75628} 2228 1 +75629 {75629} 11724 1 +75630 {75630} 1700 1 +75631 {75631} 11616 1 +75632 {75632} 9997 1 +75633 {75633} 9893 1 +75634 {75634} 2859 1 +75635 {75635} 3274 1 +75636 {75636} 1527 1 +75637 {75637} 7355 1 +75638 {75638} 11305 1 +75639 {75639} 13552 1 +75640 {75640} 12883 1 +75641 {75641} 2368 1 +75642 {75642} 3276 1 +75643 {75643} 2867 1 +75644 {75644} 10573 1 +75645 {75645} 2433 1 +75646 {75646} 3692 1 +75647 {75647} 782 1 +75648 {75648} 1301 1 +75649 {75649} 1451 1 +75650 {75650} 3881 1 +75651 {75651} 1379 1 +75652 {75652} 1811 1 +75653 {75653} 11383 1 +75654 {75654} 10424 1 +75655 {75655} 10900 1 +75656 {75656} 2287 1 +75657 {75657} 11116 1 +75658 {75658} 2812 1 +75659 {75659} 2555 1 +75660 {75660} 1823 1 +75661 {75661} 2812 1 +75662 {75662} 10542 1 +75663 {75663} 1716 1 +75664 {75664} 11388 1 +75665 {75665} 2470 1 +75666 {75666} 12377 1 +75667 {75667} 1072 1 +75668 {75668} 10301 1 +75669 {75669} 11242 1 +75670 {75670} 2540 1 +75671 {75671} 1007 1 +75672 {75672} 10928 1 +75673 {75673} 10896 1 +75674 {75674} 2228 1 +75675 {75675} 2862 1 +75676 {75676} 10820 1 +75677 {75677} 104 1 +75678 {75678} 2633 1 +75679 {75679} 16300 1 +75680 {75680} 699 1 +75681 {75681} 9411 1 +75682 {75682} 2797 1 +75683 {75683} 2769 1 +75684 {75684} 13702 1 +75685 {75685} 11763 1 +75686 {75686} 2334 1 +75687 {75687} 2078 1 +75688 {75688} 3078 1 +75689 {75689} 12008 1 +75690 {75690} 1465 1 +75691 {75691} 15558 1 +75692 {75692} 3235 1 +75693 {75693} 3111 1 +75694 {75694} 10195 1 +75695 {75695} 13349 1 +75696 {75696} 11159 1 +75697 {75697} 8491 1 +75698 {75698} 1841 1 +75699 {75699} 11284 1 +75700 {75700} 2234 1 +75701 {75701} 2045 1 +75702 {75702} 11218 1 +75703 {75703} 2557 1 +75704 {75704} 3207 1 +75705 {75705} 16061 1 +75706 {75706} 2737 1 +75707 {75707} 1509 1 +75708 {75708} 149 1 +75709 {75709} 11505 1 +75710 {75710} 10870 1 +75711 {75711} 11338 1 +75712 {75712} 2640 1 +75713 {75713} 11499 1 +75714 {75714} 2026 1 +75715 {75715} 1828 1 +75716 {75913} 9396 1 +75717 {75716} 13716 1 +75718 {75717} 2032 1 +75719 {75718} 3041 1 +75720 {75719} 2604 1 +75721 {75720} 9484 1 +75722 {75721} 2360 1 +75723 {75722} 324 1 +75724 {75723} 10231 1 +75725 {75724} 2666 1 +75726 {75725} 5271 1 +75727 {75726} 10716 1 +75728 {75727} 2218 1 +75729 {75728} 13534 1 +75730 {75729} 8300 1 +75731 {75730} 1092 1 +75732 {75731} 2378 1 +75733 {75732} 2066 1 +75734 {75733} 2184 1 +75735 {75734} 1674 1 +75736 {75735} 2367 1 +75737 {75736} 1565 1 +75738 {75737} 9346 1 +75739 {75738} 2811 1 +75740 {75739} 2430 1 +75741 {75740} 2558 1 +75742 {75741} 2708 1 +75743 {75742} 1859 1 +75744 {75743} 9591 1 +75745 {75744} 2335 1 +75746 {75745} 2670 1 +75747 {75746} 8996 1 +75748 {75747} 8235 1 +75749 {75748} 1144 1 +75750 {75749} 11763 1 +75751 {75750} 2196 1 +75752 {75751} 2807 1 +75753 {75752} 10755 1 +75754 {75753} 9509 1 +75755 {75754} 3040 1 +75756 {75755} 2158 1 +75757 {75756} 10793 1 +75758 {75757} 8862 1 +75759 {75758} 11043 1 +75760 {75759} 4205 1 +75761 {75760} 1409 1 +75762 {75761} 2070 1 +75763 {75762} 1585 1 +75764 {75763} 3753 1 +75765 {75764} 2663 1 +75766 {75765} 2389 1 +75767 {75766} 2400 1 +75768 {75767} 10193 1 +75769 {75768} 8680 1 +75770 {75769} 1018 1 +75771 {75770} 1003 1 +75772 {75771} 11056 1 +75773 {75772} 1163 1 +75774 {75773} 1673 1 +75775 {75774} 10848 1 +75776 {75775} 10242 1 +75777 {75776} 2184 1 +75778 {75777} 3662 1 +75779 {75778} 16034 1 +75780 {75779} 10304 1 +75781 {75780} 3270 1 +75782 {75781} 9906 1 +75783 {75782} 1782 1 +75784 {75783} 10023 1 +75785 {75784} 9480 1 +75786 {75785} 3039 1 +75787 {75786} 2087 1 +75788 {75787} 12799 1 +75789 {75788} 8520 1 +75790 {75789} 10950 1 +75791 {75790} 2701 1 +75792 {75791} 10078 1 +75793 {75792} 2372 1 +75794 {75793} 8629 1 +75795 {75794} 2300 1 +75796 {75795} 2928 1 +75797 {75796} 9771 1 +75798 {75797} 2538 1 +75799 {75798} 1680 1 +75800 {75799} 1624 1 +75801 {75800} 10306 1 +75802 {75801} 2909 1 +75803 {75802} 2869 1 +75804 {75803} 2420 1 +75805 {75804} 11378 1 +75806 {75805} 3077 1 +75807 {75806} 2028 1 +75808 {75807} 2369 1 +75809 {75808} 2576 1 +75810 {75809} 8166 1 +75811 {75810} 14736 1 +75812 {75811} 3078 1 +75813 {75812} 12233 1 +75814 {75813} 9042 1 +75815 {75814} 2242 1 +75816 {75815} 6697 1 +75817 {75816} 11284 1 +75818 {75817} 9295 1 +75819 {75818} 3345 1 +75820 {75819} 11232 1 +75821 {75820} 2317 1 +75822 {75821} 3076 1 +75823 {75822} 9367 1 +75824 {75823} 3027 1 +75825 {75824} 2774 1 +75826 {75825} 8016 1 +75827 {75826} 9905 1 +75828 {75827} 8077 1 +75829 {75828} 9459 1 +75830 {75829} 2740 1 +75831 {75830} 1382 1 +75832 {75831} 2597 1 +75833 {75832} 2026 1 +75834 {75833} 2335 1 +75835 {75834} 919 1 +75836 {75835} 1662 1 +75837 {75836} 1568 1 +75838 {75837} 10724 1 +75839 {75838} 11642 1 +75840 {75839} 14085 1 +75841 {75840} 8551 1 +75842 {75841} 1866 1 +75843 {75842} 3130 1 +75844 {75843} 2192 1 +75845 {75844} 10323 1 +75846 {75845} 1587 1 +75847 {75846} 9718 1 +75848 {76704} 2024 1 +75849 {75847} 8482 1 +75850 {75848} 10953 1 +75851 {75849} 2103 1 +75852 {75850} 6438 1 +75853 {75851} 4978 1 +75854 {75852} 729 1 +75855 {75853} 9970 1 +75856 {75854} 9445 1 +75857 {75855} 895 1 +75858 {75856} 1237 1 +75859 {75857} 2050 1 +75860 {75858} 4884 1 +75861 {75859} 2499 1 +75862 {75860} 10542 1 +75863 {75861} 8643 1 +75864 {75862} 1503 1 +75865 {75863} 10912 1 +75866 {75864} 2468 1 +75867 {75865} 1191 1 +75868 {75866} 15945 1 +75869 {75867} 9019 1 +75870 {75868} 3028 1 +75871 {75869} 869 1 +75872 {75870} 1574 1 +75873 {75871} 10993 1 +75874 {75872} 7409 1 +75875 {75873} 5303 1 +75876 {75874} 4065 1 +75877 {75875} 3570 1 +75878 {75876} 2047 1 +75879 {75877} 1989 1 +75880 {75878} 2465 1 +75881 {75879} 9412 1 +75882 {75880} 1815 1 +75883 {75881} 2185 1 +75884 {75882} 2424 1 +75885 {75883} 4775 1 +75886 {75884} 2661 1 +75887 {75885} 10507 1 +75888 {75886} 1896 1 +75889 {75887} 10636 1 +75890 {75888} 9683 1 +75891 {75889} 15364 1 +75892 {75890} 2531 1 +75893 {75891} 12319 1 +75894 {75892} 10998 1 +75895 {75893} 1807 1 +75896 {75894} 9330 1 +75897 {75895} 3217 1 +75898 {75896} 9599 1 +75899 {75897} 1476 1 +75900 {75898} 9403 1 +75901 {75899} 2382 1 +75902 {75900} 1753 1 +75903 {75901} 778 1 +75904 {75902} 3076 1 +75905 {75903} 1450 1 +75906 {75904} 10773 1 +75907 {75905} 2469 1 +75908 {75906} 2057 1 +75909 {75907} 10555 1 +75910 {75908} 2640 1 +75911 {75909} 11714 1 +75912 {75910} 9324 1 +75913 {75911} 11705 1 +75914 {75912} 10455 1 +75915 {75914} 10357 1 +75916 {75915} 3262 1 +75917 {75916} 3772 1 +75918 {75917} 15849 1 +75919 {75918} 918 1 +75920 {75919} 1740 1 +75921 {75920} 2640 1 +75922 {75921} 1790 1 +75923 {75922} 3975 1 +75924 {75923} 10722 1 +75925 {75924} 10605 1 +75926 {75925} 2196 1 +75927 {75926} 12070 1 +75928 {75927} 3179 1 +75929 {75928} 14659 1 +75930 {75929} 1210 1 +75931 {75930} 2922 1 +75932 {75931} 10270 1 +75933 {75932} 2524 1 +75934 {75933} 9510 1 +75935 {75934} 1342 1 +75936 {75935} 10526 1 +75937 {75936} 15454 1 +75938 {75937} 2937 1 +75939 {75938} 10563 1 +75940 {75939} 1217 1 +75941 {75940} 1703 1 +75942 {75941} 16136 1 +75943 {75942} 9309 1 +75944 {75943} 2245 1 +75945 {75944} 10403 1 +75946 {75945} 1054 1 +75947 {75946} 1946 1 +75948 {75947} 2576 1 +75949 {75948} 3372 1 +75950 {75949} 2498 1 +75951 {75950} 1294 1 +75952 {75951} 2497 1 +75953 {75952} 1989 1 +75954 {75953} 10019 1 +75955 {75954} 10751 1 +75956 {75955} 3970 1 +75957 {75956} 10704 1 +75958 {75957} 3107 1 +75959 {75958} 14271 1 +75960 {75959} 1750 1 +75961 {75960} 10938 1 +75962 {75961} 10094 1 +75963 {75962} 9575 1 +75964 {75963} 440 1 +75965 {75964} 10828 1 +75966 {75965} 3326 1 +75967 {75966} 1624 1 +75968 {75967} 9923 1 +75969 {75968} 9269 1 +75970 {75969} 1889 1 +75971 {75970} 10982 1 +75972 {75971} 16205 1 +75973 {75972} 10413 1 +75974 {75973} 2403 1 +75975 {75974} 11682 1 +75976 {75975} 13436 1 +75977 {75976} 2046 1 +75978 {75977} 2822 1 +75979 {75978} 2977 1 +75980 {75979} 1255 1 +75981 {75980} 12195 1 +75982 {75981} 11704 1 +75983 {75982} 1780 1 +75984 {75983} 8663 1 +75985 {75984} 12671 1 +75986 {75985} 11740 1 +75987 {75986} 11455 1 +75988 {75987} 2707 1 +75989 {75988} 9193 1 +75990 {75989} 2060 1 +75991 {75990} 5062 1 +75992 {75991} 1432 1 +75993 {75992} 2416 1 +75994 {75993} 9964 1 +75995 {75994} 2266 1 +75996 {75995} 8813 1 +75997 {75996} 2346 1 +75998 {75997} 10179 1 +75999 {75998} 350 1 +76000 {75999} 10648 1 +76001 {76000} 2647 1 +76002 {76001} 2847 1 +76003 {76002} 10902 1 +76004 {76003} 10283 1 +76005 {76004} 11216 1 +76006 {76005} 1626 1 +76007 {76006} 1049 1 +76008 {76007} 2197 1 +76009 {76008} 2516 1 +76010 {76009} 10618 1 +76011 {76010} 2597 1 +76012 {76011} 3376 1 +76013 {76012} 2356 1 +76014 {76013} 1859 1 +76015 {76014} 12652 1 +76016 {76015} 10285 1 +76017 {76016} 1445 1 +76018 {76017} 2613 1 +76019 {76018} 14845 1 +76020 {76019} 10281 1 +76021 {76020} 10544 1 +76022 {76021} 1501 1 +76023 {76022} 2548 1 +76024 {76023} 11559 1 +76025 {76024} 1836 1 +76026 {76025} 1561 1 +76027 {76026} 2941 1 +76028 {76027} 3594 1 +76029 {76028} 1505 1 +76030 {76029} 9721 1 +76031 {76030} 2316 1 +76032 {76031} 2310 1 +76033 {76032} 2668 1 +76034 {76033} 10500 1 +76035 {76034} 8105 1 +76036 {76035} 2180 1 +76037 {76036} 3360 1 +76038 {76037} 2503 1 +76039 {76038} 2696 1 +76040 {76039} 2870 1 +76041 {76040} 11569 1 +76042 {76041} 11537 1 +76043 {76042} 10892 1 +76044 {76043} 1494 1 +76045 {76044} 2037 1 +76046 {76045} 2930 1 +76047 {76046} 1599 1 +76048 {76047} 10761 1 +76049 {76048} 1717 1 +76050 {76049} 2569 1 +76051 {76050} 2564 1 +76052 {76051} 1274 1 +76053 {76052} 9407 1 +76054 {76053} 9826 1 +76055 {76054} 1507 1 +76056 {76055} 10106 1 +76057 {76056} 2344 1 +76058 {76057} 9577 1 +76059 {76058} 13352 1 +76060 {76059} 258 1 +76061 {76060} 3348 1 +76062 {76061} 1657 1 +76063 {76062} 12270 1 +76064 {76063} 1447 1 +76065 {76064} 11428 1 +76066 {76065} 11060 1 +76067 {76066} 2523 1 +76068 {76067} 1967 1 +76069 {76068} 2875 1 +76070 {76069} 1989 1 +76071 {76070} 9791 1 +76072 {76071} 15797 1 +76073 {76072} 9690 1 +76074 {76073} 10315 1 +76075 {76074} 10011 1 +76076 {76075} 2268 1 +76077 {76076} 2101 1 +76078 {76077} 9724 1 +76079 {76078} 11297 1 +76080 {76079} 9629 1 +76081 {76080} 4486 1 +76082 {76081} 1927 1 +76083 {76082} 2190 1 +76084 {76083} 9670 1 +76085 {76084} 2160 1 +76086 {76085} 2555 1 +76087 {76086} 15592 1 +76088 {76087} 1053 1 +76089 {76088} 10216 1 +76090 {76089} 11407 1 +76091 {76090} 2790 1 +76092 {76091} 12296 1 +76093 {76092} 2869 1 +76094 {76093} 11474 1 +76095 {76094} 1839 1 +76096 {76095} 2740 1 +76097 {76096} 1635 1 +76098 {76097} 9950 1 +76099 {76098} 2809 1 +76100 {76099} 2859 1 +76101 {76100} 9768 1 +76102 {76101} 14008 1 +76103 {76102} 1680 1 +76104 {76103} 3111 1 +76105 {76104} 936 1 +76106 {76105} 1961 1 +76107 {76106} 1538 1 +76108 {76107} 2824 1 +76109 {76108} 10121 1 +76110 {76109} 10504 1 +76111 {76110} 586 1 +76112 {76111} 10163 1 +76113 {76112} 10157 1 +76114 {76113} 2030 1 +76115 {76114} 2534 1 +76116 {76115} 10270 1 +76117 {76116} 8874 1 +76118 {76117} 747 1 +76119 {76118} 2496 1 +76120 {76119} 2152 1 +76121 {76120} 9323 1 +76122 {76121} 2486 1 +76123 {76122} 11392 1 +76124 {76123} 9660 1 +76125 {76124} 2214 1 +76126 {76125} 10565 1 +76127 {76126} 8590 1 +76128 {76127} 1710 1 +76129 {76128} 11578 1 +76130 {76129} 3444 1 +76131 {76130} 11513 1 +76132 {76131} 11103 1 +76133 {76132} 16497 1 +76134 {76133} 3250 1 +76135 {76134} 2622 1 +76136 {76135} 1452 1 +76137 {76136} 2423 1 +76138 {76137} 11299 1 +76139 {76138} 1120 1 +76140 {76139} 10366 1 +76141 {76140} 2224 1 +76142 {76141} 6346 1 +76143 {76142} 10452 1 +76144 {76143} 2026 1 +76145 {76144} 1748 1 +76146 {76145} 2228 1 +76147 {76146} 1164 1 +76148 {76147} 2357 1 +76149 {76148} 3247 1 +76150 {76149} 3128 1 +76151 {76150} 10507 1 +76152 {76151} 1826 1 +76153 {76152} 1708 1 +76154 {76153} 1326 1 +76155 {76154} 3666 1 +76156 {76155} 2195 1 +76157 {76156} 936 1 +76158 {76157} 1849 1 +76159 {76158} 7515 1 +76160 {76159} 11174 1 +76161 {76160} 11915 1 +76162 {76161} 1602 1 +76163 {76162} 2030 1 +76164 {76163} 855 1 +76165 {76164} 2414 1 +76166 {76165} 2493 1 +76167 {76166} 1753 1 +76168 {76167} 2269 1 +76169 {76168} 10987 1 +76170 {76169} 14068 1 +76171 {76170} 10128 1 +76172 {76171} 8576 1 +76173 {76172} 15016 1 +76174 {76173} 4074 1 +76175 {76174} 12663 1 +76176 {76175} 2145 1 +76177 {76176} 1018 1 +76178 {76177} 14104 1 +76179 {76178} 914 1 +76180 {76179} 3415 1 +76181 {76180} 9625 1 +76182 {76181} 1385 1 +76183 {76182} 9814 1 +76184 {76183} 9882 1 +76185 {76184} 1580 1 +76186 {76185} 2767 1 +76187 {76186} 13105 1 +76188 {76187} 2831 1 +76189 {76188} 3170 1 +76190 {76189} 14165 1 +76191 {76190} 10052 1 +76192 {76191} 9167 1 +76193 {76192} 2537 1 +76194 {76193} 10660 1 +76195 {76194} 3497 1 +76196 {76195} 1827 1 +76197 {76196} 15601 1 +76198 {76197} 10351 1 +76199 {76198} 1966 1 +76200 {76199} 8848 1 +76201 {76200} 943 1 +76202 {76201} 2047 1 +76203 {76202} 2251 1 +76204 {76203} 10057 1 +76205 {76204} 5930 1 +76206 {76205} 10494 1 +76207 {76206} 1775 1 +76208 {76207} 1951 1 +76209 {76208} 5620 1 +76210 {76209} 2099 1 +76211 {76210} 11031 1 +76212 {76211} 8968 1 +76213 {76212} 1516 1 +76214 {76213} 2167 1 +76215 {76214} 2629 1 +76216 {76215} 1886 1 +76217 {76216} 2941 1 +76218 {76217} 2740 1 +76219 {76218} 9384 1 +76220 {76219} 8765 1 +76221 {76220} 9155 1 +76222 {76221} 2604 1 +76223 {76222} 3280 1 +76224 {76223} 8412 1 +76225 {76224} 9860 1 +76226 {76225} 2214 1 +76227 {76226} 2120 1 +76228 {76227} 2317 1 +76229 {76228} 2322 1 +76230 {76229} 2435 1 +76231 {76230} 2230 1 +76232 {76231} 3176 1 +76233 {76232} 2788 1 +76234 {76233} 2068 1 +76235 {76234} 1959 1 +76236 {76235} 1580 1 +76237 {76236} 10853 1 +76238 {76237} 1942 1 +76239 {76238} 9988 1 +76240 {76239} 2927 1 +76241 {76240} 13797 1 +76242 {76241} 1882 1 +76243 {76242} 2066 1 +76244 {76243} 10609 1 +76245 {76244} 9934 1 +76246 {76245} 1787 1 +76247 {76246} 1889 1 +76248 {76247} 2192 1 +76249 {76248} 1125 1 +76250 {76249} 2669 1 +76251 {76250} 9652 1 +76252 {76251} 2774 1 +76253 {76252} 2973 1 +76254 {76253} 10092 1 +76255 {76254} 2466 1 +76256 {76255} 1956 1 +76257 {76256} 2252 1 +76258 {76257} 2067 1 +76259 {76258} 2161 1 +76260 {76259} 10828 1 +76261 {76260} 1787 1 +76262 {76261} 1805 1 +76263 {76262} 2909 1 +76264 {76263} 12638 1 +76265 {76264} 2474 1 +76266 {76265} 9467 1 +76267 {76266} 3265 1 +76268 {76267} 11861 1 +76269 {76268} 2296 1 +76270 {76269} 2125 1 +76271 {76270} 2910 1 +76272 {76271} 10038 1 +76273 {76272} 2666 1 +76274 {76273} 3105 1 +76275 {76274} 13477 1 +76276 {76275} 2602 1 +76277 {76276} 10580 1 +76278 {76277} 1952 1 +76279 {76278} 12464 1 +76280 {76279} 10026 1 +76281 {76280} 10795 1 +76282 {76281} 15766 1 +76283 {76282} 1441 1 +76284 {76283} 1702 1 +76285 {76284} 11447 1 +76286 {76285} 9775 1 +76287 {76286} 15229 1 +76288 {76287} 2192 1 +76289 {76288} 6299 1 +76290 {76289} 1091 1 +76291 {76290} 9904 1 +76292 {76291} 2376 1 +76293 {76292} 2303 1 +76294 {76293} 2699 1 +76295 {76294} 1833 1 +76296 {76295} 12137 1 +76297 {76296} 12382 1 +76298 {76297} 10047 1 +76299 {76298} 1960 1 +76300 {76299} 1745 1 +76301 {76300} 8924 1 +76302 {76301} 1234 1 +76303 {76302} 1892 1 +76304 {76303} 8880 1 +76305 {76304} 3714 1 +76306 {76305} 10792 1 +76307 {76306} 2361 1 +76308 {76307} 2050 1 +76309 {76308} 6530 1 +76310 {76309} 1963 1 +76311 {76310} 10124 1 +76312 {76311} 7976 1 +76313 {76312} 10948 1 +76314 {76313} 1765 1 +76315 {76314} 5731 1 +76316 {76315} 5946 1 +76317 {76316} 2230 1 +76318 {76317} 10306 1 +76319 {76318} 11846 1 +76320 {76319} 9954 1 +76321 {76320} 4564 1 +76322 {76321} 8403 1 +76323 {76322} 12370 1 +76324 {76323} 11295 1 +76325 {76324} 1481 1 +76326 {76325} 10967 1 +76327 {76326} 3078 1 +76328 {76327} 14366 1 +76329 {76328} 10380 1 +76330 {76329} 2293 1 +76331 {76330} 1471 1 +76332 {76331} 1675 1 +76333 {76332} 8927 1 +76334 {76333} 8924 1 +76335 {76334} 12844 1 +76336 {76335} 9372 1 +76337 {76336} 3343 1 +76338 {76337} 9548 1 +76339 {76338} 3733 1 +76340 {76339} 10815 1 +76341 {76340} 15991 1 +76342 {76341} 5927 1 +76343 {76342} 10932 1 +76344 {76343} 2320 1 +76345 {76344} 1275 1 +76346 {76345} 6086 1 +76347 {76346} 9730 1 +76348 {76347} 15710 1 +76349 {76348} 6355 1 +76350 {76349} 13158 1 +76351 {76350} 8555 1 +76352 {76351} 9796 1 +76353 {76352} 12639 1 +76354 {76353} 9408 1 +76355 {76354} 11381 1 +76356 {76355} 8347 1 +76357 {76356} 12985 1 +76358 {76357} 10607 1 +76359 {76358} 10758 1 +76360 {76359} 1928 1 +76361 {76360} 8199 1 +76362 {76361} 13050 1 +76363 {76362} 2197 1 +76364 {76363} 3009 1 +76365 {76364} 9373 1 +76366 {76365} 8539 1 +76367 {76366} 3315 1 +76368 {76367} 1159 1 +76369 {76368} 2029 1 +76370 {76369} 2128 1 +76371 {76370} 10734 1 +76372 {76371} 3541 1 +76373 {76372} 3544 1 +76374 {76373} 1061 1 +76375 {76374} 9187 1 +76376 {76375} 2242 1 +76377 {76376} 11008 1 +76378 {76377} 9608 1 +76379 {76378} 9965 1 +76380 {76379} 4543 1 +76381 {76380} 9970 1 +76382 {76381} 1216 1 +76383 {76382} 615 1 +76384 {76383} 3412 1 +76385 {76384} 10916 1 +76386 {76385} 10249 1 +76387 {76386} 14912 1 +76388 {76387} 10201 1 +76389 {76388} 3220 1 +76390 {76389} 2695 1 +76391 {76390} 6959 1 +76392 {76391} 9667 1 +76393 {76392} 1939 1 +76394 {76393} 12311 1 +76395 {76394} 2266 1 +76396 {76395} 12005 1 +76397 {76396} 1923 1 +76398 {76397} 11402 1 +76399 {76398} 2266 1 +76400 {76399} 1449 1 +76401 {76400} 9810 1 +76402 {76401} 7462 1 +76403 {76402} 2840 1 +76404 {76403} 2302 1 +76405 {76404} 10514 1 +76406 {76405} 8619 1 +76407 {76406} 2269 1 +76408 {76407} 12371 1 +76409 {76408} 8840 1 +76410 {76409} 9843 1 +76411 {76410} 3341 1 +76412 {76411} 655 1 +76413 {76412} 8990 1 +76414 {76413} 2496 1 +76415 {76414} 12309 1 +76416 {76415} 16370 1 +76417 {76416} 9300 1 +76418 {76417} 1163 1 +76419 {76418} 6450 1 +76420 {76419} 1004 1 +76421 {76420} 2429 1 +76422 {76421} 2298 1 +76423 {76422} 2402 1 +76424 {76423} 8779 1 +76425 {76424} 3588 1 +76426 {76425} 2596 1 +76427 {76426} 10449 1 +76428 {76427} 2450 1 +76429 {76428} 1132 1 +76430 {76429} 2634 1 +76431 {76430} 1668 1 +76432 {76431} 5065 1 +76433 {76432} 2359 1 +76434 {76433} 11327 1 +76435 {76434} 13490 1 +76436 {76435} 2468 1 +76437 {76436} 2223 1 +76438 {76437} 1515 1 +76439 {76438} 8964 1 +76440 {76439} 11704 1 +76441 {76440} 2261 1 +76442 {76441} 2672 1 +76443 {76442} 3236 1 +76444 {76443} 12840 1 +76445 {76444} 14402 1 +76446 {76445} 2266 1 +76447 {76446} 2666 1 +76448 {76447} 3132 1 +76449 {76448} 2125 1 +76450 {76449} 2703 1 +76451 {76450} 10018 1 +76452 {76451} 12596 1 +76453 {76452} 11415 1 +76454 {76453} 1266 1 +76455 {76454} 2031 1 +76456 {76455} 12182 1 +76457 {76456} 9449 1 +76458 {76457} 1612 1 +76459 {76458} 1962 1 +76460 {76459} 1886 1 +76461 {76460} 11129 1 +76462 {76461} 1988 1 +76463 {76462} 10258 1 +76464 {76463} 7879 1 +76465 {76464} 11300 1 +76466 {76465} 9694 1 +76467 {76466} 11077 1 +76468 {76467} 401 1 +76469 {76468} 3313 1 +76470 {76469} 1339 1 +76471 {76470} 752 1 +76472 {76471} 1851 1 +76473 {76472} 10944 1 +76474 {76473} 2596 1 +76475 {76474} 1619 1 +76476 {76475} 1615 1 +76477 {76476} 10820 1 +76478 {76477} 8819 1 +76479 {76478} 9306 1 +76480 {76479} 14 1 +76481 {76480} 1124 1 +76482 {76481} 9618 1 +76483 {76482} 9921 1 +76484 {76483} 11900 1 +76485 {76484} 11044 1 +76486 {76485} 5992 1 +76487 {76486} 9178 1 +76488 {76487} 2425 1 +76489 {76488} 9519 1 +76490 {76489} 8699 1 +76491 {76490} 3094 1 +76492 {76491} 2579 1 +76493 {76492} 10820 1 +76494 {76493} 14041 1 +76495 {76494} 13327 1 +76496 {76495} 10264 1 +76497 {76496} 10839 1 +76498 {76497} 9665 1 +76499 {76498} 2232 1 +76500 {76499} 11111 1 +76501 {76500} 1796 1 +76502 {76501} 2684 1 +76503 {76502} 1922 1 +76504 {76503} 8981 1 +76505 {76504} 875 1 +76506 {76505} 1425 1 +76507 {76506} 10999 1 +76508 {76507} 10300 1 +76509 {76508} 7006 1 +76510 {76509} 10160 1 +76511 {76510} 12535 1 +76512 {76511} 1580 1 +76513 {76512} 1012 1 +76514 {76513} 9821 1 +76515 {76514} 10329 1 +76516 {76515} 12023 1 +76517 {76516} 2790 1 +76518 {76517} 2733 1 +76519 {76518} 11003 1 +76520 {76519} 11505 1 +76521 {76520} 11440 1 +76522 {76521} 13336 1 +76523 {76522} 15663 1 +76524 {76523} 3454 1 +76525 {76524} 10166 1 +76526 {76525} 11335 1 +76527 {76526} 2774 1 +76528 {76527} 11015 1 +76529 {76528} 9707 1 +76530 {76529} 3009 1 +76531 {76530} 538 1 +76532 {76531} 2810 1 +76533 {76532} 1786 1 +76534 {76533} 9485 1 +76535 {76534} 2267 1 +76536 {76535} 1210 1 +76537 {76536} 10788 1 +76538 {76537} 10430 1 +76539 {76538} 3347 1 +76540 {76539} 8063 1 +76541 {76540} 3710 1 +76542 {76541} 13767 1 +76543 {76542} 11329 1 +76544 {76543} 5562 1 +76545 {76544} 11847 1 +76546 {76545} 2183 1 +76547 {76546} 2797 1 +76548 {76547} 11088 1 +76549 {76548} 10236 1 +76550 {76549} 10327 1 +76551 {76550} 15528 1 +76552 {76551} 9954 1 +76553 {76552} 3134 1 +76554 {76553} 2842 1 +76555 {76554} 10387 1 +76556 {76555} 1685 1 +76557 {76556} 16252 1 +76558 {76557} 2502 1 +76559 {76558} 1552 1 +76560 {76559} 1626 1 +76561 {76560} 12294 1 +76562 {76561} 1823 1 +76563 {76562} 15775 1 +76564 {76563} 14978 1 +76565 {76564} 11684 1 +76566 {76565} 9771 1 +76567 {76566} 13776 1 +76568 {76567} 10025 1 +76569 {76568} 2134 1 +76570 {76569} 2622 1 +76571 {76570} 10201 1 +76572 {76571} 2051 1 +76573 {76572} 9918 1 +76574 {76573} 16074 1 +76575 {76574} 2266 1 +76576 {76575} 9580 1 +76577 {76576} 14304 1 +76578 {76577} 10112 1 +76579 {76578} 1227 1 +76580 {76579} 1230 1 +76581 {76580} 7019 1 +76582 {76581} 16151 1 +76583 {76582} 1887 1 +76584 {76583} 3072 1 +76585 {76584} 1718 1 +76586 {76585} 1959 1 +76587 {76586} 10758 1 +76588 {76587} 2839 1 +76589 {76588} 13626 1 +76590 {76589} 1869 1 +76591 {76590} 3379 1 +76592 {76591} 1703 1 +76593 {76592} 7973 1 +76594 {76593} 2278 1 +76595 {76594} 11518 1 +76596 {76595} 968 1 +76597 {76596} 9302 1 +76598 {76597} 2634 1 +76599 {76598} 2456 1 +76600 {76599} 3750 1 +76601 {76600} 2143 1 +76602 {76601} 1824 1 +76603 {76602} 10024 1 +76604 {76603} 1851 1 +76605 {76604} 9664 1 +76606 {76605} 11096 1 +76607 {76606} 2527 1 +76608 {76607} 2098 1 +76609 {76608} 11197 1 +76610 {76609} 6706 1 +76611 {76610} 9673 1 +76612 {76611} 2729 1 +76613 {76612} 11682 1 +76614 {76613} 2389 1 +76615 {76614} 11406 1 +76616 {76615} 10241 1 +76617 {76616} 5250 1 +76618 {76617} 2705 1 +76619 {76618} 2217 1 +76620 {76619} 5926 1 +76621 {76620} 2180 1 +76622 {76621} 9897 1 +76623 {76622} 1286 1 +76624 {76623} 12118 1 +76625 {76624} 9629 1 +76626 {76625} 3208 1 +76627 {76626} 13697 1 +76628 {76627} 10778 1 +76629 {76628} 3003 1 +76630 {76629} 10786 1 +76631 {76630} 2069 1 +76632 {76631} 10293 1 +76633 {76632} 11670 1 +76634 {76633} 2468 1 +76635 {76634} 10583 1 +76636 {76635} 10730 1 +76637 {76636} 1350 1 +76638 {76637} 7592 1 +76639 {76638} 2028 1 +76640 {76639} 10162 1 +76641 {76640} 10171 1 +76642 {76641} 11098 1 +76643 {76642} 1584 1 +76644 {76643} 2492 1 +76645 {76644} 2910 1 +76646 {76645} 9231 1 +76647 {76646} 9765 1 +76648 {76647} 13850 1 +76649 {76648} 2903 1 +76650 {76649} 2807 1 +76651 {76650} 2917 1 +76652 {76651} 10826 1 +76653 {76652} 11090 1 +76654 {76653} 12576 1 +76655 {76654} 1465 1 +76656 {76655} 10932 1 +76657 {76656} 14139 1 +76658 {76657} 10241 1 +76659 {76658} 9613 1 +76660 {76659} 16163 1 +76661 {76660} 11739 1 +76662 {76661} 9729 1 +76663 {76662} 8665 1 +76664 {76663} 10192 1 +76665 {76664} 11808 1 +76666 {76665} 1922 1 +76667 {76666} 1026 1 +76668 {76667} 2401 1 +76669 {76668} 1851 1 +76670 {76669} 10530 1 +76671 {76670} 9740 1 +76672 {76671} 2276 1 +76673 {76672} 753 1 +76674 {76673} 1130 1 +76675 {76674} 2901 1 +76676 {76675} 5769 1 +76677 {76676} 2562 1 +76678 {76677} 656 1 +76679 {76678} 15912 1 +76680 {76679} 9260 1 +76681 {76680} 2465 1 +76682 {76681} 11566 1 +76683 {76682} 1892 1 +76684 {76683} 2566 1 +76685 {76684} 6709 1 +76686 {76685} 9736 1 +76687 {76686} 10497 1 +76688 {76687} 2633 1 +76689 {76688} 2084 1 +76690 {76689} 1607 1 +76691 {76690} 3311 1 +76692 {76691} 2648 1 +76693 {76692} 1186 1 +76694 {76693} 2434 1 +76695 {76694} 12519 1 +76696 {76695} 10752 1 +76697 {76696} 4229 1 +76698 {76697} 10141 1 +76699 {76698} 9274 1 +76700 {76699} 16146 1 +76701 {76700} 16372 1 +76702 {76701} 11894 1 +76703 {76702} 10089 1 +76704 {76703} 3379 1 +76705 {76705} 12211 1 +76706 {76706} 4176 1 +76707 {76707} 9522 1 +76708 {76708} 14495 1 +76709 {76709} 13759 1 +76710 {76710} 12671 1 +76711 {76711} 7225 1 +76712 {76712} 11462 1 +76713 {76713} 36 1 +76714 {76714} 2397 1 +76715 {76715} 2399 1 +76716 {76716} 1563 1 +76717 {76717} 853 1 +76718 {76718} 3167 1 +76719 {76719} 8547 1 +76720 {76720} 1782 1 +76721 {76721} 1780 1 +76722 {76722} 13423 1 +76723 {76723} 2776 1 +76724 {76724} 10516 1 +76725 {76725} 8867 1 +76726 {76726} 1889 1 +76727 {76727} 9341 1 +76728 {76728} 2811 1 +76729 {76729} 10689 1 +76730 {76730} 6394 1 +76731 {76731} 1991 1 +76732 {76732} 9296 1 +76733 {76733} 5660 1 +76734 {76734} 2668 1 +76735 {76735} 1421 1 +76736 {76736} 11991 1 +76737 {76737} 10121 1 +76738 {76738} 10607 1 +76739 {76739} 11544 1 +76740 {76740} 2326 1 +76741 {76741} 3095 1 +76742 {76742} 2672 1 +76743 {76743} 10965 1 +76744 {76744} 3180 1 +76745 {76745} 1887 1 +76746 {76746} 9182 1 +76747 {76747} 2897 1 +76748 {76748} 2912 1 +76749 {76749} 10875 1 +76750 {76750} 2263 1 +76751 {76751} 2247 1 +76752 {76752} 2304 1 +76753 {76753} 12210 1 +76754 {76754} 1173 1 +76755 {76755} 9143 1 +76756 {76756} 2648 1 +76757 {76757} 9100 1 +76758 {76758} 3491 1 +76759 {76759} 7481 1 +76760 {76760} 10634 1 +76761 {76761} 2817 1 +76762 {76762} 1873 1 +76763 {76763} 33 1 +76764 {76764} 11197 1 +76765 {76765} 4997 1 +76766 {76766} 1805 1 +76767 {76767} 3069 1 +76768 {76768} 3251 1 +76769 {76769} 10594 1 +76770 {76770} 2368 1 +76771 {76771} 1912 1 +76772 {76772} 11395 1 +76773 {76773} 10686 1 +76774 {76774} 10509 1 +76775 {76775} 10393 1 +76776 {76776} 14792 1 +76777 {76777} 1451 1 +76778 {76778} 11197 1 +76779 {76779} 11603 1 +76780 {76780} 11620 1 +76781 {76781} 2699 1 +76782 {76782} 2537 1 +76783 {76783} 11936 1 +76784 {76784} 10380 1 +76785 {76785} 2788 1 +76786 {76786} 10826 1 +76787 {76787} 10888 1 +76788 {76788} 1741 1 +76789 {76789} 9707 1 +76790 {76790} 1616 1 +76791 {76791} 11059 1 +76792 {76792} 9259 1 +76793 {76793} 10580 1 +76794 {76794} 11234 1 +76795 {76795} 1064 1 +76796 {76796} 2287 1 +76797 {76797} 2756 1 +76798 {76798} 1646 1 +76799 {76799} 10329 1 +76800 {76800} 15893 1 +76801 {76801} 2013 1 +76802 {76802} 10511 1 +76803 {76803} 1885 1 +76804 {76804} 11357 1 +76805 {76805} 8852 1 +76806 {76806} 9360 1 +76807 {76807} 1911 1 +76808 {76808} 2122 1 +76809 {76809} 2805 1 +76810 {76810} 10455 1 +76811 {76811} 10757 1 +76812 {76812} 3175 1 +76813 {76813} 10232 1 +76814 {76814} 315 1 +76815 {76815} 13447 1 +76816 {76816} 14174 1 +76817 {76817} 2625 1 +76818 {76818} 8960 1 +76819 {76819} 2560 1 +76820 {76820} 10116 1 +76821 {76821} 10316 1 +76822 {76822} 2110 1 +76823 {76823} 15696 1 +76824 {76824} 2334 1 +76825 {76825} 8949 1 +76826 {76826} 2774 1 +76827 {76827} 2130 1 +76828 {76828} 9869 1 +76829 {76829} 821 1 +76830 {76830} 2319 1 +76831 {76831} 8434 1 +76832 {76832} 6369 1 +76833 {76833} 9185 1 +76834 {76834} 10141 1 +76835 {76835} 16146 1 +76836 {76836} 2499 1 +76837 {76837} 2444 1 +76838 {76838} 3043 1 +76839 {76839} 9826 1 +76840 {76840} 9978 1 +76841 {76841} 14869 1 +76842 {76842} 2668 1 +76843 {76843} 1854 1 +76844 {76844} 1133 1 +76845 {76845} 10792 1 +76846 {76846} 2466 1 +76847 {76847} 10792 1 +76848 {76848} 11576 1 +76849 {76849} 1425 1 +76850 {76850} 1271 1 +76851 {76851} 8707 1 +76852 {76852} 2939 1 +76853 {76853} 10409 1 +76854 {76854} 3274 1 +76855 {76855} 554 1 +76856 {76856} 10460 1 +76857 {76857} 3925 1 +76858 {76858} 2909 1 +76859 {76859} 1210 1 +76860 {76860} 1221 1 +76861 {76861} 10286 1 +76862 {76862} 11695 1 +76863 {76863} 2256 1 +76864 {76864} 2562 1 +76865 {76865} 7103 1 +76866 {76866} 10453 1 +76867 {76867} 936 1 +76868 {76868} 14382 1 +76869 {76869} 3438 1 +76870 {76870} 1105 1 +76871 {76871} 6362 1 +76872 {76872} 10552 1 +76873 {76873} 11237 1 +76874 {76874} 7378 1 +76875 {76875} 799 1 +76876 {76876} 10293 1 +76877 {76877} 9065 1 +76878 {76878} 12574 1 +76879 {76879} 3095 1 +76880 {76880} 10311 1 +76881 {76881} 1986 1 +76882 {76882} 10405 1 +76883 {76883} 3141 1 +76884 {76884} 387 1 +76885 {76885} 423 1 +76886 {76886} 2166 1 +76887 {76887} 10815 1 +76888 {76888} 15578 1 +76889 {76889} 9255 1 +76890 {76890} 2286 1 +76891 {76891} 9420 1 +76892 {76892} 881 1 +76893 {76893} 9716 1 +76894 {76894} 1386 1 +76895 {76895} 10536 1 +76896 {76896} 2498 1 +76897 {76897} 10065 1 +76898 {76898} 10627 1 +76899 {76899} 2185 1 +76900 {76900} 2282 1 +76901 {76901} 637 1 +76902 {76902} 329 1 +76903 {76903} 974 1 +76904 {76904} 2055 1 +76905 {76905} 8340 1 +76906 {76906} 1827 1 +76907 {76907} 11268 1 +76908 {76908} 3637 1 +76909 {76909} 14462 1 +76910 {76910} 1543 1 +76911 {76911} 4203 1 +76912 {76912} 11245 1 +76913 {76913} 3828 1 +76914 {76914} 3047 1 +76915 {76915} 2182 1 +76916 {76916} 3213 1 +76917 {76917} 8330 1 +76918 {76918} 10430 1 +76919 {76919} 2362 1 +76920 {76920} 2336 1 +76921 {76921} 1098 1 +76922 {76922} 7891 1 +76923 {76923} 9324 1 +76924 {76924} 1311 1 +76925 {76925} 11035 1 +76926 {76926} 3861 1 +76927 {76927} 11619 1 +76928 {76928} 10609 1 +76929 {76929} 12050 1 +76930 {76930} 2458 1 +76931 {76931} 12595 1 +76932 {76932} 4054 1 +76933 {76933} 10811 1 +76934 {76934} 3047 1 +76935 {76935} 2538 1 +76936 {76936} 10500 1 +76937 {76937} 2453 1 +76938 {76938} 1445 1 +76939 {76939} 11513 1 +76940 {76940} 15964 1 +76941 {76941} 10375 1 +76942 {76942} 3398 1 +76943 {76943} 1451 1 +76944 {76944} 9950 1 +76945 {76945} 6998 1 +76946 {76946} 1911 1 +76947 {76947} 2231 1 +76948 {76948} 1689 1 +76949 {76949} 3257 1 +76950 {76950} 2614 1 +76951 {76951} 1580 1 +76952 {76952} 2677 1 +76953 {76953} 1984 1 +76954 {76954} 10826 1 +76955 {76955} 9436 1 +76956 {76956} 1691 1 +76957 {76957} 1586 1 +76958 {76958} 10715 1 +76959 {76959} 10843 1 +76960 {76960} 11911 1 +76961 {76961} 10947 1 +76962 {76962} 1676 1 +76963 {76963} 2904 1 +76964 {76964} 12541 1 +76965 {76965} 9486 1 +76966 {76966} 10436 1 +76967 {76967} 3012 1 +76968 {76968} 3409 1 +76969 {76969} 3528 1 +76970 {76970} 9623 1 +76971 {76971} 2128 1 +76972 {76972} 10449 1 +76973 {76973} 4272 1 +76974 {76974} 1136 1 +76975 {76975} 1674 1 +76976 {76976} 1375 1 +76977 {76977} 3278 1 +76978 {76978} 9682 1 +76979 {76979} 9078 1 +76980 {76980} 8199 1 +76981 {76981} 3042 1 +76982 {76982} 12108 1 +76983 {76983} 12583 1 +76984 {76984} 11248 1 +76985 {76985} 2730 1 +76986 {76986} 1959 1 +76987 {76987} 11914 1 +76988 {76988} 2887 1 +76989 {76989} 615 1 +76990 {76990} 9826 1 +76991 {76991} 10950 1 +76992 {76992} 1308 1 +76993 {76993} 15963 1 +76994 {76994} 1823 1 +76995 {76995} 9897 1 +76996 {76996} 11468 1 +76997 {76997} 1475 1 +76998 {76998} 15547 1 +76999 {76999} 2196 1 +77000 {77000} 9856 1 +77001 {77001} 3003 1 +77002 {77002} 11089 1 +77003 {77003} 1778 1 +77004 {77004} 10241 1 +77005 {77005} 11114 1 +77006 {77006} 1125 1 +77007 {77007} 11297 1 +77008 {77008} 3477 1 +77009 {77009} 7026 1 +77010 {77010} 2596 1 +77011 {77011} 2834 1 +77012 {77012} 10800 1 +77013 {77013} 1980 1 +77014 {77014} 2603 1 +77015 {77015} 1600 1 +77016 {77016} 2434 1 +77017 {77017} 975 1 +77018 {77018} 10938 1 +77019 {77019} 1482 1 +77020 {77020} 10191 1 +77021 {77021} 14198 1 +77022 {77022} 3269 1 +77023 {77023} 11309 1 +77024 {77024} 1341 1 +77025 {77025} 11003 1 +77026 {77026} 9500 1 +77027 {77027} 10798 1 +77028 {77028} 11258 1 +77029 {77029} 5937 1 +77030 {77030} 11987 1 +77031 {77031} 2233 1 +77032 {77032} 2083 1 +77033 {77033} 11837 1 +77034 {77034} 9068 1 +77035 {77035} 11331 1 +77036 {77036} 1980 1 +77037 {77037} 11781 1 +77038 {77038} 10381 1 +77039 {77039} 1384 1 +77040 {77040} 4984 1 +77041 {77041} 1276 1 +77042 {77042} 8802 1 +77043 {77043} 3216 1 +77044 {77044} 3419 1 +77045 {77045} 10021 1 +77046 {77046} 1473 1 +77047 {77047} 168 1 +77048 {77048} 5264 1 +77049 {77049} 12922 1 +77050 {77050} 2482 1 +77051 {77051} 2099 1 +77052 {77052} 14762 1 +77053 {77053} 1881 1 +77054 {77054} 1791 1 +77055 {77055} 3523 1 +77056 {77056} 5595 1 +77057 {77057} 10591 1 +77058 {77058} 6825 1 +77059 {77059} 7217 1 +77060 {77060} 2805 1 +77061 {77061} 10310 1 +77062 {77062} 1441 1 +77063 {77063} 2593 1 +77064 {77064} 2384 1 +77065 {77065} 3207 1 +77066 {77066} 8221 1 +77067 {77067} 14570 1 +77068 {77068} 13979 1 +77069 {77069} 1617 1 +77070 {77070} 9782 1 +77071 {77071} 10329 1 +77072 {77072} 12861 1 +77073 {77073} 11677 1 +77074 {77074} 12228 1 +77075 {77075} 1785 1 +77076 {77076} 1534 1 +77077 {77077} 8806 1 +77078 {77078} 3479 1 +77079 {77079} 2232 1 +77080 {77080} 9947 1 +77081 {77081} 1877 1 +77082 {77082} 14139 1 +77083 {77083} 1965 1 +77084 {77084} 12600 1 +77085 {77085} 1852 1 +77086 {77086} 2404 1 +77087 {77087} 12053 1 +77088 {77088} 15124 1 +77089 {77089} 5363 1 +77090 {77090} 16370 1 +77091 {77091} 3074 1 +77092 {77092} 2231 1 +77093 {77093} 2149 1 +77094 {77094} 3687 1 +77095 {77095} 1956 1 +77096 {77096} 11678 1 +77097 {77097} 2433 1 +77098 {77098} 5940 1 +77099 {77099} 1404 1 +77100 {77100} 2269 1 +77101 {77101} 10418 1 +77102 {77102} 10804 1 +77103 {77103} 9345 1 +77104 {77104} 10516 1 +77105 {77105} 3041 1 +77106 {77106} 2874 1 +77107 {77107} 2402 1 +77108 {77108} 2648 1 +77109 {77109} 1781 1 +77110 {77110} 2289 1 +77111 {77111} 9260 1 +77112 {77112} 10175 1 +77113 {77113} 3383 1 +77114 {77114} 9720 1 +77115 {77115} 1961 1 +77116 {77116} 11262 1 +77117 {77117} 2301 1 +77118 {77118} 2223 1 +77119 {77119} 1782 1 +77120 {77120} 5222 1 +77121 {77121} 9868 1 +77122 {77122} 10949 1 +77123 {77123} 3345 1 +77124 {77124} 3131 1 +77125 {77125} 13991 1 +77126 {77126} 2028 1 +77127 {77127} 10769 1 +77128 {77128} 3442 1 +77129 {77129} 3140 1 +77130 {77130} 11915 1 +77131 {77131} 1552 1 +77132 {77132} 2032 1 +77133 {77133} 2400 1 +77134 {77134} 1449 1 +77135 {77135} 11873 1 +77136 {77136} 10773 1 +77137 {77137} 2377 1 +77138 {77138} 1310 1 +77139 {77139} 2134 1 +77140 {77140} 2461 1 +77141 {77141} 10396 1 +77142 {77142} 2252 1 +77143 {77143} 10576 1 +77144 {77144} 5599 1 +77145 {77145} 2029 1 +77146 {77146} 2790 1 +77147 {77147} 2284 1 +77148 {77148} 1291 1 +77149 {77149} 2940 1 +77150 {77150} 2536 1 +77151 {77151} 1527 1 +77152 {77152} 12127 1 +77153 {77153} 1616 1 +77154 {77154} 9064 1 +77155 {77155} 11516 1 +77156 {77156} 1603 1 +77157 {77157} 11665 1 +77158 {77158} 1641 1 +77159 {77159} 4861 1 +77160 {77160} 12592 1 +77161 {77161} 11244 1 +77162 {77162} 10495 1 +77163 {77163} 8705 1 +77164 {77164} 2933 1 +77165 {77165} 1258 1 +77166 {77166} 9157 1 +77167 {77167} 9848 1 +77168 {77168} 10030 1 +77169 {77169} 9446 1 +77170 {77170} 2301 1 +77171 {77171} 1756 1 +77172 {77172} 10441 1 +77173 {77173} 14358 1 +77174 {77174} 12872 1 +77175 {77175} 985 1 +77176 {77176} 3509 1 +77177 {77177} 1204 1 +77178 {77178} 11168 1 +77179 {77179} 10998 1 +77180 {77180} 3266 1 +77181 {77181} 2375 1 +77182 {77182} 1499 1 +77183 {77183} 2753 1 +77184 {77184} 14911 1 +77185 {77185} 13621 1 +77186 {77186} 11189 1 +77187 {77187} 11474 1 +77188 {77188} 1584 1 +77189 {77189} 2793 1 +77190 {77190} 9985 1 +77191 {77191} 2195 1 +77192 {77192} 16169 1 +77193 {77193} 11622 1 +77194 {77194} 10462 1 +77195 {77195} 10971 1 +77196 {77196} 8729 1 +77197 {77197} 2565 1 +77198 {77198} 10559 1 +77199 {77199} 3720 1 +77200 {77200} 13683 1 +77201 {77201} 2036 1 +77202 {77202} 3502 1 +77203 {77203} 533 1 +77204 {77204} 7923 1 +77205 {77205} 2601 1 +77206 {77206} 2658 1 +77207 {77207} 2673 1 +77208 {77208} 1749 1 +77209 {77209} 10145 1 +77210 {77210} 9245 1 +77211 {77211} 4074 1 +77212 {77212} 1850 1 +77213 {77213} 10210 1 +77214 {77214} 10892 1 +77215 {77215} 9913 1 +77216 {77216} 11321 1 +77217 {77217} 2616 1 +77218 {77218} 1551 1 +77219 {77219} 2740 1 +77220 {77220} 16581 1 +77221 {77221} 14103 1 +77222 {77222} 13680 1 +77223 {77223} 2160 1 +77224 {77224} 11256 1 +77225 {77225} 2934 1 +77226 {77226} 15829 1 +77227 {77227} 10374 1 +77228 {77228} 2934 1 +77229 {77229} 1540 1 +77230 {77230} 3179 1 +77231 {77231} 11493 1 +77232 {77232} 11516 1 +77233 {77233} 8955 1 +77234 {77234} 2557 1 +77235 {77235} 2911 1 +77236 {77236} 2872 1 +77237 {77237} 1961 1 +77238 {77238} 5803 1 +77239 {77239} 8669 1 +77240 {77240} 11648 1 +77241 {77241} 11328 1 +77242 {77242} 13364 1 +77243 {77243} 2113 1 +77244 {77244} 7357 1 +77245 {77245} 2134 1 +77246 {77246} 794 1 +77247 {77247} 1822 1 +77248 {77248} 3712 1 +77249 {77249} 1627 1 +77250 {77250} 10597 1 +77251 {77251} 2184 1 +77252 {77252} 10353 1 +77253 {77253} 9691 1 +77254 {77254} 3239 1 +77255 {77255} 2389 1 +77256 {77256} 9643 1 +77257 {77257} 2469 1 +77258 {77258} 11314 1 +77259 {77259} 10437 1 +77260 {77260} 2690 1 +77261 {77261} 3012 1 +77262 {77262} 2668 1 +77263 {77263} 1552 1 +77264 {77264} 2499 1 +77265 {77265} 11549 1 +77266 {77266} 2760 1 +77267 {77267} 10282 1 +77268 {77268} 11060 1 +77269 {77269} 16464 1 +77270 {77270} 8603 1 +77271 {77271} 2446 1 +77272 {77272} 9718 1 +77273 {77273} 14522 1 +77274 {77274} 1676 1 +77275 {77275} 9231 1 +77276 {77276} 8919 1 +77277 {77277} 923 1 +77278 {77278} 5482 1 +77279 {77279} 9370 1 +77280 {77280} 3593 1 +77281 {77281} 8304 1 +77282 {77282} 1884 1 +77283 {77283} 3036 1 +77284 {77284} 2003 1 +77285 {77285} 1509 1 +77286 {77286} 2490 1 +77287 {77287} 9355 1 +77288 {77288} 12293 1 +77289 {77289} 2128 1 +77290 {77290} 3251 1 +77291 {77291} 9102 1 +77292 {77292} 1859 1 +77293 {77293} 2040 1 +77294 {77294} 11424 1 +77295 {77295} 10239 1 +77296 {77296} 2156 1 +77297 {77297} 10618 1 +77298 {77298} 3248 1 +77299 {77299} 2977 1 +77300 {77300} 10270 1 +77301 {77301} 10102 1 +77302 {77302} 11298 1 +77303 {77303} 2766 1 +77304 {77304} 11754 1 +77305 {77305} 1632 1 +77306 {77306} 1615 1 +77307 {77307} 10407 1 +77308 {77308} 855 1 +77309 {77309} 2091 1 +77310 {77310} 9359 1 +77311 {77311} 10051 1 +77312 {77312} 12691 1 +77313 {77313} 3576 1 +77314 {77314} 1711 1 +77315 {77315} 2415 1 +77316 {77316} 2539 1 +77317 {77317} 11450 1 +77318 {77318} 8513 1 +77319 {77319} 9589 1 +77320 {77320} 10832 1 +77321 {77321} 13346 1 +77322 {77322} 11509 1 +77323 {77323} 10739 1 +77324 {77324} 13180 1 +77325 {77325} 10567 1 +77326 {77326} 930 1 +77327 {77327} 2775 1 +77328 {77328} 10597 1 +77329 {77329} 1782 1 +77330 {77330} 8629 1 +77331 {77331} 13944 1 +77332 {77332} 3325 1 +77333 {77333} 9618 1 +77334 {77334} 2826 1 +77335 {77335} 2853 1 +77336 {77336} 2876 1 +77337 {77337} 1709 1 +77338 {77338} 10228 1 +77339 {77339} 1406 1 +77340 {77340} 2867 1 +77341 {77341} 1475 1 +77342 {77342} 9725 1 +77343 {77343} 10001 1 +77344 {77344} 2942 1 +77345 {77345} 2544 1 +77346 {77346} 2738 1 +77347 {77347} 9937 1 +77348 {77348} 1680 1 +77349 {77349} 9856 1 +77350 {77350} 2373 1 +77351 {77351} 10885 1 +77352 {77352} 9834 1 +77353 {77353} 11455 1 +77354 {77354} 2910 1 +77355 {77355} 2597 1 +77356 {77356} 3203 1 +77357 {77357} 2532 1 +77358 {77358} 10260 1 +77359 {77359} 6338 1 +77360 {77360} 11008 1 +77361 {77361} 1963 1 +77362 {77362} 2433 1 +77363 {77363} 9629 1 +77364 {77364} 3077 1 +77365 {77365} 14150 1 +77366 {77366} 11266 1 +77367 {77367} 9882 1 +77368 {77368} 2331 1 +77369 {77369} 9846 1 +77370 {77370} 8578 1 +77371 {77371} 1310 1 +77372 {77372} 2942 1 +77373 {77373} 13652 1 +77374 {77374} 10693 1 +77375 {77375} 9965 1 +77376 {77376} 2192 1 +77377 {77377} 11964 1 +77378 {77378} 3273 1 +77379 {77379} 2101 1 +77380 {77380} 2160 1 +77381 {77381} 2729 1 +77382 {77382} 7227 1 +77383 {77383} 10049 1 +77384 {77384} 2446 1 +77385 {77385} 10846 1 +77386 {77386} 1632 1 +77387 {77387} 9723 1 +77388 {77388} 11721 1 +77389 {77389} 10479 1 +77390 {77390} 1329 1 +77391 {77391} 10967 1 +77392 {77392} 2430 1 +77393 {77393} 10612 1 +77394 {77394} 2566 1 +77395 {77395} 2603 1 +77396 {77396} 8770 1 +77397 {77397} 2414 1 +77398 {77398} 8500 1 +77399 {77399} 2249 1 +77400 {77400} 1790 1 +77401 {77401} 1852 1 +77402 {77402} 1481 1 +77403 {77403} 10332 1 +77404 {77404} 16150 1 +77405 {77405} 2633 1 +77406 {77406} 2674 1 +77407 {77407} 10609 1 +77408 {77408} 10530 1 +77409 {77409} 12914 1 +77410 {77410} 13926 1 +77411 {77411} 10863 1 +77412 {77412} 2100 1 +77413 {77413} 9081 1 +77414 {77414} 10156 1 +77415 {77415} 10479 1 +77416 {77416} 1045 1 +77417 {77417} 11164 1 +77418 {77418} 11277 1 +77419 {77419} 8617 1 +77420 {77420} 10124 1 +77421 {77421} 14503 1 +77422 {77422} 12277 1 +77423 {77423} 136 1 +77424 {77424} 1265 1 +77425 {77425} 3169 1 +77426 {77426} 2563 1 +77427 {77427} 10375 1 +77428 {77428} 10277 1 +77429 {77429} 11212 1 +77430 {77430} 1612 1 +77431 {77431} 1756 1 +77432 {77432} 1844 1 +77433 {77433} 11310 1 +77434 {77434} 15086 1 +77435 {77435} 8051 1 +77436 {77436} 882 1 +77437 {77437} 2870 1 +77438 {77438} 12158 1 +77439 {77439} 2333 1 +77440 {77440} 10479 1 +77441 {77441} 9393 1 +77442 {77442} 2451 1 +77443 {77443} 2831 1 +77444 {77444} 2736 1 +77445 {77445} 10261 1 +77446 {77446} 14851 1 +77447 {77447} 6781 1 +77448 {77448} 2154 1 +77449 {77449} 8710 1 +77450 {77450} 1100 1 +77451 {77451} 9728 1 +77452 {77452} 10772 1 +77453 {77453} 8014 1 +77454 {77454} 11707 1 +77455 {77455} 5172 1 +77456 {77456} 8965 1 +77457 {77457} 10731 1 +77458 {77458} 1361 1 +77459 {77459} 11497 1 +77460 {77460} 9192 1 +77461 {77461} 1988 1 +77462 {77462} 1597 1 +77463 {77463} 11653 1 +77464 {77464} 10772 1 +77465 {77465} 13292 1 +77466 {77466} 2563 1 +77467 {77467} 10310 1 +77468 {77468} 1825 1 +77469 {77469} 2154 1 +77470 {77470} 2842 1 +77471 {77471} 8888 1 +77472 {77472} 2618 1 +77473 {77473} 2552 1 +77474 {77474} 14385 1 +77475 {77475} 13453 1 +77476 {77476} 9725 1 +77477 {77477} 9389 1 +77478 {77478} 10134 1 +77479 {77479} 9878 1 +77480 {77480} 3519 1 +77481 {77481} 12133 1 +77482 {77482} 8469 1 +77483 {77483} 1091 1 +77484 {77484} 1898 1 +77485 {77485} 3869 1 +77486 {77486} 10129 1 +77487 {77487} 2573 1 +77488 {77488} 10778 1 +77489 {77489} 10599 1 +77490 {77490} 10921 1 +77491 {77491} 6150 1 +77492 {77492} 10354 1 +77493 {77493} 10419 1 +77494 {77494} 1858 1 +77495 {77495} 1434 1 +77496 {77496} 2660 1 +77497 {77497} 2182 1 +77498 {77498} 2906 1 +77499 {77499} 5930 1 +77500 {77500} 1207 1 +77501 {77501} 6035 1 +77502 {77502} 11242 1 +77503 {77503} 2030 1 +77504 {77504} 11889 1 +77505 {77505} 2516 1 +77506 {77506} 11652 1 +77507 {77507} 1956 1 +77508 {77508} 937 1 +77509 {77509} 1511 1 +77510 {77510} 12434 1 +77511 {77511} 10135 1 +77512 {77512} 1774 1 +77513 {77513} 1541 1 +77514 {77514} 8525 1 +77515 {77515} 2134 1 +77516 {77516} 11957 1 +77517 {77517} 5380 1 +77518 {77518} 2135 1 +77519 {77519} 818 1 +77520 {77520} 10993 1 +77521 {77521} 10289 1 +77522 {77522} 2857 1 +77523 {77523} 2421 1 +77524 {77524} 2493 1 +77525 {77525} 16109 1 +77526 {77526} 9756 1 +77527 {77527} 8525 1 +77528 {77528} 10866 1 +77529 {77529} 10685 1 +77530 {77530} 8573 1 +77531 {77531} 1718 1 +77532 {77532} 10301 1 +77533 {77533} 3473 1 +77534 {77534} 1967 1 +77535 {77535} 3203 1 +77536 {77536} 1302 1 +77537 {77537} 3280 1 +77538 {77538} 3072 1 +77539 {77539} 10807 1 +77540 {77540} 10598 1 +77541 {77541} 1814 1 +77542 {77542} 2073 1 +77543 {77543} 2492 1 +77544 {77544} 11003 1 +77545 {77545} 9389 1 +77546 {77546} 9606 1 +77547 {77547} 2230 1 +77548 {77548} 3790 1 +77549 {77549} 1892 1 +77550 {77550} 1274 1 +77551 {77551} 3064 1 +77552 {77552} 2404 1 +77553 {77553} 2468 1 +77554 {77554} 11218 1 +77555 {77555} 11383 1 +77556 {77556} 2158 1 +77557 {77557} 1655 1 +77558 {77558} 8771 1 +77559 {77559} 870 1 +77560 {77560} 5530 1 +77561 {77561} 10845 1 +77562 {77562} 5024 1 +77563 {77563} 11074 1 +77564 {77564} 2194 1 +77565 {77565} 1722 1 +77566 {77566} 1247 1 +77567 {77567} 5508 1 +77568 {77568} 9510 1 +77569 {77569} 1963 1 +77570 {77570} 10503 1 +77571 {77571} 2344 1 +77572 {77572} 2155 1 +77573 {77573} 11496 1 +77574 {77574} 9429 1 +77575 {77575} 11570 1 +77576 {77576} 11416 1 +77577 {77577} 10192 1 +77578 {77578} 459 1 +77579 {77579} 818 1 +77580 {77580} 2125 1 +77581 {77581} 10869 1 +77582 {77582} 10399 1 +77583 {77583} 1049 1 +77584 {77584} 10231 1 +77585 {77585} 5372 1 +77586 {77586} 1172 1 +77587 {77587} 8814 1 +77588 {77588} 16203 1 +77589 {77589} 2834 1 +77590 {77590} 1911 1 +77591 {77591} 10126 1 +77592 {77592} 2797 1 +77593 {77593} 9724 1 +77594 {77594} 2673 1 +77595 {77595} 2276 1 +77596 {77596} 1904 1 +77597 {77597} 8597 1 +77598 {77598} 14560 1 +77599 {77599} 1274 1 +77600 {77600} 11031 1 +77601 {77601} 12379 1 +77602 {77602} 9146 1 +77603 {77603} 1378 1 +77604 {77604} 31 1 +77605 {77605} 9916 1 +77606 {77606} 12729 1 +77607 {77607} 2369 1 +77608 {77608} 3910 1 +77609 {77609} 2371 1 +77610 {77610} 11065 1 +77611 {77611} 2998 1 +77612 {77612} 2801 1 +77613 {77613} 10636 1 +77614 {77614} 1171 1 +77615 {77615} 3282 1 +77616 {77616} 2280 1 +77617 {77617} 3627 1 +77618 {77618} 2161 1 +77619 {77619} 2448 1 +77620 {77620} 12029 1 +77621 {77621} 3104 1 +77622 {77622} 9976 1 +77623 {77623} 1770 1 +77624 {77624} 1848 1 +77625 {77625} 2433 1 +77626 {77626} 9540 1 +77627 {77627} 16401 1 +77628 {77628} 1313 1 +77629 {77629} 2933 1 +77630 {77630} 1024 1 +77631 {77631} 9866 1 +77632 {77632} 1029 1 +77633 {77633} 11633 1 +77634 {77634} 9221 1 +77635 {77635} 2538 1 +77636 {77636} 1846 1 +77637 {77637} 9164 1 +77638 {77638} 895 1 +77639 {77639} 9194 1 +77640 {77640} 1516 1 +77641 {77641} 11399 1 +77642 {77642} 2697 1 +77643 {77643} 2158 1 +77644 {77644} 1981 1 +77645 {77645} 2320 1 +77646 {77646} 8457 1 +77647 {77647} 1268 1 +77648 {77648} 11924 1 +77649 {77649} 11223 1 +77650 {77650} 11849 1 +77651 {77651} 3012 1 +77652 {77652} 10293 1 +77653 {77653} 1306 1 +77654 {77654} 3417 1 +77655 {77655} 11340 1 +77656 {77656} 3170 1 +77657 {77657} 2862 1 +77658 {77658} 10472 1 +77659 {77659} 2196 1 +77660 {77660} 2234 1 +77661 {77661} 10147 1 +77662 {77662} 1324 1 +77663 {77663} 11319 1 +77664 {77664} 2498 1 +77665 {77665} 4251 1 +77666 {77666} 9054 1 +77667 {77667} 1237 1 +77668 {77668} 12297 1 +77669 {77669} 3572 1 +77670 {77670} 3236 1 +77671 {77671} 9660 1 +77672 {77672} 2420 1 +77673 {77673} 9670 1 +77674 {77674} 3325 1 +77675 {77675} 558 1 +77676 {77676} 2706 1 +77677 {77677} 2867 1 +77678 {77678} 430 1 +77679 {77679} 8718 1 +77680 {77680} 3082 1 +77681 {77681} 3012 1 +77682 {77682} 11256 1 +77683 {77683} 3347 1 +77684 {77684} 8633 1 +77685 {77685} 2066 1 +77686 {77686} 12493 1 +77687 {77687} 10170 1 +77688 {77688} 2624 1 +77689 {77689} 10281 1 +77690 {77690} 1417 1 +77691 {77691} 2136 1 +77692 {77692} 14940 1 +77693 {77693} 9893 1 +77694 {77694} 1432 1 +77695 {77695} 9175 1 +77696 {77696} 2845 1 +77697 {77697} 10386 1 +77698 {77698} 2189 1 +77699 {77699} 10246 1 +77700 {77700} 1567 1 +77701 {77701} 1925 1 +77702 {77702} 3376 1 +77703 {77703} 6841 1 +77704 {77704} 2290 1 +77705 {77705} 2011 1 +77706 {77706} 14233 1 +77707 {77707} 3140 1 +77708 {77708} 15230 1 +77709 {77709} 15287 1 +77710 {77710} 2375 1 +77711 {77711} 2285 1 +77712 {77712} 9986 1 +77713 {77713} 8771 1 +77714 {77714} 2161 1 +77715 {77715} 1202 1 +77716 {77716} 2298 1 +77717 {77717} 1858 1 +77718 {77718} 11892 1 +77719 {77719} 1624 1 +77720 {77720} 8559 1 +77721 {77721} 3269 1 +77722 {77722} 5189 1 +77723 {77723} 3214 1 +77724 {77724} 9614 1 +77725 {77725} 5101 1 +77726 {77726} 2366 1 +77727 {77727} 9402 1 +77728 {77728} 13823 1 +77729 {77729} 7463 1 +77730 {77730} 1903 1 +77731 {77731} 2025 1 +77732 {77732} 2494 1 +77733 {77733} 2870 1 +77734 {77734} 2772 1 +77735 {77735} 10153 1 +77736 {77736} 1854 1 +77737 {77737} 2744 1 +77738 {77738} 2369 1 +77739 {77739} 2223 1 +77740 {77740} 11621 1 +77741 {77741} 9947 1 +77742 {77742} 13297 1 +77743 {77743} 5801 1 +77744 {77744} 2605 1 +77745 {77745} 9547 1 +77746 {77746} 1518 1 +77747 {77747} 2524 1 +77748 {77748} 3477 1 +77749 {77749} 3069 1 +77750 {77750} 7506 1 +77751 {77751} 1004 1 +77752 {77752} 2369 1 +77753 {77753} 2363 1 +77754 {77754} 11343 1 +77755 {77755} 9438 1 +77756 {77756} 1782 1 +77757 {77757} 11407 1 +77758 {77758} 10890 1 +77759 {77759} 4989 1 +77760 {77760} 9472 1 +77761 {77761} 10202 1 +77762 {77762} 6518 1 +77763 {77763} 1811 1 +77764 {77764} 2135 1 +77765 {77765} 3290 1 +77766 {77766} 10969 1 +77767 {77767} 11175 1 +77768 {77768} 9956 1 +77769 {77769} 2672 1 +77770 {77770} 11608 1 +77771 {77771} 9682 1 +77772 {77772} 11101 1 +77773 {77773} 2440 1 +77774 {77774} 2942 1 +77775 {77775} 10504 1 +77776 {77776} 11586 1 +77777 {77777} 2776 1 +77778 {77778} 9636 1 +77779 {77779} 9000 1 +77780 {77780} 1256 1 +77781 {77781} 3011 1 +77782 {77782} 11743 1 +77783 {77783} 1509 1 +77784 {77784} 11546 1 +77785 {77785} 1648 1 +77786 {77786} 1357 1 +77787 {77787} 2322 1 +77788 {77788} 10558 1 +77789 {77789} 2654 1 +77790 {77790} 11374 1 +77791 {77791} 2658 1 +77792 {77792} 795 1 +77793 {77793} 1792 1 +77794 {77794} 10191 1 +77795 {77795} 11144 1 +77796 {77796} 2703 1 +77797 {77797} 1860 1 +77798 {77798} 368 1 +77799 {77799} 2118 1 +77800 {77800} 9647 1 +77801 {77801} 16188 1 +77802 {77802} 10074 1 +77803 {77803} 10016 1 +77804 {77804} 11937 1 +77805 {77805} 9771 1 +77806 {77806} 10814 1 +77807 {77807} 2461 1 +77808 {77808} 9439 1 +77809 {77809} 10809 1 +77810 {77810} 8510 1 +77811 {77811} 6946 1 +77812 {77812} 2132 1 +77813 {77813} 10174 1 +77814 {77814} 3429 1 +77815 {77815} 1333 1 +77816 {77816} 799 1 +77817 {77817} 1602 1 +77818 {77818} 2095 1 +77819 {77819} 886 1 +77820 {77820} 1550 1 +77821 {77821} 10323 1 +77822 {77822} 3635 1 +77823 {77823} 9817 1 +77824 {77824} 1361 1 +77825 {77825} 11447 1 +77826 {77826} 5207 1 +77827 {77827} 2604 1 +77828 {77828} 11262 1 +77829 {77829} 11697 1 +77830 {77830} 14882 1 +77831 {77831} 2572 1 +77832 {77832} 9342 1 +77833 {77833} 945 1 +77834 {77834} 2658 1 +77835 {77835} 3315 1 +77836 {77836} 5608 1 +77837 {77837} 749 1 +77838 {77838} 9685 1 +77839 {77839} 16017 1 +77840 {77840} 1397 1 +77841 {77841} 12356 1 +77842 {77842} 1041 1 +77843 {77843} 13255 1 +77844 {77844} 15659 1 +77845 {77845} 10934 1 +77846 {77846} 1722 1 +77847 {77847} 10993 1 +77848 {77848} 2031 1 +77849 {77849} 3118 1 +77850 {77850} 2693 1 +77851 {77851} 10746 1 +77852 {77852} 1842 1 +77853 {77853} 11313 1 +77854 {77854} 1277 1 +77855 {77855} 12753 1 +77856 {77856} 2435 1 +77857 {77857} 3442 1 +77858 {77858} 11443 1 +77859 {77859} 1394 1 +77860 {77860} 9510 1 +77861 {77861} 11766 1 +77862 {77862} 11041 1 +77863 {77863} 9976 1 +77864 {77864} 12556 1 +77865 {77865} 13597 1 +77866 {77866} 1923 1 +77867 {77867} 8488 1 +77868 {77868} 10335 1 +77869 {77869} 10580 1 +77870 {77870} 1997 1 +77871 {77871} 1618 1 +77872 {77872} 13274 1 +77873 {77873} 2176 1 +77874 {77874} 7545 1 +77875 {77875} 9330 1 +77876 {77876} 11447 1 +77877 {77877} 10175 1 +77878 {77878} 1251 1 +77879 {77879} 10581 1 +77880 {77880} 14008 1 +77881 {77881} 1754 1 +77882 {77882} 11667 1 +77883 {77883} 12289 1 +77884 {77884} 2102 1 +77885 {77885} 2769 1 +77886 {77886} 1798 1 +77887 {77887} 10869 1 +77888 {77888} 11042 1 +77889 {77889} 9647 1 +77890 {77890} 2065 1 +77891 {77891} 9954 1 +77892 {77892} 8623 1 +77893 {77893} 10218 1 +77894 {77894} 10702 1 +77895 {77895} 807 1 +77896 {77896} 12902 1 +77897 {77897} 11543 1 +77898 {77898} 4990 1 +77899 {77899} 2420 1 +77900 {77900} 2268 1 +77901 {77901} 9720 1 +77902 {77902} 3143 1 +77903 {77903} 2672 1 +77904 {77904} 11717 1 +77905 {77905} 10767 1 +77906 {77906} 1617 1 +77907 {77907} 2110 1 +77908 {77908} 3117 1 +77909 {77909} 2810 1 +77910 {77910} 9660 1 +77911 {77911} 686 1 +77912 {77912} 10950 1 +77913 {77913} 10186 1 +77914 {77914} 1989 1 +77915 {77915} 10383 1 +77916 {77916} 2234 1 +77917 {77917} 9081 1 +77918 {77918} 11399 1 +77919 {77919} 9149 1 +77920 {77920} 2363 1 +77921 {77921} 9904 1 +77922 {77922} 9812 1 +77923 {77923} 2182 1 +77924 {77924} 13412 1 +77925 {77925} 2263 1 +77926 {77926} 10255 1 +77927 {77927} 11771 1 +77928 {77928} 1412 1 +77929 {77929} 7152 1 +77930 {77930} 9782 1 +77931 {77931} 8428 1 +77932 {77932} 1724 1 +77933 {77933} 11728 1 +77934 {77934} 12635 1 +77935 {77935} 1578 1 +77936 {77936} 3430 1 +77937 {77937} 2383 1 +77938 {77938} 10285 1 +77939 {77939} 3079 1 +77940 {77940} 13686 1 +77941 {77941} 10660 1 +77942 {77942} 3362 1 +77943 {77943} 7964 1 +77944 {77944} 2192 1 +77945 {77945} 2102 1 +77946 {77946} 2368 1 +77947 {77947} 1422 1 +77948 {77948} 11453 1 +77949 {77949} 2369 1 +77950 {77950} 9877 1 +77951 {77951} 11357 1 +77952 {77952} 5515 1 +77953 {77953} 11802 1 +77954 {77954} 3664 1 +77955 {77955} 2540 1 +77956 {77956} 12400 1 +77957 {77957} 2777 1 +77958 {77958} 5047 1 +77959 {77959} 1512 1 +77960 {77960} 1974 1 +77961 {77961} 10376 1 +77962 {77962} 1134 1 +77963 {77963} 7157 1 +77964 {77964} 2109 1 +77965 {77965} 1757 1 +77966 {77966} 7362 1 +77967 {77967} 11481 1 +77968 {77968} 2133 1 +77969 {77969} 2604 1 +77970 {77970} 2763 1 +77971 {77971} 9187 1 +77972 {77972} 2739 1 +77973 {77973} 2632 1 +77974 {77974} 10555 1 +77975 {77975} 9451 1 +77976 {77976} 10385 1 +77977 {77977} 10695 1 +77978 {77978} 2160 1 +77979 {77979} 280 1 +77980 {77980} 9979 1 +77981 {77981} 1685 1 +77982 {77982} 9570 1 +77983 {77983} 8988 1 +77984 {77984} 2925 1 +77985 {77985} 9113 1 +77986 {77986} 11581 1 +77987 {77987} 2777 1 +77988 {77988} 1221 1 +77989 {77989} 8889 1 +77990 {77990} 14191 1 +77991 {77991} 1698 1 +77992 {77992} 1802 1 +77993 {77993} 2337 1 +77994 {77994} 1919 1 +77995 {77995} 3022 1 +77996 {77996} 3274 1 +77997 {77997} 1825 1 +77998 {77998} 11840 1 +77999 {77999} 10646 1 +78000 {78000} 11031 1 +78001 {78001} 11810 1 +78002 {78002} 9887 1 +78003 {78003} 10646 1 +78004 {78004} 9387 1 +78005 {78005} 16142 1 +78006 {78006} 13779 1 +78007 {78007} 2839 1 +78008 {78008} 3180 1 +78009 {78009} 2593 1 +78010 {78010} 13229 1 +78011 {78011} 10059 1 +78012 {78012} 2456 1 +78013 {78013} 10437 1 +78014 {78014} 2668 1 +78015 {78015} 2067 1 +78016 {78016} 3045 1 +78017 {78017} 3172 1 +78018 {78018} 4613 1 +78019 {78019} 9771 1 +78020 {78020} 1773 1 +78021 {78021} 11041 1 +78022 {78022} 1515 1 +78023 {78023} 2701 1 +78024 {78024} 2477 1 +78025 {78025} 9665 1 +78026 {78026} 5237 1 +78027 {78027} 3544 1 +78028 {78028} 13173 1 +78029 {78029} 2647 1 +78030 {78030} 10960 1 +78031 {78031} 2030 1 +78032 {78032} 2358 1 +78033 {78033} 13564 1 +78034 {78034} 14202 1 +78035 {78035} 11581 1 +78036 {78036} 2154 1 +78037 {78037} 1517 1 +78038 {78038} 4859 1 +78039 {78039} 2729 1 +78040 {78040} 2652 1 +78041 {78041} 8245 1 +78042 {78042} 10701 1 +78043 {78043} 9114 1 +78044 {78044} 2032 1 +78045 {78045} 1715 1 +78046 {78046} 2765 1 +78047 {78047} 997 1 +78048 {78048} 818 1 +78049 {78049} 11766 1 +78050 {78050} 1826 1 +78051 {78051} 12618 1 +78052 {78052} 9694 1 +78053 {78053} 12344 1 +78054 {78054} 10942 1 +78055 {78055} 9603 1 +78056 {78056} 2637 1 +78057 {78057} 2512 1 +78058 {78058} 2223 1 +78059 {78059} 10788 1 +78060 {78060} 2777 1 +78061 {78061} 11938 1 +78062 {78062} 2493 1 +78063 {78063} 2302 1 +78064 {78064} 1325 1 +78065 {78065} 10531 1 +78066 {78066} 16319 1 +78067 {78067} 11069 1 +78068 {78068} 2486 1 +78069 {78069} 1057 1 +78070 {78070} 2090 1 +78071 {78071} 11288 1 +78072 {78072} 9153 1 +78073 {78073} 9004 1 +78074 {78074} 2569 1 +78075 {78075} 4215 1 +78076 {78076} 622 1 +78077 {78077} 1487 1 +78078 {78078} 1465 1 +78079 {78079} 1464 1 +78080 {78080} 9878 1 +78081 {78081} 2800 1 +78082 {78082} 2466 1 +78083 {78083} 2444 1 +78084 {78084} 1745 1 +78085 {78085} 8845 1 +78086 {78086} 5514 1 +78087 {78087} 979 1 +78088 {78088} 10544 1 +78089 {78089} 545 1 +78090 {78090} 12074 1 +78091 {78091} 2428 1 +78092 {78092} 1854 1 +78093 {78093} 10846 1 +78094 {78094} 14002 1 +78095 {78095} 11869 1 +78096 {78096} 11 1 +78097 {78097} 1890 1 +78098 {78098} 3159 1 +78099 {78099} 8769 1 +78100 {78100} 2870 1 +78101 {78101} 3213 1 +78102 {78102} 8650 1 +78103 {78103} 2130 1 +78104 {78104} 2810 1 +78105 {78105} 1748 1 +78106 {78106} 2870 1 +78107 {78107} 2266 1 +78108 {78108} 5205 1 +78109 {78109} 10744 1 +78110 {78110} 8671 1 +78111 {78111} 5234 1 +78112 {78112} 9297 1 +78113 {78113} 10757 1 +78114 {78114} 3053 1 +78115 {78115} 10275 1 +78116 {78116} 5199 1 +78117 {78117} 1578 1 +78118 {78118} 8993 1 +78119 {78119} 2214 1 +78120 {78120} 2122 1 +78121 {78121} 2783 1 +78122 {78122} 2285 1 +78123 {78123} 11305 1 +78124 {78124} 9869 1 +78125 {78125} 2090 1 +78126 {78126} 3340 1 +78127 {78127} 8014 1 +78128 {78128} 11422 1 +78129 {78129} 1966 1 +78130 {78130} 10804 1 +78131 {78131} 13622 1 +78132 {78132} 2738 1 +78133 {78133} 12934 1 +78134 {78134} 9110 1 +78135 {78135} 9746 1 +78136 {78136} 9948 1 +78137 {78137} 11159 1 +78138 {78138} 2524 1 +78139 {78139} 2011 1 +78140 {78140} 9522 1 +78141 {78141} 5366 1 +78142 {78142} 10186 1 +78143 {78143} 9754 1 +78144 {78144} 10928 1 +78145 {78145} 2652 1 +78146 {78146} 3172 1 +78147 {78147} 1653 1 +78148 {78148} 11824 1 +78149 {78149} 12918 1 +78150 {78150} 3347 1 +78151 {78151} 4106 1 +78152 {78152} 2332 1 +78153 {78153} 14661 1 +78154 {78154} 10479 1 +78155 {78155} 11639 1 +78156 {78156} 78 1 +78157 {78157} 2276 1 +78158 {78158} 11086 1 +78159 {78159} 2163 1 +78160 {78160} 1451 1 +78161 {78161} 11212 1 +78162 {78162} 2304 1 +78163 {78163} 1978 1 +78164 {78164} 11024 1 +78165 {78165} 1771 1 +78166 {78166} 3196 1 +78167 {78167} 598 1 +78168 {78168} 10892 1 +78169 {78169} 9208 1 +78170 {78170} 3239 1 +78171 {78171} 1790 1 +78172 {78172} 12574 1 +78173 {78173} 10330 1 +78174 {78174} 1944 1 +78175 {78175} 1053 1 +78176 {78176} 15687 1 +78177 {78177} 1914 1 +78178 {78178} 8127 1 +78179 {78179} 12688 1 +78180 {78180} 3337 1 +78181 {78181} 3247 1 +78182 {78182} 8965 1 +78183 {78183} 2974 1 +78184 {78184} 11573 1 +78185 {78185} 2739 1 +78186 {78186} 9961 1 +78187 {78187} 3160 1 +78188 {78188} 2794 1 +78189 {78189} 11219 1 +78190 {78190} 15764 1 +78191 {78191} 3068 1 +78192 {78192} 11793 1 +78193 {78193} 2603 1 +78194 {78194} 11953 1 +78195 {78195} 10561 1 +78196 {78196} 8417 1 +78197 {78197} 10876 1 +78198 {78198} 11089 1 +78199 {78199} 2316 1 +78200 {78200} 2361 1 +78201 {78201} 11161 1 +78202 {78202} 9331 1 +78203 {78203} 1826 1 +78204 {78204} 1472 1 +78205 {78205} 1519 1 +78206 {78206} 2601 1 +78207 {78207} 3251 1 +78208 {78208} 2930 1 +78209 {78209} 3047 1 +78210 {78210} 10526 1 +78211 {78211} 11042 1 +78212 {78212} 11931 1 +78213 {78213} 10136 1 +78214 {78214} 8955 1 +78215 {78215} 10597 1 +78216 {78216} 2740 1 +78217 {78217} 4336 1 +78218 {78218} 14973 1 +78219 {78219} 2897 1 +78220 {78220} 1844 1 +78221 {78221} 11873 1 +78222 {78222} 3137 1 +78223 {78223} 2461 1 +78224 {78224} 3042 1 +78225 {78225} 4649 1 +78226 {78226} 7734 1 +78227 {78227} 11771 1 +78228 {78228} 2390 1 +78229 {78229} 2503 1 +78230 {78230} 3236 1 +78231 {78231} 3477 1 +78232 {78232} 2594 1 +78233 {78233} 11207 1 +78234 {78234} 1684 1 +78235 {78235} 1756 1 +78236 {78236} 11042 1 +78237 {78237} 10018 1 +78238 {78238} 11023 1 +78239 {78239} 11138 1 +78240 {78240} 3058 1 +78241 {78241} 10375 1 +78242 {78242} 2125 1 +78243 {78243} 10452 1 +78244 {78244} 12484 1 +78245 {78245} 14977 1 +78246 {78246} 6323 1 +78247 {78247} 2121 1 +78248 {78248} 8908 1 +78249 {78249} 1680 1 +78250 {78250} 2227 1 +78251 {78251} 10264 1 +78252 {78252} 286 1 +78253 {78253} 10866 1 +78254 {78254} 2835 1 +78255 {78255} 2181 1 +78256 {78256} 10891 1 +78257 {78257} 7423 1 +78258 {78258} 1452 1 +78259 {78259} 11186 1 +78260 {78260} 2336 1 +78261 {78261} 1417 1 +78262 {78262} 9390 1 +78263 {78263} 10329 1 +78264 {78264} 3090 1 +78265 {78265} 9116 1 +78266 {78266} 13086 1 +78267 {78267} 10273 1 +78268 {78268} 2336 1 +78269 {78269} 1606 1 +78270 {78270} 2166 1 +78271 {78271} 10225 1 +78272 {78272} 9583 1 +78273 {78273} 3324 1 +78274 {78274} 2133 1 +78275 {78275} 11954 1 +78276 {78276} 2194 1 +78277 {78277} 14870 1 +78278 {78278} 10038 1 +78279 {78279} 8712 1 +78280 {78280} 2352 1 +78281 {78281} 11342 1 +78282 {78282} 3169 1 +78283 {78283} 2837 1 +78284 {78284} 2630 1 +78285 {78285} 10947 1 +78286 {78286} 2122 1 +78287 {78287} 2939 1 +78288 {78354} 11937 1 +78289 {78288} 2258 1 +78290 {78289} 3866 1 +78291 {78290} 2520 1 +78292 {78291} 8405 1 +78293 {78292} 9898 1 +78294 {78293} 1944 1 +78295 {78294} 9776 1 +78296 {78295} 10692 1 +78297 {78296} 10932 1 +78298 {78297} 3402 1 +78299 {78298} 9502 1 +78300 {78299} 6485 1 +78301 {78300} 10558 1 +78302 {78301} 9207 1 +78303 {78302} 1542 1 +78304 {78303} 7522 1 +78305 {78304} 10565 1 +78306 {78305} 2134 1 +78307 {78306} 16325 1 +78308 {78307} 11250 1 +78309 {78308} 16547 1 +78310 {78309} 10559 1 +78311 {78310} 2051 1 +78312 {78311} 1821 1 +78313 {78312} 10084 1 +78314 {78313} 2738 1 +78315 {78314} 1615 1 +78316 {78315} 4971 1 +78317 {78316} 9264 1 +78318 {78317} 11368 1 +78319 {78318} 10721 1 +78320 {78319} 175 1 +78321 {78320} 9166 1 +78322 {78321} 14480 1 +78323 {78322} 2228 1 +78324 {78323} 12020 1 +78325 {78324} 1997 1 +78326 {78325} 11944 1 +78327 {78326} 11007 1 +78328 {78327} 9128 1 +78329 {78328} 10507 1 +78330 {78329} 7768 1 +78331 {78330} 11452 1 +78332 {78331} 1510 1 +78333 {78332} 2865 1 +78334 {78333} 2810 1 +78335 {78334} 10581 1 +78336 {78335} 13163 1 +78337 {78336} 5134 1 +78338 {78337} 1594 1 +78339 {78338} 12551 1 +78340 {78339} 8766 1 +78341 {78340} 11364 1 +78342 {78341} 12103 1 +78343 {78342} 10738 1 +78344 {78343} 10971 1 +78345 {78344} 2489 1 +78346 {78345} 2869 1 +78347 {78346} 683 1 +78348 {78347} 3307 1 +78349 {78348} 1924 1 +78350 {78349} 2399 1 +78351 {78350} 3172 1 +78352 {78351} 15751 1 +78353 {78352} 2465 1 +78354 {78353} 2844 1 +78355 {78355} 2772 1 +78356 {78356} 905 1 +78357 {78357} 8507 1 +78358 {78358} 2357 1 +78359 {78359} 11351 1 +78360 {78360} 3075 1 +78361 {78361} 10196 1 +78362 {78362} 1541 1 +78363 {78363} 10692 1 +78364 {78364} 1368 1 +78365 {78365} 8572 1 +78366 {78366} 1245 1 +78367 {78367} 2578 1 +78368 {78368} 1927 1 +78369 {78369} 705 1 +78370 {78370} 11218 1 +78371 {78371} 12121 1 +78372 {78372} 5032 1 +78373 {78373} 3141 1 +78374 {78374} 10694 1 +78375 {78375} 2625 1 +78376 {78376} 2123 1 +78377 {78377} 1787 1 +78378 {78378} 10778 1 +78379 {78379} 2532 1 +78380 {78380} 5804 1 +78381 {78381} 9468 1 +78382 {78382} 2360 1 +78383 {78383} 2788 1 +78384 {78384} 12008 1 +78385 {78385} 15538 1 +78386 {78386} 3964 1 +78387 {78387} 2693 1 +78388 {78388} 2896 1 +78389 {78389} 2616 1 +78390 {78390} 2637 1 +78391 {78391} 1783 1 +78392 {78392} 1866 1 +78393 {78393} 8344 1 +78394 {78394} 15360 1 +78395 {78395} 11144 1 +78396 {78396} 13578 1 +78397 {78397} 2302 1 +78398 {78398} 8982 1 +78399 {78399} 2810 1 +78400 {78400} 15464 1 +78401 {78401} 1019 1 +78402 {78402} 11246 1 +78403 {78403} 10714 1 +78404 {78404} 1285 1 +78405 {78405} 2939 1 +78406 {78406} 11987 1 +78407 {78407} 1260 1 +78408 {78408} 2593 1 +78409 {78409} 8974 1 +78410 {78410} 1732 1 +78411 {78411} 3102 1 +78412 {78412} 2660 1 +78413 {78413} 9295 1 +78414 {78414} 1862 1 +78415 {78415} 10176 1 +78416 {78416} 2810 1 +78417 {78417} 10366 1 +78418 {78418} 13954 1 +78419 {78419} 8561 1 +78420 {78420} 2607 1 +78421 {78421} 2268 1 +78422 {78422} 3819 1 +78423 {78423} 1396 1 +78424 {78424} 11576 1 +78425 {78425} 6275 1 +78426 {78426} 10083 1 +78427 {78427} 12215 1 +78428 {78428} 2329 1 +78429 {78429} 2940 1 +78430 {78430} 9979 1 +78431 {78431} 1994 1 +78432 {78432} 11273 1 +78433 {78433} 10593 1 +78434 {78434} 10407 1 +78435 {78435} 1770 1 +78436 {78436} 16481 1 +78437 {78437} 1903 1 +78438 {78438} 2212 1 +78439 {78439} 2266 1 +78440 {78440} 9018 1 +78441 {78441} 10892 1 +78442 {78442} 2429 1 +78443 {78443} 10425 1 +78444 {78444} 2304 1 +78445 {78445} 2904 1 +78446 {78446} 9816 1 +78447 {78447} 1971 1 +78448 {78448} 8723 1 +78449 {78449} 2256 1 +78450 {78450} 2032 1 +78451 {78451} 1881 1 +78452 {78452} 11327 1 +78453 {78453} 2124 1 +78454 {78454} 10695 1 +78455 {78455} 10323 1 +78456 {78456} 2637 1 +78457 {78457} 2135 1 +78458 {78458} 1821 1 +78459 {78459} 10732 1 +78460 {78460} 10497 1 +78461 {78461} 15931 1 +78462 {78462} 2596 1 +78463 {78463} 2120 1 +78464 {78464} 10820 1 +78465 {78465} 10420 1 +78466 {78466} 3348 1 +78467 {78467} 16084 1 +78468 {78468} 1987 1 +78469 {78469} 8952 1 +78470 {78470} 1393 1 +78471 {78471} 3172 1 +78472 {78472} 10818 1 +78473 {78473} 1749 1 +78474 {78474} 11760 1 +78475 {78475} 10249 1 +78476 {78476} 9743 1 +78477 {78477} 9244 1 +78478 {78478} 16429 1 +78479 {78479} 10555 1 +78480 {78480} 2392 1 +78481 {78481} 10447 1 +78482 {78482} 2262 1 +78483 {78483} 5644 1 +78484 {78484} 9940 1 +78485 {78485} 2156 1 +78486 {78486} 2974 1 +78487 {78487} 11058 1 +78488 {78488} 10046 1 +78489 {78489} 1096 1 +78490 {78490} 8165 1 +78491 {78491} 877 1 +78492 {78492} 10332 1 +78493 {78493} 1614 1 +78494 {78494} 3313 1 +78495 {78495} 11078 1 +78496 {78496} 13705 1 +78497 {78497} 5688 1 +78498 {78498} 11278 1 +78499 {78499} 2943 1 +78500 {78500} 2669 1 +78501 {78501} 10777 1 +78502 {78502} 10126 1 +78503 {78503} 15708 1 +78504 {78504} 3475 1 +78505 {78505} 6085 1 +78506 {78506} 2591 1 +78507 {78507} 2037 1 +78508 {78508} 2501 1 +78509 {78509} 1124 1 +78510 {78510} 11395 1 +78511 {78511} 2568 1 +78512 {78512} 2433 1 +78513 {78513} 9905 1 +78514 {78514} 3980 1 +78515 {78515} 16294 1 +78516 {78516} 16386 1 +78517 {78517} 12071 1 +78518 {78518} 4082 1 +78519 {78519} 2125 1 +78520 {78520} 2258 1 +78521 {78521} 1418 1 +78522 {78522} 5121 1 +78523 {78523} 2236 1 +78524 {78524} 2840 1 +78525 {78525} 2966 1 +78526 {78526} 16392 1 +78527 {78527} 12583 1 +78528 {78528} 2734 1 +78529 {78529} 3247 1 +78530 {78530} 12604 1 +78531 {78531} 12344 1 +78532 {78532} 9744 1 +78533 {78533} 2066 1 +78534 {78534} 10531 1 +78535 {78535} 1961 1 +78536 {78536} 2573 1 +78537 {78537} 1730 1 +78538 {78538} 12120 1 +78539 {78539} 1851 1 +78540 {78540} 9478 1 +78541 {78541} 2487 1 +78542 {78542} 12967 1 +78543 {78543} 9698 1 +78544 {78544} 1554 1 +78545 {78545} 14998 1 +78546 {78546} 10385 1 +78547 {78547} 2971 1 +78548 {78548} 10093 1 +78549 {78549} 11414 1 +78550 {78550} 9588 1 +78551 {78551} 3003 1 +78552 {78552} 2775 1 +78553 {78553} 7605 1 +78554 {78554} 1695 1 +78555 {78555} 2703 1 +78556 {78556} 9725 1 +78557 {78557} 10447 1 +78558 {78558} 3723 1 +78559 {78559} 9377 1 +78560 {78560} 3217 1 +78561 {78561} 2029 1 +78562 {78562} 15130 1 +78563 {78563} 2589 1 +78564 {78564} 1924 1 +78565 {78565} 10286 1 +78566 {78566} 9132 1 +78567 {78567} 2368 1 +78568 {78568} 2835 1 +78569 {78569} 12445 1 +78570 {78570} 1326 1 +78571 {78571} 2249 1 +78572 {78572} 2025 1 +78573 {78573} 9593 1 +78574 {78574} 8199 1 +78575 {78575} 929 1 +78576 {78576} 1910 1 +78577 {78577} 11212 1 +78578 {78578} 10899 1 +78579 {78579} 1715 1 +78580 {78580} 6296 1 +78581 {78581} 820 1 +78582 {78582} 10191 1 +78583 {78583} 15167 1 +78584 {78584} 11452 1 +78585 {78585} 12550 1 +78586 {78586} 10565 1 +78587 {78587} 1277 1 +78588 {78588} 3242 1 +78589 {78589} 1129 1 +78590 {78590} 9259 1 +78591 {78591} 3747 1 +78592 {78592} 11665 1 +78593 {78593} 10056 1 +78594 {78594} 3717 1 +78595 {78595} 10378 1 +78596 {78596} 13709 1 +78597 {78597} 2524 1 +78598 {78598} 8077 1 +78599 {78599} 10993 1 +78600 {78600} 13737 1 +78601 {78601} 2555 1 +78602 {78602} 1926 1 +78603 {78603} 16128 1 +78604 {78604} 2597 1 +78605 {78605} 16398 1 +78606 {78606} 4918 1 +78607 {78607} 10596 1 +78608 {78608} 1481 1 +78609 {78609} 2438 1 +78610 {78610} 4000 1 +78611 {78611} 11372 1 +78612 {78612} 3309 1 +78613 {78613} 1450 1 +78614 {78614} 3143 1 +78615 {78615} 10286 1 +78616 {78616} 2205 1 +78617 {78617} 10988 1 +78618 {78618} 2129 1 +78619 {78619} 1636 1 +78620 {78620} 2263 1 +78621 {78621} 10368 1 +78622 {78622} 9459 1 +78623 {78623} 1441 1 +78624 {78624} 1165 1 +78625 {78625} 2770 1 +78626 {78626} 9753 1 +78627 {78627} 2051 1 +78628 {78628} 11088 1 +78629 {78629} 1824 1 +78630 {78630} 2736 1 +78631 {78631} 3507 1 +78632 {78632} 14079 1 +78633 {78633} 8143 1 +78634 {78634} 8629 1 +78635 {78635} 10278 1 +78636 {78636} 2306 1 +78637 {78637} 10271 1 +78638 {78638} 2656 1 +78639 {78639} 11081 1 +78640 {78640} 3331 1 +78641 {78641} 7967 1 +78642 {78642} 3987 1 +78643 {78643} 10779 1 +78644 {78644} 2465 1 +78645 {78645} 2535 1 +78646 {78646} 1820 1 +78647 {78647} 1733 1 +78648 {78648} 1691 1 +78649 {78649} 11813 1 +78650 {78650} 1685 1 +78651 {78651} 12054 1 +78652 {78652} 8608 1 +78653 {78653} 11133 1 +78654 {78654} 1611 1 +78655 {78655} 1206 1 +78656 {78656} 3979 1 +78657 {78657} 3331 1 +78658 {78658} 1886 1 +78659 {78659} 1449 1 +78660 {78660} 2689 1 +78661 {78661} 8487 1 +78662 {78662} 13788 1 +78663 {78663} 1006 1 +78664 {78664} 15650 1 +78665 {78665} 16012 1 +78666 {78666} 2784 1 +78667 {78667} 1986 1 +78668 {78668} 10671 1 +78669 {78669} 10605 1 +78670 {78670} 2844 1 +78671 {78671} 1845 1 +78672 {78672} 2852 1 +78673 {78673} 40 1 +78674 {78674} 10321 1 +78675 {78675} 11648 1 +78676 {78676} 1959 1 +78677 {78677} 3715 1 +78678 {78678} 1481 1 +78679 {78679} 1102 1 +78680 {78680} 8541 1 +78681 {78681} 13642 1 +78682 {78682} 2809 1 +78683 {78683} 5275 1 +78684 {78684} 3899 1 +78685 {78685} 2153 1 +78686 {78686} 1837 1 +78687 {78687} 1606 1 +78688 {78688} 10568 1 +78689 {78689} 5985 1 +78690 {78690} 14197 1 +78691 {78691} 7414 1 +78692 {78692} 1774 1 +78693 {78693} 1980 1 +78694 {78694} 11599 1 +78695 {78695} 10631 1 +78696 {78696} 1921 1 +78697 {78697} 2467 1 +78698 {78698} 1749 1 +78699 {78699} 10134 1 +78700 {78700} 9501 1 +78701 {78701} 1574 1 +78702 {78702} 10769 1 +78703 {78703} 2429 1 +78704 {78704} 3511 1 +78705 {78705} 1561 1 +78706 {78706} 10839 1 +78707 {78707} 11138 1 +78708 {78708} 9703 1 +78709 {78709} 10634 1 +78710 {78710} 16216 1 +78711 {78711} 2280 1 +78712 {78712} 2844 1 +78713 {78713} 10126 1 +78714 {78714} 2228 1 +78715 {78715} 12283 1 +78716 {78716} 2128 1 +78717 {78717} 9724 1 +78718 {78718} 14706 1 +78719 {78719} 13338 1 +78720 {78720} 1887 1 +78721 {78721} 2807 1 +78722 {78722} 11530 1 +78723 {78723} 748 1 +78724 {78724} 8607 1 +78725 {78725} 10859 1 +78726 {78726} 8413 1 +78727 {78727} 8944 1 +78728 {78728} 11593 1 +78729 {78729} 15600 1 +78730 {78730} 9759 1 +78731 {78731} 1365 1 +78732 {78732} 2377 1 +78733 {78733} 3602 1 +78734 {78734} 10347 1 +78735 {78735} 2296 1 +78736 {78736} 2640 1 +78737 {78737} 2482 1 +78738 {78738} 2098 1 +78739 {78739} 3330 1 +78740 {78740} 11025 1 +78741 {78741} 1947 1 +78742 {78742} 75 1 +78743 {78743} 3072 1 +78744 {78744} 9511 1 +78745 {78745} 2097 1 +78746 {78746} 1204 1 +78747 {78747} 10639 1 +78748 {78748} 16225 1 +78749 {78749} 2676 1 +78750 {78750} 9467 1 +78751 {78751} 2161 1 +78752 {78752} 16259 1 +78753 {78753} 11208 1 +78754 {78754} 10879 1 +78755 {78755} 2591 1 +78756 {78756} 2360 1 +78757 {78757} 3169 1 +78758 {78758} 15475 1 +78759 {78759} 11206 1 +78760 {78760} 1582 1 +78761 {78761} 1612 1 +78762 {78762} 9253 1 +78763 {78763} 16122 1 +78764 {78764} 2573 1 +78765 {78765} 8972 1 +78766 {78766} 8961 1 +78767 {78767} 9210 1 +78768 {78768} 11536 1 +78769 {78769} 10139 1 +78770 {78770} 2377 1 +78771 {78771} 1223 1 +78772 {78772} 2185 1 +78773 {78773} 1717 1 +78774 {78774} 8680 1 +78775 {78775} 2097 1 +78776 {78776} 2296 1 +78777 {78777} 11242 1 +78778 {78778} 3247 1 +78779 {78779} 1138 1 +78780 {78780} 8239 1 +78781 {78781} 1511 1 +78782 {78782} 2433 1 +78783 {78783} 1951 1 +78784 {78784} 2330 1 +78785 {78785} 7798 1 +78786 {78786} 15742 1 +78787 {78787} 6923 1 +78788 {78788} 10626 1 +78789 {78789} 1329 1 +78790 {78790} 11104 1 +78791 {78791} 1619 1 +78792 {78792} 15909 1 +78793 {78793} 2453 1 +78794 {78794} 3103 1 +78795 {78795} 2738 1 +78796 {78796} 10991 1 +78797 {78797} 2189 1 +78798 {78798} 9924 1 +78799 {78799} 2112 1 +78800 {78800} 11720 1 +78801 {78801} 1987 1 +78802 {78802} 999 1 +78803 {78803} 2721 1 +78804 {78804} 8477 1 +78805 {78805} 11472 1 +78806 {78806} 2126 1 +78807 {78807} 656 1 +78808 {78808} 3165 1 +78809 {78809} 2558 1 +78810 {78810} 3012 1 +78811 {78811} 9357 1 +78812 {78812} 2555 1 +78813 {78813} 1825 1 +78814 {78814} 3077 1 +78815 {78815} 8822 1 +78816 {78816} 15338 1 +78817 {78817} 2433 1 +78818 {78818} 16080 1 +78819 {78819} 9670 1 +78820 {78820} 2840 1 +78821 {78821} 2404 1 +78822 {78822} 9808 1 +78823 {78823} 10699 1 +78824 {78824} 2971 1 +78825 {78825} 675 1 +78826 {78826} 8594 1 +78827 {78827} 2023 1 +78828 {78828} 3262 1 +78829 {78829} 11173 1 +78830 {78830} 1682 1 +78831 {78831} 11005 1 +78832 {78832} 7947 1 +78833 {78833} 3160 1 +78834 {78834} 10599 1 +78835 {78835} 2763 1 +78836 {78836} 9405 1 +78837 {78837} 10425 1 +78838 {78838} 9335 1 +78839 {78839} 2941 1 +78840 {78840} 14243 1 +78841 {78841} 2974 1 +78842 {78842} 8422 1 +78843 {78843} 4957 1 +78844 {78844} 10652 1 +78845 {78845} 1648 1 +78846 {78846} 10613 1 +78847 {78847} 11361 1 +78848 {78848} 8414 1 +78849 {78849} 9624 1 +78850 {78850} 10635 1 +78851 {78851} 10734 1 +78852 {78852} 10507 1 +78853 {78853} 10128 1 +78854 {78854} 2090 1 +78855 {78855} 2926 1 +78856 {78856} 10233 1 +78857 {78857} 8961 1 +78858 {78858} 10310 1 +78859 {78859} 8971 1 +78860 {78860} 1986 1 +78861 {78861} 2536 1 +78862 {78862} 11138 1 +78863 {78863} 3481 1 +78864 {78864} 4856 1 +78865 {78865} 9313 1 +78866 {78866} 12690 1 +78867 {78867} 2256 1 +78868 {78868} 5081 1 +78869 {78869} 2790 1 +78870 {78870} 9532 1 +78871 {78871} 3645 1 +78872 {78872} 2178 1 +78873 {78873} 1643 1 +78874 {78874} 52 1 +78875 {78875} 7641 1 +78876 {78876} 3602 1 +78877 {78877} 11372 1 +78878 {78878} 9782 1 +78879 {78879} 10576 1 +78880 {78880} 8778 1 +78881 {78881} 11653 1 +78882 {78882} 9919 1 +78883 {78883} 10316 1 +78884 {78884} 1441 1 +78885 {78885} 8717 1 +78886 {78886} 6545 1 +78887 {78887} 1265 1 +78888 {78888} 11231 1 +78889 {78889} 12305 1 +78890 {78890} 9056 1 +78891 {78891} 2689 1 +78892 {78892} 9679 1 +78893 {78893} 3377 1 +78894 {78894} 12171 1 +78895 {78895} 451 1 +78896 {78896} 9849 1 +78897 {78897} 1854 1 +78898 {78898} 1169 1 +78899 {78899} 9745 1 +78900 {78900} 14553 1 +78901 {78901} 2810 1 +78902 {78902} 2087 1 +78903 {78903} 10301 1 +78904 {78904} 2194 1 +78905 {78905} 2335 1 +78906 {78906} 14535 1 +78907 {78907} 11127 1 +78908 {78908} 2562 1 +78909 {78909} 2964 1 +78910 {78910} 1105 1 +78911 {78911} 876 1 +78912 {78912} 10199 1 +78913 {78913} 13406 1 +78914 {78914} 3153 1 +78915 {78915} 6917 1 +78916 {78916} 12590 1 +78917 {78917} 601 1 +78918 {78918} 10987 1 +78919 {78919} 2903 1 +78920 {78920} 3020 1 +78921 {78921} 1596 1 +78922 {78922} 13424 1 +78923 {78923} 9228 1 +78924 {78924} 10539 1 +78925 {78925} 1962 1 +78926 {78926} 9901 1 +78927 {78927} 9079 1 +78928 {78928} 11028 1 +78929 {78929} 10415 1 +78930 {78930} 10300 1 +78931 {78931} 2936 1 +78932 {78932} 2459 1 +78933 {78933} 11005 1 +78934 {78934} 540 1 +78935 {78935} 1543 1 +78936 {78936} 2197 1 +78937 {78937} 7705 1 +78938 {78938} 1377 1 +78939 {78939} 11342 1 +78940 {78940} 2822 1 +78941 {78941} 9390 1 +78942 {78942} 1886 1 +78943 {78943} 1518 1 +78944 {78944} 11211 1 +78945 {78945} 10156 1 +78946 {78946} 2117 1 +78947 {78947} 7983 1 +78948 {78948} 2861 1 +78949 {78949} 3346 1 +78950 {78950} 14291 1 +78951 {78951} 3062 1 +78952 {78952} 7857 1 +78953 {78953} 14225 1 +78954 {78954} 1981 1 +78955 {78955} 1851 1 +78956 {78956} 15181 1 +78957 {78957} 1369 1 +78958 {78958} 11215 1 +78959 {78959} 2637 1 +78960 {78960} 2775 1 +78961 {78961} 2148 1 +78962 {78962} 2929 1 +78963 {78963} 2198 1 +78964 {78964} 10155 1 +78965 {78965} 11552 1 +78966 {78966} 2585 1 +78967 {78967} 3503 1 +78968 {78968} 3634 1 +78969 {78969} 11295 1 +78970 {78970} 2067 1 +78971 {78971} 2432 1 +78972 {78972} 11089 1 +78973 {78973} 16477 1 +78974 {78974} 8982 1 +78975 {78975} 9228 1 +78976 {78976} 1278 1 +78977 {78977} 2357 1 +78978 {78978} 2699 1 +78979 {78979} 1339 1 +78980 {78980} 1744 1 +78981 {78981} 2403 1 +78982 {78982} 3160 1 +78983 {78983} 4256 1 +78984 {78984} 1911 1 +78985 {78985} 2405 1 +78986 {78986} 2408 1 +78987 {78987} 5160 1 +78988 {78988} 3131 1 +78989 {78989} 3079 1 +78990 {78990} 10699 1 +78991 {78991} 3062 1 +78992 {78992} 1799 1 +78993 {78993} 2368 1 +78994 {78994} 2304 1 +78995 {78995} 1859 1 +78996 {78996} 8293 1 +78997 {78997} 7692 1 +78998 {78998} 1313 1 +78999 {78999} 1611 1 +79000 {79000} 10006 1 +79001 {79001} 2791 1 +79002 {79002} 1277 1 +79003 {79003} 9491 1 +79004 {79004} 3897 1 +79005 {79005} 459 1 +79006 {79006} 10863 1 +79007 {79007} 2741 1 +79008 {79008} 2132 1 +79009 {79009} 3078 1 +79010 {79010} 2189 1 +79011 {79011} 1573 1 +79012 {79012} 12291 1 +79013 {79013} 2520 1 +79014 {79014} 2914 1 +79015 {79015} 3036 1 +79016 {79016} 8999 1 +79017 {79017} 9720 1 +79018 {79018} 2534 1 +79019 {79019} 4675 1 +79020 {79020} 9718 1 +79021 {79021} 3194 1 +79022 {79022} 9039 1 +79023 {79023} 10859 1 +79024 {79024} 2811 1 +79025 {79025} 4552 1 +79026 {79026} 9665 1 +79027 {79027} 11467 1 +79028 {79028} 10247 1 +79029 {79029} 9466 1 +79030 {79030} 10065 1 +79031 {79031} 11327 1 +79032 {79032} 5237 1 +79033 {79033} 2189 1 +79034 {79034} 11131 1 +79035 {79035} 10261 1 +79036 {79036} 2507 1 +79037 {79037} 10956 1 +79038 {79038} 2013 1 +79039 {79039} 3297 1 +79040 {79040} 1987 1 +79041 {79041} 5278 1 +79042 {79042} 10960 1 +79043 {79043} 7735 1 +79044 {79044} 13603 1 +79045 {79045} 10496 1 +79046 {79046} 2017 1 +79047 {79047} 12047 1 +79048 {79048} 2660 1 +79049 {79049} 10911 1 +79050 {79050} 2364 1 +79051 {79051} 6473 1 +79052 {79052} 1700 1 +79053 {79053} 10634 1 +79054 {79054} 2196 1 +79055 {79055} 581 1 +79056 {79056} 10949 1 +79057 {79057} 9682 1 +79058 {79058} 1081 1 +79059 {79059} 4800 1 +79060 {79060} 970 1 +79061 {79061} 2429 1 +79062 {79062} 2267 1 +79063 {79063} 2163 1 +79064 {79064} 2596 1 +79065 {79065} 3037 1 +79066 {79066} 2013 1 +79067 {79067} 2746 1 +79068 {79068} 840 1 +79069 {79069} 2908 1 +79070 {79070} 10500 1 +79071 {79071} 2102 1 +79072 {79072} 1744 1 +79073 {79073} 2056 1 +79074 {79074} 9221 1 +79075 {79075} 13732 1 +79076 {79076} 1679 1 +79077 {79077} 10955 1 +79078 {79078} 10394 1 +79079 {79079} 10514 1 +79080 {79080} 1858 1 +79081 {79081} 1643 1 +79082 {79082} 10879 1 +79083 {79083} 8030 1 +79084 {79084} 2629 1 +79085 {79085} 2995 1 +79086 {79086} 1722 1 +79087 {79087} 9171 1 +79088 {79088} 1873 1 +79089 {79089} 3141 1 +79090 {79090} 105 1 +79091 {79091} 11930 1 +79092 {79092} 9233 1 +79093 {79093} 972 1 +79094 {79094} 2707 1 +79095 {79095} 11173 1 +79096 {79096} 11312 1 +79097 {79097} 3369 1 +79098 {79098} 1834 1 +79099 {79099} 2364 1 +79100 {79100} 2562 1 +79101 {79101} 2660 1 +79102 {79102} 11721 1 +79103 {79103} 2302 1 +79104 {79104} 9476 1 +79105 {79105} 2222 1 +79106 {79106} 10235 1 +79107 {79107} 2348 1 +79108 {79108} 1197 1 +79109 {79109} 10183 1 +79110 {79110} 12909 1 +79111 {79111} 2324 1 +79112 {79112} 2703 1 +79113 {79113} 968 1 +79114 {79114} 10731 1 +79115 {79115} 13466 1 +79116 {79116} 2703 1 +79117 {79117} 9278 1 +79118 {79118} 14154 1 +79119 {79119} 4424 1 +79120 {79120} 8649 1 +79121 {79121} 11796 1 +79122 {79122} 8995 1 +79123 {79123} 2464 1 +79124 {79124} 563 1 +79125 {79125} 911 1 +79126 {79126} 3245 1 +79127 {79127} 2738 1 +79128 {79128} 11756 1 +79129 {79129} 9354 1 +79130 {79130} 12579 1 +79131 {79131} 9259 1 +79132 {79132} 11733 1 +79133 {79133} 1160 1 +79134 {79134} 2301 1 +79135 {79135} 11199 1 +79136 {79136} 11170 1 +79137 {79137} 10761 1 +79138 {79138} 10559 1 +79139 {79139} 3443 1 +79140 {79140} 1891 1 +79141 {79141} 11452 1 +79142 {79142} 13348 1 +79143 {79143} 10809 1 +79144 {79144} 9233 1 +79145 {79145} 298 1 +79146 {79146} 1918 1 +79147 {79147} 6767 1 +79148 {79148} 1925 1 +79149 {79149} 14611 1 +79150 {79150} 3043 1 +79151 {79151} 6635 1 +79152 {79152} 2564 1 +79153 {79153} 13997 1 +79154 {79154} 10786 1 +79155 {79155} 13452 1 +79156 {79156} 1971 1 +79157 {79157} 11320 1 +79158 {79158} 11487 1 +79159 {79159} 1744 1 +79160 {79160} 10950 1 +79161 {79161} 7628 1 +79162 {79162} 8551 1 +79163 {79163} 1003 1 +79164 {79164} 8451 1 +79165 {79165} 7078 1 +79166 {79166} 2501 1 +79167 {79167} 501 1 +79168 {79168} 1005 1 +79169 {79169} 16380 1 +79170 {79170} 6372 1 +79171 {79171} 2696 1 +79172 {79172} 1394 1 +79173 {79173} 9489 1 +79174 {79174} 9353 1 +79175 {79175} 9546 1 +79176 {79176} 9199 1 +79177 {79177} 2377 1 +79178 {79178} 10965 1 +79179 {79179} 8886 1 +79180 {79180} 10687 1 +79181 {79181} 13730 1 +79182 {79182} 2425 1 +79183 {79183} 14512 1 +79184 {79184} 9445 1 +79185 {79185} 2199 1 +79186 {79186} 3618 1 +79187 {79187} 2515 1 +79188 {79188} 3434 1 +79189 {79189} 1855 1 +79190 {79190} 9445 1 +79191 {79191} 1459 1 +79192 {79192} 2464 1 +79193 {79193} 10770 1 +79194 {79194} 1609 1 +79195 {79195} 1242 1 +79196 {79196} 15162 1 +79197 {79197} 15274 1 +79198 {79198} 1369 1 +79199 {79199} 10357 1 +79200 {79200} 11357 1 +79201 {79201} 2596 1 +79202 {79202} 1632 1 +79203 {79203} 9093 1 +79204 {79204} 11688 1 +79205 {79205} 2811 1 +79206 {79206} 5342 1 +79207 {79207} 3204 1 +79208 {79208} 9524 1 +79209 {79209} 1950 1 +79210 {79210} 1159 1 +79211 {79211} 1682 1 +79212 {79212} 10490 1 +79213 {79213} 11588 1 +79214 {79214} 2733 1 +79215 {79215} 2167 1 +79216 {79216} 11342 1 +79217 {79217} 11810 1 +79218 {79218} 1068 1 +79219 {79219} 9476 1 +79220 {79220} 1755 1 +79221 {79221} 2895 1 +79222 {79222} 1707 1 +79223 {79223} 1854 1 +79224 {79224} 2297 1 +79225 {79225} 11268 1 +79226 {79226} 1633 1 +79227 {79227} 10709 1 +79228 {79228} 11789 1 +79229 {79229} 12274 1 +79230 {79230} 9655 1 +79231 {79231} 1294 1 +79232 {79232} 10086 1 +79233 {79233} 10494 1 +79234 {79234} 2339 1 +79235 {79235} 11191 1 +79236 {79236} 2770 1 +79237 {79237} 11116 1 +79238 {79238} 12160 1 +79239 {79239} 2566 1 +79240 {79240} 2765 1 +79241 {79241} 9175 1 +79242 {79242} 10503 1 +79243 {79243} 9707 1 +79244 {79244} 3062 1 +79245 {79245} 11036 1 +79246 {79246} 8323 1 +79247 {79247} 3477 1 +79248 {79248} 3889 1 +79249 {79249} 10058 1 +79250 {79250} 2164 1 +79251 {79251} 5544 1 +79252 {79252} 3107 1 +79253 {79253} 15773 1 +79254 {79254} 8229 1 +79255 {79255} 12229 1 +79256 {79256} 2536 1 +79257 {79257} 11673 1 +79258 {79258} 11590 1 +79259 {79259} 3509 1 +79260 {79260} 7592 1 +79261 {79261} 9828 1 +79262 {79262} 2021 1 +79263 {79263} 1507 1 +79264 {79264} 1673 1 +79265 {79265} 11581 1 +79266 {79266} 9797 1 +79267 {79267} 2853 1 +79268 {79268} 2429 1 +79269 {79269} 8385 1 +79270 {79270} 2141 1 +79271 {79271} 12545 1 +79272 {79272} 2783 1 +79273 {79273} 2152 1 +79274 {79274} 2230 1 +79275 {79275} 7954 1 +79276 {79276} 2742 1 +79277 {79277} 876 1 +79278 {79278} 2895 1 +79279 {79279} 9716 1 +79280 {79280} 2629 1 +79281 {79281} 1551 1 +79282 {79282} 10544 1 +79283 {79283} 1841 1 +79284 {79284} 2442 1 +79285 {79285} 11008 1 +79286 {79286} 1630 1 +79287 {79287} 9476 1 +79288 {79288} 945 1 +79289 {79289} 11756 1 +79290 {79290} 1067 1 +79291 {79291} 10393 1 +79292 {79292} 1641 1 +79293 {79293} 1858 1 +79294 {79294} 4876 1 +79295 {79295} 488 1 +79296 {79296} 1756 1 +79297 {79297} 12504 1 +79298 {79298} 2184 1 +79299 {79299} 2621 1 +79300 {79300} 2421 1 +79301 {79301} 1724 1 +79302 {79302} 1218 1 +79303 {79303} 13007 1 +79304 {79304} 10757 1 +79305 {79305} 3250 1 +79306 {79306} 9878 1 +79307 {79307} 1422 1 +79308 {79308} 2903 1 +79309 {79309} 6397 1 +79310 {79310} 10348 1 +79311 {79311} 11633 1 +79312 {79312} 7886 1 +79313 {79313} 2538 1 +79314 {79314} 2234 1 +79315 {79315} 9782 1 +79316 {79316} 2032 1 +79317 {79317} 10715 1 +79318 {79318} 8543 1 +79319 {79319} 7040 1 +79320 {79320} 15225 1 +79321 {79321} 12464 1 +79322 {79322} 11847 1 +79323 {79323} 10195 1 +79324 {79324} 2697 1 +79325 {79325} 13061 1 +79326 {79326} 5400 1 +79327 {79327} 3067 1 +79328 {79328} 3751 1 +79329 {79329} 1416 1 +79330 {79330} 8949 1 +79331 {79331} 9745 1 +79332 {79332} 9114 1 +79333 {79333} 10236 1 +79334 {79334} 13584 1 +79335 {79335} 11739 1 +79336 {79336} 1933 1 +79337 {79337} 2707 1 +79338 {79338} 10139 1 +79339 {79339} 2490 1 +79340 {79340} 15539 1 +79341 {79341} 7015 1 +79342 {79342} 974 1 +79343 {79343} 9096 1 +79344 {79344} 8756 1 +79345 {79345} 9652 1 +79346 {79346} 9612 1 +79347 {79347} 2770 1 +79348 {79348} 2335 1 +79349 {79349} 1322 1 +79350 {79350} 2390 1 +79351 {79351} 2366 1 +79352 {79352} 1922 1 +79353 {79353} 9191 1 +79354 {79354} 9618 1 +79355 {79355} 2565 1 +79356 {79356} 271 1 +79357 {79357} 10084 1 +79358 {79358} 1979 1 +79359 {79359} 16234 1 +79360 {79360} 1820 1 +79361 {79361} 128 1 +79362 {79362} 1273 1 +79363 {79363} 1990 1 +79364 {79364} 2798 1 +79365 {79365} 10761 1 +79366 {79366} 2416 1 +79367 {79367} 2083 1 +79368 {79368} 1988 1 +79369 {79369} 2486 1 +79370 {79370} 3804 1 +79371 {79371} 1780 1 +79372 {79372} 2287 1 +79373 {79373} 2165 1 +79374 {79374} 1397 1 +79375 {79375} 10212 1 +79376 {79376} 11330 1 +79377 {79377} 1309 1 +79378 {79378} 2837 1 +79379 {79379} 8802 1 +79380 {79380} 10934 1 +79381 {79381} 9777 1 +79382 {79382} 2534 1 +79383 {79383} 2544 1 +79384 {79384} 3009 1 +79385 {79385} 3745 1 +79386 {79386} 15197 1 +79387 {79387} 10694 1 +79388 {79388} 2220 1 +79389 {79389} 1384 1 +79390 {79390} 4891 1 +79391 {79391} 10690 1 +79392 {79392} 2706 1 +79393 {79393} 10689 1 +79394 {79394} 2013 1 +79395 {79395} 1068 1 +79396 {79396} 3006 1 +79397 {79397} 535 1 +79398 {79398} 10301 1 +79399 {79399} 2095 1 +79400 {79400} 11415 1 +79401 {79401} 10921 1 +79402 {79402} 12230 1 +79403 {79403} 1708 1 +79404 {79404} 9891 1 +79405 {79405} 1717 1 +79406 {79406} 11888 1 +79407 {79407} 3171 1 +79408 {79408} 2428 1 +79409 {79409} 1871 1 +79410 {79410} 9402 1 +79411 {79411} 2989 1 +79412 {79412} 1844 1 +79413 {79413} 1754 1 +79414 {79414} 1878 1 +79415 {79415} 15295 1 +79416 {79416} 2361 1 +79417 {79417} 2288 1 +79418 {79418} 1821 1 +79419 {79419} 2573 1 +79420 {79420} 1877 1 +79421 {79421} 10710 1 +79422 {79422} 11346 1 +79423 {79423} 2669 1 +79424 {79424} 2367 1 +79425 {79425} 10056 1 +79426 {79426} 9844 1 +79427 {79427} 1818 1 +79428 {79428} 2432 1 +79429 {79429} 3279 1 +79430 {79430} 1133 1 +79431 {79431} 5186 1 +79432 {79432} 12509 1 +79433 {79433} 9341 1 +79434 {79434} 11594 1 +79435 {79435} 10886 1 +79436 {79436} 1752 1 +79437 {79437} 1091 1 +79438 {79438} 12965 1 +79439 {79439} 9214 1 +79440 {79440} 8919 1 +79441 {79441} 10559 1 +79442 {79442} 12323 1 +79443 {79443} 2901 1 +79444 {79444} 6391 1 +79445 {79445} 1171 1 +79446 {79446} 11016 1 +79447 {79447} 7849 1 +79448 {79448} 1081 1 +79449 {79449} 2263 1 +79450 {79450} 2772 1 +79451 {79451} 3077 1 +79452 {79452} 1333 1 +79453 {79453} 1647 1 +79454 {79454} 4948 1 +79455 {79455} 1462 1 +79456 {79456} 9373 1 +79457 {79457} 1875 1 +79458 {79458} 2734 1 +79459 {79459} 3012 1 +79460 {79460} 3120 1 +79461 {79461} 7336 1 +79462 {79462} 1989 1 +79463 {79463} 2736 1 +79464 {79464} 11403 1 +79465 {79465} 1790 1 +79466 {79466} 1756 1 +79467 {79467} 2598 1 +79468 {79468} 2432 1 +79469 {79469} 3246 1 +79470 {79470} 2323 1 +79471 {79471} 11997 1 +79472 {79472} 839 1 +79473 {79473} 3971 1 +79474 {79474} 2979 1 +79475 {79475} 5074 1 +79476 {79476} 15147 1 +79477 {79477} 11295 1 +79478 {79478} 14838 1 +79479 {79479} 8151 1 +79480 {79480} 11778 1 +79481 {79481} 9327 1 +79482 {79482} 1648 1 +79483 {79483} 10818 1 +79484 {79484} 2135 1 +79485 {79485} 1062 1 +79486 {79486} 2233 1 +79487 {79487} 3075 1 +79488 {79488} 2361 1 +79489 {79489} 173 1 +79490 {79490} 1937 1 +79491 {79491} 2539 1 +79492 {79492} 13096 1 +79493 {79493} 11780 1 +79494 {79494} 2233 1 +79495 {79495} 2805 1 +79496 {79496} 11321 1 +79497 {79497} 16590 1 +79498 {79498} 10884 1 +79499 {79499} 9458 1 +79500 {79500} 11806 1 +79501 {79501} 2394 1 +79502 {79502} 1447 1 +79503 {79503} 2673 1 +79504 {79504} 10241 1 +79505 {79505} 2499 1 +79506 {79506} 1578 1 +79507 {79507} 10960 1 +79508 {79508} 13831 1 +79509 {79509} 1244 1 +79510 {79510} 2617 1 +79511 {79511} 9944 1 +79512 {79512} 1889 1 +79513 {79513} 2502 1 +79514 {79514} 12959 1 +79515 {79515} 11355 1 +79516 {79516} 2331 1 +79517 {79517} 1562 1 +79518 {79518} 1621 1 +79519 {79519} 1568 1 +79520 {79520} 1418 1 +79521 {79521} 2359 1 +79522 {79522} 2170 1 +79523 {79523} 10332 1 +79524 {79524} 10131 1 +79525 {79525} 9975 1 +79526 {79526} 9886 1 +79527 {79527} 10863 1 +79528 {79528} 3301 1 +79529 {79529} 2719 1 +79530 {79530} 13741 1 +79531 {79531} 5171 1 +79532 {79532} 2028 1 +79533 {79533} 10516 1 +79534 {79534} 3251 1 +79535 {79535} 6401 1 +79536 {79536} 7731 1 +79537 {79537} 3328 1 +79538 {79538} 2772 1 +79539 {79539} 1837 1 +79540 {79540} 15543 1 +79541 {79541} 11428 1 +79542 {79542} 2673 1 +79543 {79543} 9580 1 +79544 {79544} 1683 1 +79545 {79545} 1691 1 +79546 {79546} 9979 1 +79547 {79547} 2120 1 +79548 {79548} 9947 1 +79549 {79549} 2222 1 +79550 {79550} 9261 1 +79551 {79551} 3369 1 +79552 {79552} 10256 1 +79553 {79553} 10270 1 +79554 {79554} 2909 1 +79555 {79555} 2528 1 +79556 {79556} 1856 1 +79557 {79557} 12835 1 +79558 {79558} 8523 1 +79559 {79559} 2942 1 +79560 {79560} 10102 1 +79561 {79561} 13581 1 +79562 {79562} 2587 1 +79563 {79563} 16174 1 +79564 {79564} 10503 1 +79565 {79565} 1584 1 +79566 {79566} 10602 1 +79567 {79567} 11649 1 +79568 {79568} 16039 1 +79569 {79569} 3041 1 +79570 {79570} 10314 1 +79571 {79571} 2125 1 +79572 {79572} 12251 1 +79573 {79573} 1873 1 +79574 {79574} 1648 1 +79575 {79575} 9085 1 +79576 {79576} 1704 1 +79577 {79577} 3406 1 +79578 {79578} 1988 1 +79579 {79579} 2258 1 +79580 {79580} 1686 1 +79581 {79581} 2218 1 +79582 {79582} 892 1 +79583 {79583} 2421 1 +79584 {79584} 9874 1 +79585 {79585} 1619 1 +79586 {79586} 8817 1 +79587 {79587} 10558 1 +79588 {79588} 1600 1 +79589 {79589} 11814 1 +79590 {79590} 2868 1 +79591 {79591} 10346 1 +79592 {79592} 2125 1 +79593 {79593} 9994 1 +79594 {79594} 7094 1 +79595 {79595} 10629 1 +79596 {79596} 11999 1 +79597 {79597} 2385 1 +79598 {79598} 2193 1 +79599 {79599} 2759 1 +79600 {79600} 1164 1 +79601 {79601} 2096 1 +79602 {79602} 1584 1 +79603 {79603} 2126 1 +79604 {79604} 3272 1 +79605 {79605} 2050 1 +79606 {79606} 2716 1 +79607 {79607} 10424 1 +79608 {79608} 11625 1 +79609 {79609} 11806 1 +79610 {79610} 2099 1 +79611 {79611} 7142 1 +79612 {79612} 14559 1 +79613 {79613} 11218 1 +79614 {79614} 1646 1 +79615 {79615} 7728 1 +79616 {79616} 10251 1 +79617 {79617} 10734 1 +79618 {79618} 2605 1 +79619 {79619} 9803 1 +79620 {79620} 3383 1 +79621 {79621} 1924 1 +79622 {79622} 10955 1 +79623 {79623} 10947 1 +79624 {79624} 2205 1 +79625 {79625} 10527 1 +79626 {79626} 1883 1 +79627 {79627} 3710 1 +79628 {79628} 2427 1 +79629 {79629} 10408 1 +79630 {79630} 2316 1 +79631 {79631} 5619 1 +79632 {79632} 3244 1 +79633 {79633} 10567 1 +79634 {79634} 10385 1 +79635 {79635} 11593 1 +79636 {79636} 2050 1 +79637 {79637} 2167 1 +79638 {79638} 10267 1 +79639 {79639} 2029 1 +79640 {79640} 2166 1 +79641 {79641} 10001 1 +79642 {79642} 12188 1 +79643 {79643} 10809 1 +79644 {79644} 2666 1 +79645 {79645} 1910 1 +79646 {79646} 1338 1 +79647 {79647} 2319 1 +79648 {79648} 9768 1 +79649 {79649} 10385 1 +79650 {79650} 15703 1 +79651 {79651} 1740 1 +79652 {79652} 3076 1 +79653 {79653} 2182 1 +79654 {79654} 10409 1 +79655 {79655} 1854 1 +79656 {79656} 2032 1 +79657 {79657} 2494 1 +79658 {79658} 12101 1 +79659 {79659} 5678 1 +79660 {79660} 15606 1 +79661 {79661} 10611 1 +79662 {79662} 2296 1 +79663 {79663} 3626 1 +79664 {79664} 1710 1 +79665 {79665} 2165 1 +79666 {79666} 8820 1 +79667 {79667} 1509 1 +79668 {79668} 11766 1 +79669 {79669} 11333 1 +79670 {79670} 10382 1 +79671 {79671} 7115 1 +79672 {79672} 9937 1 +79673 {79673} 10490 1 +79674 {79674} 1676 1 +79675 {79675} 2424 1 +79676 {79676} 1614 1 +79677 {79677} 5625 1 +79678 {79678} 3188 1 +79679 {79679} 10575 1 +79680 {79680} 10465 1 +79681 {79681} 13503 1 +79682 {79682} 9414 1 +79683 {79683} 2673 1 +79684 {79684} 2058 1 +79685 {79685} 10121 1 +79686 {79686} 7044 1 +79687 {79687} 9520 1 +79688 {79688} 2166 1 +79689 {79689} 10674 1 +79690 {79690} 1375 1 +79691 {79691} 10809 1 +79692 {79692} 9619 1 +79693 {79693} 8618 1 +79694 {79694} 2363 1 +79695 {79695} 970 1 +79696 {79696} 9660 1 +79697 {79697} 1453 1 +79698 {79698} 2557 1 +79699 {79699} 10618 1 +79700 {79700} 10525 1 +79701 {79701} 12156 1 +79702 {79702} 1718 1 +79703 {79703} 2791 1 +79704 {79704} 2906 1 +79705 {79705} 2566 1 +79706 {79706} 2321 1 +79707 {79707} 2991 1 +79708 {79708} 2634 1 +79709 {79709} 14760 1 +79710 {79710} 10809 1 +79711 {79711} 2806 1 +79712 {79712} 7956 1 +79713 {79713} 6429 1 +79714 {79714} 1953 1 +79715 {79715} 1257 1 +79716 {79716} 11485 1 +79717 {79717} 10892 1 +79718 {79718} 2031 1 +79719 {79719} 11500 1 +79720 {79720} 11608 1 +79721 {79721} 1325 1 +79722 {79722} 2392 1 +79723 {79723} 1090 1 +79724 {79724} 2095 1 +79725 {79725} 1645 1 +79726 {79726} 1204 1 +79727 {79727} 10957 1 +79728 {79728} 9756 1 +79729 {79729} 10630 1 +79730 {79730} 9981 1 +79731 {79731} 2410 1 +79732 {79732} 12264 1 +79733 {79733} 10809 1 +79734 {79734} 7928 1 +79735 {79735} 2574 1 +79736 {79736} 2466 1 +79737 {79737} 1823 1 +79738 {79738} 10751 1 +79739 {79739} 1890 1 +79740 {79740} 2170 1 +79741 {79741} 1078 1 +79742 {79742} 10900 1 +79743 {79743} 10354 1 +79744 {79744} 1686 1 +79745 {79745} 2562 1 +79746 {79746} 2494 1 +79747 {79747} 9723 1 +79748 {79748} 2126 1 +79749 {79749} 2531 1 +79750 {79750} 1994 1 +79751 {79751} 2187 1 +79752 {79752} 8923 1 +79753 {79753} 3282 1 +79754 {79754} 9871 1 +79755 {79755} 9828 1 +79756 {79756} 2633 1 +79757 {79757} 7129 1 +79758 {79758} 1820 1 +79759 {79759} 5468 1 +79760 {79760} 1849 1 +79761 {79761} 5256 1 +79762 {79762} 2809 1 +79763 {79763} 3541 1 +79764 {79764} 2182 1 +79765 {79765} 11025 1 +79766 {79766} 9947 1 +79767 {79767} 10733 1 +79768 {79768} 3717 1 +79769 {79769} 11515 1 +79770 {79770} 1746 1 +79771 {79771} 10378 1 +79772 {79772} 9107 1 +79773 {79773} 10371 1 +79774 {79774} 10870 1 +79775 {79775} 8599 1 +79776 {79776} 2977 1 +79777 {79777} 8692 1 +79778 {79778} 15437 1 +79779 {79779} 10065 1 +79780 {79780} 1383 1 +79781 {79781} 2733 1 +79782 {79782} 3415 1 +79783 {79783} 9718 1 +79784 {79784} 3222 1 +79785 {79785} 2454 1 +79786 {79786} 4858 1 +79787 {79787} 2767 1 +79788 {79788} 15473 1 +79789 {79789} 2862 1 +79790 {79790} 2301 1 +79791 {79791} 8965 1 +79792 {79792} 9837 1 +79793 {79793} 11906 1 +79794 {79794} 1646 1 +79795 {79795} 10375 1 +79796 {79796} 2428 1 +79797 {79797} 8741 1 +79798 {79798} 2026 1 +79799 {79799} 2290 1 +79800 {79800} 1695 1 +79801 {79801} 11478 1 +79802 {79802} 9098 1 +79803 {79803} 497 1 +79804 {79804} 497 1 +79805 {79805} 3381 1 +79806 {79806} 2726 1 +79807 {79807} 11800 1 +79808 {79808} 11728 1 +79809 {79809} 11752 1 +79810 {79810} 2196 1 +79811 {79811} 10016 1 +79812 {79812} 2260 1 +79813 {79813} 9580 1 +79814 {79814} 1535 1 +79815 {79815} 2706 1 +79816 {79816} 8523 1 +79817 {79817} 2743 1 +79818 {79818} 3510 1 +79819 {79819} 12209 1 +79820 {79820} 10355 1 +79821 {79821} 10982 1 +79822 {79822} 2004 1 +79823 {79823} 2865 1 +79824 {79824} 2360 1 +79825 {79825} 1836 1 +79826 {79826} 8311 1 +79827 {79827} 7503 1 +79828 {79828} 1603 1 +79829 {79829} 2739 1 +79830 {79830} 11647 1 +79831 {79831} 1786 1 +79832 {79832} 15025 1 +79833 {79833} 11273 1 +79834 {79834} 9765 1 +79835 {79835} 1854 1 +79836 {79836} 2949 1 +79837 {79837} 2263 1 +79838 {79838} 15704 1 +79839 {79839} 9322 1 +79840 {79840} 9292 1 +79841 {79841} 11346 1 +79842 {79842} 12692 1 +79843 {79843} 2600 1 +79844 {79844} 2590 1 +79845 {79845} 11987 1 +79846 {79846} 928 1 +79847 {79847} 1860 1 +79848 {79848} 9740 1 +79849 {79849} 1088 1 +79850 {79850} 10302 1 +79851 {79851} 10216 1 +79852 {79852} 325 1 +79853 {79853} 2818 1 +79854 {79854} 2531 1 +79855 {79855} 10715 1 +79856 {79856} 1479 1 +79857 {79857} 3499 1 +79858 {79858} 5632 1 +79859 {79859} 10466 1 +79860 {79860} 1962 1 +79861 {79861} 1841 1 +79862 {79862} 3297 1 +79863 {79863} 2512 1 +79864 {79864} 9561 1 +79865 {79865} 10575 1 +79866 {79866} 3143 1 +79867 {79867} 2638 1 +79868 {79868} 14029 1 +79869 {79869} 5923 1 +79870 {79870} 9917 1 +79871 {79871} 9690 1 +79872 {79872} 2917 1 +79873 {79873} 9618 1 +79874 {79874} 10815 1 +79875 {79875} 11537 1 +79876 {79876} 2741 1 +79877 {79877} 11945 1 +79878 {79878} 10719 1 +79879 {79879} 10354 1 +79880 {79880} 9848 1 +79881 {79881} 11776 1 +79882 {79882} 1250 1 +79883 {79883} 12017 1 +79884 {79884} 522 1 +79885 {79885} 88 1 +79886 {79886} 2929 1 +79887 {79887} 2050 1 +79888 {79888} 11196 1 +79889 {79889} 1840 1 +79890 {79890} 2327 1 +79891 {79891} 1527 1 +79892 {79892} 2467 1 +79893 {79893} 11686 1 +79894 {79894} 8546 1 +79895 {79895} 10092 1 +79896 {79896} 8942 1 +79897 {79897} 12061 1 +79898 {79898} 2346 1 +79899 {79899} 3900 1 +79900 {79900} 10084 1 +79901 {79901} 11196 1 +79902 {79902} 12548 1 +79903 {79903} 14927 1 +79904 {79904} 1201 1 +79905 {79905} 9158 1 +79906 {79906} 9614 1 +79907 {79907} 11310 1 +79908 {79908} 7921 1 +79909 {79909} 1840 1 +79910 {79910} 3231 1 +79911 {79911} 1529 1 +79912 {79912} 3011 1 +79913 {79913} 1884 1 +79914 {79914} 9898 1 +79915 {79915} 10593 1 +79916 {79916} 2502 1 +79917 {79917} 2329 1 +79918 {79918} 3199 1 +79919 {79919} 2063 1 +79920 {79920} 9955 1 +79921 {79921} 2769 1 +79922 {79922} 10156 1 +79923 {79923} 2679 1 +79924 {79924} 10054 1 +79925 {79925} 12272 1 +79926 {79926} 14060 1 +79927 {79927} 6482 1 +79928 {79928} 11704 1 +79929 {79929} 3039 1 +79930 {79930} 9436 1 +79931 {79931} 15630 1 +79932 {79932} 2110 1 +79933 {79933} 3440 1 +79934 {79934} 1817 1 +79935 {79935} 16270 1 +79936 {79936} 7672 1 +79937 {79937} 3064 1 +79938 {79938} 3247 1 +79939 {79939} 1618 1 +79940 {79940} 2278 1 +79941 {79941} 2587 1 +79942 {79942} 3396 1 +79943 {79943} 2568 1 +79944 {79944} 2504 1 +79945 {79945} 2993 1 +79946 {79946} 10895 1 +79947 {79947} 10031 1 +79948 {79948} 1582 1 +79949 {79949} 1657 1 +79950 {79950} 2899 1 +79951 {79951} 8197 1 +79952 {79952} 1928 1 +79953 {79953} 1856 1 +79954 {79954} 4526 1 +79955 {79955} 10744 1 +79956 {79956} 10151 1 +79957 {79957} 11141 1 +79958 {79958} 8744 1 +79959 {79959} 2637 1 +79960 {79960} 10045 1 +79961 {79961} 2604 1 +79962 {79962} 2674 1 +79963 {79963} 740 1 +79964 {79964} 11138 1 +79965 {79965} 9561 1 +79966 {79966} 10679 1 +79967 {79967} 11139 1 +79968 {79968} 11554 1 +79969 {79969} 7849 1 +79970 {79970} 1848 1 +79971 {79971} 2537 1 +79972 {79972} 8481 1 +79973 {79973} 2047 1 +79974 {79974} 1994 1 +79975 {79975} 10568 1 +79976 {79976} 10024 1 +79977 {79977} 1393 1 +79978 {79978} 2806 1 +79979 {79979} 1927 1 +79980 {79980} 1653 1 +79981 {79981} 653 1 +79982 {79982} 1700 1 +79983 {79983} 3335 1 +79984 {79984} 955 1 +79985 {79985} 2566 1 +79986 {79986} 1418 1 +79987 {79987} 1759 1 +79988 {79988} 2215 1 +79989 {79989} 2383 1 +79990 {79990} 2427 1 +79991 {79991} 3442 1 +79992 {79992} 3680 1 +79993 {79993} 1954 1 +79994 {79994} 3477 1 +79995 {79995} 12421 1 +79996 {79996} 1826 1 +79997 {79997} 15782 1 +79998 {79998} 2428 1 +79999 {79999} 2313 1 +80000 {80000} 2448 1 +80001 {80001} 2167 1 +80002 {80002} 3106 1 +80003 {80003} 1657 1 +80004 {80004} 9798 1 +80005 {80005} 1936 1 +80006 {80006} 2730 1 +80007 {80007} 2696 1 +80008 {80008} 10284 1 +80009 {80009} 11821 1 +80010 {80010} 12404 1 +80011 {80011} 11441 1 +80012 {80012} 1957 1 +80013 {80013} 10409 1 +80014 {80014} 402 1 +80015 {80015} 3502 1 +80016 {80016} 1952 1 +80017 {80017} 2464 1 +80018 {80018} 998 1 +80019 {80019} 5308 1 +80020 {80020} 10021 1 +80021 {80021} 11544 1 +80022 {80022} 3031 1 +80023 {80023} 2569 1 +80024 {80024} 1925 1 +80025 {80025} 3041 1 +80026 {80026} 6576 1 +80027 {80027} 2654 1 +80028 {80028} 2493 1 +80029 {80029} 11089 1 +80030 {80030} 3007 1 +80031 {80031} 717 1 +80032 {80032} 7559 1 +80033 {80033} 1749 1 +80034 {80034} 2297 1 +80035 {80035} 1974 1 +80036 {80036} 10489 1 +80037 {80037} 1048 1 +80038 {80038} 12353 1 +80039 {80039} 2743 1 +80040 {80040} 10606 1 +80041 {80041} 10436 1 +80042 {80042} 10269 1 +80043 {80043} 2975 1 +80044 {80044} 171 1 +80045 {80045} 3009 1 +80046 {80046} 8184 1 +80047 {80047} 10174 1 +80048 {80048} 2096 1 +80049 {80049} 12053 1 +80050 {80050} 9418 1 +80051 {80051} 10971 1 +80052 {80052} 777 1 +80053 {80053} 3264 1 +80054 {80054} 4377 1 +80055 {80055} 3588 1 +80056 {80056} 13115 1 +80057 {80057} 14473 1 +80058 {80058} 3929 1 +80059 {80059} 2142 1 +80060 {80060} 2705 1 +80061 {80061} 14249 1 +80062 {80062} 2256 1 +80063 {80063} 9741 1 +80064 {80064} 15761 1 +80065 {80065} 12642 1 +80066 {80066} 1382 1 +80067 {80067} 2464 1 +80068 {80068} 10982 1 +80069 {80069} 3207 1 +80070 {80070} 10456 1 +80071 {80071} 1585 1 +80072 {80072} 2532 1 +80073 {80073} 10048 1 +80074 {80074} 2461 1 +80075 {80075} 3307 1 +80076 {80076} 8801 1 +80077 {80077} 2070 1 +80078 {80078} 2193 1 +80079 {80079} 10310 1 +80080 {80080} 1228 1 +80081 {80081} 10544 1 +80082 {80082} 7857 1 +80083 {80083} 9485 1 +80084 {80084} 11357 1 +80085 {80085} 11127 1 +80086 {80086} 10584 1 +80087 {80087} 2335 1 +80088 {80088} 1892 1 +80089 {80089} 1939 1 +80090 {80090} 12420 1 +80091 {80091} 2155 1 +80092 {80092} 1163 1 +80093 {80093} 9665 1 +80094 {80094} 3749 1 +80095 {80095} 1718 1 +80096 {80096} 16165 1 +80097 {80097} 2697 1 +80098 {80098} 11076 1 +80099 {80099} 2598 1 +80100 {80100} 11147 1 +80101 {80101} 2627 1 +80102 {80102} 2597 1 +80103 {80103} 10791 1 +80104 {80104} 7653 1 +80105 {80105} 2028 1 +80106 {80106} 2385 1 +80107 {80107} 11072 1 +80108 {80108} 1824 1 +80109 {80109} 3313 1 +80110 {80110} 2025 1 +80111 {80111} 3946 1 +80112 {80112} 10275 1 +80113 {80113} 9259 1 +80114 {80114} 3834 1 +80115 {80115} 10447 1 +80116 {80116} 9765 1 +80117 {80117} 2304 1 +80118 {80118} 1447 1 +80119 {80119} 1529 1 +80120 {80120} 12584 1 +80121 {80121} 15164 1 +80122 {80122} 1396 1 +80123 {80123} 5858 1 +80124 {80124} 1685 1 +80125 {80125} 9024 1 +80126 {80126} 1397 1 +80127 {80127} 12812 1 +80128 {80128} 10843 1 +80129 {80129} 2555 1 +80130 {80130} 15862 1 +80131 {80131} 2397 1 +80132 {80132} 9623 1 +80133 {80133} 1886 1 +80134 {80134} 11175 1 +80135 {80135} 2708 1 +80136 {80136} 11413 1 +80137 {80137} 3103 1 +80138 {80138} 10741 1 +80139 {80139} 11146 1 +80140 {80140} 13859 1 +80141 {80141} 1974 1 +80142 {80142} 10853 1 +80143 {80143} 11488 1 +80144 {80144} 6173 1 +80145 {80145} 2363 1 +80146 {80146} 11186 1 +80147 {80147} 9747 1 +80148 {80148} 3772 1 +80149 {80149} 10834 1 +80150 {80150} 10272 1 +80151 {80151} 10914 1 +80152 {80152} 5554 1 +80153 {80153} 2687 1 +80154 {80154} 10690 1 +80155 {80155} 4006 1 +80156 {80156} 2708 1 +80157 {80157} 10631 1 +80158 {80158} 2194 1 +80159 {80159} 12425 1 +80160 {80160} 9727 1 +80161 {80161} 10826 1 +80162 {80162} 14299 1 +80163 {80163} 3047 1 +80164 {80164} 8606 1 +80165 {80165} 15257 1 +80166 {80166} 12475 1 +80167 {80167} 12018 1 +80168 {80168} 10479 1 +80169 {80169} 13488 1 +80170 {80170} 1429 1 +80171 {80171} 1186 1 +80172 {80172} 11138 1 +80173 {80173} 1966 1 +80174 {80174} 2540 1 +80175 {80175} 1861 1 +80176 {80176} 10087 1 +80177 {80177} 2348 1 +80178 {80178} 1745 1 +80179 {80179} 2465 1 +80180 {80180} 9191 1 +80181 {80181} 2403 1 +80182 {80182} 2775 1 +80183 {80183} 1481 1 +80184 {80184} 2644 1 +80185 {80185} 1960 1 +80186 {80186} 10121 1 +80187 {80187} 11309 1 +80188 {80188} 9948 1 +80189 {80189} 8108 1 +80190 {80190} 10416 1 +80191 {80191} 8566 1 +80192 {80192} 2067 1 +80193 {80193} 1551 1 +80194 {80194} 12510 1 +80195 {80195} 2899 1 +80196 {80196} 8971 1 +80197 {80197} 3341 1 +80198 {80198} 9552 1 +80199 {80199} 2873 1 +80200 {80200} 9198 1 +80201 {80201} 1833 1 +80202 {80202} 5707 1 +80203 {80203} 10456 1 +80204 {80204} 3013 1 +80205 {80205} 1766 1 +80206 {80206} 2701 1 +80207 {80207} 2065 1 +80208 {80208} 2233 1 +80209 {80209} 1852 1 +80210 {80210} 9989 1 +80211 {80211} 15336 1 +80212 {80212} 1491 1 +80213 {80213} 10316 1 +80214 {80214} 11247 1 +80215 {80215} 2690 1 +80216 {80216} 16357 1 +80217 {80217} 10526 1 +80218 {80218} 16222 1 +80219 {80219} 11750 1 +80220 {80220} 2428 1 +80221 {80221} 2673 1 +80222 {80222} 2164 1 +80223 {80223} 10533 1 +80224 {80224} 1070 1 +80225 {80225} 10364 1 +80226 {80226} 1695 1 +80227 {80227} 11299 1 +80228 {80228} 9776 1 +80229 {80229} 10581 1 +80230 {80230} 10263 1 +80231 {80231} 9836 1 +80232 {80232} 3137 1 +80233 {80233} 1289 1 +80234 {80234} 10025 1 +80235 {80235} 7911 1 +80236 {80236} 10814 1 +80237 {80237} 1882 1 +80238 {80238} 8023 1 +80239 {80239} 5115 1 +80240 {80240} 8947 1 +80241 {80241} 2936 1 +80242 {80242} 9883 1 +80243 {80243} 1271 1 +80244 {80244} 1614 1 +80245 {80245} 2699 1 +80246 {80246} 2218 1 +80247 {80247} 135 1 +80248 {80248} 2435 1 +80249 {80249} 15629 1 +80250 {80250} 2937 1 +80251 {80251} 6701 1 +80252 {80252} 11475 1 +80253 {80253} 2596 1 +80254 {80254} 1422 1 +80255 {80255} 11338 1 +80256 {80256} 12938 1 +80257 {80257} 2428 1 +80258 {80258} 12228 1 +80259 {80259} 1805 1 +80260 {80260} 2536 1 +80261 {80261} 4952 1 +80262 {80262} 10208 1 +80263 {80263} 3602 1 +80264 {80264} 8991 1 +80265 {80265} 1885 1 +80266 {80266} 2726 1 +80267 {80267} 12224 1 +80268 {80268} 13069 1 +80269 {80269} 10204 1 +80270 {80270} 1520 1 +80271 {80271} 2101 1 +80272 {80272} 1925 1 +80273 {80273} 3208 1 +80274 {80274} 10678 1 +80275 {80275} 10453 1 +80276 {80276} 2902 1 +80277 {80277} 1723 1 +80278 {80278} 2266 1 +80279 {80279} 14657 1 +80280 {80280} 12592 1 +80281 {80281} 10354 1 +80282 {80282} 11590 1 +80283 {80283} 2534 1 +80284 {80284} 2867 1 +80285 {80285} 9875 1 +80286 {80286} 9790 1 +80287 {80287} 537 1 +80288 {80288} 1373 1 +80289 {80289} 10523 1 +80290 {80290} 9880 1 +80291 {80291} 2943 1 +80292 {80292} 10322 1 +80293 {80293} 1655 1 +80294 {80294} 11708 1 +80295 {80295} 8380 1 +80296 {80296} 10453 1 +80297 {80297} 1022 1 +80298 {80298} 2838 1 +80299 {80299} 7742 1 +80300 {80300} 8526 1 +80301 {80301} 11473 1 +80302 {80302} 2100 1 +80303 {80303} 2166 1 +80304 {80304} 2696 1 +80305 {80305} 10038 1 +80306 {80306} 9682 1 +80307 {80307} 3783 1 +80308 {80308} 9365 1 +80309 {80309} 11660 1 +80310 {80310} 1961 1 +80311 {80311} 9218 1 +80312 {80312} 9627 1 +80313 {80313} 2801 1 +80314 {80314} 16220 1 +80315 {80315} 1344 1 +80316 {80316} 2509 1 +80317 {80317} 1419 1 +80318 {80318} 1416 1 +80319 {80319} 3098 1 +80320 {80320} 10722 1 +80321 {80321} 10017 1 +80322 {80322} 10979 1 +80323 {80323} 12863 1 +80324 {80324} 11299 1 +80325 {80325} 2064 1 +80326 {80326} 3141 1 +80327 {80327} 9844 1 +80328 {80328} 2617 1 +80329 {80329} 2739 1 +80330 {80330} 1435 1 +80331 {80331} 10447 1 +80332 {80332} 4718 1 +80333 {80333} 1925 1 +80334 {80334} 1599 1 +80335 {80335} 3110 1 +80336 {80336} 1013 1 +80337 {80337} 2729 1 +80338 {80338} 2587 1 +80339 {80339} 10951 1 +80340 {80340} 2255 1 +80341 {80341} 2807 1 +80342 {80342} 2469 1 +80343 {80343} 2096 1 +80344 {80344} 1234 1 +80345 {80345} 3099 1 +80346 {80346} 7681 1 +80347 {80347} 13035 1 +80348 {80348} 2633 1 +80349 {80349} 3037 1 +80350 {80350} 10593 1 +80351 {80351} 16434 1 +80352 {80352} 5210 1 +80353 {80353} 8907 1 +80354 {80354} 2672 1 +80355 {80355} 4008 1 +80356 {80356} 3527 1 +80357 {80357} 9500 1 +80358 {80358} 10087 1 +80359 {80359} 2625 1 +80360 {80360} 2370 1 +80361 {80361} 2244 1 +80362 {80362} 12309 1 +80363 {80363} 2483 1 +80364 {80364} 11223 1 +80365 {80365} 2468 1 +80366 {80366} 3569 1 +80367 {80367} 9033 1 +80368 {80368} 9439 1 +80369 {80369} 7999 1 +80370 {80370} 6934 1 +80371 {80371} 9357 1 +80372 {80372} 10809 1 +80373 {80373} 2798 1 +80374 {80374} 2427 1 +80375 {80375} 16251 1 +80376 {80376} 2973 1 +80377 {80377} 1923 1 +80378 {80378} 11178 1 +80379 {80379} 8959 1 +80380 {80380} 2335 1 +80381 {80381} 9831 1 +80382 {80382} 2809 1 +80383 {80383} 782 1 +80384 {80384} 10525 1 +80385 {80385} 9010 1 +80386 {80386} 11016 1 +80387 {80387} 11944 1 +80388 {80388} 2068 1 +80389 {80389} 2273 1 +80390 {80390} 9838 1 +80391 {80391} 8657 1 +80392 {80392} 2763 1 +80393 {80393} 2335 1 +80394 {80394} 9289 1 +80395 {80395} 9057 1 +80396 {80396} 8175 1 +80397 {80397} 9285 1 +80398 {80398} 2942 1 +80399 {80399} 3282 1 +80400 {80400} 11708 1 +80401 {80401} 2264 1 +80402 {80402} 9799 1 +80403 {80403} 12106 1 +80404 {80404} 8218 1 +80405 {80405} 2535 1 +80406 {80406} 9611 1 +80407 {80407} 3249 1 +80408 {80408} 2843 1 +80409 {80409} 8543 1 +80410 {80410} 2369 1 +80411 {80411} 2497 1 +80412 {80412} 1578 1 +80413 {80413} 15822 1 +80414 {80414} 12356 1 +80415 {80415} 2810 1 +80416 {80416} 9117 1 +80417 {80417} 692 1 +80418 {80418} 2707 1 +80419 {80419} 3140 1 +80420 {80420} 2231 1 +80421 {80421} 4018 1 +80422 {80422} 2217 1 +80423 {80423} 9556 1 +80424 {80424} 10788 1 +80425 {80425} 11175 1 +80426 {80426} 8793 1 +80427 {80427} 2501 1 +80428 {80428} 8602 1 +80429 {80429} 8096 1 +80430 {80430} 9135 1 +80431 {80431} 3045 1 +80432 {80432} 1413 1 +80433 {80433} 10724 1 +80434 {80434} 2775 1 +80435 {80435} 10046 1 +80436 {80436} 1960 1 +80437 {80437} 9378 1 +80438 {80438} 13182 1 +80439 {80439} 3335 1 +80440 {80440} 1993 1 +80441 {80441} 11712 1 +80442 {80442} 8982 1 +80443 {80443} 2382 1 +80444 {80444} 10921 1 +80445 {80445} 1820 1 +80446 {80446} 8386 1 +80447 {80447} 2360 1 +80448 {80448} 16304 1 +80449 {80449} 2263 1 +80450 {80450} 2187 1 +80451 {80451} 1771 1 +80452 {80452} 2532 1 +80453 {80453} 1960 1 +80454 {80454} 11606 1 +80455 {80455} 7039 1 +80456 {80456} 1582 1 +80457 {80457} 11350 1 +80458 {80458} 6064 1 +80459 {80459} 2435 1 +80460 {80460} 10162 1 +80461 {80461} 9252 1 +80462 {80462} 4611 1 +80463 {80463} 10393 1 +80464 {80464} 10306 1 +80465 {80465} 2512 1 +80466 {80466} 7732 1 +80467 {80467} 2096 1 +80468 {80468} 9814 1 +80469 {80469} 6816 1 +80470 {80470} 11196 1 +80471 {80471} 2415 1 +80472 {80472} 11024 1 +80473 {80473} 2853 1 +80474 {80474} 2661 1 +80475 {80475} 2192 1 +80476 {80476} 10982 1 +80477 {80477} 2197 1 +80478 {80478} 1615 1 +80479 {80479} 15988 1 +80480 {80480} 1033 1 +80481 {80481} 1839 1 +80482 {80482} 5635 1 +80483 {80483} 9132 1 +80484 {80484} 3105 1 +80485 {80485} 10951 1 +80486 {80486} 1651 1 +80487 {80487} 10375 1 +80488 {80488} 9952 1 +80489 {80489} 2284 1 +80490 {80490} 3103 1 +80491 {80491} 2471 1 +80492 {80492} 9546 1 +80493 {80493} 1462 1 +80494 {80494} 2263 1 +80495 {80495} 8828 1 +80496 {80496} 1944 1 +80497 {80497} 1210 1 +80498 {80498} 10504 1 +80499 {80499} 10773 1 +80500 {80500} 5477 1 +80501 {80501} 1232 1 +80502 {80502} 2740 1 +80503 {80503} 2164 1 +80504 {80504} 2293 1 +80505 {80505} 2639 1 +80506 {80506} 11237 1 +80507 {80507} 15020 1 +80508 {80508} 2292 1 +80509 {80509} 4145 1 +80510 {80510} 1779 1 +80511 {80511} 10938 1 +80512 {80512} 1747 1 +80513 {80513} 1988 1 +80514 {80514} 3077 1 +80515 {80515} 9584 1 +80516 {80516} 9947 1 +80517 {80517} 9070 1 +80518 {80518} 3139 1 +80519 {80519} 1986 1 +80520 {80520} 11783 1 +80521 {80521} 2633 1 +80522 {80522} 3414 1 +80523 {80523} 16448 1 +80524 {80524} 2258 1 +80525 {80525} 11116 1 +80526 {80526} 10282 1 +80527 {80527} 7329 1 +80528 {80528} 2639 1 +80529 {80529} 10106 1 +80530 {80530} 1900 1 +80531 {80531} 2026 1 +80532 {80532} 8798 1 +80533 {80533} 3104 1 +80534 {80534} 9220 1 +80535 {80535} 9277 1 +80536 {80536} 3842 1 +80537 {80537} 12915 1 +80538 {80538} 8809 1 +80539 {80539} 877 1 +80540 {80540} 11123 1 +80541 {80541} 1476 1 +80542 {80542} 6795 1 +80543 {80543} 10204 1 +80544 {80544} 4693 1 +80545 {80545} 8977 1 +80546 {80546} 3003 1 +80547 {80547} 9761 1 +80548 {80548} 2301 1 +80549 {80549} 7054 1 +80550 {80550} 10869 1 +80551 {80551} 2061 1 +80552 {80552} 12950 1 +80553 {80553} 2412 1 +80554 {80554} 9754 1 +80555 {80555} 1369 1 +80556 {80556} 10286 1 +80557 {80557} 11223 1 +80558 {80558} 9226 1 +80559 {80559} 2646 1 +80560 {80560} 15299 1 +80561 {80561} 941 1 +80562 {80562} 3165 1 +80563 {80563} 10098 1 +80564 {80564} 2617 1 +80565 {80565} 10804 1 +80566 {80566} 10991 1 +80567 {80567} 2285 1 +80568 {80568} 2392 1 +80569 {80569} 1535 1 +80570 {80570} 5724 1 +80571 {80571} 1796 1 +80572 {80572} 2635 1 +80573 {80573} 9558 1 +80574 {80574} 3340 1 +80575 {80575} 1618 1 +80576 {80576} 1664 1 +80577 {80577} 10758 1 +80578 {80578} 9273 1 +80579 {80579} 1444 1 +80580 {80580} 1444 1 +80581 {80581} 10849 1 +80582 {80582} 1830 1 +80583 {80583} 8418 1 +80584 {80584} 9798 1 +80585 {80585} 10778 1 +80586 {80586} 1275 1 +80587 {80587} 2469 1 +80588 {80588} 1340 1 +80589 {80589} 2599 1 +80590 {80590} 6705 1 +80591 {80591} 1545 1 +80592 {80592} 9868 1 +80593 {80593} 1651 1 +80594 {80594} 2401 1 +80595 {80595} 9778 1 +80596 {80596} 2750 1 +80597 {80597} 9981 1 +80598 {80598} 10786 1 +80599 {80599} 2385 1 +80600 {80600} 15820 1 +80601 {80601} 15424 1 +80602 {80602} 2134 1 +80603 {80603} 7175 1 +80604 {80604} 1159 1 +80605 {80605} 2958 1 +80606 {80606} 1750 1 +80607 {80607} 1866 1 +80608 {80608} 1486 1 +80609 {80609} 13497 1 +80610 {80610} 10355 1 +80611 {80611} 2701 1 +80612 {80612} 10264 1 +80613 {80613} 12211 1 +80614 {80614} 10374 1 +80615 {80615} 1359 1 +80616 {80616} 10479 1 +80617 {80617} 10711 1 +80618 {80618} 15387 1 +80619 {80619} 12066 1 +80620 {80620} 10887 1 +80621 {80621} 1006 1 +80622 {80622} 10258 1 +80623 {80623} 2220 1 +80624 {80624} 16013 1 +80625 {80625} 3266 1 +80626 {80626} 9360 1 +80627 {80627} 11490 1 +80628 {80628} 9437 1 +80629 {80629} 3280 1 +80630 {80630} 15577 1 +80631 {80631} 11053 1 +80632 {80632} 2264 1 +80633 {80633} 2472 1 +80634 {80634} 11481 1 +80635 {80635} 9897 1 +80636 {80636} 3276 1 +80637 {80637} 2480 1 +80638 {80638} 2413 1 +80639 {80639} 3401 1 +80640 {80640} 1715 1 +80641 {80641} 9911 1 +80642 {80642} 1465 1 +80643 {80643} 11712 1 +80644 {80644} 9247 1 +80645 {80645} 9876 1 +80646 {80646} 9658 1 +80647 {80647} 10960 1 +80648 {80648} 2030 1 +80649 {80649} 1156 1 +80650 {80650} 4048 1 +80651 {80651} 1854 1 +80652 {80652} 2531 1 +80653 {80653} 10087 1 +80654 {80654} 11059 1 +80655 {80655} 1924 1 +80656 {80656} 3160 1 +80657 {80657} 2058 1 +80658 {80658} 10286 1 +80659 {80659} 8466 1 +80660 {80660} 2402 1 +80661 {80661} 2021 1 +80662 {80662} 3060 1 +80663 {80663} 10126 1 +80664 {80664} 2182 1 +80665 {80665} 12095 1 +80666 {80666} 9324 1 +80667 {80667} 11161 1 +80668 {80668} 9472 1 +80669 {80669} 10374 1 +80670 {80670} 10533 1 +80671 {80671} 10094 1 +80672 {80672} 11003 1 +80673 {80673} 8271 1 +80674 {80674} 6228 1 +80675 {80675} 10704 1 +80676 {80676} 10620 1 +80677 {80677} 2672 1 +80678 {80678} 9499 1 +80679 {80679} 2770 1 +80680 {80680} 10874 1 +80681 {80681} 2701 1 +80682 {80682} 2233 1 +80683 {80683} 9799 1 +80684 {80684} 1785 1 +80685 {80685} 9862 1 +80686 {80686} 9167 1 +80687 {80687} 1891 1 +80688 {80688} 2402 1 +80689 {80689} 9561 1 +80690 {80690} 2838 1 +80691 {80691} 9694 1 +80692 {80692} 6326 1 +80693 {80693} 1037 1 +80694 {80694} 12179 1 +80695 {80695} 1377 1 +80696 {80696} 11374 1 +80697 {80697} 10747 1 +80698 {80698} 9747 1 +80699 {80699} 544 1 +80700 {80700} 14184 1 +80701 {80701} 11320 1 +80702 {80702} 9716 1 +80703 {80703} 7720 1 +80704 {80704} 3141 1 +80705 {80705} 11078 1 +80706 {80706} 1300 1 +80707 {80707} 2369 1 +80708 {80708} 11257 1 +80709 {80709} 6089 1 +80710 {80710} 2569 1 +80711 {80711} 3248 1 +80712 {80712} 1021 1 +80713 {80713} 10162 1 +80714 {80714} 1752 1 +80715 {80715} 3070 1 +80716 {80716} 3046 1 +80717 {80717} 2190 1 +80718 {80718} 9967 1 +80719 {80719} 10622 1 +80720 {80720} 7945 1 +80721 {80721} 13108 1 +80722 {80722} 9881 1 +80723 {80723} 2185 1 +80724 {80724} 3507 1 +80725 {80725} 9191 1 +80726 {80726} 2326 1 +80727 {80727} 1836 1 +80728 {80728} 2934 1 +80729 {80729} 1957 1 +80730 {80730} 10970 1 +80731 {80731} 3444 1 +80732 {80732} 9779 1 +80733 {80733} 1617 1 +80734 {80734} 9975 1 +80735 {80735} 3042 1 +80736 {80736} 2363 1 +80737 {80737} 2026 1 +80738 {80738} 11714 1 +80739 {80739} 7939 1 +80740 {80740} 3328 1 +80741 {80741} 1701 1 +80742 {80742} 823 1 +80743 {80743} 2238 1 +80744 {80744} 10685 1 +80745 {80745} 1191 1 +80746 {80746} 9213 1 +80747 {80747} 9898 1 +80748 {80748} 3803 1 +80749 {80749} 11506 1 +80750 {80750} 2893 1 +80751 {80751} 2100 1 +80752 {80752} 10258 1 +80753 {80753} 1762 1 +80754 {80754} 11659 1 +80755 {80755} 10185 1 +80756 {80756} 12345 1 +80757 {80757} 10900 1 +80758 {80758} 3601 1 +80759 {80759} 10660 1 +80760 {80760} 9975 1 +80761 {80761} 1341 1 +80762 {80762} 1609 1 +80763 {80763} 1557 1 +80764 {80764} 10065 1 +80765 {80765} 2468 1 +80766 {80766} 9428 1 +80767 {80767} 2756 1 +80768 {80768} 10213 1 +80769 {80769} 10815 1 +80770 {80770} 2776 1 +80771 {80771} 14518 1 +80772 {80772} 1552 1 +80773 {80773} 8911 1 +80774 {80774} 1914 1 +80775 {80775} 2207 1 +80776 {80776} 1340 1 +80777 {80777} 1811 1 +80778 {80778} 9735 1 +80779 {80779} 9275 1 +80780 {80780} 2493 1 +80781 {80781} 11588 1 +80782 {80782} 861 1 +80783 {80783} 6620 1 +80784 {80784} 10210 1 +80785 {80785} 9467 1 +80786 {80786} 2332 1 +80787 {80787} 10912 1 +80788 {80788} 15355 1 +80789 {80789} 2971 1 +80790 {80790} 1865 1 +80791 {80791} 4476 1 +80792 {80792} 12411 1 +80793 {80793} 12843 1 +80794 {80794} 6126 1 +80795 {80795} 8018 1 +80796 {80796} 11234 1 +80797 {80797} 2136 1 +80798 {80798} 10252 1 +80799 {80799} 11478 1 +80800 {80800} 11947 1 +80801 {80801} 3289 1 +80802 {80802} 1950 1 +80803 {80803} 12014 1 +80804 {80804} 3103 1 +80805 {80805} 1293 1 +80806 {80806} 9637 1 +80807 {80807} 6292 1 +80808 {80808} 9944 1 +80809 {80809} 1303 1 +80810 {80810} 2576 1 +80811 {80811} 2531 1 +80812 {80812} 9554 1 +80813 {80813} 2474 1 +80814 {80814} 11332 1 +80815 {80815} 2810 1 +80816 {80816} 2760 1 +80817 {80817} 2353 1 +80818 {80818} 5915 1 +80819 {80819} 12794 1 +80820 {80820} 1504 1 +80821 {80821} 1210 1 +80822 {80822} 2464 1 +80823 {80823} 3540 1 +80824 {80824} 2477 1 +80825 {80825} 15293 1 +80826 {80826} 11365 1 +80827 {80827} 1262 1 +80828 {80828} 12924 1 +80829 {80829} 9324 1 +80830 {80830} 1551 1 +80831 {80831} 2743 1 +80832 {80832} 11169 1 +80833 {80833} 2195 1 +80834 {80834} 2446 1 +80835 {80835} 15333 1 +80836 {80836} 2565 1 +80837 {80837} 11181 1 +80838 {80838} 8745 1 +80839 {80839} 10258 1 +80840 {80840} 3635 1 +80841 {80841} 9599 1 +80842 {80842} 5260 1 +80843 {80843} 2800 1 +80844 {80844} 6780 1 +80845 {80845} 14015 1 +80846 {80846} 10432 1 +80847 {80847} 1804 1 +80848 {80848} 2023 1 +80849 {80849} 3072 1 +80850 {80850} 11456 1 +80851 {80851} 3169 1 +80852 {80852} 12667 1 +80853 {80853} 9230 1 +80854 {80854} 921 1 +80855 {80855} 1683 1 +80856 {80856} 3597 1 +80857 {80857} 1753 1 +80858 {80858} 12053 1 +80859 {80859} 2394 1 +80860 {80860} 10222 1 +80861 {80861} 9434 1 +80862 {80862} 2859 1 +80863 {80863} 8350 1 +80864 {80864} 1654 1 +80865 {80865} 1138 1 +80866 {80866} 14140 1 +80867 {80867} 6717 1 +80868 {80868} 10599 1 +80869 {80869} 1687 1 +80870 {80870} 1205 1 +80871 {80871} 1498 1 +80872 {80872} 10186 1 +80873 {80873} 11263 1 +80874 {80874} 11313 1 +80875 {80875} 9878 1 +80876 {80876} 9777 1 +80877 {80877} 2427 1 +80878 {80878} 2267 1 +80879 {80879} 10151 1 +80880 {80880} 2974 1 +80881 {80881} 11005 1 +80882 {80882} 1882 1 +80883 {80883} 2656 1 +80884 {80884} 14418 1 +80885 {80885} 11274 1 +80886 {80886} 11568 1 +80887 {80887} 2424 1 +80888 {80888} 1552 1 +80889 {80889} 10546 1 +80890 {80890} 3075 1 +80891 {80891} 1209 1 +80892 {80892} 5490 1 +80893 {80893} 7864 1 +80894 {80894} 11073 1 +80895 {80895} 1684 1 +80896 {80896} 2026 1 +80897 {80897} 9462 1 +80898 {80898} 2967 1 +80899 {80899} 2872 1 +80900 {80900} 5797 1 +80901 {80901} 2793 1 +80902 {80902} 2652 1 +80903 {80903} 8475 1 +80904 {80904} 2334 1 +80905 {80905} 1542 1 +80906 {80906} 2899 1 +80907 {80907} 2733 1 +80908 {80908} 9718 1 +80909 {80909} 1650 1 +80910 {80910} 2326 1 +80911 {80911} 10430 1 +80912 {80912} 11498 1 +80913 {80913} 1735 1 +80914 {80914} 764 1 +80915 {80915} 12004 1 +80916 {80916} 1956 1 +80917 {80917} 9927 1 +80918 {80918} 2845 1 +80919 {80919} 10207 1 +80920 {80920} 11640 1 +80921 {80921} 10465 1 +80922 {80922} 1017 1 +80923 {80923} 9379 1 +80924 {80924} 2806 1 +80925 {80925} 2835 1 +80926 {80926} 2557 1 +80927 {80927} 2361 1 +80928 {80928} 10125 1 +80929 {80929} 11855 1 +80930 {80930} 15453 1 +80931 {80931} 8908 1 +80932 {80932} 1877 1 +80933 {80933} 2798 1 +80934 {80934} 10538 1 +80935 {80935} 8864 1 +80936 {80936} 1584 1 +80937 {80937} 9878 1 +80938 {80938} 2449 1 +80939 {80939} 2468 1 +80940 {80940} 476 1 +80941 {80941} 10310 1 +80942 {80942} 2225 1 +80943 {80943} 2132 1 +80944 {80944} 2101 1 +80945 {80945} 10519 1 +80946 {80946} 2301 1 +80947 {80947} 7257 1 +80948 {80948} 5059 1 +80949 {80949} 3708 1 +80950 {80950} 2587 1 +80951 {80951} 10168 1 +80952 {80952} 10742 1 +80953 {80953} 8623 1 +80954 {80954} 10364 1 +80955 {80955} 1583 1 +80956 {80956} 1604 1 +80957 {80957} 2635 1 +80958 {80958} 13923 1 +80959 {80959} 2930 1 +80960 {80960} 2760 1 +80961 {80961} 10928 1 +80962 {80962} 1738 1 +80963 {80963} 10046 1 +80964 {80964} 11943 1 +80965 {80965} 3665 1 +80966 {80966} 6989 1 +80967 {80967} 9487 1 +80968 {80968} 2913 1 +80969 {80969} 1825 1 +80970 {80970} 3322 1 +80971 {80971} 1486 1 +80972 {80972} 3537 1 +80973 {80973} 1720 1 +80974 {80974} 9109 1 +80975 {80975} 3047 1 +80976 {80976} 2469 1 +80977 {80977} 3599 1 +80978 {80978} 3500 1 +80979 {80979} 10461 1 +80980 {80980} 1673 1 +80981 {80981} 12871 1 +80982 {80982} 8903 1 +80983 {80983} 2830 1 +80984 {80984} 12043 1 +80985 {80985} 7874 1 +80986 {80986} 10345 1 +80987 {80987} 8883 1 +80988 {80988} 1913 1 +80989 {80989} 1679 1 +80990 {80990} 3315 1 +80991 {80991} 2282 1 +80992 {80992} 2998 1 +80993 {80993} 3680 1 +80994 {80994} 9677 1 +80995 {80995} 2356 1 +80996 {80996} 10283 1 +80997 {80997} 1435 1 +80998 {80998} 2128 1 +80999 {80999} 9655 1 +81000 {81000} 11346 1 +81001 {81001} 10017 1 +81002 {81002} 1307 1 +81003 {81003} 2468 1 +81004 {81004} 2799 1 +81005 {81005} 2357 1 +81006 {81006} 9342 1 +81007 {81007} 2422 1 +81008 {81008} 2142 1 +81009 {81009} 9581 1 +81010 {81010} 1193 1 +81011 {81011} 3239 1 +81012 {81012} 11402 1 +81013 {81013} 12892 1 +81014 {81014} 2260 1 +81015 {81015} 2308 1 +81016 {81016} 16195 1 +81017 {81017} 11277 1 +81018 {81018} 15426 1 +81019 {81019} 1413 1 +81020 {81020} 2534 1 +81021 {81021} 10596 1 +81022 {81022} 15491 1 +81023 {81023} 2101 1 +81024 {81024} 2705 1 +81025 {81025} 9827 1 +81026 {81026} 13809 1 +81027 {81027} 10820 1 +81028 {81028} 1507 1 +81029 {81029} 2873 1 +81030 {81030} 8926 1 +81031 {81031} 12832 1 +81032 {81032} 2166 1 +81033 {81033} 10462 1 +81034 {81034} 10618 1 +81035 {81035} 11092 1 +81036 {81036} 2167 1 +81037 {81037} 9268 1 +81038 {81038} 11746 1 +81039 {81039} 8052 1 +81040 {81040} 9548 1 +81041 {81041} 924 1 +81042 {81042} 1645 1 +81043 {81043} 1756 1 +81044 {81044} 3337 1 +81045 {81045} 15715 1 +81046 {81046} 2776 1 +81047 {81047} 5075 1 +81048 {81048} 2637 1 +81049 {81049} 2425 1 +81050 {81050} 14023 1 +81051 {81051} 7987 1 +81052 {81052} 8709 1 +81053 {81053} 6254 1 +81054 {81054} 9866 1 +81055 {81055} 12458 1 +81056 {81056} 1551 1 +81057 {81057} 2233 1 +81058 {81058} 2193 1 +81059 {81059} 10572 1 +81060 {81060} 1329 1 +81061 {81061} 3541 1 +81062 {81062} 2430 1 +81063 {81063} 1465 1 +81064 {81064} 1409 1 +81065 {81065} 10221 1 +81066 {81066} 9301 1 +81067 {81067} 4085 1 +81068 {81068} 9226 1 +81069 {81069} 16246 1 +81070 {81070} 2940 1 +81071 {81071} 10456 1 +81072 {81072} 1788 1 +81073 {81073} 8528 1 +81074 {81074} 739 1 +81075 {81075} 1919 1 +81076 {81076} 11455 1 +81077 {81077} 2433 1 +81078 {81078} 1113 1 +81079 {81079} 3039 1 +81080 {81080} 3031 1 +81081 {81081} 10420 1 +81082 {81082} 2094 1 +81083 {81083} 3102 1 +81084 {81084} 1432 1 +81085 {81085} 3070 1 +81086 {81086} 349 1 +81087 {81087} 10707 1 +81088 {81088} 2884 1 +81089 {81089} 1674 1 +81090 {81090} 10099 1 +81091 {81091} 7711 1 +81092 {81092} 5813 1 +81093 {81093} 1110 1 +81094 {81094} 10783 1 +81095 {81095} 3424 1 +81096 {81096} 913 1 +81097 {81097} 8887 1 +81098 {81098} 9821 1 +81099 {81099} 2095 1 +81100 {81100} 10059 1 +81101 {81101} 2874 1 +81102 {81102} 2834 1 +81103 {81103} 10358 1 +81104 {81104} 10581 1 +81105 {81105} 2936 1 +81106 {81106} 11559 1 +81107 {81107} 11192 1 +81108 {81108} 11236 1 +81109 {81109} 1802 1 +81110 {81110} 9967 1 +81111 {81111} 2772 1 +81112 {81112} 13173 1 +81113 {81113} 14890 1 +81114 {81114} 10854 1 +81115 {81115} 9930 1 +81116 {81116} 10904 1 +81117 {81117} 1775 1 +81118 {81118} 1026 1 +81119 {81119} 11150 1 +81120 {81120} 3111 1 +81121 {81121} 1769 1 +81122 {81122} 10396 1 +81123 {81123} 3077 1 +81124 {81124} 11625 1 +81125 {81125} 10239 1 +81126 {81126} 2897 1 +81127 {81127} 5097 1 +81128 {81128} 2569 1 +81129 {81129} 10200 1 +81130 {81130} 2133 1 +81131 {81131} 1163 1 +81132 {81132} 9312 1 +81133 {81133} 2102 1 +81134 {81134} 1836 1 +81135 {81135} 2663 1 +81136 {81136} 10911 1 +81137 {81137} 11908 1 +81138 {81138} 4088 1 +81139 {81139} 9883 1 +81140 {81140} 8010 1 +81141 {81141} 11697 1 +81142 {81142} 10234 1 +81143 {81143} 1221 1 +81144 {81144} 2923 1 +81145 {81145} 1172 1 +81146 {81146} 2568 1 +81147 {81147} 769 1 +81148 {81148} 9793 1 +81149 {81149} 1270 1 +81150 {81150} 1359 1 +81151 {81151} 10593 1 +81152 {81152} 2021 1 +81153 {81153} 2759 1 +81154 {81154} 2425 1 +81155 {81155} 1511 1 +81156 {81156} 1422 1 +81157 {81157} 883 1 +81158 {81158} 3204 1 +81159 {81159} 11080 1 +81160 {81160} 2603 1 +81161 {81161} 11144 1 +81162 {81162} 1719 1 +81163 {81163} 11052 1 +81164 {81164} 3594 1 +81165 {81165} 10872 1 +81166 {81166} 4297 1 +81167 {81167} 2971 1 +81168 {81168} 11031 1 +81169 {81169} 2107 1 +81170 {81170} 10905 1 +81171 {81171} 11262 1 +81172 {81172} 11660 1 +81173 {81173} 2220 1 +81174 {81174} 1951 1 +81175 {81175} 1550 1 +81176 {81176} 2573 1 +81177 {81177} 12492 1 +81178 {81178} 10179 1 +81179 {81179} 2146 1 +81180 {81180} 15285 1 +81181 {81181} 3010 1 +81182 {81182} 14622 1 +81183 {81183} 3416 1 +81184 {81184} 1824 1 +81185 {81185} 10490 1 +81186 {81186} 2810 1 +81187 {81187} 1826 1 +81188 {81188} 4763 1 +81189 {81189} 2128 1 +81190 {81190} 2331 1 +81191 {81191} 732 1 +81192 {81192} 11534 1 +81193 {81193} 9331 1 +81194 {81194} 10716 1 +81195 {81195} 10528 1 +81196 {81196} 9677 1 +81197 {81197} 2293 1 +81198 {81198} 2616 1 +81199 {81199} 11063 1 +81200 {81200} 3250 1 +81201 {81201} 1377 1 +81202 {81202} 12196 1 +81203 {81203} 11656 1 +81204 {81204} 10788 1 +81205 {81205} 9135 1 +81206 {81206} 11712 1 +81207 {81207} 3653 1 +81208 {81208} 14310 1 +81209 {81209} 3308 1 +81210 {81210} 2942 1 +81211 {81211} 3982 1 +81212 {81212} 5412 1 +81213 {81213} 3012 1 +81214 {81214} 10315 1 +81215 {81215} 11091 1 +81216 {81216} 14192 1 +81217 {81217} 2091 1 +81218 {81218} 1172 1 +81219 {81219} 11684 1 +81220 {81220} 2187 1 +81221 {81221} 2427 1 +81222 {81222} 2327 1 +81223 {81223} 3204 1 +81224 {81224} 9027 1 +81225 {81225} 2278 1 +81226 {81226} 3461 1 +81227 {81227} 2611 1 +81228 {81228} 3596 1 +81229 {81229} 12175 1 +81230 {81230} 2828 1 +81231 {81231} 1683 1 +81232 {81232} 20 1 +81233 {81233} 9260 1 +81234 {81234} 10716 1 +81235 {81235} 8547 1 +81236 {81236} 1373 1 +81237 {81237} 8436 1 +81238 {81238} 11246 1 +81239 {81239} 2973 1 +81240 {81240} 9811 1 +81241 {81241} 11206 1 +81242 {81242} 1309 1 +81243 {81243} 9627 1 +81244 {81244} 2810 1 +81245 {81245} 12515 1 +81246 {81246} 9663 1 +81247 {81247} 9381 1 +81248 {81248} 1030 1 +81249 {81249} 1822 1 +81250 {81250} 3381 1 +81251 {81251} 3026 1 +81252 {81252} 8350 1 +81253 {81253} 10982 1 +81254 {81254} 10625 1 +81255 {81255} 2427 1 +81256 {81256} 9388 1 +81257 {81257} 10998 1 +81258 {81258} 9563 1 +81259 {81259} 7123 1 +81260 {81260} 2969 1 +81261 {81261} 7777 1 +81262 {81262} 1357 1 +81263 {81263} 1340 1 +81264 {81264} 11578 1 +81265 {81265} 9505 1 +81266 {81266} 16040 1 +81267 {81267} 13714 1 +81268 {81268} 10431 1 +81269 {81269} 8692 1 +81270 {81270} 2839 1 +81271 {81271} 3753 1 +81272 {81272} 10497 1 +81273 {81273} 2467 1 +81274 {81274} 3558 1 +81275 {81275} 1599 1 +81276 {81276} 10561 1 +81277 {81277} 3000 1 +81278 {81278} 2227 1 +81279 {81279} 6662 1 +81280 {81280} 9615 1 +81281 {81281} 2974 1 +81282 {81282} 7395 1 +81283 {81283} 9460 1 +81284 {81284} 1818 1 +81285 {81285} 2095 1 +81286 {81286} 9768 1 +81287 {81287} 11258 1 +81288 {81288} 10828 1 +81289 {81289} 3414 1 +81290 {81290} 2967 1 +81291 {81291} 1129 1 +81292 {81292} 2290 1 +81293 {81293} 2899 1 +81294 {81294} 12920 1 +81295 {81295} 2539 1 +81296 {81296} 1401 1 +81297 {81297} 1751 1 +81298 {81298} 2457 1 +81299 {81299} 2943 1 +81300 {81300} 1545 1 +81301 {81301} 10571 1 +81302 {81302} 10642 1 +81303 {81303} 15782 1 +81304 {81304} 3502 1 +81305 {81305} 1445 1 +81306 {81306} 2824 1 +81307 {81307} 2891 1 +81308 {81308} 1508 1 +81309 {81309} 5482 1 +81310 {81310} 957 1 +81311 {81311} 2042 1 +81312 {81312} 8324 1 +81313 {81313} 11561 1 +81314 {81314} 2096 1 +81315 {81315} 2876 1 +81316 {81316} 2160 1 +81317 {81317} 11098 1 +81318 {81318} 3160 1 +81319 {81319} 9719 1 +81320 {81320} 2389 1 +81321 {81321} 2265 1 +81322 {81322} 11029 1 +81323 {81323} 1410 1 +81324 {81324} 1726 1 +81325 {81325} 2432 1 +81326 {81326} 9255 1 +81327 {81327} 1989 1 +81328 {81328} 4770 1 +81329 {81329} 10509 1 +81330 {81330} 2035 1 +81331 {81331} 2927 1 +81332 {81332} 2934 1 +81333 {81333} 2344 1 +81334 {81334} 15278 1 +81335 {81335} 2868 1 +81336 {81336} 2771 1 +81337 {81337} 10374 1 +81338 {81338} 2286 1 +81339 {81339} 2176 1 +81340 {81340} 3814 1 +81341 {81341} 11043 1 +81342 {81342} 10741 1 +81343 {81343} 2050 1 +81344 {81344} 11805 1 +81345 {81345} 2061 1 +81346 {81346} 10549 1 +81347 {81347} 9626 1 +81348 {81348} 6280 1 +81349 {81349} 11436 1 +81350 {81350} 1561 1 +81351 {81351} 11573 1 +81352 {81352} 1849 1 +81353 {81353} 2918 1 +81354 {81354} 10821 1 +81355 {81355} 10580 1 +81356 {81356} 1893 1 +81357 {81357} 11570 1 +81358 {81358} 12477 1 +81359 {81359} 9081 1 +81360 {81360} 2777 1 +81361 {81361} 9337 1 +81362 {81362} 9627 1 +81363 {81363} 2797 1 +81364 {81364} 1878 1 +81365 {81365} 10840 1 +81366 {81366} 10655 1 +81367 {81367} 942 1 +81368 {81368} 2853 1 +81369 {81369} 10704 1 +81370 {81370} 1197 1 +81371 {81371} 2021 1 +81372 {81372} 2120 1 +81373 {81373} 9372 1 +81374 {81374} 8949 1 +81375 {81375} 2939 1 +81376 {81376} 1237 1 +81377 {81377} 10447 1 +81378 {81378} 2215 1 +81379 {81379} 1688 1 +81380 {81380} 2390 1 +81381 {81381} 4779 1 +81382 {81382} 9262 1 +81383 {81383} 8662 1 +81384 {81384} 1716 1 +81385 {81385} 11455 1 +81386 {81386} 13613 1 +81387 {81387} 12383 1 +81388 {81388} 9867 1 +81389 {81389} 2197 1 +81390 {81390} 10565 1 +81391 {81391} 10170 1 +81392 {81392} 59 1 +81393 {81393} 1197 1 +81394 {81394} 2751 1 +81395 {81395} 2303 1 +81396 {81396} 1892 1 +81397 {81397} 11131 1 +81398 {81398} 7282 1 +81399 {81399} 3281 1 +81400 {81400} 11148 1 +81401 {81401} 10596 1 +81402 {81402} 11205 1 +81403 {81403} 10863 1 +81404 {81404} 1364 1 +81405 {81405} 9277 1 +81406 {81406} 1275 1 +81407 {81407} 7281 1 +81408 {81408} 2764 1 +81409 {81409} 2621 1 +81410 {81410} 10730 1 +81411 {81411} 14435 1 +81412 {81412} 1098 1 +81413 {81413} 2972 1 +81414 {81414} 10018 1 +81415 {81415} 2839 1 +81416 {81416} 13769 1 +81417 {81417} 11122 1 +81418 {81418} 3641 1 +81419 {81419} 1481 1 +81420 {81420} 2423 1 +81421 {81421} 1956 1 +81422 {81422} 3278 1 +81423 {81423} 912 1 +81424 {81424} 2867 1 +81425 {81425} 3228 1 +81426 {81426} 2403 1 +81427 {81427} 1275 1 +81428 {81428} 10868 1 +81429 {81429} 1413 1 +81430 {81430} 1509 1 +81431 {81431} 2939 1 +81432 {81432} 10746 1 +81433 {81433} 3374 1 +81434 {81434} 2280 1 +81435 {81435} 11453 1 +81436 {81436} 9089 1 +81437 {81437} 11261 1 +81438 {81438} 1754 1 +81439 {81439} 5667 1 +81440 {81440} 9806 1 +81441 {81441} 10075 1 +81442 {81442} 2220 1 +81443 {81443} 10980 1 +81444 {81444} 843 1 +81445 {81445} 12295 1 +81446 {81446} 11144 1 +81447 {81447} 10264 1 +81448 {81448} 10762 1 +81449 {81449} 2806 1 +81450 {81450} 1839 1 +81451 {81451} 10721 1 +81452 {81452} 3539 1 +81453 {81453} 1953 1 +81454 {81454} 7942 1 +81455 {81455} 10886 1 +81456 {81456} 2630 1 +81457 {81457} 12334 1 +81458 {81458} 2113 1 +81459 {81459} 9067 1 +81460 {81460} 7792 1 +81461 {81461} 10730 1 +81462 {81462} 10757 1 +81463 {81463} 10461 1 +81464 {81464} 10809 1 +81465 {81465} 10934 1 +81466 {81466} 11357 1 +81467 {81467} 1734 1 +81468 {81468} 2154 1 +81469 {81469} 10927 1 +81470 {81470} 15158 1 +81471 {81471} 2774 1 +81472 {81472} 11061 1 +81473 {81473} 9515 1 +81474 {81474} 7701 1 +81475 {81475} 1790 1 +81476 {81476} 5655 1 +81477 {81477} 6978 1 +81478 {81478} 5317 1 +81479 {81479} 2230 1 +81480 {81480} 9430 1 +81481 {81481} 2394 1 +81482 {81482} 1306 1 +81483 {81483} 10475 1 +81484 {81484} 2228 1 +81485 {81485} 7709 1 +81486 {81486} 2367 1 +81487 {81487} 10809 1 +81488 {81488} 2547 1 +81489 {81489} 2287 1 +81490 {81490} 2774 1 +81491 {81491} 2223 1 +81492 {81492} 9718 1 +81493 {81493} 7363 1 +81494 {81494} 11268 1 +81495 {81495} 3062 1 +81496 {81496} 13986 1 +81497 {81497} 1858 1 +81498 {81498} 14892 1 +81499 {81499} 2300 1 +81500 {81500} 3837 1 +81501 {81501} 1980 1 +81502 {81502} 1770 1 +81503 {81503} 9981 1 +81504 {81504} 1472 1 +81505 {81505} 5330 1 +81506 {81506} 6792 1 +81507 {81507} 10875 1 +81508 {81508} 2342 1 +81509 {81509} 11721 1 +81510 {81510} 3710 1 +81511 {81511} 3840 1 +81512 {81512} 10199 1 +81513 {81513} 2158 1 +81514 {81514} 12692 1 +81515 {81515} 10201 1 +81516 {81516} 9561 1 +81517 {81517} 9406 1 +81518 {81518} 11507 1 +81519 {81519} 9185 1 +81520 {81520} 8204 1 +81521 {81521} 1386 1 +81522 {81522} 1906 1 +81523 {81523} 10153 1 +81524 {81524} 12372 1 +81525 {81525} 7541 1 +81526 {81526} 2635 1 +81527 {81527} 9562 1 +81528 {81528} 13082 1 +81529 {81529} 3601 1 +81530 {81530} 8450 1 +81531 {81531} 2711 1 +81532 {81532} 15841 1 +81533 {81533} 2504 1 +81534 {81534} 3687 1 +81535 {81535} 1492 1 +81536 {81536} 3404 1 +81537 {81537} 2873 1 +81538 {81538} 9538 1 +81539 {81539} 2535 1 +81540 {81540} 8920 1 +81541 {81541} 1514 1 +81542 {81542} 2772 1 +81543 {81543} 11500 1 +81544 {81544} 11170 1 +81545 {81545} 1950 1 +81546 {81546} 10066 1 +81547 {81547} 13493 1 +81548 {81548} 14156 1 +81549 {81549} 7134 1 +81550 {81550} 10404 1 +81551 {81551} 10427 1 +81552 {81552} 3239 1 +81553 {81553} 3252 1 +81554 {81554} 2736 1 +81555 {81555} 16012 1 +81556 {81556} 1009 1 +81557 {81557} 1897 1 +81558 {81558} 11277 1 +81559 {81559} 2255 1 +81560 {81560} 2433 1 +81561 {81561} 10487 1 +81562 {81562} 10542 1 +81563 {81563} 10461 1 +81564 {81564} 12234 1 +81565 {81565} 9086 1 +81566 {81566} 6942 1 +81567 {81567} 10526 1 +81568 {81568} 2721 1 +81569 {81569} 11159 1 +81570 {81570} 928 1 +81571 {81571} 1967 1 +81572 {81572} 10820 1 +81573 {81573} 2906 1 +81574 {81574} 971 1 +81575 {81575} 9469 1 +81576 {81576} 2361 1 +81577 {81577} 5254 1 +81578 {81578} 1574 1 +81579 {81579} 10932 1 +81580 {81580} 3470 1 +81581 {81581} 8332 1 +81582 {81582} 14497 1 +81583 {81583} 13457 1 +81584 {81584} 2838 1 +81585 {81585} 3507 1 +81586 {81586} 2966 1 +81587 {81587} 11232 1 +81588 {81588} 2843 1 +81589 {81589} 10071 1 +81590 {81590} 15819 1 +81591 {81591} 2326 1 +81592 {81592} 1415 1 +81593 {81593} 1997 1 +81594 {81594} 16149 1 +81595 {81595} 11720 1 +81596 {81596} 1987 1 +81597 {81597} 2971 1 +81598 {81598} 16060 1 +81599 {81599} 1833 1 +81600 {81600} 2956 1 +81601 {81601} 1984 1 +81602 {81602} 10377 1 +81603 {81603} 10306 1 +81604 {81604} 2118 1 +81605 {81605} 921 1 +81606 {81606} 4379 1 +81607 {81607} 11268 1 +81608 {81608} 2699 1 +81609 {81609} 10037 1 +81610 {81610} 908 1 +81611 {81611} 15804 1 +81612 {81612} 16264 1 +81613 {81613} 3891 1 +81614 {81614} 601 1 +81615 {81615} 2395 1 +81616 {81616} 2022 1 +81617 {81617} 2180 1 +81618 {81618} 10493 1 +81619 {81619} 10669 1 +81620 {81620} 1791 1 +81621 {81621} 10124 1 +81622 {81622} 8590 1 +81623 {81623} 2125 1 +81624 {81624} 1101 1 +81625 {81625} 2218 1 +81626 {81626} 1737 1 +81627 {81627} 2158 1 +81628 {81628} 2030 1 +81629 {81629} 11314 1 +81630 {81630} 1792 1 +81631 {81631} 6931 1 +81632 {81632} 3080 1 +81633 {81633} 10475 1 +81634 {81634} 1784 1 +81635 {81635} 9691 1 +81636 {81636} 10130 1 +81637 {81637} 12747 1 +81638 {81638} 1644 1 +81639 {81639} 2184 1 +81640 {81640} 4988 1 +81641 {81641} 4998 1 +81642 {81642} 12087 1 +81643 {81643} 2882 1 +81644 {81644} 3042 1 +81645 {81645} 9360 1 +81646 {81646} 3134 1 +81647 {81647} 2325 1 +81648 {81648} 1601 1 +81649 {81649} 12328 1 +81650 {81650} 3773 1 +81651 {81651} 9606 1 +81652 {81652} 1848 1 +81653 {81653} 10623 1 +81654 {81654} 2673 1 +81655 {81655} 7260 1 +81656 {81656} 13707 1 +81657 {81657} 1442 1 +81658 {81658} 1783 1 +81659 {81659} 1745 1 +81660 {81660} 2227 1 +81661 {81661} 3340 1 +81662 {81662} 12762 1 +81663 {81663} 14498 1 +81664 {81664} 2299 1 +81665 {81665} 2400 1 +81666 {81666} 9525 1 +81667 {81667} 2364 1 +81668 {81668} 3406 1 +81669 {81669} 10650 1 +81670 {81670} 1171 1 +81671 {81671} 7264 1 +81672 {81672} 2322 1 +81673 {81673} 9773 1 +81674 {81674} 1738 1 +81675 {81675} 10692 1 +81676 {81676} 1585 1 +81677 {81677} 2596 1 +81678 {81678} 13380 1 +81679 {81679} 10562 1 +81680 {81680} 10174 1 +81681 {81681} 10905 1 +81682 {81682} 804 1 +81683 {81683} 8357 1 +81684 {81684} 3042 1 +81685 {81685} 9661 1 +81686 {81686} 10011 1 +81687 {81687} 3315 1 +81688 {81688} 3919 1 +81689 {81689} 2537 1 +81690 {81690} 8377 1 +81691 {81691} 16152 1 +81692 {81692} 9597 1 +81693 {81693} 2389 1 +81694 {81694} 9039 1 +81695 {81695} 2451 1 +81696 {81696} 3276 1 +81697 {81697} 214 1 +81698 {81698} 13667 1 +81699 {81699} 2288 1 +81700 {81700} 2303 1 +81701 {81701} 11245 1 +81702 {81702} 13596 1 +81703 {81703} 11491 1 +81704 {81704} 1643 1 +81705 {81705} 5856 1 +81706 {81706} 2300 1 +81707 {81707} 1682 1 +81708 {81708} 10843 1 +81709 {81709} 1647 1 +81710 {81710} 10157 1 +81711 {81711} 2390 1 +81712 {81712} 27 1 +81713 {81713} 2021 1 +81714 {81714} 11288 1 +81715 {81715} 1548 1 +81716 {81716} 2798 1 +81717 {81717} 2811 1 +81718 {81718} 2242 1 +81719 {81719} 8704 1 +81720 {81720} 10965 1 +81721 {81721} 10321 1 +81722 {81722} 9659 1 +81723 {81723} 10207 1 +81724 {81724} 10234 1 +81725 {81725} 9004 1 +81726 {81726} 9757 1 +81727 {81727} 2596 1 +81728 {81728} 10777 1 +81729 {81729} 11470 1 +81730 {81730} 3532 1 +81731 {81731} 8930 1 +81732 {81732} 2392 1 +81733 {81733} 9437 1 +81734 {81734} 2701 1 +81735 {81735} 13776 1 +81736 {81736} 2167 1 +81737 {81737} 11527 1 +81738 {81738} 11598 1 +81739 {81739} 9867 1 +81740 {81740} 16273 1 +81741 {81741} 11018 1 +81742 {81742} 8846 1 +81743 {81743} 2530 1 +81744 {81744} 2288 1 +81745 {81745} 13521 1 +81746 {81746} 2966 1 +81747 {81747} 11188 1 +81748 {81748} 10761 1 +81749 {81749} 9909 1 +81750 {81750} 5834 1 +81751 {81751} 2095 1 +81752 {81752} 2893 1 +81753 {81753} 11166 1 +81754 {81754} 12197 1 +81755 {81755} 1457 1 +81756 {81756} 1942 1 +81757 {81757} 2800 1 +81758 {81758} 1069 1 +81759 {81759} 12826 1 +81760 {81760} 3153 1 +81761 {81761} 10017 1 +81762 {81762} 2156 1 +81763 {81763} 3975 1 +81764 {81764} 10865 1 +81765 {81765} 2130 1 +81766 {81766} 3881 1 +81767 {81767} 8412 1 +81768 {81768} 6419 1 +81769 {81769} 1371 1 +81770 {81770} 656 1 +81771 {81771} 3009 1 +81772 {81772} 11093 1 +81773 {81773} 10895 1 +81774 {81774} 3075 1 +81775 {81775} 1845 1 +81776 {81776} 9976 1 +81777 {81777} 2251 1 +81778 {81778} 1361 1 +81779 {81779} 2725 1 +81780 {81780} 1892 1 +81781 {81781} 2810 1 +81782 {81782} 11797 1 +81783 {81783} 1603 1 +81784 {81784} 1606 1 +81785 {81785} 4662 1 +81786 {81786} 1997 1 +81787 {81787} 1657 1 +81788 {81788} 2754 1 +81789 {81789} 9920 1 +81790 {81790} 5244 1 +81791 {81791} 11837 1 +81792 {81792} 2058 1 +81793 {81793} 1791 1 +81794 {81794} 10514 1 +81795 {81795} 9744 1 +81796 {81796} 3214 1 +81797 {81797} 10794 1 +81798 {81798} 2329 1 +81799 {81799} 814 1 +81800 {81800} 2770 1 +81801 {81801} 11771 1 +81802 {81802} 1559 1 +81803 {81803} 11031 1 +81804 {81804} 10771 1 +81805 {81805} 11629 1 +81806 {81806} 2740 1 +81807 {81807} 10268 1 +81808 {81808} 2604 1 +81809 {81809} 14563 1 +81810 {81810} 1871 1 +81811 {81811} 2629 1 +81812 {81812} 11700 1 +81813 {81813} 1571 1 +81814 {81814} 2929 1 +81815 {81815} 3412 1 +81816 {81816} 2391 1 +81817 {81817} 10710 1 +81818 {81818} 10580 1 +81819 {81819} 12582 1 +81820 {81820} 11511 1 +81821 {81821} 11139 1 +81822 {81822} 1519 1 +81823 {81823} 11877 1 +81824 {81824} 2663 1 +81825 {81825} 2403 1 +81826 {81826} 2017 1 +81827 {81827} 9268 1 +81828 {81828} 10576 1 +81829 {81829} 9702 1 +81830 {81830} 3217 1 +81831 {81831} 10346 1 +81832 {81832} 2996 1 +81833 {81833} 9270 1 +81834 {81834} 2233 1 +81835 {81835} 9439 1 +81836 {81836} 2435 1 +81837 {81837} 9739 1 +81838 {81838} 2026 1 +81839 {81839} 5177 1 +81840 {81840} 9126 1 +81841 {81841} 2464 1 +81842 {81842} 2055 1 +81843 {81843} 1940 1 +81844 {81844} 10747 1 +81845 {81845} 11792 1 +81846 {81846} 1959 1 +81847 {81847} 8027 1 +81848 {81848} 2397 1 +81849 {81849} 2357 1 +81850 {81850} 1990 1 +81851 {81851} 2501 1 +81852 {81852} 1714 1 +81853 {81853} 3346 1 +81854 {81854} 1978 1 +81855 {81855} 10281 1 +81856 {81856} 2749 1 +81857 {81857} 11471 1 +81858 {81858} 15598 1 +81859 {81859} 2790 1 +81860 {81860} 3012 1 +81861 {81861} 10496 1 +81862 {81862} 1881 1 +81863 {81863} 281 1 +81864 {81864} 1845 1 +81865 {81865} 177 1 +81866 {81866} 2192 1 +81867 {81867} 2231 1 +81868 {81868} 2589 1 +81869 {81869} 1140 1 +81870 {81870} 1918 1 +81871 {81871} 10974 1 +81872 {81872} 1685 1 +81873 {81873} 5719 1 +81874 {81874} 11910 1 +81875 {81875} 10130 1 +81876 {81876} 2434 1 +81877 {81877} 10234 1 +81878 {81878} 16300 1 +81879 {81879} 1713 1 +81880 {81880} 2569 1 +81881 {81881} 2635 1 +81882 {81882} 204 1 +81883 {81883} 11416 1 +81884 {81884} 2597 1 +81885 {81885} 2423 1 +81886 {81886} 8709 1 +81887 {81887} 2681 1 +81888 {81888} 1205 1 +81889 {81889} 11516 1 +81890 {81890} 8673 1 +81891 {81891} 10134 1 +81892 {81892} 8754 1 +81893 {81893} 3313 1 +81894 {81894} 2344 1 +81895 {81895} 10741 1 +81896 {81896} 2557 1 +81897 {81897} 1919 1 +81898 {81898} 10853 1 +81899 {81899} 561 1 +81900 {81900} 970 1 +81901 {81901} 2620 1 +81902 {81902} 9654 1 +81903 {81903} 11796 1 +81904 {81904} 3006 1 +81905 {81905} 10679 1 +81906 {81906} 11175 1 +81907 {81907} 2464 1 +81908 {81908} 3370 1 +81909 {81909} 12897 1 +81910 {81910} 9393 1 +81911 {81911} 9927 1 +81912 {81912} 12824 1 +81913 {81913} 2205 1 +81914 {81914} 10923 1 +81915 {81915} 10074 1 +81916 {81916} 10315 1 +81917 {81917} 15674 1 +81918 {81918} 3074 1 +81919 {81919} 5727 1 +81920 {81920} 2483 1 +81921 {81921} 21 1 +81922 {81922} 8696 1 +81923 {81923} 1538 1 +81924 {81924} 11016 1 +81925 {81925} 1205 1 +81926 {81926} 894 1 +81927 {81927} 2233 1 +81928 {81928} 1394 1 +81929 {81929} 3104 1 +81930 {81930} 14573 1 +81931 {81931} 2601 1 +81932 {81932} 6353 1 +81933 {81933} 10160 1 +81934 {81934} 1369 1 +81935 {81935} 9723 1 +81936 {81936} 2264 1 +81937 {81937} 2467 1 +81938 {81938} 10488 1 +81939 {81939} 2991 1 +81940 {81940} 74 1 +81941 {81941} 2604 1 +81942 {81942} 2268 1 +81943 {81943} 2101 1 +81944 {81944} 13347 1 +81945 {81945} 13106 1 +81946 {81946} 1051 1 +81947 {81947} 11582 1 +81948 {81948} 2197 1 +81949 {81949} 3777 1 +81950 {81950} 9445 1 +81951 {81951} 10015 1 +81952 {81952} 11111 1 +81953 {81953} 2531 1 +81954 {81954} 3169 1 +81955 {81955} 1108 1 +81956 {81956} 3282 1 +81957 {81957} 9322 1 +81958 {81958} 3341 1 +81959 {81959} 3414 1 +81960 {81960} 3484 1 +81961 {81961} 2964 1 +81962 {81962} 1276 1 +81963 {81963} 2332 1 +81964 {81964} 16341 1 +81965 {81965} 10261 1 +81966 {81966} 10096 1 +81967 {81967} 9820 1 +81968 {81968} 8003 1 +81969 {81969} 10302 1 +81970 {81970} 10283 1 +81971 {81971} 1956 1 +81972 {81972} 11005 1 +81973 {81973} 11168 1 +81974 {81974} 1509 1 +81975 {81975} 3637 1 +81976 {81976} 2776 1 +81977 {81977} 11066 1 +81978 {81978} 8998 1 +81979 {81979} 10148 1 +81980 {81980} 2703 1 +81981 {81981} 12020 1 +81982 {81982} 1210 1 +81983 {81983} 10809 1 +81984 {81984} 10054 1 +81985 {81985} 9709 1 +81986 {81986} 3966 1 +81987 {81987} 9806 1 +81988 {81988} 10258 1 +81989 {81989} 11178 1 +81990 {81990} 2165 1 +81991 {81991} 8294 1 +81992 {81992} 2366 1 +81993 {81993} 10695 1 +81994 {81994} 3306 1 +81995 {81995} 1826 1 +81996 {81996} 1726 1 +81997 {81997} 10236 1 +81998 {81998} 2099 1 +81999 {81999} 13451 1 +82000 {82000} 3175 1 +82001 {82001} 9983 1 +82002 {82002} 2054 1 +82003 {82003} 9886 1 +82004 {82004} 3076 1 +82005 {82005} 10494 1 +82006 {82006} 2215 1 +82007 {82007} 9451 1 +82008 {82008} 2910 1 +82009 {82009} 2323 1 +82010 {82010} 1237 1 +82011 {82011} 9956 1 +82012 {82012} 9970 1 +82013 {82013} 4318 1 +82014 {82014} 6262 1 +82015 {82015} 2640 1 +82016 {82016} 2975 1 +82017 {82017} 8190 1 +82018 {82018} 9912 1 +82019 {82019} 8809 1 +82020 {82020} 7391 1 +82021 {82021} 10440 1 +82022 {82022} 9852 1 +82023 {82023} 10928 1 +82024 {82024} 10974 1 +82025 {82025} 11190 1 +82026 {82026} 11271 1 +82027 {82027} 10840 1 +82028 {82028} 2068 1 +82029 {82029} 9411 1 +82030 {82030} 3111 1 +82031 {82031} 2415 1 +82032 {82032} 8719 1 +82033 {82033} 5768 1 +82034 {82034} 13192 1 +82035 {82035} 9702 1 +82036 {82036} 2664 1 +82037 {82037} 1119 1 +82038 {82038} 2705 1 +82039 {82039} 9477 1 +82040 {82040} 3690 1 +82041 {82041} 3878 1 +82042 {82042} 11200 1 +82043 {82043} 7953 1 +82044 {82044} 2626 1 +82045 {82045} 2967 1 +82046 {82046} 3829 1 +82047 {82047} 16070 1 +82048 {82048} 10372 1 +82049 {82049} 14500 1 +82050 {82050} 1242 1 +82051 {82051} 1306 1 +82052 {82052} 3014 1 +82053 {82053} 1094 1 +82054 {82054} 10222 1 +82055 {82055} 9319 1 +82056 {82056} 10213 1 +82057 {82057} 10772 1 +82058 {82058} 12655 1 +82059 {82059} 2467 1 +82060 {82060} 2395 1 +82061 {82061} 12272 1 +82062 {82062} 3373 1 +82063 {82063} 10234 1 +82064 {82064} 9673 1 +82065 {82065} 4767 1 +82066 {82066} 2568 1 +82067 {82067} 1020 1 +82068 {82068} 10811 1 +82069 {82069} 15859 1 +82070 {82070} 9829 1 +82071 {82071} 14597 1 +82072 {82072} 2578 1 +82073 {82073} 2604 1 +82074 {82074} 3250 1 +82075 {82075} 1991 1 +82076 {82076} 1218 1 +82077 {82077} 2247 1 +82078 {82078} 613 1 +82079 {82079} 3540 1 +82080 {82080} 1745 1 +82081 {82081} 1462 1 +82082 {82082} 11206 1 +82083 {82083} 2060 1 +82084 {82084} 10711 1 +82085 {82085} 10956 1 +82086 {82086} 1633 1 +82087 {82087} 11081 1 +82088 {82088} 10843 1 +82089 {82089} 10594 1 +82090 {82090} 2298 1 +82091 {82091} 10346 1 +82092 {82092} 9904 1 +82093 {82093} 408 1 +82094 {82094} 2056 1 +82095 {82095} 3000 1 +82096 {82096} 10449 1 +82097 {82097} 8759 1 +82098 {82098} 10269 1 +82099 {82099} 2369 1 +82100 {82100} 2082 1 +82101 {82101} 1886 1 +82102 {82102} 10549 1 +82103 {82103} 12670 1 +82104 {82104} 7439 1 +82105 {82105} 8030 1 +82106 {82106} 9831 1 +82107 {82107} 9665 1 +82108 {82108} 4963 1 +82109 {82109} 10203 1 +82110 {82110} 12673 1 +82111 {82111} 3164 1 +82112 {82112} 9223 1 +82113 {82113} 4895 1 +82114 {82114} 9405 1 +82115 {82115} 2744 1 +82116 {82116} 10227 1 +82117 {82117} 9108 1 +82118 {82118} 10623 1 +82119 {82119} 2601 1 +82120 {82120} 11019 1 +82121 {82121} 2498 1 +82122 {82122} 2233 1 +82123 {82123} 9439 1 +82124 {82124} 2126 1 +82125 {82125} 12128 1 +82126 {82126} 2223 1 +82127 {82127} 9936 1 +82128 {82128} 3809 1 +82129 {82129} 9111 1 +82130 {82130} 1614 1 +82131 {82131} 2775 1 +82132 {82132} 2031 1 +82133 {82133} 79 1 +82134 {82134} 1375 1 +82135 {82135} 1959 1 +82136 {82136} 2933 1 +82137 {82137} 2411 1 +82138 {82138} 10051 1 +82139 {82139} 10641 1 +82140 {82140} 1951 1 +82141 {82141} 9723 1 +82142 {82142} 1384 1 +82143 {82143} 2936 1 +82144 {82144} 11299 1 +82145 {82145} 1694 1 +82146 {82146} 9081 1 +82147 {82147} 2490 1 +82148 {82148} 2516 1 +82149 {82149} 9223 1 +82150 {82150} 13005 1 +82151 {82151} 2669 1 +82152 {82152} 2251 1 +82153 {82153} 3180 1 +82154 {82154} 10140 1 +82155 {82155} 10175 1 +82156 {82156} 2840 1 +82157 {82157} 2646 1 +82158 {82158} 11266 1 +82159 {82159} 11240 1 +82160 {82160} 2793 1 +82161 {82161} 2146 1 +82162 {82162} 8905 1 +82163 {82163} 1839 1 +82164 {82164} 2184 1 +82165 {82165} 11514 1 +82166 {82166} 9083 1 +82167 {82167} 10542 1 +82168 {82168} 8783 1 +82169 {82169} 3103 1 +82170 {82170} 9836 1 +82171 {82171} 7550 1 +82172 {82172} 3274 1 +82173 {82173} 2634 1 +82174 {82174} 7444 1 +82175 {82175} 9767 1 +82176 {82176} 10974 1 +82177 {82177} 13259 1 +82178 {82178} 9501 1 +82179 {82179} 9452 1 +82180 {82180} 1799 1 +82181 {82181} 9797 1 +82182 {82182} 1790 1 +82183 {82183} 1244 1 +82184 {82184} 2223 1 +82185 {82185} 2670 1 +82186 {82186} 2252 1 +82187 {82187} 1535 1 +82188 {82188} 9109 1 +82189 {82189} 2572 1 +82190 {82190} 9511 1 +82191 {82191} 1426 1 +82192 {82192} 2743 1 +82193 {82193} 3036 1 +82194 {82194} 9481 1 +82195 {82195} 10777 1 +82196 {82196} 3535 1 +82197 {82197} 1508 1 +82198 {82198} 15913 1 +82199 {82199} 10288 1 +82200 {82200} 2864 1 +82201 {82201} 14800 1 +82202 {82202} 3135 1 +82203 {82203} 1778 1 +82204 {82204} 2524 1 +82205 {82205} 8704 1 +82206 {82206} 1820 1 +82207 {82207} 7064 1 +82208 {82208} 2230 1 +82209 {82209} 2352 1 +82210 {82210} 1445 1 +82211 {82211} 7052 1 +82212 {82212} 11061 1 +82213 {82213} 1032 1 +82214 {82214} 611 1 +82215 {82215} 2873 1 +82216 {82216} 9525 1 +82217 {82217} 2181 1 +82218 {82218} 2811 1 +82219 {82219} 2029 1 +82220 {82220} 7125 1 +82221 {82221} 9770 1 +82222 {82222} 1612 1 +82223 {82223} 3241 1 +82224 {82224} 9571 1 +82225 {82225} 9051 1 +82226 {82226} 9268 1 +82227 {82227} 3506 1 +82228 {82228} 1892 1 +82229 {82229} 1054 1 +82230 {82230} 15740 1 +82231 {82231} 9608 1 +82232 {82232} 3142 1 +82233 {82233} 708 1 +82234 {82234} 2128 1 +82235 {82235} 14521 1 +82236 {82236} 10716 1 +82237 {82237} 9391 1 +82238 {82238} 1028 1 +82239 {82239} 3831 1 +82240 {82240} 2585 1 +82241 {82241} 1125 1 +82242 {82242} 9467 1 +82243 {82243} 10008 1 +82244 {82244} 15545 1 +82245 {82245} 7435 1 +82246 {82246} 1278 1 +82247 {82247} 2555 1 +82248 {82248} 2568 1 +82249 {82249} 2193 1 +82250 {82250} 9235 1 +82251 {82251} 1689 1 +82252 {82252} 2827 1 +82253 {82253} 10412 1 +82254 {82254} 5493 1 +82255 {82255} 2065 1 +82256 {82256} 11678 1 +82257 {82257} 2800 1 +82258 {82258} 11098 1 +82259 {82259} 2839 1 +82260 {82260} 14111 1 +82261 {82261} 13366 1 +82262 {82262} 1509 1 +82263 {82263} 2539 1 +82264 {82264} 8311 1 +82265 {82265} 1682 1 +82266 {82266} 980 1 +82267 {82267} 2427 1 +82268 {82268} 9804 1 +82269 {82269} 1959 1 +82270 {82270} 1534 1 +82271 {82271} 2417 1 +82272 {82272} 9607 1 +82273 {82273} 10450 1 +82274 {82274} 6184 1 +82275 {82275} 11297 1 +82276 {82276} 1672 1 +82277 {82277} 11314 1 +82278 {82278} 2158 1 +82279 {82279} 2857 1 +82280 {82280} 988 1 +82281 {82281} 814 1 +82282 {82282} 10420 1 +82283 {82283} 2501 1 +82284 {82284} 5919 1 +82285 {82285} 2185 1 +82286 {82286} 9212 1 +82287 {82287} 1133 1 +82288 {82288} 2856 1 +82289 {82289} 1929 1 +82290 {82290} 15708 1 +82291 {82291} 9906 1 +82292 {82292} 2536 1 +82293 {82293} 2301 1 +82294 {82294} 2100 1 +82295 {82295} 2874 1 +82296 {82296} 1671 1 +82297 {82297} 10848 1 +82298 {82298} 1699 1 +82299 {82299} 11581 1 +82300 {82300} 10099 1 +82301 {82301} 2941 1 +82302 {82302} 6242 1 +82303 {82303} 2399 1 +82304 {82304} 3455 1 +82305 {82305} 3103 1 +82306 {82306} 2323 1 +82307 {82307} 2247 1 +82308 {82308} 9236 1 +82309 {82309} 2462 1 +82310 {82310} 1860 1 +82311 {82311} 12358 1 +82312 {82312} 9889 1 +82313 {82313} 2061 1 +82314 {82314} 11526 1 +82315 {82315} 3635 1 +82316 {82316} 8400 1 +82317 {82317} 11831 1 +82318 {82318} 1404 1 +82319 {82319} 11286 1 +82320 {82320} 1974 1 +82321 {82321} 10705 1 +82322 {82322} 9565 1 +82323 {82323} 10750 1 +82324 {82324} 9583 1 +82325 {82325} 2594 1 +82326 {82326} 5825 1 +82327 {82327} 1635 1 +82328 {82328} 9924 1 +82329 {82329} 2125 1 +82330 {82330} 7985 1 +82331 {82331} 11104 1 +82332 {82332} 11748 1 +82333 {82333} 9730 1 +82334 {82334} 2501 1 +82335 {82335} 12493 1 +82336 {82336} 9657 1 +82337 {82337} 9153 1 +82338 {82338} 10001 1 +82339 {82339} 7474 1 +82340 {82340} 1922 1 +82341 {82341} 10941 1 +82342 {82342} 2842 1 +82343 {82343} 8331 1 +82344 {82344} 9954 1 +82345 {82345} 2859 1 +82346 {82346} 1787 1 +82347 {82347} 9947 1 +82348 {82348} 2112 1 +82349 {82349} 3070 1 +82350 {82350} 10281 1 +82351 {82351} 11401 1 +82352 {82352} 11034 1 +82353 {82353} 11640 1 +82354 {82354} 2323 1 +82355 {82355} 10947 1 +82356 {82356} 11475 1 +82357 {82357} 1997 1 +82358 {82358} 10699 1 +82359 {82359} 8988 1 +82360 {82360} 2476 1 +82361 {82361} 2266 1 +82362 {82362} 1953 1 +82363 {82363} 2811 1 +82364 {82364} 10225 1 +82365 {82365} 2029 1 +82366 {82366} 2096 1 +82367 {82367} 2400 1 +82368 {82368} 1962 1 +82369 {82369} 11749 1 +82370 {82370} 1217 1 +82371 {82371} 11281 1 +82372 {82372} 3376 1 +82373 {82373} 2544 1 +82374 {82374} 11273 1 +82375 {82375} 1328 1 +82376 {82376} 2361 1 +82377 {82377} 13951 1 +82378 {82378} 2754 1 +82379 {82379} 1340 1 +82380 {82380} 10674 1 +82381 {82381} 8368 1 +82382 {82382} 11402 1 +82383 {82383} 3473 1 +82384 {82384} 10985 1 +82385 {82385} 8742 1 +82386 {82386} 3105 1 +82387 {82387} 2084 1 +82388 {82388} 10978 1 +82389 {82389} 2065 1 +82390 {82390} 3530 1 +82391 {82391} 2266 1 +82392 {82392} 15396 1 +82393 {82393} 2067 1 +82394 {82394} 1717 1 +82395 {82395} 1686 1 +82396 {82396} 2399 1 +82397 {82397} 2195 1 +82398 {82398} 1586 1 +82399 {82399} 2231 1 +82400 {82400} 10407 1 +82401 {82401} 9362 1 +82402 {82402} 8842 1 +82403 {82403} 10139 1 +82404 {82404} 10938 1 +82405 {82405} 2067 1 +82406 {82406} 2009 1 +82407 {82407} 3078 1 +82408 {82408} 1921 1 +82409 {82409} 10905 1 +82410 {82410} 11533 1 +82411 {82411} 10947 1 +82412 {82412} 1275 1 +82413 {82413} 10232 1 +82414 {82414} 2154 1 +82415 {82415} 7731 1 +82416 {82416} 2184 1 +82417 {82417} 2156 1 +82418 {82418} 10563 1 +82419 {82419} 4307 1 +82420 {82420} 11139 1 +82421 {82421} 9730 1 +82422 {82422} 11407 1 +82423 {82423} 2765 1 +82424 {82424} 10192 1 +82425 {82425} 1860 1 +82426 {82426} 10618 1 +82427 {82427} 1855 1 +82428 {82428} 7900 1 +82429 {82429} 2903 1 +82430 {82430} 9827 1 +82431 {82431} 10460 1 +82432 {82432} 1731 1 +82433 {82433} 12429 1 +82434 {82434} 5969 1 +82435 {82435} 1537 1 +82436 {82436} 7581 1 +82437 {82437} 9624 1 +82438 {82438} 3077 1 +82439 {82439} 11472 1 +82440 {82440} 8667 1 +82441 {82441} 9730 1 +82442 {82442} 10138 1 +82443 {82443} 2386 1 +82444 {82444} 3416 1 +82445 {82445} 16239 1 +82446 {82446} 9445 1 +82447 {82447} 2490 1 +82448 {82448} 10840 1 +82449 {82449} 2501 1 +82450 {82450} 10366 1 +82451 {82451} 1972 1 +82452 {82452} 1650 1 +82453 {82453} 3851 1 +82454 {82454} 9855 1 +82455 {82455} 2465 1 +82456 {82456} 2334 1 +82457 {82457} 1501 1 +82458 {82458} 1566 1 +82459 {82459} 2835 1 +82460 {82460} 1596 1 +82461 {82461} 7603 1 +82462 {82462} 2765 1 +82463 {82463} 9619 1 +82464 {82464} 10552 1 +82465 {82465} 11133 1 +82466 {82466} 10572 1 +82467 {82467} 10177 1 +82468 {82468} 1812 1 +82469 {82469} 11336 1 +82470 {82470} 10809 1 +82471 {82471} 3341 1 +82472 {82472} 10866 1 +82473 {82473} 11754 1 +82474 {82474} 2456 1 +82475 {82475} 9421 1 +82476 {82476} 2703 1 +82477 {82477} 3141 1 +82478 {82478} 1877 1 +82479 {82479} 2197 1 +82480 {82480} 9900 1 +82481 {82481} 11963 1 +82482 {82482} 2127 1 +82483 {82483} 3727 1 +82484 {82484} 9366 1 +82485 {82485} 10455 1 +82486 {82486} 9655 1 +82487 {82487} 2025 1 +82488 {82488} 9283 1 +82489 {82489} 1947 1 +82490 {82490} 8341 1 +82491 {82491} 5537 1 +82492 {82492} 8448 1 +82493 {82493} 2809 1 +82494 {82494} 13692 1 +82495 {82495} 8518 1 +82496 {82496} 1381 1 +82497 {82497} 627 1 +82498 {82498} 15406 1 +82499 {82499} 1724 1 +82500 {82500} 10706 1 +82501 {82501} 10988 1 +82502 {82502} 6469 1 +82503 {82503} 10218 1 +82504 {82504} 11023 1 +82505 {82505} 10277 1 +82506 {82506} 2941 1 +82507 {82507} 2031 1 +82508 {82508} 9175 1 +82509 {82509} 10678 1 +82510 {82510} 12173 1 +82511 {82511} 2456 1 +82512 {82512} 10735 1 +82513 {82513} 11582 1 +82514 {82514} 5751 1 +82515 {82515} 2412 1 +82516 {82516} 2955 1 +82517 {82517} 3436 1 +82518 {82518} 2868 1 +82519 {82519} 2300 1 +82520 {82520} 14574 1 +82521 {82521} 4853 1 +82522 {82522} 3279 1 +82523 {82523} 3046 1 +82524 {82524} 10207 1 +82525 {82525} 2011 1 +82526 {82526} 7783 1 +82527 {82527} 1452 1 +82528 {82528} 14736 1 +82529 {82529} 10179 1 +82530 {82530} 10540 1 +82531 {82531} 15695 1 +82532 {82532} 10382 1 +82533 {82533} 12363 1 +82534 {82534} 9952 1 +82535 {82535} 1607 1 +82536 {82536} 5084 1 +82537 {82537} 6617 1 +82538 {82538} 867 1 +82539 {82539} 11473 1 +82540 {82540} 11274 1 +82541 {82541} 2187 1 +82542 {82542} 2910 1 +82543 {82543} 2370 1 +82544 {82544} 1988 1 +82545 {82545} 2094 1 +82546 {82546} 1737 1 +82547 {82547} 2135 1 +82548 {82548} 1735 1 +82549 {82549} 10234 1 +82550 {82550} 2080 1 +82551 {82551} 3666 1 +82552 {82552} 2844 1 +82553 {82553} 3137 1 +82554 {82554} 8838 1 +82555 {82555} 1858 1 +82556 {82556} 11617 1 +82557 {82557} 11250 1 +82558 {82558} 8916 1 +82559 {82559} 3665 1 +82560 {82560} 2461 1 +82561 {82561} 10843 1 +82562 {82562} 1976 1 +82563 {82563} 10702 1 +82564 {82564} 3045 1 +82565 {82565} 11505 1 +82566 {82566} 8637 1 +82567 {82567} 16414 1 +82568 {82568} 1820 1 +82569 {82569} 11973 1 +82570 {82570} 11314 1 +82571 {82571} 1004 1 +82572 {82572} 9593 1 +82573 {82573} 1921 1 +82574 {82574} 1956 1 +82575 {82575} 10191 1 +82576 {82576} 12776 1 +82577 {82577} 10412 1 +82578 {82578} 12367 1 +82579 {82579} 1732 1 +82580 {82580} 2493 1 +82581 {82581} 6267 1 +82582 {82582} 2670 1 +82583 {82583} 1201 1 +82584 {82584} 2099 1 +82585 {82585} 11251 1 +82586 {82586} 2978 1 +82587 {82587} 1310 1 +82588 {82588} 12246 1 +82589 {82589} 6426 1 +82590 {82590} 581 1 +82591 {82591} 2703 1 +82592 {82592} 1515 1 +82593 {82593} 8472 1 +82594 {82594} 2133 1 +82595 {82595} 5073 1 +82596 {82596} 1676 1 +82597 {82597} 2094 1 +82598 {82598} 1548 1 +82599 {82599} 2403 1 +82600 {82600} 2640 1 +82601 {82601} 1893 1 +82602 {82602} 4511 1 +82603 {82603} 10514 1 +82604 {82604} 1587 1 +82605 {82605} 12898 1 +82606 {82606} 10460 1 +82607 {82607} 1860 1 +82608 {82608} 9732 1 +82609 {82609} 2158 1 +82610 {82610} 2730 1 +82611 {82611} 2569 1 +82612 {82612} 1304 1 +82613 {82613} 6084 1 +82614 {82614} 3276 1 +82615 {82615} 2904 1 +82616 {82616} 7331 1 +82617 {82617} 3105 1 +82618 {82618} 10788 1 +82619 {82619} 10634 1 +82620 {82620} 11926 1 +82621 {82621} 10358 1 +82622 {82622} 10679 1 +82623 {82623} 11223 1 +82624 {82624} 16047 1 +82625 {82625} 10875 1 +82626 {82626} 9330 1 +82627 {82627} 1606 1 +82628 {82628} 1996 1 +82629 {82629} 11199 1 +82630 {82630} 1635 1 +82631 {82631} 10392 1 +82632 {82632} 2425 1 +82633 {82633} 11931 1 +82634 {82634} 10891 1 +82635 {82635} 2650 1 +82636 {82636} 11787 1 +82637 {82637} 1132 1 +82638 {82638} 9414 1 +82639 {82639} 2265 1 +82640 {82640} 3749 1 +82641 {82641} 8291 1 +82642 {82642} 2974 1 +82643 {82643} 2432 1 +82644 {82644} 2209 1 +82645 {82645} 11355 1 +82646 {82646} 9034 1 +82647 {82647} 10596 1 +82648 {82648} 11218 1 +82649 {82649} 9721 1 +82650 {82650} 2054 1 +82651 {82651} 9647 1 +82652 {82652} 1713 1 +82653 {82653} 7987 1 +82654 {82654} 1576 1 +82655 {82655} 2256 1 +82656 {82656} 2193 1 +82657 {82657} 2088 1 +82658 {82658} 9671 1 +82659 {82659} 3224 1 +82660 {82660} 1852 1 +82661 {82661} 2394 1 +82662 {82662} 11206 1 +82663 {82663} 1811 1 +82664 {82664} 6135 1 +82665 {82665} 2729 1 +82666 {82666} 14150 1 +82667 {82667} 2700 1 +82668 {82668} 1754 1 +82669 {82669} 2066 1 +82670 {82670} 11197 1 +82671 {82671} 1805 1 +82672 {82672} 3239 1 +82673 {82673} 2433 1 +82674 {82674} 3558 1 +82675 {82675} 10126 1 +82676 {82676} 2576 1 +82677 {82677} 10550 1 +82678 {82678} 2601 1 +82679 {82679} 10731 1 +82680 {82680} 3536 1 +82681 {82681} 2323 1 +82682 {82682} 1346 1 +82683 {82683} 11424 1 +82684 {82684} 4198 1 +82685 {82685} 11225 1 +82686 {82686} 705 1 +82687 {82687} 1430 1 +82688 {82688} 11118 1 +82689 {82689} 11108 1 +82690 {82690} 2535 1 +82691 {82691} 9782 1 +82692 {82692} 1534 1 +82693 {82693} 7890 1 +82694 {82694} 304 1 +82695 {82695} 584 1 +82696 {82696} 1689 1 +82697 {82697} 1657 1 +82698 {82698} 2467 1 +82699 {82699} 1707 1 +82700 {82700} 2301 1 +82701 {82701} 12528 1 +82702 {82702} 1299 1 +82703 {82703} 3135 1 +82704 {82704} 2975 1 +82705 {82705} 1748 1 +82706 {82706} 1344 1 +82707 {82707} 9543 1 +82708 {82708} 8712 1 +82709 {82709} 2367 1 +82710 {82710} 10710 1 +82711 {82711} 10653 1 +82712 {82712} 3109 1 +82713 {82713} 8055 1 +82714 {82714} 10565 1 +82715 {82715} 1892 1 +82716 {82716} 10475 1 +82717 {82717} 1703 1 +82718 {82718} 11018 1 +82719 {82719} 11133 1 +82720 {82720} 11355 1 +82721 {82721} 2545 1 +82722 {82722} 1377 1 +82723 {82723} 2095 1 +82724 {82724} 1441 1 +82725 {82725} 2129 1 +82726 {82726} 11293 1 +82727 {82727} 3104 1 +82728 {82728} 2870 1 +82729 {82729} 2574 1 +82730 {82730} 1548 1 +82731 {82731} 3656 1 +82732 {82732} 1616 1 +82733 {82733} 1655 1 +82734 {82734} 11189 1 +82735 {82735} 15269 1 +82736 {82736} 9990 1 +82737 {82737} 11081 1 +82738 {82738} 2369 1 +82739 {82739} 2671 1 +82740 {82740} 9956 1 +82741 {82741} 2363 1 +82742 {82742} 10132 1 +82743 {82743} 1959 1 +82744 {82744} 2444 1 +82745 {82745} 9276 1 +82746 {82746} 10716 1 +82747 {82747} 9129 1 +82748 {82748} 10456 1 +82749 {82749} 978 1 +82750 {82750} 3143 1 +82751 {82751} 10213 1 +82752 {82752} 2721 1 +82753 {82753} 2346 1 +82754 {82754} 1485 1 +82755 {82755} 6067 1 +82756 {82756} 1956 1 +82757 {82757} 11525 1 +82758 {82758} 2496 1 +82759 {82759} 4794 1 +82760 {82760} 3110 1 +82761 {82761} 8850 1 +82762 {82762} 1264 1 +82763 {82763} 3088 1 +82764 {82764} 1578 1 +82765 {82765} 8361 1 +82766 {82766} 11025 1 +82767 {82767} 2194 1 +82768 {82768} 1791 1 +82769 {82769} 11754 1 +82770 {82770} 1115 1 +82771 {82771} 3216 1 +82772 {82772} 9593 1 +82773 {82773} 2598 1 +82774 {82774} 2100 1 +82775 {82775} 2941 1 +82776 {82776} 3636 1 +82777 {82777} 9540 1 +82778 {82778} 1826 1 +82779 {82779} 10809 1 +82780 {82780} 2593 1 +82781 {82781} 2456 1 +82782 {82782} 2227 1 +82783 {82783} 1643 1 +82784 {82784} 2689 1 +82785 {82785} 2973 1 +82786 {82786} 2972 1 +82787 {82787} 2707 1 +82788 {82788} 9061 1 +82789 {82789} 11176 1 +82790 {82790} 9811 1 +82791 {82791} 2887 1 +82792 {82792} 11065 1 +82793 {82793} 3836 1 +82794 {82794} 2852 1 +82795 {82795} 2047 1 +82796 {82796} 777 1 +82797 {82797} 1168 1 +82798 {82798} 10487 1 +82799 {82799} 11474 1 +82800 {82800} 10660 1 +82801 {82801} 1645 1 +82802 {82802} 10539 1 +82803 {82803} 3109 1 +82804 {82804} 1922 1 +82805 {82805} 12340 1 +82806 {82806} 2635 1 +82807 {82807} 1951 1 +82808 {82808} 10614 1 +82809 {82809} 2544 1 +82810 {82810} 2939 1 +82811 {82811} 2764 1 +82812 {82812} 2630 1 +82813 {82813} 9661 1 +82814 {82814} 2414 1 +82815 {82815} 10030 1 +82816 {82816} 10784 1 +82817 {82817} 3346 1 +82818 {82818} 2125 1 +82819 {82819} 13392 1 +82820 {82820} 1820 1 +82821 {82821} 12921 1 +82822 {82822} 10578 1 +82823 {82823} 245 1 +82824 {82824} 2172 1 +82825 {82825} 1240 1 +82826 {82826} 13176 1 +82827 {82827} 10386 1 +82828 {82828} 2706 1 +82829 {82829} 884 1 +82830 {82830} 10282 1 +82831 {82831} 11089 1 +82832 {82832} 10935 1 +82833 {82833} 16609 1 +82834 {82834} 2303 1 +82835 {82835} 16279 1 +82836 {82836} 10983 1 +82837 {82837} 9735 1 +82838 {82838} 8764 1 +82839 {82839} 11201 1 +82840 {82840} 9615 1 +82841 {82841} 10031 1 +82842 {82842} 11641 1 +82843 {82843} 5949 1 +82844 {82844} 2401 1 +82845 {82845} 4267 1 +82846 {82846} 14751 1 +82847 {82847} 649 1 +82848 {82848} 2336 1 +82849 {82849} 754 1 +82850 {82850} 9022 1 +82851 {82851} 9992 1 +82852 {82852} 13682 1 +82853 {82853} 2222 1 +82854 {82854} 2093 1 +82855 {82855} 9335 1 +82856 {82856} 1445 1 +82857 {82857} 3950 1 +82858 {82858} 1775 1 +82859 {82859} 2166 1 +82860 {82860} 13761 1 +82861 {82861} 2584 1 +82862 {82862} 3765 1 +82863 {82863} 1552 1 +82864 {82864} 1721 1 +82865 {82865} 3810 1 +82866 {82866} 8962 1 +82867 {82867} 257 1 +82868 {82868} 1816 1 +82869 {82869} 2389 1 +82870 {82870} 15142 1 +82871 {82871} 6130 1 +82872 {82872} 11999 1 +82873 {82873} 16103 1 +82874 {82874} 3207 1 +82875 {82875} 10851 1 +82876 {82876} 10894 1 +82877 {82877} 12064 1 +82878 {82878} 2102 1 +82879 {82879} 3042 1 +82880 {82880} 11691 1 +82881 {82881} 6000 1 +82882 {82882} 2776 1 +82883 {82883} 14655 1 +82884 {82884} 1047 1 +82885 {82885} 2073 1 +82886 {82886} 2899 1 +82887 {82887} 14199 1 +82888 {82888} 1359 1 +82889 {82889} 1996 1 +82890 {82890} 3141 1 +82891 {82891} 10358 1 +82892 {82892} 7700 1 +82893 {82893} 2498 1 +82894 {82894} 11256 1 +82895 {82895} 3178 1 +82896 {82896} 10832 1 +82897 {82897} 1856 1 +82898 {82898} 10683 1 +82899 {82899} 1993 1 +82900 {82900} 1829 1 +82901 {82901} 3029 1 +82902 {82902} 11687 1 +82903 {82903} 10196 1 +82904 {82904} 8528 1 +82905 {82905} 2143 1 +82906 {82906} 2466 1 +82907 {82907} 667 1 +82908 {82908} 3324 1 +82909 {82909} 9661 1 +82910 {82910} 3073 1 +82911 {82911} 2537 1 +82912 {82912} 10580 1 +82913 {82913} 1006 1 +82914 {82914} 12155 1 +82915 {82915} 10949 1 +82916 {82916} 1983 1 +82917 {82917} 2429 1 +82918 {82918} 2809 1 +82919 {82919} 10794 1 +82920 {82920} 1614 1 +82921 {82921} 1406 1 +82922 {82922} 2427 1 +82923 {82923} 12093 1 +82924 {82924} 10942 1 +82925 {82925} 1635 1 +82926 {82926} 2359 1 +82927 {82927} 11205 1 +82928 {82928} 10242 1 +82929 {82929} 2660 1 +82930 {82930} 9393 1 +82931 {82931} 2302 1 +82932 {82932} 2803 1 +82933 {82933} 1727 1 +82934 {82934} 2172 1 +82935 {82935} 9613 1 +82936 {82936} 1844 1 +82937 {82937} 10637 1 +82938 {82938} 979 1 +82939 {82939} 13396 1 +82940 {82940} 2638 1 +82941 {82941} 2810 1 +82942 {82942} 8968 1 +82943 {82943} 10281 1 +82944 {82944} 1784 1 +82945 {82945} 11592 1 +82946 {82946} 10155 1 +82947 {82947} 1812 1 +82948 {82948} 1203 1 +82949 {82949} 2743 1 +82950 {82950} 1648 1 +82951 {82951} 8267 1 +82952 {82952} 9554 1 +82953 {82953} 12242 1 +82954 {82954} 7700 1 +82955 {82955} 2600 1 +82956 {82956} 9323 1 +82957 {82957} 9741 1 +82958 {82958} 2055 1 +82959 {82959} 13403 1 +82960 {82960} 9475 1 +82961 {82961} 10103 1 +82962 {82962} 9577 1 +82963 {82963} 13825 1 +82964 {82964} 2181 1 +82965 {82965} 8940 1 +82966 {82966} 10354 1 +82967 {82967} 11089 1 +82968 {82968} 9759 1 +82969 {82969} 10060 1 +82970 {82970} 319 1 +82971 {82971} 10362 1 +82972 {82972} 6904 1 +82973 {82973} 11771 1 +82974 {82974} 3312 1 +82975 {82975} 11131 1 +82976 {82976} 16599 1 +82977 {82977} 12387 1 +82978 {82978} 9768 1 +82979 {82979} 3383 1 +82980 {82980} 11076 1 +82981 {82981} 2974 1 +82982 {82982} 15946 1 +82983 {82983} 9449 1 +82984 {82984} 9690 1 +82985 {82985} 11458 1 +82986 {82986} 2099 1 +82987 {82987} 2516 1 +82988 {82988} 2469 1 +82989 {82989} 2537 1 +82990 {82990} 2995 1 +82991 {82991} 13381 1 +82992 {82992} 1554 1 +82993 {82993} 1342 1 +82994 {82994} 8518 1 +82995 {82995} 13217 1 +82996 {82996} 7457 1 +82997 {82997} 2661 1 +82998 {82998} 1486 1 +82999 {82999} 2501 1 +83000 {83000} 11164 1 +83001 {83001} 15613 1 +83002 {83002} 7926 1 +83003 {83003} 1202 1 +83004 {83004} 10783 1 +83005 {83005} 10442 1 +83006 {83006} 1480 1 +83007 {83007} 13533 1 +83008 {83008} 1245 1 +83009 {83009} 2251 1 +83010 {83010} 2222 1 +83011 {83011} 10503 1 +83012 {83012} 2170 1 +83013 {83013} 13095 1 +83014 {83014} 10669 1 +83015 {83015} 11108 1 +83016 {83016} 10025 1 +83017 {83017} 10236 1 +83018 {83018} 11328 1 +83019 {83019} 11075 1 +83020 {83020} 13922 1 +83021 {83021} 10519 1 +83022 {83022} 1291 1 +83023 {83023} 1147 1 +83024 {83024} 2268 1 +83025 {83025} 11544 1 +83026 {83026} 9744 1 +83027 {83027} 2037 1 +83028 {83028} 10328 1 +83029 {83029} 2154 1 +83030 {83030} 1674 1 +83031 {83031} 8803 1 +83032 {83032} 10575 1 +83033 {83033} 1852 1 +83034 {83034} 11462 1 +83035 {83035} 2089 1 +83036 {83036} 10946 1 +83037 {83037} 3110 1 +83038 {83038} 10953 1 +83039 {83039} 11222 1 +83040 {83040} 2040 1 +83041 {83041} 1783 1 +83042 {83042} 746 1 +83043 {83043} 9474 1 +83044 {83044} 2428 1 +83045 {83045} 5416 1 +83046 {83046} 11206 1 +83047 {83047} 11233 1 +83048 {83048} 9941 1 +83049 {83049} 2805 1 +83050 {83050} 3477 1 +83051 {83051} 9961 1 +83052 {83052} 11367 1 +83053 {83053} 8203 1 +83054 {83054} 2023 1 +83055 {83055} 2160 1 +83056 {83056} 2466 1 +83057 {83057} 10121 1 +83058 {83058} 8520 1 +83059 {83059} 2811 1 +83060 {83060} 2696 1 +83061 {83061} 10626 1 +83062 {83062} 10692 1 +83063 {83063} 2421 1 +83064 {83064} 10049 1 +83065 {83065} 2467 1 +83066 {83066} 2280 1 +83067 {83067} 2943 1 +83068 {83068} 10914 1 +83069 {83069} 14119 1 +83070 {83070} 1296 1 +83071 {83071} 11255 1 +83072 {83072} 3247 1 +83073 {83073} 9778 1 +83074 {83074} 12379 1 +83075 {83075} 10659 1 +83076 {83076} 1996 1 +83077 {83077} 11640 1 +83078 {83078} 10170 1 +83079 {83079} 11239 1 +83080 {83080} 10821 1 +83081 {83081} 11159 1 +83082 {83082} 8461 1 +83083 {83083} 1926 1 +83084 {83084} 1646 1 +83085 {83085} 14217 1 +83086 {83086} 1167 1 +83087 {83087} 2697 1 +83088 {83088} 2117 1 +83089 {83089} 2496 1 +83090 {83090} 1685 1 +83091 {83091} 10534 1 +83092 {83092} 11505 1 +83093 {83093} 1752 1 +83094 {83094} 2469 1 +83095 {83095} 11276 1 +83096 {83096} 2366 1 +83097 {83097} 2193 1 +83098 {83098} 10784 1 +83099 {83099} 1615 1 +83100 {83100} 2303 1 +83101 {83101} 1338 1 +83102 {83102} 14326 1 +83103 {83103} 1383 1 +83104 {83104} 9482 1 +83105 {83105} 2707 1 +83106 {83106} 2942 1 +83107 {83107} 1927 1 +83108 {83108} 2392 1 +83109 {83109} 2721 1 +83110 {83110} 1650 1 +83111 {83111} 8442 1 +83112 {83112} 9212 1 +83113 {83113} 11139 1 +83114 {83114} 3781 1 +83115 {83115} 7011 1 +83116 {83116} 3016 1 +83117 {83117} 1142 1 +83118 {83118} 2739 1 +83119 {83119} 2998 1 +83120 {83120} 10934 1 +83121 {83121} 2520 1 +83122 {83122} 11452 1 +83123 {83123} 3714 1 +83124 {83124} 9856 1 +83125 {83125} 896 1 +83126 {83126} 10533 1 +83127 {83127} 10717 1 +83128 {83128} 1377 1 +83129 {83129} 2187 1 +83130 {83130} 2196 1 +83131 {83131} 2638 1 +83132 {83132} 9024 1 +83133 {83133} 2191 1 +83134 {83134} 13353 1 +83135 {83135} 8009 1 +83136 {83136} 2065 1 +83137 {83137} 16496 1 +83138 {83138} 9761 1 +83139 {83139} 11472 1 +83140 {83140} 1617 1 +83141 {83141} 9434 1 +83142 {83142} 1344 1 +83143 {83143} 9849 1 +83144 {83144} 1769 1 +83145 {83145} 10241 1 +83146 {83146} 9408 1 +83147 {83147} 2926 1 +83148 {83148} 10991 1 +83149 {83149} 2469 1 +83150 {83150} 9891 1 +83151 {83151} 2806 1 +83152 {83152} 13888 1 +83153 {83153} 11507 1 +83154 {83154} 10457 1 +83155 {83155} 9220 1 +83156 {83156} 1445 1 +83157 {83157} 3074 1 +83158 {83158} 2233 1 +83159 {83159} 3072 1 +83160 {83160} 2809 1 +83161 {83161} 9002 1 +83162 {83162} 1441 1 +83163 {83163} 9363 1 +83164 {83164} 10982 1 +83165 {83165} 4650 1 +83166 {83166} 15652 1 +83167 {83167} 5459 1 +83168 {83168} 2304 1 +83169 {83169} 10866 1 +83170 {83170} 3170 1 +83171 {83171} 11704 1 +83172 {83172} 12066 1 +83173 {83173} 1163 1 +83174 {83174} 11144 1 +83175 {83175} 13978 1 +83176 {83176} 9174 1 +83177 {83177} 10192 1 +83178 {83178} 12017 1 +83179 {83179} 3033 1 +83180 {83180} 2302 1 +83181 {83181} 8776 1 +83182 {83182} 2939 1 +83183 {83183} 2534 1 +83184 {83184} 10709 1 +83185 {83185} 1660 1 +83186 {83186} 2311 1 +83187 {83187} 2023 1 +83188 {83188} 9723 1 +83189 {83189} 2903 1 +83190 {83190} 15694 1 +83191 {83191} 3720 1 +83192 {83192} 9458 1 +83193 {83193} 8594 1 +83194 {83194} 2942 1 +83195 {83195} 7761 1 +83196 {83196} 12669 1 +83197 {83197} 11726 1 +83198 {83198} 2998 1 +83199 {83199} 14639 1 +83200 {83200} 3003 1 +83201 {83201} 10506 1 +83202 {83202} 11343 1 +83203 {83203} 2966 1 +83204 {83204} 8598 1 +83205 {83205} 1319 1 +83206 {83206} 1684 1 +83207 {83207} 817 1 +83208 {83208} 9387 1 +83209 {83209} 2403 1 +83210 {83210} 2673 1 +83211 {83211} 11170 1 +83212 {83212} 5245 1 +83213 {83213} 2671 1 +83214 {83214} 11581 1 +83215 {83215} 11276 1 +83216 {83216} 8153 1 +83217 {83217} 2461 1 +83218 {83218} 9753 1 +83219 {83219} 1694 1 +83220 {83220} 3175 1 +83221 {83221} 1994 1 +83222 {83222} 1416 1 +83223 {83223} 2456 1 +83224 {83224} 13906 1 +83225 {83225} 10065 1 +83226 {83226} 9647 1 +83227 {83227} 10993 1 +83228 {83228} 3830 1 +83229 {83229} 11629 1 +83230 {83230} 16033 1 +83231 {83231} 2593 1 +83232 {83232} 1946 1 +83233 {83233} 10245 1 +83234 {83234} 6982 1 +83235 {83235} 767 1 +83236 {83236} 1238 1 +83237 {83237} 9889 1 +83238 {83238} 2056 1 +83239 {83239} 2268 1 +83240 {83240} 10094 1 +83241 {83241} 2013 1 +83242 {83242} 11120 1 +83243 {83243} 2711 1 +83244 {83244} 2978 1 +83245 {83245} 2919 1 +83246 {83246} 11911 1 +83247 {83247} 3032 1 +83248 {83248} 10497 1 +83249 {83249} 3838 1 +83250 {83250} 1344 1 +83251 {83251} 2818 1 +83252 {83252} 9735 1 +83253 {83253} 10278 1 +83254 {83254} 9473 1 +83255 {83255} 10786 1 +83256 {83256} 16365 1 +83257 {83257} 2710 1 +83258 {83258} 8280 1 +83259 {83259} 2499 1 +83260 {83260} 1940 1 +83261 {83261} 10109 1 +83262 {83262} 3069 1 +83263 {83263} 11342 1 +83264 {83264} 10721 1 +83265 {83265} 640 1 +83266 {83266} 9067 1 +83267 {83267} 3515 1 +83268 {83268} 11727 1 +83269 {83269} 10869 1 +83270 {83270} 2563 1 +83271 {83271} 11253 1 +83272 {83272} 3409 1 +83273 {83273} 2791 1 +83274 {83274} 11537 1 +83275 {83275} 2435 1 +83276 {83276} 9882 1 +83277 {83277} 1245 1 +83278 {83278} 15132 1 +83279 {83279} 9904 1 +83280 {83280} 2056 1 +83281 {83281} 2456 1 +83282 {83282} 8992 1 +83283 {83283} 2744 1 +83284 {83284} 1306 1 +83285 {83285} 2163 1 +83286 {83286} 13577 1 +83287 {83287} 11537 1 +83288 {83288} 2370 1 +83289 {83289} 1942 1 +83290 {83290} 14157 1 +83291 {83291} 2539 1 +83292 {83292} 2820 1 +83293 {83293} 9404 1 +83294 {83294} 1380 1 +83295 {83295} 3315 1 +83296 {83296} 3617 1 +83297 {83297} 3415 1 +83298 {83298} 8328 1 +83299 {83299} 15095 1 +83300 {83300} 13724 1 +83301 {83301} 9401 1 +83302 {83302} 1749 1 +83303 {83303} 1744 1 +83304 {83304} 9878 1 +83305 {83305} 15753 1 +83306 {83306} 10564 1 +83307 {83307} 13737 1 +83308 {83308} 3216 1 +83309 {83309} 11422 1 +83310 {83310} 655 1 +83311 {83311} 10131 1 +83312 {83312} 4834 1 +83313 {83313} 9290 1 +83314 {83314} 1325 1 +83315 {83315} 2019 1 +83316 {83316} 102 1 +83317 {83317} 14280 1 +83318 {83318} 7249 1 +83319 {83319} 11951 1 +83320 {83320} 11216 1 +83321 {83321} 14131 1 +83322 {83322} 12039 1 +83323 {83323} 2184 1 +83324 {83324} 15736 1 +83325 {83325} 2705 1 +83326 {83326} 1584 1 +83327 {83327} 11078 1 +83328 {83328} 8930 1 +83329 {83329} 2569 1 +83330 {83330} 776 1 +83331 {83331} 1962 1 +83332 {83332} 10778 1 +83333 {83333} 5699 1 +83334 {83334} 3104 1 +83335 {83335} 1206 1 +83336 {83336} 3111 1 +83337 {83337} 10175 1 +83338 {83338} 1868 1 +83339 {83339} 8054 1 +83340 {83340} 2448 1 +83341 {83341} 10509 1 +83342 {83342} 14409 1 +83343 {83343} 1884 1 +83344 {83344} 9248 1 +83345 {83345} 14107 1 +83346 {83346} 2433 1 +83347 {83347} 10026 1 +83348 {83348} 11073 1 +83349 {83349} 12755 1 +83350 {83350} 11417 1 +83351 {83351} 7976 1 +83352 {83352} 13860 1 +83353 {83353} 2163 1 +83354 {83354} 493 1 +83355 {83355} 9834 1 +83356 {83356} 10525 1 +83357 {83357} 1963 1 +83358 {83358} 3190 1 +83359 {83359} 12173 1 +83360 {83360} 10306 1 +83361 {83361} 3470 1 +83362 {83362} 9197 1 +83363 {83363} 1883 1 +83364 {83364} 2844 1 +83365 {83365} 13698 1 +83366 {83366} 11098 1 +83367 {83367} 1752 1 +83368 {83368} 3536 1 +83369 {83369} 9961 1 +83370 {83370} 9875 1 +83371 {83371} 10490 1 +83372 {83372} 9518 1 +83373 {83373} 11514 1 +83374 {83374} 8085 1 +83375 {83375} 11282 1 +83376 {83376} 3314 1 +83377 {83377} 11034 1 +83378 {83378} 3366 1 +83379 {83379} 7062 1 +83380 {83380} 11197 1 +83381 {83381} 2189 1 +83382 {83382} 2736 1 +83383 {83383} 2979 1 +83384 {83384} 8558 1 +83385 {83385} 1678 1 +83386 {83386} 11274 1 +83387 {83387} 10968 1 +83388 {83388} 2859 1 +83389 {83389} 10439 1 +83390 {83390} 7406 1 +83391 {83391} 10362 1 +83392 {83392} 13783 1 +83393 {83393} 15961 1 +83394 {83394} 5376 1 +83395 {83395} 2129 1 +83396 {83396} 11003 1 +83397 {83397} 4138 1 +83398 {83398} 1787 1 +83399 {83399} 3384 1 +83400 {83400} 10008 1 +83401 {83401} 2167 1 +83402 {83402} 9267 1 +83403 {83403} 11200 1 +83404 {83404} 2222 1 +83405 {83405} 1554 1 +83406 {83406} 3042 1 +83407 {83407} 8705 1 +83408 {83408} 10699 1 +83409 {83409} 2392 1 +83410 {83410} 3351 1 +83411 {83411} 1280 1 +83412 {83412} 1782 1 +83413 {83413} 2566 1 +83414 {83414} 2303 1 +83415 {83415} 2335 1 +83416 {83416} 11802 1 +83417 {83417} 12211 1 +83418 {83418} 1704 1 +83419 {83419} 2668 1 +83420 {83420} 10715 1 +83421 {83421} 497 1 +83422 {83422} 10186 1 +83423 {83423} 9444 1 +83424 {83424} 9889 1 +83425 {83425} 11978 1 +83426 {83426} 11010 1 +83427 {83427} 10631 1 +83428 {83428} 10308 1 +83429 {83429} 1450 1 +83430 {83430} 1458 1 +83431 {83431} 10078 1 +83432 {83432} 2129 1 +83433 {83433} 7009 1 +83434 {83434} 3603 1 +83435 {83435} 10239 1 +83436 {83436} 3872 1 +83437 {83437} 10564 1 +83438 {83438} 1979 1 +83439 {83439} 9475 1 +83440 {83440} 2227 1 +83441 {83441} 1563 1 +83442 {83442} 6412 1 +83443 {83443} 2123 1 +83444 {83444} 8336 1 +83445 {83445} 2627 1 +83446 {83446} 2268 1 +83447 {83447} 2269 1 +83448 {83448} 2390 1 +83449 {83449} 2319 1 +83450 {83450} 9008 1 +83451 {83451} 2903 1 +83452 {83452} 9619 1 +83453 {83453} 3311 1 +83454 {83454} 9911 1 +83455 {83455} 10922 1 +83456 {83456} 3100 1 +83457 {83457} 1519 1 +83458 {83458} 10783 1 +83459 {83459} 9774 1 +83460 {83460} 9618 1 +83461 {83461} 2021 1 +83462 {83462} 2627 1 +83463 {83463} 1898 1 +83464 {83464} 1749 1 +83465 {83465} 2197 1 +83466 {83466} 8962 1 +83467 {83467} 2652 1 +83468 {83468} 2966 1 +83469 {83469} 9782 1 +83470 {83470} 2904 1 +83471 {83471} 2456 1 +83472 {83472} 9916 1 +83473 {83473} 2755 1 +83474 {83474} 9904 1 +83475 {83475} 11682 1 +83476 {83476} 681 1 +83477 {83477} 2474 1 +83478 {83478} 2483 1 +83479 {83479} 10130 1 +83480 {83480} 3046 1 +83481 {83481} 3901 1 +83482 {83482} 2637 1 +83483 {83483} 9144 1 +83484 {83484} 1825 1 +83485 {83485} 1719 1 +83486 {83486} 9637 1 +83487 {83487} 7833 1 +83488 {83488} 2566 1 +83489 {83489} 939 1 +83490 {83490} 269 1 +83491 {83491} 2106 1 +83492 {83492} 8804 1 +83493 {83493} 3036 1 +83494 {83494} 7956 1 +83495 {83495} 14269 1 +83496 {83496} 1993 1 +83497 {83497} 2909 1 +83498 {83498} 2696 1 +83499 {83499} 9461 1 +83500 {83500} 15143 1 +83501 {83501} 1996 1 +83502 {83502} 2466 1 +83503 {83503} 11608 1 +83504 {83504} 9684 1 +83505 {83505} 2031 1 +83506 {83506} 10364 1 +83507 {83507} 2154 1 +83508 {83508} 2095 1 +83509 {83509} 2064 1 +83510 {83510} 10281 1 +83511 {83511} 10442 1 +83512 {83512} 11825 1 +83513 {83513} 7654 1 +83514 {83514} 7882 1 +83515 {83515} 1969 1 +83516 {83516} 14443 1 +83517 {83517} 1787 1 +83518 {83518} 1878 1 +83519 {83519} 10301 1 +83520 {83520} 11766 1 +83521 {83521} 10778 1 +83522 {83522} 12388 1 +83523 {83523} 9392 1 +83524 {83524} 10419 1 +83525 {83525} 7516 1 +83526 {83526} 9134 1 +83527 {83527} 2360 1 +83528 {83528} 2456 1 +83529 {83529} 10686 1 +83530 {83530} 9375 1 +83531 {83531} 1812 1 +83532 {83532} 11515 1 +83533 {83533} 10738 1 +83534 {83534} 1491 1 +83535 {83535} 11867 1 +83536 {83536} 9836 1 +83537 {83537} 2868 1 +83538 {83538} 15638 1 +83539 {83539} 2126 1 +83540 {83540} 9537 1 +83541 {83541} 10488 1 +83542 {83542} 9677 1 +83543 {83543} 6711 1 +83544 {83544} 2024 1 +83545 {83545} 9072 1 +83546 {83546} 2255 1 +83547 {83547} 12695 1 +83548 {83548} 10507 1 +83549 {83549} 10911 1 +83550 {83550} 1837 1 +83551 {83551} 10843 1 +83552 {83552} 11688 1 +83553 {83553} 10070 1 +83554 {83554} 11086 1 +83555 {83555} 2703 1 +83556 {83556} 2574 1 +83557 {83557} 2658 1 +83558 {83558} 2605 1 +83559 {83559} 2496 1 +83560 {83560} 2652 1 +83561 {83561} 10357 1 +83562 {83562} 2121 1 +83563 {83563} 2498 1 +83564 {83564} 1981 1 +83565 {83565} 183 1 +83566 {83566} 2099 1 +83567 {83567} 10530 1 +83568 {83568} 8338 1 +83569 {83569} 10301 1 +83570 {83570} 5984 1 +83571 {83571} 9525 1 +83572 {83572} 10706 1 +83573 {83573} 2099 1 +83574 {83574} 5863 1 +83575 {83575} 14689 1 +83576 {83576} 16102 1 +83577 {83577} 12474 1 +83578 {83578} 1891 1 +83579 {83579} 1434 1 +83580 {83580} 2290 1 +83581 {83581} 2602 1 +83582 {83582} 1854 1 +83583 {83583} 2432 1 +83584 {83584} 8959 1 +83585 {83585} 2725 1 +83586 {83586} 3009 1 +83587 {83587} 10552 1 +83588 {83588} 2972 1 +83589 {83589} 7114 1 +83590 {83590} 1087 1 +83591 {83591} 3418 1 +83592 {83592} 10701 1 +83593 {83593} 1639 1 +83594 {83594} 8452 1 +83595 {83595} 8472 1 +83596 {83596} 2453 1 +83597 {83597} 2520 1 +83598 {83598} 2904 1 +83599 {83599} 10631 1 +83600 {83600} 2666 1 +83601 {83601} 2806 1 +83602 {83602} 10747 1 +83603 {83603} 10239 1 +83604 {83604} 7505 1 +83605 {83605} 10285 1 +83606 {83606} 8562 1 +83607 {83607} 11386 1 +83608 {83608} 2695 1 +83609 {83609} 9444 1 +83610 {83610} 2798 1 +83611 {83611} 1381 1 +83612 {83612} 10528 1 +83613 {83613} 9993 1 +83614 {83614} 9331 1 +83615 {83615} 8955 1 +83616 {83616} 10519 1 +83617 {83617} 9948 1 +83618 {83618} 9702 1 +83619 {83619} 2424 1 +83620 {83620} 11379 1 +83621 {83621} 1516 1 +83622 {83622} 1922 1 +83623 {83623} 2050 1 +83624 {83624} 9875 1 +83625 {83625} 9826 1 +83626 {83626} 10258 1 +83627 {83627} 9691 1 +83628 {83628} 8949 1 +83629 {83629} 1887 1 +83630 {83630} 2692 1 +83631 {83631} 10891 1 +83632 {83632} 9367 1 +83633 {83633} 1834 1 +83634 {83634} 13499 1 +83635 {83635} 1525 1 +83636 {83636} 2910 1 +83637 {83637} 10206 1 +83638 {83638} 755 1 +83639 {83639} 2729 1 +83640 {83640} 2591 1 +83641 {83641} 5654 1 +83642 {83642} 10479 1 +83643 {83643} 14112 1 +83644 {83644} 10840 1 +83645 {83645} 6039 1 +83646 {83646} 3107 1 +83647 {83647} 2989 1 +83648 {83648} 2232 1 +83649 {83649} 2740 1 +83650 {83650} 6428 1 +83651 {83651} 11362 1 +83652 {83652} 10179 1 +83653 {83653} 7134 1 +83654 {83654} 10747 1 +83655 {83655} 3633 1 +83656 {83656} 11524 1 +83657 {83657} 10988 1 +83658 {83658} 1374 1 +83659 {83659} 1744 1 +83660 {83660} 1381 1 +83661 {83661} 10612 1 +83662 {83662} 2090 1 +83663 {83663} 797 1 +83664 {83664} 2637 1 +83665 {83665} 2770 1 +83666 {83666} 2633 1 +83667 {83667} 10821 1 +83668 {83668} 2290 1 +83669 {83669} 2425 1 +83670 {83670} 10504 1 +83671 {83671} 2741 1 +83672 {83672} 9295 1 +83673 {83673} 10698 1 +83674 {83674} 2011 1 +83675 {83675} 11080 1 +83676 {83676} 2527 1 +83677 {83677} 11121 1 +83678 {83678} 9518 1 +83679 {83679} 10514 1 +83680 {83680} 2547 1 +83681 {83681} 15777 1 +83682 {83682} 2477 1 +83683 {83683} 6008 1 +83684 {83684} 2641 1 +83685 {83685} 3510 1 +83686 {83686} 3939 1 +83687 {83687} 2220 1 +83688 {83688} 9713 1 +83689 {83689} 2502 1 +83690 {83690} 6193 1 +83691 {83691} 8330 1 +83692 {83692} 2300 1 +83693 {83693} 1752 1 +83694 {83694} 1790 1 +83695 {83695} 2163 1 +83696 {83696} 6475 1 +83697 {83697} 2873 1 +83698 {83698} 10446 1 +83699 {83699} 2930 1 +83700 {83700} 14466 1 +83701 {83701} 10530 1 +83702 {83702} 11336 1 +83703 {83703} 7549 1 +83704 {83704} 10549 1 +83705 {83705} 2676 1 +83706 {83706} 2788 1 +83707 {83707} 2433 1 +83708 {83708} 10436 1 +83709 {83709} 2126 1 +83710 {83710} 1678 1 +83711 {83711} 5582 1 +83712 {83712} 11856 1 +83713 {83713} 1890 1 +83714 {83714} 2873 1 +83715 {83715} 1472 1 +83716 {83716} 3762 1 +83717 {83717} 8566 1 +83718 {83718} 1990 1 +83719 {83719} 11627 1 +83720 {83720} 2230 1 +83721 {83721} 2265 1 +83722 {83722} 10191 1 +83723 {83723} 1641 1 +83724 {83724} 1887 1 +83725 {83725} 2838 1 +83726 {83726} 1922 1 +83727 {83727} 11733 1 +83728 {83728} 11023 1 +83729 {83729} 9120 1 +83730 {83730} 8775 1 +83731 {83731} 11670 1 +83732 {83732} 10907 1 +83733 {83733} 1775 1 +83734 {83734} 12775 1 +83735 {83735} 1104 1 +83736 {83736} 14547 1 +83737 {83737} 10085 1 +83738 {83738} 1827 1 +83739 {83739} 5235 1 +83740 {83740} 2428 1 +83741 {83741} 2023 1 +83742 {83742} 9684 1 +83743 {83743} 11042 1 +83744 {83744} 2756 1 +83745 {83745} 1947 1 +83746 {83746} 3213 1 +83747 {83747} 2809 1 +83748 {83748} 11564 1 +83749 {83749} 11159 1 +83750 {83750} 1650 1 +83751 {83751} 7834 1 +83752 {83752} 1688 1 +83753 {83753} 9069 1 +83754 {83754} 8633 1 +83755 {83755} 10571 1 +83756 {83756} 2434 1 +83757 {83757} 7480 1 +83758 {83758} 2403 1 +83759 {83759} 10530 1 +83760 {83760} 3212 1 +83761 {83761} 10201 1 +83762 {83762} 12088 1 +83763 {83763} 3346 1 +83764 {83764} 8469 1 +83765 {83765} 1745 1 +83766 {83766} 11159 1 +83767 {83767} 1432 1 +83768 {83768} 12574 1 +83769 {83769} 2276 1 +83770 {83770} 1585 1 +83771 {83771} 11029 1 +83772 {83772} 3043 1 +83773 {83773} 1648 1 +83774 {83774} 11370 1 +83775 {83775} 4197 1 +83776 {83776} 12586 1 +83777 {83777} 2302 1 +83778 {83778} 9614 1 +83779 {83779} 9996 1 +83780 {83780} 1784 1 +83781 {83781} 1706 1 +83782 {83782} 10038 1 +83783 {83783} 2125 1 +83784 {83784} 1875 1 +83785 {83785} 1401 1 +83786 {83786} 2326 1 +83787 {83787} 13253 1 +83788 {83788} 3204 1 +83789 {83789} 2690 1 +83790 {83790} 2539 1 +83791 {83791} 9495 1 +83792 {83792} 1534 1 +83793 {83793} 11238 1 +83794 {83794} 2390 1 +83795 {83795} 8582 1 +83796 {83796} 15180 1 +83797 {83797} 1890 1 +83798 {83798} 2461 1 +83799 {83799} 9592 1 +83800 {83800} 14485 1 +83801 {83801} 2031 1 +83802 {83802} 76 1 +83803 {83803} 2877 1 +83804 {83804} 1648 1 +83805 {83805} 8972 1 +83806 {83806} 14091 1 +83807 {83807} 2887 1 +83808 {83808} 11642 1 +83809 {83809} 11199 1 +83810 {83810} 10621 1 +83811 {83811} 9859 1 +83812 {83812} 3037 1 +83813 {83813} 1916 1 +83814 {83814} 2377 1 +83815 {83815} 2838 1 +83816 {83816} 5378 1 +83817 {83817} 2194 1 +83818 {83818} 2066 1 +83819 {83819} 8960 1 +83820 {83820} 9827 1 +83821 {83821} 10925 1 +83822 {83822} 9862 1 +83823 {83823} 9767 1 +83824 {83824} 3584 1 +83825 {83825} 9512 1 +83826 {83826} 7149 1 +83827 {83827} 10351 1 +83828 {83828} 1316 1 +83829 {83829} 9591 1 +83830 {83830} 11223 1 +83831 {83831} 2439 1 +83832 {83832} 13175 1 +83833 {83833} 3443 1 +83834 {83834} 11795 1 +83835 {83835} 1609 1 +83836 {83836} 10809 1 +83837 {83837} 1484 1 +83838 {83838} 2964 1 +83839 {83839} 8358 1 +83840 {83840} 5425 1 +83841 {83841} 3606 1 +83842 {83842} 10839 1 +83843 {83843} 5486 1 +83844 {83844} 11771 1 +83845 {83845} 2560 1 +83846 {83846} 10486 1 +83847 {83847} 1614 1 +83848 {83848} 1682 1 +83849 {83849} 1416 1 +83850 {83850} 3381 1 +83851 {83851} 10939 1 +83852 {83852} 2167 1 +83853 {83853} 10186 1 +83854 {83854} 2469 1 +83855 {83855} 2502 1 +83856 {83856} 2555 1 +83857 {83857} 467 1 +83858 {83858} 11201 1 +83859 {83859} 1614 1 +83860 {83860} 2370 1 +83861 {83861} 10567 1 +83862 {83862} 3440 1 +83863 {83863} 2022 1 +83864 {83864} 3205 1 +83865 {83865} 9594 1 +83866 {83866} 2619 1 +83867 {83867} 10734 1 +83868 {83868} 7211 1 +83869 {83869} 10559 1 +83870 {83870} 2124 1 +83871 {83871} 15921 1 +83872 {83872} 3111 1 +83873 {83873} 10965 1 +83874 {83874} 16194 1 +83875 {83875} 2572 1 +83876 {83876} 13540 1 +83877 {83877} 2845 1 +83878 {83878} 1989 1 +83879 {83879} 4115 1 +83880 {83880} 2844 1 +83881 {83881} 2332 1 +83882 {83882} 7845 1 +83883 {83883} 2051 1 +83884 {83884} 2624 1 +83885 {83885} 2740 1 +83886 {83886} 8202 1 +83887 {83887} 9689 1 +83888 {83888} 10352 1 +83889 {83889} 10350 1 +83890 {83890} 9909 1 +83891 {83891} 10778 1 +83892 {83892} 10436 1 +83893 {83893} 3416 1 +83894 {83894} 3078 1 +83895 {83895} 2069 1 +83896 {83896} 1583 1 +83897 {83897} 13411 1 +83898 {83898} 10490 1 +83899 {83899} 1996 1 +83900 {83900} 1714 1 +83901 {83901} 6958 1 +83902 {83902} 5561 1 +83903 {83903} 9004 1 +83904 {83904} 3070 1 +83905 {83905} 9843 1 +83906 {83906} 11034 1 +83907 {83907} 1882 1 +83908 {83908} 9605 1 +83909 {83909} 2811 1 +83910 {83910} 2798 1 +83911 {83911} 9365 1 +83912 {83912} 10121 1 +83913 {83913} 8461 1 +83914 {83914} 2322 1 +83915 {83915} 2640 1 +83916 {83916} 3759 1 +83917 {83917} 3090 1 +83918 {83918} 3214 1 +83919 {83919} 2284 1 +83920 {83920} 10456 1 +83921 {83921} 9660 1 +83922 {83922} 2870 1 +83923 {83923} 10486 1 +83924 {83924} 2626 1 +83925 {83925} 4458 1 +83926 {83926} 1363 1 +83927 {83927} 9654 1 +83928 {83928} 10496 1 +83929 {83929} 5031 1 +83930 {83930} 9170 1 +83931 {83931} 12135 1 +83932 {83932} 1003 1 +83933 {83933} 9034 1 +83934 {83934} 3576 1 +83935 {83935} 1201 1 +83936 {83936} 9889 1 +83937 {83937} 3247 1 +83938 {83938} 7656 1 +83939 {83939} 13934 1 +83940 {83940} 6297 1 +83941 {83941} 10780 1 +83942 {83942} 2671 1 +83943 {83943} 10591 1 +83944 {83944} 3167 1 +83945 {83945} 10404 1 +83946 {83946} 12408 1 +83947 {83947} 14248 1 +83948 {83948} 12598 1 +83949 {83949} 2681 1 +83950 {83950} 10544 1 +83951 {83951} 2212 1 +83952 {83952} 2499 1 +83953 {83953} 11872 1 +83954 {83954} 3141 1 +83955 {83955} 5437 1 +83956 {83956} 2528 1 +83957 {83957} 3666 1 +83958 {83958} 2974 1 +83959 {83959} 5411 1 +83960 {83960} 16612 1 +83961 {83961} 2594 1 +83962 {83962} 11076 1 +83963 {83963} 10810 1 +83964 {83964} 2400 1 +83965 {83965} 8054 1 +83966 {83966} 2972 1 +83967 {83967} 1854 1 +83968 {83968} 3583 1 +83969 {83969} 2703 1 +83970 {83970} 2558 1 +83971 {83971} 9214 1 +83972 {83972} 2192 1 +83973 {83973} 2404 1 +83974 {83974} 11168 1 +83975 {83975} 10384 1 +83976 {83976} 2639 1 +83977 {83977} 863 1 +83978 {83978} 1536 1 +83979 {83979} 1571 1 +83980 {83980} 2331 1 +83981 {83981} 12141 1 +83982 {83982} 2907 1 +83983 {83983} 10215 1 +83984 {83984} 3416 1 +83985 {83985} 2446 1 +83986 {83986} 9459 1 +83987 {83987} 2936 1 +83988 {83988} 3011 1 +83989 {83989} 12095 1 +83990 {83990} 2323 1 +83991 {83991} 1237 1 +83992 {83992} 1707 1 +83993 {83993} 8707 1 +83994 {83994} 3161 1 +83995 {83995} 1738 1 +83996 {83996} 2807 1 +83997 {83997} 10392 1 +83998 {83998} 11147 1 +83999 {83999} 2148 1 +84000 {84000} 1960 1 +84001 {84001} 1992 1 +84002 {84002} 1616 1 +84003 {84003} 8836 1 +84004 {84004} 10691 1 +84005 {84005} 10998 1 +84006 {84006} 2596 1 +84007 {84007} 10734 1 +84008 {84008} 10947 1 +84009 {84009} 2045 1 +84010 {84010} 562 1 +84011 {84011} 9803 1 +84012 {84012} 10147 1 +84013 {84013} 1915 1 +84014 {84014} 1416 1 +84015 {84015} 1602 1 +84016 {84016} 10322 1 +84017 {84017} 677 1 +84018 {84018} 1848 1 +84019 {84019} 9916 1 +84020 {84020} 1035 1 +84021 {84021} 6497 1 +84022 {84022} 6076 1 +84023 {84023} 1639 1 +84024 {84024} 1371 1 +84025 {84025} 1997 1 +84026 {84026} 1959 1 +84027 {84027} 11346 1 +84028 {84028} 11760 1 +84029 {84029} 2333 1 +84030 {84030} 4934 1 +84031 {84031} 9682 1 +84032 {84032} 364 1 +84033 {84033} 2301 1 +84034 {84034} 2637 1 +84035 {84035} 2530 1 +84036 {84036} 10461 1 +84037 {84037} 11613 1 +84038 {84038} 10345 1 +84039 {84039} 11286 1 +84040 {84040} 10678 1 +84041 {84041} 8818 1 +84042 {84042} 3014 1 +84043 {84043} 10596 1 +84044 {84044} 10053 1 +84045 {84045} 1068 1 +84046 {84046} 2842 1 +84047 {84047} 12117 1 +84048 {84048} 9560 1 +84049 {84049} 7401 1 +84050 {84050} 9476 1 +84051 {84051} 9901 1 +84052 {84052} 2569 1 +84053 {84053} 7159 1 +84054 {84054} 12988 1 +84055 {84055} 7130 1 +84056 {84056} 5735 1 +84057 {84057} 10264 1 +84058 {84058} 2774 1 +84059 {84059} 2530 1 +84060 {84060} 1227 1 +84061 {84061} 2184 1 +84062 {84062} 1839 1 +84063 {84063} 2707 1 +84064 {84064} 1286 1 +84065 {84065} 970 1 +84066 {84066} 7895 1 +84067 {84067} 2395 1 +84068 {84068} 7611 1 +84069 {84069} 2995 1 +84070 {84070} 2557 1 +84071 {84071} 10591 1 +84072 {84072} 10999 1 +84073 {84073} 3174 1 +84074 {84074} 3939 1 +84075 {84075} 7642 1 +84076 {84076} 16283 1 +84077 {84077} 3752 1 +84078 {84078} 2668 1 +84079 {84079} 2194 1 +84080 {84080} 9416 1 +84081 {84081} 10581 1 +84082 {84082} 1254 1 +84083 {84083} 13278 1 +84084 {84084} 840 1 +84085 {84085} 12234 1 +84086 {84086} 9694 1 +84087 {84087} 1682 1 +84088 {84088} 9487 1 +84089 {84089} 10947 1 +84090 {84090} 9987 1 +84091 {84091} 11544 1 +84092 {84092} 11139 1 +84093 {84093} 1825 1 +84094 {84094} 2399 1 +84095 {84095} 2831 1 +84096 {84096} 10530 1 +84097 {84097} 10804 1 +84098 {84098} 1545 1 +84099 {84099} 10594 1 +84100 {84100} 1856 1 +84101 {84101} 10162 1 +84102 {84102} 1035 1 +84103 {84103} 7192 1 +84104 {84104} 3637 1 +84105 {84105} 4213 1 +84106 {84106} 1374 1 +84107 {84107} 9914 1 +84108 {84108} 712 1 +84109 {84109} 1548 1 +84110 {84110} 2013 1 +84111 {84111} 8491 1 +84112 {84112} 2602 1 +84113 {84113} 1538 1 +84114 {84114} 16217 1 +84115 {84115} 9599 1 +84116 {84116} 2504 1 +84117 {84117} 9671 1 +84118 {84118} 9008 1 +84119 {84119} 959 1 +84120 {84120} 11066 1 +84121 {84121} 1882 1 +84122 {84122} 11902 1 +84123 {84123} 2497 1 +84124 {84124} 9702 1 +84125 {84125} 11129 1 +84126 {84126} 11305 1 +84127 {84127} 10565 1 +84128 {84128} 10162 1 +84129 {84129} 2979 1 +84130 {84130} 11640 1 +84131 {84131} 2360 1 +84132 {84132} 10153 1 +84133 {84133} 14279 1 +84134 {84134} 5795 1 +84135 {84135} 1825 1 +84136 {84136} 10536 1 +84137 {84137} 11233 1 +84138 {84138} 2671 1 +84139 {84139} 3379 1 +84140 {84140} 2597 1 +84141 {84141} 15099 1 +84142 {84142} 11472 1 +84143 {84143} 968 1 +84144 {84144} 10417 1 +84145 {84145} 2401 1 +84146 {84146} 2573 1 +84147 {84147} 16589 1 +84148 {84148} 11367 1 +84149 {84149} 10020 1 +84150 {84150} 2483 1 +84151 {84151} 2442 1 +84152 {84152} 9848 1 +84153 {84153} 11456 1 +84154 {84154} 8668 1 +84155 {84155} 11015 1 +84156 {84156} 2759 1 +84157 {84157} 12453 1 +84158 {84158} 11205 1 +84159 {84159} 9588 1 +84160 {84160} 3347 1 +84161 {84161} 12909 1 +84162 {84162} 3216 1 +84163 {84163} 15275 1 +84164 {84164} 10910 1 +84165 {84165} 2462 1 +84166 {84166} 7994 1 +84167 {84167} 2830 1 +84168 {84168} 10508 1 +84169 {84169} 2816 1 +84170 {84170} 10393 1 +84171 {84171} 2703 1 +84172 {84172} 2035 1 +84173 {84173} 10351 1 +84174 {84174} 5961 1 +84175 {84175} 2605 1 +84176 {84176} 3787 1 +84177 {84177} 2042 1 +84178 {84178} 7320 1 +84179 {84179} 10059 1 +84180 {84180} 10425 1 +84181 {84181} 9591 1 +84182 {84182} 2317 1 +84183 {84183} 2264 1 +84184 {84184} 12594 1 +84185 {84185} 7703 1 +84186 {84186} 11534 1 +84187 {84187} 1922 1 +84188 {84188} 16385 1 +84189 {84189} 12951 1 +84190 {84190} 9814 1 +84191 {84191} 2604 1 +84192 {84192} 10056 1 +84193 {84193} 2327 1 +84194 {84194} 2497 1 +84195 {84195} 15065 1 +84196 {84196} 1339 1 +84197 {84197} 9937 1 +84198 {84198} 2810 1 +84199 {84199} 10071 1 +84200 {84200} 10327 1 +84201 {84201} 3336 1 +84202 {84202} 1550 1 +84203 {84203} 11726 1 +84204 {84204} 2453 1 +84205 {84205} 2774 1 +84206 {84206} 9726 1 +84207 {84207} 2635 1 +84208 {84208} 2030 1 +84209 {84209} 1115 1 +84210 {84210} 2098 1 +84211 {84211} 16611 1 +84212 {84212} 9866 1 +84213 {84213} 10447 1 +84214 {84214} 2766 1 +84215 {84215} 1061 1 +84216 {84216} 2697 1 +84217 {84217} 10456 1 +84218 {84218} 2872 1 +84219 {84219} 15315 1 +84220 {84220} 3366 1 +84221 {84221} 10695 1 +84222 {84222} 9446 1 +84223 {84223} 10591 1 +84224 {84224} 10435 1 +84225 {84225} 2096 1 +84226 {84226} 1841 1 +84227 {84227} 2845 1 +84228 {84228} 10738 1 +84229 {84229} 2658 1 +84230 {84230} 2054 1 +84231 {84231} 1963 1 +84232 {84232} 3379 1 +84233 {84233} 2065 1 +84234 {84234} 11455 1 +84235 {84235} 8328 1 +84236 {84236} 10048 1 +84237 {84237} 11342 1 +84238 {84238} 3271 1 +84239 {84239} 2300 1 +84240 {84240} 10794 1 +84241 {84241} 11061 1 +84242 {84242} 12167 1 +84243 {84243} 10602 1 +84244 {84244} 14884 1 +84245 {84245} 2198 1 +84246 {84246} 13645 1 +84247 {84247} 12107 1 +84248 {84248} 3037 1 +84249 {84249} 1617 1 +84250 {84250} 1890 1 +84251 {84251} 2666 1 +84252 {84252} 2872 1 +84253 {84253} 2769 1 +84254 {84254} 2100 1 +84255 {84255} 3677 1 +84256 {84256} 5025 1 +84257 {84257} 2897 1 +84258 {84258} 10846 1 +84259 {84259} 8842 1 +84260 {84260} 10202 1 +84261 {84261} 118 1 +84262 {84262} 10248 1 +84263 {84263} 1714 1 +84264 {84264} 7708 1 +84265 {84265} 10232 1 +84266 {84266} 10979 1 +84267 {84267} 1817 1 +84268 {84268} 5879 1 +84269 {84269} 3132 1 +84270 {84270} 11121 1 +84271 {84271} 2098 1 +84272 {84272} 11690 1 +84273 {84273} 10054 1 +84274 {84274} 3022 1 +84275 {84275} 1996 1 +84276 {84276} 11847 1 +84277 {84277} 2067 1 +84278 {84278} 12331 1 +84279 {84279} 9129 1 +84280 {84280} 1774 1 +84281 {84281} 1924 1 +84282 {84282} 1679 1 +84283 {84283} 2182 1 +84284 {84284} 10051 1 +84285 {84285} 10339 1 +84286 {84286} 11008 1 +84287 {84287} 3093 1 +84288 {84288} 8643 1 +84289 {84289} 8883 1 +84290 {84290} 6062 1 +84291 {84291} 2265 1 +84292 {84292} 6434 1 +84293 {84293} 2216 1 +84294 {84294} 9135 1 +84295 {84295} 10867 1 +84296 {84296} 10869 1 +84297 {84297} 11080 1 +84298 {84298} 11383 1 +84299 {84299} 9436 1 +84300 {84300} 10580 1 +84301 {84301} 10522 1 +84302 {84302} 1474 1 +84303 {84303} 1375 1 +84304 {84304} 1485 1 +84305 {84305} 6350 1 +84306 {84306} 15208 1 +84307 {84307} 11196 1 +84308 {84308} 1442 1 +84309 {84309} 2798 1 +84310 {84310} 9627 1 +84311 {84311} 12115 1 +84312 {84312} 11188 1 +84313 {84313} 9073 1 +84314 {84314} 4783 1 +84315 {84315} 11374 1 +84316 {84316} 2070 1 +84317 {84317} 11316 1 +84318 {84318} 10530 1 +84319 {84319} 1747 1 +84320 {84320} 9137 1 +84321 {84321} 11203 1 +84322 {84322} 11452 1 +84323 {84323} 3783 1 +84324 {84324} 9098 1 +84325 {84325} 9155 1 +84326 {84326} 9393 1 +84327 {84327} 2519 1 +84328 {84328} 12204 1 +84329 {84329} 7551 1 +84330 {84330} 5763 1 +84331 {84331} 11221 1 +84332 {84332} 1444 1 +84333 {84333} 9051 1 +84334 {84334} 3215 1 +84335 {84335} 9183 1 +84336 {84336} 2028 1 +84337 {84337} 12433 1 +84338 {84338} 2838 1 +84339 {84339} 11138 1 +84340 {84340} 2369 1 +84341 {84341} 11644 1 +84342 {84342} 3242 1 +84343 {84343} 1614 1 +84344 {84344} 8332 1 +84345 {84345} 15247 1 +84346 {84346} 12129 1 +84347 {84347} 10038 1 +84348 {84348} 5393 1 +84349 {84349} 11346 1 +84350 {84350} 3170 1 +84351 {84351} 10900 1 +84352 {84352} 1727 1 +84353 {84353} 1278 1 +84354 {84354} 11562 1 +84355 {84355} 10659 1 +84356 {84356} 2061 1 +84357 {84357} 3217 1 +84358 {84358} 10329 1 +84359 {84359} 9725 1 +84360 {84360} 9629 1 +84361 {84361} 9944 1 +84362 {84362} 3314 1 +84363 {84363} 2536 1 +84364 {84364} 10487 1 +84365 {84365} 3339 1 +84366 {84366} 2026 1 +84367 {84367} 2371 1 +84368 {84368} 11758 1 +84369 {84369} 2685 1 +84370 {84370} 8715 1 +84371 {84371} 1844 1 +84372 {84372} 12066 1 +84373 {84373} 10189 1 +84374 {84374} 16531 1 +84375 {84375} 8731 1 +84376 {84376} 11114 1 +84377 {84377} 3155 1 +84378 {84378} 1913 1 +84379 {84379} 8609 1 +84380 {84380} 1554 1 +84381 {84381} 10694 1 +84382 {84382} 2383 1 +84383 {84383} 3064 1 +84384 {84384} 644 1 +84385 {84385} 12997 1 +84386 {84386} 10110 1 +84387 {84387} 10980 1 +84388 {84388} 2600 1 +84389 {84389} 10602 1 +84390 {84390} 11595 1 +84391 {84391} 10086 1 +84392 {84392} 1756 1 +84393 {84393} 2166 1 +84394 {84394} 8087 1 +84395 {84395} 3152 1 +84396 {84396} 2845 1 +84397 {84397} 9353 1 +84398 {84398} 10507 1 +84399 {84399} 11629 1 +84400 {84400} 10702 1 +84401 {84401} 1417 1 +84402 {84402} 10222 1 +84403 {84403} 2411 1 +84404 {84404} 10218 1 +84405 {84405} 1856 1 +84406 {84406} 8356 1 +84407 {84407} 8866 1 +84408 {84408} 2402 1 +84409 {84409} 11076 1 +84410 {84410} 8335 1 +84411 {84411} 7645 1 +84412 {84412} 6524 1 +84413 {84413} 16285 1 +84414 {84414} 1704 1 +84415 {84415} 11761 1 +84416 {84416} 11291 1 +84417 {84417} 11582 1 +84418 {84418} 9869 1 +84419 {84419} 7626 1 +84420 {84420} 5045 1 +84421 {84421} 2797 1 +84422 {84422} 1515 1 +84423 {84423} 1650 1 +84424 {84424} 3478 1 +84425 {84425} 9599 1 +84426 {84426} 3420 1 +84427 {84427} 2066 1 +84428 {84428} 11912 1 +84429 {84429} 10642 1 +84430 {84430} 1523 1 +84431 {84431} 1786 1 +84432 {84432} 11096 1 +84433 {84433} 3535 1 +84434 {84434} 970 1 +84435 {84435} 3664 1 +84436 {84436} 2624 1 +84437 {84437} 10302 1 +84438 {84438} 7832 1 +84439 {84439} 11642 1 +84440 {84440} 3010 1 +84441 {84441} 966 1 +84442 {84442} 8965 1 +84443 {84443} 2809 1 +84444 {84444} 4066 1 +84445 {84445} 2060 1 +84446 {84446} 11496 1 +84447 {84447} 9729 1 +84448 {84448} 2160 1 +84449 {84449} 11144 1 +84450 {84450} 10084 1 +84451 {84451} 1686 1 +84452 {84452} 10011 1 +84453 {84453} 2955 1 +84454 {84454} 2377 1 +84455 {84455} 12212 1 +84456 {84456} 2830 1 +84457 {84457} 1654 1 +84458 {84458} 2315 1 +84459 {84459} 2371 1 +84460 {84460} 2091 1 +84461 {84461} 2459 1 +84462 {84462} 3127 1 +84463 {84463} 13768 1 +84464 {84464} 2705 1 +84465 {84465} 9306 1 +84466 {84466} 9821 1 +84467 {84467} 1295 1 +84468 {84468} 2367 1 +84469 {84469} 10724 1 +84470 {84470} 1156 1 +84471 {84471} 2805 1 +84472 {84472} 1846 1 +84473 {84473} 10869 1 +84474 {84474} 1676 1 +84475 {84475} 1886 1 +84476 {84476} 3599 1 +84477 {84477} 1017 1 +84478 {84478} 7059 1 +84479 {84479} 2708 1 +84480 {84480} 10430 1 +84481 {84481} 1716 1 +84482 {84482} 930 1 +84483 {84483} 11273 1 +84484 {84484} 2032 1 +84485 {84485} 9306 1 +84486 {84486} 2733 1 +84487 {84487} 1374 1 +84488 {84488} 901 1 +84489 {84489} 10585 1 +84490 {84490} 9589 1 +84491 {84491} 11096 1 +84492 {84492} 9622 1 +84493 {84493} 11071 1 +84494 {84494} 10978 1 +84495 {84495} 2366 1 +84496 {84496} 10903 1 +84497 {84497} 9647 1 +84498 {84498} 2119 1 +84499 {84499} 2776 1 +84500 {84500} 15486 1 +84501 {84501} 12786 1 +84502 {84502} 8141 1 +84503 {84503} 11279 1 +84504 {84504} 2456 1 +84505 {84505} 3188 1 +84506 {84506} 6541 1 +84507 {84507} 2274 1 +84508 {84508} 1664 1 +84509 {84509} 1775 1 +84510 {84510} 8496 1 +84511 {84511} 9620 1 +84512 {84512} 10345 1 +84513 {84513} 7947 1 +84514 {84514} 9697 1 +84515 {84515} 10006 1 +84516 {84516} 1976 1 +84517 {84517} 9902 1 +84518 {84518} 2605 1 +84519 {84519} 11725 1 +84520 {84520} 1175 1 +84521 {84521} 14921 1 +84522 {84522} 2032 1 +84523 {84523} 10358 1 +84524 {84524} 3185 1 +84525 {84525} 10349 1 +84526 {84526} 12420 1 +84527 {84527} 2842 1 +84528 {84528} 1520 1 +84529 {84529} 10266 1 +84530 {84530} 1422 1 +84531 {84531} 2975 1 +84532 {84532} 3306 1 +84533 {84533} 2193 1 +84534 {84534} 11219 1 +84535 {84535} 1774 1 +84536 {84536} 2080 1 +84537 {84537} 1740 1 +84538 {84538} 9703 1 +84539 {84539} 2538 1 +84540 {84540} 10519 1 +84541 {84541} 1728 1 +84542 {84542} 11076 1 +84543 {84543} 1582 1 +84544 {84544} 2263 1 +84545 {84545} 9365 1 +84546 {84546} 5870 1 +84547 {84547} 11456 1 +84548 {84548} 10858 1 +84549 {84549} 5902 1 +84550 {84550} 3197 1 +84551 {84551} 3043 1 +84552 {84552} 8011 1 +84553 {84553} 10786 1 +84554 {84554} 1003 1 +84555 {84555} 6851 1 +84556 {84556} 9780 1 +84557 {84557} 9948 1 +84558 {84558} 14530 1 +84559 {84559} 10731 1 +84560 {84560} 3335 1 +84561 {84561} 11279 1 +84562 {84562} 16088 1 +84563 {84563} 1686 1 +84564 {84564} 15515 1 +84565 {84565} 2774 1 +84566 {84566} 8010 1 +84567 {84567} 2527 1 +84568 {84568} 3279 1 +84569 {84569} 1834 1 +84570 {84570} 10457 1 +84571 {84571} 15896 1 +84572 {84572} 12017 1 +84573 {84573} 3246 1 +84574 {84574} 870 1 +84575 {84575} 1823 1 +84576 {84576} 2429 1 +84577 {84577} 2047 1 +84578 {84578} 2296 1 +84579 {84579} 1552 1 +84580 {84580} 4793 1 +84581 {84581} 2604 1 +84582 {84582} 8616 1 +84583 {84583} 2066 1 +84584 {84584} 2919 1 +84585 {84585} 3475 1 +84586 {84586} 2627 1 +84587 {84587} 879 1 +84588 {84588} 11056 1 +84589 {84589} 2249 1 +84590 {84590} 2943 1 +84591 {84591} 10919 1 +84592 {84592} 9340 1 +84593 {84593} 13399 1 +84594 {84594} 1201 1 +84595 {84595} 6772 1 +84596 {84596} 793 1 +84597 {84597} 2625 1 +84598 {84598} 2007 1 +84599 {84599} 9741 1 +84600 {84600} 3480 1 +84601 {84601} 11422 1 +84602 {84602} 1978 1 +84603 {84603} 9114 1 +84604 {84604} 12400 1 +84605 {84605} 5159 1 +84606 {84606} 2739 1 +84607 {84607} 4900 1 +84608 {84608} 10833 1 +84609 {84609} 3753 1 +84610 {84610} 3507 1 +84611 {84611} 2369 1 +84612 {84612} 1957 1 +84613 {84613} 2190 1 +84614 {84614} 3380 1 +84615 {84615} 1584 1 +84616 {84616} 4688 1 +84617 {84617} 3336 1 +84618 {84618} 1744 1 +84619 {84619} 9548 1 +84620 {84620} 10591 1 +84621 {84621} 14017 1 +84622 {84622} 2738 1 +84623 {84623} 10252 1 +84624 {84624} 2288 1 +84625 {84625} 10757 1 +84626 {84626} 10783 1 +84627 {84627} 11554 1 +84628 {84628} 1886 1 +84629 {84629} 12093 1 +84630 {84630} 2764 1 +84631 {84631} 1515 1 +84632 {84632} 11718 1 +84633 {84633} 7950 1 +84634 {84634} 11747 1 +84635 {84635} 2352 1 +84636 {84636} 2332 1 +84637 {84637} 9514 1 +84638 {84638} 1906 1 +84639 {84639} 1893 1 +84640 {84640} 2568 1 +84641 {84641} 1541 1 +84642 {84642} 10281 1 +84643 {84643} 10456 1 +84644 {84644} 3233 1 +84645 {84645} 2304 1 +84646 {84646} 2598 1 +84647 {84647} 12472 1 +84648 {84648} 3511 1 +84649 {84649} 2869 1 +84650 {84650} 7688 1 +84651 {84651} 10617 1 +84652 {84652} 2794 1 +84653 {84653} 2834 1 +84654 {84654} 1056 1 +84655 {84655} 2122 1 +84656 {84656} 11794 1 +84657 {84657} 2222 1 +84658 {84658} 11237 1 +84659 {84659} 14084 1 +84660 {84660} 15778 1 +84661 {84661} 1647 1 +84662 {84662} 2227 1 +84663 {84663} 10009 1 +84664 {84664} 3448 1 +84665 {84665} 3144 1 +84666 {84666} 2842 1 +84667 {84667} 2664 1 +84668 {84668} 8230 1 +84669 {84669} 6989 1 +84670 {84670} 8647 1 +84671 {84671} 1137 1 +84672 {84672} 2568 1 +84673 {84673} 8637 1 +84674 {84674} 1609 1 +84675 {84675} 9233 1 +84676 {84676} 10286 1 +84677 {84677} 9681 1 +84678 {84678} 11080 1 +84679 {84679} 9862 1 +84680 {84680} 11169 1 +84681 {84681} 2423 1 +84682 {84682} 6775 1 +84683 {84683} 15061 1 +84684 {84684} 2045 1 +84685 {84685} 9120 1 +84686 {84686} 2385 1 +84687 {84687} 2092 1 +84688 {84688} 9403 1 +84689 {84689} 13834 1 +84690 {84690} 2241 1 +84691 {84691} 2872 1 +84692 {84692} 2050 1 +84693 {84693} 2601 1 +84694 {84694} 11936 1 +84695 {84695} 1924 1 +84696 {84696} 2138 1 +84697 {84697} 14224 1 +84698 {84698} 1260 1 +84699 {84699} 11771 1 +84700 {84700} 11900 1 +84701 {84701} 12075 1 +84702 {84702} 10782 1 +84703 {84703} 2360 1 +84704 {84704} 1910 1 +84705 {84705} 3028 1 +84706 {84706} 2361 1 +84707 {84707} 1913 1 +84708 {84708} 3043 1 +84709 {84709} 9541 1 +84710 {84710} 3111 1 +84711 {84711} 11103 1 +84712 {84712} 10647 1 +84713 {84713} 1788 1 +84714 {84714} 15954 1 +84715 {84715} 9981 1 +84716 {84716} 2974 1 +84717 {84717} 5305 1 +84718 {84718} 11844 1 +84719 {84719} 11321 1 +84720 {84720} 12035 1 +84721 {84721} 2872 1 +84722 {84722} 3604 1 +84723 {84723} 1910 1 +84724 {84724} 3135 1 +84725 {84725} 10719 1 +84726 {84726} 2701 1 +84727 {84727} 1764 1 +84728 {84728} 10093 1 +84729 {84729} 2646 1 +84730 {84730} 11695 1 +84731 {84731} 15116 1 +84732 {84732} 9262 1 +84733 {84733} 1951 1 +84734 {84734} 12174 1 +84735 {84735} 10631 1 +84736 {84736} 1441 1 +84737 {84737} 10458 1 +84738 {84738} 2775 1 +84739 {84739} 14450 1 +84740 {84740} 16491 1 +84741 {84741} 10380 1 +84742 {84742} 1714 1 +84743 {84743} 11251 1 +84744 {84744} 1927 1 +84745 {84745} 2540 1 +84746 {84746} 2673 1 +84747 {84747} 9580 1 +84748 {84748} 2536 1 +84749 {84749} 10324 1 +84750 {84750} 3828 1 +84751 {84751} 1906 1 +84752 {84752} 3012 1 +84753 {84753} 2867 1 +84754 {84754} 1327 1 +84755 {84755} 12774 1 +84756 {84756} 3397 1 +84757 {84757} 2310 1 +84758 {84758} 1956 1 +84759 {84759} 8443 1 +84760 {84760} 2416 1 +84761 {84761} 5669 1 +84762 {84762} 11688 1 +84763 {84763} 1599 1 +84764 {84764} 2772 1 +84765 {84765} 9512 1 +84766 {84766} 9771 1 +84767 {84767} 11333 1 +84768 {84768} 11148 1 +84769 {84769} 2498 1 +84770 {84770} 2497 1 +84771 {84771} 2809 1 +84772 {84772} 2562 1 +84773 {84773} 1469 1 +84774 {84774} 3128 1 +84775 {84775} 5986 1 +84776 {84776} 13833 1 +84777 {84777} 9949 1 +84778 {84778} 2870 1 +84779 {84779} 2165 1 +84780 {84780} 2096 1 +84781 {84781} 3310 1 +84782 {84782} 11725 1 +84783 {84783} 4503 1 +84784 {84784} 1685 1 +84785 {84785} 10052 1 +84786 {84786} 2155 1 +84787 {84787} 1450 1 +84788 {84788} 13933 1 +84789 {84789} 3156 1 +84790 {84790} 2805 1 +84791 {84791} 14727 1 +84792 {84792} 2377 1 +84793 {84793} 11017 1 +84794 {84794} 9504 1 +84795 {84795} 10169 1 +84796 {84796} 10457 1 +84797 {84797} 2401 1 +84798 {84798} 10702 1 +84799 {84799} 2231 1 +84800 {84800} 2433 1 +84801 {84801} 1206 1 +84802 {84802} 5958 1 +84803 {84803} 9068 1 +84804 {84804} 3075 1 +84805 {84805} 2909 1 +84806 {84806} 13247 1 +84807 {84807} 12625 1 +84808 {84808} 1464 1 +84809 {84809} 1643 1 +84810 {84810} 9811 1 +84811 {84811} 9834 1 +84812 {84812} 11133 1 +84813 {84813} 10900 1 +84814 {84814} 1714 1 +84815 {84815} 2225 1 +84816 {84816} 366 1 +84817 {84817} 2234 1 +84818 {84818} 3128 1 +84819 {84819} 10930 1 +84820 {84820} 11259 1 +84821 {84821} 982 1 +84822 {84822} 10452 1 +84823 {84823} 2465 1 +84824 {84824} 8730 1 +84825 {84825} 10393 1 +84826 {84826} 12692 1 +84827 {84827} 9918 1 +84828 {84828} 2705 1 +84829 {84829} 3098 1 +84830 {84830} 1717 1 +84831 {84831} 2218 1 +84832 {84832} 2523 1 +84833 {84833} 2572 1 +84834 {84834} 7312 1 +84835 {84835} 9711 1 +84836 {84836} 2897 1 +84837 {84837} 2227 1 +84838 {84838} 10218 1 +84839 {84839} 1988 1 +84840 {84840} 10315 1 +84841 {84841} 11781 1 +84842 {84842} 10692 1 +84843 {84843} 8255 1 +84844 {84844} 2428 1 +84845 {84845} 10130 1 +84846 {84846} 10301 1 +84847 {84847} 8197 1 +84848 {84848} 2566 1 +84849 {84849} 9283 1 +84850 {84850} 9428 1 +84851 {84851} 2400 1 +84852 {84852} 9869 1 +84853 {84853} 2359 1 +84854 {84854} 2363 1 +84855 {84855} 2943 1 +84856 {84856} 11388 1 +84857 {84857} 2362 1 +84858 {84858} 10867 1 +84859 {84859} 10532 1 +84860 {84860} 3307 1 +84861 {84861} 1616 1 +84862 {84862} 11831 1 +84863 {84863} 2666 1 +84864 {84864} 7968 1 +84865 {84865} 11212 1 +84866 {84866} 2840 1 +84867 {84867} 1363 1 +84868 {84868} 1417 1 +84869 {84869} 1128 1 +84870 {84870} 13869 1 +84871 {84871} 1921 1 +84872 {84872} 11223 1 +84873 {84873} 10628 1 +84874 {84874} 10525 1 +84875 {84875} 10179 1 +84876 {84876} 2573 1 +84877 {84877} 2268 1 +84878 {84878} 2810 1 +84879 {84879} 10323 1 +84880 {84880} 2703 1 +84881 {84881} 2424 1 +84882 {84882} 10489 1 +84883 {84883} 8877 1 +84884 {84884} 10892 1 +84885 {84885} 9757 1 +84886 {84886} 2696 1 +84887 {84887} 2302 1 +84888 {84888} 2013 1 +84889 {84889} 10234 1 +84890 {84890} 10280 1 +84891 {84891} 1931 1 +84892 {84892} 15906 1 +84893 {84893} 1375 1 +84894 {84894} 9333 1 +84895 {84895} 10489 1 +84896 {84896} 9723 1 +84897 {84897} 9468 1 +84898 {84898} 1384 1 +84899 {84899} 12575 1 +84900 {84900} 2803 1 +84901 {84901} 10420 1 +84902 {84902} 2630 1 +84903 {84903} 8375 1 +84904 {84904} 1730 1 +84905 {84905} 2705 1 +84906 {84906} 10031 1 +84907 {84907} 10086 1 +84908 {84908} 10843 1 +84909 {84909} 2265 1 +84910 {84910} 11500 1 +84911 {84911} 2733 1 +84912 {84912} 9757 1 +84913 {84913} 2995 1 +84914 {84914} 3010 1 +84915 {84915} 2013 1 +84916 {84916} 1611 1 +84917 {84917} 2857 1 +84918 {84918} 9904 1 +84919 {84919} 15386 1 +84920 {84920} 15382 1 +84921 {84921} 2690 1 +84922 {84922} 14135 1 +84923 {84923} 1303 1 +84924 {84924} 1479 1 +84925 {84925} 3239 1 +84926 {84926} 1994 1 +84927 {84927} 7671 1 +84928 {84928} 2629 1 +84929 {84929} 763 1 +84930 {84930} 8978 1 +84931 {84931} 11170 1 +84932 {84932} 11262 1 +84933 {84933} 2943 1 +84934 {84934} 1378 1 +84935 {84935} 2817 1 +84936 {84936} 8961 1 +84937 {84937} 5585 1 +84938 {84938} 2369 1 +84939 {84939} 2022 1 +84940 {84940} 1451 1 +84941 {84941} 10026 1 +84942 {84942} 10525 1 +84943 {84943} 8817 1 +84944 {84944} 10747 1 +84945 {84945} 11277 1 +84946 {84946} 3675 1 +84947 {84947} 2078 1 +84948 {84948} 2637 1 +84949 {84949} 9443 1 +84950 {84950} 13164 1 +84951 {84951} 450 1 +84952 {84952} 16174 1 +84953 {84953} 8428 1 +84954 {84954} 10023 1 +84955 {84955} 2535 1 +84956 {84956} 8281 1 +84957 {84957} 10208 1 +84958 {84958} 8879 1 +84959 {84959} 1953 1 +84960 {84960} 2539 1 +84961 {84961} 7161 1 +84962 {84962} 2234 1 +84963 {84963} 1068 1 +84964 {84964} 11966 1 +84965 {84965} 2185 1 +84966 {84966} 11133 1 +84967 {84967} 2269 1 +84968 {84968} 1310 1 +84969 {84969} 1217 1 +84970 {84970} 8450 1 +84971 {84971} 6140 1 +84972 {84972} 9994 1 +84973 {84973} 2215 1 +84974 {84974} 11328 1 +84975 {84975} 8806 1 +84976 {84976} 16237 1 +84977 {84977} 9098 1 +84978 {84978} 1754 1 +84979 {84979} 1098 1 +84980 {84980} 2369 1 +84981 {84981} 2288 1 +84982 {84982} 5296 1 +84983 {84983} 4757 1 +84984 {84984} 8198 1 +84985 {84985} 2664 1 +84986 {84986} 10310 1 +84987 {84987} 2135 1 +84988 {84988} 1515 1 +84989 {84989} 10375 1 +84990 {84990} 10051 1 +84991 {84991} 11771 1 +84992 {84992} 10660 1 +84993 {84993} 10479 1 +84994 {84994} 14485 1 +84995 {84995} 2622 1 +84996 {84996} 9150 1 +84997 {84997} 2743 1 +84998 {84998} 2486 1 +84999 {84999} 10866 1 +85000 {85000} 10450 1 +85001 {85001} 1102 1 +85002 {85002} 2708 1 +85003 {85003} 8916 1 +85004 {85004} 11581 1 +85005 {85005} 1997 1 +85006 {85006} 16221 1 +85007 {85007} 10293 1 +85008 {85008} 1915 1 +85009 {85009} 2125 1 +85010 {85010} 7434 1 +85011 {85011} 4716 1 +85012 {85012} 3570 1 +85013 {85013} 9648 1 +85014 {85014} 9994 1 +85015 {85015} 2754 1 +85016 {85016} 15312 1 +85017 {85017} 2867 1 +85018 {85018} 2190 1 +85019 {85019} 2035 1 +85020 {85020} 10583 1 +85021 {85021} 2433 1 +85022 {85022} 9936 1 +85023 {85023} 13999 1 +85024 {85024} 15824 1 +85025 {85025} 2301 1 +85026 {85026} 3502 1 +85027 {85027} 2629 1 +85028 {85028} 1826 1 +85029 {85029} 10272 1 +85030 {85030} 14831 1 +85031 {85031} 1499 1 +85032 {85032} 10678 1 +85033 {85033} 1962 1 +85034 {85034} 57 1 +85035 {85035} 1927 1 +85036 {85036} 10160 1 +85037 {85037} 7253 1 +85038 {85038} 2228 1 +85039 {85039} 11320 1 +85040 {85040} 11017 1 +85041 {85041} 2266 1 +85042 {85042} 7707 1 +85043 {85043} 9266 1 +85044 {85044} 2674 1 +85045 {85045} 10208 1 +85046 {85046} 2410 1 +85047 {85047} 2022 1 +85048 {85048} 2065 1 +85049 {85049} 1884 1 +85050 {85050} 1918 1 +85051 {85051} 2028 1 +85052 {85052} 1762 1 +85053 {85053} 2837 1 +85054 {85054} 10794 1 +85055 {85055} 1481 1 +85056 {85056} 3998 1 +85057 {85057} 10270 1 +85058 {85058} 2369 1 +85059 {85059} 11712 1 +85060 {85060} 2359 1 +85061 {85061} 2731 1 +85062 {85062} 2061 1 +85063 {85063} 3041 1 +85064 {85064} 10815 1 +85065 {85065} 2600 1 +85066 {85066} 2194 1 +85067 {85067} 1722 1 +85068 {85068} 2303 1 +85069 {85069} 1271 1 +85070 {85070} 2255 1 +85071 {85071} 1684 1 +85072 {85072} 2964 1 +85073 {85073} 11760 1 +85074 {85074} 6897 1 +85075 {85075} 3341 1 +85076 {85076} 951 1 +85077 {85077} 10982 1 +85078 {85078} 2944 1 +85079 {85079} 5339 1 +85080 {85080} 1965 1 +85081 {85081} 8781 1 +85082 {85082} 5516 1 +85083 {85083} 6370 1 +85084 {85084} 12123 1 +85085 {85085} 2497 1 +85086 {85086} 11941 1 +85087 {85087} 10699 1 +85088 {85088} 2081 1 +85089 {85089} 14692 1 +85090 {85090} 1650 1 +85091 {85091} 2707 1 +85092 {85092} 2629 1 +85093 {85093} 10393 1 +85094 {85094} 9907 1 +85095 {85095} 2943 1 +85096 {85096} 2339 1 +85097 {85097} 2603 1 +85098 {85098} 11319 1 +85099 {85099} 9393 1 +85100 {85100} 9869 1 +85101 {85101} 1756 1 +85102 {85102} 2430 1 +85103 {85103} 2218 1 +85104 {85104} 2081 1 +85105 {85105} 13214 1 +85106 {85106} 10416 1 +85107 {85107} 1217 1 +85108 {85108} 9888 1 +85109 {85109} 1650 1 +85110 {85110} 437 1 +85111 {85111} 2810 1 +85112 {85112} 2149 1 +85113 {85113} 7558 1 +85114 {85114} 11780 1 +85115 {85115} 2767 1 +85116 {85116} 6658 1 +85117 {85117} 11507 1 +85118 {85118} 2573 1 +85119 {85119} 9167 1 +85120 {85120} 11509 1 +85121 {85121} 2740 1 +85122 {85122} 2946 1 +85123 {85123} 2861 1 +85124 {85124} 1545 1 +85125 {85125} 8561 1 +85126 {85126} 10893 1 +85127 {85127} 11131 1 +85128 {85128} 9687 1 +85129 {85129} 1651 1 +85130 {85130} 2465 1 +85131 {85131} 10783 1 +85132 {85132} 10538 1 +85133 {85133} 15802 1 +85134 {85134} 1732 1 +85135 {85135} 5826 1 +85136 {85136} 716 1 +85137 {85137} 2775 1 +85138 {85138} 11761 1 +85139 {85139} 10366 1 +85140 {85140} 2540 1 +85141 {85141} 9542 1 +85142 {85142} 9736 1 +85143 {85143} 12004 1 +85144 {85144} 10835 1 +85145 {85145} 2868 1 +85146 {85146} 2377 1 +85147 {85147} 1000 1 +85148 {85148} 3170 1 +85149 {85149} 2197 1 +85150 {85150} 2538 1 +85151 {85151} 11482 1 +85152 {85152} 1960 1 +85153 {85153} 1893 1 +85154 {85154} 1841 1 +85155 {85155} 10607 1 +85156 {85156} 9885 1 +85157 {85157} 2705 1 +85158 {85158} 9323 1 +85159 {85159} 10279 1 +85160 {85160} 2024 1 +85161 {85161} 2807 1 +85162 {85162} 13668 1 +85163 {85163} 1908 1 +85164 {85164} 872 1 +85165 {85165} 9506 1 +85166 {85166} 1553 1 +85167 {85167} 11211 1 +85168 {85168} 10670 1 +85169 {85169} 14126 1 +85170 {85170} 11123 1 +85171 {85171} 10548 1 +85172 {85172} 10600 1 +85173 {85173} 12093 1 +85174 {85174} 2604 1 +85175 {85175} 11697 1 +85176 {85176} 10939 1 +85177 {85177} 2023 1 +85178 {85178} 10130 1 +85179 {85179} 2555 1 +85180 {85180} 11537 1 +85181 {85181} 8787 1 +85182 {85182} 10622 1 +85183 {85183} 1885 1 +85184 {85184} 1787 1 +85185 {85185} 3160 1 +85186 {85186} 1715 1 +85187 {85187} 3013 1 +85188 {85188} 1450 1 +85189 {85189} 1826 1 +85190 {85190} 9979 1 +85191 {85191} 2032 1 +85192 {85192} 2115 1 +85193 {85193} 15307 1 +85194 {85194} 10304 1 +85195 {85195} 8176 1 +85196 {85196} 6814 1 +85197 {85197} 10501 1 +85198 {85198} 8699 1 +85199 {85199} 10985 1 +85200 {85200} 11169 1 +85201 {85201} 11890 1 +85202 {85202} 2255 1 +85203 {85203} 10047 1 +85204 {85204} 2834 1 +85205 {85205} 15173 1 +85206 {85206} 11295 1 +85207 {85207} 1812 1 +85208 {85208} 3492 1 +85209 {85209} 2456 1 +85210 {85210} 1845 1 +85211 {85211} 2284 1 +85212 {85212} 9541 1 +85213 {85213} 1479 1 +85214 {85214} 2333 1 +85215 {85215} 2809 1 +85216 {85216} 2368 1 +85217 {85217} 2504 1 +85218 {85218} 11120 1 +85219 {85219} 2869 1 +85220 {85220} 8559 1 +85221 {85221} 1581 1 +85222 {85222} 2800 1 +85223 {85223} 10809 1 +85224 {85224} 1636 1 +85225 {85225} 2265 1 +85226 {85226} 1986 1 +85227 {85227} 10596 1 +85228 {85228} 8947 1 +85229 {85229} 2398 1 +85230 {85230} 11189 1 +85231 {85231} 1724 1 +85232 {85232} 2939 1 +85233 {85233} 2260 1 +85234 {85234} 2024 1 +85235 {85235} 7574 1 +85236 {85236} 10272 1 +85237 {85237} 11127 1 +85238 {85238} 4054 1 +85239 {85239} 4749 1 +85240 {85240} 7937 1 +85241 {85241} 2160 1 +85242 {85242} 12987 1 +85243 {85243} 1990 1 +85244 {85244} 1322 1 +85245 {85245} 2695 1 +85246 {85246} 10456 1 +85247 {85247} 2959 1 +85248 {85248} 13473 1 +85249 {85249} 11789 1 +85250 {85250} 10702 1 +85251 {85251} 9292 1 +85252 {85252} 11509 1 +85253 {85253} 13995 1 +85254 {85254} 9218 1 +85255 {85255} 1786 1 +85256 {85256} 1980 1 +85257 {85257} 4957 1 +85258 {85258} 2497 1 +85259 {85259} 3089 1 +85260 {85260} 3204 1 +85261 {85261} 10418 1 +85262 {85262} 8665 1 +85263 {85263} 2295 1 +85264 {85264} 10514 1 +85265 {85265} 1636 1 +85266 {85266} 1986 1 +85267 {85267} 11453 1 +85268 {85268} 5056 1 +85269 {85269} 10950 1 +85270 {85270} 1851 1 +85271 {85271} 10530 1 +85272 {85272} 4169 1 +85273 {85273} 6987 1 +85274 {85274} 10782 1 +85275 {85275} 10207 1 +85276 {85276} 11961 1 +85277 {85277} 701 1 +85278 {85278} 11092 1 +85279 {85279} 8302 1 +85280 {85280} 2161 1 +85281 {85281} 5707 1 +85282 {85282} 11117 1 +85283 {85283} 15128 1 +85284 {85284} 2231 1 +85285 {85285} 2066 1 +85286 {85286} 1988 1 +85287 {85287} 2468 1 +85288 {85288} 1345 1 +85289 {85289} 2842 1 +85290 {85290} 9620 1 +85291 {85291} 3006 1 +85292 {85292} 5314 1 +85293 {85293} 1003 1 +85294 {85294} 8856 1 +85295 {85295} 2610 1 +85296 {85296} 13688 1 +85297 {85297} 1732 1 +85298 {85298} 2122 1 +85299 {85299} 3373 1 +85300 {85300} 9794 1 +85301 {85301} 2895 1 +85302 {85302} 1571 1 +85303 {85303} 1744 1 +85304 {85304} 2305 1 +85305 {85305} 13170 1 +85306 {85306} 10378 1 +85307 {85307} 10801 1 +85308 {85308} 12186 1 +85309 {85309} 4817 1 +85310 {85310} 10786 1 +85311 {85311} 10477 1 +85312 {85312} 2189 1 +85313 {85313} 7857 1 +85314 {85314} 2446 1 +85315 {85315} 1309 1 +85316 {85316} 12654 1 +85317 {85317} 10430 1 +85318 {85318} 1568 1 +85319 {85319} 930 1 +85320 {85320} 11370 1 +85321 {85321} 2076 1 +85322 {85322} 10083 1 +85323 {85323} 9720 1 +85324 {85324} 11719 1 +85325 {85325} 2882 1 +85326 {85326} 2133 1 +85327 {85327} 255 1 +85328 {85328} 10669 1 +85329 {85329} 10056 1 +85330 {85330} 12091 1 +85331 {85331} 11765 1 +85332 {85332} 1638 1 +85333 {85333} 2366 1 +85334 {85334} 2639 1 +85335 {85335} 3165 1 +85336 {85336} 2504 1 +85337 {85337} 10163 1 +85338 {85338} 12662 1 +85339 {85339} 1636 1 +85340 {85340} 15148 1 +85341 {85341} 9034 1 +85342 {85342} 10024 1 +85343 {85343} 2260 1 +85344 {85344} 8022 1 +85345 {85345} 2805 1 +85346 {85346} 10382 1 +85347 {85347} 10820 1 +85348 {85348} 10386 1 +85349 {85349} 2149 1 +85350 {85350} 1954 1 +85351 {85351} 10264 1 +85352 {85352} 10923 1 +85353 {85353} 10501 1 +85354 {85354} 10791 1 +85355 {85355} 3898 1 +85356 {85356} 11133 1 +85357 {85357} 2019 1 +85358 {85358} 2528 1 +85359 {85359} 1049 1 +85360 {85360} 9346 1 +85361 {85361} 11209 1 +85362 {85362} 3283 1 +85363 {85363} 5292 1 +85364 {85364} 3384 1 +85365 {85365} 12082 1 +85366 {85366} 2158 1 +85367 {85367} 3010 1 +85368 {85368} 2220 1 +85369 {85369} 7880 1 +85370 {85370} 2288 1 +85371 {85371} 10399 1 +85372 {85372} 10935 1 +85373 {85373} 11131 1 +85374 {85374} 8602 1 +85375 {85375} 2589 1 +85376 {85376} 2468 1 +85377 {85377} 2858 1 +85378 {85378} 1580 1 +85379 {85379} 2703 1 +85380 {85380} 1068 1 +85381 {85381} 9475 1 +85382 {85382} 2442 1 +85383 {85383} 11780 1 +85384 {85384} 1685 1 +85385 {85385} 12930 1 +85386 {85386} 2220 1 +85387 {85387} 11352 1 +85388 {85388} 1700 1 +85389 {85389} 3910 1 +85390 {85390} 2030 1 +85391 {85391} 1621 1 +85392 {85392} 1738 1 +85393 {85393} 1272 1 +85394 {85394} 3412 1 +85395 {85395} 10611 1 +85396 {85396} 9967 1 +85397 {85397} 9226 1 +85398 {85398} 9406 1 +85399 {85399} 1855 1 +85400 {85400} 11686 1 +85401 {85401} 11062 1 +85402 {85402} 11092 1 +85403 {85403} 1741 1 +85404 {85404} 10817 1 +85405 {85405} 1680 1 +85406 {85406} 734 1 +85407 {85407} 10741 1 +85408 {85408} 11338 1 +85409 {85409} 2367 1 +85410 {85410} 10817 1 +85411 {85411} 11417 1 +85412 {85412} 2571 1 +85413 {85413} 9899 1 +85414 {85414} 3328 1 +85415 {85415} 5483 1 +85416 {85416} 1538 1 +85417 {85417} 16051 1 +85418 {85418} 11806 1 +85419 {85419} 10334 1 +85420 {85420} 2367 1 +85421 {85421} 8505 1 +85422 {85422} 3056 1 +85423 {85423} 2504 1 +85424 {85424} 2067 1 +85425 {85425} 11995 1 +85426 {85426} 2560 1 +85427 {85427} 10828 1 +85428 {85428} 8847 1 +85429 {85429} 9580 1 +85430 {85430} 12300 1 +85431 {85431} 11159 1 +85432 {85432} 12037 1 +85433 {85433} 11222 1 +85434 {85434} 2891 1 +85435 {85435} 2565 1 +85436 {85436} 11447 1 +85437 {85437} 2635 1 +85438 {85438} 9514 1 +85439 {85439} 2370 1 +85440 {85440} 12202 1 +85441 {85441} 2670 1 +85442 {85442} 2414 1 +85443 {85443} 9228 1 +85444 {85444} 2435 1 +85445 {85445} 12086 1 +85446 {85446} 1121 1 +85447 {85447} 10705 1 +85448 {85448} 867 1 +85449 {85449} 984 1 +85450 {85450} 9946 1 +85451 {85451} 1599 1 +85452 {85452} 11250 1 +85453 {85453} 10612 1 +85454 {85454} 8306 1 +85455 {85455} 7674 1 +85456 {85456} 2459 1 +85457 {85457} 11242 1 +85458 {85458} 122 1 +85459 {85459} 11931 1 +85460 {85460} 10400 1 +85461 {85461} 3248 1 +85462 {85462} 10311 1 +85463 {85463} 1581 1 +85464 {85464} 2132 1 +85465 {85465} 10245 1 +85466 {85466} 10047 1 +85467 {85467} 10956 1 +85468 {85468} 1886 1 +85469 {85469} 3336 1 +85470 {85470} 9057 1 +85471 {85471} 13892 1 +85472 {85472} 16578 1 +85473 {85473} 2100 1 +85474 {85474} 3699 1 +85475 {85475} 11078 1 +85476 {85476} 2708 1 +85477 {85477} 2267 1 +85478 {85478} 10911 1 +85479 {85479} 2022 1 +85480 {85480} 3165 1 +85481 {85481} 10735 1 +85482 {85482} 3003 1 +85483 {85483} 10258 1 +85484 {85484} 10500 1 +85485 {85485} 11342 1 +85486 {85486} 1989 1 +85487 {85487} 14384 1 +85488 {85488} 7013 1 +85489 {85489} 2569 1 +85490 {85490} 15536 1 +85491 {85491} 1407 1 +85492 {85492} 8713 1 +85493 {85493} 2530 1 +85494 {85494} 9908 1 +85495 {85495} 8378 1 +85496 {85496} 10982 1 +85497 {85497} 3189 1 +85498 {85498} 11665 1 +85499 {85499} 2598 1 +85500 {85500} 1716 1 +85501 {85501} 11948 1 +85502 {85502} 2721 1 +85503 {85503} 11255 1 +85504 {85504} 11532 1 +85505 {85505} 3312 1 +85506 {85506} 1254 1 +85507 {85507} 8570 1 +85508 {85508} 2904 1 +85509 {85509} 1310 1 +85510 {85510} 10016 1 +85511 {85511} 14566 1 +85512 {85512} 1406 1 +85513 {85513} 3315 1 +85514 {85514} 9938 1 +85515 {85515} 2831 1 +85516 {85516} 11008 1 +85517 {85517} 10507 1 +85518 {85518} 10956 1 +85519 {85519} 16193 1 +85520 {85520} 9356 1 +85521 {85521} 2189 1 +85522 {85522} 1865 1 +85523 {85523} 9154 1 +85524 {85524} 12732 1 +85525 {85525} 12319 1 +85526 {85526} 14170 1 +85527 {85527} 10742 1 +85528 {85528} 2260 1 +85529 {85529} 2875 1 +85530 {85530} 8035 1 +85531 {85531} 11505 1 +85532 {85532} 2502 1 +85533 {85533} 10207 1 +85534 {85534} 2908 1 +85535 {85535} 1986 1 +85536 {85536} 2032 1 +85537 {85537} 10168 1 +85538 {85538} 10121 1 +85539 {85539} 12549 1 +85540 {85540} 8428 1 +85541 {85541} 1906 1 +85542 {85542} 11489 1 +85543 {85543} 9893 1 +85544 {85544} 10955 1 +85545 {85545} 11219 1 +85546 {85546} 1296 1 +85547 {85547} 11891 1 +85548 {85548} 2228 1 +85549 {85549} 2156 1 +85550 {85550} 10490 1 +85551 {85551} 5955 1 +85552 {85552} 9525 1 +85553 {85553} 3208 1 +85554 {85554} 6579 1 +85555 {85555} 1923 1 +85556 {85556} 3368 1 +85557 {85557} 10485 1 +85558 {85558} 9725 1 +85559 {85559} 10974 1 +85560 {85560} 3445 1 +85561 {85561} 9162 1 +85562 {85562} 11684 1 +85563 {85563} 11196 1 +85564 {85564} 13185 1 +85565 {85565} 11295 1 +85566 {85566} 1914 1 +85567 {85567} 3537 1 +85568 {85568} 2738 1 +85569 {85569} 15588 1 +85570 {85570} 10380 1 +85571 {85571} 11296 1 +85572 {85572} 16449 1 +85573 {85573} 2123 1 +85574 {85574} 7202 1 +85575 {85575} 585 1 +85576 {85576} 10093 1 +85577 {85577} 2776 1 +85578 {85578} 9981 1 +85579 {85579} 2809 1 +85580 {85580} 2264 1 +85581 {85581} 2102 1 +85582 {85582} 1928 1 +85583 {85583} 2424 1 +85584 {85584} 2566 1 +85585 {85585} 2100 1 +85586 {85586} 2134 1 +85587 {85587} 992 1 +85588 {85588} 1212 1 +85589 {85589} 2914 1 +85590 {85590} 2363 1 +85591 {85591} 10242 1 +85592 {85592} 1075 1 +85593 {85593} 1597 1 +85594 {85594} 10442 1 +85595 {85595} 9519 1 +85596 {85596} 2701 1 +85597 {85597} 9214 1 +85598 {85598} 12118 1 +85599 {85599} 14906 1 +85600 {85600} 10832 1 +85601 {85601} 2697 1 +85602 {85602} 3650 1 +85603 {85603} 10971 1 +85604 {85604} 1945 1 +85605 {85605} 2193 1 +85606 {85606} 9592 1 +85607 {85607} 4116 1 +85608 {85608} 3104 1 +85609 {85609} 3602 1 +85610 {85610} 2571 1 +85611 {85611} 2372 1 +85612 {85612} 9736 1 +85613 {85613} 1329 1 +85614 {85614} 7571 1 +85615 {85615} 2457 1 +85616 {85616} 10596 1 +85617 {85617} 16197 1 +85618 {85618} 12026 1 +85619 {85619} 8949 1 +85620 {85620} 1541 1 +85621 {85621} 4294 1 +85622 {85622} 1981 1 +85623 {85623} 1262 1 +85624 {85624} 2223 1 +85625 {85625} 12120 1 +85626 {85626} 6638 1 +85627 {85627} 1788 1 +85628 {85628} 2967 1 +85629 {85629} 2030 1 +85630 {85630} 2450 1 +85631 {85631} 3131 1 +85632 {85632} 7980 1 +85633 {85633} 9809 1 +85634 {85634} 2722 1 +85635 {85635} 6227 1 +85636 {85636} 1124 1 +85637 {85637} 10447 1 +85638 {85638} 10329 1 +85639 {85639} 2563 1 +85640 {85640} 2897 1 +85641 {85641} 9670 1 +85642 {85642} 2697 1 +85643 {85643} 2597 1 +85644 {85644} 11351 1 +85645 {85645} 123 1 +85646 {85646} 9786 1 +85647 {85647} 1062 1 +85648 {85648} 10993 1 +85649 {85649} 3215 1 +85650 {85650} 10031 1 +85651 {85651} 6358 1 +85652 {85652} 9909 1 +85653 {85653} 1635 1 +85654 {85654} 2284 1 +85655 {85655} 1551 1 +85656 {85656} 9999 1 +85657 {85657} 2187 1 +85658 {85658} 7186 1 +85659 {85659} 10570 1 +85660 {85660} 1404 1 +85661 {85661} 10304 1 +85662 {85662} 2553 1 +85663 {85663} 2323 1 +85664 {85664} 10797 1 +85665 {85665} 1244 1 +85666 {85666} 9620 1 +85667 {85667} 1856 1 +85668 {85668} 12151 1 +85669 {85669} 10116 1 +85670 {85670} 1892 1 +85671 {85671} 1782 1 +85672 {85672} 10258 1 +85673 {85673} 3014 1 +85674 {85674} 2278 1 +85675 {85675} 11587 1 +85676 {85676} 2039 1 +85677 {85677} 6830 1 +85678 {85678} 7758 1 +85679 {85679} 8603 1 +85680 {85680} 2256 1 +85681 {85681} 9989 1 +85682 {85682} 11133 1 +85683 {85683} 11806 1 +85684 {85684} 1821 1 +85685 {85685} 10193 1 +85686 {85686} 2125 1 +85687 {85687} 1479 1 +85688 {85688} 881 1 +85689 {85689} 1825 1 +85690 {85690} 2024 1 +85691 {85691} 2638 1 +85692 {85692} 10779 1 +85693 {85693} 1860 1 +85694 {85694} 1904 1 +85695 {85695} 8931 1 +85696 {85696} 9408 1 +85697 {85697} 1550 1 +85698 {85698} 8199 1 +85699 {85699} 1373 1 +85700 {85700} 8953 1 +85701 {85701} 10563 1 +85702 {85702} 954 1 +85703 {85703} 3131 1 +85704 {85704} 684 1 +85705 {85705} 10134 1 +85706 {85706} 3186 1 +85707 {85707} 12083 1 +85708 {85708} 2459 1 +85709 {85709} 2926 1 +85710 {85710} 2726 1 +85711 {85711} 1447 1 +85712 {85712} 3539 1 +85713 {85713} 9397 1 +85714 {85714} 3369 1 +85715 {85715} 2007 1 +85716 {85716} 2466 1 +85717 {85717} 10535 1 +85718 {85718} 11741 1 +85719 {85719} 12973 1 +85720 {85720} 2133 1 +85721 {85721} 2467 1 +85722 {85722} 1495 1 +85723 {85723} 1924 1 +85724 {85724} 14038 1 +85725 {85725} 2974 1 +85726 {85726} 16006 1 +85727 {85727} 8293 1 +85728 {85728} 8961 1 +85729 {85729} 16145 1 +85730 {85730} 9832 1 +85731 {85731} 667 1 +85732 {85732} 16244 1 +85733 {85733} 3378 1 +85734 {85734} 1169 1 +85735 {85735} 2899 1 +85736 {85736} 3251 1 +85737 {85737} 1756 1 +85738 {85738} 12735 1 +85739 {85739} 10197 1 +85740 {85740} 9607 1 +85741 {85741} 1990 1 +85742 {85742} 10209 1 +85743 {85743} 10998 1 +85744 {85744} 2774 1 +85745 {85745} 881 1 +85746 {85746} 8634 1 +85747 {85747} 3446 1 +85748 {85748} 2187 1 +85749 {85749} 2336 1 +85750 {85750} 1755 1 +85751 {85751} 5663 1 +85752 {85752} 1914 1 +85753 {85753} 1848 1 +85754 {85754} 11677 1 +85755 {85755} 2252 1 +85756 {85756} 3783 1 +85757 {85757} 10647 1 +85758 {85758} 3543 1 +85759 {85759} 2633 1 +85760 {85760} 9648 1 +85761 {85761} 3481 1 +85762 {85762} 2134 1 +85763 {85763} 3595 1 +85764 {85764} 1887 1 +85765 {85765} 10053 1 +85766 {85766} 9782 1 +85767 {85767} 4319 1 +85768 {85768} 2303 1 +85769 {85769} 1865 1 +85770 {85770} 1799 1 +85771 {85771} 9647 1 +85772 {85772} 2897 1 +85773 {85773} 5998 1 +85774 {85774} 3402 1 +85775 {85775} 8080 1 +85776 {85776} 2878 1 +85777 {85777} 11248 1 +85778 {85778} 12647 1 +85779 {85779} 9111 1 +85780 {85780} 10072 1 +85781 {85781} 11148 1 +85782 {85782} 2088 1 +85783 {85783} 2400 1 +85784 {85784} 2670 1 +85785 {85785} 10278 1 +85786 {85786} 1264 1 +85787 {85787} 1554 1 +85788 {85788} 1590 1 +85789 {85789} 8054 1 +85790 {85790} 2558 1 +85791 {85791} 2129 1 +85792 {85792} 1734 1 +85793 {85793} 2598 1 +85794 {85794} 8153 1 +85795 {85795} 3131 1 +85796 {85796} 12033 1 +85797 {85797} 10054 1 +85798 {85798} 10169 1 +85799 {85799} 1988 1 +85800 {85800} 3180 1 +85801 {85801} 7598 1 +85802 {85802} 11557 1 +85803 {85803} 13967 1 +85804 {85804} 1729 1 +85805 {85805} 1698 1 +85806 {85806} 11319 1 +85807 {85807} 1760 1 +85808 {85808} 7555 1 +85809 {85809} 2742 1 +85810 {85810} 5535 1 +85811 {85811} 12026 1 +85812 {85812} 2423 1 +85813 {85813} 11060 1 +85814 {85814} 11399 1 +85815 {85815} 9838 1 +85816 {85816} 2859 1 +85817 {85817} 1223 1 +85818 {85818} 10620 1 +85819 {85819} 2622 1 +85820 {85820} 1482 1 +85821 {85821} 2367 1 +85822 {85822} 10134 1 +85823 {85823} 10329 1 +85824 {85824} 5304 1 +85825 {85825} 13695 1 +85826 {85826} 2469 1 +85827 {85827} 1319 1 +85828 {85828} 2227 1 +85829 {85829} 3067 1 +85830 {85830} 3228 1 +85831 {85831} 2067 1 +85832 {85832} 13037 1 +85833 {85833} 9175 1 +85834 {85834} 10412 1 +85835 {85835} 10939 1 +85836 {85836} 2390 1 +85837 {85837} 1818 1 +85838 {85838} 2767 1 +85839 {85839} 15044 1 +85840 {85840} 4524 1 +85841 {85841} 2607 1 +85842 {85842} 927 1 +85843 {85843} 9884 1 +85844 {85844} 1635 1 +85845 {85845} 2256 1 +85846 {85846} 794 1 +85847 {85847} 3949 1 +85848 {85848} 2916 1 +85849 {85849} 11785 1 +85850 {85850} 10462 1 +85851 {85851} 2325 1 +85852 {85852} 3170 1 +85853 {85853} 2368 1 +85854 {85854} 2065 1 +85855 {85855} 1755 1 +85856 {85856} 16160 1 +85857 {85857} 2840 1 +85858 {85858} 3271 1 +85859 {85859} 9484 1 +85860 {85860} 2032 1 +85861 {85861} 10601 1 +85862 {85862} 2806 1 +85863 {85863} 7733 1 +85864 {85864} 2534 1 +85865 {85865} 11938 1 +85866 {85866} 9960 1 +85867 {85867} 9673 1 +85868 {85868} 9138 1 +85869 {85869} 10988 1 +85870 {85870} 10206 1 +85871 {85871} 8669 1 +85872 {85872} 1820 1 +85873 {85873} 1247 1 +85874 {85874} 10634 1 +85875 {85875} 11218 1 +85876 {85876} 2605 1 +85877 {85877} 2025 1 +85878 {85878} 11309 1 +85879 {85879} 11721 1 +85880 {85880} 2134 1 +85881 {85881} 2842 1 +85882 {85882} 2600 1 +85883 {85883} 9346 1 +85884 {85884} 9262 1 +85885 {85885} 2129 1 +85886 {85886} 12148 1 +85887 {85887} 4501 1 +85888 {85888} 2223 1 +85889 {85889} 2125 1 +85890 {85890} 2462 1 +85891 {85891} 9775 1 +85892 {85892} 9244 1 +85893 {85893} 1350 1 +85894 {85894} 1685 1 +85895 {85895} 3042 1 +85896 {85896} 13876 1 +85897 {85897} 2470 1 +85898 {85898} 9594 1 +85899 {85899} 10863 1 +85900 {85900} 10549 1 +85901 {85901} 9491 1 +85902 {85902} 11525 1 +85903 {85903} 2469 1 +85904 {85904} 15255 1 +85905 {85905} 11201 1 +85906 {85906} 2101 1 +85907 {85907} 1942 1 +85908 {85908} 7662 1 +85909 {85909} 3011 1 +85910 {85910} 2113 1 +85911 {85911} 2370 1 +85912 {85912} 11674 1 +85913 {85913} 3160 1 +85914 {85914} 11005 1 +85915 {85915} 2194 1 +85916 {85916} 2218 1 +85917 {85917} 1996 1 +85918 {85918} 2362 1 +85919 {85919} 10934 1 +85920 {85920} 6562 1 +85921 {85921} 3593 1 +85922 {85922} 11481 1 +85923 {85923} 2878 1 +85924 {85924} 13899 1 +85925 {85925} 4753 1 +85926 {85926} 1420 1 +85927 {85927} 2269 1 +85928 {85928} 10398 1 +85929 {85929} 1865 1 +85930 {85930} 9711 1 +85931 {85931} 2119 1 +85932 {85932} 10810 1 +85933 {85933} 3315 1 +85934 {85934} 3417 1 +85935 {85935} 2503 1 +85936 {85936} 5094 1 +85937 {85937} 9295 1 +85938 {85938} 9799 1 +85939 {85939} 16201 1 +85940 {85940} 3336 1 +85941 {85941} 7718 1 +85942 {85942} 8009 1 +85943 {85943} 1851 1 +85944 {85944} 1918 1 +85945 {85945} 3515 1 +85946 {85946} 9039 1 +85947 {85947} 11594 1 +85948 {85948} 2973 1 +85949 {85949} 8575 1 +85950 {85950} 12061 1 +85951 {85951} 2370 1 +85952 {85952} 10093 1 +85953 {85953} 10309 1 +85954 {85954} 1273 1 +85955 {85955} 1775 1 +85956 {85956} 9262 1 +85957 {85957} 2363 1 +85958 {85958} 2232 1 +85959 {85959} 2194 1 +85960 {85960} 2894 1 +85961 {85961} 9206 1 +85962 {85962} 65 1 +85963 {85963} 2843 1 +85964 {85964} 3540 1 +85965 {85965} 2357 1 +85966 {85966} 10071 1 +85967 {85967} 8605 1 +85968 {85968} 10686 1 +85969 {85969} 8482 1 +85970 {85970} 10272 1 +85971 {85971} 3444 1 +85972 {85972} 2703 1 +85973 {85973} 13789 1 +85974 {85974} 11547 1 +85975 {85975} 10116 1 +85976 {85976} 8991 1 +85977 {85977} 10593 1 +85978 {85978} 1680 1 +85979 {85979} 2266 1 +85980 {85980} 11460 1 +85981 {85981} 2158 1 +85982 {85982} 2336 1 +85983 {85983} 10937 1 +85984 {85984} 9355 1 +85985 {85985} 13122 1 +85986 {85986} 10858 1 +85987 {85987} 9849 1 +85988 {85988} 10769 1 +85989 {85989} 2267 1 +85990 {85990} 10945 1 +85991 {85991} 8781 1 +85992 {85992} 11330 1 +85993 {85993} 1827 1 +85994 {85994} 2424 1 +85995 {85995} 7198 1 +85996 {85996} 2601 1 +85997 {85997} 3105 1 +85998 {85998} 9724 1 +85999 {85999} 2503 1 +86000 {86000} 2323 1 +86001 {86001} 3337 1 +86002 {86002} 9800 1 +86003 {86003} 9649 1 +86004 {86004} 1799 1 +86005 {86005} 11639 1 +86006 {86006} 2965 1 +86007 {86007} 1792 1 +86008 {86008} 12919 1 +86009 {86009} 1648 1 +86010 {86010} 10856 1 +86011 {86011} 2646 1 +86012 {86012} 12886 1 +86013 {86013} 10027 1 +86014 {86014} 9366 1 +86015 {86015} 2844 1 +86016 {86016} 6915 1 +86017 {86017} 1098 1 +86018 {86018} 7656 1 +86019 {86019} 1551 1 +86020 {86020} 3130 1 +86021 {86021} 2591 1 +86022 {86022} 2195 1 +86023 {86023} 2770 1 +86024 {86024} 2700 1 +86025 {86025} 3743 1 +86026 {86026} 3440 1 +86027 {86027} 9758 1 +86028 {86028} 2217 1 +86029 {86029} 9122 1 +86030 {86030} 1377 1 +86031 {86031} 2193 1 +86032 {86032} 7383 1 +86033 {86033} 10192 1 +86034 {86034} 5300 1 +86035 {86035} 13865 1 +86036 {86036} 2329 1 +86037 {86037} 9269 1 +86038 {86038} 1508 1 +86039 {86039} 777 1 +86040 {86040} 11756 1 +86041 {86041} 9914 1 +86042 {86042} 9979 1 +86043 {86043} 10207 1 +86044 {86044} 10284 1 +86045 {86045} 3985 1 +86046 {86046} 1501 1 +86047 {86047} 15875 1 +86048 {86048} 2803 1 +86049 {86049} 16162 1 +86050 {86050} 9149 1 +86051 {86051} 12229 1 +86052 {86052} 1994 1 +86053 {86053} 3259 1 +86054 {86054} 9658 1 +86055 {86055} 1935 1 +86056 {86056} 10386 1 +86057 {86057} 1479 1 +86058 {86058} 2770 1 +86059 {86059} 14059 1 +86060 {86060} 1437 1 +86061 {86061} 1429 1 +86062 {86062} 899 1 +86063 {86063} 1418 1 +86064 {86064} 2484 1 +86065 {86065} 12395 1 +86066 {86066} 8178 1 +86067 {86067} 2217 1 +86068 {86068} 10996 1 +86069 {86069} 2164 1 +86070 {86070} 3078 1 +86071 {86071} 12731 1 +86072 {86072} 10747 1 +86073 {86073} 10507 1 +86074 {86074} 2584 1 +86075 {86075} 3311 1 +86076 {86076} 11709 1 +86077 {86077} 9684 1 +86078 {86078} 2098 1 +86079 {86079} 703 1 +86080 {86080} 1156 1 +86081 {86081} 8654 1 +86082 {86082} 4934 1 +86083 {86083} 2470 1 +86084 {86084} 2310 1 +86085 {86085} 11860 1 +86086 {86086} 9876 1 +86087 {86087} 7308 1 +86088 {86088} 1426 1 +86089 {86089} 2544 1 +86090 {86090} 10388 1 +86091 {86091} 1672 1 +86092 {86092} 8451 1 +86093 {86093} 9248 1 +86094 {86094} 8455 1 +86095 {86095} 1791 1 +86096 {86096} 1891 1 +86097 {86097} 11202 1 +86098 {86098} 4598 1 +86099 {86099} 11238 1 +86100 {86100} 6864 1 +86101 {86101} 11383 1 +86102 {86102} 10199 1 +86103 {86103} 1599 1 +86104 {86104} 247 1 +86105 {86105} 11462 1 +86106 {86106} 2282 1 +86107 {86107} 10413 1 +86108 {86108} 2843 1 +86109 {86109} 13274 1 +86110 {86110} 12082 1 +86111 {86111} 12090 1 +86112 {86112} 8747 1 +86113 {86113} 2415 1 +86114 {86114} 14393 1 +86115 {86115} 2765 1 +86116 {86116} 6918 1 +86117 {86117} 495 1 +86118 {86118} 2754 1 +86119 {86119} 1919 1 +86120 {86120} 10083 1 +86121 {86121} 2196 1 +86122 {86122} 736 1 +86123 {86123} 9433 1 +86124 {86124} 11159 1 +86125 {86125} 13343 1 +86126 {86126} 10807 1 +86127 {86127} 11628 1 +86128 {86128} 2331 1 +86129 {86129} 3584 1 +86130 {86130} 11666 1 +86131 {86131} 6842 1 +86132 {86132} 1676 1 +86133 {86133} 1444 1 +86134 {86134} 2621 1 +86135 {86135} 2652 1 +86136 {86136} 2104 1 +86137 {86137} 10530 1 +86138 {86138} 13056 1 +86139 {86139} 10467 1 +86140 {86140} 1667 1 +86141 {86141} 8023 1 +86142 {86142} 2011 1 +86143 {86143} 2942 1 +86144 {86144} 3210 1 +86145 {86145} 3952 1 +86146 {86146} 12261 1 +86147 {86147} 10241 1 +86148 {86148} 7838 1 +86149 {86149} 1550 1 +86150 {86150} 9691 1 +86151 {86151} 1388 1 +86152 {86152} 3106 1 +86153 {86153} 8816 1 +86154 {86154} 9589 1 +86155 {86155} 15611 1 +86156 {86156} 12312 1 +86157 {86157} 8991 1 +86158 {86158} 12142 1 +86159 {86159} 11104 1 +86160 {86160} 10490 1 +86161 {86161} 8924 1 +86162 {86162} 10971 1 +86163 {86163} 7633 1 +86164 {86164} 6009 1 +86165 {86165} 10382 1 +86166 {86166} 10630 1 +86167 {86167} 15660 1 +86168 {86168} 2904 1 +86169 {86169} 2045 1 +86170 {86170} 1680 1 +86171 {86171} 2869 1 +86172 {86172} 11422 1 +86173 {86173} 2064 1 +86174 {86174} 10122 1 +86175 {86175} 11720 1 +86176 {86176} 9979 1 +86177 {86177} 1701 1 +86178 {86178} 1322 1 +86179 {86179} 2095 1 +86180 {86180} 5561 1 +86181 {86181} 2627 1 +86182 {86182} 3243 1 +86183 {86183} 3837 1 +86184 {86184} 3373 1 +86185 {86185} 2195 1 +86186 {86186} 3164 1 +86187 {86187} 2766 1 +86188 {86188} 4840 1 +86189 {86189} 2741 1 +86190 {86190} 809 1 +86191 {86191} 1934 1 +86192 {86192} 9875 1 +86193 {86193} 8595 1 +86194 {86194} 10599 1 +86195 {86195} 2399 1 +86196 {86196} 11555 1 +86197 {86197} 10311 1 +86198 {86198} 2777 1 +86199 {86199} 2380 1 +86200 {86200} 9713 1 +86201 {86201} 9442 1 +86202 {86202} 12188 1 +86203 {86203} 1492 1 +86204 {86204} 3282 1 +86205 {86205} 12041 1 +86206 {86206} 10447 1 +86207 {86207} 2845 1 +86208 {86208} 2910 1 +86209 {86209} 4751 1 +86210 {86210} 11299 1 +86211 {86211} 2096 1 +86212 {86212} 10309 1 +86213 {86213} 2897 1 +86214 {86214} 2614 1 +86215 {86215} 1235 1 +86216 {86216} 11501 1 +86217 {86217} 1837 1 +86218 {86218} 9416 1 +86219 {86219} 15872 1 +86220 {86220} 6285 1 +86221 {86221} 11978 1 +86222 {86222} 1671 1 +86223 {86223} 8923 1 +86224 {86224} 5709 1 +86225 {86225} 1947 1 +86226 {86226} 10761 1 +86227 {86227} 15105 1 +86228 {86228} 10579 1 +86229 {86229} 1762 1 +86230 {86230} 10519 1 +86231 {86231} 7637 1 +86232 {86232} 9903 1 +86233 {86233} 10788 1 +86234 {86234} 10942 1 +86235 {86235} 2087 1 +86236 {86236} 12295 1 +86237 {86237} 1824 1 +86238 {86238} 2122 1 +86239 {86239} 1814 1 +86240 {86240} 10525 1 +86241 {86241} 43 1 +86242 {86242} 1040 1 +86243 {86243} 3059 1 +86244 {86244} 10771 1 +86245 {86245} 5170 1 +86246 {86246} 2158 1 +86247 {86247} 11580 1 +86248 {86248} 10242 1 +86249 {86249} 3069 1 +86250 {86250} 2073 1 +86251 {86251} 1774 1 +86252 {86252} 2225 1 +86253 {86253} 2284 1 +86254 {86254} 8508 1 +86255 {86255} 10866 1 +86256 {86256} 2930 1 +86257 {86257} 4979 1 +86258 {86258} 2658 1 +86259 {86259} 2601 1 +86260 {86260} 2673 1 +86261 {86261} 10310 1 +86262 {86262} 9954 1 +86263 {86263} 2468 1 +86264 {86264} 1276 1 +86265 {86265} 478 1 +86266 {86266} 1650 1 +86267 {86267} 11380 1 +86268 {86268} 1974 1 +86269 {86269} 11593 1 +86270 {86270} 1418 1 +86271 {86271} 10439 1 +86272 {86272} 2267 1 +86273 {86273} 11793 1 +86274 {86274} 2434 1 +86275 {86275} 1569 1 +86276 {86276} 16253 1 +86277 {86277} 1305 1 +86278 {86278} 3043 1 +86279 {86279} 10702 1 +86280 {86280} 10738 1 +86281 {86281} 6366 1 +86282 {86282} 2364 1 +86283 {86283} 2611 1 +86284 {86284} 2402 1 +86285 {86285} 3312 1 +86286 {86286} 1887 1 +86287 {86287} 3074 1 +86288 {86288} 3250 1 +86289 {86289} 1352 1 +86290 {86290} 2215 1 +86291 {86291} 13523 1 +86292 {86292} 2819 1 +86293 {86293} 10734 1 +86294 {86294} 2190 1 +86295 {86295} 14173 1 +86296 {86296} 2937 1 +86297 {86297} 2336 1 +86298 {86298} 1780 1 +86299 {86299} 9171 1 +86300 {86300} 14593 1 +86301 {86301} 11518 1 +86302 {86302} 2633 1 +86303 {86303} 2828 1 +86304 {86304} 1207 1 +86305 {86305} 1815 1 +86306 {86306} 11552 1 +86307 {86307} 952 1 +86308 {86308} 2810 1 +86309 {86309} 3482 1 +86310 {86310} 11078 1 +86311 {86311} 10277 1 +86312 {86312} 9300 1 +86313 {86313} 11115 1 +86314 {86314} 1985 1 +86315 {86315} 1285 1 +86316 {86316} 2018 1 +86317 {86317} 1892 1 +86318 {86318} 9916 1 +86319 {86319} 8775 1 +86320 {86320} 15074 1 +86321 {86321} 11631 1 +86322 {86322} 2031 1 +86323 {86323} 1708 1 +86324 {86324} 9068 1 +86325 {86325} 2664 1 +86326 {86326} 12129 1 +86327 {86327} 3248 1 +86328 {86328} 2133 1 +86329 {86329} 10085 1 +86330 {86330} 1959 1 +86331 {86331} 9777 1 +86332 {86332} 2205 1 +86333 {86333} 9694 1 +86334 {86334} 10509 1 +86335 {86335} 1477 1 +86336 {86336} 10461 1 +86337 {86337} 12591 1 +86338 {86338} 3039 1 +86339 {86339} 9355 1 +86340 {86340} 9374 1 +86341 {86341} 11959 1 +86342 {86342} 4966 1 +86343 {86343} 2900 1 +86344 {86344} 2707 1 +86345 {86345} 8831 1 +86346 {86346} 13351 1 +86347 {86347} 10535 1 +86348 {86348} 9434 1 +86349 {86349} 11597 1 +86350 {86350} 2367 1 +86351 {86351} 4243 1 +86352 {86352} 1798 1 +86353 {86353} 1416 1 +86354 {86354} 2707 1 +86355 {86355} 10880 1 +86356 {86356} 1258 1 +86357 {86357} 10835 1 +86358 {86358} 1026 1 +86359 {86359} 10420 1 +86360 {86360} 2117 1 +86361 {86361} 7309 1 +86362 {86362} 2708 1 +86363 {86363} 3374 1 +86364 {86364} 3482 1 +86365 {86365} 9816 1 +86366 {86366} 5350 1 +86367 {86367} 1331 1 +86368 {86368} 10125 1 +86369 {86369} 1674 1 +86370 {86370} 2247 1 +86371 {86371} 8200 1 +86372 {86372} 11342 1 +86373 {86373} 13959 1 +86374 {86374} 12300 1 +86375 {86375} 10330 1 +86376 {86376} 9010 1 +86377 {86377} 14719 1 +86378 {86378} 2403 1 +86379 {86379} 1685 1 +86380 {86380} 9770 1 +86381 {86381} 11673 1 +86382 {86382} 2742 1 +86383 {86383} 10828 1 +86384 {86384} 1942 1 +86385 {86385} 2940 1 +86386 {86386} 2351 1 +86387 {86387} 326 1 +86388 {86388} 12008 1 +86389 {86389} 11088 1 +86390 {86390} 1983 1 +86391 {86391} 166 1 +86392 {86392} 7883 1 +86393 {86393} 11024 1 +86394 {86394} 1890 1 +86395 {86395} 10417 1 +86396 {86396} 1324 1 +86397 {86397} 8323 1 +86398 {86398} 2023 1 +86399 {86399} 9615 1 +86400 {86400} 5035 1 +86401 {86401} 2502 1 +86402 {86402} 5746 1 +86403 {86403} 3633 1 +86404 {86404} 10324 1 +86405 {86405} 10321 1 +86406 {86406} 10286 1 +86407 {86407} 2032 1 +86408 {86408} 1892 1 +86409 {86409} 10130 1 +86410 {86410} 1927 1 +86411 {86411} 10545 1 +86412 {86412} 13481 1 +86413 {86413} 2845 1 +86414 {86414} 7593 1 +86415 {86415} 10385 1 +86416 {86416} 2658 1 +86417 {86417} 5796 1 +86418 {86418} 1594 1 +86419 {86419} 3214 1 +86420 {86420} 16060 1 +86421 {86421} 3321 1 +86422 {86422} 2483 1 +86423 {86423} 9536 1 +86424 {86424} 2574 1 +86425 {86425} 2725 1 +86426 {86426} 2531 1 +86427 {86427} 10398 1 +86428 {86428} 2801 1 +86429 {86429} 2037 1 +86430 {86430} 3188 1 +86431 {86431} 2300 1 +86432 {86432} 1849 1 +86433 {86433} 1138 1 +86434 {86434} 1079 1 +86435 {86435} 1918 1 +86436 {86436} 13582 1 +86437 {86437} 635 1 +86438 {86438} 999 1 +86439 {86439} 10773 1 +86440 {86440} 11146 1 +86441 {86441} 11089 1 +86442 {86442} 10430 1 +86443 {86443} 10225 1 +86444 {86444} 12205 1 +86445 {86445} 11262 1 +86446 {86446} 15923 1 +86447 {86447} 10166 1 +86448 {86448} 9883 1 +86449 {86449} 1320 1 +86450 {86450} 9619 1 +86451 {86451} 1820 1 +86452 {86452} 9525 1 +86453 {86453} 11060 1 +86454 {86454} 9663 1 +86455 {86455} 11089 1 +86456 {86456} 1684 1 +86457 {86457} 10439 1 +86458 {86458} 2669 1 +86459 {86459} 8695 1 +86460 {86460} 2225 1 +86461 {86461} 2105 1 +86462 {86462} 2261 1 +86463 {86463} 5848 1 +86464 {86464} 2270 1 +86465 {86465} 11007 1 +86466 {86466} 2428 1 +86467 {86467} 7764 1 +86468 {86468} 3103 1 +86469 {86469} 9303 1 +86470 {86470} 5113 1 +86471 {86471} 12746 1 +86472 {86472} 1375 1 +86473 {86473} 9072 1 +86474 {86474} 2621 1 +86475 {86475} 1578 1 +86476 {86476} 11488 1 +86477 {86477} 12104 1 +86478 {86478} 10917 1 +86479 {86479} 1653 1 +86480 {86480} 12267 1 +86481 {86481} 1684 1 +86482 {86482} 1296 1 +86483 {86483} 5607 1 +86484 {86484} 10071 1 +86485 {86485} 1714 1 +86486 {86486} 10758 1 +86487 {86487} 2671 1 +86488 {86488} 3214 1 +86489 {86489} 2214 1 +86490 {86490} 9399 1 +86491 {86491} 2432 1 +86492 {86492} 1660 1 +86493 {86493} 1930 1 +86494 {86494} 2810 1 +86495 {86495} 12535 1 +86496 {86496} 11868 1 +86497 {86497} 12633 1 +86498 {86498} 1987 1 +86499 {86499} 2811 1 +86500 {86500} 9882 1 +86501 {86501} 11516 1 +86502 {86502} 2158 1 +86503 {86503} 2450 1 +86504 {86504} 10875 1 +86505 {86505} 9852 1 +86506 {86506} 10544 1 +86507 {86507} 1619 1 +86508 {86508} 1882 1 +86509 {86509} 2060 1 +86510 {86510} 2769 1 +86511 {86511} 2922 1 +86512 {86512} 9845 1 +86513 {86513} 1084 1 +86514 {86514} 10484 1 +86515 {86515} 16605 1 +86516 {86516} 12716 1 +86517 {86517} 10366 1 +86518 {86518} 10210 1 +86519 {86519} 7894 1 +86520 {86520} 3570 1 +86521 {86521} 10967 1 +86522 {86522} 10321 1 +86523 {86523} 1063 1 +86524 {86524} 636 1 +86525 {86525} 7100 1 +86526 {86526} 1550 1 +86527 {86527} 11386 1 +86528 {86528} 12399 1 +86529 {86529} 8361 1 +86530 {86530} 14005 1 +86531 {86531} 8566 1 +86532 {86532} 10722 1 +86533 {86533} 2498 1 +86534 {86534} 2518 1 +86535 {86535} 10532 1 +86536 {86536} 13959 1 +86537 {86537} 8127 1 +86538 {86538} 11332 1 +86539 {86539} 15005 1 +86540 {86540} 674 1 +86541 {86541} 8799 1 +86542 {86542} 2028 1 +86543 {86543} 1548 1 +86544 {86544} 2118 1 +86545 {86545} 13897 1 +86546 {86546} 3155 1 +86547 {86547} 11814 1 +86548 {86548} 8358 1 +86549 {86549} 9657 1 +86550 {86550} 2944 1 +86551 {86551} 9446 1 +86552 {86552} 2499 1 +86553 {86553} 16594 1 +86554 {86554} 1304 1 +86555 {86555} 11790 1 +86556 {86556} 10124 1 +86557 {86557} 2390 1 +86558 {86558} 9871 1 +86559 {86559} 12953 1 +86560 {86560} 2566 1 +86561 {86561} 1969 1 +86562 {86562} 2133 1 +86563 {86563} 1322 1 +86564 {86564} 2979 1 +86565 {86565} 10519 1 +86566 {86566} 11911 1 +86567 {86567} 1923 1 +86568 {86568} 180 1 +86569 {86569} 1700 1 +86570 {86570} 1655 1 +86571 {86571} 11081 1 +86572 {86572} 10741 1 +86573 {86573} 7675 1 +86574 {86574} 4286 1 +86575 {86575} 2800 1 +86576 {86576} 9814 1 +86577 {86577} 10832 1 +86578 {86578} 15501 1 +86579 {86579} 4644 1 +86580 {86580} 2319 1 +86581 {86581} 1276 1 +86582 {86582} 10960 1 +86583 {86583} 3313 1 +86584 {86584} 5712 1 +86585 {86585} 1833 1 +86586 {86586} 9147 1 +86587 {86587} 2614 1 +86588 {86588} 9077 1 +86589 {86589} 7482 1 +86590 {86590} 10246 1 +86591 {86591} 2572 1 +86592 {86592} 2499 1 +86593 {86593} 2141 1 +86594 {86594} 2353 1 +86595 {86595} 1775 1 +86596 {86596} 546 1 +86597 {86597} 1242 1 +86598 {86598} 10011 1 +86599 {86599} 9532 1 +86600 {86600} 2539 1 +86601 {86601} 15605 1 +86602 {86602} 3040 1 +86603 {86603} 1091 1 +86604 {86604} 2024 1 +86605 {86605} 10866 1 +86606 {86606} 1947 1 +86607 {86607} 1263 1 +86608 {86608} 16081 1 +86609 {86609} 10927 1 +86610 {86610} 14370 1 +86611 {86611} 10794 1 +86612 {86612} 9948 1 +86613 {86613} 10318 1 +86614 {86614} 10736 1 +86615 {86615} 3109 1 +86616 {86616} 10111 1 +86617 {86617} 11065 1 +86618 {86618} 3101 1 +86619 {86619} 4441 1 +86620 {86620} 3346 1 +86621 {86621} 1755 1 +86622 {86622} 10354 1 +86623 {86623} 3372 1 +86624 {86624} 2180 1 +86625 {86625} 2288 1 +86626 {86626} 10046 1 +86627 {86627} 10991 1 +86628 {86628} 3444 1 +86629 {86629} 1650 1 +86630 {86630} 2400 1 +86631 {86631} 1599 1 +86632 {86632} 9904 1 +86633 {86633} 5343 1 +86634 {86634} 3708 1 +86635 {86635} 14172 1 +86636 {86636} 1734 1 +86637 {86637} 7849 1 +86638 {86638} 11144 1 +86639 {86639} 2258 1 +86640 {86640} 2209 1 +86641 {86641} 11402 1 +86642 {86642} 9599 1 +86643 {86643} 635 1 +86644 {86644} 9167 1 +86645 {86645} 2421 1 +86646 {86646} 10343 1 +86647 {86647} 11346 1 +86648 {86648} 2674 1 +86649 {86649} 15816 1 +86650 {86650} 2539 1 +86651 {86651} 2518 1 +86652 {86652} 2622 1 +86653 {86653} 2263 1 +86654 {86654} 7679 1 +86655 {86655} 3199 1 +86656 {86656} 10392 1 +86657 {86657} 11213 1 +86658 {86658} 2775 1 +86659 {86659} 2527 1 +86660 {86660} 1756 1 +86661 {86661} 2971 1 +86662 {86662} 2023 1 +86663 {86663} 2530 1 +86664 {86664} 2800 1 +86665 {86665} 5244 1 +86666 {86666} 3543 1 +86667 {86667} 2706 1 +86668 {86668} 9585 1 +86669 {86669} 15374 1 +86670 {86670} 11133 1 +86671 {86671} 2390 1 +86672 {86672} 11088 1 +86673 {86673} 2438 1 +86674 {86674} 7397 1 +86675 {86675} 1609 1 +86676 {86676} 3244 1 +86677 {86677} 1290 1 +86678 {86678} 1397 1 +86679 {86679} 2025 1 +86680 {86680} 3153 1 +86681 {86681} 9109 1 +86682 {86682} 12008 1 +86683 {86683} 15133 1 +86684 {86684} 1305 1 +86685 {86685} 1922 1 +86686 {86686} 1700 1 +86687 {86687} 2701 1 +86688 {86688} 8050 1 +86689 {86689} 3215 1 +86690 {86690} 3013 1 +86691 {86691} 1855 1 +86692 {86692} 10640 1 +86693 {86693} 2329 1 +86694 {86694} 3798 1 +86695 {86695} 2697 1 +86696 {86696} 10186 1 +86697 {86697} 10822 1 +86698 {86698} 13755 1 +86699 {86699} 9516 1 +86700 {86700} 5791 1 +86701 {86701} 2293 1 +86702 {86702} 3047 1 +86703 {86703} 3470 1 +86704 {86704} 2504 1 +86705 {86705} 1329 1 +86706 {86706} 2285 1 +86707 {86707} 10048 1 +86708 {86708} 10225 1 +86709 {86709} 10053 1 +86710 {86710} 2061 1 +86711 {86711} 2251 1 +86712 {86712} 2638 1 +86713 {86713} 9149 1 +86714 {86714} 1603 1 +86715 {86715} 10270 1 +86716 {86716} 10222 1 +86717 {86717} 12493 1 +86718 {86718} 1953 1 +86719 {86719} 9044 1 +86720 {86720} 3805 1 +86721 {86721} 5171 1 +86722 {86722} 2621 1 +86723 {86723} 3139 1 +86724 {86724} 5739 1 +86725 {86725} 1915 1 +86726 {86726} 2702 1 +86727 {86727} 11226 1 +86728 {86728} 2107 1 +86729 {86729} 12064 1 +86730 {86730} 1448 1 +86731 {86731} 1885 1 +86732 {86732} 3402 1 +86733 {86733} 9644 1 +86734 {86734} 5855 1 +86735 {86735} 11580 1 +86736 {86736} 8781 1 +86737 {86737} 9401 1 +86738 {86738} 1807 1 +86739 {86739} 10711 1 +86740 {86740} 2288 1 +86741 {86741} 2231 1 +86742 {86742} 9836 1 +86743 {86743} 8983 1 +86744 {86744} 2164 1 +86745 {86745} 2401 1 +86746 {86746} 16162 1 +86747 {86747} 11190 1 +86748 {86748} 1913 1 +86749 {86749} 8606 1 +86750 {86750} 10482 1 +86751 {86751} 2149 1 +86752 {86752} 11588 1 +86753 {86753} 10837 1 +86754 {86754} 3131 1 +86755 {86755} 10163 1 +86756 {86756} 11680 1 +86757 {86757} 2042 1 +86758 {86758} 2361 1 +86759 {86759} 10455 1 +86760 {86760} 2251 1 +86761 {86761} 3283 1 +86762 {86762} 8309 1 +86763 {86763} 2774 1 +86764 {86764} 10340 1 +86765 {86765} 7027 1 +86766 {86766} 1293 1 +86767 {86767} 11625 1 +86768 {86768} 1842 1 +86769 {86769} 11708 1 +86770 {86770} 6724 1 +86771 {86771} 2302 1 +86772 {86772} 10355 1 +86773 {86773} 2480 1 +86774 {86774} 1849 1 +86775 {86775} 2265 1 +86776 {86776} 11842 1 +86777 {86777} 12021 1 +86778 {86778} 2067 1 +86779 {86779} 6276 1 +86780 {86780} 9312 1 +86781 {86781} 970 1 +86782 {86782} 4370 1 +86783 {86783} 10841 1 +86784 {86784} 1956 1 +86785 {86785} 12344 1 +86786 {86786} 10561 1 +86787 {86787} 11279 1 +86788 {86788} 4913 1 +86789 {86789} 9269 1 +86790 {86790} 1883 1 +86791 {86791} 9983 1 +86792 {86792} 2591 1 +86793 {86793} 3279 1 +86794 {86794} 1475 1 +86795 {86795} 7413 1 +86796 {86796} 9001 1 +86797 {86797} 1884 1 +86798 {86798} 5328 1 +86799 {86799} 2893 1 +86800 {86800} 9764 1 +86801 {86801} 3176 1 +86802 {86802} 2401 1 +86803 {86803} 10153 1 +86804 {86804} 6607 1 +86805 {86805} 7213 1 +86806 {86806} 1057 1 +86807 {86807} 649 1 +86808 {86808} 1650 1 +86809 {86809} 1799 1 +86810 {86810} 3514 1 +86811 {86811} 4939 1 +86812 {86812} 1373 1 +86813 {86813} 10084 1 +86814 {86814} 8032 1 +86815 {86815} 2133 1 +86816 {86816} 8245 1 +86817 {86817} 16389 1 +86818 {86818} 2084 1 +86819 {86819} 4099 1 +86820 {86820} 2643 1 +86821 {86821} 2648 1 +86822 {86822} 1858 1 +86823 {86823} 10828 1 +86824 {86824} 10497 1 +86825 {86825} 14588 1 +86826 {86826} 3043 1 +86827 {86827} 10430 1 +86828 {86828} 1859 1 +86829 {86829} 11322 1 +86830 {86830} 1738 1 +86831 {86831} 2135 1 +86832 {86832} 8747 1 +86833 {86833} 13697 1 +86834 {86834} 9162 1 +86835 {86835} 8923 1 +86836 {86836} 6746 1 +86837 {86837} 2300 1 +86838 {86838} 2597 1 +86839 {86839} 1326 1 +86840 {86840} 8497 1 +86841 {86841} 9407 1 +86842 {86842} 3175 1 +86843 {86843} 1045 1 +86844 {86844} 3279 1 +86845 {86845} 10078 1 +86846 {86846} 11047 1 +86847 {86847} 2549 1 +86848 {86848} 1820 1 +86849 {86849} 15273 1 +86850 {86850} 15552 1 +86851 {86851} 5246 1 +86852 {86852} 10927 1 +86853 {86853} 3434 1 +86854 {86854} 8397 1 +86855 {86855} 3410 1 +86856 {86856} 1554 1 +86857 {86857} 9408 1 +86858 {86858} 10393 1 +86859 {86859} 9383 1 +86860 {86860} 8982 1 +86861 {86861} 2760 1 +86862 {86862} 2118 1 +86863 {86863} 2134 1 +86864 {86864} 2220 1 +86865 {86865} 10773 1 +86866 {86866} 11257 1 +86867 {86867} 7340 1 +86868 {86868} 10815 1 +86869 {86869} 9653 1 +86870 {86870} 2329 1 +86871 {86871} 1057 1 +86872 {86872} 3006 1 +86873 {86873} 1790 1 +86874 {86874} 2432 1 +86875 {86875} 12338 1 +86876 {86876} 3130 1 +86877 {86877} 9682 1 +86878 {86878} 11697 1 +86879 {86879} 1172 1 +86880 {86880} 1260 1 +86881 {86881} 1511 1 +86882 {86882} 2261 1 +86883 {86883} 2193 1 +86884 {86884} 12687 1 +86885 {86885} 2676 1 +86886 {86886} 9867 1 +86887 {86887} 9875 1 +86888 {86888} 10386 1 +86889 {86889} 1339 1 +86890 {86890} 3180 1 +86891 {86891} 2697 1 +86892 {86892} 8944 1 +86893 {86893} 7640 1 +86894 {86894} 15932 1 +86895 {86895} 9955 1 +86896 {86896} 1814 1 +86897 {86897} 2536 1 +86898 {86898} 10329 1 +86899 {86899} 3282 1 +86900 {86900} 2030 1 +86901 {86901} 8775 1 +86902 {86902} 1714 1 +86903 {86903} 9306 1 +86904 {86904} 8257 1 +86905 {86905} 12053 1 +86906 {86906} 1836 1 +86907 {86907} 3631 1 +86908 {86908} 10017 1 +86909 {86909} 5640 1 +86910 {86910} 2923 1 +86911 {86911} 10038 1 +86912 {86912} 8818 1 +86913 {86913} 12034 1 +86914 {86914} 248 1 +86915 {86915} 2429 1 +86916 {86916} 9774 1 +86917 {86917} 1826 1 +86918 {86918} 8395 1 +86919 {86919} 2261 1 +86920 {86920} 10810 1 +86921 {86921} 2435 1 +86922 {86922} 824 1 +86923 {86923} 3098 1 +86924 {86924} 9397 1 +86925 {86925} 2205 1 +86926 {86926} 3540 1 +86927 {86927} 10174 1 +86928 {86928} 11711 1 +86929 {86929} 5908 1 +86930 {86930} 11656 1 +86931 {86931} 2301 1 +86932 {86932} 14806 1 +86933 {86933} 1461 1 +86934 {86934} 1275 1 +86935 {86935} 2190 1 +86936 {86936} 2874 1 +86937 {86937} 10895 1 +86938 {86938} 8955 1 +86939 {86939} 2258 1 +86940 {86940} 12797 1 +86941 {86941} 693 1 +86942 {86942} 9921 1 +86943 {86943} 1852 1 +86944 {86944} 2952 1 +86945 {86945} 10709 1 +86946 {86946} 2004 1 +86947 {86947} 8749 1 +86948 {86948} 2671 1 +86949 {86949} 359 1 +86950 {86950} 14313 1 +86951 {86951} 5886 1 +86952 {86952} 10676 1 +86953 {86953} 16524 1 +86954 {86954} 9880 1 +86955 {86955} 651 1 +86956 {86956} 2222 1 +86957 {86957} 2371 1 +86958 {86958} 12265 1 +86959 {86959} 11688 1 +86960 {86960} 2335 1 +86961 {86961} 2962 1 +86962 {86962} 3692 1 +86963 {86963} 9500 1 +86964 {86964} 11913 1 +86965 {86965} 2066 1 +86966 {86966} 12245 1 +86967 {86967} 3172 1 +86968 {86968} 2429 1 +86969 {86969} 9316 1 +86970 {86970} 2574 1 +86971 {86971} 3041 1 +86972 {86972} 1310 1 +86973 {86973} 2266 1 +86974 {86974} 9548 1 +86975 {86975} 9262 1 +86976 {86976} 2435 1 +86977 {86977} 2064 1 +86978 {86978} 1411 1 +86979 {86979} 9400 1 +86980 {86980} 2223 1 +86981 {86981} 8966 1 +86982 {86982} 679 1 +86983 {86983} 12469 1 +86984 {86984} 2435 1 +86985 {86985} 1491 1 +86986 {86986} 1716 1 +86987 {86987} 11017 1 +86988 {86988} 2402 1 +86989 {86989} 2095 1 +86990 {86990} 12118 1 +86991 {86991} 10715 1 +86992 {86992} 2535 1 +86993 {86993} 1718 1 +86994 {86994} 125 1 +86995 {86995} 4789 1 +86996 {86996} 1686 1 +86997 {86997} 1722 1 +86998 {86998} 10993 1 +86999 {86999} 14016 1 +87000 {87000} 14333 1 +87001 {87001} 11308 1 +87002 {87002} 1750 1 +87003 {87003} 1924 1 +87004 {87004} 10699 1 +87005 {87005} 13065 1 +87006 {87006} 10155 1 +87007 {87007} 10519 1 +87008 {87008} 2558 1 +87009 {87009} 2414 1 +87010 {87010} 2777 1 +87011 {87011} 2021 1 +87012 {87012} 5141 1 +87013 {87013} 2180 1 +87014 {87014} 2102 1 +87015 {87015} 2783 1 +87016 {87016} 10506 1 +87017 {87017} 10084 1 +87018 {87018} 8767 1 +87019 {87019} 2300 1 +87020 {87020} 8570 1 +87021 {87021} 14494 1 +87022 {87022} 3174 1 +87023 {87023} 2942 1 +87024 {87024} 10395 1 +87025 {87025} 14674 1 +87026 {87026} 9883 1 +87027 {87027} 10716 1 +87028 {87028} 3155 1 +87029 {87029} 16200 1 +87030 {87030} 10340 1 +87031 {87031} 1587 1 +87032 {87032} 2055 1 +87033 {87033} 15317 1 +87034 {87034} 3212 1 +87035 {87035} 1655 1 +87036 {87036} 2298 1 +87037 {87037} 3252 1 +87038 {87038} 11855 1 +87039 {87039} 1868 1 +87040 {87040} 11321 1 +87041 {87041} 1827 1 +87042 {87042} 1730 1 +87043 {87043} 10384 1 +87044 {87044} 14250 1 +87045 {87045} 2633 1 +87046 {87046} 10335 1 +87047 {87047} 2316 1 +87048 {87048} 11138 1 +87049 {87049} 11644 1 +87050 {87050} 9701 1 +87051 {87051} 9490 1 +87052 {87052} 1986 1 +87053 {87053} 2113 1 +87054 {87054} 2067 1 +87055 {87055} 10147 1 +87056 {87056} 9882 1 +87057 {87057} 1713 1 +87058 {87058} 10277 1 +87059 {87059} 1852 1 +87060 {87060} 12008 1 +87061 {87061} 10986 1 +87062 {87062} 11632 1 +87063 {87063} 10618 1 +87064 {87064} 9399 1 +87065 {87065} 11991 1 +87066 {87066} 2178 1 +87067 {87067} 10998 1 +87068 {87068} 1291 1 +87069 {87069} 2733 1 +87070 {87070} 11104 1 +87071 {87071} 2255 1 +87072 {87072} 15185 1 +87073 {87073} 2405 1 +87074 {87074} 8673 1 +87075 {87075} 9642 1 +87076 {87076} 2081 1 +87077 {87077} 4555 1 +87078 {87078} 10301 1 +87079 {87079} 945 1 +87080 {87080} 2165 1 +87081 {87081} 12040 1 +87082 {87082} 3315 1 +87083 {87083} 10463 1 +87084 {87084} 9145 1 +87085 {87085} 2249 1 +87086 {87086} 2120 1 +87087 {87087} 1901 1 +87088 {87088} 3143 1 +87089 {87089} 11355 1 +87090 {87090} 16265 1 +87091 {87091} 11676 1 +87092 {87092} 996 1 +87093 {87093} 10670 1 +87094 {87094} 11288 1 +87095 {87095} 11130 1 +87096 {87096} 13003 1 +87097 {87097} 6344 1 +87098 {87098} 1996 1 +87099 {87099} 14972 1 +87100 {87100} 10202 1 +87101 {87101} 2369 1 +87102 {87102} 2647 1 +87103 {87103} 16412 1 +87104 {87104} 2940 1 +87105 {87105} 2168 1 +87106 {87106} 10921 1 +87107 {87107} 2295 1 +87108 {87108} 1892 1 +87109 {87109} 1957 1 +87110 {87110} 2265 1 +87111 {87111} 2313 1 +87112 {87112} 4437 1 +87113 {87113} 3281 1 +87114 {87114} 11825 1 +87115 {87115} 10555 1 +87116 {87116} 1844 1 +87117 {87117} 1130 1 +87118 {87118} 9182 1 +87119 {87119} 10509 1 +87120 {87120} 11124 1 +87121 {87121} 8613 1 +87122 {87122} 792 1 +87123 {87123} 9893 1 +87124 {87124} 1848 1 +87125 {87125} 2133 1 +87126 {87126} 9912 1 +87127 {87127} 10675 1 +87128 {87128} 783 1 +87129 {87129} 7884 1 +87130 {87130} 11169 1 +87131 {87131} 1683 1 +87132 {87132} 1585 1 +87133 {87133} 9907 1 +87134 {87134} 1826 1 +87135 {87135} 2045 1 +87136 {87136} 2432 1 +87137 {87137} 9560 1 +87138 {87138} 6630 1 +87139 {87139} 2231 1 +87140 {87140} 9757 1 +87141 {87141} 1707 1 +87142 {87142} 1898 1 +87143 {87143} 11133 1 +87144 {87144} 11741 1 +87145 {87145} 6160 1 +87146 {87146} 10697 1 +87147 {87147} 1891 1 +87148 {87148} 8215 1 +87149 {87149} 8102 1 +87150 {87150} 2031 1 +87151 {87151} 9809 1 +87152 {87152} 2895 1 +87153 {87153} 9554 1 +87154 {87154} 2670 1 +87155 {87155} 2858 1 +87156 {87156} 1092 1 +87157 {87157} 9399 1 +87158 {87158} 7550 1 +87159 {87159} 2795 1 +87160 {87160} 9286 1 +87161 {87161} 1748 1 +87162 {87162} 11595 1 +87163 {87163} 10074 1 +87164 {87164} 3446 1 +87165 {87165} 1841 1 +87166 {87166} 9524 1 +87167 {87167} 2155 1 +87168 {87168} 10147 1 +87169 {87169} 2197 1 +87170 {87170} 2113 1 +87171 {87171} 11198 1 +87172 {87172} 11223 1 +87173 {87173} 2714 1 +87174 {87174} 8272 1 +87175 {87175} 3246 1 +87176 {87176} 10282 1 +87177 {87177} 2459 1 +87178 {87178} 2563 1 +87179 {87179} 9095 1 +87180 {87180} 2288 1 +87181 {87181} 11320 1 +87182 {87182} 1520 1 +87183 {87183} 2788 1 +87184 {87184} 11169 1 +87185 {87185} 2685 1 +87186 {87186} 7491 1 +87187 {87187} 5004 1 +87188 {87188} 9261 1 +87189 {87189} 14030 1 +87190 {87190} 2868 1 +87191 {87191} 10014 1 +87192 {87192} 2395 1 +87193 {87193} 2098 1 +87194 {87194} 2617 1 +87195 {87195} 9663 1 +87196 {87196} 10739 1 +87197 {87197} 2703 1 +87198 {87198} 6689 1 +87199 {87199} 11763 1 +87200 {87200} 3784 1 +87201 {87201} 2666 1 +87202 {87202} 9100 1 +87203 {87203} 10063 1 +87204 {87204} 2031 1 +87205 {87205} 9047 1 +87206 {87206} 10380 1 +87207 {87207} 11874 1 +87208 {87208} 1639 1 +87209 {87209} 1059 1 +87210 {87210} 3600 1 +87211 {87211} 3137 1 +87212 {87212} 10971 1 +87213 {87213} 5552 1 +87214 {87214} 4464 1 +87215 {87215} 9153 1 +87216 {87216} 10813 1 +87217 {87217} 11861 1 +87218 {87218} 16185 1 +87219 {87219} 13154 1 +87220 {87220} 2390 1 +87221 {87221} 4504 1 +87222 {87222} 12527 1 +87223 {87223} 9809 1 +87224 {87224} 10810 1 +87225 {87225} 2360 1 +87226 {87226} 9500 1 +87227 {87227} 4847 1 +87228 {87228} 2107 1 +87229 {87229} 8865 1 +87230 {87230} 2125 1 +87231 {87231} 3556 1 +87232 {87232} 10300 1 +87233 {87233} 10239 1 +87234 {87234} 9458 1 +87235 {87235} 11089 1 +87236 {87236} 5357 1 +87237 {87237} 12265 1 +87238 {87238} 3562 1 +87239 {87239} 9146 1 +87240 {87240} 9476 1 +87241 {87241} 2943 1 +87242 {87242} 1785 1 +87243 {87243} 12285 1 +87244 {87244} 2446 1 +87245 {87245} 2744 1 +87246 {87246} 884 1 +87247 {87247} 1756 1 +87248 {87248} 14438 1 +87249 {87249} 8954 1 +87250 {87250} 8839 1 +87251 {87251} 8638 1 +87252 {87252} 1969 1 +87253 {87253} 10437 1 +87254 {87254} 1922 1 +87255 {87255} 2695 1 +87256 {87256} 2534 1 +87257 {87257} 9446 1 +87258 {87258} 8641 1 +87259 {87259} 10025 1 +87260 {87260} 8633 1 +87261 {87261} 11754 1 +87262 {87262} 9143 1 +87263 {87263} 11188 1 +87264 {87264} 2234 1 +87265 {87265} 5521 1 +87266 {87266} 2402 1 +87267 {87267} 430 1 +87268 {87268} 11250 1 +87269 {87269} 11659 1 +87270 {87270} 1790 1 +87271 {87271} 5037 1 +87272 {87272} 876 1 +87273 {87273} 1848 1 +87274 {87274} 11262 1 +87275 {87275} 2194 1 +87276 {87276} 1062 1 +87277 {87277} 2524 1 +87278 {87278} 2376 1 +87279 {87279} 1384 1 +87280 {87280} 1479 1 +87281 {87281} 10814 1 +87282 {87282} 2099 1 +87283 {87283} 883 1 +87284 {87284} 4063 1 +87285 {87285} 11231 1 +87286 {87286} 940 1 +87287 {87287} 2223 1 +87288 {87288} 2130 1 +87289 {87289} 9870 1 +87290 {87290} 2260 1 +87291 {87291} 558 1 +87292 {87292} 7652 1 +87293 {87293} 11821 1 +87294 {87294} 13251 1 +87295 {87295} 3339 1 +87296 {87296} 8287 1 +87297 {87297} 15136 1 +87298 {87298} 10252 1 +87299 {87299} 2430 1 +87300 {87300} 9747 1 +87301 {87301} 13928 1 +87302 {87302} 2801 1 +87303 {87303} 1066 1 +87304 {87304} 11808 1 +87305 {87305} 1626 1 +87306 {87306} 1994 1 +87307 {87307} 12053 1 +87308 {87308} 2845 1 +87309 {87309} 7905 1 +87310 {87310} 8679 1 +87311 {87311} 11602 1 +87312 {87312} 2530 1 +87313 {87313} 11754 1 +87314 {87314} 1559 1 +87315 {87315} 2530 1 +87316 {87316} 10877 1 +87317 {87317} 2764 1 +87318 {87318} 10999 1 +87319 {87319} 10293 1 +87320 {87320} 8588 1 +87321 {87321} 13798 1 +87322 {87322} 1441 1 +87323 {87323} 2692 1 +87324 {87324} 1824 1 +87325 {87325} 12177 1 +87326 {87326} 2865 1 +87327 {87327} 9699 1 +87328 {87328} 10378 1 +87329 {87329} 10853 1 +87330 {87330} 11022 1 +87331 {87331} 4713 1 +87332 {87332} 10858 1 +87333 {87333} 9156 1 +87334 {87334} 1875 1 +87335 {87335} 1983 1 +87336 {87336} 2256 1 +87337 {87337} 1596 1 +87338 {87338} 1939 1 +87339 {87339} 2232 1 +87340 {87340} 2501 1 +87341 {87341} 9674 1 +87342 {87342} 9987 1 +87343 {87343} 2369 1 +87344 {87344} 11507 1 +87345 {87345} 11653 1 +87346 {87346} 11305 1 +87347 {87347} 2785 1 +87348 {87348} 9725 1 +87349 {87349} 2028 1 +87350 {87350} 12815 1 +87351 {87351} 1951 1 +87352 {87352} 2266 1 +87353 {87353} 11750 1 +87354 {87354} 941 1 +87355 {87355} 9143 1 +87356 {87356} 11113 1 +87357 {87357} 10116 1 +87358 {87358} 1996 1 +87359 {87359} 12041 1 +87360 {87360} 1910 1 +87361 {87361} 2499 1 +87362 {87362} 667 1 +87363 {87363} 3239 1 +87364 {87364} 1643 1 +87365 {87365} 9765 1 +87366 {87366} 7890 1 +87367 {87367} 2121 1 +87368 {87368} 9791 1 +87369 {87369} 968 1 +87370 {87370} 2707 1 +87371 {87371} 9444 1 +87372 {87372} 12632 1 +87373 {87373} 9436 1 +87374 {87374} 1260 1 +87375 {87375} 1704 1 +87376 {87376} 9022 1 +87377 {87377} 9027 1 +87378 {87378} 2689 1 +87379 {87379} 6112 1 +87380 {87380} 1788 1 +87381 {87381} 12347 1 +87382 {87382} 10738 1 +87383 {87383} 3160 1 +87384 {87384} 9324 1 +87385 {87385} 8694 1 +87386 {87386} 10742 1 +87387 {87387} 9481 1 +87388 {87388} 11172 1 +87389 {87389} 2634 1 +87390 {87390} 12543 1 +87391 {87391} 296 1 +87392 {87392} 11367 1 +87393 {87393} 10707 1 +87394 {87394} 10532 1 +87395 {87395} 8243 1 +87396 {87396} 1784 1 +87397 {87397} 1978 1 +87398 {87398} 3340 1 +87399 {87399} 2607 1 +87400 {87400} 2415 1 +87401 {87401} 3174 1 +87402 {87402} 2333 1 +87403 {87403} 2300 1 +87404 {87404} 12509 1 +87405 {87405} 11233 1 +87406 {87406} 2350 1 +87407 {87407} 10674 1 +87408 {87408} 10028 1 +87409 {87409} 10263 1 +87410 {87410} 2467 1 +87411 {87411} 2341 1 +87412 {87412} 2955 1 +87413 {87413} 3175 1 +87414 {87414} 9985 1 +87415 {87415} 2143 1 +87416 {87416} 2470 1 +87417 {87417} 3165 1 +87418 {87418} 1673 1 +87419 {87419} 11964 1 +87420 {87420} 11458 1 +87421 {87421} 9292 1 +87422 {87422} 3688 1 +87423 {87423} 16241 1 +87424 {87424} 5028 1 +87425 {87425} 2200 1 +87426 {87426} 2497 1 +87427 {87427} 1910 1 +87428 {87428} 1926 1 +87429 {87429} 8530 1 +87430 {87430} 2809 1 +87431 {87431} 1961 1 +87432 {87432} 7139 1 +87433 {87433} 1341 1 +87434 {87434} 10310 1 +87435 {87435} 2834 1 +87436 {87436} 6034 1 +87437 {87437} 4512 1 +87438 {87438} 10670 1 +87439 {87439} 2284 1 +87440 {87440} 1701 1 +87441 {87441} 11559 1 +87442 {87442} 1492 1 +87443 {87443} 2740 1 +87444 {87444} 1918 1 +87445 {87445} 1582 1 +87446 {87446} 5041 1 +87447 {87447} 11516 1 +87448 {87448} 8713 1 +87449 {87449} 10675 1 +87450 {87450} 1636 1 +87451 {87451} 2122 1 +87452 {87452} 2403 1 +87453 {87453} 2776 1 +87454 {87454} 3137 1 +87455 {87455} 10207 1 +87456 {87456} 1532 1 +87457 {87457} 10346 1 +87458 {87458} 9622 1 +87459 {87459} 9201 1 +87460 {87460} 2100 1 +87461 {87461} 14377 1 +87462 {87462} 10869 1 +87463 {87463} 1548 1 +87464 {87464} 3558 1 +87465 {87465} 8745 1 +87466 {87466} 2492 1 +87467 {87467} 3448 1 +87468 {87468} 16526 1 +87469 {87469} 3153 1 +87470 {87470} 10715 1 +87471 {87471} 11223 1 +87472 {87472} 10625 1 +87473 {87473} 2366 1 +87474 {87474} 2368 1 +87475 {87475} 673 1 +87476 {87476} 9627 1 +87477 {87477} 1580 1 +87478 {87478} 3797 1 +87479 {87479} 3246 1 +87480 {87480} 9923 1 +87481 {87481} 8107 1 +87482 {87482} 10593 1 +87483 {87483} 2962 1 +87484 {87484} 3013 1 +87485 {87485} 2523 1 +87486 {87486} 2603 1 +87487 {87487} 2290 1 +87488 {87488} 4683 1 +87489 {87489} 15787 1 +87490 {87490} 2969 1 +87491 {87491} 10545 1 +87492 {87492} 1257 1 +87493 {87493} 1870 1 +87494 {87494} 1992 1 +87495 {87495} 2099 1 +87496 {87496} 9950 1 +87497 {87497} 3474 1 +87498 {87498} 3236 1 +87499 {87499} 603 1 +87500 {87500} 2433 1 +87501 {87501} 1614 1 +87502 {87502} 2230 1 +87503 {87503} 1962 1 +87504 {87504} 10251 1 +87505 {87505} 1000 1 +87506 {87506} 1846 1 +87507 {87507} 10331 1 +87508 {87508} 3144 1 +87509 {87509} 993 1 +87510 {87510} 2069 1 +87511 {87511} 2483 1 +87512 {87512} 2311 1 +87513 {87513} 347 1 +87514 {87514} 10741 1 +87515 {87515} 8520 1 +87516 {87516} 5390 1 +87517 {87517} 2979 1 +87518 {87518} 2869 1 +87519 {87519} 9868 1 +87520 {87520} 10332 1 +87521 {87521} 8589 1 +87522 {87522} 1901 1 +87523 {87523} 1439 1 +87524 {87524} 3278 1 +87525 {87525} 13313 1 +87526 {87526} 2349 1 +87527 {87527} 16099 1 +87528 {87528} 2492 1 +87529 {87529} 10124 1 +87530 {87530} 2736 1 +87531 {87531} 9525 1 +87532 {87532} 1032 1 +87533 {87533} 5842 1 +87534 {87534} 2952 1 +87535 {87535} 2348 1 +87536 {87536} 9408 1 +87537 {87537} 2742 1 +87538 {87538} 2472 1 +87539 {87539} 1409 1 +87540 {87540} 1138 1 +87541 {87541} 1606 1 +87542 {87542} 14709 1 +87543 {87543} 10496 1 +87544 {87544} 2660 1 +87545 {87545} 13532 1 +87546 {87546} 10507 1 +87547 {87547} 5039 1 +87548 {87548} 1239 1 +87549 {87549} 2363 1 +87550 {87550} 11309 1 +87551 {87551} 7502 1 +87552 {87552} 9169 1 +87553 {87553} 1750 1 +87554 {87554} 12181 1 +87555 {87555} 3347 1 +87556 {87556} 2573 1 +87557 {87557} 8824 1 +87558 {87558} 9988 1 +87559 {87559} 10174 1 +87560 {87560} 3575 1 +87561 {87561} 2810 1 +87562 {87562} 3105 1 +87563 {87563} 6071 1 +87564 {87564} 400 1 +87565 {87565} 10784 1 +87566 {87566} 3045 1 +87567 {87567} 3039 1 +87568 {87568} 11406 1 +87569 {87569} 9552 1 +87570 {87570} 11273 1 +87571 {87571} 2128 1 +87572 {87572} 8895 1 +87573 {87573} 8831 1 +87574 {87574} 12003 1 +87575 {87575} 1963 1 +87576 {87576} 9185 1 +87577 {87577} 2861 1 +87578 {87578} 9259 1 +87579 {87579} 1582 1 +87580 {87580} 3043 1 +87581 {87581} 3033 1 +87582 {87582} 2327 1 +87583 {87583} 9916 1 +87584 {87584} 9160 1 +87585 {87585} 2058 1 +87586 {87586} 11732 1 +87587 {87587} 10694 1 +87588 {87588} 11866 1 +87589 {87589} 10508 1 +87590 {87590} 2195 1 +87591 {87591} 10392 1 +87592 {87592} 9970 1 +87593 {87593} 11148 1 +87594 {87594} 4159 1 +87595 {87595} 5536 1 +87596 {87596} 2429 1 +87597 {87597} 2145 1 +87598 {87598} 1244 1 +87599 {87599} 11754 1 +87600 {87600} 11108 1 +87601 {87601} 1660 1 +87602 {87602} 3529 1 +87603 {87603} 2273 1 +87604 {87604} 12074 1 +87605 {87605} 12641 1 +87606 {87606} 10721 1 +87607 {87607} 1933 1 +87608 {87608} 2718 1 +87609 {87609} 9771 1 +87610 {87610} 2128 1 +87611 {87611} 2065 1 +87612 {87612} 9898 1 +87613 {87613} 1782 1 +87614 {87614} 10407 1 +87615 {87615} 9046 1 +87616 {87616} 9612 1 +87617 {87617} 2498 1 +87618 {87618} 9561 1 +87619 {87619} 1650 1 +87620 {87620} 5267 1 +87621 {87621} 2765 1 +87622 {87622} 5204 1 +87623 {87623} 5088 1 +87624 {87624} 2370 1 +87625 {87625} 1643 1 +87626 {87626} 10226 1 +87627 {87627} 2558 1 +87628 {87628} 7897 1 +87629 {87629} 1191 1 +87630 {87630} 10875 1 +87631 {87631} 1244 1 +87632 {87632} 2939 1 +87633 {87633} 2867 1 +87634 {87634} 9586 1 +87635 {87635} 5676 1 +87636 {87636} 2017 1 +87637 {87637} 10153 1 +87638 {87638} 2302 1 +87639 {87639} 11023 1 +87640 {87640} 2369 1 +87641 {87641} 2128 1 +87642 {87642} 11121 1 +87643 {87643} 2605 1 +87644 {87644} 1437 1 +87645 {87645} 1755 1 +87646 {87646} 1172 1 +87647 {87647} 2062 1 +87648 {87648} 9989 1 +87649 {87649} 12881 1 +87650 {87650} 7370 1 +87651 {87651} 11482 1 +87652 {87652} 11131 1 +87653 {87653} 1373 1 +87654 {87654} 11089 1 +87655 {87655} 2242 1 +87656 {87656} 3782 1 +87657 {87657} 15169 1 +87658 {87658} 10804 1 +87659 {87659} 1716 1 +87660 {87660} 2156 1 +87661 {87661} 8914 1 +87662 {87662} 2350 1 +87663 {87663} 11893 1 +87664 {87664} 9976 1 +87665 {87665} 2693 1 +87666 {87666} 1331 1 +87667 {87667} 2327 1 +87668 {87668} 9753 1 +87669 {87669} 2325 1 +87670 {87670} 11462 1 +87671 {87671} 2098 1 +87672 {87672} 8409 1 +87673 {87673} 1667 1 +87674 {87674} 3377 1 +87675 {87675} 11262 1 +87676 {87676} 3000 1 +87677 {87677} 8358 1 +87678 {87678} 8705 1 +87679 {87679} 11006 1 +87680 {87680} 2050 1 +87681 {87681} 699 1 +87682 {87682} 2573 1 +87683 {87683} 872 1 +87684 {87684} 8836 1 +87685 {87685} 2363 1 +87686 {87686} 8910 1 +87687 {87687} 2300 1 +87688 {87688} 11347 1 +87689 {87689} 8122 1 +87690 {87690} 10213 1 +87691 {87691} 8875 1 +87692 {87692} 11624 1 +87693 {87693} 1020 1 +87694 {87694} 9115 1 +87695 {87695} 9124 1 +87696 {87696} 9060 1 +87697 {87697} 2109 1 +87698 {87698} 11061 1 +87699 {87699} 2867 1 +87700 {87700} 10163 1 +87701 {87701} 10375 1 +87702 {87702} 8256 1 +87703 {87703} 9519 1 +87704 {87704} 2670 1 +87705 {87705} 9637 1 +87706 {87706} 2255 1 +87707 {87707} 2268 1 +87708 {87708} 2915 1 +87709 {87709} 6588 1 +87710 {87710} 1082 1 +87711 {87711} 1241 1 +87712 {87712} 13415 1 +87713 {87713} 2256 1 +87714 {87714} 9262 1 +87715 {87715} 2530 1 +87716 {87716} 10286 1 +87717 {87717} 11426 1 +87718 {87718} 9362 1 +87719 {87719} 15835 1 +87720 {87720} 1770 1 +87721 {87721} 1632 1 +87722 {87722} 13700 1 +87723 {87723} 6068 1 +87724 {87724} 2914 1 +87725 {87725} 10690 1 +87726 {87726} 497 1 +87727 {87727} 10518 1 +87728 {87728} 11003 1 +87729 {87729} 10776 1 +87730 {87730} 13727 1 +87731 {87731} 6971 1 +87732 {87732} 13123 1 +87733 {87733} 2120 1 +87734 {87734} 10809 1 +87735 {87735} 1988 1 +87736 {87736} 12357 1 +87737 {87737} 2461 1 +87738 {87738} 4902 1 +87739 {87739} 1578 1 +87740 {87740} 8469 1 +87741 {87741} 397 1 +87742 {87742} 1881 1 +87743 {87743} 3246 1 +87744 {87744} 11436 1 +87745 {87745} 9673 1 +87746 {87746} 9424 1 +87747 {87747} 587 1 +87748 {87748} 2785 1 +87749 {87749} 10054 1 +87750 {87750} 9222 1 +87751 {87751} 11175 1 +87752 {87752} 8798 1 +87753 {87753} 2192 1 +87754 {87754} 2267 1 +87755 {87755} 634 1 +87756 {87756} 2766 1 +87757 {87757} 2972 1 +87758 {87758} 3249 1 +87759 {87759} 2363 1 +87760 {87760} 13781 1 +87761 {87761} 791 1 +87762 {87762} 16342 1 +87763 {87763} 2908 1 +87764 {87764} 2189 1 +87765 {87765} 10614 1 +87766 {87766} 10627 1 +87767 {87767} 2606 1 +87768 {87768} 8515 1 +87769 {87769} 2767 1 +87770 {87770} 2251 1 +87771 {87771} 2063 1 +87772 {87772} 2104 1 +87773 {87773} 9109 1 +87774 {87774} 1817 1 +87775 {87775} 10897 1 +87776 {87776} 2100 1 +87777 {87777} 2017 1 +87778 {87778} 7516 1 +87779 {87779} 8662 1 +87780 {87780} 1053 1 +87781 {87781} 16595 1 +87782 {87782} 992 1 +87783 {87783} 5511 1 +87784 {87784} 2955 1 +87785 {87785} 11256 1 +87786 {87786} 9213 1 +87787 {87787} 2523 1 +87788 {87788} 715 1 +87789 {87789} 9682 1 +87790 {87790} 11060 1 +87791 {87791} 10157 1 +87792 {87792} 3736 1 +87793 {87793} 9405 1 +87794 {87794} 1752 1 +87795 {87795} 10702 1 +87796 {87796} 2558 1 +87797 {87797} 1397 1 +87798 {87798} 2095 1 +87799 {87799} 2787 1 +87800 {87800} 11921 1 +87801 {87801} 10532 1 +87802 {87802} 10491 1 +87803 {87803} 1418 1 +87804 {87804} 10987 1 +87805 {87805} 2071 1 +87806 {87806} 3010 1 +87807 {87807} 345 1 +87808 {87808} 3045 1 +87809 {87809} 10606 1 +87810 {87810} 10692 1 +87811 {87811} 2639 1 +87812 {87812} 3231 1 +87813 {87813} 10925 1 +87814 {87814} 8936 1 +87815 {87815} 1783 1 +87816 {87816} 10694 1 +87817 {87817} 11568 1 +87818 {87818} 11656 1 +87819 {87819} 1411 1 +87820 {87820} 10525 1 +87821 {87821} 1904 1 +87822 {87822} 2936 1 +87823 {87823} 3106 1 +87824 {87824} 3124 1 +87825 {87825} 1478 1 +87826 {87826} 5575 1 +87827 {87827} 12240 1 +87828 {87828} 1291 1 +87829 {87829} 10799 1 +87830 {87830} 8771 1 +87831 {87831} 1877 1 +87832 {87832} 2858 1 +87833 {87833} 4933 1 +87834 {87834} 11159 1 +87835 {87835} 2192 1 +87836 {87836} 16376 1 +87837 {87837} 438 1 +87838 {87838} 9904 1 +87839 {87839} 2511 1 +87840 {87840} 11914 1 +87841 {87841} 9238 1 +87842 {87842} 1651 1 +87843 {87843} 10920 1 +87844 {87844} 9302 1 +87845 {87845} 1769 1 +87846 {87846} 8716 1 +87847 {87847} 3741 1 +87848 {87848} 12904 1 +87849 {87849} 4277 1 +87850 {87850} 8962 1 +87851 {87851} 8726 1 +87852 {87852} 9705 1 +87853 {87853} 12879 1 +87854 {87854} 8422 1 +87855 {87855} 7235 1 +87856 {87856} 1469 1 +87857 {87857} 7957 1 +87858 {87858} 2995 1 +87859 {87859} 10157 1 +87860 {87860} 2232 1 +87861 {87861} 4316 1 +87862 {87862} 1299 1 +87863 {87863} 4885 1 +87864 {87864} 1778 1 +87865 {87865} 1790 1 +87866 {87866} 2640 1 +87867 {87867} 9754 1 +87868 {87868} 2705 1 +87869 {87869} 2369 1 +87870 {87870} 2400 1 +87871 {87871} 7618 1 +87872 {87872} 5995 1 +87873 {87873} 11347 1 +87874 {87874} 2487 1 +87875 {87875} 6864 1 +87876 {87876} 10416 1 +87877 {87877} 2998 1 +87878 {87878} 9410 1 +87879 {87879} 2176 1 +87880 {87880} 2660 1 +87881 {87881} 11635 1 +87882 {87882} 3595 1 +87883 {87883} 1583 1 +87884 {87884} 11732 1 +87885 {87885} 10046 1 +87886 {87886} 9782 1 +87887 {87887} 2295 1 +87888 {87888} 1671 1 +87889 {87889} 2567 1 +87890 {87890} 2032 1 +87891 {87891} 11413 1 +87892 {87892} 9718 1 +87893 {87893} 4046 1 +87894 {87894} 10773 1 +87895 {87895} 11299 1 +87896 {87896} 11169 1 +87897 {87897} 2333 1 +87898 {87898} 6461 1 +87899 {87899} 14893 1 +87900 {87900} 2451 1 +87901 {87901} 12316 1 +87902 {87902} 10916 1 +87903 {87903} 6569 1 +87904 {87904} 2028 1 +87905 {87905} 12236 1 +87906 {87906} 2703 1 +87907 {87907} 1156 1 +87908 {87908} 2236 1 +87909 {87909} 10033 1 +87910 {87910} 2469 1 +87911 {87911} 2775 1 +87912 {87912} 3256 1 +87913 {87913} 10016 1 +87914 {87914} 11056 1 +87915 {87915} 7580 1 +87916 {87916} 11246 1 +87917 {87917} 11056 1 +87918 {87918} 2368 1 +87919 {87919} 7321 1 +87920 {87920} 9147 1 +87921 {87921} 1571 1 +87922 {87922} 14155 1 +87923 {87923} 612 1 +87924 {87924} 531 1 +87925 {87925} 2401 1 +87926 {87926} 2604 1 +87927 {87927} 4196 1 +87928 {87928} 10400 1 +87929 {87929} 2685 1 +87930 {87930} 4961 1 +87931 {87931} 1580 1 +87932 {87932} 2799 1 +87933 {87933} 1551 1 +87934 {87934} 432 1 +87935 {87935} 3256 1 +87936 {87936} 2009 1 +87937 {87937} 2602 1 +87938 {87938} 2402 1 +87939 {87939} 15035 1 +87940 {87940} 9645 1 +87941 {87941} 11460 1 +87942 {87942} 2757 1 +87943 {87943} 10866 1 +87944 {87944} 3006 1 +87945 {87945} 3567 1 +87946 {87946} 12397 1 +87947 {87947} 2638 1 +87948 {87948} 12315 1 +87949 {87949} 2861 1 +87950 {87950} 10786 1 +87951 {87951} 13239 1 +87952 {87952} 10340 1 +87953 {87953} 8702 1 +87954 {87954} 13549 1 +87955 {87955} 9775 1 +87956 {87956} 3540 1 +87957 {87957} 1981 1 +87958 {87958} 11019 1 +87959 {87959} 2292 1 +87960 {87960} 2300 1 +87961 {87961} 1682 1 +87962 {87962} 1105 1 +87963 {87963} 2689 1 +87964 {87964} 4974 1 +87965 {87965} 10611 1 +87966 {87966} 8170 1 +87967 {87967} 2193 1 +87968 {87968} 11158 1 +87969 {87969} 2964 1 +87970 {87970} 2007 1 +87971 {87971} 2532 1 +87972 {87972} 16408 1 +87973 {87973} 2771 1 +87974 {87974} 9813 1 +87975 {87975} 2573 1 +87976 {87976} 2502 1 +87977 {87977} 10465 1 +87978 {87978} 11678 1 +87979 {87979} 10828 1 +87980 {87980} 8638 1 +87981 {87981} 1893 1 +87982 {87982} 11453 1 +87983 {87983} 2593 1 +87984 {87984} 9175 1 +87985 {87985} 8525 1 +87986 {87986} 10270 1 +87987 {87987} 3310 1 +87988 {87988} 1041 1 +87989 {87989} 1714 1 +87990 {87990} 11446 1 +87991 {87991} 2278 1 +87992 {87992} 3362 1 +87993 {87993} 2845 1 +87994 {87994} 10179 1 +87995 {87995} 1854 1 +87996 {87996} 5818 1 +87997 {87997} 1067 1 +87998 {87998} 16436 1 +87999 {87999} 11211 1 +88000 {88000} 3072 1 +88001 {88001} 1814 1 +88002 {88002} 10494 1 +88003 {88003} 3149 1 +88004 {88004} 2503 1 +88005 {88005} 10053 1 +88006 {88006} 9166 1 +88007 {88007} 1025 1 +88008 {88008} 9158 1 +88009 {88009} 2708 1 +88010 {88010} 1393 1 +88011 {88011} 2537 1 +88012 {88012} 1505 1 +88013 {88013} 6757 1 +88014 {88014} 3366 1 +88015 {88015} 1670 1 +88016 {88016} 3437 1 +88017 {88017} 2343 1 +88018 {88018} 1678 1 +88019 {88019} 3373 1 +88020 {88020} 2690 1 +88021 {88021} 11380 1 +88022 {88022} 1891 1 +88023 {88023} 1344 1 +88024 {88024} 7584 1 +88025 {88025} 2553 1 +88026 {88026} 3749 1 +88027 {88027} 3398 1 +88028 {88028} 15356 1 +88029 {88029} 2569 1 +88030 {88030} 1537 1 +88031 {88031} 10339 1 +88032 {88032} 1740 1 +88033 {88033} 12244 1 +88034 {88034} 1683 1 +88035 {88035} 2596 1 +88036 {88102} 2601 1 +88037 {88036} 3045 1 +88038 {88037} 9964 1 +88039 {88038} 3252 1 +88040 {88039} 16593 1 +88041 {88040} 9849 1 +88042 {88041} 16097 1 +88043 {88042} 2493 1 +88044 {88043} 8040 1 +88045 {88044} 3734 1 +88046 {88045} 9114 1 +88047 {88046} 11127 1 +88048 {88047} 12422 1 +88049 {88048} 3039 1 +88050 {88049} 10640 1 +88051 {88050} 3031 1 +88052 {88051} 10843 1 +88053 {88052} 1720 1 +88054 {88053} 2944 1 +88055 {88054} 7414 1 +88056 {88055} 11081 1 +88057 {88056} 10734 1 +88058 {88057} 2152 1 +88059 {88058} 3216 1 +88060 {88059} 1538 1 +88061 {88060} 10705 1 +88062 {88061} 2448 1 +88063 {88062} 11273 1 +88064 {88063} 8994 1 +88065 {88064} 1296 1 +88066 {88065} 8418 1 +88067 {88066} 1722 1 +88068 {88067} 2926 1 +88069 {88068} 11343 1 +88070 {88069} 11446 1 +88071 {88070} 1710 1 +88072 {88071} 16144 1 +88073 {88072} 2560 1 +88074 {88073} 13996 1 +88075 {88074} 9254 1 +88076 {88075} 8806 1 +88077 {88076} 3751 1 +88078 {88077} 12597 1 +88079 {88078} 2671 1 +88080 {88079} 13009 1 +88081 {88080} 11500 1 +88082 {88081} 10281 1 +88083 {88082} 2268 1 +88084 {88083} 2380 1 +88085 {88084} 2558 1 +88086 {88085} 10565 1 +88087 {88086} 2537 1 +88088 {88087} 1953 1 +88089 {88088} 2622 1 +88090 {88089} 1836 1 +88091 {88090} 2909 1 +88092 {88091} 8116 1 +88093 {88092} 14181 1 +88094 {88093} 1823 1 +88095 {88094} 1720 1 +88096 {88095} 2230 1 +88097 {88096} 2973 1 +88098 {88097} 3244 1 +88099 {88098} 2123 1 +88100 {88099} 2390 1 +88101 {88100} 4429 1 +88102 {88101} 11624 1 +88103 {88103} 2638 1 +88104 {88104} 1260 1 +88105 {88105} 15907 1 +88106 {88106} 11305 1 +88107 {88107} 2230 1 +88108 {88108} 10442 1 +88109 {88109} 10742 1 +88110 {88110} 8585 1 +88111 {88111} 10124 1 +88112 {88112} 9537 1 +88113 {88113} 1617 1 +88114 {88114} 1565 1 +88115 {88115} 10724 1 +88116 {88116} 2096 1 +88117 {88117} 5943 1 +88118 {88118} 10068 1 +88119 {88119} 10112 1 +88120 {88120} 2091 1 +88121 {88121} 4038 1 +88122 {88122} 4386 1 +88123 {88123} 2564 1 +88124 {88124} 10794 1 +88125 {88125} 2893 1 +88126 {88126} 9936 1 +88127 {88127} 12301 1 +88128 {88128} 2621 1 +88129 {88129} 10531 1 +88130 {88130} 1511 1 +88131 {88131} 8310 1 +88132 {88132} 10487 1 +88133 {88133} 1823 1 +88134 {88134} 3812 1 +88135 {88135} 10619 1 +88136 {88136} 1539 1 +88137 {88137} 10528 1 +88138 {88138} 9544 1 +88139 {88139} 1978 1 +88140 {88140} 3730 1 +88141 {88141} 2113 1 +88142 {88142} 11336 1 +88143 {88143} 12771 1 +88144 {88144} 2764 1 +88145 {88145} 2598 1 +88146 {88146} 16454 1 +88147 {88147} 2760 1 +88148 {88148} 1395 1 +88149 {88149} 2670 1 +88150 {88150} 3273 1 +88151 {88151} 8648 1 +88152 {88152} 3313 1 +88153 {88153} 3141 1 +88154 {88154} 2266 1 +88155 {88155} 2113 1 +88156 {88156} 1578 1 +88157 {88157} 2390 1 +88158 {88158} 2603 1 +88159 {88159} 9451 1 +88160 {88160} 9360 1 +88161 {88161} 11496 1 +88162 {88162} 11752 1 +88163 {88163} 10072 1 +88164 {88164} 11456 1 +88165 {88165} 2293 1 +88166 {88166} 9338 1 +88167 {88167} 11763 1 +88168 {90803} 9584 1 +88169 {88168} 13970 1 +88170 {88169} 1486 1 +88171 {88170} 11424 1 +88172 {88171} 9469 1 +88173 {88172} 1840 1 +88174 {88173} 14591 1 +88175 {88174} 15607 1 +88176 {88175} 9687 1 +88177 {88176} 9580 1 +88178 {88177} 2401 1 +88179 {88178} 1209 1 +88180 {88179} 2015 1 +88181 {88180} 6860 1 +88182 {88181} 1294 1 +88183 {88182} 10112 1 +88184 {88183} 2703 1 +88185 {88184} 712 1 +88186 {88185} 2901 1 +88187 {88186} 2182 1 +88188 {88187} 14167 1 +88189 {88188} 10038 1 +88190 {88189} 1654 1 +88191 {88190} 10195 1 +88192 {88191} 1283 1 +88193 {88192} 2300 1 +88194 {88193} 2701 1 +88195 {88194} 2301 1 +88196 {88195} 10237 1 +88197 {88196} 3593 1 +88198 {88197} 2112 1 +88199 {88198} 2504 1 +88200 {88199} 3346 1 +88201 {88200} 3233 1 +88202 {88201} 12295 1 +88203 {88202} 16555 1 +88204 {88203} 2627 1 +88205 {88204} 2885 1 +88206 {88205} 2060 1 +88207 {88206} 7868 1 +88208 {88207} 11286 1 +88209 {88208} 2922 1 +88210 {88209} 11218 1 +88211 {88210} 9399 1 +88212 {88211} 1823 1 +88213 {88212} 1755 1 +88214 {88213} 1707 1 +88215 {88214} 10580 1 +88216 {88215} 10607 1 +88217 {88216} 2660 1 +88218 {88217} 2706 1 +88219 {88218} 9000 1 +88220 {88219} 1404 1 +88221 {88220} 934 1 +88222 {88221} 8676 1 +88223 {88222} 11198 1 +88224 {88223} 2097 1 +88225 {88224} 1752 1 +88226 {88225} 11172 1 +88227 {88226} 9844 1 +88228 {88227} 1921 1 +88229 {88228} 1214 1 +88230 {88229} 11031 1 +88231 {88230} 1234 1 +88232 {88231} 1277 1 +88233 {88232} 1826 1 +88234 {88233} 10742 1 +88235 {88234} 9362 1 +88236 {88235} 2129 1 +88237 {88236} 10678 1 +88238 {88237} 1245 1 +88239 {88238} 3680 1 +88240 {88239} 14390 1 +88241 {88240} 1561 1 +88242 {88241} 1084 1 +88243 {88242} 10593 1 +88244 {88243} 1478 1 +88245 {88244} 12058 1 +88246 {88245} 10135 1 +88247 {88246} 2031 1 +88248 {88247} 14378 1 +88249 {88248} 2317 1 +88250 {88249} 1477 1 +88251 {88250} 1755 1 +88252 {88251} 686 1 +88253 {88252} 1886 1 +88254 {88253} 9862 1 +88255 {88254} 10879 1 +88256 {88255} 10420 1 +88257 {88256} 11316 1 +88258 {88257} 8615 1 +88259 {88258} 2269 1 +88260 {88259} 9044 1 +88261 {88260} 2055 1 +88262 {88261} 11127 1 +88263 {88262} 6421 1 +88264 {88263} 5347 1 +88265 {88264} 11481 1 +88266 {88265} 1852 1 +88267 {88266} 1682 1 +88268 {88267} 10234 1 +88269 {88268} 2539 1 +88270 {88269} 11038 1 +88271 {88270} 3267 1 +88272 {88271} 2348 1 +88273 {88272} 13476 1 +88274 {88273} 2389 1 +88275 {88274} 11334 1 +88276 {88275} 9514 1 +88277 {88276} 10065 1 +88278 {88277} 2413 1 +88279 {88278} 1779 1 +88280 {88279} 11034 1 +88281 {88280} 2102 1 +88282 {88281} 4233 1 +88283 {88282} 5323 1 +88284 {88283} 2864 1 +88285 {88284} 2673 1 +88286 {88285} 2154 1 +88287 {88286} 2227 1 +88288 {88287} 2754 1 +88289 {88288} 2040 1 +88290 {88289} 2389 1 +88291 {88290} 2722 1 +88292 {88291} 1704 1 +88293 {88292} 10738 1 +88294 {88293} 9230 1 +88295 {88294} 3029 1 +88296 {88295} 3094 1 +88297 {88296} 10879 1 +88298 {88297} 2092 1 +88299 {88298} 1703 1 +88300 {88299} 10236 1 +88301 {88300} 1834 1 +88302 {88301} 12654 1 +88303 {88302} 9451 1 +88304 {88303} 10628 1 +88305 {88304} 1954 1 +88306 {88305} 1323 1 +88307 {88306} 2942 1 +88308 {88307} 2195 1 +88309 {88308} 3755 1 +88310 {88309} 2197 1 +88311 {88310} 2192 1 +88312 {88311} 1417 1 +88313 {88312} 10591 1 +88314 {88313} 3180 1 +88315 {88314} 1438 1 +88316 {88315} 14970 1 +88317 {88316} 9988 1 +88318 {88317} 11810 1 +88319 {88318} 6672 1 +88320 {88319} 1585 1 +88321 {88320} 11466 1 +88322 {88321} 7661 1 +88323 {88322} 1783 1 +88324 {88323} 2605 1 +88325 {88324} 5209 1 +88326 {88325} 10928 1 +88327 {88326} 11331 1 +88328 {88327} 3059 1 +88329 {88328} 14187 1 +88330 {88329} 8052 1 +88331 {88330} 9988 1 +88332 {88331} 9771 1 +88333 {88332} 2566 1 +88334 {88333} 11017 1 +88335 {88334} 7081 1 +88336 {88335} 2368 1 +88337 {88336} 2438 1 +88338 {88337} 10281 1 +88339 {88338} 2669 1 +88340 {88339} 10301 1 +88341 {88340} 13504 1 +88342 {88341} 2742 1 +88343 {88342} 1225 1 +88344 {88343} 2501 1 +88345 {88344} 2909 1 +88346 {88345} 11617 1 +88347 {88346} 10046 1 +88348 {88347} 2102 1 +88349 {88348} 9166 1 +88350 {88349} 4390 1 +88351 {88350} 172 1 +88352 {88351} 2160 1 +88353 {88352} 2633 1 +88354 {88353} 9478 1 +88355 {88354} 1532 1 +88356 {88355} 3307 1 +88357 {88356} 1554 1 +88358 {88357} 2134 1 +88359 {88358} 2725 1 +88360 {88359} 3033 1 +88361 {88360} 2510 1 +88362 {88361} 2681 1 +88363 {88362} 15476 1 +88364 {88363} 10620 1 +88365 {88364} 11453 1 +88366 {88365} 12513 1 +88367 {88366} 9907 1 +88368 {88367} 4116 1 +88369 {88368} 1752 1 +88370 {88369} 11672 1 +88371 {88370} 1213 1 +88372 {88371} 11410 1 +88373 {88372} 13838 1 +88374 {88373} 2866 1 +88375 {88374} 10724 1 +88376 {88375} 1950 1 +88377 {88376} 10001 1 +88378 {88377} 9135 1 +88379 {88378} 855 1 +88380 {88379} 8177 1 +88381 {88380} 2639 1 +88382 {88381} 10301 1 +88383 {88382} 2869 1 +88384 {88383} 2741 1 +88385 {88384} 9844 1 +88386 {88385} 2625 1 +88387 {88386} 11425 1 +88388 {88387} 12478 1 +88389 {88388} 2635 1 +88390 {88389} 9540 1 +88391 {88390} 2175 1 +88392 {88391} 11540 1 +88393 {88392} 1708 1 +88394 {88393} 1360 1 +88395 {88394} 2669 1 +88396 {88395} 3625 1 +88397 {88396} 2523 1 +88398 {88397} 2602 1 +88399 {88398} 2056 1 +88400 {88399} 3312 1 +88401 {88400} 1210 1 +88402 {88401} 5054 1 +88403 {88402} 12290 1 +88404 {88403} 1289 1 +88405 {88404} 1104 1 +88406 {88405} 9329 1 +88407 {88406} 2258 1 +88408 {88407} 8961 1 +88409 {88408} 1524 1 +88410 {88409} 2467 1 +88411 {88410} 8226 1 +88412 {88411} 2065 1 +88413 {88412} 2340 1 +88414 {88413} 2304 1 +88415 {88414} 6773 1 +88416 {88415} 2252 1 +88417 {88416} 2311 1 +88418 {88417} 11005 1 +88419 {88418} 10310 1 +88420 {88419} 2420 1 +88421 {88420} 3475 1 +88422 {88421} 2383 1 +88423 {88422} 2064 1 +88424 {88423} 2843 1 +88425 {88424} 9416 1 +88426 {88425} 12841 1 +88427 {88426} 8315 1 +88428 {88427} 1783 1 +88429 {88428} 9776 1 +88430 {88429} 2076 1 +88431 {88430} 10932 1 +88432 {88431} 9142 1 +88433 {88432} 2371 1 +88434 {88433} 740 1 +88435 {88434} 2635 1 +88436 {88435} 1826 1 +88437 {88436} 2096 1 +88438 {88437} 10090 1 +88439 {88438} 2627 1 +88440 {88439} 14757 1 +88441 {88440} 1784 1 +88442 {88441} 8656 1 +88443 {88442} 9685 1 +88444 {88443} 2762 1 +88445 {88444} 1845 1 +88446 {88445} 2160 1 +88447 {88446} 8838 1 +88448 {88447} 2228 1 +88449 {88448} 3416 1 +88450 {88449} 14722 1 +88451 {88450} 8344 1 +88452 {88451} 11836 1 +88453 {88452} 9740 1 +88454 {88453} 13600 1 +88455 {88454} 8879 1 +88456 {88455} 3448 1 +88457 {88456} 10234 1 +88458 {88457} 9848 1 +88459 {88458} 1950 1 +88460 {88459} 10323 1 +88461 {88460} 10911 1 +88462 {88461} 9723 1 +88463 {88462} 10031 1 +88464 {88463} 2233 1 +88465 {88464} 1512 1 +88466 {88465} 10607 1 +88467 {88466} 2241 1 +88468 {88467} 14847 1 +88469 {88468} 3542 1 +88470 {88469} 2228 1 +88471 {88470} 8486 1 +88472 {88471} 12682 1 +88473 {88472} 10074 1 +88474 {88473} 2333 1 +88475 {88474} 3216 1 +88476 {88475} 1954 1 +88477 {88476} 2867 1 +88478 {88477} 10349 1 +88479 {88478} 2807 1 +88480 {88479} 3963 1 +88481 {88480} 11720 1 +88482 {88481} 12299 1 +88483 {88482} 10375 1 +88484 {88483} 14964 1 +88485 {88484} 2837 1 +88486 {88485} 1596 1 +88487 {88486} 8196 1 +88488 {88487} 8953 1 +88489 {88488} 9856 1 +88490 {88489} 2467 1 +88491 {88490} 10430 1 +88492 {88491} 10470 1 +88493 {88492} 3213 1 +88494 {88493} 2742 1 +88495 {88494} 11999 1 +88496 {88495} 1543 1 +88497 {88496} 11242 1 +88498 {88497} 1976 1 +88499 {88498} 2673 1 +88500 {88499} 2606 1 +88501 {88500} 2839 1 +88502 {88501} 2445 1 +88503 {88502} 2448 1 +88504 {88503} 2097 1 +88505 {88504} 2641 1 +88506 {88505} 2122 1 +88507 {88506} 2494 1 +88508 {88507} 822 1 +88509 {88508} 10734 1 +88510 {88509} 2497 1 +88511 {88510} 2050 1 +88512 {88511} 11842 1 +88513 {88512} 2100 1 +88514 {88513} 10123 1 +88515 {88514} 9540 1 +88516 {88515} 1926 1 +88517 {88516} 8972 1 +88518 {88517} 3046 1 +88519 {88518} 1105 1 +88520 {88519} 1000 1 +88521 {88520} 11955 1 +88522 {88521} 10710 1 +88523 {88522} 2264 1 +88524 {88523} 13681 1 +88525 {88524} 10715 1 +88526 {88525} 2707 1 +88527 {88526} 10306 1 +88528 {88527} 1552 1 +88529 {88528} 9882 1 +88530 {88529} 8557 1 +88531 {88530} 12222 1 +88532 {88531} 2118 1 +88533 {88532} 3314 1 +88534 {88533} 2197 1 +88535 {88534} 10815 1 +88536 {88535} 2223 1 +88537 {88536} 9615 1 +88538 {88537} 10700 1 +88539 {88538} 11009 1 +88540 {88539} 2708 1 +88541 {88540} 3919 1 +88542 {88541} 2300 1 +88543 {88542} 1752 1 +88544 {88543} 10982 1 +88545 {88544} 2094 1 +88546 {88545} 2416 1 +88547 {88546} 2161 1 +88548 {88547} 10542 1 +88549 {88548} 10687 1 +88550 {88549} 1005 1 +88551 {88550} 10594 1 +88552 {88551} 3078 1 +88553 {88552} 13017 1 +88554 {88553} 2029 1 +88555 {88554} 1606 1 +88556 {88555} 10301 1 +88557 {88556} 2435 1 +88558 {88557} 10911 1 +88559 {88558} 839 1 +88560 {88559} 1790 1 +88561 {88560} 10078 1 +88562 {88561} 9690 1 +88563 {88562} 2364 1 +88564 {88563} 14539 1 +88565 {88564} 2910 1 +88566 {88565} 3469 1 +88567 {88566} 2482 1 +88568 {88567} 7667 1 +88569 {88568} 3135 1 +88570 {88569} 2181 1 +88571 {88570} 16070 1 +88572 {88571} 1701 1 +88573 {88572} 8714 1 +88574 {88573} 2267 1 +88575 {88574} 1919 1 +88576 {88575} 11005 1 +88577 {88576} 2029 1 +88578 {88577} 2598 1 +88579 {88578} 965 1 +88580 {88579} 4980 1 +88581 {88580} 2914 1 +88582 {88581} 1827 1 +88583 {88582} 2801 1 +88584 {88583} 8262 1 +88585 {88584} 2703 1 +88586 {88585} 1015 1 +88587 {88586} 1720 1 +88588 {88587} 2461 1 +88589 {88588} 2569 1 +88590 {88589} 2865 1 +88591 {88590} 1812 1 +88592 {88591} 11729 1 +88593 {88592} 11509 1 +88594 {88593} 1515 1 +88595 {88594} 9116 1 +88596 {88595} 7527 1 +88597 {88596} 2323 1 +88598 {88597} 2637 1 +88599 {88598} 3449 1 +88600 {88599} 1752 1 +88601 {88600} 10960 1 +88602 {88601} 1196 1 +88603 {88602} 8960 1 +88604 {88603} 2084 1 +88605 {88604} 1651 1 +88606 {88605} 1434 1 +88607 {88606} 12060 1 +88608 {88607} 2161 1 +88609 {88608} 1745 1 +88610 {88609} 1372 1 +88611 {88610} 1719 1 +88612 {88611} 3267 1 +88613 {88612} 9936 1 +88614 {88613} 10618 1 +88615 {88614} 9794 1 +88616 {88615} 2308 1 +88617 {88616} 9349 1 +88618 {88617} 2998 1 +88619 {88618} 12099 1 +88620 {88619} 1391 1 +88621 {88620} 6583 1 +88622 {88621} 2382 1 +88623 {88622} 3403 1 +88624 {88623} 8752 1 +88625 {88624} 9463 1 +88626 {88625} 2776 1 +88627 {88626} 1682 1 +88628 {88627} 5439 1 +88629 {88628} 1197 1 +88630 {88629} 10980 1 +88631 {88630} 2217 1 +88632 {88631} 2047 1 +88633 {88632} 10016 1 +88634 {88633} 9509 1 +88635 {88634} 56 1 +88636 {88635} 1406 1 +88637 {88636} 2986 1 +88638 {88637} 10856 1 +88639 {88638} 2739 1 +88640 {88639} 3445 1 +88641 {88640} 3558 1 +88642 {88641} 9804 1 +88643 {88642} 2845 1 +88644 {88643} 9790 1 +88645 {88644} 629 1 +88646 {88645} 1679 1 +88647 {88646} 1456 1 +88648 {88647} 9002 1 +88649 {88648} 14496 1 +88650 {88649} 2187 1 +88651 {88650} 9923 1 +88652 {88651} 2414 1 +88653 {88652} 2601 1 +88654 {88653} 10533 1 +88655 {88654} 9994 1 +88656 {88655} 2234 1 +88657 {88656} 2805 1 +88658 {88657} 12611 1 +88659 {88658} 12343 1 +88660 {88659} 2862 1 +88661 {88660} 11447 1 +88662 {88661} 10903 1 +88663 {88662} 11530 1 +88664 {88663} 687 1 +88665 {88664} 3125 1 +88666 {88665} 9158 1 +88667 {88666} 1783 1 +88668 {88667} 11297 1 +88669 {88668} 2929 1 +88670 {88669} 10045 1 +88671 {88670} 2160 1 +88672 {88671} 1431 1 +88673 {88672} 1786 1 +88674 {88673} 11192 1 +88675 {88674} 10539 1 +88676 {88675} 2613 1 +88677 {88676} 1754 1 +88678 {88677} 7819 1 +88679 {88678} 7222 1 +88680 {88679} 10809 1 +88681 {88680} 2840 1 +88682 {88681} 11216 1 +88683 {88682} 9989 1 +88684 {88683} 4743 1 +88685 {88684} 2914 1 +88686 {88685} 11581 1 +88687 {88686} 11319 1 +88688 {88687} 11407 1 +88689 {88688} 808 1 +88690 {88689} 10231 1 +88691 {88690} 1616 1 +88692 {88691} 2468 1 +88693 {88692} 2563 1 +88694 {88693} 2504 1 +88695 {88694} 2535 1 +88696 {88695} 11016 1 +88697 {88696} 9442 1 +88698 {88697} 1783 1 +88699 {88698} 2427 1 +88700 {88699} 2232 1 +88701 {88700} 1205 1 +88702 {88701} 3041 1 +88703 {88702} 1572 1 +88704 {88703} 1737 1 +88705 {88704} 9810 1 +88706 {88705} 3304 1 +88707 {88706} 1961 1 +88708 {88707} 2775 1 +88709 {88708} 2408 1 +88710 {88709} 16378 1 +88711 {88710} 8907 1 +88712 {88711} 9197 1 +88713 {88712} 2071 1 +88714 {88713} 11282 1 +88715 {88714} 2156 1 +88716 {88715} 1508 1 +88717 {88716} 1039 1 +88718 {88717} 10593 1 +88719 {88718} 2806 1 +88720 {88719} 11090 1 +88721 {88720} 3203 1 +88722 {88721} 2154 1 +88723 {88722} 8787 1 +88724 {88723} 2741 1 +88725 {88724} 14480 1 +88726 {88725} 10253 1 +88727 {88726} 1410 1 +88728 {88727} 10462 1 +88729 {88728} 8831 1 +88730 {88729} 4666 1 +88731 {88730} 4803 1 +88732 {88731} 9606 1 +88733 {88732} 1511 1 +88734 {88733} 9567 1 +88735 {88734} 2774 1 +88736 {88735} 2809 1 +88737 {88736} 1719 1 +88738 {88737} 1651 1 +88739 {88738} 8418 1 +88740 {88739} 2045 1 +88741 {88740} 10049 1 +88742 {88741} 11568 1 +88743 {88742} 1530 1 +88744 {88743} 8827 1 +88745 {88744} 1684 1 +88746 {88745} 2271 1 +88747 {88746} 11367 1 +88748 {88747} 11051 1 +88749 {88748} 2939 1 +88750 {88749} 10516 1 +88751 {88750} 10378 1 +88752 {88751} 1326 1 +88753 {88752} 10462 1 +88754 {88753} 2369 1 +88755 {88754} 2705 1 +88756 {88755} 1434 1 +88757 {88756} 10897 1 +88758 {88757} 12370 1 +88759 {88758} 1950 1 +88760 {88759} 2421 1 +88761 {88760} 10434 1 +88762 {88761} 2697 1 +88763 {88762} 11659 1 +88764 {88763} 12739 1 +88765 {88764} 1480 1 +88766 {88765} 1770 1 +88767 {88766} 1166 1 +88768 {88767} 11502 1 +88769 {88768} 5720 1 +88770 {88769} 1787 1 +88771 {88770} 14371 1 +88772 {88771} 8113 1 +88773 {88772} 2228 1 +88774 {88773} 1532 1 +88775 {88774} 8251 1 +88776 {88775} 16447 1 +88777 {88776} 15368 1 +88778 {88777} 14037 1 +88779 {88778} 12769 1 +88780 {88779} 7050 1 +88781 {88780} 871 1 +88782 {88781} 3091 1 +88783 {88782} 2483 1 +88784 {88783} 2295 1 +88785 {88784} 2501 1 +88786 {88785} 2433 1 +88787 {88786} 2656 1 +88788 {88787} 2637 1 +88789 {88788} 2064 1 +88790 {88789} 12260 1 +88791 {88790} 9774 1 +88792 {88791} 10893 1 +88793 {88792} 2549 1 +88794 {88793} 1302 1 +88795 {88794} 1976 1 +88796 {88795} 15934 1 +88797 {88796} 4118 1 +88798 {88797} 9522 1 +88799 {88798} 2361 1 +88800 {88799} 4884 1 +88801 {88800} 9965 1 +88802 {88801} 2267 1 +88803 {88802} 1022 1 +88804 {88803} 2664 1 +88805 {88804} 1957 1 +88806 {88805} 1735 1 +88807 {88806} 10607 1 +88808 {88807} 10523 1 +88809 {88808} 11552 1 +88810 {88809} 13208 1 +88811 {88810} 2293 1 +88812 {88811} 1068 1 +88813 {88812} 4010 1 +88814 {88813} 9831 1 +88815 {88814} 16601 1 +88816 {88815} 2536 1 +88817 {88816} 2937 1 +88818 {88817} 2182 1 +88819 {88818} 7318 1 +88820 {88819} 2974 1 +88821 {88820} 10327 1 +88822 {88821} 2165 1 +88823 {88822} 13885 1 +88824 {88823} 11250 1 +88825 {88824} 3073 1 +88826 {88825} 2032 1 +88827 {88826} 11620 1 +88828 {88827} 11246 1 +88829 {88828} 11060 1 +88830 {88829} 12148 1 +88831 {88830} 7182 1 +88832 {88831} 2938 1 +88833 {88832} 10863 1 +88834 {88833} 8971 1 +88835 {88834} 11061 1 +88836 {88835} 203 1 +88837 {88836} 1959 1 +88838 {88837} 14087 1 +88839 {88838} 1981 1 +88840 {88839} 10490 1 +88841 {88840} 13971 1 +88842 {88841} 2045 1 +88843 {88842} 2858 1 +88844 {88843} 2906 1 +88845 {88844} 2697 1 +88846 {88845} 8228 1 +88847 {88846} 1641 1 +88848 {88847} 9206 1 +88849 {88848} 1679 1 +88850 {88849} 10997 1 +88851 {88850} 2859 1 +88852 {88851} 3322 1 +88853 {88852} 5415 1 +88854 {88853} 10147 1 +88855 {88854} 2231 1 +88856 {88855} 2097 1 +88857 {88856} 11226 1 +88858 {88857} 1817 1 +88859 {88858} 2067 1 +88860 {88859} 9367 1 +88861 {88860} 1628 1 +88862 {88861} 2305 1 +88863 {88862} 1607 1 +88864 {88863} 3241 1 +88865 {88864} 1890 1 +88866 {88865} 2629 1 +88867 {88866} 3416 1 +88868 {88867} 2601 1 +88869 {88868} 3636 1 +88870 {88869} 1205 1 +88871 {88870} 10471 1 +88872 {88871} 10165 1 +88873 {88872} 1855 1 +88874 {88873} 2068 1 +88875 {88874} 1271 1 +88876 {88875} 1155 1 +88877 {88876} 1946 1 +88878 {88877} 2523 1 +88879 {88878} 10971 1 +88880 {88879} 10302 1 +88881 {88880} 2301 1 +88882 {88881} 2571 1 +88883 {88882} 1193 1 +88884 {88883} 2933 1 +88885 {88884} 671 1 +88886 {88885} 11446 1 +88887 {88886} 11078 1 +88888 {88887} 10886 1 +88889 {88888} 2872 1 +88890 {88889} 11366 1 +88891 {88890} 8908 1 +88892 {88891} 9466 1 +88893 {88892} 2095 1 +88894 {88893} 2639 1 +88895 {88894} 10614 1 +88896 {88895} 2266 1 +88897 {88896} 3105 1 +88898 {88897} 9867 1 +88899 {88898} 9938 1 +88900 {88899} 9577 1 +88901 {88900} 2435 1 +88902 {88901} 3215 1 +88903 {88902} 3562 1 +88904 {88903} 2092 1 +88905 {88904} 2487 1 +88906 {88905} 9687 1 +88907 {88906} 11110 1 +88908 {88907} 10232 1 +88909 {88908} 14888 1 +88910 {88909} 14813 1 +88911 {88910} 13651 1 +88912 {88911} 9552 1 +88913 {88912} 10101 1 +88914 {88913} 2777 1 +88915 {88914} 14715 1 +88916 {88915} 9663 1 +88917 {88916} 1980 1 +88918 {88917} 2800 1 +88919 {88918} 1787 1 +88920 {88919} 12864 1 +88921 {88920} 2266 1 +88922 {88921} 10891 1 +88923 {88922} 7288 1 +88924 {88923} 1918 1 +88925 {88924} 8932 1 +88926 {88925} 14463 1 +88927 {88926} 10982 1 +88928 {88927} 12106 1 +88929 {88928} 2466 1 +88930 {88929} 2742 1 +88931 {88930} 12474 1 +88932 {88931} 15187 1 +88933 {88932} 5546 1 +88934 {88933} 8766 1 +88935 {88934} 3214 1 +88936 {88935} 927 1 +88937 {88936} 2942 1 +88938 {88937} 8844 1 +88939 {88938} 11299 1 +88940 {88939} 10453 1 +88941 {88940} 10878 1 +88942 {88941} 10286 1 +88943 {88942} 9554 1 +88944 {88943} 3110 1 +88945 {88944} 2865 1 +88946 {88945} 2842 1 +88947 {88946} 10099 1 +88948 {88947} 1264 1 +88949 {88948} 14430 1 +88950 {88949} 1678 1 +88951 {88950} 2223 1 +88952 {88951} 2104 1 +88953 {88952} 3676 1 +88954 {88953} 2535 1 +88955 {88954} 13128 1 +88956 {88955} 3763 1 +88957 {88956} 2777 1 +88958 {88957} 2392 1 +88959 {88958} 2660 1 +88960 {88959} 10503 1 +88961 {88960} 10536 1 +88962 {88961} 9331 1 +88963 {88962} 11493 1 +88964 {88963} 10620 1 +88965 {88964} 11275 1 +88966 {88965} 10323 1 +88967 {88966} 10783 1 +88968 {88967} 9329 1 +88969 {88968} 3643 1 +88970 {88969} 3686 1 +88971 {88970} 10086 1 +88972 {88971} 10942 1 +88973 {88972} 10760 1 +88974 {88973} 9344 1 +88975 {88974} 10195 1 +88976 {88975} 1774 1 +88977 {88976} 2465 1 +88978 {88977} 1990 1 +88979 {88978} 10333 1 +88980 {88979} 3311 1 +88981 {88980} 8646 1 +88982 {88981} 2454 1 +88983 {88982} 10121 1 +88984 {88983} 9770 1 +88985 {88984} 10932 1 +88986 {88985} 2892 1 +88987 {88986} 1960 1 +88988 {88987} 11123 1 +88989 {88988} 923 1 +88990 {88989} 10810 1 +88991 {88990} 9538 1 +88992 {88991} 10241 1 +88993 {88992} 7512 1 +88994 {88993} 12604 1 +88995 {88994} 1416 1 +88996 {88995} 6423 1 +88997 {88996} 2099 1 +88998 {88997} 3523 1 +88999 {88998} 10202 1 +89000 {88999} 8930 1 +89001 {89000} 11452 1 +89002 {89001} 3974 1 +89003 {89002} 608 1 +89004 {89003} 11835 1 +89005 {89004} 439 1 +89006 {89005} 1798 1 +89007 {89006} 1242 1 +89008 {89007} 1001 1 +89009 {89008} 2840 1 +89010 {89009} 2290 1 +89011 {89010} 9652 1 +89012 {89011} 1099 1 +89013 {89012} 10646 1 +89014 {89013} 1554 1 +89015 {89014} 2978 1 +89016 {89015} 7970 1 +89017 {89016} 11913 1 +89018 {89017} 8958 1 +89019 {89018} 9206 1 +89020 {89019} 3838 1 +89021 {89020} 3738 1 +89022 {89021} 2708 1 +89023 {89022} 9947 1 +89024 {89023} 11110 1 +89025 {89024} 1774 1 +89026 {89025} 3110 1 +89027 {89026} 2843 1 +89028 {89027} 9314 1 +89029 {89028} 2501 1 +89030 {89029} 14043 1 +89031 {89030} 11707 1 +89032 {89031} 10456 1 +89033 {89032} 2909 1 +89034 {89033} 1429 1 +89035 {89034} 10452 1 +89036 {89035} 10486 1 +89037 {89036} 3761 1 +89038 {89037} 2209 1 +89039 {89038} 2912 1 +89040 {89039} 5435 1 +89041 {89040} 3439 1 +89042 {89041} 10239 1 +89043 {89042} 6134 1 +89044 {89043} 1603 1 +89045 {89044} 1971 1 +89046 {89045} 2496 1 +89047 {89046} 5663 1 +89048 {89047} 2189 1 +89049 {89048} 11714 1 +89050 {89049} 16541 1 +89051 {89050} 2222 1 +89052 {89051} 1130 1 +89053 {89052} 12156 1 +89054 {89053} 3394 1 +89055 {89054} 1515 1 +89056 {89055} 2100 1 +89057 {89056} 5013 1 +89058 {89057} 9657 1 +89059 {89058} 9317 1 +89060 {89059} 7156 1 +89061 {89060} 9434 1 +89062 {89061} 2483 1 +89063 {89062} 2408 1 +89064 {89063} 8557 1 +89065 {89064} 2190 1 +89066 {89065} 3230 1 +89067 {89066} 1647 1 +89068 {89067} 1851 1 +89069 {89068} 11417 1 +89070 {89069} 2302 1 +89071 {89070} 5219 1 +89072 {89071} 1091 1 +89073 {89072} 2007 1 +89074 {89073} 1403 1 +89075 {89074} 2462 1 +89076 {89075} 11222 1 +89077 {89076} 9850 1 +89078 {89077} 1922 1 +89079 {89078} 2669 1 +89080 {89079} 10350 1 +89081 {89080} 7176 1 +89082 {89081} 11659 1 +89083 {89082} 11580 1 +89084 {89083} 11305 1 +89085 {89084} 10027 1 +89086 {89085} 12234 1 +89087 {89086} 10104 1 +89088 {89087} 11003 1 +89089 {89088} 1820 1 +89090 {89089} 10951 1 +89091 {89090} 10455 1 +89092 {89091} 8387 1 +89093 {89092} 8896 1 +89094 {89093} 10702 1 +89095 {89094} 9475 1 +89096 {89095} 2541 1 +89097 {89096} 3040 1 +89098 {89097} 7276 1 +89099 {89098} 2352 1 +89100 {89099} 2167 1 +89101 {89100} 12486 1 +89102 {89101} 11256 1 +89103 {89102} 4192 1 +89104 {89103} 1142 1 +89105 {89104} 2157 1 +89106 {89105} 2233 1 +89107 {89106} 10442 1 +89108 {89107} 11846 1 +89109 {89108} 10807 1 +89110 {89109} 665 1 +89111 {89110} 9912 1 +89112 {89111} 14466 1 +89113 {89112} 10332 1 +89114 {89113} 2884 1 +89115 {89114} 10048 1 +89116 {89115} 11273 1 +89117 {89116} 2304 1 +89118 {89117} 10634 1 +89119 {89118} 9835 1 +89120 {89119} 3241 1 +89121 {89120} 9809 1 +89122 {89121} 2335 1 +89123 {89122} 2154 1 +89124 {89123} 13484 1 +89125 {89124} 9898 1 +89126 {89125} 2029 1 +89127 {89126} 2604 1 +89128 {89127} 2057 1 +89129 {89128} 2620 1 +89130 {89129} 10702 1 +89131 {89130} 6971 1 +89132 {89131} 2492 1 +89133 {89132} 8196 1 +89134 {89133} 15910 1 +89135 {89134} 1571 1 +89136 {89135} 14303 1 +89137 {89136} 8508 1 +89138 {89137} 1971 1 +89139 {89138} 2562 1 +89140 {89139} 15904 1 +89141 {89140} 3337 1 +89142 {89141} 3128 1 +89143 {89142} 10051 1 +89144 {89143} 8982 1 +89145 {89144} 1582 1 +89146 {89145} 2019 1 +89147 {89146} 11392 1 +89148 {89147} 2979 1 +89149 {89148} 2700 1 +89150 {89149} 10593 1 +89151 {89150} 10231 1 +89152 {89151} 4470 1 +89153 {89152} 11056 1 +89154 {89153} 2830 1 +89155 {89154} 10710 1 +89156 {89155} 3174 1 +89157 {89156} 2278 1 +89158 {89157} 10593 1 +89159 {89158} 798 1 +89160 {89159} 11159 1 +89161 {89160} 2334 1 +89162 {89161} 11092 1 +89163 {89162} 2907 1 +89164 {89163} 10241 1 +89165 {89164} 14730 1 +89166 {89165} 2231 1 +89167 {89166} 1779 1 +89168 {89167} 2471 1 +89169 {89168} 11514 1 +89170 {89169} 12079 1 +89171 {89170} 1561 1 +89172 {89171} 1749 1 +89173 {89172} 16520 1 +89174 {89173} 3143 1 +89175 {89174} 9900 1 +89176 {89175} 11299 1 +89177 {89176} 10646 1 +89178 {89177} 14986 1 +89179 {89178} 1576 1 +89180 {89179} 2410 1 +89181 {89180} 7121 1 +89182 {89181} 267 1 +89183 {89182} 2160 1 +89184 {89183} 1925 1 +89185 {89184} 14436 1 +89186 {89185} 10126 1 +89187 {89186} 11160 1 +89188 {89187} 11061 1 +89189 {89188} 11876 1 +89190 {89189} 2143 1 +89191 {89190} 11961 1 +89192 {89191} 11279 1 +89193 {89192} 15583 1 +89194 {89193} 2754 1 +89195 {89194} 2399 1 +89196 {89195} 2736 1 +89197 {89196} 11582 1 +89198 {89197} 9776 1 +89199 {89198} 10525 1 +89200 {89199} 1986 1 +89201 {89200} 2100 1 +89202 {89201} 14259 1 +89203 {89202} 2568 1 +89204 {89203} 2734 1 +89205 {89204} 12692 1 +89206 {89205} 10719 1 +89207 {89206} 2173 1 +89208 {89207} 13461 1 +89209 {89208} 3280 1 +89210 {89209} 1636 1 +89211 {89210} 2429 1 +89212 {89211} 2739 1 +89213 {89212} 1448 1 +89214 {89213} 2298 1 +89215 {89214} 1410 1 +89216 {89215} 10289 1 +89217 {89216} 10544 1 +89218 {89217} 1342 1 +89219 {89218} 2501 1 +89220 {89219} 2466 1 +89221 {89220} 2300 1 +89222 {89221} 3448 1 +89223 {89222} 2247 1 +89224 {89223} 1214 1 +89225 {89224} 9862 1 +89226 {89225} 9862 1 +89227 {89226} 9243 1 +89228 {89227} 1815 1 +89229 {89228} 4878 1 +89230 {89229} 3024 1 +89231 {89230} 2124 1 +89232 {89231} 7201 1 +89233 {89232} 2739 1 +89234 {89233} 2824 1 +89235 {89234} 1540 1 +89236 {89235} 2851 1 +89237 {89236} 11802 1 +89238 {89237} 1507 1 +89239 {89238} 2972 1 +89240 {89239} 1947 1 +89241 {89240} 11520 1 +89242 {89241} 2736 1 +89243 {89242} 2598 1 +89244 {89243} 3010 1 +89245 {89244} 2223 1 +89246 {89245} 12850 1 +89247 {89246} 14108 1 +89248 {89247} 699 1 +89249 {89248} 2890 1 +89250 {89249} 3500 1 +89251 {89250} 9608 1 +89252 {89251} 10928 1 +89253 {89252} 8840 1 +89254 {89253} 10755 1 +89255 {89254} 1960 1 +89256 {89255} 2223 1 +89257 {89256} 1527 1 +89258 {89257} 10407 1 +89259 {89258} 2776 1 +89260 {89259} 3943 1 +89261 {89260} 2215 1 +89262 {89261} 9892 1 +89263 {89262} 15721 1 +89264 {89263} 9285 1 +89265 {89264} 2461 1 +89266 {89265} 1202 1 +89267 {89266} 13486 1 +89268 {89267} 1287 1 +89269 {89268} 7760 1 +89270 {89269} 587 1 +89271 {89270} 6827 1 +89272 {89271} 1380 1 +89273 {89272} 2290 1 +89274 {89273} 9206 1 +89275 {89274} 2563 1 +89276 {89275} 2320 1 +89277 {89276} 1957 1 +89278 {89277} 2673 1 +89279 {89278} 10374 1 +89280 {89279} 5820 1 +89281 {89280} 10674 1 +89282 {89281} 9612 1 +89283 {89282} 1939 1 +89284 {89283} 2764 1 +89285 {89284} 1007 1 +89286 {89285} 1878 1 +89287 {89286} 12100 1 +89288 {89287} 3046 1 +89289 {89288} 764 1 +89290 {89289} 1891 1 +89291 {89290} 2604 1 +89292 {89291} 3138 1 +89293 {89292} 1947 1 +89294 {89293} 11288 1 +89295 {89294} 10267 1 +89296 {89295} 1756 1 +89297 {89296} 3831 1 +89298 {89297} 2625 1 +89299 {89298} 13168 1 +89300 {89299} 3383 1 +89301 {89300} 7787 1 +89302 {89301} 10272 1 +89303 {89302} 13233 1 +89304 {89303} 15877 1 +89305 {89304} 13285 1 +89306 {89305} 11712 1 +89307 {89306} 1925 1 +89308 {89307} 2791 1 +89309 {89308} 10699 1 +89310 {89309} 14476 1 +89311 {89310} 7143 1 +89312 {89311} 15597 1 +89313 {89312} 9720 1 +89314 {89313} 3043 1 +89315 {89314} 8415 1 +89316 {89315} 4946 1 +89317 {89316} 10602 1 +89318 {89317} 2063 1 +89319 {89318} 2065 1 +89320 {89319} 849 1 +89321 {89320} 10142 1 +89322 {89321} 2989 1 +89323 {89322} 2671 1 +89324 {89323} 9871 1 +89325 {89324} 9941 1 +89326 {89325} 2018 1 +89327 {89326} 10067 1 +89328 {89327} 8223 1 +89329 {89328} 10354 1 +89330 {89329} 9136 1 +89331 {89330} 12090 1 +89332 {89331} 3107 1 +89333 {89332} 10956 1 +89334 {89333} 9366 1 +89335 {89334} 7907 1 +89336 {89335} 2118 1 +89337 {89336} 3278 1 +89338 {89337} 9766 1 +89339 {89338} 9856 1 +89340 {89339} 3188 1 +89341 {89340} 5129 1 +89342 {89341} 9175 1 +89343 {89342} 1944 1 +89344 {89343} 10976 1 +89345 {89344} 9544 1 +89346 {89345} 10934 1 +89347 {89346} 1584 1 +89348 {89347} 2244 1 +89349 {89348} 16497 1 +89350 {89349} 474 1 +89351 {89350} 2423 1 +89352 {89351} 3368 1 +89353 {89352} 1676 1 +89354 {89353} 9214 1 +89355 {89354} 10253 1 +89356 {89355} 6203 1 +89357 {89356} 3348 1 +89358 {89357} 10646 1 +89359 {89358} 1976 1 +89360 {89359} 6059 1 +89361 {89360} 2962 1 +89362 {89361} 1994 1 +89363 {89362} 14880 1 +89364 {89363} 1158 1 +89365 {89364} 10452 1 +89366 {89365} 14874 1 +89367 {89366} 10830 1 +89368 {89367} 12495 1 +89369 {89368} 10804 1 +89370 {89369} 1496 1 +89371 {89370} 7744 1 +89372 {89371} 2689 1 +89373 {89372} 10892 1 +89374 {89373} 2739 1 +89375 {89374} 2429 1 +89376 {89375} 13089 1 +89377 {89376} 2639 1 +89378 {89377} 2173 1 +89379 {89378} 2087 1 +89380 {89379} 9045 1 +89381 {89380} 2806 1 +89382 {89381} 9438 1 +89383 {89382} 2251 1 +89384 {89383} 11355 1 +89385 {89384} 11251 1 +89386 {89385} 9765 1 +89387 {89386} 2249 1 +89388 {89387} 2028 1 +89389 {89388} 2066 1 +89390 {89389} 11283 1 +89391 {89390} 10177 1 +89392 {89391} 1384 1 +89393 {89392} 3279 1 +89394 {89393} 5942 1 +89395 {89394} 7884 1 +89396 {89395} 1232 1 +89397 {89396} 2793 1 +89398 {89397} 3075 1 +89399 {89398} 2844 1 +89400 {89399} 1947 1 +89401 {89400} 11871 1 +89402 {89401} 2300 1 +89403 {89402} 9810 1 +89404 {89403} 10343 1 +89405 {89404} 3433 1 +89406 {89405} 11894 1 +89407 {89406} 13077 1 +89408 {89407} 9140 1 +89409 {89408} 12174 1 +89410 {89409} 2499 1 +89411 {89410} 3077 1 +89412 {89411} 10685 1 +89413 {89412} 1007 1 +89414 {89413} 2386 1 +89415 {89414} 5588 1 +89416 {89415} 10967 1 +89417 {89416} 2435 1 +89418 {89417} 2668 1 +89419 {89418} 10094 1 +89420 {89419} 2897 1 +89421 {89420} 16142 1 +89422 {89421} 3111 1 +89423 {89422} 12794 1 +89424 {89423} 1199 1 +89425 {89424} 9507 1 +89426 {89425} 1653 1 +89427 {89426} 2598 1 +89428 {89427} 4708 1 +89429 {89428} 6030 1 +89430 {89429} 9944 1 +89431 {89430} 2601 1 +89432 {89431} 2124 1 +89433 {89432} 10366 1 +89434 {89433} 10487 1 +89435 {89434} 850 1 +89436 {89435} 16015 1 +89437 {89436} 11979 1 +89438 {89437} 939 1 +89439 {89438} 3073 1 +89440 {89439} 10218 1 +89441 {89440} 3412 1 +89442 {89441} 10593 1 +89443 {89442} 1406 1 +89444 {89443} 2966 1 +89445 {89444} 1271 1 +89446 {89445} 1710 1 +89447 {89446} 10575 1 +89448 {89447} 2673 1 +89449 {89448} 11073 1 +89450 {89449} 2563 1 +89451 {89450} 2161 1 +89452 {89451} 2404 1 +89453 {89452} 2192 1 +89454 {89453} 10462 1 +89455 {89454} 2703 1 +89456 {89455} 3657 1 +89457 {89456} 3838 1 +89458 {89457} 12329 1 +89459 {89458} 5268 1 +89460 {89459} 9637 1 +89461 {89460} 1038 1 +89462 {89461} 10437 1 +89463 {89462} 2797 1 +89464 {89463} 10487 1 +89465 {89464} 9268 1 +89466 {89465} 2476 1 +89467 {89466} 9555 1 +89468 {89467} 10241 1 +89469 {89468} 2596 1 +89470 {89469} 1622 1 +89471 {89470} 2903 1 +89472 {89471} 2616 1 +89473 {89472} 1123 1 +89474 {89473} 2299 1 +89475 {89474} 9643 1 +89476 {89475} 12583 1 +89477 {89476} 8519 1 +89478 {89477} 9092 1 +89479 {89478} 2066 1 +89480 {89479} 10407 1 +89481 {89480} 2401 1 +89482 {89481} 8529 1 +89483 {89482} 10821 1 +89484 {89483} 12520 1 +89485 {89484} 2733 1 +89486 {89485} 11453 1 +89487 {89486} 9369 1 +89488 {89487} 2572 1 +89489 {89488} 1811 1 +89490 {89489} 2727 1 +89491 {89490} 3505 1 +89492 {89491} 1937 1 +89493 {89492} 1710 1 +89494 {89493} 11930 1 +89495 {89494} 10186 1 +89496 {89495} 2940 1 +89497 {89496} 12158 1 +89498 {89497} 10118 1 +89499 {89498} 10707 1 +89500 {89499} 2498 1 +89501 {89500} 1927 1 +89502 {89501} 7290 1 +89503 {89502} 2883 1 +89504 {89503} 1414 1 +89505 {89504} 2388 1 +89506 {89505} 11402 1 +89507 {89506} 1299 1 +89508 {89507} 10361 1 +89509 {89508} 2697 1 +89510 {89509} 9649 1 +89511 {89510} 5196 1 +89512 {89511} 1038 1 +89513 {89512} 3042 1 +89514 {89513} 2972 1 +89515 {89514} 4024 1 +89516 {89515} 1519 1 +89517 {89516} 2705 1 +89518 {89517} 2300 1 +89519 {89518} 3121 1 +89520 {89519} 2303 1 +89521 {89520} 1606 1 +89522 {89521} 2638 1 +89523 {89522} 10866 1 +89524 {89523} 2693 1 +89525 {89524} 2469 1 +89526 {89525} 2227 1 +89527 {89526} 1916 1 +89528 {89527} 2326 1 +89529 {89528} 2899 1 +89530 {89529} 8079 1 +89531 {89530} 2693 1 +89532 {89531} 3975 1 +89533 {89532} 11304 1 +89534 {89533} 2164 1 +89535 {89534} 12115 1 +89536 {89535} 12878 1 +89537 {89536} 3098 1 +89538 {89537} 11402 1 +89539 {89538} 2679 1 +89540 {89539} 9090 1 +89541 {89540} 2412 1 +89542 {89541} 12096 1 +89543 {89542} 9686 1 +89544 {89543} 9711 1 +89545 {89544} 2265 1 +89546 {89545} 12677 1 +89547 {89546} 11892 1 +89548 {89547} 12010 1 +89549 {89548} 14123 1 +89550 {89549} 11522 1 +89551 {89550} 7636 1 +89552 {89551} 1922 1 +89553 {89552} 3248 1 +89554 {89553} 11127 1 +89555 {89554} 2832 1 +89556 {89555} 1830 1 +89557 {89556} 9867 1 +89558 {89557} 194 1 +89559 {89558} 8243 1 +89560 {89559} 3210 1 +89561 {89560} 7564 1 +89562 {89561} 14036 1 +89563 {89562} 9681 1 +89564 {89563} 2801 1 +89565 {89564} 1616 1 +89566 {89565} 12269 1 +89567 {89566} 1817 1 +89568 {89567} 2826 1 +89569 {89568} 9247 1 +89570 {89569} 6013 1 +89571 {89570} 1922 1 +89572 {89571} 11649 1 +89573 {89572} 15692 1 +89574 {89573} 12729 1 +89575 {89574} 10210 1 +89576 {89575} 3104 1 +89577 {89576} 12260 1 +89578 {89577} 2764 1 +89579 {89578} 2112 1 +89580 {89579} 11380 1 +89581 {89580} 652 1 +89582 {89581} 10 1 +89583 {89582} 8659 1 +89584 {89583} 3650 1 +89585 {89584} 11139 1 +89586 {89585} 16122 1 +89587 {89586} 2771 1 +89588 {89587} 9270 1 +89589 {89588} 2660 1 +89590 {89589} 2063 1 +89591 {89590} 1534 1 +89592 {89591} 2047 1 +89593 {89592} 12544 1 +89594 {89593} 2166 1 +89595 {89594} 2400 1 +89596 {89595} 10288 1 +89597 {89596} 2326 1 +89598 {89597} 2241 1 +89599 {89598} 8595 1 +89600 {89599} 3014 1 +89601 {89600} 15394 1 +89602 {89601} 10948 1 +89603 {89602} 11507 1 +89604 {89603} 1083 1 +89605 {89604} 11741 1 +89606 {89605} 5042 1 +89607 {89606} 10017 1 +89608 {89607} 9673 1 +89609 {89608} 2811 1 +89610 {89609} 2218 1 +89611 {89610} 8812 1 +89612 {89611} 1612 1 +89613 {89612} 10950 1 +89614 {89613} 9244 1 +89615 {89614} 11096 1 +89616 {89615} 7782 1 +89617 {89616} 3431 1 +89618 {89617} 10340 1 +89619 {89618} 2618 1 +89620 {89619} 2605 1 +89621 {89620} 2292 1 +89622 {89621} 10024 1 +89623 {89622} 3446 1 +89624 {89623} 15839 1 +89625 {89624} 10309 1 +89626 {89625} 2132 1 +89627 {89626} 3092 1 +89628 {89627} 11896 1 +89629 {89628} 2062 1 +89630 {89629} 11071 1 +89631 {89630} 10400 1 +89632 {89631} 11496 1 +89633 {89632} 2130 1 +89634 {89633} 9365 1 +89635 {89634} 3542 1 +89636 {89635} 955 1 +89637 {89636} 11080 1 +89638 {89637} 1682 1 +89639 {89638} 2371 1 +89640 {89639} 2784 1 +89641 {89640} 10025 1 +89642 {89641} 10396 1 +89643 {89642} 7370 1 +89644 {89643} 2130 1 +89645 {89644} 2707 1 +89646 {89645} 9541 1 +89647 {89646} 1856 1 +89648 {89647} 11029 1 +89649 {89648} 2165 1 +89650 {89649} 2380 1 +89651 {89650} 7673 1 +89652 {89651} 10017 1 +89653 {89652} 2161 1 +89654 {89653} 1679 1 +89655 {89654} 2160 1 +89656 {89655} 2797 1 +89657 {89656} 2350 1 +89658 {89657} 2267 1 +89659 {89658} 10945 1 +89660 {89659} 10341 1 +89661 {89660} 2874 1 +89662 {89661} 2415 1 +89663 {89662} 2903 1 +89664 {89663} 2502 1 +89665 {89664} 1580 1 +89666 {89665} 9583 1 +89667 {89666} 1008 1 +89668 {89667} 6511 1 +89669 {89668} 2706 1 +89670 {89669} 12098 1 +89671 {89670} 2432 1 +89672 {89671} 2568 1 +89673 {89672} 2605 1 +89674 {89673} 10147 1 +89675 {89674} 3585 1 +89676 {89675} 2304 1 +89677 {89676} 6943 1 +89678 {89677} 10571 1 +89679 {89678} 2098 1 +89680 {89679} 2300 1 +89681 {89680} 2840 1 +89682 {89681} 2856 1 +89683 {89682} 2400 1 +89684 {89683} 2234 1 +89685 {89684} 9100 1 +89686 {89685} 12041 1 +89687 {89686} 2705 1 +89688 {89687} 11399 1 +89689 {89688} 10277 1 +89690 {89689} 1921 1 +89691 {89690} 2227 1 +89692 {89691} 9977 1 +89693 {89692} 8571 1 +89694 {89693} 10494 1 +89695 {89694} 2775 1 +89696 {89695} 11025 1 +89697 {89696} 2055 1 +89698 {89697} 1548 1 +89699 {89698} 1275 1 +89700 {89699} 3734 1 +89701 {89700} 10919 1 +89702 {89701} 10648 1 +89703 {89702} 2265 1 +89704 {89703} 2515 1 +89705 {89704} 11090 1 +89706 {89705} 10094 1 +89707 {89706} 1583 1 +89708 {89707} 1552 1 +89709 {89708} 10710 1 +89710 {89709} 1849 1 +89711 {89710} 9484 1 +89712 {89711} 9884 1 +89713 {89712} 2603 1 +89714 {89713} 2552 1 +89715 {89714} 10923 1 +89716 {89715} 1786 1 +89717 {89716} 10109 1 +89718 {89717} 1581 1 +89719 {89718} 8642 1 +89720 {89719} 2414 1 +89721 {89720} 2133 1 +89722 {89721} 9284 1 +89723 {89722} 5611 1 +89724 {89723} 12919 1 +89725 {89724} 2763 1 +89726 {89725} 3377 1 +89727 {89726} 3039 1 +89728 {89727} 14246 1 +89729 {89728} 1135 1 +89730 {89729} 2671 1 +89731 {89730} 10736 1 +89732 {89731} 4007 1 +89733 {89732} 11925 1 +89734 {89733} 2331 1 +89735 {89734} 2149 1 +89736 {89735} 1469 1 +89737 {89736} 13662 1 +89738 {89737} 12573 1 +89739 {89738} 3528 1 +89740 {89739} 9794 1 +89741 {89740} 14316 1 +89742 {89741} 7918 1 +89743 {89742} 3270 1 +89744 {89743} 7412 1 +89745 {89744} 8214 1 +89746 {89745} 10936 1 +89747 {89746} 8124 1 +89748 {89747} 10934 1 +89749 {89748} 13091 1 +89750 {89749} 2775 1 +89751 {89750} 10102 1 +89752 {89751} 1887 1 +89753 {89752} 2287 1 +89754 {89753} 9302 1 +89755 {89754} 11775 1 +89756 {89755} 932 1 +89757 {89756} 2493 1 +89758 {89757} 14710 1 +89759 {89758} 10701 1 +89760 {89759} 2503 1 +89761 {89760} 1399 1 +89762 {89761} 2104 1 +89763 {89762} 11370 1 +89764 {89763} 1274 1 +89765 {89764} 2774 1 +89766 {89765} 1552 1 +89767 {89766} 2829 1 +89768 {89767} 9580 1 +89769 {89768} 9891 1 +89770 {89769} 11856 1 +89771 {89770} 1961 1 +89772 {89771} 14623 1 +89773 {89772} 11092 1 +89774 {89773} 11061 1 +89775 {89774} 1655 1 +89776 {89775} 1340 1 +89777 {89776} 8128 1 +89778 {89777} 4016 1 +89779 {89778} 15030 1 +89780 {89779} 2809 1 +89781 {89780} 1790 1 +89782 {89781} 9262 1 +89783 {89782} 8910 1 +89784 {89783} 16588 1 +89785 {89784} 10250 1 +89786 {89785} 14310 1 +89787 {89786} 9582 1 +89788 {89787} 2268 1 +89789 {89788} 2029 1 +89790 {89789} 2705 1 +89791 {89790} 10686 1 +89792 {89791} 3540 1 +89793 {89792} 7285 1 +89794 {89793} 1619 1 +89795 {89794} 3111 1 +89796 {89795} 3893 1 +89797 {89796} 11195 1 +89798 {89797} 2503 1 +89799 {89798} 9393 1 +89800 {89799} 1951 1 +89801 {89800} 2335 1 +89802 {89801} 13503 1 +89803 {89802} 10305 1 +89804 {89803} 10879 1 +89805 {89804} 11771 1 +89806 {89805} 2386 1 +89807 {89806} 1478 1 +89808 {89807} 2893 1 +89809 {89808} 2433 1 +89810 {89809} 2706 1 +89811 {89810} 11016 1 +89812 {89811} 12230 1 +89813 {89812} 6543 1 +89814 {89813} 7700 1 +89815 {89814} 3046 1 +89816 {89815} 1479 1 +89817 {89816} 1519 1 +89818 {89817} 10766 1 +89819 {89818} 11066 1 +89820 {89819} 9909 1 +89821 {89820} 1998 1 +89822 {89821} 2621 1 +89823 {89822} 1750 1 +89824 {89823} 2397 1 +89825 {89824} 10750 1 +89826 {89825} 2942 1 +89827 {89826} 2378 1 +89828 {89827} 2205 1 +89829 {89828} 4886 1 +89830 {89829} 3312 1 +89831 {89830} 11842 1 +89832 {89831} 2371 1 +89833 {89832} 15925 1 +89834 {89833} 10364 1 +89835 {89834} 2590 1 +89836 {89835} 3320 1 +89837 {89836} 10222 1 +89838 {89837} 3480 1 +89839 {89838} 3227 1 +89840 {89839} 1466 1 +89841 {89840} 2844 1 +89842 {89841} 2456 1 +89843 {89842} 14871 1 +89844 {89843} 2129 1 +89845 {89844} 12132 1 +89846 {89845} 4092 1 +89847 {89846} 512 1 +89848 {89847} 1646 1 +89849 {89848} 2843 1 +89850 {89849} 11222 1 +89851 {89850} 3793 1 +89852 {89851} 8896 1 +89853 {89852} 2738 1 +89854 {89853} 1339 1 +89855 {89854} 1332 1 +89856 {89855} 2943 1 +89857 {89856} 2652 1 +89858 {89857} 2319 1 +89859 {89858} 10490 1 +89860 {89859} 11015 1 +89861 {89860} 2837 1 +89862 {89861} 1970 1 +89863 {89862} 1861 1 +89864 {89863} 2024 1 +89865 {89864} 2708 1 +89866 {89865} 9721 1 +89867 {89866} 1525 1 +89868 {89867} 1574 1 +89869 {89868} 1898 1 +89870 {89869} 3004 1 +89871 {89870} 9152 1 +89872 {89871} 2184 1 +89873 {89872} 3087 1 +89874 {89873} 1903 1 +89875 {89874} 11327 1 +89876 {89875} 11309 1 +89877 {89876} 1851 1 +89878 {89877} 2296 1 +89879 {89878} 4829 1 +89880 {89879} 2255 1 +89881 {89880} 2064 1 +89882 {89881} 11868 1 +89883 {89882} 9849 1 +89884 {89883} 10598 1 +89885 {89884} 8776 1 +89886 {89885} 11779 1 +89887 {89886} 9167 1 +89888 {89887} 12204 1 +89889 {89888} 8405 1 +89890 {89889} 1732 1 +89891 {89890} 10286 1 +89892 {89891} 8961 1 +89893 {89892} 1448 1 +89894 {89893} 9618 1 +89895 {89894} 5598 1 +89896 {89895} 1992 1 +89897 {89896} 16511 1 +89898 {89897} 3322 1 +89899 {89898} 11729 1 +89900 {89899} 8696 1 +89901 {89900} 3062 1 +89902 {89901} 8960 1 +89903 {89902} 2214 1 +89904 {89903} 9579 1 +89905 {89904} 12320 1 +89906 {89905} 2400 1 +89907 {89906} 1581 1 +89908 {89907} 10413 1 +89909 {89908} 11039 1 +89910 {89909} 3013 1 +89911 {89910} 10738 1 +89912 {89911} 2461 1 +89913 {89912} 2296 1 +89914 {89913} 2989 1 +89915 {89914} 9467 1 +89916 {89915} 2487 1 +89917 {89916} 2743 1 +89918 {89917} 10815 1 +89919 {89918} 11319 1 +89920 {89919} 16471 1 +89921 {89920} 1806 1 +89922 {89921} 10163 1 +89923 {89922} 10354 1 +89924 {89923} 15324 1 +89925 {89924} 9803 1 +89926 {89925} 3378 1 +89927 {89926} 2101 1 +89928 {89927} 10860 1 +89929 {89928} 10953 1 +89930 {89929} 1855 1 +89931 {89930} 9699 1 +89932 {89931} 2450 1 +89933 {89932} 2165 1 +89934 {89933} 2573 1 +89935 {89934} 3308 1 +89936 {89935} 1634 1 +89937 {89936} 10428 1 +89938 {89937} 3712 1 +89939 {89938} 8605 1 +89940 {89939} 4960 1 +89941 {89940} 2661 1 +89942 {89941} 10807 1 +89943 {89942} 7728 1 +89944 {89943} 10386 1 +89945 {89944} 1543 1 +89946 {89945} 9612 1 +89947 {89946} 3045 1 +89948 {89947} 11595 1 +89949 {89948} 2604 1 +89950 {89949} 2143 1 +89951 {89950} 9408 1 +89952 {89951} 2777 1 +89953 {89952} 2763 1 +89954 {89953} 11197 1 +89955 {89954} 3603 1 +89956 {89955} 9782 1 +89957 {89956} 9947 1 +89958 {89957} 2301 1 +89959 {89958} 2100 1 +89960 {89959} 2775 1 +89961 {89960} 2360 1 +89962 {89961} 2110 1 +89963 {89962} 9981 1 +89964 {89963} 11686 1 +89965 {89964} 3373 1 +89966 {89965} 2705 1 +89967 {89966} 9590 1 +89968 {89967} 2766 1 +89969 {89968} 9956 1 +89970 {89969} 11639 1 +89971 {89970} 11807 1 +89972 {89971} 11507 1 +89973 {89972} 10914 1 +89974 {89973} 15472 1 +89975 {89974} 14238 1 +89976 {89975} 1753 1 +89977 {89976} 140 1 +89978 {89977} 11131 1 +89979 {89978} 9532 1 +89980 {89979} 2050 1 +89981 {89980} 10953 1 +89982 {89981} 3208 1 +89983 {89982} 1951 1 +89984 {89983} 9947 1 +89985 {89984} 15564 1 +89986 {89985} 2917 1 +89987 {89986} 2195 1 +89988 {89987} 1730 1 +89989 {89988} 2497 1 +89990 {89989} 2790 1 +89991 {89990} 7924 1 +89992 {89991} 10846 1 +89993 {89992} 2402 1 +89994 {89993} 2069 1 +89995 {89994} 10960 1 +89996 {89995} 9725 1 +89997 {89996} 629 1 +89998 {89997} 8790 1 +89999 {89998} 10394 1 +90000 {89999} 2856 1 +90001 {90000} 10941 1 +90002 {90001} 2711 1 +90003 {90002} 2371 1 +90004 {90003} 2499 1 +90005 {90004} 9957 1 +90006 {90005} 15138 1 +90007 {90006} 14752 1 +90008 {90007} 9400 1 +90009 {90008} 2477 1 +90010 {90009} 2922 1 +90011 {90010} 4768 1 +90012 {90011} 7568 1 +90013 {90012} 4130 1 +90014 {90013} 2397 1 +90015 {90014} 1840 1 +90016 {90015} 11456 1 +90017 {90016} 902 1 +90018 {90017} 16050 1 +90019 {90018} 2372 1 +90020 {90019} 15060 1 +90021 {90020} 1271 1 +90022 {90021} 8914 1 +90023 {90022} 2858 1 +90024 {90023} 2870 1 +90025 {90024} 3100 1 +90026 {90025} 11398 1 +90027 {90026} 1748 1 +90028 {90027} 2562 1 +90029 {90028} 1646 1 +90030 {90029} 9100 1 +90031 {90030} 1737 1 +90032 {90031} 10026 1 +90033 {90032} 11750 1 +90034 {90033} 1852 1 +90035 {90034} 1595 1 +90036 {90035} 11029 1 +90037 {90036} 2771 1 +90038 {90037} 1710 1 +90039 {90038} 10074 1 +90040 {90039} 10563 1 +90041 {90040} 2922 1 +90042 {90041} 3679 1 +90043 {90042} 11964 1 +90044 {90043} 1918 1 +90045 {90044} 5869 1 +90046 {90045} 3043 1 +90047 {90046} 1881 1 +90048 {90047} 3297 1 +90049 {90048} 1552 1 +90050 {90049} 6427 1 +90051 {90050} 2454 1 +90052 {90051} 1609 1 +90053 {90052} 2539 1 +90054 {90053} 9726 1 +90055 {90054} 3416 1 +90056 {90055} 13570 1 +90057 {90056} 8008 1 +90058 {90057} 9684 1 +90059 {90058} 2964 1 +90060 {90059} 11024 1 +90061 {90060} 1303 1 +90062 {90061} 12781 1 +90063 {90062} 1585 1 +90064 {90063} 2076 1 +90065 {90064} 2151 1 +90066 {90065} 12139 1 +90067 {90066} 2425 1 +90068 {90067} 2874 1 +90069 {90068} 9327 1 +90070 {90069} 2026 1 +90071 {90070} 10263 1 +90072 {90071} 1199 1 +90073 {90072} 513 1 +90074 {90073} 11863 1 +90075 {90074} 11123 1 +90076 {90075} 9862 1 +90077 {90076} 12759 1 +90078 {90077} 1882 1 +90079 {90078} 8357 1 +90080 {90079} 3076 1 +90081 {90080} 1640 1 +90082 {90081} 4104 1 +90083 {90082} 2292 1 +90084 {90083} 9556 1 +90085 {90084} 11312 1 +90086 {90085} 3593 1 +90087 {90086} 14525 1 +90088 {90087} 12805 1 +90089 {90088} 2360 1 +90090 {90089} 13896 1 +90091 {90090} 3634 1 +90092 {90091} 10438 1 +90093 {90092} 2693 1 +90094 {90093} 1713 1 +90095 {90094} 11446 1 +90096 {90095} 2504 1 +90097 {90096} 1499 1 +90098 {90097} 2487 1 +90099 {90098} 3539 1 +90100 {90099} 15741 1 +90101 {90100} 1660 1 +90102 {90101} 3573 1 +90103 {90102} 2293 1 +90104 {90103} 2234 1 +90105 {90104} 15474 1 +90106 {90105} 2263 1 +90107 {90106} 1504 1 +90108 {90107} 2400 1 +90109 {90108} 9493 1 +90110 {90109} 11366 1 +90111 {90110} 9978 1 +90112 {90111} 3012 1 +90113 {90112} 1821 1 +90114 {90113} 11910 1 +90115 {90114} 4869 1 +90116 {90115} 12026 1 +90117 {90116} 10581 1 +90118 {90117} 3074 1 +90119 {90118} 2363 1 +90120 {90119} 11612 1 +90121 {90120} 11019 1 +90122 {90121} 2627 1 +90123 {90122} 2410 1 +90124 {90123} 7257 1 +90125 {90124} 2609 1 +90126 {90125} 2500 1 +90127 {90126} 9295 1 +90128 {90127} 13960 1 +90129 {90128} 6474 1 +90130 {90129} 1956 1 +90131 {90130} 10998 1 +90132 {90131} 2158 1 +90133 {90132} 9944 1 +90134 {90133} 2707 1 +90135 {90134} 5585 1 +90136 {90135} 2557 1 +90137 {90136} 2217 1 +90138 {90137} 15009 1 +90139 {90138} 1183 1 +90140 {90139} 10333 1 +90141 {90140} 10450 1 +90142 {90141} 9527 1 +90143 {90142} 9981 1 +90144 {90143} 2399 1 +90145 {90144} 9940 1 +90146 {90145} 2995 1 +90147 {90146} 2674 1 +90148 {90147} 1572 1 +90149 {90148} 2301 1 +90150 {90149} 7980 1 +90151 {90150} 1732 1 +90152 {90151} 10380 1 +90153 {90152} 10738 1 +90154 {90153} 10465 1 +90155 {90154} 3549 1 +90156 {90155} 2638 1 +90157 {90156} 897 1 +90158 {90157} 1922 1 +90159 {90158} 3270 1 +90160 {90159} 9083 1 +90161 {90160} 9959 1 +90162 {90161} 14598 1 +90163 {90162} 10569 1 +90164 {90163} 2428 1 +90165 {90164} 2843 1 +90166 {90165} 1431 1 +90167 {90166} 6352 1 +90168 {90167} 13386 1 +90169 {90168} 11681 1 +90170 {90169} 2894 1 +90171 {90170} 2392 1 +90172 {90171} 2158 1 +90173 {90172} 1138 1 +90174 {90173} 3310 1 +90175 {90174} 2635 1 +90176 {90175} 1484 1 +90177 {90176} 1960 1 +90178 {90177} 1987 1 +90179 {90178} 2736 1 +90180 {90179} 9941 1 +90181 {90180} 2158 1 +90182 {90181} 1994 1 +90183 {90182} 2192 1 +90184 {90183} 2933 1 +90185 {90184} 2975 1 +90186 {90185} 11478 1 +90187 {90186} 2435 1 +90188 {90187} 1944 1 +90189 {90188} 1791 1 +90190 {90189} 2493 1 +90191 {90190} 11120 1 +90192 {90191} 3073 1 +90193 {90192} 10526 1 +90194 {90193} 2158 1 +90195 {90194} 10420 1 +90196 {90195} 2568 1 +90197 {90196} 8893 1 +90198 {90197} 2487 1 +90199 {90198} 11056 1 +90200 {90199} 3047 1 +90201 {90200} 11586 1 +90202 {90201} 1381 1 +90203 {90202} 11714 1 +90204 {90203} 14342 1 +90205 {90204} 10653 1 +90206 {90205} 2705 1 +90207 {90206} 3667 1 +90208 {90207} 16461 1 +90209 {90208} 10620 1 +90210 {90209} 1993 1 +90211 {90210} 10626 1 +90212 {90211} 2368 1 +90213 {90212} 1881 1 +90214 {90213} 11492 1 +90215 {90214} 503 1 +90216 {90215} 10218 1 +90217 {90216} 9491 1 +90218 {90217} 15268 1 +90219 {90218} 1708 1 +90220 {90219} 10618 1 +90221 {90220} 12207 1 +90222 {90221} 9082 1 +90223 {90222} 1912 1 +90224 {90223} 1519 1 +90225 {90224} 9851 1 +90226 {90225} 2332 1 +90227 {90226} 1673 1 +90228 {90227} 1413 1 +90229 {90228} 10715 1 +90230 {90229} 2456 1 +90231 {90230} 10195 1 +90232 {90231} 2091 1 +90233 {90232} 2764 1 +90234 {90233} 10496 1 +90235 {90234} 2975 1 +90236 {90235} 10457 1 +90237 {90236} 9355 1 +90238 {90237} 11846 1 +90239 {90238} 10928 1 +90240 {90239} 1887 1 +90241 {90240} 2605 1 +90242 {90241} 10340 1 +90243 {90242} 9215 1 +90244 {90243} 10695 1 +90245 {90244} 13585 1 +90246 {90245} 1856 1 +90247 {90246} 8100 1 +90248 {90247} 8955 1 +90249 {90248} 2769 1 +90250 {90249} 8614 1 +90251 {90250} 11487 1 +90252 {90251} 11139 1 +90253 {90252} 1377 1 +90254 {90253} 2940 1 +90255 {90254} 12124 1 +90256 {90255} 9711 1 +90257 {90256} 13021 1 +90258 {90257} 10783 1 +90259 {90258} 11346 1 +90260 {90259} 11312 1 +90261 {90260} 3753 1 +90262 {90261} 13033 1 +90263 {90262} 11197 1 +90264 {90263} 3767 1 +90265 {90264} 2156 1 +90266 {90265} 8287 1 +90267 {90266} 9863 1 +90268 {90267} 2408 1 +90269 {90268} 2161 1 +90270 {90269} 8342 1 +90271 {90270} 8810 1 +90272 {90271} 1976 1 +90273 {90272} 2491 1 +90274 {90273} 9941 1 +90275 {90274} 1406 1 +90276 {90275} 16231 1 +90277 {90276} 3109 1 +90278 {90277} 9941 1 +90279 {90278} 3248 1 +90280 {90279} 11509 1 +90281 {90280} 2222 1 +90282 {90281} 10626 1 +90283 {90282} 2207 1 +90284 {90283} 9341 1 +90285 {90284} 1434 1 +90286 {90285} 10465 1 +90287 {90286} 7155 1 +90288 {90287} 1910 1 +90289 {90288} 1826 1 +90290 {90289} 1545 1 +90291 {90290} 1720 1 +90292 {90291} 1478 1 +90293 {90292} 3514 1 +90294 {90293} 1331 1 +90295 {90294} 1567 1 +90296 {90295} 2670 1 +90297 {90296} 12747 1 +90298 {90297} 10162 1 +90299 {90298} 3406 1 +90300 {90299} 1499 1 +90301 {90300} 11516 1 +90302 {90301} 10773 1 +90303 {90302} 2394 1 +90304 {90303} 9761 1 +90305 {90304} 11024 1 +90306 {90305} 1447 1 +90307 {90306} 16623 1 +90308 {90307} 1518 1 +90309 {90308} 5205 1 +90310 {90309} 2468 1 +90311 {90310} 10794 1 +90312 {90311} 9644 1 +90313 {90312} 2261 1 +90314 {90313} 2227 1 +90315 {90314} 2695 1 +90316 {90315} 11754 1 +90317 {90316} 6213 1 +90318 {90317} 11914 1 +90319 {90318} 10157 1 +90320 {90319} 9634 1 +90321 {90320} 1369 1 +90322 {90321} 11761 1 +90323 {90322} 2574 1 +90324 {90323} 11477 1 +90325 {90324} 2524 1 +90326 {90325} 3057 1 +90327 {90326} 2705 1 +90328 {90327} 1595 1 +90329 {90328} 10599 1 +90330 {90329} 2164 1 +90331 {90330} 2325 1 +90332 {90331} 2397 1 +90333 {90332} 2361 1 +90334 {90333} 1276 1 +90335 {90334} 9576 1 +90336 {90335} 10567 1 +90337 {90336} 10116 1 +90338 {90337} 1756 1 +90339 {90338} 6640 1 +90340 {90339} 1275 1 +90341 {90340} 2491 1 +90342 {90341} 2901 1 +90343 {90342} 10268 1 +90344 {90343} 10492 1 +90345 {90344} 9524 1 +90346 {90345} 2775 1 +90347 {90346} 1925 1 +90348 {90347} 9207 1 +90349 {90348} 2797 1 +90350 {90349} 2743 1 +90351 {90350} 13728 1 +90352 {90351} 15690 1 +90353 {90352} 1802 1 +90354 {90353} 10673 1 +90355 {90354} 11489 1 +90356 {90355} 2531 1 +90357 {90356} 3409 1 +90358 {90357} 11234 1 +90359 {90358} 16512 1 +90360 {90359} 1459 1 +90361 {90360} 7366 1 +90362 {90361} 9906 1 +90363 {90362} 2425 1 +90364 {90363} 3072 1 +90365 {90364} 3078 1 +90366 {90365} 1321 1 +90367 {90366} 2091 1 +90368 {90367} 3327 1 +90369 {90368} 2958 1 +90370 {90369} 10475 1 +90371 {90370} 1841 1 +90372 {90371} 11636 1 +90373 {90372} 3574 1 +90374 {90373} 1520 1 +90375 {90374} 2536 1 +90376 {90375} 3596 1 +90377 {90376} 4199 1 +90378 {90377} 6210 1 +90379 {90378} 2161 1 +90380 {90379} 10948 1 +90381 {90380} 3327 1 +90382 {90381} 7112 1 +90383 {90382} 3438 1 +90384 {90383} 2401 1 +90385 {90384} 3058 1 +90386 {90385} 8274 1 +90387 {90386} 1369 1 +90388 {90387} 16092 1 +90389 {90388} 10804 1 +90390 {90389} 2978 1 +90391 {90390} 1548 1 +90392 {90391} 3949 1 +90393 {90392} 2776 1 +90394 {90393} 11756 1 +90395 {90394} 8550 1 +90396 {90395} 11364 1 +90397 {90396} 2366 1 +90398 {90397} 1046 1 +90399 {90398} 6696 1 +90400 {90399} 3054 1 +90401 {90400} 1754 1 +90402 {90401} 2929 1 +90403 {90402} 2197 1 +90404 {90403} 1904 1 +90405 {90404} 11133 1 +90406 {90405} 6980 1 +90407 {90406} 1924 1 +90408 {90407} 1753 1 +90409 {90408} 1662 1 +90410 {90409} 10689 1 +90411 {90410} 11289 1 +90412 {90411} 8340 1 +90413 {90412} 1231 1 +90414 {90413} 14947 1 +90415 {90414} 2708 1 +90416 {90415} 11732 1 +90417 {90416} 11319 1 +90418 {90417} 8404 1 +90419 {90418} 2441 1 +90420 {90419} 9700 1 +90421 {90420} 1599 1 +90422 {90421} 2557 1 +90423 {90422} 3337 1 +90424 {90423} 14360 1 +90425 {90424} 11024 1 +90426 {90425} 12803 1 +90427 {90426} 6165 1 +90428 {90427} 1676 1 +90429 {90428} 2936 1 +90430 {90429} 8636 1 +90431 {90430} 11277 1 +90432 {90431} 12391 1 +90433 {90432} 8380 1 +90434 {90433} 1680 1 +90435 {90434} 11744 1 +90436 {90435} 9974 1 +90437 {90436} 8735 1 +90438 {90437} 4005 1 +90439 {90438} 1173 1 +90440 {90439} 11748 1 +90441 {90440} 2287 1 +90442 {90441} 1393 1 +90443 {90442} 9188 1 +90444 {90443} 14328 1 +90445 {90444} 5865 1 +90446 {90445} 10672 1 +90447 {90446} 6529 1 +90448 {90447} 10364 1 +90449 {90448} 2051 1 +90450 {90449} 1972 1 +90451 {90450} 9680 1 +90452 {90451} 11316 1 +90453 {90452} 4530 1 +90454 {90453} 10239 1 +90455 {90454} 14073 1 +90456 {90455} 1885 1 +90457 {90456} 1619 1 +90458 {90457} 3433 1 +90459 {90458} 1271 1 +90460 {90459} 11860 1 +90461 {90460} 2908 1 +90462 {90461} 14247 1 +90463 {90462} 3651 1 +90464 {90463} 7019 1 +90465 {90464} 3398 1 +90466 {90465} 10352 1 +90467 {90466} 2181 1 +90468 {90467} 2160 1 +90469 {90468} 10158 1 +90470 {90469} 11355 1 +90471 {90470} 9624 1 +90472 {90471} 9583 1 +90473 {90472} 14935 1 +90474 {90473} 2775 1 +90475 {90474} 2015 1 +90476 {90475} 2498 1 +90477 {90476} 10949 1 +90478 {90477} 7349 1 +90479 {90478} 10525 1 +90480 {90479} 2861 1 +90481 {90480} 2635 1 +90482 {90481} 1651 1 +90483 {90482} 11133 1 +90484 {90483} 1957 1 +90485 {90484} 9304 1 +90486 {90485} 10346 1 +90487 {90486} 9291 1 +90488 {90487} 943 1 +90489 {90488} 1594 1 +90490 {90489} 11675 1 +90491 {90490} 9545 1 +90492 {90491} 13483 1 +90493 {90492} 11708 1 +90494 {90493} 1445 1 +90495 {90494} 11146 1 +90496 {90495} 5425 1 +90497 {90496} 2363 1 +90498 {90497} 16108 1 +90499 {90498} 15667 1 +90500 {90499} 2185 1 +90501 {90500} 2669 1 +90502 {90501} 2394 1 +90503 {90502} 9930 1 +90504 {90503} 15831 1 +90505 {90504} 2672 1 +90506 {90505} 1602 1 +90507 {90506} 2593 1 +90508 {90507} 3982 1 +90509 {90508} 1892 1 +90510 {90509} 2497 1 +90511 {90510} 2967 1 +90512 {90511} 11259 1 +90513 {90512} 8674 1 +90514 {90513} 10769 1 +90515 {90514} 5740 1 +90516 {90515} 3012 1 +90517 {90516} 2295 1 +90518 {90517} 8721 1 +90519 {90518} 1962 1 +90520 {90519} 2917 1 +90521 {90520} 1809 1 +90522 {90521} 9844 1 +90523 {90522} 8165 1 +90524 {90523} 12565 1 +90525 {90524} 6273 1 +90526 {90525} 10475 1 +90527 {90526} 2397 1 +90528 {90527} 11955 1 +90529 {90528} 2430 1 +90530 {90529} 9624 1 +90531 {90530} 11343 1 +90532 {90531} 11093 1 +90533 {90532} 3263 1 +90534 {90533} 10730 1 +90535 {90534} 1818 1 +90536 {90535} 11087 1 +90537 {90536} 2399 1 +90538 {90537} 1994 1 +90539 {90538} 1617 1 +90540 {90539} 575 1 +90541 {90540} 3348 1 +90542 {90541} 8963 1 +90543 {90542} 3069 1 +90544 {90543} 2129 1 +90545 {90544} 10419 1 +90546 {90545} 13797 1 +90547 {90546} 2068 1 +90548 {90547} 2874 1 +90549 {90548} 15733 1 +90550 {90549} 2118 1 +90551 {90550} 1947 1 +90552 {90551} 2603 1 +90553 {90552} 10626 1 +90554 {90553} 6783 1 +90555 {90554} 3010 1 +90556 {90555} 9930 1 +90557 {90556} 2025 1 +90558 {90557} 9392 1 +90559 {90558} 10130 1 +90560 {90559} 9551 1 +90561 {90560} 2069 1 +90562 {90561} 10293 1 +90563 {90562} 9665 1 +90564 {90563} 10338 1 +90565 {90564} 11914 1 +90566 {90565} 2839 1 +90567 {90566} 9532 1 +90568 {90567} 1698 1 +90569 {90568} 3090 1 +90570 {90569} 2633 1 +90571 {90570} 10009 1 +90572 {90571} 3004 1 +90573 {90572} 2638 1 +90574 {90573} 1377 1 +90575 {90574} 1679 1 +90576 {90575} 16208 1 +90577 {90576} 3246 1 +90578 {90577} 9952 1 +90579 {90578} 2705 1 +90580 {90579} 2742 1 +90581 {90580} 11029 1 +90582 {90581} 7806 1 +90583 {90582} 1475 1 +90584 {90583} 9747 1 +90585 {90584} 2189 1 +90586 {90585} 11089 1 +90587 {90586} 11562 1 +90588 {90587} 3470 1 +90589 {90588} 2066 1 +90590 {90589} 11554 1 +90591 {90590} 14761 1 +90592 {90591} 11435 1 +90593 {90592} 1345 1 +90594 {90593} 11683 1 +90595 {90594} 9503 1 +90596 {90595} 2432 1 +90597 {90596} 11273 1 +90598 {90597} 9677 1 +90599 {90598} 756 1 +90600 {90599} 11066 1 +90601 {90600} 6148 1 +90602 {90601} 8299 1 +90603 {90602} 1989 1 +90604 {90603} 12727 1 +90605 {90604} 5150 1 +90606 {90605} 8586 1 +90607 {90606} 11512 1 +90608 {90607} 12747 1 +90609 {90608} 2350 1 +90610 {90609} 10171 1 +90611 {90610} 10360 1 +90612 {90611} 1597 1 +90613 {90612} 2723 1 +90614 {90613} 11622 1 +90615 {90614} 9430 1 +90616 {90615} 2411 1 +90617 {90616} 10845 1 +90618 {90617} 8493 1 +90619 {90618} 1849 1 +90620 {90619} 9747 1 +90621 {90620} 13981 1 +90622 {90621} 3006 1 +90623 {90622} 9197 1 +90624 {90623} 1961 1 +90625 {90624} 6520 1 +90626 {90625} 3322 1 +90627 {90626} 11804 1 +90628 {90627} 10715 1 +90629 {90628} 8451 1 +90630 {90629} 10375 1 +90631 {90630} 2726 1 +90632 {90631} 1456 1 +90633 {90632} 5767 1 +90634 {90633} 11747 1 +90635 {90634} 2477 1 +90636 {90635} 13016 1 +90637 {90636} 967 1 +90638 {90637} 2134 1 +90639 {90638} 12731 1 +90640 {90639} 11188 1 +90641 {90640} 15544 1 +90642 {90641} 222 1 +90643 {90642} 3381 1 +90644 {90643} 10702 1 +90645 {90644} 3242 1 +90646 {90645} 10477 1 +90647 {90646} 16070 1 +90648 {90647} 16241 1 +90649 {90648} 2468 1 +90650 {90649} 7387 1 +90651 {90650} 3248 1 +90652 {90651} 1637 1 +90653 {90652} 10838 1 +90654 {90653} 9699 1 +90655 {90654} 3064 1 +90656 {90655} 1142 1 +90657 {90656} 10557 1 +90658 {90657} 2164 1 +90659 {90658} 1961 1 +90660 {90659} 6976 1 +90661 {90660} 8038 1 +90662 {90661} 1469 1 +90663 {90662} 11769 1 +90664 {90663} 1890 1 +90665 {90664} 11231 1 +90666 {90665} 9754 1 +90667 {90666} 1754 1 +90668 {90667} 7274 1 +90669 {90668} 1824 1 +90670 {90669} 1307 1 +90671 {90670} 9648 1 +90672 {90671} 10215 1 +90673 {90672} 1875 1 +90674 {90673} 10258 1 +90675 {90674} 2092 1 +90676 {90675} 9615 1 +90677 {90676} 1116 1 +90678 {90677} 9119 1 +90679 {90678} 3262 1 +90680 {90679} 12260 1 +90681 {90680} 8890 1 +90682 {90681} 2232 1 +90683 {90682} 2498 1 +90684 {90683} 2151 1 +90685 {90684} 8673 1 +90686 {90685} 1926 1 +90687 {90686} 4962 1 +90688 {90687} 1217 1 +90689 {90688} 3157 1 +90690 {90689} 1878 1 +90691 {90690} 8724 1 +90692 {90691} 12053 1 +90693 {90692} 8611 1 +90694 {90693} 2025 1 +90695 {90694} 2762 1 +90696 {90695} 10705 1 +90697 {90696} 14685 1 +90698 {90697} 2577 1 +90699 {90698} 1150 1 +90700 {90699} 11882 1 +90701 {90700} 2353 1 +90702 {90701} 10496 1 +90703 {90702} 8721 1 +90704 {90703} 2154 1 +90705 {90704} 5946 1 +90706 {90705} 9351 1 +90707 {90706} 9038 1 +90708 {90707} 12999 1 +90709 {90708} 2302 1 +90710 {90709} 1540 1 +90711 {90710} 2908 1 +90712 {90711} 7988 1 +90713 {90712} 1939 1 +90714 {90713} 10951 1 +90715 {90714} 2516 1 +90716 {90715} 2370 1 +90717 {90716} 10419 1 +90718 {90717} 1485 1 +90719 {90718} 10681 1 +90720 {90719} 11428 1 +90721 {90720} 10172 1 +90722 {90721} 14347 1 +90723 {90722} 8571 1 +90724 {90723} 10761 1 +90725 {90724} 10250 1 +90726 {90725} 9573 1 +90727 {90726} 1568 1 +90728 {90727} 9829 1 +90729 {90728} 9073 1 +90730 {90729} 9712 1 +90731 {90730} 9319 1 +90732 {90731} 11383 1 +90733 {90732} 854 1 +90734 {90733} 11549 1 +90735 {90734} 10956 1 +90736 {90735} 4884 1 +90737 {90736} 10716 1 +90738 {90737} 3043 1 +90739 {90738} 11054 1 +90740 {90739} 9732 1 +90741 {90740} 16207 1 +90742 {90741} 1716 1 +90743 {90742} 10564 1 +90744 {90743} 1599 1 +90745 {90744} 2256 1 +90746 {90745} 9514 1 +90747 {90746} 11379 1 +90748 {90747} 2875 1 +90749 {90748} 5086 1 +90750 {90749} 5251 1 +90751 {90750} 9608 1 +90752 {90751} 12146 1 +90753 {90752} 2159 1 +90754 {90753} 9886 1 +90755 {90754} 10567 1 +90756 {90755} 2192 1 +90757 {90756} 2091 1 +90758 {90757} 5784 1 +90759 {90758} 1619 1 +90760 {90759} 10175 1 +90761 {90760} 1780 1 +90762 {90761} 1062 1 +90763 {90762} 9597 1 +90764 {90763} 13517 1 +90765 {90764} 3886 1 +90766 {90765} 990 1 +90767 {90766} 2910 1 +90768 {90767} 1181 1 +90769 {90768} 2200 1 +90770 {90769} 9426 1 +90771 {90770} 9072 1 +90772 {90771} 2392 1 +90773 {90772} 11031 1 +90774 {90773} 10461 1 +90775 {90774} 11726 1 +90776 {90775} 7810 1 +90777 {90776} 11282 1 +90778 {90777} 7189 1 +90779 {90778} 12540 1 +90780 {90779} 10750 1 +90781 {90780} 9319 1 +90782 {90781} 9954 1 +90783 {90782} 2231 1 +90784 {90783} 9102 1 +90785 {90784} 1181 1 +90786 {90785} 2699 1 +90787 {90786} 2629 1 +90788 {90787} 2064 1 +90789 {90788} 10849 1 +90790 {90789} 3716 1 +90791 {90790} 873 1 +90792 {90791} 3266 1 +90793 {90792} 2053 1 +90794 {90793} 1105 1 +90795 {90794} 1811 1 +90796 {90795} 3366 1 +90797 {90796} 2395 1 +90798 {90797} 8736 1 +90799 {90798} 2222 1 +90800 {90799} 10945 1 +90801 {90800} 2487 1 +90802 {90801} 13812 1 +90803 {90802} 2870 1 +90804 {90804} 10596 1 +90805 {90805} 2807 1 +90806 {90806} 5407 1 +90807 {90807} 8978 1 +90808 {90808} 14967 1 +90809 {90809} 8888 1 +90810 {90810} 2128 1 +90811 {90811} 3626 1 +90812 {90812} 2707 1 +90813 {90813} 2503 1 +90814 {90814} 2487 1 +90815 {90815} 1409 1 +90816 {90816} 10025 1 +90817 {90817} 11885 1 +90818 {90818} 1719 1 +90819 {90819} 12609 1 +90820 {90820} 1651 1 +90821 {90821} 10947 1 +90822 {90822} 1974 1 +90823 {90823} 2372 1 +90824 {90824} 10585 1 +90825 {90825} 2596 1 +90826 {90826} 12000 1 +90827 {90827} 2504 1 +90828 {90828} 2674 1 +90829 {90829} 13030 1 +90830 {90830} 4322 1 +90831 {90831} 1745 1 +90832 {90832} 1837 1 +90833 {90833} 2395 1 +90834 {90834} 10275 1 +90835 {90835} 2256 1 +90836 {90836} 1683 1 +90837 {90837} 9404 1 +90838 {90838} 1980 1 +90839 {90839} 11475 1 +90840 {90840} 1990 1 +90841 {90841} 10705 1 +90842 {90842} 2360 1 +90843 {90843} 10716 1 +90844 {90844} 11244 1 +90845 {90845} 2401 1 +90846 {90846} 15731 1 +90847 {90847} 1614 1 +90848 {90848} 3127 1 +90849 {90849} 1584 1 +90850 {90850} 9552 1 +90851 {90851} 15837 1 +90852 {90852} 10846 1 +90853 {90853} 2700 1 +90854 {90854} 2327 1 +90855 {90855} 11259 1 +90856 {90856} 2699 1 +90857 {90857} 14531 1 +90858 {90858} 2734 1 +90859 {90859} 2458 1 +90860 {90860} 11296 1 +90861 {90861} 8282 1 +90862 {90862} 2851 1 +90863 {90863} 9637 1 +90864 {90864} 15047 1 +90865 {90865} 2435 1 +90866 {90866} 9609 1 +90867 {90867} 2305 1 +90868 {90868} 2288 1 +90869 {90869} 2247 1 +90870 {90870} 10442 1 +90871 {90871} 12023 1 +90872 {90872} 9295 1 +90873 {90873} 2966 1 +90874 {90874} 2129 1 +90875 {90875} 1547 1 +90876 {90876} 2685 1 +90877 {90877} 9844 1 +90878 {90878} 2134 1 +90879 {90879} 1754 1 +90880 {90880} 10939 1 +90881 {90881} 2128 1 +90882 {90882} 12126 1 +90883 {90883} 2364 1 +90884 {90884} 7794 1 +90885 {90885} 11915 1 +90886 {90886} 16183 1 +90887 {90887} 10750 1 +90888 {90888} 4226 1 +90889 {90889} 10186 1 +90890 {90890} 7858 1 +90891 {90891} 1165 1 +90892 {90892} 2335 1 +90893 {90893} 3435 1 +90894 {90894} 2064 1 +90895 {90895} 2159 1 +90896 {90896} 10031 1 +90897 {90897} 11367 1 +90898 {90898} 10735 1 +90899 {90899} 2425 1 +90900 {90900} 10806 1 +90901 {90901} 1581 1 +90902 {90902} 2464 1 +90903 {90903} 15280 1 +90904 {90904} 2433 1 +90905 {90905} 9852 1 +90906 {90906} 1611 1 +90907 {90907} 2434 1 +90908 {90908} 1508 1 +90909 {90909} 9814 1 +90910 {90910} 2331 1 +90911 {90911} 9862 1 +90912 {90912} 9205 1 +90913 {90913} 1756 1 +90914 {90914} 8862 1 +90915 {90915} 8899 1 +90916 {90916} 242 1 +90917 {90917} 9672 1 +90918 {90918} 1866 1 +90919 {90919} 2996 1 +90920 {90920} 10052 1 +90921 {90921} 10466 1 +90922 {90922} 10407 1 +90923 {90923} 2383 1 +90924 {90924} 11417 1 +90925 {90925} 10250 1 +90926 {90926} 11639 1 +90927 {90927} 3180 1 +90928 {90928} 2858 1 +90929 {90929} 9859 1 +90930 {90930} 13456 1 +90931 {90931} 1116 1 +90932 {90932} 2837 1 +90933 {90933} 10116 1 +90934 {90934} 1222 1 +90935 {90935} 1301 1 +90936 {90936} 5729 1 +90937 {90937} 532 1 +90938 {90938} 3045 1 +90939 {90939} 11753 1 +90940 {90940} 13803 1 +90941 {90941} 2809 1 +90942 {90942} 2318 1 +90943 {90943} 11637 1 +90944 {90944} 8570 1 +90945 {90945} 9485 1 +90946 {90946} 2504 1 +90947 {90947} 8892 1 +90948 {90948} 15898 1 +90949 {90949} 1582 1 +90950 {90950} 3448 1 +90951 {90951} 1852 1 +90952 {90952} 2466 1 +90953 {90953} 12390 1 +90954 {90954} 2632 1 +90955 {90955} 1515 1 +90956 {90956} 10489 1 +90957 {90957} 2268 1 +90958 {90958} 7553 1 +90959 {90959} 2697 1 +90960 {90960} 10366 1 +90961 {90961} 9736 1 +90962 {90962} 282 1 +90963 {90963} 10570 1 +90964 {90964} 2303 1 +90965 {90965} 2868 1 +90966 {90966} 913 1 +90967 {90967} 8227 1 +90968 {90968} 10564 1 +90969 {90969} 1536 1 +90970 {90970} 9808 1 +90971 {90971} 16278 1 +90972 {90972} 2428 1 +90973 {90973} 9960 1 +90974 {90974} 12940 1 +90975 {90975} 3542 1 +90976 {90976} 11793 1 +90977 {90977} 6889 1 +90978 {90978} 10951 1 +90979 {90979} 9593 1 +90980 {90980} 2629 1 +90981 {90981} 2467 1 +90982 {90982} 2288 1 +90983 {90983} 2024 1 +90984 {90984} 109 1 +90985 {90985} 3688 1 +90986 {90986} 1882 1 +90987 {90987} 1783 1 +90988 {90988} 10158 1 +90989 {90989} 9044 1 +90990 {90990} 1653 1 +90991 {90991} 10373 1 +90992 {90992} 10839 1 +90993 {90993} 13565 1 +90994 {90994} 10844 1 +90995 {90995} 2095 1 +90996 {90996} 10452 1 +90997 {90997} 9732 1 +90998 {90998} 1994 1 +90999 {90999} 11843 1 +91000 {91000} 8016 1 +91001 {91001} 10719 1 +91002 {91002} 10849 1 +91003 {91003} 1947 1 +91004 {91004} 2872 1 +91005 {91005} 10947 1 +91006 {91006} 6985 1 +91007 {91007} 1650 1 +91008 {91008} 2965 1 +91009 {91009} 10199 1 +91010 {91010} 3689 1 +91011 {91011} 1842 1 +91012 {91012} 1482 1 +91013 {91013} 2064 1 +91014 {91014} 5117 1 +91015 {91015} 2496 1 +91016 {91016} 6476 1 +91017 {91017} 1961 1 +91018 {91018} 16273 1 +91019 {91019} 10074 1 +91020 {91020} 11052 1 +91021 {91021} 14879 1 +91022 {91022} 8880 1 +91023 {91023} 9489 1 +91024 {91024} 764 1 +91025 {91025} 11871 1 +91026 {91026} 10738 1 +91027 {91027} 12175 1 +91028 {91028} 15075 1 +91029 {91029} 10134 1 +91030 {91030} 2640 1 +91031 {91031} 2133 1 +91032 {91032} 3180 1 +91033 {91033} 3164 1 +91034 {91034} 2402 1 +91035 {91035} 2300 1 +91036 {91036} 2632 1 +91037 {91037} 3046 1 +91038 {91038} 1719 1 +91039 {91039} 2604 1 +91040 {91040} 10006 1 +91041 {91041} 2674 1 +91042 {91042} 5838 1 +91043 {91043} 11890 1 +91044 {91044} 3025 1 +91045 {91045} 13689 1 +91046 {91046} 1274 1 +91047 {91047} 2158 1 +91048 {91048} 1537 1 +91049 {91049} 10699 1 +91050 {91050} 752 1 +91051 {91051} 3241 1 +91052 {91052} 10618 1 +91053 {91053} 10467 1 +91054 {91054} 8934 1 +91055 {91055} 10786 1 +91056 {91056} 1654 1 +91057 {91057} 1278 1 +91058 {91058} 9255 1 +91059 {91059} 2842 1 +91060 {91060} 2566 1 +91061 {91061} 10524 1 +91062 {91062} 10636 1 +91063 {91063} 3888 1 +91064 {91064} 9876 1 +91065 {91065} 2190 1 +91066 {91066} 3091 1 +91067 {91067} 1557 1 +91068 {91068} 2364 1 +91069 {91069} 1380 1 +91070 {91070} 10147 1 +91071 {91071} 3041 1 +91072 {91072} 2524 1 +91073 {91073} 10252 1 +91074 {91074} 2775 1 +91075 {91075} 3546 1 +91076 {91076} 10576 1 +91077 {91077} 10788 1 +91078 {91078} 9557 1 +91079 {91079} 9222 1 +91080 {91080} 1683 1 +91081 {91081} 10642 1 +91082 {91082} 138 1 +91083 {91083} 10809 1 +91084 {91084} 14606 1 +91085 {91085} 2704 1 +91086 {91086} 9763 1 +91087 {91087} 2165 1 +91088 {91088} 10053 1 +91089 {91089} 9231 1 +91090 {91090} 2820 1 +91091 {91091} 2872 1 +91092 {91092} 2542 1 +91093 {91093} 7788 1 +91094 {91094} 4943 1 +91095 {91095} 11364 1 +91096 {91096} 10671 1 +91097 {91097} 5370 1 +91098 {91098} 1254 1 +91099 {91099} 2352 1 +91100 {91100} 2908 1 +91101 {91101} 3096 1 +91102 {91102} 3600 1 +91103 {91103} 1814 1 +91104 {91104} 9937 1 +91105 {91105} 10454 1 +91106 {91106} 2292 1 +91107 {91107} 8892 1 +91108 {91108} 2095 1 +91109 {91109} 2531 1 +91110 {91110} 11644 1 +91111 {91111} 10507 1 +91112 {91112} 1684 1 +91113 {91113} 1815 1 +91114 {91114} 3049 1 +91115 {91115} 7764 1 +91116 {91116} 12645 1 +91117 {91117} 10932 1 +91118 {91118} 5481 1 +91119 {91119} 2741 1 +91120 {91120} 10232 1 +91121 {91121} 3444 1 +91122 {91122} 3467 1 +91123 {91123} 13991 1 +91124 {91124} 2503 1 +91125 {91125} 7495 1 +91126 {91126} 11016 1 +91127 {91127} 11964 1 +91128 {91128} 10315 1 +91129 {91129} 5817 1 +91130 {91130} 10465 1 +91131 {91131} 2227 1 +91132 {91132} 1435 1 +91133 {91133} 3913 1 +91134 {91134} 2969 1 +91135 {91135} 9741 1 +91136 {91136} 2566 1 +91137 {91137} 2227 1 +91138 {91138} 2250 1 +91139 {91139} 10092 1 +91140 {91140} 14390 1 +91141 {91141} 2518 1 +91142 {91142} 11781 1 +91143 {91143} 12359 1 +91144 {91144} 7267 1 +91145 {91145} 2132 1 +91146 {91146} 9207 1 +91147 {91147} 3078 1 +91148 {91148} 1158 1 +91149 {91149} 688 1 +91150 {91150} 12731 1 +91151 {91151} 2818 1 +91152 {91152} 2861 1 +91153 {91153} 10316 1 +91154 {91154} 3197 1 +91155 {91155} 2319 1 +91156 {91156} 1362 1 +91157 {91157} 1389 1 +91158 {91158} 899 1 +91159 {91159} 10978 1 +91160 {91160} 1168 1 +91161 {91161} 2434 1 +91162 {91162} 2368 1 +91163 {91163} 9699 1 +91164 {91164} 1965 1 +91165 {91165} 8725 1 +91166 {91166} 2300 1 +91167 {91167} 2811 1 +91168 {91168} 2862 1 +91169 {91169} 12337 1 +91170 {91170} 10932 1 +91171 {91171} 11868 1 +91172 {91172} 9642 1 +91173 {91173} 11549 1 +91174 {91174} 4220 1 +91175 {91175} 1849 1 +91176 {91176} 2427 1 +91177 {91177} 14457 1 +91178 {91178} 566 1 +91179 {91179} 11402 1 +91180 {91180} 11211 1 +91181 {91181} 10134 1 +91182 {91182} 10332 1 +91183 {91183} 2260 1 +91184 {91184} 10223 1 +91185 {91185} 16133 1 +91186 {91186} 2539 1 +91187 {91187} 1538 1 +91188 {91188} 1815 1 +91189 {91189} 11078 1 +91190 {91190} 11778 1 +91191 {91191} 3034 1 +91192 {91192} 8844 1 +91193 {91193} 1787 1 +91194 {91194} 2629 1 +91195 {91195} 2689 1 +91196 {91196} 1378 1 +91197 {91197} 2624 1 +91198 {91198} 2389 1 +91199 {91199} 8213 1 +91200 {91200} 3003 1 +91201 {91201} 9430 1 +91202 {91202} 11066 1 +91203 {91203} 1378 1 +91204 {91204} 14296 1 +91205 {91205} 9718 1 +91206 {91206} 10357 1 +91207 {91207} 3410 1 +91208 {91208} 5471 1 +91209 {91209} 8670 1 +91210 {91210} 2904 1 +91211 {91211} 2734 1 +91212 {91212} 8634 1 +91213 {91213} 8419 1 +91214 {91214} 2416 1 +91215 {91215} 2800 1 +91216 {91216} 16083 1 +91217 {91217} 1617 1 +91218 {91218} 5299 1 +91219 {91219} 3347 1 +91220 {91220} 2092 1 +91221 {91221} 2531 1 +91222 {91222} 1298 1 +91223 {91223} 1820 1 +91224 {91224} 1028 1 +91225 {91225} 15900 1 +91226 {91226} 2634 1 +91227 {91227} 3090 1 +91228 {91228} 1079 1 +91229 {91229} 9435 1 +91230 {91230} 10788 1 +91231 {91231} 2055 1 +91232 {91232} 2359 1 +91233 {91233} 8790 1 +91234 {91234} 11253 1 +91235 {91235} 9844 1 +91236 {91236} 12766 1 +91237 {91237} 16212 1 +91238 {91238} 1094 1 +91239 {91239} 9893 1 +91240 {91240} 10832 1 +91241 {91241} 11368 1 +91242 {91242} 11782 1 +91243 {91243} 11122 1 +91244 {91244} 11056 1 +91245 {91245} 9694 1 +91246 {91246} 2331 1 +91247 {91247} 15600 1 +91248 {91248} 6890 1 +91249 {91249} 10311 1 +91250 {91250} 6011 1 +91251 {91251} 2806 1 +91252 {91252} 9944 1 +91253 {91253} 10585 1 +91254 {91254} 9809 1 +91255 {91255} 8595 1 +91256 {91256} 1987 1 +91257 {91257} 13611 1 +91258 {91258} 10348 1 +91259 {91259} 2630 1 +91260 {91260} 2392 1 +91261 {91261} 10455 1 +91262 {91262} 3006 1 +91263 {91263} 15412 1 +91264 {91264} 10195 1 +91265 {91265} 10903 1 +91266 {91266} 1068 1 +91267 {91267} 4697 1 +91268 {91268} 10122 1 +91269 {91269} 2726 1 +91270 {91270} 12211 1 +91271 {91271} 9514 1 +91272 {91272} 10626 1 +91273 {91273} 150 1 +91274 {91274} 11659 1 +91275 {91275} 9616 1 +91276 {91276} 9028 1 +91277 {91277} 1680 1 +91278 {91278} 8970 1 +91279 {91279} 2120 1 +91280 {91280} 2280 1 +91281 {91281} 2681 1 +91282 {91282} 10513 1 +91283 {91283} 10214 1 +91284 {91284} 3760 1 +91285 {91285} 2065 1 +91286 {91286} 11523 1 +91287 {91287} 6010 1 +91288 {91288} 10982 1 +91289 {91289} 2538 1 +91290 {91290} 2367 1 +91291 {91291} 2130 1 +91292 {91292} 2118 1 +91293 {91293} 7669 1 +91294 {91294} 11401 1 +91295 {91295} 10526 1 +91296 {91296} 11348 1 +91297 {91297} 2055 1 +91298 {91298} 2601 1 +91299 {91299} 110 1 +91300 {91300} 8669 1 +91301 {91301} 3065 1 +91302 {91302} 1990 1 +91303 {91303} 9134 1 +91304 {91304} 9223 1 +91305 {91305} 10393 1 +91306 {91306} 9077 1 +91307 {91307} 10507 1 +91308 {91308} 15770 1 +91309 {91309} 11514 1 +91310 {91310} 2382 1 +91311 {91311} 15533 1 +91312 {91312} 10777 1 +91313 {91313} 2650 1 +91314 {91314} 1334 1 +91315 {91315} 1682 1 +91316 {91316} 2087 1 +91317 {91317} 11881 1 +91318 {91318} 2672 1 +91319 {91319} 11364 1 +91320 {91320} 10729 1 +91321 {91321} 6078 1 +91322 {91322} 15800 1 +91323 {91323} 10780 1 +91324 {91324} 2133 1 +91325 {91325} 10704 1 +91326 {91326} 10699 1 +91327 {91327} 2940 1 +91328 {91328} 10304 1 +91329 {91329} 6287 1 +91330 {91330} 3216 1 +91331 {91331} 3150 1 +91332 {91332} 8260 1 +91333 {91333} 10746 1 +91334 {91334} 10997 1 +91335 {91335} 1962 1 +91336 {91336} 10678 1 +91337 {91337} 8738 1 +91338 {91338} 9009 1 +91339 {91339} 9699 1 +91340 {91340} 3440 1 +91341 {91341} 15559 1 +91342 {91342} 10526 1 +91343 {91343} 11044 1 +91344 {91344} 1814 1 +91345 {91345} 2549 1 +91346 {91346} 2333 1 +91347 {91347} 2167 1 +91348 {91348} 2429 1 +91349 {91349} 9529 1 +91350 {91350} 2083 1 +91351 {91351} 2774 1 +91352 {91352} 11018 1 +91353 {91353} 12039 1 +91354 {91354} 2140 1 +91355 {91355} 11240 1 +91356 {91356} 7717 1 +91357 {91357} 10054 1 +91358 {91358} 13733 1 +91359 {91359} 9169 1 +91360 {91360} 1926 1 +91361 {91361} 10769 1 +91362 {91362} 3241 1 +91363 {91363} 7889 1 +91364 {91364} 10161 1 +91365 {91365} 10710 1 +91366 {91366} 2009 1 +91367 {91367} 10570 1 +91368 {91368} 1505 1 +91369 {91369} 1534 1 +91370 {91370} 2650 1 +91371 {91371} 12790 1 +91372 {91372} 13513 1 +91373 {91373} 13699 1 +91374 {91374} 11029 1 +91375 {91375} 9618 1 +91376 {91376} 1860 1 +91377 {91377} 3164 1 +91378 {91378} 8803 1 +91379 {91379} 9349 1 +91380 {91380} 10939 1 +91381 {91381} 11972 1 +91382 {91382} 1072 1 +91383 {91383} 7854 1 +91384 {91384} 3067 1 +91385 {91385} 2496 1 +91386 {91386} 10241 1 +91387 {91387} 3042 1 +91388 {91388} 10833 1 +91389 {91389} 732 1 +91390 {91390} 12346 1 +91391 {91391} 9975 1 +91392 {91392} 10750 1 +91393 {91393} 11196 1 +91394 {91394} 8174 1 +91395 {91395} 3578 1 +91396 {91396} 2574 1 +91397 {91397} 8886 1 +91398 {91398} 1258 1 +91399 {91399} 10242 1 +91400 {91400} 2640 1 +91401 {91401} 10467 1 +91402 {91402} 2120 1 +91403 {91403} 5398 1 +91404 {91404} 7334 1 +91405 {91405} 1967 1 +91406 {91406} 3376 1 +91407 {91407} 2579 1 +91408 {91408} 11323 1 +91409 {91409} 1205 1 +91410 {91410} 12020 1 +91411 {91411} 9941 1 +91412 {91412} 3337 1 +91413 {91413} 2368 1 +91414 {91414} 10828 1 +91415 {91415} 10311 1 +91416 {91416} 2865 1 +91417 {91417} 2160 1 +91418 {91418} 3239 1 +91419 {91419} 3248 1 +91420 {91420} 16331 1 +91421 {91421} 8928 1 +91422 {91422} 16223 1 +91423 {91423} 10974 1 +91424 {91424} 11850 1 +91425 {91425} 3494 1 +91426 {91426} 8234 1 +91427 {91427} 15305 1 +91428 {91428} 5964 1 +91429 {91429} 10752 1 +91430 {91430} 1791 1 +91431 {91431} 9364 1 +91432 {91432} 11029 1 +91433 {91433} 2969 1 +91434 {91434} 9257 1 +91435 {91435} 3751 1 +91436 {91436} 15401 1 +91437 {91437} 10349 1 +91438 {91438} 3937 1 +91439 {91439} 1616 1 +91440 {91440} 9730 1 +91441 {91441} 2302 1 +91442 {91442} 2908 1 +91443 {91443} 9833 1 +91444 {91444} 10773 1 +91445 {91445} 2120 1 +91446 {91446} 1883 1 +91447 {91447} 9329 1 +91448 {91448} 15393 1 +91449 {91449} 495 1 +91450 {91450} 10196 1 +91451 {91451} 3054 1 +91452 {91452} 3228 1 +91453 {91453} 5031 1 +91454 {91454} 8518 1 +91455 {91455} 10490 1 +91456 {91456} 2466 1 +91457 {91457} 3014 1 +91458 {91458} 10689 1 +91459 {91459} 3109 1 +91460 {91460} 9530 1 +91461 {91461} 6983 1 +91462 {91462} 6420 1 +91463 {91463} 15062 1 +91464 {91464} 1915 1 +91465 {91465} 2016 1 +91466 {91466} 2163 1 +91467 {91467} 3755 1 +91468 {91468} 10264 1 +91469 {91469} 7171 1 +91470 {91470} 8039 1 +91471 {91471} 2466 1 +91472 {91472} 8745 1 +91473 {91473} 11252 1 +91474 {91474} 2523 1 +91475 {91475} 790 1 +91476 {91476} 2734 1 +91477 {91477} 9256 1 +91478 {91478} 9950 1 +91479 {91479} 10788 1 +91480 {91480} 9857 1 +91481 {91481} 2125 1 +91482 {91482} 1570 1 +91483 {91483} 12010 1 +91484 {91484} 2160 1 +91485 {91485} 8961 1 +91486 {91486} 1877 1 +91487 {91487} 10125 1 +91488 {91488} 2178 1 +91489 {91489} 10286 1 +91490 {91490} 5872 1 +91491 {91491} 1518 1 +91492 {91492} 2523 1 +91493 {91493} 2974 1 +91494 {91494} 12541 1 +91495 {91495} 4860 1 +91496 {91496} 12045 1 +91497 {91497} 1856 1 +91498 {91498} 10168 1 +91499 {91499} 1346 1 +91500 {91500} 2037 1 +91501 {91501} 3444 1 +91502 {91502} 1723 1 +91503 {91503} 10436 1 +91504 {91504} 3710 1 +91505 {91505} 9039 1 +91506 {91506} 1997 1 +91507 {91507} 12240 1 +91508 {91508} 2467 1 +91509 {91509} 2255 1 +91510 {91510} 14039 1 +91511 {91511} 9528 1 +91512 {91512} 2565 1 +91513 {91513} 8938 1 +91514 {91514} 2499 1 +91515 {91515} 2536 1 +91516 {91516} 10183 1 +91517 {91517} 13039 1 +91518 {91518} 10341 1 +91519 {91519} 9100 1 +91520 {91520} 10807 1 +91521 {91521} 9882 1 +91522 {91522} 5100 1 +91523 {91523} 2497 1 +91524 {91524} 2591 1 +91525 {91525} 2051 1 +91526 {91526} 2763 1 +91527 {91527} 10386 1 +91528 {91528} 12146 1 +91529 {91529} 10310 1 +91530 {91530} 1171 1 +91531 {91531} 2450 1 +91532 {91532} 2765 1 +91533 {91533} 9741 1 +91534 {91534} 10580 1 +91535 {91535} 9143 1 +91536 {91536} 2331 1 +91537 {91537} 2325 1 +91538 {91538} 12909 1 +91539 {91539} 2361 1 +91540 {91540} 8014 1 +91541 {91541} 11416 1 +91542 {91542} 11789 1 +91543 {91543} 13703 1 +91544 {91544} 1582 1 +91545 {91545} 3141 1 +91546 {91546} 2892 1 +91547 {91547} 8634 1 +91548 {91548} 1737 1 +91549 {91549} 10275 1 +91550 {91550} 2155 1 +91551 {91551} 2669 1 +91552 {91552} 1523 1 +91553 {91553} 9882 1 +91554 {91554} 1225 1 +91555 {91555} 11557 1 +91556 {91556} 10613 1 +91557 {91557} 9528 1 +91558 {91558} 2363 1 +91559 {91559} 2044 1 +91560 {91560} 11403 1 +91561 {91561} 1818 1 +91562 {91562} 10413 1 +91563 {91563} 1508 1 +91564 {91564} 12573 1 +91565 {91565} 9329 1 +91566 {91566} 10803 1 +91567 {91567} 2630 1 +91568 {91568} 10038 1 +91569 {91569} 4692 1 +91570 {91570} 2234 1 +91571 {91571} 2193 1 +91572 {91572} 2242 1 +91573 {91573} 10835 1 +91574 {91574} 16026 1 +91575 {91575} 2223 1 +91576 {91576} 7922 1 +91577 {91577} 1365 1 +91578 {91578} 12026 1 +91579 {91579} 11408 1 +91580 {91580} 3453 1 +91581 {91581} 2075 1 +91582 {91582} 1635 1 +91583 {91583} 2701 1 +91584 {91584} 11935 1 +91585 {91585} 2909 1 +91586 {91586} 10564 1 +91587 {91587} 11219 1 +91588 {91588} 1893 1 +91589 {91589} 10668 1 +91590 {91590} 10459 1 +91591 {91591} 8839 1 +91592 {91592} 12004 1 +91593 {91593} 1942 1 +91594 {91594} 11414 1 +91595 {91595} 2326 1 +91596 {91596} 9538 1 +91597 {91597} 2502 1 +91598 {91598} 2348 1 +91599 {91599} 2774 1 +91600 {91600} 10680 1 +91601 {91601} 3581 1 +91602 {91602} 3340 1 +91603 {91603} 872 1 +91604 {91604} 12534 1 +91605 {91605} 1007 1 +91606 {91606} 12004 1 +91607 {91607} 9979 1 +91608 {91608} 12203 1 +91609 {91609} 10934 1 +91610 {91610} 9938 1 +91611 {91611} 1892 1 +91612 {91612} 11365 1 +91613 {91613} 1837 1 +91614 {91614} 1409 1 +91615 {91615} 1694 1 +91616 {91616} 7859 1 +91617 {91617} 10415 1 +91618 {91618} 10635 1 +91619 {91619} 11224 1 +91620 {91620} 2268 1 +91621 {91621} 10775 1 +91622 {91622} 2158 1 +91623 {91623} 84 1 +91624 {91624} 4523 1 +91625 {91625} 9302 1 +91626 {91626} 10905 1 +91627 {91627} 2140 1 +91628 {91628} 9634 1 +91629 {91629} 9745 1 +91630 {91630} 10986 1 +91631 {91631} 11644 1 +91632 {91632} 10487 1 +91633 {91633} 1463 1 +91634 {91634} 10599 1 +91635 {91635} 9107 1 +91636 {91636} 2126 1 +91637 {91637} 1600 1 +91638 {91638} 8953 1 +91639 {91639} 2258 1 +91640 {91640} 9122 1 +91641 {91641} 9426 1 +91642 {91642} 2370 1 +91643 {91643} 2151 1 +91644 {91644} 1477 1 +91645 {91645} 13431 1 +91646 {91646} 2538 1 +91647 {91647} 11196 1 +91648 {91648} 10241 1 +91649 {91649} 831 1 +91650 {91650} 2743 1 +91651 {91651} 8244 1 +91652 {91652} 10804 1 +91653 {91653} 1251 1 +91654 {91654} 2423 1 +91655 {91655} 12481 1 +91656 {91656} 14902 1 +91657 {91657} 10416 1 +91658 {91658} 10576 1 +91659 {91659} 10567 1 +91660 {91660} 2839 1 +91661 {91661} 10246 1 +91662 {91662} 10715 1 +91663 {91663} 2163 1 +91664 {91664} 9588 1 +91665 {91665} 2030 1 +91666 {91666} 9672 1 +91667 {91667} 2507 1 +91668 {91668} 2383 1 +91669 {91669} 2750 1 +91670 {91670} 9556 1 +91671 {91671} 2969 1 +91672 {91672} 11169 1 +91673 {91673} 10465 1 +91674 {91674} 2353 1 +91675 {91675} 9474 1 +91676 {91676} 10103 1 +91677 {91677} 3505 1 +91678 {91678} 1749 1 +91679 {91679} 1881 1 +91680 {91680} 10527 1 +91681 {91681} 2134 1 +91682 {91682} 963 1 +91683 {91683} 8965 1 +91684 {91684} 2363 1 +91685 {91685} 837 1 +91686 {91686} 12141 1 +91687 {91687} 8097 1 +91688 {91688} 11604 1 +91689 {91689} 2674 1 +91690 {91690} 10267 1 +91691 {91691} 2166 1 +91692 {91692} 2425 1 +91693 {91693} 1988 1 +91694 {91694} 11098 1 +91695 {91695} 3650 1 +91696 {91696} 9859 1 +91697 {91697} 1188 1 +91698 {91698} 3780 1 +91699 {91699} 10350 1 +91700 {91700} 3672 1 +91701 {91701} 9884 1 +91702 {91702} 3407 1 +91703 {91703} 11410 1 +91704 {91704} 2936 1 +91705 {91705} 1501 1 +91706 {91706} 2698 1 +91707 {91707} 12149 1 +91708 {91708} 3244 1 +91709 {91709} 9034 1 +91710 {91710} 2078 1 +91711 {91711} 10626 1 +91712 {91712} 2333 1 +91713 {91713} 2793 1 +91714 {91714} 2606 1 +91715 {91715} 10993 1 +91716 {91716} 12372 1 +91717 {91717} 2590 1 +91718 {91718} 1791 1 +91719 {91719} 3674 1 +91720 {91720} 5810 1 +91721 {91721} 2233 1 +91722 {91722} 9068 1 +91723 {91723} 2812 1 +91724 {91724} 7931 1 +91725 {91725} 10161 1 +91726 {91726} 2287 1 +91727 {91727} 5689 1 +91728 {91728} 14994 1 +91729 {91729} 3643 1 +91730 {91730} 2434 1 +91731 {91731} 10130 1 +91732 {91732} 1478 1 +91733 {91733} 10496 1 +91734 {91734} 2196 1 +91735 {91735} 3443 1 +91736 {91736} 5563 1 +91737 {91737} 8969 1 +91738 {91738} 10412 1 +91739 {91739} 11853 1 +91740 {91740} 9500 1 +91741 {91741} 1399 1 +91742 {91742} 3418 1 +91743 {91743} 2906 1 +91744 {91744} 493 1 +91745 {91745} 2258 1 +91746 {91746} 10413 1 +91747 {91747} 2101 1 +91748 {91748} 2671 1 +91749 {91749} 13758 1 +91750 {91750} 11318 1 +91751 {91751} 1593 1 +91752 {91752} 2500 1 +91753 {91753} 2132 1 +91754 {91754} 9963 1 +91755 {91755} 5193 1 +91756 {91756} 1006 1 +91757 {91757} 2537 1 +91758 {91758} 14318 1 +91759 {91759} 11505 1 +91760 {91760} 2065 1 +91761 {91761} 1737 1 +91762 {91762} 11126 1 +91763 {91763} 10059 1 +91764 {91764} 4781 1 +91765 {91765} 703 1 +91766 {91766} 10360 1 +91767 {91767} 2845 1 +91768 {91768} 7279 1 +91769 {91769} 12432 1 +91770 {91770} 1844 1 +91771 {91771} 1734 1 +91772 {91772} 11669 1 +91773 {91773} 2522 1 +91774 {91774} 2202 1 +91775 {91775} 3354 1 +91776 {91776} 2921 1 +91777 {91777} 9468 1 +91778 {91778} 1483 1 +91779 {91779} 1933 1 +91780 {91780} 1957 1 +91781 {91781} 3169 1 +91782 {91782} 9352 1 +91783 {91783} 3274 1 +91784 {91784} 10488 1 +91785 {91785} 9965 1 +91786 {91786} 10135 1 +91787 {91787} 12024 1 +91788 {91788} 10124 1 +91789 {91789} 12416 1 +91790 {91790} 2604 1 +91791 {91791} 16506 1 +91792 {91792} 16101 1 +91793 {91793} 9719 1 +91794 {91794} 1722 1 +91795 {91795} 11511 1 +91796 {91796} 8897 1 +91797 {91797} 6307 1 +91798 {91798} 1596 1 +91799 {91799} 13750 1 +91800 {91800} 10960 1 +91801 {91801} 1718 1 +91802 {91802} 2063 1 +91803 {91803} 1682 1 +91804 {91804} 16521 1 +91805 {91805} 10941 1 +91806 {91806} 9019 1 +91807 {91807} 6522 1 +91808 {91808} 11741 1 +91809 {91809} 1817 1 +91810 {91810} 2734 1 +91811 {91811} 11120 1 +91812 {91812} 2403 1 +91813 {91813} 1785 1 +91814 {91814} 1199 1 +91815 {91815} 3072 1 +91816 {91816} 10031 1 +91817 {91817} 2812 1 +91818 {91818} 995 1 +91819 {91819} 11796 1 +91820 {91820} 3078 1 +91821 {91821} 2055 1 +91822 {91822} 14632 1 +91823 {91823} 3448 1 +91824 {91824} 3427 1 +91825 {91825} 15319 1 +91826 {91826} 3481 1 +91827 {91827} 2298 1 +91828 {91828} 2329 1 +91829 {91829} 5406 1 +91830 {91830} 2266 1 +91831 {91831} 10653 1 +91832 {91832} 9762 1 +91833 {91833} 2972 1 +91834 {91834} 6042 1 +91835 {91835} 2654 1 +91836 {91836} 8511 1 +91837 {91837} 2026 1 +91838 {91838} 1676 1 +91839 {91839} 2872 1 +91840 {91840} 10998 1 +91841 {91841} 1015 1 +91842 {91842} 1004 1 +91843 {91843} 1453 1 +91844 {91844} 2401 1 +91845 {91845} 14618 1 +91846 {91846} 2118 1 +91847 {91847} 11160 1 +91848 {91848} 4028 1 +91849 {91849} 9870 1 +91850 {91850} 15566 1 +91851 {91851} 2363 1 +91852 {91852} 11732 1 +91853 {91853} 3249 1 +91854 {91854} 2265 1 +91855 {91855} 10126 1 +91856 {91856} 2466 1 +91857 {91857} 2326 1 +91858 {91858} 1913 1 +91859 {91859} 9295 1 +91860 {91860} 2421 1 +91861 {91861} 2458 1 +91862 {91862} 2630 1 +91863 {91863} 3310 1 +91864 {91864} 2066 1 +91865 {91865} 10447 1 +91866 {91866} 7394 1 +91867 {91867} 11958 1 +91868 {91868} 1932 1 +91869 {91869} 3043 1 +91870 {91870} 11793 1 +91871 {91871} 8104 1 +91872 {91872} 10063 1 +91873 {91873} 12009 1 +91874 {91874} 6278 1 +91875 {91875} 3916 1 +91876 {91876} 9720 1 +91877 {91877} 13546 1 +91878 {91878} 3869 1 +91879 {91879} 5117 1 +91880 {91880} 10734 1 +91881 {91881} 2897 1 +91882 {91882} 2629 1 +91883 {91883} 2269 1 +91884 {91884} 9722 1 +91885 {91885} 999 1 +91886 {91886} 10128 1 +91887 {91887} 2357 1 +91888 {91888} 1961 1 +91889 {91889} 11060 1 +91890 {91890} 8779 1 +91891 {91891} 12968 1 +91892 {91892} 6828 1 +91893 {91893} 9702 1 +91894 {91894} 3537 1 +91895 {91895} 3073 1 +91896 {91896} 11036 1 +91897 {91897} 2368 1 +91898 {91898} 10059 1 +91899 {91899} 11160 1 +91900 {91900} 3012 1 +91901 {91901} 10863 1 +91902 {91902} 2265 1 +91903 {91903} 2502 1 +91904 {91904} 2316 1 +91905 {91905} 10109 1 +91906 {91906} 9955 1 +91907 {91907} 10264 1 +91908 {91908} 1230 1 +91909 {91909} 2300 1 +91910 {91910} 1442 1 +91911 {91911} 11232 1 +91912 {91912} 11374 1 +91913 {91913} 1784 1 +91914 {91914} 11866 1 +91915 {91915} 1413 1 +91916 {91916} 9852 1 +91917 {91917} 9594 1 +91918 {91918} 1798 1 +91919 {91919} 13766 1 +91920 {91920} 10374 1 +91921 {91921} 9039 1 +91922 {91922} 2196 1 +91923 {91923} 1779 1 +91924 {91924} 1858 1 +91925 {91925} 3009 1 +91926 {91926} 10054 1 +91927 {91927} 3010 1 +91928 {91928} 2640 1 +91929 {91929} 4826 1 +91930 {91930} 10321 1 +91931 {91931} 10982 1 +91932 {91932} 11927 1 +91933 {91933} 1270 1 +91934 {91934} 11051 1 +91935 {91935} 11153 1 +91936 {91936} 2571 1 +91937 {91937} 2025 1 +91938 {91938} 2165 1 +91939 {91939} 1651 1 +91940 {91940} 11812 1 +91941 {91941} 2977 1 +91942 {91942} 9351 1 +91943 {91943} 2937 1 +91944 {91944} 11262 1 +91945 {91945} 2806 1 +91946 {91946} 1953 1 +91947 {91947} 12104 1 +91948 {91948} 2635 1 +91949 {91949} 11015 1 +91950 {91950} 11684 1 +91951 {91951} 1827 1 +91952 {91952} 2189 1 +91953 {91953} 5785 1 +91954 {91954} 10641 1 +91955 {91955} 1582 1 +91956 {91956} 5505 1 +91957 {91957} 2129 1 +91958 {91958} 3010 1 +91959 {91959} 10970 1 +91960 {91960} 2512 1 +91961 {91961} 2843 1 +91962 {91962} 11766 1 +91963 {91963} 11989 1 +91964 {91964} 2350 1 +91965 {91965} 3672 1 +91966 {91966} 9907 1 +91967 {91967} 3666 1 +91968 {91968} 13375 1 +91969 {91969} 2973 1 +91970 {91970} 2151 1 +91971 {91971} 9115 1 +91972 {91972} 2806 1 +91973 {91973} 2468 1 +91974 {91974} 10938 1 +91975 {91975} 7003 1 +91976 {91976} 7867 1 +91977 {91977} 2909 1 +91978 {91978} 2231 1 +91979 {91979} 3158 1 +91980 {91980} 2091 1 +91981 {91981} 11443 1 +91982 {91982} 16325 1 +91983 {91983} 11481 1 +91984 {91984} 3301 1 +91985 {91985} 10916 1 +91986 {91986} 9774 1 +91987 {91987} 2311 1 +91988 {91988} 2450 1 +91989 {91989} 3381 1 +91990 {91990} 9209 1 +91991 {91991} 12677 1 +91992 {91992} 9478 1 +91993 {91993} 12202 1 +91994 {91994} 2024 1 +91995 {91995} 4898 1 +91996 {91996} 10358 1 +91997 {91997} 1254 1 +91998 {91998} 9538 1 +91999 {91999} 10613 1 +92000 {92000} 2168 1 +92001 {92001} 8846 1 +92002 {92002} 1545 1 +92003 {92003} 2026 1 +92004 {92004} 4295 1 +92005 {92005} 1291 1 +92006 {92006} 2738 1 +92007 {92007} 3165 1 +92008 {92008} 12104 1 +92009 {92009} 1963 1 +92010 {92010} 13927 1 +92011 {92011} 11076 1 +92012 {92012} 2260 1 +92013 {92013} 288 1 +92014 {92014} 2124 1 +92015 {92015} 2602 1 +92016 {92016} 3771 1 +92017 {92017} 9853 1 +92018 {92018} 1548 1 +92019 {92019} 10902 1 +92020 {92020} 11413 1 +92021 {92021} 1647 1 +92022 {92022} 5125 1 +92023 {92023} 10711 1 +92024 {92024} 1334 1 +92025 {92025} 3412 1 +92026 {92026} 10832 1 +92027 {92027} 1969 1 +92028 {92028} 2385 1 +92029 {92029} 2674 1 +92030 {92030} 1860 1 +92031 {92031} 2245 1 +92032 {92032} 1923 1 +92033 {92033} 1451 1 +92034 {92034} 1520 1 +92035 {92035} 1406 1 +92036 {92036} 10707 1 +92037 {92037} 12423 1 +92038 {92038} 11181 1 +92039 {92039} 11554 1 +92040 {92040} 2265 1 +92041 {92041} 10942 1 +92042 {92042} 2697 1 +92043 {92043} 822 1 +92044 {92044} 11131 1 +92045 {92045} 10928 1 +92046 {92046} 10555 1 +92047 {92047} 2868 1 +92048 {92048} 1980 1 +92049 {92049} 2671 1 +92050 {92050} 3282 1 +92051 {92051} 11867 1 +92052 {92052} 10703 1 +92053 {92053} 9363 1 +92054 {92054} 9510 1 +92055 {92055} 11188 1 +92056 {92056} 2049 1 +92057 {92057} 2777 1 +92058 {92058} 1762 1 +92059 {92059} 2703 1 +92060 {92060} 11211 1 +92061 {92061} 10932 1 +92062 {92062} 11295 1 +92063 {92063} 9562 1 +92064 {92064} 10379 1 +92065 {92065} 9489 1 +92066 {92066} 10630 1 +92067 {92067} 10375 1 +92068 {92068} 3331 1 +92069 {92069} 1856 1 +92070 {92070} 9066 1 +92071 {92071} 2565 1 +92072 {92072} 2329 1 +92073 {92073} 708 1 +92074 {92074} 2705 1 +92075 {92075} 2769 1 +92076 {92076} 4447 1 +92077 {92077} 11244 1 +92078 {92078} 8524 1 +92079 {92079} 8126 1 +92080 {92080} 1807 1 +92081 {92081} 2574 1 +92082 {92082} 1401 1 +92083 {92083} 1670 1 +92084 {92084} 2293 1 +92085 {92085} 10358 1 +92086 {92086} 1848 1 +92087 {92087} 11608 1 +92088 {92088} 10195 1 +92089 {92089} 2979 1 +92090 {92090} 11029 1 +92091 {92091} 11182 1 +92092 {92092} 2030 1 +92093 {92093} 3183 1 +92094 {92094} 2844 1 +92095 {92095} 3699 1 +92096 {92096} 1787 1 +92097 {92097} 11268 1 +92098 {92098} 1846 1 +92099 {92099} 9978 1 +92100 {92100} 6670 1 +92101 {92101} 2738 1 +92102 {92102} 1913 1 +92103 {92103} 9499 1 +92104 {92104} 11329 1 +92105 {92105} 10207 1 +92106 {92106} 2132 1 +92107 {92107} 11103 1 +92108 {92108} 8831 1 +92109 {92109} 16075 1 +92110 {92110} 9480 1 +92111 {92111} 10258 1 +92112 {92112} 2612 1 +92113 {92113} 1541 1 +92114 {92114} 1885 1 +92115 {92115} 4997 1 +92116 {92116} 1786 1 +92117 {92117} 10399 1 +92118 {92118} 9231 1 +92119 {92119} 3045 1 +92120 {92120} 3841 1 +92121 {92121} 9462 1 +92122 {92122} 11252 1 +92123 {92123} 2503 1 +92124 {92124} 2258 1 +92125 {92125} 16100 1 +92126 {92126} 9886 1 +92127 {92127} 2733 1 +92128 {92128} 10078 1 +92129 {92129} 4970 1 +92130 {92130} 1155 1 +92131 {92131} 3029 1 +92132 {92132} 3077 1 +92133 {92133} 11164 1 +92134 {92134} 2991 1 +92135 {92135} 9811 1 +92136 {92136} 5643 1 +92137 {92137} 9988 1 +92138 {92138} 2996 1 +92139 {92139} 2672 1 +92140 {92140} 4023 1 +92141 {92141} 15853 1 +92142 {92142} 2308 1 +92143 {92143} 2809 1 +92144 {92144} 12291 1 +92145 {92145} 228 1 +92146 {92146} 10750 1 +92147 {92147} 16553 1 +92148 {92148} 2547 1 +92149 {92149} 5845 1 +92150 {92150} 10475 1 +92151 {92151} 2085 1 +92152 {92152} 2030 1 +92153 {92153} 1821 1 +92154 {92154} 1551 1 +92155 {92155} 1357 1 +92156 {92156} 10564 1 +92157 {92157} 11863 1 +92158 {92158} 2955 1 +92159 {92159} 15538 1 +92160 {92160} 1824 1 +92161 {92161} 10537 1 +92162 {92162} 4285 1 +92163 {92163} 1785 1 +92164 {92164} 3480 1 +92165 {92165} 10280 1 +92166 {92166} 2099 1 +92167 {92167} 10905 1 +92168 {92168} 2892 1 +92169 {92169} 11790 1 +92170 {92170} 9954 1 +92171 {92171} 10999 1 +92172 {92172} 1888 1 +92173 {92173} 8559 1 +92174 {92174} 1119 1 +92175 {92175} 13549 1 +92176 {92176} 14195 1 +92177 {92177} 1556 1 +92178 {92178} 11577 1 +92179 {92179} 2809 1 +92180 {92180} 1418 1 +92181 {92181} 2194 1 +92182 {92182} 4926 1 +92183 {92183} 10853 1 +92184 {92184} 7832 1 +92185 {92185} 2094 1 +92186 {92186} 2892 1 +92187 {92187} 10071 1 +92188 {92188} 3082 1 +92189 {92189} 13442 1 +92190 {92190} 2574 1 +92191 {92191} 10240 1 +92192 {92192} 1527 1 +92193 {92193} 9810 1 +92194 {92194} 9100 1 +92195 {92195} 1995 1 +92196 {92196} 3346 1 +92197 {92197} 2145 1 +92198 {92198} 10286 1 +92199 {92199} 9314 1 +92200 {92200} 10854 1 +92201 {92201} 876 1 +92202 {92202} 9670 1 +92203 {92203} 10940 1 +92204 {92204} 2268 1 +92205 {92205} 1740 1 +92206 {92206} 13747 1 +92207 {92207} 6592 1 +92208 {92208} 9685 1 +92209 {92209} 3315 1 +92210 {92210} 13040 1 +92211 {92211} 1748 1 +92212 {92212} 1611 1 +92213 {92213} 1166 1 +92214 {92214} 10361 1 +92215 {92215} 7287 1 +92216 {92216} 5633 1 +92217 {92217} 1208 1 +92218 {92218} 8585 1 +92219 {92219} 2643 1 +92220 {92220} 9253 1 +92221 {92221} 1944 1 +92222 {92222} 10724 1 +92223 {92223} 11144 1 +92224 {92224} 2390 1 +92225 {92225} 2327 1 +92226 {92226} 12739 1 +92227 {92227} 6330 1 +92228 {92228} 11756 1 +92229 {92229} 2394 1 +92230 {92230} 9735 1 +92231 {92231} 1468 1 +92232 {92232} 8442 1 +92233 {92233} 11286 1 +92234 {92234} 1293 1 +92235 {92235} 1841 1 +92236 {92236} 2692 1 +92237 {92237} 1436 1 +92238 {92238} 4660 1 +92239 {92239} 3083 1 +92240 {92240} 16518 1 +92241 {92241} 11003 1 +92242 {92242} 1095 1 +92243 {92243} 16263 1 +92244 {92244} 10218 1 +92245 {92245} 10623 1 +92246 {92246} 10432 1 +92247 {92247} 11505 1 +92248 {92248} 3023 1 +92249 {92249} 3651 1 +92250 {92250} 2566 1 +92251 {92251} 1871 1 +92252 {92252} 11256 1 +92253 {92253} 3494 1 +92254 {92254} 8026 1 +92255 {92255} 8964 1 +92256 {92256} 1595 1 +92257 {92257} 7654 1 +92258 {92258} 15345 1 +92259 {92259} 9612 1 +92260 {92260} 9064 1 +92261 {92261} 2630 1 +92262 {92262} 8953 1 +92263 {92263} 1679 1 +92264 {92264} 11139 1 +92265 {92265} 6990 1 +92266 {92266} 12350 1 +92267 {92267} 11053 1 +92268 {92268} 2605 1 +92269 {92269} 2722 1 +92270 {92270} 11218 1 +92271 {92271} 11245 1 +92272 {92272} 10059 1 +92273 {92273} 1274 1 +92274 {92274} 11078 1 +92275 {92275} 10631 1 +92276 {92276} 11580 1 +92277 {92277} 3505 1 +92278 {92278} 3384 1 +92279 {92279} 11019 1 +92280 {92280} 7067 1 +92281 {92281} 1441 1 +92282 {92282} 3144 1 +92283 {92283} 965 1 +92284 {92284} 5167 1 +92285 {92285} 10731 1 +92286 {92286} 11847 1 +92287 {92287} 1892 1 +92288 {92288} 9685 1 +92289 {92289} 2601 1 +92290 {92290} 9262 1 +92291 {92291} 1451 1 +92292 {92292} 3075 1 +92293 {92293} 3299 1 +92294 {92294} 1617 1 +92295 {92295} 3103 1 +92296 {92296} 10783 1 +92297 {92297} 2195 1 +92298 {92298} 10667 1 +92299 {92299} 7799 1 +92300 {92300} 4805 1 +92301 {92301} 1913 1 +92302 {92302} 8930 1 +92303 {92303} 1381 1 +92304 {92304} 4521 1 +92305 {92305} 11378 1 +92306 {92306} 16318 1 +92307 {92307} 12368 1 +92308 {92308} 9405 1 +92309 {92309} 2680 1 +92310 {92310} 3069 1 +92311 {92311} 7482 1 +92312 {92312} 11426 1 +92313 {92313} 10879 1 +92314 {92314} 2656 1 +92315 {92315} 8477 1 +92316 {92316} 9682 1 +92317 {92317} 3656 1 +92318 {92318} 10354 1 +92319 {92319} 6955 1 +92320 {92320} 10858 1 +92321 {92321} 2903 1 +92322 {92322} 10757 1 +92323 {92323} 8731 1 +92324 {92324} 1595 1 +92325 {92325} 1159 1 +92326 {92326} 10794 1 +92327 {92327} 2025 1 +92328 {92328} 2367 1 +92329 {92329} 14759 1 +92330 {92330} 2251 1 +92331 {92331} 1242 1 +92332 {92332} 2335 1 +92333 {92333} 8733 1 +92334 {92334} 2499 1 +92335 {92335} 10051 1 +92336 {92336} 2813 1 +92337 {92337} 15479 1 +92338 {92338} 15545 1 +92339 {92339} 3341 1 +92340 {92340} 5155 1 +92341 {92341} 9518 1 +92342 {92342} 11018 1 +92343 {92343} 9435 1 +92344 {92344} 9996 1 +92345 {92345} 2942 1 +92346 {92346} 451 1 +92347 {92347} 1974 1 +92348 {92348} 2066 1 +92349 {92349} 1616 1 +92350 {92350} 10490 1 +92351 {92351} 3040 1 +92352 {92352} 2600 1 +92353 {92353} 1764 1 +92354 {92354} 2030 1 +92355 {92355} 1657 1 +92356 {92356} 821 1 +92357 {92357} 9574 1 +92358 {92358} 11587 1 +92359 {92359} 4726 1 +92360 {92360} 3629 1 +92361 {92361} 11567 1 +92362 {92362} 8919 1 +92363 {92363} 10094 1 +92364 {92364} 15917 1 +92365 {92365} 2135 1 +92366 {92366} 7752 1 +92367 {92367} 12549 1 +92368 {92368} 10853 1 +92369 {92369} 5673 1 +92370 {92370} 2499 1 +92371 {92371} 1890 1 +92372 {92372} 9206 1 +92373 {92373} 3039 1 +92374 {92374} 2399 1 +92375 {92375} 11662 1 +92376 {92376} 2673 1 +92377 {92377} 1615 1 +92378 {92378} 3095 1 +92379 {92379} 16562 1 +92380 {92380} 2515 1 +92381 {92381} 2640 1 +92382 {92382} 13525 1 +92383 {92383} 2261 1 +92384 {92384} 2120 1 +92385 {92385} 10967 1 +92386 {92386} 9599 1 +92387 {92387} 9327 1 +92388 {92388} 12117 1 +92389 {92389} 2234 1 +92390 {92390} 1756 1 +92391 {92391} 2736 1 +92392 {92392} 12621 1 +92393 {92393} 10083 1 +92394 {92394} 1855 1 +92395 {92395} 9736 1 +92396 {92396} 9393 1 +92397 {92397} 2198 1 +92398 {92398} 1676 1 +92399 {92399} 2456 1 +92400 {92400} 9555 1 +92401 {92401} 11677 1 +92402 {92402} 9889 1 +92403 {92403} 2568 1 +92404 {92404} 1748 1 +92405 {92405} 6979 1 +92406 {92406} 9155 1 +92407 {92407} 2254 1 +92408 {92408} 11403 1 +92409 {92409} 10935 1 +92410 {92410} 11495 1 +92411 {92411} 7816 1 +92412 {92412} 14227 1 +92413 {92413} 10106 1 +92414 {92414} 4646 1 +92415 {92415} 11268 1 +92416 {92416} 3296 1 +92417 {92417} 10684 1 +92418 {92418} 11447 1 +92419 {92419} 9772 1 +92420 {92420} 8851 1 +92421 {92421} 10196 1 +92422 {92422} 2669 1 +92423 {92423} 12505 1 +92424 {92424} 10542 1 +92425 {92425} 2220 1 +92426 {92426} 2535 1 +92427 {92427} 9905 1 +92428 {92428} 2273 1 +92429 {92429} 2295 1 +92430 {92430} 9291 1 +92431 {92431} 14920 1 +92432 {92432} 2421 1 +92433 {92433} 10025 1 +92434 {92434} 2459 1 +92435 {92435} 2978 1 +\. + + +-- +-- Name: fid; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- + +SELECT pg_catalog.setval('fid', 92435, true); + + +-- +-- Data for Name: formation_location; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY formation_location (vid, docid, mid, formation, location, _weight) FROM stdin; +4195 aapg_ad_945.html aapg_ad_945.html:379:38828:38852 Athabasca Edmonton, London -0.461089806729199636 +4196 aapg_ad_457.html aapg_ad_457.html:453:52338:52346 Colorado Llano Estacado -0.0449670253897642563 +4197 aapg_ac_414.html aapg_ac_414.html:304:37774:37782 Arcturus Reno, Nevada -0.505150548331609439 +4198 aapg_ac_924.html aapg_ac_924.html:1262:87429:87435 Casper Cheyenne, Wyoming -0.391614484352246384 +4199 cspg_html_4176605708 cspg_html_4176605708:80:10195:10206 Shaftesbury Ashville, Ohio -0.121669374039728578 +4200 gsa_html_2238682854 gsa_html_2238682854:857:80831:80849 Moretown Cambridge, Massachusetts -0.469024309212410007 +4201 geology_html_2345007570 geology_html_2345007570:260:23029:23050 Waits River Bennington, Vermont -0.463271407180362194 +4202 aapg_ah_289.html aapg_ah_289.html:27:4258:4276 Monterey Monterey, California -0.0866553713536347692 +4203 aapg_ah_414.html aapg_ah_414.html:46:3342:3356 Colorado Colorado -0.473903010792736112 +4204 aapg_ah_531.html aapg_ah_531.html:288:34211:34223 Cedar Valley Logan, Utah -0.473819937725990625 +4205 gsa_html_4438819447 gsa_html_4438819447:673:66437:66445 Colorado Denver -0.0264132431935258684 +4206 aapg_af_497.html aapg_af_497.html:505:42574:42594 Greenhorn Hittin -0.436810292517708865 +4207 cspg_html_8363357104 cspg_html_8363357104:47:6384:6389 Banff Kootenay River -0.437049524484892205 +4208 gsa_html_8016617669 gsa_html_8016617669:532:51540:51545 Price Earth 0.020759753884348222 +4209 aapg_af_2.html aapg_af_2.html:672:63875:63892 Kaibab Arizona -0.451740527107044376 +4210 aapg_ae_5.html aapg_ae_5.html:5:766:780 Naco Arizona -0.513294445022670631 +4211 AMJC_html_5969956211 AMJC_html_5969956211:175:24139:24145 Antler Reno, Nevada -0.0477788324631043676 +4212 cspg_html_3124360347 cspg_html_3124360347:49:9557:9562 Chazy Bennington, Vermont -0.0290321011190772874 +4213 gsa_html_8035658736 gsa_html_8035658736:797:90140:90150 Washington Salem, Oregon -0.02166536358211529 +4214 gsa_html_5081991493 gsa_html_5081991493:301:29600:29605 Uinta Flagstaff, Arizona -0.453044786078658057 +4215 aapg_ad_466.html aapg_ad_466.html:1444:153307:153314 Potomac Potomac River -0.401438783688395251 +4216 AMJC_html_7313160865 AMJC_html_7313160865:21:794:805 Main Street Houston -0.469024309212410007 +4217 aapg_aa_630.html aapg_aa_630.html:6:1212:1220 Colorado New Mexico -0.052476148512779229 +4218 cspg_html_9343899465 cspg_html_9343899465:879:80567:80579 Hecla Bay Melville Island (Canada) -0.449575401198261781 +4219 gsa_html_1504398873 gsa_html_1504398873:448:47360:47369 San Diego Houghton, Michigan -0.452882496357985831 +4220 cspg_html_5450075884 cspg_html_5450075884:453:52598:52616 Dunvegan Cordillera Administrative Region 0.00496143412054320457 +4221 cspg_html_9924015973 cspg_html_9924015973:260:18973:18991 Guayabal Mexico -0.482921973604061416 +4222 cspg_html_7938374662 cspg_html_7938374662:131:14001:14015 Moosebar Pine River (Michigan) 0.00285245641142386911 +4223 aapg_aa_381.html aapg_aa_381.html:41:5690:5717 Santa Margarita Monterey, California -0.0209266190161632587 +4224 cspg_html_4287356899 cspg_html_4287356899:2478:283317:283327 Kindle Alaska Highway -0.435838488044850259 +4225 sedimentology_html_9634338365 sedimentology_html_9634338365:1207:91027:91057 Sekwi Canada -0.457650607934439568 +4226 sedimentology_html_7652385579 sedimentology_html_7652385579:438:40334:40340 Guelph Ontario, California -0.474842748246669499 +4227 AMJC_html_8831189197 AMJC_html_8831189197:312:35900:35911 Green River Powder River (Montana) -0.453130450697368015 +4228 cspg_html_9354781888 cspg_html_9354781888:1551:97327:97362 Sulphur Mountain Victoria, British Columbia -0.518137195222364677 +4229 aapg_ae_794.html aapg_ae_794.html:212:26363:26369 Coffee Selma to Montgomery marches -0.450707909241451543 +4230 aapg_ai_514.html aapg_ai_514.html:30:4161:4167 Oregon Boise, Idaho -0.488053342950142799 +4231 sedimentology_html_7685827571 sedimentology_html_7685827571:764:58709:58715 Moscow Russia -0.502848273733673135 +4232 aapg_aa_103.html aapg_aa_103.html:58:5898:5912 Woodbine Texas -0.461269507409191593 +4233 aapg_ac_91.html aapg_ac_91.html:474:35803:35826 Middle Canyon Lacombe, Alberta -0.00659792866946394031 +4234 aapg_aa_851.html aapg_aa_851.html:86:7781:7801 Fort Payne White County, Indiana -0.440280728439214952 +4235 cspg_html_3854139935 cspg_html_3854139935:85:13862:13870 Edmonton Calgary -0.0362237739882792509 +4236 aapg_af_575.html aapg_af_575.html:1135:163267:163277 Fort Worth Texas -0.00425264554680848412 +4237 aapg_ah_82.html aapg_ah_82.html:77:7751:7757 Sierra Coahuila -0.506518679863000365 +4238 aapg_ah_779.html aapg_ah_779.html:211:38485:38493 Michigan Missouri River -0.0201322850725559367 +4239 gsa_html_8387257313 gsa_html_8387257313:61:4896:4924 Green River New Mexico -0.00035264713868171768 +4240 sedimentology_html_6865792054 sedimentology_html_6865792054:1291:86838:86854 Viking Lacombe, Alberta -0.471382028770717776 +4241 aapg_aa_15.html aapg_aa_15.html:333:36870:36880 Rio Grande Texas -0.443755252554939694 +4242 cspg_html_6252849194 cspg_html_6252849194:18:2347:2365 Foremost Calgary -0.0332519228723545321 +4243 cspg_html_2498183035 cspg_html_2498183035:415:42353:42374 Beaverhill Canada -0.451731523193220186 +4244 aapg_ak_76.html aapg_ak_76.html:102:14953:14966 San Sebastian Puerto Rico -0.480611894173340604 +4245 aapg_aa_993.html aapg_aa_993.html:107:11518:11527 Jefferson Rodessa, Louisiana -0.0390781048690825028 +4246 geology_html_4584769570 geology_html_4584769570:28:2504:2513 San Diego California -0.0237009875122112385 +4247 sedimentology_html_3746379745 sedimentology_html_3746379745:1303:87449:87481 Cutler Colorado -0.498319708491524405 +4248 aapg_ai_468.html aapg_ai_468.html:36:4895:4908 Cotton Valley Mississippi River -0.0245772016562315031 +4249 aapg_aa_48.html aapg_aa_48.html:129:14670:14686 Keokuk Illinois -0.45733345840955697 +4250 jgeology_html_7911248546 jgeology_html_7911248546:111:3629:3639 Fort Worth Texas -0.478586352630804512 +4251 cspg_html_1347848644 cspg_html_1347848644:399:47162:47168 Moscow Russia -0.49570469701623765 +4252 geology_html_8954266626 geology_html_8954266626:32:1801:1811 Basal Crete -0.0324655941438056483 +4253 aapg_ah_289.html aapg_ah_289.html:202:27623:27632 Etchegoin Lost Hills Oil Field -0.491129614806726456 +4254 aapg_ai_735.html aapg_ai_735.html:126:12754:12762 Virginia Bloomington, Indiana -0.0350022236580636789 +4255 gsa_html_1783148177 gsa_html_1783148177:1015:94276:94299 Mount Toby Cambridge, Massachusetts -0.481815063993563775 +4256 aapg_ah_51.html aapg_ah_51.html:68:5799:5822 Basal Wichita, Kansas -0.439502972586644391 +4257 cspg_html_2198503252 cspg_html_2198503252:261:13445:13453 Colorado New Mexico -0.0717343786963553359 +4258 aapg_ae_473.html aapg_ae_473.html:488:45841:45858 Chickasawhay Wayne County, Michigan -0.0443365036009496297 +4259 aapg_ae_307.html aapg_ae_307.html:85:6959:6969 Washington Pecos River -0.456661018199272462 +4260 aapg_af_751.html aapg_af_751.html:654:83870:83883 Santa Barbara California -0.0144303273551577363 +10161 aapg_ae_961.html aapg_ae_961.html:32:3139:3143 Home Lisbon -0.507392015805155694 +4261 gsa_html_9439813057 gsa_html_9439813057:1196:112656:112664 San Jose Baja California peninsula -0.0362655388970657272 +4262 aapg_aa_23.html aapg_aa_23.html:220:23410:23424 Winnipeg Pelican Lake, Wisconsin -0.122131766607939785 +4263 aapg_ai_1.html aapg_ai_1.html:198:17930:17937 Paradox Hermosa, Chicago -0.0380668126428187481 +4264 cspg_html_8740534160 cspg_html_8740534160:185:24076:24083 Mohican Selkirk Mountains -0.0176521575515221144 +4265 cspg_html_7281679890 cspg_html_7281679890:390:65234:65245 Hare Indian Snake River Canyon (Idaho) -0.0489916642751505871 +4266 aapg_aa_391.html aapg_aa_391.html:305:26356:26364 Woodbine Arkansas -0.431157390646727534 +4267 cspg_html_9501006975 cspg_html_9501006975:533:55525:55543 Dunvegan Victoria, British Columbia -0.45421548506785292 +4268 aapg_af_162.html aapg_af_162.html:263:24968:24976 Woodbine Shreveport, Louisiana -0.0156571431142738943 +4269 aapg_af_854.html aapg_af_854.html:1104:155843:155861 Golconda Kentucky -0.0516375609200999883 +4270 cspg_html_6116883777 cspg_html_6116883777:628:82928:82940 Devon Island Bathurst Island (Northern Territory) -0.416415682696128164 +4271 cspg_html_8580557017 cspg_html_8580557017:15:1307:1312 Banff Mississippian culture 0.00475991516942664804 +4272 cspg_html_3740794265 cspg_html_3740794265:437:45066:45072 Denver Colorado -0.495723634298967097 +4273 gsa_html_6143207195 gsa_html_6143207195:728:70708:70718 Washington Seattle -0.475138501585752326 +4274 palaios_html_2945835736 palaios_html_2945835736:884:60960:60966 Oregon Earth -0.0529469160775694891 +4275 aapg_ad_784.html aapg_ad_784.html:129:15063:15068 Vaqueros Ojai, California -0.0148473685012762528 +4276 aapg_ah_387.html aapg_ah_387.html:2655:286901:286910 Knoxville Knoxville, Illinois -0.00850549498541811055 +4277 aapg_af_514.html aapg_af_514.html:639:64769:64786 Bedford Calgary -0.440300736461396947 +4278 sedimentology_html_9906287852 sedimentology_html_9906287852:605:52601:52619 Frontier Western world -0.447859095614761116 +4279 aapg_ae_642.html aapg_ae_642.html:51:4525:4530 Logan Arkansas -0.00696275827002107526 +4280 aapg_ac_473.html aapg_ac_473.html:541:65051:65079 Phosphoria Boise, Idaho -0.252227917039157867 +4281 cspg_html_7881580279 cspg_html_7881580279:355:46861:46867 Herald Manitoba -0.4597920302667165 +4282 aapg_aa_735.html aapg_aa_735.html:229:20847:20863 Borden Illinois -0.42773794978433255 +4283 aapg_aa_316.html aapg_aa_316.html:828:92167:92173 Madrid Canary Islands -0.0183838242573764847 +4284 aapg_aa_381.html aapg_aa_381.html:35:4994:5009 Red Rock Monterey, California -0.00149397449100649102 +4285 aapg_ah_781.html aapg_ah_781.html:188:18015:18031 Warner Polk County, Florida -0.0717343786963553359 +4286 aapg_aa_918.html aapg_aa_918.html:33:6359:6369 Washington Shreveport, Louisiana -0.47254944238616009 +4287 cspg_html_4438727998 cspg_html_4438727998:47:5935:5953 Provo Germany -0.403989591521988045 +4288 aapg_af_803.html aapg_af_803.html:158:17195:17200 Price Corpus Christi, Texas -0.0224076161552878329 +4289 aapg_ai_107.html aapg_ai_107.html:292:31215:31224 Shongaloo Arkansas -0.441637804770763531 +4290 cspg_html_5697056884 cspg_html_5697056884:40:4119:4131 Saskatchewan Regina, Saskatchewan -0.0411306079885422268 +4291 sedimentology_html_4185931185 sedimentology_html_4185931185:130:10178:10192 Ninemile Reno, Nevada -0.457492019193031785 +4292 aapg_af_808.html aapg_af_808.html:249:32861:32879 Scotland Barbados 0.0145380623395336504 +4293 aapg_ah_176.html aapg_ah_176.html:445:50502:50510 Colorado Burbank, California -0.0592268959056857155 +4294 gsa_html_5064963350 gsa_html_5064963350:1002:94653:94684 Naknek Talkeetna Mountains 0.682657431534972603 +4295 aapg_ad_614.html aapg_ad_614.html:102:9973:9982 Smackover Navarro County, Texas -0.00702877531362414328 +4296 aapg_ai_688.html aapg_ai_688.html:69:9860:9884 Salina Williamsport, Indiana -0.482092240402263728 +4297 aapg_ae_202.html aapg_ae_202.html:4:648:657 Olentangy Cincinnati 0.0195500267274268669 +4298 gsa_html_3860045860 gsa_html_3860045860:1226:109594:109600 Oregon Salem, Oregon 0.00169548781079378809 +4299 gsa_html_1617077506 gsa_html_1617077506:541:59191:59199 Victoria Anchorage, Alaska -0.0869589148828558006 +4300 cspg_html_2799817929 cspg_html_2799817929:360:40456:40473 Cardium Canada -0.0567822381831176448 +4301 aapg_ac_215.html aapg_ac_215.html:152:17280:17289 Englewood Englewood, New Jersey -0.098773909222839032 +4302 aapg_ah_90.html aapg_ah_90.html:76:12503:12519 Dakota Cedar Mountains -0.433335034358568127 +4303 AMJC_html_3632105729 AMJC_html_3632105729:422:63289:63295 Oregon Washington (state) -0.45896570683289678 +4304 aapg_aa_400.html aapg_aa_400.html:158:12308:12318 Santa Cruz Bolivia -0.0103905567969635754 +4305 jgeology_html_6990146451 jgeology_html_6990146451:652:48304:48320 Oswego North Carolina -0.448408411516637184 +4306 cspg_html_5345848475 cspg_html_5345848475:149:20824:20841 Wapiabi Calgary -0.466810220907495799 +4307 aapg_ae_974.html aapg_ae_974.html:205:21033:21043 Rio Grande Mexico -0.456328379915839744 +4308 gsa_html_4828739821 gsa_html_4828739821:985:79688:79726 Kingston Peak Death Valley -0.0799966313740302221 +4309 cspg_html_6306091047 cspg_html_6306091047:401:57308:57316 Columbia Victoria, British Columbia -0.0334258967197983703 +4310 aapg_ae_4.html aapg_ae_4.html:599:58616:58642 Oquirrh Logan, Utah -0.241136816359010964 +4311 geology_html_4383756610 geology_html_4383756610:12:577:587 Washington Washington (state) -0.431080339422081793 +4312 gsa_html_4438819447 gsa_html_4438819447:846:80018:80034 Dakota Nebraska -0.461765577936308902 +4313 gsa_html_2057442473 gsa_html_2057442473:58:4206:4234 Green River Colorado 0.0310635550313855154 +4314 aapg_ad_803.html aapg_ad_803.html:57:5320:5326 Keokuk Burlington, Ontario -0.0330048845874642768 +4315 cspg_html_6290430388 cspg_html_6290430388:877:85072:85081 Interlake Nassau, Bahamas -0.00473211949273434716 +4316 cspg_html_2471870619 cspg_html_2471870619:387:50314:50333 Cold Lake Lacombe, Alberta 0.75742868374111294 +4317 aapg_aa_357.html aapg_aa_357.html:520:45750:45771 Summerville Summerville, South Carolina -0.00967821874611652505 +4318 sedimentology_html_7298419341 sedimentology_html_7298419341:971:60208:60246 Chapel Island Antarctica -0.0238644046922454368 +4319 aapg_aa_590.html aapg_aa_590.html:614:47657:47664 Yucatan Guatemala -0.00728936970704518669 +4320 aapg_ad_356.html aapg_ad_356.html:349:33285:33292 Schuler Cotton Valley, Louisiana -0.474133810779439169 +4321 cspg_html_3102530088 cspg_html_3102530088:251:29549:29556 Pakowki Milk River, Alberta -0.450649451770273157 +4322 cspg_html_7970836465 cspg_html_7970836465:658:63890:63896 Oxford Pergamon Museum -0.471639785200352879 +4323 AMJC_html_7321319159 AMJC_html_7321319159:12:617:630 Santa Barbara California -0.47254944238616009 +4324 jgeology_html_8750845452 jgeology_html_8750845452:113:8179:8195 Navajo Logan, Utah -0.0526522468339780461 +4325 cspg_html_6786864151 cspg_html_6786864151:6:440:462 Trent River Qualicum River -0.499298579771170536 +4326 aapg_ai_860.html aapg_ai_860.html:134:20462:20476 Bays Knoxville, Tennessee -0.476130470160059438 +4327 cspg_html_1948505826 cspg_html_1948505826:299:37666:37685 Keg River Lacombe, Alberta -0.0969811510917077263 +4328 aapg_ai_720.html aapg_ai_720.html:464:46374:46381 Potomac Closter, New Jersey -0.482353193831112415 +4329 sedimentology_html_8041322681 sedimentology_html_8041322681:1094:68478:68488 Washington Seattle -0.0370486621812744707 +4330 gsa_html_7151930388 gsa_html_7151930388:975:80325:80340 Mesaverde Logan, Utah -0.430395959711439846 +4331 aapg_ae_113.html aapg_ae_113.html:173:20942:20960 Read Bay Little Cornwallis Island -0.0203634553137257354 +4332 cspg_html_9717154602 cspg_html_9717154602:6:337:354 Bearpaw Lacombe, Alberta -0.0178746093391716279 +4333 aapg_ae_176.html aapg_ae_176.html:234:29328:29342 Colorado Lacombe, Alberta -0.498224733320612012 +4334 gsa_html_9666442487 gsa_html_9666442487:677:63931:63950 Ellis Bay Anticosti Island -0.248266668553440206 +4335 cspg_html_9272962376 cspg_html_9272962376:493:61631:61646 Gates Victoria, British Columbia -0.435838488044850259 +4336 aapg_ac_486.html aapg_ac_486.html:681:86462:86470 Colorado Denver -0.0104235679161521783 +4337 cspg_html_7310162886 cspg_html_7310162886:302:40923:40949 Shublik Anchorage, Alaska -0.0230090906667148494 +4338 gsa_html_1538463681 gsa_html_1538463681:92:8172:8187 Mural Arizona -0.444916336311243943 +4339 aapg_ad_822.html aapg_ad_822.html:114:9524:9536 Laramie Golden, Colorado 0.0277034807570868159 +4340 aapg_ad_922.html aapg_ad_922.html:3:315:332 Ireton Lacombe, Alberta -0.455658949817136283 +4341 gsa_html_9052101586 gsa_html_9052101586:356:38900:38911 Peoria Illinois -0.458641287983651336 +4342 gsa_html_1460299630 gsa_html_1460299630:1046:97787:97800 Francis Ganges -0.0258220684876826687 +4343 aapg_ad_379.html aapg_ad_379.html:713:57921:57929 Sundance Colorado -0.0414927590007348676 +4344 palaios_html_7111318862 palaios_html_7111318862:1306:117637:117659 Judith River Lacombe, Alberta -0.0179684568885802344 +4345 aapg_ai_592.html aapg_ai_592.html:239:38812:38827 Uinta Uinta Mountains -0.189098374835039745 +4346 cspg_html_1520641026 cspg_html_1520641026:6:516:535 Duvernay Lacombe, Alberta -0.479719327950920094 +4347 sedimentology_html_6261114825 sedimentology_html_6261114825:135:11304:11322 Purisima Santa Cruz, California -0.465705253187009671 +4348 aapg_af_860.html aapg_af_860.html:66:5521:5532 Sparta Cleveland -0.01223054087335982 +4349 gsa_html_4811081253 gsa_html_4811081253:139:10866:10894 Green River Colorado -0.0260481030214056476 +4350 cspg_html_8353857977 cspg_html_8353857977:367:41017:41036 Tuscarora Pennsylvania -0.4597965726108596 +4351 aapg_ah_416.html aapg_ah_416.html:222:19370:19380 Milk River Canada -0.440387442871438828 +4352 gsa_html_3613642206 gsa_html_3613642206:901:79266:79276 Washington Seattle -0.478911234884053072 +4353 aapg_af_455.html aapg_af_455.html:59:8123:8151 Hampshire Illinois 0.537109222147095666 +4354 gsa_html_1075724130 gsa_html_1075724130:538:47995:48010 Bouse Arizona -0.0548599497641807099 +4355 gsa_html_2204469229 gsa_html_2204469229:778:61402:61430 Green River Colorado -0.0292460145715184028 +4356 aapg_ae_923.html aapg_ae_923.html:368:34588:34606 Hawthorn Leon County, Florida -0.00508998959117516313 +4357 aapg_aa_399.html aapg_aa_399.html:290:23250:23258 Colorado Niobrara, Nebraska -0.527637165735992397 +4358 aapg_ad_466.html aapg_ad_466.html:852:91776:91788 Mount Laurel Navesink River -0.487588990851044235 +4359 aapg_aa_546.html aapg_aa_546.html:279:27785:27807 Judith River Judith River Formation -0.45633516722504075 +4360 cspg_html_9778753186 cspg_html_9778753186:324:47578:47585 Cadomin Lacombe, Alberta -0.0740016448413745448 +4361 gsa_html_5419586307 gsa_html_5419586307:601:50957:50977 Ellensburg Washington (state) -0.436810292517708865 +4362 gsa_html_1119256423 gsa_html_1119256423:604:55668:55676 Bellevue Nebraska -0.0447440730819334553 +4363 sedimentology_html_9134883029 sedimentology_html_9134883029:643:50198:50203 Crete Crete -0.481870957939069144 +4364 geology_html_8049344680 geology_html_8049344680:79:7904:7911 Nitinat Fraser River (Colorado) -0.0248831928885421966 +4365 aapg_ac_187.html aapg_ac_187.html:2050:203103:203122 Marcellus Wayne County, Michigan -0.0450157969952539247 +4366 gsa_html_7012936645 gsa_html_7012936645:499:44655:44676 Martinsburg Hamburg 0.00179624453777558709 +4367 aapg_ae_428.html aapg_ae_428.html:1063:83708:83721 Lagarto Burkeville, Texas -0.159030653345325207 +4368 cspg_html_3953809708 cspg_html_3953809708:71:11875:11895 Big Valley Lacombe, Alberta -0.467877607461444023 +4369 aapg_ai_770.html aapg_ai_770.html:36:4436:4444 Reynales Niagara River -0.0198680940009536566 +4370 cspg_html_5241714595 cspg_html_5241714595:247:38614:38631 Duperow Regina, Saskatchewan -0.00712258914704064564 +4371 palaios_html_6100595217 palaios_html_6100595217:676:69039:69062 Moodys Branch Alabama -0.0168874970090907538 +4372 cspg_html_3354282978 cspg_html_3354282978:157:19882:19891 Athabasca Lacombe, Alberta -0.420909473199816475 +4373 jgeology_html_4115179562 jgeology_html_4115179562:1348:73549:73567 Parkwood Alabama -0.456479975332736432 +4374 aapg_ae_407.html aapg_ae_407.html:47:4823:4845 Detroit River Michigan -0.466920106770381871 +4375 aapg_aa_245.html aapg_aa_245.html:35:4238:4256 Traverse Mississippian culture -0.44951252529713398 +4376 cspg_html_8568877195 cspg_html_8568877195:500:70398:70419 Belly River Lacombe, Alberta -0.480165495809770027 +4377 aapg_ad_921.html aapg_ad_921.html:405:38911:38925 Kope Kentucky 0.289397199802443161 +4378 gsa_html_2989317971 gsa_html_2989317971:1102:110012:110024 Yellowjacket Boise, Idaho -0.474842748246669499 +4379 aapg_ac_825.html aapg_ac_825.html:785:79742:79750 Monterey California 0.00480334593379653455 +4380 sedimentology_html_6705485093 sedimentology_html_6705485093:36:1781:1791 Copenhagen Sweden -0.457840951353905012 +4381 aapg_aa_381.html aapg_aa_381.html:87:11427:11435 Monterey Rancho Santa Margarita, California -0.0591815191115292807 +4382 gsa_html_8213519494 gsa_html_8213519494:651:64306:64313 Kayenta Toronto -0.44844429668252761 +4383 cspg_html_9177794814 cspg_html_9177794814:126:14877:14892 Wahoo Atoka, Oklahoma -0.0479199713331230001 +4384 aapg_ai_584.html aapg_ai_584.html:642:65801:65823 Basal Cheyenne, Wyoming -0.436872309743032927 +4385 aapg_ai_328.html aapg_ai_328.html:46:5430:5449 Caballero Alamogordo, New Mexico -0.488956974601549299 +4386 gsa_html_4828739821 gsa_html_4828739821:497:38813:38853 Sixtymile Western world -0.477121254719662491 +4387 aapg_ah_779.html aapg_ah_779.html:207:37534:37542 Michigan Bloomington, Indiana -0.0474286098423364472 +4388 aapg_aa_305.html aapg_aa_305.html:72:11019:11026 Raritan Kirkwood, Missouri -0.459149520620870666 +4389 gsa_html_9898556493 gsa_html_9898556493:200:24725:24743 Riverbank Modesto, California 0.00103883289603381806 +4390 cspg_html_9987144175 cspg_html_9987144175:73:10938:10942 Fram Hell Gate -0.0176278270282407938 +4391 aapg_ae_755.html aapg_ae_755.html:468:48925:48946 Pungo River North Carolina -0.0101942281259971568 +4392 cspg_html_1818321956 cspg_html_1818321956:487:49793:49807 Toad Canada -0.424214904641607937 +4393 aapg_af_51.html aapg_af_51.html:507:56486:56494 Colorado Colorado 0.109250356169930701 +4394 aapg_ac_630.html aapg_ac_630.html:551:57869:57876 Wasatch Bridger, Montana -0.475554574599736102 +4395 sedimentology_html_3620939833 sedimentology_html_3620939833:121:6869:6875 Benner Esposizione Universale Roma -0.495181722890797649 +4396 cspg_html_5381643866 cspg_html_5381643866:348:43690:43698 Columbia Lacombe, Alberta -0.45995556917210767 +4397 aapg_ae_113.html aapg_ae_113.html:370:49096:49129 Disappointment Bay Bathurst Island (Northern Territory) -0.515885631184686444 +4398 cspg_html_6985536436 cspg_html_6985536436:591:75913:75934 Christopher Banks Island -0.453495743339231705 +4399 cspg_html_1578389835 cspg_html_1578389835:628:56392:56407 Flume Lacombe, Alberta -0.474888953093082877 +4400 aapg_ac_92.html aapg_ac_92.html:329:32131:32137 Denver Colorado -0.48715769815048382 +4401 aapg_ai_225.html aapg_ai_225.html:180:15847:15858 Black River Bloomington, Indiana -0.0177825001131117176 +4402 aapg_ak_87.html aapg_ak_87.html:454:57166:57180 Earp Supai, Arizona -0.439631812877842865 +4403 geology_html_2803121856 geology_html_2803121856:18:1285:1294 Eel River California -0.470457490274840129 +4404 aapg_ae_47.html aapg_ae_47.html:123:11203:11217 Woodford Turkey Creek, Louisiana -0.486513508857715604 +4405 aapg_ae_884.html aapg_ae_884.html:317:41968:41982 Colorado Logan, Utah -0.00614971261944179635 +4406 aapg_ae_705.html aapg_ae_705.html:555:53640:53663 Santa Barbara Carpinteria, California -0.0368502653061740099 +4407 aapg_ae_911.html aapg_ae_911.html:41:4116:4135 Morehouse Shreveport, Louisiana 0.322282188395133562 +4408 aapg_ah_534.html aapg_ah_534.html:58:4737:4755 Bloomsburg New Scotland, New York -0.466009382111544301 +4409 cspg_html_4235335749 cspg_html_4235335749:12:1619:1639 Newcastle Lacombe, Alberta -0.458648092769168181 +4410 palaios_html_3022467877 palaios_html_3022467877:107:12306:12317 Hornerstown Closter, New Jersey -0.451913869834985604 +4411 aapg_ac_986.html aapg_ac_986.html:527:65975:65996 Green River Wasatch Range -0.0227274727216301153 +4412 aapg_aa_913.html aapg_aa_913.html:192:17554:17564 Georgetown Buda, Texas -0.0121732026878597095 +4413 gsa_html_8981262717 gsa_html_8981262717:984:81736:81764 Green River Colorado -0.0146249457170983255 +4414 gsa_html_2374661120 gsa_html_2374661120:641:61829:61853 Cutler Logan, Utah -0.0408468169477428783 +4415 cspg_html_9689514766 cspg_html_9689514766:826:105120:105131 Black River Ontario, California -0.428868342306482297 +4416 palaios_html_8447729660 palaios_html_8447729660:435:48620:48638 Willwood Colorado -0.022546683475949493 +4417 geology_html_4760088414 geology_html_4760088414:302:24672:24681 Red Bluff Texas -0.0346577090486229963 +4418 cspg_html_9648675035 cspg_html_9648675035:583:52401:52428 Barnett Texas -0.452896019392303839 +4419 AMJC_html_8206209174 AMJC_html_8206209174:247:31304:31310 Brazil China -0.0413499862143105745 +4420 aapg_aa_43.html aapg_aa_43.html:268:34616:34631 Viola Middle Ordovician -0.476093453364925034 +4421 gsa_html_1426450063 gsa_html_1426450063:55:3428:3456 Green River Colorado -0.00871745152629535731 +4422 aapg_ai_283.html aapg_ai_283.html:161:17915:17924 New River Pusey, Oxfordshire -0.46105569042928074 +4423 aapg_ac_253.html aapg_ac_253.html:56:7608:7619 Frisco New Scotland, New York -0.435767689782418699 +4424 jgeology_html_8945102252 jgeology_html_8945102252:893:58485:58509 Peninsula Baja California peninsula -0.467889067103673728 +4425 cspg_html_4348111624 cspg_html_4348111624:329:42478:42516 Winnipegosis Regina, Saskatchewan -0.0297260284355998494 +4426 aapg_ad_307.html aapg_ad_307.html:66:7610:7642 Quadrant Cheyenne, Wyoming -0.054549503916786618 +4427 aapg_ah_198.html aapg_ah_198.html:564:74696:74714 Monterey California 0.0171307951953313421 +4428 geology_html_5526435496 geology_html_5526435496:412:27156:27162 Laguna Castel Gandolfo -0.50743042537916494 +4429 aapg_ad_0.html aapg_ad_0.html:153:14993:15001 Glenwood Bloomington, Indiana 0.0146110443570680159 +4430 aapg_ah_329.html aapg_ah_329.html:181:17140:17155 Lospe Casmalia Hills -0.46878567237532498 +4431 cspg_html_4636216007 cspg_html_4636216007:385:38643:38656 Parry Islands Little Cornwallis Island -0.0189139078212818938 +4432 geology_html_5526435496 geology_html_5526435496:15:821:827 Denver Colorado 0.0105973111472393959 +4433 cspg_html_7209461212 cspg_html_7209461212:110:16267:16280 Mountain Park Kilby -0.0248831928885421966 +4434 cspg_html_3008414459 cspg_html_3008414459:506:61114:61134 Milk River Southern Alberta -0.0016763787815964029 +4435 cspg_html_8556552074 cspg_html_8556552074:93:8243:8259 Meadow Lake Lacombe, Alberta -0.4506269691264706 +4436 aapg_af_99.html aapg_af_99.html:41:5359:5374 Gatun Trinidad and Tobago -0.0727279352030703458 +4437 cspg_html_2749851978 cspg_html_2749851978:395:56913:56930 Cardium New Haven, Connecticut -0.014941203695627946 +4438 cspg_html_2283545366 cspg_html_2283545366:458:56440:56457 Halfway Lacombe, Alberta -0.478326534516524793 +4439 cspg_html_9924397126 cspg_html_9924397126:1665:170480:170501 Green River Logan, Utah -0.246352820475395862 +4440 gsa_html_8340160877 gsa_html_8340160877:56:3551:3579 Green River Colorado -0.0258394556349876708 +4441 jgeology_html_8836028119 jgeology_html_8836028119:672:47627:47633 Oxford Pergamon Museum -0.0306269732531419848 +4442 aapg_ad_283.html aapg_ad_283.html:417:46059:46069 San Andres Nashville Basin -0.453292784807282967 +4443 aapg_ai_654.html aapg_ai_654.html:228:33073:33086 Madison Williston Basin -0.469230874046953295 +4444 geology_html_1001858158 geology_html_1001858158:13:848:856 Victoria Victoria, British Columbia -0.0370660655999496616 +4445 aapg_aa_683.html aapg_aa_683.html:14:2372:2391 Greenhorn Colorado -0.587665212180099594 +4446 aapg_ai_968.html aapg_ai_968.html:129:12018:12025 Madison Cut Bank, Montana -0.460146402321772174 +4447 gsa_html_1579624848 gsa_html_1579624848:66:4776:4804 Green River Colorado -0.011024723133422322 +4448 geology_html_6051364759 geology_html_6051364759:262:21971:21993 Judith River Regina, Saskatchewan -0.266800320160311799 +4449 gsa_html_4128085755 gsa_html_4128085755:934:81130:81158 Green River Colorado -0.033773852470743819 +4450 cspg_html_9343899465 cspg_html_9343899465:2159:196459:196478 Strathcona Fiord Ellesmere Island -0.246375389141583245 +4451 gsa_html_6982030333 gsa_html_6982030333:1141:106514:106520 Oregon Boise, Idaho -0.0415711108717550168 +4452 aapg_aa_702.html aapg_aa_702.html:373:86951:86973 Salina Michigan 0.00961219784453646968 +4453 gsa_html_1549665076 gsa_html_1549665076:71:7916:7924 John Day Owyhee County, Idaho -0.456355529459316345 +4454 cspg_html_3102530088 cspg_html_3102530088:596:74190:74210 Milk River Lacombe, Alberta -0.465579516089382972 +4455 geology_html_3799447469 geology_html_3799447469:291:18338:18372 Laurentian San Juan, Argentina -0.020196595303077311 +4456 aapg_af_378.html aapg_af_378.html:71:9169:9176 El Paso El Paso, Texas -0.0143434446267858666 +4457 sedimentology_html_7885928494 sedimentology_html_7885928494:393:36215:36219 Hall London, Ontario -0.457514673015389395 +4458 aapg_ae_641.html aapg_ae_641.html:12:1092:1099 Rapides Plaquemines Parish, Louisiana -0.45184182728382527 +4459 geology_html_5967209013 geology_html_5967209013:84:8913:8921 Paradise Inyo County, California -0.0225014864703161413 +4460 sedimentology_html_6192596736 sedimentology_html_6192596736:238:16736:16740 Hall London, Ontario -0.494850594949005074 +4461 aapg_ac_983.html aapg_ac_983.html:399:62685:62695 Plattsburg Plattsburg, Missouri -0.467336881448994379 +4462 aapg_ae_73.html aapg_ae_73.html:321:41816:41832 Chinle Las Vegas Strip 0.307835886681221027 +4463 cspg_html_7817594878 cspg_html_7817594878:394:57572:57580 Colorado Denver -0.485266333037401854 +4464 aapg_ac_71.html aapg_ac_71.html:740:78463:78484 Boyer Ranch Reno, Nevada -0.0632405567829520537 +4465 aapg_aa_751.html aapg_aa_751.html:733:76419:76425 Brazil Sergipe -0.0375812203233935049 +4466 aapg_ad_133.html aapg_ad_133.html:27:2636:2651 Diablo Delaware -0.0320915848438591694 +4467 cspg_html_2420029771 cspg_html_2420029771:960:94556:94573 Romaine Anticosti Island -0.0709631023012109036 +4468 gsa_html_9207276905 gsa_html_9207276905:640:54668:54676 Columbia Victoria, British Columbia -0.443732938342886629 +4469 aapg_ac_621.html aapg_ac_621.html:157:13192:13209 Emporia Elmont, New York -0.467584291252108319 +4470 aapg_ah_844.html aapg_ah_844.html:322:45107:45115 Tensleep Oklahoma City -0.0574103284604600139 +4471 aapg_ah_435.html aapg_ah_435.html:243:29114:29119 Yegua China -0.472604743150075168 +4472 gsa_html_8710965421 gsa_html_8710965421:55:3465:3493 Green River Colorado 0.0224215228355517555 +4473 aapg_ah_134.html aapg_ah_134.html:128:10353:10371 Rodessa Tuscaloosa, Alabama -0.43778754217467053 +4474 palaios_html_2376163646 palaios_html_2376163646:563:60669:60689 Hell Creek Williston Basin 0.00389825344276496875 +4475 gsa_html_5495469347 gsa_html_5495469347:114:9602:9627 Maroon Colorado -0.444871652179790411 +4476 palaios_html_5170998264 palaios_html_5170998264:441:55304:55322 Imperial Imperial County, California -0.0243581435015515282 +4477 gsa_html_5865982995 gsa_html_5865982995:1303:137932:137940 Colorado Denver -0.0365787810685492543 +4478 cspg_html_5891044027 cspg_html_5891044027:441:79774:79779 Price Lacombe, Alberta -0.439098796420780313 +4479 aapg_ah_487.html aapg_ah_487.html:143:16756:16766 Copenhagen Mons -0.486548633935625752 +4480 jgeology_html_8494933343 jgeology_html_8494933343:349:24915:24926 Green River Colorado -0.02166536358211529 +4481 palaios_html_3467544554 palaios_html_3467544554:736:62077:62085 Colorado Denver -0.47675536629509363 +4482 aapg_ac_705.html aapg_ac_705.html:183:19081:19095 Woodford Mexico -0.515580073330138555 +4483 cspg_html_1065856149 cspg_html_1065856149:40:4681:4692 Mowry Cheyenne, Wyoming -0.447168994241326834 +4484 aapg_af_665.html aapg_af_665.html:83:9614:9618 Frio Texas -0.0116467387889204136 +4485 aapg_ae_576.html aapg_ae_576.html:420:37079:37089 Wulff Land Greenland 0.361537240643396263 +4486 cspg_html_2954223000 cspg_html_2954223000:1307:166196:166201 Weeks California -0.0716469267425071249 +4487 cspg_html_1188455526 cspg_html_1188455526:23:2386:2407 Christopher Hassel (Bergen) -0.447276508327869859 +4488 gsa_html_3860045860 gsa_html_3860045860:477:51266:51282 Eugene Pacific Northwest -0.509731055861850857 +4489 geology_html_8810257294 geology_html_8810257294:324:28357:28361 Hall London, Ontario -0.416220582820664042 +4490 cspg_html_6252417471 cspg_html_6252417471:305:44897:44919 Horton River Banks Island -0.129118684804505029 +4491 cspg_html_2650524233 cspg_html_2650524233:12:2085:2092 Bearpaw Lacombe, Alberta -0.0514126754650784876 +4492 aapg_ah_85.html aapg_ah_85.html:105:12246:12264 Patuxent North Carolina -0.0127413767435659193 +4493 aapg_ai_129.html aapg_ai_129.html:120:12254:12262 Wolfcamp Delaware -0.417370067428227742 +4494 gsa_html_7102550258 gsa_html_7102550258:730:83116:83133 Entrada Colorado -0.104143179130594843 +4495 aapg_ah_521.html aapg_ah_521.html:312:32982:32989 Carrizo Great Lakes region (North America) 0.00543048895720864636 +4496 geology_html_2703219359 geology_html_2703219359:319:25726:25731 Stark Reno, Nevada -0.0200714512738383588 +4497 aapg_ae_296.html aapg_ae_296.html:81:8521:8527 Blaine Texas -0.464533160716817162 +4498 cspg_html_4407743346 cspg_html_4407743346:293:38402:38429 La Luna Melbourne, Florida -0.469152832749018645 +4499 gsa_html_9266920022 gsa_html_9266920022:496:56278:56285 El Paso Alabama 0.0168423133530892395 +4500 aapg_aa_654.html aapg_aa_654.html:275:40446:40484 Arroyo New Mexico -0.0363142648358218204 +4501 aapg_ah_878.html aapg_ah_878.html:263:30743:30771 St. Edmund Manitoulin Island -0.0323768745751979448 +4502 aapg_ah_633.html aapg_ah_633.html:142:20265:20272 Anahuac Shreveport, Louisiana -0.467870731747513147 +4503 aapg_ad_249.html aapg_ad_249.html:108:11333:11351 Traverse Detroit River International Wildlife Refuge -0.400501765704364909 +4504 geology_html_6677659753 geology_html_6677659753:17:695:703 Victoria Victoria, British Columbia 0.0208049463724238951 +4505 gsa_html_1440648000 gsa_html_1440648000:21:1261:1271 Washington Washington (state) -0.0251613720923007447 +4506 aapg_af_540.html aapg_af_540.html:339:45751:45759 Niobrara Niobrara, Nebraska -0.437049524484892205 +4507 AMJC_html_5755352984 AMJC_html_5755352984:175:26376:26386 Washington Salem, Oregon -0.489885075161781369 +4508 cspg_html_5981094114 cspg_html_5981094114:112:17115:17121 Denver Colorado -0.472501057082917231 +4509 aapg_ad_883.html aapg_ad_883.html:75:9322:9341 Franconia Trempealeau, Wisconsin -0.421615423897771235 +4510 aapg_af_854.html aapg_af_854.html:1017:143192:143210 Golconda Hardinsburg, Indiana -0.035304988004324106 +4511 aapg_ac_219.html aapg_ac_219.html:547:85030:85038 Santiago Nazca -0.442421809625085982 +4512 cspg_html_3367984758 cspg_html_3367984758:215:27894:27902 Columbia Elmworth, Alberta -0.438060290900437188 +4513 aapg_aa_346.html aapg_aa_346.html:172:16677:16694 Laurel Kentucky -0.0261593828547695383 +4514 aapg_ah_647.html aapg_ah_647.html:740:81778:81794 Kaibab Colorado Plateau -0.455310861563052449 +4515 geology_html_4984597820 geology_html_4984597820:192:20752:20756 Dean Washington (state) -0.00215584223507059606 +4516 cspg_html_3575026901 cspg_html_3575026901:10:513:518 Banff Calgary -0.00946799468152085232 +4517 aapg_af_423.html aapg_af_423.html:111:10532:10537 Salem Clay City, Illinois -0.453829596260670209 +4518 gsa_html_4307911073 gsa_html_4307911073:816:56373:56379 Sonora Mexico -0.465561228542891226 +4519 gsa_html_4446967287 gsa_html_4446967287:135:9984:10004 Mt Lytton Eagle River, Alaska -0.512593572881881343 +4520 aapg_ac_333.html aapg_ac_333.html:85:11775:11779 Rico Colorado -0.481777803377517411 +4521 aapg_ae_3.html aapg_ae_3.html:330:45906:45930 Arroyo New Mexico -0.507392015805155694 +4522 gsa_html_1164021120 gsa_html_1164021120:29:2172:2209 Picture Gorge Basalt Salem, Oregon -0.0263019613963844621 +4523 aapg_ac_725.html aapg_ac_725.html:171:18606:18615 Peninsula Trinidad and Tobago -0.00334234682961829285 +4524 aapg_aa_731.html aapg_aa_731.html:531:71858:71887 Wilcox Mississippi River -0.476093453364925034 +4525 aapg_ah_618.html aapg_ah_618.html:98:7936:7944 Tensleep Little Cottonwood Creek -0.0966012418148782803 +4526 sedimentology_html_1345433606 sedimentology_html_1345433606:872:64217:64252 New Glasgow Canada -0.426766665462260386 +4527 gsa_html_1024107776 gsa_html_1024107776:1024:101617:101652 Mauch Chunk Pennsylvania -0.434527375159215246 +4528 gsa_html_3069013284 gsa_html_3069013284:861:80477:80493 Chinle Colorado -0.458720680358492616 +4529 gsa_html_8371513124 gsa_html_8371513124:325:26443:26471 Green River Colorado -0.0113965411474177668 +4530 cspg_html_2184091860 cspg_html_2184091860:633:58711:58719 Montreal Quebec City -0.126115468777228706 +4531 aapg_ae_29.html aapg_ae_29.html:481:55562:55582 Greenbrier Pennsylvania -0.0448677412107618342 +4532 aapg_af_653.html aapg_af_653.html:390:46614:46622 Vaqueros Monterey, California -0.406218582002202511 +4533 aapg_ah_311.html aapg_ah_311.html:20:3227:3234 Wasatch Fort Union Trading Post National Historic Site -0.00456360840821551893 +4534 cspg_html_8374021012 cspg_html_8374021012:143:22510:22530 Harrogate Victoria, British Columbia -0.417728203254524755 +4535 aapg_ad_944.html aapg_ad_944.html:315:27566:27571 Piper Montana -0.455568524378559381 +4536 cspg_html_5849897642 cspg_html_5849897642:6:239:255 Fernie Moose Mountain (Alberta) -0.431086943566786673 +4537 sedimentology_html_3417381350 sedimentology_html_3417381350:1353:100277:100295 Monterey California -0.0541954731072742807 +4538 geology_html_2094488742 geology_html_2094488742:260:23436:23446 Las Cruces New Mexico -0.471349814541787038 +4539 gsa_html_7173708345 gsa_html_7173708345:42:3682:3703 Forest Fairbanks, Alaska -0.498269845185202676 +4540 aapg_af_788.html aapg_af_788.html:37:4836:4844 Michigan Lake Huron -0.456844361180692826 +4541 geology_html_5090297208 geology_html_5090297208:12:501:509 Colorado Denver -0.0251613720923007447 +4542 aapg_ae_4.html aapg_ae_4.html:149:16269:16288 Waterways Canada 0.000674025171207849952 +4543 cspg_html_3404912985 cspg_html_3404912985:106:17732:17743 Belly River Lacombe, Alberta -0.450006666987963933 +4544 aapg_af_664.html aapg_af_664.html:152:17345:17368 Lancaster Val Verde (fictional country) -0.0554564637243875128 +4545 aapg_ah_628.html aapg_ah_628.html:82:8745:8759 Stonewall Huerfano, New Mexico -0.366959771444217042 +4546 cspg_html_8316122266 cspg_html_8316122266:296:29212:29236 Boulder Creek Victoria, British Columbia -0.484161071054726611 +4547 geology_html_8307852629 geology_html_8307852629:135:13002:13010 Moenkopi Coconino County, Arizona -0.0259959408940027802 +4548 aapg_af_877.html aapg_af_877.html:134:15750:15771 Paint Creek Gallatin, Tennessee -0.473010388882843136 +4549 aapg_ah_71.html aapg_ah_71.html:624:42144:42160 Weches Texas -0.441740222253796999 +4550 geology_html_3524527663 geology_html_3524527663:22:1211:1217 Denver Colorado -0.439778445957034858 +4551 aapg_aa_797.html aapg_aa_797.html:407:50228:50260 Wingate Arizona -0.0695187887833813717 +4552 aapg_ah_276.html aapg_ah_276.html:29:3506:3526 Point Sal Monterey, California -0.0581606260382664664 +4553 cspg_html_2703495345 cspg_html_2703495345:578:64935:64970 Missisauga Bridgetown, Nova Scotia -0.456561440120662909 +4554 jgeology_html_5764582297 jgeology_html_5764582297:678:52087:52092 Yukon Canada -0.0766130482509662786 +4555 aapg_ak_132.html aapg_ak_132.html:288:31244:31264 San Jacinto Honduras -0.501793700638435203 +4556 cspg_html_6255491344 cspg_html_6255491344:261:38442:38463 Kootenay Lacombe, Alberta -0.0397082576932654904 +4557 aapg_aa_826.html aapg_aa_826.html:269:25582:25590 Waccamaw Pamlico County, North Carolina -0.429582389532346398 +4558 cspg_html_9222238695 cspg_html_9222238695:244:33199:33247 Columbia Pine River (Michigan) -0.0326639109248070408 +4559 cspg_html_2175627313 cspg_html_2175627313:182:18694:18711 Montney Lacombe, Alberta -0.441486425747427802 +4560 geology_html_6536193862 geology_html_6536193862:101:8614:8627 Merchantville Navesink River -0.0750376425900441402 +4561 cspg_html_6927586285 cspg_html_6927586285:94:14083:14097 Doig Victoria, British Columbia -0.461171691164054931 +4562 aapg_ah_876.html aapg_ah_876.html:157:19667:19685 Basal County Sligo -0.025689926843247262 +4563 aapg_ai_1.html aapg_ai_1.html:305:27310:27317 Hermosa San Juan Mountains -0.535922123825121499 +4564 cspg_html_9689514766 cspg_html_9689514766:647:75759:75767 Montreal Ontario, California 0.0142461363116521914 +4565 aapg_aa_15.html aapg_aa_15.html:333:36853:36862 Red River Texas 0.0417156283192791008 +4566 cspg_html_2729673354 cspg_html_2729673354:120:13090:13102 Medicine Hat Lacombe, Alberta -0.469726827457912721 +4567 cspg_html_2769629211 cspg_html_2769629211:678:70658:70666 Columbia Victoria, British Columbia -0.462512479285274614 +4568 AMJC_html_9113252962 AMJC_html_9113252962:467:55299:55320 Tibbit Hill Quebec City 0.00255018452536458695 +4569 aapg_ah_372.html aapg_ah_372.html:218:20154:20172 Caldwell Rockdale, Texas -0.0700625466031570415 +4570 cspg_html_2018998204 cspg_html_2018998204:115:13175:13180 Nonda Richmond, California -0.46105569042928074 +4571 sedimentology_html_3841637081 sedimentology_html_3841637081:1180:53979:54008 Swan Hills Lacombe, Alberta 0.904671319476912816 +4572 aapg_ae_170.html aapg_ae_170.html:378:34352:34369 Roberts Mountains Reno, Nevada -0.480367741483547772 +4573 aapg_ah_690.html aapg_ah_690.html:398:51136:51148 Wilcox Texas -0.41259017096098427 +4574 gsa_html_9251964215 gsa_html_9251964215:830:77593:77599 Walker Pennsylvania -0.450784359288809666 +4575 sedimentology_html_7914959221 sedimentology_html_7914959221:467:45478:45482 Hall London, Ontario -0.474842748246669499 +4576 aapg_ah_536.html aapg_ah_536.html:717:81686:81699 Basal Central Texas -0.0541518744999871654 +4577 cspg_html_3354282978 cspg_html_3354282978:1021:105499:105530 Cooking Lake Lacombe, Alberta 0.0125259211045502007 +4578 aapg_ad_3.html aapg_ad_3.html:475:44852:44862 Reedsville Juniata County School District -0.0289590583087490083 +4579 aapg_aa_696.html aapg_aa_696.html:618:70874:70882 Colorado New Mexico -0.466144329889246756 +4580 jgeology_html_3924418909 jgeology_html_3924418909:177:13414:13445 Navajo Logan, Utah -0.466782751574986277 +4581 aapg_ai_583.html aapg_ai_583.html:363:44099:44116 Rierdon Cheyenne, Wyoming -0.409377718322252282 +4582 cspg_html_9343899465 cspg_html_9343899465:2050:181352:181364 Hecla Bay Melville Island (Canada) -0.461271782333034175 +4583 aapg_ai_504.html aapg_ai_504.html:45:4510:4529 Interlake Medina -0.716164921542747135 +4584 aapg_aa_898.html aapg_aa_898.html:16:2238:2257 Flagstaff Logan, Utah -0.472491841137828439 +4585 aapg_ah_221.html aapg_ah_221.html:191:17241:17247 Casper Cheyenne, Wyoming -0.0462769907326050153 +4586 aapg_ac_694.html aapg_ac_694.html:51:4562:4567 Yukon Anchorage, Alaska -0.43060716238884611 +4587 aapg_ad_717.html aapg_ad_717.html:396:41146:41164 Wolfcamp Wichita, Kansas -0.469024309212410007 +4588 gsa_html_1816090385 gsa_html_1816090385:743:64229:64236 Deville Jura Mountains -0.000627121340837813067 +4589 aapg_ah_208.html aapg_ah_208.html:116:15184:15192 La Habra California -0.486925734041852465 +4590 cspg_html_9768299963 cspg_html_9768299963:46:5525:5541 Battle Lacombe, Alberta -0.470292003998596664 +4591 gsa_html_5980600505 gsa_html_5980600505:548:56174:56202 Green River Colorado -0.0256238564672171959 +4592 aapg_ad_683.html aapg_ad_683.html:271:30609:30614 Supai Kaibab, Arizona -0.489119025533207352 +4593 cspg_html_8212454185 cspg_html_8212454185:265:29371:29384 Turner Valley Lacombe, Alberta -0.43451411861660022 +4594 cspg_html_8427119881 cspg_html_8427119881:135:19590:19622 Grosmont Canada -0.500366664778552739 +4595 cspg_html_2854485053 cspg_html_2854485053:228:29010:29030 Besa River Canada -0.427843250012949428 +4596 aapg_ac_835.html aapg_ac_835.html:895:130443:130451 Tensleep Lake Creek, Texas -0.491508750292768526 +4597 gsa_html_5756232019 gsa_html_5756232019:68:6770:6787 Florida Mountains New Mexico -0.0750848975436395616 +4598 aapg_ac_475.html aapg_ac_475.html:313:43755:43774 Kishenehn Victoria, British Columbia -0.437987106587424679 +4599 aapg_ai_17.html aapg_ai_17.html:194:14730:14746 Camden Safford, Arizona -0.040359343442637502 +4600 aapg_ah_53.html aapg_ah_53.html:25:3245:3263 Golconda Illinois -0.0923473320286925803 +4601 aapg_ac_316.html aapg_ac_316.html:206:23668:23686 Grayburg New Mexico -0.0228248215914789478 +4602 gsa_html_6706549940 gsa_html_6706549940:385:32403:32415 Beaver Creek Virginia 0.295867734571685026 +4603 gsa_html_8881958017 gsa_html_8881958017:508:49305:49318 Slocan Milford, Connecticut -0.470181697121159758 +4604 gsa_html_2667366192 gsa_html_2667366192:621:57041:57045 Hall California -0.0389092587749327867 +4605 aapg_aa_105.html aapg_aa_105.html:326:34848:34861 Turner Valley Calgary 0.521893961203411472 +4606 palaios_html_6973830442 palaios_html_6973830442:406:34424:34440 Navajo Brookfield, Illinois -0.478488911708928044 +4607 cspg_html_8289943866 cspg_html_8289943866:260:35158:35166 Michigan Lacombe, Alberta -0.0310096337279850039 +4608 geology_html_1719128861 geology_html_1719128861:17:780:792 Saskatchewan Saskatoon -0.0168874970090907538 +4609 gsa_html_6150225453 gsa_html_6150225453:1015:88132:88147 Mesaverde Colorado -0.458913519660435476 +4610 aapg_ak_93.html aapg_ak_93.html:108:14660:14665 Ancon Caspian Sea -0.0320915848438591694 +4611 aapg_ai_288.html aapg_ai_288.html:160:21535:21553 San Onofre Breccia California -0.0466289053122137323 +4612 aapg_ae_871.html aapg_ae_871.html:349:56151:56162 Belly River Lacombe, Alberta -0.022871757858413614 +4613 aapg_ah_700.html aapg_ah_700.html:604:76460:76478 Frontier Cheyenne, Wyoming -0.451436694283948337 +4614 aapg_ai_699.html aapg_ai_699.html:475:58492:58515 Great Meadows Glen Falls -0.473856858113634927 +4615 sedimentology_html_7069619943 sedimentology_html_7069619943:1116:81646:81651 Cadiz Apennine Mountains -0.0674474086529613798 +4616 aapg_ae_5.html aapg_ae_5.html:237:27550:27564 Earp Arizona -0.474805786132168894 +4617 aapg_ac_949.html aapg_ac_949.html:48:4923:4945 Hatchetigbee Lisbon -0.00593429213199152261 +4618 gsa_html_5140765555 gsa_html_5140765555:70:6551:6558 Temblor Sacramento, California -0.464884854319956187 +4619 gsa_html_6967102683 gsa_html_6967102683:613:54552:54559 Cassiar Victoria, British Columbia -0.447189152172129289 +4620 aapg_ac_702.html aapg_ac_702.html:408:43711:43719 Traverse Iowa -0.010750205891597751 +4621 sedimentology_html_3738352363 sedimentology_html_3738352363:209:14748:14754 Sierra Dorset -0.499769415710701548 +4622 AMJC_html_1873062106 AMJC_html_1873062106:924:100787:100804 Dakota Logan, Utah -0.0238000807076843013 +4623 geology_html_5142231224 geology_html_5142231224:12:564:574 Washington Washington (state) -0.465835581370964813 +4624 gsa_html_1931201430 gsa_html_1931201430:430:39825:39834 Eel River Eel River (Indiana) -0.512593572881881343 +4625 sedimentology_html_3417381350 sedimentology_html_3417381350:590:42992:43010 Monterey California 0.942235062473586349 +4626 aapg_ac_258.html aapg_ac_258.html:45:7991:8001 Henryhouse Middle East -0.488837217649543798 +4627 aapg_af_55.html aapg_af_55.html:329:54119:54125 Oxford Kingdom of Great Britain -0.436810292517708865 +4628 cspg_html_3104351736 cspg_html_3104351736:193:25965:25983 Foremost Lacombe, Alberta -0.488724520608411594 +4629 aapg_ae_574.html aapg_ae_574.html:5:920:939 Belle Fourche Powder River (Montana) -0.432236767973233238 +4630 gsa_html_7632212878 gsa_html_7632212878:577:53709:53719 Las Cruces Cedar Hill, Texas -0.00280034052174977849 +4631 gsa_html_4557277250 gsa_html_4557277250:823:70101:70126 Mount Wrightson Arizona -0.0203460739927139034 +4632 aapg_aa_684.html aapg_aa_684.html:34:4306:4314 Woodside Cheyenne, Wyoming -0.463396817899322633 +4633 gsa_html_7822144675 gsa_html_7822144675:588:62110:62138 Green River Colorado -0.0420064113899637007 +4634 cspg_html_7086880709 cspg_html_7086880709:512:67232:67243 Hare Indian Mackenzie River -0.109688055688127895 +4635 gsa_html_5924250698 gsa_html_5924250698:925:87613:87648 Ogallala New Mexico -0.0185419788860923702 +4636 geology_html_8707793269 geology_html_8707793269:303:23201:23220 Pocatello Boise, Idaho -0.462102516958969756 +4637 gsa_html_4412763245 gsa_html_4412763245:1238:101356:101384 Green River Colorado 0.01991328431705746 +4638 aapg_ae_625.html aapg_ae_625.html:15:1964:1972 Columbia Victoria, British Columbia -0.0539460927486475547 +4639 cspg_html_8312989046 cspg_html_8312989046:436:49385:49403 Bowser Hazelton, British Columbia 0.451047486453715729 +4640 aapg_ad_999.html aapg_ad_999.html:105:10565:10571 Muskeg Lake Ontario -0.462143504710773534 +4641 aapg_ad_880.html aapg_ad_880.html:654:63549:63553 Wendover Black Hills -0.491650086397892094 +4642 aapg_aa_745.html aapg_aa_745.html:480:59422:59445 Brushy Canyon Guadalupe Mountains National Park 0.0290286228807147446 +4643 aapg_ac_807.html aapg_ac_807.html:308:31137:31144 Magothy Monmouth County, New Jersey -0.459022435464294998 +4644 aapg_ah_387.html aapg_ah_387.html:2256:247668:247677 Knoxville Mariposa, California -0.00979636169170332825 +4645 aapg_ac_930.html aapg_ac_930.html:39:3437:3443 Denver Colorado -0.041445748202081481 +4646 cspg_html_3104351736 cspg_html_3104351736:628:74711:74723 Wilcox Texas 0.892216913324789473 +4647 aapg_ae_907.html aapg_ae_907.html:105:15092:15110 Vaqueros California -0.449431691216236939 +4648 jgeology_html_8064855537 jgeology_html_8064855537:273:19697:19713 Dakota Western world -0.0265801675157152396 +4649 aapg_ae_873.html aapg_ae_873.html:1173:136446:136451 Tyler Texas -0.460953349343471763 +4650 sedimentology_html_6210806021 sedimentology_html_6210806021:896:50420:50455 Keg River Lacombe, Alberta -0.0102706745632111761 +4651 aapg_af_854.html aapg_af_854.html:1033:145689:145707 Golconda Perry County, Indiana -0.0303173748455716902 +4652 sedimentology_html_5372057865 sedimentology_html_5372057865:1001:79628:79638 Washington Seattle -0.0738336650740391426 +4653 aapg_ai_1.html aapg_ai_1.html:198:17670:17677 Hermosa Hermosa, Chicago -0.0770279882976424579 +4654 aapg_ai_583.html aapg_ai_583.html:426:53529:53544 Stump Boise, Idaho 0.330340417009740539 +4655 jgeology_html_4599466962 jgeology_html_4599466962:199:14996:15017 Onondaga Finger Lakes -0.46168136305604579 +4656 gsa_html_1790318761 gsa_html_1790318761:693:58953:58959 Walker Salem, Oregon -0.514511521045416309 +4657 cspg_html_7201476813 cspg_html_7201476813:17:2026:2035 Williston Manitoba -0.469382385724573914 +4658 cspg_html_7654055630 cspg_html_7654055630:110:13752:13776 Rapid California -0.0209613827792686502 +4659 jgeology_html_7350090294 jgeology_html_7350090294:82:3995:4002 Halifax Canada -0.445273887467667717 +4660 gsa_html_1553263562 gsa_html_1553263562:887:78188:78195 Gateway Colorado -0.45295011354581094 +4661 palaios_html_9814494978 palaios_html_9814494978:108:14389:14405 Nassau Hobart, Indiana -0.0339634929094720234 +4662 aapg_ah_329.html aapg_ah_329.html:282:27679:27687 Monterey Monterey, California 0.523194973657894247 +4663 palaios_html_7200914911 palaios_html_7200914911:56:6256:6273 Admiral Texas -0.435270040425755234 +4664 geology_html_7251669219 geology_html_7251669219:26:1510:1518 Colorado Englewood, New Jersey -0.436898889813044922 +4665 cspg_html_6839937815 cspg_html_6839937815:254:35618:35635 Thaynes Reno, Nevada -0.246939711202941364 +4666 cspg_html_9735723617 cspg_html_9735723617:735:88003:88022 Griper Bay Melville Island (Canada) -0.441392939290133568 +4667 aapg_ak_132.html aapg_ak_132.html:65:6742:6754 Todos Santos Honduras -0.447572237112974447 +4668 sedimentology_html_7369474561 sedimentology_html_7369474561:37:1995:2004 San Diego La Jolla -0.0375359691930512371 +4669 aapg_ad_70.html aapg_ad_70.html:112:7407:7425 Morrison Cheyenne, Wyoming -0.456989251174634625 +4670 cspg_html_9369612737 cspg_html_9369612737:180:22118:22129 Collingwood Manitoulin Island -0.0945211838050993569 +4671 aapg_aa_696.html aapg_aa_696.html:757:79797:79803 Denver Colorado -0.0417243342632335201 +4672 gsa_html_1636483297 gsa_html_1636483297:16:629:650 Green River Cheyenne, Wyoming -0.459860167847925383 +4673 aapg_ad_367.html aapg_ad_367.html:375:36211:36231 Mt. Wilson Victoria, British Columbia -0.462261924354454456 +4674 aapg_ac_867.html aapg_ac_867.html:722:97831:97841 Phosphoria Cheyenne, Wyoming -0.412806147791681621 +4675 aapg_ah_418.html aapg_ah_418.html:126:12479:12491 North Branch Lethbridge -0.439165406786194035 +4676 gsa_html_3150321506 gsa_html_3150321506:671:70728:70733 Logan North Carolina -0.44951252529713398 +4677 sedimentology_html_4432289902 sedimentology_html_4432289902:330:27755:27772 Potomac Medford, Massachusetts -0.429105566113656023 +4678 aapg_ai_82.html aapg_ai_82.html:341:37875:37885 Greenbrier Huntington, West Virginia -0.00936896389642591365 +4679 cspg_html_1878628154 cspg_html_1878628154:6:297:331 Montney Lacombe, Alberta -0.000180666507077184774 +4680 cspg_html_1166855658 cspg_html_1166855658:19:2453:2482 Woodbend Central Alberta -0.011961226070766327 +4681 gsa_html_7884891021 gsa_html_7884891021:464:48560:48568 Michigan Wisconsin -0.0222894098360483031 +4682 aapg_ac_613.html aapg_ac_613.html:39:5780:5795 Mesaverde Beaumont, Texas -0.440467486742992853 +4683 cspg_html_7028413504 cspg_html_7028413504:184:23573:23587 Woodbend Lacombe, Alberta -0.478326534516524793 +4684 aapg_af_775.html aapg_af_775.html:395:30050:30056 Vernon Shreveport, Louisiana -0.430224392211940587 +4685 aapg_ah_972.html aapg_ah_972.html:28:3211:3221 Pennington Houston County, Alabama -0.43919205226689878 +4686 palaios_html_2847312584 palaios_html_2847312584:430:49504:49522 Wise Lake Middle Ordovician -0.0387508594408773402 +4687 cspg_html_7688587411 cspg_html_7688587411:245:26083:26091 Columbia Victoria, British Columbia -0.439165406786194035 +4688 aapg_ae_886.html aapg_ae_886.html:12:1573:1599 Todilto New Mexico -0.429160487479880115 +4689 aapg_aa_684.html aapg_aa_684.html:415:38276:38285 Chugwater Cheyenne, Wyoming -0.447556552129163121 +4690 gsa_html_8771785456 gsa_html_8771785456:844:69760:69770 Washington Victoria, British Columbia -0.0170838731942537375 +4691 aapg_ac_832.html aapg_ac_832.html:63:8363:8387 Stony Mountain Richmond, California -0.0531544123709719873 +4692 aapg_ah_429.html aapg_ah_429.html:121:10534:10562 San Andres Artesia, New Mexico -0.439223139625051329 +4693 aapg_ah_655.html aapg_ah_655.html:131:12752:12757 Atoka Logan County, West Virginia -0.438450704245630596 +4694 aapg_ak_115.html aapg_ak_115.html:346:30508:30532 Newport California 0.0067403856579268933 +4695 gsa_html_8319219146 gsa_html_8319219146:538:57769:57788 Lockatong Doylestown, Pennsylvania -0.488731563736560848 +4696 palaios_html_7647838115 palaios_html_7647838115:409:42651:42655 Bell Hauraki Gulf -0.0514126754650784876 +4697 gsa_html_3946358846 gsa_html_3946358846:1368:110557:110585 Green River Colorado 0.0345219941705904865 +4698 cspg_html_8353857977 cspg_html_8353857977:39:5721:5743 Maiden Point Summerside, Prince Edward Island -0.474863540124580097 +4699 gsa_html_5626813365 gsa_html_5626813365:15:667:681 Baca New Mexico -0.455188836413653375 +4700 palaios_html_2621173808 palaios_html_2621173808:1278:118993:119034 Sulphur Mountain Lacombe, Alberta -0.0258394556349876708 +4701 aapg_af_23.html aapg_af_23.html:166:21939:21964 Nation River Anchorage, Alaska -0.46326000708216164 +4702 aapg_ac_11.html aapg_ac_11.html:29:2829:2837 Tomstown Kentucky -0.429934117971200513 +4703 cspg_html_7224545905 cspg_html_7224545905:26:2480:2498 Pakowki Bow Island Airport -0.0542774392275129219 +4704 aapg_aa_702.html aapg_aa_702.html:387:87705:87713 Colorado Colorado -0.0520768920178777336 +4705 gsa_html_2832151886 gsa_html_2832151886:280:20691:20699 Columbia Lacombe, Alberta 0.0199602128363288688 +4706 gsa_html_4216613284 gsa_html_4216613284:619:60033:60061 Green River Colorado 0.0180727324355416767 +4707 aapg_aa_869.html aapg_aa_869.html:146:24756:24772 Cupido Texas -0.0205424838715731368 +4708 aapg_aa_875.html aapg_aa_875.html:258:31017:31025 Colorado Littleton, Colorado -0.0874555086456083042 +4709 cspg_html_4326384800 cspg_html_4326384800:574:75248:75263 Nisku Lacombe, Alberta -0.455211432419709627 +4710 aapg_ac_563.html aapg_ac_563.html:547:77312:77328 Reforma Mexico -0.42366648599621326 +4711 aapg_ah_647.html aapg_ah_647.html:756:84114:84130 Concha Kaibab, Arizona -0.373159358512549166 +4712 gsa_html_5773604426 gsa_html_5773604426:1098:87226:87254 Green River Iran -0.012400818539292929 +4713 gsa_html_2147749463 gsa_html_2147749463:731:49096:49114 Rapid Kenya -0.05820250565572678 +4714 cspg_html_4937997995 cspg_html_4937997995:787:73151:73167 Bad Cache Rapids Churchill River (Atlantic) -0.0234506495494124188 +4715 cspg_html_8363357104 cspg_html_8363357104:42:5864:5884 Mount Wilson Lacombe, Alberta -0.46279500750727276 +4716 aapg_aa_775.html aapg_aa_775.html:42:3565:3574 Vicksburg Oakville, California -0.0178850368240152588 +4717 sedimentology_html_6367222020 sedimentology_html_6367222020:882:45955:45974 Leadville Colorado -0.515783765843611408 +4718 aapg_ae_843.html aapg_ae_843.html:37:3678:3686 Niobrara Powder River (Montana) 0.908823048720824422 +4719 cspg_html_8053835699 cspg_html_8053835699:6:388:406 Deer Bay Canada 0.0116050390489145696 +4720 aapg_ae_794.html aapg_ae_794.html:565:62485:62491 Coffee Coon Creek Formation -0.00861668517403405519 +12128 aapg_aa_15.html aapg_aa_15.html:82:10919:10930 Bluff Texas -0.388902536671626997 +4721 aapg_ad_466.html aapg_ad_466.html:218:28180:28192 Marshalltown Merchantville, New Jersey -0.0399972367301592718 +4722 cspg_html_3521815736 cspg_html_3521815736:485:63159:63176 Halfway Victoria, British Columbia -0.0147326815118864023 +4723 sedimentology_html_1830833965 sedimentology_html_1830833965:1674:86167:86172 Mt Lytton Laughlin/Bullhead International Airport -0.469070208322842297 +4724 aapg_ac_972.html aapg_ac_972.html:113:12985:13000 Santa Margarita Monterey, California -0.448296279445968116 +4725 palaios_html_2467851635 palaios_html_2467851635:304:33923:33929 Warner Canada -0.0253108955429122949 +4726 cspg_html_3447886929 cspg_html_3447886929:1384:125128:125159 Beekmantown Quebec City -0.00424743388825097462 +4727 cspg_html_7866293053 cspg_html_7866293053:302:36012:36030 Moosebar Lacombe, Alberta -0.42107502020327392 +4728 aapg_ac_90.html aapg_ac_90.html:150:23084:23106 Boyer Ranch Reno, Nevada -0.446186272521599148 +4729 aapg_ad_879.html aapg_ad_879.html:543:41993:42002 Valentine Texas -0.434518537443352337 +4730 cspg_html_2701043964 cspg_html_2701043964:75:11404:11422 Winnipeg Western world -0.431097950577111366 +4731 geology_html_1652363853 geology_html_1652363853:261:24725:24731 Kodiak Anchorage, Alaska -0.505119426266013027 +4732 aapg_ai_88.html aapg_ai_88.html:449:46282:46295 San Sebastian Springhill, Nova Scotia -0.467889067103673728 +4733 aapg_aa_684.html aapg_aa_684.html:372:35748:35757 Popo Agie Cheyenne, Wyoming -0.455957418074169007 +4734 gsa_html_5262754204 gsa_html_5262754204:375:47210:47225 Aguja Lajitas, Texas -0.0332814982379016425 +4735 gsa_html_1420361492 gsa_html_1420361492:1171:105962:105970 Beaumont Pakistan -0.472881299388360321 +4736 aapg_ac_575.html aapg_ac_575.html:46:8402:8422 Phosphoria Boise, Idaho 1.26636055374906453 +4737 gsa_html_3510629601 gsa_html_3510629601:99:11306:11337 Santa Clara California -0.471639785200352879 +4738 palaios_html_7377371027 palaios_html_7377371027:576:54638:54658 Florissant Florissant, Colorado -0.078507702655988415 +4739 cspg_html_8751690073 cspg_html_8751690073:444:36747:36753 Oxford London, Ontario -0.0515259889792163556 +4740 cspg_html_1188455526 cspg_html_1188455526:180:28172:28191 Mould Bay Melville Island (Canada) -0.485729424463417547 +4741 aapg_ac_714.html aapg_ac_714.html:446:50828:50843 Piper Cheyenne, Wyoming 0.0121540899829594047 +4742 aapg_ah_756.html aapg_ah_756.html:203:17879:17898 Grayburg New Mexico -0.153557037307038458 +4743 aapg_ad_867.html aapg_ad_867.html:8:1732:1742 San Andres Delaware 0.0208501389731201615 +4744 aapg_ad_169.html aapg_ad_169.html:339:40168:40178 Greenbrier Huntington, West Virginia -0.0137248477945169315 +4745 aapg_af_471.html aapg_af_471.html:212:25046:25060 Hartselle Hartselle, Alabama -0.467194881190696076 +4746 gsa_html_4408649953 gsa_html_4408649953:235:22771:22782 Summerville Charleston, South Carolina -0.448632716908224927 +4747 cspg_html_1509800797 cspg_html_1509800797:144:14420:14432 Saskatchewan Cypress Hills, Brooklyn -0.0424382503363121347 +4748 aapg_ac_333.html aapg_ac_333.html:355:46249:46257 Colorado Ouray, Colorado -0.506336451321114045 +4749 geology_html_7817649603 geology_html_7817649603:11:513:521 Virginia Martinsville, Indiana -0.471639785200352879 +4750 aapg_ad_766.html aapg_ad_766.html:526:49833:49849 Dakota Shiprock, New Mexico -0.440222929906821658 +4751 aapg_ae_777.html aapg_ae_777.html:180:20459:20464 Ponce Talpa, Texas -0.0743708697972152444 +4752 cspg_html_5688447798 cspg_html_5688447798:161:24127:24155 Disappointment Bay Ellesmere Island -0.456608964648804683 +4753 gsa_html_2364640066 gsa_html_2364640066:697:72390:72398 Colorado Anchorage, Alaska -0.508331161806444776 +4754 geology_html_3899329900 geology_html_3899329900:329:25615:25619 Bell London, Ontario -0.464450966712688929 +4755 gsa_html_4220229801 gsa_html_4220229801:689:57058:57068 Washington Boise, Idaho -0.47482657712880405 +4756 aapg_ad_820.html aapg_ad_820.html:362:43297:43309 Exshaw Lacombe, Alberta -0.447942032394663792 +4757 aapg_ah_869.html aapg_ah_869.html:1067:97171:97175 Bays Texas 0.00553124928900665478 +4758 palaios_html_7769060899 palaios_html_7769060899:513:49510:49535 Cedar Mountain Colorado -0.484079342907875299 +4759 aapg_af_812.html aapg_af_812.html:177:15441:15464 Cook Mountain Mier -0.0114139159220517442 +4760 gsa_html_4543270561 gsa_html_4543270561:720:63786:63796 Point Loma Naval Auxiliary Landing Field San Clemente Island -0.485285038948243097 +4761 aapg_ae_794.html aapg_ae_794.html:210:26131:26151 Coon Creek Selma to Montgomery marches -0.484602537618405216 +4762 aapg_af_70.html aapg_af_70.html:119:11519:11530 Waltersburg Webster County, Missouri -0.489182445167081981 +4763 gsa_html_6567049100 gsa_html_6567049100:1112:87713:87741 Green River Colorado -0.0208414480796128843 +4764 aapg_ac_246.html aapg_ac_246.html:316:31180:31197 Skull Creek Fall River, Nova Scotia -0.455188836413653375 +4765 sedimentology_html_6854489010 sedimentology_html_6854489010:39:2444:2452 Columbia Africa -0.469051848391689397 +4766 aapg_af_388.html aapg_af_388.html:678:76757:76782 Chinle Chinle Formation -0.021093485692349364 +4767 gsa_html_4108353219 gsa_html_4108353219:662:50888:50908 Beck Spring Dolomite California -0.455197874748240694 +4768 gsa_html_6982030333 gsa_html_6982030333:143:15591:15614 Elkhorn Ridge Argillite Wallowa, Oregon -0.0408537810405160198 +4769 aapg_ah_96.html aapg_ah_96.html:146:15772:15786 Winnipeg Manitoba -0.554638175838920056 +4770 aapg_ai_163.html aapg_ai_163.html:190:15249:15257 Colorado Loveland, Ohio -0.515187381351415619 +4771 aapg_ae_96.html aapg_ae_96.html:294:33199:33214 Telegraph Creek Tyaughton Creek -0.427645821637091417 +4772 gsa_html_2989317971 gsa_html_2989317971:414:46679:46701 Challis Boise River -0.0705521503512964721 +4773 cspg_html_8121068096 cspg_html_8121068096:381:24036:24045 Waterways Banks Island -0.462512479285274614 +4774 gsa_html_4883039712 gsa_html_4883039712:631:61084:61109 Clarita Darien, Georgia 0.277884184693230618 +4775 aapg_ac_805.html aapg_ac_805.html:687:86419:86429 Georgetown Texas -0.0417243342632335201 +4776 aapg_ae_467.html aapg_ae_467.html:457:35257:35265 Michigan Michigan 0.0273035290847917535 +4777 sedimentology_html_4108170197 sedimentology_html_4108170197:26:1746:1754 Victoria East Melbourne, Victoria -0.476519241639526414 +4778 gsa_html_3010975239 gsa_html_3010975239:413:53187:53194 Saginaw Michigan -0.440514182187833891 +4779 aapg_ah_779.html aapg_ah_779.html:501:94172:94180 Catskill Portland, Maine -0.448282824521055501 +4780 aapg_ad_174.html aapg_ad_174.html:607:61098:61123 Mesaverde Apache County, Arizona 0.00314256858309431165 +4781 geology_html_8049344680 geology_html_8049344680:79:7782:7789 Astoria Fraser River (Colorado) -0.460946527021081187 +4782 gsa_html_1636483297 gsa_html_1636483297:1098:90791:90812 Green River Cheyenne, Wyoming -0.424249874232666135 +4783 gsa_html_4930932370 gsa_html_4930932370:56:6996:7004 Michigan Sudbury, Suffolk -0.432752661482583012 +4784 aapg_ah_972.html aapg_ah_972.html:699:72264:72268 Frio East Texas -0.0375359691930512371 +4785 aapg_ad_691.html aapg_ad_691.html:107:12686:12706 Georgetown Austin, Chicago -0.447153316157111791 +4786 aapg_ac_200.html aapg_ac_200.html:185:19186:19206 Fort Union Evanston, Wyoming -0.00639293020944086028 +4787 aapg_ah_318.html aapg_ah_318.html:1394:140319:140327 Colorado Logan, Utah -0.0518955775586156381 +4788 cspg_html_1481652369 cspg_html_1481652369:14:2146:2185 George Canada -0.0423093929821278317 +4789 cspg_html_1893593837 cspg_html_1893593837:321:23879:23904 Red Head Rapids Southampton Island -0.422243369951963321 +4790 geology_html_3305988371 geology_html_3305988371:52:5121:5129 Michigan Michigan -0.470188590895520009 +4791 aapg_ah_645.html aapg_ah_645.html:199:25249:25254 Swift Williston, Vermont 0.0698702144447799767 +4792 aapg_af_924.html aapg_af_924.html:394:39649:39662 Woodbine Red River of the North -0.0433629440146906728 +4793 geology_html_4130667604 geology_html_4130667604:105:10887:10897 Santa Cruz Monterey Bay 0.00644852294082285706 +4794 palaios_html_2621173808 palaios_html_2621173808:1257:117193:117201 Edmonton Victoria, British Columbia -0.0303573786993141213 +4795 gsa_html_1130947011 gsa_html_1130947011:206:25856:25872 Galena Lexington, Kentucky -0.469093158774920749 +4796 aapg_ad_2.html aapg_ad_2.html:984:136303:136325 Beekmantown Bennington, Vermont -0.437098264428985472 +4797 aapg_ah_411.html aapg_ah_411.html:153:17934:17947 Bearpaw Lacombe, Alberta -0.0361854896356224864 +4798 aapg_af_50.html aapg_af_50.html:857:76463:76480 Maroon Colorado -0.470292003998596664 +4799 geology_html_1733534725 geology_html_1733534725:119:8865:8871 Galena Lexington, Kentucky -0.0450401829043313162 +4800 aapg_ad_864.html aapg_ad_864.html:1505:73213:73229 Ripley Alabama -0.435838488044850259 +4801 gsa_html_1193494932 gsa_html_1193494932:756:70430:70458 Green River Colorado 0.0382426063901433327 +4802 gsa_html_7213982022 gsa_html_7213982022:11:483:496 Santa Barbara California -0.489913286480908206 +4803 aapg_ae_73.html aapg_ae_73.html:165:21404:21412 Colorado Des Moines, Washington -0.0482911263715116029 +4804 aapg_ah_464.html aapg_ah_464.html:29:4918:4928 Pottsville Illinois 0.0289434063312669736 +4805 cspg_html_3473883402 cspg_html_3473883402:791:87350:87358 Montreal Canada -0.0111724073673319709 +4806 aapg_ae_813.html aapg_ae_813.html:667:55046:55051 Colon Texas -0.44721379024503416 +4807 sedimentology_html_3886406059 sedimentology_html_3886406059:981:65150:65158 Colorado Platte River -0.0207667065675008616 +4808 gsa_html_5865982995 gsa_html_5865982995:1243:132782:132790 Colorado Cheyenne, Wyoming -0.475977786028375149 +4809 aapg_ae_73.html aapg_ae_73.html:529:71162:71175 Poison Canyon Trinidad and Tobago -0.0346577090486229963 +4810 aapg_ae_223.html aapg_ae_223.html:91:11254:11270 Dakota Moffat County, Colorado -0.014028931537317782 +4811 aapg_ac_720.html aapg_ac_720.html:9:1322:1328 Tinton Navesink River -0.466384542072334651 +4812 aapg_ah_635.html aapg_ah_635.html:413:53125:53134 Rio Negro Venezuela -0.487870386185061844 +4813 sedimentology_html_9227563678 sedimentology_html_9227563678:571:38937:38944 Piedras San Francisco -0.476033304431228654 +4814 gsa_html_8491258533 gsa_html_8491258533:249:30983:30990 Concord New Hampshire -0.0375359691930512371 +4815 aapg_ae_140.html aapg_ae_140.html:11:1317:1347 Green River Uinta Mountains 0.0133338879149081258 +4816 aapg_aa_598.html aapg_aa_598.html:97:10609:10627 Red Peak Cheyenne, Wyoming -0.441486425747427802 +4817 gsa_html_3010975239 gsa_html_3010975239:619:68101:68107 Galena Illinois -0.455726774842524995 +4818 aapg_aa_808.html aapg_aa_808.html:65:7923:7934 Peace River Victoria, British Columbia -0.0519827474069236295 +4819 aapg_af_46.html aapg_af_46.html:304:33988:33996 Sycamore Arbuckle, California -0.431256465733329653 +4820 aapg_af_664.html aapg_af_664.html:595:65932:65953 Bell Guadalupe Mountains National Park -0.489955605215405154 +4821 cspg_html_9343899465 cspg_html_9343899465:866:79133:79145 Vendom Fiord Ellesmere Island -0.0852133878725701843 +4822 aapg_af_891.html aapg_af_891.html:66:6412:6418 Chinle Panhandle, Texas -0.00365504393340889116 +4823 gsa_html_6490245775 gsa_html_6490245775:32:2924:2952 Green River Colorado -0.0408537810405160198 +4824 aapg_ae_319.html aapg_ae_319.html:418:33323:33330 Thaynes Weber River 0.0193675314837175663 +4825 gsa_html_5865982995 gsa_html_5865982995:1279:135440:135462 Uinta Cambridge -0.450743884934886652 +4826 aapg_ae_354.html aapg_ae_354.html:101:11354:11368 Graneros Niobrara, Nebraska -0.0869782160535256116 +4827 geology_html_4141849654 geology_html_4141849654:311:25513:25523 Laurentian South America -0.456717601557364239 +4828 aapg_ah_894.html aapg_ah_894.html:65:10067:10079 Kingak North Slope Borough, Alaska -0.417415641024188155 +4829 sedimentology_html_6261114825 sedimentology_html_6261114825:617:48488:48507 Santa Cruz Mudstone Santa Cruz, California -0.0584031825755885817 +4830 aapg_ac_961.html aapg_ac_961.html:64:8571:8585 Woodbine East Texas -0.00621572872549000163 +4831 aapg_ai_477.html aapg_ai_477.html:51:6493:6512 Grayling Liard River, British Columbia 0.346515266607922812 +4832 jgeology_html_4599466962 jgeology_html_4599466962:426:31070:31079 Schoharie Onondaga (tribe) -0.44951252529713398 +4833 cspg_html_9692046543 cspg_html_9692046543:6:332:348 Viking Regina, Saskatchewan -0.434518537443352337 +4834 aapg_af_291.html aapg_af_291.html:57:7747:7761 Lisburne Prudhoe Bay Oil Field -0.0301277931102772942 +4835 aapg_ae_993.html aapg_ae_993.html:127:14528:14554 Simonson Dolomite Reno, Nevada -0.217684487760916701 +4836 aapg_ad_823.html aapg_ad_823.html:105:10220:10227 Rustler Texas -0.406173524207266823 +4837 cspg_html_3762708087 cspg_html_3762708087:69:9918:9934 Viking Suffield, Connecticut -0.119215051169137914 +4838 aapg_ai_593.html aapg_ai_593.html:651:70931:70941 Manzanillo San Juan, Argentina -0.0523017979841753217 +4839 gsa_html_3886869812 gsa_html_3886869812:810:64479:64507 Green River Colorado 0.0147153047402196445 +4840 cspg_html_9942234474 cspg_html_9942234474:29:4939:4989 Grosmont Lacombe, Alberta -0.497038450035218293 +4841 aapg_ae_845.html aapg_ae_845.html:73:7642:7648 Morgan Washington (state) -0.0120637391733475121 +4842 palaios_html_8699778504 palaios_html_8699778504:409:34980:34990 Florissant Columbia District -0.462512479285274614 +4843 aapg_ac_807.html aapg_ac_807.html:873:85194:85203 Blufftown Flint River (Michigan) -0.0286738474366188961 +4844 cspg_html_9692046543 cspg_html_9692046543:228:28280:28286 Viking Western world -0.0269348882327513015 +4845 aapg_ak_58.html aapg_ak_58.html:893:88374:88386 Wilcox Texas -0.00153219252139514682 +4846 aapg_ad_581.html aapg_ad_581.html:146:18814:18825 Martinsburg Waynesboro, Pennsylvania -0.409829847082120668 +4847 palaios_html_2376163646 palaios_html_2376163646:480:53803:53834 Chinle Logan, Utah 0.00457229453808664227 +4848 cspg_html_8497206231 cspg_html_8497206231:92:7567:7586 Pardonet Western Canadian Sedimentary Basin -0.464533160716817162 +4849 aapg_af_266.html aapg_af_266.html:207:23028:23057 Silverado Lake Elsinore, California -0.104474501214363066 +29156 aapg_ai_135.html aapg_ai_135.html:116:7745:7763 Frio Texas -0.00904754985525311507 +4850 aapg_ah_5.html aapg_ah_5.html:2479:176373:176386 Turner Valley Lacombe, Alberta -0.401438783688395251 +4851 geology_html_8351855241 geology_html_8351855241:52:5853:5869 Colorado Wallowa Mountains -0.431573575808563037 +4852 aapg_aa_787.html aapg_aa_787.html:397:46296:46304 Colorado Colorado -0.0708022152189211329 +4853 aapg_ad_338.html aapg_ad_338.html:418:51060:51075 Gordo Tuscaloosa, Alabama -0.00125945488018784418 +4854 cspg_html_9683836416 cspg_html_9683836416:459:71036:71048 Judith River Lacombe, Alberta -0.443701699352459789 +4855 cspg_html_1662483356 cspg_html_1662483356:542:57446:57459 Cardium Swan Hill, Victoria -0.443813272031764461 +4856 geology_html_2569377359 geology_html_2569377359:234:19341:19349 San Jose California -0.0318915382493003205 +4857 aapg_ae_605.html aapg_ae_605.html:360:45337:45343 Salina Michigan -0.194907920588665767 +4858 cspg_html_5117208919 cspg_html_5117208919:123:10588:10604 Muskeg Victoria, British Columbia -0.477308890203395286 +4859 cspg_html_4859889874 cspg_html_4859889874:443:47007:47019 Saskatchewan Lacombe, Alberta -0.0565310187113001669 +4860 AMJC_html_5298823237 AMJC_html_5298823237:565:58603:58613 Fort Worth Texas -0.02660103319374214 +4861 cspg_html_4392308496 cspg_html_4392308496:101:17644:17660 Cumberland New Brunswick, New Jersey -0.0669441011416033877 +4862 aapg_ae_28.html aapg_ae_28.html:1118:77658:77663 Price Michigan 0.0204347189005011226 +4863 aapg_ac_333.html aapg_ac_333.html:408:52506:52543 Honaker Logan, Utah -0.0125432965018171631 +4864 gsa_html_4695276845 gsa_html_4695276845:785:80052:80058 Pioche Reno, Nevada -0.49570469701623765 +4865 sedimentology_html_3798833948 sedimentology_html_3798833948:102:7857:7863 Jordan Israel 0.00829353945746899406 +4866 aapg_ah_181.html aapg_ah_181.html:78:9402:9419 Hermosa Hermosa, Chicago -0.503880280715721773 +4867 cspg_html_2660872537 cspg_html_2660872537:1260:162951:162978 Nicola Victoria, British Columbia -0.473718414704639712 +4868 aapg_ai_388.html aapg_ai_388.html:84:7092:7100 Colorado Colorado -0.513270267028681393 +4869 aapg_ad_715.html aapg_ad_715.html:265:33280:33283 Ada Shawnee, Oklahoma 0.0974965500852332662 +4870 aapg_aa_28.html aapg_aa_28.html:118:8649:8669 San Miguel Texas 0.0529870199319121618 +4871 gsa_html_5756232019 gsa_html_5756232019:910:79456:79462 Reston New Mexico -0.431078138050761561 +4872 cspg_html_9177794814 cspg_html_9177794814:102:12105:12126 Etherington Anchorage, Alaska -0.441593278961416758 +4873 cspg_html_4656151786 cspg_html_4656151786:49:3638:3657 Read Bay Wales Island (British Columbia) -0.454068782805138071 +4874 aapg_ac_569.html aapg_ac_569.html:312:43569:43595 Grinnell Devon Island -0.42653659632637092 +4875 jgeology_html_5970406003 jgeology_html_5970406003:1857:93692:93713 Martinsburg Pennsylvania -0.457963336268268129 +4876 jgeology_html_2401877359 jgeology_html_2401877359:1282:73448:73464 Hornby Canada -0.441406293921039528 +4877 aapg_ac_730.html aapg_ac_730.html:623:90951:90960 Mesaverde Mancos, Colorado -0.406997760865267955 +4878 cspg_html_7271193446 cspg_html_7271193446:36:2645:2658 Bearpaw Lacombe, Alberta -0.443813272031764461 +4879 gsa_html_6169925575 gsa_html_6169925575:814:84984:84993 San Diego Sumida River -0.460946527021081187 +4880 jgeology_html_4232779030 jgeology_html_4232779030:735:40398:40415 Paradox Logan, Utah -0.460980639153810601 +4881 gsa_html_6736277931 gsa_html_6736277931:33:2166:2173 Norfolk Virginia -0.470181697121159758 +4882 aapg_ah_289.html aapg_ah_289.html:540:74847:74861 Monterey California -0.454113919430063184 +4883 jgeology_html_4305195651 jgeology_html_4305195651:569:69379:69401 Mauch Chunk Catskill Mountains -0.0184133695346841396 +4884 aapg_ai_49.html aapg_ai_49.html:197:22579:22588 Chugwater Cheyenne, Wyoming 0.609815680200763932 +4885 aapg_ah_612.html aapg_ah_612.html:104:9106:9121 Leduc Rimbey, Alberta -0.0676781063496414426 +4886 gsa_html_5865982995 gsa_html_5865982995:1381:145588:145597 Pocatello Boise, Idaho -0.50720959470918292 +4887 aapg_ae_749.html aapg_ae_749.html:45:5893:5920 Beekmantown Virginia -0.220576210978361137 +4888 sedimentology_html_1293179143 sedimentology_html_1293179143:21:1448:1460 Saskatchewan Canada -0.481794104698776371 +4889 cspg_html_8279927914 cspg_html_8279927914:314:30131:30152 Slave Point Lacombe, Alberta -0.459022435464294998 +4890 aapg_ah_789.html aapg_ah_789.html:883:72914:72921 Gracias Honduras -0.0265036602918163264 +4891 aapg_ah_157.html aapg_ah_157.html:232:32603:32622 Arkansas Novaculite Illinois -0.491445156732988053 +4892 gsa_html_1923206392 gsa_html_1923206392:879:70145:70165 Ellis Bay Quebec City 0.28775926626450482 +4893 gsa_html_5829296352 gsa_html_5829296352:31:2757:2785 Green River Colorado -0.0176486817607870612 +4894 aapg_ae_803.html aapg_ae_803.html:638:79662:79684 Todos Santos Santa Rosa, California -0.41806475417105543 +4895 aapg_ae_419.html aapg_ae_419.html:305:39242:39259 Edwards Texas -0.050706684329443738 +4896 aapg_af_779.html aapg_af_779.html:37:5840:5848 Red Rock Michigan -0.0198211657095899094 +4897 cspg_html_6255491344 cspg_html_6255491344:35:5815:5834 Morrissey Moose Mountain (Alberta) -0.444094495043231396 +4898 aapg_ae_415.html aapg_ae_415.html:835:103203:103225 Chickasawhay Mississippi River 0.284406301190122501 +4899 aapg_ah_509.html aapg_ah_509.html:608:58906:58924 Moenkopi McKee, Kentucky -0.462576268150975078 +4900 jgeology_html_6347034809 jgeology_html_6347034809:1218:59351:59359 Cochrane Timmins -0.471501691978871318 +4901 gsa_html_6765882493 gsa_html_6765882493:1011:125518:125546 Green River Colorado -0.0530811776943903371 +4902 aapg_ac_71.html aapg_ac_71.html:315:36917:36934 Navajo Reno, Nevada -0.0207667065675008616 +4903 aapg_ah_654.html aapg_ah_654.html:104:10100:10108 Gallatin Gallatin, Tennessee -0.0176486817607870612 +4904 palaios_html_1729153923 palaios_html_1729153923:823:73712:73732 Lime Creek Rockford, Illinois 0.351374042514197293 +4905 cspg_html_1019614994 cspg_html_1019614994:372:60868:60885 Exshaw Lacombe, Alberta -0.465888175365361257 +4906 aapg_ae_354.html aapg_ae_354.html:415:42451:42459 Colorado Denver 0.0298999509663902194 +4907 gsa_html_4695276845 gsa_html_4695276845:255:28279:28285 Pioche Reno, Nevada 0.333766697882248997 +4908 cspg_html_9435196958 cspg_html_9435196958:1328:55374:55395 Belly River Lacombe, Alberta -0.00850549498541811055 +4909 cspg_html_3104351736 cspg_html_3104351736:735:81111:81129 Foremost Lacombe, Alberta -0.454540571750530975 +4910 sedimentology_html_3694687055 sedimentology_html_3694687055:1583:70984:71000 Dakota Nebraska -0.442595627901035182 +4911 aapg_ae_959.html aapg_ae_959.html:4:377:382 Hueco West Texas 0.577331739905714292 +4912 aapg_ai_584.html aapg_ai_584.html:677:70511:70528 Madison Laramie, Wyoming -0.487607747652621382 +4913 aapg_af_854.html aapg_af_854.html:72:11263:11273 Kinderhook Meramec River -0.0785252167728872769 +4914 aapg_ah_160.html aapg_ah_160.html:112:16420:16426 Guelph Michigan -0.0782309880491985077 +4915 geology_html_1573138807 geology_html_1573138807:119:11870:11891 Apple Creek Leesburg, Florida -0.49576151014248282 +4916 aapg_ac_924.html aapg_ac_924.html:421:44386:44405 Lodgepole Cheyenne, Wyoming -0.410174465089049201 +4917 aapg_ai_996.html aapg_ai_996.html:498:24904:24911 Norfolk James River (Dakotas) -0.0261715541385612628 +4918 sedimentology_html_1728853853 sedimentology_html_1728853853:27:1680:1688 Edmonton Canada -0.491084883288990137 +4919 cspg_html_2026880958 cspg_html_2026880958:260:29079:29090 Coal Valley Lacombe, Alberta -0.471464870791560964 +4920 aapg_ac_881.html aapg_ac_881.html:637:75738:75746 Deadwood Winnipeg -0.0172854647230763214 +4921 cspg_html_6252849194 cspg_html_6252849194:98:9719:9745 Horseshoe Canyon Edmonton, London -0.0841418522809845998 +4922 aapg_ai_996.html aapg_ai_996.html:1292:55990:55996 Conway Tuscaloosa, Alabama -0.0433629440146906728 +4923 sedimentology_html_9410532865 sedimentology_html_9410532865:1632:112129:112150 Green River Cheyenne, Wyoming -0.0245580774074933041 +4924 aapg_ad_779.html aapg_ad_779.html:496:54395:54416 Piedras Mesa, Arizona -0.493659609592116133 +4925 gsa_html_6143207195 gsa_html_6143207195:26:1240:1248 Colorado Denver -0.499203493557790035 +4926 aapg_af_666.html aapg_af_666.html:560:47380:47401 White River Chadron, Nebraska -0.0245615545418564861 +4927 aapg_ai_328.html aapg_ai_328.html:343:36070:36089 Caballero Sacramento Mountains (California) -0.157495507055193662 +4928 aapg_ad_811.html aapg_ad_811.html:641:70171:70181 Rio Grande Spain -0.425358634701132332 +4929 aapg_ac_349.html aapg_ac_349.html:345:33297:33307 Washington Cooper River (South Carolina) -0.473676885959420813 +4930 aapg_aa_77.html aapg_aa_77.html:76:7969:7988 Aux Vases Chester, Pennsylvania -0.006663945278057983 +4931 aapg_af_598.html aapg_af_598.html:37:4025:4038 Bandera Nowata, Oklahoma -0.404820594310329573 +4932 gsa_html_8971189731 gsa_html_8971189731:1019:89003:89015 Owens Valley California -0.467618659206059439 +4933 gsa_html_6117440194 gsa_html_6117440194:1471:127638:127666 Green River Colorado -0.0277017418114762735 +4934 gsa_html_7102550258 gsa_html_7102550258:272:28962:28978 Navajo Logan, Utah -0.441686785632637413 +4935 gsa_html_7468123532 gsa_html_7468123532:29:3534:3552 Morrison New Mexico 0.0415432523513411603 +4936 aapg_ah_847.html aapg_ah_847.html:703:65921:65938 Raritan Closter, New Jersey 0.0145380623395336504 +4937 gsa_html_8820488310 gsa_html_8820488310:524:49000:49023 Mount Shields Spokane, Washington -0.444916336311243943 +4938 aapg_af_663.html aapg_af_663.html:776:73605:73621 Pawnee Coal City, Illinois -0.000105967854110096421 +4939 cspg_html_7134658072 cspg_html_7134658072:127:17753:17772 Ellerslie Lacombe, Alberta -0.451787799117909672 +4940 gsa_html_6317284187 gsa_html_6317284187:590:57091:57100 Extension Victoria, British Columbia -0.482917309945881279 +4941 aapg_ad_626.html aapg_ad_626.html:72:8315:8333 Morrison Logan, Utah 0.343935709725021022 +4942 aapg_ac_594.html aapg_ac_594.html:347:32706:32713 Arcadia Morella, Spain -0.517524502610378967 +4943 gsa_html_4071231613 gsa_html_4071231613:416:42453:42479 Wild Sheep Creek Middle East -0.520307216860234956 +4944 aapg_ac_333.html aapg_ac_333.html:641:78558:78561 Abo Supai, Arizona -0.456479975332736432 +4945 aapg_ad_959.html aapg_ad_959.html:102:10345:10356 Clays Ferry Kentucky -0.477957819287112229 +4946 aapg_ae_69.html aapg_ae_69.html:285:30152:30184 Uinta Uinta Mountains -0.224162826594564435 +4947 geology_html_2993685140 geology_html_2993685140:241:20570:20575 Rapid Altiplano -0.471340610693628537 +4948 aapg_ae_60.html aapg_ae_60.html:285:31012:31017 Mt Lytton Colorado -0.499569634767048298 +4949 aapg_af_695.html aapg_af_695.html:122:11773:11778 Yegua Charlotte, North Carolina -0.0733857459282287045 +4950 jgeology_html_4152045543 jgeology_html_4152045543:612:48698:48718 Mississagi Blind River (Ontario) -0.445998354490544591 +4951 gsa_html_4919500515 gsa_html_4919500515:1290:114266:114294 Green River Colorado 0.0301573607145377044 +4952 aapg_ai_515.html aapg_ai_515.html:53:6847:6858 Green River Uinta Mountains 0.357004971024091011 +4953 aapg_ah_756.html aapg_ah_756.html:4:657:667 San Andres Salado, Texas -0.413942969460138921 +4954 aapg_ac_301.html aapg_ac_301.html:201:23975:23994 Fish Haven Dolomite Lost River (California) -0.0607227670185504081 +4955 cspg_html_7086880709 cspg_html_7086880709:771:87056:87079 Lower Elk Point Lacombe, Alberta -0.501846159144901716 +4956 aapg_ac_337.html aapg_ac_337.html:14:1604:1623 Ingleside Colorado -0.442620143363224416 +4957 aapg_ai_157.html aapg_ai_157.html:186:21229:21235 Salina London, Ontario 0.0182169811347791637 +4958 cspg_html_8797277909 cspg_html_8797277909:86:10452:10457 Flume Lacombe, Alberta -0.0221155785118801462 +4959 cspg_html_2462765529 cspg_html_2462765529:17:2430:2482 Halfway Lacombe, Alberta -0.45896570683289678 +4960 gsa_html_1266138577 gsa_html_1266138577:299:23662:23679 Poleta Salinas Valley -0.44026738999717252 +4961 AMJC_html_4692260170 AMJC_html_4692260170:522:51855:51871 Glenbrooke Lake Memphremagog -0.0161089604302801712 +4962 aapg_ad_862.html aapg_ad_862.html:375:59973:59986 Turner Valley California -0.0258220684876826687 +4963 aapg_ae_484.html aapg_ae_484.html:212:22842:22850 Colorado Denver -0.04261586758794602 +4964 aapg_ae_660.html aapg_ae_660.html:677:58820:58829 Littleton Colorado -0.457750306604137625 +4965 aapg_aa_685.html aapg_aa_685.html:432:40444:40464 Wasatch Michigan -0.0247023791461900809 +4966 cspg_html_3102530088 cspg_html_3102530088:309:36414:36471 Lea Park Saskatoon -0.42193152612717999 +4967 aapg_ad_337.html aapg_ad_337.html:115:12103:12110 Topanga Santa Monica Mountains -0.485285038948243097 +4968 gsa_html_6491840124 gsa_html_6491840124:910:75128:75133 Logan Boise, Idaho -0.450829332903146696 +4969 aapg_ac_626.html aapg_ac_626.html:9:1088:1115 Harpers Blue Ridge Mountains -0.2602135822910005 +4970 aapg_aa_302.html aapg_aa_302.html:673:72617:72634 Kaibab Arizona -0.013031549320552711 +4971 gsa_html_4308966435 gsa_html_4308966435:198:22716:22750 Pocatello Logan, Utah -0.463396817899322633 +4972 aapg_ac_967.html aapg_ac_967.html:360:38653:38671 John Day Salem, Oregon -0.271780499679735499 +4973 gsa_html_5273912996 gsa_html_5273912996:944:62571:62584 San Sebastian Mexico -0.0429223527967571086 +4974 aapg_ah_519.html aapg_ah_519.html:37:3968:3985 Kayenta Chinle Formation -0.0583874772010690019 +4975 gsa_html_3896686383 gsa_html_3896686383:1379:111062:111090 Green River Colorado 0.0337825515028724391 +4976 aapg_ad_4.html aapg_ad_4.html:208:14499:14518 Hermitage Knoxville, Tennessee -0.0231725008237077118 +4977 gsa_html_7040053075 gsa_html_7040053075:332:31092:31109 Topanga San Gabriel Mountains 0.653046657564848476 +4978 aapg_ae_75.html aapg_ae_75.html:101:15632:15648 Helms New Mexico -0.0473815661889043852 +4979 sedimentology_html_9107639957 sedimentology_html_9107639957:28:2141:2151 Washington Seattle -0.0328900657953446335 +4980 palaios_html_9133125241 palaios_html_9133125241:101:13024:13028 Kope Netherlands -0.444856013246054061 +4981 aapg_ad_283.html aapg_ad_283.html:3:179:199 San Andres West Texas -0.00527934873270450959 +36854 aapg_ah_372.html aapg_ah_372.html:5:913:931 Rockdale Texas -0.524490734820595272 +4982 AMJC_html_1873062106 AMJC_html_1873062106:1188:122115:122148 Morrison Logan, Utah 0.305486338314000072 +4983 cspg_html_8568877195 cspg_html_8568877195:641:78365:78386 Milk River Lacombe, Alberta -0.0760773544296866333 +4984 aapg_ah_95.html aapg_ah_95.html:74:7832:7838 Concha Arizona -0.0544954389304434447 +4985 cspg_html_4286634979 cspg_html_4286634979:60:7845:7867 Swift Regina, Saskatchewan -0.438326464087016476 +4986 aapg_ac_246.html aapg_ac_246.html:234:23286:23296 Lakota Williston, Vermont -0.00691758876026682835 +4987 gsa_html_5399423864 gsa_html_5399423864:56:3385:3413 Green River Colorado -0.0361854896356224864 +4988 cspg_html_6252417471 cspg_html_6252417471:138:21123:21144 Christopher Banks Island 0.685368503578652311 +4989 cspg_html_3579312067 cspg_html_3579312067:587:60158:60166 Montreal Quebec City -0.451751782124743317 +4990 cspg_html_1018915662 cspg_html_1018915662:154:13748:13765 Onaping Sudbury, Suffolk -0.0397744087434021287 +4991 aapg_ah_69.html aapg_ah_69.html:270:30290:30311 Black River Black River, Jamaica -0.465026484605756241 +4992 aapg_ai_321.html aapg_ai_321.html:110:15297:15309 Todos Santos Honduras -0.0375812203233935049 +4993 cspg_html_6786864151 cspg_html_6786864151:50:6253:6275 Trent River Qualicum River -0.477234757760444439 +4994 cspg_html_4659384530 cspg_html_4659384530:222:22096:22110 Woodbend Canada -0.0551948283959870986 +4995 aapg_ad_2.html aapg_ad_2.html:791:111922:111931 Gatesburg Williamsburg, Virginia -0.482917309945881279 +4996 aapg_ad_757.html aapg_ad_757.html:129:14444:14460 Kinderhook Mississippi River -0.46927678392355654 +4997 gsa_html_4922631598 gsa_html_4922631598:13:539:549 Whitewater Wisconsin -0.43797158338019293 +4998 aapg_ak_98.html aapg_ak_98.html:882:86736:86744 Caballos Arkansas -0.467925738958578585 +4999 cspg_html_4086951599 cspg_html_4086951599:75:11260:11276 Stanbridge Quebec City -0.0418584068590474659 +5000 aapg_aa_371.html aapg_aa_371.html:194:16446:16457 Monongahela Parkersburg, West Virginia -0.458720680358492616 +5001 geology_html_1523318259 geology_html_1523318259:244:25757:25785 Green River Cheyenne, Wyoming -0.0318915382493003205 +5002 aapg_ah_878.html aapg_ah_878.html:58:7902:7908 Racine Bruce Peninsula National Park -0.416415682696128164 +5003 sedimentology_html_9079273526 sedimentology_html_9079273526:233:21442:21457 Willwood Hunting Creek -0.493905230900802183 +5004 aapg_ac_366.html aapg_ac_366.html:263:30087:30107 Bloomsburg Huntington, West Virginia 0.0114208658344619116 +5005 gsa_html_1217771406 gsa_html_1217771406:482:42891:42901 Santa Cruz Mojave Desert -0.0435562539048757053 +5006 cspg_html_9829257515 cspg_html_9829257515:6:353:373 Bow Island Lacombe, Alberta -0.459819284677136619 +5007 aapg_aa_148.html aapg_aa_148.html:3:390:412 Cedar Mountain Colorado -0.00600378253077448604 +5008 gsa_html_9207276905 gsa_html_9207276905:673:56645:56653 Columbia Victoria, British Columbia -0.035304988004324106 +5009 aapg_ai_31.html aapg_ai_31.html:50:5564:5583 Catahoula Oakville, California 0.0126823000424950687 +5010 aapg_ai_72.html aapg_ai_72.html:3:418:432 Frio Texas -0.452909542628234352 +5011 aapg_ai_388.html aapg_ai_388.html:275:27967:27972 Uinta Uinta Mountains 0.296919348061668809 +5012 cspg_html_4727222822 cspg_html_4727222822:29:4206:4225 Blaa Mountain Middle East -0.459837454744856933 +5013 aapg_ad_39.html aapg_ad_39.html:186:12294:12300 Paluxy Arkansas 0.00130635878656701733 +5014 cspg_html_9435196958 cspg_html_9435196958:481:21823:21835 Saskatchewan Regina, Saskatchewan -0.439223139625051329 +5015 AMJC_html_6341723617 AMJC_html_6341723617:1114:93497:93503 Denver Colorado -0.0419054197993560459 +5016 aapg_ac_831.html aapg_ac_831.html:48:6290:6313 Honaker Hermosa, Chicago -0.00920738787404935463 +5017 jgeology_html_4115179562 jgeology_html_4115179562:336:25200:25216 Erwin Unicoi, Tennessee -0.438060290900437188 +5018 aapg_ah_749.html aapg_ah_749.html:56:6704:6712 Virginia Norfolk, Virginia -0.447572237112974447 +5019 cspg_html_2650524233 cspg_html_2650524233:46:8750:8768 Paskapoo Edmonton, London 0.809283934030776919 +5020 aapg_ah_217.html aapg_ah_217.html:119:13069:13079 Washington Venango, Pennsylvania -0.106879261161957062 +5021 cspg_html_7576506617 cspg_html_7576506617:83:12494:12505 Ekwan River River Severn -0.462225485866077257 +5022 palaios_html_3344823041 palaios_html_3344823041:510:39982:39987 Swift South Florida metropolitan area -0.46814580209221146 +5023 aapg_ac_940.html aapg_ac_940.html:190:22872:22890 Niobrara Portland, Oregon 0.0717448730282933961 +5024 aapg_ac_241.html aapg_ac_241.html:12:1631:1643 Raritan Closter, New Jersey -0.0186775409744464604 +5025 sedimentology_html_1728853853 sedimentology_html_1728853853:1329:79437:79444 Prairie Winnipeg -0.485423007658706274 +5026 cspg_html_9435196958 cspg_html_9435196958:1032:44243:44256 Paskapoo Lacombe, Alberta -0.476218391360906934 +5027 aapg_ac_91.html aapg_ac_91.html:575:47025:47039 Nizi Victoria, British Columbia -0.0442511603309229257 +5028 aapg_ad_262.html aapg_ad_262.html:89:9213:9221 Niobrara Goodland, Kansas 0.158640938735688602 +5029 palaios_html_5582845937 palaios_html_5582845937:27:2004:2012 Virginia Chesapeake Bay -0.0200245224779483436 +5030 sedimentology_html_8302881326 sedimentology_html_8302881326:1875:93756:93766 Washington Seattle -0.447168994241326834 +5031 aapg_ad_350.html aapg_ad_350.html:181:17813:17827 Chemung Garrett County, Maryland -0.250546778060528719 +5032 aapg_aa_371.html aapg_aa_371.html:105:8956:8973 Pottsville Allegheny Mountains -0.411295305764214247 +5033 geology_html_2345977738 geology_html_2345977738:39:3826:3844 Pinnacle Quebec City -0.537557647803902583 +5034 aapg_ah_756.html aapg_ah_756.html:110:11857:11862 Queen New Mexico -0.449440672427322663 +5035 gsa_html_3898240693 gsa_html_3898240693:690:64915:64924 Flagstaff Earth -0.0297521166629775777 +5036 cspg_html_7799850124 cspg_html_7799850124:673:74620:74636 Ireton Lacombe, Alberta -0.443619144253208697 +5037 cspg_html_1222040397 cspg_html_1222040397:340:45234:45242 Columbia Anchorage, Alaska -0.0337286176127971765 +5038 aapg_ad_351.html aapg_ad_351.html:891:82159:82176 Keokuk Burlington, Ontario -0.444916336311243943 +5039 geology_html_1523318259 geology_html_1523318259:258:26684:26690 Denver Colorado -0.0534682838330376511 +5040 gsa_html_6395675168 gsa_html_6395675168:55:4947:4958 San Joaquin Sierra Nevada (Spain) -0.0140758476190941898 +5041 aapg_ad_2.html aapg_ad_2.html:1415:193176:193187 Martinsburg Chambersburg, Pennsylvania 0.980037436360850944 +5042 aapg_aa_590.html aapg_aa_590.html:721:58123:58129 Jordan Melbourne, Florida -0.00365504393340889116 +5043 aapg_ad_564.html aapg_ad_564.html:138:13096:13102 Denver Houston -0.00347437438530179537 +5044 gsa_html_7605900420 gsa_html_7605900420:204:23083:23097 Chainman Reno, Nevada -0.0424382503363121347 +5045 gsa_html_5015599008 gsa_html_5015599008:786:67152:67160 Columbia Caldwell, New Jersey -0.455188836413653375 +5046 cspg_html_5973552270 cspg_html_5973552270:95:13870:13889 Waterways Swan Hill, Victoria -0.491049570598957486 +5047 aapg_aa_809.html aapg_aa_809.html:401:44712:44719 Oceanic Bering Sea -0.499512563259915887 +5048 aapg_ae_307.html aapg_ae_307.html:122:8291:8309 Ogallala Randall County, Texas 0.089270405367418218 +5049 aapg_ai_17.html aapg_ai_17.html:252:21974:21985 Marthaville Zwolle, Louisiana -0.451751782124743317 +5050 aapg_ai_717.html aapg_ai_717.html:15:2964:2976 Pierre Colorado -0.00364114626483282803 +5051 sedimentology_html_5779710300 sedimentology_html_5779710300:894:59858:59866 Puyallup Washington (state) -0.0693701827807775562 +5052 aapg_af_186.html aapg_af_186.html:902:90070:90076 Midway Palestinian territories -0.0282634328663418991 +5053 cspg_html_9894399778 cspg_html_9894399778:76:6936:6947 Skull Creek Colorado -0.473746101631411953 +5054 gsa_html_7173708345 gsa_html_7173708345:1107:88675:88696 Halfway Anchorage, Alaska -0.467336881448994379 +5055 sedimentology_html_5313699868 sedimentology_html_5313699868:637:68765:68769 Hall London, Ontario -0.492281675671482677 +5056 cspg_html_1962846283 cspg_html_1962846283:30:4891:4908 Livingstone Elk River, Minnesota -0.205150346490822699 +5057 AMJC_html_1873062106 AMJC_html_1873062106:529:68863:68878 Mesaverde Sevier orogeny 0.446351851216640227 +5058 aapg_ai_52.html aapg_ai_52.html:111:16049:16063 Monterey McKittrick, California -0.0426837810068434811 +5059 cspg_html_6064089067 cspg_html_6064089067:12:1192:1210 Winnipeg Manitoba -0.207961393657408344 +5060 gsa_html_8067247871 gsa_html_8067247871:1023:73550:73558 Colorado Colorado 0.00387566967745058347 +5061 geology_html_9085928497 geology_html_9085928497:111:10482:10517 Columbia Washington (state) -0.477957819287112229 +5062 gsa_html_6139598587 gsa_html_6139598587:61:4210:4238 Green River New Mexico -0.0355346770173999987 +5063 aapg_ad_812.html aapg_ad_812.html:74:10234:10251 Wingate Logan, Utah 0.00553124928900665478 +5064 sedimentology_html_1061349106 sedimentology_html_1061349106:186:14967:14977 Washington Strait of Georgia -0.464533160716817162 +5065 geology_html_1523318259 geology_html_1523318259:151:18435:18454 Wagon Bed Cheyenne, Wyoming -0.0264393249899875019 +5066 gsa_html_7012936645 gsa_html_7012936645:42:3926:3947 Martinsburg Martinsburg, Nebraska 0.03866730918208406 +5067 aapg_af_900.html aapg_af_900.html:156:22238:22248 Rio Grande Beaumont, Texas -0.0338921598886321312 +5068 gsa_html_3561219088 gsa_html_3561219088:877:83549:83557 Mariposa California -0.441486425747427802 +5069 cspg_html_4495377323 cspg_html_4495377323:13:1594:1602 Columbia Victoria, British Columbia -0.0031964218159343861 +5070 sedimentology_html_6797369774 sedimentology_html_6797369774:405:29312:29318 Nelson Kenya -0.0475645152925121273 +5071 aapg_af_663.html aapg_af_663.html:412:41396:41412 Pawnee Lexington, Kentucky -0.477642564553472426 +5072 sedimentology_html_3063208535 sedimentology_html_3063208535:2649:191356:191372 Dakota Logan, Utah -0.252010831909078192 +5073 aapg_ah_82.html aapg_ah_82.html:203:24606:24612 Sierra Mexico -0.481766159765426027 +5074 aapg_ae_668.html aapg_ae_668.html:532:53729:53748 Knoxville Knoxville, Illinois -0.0859746682400213541 +5075 aapg_ac_807.html aapg_ac_807.html:550:54523:54541 St Marys Richmond, California -0.483995287789091233 +5076 gsa_html_7668046715 gsa_html_7668046715:858:72469:72475 Moscow Azerbaijan Democratic Republic -0.443715087361728711 +5077 aapg_ad_653.html aapg_ad_653.html:667:95441:95447 Thrifty Svalbard and Jan Mayen -0.0277017418114762735 +5078 cspg_html_9142477479 cspg_html_9142477479:31:5925:5940 Allegheny Kittanning, Pennsylvania -0.462398581950347165 +5079 aapg_ad_81.html aapg_ad_81.html:749:125705:125733 Spearfish Williston Basin -0.446985353503870919 +5080 aapg_ac_253.html aapg_ac_253.html:64:9341:9347 Frisco Frisco, Texas -0.465026484605756241 +5081 aapg_ac_719.html aapg_ac_719.html:97:9693:9714 Raton Mesa, Arizona -0.0280825762237737336 +5082 aapg_ae_187.html aapg_ae_187.html:147:15166:15174 Onondaga Kentucky -0.472678482936493838 +5083 gsa_html_3720789279 gsa_html_3720789279:887:86803:86809 Oregon Washington (state) -0.0240556397080989269 +5084 sedimentology_html_1911693106 sedimentology_html_1911693106:27:1888:1894 Guelph Ontario, California 0.00255018452536458695 +5085 gsa_html_9515953275 gsa_html_9515953275:86:9245:9254 Eel River Klamath River, California -0.440514182187833891 +5086 gsa_html_7330657810 gsa_html_7330657810:621:61828:61856 Green River Colorado 0.0163783171925127626 +5087 cspg_html_1611261412 cspg_html_1611261412:216:28417:28436 Athabasca Lake Athabasca -0.0431173943944666571 +5088 gsa_html_5601712699 gsa_html_5601712699:189:15874:15893 San Pedro New Mexico -0.0351971054761553784 +5089 aapg_ad_19.html aapg_ad_19.html:7:857:874 Madison Cheyenne, Wyoming -0.49119789377684242 +5090 gsa_html_6491840124 gsa_html_6491840124:450:36336:36363 Salt Lake Western world -0.427843250012949428 +5091 cspg_html_9753247638 cspg_html_9753247638:537:55750:55771 Green River Colorado -0.040554329778819502 +5092 sedimentology_html_7488726250 sedimentology_html_7488726250:1480:109716:109754 Kingston Peak California -0.0708162052073943726 +5093 aapg_ai_958.html aapg_ai_958.html:103:10552:10558 Goliad Cuero, Texas -0.444916336311243943 +5094 cspg_html_9725676031 cspg_html_9725676031:264:35058:35080 Buckinghorse Victoria, British Columbia -0.432346977926754639 +5095 gsa_html_1316826711 gsa_html_1316826711:958:75224:75230 Provo Greece -0.482931300996293389 +5096 cspg_html_5697056884 cspg_html_5697056884:508:52581:52592 Meadow Lake Lacombe, Alberta -0.0514126754650784876 +5097 aapg_ac_724.html aapg_ac_724.html:4:441:450 San Diego California -0.00143491027354907159 +5098 aapg_af_891.html aapg_af_891.html:255:27588:27605 Chinle Santa Rosa, California -0.42773794978433255 +5099 gsa_html_5909345734 gsa_html_5909345734:29:2796:2824 Green River Colorado 0.027606100144375624 +5100 cspg_html_2826081830 cspg_html_2826081830:72:11431:11458 Grand Rapids Lacombe, Alberta -0.476324834178458445 +5101 jgeology_html_3936154268 jgeology_html_3936154268:891:58032:58048 Chinle Colorado Plateau -0.221859867590671139 +5102 cspg_html_4326384800 cspg_html_4326384800:239:28815:28820 Simla Victoria, British Columbia -0.0527620925297026463 +5103 aapg_ah_318.html aapg_ah_318.html:1011:102583:102602 Smackover Shreveport, Louisiana -0.450829332903146696 +5104 cspg_html_3854139935 cspg_html_3854139935:56:8793:8814 Milk River Lacombe, Alberta 0.0266045108097300621 +5105 aapg_ae_544.html aapg_ae_544.html:157:19915:19934 Greenhorn Niobrara, Nebraska -0.11038001643737487 +5106 gsa_html_9053175553 gsa_html_9053175553:78:10684:10700 Carmel Flagstaff, Arizona -0.448287309474040385 +5107 geology_html_5745933097 geology_html_5745933097:313:23858:23866 Virginia Chesapeake Bay -0.495853839651622219 +5108 aapg_ah_978.html aapg_ah_978.html:573:53392:53406 Monterey California -0.39457961686483406 +5109 geology_html_3195636693 geology_html_3195636693:205:18123:18135 Bertie Manitoba -0.014028931537317782 +5110 sedimentology_html_4372260172 sedimentology_html_4372260172:646:52900:52934 Gates Canada -0.471405039658470026 +5111 aapg_ad_49.html aapg_ad_49.html:114:10616:10621 Capay California -0.0191815618988117366 +5112 aapg_ac_835.html aapg_ac_835.html:81:10851:10872 Fort Union Absaroka -0.0206137481511775786 +5113 gsa_html_4618680113 gsa_html_4618680113:570:47265:47275 Rio Grande El Paso, Texas -0.0488609621010607301 +5114 cspg_html_2796643803 cspg_html_2796643803:811:83554:83565 Bison Creek Lacombe, Alberta -0.468255854243320946 +5115 jgeology_html_1964872752 jgeology_html_1964872752:271:19726:19735 Pensauken Closter, New Jersey -0.425599363821972831 +5116 aapg_ae_656.html aapg_ae_656.html:119:13864:13874 Washington California -0.412972482339328262 +5117 gsa_html_7462057756 gsa_html_7462057756:507:36344:36372 Green River Colorado 0.0328761484441471435 +5118 aapg_aa_721.html aapg_aa_721.html:781:78307:78324 Bird Spring Reno, Nevada -0.498117899111855666 +5119 sedimentology_html_9284939222 sedimentology_html_9284939222:1442:104526:104543 Wasatch Spain -0.0119247384368411057 +5120 cspg_html_8690548664 cspg_html_8690548664:164:20567:20583 Luscar Mountain Park (Holyoke, Massachusetts) -0.471754879498828661 +5121 aapg_aa_147.html aapg_aa_147.html:925:95990:96012 Interlake Manitoba -0.443732938342886629 +5122 cspg_html_4655200751 cspg_html_4655200751:190:31075:31095 Swan Hills Lacombe, Alberta 0.000903332848040377576 +5123 gsa_html_4873957926 gsa_html_4873957926:1171:121798:121806 Colorado Gunnison County, Colorado -0.468054102450840448 +5124 aapg_ac_684.html aapg_ac_684.html:72:7637:7646 Sunniland Collier County, Florida -0.485603101959931283 +5125 palaios_html_5398833984 palaios_html_5398833984:677:82572:82590 Willwood Cheyenne, Wyoming -0.443110589175295999 +5126 geology_html_2693298548 geology_html_2693298548:281:25819:25827 Colorado Pueblo, Colorado -0.467980749597819323 +5127 aapg_ac_378.html aapg_ac_378.html:691:69662:69668 Oxford England -0.448691045323912019 +5128 aapg_ai_27.html aapg_ai_27.html:10:1439:1445 Midway Colorado -0.038712565483401136 +5129 aapg_ah_645.html aapg_ah_645.html:726:76831:76849 Sundance Cheyenne, Wyoming -0.0751111504872012115 +5130 cspg_html_4516258038 cspg_html_4516258038:91:11313:11335 Eleanor River Middle Ordovician -0.443715087361728711 +5131 aapg_ai_583.html aapg_ai_583.html:265:32750:32762 Rierdon Cheyenne, Wyoming -0.428896893887351471 +5132 aapg_ac_730.html aapg_ac_730.html:560:80291:80299 Niobrara Niobrara, Nebraska -0.438007065376213589 +5133 geology_html_4633055236 geology_html_4633055236:217:18273:18281 Phillips Parkville, Missouri -0.0241616892206824377 +5134 cspg_html_5973552270 cspg_html_5973552270:108:14847:14881 Beaverhill Lacombe, Alberta -0.0447475566663644089 +5135 aapg_aa_231.html aapg_aa_231.html:868:78562:78577 Mesaverde Cheyenne, Wyoming -0.0247962629365806077 +5136 aapg_ai_268.html aapg_ai_268.html:29:4070:4076 Nansen Arctic -0.000225833135678471921 +5137 aapg_aa_844.html aapg_aa_844.html:373:38000:38012 Huntersville Preston County, West Virginia -0.0315036314272049284 +5138 palaios_html_3112927242 palaios_html_3112927242:415:26645:26664 Tuscarora West Branch Susquehanna River -0.441397390812390766 +5139 cspg_html_1380879986 cspg_html_1380879986:27:5901:5921 Swan Hills Lacombe, Alberta -0.45417711448712661 +5140 sedimentology_html_4233441496 sedimentology_html_4233441496:961:45639:45643 Hall London, Ontario -0.470200080639580853 +5141 aapg_ac_950.html aapg_ac_950.html:29:5274:5282 Virginia Newport, Rhode Island -0.511458947905911177 +5142 aapg_ac_296.html aapg_ac_296.html:42:4482:4488 Navajo Apache County, Arizona -0.063513001885771872 +5143 aapg_ai_82.html aapg_ai_82.html:138:16847:16865 Greenbrier Ohio -0.06179820059879821 +5144 aapg_af_143.html aapg_af_143.html:860:84745:84757 Oregon Klamath Mountains (ecoregion) -0.446231020576565107 +5145 cspg_html_4326384800 cspg_html_4326384800:403:50501:50520 Grosmont Lacombe, Alberta -0.457963336268268129 +5146 gsa_html_8863489299 gsa_html_8863489299:556:67438:67443 Crete Karpathos -0.477269506555081602 +5147 aapg_ah_753.html aapg_ah_753.html:389:62691:62698 Windsor Mississippian culture -0.0360984802655648293 +5148 AMJC_html_6341723617 AMJC_html_6341723617:202:21892:21908 Colton Flagstaff, Arizona 0.00969733008056864083 +5149 gsa_html_8837971374 gsa_html_8837971374:1159:114780:114789 Extension Presque Isle, Maine -0.463271407180362194 +5150 gsa_html_6837513060 gsa_html_6837513060:167:15785:15796 Black River Cedar River (Washington) -0.459860167847925383 +5151 aapg_aa_999.html aapg_aa_999.html:156:12685:12701 Kinderhook Greenwich, Connecticut -0.477142101104954475 +5152 aapg_ah_218.html aapg_ah_218.html:60:7307:7317 Fort Payne Union Hill, Richmond, Virginia 0.0496504370895279046 +5153 cspg_html_9912281240 cspg_html_9912281240:565:67615:67633 Dunvegan Lacombe, Alberta -0.0206137481511775786 +5154 aapg_ae_777.html aapg_ae_777.html:350:40255:40262 Tererro San Miguel County, New Mexico -0.460964719996515115 +5155 aapg_ai_357.html aapg_ai_357.html:113:13627:13635 Anacacho Medina County, Texas -0.0458763143871966511 +5156 cspg_html_9551573979 cspg_html_9551573979:412:45173:45197 Basal Lacombe, Alberta -0.053335758630468931 +5157 aapg_af_38.html aapg_af_38.html:93:8674:8694 San Andres Tampico, Illinois -0.00344831630257747207 +5158 aapg_ah_201.html aapg_ah_201.html:586:61047:61064 Cardium Lacombe, Alberta -0.0263297817646035749 +5159 sedimentology_html_2136183401 sedimentology_html_2136183401:418:31423:31475 Yakataga Gulf of Alaska -0.458784199315796892 +5160 aapg_af_551.html aapg_af_551.html:795:72359:72370 Lake Valley New Mexico -0.0411323490648926038 +5161 aapg_ae_777.html aapg_ae_777.html:316:37390:37407 Tererro Sangre de Cristo Range -0.0765902888371837176 +5162 gsa_html_2229912315 gsa_html_2229912315:9:326:349 Crescent Olympic National Park 0.0198941653240272062 +5163 AMJC_html_7777190388 AMJC_html_7777190388:56:7151:7176 Willwood Laramide orogeny -0.0531265133576147158 +5164 aapg_ad_264.html aapg_ad_264.html:23:2903:2908 Yukon Lacombe, Alberta -0.0787879361762214847 +5165 aapg_ae_958.html aapg_ae_958.html:2011:172831:172852 Bell Delaware -0.4597965726108596 +5166 palaios_html_8113714689 palaios_html_8113714689:477:46448:46467 Roubidoux Missouri River -0.0331440604270269723 +5167 gsa_html_5907626194 gsa_html_5907626194:30:2814:2842 Green River Colorado -0.0206224389359462197 +5168 aapg_aa_267.html aapg_aa_267.html:21:2595:2611 Pocono Pennsylvania -0.237710051189446298 +5169 gsa_html_3436154175 gsa_html_3436154175:1100:87860:87888 Green River Cheyenne, Wyoming -0.0159925297595795608 +5170 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100935:100946 Shaftesbury Lacombe, Alberta -0.452055720301517416 +5171 cspg_html_1665574291 cspg_html_1665574291:111:19774:19796 Willow Creek Lacombe, Alberta -0.462261924354454456 +5172 aapg_ah_873.html aapg_ah_873.html:365:33454:33471 Cardium Lacombe, Alberta 0.00640161657025525247 +5173 aapg_ad_337.html aapg_ad_337.html:66:5820:5837 Trabuco Santa Monica, California -0.00346568835703443216 +5174 gsa_html_3445493534 gsa_html_3445493534:605:66678:66704 Monterey California -0.0350596438268750282 +5175 aapg_ad_214.html aapg_ad_214.html:218:21444:21458 Pico Ventura County, California 0.00346047674040686785 +5176 aapg_ae_886.html aapg_ae_886.html:249:26025:26042 Todilto Logan, Utah -0.44844429668252761 +5177 geology_html_2144574689 geology_html_2144574689:233:22736:22746 Washington Washington (state) -0.017787713832192225 +5178 sedimentology_html_6261114825 sedimentology_html_6261114825:653:52319:52346 Santa Cruz Santa Cruz County, Arizona -0.477308890203395286 +5179 cspg_html_7182873498 cspg_html_7182873498:60:11160:11185 Guelph Guelph -0.473778404154942046 +5180 cspg_html_9361096527 cspg_html_9361096527:108:18341:18347 Oldman Bearpaw Formation -0.469230874046953295 +5181 gsa_html_2683617362 gsa_html_2683617362:1068:94567:94595 Green River Colorado 0.0312166232625275784 +5182 aapg_ae_958.html aapg_ae_958.html:1694:147197:147218 Bell Delaware -0.482931300996293389 +5183 aapg_ae_135.html aapg_ae_135.html:228:17679:17685 Annona Saratoga, California -0.0389336281325362993 +5184 cspg_html_8649903682 cspg_html_8649903682:16:1760:1768 Columbia Victoria, British Columbia -0.0580210292623837137 +5185 jgeology_html_1432891964 jgeology_html_1432891964:628:55449:55457 Gallatin Cheyenne, Wyoming -0.466810220907495799 +5186 aapg_ah_607.html aapg_ah_607.html:98:9691:9711 Phosphoria Populus sect. Aegiros -0.455310861563052449 +5187 cspg_html_9222238695 cspg_html_9222238695:409:54030:54038 Columbia Pine River (Michigan) -0.44714211768966694 +5188 aapg_ac_477.html aapg_ac_477.html:3:262:279 Cardium Lacombe, Alberta -0.419449096913264763 +5189 aapg_aa_976.html aapg_aa_976.html:272:35055:35075 Keokuk Burlington, Ontario -0.0427795572276395697 +5190 cspg_html_5345848475 cspg_html_5345848475:87:12379:12397 Niobrara Lacombe, Alberta -0.011024723133422322 +5191 gsa_html_7938666655 gsa_html_7938666655:1119:94671:94676 Swift Logan, Utah -0.0254273857816714466 +5192 gsa_html_6498278239 gsa_html_6498278239:604:59738:59747 San Diego California -0.436898889813044922 +5193 jgeology_html_4232779030 jgeology_html_4232779030:668:38098:38106 Colorado Grand Junction, Colorado -0.0347847257870449039 +5194 gsa_html_1520002998 gsa_html_1520002998:1244:95632:95638 Denver Colorado -0.0680591279721140391 +5195 cspg_html_7483574191 cspg_html_7483574191:81:13743:13761 Waterton Lacombe, Alberta -0.491445156732988053 +5196 cspg_html_4245715705 cspg_html_4245715705:5:236:243 Pioneer Canada -0.0523349242602561895 +5197 aapg_ah_439.html aapg_ah_439.html:194:20304:20310 Midway Western world -0.477130519718023338 +5198 aapg_af_11.html aapg_af_11.html:684:72208:72217 Leadville Telluride, Colorado -0.452238132024570194 +5199 gsa_html_7555021318 gsa_html_7555021318:1000:82449:82456 St Marys China -0.00500312776260552431 +5200 aapg_ad_335.html aapg_ad_335.html:323:38590:38615 Fort Union Fort Union Trading Post National Historic Site -0.00364114626483282803 +5201 aapg_ah_881.html aapg_ah_881.html:183:21147:21166 Chuckanut Boulder Creek (Colorado) -0.0837560919932945486 +5202 aapg_ah_143.html aapg_ah_143.html:303:27497:27515 Edmonton Alta, Utah -0.0885717370023791917 +5203 gsa_html_6433065427 gsa_html_6433065427:84:9661:9680 Imperial Lake Mead -0.441686785632637413 +5204 gsa_html_7974916531 gsa_html_7974916531:1080:88539:88545 Oregon Silsbee, Texas -0.450784359288809666 +5205 aapg_ad_683.html aapg_ad_683.html:58:8956:8971 Supai Supai, Arizona -0.0196369298300035668 +5206 aapg_ae_958.html aapg_ae_958.html:1541:132767:132788 Bell El Capitan -0.43347626990885002 +5207 AMJC_html_1873062106 AMJC_html_1873062106:1180:121554:121560 Navajo Mesa, Arizona -0.051480663363561531 +5208 cspg_html_4859889874 cspg_html_4859889874:487:49261:49283 Judith River Lacombe, Alberta -0.462348471732962063 +5209 palaios_html_2413654173 palaios_html_2413654173:1188:96873:96895 Prince Creek North Slope Borough, Alaska -0.464884854319956187 +5210 gsa_html_7120668170 gsa_html_7120668170:1146:96739:96749 Pittsburgh Pittsburgh -0.456355529459316345 +5211 aapg_aa_44.html aapg_aa_44.html:18:2169:2187 Moenkopi Colorado 0.0348734643903517438 +5212 sedimentology_html_6084996636 sedimentology_html_6084996636:89:11392:11403 Green River Logan, Utah -0.455197874748240694 +5213 cspg_html_7970836465 cspg_html_7970836465:326:31634:31653 Ellis Bay Anticosti Island -0.210051316034362612 +5214 sedimentology_html_6302405335 sedimentology_html_6302405335:1294:94490:94505 Mesaverde Colorado -0.444844842741709823 +5215 sedimentology_html_7390870545 sedimentology_html_7390870545:122:12258:12275 Bearpaw Regina, Saskatchewan -0.384507567041995013 +5216 cspg_html_8065532640 cspg_html_8065532640:486:59403:59421 Cadillac Root River (Wisconsin) -0.0307539456314618806 +5217 geology_html_7000342533 geology_html_7000342533:140:11754:11774 Richardson Mountains Cordillera Administrative Region -0.0294721058156958669 +5218 cspg_html_3473883402 cspg_html_3473883402:520:71906:71914 Columbia Victoria, British Columbia -0.438031460031225395 +5219 aapg_ai_124.html aapg_ai_124.html:134:11909:11918 Aux Vases Spencer County, Kentucky -0.484310536940914471 +5220 cspg_html_5193469258 cspg_html_5193469258:260:24708:24725 Bedford Halifax, West Yorkshire -0.0221155785118801462 +5221 aapg_aa_753.html aapg_aa_753.html:459:58257:58263 Oxford London, Ontario -0.519281151938487229 +5222 aapg_af_666.html aapg_af_666.html:560:47469:47480 White River Chadron, Nebraska 0.759258973875025389 +5223 aapg_ac_594.html aapg_ac_594.html:260:23230:23238 Consuelo Morella, Spain -0.0326847865730959877 +5224 cspg_html_7204006147 cspg_html_7204006147:24:2612:2632 Beaverhill Lacombe, Alberta -0.0159925297595795608 +5225 AMJC_html_4504848787 AMJC_html_4504848787:418:45697:45705 Temporal Baltimore -0.459805657368256959 +5226 cspg_html_7866465429 cspg_html_7866465429:130:15528:15536 Columbia Victoria, British Columbia -0.029835599351404625 +5227 aapg_ac_753.html aapg_ac_753.html:20:2654:2671 Entrada Logan, Utah -0.428809045611172668 +5228 aapg_ah_75.html aapg_ah_75.html:13:1906:1921 Richmond Lake Champlain -0.0203460739927139034 +5229 geology_html_4279689868 geology_html_4279689868:11:488:494 Oregon Salem, Oregon -0.0354198318919945049 +5230 cspg_html_4143222666 cspg_html_4143222666:835:71179:71189 Milk River Lacombe, Alberta -0.453008719186489883 +5231 aapg_aa_682.html aapg_aa_682.html:534:51697:51713 Hertha Bourbon County, Kansas -0.424433485516413689 +5232 geology_html_7466414502 geology_html_7466414502:168:21520:21525 Keele Great Britain -0.0206224389359462197 +5233 aapg_ah_329.html aapg_ah_329.html:223:20485:20504 Point Sal Monterey, California -0.12987529407733775 +5234 gsa_html_8427412684 gsa_html_8427412684:711:68747:68753 Oxford Himalayas -0.00292541869155533898 +5235 aapg_aa_847.html aapg_aa_847.html:118:9838:9854 Santa Clara Channel Islands of California -0.471405039658470026 +5236 aapg_af_479.html aapg_af_479.html:263:30669:30679 Point Loma Western world -0.500012071035915828 +5237 aapg_af_890.html aapg_af_890.html:237:22677:22692 Queen Carlsbad, New Mexico -0.479459169650376604 +5238 aapg_ai_835.html aapg_ai_835.html:3:305:319 Ingleside Texas -0.0734697277949617755 +5239 cspg_html_5891044027 cspg_html_5891044027:432:79496:79502 Fernie Victoria, British Columbia -0.411662011195115363 +5240 gsa_html_9358424843 gsa_html_9358424843:326:34647:34653 Snyder California -0.515327953056381571 +5241 geology_html_9248989380 geology_html_9248989380:84:7552:7575 Kingston Peak Death Valley -0.0440369350634172291 +5242 cspg_html_3772380029 cspg_html_3772380029:581:72935:72954 Stonewall Manitoba -0.686171427068836937 +5243 gsa_html_6423424604 gsa_html_6423424604:45:2796:2804 Columbia Washington (state) 0.0117822633156924803 +5244 sedimentology_html_4109585061 sedimentology_html_4109585061:484:51513:51525 Cutler Logan, Utah -0.0391947322443328555 +5245 sedimentology_html_1755237485 sedimentology_html_1755237485:849:53207:53213 Walker Anchorage, Alaska -0.00590649599379846572 +5246 cspg_html_7434089303 cspg_html_7434089303:160:19012:19026 Thumb Mountain Ellesmere Island 0.868154485789035646 +5247 aapg_ah_318.html aapg_ah_318.html:1705:161125:161144 La Gloria Coahuila -0.0638762814391012207 +5248 aapg_ad_329.html aapg_ad_329.html:259:32266:32273 Bedford Pennsylvania -0.0550552936469841589 +5249 aapg_ae_904.html aapg_ae_904.html:528:54822:54834 Medicine Hat Bow Island Airport -0.080825378927433647 +5250 aapg_ai_153.html aapg_ai_153.html:440:67908:67924 Pueblo Texas 0.554770640047435037 +5251 geology_html_8754746238 geology_html_8754746238:53:5409:5417 San Jose Santa Rita, New Mexico -0.455184317280275863 +5252 cspg_html_4626597050 cspg_html_4626597050:379:48190:48200 Phosphoria Texas 0.0191363732938989103 +5253 palaios_html_9973267562 palaios_html_9973267562:341:49880:49899 Fairview Maysville, Kentucky -0.478586352630804512 +5254 gsa_html_1783148177 gsa_html_1783148177:550:59052:59074 Artist Drive Black Mountains, Wales -0.520434041943150461 +5255 gsa_html_8385609652 gsa_html_8385609652:47:3064:3092 Green River Colorado -0.0498456399588059346 +5256 sedimentology_html_1966055600 sedimentology_html_1966055600:704:81072:81079 Andrews Africa -0.0272061513057389563 +5257 gsa_html_9301126081 gsa_html_9301126081:54:5366:5372 Oregon California -0.0652667315125914776 +5258 cspg_html_6021605367 cspg_html_6021605367:46:5170:5175 Banff Victoria, British Columbia 0.587215578797273596 +5259 cspg_html_9275863663 cspg_html_9275863663:1043:135821:135842 Slave Point Lacombe, Alberta -0.452909542628234352 +5260 aapg_ah_339.html aapg_ah_339.html:32:4063:4086 Black River Black River, Jamaica -0.448296279445968116 +5261 aapg_ah_555.html aapg_ah_555.html:139:13561:13569 Arapahoe Colorado -0.502783815794125233 +5262 aapg_ac_400.html aapg_ac_400.html:366:42398:42407 Tuscarora Newburg, Louisville -0.428962785426607374 +5263 aapg_ai_54.html aapg_ai_54.html:169:19755:19773 Woodbine Tuscaloosa, Alabama 0.0310739914403193006 +5264 sedimentology_html_9522643663 sedimentology_html_9522643663:118:10256:10288 Carmel Logan, Utah -0.447153316157111791 +5265 cspg_html_9924397126 cspg_html_9924397126:615:69024:69056 Fleming Eastern Settlement -0.451751782124743317 +5266 cspg_html_5272711466 cspg_html_5272711466:39:6313:6329 Ireton Lacombe, Alberta -0.450608983410958508 +5267 sedimentology_html_2623199592 sedimentology_html_2623199592:1048:69409:69418 San Diego California -0.449440672427322663 +5268 gsa_html_4913703235 gsa_html_4913703235:112:11306:11325 Tuscarora Mifflin County, Pennsylvania -0.00752216847350437468 +5269 palaios_html_7841806577 palaios_html_7841806577:118:11513:11519 Lehman Middle Ordovician -0.475963906981033746 +5270 palaios_html_3140337808 palaios_html_3140337808:416:40805:40813 Colorado Colorado -0.46326000708216164 +5271 aapg_af_308.html aapg_af_308.html:210:22922:22954 Maccrady Saltville, Virginia 0.00438467433341639505 +5272 palaios_html_2713180466 palaios_html_2713180466:476:55995:56003 Michigan Michigan 0.0137352734667245315 +5273 aapg_ad_858.html aapg_ad_858.html:18:1640:1647 Rapides Port of South Louisiana -0.487818790090823073 +5274 aapg_ac_929.html aapg_ac_929.html:13:1216:1225 Coldwater Ojai, California -0.468054102450840448 +5275 gsa_html_8499611670 gsa_html_8499611670:163:20724:20744 Rio Banano Ganges -0.018194387898863601 +5276 gsa_html_3860045860 gsa_html_3860045860:1130:104250:104259 Fullerton Washington (state) -0.0570474245850990103 +5277 aapg_ah_680.html aapg_ah_680.html:432:57381:57387 Cannon Earth -0.472607047424380866 +5278 cspg_html_5479700260 cspg_html_5479700260:75:9157:9176 Stonewall Bath, Somerset -0.125583298061261783 +5279 aapg_aa_934.html aapg_aa_934.html:292:32931:32947 Whitehorse West Texas -0.394751434249823674 +5280 sedimentology_html_9550466447 sedimentology_html_9550466447:86:5878:5882 Bond Cowling, Craven -0.454357696116458765 +5281 aapg_ad_919.html aapg_ad_919.html:205:17989:17998 Red River Shreveport, Louisiana -0.423085635093811196 +5282 gsa_html_9666442487 gsa_html_9666442487:1173:98477:98505 Green River Colorado 0.0156015354196895814 +5283 palaios_html_3716883934 palaios_html_3716883934:105:10843:10865 Edwardsville Burlington, Ontario -0.0395306966220657433 +5284 gsa_html_1538463681 gsa_html_1538463681:95:8477:8492 Mural Caborca -0.0517735415246776826 +5285 geology_html_3199541859 geology_html_3199541859:51:5776:5795 Tuscarora Pennsylvania -0.467263588143899677 +5286 aapg_af_854.html aapg_af_854.html:578:78572:78592 Fort Payne Illinois -0.0538344848383916635 +5287 sedimentology_html_5673709888 sedimentology_html_5673709888:884:36334:36341 Edwards Belton, Texas -0.493772964396431202 +5288 aapg_ai_187.html aapg_ai_187.html:137:15327:15345 Rock Springs Big Horn, Wyoming -0.0784551606872300467 +5289 cspg_html_4298557570 cspg_html_4298557570:9:752:760 Whitemud Lacombe, Alberta -0.0700275766104342806 +5290 cspg_html_3328007773 cspg_html_3328007773:668:70669:70693 Colorado Colorado -0.456518443898076276 +5291 aapg_ae_427.html aapg_ae_427.html:262:27353:27373 Jacalitos Coalinga, California -0.0239565449099976777 +5292 aapg_ah_796.html aapg_ah_796.html:394:32979:32997 Catskill Pennsylvania -0.448377013151321557 +5293 cspg_html_8273598401 cspg_html_8273598401:45:5830:5850 Clearwater Lacombe, Alberta -0.434805805785743127 +5294 cspg_html_8568877195 cspg_html_8568877195:611:76555:76567 Saskatchewan Lacombe, Alberta -0.0483573436723463285 +5295 cspg_html_7224545905 cspg_html_7224545905:26:2393:2403 Bow Island Grand Forks, North Dakota -0.0248379892514390653 +5296 palaios_html_8910286482 palaios_html_8910286482:283:29846:29857 Kirkwood Delaware -0.05853057202324604 +5297 aapg_ad_880.html aapg_ad_880.html:173:18362:18385 Gypsum Spring Cheyenne, Wyoming 0.796962234698226357 +5298 aapg_af_854.html aapg_af_854.html:571:77384:77406 Edwardsville Bloomington, Indiana -0.476093453364925034 +5299 sedimentology_html_2986454625 sedimentology_html_2986454625:725:77858:77879 Lake Valley New Mexico 0.739569695306806052 +5300 cspg_html_9294141307 cspg_html_9294141307:25:3502:3540 Green Point Anticosti Island -0.474805786132168894 +5301 aapg_af_18.html aapg_af_18.html:588:59319:59335 Inyan Kara Black Hills -0.0165121278486362495 +5302 aapg_af_699.html aapg_af_699.html:269:24904:24934 Kimmswick Florissant, Colorado -0.455432903203822237 +5303 aapg_ai_981.html aapg_ai_981.html:227:19153:19161 Beaumont Shreveport, Louisiana -0.42435479065966919 +5304 aapg_ae_649.html aapg_ae_649.html:28:3419:3448 Springhill Springhill, Nova Scotia -0.425371763818281734 +5305 AMJC_html_5181024776 AMJC_html_5181024776:847:61464:61485 Waits River Bennington, Vermont -0.233891072927917804 +5306 cspg_html_7474795689 cspg_html_7474795689:80:9018:9035 Halfway Western world -0.466144329889246756 +5307 gsa_html_8669219468 gsa_html_8669219468:393:41500:41506 Navajo New Mexico -0.0379919707069968429 +5308 aapg_ad_2.html aapg_ad_2.html:2231:245445:245449 Troy Cohoes, New York -0.469038078694436811 +5309 aapg_ad_325.html aapg_ad_325.html:1127:105266:105274 Colorado Denver -0.472604743150075168 +5310 aapg_ai_459.html aapg_ai_459.html:198:18316:18321 Viola Comanche County, Oklahoma -0.0242016752892677545 +5311 cspg_html_1025724640 cspg_html_1025724640:65:10245:10266 Beauharnois Ogdensburg, New York -0.0966205881558350604 +5312 aapg_ae_873.html aapg_ae_873.html:837:97121:97137 Woodbine Delta County, Texas -0.465616092314337648 +5313 cspg_html_6984906794 cspg_html_6984906794:192:21127:21149 Buckinghorse Lacombe, Alberta -0.0123938684119111291 +5314 cspg_html_4132771434 cspg_html_4132771434:42:7209:7217 Columbia Lacombe, Alberta -0.442649117020085803 +5315 cspg_html_7278957427 cspg_html_7278957427:124:17559:17581 Eureka Sound Ellesmere Island -0.470843746174451128 +5316 gsa_html_4954109908 gsa_html_4954109908:57:3444:3472 Green River Iran -0.0137248477945169315 +5317 aapg_aa_668.html aapg_aa_668.html:44:4277:4293 Stonewall Stephens County, Georgia 0.0014766026609327194 +5318 jgeology_html_3517640817 jgeology_html_3517640817:688:45968:45977 Peninsula Korea -0.485336482309537631 +5319 aapg_ac_333.html aapg_ac_333.html:252:32603:32607 Rico San Juan River (Nicaragua) -0.514414669334340768 +5320 aapg_ae_916.html aapg_ae_916.html:214:25244:25259 Eagle Judith River Formation -0.457614356613462614 +5321 gsa_html_4108535696 gsa_html_4108535696:855:73918:73946 Green River Colorado -0.0209613827792686502 +5322 cspg_html_2283545366 cspg_html_2283545366:38:4984:5010 Halfway Lacombe, Alberta -0.461026124022890449 +5323 aapg_aa_928.html aapg_aa_928.html:339:39776:39785 Catahoula Oakville, California -0.463307888475886887 +5324 aapg_ae_658.html aapg_ae_658.html:583:59591:59618 White River Vernal, Utah -0.431157390646727534 +5325 aapg_ac_881.html aapg_ac_881.html:565:67127:67135 Deadwood Black Hills 0.390743517598370116 +5326 cspg_html_9941518291 cspg_html_9941518291:444:63293:63315 Barlow Inlet Devon Island -0.0137370110791438689 +5327 cspg_html_7297340324 cspg_html_7297340324:854:95233:95241 Columbia Victoria, British Columbia -0.0295955881019379606 +5328 cspg_html_4326384800 cspg_html_4326384800:775:108235:108240 Flume Southeast Asia -0.485729424463417547 +5329 gsa_html_1904554207 gsa_html_1904554207:699:82711:82732 Stony Creek Great Valley, New York -0.517983978761778041 +5330 aapg_aa_787.html aapg_aa_787.html:437:53407:53413 Sierra Texas -0.0874572634947295147 +5331 gsa_html_1826402027 gsa_html_1826402027:525:61069:61086 Chinle Little Colorado River 0.00270479477611077846 +5332 aapg_af_854.html aapg_af_854.html:1330:191185:191202 Cypress Pottsville, Pennsylvania -0.482884665046712014 +5333 aapg_ac_702.html aapg_ac_702.html:358:36852:36857 Oread Iowa -0.0602933440335905041 +5334 cspg_html_1503116552 cspg_html_1503116552:79:12104:12142 Beaverhill Swan Hill, Victoria -0.450595494357366455 +5335 aapg_ae_643.html aapg_ae_643.html:219:26027:26055 Tuscarora Frederick County, Maryland -0.428791476930725279 +5336 geology_html_7990317996 geology_html_7990317996:318:24727:24732 Price Earth -0.446669666957771216 +5337 jgeology_html_1198140108 jgeology_html_1198140108:1084:64831:64839 Colorado Gunnison County, Colorado -0.501316956453099594 +5338 gsa_html_7012936645 gsa_html_7012936645:16:795:803 Virginia Reston, Virginia -0.0315888654763454985 +5339 aapg_ac_19.html aapg_ac_19.html:65:5615:5634 Smackover Arkansas 0.0781872055449968351 +5340 aapg_ak_69.html aapg_ak_69.html:109:13699:13713 Nuka Anchorage, Alaska -0.467950951742638677 +5341 aapg_aa_47.html aapg_aa_47.html:44:4811:4819 Colorado New Mexico -0.520373065865948559 +5342 aapg_ad_169.html aapg_ad_169.html:43:5472:5492 Loyalhanna Huntington, West Virginia -0.167418813662347815 +5343 aapg_ah_871.html aapg_ah_871.html:596:66372:66379 Pamelia Montreal -0.00457403176417065741 +5344 aapg_af_470.html aapg_af_470.html:11:1779:1793 Mission Canyon Cheyenne, Wyoming 0.0259472564108895534 +5345 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135375:135383 Dunvegan Lacombe, Alberta -0.124217820708977272 +5346 sedimentology_html_9410532865 sedimentology_html_9410532865:1801:119476:119504 Green River Cheyenne, Wyoming -0.0477544383461864994 +5347 aapg_ae_856.html aapg_ae_856.html:33:4402:4423 San Antonio San Juan, Argentina -0.462102516958969756 +5348 cspg_html_3129231627 cspg_html_3129231627:201:27905:27914 Copes Bay Ellesmere Island -0.160852558300112025 +5349 aapg_ai_974.html aapg_ai_974.html:644:67081:67098 Cowlitz Seattle -0.50174601395170626 +5350 gsa_html_5737673651 gsa_html_5737673651:496:41326:41354 Bidahochi Arizona -0.111529473934318377 +5351 aapg_ah_141.html aapg_ah_141.html:57:4807:4824 Paradox Leadville, Colorado -0.491131969162477144 +5352 gsa_html_9457387752 gsa_html_9457387752:917:76519:76538 Mineral Bluff Kish (Sumer) -0.470181697121159758 +5353 aapg_ah_283.html aapg_ah_283.html:486:56409:56415 Oregon Washington (state) -0.0405891491966653695 +5354 cspg_html_1118978429 cspg_html_1118978429:7:500:517 Cadomin Lacombe, Alberta -0.438271005074949593 +5355 aapg_ae_973.html aapg_ae_973.html:950:71241:71257 San Andres West Texas -0.00157388492495419375 +5356 aapg_ac_245.html aapg_ac_245.html:165:25130:25135 Atoka Colorado -0.0121732026878597095 +5357 gsa_html_4667678389 gsa_html_4667678389:725:77391:77414 Kingston Peak Cordillera Administrative Region -0.470179399208385473 +5358 sedimentology_html_7482146728 sedimentology_html_7482146728:173:23230:23236 Oregon Salem, Oregon -0.027056608189623254 +5359 gsa_html_5096547935 gsa_html_5096547935:732:66969:66997 Green River New Mexico -0.0250466225487357037 +5360 jgeology_html_4147510455 jgeology_html_4147510455:573:33457:33463 George Western world -0.427768661147865492 +5361 aapg_ah_96.html aapg_ah_96.html:247:28828:28837 Red River Winnipeg -0.628659905497776728 +5362 aapg_aa_23.html aapg_aa_23.html:475:56264:56272 Winnipeg Red River of the North -0.0636981319555682129 +5363 gsa_html_6433065427 gsa_html_6433065427:888:82503:82518 Bouse Arizona -0.0442459352605073172 +5364 gsa_html_9497185033 gsa_html_9497185033:1511:128813:128841 Green River Iran -0.411700846829734624 +5365 aapg_ah_740.html aapg_ah_740.html:90:11059:11065 Jordan Ouachita Mountains -0.0172889404553563421 +5366 AMJC_html_1873062106 AMJC_html_1873062106:883:98140:98146 Navajo New Mexico -0.0307122011432018581 +5367 aapg_ah_479.html aapg_ah_479.html:20:2806:2812 Perija Maracaibo 0.658329529373687605 +5368 gsa_html_9310053579 gsa_html_9310053579:936:77472:77500 Green River Colorado 0.0329526940847275282 +5369 cspg_html_6306091047 cspg_html_6306091047:58:11125:11133 Columbia Victoria, British Columbia -0.467889067103673728 +5370 aapg_ae_41.html aapg_ae_41.html:1162:81586:81639 Ireton Lacombe, Alberta -0.0125432965018171631 +5371 cspg_html_4859889874 cspg_html_4859889874:41:6676:6733 Judith River Lacombe, Alberta 0.0323420827719383824 +5372 cspg_html_2178758494 cspg_html_2178758494:246:34807:34826 Athabasca Clearwater, Florida -0.0590855308017678646 +5373 aapg_ah_537.html aapg_ah_537.html:39:4549:4570 Green River Logan, Utah -0.270442107167142842 +5374 aapg_ad_855.html aapg_ad_855.html:11:1201:1210 Smackover Shelby County, Alabama -0.0105729870441561395 +5375 aapg_ae_767.html aapg_ae_767.html:8:963:990 Johnson Mexico -0.0181770085033734277 +5376 cspg_html_2093862169 cspg_html_2093862169:5:217:241 Bluff Grand Cayman -0.486401118306284352 +5377 cspg_html_1456761793 cspg_html_1456761793:19:3899:3919 Dunedin Dunedin, Florida -0.440245159686024512 +5378 aapg_ai_787.html aapg_ai_787.html:118:12788:12797 Catahoula Duval County, Texas -0.459149520620870666 +5379 cspg_html_2969995408 cspg_html_2969995408:339:36907:36925 Dunvegan Victoria, British Columbia 0.55592302109743208 +5380 aapg_ai_357.html aapg_ai_357.html:239:27701:27708 Bigford Carrizo Springs, Texas -0.464432702411418319 +5381 aapg_ai_272.html aapg_ai_272.html:328:38543:38550 Moncton Cumberland, Maryland -0.485603101959931283 +5382 cspg_html_8954870161 cspg_html_8954870161:153:16821:16831 Washington Washington (state) -0.0179684568885802344 +5383 aapg_ah_972.html aapg_ah_972.html:410:40920:40938 Whitsett Whitsett, North Carolina -0.0441135678761609556 +5384 gsa_html_7193789775 gsa_html_7193789775:374:36543:36551 Colorado Colorado -0.0598534778256571628 +5385 cspg_html_8363357104 cspg_html_8363357104:543:70646:70657 Survey Peak Mount Wilson Observatory -0.443692774120845845 +5386 gsa_html_7127096507 gsa_html_7127096507:459:46605:46613 Mariposa Sierra Nevada (Spain) -0.0550273870379477323 +5387 aapg_ah_592.html aapg_ah_592.html:225:16682:16713 Waicoe Michigan -0.0184133695346841396 +5388 aapg_aa_548.html aapg_aa_548.html:65:6959:6976 Holdenville Holdenville, Oklahoma -0.0129255578059820249 +5389 geology_html_5689737055 geology_html_5689737055:186:20141:20145 Hall Kerr County, Texas -0.476093453364925034 +5390 aapg_ad_3.html aapg_ad_3.html:410:38537:38548 Black River Virginia 0.000112916565930930199 +5391 cspg_html_7325522863 cspg_html_7325522863:152:23680:23688 Whitemud Milk River, Alberta -0.0161298137457332978 +5392 aapg_af_663.html aapg_af_663.html:335:34760:34765 Utica Pleasanton, Texas -0.490190747679279337 +5393 AMJC_html_5390933660 AMJC_html_5390933660:144:13886:13909 Shaw Mountain Littleton, Colorado -0.473676885959420813 +5394 aapg_af_854.html aapg_af_854.html:960:135194:135210 Bethel Bloomington, Indiana -0.451956647802202349 +5395 palaios_html_8474347362 palaios_html_8474347362:420:51604:51611 Wenonah Closter, New Jersey -0.486419849038802532 +5396 aapg_ad_349.html aapg_ad_349.html:149:15728:15738 Washington Seattle -0.483047901936257684 +5397 geology_html_3526420930 geology_html_3526420930:298:25523:25529 Snyder California -0.00786789401885567251 +5398 cspg_html_6143853630 cspg_html_6143853630:289:27150:27167 Gething Lacombe, Alberta -0.457514673015389395 +5399 gsa_html_8035658736 gsa_html_8035658736:984:104598:104608 Washington Salem, Oregon -0.015097596462230729 +5400 gsa_html_8938402362 gsa_html_8938402362:165:16968:16984 Poleta Nelson, New Zealand -0.461089806729199636 +5401 aapg_ah_167.html aapg_ah_167.html:309:37558:37573 Melville Island Anchorage, Alaska -0.52298941110660091 +5402 gsa_html_1119256423 gsa_html_1119256423:136:13024:13047 Peoria Nebraska 0.350811883565299965 +5403 cspg_html_4287356899 cspg_html_4287356899:3323:350088:350093 Yukon Victoria, British Columbia -0.450649451770273157 +5404 jgeology_html_2872695575 jgeology_html_2872695575:684:41600:41611 Chopawamsic Piedmont (United States) -0.491131969162477144 +5405 aapg_ae_993.html aapg_ae_993.html:484:49867:49886 Beirdneau Logan, Utah -0.041236814250852856 +5406 cspg_html_8727758678 cspg_html_8727758678:497:17203:17214 Peace River Lacombe, Alberta -0.0544099822313272238 +5407 palaios_html_1422826240 palaios_html_1422826240:14:833:843 Washington Washington (state) -0.0443365036009496297 +5408 AMJC_html_7278640698 AMJC_html_7278640698:77:10197:10205 Columbia Fulton, Missouri 0.00145054491803285547 +5409 gsa_html_4930932370 gsa_html_4930932370:870:89170:89188 Virginia Ontario, California -0.017787713832192225 +5410 aapg_ac_609.html aapg_ac_609.html:3:161:175 Methy Lacombe, Alberta -0.225103808655717386 +5411 aapg_af_773.html aapg_af_773.html:342:37577:37598 Green River Cheyenne, Wyoming -0.00258840277417883959 +5412 cspg_html_3012058617 cspg_html_3012058617:76:12006:12019 Elk Kootenay River -0.0117822633156925947 +5413 aapg_af_142.html aapg_af_142.html:217:26877:26890 Cotton Valley East Texas 0.349828775752691779 +5414 palaios_html_5582845937 palaios_html_5582845937:321:32578:32586 Virginia Hampton, New Hampshire -0.482931300996293389 +5415 aapg_aa_415.html aapg_aa_415.html:266:37133:37141 Saratoga Saratoga, California -0.0257872942551229771 +5416 aapg_ac_742.html aapg_ac_742.html:26:3902:3925 Gypsum Spring Black Hills -0.0979310862985743047 +5417 aapg_ae_370.html aapg_ae_370.html:97:10114:10124 Washington Salem, Oregon -0.462576268150975078 +5418 cspg_html_3328007773 cspg_html_3328007773:826:90023:90033 Crossfield Lacombe, Alberta -0.0666417887059543163 +5419 cspg_html_4407743346 cspg_html_4407743346:284:37451:37470 Sunniland Southern France 0.0291955793739523579 +5420 cspg_html_1025724640 cspg_html_1025724640:282:37204:37227 Wallace Philipsburg, Centre County, Pennsylvania -0.445106268068768518 +5421 gsa_html_5955392368 gsa_html_5955392368:13:830:842 Rhode Island Newport, Rhode Island -0.47735290933611807 +5422 aapg_ai_246.html aapg_ai_246.html:507:59082:59089 Bearpaw Regina, Saskatchewan -0.449811224417208722 +5423 cspg_html_9613527162 cspg_html_9613527162:177:24522:24529 Pekisko Moose Mountain (Alberta) 0.636525682444582963 +5424 cspg_html_5891044027 cspg_html_5891044027:391:76564:76576 Altyn Purcell Mountains -0.425363011053494167 +5425 cspg_html_4223391205 cspg_html_4223391205:251:37962:37970 Columbia Lacombe, Alberta -0.42773794978433255 +5426 cspg_html_9501006975 cspg_html_9501006975:6:260:288 Dunvegan Great Britain -0.00364114626483282803 +5427 gsa_html_4312040636 gsa_html_4312040636:791:72396:72404 Rockwell Salem, Oregon -0.44948782523520614 +5428 aapg_af_568.html aapg_af_568.html:388:36265:36283 Tensleep Cheyenne, Wyoming -0.520922016006052702 +5429 aapg_ah_283.html aapg_ah_283.html:486:56420:56430 Washington Salem, Oregon -0.47596853330555533 +5430 gsa_html_6413722646 gsa_html_6413722646:633:51459:51476 Pethei Earth -0.480667710196792775 +5431 aapg_ac_972.html aapg_ac_972.html:327:33643:33661 Vaqueros California -0.50029763809586858 +5432 aapg_ac_699.html aapg_ac_699.html:46:5114:5145 Georgetown Del Rio, Tennessee 0.0711467293654880484 +5433 aapg_ah_96.html aapg_ah_96.html:512:60356:60365 Whitewood Manitoba -0.0554564637243875128 +5434 aapg_ac_628.html aapg_ac_628.html:734:126601:126607 Chinle Moenkopi Formation -0.458634483249725333 +5435 AMJC_html_1873062106 AMJC_html_1873062106:740:86518:86539 Summerville Hanksville, Utah -0.478447154667899333 +5436 cspg_html_8525917094 cspg_html_8525917094:289:37391:37406 Swift Lacombe, Alberta -0.0338991191876076986 +5437 cspg_html_1505194397 cspg_html_1505194397:285:36209:36216 Andrews Wisconsin -0.0503371552170116185 +5438 cspg_html_2098485391 cspg_html_2098485391:62:9235:9259 Kagawong Manitoulin Island -0.476519241639526414 +5439 gsa_html_7102550258 gsa_html_7102550258:178:17432:17449 Moenave Springdale, Arkansas -0.463435584788403632 +5440 aapg_ad_52.html aapg_ad_52.html:15:1884:1892 Michigan Michigan -0.0349152239847350387 +5441 aapg_aa_23.html aapg_aa_23.html:298:33606:33624 Winnipeg Winnipeg 0.0376577996239344931 +5442 cspg_html_9354781888 cspg_html_9354781888:43:8283:8291 Columbia Victoria, British Columbia -0.0409547609759915096 +5443 aapg_ah_370.html aapg_ah_370.html:660:51976:51990 Traverse Alpena, Michigan -0.449467616590735308 +5444 aapg_ah_370.html aapg_ah_370.html:259:19603:19621 Michigan Presque Isle County, Michigan -0.482931300996293389 +5445 aapg_ae_68.html aapg_ae_68.html:114:14372:14379 Oquirrh Reno, Nevada -0.474918987556243288 +5446 aapg_aa_22.html aapg_aa_22.html:271:25785:25790 Hueco Sacramento, California -0.0275887108223223723 +5447 aapg_ah_385.html aapg_ah_385.html:347:42366:42382 Forbes Central Valley (California) -0.427711626546922574 +5448 aapg_aa_124.html aapg_aa_124.html:583:60259:60279 Bow Island Lacombe, Alberta -0.0573527510322950837 +5449 cspg_html_2208643572 cspg_html_2208643572:9:589:597 Columbia Victoria, British Columbia -0.0469494744747350756 +5450 sedimentology_html_4109585061 sedimentology_html_4109585061:63:6847:6853 Brazil Saudi Arabia -0.0322951140020652852 +5451 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland McArthur River uranium mine -0.455184317280275863 +5452 sedimentology_html_5315330584 sedimentology_html_5315330584:850:75603:75607 Java Sumatra -0.451740527107044376 +5453 palaios_html_5582845937 palaios_html_5582845937:319:32360:32367 Hampton Virginia -0.47596853330555533 +5454 cspg_html_7467378242 cspg_html_7467378242:142:20363:20389 Monterey California -0.0342523093425481095 +5455 aapg_ae_329.html aapg_ae_329.html:117:14054:14058 Kent Lambton County, Ontario -0.451812561628617604 +5456 aapg_ae_999.html aapg_ae_999.html:327:45627:45644 Chickasawhay Alabama -0.0371478620663623291 +5457 aapg_ad_37.html aapg_ad_37.html:48:4841:4845 Frio Shreveport, Louisiana 0.390840724904594983 +5458 geology_html_3307929842 geology_html_3307929842:213:21773:21781 Winnipeg Manitoba -0.479422010565502765 +5459 aapg_ae_876.html aapg_ae_876.html:315:33228:33242 Cedar Mountain Cedar Mountains -0.200511224273179273 +5460 cspg_html_2139304729 cspg_html_2139304729:415:36995:37015 Griper Bay Bathurst Island (Northern Territory) -0.207512810767251366 +5461 aapg_ae_35.html aapg_ae_35.html:123:11152:11173 Green River Logan, Utah -0.253395039552973322 +5462 gsa_html_2223785025 gsa_html_2223785025:295:25118:25146 Green River Colorado -0.0480262627677959034 +5463 gsa_html_3720789279 gsa_html_3720789279:1636:146180:146208 Green River Colorado -0.0103905567969635754 +5464 aapg_aa_44.html aapg_aa_44.html:53:6472:6480 Moenkopi Chinle Formation 0.782562145264173448 +5465 aapg_ae_41.html aapg_ae_41.html:1165:81785:81810 Beaverhill Canada -0.0459529640000597983 +5466 aapg_ah_749.html aapg_ah_749.html:20:3016:3024 Virginia Norfolk, Virginia -0.0625944224537374611 +5467 palaios_html_9015391191 palaios_html_9015391191:488:45425:45434 Flagstaff Colorado Plateau -0.0247441052038830135 +5468 aapg_ae_76.html aapg_ae_76.html:120:11690:11700 Wind River Wichita, Kansas -0.465616092314337648 +5469 cspg_html_1481652369 cspg_html_1481652369:38:7603:7630 Long Point Middle Ordovician -0.439343057733562137 +5470 AMJC_html_1873062106 AMJC_html_1873062106:1062:112503:112521 Morrison Colorado Plateau -0.431344541193885822 +5471 aapg_ac_414.html aapg_ac_414.html:232:28658:28673 Loray Kaibab, Arizona -0.494543235417533422 +5472 aapg_ai_367.html aapg_ai_367.html:275:18760:18766 Oregon Texas -0.446750257452242616 +5473 aapg_ae_915.html aapg_ae_915.html:11:1440:1452 Dakota Niobrara, Nebraska -0.459839726029242057 +5474 aapg_aa_351.html aapg_aa_351.html:63:7359:7367 Richmond Arkansas -0.447706690849008493 +5475 aapg_ae_146.html aapg_ae_146.html:220:21785:21804 Boquillas Coahuila -0.0388083006594042434 +5476 cspg_html_3447886929 cspg_html_3447886929:94:11294:11311 Beekmantown Quebec City -0.448484669177164286 +5477 jgeology_html_7218166865 jgeology_html_7218166865:253:17049:17067 Morrison Logan, Utah 0.0105973111472393959 +5478 jgeology_html_1838149422 jgeology_html_1838149422:349:26174:26194 Arikaree Nebraska -0.0272913568249384605 +5479 gsa_html_2093652339 gsa_html_2093652339:72:5159:5187 Green River Colorado 0.0408119965625751285 +5480 aapg_ai_208.html aapg_ai_208.html:26:3298:3314 Peedee Castle Hayne, North Carolina -0.462097962880594848 +5481 aapg_aa_976.html aapg_aa_976.html:518:73948:73956 Colorado Fremont, California -0.450707909241451543 +5482 aapg_ai_233.html aapg_ai_233.html:17:1640:1654 Woodbine County Sligo -0.493201622149070484 +5483 cspg_html_7086880709 cspg_html_7086880709:415:55070:55078 Columbia Victoria, British Columbia -0.0227274727216301153 +5484 aapg_ah_652.html aapg_ah_652.html:176:23699:23703 Wendover Socorro County, New Mexico -0.0427586605090743907 +5485 aapg_ae_999.html aapg_ae_999.html:410:56955:56960 Tampa Atlantic Ocean -0.0221051486888918687 +5486 aapg_af_575.html aapg_af_575.html:900:128605:128617 Marble Falls Eastland County, Texas -0.467130759519596039 +5487 palaios_html_2449649505 palaios_html_2449649505:564:63181:63191 Washington Washington (state) -0.458913519660435476 +5488 palaios_html_9408587909 palaios_html_9408587909:562:55337:55370 Dinwoody Logan, Utah -0.426931034537195386 +5489 aapg_ad_984.html aapg_ad_984.html:148:13774:13805 Knox Dolomite Bloomington, Indiana -0.458634483249725333 +5490 aapg_ai_931.html aapg_ai_931.html:289:54817:54823 Moscow Black Sea -0.0449008358068114649 +5491 aapg_ah_536.html aapg_ah_536.html:573:75858:75875 Hosston East Texas 0.0143677717617256336 +5492 aapg_aa_50.html aapg_aa_50.html:24:3228:3253 Savanna Bartica -0.44951252529713398 +5493 aapg_af_206.html aapg_af_206.html:60:7487:7494 Reynosa Beeville, Texas -0.0575708500128760542 +5494 aapg_af_150.html aapg_af_150.html:55:5291:5310 Cotton Valley Shreveport, Louisiana -0.420909473199816475 +5495 AMJC_html_8883212571 AMJC_html_8883212571:282:31399:31418 Smackover Arkansas -0.448282824521055501 +5496 gsa_html_5712812305 gsa_html_5712812305:741:68708:68728 Columbia Salem, Oregon -0.0568118966626961694 +5497 cspg_html_5241714595 cspg_html_5241714595:669:100008:100026 Saskatchewan Williston Basin -0.469152832749018645 +5498 aapg_ac_490.html aapg_ac_490.html:27:4627:4635 Columbia Victoria, British Columbia -0.0060576376426468119 +5499 aapg_af_314.html aapg_af_314.html:98:11038:11053 Mt Lytton Phillips County, Colorado -0.0209266190161632587 +5500 cspg_html_8979693271 cspg_html_8979693271:33:4686:4711 Porcupine Lacombe, Alberta -0.444838140504144441 +5501 aapg_ad_466.html aapg_ad_466.html:296:36565:36575 Tuscaloosa Closter, New Jersey -0.451956647802202349 +5502 gsa_html_7605900420 gsa_html_7605900420:204:23165:23179 Chainman Reno, Nevada 0.856786109892827552 +5503 aapg_ai_44.html aapg_ai_44.html:193:29572:29578 Sierra Lake Maracaibo -0.0544954389304434447 +5504 aapg_ai_996.html aapg_ai_996.html:1330:58622:58629 Raritan Bridgeville, California -0.0116953885534583375 +5505 aapg_ae_65.html aapg_ae_65.html:58:7553:7574 Wind River Fort Union Trading Post National Historic Site -0.436898889813044922 +5506 aapg_ak_76.html aapg_ak_76.html:127:18704:18719 Cibao San Juan, Argentina -0.0523750246926542248 +5507 aapg_af_833.html aapg_af_833.html:651:70764:70770 Dakota North Platte, Nebraska -0.465776131049653153 +5508 AMJC_html_1964550508 AMJC_html_1964550508:251:34097:34105 Syracuse Pennsylvania -0.486925734041852465 +5509 aapg_ac_632.html aapg_ac_632.html:42:5327:5333 Amsden Cheyenne, Wyoming 0.0322498849946860622 +5510 aapg_ac_59.html aapg_ac_59.html:401:45453:45463 Point Loma California -0.442976805415170927 +5511 sedimentology_html_8022597964 sedimentology_html_8022597964:27:1675:1727 Forest Petersham -0.0341270386384278437 +5512 aapg_aa_861.html aapg_aa_861.html:83:11317:11326 Allen Bay Ellesmere Island 0.370859369340387435 +5513 gsa_html_8003826422 gsa_html_8003826422:445:46889:46923 Guilmette Reno, Nevada -0.456133832112874948 +5514 aapg_ai_249.html aapg_ai_249.html:83:12780:12792 Tactic Santa Rosa, California -0.459837454744856933 +5515 jgeology_html_8492223548 jgeology_html_8492223548:1156:85151:85159 Colorado Colorado -0.0703003485701484965 +5516 aapg_ah_578.html aapg_ah_578.html:365:29580:29586 Jordan Guatemala -0.49361002164838963 +5517 palaios_html_9993198762 palaios_html_9993198762:538:48511:48529 Moenkopi Logan, Utah -0.00952011624606233578 +5518 aapg_aa_507.html aapg_aa_507.html:77:9874:9879 Eutaw Tuscaloosa, Alabama -0.010750205891597751 +5519 cspg_html_7553438101 cspg_html_7553438101:18:1967:1972 Yukon Victoria, British Columbia -0.053335758630468931 +5520 cspg_html_9354781888 cspg_html_9354781888:177:26060:26086 Halfway Wembley Stadium -0.449225147740392239 +5521 AMJC_html_7313160865 AMJC_html_7313160865:14:542:553 Main Street Houston -0.442542141875480355 +5522 palaios_html_2746116737 palaios_html_2746116737:12:699:705 Auburn Alabama 0.0084533746806839706 +5523 cspg_html_9435196958 cspg_html_9435196958:1086:46271:46292 Milk River Lacombe, Alberta -0.464432702411418319 +5524 cspg_html_2653900441 cspg_html_2653900441:407:50846:50854 Ramparts Lacombe, Alberta -0.48312719960823608 +5525 cspg_html_5109837857 cspg_html_5109837857:779:82521:82531 Assistance Ellesmere Island 0.0132661220895765857 +5526 sedimentology_html_9227563678 sedimentology_html_9227563678:710:48366:48372 Arroyo Vail, Colorado -0.469189557204259144 +5527 aapg_ah_337.html aapg_ah_337.html:81:8779:8792 Cotton Valley East Texas -0.00984327149097449609 +5528 aapg_aa_0.html aapg_aa_0.html:953:61481:61499 Bedford Cheyenne, Wyoming 0.00782619834566946823 +5529 geology_html_1098024541 geology_html_1098024541:217:21255:21269 Graneros Pueblo, Colorado -0.427711626546922574 +5530 cspg_html_5976982403 cspg_html_5976982403:71:10333:10348 Siyeh Selkirk Mountains -0.00562506076616993075 +5531 aapg_ah_665.html aapg_ah_665.html:198:22472:22488 Mendha Logan, Utah 0.685895503478776813 +5532 cspg_html_9905904289 cspg_html_9905904289:208:26280:26298 Scollard Cypress Hills, Brooklyn -0.513541101368581665 +5533 cspg_html_4269071742 cspg_html_4269071742:11:955:963 Columbia Victoria, British Columbia -0.0330135830277358128 +5534 aapg_ai_321.html aapg_ai_321.html:216:29808:29815 Esquias Lake Yojoa -0.0661612673906548932 +5535 aapg_ah_863.html aapg_ah_863.html:389:35714:35725 Slave Point Victoria, British Columbia -0.450829332903146696 +5536 aapg_ad_2.html aapg_ad_2.html:1477:200593:200615 Schenectady Martinsburg, Nebraska -0.443344757382833909 +5537 aapg_ai_208.html aapg_ai_208.html:25:3145:3157 Castle Hayne North Carolina -0.447189152172129289 +5538 aapg_ae_220.html aapg_ae_220.html:492:53990:53998 Nacatoch Arkadelphia, Arkansas -0.0477283018758572417 +5539 aapg_ac_720.html aapg_ac_720.html:222:24977:24997 Vincentown Denmark -0.0436537812502225328 +5540 aapg_ac_528.html aapg_ac_528.html:39:4457:4475 Colorado Colorado -0.517808909601937151 +5541 cspg_html_2498183035 cspg_html_2498183035:444:43961:43992 Cooking Lake Lacombe, Alberta -0.00861668517403405519 +5542 aapg_ah_318.html aapg_ah_318.html:349:45341:45362 Mt Lytton Arkansas -0.0242746935922993796 +5543 aapg_ae_124.html aapg_ae_124.html:77:5962:5973 Black River Pennsylvania -0.467071222132578012 +5544 cspg_html_9735723617 cspg_html_9735723617:643:75534:75553 Griper Bay Melville Island (Canada) -0.40125301831802862 +5545 cspg_html_6116883777 cspg_html_6116883777:1241:174197:174211 Douro Ellesmere Island -0.0261593828547695383 +5546 aapg_ah_644.html aapg_ah_644.html:156:18500:18513 Gypsum Spring Manitoba -0.170770373724789259 +5547 aapg_ah_376.html aapg_ah_376.html:16:1640:1646 Denver Colorado -0.486857796887406991 +5548 aapg_ad_2.html aapg_ad_2.html:1040:142225:142236 Beekmantown Chambersburg, Pennsylvania -0.43114858447473281 +5549 palaios_html_2994452429 palaios_html_2994452429:1717:144499:144507 Colorado Canada -0.0395916240677814321 +5550 sedimentology_html_2272861739 sedimentology_html_2272861739:2052:105175:105183 Virginia Reston, Virginia -0.0422554127519972483 +5551 AMJC_html_3206387961 AMJC_html_3206387961:833:76645:76653 Beaufort Regina, Saskatchewan -0.449755070503296051 +5552 cspg_html_7561290301 cspg_html_7561290301:21:2934:2942 Columbia Victoria, British Columbia -0.0341270386384278437 +5553 cspg_html_8775315691 cspg_html_8775315691:21:3589:3607 Scollard Lacombe, Alberta -0.431641856483014286 +5554 aapg_aa_702.html aapg_aa_702.html:1417:143925:143933 Colorado Colorado -0.0849713491623119294 +5555 aapg_aa_334.html aapg_aa_334.html:88:10106:10116 Pittsburgh Ohio -0.462193603410137988 +5556 sedimentology_html_8676139096 sedimentology_html_8676139096:1094:71726:71734 Homewood Switzerland -0.472512577150688062 +5557 aapg_ad_466.html aapg_ad_466.html:385:46686:46693 Magothy Raritan River -0.43597788776021662 +5558 cspg_html_8089302449 cspg_html_8089302449:211:35679:35699 Horn River Great Slave Lake -0.247827989293752909 +5559 aapg_ac_873.html aapg_ac_873.html:188:13313:13339 Ludlow Hell Creek Formation 0.0534403835839825231 +5560 aapg_ai_163.html aapg_ai_163.html:7:999:1016 Leonard West Texas -0.505054791862070251 +5561 aapg_ae_958.html aapg_ae_958.html:1498:129844:129867 Cherry Canyon Guadalupe Mountains National Park -0.4391432028015122 +5562 aapg_af_394.html aapg_af_394.html:523:57072:57080 Frontier Cheyenne, Wyoming -0.399205464742715455 +5563 aapg_ai_399.html aapg_ai_399.html:455:47408:47425 Ripley Lagrangian point -0.0409860998014640113 +5564 aapg_ae_331.html aapg_ae_331.html:104:11024:11035 Tar Springs Hardinsburg, Indiana -0.0294721058156958669 +5565 aapg_ah_508.html aapg_ah_508.html:13:1303:1324 Beekmantown Pennsylvania -0.384360547094368732 +5566 cspg_html_6517402834 cspg_html_6517402834:34:4061:4084 Willow Creek Lacombe, Alberta -0.0571922347974946066 +5567 cspg_html_3041902517 cspg_html_3041902517:956:104386:104406 Ross Victoria, British Columbia -0.0810303982611197265 +5568 gsa_html_7635660482 gsa_html_7635660482:716:65063:65081 Morrison Logan, Utah -0.429960502864963123 +5569 gsa_html_9052101586 gsa_html_9052101586:472:57023:57034 Peoria Illinois -0.036255097654164431 +5570 aapg_af_482.html aapg_af_482.html:65:8463:8476 El Plan Honduras -0.44721379024503416 +5571 aapg_aa_148.html aapg_aa_148.html:4:632:644 Cedar Mountain Colorado -0.455252106655251121 +5572 aapg_af_666.html aapg_af_666.html:526:45240:45251 Green River Wasatch Range -0.0192893197607112085 +5573 cspg_html_9810030547 cspg_html_9810030547:594:68677:68702 Beaverhill Lacombe, Alberta -0.474992922950619234 +5574 aapg_ae_206.html aapg_ae_206.html:187:21447:21461 Lissie Beaumont, Texas -0.458822766590828601 +5575 sedimentology_html_3751328128 sedimentology_html_3751328128:681:52682:52693 Black River Ontario, California -0.458648092769168181 +5576 aapg_ah_255.html aapg_ah_255.html:419:53214:53232 Rio Dell California -0.500366664778552739 +5577 aapg_ac_54.html aapg_ac_54.html:149:16073:16079 Brazil South Africa 0.0102341887438569899 +5578 aapg_ae_666.html aapg_ae_666.html:285:28911:28919 Prospect Hogsback, Eastern Cape -0.0261593828547695383 +5579 aapg_af_854.html aapg_af_854.html:385:49845:49861 Keokuk Kentucky -0.0334363352357507984 +5580 aapg_ae_220.html aapg_ae_220.html:158:16727:16746 Smackover Nevada County, California -0.446985353503870919 +5581 gsa_html_2859191796 gsa_html_2859191796:229:22442:22463 Mount Simon Illinois -0.435661502416701596 +5582 cspg_html_8078587269 cspg_html_8078587269:11:973:997 Arroyo New Mexico -0.443715087361728711 +5583 cspg_html_5438428738 cspg_html_5438428738:150:18740:18759 Matinenda Ontario, California 0.881943455654214947 +5584 aapg_ae_28.html aapg_ae_28.html:936:68436:68443 St Marys Ohio -0.454685092236895128 +5585 cspg_html_9177794814 cspg_html_9177794814:8:792:808 Wahoo Anchorage, Alaska -0.0288773204111550628 +5586 aapg_ae_959.html aapg_ae_959.html:430:34307:34323 Whitehorse Salado, Texas -0.040359343442637502 +5587 cspg_html_3124360347 cspg_html_3124360347:38:7618:7633 Levis Great Britain -0.452887004013691252 +5588 aapg_ah_206.html aapg_ah_206.html:20:3482:3499 Madison Williston, Vermont -0.480728181628129914 +5589 gsa_html_4591711448 gsa_html_4591711448:1084:102160:102188 Green River Iran -0.455279223830003521 +5590 cspg_html_4287356899 cspg_html_4287356899:3341:354346:354371 Tahkandit Lacombe, Alberta -0.428967178358428958 +5591 aapg_aa_314.html aapg_aa_314.html:186:22567:22574 Matawan Raritan River -0.0045966157065965357 +5592 AMJC_html_3664856625 AMJC_html_3664856625:9:381:401 Fort Union Powder River Basin -0.4524543711521678 +5593 aapg_ah_3.html aapg_ah_3.html:255:33991:34017 Horseshoe Canyon Lacombe, Alberta -0.0106233727047021498 +5594 AMJC_html_5421639085 AMJC_html_5421639085:11:635:643 Colorado Denver -0.498053805119432369 +5595 cspg_html_8121999081 cspg_html_8121999081:70:8180:8193 Bearpaw Red Deer, Alberta -0.437953842888147871 +5596 palaios_html_5543030185 palaios_html_5543030185:307:31416:31434 Fillmore Logan, Utah -0.22288673440386858 +5597 aapg_ai_721.html aapg_ai_721.html:134:14671:14679 Virginia Long Island (Massachusetts) -0.478349729395822987 +5598 gsa_html_1860930948 gsa_html_1860930948:285:31299:31321 Shinarump Conglomerate Nebraska -0.454143259443463898 +5599 cspg_html_4287356899 cspg_html_4287356899:3952:391673:391707 Lisburne Great Britain -0.138617402015997482 +5600 cspg_html_2969995408 cspg_html_2969995408:69:8920:8930 Trout Lake Western world -0.485495508601457515 +5601 aapg_ac_486.html aapg_ac_486.html:714:91848:91854 Denver Colorado -0.0591256711922378136 +5602 aapg_ah_276.html aapg_ah_276.html:337:32066:32079 Santa Barbara California 0.0210343869004685075 +5603 aapg_aa_147.html aapg_aa_147.html:88:11873:11889 Inwood Manitoba -0.501545759647369804 +5604 aapg_ad_440.html aapg_ad_440.html:811:81611:81618 Taggard Huntington, West Virginia -0.516856415963551918 +5605 gsa_html_8517233795 gsa_html_8517233795:668:60776:60802 Monterey Los Angeles -0.00549476708285740172 +5606 gsa_html_7623105085 gsa_html_7623105085:548:42680:42696 Chinle Chinle Formation -0.442328228694744141 +5607 cspg_html_7325522863 cspg_html_7325522863:106:18026:18063 Grosmont Lacombe, Alberta -0.486588444102287743 +5608 gsa_html_9569209726 gsa_html_9569209726:1045:93848:93876 Green River New Mexico -2.08461351353560743e-05 +5609 aapg_ah_387.html aapg_ah_387.html:3019:332874:332883 Knoxville San Benito County, California -0.477179162580930738 +5610 aapg_ai_107.html aapg_ai_107.html:202:20146:20165 Smackover Kaufman County, Texas -0.00952011624606233578 +5611 aapg_ai_49.html aapg_ai_49.html:349:43880:43886 Dakota Colorado -0.454414135268558672 +5612 aapg_aa_544.html aapg_aa_544.html:337:45806:45813 Wasatch Cheyenne, Wyoming -0.0249440441513266963 +5613 aapg_af_677.html aapg_af_677.html:123:15520:15542 Almond Cheyenne, Wyoming -0.0307122011432018581 +5614 cspg_html_7404699681 cspg_html_7404699681:386:37741:37752 Peace River Victoria, British Columbia -0.0249440441513266963 +5615 gsa_html_3696101390 gsa_html_3696101390:627:59011:59021 Washington San Juan, Argentina -0.46567095948211501 +5616 cspg_html_7970836465 cspg_html_7970836465:363:36462:36498 Jupiter Anticosti Island -0.0350961840937315667 +5617 cspg_html_4915680223 cspg_html_4915680223:304:35923:35932 Allen Bay Little Cornwallis Island -0.413951619546012173 +5618 aapg_af_664.html aapg_af_664.html:493:55538:55561 Cherry Canyon Guadalupe Mountains National Park -0.437953842888147871 +5619 aapg_ah_700.html aapg_ah_700.html:17:3226:3234 Norphlet Texas -0.208424798489676294 +5620 sedimentology_html_9380539627 sedimentology_html_9380539627:942:52851:52861 Protection England -0.473649201225758321 +5621 gsa_html_3720789279 gsa_html_3720789279:1302:119936:119946 Washington Boise, Idaho 0.0337007808680440876 +5622 gsa_html_6158055432 gsa_html_6158055432:634:67392:67398 Oregon Washington (state) -0.465568086328610908 +5623 aapg_ae_239.html aapg_ae_239.html:1122:91297:91307 Hartshorne Hartshorne, Oklahoma -0.43580087580188992 +5624 aapg_ac_984.html aapg_ac_984.html:197:18046:18051 Doerun Missouri River -0.494585786210081368 +5625 gsa_html_3046135825 gsa_html_3046135825:894:73408:73436 Green River Colorado 0.0156015354196895814 +5626 aapg_ae_5.html aapg_ae_5.html:12:1790:1804 Earp New Mexico -0.44948782523520614 +5627 AMJC_html_6341723617 AMJC_html_6341723617:1111:92906:92914 Colorado Logan, Utah -0.449433936510724996 +5628 aapg_ae_194.html aapg_ae_194.html:18:1615:1638 Cotton Valley Cotton Valley, Louisiana 0.0291955793739523579 +5629 aapg_ai_432.html aapg_ai_432.html:788:93887:93892 Morro Quito -0.476172115937115059 +5630 geology_html_6474064767 geology_html_6474064767:193:15075:15081 George Milford, Connecticut -0.466920106770381871 +5631 AMJC_html_7984049819 AMJC_html_7984049819:829:87445:87452 Oak Bay New Brunswick, New Jersey -0.0146249457170983255 +5632 cspg_html_4374961624 cspg_html_4374961624:11:1150:1159 Cathedral Mount Robson Provincial Park -0.440425240506611693 +5633 sedimentology_html_3417381350 sedimentology_html_3417381350:1287:97591:97609 Monterey California -0.456518443898076276 +5634 palaios_html_2859810051 palaios_html_2859810051:52:4376:4394 Niobrara Colorado -0.0187314184669610528 +5635 cspg_html_8477386212 cspg_html_8477386212:35:4683:4691 Palliser Calgary -0.0270583470538351585 +5636 gsa_html_3151431803 gsa_html_3151431803:39:3450:3467 Entrada Colorado Plateau -0.0218270224173490179 +5637 aapg_ad_111.html aapg_ad_111.html:397:45646:45661 Mesaverde Cheyenne, Wyoming -0.0106233727047021498 +5638 AMJC_html_9500753417 AMJC_html_9500753417:15:1121:1129 Virginia Ontario, California -0.44951252529713398 +5639 cspg_html_4773367370 cspg_html_4773367370:20:2317:2333 Viking Lacombe, Alberta -0.0263019613963844621 +5640 aapg_af_799.html aapg_af_799.html:372:26161:26182 Lodo California -0.0227396412990933557 +5641 aapg_ah_72.html aapg_ah_72.html:52:7649:7664 Vicksburg Mississippi River -0.417363557088893333 +5642 AMJC_html_6341723617 AMJC_html_6341723617:1120:94082:94088 Denver Colorado -0.067608196951884289 +5643 cspg_html_5272711466 cspg_html_5272711466:5:282:314 George Lacombe, Alberta -0.443692774120845845 +5644 cspg_html_9157093462 cspg_html_9157093462:299:40448:40456 Columbia Victoria, British Columbia -0.499079897625696711 +5645 aapg_aa_305.html aapg_aa_305.html:89:13099:13107 Kirkwood Kirkwood, Missouri -0.458639019733277031 +5646 aapg_ac_742.html aapg_ac_742.html:6:980:993 Gypsum Spring Spearfish, South Dakota -0.0218513582866363479 +5647 aapg_ae_805.html aapg_ae_805.html:107:14288:14305 Hermosa Hermosa, Chicago -0.466810220907495799 +5648 jgeology_html_9723375480 jgeology_html_9723375480:1014:62675:62681 Moscow Russia -0.0147795988543257695 +5649 sedimentology_html_5613495298 sedimentology_html_5613495298:1728:91448:91464 Chinle Arizona -0.0999407947592613199 +5650 aapg_ah_505.html aapg_ah_505.html:1434:114659:114666 Laramie Denver -0.439223139625051329 +5651 palaios_html_1631555231 palaios_html_1631555231:414:38303:38336 Moenkopi Reno, Nevada -0.230933894183757149 +5652 sedimentology_html_9514552565 sedimentology_html_9514552565:428:34352:34359 Palouse Boise, Idaho -0.514141125252382758 +5653 aapg_ae_993.html aapg_ae_993.html:25:3543:3562 Jefferson Logan, Utah -0.249639986598459956 +5654 sedimentology_html_8389142994 sedimentology_html_8389142994:27:1626:1635 Sheffield Exeter, New Hampshire -0.01223054087335982 +5655 gsa_html_7102550258 gsa_html_7102550258:777:87224:87241 Kayenta Colorado Plateau -0.220929909401817254 +5656 aapg_ac_176.html aapg_ac_176.html:231:39364:39390 Mangahewa McKee, Kentucky -0.420796220554264189 +5657 gsa_html_4064042510 gsa_html_4064042510:17:879:899 Picture Gorge Basalt Salem, Oregon -0.461510681588769789 +5658 aapg_af_468.html aapg_af_468.html:188:18208:18223 Frio Brazoria County, Texas -0.0692478044100710149 +5659 sedimentology_html_2165832672 sedimentology_html_2165832672:751:65580:65584 Hall London, Ontario -0.0341270386384278437 +5660 cspg_html_6715452766 cspg_html_6715452766:57:9257:9279 Eureka Sound Ellesmere Island -0.00590649599379846572 +5661 cspg_html_2039656422 cspg_html_2039656422:78:7916:7933 Shublik Spring River (Missouri) -0.200514887094616429 +5662 cspg_html_8509913074 cspg_html_8509913074:510:66262:66279 Eramosa Guelph -0.0147326815118864023 +5663 geology_html_6350726541 geology_html_6350726541:253:24466:24480 Victoria Transantarctic Mountains -0.0481342981574959458 +5664 aapg_af_639.html aapg_af_639.html:20:1637:1649 Sabine Shreveport, Louisiana -0.470292003998596664 +5665 aapg_ai_159.html aapg_ai_159.html:552:63517:63522 Colon Caribbean -0.447242908821281704 +5666 aapg_ai_81.html aapg_ai_81.html:124:14440:14447 Venango Cattaraugus, New York -0.43374114370115191 +5667 gsa_html_5118510819 gsa_html_5118510819:168:15896:15902 Denver Colorado 0.00313388258007131059 +5668 cspg_html_5220068638 cspg_html_5220068638:127:16332:16352 Blackstone Lacombe, Alberta -0.0288373212008630718 +5669 sedimentology_html_4210495015 sedimentology_html_4210495015:1007:73490:73494 Hall Denton, Greater Manchester -0.0203286926879938275 +5670 gsa_html_7800798612 gsa_html_7800798612:1319:83323:83351 Green River Colorado -0.00530888185460337992 +5671 aapg_ac_71.html aapg_ac_71.html:553:65627:65644 Dunlap California -0.0729536108486761037 +5672 sedimentology_html_3490195740 sedimentology_html_3490195740:54:5841:5856 Red River Canada -0.038242606390143298 +5673 cspg_html_4666332434 cspg_html_4666332434:158:27264:27281 Belly River Lacombe, Alberta 0.0070791567962302333 +5674 aapg_ac_995.html aapg_ac_995.html:190:16545:16564 Huizachal Puebla, Puebla -0.017099513850188628 +5675 gsa_html_2266546108 gsa_html_2266546108:380:40084:40090 Sierra Great Basin -0.477123570959987586 +5676 geology_html_4561079394 geology_html_4561079394:42:4898:4914 Navajo Logan, Utah -0.473819937725990625 +5677 aapg_ad_178.html aapg_ad_178.html:74:6380:6385 Banff Lacombe, Alberta 0.0360445348198588436 +5678 cspg_html_4409656292 cspg_html_4409656292:847:86852:86858 Warsaw Poland -0.0218304989680059187 +5679 aapg_ad_761.html aapg_ad_761.html:74:6048:6073 Glen Rose Paluxy, Texas -0.00515253017068293719 +5680 aapg_ai_156.html aapg_ai_156.html:48:5092:5107 Oread Plattsmouth, Nebraska -0.423312692876289309 +5681 aapg_ah_203.html aapg_ah_203.html:173:26321:26339 Morrison Pennsylvania 0.0171168923697872649 +5682 cspg_html_8089302449 cspg_html_8089302449:124:20794:20814 Dawson Bay Regina, Saskatchewan -0.0303051997851764565 +5683 cspg_html_8568877195 cspg_html_8568877195:208:34181:34193 Saskatchewan Lacombe, Alberta -0.469093158774920749 +5684 gsa_html_8820488310 gsa_html_8820488310:944:83734:83746 Sibley Ontario, California -0.0380668126428187481 +5685 aapg_ai_29.html aapg_ai_29.html:406:48595:48608 Cook Mountain East Texas 0.412486518952931758 +5686 gsa_html_7635660482 gsa_html_7635660482:89:7671:7685 Vega Kingdom of Asturias -0.456778715576978744 +5687 aapg_ac_528.html aapg_ac_528.html:123:15411:15432 Long Rapids Ontario, California -0.0125641469917892202 +5688 aapg_ai_975.html aapg_ai_975.html:339:30861:30876 Sligo County Sligo 0.401244478206293997 +5689 cspg_html_8793468729 cspg_html_8793468729:93:9484:9497 Camrose Lacombe, Alberta -0.466759861116235797 +5690 aapg_ae_871.html aapg_ae_871.html:346:55603:55618 Favel Lacombe, Alberta -0.466920106770381871 +5691 aapg_ae_73.html aapg_ae_73.html:497:66948:66963 Mesaverde Arizona 0.034852584653595621 +5692 aapg_ah_52.html aapg_ah_52.html:469:64842:64861 Matanuska Anchorage, Alaska 0.00235214466363176024 +5693 cspg_html_9119878068 cspg_html_9119878068:6:287:319 Waterways Lacombe, Alberta -0.0346577090486229963 +5694 cspg_html_3026112034 cspg_html_3026112034:741:73379:73396 Wabamun Swan Hill, Victoria -0.481575226969792936 +5695 aapg_aa_409.html aapg_aa_409.html:125:13169:13174 Colon Venezuela -0.481766159765426027 +5696 aapg_ae_928.html aapg_ae_928.html:13:1750:1757 Sligo Athens, Georgia -0.421380049582550542 +5697 cspg_html_3041902517 cspg_html_3041902517:590:66009:66020 Blind Fiord Ellesmere Island -0.0538170462628818486 +5698 cspg_html_6715452766 cspg_html_6715452766:227:26388:26404 Strathcona Fiord Ellesmere Island 0.311448142065477995 +5699 aapg_ai_593.html aapg_ai_593.html:1637:168743:168749 Walnut Texas -0.454068782805138071 +5700 aapg_ah_508.html aapg_ah_508.html:232:18918:18935 Beekmantown Maryland -0.424433485516413689 +5701 cspg_html_9435196958 cspg_html_9435196958:43:2222:2234 Saskatchewan Regina, Saskatchewan -0.0451203085338412122 +5702 aapg_ae_959.html aapg_ae_959.html:1757:126603:126615 Belle Plains Wichita, Kansas -0.0583700268296453301 +5703 aapg_ah_318.html aapg_ah_318.html:519:61049:61070 Mt Lytton Arkansas -0.478326534516524793 +5704 aapg_ah_644.html aapg_ah_644.html:244:29561:29576 Swift Williston Basin 0.0752949249279024346 +5705 aapg_ah_318.html aapg_ah_318.html:2154:192062:192068 Sierra Zacatecas, Zacatecas -0.0859395833103755863 +5706 geology_html_5486535781 geology_html_5486535781:105:11104:11123 Fruitland Colorado 0.46333297023402914 +5707 aapg_af_471.html aapg_af_471.html:164:19330:19338 Parkwood Hartselle, Alabama -0.00696275827002107526 +5708 aapg_ah_532.html aapg_ah_532.html:63:6178:6193 Ouray Ouray, Colorado -0.0149690067830474411 +5709 aapg_ae_415.html aapg_ae_415.html:782:97342:97364 Chickasawhay Alabama -0.454143259443463898 +5710 gsa_html_4758470460 gsa_html_4758470460:31:2809:2837 Green River Iran -0.00562506076616993075 +5711 aapg_ai_411.html aapg_ai_411.html:89:8487:8493 Denver Colorado -0.456608964648804683 +5712 cspg_html_4659384530 cspg_html_4659384530:172:20673:20680 Gilwood Swan Hill, Victoria 0.759695885644293356 +5713 aapg_aa_113.html aapg_aa_113.html:511:52049:52066 Edwards Texas -0.506374811889724219 +5714 aapg_ae_873.html aapg_ae_873.html:172:20897:20916 Smackover Western world -0.426510306242507076 +5715 gsa_html_3521452491 gsa_html_3521452491:654:55886:55908 Beaufort South Africa -0.454258371760158153 +5716 palaios_html_7179643765 palaios_html_7179643765:315:32524:32535 La Luna Venezuela 0.353329517834271634 +5717 aapg_ah_536.html aapg_ah_536.html:224:30232:30239 Rodessa Texas -0.448578878596292641 +5718 cspg_html_9343899465 cspg_html_9343899465:561:53149:53162 Weatherall Melville Island (Canada) -0.0409390916032161337 +5719 aapg_ae_803.html aapg_ae_803.html:307:38334:38340 Tactic Santa Rosa, California -0.0152331376513424877 +5720 gsa_html_3720789279 gsa_html_3720789279:539:49239:49261 Fields Creek Klamath Mountains (ecoregion) -0.473778404154942046 +5721 gsa_html_8422099655 gsa_html_8422099655:29:2796:2824 Green River New Mexico -0.354293209977440793 +5722 gsa_html_1904554207 gsa_html_1904554207:929:98953:98959 Shasta California -0.492380698787899029 +5723 gsa_html_2605108986 gsa_html_2605108986:792:66082:66109 Cantwell Anchorage, Alaska -0.0504347649062896058 +5724 aapg_ac_629.html aapg_ac_629.html:496:61171:61196 Goliad Beeville, Texas -0.438752499306056365 +5725 palaios_html_2449649505 palaios_html_2449649505:538:61371:61377 Denver Logan, Utah -0.0518955775586156381 +5726 cspg_html_4293350162 cspg_html_4293350162:508:55037:55057 Mount Head Carnarvon, Western Australia -0.499400809500577303 +5727 aapg_ae_906.html aapg_ae_906.html:140:12702:12720 Cypress New Harmony, Indiana -0.473778404154942046 +5728 gsa_html_7642385160 gsa_html_7642385160:872:84405:84433 Green River Colorado 0.0433751346014858152 +5729 aapg_aa_124.html aapg_aa_124.html:375:38859:38879 Bow Island Lacombe, Alberta -0.408239699577949033 +5730 geology_html_4814912321 geology_html_4814912321:199:21356:21365 Bear Lake Bear Lake, Michigan -0.436810292517708865 +5731 aapg_ai_572.html aapg_ai_572.html:331:33258:33281 Seminole Ouachita Mountains -0.488724520608411594 +5732 aapg_ae_749.html aapg_ae_749.html:612:62354:62362 Virginia Middle Ordovician -0.433509375056355339 +5733 aapg_ae_306.html aapg_ae_306.html:246:31939:31960 Victoria Barinas State -0.464419004431934179 +5734 cspg_html_3699720399 cspg_html_3699720399:294:30736:30744 Columbia Victoria, British Columbia -0.424269545188154129 +5735 cspg_html_2408887763 cspg_html_2408887763:134:18988:19004 Horseshoe Canyon Edmonton, London -0.467868439854770279 +5736 cspg_html_8662646956 cspg_html_8662646956:6:444:454 Pine Point Canada -0.472528705500211532 +5737 geology_html_4851899495 geology_html_4851899495:246:23340:23357 Wasatch Spain -0.449433936510724996 +5738 aapg_ah_534.html aapg_ah_534.html:230:18873:18892 Trimmers Rock Delaware River 0.603853678299987595 +5739 aapg_ae_419.html aapg_ae_419.html:242:32199:32216 El Abra Tampico, Illinois 0.0108822518883867504 +5740 cspg_html_7325522863 cspg_html_7325522863:332:55525:55535 Pine Point Great Slave Lake -0.479521879225688563 +5741 aapg_ai_372.html aapg_ai_372.html:99:15664:15679 Viola Texas -0.0435005244860851084 +5742 gsa_html_9457387752 gsa_html_9457387752:697:63634:63643 Knoxville Knoxville, Tennessee -0.459805657368256959 +5743 aapg_ah_464.html aapg_ah_464.html:32:5348:5372 Pottsville Arkansas -0.420800576179594099 +5744 palaios_html_3232474978 palaios_html_3232474978:315:36283:36299 Liard Victoria, British Columbia -0.446392131630084288 +5745 palaios_html_2223085265 palaios_html_2223085265:479:44961:44977 Viking Lacombe, Alberta -0.451913869834985604 +5746 aapg_af_854.html aapg_af_854.html:613:84117:84127 Kinderhook Logan, Utah -0.079975607961460915 +5747 aapg_ad_379.html aapg_ad_379.html:837:69361:69379 Frontier Cheyenne, Wyoming -0.454587989988975094 +5748 aapg_af_854.html aapg_af_854.html:1338:192543:192563 Aux Vases Waterloo, Ontario -0.44505934010721393 +5749 aapg_ai_584.html aapg_ai_584.html:875:93092:93109 Reclamation Laramie, Wyoming -0.470365549607814404 +5750 gsa_html_8332981884 gsa_html_8332981884:904:75482:75490 Rockwell California -0.0283642962878183774 +5751 aapg_ak_55.html aapg_ak_55.html:236:24266:24272 Putnam Calhoun, Georgia -0.0283642962878183774 +5752 geology_html_9480340228 geology_html_9480340228:56:5497:5515 Goodrich Quartzite Sudbury, Suffolk -0.432223543643836305 +5753 aapg_ae_305.html aapg_ae_305.html:782:58614:58633 Rio Negro Venezuela -0.480109712230180896 +5754 aapg_ae_473.html aapg_ae_473.html:72:6298:6321 Cotton Valley Mississippi River -0.0139507382494490646 +5755 aapg_ai_399.html aapg_ai_399.html:209:20599:20612 Porters Creek Kentucky -0.450595494357366455 +5756 palaios_html_7308908518 palaios_html_7308908518:412:36842:36849 Modesto South Africa -0.0101942281259971568 +5757 gsa_html_6765882493 gsa_html_6765882493:842:110940:110969 Dunvegan Lacombe, Alberta -0.4381734052234173 +5758 cspg_html_8859981911 cspg_html_8859981911:7:401:419 Woodbend Lacombe, Alberta -0.0303086783726459197 +5759 aapg_ad_812.html aapg_ad_812.html:49:5742:5759 Entrada New Mexico 0.682559832498011443 +5760 aapg_af_652.html aapg_af_652.html:251:21021:21031 San Andres Kaibab, Arizona -0.430092438352523254 +5761 cspg_html_4326384800 cspg_html_4326384800:1093:161712:161732 Twin Falls Hay River (Canada) 0.350549230993849215 +5762 aapg_ak_104.html aapg_ak_104.html:341:37327:37345 Tensleep Cheyenne, Wyoming -0.463253167093327645 +5763 palaios_html_7111318862 palaios_html_7111318862:160:16775:16793 Judith River Canada -0.434527375159215246 +5764 aapg_aa_662.html aapg_aa_662.html:275:22343:22365 Williamsport Huntington, West Virginia 0.396090905113378189 +5765 cspg_html_6306091047 cspg_html_6306091047:222:31373:31391 Pardonet Victoria, British Columbia -0.484161071054726611 +5766 gsa_html_8664789297 gsa_html_8664789297:723:74438:74448 Wind River Cheyenne, Wyoming -0.048386967383413422 +5767 gsa_html_5664265459 gsa_html_5664265459:1200:111552:111562 Washington Salem, Oregon -0.00260577470876247183 +5768 cspg_html_2283545366 cspg_html_2283545366:265:34074:34079 Price Charleston, South Carolina -0.47495364399168194 +5769 aapg_ac_458.html aapg_ac_458.html:334:31305:31313 Virginia Cape Cod -0.0599110776039962212 +5770 aapg_ah_283.html aapg_ah_283.html:112:11744:11761 Cowlitz Cowlitz River -0.447153316157111791 +5771 sedimentology_html_7328045802 sedimentology_html_7328045802:83:9389:9400 Schenectady Frankfort, Illinois -0.501903390372201885 +5772 aapg_ai_97.html aapg_ai_97.html:31:2955:2961 Tuxpan Tampico, Illinois -0.498184372130755504 +5773 AMJC_html_8359893116 AMJC_html_8359893116:1481:129077:129081 Java London, Ontario -0.49009668288503172 +5774 gsa_html_8549650339 gsa_html_8549650339:84:8353:8364 San Antonio Central Texas -0.0343184250102417446 +5775 sedimentology_html_2074866200 sedimentology_html_2074866200:1044:52894:52933 Protection Sweden -0.472823676298187945 +5776 aapg_aa_582.html aapg_aa_582.html:251:26277:26283 Sonora Chihuahua (state) -0.0186688510697679971 +5777 aapg_ae_634.html aapg_ae_634.html:70:6290:6298 Niobrara Routt County, Colorado 0.0168179837299314121 +5778 sedimentology_html_2208426700 sedimentology_html_2208426700:24:1614:1652 Winnipegosis Canada -0.455482628602140449 +5779 aapg_af_308.html aapg_af_308.html:380:44444:44450 Benson Gilmer County, Georgia -0.0399624195111792577 +5780 cspg_html_4617311907 cspg_html_4617311907:252:40534:40547 Windsor Bridgetown, Nova Scotia 0.00437077655696941486 +5781 gsa_html_3436154175 gsa_html_3436154175:1165:92758:92786 Green River Cheyenne, Wyoming -0.457555451333636842 +5782 cspg_html_5484260516 cspg_html_5484260516:1075:88425:88445 Big Valley Lacombe, Alberta -0.494907350500968457 +5783 gsa_html_2076560873 gsa_html_2076560873:234:25632:25717 Kennedy Channel Ellesmere Island -0.228794790929468694 +5784 aapg_ai_67.html aapg_ai_67.html:141:14623:14638 Joins West Texas -0.515832271561596056 +5785 aapg_ae_391.html aapg_ae_391.html:512:47555:47578 Rustler Salado, Texas -0.0859185324867670352 +5786 aapg_af_664.html aapg_af_664.html:545:61291:61301 San Andres Delaware -0.445984933244691462 +5787 aapg_ae_958.html aapg_ae_958.html:2400:204261:204287 Dewey Lake New Mexico 0.833816455024962044 +5788 aapg_ah_435.html aapg_ah_435.html:152:18646:18655 Escondido Texas -0.457514673015389395 +5789 aapg_ai_88.html aapg_ai_88.html:284:29170:29178 Santiago Chile -0.0106233727047021498 +5790 cspg_html_5593011953 cspg_html_5593011953:15:1327:1339 Saskatchewan Lacombe, Alberta -0.0066344115226364981 +5791 aapg_ae_420.html aapg_ae_420.html:14:1228:1240 Medicine Bow Cheyenne, Wyoming -0.466810220907495799 +5792 gsa_html_8349861296 gsa_html_8349861296:748:62870:62883 Marble Canyon White Mountains (California) -0.474863540124580097 +5793 aapg_ac_730.html aapg_ac_730.html:625:91263:91285 Toreva Mancos, Colorado -0.486483068290992582 +5794 AMJC_html_4066734654 AMJC_html_4066734654:631:59652:59670 Willwood Cheyenne, Wyoming -0.029932996517762829 +5795 cspg_html_6252849194 cspg_html_6252849194:271:32371:32385 Edmonton Lacombe, Alberta -0.00746310002878541098 +5796 aapg_aa_288.html aapg_aa_288.html:269:29698:29709 Mowry Cheyenne, Wyoming -0.00819798606036370794 +5797 aapg_ae_67.html aapg_ae_67.html:128:11573:11579 Warsaw Colorado -0.405720913773072511 +5798 palaios_html_1834763898 palaios_html_1834763898:485:49127:49133 Reston Great Basin -0.0538135585529799509 +5799 cspg_html_6252849194 cspg_html_6252849194:221:28622:28645 Deer Valley Horseshoe Canyon Formation -0.474069180634086484 +5800 cspg_html_6064089067 cspg_html_6064089067:114:12390:12408 Winnipeg Alta, Utah -0.0194596479158459131 +5801 sedimentology_html_9289224221 sedimentology_html_9289224221:1481:97659:97671 Pethei Canada -0.0328135205724552625 +5802 gsa_html_1266138577 gsa_html_1266138577:151:13450:13464 Poleta Salinas Valley -0.462398581950347165 +5803 gsa_html_6441142238 gsa_html_6441142238:984:102494:102500 Cannon Chandler, Arizona -0.480695619561815057 +5804 cspg_html_3041902517 cspg_html_3041902517:982:108353:108373 Ross Victoria, British Columbia -0.433509375056355339 +5805 geology_html_1904448286 geology_html_1904448286:55:6491:6497 Provo Piemonte (wine) -0.481759173673690755 +5806 cspg_html_1894459898 cspg_html_1894459898:373:38862:38895 Bluff Cayman Islands -0.514511521045416309 +5807 cspg_html_6259492324 cspg_html_6259492324:351:35721:35754 Tatsieta Middle East 0.000548948298213387093 +5808 cspg_html_2139304729 cspg_html_2139304729:434:39071:39089 Imperial Mackenzie River -0.409894453797976288 +5809 aapg_ah_541.html aapg_ah_541.html:135:18264:18273 Allegheny Pottsville, Pennsylvania 0.0459320594893250223 +5810 aapg_ah_4.html aapg_ah_4.html:290:46022:46037 Heath Talara Province -0.468015132988553406 +5811 jgeology_html_8064855537 jgeology_html_8064855537:1347:76025:76048 Burro Canyon Cedar Mountains -0.016748470666176702 +5812 sedimentology_html_3181527419 sedimentology_html_3181527419:417:25085:25089 Earp Supai, Arizona -0.468015132988553406 +5813 aapg_ac_616.html aapg_ac_616.html:87:11539:11549 Washington Salem, Oregon -0.43673056212772654 +5814 gsa_html_1951402014 gsa_html_1951402014:793:73973:73979 Madrid Fuerteventura -0.0222894098360483031 +5815 aapg_aa_563.html aapg_aa_563.html:81:11924:11931 Laramie Canada -0.132718776835519553 +5816 aapg_ad_613.html aapg_ad_613.html:145:19165:19175 Tuscaloosa Shreveport, Louisiana 0.341666907481732673 +5817 cspg_html_2083823293 cspg_html_2083823293:5:215:251 Mist Mountain Eagle Mountain (Minnesota) -0.0180692565756011246 +5818 cspg_html_5904948553 cspg_html_5904948553:727:63582:63598 Debolt Victoria, British Columbia -0.0404220171778900406 +5819 aapg_ae_750.html aapg_ae_750.html:33:4811:4814 Abo Wichita, Kansas -0.0216358132048967665 +5820 geology_html_9083528258 geology_html_9083528258:245:22278:22289 Green River Logan, Utah -0.446029671493266278 +5821 aapg_ah_49.html aapg_ah_49.html:204:22478:22484 Modelo Castaic, California -0.0138430056451466221 +5822 geology_html_1652363853 geology_html_1652363853:296:27199:27205 Kodiak Anchorage, Alaska -0.427658982255246345 +5823 aapg_ae_329.html aapg_ae_329.html:49:6726:6737 Peace River Lacombe, Alberta -0.46809765859229685 +5824 aapg_ae_548.html aapg_ae_548.html:464:52659:52673 Pico Ventura County, California -0.0362655388970657272 +5825 aapg_ae_959.html aapg_ae_959.html:3006:227035:227051 Custer Texas -0.471009336433766579 +5826 cspg_html_9778753186 cspg_html_9778753186:345:51374:51388 Blackstone Canada -0.0211456318473247536 +5827 jgeology_html_7844360616 jgeology_html_7844360616:538:30365:30373 Montreal Quebec City -0.464355083320625084 +5828 jgeology_html_3625026933 jgeology_html_3625026933:107:5458:5483 Astoria Astoria, Oregon -0.469038078694436811 +5829 cspg_html_5541937700 cspg_html_5541937700:59:9435:9443 Columbia Lacombe, Alberta -0.0222581200663617834 +5830 sedimentology_html_3715837115 sedimentology_html_3715837115:236:20028:20034 Random Woodburn, Oregon -0.483173848714512189 +5831 palaios_html_5162760373 palaios_html_5162760373:19:964:982 Morrison Cheyenne, Wyoming -0.00965910742103491191 +5832 geology_html_7647446171 geology_html_7647446171:11:581:590 Wolfville Earth -0.455279223830003521 +5833 aapg_aa_11.html aapg_aa_11.html:42:5790:5807 Pueblo Harpersville, Alabama -0.0277017418114762735 +5834 sedimentology_html_8364351073 sedimentology_html_8364351073:1342:103422:103460 Paradox Logan, Utah 0.879695004824529336 +5835 aapg_ac_807.html aapg_ac_807.html:319:32428:32441 Potomac Raritan River 0.0102845739324917348 +5836 palaios_html_8113714689 palaios_html_8113714689:31:2937:2955 Au Train Munising, Michigan -0.0616026532469797841 +5837 cspg_html_2838996125 cspg_html_2838996125:103:20041:20050 Kee Scarp Norman Wells -0.0169066131987412362 +5838 aapg_ad_564.html aapg_ad_564.html:8769:786172:786179 Cypress Texas -0.0218513582866363479 +5839 cspg_html_9613527162 cspg_html_9613527162:227:32312:32335 Turner Valley Elkton, Kentucky -0.432382247831122113 +5840 aapg_ah_415.html aapg_ah_415.html:119:10915:10935 Milk River Colorado -0.0555785636474421807 +5841 cspg_html_8040890019 cspg_html_8040890019:804:78966:78972 Viking Lacombe, Alberta -0.462398581950347165 +5842 aapg_ac_215.html aapg_ac_215.html:3:317:336 Englewood Black Hills 1.28391031419671808 +5843 cspg_html_1351473625 cspg_html_1351473625:101:17340:17358 Belcourt Telford, Pennsylvania -0.00128551260502975519 +5844 aapg_ae_471.html aapg_ae_471.html:461:42056:42063 Hosston Cotton Valley, Louisiana -0.441048011313096677 +5845 cspg_html_4287356899 cspg_html_4287356899:3192:335636:335656 Assistance Devon Island -0.461792892577074565 +5846 aapg_ai_594.html aapg_ai_594.html:9:1371:1390 Red River Cheyenne, Wyoming -0.427672143055296883 +5847 sedimentology_html_3063208535 sedimentology_html_3063208535:1872:158972:159000 Talkeetna Tonga -0.221300351139637586 +5848 aapg_ai_974.html aapg_ai_974.html:659:69602:69612 Washington Salem, Oregon -0.454034931813569353 +5849 palaios_html_5582845937 palaios_html_5582845937:324:32993:33001 Virginia Hampton, New Hampshire -0.459083706416541504 +5850 cspg_html_4680804918 cspg_html_4680804918:714:85935:85943 Foremost Lacombe, Alberta -0.484359586108593421 +5851 aapg_ai_179.html aapg_ai_179.html:23:3069:3077 Santiago Chile -0.459919224612040101 +5852 gsa_html_2832151886 gsa_html_2832151886:846:68729:68748 Kaskapau Canada -0.458031335089754243 +5853 cspg_html_8917306391 cspg_html_8917306391:483:45020:45028 Bullhead Victoria, British Columbia -0.457582637906406409 +5854 cspg_html_1644457308 cspg_html_1644457308:356:39545:39553 Columbia Victoria, British Columbia -0.018955619907530568 +5855 aapg_ae_630.html aapg_ae_630.html:269:20405:20411 Casper Cheyenne, Wyoming -0.457691392417615917 +5856 aapg_ac_635.html aapg_ac_635.html:212:22258:22264 Oregon California -0.429424154279866799 +5857 gsa_html_3423427338 gsa_html_3423427338:556:48576:48585 San Diego California -0.457840951353905012 +5858 cspg_html_5312588885 cspg_html_5312588885:331:43880:43899 Jefferson Boise, Idaho -0.480777027030782511 +5859 cspg_html_1893593837 cspg_html_1893593837:67:5045:5070 Red Head Rapids Churchill River (Atlantic) 0.300131966803525108 +5860 cspg_html_5170528958 cspg_html_5170528958:91:14394:14411 Grosmont Regina, Saskatchewan -0.0466498116089518189 +5861 AMJC_html_3816902366 AMJC_html_3816902366:398:27371:27377 Taylor Melbourne, Florida -0.47495364399168194 +5862 cspg_html_3008414459 cspg_html_3008414459:31:5314:5334 Milk River Lacombe, Alberta -0.24836835430407167 +5863 AMJC_html_2228158963 AMJC_html_2228158963:454:53638:53645 Cushing New Brunswick, New Jersey -0.0241616892206824377 +5864 sedimentology_html_2698713692 sedimentology_html_2698713692:1427:107501:107520 Slope New Mexico -0.00860799843042621068 +5865 cspg_html_1189888589 cspg_html_1189888589:479:52165:52185 Nacimiento New Mexico -0.0718463193149325163 +5866 aapg_aa_987.html aapg_aa_987.html:152:16247:16257 Kinderhook Clark County, Indiana -0.488278574417694344 +5867 aapg_ah_77.html aapg_ah_77.html:254:29037:29059 Green River Cheyenne, Wyoming -0.445984933244691462 +5868 aapg_ai_763.html aapg_ai_763.html:54:6987:6994 Hosston County Sligo -0.433370341259820213 +5869 geology_html_5222992005 geology_html_5222992005:272:18878:18887 San Diego California -0.0561402516224212972 +5870 aapg_ai_49.html aapg_ai_49.html:646:85370:85375 Supai Arizona -0.49526215931685702 +5871 aapg_aa_360.html aapg_aa_360.html:199:16779:16789 San Marcos Balcones Fault -0.446078886082885928 +5872 aapg_af_912.html aapg_af_912.html:45:5399:5418 Vicksburg Tuscaloosa, Alabama -0.434712986404073964 +5873 gsa_html_4244466646 gsa_html_4244466646:11:488:496 La Habra California -0.472528705500211532 +5874 cspg_html_3328007773 cspg_html_3328007773:874:92818:92839 Shaftesbury Lacombe, Alberta -0.456608964648804683 +5875 jgeology_html_7028328963 jgeology_html_7028328963:209:14072:14076 Toro Purmamarca -0.422036189718657861 +5876 sedimentology_html_1568456861 sedimentology_html_1568456861:16:1089:1109 Toro Chile -0.460269102262388319 +5877 aapg_ah_411.html aapg_ah_411.html:67:8889:8897 Kootenai Colorado -0.0162740496879429895 +5878 aapg_ac_324.html aapg_ac_324.html:228:32353:32380 Prospect Wheeler Peak (New Mexico) -0.444838140504144441 +5879 cspg_html_9011256422 cspg_html_9011256422:8:576:584 Columbia Victoria, British Columbia -0.459819284677136619 +5880 gsa_html_5961880366 gsa_html_5961880366:1062:75664:75668 Kamo South Africa -0.443692774120845845 +5881 geology_html_1877077018 geology_html_1877077018:230:23516:23526 Washington Seattle -0.451787799117909672 +5882 aapg_ah_720.html aapg_ah_720.html:108:13312:13320 Colorado Denver -0.0171829308693467256 +5883 aapg_ah_844.html aapg_ah_844.html:392:54416:54423 Andrews Cheyenne, Wyoming -0.489913286480908206 +5884 gsa_html_2877093757 gsa_html_2877093757:661:76230:76258 Sandia Reno, Nevada -0.463362613223226583 +5885 aapg_ae_181.html aapg_ae_181.html:96:13506:13517 Coffee Arcola, Virginia -0.0284721166530200707 +5886 cspg_html_5170528958 cspg_html_5170528958:8:1057:1074 Grosmont Lacombe, Alberta -0.464409872562970838 +5887 aapg_ae_319.html aapg_ae_319.html:329:24038:24048 Phosphoria Cheyenne, Wyoming -0.0155667806755408495 +5888 gsa_html_6830228459 gsa_html_6830228459:65:5234:5262 Green River Colorado -0.00125424333549307727 +5889 gsa_html_3720789279 gsa_html_3720789279:791:76906:76924 Mariposa Klamath Mountains (ecoregion) -0.473695342935840036 +5890 aapg_ai_583.html aapg_ai_583.html:25:4091:4124 Morrison Spearfish, South Dakota -0.0652667315125914776 +5891 cspg_html_8571955552 cspg_html_8571955552:250:30333:30363 Jungle Creek Old Crow, Yukon -0.454032675125810359 +5892 aapg_ac_545.html aapg_ac_545.html:478:56154:56179 Moosebar Lacombe, Alberta -0.0368520056129030618 +5893 aapg_ah_271.html aapg_ah_271.html:82:10239:10262 Cotton Valley Texas -0.426455537560242903 +5894 cspg_html_2490951833 cspg_html_2490951833:395:57442:57452 Swan Hills Swan Hill, Victoria -0.0973329518889513023 +5895 aapg_ac_807.html aapg_ac_807.html:594:59054:59062 Virginia King County, Washington -0.479586916180102352 +5896 palaios_html_5398833984 palaios_html_5398833984:882:95407:95429 Tidal Lacombe, Alberta -0.469024309212410007 +5897 aapg_ae_944.html aapg_ae_944.html:136:12543:12559 Waltersburg Spencer County, Kentucky -0.440425240506611693 +5898 AMJC_html_7321319159 AMJC_html_7321319159:66:8712:8722 Santa Cruz Anacapa Island -0.513487894691595503 +5899 aapg_ah_5.html aapg_ah_5.html:3561:267904:267956 Monroe Creek Canada -0.0284095111731004074 +5900 gsa_html_1465687448 gsa_html_1465687448:419:53463:53482 Hillabee Greenstone Canton, Ohio -0.454235799563449505 +5901 geology_html_4386567919 geology_html_4386567919:106:13408:13413 Piute Amarillo, Texas -0.0449008358068114649 +5902 aapg_ae_181.html aapg_ae_181.html:92:12708:12713 Eutaw Tupelo, Mississippi -0.44548177794016619 +5903 aapg_ac_617.html aapg_ac_617.html:4:658:665 Lagarto Texas -0.02390265150978289 +5904 aapg_af_489.html aapg_af_489.html:300:24762:24775 Jackson Texas -0.476033304431228654 +5905 cspg_html_7244100306 cspg_html_7244100306:453:48837:48856 Sterling Anchorage, Alaska -0.0797338454266485891 +5906 cspg_html_4886960396 cspg_html_4886960396:7:466:481 Hay River Lacombe, Alberta -0.0378335861423178335 +5907 geology_html_6196734017 geology_html_6196734017:32:2103:2111 Virginia Russia -0.0556797338166599154 +5908 gsa_html_3387611512 gsa_html_3387611512:1519:144072:144100 Diligencia California 0.3013199194954439 +5909 aapg_ah_532.html aapg_ah_532.html:144:11131:11143 Percha Ouray, Colorado -0.453180049702502807 +5910 aapg_ac_490.html aapg_ac_490.html:177:22645:22661 Dunvegan Boulder Creek (Colorado) -0.399744677190411679 +5911 aapg_aa_649.html aapg_aa_649.html:304:36406:36435 Rockwell California -0.416962170343268934 +5912 jgeology_html_4818393006 jgeology_html_4818393006:715:55886:55912 Sterling Closter, New Jersey -0.442542141875480355 +5913 aapg_ae_750.html aapg_ae_750.html:214:23896:23904 Wolfcamp Wichita, Kansas -0.430026468312881383 +5914 aapg_ac_419.html aapg_ac_419.html:539:63889:63906 Repetto California -0.498034815247566209 +5915 aapg_ac_337.html aapg_ac_337.html:175:10139:10147 Colorado Colorado -0.464656465989479628 +5916 geology_html_3815023299 geology_html_3815023299:12:554:566 Saskatchewan Regina, Saskatchewan -0.0816367475229434758 +5917 gsa_html_8136022028 gsa_html_8136022028:11:555:561 Reston Virginia -0.446110205830797302 +5918 sedimentology_html_5801163920 sedimentology_html_5801163920:1305:98447:98451 Dean Texas -0.000225833135678471921 +5919 aapg_ah_203.html aapg_ah_203.html:564:92969:92987 Morrison New Mexico -0.411657696219220992 +5920 aapg_ai_49.html aapg_ai_49.html:651:86156:86164 Woodside Cheyenne, Wyoming -0.457501080653503367 +5921 cspg_html_4269474759 cspg_html_4269474759:6:400:407 Bearpaw Drumheller -0.197791674474589008 +5922 aapg_ah_578.html aapg_ah_578.html:363:29297:29303 Jordan California 0.0369303197219732759 +5923 aapg_ah_847.html aapg_ah_847.html:145:16302:16323 Hornerstown Atlantic coastal plain -0.446029671493266278 +5924 gsa_html_2832151886 gsa_html_2832151886:415:34870:34891 Shaftesbury Lacombe, Alberta -0.472123282834716163 +5925 cspg_html_1822367166 cspg_html_1822367166:346:37375:37392 Bluff Wisconsin -0.0350022236580636789 +5926 aapg_ai_388.html aapg_ai_388.html:320:33526:33545 Mesaverde Sparks, Nevada -0.447168994241326834 +5927 jgeology_html_5803513114 jgeology_html_5803513114:408:29781:29790 Hampshire New Hampshire 0.0157787853942168051 +5928 cspg_html_7872970297 cspg_html_7872970297:111:13332:13355 Telford Victoria, British Columbia -0.0275887108223223723 +5929 gsa_html_2005293978 gsa_html_2005293978:861:60652:60669 Virginia Maryland -0.455482628602140449 +5930 palaios_html_7274959329 palaios_html_7274959329:105:12164:12179 Elk Wisconsin -0.471819338906025898 +5931 aapg_ae_544.html aapg_ae_544.html:394:45321:45333 Medicine Hat Milk River, Alberta -0.488743302412917968 +5932 jgeology_html_4184751552 jgeology_html_4184751552:1531:75157:75163 Provo Algeria -0.457514673015389395 +5933 aapg_ah_678.html aapg_ah_678.html:354:40775:40792 Vicksburg Houston -0.0283121254572706732 +5934 aapg_af_880.html aapg_af_880.html:686:109478:109493 Baird California -0.0337703728597886152 +5935 gsa_html_5894524520 gsa_html_5894524520:386:52565:52575 Washington Salem, Oregon -0.0158621976007121031 +5936 aapg_ae_546.html aapg_ae_546.html:211:25065:25086 Cotton Valley Bossier City, Louisiana 0.292327589690984713 +5937 aapg_ah_370.html aapg_ah_370.html:510:39102:39140 Michigan Charlevoix, Michigan -0.480644453081816247 +5938 aapg_ah_974.html aapg_ah_974.html:111:11052:11069 Reynosa Texas -0.0853081022611317935 +5939 jgeology_html_6672772311 jgeology_html_6672772311:940:72580:72605 Back Rio Grande Jamaica, Queens -0.48294529227432792 +5940 aapg_ae_272.html aapg_ae_272.html:843:84879:84888 Coldwater Michigan -0.0682933468868237858 +5941 geology_html_9004383999 geology_html_9004383999:121:11718:11736 Deadwood Regina, Saskatchewan -0.423076903173580265 +5942 aapg_ai_340.html aapg_ai_340.html:660:58327:58332 Yukon Middle East -0.488912357297633382 +5943 cspg_html_7474795689 cspg_html_7474795689:115:12043:12057 Doig Western world -0.471432653520514666 +5944 sedimentology_html_8510537334 sedimentology_html_8510537334:1162:85192:85227 Perry Canada -0.0073553871598500669 +5945 geology_html_4409924111 geology_html_4409924111:308:26814:26839 Barstow Southern California -0.517524502610378967 +5946 gsa_html_1130947011 gsa_html_1130947011:181:22076:22087 Utica Knoxville, Tennessee -0.470216166533545032 +5947 gsa_html_5268546581 gsa_html_5268546581:179:15102:15110 Colorado Denver -0.0394819549454150931 +5948 aapg_aa_735.html aapg_aa_735.html:114:10574:10586 Warsaw Christian County, Kentucky -0.00364114626483282803 +5949 gsa_html_1254347878 gsa_html_1254347878:367:41094:41112 Grinnell Western world -0.47495364399168194 +5950 aapg_ai_7.html aapg_ai_7.html:414:29490:29515 Eagle Austin, Chicago -0.448529529594894116 +5951 cspg_html_1295372914 cspg_html_1295372914:11:950:958 Arctomys Mons -0.00424743388825097462 +5952 gsa_html_5089176247 gsa_html_5089176247:955:87195:87203 Rockwell Reno, Nevada -0.463478914486847693 +5953 gsa_html_2168907540 gsa_html_2168907540:406:44186:44192 Walker Republic of China -0.467905110852730732 +5954 aapg_aa_86.html aapg_aa_86.html:18:1698:1706 Woodbine Paluxy, Texas -0.461271782333034175 +5955 gsa_html_1741541046 gsa_html_1741541046:29:2796:2824 Green River New Mexico -0.0108839893390520418 +5956 cspg_html_9941518291 cspg_html_9941518291:55:8887:8909 Barlow Inlet Devon -0.0291155791192652773 +5957 aapg_af_897.html aapg_af_897.html:56:7054:7064 Pottsville Hermosa, Chicago -0.0151427767765860994 +5958 aapg_aa_684.html aapg_aa_684.html:468:40810:40818 Sundance Cheyenne, Wyoming -0.209121964020626216 +5959 geology_html_7990317996 geology_html_7990317996:249:20660:20664 Ladd Texas -0.474992922950619234 +5960 sedimentology_html_3455721661 sedimentology_html_3455721661:639:47056:47089 Todilto Colorado -0.450784359288809666 +5961 cspg_html_3328007773 cspg_html_3328007773:74:10886:10907 Peace River Victoria, British Columbia -0.00998573864189263374 +5962 cspg_html_7426180950 cspg_html_7426180950:337:45806:45815 Ellerslie Canada -0.035632122339872542 +5963 gsa_html_2877093757 gsa_html_2877093757:22:947:958 San Antonio Texas -0.4784100389871494 +5964 cspg_html_9068495364 cspg_html_9068495364:6:222:254 Sayabec Quebec City -0.0241616892206824377 +5965 aapg_aa_841.html aapg_aa_841.html:27:2785:2797 Austin Chalk Giddings, Texas 0.0243685747717860349 +5966 cspg_html_4176605708 cspg_html_4176605708:80:10361:10369 Ashville Victoria, British Columbia -0.471349814541787038 +5967 aapg_ad_569.html aapg_ad_569.html:246:32617:32636 Grosmont CFB Cold Lake -0.0512069723189051348 +5968 geology_html_7677223543 geology_html_7677223543:83:7134:7142 Colorado Colorado -0.0639321725779504468 +5969 cspg_html_1870927435 cspg_html_1870927435:23:2766:2781 Nisku Edmonton, London -0.0146249457170983255 +5970 jgeology_html_3924418909 jgeology_html_3924418909:84:3854:3879 Navajo Logan, Utah -0.451767539383647998 +5971 cspg_html_3926542795 cspg_html_3926542795:67:10898:10906 Columbia Lacombe, Alberta 0.0041553613038186523 +5972 geology_html_6113200258 geology_html_6113200258:263:23551:23582 Maynardville Knoxville, Illinois -0.0551215722984807754 +5973 sedimentology_html_2139169476 sedimentology_html_2139169476:136:12721:12730 Peninsula Korea -0.456391730122837791 +5974 aapg_ae_959.html aapg_ae_959.html:1477:106657:106669 Hermit Arizona -0.453130450697368015 +5975 palaios_html_2413654173 palaios_html_2413654173:1172:95674:95696 Prince Creek Anchorage, Alaska -0.035973188044241329 +5976 aapg_ac_31.html aapg_ac_31.html:79:10783:10791 Colorado Roman Empire -0.443701699352459789 +5977 palaios_html_5488159532 palaios_html_5488159532:67:9007:9025 Ninemile Antelope Valley Freeway -0.461001107058420345 +5978 sedimentology_html_3417381350 sedimentology_html_3417381350:1465:105100:105129 Monterey Washington (state) -0.46567095948211501 +5979 aapg_ah_217.html aapg_ah_217.html:142:16251:16272 Lock Haven Catskill Mountains -0.0258220684876826687 +5980 palaios_html_7352492968 palaios_html_7352492968:607:60225:60234 Sheffield North Sea oil -0.0219956359317186878 +5981 geology_html_9924482358 geology_html_9924482358:303:27352:27380 Green River Cheyenne, Wyoming -0.0893581858963281572 +5982 aapg_af_861.html aapg_af_861.html:5:634:651 Lenapah Coffeyville, Kansas -0.46326000708216164 +5983 cspg_html_4699684578 cspg_html_4699684578:340:41318:41332 Peechee Lacombe, Alberta -0.0619483572734352422 +5984 gsa_html_6589330144 gsa_html_6589330144:1067:95983:96011 Green River Colorado -0.460953349343471763 +5985 aapg_ac_201.html aapg_ac_201.html:696:69957:69978 Sadlerochit Canning River (Alaska) -0.460032806261003235 +5986 cspg_html_8089302449 cspg_html_8089302449:102:17362:17372 Dawson Bay Lake Winnipegosis -0.430026468312881383 +5987 aapg_ae_226.html aapg_ae_226.html:128:17629:17637 Virginia Kanawha River -0.479670542308177961 +5988 aapg_ai_249.html aapg_ai_249.html:79:12375:12381 Sierra Honduras -0.470696581042233275 +5989 gsa_html_4438819447 gsa_html_4438819447:808:77189:77197 Colorado Denver -0.439565169119916221 +5990 aapg_ad_2.html aapg_ad_2.html:1342:184461:184489 Schenectady Schenectady, New York -0.490604756571324518 +5991 cspg_html_1578389835 cspg_html_1578389835:517:44022:44037 Flume Logan, Utah 0.00815629009485507872 +5992 cspg_html_5241714595 cspg_html_5241714595:621:92431:92444 Wabamun Victoria, British Columbia 0.0106146855167582547 +5993 aapg_ac_316.html aapg_ac_316.html:49:6639:6651 Rush Springs New Mexico -0.452977161832460395 +5994 sedimentology_html_3841637081 sedimentology_html_3841637081:97:7386:7399 Watt Mountain Swan Hill, Victoria -0.161589622616518547 +5995 cspg_html_9343899465 cspg_html_9343899465:104:14267:14281 Griper Bay Banks Island -0.63434635355725455 +5996 aapg_ae_909.html aapg_ae_909.html:69:6489:6502 Uscari Cahuita -0.441486425747427802 +5997 cspg_html_3104351736 cspg_html_3104351736:141:17916:17924 Columbia Washington (state) -0.464501195477937445 +5998 sedimentology_html_1429481808 sedimentology_html_1429481808:381:29067:29077 Washington Wa (Japan) -0.0353624097936946907 +5999 aapg_af_854.html aapg_af_854.html:506:67117:67139 Edwardsville Kentucky -0.02390265150978289 +6000 cspg_html_7804036692 cspg_html_7804036692:2196:210605:210630 Beaverhill Alta, Utah -0.0270600859182637335 +6001 aapg_af_892.html aapg_af_892.html:280:25122:25144 Marble Falls Atoka, Oklahoma -0.433423304094416983 +6002 aapg_ad_440.html aapg_ad_440.html:322:31188:31198 Greenbrier Monroe, Michigan -0.49009668288503172 +6003 geology_html_4437314453 geology_html_4437314453:237:21636:21652 Maroon Colorado -0.457614356613462614 +6004 cspg_html_3907807140 cspg_html_3907807140:627:68996:69023 Athabasca Lacombe, Alberta -0.0390781048690825028 +6005 aapg_ae_296.html aapg_ae_296.html:193:19437:19459 Word Texas -0.440745470442491794 +6006 aapg_ae_31.html aapg_ae_31.html:283:27369:27389 Batesville Arkansas -0.0151097603849725953 +6007 cspg_html_4664502755 cspg_html_4664502755:556:67815:67837 Grand Rapids Western world -0.462125287699645448 +6008 gsa_html_1040524378 gsa_html_1040524378:796:82155:82165 Washington Boise, Idaho -0.457487488497030304 +6009 aapg_ah_756.html aapg_ah_756.html:252:23426:23436 Whitehorse Amarillo, Texas -0.04261586758794602 +6010 geology_html_7594699567 geology_html_7594699567:74:6758:6772 Fredericksburg Virginia -0.47829406272822006 +6011 gsa_html_8740218609 gsa_html_8740218609:1030:97674:97682 Victoria Cincinnati -0.0373410435717038552 +6012 cspg_html_8174352156 cspg_html_8174352156:29:3281:3289 Columbia Victoria, British Columbia -0.47735290933611807 +6013 aapg_aa_23.html aapg_aa_23.html:373:43997:44006 Red River Williston, Vermont 1.00675389645533619 +6014 cspg_html_8464109528 cspg_html_8464109528:171:19865:19875 Besa River Victoria, British Columbia -0.0243946529781233976 +6015 aapg_ac_141.html aapg_ac_141.html:8:353:361 Colorado Denver -0.458648092769168181 +6016 cspg_html_7561290301 cspg_html_7561290301:215:26167:26186 Keg River Black Creek (Toronto) -0.431078138050761561 +6017 cspg_html_5345848475 cspg_html_5345848475:409:46892:46921 Wapiabi Calgary -0.488872438533925924 +6018 aapg_ae_872.html aapg_ae_872.html:298:35654:35674 Tuscaloosa Tuscaloosa, Alabama -0.029755595097347827 +6019 palaios_html_3140337808 palaios_html_3140337808:68:5872:5900 Green River Colorado -0.445984933244691462 +6020 sedimentology_html_9550478777 sedimentology_html_9550478777:156:12806:12810 Seco Puerto Palomas, Chihuahua -0.482931300996293389 +6021 geology_html_8881449794 geology_html_8881449794:41:5015:5023 Colorado Pueblo, Colorado -0.0590855308017678646 +6022 cspg_html_5484260516 cspg_html_5484260516:1137:99921:99941 Big Valley Lacombe, Alberta -0.439098796420780313 +6023 aapg_ai_1.html aapg_ai_1.html:394:36239:36271 Hermosa Hermosa, Chicago -0.493525020516280222 +6024 gsa_html_5851281923 gsa_html_5851281923:202:21811:21821 Washington Pacific Northwest -0.0317836884462165403 +6025 cspg_html_4103411715 cspg_html_4103411715:501:51211:51227 Viking Lacombe, Alberta -0.00125424333549307727 +6026 aapg_ae_319.html aapg_ae_319.html:598:50673:50690 Entrada Carmel, Indiana 0.261390688490873768 +6027 gsa_html_7120668170 gsa_html_7120668170:779:75449:75457 Colorado Sonora -0.490378908520278767 +6028 aapg_aa_730.html aapg_aa_730.html:87:10815:10821 Sabine Ocala, Florida -0.492281675671482677 +6029 aapg_ac_925.html aapg_ac_925.html:116:17277:17283 Guinda Putah Creek -0.440467486742992853 +6030 sedimentology_html_2482395197 sedimentology_html_2482395197:594:45540:45545 Rapid Iceland -0.46567095948211501 +6031 gsa_html_1714078142 gsa_html_1714078142:783:65987:66015 Green River Colorado -0.0186775409744464604 +6032 aapg_aa_932.html aapg_aa_932.html:24:3212:3222 Whitehorse San Angelo, Texas -0.456416618922522499 +6033 aapg_ae_171.html aapg_ae_171.html:480:46298:46307 Newcastle Hot Springs, Arkansas 0.000945025165510868953 +6034 AMJC_html_6539706032 AMJC_html_6539706032:246:23851:23879 Sterling Hartford, Connecticut -0.476172115937115059 +6035 aapg_ae_904.html aapg_ae_904.html:155:16324:16349 Minnekahta Black Hills 0.38583588584271078 +6036 aapg_ae_255.html aapg_ae_255.html:270:30900:30904 Frio Matagorda County, Texas -0.439778445957034858 +6037 aapg_af_397.html aapg_af_397.html:423:49771:49778 Entrada Entrada Sandstone -0.0125432965018171631 +6038 gsa_html_4385238876 gsa_html_4385238876:809:82381:82391 Whitehorse Weston, Florida -0.0318915382493003205 +6039 aapg_ai_49.html aapg_ai_49.html:160:18133:18152 Maroon Colorado -0.036075857948020304 +6040 aapg_aa_360.html aapg_aa_360.html:476:47201:47214 Indio Cibolo, Texas -0.460964719996515115 +6041 gsa_html_4438819447 gsa_html_4438819447:364:42275:42294 Mattagami Quebec City -0.493978458768718154 +6042 palaios_html_1803946422 palaios_html_1803946422:164:13863:13872 Sheffield England -0.448296279445968116 +6043 cspg_html_9970905394 cspg_html_9970905394:249:24692:24710 Read Bay Little Cornwallis Island -0.0331684163736417556 +6044 cspg_html_4031489103 cspg_html_4031489103:382:58447:58471 Wallace Pend Oreille River -0.479830848328458015 +6045 cspg_html_1665574291 cspg_html_1665574291:98:16822:16846 Frenchman Regina, Saskatchewan -0.0441727846104635197 +6046 aapg_ac_629.html aapg_ac_629.html:859:96702:96722 Citronelle Alabama 0.33587948743926388 +6047 aapg_ae_171.html aapg_ae_171.html:118:11037:11049 Dakota Colorado -0.0474930775226503829 +6048 aapg_ai_943.html aapg_ai_943.html:358:43196:43214 Monterey California -0.00405807716508260231 +6049 cspg_html_1274054064 cspg_html_1274054064:58:10025:10033 Columbia Lacombe, Alberta -0.0361854896356224864 +6050 aapg_aa_15.html aapg_aa_15.html:8:1158:1176 Wellborn Texas -0.439298641817729429 +6051 gsa_html_8418413113 gsa_html_8418413113:794:64310:64338 Green River Colorado 0.000152871659208356339 +6052 gsa_html_5625878232 gsa_html_5625878232:295:41372:41383 San Antonio Baja California peninsula -0.0342192516575154232 +6053 cspg_html_2492063773 cspg_html_2492063773:145:15996:16006 Assistance Edmonton, London -0.030239106807757675 +6054 aapg_ad_683.html aapg_ad_683.html:737:73764:73797 Moenkopi Hermosa, Chicago 0.614241235730599855 +6055 geology_html_9906887454 geology_html_9906887454:256:18591:18604 Owens Valley California 0.287832795324991675 +6056 aapg_ai_975.html aapg_ai_975.html:1448:103092:103119 Edwards Texas -0.445119676497256811 +6057 cspg_html_3854139935 cspg_html_3854139935:187:24684:24702 Foremost Lacombe, Alberta -0.442595627901035182 +6058 cspg_html_2650524233 cspg_html_2650524233:7:675:682 Bearpaw Edmonton, London 0.0305104381123500537 +6059 aapg_ai_491.html aapg_ai_491.html:922:80469:80486 Hermosa Colorado -0.502936613094039808 +6060 aapg_ae_31.html aapg_ae_31.html:243:25489:25505 Moorefield Arkansas -0.0283642962878183774 +6061 geology_html_4130667604 geology_html_4130667604:288:24122:24128 Oregon Washington (state) -0.43580087580188992 +6062 cspg_html_1336185084 cspg_html_1336185084:22:2592:2612 Clearwater Clearwater, Florida -0.041236814250852856 +6063 aapg_ad_403.html aapg_ad_403.html:6:872:877 Atoka Hot Springs, Arkansas -0.00961046045389274753 +6064 cspg_html_2625728726 cspg_html_2625728726:508:67164:67179 Leduc Lacombe, Alberta -0.466810220907495799 +6065 cspg_html_1475679140 cspg_html_1475679140:505:59710:59732 Sokoman Quebec City 0.00710174161421996044 +6066 aapg_af_663.html aapg_af_663.html:70:6859:6881 Higginsville Fort Scott National Historic Site -0.0509507230324179883 +6067 cspg_html_9951421861 cspg_html_9951421861:156:23780:23792 Grand Rapids Clearwater, Florida -0.00280034052174977849 +6068 palaios_html_3312501193 palaios_html_3312501193:47:5423:5440 Thaynes San Rafael Swell -0.0792959011673746855 +6069 cspg_html_8612721867 cspg_html_8612721867:453:53819:53837 Grosmont Lacombe, Alberta -0.486588444102287743 +6070 aapg_ai_975.html aapg_ai_975.html:842:68165:68182 Edwards San Marcos, California -0.459149520620870666 +6071 cspg_html_4694482219 cspg_html_4694482219:30:3900:3908 Whitemud Edmonton, London -0.441486425747427802 +6072 aapg_ae_472.html aapg_ae_472.html:269:32152:32163 Colon Venezuela 0.673776969457011932 +6073 gsa_html_5978706061 gsa_html_5978706061:969:74875:74903 Green River Colorado -0.427689691071663991 +6074 cspg_html_7278957427 cspg_html_7278957427:30:4537:4549 Strand Fiord Ellesmere Island -0.0603771315670732084 +6075 cspg_html_9142742810 cspg_html_9142742810:668:64959:64976 Gilwood Canada -0.482921973604061416 +6076 palaios_html_1262064602 palaios_html_1262064602:1109:108121:108137 Chinle Arizona -0.464706706380762058 +6077 aapg_ai_159.html aapg_ai_159.html:552:63335:63358 Chagres Caribbean -0.050574209527444236 +6078 aapg_aa_313.html aapg_aa_313.html:1399:149543:149551 Virginia Cape Henry Light -0.0132991361893864783 +6079 aapg_ac_653.html aapg_ac_653.html:164:16495:16505 Washington Elko County, Nevada -0.0285260271643415532 +6080 aapg_ac_720.html aapg_ac_720.html:238:26990:27010 Vincentown Denmark -0.0102845739324916134 +6081 aapg_ai_587.html aapg_ai_587.html:40:4936:4950 Woodford Ardmore, Pennsylvania -0.204707946446376743 +6082 cspg_html_8637177176 cspg_html_8637177176:487:52266:52272 Wapiti Lacombe, Alberta -0.0123938684119111291 +6083 geology_html_2149669942 geology_html_2149669942:13:777:787 Washington Washington (state) -0.499460251131451871 +6084 cspg_html_2094634763 cspg_html_2094634763:301:39658:39677 Ellerslie Lacombe, Alberta -0.0396699599273111145 +6085 cspg_html_4626597050 cspg_html_4626597050:260:31614:31622 Dinwoody Cheyenne, Wyoming -0.064370587065321061 +6086 aapg_ai_689.html aapg_ai_689.html:242:28618:28635 Haymond Texas -0.475977786028375149 +6087 sedimentology_html_4270818528 sedimentology_html_4270818528:1199:27985:27990 Douro Douro DOC -0.466842269540434285 +6088 aapg_ae_581.html aapg_ae_581.html:29:3926:3931 Eagle Judith River Formation -0.44255997020698512 +6089 geology_html_9528538031 geology_html_9528538031:25:1938:1971 Kingston Peak Panamint Range -0.492380698787899029 +6090 gsa_html_7125621200 gsa_html_7125621200:830:72395:72423 Green River Colorado -0.0260481030214056476 +6091 geology_html_9479859164 geology_html_9479859164:133:11285:11308 Colorado California -0.0841506199442561553 +6092 aapg_ae_876.html aapg_ae_876.html:110:11960:11990 Cedar Mountain Logan, Utah -0.434580403200599208 +6093 aapg_ae_772.html aapg_ae_772.html:3:357:372 Mesaverde New Mexico -0.420813643173481466 +6094 gsa_html_6589330144 gsa_html_6589330144:555:58883:58900 Peoria Loveland, Ohio -0.0189695239556965725 +6095 aapg_ad_757.html aapg_ad_757.html:230:27639:27652 Decorah Decorah, Iowa -0.473933011341934052 +6096 AMJC_html_5969956211 AMJC_html_5969956211:2116:220979:220989 Clearwater Boise, Idaho -0.0551948283959870986 +6097 gsa_html_2768342942 gsa_html_2768342942:715:70542:70549 Andrews Wisconsin -0.443933785681361437 +6098 cspg_html_5542874609 cspg_html_5542874609:390:45466:45487 Belly River Lacombe, Alberta -0.147934535166182601 +6099 sedimentology_html_8923738088 sedimentology_html_8923738088:2012:104932:104937 Price Vancouver -0.434673209477638822 +6100 aapg_af_789.html aapg_af_789.html:188:25288:25305 Chemung Huntington, West Virginia -0.211612954350619109 +6101 palaios_html_6956866368 palaios_html_6956866368:696:69790:69804 Ogallala Nebraska -0.445984933244691462 +6102 aapg_ac_569.html aapg_ac_569.html:4:610:630 Emma Fiord Ellesmere Island -0.46168136305604579 +6103 cspg_html_4909069338 cspg_html_4909069338:23:2693:2715 Albert Canada -0.073593953486042904 +6104 aapg_aa_95.html aapg_aa_95.html:171:16413:16419 Denver Denver -0.0879644447681008634 +6105 AMJC_html_5516451353 AMJC_html_5516451353:382:42069:42086 Berwick New Hampshire -0.0291434052387325206 +6106 gsa_html_8319219146 gsa_html_8319219146:421:45322:45330 Bull Run Rapidan River -0.492470301114008024 +6107 geology_html_7315534235 geology_html_7315534235:275:24349:24357 Yakataga Anchorage, Alaska -0.498177249769521491 +6108 gsa_html_4716386208 gsa_html_4716386208:980:83422:83450 Green River New Mexico 0.00247374805721130514 +6109 aapg_ae_803.html aapg_ae_803.html:743:92762:92768 Sierra Guatemala -0.467905110852730732 +6110 geology_html_7129477281 geology_html_7129477281:16:803:815 Pierre Nebraska -0.0101942281259971568 +6111 aapg_ae_454.html aapg_ae_454.html:405:34839:34848 Shongaloo Shreveport, Louisiana 0.0133338879149081258 +6112 aapg_ah_779.html aapg_ah_779.html:389:72501:72510 Tonoloway Helderberg -0.0366936389096963397 +6113 aapg_ai_877.html aapg_ai_877.html:198:20913:20923 Elk Pennsylvania -0.0281695262279110618 +6114 aapg_ae_715.html aapg_ae_715.html:4:580:599 Catahoula Houston -0.478284785297837578 +6115 aapg_ad_320.html aapg_ad_320.html:93:7933:7940 Jackson Mississippi River -0.463253167093327645 +6116 cspg_html_7323688702 cspg_html_7323688702:69:9959:9974 Leduc Lacombe, Alberta -0.015097596462230729 +6117 cspg_html_4326384800 cspg_html_4326384800:2036:250062:250081 Waterways Lacombe, Alberta -0.478535310781285639 +6118 gsa_html_7808051457 gsa_html_7808051457:252:21665:21682 Manitou Colorado -0.458720680358492616 +6119 aapg_ac_215.html aapg_ac_215.html:38:4690:4699 Englewood Missouri River -0.0776776062863140104 +6120 aapg_ai_278.html aapg_ai_278.html:642:81048:81086 Cayo Coco Cayo Coco -0.212069913139822791 +6121 AMJC_html_2905856018 AMJC_html_2905856018:1058:113630:113636 Oregon Boise, Idaho -0.0531265133576147158 +6122 aapg_ah_870.html aapg_ah_870.html:342:30107:30113 Borden Texas -0.460346366412303809 +6123 cspg_html_9912281240 cspg_html_9912281240:51:7674:7684 Milk River Lacombe, Alberta -0.047151578986696932 +6124 gsa_html_6423424604 gsa_html_6423424604:1940:171307:171317 Washington Westgate, Canterbury -0.473718414704639712 +6125 gsa_html_1119256423 gsa_html_1119256423:744:72321:72338 White River Sand Hills (Nebraska) -0.0453014649613171713 +6126 aapg_ai_874.html aapg_ai_874.html:19:1811:1822 Kaiparowits New Mexico -0.00809722087468487881 +6127 aapg_ac_414.html aapg_ac_414.html:218:27301:27323 Owens Valley California -0.0616026532469797841 +6128 aapg_af_16.html aapg_af_16.html:57:7070:7093 Frontier Lacombe, Alberta 0.00770284885627177569 +6129 cspg_html_9905904289 cspg_html_9905904289:13:2377:2383 Battle Regina, Saskatchewan 0.412385036959113382 +6130 AMJC_html_1964550508 AMJC_html_1964550508:866:97209:97221 Williamsport San Fernando Valley -0.00436382766958571481 +6131 aapg_ad_2.html aapg_ad_2.html:597:87196:87215 Alto Maryland -0.0131340660726573313 +6132 aapg_ac_333.html aapg_ac_333.html:251:32520:32525 Ouray Silverton, Oregon -0.0204312426216018105 +6133 aapg_af_665.html aapg_af_665.html:182:19971:19979 Oakville Wharton, New Jersey 0.0407702122733889366 +6134 cspg_html_9683836416 cspg_html_9683836416:456:70835:70847 Judith River Lacombe, Alberta -0.438093558395168947 +6135 aapg_aa_37.html aapg_aa_37.html:265:33654:33670 Kaibab Colorado Plateau -0.453292784807282967 +6136 cspg_html_2796643803 cspg_html_2796643803:118:18764:18772 Finnegan Lacombe, Alberta -0.4864081422828892 +6137 gsa_html_8055113978 gsa_html_8055113978:16:1226:1244 Wise Lake Alexander County, North Carolina -0.4391432028015122 +6138 cspg_html_5381643866 cspg_html_5381643866:321:39636:39654 Bickford Rocky Brook -0.0180709945054990453 +6139 geology_html_8085804773 geology_html_8085804773:240:21138:21145 Pearson Spain -0.0237792189309356042 +6140 gsa_html_1047526579 gsa_html_1047526579:892:89587:89594 Madison Transantarctic Mountains -0.468255854243320946 +6141 aapg_ai_356.html aapg_ai_356.html:282:28014:28028 Buda Austin, Chicago -0.446392131630084288 +6142 cspg_html_2253842195 cspg_html_2253842195:5:220:242 Buckinghorse Canada -0.0325612728688678896 +6143 sedimentology_html_1116078090 sedimentology_html_1116078090:1626:104942:104960 Monterey California -0.454475093508583283 +6144 geology_html_4735548631 geology_html_4735548631:259:21959:21970 Kunga Victoria, British Columbia 1.06410789289042329 +6145 aapg_aa_945.html aapg_aa_945.html:66:5638:5654 Rock River Salem, Oregon -0.471363620495062197 +6146 cspg_html_1524036211 cspg_html_1524036211:31:4089:4109 Phosphoria Logan, Utah -0.246883269866815913 +6147 aapg_ad_42.html aapg_ad_42.html:187:19029:19039 Bow Island Colorado -0.493489605901760553 +6148 aapg_aa_630.html aapg_aa_630.html:32:3736:3755 Aux Vases Illinois -0.496597579989056737 +6149 aapg_ah_467.html aapg_ah_467.html:181:14877:14885 Edmonton Lacombe, Alberta -0.509904404129938871 +6150 sedimentology_html_1568456861 sedimentology_html_1568456861:1261:92650:92670 Toro Roman Empire -0.493411698974303814 +6151 gsa_html_9898556493 gsa_html_9898556493:243:28917:28935 Riverbank Cabuyao, Laguna -0.483897233884893974 +6152 aapg_ad_466.html aapg_ad_466.html:1159:124262:124269 Choptank Virginia 0.00792175098374853399 +6153 gsa_html_5865982995 gsa_html_5865982995:1284:136289:136310 Green River Logan, Utah 0.337738336421858409 +6154 cspg_html_1770934036 cspg_html_1770934036:507:58446:58457 Shaftesbury Lacombe, Alberta -0.00190221287180793197 +6155 gsa_html_2832151886 gsa_html_2832151886:432:37042:37063 Fish Scales Lacombe, Alberta -0.0181492015008520059 +6156 aapg_ae_324.html aapg_ae_324.html:1201:120325:120329 Bays Murfreesboro, Tennessee -0.0380668126428187481 +6157 palaios_html_4592561338 palaios_html_4592561338:334:30593:30604 Green River Cheyenne, Wyoming -0.0386046469573407755 +6158 geology_html_3591851404 geology_html_3591851404:354:25640:25648 Columbia Victoria, British Columbia -0.462097962880594848 +6159 palaios_html_3036115408 palaios_html_3036115408:512:51522:51533 Bloomington Currie, Minnesota -0.485406637327558677 +6160 aapg_af_653.html aapg_af_653.html:385:45769:45778 San Diego California -0.0706011131815249549 +6161 cspg_html_4680797491 cspg_html_4680797491:6:286:307 Beaverhill Lacombe, Alberta -0.485369220602805185 +6162 aapg_ac_20.html aapg_ac_20.html:113:11086:11115 Woodbine Woodville, New Zealand -0.0134867960158028318 +6163 aapg_aa_992.html aapg_aa_992.html:331:40960:40969 Valentine Jennings, Louisiana -0.0170838731942537375 +6164 gsa_html_5865982995 gsa_html_5865982995:1367:144431:144459 Green River Cheyenne, Wyoming -0.0676291696793827474 +6165 cspg_html_3589404052 cspg_html_3589404052:996:107731:107747 Belloy Lacombe, Alberta 0.329704332320285731 +6166 cspg_html_9152086986 cspg_html_9152086986:43:6032:6065 Halfway Wembley Stadium -0.482784406317177284 +6167 aapg_ae_151.html aapg_ae_151.html:74:7031:7039 Bachelor Saskatoon -0.470510360514459824 +6168 aapg_af_568.html aapg_af_568.html:763:69772:69780 Sundance Dolomites -0.419603518287304689 +6169 aapg_ad_200.html aapg_ad_200.html:233:24243:24253 Washington Washington (state) -0.0126041104713934711 +6170 gsa_html_7199417381 gsa_html_7199417381:286:31721:31744 White River Nebraska -0.46567095948211501 +6171 sedimentology_html_7173233072 sedimentology_html_7173233072:1342:79400:79408 Victoria Victoria, British Columbia -0.0489010438658518606 +6172 cspg_html_3026112034 cspg_html_3026112034:899:83164:83199 Keg River Canada -0.456416618922522499 +6173 aapg_ad_379.html aapg_ad_379.html:341:29586:29593 Oquirrh New Mexico 0.759926507093462877 +6174 gsa_html_7808051457 gsa_html_7808051457:526:49081:49098 Dotsero Colorado -0.474842748246669499 +6175 aapg_ah_96.html aapg_ah_96.html:357:42167:42197 Upper Red River Williston, Vermont -0.46168136305604579 +6176 cspg_html_7539214955 cspg_html_7539214955:128:16715:16735 Jean Marie Victoria, British Columbia -0.493411698974303814 +6177 aapg_ae_74.html aapg_ae_74.html:562:53061:53080 Greenhorn Mancos, Colorado -0.427378261836636852 +6178 aapg_aa_47.html aapg_aa_47.html:754:91142:91149 Minturn Madera County, California -0.063168954684827 +6179 aapg_ai_468.html aapg_ai_468.html:4:589:602 Cotton Valley Bossier City, Louisiana -0.00693148706696411487 +6180 geology_html_1154109970 geology_html_1154109970:99:10035:10057 Summit Creek Mackenzie River -0.474863540124580097 +6181 aapg_ad_808.html aapg_ad_808.html:546:33804:33812 Tensleep Des Moines, Washington -0.0480262627677959034 +6182 aapg_ac_366.html aapg_ac_366.html:5:769:803 Tuscarora Knoxville, Tennessee 0.00208635470354952756 +6183 gsa_html_7580135520 gsa_html_7580135520:595:54225:54231 Oregon Salem, Oregon -0.490016735996709807 +6184 geology_html_2198528432 geology_html_2198528432:266:25332:25341 San Diego North Carolina 0.0217366323453636913 +6185 aapg_ae_182.html aapg_ae_182.html:372:39167:39188 Pine Island Cotton Valley, Louisiana -0.00984327149097449609 +6186 aapg_ad_865.html aapg_ad_865.html:380:37531:37536 Ouray Colorado -0.0554302997400826919 +6187 aapg_aa_145.html aapg_aa_145.html:66:8937:8945 Columbia Victoria, British Columbia 0.0125641469917892636 +6188 aapg_ac_560.html aapg_ac_560.html:143:19454:19471 Vicksburg Hidalgo County, New Mexico -0.0124129812660324374 +6189 aapg_ac_702.html aapg_ac_702.html:361:37536:37542 Topeka Atchison, Kansas -0.00600378253077448604 +6190 aapg_ac_867.html aapg_ac_867.html:651:89753:89760 Madison Cheyenne, Wyoming -0.484359586108593421 +6191 cspg_html_9501006975 cspg_html_9501006975:524:54953:54999 Dunvegan Victoria, British Columbia -0.0114868900754173092 +6192 cspg_html_5973552270 cspg_html_5973552270:80:11665:11685 Swan Hills Swan Hill, Victoria -0.463526807661379381 +6193 sedimentology_html_7567618503 sedimentology_html_7567618503:990:59155:59160 Slope Campos Basin -0.440425240506611693 +6194 cspg_html_9951421861 cspg_html_9951421861:140:21994:22010 Viking Lacombe, Alberta 0.434511909211018843 +6195 aapg_af_19.html aapg_af_19.html:144:12578:12593 Tyler Sumatra -0.427689691071663991 +6196 gsa_html_5140765555 gsa_html_5140765555:1030:76796:76824 Green River Colorado 0.0312827215063835179 +6197 AMJC_html_6051140390 AMJC_html_6051140390:566:54613:54617 Hall London, Ontario -0.0231725008237077118 +6198 aapg_ai_582.html aapg_ai_582.html:109:10109:10117 Sundance Spearfish, South Dakota -0.0507415465108338806 +6199 gsa_html_4415818938 gsa_html_4415818938:1602:100469:100497 Green River Colorado 0.0051976984001821944 +6200 aapg_aa_544.html aapg_aa_544.html:336:45321:45328 Wasatch Wasatch Range -0.0405055828126232101 +6201 aapg_ah_318.html aapg_ah_318.html:1062:108347:108370 Cotton Valley Shreveport, Louisiana -0.0161923738037419891 +6202 aapg_ad_275.html aapg_ad_275.html:51:4891:4906 Diablo Marfa lights -0.432223543643836305 +6203 gsa_html_1751809192 gsa_html_1751809192:61:4408:4436 Green River New Mexico -0.0912213204779462328 +6204 aapg_ad_721.html aapg_ad_721.html:475:44691:44708 Queen Carlsbad, New Mexico -0.414392875306418662 +6205 aapg_ae_306.html aapg_ae_306.html:597:70498:70503 Colon Trujillo, Peru -0.0331753752251057327 +6206 aapg_ah_123.html aapg_ah_123.html:114:8941:8947 Salina Salina, Kansas -0.407915098418512478 +6207 aapg_ai_958.html aapg_ai_958.html:13:1323:1330 Hampton Texas -0.447314589257592876 +6208 AMJC_html_7984049819 AMJC_html_7984049819:100:11427:11445 Kittery New Hampshire -0.452003931056544739 +6209 aapg_ae_985.html aapg_ae_985.html:87:7667:7677 Queen New Mexico -0.00455839673073113721 +6210 sedimentology_html_6277855897 sedimentology_html_6277855897:617:55605:55611 Salado New Mexico -0.0653453472638044347 +6211 gsa_html_1197940982 gsa_html_1197940982:1220:115582:115595 Midas Virginia -0.0386899373065015401 +6212 AMJC_html_3632105729 AMJC_html_3632105729:939:101789:101799 Washington Salem, Oregon -0.0142635127702024425 +6213 aapg_ad_0.html aapg_ad_0.html:208:18048:18056 Kankakee Michigan -0.495894089017784534 +6214 gsa_html_1119256423 gsa_html_1119256423:18:963:969 Reston Virginia -0.458720680358492616 +6215 cspg_html_3026112034 cspg_html_3026112034:606:56379:56402 Leduc Pine Brook, New Jersey -0.466965896576978678 +6216 geology_html_1455711067 geology_html_1455711067:458:28947:28954 Torquay England -0.0180709945054990453 +6217 aapg_aa_415.html aapg_aa_415.html:315:46535:46548 Nacatoch Arkansas -0.00603852775893074737 +6218 aapg_ad_737.html aapg_ad_737.html:110:15884:15892 Scotland Autun Cathedral -0.469809513538571255 +6219 aapg_ah_271.html aapg_ah_271.html:67:7942:7965 Cotton Valley Shreveport, Louisiana 0.0844557452878777065 +6220 cspg_html_5435328392 cspg_html_5435328392:222:28421:28427 Viking Colorado -0.0273313514332929886 +6221 cspg_html_9185158332 cspg_html_9185158332:519:63222:63251 Dunvegan Canada -0.468455358769372721 +6222 aapg_ai_296.html aapg_ai_296.html:736:67008:67013 Tidal Maryland -0.0949659398064475746 +6223 aapg_ac_868.html aapg_ac_868.html:108:11213:11221 Wolfcamp Middle Ordovician -0.434978208988435311 +6224 gsa_html_5253952002 gsa_html_5253952002:565:58757:58762 Basal Shreveport, Louisiana -0.479670542308177961 +6225 aapg_af_323.html aapg_af_323.html:19:2989:3006 Cardium Lacombe, Alberta -0.408342906321953247 +6226 aapg_af_128.html aapg_af_128.html:91:9076:9087 Reclamation Hartville, Missouri -0.465026484605756241 +6227 aapg_af_2.html aapg_af_2.html:727:66381:66403 Sevy Dolomite Logan, Utah 0.381946076406398882 +6228 aapg_ai_912.html aapg_ai_912.html:16:3503:3509 Hatter Chunchula, Alabama -0.464569693827358687 +6229 gsa_html_8669219468 gsa_html_8669219468:716:60101:60129 Green River Colorado -0.033773852470743819 +6230 AMJC_html_1964550508 AMJC_html_1964550508:1114:115561:115571 Washington Pennsylvania -0.471464870791560964 +6231 geology_html_6700988922 geology_html_6700988922:336:25651:25656 Crete Greece -0.46105569042928074 +6232 aapg_af_858.html aapg_af_858.html:201:19301:19312 Black River Ohio -0.446231020576565107 +6233 aapg_ad_649.html aapg_ad_649.html:356:43763:43771 Kootenai Western world -0.406941931605251606 +6234 gsa_html_7791910472 gsa_html_7791910472:40:3655:3665 Laurentian Gondwana -0.0439881690847485213 +6235 cspg_html_1921053357 cspg_html_1921053357:7:808:829 Shaftesbury Lacombe, Alberta -0.267296042876021822 +6236 cspg_html_5541725202 cspg_html_5541725202:488:66262:66272 Boss Point Riversdale, New Zealand 0.0227013972285232159 +6237 aapg_af_751.html aapg_af_751.html:360:47962:47978 Sespe Santa Ynez, California -0.0201913809518237848 +6238 sedimentology_html_5315330584 sedimentology_html_5315330584:440:39511:39515 Java Borneo -0.0142026952151300869 +6239 aapg_aa_113.html aapg_aa_113.html:274:28907:28924 Todos Santos Guatemala -0.0205424838715731368 +6240 aapg_ae_448.html aapg_ae_448.html:222:25424:25443 Smackover Kaufman County, Texas -0.00952011624606233578 +6241 aapg_ai_286.html aapg_ai_286.html:149:14483:14487 Bond Cincinnati -0.018194387898863601 +6242 jgeology_html_5518896417 jgeology_html_5518896417:244:11006:11015 Garibaldi Richmond, California -0.0389492941804812226 +6243 aapg_ah_997.html aapg_ah_997.html:70:13742:13752 Washington Maryland -0.00260577470876247183 +6244 aapg_ae_41.html aapg_ae_41.html:77:6363:6388 Beaverhill Lacombe, Alberta -0.04989269854500962 +6245 cspg_html_8612721867 cspg_html_8612721867:1353:149149:149179 Nisku Canada -0.0101247315019664351 +6246 aapg_ad_720.html aapg_ad_720.html:197:20538:20558 San Andres Delaware -0.416376659595793952 +6247 aapg_ai_491.html aapg_ai_491.html:169:19574:19589 Pinkerton Trail Atoka, Oklahoma -0.112352519104974874 +6248 aapg_ae_873.html aapg_ae_873.html:562:64379:64385 Paluxy Goodland, Kansas -0.424249874232666135 +6249 aapg_ac_753.html aapg_ac_753.html:172:22449:22455 Navajo Colorado -0.476449805414249639 +6250 gsa_html_6423424604 gsa_html_6423424604:1946:171691:171697 Oregon Lancaster, California -0.444157000692344317 +6251 cspg_html_1173833070 cspg_html_1173833070:135:16298:16306 Paskapoo Edmonton, London -0.153879625545889354 +6252 cspg_html_5807593737 cspg_html_5807593737:592:74196:74208 Cooking Lake Lacombe, Alberta -0.444844842741709823 +6253 gsa_html_7808051457 gsa_html_7808051457:682:68052:68060 Colorado Western world -0.476061064960921709 +6254 jgeology_html_2692600950 jgeology_html_2692600950:1777:100230:100234 Hall London, Ontario -0.481777803377517411 +6255 gsa_html_4719798013 gsa_html_4719798013:330:32933:32958 Blackwater Draw Muleshoe National Wildlife Refuge -0.480667710196792775 +6256 cspg_html_4405340534 cspg_html_4405340534:600:78453:78463 West Point Quebec City -0.0315888654763454985 +6257 aapg_ah_95.html aapg_ah_95.html:3:348:368 Rainvalley Arizona -0.479893584862882694 +6258 cspg_html_6306091047 cspg_html_6306091047:553:75916:75935 Pardonet Victoria, British Columbia -0.475085351012185853 +6259 aapg_aa_103.html aapg_aa_103.html:134:11700:11708 Woodbine East Texas -0.472574788136010782 +6260 cspg_html_3926542795 cspg_html_3926542795:316:40197:40217 Swan Hills Lacombe, Alberta -0.445998354490544591 +6261 sedimentology_html_7797187473 sedimentology_html_7797187473:1138:94894:94898 Hull Iran -0.488747997928766997 +6262 aapg_ai_49.html aapg_ai_49.html:261:31229:31246 Todilto New Mexico -0.462111625185478381 +6263 aapg_ah_276.html aapg_ah_276.html:347:33872:33878 Denver Colorado -0.457487488497030304 +6264 palaios_html_7111318862 palaios_html_7111318862:1020:104144:104166 Judith River Lacombe, Alberta -0.0171829308693467256 +6265 gsa_html_4310172940 gsa_html_4310172940:14:469:475 Oregon Salem, Oregon -0.474992922950619234 +6266 aapg_ah_565.html aapg_ah_565.html:30:3573:3590 Chadron Chadron, Nebraska -0.227807140907085592 +6267 cspg_html_6121424055 cspg_html_6121424055:14:1479:1489 Horn River Great Slave Lake -0.150310178019444657 +6268 aapg_ae_29.html aapg_ae_29.html:465:54440:54467 Pottsville Pocono Raceway -0.436635337512616073 +6269 aapg_ac_294.html aapg_ac_294.html:60:5641:5658 Trail Emery County, Utah -0.49293261121873766 +6270 palaios_html_7206591444 palaios_html_7206591444:161:23433:23447 Word Guadalupe Mountains National Park 0.385362793509305301 +6271 aapg_ah_775.html aapg_ah_775.html:373:41949:41957 Colorado Colorado -0.521911066181719008 +6272 aapg_ai_356.html aapg_ai_356.html:155:16411:16421 Georgetown Del Rio, Tennessee -0.0404707637071786003 +6273 aapg_ad_269.html aapg_ad_269.html:314:32897:32909 Wilcox Texas -0.460487277041231158 +6274 aapg_ai_722.html aapg_ai_722.html:363:41185:41193 Michigan Michigan -0.441553207562292771 +6275 cspg_html_9648675035 cspg_html_9648675035:6:233:241 Columbia Victoria, British Columbia -0.462125287699645448 +6276 aapg_ai_916.html aapg_ai_916.html:387:52635:52647 Wilcox Shreveport, Louisiana -0.0209613827792686502 +6277 palaios_html_9901343833 palaios_html_9901343833:19:1082:1094 North Branch Nassau, Bahamas -0.46328736756315686 +6278 cspg_html_5940878099 cspg_html_5940878099:46:7013:7022 Elm Point Canada -0.495711798447340535 +6279 cspg_html_2419618566 cspg_html_2419618566:981:109097:109105 Columbia Victoria, British Columbia -0.426994598175165718 +6280 aapg_af_897.html aapg_af_897.html:5:666:671 Atoka Pottsville, Pennsylvania -0.039795298644464551 +6281 cspg_html_4666332434 cspg_html_4666332434:66:10920:10930 Milk River Lacombe, Alberta -0.459294782857853967 +6282 sedimentology_html_6276603644 sedimentology_html_6276603644:1441:90773:90779 Snyder California -0.462102516958969756 +6283 aapg_ae_544.html aapg_ae_544.html:75:10542:10552 Hell Creek Williston, Vermont 0.00132025624175985054 +6284 gsa_html_8296322881 gsa_html_8296322881:29:2796:2824 Green River Colorado 0.0225884038971819467 +6285 aapg_ah_647.html aapg_ah_647.html:698:76565:76582 Concha Colina, Chile -0.0322203122766998376 +6286 aapg_ah_318.html aapg_ah_318.html:1007:101810:101829 Smackover Cotton Valley, Louisiana -0.00508998959117516313 +6287 palaios_html_1078207794 palaios_html_1078207794:12:623:631 Colorado Colorado -0.451913869834985604 +6288 aapg_ac_90.html aapg_ac_90.html:341:37484:37501 Dunlap Wisconsin -0.0401573975935689137 +6289 aapg_ak_76.html aapg_ak_76.html:139:20507:20517 Rio Grande San Juan, Argentina -0.106674687858483844 +6290 aapg_ac_621.html aapg_ac_621.html:150:12626:12643 Emporia Auburn, Alabama -0.42658041474227687 +6291 gsa_html_8010927234 gsa_html_8010927234:432:35143:35153 Keokuk New Hampshire -0.0273835184878958443 +6292 cspg_html_9843429624 cspg_html_9843429624:731:102327:102335 Columbia Victoria, British Columbia -0.441593278961416758 +6293 cspg_html_5241714595 cspg_html_5241714595:205:32065:32085 Dawson Bay Regina, Saskatchewan 0.031456665985912749 +6294 gsa_html_3816882354 gsa_html_3816882354:784:69863:69871 Columbia Victoria, British Columbia -0.429008912224210892 +6295 gsa_html_3521452491 gsa_html_3521452491:724:61688:61708 Hell Creek Northern Great Plain -0.422147407249121198 +6296 aapg_ai_28.html aapg_ai_28.html:106:8901:8909 Oakville Oakville, California -0.0467961571994701744 +6297 aapg_ad_734.html aapg_ad_734.html:110:12291:12308 Madison Canada -0.040395903070456575 +6298 cspg_html_9508543859 cspg_html_9508543859:157:18279:18290 Utica Black River, Jamaica -0.456344217050148659 +6299 gsa_html_1079290957 gsa_html_1079290957:968:95153:95168 Chugwater Cheyenne, Wyoming -0.0328900657953446335 +6300 aapg_ah_283.html aapg_ah_283.html:527:63631:63637 Denver Colorado -0.450829332903146696 +6301 cspg_html_4326384800 cspg_html_4326384800:994:145481:145510 Beaverhill Swan Hill, Victoria -0.181441541403235596 +6302 cspg_html_3328007773 cspg_html_3328007773:1015:102216:102224 Bullhead Lacombe, Alberta -0.0258220684876826687 +6303 palaios_html_2859810051 palaios_html_2859810051:292:22978:22996 Niobrara Colorado -0.470292003998596664 +6304 aapg_ae_427.html aapg_ae_427.html:823:56301:56323 Church Creek Monterey County, California -0.0758025274165664009 +6305 cspg_html_1814004928 cspg_html_1814004928:5:218:254 Debolt Canada -0.472574788136010782 +6306 sedimentology_html_8924667898 sedimentology_html_8924667898:1528:59750:59756 Lisbon Charleston, South Carolina -0.472512577150688062 +6307 gsa_html_9152662653 gsa_html_9152662653:119:11132:11152 Sykesville Potomac River -0.455197874748240694 +6308 aapg_ad_800.html aapg_ad_800.html:135:15741:15750 Demopolis Texas -0.457691392417615917 +6309 aapg_aa_613.html aapg_aa_613.html:298:26224:26231 Venango Pennsylvania -0.466782751574986277 +6310 palaios_html_3523436416 palaios_html_3523436416:566:58792:58801 Rochester Rochester, Kent -0.486457311735010611 +6311 gsa_html_2266546108 gsa_html_2266546108:249:25095:25101 Sierra Bartow County, Georgia -0.0625944224537374611 +6312 jgeology_html_8064855537 jgeology_html_8064855537:1347:76006:76020 Cedar Mountain Colorado -0.479438267468745405 +6313 aapg_ac_628.html aapg_ac_628.html:270:43355:43362 Wasatch North Horn Formation -0.464409872562970838 +6314 aapg_ah_158.html aapg_ah_158.html:125:23980:23993 Lone Mountain Bear Mountain (Connecticut) -0.0815508724431631693 +6315 aapg_aa_148.html aapg_aa_148.html:254:27151:27173 Burro Canyon Colorado -0.461026124022890449 +6316 aapg_af_625.html aapg_af_625.html:811:81656:81671 Bloomsburg Ohio 0.336374088889855705 +6317 gsa_html_2989317971 gsa_html_2989317971:491:53349:53371 Challis Boise, Idaho -0.486398776993572868 +6318 cspg_html_8438548095 cspg_html_8438548095:6:271:289 Edmonton Central Alberta -0.484266161538602968 +6319 aapg_ah_64.html aapg_ah_64.html:41:4882:4890 Onondaga Salina, Kansas -0.471405039658470026 +6320 geology_html_8451126499 geology_html_8451126499:181:17693:17723 Peninsula South Africa -0.510181355605583309 +6321 palaios_html_3751051678 palaios_html_3751051678:904:88318:88324 Denver Colorado -0.0245041819254211805 +6322 palaios_html_4880574501 palaios_html_4880574501:167:19823:19837 Kope Netherlands -0.468054102450840448 +6323 aapg_ac_782.html aapg_ac_782.html:99:18584:18588 Wise Denton, Greater Manchester 0.00127335233315172751 +6324 gsa_html_3014011851 gsa_html_3014011851:31:2533:2541 Rockwell San Diego -0.00860799843042621068 +6325 gsa_html_7875871937 gsa_html_7875871937:626:58595:58607 Saskatchewan Regina, Saskatchewan -0.480602591853576067 +6326 sedimentology_html_8235548259 sedimentology_html_8235548259:942:66974:66990 Wilcox Texas -0.482092240402263728 +6327 palaios_html_7465495929 palaios_html_7465495929:60:6594:6611 La Luna Lake Maracaibo -0.473081857330366395 +6328 cspg_html_8290572971 cspg_html_8290572971:526:58952:58957 Price Victoria, British Columbia -0.457614356613462614 +6329 sedimentology_html_1685838353 sedimentology_html_1685838353:24:1719:1730 Peace River Lacombe, Alberta -0.0538170462628818486 +6330 cspg_html_6647936472 cspg_html_6647936472:290:33770:33793 Winnipegosis Regina, Saskatchewan -0.0877240088438094867 +6331 palaios_html_2399848899 palaios_html_2399848899:636:55601:55616 Eutaw Alabama 0.944676164905386972 +6332 aapg_ae_794.html aapg_ae_794.html:517:55888:55904 Coffee Selma to Montgomery marches -0.29844762899931937 +6333 aapg_ah_745.html aapg_ah_745.html:138:12024:12033 Maquoketa Shakopee, Minnesota -0.0187314184669610528 +6334 cspg_html_3328007773 cspg_html_3328007773:709:76500:76511 Peace River Western world -0.453739353605666973 +6335 AMJC_html_8402437205 AMJC_html_8402437205:62:6514:6523 Chumstick Leavenworth, Washington -0.0673984739998807758 +6336 AMJC_html_7984049819 AMJC_html_7984049819:696:74479:74497 Berwick Western world -0.014941203695627946 +6337 aapg_ah_644.html aapg_ah_644.html:257:30718:30733 Swift Regina, Saskatchewan -0.474050715756885177 +6338 geology_html_8881449794 geology_html_8881449794:172:17500:17518 Frontier Cheyenne, Wyoming -0.440300736461396947 +6339 gsa_html_5107598462 gsa_html_5107598462:719:66780:66789 Rochester Pennsylvania -0.0249388283192189877 +6340 aapg_ah_260.html aapg_ah_260.html:437:61426:61440 Cedar Mountain Colorado -0.458784199315796892 +6341 aapg_aa_77.html aapg_aa_77.html:50:4697:4716 Aux Vases Chester, Pennsylvania -0.429758237443568836 +6342 sedimentology_html_3071253237 sedimentology_html_3071253237:604:47709:47719 Santa Cruz California -0.484079342907875299 +6343 aapg_ad_959.html aapg_ad_959.html:115:11505:11526 Clays Ferry Kentucky 0.370017821674058889 +6344 aapg_ac_190.html aapg_ac_190.html:109:19568:19586 Onondaga Pennsylvania -0.469051848391689397 +6345 cspg_html_2758185645 cspg_html_2758185645:15:2415:2435 Mount Head Meramec River 0.822832936414963245 +6346 aapg_aa_702.html aapg_aa_702.html:1943:172828:172834 Denver Colorado -0.0442511603309229257 +6347 aapg_ae_73.html aapg_ae_73.html:788:104212:104220 Colorado Colorado -0.475991665297052891 +6348 gsa_html_5552216115 gsa_html_5552216115:1580:144945:144961 Tulare Long Beach, California -0.46944207930236781 +6349 aapg_ad_192.html aapg_ad_192.html:14:1999:2015 Tuscaloosa Mississippi River 0.388293118235024826 +6350 sedimentology_html_1737344436 sedimentology_html_1737344436:1042:83021:83026 Crete Spain 0.00776191758677063481 +6351 sedimentology_html_8107238150 sedimentology_html_8107238150:1468:92658:92675 Wasatch Spain -0.419699228406432479 +6352 aapg_ai_340.html aapg_ai_340.html:552:52531:52550 Matanuska Anchorage, Alaska -0.0681587571968451378 +6353 cspg_html_4326384800 cspg_html_4326384800:868:122817:122833 Kakisa Canada -0.0472630871063566826 +6354 cspg_html_1893593837 cspg_html_1893593837:710:51070:51095 Red Head Rapids Southampton Island -0.00436382766958571481 +6355 aapg_aa_232.html aapg_aa_232.html:247:27121:27135 Kiamichi Texas -0.428567504724311155 +6356 gsa_html_4557277250 gsa_html_4557277250:84:10233:10250 Carmel Gunlock, Utah -0.424217090203684033 +6357 aapg_ad_605.html aapg_ad_605.html:108:11580:11591 Green River Logan, Utah -0.416615158514964445 +6358 aapg_aa_914.html aapg_aa_914.html:64:8440:8462 Marble Falls Atoka, Oklahoma -0.467194881190696076 +6359 aapg_af_3.html aapg_af_3.html:313:29271:29286 Supai Arizona -0.445998354490544591 +6360 sedimentology_html_1117213207 sedimentology_html_1117213207:1397:99634:99662 Tidal Nassau, Bahamas -0.443732938342886629 +6361 aapg_af_381.html aapg_af_381.html:47:6742:6759 Topanga Santa Monica Mountains -0.475258680049542748 +6362 aapg_aa_303.html aapg_aa_303.html:325:30127:30142 Ouray Colorado -0.443755252554939694 +6363 gsa_html_8273591064 gsa_html_8273591064:54:3325:3353 Green River Colorado 0.00607327300641191583 +6364 aapg_ae_731.html aapg_ae_731.html:288:26389:26406 Cantuar Regina, Saskatchewan 0.027282662360175531 +6365 sedimentology_html_6051696699 sedimentology_html_6051696699:216:17888:17907 Caledonia New Caledonia -0.477121254719662491 +6366 gsa_html_2240019054 gsa_html_2240019054:625:54874:54897 Ashe Chapel Hill, North Carolina -0.0682513965028206937 +6367 aapg_ae_305.html aapg_ae_305.html:866:67903:67909 Sierra Maracaibo -0.488731563736560848 +6368 aapg_ai_654.html aapg_ai_654.html:262:38425:38445 Lodgepole Williston Basin 0.00828311544079899167 +6369 gsa_html_6281658899 gsa_html_6281658899:583:68041:68062 Green River Wasatch County, Utah 1.02044874900546878 +6370 jgeology_html_7014606947 jgeology_html_7014606947:757:54454:54458 Hall London, Ontario -0.472501057082917231 +6371 AMJC_html_1964550508 AMJC_html_1964550508:953:105827:105834 Bedford Pennsylvania -0.0227396412990933557 +6372 gsa_html_1783148177 gsa_html_1783148177:397:40261:40285 Mt Lytton Eagle Mountain (Minnesota) -0.0242746935922993796 +6373 gsa_html_7102550258 gsa_html_7102550258:1532:139909:139925 Navajo Logan, Utah -0.475196277624828634 +6374 cspg_html_5891044027 cspg_html_5891044027:300:57576:57591 Altyn Purcell Mountains -0.462166276497962936 +6375 sedimentology_html_3102998281 sedimentology_html_3102998281:4279:159962:159980 Shublik Anchorage, Alaska -0.026705362044744569 +6376 palaios_html_3059550670 palaios_html_3059550670:827:74591:74598 Yucatan Mexico -0.440254051746647612 +6377 geology_html_3433614123 geology_html_3433614123:14:751:761 Santa Cruz California -0.0308043870775981631 +6378 aapg_ae_681.html aapg_ae_681.html:137:16172:16181 Smackover Haynesville, Louisiana -0.440745470442491794 +6379 aapg_af_3.html aapg_af_3.html:264:26881:26923 Supai Supai, Arizona -0.441686785632637413 +6380 cspg_html_6278093686 cspg_html_6278093686:232:17088:17103 Liard Victoria, British Columbia -0.472040378581138065 +6381 AMJC_html_8522115051 AMJC_html_8522115051:1077:113782:113787 Rapid Earth -0.429947310326277143 +6382 aapg_ai_425.html aapg_ai_425.html:20:1434:1453 Woodford Wichita, Kansas -0.514547843397291094 +6383 cspg_html_7086880709 cspg_html_7086880709:343:44987:45000 Sulphur Point Buffalo National River -0.0616532854445230732 +6384 aapg_ad_760.html aapg_ad_760.html:171:19097:19119 Modelo Royal Botanic Gardens, Kew -0.455432903203822237 +6385 jgeology_html_6865938591 jgeology_html_6865938591:377:19115:19132 Entrada Logan, Utah -0.276785726444990721 +6386 gsa_html_1316826711 gsa_html_1316826711:896:71163:71171 Columbia Victoria, British Columbia -0.0487929978444478704 +6387 gsa_html_2717448156 gsa_html_2717448156:227:25068:25075 Challis Boise, Idaho -0.462102516958969756 +6388 gsa_html_5737673651 gsa_html_5737673651:65:4865:4890 Chinle Colorado -0.218239152707163458 +6389 aapg_ac_451.html aapg_ac_451.html:643:66900:66909 Wolverine Mount Michelson (Chugach Mountains) -0.448767326560191138 +6390 cspg_html_7406325086 cspg_html_7406325086:269:35934:35956 Swift Regina, Saskatchewan -0.443732938342886629 +6391 gsa_html_3860045860 gsa_html_3860045860:995:95031:95037 Oregon Salem, Oregon -0.447168994241326834 +6392 gsa_html_7047701599 gsa_html_7047701599:34:2900:2928 Green River Colorado -0.028708628918134603 +6393 aapg_ah_387.html aapg_ah_387.html:2141:231704:231713 Knoxville Mendocino County wine -0.466842269540434285 +6394 aapg_ai_105.html aapg_ai_105.html:330:39165:39171 Midway Red Rock Canyon National Conservation Area -0.0101247315019664351 +6395 sedimentology_html_9327087504 sedimentology_html_9327087504:371:35922:35930 Colorado California 0.0231759776533350427 +6396 aapg_ah_624.html aapg_ah_624.html:111:10940:10959 Greenhorn Mancos, Colorado -0.0834843261222963512 +6397 cspg_html_6331977039 cspg_html_6331977039:21:2040:2053 Baumann Fiord Ellesmere Island -0.456344217050148659 +6398 aapg_ai_107.html aapg_ai_107.html:141:13171:13180 Smackover Bossier City, Louisiana -0.468088488699643923 +6399 aapg_ah_532.html aapg_ah_532.html:34:3163:3175 Percha New Mexico -0.424643370066234593 +6400 cspg_html_9717154602 cspg_html_9717154602:1019:86090:86107 Bearpaw Saskatchewan River -0.00440204655713307986 +6401 cspg_html_2838996125 cspg_html_2838996125:64:11474:11482 Ramparts Fort Good Hope Airport -0.477204643263094197 +6402 cspg_html_9951421861 cspg_html_9951421861:345:49786:49798 Grand Rapids Clearwater, Florida -0.487532722920071437 +6403 gsa_html_1075724130 gsa_html_1075724130:644:54703:54739 Protection Athens, Georgia -0.473903010792736112 +6404 aapg_ah_505.html aapg_ah_505.html:74:7331:7337 Denver Colorado -0.500012071035915828 +6405 cspg_html_1812427756 cspg_html_1812427756:51:9467:9488 Mount Whyte Bow River 0.773935133651478924 +6406 aapg_ae_268.html aapg_ae_268.html:307:29603:29624 Waltersburg Illinois -0.0293555813701503708 +6407 cspg_html_3124360347 cspg_html_3124360347:164:30310:30330 Oil Creek Logan, Utah -0.0143364940209374722 +6408 aapg_aa_143.html aapg_aa_143.html:419:58061:58094 Wapanucka Johnston County, North Carolina -0.449050071375940441 +6409 palaios_html_7769060899 palaios_html_7769060899:599:55566:55575 Flagstaff Logan, Utah -0.0451203085338412122 +6410 sedimentology_html_3200584564 sedimentology_html_3200584564:891:69721:69738 Cardium Canada -0.00490757986669080291 +6411 aapg_ah_536.html aapg_ah_536.html:569:75477:75488 Pine Island County Sligo -0.459083706416541504 +6412 cspg_html_1509800797 cspg_html_1509800797:26:3316:3333 Bearpaw Lacombe, Alberta -0.0982513021028332961 +6413 cspg_html_1159946432 cspg_html_1159946432:492:58412:58428 Viking Regina, Saskatchewan -0.476130470160059438 +6414 aapg_ad_325.html aapg_ad_325.html:1243:114502:114510 Colorado Denver -0.52298941110660091 +6415 geology_html_1280033679 geology_html_1280033679:16:617:625 Colorado Denver -0.500364284453183039 +6416 gsa_html_7854597776 gsa_html_7854597776:81:9656:9666 Deep Creek Cherry Creek (Colorado) -0.0294721058156958669 +6417 sedimentology_html_8107238150 sedimentology_html_8107238150:1487:93172:93196 St. Mary River Canada -0.484079342907875299 +6418 aapg_ai_736.html aapg_ai_736.html:333:25912:25917 Kayak Anchorage, Alaska -0.0766340570337449151 +6419 aapg_ah_814.html aapg_ah_814.html:69:6996:7004 Nacatoch Saratoga, California -0.0392835092525669338 +6420 cspg_html_8266552811 cspg_html_8266552811:82:10759:10786 Viking Regina, Saskatchewan -0.0355346770173999987 +6421 cspg_html_4143222666 cspg_html_4143222666:29:4123:4154 Milk River Regina, Saskatchewan -0.025453465811003901 +6422 aapg_ae_627.html aapg_ae_627.html:41:4723:4728 Uinta Logan, Utah -0.441459714368856782 +6423 aapg_ae_181.html aapg_ae_181.html:35:5661:5676 Eutaw Selma to Montgomery marches -0.451956647802202349 +6424 aapg_ac_63.html aapg_ac_63.html:3:295:306 Haynesville Shreveport, Louisiana -0.0180692565756011246 +6425 gsa_html_9597147043 gsa_html_9597147043:999:84484:84504 Enrage Quebec City -0.0616026532469797841 +6426 aapg_ah_329.html aapg_ah_329.html:147:15222:15244 Point Sal Knoxville, Illinois 0.592707111717144852 +6427 cspg_html_3627006433 cspg_html_3627006433:787:77376:77385 Mackenzie Victoria, British Columbia -0.487987661646075377 +6428 aapg_aa_267.html aapg_aa_267.html:132:11167:11186 Greenbrier Huntington, West Virginia -0.0204312426216018105 +6429 cspg_html_7192907687 cspg_html_7192907687:480:56294:56302 Palliser Lacombe, Alberta 0.0110351478818663008 +6430 aapg_aa_391.html aapg_aa_391.html:271:23359:23377 Woodbine Arkansas 0.0546210098697409163 +6431 cspg_html_5754792643 cspg_html_5754792643:383:42389:42406 Gilwood Canada -0.455197874748240694 +6432 palaios_html_8950382583 palaios_html_8950382583:738:61990:61997 Modesto South Africa -0.4835517998191603 +6433 cspg_html_5456368738 cspg_html_5456368738:140:18424:18442 Ramparts Mackenzie River -0.447153316157111791 +6434 aapg_ac_789.html aapg_ac_789.html:191:37094:37102 Colorado Denver -0.0289590583087490083 +6435 cspg_html_4326384800 cspg_html_4326384800:580:76043:76052 Waterways Victoria, British Columbia -0.0769632063227548152 +6436 cspg_html_5352733716 cspg_html_5352733716:369:35458:35464 Thrifty London, Ontario -0.506250146542552182 +6437 aapg_aa_54.html aapg_aa_54.html:44:4404:4421 Entrada Colorado Plateau -0.252875579254157434 +6438 gsa_html_7542416588 gsa_html_7542416588:21:846:852 Denver Colorado -0.0252830771132320185 +6439 aapg_ah_644.html aapg_ah_644.html:347:41538:41543 Piper Regina, Saskatchewan 0.0160794182651677366 +6440 jgeology_html_9215313444 jgeology_html_9215313444:436:32688:32695 Spokane Washington (state) -0.462166276497962936 +6441 cspg_html_4655200751 cspg_html_4655200751:197:31458:31488 Nisku Lacombe, Alberta -0.455252106655251121 +6442 cspg_html_9185158332 cspg_html_9185158332:614:68887:68896 Mackenzie Victoria, British Columbia -0.440620923452583413 +6443 sedimentology_html_3181527419 sedimentology_html_3181527419:901:58791:58795 Earp Supai, Arizona -0.000587166228973446075 +6444 aapg_af_384.html aapg_af_384.html:320:35328:35359 Wilkie Point Melville Island (Canada) -0.441397390812390766 +6445 aapg_af_397.html aapg_af_397.html:539:61886:61893 Todilto San Juan, Argentina -0.446347375724219897 +6446 gsa_html_7195000001 gsa_html_7195000001:128:14762:14771 Bay Fiord Ellesmere Island 0.761833295108615305 +6447 cspg_html_1019614994 cspg_html_1019614994:437:73419:73437 Torquay Williston Basin -0.440620923452583413 +6448 cspg_html_5631843856 cspg_html_5631843856:869:102190:102198 Montreal Quebec City -0.02166536358211529 +6449 gsa_html_6980451554 gsa_html_6980451554:72:8961:8978 Moenave Arizona -0.460964719996515115 +6450 aapg_aa_16.html aapg_aa_16.html:43:4491:4511 Sheep Pass Reno, Nevada 0.0296616777038547948 +6451 cspg_html_7229660003 cspg_html_7229660003:85:6695:6714 Winnipeg Manitoba -0.0319472030481665059 +6452 aapg_ah_647.html aapg_ah_647.html:213:21622:21639 El Paso Arizona -0.0460121937360480487 +6453 geology_html_7492626424 geology_html_7492626424:46:4329:4335 Provo Sumatra -0.0292460145715184028 +6454 cspg_html_1503116552 cspg_html_1503116552:797:108768:108798 Beaverhill Swan Hill, Victoria -0.469189557204259144 +6455 gsa_html_8833777630 gsa_html_8833777630:242:29665:29673 Colorado San Juan River (Nicaragua) -0.0294390614624063553 +6456 palaios_html_5398833984 palaios_html_5398833984:471:64294:64320 Horseshoe Canyon Drumheller 0.373092863736691482 +6457 sedimentology_html_9227563678 sedimentology_html_9227563678:1193:78851:78857 Arroyo Uruguay -0.502736072390667199 +6458 aapg_ac_902.html aapg_ac_902.html:73:6947:6953 Dakota Colorado -0.560832334187273629 +6459 aapg_ac_333.html aapg_ac_333.html:1305:156641:156654 Abo Supai, Arizona 0.832975876505790525 +6460 aapg_ad_2.html aapg_ad_2.html:1594:220658:220668 Bellefonte Mississippi River -0.0223919711537192666 +6461 palaios_html_3022467877 palaios_html_3022467877:346:38232:38243 Hornerstown Closter, New Jersey -0.0236314487961183893 +6462 sedimentology_html_8097871643 sedimentology_html_8097871643:2178:99461:99472 Chibougamau Quebec City -0.440254051746647612 +6463 cspg_html_7307388012 cspg_html_7307388012:256:33781:33797 Fernie Lacombe, Alberta 0.00884254111791155963 +6464 aapg_ah_620.html aapg_ah_620.html:145:20320:20339 Athabasca Lacombe, Alberta -0.467980749597819323 +6465 geology_html_9094648306 geology_html_9094648306:228:18820:18826 Oxford Vail, Colorado -0.0212255895810763706 +6466 cspg_html_5807593737 cspg_html_5807593737:273:33523:33566 Duperow Richland, Washington 0.00330065394967362811 +6467 cspg_html_2625728726 cspg_html_2625728726:484:65845:65869 Elk Lacombe, Alberta -0.0160151207401750574 +6468 aapg_ad_880.html aapg_ad_880.html:112:13455:13464 Newcastle Elk Mountain, Wyoming -0.476385003272562391 +6469 aapg_ad_466.html aapg_ad_466.html:1349:144323:144330 Matawan Monmouth -0.00202555313540596143 +6470 aapg_aa_227.html aapg_aa_227.html:376:34362:34395 Moenkopi Colorado 0.0155459278529818286 +6471 aapg_ad_152.html aapg_ad_152.html:1681:216039:216061 Carbon Ridge Reno, Nevada -0.102110082461847287 +6472 cspg_html_9343899465 cspg_html_9343899465:555:52728:52741 Weatherall Melville Island (Canada) 0.365879718384859887 +6473 aapg_ac_927.html aapg_ac_927.html:417:56556:56566 North Cape Cape Breton Island -0.409661889393473533 +6474 aapg_ae_694.html aapg_ae_694.html:269:30637:30655 Sligo Shreveport, Louisiana 0.00480334593379653455 +6475 cspg_html_3385840278 cspg_html_3385840278:86:12974:12993 Waterways Hay River (Canada) -0.473778404154942046 +6476 AMJC_html_6341723617 AMJC_html_6341723617:1072:89943:89972 Uinta Logan, Utah -0.0171725037246518962 +6477 aapg_ad_835.html aapg_ad_835.html:288:32418:32424 Brazil Venezuela -0.477121254719662491 +6478 cspg_html_4341656515 cspg_html_4341656515:338:33873:33888 Flett Western world -0.0134398809418536571 +6479 cspg_html_9717154602 cspg_html_9717154602:315:45839:45846 Bearpaw Bow River -0.439103236963543697 +6480 aapg_ai_888.html aapg_ai_888.html:292:34348:34355 Canning Perth, Scotland -0.0560582631991528441 +6481 aapg_ad_168.html aapg_ad_168.html:345:38732:38742 Black Cape West Point, New York -0.422036189718657861 +6482 aapg_ad_169.html aapg_ad_169.html:271:31652:31672 Greenbrier Greenbrier (Great Smoky Mountains) -0.54033109160706283 +6483 aapg_ai_904.html aapg_ai_904.html:353:50560:50596 Colorado Denver -0.0210065757716986906 +6484 aapg_ai_583.html aapg_ai_583.html:229:30131:30148 Rierdon Black Hills -0.43911211811260753 +6485 cspg_html_8928894270 cspg_html_8928894270:410:53312:53341 Swan Hills Canada 0.821191755856442662 +6486 aapg_ad_715.html aapg_ad_715.html:272:35076:35094 Emporia Nebraska 0.392833385664136892 +6487 aapg_aa_813.html aapg_aa_813.html:419:44915:44924 Meeteetse Cheyenne, Wyoming -0.0836771905424842505 +6488 aapg_ae_370.html aapg_ae_370.html:419:38221:38227 Keasey Cowlitz River -0.438131262990121173 +6489 gsa_html_1812148892 gsa_html_1812148892:54:3379:3407 Green River Colorado 0.006036790497064899 +6490 jgeology_html_4115179562 jgeology_html_4115179562:228:16378:16396 Kanawha Kentucky -0.0445280936514478309 +6491 gsa_html_2207983619 gsa_html_2207983619:146:8255:8263 Colorado El Salvador -0.433423304094416983 +6492 aapg_ad_466.html aapg_ad_466.html:613:69446:69458 Marshalltown Closter, New Jersey -0.454143259443463898 +6493 aapg_ae_465.html aapg_ae_465.html:42:4847:4862 Sligo Shreveport, Louisiana 0.391809072885163201 +6494 sedimentology_html_1958297829 sedimentology_html_1958297829:524:46821:46842 Green River Colorado -0.44255997020698512 +6495 aapg_af_704.html aapg_af_704.html:188:18069:18076 Duperow Keene, New Hampshire 0.016034236202214884 +6496 aapg_ak_132.html aapg_ak_132.html:320:34113:34130 Subinal El Progreso, Tamaulipas -0.0304826089875597575 +6497 cspg_html_3447886929 cspg_html_3447886929:307:36707:36741 Clam Bank Middle East -0.0689226409127303707 +6498 gsa_html_3613642206 gsa_html_3613642206:15:742:748 Denver Colorado -0.49339517418577894 +6499 palaios_html_8447729660 palaios_html_8447729660:661:61953:61971 Willwood Cheyenne, Wyoming 0.811611903820232961 +6500 aapg_ae_716.html aapg_ae_716.html:392:38568:38576 Beaumont Powder River (Montana) -0.0098536958986005091 +6501 sedimentology_html_2041096405 sedimentology_html_2041096405:38:2741:2753 Salina Guelph 0.787627810802033368 +6502 gsa_html_1105200950 gsa_html_1105200950:121:10970:10984 Beaufort North Carolina -0.41964702171351137 +6503 aapg_aa_717.html aapg_aa_717.html:543:63464:63468 Dean Texas -0.470262127852539125 +6504 aapg_aa_612.html aapg_aa_612.html:214:18510:18516 Toledo Ontario, California -0.102393662051806777 +6505 gsa_html_1924998244 gsa_html_1924998244:1203:96339:96366 Esmeralda Reno, Nevada -0.0405891491966653695 +6506 cspg_html_3178645840 cspg_html_3178645840:347:45499:45525 Halfway Lacombe, Alberta -0.450743884934886652 +6507 sedimentology_html_1046729113 sedimentology_html_1046729113:1262:112527:112543 Almond Cheyenne, Wyoming -0.0101855410408739511 +6508 aapg_ae_71.html aapg_ae_71.html:311:28779:28785 Navajo Kayenta, Arizona -0.451956647802202349 +6509 aapg_aa_261.html aapg_aa_261.html:86:11443:11457 Lisburne Anchorage, Alaska -0.461128473443845555 +6510 gsa_html_7464626519 gsa_html_7464626519:837:82018:82026 Colorado Gunnison County, Colorado -0.0523750246926542248 +6511 aapg_ac_103.html aapg_ac_103.html:99:15685:15699 Lyre Washington (state) -0.47249414511500698 +6512 gsa_html_1874034425 gsa_html_1874034425:16:690:703 Santa Barbara California -0.44721379024503416 +6513 gsa_html_9487992082 gsa_html_9487992082:670:66617:66650 Morrison Cheyenne, Wyoming -0.214127656857096782 +6514 aapg_ad_462.html aapg_ad_462.html:20:1967:1975 Imperial Redwater, Texas -0.473921472547217282 +6515 cspg_html_8587639109 cspg_html_8587639109:601:69221:69228 Dunedin Banks Peninsula (Nunavut) -0.469120700106755939 +6516 aapg_af_59.html aapg_af_59.html:111:9651:9672 Ector Chalk Texas -0.0449670253897642563 +6517 aapg_ad_57.html aapg_ad_57.html:120:14173:14177 Frio Gulf Coast of the United States -0.452382285720717148 +6518 aapg_af_292.html aapg_af_292.html:130:16143:16153 Nacimiento Sangre de Cristo Range -0.483477129634449443 +6519 aapg_af_668.html aapg_af_668.html:31:5154:5160 Pocono Altoona, Pennsylvania 0.0122583412440602415 +6520 sedimentology_html_6376801731 sedimentology_html_6376801731:1571:90534:90540 Denver Colorado -0.479772763003628699 +6521 gsa_html_3648258377 gsa_html_3648258377:756:69684:69697 Magothy Long Island (Massachusetts) -0.479893584862882694 +6522 aapg_ad_269.html aapg_ad_269.html:388:37125:37143 Morrison New Mexico -0.425756964796638493 +6523 gsa_html_4058959570 gsa_html_4058959570:302:23678:23693 Baldy Macal River -0.0269348882327513015 +6524 cspg_html_1019614994 cspg_html_1019614994:79:14955:14976 Big Valley Lacombe, Alberta -0.437005217650049682 +6525 aapg_aa_465.html aapg_aa_465.html:139:24899:24919 Mt Lytton Balcones Fault -0.0551773863969227188 +6526 cspg_html_9725676031 cspg_html_9725676031:264:35135:35143 Columbia Victoria, British Columbia -0.457650607934439568 +6527 gsa_html_5495469347 gsa_html_5495469347:657:58207:58213 Oxford Pergamon Museum -0.473695342935840036 +6528 cspg_html_1274054064 cspg_html_1274054064:158:23109:23127 Belly River Milk River, Alberta 0.990155065329969331 +6529 sedimentology_html_1596885478 sedimentology_html_1596885478:317:36164:36173 Lancaster Beaumont, Texas -0.503999808743944788 +6530 aapg_ae_875.html aapg_ae_875.html:400:45351:45366 Coamo Puerto Rico -0.441406293921039528 +6531 aapg_ae_498.html aapg_ae_498.html:1075:110181:110202 Beekmantown Virginia -0.403734860465849998 +6532 gsa_html_5952049575 gsa_html_5952049575:82:8592:8612 Fort Union Fort Union Trading Post National Historic Site 1.27279271674876004 +6533 aapg_ah_228.html aapg_ah_228.html:72:7664:7678 Woodbine Austin, Chicago -0.017099513850188628 +6534 aapg_aa_898.html aapg_aa_898.html:3:411:428 Colton Logan, Utah -0.226591503910876152 +6535 sedimentology_html_9227563678 sedimentology_html_9227563678:1189:78671:78677 Arroyo Uruguay -0.495818327103384027 +6536 aapg_ai_864.html aapg_ai_864.html:67:8634:8640 Reklaw Karnes County, Texas -0.444838140504144441 +6537 aapg_ai_146.html aapg_ai_146.html:147:11780:11797 Rierdon Southern Alberta -0.451787799117909672 +6538 gsa_html_3320600310 gsa_html_3320600310:411:34377:34408 Chinle Colorado -0.435661502416701596 +6539 aapg_ai_17.html aapg_ai_17.html:1128:74066:74071 Tampa Ellaville, Georgia -0.0552750621644688064 +6540 aapg_ai_864.html aapg_ai_864.html:99:11800:11810 Fort Worth Texas -0.0376282120976162635 +6541 aapg_af_504.html aapg_af_504.html:41:6057:6074 Sadlerochit Prudhoe Bay, Alaska 0.0212742596819748588 +6542 aapg_ae_876.html aapg_ae_876.html:921:102160:102185 Cedar Mountain Arizona -0.0767005854360124639 +6543 cspg_html_2345233886 cspg_html_2345233886:515:53561:53578 Wabamun Lacombe, Alberta -0.00217147693343403827 +6544 gsa_html_6589330144 gsa_html_6589330144:884:83461:83474 Loveland Silt Arkansas -0.473010388882843136 +6545 cspg_html_3501550466 cspg_html_3501550466:6:349:363 Woodbend Lacombe, Alberta -0.437005217650049682 +6546 aapg_ae_391.html aapg_ae_391.html:771:77877:77895 Rustler Delaware -0.440265166942118702 +6547 aapg_aa_595.html aapg_aa_595.html:476:55215:55245 Cherry Canyon Guadalupe Mountains National Park -0.478347409879961272 +6548 gsa_html_3761289617 gsa_html_3761289617:65:5427:5455 Green River Colorado 0.00169548781079378809 +6549 aapg_ae_153.html aapg_ae_153.html:555:67778:67791 Bearpaw Clark County, Indiana -0.439858437383654544 +6550 cspg_html_3665101783 cspg_html_3665101783:315:24661:24668 Windsor Canada -0.465888175365361257 +6551 geology_html_2003223241 geology_html_2003223241:298:27268:27276 Victoria Victoria, British Columbia -0.472512577150688062 +6552 aapg_ae_261.html aapg_ae_261.html:17:2765:2774 Smackover Cushing, Oklahoma -0.432752661482583012 +6553 cspg_html_6351830705 cspg_html_6351830705:227:34813:34817 Word China -0.24705259996888454 +6554 sedimentology_html_6261114825 sedimentology_html_6261114825:858:65299:65309 Santa Cruz California -0.477179162580930738 +6555 aapg_ai_283.html aapg_ai_283.html:528:55001:55010 Rio Dulce Honduras -0.0311226948006410493 +6556 gsa_html_1591804446 gsa_html_1591804446:140:17832:17840 Oak City Logan, Utah -0.460205477971118548 +6557 aapg_af_666.html aapg_af_666.html:453:38342:38360 Niobrara Niobrara, Nebraska -0.457068497754203162 +6558 gsa_html_5862557518 gsa_html_5862557518:29:2796:2824 Green River Colorado -0.0219487021071597919 +6559 aapg_ae_884.html aapg_ae_884.html:110:14662:14669 Vermejo Trinidad and Tobago -0.50855469666885833 +6560 sedimentology_html_6600252421 sedimentology_html_6600252421:87:6834:6838 Hall London, Ontario -0.477130519718023338 +6561 cspg_html_2174653823 cspg_html_2174653823:327:23030:23044 Stony Mountain Nassau, Bahamas -0.466073422560892126 +6562 cspg_html_8231573314 cspg_html_8231573314:425:36212:36220 Columbia Lacombe, Alberta -0.0161993249316557293 +6563 aapg_af_131.html aapg_af_131.html:804:78979:78989 Basal Carlsbad, New Mexico -0.484135384227082133 +6564 gsa_html_5601712699 gsa_html_5601712699:450:35982:35993 Pico Pliocene 0.917166550884709109 +6565 aapg_aa_784.html aapg_aa_784.html:110:12713:12727 Chainman Western world -0.485252303872338198 +6566 cspg_html_5891044027 cspg_html_5891044027:482:82032:82040 Waterton Lacombe, Alberta -0.463697875765281653 +6567 aapg_ae_875.html aapg_ae_875.html:268:31919:31939 Cariblanco Puerto Rico -0.0454024962167355328 +6568 aapg_ai_17.html aapg_ai_17.html:341:26612:26622 Cane River Natchitoches, Louisiana -0.0183873001701448657 +6569 cspg_html_6839937815 cspg_html_6839937815:314:45407:45415 Moenkopi Arizona 0.421929345756621443 +6570 cspg_html_5109837857 cspg_html_5109837857:779:82536:82558 Trold Fiord Ellesmere Island -0.0174019020564647256 +6571 cspg_html_6502178723 cspg_html_6502178723:335:40839:40867 Montney Lacombe, Alberta -0.49687250405482164 +6572 cspg_html_5198658336 cspg_html_5198658336:361:40145:40163 Paskapoo Calgary 0.345077863064735424 +6573 aapg_ae_958.html aapg_ae_958.html:2364:201597:201614 Rustler Delaware -0.0432323316549263759 +6574 palaios_html_7565718144 palaios_html_7565718144:29:2598:2610 Cooking Lake Canada -0.438007065376213589 +6575 cspg_html_7409170811 cspg_html_7409170811:173:23623:23642 Lodgepole Great Falls (Missouri River) -0.450608983410958508 +6576 aapg_af_130.html aapg_af_130.html:228:38420:38425 Ouray Logan, Utah -0.429947310326277143 +6577 aapg_ae_625.html aapg_ae_625.html:192:22001:22006 Husky Regina, Saskatchewan -0.447189152172129289 +6578 aapg_aa_346.html aapg_aa_346.html:131:12768:12785 Fort Payne Chattanooga, Tennessee -0.451526708240674923 +6579 AMJC_html_5871256502 AMJC_html_5871256502:725:70011:70016 Stark Republic of China -0.0363020833297297701 +6580 cspg_html_9825544190 cspg_html_9825544190:223:23997:24034 Elk Lacombe, Alberta -0.452882496357985831 +6581 aapg_ah_167.html aapg_ah_167.html:21:2979:2996 Roberts Mountains Reno, Nevada -0.434540631888912565 +6582 aapg_ad_452.html aapg_ad_452.html:931:68113:68130 Bromide Maysville, Kentucky 0.0256551529241273862 +6583 gsa_html_9898556493 gsa_html_9898556493:224:27254:27270 Modesto Tuolumne River -0.484471709023717834 +6584 cspg_html_2826081830 cspg_html_2826081830:64:9785:9797 Grand Rapids Waseca, Minnesota -0.462111625185478381 +6585 aapg_ah_387.html aapg_ah_387.html:2256:247739:247747 Mariposa Knoxville, Illinois -0.0501628553574823693 +6586 cspg_html_8581304260 cspg_html_8581304260:260:33088:33096 Ashcroft Victoria, British Columbia -0.142525911882323941 +6587 palaios_html_5371490677 palaios_html_5371490677:607:66177:66193 Kinderhook Iowa -0.0170265242171895904 +6588 cspg_html_3397138450 cspg_html_3397138450:94:12649:12656 Selkirk Western world -0.0449670253897642563 +6589 geology_html_8921428298 geology_html_8921428298:11:553:563 Washington Ellensburg, Washington -0.482987267474293158 +6590 aapg_ae_928.html aapg_ae_928.html:56:3886:3905 Smackover Macedonia (region) -0.0242016752892677545 +6591 jgeology_html_1846074040 jgeology_html_1846074040:278:17729:17750 North Mountain Basalt Washington (state) -0.0544954389304434447 +6592 cspg_html_4270552951 cspg_html_4270552951:215:30385:30396 Skull Creek Western world -0.435659290307845004 +6593 geology_html_1382073672 geology_html_1382073672:15:920:932 Saskatchewan Regina, Saskatchewan -0.0425949712561439139 +6594 aapg_ai_636.html aapg_ai_636.html:175:17555:17566 Signal Hill Seal Beach, California -0.0402548881501223546 +6595 aapg_ae_750.html aapg_ae_750.html:156:18932:18935 Abo Texas -0.0200714512738383588 +6596 aapg_ac_807.html aapg_ac_807.html:549:54510:54518 Virginia Richmond, California -0.389187336207439838 +6597 aapg_aa_194.html aapg_aa_194.html:42:6938:6953 Ponce Puerto Rico -0.0449670253897642563 +6598 aapg_ah_292.html aapg_ah_292.html:276:44199:44205 Denver Colorado -0.474863540124580097 +6599 aapg_ad_267.html aapg_ad_267.html:5:648:657 Smackover Shreveport, Louisiana 0.0207110851767037009 +6600 aapg_aa_945.html aapg_aa_945.html:83:6853:6873 Franconia Salem, Oregon -0.391811188180409886 +6601 gsa_html_7890977910 gsa_html_7890977910:683:63937:63965 Green River Colorado 0.0146718628625508614 +6602 gsa_html_2943751149 gsa_html_2943751149:898:76293:76321 Green River Colorado -0.0221051486888918687 +6603 cspg_html_1781462584 cspg_html_1781462584:79:8834:8850 Shunda Burnt River (Oregon) -0.427650208489599781 +6604 cspg_html_8065532640 cspg_html_8065532640:74:9822:9834 Mount Kindle Root River (Wisconsin) -0.465888175365361257 +6605 sedimentology_html_6956250386 sedimentology_html_6956250386:1485:111016:111023 Hampton Bolivia -0.476324834178458445 +6606 palaios_html_8062930347 palaios_html_8062930347:501:51790:51821 Kope Ohio -0.0416442398946082412 +6607 gsa_html_5446866849 gsa_html_5446866849:713:54966:54974 Virginia Bennington, Vermont -0.432289667144302503 +6608 aapg_af_220.html aapg_af_220.html:221:26056:26067 Green River Cheyenne, Wyoming -0.468384265774498543 +6609 aapg_af_14.html aapg_af_14.html:502:44659:44676 Wasatch Fort Union Trading Post National Historic Site -0.436092963472802964 +6610 gsa_html_4479989476 gsa_html_4479989476:13:549:555 Denver Colorado -0.466727815469158758 +6611 gsa_html_8840132442 gsa_html_8840132442:260:30821:30830 Crowsnest Lacombe, Alberta -0.461026124022890449 +6612 aapg_ac_126.html aapg_ac_126.html:252:38093:38104 Haynesville Bossier City, Louisiana -0.465835581370964813 +6613 cspg_html_1818321956 cspg_html_1818321956:492:50552:50566 Toad Liard River, British Columbia -0.547276372113012166 +6614 AMJC_html_7715223280 AMJC_html_7715223280:903:115682:115687 Rapid Earth -0.0403837165119642627 +6615 aapg_ae_415.html aapg_ae_415.html:234:29547:29556 Red Bluff Alabama -0.0242016752892677545 +6616 aapg_ah_27.html aapg_ah_27.html:492:63270:63283 Barnett Texas -0.0513133096682010376 +6617 aapg_ae_789.html aapg_ae_789.html:87:11908:11920 Exshaw Medicine Lake, Minnesota -2.08461351353560743e-05 +6618 cspg_html_8587639109 cspg_html_8587639109:70:8610:8627 Cadomin Canada -0.466759861116235797 +6619 aapg_ah_158.html aapg_ah_158.html:18:3599:3612 Lone Mountain Silver City, New Mexico -0.467950951742638677 +6620 aapg_af_49.html aapg_af_49.html:55:6134:6138 Wendover Pacific coast -0.437960495533138761 +6621 aapg_ah_202.html aapg_ah_202.html:150:20348:20368 Woodford Wichita, Kansas -0.00243726702917233546 +6622 gsa_html_2266546108 gsa_html_2266546108:242:24238:24244 Sierra Western world -0.492342974330111982 +6623 cspg_html_8558580101 cspg_html_8558580101:14:1869:1894 Mackenzie Lacombe, Alberta -0.460964719996515115 +6624 aapg_aa_484.html aapg_aa_484.html:698:70481:70491 Fort Scott Oswego, New York -0.46853104470756296 +6625 gsa_html_9296779210 gsa_html_9296779210:726:63346:63352 Denver Colorado -0.07132161818316822 +6626 aapg_ai_791.html aapg_ai_791.html:38:5795:5811 Yucatan Honduras -0.0399833098271603696 +6627 geology_html_3614605929 geology_html_3614605929:147:15548:15576 Onaping Sudbury, Suffolk -0.458750170743803365 +6628 aapg_ai_592.html aapg_ai_592.html:32:5297:5318 Green River Logan, Utah -0.42423457487964078 +6629 cspg_html_9735723617 cspg_html_9735723617:261:33028:33048 Blue Fiord Melville Island (Canada) -0.41518503935183998 +6630 aapg_ae_69.html aapg_ae_69.html:148:17059:17064 Weber Vernal, Utah -0.439391917689554934 +6631 gsa_html_3956558807 gsa_html_3956558807:31:2786:2814 Green River Colorado 0.0250483611716524161 +6632 aapg_ad_466.html aapg_ad_466.html:1245:133356:133364 Patuxent Patapsco River -0.456355529459316345 +6633 aapg_af_687.html aapg_af_687.html:315:33711:33719 La Habra California -0.477123570959987586 +6634 cspg_html_2820961138 cspg_html_2820961138:547:58766:58786 Viking Colorado -0.00581963313965654701 +6635 aapg_ah_528.html aapg_ah_528.html:518:55369:55376 Thaynes Great Basin -0.037441986726546049 +6636 aapg_ai_945.html aapg_ai_945.html:9:1635:1663 Smackover Texas 0.425982466933990445 +6637 sedimentology_html_2963848220 sedimentology_html_2963848220:30:2067:2077 Washington Seattle -0.0320915848438591694 +6638 aapg_aa_928.html aapg_aa_928.html:108:11339:11354 Yegua Matagorda County, Texas 0.0156623563422135965 +6639 gsa_html_1408305547 gsa_html_1408305547:473:49401:49406 Stump Mesa, Arizona -0.46927678392355654 +6640 sedimentology_html_8785210543 sedimentology_html_8785210543:87:7895:7901 Brazil Suriname -0.41073257068006791 +6641 aapg_ah_459.html aapg_ah_459.html:203:24347:24364 Chemung Tioga, Texas -0.403202061445933624 +6642 geology_html_2304390072 geology_html_2304390072:147:14275:14281 Provo Kastrup -0.479552074346371926 +6643 aapg_ae_419.html aapg_ae_419.html:476:56450:56469 Escondido Coahuila -0.479719327950920094 +6644 AMJC_html_6539706032 AMJC_html_6539706032:1395:129655:129667 Rhode Island Hartford, Connecticut 0.887462896272475543 +6645 cspg_html_8021635994 cspg_html_8021635994:382:40106:40137 Cooking Lake Lacombe, Alberta -0.00593429213199152261 +6646 gsa_html_5052385118 gsa_html_5052385118:214:20484:20487 Rye New Mexico -0.462125287699645448 +6647 AMJC_html_1964550508 AMJC_html_1964550508:650:74695:74704 Gatesburg Chestnut Ridge, New York -0.492239240738401806 +6648 AMJC_html_7984049819 AMJC_html_7984049819:111:12540:12559 Quinebaug Hartford, Connecticut -0.448287309474040385 +6649 cspg_html_2834693711 cspg_html_2834693711:405:55998:56019 Protection Nanaimo -0.459083706416541504 +6650 aapg_ah_3.html aapg_ah_3.html:263:35190:35216 Horseshoe Canyon Canada -0.0431731213623836943 +6651 cspg_html_4924970281 cspg_html_4924970281:742:80576:80607 Clearwater Lacombe, Alberta -0.0456498537875624916 +6652 aapg_ah_203.html aapg_ah_203.html:550:89663:89681 Morrison Logan, Utah 0.0422606366309750195 +6653 aapg_aa_357.html aapg_aa_357.html:383:35484:35500 Chinle Chinle Formation 0.309428262092323658 +6654 aapg_ai_28.html aapg_ai_28.html:7:1144:1151 Reynosa Uvalde, Texas -0.442682549290708161 +6655 cspg_html_4463164802 cspg_html_4463164802:775:69071:69088 Muskwa Victoria, British Columbia -0.463697875765281653 +6656 aapg_aa_901.html aapg_aa_901.html:170:18446:18452 Casper Cheyenne, Wyoming -0.0674771191864974446 +6657 AMJC_html_2228158963 AMJC_html_2228158963:1011:101818:101838 Digdequash Portland, Maine -0.035973188044241329 +6658 aapg_af_188.html aapg_af_188.html:116:14208:14226 Colorado Canada -0.057382412068765952 +6659 geology_html_4971813947 geology_html_4971813947:333:24447:24453 Denver Colorado -0.0811530637040894093 +6660 cspg_html_6927586285 cspg_html_6927586285:46:6836:6849 Halfway Victoria, British Columbia -0.457582637906406409 +6661 aapg_ad_446.html aapg_ad_446.html:404:45999:46011 Ludlow North Wales, Pennsylvania -0.0218270224173490179 +6662 aapg_ac_484.html aapg_ac_484.html:732:97810:97819 Rochester Rochester, Kent -0.456479975332736432 +6663 aapg_ac_215.html aapg_ac_215.html:26:3555:3573 Madison Englewood, New Jersey -0.495853839651622219 +6664 palaios_html_7196438349 palaios_html_7196438349:481:51248:51255 Torquay Victoria, British Columbia -0.0251613720923007447 +6665 cspg_html_4293350162 cspg_html_4293350162:55:8325:8335 Mount Head Highwood Pass -0.469506369220983932 +6666 aapg_ah_227.html aapg_ah_227.html:60:6333:6348 Vicksburg Hidalgo (state) -0.0548285557290214137 +6667 gsa_html_9487992082 gsa_html_9487992082:813:75573:75602 Uinta Logan, Utah -0.441419648744354465 +6668 aapg_ac_743.html aapg_ac_743.html:150:18887:18901 Lyre Washington (state) -0.456391730122837791 +6669 aapg_ac_983.html aapg_ac_983.html:311:49748:49768 Bonner Springs Missouri River -0.026691451486835667 +6670 geology_html_3420787727 geology_html_3420787727:12:507:516 San Diego California -0.425402399125748287 +6671 palaios_html_5170998264 palaios_html_5170998264:438:54990:54998 Imperial San Diego 0.0151636292569851117 +6672 aapg_ai_694.html aapg_ai_694.html:16:2386:2409 Ingleside Texas City, Texas -0.0451203085338412122 +6673 aapg_af_392.html aapg_af_392.html:10:1456:1474 Frontier Cheyenne, Wyoming -0.438326464087016476 +6674 aapg_ae_677.html aapg_ae_677.html:614:54105:54114 Lynchburg Chilhowie, Virginia -0.49119789377684242 +6675 gsa_html_4424552172 gsa_html_4424552172:646:49973:49981 Rockwell California -0.472574788136010782 +6676 aapg_ac_65.html aapg_ac_65.html:3:204:221 Minturn Colorado -0.01223054087335982 +6677 aapg_ae_958.html aapg_ae_958.html:1444:125498:125521 Brushy Canyon Delaware 0.851534486651817524 +6678 aapg_ae_658.html aapg_ae_658.html:583:59563:59574 White River Logan, Utah -0.467105570135703974 +6679 aapg_ai_218.html aapg_ai_218.html:94:9580:9588 Virginia Texas -0.0279486743171803304 +6680 aapg_af_291.html aapg_af_291.html:73:9499:9507 Lisburne Colville, Washington -0.0421352643777540004 +6681 aapg_ah_217.html aapg_ah_217.html:235:29336:29356 Greenbrier Virginia -0.496043265221558505 +6682 aapg_ah_167.html aapg_ah_167.html:516:47702:47715 Lone Mountain Reno, Nevada 0.358558096709955032 +6683 cspg_html_5688447798 cspg_html_5688447798:122:16313:16341 Disappointment Bay Ellesmere Island -0.463526807661379381 +6684 aapg_ai_778.html aapg_ai_778.html:292:31063:31071 Billings Closter, New Jersey -0.455197874748240694 +6685 cspg_html_5345848475 cspg_html_5345848475:191:26263:26273 Deer Creek Lacombe, Alberta -0.49526215931685702 +6686 cspg_html_4834918660 cspg_html_4834918660:13:1789:1812 Grand Rapids Lacombe, Alberta -0.143450377494578285 +6687 cspg_html_5832944175 cspg_html_5832944175:497:51134:51142 Columbia Victoria, British Columbia -0.0197134048853638798 +6688 aapg_ah_217.html aapg_ah_217.html:142:16219:16229 Elk Catskill Mountains -0.0602165397787389756 +6689 cspg_html_7866293053 cspg_html_7866293053:803:80974:80990 Lakota Cheyenne, Wyoming -0.458648092769168181 +6690 cspg_html_5241714595 cspg_html_5241714595:8:678:709 Elk Lacombe, Alberta -0.0776776062863140104 +6691 gsa_html_5865982995 gsa_html_5865982995:974:106020:106041 Green River Colorado -0.248266668553440206 +6692 cspg_html_2650524233 cspg_html_2650524233:14:2548:2565 Bearpaw Edmonton, London 0.862851438516245572 +6693 aapg_ah_413.html aapg_ah_413.html:9:1212:1224 Fernie Western world -0.499852671857107467 +6694 gsa_html_4438819447 gsa_html_4438819447:711:69965:69972 Raritan Closter, New Jersey -0.00564243327627664357 +6695 aapg_ai_107.html aapg_ai_107.html:238:24429:24436 Bossier Morris County, New Jersey -0.472604743150075168 +6696 sedimentology_html_4301922085 sedimentology_html_4301922085:1120:122789:122793 Hall London, Ontario -0.045989547021837239 +6697 aapg_ah_85.html aapg_ah_85.html:89:10254:10272 Patuxent Delaware -0.414332299009727623 +6698 aapg_ad_763.html aapg_ad_763.html:627:75566:75586 Kern River Kern River Preserve -0.047151578986696932 +6699 aapg_ae_772.html aapg_ae_772.html:3:186:201 Mesaverde New Mexico 0.740359866586463133 +6700 palaios_html_4932824604 palaios_html_4932824604:42:3614:3632 Morrison Tithonian -0.446333949377836381 +6701 aapg_ae_29.html aapg_ae_29.html:11:1754:1760 Pocono Catskill Mountains -0.463910045923527747 +6702 geology_html_1121887201 geology_html_1121887201:164:15793:15809 Verde Cornville, Maine -0.0539391172021731619 +6703 AMJC_html_9749062244 AMJC_html_9749062244:827:76957:76971 Frio Gulf Coast of the United States -0.00200123251374013846 +6704 sedimentology_html_8189586341 sedimentology_html_8189586341:33:1909:1921 Saskatchewan Canada 0.000842531559138272996 +6705 aapg_ah_10.html aapg_ah_10.html:74:10482:10490 Monterey San Joaquin River 0.0401016891582149926 +6706 aapg_ad_756.html aapg_ad_756.html:300:35677:35683 Wilcox Bartlesville, Oklahoma -0.45112171556163283 +6707 aapg_ai_326.html aapg_ai_326.html:130:15961:15974 Mandata Maryland -0.0591727928419457441 +6708 palaios_html_3415407632 palaios_html_3415407632:261:25360:25389 Winnipeg Regina, Saskatchewan -0.443755252554939694 +6709 aapg_ah_165.html aapg_ah_165.html:580:58337:58350 Wabamun Lacombe, Alberta 0.00884254111791155963 +6710 aapg_af_579.html aapg_af_579.html:360:36393:36407 Junction Creek Colorado -0.484098022941034878 +6711 cspg_html_4392308496 cspg_html_4392308496:50:8514:8544 Bonaventure Logan, Utah -0.441637804770763531 +6712 gsa_html_7193789775 gsa_html_7193789775:649:68781:68787 Denver Colorado -0.51791589182937825 +6713 aapg_ai_66.html aapg_ai_66.html:230:20359:20384 Sharon Colorado -0.450676431675374467 +6714 aapg_ae_465.html aapg_ae_465.html:160:16746:16750 Bond Cotton Valley, Louisiana -0.460980639153810601 +6715 cspg_html_3328007773 cspg_html_3328007773:871:92612:92633 Shaftesbury Canada -0.449433936510724996 +6716 gsa_html_9102352615 gsa_html_9102352615:29:2796:2824 Green River Colorado 0.00753780424990633125 +6717 gsa_html_4312851031 gsa_html_4312851031:79:5863:5891 Green River Colorado -0.0152331376513424877 +6718 gsa_html_4487334543 gsa_html_4487334543:29:2796:2824 Green River Colorado -0.00949926761203980299 +6719 gsa_html_8128037381 gsa_html_8128037381:580:66343:66347 Hall London, Ontario -0.492578779781284393 +6720 cspg_html_8231573314 cspg_html_8231573314:497:39965:39988 Montney Victoria, British Columbia -0.434006092086238693 +6721 aapg_ah_366.html aapg_ah_366.html:288:16221:16238 Madison Cut Bank, Montana -0.449541717141150321 +6722 aapg_ad_745.html aapg_ad_745.html:67:8152:8170 Niobrara Western world -0.430902044942729545 +6723 cspg_html_7881580279 cspg_html_7881580279:47:7316:7322 Yeoman Regina, Saskatchewan -0.437960495533138761 +6724 cspg_html_7457399958 cspg_html_7457399958:173:21877:21901 Thumb Mountain Melville Island (Canada) -0.44751173936929356 +6725 aapg_aa_321.html aapg_aa_321.html:534:44907:44913 Midway Coalinga, California -0.476093453364925034 +6726 aapg_ai_46.html aapg_ai_46.html:383:30670:30680 Wellington Stillwater, Oklahoma -0.420909473199816475 +6727 gsa_html_2561127673 gsa_html_2561127673:825:76176:76194 Monterey California 0.971121971917650151 +6728 palaios_html_1474437774 palaios_html_1474437774:1098:82311:82332 Green River Cheyenne, Wyoming -0.465104162426203172 +6729 sedimentology_html_1338997515 sedimentology_html_1338997515:2444:94750:94761 Hueco New Mexico -0.0301590999875516533 +6730 gsa_html_2272681851 gsa_html_2272681851:691:68129:68157 Green River New Mexico -0.0165121278486362495 +6731 cspg_html_3907807140 cspg_html_3907807140:769:76028:76047 Athabasca Lacombe, Alberta -0.0845293993432894852 +6732 gsa_html_1741354143 gsa_html_1741354143:429:40108:40115 Calvert Canada -0.448350101124535771 +6733 aapg_af_146.html aapg_af_146.html:19:2399:2420 Nepean Ontario, California -0.0123938684119111291 +6734 aapg_aa_382.html aapg_aa_382.html:21:3399:3414 Santa Margarita Rancho Santa Margarita, California -0.236382488319722445 +6735 aapg_ae_873.html aapg_ae_873.html:718:83450:83474 Cotton Valley East Texas 0.0245615545418565208 +6736 cspg_html_1925276454 cspg_html_1925276454:500:53910:53940 Boulder Creek Victoria, British Columbia -0.47249414511500698 +6737 sedimentology_html_6464815017 sedimentology_html_6464815017:1857:131584:131622 Kingston Peak Death Valley -0.502697879639648404 +6738 cspg_html_5688447798 cspg_html_5688447798:136:19184:19212 Disappointment Bay Little Cornwallis Island -0.465568086328610908 +6739 aapg_ae_848.html aapg_ae_848.html:62:6703:6715 Saskatchewan Victoria, British Columbia -0.0357069470350891913 +6740 aapg_aa_257.html aapg_aa_257.html:47:4146:4152 Dakota Colorado -0.426871858406847937 +6741 aapg_ah_665.html aapg_ah_665.html:258:30042:30058 Mendha Reno, Nevada -0.104100884867277615 +6742 aapg_ad_116.html aapg_ad_116.html:452:56243:56257 Bromide Wichita, Kansas -0.0441205345295084747 +6743 gsa_html_5865982995 gsa_html_5865982995:1255:133639:133660 Green River Logan, Utah -0.213135369338190744 +6744 aapg_ad_880.html aapg_ad_880.html:1048:102166:102184 Sundance Redwater, Texas -0.037309716590806806 +6745 cspg_html_8362959053 cspg_html_8362959053:263:27677:27689 Luscar Lacombe, Alberta -0.0439289536259747163 +6746 AMJC_html_7376657518 AMJC_html_7376657518:22:978:984 Brazil Mato Grosso do Sul -0.0476394385223062114 +6747 gsa_html_7464626519 gsa_html_7464626519:263:28881:28903 Vallecito Conglomerate Colorado -0.479447557264900015 +6748 sedimentology_html_3924277727 sedimentology_html_3924277727:780:42454:42463 Salt Lake Logan, Utah -0.0195030992148617355 +6749 aapg_ae_305.html aapg_ae_305.html:1090:94396:94401 Colon Venezuela -0.033657286092866022 +6750 aapg_ah_528.html aapg_ah_528.html:384:39211:39218 Thaynes Chinle Formation 0.0213681238254475256 +6751 cspg_html_5595872887 cspg_html_5595872887:61:8247:8265 Saskatchewan Regina, Saskatchewan -0.474009171210690694 +6752 aapg_ah_97.html aapg_ah_97.html:121:15001:15020 Winnipeg Red River of the North -0.244659212565352918 +6753 cspg_html_4680797491 cspg_html_4680797491:385:39001:39012 Slave Point Victoria, British Columbia -0.0165677377021119406 +6754 cspg_html_5947812886 cspg_html_5947812886:567:82054:82071 Duperow Williston Basin -0.470517256867207745 +6755 aapg_af_130.html aapg_af_130.html:141:25671:25692 Colorado Colorado -0.437951625350357587 +6756 aapg_ah_318.html aapg_ah_318.html:1644:157418:157437 La Gloria Durango, Durango -0.0569218086528505626 +6757 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood Regina, Saskatchewan -0.102356672178679164 +6758 gsa_html_2385270880 gsa_html_2385270880:14:518:528 Washington Vancouver -0.465616092314337648 +6759 gsa_html_1119256423 gsa_html_1119256423:125:11541:11558 White River Sand Hills (Nebraska) 0.00403028171567929548 +6760 palaios_html_7884828540 palaios_html_7884828540:477:39476:39487 Bloomington Wichita, Kansas -0.449431691216236939 +6761 cspg_html_9683836416 cspg_html_9683836416:52:9883:9894 Sombre Milk River, Alberta -0.463478914486847693 +6762 aapg_aa_340.html aapg_aa_340.html:8:1014:1026 Little River Seminole, Texas -0.443732938342886629 +6763 aapg_ai_357.html aapg_ai_357.html:83:10415:10424 Escondido Austin, Chicago -0.448753864703002991 +6764 gsa_html_5401370456 gsa_html_5401370456:782:72924:72939 Catalina Schist California -0.458784199315796892 +6765 geology_html_5045588189 geology_html_5045588189:230:24507:24533 Monterey California -0.0140376196944260508 +6766 cspg_html_9717154602 cspg_html_9717154602:361:48490:48502 Saskatchewan Lacombe, Alberta -0.476061064960921709 +6767 aapg_aa_251.html aapg_aa_251.html:71:6420:6439 Smackover Arkansas -0.0164252377233713442 +6768 cspg_html_7192907687 cspg_html_7192907687:597:62806:62823 Beekmantown Maryland -0.433387995206966137 +6769 aapg_af_139.html aapg_af_139.html:65:7751:7777 Columbia North Fork John Day River -0.442548827459522287 +6770 jgeology_html_5435533156 jgeology_html_5435533156:911:59696:59730 Serpent Canada -0.452887004013691252 +6771 aapg_aa_621.html aapg_aa_621.html:174:22991:23010 Minnelusa Powder River (Montana) -0.428868342306482297 +6772 aapg_ai_38.html aapg_ai_38.html:177:18661:18669 Niobrara Colorado -0.523704211430897515 +6773 aapg_aa_533.html aapg_aa_533.html:23:3501:3509 Woodbine Mexia, Texas -0.0398318560820373618 +6774 aapg_ah_644.html aapg_ah_644.html:286:33980:33995 Swift Williston, Vermont 0.0215106592204125507 +6775 cspg_html_8362959053 cspg_html_8362959053:84:12781:12789 Moosebar Mountain Park (Holyoke, Massachusetts) -0.0177825001131117176 +6776 cspg_html_1962846283 cspg_html_1962846283:34:5317:5335 Morrison Kootenay River -0.00424743388825097462 +6777 aapg_ai_278.html aapg_ai_278.html:195:27479:27488 Extension Hispaniola -0.493411698974303814 +6778 aapg_af_575.html aapg_af_575.html:1135:163390:163413 Comanche Peak Arkansas -0.0972379625444076412 +6779 gsa_html_5625878232 gsa_html_5625878232:284:39801:39819 Gabriola Hornby Island -0.0303573786993141213 +6780 aapg_ae_876.html aapg_ae_876.html:3:158:170 Dakota Colorado -0.454980979673665131 +6781 aapg_ae_467.html aapg_ae_467.html:317:23878:23894 Michigan Ohio -0.454143259443463898 +6782 sedimentology_html_2545209758 sedimentology_html_2545209758:1297:74093:74109 Dakota Logan, Utah -0.441392939290133568 +6783 cspg_html_9222238695 cspg_html_9222238695:475:59484:59492 Columbia Victoria, British Columbia -0.0338991191876076986 +6784 cspg_html_4974799860 cspg_html_4974799860:57:6183:6198 Flume Germany -0.465561228542891226 +6785 aapg_ae_324.html aapg_ae_324.html:1008:101017:101035 Moccasin Southwest Virginia 0.42601969085044511 +6786 gsa_html_9889833548 gsa_html_9889833548:1024:91432:91437 Grove California -0.473663043482949409 +6787 aapg_aa_777.html aapg_aa_777.html:531:58552:58580 Provo Logan, Utah -0.497180715543366847 +6788 gsa_html_3244543920 gsa_html_3244543920:605:50881:50909 Green River Colorado 0.0269070666769838686 +6789 cspg_html_7286035817 cspg_html_7286035817:341:35927:35935 Grosmont Lacombe, Alberta -0.459805657368256959 +6790 aapg_ac_941.html aapg_ac_941.html:3:508:529 Green River Colorado -0.213428572149362089 +6791 gsa_html_1119256423 gsa_html_1119256423:597:54879:54887 Bellevue Nebraska -0.0405821853026711934 +6792 cspg_html_1118978429 cspg_html_1118978429:263:25699:25733 Elk Victoria, British Columbia -0.477158315306099867 +6793 gsa_html_7020634397 gsa_html_7020634397:653:51980:51997 Ivishak Northwest Arctic Borough, Alaska -0.450608983410958508 +6794 aapg_ai_368.html aapg_ai_368.html:274:25872:25880 Tensleep Bartlesville, Oklahoma -0.466741549175746284 +6795 aapg_ad_133.html aapg_ad_133.html:221:20336:20351 Diablo Marfa lights -0.483173848714512189 +6796 gsa_html_9515953275 gsa_html_9515953275:555:58854:58864 Washington California -0.0299260395523841712 +6797 cspg_html_3328007773 cspg_html_3328007773:115:15185:15202 Viking Dissected Till Plains -0.443755252554939694 +6798 cspg_html_1818321956 cspg_html_1818321956:87:10797:10818 Blind Fiord Ellesmere Island -0.255728177299657911 +6799 palaios_html_4782349341 palaios_html_4782349341:58:5092:5114 Edwardsville Bloomington, Indiana -0.458659434193013582 +6800 gsa_html_5081991493 gsa_html_5081991493:153:15388:15412 Duchesne River Uinta Mountains -0.0938848993456117137 +6801 cspg_html_9354781888 cspg_html_9354781888:62:11840:11849 Baldonnel Middle East -0.45230795361337589 +6802 aapg_ad_909.html aapg_ad_909.html:341:32674:32688 Southern Hills Buenos Aires Province -0.0350961840937315667 +6803 cspg_html_4257076625 cspg_html_4257076625:433:56785:56792 Macasty Utica, New York -0.0541379230032217468 +6804 aapg_af_479.html aapg_af_479.html:414:47030:47049 Cabrillo La Jolla -0.492776907152809196 +6805 aapg_ae_974.html aapg_ae_974.html:116:11460:11473 Cook Mountain Zapata, Texas -0.0579896204005204766 +6806 cspg_html_9142742810 cspg_html_9142742810:5:233:248 Elk Canada -0.496102469458349238 +6807 jgeology_html_2591911637 jgeology_html_2591911637:358:24847:24856 Extension Snake River Plain (ecoregion) -0.446186272521599148 +6808 cspg_html_5038387495 cspg_html_5038387495:86:7323:7331 Deadwood Regina, Saskatchewan 0.868443886043664293 +6809 cspg_html_4210762654 cspg_html_4210762654:333:39466:39496 Nisku Lacombe, Alberta -0.428967178358428958 +6810 jgeology_html_4305195651 jgeology_html_4305195651:2593:175603:175618 Price Virginia 0.446043093392628931 +6811 cspg_html_9275863663 cspg_html_9275863663:96:13378:13387 Waterways Swan Hill, Victoria -0.477179162580930738 +6812 aapg_ad_2.html aapg_ad_2.html:849:120414:120426 Chambersburg Trempealeau, Wisconsin -0.488806694061501346 +6813 aapg_aa_48.html aapg_aa_48.html:366:39685:39697 Tongue River Cheyenne, Wyoming -0.10410969613161368 +6814 sedimentology_html_8302881326 sedimentology_html_8302881326:1661:86654:86660 Oregon Washington (state) -0.0261715541385612628 +6815 aapg_ae_905.html aapg_ae_905.html:197:22267:22305 Peoria Illinois -0.0136501305925687388 +6816 aapg_ac_569.html aapg_ac_569.html:188:25650:25670 Emma Fiord Devon Island -0.0927444080928205433 +6817 aapg_ah_411.html aapg_ah_411.html:49:6684:6704 Purgatoire Cheyenne, Wyoming -0.0461550436827942306 +6818 aapg_ae_66.html aapg_ae_66.html:425:42131:42151 Lakota Black Hills 0.717064702298138124 +6819 aapg_af_90.html aapg_af_90.html:47:8261:8277 Noonday Dolomite Death Valley -0.502719362846455242 +6820 geology_html_5728765802 geology_html_5728765802:32:1473:1479 Casper Cheyenne, Wyoming -0.479772763003628699 +6821 aapg_ae_4.html aapg_ae_4.html:490:52879:52898 Jefferson Logan, Utah -0.440467486742992853 +6822 aapg_ah_202.html aapg_ah_202.html:99:15383:15397 Woodford Baden-Baden -0.472512577150688062 +6823 aapg_aa_696.html aapg_aa_696.html:607:70220:70228 Colorado Routt County, Colorado -0.0526801439940360397 +6824 aapg_ai_156.html aapg_ai_156.html:148:11828:11848 Riley Herington, Kansas -0.457430856722515267 +6825 aapg_af_845.html aapg_af_845.html:23:1990:1995 Tyler Henderson County, Texas -0.474009171210690694 +6826 AMJC_html_1873062106 AMJC_html_1873062106:533:69155:69163 Colorado Arizona -0.441459714368856782 +6827 sedimentology_html_5813480998 sedimentology_html_5813480998:1835:131010:131041 Duck Creek Perth, Western Australia -0.483173848714512189 +6828 geology_html_2307006478 geology_html_2307006478:264:20547:20586 Bruce Logan, Utah -0.0425949712561439139 +6829 AMJC_html_8364727089 AMJC_html_8364727089:786:81084:81101 Temblor Bakersfield, California -0.0278043399827988778 +6830 jgeology_html_9629010327 jgeology_html_9629010327:756:67558:67564 Sierra Sierra Nevada (Spain) -0.496102469458349238 +6831 aapg_ah_442.html aapg_ah_442.html:98:10771:10781 Frio Texas -0.0468536508357899478 +6832 cspg_html_6255491344 cspg_html_6255491344:6:468:476 Columbia Victoria, British Columbia -0.450676431675374467 +6833 gsa_html_5274400800 gsa_html_5274400800:692:56027:56045 Monterey California 0.56228711037377499 +6834 aapg_af_381.html aapg_af_381.html:68:8356:8364 Vaqueros Santa Monica Mountains 0.0254047831266601826 +6835 aapg_ah_318.html aapg_ah_318.html:1441:143888:143894 Sierra Durango, Durango -0.0149690067830474411 +6836 aapg_ac_544.html aapg_ac_544.html:336:42674:42679 Logan Arkansas -0.00436035322610329925 +6837 gsa_html_7932638920 gsa_html_7932638920:1229:113240:113268 Green River Colorado -0.0203286926879938275 +6838 sedimentology_html_6952142412 sedimentology_html_6952142412:1508:101717:101721 Hall London, Ontario -0.46687889797168336 +6839 aapg_ah_724.html aapg_ah_724.html:339:40981:40999 Kaskapau Lacombe, Alberta -0.0136379673462826371 +6840 cspg_html_5973552270 cspg_html_5973552270:127:16341:16366 Beaverhill Calgary -0.46809765859229685 +6841 gsa_html_3151431803 gsa_html_3151431803:39:3273:3289 Navajo Colorado Plateau -0.503999808743944788 +6842 aapg_ah_134.html aapg_ah_134.html:117:9218:9223 Atoka Arkansas -0.225090813278262997 +6843 aapg_ah_329.html aapg_ah_329.html:80:8501:8509 Monterey Monterey, California 0.805582511010624835 +6844 gsa_html_8141563821 gsa_html_8141563821:613:49432:49460 Green River New Mexico -0.0202678582495696563 +6845 aapg_ai_688.html aapg_ai_688.html:128:16362:16377 Rochester Lockport (city), New York -0.474863540124580097 +6846 aapg_ai_947.html aapg_ai_947.html:427:67159:67165 Denver Colorado -0.455536877615232372 +6847 AMJC_html_2228158963 AMJC_html_2228158963:744:82505:82515 Waterville Rockland County, New York -0.478349729395822987 +6848 gsa_html_2229912315 gsa_html_2229912315:61:4315:4343 Green River Iran -0.0317923859746223822 +6849 cspg_html_9735723617 cspg_html_9735723617:295:37455:37475 Bird Fiord Bathurst Island (Northern Territory) 0.80219179668294005 +6850 aapg_ai_287.html aapg_ai_287.html:119:14593:14610 Topanga San Joaquin Hills (Laguna Niguel, California) -0.028708628918134603 +6851 cspg_html_3870653554 cspg_html_3870653554:130:19122:19127 Price Lacombe, Alberta -0.0805485294588907663 +6852 aapg_ad_716.html aapg_ad_716.html:55:4594:4601 Rustler El Capitan -0.456778715576978744 +6853 aapg_ae_377.html aapg_ae_377.html:341:39995:39999 Java Borneo 0.0335633379539587301 +6854 aapg_ai_4.html aapg_ai_4.html:70:6908:6915 Temblor Monterey, California -0.426608897791606878 +6855 sedimentology_html_9459435622 sedimentology_html_9459435622:107:11602:11607 Price Beringia -0.46944207930236781 +6856 aapg_ad_683.html aapg_ad_683.html:58:8731:8743 Hermit Supai, Arizona -0.0766340570337449151 +6857 gsa_html_5552216115 gsa_html_5552216115:1158:118399:118410 Santa Clara San Benito County, California -0.0561402516224212972 +6858 aapg_aa_463.html aapg_aa_463.html:197:37372:37395 Smackover Arkansas -0.411795784835259082 +6859 aapg_ae_757.html aapg_ae_757.html:1067:75532:75551 Niobrara Colorado 0.0165885914321531221 +6860 cspg_html_1948505826 cspg_html_1948505826:430:45237:45245 Columbia Victoria, British Columbia -0.448282824521055501 +6861 aapg_af_241.html aapg_af_241.html:794:80337:80356 Jackson Texas -0.496896208616799728 +6862 gsa_html_2284204284 gsa_html_2284204284:839:100614:100620 Lehman Texas -0.0770735112777767711 +6863 gsa_html_6657110469 gsa_html_6657110469:25:1935:1941 Oregon Washington (state) -0.431113360606789509 +6864 gsa_html_7546836968 gsa_html_7546836968:30:2727:2755 Green River Colorado -0.0301277931102772942 +6865 cspg_html_2383801070 cspg_html_2383801070:38:4731:4748 Wabamun Western world -0.415087607507273693 +6866 aapg_ae_3.html aapg_ae_3.html:100:13431:13449 Antler Boise, Idaho -0.04576482531518513 +6867 gsa_html_8837971374 gsa_html_8837971374:1268:121672:121691 Bathurst New Brunswick, New Jersey -0.00100408928942736001 +6868 sedimentology_html_1568456861 sedimentology_html_1568456861:124:11784:11804 Toro Western world -0.0293207981584643999 +6869 aapg_aa_717.html aapg_aa_717.html:84:11553:11573 Bellefonte Middle Ordovician -0.0125432965018171631 +6870 aapg_aa_4.html aapg_aa_4.html:284:37896:37917 Bluff Ithaca, New York 0.0106337973330402312 +6871 palaios_html_5921824758 palaios_html_5921824758:487:39482:39514 Verde Arizona 0.0609374896119129345 +6872 gsa_html_5081991493 gsa_html_5081991493:1623:115357:115380 Colton Logan, Utah -0.0332519228723545321 +6873 sedimentology_html_7553974053 sedimentology_html_7553974053:1274:112923:112941 Monterey California 0.00957571265714924832 +6874 cspg_html_9905904289 cspg_html_9905904289:6:506:512 Battle Lacombe, Alberta 0.690849016093145973 +6875 aapg_ad_68.html aapg_ad_68.html:226:15228:15249 Waltersburg Lake Ontario -0.454143259443463898 +6876 aapg_aa_391.html aapg_aa_391.html:308:26711:26729 Woodbine Tuscaloosa, Alabama -0.481759173673690755 +6877 aapg_ad_2.html aapg_ad_2.html:1599:221302:221323 Beekmantown Pennsylvania -0.437337570121169472 +6878 aapg_ai_951.html aapg_ai_951.html:98:14507:14524 Ivishak Prudhoe Bay Oil Field -0.436965343294064001 +6879 sedimentology_html_8510537334 sedimentology_html_8510537334:280:23841:23862 Wood Canyon California -0.447153316157111791 +6880 aapg_ad_695.html aapg_ad_695.html:381:24432:24442 Cane River Texas -0.436850160261835319 +6881 cspg_html_9941227593 cspg_html_9941227593:26:3672:3681 Williston Regina, Saskatchewan -0.00440204655713307986 +6882 cspg_html_2482892781 cspg_html_2482892781:64:10796:10816 Madison Regina, Saskatchewan -0.509709389895245502 +6883 cspg_html_1812427756 cspg_html_1812427756:164:28698:28721 Pika Canmore, Alberta -0.495181722890797649 +6884 cspg_html_9807337907 cspg_html_9807337907:10:1127:1152 Stony Mountain Williston Basin 0.00452191499750925936 +6885 geology_html_4381640532 geology_html_4381640532:245:19356:19364 Colorado Denver -0.456844361180692826 +6886 aapg_af_845.html aapg_af_845.html:66:6033:6039 Paluxy Rodessa, Louisiana -0.480904968568341529 +6887 aapg_ae_74.html aapg_ae_74.html:321:30122:30136 Yeso San Ysidro, New Mexico -0.412935756702424439 +6888 gsa_html_3423427338 gsa_html_3423427338:18:691:699 Montreal Quebec City -0.136928774585202723 +6889 cspg_html_9177794814 cspg_html_9177794814:152:17551:17565 Nizi Victoria, British Columbia -0.0194666001171388929 +6890 aapg_ah_318.html aapg_ah_318.html:3619:296253:296272 Smackover South America -0.420852845216307503 +6891 aapg_ae_419.html aapg_ae_419.html:1261:102378:102396 Maltrata Mexico -0.522710517142139341 +6892 aapg_aa_357.html aapg_aa_357.html:480:43164:43180 Carmel Carmel, Indiana -0.43797158338019293 +6893 aapg_ae_465.html aapg_ae_465.html:149:15225:15238 Cotton Valley Lewisville, Texas -0.07563623817133866 +6894 aapg_af_713.html aapg_af_713.html:35:3670:3675 Logan Pope County, Arkansas -0.453044786078658057 +6895 aapg_af_99.html aapg_af_99.html:16:2645:2661 Tamana Dominican Republic -0.359089279717302534 +6896 aapg_ad_39.html aapg_ad_39.html:71:5739:5747 Nacatoch Tuscaloosa, Alabama -0.485448733097070706 +6897 gsa_html_1109313886 gsa_html_1109313886:1066:87345:87373 Green River Iran -0.0430547019794795677 +6898 aapg_ae_958.html aapg_ae_958.html:2031:175128:175132 Bell Guadalupe Mountains National Park -0.424269545188154129 +6899 gsa_html_4667678389 gsa_html_4667678389:725:77277:77291 Toby Cordillera Administrative Region -0.487638228334652091 +6900 aapg_af_381.html aapg_af_381.html:69:8653:8661 Vaqueros Santa Monica Mountains 0.00568412731897794451 +6901 sedimentology_html_2664743350 sedimentology_html_2664743350:935:88279:88288 Peninsula Korea -0.0423703387957518537 +6902 gsa_html_9525385678 gsa_html_9525385678:622:75232:75240 Columbia Victoria, British Columbia -0.467980749597819323 +6903 gsa_html_8152640301 gsa_html_8152640301:15:710:723 Santa Barbara California -0.455536877615232372 +6904 aapg_ai_987.html aapg_ai_987.html:74:5724:5737 Turner Valley Lacombe, Alberta -0.472943536588278923 +6905 aapg_ah_937.html aapg_ah_937.html:23:4153:4173 West Point Canada -0.0116467387889204136 +6906 cspg_html_9725676031 cspg_html_9725676031:51:7232:7248 Lepine Liard River, British Columbia 0.0136727194927343705 +6907 geology_html_7252964522 geology_html_7252964522:219:20122:20130 Virginia Chesapeake Bay -0.439223139625051329 +6908 gsa_html_8517233795 gsa_html_8517233795:669:61265:61291 Monterey California -0.0157892119040832224 +6909 aapg_ah_678.html aapg_ah_678.html:586:72361:72390 Vicksburg Texas 0.0529172742431923138 +6910 cspg_html_6611173979 cspg_html_6611173979:28:3889:3927 Peace River Lacombe, Alberta -0.489955605215405154 +6911 aapg_ai_592.html aapg_ai_592.html:239:38923:38928 Uinta Uinta Mountains -0.47945452467748112 +6912 aapg_aa_655.html aapg_aa_655.html:27:4088:4105 Tererro Sangre de Cristo Range -0.456416618922522499 +6913 aapg_ae_844.html aapg_ae_844.html:36:3311:3316 Aneth Logan, Utah -0.483173848714512189 +6914 palaios_html_3036115408 palaios_html_3036115408:547:53540:53551 Bloomington Currie, Minnesota -0.441686785632637413 +6915 cspg_html_4422863308 cspg_html_4422863308:66:8211:8238 Viking Central Alberta -0.446078886082885928 +6916 aapg_af_663.html aapg_af_663.html:414:41736:41752 Pawnee Lexington, Kentucky -0.0244381167530825782 +6917 aapg_ai_688.html aapg_ai_688.html:438:47703:47719 Salina Ohio -0.0914479034346151326 +6918 jgeology_html_4147510455 jgeology_html_4147510455:88:3529:3537 Richland Washington (state) -0.469230874046953295 +6919 aapg_ai_28.html aapg_ai_28.html:774:73158:73167 Catahoula Oakville, California 0.0112002068245181611 +6920 cspg_html_9435196958 cspg_html_9435196958:739:32004:32022 Edmonton Canada -0.479586916180102352 +6921 aapg_ae_876.html aapg_ae_876.html:798:85596:85604 Woodside Logan, Utah 0.0121610400561059945 +6922 aapg_af_701.html aapg_af_701.html:155:18603:18637 Tuscarora Pennsylvania -0.460487277041231158 +6923 aapg_ae_916.html aapg_ae_916.html:585:69585:69593 Cloverly Greybull, Wyoming -0.459737523933718362 +6924 cspg_html_4867288101 cspg_html_4867288101:473:49588:49604 Albert New Brunswick, New Jersey -0.0175218157848266304 +6925 sedimentology_html_8568858047 sedimentology_html_8568858047:649:44064:44070 Sierra Spain -0.535564104470405589 +6926 cspg_html_8231573314 cspg_html_8231573314:266:24312:24329 Echooka Anchorage, Alaska -0.028972971193404428 +6927 aapg_aa_621.html aapg_aa_621.html:353:44742:44760 Frontier Cheyenne, Wyoming -0.123753343088365275 +6928 aapg_af_17.html aapg_af_17.html:103:9777:9797 Phosphoria Cheyenne, Wyoming -0.0105834116577304821 +6929 cspg_html_6306091047 cspg_html_6306091047:241:34033:34041 Columbia Victoria, British Columbia -0.489006291184516995 +6930 cspg_html_6795586308 cspg_html_6795586308:82:10258:10266 Columbia Lacombe, Alberta -0.464450966712688929 +6931 aapg_ac_215.html aapg_ac_215.html:59:7454:7468 Englewood Cheyenne, Wyoming -0.0184133695346841396 +6932 cspg_html_2873888604 cspg_html_2873888604:92:15217:15225 Columbia Victoria, British Columbia -0.0507694363735156085 +6933 aapg_ac_702.html aapg_ac_702.html:362:37875:37885 Deer Creek Topeka, Kansas -0.00712258914704064564 +6934 aapg_ad_575.html aapg_ad_575.html:300:38200:38218 Norphlet Mississippi River -0.0219904210559868016 +6935 aapg_ae_224.html aapg_ae_224.html:120:11323:11334 Signal Hill Long Beach, California -0.101595819438803789 +6936 aapg_ak_22.html aapg_ak_22.html:244:27683:27699 Dakota Cheyenne, Wyoming -0.480165495809770027 +6937 gsa_html_9643610413 gsa_html_9643610413:1384:83416:83423 Madison Wisconsin -0.491068403850714985 +6938 sedimentology_html_5841712908 sedimentology_html_5841712908:588:60056:60066 Santa Cruz California -0.064882403179536724 +6939 gsa_html_6330913937 gsa_html_6330913937:925:84159:84168 San Diego California -0.0256760172657262489 +6940 aapg_ae_419.html aapg_ae_419.html:210:26144:26151 El Abra Tampico, Illinois -0.0295955881019379606 +6941 cspg_html_4516258038 cspg_html_4516258038:81:10406:10414 Bathurst Melville, New York -0.505035641895052567 +6942 aapg_ah_871.html aapg_ah_871.html:434:48199:48207 Lowville Montreal -0.253368590044973363 +6943 gsa_html_8244777175 gsa_html_8244777175:466:51623:51639 Kodiak Anchorage, Alaska -0.0554564637243875128 +6944 aapg_ad_466.html aapg_ad_466.html:1220:130520:130527 Patuxent Patapsco River -0.443619144253208697 +6945 gsa_html_4479989476 gsa_html_4479989476:63:3930:3958 Green River Colorado -0.0212221131504006823 +6946 aapg_ai_3.html aapg_ai_3.html:46:7873:7879 Ripley Arkansas -0.470457490274840129 +6947 cspg_html_2297270979 cspg_html_2297270979:114:16507:16520 Bedford Antrim, County Antrim -0.0314218768886919339 +6948 cspg_html_4717886670 cspg_html_4717886670:925:92275:92296 Green River Logan, Utah -0.497365696740727614 +6949 geology_html_4460751015 geology_html_4460751015:39:3022:3047 Willwood Cheyenne, Wyoming 0.655816297343552845 +6950 cspg_html_9843429624 cspg_html_9843429624:593:79344:79359 Nisku Lacombe, Alberta -0.448287309474040385 +6951 aapg_ai_38.html aapg_ai_38.html:32:3366:3378 Dakota Niobrara, Nebraska -0.442916609041378917 +6952 geology_html_6255115604 geology_html_6255115604:19:1041:1049 Toroweap Arizona -0.492640099962427858 +6953 cspg_html_1312400675 cspg_html_1312400675:114:13424:13435 Battle Regina, Saskatchewan -0.248328809058008554 +6954 aapg_aa_913.html aapg_aa_913.html:449:32983:32996 Edwards Texas -0.0289590583087490083 +6955 cspg_html_2093862169 cspg_html_2093862169:402:41486:41501 Bluff Falmouth, Massachusetts -0.0565031060204084085 +6956 aapg_ad_441.html aapg_ad_441.html:98:7807:7823 Navajo Carmel, Indiana -0.449811224417208722 +6957 aapg_ai_613.html aapg_ai_613.html:61:9952:9975 Brushy Canyon West, Texas -0.47032647773667996 +6958 aapg_ac_841.html aapg_ac_841.html:186:24160:24176 Metapan El Salvador, Misamis Oriental -0.0516759141676912878 +6959 sedimentology_html_1614430521 sedimentology_html_1614430521:2013:105547:105591 Ross Ireland -0.49339517418577894 +6960 aapg_ah_878.html aapg_ah_878.html:367:43661:43693 Bluff Michigan -0.0315018919631344582 +6961 aapg_ac_896.html aapg_ac_896.html:224:17475:17486 Louann Salt Robertson County, Tennessee -0.459149520620870666 +6962 cspg_html_4176605708 cspg_html_4176605708:358:34687:34700 Belle Fourche Lacombe, Alberta -0.452632356575315864 +6963 gsa_html_6039599383 gsa_html_6039599383:156:14834:14867 Eastport Portland, Maine -0.460980639153810601 +6964 aapg_ac_222.html aapg_ac_222.html:503:62324:62341 Hermosa Colorado -0.0760143354300561597 +6965 cspg_html_9717154602 cspg_html_9717154602:359:48163:48170 Bearpaw Bow River -0.466988792369548711 +6966 cspg_html_4758375962 cspg_html_4758375962:197:23842:23847 Logan Perth, Western Australia -0.00382529052751042712 +6967 aapg_af_849.html aapg_af_849.html:12:1997:2025 Sundance Cheyenne, Wyoming -0.455726774842524995 +6968 cspg_html_1498300615 cspg_html_1498300615:103:13215:13237 Cooking Lake Lacombe, Alberta -0.470236848829719556 +6969 geology_html_4760757040 geology_html_4760757040:271:27104:27122 Wasatch Powder River Basin -0.0171725037246518962 +6970 aapg_ah_521.html aapg_ah_521.html:3:359:375 Reklaw Texas -0.0152261868031426748 +6971 cspg_html_6810036199 cspg_html_6810036199:6:410:426 Viking Middle East -0.458913519660435476 +6972 palaios_html_3751051678 palaios_html_3751051678:823:82607:82618 Bloomington Currie, Minnesota -0.471639785200352879 +6973 cspg_html_6306091047 cspg_html_6306091047:32:6454:6463 Baldonnel Canada -0.466842269540434285 +6974 aapg_ak_87.html aapg_ak_87.html:341:46116:46125 San Pedro Mogollon, New Mexico -0.45644603384473742 +6975 aapg_ac_426.html aapg_ac_426.html:170:17485:17491 Denver Colorado -0.462097962880594848 +6976 sedimentology_html_1640357417 sedimentology_html_1640357417:830:85980:85986 Navajo Logan, Utah -0.0530846650428415182 +6977 aapg_ai_861.html aapg_ai_861.html:16:2642:2649 Ivishak Prudhoe Bay Oil Field -0.440514182187833891 +6978 cspg_html_9435196958 cspg_html_9435196958:1023:43683:43701 Edmonton Lacombe, Alberta -0.078507702655988415 +6979 aapg_ah_532.html aapg_ah_532.html:192:14646:14658 Percha Arizona -0.494406141907674512 +6980 AMJC_html_2674132486 AMJC_html_2674132486:779:70661:70670 Extension China -0.432567436469128874 +6981 aapg_aa_690.html aapg_aa_690.html:192:23925:23944 Elk Lacombe, Alberta -0.0180709945054990453 +6982 aapg_ad_610.html aapg_ad_610.html:25:3052:3064 Austin Chalk Buda, Texas -0.395950719467629775 +6983 aapg_ai_49.html aapg_ai_49.html:231:27191:27197 Chinle Logan, Utah -0.434805805785743127 +6984 cspg_html_4614759573 cspg_html_4614759573:540:69703:69708 Haida Victoria, British Columbia -0.483015252079283031 +6985 sedimentology_html_3333646967 sedimentology_html_3333646967:840:75113:75117 Hall London, Ontario -0.480904968568341529 +6986 aapg_ah_772.html aapg_ah_772.html:757:64508:64519 Bird Spring California Water Wars -0.0518153822203646572 +6987 AMJC_html_7737160109 AMJC_html_7737160109:222:29257:29276 Provo South Georgia and the South Sandwich Islands -0.0239565449099976777 +6988 aapg_ah_136.html aapg_ah_136.html:16:1479:1487 Virginia King County, Washington -0.044101376246448068 +6989 sedimentology_html_7877908255 sedimentology_html_7877908255:27:1623:1675 Forest South Africa -0.0419054197993560459 +6990 palaios_html_6090005613 palaios_html_6090005613:138:14834:14850 Racine Wisconsin -0.452909542628234352 +6991 geology_html_5047080688 geology_html_5047080688:20:709:717 Colorado Denver -0.477142101104954475 +6992 palaios_html_8391206976 palaios_html_8391206976:369:48751:48758 Bedford Kentucky -0.0748643782155731796 +6993 aapg_ad_720.html aapg_ad_720.html:295:28849:28859 San Andres Guadalupe Mountains National Park -0.443688311537407287 +6994 aapg_ah_107.html aapg_ah_107.html:83:8511:8518 Reynosa Matamoros, Tamaulipas 0.0210343869004685075 +6995 aapg_ai_49.html aapg_ai_49.html:274:32641:32647 Carmel Entrada Sandstone -0.0200262605794136288 +6996 aapg_ai_980.html aapg_ai_980.html:220:18221:18239 Kootenai Cut Bank, Montana -0.474577117873579479 +6997 aapg_aa_233.html aapg_aa_233.html:639:62755:62761 Sierra Coahuila -0.0433054743353417024 +6998 aapg_ah_680.html aapg_ah_680.html:488:67388:67404 Unicoi Virginia -0.0108839893390520418 +6999 cspg_html_3020540834 cspg_html_3020540834:124:18575:18586 Collingwood Manitoulin Island -0.46814580209221146 +7000 aapg_ae_369.html aapg_ae_369.html:58:6643:6653 Tuscaloosa Tuscaloosa, Alabama -0.421948969269320462 +7001 aapg_af_839.html aapg_af_839.html:125:14380:14385 Salem Allegan County, Michigan -0.442542141875480355 +7002 cspg_html_7989435905 cspg_html_7989435905:292:30690:30698 Coalspur Lacombe, Alberta -0.462102516958969756 +7003 aapg_ae_96.html aapg_ae_96.html:431:50588:50594 Oregon Reno, Nevada -0.477714414009500876 +7004 geology_html_2693298548 geology_html_2693298548:281:25811:25817 Pueblo Colorado -0.469093158774920749 +7005 cspg_html_1962846283 cspg_html_1962846283:551:69212:69220 Kootenay Fernie, British Columbia -0.46927678392355654 +7006 geology_html_1008093795 geology_html_1008093795:18:744:754 Washington Washington (state) -0.0477283018758572417 +7007 palaios_html_1574666570 palaios_html_1574666570:19:933:961 Arkona Canada -0.00562506076616993075 +7008 aapg_af_575.html aapg_af_575.html:308:41167:41190 Jefferson Maquoketa, Iowa -0.0137317982422158428 +7009 aapg_aa_1.html aapg_aa_1.html:38:4970:4984 Knoxville California -0.0362655388970657272 +7010 geology_html_1074529748 geology_html_1074529748:12:633:643 Washington Earth 0.00884254111791155963 +7011 aapg_ah_80.html aapg_ah_80.html:69:7441:7463 Arkose Ridge Matanuska-Susitna Valley -0.0473205840884710904 +7012 aapg_ad_379.html aapg_ad_379.html:181:16798:16819 Fountain Colorado 0.00828311544079899167 +7013 gsa_html_5627360957 gsa_html_5627360957:456:43559:43574 Bolsa Quartzite Sonora -0.442548827459522287 +7014 sedimentology_html_5961088354 sedimentology_html_5961088354:513:29879:29888 Lancaster California 0.00145054491803285547 +7015 aapg_af_836.html aapg_af_836.html:84:7177:7185 Michigan Bloomington, Indiana -0.469051848391689397 +7016 aapg_ad_2.html aapg_ad_2.html:807:113855:113864 Franconia Ironton, Ohio -0.456416618922522499 +7017 aapg_af_470.html aapg_af_470.html:78:7151:7182 Georgetown Boise, Idaho -0.449440672427322663 +7018 sedimentology_html_9029753636 sedimentology_html_9029753636:823:52259:52263 Hall London, Ontario -0.455211432419709627 +7019 cspg_html_5241714595 cspg_html_5241714595:509:77322:77337 Nisku Lacombe, Alberta -0.470843746174451128 +7020 sedimentology_html_5315330584 sedimentology_html_5315330584:913:81747:81751 Java Malaysia -0.439391917689554934 +7021 aapg_ah_620.html aapg_ah_620.html:130:18279:18297 Winnipeg Great Lakes region (North America) 0.360246868038978207 +7022 aapg_ai_156.html aapg_ai_156.html:565:48054:48072 Seminole Pleasanton, Texas -0.435661502416701596 +7023 gsa_html_6212532476 gsa_html_6212532476:817:65011:65052 Vasquez California -0.123806523979960337 +7024 cspg_html_2498183035 cspg_html_2498183035:337:37832:37848 Davis Bonne Terre, Missouri -0.191601738389618886 +7025 aapg_ac_222.html aapg_ac_222.html:197:27544:27558 Rico Middle East -0.477575355931223244 +7026 aapg_ac_90.html aapg_ac_90.html:46:7118:7139 Twin Creek Carmel, Indiana -0.486398776993572868 +7027 aapg_ad_379.html aapg_ad_379.html:63:6007:6024 Oquirrh Chester, Pennsylvania -0.458720680358492616 +7028 jgeology_html_1659592707 jgeology_html_1659592707:1382:70521:70527 Denver Colorado -0.471349814541787038 +7029 aapg_af_631.html aapg_af_631.html:127:11191:11203 Dockum Santa Rosa, California -0.0657559135785179827 +7030 aapg_ac_749.html aapg_ac_749.html:104:14592:14598 Salina Guelph -0.0218513582866363479 +7031 jgeology_html_7844360616 jgeology_html_7844360616:963:47686:47695 Peninsula Quebec City -0.466727815469158758 +7032 gsa_html_8716356528 gsa_html_8716356528:1045:78615:78619 Hall York, Pennsylvania -0.030239106807757675 +7033 aapg_af_504.html aapg_af_504.html:190:19939:19947 Colorado Denver -0.0252830771132320185 +7034 aapg_ad_743.html aapg_ad_743.html:281:32579:32584 Boggy Texas -0.0292651452152505043 +7035 geology_html_9314524367 geology_html_9314524367:20:1147:1180 Sailor Canyon California -0.474863540124580097 +7036 gsa_html_5694391338 gsa_html_5694391338:130:13683:13700 Packsaddle Schist Llano, Texas -0.0584293582845294424 +7037 sedimentology_html_1340746782 sedimentology_html_1340746782:137:13707:13712 Hondo Tsushima Island -0.447153316157111791 +7038 palaios_html_6757540995 palaios_html_6757540995:576:53595:53610 Eutaw Alabama -0.264446027883737722 +7039 aapg_af_489.html aapg_af_489.html:283:24091:24104 Jackson Texas 0.00892245965980600214 +7040 aapg_ac_535.html aapg_ac_535.html:527:51407:51415 Colorado Regina, Saskatchewan -0.531045598838781663 +7041 cspg_html_1265381145 cspg_html_1265381145:233:23054:23071 Exshaw Lacombe, Alberta -0.00871745152629535731 +7042 aapg_af_192.html aapg_af_192.html:114:12392:12412 Citronelle Texas -0.452927573923113447 +7043 jgeology_html_4305195651 jgeology_html_4305195651:610:78260:78277 Oneonta Delaware County, Ohio -0.0405316972270710618 +7044 gsa_html_1197940982 gsa_html_1197940982:334:31266:31283 Mehrten Kirkwood, Missouri -0.0786338057195771767 +7045 palaios_html_3036115408 palaios_html_3036115408:544:53336:53345 San Diego Currie, Minnesota -0.00621572872549000163 +7046 aapg_ai_17.html aapg_ai_17.html:253:22167:22178 Marthaville Alabama -0.48878086726465575 +7047 aapg_ae_415.html aapg_ae_415.html:363:45938:45949 Mint Spring Mississippi River -0.0767180930594499044 +7048 aapg_ae_957.html aapg_ae_957.html:92:5851:5857 Oregon Reno, Nevada -0.458262569586093849 +7049 cspg_html_2418341010 cspg_html_2418341010:45:5572:5580 Carswell Regina, Saskatchewan -0.0294390614624063553 +7050 gsa_html_9457387752 gsa_html_9457387752:61:4607:4617 Laurentian South America -0.440265166942118702 +7051 aapg_ah_953.html aapg_ah_953.html:47:7880:7888 Columbia Victoria, British Columbia -0.411851888872899141 +7052 aapg_ah_40.html aapg_ah_40.html:45:4814:4824 San Andres Ozona, Florida -0.456493552285914039 +7053 aapg_af_129.html aapg_af_129.html:449:48799:48807 Colorado New Mexico -0.483085217576718073 +7054 gsa_html_2266546108 gsa_html_2266546108:616:67318:67326 Columbia Maryland -0.00576230371979552514 +7055 sedimentology_html_9660120734 sedimentology_html_9660120734:346:24193:24203 Washington Wa (Japan) -0.454032675125810359 +7056 aapg_ah_318.html aapg_ah_318.html:498:58384:58405 Eagle Navarro County, Texas -0.510983837255400308 +7057 aapg_ac_900.html aapg_ac_900.html:180:16313:16320 Laramie Denver -0.0276304452324186781 +7058 sedimentology_html_3181527419 sedimentology_html_3181527419:298:17225:17229 Naco Arizona -0.510195807807331203 +7059 sedimentology_html_8006979411 sedimentology_html_8006979411:1887:121743:121758 Mesaverde Logan, Utah -0.440387442871438828 +7060 cspg_html_7799850124 cspg_html_7799850124:454:51243:51248 Banff Crowsnest Pass, Alberta 0.00528108597483065503 +7061 sedimentology_html_1775354884 sedimentology_html_1775354884:412:40066:40070 Hall London, Ontario -0.469051848391689397 +7062 aapg_ad_439.html aapg_ad_439.html:282:38340:38344 Hess Republic of China -0.0338921598886321312 +7063 gsa_html_2877730818 gsa_html_2877730818:484:41916:41934 Stirling Death Valley -0.461171691164054931 +7064 aapg_ae_272.html aapg_ae_272.html:846:85256:85275 Coldwater Michigan -0.454935799752899217 +7065 gsa_html_5081991493 gsa_html_5081991493:145:13982:14003 Green River Flagstaff, Arizona -0.041445748202081481 +7066 aapg_aa_682.html aapg_aa_682.html:130:12627:12632 Iatan Westerville, Ohio -0.465888175365361257 +7067 sedimentology_html_3296239633 sedimentology_html_3296239633:1496:112797:112813 Cutler Logan, Utah -0.04677525052422285 +7068 cspg_html_1222040397 cspg_html_1222040397:7:552:568 Road River Victoria, British Columbia -0.451270191944311616 +7069 sedimentology_html_5447066955 sedimentology_html_5447066955:31:2113:2124 San Antonio Texas -0.474992922950619234 +7070 cspg_html_6786864151 cspg_html_6786864151:30:3222:3244 Trent River Qualicum River -0.492225096233327442 +7071 aapg_ah_415.html aapg_ah_415.html:122:11198:11219 Medicine Hat Colorado -0.0548494850698933514 +7072 aapg_ah_871.html aapg_ah_871.html:350:39178:39183 Laval Montreal 0.83830050077384699 +7073 aapg_ad_466.html aapg_ad_466.html:1701:176842:176850 Monmouth Closter, New Jersey -0.00946799468152085232 +7074 aapg_af_653.html aapg_af_653.html:385:45693:45701 Vaqueros San Diego 0.00154956435534229684 +7075 cspg_html_8509913074 cspg_html_8509913074:373:48258:48266 Rockwood Guelph -0.485285038948243097 +7076 cspg_html_8691653606 cspg_html_8691653606:6:375:383 Columbia Victoria, British Columbia -0.0508792537248642374 +7077 aapg_ac_575.html aapg_ac_575.html:474:70245:70252 Madison Gallatin, Tennessee -0.509711797196706451 +7078 aapg_ae_856.html aapg_ae_856.html:290:33876:33897 Anita Venezuela -0.453355922590981064 +7079 gsa_html_2780929733 gsa_html_2780929733:123:13137:13149 Rhode Island Block Island -0.035632122339872542 +7080 gsa_html_2832151886 gsa_html_2832151886:20:632:666 Belle Fourche Lacombe, Alberta -0.474355436180137646 +7081 aapg_ad_696.html aapg_ad_696.html:318:29607:29613 Reklaw Carrizo Plain -0.456416618922522499 +7082 cspg_html_9290046117 cspg_html_9290046117:934:101999:102022 Cypress Lacombe, Alberta -0.0414701241414489052 +7083 sedimentology_html_3850942730 sedimentology_html_3850942730:1326:96824:96842 Tensleep Cheyenne, Wyoming -0.455229509631582041 +7084 cspg_html_1962846283 cspg_html_1962846283:239:26730:26745 Grassy Mountain Lacombe, Alberta -0.51689284291327231 +7085 sedimentology_html_2898428289 sedimentology_html_2898428289:1403:75103:75109 Banner Hanson, Massachusetts -0.429947310326277143 +7086 sedimentology_html_9327087504 sedimentology_html_9327087504:84:8564:8572 Colorado Knoxville, Tennessee -0.0365022098849612647 +7087 cspg_html_6874854939 cspg_html_6874854939:308:39939:39954 Lougheed Island District Council of Franklin Harbour -0.461456070409902219 +7088 sedimentology_html_7228204846 sedimentology_html_7228204846:1748:94134:94139 Piper California -0.427645821637091417 +7089 aapg_ae_873.html aapg_ae_873.html:858:99811:99829 Mt Lytton Hopkins County, Kentucky -0.425371763818281734 +7090 aapg_ai_309.html aapg_ai_309.html:455:44584:44594 Copenhagen London, Ontario -0.492380698787899029 +7091 aapg_ad_49.html aapg_ad_49.html:79:8675:8680 Capay California 0.0261089590741284683 +7092 palaios_html_7337635857 palaios_html_7337635857:652:80176:80208 Temporal Knoxville, Illinois -0.011327042139941219 +7093 jgeology_html_9413634903 jgeology_html_9413634903:81:3339:3348 Extension Reno, Nevada -0.481766159765426027 +7094 aapg_af_854.html aapg_af_854.html:1092:153897:153918 Tar Springs Vienna -0.499569634767048298 +7095 aapg_ae_794.html aapg_ae_794.html:75:12022:12042 Coon Creek Selma to Montgomery marches -0.484079342907875299 +7096 palaios_html_8738458399 palaios_html_8738458399:78:10460:10466 Denver Denver -0.0974244253008904049 +7097 cspg_html_7587979364 cspg_html_7587979364:171:15136:15147 Slave Point Swan Hill, Victoria 0.00647979387541270779 +7098 geology_html_1757551189 geology_html_1757551189:13:550:560 Santa Cruz Santa Cruz, California -0.443688311537407287 +7099 cspg_html_9941518291 cspg_html_9941518291:78:12122:12137 Douro Devon Island -0.215888564790473247 +7100 gsa_html_3260983053 gsa_html_3260983053:13:626:632 Reston Virginia -0.47596853330555533 +7101 aapg_ai_515.html aapg_ai_515.html:277:30026:30037 Green River Wasatch Range 0.332479183295249947 +7102 aapg_ac_390.html aapg_ac_390.html:15:1330:1336 Oregon Washington (state) -0.0385036919951944542 +7103 aapg_ai_287.html aapg_ai_287.html:269:30732:30750 San Onofre Breccia Orange County, California -0.0288773204111550628 +7104 geology_html_2124258904 geology_html_2124258904:152:9367:9388 Green River Cheyenne, Wyoming -0.459996458565647859 +7105 aapg_ad_52.html aapg_ad_52.html:1085:117032:117041 Coldwater Michigan -0.481777803377517411 +7106 palaios_html_6518777260 palaios_html_6518777260:278:28583:28600 Revett Boise, Idaho -0.0126805624942423392 +7107 aapg_af_510.html aapg_af_510.html:312:34890:34910 Minnelusa Cheyenne, Wyoming -0.440620923452583413 +7108 aapg_ah_182.html aapg_ah_182.html:59:6255:6266 Jacksonburg Pennsylvania -0.0682583882114163598 +7109 aapg_ah_93.html aapg_ah_93.html:168:21821:21846 Beartooth Maywood, California -0.0278217295801544348 +7110 cspg_html_2769629211 cspg_html_2769629211:64:8368:8389 Slave Point Lacombe, Alberta -0.0550047130016462563 +7111 gsa_html_4695276845 gsa_html_4695276845:449:42819:42825 Pioche Western world -0.473718414704639712 +7112 aapg_ah_722.html aapg_ah_722.html:534:64104:64116 Kingak Pebble Mine -0.00305744578029933057 +7113 aapg_ae_240.html aapg_ae_240.html:46:3510:3533 Edwards Luling, Louisiana -0.471432653520514666 +7114 cspg_html_9729377176 cspg_html_9729377176:998:109385:109418 Pardonet Victoria, British Columbia -0.490313047484592146 +7115 aapg_ae_231.html aapg_ae_231.html:49:3956:3978 New Scotland Oriskany, New York -0.465890462131599792 +7116 gsa_html_8986707315 gsa_html_8986707315:968:73274:73284 Santa Cruz California -0.490016735996709807 +7117 aapg_aa_407.html aapg_aa_407.html:417:29707:29714 Wingate Coconino County, Arizona -0.477714414009500876 +7118 sedimentology_html_8784003619 sedimentology_html_8784003619:1284:50365:50373 Colorado Denver -0.0447057537480869752 +7119 sedimentology_html_8384737970 sedimentology_html_8384737970:531:46502:46518 Carmel Colorado Plateau -0.246646238420766634 +7120 cspg_html_4132771434 cspg_html_4132771434:642:79636:79647 Slave Point Victoria, British Columbia -0.454068782805138071 +7121 gsa_html_9353787239 gsa_html_9353787239:768:70671:70686 Hazel Grand Canyon -0.487565545428885583 +7122 aapg_ai_17.html aapg_ai_17.html:450:34300:34309 Vicksburg Winnfield, Louisiana -0.114280221527197384 +7123 aapg_af_701.html aapg_af_701.html:266:34188:34195 Chemung Taylor County, Wisconsin -0.470186292964726915 +7124 cspg_html_8247666269 cspg_html_8247666269:592:70238:70255 Bearpaw Lacombe, Alberta 0.024022608039297965 +7125 aapg_ae_380.html aapg_ae_380.html:172:13292:13301 Vicksburg Texas -0.481870957939069144 +7126 gsa_html_2333925655 gsa_html_2333925655:1463:131884:131912 Green River Colorado 0.017290678321703834 +7127 aapg_af_833.html aapg_af_833.html:503:54794:54802 Cloverly Greybull, Wyoming -0.433546895631176765 +7128 aapg_aa_23.html aapg_aa_23.html:995:132127:132136 Interlake Manitoba -0.456344217050148659 +7129 aapg_ad_833.html aapg_ad_833.html:166:23610:23627 Paradox San Juan County, Utah -0.0860939590932400384 +7130 palaios_html_9337106210 palaios_html_9337106210:155:20934:20950 Syracuse Rochester, Kent -0.459837454744856933 +7131 aapg_ae_981.html aapg_ae_981.html:175:14010:14016 Laurel Knoxville, Tennessee -0.456479975332736432 +7132 jgeology_html_3450428494 jgeology_html_3450428494:763:44622:44630 Virginia Richmond, California -0.485406637327558677 +7133 gsa_html_2299678284 gsa_html_2299678284:478:51646:51656 Santa Cruz California -0.0367528086008553287 +7134 aapg_aa_797.html aapg_aa_797.html:64:8257:8273 Navajo Kayenta, Arizona -0.464450966712688929 +7135 cspg_html_3597281324 cspg_html_3597281324:210:26607:26625 Scollard Lacombe, Alberta -0.0523523592034746896 +7136 aapg_ad_887.html aapg_ad_887.html:73:6952:6971 Smackover Arkansas -0.458695727712452594 +7137 sedimentology_html_9459435622 sedimentology_html_9459435622:643:58421:58427 Nelson South Georgia and the South Sandwich Islands 0.00389825344276496875 +7138 aapg_aa_381.html aapg_aa_381.html:15:2258:2266 Monterey Rancho Santa Margarita, California -0.479909850633553348 +7139 gsa_html_7173708345 gsa_html_7173708345:791:62209:62230 Forest Anchorage, Alaska -0.479552074346371926 +7140 aapg_af_623.html aapg_af_623.html:230:24418:24426 Somerset Pulaski County, Missouri -0.482917309945881279 +7141 cspg_html_2873888604 cspg_html_2873888604:78:13116:13150 Wolfville Bridgetown, Nova Scotia -0.479438267468745405 +7142 cspg_html_4645836177 cspg_html_4645836177:85:10218:10228 Missisauga Logan Canyon -0.0291434052387325206 +7143 aapg_af_436.html aapg_af_436.html:581:60019:60027 Virginia Virginia -0.0473711120814198014 +7144 geology_html_1624131066 geology_html_1624131066:332:24486:24503 Eramosa Ontario, California -0.0177825001131117176 +7145 gsa_html_8231978293 gsa_html_8231978293:623:53137:53160 Cairn Lacombe, Alberta -0.0273313514332929886 +7146 gsa_html_9774003480 gsa_html_9774003480:66:5375:5403 Green River Colorado 0.0371635252945789613 +7147 cspg_html_9046359229 cspg_html_9046359229:917:102709:102714 Price Victoria, British Columbia -0.45937423310039871 +7148 aapg_aa_148.html aapg_aa_148.html:199:22592:22614 Burro Canyon Logan, Utah -0.0390781048690825028 +7149 aapg_ah_90.html aapg_ah_90.html:73:11811:11823 Cedar Mountain Cedar Mountains -0.028708628918134603 +7150 gsa_html_8161586681 gsa_html_8161586681:906:88629:88657 Green River Colorado 0.000132025523515305647 +7151 aapg_aa_487.html aapg_aa_487.html:16:2161:2175 Point Pleasant Cincinnati -0.0331684163736417556 +7152 cspg_html_6985536436 cspg_html_6985536436:507:65071:65092 Christopher Banks Island 0.384373147993363917 +7153 aapg_ad_918.html aapg_ad_918.html:69:9882:9900 Niobrara Iles 0.0190494724215014878 +7154 AMJC_html_6107665103 AMJC_html_6107665103:576:46537:46543 Sierra Koreatown, Los Angeles -0.458738828173223645 +7155 aapg_ah_318.html aapg_ah_318.html:101:15719:15738 Smackover Cotton Valley, Louisiana -0.421244953243923137 +7156 gsa_html_1266138577 gsa_html_1266138577:336:26585:26593 Harkless Salinas Valley -0.460980639153810601 +7157 aapg_aa_655.html aapg_aa_655.html:27:4027:4044 Tererro Sangre de Cristo Range -0.46305483027617389 +7158 gsa_html_5044023029 gsa_html_5044023029:61:4846:4874 Green River Colorado -0.0463780339544224429 +7159 palaios_html_3406135825 palaios_html_3406135825:767:71746:71763 Potsdam Logan, Utah -0.0203286926879938275 +7160 aapg_ae_708.html aapg_ae_708.html:49:7658:7674 Conasauga Middle Ordovician -0.439502972586644391 +7161 jgeology_html_8406118991 jgeology_html_8406118991:1082:75478:75486 Columbia Middle Ordovician -0.466741549175746284 +7162 sedimentology_html_6490933665 sedimentology_html_6490933665:78:6378:6393 Lance Cheyenne, Wyoming -0.00952011624606233578 +7163 cspg_html_9835215306 cspg_html_9835215306:25:4052:4065 Mountain Park Lacombe, Alberta -0.469070208322842297 +7164 sedimentology_html_2530371124 sedimentology_html_2530371124:908:50056:50069 Une Colombia -0.429978093202176226 +7165 aapg_ac_473.html aapg_ac_473.html:621:70357:70365 Colorado Denver -0.452927573923113447 +7166 cspg_html_7086880709 cspg_html_7086880709:9:549:566 Sombre Western world -0.0468588775503323562 +7167 sedimentology_html_3179155937 sedimentology_html_3179155937:1529:99941:99945 Hall London, Ontario -0.475991665297052891 +7168 aapg_ac_689.html aapg_ac_689.html:72:8240:8248 Colorado Denver -0.435926993396556828 +7169 aapg_aa_991.html aapg_aa_991.html:35:4624:4628 Frio Oakville, California -0.447859095614761116 +7170 cspg_html_2769629211 cspg_html_2769629211:485:55260:55280 Twin Falls Hay River (Canada) -0.475730309561108622 +7171 gsa_html_4446967287 gsa_html_4446967287:953:84611:84618 Shuswap Victoria, British Columbia -0.0692128396654030364 +7172 aapg_ai_969.html aapg_ai_969.html:36:3715:3727 Dakota Edmonton, London -0.469896801722409774 +7173 geology_html_3439369353 geology_html_3439369353:245:21086:21104 Eureka Sound Alert, Nunavut 0.311085665081787865 +7174 aapg_ad_823.html aapg_ad_823.html:23:2178:2188 Duck Creek Fort Worth, Texas -0.432421928049857018 +7175 geology_html_1827419843 geology_html_1827419843:223:19579:19608 Winnipeg Manitoba -0.539926073996951694 +7176 gsa_html_9152662653 gsa_html_9152662653:1174:102115:102136 Sykesville Potomac River -0.0045966157065965357 +7177 aapg_aa_696.html aapg_aa_696.html:602:69744:69761 Paradox Colorado -0.0476429233409196642 +7178 aapg_ae_681.html aapg_ae_681.html:4:455:463 Norphlet Melbourne, Florida 0.0150141868655465499 +7179 aapg_ai_572.html aapg_ai_572.html:69:7934:7942 Seminole Konawa, Oklahoma -0.0252830771132320185 +7180 AMJC_html_4692260170 AMJC_html_4692260170:1123:109930:109937 Oceanic Colorado -0.46814580209221146 +7181 aapg_af_664.html aapg_af_664.html:267:29185:29198 Reno San Angelo, Texas -0.451875596518584666 +7182 gsa_html_1644418361 gsa_html_1644418361:29:2796:2824 Green River Iran -0.041445748202081481 +7183 aapg_aa_289.html aapg_aa_289.html:590:55887:55897 Washington California -0.493836733160428976 +7184 aapg_af_568.html aapg_af_568.html:351:34596:34610 Bell Cheyenne, Wyoming -0.419958128211776138 +7185 aapg_ai_299.html aapg_ai_299.html:225:16644:16653 Tuscarora Juniata County School District -0.0366936389096963397 +7186 palaios_html_3140337808 palaios_html_3140337808:60:5654:5679 Barstow California -0.454052985518192231 +7187 aapg_ae_794.html aapg_ae_794.html:570:62981:62998 Coffee Selma to Montgomery marches -0.478377564070346595 +7188 cspg_html_7881580279 cspg_html_7881580279:279:35724:35740 Yeoman Regina, Saskatchewan 0.00247722244128732597 +7189 aapg_aa_328.html aapg_aa_328.html:756:57608:57623 Meson Mexico -0.079975607961460915 +7190 aapg_ai_243.html aapg_ai_243.html:228:23104:23120 Peedee Charleston, South Carolina -0.447242908821281704 +7191 cspg_html_1662483356 cspg_html_1662483356:389:40155:40163 Columbia Victoria, British Columbia -0.441419648744354465 +7192 sedimentology_html_4021147902 sedimentology_html_4021147902:898:50319:50324 Piper California -0.482511668442046737 +7193 aapg_ai_247.html aapg_ai_247.html:28:3345:3358 Lake Michigan Lake Huron -0.498184372130755504 +7194 aapg_ad_98.html aapg_ad_98.html:761:70867:70883 Eureka Quartzite Great Basin -0.446392131630084288 +7195 sedimentology_html_7103111053 sedimentology_html_7103111053:7112:97157:97166 Peninsula Korea -0.44721379024503416 +7196 gsa_html_6753732431 gsa_html_6753732431:469:47457:47472 Sespe Sonoran Desert -0.425818261082402505 +7197 sedimentology_html_1280732031 sedimentology_html_1280732031:21:1438:1443 Swift Virginia -0.435668138774596203 +7198 cspg_html_8250755331 cspg_html_8250755331:691:71806:71814 Dunvegan Victoria, British Columbia -0.451193701085184695 +7199 cspg_html_2873888604 cspg_html_2873888604:346:53176:53190 Doig Canada -0.488053342950142799 +7200 cspg_html_5541937700 cspg_html_5541937700:872:107160:107177 Cardium Canada -0.0105729870441561395 +7201 aapg_ad_784.html aapg_ad_784.html:527:57221:57236 Santa Margarita Monterey, California 0.0110768469074619229 +7202 aapg_ac_720.html aapg_ac_720.html:78:10216:10229 Navesink New Egypt, New Jersey -0.48062584784091128 +7203 palaios_html_9507397379 palaios_html_9507397379:351:33704:33725 Green River Cheyenne, Wyoming -0.0399624195111792577 +7204 aapg_ac_22.html aapg_ac_22.html:91:9913:9933 Tuscaloosa Mississippi River -0.458534686411798065 +7205 sedimentology_html_3948129797 sedimentology_html_3948129797:2381:136357:136365 Virginia Middle Ordovician -0.485285038948243097 +7206 cspg_html_4664502755 cspg_html_4664502755:733:86198:86210 Wilcox Texas -0.477790905452477432 +7207 gsa_html_1290697059 gsa_html_1290697059:1007:70781:70809 Green River New Mexico -0.451913869834985604 +7208 cspg_html_3065473572 cspg_html_3065473572:211:26810:26827 Black River Charlevoix, Michigan -0.433933223839739757 +7209 aapg_af_854.html aapg_af_854.html:1045:147345:147366 Hardinsburg Hardinsburg, Indiana -0.0674491563270436661 +7210 geology_html_2128565360 geology_html_2128565360:268:24930:24947 Campito California -0.0246554374675200805 +7211 aapg_ai_468.html aapg_ai_468.html:312:38555:38562 Bossier East Texas -0.20335569253890784 +7212 sedimentology_html_3826538092 sedimentology_html_3826538092:143:10064:10070 Forest Sweden -0.496235102069879308 +7213 aapg_ai_80.html aapg_ai_80.html:268:27237:27242 Chazy Ohio -0.484534784604727431 +7214 cspg_html_3102530088 cspg_html_3102530088:206:25083:25115 Provincial Milk River, Alberta -0.485252303872338198 +7215 geology_html_6738351295 geology_html_6738351295:11:438:450 Rhode Island Kingston, Jamaica -0.478535310781285639 +7216 aapg_ai_278.html aapg_ai_278.html:743:91028:91047 Card Sound Dolomite Melbourne, Florida -0.0766340570337449151 +7217 aapg_ai_592.html aapg_ai_592.html:189:30747:30768 Green River Bitter Creek (Wyoming) -0.445016883536767272 +7218 aapg_ae_884.html aapg_ae_884.html:484:57463:57481 Frontier Cheyenne, Wyoming -0.0830249911545667268 +7219 aapg_ad_2.html aapg_ad_2.html:710:101831:101848 Potsdam Adirondack Park -0.403940352731222529 +7220 palaios_html_6353470714 palaios_html_6353470714:1090:96825:96853 Willwood Cheyenne, Wyoming -0.482280957733571936 +7221 aapg_ai_49.html aapg_ai_49.html:595:78509:78524 Weber Glenwood Springs, Colorado -0.208159981488401591 +7222 aapg_ah_903.html aapg_ah_903.html:29:6027:6046 Smackover Haynesville, Louisiana -0.448327675040319895 +7223 aapg_ae_465.html aapg_ae_465.html:41:4668:4689 Pine Island County Sligo -0.439565169119916221 +7224 cspg_html_7970836465 cspg_html_7970836465:687:65280:65288 Montreal Quebec City -0.0363020833297297701 +7225 gsa_html_6512088122 gsa_html_6512088122:31:2851:2879 Green River Colorado -0.439125439995052158 +7226 aapg_ai_4.html aapg_ai_4.html:18:2104:2112 Monterey Great Valley, New York -0.00576230371979552514 +7227 aapg_ai_82.html aapg_ai_82.html:342:37980:37990 Greenbrier Pottsville, Pennsylvania -0.47503682505792677 +7228 aapg_ai_105.html aapg_ai_105.html:208:24489:24506 Manitou Fremont, California -0.0194666001171388929 +7229 gsa_html_8951179545 gsa_html_8951179545:10:320:339 Wilcox Mexico -0.454258371760158153 +7230 cspg_html_1347848644 cspg_html_1347848644:456:50160:50166 Moscow Caucasus Mountains -0.456355529459316345 +7231 cspg_html_1140317615 cspg_html_1140317615:57:5505:5531 Cardium Western world 0.0041553613038186523 +7232 palaios_html_4223976574 palaios_html_4223976574:178:17169:17179 Washington Vashon, Washington 0.00553124928900665478 +7233 cspg_html_7182873498 cspg_html_7182873498:148:20624:20631 Eramosa Guelph -0.458634483249725333 +7234 aapg_aa_702.html aapg_aa_702.html:927:116634:116638 Hall West Texas -0.00347089997391153079 +7235 aapg_ai_236.html aapg_ai_236.html:144:12860:12867 Bedford Allegheny Mountains -0.0632789777746218668 +7236 aapg_ad_564.html aapg_ad_564.html:780:78215:78219 Fang China -0.04995370085151081 +7237 cspg_html_1732329534 cspg_html_1732329534:67:9695:9720 Porcupine Red Deer, Alberta -0.485308421911267773 +7238 cspg_html_7402164801 cspg_html_7402164801:54:6044:6055 Belly River Lacombe, Alberta -0.491810295816367427 +7239 aapg_aa_993.html aapg_aa_993.html:107:11379:11386 Rodessa Rodessa, Louisiana 0.0217713977018547424 +7240 aapg_ac_126.html aapg_ac_126.html:169:24491:24504 Bossier Bossier City, Louisiana 0.00753780424990633125 +7241 aapg_ac_348.html aapg_ac_348.html:303:33253:33263 Pottsville Huntington, West Virginia -0.351555377956313531 +7242 cspg_html_7402164801 cspg_html_7402164801:380:37776:37794 Foremost Milk River, Alberta -0.030023437417361392 +7243 aapg_af_551.html aapg_af_551.html:260:27546:27556 Kinderhook Kinderhook (town), New York -0.0447475566663644089 +7244 aapg_ai_584.html aapg_ai_584.html:1566:142716:142722 Casper Cheyenne, Wyoming -0.451740527107044376 +7245 aapg_ai_52.html aapg_ai_52.html:61:8451:8470 Monterey Monterey, California 0.900506488993352505 +7246 geology_html_4034643281 geology_html_4034643281:223:20266:20272 Taylor London, Ontario -0.469070208322842297 +7247 sedimentology_html_2168886506 sedimentology_html_2168886506:903:68908:68977 Adams England -0.475991665297052891 +7248 aapg_ai_825.html aapg_ai_825.html:548:68833:68850 Haymond Texas -0.494552690963700137 +7249 gsa_html_4120839285 gsa_html_4120839285:1208:122260:122275 Orocopia Schist Arizona -0.0347621062592119723 +7250 sedimentology_html_1186659316 sedimentology_html_1186659316:189:17116:17123 Madison Kingdom of the Netherlands -0.0397082576932654904 +7251 aapg_ac_486.html aapg_ac_486.html:592:72405:72413 Colorado Denver -0.479496330331430576 +7252 aapg_ae_34.html aapg_ae_34.html:486:41613:41627 Frio Shreveport, Louisiana 0.00145054491803285547 +7253 geology_html_8067461474 geology_html_8067461474:316:24780:24786 Active Hannington, Northamptonshire 0.00710174161421996044 +7254 aapg_ac_983.html aapg_ac_983.html:356:56940:56944 Drum Corbin City, New Jersey -0.243656309430879209 +7255 aapg_ad_723.html aapg_ad_723.html:167:15784:15800 Chinle New Mexico -0.417860638409213614 +7256 cspg_html_7989435905 cspg_html_7989435905:9:1181:1191 Blackstone Pincher Creek, Alberta -0.47032647773667996 +7257 aapg_ad_81.html aapg_ad_81.html:1152:187155:187171 Cruse Trinidad and Tobago -0.0443365036009496297 +7258 cspg_html_9174286035 cspg_html_9174286035:94:12166:12190 Stooping River Moose River (Maine) 0.370440586266924998 +7259 aapg_aa_913.html aapg_aa_913.html:455:33129:33157 Edwards Texas -0.0241877670798757438 +7260 gsa_html_2361725345 gsa_html_2361725345:956:79227:79255 Green River New Mexico -0.0296755913479795769 +7261 cspg_html_9735723617 cspg_html_9735723617:336:43240:43264 Beverley Inlet Melville Island (Canada) -0.050187257094561899 +7262 geology_html_3056528983 geology_html_3056528983:333:27513:27518 Grove Earth -0.0642675305255647478 +7263 aapg_af_18.html aapg_af_18.html:569:58258:58278 Lakota Powder River (Montana) -0.400988308551690764 +7264 sedimentology_html_7445163158 sedimentology_html_7445163158:1058:63634:63638 Bond North Sea -0.507416021579638388 +7265 aapg_ad_575.html aapg_ad_575.html:26:3342:3369 Minnelusa Cheyenne, Wyoming -0.451787799117909672 +7266 sedimentology_html_8337405859 sedimentology_html_8337405859:497:61525:61529 Hall London, Ontario -0.478326534516524793 +7267 aapg_ac_629.html aapg_ac_629.html:653:78035:78042 Pamlico Shreveport, Louisiana -0.46567095948211501 +7268 cspg_html_6880168184 cspg_html_6880168184:792:86872:86909 Barlow Inlet Canadian Arctic Archipelago -0.0338991191876076986 +7269 aapg_aa_731.html aapg_aa_731.html:496:67380:67392 Wilcox Texas -0.458031335089754243 +7270 aapg_af_860.html aapg_af_860.html:46:3694:3707 Cook Mountain Texas -0.00972860319356922895 +7271 cspg_html_9689514766 cspg_html_9689514766:824:104817:104829 Chazy Middle Ordovician -0.0340731030781195529 +7272 geology_html_1378183813 geology_html_1378183813:214:20169:20207 Monterey California -0.471962087320613732 +7273 aapg_af_461.html aapg_af_461.html:210:19691:19726 Milwaukee Wisconsin -0.444916336311243943 +7274 aapg_ad_715.html aapg_ad_715.html:158:18823:18843 Hartshorne Allegheny Mountains -0.464533160716817162 +7275 geology_html_3785595192 geology_html_3785595192:309:26051:26060 Extension England -0.0150697932324766731 +7276 aapg_ac_126.html aapg_ac_126.html:32:5270:5279 Red River San Augustine, Texas 0.0494343254698864434 +7277 aapg_ae_419.html aapg_ae_419.html:1348:108385:108405 Agua Nueva El Abra -0.47076786107370483 +7278 sedimentology_html_2218775040 sedimentology_html_2218775040:183:15062:15068 Kodiak Anchorage, Alaska 0.712259108738247493 +7279 aapg_ah_543.html aapg_ah_543.html:1055:41481:41496 Tejon California 0.0263871614446814368 +7280 cspg_html_1962846283 cspg_html_1962846283:82:11255:11263 Columbia Victoria, British Columbia -0.427689691071663991 +7281 palaios_html_5078880508 palaios_html_5078880508:19:956:963 El Paso Texas -0.470457490274840129 +7282 cspg_html_5889831809 cspg_html_5889831809:41:5556:5571 Woodbend Lacombe, Alberta -0.462193603410137988 +7283 geology_html_3353189632 geology_html_3353189632:307:26985:26997 Owens Valley California -0.189386085348878574 +7284 aapg_ac_702.html aapg_ac_702.html:224:23358:23374 Hertha Kansas City, Kansas -0.0160255473539090525 +7285 aapg_ac_910.html aapg_ac_910.html:454:36457:36463 Sierra Coahuila -0.464656465989479628 +7286 gsa_html_1616304153 gsa_html_1616304153:91:11460:11466 Banner Glasford, Illinois -0.0186775409744464604 +7287 gsa_html_8815841662 gsa_html_8815841662:62:4835:4863 Green River New Mexico -0.0277886893642299709 +7288 aapg_ad_466.html aapg_ad_466.html:947:102197:102203 Tinton Tinton Falls, New Jersey -0.112668720622677562 +7289 geology_html_9794573137 geology_html_9794573137:265:22821:22830 Pocatello Boise, Idaho -0.454610570976523354 +7290 aapg_ad_0.html aapg_ad_0.html:159:15760:15768 Glenwood Glenwood, Utah -0.403197783083087236 +7291 aapg_ae_415.html aapg_ae_415.html:973:123120:123139 Catahoula Melbourne, Florida -0.00161731451970968361 +7292 aapg_ad_851.html aapg_ad_851.html:148:16489:16508 San Andres Ector, Texas -0.40709439584394741 +7293 aapg_ai_144.html aapg_ai_144.html:91:10587:10595 Dunvegan Western world 0.00815629009485507872 +7294 aapg_ai_696.html aapg_ai_696.html:31:4090:4096 Antler Reno, Nevada 0.0258533653677365111 +7295 aapg_aa_644.html aapg_aa_644.html:721:58903:58911 Colorado Colorado -0.488759736831659075 +7296 aapg_ad_636.html aapg_ad_636.html:513:60539:60553 Frio Texas -0.449541717141150321 +7297 aapg_ah_772.html aapg_ah_772.html:752:63745:63756 Bird Spring Reno, Nevada -0.035973188044241329 +7298 cspg_html_4031489103 cspg_html_4031489103:340:50115:50133 Phillips Victoria, British Columbia -0.0484061357269625417 +7299 palaios_html_7765531315 palaios_html_7765531315:10:457:473 Noonday Dolomite Death Valley -0.067608196951884289 +7300 aapg_ah_871.html aapg_ah_871.html:518:57175:57180 Chazy Montreal -0.4796264052884881 +7301 AMJC_html_2228158963 AMJC_html_2228158963:1093:107647:107667 Waterville Portland, Maine -0.494907350500968457 +7302 aapg_ad_466.html aapg_ad_466.html:165:17987:18004 Mount Laurel Salem, Massachusetts -0.479830848328458015 +7303 aapg_ae_518.html aapg_ae_518.html:145:13590:13601 Santa Clara Channel Islands of California -0.481230723565142238 +7304 gsa_html_6753732431 gsa_html_6753732431:745:66997:67021 Bouse Colorado -0.473653815287124913 +7305 cspg_html_3854139935 cspg_html_3854139935:56:8725:8732 Pakowki Lacombe, Alberta 1.04709393011620744 +7306 aapg_ad_337.html aapg_ad_337.html:110:10898:10916 Monterey San Joaquin Hills (Laguna Niguel, California) -0.0109031013021226707 +7307 aapg_aa_563.html aapg_aa_563.html:278:36010:36018 Woodbine Texas -0.0700905227605121139 +7308 aapg_aa_37.html aapg_aa_37.html:440:54565:54582 Thaynes Boise, Idaho -0.472722268874013252 +7309 gsa_html_9053175553 gsa_html_9053175553:467:48623:48642 Flagstaff Logan, Utah -0.486588444102287743 +7310 cspg_html_4382149016 cspg_html_4382149016:325:48062:48073 Utica Quebec City -0.408271950530841421 +7311 gsa_html_8840132442 gsa_html_8840132442:933:91250:91284 Kootenay Victoria, British Columbia -0.000774781561203988548 +7312 cspg_html_7675189126 cspg_html_7675189126:327:44679:44687 Columbia Victoria, British Columbia -0.515327953056381571 +7313 aapg_ac_825.html aapg_ac_825.html:660:74374:74382 Monterey California 0.0258916172011711861 +7314 aapg_af_517.html aapg_af_517.html:271:37291:37312 Santa Margarita Mountain View, California -0.426510306242507076 +7315 cspg_html_5241714595 cspg_html_5241714595:591:88108:88126 Saskatchewan Regina, Saskatchewan -0.0268166470016257402 +7316 aapg_ae_226.html aapg_ae_226.html:13:2052:2059 Kanawha Malden, Missouri -0.461219460550356897 +7317 aapg_ah_847.html aapg_ah_847.html:306:36404:36415 Hornerstown Monmouth County, New Jersey -0.441593278961416758 +7318 aapg_ah_881.html aapg_ah_881.html:183:21243:21260 Huntingdon Boulder Creek (Colorado) -0.0389336281325362993 +7319 cspg_html_2650524233 cspg_html_2650524233:64:10297:10304 Bearpaw Edmonton, London -0.418742552630068099 +7320 cspg_html_3860685167 cspg_html_3860685167:1063:96933:96954 Etherington Lacombe, Alberta -0.456518443898076276 +7321 palaios_html_3561205174 palaios_html_3561205174:768:65366:65381 Elk Wisconsin -0.481815063993563775 +7322 aapg_aa_379.html aapg_aa_379.html:82:9576:9595 Uniontown Monongahela, Pennsylvania -0.480853789677316845 +7323 cspg_html_9683836416 cspg_html_9683836416:456:70849:70860 Belly River Lacombe, Alberta -0.456133832112874948 +7324 palaios_html_2298416430 palaios_html_2298416430:408:42625:42649 St. Mary River Lacombe, Alberta -0.441406293921039528 +7325 aapg_aa_793.html aapg_aa_793.html:473:61767:61771 Elko Reno, Nevada -0.235870449678322741 +7326 geology_html_8312255579 geology_html_8312255579:258:20270:20275 Rapid California -0.0313801301050329814 +7327 cspg_html_1732329534 cspg_html_1732329534:50:7265:7284 Paskapoo Edmonton, London -0.172242094399746665 +7328 aapg_ai_107.html aapg_ai_107.html:267:27962:27969 Bossier Arkansas -0.460953349343471763 +7329 aapg_af_314.html aapg_af_314.html:183:18535:18541 Casper Cheyenne, Wyoming -0.044101376246448068 +7330 cspg_html_4272664788 cspg_html_4272664788:460:50041:50076 Banff Victoria, British Columbia -0.448377013151321557 +7331 gsa_html_7449681372 gsa_html_7449681372:63:5346:5374 Green River Colorado -0.462102516958969756 +7332 AMJC_html_5390933660 AMJC_html_5390933660:320:31288:31318 Gile Mountain Bennington, Vermont -0.47254944238616009 +7333 jgeology_html_1300888380 jgeology_html_1300888380:381:28019:28027 Catskill Juniata County School District -0.493525020516280222 +7334 gsa_html_1923206392 gsa_html_1923206392:720:60629:60643 Vinini Reno, Nevada -0.100056974900933904 +7335 aapg_ac_63.html aapg_ac_63.html:112:11685:11700 Red Rock Shreveport, Louisiana -0.0632195999825383298 +7336 gsa_html_4438819447 gsa_html_4438819447:238:25640:25666 Mattagami Moose River (Ontario) -0.0291434052387325206 +7337 sedimentology_html_6382215824 sedimentology_html_6382215824:1145:79878:79895 Palliser Canada -0.0444288146314834667 +7338 gsa_html_9621103960 gsa_html_9621103960:546:51048:51076 Green River Colorado 0.00347437438530184134 +7339 aapg_ac_924.html aapg_ac_924.html:434:46562:46586 Mission Canyon Logan, Utah -0.443933785681361437 +7340 sedimentology_html_8138809465 sedimentology_html_8138809465:848:56445:56451 Banner Hanson, Massachusetts -0.480277073774662555 +7341 gsa_html_4842463190 gsa_html_4842463190:14:702:712 Washington Washington (state) -0.0687093721038394695 +7342 aapg_ac_313.html aapg_ac_313.html:698:77817:77835 Herreria Dulce River -0.0445280936514478309 +7343 aapg_ad_757.html aapg_ad_757.html:121:13450:13461 Black River Decorah, Iowa -0.036255097654164431 +7344 cspg_html_1313584654 cspg_html_1313584654:63:8884:8899 Pense Regina, Saskatchewan -0.4804630690816033 +7345 gsa_html_1197940982 gsa_html_1197940982:13:589:602 Santa Barbara California -0.451787799117909672 +7346 aapg_ai_975.html aapg_ai_975.html:842:68053:68071 Kiamichi San Marcos, California -0.00274648745693117794 +7347 gsa_html_9515953275 gsa_html_9515953275:770:75649:75671 Oceanic California -0.514392879281394655 +7348 aapg_ad_695.html aapg_ad_695.html:72:6908:6917 Cockfield Shreveport, Louisiana -0.449811224417208722 +7349 aapg_ah_318.html aapg_ah_318.html:2242:196724:196733 La Casita Cotton Valley, Louisiana -0.431113360606789509 +7350 aapg_af_728.html aapg_af_728.html:154:18769:18773 Elko Elko, Nevada 0.645895358656870533 +7351 geology_html_4625726818 geology_html_4625726818:220:23085:23089 Bell Meade County, Kentucky -0.0517944618425102074 +7352 cspg_html_4773367370 cspg_html_4773367370:181:15518:15534 Viking Fall Creek Falls State Park -0.437960495533138761 +7353 cspg_html_1771818046 cspg_html_1771818046:134:17248:17253 Banff Canmore, Alberta -0.461155768602865224 +7354 aapg_ai_780.html aapg_ai_780.html:335:33984:33992 Virginia Cape Cod -0.0608833718356879897 +7355 aapg_ah_387.html aapg_ah_387.html:2488:268348:268357 Knoxville Central Valley (California) -0.0508792537248642374 +7356 aapg_ah_871.html aapg_ah_871.html:426:47182:47187 Chazy Black River, Jamaica -0.449937021729037434 +7357 aapg_ac_629.html aapg_ac_629.html:423:54291:54297 Lissie Texas 0.956975786247862947 +7358 aapg_ae_805.html aapg_ae_805.html:45:6633:6650 Sandia Hermosa, Chicago -0.0763819575358423153 +7359 palaios_html_7076037184 palaios_html_7076037184:302:27555:27580 Tradewater Illinois -0.471349814541787038 +7360 aapg_ai_958.html aapg_ai_958.html:78:7859:7867 Oakville Cuero, Texas -0.442575570278969321 +7361 palaios_html_1064392617 palaios_html_1064392617:589:36294:36305 Chazy Quebec City -0.457582637906406409 +7362 aapg_af_773.html aapg_af_773.html:333:36972:36993 Green River Cheyenne, Wyoming -0.410939516336310484 +7363 gsa_html_9102781796 gsa_html_9102781796:683:61616:61653 Talkeetna Anchorage, Alaska -0.276885550851059092 +7364 gsa_html_9513959579 gsa_html_9513959579:617:68432:68451 Pansy Lee Conglomerate Reno, Nevada -0.0541954731072742807 +7365 aapg_ac_569.html aapg_ac_569.html:40:5628:5648 Emma Fiord Ellesmere Island -0.421983856501260468 +7366 aapg_ac_380.html aapg_ac_380.html:40:6406:6414 Virginia Huntington, West Virginia -0.0853081022611317935 +7367 aapg_af_129.html aapg_af_129.html:166:17365:17388 Colorado Eagle River, Alaska -0.440965692630365336 +7368 gsa_html_1024107776 gsa_html_1024107776:922:93277:93296 Bluestone Bluefield, West Virginia -0.467877607461444023 +7369 palaios_html_1018466366 palaios_html_1018466366:1268:123707:123724 Bluesky Lacombe, Alberta -0.465835581370964813 +7370 aapg_ai_96.html aapg_ai_96.html:544:46920:46928 Mercedes Texas -0.0578709660660540678 +7371 cspg_html_1456761793 cspg_html_1456761793:6:658:680 Slave Point Dunedin, Florida -0.00693148706696411487 +7372 aapg_ac_563.html aapg_ac_563.html:601:86657:86676 Smackover Shreveport, Louisiana -0.41055152885920021 +7373 cspg_html_2661887503 cspg_html_2661887503:340:37455:37488 Belcher Channel Devon Island -0.505301387201461782 +7374 aapg_ad_52.html aapg_ad_52.html:1016:109146:109163 Kinderhook Michigan -0.4796264052884881 +7375 gsa_html_4650354985 gsa_html_4650354985:1106:91162:91193 Minturn Colorado -0.114407478461844986 +7376 aapg_ae_958.html aapg_ae_958.html:2488:209784:209799 Diablo Delaware -0.0503371552170116185 +7377 cspg_html_3907807140 cspg_html_3907807140:668:71173:71192 Athabasca Canada -0.0532311352227030424 +7378 aapg_af_830.html aapg_af_830.html:588:70208:70222 Fredericksburg Texas -0.431873166412704457 +7379 cspg_html_1351473625 cspg_html_1351473625:36:6976:6996 Mount Head Bow River -0.479561365364802261 +7380 aapg_ae_2.html aapg_ae_2.html:394:42588:42594 Walker England 0.0108822518883867504 +7381 aapg_aa_303.html aapg_aa_303.html:347:32867:32884 Parting Western world -0.0126805624942423392 +7382 sedimentology_html_3941612453 sedimentology_html_3941612453:870:71693:71701 Quinault Salem, Oregon -0.511198447113590415 +7383 sedimentology_html_3811113565 sedimentology_html_3811113565:1565:78680:78686 Jordan Jura Mountains -0.0292147099429476073 +7384 cspg_html_5973552270 cspg_html_5973552270:75:10967:10987 Swan Hills Lacombe, Alberta -0.47503682505792677 +7385 aapg_ad_398.html aapg_ad_398.html:138:13226:13236 Tuscaloosa Mississippi River -0.0279886708512000412 +7386 gsa_html_9891566604 gsa_html_9891566604:211:23333:23346 Prospect Moretown, Vermont -0.00138974352800571069 +7387 cspg_html_5484260516 cspg_html_5484260516:395:34343:34361 Palliser Lacombe, Alberta -0.441406293921039528 +7388 aapg_ah_876.html aapg_ah_876.html:368:45744:45755 Pine Island Arkansas -0.456561440120662909 +7389 aapg_ai_712.html aapg_ai_712.html:86:8989:8996 Canning Perth, Scotland -0.474050715756885177 +7390 aapg_ac_612.html aapg_ac_612.html:34:3990:4002 Beaver Creek Turkey Creek, Louisiana -0.0583874772010690019 +7391 cspg_html_7833083677 cspg_html_7833083677:1238:106813:106842 Eids Bathurst, New South Wales 0.00296016264892234697 +7392 gsa_html_4811081253 gsa_html_4811081253:11:460:466 Oxford Michigan -0.491068403850714985 +7393 aapg_ah_508.html aapg_ah_508.html:163:15446:15466 Ontelaunee Pennsylvania 0.980493201035804285 +7394 gsa_html_7040053075 gsa_html_7040053075:1301:133373:133381 Rockwell Whittier, Alaska 0.152632516350067665 +7395 aapg_ac_986.html aapg_ac_986.html:1063:122533:122541 Colorado New Mexico -0.474805786132168894 +7396 aapg_af_288.html aapg_af_288.html:619:67887:67893 Jordan New Mexico -0.0273835184878958443 +7397 cspg_html_9073385860 cspg_html_9073385860:23:1964:1988 Leduc Redwater, Texas -0.444871652179790411 +7398 gsa_html_6627974776 gsa_html_6627974776:811:62656:62667 White River Anchorage, Alaska -0.0273313514332929886 +7399 aapg_ae_324.html aapg_ae_324.html:224:22645:22653 Virginia The Narrows -0.457501080653503367 +7400 aapg_ac_789.html aapg_ac_789.html:160:32401:32414 Barnett Texas -0.437951625350357587 +7401 aapg_ae_805.html aapg_ae_805.html:210:24783:24798 Molas New Mexico -0.465787563493960222 +7402 cspg_html_8509913074 cspg_html_8509913074:423:54710:54728 Eramosa Salina, Kansas -0.420831066107106355 +7403 geology_html_2908722683 geology_html_2908722683:150:12680:12696 Navajo Flushing, Queens -0.455658949817136283 +7404 sedimentology_html_1358721859 sedimentology_html_1358721859:1482:91235:91253 Provo Switzerland -0.470510360514459824 +7405 aapg_ad_325.html aapg_ad_325.html:1121:104656:104665 Smackover Mississippi River -0.426313153690881963 +7406 aapg_af_653.html aapg_af_653.html:1282:157074:157082 Monterey Southern California -0.426608897791606878 +7407 aapg_ad_452.html aapg_ad_452.html:87:7632:7639 Bromide Washington (state) -0.475138501585752326 +7408 palaios_html_5212272868 palaios_html_5212272868:439:45271:45279 Bachelor Calgary -0.0218513582866363479 +7409 gsa_html_1075724130 gsa_html_1075724130:124:13242:13247 Bouse Arizona -0.0544099822313272238 +7410 aapg_ad_2.html aapg_ad_2.html:1404:192006:192014 Nealmont Mercersburg, Pennsylvania -0.017787713832192225 +7411 gsa_html_8308045298 gsa_html_8308045298:602:65052:65058 Oregon California -0.0255351835335731921 +7412 gsa_html_1997423355 gsa_html_1997423355:13:507:517 Washington Vancouver -0.493836733160428976 +7413 aapg_ae_324.html aapg_ae_324.html:76:7400:7409 Knoxville Saltville, Virginia -0.489400926759743782 +7414 cspg_html_5406720001 cspg_html_5406720001:198:25764:25772 Columbia Victoria, British Columbia 0.0131861933748900779 +7415 gsa_html_7099585177 gsa_html_7099585177:962:82092:82126 Sanctuary Melbourne, Florida -0.414094356996746848 +7416 aapg_af_575.html aapg_af_575.html:1229:176600:176620 Fredericksburg Texas -0.464409872562970838 +7417 sedimentology_html_8989921425 sedimentology_html_8989921425:2127:152906:152913 Jackson London, Ontario -0.441437455474761709 +7418 gsa_html_1860930948 gsa_html_1860930948:614:65967:65985 Morrison Logan, Utah -0.442595627901035182 +7419 cspg_html_9692046543 cspg_html_9692046543:13:1453:1472 Newcastle Cheyenne, Wyoming -0.460146402321772174 +7420 aapg_ac_617.html aapg_ac_617.html:4:623:631 Oakville Texas 0.883622936969260087 +7421 palaios_html_6857051575 palaios_html_6857051575:684:55009:55015 Brazil Ubatuba -0.0333423889393398495 +7422 palaios_html_2399848899 palaios_html_2399848899:664:57474:57489 Eutaw Alabama 0.376085060080051214 +7423 gsa_html_1826402027 gsa_html_1826402027:877:92095:92104 Flagstaff Arizona -0.0326847865730959877 +7424 aapg_ae_694.html aapg_ae_694.html:145:16980:16994 Buda Buda, Texas -0.219093677987690943 +7425 gsa_html_5143056094 gsa_html_5143056094:31:3407:3420 Santa Barbara California -0.0388274478076049076 +7426 aapg_ad_695.html aapg_ad_695.html:48:4799:4805 Weches Jacksonville, Illinois -0.424249874232666135 +7427 AMJC_html_7872796695 AMJC_html_7872796695:16:860:867 Windsor Ontario, California -0.443755252554939694 +7428 sedimentology_html_7856249196 sedimentology_html_7856249196:492:51413:51441 Drakes California -0.475034514365578919 +7429 aapg_ae_877.html aapg_ae_877.html:3:316:341 Beaverhill Lacombe, Alberta -0.0866869529328338911 +7430 aapg_ad_944.html aapg_ad_944.html:315:27576:27594 Rierdon Montana -0.213758712888461183 +7431 jgeology_html_6990146451 jgeology_html_6990146451:211:14119:14128 Foreknobs Huntington, West Virginia -0.0902413595176053823 +7432 aapg_ad_2.html aapg_ad_2.html:1285:177190:177212 Leray Watertown, Massachusetts -0.469189557204259144 +7433 geology_html_4826943077 geology_html_4826943077:11:489:502 Santa Barbara California -0.0612412562309524039 +7434 aapg_ad_834.html aapg_ad_834.html:90:10520:10535 Bow Island Colorado -0.451767539383647998 +7435 aapg_af_77.html aapg_af_77.html:275:21565:21572 Rodessa Long Lake, New York -0.427645821637091417 +7436 cspg_html_5976982403 cspg_html_5976982403:18:3004:3019 Siyeh Purcell Mountains -0.448578878596292641 +7437 aapg_aa_685.html aapg_aa_685.html:350:31525:31535 North Horn Flagstaff, Arizona -0.48322516565543927 +7438 aapg_ae_916.html aapg_ae_916.html:633:76470:76478 Kootenai Cut Bank, Montana 0.0152470393535955456 +7439 aapg_ae_58.html aapg_ae_58.html:25:4374:4382 Colorado Denver 0.00259187716092955768 +7440 sedimentology_html_5684840410 sedimentology_html_5684840410:1790:95904:95922 Dockum Panhandle, Texas -0.455482628602140449 +7441 aapg_aa_684.html aapg_aa_684.html:65:7670:7678 Red Peak John Crow Mountains -0.431080339422081793 +7442 cspg_html_7799850124 cspg_html_7799850124:358:42127:42132 Nisku Cripple Creek, Colorado -0.472678482936493838 +7443 aapg_ae_666.html aapg_ae_666.html:249:24445:24453 Prospect Absaroka -0.440125125196615896 +7444 geology_html_5045588189 geology_html_5045588189:44:5700:5725 Sisquoc Santa Barbara, California -0.006663945278057983 +7445 cspg_html_5955028331 cspg_html_5955028331:721:71948:71964 Viking Lacombe, Alberta -0.0787143732961642917 +7446 gsa_html_4058959570 gsa_html_4058959570:281:22428:22443 Macal Macal River -0.471349814541787038 +7447 aapg_ai_170.html aapg_ai_170.html:181:16934:16940 Morgan Logan, Utah -0.46132865731218986 +7448 gsa_html_1826402027 gsa_html_1826402027:688:78377:78386 Flagstaff Coconino County, Arizona -0.0500861646985385212 +7449 aapg_ah_52.html aapg_ah_52.html:480:65382:65396 Lodo California -0.479561365364802261 +7450 aapg_ae_871.html aapg_ae_871.html:557:70420:70440 Loon River Anchorage, Alaska -0.0226179559252577995 +7451 cspg_html_4287356899 cspg_html_4287356899:3954:392057:392067 Trout Lake Anchorage, Alaska -0.0417243342632335201 +7452 jgeology_html_4305195651 jgeology_html_4305195651:3105:223842:223864 Point Edward Port Jackson -0.0328900657953446335 +7453 aapg_af_97.html aapg_af_97.html:103:12745:12760 Dillsboro Richmond, California -0.0732842696653886877 +7454 gsa_html_1743346632 gsa_html_1743346632:1314:105045:105073 Green River Colorado -0.0204677435827045166 +7455 cspg_html_6517402834 cspg_html_6517402834:40:4740:4759 Coalspur Lacombe, Alberta -0.462302919433881576 +7456 gsa_html_3151431803 gsa_html_3151431803:157:20677:20693 Navajo Kayenta, Arizona -0.469120700106755939 +7457 aapg_af_2.html aapg_af_2.html:458:51212:51231 Leadville San Juan Mountains -0.462143504710773534 +7458 cspg_html_5821391803 cspg_html_5821391803:495:41764:41774 Washington Earth -0.448377013151321557 +7459 aapg_ai_583.html aapg_ai_583.html:65:10213:10220 Laramie Powder River Basin -0.46809765859229685 +7460 aapg_ah_847.html aapg_ah_847.html:87:10146:10157 Hornerstown Navesink River -0.381556422436364895 +7461 gsa_html_1254347878 gsa_html_1254347878:442:48621:48639 Sheppard Victoria, British Columbia -0.0298634270365841781 +7462 aapg_ac_361.html aapg_ac_361.html:152:17488:17498 Santa Cruz San Gregorio State Beach -0.449575401198261781 +7463 aapg_ad_192.html aapg_ad_192.html:22:2649:2665 Tuscaloosa Mississippi River 0.059574213615560076 +7464 gsa_html_2853817533 gsa_html_2853817533:892:62101:62104 Dot Eagle Bay, New York -0.0362237739882792509 +7465 gsa_html_6062330506 gsa_html_6062330506:272:30593:30605 Saskatchewan New Mexico -0.517614432526960822 +7466 aapg_ad_659.html aapg_ad_659.html:347:49585:49593 Michigan Lake Superior -0.431086943566786673 +7467 gsa_html_6672856503 gsa_html_6672856503:277:23902:23921 Chumstick Washington (state) -0.519873235140612344 +7468 cspg_html_2485255876 cspg_html_2485255876:613:64112:64117 Queen Ontario, California -0.481393647209346964 +7469 cspg_html_6193252551 cspg_html_6193252551:46:8367:8399 Lawrence Anticosti Island -0.471432653520514666 +7470 aapg_ah_565.html aapg_ah_565.html:31:3831:3848 Chadron Nebraska 0.324106101868801788 +7471 gsa_html_6983076294 gsa_html_6983076294:807:74959:74972 Sandia New Mexico -0.446110205830797302 +7472 aapg_ad_329.html aapg_ad_329.html:3:443:461 Brallier Pennsylvania 0.0684471676832726084 +7473 gsa_html_6983076294 gsa_html_6983076294:764:72277:72311 Hazel Texas -0.49339517418577894 +7474 aapg_af_809.html aapg_af_809.html:49:5612:5631 La Quinta Colombia -0.441459714368856782 +7475 aapg_ad_691.html aapg_ad_691.html:11:1352:1362 Georgetown Texas 0.0461202020026578521 +7476 aapg_ae_705.html aapg_ae_705.html:283:26912:26942 Santa Barbara Monterey, California -0.0835982904683452294 +7477 sedimentology_html_4185931185 sedimentology_html_4185931185:740:58162:58196 Eureka Quartzite Reno, Nevada 0.368092603334083723 +7478 aapg_aa_777.html aapg_aa_777.html:481:48291:48296 Uinta Great Basin -0.00048640987057772464 +7479 palaios_html_5921824758 palaios_html_5921824758:189:18611:18630 Chuckanut Victoria, British Columbia -0.514431617555045517 +7480 aapg_aa_863.html aapg_aa_863.html:486:41833:41850 Edwards Texas -0.512668465076078217 +7481 AMJC_html_6852581677 AMJC_html_6852581677:1056:80371:80381 Pittsburgh Earth -0.471405039658470026 +7482 aapg_af_51.html aapg_af_51.html:73:11431:11439 Colorado Logan, Utah -0.450878806444675151 +7483 cspg_html_7779401416 cspg_html_7779401416:261:31894:31905 Fossil Hill Bruce Peninsula National Park 0.564861615745359424 +7484 aapg_ai_29.html aapg_ai_29.html:809:89301:89310 Red River Texas 0.00865316951602894749 +7485 aapg_af_652.html aapg_af_652.html:244:20631:20641 Phosphoria Kaibab, Arizona -0.00215584223507059606 +7486 gsa_html_5605072276 gsa_html_5605072276:711:68346:68355 Extension Tyrrhenian Sea -0.500516638951101323 +7487 cspg_html_9894399778 cspg_html_9894399778:48:4387:4401 Cloverly Lacombe, Alberta -0.443782030321690002 +7488 aapg_af_305.html aapg_af_305.html:64:6413:6422 Catahoula Tensas River -0.465104162426203172 +7489 aapg_ak_117.html aapg_ak_117.html:610:57224:57229 Logan Perth, Western Australia -0.0301277931102772942 +7490 aapg_ac_298.html aapg_ac_298.html:70:6161:6173 Saskatchewan Parkman, Maine -0.0115181647621516343 +7491 aapg_ac_588.html aapg_ac_588.html:37:4922:4926 Rome Maryville, Missouri -0.00633038844921864335 +7492 gsa_html_9650039573 gsa_html_9650039573:61:3646:3674 Green River Colorado 0.0130159112039108672 +7493 aapg_aa_4.html aapg_aa_4.html:132:16926:16943 Genesee West Fork River 0.0117822633156924803 +7494 jgeology_html_3255099483 jgeology_html_3255099483:307:14761:14782 Navajo Logan, Utah -0.0227413796680306819 +7495 aapg_af_60.html aapg_af_60.html:74:9366:9372 Laguna Mexico -0.491386278060246817 +7496 aapg_aa_684.html aapg_aa_684.html:106:11560:11569 Popo Agie John Crow Mountains -0.0195726214963804213 +7497 gsa_html_4522678867 gsa_html_4522678867:941:98401:98419 Mariposa California -0.0200262605794136288 +7498 sedimentology_html_7632809154 sedimentology_html_7632809154:2277:141368:141375 Andrews Austin, Chicago -0.47495364399168194 +7499 geology_html_3524527663 geology_html_3524527663:22:1219:1227 Colorado Denver -0.4597920302667165 +7500 aapg_aa_643.html aapg_aa_643.html:278:31795:31804 Knoxville Belmont, Massachusetts -0.0204677435827045166 +7501 aapg_af_847.html aapg_af_847.html:223:26559:26563 Frio Jefferson County, Colorado -0.431086943566786673 +7502 aapg_ai_593.html aapg_ai_593.html:1316:141654:141674 Fredericksburg Texas -0.497863925745818725 +7503 aapg_ae_797.html aapg_ae_797.html:227:25978:25995 Paradox Hermosa, Chicago 0.952036917929761306 +7504 aapg_ah_646.html aapg_ah_646.html:385:46651:46659 Moenkopi Moenkopi Formation -0.445028056128614735 +7505 aapg_ad_957.html aapg_ad_957.html:107:11263:11269 Vernon Bartlesville, Oklahoma -0.0221155785118801462 +7506 aapg_ad_683.html aapg_ad_683.html:256:28772:28786 Rico Colorado -0.450743884934886652 +7507 aapg_ai_584.html aapg_ai_584.html:493:49331:49343 Cassa Cheyenne, Wyoming -0.469120700106755939 +7508 cspg_html_3870653554 cspg_html_3870653554:132:19396:19401 Price Victoria, British Columbia -0.44951252529713398 +7509 aapg_af_614.html aapg_af_614.html:173:13721:13728 Rodessa Shreveport, Louisiana 0.345479100770437475 +7510 cspg_html_6644065685 cspg_html_6644065685:313:32588:32616 Hecla Bay Melville Island (Canada) -0.424217090203684033 +7511 cspg_html_3060428958 cspg_html_3060428958:212:28670:28683 Bearpaw Lacombe, Alberta 0.633806842961107786 +7512 aapg_ai_510.html aapg_ai_510.html:3:220:228 Colorado Colorado -0.052476148512779229 +7513 aapg_ae_755.html aapg_ae_755.html:162:19338:19356 Yorktown North Carolina -0.431133173871068531 +7514 jgeology_html_1019094314 jgeology_html_1019094314:141:8176:8182 Brazil South Africa -0.0016763787815964029 +7515 aapg_ac_621.html aapg_ac_621.html:54:6784:6805 Wood Siding Brownville (town), New York -0.0156814715209821626 +7516 aapg_ad_812.html aapg_ad_812.html:43:4651:4668 Wingate New Mexico -0.484413309843390927 +7517 cspg_html_5810500722 cspg_html_5810500722:38:5949:5957 Columbia Victoria, British Columbia -0.445016883536767272 +7518 gsa_html_8335323050 gsa_html_8335323050:895:96531:96540 New River Kingston, Jamaica -0.0395916240677814321 +7519 aapg_ae_3.html aapg_ae_3.html:210:29379:29385 Antler Logan, Utah -0.0286738474366188961 +7520 aapg_ad_641.html aapg_ad_641.html:25:3497:3507 San Andres Texas -0.431791650735233346 +7521 geology_html_9161554130 geology_html_9161554130:17:935:948 Santa Barbara California -0.47944058990843208 +7522 gsa_html_5277590404 gsa_html_5277590404:783:74009:74037 Green River Iran -0.451751782124743317 +7523 gsa_html_5158209975 gsa_html_5158209975:1063:86571:86576 Basal Boise, Idaho -0.521551937667661947 +7524 palaios_html_7765531315 palaios_html_7765531315:580:57253:57291 Kingston Peak Death Valley -0.0774131960939266478 +7525 geology_html_8643498334 geology_html_8643498334:117:11881:11886 Rapid Antarctica -0.454113919430063184 +7526 aapg_ah_506.html aapg_ah_506.html:292:28947:28960 Detroit River Michigan 0.0509786136807851217 +7527 aapg_aa_598.html aapg_aa_598.html:113:12311:12324 Thaynes Boise, Idaho -0.399488888359649408 +7528 cspg_html_3178645840 cspg_html_3178645840:6:408:428 Baldonnel Victoria, British Columbia -0.453044786078658057 +7529 aapg_ai_98.html aapg_ai_98.html:83:12233:12241 Woodbine Texas -0.225684988533072728 +7530 geology_html_8979691507 geology_html_8979691507:196:21171:21181 Washington Salem, Oregon -0.0129533588216162645 +7531 aapg_ai_883.html aapg_ai_883.html:69:7360:7365 Eutaw Mississippi River -0.208185725918578007 +7532 gsa_html_2715449791 gsa_html_2715449791:29:2796:2824 Green River Colorado -0.0162740496879429895 +7533 aapg_ae_61.html aapg_ae_61.html:205:16694:16718 Piper Sumatra -0.420071282660241185 +7534 aapg_ae_803.html aapg_ae_803.html:216:27628:27633 Coban Guatemala City 0.0865641369628632057 +7535 palaios_html_3912601201 palaios_html_3912601201:455:55043:55047 Hall London, Ontario -0.469152832749018645 +7536 aapg_ai_594.html aapg_ai_594.html:416:42927:42935 Colorado Burbank, California -0.478307979059971577 +7537 palaios_html_5921824758 palaios_html_5921824758:254:25718:25734 Uinta Logan, Utah -0.0158621976007121031 +7538 cspg_html_9717154602 cspg_html_9717154602:542:59171:59183 Saskatchewan Lacombe, Alberta -0.0726667070674847093 +7539 aapg_ac_103.html aapg_ac_103.html:3:217:227 Washington Washington (state) -0.46326000708216164 +7540 aapg_ad_112.html aapg_ad_112.html:3:183:226 Prairie Regina, Saskatchewan -0.44505934010721393 +7541 aapg_ad_4.html aapg_ad_4.html:344:25665:25674 Frankfort Lexington, Kentucky 0.0407667302578041124 +7542 aapg_ae_380.html aapg_ae_380.html:15:1940:1953 Fleming Beaumont, Texas -0.470292003998596664 +7543 gsa_html_2743423721 gsa_html_2743423721:629:66587:66593 Oregon North Umpqua River -0.50076665576240853 +7544 gsa_html_6672856503 gsa_html_6672856503:284:24527:24537 Washington Washington (state) -0.0249388283192189877 +7545 cspg_html_7378664643 cspg_html_7378664643:799:112023:112041 Wabamun Pine Brook, New Jersey -0.427887128546325712 +7546 gsa_html_4534130675 gsa_html_4534130675:13:677:687 Ellensburg Washington (state) -0.0986032182769617516 +7547 aapg_ac_631.html aapg_ac_631.html:325:39947:39965 Teewinot Snake River Canyon (Idaho) -0.480807266046245518 +7548 jgeology_html_3686050500 jgeology_html_3686050500:1300:94200:94207 Bearpaw Judith River Formation -0.4391432028015122 +7549 aapg_ai_255.html aapg_ai_255.html:610:86682:86694 Salina Michigan 0.653952059519246842 +7550 aapg_af_494.html aapg_af_494.html:197:21021:21037 Boas River Southampton Island -0.463579265049131273 +7551 aapg_ac_881.html aapg_ac_881.html:809:85130:85138 Deadwood Winnipeg 0.335778984075676579 +7552 gsa_html_7125621200 gsa_html_7125621200:736:65451:65455 Hall London, Ontario -0.463697875765281653 +7553 geology_html_9216301420 geology_html_9216301420:31:2945:2957 Devon Island Canada 0.142922072123726984 +7554 aapg_ah_144.html aapg_ah_144.html:9:849:855 Oxford Lake Erie 0.930130236106243125 +7555 gsa_html_4820340337 gsa_html_4820340337:289:23935:23952 Johnnie Reno, Nevada -0.449451899065432481 +7556 aapg_ac_720.html aapg_ac_720.html:53:7040:7062 Hornerstown Closter, New Jersey -0.00638076930644856932 +7557 gsa_html_6281658899 gsa_html_6281658899:583:68081:68096 Uinta Logan, Utah 0.00466610479932860322 +7558 cspg_html_4338314003 cspg_html_4338314003:302:31908:31925 Cardium Lacombe, Alberta 0.000416922734646836166 +7559 cspg_html_1781462584 cspg_html_1781462584:63:6726:6732 Shunda Victoria, British Columbia -0.253349697819049979 +7560 aapg_ac_535.html aapg_ac_535.html:3:160:176 Viking Lacombe, Alberta -0.00035264713868171768 +7561 cspg_html_9435196958 cspg_html_9435196958:1004:42698:42711 Wood Mountain Regina, Saskatchewan -0.434712986404073964 +7562 gsa_html_8863489299 gsa_html_8863489299:536:64298:64303 Crete Crete -0.476218391360906934 +7563 aapg_ad_660.html aapg_ad_660.html:11:1758:1778 San Andres Mitchell County, Iowa 0.0187922480672278458 +7564 palaios_html_6025329652 palaios_html_6025329652:359:35120:35130 Washington Boise, Idaho -0.447242908821281704 +7565 cspg_html_5475723116 cspg_html_5475723116:144:15665:15686 Missisauga Logan Canyon -0.48663294001243923 +7566 gsa_html_9525385678 gsa_html_9525385678:682:78619:78627 Columbia Victoria, British Columbia -0.467905110852730732 +7567 AMJC_html_3664856625 AMJC_html_3664856625:643:66155:66175 Fort Union Williston Basin -0.465561228542891226 +7568 aapg_aa_231.html aapg_aa_231.html:844:77016:77032 Borden Siltstone Illinois -0.43699635653507396 +7569 aapg_ah_428.html aapg_ah_428.html:422:49747:49756 Fort Pena Middle Ordovician -0.421615423897771235 +7570 aapg_ad_469.html aapg_ad_469.html:70:8164:8184 Hartshorne Ardmore, Pennsylvania -0.0233046208724774252 +7571 aapg_ai_80.html aapg_ai_80.html:470:47018:47026 Richmond Bloomington, Indiana -0.416962170343268934 +7572 cspg_html_2161417858 cspg_html_2161417858:60:8393:8411 Lyleton Regina, Saskatchewan -0.457532796484121151 +7573 aapg_ad_581.html aapg_ad_581.html:462:54113:54119 Toledo Ohio -0.484086347872667577 +7574 aapg_ad_721.html aapg_ad_721.html:331:32647:32654 Rustler Texas 0.00387740688998069061 +7575 cspg_html_3041902517 cspg_html_3041902517:853:91855:91875 Ross Victoria, British Columbia -0.441927274708787343 +7576 cspg_html_1158809242 cspg_html_1158809242:12:1466:1474 Dunvegan Cordillera Administrative Region -0.00395905591412439809 +7577 aapg_ae_391.html aapg_ae_391.html:449:41226:41232 Salado Pecos County, Texas -0.424643370066234593 +7578 aapg_ad_2.html aapg_ad_2.html:229:33953:33960 Setters Wissahickon Formation -0.0274826364360333635 +7579 aapg_ad_468.html aapg_ad_468.html:4:356:364 Virginia Maryland -0.454068782805138071 +7580 sedimentology_html_7005246804 sedimentology_html_7005246804:333:32794:32798 Hall London, Ontario -0.0214063649157180402 +7581 aapg_aa_106.html aapg_aa_106.html:127:13190:13204 Mission Canyon Regina, Saskatchewan -0.0578413028195892062 +7582 cspg_html_2882304151 cspg_html_2882304151:82:15996:16016 Blackstone Bow River -0.428789280868512646 +7583 cspg_html_5515814749 cspg_html_5515814749:285:36543:36564 Bow Island Suffield, Connecticut -0.483173848714512189 +7584 cspg_html_7434089303 cspg_html_7434089303:236:30413:30427 Thumb Mountain Ellesmere Island -0.211907753308430896 +7585 aapg_af_483.html aapg_af_483.html:73:9870:9892 Todos Santos Honduras -0.482511668442046737 +7586 aapg_ad_379.html aapg_ad_379.html:256:21708:21715 Hermosa Colorado -0.0833966631908211881 +7587 gsa_html_3860045860 gsa_html_3860045860:154:18438:18444 Eugene Salem, Oregon -0.064910353474174412 +7588 aapg_ah_664.html aapg_ah_664.html:326:33629:33637 Imperial Willingdon -0.474526310844171573 +7589 aapg_af_880.html aapg_af_880.html:567:86838:86864 Coleman Junction Populus sect. Aegiros -0.448282824521055501 +7590 cspg_html_4550597410 cspg_html_4550597410:292:31997:32010 El Paso Knoxville, Tennessee -0.00840994113992231743 +7591 sedimentology_html_3358647812 sedimentology_html_3358647812:1346:95486:95512 Halfway Canada -0.0498526115827557514 +7592 cspg_html_8852541654 cspg_html_8852541654:6:495:513 Madison Lacombe, Alberta -0.426608897791606878 +7593 sedimentology_html_7195393000 sedimentology_html_7195393000:1020:79948:79966 Dunvegan Lacombe, Alberta -0.465364661240374011 +7594 gsa_html_2333925655 gsa_html_2333925655:894:97421:97431 Wellington Antarctica -0.0222581200663617834 +7595 aapg_af_854.html aapg_af_854.html:1213:171957:171962 Logan Grayson County, Kentucky -0.442595627901035182 +7596 sedimentology_html_5459138397 sedimentology_html_5459138397:864:67975:67981 Thrifty London, Ontario -0.493489605901760553 +7597 aapg_ae_958.html aapg_ae_958.html:2191:188904:188920 Whitehorse Carlsbad, New Mexico -0.471589148494391819 +7598 aapg_aa_976.html aapg_aa_976.html:216:25132:25140 Colorado Carmel, Indiana -0.395056958831586147 +7599 cspg_html_7086880709 cspg_html_7086880709:177:20536:20543 Manetoe Dunedin, Florida -0.479447557264900015 +7600 aapg_ad_564.html aapg_ad_564.html:4034:316610:316621 Mowry Sevier orogeny 0.0564804270448709539 +7601 geology_html_3717843204 geology_html_3717843204:120:12729:12747 Gowganda Ontario, California -0.44714211768966694 +7602 cspg_html_5241714595 cspg_html_5241714595:403:62678:62696 Saskatchewan Williston Basin -0.180647119210818274 +7603 aapg_ad_4.html aapg_ad_4.html:193:13568:13577 Hermitage Kentucky -0.217215007374873093 +7604 aapg_af_663.html aapg_af_663.html:844:79557:79582 Blackjack Creek Higginsville, Missouri -0.440887830328426711 +7605 sedimentology_html_9426531106 sedimentology_html_9426531106:1039:64266:64272 Sierra Region of Murcia -0.496166414713999471 +7606 aapg_ai_957.html aapg_ai_957.html:133:13670:13688 Colorado Uvalde, Texas -0.0621055019380407081 +7607 aapg_af_848.html aapg_af_848.html:21:2219:2238 Smackover Cotton Valley, Louisiana -0.44714211768966694 +7608 AMJC_html_6460325105 AMJC_html_6460325105:862:91726:91732 Eugene Salem, Oregon -0.507660920337226096 +7609 aapg_af_461.html aapg_af_461.html:189:17419:17430 Thiensville Wisconsin -0.107076791408750538 +7610 aapg_ae_306.html aapg_ae_306.html:630:74359:74364 Colon Colombia -0.493772964396431202 +7611 aapg_af_839.html aapg_af_839.html:3:366:378 Grand Rapids Michigan -0.010750205891597751 +7612 cspg_html_6306091047 cspg_html_6306091047:726:99494:99502 Columbia Victoria, British Columbia -0.00729110700735253591 +7613 cspg_html_4364132564 cspg_html_4364132564:267:34444:34453 Spearfish Spearfish, South Dakota 0.104255966236245293 +7614 cspg_html_4293350162 cspg_html_4293350162:99:15713:15734 Livingstone Boulder Creek (Colorado) -0.435679199475508039 +7615 aapg_ai_105.html aapg_ai_105.html:583:69981:69998 Oquirrh Colorado Plateau -0.414527021884554703 +7616 sedimentology_html_5404275170 sedimentology_html_5404275170:811:53350:53357 Andrews Denmark -0.0219799913092776147 +7617 aapg_ad_3.html aapg_ad_3.html:383:36094:36103 Blackford Knoxville, Tennessee 0.0369894907800667264 +7618 cspg_html_4680797491 cspg_html_4680797491:380:38749:38786 Slave Point Lacombe, Alberta -0.421948969269320462 +7619 palaios_html_7196438349 palaios_html_7196438349:615:61446:61454 Victoria Victoria, British Columbia -0.43720904648285841 +7620 aapg_aa_784.html aapg_aa_784.html:100:11139:11153 Chainman Yucca Mountain -0.442239112797514711 +7621 cspg_html_9689514766 cspg_html_9689514766:716:85380:85387 Telford Manitoulin Island -0.00109094831221136397 +7622 gsa_html_3445493534 gsa_html_3445493534:595:65980:65998 Sisquoc California -0.464419004431934179 +7623 cspg_html_4298557570 cspg_html_4298557570:25:3534:3558 St. Mary River Lacombe, Alberta -0.037441986726546049 +7624 cspg_html_5595872887 cspg_html_5595872887:25:3276:3293 Livingstone Canada -0.423072537243216251 +7625 aapg_af_704.html aapg_af_704.html:187:17951:17958 Duperow Red River of the North -0.476935975501023179 +7626 aapg_ai_208.html aapg_ai_208.html:3:429:441 Castle Hayne North Carolina -0.455188836413653375 +7627 aapg_ai_805.html aapg_ai_805.html:75:8906:8924 Athabasca Lacombe, Alberta -0.0557128760965852274 +7628 aapg_aa_684.html aapg_aa_684.html:156:16138:16142 Jelm Cheyenne, Wyoming -0.480853789677316845 +7629 aapg_ai_163.html aapg_ai_163.html:54:5138:5146 Colorado Colorado Springs, Colorado -0.497000516635433987 +7630 gsa_html_4930932370 gsa_html_4930932370:764:76792:76810 Hiawatha Graywacke Iron River, Wisconsin -0.524973810802424223 +7631 aapg_ad_401.html aapg_ad_401.html:147:11632:11640 Altamont Fort Union Trading Post National Historic Site -0.0277886893642299709 +7632 aapg_ah_160.html aapg_ah_160.html:280:33074:33089 Racine Ontario, California -0.044101376246448068 +7633 geology_html_6186734946 geology_html_6186734946:143:17007:17015 Niobrara Matamoros, Tamaulipas -0.421964232277811879 +7634 aapg_aa_654.html aapg_aa_654.html:251:38397:38413 Sandia Sangre de Cristo Range -0.0122044780485856749 +7635 palaios_html_2623118674 palaios_html_2623118674:1014:103631:103639 Colorado Grand Mesa -0.514867549760272269 +7636 gsa_html_5140765555 gsa_html_5140765555:865:65461:65468 Herring California -0.469093158774920749 +7637 sedimentology_html_8384737970 sedimentology_html_8384737970:388:32648:32655 Entrada Carmel, Indiana -0.0473815661889043852 +7638 aapg_ai_720.html aapg_ai_720.html:203:22426:22433 Raritan Long Island (Massachusetts) -0.487075683437370066 +7639 palaios_html_3022467877 palaios_html_3022467877:353:39190:39198 Navesink Closter, New Jersey -0.426994598175165718 +7640 cspg_html_1354945055 cspg_html_1354945055:797:96240:96245 Logan Perth, Western Australia -0.443701699352459789 +7641 aapg_aa_328.html aapg_aa_328.html:885:68802:68808 Alazan Francia -0.463435584788403632 +7642 cspg_html_2838996125 cspg_html_2838996125:73:13536:13554 Ramparts Canada -0.466810220907495799 +7643 aapg_ah_96.html aapg_ah_96.html:129:14444:14458 Winnipeg Williston, Vermont -0.445821657118386561 +7644 cspg_html_9501006975 cspg_html_9501006975:408:47862:47873 Shaftesbury Lacombe, Alberta -0.461219460550356897 +7645 aapg_ah_414.html aapg_ah_414.html:46:3301:3315 Colorado Colorado -0.485799611688376376 +7646 aapg_ai_328.html aapg_ai_328.html:419:41931:41947 Menard Illinois -0.465568086328610908 +7647 cspg_html_8525917094 cspg_html_8525917094:245:31321:31333 Saskatchewan Cheyenne, Wyoming -0.480563058112629005 +7648 jgeology_html_6865938591 jgeology_html_6865938591:124:6686:6703 Entrada Colorado Plateau -0.00652496303282925402 +7649 aapg_ah_422.html aapg_ah_422.html:18:1677:1699 Willow Creek Cardston, Alberta -0.455387700672750584 +7650 cspg_html_2039656422 cspg_html_2039656422:134:12595:12614 Neruokpuk Spring River (Missouri) -0.209013416940663471 +7651 cspg_html_3104351736 cspg_html_3104351736:860:87522:87530 Montreal Calgary -0.0373723706496873684 +7652 aapg_aa_147.html aapg_aa_147.html:318:37908:37927 Red River Winnipeg 0.877455446170311903 +7653 geology_html_4953473849 geology_html_4953473849:126:10590:10598 Colorado Colorado -0.0882908975330086582 +7654 gsa_html_3646882130 gsa_html_3646882130:178:16921:16927 Oregon Boise, Idaho -0.471382028770717776 +7655 aapg_aa_4.html aapg_aa_4.html:272:36422:36441 Sherburne Ithaca, New York -0.4597920302667165 +7656 aapg_ac_908.html aapg_ac_908.html:45:6060:6066 Provo Turkey -0.437960495533138761 +7657 AMJC_html_1873062106 AMJC_html_1873062106:1154:119576:119594 Morrison Colorado -0.575072791969001074 +7658 aapg_ah_779.html aapg_ah_779.html:647:120631:120643 Marble Falls Logan, Utah 0.0163783171925127626 +7659 aapg_af_638.html aapg_af_638.html:173:13283:13296 Bedford Antrim, County Antrim -0.470216166533545032 +7660 gsa_html_4181975259 gsa_html_4181975259:681:65097:65103 Oregon Salem, Oregon -0.480667710196792775 +7661 aapg_ae_874.html aapg_ae_874.html:97:11097:11102 Price Huntington, West Virginia -0.478990153256473372 +7662 jgeology_html_8064855537 jgeology_html_8064855537:233:14613:14629 Dakota Uinta Mountains 0.391079555746726315 +7663 geology_html_2345977738 geology_html_2345977738:111:10467:10483 Table Head Middle Ordovician -0.427988056850810095 +7664 gsa_html_9843343868 gsa_html_9843343868:820:67664:67674 Florissant Colorado -0.0677550076979287624 +7665 aapg_ah_217.html aapg_ah_217.html:255:31827:31833 Benson Chemung, New York -0.486588444102287743 +7666 geology_html_1390060534 geology_html_1390060534:191:15921:15932 Green River Colorado Plateau -0.456608964648804683 +7667 aapg_af_468.html aapg_af_468.html:305:28735:28749 Frio Shreveport, Louisiana -0.4597920302667165 +7668 palaios_html_3406135825 palaios_html_3406135825:215:21709:21722 Potsdam Green Mountains -0.471639785200352879 +7669 geology_html_2307006478 geology_html_2307006478:268:20878:20917 Bruce Logan, Utah -0.0354494130936665666 +7670 cspg_html_7412849391 cspg_html_7412849391:7:666:686 Frenchman Edmonton, London -0.469152832749018645 +7671 aapg_ac_245.html aapg_ac_245.html:272:38257:38280 Grove Missouri River -0.0710855196398188366 +7672 aapg_ac_59.html aapg_ac_59.html:290:36557:36577 Stadium Conglomerate Poway, California -0.452238132024570194 +7673 aapg_ae_129.html aapg_ae_129.html:29:2746:2754 Michigan Michigan -0.481759173673690755 +7674 geology_html_4599156600 geology_html_4599156600:168:17955:17977 Scott Canyon Eagle Bay, New York -0.0582723056187257615 +7675 jgeology_html_5194202686 jgeology_html_5194202686:58:2566:2572 Provo Apennine Mountains -0.0636597082590081992 +7676 sedimentology_html_1123580665 sedimentology_html_1123580665:251:21793:21801 Scotland England -0.466759861116235797 +7677 palaios_html_9370776107 palaios_html_9370776107:377:32074:32078 Hall London, Ontario -0.43580087580188992 +7678 aapg_ai_527.html aapg_ai_527.html:28:2936:2955 Fruitland Kirtland, Ohio -0.0485106911577510083 +7679 aapg_af_51.html aapg_af_51.html:236:26485:26492 Gateway Colorado -0.423076903173580265 +7680 aapg_af_624.html aapg_af_624.html:225:14888:14907 Rock Springs Sweetwater, Miami-Dade County, Florida -0.4899838188757622 +7681 aapg_ai_410.html aapg_ai_410.html:320:27990:27995 Viola Bigfork, Montana -0.0217661828939377244 +7682 aapg_ak_55.html aapg_ak_55.html:113:11840:11865 Venango Venango, Pennsylvania -0.482931300996293389 +7683 cspg_html_3554431164 cspg_html_3554431164:47:6839:6854 Nisku Rocky Mountains -0.463697875765281653 +7684 jgeology_html_6186634367 jgeology_html_6186634367:597:49384:49389 Piute Grand Canyon -0.460953349343471763 +7685 aapg_ae_330.html aapg_ae_330.html:42:6017:6027 Cumberland Clinton County, Ohio -0.484310536940914471 +7686 cspg_html_3521815736 cspg_html_3521815736:57:9917:9926 Baldonnel Middle East -0.466810220907495799 +7687 sedimentology_html_3199608174 sedimentology_html_3199608174:187:25875:25879 Hall London, Ontario -0.44280960294495586 +7688 aapg_af_663.html aapg_af_663.html:670:65155:65171 Pawnee Missouri River -0.258383316623636838 +7689 cspg_html_4293350162 cspg_html_4293350162:7:785:802 Livingstone Crowsnest Pass, Alberta -0.448327675040319895 +7690 sedimentology_html_5315330584 sedimentology_html_5315330584:537:49489:49493 Java Borneo -0.027863464704799671 +7691 aapg_af_383.html aapg_af_383.html:49:7311:7315 Omoa Guatemala -0.513221913183027123 +7692 aapg_ai_572.html aapg_ai_572.html:73:8655:8672 Vamoosa Pontotoc County, Mississippi -0.439125439995052158 +7693 aapg_ai_724.html aapg_ai_724.html:274:26840:26859 Allen Bay Southeast Asia -0.424249874232666135 +7694 aapg_aa_678.html aapg_aa_678.html:148:16128:16133 Yukon Lacombe, Alberta -0.471405039658470026 +7695 aapg_af_366.html aapg_af_366.html:21:2468:2482 Lisburne Anchorage, Alaska -0.44056532751251043 +7696 sedimentology_html_6297400179 sedimentology_html_6297400179:1308:75511:75519 Columbia Victoria, British Columbia -0.0186688510697679971 +7697 aapg_ac_273.html aapg_ac_273.html:86:7639:7646 Kanawha Upshur County, West Virginia -0.471639785200352879 +7698 aapg_aa_22.html aapg_aa_22.html:536:50311:50330 Maquoketa Maquoketa, Iowa -0.487863350170227417 +7699 gsa_html_6753732431 gsa_html_6753732431:320:29151:29169 Stirling Quartzite Marble Mountain Wilderness -0.467870731747513147 +7700 aapg_ac_965.html aapg_ac_965.html:704:76034:76041 Manlius Hudson Valley -0.0247962629365806077 +7701 gsa_html_1079290957 gsa_html_1079290957:1143:105968:106003 Forest Colorado -0.0537193910403591518 +7702 geology_html_7071555634 geology_html_7071555634:308:21927:21946 Pocatello Boise, Idaho -0.456391730122837791 +7703 aapg_ac_984.html aapg_ac_984.html:115:10345:10355 Eau Claire Wisconsin -0.439565169119916221 +7704 aapg_ai_256.html aapg_ai_256.html:124:14716:14725 Franconia Ohio -0.0146249457170983255 +7705 geology_html_8611700372 geology_html_8611700372:283:25426:25436 Washington Mount Pinatubo 0.00842383986837989471 +7706 aapg_ah_772.html aapg_ah_772.html:541:42407:42422 Wolfcamp Missouri River -0.467584291252108319 +7707 aapg_ae_749.html aapg_ae_749.html:683:67460:67494 Walker Virginia -0.0766340570337449151 +7708 aapg_ah_180.html aapg_ah_180.html:94:10391:10411 Mahantango Catskill Mountains 0.0204746961549148801 +7709 geology_html_2056111011 geology_html_2056111011:15:946:956 Washington Earth -0.427711626546922574 +7710 palaios_html_4356021700 palaios_html_4356021700:879:71076:71080 Bell London, Ontario -0.480602591853576067 +7711 palaios_html_7274959329 palaios_html_7274959329:61:7264:7284 Eau Claire Wisconsin 0.333088673508196598 +7712 aapg_ac_575.html aapg_ac_575.html:692:97878:97898 Phosphoria East Carbon, Utah -0.487638228334652091 +7713 aapg_aa_648.html aapg_aa_648.html:215:25900:25908 Virginia Cape Hatteras Light -0.504516367608832228 +7714 aapg_af_288.html aapg_af_288.html:260:30249:30258 Horquilla New Mexico -0.0641173157526796905 +7715 aapg_ae_876.html aapg_ae_876.html:558:59989:60003 Cedar Mountain Mancos, Colorado -0.438361959585870542 +7716 jgeology_html_1188020601 jgeology_html_1188020601:320:19567:19579 Little Falls Lyon Mountain (Clinton County, New York) -0.454034931813569353 +7717 aapg_ak_109.html aapg_ak_109.html:516:45887:45913 Peninsula Dammam -0.472528705500211532 +7718 cspg_html_6702053097 cspg_html_6702053097:432:49738:49754 George Bennington, Vermont -0.0397744087434021287 +7719 gsa_html_3556551590 gsa_html_3556551590:32:3097:3104 Oceanic Earth -0.477642564553472426 +7720 aapg_aa_702.html aapg_aa_702.html:51:31990:32003 Madison Williston, Vermont -0.491131969162477144 +7721 aapg_ae_789.html aapg_ae_789.html:261:29514:29527 Wabamun Pine Brook, New Jersey -0.463250887108730525 +7722 gsa_html_7605900420 gsa_html_7605900420:500:48779:48785 Snyder California -0.446011775932438015 +7723 aapg_ad_11.html aapg_ad_11.html:125:17178:17188 Hell Creek Fort Union Trading Post National Historic Site -0.458865873154244486 +7724 cspg_html_8121202912 cspg_html_8121202912:264:32655:32670 Skoki Horseshoe Lake, Arkansas -0.0143364940209374722 +7725 aapg_ac_629.html aapg_ac_629.html:350:44694:44701 Bentley Montgomery (town), New York -0.0685205836641246541 +7726 gsa_html_9353787239 gsa_html_9353787239:980:86655:86674 Nankoweap Flagstaff, Arizona -0.0398370785846279343 +7727 aapg_ai_694.html aapg_ai_694.html:16:2669:2684 Ingleside Houston -0.0230751498951462693 +7728 aapg_ae_974.html aapg_ae_974.html:7:824:829 Yegua Zapata, Texas 0.0141887940792581758 +7729 cspg_html_3447886929 cspg_html_3447886929:128:15071:15082 Utica Anticosti Island -0.00530888185460337992 +7730 aapg_af_614.html aapg_af_614.html:67:5310:5340 Smackover Shreveport, Louisiana -0.486857796887406991 +7731 cspg_html_4165571187 cspg_html_4165571187:16:2120:2128 Columbia Victoria, British Columbia -0.0257872942551229771 +7732 aapg_aa_465.html aapg_aa_465.html:83:15512:15536 Edwards Luling, Louisiana -0.063205628823083157 +7733 aapg_ai_107.html aapg_ai_107.html:105:10106:10128 Eagle Bagrationovsk -0.409769551293028944 +7734 cspg_html_1188455526 cspg_html_1188455526:180:28226:28248 Wilkie Point Melville Island (Canada) -0.458641287983651336 +7735 gsa_html_7199417381 gsa_html_7199417381:297:33098:33118 Peoria Eustis, Florida -0.181185770154378256 +7736 cspg_html_9343899465 cspg_html_9343899465:2028:178847:178859 Hecla Bay Melville Island (Canada) -0.113771242509055501 +7737 gsa_html_5851281923 gsa_html_5851281923:242:24746:24756 Washington Pacific Northwest -0.44830973456876172 +7738 aapg_ah_820.html aapg_ah_820.html:159:12337:12344 Hermosa Colorado -0.472722268874013252 +7739 sedimentology_html_8343819929 sedimentology_html_8343819929:40:3399:3403 Java Borneo -0.443755252554939694 +7740 cspg_html_5484260516 cspg_html_5484260516:1394:121195:121205 Big Valley Lacombe, Alberta -0.454305775206324536 +7741 aapg_af_85.html aapg_af_85.html:116:12745:12756 Slave Point Great Slave Lake 0.617145939093510343 +7742 aapg_ac_79.html aapg_ac_79.html:77:10438:10458 Conemaugh Hocking County, Ohio -0.0392782870529255687 +7743 aapg_aa_735.html aapg_aa_735.html:114:10513:10530 Keokuk Illinois 0.00154956435534229684 +7744 aapg_ah_271.html aapg_ah_271.html:3:167:190 Cotton Valley East Texas 0.365518562645555822 +7745 aapg_ae_181.html aapg_ae_181.html:107:15821:15830 Owl Creek Mississippi River -0.478488911708928044 +7746 cspg_html_9493908895 cspg_html_9493908895:39:3708:3725 Cardium Wapiti River -0.44497889773871091 +7747 AMJC_html_7141186441 AMJC_html_7141186441:1732:154415:154421 Denver Colorado -0.0471724866407519303 +7748 gsa_html_2509147847 gsa_html_2509147847:111:16956:16970 Pasayten Western world -0.00922476160912374769 +7749 gsa_html_4438819447 gsa_html_4438819447:734:71595:71601 Denver Colorado -0.0260481030214056476 +7750 aapg_ae_643.html aapg_ae_643.html:192:22786:22794 Somerset Luzerne County, Pennsylvania -0.0176486817607870612 +7751 aapg_ad_659.html aapg_ad_659.html:6:860:868 Michigan Wisconsin -0.454089094007790295 +7752 sedimentology_html_1046729113 sedimentology_html_1046729113:1843:151345:151369 Kaskapau Victoria, British Columbia -0.0273835184878958443 +7753 aapg_ac_983.html aapg_ac_983.html:213:34609:34626 Cherryvale Nebraska -0.456561440120662909 +7754 gsa_html_4339524478 gsa_html_4339524478:468:47982:47990 Columbia Victoria, British Columbia -0.0161298137457332978 +7755 gsa_html_5274400800 gsa_html_5274400800:544:45188:45214 Monterey Channel Islands of California -0.0251613720923007447 +7756 aapg_af_664.html aapg_af_664.html:238:25522:25532 San Andres Delaware -0.417467727749844975 +7757 aapg_af_833.html aapg_af_833.html:715:77982:77988 Dakota Fall River, Nova Scotia -0.44645479356367046 +7758 cspg_html_4287356899 cspg_html_4287356899:3753:380888:380903 Banff Lacombe, Alberta -0.473157943062676001 +7759 aapg_ae_40.html aapg_ae_40.html:229:20357:20384 West Spring Creek Healdton, Oklahoma -0.482110877310477137 +7760 cspg_html_4287356899 cspg_html_4287356899:486:70045:70078 Cathedral Western world -0.446146001135949044 +7761 cspg_html_9701352317 cspg_html_9701352317:97:9505:9525 Otto Fiord Canadian Arctic Archipelago -0.0250987813235815996 +7762 gsa_html_8152640301 gsa_html_8152640301:20:882:913 Naknek Anchorage, Alaska 0.938237492601484813 +7763 cspg_html_8818854104 cspg_html_8818854104:122:15940:15948 Columbia Victoria, British Columbia -0.434540631888912565 +7764 aapg_ac_477.html aapg_ac_477.html:589:67767:67784 Cardium Lacombe, Alberta -0.466144329889246756 +7765 cspg_html_9987144175 cspg_html_9987144175:347:40889:40910 Bathurst Canadian Arctic Archipelago -0.46957525648780718 +7766 jgeology_html_3756303604 jgeology_html_3756303604:308:21291:21303 Cid North Carolina -0.0353032479549180295 +7767 palaios_html_3306053371 palaios_html_3306053371:521:69592:69610 Moenkopi Logan, Utah -0.278007142549028863 +7768 cspg_html_3102530088 cspg_html_3102530088:74:10130:10135 Mt Lytton Milk River, Alberta -0.471432653520514666 +7769 cspg_html_1274054064 cspg_html_1274054064:147:21454:21465 Belly River Milk River, Alberta -0.441459714368856782 +7770 aapg_ai_999.html aapg_ai_999.html:237:18132:18152 Twin Creek Logan, Utah -0.0486622990277508355 +7771 aapg_ad_958.html aapg_ad_958.html:455:44568:44578 Keokuk Salina, Kansas -0.4381734052234173 +7772 sedimentology_html_7996519401 sedimentology_html_7996519401:813:69683:69690 Compton South Africa -0.464473797617463435 +7773 geology_html_5817459329 geology_html_5817459329:241:21904:21907 Arc Anchorage, Alaska -0.0585689638564125953 +7774 aapg_ah_521.html aapg_ah_521.html:184:19891:19907 Carrizo Carrizo Plain 0.00145054491803285547 +7775 sedimentology_html_5880564597 sedimentology_html_5880564597:856:60090:60096 Denver Colorado -0.0308043870775981631 +7776 aapg_ad_318.html aapg_ad_318.html:123:17332:17348 Salina Bloomington, Indiana 0.66388216232744468 +7777 cspg_html_9912281240 cspg_html_9912281240:705:76394:76416 Judith River Lacombe, Alberta -0.498889785656845386 +7778 cspg_html_7135913551 cspg_html_7135913551:662:49662:49667 Lance Fort Union Trading Post National Historic Site -0.470200080639580853 +7779 aapg_ac_316.html aapg_ac_316.html:49:6533:6549 Whitehorse New Mexico -0.461026124022890449 +7780 cspg_html_9354781888 cspg_html_9354781888:668:53645:53656 Peace River Victoria, British Columbia -0.458784199315796892 +7781 aapg_ah_869.html aapg_ah_869.html:1010:94509:94525 Inyan Kara Cheyenne, Wyoming -0.388552446222455994 +7782 cspg_html_3498654953 cspg_html_3498654953:5:248:264 Viking Lacombe, Alberta -0.433368134539702354 +7783 aapg_ac_92.html aapg_ac_92.html:4:788:803 Atoka Atoka, Oklahoma 0.308543363257589021 +7784 aapg_ai_836.html aapg_ai_836.html:388:39481:39487 Brazil German South-West Africa -0.479496330331430576 +7785 cspg_html_6285618099 cspg_html_6285618099:7:484:502 Delorme Middle Ordovician -0.48422645917649243 +7786 aapg_ac_846.html aapg_ac_846.html:15:3128:3141 Bandera Illinois 0.0226579381642307842 +7787 aapg_ai_593.html aapg_ai_593.html:1664:170295:170315 Duck Creek Texas -0.46687889797168336 +7788 cspg_html_9177794814 cspg_html_9177794814:13:1510:1526 Alapah Anchorage, Alaska -0.457786563407215019 +7789 aapg_af_497.html aapg_af_497.html:579:53757:53765 Colorado Las Animas County, Colorado -0.449541717141150321 +7790 geology_html_3526420930 geology_html_3526420930:11:502:512 Washington Washington (state) -0.0140758476190941898 +7791 aapg_ac_252.html aapg_ac_252.html:128:13912:13928 Cutler Coconino County, Arizona -0.0207284668430632625 +7792 aapg_ad_351.html aapg_ad_351.html:475:42577:42596 Northview Missouri River -0.288746435907903942 +7793 aapg_af_788.html aapg_af_788.html:28:3536:3544 Michigan Michigan -0.0221155785118801462 +7794 aapg_ad_462.html aapg_ad_462.html:199:11940:11945 Leduc Redwater, Texas -0.476843350706402158 +7795 aapg_af_745.html aapg_af_745.html:46:7642:7651 San Diego Denver 0.00179624453777558709 +7796 AMJC_html_4504848787 AMJC_html_4504848787:219:22781:22803 Mechum River Castleton, Vermont -0.471336008805755435 +7797 gsa_html_8319219146 gsa_html_8319219146:370:39805:39823 Bull Run Groveton, New Hampshire -0.479893584862882694 +7798 cspg_html_5501097280 cspg_html_5501097280:16:2591:2607 Hector Lacombe, Alberta -0.421964232277811879 +7799 aapg_af_575.html aapg_af_575.html:1119:160956:160976 Georgetown Buda, Texas -0.0215106592204126722 +7800 aapg_ah_203.html aapg_ah_203.html:48:7367:7377 Nacimiento San Juan, Argentina -0.450743884934886652 +7801 aapg_ae_961.html aapg_ae_961.html:89:7120:7126 Lisbon Valley City, North Dakota -0.022871757858413614 +7802 aapg_ah_469.html aapg_ah_469.html:282:25324:25335 Sparta Shreveport, Louisiana 0.352525711171143896 +7803 aapg_ah_479.html aapg_ah_479.html:43:4783:4790 La Luna Maracaibo -0.475963906981033746 +7804 aapg_ad_377.html aapg_ad_377.html:281:29218:29242 Hungry Valley San Gabriel Valley -0.0777161308228224296 +7805 geology_html_1477892936 geology_html_1477892936:229:20975:20983 Toroweap Arizona 0.420384702575071378 +7806 gsa_html_1874034425 gsa_html_1874034425:3540:276208:276214 Moscow Black Sea -0.455279223830003521 +7807 jgeology_html_4305195651 jgeology_html_4305195651:1928:143530:143551 Mauch Chunk Pottsville, Pennsylvania -0.462225485866077257 +7808 cspg_html_1009749092 cspg_html_1009749092:559:64782:64796 Edmonton Lacombe, Alberta -0.482987267474293158 +7809 aapg_ai_74.html aapg_ai_74.html:56:7138:7145 Cypress Illinois -0.471888407816635713 +7810 cspg_html_8568877195 cspg_html_8568877195:51:8519:8530 Belly River Judith River Formation 0.000564582905986352451 +7811 sedimentology_html_1046729113 sedimentology_html_1046729113:1483:133985:134003 Dunvegan Lacombe, Alberta -0.474526310844171573 +7812 aapg_ai_669.html aapg_ai_669.html:77:11655:11670 Lance Cheyenne, Wyoming -0.416224917949125084 +7813 cspg_html_1260733368 cspg_html_1260733368:23:3241:3287 Medicine Hat Colorado -0.462193603410137988 +7814 gsa_html_4339524478 gsa_html_4339524478:1064:98069:98075 Oregon Salem, Oregon -0.0500425908080938953 +7815 aapg_ah_608.html aapg_ah_608.html:50:4659:4668 Mesaverde El Paso, Texas -0.418507876495596065 +7816 jgeology_html_1095412310 jgeology_html_1095412310:421:25991:26008 Manlius Cherry Valley, Illinois -0.480960803547703208 +7817 gsa_html_5081991493 gsa_html_5081991493:1558:111817:111822 Uinta Colorado -0.212960207996324591 +7818 aapg_ac_5.html aapg_ac_5.html:128:12994:13001 Cardium Lacombe, Alberta -0.446716677219375524 +7819 cspg_html_9683836416 cspg_html_9683836416:462:71192:71208 Oldman Lacombe, Alberta -0.0491537380497388335 +7820 aapg_ah_646.html aapg_ah_646.html:186:22580:22596 Chinle San Juan River (Nicaragua) -0.416285611772415298 +7821 aapg_ah_158.html aapg_ah_158.html:137:25350:25363 Lone Mountain New Mexico -0.0423703387957518537 +7822 aapg_ae_250.html aapg_ae_250.html:48:4394:4413 Minnelusa Cheyenne, Wyoming -0.501316956453099594 +7823 aapg_ah_53.html aapg_ah_53.html:25:3313:3321 Golconda Illinois 0.0598604595889682886 +7824 cspg_html_8145657505 cspg_html_8145657505:468:61575:61604 Swan Hills Canada 0.552836886188229792 +7825 aapg_ae_3.html aapg_ae_3.html:8:1329:1335 Antler Boise, Idaho -0.42423457487964078 +7826 cspg_html_9958679425 cspg_html_9958679425:80:11122:11134 Saskatchewan Manitoba -0.501531457608635822 +7827 aapg_ae_981.html aapg_ae_981.html:254:21877:21883 Laurel Knoxville, Tennessee -0.0336555463053693354 +7828 sedimentology_html_7026440455 sedimentology_html_7026440455:1703:91794:91836 Bluff Canada -0.453085363047098455 +7829 palaios_html_7765531315 palaios_html_7765531315:72:8205:8221 Noonday Dolomite Death Valley -0.489182445167081981 +7830 aapg_aa_23.html aapg_aa_23.html:3:484:499 Interlake Red River of the North 0.0273035290847917535 +7831 cspg_html_7086880709 cspg_html_7086880709:235:28036:28056 Lonely Bay Victoria, British Columbia -0.0291155791192652773 +7832 cspg_html_3068776384 cspg_html_3068776384:582:62516:62533 Cardium Victoria, British Columbia -0.451812561628617604 +7833 gsa_html_3010975239 gsa_html_3010975239:507:60534:60542 Michigan Bloomington, Indiana -0.468978412493240793 +7834 aapg_ad_351.html aapg_ad_351.html:677:57912:57932 Keokuk Arkansas -0.0118656633091786638 +7835 aapg_aa_684.html aapg_aa_684.html:362:34751:34755 Jelm Cheyenne, Wyoming -0.496881985799363712 +7836 geology_html_8823270296 geology_html_8823270296:288:24881:24885 Bell Kalgoorlie -0.465595518002078101 +7837 palaios_html_3028956190 palaios_html_3028956190:796:84266:84283 Bearpaw Lacombe, Alberta -0.0100621846511943919 +7838 cspg_html_9958679425 cspg_html_9958679425:23:2886:2898 Cooking Lake Calmar, Alberta -0.0902413595176053823 +7839 aapg_ac_302.html aapg_ac_302.html:403:51016:51033 Bird Spring Spring Mountains National Recreation Area -0.047064464348747774 +7840 aapg_ae_17.html aapg_ae_17.html:165:20476:20486 Rio Grande Coahuila -0.447455726501453044 +7841 AMJC_html_5969956211 AMJC_html_5969956211:1714:192300:192308 Colorado Logan, Utah -0.028708628918134603 +7842 cspg_html_4694210878 cspg_html_4694210878:136:16301:16337 Severn River River Severn -0.400420698070590331 +7843 cspg_html_1962846283 cspg_html_1962846283:551:69308:69314 Fernie Kootenay River 0.00179624453777558709 +7844 aapg_ah_857.html aapg_ah_857.html:19:2273:2279 Vinson Belize -0.0154103849420370986 +7845 cspg_html_1222040397 cspg_html_1222040397:38:5669:5685 Road River Middle Ordovician -0.462512479285274614 +7846 geology_html_1523318259 geology_html_1523318259:197:22502:22510 Colorado Denver -0.0616864584903875982 +7847 geology_html_2681647417 geology_html_2681647417:17:1159:1168 San Diego California -0.0175218157848266304 +7848 aapg_ad_244.html aapg_ad_244.html:217:20273:20285 Little Falls Poland -0.459022435464294998 +7849 cspg_html_1456761793 cspg_html_1456761793:48:9138:9160 Slave Point Dunedin, Florida -0.441392939290133568 +7850 gsa_html_8881958017 gsa_html_8881958017:489:48072:48087 Elise Nelson, New Zealand -0.222441807656364454 +7851 cspg_html_5139035315 cspg_html_5139035315:425:52236:52257 Green River Colorado -0.474863540124580097 +7852 cspg_html_9957758447 cspg_html_9957758447:6:461:494 Birdbear Regina, Saskatchewan -0.0259316078616598014 +7853 aapg_ai_776.html aapg_ai_776.html:405:43428:43461 Bell Delaware -0.509796057183713014 +7854 aapg_ac_807.html aapg_ac_807.html:420:43143:43161 Patuxent Patapsco River -0.0480402027345953608 +7855 cspg_html_9879671248 cspg_html_9879671248:34:3993:4032 Wabamun Lacombe, Alberta -0.0146249457170983255 +7856 cspg_html_2139304729 cspg_html_2139304729:39:6434:6453 Hecla Bay Melville Island (Canada) -0.447572237112974447 +7857 cspg_html_9346298272 cspg_html_9346298272:280:31053:31059 Denver Colorado -0.463332970234029085 +7858 aapg_ah_435.html aapg_ah_435.html:381:45494:45505 San Antonio San Juan River (Nicaragua) -0.481905893496514026 +7859 cspg_html_9637445661 cspg_html_9637445661:141:14675:14683 Moosebar Victoria, British Columbia -0.00138974352800571069 +7860 gsa_html_4339524478 gsa_html_4339524478:793:78624:78634 Washington Wallowa, Oregon -0.443732938342886629 +7861 aapg_ah_157.html aapg_ah_157.html:250:35502:35517 Knobs Camden Town -0.43797158338019293 +7862 aapg_ae_419.html aapg_ae_419.html:1101:93143:93160 Edwards Mexico 0.00132025624175985054 +7863 sedimentology_html_4021147902 sedimentology_html_4021147902:797:45956:45960 Hall London, Ontario -0.449433936510724996 +7864 sedimentology_html_9998036374 sedimentology_html_9998036374:1628:95644:95656 Moreno California -0.434757184965269161 +7865 jgeology_html_6186634367 jgeology_html_6186634367:771:60847:60852 Nopah California 0.0284338577135258078 +7866 cspg_html_5960210762 cspg_html_5960210762:421:40170:40193 Doig Lacombe, Alberta -0.0416442398946082412 +7867 aapg_af_382.html aapg_af_382.html:38:6656:6660 Omoa Honduras -0.100986544723041249 +7868 geology_html_9694850680 geology_html_9694850680:18:1403:1411 Virginia North Carolina -0.0850835973610678531 +7869 cspg_html_7688587411 cspg_html_7688587411:249:26411:26428 Cardium Lacombe, Alberta -0.0221155785118801462 +7870 aapg_ai_107.html aapg_ai_107.html:235:23939:23958 Smackover Smith County, Kansas -0.0117822633156925947 +7871 gsa_html_5865982995 gsa_html_5865982995:1321:139787:139793 Casper Cheyenne, Wyoming -0.458180950614220484 +7872 jgeology_html_2497886918 jgeology_html_2497886918:572:32101:32110 Peninsula Korea -0.463332970234029085 +7873 gsa_html_9613801428 gsa_html_9613801428:128:14483:14511 Talkeetna Matanuska Glacier -0.032256843292129446 +7874 cspg_html_9119878068 cspg_html_9119878068:264:33215:33231 Ireton Lacombe, Alberta -0.457532796484121151 +7875 geology_html_2461616775 geology_html_2461616775:214:16153:16163 Washington Seattle -0.472123282834716163 +7876 aapg_ai_593.html aapg_ai_593.html:1582:163269:163286 Denton Fort Worth, Texas -0.485729424463417547 +7877 aapg_ad_466.html aapg_ad_466.html:150:16165:16172 Raritan Maryland 0.013078463721204827 +7878 aapg_aa_737.html aapg_aa_737.html:6:819:827 Michigan Ohio -0.44951252529713398 +7879 aapg_ae_419.html aapg_ae_419.html:2153:147641:147648 La Mula Victoria, British Columbia -0.0346959879094753468 +7880 aapg_ae_446.html aapg_ae_446.html:269:26523:26544 Queen Winkler County Airport -0.447133159014188541 +7881 aapg_ah_167.html aapg_ah_167.html:547:49134:49140 Cannon Washington (state) -0.464884854319956187 +7882 aapg_ah_979.html aapg_ah_979.html:349:34742:34766 Goliad Hebbronville, Texas -0.435738929516159335 +7883 gsa_html_8682965415 gsa_html_8682965415:845:66066:66094 Green River Colorado 0.00493363837188221747 +7884 gsa_html_2713524768 gsa_html_2713524768:575:50974:50987 Cotton Valley Bossier City, Louisiana -0.469093158774920749 +7885 cspg_html_5139035315 cspg_html_5139035315:387:49825:49846 Green River Logan, Utah -0.230810947520435072 +7886 aapg_aa_691.html aapg_aa_691.html:671:90534:90542 Michigan Salina, Kansas -0.474992922950619234 +7887 geology_html_7420494965 geology_html_7420494965:11:466:476 Washington Washington (state) -0.0233880656689205678 +7888 AMJC_html_6098427986 AMJC_html_6098427986:612:74262:74267 Crete Crete -0.465787563493960222 +7889 aapg_ae_306.html aapg_ae_306.html:924:105686:105692 Sierra Cordillera Oriental (Colombia) -0.462348471732962063 +7890 geology_html_2053083395 geology_html_2053083395:123:15627:15635 Victoria Patterson Lakes, Victoria -0.482917309945881279 +7891 aapg_af_631.html aapg_af_631.html:361:35644:35651 Rustler Western world -0.464501195477937445 +7892 cspg_html_4272664788 cspg_html_4272664788:6:503:511 Columbia Victoria, British Columbia -0.0161298137457332978 +7893 aapg_ac_515.html aapg_ac_515.html:89:11046:11062 Harmony Hondo, Texas -0.478456433836466188 +7894 cspg_html_8089302449 cspg_html_8089302449:232:39595:39600 Bluff Red Deer, Alberta -0.458695727712452594 +7895 aapg_ae_884.html aapg_ae_884.html:294:39413:39435 Judith River Colorado -0.449451899065432481 +7896 cspg_html_3883962749 cspg_html_3883962749:239:28163:28175 Fernie Mountain Park (Holyoke, Massachusetts) -0.445729966806921007 +7897 cspg_html_4617311907 cspg_html_4617311907:250:40015:40026 Mabou Cape Breton Island -0.480563058112629005 +7898 aapg_ae_253.html aapg_ae_253.html:126:15881:15892 Pine Island County Sligo -0.0464616568793586454 +7899 aapg_ah_654.html aapg_ah_654.html:184:17733:17741 Gallatin Western world 0.614241235730599855 +7900 aapg_ai_154.html aapg_ai_154.html:300:34481:34499 Chemung Catskill Mountains -0.45099125631104503 +7901 aapg_ac_566.html aapg_ac_566.html:665:73558:73566 Beaumont Lacombe, Alberta 0.00647979387541270779 +7902 jgeology_html_8494933343 jgeology_html_8494933343:476:37262:37273 Green River Colorado -0.0146249457170983255 +7903 sedimentology_html_1581574492 sedimentology_html_1581574492:698:57523:57533 Copenhagen Denmark -0.478447154667899333 +7904 gsa_html_8505456484 gsa_html_8505456484:12:447:453 Reston Virginia -0.0152331376513424877 +7905 aapg_ai_804.html aapg_ai_804.html:179:16008:16025 Prairie Regina, Saskatchewan -0.466666016428022079 +7906 sedimentology_html_6951714124 sedimentology_html_6951714124:554:52624:52641 Cardium Lacombe, Alberta 0.0122722414388244504 +7907 aapg_ac_92.html aapg_ac_92.html:183:20635:20654 Wapanucka Ouachita Mountains -0.02660103319374214 +7908 gsa_html_1326915241 gsa_html_1326915241:576:53201:53229 Green River Colorado -0.0283712524140075813 +7909 jgeology_html_6990146451 jgeology_html_6990146451:562:38177:38206 Price Austin, Chicago -0.0188530778518021767 +7910 gsa_html_1734656819 gsa_html_1734656819:1145:107441:107452 San Jacinto Lake Elsinore, California -0.428791476930725279 +7911 aapg_ae_128.html aapg_ae_128.html:232:20564:20577 Knox Dolomite Bloomington, Indiana 0.0145380623395336504 +7912 jgeology_html_4305195651 jgeology_html_4305195651:3414:237661:237682 Mauch Chunk Pennsylvania -0.438752499306056365 +7913 gsa_html_9299329909 gsa_html_9299329909:508:58980:59001 Pilgrim Santa Cruz, California -0.0461550436827942306 +7914 jgeology_html_5764582297 jgeology_html_5764582297:194:12663:12684 Otto Fiord Ellesmere Island -0.255741422487021086 +7915 aapg_ai_49.html aapg_ai_49.html:574:75187:75195 Fountain Cheyenne, Wyoming -0.451751782124743317 +7916 aapg_af_2.html aapg_af_2.html:465:52249:52256 Madison Leadville, Colorado -0.0685205836641246541 +7917 aapg_ah_595.html aapg_ah_595.html:72:8296:8304 Wolfcamp Miami -0.497000516635433987 +7918 cspg_html_5375461731 cspg_html_5375461731:211:24727:24750 Dawson Canyon Cohasset, Massachusetts -0.126519981392432312 +7919 cspg_html_9739191089 cspg_html_9739191089:6:314:341 Prairie Lacombe, Alberta -0.434673209477638822 +7920 gsa_html_6927123889 gsa_html_6927123889:17:933:939 Oregon Salem, Oregon -0.0397082576932654904 +7921 aapg_ah_243.html aapg_ah_243.html:117:13734:13761 White River Chadron, Nebraska -0.444838140504144441 +7922 cspg_html_3328007773 cspg_html_3328007773:925:96308:96327 Kaskapau Lacombe, Alberta -0.0198420227136738916 +7923 cspg_html_9729377176 cspg_html_9729377176:1218:121284:121299 Liard Victoria, British Columbia 1.10589848377071309 +7924 sedimentology_html_6084996636 sedimentology_html_6084996636:599:59992:60013 Ione California -0.0390781048690825028 +7925 palaios_html_4880574501 palaios_html_4880574501:412:44234:44238 Hume Kentucky -0.00590649599379846572 +7926 gsa_html_1266138577 gsa_html_1266138577:94:8274:8280 Monola Salinas Valley -0.492215666694549525 +7927 palaios_html_6757540995 palaios_html_6757540995:56:5453:5470 Raritan Closter, New Jersey -0.4381734052234173 +7928 cspg_html_7779401416 cspg_html_7779401416:108:13246:13255 Rochester Lockport (city), New York -0.0371791885469511946 +7929 aapg_ah_96.html aapg_ah_96.html:663:70358:70376 Winnipeg Lacombe, Alberta -0.00972860319356922895 +7930 aapg_aa_625.html aapg_aa_625.html:207:18111:18131 Smackover Arkansas -0.0263019613963844621 +7931 aapg_ad_169.html aapg_ad_169.html:309:36253:36268 Bluefield Monroe County, Florida -0.0223919711537192666 +7932 cspg_html_1278535960 cspg_html_1278535960:295:38172:38191 Ludington Western world -0.444856013246054061 +7933 palaios_html_2621173808 palaios_html_2621173808:1293:120806:120840 Baldonnel Victoria, British Columbia -0.0347969055523305801 +7934 gsa_html_8064738025 gsa_html_8064738025:40:3988:4000 Independence California -0.0309000524599756105 +7935 gsa_html_3701935694 gsa_html_3701935694:204:19190:19208 Moretown Bennington, Vermont -0.425450542305663815 +7936 aapg_ad_880.html aapg_ad_880.html:248:25051:25070 Spearfish Spearfish, South Dakota -0.384345846237640565 +7937 aapg_aa_144.html aapg_aa_144.html:78:8221:8236 Oread Toronto -0.0159490856269059456 +7938 gsa_html_4919500515 gsa_html_4919500515:1234:109645:109656 Sadlerochit Anchorage, Alaska -0.0604679026610536186 +7939 aapg_ae_905.html aapg_ae_905.html:170:18600:18606 Pawnee Missouri River -0.24916135410644627 +7940 aapg_ak_104.html aapg_ak_104.html:473:47198:47215 Madison Cheyenne, Wyoming -0.464569693827358687 +7941 aapg_aa_702.html aapg_aa_702.html:323:84117:84136 Minnelusa Crook, Colorado -0.017099513850188628 +7942 aapg_ai_498.html aapg_ai_498.html:15:2148:2166 Fountain Colorado -0.456355529459316345 +7943 cspg_html_3328007773 cspg_html_3328007773:63:9118:9126 Columbia Lacombe, Alberta -0.486483068290992582 +7944 aapg_aa_372.html aapg_aa_372.html:145:14969:14973 Word Delaware -0.0176486817607870612 +7945 aapg_ad_683.html aapg_ad_683.html:122:16677:16682 Supai Supai, Arizona -0.0736062012519662079 +7946 cspg_html_9865297170 cspg_html_9865297170:357:56222:56233 Coal Valley Lacombe, Alberta -0.517983978761778041 +7947 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66105:66124 Cabrillo San Diego -0.0767601116094086822 +7948 aapg_ad_169.html aapg_ad_169.html:106:14414:14432 Greenbrier Ohio -0.0548599497641807099 +7949 cspg_html_7434089303 cspg_html_7434089303:231:29609:29617 Richmond Maysville, Kentucky -0.0436537812502225328 +7950 aapg_af_664.html aapg_af_664.html:717:80013:80026 Brushy Canyon Nashville Basin -0.394995422216483705 +7951 aapg_af_99.html aapg_af_99.html:34:4040:4056 Gurabo Puerto Rico -0.225491858939116468 +7952 cspg_html_9542530836 cspg_html_9542530836:232:22990:23006 Yeoman Red River of the North -0.472528705500211532 +7953 gsa_html_4891459463 gsa_html_4891459463:1436:130232:130260 Green River Colorado -0.00485893734726632141 +7954 aapg_ad_557.html aapg_ad_557.html:11423:664960:664990 Red River Williston Basin -0.428896893887351471 +7955 aapg_ad_4.html aapg_ad_4.html:457:35871:35877 Cannon Tripoli, Lebanon 0.0141001745086265506 +7956 aapg_ac_905.html aapg_ac_905.html:112:12603:12611 Columbia Lacombe, Alberta -0.44948782523520614 +7957 aapg_ah_575.html aapg_ah_575.html:291:23292:23300 Richmond Sincelejo -0.489119025533207352 +7958 geology_html_7388717714 geology_html_7388717714:69:6097:6106 Dog Creek Fraser River (Colorado) -0.455211432419709627 +7959 sedimentology_html_7879809021 sedimentology_html_7879809021:1536:109024:109060 Greenbrier Pendleton County, Kentucky -0.477158315306099867 +7960 cspg_html_6306091047 cspg_html_6306091047:162:24032:24040 Columbia Victoria, British Columbia -0.495106025033118957 +7961 aapg_aa_683.html aapg_aa_683.html:105:14772:14796 Cedar Mountain Cheyenne, Wyoming 0.374402739449963939 +7962 gsa_html_7309078733 gsa_html_7309078733:921:82267:82295 Green River New Mexico -0.0221155785118801462 +7963 palaios_html_7765531315 palaios_html_7765531315:623:60213:60229 Noonday Dolomite California -0.46326000708216164 +7964 gsa_html_2340398693 gsa_html_2340398693:29:2796:2824 Green River Iran 0.0259855084910283786 +7965 gsa_html_9158941999 gsa_html_9158941999:626:51279:51289 Washington Spokane, Washington -0.4381734052234173 +7966 aapg_ae_876.html aapg_ae_876.html:912:101092:101112 Purgatoire Colorado -0.0447475566663644089 +7967 gsa_html_9979192554 gsa_html_9979192554:1055:98362:98381 Okpikruak Anchorage, Alaska -0.0112818678629079024 +7968 gsa_html_1766933224 gsa_html_1766933224:20:1029:1037 Winnipeg Manitoba 0.00130635878656701733 +7969 cspg_html_1925276454 cspg_html_1925276454:560:57030:57071 Clearwater Lacombe, Alberta -0.49543725338542266 +7970 AMJC_html_4299960498 AMJC_html_4299960498:229:31057:31067 Washington Salem, Oregon -0.0239565449099976777 +7971 cspg_html_7086880709 cspg_html_7086880709:345:45516:45524 Ramparts Norman Wells -0.0448450976147788255 +7972 aapg_ac_986.html aapg_ac_986.html:124:16780:16790 Wind River Uinta Mountains -0.419723157415338222 +7973 geology_html_4531234342 geology_html_4531234342:122:9754:9762 Sawtooth Santa Rosa, California -0.469988693380082645 +7974 aapg_af_59.html aapg_af_59.html:11:1789:1805 Ector Chalk Texas -0.474526310844171573 +7975 aapg_ah_779.html aapg_ah_779.html:507:95767:95775 Woodford Leadville, Colorado -0.0361854896356224864 +7976 palaios_html_1262064602 palaios_html_1262064602:973:97297:97309 Rhode Island Kingston, Jamaica -0.023370681300786636 +7977 gsa_html_5135916220 gsa_html_5135916220:589:57166:57184 Monterey California -0.458822766590828601 +7978 cspg_html_9825544190 cspg_html_9825544190:194:22164:22197 Stettler Lacombe, Alberta -0.449629298275569411 +7979 cspg_html_5241714595 cspg_html_5241714595:168:25182:25197 Elk Lacombe, Alberta -0.0332519228723545321 +7980 cspg_html_9780523405 cspg_html_9780523405:894:107989:107993 Bell Great Slave Lake -0.45995556917210767 +7981 aapg_ai_787.html aapg_ai_787.html:145:16475:16493 Whitsett Whitsett, North Carolina -0.0073553871598500669 +7982 geology_html_8401842534 geology_html_8401842534:13:721:729 Colorado Englewood, New Jersey -0.00819798606036370794 +7983 cspg_html_7419033600 cspg_html_7419033600:21:2931:2937 Shunda Thornton Creek -0.457068497754203162 +7984 gsa_html_6985417117 gsa_html_6985417117:722:58852:58861 Peninsula Wisconsin -0.466782751574986277 +7985 jgeology_html_3739517257 jgeology_html_3739517257:198:12307:12321 Ogallala New Mexico -0.435679199475508039 +7986 gsa_html_3720789279 gsa_html_3720789279:883:86382:86388 Oregon Salem, Oregon 6.94871171057211356e-06 +7987 aapg_ac_528.html aapg_ac_528.html:123:15486:15505 Marcellus Ontario, California 0.0167762758658870741 +7988 cspg_html_6255491344 cspg_html_6255491344:23:3992:4000 Columbia Victoria, British Columbia -0.465561228542891226 +7989 gsa_html_7425483970 gsa_html_7425483970:15:814:824 Notch Peak Logan, Utah -0.240658879428735595 +7990 gsa_html_3922700688 gsa_html_3922700688:706:57465:57493 Green River Colorado -0.00818929939777349181 +7991 cspg_html_3501550466 cspg_html_3501550466:827:101364:101398 Waterways Lacombe, Alberta -0.440387442871438828 +7992 cspg_html_5375448448 cspg_html_5375448448:442:47516:47534 Kaskapau Valhalla, New York -0.481905893496514026 +7993 sedimentology_html_9699563254 sedimentology_html_9699563254:685:55850:55865 Mesaverde Cheyenne, Wyoming -0.451733774163315116 +7994 aapg_ai_696.html aapg_ai_696.html:52:6465:6479 Arcturus Reno, Nevada -0.484674969173666037 +7995 aapg_ad_173.html aapg_ad_173.html:15:2250:2269 Chugwater Cheyenne, Wyoming -0.499374656520603311 +7996 cspg_html_7938374662 cspg_html_7938374662:5:205:227 Grand Rapids Lacombe, Alberta -0.470181697121159758 +7997 aapg_ai_11.html aapg_ai_11.html:324:43698:43715 Plattin Decorah, Iowa -0.0466010303338533702 +7998 aapg_af_471.html aapg_af_471.html:282:33122:33131 Hartselle Hartselle, Alabama -0.48957011234425174 +7999 aapg_aa_730.html aapg_aa_730.html:135:13299:13303 Frio Texas -0.025689926843247262 +8000 cspg_html_7093237629 cspg_html_7093237629:912:88987:89005 Duvernay Lacombe, Alberta -0.450595494357366455 +8001 cspg_html_1644457308 cspg_html_1644457308:472:48949:48966 Gething Calgary -0.461271782333034175 +8002 aapg_ah_372.html aapg_ah_372.html:205:19044:19050 Midway Texas -0.465945346292333973 +8003 palaios_html_7928599019 palaios_html_7928599019:297:29730:29739 Eel River Northern California -0.0476394385223062114 +8004 jgeology_html_1198140108 jgeology_html_1198140108:1181:67582:67590 Colorado Gunnison River -0.481870957939069144 +8005 cspg_html_5593011953 cspg_html_5593011953:51:6503:6508 Yukon Lacombe, Alberta -0.060717529974798283 +8006 gsa_html_1617077506 gsa_html_1617077506:1205:107533:107541 Columbia Victoria, British Columbia -0.47735290933611807 +8007 aapg_ae_993.html aapg_ae_993.html:167:16743:16762 Jefferson Cheyenne, Wyoming -0.00716428423732448638 +8008 aapg_af_892.html aapg_af_892.html:739:68953:68970 Marble Falls Ardmore, Pennsylvania -0.445157668105484183 +8009 sedimentology_html_7482146728 sedimentology_html_7482146728:364:44122:44128 Oregon Washington (state) -0.485011505687422073 +8010 gsa_html_7050462316 gsa_html_7050462316:29:2796:2824 Green River Colorado 0.00861668517403394243 +8011 gsa_html_7999545108 gsa_html_7999545108:888:102727:102744 Onaping Sudbury, Suffolk -0.472770666406185036 +8012 aapg_ai_959.html aapg_ai_959.html:28:2992:3003 San Antonio Uvalde, Texas -0.0341270386384278437 +8013 aapg_ai_46.html aapg_ai_46.html:182:14933:14943 Wellington Herington, Kansas 0.00854719127328702234 +8014 jgeology_html_8132623150 jgeology_html_8132623150:1092:50049:50053 Hall London, Ontario -0.0301173575019116381 +8015 cspg_html_1050448431 cspg_html_1050448431:209:26854:26865 Peace River Lacombe, Alberta -0.462166276497962936 +8016 jgeology_html_1380249798 jgeology_html_1380249798:162:9710:9718 Richmond Chippenham, Cambridgeshire -0.465641239344597002 +8017 aapg_af_854.html aapg_af_854.html:927:131085:131102 Renault Bloomington, Indiana -0.0159925297595795608 +8018 cspg_html_7106541506 cspg_html_7106541506:177:19711:19723 Bluesky Miami -0.519083886910843284 +8019 cspg_html_9272820228 cspg_html_9272820228:494:45343:45364 Clearwater Lacombe, Alberta -0.0178259478113005146 +8020 aapg_aa_626.html aapg_aa_626.html:40:5332:5345 Potomac Washington (state) -0.414059752067460762 +8021 aapg_ae_981.html aapg_ae_981.html:249:21356:21362 Laurel Missouri River 0.00920043838208298506 +8022 sedimentology_html_7069619943 sedimentology_html_7069619943:59:4270:4275 Cadiz Black Sea -0.0151445144826190588 +8023 gsa_html_7605900420 gsa_html_7605900420:498:48604:48610 Snyder Reno, Nevada -0.436898889813044922 +8024 gsa_html_7151930388 gsa_html_7151930388:902:76169:76179 Las Cruces Mexico -0.483173848714512189 +8025 cspg_html_3447886929 cspg_html_3447886929:203:23801:23822 Lawrence Middle East -0.475977786028375149 +8026 gsa_html_4446967287 gsa_html_4446967287:1038:91456:91463 Shuswap Victoria, British Columbia -0.0264393249899875019 +8027 gsa_html_4071231613 gsa_html_4071231613:668:78782:78798 Wild Sheep Creek Wallowa, Oregon -0.436850160261835319 +8028 aapg_ac_965.html aapg_ac_965.html:261:26993:27010 Rondout Western world -0.0577069474480743499 +8029 aapg_af_18.html aapg_af_18.html:127:14721:14741 Lakota Black Hills -0.616353577930573548 +8030 gsa_html_6105070212 gsa_html_6105070212:810:89390:89418 San Antonio Chile -0.472528705500211532 +8031 cspg_html_6702053097 cspg_html_6702053097:419:47697:47710 Potsdam Quebec City -0.018225670847461909 +8032 sedimentology_html_4132999102 sedimentology_html_4132999102:1130:98730:98742 Owens Valley California -0.221711633782302631 +8033 gsa_html_7304754451 gsa_html_7304754451:15:793:803 Washington California -0.480960803547703208 +8034 aapg_ad_466.html aapg_ad_466.html:1366:145449:145456 Raritan Baltimore -0.00537142262393446989 +8035 aapg_ah_645.html aapg_ah_645.html:194:24412:24417 Swift Teton County, Idaho 0.0108718271862225224 +8036 cspg_html_1281670295 cspg_html_1281670295:469:47704:47710 Moscow Russia -0.454143259443463898 +8037 cspg_html_1191211339 cspg_html_1191211339:23:2637:2646 Lodgepole Williston, Vermont -0.450707909241451543 +8038 aapg_ad_356.html aapg_ad_356.html:397:38406:38427 Haynesville Cotton Valley, Louisiana 0.0248971017270571034 +8039 aapg_ah_292.html aapg_ah_292.html:276:44207:44215 Colorado Denver -0.486925734041852465 +8040 aapg_ae_45.html aapg_ae_45.html:980:97073:97081 Palliser Lacombe, Alberta -0.462576268150975078 +8041 cspg_html_9810030547 cspg_html_9810030547:55:8845:8871 Leduc Canada -0.457487488497030304 +8042 aapg_aa_45.html aapg_aa_45.html:5:657:675 Moenkopi Logan, Utah 0.452229123178315873 +8043 aapg_ae_305.html aapg_ae_305.html:1097:95457:95478 San Antonio Venezuela -0.0678021976864085774 +8044 jgeology_html_5090133589 jgeology_html_5090133589:1049:63557:63573 Sandia New Mexico -0.464533160716817162 +8045 aapg_ae_67.html aapg_ae_67.html:31:2918:2944 Dakota Nebraska -0.0135198103742529222 +8046 sedimentology_html_8097871643 sedimentology_html_8097871643:1923:87364:87372 Colorado Denver -0.0579634464646465175 +8047 gsa_html_6212532476 gsa_html_6212532476:787:62830:62859 Mint Canyon Los Angeles -0.0757587665519955517 +8048 cspg_html_1962846283 cspg_html_1962846283:550:68881:68903 Kootenay Fernie, British Columbia -0.477121254719662491 +8049 cspg_html_8509913074 cspg_html_8509913074:452:57695:57712 Eramosa Salina, Kansas -0.0104235679161521783 +8050 sedimentology_html_7387934786 sedimentology_html_7387934786:157:15705:15713 Loveland Colorado -0.463250887108730525 +8051 sedimentology_html_5688658852 sedimentology_html_5688658852:1034:57662:57666 Dean Padre Island National Seashore -0.461390086357821749 +8052 geology_html_6752696169 geology_html_6752696169:68:8505:8516 Green River Yampa River -0.476061064960921709 +8053 aapg_ah_508.html aapg_ah_508.html:64:7202:7222 Stonehenge Maryland -0.434637853624058046 +8054 cspg_html_2803424832 cspg_html_2803424832:69:9946:9961 Melville Island Devon Island -0.0255351835335731921 +8055 cspg_html_5697056884 cspg_html_5697056884:412:43400:43421 Mount Clark Regina, Saskatchewan -0.459919224612040101 +8056 sedimentology_html_3427043115 sedimentology_html_3427043115:748:44842:44849 Herring Bristol Bay Borough, Alaska -0.0248379892514390653 +8057 aapg_ad_808.html aapg_ad_808.html:1289:87401:87409 Richmond Sublette County, Wyoming -0.0544623025343825493 +8058 cspg_html_8231573314 cspg_html_8231573314:491:39550:39556 Denver Colorado -0.487659330983205019 +8059 cspg_html_9661038059 cspg_html_9661038059:392:55240:55260 Bow Island Bow Island Airport -0.0791557675059552518 +8060 gsa_html_6575995920 gsa_html_6575995920:1120:89455:89483 Green River Colorado -0.0227413796680306819 +8061 jgeology_html_6063383200 jgeology_html_6063383200:554:46036:46045 Escondido Santa Clara Valley Water District -0.467868439854770279 +8062 aapg_aa_904.html aapg_aa_904.html:419:35988:35998 Milk River Milk River, Alberta 0.0136101656605613248 +8063 cspg_html_2013109828 cspg_html_2013109828:366:67866:67874 Columbia Victoria, British Columbia -0.00415188686851174563 +8064 aapg_ai_772.html aapg_ai_772.html:7:873:879 Sierra RAF Troodos -0.462348471732962063 +8065 gsa_html_9139668698 gsa_html_9139668698:490:45732:45744 Owens Valley California -0.240818175936048567 +8066 aapg_ah_625.html aapg_ah_625.html:39:4800:4825 Duchesne River Uinta Mountains -0.486735992068403789 +8067 aapg_ai_584.html aapg_ai_584.html:15:1759:1767 Tensleep Cheyenne, Wyoming -0.512204726678937461 +8068 aapg_ac_458.html aapg_ac_458.html:334:31226:31231 Swift Cape Cod 0.000555897012734609666 +8069 palaios_html_4501603736 palaios_html_4501603736:169:15995:16012 Thaynes Logan, Utah -0.232033365259185886 +8070 sedimentology_html_9869901688 sedimentology_html_9869901688:1115:77906:77910 Hall London, Ontario -0.490143713980378037 +8071 aapg_af_748.html aapg_af_748.html:43:5370:5380 Clearwater Boreal forest of Canada -0.447135398674851747 +8072 cspg_html_6715452766 cspg_html_6715452766:486:55681:55688 Wasatch Cheyenne, Wyoming -0.00190221287180793197 +8073 aapg_aa_44.html aapg_aa_44.html:228:29716:29724 Moenkopi San Rafael Swell 0.772566506418761234 +8074 geology_html_4466457468 geology_html_4466457468:231:22138:22142 Bell London, Ontario -0.474815026513922711 +8075 geology_html_9324035548 geology_html_9324035548:227:22453:22461 Columbia Victoria, British Columbia -0.506777705282508872 +8076 gsa_html_3380395839 gsa_html_3380395839:810:71934:71940 Oregon Washington (state) -0.0438192319420972476 +8077 gsa_html_8881958017 gsa_html_8881958017:37:4031:4058 Nicola Victoria, British Columbia -0.448350101124535771 +8078 sedimentology_html_9176704178 sedimentology_html_9176704178:1050:73163:73167 Hall London, Ontario -0.463526807661379381 +8079 jgeology_html_4368294692 jgeology_html_4368294692:152:9041:9063 White Rock Arizona 0.0399833098271603696 +8080 gsa_html_6491840124 gsa_html_6491840124:770:63502:63507 Logan Logan, Utah -0.041236814250852856 +8081 palaios_html_8184049979 palaios_html_8184049979:89:9666:9680 Doig Victoria, British Columbia -0.441397390812390766 +8082 aapg_af_82.html aapg_af_82.html:44:3604:3635 Paradox Mancos, Colorado -0.516747144893552557 +8083 aapg_ac_245.html aapg_ac_245.html:320:42823:42839 Oread Wichita, Kansas -0.0291434052387325206 +8084 aapg_ah_646.html aapg_ah_646.html:35:4818:4834 Chinle Chinle Formation -0.380386233476299074 +8085 gsa_html_7100033459 gsa_html_7100033459:930:76818:76828 Washington Logan, Utah -0.487729676915167776 +8086 aapg_ai_592.html aapg_ai_592.html:147:24005:24026 Green River Uinta Mountains -0.474355436180137646 +8087 cspg_html_2575903827 cspg_html_2575903827:376:43373:43394 Green River Colorado -0.0183890381267497773 +8088 aapg_ac_486.html aapg_ac_486.html:678:85821:85825 Kent Colorado 0.0319924308903645552 +8089 cspg_html_1503116552 cspg_html_1503116552:1186:182589:182621 Beaverhill Swan Hill, Victoria -0.5112563290365294 +8090 aapg_ai_688.html aapg_ai_688.html:385:41794:41800 Salina Salina, Kansas -0.0561193183130543477 +8091 gsa_html_2877730818 gsa_html_2877730818:1180:98538:98566 Noonday Dolomite California -0.0475157284533089252 +8092 aapg_ai_158.html aapg_ai_158.html:443:47564:47586 Lime Creek Iowa -0.232719504843089758 +8093 palaios_html_2847312584 palaios_html_2847312584:489:52826:52830 Kope Cincinnati -0.43580087580188992 +8094 aapg_ad_758.html aapg_ad_758.html:211:25771:25787 Wewoka Wayland, Massachusetts -0.032117678128361131 +8095 aapg_aa_106.html aapg_aa_106.html:353:37183:37202 Elm Point Manitoba -0.105119608755926394 +8096 aapg_ae_885.html aapg_ae_885.html:21:3371:3379 Blanding San Juan, Argentina -0.0258220684876826687 +8097 aapg_af_489.html aapg_af_489.html:277:23752:23765 Jackson Texas -0.472574788136010782 +8098 cspg_html_8371777215 cspg_html_8371777215:145:17906:17914 Columbia Victoria, British Columbia -0.0120741642534044936 +8099 cspg_html_4812473779 cspg_html_4812473779:908:114470:114478 Montreal Montreal -0.450707909241451543 +8100 aapg_aa_491.html aapg_aa_491.html:3:461:467 Laredo Zapata County, Texas -0.0245041819254211805 +8101 aapg_ai_28.html aapg_ai_28.html:852:81960:81977 Reynosa Shreveport, Louisiana -0.0937390250881997705 +8102 cspg_html_8727758678 cspg_html_8727758678:442:14768:14786 Dunvegan Lacombe, Alberta -0.472114070863615343 +8103 cspg_html_9142742810 cspg_html_9142742810:438:48483:48497 Elk Burley, Leeds -0.469038078694436811 +8104 aapg_ac_63.html aapg_ac_63.html:3:462:480 Buckner Shreveport, Louisiana -0.436965343294064001 +8105 aapg_ae_643.html aapg_ae_643.html:312:37823:37830 Chemung Doddridge County, West Virginia -0.458103872838477311 +8106 aapg_aa_118.html aapg_aa_118.html:644:53540:53576 Highgate Bennington, Vermont -0.0425131277640511673 +8107 sedimentology_html_5673709888 sedimentology_html_5673709888:331:29982:29995 Edwards Floridan Hotel -0.0943436467908397164 +8108 palaios_html_3022467877 palaios_html_3022467877:385:43694:43705 Hornerstown Navesink River -0.0118326507856826232 +8109 aapg_aa_582.html aapg_aa_582.html:316:31091:31097 Sonora Mexico -0.475963906981033746 +8110 gsa_html_6166546686 gsa_html_6166546686:29:2796:2824 Green River Colorado 0.0295434123424303807 +8111 aapg_ad_2.html aapg_ad_2.html:477:70656:70673 Harpers Mount Alto, West Virginia 0.3033994934460707 +8112 jgeology_html_6882545802 jgeology_html_6882545802:544:40565:40573 Virginia Ohio -0.0540437511294119405 +8113 gsa_html_4453142877 gsa_html_4453142877:17:970:976 Denver Colorado -0.00486067457957646467 +8114 gsa_html_4355356776 gsa_html_4355356776:1288:93590:93618 Green River Colorado -0.018225670847461909 +8115 aapg_ad_258.html aapg_ad_258.html:150:14756:14774 Venango Pleasantville, Venango County, Pennsylvania -0.488722172911972397 +8116 aapg_ah_846.html aapg_ah_846.html:3:155:169 Nuka Anchorage, Alaska -0.48294529227432792 +8117 geology_html_5120746749 geology_html_5120746749:200:22317:22323 Warner Coral reef -0.0764869974309966699 +8118 cspg_html_2820961138 cspg_html_2820961138:98:14495:14511 Viking Colorado -0.45184182728382527 +8119 geology_html_4447793411 geology_html_4447793411:116:8603:8613 San Felipe Baja California peninsula -0.471639785200352879 +8120 aapg_aa_47.html aapg_aa_47.html:820:97258:97266 Colorado Brill -0.0623569418481576959 +8121 gsa_html_1636483297 gsa_html_1636483297:283:25824:25836 Rock Springs Cheyenne, Wyoming -0.44714211768966694 +8122 geology_html_4540113984 geology_html_4540113984:223:21436:21444 Virginia Norfolk, Virginia -0.469024309212410007 +8123 aapg_ae_705.html aapg_ae_705.html:275:26147:26170 Santa Barbara Carpinteria, California -0.447220509834383773 +8124 gsa_html_1734656819 gsa_html_1734656819:1209:112771:112779 Imperial Los Angeles -0.42652126035610638 +8125 cspg_html_6116883777 cspg_html_6116883777:846:108752:108774 Barlow Inlet Devon -0.505119426266013027 +8126 cspg_html_7799850124 cspg_html_7799850124:771:85927:85946 Waterways Moberly, Missouri -0.481673016532011111 +8127 aapg_ai_158.html aapg_ai_158.html:419:45006:45014 Ramparts Summit Lake (West Virginia) -0.485799611688376376 +8128 aapg_ah_318.html aapg_ah_318.html:3879:304453:304459 Sierra Coahuila -0.413981895448320647 +8129 aapg_ac_538.html aapg_ac_538.html:12:1888:1905 Viking Lacombe, Alberta 0.0130315493205527232 +8130 sedimentology_html_2319942817 sedimentology_html_2319942817:633:55113:55134 Green River Logan, Utah -0.00756560119780054757 +8131 cspg_html_1378826439 cspg_html_1378826439:472:41688:41696 Colorado Denver -0.460953349343471763 +8132 aapg_ah_751.html aapg_ah_751.html:122:11697:11706 Boquillas Texas -0.4784100389871494 +8133 geology_html_3964689611 geology_html_3964689611:317:21968:21978 Washington Seattle -0.492225096233327442 +8134 cspg_html_1962846283 cspg_html_1962846283:217:25473:25489 Fernie Lacombe, Alberta -0.452172819913734925 +8135 cspg_html_6985536436 cspg_html_6985536436:242:32443:32461 Beaufort Banks Island -0.435738929516159335 +8136 aapg_af_743.html aapg_af_743.html:29:4734:4751 Beekmantown Pennsylvania 0.0197255713995879364 +8137 aapg_ae_937.html aapg_ae_937.html:24:2374:2396 Mt Lytton Arkansas -0.456337429672799166 +8138 aapg_ae_59.html aapg_ae_59.html:247:25675:25697 Shinarump Conglomerate Chinle Formation -0.0515643416421474945 +8139 gsa_html_8437886305 gsa_html_8437886305:29:2796:2824 Green River New Mexico -0.00257103084166600531 +8140 aapg_ad_366.html aapg_ad_366.html:53:4193:4199 Ireton Calmar, Alberta -0.138282444325465409 +8141 palaios_html_1262064602 palaios_html_1262064602:945:95239:95251 Rhode Island Kingston, Jamaica -0.0794167697565925645 +8142 aapg_ai_583.html aapg_ai_583.html:23:3517:3535 Sundance Powder River Basin 0.00039260223837717193 +8143 aapg_ae_454.html aapg_ae_454.html:104:8707:8715 Columbia Bossier City, Louisiana -0.0331753752251057327 +8144 aapg_aa_71.html aapg_aa_71.html:291:25396:25402 Salina Elk County, Pennsylvania -0.475554574599736102 +8145 gsa_html_7840671974 gsa_html_7840671974:1017:96332:96344 Red Mountain Boise, Idaho -0.46944207930236781 +8146 sedimentology_html_2368393060 sedimentology_html_2368393060:76:7947:7967 Toro Chile -0.47032647773667996 +8147 aapg_ae_324.html aapg_ae_324.html:744:75181:75198 Tellico Knoxville, Tennessee -0.464706706380762058 +8148 aapg_ad_318.html aapg_ad_318.html:201:26005:26011 Salina Ohio -0.0131531794058051942 +8149 gsa_html_2895081305 gsa_html_2895081305:9:305:311 Cupido Mexico -0.0093950246056262298 +8150 aapg_ae_824.html aapg_ae_824.html:71:7285:7292 Kanawha Upshur County, West Virginia -0.02390265150978289 +8151 jgeology_html_5090133589 jgeology_html_5090133589:1087:64801:64809 Moenkopi New Mexico -0.445016883536767272 +8152 geology_html_6674220555 geology_html_6674220555:90:9124:9134 Rio Grande Llano, Texas -0.465186416944366576 +8153 aapg_ak_96.html aapg_ak_96.html:75:7691:7725 Juniata Middle Ordovician -0.452977161832460395 +8154 aapg_aa_588.html aapg_aa_588.html:23:2968:2974 Sierra Isle of Pines, New Caledonia -0.051393499504953831 +8155 aapg_aa_712.html aapg_aa_712.html:151:20054:20060 Galena Platteville, Colorado -0.484079342907875299 +8156 cspg_html_4326384800 cspg_html_4326384800:154:21745:21760 Flume Lacombe, Alberta -0.461128473443845555 +8157 aapg_af_94.html aapg_af_94.html:395:49262:49279 Shublik Anchorage, Alaska 0.00875567330735306688 +8158 aapg_ae_64.html aapg_ae_64.html:223:22367:22380 Bearpaw Western world -0.459837454744856933 +8159 gsa_html_2898048140 gsa_html_2898048140:29:2796:2824 Green River Colorado 0.0077862400260468867 +8160 gsa_html_9901339383 gsa_html_9901339383:372:36532:36539 Laramie Cheyenne, Wyoming -0.0294216697317379976 +8161 aapg_ai_17.html aapg_ai_17.html:1304:88830:88839 Catahoula Tampa, Florida -0.430334367802676421 +8162 cspg_html_2083142494 cspg_html_2083142494:309:38990:39012 Albert New Brunswick, New Jersey -0.452927573923113447 +8163 cspg_html_9142742810 cspg_html_9142742810:108:15676:15688 Granite Wash East Kilbride -0.462102516958969756 +8164 aapg_aa_610.html aapg_aa_610.html:146:14871:14895 Basal Niobrara, Nebraska -0.508588352325726856 +8165 aapg_ai_78.html aapg_ai_78.html:146:10044:10049 Yegua Texas -0.467950951742638677 +8166 cspg_html_5973552270 cspg_html_5973552270:11:1303:1323 Swan Hills Swan Hill, Victoria -0.460980639153810601 +8167 aapg_af_668.html aapg_af_668.html:35:5681:5687 Pocono Pennsylvania -0.0665701447708537258 +8168 cspg_html_2695921112 cspg_html_2695921112:317:38202:38220 Bathurst Nashville Basin -0.0628808085540469575 +8169 gsa_html_9927514538 gsa_html_9927514538:1172:80150:80178 Green River Iran -0.00382529052751042712 +8170 aapg_ae_324.html aapg_ae_324.html:1134:113921:113928 Narrows Virginia -0.457555451333636842 +8171 palaios_html_6975607234 palaios_html_6975607234:539:41832:41838 Walker Melbourne, Florida -0.456608964648804683 +8172 cspg_html_6315830196 cspg_html_6315830196:173:22755:22766 Coal Valley Lacombe, Alberta -0.480602591853576067 +8173 aapg_ad_655.html aapg_ad_655.html:86:12256:12274 Niobrara Denver -0.614094930866891153 +8174 aapg_ac_451.html aapg_ac_451.html:603:64357:64380 West Foreland Seldovia, Alaska -0.475963906981033746 +8175 aapg_af_897.html aapg_af_897.html:59:7683:7688 Atoka New Mexico -0.00764378019701813464 +8176 geology_html_5923102855 geology_html_5923102855:11:605:611 Denver Colorado -0.487607747652621382 +8177 aapg_ah_131.html aapg_ah_131.html:44:4141:4149 Woodbine Paluxy, Texas -0.0142044328576254025 +8178 cspg_html_2920938670 cspg_html_2920938670:342:37425:37435 Rio Grande Edmonton, London -0.467889067103673728 +8179 cspg_html_5117208919 cspg_html_5117208919:22:1802:1812 Pine Point Victoria, British Columbia -0.475554574599736102 +8180 cspg_html_7330983978 cspg_html_7330983978:41:2858:2892 Romaine Anticosti Island 0.414016497625840196 +8181 aapg_ai_503.html aapg_ai_503.html:176:20128:20147 Whirlpool Manitoulin Island -0.464432702411418319 +8182 cspg_html_9735723617 cspg_html_9735723617:2824:230949:230968 Griper Bay Melville Island (Canada) -0.045129017887602145 +8183 gsa_html_2877730818 gsa_html_2877730818:714:61925:61941 Noonday Dolomite Death Valley -0.46687889797168336 +8184 cspg_html_4287356899 cspg_html_4287356899:3951:391512:391517 Kayak Anchorage, Alaska -0.523782584278582153 +8185 cspg_html_3735760125 cspg_html_3735760125:244:27324:27341 Cardium Lacombe, Alberta 0.00466610479932860322 +8186 jgeology_html_8492223548 jgeology_html_8492223548:183:14703:14719 Bighorn Dolomite Cheyenne, Wyoming -0.00549476708285740172 +8187 cspg_html_3521815736 cspg_html_3521815736:404:57892:57915 Charlie Lake Grayling, Michigan -0.439223139625051329 +8188 aapg_ah_973.html aapg_ah_973.html:24:3805:3819 Monmouth Navesink River -0.0589319525022998364 +8189 sedimentology_html_3455721661 sedimentology_html_3455721661:681:48553:48570 Todilto Colorado -0.47944058990843208 +8190 aapg_ae_345.html aapg_ae_345.html:117:6205:6210 Eutaw Tuscaloosa, Alabama 0.0276582682433242286 +8191 aapg_af_123.html aapg_af_123.html:30:3480:3497 Terraba San Vito dei Normanni -0.425371763818281734 +8192 cspg_html_4555867289 cspg_html_4555867289:54:6555:6562 Halfway Victoria, British Columbia -0.0366623139169080098 +8193 aapg_aa_113.html aapg_aa_113.html:539:55599:55617 Anacacho Texas -0.479586916180102352 +8194 aapg_ah_624.html aapg_ah_624.html:150:15529:15538 Mesaverde San Juan, Argentina -0.415087607507273693 +8195 jgeology_html_4357791487 jgeology_html_4357791487:1065:60768:60776 Monmouth Chepstow Castle -0.0285868941347483252 +8196 gsa_html_8833777630 gsa_html_8833777630:796:87420:87428 Colorado Routt County, Colorado -0.052275645768300523 +8197 cspg_html_3060428958 cspg_html_3060428958:61:9001:9008 Bearpaw Lacombe, Alberta -0.410517048470844748 +8198 aapg_aa_47.html aapg_aa_47.html:190:20518:20524 Kerber Madera County, California -0.472210801391301227 +8199 aapg_af_575.html aapg_af_575.html:795:111174:111183 Wapanucka Atoka, Oklahoma -0.487870386185061844 +8200 cspg_html_8727758678 cspg_html_8727758678:76:3997:4005 Edmonton Regina, Saskatchewan -0.0489515820397514803 +8201 gsa_html_6983076294 gsa_html_6983076294:755:71464:71471 El Paso El Paso, Texas -0.464706706380762058 +8202 aapg_af_221.html aapg_af_221.html:83:8670:8678 Saratoga Beaumont, Texas -0.439147643556082268 +8203 palaios_html_5936240170 palaios_html_5936240170:507:46528:46558 Florissant Colorado -0.0623586879950740192 +8204 aapg_aa_258.html aapg_aa_258.html:8:865:875 Washington California -0.026204590532088741 +8205 aapg_ah_724.html aapg_ah_724.html:429:54366:54371 Swift Maryland -0.00326243548975702329 +8206 sedimentology_html_2088284337 sedimentology_html_2088284337:30:1855:1865 Sherbrooke Quebec City -0.456561440120662909 +8207 aapg_aa_477.html aapg_aa_477.html:199:17880:17896 Laurel Louisville, Kentucky -0.0475645152925121273 +8208 gsa_html_2803067273 gsa_html_2803067273:671:78862:78870 Columbia Washington (state) -0.449755070503296051 +8209 aapg_ai_28.html aapg_ai_28.html:782:74547:74554 Lagarto Oakville, California 0.576020614588222957 +8210 cspg_html_1018915662 cspg_html_1018915662:194:17799:17832 Pardonet Pine River (Michigan) -0.200985618007091749 +8211 aapg_ae_678.html aapg_ae_678.html:193:24150:24174 Duchesne River Uinta Mountains -0.471340610693628537 +8212 aapg_ae_419.html aapg_ae_419.html:548:62451:62468 Todos Santos Tegucigalpa -0.442916609041378917 +8213 aapg_aa_914.html aapg_aa_914.html:185:18347:18369 Marble Falls Atoka, Oklahoma -0.474888953093082877 +8214 aapg_ac_98.html aapg_ac_98.html:119:13018:13028 Henryhouse Frisco, Texas -0.485313098580473945 +8215 aapg_ai_388.html aapg_ai_388.html:252:25971:25976 Uinta Cheyenne, Wyoming -0.470510360514459824 +8216 cspg_html_8040890019 cspg_html_8040890019:878:84516:84523 Bluesky Siena -0.0482911263715116029 +8217 geology_html_2424942195 geology_html_2424942195:12:645:651 Toledo Toledo, Spain -0.0209474772659758064 +8218 aapg_ad_466.html aapg_ad_466.html:140:14575:14586 Englishtown Navesink River 0.543960563854739898 +8219 gsa_html_1964589336 gsa_html_1964589336:29:2796:2824 Green River Colorado -0.0102706745632111761 +8220 cspg_html_5241714595 cspg_html_5241714595:403:62620:62634 Woodbend Regina, Saskatchewan -0.0460121937360480487 +8221 cspg_html_2172704722 cspg_html_2172704722:900:99245:99271 San Miguel Texas -0.475473655949527896 +8222 cspg_html_9778753186 cspg_html_9778753186:116:17011:17021 Mill Creek Elbow River -0.0249440441513266963 +8223 geology_html_2789012198 geology_html_2789012198:248:16820:16826 Sonora Sonora -0.456479975332736432 +8224 aapg_aa_792.html aapg_aa_792.html:518:56949:56967 Grayburg New Mexico -0.0560652408984460074 +8225 aapg_ac_841.html aapg_ac_841.html:279:35878:35883 Coban Guatemala -0.528913008423314679 +8226 aapg_aa_228.html aapg_aa_228.html:531:52918:52925 Wasatch Logan, Utah -0.0233880656689205678 +8227 palaios_html_1729153923 palaios_html_1729153923:1027:83694:83708 Traverse Michigan -0.0129759471663572871 +8228 aapg_ah_849.html aapg_ah_849.html:37:4449:4471 Black River Lacombe, Alberta -0.0122896166911195832 +8229 aapg_af_517.html aapg_af_517.html:230:31637:31656 Round Mountain Silt Edison, New Jersey -0.522876863339778231 +8230 cspg_html_8891363498 cspg_html_8891363498:396:34778:34790 Devon Island Reno, Nevada -0.00583700570111723212 +8231 palaios_html_3232474978 palaios_html_3232474978:461:46866:46892 Sulphur Mountain Victoria, British Columbia -0.470085189955252725 +8232 aapg_ae_167.html aapg_ae_167.html:373:41573:41581 Michigan Evanston, Wyoming -0.0295434123424303668 +8233 cspg_html_5345848475 cspg_html_5345848475:748:79230:79242 Saskatchewan Niobrara, Nebraska -0.0500164465946093956 +8234 gsa_html_4059319014 gsa_html_4059319014:68:6102:6130 Green River Colorado -0.006663945278057983 +8235 gsa_html_3380395839 gsa_html_3380395839:51:4840:4850 Washington Salem, Oregon -0.430092438352523254 +8236 cspg_html_3104351736 cspg_html_3104351736:185:24053:24071 Foremost Lacombe, Alberta -0.491282661525563435 +8237 cspg_html_6816410964 cspg_html_6816410964:232:35400:35406 Antler Arctic Cordillera -0.458641287983651336 +8238 cspg_html_5241714595 cspg_html_5241714595:238:36721:36742 Beaverhill Lacombe, Alberta -0.462166276497962936 +8239 sedimentology_html_9986829348 sedimentology_html_9986829348:896:71495:71501 Dorsey Mexico -0.422105971765849297 +8240 cspg_html_8030881108 cspg_html_8030881108:271:38899:38917 Glenogle Victoria, British Columbia -0.0180709945054990453 +8241 aapg_ah_779.html aapg_ah_779.html:137:26108:26114 Mingan Lowville (town), New York -0.0161993249316557293 +8242 aapg_af_377.html aapg_af_377.html:25:3301:3313 Saskatchewan Canada -0.00434298101078220162 +8243 cspg_html_7777724998 cspg_html_7777724998:786:75786:75820 Kootenay Victoria, British Columbia 0.00466610479932860322 +8244 aapg_ad_375.html aapg_ad_375.html:260:13827:13838 Utica Manitoulin Island -0.0088338543289246535 +8245 sedimentology_html_7103111053 sedimentology_html_7103111053:7246:102677:102683 Oxford Pergamon Museum -0.442620143363224416 +8246 gsa_html_3225734041 gsa_html_3225734041:755:65473:65484 Wissahickon Rockford, Illinois -0.478326534516524793 +8247 cspg_html_6984906794 cspg_html_6984906794:192:21218:21226 Columbia Victoria, British Columbia -0.466741549175746284 +8248 aapg_ac_191.html aapg_ac_191.html:27:5973:5993 Lane Mexico -0.0349709036948933905 +8249 aapg_af_771.html aapg_af_771.html:140:19526:19545 Monterey San Luis Obispo, California 0.0227013972285232159 +8250 aapg_ae_642.html aapg_ae_642.html:57:5053:5061 Caldwell Tensas River -0.478377564070346595 +8251 AMJC_html_5390933660 AMJC_html_5390933660:956:89553:89562 Littleton Bennington, Vermont -0.0346298699616138864 +8252 aapg_ai_515.html aapg_ai_515.html:241:26030:26041 Green River Uinta Mountains -0.451733774163315116 +8253 aapg_ae_74.html aapg_ae_74.html:440:41159:41176 Navajo Arizona -0.467130759519596039 +8254 aapg_ad_301.html aapg_ad_301.html:328:33405:33417 Pierre Cheyenne, Wyoming -0.450743884934886652 +8255 aapg_ai_105.html aapg_ai_105.html:556:66755:66771 Morgan Des Moines, Washington -0.428868342306482297 +8256 cspg_html_3860685167 cspg_html_3860685167:694:69206:69211 Banff Lacombe, Alberta 0.00208809189150845889 +8257 jgeology_html_6672772311 jgeology_html_6672772311:157:12451:12470 Bellevue Durham, North Carolina -0.0688317384406363225 +8258 aapg_ai_17.html aapg_ai_17.html:686:49633:49643 Montgomery Caldwell, New Jersey -0.0486622990277508355 +8259 cspg_html_2139304729 cspg_html_2139304729:11:1707:1727 Griper Bay Bathurst Island (Northern Territory) -0.205938114099315117 +8260 geology_html_7068506787 geology_html_7068506787:315:27890:27899 New River Virginia -0.242033097801833658 +8261 aapg_ac_867.html aapg_ac_867.html:604:82856:82876 Newcastle Cheyenne, Wyoming -0.433387995206966137 +8262 cspg_html_8145657505 cspg_html_8145657505:67:10951:10981 Nisku Lacombe, Alberta -0.438007065376213589 +8263 aapg_af_18.html aapg_af_18.html:156:17998:18004 Lakota Black Hills 1.19819035452701539 +8264 gsa_html_7102550258 gsa_html_7102550258:369:42436:42451 Bluff Mesa, Arizona -0.0221051486888918687 +8265 aapg_af_900.html aapg_af_900.html:52:7706:7716 Rio Grande Laredo, Texas -0.0909929935774005938 +8266 geology_html_2624273806 geology_html_2624273806:75:5996:6014 Chemung Oswego, New York -0.434606918343987458 +8267 aapg_ac_333.html aapg_ac_333.html:193:24184:24200 Bursum New Mexico -0.0498491257699788942 +8268 aapg_ai_997.html aapg_ai_997.html:831:72905:72920 Funks Central Valley (California) -0.46814580209221146 +8269 palaios_html_3751259297 palaios_html_3751259297:96:13084:13100 Warsaw Hancock County, Indiana 0.00877304685539762562 +8270 AMJC_html_3384252704 AMJC_html_3384252704:1644:142563:142569 Moscow Russia -0.0370660655999496616 +8271 aapg_ad_2.html aapg_ad_2.html:967:134223:134234 Beekmantown Shoreham Nuclear Power Plant 0.0603439655343445888 +8272 sedimentology_html_6714245905 sedimentology_html_6714245905:831:57051:57057 Casper Laramie, Wyoming -0.433546895631176765 +8273 gsa_html_2238682854 gsa_html_2238682854:701:71504:71512 Rangeley Portland, Maine -0.463910045923527747 +8274 jgeology_html_1505596087 jgeology_html_1505596087:986:68304:68314 San Miguel Guanajuato, Guanajuato -0.469038078694436811 +8275 cspg_html_1434585715 cspg_html_1434585715:736:70276:70284 Coalspur Lacombe, Alberta -0.0249440441513266963 +8276 aapg_ae_705.html aapg_ae_705.html:566:55456:55491 Santa Barbara Carpinteria, California -0.451913869834985604 +8277 aapg_ae_45.html aapg_ae_45.html:3:378:395 Smackover Shreveport, Louisiana 0.0782239828218890543 +8278 aapg_aa_399.html aapg_aa_399.html:474:41840:41861 Belly River Colorado -0.048386967383413422 +8279 gsa_html_5147030878 gsa_html_5147030878:175:16640:16658 Kiamichi Trinidad and Tobago -0.431080339422081793 +8280 cspg_html_2420029771 cspg_html_2420029771:70:7911:7932 Beauharnois Montreal -0.0827655399709338324 +8281 gsa_html_2168907540 gsa_html_2168907540:987:93204:93211 Spokane Washington (state) -0.00486067457957646467 +8282 cspg_html_7938374662 cspg_html_7938374662:290:30561:30573 Grand Rapids Lacombe, Alberta 0.0189729999692566688 +8283 aapg_ah_10.html aapg_ah_10.html:427:59407:59420 Santa Barbara California -0.489899180704299886 +8284 aapg_ac_251.html aapg_ac_251.html:873:91850:91857 Bedford Ohio -0.492640099962427858 +8285 cspg_html_2585769771 cspg_html_2585769771:746:72404:72414 Swan Hills Lacombe, Alberta -0.447135398674851747 +8286 aapg_ad_945.html aapg_ad_945.html:226:22657:22672 Elk Lacombe, Alberta -0.482884665046712014 +8287 aapg_ad_55.html aapg_ad_55.html:73:6580:6593 Spechts Ferry Decorah, Iowa -0.466842269540434285 +8288 geology_html_1636733793 geology_html_1636733793:255:24771:24783 Tindir Canada -0.472604743150075168 +8289 aapg_ai_498.html aapg_ai_498.html:15:2269:2277 Colorado Colorado -0.484602537618405216 +8290 aapg_aa_645.html aapg_aa_645.html:386:42398:42406 Kootenai Boise, Idaho -0.430092438352523254 +8291 cspg_html_7397042096 cspg_html_7397042096:102:13571:13579 Sawtooth Lacombe, Alberta -0.442575570278969321 +8292 palaios_html_5676707320 palaios_html_5676707320:53:4398:4404 Pioche Reno, Nevada -0.433685955512457477 +8293 cspg_html_5241714595 cspg_html_5241714595:410:63584:63601 Duperow Regina, Saskatchewan -0.454305775206324536 +8294 aapg_ah_810.html aapg_ah_810.html:70:5539:5556 Edwards County Sligo -0.50396633916237854 +8295 cspg_html_1019614994 cspg_html_1019614994:577:93105:93132 Wabamun Lacombe, Alberta -0.014028931537317782 +8296 gsa_html_6136696916 gsa_html_6136696916:14:843:863 Columbia Salem, Oregon -0.457501080653503367 +8297 aapg_ae_295.html aapg_ae_295.html:225:25521:25528 Carrizo Carrizo Plain 0.0143330187187018215 +8298 aapg_ak_85.html aapg_ak_85.html:446:55018:55035 Buckner Haynesville, Louisiana -0.441392939290133568 +8299 cspg_html_9569186913 cspg_html_9569186913:112:15102:15119 Black River Canada -0.463478914486847693 +8300 cspg_html_3597281324 cspg_html_3597281324:361:40576:40580 Kent Lacombe, Alberta 0.0325003863162265649 +8301 AMJC_html_9867680938 AMJC_html_9867680938:421:37393:37412 Waicoe Monroeville, Alabama -0.452882496357985831 +8302 aapg_ai_158.html aapg_ai_158.html:198:19622:19640 Ramparts Anchorage, Alaska -0.467889067103673728 +8303 palaios_html_4940783464 palaios_html_4940783464:528:49911:49929 Yakataga Anchorage, Alaska -0.0304826089875597575 +8304 cspg_html_6927586285 cspg_html_6927586285:453:58554:58587 Halfway Victoria, British Columbia -0.460041893415422398 +8305 aapg_ai_615.html aapg_ai_615.html:384:34552:34575 Brushy Canyon Texas -0.0350596438268750282 +8306 sedimentology_html_1006662626 sedimentology_html_1006662626:3291:68944:68965 Forest Fort Collins, Colorado -0.471543117662309108 +8307 aapg_af_653.html aapg_af_653.html:245:26252:26259 Temblor Monterey, California -0.462111625185478381 +8308 aapg_ac_765.html aapg_ac_765.html:216:38780:38797 Chinle Chinle Formation -0.468978412493240793 +8309 gsa_html_1636483297 gsa_html_1636483297:865:75951:75958 Wasatch Cheyenne, Wyoming 0.374001289762376565 +8310 aapg_aa_158.html aapg_aa_158.html:417:38239:38257 Morrison Colorado Plateau 0.912053360494840981 +8311 AMJC_html_5871345265 AMJC_html_5871345265:1230:90456:90464 Beaumont Pakistan -0.440280728439214952 +8312 aapg_aa_375.html aapg_aa_375.html:42:4190:4210 Purgatoire Boise, Idaho -0.433933223839739757 +8313 aapg_ae_789.html aapg_ae_789.html:219:24678:24701 Turner Valley Lacombe, Alberta 0.0293712338461080379 +8314 aapg_af_561.html aapg_af_561.html:421:38454:38471 Wasatch Wasatch Range -0.216778908662590114 +8315 aapg_ae_933.html aapg_ae_933.html:50:6299:6325 Smackover Ouachita Mountains 0.013078463721204827 +8316 gsa_html_1538463681 gsa_html_1538463681:730:65807:65815 Colorado Mexico -0.0754436996377327307 +8317 cspg_html_1065856149 cspg_html_1065856149:71:8854:8867 Ashville Regina, Saskatchewan -0.447168994241326834 +8318 aapg_ad_2.html aapg_ad_2.html:375:56322:56339 Potsdam Pennsylvania 0.956975786247862947 +8319 sedimentology_html_3271817872 sedimentology_html_3271817872:2188:115013:115018 Piper California -0.423229723234377797 +8320 aapg_af_17.html aapg_af_17.html:98:9585:9613 Phosphoria Cheyenne, Wyoming 1.08190457464280776 +8321 aapg_ac_617.html aapg_ac_617.html:134:17134:17153 Catahoula Burkeville, Texas -0.433635185237620624 +8322 aapg_af_854.html aapg_af_854.html:1216:172880:172891 Waltersburg Vienna -0.46687889797168336 +8323 aapg_ai_593.html aapg_ai_593.html:1612:166900:166917 Edwards Melbourne, Florida -0.457514673015389395 +8324 cspg_html_5976982403 cspg_html_5976982403:139:20325:20330 Price Lacombe, Alberta -0.0122896166911195832 +8325 aapg_ah_441.html aapg_ah_441.html:19:2860:2868 Saratoga Saratoga, California -0.0399624195111792577 +8326 geology_html_3908555385 geology_html_3908555385:381:31445:31449 Bern Peru, Indiana -0.459022435464294998 +8327 aapg_af_833.html aapg_af_833.html:1329:146907:146915 Sundance Cheyenne, Wyoming 0.427781823464096989 +8328 aapg_ai_196.html aapg_ai_196.html:493:51435:51444 Ada Guayaquil -0.470510360514459824 +8329 sedimentology_html_9906287852 sedimentology_html_9906287852:1328:96024:96039 Mesaverde Cheyenne, Wyoming -0.420852845216307503 +8330 aapg_ad_758.html aapg_ad_758.html:125:16659:16668 Lecompton Galesburg, Illinois -0.458822766590828601 +8331 geology_html_8211767968 geology_html_8211767968:258:20184:20192 Rockwell Earth -0.0166355123946959997 +8332 geology_html_6064361784 geology_html_6064361784:202:18807:18811 Bond North Sea -0.421964232277811879 +8333 gsa_html_3448554349 gsa_html_3448554349:564:58667:58689 Spechty Kopf Maryland -0.0358061340755818636 +8334 cspg_html_5241714595 cspg_html_5241714595:459:70472:70477 Nisku Lacombe, Alberta 0.00299316941719320615 +8335 gsa_html_6281658899 gsa_html_6281658899:506:62755:62772 Bridger Cheyenne, Wyoming -0.0340417857765505233 +8336 cspg_html_1018915662 cspg_html_1018915662:102:9116:9132 Exshaw Lacombe, Alberta -0.428809045611172668 +8337 gsa_html_1142695444 gsa_html_1142695444:9:377:383 Arroyo Rio Grande -0.0423093929821278317 +8338 aapg_ae_794.html aapg_ae_794.html:215:27068:27074 Coffee Selma to Montgomery marches -0.476172115937115059 +8339 aapg_ai_687.html aapg_ai_687.html:1179:127601:127607 Brazil Mid-Atlantic Ridge -0.456344217050148659 +8340 aapg_ad_441.html aapg_ad_441.html:326:23316:23332 Navajo Kayenta, Arizona -0.534711973869635315 +8341 aapg_ae_999.html aapg_ae_999.html:433:59228:59247 Catahoula Western world -0.442239112797514711 +8342 aapg_ai_729.html aapg_ai_729.html:53:6605:6610 Weeks Venezuela -0.473718414704639712 +8343 aapg_aa_305.html aapg_aa_305.html:169:26376:26405 Citronelle Alabama 0.359099536716550205 +8344 aapg_aa_233.html aapg_aa_233.html:108:11711:11728 La Pena Mexico -0.497512762155281452 +8345 aapg_ac_731.html aapg_ac_731.html:1745:118649:118655 Brazil Melbourne, Florida -0.434540631888912565 +8346 cspg_html_3404912985 cspg_html_3404912985:705:100739:100760 Belly River Lacombe, Alberta -0.107605944636536832 +8347 sedimentology_html_1338997515 sedimentology_html_1338997515:152:13975:13991 Bursum Candelaria, Tenerife -0.192163328585163468 +8348 aapg_ae_605.html aapg_ae_605.html:382:48384:48402 Traverse Dolomites -0.467130759519596039 +8349 palaios_html_3855840708 palaios_html_3855840708:429:35964:35981 White River Nebraska -0.463362613223226583 +8350 aapg_ah_652.html aapg_ah_652.html:123:16437:16443 Dakota Mancos, Colorado -0.431254263951945216 +8351 aapg_ah_157.html aapg_ah_157.html:255:36074:36096 Lime Creek Illinois 0.0189816900058150766 +8352 gsa_html_1520002998 gsa_html_1520002998:1112:87601:87609 Colorado Denver -0.449656248007914428 +8353 gsa_html_6413722646 gsa_html_6413722646:915:73467:73470 Rye Netherlands -0.466718659783226908 +8354 cspg_html_5541937700 cspg_html_5541937700:1009:116219:116235 Viking Lacombe, Alberta -0.14722656128973971 +8355 aapg_ah_318.html aapg_ah_318.html:463:55281:55290 Morehouse Shreveport, Louisiana -0.222528930142094794 +8356 cspg_html_9951421861 cspg_html_9951421861:245:34948:34957 Athabasca Clearwater, Florida -0.0142635127702024425 +8357 gsa_html_5202646019 gsa_html_5202646019:632:60355:60372 Verulam Ontario, California -0.41753718105898574 +8358 gsa_html_7102550258 gsa_html_7102550258:1590:144166:144183 Kayenta Colorado -0.465579516089382972 +8359 cspg_html_5542874609 cspg_html_5542874609:390:45402:45420 Lea Park Lacombe, Alberta -0.448287309474040385 +8360 geology_html_9203544566 geology_html_9203544566:297:25851:25857 Snyder Anchorage, Alaska -0.466782751574986277 +8361 aapg_ah_997.html aapg_ah_997.html:70:14237:14247 Washington Virginia 0.0682356651907507217 +8362 cspg_html_7037732498 cspg_html_7037732498:37:4695:4719 Mission Canyon Regina, Saskatchewan -0.0288564512426946543 +8363 cspg_html_7777724998 cspg_html_7777724998:42:5730:5739 Gladstone Bellevue, Nebraska -0.459805657368256959 +8364 aapg_ai_738.html aapg_ai_738.html:60:5172:5180 Montreal Quebec -0.420134393777613191 +8365 geology_html_5171768193 geology_html_5171768193:16:985:1002 State Farm Gneiss Virginia -0.0395933648576628841 +8366 gsa_html_1254347878 gsa_html_1254347878:367:41181:41198 Creston Western world -0.0443365036009496297 +8367 aapg_ac_586.html aapg_ac_586.html:220:23658:23668 Pottsville Pottsville, Pennsylvania -0.425647516918978619 +8368 aapg_ac_612.html aapg_ac_612.html:621:48436:48452 Lykins Colorado -0.46132865731218986 +8369 gsa_html_8627114993 gsa_html_8627114993:541:57737:57745 Columbia Victoria, British Columbia -0.434083382761083048 +8370 geology_html_3113595140 geology_html_3113595140:166:12815:12826 Coal Valley Reno, Nevada -0.469988693380082645 +8371 aapg_ac_971.html aapg_ac_971.html:13:2255:2263 Seminole McAlester, Oklahoma -0.462576268150975078 +8372 cspg_html_9330018201 cspg_html_9330018201:121:19009:19066 Windsor Elko, Nevada -0.447135398674851747 +8373 aapg_ad_52.html aapg_ad_52.html:633:68203:68220 Michigan Michigan -0.490251895380975244 +8374 aapg_ae_750.html aapg_ae_750.html:145:16573:16577 Dean Wichita, Kansas -0.52977128316452915 +8375 aapg_ah_108.html aapg_ah_108.html:835:65552:65565 Santa Barbara Juticalpa -0.454357696116458765 +8376 aapg_aa_86.html aapg_aa_86.html:230:17843:17861 Sligo East Texas 0.40062551308934452 +8377 cspg_html_7938374662 cspg_html_7938374662:7:380:402 Grand Rapids Lacombe, Alberta 6.94871171057211356e-06 +8378 sedimentology_html_1568456861 sedimentology_html_1568456861:1025:81744:81764 Toro Chile -0.0325612728688678896 +8379 gsa_html_6982030333 gsa_html_6982030333:1412:129316:129326 Washington Salem, Oregon -0.485406637327558677 +8380 cspg_html_7120676378 cspg_html_7120676378:76:10019:10027 Edmonton Canada -0.0123938684119111291 +8381 aapg_ai_515.html aapg_ai_515.html:461:51722:51733 Green River Uinta Mountains 0.336816591511135688 +8382 sedimentology_html_3941612453 sedimentology_html_3941612453:899:75733:75741 Quinault Washington (state) -0.0323768745751979448 +8383 palaios_html_5898287170 palaios_html_5898287170:1015:69862:69872 Las Palmas Spain -0.495181722890797649 +8384 aapg_af_130.html aapg_af_130.html:135:24697:24704 Dotsero Leadville, Colorado -0.462102516958969756 +8385 gsa_html_2729737430 gsa_html_2729737430:1092:103920:103926 Denver Boise, Idaho -0.0492966446441219716 +8386 AMJC_html_8619525948 AMJC_html_8619525948:530:59523:59531 Wamsutta Cambridge, Massachusetts 0.675521879872121533 +8387 sedimentology_html_4109585061 sedimentology_html_4109585061:791:74282:74321 Cutler Logan, Utah -0.0205233642338861627 +8388 geology_html_1523318259 geology_html_1523318259:197:22494:22500 Denver Colorado -0.00967821874611652505 +8389 aapg_ah_82.html aapg_ah_82.html:362:35462:35468 Sierra Mexico -0.427672143055296883 +8390 aapg_ak_85.html aapg_ak_85.html:136:16697:16706 Smackover East Texas 0.00595861376287910686 +8391 aapg_ac_333.html aapg_ac_333.html:1289:155188:155205 Kaibab Arizona -0.143204059898681985 +8392 aapg_ah_978.html aapg_ah_978.html:225:23304:23319 Etchegoin Rancho Santa Margarita, California -0.433933223839739757 +8393 gsa_html_1465687448 gsa_html_1465687448:738:84659:84669 Tuscaloosa Alabama 0.0233793734825128198 +8394 aapg_ai_974.html aapg_ai_974.html:776:85063:85073 Washington California -0.0131827182184571217 +8395 cspg_html_5295390542 cspg_html_5295390542:47:5469:5486 Halfway Victoria, British Columbia -0.0288373212008630718 +8396 aapg_ad_466.html aapg_ad_466.html:875:94129:94146 Matawan Delaware -0.431113360606789509 +8397 cspg_html_5697056884 cspg_html_5697056884:66:7657:7693 Winnipeg Western world -0.48908614313905685 +8398 aapg_af_854.html aapg_af_854.html:1430:208545:208562 Cypress Laurens County, Georgia -0.0166302989496245716 +8399 gsa_html_3014459865 gsa_html_3014459865:237:26184:26201 Raritan Delaware -0.0312131444176052264 +8400 gsa_html_7127096507 gsa_html_7127096507:550:53393:53415 Pigeon Point California -0.457736710679965686 +8401 aapg_ae_415.html aapg_ae_415.html:12:2140:2156 Forest Alabama -0.0872273843132960053 +8402 gsa_html_2667366192 gsa_html_2667366192:720:63772:63776 Hall Los Angeles -0.474888953093082877 +8403 cspg_html_2873888604 cspg_html_2873888604:319:47926:47958 Montney Canada -0.488912357297633382 +8404 aapg_ad_318.html aapg_ad_318.html:28:4883:4891 Michigan Middle East -0.0697792961691182795 +8405 aapg_ai_411.html aapg_ai_411.html:93:8677:8686 Owl Creek Arkansas River -0.458750170743803365 +8406 aapg_ah_289.html aapg_ah_289.html:72:11076:11094 Monterey San Joaquin River -0.00530888185460337992 +8407 aapg_ak_24.html aapg_ak_24.html:463:51306:51312 Shasta California -0.0625402900243528098 +8408 cspg_html_9868683298 cspg_html_9868683298:676:60083:60091 Columbia Victoria, British Columbia -0.470457490274840129 +8409 aapg_aa_37.html aapg_aa_37.html:462:55598:55604 Kaibab Kaibab, Arizona -0.0430651506841664283 +8410 cspg_html_7833083677 cspg_html_7833083677:3261:253001:253025 Lisburne Anchorage, Alaska -0.450676431675374467 +8411 aapg_aa_918.html aapg_aa_918.html:1175:121423:121430 El Paso Texas -0.0166302989496245716 +8412 aapg_ai_583.html aapg_ai_583.html:136:18996:19004 Sundance Cheyenne, Wyoming 0.827144681607212218 +8413 gsa_html_5773931818 gsa_html_5773931818:1058:108860:108868 Colorado Carbon County, Wyoming 0.00404765387058551775 +8414 aapg_ah_318.html aapg_ah_318.html:3054:248016:248023 La Caja Mexico -0.457582637906406409 +8415 aapg_ad_55.html aapg_ad_55.html:75:6745:6752 Decorah Missouri River -0.626999478079938166 +8416 cspg_html_3860685167 cspg_html_3860685167:1107:99187:99227 Mount Head Lacombe, Alberta -0.464432702411418319 +8417 aapg_af_854.html aapg_af_854.html:1407:204691:204708 Cypress Jackson County, Missouri -0.00952011624606233578 +8418 sedimentology_html_4287650745 sedimentology_html_4287650745:107:11652:11657 Price Logan, Utah -0.00138974352800571069 +8419 aapg_aa_477.html aapg_aa_477.html:241:21745:21758 Porters Creek Lagrangian point -0.466769017228648164 +8420 aapg_ac_243.html aapg_ac_243.html:162:15136:15143 Emerson Mexico -0.391360728580466999 +8421 cspg_html_2820961138 cspg_html_2820961138:449:49411:49431 Viking Colorado 0.00359250443945134234 +8422 gsa_html_3649667431 gsa_html_3649667431:99:8879:8885 Toroweap Supai, Arizona -0.0124129812660324374 +8423 jgeology_html_4599466962 jgeology_html_4599466962:147:11105:11124 Onondaga Schoharie Creek -0.452461129454831856 +8424 AMJC_html_7144941731 AMJC_html_7144941731:519:53091:53112 Weaverville California -0.0635776221039225514 +8425 aapg_ah_363.html aapg_ah_363.html:121:13670:13681 Waltersburg Uniontown, Pennsylvania -0.443732938342886629 +8426 cspg_html_6052770195 cspg_html_6052770195:6:291:314 Sulphur Point Lacombe, Alberta -0.0614333003108680359 +8427 aapg_ae_840.html aapg_ae_840.html:164:9729:9739 Tuscaloosa Cotton Valley, Louisiana -0.432977626512767833 +8428 cspg_html_8065532640 cspg_html_8065532640:205:25661:25683 Whipple Cave Reno, Nevada -0.226134470774657675 +8429 sedimentology_html_8510537334 sedimentology_html_8510537334:903:69247:69266 Clam Bank Canada -0.460953349343471763 +8430 aapg_ah_551.html aapg_ah_551.html:3:161:178 Burgner Missouri River -0.467194881190696076 +8431 aapg_ai_159.html aapg_ai_159.html:589:67111:67128 Caimito Culebra, Puerto Rico -0.472512577150688062 +8432 aapg_ad_2.html aapg_ad_2.html:1028:140806:140844 Beekmantown Pennsylvania -0.014028931537317782 +8433 gsa_html_1119256423 gsa_html_1119256423:871:88514:88522 Colorado Nebraska -0.0294390614624063553 +8434 aapg_ae_388.html aapg_ae_388.html:12:1894:1909 Vicksburg Tallahassee, Florida -0.481309854062180409 +8435 aapg_af_881.html aapg_af_881.html:417:45298:45306 Wolfcamp Russia -0.0333423889393398495 +8436 aapg_ac_392.html aapg_ac_392.html:189:19542:19547 Salem Ohio County, West Virginia -0.392007929683577394 +8437 cspg_html_2093862169 cspg_html_2093862169:437:45831:45839 Pine Key Melbourne, Florida -0.487560856421757394 +8438 aapg_aa_106.html aapg_aa_106.html:320:32733:32745 Winnipegosis Manitoba 0.00442984212241086077 +8439 gsa_html_4078158156 gsa_html_4078158156:267:28682:28709 Brallier Pennsylvania -0.464610795373413321 +8440 aapg_af_745.html aapg_af_745.html:465:64292:64312 Washington Washington (state) -0.466842269540434285 +8441 gsa_html_2877730818 gsa_html_2877730818:1182:98897:98913 Noonday Dolomite California -0.279114249005811554 +8442 aapg_ae_4.html aapg_ae_4.html:302:35556:35572 Humbug Deep Creek, Virginia -0.462348471732962063 +8443 gsa_html_5261839912 gsa_html_5261839912:673:58786:58794 Colorado Grambling, Louisiana -0.464501195477937445 +8444 cspg_html_5264346535 cspg_html_5264346535:241:24993:25001 Edmonton Edmonton, London -0.0167554219628843898 +8445 cspg_html_6278093686 cspg_html_6278093686:213:15841:15856 Liard Canada -0.0437965911337355185 +8446 cspg_html_5109837857 cspg_html_5109837857:85:10838:10859 Blind Fiord Melville Island (Canada) -0.432316117842066305 +8447 aapg_ah_387.html aapg_ah_387.html:2610:281518:281527 Knoxville Knoxville, Illinois -0.0574190523571501965 +8448 aapg_ae_605.html aapg_ae_605.html:85:12376:12394 Salamonie Dolomite Bloomington, Indiana -0.451751782124743317 +8449 aapg_af_768.html aapg_af_768.html:77:9607:9612 Colon Southlake, Texas 0.0234367419993999557 +8450 cspg_html_3804945581 cspg_html_3804945581:87:10318:10334 Horseshoe Canyon Woodlake, Texas -0.433403442682278373 +8451 aapg_af_663.html aapg_af_663.html:200:23553:23559 Pawnee Lexington, Kentucky 0.762773341969739671 +8452 AMJC_html_1964550508 AMJC_html_1964550508:657:75395:75407 Vernon Lockport (city), New York -0.449467616590735308 +8453 aapg_ac_905.html aapg_ac_905.html:81:9203:9230 Slave Point Victoria, British Columbia -0.363848479666010416 +8454 aapg_af_14.html aapg_af_14.html:214:19024:19040 Almond Table Rock, Wyoming -0.0443365036009496297 +8455 gsa_html_3096615185 gsa_html_3096615185:306:30350:30370 Roxbury Conglomerate Naval Air Station Squantum -0.497081127157615599 +8456 sedimentology_html_8006979411 sedimentology_html_8006979411:1643:111760:111779 Kaskapau Victoria, British Columbia -0.044101376246448068 +8457 aapg_ah_140.html aapg_ah_140.html:41:4468:4475 Paradox Nebraska 0.398225814750100549 +8458 aapg_ah_416.html aapg_ah_416.html:99:8389:8397 Foremost Saskatchewan River -0.444891759770598527 +8459 gsa_html_6441142238 gsa_html_6441142238:984:102554:102562 Woodruff Chandler, Arizona -0.484135384227082133 +8460 cspg_html_3804945581 cspg_html_3804945581:6:481:487 Battle Woodlake, Texas -0.0331753752251057327 +8461 aapg_ad_596.html aapg_ad_596.html:14:1740:1752 Saskatchewan Manitoba -0.479521879225688563 +8462 aapg_af_425.html aapg_af_425.html:36:3610:3628 Niobrara Colorado -0.439502972586644391 +8463 aapg_ac_617.html aapg_ac_617.html:78:9432:9440 Oakville Navasota Independent School District -0.44830973456876172 +8464 aapg_aa_357.html aapg_aa_357.html:261:23296:23320 Kaibab Coconino County, Arizona 0.077267864138491904 +8465 gsa_html_4295938485 gsa_html_4295938485:29:2796:2824 Green River Colorado -0.0506509051785974038 +8466 gsa_html_7298317037 gsa_html_7298317037:269:24179:24197 Purisima Monterey, California -0.0272913568249384605 +8467 aapg_ae_454.html aapg_ae_454.html:198:16176:16183 Bossier Arkansas -0.432223543643836305 +8468 sedimentology_html_1280732031 sedimentology_html_1280732031:1716:141922:141927 Swift Virginia -0.470457490274840129 +8469 aapg_ac_703.html aapg_ac_703.html:134:14605:14620 Madison Netherlands -0.0685205836641246541 +8470 cspg_html_4664502755 cspg_html_4664502755:942:98168:98177 Alexandra Lacombe, Alberta -0.0211456318473247536 +8471 aapg_ac_930.html aapg_ac_930.html:39:3559:3571 Saskatchewan Nebraska -0.0342192516575154232 +8472 aapg_ad_971.html aapg_ad_971.html:486:42238:42244 Herald Texas 0.0124216689309690972 +8473 aapg_ai_247.html aapg_ai_247.html:187:19568:19572 Lane Michigan -0.415633351091760694 +8474 cspg_html_3008414459 cspg_html_3008414459:509:61270:61290 Milk River Canada -0.49252218048089591 +8475 aapg_ah_745.html aapg_ah_745.html:138:11956:11971 Galena Platteville, Colorado -0.0749711363688919663 +8476 aapg_ai_337.html aapg_ai_337.html:86:11321:11327 Salina Michigan -0.0136379673462826371 +8477 gsa_html_2743423721 gsa_html_2743423721:93:15553:15567 Tyee Elkton, Kentucky -0.454258371760158153 +8478 aapg_ad_152.html aapg_ad_152.html:1061:136333:136341 Arcturus Kaibab, Arizona -0.0526836311466746532 +8479 aapg_aa_563.html aapg_aa_563.html:269:34730:34734 Buda Austin, Chicago -0.450878806444675151 +8480 aapg_aa_706.html aapg_aa_706.html:423:41526:41545 La Quinta Venezuela 0.406499702882936909 +8481 geology_html_3642770885 geology_html_3642770885:13:637:647 Santa Cruz California -0.471695028578207554 +8482 aapg_ae_958.html aapg_ae_958.html:3191:273667:273682 Hueco Guadalupe Mountains National Park -0.0250709632878346432 +8483 gsa_html_7102550258 gsa_html_7102550258:1384:131395:131412 Kayenta Colorado -0.471464870791560964 +8484 aapg_af_897.html aapg_af_897.html:5:588:598 Pottsville Atoka, Oklahoma 0.759159249973965333 +8485 aapg_ac_995.html aapg_ac_995.html:117:9929:9938 Huizachal Mexico -0.0301277931102772942 +8486 aapg_ad_341.html aapg_ad_341.html:132:12499:12520 Jacksonburg Closter, New Jersey -0.470567831774721834 +8487 aapg_af_12.html aapg_af_12.html:211:17227:17235 Colorado Logan, Utah -0.516934128760433431 +8488 gsa_html_3808711160 gsa_html_3808711160:1214:136454:136459 Grove Medicine Lake, Minnesota -0.500707121160588686 +8489 cspg_html_7552198061 cspg_html_7552198061:217:25591:25599 Colorado Cheyenne, Wyoming -0.49361002164838963 +8490 aapg_ac_491.html aapg_ac_491.html:102:17438:17443 Taman Mexico -0.0402548881501223546 +8491 aapg_ai_197.html aapg_ai_197.html:68:9018:9024 Madrid Spain -0.441637804770763531 +8492 aapg_af_22.html aapg_af_22.html:670:79349:79361 Saskatchewan Lacombe, Alberta -0.4852429512232731 +8493 aapg_ac_953.html aapg_ac_953.html:31:3602:3622 Miccosukee Miccosukee, Florida 0.00496143412054320457 +8494 aapg_ae_419.html aapg_ae_419.html:3747:236202:236222 San Miguel Texas -0.455188836413653375 +8495 cspg_html_7941684345 cspg_html_7941684345:568:61838:61850 Granite Wash Lacombe, Alberta -0.477142101104954475 +8496 AMJC_html_4986321644 AMJC_html_4986321644:212:34294:34302 Virginia Piedmont (United States) -0.0392835092525669338 +8497 aapg_aa_718.html aapg_aa_718.html:30:3569:3579 Washington Athens, Georgia -0.448327675040319895 +8498 aapg_ae_171.html aapg_ae_171.html:628:64640:64649 Red River Shreveport, Louisiana -0.00540616751980911581 +8499 cspg_html_3023030263 cspg_html_3023030263:33:5280:5302 Medicine Hat Lacombe, Alberta -0.0460783921822131154 +8500 aapg_ae_998.html aapg_ae_998.html:113:14401:14409 Evanston Absaroka -0.0453014649613171713 +8501 geology_html_8366774762 geology_html_8366774762:11:521:533 Rhode Island Kingston, Jamaica -0.050225602841295923 +8502 geology_html_1001858158 geology_html_1001858158:15:1085:1093 Victoria Victoria, British Columbia -0.00087380079236194742 +8503 geology_html_1860179474 geology_html_1860179474:245:24028:24037 San Diego California -0.477158315306099867 +8504 aapg_ah_289.html aapg_ah_289.html:514:70286:70304 Monterey California 0.587654566800287492 +8505 cspg_html_6306091047 cspg_html_6306091047:797:105080:105088 Columbia Lacombe, Alberta 0.00956528832410787587 +8506 gsa_html_6542025228 gsa_html_6542025228:573:61050:61077 Thelon Canada -0.492380698787899029 +8507 gsa_html_5627360957 gsa_html_5627360957:26:2079:2087 Colorado Sonora -0.472678482936493838 +8508 cspg_html_9330018201 cspg_html_9330018201:116:18185:18189 Elko Elko, Nevada -0.219545153273155769 +8509 aapg_ai_583.html aapg_ai_583.html:140:19609:19626 Rierdon Powder River Basin -0.384154753920163128 +8510 aapg_aa_797.html aapg_aa_797.html:459:58922:58954 Cutler Colorado -0.476033304431228654 +8511 gsa_html_9216496168 gsa_html_9216496168:1108:102267:102275 Temporal Southern California -0.465561228542891226 +8512 aapg_ae_324.html aapg_ae_324.html:908:91224:91232 Virginia Virginia -0.107431315305103678 +8513 gsa_html_2877730818 gsa_html_2877730818:331:33536:33556 Beck Spring Dolomite Saratoga Springs, New York -0.452887004013691252 +8514 aapg_ah_217.html aapg_ah_217.html:119:13105:13118 Venango Venango, Pennsylvania -0.12585824121547759 +8515 aapg_af_47.html aapg_af_47.html:104:10465:10485 Smithville Arkansas -0.476269297170336003 +8516 aapg_af_697.html aapg_af_697.html:29:3268:3298 Detroit River Isabella County, Michigan 0.00461398797422866731 +8517 aapg_aa_934.html aapg_aa_934.html:220:25910:25918 Wolfcamp Texas -0.455432903203822237 +8518 gsa_html_6143207195 gsa_html_6143207195:896:82146:82174 Green River New Mexico -0.0321281154583834411 +8519 aapg_aa_145.html aapg_aa_145.html:767:84231:84241 White Lake Kamloops -0.495711798447340535 +8520 cspg_html_9061675089 cspg_html_9061675089:186:25700:25706 Fernie Victoria, British Columbia -0.0109795492601601104 +8521 aapg_ad_764.html aapg_ad_764.html:55:8255:8267 Temblor Tulare, California -0.010750205891597751 +8522 aapg_aa_316.html aapg_aa_316.html:311:31862:31871 Gibraltar Canary Islands -0.499369901521147685 +8523 gsa_html_4308966435 gsa_html_4308966435:1298:128112:128135 Cedar Mountain Cedar Mountains -0.0122044780485856749 +8524 gsa_html_6980451554 gsa_html_6980451554:165:20355:20372 Moenave Arizona -0.0149690067830474411 +8525 cspg_html_9499345121 cspg_html_9499345121:36:5655:5680 La Martre Falls Great Slave Lake -0.365826053402924178 +8526 aapg_af_858.html aapg_af_858.html:85:9343:9349 Salina Ohio 0.00686025828250414957 +8527 cspg_html_9361096527 cspg_html_9361096527:898:78385:78407 Judith River Lacombe, Alberta -0.0172854647230763214 +8528 aapg_ae_958.html aapg_ae_958.html:77:9612:9625 Abo New Mexico -0.416311624568161565 +8529 aapg_ah_506.html aapg_ah_506.html:3:321:335 Traverse Michigan -0.4597965726108596 +8530 cspg_html_9717154602 cspg_html_9717154602:361:48468:48486 Lea Park Lacombe, Alberta -0.0334258967197983703 +8531 gsa_html_9266920022 gsa_html_9266920022:149:18704:18715 Louann Salt Mexico -0.407253327138874854 +8532 aapg_ae_90.html aapg_ae_90.html:28:2724:2732 Billings Yellowstone River -0.497512762155281452 +8533 gsa_html_6117440194 gsa_html_6117440194:431:44368:44388 Fort Union Wasatch Range -0.479893584862882694 +8534 gsa_html_8051402894 gsa_html_8051402894:162:19643:19667 Colorado Reno, Nevada -0.0757867734611133992 +8535 aapg_ai_503.html aapg_ai_503.html:265:29500:29510 Cabot Head Niagara River -0.0497968387707368038 +8536 aapg_aa_745.html aapg_aa_745.html:100:13040:13053 Cherry Canyon Delaware -0.483407132229491276 +8537 aapg_af_843.html aapg_af_843.html:69:5327:5337 Cedar Lake Pecos County, Texas -0.0319506821068001115 +8538 aapg_ad_871.html aapg_ad_871.html:518:45796:45806 Bell Antrim, County Antrim -0.499460251131451871 +8539 cspg_html_1503116552 cspg_html_1503116552:38:6359:6381 Beaverhill Lacombe, Alberta -0.433933223839739757 +8540 aapg_ai_997.html aapg_ai_997.html:906:84234:84239 Tejon Rio Vista, California -0.454305775206324536 +8541 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8113:8131 Shepard Grinnell, Iowa -0.441486425747427802 +8542 aapg_ai_742.html aapg_ai_742.html:169:16184:16203 Aux Vases Palestinian territories -0.475397368106546647 +8543 sedimentology_html_2383692717 sedimentology_html_2383692717:7:383:387 Home London, Ontario -0.466727815469158758 +8544 aapg_af_288.html aapg_af_288.html:104:12137:12151 Upham Dolomite New Mexico -0.485252303872338198 +8545 gsa_html_8010927234 gsa_html_8010927234:355:29237:29255 Rangeley Rangeley, Maine -0.00639293020944086028 +8546 gsa_html_9888343667 gsa_html_9888343667:695:63308:63311 Arc Earth -0.478535310781285639 +8547 cspg_html_7985076717 cspg_html_7985076717:379:33266:33287 Bathurst Canadian Arctic Archipelago -0.465568086328610908 +8548 aapg_ah_779.html aapg_ah_779.html:345:64805:64813 Onondaga Huntington, West Virginia -0.0573527510322950837 +8549 cspg_html_1166788717 cspg_html_1166788717:193:24896:24915 Sassenach Medicine Lake, Minnesota -0.443732938342886629 +8550 jgeology_html_8596065691 jgeology_html_8596065691:1261:85234:85240 Taylor London, Ontario -0.474815026513922711 +8551 cspg_html_5541937700 cspg_html_5541937700:949:112576:112592 Viking Lacombe, Alberta -0.446186272521599148 +8552 sedimentology_html_5952967873 sedimentology_html_5952967873:458:40634:40644 Copenhagen Uganda -0.442575570278969321 +8553 gsa_html_4108535696 gsa_html_4108535696:795:68401:68409 Victoria Canada -0.0532311352227030424 +8554 cspg_html_8089302449 cspg_html_8089302449:354:62193:62201 Columbia Regina, Saskatchewan -0.00178582142589237621 +8555 aapg_ae_63.html aapg_ae_63.html:262:26960:26965 Lance Cheyenne, Wyoming 0.017290678321703834 +8556 aapg_ad_27.html aapg_ad_27.html:54:5018:5025 Cypress Bethel, Alaska -0.0405821853026711934 +8557 aapg_aa_161.html aapg_aa_161.html:3:358:366 Sabaneta Venezuela -0.480904968568341529 +8558 aapg_ah_427.html aapg_ah_427.html:71:9912:9921 Red River Wichita Mountains -0.384301744908590315 +8559 aapg_aa_626.html aapg_aa_626.html:179:20012:20025 Potomac Maryland -0.459639875047440249 +8560 gsa_html_4719798013 gsa_html_4719798013:388:39819:39844 Blackwater Draw Muleshoe National Wildlife Refuge -0.0366623139169080098 +8561 aapg_ah_318.html aapg_ah_318.html:51:8841:8851 Washington Shreveport, Louisiana -0.431133173871068531 +8562 gsa_html_1860930948 gsa_html_1860930948:76:7801:7823 Shinarump Conglomerate Arizona -0.0306147978884375553 +8563 aapg_ad_757.html aapg_ad_757.html:67:6912:6927 Maquoketa Richmond, California -0.407141643032325307 +8564 aapg_ac_635.html aapg_ac_635.html:230:24196:24215 Hornbrook California -0.519956112562984574 +8565 gsa_html_5773604426 gsa_html_5773604426:16:694:702 Virginia Reston, Virginia -0.0439794609034374617 +8566 cspg_html_6839937815 cspg_html_6839937815:274:38496:38503 Thaynes Logan, Utah -0.218265041326199033 +8567 aapg_ai_352.html aapg_ai_352.html:233:17664:17670 Salina Forest City, Iowa 0.00199775813947338649 +8568 gsa_html_1197940982 gsa_html_1197940982:1308:122362:122368 Snyder Unalaska, Alaska -0.476843350706402158 +8569 aapg_ad_3.html aapg_ad_3.html:586:56220:56228 Virginia Knoxville, Tennessee -0.41400352166597143 +8570 cspg_html_2013109828 cspg_html_2013109828:51:9425:9442 Jubilee Boulder Creek (Colorado) -0.460041893415422398 +8571 aapg_ae_62.html aapg_ae_62.html:9:1595:1612 Prairie Williston, Vermont -0.425700050336429825 +8572 gsa_html_8055113978 gsa_html_8055113978:19:1794:1816 Wapsipinicon Adams County, Indiana -0.457487488497030304 +8573 gsa_html_6672856503 gsa_html_6672856503:134:8213:8232 Chumstick Tumwater, Washington -0.477142101104954475 +8574 gsa_html_5851281923 gsa_html_5851281923:212:22532:22542 Washington Seattle -0.439098796420780313 +8575 aapg_ac_201.html aapg_ac_201.html:614:59784:59792 Lisburne Sheenjek River -0.0710208129815087796 +8576 cspg_html_5688447798 cspg_html_5688447798:125:16723:16743 Blue Fiord Ellesmere Island -0.237126538312736196 +8577 jgeology_html_3271417770 jgeology_html_3271417770:95:3900:3906 Madrid Spain -0.0608327459561348455 +8578 aapg_af_821.html aapg_af_821.html:632:57166:57179 Woodbine Northeast Texas 0.0143330187187018215 +8579 cspg_html_9236194363 cspg_html_9236194363:30:3703:3722 Waterways Lacombe, Alberta -0.472501057082917231 +8580 gsa_html_4432793908 gsa_html_4432793908:37:4948:4968 Sheep Pass Logan, Utah -0.251354099843059176 +8581 aapg_ak_85.html aapg_ak_85.html:101:12827:12836 Smackover Shreveport, Louisiana -0.489859215608436704 +8582 gsa_html_7012936645 gsa_html_7012936645:81:8594:8615 Martinsburg Susquehanna Township, Dauphin County, Pennsylvania -0.0131340660726573313 +8583 aapg_af_839.html aapg_af_839.html:8:1138:1142 Wise Van Buren County, Tennessee -0.145532499785256536 +8584 AMJC_html_8804784209 AMJC_html_8804784209:19:1532:1553 Waits River Bennington, Vermont -0.466741549175746284 +8585 aapg_ae_768.html aapg_ae_768.html:20:3245:3262 Rustler Culebra, Puerto Rico -0.457840951353905012 +8586 aapg_ac_749.html aapg_ac_749.html:86:11321:11342 Colpoy Bay Guelph -0.0595131262108019449 +8587 aapg_ad_652.html aapg_ad_652.html:18:2667:2684 Cowlitz Salem, Oregon -0.473653815287124913 +8588 gsa_html_3816882354 gsa_html_3816882354:873:76240:76248 Columbia Victoria, British Columbia -0.44505934010721393 +8589 aapg_ad_659.html aapg_ad_659.html:474:68111:68115 Lane Michigan -0.028708628918134603 +8590 aapg_ai_105.html aapg_ai_105.html:24:3885:3892 Oquirrh Des Moines, Washington -0.0188530778518021767 +8591 cspg_html_7281679890 cspg_html_7281679890:108:18006:18032 Mackenzie Ellesmere Island -0.0222894098360483031 +8592 gsa_html_3860045860 gsa_html_3860045860:688:78091:78098 Dubuque Salem, Oregon -0.4847520804564589 +8593 gsa_html_2277214099 gsa_html_2277214099:465:51564:51598 Peninsula Antarctic Peninsula -0.442649117020085803 +8594 sedimentology_html_6089121782 sedimentology_html_6089121782:556:65970:66025 Forest Fort Collins, Colorado -0.515701312744733853 +8595 aapg_ae_415.html aapg_ae_415.html:834:103164:103183 Catahoula Mississippi River 0.871795073352941041 +8596 AMJC_html_5390933660 AMJC_html_5390933660:714:73263:73294 Smalls Falls Hartford, Connecticut -0.00092939054595942859 +8597 cspg_html_8840748783 cspg_html_8840748783:621:76447:76459 Saskatchewan Victoria, British Columbia -0.038712565483401136 +8598 gsa_html_6672856503 gsa_html_6672856503:170:12870:12879 Wenatchee Washington (state) -0.467877607461444023 +8599 cspg_html_5688447798 cspg_html_5688447798:156:23270:23298 Disappointment Bay Ellesmere Island -0.447135398674851747 +8600 sedimentology_html_1559456356 sedimentology_html_1559456356:623:36262:36274 Saskatchewan Canada -0.434580403200599208 +8601 sedimentology_html_3738352363 sedimentology_html_3738352363:25:1433:1439 Sierra Spain -0.0901640963784954702 +8602 aapg_ad_865.html aapg_ad_865.html:380:37541:37557 Molas Ouray, Colorado -0.423138028281424772 +8603 gsa_html_8793864878 gsa_html_8793864878:744:76985:77004 Robertson Canberra -0.08663080806103092 +8604 aapg_ae_45.html aapg_ae_45.html:60:8110:8119 Smackover Alabama -0.0548983204460002719 +8605 AMJC_html_6064451271 AMJC_html_6064451271:714:74398:74411 Santa Barbara California -0.453234160803079433 +8606 cspg_html_6839937815 cspg_html_6839937815:370:49704:49710 Kaibab Logan, Utah -0.00521159632259529833 +8607 aapg_ac_603.html aapg_ac_603.html:141:14919:14937 Moenkopi McKee, Kentucky -0.417361386985468708 +8608 geology_html_3420787727 geology_html_3420787727:153:15539:15548 Beartooth Snake River Plain (ecoregion) -0.531149411913428127 +8609 aapg_ai_773.html aapg_ai_773.html:40:6272:6295 Detroit River Bloomington, Indiana -0.0617388373496724763 +8610 cspg_html_7924356285 cspg_html_7924356285:160:22312:22332 Kananaskis Elk Valley (British Columbia) 0.38839220337337621 +8611 aapg_ac_633.html aapg_ac_633.html:28:3476:3500 Arroyo New Mexico -0.0381938711768296663 +8612 aapg_ah_416.html aapg_ah_416.html:274:21785:21795 Milk River Colorado -0.486794549910148755 +8613 gsa_html_6212532476 gsa_html_6212532476:689:53731:53753 Horse Spring Lake Mead -0.102920367559514461 +8614 cspg_html_3397138450 cspg_html_3397138450:1350:144312:144320 Columbia Victoria, British Columbia -0.434712986404073964 +8615 aapg_ae_419.html aapg_ae_419.html:35:5057:5077 San Felipe Mexico -0.00638076930644856932 +8616 geology_html_4601106457 geology_html_4601106457:306:26567:26584 Wingate Logan, Utah -0.0241616892206824377 +8617 aapg_ae_993.html aapg_ae_993.html:315:31106:31132 Jefferson Williston, Vermont -0.44645479356367046 +8618 cspg_html_8979693271 cspg_html_8979693271:31:4498:4510 Willow Creek Pincher Creek, Alberta -0.277373256451264927 +8619 cspg_html_5345848475 cspg_html_5345848475:18:2326:2338 Medicine Hat Niobrara, Nebraska -0.0792556123184085942 +8620 aapg_aa_4.html aapg_aa_4.html:220:29197:29213 Sonyea Middlesex -0.0699856129181718606 +8621 jgeology_html_7422925176 jgeology_html_7422925176:1111:74503:74509 Thrifty London, Ontario -0.0317836884462165403 +8622 aapg_ai_720.html aapg_ai_720.html:246:27736:27743 Raritan Long Island (Massachusetts) 0.000792153354614578671 +8623 cspg_html_4407096618 cspg_html_4407096618:454:40559:40567 Columbia Victoria, British Columbia -0.0217296792824245993 +8624 cspg_html_2863271815 cspg_html_2863271815:485:57187:57193 Guelph Lockport (city), New York 0.00238862567180727833 +8625 aapg_ai_897.html aapg_ai_897.html:254:27578:27593 Mesaverde Fruitland, Idaho -0.476843350706402158 +8626 gsa_html_8597749242 gsa_html_8597749242:703:76539:76551 Owens Valley California -0.197246760657584091 +8627 cspg_html_4623526246 cspg_html_4623526246:103:12141:12149 Columbia Victoria, British Columbia -0.00217147693343403827 +8628 aapg_ai_828.html aapg_ai_828.html:666:62657:62665 Somerset Dorset -0.465568086328610908 +8629 cspg_html_5241714595 cspg_html_5241714595:607:90572:90587 Nisku Lacombe, Alberta -0.455387700672750584 +8630 cspg_html_1763727002 cspg_html_1763727002:362:43605:43638 Halfway Victoria, British Columbia -0.446011775932438015 +8631 aapg_aa_645.html aapg_aa_645.html:423:47445:47451 Oregon Boise, Idaho -0.458648092769168181 +8632 aapg_af_868.html aapg_af_868.html:428:33120:33135 Atoka Adair County, Missouri 0.0034048861784739216 +8633 cspg_html_9683836416 cspg_html_9683836416:353:59691:59707 Oldman Victoria, British Columbia -0.472881299388360321 +8634 aapg_ae_769.html aapg_ae_769.html:322:32781:32789 Michigan Salina, Kansas -0.492640099962427858 +8635 aapg_ad_918.html aapg_ad_918.html:145:19123:19129 Pueblo Colorado 0.0334137184633839859 +8636 aapg_aa_702.html aapg_aa_702.html:1150:129579:129587 Colorado Colorado -0.492342974330111982 +8637 aapg_aa_563.html aapg_aa_563.html:392:50235:50245 Rio Grande Texas -0.489400926759743782 +8638 aapg_ah_775.html aapg_ah_775.html:601:52473:52481 Colorado Colorado -0.445998354490544591 +8639 sedimentology_html_9973432841 sedimentology_html_9973432841:957:78283:78298 Breathitt Flint, Michigan -0.0210882710852193268 +8640 aapg_af_461.html aapg_af_461.html:168:15384:15396 Salina Michigan -0.443889149160736518 +8641 aapg_ae_668.html aapg_ae_668.html:674:68768:68773 Chazy Ohio -0.455957418074169007 +8642 cspg_html_4937997995 cspg_html_4937997995:249:29978:30003 Red Head Rapids East Pen Island -0.038712565483401136 +8643 cspg_html_5538678223 cspg_html_5538678223:625:59823:59830 Halfway Victoria, British Columbia -0.475963906981033746 +8644 cspg_html_4103411715 cspg_html_4103411715:454:48048:48064 Viking Lacombe, Alberta -0.45184182728382527 +8645 cspg_html_1256612432 cspg_html_1256612432:58:3568:3584 Fernie Lacombe, Alberta -0.468707670500557949 +8646 aapg_aa_544.html aapg_aa_544.html:273:37181:37189 Niobrara Colorado 0.676977956069106379 +8647 gsa_html_4026604278 gsa_html_4026604278:184:21546:21573 Columbia Snake River Plain (ecoregion) -0.0147795988543257695 +8648 aapg_ad_169.html aapg_ad_169.html:349:41332:41352 Greenbrier Logan County, West Virginia -0.474133810779439169 +8649 aapg_ac_90.html aapg_ac_90.html:115:17999:18005 Chinle Reno, Nevada -0.240085542611494285 +8650 gsa_html_8067247871 gsa_html_8067247871:950:69086:69094 Colorado Center Park -0.0478206511244486168 +8651 aapg_ah_486.html aapg_ah_486.html:279:26767:26787 Pottsville Pottsville, Pennsylvania 0.0465174059739268259 +8652 cspg_html_9912281240 cspg_html_9912281240:606:70375:70387 Judith River Lacombe, Alberta -0.427672143055296883 +8653 cspg_html_5949578130 cspg_html_5949578130:892:100594:100627 Grosmont Lacombe, Alberta -0.441553207562292771 +8654 sedimentology_html_8384737970 sedimentology_html_8384737970:645:50792:50809 Entrada Logan, Utah -0.44948782523520614 +8655 geology_html_2569377359 geology_html_2569377359:211:17716:17729 Santa Barbara Sierra Nevada (Spain) -0.484161071054726611 +8656 aapg_ae_610.html aapg_ae_610.html:3:200:210 San Andres Texas -0.0207284668430632625 +8657 aapg_ah_329.html aapg_ah_329.html:280:27388:27396 Monterey Monterey, California -0.474567880011796561 +8658 aapg_ad_379.html aapg_ad_379.html:873:72788:72793 Mt Lytton Blaine County, Oklahoma -0.068027666483094773 +8659 aapg_ah_847.html aapg_ah_847.html:204:23874:23884 Sykesville Closter, New Jersey -0.415297639367056104 +8660 aapg_aa_644.html aapg_aa_644.html:610:53323:53330 Freedom Boise, Idaho -0.0398370785846279343 +8661 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76398:76408 Washington Salem, Oregon -0.444036457876645585 +8662 aapg_ad_918.html aapg_ad_918.html:67:9571:9579 Frontier Colorado -0.0142218092888342276 +8663 aapg_aa_796.html aapg_aa_796.html:477:54684:54701 Halfway Lacombe, Alberta -0.474438560215669658 +8664 cspg_html_5312588885 cspg_html_5312588885:496:60846:60852 Oxford Pergamon Museum -0.49337628910884479 +8665 cspg_html_5697056884 cspg_html_5697056884:564:55461:55473 Saskatchewan Winnipeg -0.44497889773871091 +8666 geology_html_1099612618 geology_html_1099612618:20:1008:1014 Brazil Amazon Basin -0.0126614494701577564 +8667 aapg_aa_22.html aapg_aa_22.html:322:31419:31424 Upham Cynthiana, Kentucky -0.503880280715721773 +8668 aapg_af_854.html aapg_af_854.html:939:132775:132792 Renault Yankeetown, Indiana -0.381252760072965657 +8669 aapg_ah_747.html aapg_ah_747.html:33:3494:3500 Chinle Mancos, Colorado -0.0153756304706319062 +8670 aapg_ae_154.html aapg_ae_154.html:19:2900:2916 Besa River Lacombe, Alberta 0.877669757610760937 +8671 cspg_html_3926542795 cspg_html_3926542795:110:16693:16711 Wabamun Swan Hill, Victoria -0.460953349343471763 +8672 palaios_html_1262064602 palaios_html_1262064602:12:627:639 Rhode Island Kingston, Jamaica -0.0759128064982409895 +8673 aapg_ah_4.html aapg_ah_4.html:99:15927:15942 Heath Talara Province -0.483715163479877641 +8674 aapg_af_459.html aapg_af_459.html:382:42902:42915 Cherry Canyon Delaware -0.459860167847925383 +8675 sedimentology_html_9378527223 sedimentology_html_9378527223:1826:43791:43799 Niobrara Ogallala, Nebraska -0.456778715576978744 +8676 cspg_html_2834693711 cspg_html_2834693711:1018:121328:121334 Denver Colorado -0.0893037617542532663 +8677 palaios_html_2221534395 palaios_html_2221534395:48:6680:6699 Fairview Netherlands 0.00490584263332600502 +8678 cspg_html_6232010923 cspg_html_6232010923:98:12212:12220 Columbia Victoria, British Columbia -0.0492217054882720523 +8679 aapg_ad_169.html aapg_ad_169.html:48:6034:6042 Virginia Greenbrier (Great Smoky Mountains) -0.0219956359317186878 +8680 aapg_ae_140.html aapg_ae_140.html:52:5329:5353 Toroweap Upper Valley -0.464820899663721254 +8681 cspg_html_8266552811 cspg_html_8266552811:265:33237:33244 Camrose Canada -0.0379467177170490291 +8682 aapg_aa_796.html aapg_aa_796.html:451:51195:51203 Columbia Victoria, British Columbia -0.0313696934317686249 +8683 cspg_html_8917306391 cspg_html_8917306391:486:45268:45286 Dunvegan Victoria, British Columbia -0.457691392417615917 +8684 aapg_ai_958.html aapg_ai_958.html:50:4601:4619 Oakville Cuero, Texas -0.46957525648780718 +8685 cspg_html_6874854939 cspg_html_6874854939:158:21386:21406 Blaa Mountain Middle East -0.010750205891597751 +8686 aapg_ac_586.html aapg_ac_586.html:218:23414:23433 Pottsville Pottsville, Pennsylvania -0.470236848829719556 +8687 gsa_html_5712812305 gsa_html_5712812305:703:66538:66545 Palouse Washington (state) -0.471099044200062878 +8688 cspg_html_9542530836 cspg_html_9542530836:8:388:421 Yeoman Regina, Saskatchewan -0.447168994241326834 +8689 aapg_ac_986.html aapg_ac_986.html:124:16839:16857 Uinta Huerfano, New Mexico -0.434536212958225976 +8690 aapg_af_131.html aapg_af_131.html:184:17110:17120 Dewey Lake New Mexico 1.0155121661782478 +8691 gsa_html_7793260288 gsa_html_7793260288:29:2796:2824 Green River Iran 0.00997357679106987589 +8692 aapg_af_775.html aapg_af_775.html:255:16552:16559 Lagarto Beaumont, Texas -0.454113919430063184 +8693 aapg_ah_536.html aapg_ah_536.html:406:53149:53161 Antlers Texas -0.0569218086528505626 +8694 aapg_ad_218.html aapg_ad_218.html:14:2341:2366 Bedford California -0.0584293582845294424 +8695 gsa_html_1536819908 gsa_html_1536819908:64:5516:5529 Edna Mountain Reno, Nevada -0.434757184965269161 +8696 geology_html_6186734946 geology_html_6186734946:134:16438:16447 Bull Fork Whitby, Ontario -0.449467616590735308 +8697 aapg_aa_962.html aapg_aa_962.html:203:20723:20732 Red River Mississippi River 0.0410522598943983338 +8698 palaios_html_7679079277 palaios_html_7679079277:52:4682:4697 Piper Cheyenne, Wyoming -0.418659974922056588 +8699 aapg_ae_428.html aapg_ae_428.html:1092:85104:85111 Lagarto Oakville, California -0.470262127852539125 +8700 cspg_html_4765627863 cspg_html_4765627863:8:683:691 Columbia Victoria, British Columbia -0.483407132229491276 +8701 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89778:89785 Edwards Burlington, Ontario -0.0345393934196406502 +8702 cspg_html_4176605708 cspg_html_4176605708:558:56244:56265 Fish Scales Lacombe, Alberta -0.0446500168455515323 +8703 aapg_af_2.html aapg_af_2.html:465:52449:52468 Leadville San Juan Mountains -0.440431910837218554 +8704 cspg_html_1025724640 cspg_html_1025724640:279:36549:36573 Wallace Philipsburg, Centre County, Pennsylvania -0.436965343294064001 +8705 aapg_ah_528.html aapg_ah_528.html:490:51786:51794 Moenkopi Arizona 0.650256234612490935 +8706 geology_html_7867948062 geology_html_7867948062:10:369:407 Kingston Peak Death Valley -0.458675312427173743 +8707 aapg_ai_491.html aapg_ai_491.html:437:54829:54844 Hermosa Hermosa, Chicago -0.450159455866354863 +8708 cspg_html_8040890019 cspg_html_8040890019:841:81916:81944 Viking Lacombe, Alberta -0.0230090906667148494 +8709 aapg_aa_106.html aapg_aa_106.html:747:77713:77725 Saskatchewan Canada 0.763794503494979793 +8710 cspg_html_5891044027 cspg_html_5891044027:32:5653:5675 Mount Nelson Purcell Mountains -0.481870957939069144 +8711 cspg_html_7134658072 cspg_html_7134658072:116:16430:16446 Ireton Lacombe, Alberta -0.432382247831122113 +8712 aapg_af_568.html aapg_af_568.html:701:61252:61260 Tensleep Dolomites -0.0883435535304666897 +8713 cspg_html_4287356899 cspg_html_4287356899:200:29327:29337 Wind River Southeast Asia -0.4597965726108596 +8714 aapg_ad_397.html aapg_ad_397.html:132:14132:14142 Tuscaloosa Brownsville, Brooklyn -0.430132022580851703 +8715 aapg_af_771.html aapg_af_771.html:6:827:843 Knoxville Great Valley, New York 1.12474766872903165 +8716 aapg_ac_126.html aapg_ac_126.html:181:26102:26113 Haynesville Bossier City, Louisiana 0.053485721544652573 +8717 cspg_html_4287356899 cspg_html_4287356899:640:89526:89538 Jungle Creek Porcupine River (Ontario) -0.473238647285217195 +8718 cspg_html_2471870619 cspg_html_2471870619:315:40461:40523 Exshaw Lacombe, Alberta -0.056229218914080073 +8719 cspg_html_2035826481 cspg_html_2035826481:57:6127:6146 Allen Bay Western world -0.026705362044744569 +8720 aapg_ai_170.html aapg_ai_170.html:85:9077:9093 Kelvin Logan, Utah 0.00619140699389484142 +8721 aapg_ae_288.html aapg_ae_288.html:174:21697:21707 San Andres Lea County Regional Airport 0.00285245641142386911 +8722 sedimentology_html_1946067194 sedimentology_html_1946067194:595:37157:37169 Green Valley Green Valley, Los Angeles County, California -0.47596853330555533 +8723 gsa_html_1047526579 gsa_html_1047526579:1099:108029:108057 Green River Colorado -0.0331440604270269723 +8724 aapg_ai_916.html aapg_ai_916.html:355:47114:47126 Wilcox Austin, Chicago -0.0389336281325362993 +8725 aapg_ac_293.html aapg_ac_293.html:29:2837:2846 Mesaverde Shawnee, Oklahoma -0.426466491045283669 +8726 aapg_af_779.html aapg_af_779.html:47:7318:7337 Coldwater Sunbury, Pennsylvania -0.431086943566786673 +8727 aapg_ah_362.html aapg_ah_362.html:102:10996:11011 Viola Maquoketa, Iowa -0.49543725338542266 +8728 gsa_html_4557277250 gsa_html_4557277250:484:47931:47956 Mount Wrightson White Mountains (California) -0.466727815469158758 +8729 aapg_af_889.html aapg_af_889.html:157:14290:14297 Tecovas Santa Rosa, California -0.446146001135949044 +8730 gsa_html_7205511748 gsa_html_7205511748:16:1103:1124 Jacobsville Keweenaw Peninsula -0.0478206511244486168 +8731 sedimentology_html_9290555224 sedimentology_html_9290555224:717:48129:48144 Sligo Texas -0.442542141875480355 +8732 gsa_html_1622241808 gsa_html_1622241808:1935:135552:135560 San Jose California -0.492342974330111982 +8733 cspg_html_8740534160 cspg_html_8740534160:199:25667:25686 Cranbrook Purcell Mountains -0.4381734052234173 +8734 cspg_html_6193252551 cspg_html_6193252551:525:60579:60600 Lawrence Quebec City -0.484413309843390927 +8735 aapg_ai_66.html aapg_ai_66.html:88:8951:8967 Pierre Missouri Valley, Iowa -0.453044786078658057 +8736 gsa_html_1549665076 gsa_html_1549665076:684:62340:62350 Washington Ellensburg, Washington -0.484674969173666037 +8737 gsa_html_2717448156 gsa_html_2717448156:1371:128833:128841 Columbia Victoria, British Columbia -0.444856013246054061 +8738 cspg_html_5685783620 cspg_html_5685783620:62:9364:9372 Edmonton Drumheller -0.449541717141150321 +8739 cspg_html_2863271815 cspg_html_2863271815:374:37595:37611 Guelph Bruce Peninsula National Park -0.0363020833297297701 +8740 aapg_ae_223.html aapg_ae_223.html:374:43806:43827 Green River Wasatch Range -0.0194596479158459131 +8741 sedimentology_html_5482644620 sedimentology_html_5482644620:1186:97876:97886 Protection California -0.466759861116235797 +8742 AMJC_html_6051140390 AMJC_html_6051140390:412:42446:42469 Somerset New Brunswick, New Jersey -0.484266161538602968 +8743 cspg_html_5241714595 cspg_html_5241714595:443:68280:68308 Nisku Lacombe, Alberta -0.451787799117909672 +8744 aapg_ac_849.html aapg_ac_849.html:71:8908:8925 Parkwood Piedmont (United States) -0.498177249769521491 +8745 aapg_ae_777.html aapg_ae_777.html:184:20577:20591 Espiritu Santo Sangre de Cristo Range -0.065004686709534798 +8746 gsa_html_8010927234 gsa_html_8010927234:254:18106:18125 Partridge Western world -0.0241651662660577748 +8747 palaios_html_6757540995 palaios_html_6757540995:569:53082:53087 Eutaw Alabama -0.256774903923715103 +8748 aapg_ah_722.html aapg_ah_722.html:149:21117:21133 Fish Canyon Tuff Mexico -0.0327439344482872915 +8749 geology_html_2198482898 geology_html_2198482898:214:19141:19147 Jordan Texas -0.465561228542891226 +8750 cspg_html_7839431712 cspg_html_7839431712:194:19587:19605 Edmonton Lacombe, Alberta -0.443701699352459789 +8751 cspg_html_6715452766 cspg_html_6715452766:281:33702:33715 Baumann Fiord Eocene -0.450595494357366455 +8752 cspg_html_3854139935 cspg_html_3854139935:212:26127:26148 Milk River Lacombe, Alberta -0.476269297170336003 +8753 aapg_ah_387.html aapg_ah_387.html:2605:281014:281023 Knoxville Knoxville, Illinois -0.0430268388278426187 +8754 aapg_af_854.html aapg_af_854.html:501:66267:66289 Edwardsville Kentucky -0.447357152169087058 +8755 aapg_ae_324.html aapg_ae_324.html:1459:140328:140336 Moccasin Lowville (town), New York -0.0210726272729466063 +8756 gsa_html_1924998244 gsa_html_1924998244:1176:94553:94565 Owens Valley Mojave Desert -0.439502972586644391 +8757 gsa_html_7425483970 gsa_html_7425483970:812:59695:59705 Notch Peak Logan, Utah -0.201438141881605193 +8758 cspg_html_1333179361 cspg_html_1333179361:17:2348:2372 Belloy Lacombe, Alberta -0.414392875306418662 +8759 gsa_html_8947439513 gsa_html_8947439513:24:1589:1596 Hampton Virginia -0.44951252529713398 +8760 aapg_af_263.html aapg_af_263.html:184:22390:22410 Otto Fiord Ellesmere Island -0.00530888185460337992 +8761 gsa_html_6838140604 gsa_html_6838140604:274:29017:29025 Fillmore Ventura County, California -0.451731523193220186 +8762 aapg_ac_11.html aapg_ac_11.html:6:860:873 Knox Dolomite Morgan County, Indiana -0.454258371760158153 +8763 aapg_aa_360.html aapg_aa_360.html:191:16195:16212 Edwards San Marcos, California -0.471382028770717776 +8764 gsa_html_6580496784 gsa_html_6580496784:650:75650:75654 Hall California -0.445984933244691462 +8765 aapg_ah_519.html aapg_ah_519.html:23:3065:3087 Burro Canyon Cedar Mountains -0.448217795173201261 +8766 gsa_html_9979192554 gsa_html_9979192554:681:67200:67227 Fortress Mountain Anchorage, Alaska -0.450707909241451543 +8767 aapg_ae_345.html aapg_ae_345.html:558:45286:45291 Eutaw Tuscaloosa, Alabama -0.450932780647085085 +8768 aapg_ad_452.html aapg_ad_452.html:51:5308:5315 Bromide Washington (state) -0.444094495043231396 +8769 gsa_html_3176813682 gsa_html_3176813682:667:58015:58055 Provincial Beijing -0.480597940731277096 +8770 cspg_html_7307388012 cspg_html_7307388012:354:39758:39774 Fernie Canada -0.486319176175919576 +8771 aapg_ad_152.html aapg_ad_152.html:1801:234002:234010 Toroweap Kaibab, Arizona -0.456561440120662909 +8772 geology_html_9558807658 geology_html_9558807658:193:17587:17593 Sierra Reno, Nevada -0.0169917673336638479 +8773 aapg_ai_791.html aapg_ai_791.html:511:70685:70691 Caribe Venezuela -0.466144329889246756 +8774 aapg_af_763.html aapg_af_763.html:316:32601:32605 Lane Anchorage, Alaska -0.437337570121169472 +8775 cspg_html_2283545366 cspg_html_2283545366:20:2175:2216 Halfway Lacombe, Alberta -0.462261924354454456 +8776 gsa_html_1402336710 gsa_html_1402336710:1302:107567:107595 Green River Colorado -0.0110733719867148073 +8777 aapg_aa_105.html aapg_aa_105.html:207:21384:21397 Turner Valley Highwood, Illinois -0.48604297198076879 +8778 aapg_ah_276.html aapg_ah_276.html:241:23265:23291 Santa Margarita Monterey, California 0.0169570105045463715 +8779 aapg_af_929.html aapg_af_929.html:32:3773:3779 Oswego Fort Scott National Historic Site -0.00972860319356922895 +8780 aapg_ah_160.html aapg_ah_160.html:71:10370:10388 Syracuse Michigan -0.424774571263088097 +8781 aapg_ah_505.html aapg_ah_505.html:1319:105499:105508 Beartooth Golden, Colorado -0.0386046469573407755 +8782 aapg_af_542.html aapg_af_542.html:123:13220:13248 Wilcox Gulf Coast of the United States 0.995364862347669965 +8783 cspg_html_4674059966 cspg_html_4674059966:49:8670:8678 Columbia Victoria, British Columbia -0.446231020576565107 +8784 cspg_html_2796643803 cspg_html_2796643803:665:74576:74597 Winnipeg Regina, Saskatchewan -0.488644702559799748 +8785 gsa_html_7099585177 gsa_html_7099585177:1002:85027:85031 Wise Melbourne, Florida -0.474888953093082877 +8786 sedimentology_html_6812678908 sedimentology_html_6812678908:582:26559:26567 Colorado Niwot, Colorado -0.525096465108314314 +8787 cspg_html_1124814558 cspg_html_1124814558:5:263:272 Cold Lake Lacombe, Alberta -0.01810053933590966 +8788 aapg_af_528.html aapg_af_528.html:677:81660:81670 Santa Cruz California -0.0283642962878183774 +8789 aapg_ac_126.html aapg_ac_126.html:100:14948:14969 Haynesville Arkansas -0.445157668105484183 +8790 aapg_ai_951.html aapg_ai_951.html:91:13100:13117 Ivishak Prudhoe Bay Oil Field -0.440300736461396947 +8791 gsa_html_9613801428 gsa_html_9613801428:142:15306:15334 Talkeetna Matanuska River -0.432236767973233238 +8792 aapg_ah_623.html aapg_ah_623.html:288:27809:27825 Maroon Carbondale, Pennsylvania -0.43640285300986642 +8793 aapg_ah_301.html aapg_ah_301.html:742:87782:87787 Logan Perth, Western Australia -0.438007065376213589 +8794 aapg_ad_575.html aapg_ad_575.html:294:36857:36872 Weber Colorado 0.0184411768934200637 +8795 aapg_aa_835.html aapg_aa_835.html:4:610:635 Duchesne River Uinta Mountains -0.0441205345295084747 +8796 aapg_ad_757.html aapg_ad_757.html:277:34525:34531 Galena Decorah, Iowa -0.0218513582866363479 +8797 gsa_html_1924998244 gsa_html_1924998244:1278:101839:101867 Green River Colorado -0.0637645007449576251 +8798 aapg_ac_333.html aapg_ac_333.html:694:83631:83644 Abo Supai, Arizona -0.42422364691980291 +8799 palaios_html_6100595217 palaios_html_6100595217:138:16291:16307 Lisbon Gosport, Indiana -0.0128247793458777584 +8800 cspg_html_9780523405 cspg_html_9780523405:983:113612:113620 Columbia Victoria, British Columbia -0.0378509909163746716 +8801 jgeology_html_3517640817 jgeology_html_3517640817:703:46595:46604 Peninsula Korea -0.022943031704395548 +8802 sedimentology_html_2089385908 sedimentology_html_2089385908:633:58217:58221 Hall New York City -0.485546964607742992 +8803 aapg_aa_644.html aapg_aa_644.html:751:60634:60655 Bear River Boise, Idaho -0.449811224417208722 +8804 gsa_html_4339524478 gsa_html_4339524478:1020:94355:94361 Oregon Salem, Oregon -0.47495364399168194 +8805 cspg_html_6591133539 cspg_html_6591133539:199:22262:22268 Walker Victoria, British Columbia -0.491332113292233474 +8806 palaios_html_8931934490 palaios_html_8931934490:38:3341:3347 Provo Switzerland -0.462225485866077257 +8807 cspg_html_7623652881 cspg_html_7623652881:242:25236:25254 Independence Canada -0.0435562539048757053 +8808 aapg_ad_599.html aapg_ad_599.html:232:28852:28885 Reedsville Virginia -0.452909542628234352 +8809 aapg_af_18.html aapg_af_18.html:5:717:723 Lakota Fall River, Nova Scotia -0.413951619546012173 +8810 aapg_ai_479.html aapg_ai_479.html:100:11306:11324 Michigan Michigan -0.448327675040319895 +8811 gsa_html_4067269733 gsa_html_4067269733:983:94075:94090 Bouse Arizona -0.486401118306284352 +8812 aapg_ae_305.html aapg_ae_305.html:1096:95271:95286 Colon Colombia -0.495723634298967097 +8813 aapg_ac_333.html aapg_ac_333.html:118:14835:14853 Moenkopi Coconino County, Arizona 0.985425002922573734 +8814 aapg_ai_860.html aapg_ai_860.html:159:24749:24766 Decorah Missouri River 0.894689212338908524 +8815 aapg_ac_126.html aapg_ac_126.html:205:30537:30550 Bossier Haynesville, Louisiana -0.449433936510724996 +8816 cspg_html_8569428280 cspg_html_8569428280:35:4403:4416 Cherry Canyon West Texas -0.479772763003628699 +8817 aapg_aa_537.html aapg_aa_537.html:197:23616:23622 Wilcox Okmulgee, Oklahoma -0.46326000708216164 +8818 cspg_html_8231573314 cspg_html_8231573314:500:40340:40348 Columbia Victoria, British Columbia -0.436832441054611387 +8819 cspg_html_9735723617 cspg_html_9735723617:177:22531:22551 Weatherall Bathurst Island (Northern Territory) -0.421938067268467054 +8820 aapg_ai_592.html aapg_ai_592.html:201:33449:33464 Uinta Uinta Mountains -0.0413499862143105745 +8821 aapg_ah_978.html aapg_ah_978.html:221:22643:22659 Tulare San Joaquin River -0.394473571183871052 +8822 gsa_html_4837287019 gsa_html_4837287019:16:763:769 Denver Colorado -0.0824114479194047594 +8823 aapg_aa_4.html aapg_aa_4.html:286:38321:38338 Genesee Ithaca, New York -0.0310879066661822294 +8824 aapg_ae_981.html aapg_ae_981.html:451:39823:39833 Bainbridge Arkansas -0.028972971193404428 +8825 aapg_af_0.html aapg_af_0.html:469:50358:50366 Sabaneta Southeast Asia -0.472770666406185036 +8826 sedimentology_html_2898428289 sedimentology_html_2898428289:361:25257:25271 Elm Point Manitoba -0.487431918821373489 +8827 aapg_af_266.html aapg_af_266.html:140:15284:15299 Catalina Schist Santa Catalina Island, California -0.109589215477149199 +8828 aapg_ae_223.html aapg_ae_223.html:407:49422:49438 Dakota Niobrara, Nebraska -0.417222510438449379 +8829 cspg_html_9683836416 cspg_html_9683836416:55:10466:10483 Belly River Judith River Formation -0.0261211303154043166 +8830 aapg_ad_632.html aapg_ad_632.html:145:19922:19929 Wasatch Uinta Mountains -0.483085217576718073 +8831 cspg_html_8139359744 cspg_html_8139359744:67:11707:11715 Michigan Ohio -0.477714414009500876 +8832 aapg_ah_505.html aapg_ah_505.html:677:52617:52624 Laramie Denver -0.460487277041231158 +8833 gsa_html_8319219146 gsa_html_8319219146:525:55798:55818 New Oxford Emmitsburg, Maryland -0.470292003998596664 +8834 palaios_html_2399848899 palaios_html_2399848899:38:3690:3711 Eutaw Knoxville, Tennessee 0.396445703580186881 +8835 aapg_aa_590.html aapg_aa_590.html:42:5460:5467 Yucatan Melbourne, Florida -0.417849782389341617 +8836 sedimentology_html_8152145374 sedimentology_html_8152145374:345:28393:28413 Takiritini North Island (Houtman Abrolhos) -0.47829406272822006 +8837 sedimentology_html_8364351073 sedimentology_html_8364351073:1215:98014:98022 Langford Logan, Utah -0.453234160803079433 +8838 aapg_ah_387.html aapg_ah_387.html:2445:264627:264636 Knoxville Knoxville, Illinois -0.486513508857715604 +8839 cspg_html_1934220426 cspg_html_1934220426:78:9527:9546 Bear Rock Canol Heritage Trail 0.00299316941719320615 +8840 aapg_ac_569.html aapg_ac_569.html:295:41327:41347 Emma Fiord Anchorage, Alaska -0.0128491051493607039 +8841 gsa_html_1024107776 gsa_html_1024107776:496:48776:48783 Shepody Bridgetown, Nova Scotia -0.0632684992978399252 +8842 geology_html_7906875006 geology_html_7906875006:12:460:468 Virginia Reston, Virginia -0.470179399208385473 +8843 AMJC_html_5402953865 AMJC_html_5402953865:290:32007:32030 Prairie Minnesota River -0.431186011272103542 +8844 aapg_af_545.html aapg_af_545.html:318:42066:42087 Green River Logan, Utah -0.0237635726163751594 +8845 aapg_ae_961.html aapg_ae_961.html:132:10531:10549 Winnipeg Red River of the North -0.360951454799278537 +8846 cspg_html_9157093462 cspg_html_9157093462:365:45778:45790 Halfway Victoria, British Columbia -0.471363620495062197 +8847 aapg_ae_66.html aapg_ae_66.html:266:26641:26665 Gypsum Springs Powder River (Montana) 0.024239922929092543 +8848 gsa_html_4880588264 gsa_html_4880588264:56:3490:3518 Green River Colorado -0.456371367070690814 +8849 jgeology_html_1836103970 jgeology_html_1836103970:453:35571:35581 Maringouin New Brunswick, New Jersey -0.0466254209346723472 +8850 cspg_html_6839937815 cspg_html_6839937815:243:34103:34119 Kaibab Harrisburg, Pennsylvania -0.503235126272660094 +8851 cspg_html_1732329534 cspg_html_1732329534:9:1091:1099 Paskapoo Red Deer, Alberta -0.0237148952918511922 +8852 aapg_ah_972.html aapg_ah_972.html:186:16925:16949 Wellborn Trinity County, Texas 0.0138673323249030138 +8853 aapg_af_734.html aapg_af_734.html:147:19471:19489 Kongakut Pebble Mine -0.495531913985365113 +8854 jgeology_html_1836103970 jgeology_html_1836103970:79:3367:3388 New Glasgow Canada 0.00954443966628784266 +8855 cspg_html_6985536436 cspg_html_6985536436:684:87738:87766 Bearpaw Anchorage, Alaska -0.0534002771689079184 +8856 aapg_af_397.html aapg_af_397.html:180:22236:22243 Todilto Entrada Sandstone -0.485369220602805185 +8857 aapg_ad_720.html aapg_ad_720.html:598:51728:51739 Queen Carlsbad, New Mexico -0.428791476930725279 +8858 sedimentology_html_6962234238 sedimentology_html_6962234238:266:33521:33531 Washington Seattle -0.0202678582495696563 +8859 cspg_html_2769629211 cspg_html_2769629211:154:17651:17671 Hay River Hay River (Canada) -0.251065452704426706 +8860 gsa_html_3330587082 gsa_html_3330587082:187:15684:15701 Quimby Piermont, New York -0.0286199363218920082 +8861 AMJC_html_2046554116 AMJC_html_2046554116:404:42732:42740 Virginia Reston, Virginia -0.0871712324721038018 +8862 aapg_ai_31.html aapg_ai_31.html:115:13740:13755 Grove Chattahoochee County, Georgia -0.0916692289916149899 +8863 aapg_ae_794.html aapg_ae_794.html:5:942:962 Coon Creek Selma to Montgomery marches -0.441134787563673747 +8864 cspg_html_6608209149 cspg_html_6608209149:32:3316:3331 Elk Lacombe, Alberta -0.0263019613963844621 +8865 jgeology_html_6372415613 jgeology_html_6372415613:646:48436:48453 Platteville Mississippi River -0.39560670925466479 +8866 aapg_ae_993.html aapg_ae_993.html:300:28672:28687 Darby Cheyenne, Wyoming -0.0365787810685492543 +8867 aapg_ai_477.html aapg_ai_477.html:74:8651:8659 Columbia Western world -0.464501195477937445 +8868 cspg_html_7350557114 cspg_html_7350557114:32:3457:3466 Mackenzie Melville Island (Canada) -0.459919224612040101 +8869 aapg_af_366.html aapg_af_366.html:17:1903:1917 Lisburne Anchorage, Alaska -0.488912357297633382 +8870 gsa_html_9207276905 gsa_html_9207276905:540:49066:49074 Columbia Victoria, British Columbia -0.481132984149795495 +8871 aapg_ac_806.html aapg_ac_806.html:236:18459:18469 Fort Dodge Iowa -0.506413174236720942 +8872 cspg_html_8649903682 cspg_html_8649903682:162:16773:16802 Goodrich Pine River (Michigan) -0.46567095948211501 +8873 gsa_html_2344874044 gsa_html_2344874044:66:5464:5492 Green River Colorado 0.0352406063648040072 +8874 sedimentology_html_1061349106 sedimentology_html_1061349106:208:17738:17748 Washington Salem, Oregon -0.0346577090486229963 +8875 gsa_html_4058959570 gsa_html_4058959570:97:7680:7690 Baldy Guatemala -0.436872309743032927 +8876 aapg_ad_68.html aapg_ad_68.html:170:9418:9427 Conemaugh Allegheny Mountains -0.47596853330555533 +8877 cspg_html_6306091047 cspg_html_6306091047:592:80476:80495 Baldonnel Victoria, British Columbia -0.467980749597819323 +8878 aapg_af_346.html aapg_af_346.html:443:37923:37928 Price Corpus Christi, Texas 0.00404070500823521667 +8879 geology_html_1499318691 geology_html_1499318691:366:27686:27720 Eureka Quartzite Reno, Nevada -0.242033097801833658 +8880 aapg_ad_194.html aapg_ad_194.html:4:719:737 Ninemile Reno, Nevada -0.450608983410958508 +8881 aapg_ad_55.html aapg_ad_55.html:108:8998:9011 Spechts Ferry Decorah, Iowa -0.00771674737466516297 +8882 cspg_html_2826081830 cspg_html_2826081830:346:43670:43717 Grand Rapids Lacombe, Alberta -0.416543602707313443 +8883 cspg_html_2094634763 cspg_html_2094634763:302:39821:39828 Roseray Regina, Saskatchewan -0.03065480270336517 +8884 cspg_html_1173833070 cspg_html_1173833070:74:8968:8975 Bearpaw Edmonton, London 0.513173562193344091 +8885 palaios_html_3406135825 palaios_html_3406135825:629:63558:63575 Potsdam Lake Champlain -0.00693148706696411487 +8886 geology_html_7687041657 geology_html_7687041657:324:26597:26603 Denver Boise, Idaho -0.453044786078658057 +8887 jgeology_html_6830240002 jgeology_html_6830240002:1079:61668:61676 Colorado Gunnison County, Colorado -0.0420064113899637007 +8888 gsa_html_3803247157 gsa_html_3803247157:62:4842:4870 Green River Colorado -0.00530888185460337992 +8889 aapg_ac_557.html aapg_ac_557.html:496:56649:56667 Fountain Colorado -0.463362613223226583 +8890 cspg_html_1738558970 cspg_html_1738558970:682:86599:86607 Columbia Lacombe, Alberta -0.0184446528159183526 +8891 geology_html_7617412997 geology_html_7617412997:187:15063:15067 Elko Reno, Nevada -0.466473780345575129 +8892 aapg_ac_333.html aapg_ac_333.html:1722:176633:176650 Kaibab Arizona 0.816189640435347141 +8893 sedimentology_html_7586891792 sedimentology_html_7586891792:975:75897:75902 Islay Jura Mountains -0.0297521166629775777 +8894 AMJC_html_5402953865 AMJC_html_5402953865:722:79450:79456 Peoria Loveland, Ohio -0.466782751574986277 +8895 aapg_ae_341.html aapg_ae_341.html:4:447:462 Rodessa Henderson County, Texas -0.433546895631176765 +8896 aapg_aa_975.html aapg_aa_975.html:89:9060:9080 Riley Fort Riley North, Kansas -0.411700846829734624 +8897 cspg_html_2954223000 cspg_html_2954223000:232:33415:33422 Paradox Williston, Vermont -0.432236767973233238 +8898 aapg_aa_148.html aapg_aa_148.html:76:11335:11357 Burro Canyon Phoenix, Arizona 0.0273522182314596893 +8899 aapg_ah_115.html aapg_ah_115.html:37:2981:3013 Tribes Hill Tompkins County, New York -0.0532764718431481404 +8900 cspg_html_7777724998 cspg_html_7777724998:291:42176:42182 Fernie Bellevue, Nebraska -0.403940352731222529 +8901 aapg_ae_415.html aapg_ae_415.html:994:125998:126014 Bluff Tampa, Florida -0.0270600859182637335 +8902 aapg_aa_313.html aapg_aa_313.html:1500:155878:155886 Virginia Norfolk, Virginia -0.532029895279770626 +8903 aapg_af_131.html aapg_af_131.html:323:31293:31311 Dewey Lake Delaware -0.451621232485637181 +8904 aapg_ac_805.html aapg_ac_805.html:65:9490:9517 Sioux Quartzite Lake Superior -0.470696581042233275 +8905 geology_html_4350749191 geology_html_4350749191:99:8063:8073 Santa Cruz California -0.440354093294291316 +8906 aapg_ad_2.html aapg_ad_2.html:745:105710:105724 Hoyt Saratoga Springs, New York -0.0547587917185213893 +8907 aapg_ah_3.html aapg_ah_3.html:514:67444:67469 Toro New Guinea -0.0299260395523841712 +8908 aapg_ai_49.html aapg_ai_49.html:347:43739:43745 Dakota Colorado 0.46333297023402914 +8909 aapg_aa_540.html aapg_aa_540.html:14:1925:1938 Abo New Mexico -0.471888407816635713 +8910 cspg_html_5595872887 cspg_html_5595872887:460:53652:53671 Crowsnest Lacombe, Alberta -0.430334367802676421 +8911 aapg_af_880.html aapg_af_880.html:19:3489:3504 Big Blue Wichita, Kansas -0.462143504710773534 +8912 aapg_aa_712.html aapg_aa_712.html:15:2562:2580 Glenwood Iowa -0.0285260271643415532 +8913 cspg_html_5881057557 cspg_html_5881057557:156:18389:18427 Winnipegosis Regina, Saskatchewan -0.0183873001701448657 +8914 aapg_ae_498.html aapg_ae_498.html:995:104437:104458 Martinsburg Virginia -0.433685955512457477 +8915 cspg_html_1948505826 cspg_html_1948505826:302:37977:38004 Belly River Lacombe, Alberta -0.442762791672519862 +8916 aapg_ai_461.html aapg_ai_461.html:38:5237:5244 Savanna Atoka, Oklahoma -0.0633628062510393636 +8917 aapg_ad_880.html aapg_ad_880.html:275:29706:29729 Gypsum Spring Cheyenne, Wyoming -0.467905110852730732 +8918 palaios_html_1262064602 palaios_html_1262064602:888:90475:90481 Denver Colorado -0.456479975332736432 +8919 aapg_ad_375.html aapg_ad_375.html:74:6455:6459 Hall Herkimer County, New York -0.0213125005692229447 +8920 aapg_aa_24.html aapg_aa_24.html:999:106828:106837 Mackenzie Canada -0.45112171556163283 +8921 aapg_ad_880.html aapg_ad_880.html:263:27517:27536 Spearfish Black Hills -0.838120003673072933 +8922 aapg_ac_440.html aapg_ac_440.html:5:600:617 Edwards Texas -0.502736072390667199 +8923 aapg_af_450.html aapg_af_450.html:229:24496:24502 Denver Colorado -0.418625207464451421 +8924 gsa_html_4675429437 gsa_html_4675429437:204:14560:14570 San Felipe Sonora -0.448287309474040385 +8925 cspg_html_1503116552 cspg_html_1503116552:84:12945:12970 Fort Vermillion Swan Hill, Victoria -0.472639307901536299 +8926 cspg_html_7278957427 cspg_html_7278957427:114:16184:16202 Beaufort Saskatoon -0.477401564658383792 +8927 geology_html_2755766138 geology_html_2755766138:13:698:704 Denver Colorado -0.49687250405482164 +8928 cspg_html_4937997995 cspg_html_4937997995:320:36732:36747 Red Head Rapids River Severn -0.430334367802676421 +8929 jgeology_html_8494933343 jgeology_html_8494933343:101:4010:4021 Green River Colorado -0.469230874046953295 +8930 aapg_ae_119.html aapg_ae_119.html:337:36260:36269 Beartooth Black Hills 0.0348734643903517438 +8931 cspg_html_2873888604 cspg_html_2873888604:375:55769:55788 Wolfville Bridgetown, Nova Scotia -0.46105569042928074 +8932 aapg_ai_322.html aapg_ai_322.html:159:13201:13206 Colon Honduras -0.445376709141400484 +8933 gsa_html_8951179545 gsa_html_8951179545:974:96604:96614 Santa Cruz California -0.0103905567969635754 +8934 gsa_html_8222638730 gsa_html_8222638730:699:69680:69708 Thelon Canada -0.482921973604061416 +8935 gsa_html_5627360957 gsa_html_5627360957:460:44524:44538 Troy Arizona -0.0769982235003839055 +8936 aapg_ac_730.html aapg_ac_730.html:326:46145:46161 Dakota Logan, Utah -0.0102706745632111761 +8937 aapg_ah_646.html aapg_ah_646.html:4:450:467 Wingate Chinle Formation 0.000555897012734609666 +8938 cspg_html_2490951833 cspg_html_2490951833:286:39566:39582 Ireton Swan Hill, Victoria 1.1585060289636373 +8939 aapg_ae_527.html aapg_ae_527.html:170:15110:15116 Casper Cheyenne, Wyoming -0.0127518020559754426 +8940 cspg_html_3419991847 cspg_html_3419991847:325:37274:37279 Price Lacombe, Alberta -0.0192893197607112085 +8941 aapg_ai_17.html aapg_ai_17.html:194:14590:14596 Midway Camden Town -0.433387995206966137 +8942 palaios_html_1371359772 palaios_html_1371359772:309:27426:27434 Edmonton Victoria, British Columbia -0.45921987907792633 +8943 sedimentology_html_3417381350 sedimentology_html_3417381350:843:69953:69971 Monterey Peru, Indiana -0.0526801439940360397 +8944 aapg_ad_317.html aapg_ad_317.html:121:12304:12338 Beekmantown Pennsylvania -0.432227951733042737 +8945 cspg_html_5731893209 cspg_html_5731893209:43:4232:4250 Duvernay Redwater, Texas -0.47503682505792677 +8946 aapg_ae_217.html aapg_ae_217.html:20:2062:2068 Lisbon County Sligo 0.0198854748790227923 +8947 aapg_ah_464.html aapg_ah_464.html:17:2976:2986 Pottsville Pottsville, Pennsylvania 0.0268462072160875129 +8948 aapg_ah_476.html aapg_ah_476.html:52:7108:7128 Hartshorne Arkansas -0.442542141875480355 +8949 palaios_html_3693905739 palaios_html_3693905739:436:35318:35330 Pierre Manitoba -0.444835906435795903 +8950 cspg_html_2973952956 cspg_html_2973952956:238:17196:17204 Columbia Victoria, British Columbia -0.0419681041014585768 +8951 jgeology_html_3739517257 jgeology_html_3739517257:541:39578:39585 Entrada Chinle Formation -0.465104162426203172 +8952 aapg_ah_371.html aapg_ah_371.html:100:7863:7873 Tuscaloosa Summerville, South Carolina -0.461526610478465105 +8953 aapg_ah_779.html aapg_ah_779.html:137:26037:26045 Lowville Black River, Jamaica -0.423072537243216251 +8954 jgeology_html_5764582297 jgeology_html_5764582297:200:13344:13363 Van Hauen Ellesmere Island -0.000774781561203988548 +8955 palaios_html_2223085265 palaios_html_2223085265:467:44258:44278 Toro Chile -0.0400999482749248432 +8956 cspg_html_2513202691 cspg_html_2513202691:393:39745:39753 Columbia Victoria, British Columbia -0.497593421871512953 +8957 aapg_ac_65.html aapg_ac_65.html:69:8489:8501 Belden Colorado -0.464163347577605745 +8958 cspg_html_5241714595 cspg_html_5241714595:246:38204:38216 Souris River Regina, Saskatchewan 0.370440586266924998 +8959 aapg_ah_96.html aapg_ah_96.html:58:7223:7253 Stony Mountain Winnipeg -0.221433729453007072 +8960 aapg_ai_514.html aapg_ai_514.html:92:10918:10927 Elko Colorado -0.459819284677136619 +8961 aapg_ac_315.html aapg_ac_315.html:68:7274:7294 Phosphoria Logan, Utah 0.732031501255366646 +8962 gsa_html_3860045860 gsa_html_3860045860:1025:96563:96579 Eugene Salem, Oregon -0.0429920100127147015 +8963 aapg_ad_887.html aapg_ad_887.html:29:4028:4044 Paluxy Texas -0.446333949377836381 +8964 aapg_ah_84.html aapg_ah_84.html:72:7208:7220 Seven Rivers Ward County, North Dakota -0.502437738142499701 +8965 cspg_html_1894459898 cspg_html_1894459898:254:27853:27864 Bluff Cayman Islands -0.498374324087579645 +8966 gsa_html_4385238876 gsa_html_4385238876:21:1188:1207 Gambier Canada -0.0653820349799959372 +8967 gsa_html_3701935694 gsa_html_3701935694:674:64045:64055 Keokuk Roxbury, Wisconsin -0.0232594217874036342 +8968 cspg_html_1464478153 cspg_html_1464478153:31:3752:3762 Mount Head Lacombe, Alberta -0.483715163479877641 +8969 aapg_ae_716.html aapg_ae_716.html:228:24581:24597 Viking Beaumont, Texas -0.447135398674851747 +8970 aapg_ah_781.html aapg_ah_781.html:194:18456:18472 Warner El Dorado Springs, Missouri -0.0793291835166394232 +8971 aapg_ad_81.html aapg_ad_81.html:1145:186175:186199 Fort Vermilion Swan Hill, Victoria -0.0684576556207592141 +8972 sedimentology_html_8226291695 sedimentology_html_8226291695:1159:71527:71561 Salina Michigan Basin 0.0237340185087077729 +8973 gsa_html_5628658687 gsa_html_5628658687:462:42974:42988 Red Rock Mazatzal Mountains -0.0724917735051158613 +8974 sedimentology_html_2041096405 sedimentology_html_2041096405:146:13597:13610 A-1 Carbonate Guelph -0.484191429205932 +8975 aapg_aa_720.html aapg_aa_720.html:320:34644:34662 Marble Canyon Reno, Nevada -0.0304826089875597575 +8976 geology_html_6881575972 geology_html_6881575972:274:25087:25093 Denver Denver -0.442649117020085803 +8977 aapg_ae_93.html aapg_ae_93.html:579:66455:66463 Kootenay Lacombe, Alberta -0.459887424332023564 +8978 sedimentology_html_8045087252 sedimentology_html_8045087252:701:52534:52540 Oregon Washington (state) -0.467950951742638677 +8979 aapg_aa_800.html aapg_aa_800.html:181:16934:16939 Price London, Ontario -0.451733774163315116 +8980 aapg_ai_975.html aapg_ai_975.html:466:41806:41821 Sligo Mexico 0.877232816146100713 +8981 geology_html_3687347985 geology_html_3687347985:288:23829:23834 Queen Ontario, California -0.448287309474040385 +8982 aapg_ah_779.html aapg_ah_779.html:387:72226:72235 Port Ewen New Scotland, New York -0.45184182728382527 +8983 aapg_ai_219.html aapg_ai_219.html:307:23239:23254 Deep Creek Kenai Peninsula -0.48294529227432792 +8984 cspg_html_2758324131 cspg_html_2758324131:21:3739:3755 Exshaw Chattanooga, Tennessee -0.0180709945054990453 +8985 aapg_af_384.html aapg_af_384.html:715:79502:79527 Athabasca Lacombe, Alberta -0.0633453418880029068 +8986 cspg_html_8065532640 cspg_html_8065532640:172:21761:21769 Cadillac Prairie Creek, Arkansas 0.0149273021634023628 +8987 cspg_html_8306619029 cspg_html_8306619029:6:371:385 Colorado Regina, Saskatchewan -0.487588990851044235 +8988 aapg_af_653.html aapg_af_653.html:1006:120767:120774 Temblor Monterey, California -0.441637804770763531 +8989 aapg_ac_807.html aapg_ac_807.html:463:47036:47047 Piney Point Pocomoke City, Maryland -0.0107727926714422488 +8990 aapg_ae_855.html aapg_ae_855.html:172:18149:18163 Flagstaff Flagstaff, Arizona -0.470409220225314617 +8991 aapg_ae_3.html aapg_ae_3.html:760:67456:67479 Diamond Peak Reno, Nevada -0.476269297170336003 +8992 aapg_ai_17.html aapg_ai_17.html:24:3204:3210 Midway Arkadelphia, Arkansas -0.450743884934886652 +8993 cspg_html_7866293053 cspg_html_7866293053:289:33510:33518 Moosebar Lacombe, Alberta -0.476033304431228654 +8994 aapg_ai_877.html aapg_ai_877.html:277:32119:32142 Little Valley Virginia -0.465641239344597002 +8995 palaios_html_4282283317 palaios_html_4282283317:556:48611:48631 Hell Creek Northern Great Plain 0.00403028171567929548 +8996 aapg_aa_991.html aapg_aa_991.html:149:16811:16819 Oakville Cordele, Georgia -0.00527934873270450959 +8997 aapg_ai_811.html aapg_ai_811.html:118:17675:17698 Detroit River Michigan -0.0341705352496151776 +8998 aapg_ai_109.html aapg_ai_109.html:44:3240:3256 Yegua Texas -0.00893635855203990699 +8999 aapg_af_143.html aapg_af_143.html:24:2873:2884 Port Orford Gold Beach -0.484114368303559472 +9000 aapg_ae_822.html aapg_ae_822.html:190:17023:17040 Grimsby Conneaut, Ohio -0.433546895631176765 +9001 gsa_html_5540432778 gsa_html_5540432778:80:6562:6590 Green River Colorado 0.00346047674040686785 +9002 cspg_html_8250755331 cspg_html_8250755331:654:69160:69180 Milk River Lacombe, Alberta -0.448377013151321557 +9003 sedimentology_html_7622526687 sedimentology_html_7622526687:687:51275:51285 Las Palmas Canary Islands -0.45644603384473742 +9004 gsa_html_1024107776 gsa_html_1024107776:1021:101386:101396 Maringouin New Brunswick, New Jersey -0.0546872843399983585 +9005 cspg_html_6472484014 cspg_html_6472484014:54:6222:6239 Sayabec New Brunswick, New Jersey 0.710378710558919768 +9006 aapg_ac_719.html aapg_ac_719.html:124:13715:13733 Niobrara Trinidad and Tobago -0.000889435409818231594 +9007 AMJC_html_6800421491 AMJC_html_6800421491:363:38094:38098 Bond Logan, Utah -0.466810220907495799 +9008 gsa_html_5107598462 gsa_html_5107598462:991:84456:84484 Green River Colorado 0.0181804843813068509 +9009 aapg_ah_10.html aapg_ah_10.html:80:11743:11761 Monterey Buttonwillow, California -0.436872309743032927 +9010 aapg_ac_414.html aapg_ac_414.html:197:23874:23886 Coyote Butte Salem, Oregon -0.444223975732980447 +9011 sedimentology_html_6261114825 sedimentology_html_6261114825:139:11480:11499 Santa Cruz Santa Cruz Mountains -0.452887004013691252 +9012 palaios_html_8881502819 palaios_html_8881502819:799:64387:64395 Colorado Niwot, Colorado -0.0574399897564061776 +9013 aapg_ae_362.html aapg_ae_362.html:30:3649:3658 Coldwater Evart, Michigan -0.492258100446082036 +9014 aapg_ad_566.html aapg_ad_566.html:115:16316:16325 Gibraltar Llanos -0.520843920378382341 +9015 aapg_ai_356.html aapg_ai_356.html:3:432:449 Edwards Texas -0.0241703818355726088 +9016 aapg_ai_414.html aapg_ai_414.html:130:13089:13101 Percha West Texas -0.478307979059971577 +9017 aapg_aa_98.html aapg_aa_98.html:4:429:441 Saskatchewan Lacombe, Alberta -0.0875713302145728345 +9018 aapg_ad_379.html aapg_ad_379.html:55:4658:4663 Supai Arizona -0.4597965726108596 +9019 geology_html_5342045301 geology_html_5342045301:210:21427:21441 Beaufort South Africa 0.034762106259212 +9020 aapg_ad_145.html aapg_ad_145.html:28:3340:3371 Hermosa Logan, Utah -0.52172781740276597 +9021 aapg_af_664.html aapg_af_664.html:605:67752:67765 Cherry Canyon Delaware -0.498041936399126195 +9022 aapg_ad_466.html aapg_ad_466.html:192:22932:22940 Navesink Navesink River -0.00457403176417065741 +9023 aapg_ai_388.html aapg_ai_388.html:151:14486:14494 Frontier Cheyenne, Wyoming -0.435714594595624227 +9024 aapg_ac_684.html aapg_ac_684.html:90:10014:10020 Coffee Fort Sumter -0.463478914486847693 +9025 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17559:17586 Supai Supai, Arizona -0.476269297170336003 +9026 aapg_ae_67.html aapg_ae_67.html:412:33058:33066 Colorado Colorado -0.520395016724688131 +9027 cspg_html_6116883777 cspg_html_6116883777:1446:188334:188349 Melville Island Canadian Arctic Archipelago -0.471589148494391819 +9028 gsa_html_1290697059 gsa_html_1290697059:44:2898:2907 Peninsula Quebec City -0.500480928372567968 +9029 cspg_html_3233680622 cspg_html_3233680622:108:15688:15704 Kanguk Western world 0.870789306312478306 +9030 gsa_html_4940410718 gsa_html_4940410718:17:824:837 Santa Barbara California -0.00291152111123597944 +9031 cspg_html_2907826148 cspg_html_2907826148:176:22333:22347 Boundary Creek Anchorage, Alaska -0.0466254209346723472 +9032 cspg_html_4495395109 cspg_html_4495395109:6:550:556 Battle Regina, Saskatchewan 1.11868364520377428 +9033 aapg_ad_398.html aapg_ad_398.html:60:6454:6463 Catahoula Hattiesburg, Mississippi -0.434673209477638822 +9034 aapg_aa_23.html aapg_aa_23.html:809:104851:104866 Interlake Manitoba -0.582129080078408023 +9035 geology_html_1952763912 geology_html_1952763912:289:24343:24347 Kent Earth -0.482917309945881279 +9036 AMJC_html_1477071550 AMJC_html_1477071550:566:59089:59109 Smackover Mexico -0.0351518647391547839 +9037 aapg_aa_960.html aapg_aa_960.html:177:15257:15264 Entrada Entrada Sandstone -0.460269102262388319 +9038 sedimentology_html_3110839740 sedimentology_html_3110839740:968:75534:75542 Harrison Africa -0.0541379230032217468 +9039 AMJC_html_1477071550 AMJC_html_1477071550:12:683:691 Virginia Reston, Virginia -0.0159925297595795608 +9040 palaios_html_9789679615 palaios_html_9789679615:634:72120:72128 Montreal Toronto -0.436033210857306397 +9041 aapg_ae_961.html aapg_ae_961.html:384:31696:31721 Fox Hills Little Missouri River (North Dakota) -0.435661502416701596 +9042 gsa_html_5773604426 gsa_html_5773604426:122:11788:11800 Wilcox Shreveport, Louisiana -0.0407197231755146508 +9043 cspg_html_1841843683 cspg_html_1841843683:29:4205:4234 Rierdon Williston Basin -0.0158621976007121031 +9044 cspg_html_5979469671 cspg_html_5979469671:18:2142:2159 Elk Lacombe, Alberta -0.0252500427953300452 +9045 sedimentology_html_6346136313 sedimentology_html_6346136313:1369:89043:89059 Carmel Colorado Plateau -0.449431691216236939 +9046 aapg_ad_55.html aapg_ad_55.html:74:6715:6728 Spechts Ferry Missouri River -0.0449948948439064453 +9047 geology_html_3930380280 geology_html_3930380280:321:25376:25386 Washington Victoria, British Columbia -0.469024309212410007 +9048 gsa_html_5056480923 gsa_html_5056480923:728:56648:56657 Fullerton California -0.0221712043422439102 +9049 gsa_html_4263884779 gsa_html_4263884779:371:27634:27662 Green River Colorado 0.00938112555861735607 +9050 aapg_aa_147.html aapg_aa_147.html:126:15757:15766 Stonewall Winnipeg -0.821836232072014505 +9051 gsa_html_2240019054 gsa_html_2240019054:100:10564:10584 Grandfather Mountain Mountain City, Tennessee -0.459887424332023564 +9052 cspg_html_7938374662 cspg_html_7938374662:269:27765:27784 Matanuska Anchorage, Alaska -0.0346577090486229963 +9053 aapg_ai_566.html aapg_ai_566.html:172:17112:17133 Belly River Lacombe, Alberta -0.457650607934439568 +9054 aapg_aa_415.html aapg_aa_415.html:240:32362:32368 Annona Clarksville, Tennessee -0.465026484605756241 +9055 aapg_ac_943.html aapg_ac_943.html:293:30441:30447 Borden Texas -0.522710517142139341 +9056 aapg_ad_329.html aapg_ad_329.html:46:6756:6776 Mahantango Pennsylvania -0.360865154733509996 +9057 gsa_html_4716386208 gsa_html_4716386208:129:12790:12820 Lawrence Logan, Utah -0.0143781976835972679 +9058 aapg_ai_44.html aapg_ai_44.html:223:33268:33274 Sierra Colombia -0.0408537810405160198 +9059 aapg_aa_4.html aapg_aa_4.html:68:8489:8505 Sonyea Canandaigua Lake -0.064370587065321061 +9060 gsa_html_8707521176 gsa_html_8707521176:715:66075:66095 Trap Falls Hanson, Massachusetts -0.0514126754650784876 +9061 aapg_ai_399.html aapg_ai_399.html:198:19119:19142 Porters Creek Kentucky -0.493867438356913824 +9062 aapg_ac_809.html aapg_ac_809.html:60:6686:6701 Swift Cut Bank, Montana -0.00894157063780701838 +9063 aapg_ah_387.html aapg_ah_387.html:272:28691:28700 Knoxville Central Valley (California) -0.0397187025652964501 +9064 sedimentology_html_2208426700 sedimentology_html_2208426700:1516:78356:78384 Prairie Regina, Saskatchewan -0.458865873154244486 +9065 cspg_html_2758185645 cspg_html_2758185645:398:39782:39794 Rundle Lacombe, Alberta -0.503937652022910187 +9066 aapg_ad_883.html aapg_ad_883.html:118:14189:14204 Queenston Michigan -0.441686785632637413 +9067 gsa_html_7272439065 gsa_html_7272439065:435:47731:47751 Fort Union Fort Union Trading Post National Historic Site -0.445273887467667717 +9068 cspg_html_2172704722 cspg_html_2172704722:681:86452:86471 Moosebar Victoria, British Columbia -0.0763399422018811308 +9069 aapg_af_162.html aapg_af_162.html:50:4904:4910 Annona Arkansas -0.0569532124128039746 +9070 aapg_ad_329.html aapg_ad_329.html:33:4400:4414 Bedford Pennsylvania -0.45896570683289678 +9071 cspg_html_4287356899 cspg_html_4287356899:2544:288173:288177 Word Salem, Oregon -0.44830973456876172 +9072 aapg_ac_952.html aapg_ac_952.html:123:14895:14904 Morehouse Middle East -0.427887128546325712 +9073 aapg_ai_811.html aapg_ai_811.html:373:51373:51386 Detroit River Jeffersonville, Indiana -0.478586352630804512 +9074 aapg_ai_947.html aapg_ai_947.html:299:52261:52287 Chuckanut Washington (state) -0.0261715541385612628 +9075 aapg_ai_28.html aapg_ai_28.html:852:82020:82040 Citronelle Shreveport, Louisiana -0.0419681041014585768 +9076 gsa_html_5056480923 gsa_html_5056480923:47:4935:4952 Barstow California 0.61217366872786505 +9077 aapg_ai_49.html aapg_ai_49.html:220:26036:26055 Chugwater Spearfish, South Dakota -0.0471585481986489807 +9078 gsa_html_4216613284 gsa_html_4216613284:320:37092:37110 Morrison Grand Canyon -0.292401368293399355 +9079 aapg_ac_23.html aapg_ac_23.html:10:1229:1238 Gatesburg Pennsylvania -0.470179399208385473 +9080 cspg_html_7799850124 cspg_html_7799850124:11:1281:1300 Swan Hills Middle East -0.114209525338224191 +9081 geology_html_7187083904 geology_html_7187083904:249:22037:22045 Columbia Victoria, British Columbia -0.486794549910148755 +9082 geology_html_1867410469 geology_html_1867410469:362:28705:28710 Queen Kingston, Jamaica -0.0306147978884375553 +9083 jgeology_html_2714962789 jgeology_html_2714962789:157:9689:9710 Chopawamsic Marine Corps Base Quantico -0.0538170462628818486 +9084 aapg_ae_794.html aapg_ae_794.html:517:55767:55786 Owl Creek Selma to Montgomery marches -0.284941064937084598 +9085 cspg_html_3060428958 cspg_html_3060428958:24:3819:3826 Bearpaw Edmonton, London -0.0818926296508704216 +9086 aapg_ae_718.html aapg_ae_718.html:355:34251:34258 Narrows Gold Coast, Queensland -0.54527814992032031 +9087 aapg_ai_246.html aapg_ai_246.html:304:35668:35678 Sweetgrass Cleveland -0.486419849038802532 +9088 gsa_html_9236370057 gsa_html_9236370057:11:472:484 Rhode Island Newport, Rhode Island 0.771523625909057431 +9089 cspg_html_6566356550 cspg_html_6566356550:33:5830:5856 Sulphur Mountain Canada -0.464656465989479628 +9090 cspg_html_5484260516 cspg_html_5484260516:1003:79727:79742 Banff Moose Mountain (Alberta) -0.0109239507284224872 +9091 aapg_aa_358.html aapg_aa_358.html:124:14667:14675 Moenkopi Grand Canyon -0.244052511838786679 +9092 aapg_ad_174.html aapg_ad_174.html:662:65872:65878 Navajo Arizona -0.495853839651622219 +9093 aapg_ae_875.html aapg_ae_875.html:272:32414:32434 Cariblanco Puerto Rico -0.0974490531255590986 +9094 aapg_ai_287.html aapg_ai_287.html:281:31567:31575 Woodford California -0.0497724382944867913 +9095 aapg_af_666.html aapg_af_666.html:523:44733:44750 Wasatch Wasatch Range -0.0650081805624477677 +9096 aapg_ai_432.html aapg_ai_432.html:493:63428:63433 Morro Guayas River -0.0355033554965811168 +9097 palaios_html_9993198762 palaios_html_9993198762:50:5968:5986 Morrison Logan, Utah -0.258709376504063615 +9098 gsa_html_3423427338 gsa_html_3423427338:19:819:827 Montreal Earth -0.132244075997593774 +9099 gsa_html_3010975239 gsa_html_3010975239:174:25731:25738 Saginaw Saginaw, Michigan -0.458659434193013582 +9100 cspg_html_7409170811 cspg_html_7409170811:676:77566:77581 Banff Calgary -0.00312693377810404575 +9101 aapg_af_637.html aapg_af_637.html:21:3116:3124 Michigan Antrim, County Antrim -0.452003931056544739 +9102 cspg_html_8520409981 cspg_html_8520409981:127:14143:14163 Dawson Bay Regina, Saskatchewan -0.025689926843247262 +9103 geology_html_2415648622 geology_html_2415648622:437:24220:24226 Jordan Antarctica -0.0098536958986005091 +9104 geology_html_8596179481 geology_html_8596179481:158:13024:13046 Sycamore Puente Hills Mall -0.462166276497962936 +9105 aapg_ah_243.html aapg_ah_243.html:75:8984:8991 Wasatch Cheyenne, Wyoming -0.448350101124535771 +9106 aapg_ac_629.html aapg_ac_629.html:225:30360:30376 Lissie Texas 0.930019435597513544 +9107 cspg_html_7278001817 cspg_html_7278001817:628:74463:74471 Columbia Lacombe, Alberta -0.454052985518192231 +9108 palaios_html_2623118674 palaios_html_2623118674:113:13117:13141 Cedar Mountain Logan, Utah -0.456371367070690814 +9109 gsa_html_6441142238 gsa_html_6441142238:1169:113288:113295 Madison Wisconsin -0.0726124770348033355 +9110 cspg_html_2297270979 cspg_html_2297270979:531:58598:58619 Long Rapids Moose River (Maine) -0.49462361093906354 +9111 cspg_html_5675079479 cspg_html_5675079479:27:3594:3615 Slave Point Lacombe, Alberta -0.459887424332023564 +9112 gsa_html_5604955284 gsa_html_5604955284:14:826:834 Colorado Colorado -0.473815322787249471 +9113 cspg_html_9343899465 cspg_html_9343899465:1600:130354:130368 Griper Bay Banks Island -0.567582175147927859 +9114 cspg_html_8362959053 cspg_html_8362959053:51:8007:8015 Columbia Victoria, British Columbia -0.447572237112974447 +9115 cspg_html_4924970281 cspg_html_4924970281:501:67375:67395 Clearwater CFB Cold Lake -0.459837454744856933 +9116 aapg_aa_147.html aapg_aa_147.html:752:75207:75227 Elk Williston Basin -0.488872438533925924 +9117 jgeology_html_6388378441 jgeology_html_6388378441:485:37754:37780 Blackwater Draw New Mexico -0.470179399208385473 +9118 sedimentology_html_3907918417 sedimentology_html_3907918417:1652:129696:129714 Dunvegan Lacombe, Alberta -0.00515253017068293719 +9119 aapg_ad_52.html aapg_ad_52.html:1022:110210:110223 Waverly Rockford, Illinois -0.0161993249316557293 +9120 aapg_ai_344.html aapg_ai_344.html:66:7695:7712 Roberts Mountains Reno, Nevada -0.213135369338190744 +9121 aapg_aa_931.html aapg_aa_931.html:90:11329:11344 Hueco New Mexico -0.445213540966811649 +9122 gsa_html_1538463681 gsa_html_1538463681:757:67920:67933 Topanga California -0.0208414480796128843 +9123 aapg_ah_289.html aapg_ah_289.html:500:67647:67665 Monterey California -0.434637853624058046 +9124 gsa_html_9801232805 gsa_html_9801232805:72:5517:5545 Green River Colorado -0.0116953885534583375 +9125 cspg_html_2161417858 cspg_html_2161417858:237:31363:31369 Exshaw Lacombe, Alberta -0.445338708488509594 +9126 aapg_af_579.html aapg_af_579.html:83:8381:8398 Entrada Colorado -0.248761978327629169 +9127 aapg_af_220.html aapg_af_220.html:145:18974:18995 Green River Wasatch Range -0.457691392417615917 +9128 aapg_ah_330.html aapg_ah_330.html:152:16723:16731 Monterey Monterey, California -0.0172889404553563421 +9129 gsa_html_2026217181 gsa_html_2026217181:12:519:525 Toledo Ohio -0.492640099962427858 +9130 aapg_af_736.html aapg_af_736.html:254:29529:29550 Green River Uinta Mountains -0.00638076930644856932 +9131 gsa_html_4891459463 gsa_html_4891459463:1359:124108:124114 Active Los Angeles -0.0443365036009496297 +9132 aapg_ac_941.html aapg_ac_941.html:387:26394:26413 Chugwater Cheyenne, Wyoming 0.000333538178495732928 +9133 geology_html_1741020903 geology_html_1741020903:249:18567:18575 Belgrade Serbia -0.442682549290708161 +9134 palaios_html_7076037184 palaios_html_7076037184:62:7367:7398 Madison Black Hills -0.467925738958578585 +9135 cspg_html_2826081830 cspg_html_2826081830:139:20985:21005 Clearwater Grand Rapids, Michigan -0.0388083006594042434 +9136 aapg_aa_145.html aapg_aa_145.html:4:548:555 Cassiar Cariboo Road -0.0749956385588343988 +9137 aapg_aa_87.html aapg_aa_87.html:78:6348:6358 Frio Galveston Bay Area -0.0395916240677814321 +9138 cspg_html_9354781888 cspg_html_9354781888:421:40307:40324 Halfway Victoria, British Columbia -0.518743048065449686 +9139 cspg_html_6306091047 cspg_html_6306091047:58:10962:10981 Pardonet Lacombe, Alberta -0.461089806729199636 +9140 cspg_html_3860685167 cspg_html_3860685167:1049:95244:95265 Etherington Canada -0.446052041434467972 +9141 aapg_ac_416.html aapg_ac_416.html:84:13905:13911 Denver Colorado -0.0247441052038830135 +9142 geology_html_1573138807 geology_html_1573138807:253:23955:23961 Moscow Boise, Idaho -0.477714414009500876 +9143 aapg_ac_380.html aapg_ac_380.html:494:58393:58405 Salina Lake Erie -0.399130892792160075 +9144 geology_html_7979100139 geology_html_7979100139:16:1058:1070 Rhode Island Newport, Rhode Island -0.0446848523665537567 +9145 cspg_html_9011256422 cspg_html_9011256422:8:511:529 Redknife Victoria, British Columbia -0.4597920302667165 +9146 gsa_html_1119256423 gsa_html_1119256423:327:28438:28446 Bellevue Nebraska -0.464432702411418319 +9147 aapg_ah_335.html aapg_ah_335.html:182:23732:23741 Conemaugh Allegheny Mountains -0.00285766800151459645 +9148 sedimentology_html_5479897708 sedimentology_html_5479897708:948:64023:64026 Rye Netherlands -0.454052985518192231 +9149 aapg_ai_345.html aapg_ai_345.html:16:2094:2113 Whirlwind Reno, Nevada 0.00543048895720864636 +9150 gsa_html_2364640066 gsa_html_2364640066:815:81608:81636 Green River Colorado -0.0105034896980181463 +9151 jgeology_html_3517640817 jgeology_html_3517640817:172:10477:10486 Peninsula Korea -0.464706706380762058 +9152 aapg_af_479.html aapg_af_479.html:712:75240:75249 San Diego Alta, California -0.422068899423675037 +9153 aapg_aa_537.html aapg_aa_537.html:615:72051:72057 Wilcox Okmulgee, Oklahoma -0.436832441054611387 +9154 gsa_html_4591711448 gsa_html_4591711448:1031:97985:97995 Provo Boise, Idaho -0.462302919433881576 +9155 jgeology_html_4115179562 jgeology_html_4115179562:638:50303:50311 Virginia Virginia -0.47735290933611807 +9156 cspg_html_4645836177 cspg_html_4645836177:96:11251:11258 Mohawk Logan Canyon -0.00603852775893074737 +9157 gsa_html_8162912467 gsa_html_8162912467:1034:92220:92225 Rapid Yellow River (Indiana) -0.464450966712688929 +9158 aapg_ai_366.html aapg_ai_366.html:138:17155:17161 Lissie Hockley -0.481794104698776371 +9159 geology_html_7906875006 geology_html_7906875006:12:452:458 Reston Virginia -0.448529529594894116 +9160 aapg_af_382.html aapg_af_382.html:29:5207:5213 Sierra Guatemala -0.471405039658470026 +9161 aapg_ah_160.html aapg_ah_160.html:160:20650:20656 Salina Michigan 0.593490000419148123 +9162 aapg_ae_5.html aapg_ae_5.html:213:24634:24649 Hueco New Mexico -0.00652496303282925402 +9163 aapg_ae_660.html aapg_ae_660.html:617:54881:54900 Smackover Arkansas -0.0156571431142738943 +9164 aapg_ad_351.html aapg_ad_351.html:645:54699:54721 Reeds Spring Burlington, Ontario -0.0451864998498942502 +9165 cspg_html_1665574291 cspg_html_1665574291:111:19670:19688 Paskapoo Lacombe, Alberta -0.458847722769848976 +9166 geology_html_4374598118 geology_html_4374598118:308:23199:23209 Santa Cruz California -0.0741136344200974129 +9167 jgeology_html_4115179562 jgeology_html_4115179562:706:53722:53759 Mount Rogers Virginia -0.456561440120662909 +9168 palaios_html_7111318862 palaios_html_7111318862:1333:119386:119408 Judith River Canada -0.00308350377484213492 +9169 cspg_html_7281679890 cspg_html_7281679890:11:1550:1570 Richardson Mountains Great Britain -0.0592775088645998635 +9170 gsa_html_2284204284 gsa_html_2284204284:673:86956:86972 Sandia Middle East -0.445016883536767272 +9171 aapg_ai_385.html aapg_ai_385.html:271:25175:25182 Rustler Midland County, Michigan 0.3033994934460707 +9172 cspg_html_8121202912 cspg_html_8121202912:274:33972:34011 Beaverfoot Victoria, British Columbia -0.474133810779439169 +9173 aapg_aa_71.html aapg_aa_71.html:292:25569:25580 Wills Creek Juniata County, Pennsylvania 0.0123434800357973603 +9174 aapg_ai_787.html aapg_ai_787.html:123:13765:13785 Catahoula Balcones Fault -0.0390781048690825028 +9175 aapg_ai_704.html aapg_ai_704.html:574:61556:61563 Oceanic Leeward Islands (Society Islands) -0.0399833098271603696 +9176 sedimentology_html_4236052766 sedimentology_html_4236052766:1200:68138:68143 Piper California -0.464953382280686722 +9177 geology_html_5555850502 geology_html_5555850502:337:23284:23290 Denver Colorado -0.0270809523083245587 +9178 gsa_html_2220556952 gsa_html_2220556952:805:93760:93779 Pansy Lee Conglomerate Reno, Nevada -0.44304146514738707 +9179 aapg_ac_720.html aapg_ac_720.html:4:490:509 Manasquan Maryland -0.0492670174484324749 +9180 cspg_html_9343899465 cspg_html_9343899465:201:25057:25070 Blue Fiord Ellesmere Island 0.0302391068077575778 +9181 cspg_html_5875826141 cspg_html_5875826141:51:6559:6564 Cairn Lacombe, Alberta -0.0337703728597886152 +9182 cspg_html_3854139935 cspg_html_3854139935:56:8777:8788 Belly River Lacombe, Alberta -0.0192893197607112085 +9183 cspg_html_7086880709 cspg_html_7086880709:774:87232:87240 Columbia Victoria, British Columbia -0.0279573692057954598 +9184 aapg_ai_549.html aapg_ai_549.html:212:22230:22238 Michigan Michigan -0.0295955881019379606 +9185 jgeology_html_4305195651 jgeology_html_4305195651:2607:176195:176213 Catskill Port Matilda, Pennsylvania -0.4597920302667165 +9186 cspg_html_5430614285 cspg_html_5430614285:260:34687:34704 Cardium Lacombe, Alberta -0.478990153256473372 +9187 sedimentology_html_2418419622 sedimentology_html_2418419622:815:66033:66040 Francis London, Ontario -0.466741549175746284 +9188 cspg_html_8571955552 cspg_html_8571955552:414:50130:50155 Lisburne Old Crow, Yukon -0.483332474615108865 +9189 aapg_ae_999.html aapg_ae_999.html:74:11665:11687 Chickasawhay Mississippi River -0.253368590044973363 +9190 aapg_ai_958.html aapg_ai_958.html:5:397:443 Fleming Oakville, California -0.0237009875122112385 +9191 aapg_aa_943.html aapg_aa_943.html:116:9328:9334 Willis Texas -0.0452701106829178426 +9192 gsa_html_9417870342 gsa_html_9417870342:1162:84927:84955 Green River New Mexico -0.040359343442637502 +9193 cspg_html_4056366713 cspg_html_4056366713:356:57508:57516 Edmonton Canada -0.464533160716817162 +9194 gsa_html_1826402027 gsa_html_1826402027:780:85045:85051 Denver Arizona 0.00602810418845976543 +9195 aapg_ah_652.html aapg_ah_652.html:150:20957:20980 Bell Niobrara, Nebraska -0.0261715541385612628 +9196 aapg_af_625.html aapg_af_625.html:173:15444:15454 Pittsburgh Uniontown, Pennsylvania -0.45896570683289678 +9197 aapg_ai_7.html aapg_ai_7.html:187:15359:15365 Annona Arkansas 0.0110142983881543668 +9198 aapg_ai_184.html aapg_ai_184.html:57:5169:5188 Mesaverde Cheyenne, Wyoming -0.4597920302667165 +9199 cspg_html_8166293261 cspg_html_8166293261:52:5860:5865 Price Lacombe, Alberta -0.441593278961416758 +9200 aapg_ae_254.html aapg_ae_254.html:83:9343:9362 Smackover Arkansas -0.427803761062237942 +9201 sedimentology_html_7053260653 sedimentology_html_7053260653:627:52659:52663 Hall London, Ontario -0.465616092314337648 +9202 geology_html_2516074878 geology_html_2516074878:262:23292:23296 Bond North Atlantic Current -0.484191429205932 +9203 aapg_ai_671.html aapg_ai_671.html:53:9996:10013 Paradox Colorado Plateau -0.431714547785669089 +9204 aapg_ai_49.html aapg_ai_49.html:497:64267:64276 Ingleside Coconino County, Arizona -0.000587166228973446075 +9205 gsa_html_5865982995 gsa_html_5865982995:165:17822:17843 Green River Uinta Mountains -0.250201720014430307 +9206 aapg_ah_506.html aapg_ah_506.html:159:15638:15652 Traverse Antrim, County Antrim -0.0479670181845376631 +9207 cspg_html_2339960084 cspg_html_2339960084:133:20732:20738 Brazil Chile -0.500900028677199516 +9208 aapg_aa_731.html aapg_aa_731.html:324:42575:42590 Rockdale Shreveport, Louisiana -0.0319176310911383487 +9209 aapg_ah_414.html aapg_ah_414.html:39:2696:2704 Kootenai Colorado 0.0270618247829091697 +9210 jgeology_html_8064855537 jgeology_html_8064855537:171:10113:10130 Dakota Cedar Mountains -0.00855587800487816325 +9211 aapg_af_684.html aapg_af_684.html:396:38050:38054 Tyee Hampton, New Hampshire -0.464473797617463435 +9212 aapg_ad_4.html aapg_ad_4.html:53:5061:5077 Oregon Salem, Oregon -0.239100479165553326 +9213 aapg_ad_945.html aapg_ad_945.html:246:23912:23917 Methy Regina, Saskatchewan 0.0143677717617256336 +9214 aapg_ae_984.html aapg_ae_984.html:28:3741:3757 Salado Carlsbad, New Mexico -0.448632716908224927 +9215 aapg_aa_37.html aapg_aa_37.html:329:41216:41233 Oquirrh Logan, Utah -0.201469291198712208 +9216 cspg_html_1934220426 cspg_html_1934220426:69:8682:8701 Bear Rock Canol Heritage Trail -0.429501070897857717 +9217 cspg_html_5241714595 cspg_html_5241714595:375:58179:58184 Nisku Drumheller -0.449871874526764137 +9218 cspg_html_9942234474 cspg_html_9942234474:29:5037:5063 Athabasca Lacombe, Alberta -0.488731563736560848 +9219 aapg_ai_296.html aapg_ai_296.html:565:56867:56874 Everton Arkansas -0.233906002715733724 +9220 aapg_ac_302.html aapg_ac_302.html:307:36921:36936 Battleship Wash Hidden Valley, Indiana -0.463271407180362194 +9221 gsa_html_3860045860 gsa_html_3860045860:892:89136:89142 Oregon Salem, Oregon -0.469152832749018645 +9222 cspg_html_3926542795 cspg_html_3926542795:1474:149519:149524 Nisku Canada -0.0268166470016257402 +9223 aapg_ac_214.html aapg_ac_214.html:46:5167:5188 Summerville Entrada Sandstone -0.474069180634086484 +9224 aapg_ae_182.html aapg_ae_182.html:99:11107:11118 Haynesville County Sligo -0.126174013289422488 +9225 aapg_ah_654.html aapg_ah_654.html:987:101593:101621 Casper Cheyenne, Wyoming -0.498224733320612012 +9226 sedimentology_html_2912098544 sedimentology_html_2912098544:43:3752:3769 Kayenta Colorado 0.583197021371344215 +9227 gsa_html_4144293017 gsa_html_4144293017:828:67545:67573 Green River Iran -0.445989406971527558 +9228 gsa_html_4949800822 gsa_html_4949800822:30:2781:2809 Green River Colorado 0.0225397300825282074 +9229 aapg_ah_779.html aapg_ah_779.html:254:46744:46748 Bays Black River, Jamaica -0.472501057082917231 +9230 aapg_ah_519.html aapg_ah_519.html:227:23878:23900 Burro Canyon Texas -0.479719327950920094 +9231 cspg_html_6193252551 cspg_html_6193252551:453:55800:55821 Lawrence Quebec City -0.059099492648124613 +9232 cspg_html_9689514766 cspg_html_9689514766:852:110660:110673 Detroit River Ontario, California 0.000842531559138272996 +9233 cspg_html_7779401416 cspg_html_7779401416:373:38273:38289 Guelph Ontario, California -0.142051310765796412 +9234 aapg_ah_189.html aapg_ah_189.html:372:39082:39090 Colorado Denver -0.478280146619880497 +9235 aapg_ad_669.html aapg_ad_669.html:45:6549:6565 Morgan Colorado -0.0256238564672171959 +9236 aapg_af_186.html aapg_af_186.html:713:69077:69087 West Point Texas -0.475258680049542748 +9237 cspg_html_8521524515 cspg_html_8521524515:11:894:914 Swan River Manitoba -0.477179162580930738 +9238 aapg_ae_645.html aapg_ae_645.html:43:4574:4582 Virginia Closter, New Jersey -0.0559152219546391674 +9239 gsa_html_9487992082 gsa_html_9487992082:704:68917:68935 Morrison Logan, Utah -0.00200296970089739335 +9240 geology_html_8953766677 geology_html_8953766677:12:510:522 Saskatchewan Saskatoon -0.455482628602140449 +9241 cspg_html_5264346535 cspg_html_5264346535:241:25238:25246 Edmonton Edmonton, London -0.0275887108223223723 +9242 gsa_html_8491258533 gsa_html_8491258533:375:40656:40667 Spider Lake Long Mountain (Hampshire County, Massachusetts) -0.0864062357842429324 +9243 aapg_ai_688.html aapg_ai_688.html:93:13395:13407 Salina Ohio -0.0180709945054990453 +9244 cspg_html_9004532597 cspg_html_9004532597:446:53849:53854 Banff Victoria, British Columbia -0.00515253017068293719 +9245 gsa_html_9962225882 gsa_html_9962225882:993:78081:78102 Green River Cheyenne, Wyoming -0.0433995158263024566 +9246 aapg_ad_258.html aapg_ad_258.html:303:34012:34015 Elk Bruceton, Pennsylvania -0.0102706745632111761 +9247 aapg_ad_67.html aapg_ad_67.html:245:31952:31964 Hatchetigbee Alabama -0.424584335389619316 +9248 aapg_ai_105.html aapg_ai_105.html:286:32054:32063 Jefferson Oquirrh Mountain Utah Temple -0.411813047275237043 +9249 aapg_ac_235.html aapg_ac_235.html:570:62372:62389 Madison Moberly, Missouri -0.053335758630468931 +9250 cspg_html_6702053097 cspg_html_6702053097:512:61490:61507 George Western Bay, Newfoundland and Labrador -0.455252106655251121 +9251 aapg_ad_708.html aapg_ad_708.html:13:1806:1812 Galena Stewartville, Minnesota -0.489899180704299886 +9252 AMJC_html_5969956211 AMJC_html_5969956211:1707:191828:191834 Denver Logan, Utah -0.469038078694436811 +9253 aapg_af_991.html aapg_af_991.html:65:7902:7908 Nelson Middle East -0.482963947665808413 +9254 gsa_html_3387611512 gsa_html_3387611512:1000:108223:108231 Columbia Maryland -0.494708722782586374 +9255 cspg_html_3026112034 cspg_html_3026112034:799:77175:77195 Swan Hills Pine Brook, New Jersey -0.431080339422081793 +9256 sedimentology_html_3907918417 sedimentology_html_3907918417:1534:124556:124585 Dunvegan Victoria, British Columbia -0.0304826089875597575 +9257 sedimentology_html_9323405610 sedimentology_html_9323405610:459:13954:13958 Hall London, Ontario -0.0402548881501223546 +9258 aapg_ac_787.html aapg_ac_787.html:43:7406:7413 Barnett Texas -0.445256006610368571 +9259 sedimentology_html_8923738088 sedimentology_html_8923738088:1731:93132:93140 Colorado Leadville, Colorado -0.0692355667239687722 +9260 cspg_html_9330018201 cspg_html_9330018201:169:25636:25664 Hollebeke Elko, Nevada -0.460041893415422398 +9261 cspg_html_7330983978 cspg_html_7330983978:499:41198:41221 George Canada -0.0540873490612621827 +9262 palaios_html_2449649505 palaios_html_2449649505:814:80743:80759 Chinle Flagstaff, Arizona -0.440325191296006335 +9263 aapg_ac_714.html aapg_ac_714.html:634:78188:78196 Sundance Cheyenne, Wyoming 0.917292844097628457 +9264 geology_html_2065893412 geology_html_2065893412:164:18248:18252 Bell Africa -0.491131969162477144 +9265 aapg_ah_788.html aapg_ah_788.html:189:20490:20500 San Andres Mexico 0.904671319476912816 +9266 aapg_ac_380.html aapg_ac_380.html:445:52513:52521 Onondaga Pennsylvania -0.47395378155658785 +9267 geology_html_8947691854 geology_html_8947691854:263:22590:22598 Virginia San Fernando Valley -0.482921973604061416 +9268 cspg_html_3124360347 cspg_html_3124360347:25:4613:4628 Levis Quebec -0.448296279445968116 +9269 cspg_html_1019614994 cspg_html_1019614994:339:53674:53679 Banff Lacombe, Alberta -0.00756560119780054757 +9270 aapg_ad_865.html aapg_ad_865.html:226:23966:23976 Fort Worth Texas -0.0929658035411353029 +9271 aapg_ac_380.html aapg_ac_380.html:80:10742:10751 Rochester Ontario, California -0.429582389532346398 +9272 aapg_ae_789.html aapg_ae_789.html:89:12223:12230 Cadomin Rocky Mountain House, Alberta -0.0872291390700396657 +9273 cspg_html_9069886621 cspg_html_9069886621:67:9928:9945 Ogilvie Anchorage, Alaska -0.46927678392355654 +9274 cspg_html_1159165904 cspg_html_1159165904:26:3687:3699 Fernie Crowsnest Pass, Alberta 0.32870088496716221 +9275 cspg_html_2848938695 cspg_html_2848938695:442:49231:49249 Parkwood Pottsville, Pennsylvania -0.0157388171484894208 +9276 aapg_ac_316.html aapg_ac_316.html:201:22885:22895 Whitehorse New Mexico -0.451875596518584666 +9277 aapg_ai_582.html aapg_ai_582.html:165:14941:14957 Piper Manitoba 0.49487897224734978 +9278 jgeology_html_8406118991 jgeology_html_8406118991:540:49930:49946 Descon Anchorage, Alaska -0.507456832997254637 +9279 palaios_html_3406135825 palaios_html_3406135825:51:5363:5380 Potsdam Mohawk Valley -0.434580403200599208 +9280 aapg_af_47.html aapg_af_47.html:119:12393:12408 Atoka Arkansas 0.301969061850957121 +9281 aapg_ad_466.html aapg_ad_466.html:756:82413:82431 Monmouth Monmouth 0.00969733008056864083 +9282 cspg_html_5576979800 cspg_html_5576979800:20:3128:3145 Guelph Ontario, California -0.0279486743171803304 +9283 gsa_html_4930932370 gsa_html_4930932370:961:105359:105382 Negaunee Iron Sudbury, Suffolk -0.0633959886817150181 +9284 aapg_ah_320.html aapg_ah_320.html:46:4597:4617 Greenbrier Monongalia County, West Virginia -0.534384284314339153 +9285 aapg_ae_348.html aapg_ae_348.html:157:19197:19214 Green River Colorado -0.45954677788095788 +9286 cspg_html_8568877195 cspg_html_8568877195:440:67222:67238 Oldman Lacombe, Alberta -0.0407040542010648765 +9287 gsa_html_9574331308 gsa_html_9574331308:31:2822:2850 Green River Colorado -0.0125641469917892202 +9288 geology_html_7999374357 geology_html_7999374357:12:516:524 Colorado Denver -0.483015252079283031 +9289 cspg_html_5783501569 cspg_html_5783501569:6:421:455 Waterfowl Middle East -0.0171829308693467256 +9290 aapg_aa_761.html aapg_aa_761.html:585:72451:72468 Sadlerochit Anchorage, Alaska -0.0103905567969635754 +9291 cspg_html_1159794850 cspg_html_1159794850:186:28659:28685 Salina Salina, Kansas 0.00751869385718860559 +9292 aapg_ae_115.html aapg_ae_115.html:421:36648:36656 Tensleep Cheyenne, Wyoming -0.0459076709606554625 +9293 cspg_html_9683836416 cspg_html_9683836416:513:74777:74795 Foremost Milk River, Alberta -0.0195500267274268287 +9294 cspg_html_6306091047 cspg_html_6306091047:17:2964:2986 Charlie Lake Lacombe, Alberta -0.0124129812660324374 +9295 cspg_html_5456368738 cspg_html_5456368738:268:33490:33498 Ramparts Mackenzie River -0.0045966157065965357 +9296 gsa_html_5507509274 gsa_html_5507509274:708:71407:71425 Mariposa Calaveras County, California -0.00100408928942736001 +9297 aapg_ah_414.html aapg_ah_414.html:147:11716:11724 Kootenay Lacombe, Alberta -0.49009668288503172 +9298 aapg_ai_913.html aapg_ai_913.html:332:45319:45347 Sandia New Mexico -0.000627121340837813067 +9299 aapg_ae_223.html aapg_ae_223.html:396:47313:47320 Laramie Wasatch Range -0.375343512693853354 +9300 cspg_html_3521815736 cspg_html_3521815736:284:39632:39662 Charlie Lake Western world -0.45184182728382527 +9301 cspg_html_7988775280 cspg_html_7988775280:487:63423:63442 Athabasca Lacombe, Alberta -0.464405306663695727 +9302 gsa_html_2667366192 gsa_html_2667366192:591:54756:54769 Reed Dolomite California -0.444844842741709823 +9303 geology_html_5555640128 geology_html_5555640128:49:2034:2039 Colon Honduras -0.0519827474069236295 +9304 cspg_html_5450075884 cspg_html_5450075884:809:79690:79704 Bullhead Victoria, British Columbia -0.47482657712880405 +9305 cspg_html_5241714595 cspg_html_5241714595:885:115167:115189 Winnipegosis Williston Basin 1.13161724658812535 +9306 gsa_html_6109201332 gsa_html_6109201332:918:84307:84335 Green River Colorado -0.0724865255889621529 +9307 sedimentology_html_8652763963 sedimentology_html_8652763963:39:1849:1855 Madrid Spain -0.516747144893552557 +9308 aapg_ah_521.html aapg_ah_521.html:16:2917:2923 Midway Texas -0.427803761062237942 +9309 aapg_aa_147.html aapg_aa_147.html:313:37356:37364 Deadwood Winnipeg 0.518266113993186228 +9310 cspg_html_1221978143 cspg_html_1221978143:32:4205:4212 Jewett Silt California -0.0241616892206824377 +9311 aapg_ah_148.html aapg_ah_148.html:3:486:504 Duvernay Canada -0.079215323809533042 +9312 aapg_ad_2.html aapg_ad_2.html:1605:222241:222261 Beekmantown Pennsylvania -0.437005217650049682 +9313 aapg_ad_154.html aapg_ad_154.html:122:14511:14516 Chazy Pendleton County, Kentucky -0.461001107058420345 +9314 aapg_ah_289.html aapg_ah_289.html:3:205:223 Monterey California -0.374725256397941742 +9315 gsa_html_2605108986 gsa_html_2605108986:906:75899:75918 Matanuska Anchorage, Alaska 0.947905125913493296 +9316 aapg_af_47.html aapg_af_47.html:174:17832:17840 Colorado White River (Washington) -0.0775637855721095226 +9317 palaios_html_5958626598 palaios_html_5958626598:234:25818:25835 Jupiter Manitoulin Island -0.00786789401885567251 +9318 geology_html_1098024541 geology_html_1098024541:225:22100:22108 Colorado Pueblo, Colorado -0.0101855410408739511 +9319 AMJC_html_6642101495 AMJC_html_6642101495:1530:144383:144389 Moscow Mongolia 0.00270479477611077846 +9320 cspg_html_2928630722 cspg_html_2928630722:108:14546:14554 Columbia Lacombe, Alberta -0.452896019392303839 +9321 gsa_html_2354205050 gsa_html_2354205050:31:1654:1662 Colorado Logan, Utah -0.46105569042928074 +9322 gsa_html_5002851212 gsa_html_5002851212:119:10799:10807 Colorado Cheyenne, Wyoming -0.517959661345332334 +9323 gsa_html_3203209894 gsa_html_3203209894:50:3555:3583 Green River New Mexico -0.0250466225487357037 +9324 sedimentology_html_6943128555 sedimentology_html_6943128555:1315:52606:52615 Extension Iceland -0.446186272521599148 +9325 gsa_html_4339524478 gsa_html_4339524478:1083:99166:99176 Washington Salem, Oregon -0.429938515402492283 +9326 aapg_aa_286.html aapg_aa_286.html:22:3731:3759 Martinsburg Utica, New York -0.446029671493266278 +9327 cspg_html_4210762654 cspg_html_4210762654:12:1818:1833 Nisku Lacombe, Alberta -0.462166276497962936 +9328 gsa_html_9052101586 gsa_html_9052101586:479:57772:57783 Peoria Kankakee, Illinois -0.455229509631582041 +9329 aapg_aa_677.html aapg_aa_677.html:13:1068:1074 Oregon Washington (state) -2.08461351353560743e-05 +9330 aapg_ah_289.html aapg_ah_289.html:526:72636:72654 Monterey California 0.683362401883588988 +9331 AMJC_html_1163576052 AMJC_html_1163576052:689:73226:73255 Pioneer Boise, Idaho -0.451193701085184695 +9332 aapg_af_129.html aapg_af_129.html:458:49286:49304 Fountain Colorado -0.0687408374731612593 +9333 palaios_html_1662300404 palaios_html_1662300404:554:54391:54411 Bird Fiord Canadian Arctic Archipelago -0.00564243327627664357 +9334 aapg_aa_23.html aapg_aa_23.html:92:11235:11243 Winnipeg Manitoba -0.00721640314663151046 +9335 geology_html_6493064145 geology_html_6493064145:21:1187:1192 Queen Belfast, Maine -0.460953349343471763 +9336 aapg_ai_932.html aapg_ai_932.html:54:9456:9467 San Joaquin Sacramento, California 0.00480334593379653455 +9337 aapg_ah_371.html aapg_ah_371.html:93:6943:6954 Summerville Dorchester County, Maryland -0.446123628906776926 +9338 aapg_ac_90.html aapg_ac_90.html:20:3285:3291 Oregon Arizona -0.0383226719059837143 +9339 palaios_html_3825798781 palaios_html_3825798781:520:48634:48653 Athabasca Calgary -0.0442459352605073172 +9340 cspg_html_2826081830 cspg_html_2826081830:422:47843:47870 Cold Lake Lacombe, Alberta -0.437960495533138761 +9341 aapg_ai_582.html aapg_ai_582.html:154:13298:13311 Gypsum Spring Black Hills -0.472722268874013252 +9342 jgeology_html_8494933343 jgeology_html_8494933343:450:35245:35272 Imperial Southern California -0.0247649682755329906 +9343 aapg_af_494.html aapg_af_494.html:100:11610:11632 English Head Anticosti Island -0.253909006483125588 +9344 aapg_ae_235.html aapg_ae_235.html:190:22872:22893 Black Creek Tuscaloosa, Alabama -0.474918987556243288 +9345 palaios_html_3406135825 palaios_html_3406135825:332:33211:33226 Elk Wisconsin -0.482987267474293158 +9346 aapg_ad_258.html aapg_ad_258.html:29:2881:2891 Greenbrier Upshur County, West Virginia -0.0567752597365521264 +9347 cspg_html_2040245760 cspg_html_2040245760:268:24254:24282 Baldonnel Victoria, British Columbia -0.499512563259915887 +9348 jgeology_html_2022713612 jgeology_html_2022713612:740:72793:72802 Knoxville Knoxville, Illinois -0.0218513582866363479 +9349 aapg_ah_664.html aapg_ah_664.html:215:20735:20743 Imperial Edmonton, London -0.456989251174634625 +9350 gsa_html_3333403908 gsa_html_3333403908:1217:93552:93556 Peel Weston, Florida -0.0268166470016257402 +9351 aapg_ad_958.html aapg_ad_958.html:1345:142903:142925 Gilmore City Iowa -0.222794031898850997 +9352 geology_html_3893583152 geology_html_3893583152:11:559:565 Moscow Russia -0.0239565449099976777 +9353 aapg_ai_398.html aapg_ai_398.html:242:26012:26032 Cane River Shreveport, Louisiana 0.347893541532280914 +9354 cspg_html_3554431164 cspg_html_3554431164:34:4388:4404 Flume Cheviot, Ohio -0.454610570976523354 +9355 aapg_ah_826.html aapg_ah_826.html:662:61372:61389 Repetto Ventura County, California -0.0260481030214056476 +9356 aapg_ah_329.html aapg_ah_329.html:69:6672:6691 Point Sal Knoxville, Illinois -0.11897432546639343 +9357 gsa_html_9755702281 gsa_html_9755702281:916:70661:70689 Green River New Mexico -0.0231533782740243055 +9358 aapg_ac_333.html aapg_ac_333.html:1025:123636:123644 Toroweap Coconino County, Arizona -0.202836699200052262 +9359 cspg_html_1019614994 cspg_html_1019614994:193:30062:30077 Banff Regina, Saskatchewan -0.00922476160912374769 +9360 aapg_aa_95.html aapg_aa_95.html:175:16754:16760 Denver Colorado -0.419862392479243229 +9361 sedimentology_html_2387931271 sedimentology_html_2387931271:434:52662:52668 Oregon Washington (state) -0.0381033635608957824 +9362 cspg_html_3233680622 cspg_html_3233680622:631:73992:74014 Lawson Banks Island -0.455211432419709627 +9363 aapg_ac_947.html aapg_ac_947.html:44:6438:6458 Citronelle Havana 0.0398649319803992402 +9364 cspg_html_4374961624 cspg_html_4374961624:11:1284:1300 Earlie Mount Robson Provincial Park -0.427661175709289521 +9365 geology_html_3745954494 geology_html_3745954494:13:623:633 Washington Seattle -0.456391730122837791 +9366 cspg_html_2954223000 cspg_html_2954223000:452:66328:66334 Provo Vienna -0.0278217295801544348 +9367 gsa_html_7808051457 gsa_html_7808051457:627:59719:59736 Manitou Manitou Springs, Colorado -0.468054102450840448 +9368 geology_html_5692481138 geology_html_5692481138:322:29204:29221 White Rock Jemez Mountains -0.0264132431935258684 +9369 aapg_ai_67.html aapg_ai_67.html:114:11581:11588 Bromide Texas 0.0155598297326953513 +9370 aapg_ad_626.html aapg_ad_626.html:102:12070:12104 Mohawk Texas -0.450608983410958508 +9371 aapg_ac_301.html aapg_ac_301.html:109:13457:13477 Kinnikinic Quartzite Boise, Idaho -0.455211432419709627 +9372 geology_html_9257671542 geology_html_9257671542:253:20609:20613 Hall London, Ontario -0.463636287457712182 +9373 cspg_html_9185158332 cspg_html_9185158332:29:5919:5984 Dunvegan Lacombe, Alberta -0.423098733122919901 +9374 gsa_html_1536819908 gsa_html_1536819908:488:44060:44066 Antler Sonoma, California -0.457501080653503367 +9375 AMJC_html_5199783484 AMJC_html_5199783484:13:735:743 Colorado Denver -0.0473205840884710904 +9376 AMJC_html_2905856018 AMJC_html_2905856018:1036:112216:112226 Washington Salem, Oregon -0.048597821756073703 +9377 gsa_html_1006178269 gsa_html_1006178269:748:63818:63825 Calvert China -0.463697875765281653 +9378 aapg_ac_79.html aapg_ac_79.html:443:48193:48225 Clinton Ohio -0.454258371760158153 +9379 cspg_html_2749851978 cspg_html_2749851978:609:68811:68828 Cardium Lacombe, Alberta -0.461390086357821749 +9380 cspg_html_4617311907 cspg_html_4617311907:181:30355:30368 Windsor Brunswick, New York -0.471395835230941529 +9381 aapg_ai_480.html aapg_ai_480.html:11:1486:1505 Kern River Sierra Nevada (Spain) -0.471432653520514666 +9382 aapg_ac_704.html aapg_ac_704.html:494:34213:34223 San Andres Texas -0.0219956359317186878 +9383 gsa_html_8688253811 gsa_html_8688253811:392:28357:28365 Scotland Ben Nevis -0.481756844989031929 +9384 aapg_aa_676.html aapg_aa_676.html:47:4984:4999 Weber Mancos, Colorado -0.459882881527063025 +9385 aapg_aa_682.html aapg_aa_682.html:596:59518:59522 Iola Washington (state) -0.461001107058420345 +9386 geology_html_7629007522 geology_html_7629007522:111:8418:8426 Gunsight Arizona -0.488759736831659075 +9387 gsa_html_6906557680 gsa_html_6906557680:67:5409:5437 Green River Colorado 0.0312166232625275784 +9388 aapg_ai_743.html aapg_ai_743.html:15:1538:1546 Colorado Denver -0.495740204770814097 +9389 aapg_ac_972.html aapg_ac_972.html:101:11709:11723 Monterey Kings City 0.00442984212241086077 +9390 cspg_html_4319383223 cspg_html_4319383223:46:7771:7775 Toad Victoria, British Columbia 0.0178798230809493093 +9391 aapg_aa_267.html aapg_aa_267.html:20:2444:2464 Greenbrier Huntington, West Virginia -0.488722172911972397 +9392 cspg_html_3849785044 cspg_html_3849785044:538:48933:48951 Woodbine Texas -0.447314589257592876 +9393 aapg_aa_718.html aapg_aa_718.html:416:40714:40732 Weverton Maryland 0.017756431536920126 +9394 aapg_ad_2.html aapg_ad_2.html:179:25697:25713 Loudoun Loudoun County, Virginia -0.530185953144556299 +9395 aapg_ah_231.html aapg_ah_231.html:45:4082:4091 Smackover Arkansas -0.00253281259735845714 +9396 aapg_ah_633.html aapg_ah_633.html:172:25111:25118 Anahuac Jackson County, Missouri -0.00574666843220395917 +9397 cspg_html_8227554214 cspg_html_8227554214:275:29069:29091 Hillsborough Hillsborough, California -0.473695342935840036 +9398 aapg_ad_466.html aapg_ad_466.html:1305:140044:140062 Patuxent Patapsco River -0.0353293487257537869 +9399 gsa_html_4272942270 gsa_html_4272942270:29:2796:2824 Green River Colorado -0.440354093294291316 +9400 aapg_ai_105.html aapg_ai_105.html:207:24315:24334 Fish Haven Dolomite Logan, Utah -0.255005543594555073 +9401 AMJC_html_8303556104 AMJC_html_8303556104:281:39473:39527 Forest Cleveland -0.50396633916237854 +9402 aapg_ad_145.html aapg_ad_145.html:26:2941:2956 Ouray Lisbon -0.0219799913092776147 +9403 geology_html_2224869536 geology_html_2224869536:270:21342:21348 Oxford Denmark -0.0252830771132320185 +9404 aapg_af_480.html aapg_af_480.html:9:1976:1991 Olentangy Ohio -0.451740527107044376 +9405 palaios_html_1560586324 palaios_html_1560586324:524:43838:43860 Temblor San Joaquin River -0.00819798606036370794 +9406 gsa_html_2657648234 gsa_html_2657648234:578:34726:34731 Rapid Puyuhuapi (volcanic group) -0.50196539530370976 +9407 aapg_ae_998.html aapg_ae_998.html:77:9822:9840 Evanston Absaroka -0.443692774120845845 +9408 aapg_ae_907.html aapg_ae_907.html:210:29070:29086 Tulare Rancho Santa Margarita, California -0.471405039658470026 +9409 aapg_ai_975.html aapg_ai_975.html:736:60145:60180 Comanche Peak Uvalde, Texas -0.47482657712880405 +9410 aapg_ah_260.html aapg_ah_260.html:208:26839:26859 Flagstaff North Horn Formation -0.126211269480800026 +9411 sedimentology_html_8424193602 sedimentology_html_8424193602:371:31885:31889 Hall London, Ontario -0.479670542308177961 +9412 cspg_html_9343899465 cspg_html_9343899465:104:14253:14262 Hecla Bay Banks Island -0.259304808162354683 +9413 cspg_html_3409371621 cspg_html_3409371621:383:46296:46304 Edmonton Calgary -0.500402370472918023 +9414 geology_html_3642506152 geology_html_3642506152:14:790:799 San Diego California -0.513115544774828347 +9415 aapg_ae_959.html aapg_ae_959.html:1090:80270:80287 Putnam West Texas -0.00109094831221136397 +9416 cspg_html_8247666269 cspg_html_8247666269:447:50088:50101 Deer Bay Middle East -0.118213326742896738 +9417 gsa_html_2321645136 gsa_html_2321645136:693:62159:62168 Extension England -0.490054357124853124 +9418 aapg_ac_861.html aapg_ac_861.html:138:14000:14010 North Cape North Island (Houtman Abrolhos) -0.435354069337884009 +9419 gsa_html_3187694794 gsa_html_3187694794:467:35171:35199 Green River Colorado -0.011327042139941219 +9420 cspg_html_5541937700 cspg_html_5541937700:792:101680:101696 Merced California -0.46305483027617389 +9421 palaios_html_3751051678 palaios_html_3751051678:703:71614:71647 Morrison Cheyenne, Wyoming -0.441927274708787343 +9422 aapg_ah_528.html aapg_ah_528.html:127:12407:12415 Moenkopi Logan, Utah 0.644124154095919388 +9423 cspg_html_9501006975 cspg_html_9501006975:30:3441:3476 Dunvegan Victoria, British Columbia -0.473157943062676001 +9424 sedimentology_html_3458220619 sedimentology_html_3458220619:256:20287:20302 Melville Island Papua New Guinea -0.0306269732531419848 +9425 jgeology_html_8447682494 jgeology_html_8447682494:148:8291:8313 Temiscouata Littleton, Colorado -0.496043265221558505 +9426 aapg_ad_111.html aapg_ad_111.html:3:425:444 Mesaverde Mesa, Arizona -0.22875572035433181 +9427 aapg_ae_874.html aapg_ae_874.html:343:34317:34334 Chugwater Cheyenne, Wyoming -0.462348471732962063 +9428 aapg_ah_991.html aapg_ah_991.html:396:62786:62794 Big Hill Texas -0.0303573786993141213 +9429 sedimentology_html_9848233876 sedimentology_html_9848233876:1129:61290:61294 Kano Sakai, Osaka -0.464450966712688929 +9430 aapg_ah_863.html aapg_ah_863.html:221:21138:21148 Pine Point Buffalo National River -0.507370411204501881 +9431 aapg_ai_975.html aapg_ai_975.html:446:40550:40567 Pine Island Pine Island (Lee County, Florida) -0.462453250854801823 +9432 aapg_ah_169.html aapg_ah_169.html:3:189:196 Carache Venezuela -0.0239791454230104222 +9433 cspg_html_4392308496 cspg_html_4392308496:424:58393:58414 Bonaventure Nashville Basin -0.494798572382738111 +9434 palaios_html_3112927242 palaios_html_3112927242:377:23706:23722 Juniata Knoxville, Tennessee -0.265773185047400828 +9435 cspg_html_3516764931 cspg_html_3516764931:114:19728:19738 Chancellor Middle Ordovician -0.0554302997400826919 +9436 aapg_ai_542.html aapg_ai_542.html:157:15438:15444 Navajo San Juan County, Utah -0.467877607461444023 +9437 aapg_ad_793.html aapg_ad_793.html:87:6099:6133 Cotton Valley Shreveport, Louisiana -0.00786789401885567251 +9438 cspg_html_7086880709 cspg_html_7086880709:300:38080:38090 Horn River Lacombe, Alberta 0.00313388258007131059 +9439 aapg_ae_710.html aapg_ae_710.html:310:26798:26819 Fort Union Wasatch Range -0.638134683748455611 +9440 palaios_html_2467851635 palaios_html_2467851635:398:38487:38495 Michigan Cheyenne, Wyoming -0.507416021579638388 +9441 cspg_html_4293350162 cspg_html_4293350162:418:46320:46341 Etherington Carnarvon, Western Australia -0.464656465989479628 +9442 gsa_html_3069013284 gsa_html_3069013284:15:964:976 Rhode Island Kingston, Jamaica -0.457487488497030304 +9443 cspg_html_9060847110 cspg_html_9060847110:572:75717:75752 Rocky Brook Hampden Park -0.487560856421757394 +9444 aapg_ai_296.html aapg_ai_296.html:422:41569:41576 Everton Calico Rock, Arkansas -0.445016883536767272 +9445 aapg_ak_36.html aapg_ak_36.html:694:54381:54399 Lisburne Anchorage, Alaska -0.509769574544015613 +9446 aapg_aa_1.html aapg_aa_1.html:234:25337:25356 Knoxville California -0.045529657990104451 +9447 jgeology_html_8064855537 jgeology_html_8064855537:298:21420:21439 Eagle Western world -0.0432358146258081874 +9448 aapg_aa_415.html aapg_aa_415.html:298:42654:42673 Escondido Medina County, Texas -0.469051848391689397 +9449 jgeology_html_4305195651 jgeology_html_4305195651:532:57048:57072 Slide Mountain Wayne County, Michigan -0.492239240738401806 +9450 aapg_ac_187.html aapg_ac_187.html:3427:323652:323669 Tamabra Matamoros, Tamaulipas -0.460091874413590562 +9451 aapg_ae_71.html aapg_ae_71.html:310:28649:28656 Kayenta Kayenta, Arizona -0.485495508601457515 +9452 cspg_html_1053895111 cspg_html_1053895111:192:25948:25955 Cardium Lacombe, Alberta -0.01223054087335982 +9453 gsa_html_1290697059 gsa_html_1290697059:785:56986:56995 Peninsula Quebec City -0.485308421911267773 +9454 aapg_ac_971.html aapg_ac_971.html:940:76404:76421 Seminole Arbuckle, California -0.473653815287124913 +9455 aapg_ae_171.html aapg_ae_171.html:82:7752:7763 Skull Creek South Fork South Platte River 0.00997357679106987589 +9456 gsa_html_9419594657 gsa_html_9419594657:570:46054:46082 Green River Iran -0.0252830771132320185 +9457 cspg_html_2695921112 cspg_html_2695921112:201:22425:22442 Cumberland Bridgetown, Nova Scotia -0.442682549290708161 +9458 cspg_html_3854139935 cspg_html_3854139935:42:6469:6481 Judith River North Carolina -0.505991286185948796 +9459 cspg_html_2758185645 cspg_html_2758185645:444:44536:44554 Rundle Lacombe, Alberta -0.474805786132168894 +9460 gsa_html_5865982995 gsa_html_5865982995:28:2833:2854 Green River Absaroka -0.44721379024503416 +9461 aapg_af_131.html aapg_af_131.html:269:25793:25810 Rustler Santa Rosa, California 0.00404765387058551775 +9462 palaios_html_3855840708 palaios_html_3855840708:45:2706:2712 Goshen Salem, Oregon -0.48184068160181448 +9463 AMJC_html_2905856018 AMJC_html_2905856018:967:108059:108065 Oregon Boise, Idaho -0.0493785557228638358 +9464 gsa_html_4883039712 gsa_html_4883039712:1041:95815:95843 Green River Colorado 0.0408119965625751285 +9465 cspg_html_1189888589 cspg_html_1189888589:29:4370:4378 Edmonton Edmonton, London -0.471363620495062197 +9466 aapg_ae_190.html aapg_ae_190.html:128:12188:12204 Warsaw Missouri River -0.192035680583277801 +9467 aapg_ac_575.html aapg_ac_575.html:249:40477:40485 Woodside Logan, Utah -0.477957819287112229 +9468 palaios_html_8950382583 palaios_html_8950382583:623:56369:56376 Andrews Abu Dhabi (emirate) -0.431256465733329653 +9469 aapg_aa_15.html aapg_aa_15.html:8:1185:1209 Caddell Texas -0.460205477971118548 +9470 aapg_aa_399.html aapg_aa_399.html:362:30233:30251 Paskapoo Edmonton, London -0.472678482936493838 +9471 palaios_html_7111318862 palaios_html_7111318862:1030:104686:104708 Judith River Lacombe, Alberta 0.838324048003173283 +9472 cspg_html_9768299963 cspg_html_9768299963:200:20826:20842 Battle Horseshoe Canyon Formation -0.0421753136565895317 +9473 aapg_ah_199.html aapg_ah_199.html:512:60980:60987 Pioneer Amarillo, Texas -0.00500312776260552431 +9474 gsa_html_5952049575 gsa_html_5952049575:833:80830:80836 Oregon Manchester, New Hampshire -0.47596853330555533 +9475 aapg_ac_912.html aapg_ac_912.html:24:2908:2916 Tensleep Cheyenne, Wyoming -0.0146701251889721322 +9476 cspg_html_4326384800 cspg_html_4326384800:1109:163632:163644 Cooking Lake Redwater, Texas -0.464501195477937445 +9477 aapg_ad_111.html aapg_ad_111.html:299:35459:35468 Mesaverde Newcastle, New South Wales -0.447404197686881167 +9478 palaios_html_4244053259 palaios_html_4244053259:40:3852:3869 Juniata Maryland -0.213172247575460327 +9479 aapg_ah_811.html aapg_ah_811.html:46:4553:4559 Paluxy Austin, Chicago -0.459294782857853967 +9480 gsa_html_7446479786 gsa_html_7446479786:704:66214:66242 Green River Colorado -0.0241651662660577748 +9481 gsa_html_5865982995 gsa_html_5865982995:1054:114480:114497 Bridger Cheyenne, Wyoming -0.0345376534934891677 +9482 aapg_ae_319.html aapg_ae_319.html:496:41628:41642 Duchesne River Lake Fork (Texas) -0.0565728879662720091 +9483 geology_html_8241069332 geology_html_8241069332:14:783:799 Orocopia Schist California -0.0147326815118864023 +9484 aapg_ad_184.html aapg_ad_184.html:650:90486:90493 Calvert Ohio -0.42658041474227687 +9485 cspg_html_3831007171 cspg_html_3831007171:9:824:830 Calmar Edmonton, London -0.0418288062445965891 +9486 cspg_html_1019614994 cspg_html_1019614994:405:67922:67932 Big Valley Lacombe, Alberta -0.466782751574986277 +9487 aapg_ah_528.html aapg_ah_528.html:516:55064:55072 Moenkopi Logan, Utah 0.260925430504569011 +9488 aapg_ad_466.html aapg_ad_466.html:1057:113315:113330 Vincentown Closter, New Jersey -0.0885085465147857076 +9489 aapg_aa_147.html aapg_aa_147.html:1012:100318:100323 Queen Ottawa, Kansas -0.474842748246669499 +9490 palaios_html_2994452429 palaios_html_2994452429:928:96086:96094 Columbia Lacombe, Alberta -0.500511877452422094 +9491 cspg_html_2559849177 cspg_html_2559849177:375:46626:46639 Turner Valley Lacombe, Alberta -0.482987267474293158 +9492 aapg_ah_232.html aapg_ah_232.html:50:5438:5451 Cotton Valley Mississippi River -0.0369546842337877615 +9493 aapg_ac_190.html aapg_ac_190.html:61:11748:11756 Columbia Wayne County, Michigan -0.0105834116577304821 +9494 cspg_html_4269474759 cspg_html_4269474759:831:82232:82239 Bearpaw Drumheller -0.243181372316186611 +9495 geology_html_1970740636 geology_html_1970740636:339:29221:29229 Colorado Pueblo, Colorado -0.0132991361893864783 +9496 aapg_aa_856.html aapg_aa_856.html:92:7848:7871 Cotton Valley County Sligo -0.0909262542358786202 +9497 aapg_ac_333.html aapg_ac_333.html:16:2494:2499 Supai Arizona -0.463478914486847693 +9498 geology_html_2158845616 geology_html_2158845616:326:25381:25388 Shuswap Victoria, British Columbia -0.0295955881019379606 +9499 aapg_ah_655.html aapg_ah_655.html:302:28650:28662 Fayetteville Chattanooga, Tennessee -0.477844221658683899 +9500 cspg_html_5973552270 cspg_html_5973552270:73:10438:10458 Swan Hills Swan Hill, Victoria -0.142861395115843143 +9501 gsa_html_5335667169 gsa_html_5335667169:774:82517:82545 Green River Colorado -0.00908750930208491146 +9502 geology_html_1598246130 geology_html_1598246130:18:642:652 Washington Seattle -0.0168874970090907538 +9503 cspg_html_9474105160 cspg_html_9474105160:9:1702:1710 Kootenay Lacombe, Alberta -0.457555451333636842 +9504 gsa_html_3586844705 gsa_html_3586844705:1117:94957:94985 Green River Colorado 0.00954443966628784266 +9505 aapg_ae_973.html aapg_ae_973.html:5:761:769 Wolfcamp Salado, Texas -0.465561228542891226 +9506 aapg_af_551.html aapg_af_551.html:7:821:842 Lake Valley Alamogordo, New Mexico -0.0270809523083245587 +9507 cspg_html_4516258038 cspg_html_4516258038:48:6781:6800 Griper Bay Middle Ordovician -0.444891759770598527 +9508 aapg_aa_23.html aapg_aa_23.html:881:115676:115685 Interlake California -0.418318873112032641 +9509 cspg_html_5484260516 cspg_html_5484260516:8:693:728 Banff Lacombe, Alberta -0.201236599775736463 +9510 gsa_html_3216417833 gsa_html_3216417833:498:44391:44401 Washington Seattle -0.418503531176707688 +9511 aapg_ai_772.html aapg_ai_772.html:7:1297:1307 Santa Cruz Guatemala -0.0564682153206667384 +9512 cspg_html_9361096527 cspg_html_9361096527:813:73711:73729 Foremost Lacombe, Alberta -0.44844429668252761 +9513 cspg_html_2729673354 cspg_html_2729673354:11:1891:1903 Medicine Hat Hatton, London -0.437098264428985472 +9514 gsa_html_6315159481 gsa_html_6315159481:1077:87811:87839 Green River Colorado 0.0208501389731201615 +9515 aapg_ah_763.html aapg_ah_763.html:261:26318:26334 Blaine San Angelo, Texas 0.359555043102217531 +9516 cspg_html_5456368738 cspg_html_5456368738:21:3086:3101 Elk Dolomites -0.0364256392683856012 +9517 gsa_html_3402632563 gsa_html_3402632563:62:4557:4585 Green River Colorado -0.0221938023877403003 +9518 cspg_html_7777724998 cspg_html_7777724998:175:26463:26510 Bellevue Bellevue, Nebraska -0.47601017133294582 +9519 cspg_html_2954223000 cspg_html_2954223000:1348:168473:168478 Weeks Tulsa, Oklahoma -0.457501080653503367 +9520 aapg_aa_157.html aapg_aa_157.html:102:10232:10242 Horn River Lacombe, Alberta 0.00346047674040686785 +9521 aapg_af_575.html aapg_af_575.html:564:77441:77447 Warsaw Burlington, Ontario -0.0205424838715731368 +9522 cspg_html_9119878068 cspg_html_9119878068:84:11164:11183 Waterways Swan Hill, Victoria -0.00729110700735253591 +9523 aapg_ac_190.html aapg_ac_190.html:7:713:748 Marcellus Pennsylvania 0.0125641469917892636 +9524 AMJC_html_8213961972 AMJC_html_8213961972:608:66657:66693 Hurricane Mountain Portland, Maine -0.0500861646985385212 +9525 cspg_html_7866293053 cspg_html_7866293053:190:19476:19498 Grand Rapids Clearwater, Florida -0.452882496357985831 +9526 aapg_ac_333.html aapg_ac_333.html:592:72186:72198 Hermit Supai, Arizona -0.512059862211240779 +9527 aapg_ah_328.html aapg_ah_328.html:310:32234:32240 Dakota Cheyenne, Wyoming 0.0891071384152699181 +9528 aapg_ae_516.html aapg_ae_516.html:88:10549:10576 Traverse Detroit River International Wildlife Refuge -0.454935799752899217 +9529 cspg_html_1814004928 cspg_html_1814004928:649:67310:67325 Leduc Lacombe, Alberta -0.435838488044850259 +9530 aapg_ae_904.html aapg_ae_904.html:323:33669:33677 Sundance Spearfish, South Dakota -0.0178850368240152588 +9531 aapg_ah_387.html aapg_ah_387.html:73:11496:11505 Knoxville California -0.514480042979990948 +9532 aapg_ah_93.html aapg_ah_93.html:56:8149:8171 Maywood Maywood, California -0.440300736461396947 +9533 cspg_html_8694594891 cspg_html_8694594891:74:9247:9267 Queenston Carlsbad, New Mexico -0.460655489757687109 +9534 cspg_html_9275863663 cspg_html_9275863663:999:133500:133525 Beaverhill Canada -0.464419004431934179 +9535 aapg_af_77.html aapg_af_77.html:252:19633:19642 Smackover Hopkins County, Kentucky -0.445016883536767272 +9536 cspg_html_8362959053 cspg_html_8362959053:136:19170:19194 Boulder Creek Victoria, British Columbia -0.0527882465150959351 +9537 aapg_ak_28.html aapg_ak_28.html:73:8564:8578 Webb Great Basin -0.482921973604061416 +9538 aapg_aa_123.html aapg_aa_123.html:57:6652:6656 Toad Victoria, British Columbia -0.44714211768966694 +9539 palaios_html_7111318862 palaios_html_7111318862:1216:113387:113405 Edmonton Lacombe, Alberta -0.473815322787249471 +9540 aapg_af_854.html aapg_af_854.html:448:58735:58757 Edwardsville Edwardsville, Illinois -0.0335442004664093935 +9541 aapg_ae_581.html aapg_ae_581.html:463:52807:52812 Mt Lytton Western world -0.484098022941034878 +9542 gsa_html_4047856284 gsa_html_4047856284:871:83767:83785 Monterey California -0.00712258914704064564 +9543 cspg_html_3235436073 cspg_html_3235436073:10:793:820 Saskatchewan Worcester, Massachusetts -0.465641239344597002 +9544 aapg_ac_903.html aapg_ac_903.html:16:1244:1254 Washington Salem, Oregon -0.0185871661481992051 +9545 aapg_ai_288.html aapg_ai_288.html:44:8499:8524 Bedford Santiago -0.488731563736560848 +9546 aapg_ac_286.html aapg_ac_286.html:42:3997:4004 Rodessa Cotton Valley, Louisiana -0.436832441054611387 +9547 cspg_html_2178758494 cspg_html_2178758494:266:35862:35889 Athabasca Lacombe, Alberta -0.458648092769168181 +9548 aapg_ai_549.html aapg_ai_549.html:212:22294:22302 Michigan Michigan -0.451751782124743317 +9549 gsa_html_4919500515 gsa_html_4919500515:1124:101182:101190 Colorado Denver -0.0399833098271603696 +9550 aapg_ae_157.html aapg_ae_157.html:67:5601:5606 Stark Colorado -0.0582723056187257615 +9551 aapg_ae_185.html aapg_ae_185.html:203:17908:17917 Shongaloo Cotton Valley, Louisiana -0.465568086328610908 +9552 aapg_ah_274.html aapg_ah_274.html:411:49883:49888 Piper Iceland -0.443701699352459789 +9553 gsa_html_5206676201 gsa_html_5206676201:29:2796:2824 Green River Colorado -0.0152331376513424877 +9554 gsa_html_3720789279 gsa_html_3720789279:1172:108678:108688 Washington Boise, Idaho -0.434673209477638822 +9555 cspg_html_1894459898 cspg_html_1894459898:385:39540:39578 Winnipegosis Regina, Saskatchewan -0.45295011354581094 +9556 aapg_ah_288.html aapg_ah_288.html:58:6769:6780 Sadlerochit Anchorage, Alaska -0.0589319525022998364 +9557 cspg_html_9735723617 cspg_html_9735723617:181:23246:23264 Imperial Anchorage, Alaska -0.474618689462150911 +9558 palaios_html_4736927967 palaios_html_4736927967:762:68237:68254 Roberts Mountains Reno, Nevada -0.388910974048475411 +9559 aapg_ad_43.html aapg_ad_43.html:693:69529:69536 Hanover Germany -0.448377013151321557 +9560 gsa_html_1636483297 gsa_html_1636483297:739:68482:68510 Green River Cheyenne, Wyoming -0.0907488732891309213 +9561 gsa_html_3014459865 gsa_html_3014459865:207:22575:22594 Pensauken Somerville, New Jersey -0.144346595578469794 +9562 aapg_ak_85.html aapg_ak_85.html:488:57180:57199 Smackover Shreveport, Louisiana -0.210051316034362612 +9563 gsa_html_4913703235 gsa_html_4913703235:103:9981:9998 Grimsby Hocking County, Ohio -0.435694684676078359 +9564 aapg_af_0.html aapg_af_0.html:407:44129:44138 Palmarito Arizona 0.00442984212241086077 +9565 aapg_ae_990.html aapg_ae_990.html:256:36039:36049 Rock River Cheyenne, Wyoming -0.440300736461396947 +9566 aapg_ai_689.html aapg_ai_689.html:285:30976:30982 Denver Colorado -0.0626555402961383595 +9567 aapg_ai_157.html aapg_ai_157.html:317:30678:30684 Guelph Tilbury, Ontario -0.0799966313740302221 +9568 aapg_ah_157.html aapg_ah_157.html:163:22075:22098 Knox Dolomite Galesville, Maryland -0.0603928418544483966 +9569 geology_html_1382073672 geology_html_1382073672:355:22299:22303 Dean Northern Great Plain -0.447135398674851747 +9570 sedimentology_html_9290555224 sedimentology_html_9290555224:720:48454:48479 Remedios Jamaica, Queens 0.316387443351835052 +9571 sedimentology_html_6276603644 sedimentology_html_6276603644:1259:83962:83967 Stark New Guinea -0.508641242562033691 +9572 aapg_ac_629.html aapg_ac_629.html:8:986:994 Beaumont Beaumont, Texas -0.038712565483401136 +9573 aapg_ai_613.html aapg_ai_613.html:54:9035:9048 Brushy Canyon Africa -0.0312827215063834832 +9574 cspg_html_5381643866 cspg_html_5381643866:33:4852:4870 Gething Victoria, British Columbia -0.442542141875480355 +9575 cspg_html_9717154602 cspg_html_9717154602:960:82931:82948 Bearpaw Saskatchewan River -0.46279500750727276 +9576 sedimentology_html_5669352825 sedimentology_html_5669352825:201:17554:17563 San Diego California -0.454113919430063184 +9577 jgeology_html_8265681594 jgeology_html_8265681594:123:6869:6878 Peninsula Korea -0.461128473443845555 +9578 aapg_ai_720.html aapg_ai_720.html:141:16702:16715 Potomac Maryland -0.44497889773871091 +9579 aapg_aa_591.html aapg_aa_591.html:128:19445:19461 Yucatan Mexico -0.410691617835270306 +9580 aapg_ah_203.html aapg_ah_203.html:596:98167:98200 Morrison New Mexico 0.0178468027380988617 +9581 cspg_html_6736202792 cspg_html_6736202792:152:20456:20475 Waterways Lacombe, Alberta -0.479893584862882694 +9582 aapg_ac_807.html aapg_ac_807.html:802:79540:79550 Tuscaloosa Tuscaloosa, Alabama -0.0551111072056462356 +9583 aapg_ad_2.html aapg_ad_2.html:1183:161691:161708 Pamelia Stones River 0.0216288601822427068 +9584 palaios_html_3105248303 palaios_html_3105248303:452:45195:45204 Frankfort Fulton, Missouri -0.460410000722277057 +9585 palaios_html_3022467877 palaios_html_3022467877:346:38248:38267 Navesink Closter, New Jersey -0.475397368106546647 +9586 aapg_ae_222.html aapg_ae_222.html:64:9699:9716 Leonard Texas -0.0203460739927139034 +9587 gsa_html_5341325188 gsa_html_5341325188:32:3237:3245 Colorado Raleigh, North Carolina -0.035632122339872542 +9588 cspg_html_4568084707 cspg_html_4568084707:70:10030:10051 Cooking Lake Lacombe, Alberta -0.138906068562895446 +9589 palaios_html_2994452429 palaios_html_2994452429:1358:122723:122746 Montney Lacombe, Alberta -0.466073422560892126 +9590 gsa_html_9535212992 gsa_html_9535212992:553:49077:49084 St Marys China -0.46687889797168336 +9591 gsa_html_1024107776 gsa_html_1024107776:26:2212:2229 Clifden Rocky Brook -0.0212255895810763706 +9592 aapg_ai_281.html aapg_ai_281.html:291:27203:27211 Rockwell Mexico -0.442595627901035182 +9593 gsa_html_8010927234 gsa_html_8010927234:355:29332:29348 Quimby Rangeley, Maine -0.489885075161781369 +9594 geology_html_4150214358 geology_html_4150214358:283:19792:19798 Brazil Earth -0.0732842696653886877 +9595 sedimentology_html_3917671511 sedimentology_html_3917671511:895:52805:52809 Hall London, Ontario -0.460091874413590562 +9596 cspg_html_9290046117 cspg_html_9290046117:798:94686:94726 Mount Head Lacombe, Alberta 0.00452191499750925936 +9597 aapg_af_97.html aapg_af_97.html:45:4577:4585 Richmond Maysville, Kentucky -0.00712258914704064564 +9598 aapg_ah_779.html aapg_ah_779.html:138:26268:26278 Bellefonte Pennsylvania -0.450676431675374467 +9599 gsa_html_1251300076 gsa_html_1251300076:118:10771:10782 Uncompahgre Reno, Nevada -0.0395063257526605052 +9600 aapg_ae_721.html aapg_ae_721.html:363:43191:43197 Oxford England -0.0340417857765505233 +9601 gsa_html_3436154175 gsa_html_3436154175:1206:95175:95196 Green River Cheyenne, Wyoming -0.0226179559252577995 +9602 aapg_ah_411.html aapg_ah_411.html:108:13494:13502 Colorado Cheyenne, Wyoming -0.495818327103384027 +9603 aapg_af_785.html aapg_af_785.html:288:27740:27747 Carrizo Charlotte, North Carolina -0.073441733687194255 +9604 palaios_html_9039698014 palaios_html_9039698014:56:6026:6044 Moenkopi Reno, Nevada -0.448350101124535771 +9605 cspg_html_8535889489 cspg_html_8535889489:221:32555:32588 Mackenzie Melville Island (Canada) -0.0323194681554540841 +9606 aapg_aa_379.html aapg_aa_379.html:81:9503:9518 Conemaugh Monongahela, Pennsylvania -0.0409860998014640113 +9607 cspg_html_9354781888 cspg_html_9354781888:104:19473:19498 Amaranth Manitoba -0.540548687228767033 +9608 aapg_af_486.html aapg_af_486.html:373:39131:39147 Tyonek McArthur River uranium mine -0.144937694756838209 +9609 gsa_html_3096615185 gsa_html_3096615185:18:982:1021 Weymouth Cambridge, Massachusetts -0.237018087799296506 +9610 aapg_ah_427.html aapg_ah_427.html:645:84422:84440 Parkwood Alabama -0.413843498963730405 +9611 aapg_af_18.html aapg_af_18.html:79:9872:9890 Morrison Black Hills -0.535467168763977819 +9612 geology_html_6638965672 geology_html_6638965672:53:3915:3934 Pocatello Boise, Idaho -0.0111724073673319709 +9613 sedimentology_html_2115038743 sedimentology_html_2115038743:54:4470:4478 Michigan Wisconsin -0.0271922402503122773 +9614 aapg_ae_272.html aapg_ae_272.html:762:74626:74634 Michigan Michigan -0.459996458565647859 +9615 geology_html_3056528983 geology_html_3056528983:242:21897:21905 Colorado Arctic Cordillera -0.036075857948020304 +9616 cspg_html_7330983978 cspg_html_7330983978:6:233:249 George Canada -0.0457352112838256136 +9617 geology_html_7747769822 geology_html_7747769822:59:5292:5298 Oregon Washington (state) -0.471432653520514666 +9618 palaios_html_3306053371 palaios_html_3306053371:643:76009:76025 Salem Bloomington, Indiana -0.448350101124535771 +9619 aapg_af_579.html aapg_af_579.html:279:29943:29960 Entrada Colorado -0.455803649368251795 +9620 cspg_html_1222040397 cspg_html_1222040397:340:45182:45187 Yukon Anchorage, Alaska -0.0780173331779520363 +9621 aapg_ae_4.html aapg_ae_4.html:165:18041:18060 Jefferson Logan, Utah -0.424249874232666135 +9622 aapg_ah_387.html aapg_ah_387.html:2259:248306:248312 Oregon Mariposa, California -0.0725250104300591975 +9623 sedimentology_html_6051696699 sedimentology_html_6051696699:39:2711:2730 Caledonia New Caledonia -0.49339517418577894 +9624 cspg_html_2501368748 cspg_html_2501368748:5:276:300 Stony Mountain Manitoba -0.456844361180692826 +9625 gsa_html_6410775201 gsa_html_6410775201:13:606:612 Denver Colorado -0.0265036602918163264 +9626 sedimentology_html_6663191436 sedimentology_html_6663191436:853:68039:68052 Rockwell Los Angeles -0.471543117662309108 +9627 aapg_ad_169.html aapg_ad_169.html:439:50722:50735 Maccrady Greenbrier (Great Smoky Mountains) -0.46814580209221146 +9628 aapg_ae_981.html aapg_ae_981.html:266:23145:23165 Bainbridge Missouri River -0.0311226948006410493 +9629 aapg_ad_368.html aapg_ad_368.html:19:2372:2391 Newcastle Powder River Basin 0.75971309322455971 +9630 palaios_html_9663500426 palaios_html_9663500426:743:57288:57321 Morrison Colorado -0.440387442871438828 +9631 cspg_html_8128756616 cspg_html_8128756616:345:40837:40856 Clearwater Canada -0.462102516958969756 +9632 aapg_ah_505.html aapg_ah_505.html:526:40388:40408 Ingleside Virginia -0.469028899015838996 +9633 aapg_aa_351.html aapg_aa_351.html:160:17710:17716 Wilcox Missouri River -0.444451727274864927 +9634 cspg_html_9330018201 cspg_html_9330018201:69:11660:11666 Gordon Elko, Nevada -0.0583176759976086131 +9635 gsa_html_9152662653 gsa_html_9152662653:1124:98678:98684 Provo Switzerland -0.490195451192383946 +9636 AMJC_html_9664623849 AMJC_html_9664623849:1053:98388:98397 San Diego California -0.451731523193220186 +9637 aapg_ah_779.html aapg_ah_779.html:383:71483:71489 Laurel Jeffersonville, Indiana -0.0333423889393398495 +9638 aapg_aa_777.html aapg_aa_777.html:479:47724:47761 Provo Boise, Idaho -0.485285038948243097 +9639 gsa_html_3289054608 gsa_html_3289054608:1120:112138:112146 Victoria Echuca -0.499198739530653746 +9640 aapg_aa_890.html aapg_aa_890.html:152:17366:17376 Nolichucky Saltville, Virginia -0.439565169119916221 +9641 gsa_html_4883039712 gsa_html_4883039712:579:55825:55846 Chucunaque Clarita, Oklahoma -0.495711798447340535 +9642 palaios_html_4880574501 palaios_html_4880574501:10:436:467 Kope Cincinnati -0.0321281154583834411 +9643 gsa_html_2098291403 gsa_html_2098291403:451:40860:40870 Washington Salem, Oregon -0.475991665297052891 +9644 geology_html_2005459798 geology_html_2005459798:361:29578:29588 Washington Bolivia 0.00419010566422036834 +9645 cspg_html_3104351736 cspg_html_3104351736:140:17776:17784 Columbia Boise, Idaho -0.0176486817607870612 +9646 aapg_ai_153.html aapg_ai_153.html:245:40012:40025 Barnett Texas -0.0636876527409236254 +9647 cspg_html_9872589627 cspg_html_9872589627:32:4271:4288 Halfway Victoria, British Columbia -0.447168994241326834 +9648 aapg_ae_344.html aapg_ae_344.html:114:11482:11492 Tuscaloosa New Delhi -0.439391917689554934 +9649 cspg_html_8250500468 cspg_html_8250500468:509:55295:55312 Cardium Lacombe, Alberta -0.453924360728879206 +9650 AMJC_html_1252169248 AMJC_html_1252169248:616:60432:60465 Westboro Cambridge, Massachusetts -0.47675536629509363 +9651 gsa_html_6118245064 gsa_html_6118245064:83:7452:7480 Green River Colorado -0.0182917127831857887 +9652 aapg_ai_44.html aapg_ai_44.html:71:11927:11933 Perija Lake Maracaibo -0.0732737722349117437 +9653 gsa_html_8729482339 gsa_html_8729482339:1002:83186:83214 Green River New Mexico -0.447133159014188541 +9654 aapg_ad_160.html aapg_ad_160.html:134:10566:10578 Marble Falls Llano, Texas -0.0440369350634172291 +9655 geology_html_4509927877 geology_html_4509927877:297:24955:24970 Gates Canada -0.0383226719059837143 +9656 cspg_html_9343899465 cspg_html_9343899465:839:76347:76360 Griper Bay Little Cornwallis Island -0.452977161832460395 +9657 aapg_ae_813.html aapg_ae_813.html:665:54446:54459 Santa Barbara Juticalpa -0.471405039658470026 +9658 gsa_html_6410775201 gsa_html_6410775201:12:520:539 Sandia New Mexico -0.0342192516575154232 +9659 aapg_ai_410.html aapg_ai_410.html:371:32546:32552 Maroon Cheyenne, Wyoming -0.449811224417208722 +9660 cspg_html_6472484014 cspg_html_6472484014:143:18439:18459 La Vieille New Brunswick, New Jersey -0.458695727712452594 +9661 aapg_ae_915.html aapg_ae_915.html:9:1135:1147 Dakota Benton, Arkansas -0.417380918090655029 +9662 palaios_html_3022467877 palaios_html_3022467877:389:44337:44348 Hornerstown Navesink River -0.476385003272562391 +9663 aapg_af_393.html aapg_af_393.html:104:15542:15555 Mountain City Grandfather Mountain -0.481870957939069144 +9664 aapg_ad_351.html aapg_ad_351.html:751:65132:65154 Reeds Spring Springfield, Illinois -0.0463048645997310923 +9665 cspg_html_8678892218 cspg_html_8678892218:38:5842:5850 Pine Key Key West, Florida -0.459819284677136619 +9666 cspg_html_4298557570 cspg_html_4298557570:50:7930:7948 Paskapoo Drumheller -0.0464529461178900122 +9667 aapg_ah_876.html aapg_ah_876.html:563:69317:69335 Glen Rose Rodessa, Louisiana -0.470457490274840129 +9668 gsa_html_8321564642 gsa_html_8321564642:882:83908:83914 Walker Mojave Desert -0.0323925309205377876 +9669 aapg_ae_803.html aapg_ae_803.html:542:67347:67359 Todos Santos Santa Rosa, California 0.0116050390489145696 +9670 aapg_aa_117.html aapg_aa_117.html:3:205:233 Cobourg Ontario, California -0.387780978139001864 +9671 aapg_af_193.html aapg_af_193.html:836:68613:68642 Jefferson Shreveport, Louisiana -0.457501080653503367 +9672 aapg_ae_68.html aapg_ae_68.html:322:39032:39052 Strathearn Elko, Nevada -0.46132865731218986 +9673 aapg_ac_484.html aapg_ac_484.html:692:90716:90734 Monterey California -0.438007065376213589 +9674 aapg_ai_932.html aapg_ai_932.html:354:54601:54622 Paso Robles Carrizo Plain -0.00652496303282925402 +9675 aapg_ac_222.html aapg_ac_222.html:221:30462:30477 Rico Hermosa, Chicago -0.503894623171085909 +9676 aapg_ah_647.html aapg_ah_647.html:442:47618:47637 Horquilla Tombstone, Arizona -0.464706706380762058 +9677 aapg_ah_536.html aapg_ah_536.html:439:57028:57045 Rodessa Shreveport, Louisiana -0.208448707450616055 +9678 cspg_html_2769629211 cspg_html_2769629211:140:16582:16597 Hay River Hay River (Canada) -0.203379536645908077 +9679 aapg_ad_947.html aapg_ad_947.html:731:73601:73611 Wind River Uinta Mountains -0.479719327950920094 +9680 aapg_ac_520.html aapg_ac_520.html:146:15129:15133 Aida Adriatic Sea -0.481870957939069144 +9681 aapg_af_854.html aapg_af_854.html:423:55184:55201 Carwood Carwood, Indiana -0.0378335861423178335 +9682 aapg_ac_629.html aapg_ac_629.html:472:59206:59231 Prairie Colorado -0.456479975332736432 +9683 aapg_ae_470.html aapg_ae_470.html:138:18970:18976 Wilcox Oklahoma City -0.419958128211776138 +9684 aapg_ae_147.html aapg_ae_147.html:189:20911:20927 Modelo South Mountains (Arizona) -0.0159925297595795608 +9685 aapg_ai_997.html aapg_ai_997.html:1098:102787:102803 Funks Putah Creek -0.470696581042233275 +9686 palaios_html_5582845937 palaios_html_5582845937:321:32569:32576 Hampton Virginia -0.443688311537407287 +9687 aapg_ae_143.html aapg_ae_143.html:6:633:654 Gilwood Lacombe, Alberta 0.943492097118731499 +9688 geology_html_8092008701 geology_html_8092008701:241:17924:17936 Grand Rapids Michigan -0.473903010792736112 +9689 aapg_ad_351.html aapg_ad_351.html:874:80131:80147 Keokuk Burlington, Ontario -0.00229308019174294993 +9690 sedimentology_html_3627077271 sedimentology_html_3627077271:32:2264:2274 Washington Wa (Japan) -0.0100083249466689488 +9691 cspg_html_6064089067 cspg_html_6064089067:69:7822:7830 Winnipeg Manitoba -0.458865873154244486 +9692 gsa_html_7915521951 gsa_html_7915521951:996:90161:90170 Extension California -0.0238644046922454368 +9693 aapg_ai_49.html aapg_ai_49.html:346:43476:43488 Dakota Logan, Utah -0.362403129138722635 +9694 cspg_html_8990290265 cspg_html_8990290265:490:71929:71934 Price Victoria, British Columbia -0.0186775409744464604 +9695 aapg_ah_188.html aapg_ah_188.html:36:4520:4540 Minnekahta Black Hills -0.0377274176775576064 +9696 aapg_ae_23.html aapg_ae_23.html:598:59413:59419 Laguna Mexico -0.00885991470119330479 +9697 cspg_html_5705427229 cspg_html_5705427229:44:4899:4920 Pine Point Great Slave Lake -0.065004686709534798 +9698 aapg_af_849.html aapg_af_849.html:22:3454:3460 Denver Colorado -0.0620181988461695199 +9699 gsa_html_1347484649 gsa_html_1347484649:175:16253:16270 Wasatch Cheyenne, Wyoming -0.0260481030214056476 +9700 aapg_ac_414.html aapg_ac_414.html:370:42401:42419 Plympton Reno, Nevada -0.0159925297595795608 +9701 cspg_html_2175627313 cspg_html_2175627313:1017:91884:91914 Doig Lacombe, Alberta -0.0143781976835972679 +9702 cspg_html_3233680622 cspg_html_3233680622:110:15929:15947 Beaufort Ellesmere Island 0.0162062760616442578 +9703 aapg_ai_567.html aapg_ai_567.html:537:67270:67276 Oregon Anchorage, Alaska -0.0384097003788234775 +9704 gsa_html_3447147750 gsa_html_3447147750:514:35872:35891 Red Bluff Vail, Colorado -0.022564066972144893 +9705 aapg_ae_826.html aapg_ae_826.html:19:1945:1962 Edgewood Harrodsburg, Indiana -0.46132865731218986 +9706 aapg_ad_696.html aapg_ad_696.html:274:25600:25613 Cook Mountain Houston County, Alabama 0.036373432354292988 +9707 gsa_html_5064963350 gsa_html_5064963350:634:66791:66800 Talkeetna Talkeetna, Alaska -0.470292003998596664 +9708 cspg_html_9354781888 cspg_html_9354781888:668:53692:53700 Columbia Victoria, British Columbia -0.45995556917210767 +9709 aapg_ad_808.html aapg_ad_808.html:919:62499:62507 Cloverly Greybull, Wyoming -0.434673209477638822 +9710 cspg_html_8414893458 cspg_html_8414893458:328:43024:43031 Cadomin Lacombe, Alberta -0.00871745152629535731 +9711 cspg_html_9343899465 cspg_html_9343899465:1350:112783:112802 Nordstrand Point Hell Gate -0.217407220517583905 +9712 aapg_aa_351.html aapg_aa_351.html:49:5906:5918 Richmond Tahlequah, Oklahoma -0.47596853330555533 +9713 cspg_html_2834693711 cspg_html_2834693711:893:113507:113526 Chuckanut Washington (state) -0.472770666406185036 +9714 aapg_ai_540.html aapg_ai_540.html:148:11585:11590 Vaqueros Oxnard, California -0.014941203695627946 +9715 geology_html_3509939317 geology_html_3509939317:253:21357:21365 Columbia Victoria, British Columbia -0.0393792500826810471 +9716 cspg_html_2769629211 cspg_html_2769629211:778:75908:75924 Besa River Victoria, British Columbia -0.0334258967197983703 +9717 aapg_ac_301.html aapg_ac_301.html:80:10814:10834 Kinnikinic Quartzite Reno, Nevada -0.439338616046586639 +9718 aapg_ah_49.html aapg_ah_49.html:62:7584:7591 Castaic Saugus, Massachusetts -0.0507694363735156085 +9719 aapg_ad_466.html aapg_ad_466.html:908:98561:98572 Hornerstown Navesink River -0.470292003998596664 +9720 AMJC_html_1053655307 AMJC_html_1053655307:14:627:637 Washington Seattle -0.454143259443463898 +9721 aapg_ac_380.html aapg_ac_380.html:402:47347:47355 Michigan Michigan -0.505093093122894188 +9722 aapg_ae_380.html aapg_ae_380.html:187:14829:14838 Vicksburg Texas -0.480728181628129914 +9723 sedimentology_html_8763654603 sedimentology_html_8763654603:740:37581:37585 Hall London, Ontario -0.463834753943271672 +9724 aapg_ad_171.html aapg_ad_171.html:58:7118:7138 Red Bluff Tehama, California -0.0125641469917892202 +9725 aapg_ah_655.html aapg_ah_655.html:315:29869:29874 Atoka Hartshorne, Oklahoma -0.0249388283192189877 +9726 sedimentology_html_6949444683 sedimentology_html_6949444683:989:50219:50232 Madison Cheyenne, Wyoming -0.060940981097562269 +9727 cspg_html_9960861302 cspg_html_9960861302:11:1066:1084 Dunvegan Western world -0.432223543643836305 +9728 aapg_aa_295.html aapg_aa_295.html:62:6357:6367 Washington California -0.029755595097347827 +9729 aapg_ai_83.html aapg_ai_83.html:175:17112:17125 Bedford Cleveland -0.471405039658470026 +9730 aapg_af_833.html aapg_af_833.html:783:85941:85953 Dakota Powder River Basin -0.000364807386249416544 +9731 aapg_af_854.html aapg_af_854.html:364:46722:46732 Keokuk Iowa 0.371979688155382515 +9732 cspg_html_1509800797 cspg_html_1509800797:133:13069:13082 Turner Valley Calgary -0.0312427146313614852 +9733 cspg_html_5484260516 cspg_html_5484260516:1205:110525:110533 Columbia Lacombe, Alberta 0.00496143412054320457 +9734 aapg_ac_253.html aapg_ac_253.html:64:9453:9459 Frisco Frisco, Texas -0.471639785200352879 +9735 cspg_html_7404699681 cspg_html_7404699681:321:34282:34290 Columbia Lacombe, Alberta -0.48184068160181448 +9736 cspg_html_7777724998 cspg_html_7777724998:185:27908:27921 Elk Bellevue, Nebraska -0.494798572382738111 +9737 aapg_aa_960.html aapg_aa_960.html:41:5290:5298 Colorado Arizona -0.076928189394647864 +9738 jgeology_html_1124140788 jgeology_html_1124140788:86:3238:3252 Ogallala Nebraska -0.453495743339231705 +9739 geology_html_8106588521 geology_html_8106588521:148:13245:13273 Green River Logan, Utah -0.0199532604557582163 +9740 aapg_ae_464.html aapg_ae_464.html:636:40881:40887 Sierra Mexico -0.434712986404073964 +9741 cspg_html_9912281240 cspg_html_9912281240:696:75956:75972 Viking Lacombe, Alberta -0.484674969173666037 +9742 aapg_aa_702.html aapg_aa_702.html:176:75595:75623 Wabamun Canada -0.458720680358492616 +9743 aapg_aa_426.html aapg_aa_426.html:230:51574:51584 Mooreville Selma to Montgomery marches -0.514431617555045517 +9744 aapg_aa_698.html aapg_aa_698.html:252:22433:22439 Muskeg Lacombe, Alberta -0.0375359691930512371 +9745 aapg_ai_157.html aapg_ai_157.html:350:33055:33061 Guelph Guelph -0.438093558395168947 +9746 gsa_html_8244777175 gsa_html_8244777175:551:61270:61281 Spider Lake Portland, Maine -0.0582339155461368482 +9747 sedimentology_html_6419514525 sedimentology_html_6419514525:107:9493:9499 Sierra Sierra Nevada (Spain) -0.0116953885534583375 +9748 palaios_html_5582845937 palaios_html_5582845937:310:31093:31101 Virginia Hampton, New Hampshire -0.46927678392355654 +9749 sedimentology_html_8501487717 sedimentology_html_8501487717:1605:114411:114445 Waterfowl Middle East 0.00421268950566507355 +9750 gsa_html_6194837075 gsa_html_6194837075:437:34912:34932 Fredericksburg Paluxy, Texas -0.480367741483547772 +9751 aapg_aa_702.html aapg_aa_702.html:251:80245:80253 Colorado Colorado -0.0312235809553752276 +9752 cspg_html_4298557570 cspg_html_4298557570:124:19291:19303 Wapiti Edmonton, London -0.410594631039922164 +9753 aapg_ai_699.html aapg_ai_699.html:444:52845:52866 Tribes Hill Canada -0.426510306242507076 +9754 cspg_html_1934220426 cspg_html_1934220426:69:8766:8789 Lone Mountain Canol Heritage Trail -0.500385707625650822 +9755 aapg_ad_2.html aapg_ad_2.html:889:125306:125319 Potsdam Adirondack Mountains -0.0591727928419457441 +9756 palaios_html_7111318862 palaios_html_7111318862:716:72279:72294 Aguja Texas -0.473778404154942046 +9757 geology_html_7125684017 geology_html_7125684017:12:638:648 Washington Washington (state) -0.455211432419709627 +9758 aapg_ae_319.html aapg_ae_319.html:17:2246:2252 Navajo Carmel, Indiana -0.409582227139468624 +9759 cspg_html_2920938670 cspg_html_2920938670:314:35245:35257 Luscar Lacombe, Alberta -0.480277073774662555 +9760 geology_html_7977615951 geology_html_7977615951:262:24627:24642 Mesaverde Colorado -0.292780033031026066 +9761 gsa_html_6312552307 gsa_html_6312552307:29:2796:2824 Green River Colorado -0.00861668517403405519 +9762 aapg_ai_787.html aapg_ai_787.html:271:29137:29155 Oakville Oakville, California -0.438093558395168947 +9763 aapg_ae_305.html aapg_ae_305.html:244:29377:29385 Onondaga Colombia -0.0792608673663744157 +9764 gsa_html_8955900843 gsa_html_8955900843:981:85023:85051 Green River Colorado -0.0120741642534044936 +9765 gsa_html_5773604426 gsa_html_5773604426:501:43096:43131 Wilcox Middle East -0.0340731030781195529 +9766 gsa_html_8985264904 gsa_html_8985264904:71:5238:5266 Green River New Mexico -0.00752216847350437468 +9767 sedimentology_html_2319942817 sedimentology_html_2319942817:86:7543:7554 White River Uinta Mountains -0.441397390812390766 +9768 cspg_html_3772380029 cspg_html_3772380029:440:56495:56511 Bad Cache Rapids Churchill River (Atlantic) -0.47944058990843208 +9769 palaios_html_3022467877 palaios_html_3022467877:589:56599:56607 Virginia Delaware -0.00922476160912374769 +9770 cspg_html_1462870252 cspg_html_1462870252:921:98899:98927 Wabamun Lacombe, Alberta -0.448350101124535771 +9771 gsa_html_2444844353 gsa_html_2444844353:657:58431:58459 Green River Colorado -0.00305744578029933057 +9772 gsa_html_2584301292 gsa_html_2584301292:884:74316:74353 Blackwater Draw Texas -0.0282634328663418991 +9773 aapg_ai_969.html aapg_ai_969.html:197:21810:21827 Belly River Lacombe, Alberta -0.00603852775893074737 +9774 cspg_html_3404912985 cspg_html_3404912985:736:102584:102604 Milk River Lacombe, Alberta -0.0523384112455297576 +9775 cspg_html_2184091860 cspg_html_2184091860:548:50683:50700 Romaine Anticosti Island -0.213574269263225425 +9776 gsa_html_1024107776 gsa_html_1024107776:1293:116534:116567 Windsor New Brunswick, New Jersey -0.431256465733329653 +9777 aapg_af_48.html aapg_af_48.html:492:42883:42900 Shakopee Wisconsin -0.441419648744354465 +9778 palaios_html_5582845937 palaios_html_5582845937:359:36160:36167 Hampton Virginia -0.428798065147820595 +9779 cspg_html_2799817929 cspg_html_2799817929:330:38440:38457 Cardium Lacombe, Alberta -0.4597965726108596 +9780 gsa_html_5107598462 gsa_html_5107598462:568:55033:55046 Salina Waynesboro, Pennsylvania -0.483407132229491276 +9781 sedimentology_html_3181527419 sedimentology_html_3181527419:334:19513:19517 Earp Supai, Arizona -0.040244442684913409 +9782 cspg_html_4407096618 cspg_html_4407096618:447:39598:39648 Besa River Victoria, British Columbia -0.441517589995484405 +9783 aapg_ah_203.html aapg_ah_203.html:472:74845:74863 Morrison Vienna 0.0460261302066254721 +9784 aapg_aa_960.html aapg_aa_960.html:81:7953:7961 Bellevue Entrada Sandstone -0.0662433899800721065 +9785 cspg_html_6038396142 cspg_html_6038396142:70:10790:10798 Winnipeg Winnipeg -0.0161993249316557293 +9786 cspg_html_2083823293 cspg_html_2083823293:51:7532:7547 Kootenay Lacombe, Alberta -0.00424743388825097462 +9787 aapg_ae_59.html aapg_ae_59.html:509:44212:44220 Colorado Colorado -0.495735470317003268 +9788 aapg_aa_697.html aapg_aa_697.html:423:38978:39005 Winnipegosis Williston, Vermont -0.0353624097936946907 +9789 geology_html_6064550828 geology_html_6064550828:257:21109:21127 Imperial Southern California -0.466144329889246756 +9790 jgeology_html_4115179562 jgeology_html_4115179562:632:50072:50100 Hardyston Pennsylvania -0.0378335861423178335 +9791 gsa_html_3069013284 gsa_html_3069013284:525:56713:56729 Forest Arizona -0.474863540124580097 +9792 sedimentology_html_7390870545 sedimentology_html_7390870545:790:68786:68790 Hall London, Ontario -0.463478914486847693 +9793 gsa_html_7875871937 gsa_html_7875871937:626:58524:58536 Saskatchewan Regina, Saskatchewan -0.456541073233143302 +9794 aapg_ac_366.html aapg_ac_366.html:76:11180:11189 Tuscarora Closter, New Jersey -0.00576230371979552514 +9795 aapg_ad_683.html aapg_ad_683.html:75:11528:11541 Abo Kaibab, Arizona -7.99101848956195929e-05 +9796 gsa_html_5367337460 gsa_html_5367337460:63:4405:4433 Green River Colorado 0.0199602128363288688 +9797 gsa_html_3696101390 gsa_html_3696101390:523:52716:52726 Washington Fidalgo Island -0.453130450697368015 +9798 cspg_html_9222238695 cspg_html_9222238695:170:24048:24055 Cadomin Clearwater, Florida 0.00828311544079899167 +9799 aapg_ae_992.html aapg_ae_992.html:619:54534:54553 Chugwater Cheyenne, Wyoming -0.0188530778518021767 +9800 cspg_html_7587979364 cspg_html_7587979364:214:17287:17311 Sulphur Point Swan Hill, Victoria -0.0283642962878183774 +9801 aapg_ah_647.html aapg_ah_647.html:657:73166:73174 Wolfcamp Colina, Chile -0.439502972586644391 +9802 aapg_ac_191.html aapg_ac_191.html:284:42306:42323 Tamabra Matamoros, Tamaulipas -0.435838488044850259 +9803 jgeology_html_5518896417 jgeology_html_5518896417:244:11017:11025 Richmond Garibaldi (fish) -0.450743884934886652 +9804 sedimentology_html_9029753636 sedimentology_html_9029753636:224:19373:19377 Java Borneo 0.0251700652752691496 +9805 geology_html_6060647318 geology_html_6060647318:251:20945:20954 San Diego San Francisco -0.447133159014188541 +9806 gsa_html_9052101586 gsa_html_9052101586:512:63516:63529 Lake Michigan Peoria, Illinois -0.470181697121159758 +9807 palaios_html_1262064602 palaios_html_1262064602:973:97240:97256 Chinle Newport, Rhode Island -0.00417620791845697229 +9808 cspg_html_4287356899 cspg_html_4287356899:3940:390058:390073 Lisburne Great Britain -0.0585689638564125953 +9809 aapg_af_889.html aapg_af_889.html:131:11985:12000 Whitehorse Pecos County, Texas -0.41964702171351137 +9810 geology_html_4466142312 geology_html_4466142312:183:17509:17517 Beaumont Beaumont, Texas 0.00479118531736136624 +9811 aapg_ae_180.html aapg_ae_180.html:91:11094:11111 Denver Aspen, Colorado -0.0871712324721038018 +9812 sedimentology_html_8818207519 sedimentology_html_8818207519:503:44669:44692 Carmel California -0.446011775932438015 +9813 aapg_aa_625.html aapg_aa_625.html:102:10172:10192 Smackover Arkansas -0.469038078694436811 +9814 aapg_ad_931.html aapg_ad_931.html:114:11819:11825 Borden Jennings County, Indiana -0.490449479583778825 +9815 gsa_html_7102550258 gsa_html_7102550258:1300:125808:125814 Navajo Arizona -0.47249414511500698 +9816 aapg_ac_538.html aapg_ac_538.html:181:21732:21748 Viking Lacombe, Alberta -0.0392835092525669338 +9817 sedimentology_html_3914054382 sedimentology_html_3914054382:877:62434:62444 Santa Cruz California -0.0444288146314834667 +9818 aapg_aa_251.html aapg_aa_251.html:134:10696:10714 Woodbine East Texas -0.485799611688376376 +9819 geology_html_8042752734 geology_html_8042752734:114:9468:9485 Saugus Earth 0.00738665861447657893 +9820 aapg_af_461.html aapg_af_461.html:189:17550:17558 Michigan Michigan -0.0345376534934891677 +9821 aapg_ad_808.html aapg_ad_808.html:1502:104138:104153 Mesaverde Colorado 0.503942433144025204 +9822 aapg_af_308.html aapg_af_308.html:322:37097:37106 Tuscarora Hancock County, Indiana -0.452172819913734925 +9823 cspg_html_9683836416 cspg_html_9683836416:423:68800:68816 Oldman Lacombe, Alberta -0.445989406971527558 +9824 aapg_af_763.html aapg_af_763.html:326:33421:33443 Lone Mountain Reno, Nevada -0.22534331255255341 +9825 gsa_html_8622484687 gsa_html_8622484687:564:51437:51456 Carbonera Cordillera Administrative Region -0.437987106587424679 +9826 aapg_aa_302.html aapg_aa_302.html:322:38390:38406 Kaibab Arizona -0.0258220684876826687 +9827 sedimentology_html_8169007399 sedimentology_html_8169007399:459:51233:51239 Taylor London, Ontario -0.0652667315125914776 +9828 cspg_html_5675079479 cspg_html_5675079479:549:54312:54346 Waterways Lacombe, Alberta -0.463478914486847693 +9829 gsa_html_5625878232 gsa_html_5625878232:106:14170:14176 Guinda California -0.486735992068403789 +9830 sedimentology_html_7279541485 sedimentology_html_7279541485:1270:66745:66754 Lancaster California -0.471382028770717776 +9831 cspg_html_3516764931 cspg_html_3516764931:380:61753:61762 Ice River Victoria, British Columbia -0.0627236437644316941 +9832 aapg_af_482.html aapg_af_482.html:104:13918:13934 Atima Honduras -0.491068403850714985 +9833 cspg_html_8362959053 cspg_html_8362959053:51:8057:8073 Luscar Victoria, British Columbia -0.458720680358492616 +9834 aapg_ac_246.html aapg_ac_246.html:406:40364:40393 Skull Creek Black Hills 0.717000390319140202 +9835 cspg_html_2208643572 cspg_html_2208643572:672:65660:65666 Oxford Pergamon Museum -0.476028677762377117 +9836 aapg_aa_995.html aapg_aa_995.html:641:51631:51637 Denver Cheyenne, Wyoming -0.0776583441323688423 +9837 aapg_aa_906.html aapg_aa_906.html:23:3377:3397 Fort Union Cheyenne, Wyoming 0.0887911556765153265 +9838 cspg_html_9717154602 cspg_html_9717154602:449:52927:52944 Bearpaw Lacombe, Alberta -0.0410714115890523021 +9839 palaios_html_1369839314 palaios_html_1369839314:474:40878:40882 Hall London, Ontario -0.478284785297837578 +9840 cspg_html_1230998910 cspg_html_1230998910:6:395:409 Wabamun Lacombe, Alberta -0.485729424463417547 +9841 cspg_html_1019614994 cspg_html_1019614994:634:95751:95784 Palliser Lacombe, Alberta -0.422007842206250927 +9842 jgeology_html_1964872752 jgeology_html_1964872752:498:40406:40425 Pensauken Middle East -0.0137370110791438689 +9843 aapg_ak_87.html aapg_ak_87.html:482:61436:61445 San Pedro Supai, Arizona -0.442916609041378917 +9844 cspg_html_8928894270 cspg_html_8928894270:476:57377:57385 Woodbend Western Canadian Sedimentary Basin -0.445157668105484183 +9845 sedimentology_html_2020421154 sedimentology_html_2020421154:750:49511:49516 Tyson Okavango Delta -0.439565169119916221 +9846 cspg_html_9768299963 cspg_html_9768299963:46:5382:5399 Bearpaw Lacombe, Alberta -0.100852728866386784 +9847 gsa_html_4385238876 gsa_html_4385238876:635:67530:67549 Gambier Cordillera Administrative Region -0.499512563259915887 +9848 AMJC_html_1873062106 AMJC_html_1873062106:1114:116328:116346 Morrison Mesa County, Colorado -0.431450242580359467 +9849 aapg_ad_880.html aapg_ad_880.html:13:1957:1977 Twin Creek Cheyenne, Wyoming -0.479772763003628699 +9850 sedimentology_html_6256025462 sedimentology_html_6256025462:47:2180:2186 Madrid Spain -0.478349729395822987 +9851 geology_html_9943866198 geology_html_9943866198:363:28391:28394 Rye Pyrenees -0.00860799843042621068 +9852 aapg_ah_159.html aapg_ah_159.html:276:27615:27619 Wise Virginia -0.255406543942097219 +9853 cspg_html_6255491344 cspg_html_6255491344:153:22175:22186 Stony Creek Highwood, Illinois -0.496386707811001693 +9854 cspg_html_3129231627 cspg_html_3129231627:221:30689:30698 Copes Bay Ellesmere Island -0.101150299567795726 +9855 aapg_ae_73.html aapg_ae_73.html:265:34868:34882 Yeso Las Vegas Strip -0.0252604746773001342 +9856 geology_html_7204256633 geology_html_7204256633:300:23527:23534 Halifax Bridgetown, Nova Scotia -0.446078886082885928 +9857 cspg_html_6383234409 cspg_html_6383234409:540:55062:55082 Bird Fiord Bathurst Island (Northern Territory) -0.00771674737466516297 +9858 aapg_aa_147.html aapg_aa_147.html:531:54886:54906 Stony Mountain Manitoba -0.064910353474174412 +9859 aapg_ad_958.html aapg_ad_958.html:923:96840:96846 Warsaw Missouri River -0.227584023008830127 +9860 cspg_html_7985076717 cspg_html_7985076717:203:24549:24564 Melville Island Cumberland Basin (Canada) -0.0757937752129515668 +9861 aapg_af_946.html aapg_af_946.html:96:13431:13437 Denver Colorado -0.0377274176775576064 +9862 aapg_ad_341.html aapg_ad_341.html:190:19348:19359 Mauch Chunk Pocono Raceway 1.06436931091543241 +9863 cspg_html_5308103526 cspg_html_5308103526:179:18781:18785 Pika Lacombe, Alberta -0.454305775206324536 +9864 cspg_html_6964953392 cspg_html_6964953392:119:16530:16538 Columbia Victoria, British Columbia -0.499631466627061815 +9865 cspg_html_1714269019 cspg_html_1714269019:56:6618:6652 Albert New Brunswick, New Jersey -0.0187574882731168305 +9866 jgeology_html_8518380643 jgeology_html_8518380643:122:7093:7124 Navajo Logan, Utah -0.461765577936308902 +9867 cspg_html_5515814749 cspg_html_5515814749:192:25508:25514 Viking Bow Island Airport -0.473819937725990625 +9868 aapg_ai_958.html aapg_ai_958.html:29:2762:2780 Oakville Cuero, Texas -0.0194353152309463539 +9869 aapg_ah_751.html aapg_ah_751.html:8:1139:1145 Sierra Western world 0.00369673695039424762 +9870 gsa_html_4913703235 gsa_html_4913703235:362:42888:42922 Tuscarora Roen -0.472491841137828439 +9871 cspg_html_4943597281 cspg_html_4943597281:107:12765:12788 Viking Lacombe, Alberta -0.464450966712688929 +9872 palaios_html_7860397774 palaios_html_7860397774:960:70803:70820 La Luna Caracas -0.495740204770814097 +9873 aapg_ah_827.html aapg_ah_827.html:129:20448:20491 Lawrence Pacific coast -0.452896019392303839 +9874 aapg_ae_539.html aapg_ae_539.html:618:75027:75035 Virginia Cape Cod -0.485308421911267773 +9875 aapg_ac_831.html aapg_ac_831.html:48:6321:6328 Hermosa Hermosa, Chicago -0.0774744819488543401 +9876 sedimentology_html_9659994044 sedimentology_html_9659994044:44:3326:3335 Gibraltar Black Sea -0.0775270132939832185 +9877 jgeology_html_3936154268 jgeology_html_3936154268:856:56827:56843 Forest Chinle Formation -0.450608983410958508 +9878 aapg_ac_200.html aapg_ac_200.html:64:7286:7303 Green River Cheyenne, Wyoming 0.00647979387541270779 +9879 aapg_ai_583.html aapg_ai_583.html:433:54466:54481 Swift Cheyenne, Wyoming 0.0209752883033040294 +9880 aapg_af_840.html aapg_af_840.html:258:27032:27045 Bedford Clarinda, Iowa -0.466567604644266332 +9881 cspg_html_3736511165 cspg_html_3736511165:15:1806:1813 Cardium Lacombe, Alberta -0.0228978336199521272 +9882 aapg_af_128.html aapg_af_128.html:228:22981:22987 Casper Hartville, Missouri -0.0444288146314834667 +9883 aapg_af_296.html aapg_af_296.html:12:937:943 Oregon Washington (state) -0.442649117020085803 +9884 sedimentology_html_3181527419 sedimentology_html_3181527419:86:8684:8688 Earp Supai, Arizona -0.483173848714512189 +9885 aapg_ai_879.html aapg_ai_879.html:54:4463:4471 Phillips Stevens County, Kansas -0.428809045611172668 +9886 aapg_ae_146.html aapg_ae_146.html:61:6761:6766 Mt Lytton Texas -0.00204987376024792648 +9887 aapg_ah_644.html aapg_ah_644.html:3:365:378 Gypsum Spring Williston Basin -0.135070333417510263 +9888 aapg_ah_4.html aapg_ah_4.html:461:58451:58467 Salina Peru, Indiana -0.431183809654780426 +9889 aapg_ah_647.html aapg_ah_647.html:611:68135:68151 Concha Colina, Chile -0.465561228542891226 +9890 aapg_aa_267.html aapg_aa_267.html:244:20690:20700 Greenbrier Webster County, Missouri -0.452896019392303839 +9891 cspg_html_2988178236 cspg_html_2988178236:6:410:427 Halfway Victoria, British Columbia 6.94871171057211356e-06 +9892 cspg_html_3175305741 cspg_html_3175305741:93:13017:13036 Neruokpuk Anchorage, Alaska -0.443982888348864235 +9893 sedimentology_html_4233816133 sedimentology_html_4233816133:1132:85696:85700 Hall London, Ontario -0.433588832161453941 +9894 gsa_html_5341325188 gsa_html_5341325188:20:1500:1517 Libby Cheyenne, Wyoming -0.0291434052387325206 +9895 cspg_html_4666332434 cspg_html_4666332434:146:25164:25175 Belly River Regina, Saskatchewan -0.0231725008237077118 +9896 AMJC_html_2702389713 AMJC_html_2702389713:1385:105401:105416 Wepawaug Schist Hartford, Connecticut -0.528449725993298092 +9897 cspg_html_3473883402 cspg_html_3473883402:625:77564:77579 Nisku Lacombe, Alberta 0.552562482497733098 +9898 geology_html_8870678382 geology_html_8870678382:234:22285:22291 Provo Pyrenees -0.450932780647085085 +9899 aapg_ah_519.html aapg_ah_519.html:102:11607:11623 Dakota Colorado 0.68003032905933869 +9900 cspg_html_4937997995 cspg_html_4937997995:181:21373:21395 Bad Cache Rapids East Pen Island -0.46809765859229685 +9901 aapg_ai_399.html aapg_ai_399.html:166:16770:16799 Porters Creek Kentucky -0.457501080653503367 +9902 gsa_html_9370941331 gsa_html_9370941331:907:78081:78109 Green River Colorado -0.0239565449099976777 +9903 aapg_ai_515.html aapg_ai_515.html:500:55496:55517 Green River Logan, Utah 0.346927154198446164 +9904 aapg_ai_969.html aapg_ai_969.html:653:58778:58794 Pierre Canada -0.02390265150978289 +9905 cspg_html_1260733368 cspg_html_1260733368:27:4571:4581 Sweetgrass Colorado -0.041731299024428424 +9906 aapg_ai_810.html aapg_ai_810.html:40:6086:6095 Smackover Melbourne, Florida -0.243049991829334316 +9907 cspg_html_4338314003 cspg_html_4338314003:459:49476:49493 Cardium Canada -0.458720680358492616 +9908 aapg_ae_923.html aapg_ae_923.html:120:5985:6000 Vincentown Vincentown, New Jersey -0.480807266046245518 +9909 aapg_ad_194.html aapg_ad_194.html:513:60034:60050 Eureka Quartzite Great Basin -0.0120150888456530078 +9910 aapg_ae_855.html aapg_ae_855.html:147:15355:15365 North Horn Flagstaff, Arizona -0.450582005503512739 +9911 aapg_ae_634.html aapg_ae_634.html:118:9238:9246 Colorado Denver -0.0468954646470770981 +9912 aapg_ac_337.html aapg_ac_337.html:14:1658:1664 Casper Colorado -0.0420064113899637007 +9913 aapg_ai_322.html aapg_ai_322.html:168:14329:14340 Punta Gorda Nicaragua 0.0148369423900012679 +9914 cspg_html_7176835767 cspg_html_7176835767:336:43169:43190 Sans Sault Sault Ste. Marie, Ontario -0.465835581370964813 +9915 aapg_aa_90.html aapg_aa_90.html:308:20020:20030 Tuscaloosa Mississippi River -0.00217147693343403827 +9916 cspg_html_9970905394 cspg_html_9970905394:59:6372:6380 Read Bay Little Cornwallis Island -0.0261593828547695383 +9917 cspg_html_9142742810 cspg_html_9142742810:610:62114:62137 Watt Mountain Lacombe, Alberta -0.479772763003628699 +9918 aapg_aa_735.html aapg_aa_735.html:47:4740:4755 Salem Illinois -0.0470400724197041903 +9919 cspg_html_9136481292 cspg_html_9136481292:491:56174:56182 Moosebar Victoria, British Columbia -0.434712986404073964 +9920 sedimentology_html_9244748069 sedimentology_html_9244748069:1434:103309:103331 Todos Santos Mexico -0.0105834116577304821 +9921 gsa_html_1783705204 gsa_html_1783705204:16:839:845 Denver Colorado -0.514049157541967894 +9922 geology_html_2350878941 geology_html_2350878941:260:20961:20982 Green River Cheyenne, Wyoming -0.0434656937810903587 +9923 sedimentology_html_6714245905 sedimentology_html_6714245905:128:13614:13636 Colorado Logan, Utah -0.0718743048414960395 +9924 cspg_html_6383234409 cspg_html_6383234409:564:59302:59306 Eids Bathurst Island (Northern Territory) -0.0142026952151300869 +9925 gsa_html_2168907540 gsa_html_2168907540:393:43132:43142 Washington Republic of China -0.00274648745693117794 +9926 aapg_aa_381.html aapg_aa_381.html:42:5866:5874 Monterey Rancho Santa Margarita, California -0.458822766590828601 +9927 cspg_html_9332855346 cspg_html_9332855346:196:18426:18436 Dawson Bay Williston, Vermont -0.444891759770598527 +9928 aapg_ae_419.html aapg_ae_419.html:3146:202821:202827 Sierra Texas -0.0250466225487357037 +9929 aapg_ae_64.html aapg_ae_64.html:254:25608:25628 Fort Union Fort Union Trading Post National Historic Site -0.455726774842524995 +9930 aapg_ae_299.html aapg_ae_299.html:135:12752:12771 Moenkopi Kaibab, Arizona 1.2288833733773179 +9931 aapg_aa_725.html aapg_aa_725.html:19:2430:2452 Nation River Middle East -0.455482628602140449 +9932 aapg_ai_774.html aapg_ai_774.html:42:4435:4448 Detroit River Detroit River International Wildlife Refuge -0.489400926759743782 +9933 aapg_aa_960.html aapg_aa_960.html:373:29731:29748 Dolores Durango, Durango -0.495948547106679682 +9934 geology_html_9207110672 geology_html_9207110672:13:877:887 Ellensburg Washington (state) -0.290300266515020278 +9935 cspg_html_9222238695 cspg_html_9222238695:189:27155:27163 Columbia Lacombe, Alberta -0.0104235679161521783 +9936 gsa_html_9898556493 gsa_html_9898556493:256:31104:31120 Modesto Modesto, California 0.00770284885627177569 +9937 cspg_html_1058139432 cspg_html_1058139432:522:69929:69946 Wilcox Texas -0.45230795361337589 +9938 aapg_ah_131.html aapg_ah_131.html:18:1769:1776 Rodessa Cotton Valley, Louisiana -0.0160568272228306316 +9939 aapg_ah_96.html aapg_ah_96.html:456:53471:53496 Viola Red River of the North 0.0540088729797586486 +9940 aapg_aa_357.html aapg_aa_357.html:265:23944:23949 Supai Hermosa, Chicago -0.478347409879961272 +9941 aapg_ah_633.html aapg_ah_633.html:96:13181:13196 Vicksburg Mississippi River -0.41518503935183998 +9942 jgeology_html_9629010327 jgeology_html_9629010327:327:24269:24275 Sierra Mohawk Valley -0.481794104698776371 +9943 aapg_af_922.html aapg_af_922.html:111:14603:14614 Mauch Chunk Pottsville, Pennsylvania -0.449451899065432481 +9944 aapg_ai_986.html aapg_ai_986.html:230:24332:24340 Tensleep Hermosa, Chicago -0.447357152169087058 +9945 cspg_html_6306091047 cspg_html_6306091047:354:51118:51126 Pardonet Victoria, British Columbia -0.483281151267174081 +9946 geology_html_3067159650 geology_html_3067159650:184:16933:16943 Washington China -0.419821054978222807 +9947 cspg_html_1225021992 cspg_html_1225021992:48:5524:5545 Shaftesbury River Torrens -0.425402399125748287 +9948 cspg_html_9332855346 cspg_html_9332855346:8:752:768 Meadow Lake Regina, Saskatchewan -0.0596021394822493084 +9949 cspg_html_8363357104 cspg_html_8363357104:183:30082:30103 Survey Peak Mount Wilson Observatory -0.458641287983651336 +9950 aapg_ah_754.html aapg_ah_754.html:156:18671:18681 Chilliwack Vancouver -0.564121100452692037 +9951 aapg_ah_678.html aapg_ah_678.html:431:51442:51451 Vicksburg Hidalgo County, New Mexico -0.469809513538571255 +9952 cspg_html_9119878068 cspg_html_9119878068:79:10255:10275 Swan Hills Swan Hill, Victoria -0.445998354490544591 +9953 aapg_af_725.html aapg_af_725.html:186:19633:19639 Pueblo Colorado -0.445998354490544591 +9954 gsa_html_5834463753 gsa_html_5834463753:62:4798:4826 Green River Colorado -0.00922476160912374769 +9955 geology_html_2908722683 geology_html_2908722683:262:22519:22535 Navajo Logan, Utah -0.0808376447886259841 +9956 cspg_html_2198503252 cspg_html_2198503252:259:13221:13239 Palliser Lacombe, Alberta 0.013855168982307953 +9957 aapg_ah_881.html aapg_ah_881.html:88:9982:10001 Chuckanut Washington (state) -0.0798301985814371118 +9958 aapg_af_664.html aapg_af_664.html:184:20707:20711 Word Western world -0.192650289585298701 +9959 aapg_ad_991.html aapg_ad_991.html:119:9682:9688 Sparta Tuscaloosa, Alabama -0.426931034537195386 +9960 jgeology_html_1300888380 jgeology_html_1300888380:551:40675:40705 Beaumont Texas -0.472399687021269332 +9961 aapg_ai_515.html aapg_ai_515.html:508:55986:56001 Uinta Wasatch County, Utah -0.0282234355137958928 +9962 aapg_ah_521.html aapg_ah_521.html:362:41214:41221 Carrizo Carrizo Plain -0.210489471171522863 +9963 cspg_html_9941518291 cspg_html_9941518291:56:9088:9110 Barlow Inlet Little Cornwallis Island -0.491131969162477144 +9964 aapg_aa_797.html aapg_aa_797.html:25:1573:1585 Cutler Logan, Utah -0.434540631888912565 +9965 cspg_html_3328007773 cspg_html_3328007773:74:11058:11079 Shaftesbury Lacombe, Alberta -0.0386168312473477923 +9966 aapg_ai_82.html aapg_ai_82.html:87:11351:11361 Greenbrier Greenbrier (Great Smoky Mountains) -0.0891194271071374666 +9967 aapg_ad_55.html aapg_ad_55.html:107:8981:8988 Plattin Decorah, Iowa -0.444157000692344317 +9968 cspg_html_5241714595 cspg_html_5241714595:475:72992:73015 Nisku Lacombe, Alberta -0.0116467387889204136 +9969 aapg_ai_357.html aapg_ai_357.html:178:19756:19762 Midway Frio River -0.125526538717735503 +9970 aapg_ac_628.html aapg_ac_628.html:540:93366:93385 Flagstaff Logan, Utah -0.268465473746525851 +9971 gsa_html_6636494931 gsa_html_6636494931:719:67499:67507 Colorado Logan, Utah -0.0465034686644063416 +9972 cspg_html_2701043964 cspg_html_2701043964:46:6942:6966 Athabasca Canada -0.450582005503512739 +9973 aapg_ae_236.html aapg_ae_236.html:3:260:266 Midway Lamar County, Texas -0.03065480270336517 +9974 aapg_ae_876.html aapg_ae_876.html:644:68218:68227 Worcester Cedar Mountains -0.465568086328610908 +9975 cspg_html_5438428738 cspg_html_5438428738:199:24721:24742 Mississagi Lake Temagami -0.472943536588278923 +9976 aapg_ae_416.html aapg_ae_416.html:53:6781:6790 Vicksburg Mississippi River -0.452923066065788305 +9977 cspg_html_1265381145 cspg_html_1265381145:184:19600:19620 Big Valley Lacombe, Alberta -0.465595518002078101 +9978 geology_html_7526114759 geology_html_7526114759:202:16387:16395 Columbia Victoria, British Columbia -0.0239565449099976777 +9979 aapg_ah_647.html aapg_ah_647.html:374:40365:40378 Blue Mountain Arizona -0.472639307901536299 +9980 AMJC_html_9709478395 AMJC_html_9709478395:87:10451:10461 Duck Creek Perth, Western Australia -0.0166302989496245716 +9981 aapg_af_737.html aapg_af_737.html:437:51620:51649 San Pedro Santa Monica, California -0.483855214210982654 +9982 aapg_ac_574.html aapg_ac_574.html:382:42797:42821 Valley Springs Sierra Nevada (Spain) -0.0553622738508934356 +9983 geology_html_4925746354 geology_html_4925746354:18:872:880 Montreal Quebec City -0.484602537618405216 +9984 aapg_af_444.html aapg_af_444.html:486:48029:48033 Java Sumatra -0.44505934010721393 +9985 aapg_aa_146.html aapg_aa_146.html:83:10310:10335 Telegraph Creek Cheyenne, Wyoming 0.309888653122573299 +9986 AMJC_html_4579422305 AMJC_html_4579422305:12:581:588 Norfolk Virginia -0.00190221287180793197 +9987 aapg_ah_645.html aapg_ah_645.html:86:11284:11299 Piper Williston, Vermont 0.0549837831884320213 +9988 aapg_ae_89.html aapg_ae_89.html:241:24111:24118 Norfolk Newport, Rhode Island 0.0180084291202096784 +9989 cspg_html_9435196958 cspg_html_9435196958:650:28154:28175 Belly River Lacombe, Alberta -0.462453250854801823 +9990 aapg_aa_976.html aapg_aa_976.html:272:35035:35045 Keokuk Burlington, Ontario -0.454052985518192231 +9991 aapg_aa_702.html aapg_aa_702.html:1292:137233:137252 Detroit River Michigan -0.490313047484592146 +9992 aapg_ah_419.html aapg_ah_419.html:22:2388:2400 Bearpaw Lethbridge -0.00334234682961829285 +9993 aapg_ai_503.html aapg_ai_503.html:65:7003:7012 Whirlpool Manitoulin Island -0.0411323490648926038 +9994 gsa_html_9597147043 gsa_html_9597147043:1260:102425:102441 Naknek Anchorage, Alaska 0.423186057879705646 +9995 cspg_html_1166788717 cspg_html_1166788717:15:1920:1935 Leduc Lacombe, Alberta -0.0359488258417789419 +9996 cspg_html_8231573314 cspg_html_8231573314:183:19550:19582 Montney Canada -0.475991665297052891 +9997 aapg_ah_871.html aapg_ah_871.html:651:68882:68893 Chazy Brainerd, Minnesota -0.443344757382833909 +9998 aapg_aa_918.html aapg_aa_918.html:1142:116065:116075 Whitehorse Sun City, North West -0.0326360767857562101 +9999 cspg_html_5541937700 cspg_html_5541937700:166:24012:24034 Grand Rapids Waseca, Minnesota -0.507456832997254637 +10000 cspg_html_7675189126 cspg_html_7675189126:433:52458:52466 Victoria Calgary -0.467905110852730732 +10001 aapg_ac_5.html aapg_ac_5.html:191:19158:19166 Columbia Victoria, British Columbia -0.448578878596292641 +10002 aapg_ae_986.html aapg_ae_986.html:257:39523:39536 Cotton Valley Shreveport, Louisiana -0.487588990851044235 +10003 gsa_html_5394777952 gsa_html_5394777952:243:25152:25175 Keeler Canyon Middle East -0.471349814541787038 +10004 cspg_html_2769629211 cspg_html_2769629211:186:21788:21808 Horn River Richmond, California -0.453044786078658057 +10005 aapg_ac_366.html aapg_ac_366.html:330:35069:35078 Tonoloway Huntington, West Virginia -0.434606918343987458 +10006 aapg_ae_616.html aapg_ae_616.html:241:23819:23827 La Habra California -0.511053760151644054 +10007 gsa_html_6491840124 gsa_html_6491840124:789:64673:64682 Pocatello Boise, Idaho -0.0354198318919945049 +10008 jgeology_html_6882545802 jgeology_html_6882545802:139:9933:9952 Fairview Cincinnati -0.461001107058420345 +10009 cspg_html_8362959053 cspg_html_8362959053:220:25768:25780 Luscar Lacombe, Alberta -0.46132865731218986 +10010 aapg_af_381.html aapg_af_381.html:108:14304:14319 Sespe California -0.0642675305255647478 +10011 aapg_af_779.html aapg_af_779.html:51:7850:7859 Coldwater Antrim, County Antrim -0.0158535088155795055 +10012 aapg_ae_488.html aapg_ae_488.html:292:26229:26238 Extension Algeria -0.461854353575764598 +10013 aapg_ah_328.html aapg_ah_328.html:268:27785:27798 Wasatch Wasatch Range -0.45240931708677945 +10014 aapg_ae_464.html aapg_ae_464.html:626:40389:40395 Sierra Mexico -0.488722172911972397 +10015 gsa_html_6980451554 gsa_html_6980451554:163:20165:20182 Moenave Logan, Utah -0.0230751498951462693 +10016 aapg_ai_879.html aapg_ai_879.html:162:11853:11869 Viola Mississippi River -0.4597920302667165 +10017 geology_html_5414679991 geology_html_5414679991:261:24786:24801 Arikaree White River (Washington) -0.0392835092525669338 +10018 sedimentology_html_9032102238 sedimentology_html_9032102238:1672:105265:105272 Norfolk Northumberland, Pennsylvania -0.432249992487968249 +10019 aapg_aa_735.html aapg_aa_735.html:214:19942:19958 Borden Siltstone Illinois -0.459837454744856933 +10020 aapg_ae_416.html aapg_ae_416.html:101:9838:9857 Catahoula Tampa, Florida -0.386904814806055319 +10021 gsa_html_1164193011 gsa_html_1164193011:1131:90322:90353 Chinle Logan, Utah -0.416415682696128164 +10022 cspg_html_9018334227 cspg_html_9018334227:396:53370:53378 Columbia Victoria, British Columbia -0.0327439344482872915 +10023 gsa_html_5732664703 gsa_html_5732664703:128:13450:13463 Murphy Marble Brasstown Bald -0.458659434193013582 +10024 gsa_html_6589330144 gsa_html_6589330144:107:14455:14468 Loveland Illinois -0.448350101124535771 +10025 aapg_aa_130.html aapg_aa_130.html:105:10490:10500 Point Loma California -0.213308703606244571 +10026 aapg_af_16.html aapg_af_16.html:30:4506:4524 Frontier Cheyenne, Wyoming -0.0140376196944260508 +10027 aapg_ac_846.html aapg_ac_846.html:147:21072:21088 Pawnee Coal City, Illinois -0.472943536588278923 +10028 aapg_ad_3.html aapg_ad_3.html:299:28227:28238 Beekmantown Tazewell, Tennessee 0.403822617623837143 +10029 aapg_ad_378.html aapg_ad_378.html:114:13275:13290 Santa Margarita Rancho Santa Margarita, California 0.332358926084799111 +10030 aapg_ae_70.html aapg_ae_70.html:143:16288:16309 Price Colorado -0.462717531176716879 +10031 cspg_html_2661887503 cspg_html_2661887503:121:13788:13807 Allen Bay Cape Cod -0.46279500750727276 +10032 cspg_html_6306091047 cspg_html_6306091047:185:26983:26992 Baldonnel Victoria, British Columbia -0.474355436180137646 +10033 aapg_ai_28.html aapg_ai_28.html:834:79430:79437 Reynosa Uvalde, Texas -0.494139109891835016 +10034 gsa_html_9406395350 gsa_html_9406395350:810:73531:73559 Green River Iran -0.0429084214197919464 +10035 cspg_html_7809640865 cspg_html_7809640865:190:18532:18548 Viking Regina, Saskatchewan -0.429424154279866799 +10036 aapg_ac_944.html aapg_ac_944.html:4:345:354 San Pedro Sangre de Cristo Range -0.0295955881019379606 +10037 gsa_html_1860930948 gsa_html_1860930948:534:60813:60844 Chinle Logan, Utah -0.00258840277417883959 +10038 cspg_html_9103491877 cspg_html_9103491877:419:44828:44840 Saskatchewan Waseca, Minnesota -0.0101855410408739511 +10039 aapg_ad_450.html aapg_ad_450.html:174:18478:18485 Yucatan Melbourne, Florida -0.0308043870775981631 +10040 aapg_ad_52.html aapg_ad_52.html:672:73427:73442 Coldwater Michigan 0.0407232051734329817 +10041 aapg_ad_400.html aapg_ad_400.html:10:1311:1327 Maroon Glenwood Springs, Colorado -0.431959095961468531 +10042 aapg_aa_357.html aapg_aa_357.html:119:9944:9950 Salina Logan, Utah 0.0051247343510113369 +10043 gsa_html_4667678389 gsa_html_4667678389:542:50175:50198 Kingston Peak Death Valley -0.480644453081816247 +10044 aapg_aa_350.html aapg_aa_350.html:73:5771:5783 Saginaw Saginaw, Michigan -0.458695727712452594 +10045 cspg_html_9834776341 cspg_html_9834776341:364:37118:37129 Peace River Western Canadian Sedimentary Basin -0.463253167093327645 +10046 gsa_html_8938402362 gsa_html_8938402362:534:48134:48138 Hall California -0.0221155785118801462 +10047 gsa_html_1130947011 gsa_html_1130947011:102:12202:12211 Hermitage Iowa -0.402547684193736377 +10048 aapg_af_81.html aapg_af_81.html:113:11361:11370 Mesaverde Wasatch Range -0.464610795373413321 +10049 geology_html_3824020066 geology_html_3824020066:15:775:787 Saskatchewan Regina, Saskatchewan -0.0328900657953446335 +10050 gsa_html_4234009219 gsa_html_4234009219:29:2380:2396 Oldman Cheyenne, Wyoming -0.0433821006587485347 +10051 AMJC_html_9375684472 AMJC_html_9375684472:863:100815:100836 Green River Cheyenne, Wyoming -0.458675312427173743 +10052 geology_html_3197685690 geology_html_3197685690:312:27429:27435 Oregon Washington (state) -0.477204643263094197 +10053 aapg_ai_340.html aapg_ai_340.html:449:47062:47066 Cass Anchorage, Alaska -0.498034815247566209 +10054 gsa_html_6980451554 gsa_html_6980451554:607:65809:65826 Moenave Arizona -0.00515253017068293719 +10055 aapg_ac_739.html aapg_ac_739.html:574:76591:76611 Mansfield Ohio -0.0202105002468695241 +10056 cspg_html_3124360347 cspg_html_3124360347:32:6286:6302 Stonehenge Bennington, Vermont -0.454034931813569353 +10057 geology_html_7395209483 geology_html_7395209483:280:23462:23469 El Paso Texas -0.482597909534674852 +10058 gsa_html_9677821877 gsa_html_9677821877:71:5667:5695 Green River Colorado -0.0326360767857562101 +10059 gsa_html_9866042258 gsa_html_9866042258:1762:135358:135364 Oregon San Francisco 0.00618098339761408676 +10060 aapg_ad_922.html aapg_ad_922.html:355:26146:26162 Ireton Lacombe, Alberta 0.0143295434169251768 +10061 aapg_ad_880.html aapg_ad_880.html:209:21060:21083 Gypsum Spring Cheyenne, Wyoming -0.460953349343471763 +10062 aapg_ae_231.html aapg_ae_231.html:83:7633:7645 New Scotland New Scotland, New York -0.443688311537407287 +10063 gsa_html_7498897688 gsa_html_7498897688:959:88284:88303 Glance Conglomerate Arizona -0.0373358224014811585 +10064 aapg_ae_909.html aapg_ae_909.html:134:14179:14208 Shoal River Melbourne, Florida 0.397381095484524383 +10065 cspg_html_2873888604 cspg_html_2873888604:11:1282:1304 Charlie Lake Canada -0.0291434052387325206 +10066 aapg_ah_505.html aapg_ah_505.html:1464:117825:117831 Dakota Cheyenne Mountain -0.415098432787898985 +10067 aapg_ai_17.html aapg_ai_17.html:664:47144:47155 Sparta Columbia, South Carolina -0.0709648511005174232 +10068 cspg_html_5375448448 cspg_html_5375448448:489:50210:50228 Kaskapau Victoria, British Columbia -0.446029671493266278 +10069 gsa_html_3720789279 gsa_html_3720789279:269:26855:26863 Snowshoe Salem, Oregon -0.518743048065449686 +10070 aapg_ai_975.html aapg_ai_975.html:1136:92046:92073 Edwards Texas -0.465561228542891226 +10071 gsa_html_2344874044 gsa_html_2344874044:13:629:635 Denver Colorado -0.467905110852730732 +10072 aapg_ai_514.html aapg_ai_514.html:95:11269:11277 Humboldt Logan, Utah -0.0413499862143105745 +10073 gsa_html_8279040833 gsa_html_8279040833:781:58940:58945 Stump Antarctica -0.0395063257526605052 +10074 aapg_ai_81.html aapg_ai_81.html:328:27622:27628 Pocono Johnstown (city), New York -0.440467486742992853 +10075 gsa_html_8716356528 gsa_html_8716356528:74:6470:6479 San Pedro Mexico -0.0210882710852193268 +10076 aapg_aa_106.html aapg_aa_106.html:149:15528:15552 Mission Canyon Regina, Saskatchewan -0.458847722769848976 +10077 palaios_html_6317298077 palaios_html_6317298077:518:38846:38855 San Diego Lake Ontario -0.452112016307883446 +10078 cspg_html_1293312960 cspg_html_1293312960:799:78807:78822 Mesaverde Cheyenne, Wyoming -0.422036189718657861 +10079 geology_html_9218284197 geology_html_9218284197:314:27555:27561 Snyder California -0.465744120990301047 +10080 aapg_ad_696.html aapg_ad_696.html:52:5465:5478 Cook Mountain East Texas -0.475825128678400877 +10081 aapg_af_968.html aapg_af_968.html:478:50249:50255 Denver Colorado -0.503309174123385716 +10082 aapg_ae_253.html aapg_ae_253.html:106:11719:11726 Rodessa Shreveport, Louisiana 0.00167290441282642237 +10083 gsa_html_5227849965 gsa_html_5227849965:25:1411:1418 Windsor Ontario, California 0.0468519085983624545 +10084 aapg_ak_87.html aapg_ak_87.html:390:51150:51169 Horquilla New Mexico -0.0494674389497957237 +10085 aapg_ac_245.html aapg_ac_245.html:202:30285:30290 Atoka Kearny, New Jersey -0.376822953841467301 +10086 aapg_ad_37.html aapg_ad_37.html:109:12008:12013 Yegua Liberty County, Florida -0.0205424838715731368 +10087 aapg_ah_871.html aapg_ah_871.html:658:69109:69126 Beekmantown Quebec City -0.464914549119890219 +10088 gsa_html_5625878232 gsa_html_5625878232:141:20865:20881 Forbes Sucia Island -0.448377013151321557 +10089 cspg_html_2161417858 cspg_html_2161417858:226:29230:29246 Exshaw Rocky Mountain House, Alberta -0.0185558826483486587 +10090 aapg_ac_835.html aapg_ac_835.html:239:32663:32670 Madison Cheyenne, Wyoming -0.441517589995484405 +10091 gsa_html_8237815743 gsa_html_8237815743:190:16077:16099 Arroyo Jemez Mountains -0.4835517998191603 +10092 sedimentology_html_8310681558 sedimentology_html_8310681558:1305:74158:74179 Potomac Washington (state) -0.462193603410137988 +10093 sedimentology_html_2898428289 sedimentology_html_2898428289:1685:86790:86829 Sulphur Point Lacombe, Alberta -0.523194973657894136 +10094 cspg_html_5241714595 cspg_html_5241714595:416:64894:64909 Nisku Lacombe, Alberta 0.00039260223837717193 +10095 cspg_html_4326384800 cspg_html_4326384800:995:145821:145830 Waterways Lacombe, Alberta -0.454041701910604445 +10096 aapg_ac_333.html aapg_ac_333.html:1020:123020:123028 Toroweap Coconino County, Arizona -0.033773852470743819 +10097 aapg_ac_298.html aapg_ac_298.html:53:3950:3962 Saskatchewan Victoria, British Columbia 0.00118301890022228136 +10098 aapg_af_262.html aapg_af_262.html:217:25552:25558 Denver Colorado -0.486735992068403789 +10099 aapg_ah_881.html aapg_ah_881.html:69:7237:7256 Chuckanut Western world -0.479670542308177961 +10100 aapg_ae_611.html aapg_ae_611.html:56:6428:6446 Entrada Kayenta, Arizona -0.437483842668899725 +10101 aapg_af_468.html aapg_af_468.html:19:2704:2719 Frio Brazoria County, Texas -0.473081857330366395 +10102 aapg_ad_2.html aapg_ad_2.html:976:135401:135408 Theresa Ogdensburg, New York -0.458847722769848976 +10103 gsa_html_6672856503 gsa_html_6672856503:280:24118:24138 Wenatchee Washington (state) -0.050187257094561899 +10104 aapg_aa_720.html aapg_aa_720.html:336:35708:35721 Marble Canyon Reno, Nevada -0.471432653520514666 +10105 jgeology_html_1836103970 jgeology_html_1836103970:392:30665:30685 Boss Point New Glasgow, Nova Scotia -0.0455732069905889839 +10106 cspg_html_7576506617 cspg_html_7576506617:368:53070:53091 Ekwan River Moose River (Maine) -0.467071222132578012 +10107 aapg_ad_894.html aapg_ad_894.html:31:5033:5041 Colorado Arkansas -0.0338991191876076986 +10108 gsa_html_1636483297 gsa_html_1636483297:1094:90547:90568 Green River Cheyenne, Wyoming 0.797148873574563432 +10109 aapg_ai_524.html aapg_ai_524.html:42:5067:5086 Bidahochi Pueblo, Colorado -0.470236848829719556 +10110 cspg_html_3772380029 cspg_html_3772380029:486:61620:61631 Chasm Creek Churchill River (Atlantic) -0.0592268959056857155 +10111 cspg_html_9435196958 cspg_html_9435196958:356:16263:16274 Belly River Lacombe, Alberta -0.0432323316549263759 +10112 aapg_ae_29.html aapg_ae_29.html:495:56253:56287 Franconia Wisconsin -0.431186011272103542 +10113 aapg_ad_223.html aapg_ad_223.html:679:69531:69539 Colorado Denver -0.486483068290992582 +10114 cspg_html_9689514766 cspg_html_9689514766:610:69114:69122 Montreal Ontario, California 0.613537591010877126 +10115 aapg_aa_86.html aapg_aa_86.html:19:1861:1869 Woodbine Rodessa, Louisiana -0.0313696934317686249 +10116 jgeology_html_2074544204 jgeology_html_2074544204:142:7332:7340 Richmond Virginia -0.0304826089875597575 +10117 aapg_ae_91.html aapg_ae_91.html:281:36832:36842 Blackstone Cheyenne, Wyoming -0.00837345699819263926 +10118 cspg_html_8267847427 cspg_html_8267847427:488:57638:57648 Milk River Lacombe, Alberta -0.0227413796680306819 +10119 gsa_html_1616304153 gsa_html_1616304153:1148:99978:100006 Green River Colorado -0.435668138774596203 +10120 aapg_ad_169.html aapg_ad_169.html:40:4856:4874 Maccrady Greenbrier (Great Smoky Mountains) -0.0203460739927139034 +10121 aapg_ac_575.html aapg_ac_575.html:89:14509:14527 Woodside Logan, Utah -0.0129255578059820249 +10122 aapg_af_652.html aapg_af_652.html:200:18765:18775 Minnekahta Cheyenne, Wyoming -0.489889776983278402 +10123 aapg_ad_350.html aapg_ad_350.html:461:51546:51584 Beekmantown Muskingum County, Ohio -0.456479975332736432 +10124 aapg_ai_541.html aapg_ai_541.html:134:11160:11166 Casper Cheyenne, Wyoming -0.50076665576240853 +10125 gsa_html_2098291403 gsa_html_2098291403:384:36405:36411 Oregon Washington (state) -0.439258669305734428 +10126 aapg_ae_705.html aapg_ae_705.html:450:42515:42528 Santa Barbara Mesa, Arizona -0.432289667144302503 +10127 gsa_html_8955900843 gsa_html_8955900843:905:79338:79348 Washington Clallam Bay Corrections Center -0.0143434446267858666 +10128 palaios_html_3751051678 palaios_html_3751051678:49:4723:4741 Morrison Cheyenne, Wyoming 0.8193423310437975 +10129 gsa_html_1520002998 gsa_html_1520002998:103:13304:13312 Colorado Cheyenne, Wyoming -0.441397390812390766 +10130 aapg_af_775.html aapg_af_775.html:485:42735:42745 Rio Grande Mexico -0.527218895711068947 +10131 gsa_html_9666442487 gsa_html_9666442487:282:30439:30445 Vinini Reno, Nevada -0.210279585444472478 +10132 jgeology_html_2070141701 jgeology_html_2070141701:754:53135:53141 Thrifty London, Ontario -0.452544485991732914 +10133 cspg_html_5820147834 cspg_html_5820147834:5:217:258 Bjorne Melville Island (Canada) -0.45112171556163283 +10134 geology_html_1242254999 geology_html_1242254999:18:1244:1255 Pine Island Amundsen Sea -0.450608983410958508 +10135 geology_html_1627303480 geology_html_1627303480:40:3874:3880 Kaibab Logan, Utah 0.00861668517403394243 +10136 aapg_ad_466.html aapg_ad_466.html:1664:171895:171902 Magothy Virginia -0.42193152612717999 +10137 sedimentology_html_9578576563 sedimentology_html_9578576563:100:12012:12023 Monongahela Ohio -0.0364256392683856012 +10138 aapg_ah_329.html aapg_ah_329.html:189:17865:17884 Point Sal Knoxville, Illinois -0.0570474245850990103 +10139 aapg_ad_169.html aapg_ad_169.html:14:2070:2090 Greenbrier Huntington, West Virginia -0.0463867446356681576 +10140 sedimentology_html_2601136107 sedimentology_html_2601136107:935:56770:56793 Salado Salado, Texas -0.443782030321690002 +10141 aapg_ae_182.html aapg_ae_182.html:363:38088:38101 Cotton Valley Rodessa, Louisiana -0.425599363821972831 +10142 aapg_ah_762.html aapg_ah_762.html:52:5919:5936 Shunda Middle East -0.440680970807864891 +10143 cspg_html_5109837857 cspg_html_5109837857:100:12684:12706 Blind Fiord Ellesmere Island -0.289267409386839591 +10144 gsa_html_9158941999 gsa_html_9158941999:626:51244:51251 Truckee Spokane, Washington -0.0799545846423326267 +10145 aapg_ae_692.html aapg_ae_692.html:529:54096:54110 Niobrara Judith River Formation -0.286401627998328412 +10146 cspg_html_3419991847 cspg_html_3419991847:17:2680:2688 Columbia Victoria, British Columbia -0.480728181628129914 +10147 gsa_html_2758185504 gsa_html_2758185504:81:8831:8851 Fort Union Bowman County, North Dakota -0.442682549290708161 +10148 aapg_ac_532.html aapg_ac_532.html:41:7509:7534 El Paso West, Texas -0.432624764132568007 +10149 gsa_html_7939736079 gsa_html_7939736079:55:3557:3585 Green River Colorado -0.0333423889393398495 +10150 aapg_aa_25.html aapg_aa_25.html:167:15083:15104 Summerville Carmel, Indiana -0.0246571760456421665 +10151 palaios_html_2746116737 palaios_html_2746116737:84:7220:7230 Tallahatta Charleston, South Carolina -0.481945488841025893 +10152 palaios_html_1282693433 palaios_html_1282693433:631:49392:49412 Severn River Maryland 0.0041553613038186523 +10153 cspg_html_9343899465 cspg_html_9343899465:2791:246359:246369 Bird Fiord Ellesmere Island -0.444916336311243943 +10154 aapg_ae_66.html aapg_ae_66.html:226:22697:22706 Spearfish John Crow Mountains -0.442154460642950498 +10155 aapg_ae_369.html aapg_ae_369.html:333:33918:33933 Gordo Tennessee River -0.0130645631501062637 +10156 aapg_aa_712.html aapg_aa_712.html:151:20041:20048 Decorah Platteville, Colorado -0.458784199315796892 +10157 aapg_aa_23.html aapg_aa_23.html:855:111112:111126 Stony Mountain Manitoba -0.280922872119697797 +10158 cspg_html_3447886929 cspg_html_3447886929:136:16474:16495 Lawrence Quebec City -0.0165121278486362495 +10159 palaios_html_7206591444 palaios_html_7206591444:219:31502:31513 Road Canyon Netherlands -0.468255854243320946 +10160 aapg_ai_897.html aapg_ai_897.html:269:29121:29140 Rock Springs Cheyenne, Wyoming -0.498291214810456184 +10162 cspg_html_8089302449 cspg_html_8089302449:246:41855:41865 Dawson Bay Regina, Saskatchewan 0.993305958201122774 +10163 gsa_html_5015599008 gsa_html_5015599008:29:2707:2728 Fish Scales Lacombe, Alberta -0.521784009276108129 +10164 aapg_aa_66.html aapg_aa_66.html:285:25129:25136 Canning Perth, Western Australia -0.479521879225688563 +10165 aapg_ac_647.html aapg_ac_647.html:657:62795:62801 Madrid Cuenca, Spain -0.069314238042019638 +10166 cspg_html_3521815736 cspg_html_3521815736:68:11607:11639 Peace River Western Canadian Sedimentary Basin -0.496166414713999471 +10167 gsa_html_7102550258 gsa_html_7102550258:57:6597:6604 Entrada Logan, Utah -0.442720440658756875 +10168 jgeology_html_8264452242 jgeology_html_8264452242:130:8898:8906 Michigan Wisconsin -0.0312427146313614852 +10169 aapg_aa_681.html aapg_aa_681.html:27:4124:4142 Traverse Michigan -0.0443399870178828731 +10170 cspg_html_2741838893 cspg_html_2741838893:9:834:839 Banff Thornton Creek 0.584287697035354769 +10171 aapg_ac_285.html aapg_ac_285.html:51:4194:4201 Edwards Austin, Chicago -0.0440369350634172291 +10172 cspg_html_2498183035 cspg_html_2498183035:172:19598:19618 Swan Hills Swan Hill, Victoria 0.00860278638508799216 +10173 geology_html_7029340747 geology_html_7029340747:11:497:509 Rhode Island Newport, Rhode Island -0.137783646734247506 +10174 gsa_html_8398449001 gsa_html_8398449001:855:70326:70330 Nome Anchorage, Alaska -0.0190651145503429667 +10175 cspg_html_2973952956 cspg_html_2973952956:344:29710:29724 Toad Victoria, British Columbia 0.00238862567180727833 +10176 aapg_ah_585.html aapg_ah_585.html:175:16602:16613 Beekmantown Warren County, Ohio 0.0552715737201736959 +10177 aapg_ai_477.html aapg_ai_477.html:288:32152:32174 Buckinghorse Clearwater, Florida -0.464884854319956187 +10178 aapg_af_482.html aapg_af_482.html:177:24911:24928 Subinal Guatemala -0.473653815287124913 +10179 aapg_af_628.html aapg_af_628.html:4:403:428 Basal Chester, Pennsylvania -0.0916270708291559016 +10180 cspg_html_5818285590 cspg_html_5818285590:529:65418:65442 Kunga Charlotte Amalie, United States Virgin Islands -0.215953201328794836 +10181 aapg_aa_193.html aapg_aa_193.html:463:43427:43431 Hall New Scotland, New York -0.425371763818281734 +10182 cspg_html_8030881108 cspg_html_8030881108:105:17830:17845 Melville Island Victoria, British Columbia -0.469051848391689397 +10183 cspg_html_8166293261 cspg_html_8166293261:6:375:383 Columbia Victoria, British Columbia -0.443813272031764461 +10184 geology_html_7268078595 geology_html_7268078595:12:474:480 Oregon Salem, Oregon -0.0376282120976162635 +10185 aapg_ad_430.html aapg_ad_430.html:192:14970:14989 Smackover Cotton Valley, Louisiana 0.0282495207301355182 +10186 geology_html_7123070239 geology_html_7123070239:270:24189:24193 Kamo South Africa -0.480904968568341529 +10187 aapg_ad_466.html aapg_ad_466.html:1119:120281:120297 Shark River Manasquan, New Jersey -0.00558684125975643809 +10188 cspg_html_4293350162 cspg_html_4293350162:83:13961:13971 Mount Head Western world -0.471099044200062878 +10189 aapg_ac_71.html aapg_ac_71.html:743:78628:78645 Dunlap Wisconsin -0.0575708500128760542 +10190 aapg_ad_379.html aapg_ad_379.html:573:48168:48175 Entrada New Mexico 1.44130869945877893 +10191 gsa_html_4036573414 gsa_html_4036573414:533:57114:57120 Provo Pyrenees -0.455197874748240694 +10192 cspg_html_9643193374 cspg_html_9643193374:582:71229:71237 Colorado Denver -0.0468588775503323562 +10193 cspg_html_2152913769 cspg_html_2152913769:103:15331:15340 Lodgepole Regina, Saskatchewan -0.0191033509173605641 +10194 gsa_html_9666442487 gsa_html_9666442487:917:83462:83481 Ellis Bay Anticosti Island -0.162352097058031969 +10195 cspg_html_8145657505 cspg_html_8145657505:96:14694:14724 Swan Hills Lacombe, Alberta -0.443688311537407287 +10196 cspg_html_1665574291 cspg_html_1665574291:83:13782:13791 Extension Calgary -0.468255854243320946 +10197 aapg_ah_529.html aapg_ah_529.html:6:873:889 Abrigo Arizona -0.458641287983651336 +10198 aapg_ah_779.html aapg_ah_779.html:154:28967:28978 Shadow Lake Lowville (town), New York -0.430224392211940587 +10199 aapg_ai_326.html aapg_ai_326.html:43:6270:6283 Mandata New Scotland, New York -0.455211432419709627 +10200 cspg_html_4773367370 cspg_html_4773367370:325:25147:25163 Viking Lacombe, Alberta 0.00163989791216455892 +10201 aapg_ac_71.html aapg_ac_71.html:704:76483:76497 Stony Mountain Nassau, Bahamas -0.425929917991350271 +10202 aapg_ah_69.html aapg_ah_69.html:43:5560:5568 Michigan Pennsylvania -0.491577059800919369 +10203 aapg_ai_461.html aapg_ai_461.html:14:2193:2201 Seminole Atoka, Oklahoma -0.43344757972276704 +10204 cspg_html_6193252551 cspg_html_6193252551:531:61031:61048 Beekmantown Ottawa, Kansas -0.401438783688395251 +10205 AMJC_html_3632105729 AMJC_html_3632105729:66:10274:10285 Coon Hollow Wallowa Mountains -0.0105729870441561395 +10206 jgeology_html_8936542604 jgeology_html_8936542604:1124:71772:71779 Blackie Glasgow -0.484266161538602968 +10207 gsa_html_6644443634 gsa_html_6644443634:14:836:842 Denver Colorado -0.432404292191014727 +10208 aapg_af_420.html aapg_af_420.html:199:17645:17651 Casper Cheyenne, Wyoming -0.450878806444675151 +10209 aapg_ah_665.html aapg_ah_665.html:3:334:340 Pioche Reno, Nevada 0.868998290818125518 +10210 cspg_html_3734757529 cspg_html_3734757529:190:32278:32298 Waterways Swan Hill, Victoria -0.0468954646470770981 +10211 cspg_html_5971009166 cspg_html_5971009166:41:6419:6448 Yahatinda Canada -0.455310861563052449 +10212 jgeology_html_3589217313 jgeology_html_3589217313:1408:74133:74153 Harmony Wa (Japan) -0.474808096218428344 +10213 aapg_ae_296.html aapg_ae_296.html:6:1064:1082 Grayburg Guadalupe Mountains National Park -0.0337286176127971765 +10214 geology_html_5195673456 geology_html_5195673456:287:23636:23642 Reston Virginia -0.428791476930725279 +10215 cspg_html_7086880709 cspg_html_7086880709:704:83698:83706 Columbia Victoria, British Columbia -0.0299260395523841712 +10216 aapg_ah_876.html aapg_ah_876.html:360:44912:44930 Pearsall Texas -0.0945106368321323304 +10217 aapg_ah_645.html aapg_ah_645.html:435:52169:52189 Twin Creek Western world -0.065004686709534798 +10218 aapg_ae_3.html aapg_ae_3.html:269:38322:38346 Arroyo Sandia Mountain Wilderness -0.0343184250102417446 +10219 aapg_ai_459.html aapg_ai_459.html:278:28713:28723 Whitehorse Rush Springs, Oklahoma -0.458913519660435476 +10220 cspg_html_2098485391 cspg_html_2098485391:171:21975:21988 Kagawong Manitoulin Island -0.417415641024188155 +10221 aapg_ae_981.html aapg_ae_981.html:43:4374:4389 Brownsport Bainbridge, Georgia -0.0200262605794136288 +10222 aapg_af_52.html aapg_af_52.html:15:2506:2518 Wilcox Rockdale, Texas -0.436872309743032927 +10223 cspg_html_1333179361 cspg_html_1333179361:17:2431:2439 Columbia Victoria, British Columbia -0.0399833098271603696 +10224 aapg_ae_611.html aapg_ae_611.html:706:70311:70328 Wingate Colorado -0.00819798606036370794 +10225 sedimentology_html_1685838353 sedimentology_html_1685838353:169:14602:14613 Peace River Canada -0.455188836413653375 +10226 geology_html_6902243889 geology_html_6902243889:50:5462:5495 Stirling Mojave Desert -0.0489916642751505871 +10227 gsa_html_8319219146 gsa_html_8319219146:463:49173:49191 Bull Run Leesburg, Florida -0.065719223483192965 +10228 aapg_ah_387.html aapg_ah_387.html:377:36795:36804 Knoxville Knoxville, Illinois -0.0155129109205666468 +10229 aapg_ad_672.html aapg_ad_672.html:370:40927:40933 Denver Canada -0.499203493557790035 +10230 gsa_html_6433065427 gsa_html_6433065427:632:64730:64740 Escarpment Africa -0.466299888436986554 +10231 aapg_ah_27.html aapg_ah_27.html:547:66061:66071 Fort Worth Texas -0.0331440604270269723 +10232 aapg_aa_544.html aapg_aa_544.html:74:8991:8999 Tensleep Black Hills -0.486548633935625752 +10233 aapg_ai_157.html aapg_ai_157.html:228:24009:24015 Salina Guelph 0.0113583166753052998 +10234 geology_html_8986165275 geology_html_8986165275:42:3528:3535 Bonanza Talkeetna, Alaska -0.00972860319356922895 +10235 palaios_html_2623970001 palaios_html_2623970001:629:57325:57339 Beaufort South Africa -0.45954677788095788 +10236 cspg_html_5375448448 cspg_html_5375448448:599:56319:56337 Kaskapau Lacombe, Alberta -0.0873747863549840798 +10237 cspg_html_3041902517 cspg_html_3041902517:60:10179:10200 Hare Fiord Ellesmere Island -0.0256047308874097386 +10238 aapg_ae_746.html aapg_ae_746.html:675:57987:57994 Cardium California -0.424322003042767071 +10239 cspg_html_8694594891 cspg_html_8694594891:154:16875:16883 Eastview Carlsbad, New Mexico -0.448377013151321557 +10240 aapg_ai_732.html aapg_ai_732.html:3:338:346 Michigan Illinois -0.00562506076616993075 +10241 jgeology_html_4305195651 jgeology_html_4305195651:3104:223776:223788 Point Edward Bridgetown, Nova Scotia -0.0110733719867148073 +10242 aapg_ai_224.html aapg_ai_224.html:9:875:904 Salina Salina, Kansas -0.467905110852730732 +10243 geology_html_1655073154 geology_html_1655073154:293:24573:24579 Morgan Hawaii (island) -0.0411323490648926038 +10244 aapg_ai_607.html aapg_ai_607.html:3:178:197 Morehouse Shreveport, Louisiana -0.458103872838477311 +10245 cspg_html_9717154602 cspg_html_9717154602:184:25742:25749 Bearpaw Lacombe, Alberta -0.471819338906025898 +10246 sedimentology_html_3238300064 sedimentology_html_3238300064:1191:86682:86693 San Antonio Texas -0.484135384227082133 +10247 palaios_html_6678150156 palaios_html_6678150156:176:14053:14065 Rhode Island Closter, New Jersey -0.488759736831659075 +10248 aapg_aa_995.html aapg_aa_995.html:404:30877:30896 Sundance Cheyenne, Wyoming -0.0111046462862114288 +10249 palaios_html_2746116737 palaios_html_2746116737:802:66443:66447 Hall Alabama -0.488806694061501346 +10250 gsa_html_7540592278 gsa_html_7540592278:535:47965:47971 Brazil Peru, Indiana -0.0200749274855987619 +10251 aapg_ae_746.html aapg_ae_746.html:3:362:370 Moosebar Victoria, British Columbia -0.422684048833388726 +10252 aapg_ae_474.html aapg_ae_474.html:91:8239:8255 Bethel Bethel, Alaska -0.476172115937115059 +10253 aapg_ac_628.html aapg_ac_628.html:309:51205:51222 Wasatch Flagstaff, Arizona -0.425516196002090841 +10254 aapg_ae_335.html aapg_ae_335.html:222:23265:23277 Dakota Worland, Wyoming -0.428106551564836124 +10255 aapg_aa_382.html aapg_aa_382.html:21:3325:3340 Santa Margarita Rancho Santa Margarita, California -0.448287309474040385 +10256 aapg_aa_415.html aapg_aa_415.html:266:36966:36974 Saratoga Saratoga, California -0.0520768920178777336 +10257 aapg_ah_411.html aapg_ah_411.html:101:11839:11853 Colorado Lacombe, Alberta -0.505042823080860015 +10258 cspg_html_8374021012 cspg_html_8374021012:123:19241:19261 Beaverfoot Mount Wilson Observatory -0.00840994113992231743 +10259 sedimentology_html_2041096405 sedimentology_html_2041096405:498:34731:34747 Guelph Guelph -0.458659434193013582 +10260 cspg_html_2055345483 cspg_html_2055345483:69:9361:9376 Ross Mount Assiniboine Provincial Park -0.439098796420780313 +10261 aapg_ac_807.html aapg_ac_807.html:214:22153:22170 Raritan Closter, New Jersey -0.428896893887351471 +10262 cspg_html_7086880709 cspg_html_7086880709:374:49563:49582 Kee Scarp Norman Wells -0.0426837810068434811 +10263 aapg_ae_959.html aapg_ae_959.html:736:57557:57575 Wolfcamp Guadalupe Mountains National Park -0.00619488152638453249 +10264 aapg_ae_904.html aapg_ae_904.html:328:34571:34577 Dakota Niobrara, Nebraska -0.447272028322500459 +10265 sedimentology_html_3941612453 sedimentology_html_3941612453:88:9642:9650 Quinault Washington (state) -0.0504347649062896058 +10266 aapg_ai_256.html aapg_ai_256.html:321:34845:34849 Bell Illinois -0.476130470160059438 +10267 cspg_html_1019614994 cspg_html_1019614994:535:90590:90629 Exshaw Canada -0.43720904648285841 +10268 cspg_html_7552198061 cspg_html_7552198061:8:670:689 Minnelusa Powder River Basin -0.48062584784091128 +10269 aapg_af_497.html aapg_af_497.html:73:6728:6740 Austin Chalk Lacombe, Alberta -0.013877758051455481 +10270 aapg_ae_464.html aapg_ae_464.html:598:39664:39673 San Pedro Durango, Durango -0.0125432965018171631 +10271 cspg_html_8260944839 cspg_html_8260944839:41:6318:6345 Albert Stony Creek Metropark -0.465579516089382972 +10272 aapg_aa_934.html aapg_aa_934.html:174:19466:19482 Stonewall San Angelo, Texas 0.0116050390489145696 +10273 gsa_html_5262754204 gsa_html_5262754204:296:35665:35670 Stump Lajitas, Texas -0.0225014864703161413 +10274 jgeology_html_8064855537 jgeology_html_8064855537:1109:68307:68325 Dakota Colorado 0.0162097516274166825 +10275 sedimentology_html_9410532865 sedimentology_html_9410532865:201:16747:16807 Green River Cheyenne, Wyoming 0.00270479477611077846 +10276 aapg_ai_772.html aapg_ai_772.html:8:1512:1522 Santa Cruz Guatemala -0.47249414511500698 +10277 gsa_html_4071231613 gsa_html_4071231613:1026:103728:103734 Oregon Boise, Idaho 0.00856109004465422686 +10278 geology_html_2132302312 geology_html_2132302312:337:25191:25199 Columbia Victoria, British Columbia -0.43919205226689878 +10279 aapg_af_663.html aapg_af_663.html:831:78498:78504 Pawnee Lafayette County, Florida -0.0660861349919403679 +10280 cspg_html_8988872363 cspg_html_8988872363:113:16736:16754 Heiberg Ellesmere Island -0.0509001714997039528 +10281 geology_html_8813860602 geology_html_8813860602:58:5118:5126 Colorado Denver -0.487870386185061844 +10282 aapg_aa_144.html aapg_aa_144.html:156:16265:16275 Kinderhook Meramec River -0.0400999482749248432 +10283 gsa_html_5158209975 gsa_html_5158209975:1226:97410:97438 Green River New Mexico -0.011961226070766327 +10284 aapg_aa_94.html aapg_aa_94.html:46:4272:4279 Wasatch Wasatch Range -0.261160889830657827 +10285 palaios_html_3105248303 palaios_html_3105248303:524:53126:53140 Kope Netherlands -0.452882496357985831 +10286 cspg_html_9433421219 cspg_html_9433421219:286:25711:25729 Eastend Regina, Saskatchewan -0.0326639109248070408 +10287 aapg_ad_272.html aapg_ad_272.html:381:52647:52654 Yucatan Mexico -0.0699366556892110497 +10288 cspg_html_4450068317 cspg_html_4450068317:520:63549:63566 Chadron White River (Washington) -0.0238000807076843013 +10289 aapg_ae_70.html aapg_ae_70.html:98:11190:11196 Maroon Glenwood Springs, Colorado -0.444891759770598527 +10290 aapg_ac_253.html aapg_ac_253.html:471:57876:57884 Sallisaw Frisco, Texas -0.442548827459522287 +10291 gsa_html_3148447507 gsa_html_3148447507:70:5666:5694 Green River New Mexico -2.08461351353560743e-05 +10292 cspg_html_3097746547 cspg_html_3097746547:39:6146:6164 Cummings Lacombe, Alberta -0.00263009542068469741 +10293 aapg_aa_844.html aapg_aa_844.html:295:30907:30910 Elk Chemung, New York -0.373076240686897542 +10294 aapg_ae_959.html aapg_ae_959.html:2094:150225:150244 Carlsbad El Capitan -0.458784199315796892 +10295 gsa_html_5773604426 gsa_html_5773604426:559:47063:47087 Wilcox Middle East -0.456344217050148659 +10296 sedimentology_html_6615672773 sedimentology_html_6615672773:926:52715:52719 Hall London, Ontario -0.474808096218428344 +10297 geology_html_3621264536 geology_html_3621264536:101:7430:7445 Beaufort South Africa -0.469093158774920749 +10298 sedimentology_html_2817567996 sedimentology_html_2817567996:1460:96101:96129 Lockatong Closter, New Jersey -0.0120741642534044936 +10299 aapg_ai_593.html aapg_ai_593.html:1319:142064:142070 Walnut Goodland, Kansas -0.488872438533925924 +10300 cspg_html_8740534160 cspg_html_8740534160:185:24088:24106 Badshot Selkirk Mountains -0.451875596518584666 +10301 palaios_html_1834763898 palaios_html_1834763898:227:25201:25210 Salt Lake Pyramid Lake (California) -0.0306269732531419848 +10302 aapg_ac_841.html aapg_ac_841.html:694:75296:75318 Todos Santos Honduras 0.0329805289898998238 +10303 sedimentology_html_3965291962 sedimentology_html_3965291962:904:55769:55786 Wasatch Spain -0.0321089803604246438 +10304 aapg_aa_465.html aapg_aa_465.html:133:23818:23838 Eagle Buda, Texas -0.0200262605794136288 +10305 gsa_html_2832151886 gsa_html_2832151886:191:13532:13555 Belle Fourche Lacombe, Alberta -0.0195726214963804213 +10306 cspg_html_3104351736 cspg_html_3104351736:33:4518:4526 Foremost Regina, Saskatchewan -0.122590683929632599 +10307 cspg_html_2546442054 cspg_html_2546442054:54:8297:8314 Bearpaw Drumheller 0.281450509375581692 +10308 cspg_html_4727171280 cspg_html_4727171280:6:360:368 Edmonton Lacombe, Alberta -0.478349729395822987 +10309 geology_html_7791742275 geology_html_7791742275:23:1793:1803 Washington Salem, Oregon -0.469024309212410007 +10310 cspg_html_4516258038 cspg_html_4516258038:91:11275:11294 Thumb Mountain Middle Ordovician 0.00640161657025525247 +10311 gsa_html_1696491423 gsa_html_1696491423:316:21254:21263 Peninsula Baja California peninsula -0.464656465989479628 +10312 cspg_html_7117661916 cspg_html_7117661916:170:16799:16805 Shunda Lacombe, Alberta -0.470510360514459824 +10313 aapg_aa_381.html aapg_aa_381.html:61:7748:7773 Santa Margarita Rancho Santa Margarita, California -0.213574269263225425 +10314 cspg_html_5973552270 cspg_html_5973552270:57:7923:7933 Swan Hills Swan Hill, Victoria -0.493905230900802183 +10315 aapg_ai_947.html aapg_ai_947.html:427:67167:67175 Colorado Denver -0.0573143663598271388 +10316 aapg_aa_803.html aapg_aa_803.html:292:37848:37865 Minturn Eagle County, Colorado -0.0449948948439064453 +10317 aapg_aa_245.html aapg_aa_245.html:295:28590:28606 Arkona Ontario, California -0.425756964796638493 +10318 aapg_ad_919.html aapg_ad_919.html:61:6314:6334 Lakota Cheyenne, Wyoming -0.487748436810089392 +10319 aapg_ai_28.html aapg_ai_28.html:256:23344:23350 Lissie West Texas -0.139355165920266533 +10320 aapg_aa_643.html aapg_aa_643.html:252:27534:27543 Knoxville Great Valley, New York -0.0655637299615308144 +10321 gsa_html_4650354985 gsa_html_4650354985:1004:84533:84541 Colorado New Mexico -0.470179399208385473 +10322 aapg_ah_889.html aapg_ah_889.html:7:684:697 Barnett Texas -0.0212221131504006823 +10323 gsa_html_8951179545 gsa_html_8951179545:466:57909:57921 Wilcox Sierra Nevada (Spain) -0.436805862873274886 +10324 cspg_html_7434089303 cspg_html_7434089303:231:29477:29496 Irene Maysville, Kentucky -0.0288564512426946543 +10325 cspg_html_6953218740 cspg_html_6953218740:16:2137:2145 Columbia Lacombe, Alberta -0.454143259443463898 +10326 gsa_html_3289445934 gsa_html_3289445934:374:35856:35860 Bond Earth -0.437987106587424679 +10327 aapg_aa_624.html aapg_aa_624.html:378:35370:35376 Keokuk Illinois -0.467889067103673728 +10328 aapg_ah_972.html aapg_ah_972.html:29:3428:3436 Rockland Neches, Texas -0.0143364940209374722 +10329 aapg_ai_81.html aapg_ai_81.html:95:10332:10340 Catskill Delaware River 0.744258592249430251 +10330 gsa_html_6491840124 gsa_html_6491840124:1033:83524:83533 Pocatello Boise, Idaho -0.00243726702917233546 +10331 gsa_html_3445493534 gsa_html_3445493534:667:70620:70638 Monterey California -0.423164225946506323 +10332 aapg_ai_583.html aapg_ai_583.html:559:72035:72042 Rierdon Cheyenne, Wyoming -0.224090464703743886 +10333 aapg_aa_4.html aapg_aa_4.html:296:40045:40061 Sonyea Middlesex -0.0633453418880029068 +10334 sedimentology_html_9793182930 sedimentology_html_9793182930:160:17937:17944 Gateway Colorado -0.0272304956863127501 +10335 aapg_af_142.html aapg_af_142.html:229:29043:29065 Cotton Valley Alabama -0.429934117971200513 +10336 cspg_html_3550853247 cspg_html_3550853247:26:3040:3048 Frontier Regina, Saskatchewan -0.0265071378839745256 +10337 aapg_ae_315.html aapg_ae_315.html:7:1584:1605 Platteville Decorah, Iowa -0.423116197439436237 +10338 AMJC_html_8619525948 AMJC_html_8619525948:71:9368:9386 Wamsutta Newport, Rhode Island -0.444891759770598527 +10339 aapg_ae_295.html aapg_ae_295.html:225:25534:25551 Carrizo Carrizo Plain -0.0250709632878346432 +10340 gsa_html_2832151886 gsa_html_2832151886:317:24407:24415 Columbia Lacombe, Alberta -0.476130470160059438 +10341 aapg_ai_4.html aapg_ai_4.html:3:306:314 Monterey California -0.415133074492044396 +10342 aapg_aa_23.html aapg_aa_23.html:911:119005:119014 Interlake Manitoba -0.473157943062676001 +10343 AMJC_html_6156518485 AMJC_html_6156518485:606:69958:69975 Revett Boise, Idaho 0.390798459730661352 +10344 aapg_ae_73.html aapg_ae_73.html:388:50691:50698 Entrada New Mexico -0.447942032394663792 +10345 aapg_ai_158.html aapg_ai_158.html:13:1865:1873 Columbia Victoria, British Columbia -0.448484669177164286 +10346 cspg_html_4937997995 cspg_html_4937997995:791:73590:73615 Red Head Rapids Churchill River (Atlantic) -0.470567831774721834 +10347 aapg_ae_181.html aapg_ae_181.html:125:18515:18524 Blufftown Stewart County, Tennessee -0.0336555463053693354 +10348 aapg_ae_329.html aapg_ae_329.html:159:16746:16764 Dunvegan Lacombe, Alberta -0.425424282088950667 +10349 aapg_ae_370.html aapg_ae_370.html:421:38785:38801 Keasey Durham, North Carolina -0.0542774392275129219 +10350 aapg_ad_880.html aapg_ad_880.html:620:59291:59309 Sundance Black Hills 0.000710505930865969215 +10351 gsa_html_7808051457 gsa_html_7808051457:742:74783:74801 Manitou Colorado -0.454052985518192231 +10352 cspg_html_1639841815 cspg_html_1639841815:56:3011:3018 Gateway Elko, Nevada -0.196429675912310558 +10353 AMJC_html_7144941731 AMJC_html_7144941731:502:51799:51815 Weaverville California -0.0465661867457523512 +10354 gsa_html_9119115438 gsa_html_9119115438:448:49915:49924 Pocatello Boise, Idaho 0.0150141868655465499 +10355 aapg_ae_454.html aapg_ae_454.html:555:50433:50440 Hosston Ellis County, Kansas -0.435774326892291397 +10356 gsa_html_4432793908 gsa_html_4432793908:711:80759:80792 Sheep Pass Sevier orogeny -0.463526807661379381 +10357 gsa_html_6317284187 gsa_html_6317284187:729:65191:65198 Shuswap Victoria, British Columbia -0.479496330331430576 +10358 aapg_ac_59.html aapg_ac_59.html:303:37911:37935 Mission Valley San Diego -0.184020947739215013 +10359 aapg_af_727.html aapg_af_727.html:141:16605:16632 White River Chadron, Nebraska -0.000165031905109087207 +10360 AMJC_html_7141186441 AMJC_html_7141186441:111:15672:15693 Wind River Fort Union Trading Post National Historic Site -0.444835906435795903 +10361 aapg_ah_160.html aapg_ah_160.html:52:8151:8163 Salina Michigan -0.0274774196841049353 +10362 cspg_html_6702053097 cspg_html_6702053097:409:45947:45965 Beekmantown Quebec City 0.0069488599553278246 +10363 sedimentology_html_3006596207 sedimentology_html_3006596207:22:1492:1502 Long Point Canada -0.464473797617463435 +10364 aapg_af_785.html aapg_af_785.html:233:22122:22128 Sparta Charlotte, North Carolina -0.074218626882596575 +10365 gsa_html_3289054608 gsa_html_3289054608:655:90944:90954 Rancheria Adelaide -0.0147326815118864023 +10366 aapg_ai_28.html aapg_ai_28.html:35:3159:3177 Lagarto Beaumont, Texas -0.0500164465946093956 +10367 aapg_ac_345.html aapg_ac_345.html:12:1950:1958 Woodford West, Texas -0.0607524436830816084 +10368 aapg_ac_385.html aapg_ac_385.html:235:23354:23359 Provo Ohio 0.0125259211045502007 +10369 aapg_ai_326.html aapg_ai_326.html:244:30219:30230 Port Jervis Monterey, California 0.00570844885597124405 +10370 cspg_html_6712217582 cspg_html_6712217582:7:625:634 Whirlpool Manitoulin Island -0.0272913568249384605 +10371 cspg_html_4392308496 cspg_html_4392308496:102:18071:18087 Cumberland Quebec City -0.435659290307845004 +10372 aapg_ah_203.html aapg_ah_203.html:543:88554:88572 Morrison Cabuyao, Laguna 0.0410278850679781787 +10373 cspg_html_4270552951 cspg_html_4270552951:101:15124:15129 Yukon Canada -0.0542774392275129219 +10374 aapg_aa_995.html aapg_aa_995.html:28:3213:3221 Colorado Denver -0.436832441054611387 +10375 jgeology_html_6044107316 jgeology_html_6044107316:733:53689:53706 Traveler Rhyolite Portland, Maine -0.496166414713999471 +10376 AMJC_html_2829615437 AMJC_html_2829615437:130:19036:19056 Washington Pennsylvania -0.00486067457957646467 +10377 cspg_html_9717154602 cspg_html_9717154602:172:23910:23927 Bearpaw Saskatchewan River -0.0152852690750857109 +10378 palaios_html_9886618772 palaios_html_9886618772:16:747:772 Byram Mississippi River -0.251948543571499872 +10379 aapg_ae_315.html aapg_ae_315.html:3:161:173 Quimbys Mill Platteville, Colorado -0.0404707637071786003 +10380 palaios_html_3028956190 palaios_html_3028956190:66:6776:6799 Blue Mountain Ontario, California -0.484205441022560468 +10381 aapg_ac_200.html aapg_ac_200.html:485:45413:45420 Wasatch Cheyenne, Wyoming -0.445984933244691462 +10382 palaios_html_6527599394 palaios_html_6527599394:405:50286:50290 Hall London, Ontario -0.0200262605794136288 +10383 gsa_html_3445493534 gsa_html_3445493534:812:82192:82220 Green River New Mexico -0.00190221287180793197 +10384 cspg_html_2175627313 cspg_html_2175627313:8:589:606 Montney Victoria, British Columbia -0.465568086328610908 +10385 cspg_html_1058139432 cspg_html_1058139432:541:70978:70994 Viking Lacombe, Alberta -0.475138501585752326 +10386 aapg_ah_536.html aapg_ah_536.html:564:74575:74587 Mooringsport Shreveport, Louisiana -0.0171725037246518962 +10387 aapg_ai_346.html aapg_ai_346.html:102:12600:12620 Brownsport Knoxville, Tennessee -0.498566694311008085 +10388 cspg_html_6014123208 cspg_html_6014123208:610:67309:67317 Columbia Victoria, British Columbia -0.0108839893390520418 +10389 aapg_ai_44.html aapg_ai_44.html:145:22547:22553 Sierra Colombia -0.0205233642338861627 +10390 jgeology_html_7554381863 jgeology_html_7554381863:372:20341:20353 Medicine Hat Cheyenne, Wyoming -0.0466271631232556896 +10391 aapg_ac_408.html aapg_ac_408.html:133:14978:14984 Laredo County Sligo -0.438031460031225395 +10392 cspg_html_6566356550 cspg_html_6566356550:170:25197:25218 Blind Fiord China 0.0217366323453636913 +10393 cspg_html_2873888604 cspg_html_2873888604:265:40475:40483 Columbia Victoria, British Columbia -0.0170265242171895904 +10394 aapg_ac_719.html aapg_ac_719.html:86:8940:8945 Raton New Mexico -0.498497815946421563 +10395 gsa_html_9755702281 gsa_html_9755702281:11:604:617 Santa Barbara California 0.00587522535278851409 +10396 aapg_ad_3.html aapg_ad_3.html:688:64078:64098 Beekmantown Lowville (town), New York 0.0472561178033194945 +10397 aapg_ac_730.html aapg_ac_730.html:233:32485:32491 Salina Kayenta, Arizona -0.455252106655251121 +10398 aapg_ac_71.html aapg_ac_71.html:3:314:331 Dunlap Reno, Nevada -0.476449805414249639 +10399 gsa_html_1538083661 gsa_html_1538083661:75:5978:6006 Green River Colorado -0.00716428423732448638 +10400 sedimentology_html_6204427848 sedimentology_html_6204427848:1253:58559:58563 Dean Texas -0.450829332903146696 +10401 aapg_ae_805.html aapg_ae_805.html:417:50021:50028 Hermosa Colorado -0.0660861349919403679 +10402 sedimentology_html_1046729113 sedimentology_html_1046729113:1184:105772:105790 Dunvegan Lacombe, Alberta 0.0206485113150292575 +10403 palaios_html_8505514256 palaios_html_8505514256:322:36579:36602 Fort Thompson Melbourne, Florida -0.480597940731277096 +10404 geology_html_4052445617 geology_html_4052445617:34:2782:2790 Columbia Victoria, British Columbia -0.434606918343987458 +10405 aapg_ae_923.html aapg_ae_923.html:175:10811:10817 Brazil The Carolinas 0.000792153354614578671 +10406 aapg_ac_126.html aapg_ac_126.html:227:34752:34774 Haynesville Haynesville, Louisiana -0.455595651058867956 +10407 aapg_af_773.html aapg_af_773.html:331:36749:36770 Green River Colorado -0.407433766462265035 +10408 AMJC_html_6759408618 AMJC_html_6759408618:385:39761:39780 Myerstown Dauphin, Pennsylvania -0.0148473685012762528 +10409 aapg_aa_23.html aapg_aa_23.html:3:454:479 Stony Mountain Manitoba 0.783889034810996366 +10410 gsa_html_2419554486 gsa_html_2419554486:29:2796:2824 Green River Colorado 0.000858166175472142184 +10411 geology_html_6221496080 geology_html_6221496080:13:658:666 Colorado Colorado -0.0573056426018103762 +10412 cspg_html_4272664788 cspg_html_4272664788:209:27511:27517 Shunda Elkton, Kentucky -0.408291301606370394 +10413 aapg_ah_417.html aapg_ah_417.html:3:194:212 Foremost Lacombe, Alberta -0.0505498065309665512 +10414 aapg_aa_37.html aapg_aa_37.html:327:40652:40672 Phosphoria Logan, Utah 0.320131595159260818 +10415 gsa_html_8003826422 gsa_html_8003826422:500:51558:51564 Antler California -0.0250987813235815996 +10416 geology_html_6269342055 geology_html_6269342055:258:23775:23782 Madison Canada -0.0672936154663871522 +10417 cspg_html_1503116552 cspg_html_1503116552:1025:150238:150264 Beaverhill Swan Hill, Victoria -0.0211456318473247536 +10418 cspg_html_7403344526 cspg_html_7403344526:518:50891:50908 Cardium Lacombe, Alberta -0.0338782413037275951 +10419 geology_html_7473743635 geology_html_7473743635:268:25046:25054 Edmonton Lacombe, Alberta -0.0147222554474722277 +10420 geology_html_6674220555 geology_html_6674220555:111:11996:12006 Rio Grande New Mexico -0.439631812877842865 +10421 aapg_ad_145.html aapg_ad_145.html:105:9387:9393 Lisbon Hermosa, Chicago -0.441459714368856782 +10422 gsa_html_5081991493 gsa_html_5081991493:1050:83451:83466 Uinta Uintah, Utah -0.0385036919951944542 +10423 aapg_ac_451.html aapg_ac_451.html:549:57401:57433 West Foreland Cook Inlet -0.0294721058156958669 +10424 AMJC_html_9749062244 AMJC_html_9749062244:651:65305:65313 Colorado San Joaquin River -0.509868286896213663 +10425 gsa_html_5952049575 gsa_html_5952049575:67:7012:7042 Fort Union Wasatch Range -0.467868439854770279 +10426 gsa_html_5107598462 gsa_html_5107598462:249:22670:22678 Onondaga Onondaga (tribe) -0.44714211768966694 +10427 aapg_ac_313.html aapg_ac_313.html:456:51410:51421 Toledo Belize -0.462225485866077257 +10428 aapg_ai_846.html aapg_ai_846.html:88:11947:11955 Beaumont Texas -0.432227951733042737 +10429 aapg_ai_615.html aapg_ai_615.html:217:26690:26713 Brushy Canyon Texas -0.466718659783226908 +10430 cspg_html_7225688145 cspg_html_7225688145:621:61899:61903 Rome Knoxville, Tennessee 0.296521973496862212 +10431 aapg_ai_51.html aapg_ai_51.html:9:1799:1814 Bluff Alabama -0.476519241639526414 +10432 aapg_ah_464.html aapg_ah_464.html:13:2036:2045 Allegheny Carbondale, Pennsylvania -0.46326000708216164 +10433 aapg_af_615.html aapg_af_615.html:44:4675:4679 Frio Corpus Christi, Texas -0.442649117020085803 +10434 aapg_ai_975.html aapg_ai_975.html:672:57761:57791 Glen Rose Coahuila -0.00257103084166600531 +10435 cspg_html_5295390542 cspg_html_5295390542:157:21391:21413 Charlie Lake Lacombe, Alberta -0.037309716590806806 +10436 AMJC_html_6935322269 AMJC_html_6935322269:913:89362:89371 Harp Lake Canada -0.470292003998596664 +10437 aapg_aa_123.html aapg_aa_123.html:57:6661:6680 Grayling Victoria, British Columbia -0.00877304685539758919 +10438 aapg_ah_372.html aapg_ah_372.html:177:16274:16280 Midway Alabama -0.458822766590828601 +10439 cspg_html_4272664788 cspg_html_4272664788:460:50081:50093 Rundle Victoria, British Columbia -0.464450966712688929 +10440 aapg_ah_776.html aapg_ah_776.html:216:18265:18280 Queen Texas -0.47944058990843208 +10441 aapg_ad_715.html aapg_ad_715.html:268:34065:34071 Wewoka Kansas City, Kansas 0.00222359260486516743 +10442 aapg_ae_993.html aapg_ae_993.html:570:59952:59960 Birdbear Cheyenne, Wyoming -0.00908750930208491146 +10443 aapg_ae_223.html aapg_ae_223.html:407:49295:49314 Mesaverde Niobrara, Nebraska 0.00186225759184010619 +10444 cspg_html_9768299963 cspg_html_9768299963:222:24120:24138 Dunvegan Western Canadian Sedimentary Basin -0.439258669305734428 +10445 gsa_html_9152662653 gsa_html_9152662653:23:1381:1391 Sykesville Potomac River -0.447135398674851747 +10446 aapg_af_859.html aapg_af_859.html:18:2881:2887 Lissie Beaumont, Texas -0.478284785297837578 +10447 gsa_html_1254347878 gsa_html_1254347878:861:86728:86749 Sheppard Canada -0.451740527107044376 +10448 gsa_html_1783148177 gsa_html_1783148177:76:8185:8209 Mt Lytton California -0.511796757208395237 +10449 cspg_html_9867937846 cspg_html_9867937846:258:36883:36900 Cardium Lacombe, Alberta -0.46105569042928074 +10450 palaios_html_7805951959 palaios_html_7805951959:33:3316:3340 Cantwell Anchorage, Alaska -0.447572237112974447 +10451 gsa_html_5955392368 gsa_html_5955392368:12:475:487 Rhode Island Lanzhou Airport 0.54950743382643974 +10452 cspg_html_1188455526 cspg_html_1188455526:112:18627:18652 Esayoo Melville Island (Canada) -0.0939885963023810167 +10453 aapg_ac_719.html aapg_ac_719.html:89:9287:9304 Vermejo Trinidad and Tobago -0.484674969173666037 +10454 gsa_html_2610916974 gsa_html_2610916974:18:797:805 Colorado Denver -0.0767180930594499044 +10455 sedimentology_html_1368355565 sedimentology_html_1368355565:119:13229:13235 Sonora Mexico -0.500707121160588686 +10456 aapg_af_633.html aapg_af_633.html:27:4408:4421 Nacatoch Texas -0.0505393481283080911 +10457 aapg_ad_959.html aapg_ad_959.html:107:11088:11099 Clays Ferry Covington, Kentucky -0.273047387644668738 +10458 aapg_aa_44.html aapg_aa_44.html:125:14792:14800 Colorado Logan, Utah -0.0185124334228341722 +10459 palaios_html_2221534395 palaios_html_2221534395:402:46204:46208 Kope Bellevue Hospital Center -0.02390265150978289 +10460 cspg_html_5450075884 cspg_html_5450075884:7:838:856 Dunvegan Colorado -0.446110205830797302 +10461 cspg_html_3447886929 cspg_html_3447886929:637:74443:74469 Windsor Sydney Basin -0.036075857948020304 +10462 gsa_html_8881958017 gsa_html_8881958017:342:36147:36155 Columbia Victoria, British Columbia -0.0158621976007121031 +10463 gsa_html_6317284187 gsa_html_6317284187:891:75784:75812 Green River Colorado -0.0349187039582129002 +10464 aapg_ad_800.html aapg_ad_800.html:98:11113:11118 Eutaw Mississippi River -0.187558542031770054 +10465 palaios_html_8113714689 palaios_html_8113714689:440:44166:44172 Denver Colorado 0.0455923686233088987 +10466 aapg_af_792.html aapg_af_792.html:61:7699:7712 Woodbine East Texas -0.42435479065966919 +10467 aapg_ah_357.html aapg_ah_357.html:103:8790:8799 Vicksburg Hidalgo County, New Mexico 0.759248656862380189 +10468 aapg_ai_49.html aapg_ai_49.html:811:102978:102986 Cloverly Black Hills -0.0116571637323025015 +10469 aapg_ae_884.html aapg_ae_884.html:493:57818:57826 Colorado Telluride, Colorado -0.478347409879961272 +10470 aapg_ai_509.html aapg_ai_509.html:161:14964:14969 Boggy Texas -0.479521879225688563 +10471 aapg_ae_682.html aapg_ae_682.html:813:95694:95702 Colorado Denver -0.0333423889393398495 +10472 aapg_ac_785.html aapg_ac_785.html:43:8574:8584 Fort Worth Texas -0.437098264428985472 +10473 aapg_ah_329.html aapg_ah_329.html:232:21982:21990 Monterey Santa Maria, California 0.0112575432774918507 +10474 gsa_html_2324818064 gsa_html_2324818064:91:10256:10267 Lamar River Yellowstone River 0.345266305756655789 +10475 aapg_ak_15.html aapg_ak_15.html:637:85829:85838 Athabasca Lacombe, Alberta -0.456371367070690814 +10476 aapg_ah_722.html aapg_ah_722.html:149:21135:21143 Colorado Mexico -0.0819066509985539731 +10477 cspg_html_6116883777 cspg_html_6116883777:1251:175064:175076 Barlow Inlet Ellesmere Island -0.467980749597819323 +10478 aapg_af_854.html aapg_af_854.html:625:86469:86485 Warsaw Iowa 0.364580115960123297 +10479 aapg_ad_68.html aapg_ad_68.html:188:11300:11316 Pottsville Curlew, Washington -0.0261524278400712858 +10480 gsa_html_7851426034 gsa_html_7851426034:29:2796:2824 Green River Colorado 0.00270479477611077846 +10481 aapg_ac_577.html aapg_ac_577.html:23:4033:4039 Denver Colorado -0.471888407816635713 +10482 aapg_ac_313.html aapg_ac_313.html:146:18082:18097 Macal Belize 0.888263155967223383 +10483 cspg_html_3854139935 cspg_html_3854139935:63:9700:9710 Milk River Judith River Formation -0.48878086726465575 +10484 cspg_html_9689514766 cspg_html_9689514766:824:104801:104812 Beekmantown Middle Ordovician -0.00819798606036370794 +10485 gsa_html_6105070212 gsa_html_6105070212:474:55061:55072 San Antonio Anchorage, Alaska -0.4784100389871494 +10486 aapg_ai_7.html aapg_ai_7.html:160:13062:13068 Reklaw East Texas -0.178155142071534267 +10487 sedimentology_html_9059871566 sedimentology_html_9059871566:1323:75302:75319 Kayenta Logan, Utah 0.0116050390489145696 +10488 aapg_ac_983.html aapg_ac_983.html:379:60060:60073 Chanute Raytown, Missouri -0.449050071375940441 +10489 palaios_html_8931934490 palaios_html_8931934490:606:45016:45025 Northview Missouri River -0.258337825522096776 +10490 aapg_ai_838.html aapg_ai_838.html:120:23005:23031 Haynesville Cotton Valley, Louisiana -0.00819798606036370794 +10491 palaios_html_7765531315 palaios_html_7765531315:459:50470:50504 Noonday Dolomite California -0.467950951742638677 +10492 aapg_af_162.html aapg_af_162.html:119:10318:10326 Saratoga Howard County, Missouri -0.0406396375841217364 +10493 gsa_html_2667366192 gsa_html_2667366192:162:15003:15015 Owens Valley Fish Lake Valley, Nevada -0.489323394611266782 +10494 cspg_html_4348111624 cspg_html_4348111624:264:38393:38415 Winnipegosis Regina, Saskatchewan -0.481482104366479757 +10495 aapg_aa_226.html aapg_aa_226.html:371:28047:28062 Eagle Atoka, Oklahoma -0.449440672427322663 +10496 gsa_html_9962225882 gsa_html_9962225882:720:61904:61910 Oregon Boise, Idaho -0.0575289744471569053 +10497 gsa_html_2717448156 gsa_html_2717448156:819:88890:88895 Moyie Victoria, British Columbia -0.441860465923672896 +10498 aapg_ad_152.html aapg_ad_152.html:855:112322:112334 Carbon Ridge Reno, Nevada -0.0728783845431318356 +10499 aapg_ae_180.html aapg_ae_180.html:92:11188:11196 Colorado Western world -0.0454721736596031406 +10500 aapg_ae_161.html aapg_ae_161.html:178:20297:20310 Bearpaw Worland, Wyoming -0.00673169924588781169 +10501 aapg_ac_126.html aapg_ac_126.html:187:27018:27035 Haynesville Haynesville, Louisiana -0.443523211116507166 +10502 cspg_html_7688587411 cspg_html_7688587411:251:26733:26741 Columbia Victoria, British Columbia -0.456344217050148659 +10503 gsa_html_2928898135 gsa_html_2928898135:32:2856:2884 Green River Colorado 0.017290678321703834 +10504 gsa_html_7012936645 gsa_html_7012936645:963:76102:76123 Black Cove Middle Ordovician -0.464450966712688929 +10505 aapg_ak_76.html aapg_ak_76.html:94:14088:14112 San Sebastian Lares, Puerto Rico -0.46887974264236626 +10506 aapg_ah_157.html aapg_ah_157.html:175:24143:24153 Ironton Ironton, Ohio -0.0760756038911345883 +10507 jgeology_html_1095412310 jgeology_html_1095412310:138:7712:7720 Syracuse Hudson Valley -0.0324655941438056483 +10508 palaios_html_5958626598 palaios_html_5958626598:33:3886:3915 Brassfield Ohio -0.459887424332023564 +10509 aapg_ad_740.html aapg_ad_740.html:16:2401:2407 Pueblo Walsenburg, Colorado -0.0425949712561439139 +10510 cspg_html_7595517955 cspg_html_7595517955:522:54243:54258 Melville Island Canadian Arctic Archipelago -0.468978412493240793 +10511 aapg_ah_972.html aapg_ah_972.html:28:3245:3261 White Rock Houston County, Alabama 0.000548948298213387093 +10512 gsa_html_9052101586 gsa_html_9052101586:512:63477:63488 Peoria Lake Michigan -0.0237009875122112385 +10513 AMJC_html_9375684472 AMJC_html_9375684472:988:109757:109778 Green River Cheyenne, Wyoming -0.479960973619786069 +10514 sedimentology_html_9339358185 sedimentology_html_9339358185:27:2124:2131 Newport Biddeford, Maine -0.455229509631582041 +10515 aapg_ai_499.html aapg_ai_499.html:204:18264:18270 Dakota Cheyenne, Wyoming -0.468255854243320946 +10516 gsa_html_6914337916 gsa_html_6914337916:735:63119:63147 Green River Iran -0.0292651452152505043 +10517 aapg_ah_645.html aapg_ah_645.html:527:64240:64247 Rierdon Williston, Vermont -0.39126770048783599 +10518 aapg_ah_83.html aapg_ah_83.html:289:35533:35545 Dakota Colorado -0.40254340862255511 +10519 cspg_html_3982722300 cspg_html_3982722300:166:22444:22452 Columbia Victoria, British Columbia -0.425363011053494167 +10520 aapg_aa_124.html aapg_aa_124.html:242:25325:25342 Fernie Kootenay River 0.0441971680908644846 +10521 aapg_ah_264.html aapg_ah_264.html:8:932:949 Hanover Jamaica, Queens -0.0479199713331230001 +10522 cspg_html_3501550466 cspg_html_3501550466:47:8682:8700 Grosmont Lacombe, Alberta -0.0184446528159183526 +10523 aapg_ah_687.html aapg_ah_687.html:142:19858:19878 Clearwater Clearwater, Florida -0.0365787810685492543 +10524 cspg_html_4385655879 cspg_html_4385655879:132:18400:18405 Nisku Calmar, Alberta -0.073441733687194255 +10525 aapg_ac_697.html aapg_ac_697.html:3:172:190 Morrison Cheyenne, Wyoming -0.412914154028628855 +10526 aapg_aa_775.html aapg_aa_775.html:42:3594:3598 Frio Oakville, California 0.00204466219751255973 +10527 aapg_ac_375.html aapg_ac_375.html:539:54929:54945 Reforma Mexico -0.0582339155461368482 +10528 gsa_html_8740218609 gsa_html_8740218609:1270:115967:115988 Martinsburg Pennsylvania -0.447242908821281704 +10529 aapg_ah_177.html aapg_ah_177.html:98:13551:13559 Kiamichi Austin, Chicago -0.447276508327869859 +10530 cspg_html_8362959053 cspg_html_8362959053:56:8456:8469 Mountain Park Lacombe, Alberta -0.450878806444675151 +10531 palaios_html_6100595217 palaios_html_6100595217:484:52556:52579 Moodys Branch Lisbon -0.454305775206324536 +10532 aapg_ac_451.html aapg_ac_451.html:687:69741:69760 Sterling Cook Inlet 0.527686388338036605 +10533 aapg_af_58.html aapg_af_58.html:103:6402:6408 Galena Colorado -0.48777188725893289 +10534 gsa_html_9286197547 gsa_html_9286197547:73:5498:5526 Green River Colorado -0.0191815618988117366 +10535 gsa_html_5271677472 gsa_html_5271677472:289:18620:18648 Green River Colorado -0.0277017418114762735 +10536 cspg_html_4694482219 cspg_html_4694482219:71:9060:9067 Bearpaw Edmonton, London -0.465705253187009671 +10537 aapg_ac_903.html aapg_ac_903.html:21:1948:1958 Washington Salem, Oregon -0.47482657712880405 +10538 gsa_html_8881958017 gsa_html_8881958017:18:1117:1127 Quesnellia Victoria, British Columbia -0.466810220907495799 +10539 jgeology_html_1659592707 jgeology_html_1659592707:1224:66067:66075 Colorado Cheyenne, Wyoming -0.49339517418577894 +10540 aapg_ah_646.html aapg_ah_646.html:142:17137:17153 Chinle Colorado -0.407124461976563934 +10541 gsa_html_2687257141 gsa_html_2687257141:34:2650:2658 Virginia Reston, Virginia -0.0472630871063566826 +10542 AMJC_html_8196929284 AMJC_html_8196929284:833:73991:74004 Francis London, Ontario -0.459149520620870666 +10543 aapg_ad_427.html aapg_ad_427.html:7:767:773 Paluxy Rodessa, Louisiana -0.0659900368506523838 +10544 gsa_html_8840132442 gsa_html_8840132442:949:92348:92365 Belly River Lacombe, Alberta -0.00490757986669080291 +10545 gsa_html_4026604278 gsa_html_4026604278:498:65015:65042 Columbia Snake River Plain (ecoregion) -0.469120700106755939 +10546 aapg_af_494.html aapg_af_494.html:188:19948:19958 Boas River East Bay (San Francisco Bay Area) 0.0265992943860679579 +10547 aapg_ah_705.html aapg_ah_705.html:113:16863:16869 Denver Colorado -0.47601017133294582 +10548 cspg_html_8334041965 cspg_html_8334041965:144:26063:26083 Whitehorse Calgary -0.00998573864189263374 +10549 aapg_ac_497.html aapg_ac_497.html:50:4970:5004 Sadlerochit Prudhoe Bay Oil Field -0.0818926296508704216 +10550 gsa_html_1860930948 gsa_html_1860930948:655:68817:68824 Laramie Cheyenne, Wyoming -0.0264132431935258684 +10551 cspg_html_3783878189 cspg_html_3783878189:77:10547:10563 Husky Porcupine River (Ontario) -0.456371367070690814 +10552 cspg_html_8065532640 cspg_html_8065532640:172:21702:21720 Cadillac Prairie Creek, Arkansas -0.527696233221551458 +10553 gsa_html_7778996391 gsa_html_7778996391:1321:111285:111313 Green River Colorado 0.0164478291242488549 +10554 geology_html_9203544566 geology_html_9203544566:11:466:479 Santa Barbara California -0.484161071054726611 +10555 aapg_ac_832.html aapg_ac_832.html:143:18050:18059 Red River New Mexico 0.00968516832119581395 +10556 palaios_html_1018466366 palaios_html_1018466366:1592:140253:140276 Viking Canada -0.482280957733571936 +10557 cspg_html_8789242291 cspg_html_8789242291:170:23926:23944 Vanguard Regina, Saskatchewan -0.489889776983278402 +10558 palaios_html_2449649505 palaios_html_2449649505:636:67892:67908 Chinle Arizona -0.413058901025296854 +10559 gsa_html_8167853096 gsa_html_8167853096:76:6131:6159 Green River Colorado 0.0145641273221797252 +10560 palaios_html_2994452429 palaios_html_2994452429:1713:144018:144033 Liard Victoria, British Columbia -0.480644453081816247 +10561 gsa_html_6985417117 gsa_html_6985417117:626:52878:52884 Cannon Michigan -0.435838488044850259 +10562 gsa_html_4287103765 gsa_html_4287103765:61:4014:4042 Green River Colorado -0.0155250750483416668 +10563 sedimentology_html_6714245905 sedimentology_html_6714245905:161:16460:16484 Cedar Mountain Colorado 0.0329526940847275282 +10564 gsa_html_4118838513 gsa_html_4118838513:616:60902:60920 Monterey California -0.49129679030748663 +10565 jgeology_html_9629010327 jgeology_html_9629010327:385:29912:29924 Owens Valley White Mountains (California) -0.249370502138615668 +10566 aapg_ai_919.html aapg_ai_919.html:380:69218:69229 Sadlerochit Anchorage, Alaska -0.480695619561815057 +10567 aapg_ai_136.html aapg_ai_136.html:154:11303:11321 Cotton Valley Lincoln Parish, Louisiana -0.449433936510724996 +10568 cspg_html_7182873498 cspg_html_7182873498:24:4210:4213 Une Canada -0.0217192496932362561 +10569 cspg_html_7866293053 cspg_html_7866293053:264:29386:29409 Beaver Mines Clearwater, Florida -0.47675536629509363 +10570 cspg_html_7970178687 cspg_html_7970178687:35:4314:4322 Edmonton Calgary -0.0793029079584459673 +10571 aapg_ai_970.html aapg_ai_970.html:83:10818:10822 Airy England -0.504238916416323235 +10572 aapg_ae_114.html aapg_ae_114.html:69:10785:10814 Raggedy Mountain Gabbro Wichita Mountains -0.439631812877842865 +10573 aapg_ac_807.html aapg_ac_807.html:553:54986:54994 Virginia Saint Petersburg -0.44371955007464603 +10574 aapg_ac_85.html aapg_ac_85.html:394:36351:36364 Turner Valley Lacombe, Alberta -0.00910662035546105052 +10575 cspg_html_9947283670 cspg_html_9947283670:43:5740:5745 Utica Black River, Jamaica -0.0179232709792312463 +10576 cspg_html_6331977039 cspg_html_6331977039:512:49990:50013 Baumann Fiord Ellesmere Island -0.452238132024570194 +10577 aapg_ai_688.html aapg_ai_688.html:390:42587:42599 Williamsport Salina, Kansas -0.476061064960921709 +10578 aapg_af_663.html aapg_af_663.html:194:22705:22727 Higginsville Missouri River 0.80219179668294005 +10579 sedimentology_html_2208426700 sedimentology_html_2208426700:877:42525:42551 Prairie Regina, Saskatchewan -0.439223139625051329 +10580 aapg_ac_730.html aapg_ac_730.html:58:8223:8232 Mesaverde Mesa, Arizona -0.449575401198261781 +10581 aapg_ac_150.html aapg_ac_150.html:72:15760:15776 Dakota Nebraska 0.376085060080051214 +10582 aapg_ad_2.html aapg_ad_2.html:828:117094:117114 Waynesboro Hagerstown, Maryland -0.0896689435977031379 +10583 aapg_af_847.html aapg_af_847.html:229:27232:27237 Yegua Polk County, Florida -0.433772050500928763 +10584 cspg_html_3354282978 cspg_html_3354282978:666:83671:83703 Cooking Lake Canada -0.463697875765281653 +10585 palaios_html_4880574501 palaios_html_4880574501:41:4369:4383 Kope Netherlands -0.00147833984388663999 +10586 aapg_aa_731.html aapg_aa_731.html:359:47495:47507 Wilcox Cotulla, Texas -0.0965942068054704284 +10587 gsa_html_6982030333 gsa_html_6982030333:1161:108196:108204 John Day Salem, Oregon 0.325819128688476733 +10588 cspg_html_2490951833 cspg_html_2490951833:286:39488:39507 Waterways Swan Hill, Victoria -0.128614386733744673 +10589 cspg_html_4498577775 cspg_html_4498577775:1081:84482:84506 Gog Lacombe, Alberta -0.454258371760158153 +10590 aapg_ae_73.html aapg_ae_73.html:771:103022:103030 Colorado Sangre de Cristo Range -0.0116953885534583375 +10591 geology_html_4152410148 geology_html_4152410148:349:24399:24404 Lyell London, Ontario -0.0543315025159756756 +10592 gsa_html_5274400800 gsa_html_5274400800:139:15172:15180 Colorado Denver -0.494585786210081368 +10593 aapg_ah_747.html aapg_ah_747.html:109:13297:13314 Wasatch Chinle Formation -0.43347626990885002 +10594 aapg_ah_753.html aapg_ah_753.html:301:47422:47429 Moncton Indian Mountain State Park 0.0259855084910283786 +10595 aapg_ah_534.html aapg_ah_534.html:361:30539:30553 Onondaga Coaldale, Schuylkill County, Pennsylvania -0.537074355269344883 +10596 aapg_ai_469.html aapg_ai_469.html:419:49213:49227 Woodbend Edmonton, London -0.0333423889393398495 +10597 cspg_html_4915680223 cspg_html_4915680223:76:8622:8641 Allen Bay Cape Cod -0.181599373177395884 +10598 aapg_ah_469.html aapg_ah_469.html:249:19530:19536 Midway Arkansas -0.0263297817646035749 +10599 aapg_ae_233.html aapg_ae_233.html:49:6069:6079 Tuscaloosa Piedmont (United States) -0.00035264713868171768 +10600 aapg_af_891.html aapg_af_891.html:46:4730:4739 Dog Creek San Angelo, Texas -0.449431691216236939 +10601 sedimentology_html_3071253237 sedimentology_html_3071253237:182:17981:17991 Santa Cruz California -0.470262127852539125 +10602 gsa_html_9893560710 gsa_html_9893560710:1130:99009:99037 Green River New Mexico 0.00776191758677063481 +10603 cspg_html_9735723617 cspg_html_9735723617:2501:210651:210668 Mould Bay District Council of Franklin Harbour -0.0201913809518237848 +10604 aapg_ah_344.html aapg_ah_344.html:245:27413:27434 Tuscaloosa Mississippi River 0.0548564615309844669 +10605 palaios_html_7362419830 palaios_html_7362419830:43:4653:4672 Angostura Quito -0.0357887327729749932 +10606 sedimentology_html_9290555224 sedimentology_html_9290555224:731:49848:49864 Cupido Mexico -0.467870731747513147 +10607 gsa_html_1119256423 gsa_html_1119256423:149:14646:14663 White River Colorado -0.0742623743803646208 +10608 geology_html_9072961587 geology_html_9072961587:238:19937:19941 Bond North Atlantic Current -0.0190651145503429667 +10609 cspg_html_9771826320 cspg_html_9771826320:1146:143965:143977 Devon Island Canadian Arctic Archipelago -0.0162740496879429895 +10610 aapg_ac_363.html aapg_ac_363.html:610:66617:66632 Allegheny Huntington, West Virginia 0.404683474071170834 +10611 cspg_html_7872594630 cspg_html_7872594630:5:268:284 Howley Western Bay, Newfoundland and Labrador -0.477130519718023338 +10612 sedimentology_html_2359041650 sedimentology_html_2359041650:234:21457:21461 Open Gavdos -0.472512577150688062 +10613 geology_html_1703051515 geology_html_1703051515:16:1462:1469 Newport Salem, Oregon -0.0389336281325362993 +10614 aapg_af_728.html aapg_af_728.html:587:61159:61165 Denver Colorado -0.0563251653530414467 +10615 cspg_html_8089302449 cspg_html_8089302449:242:41020:41030 Dawson Bay Manitoba 1.20658561342424586 +10616 cspg_html_2419618566 cspg_html_2419618566:1071:114967:114977 Trout Lake Victoria, British Columbia -0.0031964218159343861 +10617 AMJC_html_7100359452 AMJC_html_7100359452:13:710:720 Washington Washington (state) -0.403056607357148822 +10618 gsa_html_6046825134 gsa_html_6046825134:29:2796:2824 Green River Colorado 0.0292512320169951885 +10619 aapg_ae_911.html aapg_ae_911.html:3:182:201 Morehouse Shreveport, Louisiana -0.469152832749018645 +10620 cspg_html_8312989046 cspg_html_8312989046:912:91241:91249 Columbia Victoria, British Columbia -0.463253167093327645 +10621 sedimentology_html_9436859013 sedimentology_html_9436859013:29:1781:1787 Guelph Auckland -0.0282234355137958928 +10622 gsa_html_8725992131 gsa_html_8725992131:533:43349:43355 Oxford Richmond, California -0.445016883536767272 +10623 aapg_ac_473.html aapg_ac_473.html:314:43959:43969 Phosphoria Boise, Idaho -0.00846727342264548197 +10624 aapg_ac_451.html aapg_ac_451.html:710:71085:71104 Matanuska Anchorage, Alaska 0.0117822633156924803 +10625 aapg_af_154.html aapg_af_154.html:10:849:857 Saratoga Texas -0.47601017133294582 +10626 aapg_af_97.html aapg_af_97.html:103:12608:12614 Saluda Richmond, California -0.0527620925297026463 +10627 aapg_af_880.html aapg_af_880.html:514:77331:77350 Minnelusa Des Moines, Washington 0.0129689969045692858 +10628 aapg_ae_139.html aapg_ae_139.html:93:9537:9547 Fort Union Pinedale, California 0.056590333566650268 +10629 aapg_ad_659.html aapg_ad_659.html:112:15047:15059 Solor Church Iowa -0.413964594818093001 +10630 AMJC_html_5969956211 AMJC_html_5969956211:1522:180268:180276 Colorado Denver -0.0357887327729749932 +10631 aapg_af_128.html aapg_af_128.html:486:43618:43637 Fountain North Park (Pittsburgh) 0.0127014130799759668 +10632 geology_html_6186734946 geology_html_6186734946:134:16466:16473 Catoche Whitby, Ontario -0.440247382693200906 +10633 aapg_ah_505.html aapg_ah_505.html:1751:143324:143332 Colorado Davis, California -0.0732667739597909207 +10634 AMJC_html_5471526645 AMJC_html_5471526645:439:60287:60298 Chopawamsic Piedmont (United States) -0.465705253187009671 +10635 AMJC_html_2228158963 AMJC_html_2228158963:167:21826:21838 Spring Point Portland, Oregon -0.462193603410137988 +10636 cspg_html_4543200943 cspg_html_4543200943:92:13909:13917 Columbia Pincher Creek, Alberta -0.0273835184878958443 +10637 gsa_html_9303702379 gsa_html_9303702379:361:38667:38690 Sabana Grande Nicoya Peninsula -0.488837217649543798 +10638 jgeology_html_8926825380 jgeology_html_8926825380:611:43980:43989 Peninsula Korea -0.479960973619786069 +10639 AMJC_html_5435634257 AMJC_html_5435634257:347:40115:40131 Twitya China -0.435926993396556828 +10640 cspg_html_5995140321 cspg_html_5995140321:209:21588:21595 Madison Santa Cruz, California -0.484534784604727431 +10641 aapg_ad_214.html aapg_ad_214.html:242:22678:22692 Pico California -0.464405306663695727 +10642 aapg_ah_10.html aapg_ah_10.html:79:11664:11672 Monterey Western world -0.441593278961416758 +10643 cspg_html_1159794850 cspg_html_1159794850:162:24831:24846 Salina Salina, Kansas -0.428868342306482297 +10644 cspg_html_3804945581 cspg_html_3804945581:6:515:531 Horseshoe Canyon Woodlake, Texas -0.47076786107370483 +10645 aapg_aa_346.html aapg_aa_346.html:164:15831:15847 Laurel Chattanooga, Tennessee -0.440425240506611693 +10646 palaios_html_4648069609 palaios_html_4648069609:612:64723:64739 Arroyo Texas -0.0265071378839745256 +10647 aapg_ad_152.html aapg_ad_152.html:1828:238591:238597 Kaibab Kaibab, Arizona -0.018601069941382109 +10648 sedimentology_html_1685838353 sedimentology_html_1685838353:122:10702:10724 Judith River Canada -0.428844183946785584 +10649 aapg_af_288.html aapg_af_288.html:104:12183:12199 Aleman New Mexico -0.0656650623416815127 +10650 cspg_html_7409170811 cspg_html_7409170811:556:69818:69835 Madison Cheyenne, Wyoming -0.48184068160181448 +10651 aapg_ah_724.html aapg_ah_724.html:434:55363:55383 San Miguel Texas -0.479073721727517277 +10652 aapg_af_118.html aapg_af_118.html:147:13909:13915 Wilcox Texas 0.756140774144951067 +10653 aapg_ad_599.html aapg_ad_599.html:140:15703:15721 Shenango Indiana County, Pennsylvania -0.0615188491485837846 +10654 aapg_ac_612.html aapg_ac_612.html:344:35028:35045 Entrada Colorado 0.907217114173690997 +10655 aapg_ae_473.html aapg_ae_473.html:14:2064:2070 Midway Halifax, West Yorkshire -0.45295011354581094 +10656 cspg_html_2184091860 cspg_html_2184091860:840:70945:70961 Table Head Middle Ordovician -0.0194353152309463539 +10657 aapg_ah_105.html aapg_ah_105.html:47:7249:7257 Abo New Mexico -0.0107727926714422488 +10658 gsa_html_3151431803 gsa_html_3151431803:157:20598:20615 Kayenta Colorado Plateau -0.248266668553440206 +10659 sedimentology_html_5286674783 sedimentology_html_5286674783:146:11504:11510 Eugene Salem, Oregon -0.458784199315796892 +10660 cspg_html_1114211412 cspg_html_1114211412:86:12544:12561 Gething Lacombe, Alberta -0.496386707811001693 +10661 aapg_ae_45.html aapg_ae_45.html:731:74260:74280 Smackover Haynesville, Louisiana -0.0522861066432878455 +10662 aapg_ad_659.html aapg_ad_659.html:88:11355:11363 Michigan Wisconsin -0.0328552724489848888 +10663 gsa_html_2369908260 gsa_html_2369908260:1469:140680:140692 Owens Valley Mojave Desert 0.00776191758677063481 +10664 aapg_ac_834.html aapg_ac_834.html:221:21178:21194 Dakota Black Hills -0.433652844152953076 +10665 gsa_html_2369908260 gsa_html_2369908260:920:90657:90679 Owens Valley California Water Wars -0.468317764612058318 +10666 aapg_ad_720.html aapg_ad_720.html:75:8284:8295 Abo New Mexico 0.00479118531736136624 +10667 aapg_ae_74.html aapg_ae_74.html:401:37751:37759 Moenkopi Logan, Utah -0.44326223419282984 +10668 sedimentology_html_5455387915 sedimentology_html_5455387915:28:1783:1793 Washington Seattle -0.460953349343471763 +10669 cspg_html_9290046117 cspg_html_9290046117:965:103590:103598 Columbia Victoria, British Columbia -0.466759861116235797 +10670 cspg_html_3709565413 cspg_html_3709565413:201:22627:22632 Logan Shark Bay -0.0294216697317379976 +10671 AMJC_html_6460325105 AMJC_html_6460325105:571:65624:65628 Ione Great Valley, New York -0.0540437511294119405 +10672 geology_html_8667067653 geology_html_8667067653:37:2353:2362 Eel River California -0.470629904958731249 +10673 cspg_html_6306091047 cspg_html_6306091047:206:29184:29192 Pardonet Victoria, British Columbia -0.436033210857306397 +10674 sedimentology_html_4367028918 sedimentology_html_4367028918:30:1772:1778 Oxford Germany -0.0260481030214056476 +10675 cspg_html_1458415183 cspg_html_1458415183:5:183:200 Bluesky Lacombe, Alberta -0.47829406272822006 +10676 cspg_html_9683836416 cspg_html_9683836416:61:11120:11137 Bearpaw Lacombe, Alberta -0.478990153256473372 +10677 cspg_html_1347848644 cspg_html_1347848644:452:49871:49877 Moscow Russia -0.478702368018989743 +10678 aapg_ae_472.html aapg_ae_472.html:69:9948:9957 La Gloria Caribbean -0.0966997332723355391 +10679 cspg_html_1188455526 cspg_html_1188455526:266:41281:41297 Kanguk Banks Island 0.305115750068278291 +10680 aapg_ai_857.html aapg_ai_857.html:224:34805:34810 Queen New Mexico -0.0630554409193520293 +10681 aapg_ae_144.html aapg_ae_144.html:251:18156:18161 Queen Ottawa, Kansas -0.471639785200352879 +10682 gsa_html_7000644284 gsa_html_7000644284:30:2745:2773 Green River Colorado -0.0286877600181881381 +10683 aapg_af_975.html aapg_af_975.html:124:20630:20638 Colorado Denver -0.485954043848796258 +10684 aapg_ae_803.html aapg_ae_803.html:519:63591:63608 Todos Santos Santa Rosa, California -0.439858437383654544 +10685 aapg_ac_333.html aapg_ac_333.html:120:15122:15136 Rico Logan, Utah -0.465568086328610908 +10686 aapg_af_59.html aapg_af_59.html:21:3054:3075 Ector Chalk Fannin County, Texas -0.47596853330555533 +10687 aapg_ac_841.html aapg_ac_841.html:237:30432:30454 Todos Santos Guatemala -0.435714594595624227 +10688 aapg_ah_647.html aapg_ah_647.html:22:2318:2322 Earp Naco, Sonora 0.00452191499750925936 +10689 cspg_html_7970836465 cspg_html_7970836465:87:11387:11420 Chicotte Anticosti Island 1.17973647700229578 +10690 aapg_ad_604.html aapg_ad_604.html:153:16914:16930 Santa Clara Channel Islands of California -0.0280825762237737336 +10691 cspg_html_6665051947 cspg_html_6665051947:539:50492:50508 Viking Lacombe, Alberta 0.947790667990608848 +10692 aapg_ad_567.html aapg_ad_567.html:112:20469:20487 Frontier Powder River Basin -0.465026484605756241 +10693 sedimentology_html_4121969043 sedimentology_html_4121969043:908:23842:23847 Uinta Logan, Utah -0.00549476708285740172 +10694 gsa_html_9294895863 gsa_html_9294895863:72:5575:5603 Green River Colorado -0.0303573786993141213 +10695 geology_html_7000342533 geology_html_7000342533:105:8861:8871 Whitehorse Yellowknife -0.466741549175746284 +10696 cspg_html_9768299963 cspg_html_9768299963:242:28090:28108 Scollard Lacombe, Alberta -0.0417243342632335201 +10697 aapg_ah_871.html aapg_ah_871.html:19:2847:2855 Montreal Montreal -0.481775474642512247 +10698 AMJC_html_6341723617 AMJC_html_6341723617:1105:92449:92470 Green River Colorado 0.77109224649143715 +10699 aapg_ad_466.html aapg_ad_466.html:750:81866:81878 Mount Laurel Chesapeake Bay -0.0425131277640511673 +10700 aapg_ah_222.html aapg_ah_222.html:14:1348:1358 Washington Salem, Oregon -0.0466289053122137323 +10701 aapg_af_631.html aapg_af_631.html:127:11257:11270 Tecovas Santa Rosa, California -0.394836293011726125 +10702 aapg_ad_808.html aapg_ad_808.html:1542:107361:107379 Frontier Cheyenne, Wyoming 1.03662373596920321 +10703 cspg_html_4495395109 cspg_html_4495395109:6:408:427 Frenchman Regina, Saskatchewan -0.435767689782418699 +10704 aapg_ae_72.html aapg_ae_72.html:123:13806:13819 Hermosa Atoka, Oklahoma -0.441437455474761709 +10705 gsa_html_4842463190 gsa_html_4842463190:9:334:354 Wenatchee Washington (state) -0.214952520721393425 +10706 cspg_html_9516677253 cspg_html_9516677253:25:3340:3347 Cardium Calgary -0.44961357796588941 +10707 cspg_html_9214997177 cspg_html_9214997177:7:485:528 Prairie Regina, Saskatchewan -0.46105569042928074 +10708 gsa_html_9979192554 gsa_html_9979192554:1040:96481:96500 Okpikruak Anchorage, Alaska -0.0215106592204126722 +10709 cspg_html_7988775280 cspg_html_7988775280:223:38694:38703 Athabasca Fort McMurray -0.491056633019370192 +10710 aapg_af_257.html aapg_af_257.html:231:22115:22121 Oxford England -0.487692158362934725 +10711 cspg_html_7182873498 cspg_html_7182873498:174:23463:23477 Salina Guelph -0.441517589995484405 +10712 aapg_ae_171.html aapg_ae_171.html:81:7624:7635 Skull Creek Denver -0.613733438087286864 +10713 aapg_ac_574.html aapg_ac_574.html:119:13534:13556 Horse Spring Reno, Nevada -0.099449708899508299 +10714 aapg_ai_583.html aapg_ai_583.html:489:61732:61749 Rierdon Powder River (Montana) -0.432249992487968249 +10715 cspg_html_6702053097 cspg_html_6702053097:418:47457:47480 Wallace Quebec City -0.0167554219628843898 +10716 aapg_ah_430.html aapg_ah_430.html:198:14868:14889 Summerville Logan, Utah 0.0171898823018941105 +10717 aapg_ad_800.html aapg_ad_800.html:127:14974:14990 Ripley Demopolis, Alabama -0.462102516958969756 +10718 cspg_html_4326384800 cspg_html_4326384800:995:145764:145775 Slave Point Lacombe, Alberta -0.0565031060204084085 +10719 gsa_html_2989317971 gsa_html_2989317971:1160:115548:115554 Oregon Washington (state) -0.477204643263094197 +10720 aapg_aa_231.html aapg_aa_231.html:159:17233:17251 Niobrara Cheyenne, Wyoming -0.109892805117395922 +10721 gsa_html_2717448156 gsa_html_2717448156:633:62334:62353 Pocatello Boise, Idaho -0.479670542308177961 +10722 aapg_aa_731.html aapg_aa_731.html:301:39501:39522 Rockdale Mississippi River -0.501846159144901716 +10723 cspg_html_3026112034 cspg_html_3026112034:409:40032:40039 Wabamun Pine Brook, New Jersey -0.0240660707758517355 +10724 aapg_ad_808.html aapg_ad_808.html:1544:107477:107497 Mesaverde Cheyenne, Wyoming -0.0105729870441561395 +10725 aapg_ai_98.html aapg_ai_98.html:24:3053:3061 Billings Washington (state) -0.485266333037401854 +10726 aapg_ad_683.html aapg_ad_683.html:518:52257:52273 Kaibab San Rafael Swell -0.451731523193220186 +10727 aapg_ai_444.html aapg_ai_444.html:55:5800:5812 Fayetteville Boston Mountains 0.00403028171567929548 +10728 palaios_html_6100595217 palaios_html_6100595217:62:6396:6412 Lisbon Alabama -0.0787283851864649525 +10729 sedimentology_html_2912098544 sedimentology_html_2912098544:237:24673:24758 Chinle Canyonlands National Park -0.0165833779978511626 +10730 aapg_ac_967.html aapg_ac_967.html:246:27807:27827 John Day Richmond, California -0.483477129634449443 +10731 aapg_ac_291.html aapg_ac_291.html:65:4861:4869 Virginia Virginia -0.10376607260594703 +10732 gsa_html_5627360957 gsa_html_5627360957:884:80020:80034 Troy Arizona -0.0538135585529799509 +10733 gsa_html_3942625742 gsa_html_3942625742:608:51130:51136 Lisbon Charleston, South Carolina -0.00806073698202901257 +10734 aapg_ah_421.html aapg_ah_421.html:239:18949:18958 Fox Hills Lacombe, Alberta -0.465616092314337648 +10735 aapg_ai_572.html aapg_ai_572.html:30:4117:4124 Vamoosa Okfuskee County, Oklahoma -0.0540332876662449682 +10736 aapg_ad_584.html aapg_ad_584.html:383:33816:33854 Cotton Valley Mississippi River -0.469327287552563421 +10737 aapg_aa_645.html aapg_aa_645.html:657:62132:62150 Morrison Colorado 0.0180518772845760546 +10738 aapg_af_653.html aapg_af_653.html:283:30664:30672 Vaqueros California -0.444295421139491553 +10739 geology_html_3827859178 geology_html_3827859178:13:719:728 Rochester Rochester, Kent -0.0174019020564647256 +10740 aapg_ae_66.html aapg_ae_66.html:265:26226:26233 Rierdon Cheyenne, Wyoming -0.0659184011035327533 +10741 aapg_ah_329.html aapg_ah_329.html:617:62700:62711 Paso Robles Santa Maria, California -0.488123721391326648 +10742 aapg_ae_789.html aapg_ae_789.html:269:29864:29877 Wabamun Lacombe, Alberta 0.636639673308102227 +10743 gsa_html_6967102683 gsa_html_6967102683:617:55273:55281 Ladybird Washington (state) -0.470179399208385473 +10744 aapg_af_470.html aapg_af_470.html:197:21575:21595 Manning Canyon Cheyenne, Wyoming -0.0514248783748567431 +10745 aapg_aa_192.html aapg_aa_192.html:586:63858:63884 Humboldt Reno, Nevada -0.446392131630084288 +10746 aapg_ac_333.html aapg_ac_333.html:610:74272:74279 Hermosa Supai, Arizona -0.0388552982723100598 +10747 sedimentology_html_6473571818 sedimentology_html_6473571818:878:75799:75834 Kingston Peak California -0.269229069509382468 +10748 jgeology_html_6882545802 jgeology_html_6882545802:501:38982:39001 Fairview Ohio -0.220974358253741315 +10749 aapg_ah_779.html aapg_ah_779.html:185:33922:33930 Richmond Ohio -0.0547936736355184237 +10750 aapg_ae_981.html aapg_ae_981.html:86:6551:6561 Bainbridge Bloomington, Indiana -0.471589148494391819 +10751 cspg_html_7817594878 cspg_html_7817594878:155:23804:23815 Fort Norman Mackenzie River -0.473663043482949409 +10752 cspg_html_9330018201 cspg_html_9330018201:150:22749:22765 Eager Cranbrook, British Columbia 0.666282708355555919 +10753 gsa_html_5329671609 gsa_html_5329671609:1251:101134:101162 Green River Colorado 0.00756907581737587248 +10754 geology_html_2095984673 geology_html_2095984673:92:9729:9737 Columbia Victoria, British Columbia -0.471363620495062197 +10755 aapg_ah_532.html aapg_ah_532.html:7:801:822 Ouray Leadville, Colorado -0.453085363047098455 +10756 cspg_html_9023649778 cspg_html_9023649778:323:38502:38511 Doig Victoria, British Columbia -0.517524502610378967 +10757 gsa_html_4837287019 gsa_html_4837287019:430:38603:38613 Washington Salem, Oregon -0.0303573786993141213 +10758 cspg_html_3041902517 cspg_html_3041902517:892:97550:97561 Blind Fiord Ellesmere Island -0.0741818792747687555 +10759 aapg_ac_253.html aapg_ac_253.html:370:45991:45997 Frisco Frisco, Texas -0.457614356613462614 +10760 cspg_html_9725676031 cspg_html_9725676031:673:73035:73047 Hasler Victoria, British Columbia -0.4852429512232731 +10761 cspg_html_7602315496 cspg_html_7602315496:8:1064:1077 Bearpaw Milk River, Alberta -0.0446221485320828781 +10762 cspg_html_3501550466 cspg_html_3501550466:60:10457:10477 Twin Falls Lacombe, Alberta -0.0468954646470770981 +10763 aapg_aa_100.html aapg_aa_100.html:12:1475:1490 Deep Creek Ninilchik, Alaska -0.0118969383630564592 +10764 gsa_html_5773604426 gsa_html_5773604426:16:686:692 Reston Virginia -0.470292003998596664 +10765 aapg_aa_644.html aapg_aa_644.html:533:48719:48737 Cloverly Cheyenne, Wyoming 0.000846005918276088674 +10766 aapg_ah_871.html aapg_ah_871.html:461:50674:50681 Pamelia Montreal 1.02600592310172867 +10767 aapg_aa_546.html aapg_aa_546.html:66:6675:6681 Casper Cheyenne, Wyoming -0.455726774842524995 +10768 cspg_html_3772380029 cspg_html_3772380029:486:61605:61618 Caution Creek Churchill River (Atlantic) -0.511994681548594954 +10769 cspg_html_8818854104 cspg_html_8818854104:139:18289:18310 Nikanassin Kootenay River -0.0339634929094720234 +10770 aapg_aa_654.html aapg_aa_654.html:216:33075:33089 Espiritu Santo Sangre de Cristo Range -0.464419004431934179 +10771 cspg_html_7799850124 cspg_html_7799850124:473:53251:53276 Swan Hills Swan Hill, Victoria -0.491445156732988053 +10772 aapg_ah_318.html aapg_ah_318.html:621:70101:70122 Eagle Shreveport, Louisiana -0.0294390614624063553 +10773 aapg_aa_745.html aapg_aa_745.html:182:23834:23847 Brushy Canyon Spain -0.507610494068331364 +10774 aapg_ae_937.html aapg_ae_937.html:64:5967:5986 Smackover Alabama -0.232413690251105393 +10775 AMJC_html_8206209174 AMJC_html_8206209174:331:45575:45596 Gowganda Canada -0.466007095038280028 +10776 aapg_ae_736.html aapg_ae_736.html:592:65070:65074 Nome Seward, Alaska -0.0182917127831857887 +10777 sedimentology_html_7298419341 sedimentology_html_7298419341:27:2062:2070 Edmonton Canada -0.03643260021013002 +10778 aapg_ai_255.html aapg_ai_255.html:271:39943:39963 Mill Creek Wabash County, Illinois -0.46687889797168336 +10779 geology_html_5638110690 geology_html_5638110690:212:19439:19449 Washington Richland, Washington -0.462125287699645448 +10780 aapg_ad_721.html aapg_ad_721.html:567:53424:53441 Queen Artesia, New Mexico -0.484098022941034878 +10781 aapg_af_509.html aapg_af_509.html:321:37194:37202 Colorado Denver -0.483407132229491276 +10782 aapg_ah_370.html aapg_ah_370.html:5:581:591 Bell Rockport, Massachusetts -0.484359586108593421 +10783 aapg_ah_203.html aapg_ah_203.html:565:93126:93144 Morrison New Mexico -0.43519044103107285 +10784 aapg_ae_638.html aapg_ae_638.html:57:5283:5293 Fort Payne Monteagle, Tennessee 0.438317590423429881 +10785 cspg_html_9551573979 cspg_html_9551573979:62:9223:9280 Basal Lacombe, Alberta -0.478447154667899333 +10786 cspg_html_1065856149 cspg_html_1065856149:55:6410:6434 Bow Island Pine River (Michigan) -0.503913746830082165 +10787 gsa_html_5952049575 gsa_html_5952049575:212:24572:24589 Wasatch Fort Union Trading Post National Historic Site -0.423072537243216251 +10788 palaios_html_6453840623 palaios_html_6453840623:136:12546:12564 Catskill Pennsylvania -0.439258669305734428 +10789 geology_html_9498301644 geology_html_9498301644:257:25002:25012 Tuscaloosa Alabama 0.00277949417154689906 +10790 aapg_ai_49.html aapg_ai_49.html:78:7934:7942 Quadrant Cheyenne, Wyoming -0.448287309474040385 +10791 sedimentology_html_3854944886 sedimentology_html_3854944886:732:24123:24127 Hall London, Ontario -0.482921973604061416 +10792 aapg_af_602.html aapg_af_602.html:149:18337:18358 Sweetland Creek Iowa -0.415113588382305221 +10793 gsa_html_8840132442 gsa_html_8840132442:1057:100180:100199 Crowsnest Lacombe, Alberta -0.499631466627061815 +10794 aapg_ah_647.html aapg_ah_647.html:810:87562:87577 Supai Des Moines, Washington -0.43797158338019293 +10795 sedimentology_html_8502352648 sedimentology_html_8502352648:1081:77676:77684 Columbia Victoria, British Columbia -0.442542141875480355 +10796 aapg_ah_283.html aapg_ah_283.html:143:15988:15995 Cowlitz Cowlitz River -0.0463867446356681576 +10797 aapg_aa_732.html aapg_aa_732.html:204:26348:26376 Phosphoria Wisconsin 0.00328675632641478241 +10798 aapg_af_854.html aapg_af_854.html:1039:146326:146344 Golconda Kentucky -0.46105569042928074 +10799 geology_html_2350540763 geology_html_2350540763:237:20123:20131 Montreal Quebec City -0.478326534516524793 +10800 aapg_ah_820.html aapg_ah_820.html:189:16147:16171 Basal Cambridge -0.470292003998596664 +10801 cspg_html_9951421861 cspg_html_9951421861:12:1379:1388 Athabasca Clearwater, Florida -0.476593313058899071 +10802 AMJC_html_9705852531 AMJC_html_9705852531:566:50224:50232 Columbia China -0.0322777182092932879 +10803 aapg_aa_288.html aapg_aa_288.html:72:8663:8674 Skull Creek Denver -0.452923066065788305 +10804 aapg_ac_807.html aapg_ac_807.html:308:31254:31261 Raritan Monmouth County, New Jersey -0.0171725037246518962 +10805 cspg_html_7587979364 cspg_html_7587979364:767:53513:53535 Slave Point Swan Hill, Victoria -0.498640329169128094 +10806 aapg_ai_337.html aapg_ai_337.html:697:71710:71738 Prairie Regina, Saskatchewan -0.455595651058867956 +10807 gsa_html_7012936645 gsa_html_7012936645:198:22502:22531 Martinsburg Martinsburg, Nebraska -0.471819338906025898 +10808 aapg_ai_296.html aapg_ai_296.html:814:71706:71712 Denver Texas -0.0895635994451674383 +10809 aapg_ai_49.html aapg_ai_49.html:314:39730:39743 Sundance Logan, Utah 0.785725004805442162 +10810 cspg_html_4834918660 cspg_html_4834918660:7:878:900 Grand Rapids Cordillera Administrative Region -0.485285038948243097 +10811 aapg_ac_484.html aapg_ac_484.html:460:54837:54858 Tyee California -0.438271005074949593 +10812 aapg_ak_59.html aapg_ak_59.html:1116:129342:129348 Denver Colorado -0.521434705772356399 +10813 AMJC_html_4692260170 AMJC_html_4692260170:82:9327:9338 Spider Lake Lake Memphremagog -0.464405306663695727 +10814 aapg_aa_784.html aapg_aa_784.html:167:21324:21331 Herring Alexandria, Virginia -0.00456360840821551893 +10815 aapg_ah_214.html aapg_ah_214.html:269:33815:33827 Saskatchewan Lacombe, Alberta -0.014941203695627946 +10816 gsa_html_2240019054 gsa_html_2240019054:307:28964:28980 Laurentian Burnsville, Minnesota -0.473653815287124913 +10817 aapg_ad_466.html aapg_ad_466.html:66:6831:6838 Raritan Closter, New Jersey 0.0103054229962900919 +10818 cspg_html_6143853630 cspg_html_6143853630:313:28660:28668 Columbia Victoria, British Columbia -0.443889149160736518 +10819 aapg_ai_935.html aapg_ai_935.html:44:7741:7745 Kent Orlando, Florida -0.450707909241451543 +10820 aapg_ai_183.html aapg_ai_183.html:240:21922:21934 Saskatchewan Lacombe, Alberta -0.0325612728688678896 +10821 gsa_html_3696101390 gsa_html_3696101390:519:52540:52550 Washington North Cascades National Park -0.458648092769168181 +10822 cspg_html_8568877195 cspg_html_8568877195:449:67650:67672 Judith River Lacombe, Alberta -0.448408411516637184 +10823 sedimentology_html_5840027588 sedimentology_html_5840027588:94:10989:10997 Colorado Arizona -0.47829406272822006 +10824 cspg_html_6255491344 cspg_html_6255491344:140:19824:19839 Grassy Mountain Lacombe, Alberta -0.488743302412917968 +10825 aapg_ae_93.html aapg_ae_93.html:50:9055:9074 Crowsnest Lacombe, Alberta -0.426994598175165718 +10826 aapg_ae_188.html aapg_ae_188.html:120:7472:7478 Wilcox Seminole, Texas -0.0117822633156925947 +10827 cspg_html_5501097280 cspg_html_5501097280:339:39409:39432 Gog Calgary -0.457514673015389395 +10828 aapg_ac_984.html aapg_ac_984.html:164:13752:13762 Ironton Galesville, Maryland -0.0389701822838023973 +10829 aapg_ad_715.html aapg_ad_715.html:279:35459:35479 Deer Creek Texas -0.0222407368859419662 +10830 aapg_ac_335.html aapg_ac_335.html:396:42327:42347 Brownsport Knoxville, Tennessee -0.0802699442520765222 +10831 aapg_ad_167.html aapg_ad_167.html:82:11970:11984 Richmond Waynesville, North Carolina -0.0187992000332682825 +10832 aapg_ai_975.html aapg_ai_975.html:904:73320:73338 Kiamichi Texas -0.463910045923527747 +10833 cspg_html_1763727002 cspg_html_1763727002:9:1125:1139 Doig Victoria, British Columbia -0.0592268959056857155 +10834 cspg_html_2929384614 cspg_html_2929384614:165:19525:19543 Halfway Lacombe, Alberta -0.0340313466956898014 +10835 jgeology_html_8355852976 jgeology_html_8355852976:308:27095:27103 Colorado Pueblo, Colorado -0.548127108805273044 +10836 aapg_ad_691.html aapg_ad_691.html:111:12878:12887 Red River Texas -0.430026468312881383 +10837 aapg_ad_940.html aapg_ad_940.html:314:31832:31851 Catahoula Shreveport, Louisiana -0.411778522698214466 +10838 gsa_html_2023933346 gsa_html_2023933346:992:93800:93819 Silverado California -0.0191033509173605641 +10839 aapg_ac_301.html aapg_ac_301.html:302:35349:35367 Jefferson Boise, Idaho 0.299493498127970381 +10840 gsa_html_6628155416 gsa_html_6628155416:29:2796:2824 Green River New Mexico -0.0337355768098034706 +10841 cspg_html_5955028331 cspg_html_5955028331:635:67395:67411 Viking Lacombe, Alberta -0.151473765012239858 +10842 geology_html_1026422575 geology_html_1026422575:273:22130:22137 Shields California -0.0321524692645064336 +10843 aapg_ak_4.html aapg_ak_4.html:472:50220:50229 Ada Guayaquil -0.00786789401885567251 +10844 gsa_html_7247424421 gsa_html_7247424421:29:2796:2824 Green River Colorado -0.0155250750483416668 +10845 aapg_ad_466.html aapg_ad_466.html:1104:118506:118511 Aquia Chesapeake Bay -0.24477381682233218 +10846 cspg_html_7901910248 cspg_html_7901910248:48:6004:6010 Viking Powder River (Montana) 0.00163989791216455892 +10847 aapg_aa_682.html aapg_aa_682.html:686:72579:72596 Topeka Topeka, Kansas -0.0596981355876713832 +10848 AMJC_html_6341723617 AMJC_html_6341723617:1205:101195:101209 Elko Reno, Nevada -0.0176521575515221144 +10849 aapg_ai_583.html aapg_ai_583.html:229:30029:30037 Sundance Black Hills -0.448529529594894116 +10850 aapg_aa_127.html aapg_aa_127.html:228:36853:36864 Bloomington Bloomington, Illinois -0.0241616892206824377 +10851 aapg_ah_654.html aapg_ah_654.html:342:34125:34145 Chugwater Black Hills -0.0197168810314956311 +10852 aapg_af_479.html aapg_af_479.html:4:505:525 Point Loma San Diego 0.0512993636988605395 +10853 cspg_html_8568877195 cspg_html_8568877195:87:14085:14103 Foremost Lacombe, Alberta -0.494798572382738111 +10854 cspg_html_1336185084 cspg_html_1336185084:107:12548:12568 Clearwater Western world -0.0822151314289333579 +10855 cspg_html_5754792643 cspg_html_5754792643:371:41515:41548 Gilwood Lacombe, Alberta -0.438007065376213589 +10856 aapg_ai_514.html aapg_ai_514.html:105:12585:12610 Duchesne River Uinta Mountains 0.372419836106995639 +10857 gsa_html_6143207195 gsa_html_6143207195:812:76259:76264 Logan Washington (state) -0.0331753752251057327 +10858 aapg_ah_785.html aapg_ah_785.html:22:3698:3721 Trail Reno, Nevada -0.467905110852730732 +10859 palaios_html_7769060899 palaios_html_7769060899:558:52529:52553 Cedar Mountain Logan, Utah 0.865753995370800111 +10860 gsa_html_2369540133 gsa_html_2369540133:758:64017:64021 Wise Melbourne, Florida -0.483341806462215584 +10861 aapg_af_298.html aapg_af_298.html:213:22730:22736 Warsaw Daviess County, Missouri 0.0797688827109446358 +10862 aapg_ad_81.html aapg_ad_81.html:154:23520:23537 La Luna Venezuela -0.472604743150075168 +10863 palaios_html_2623118674 palaios_html_2623118674:171:19004:19014 North Horn North Horn Formation -0.430686375541692368 +10864 sedimentology_html_2865738906 sedimentology_html_2865738906:86:6996:7017 Lake Valley New Mexico 0.691133204144312896 +10865 aapg_ae_473.html aapg_ae_473.html:17:2303:2313 Tuscaloosa Selma to Montgomery marches 0.0492426186673843164 +10866 aapg_ac_834.html aapg_ac_834.html:271:25420:25436 Inyan Kara Black Hills -0.399473969344466107 +10867 sedimentology_html_4372260172 sedimentology_html_4372260172:619:51677:51692 Mesaverde Colorado -0.462302919433881576 +10868 geology_html_2144520947 geology_html_2144520947:11:563:574 San Antonio Texas -0.481766159765426027 +10869 aapg_af_23.html aapg_af_23.html:105:14888:14893 Eagle Western world -0.49687250405482164 +10870 palaios_html_3855840708 palaios_html_3855840708:243:21875:21891 Brule Chadron, Nebraska -0.427768661147865492 +10871 cspg_html_3447886929 cspg_html_3447886929:841:95783:95805 Boat Harbour Canada 0.762967059321342678 +10872 aapg_aa_78.html aapg_aa_78.html:179:12605:12643 Traverse Salina, Kansas 0.0121158646084473642 +10873 palaios_html_5958626598 palaios_html_5958626598:486:42782:42802 Brassfield Cincinnati -0.433546895631176765 +10874 jgeology_html_3924418909 jgeology_html_3924418909:523:45599:45615 Navajo Logan, Utah -0.455211432419709627 +10875 cspg_html_9689514766 cspg_html_9689514766:763:93786:93794 Montreal Montreal -0.473663043482949409 +10876 sedimentology_html_9646603326 sedimentology_html_9646603326:82:7413:7419 Brazil Orinoco Delta -0.450582005503512739 +10877 aapg_ae_959.html aapg_ae_959.html:2297:163560:163567 Rustler Nashville Basin -0.425450542305663815 +10878 aapg_af_773.html aapg_af_773.html:3:415:436 Green River Cheyenne, Wyoming 0.0234332651137741967 +10879 aapg_aa_698.html aapg_aa_698.html:221:20719:20731 Saskatchewan Lacombe, Alberta -0.524988528331122861 +10880 cspg_html_5973552270 cspg_html_5973552270:60:8429:8449 Swan Hills Swan Hill, Victoria -0.0563286543403086967 +10881 aapg_af_614.html aapg_af_614.html:126:10501:10520 Smackover Lafayette County, Florida -0.0192893197607112085 +10882 gsa_html_8152640301 gsa_html_8152640301:9:328:359 Naknek Talkeetna Mountains 0.0113583166753052998 +10883 aapg_aa_23.html aapg_aa_23.html:13:2103:2123 Red River Manitoba -0.542236474415551228 +10884 geology_html_2782380458 geology_html_2782380458:240:22554:22560 Morgan Hawaii (island) -0.0316827975818438426 +10885 cspg_html_2758185645 cspg_html_2758185645:420:42732:42742 Mount Head Lacombe, Alberta -0.469726827457912721 +10886 palaios_html_5444521865 palaios_html_5444521865:829:68919:68925 Sonora Sonora -0.455211432419709627 +10887 aapg_aa_426.html aapg_aa_426.html:242:54517:54531 Fredericksburg Pine Island (Lee County, Florida) -0.081771697292631465 +10888 gsa_html_3942625742 gsa_html_3942625742:272:23074:23086 Little River Metro Manila -0.41990808335141383 +10889 palaios_html_5582845937 palaios_html_5582845937:315:31732:31739 Hampton Virginia -0.0180709945054990453 +10890 aapg_aa_415.html aapg_aa_415.html:247:33547:33553 Annona Clarksville, Tennessee -0.484191429205932 +10891 aapg_ah_534.html aapg_ah_534.html:221:18119:18142 Trimmers Rock Delaware River 0.0217887804062463081 +10892 cspg_html_5688447798 cspg_html_5688447798:135:18850:18870 Blue Fiord Ellesmere Island -0.221181801215143747 +10893 sedimentology_html_6282709960 sedimentology_html_6282709960:43:3537:3547 Washington Anchorage, Alaska -0.411994321190043089 +10894 aapg_ai_107.html aapg_ai_107.html:3:345:354 Smackover Bossier City, Louisiana -0.0203286926879938275 +10895 aapg_ai_484.html aapg_ai_484.html:30:4294:4300 Paluxy Paluxy, Texas -0.429934117971200513 +10896 aapg_aa_372.html aapg_aa_372.html:125:13279:13297 Carlsbad Delaware 0.00983284708618408117 +10897 aapg_ae_415.html aapg_ae_415.html:968:121682:121696 Paynes Hammock Mississippi River 0.451976911752767996 +10898 geology_html_5828016264 geology_html_5828016264:122:10907:10912 Bluff San Juan River (Nicaragua) -0.0215106592204126722 +10899 palaios_html_6092480787 palaios_html_6092480787:478:52186:52192 Banner London, Ontario -0.441740222253796999 +10900 aapg_aa_415.html aapg_aa_415.html:43:5927:5935 Woodbine Buda, Texas -0.0126614494701577564 +10901 cspg_html_8289943866 cspg_html_8289943866:10:1304:1312 Columbia Victoria, British Columbia -0.449451899065432481 +10902 cspg_html_5726581016 cspg_html_5726581016:444:54085:54091 Sustut Victoria, British Columbia -0.437151438175982732 +10903 aapg_ai_49.html aapg_ai_49.html:623:82209:82215 Kaibab Coconino County, Arizona -0.445157668105484183 +10904 aapg_ac_667.html aapg_ac_667.html:93:9210:9216 Howard Knox County, Illinois -0.0611592028569035856 +10905 aapg_ah_540.html aapg_ah_540.html:622:56669:56676 Bedford Des Moines, Washington -0.0318915382493003205 +10906 cspg_html_4280601527 cspg_html_4280601527:6:366:374 Columbia Golden, Colorado -0.0386168312473477923 +10907 aapg_aa_399.html aapg_aa_399.html:136:9949:9963 Colorado Kootenay River -0.0750848975436395616 +10908 sedimentology_html_9906287852 sedimentology_html_9906287852:418:38881:38909 Adaville Absaroka -0.472604743150075168 +10909 aapg_ai_784.html aapg_ai_784.html:3:333:341 Michigan Ohio -0.01223054087335982 +10910 gsa_html_2415293202 gsa_html_2415293202:610:49836:49840 Wise Earth -0.0116953885534583375 +10911 aapg_ac_743.html aapg_ac_743.html:104:13887:13901 Boundary Creek Indian Creek, Florida -0.442669176237409534 +10912 aapg_ah_447.html aapg_ah_447.html:71:10321:10331 Rio Grande Nueces River -0.438060290900437188 +10913 aapg_ah_815.html aapg_ah_815.html:69:5303:5309 Paluxy Rodessa, Louisiana 0.0123434800357973603 +10914 AMJC_html_6341723617 AMJC_html_6341723617:617:56193:56214 Green River Logan, Utah 0.3071052393075549 +10915 cspg_html_8374021012 cspg_html_8374021012:115:17971:17979 Columbia Victoria, British Columbia -0.451751782124743317 +10916 aapg_af_636.html aapg_af_636.html:403:47301:47307 Kindle Sellersburg, Indiana -0.0131827182184571217 +10917 jgeology_html_8596065691 jgeology_html_8596065691:598:49936:49954 Arc Mexico -0.463271407180362194 +10918 palaios_html_6034217939 palaios_html_6034217939:640:56792:56800 Columbia Victoria, British Columbia -0.456416618922522499 +10919 cspg_html_5973552270 cspg_html_5973552270:61:8609:8620 Slave Point Swan Hill, Victoria -0.00728936970704518669 +10920 geology_html_8196169061 geology_html_8196169061:112:12445:12464 Maccrady Texas -0.0179684568885802344 +10921 aapg_ae_777.html aapg_ae_777.html:600:66973:66997 Arroyo Sangre de Cristo Range -0.485663921579086111 +10922 aapg_ae_876.html aapg_ae_876.html:28:3836:3852 Dakota Nebraska -0.0765237619213186698 +10923 cspg_html_4132771434 cspg_html_4132771434:808:89385:89397 Granite Wash Lacombe, Alberta -0.434673209477638822 +10924 aapg_ah_435.html aapg_ah_435.html:614:65046:65056 Rio Grande Texas -0.0757937752129515668 +10925 jgeology_html_4937430430 jgeology_html_4937430430:246:13588:13606 John Day Salem, Oregon -0.0500164465946093956 +10926 aapg_ai_962.html aapg_ai_962.html:294:19497:19521 Cherry Canyon New Mexico -0.469028899015838996 +10927 aapg_ad_67.html aapg_ad_67.html:202:25990:25995 Yegua Shreveport, Louisiana 0.00313388258007131059 +10928 aapg_ad_724.html aapg_ad_724.html:133:15261:15265 Yeso Sacramento, California 0.0180518772845760546 +10929 cspg_html_4192729058 cspg_html_4192729058:60:7606:7630 Athabasca Lacombe, Alberta -0.44721379024503416 +10930 cspg_html_5538678223 cspg_html_5538678223:633:60401:60434 Pardonet Victoria, British Columbia 0.320651522713427228 +10931 aapg_aa_645.html aapg_aa_645.html:371:39922:39930 Kootenai Wood River (Oregon) -0.43344757972276704 +10932 aapg_ai_249.html aapg_ai_249.html:83:12798:12826 Chochal Santa Rosa, California -0.505991286185948796 +10933 aapg_ah_44.html aapg_ah_44.html:438:58817:58836 Elk Clearfield County, Pennsylvania -0.0116467387889204136 +10934 sedimentology_html_3941612453 sedimentology_html_3941612453:27:2070:2080 Washington Seattle -0.0441135678761609556 +10935 gsa_html_7012936645 gsa_html_7012936645:48:4666:4687 Martinsburg Martinsburg, Nebraska 0.0112002068245181611 +10936 cspg_html_7093237629 cspg_html_7093237629:131:19270:19282 Golden Spike Redwater, Texas -0.481766159765426027 +10937 cspg_html_4727171280 cspg_html_4727171280:55:5469:5487 Edmonton Edmonton, London -0.453008719186489883 +10938 aapg_ac_618.html aapg_ac_618.html:84:8382:8390 Wolfcamp Val Verde (fictional country) -0.452887004013691252 +10939 gsa_html_8003826422 gsa_html_8003826422:242:24776:24798 Hidden Valley Dolomite California -0.460964719996515115 +10940 cspg_html_6816410964 cspg_html_6816410964:17:3886:3894 Columbia Victoria, British Columbia -0.459805657368256959 +10941 aapg_ah_198.html aapg_ah_198.html:20:2331:2357 Monterey California -0.420944322840909546 +10942 aapg_ai_255.html aapg_ai_255.html:487:71646:71652 Guelph Guelph -0.473778404154942046 +10943 cspg_html_9354781888 cspg_html_9354781888:984:68541:68565 Amaranth Manitoba -0.496235102069879308 +10944 cspg_html_7799850124 cspg_html_7799850124:178:21615:21627 Cooking Lake Lacombe, Alberta -0.491810295816367427 +10945 aapg_ah_820.html aapg_ah_820.html:68:6323:6354 Basal Cambridge -0.475991665297052891 +10946 cspg_html_9717154602 cspg_html_9717154602:302:44846:44853 Bearpaw Regina, Saskatchewan 0.00130635878656701733 +10947 cspg_html_6839937815 cspg_html_6839937815:217:30378:30386 Moenkopi Harrisburg, Pennsylvania -0.488236338984033236 +10948 aapg_aa_147.html aapg_aa_147.html:142:17507:17526 Stonewall Red River of the North -0.359762339948880072 +10949 aapg_ac_704.html aapg_ac_704.html:112:10284:10304 San Andres Texas -0.463764030920631232 +10950 aapg_af_877.html aapg_af_877.html:5:512:519 Cypress Bethel, Alaska -0.505042823080860015 +10951 cspg_html_3129231627 cspg_html_3129231627:139:19394:19406 Devon Island Middle Ordovician -0.469038078694436811 +10952 gsa_html_4605898629 gsa_html_4605898629:1297:108548:108553 Rapid China -0.43919205226689878 +10953 aapg_ae_923.html aapg_ae_923.html:54:4265:4275 Vincentown Closter, New Jersey -0.463307888475886887 +10954 aapg_af_670.html aapg_af_670.html:111:13942:13961 Lodgepole Ward County, North Dakota -0.500764274296833567 +10955 aapg_ah_132.html aapg_ah_132.html:151:11650:11659 Vicksburg Jefferson County, Colorado -0.00761598320539543048 +10956 gsa_html_7248164569 gsa_html_7248164569:324:22424:22433 Peninsula Quebec City -0.467925738958578585 +10957 aapg_ah_506.html aapg_ah_506.html:143:14187:14205 Traverse Antrim, County Antrim -0.450676431675374467 +10958 cspg_html_3926542795 cspg_html_3926542795:69:11489:11514 Nisku Lacombe, Alberta -0.0640369698880782628 +10959 aapg_ad_466.html aapg_ad_466.html:1347:144126:144133 Raritan Columbia District -0.00639293020944086028 +10960 geology_html_1378183813 geology_html_1378183813:66:5008:5021 Santa Barbara Salem, Oregon -0.0520489971910248345 +10961 aapg_ae_72.html aapg_ae_72.html:136:15763:15789 Pinkerton Trail Hermosa, Chicago -0.422007842206250927 +10962 aapg_ae_220.html aapg_ae_220.html:341:38853:38874 Fredericksburg Arkansas -0.507372811687786252 +10963 aapg_ad_457.html aapg_ad_457.html:793:63497:63509 Borden Bloomington, Indiana -0.43580087580188992 +10964 aapg_ai_695.html aapg_ai_695.html:18:1733:1747 Ingleside Bay, Arkansas -0.481989744615225701 +10965 aapg_ac_406.html aapg_ac_406.html:91:8402:8415 Cotton Valley Paluxy, Texas -0.501974934933421491 +10966 cspg_html_3465948096 cspg_html_3465948096:216:18584:18588 Open Bermuda -0.0507572345457288979 +10967 cspg_html_3008414459 cspg_html_3008414459:57:8845:8860 Mt Lytton Middle East -0.470181697121159758 +10968 cspg_html_5849897642 cspg_html_5849897642:10:431:442 Fernie Elbow River -0.43597788776021662 +10969 aapg_ac_920.html aapg_ac_920.html:46:7481:7488 Oquirrh Oquirrh Mountain Utah Temple -0.00702877531362414328 +10970 geology_html_2624273806 geology_html_2624273806:75:5965:5971 Oswego Juniata County School District -0.453008719186489883 +10971 cspg_html_2734588863 cspg_html_2734588863:18:2240:2261 Colorado Colorado -0.0760143354300561597 +10972 cspg_html_4338314003 cspg_html_4338314003:476:50603:50620 Cardium Lacombe, Alberta -0.446078886082885928 +10973 aapg_ad_810.html aapg_ad_810.html:219:22539:22555 Moorefield Arkansas -0.198962477297002505 +10974 aapg_ae_715.html aapg_ae_715.html:522:68100:68115 Frio Beaumont, Texas -0.464419004431934179 +10975 palaios_html_7111318862 palaios_html_7111318862:1006:103506:103528 Judith River Lacombe, Alberta -0.444036457876645585 +10976 aapg_ad_283.html aapg_ad_283.html:98:11900:11920 San Andres Texas -0.452112016307883446 +10977 cspg_html_4374961624 cspg_html_4374961624:79:11712:11727 Snake Indian Mississippian culture -0.507456832997254637 +10978 palaios_html_7465495929 palaios_html_7465495929:313:22940:22957 La Luna Venezuela -0.259287738356639597 +10979 aapg_aa_857.html aapg_aa_857.html:78:7830:7857 Deadwood Williston, Vermont -0.393443380135681475 +10980 aapg_aa_357.html aapg_aa_357.html:368:34055:34071 Chinle Chinle Formation -0.441517589995484405 +10981 cspg_html_2976104632 cspg_html_2976104632:409:46990:47012 Swift Regina, Saskatchewan -0.451767539383647998 +10982 aapg_ad_542.html aapg_ad_542.html:86:12510:12527 Ankareh Logan, Utah 0.353145856639293432 +10983 aapg_ae_176.html aapg_ae_176.html:333:42323:42351 Colorado Western world -0.0594066609956957759 +10984 geology_html_4664906472 geology_html_4664906472:265:24308:24315 Andrews Sweden -0.49119789377684242 +10985 aapg_ah_490.html aapg_ah_490.html:35:4417:4427 Minnekahta Cheyenne, Wyoming -0.4796264052884881 +10986 aapg_aa_544.html aapg_aa_544.html:155:21750:21758 Sundance Cheyenne, Wyoming -0.119944419693839954 +10987 aapg_ai_17.html aapg_ai_17.html:1443:101062:101081 Catahoula Hattiesburg, Mississippi -0.462125287699645448 +10988 aapg_af_896.html aapg_af_896.html:133:13275:13286 Lake Valley Santa Rita, New Mexico -0.0526104012972985272 +10989 gsa_html_8735573394 gsa_html_8735573394:758:73460:73467 Oak Bay New Brunswick, New Jersey -0.470409220225314617 +10990 aapg_ae_419.html aapg_ae_419.html:222:28462:28470 Kiamichi Texas -0.405635134030153499 +10991 geology_html_3882764006 geology_html_3882764006:375:25524:25530 Oxford Earth -0.0207667065675008616 +10992 aapg_aa_818.html aapg_aa_818.html:80:9476:9483 Oceanic Cameroon -0.450676431675374467 +10993 gsa_html_3677258183 gsa_html_3677258183:1421:126901:126915 Rockwell California -0.0115181647621516343 +10994 aapg_af_861.html aapg_af_861.html:200:20062:20078 Wewoka Des Moines, Washington -0.462143504710773534 +10995 aapg_aa_158.html aapg_aa_158.html:333:28955:28987 Fountain Cheyenne, Wyoming -0.026705362044744569 +10996 cspg_html_8575889766 cspg_html_8575889766:76:8174:8193 Irene Ellesmere Island -0.0250466225487357037 +10997 aapg_af_341.html aapg_af_341.html:269:35811:35830 Smackover Arkansas -0.00537142262393446989 +10998 cspg_html_4796942391 cspg_html_4796942391:450:50070:50078 Columbia Lacombe, Alberta -0.449431691216236939 +10999 cspg_html_7409170811 cspg_html_7409170811:512:66990:67007 Exshaw Lacombe, Alberta -0.424479393833646412 +11000 aapg_ai_409.html aapg_ai_409.html:313:36232:36240 Woodbine Pine Island (Lee County, Florida) -0.445016883536767272 +11001 sedimentology_html_3751328128 sedimentology_html_3751328128:761:55706:55740 Neuville Quebec City -0.258929317348710941 +11002 aapg_ac_333.html aapg_ac_333.html:1141:135959:135969 San Andres New Mexico -0.419653547396107496 +11003 aapg_ai_924.html aapg_ai_924.html:71:11685:11709 Mission Canyon Texas -0.430057253759890901 +11004 sedimentology_html_9016561378 sedimentology_html_9016561378:721:62655:62665 Sunderland Cambridge, Massachusetts -0.48422645917649243 +11005 cspg_html_5484260516 cspg_html_5484260516:46:6436:6444 Columbia Lacombe, Alberta -0.00984327149097449609 +11006 palaios_html_3825798781 palaios_html_3825798781:329:32016:32042 Horseshoe Canyon Lacombe, Alberta -0.466920106770381871 +11007 aapg_ah_779.html aapg_ah_779.html:402:74850:74861 Moose River Onondaga (tribe) -0.20584628259191512 +11008 gsa_html_9579641184 gsa_html_9579641184:299:29495:29530 West Foreland Tyonek Airport -0.0233950194214184275 +11009 aapg_af_423.html aapg_af_423.html:98:8695:8716 Dutch Creek Illinois -0.451767539383647998 +11010 aapg_ae_411.html aapg_ae_411.html:43:4229:4243 Buda Brazos River -0.00108399958960863079 +11011 aapg_af_562.html aapg_af_562.html:331:33806:33814 Colorado Denver -0.464409872562970838 +11012 aapg_ad_880.html aapg_ad_880.html:82:9289:9307 Sundance Cheyenne, Wyoming 1.22181437786196367 +11013 aapg_ai_336.html aapg_ai_336.html:838:125308:125314 Moscow Caucasus Mountains -0.471363620495062197 +11014 aapg_af_638.html aapg_af_638.html:17:2176:2185 Coldwater Antrim, County Antrim -0.0413499862143105745 +11015 aapg_af_54.html aapg_af_54.html:92:11344:11358 Woodford Chattanooga, Tennessee -0.0620181988461695199 +11016 cspg_html_7544078524 cspg_html_7544078524:22:2975:2990 Leduc Lacombe, Alberta -0.466842269540434285 +11017 aapg_af_397.html aapg_af_397.html:487:56118:56125 Entrada Entrada Sandstone 0.000389127881818486141 +11018 aapg_ae_161.html aapg_ae_161.html:112:13788:13793 Mt Lytton Judith River Formation -0.46814580209221146 +11019 aapg_ad_2.html aapg_ad_2.html:634:93332:93349 Setters Pennsylvania -0.466073422560892126 +11020 geology_html_9330857948 geology_html_9330857948:11:502:510 Columbia Charleston, South Carolina -0.478447154667899333 +11021 palaios_html_7679079277 palaios_html_7679079277:929:81680:81689 Milwaukee Cheyenne, Wyoming -0.492210951964540455 +11022 cspg_html_2113366366 cspg_html_2113366366:102:14263:14278 Melville Island Bathurst Island (Northern Territory) -0.455184317280275863 +11023 aapg_ai_533.html aapg_ai_533.html:42:4616:4624 Colorado Bearpaw Formation -0.495853839651622219 +11024 sedimentology_html_3181527419 sedimentology_html_3181527419:921:59890:59898 Colorado Gunnison County, Colorado -0.491075466427918716 +11025 sedimentology_html_5673709888 sedimentology_html_5673709888:344:30759:30772 Edwards Texas -0.0207284668430632625 +11026 cspg_html_9046359229 cspg_html_9046359229:1014:107964:107987 Cypress Regina, Saskatchewan -0.0116206764451377564 +11027 aapg_ae_777.html aapg_ae_777.html:319:38069:38086 Tererro Sangre de Cristo Range -0.470188590895520009 +11028 geology_html_2345860420 geology_html_2345860420:50:4762:4771 Extension Indonesia -0.477642564553472426 +11029 aapg_ah_136.html aapg_ah_136.html:54:4868:4876 Virginia Maryland -0.0736062012519662079 +11030 aapg_ah_428.html aapg_ah_428.html:429:51086:51093 El Paso El Paso, Texas -0.458913519660435476 +11031 gsa_html_3720789279 gsa_html_3720789279:1239:114524:114534 Washington Boise, Idaho -0.477790905452477432 +11032 gsa_html_5773604426 gsa_html_5773604426:289:28917:28929 Wilcox Shreveport, Louisiana -0.436298807226921048 +11033 sedimentology_html_8747546230 sedimentology_html_8747546230:727:76760:76783 Brushy Canyon West Texas -0.46326000708216164 +11034 gsa_html_3380395839 gsa_html_3380395839:29:1559:1569 Washington Salem, Oregon -0.444856013246054061 +11035 aapg_ah_318.html aapg_ah_318.html:2954:241641:241646 Gorge Puebla, Puebla -0.540443633543924995 +11036 gsa_html_1197940982 gsa_html_1197940982:1293:121243:121252 San Diego Houghton, Michigan -0.463253167093327645 +11037 palaios_html_6812401646 palaios_html_6812401646:798:55469:55497 Willwood Cheyenne, Wyoming -0.0889052578484618022 +11038 aapg_ad_52.html aapg_ad_52.html:1165:128464:128472 Michigan Michigan -0.0371426409956562426 +11039 cspg_html_8166293261 cspg_html_8166293261:51:5697:5702 Price Victoria, British Columbia -0.039147732983155395 +11040 sedimentology_html_4109585061 sedimentology_html_4109585061:258:28005:28030 Navajo Logan, Utah -0.499246281017071747 +11041 aapg_ad_696.html aapg_ad_696.html:90:8734:8739 Bluff Anderson County, South Carolina -0.47032647773667996 +11042 aapg_aa_929.html aapg_aa_929.html:24:2975:2982 Anahuac Spindletop -0.0848731343092305746 +11043 aapg_ah_318.html aapg_ah_318.html:1306:131994:132018 Cotton Valley Cotton Valley, Louisiana -0.432567436469128874 +11044 cspg_html_2283545366 cspg_html_2283545366:35:4435:4478 Halfway Lacombe, Alberta -0.451751782124743317 +11045 aapg_ad_67.html aapg_ad_67.html:416:41491:41508 Wilcox Texas 0.010743256116110083 +11046 aapg_af_461.html aapg_af_461.html:186:17012:17023 Thiensville Lake Michigan -0.455252106655251121 +11047 aapg_ah_779.html aapg_ah_779.html:511:96421:96431 Loyalhanna Michigan -0.0155129109205666468 +11048 aapg_aa_12.html aapg_aa_12.html:522:56385:56394 Greenhorn Niobrara, Nebraska 0.016192373803742003 +11049 sedimentology_html_2556845651 sedimentology_html_2556845651:725:49475:49492 Forest Victoria, British Columbia -0.0488557340601125101 +11050 gsa_html_5825047223 gsa_html_5825047223:55:3498:3526 Green River Colorado -0.0294042780246520329 +11051 cspg_html_4287356899 cspg_html_4287356899:807:112995:113000 Yukon Anchorage, Alaska -0.474992922950619234 +11052 aapg_ah_189.html aapg_ah_189.html:338:35110:35132 Mount Simon Galesville, Maryland -0.465666387088394251 +11053 aapg_ae_993.html aapg_ae_993.html:263:24009:24029 Darby Cheyenne, Wyoming -0.123391737444388777 +11054 gsa_html_4071231613 gsa_html_4071231613:809:88245:88251 Oregon Wallowa, Oregon -0.456355529459316345 +11055 sedimentology_html_2165832672 sedimentology_html_2165832672:752:65693:65709 Chinle Colorado Plateau -0.476218391360906934 +11056 jgeology_html_4305195651 jgeology_html_4305195651:593:74067:74075 Catskill West Branch Susquehanna River -0.0259316078616598014 +11057 aapg_ah_644.html aapg_ah_644.html:139:16666:16679 Gypsum Spring Williston Basin 0.871919879120809038 +11058 sedimentology_html_9626990209 sedimentology_html_9626990209:1181:92899:92914 Mesaverde Cheyenne, Wyoming -0.0132991361893864783 +11059 aapg_af_640.html aapg_af_640.html:15:1640:1656 Midway Texas -0.485369220602805185 +11060 aapg_ad_660.html aapg_ad_660.html:483:67321:67331 Rio Grande New Mexico -0.467950951742638677 +11061 cspg_html_6517402834 cspg_html_6517402834:382:35354:35391 Albert Canada -0.462453250854801823 +11062 aapg_ad_919.html aapg_ad_919.html:19:2309:2329 Fall River Black Hills -0.412832068204634806 +11063 aapg_af_664.html aapg_af_664.html:529:59206:59230 Brushy Canyon Delaware -0.0354198318919945049 +11064 aapg_ae_4.html aapg_ae_4.html:98:12353:12378 Beartooth Cheyenne, Wyoming -0.473676885959420813 +11065 aapg_ad_338.html aapg_ad_338.html:528:57881:57899 Magothy Tuscaloosa, Alabama 0.0692582938771366813 +11066 geology_html_9015185849 geology_html_9015185849:67:8716:8734 Yorktown Iceland -0.0238000807076843013 +11067 sedimentology_html_9229777954 sedimentology_html_9229777954:3299:126018:126022 Java Indonesia -0.452909542628234352 +11068 aapg_ad_2.html aapg_ad_2.html:1263:173185:173204 Loysburg Pennsylvania -0.0483573436723463285 +11069 aapg_ah_754.html aapg_ah_754.html:400:37751:37768 Burrard Kitsilano Beach 0.681051926491711535 +11070 cspg_html_9222238695 cspg_html_9222238695:105:15850:15859 Ellerslie Lacombe, Alberta -0.052476148512779229 +11071 cspg_html_7404699681 cspg_html_7404699681:230:25083:25099 Hector Bow Lake (Alberta) -0.0258220684876826687 +11072 aapg_ad_761.html aapg_ad_761.html:91:8927:8941 Buda Denton, Texas -0.429670309412374718 +11073 cspg_html_5685783620 cspg_html_5685783620:107:14979:14998 Cathedral Lacombe, Alberta -0.464610795373413321 +11074 aapg_ac_967.html aapg_ac_967.html:3:467:485 John Day Salem, Oregon -0.0405821853026711934 +11075 aapg_ai_17.html aapg_ai_17.html:1728:134068:134074 Sabine Shreveport, Louisiana -0.488912357297633382 +11076 aapg_af_663.html aapg_af_663.html:181:20895:20905 Fort Scott Higginsville, Missouri -0.428791476930725279 +11077 sedimentology_html_2570550517 sedimentology_html_2570550517:29:1985:1994 Claremont South Africa -0.0636597082590081992 +11078 cspg_html_7602315496 cspg_html_7602315496:27:4237:4259 Belly River Milk River, Alberta -0.482150482079643117 +11079 cspg_html_9771826320 cspg_html_9771826320:904:127255:127282 Beaufort Canada -0.425371763818281734 +11080 aapg_ac_833.html aapg_ac_833.html:38:6010:6029 Mesaverde Colorado -0.0101942281259971568 +11081 gsa_html_1617077506 gsa_html_1617077506:970:91699:91707 Columbia Canada -0.00806073698202901257 +11082 aapg_af_451.html aapg_af_451.html:73:8632:8649 Athabasca Canada 0.00238862567180727833 +11083 cspg_html_3473883402 cspg_html_3473883402:33:5104:5115 Slave Point Canada -0.0725215117964040645 +11084 cspg_html_9905904289 cspg_html_9905904289:106:15070:15082 Saskatchewan Morrin, Alberta -0.0469494744747350756 +11085 cspg_html_5541725202 cspg_html_5541725202:170:25444:25460 Cumberland Cumberland, Maryland -0.448282824521055501 +11086 aapg_aa_360.html aapg_aa_360.html:351:31154:31159 Indio Cibolo, Texas -0.433370341259820213 +11087 aapg_af_542.html aapg_af_542.html:420:42466:42491 Frio Texas -0.397442776597783765 +11088 sedimentology_html_5613495298 sedimentology_html_5613495298:1492:80780:80811 Chinle Canyonlands National Park -0.170662064538924074 +11089 palaios_html_5411840767 palaios_html_5411840767:775:72548:72555 Newport Salem, Oregon -0.431256465733329653 +11090 aapg_aa_316.html aapg_aa_316.html:830:92306:92312 Madrid Fuerteventura -0.0388274478076049076 +11091 geology_html_7304783077 geology_html_7304783077:286:25343:25349 Oregon Washington (state) -0.487659330983205019 +11092 aapg_af_652.html aapg_af_652.html:198:18364:18382 Phosphoria Cheyenne, Wyoming -0.0185906420956017636 +11093 geology_html_8338687762 geology_html_8338687762:301:26595:26599 Hall London, Ontario -0.471340610693628537 +11094 aapg_ac_413.html aapg_ac_413.html:209:18420:18435 Bouse California -0.0424382503363121347 +11095 aapg_ae_705.html aapg_ae_705.html:595:59639:59662 Santa Barbara Channel Islands of California -0.00125424333549307727 +11096 aapg_ae_473.html aapg_ae_473.html:165:15745:15755 Tuscaloosa Lauderdale County, Tennessee -0.0102741494050379821 +11097 aapg_ad_834.html aapg_ad_834.html:435:48136:48142 Brazil South America -0.0286199363218920082 +11098 aapg_aa_123.html aapg_aa_123.html:306:31896:31909 Pardonet Lima, Ohio -0.455310861563052449 +11099 aapg_ai_750.html aapg_ai_750.html:180:20049:20058 Smackover Alabama -0.323149052770278056 +11100 cspg_html_2822917851 cspg_html_2822917851:23:3904:3932 Porcupine Porcupine River (Ontario) -0.441459714368856782 +11101 cspg_html_1336185084 cspg_html_1336185084:405:43672:43680 Columbia Victoria, British Columbia -0.0443365036009496297 +11102 aapg_ae_185.html aapg_ae_185.html:178:15084:15092 Woodbine Austin, Chicago -0.439165406786194035 +11103 aapg_af_594.html aapg_af_594.html:65:7998:8017 Onondaga Uniontown, Pennsylvania -0.435679199475508039 +11104 aapg_ah_783.html aapg_ah_783.html:546:59547:59556 San Diego California -0.00500312776260552431 +11105 cspg_html_3521815736 cspg_html_3521815736:63:11006:11013 Halfway Grayling, Michigan -0.506302887282198189 +11106 sedimentology_html_6854489010 sedimentology_html_6854489010:53:4235:4243 Columbia Niger River -0.445016883536767272 +11107 geology_html_4122297754 geology_html_4122297754:12:637:647 Santa Cruz California -0.0288025393782587909 +11108 cspg_html_5484260516 cspg_html_5484260516:1175:105843:105859 Exshaw Lacombe, Alberta 0.713946578457223535 +11109 aapg_ad_732.html aapg_ad_732.html:744:95128:95136 Vaqueros California -0.0201913809518237848 +11110 geology_html_2052091332 geology_html_2052091332:206:17480:17485 Piper Texas -0.00576230371979552514 +11111 aapg_ae_552.html aapg_ae_552.html:244:36560:36564 Ross Stroudsburg, Pennsylvania -0.00508998959117516313 +11112 palaios_html_4875582819 palaios_html_4875582819:37:4590:4608 Judith River Canada -0.453044786078658057 +11113 cspg_html_4693916254 cspg_html_4693916254:478:51609:51631 Winnipegosis Regina, Saskatchewan -0.448287309474040385 +11114 palaios_html_7930345720 palaios_html_7930345720:298:29054:29069 Navajo Appalachia -0.462102516958969756 +11115 cspg_html_1053895111 cspg_html_1053895111:182:25201:25218 Cardium Lacombe, Alberta -0.439223139625051329 +11116 cspg_html_8362959053 cspg_html_8362959053:11:1322:1330 Columbia Lacombe, Alberta -0.443782030321690002 +11117 gsa_html_3542448939 gsa_html_3542448939:38:3676:3684 Virginia Reston, Virginia -0.477179162580930738 +11118 aapg_ae_797.html aapg_ae_797.html:3:538:555 Hermosa Logan, Utah -0.456416618922522499 +11119 aapg_ah_387.html aapg_ah_387.html:2869:312311:312327 Knoxville Table Mountain -0.0520489971910248345 +11120 aapg_ac_920.html aapg_ac_920.html:61:8909:8926 Oquirrh Reno, Nevada -0.431097950577111366 +11121 aapg_af_248.html aapg_af_248.html:6:1775:1781 Midway Arkansas -0.0152331376513424877 +11122 jgeology_html_4937261141 jgeology_html_4937261141:479:46525:46535 Washington Seattle -0.425516196002090841 +11123 aapg_ai_582.html aapg_ai_582.html:103:9366:9394 Spearfish Spearfish, South Dakota 0.0215714978510087967 +11124 cspg_html_4666332434 cspg_html_4666332434:6:383:400 Belly River Lacombe, Alberta -0.491075466427918716 +11125 aapg_ah_528.html aapg_ah_528.html:77:8139:8147 Wendover Montello, Nevada -0.474842748246669499 +11126 sedimentology_html_8373180957 sedimentology_html_8373180957:68:7110:7119 Newcastle Spain -0.0323768745751979448 +11127 aapg_ah_96.html aapg_ah_96.html:480:56409:56418 Maquoketa Maquoketa, Iowa 0.0186705890504047615 +11128 aapg_ai_1.html aapg_ai_1.html:197:17599:17611 Hermosa Hermosa, Chicago -0.495711798447340535 +11129 jgeology_html_4305195651 jgeology_html_4305195651:624:79574:79589 Price Huntington, West Virginia -0.242684060460940765 +11130 aapg_aa_702.html aapg_aa_702.html:572:98802:98810 Michigan Salina, Kansas -0.467868439854770279 +11131 geology_html_6350726541 geology_html_6350726541:250:24257:24271 Victoria Antarctica -0.48184068160181448 +11132 aapg_ad_648.html aapg_ad_648.html:216:24893:24901 Colorado Denver -0.463271407180362194 +11133 aapg_ad_3.html aapg_ad_3.html:408:38233:38244 Black River Huntington, West Virginia -0.0203634553137257354 +11134 sedimentology_html_2550885329 sedimentology_html_2550885329:137:14111:14130 Waterways Swan Hill, Victoria -0.464656465989479628 +11135 aapg_ad_75.html aapg_ad_75.html:303:24890:24914 Tuscaloosa Mississippi River -0.392782569182986152 +11136 gsa_html_2220556952 gsa_html_2220556952:829:98493:98501 Colorado Logan, Utah -0.461219460550356897 +11137 gsa_html_8671422836 gsa_html_8671422836:1224:115183:115190 Madison Antarctica -0.473676885959420813 +11138 jgeology_html_9413634903 jgeology_html_9413634903:568:45489:45493 Elko Elko County, Nevada 0.331557521616375306 +11139 sedimentology_html_6420529178 sedimentology_html_6420529178:946:79345:79349 Hall London, Ontario -0.465616092314337648 +11140 aapg_ac_878.html aapg_ac_878.html:164:20215:20251 Prince Creek Anchorage, Alaska -0.457514673015389395 +11141 aapg_ah_612.html aapg_ah_612.html:119:10957:10973 Viking Regina, Saskatchewan -0.452382285720717148 +11142 aapg_ah_645.html aapg_ah_645.html:161:20996:21020 Swift Williston, Vermont -0.416433026798005201 +11143 aapg_ae_392.html aapg_ae_392.html:13:2671:2687 Moorefield Batesville, Arkansas -0.473081857330366395 +11144 gsa_html_9102781796 gsa_html_9102781796:322:29216:29235 Talkeetna Talkeetna Mountains -0.475991665297052891 +11145 cspg_html_3367984758 cspg_html_3367984758:372:48487:48499 Medicine Hat Lacombe, Alberta -0.0292460145715184028 +11146 aapg_af_504.html aapg_af_504.html:190:19931:19937 Denver Colorado -0.49576151014248282 +11147 aapg_ai_49.html aapg_ai_49.html:113:11534:11539 Weber Colorado 0.00130635878656701733 +11148 gsa_html_4472896560 gsa_html_4472896560:178:15095:15117 Huckleberry Ridge Tuff Yellowstone National Park -0.0566548826845970285 +11149 aapg_ae_170.html aapg_ae_170.html:348:32782:32791 Porcupine Cairns, Queensland -0.49056475826835555 +11150 gsa_html_6983076294 gsa_html_6983076294:41:4721:4728 El Paso Texas -0.0374506887699371238 +11151 aapg_ad_858.html aapg_ad_858.html:76:5732:5739 Hosston Cotton Valley, Louisiana -0.00382181610432916728 +11152 gsa_html_1914392923 gsa_html_1914392923:21:1411:1417 Oregon Salem, Oregon -0.498032441543816373 +11153 sedimentology_html_1974282352 sedimentology_html_1974282352:571:33025:33029 Hall London, Ontario -0.481945488841025893 +11154 aapg_ai_503.html aapg_ai_503.html:390:43607:43625 Grimsby Ontario, California -0.460569106302977371 +11155 cspg_html_2838996125 cspg_html_2838996125:66:11970:11978 Ramparts Mackenzie River -0.0482597604774050865 +11156 aapg_ae_610.html aapg_ae_610.html:3:479:499 San Andres Hanford, California 0.00938112555861735607 +11157 cspg_html_4103411715 cspg_html_4103411715:516:52354:52370 Viking Lacombe, Alberta -0.0371791885469511946 +11158 aapg_ak_85.html aapg_ak_85.html:246:28657:28665 Red Rock Summerfield, Kansas -0.46105569042928074 +11159 aapg_ad_785.html aapg_ad_785.html:35:4401:4409 Fountain Turkey Creek, Louisiana -0.0624809195304040568 +11160 aapg_aa_761.html aapg_aa_761.html:621:80464:80481 Cantuar Regina, Saskatchewan -0.0616532854445230732 +11161 gsa_html_4339524478 gsa_html_4339524478:765:76468:76474 Oregon Washington (state) -0.0233880656689205678 +11162 gsa_html_4260323603 gsa_html_4260323603:908:71235:71239 Webb Earth -0.438031460031225395 +11163 cspg_html_8198875303 cspg_html_8198875303:313:40754:40770 Viking Lacombe, Alberta -0.455726774842524995 +11164 sedimentology_html_3490784844 sedimentology_html_3490784844:1339:105525:105530 Hueco New Mexico -0.455211432419709627 +11165 cspg_html_8290572971 cspg_html_8290572971:387:49929:49965 Turner Valley Lacombe, Alberta -0.428844183946785584 +11166 aapg_af_653.html aapg_af_653.html:970:114875:114882 Temblor Monterey, California -0.114089345269281731 +11167 aapg_ad_581.html aapg_ad_581.html:462:54105:54111 Toledo Toledo, Spain -0.0800597021726383307 +11168 cspg_html_9827358538 cspg_html_9827358538:353:40952:40966 Elko Reno, Nevada -0.491897481315385909 +11169 aapg_ad_351.html aapg_ad_351.html:766:66590:66610 Keokuk Springfield, Illinois -0.463362613223226583 +11170 palaios_html_1027055785 palaios_html_1027055785:95:8237:8257 Tradewater Illinois -0.0517421611604156687 +11171 gsa_html_3445493534 gsa_html_3445493534:622:67877:67903 Monterey Coastal California -0.427658982255246345 +11172 aapg_ai_153.html aapg_ai_153.html:409:62941:62958 Lenapah New Mexico -0.448350101124535771 +11173 aapg_ad_575.html aapg_ad_575.html:158:21046:21063 Entrada New Mexico -0.452238132024570194 +11174 aapg_ad_865.html aapg_ad_865.html:152:16107:16122 Molas Ouray, Colorado -0.449541717141150321 +11175 cspg_html_9648675035 cspg_html_9648675035:599:53368:53390 Buckinghorse Canada -0.00500312776260552431 +11176 aapg_af_663.html aapg_af_663.html:206:24465:24492 Pawnee Jackson County, Missouri -0.459860167847925383 +11177 geology_html_9085928497 geology_html_9085928497:92:8503:8520 Ringold Ellensburg, Washington -0.470085189955252725 +11178 cspg_html_1237739452 cspg_html_1237739452:533:68009:68014 Banff Highwood Pass -0.435738929516159335 +11179 gsa_html_5601712699 gsa_html_5601712699:512:42786:42797 Pico Inglewood, California -0.436805862873274886 +11180 aapg_ad_52.html aapg_ad_52.html:1132:124047:124063 Coldwater Michigan -0.461526610478465105 +11181 palaios_html_7928599019 palaios_html_7928599019:63:7695:7704 Eel River Scotia, New York -0.485406637327558677 +11182 aapg_ac_631.html aapg_ac_631.html:115:14801:14822 Colter Lake Jackson, Texas -0.00048640987057772464 +11183 aapg_ah_387.html aapg_ah_387.html:2512:271874:271883 Knoxville Knoxville, Illinois -0.509719019143331509 +11184 gsa_html_3069013284 gsa_html_3069013284:632:64233:64245 Chinle New Mexico -0.476843350706402158 +11185 aapg_ai_857.html aapg_ai_857.html:180:27732:27752 San Andres West, Texas -0.509122218606999244 +11186 aapg_ak_85.html aapg_ak_85.html:140:17581:17590 Shongaloo Lisbon -0.441860465923672896 +11187 aapg_af_880.html aapg_af_880.html:485:72653:72671 Bird Spring Texas -0.468198533701609299 +11188 gsa_html_1592991535 gsa_html_1592991535:13:835:848 Santa Barbara California -0.475963906981033746 +11189 aapg_af_120.html aapg_af_120.html:301:32663:32684 Black River Bloomington, Indiana -0.422356792753443622 +11190 aapg_ac_629.html aapg_ac_629.html:149:20517:20527 Citronelle Beaumont, Texas -0.0212221131504006823 +11191 gsa_html_2717448156 gsa_html_2717448156:35:2308:2313 Moyie Snake River Canyon (Idaho) -0.460953349343471763 +11192 cspg_html_2863271815 cspg_html_2863271815:41:6752:6773 Salina Guelph 0.770419481440371534 +11193 cspg_html_9119878068 cspg_html_9119878068:5:207:241 Waterways Lacombe, Alberta -0.500973869275913808 +11194 aapg_ae_848.html aapg_ae_848.html:219:20241:20249 Imperial Western world -0.414615741825646755 +11195 aapg_ac_569.html aapg_ac_569.html:144:21456:21476 Emma Fiord Devon Island -0.25312300928606235 +11196 aapg_ah_160.html aapg_ah_160.html:71:10337:10345 Michigan Syracuse, New York -0.451767539383647998 +11197 aapg_aa_956.html aapg_aa_956.html:96:9603:9614 Yazoo Yazoo City, Mississippi 0.399120240105517499 +11198 gsa_html_4359618486 gsa_html_4359618486:796:67630:67658 Green River Colorado -0.0288564512426946543 +11199 aapg_ai_96.html aapg_ai_96.html:555:47793:47801 Mercedes Texas -0.492225096233327442 +11200 aapg_ae_135.html aapg_ae_135.html:57:4961:4970 Smackover Cotton Valley, Louisiana -0.0321994374619024026 +11201 sedimentology_html_9890309248 sedimentology_html_9890309248:752:47106:47127 Ohanapecosh Washington (state) -0.471336008805755435 +11202 gsa_html_4667678389 gsa_html_4667678389:564:53895:53912 Johnnie Death Valley -0.206384479628732215 +11203 geology_html_5863016497 geology_html_5863016497:268:21745:21753 Scotland Peterborough, Ontario -0.0332519228723545321 +11204 gsa_html_7884891021 gsa_html_7884891021:767:69302:69330 Green River Colorado -0.0303573786993141213 +11205 aapg_af_483.html aapg_af_483.html:72:9561:9573 Todos Santos Guatemala -0.400271380021900047 +11206 cspg_html_7809640865 cspg_html_7809640865:10:882:894 Saskatchewan Lacombe, Alberta -0.455279223830003521 +11207 gsa_html_7936718686 gsa_html_7936718686:22:892:900 Virginia Reston, Virginia -0.487607747652621382 +11208 aapg_af_664.html aapg_af_664.html:623:68877:68893 Stonewall Hardeman County, Tennessee -0.396989826784209243 +11209 gsa_html_2509147847 gsa_html_2509147847:541:65268:65278 Washington Twisp, Washington -0.500480928372567968 +11210 aapg_af_701.html aapg_af_701.html:162:19557:19567 Juniata Pennsylvania -0.472722268874013252 +11211 cspg_html_5479700260 cspg_html_5479700260:273:21331:21350 Stonewall Manitoba 0.827452778527138388 +11212 aapg_af_785.html aapg_af_785.html:203:19287:19297 Washington Texas -0.0727279352030703458 +11213 aapg_ae_324.html aapg_ae_324.html:1097:109074:109082 Moccasin Tazewell, Tennessee -0.430224392211940587 +11214 gsa_html_2877093757 gsa_html_2877093757:23:1054:1065 San Antonio Earth -0.087666095624831103 +11215 aapg_ai_974.html aapg_ai_974.html:307:32484:32500 Cultus Peshastin, Washington -0.454052985518192231 +11216 aapg_ac_187.html aapg_ac_187.html:2591:264742:264761 Marcellus Chestnut Ridge, New York -0.00915874145499006274 +11217 cspg_html_5688447798 cspg_html_5688447798:21:5144:5167 Vendom Fiord Ellesmere Island -0.473323971277166522 +11218 cspg_html_5697056884 cspg_html_5697056884:412:43459:43478 Mount Cap Regina, Saskatchewan -0.450582005503512739 +11219 cspg_html_1506720813 cspg_html_1506720813:30:4649:4656 Success Lacombe, Alberta -0.444835906435795903 +11220 aapg_aa_45.html aapg_aa_45.html:112:13391:13399 Moenkopi Logan, Utah 0.250299761474286009 +11221 AMJC_html_3632105729 AMJC_html_3632105729:782:90062:90068 Oregon Salem, Oregon -0.450582005503512739 +11222 aapg_ai_610.html aapg_ai_610.html:95:17448:17455 Sturgis Chautauqua County, Kansas -0.480960803547703208 +11223 aapg_ad_0.html aapg_ad_0.html:154:15261:15282 Black River Bloomington, Indiana -0.445213540966811649 +11224 aapg_ac_940.html aapg_ac_940.html:125:16603:16618 Salem England -0.0633628062510393636 +11225 gsa_html_6589330144 gsa_html_6589330144:413:41931:41939 Loveland Iowa -0.239731524747874458 +11226 geology_html_2461616775 geology_html_2461616775:12:594:604 Washington Washington (state) -0.446011775932438015 +11227 gsa_html_7312577962 gsa_html_7312577962:1150:97421:97449 Green River Iran -0.000364807386249416544 +11228 aapg_ah_621.html aapg_ah_621.html:333:36603:36611 Colorado Hermosa, Chicago -0.463478914486847693 +11229 aapg_ac_691.html aapg_ac_691.html:14:1352:1358 Oregon Washington (state) 0.0212203749353179309 +11230 palaios_html_8113714689 palaios_html_8113714689:20:1426:1434 Au Train Munising, Michigan -0.0599372594953088075 +11231 aapg_af_728.html aapg_af_728.html:587:61219:61252 Colorado Colorado -0.177014331330011848 +11232 palaios_html_8055229939 palaios_html_8055229939:535:62543:62549 Moscow Russia -0.490195451192383946 +11233 aapg_ah_692.html aapg_ah_692.html:482:51076:51081 Piper North Sea -0.00357860677920869346 +11234 gsa_html_3445493534 gsa_html_3445493534:761:77673:77679 Snyder Los Angeles -0.446078886082885928 +11235 gsa_html_6330913937 gsa_html_6330913937:946:85680:85691 Palm Spring California -0.063450128833629979 +11236 aapg_ai_515.html aapg_ai_515.html:46:5997:6002 Uinta Wasatch Range -0.457899875343460883 +11237 aapg_ad_883.html aapg_ad_883.html:181:18630:18651 Black River Deerfield, Massachusetts -0.428479686892279998 +11238 aapg_ac_424.html aapg_ac_424.html:80:12661:12679 Oakville Texas -0.0674002216587080011 +11239 aapg_ad_49.html aapg_ad_49.html:122:11470:11486 Umpqua Washington (state) -0.495106025033118957 +11240 aapg_ac_538.html aapg_ac_538.html:413:46755:46771 Viking Lacombe, Alberta -0.0386046469573407755 +11241 aapg_ac_913.html aapg_ac_913.html:40:4322:4346 Krebs Atoka, Oklahoma -0.464450966712688929 +11242 aapg_ae_959.html aapg_ae_959.html:3471:266844:266850 Salado Salado, Texas -0.443782030321690002 +11243 gsa_html_3151431803 gsa_html_3151431803:202:25345:25361 Navajo Kayenta, Arizona -0.500366664778552739 +11244 jgeology_html_6506349432 jgeology_html_6506349432:147:10108:10121 Boulder Creek Logan, Utah -0.0350022236580636789 +11245 aapg_af_470.html aapg_af_470.html:220:24445:24455 Blackstone Cheyenne, Wyoming -0.0270583470538351585 +11246 aapg_ai_916.html aapg_ai_916.html:370:49645:49657 Wilcox Texas -0.465561228542891226 +11247 aapg_aa_124.html aapg_aa_124.html:237:24758:24771 Elk Fernie, British Columbia -0.197115126536360902 +11248 geology_html_5381052359 geology_html_5381052359:11:431:441 Washington Seattle -0.431395188299852905 +11249 gsa_html_3014459865 gsa_html_3014459865:305:34311:34330 Pensauken Pebble Mine -0.142661527683353495 +11250 aapg_ah_754.html aapg_ah_754.html:156:18567:18574 Burrard Vancouver -0.133394516779275663 +11251 cspg_html_4915680223 cspg_html_4915680223:25:3200:3219 Read Bay Bath, Somerset -0.012369542978566227 +11252 sedimentology_html_2073446709 sedimentology_html_2073446709:1133:60370:60379 San Diego California -0.470236848829719556 +11253 cspg_html_9771826320 cspg_html_9771826320:263:45036:45054 Reindeer West Greenland Current -0.0617755028178728835 +11254 cspg_html_6985536436 cspg_html_6985536436:818:101382:101400 Edmonton Canada -0.476130470160059438 +11255 aapg_ak_99.html aapg_ak_99.html:142:20420:20438 Niobrara Cheyenne, Wyoming -0.0252604746773001342 +11256 cspg_html_5484260516 cspg_html_5484260516:1007:80220:80236 Exshaw Victoria, British Columbia 0.00204466219751255973 +11257 aapg_ai_54.html aapg_ai_54.html:104:11523:11543 Tuscaloosa Selma to Montgomery marches -0.456608964648804683 +11258 sedimentology_html_8747546230 sedimentology_html_8747546230:1010:88997:89001 Ross Stroudsburg, Pennsylvania -0.438060290900437188 +11259 cspg_html_6964953392 cspg_html_6964953392:280:35072:35083 Buick Creek Valhalla, New York -0.499270052772917139 +11260 aapg_af_0.html aapg_af_0.html:633:70742:70761 La Quinta Venezuela -0.0381695036603138874 +11261 sedimentology_html_2865738906 sedimentology_html_2865738906:396:23498:23519 Lake Valley Alamogordo, New Mexico -0.469070208322842297 +11262 aapg_ah_505.html aapg_ah_505.html:314:24737:24761 Morrison Denver 0.046533085475742697 +11263 cspg_html_6197477438 cspg_html_6197477438:25:1706:1713 Gramina Lacombe, Alberta -0.0367528086008553287 +11264 AMJC_html_6341723617 AMJC_html_6341723617:1167:97658:97663 Uinta Colorado -0.221407793980548134 +11265 aapg_ac_765.html aapg_ac_765.html:76:15421:15437 Chinle Colorado 0.0893125397944112276 +11266 aapg_ac_629.html aapg_ac_629.html:726:86933:86942 Vicksburg Mississippi River -0.463435584788403632 +11267 cspg_html_1019614994 cspg_html_1019614994:112:19724:19769 Big Valley Lacombe, Alberta -0.470292003998596664 +11268 aapg_ae_415.html aapg_ae_415.html:705:87426:87431 Byram Covington County, Alabama -0.450595494357366455 +11269 cspg_html_1962846283 cspg_html_1962846283:303:33064:33080 Elk Lacombe, Alberta -0.458865873154244486 +11270 gsa_html_1549665076 gsa_html_1549665076:578:55730:55750 Deer Butte Malheur County, Oregon -0.04375827605503467 +11271 aapg_ae_324.html aapg_ae_324.html:165:16465:16474 Blackford Virginia -0.0526522468339780461 +11272 cspg_html_7093237629 cspg_html_7093237629:86:13884:13898 Woodbend Lacombe, Alberta -0.452724742517472523 +11273 palaios_html_7765531315 palaios_html_7765531315:44:4918:4934 Noonday Dolomite Death Valley -0.283289181427267445 +11274 gsa_html_1434944005 gsa_html_1434944005:67:5821:5849 Green River Colorado -0.0284721166530200707 +11275 aapg_ae_350.html aapg_ae_350.html:91:11087:11103 Tuscaloosa Tuscaloosa, Alabama 0.00238862567180727833 +11276 aapg_ah_97.html aapg_ah_97.html:134:16326:16335 Red River Nebraska 0.00496143412054320457 +11277 cspg_html_2659844208 cspg_html_2659844208:15:1387:1392 Leduc New Mexico -0.440620923452583413 +11278 aapg_af_892.html aapg_af_892.html:618:60137:60148 Valera Pecos County, Texas -0.519281151938487229 +11279 gsa_html_7537857494 gsa_html_7537857494:640:64319:64347 Green River Iran -0.00200123251374013846 +11280 cspg_html_5241714595 cspg_html_5241714595:652:97560:97576 Muskeg Lacombe, Alberta -0.422007842206250927 +11281 jgeology_html_8264452242 jgeology_html_8264452242:444:36604:36621 Baraboo Quartzite Wisconsin -0.50875665121932967 +11282 geology_html_1496830652 geology_html_1496830652:15:837:858 Pungo River North Carolina -0.464409872562970838 +11283 jgeology_html_8355852976 jgeology_html_8355852976:663:44492:44501 Greenhorn Colorado -0.294568004168989817 +11284 cspg_html_7086880709 cspg_html_7086880709:307:39290:39297 Nahanni Lacombe, Alberta -0.449656248007914428 +11285 aapg_ah_991.html aapg_ah_991.html:825:113702:113710 Beaumont Hawkinsville, Georgia 0.0584677495160079858 +11286 cspg_html_6786864151 cspg_html_6786864151:1787:105970:105977 Windsor Ontario, California 0.0224945330956530555 +11287 cspg_html_5345848475 cspg_html_5345848475:39:5895:5904 Greenhorn Niobrara, Nebraska 0.00736581097593620986 +11288 aapg_ae_535.html aapg_ae_535.html:26:3477:3495 Sitkinak Kodiak Island -0.091964348189086581 +11289 cspg_html_4578604607 cspg_html_4578604607:5:242:264 Winnipegosis Regina, Saskatchewan 0.00255018452536458695 +11290 cspg_html_6159840831 cspg_html_6159840831:274:35688:35708 Milk River Lacombe, Alberta -0.445984933244691462 +11291 cspg_html_7334652966 cspg_html_7334652966:249:27313:27333 Whitehorse Victoria, British Columbia -0.481870957939069144 +11292 aapg_ac_198.html aapg_ac_198.html:212:18191:18207 Eagle Texas -0.0642675305255647478 +11293 gsa_html_4873957926 gsa_html_4873957926:1153:120856:120864 Colorado San Juan, Argentina -0.0651269728115944357 +11294 aapg_ae_5.html aapg_ae_5.html:103:11832:11841 Horquilla Earp, California -0.479893584862882694 +11295 cspg_html_4655200751 cspg_html_4655200751:157:28838:28853 Nisku Lacombe, Alberta -0.494415595917255202 +11296 aapg_ae_959.html aapg_ae_959.html:1845:133684:133704 Dog Creek Texas -0.0892774277428384083 +11297 aapg_aa_898.html aapg_aa_898.html:339:39254:39290 Flagstaff Logan, Utah -0.266670697414944313 +11298 geology_html_9906887454 geology_html_9906887454:315:21997:22009 Owens Valley California -0.457650607934439568 +11299 palaios_html_9669360804 palaios_html_9669360804:37:3117:3125 Billings Noble County, Indiana -0.486457311735010611 +11300 aapg_af_652.html aapg_af_652.html:46:6363:6382 Minnelusa Spearfish, South Dakota 0.495728368686212062 +11301 cspg_html_3328007773 cspg_html_3328007773:925:96289:96297 Dunvegan Canada -0.00365504393340889116 +11302 aapg_ai_583.html aapg_ai_583.html:23:3659:3666 Rierdon Powder River Basin -0.452238132024570194 +11303 gsa_html_8236729701 gsa_html_8236729701:123:15359:15382 Pigeon Point California -0.481905893496514026 +11304 aapg_ak_132.html aapg_ak_132.html:233:24382:24396 Metapan El Salvador, Misamis Oriental 0.817123839174854427 +11305 aapg_ac_805.html aapg_ac_805.html:930:98354:98359 Stark New Mexico -0.489932094547215424 +11306 palaios_html_4940783464 palaios_html_4940783464:521:49356:49374 Yakataga Anchorage, Alaska -0.00500312776260552431 +11307 aapg_ah_199.html aapg_ah_199.html:352:37460:37474 Atoka Berlin -0.00153219252139514682 +11308 cspg_html_5973552270 cspg_html_5973552270:73:10510:10519 Waterways Swan Hill, Victoria -0.461601707643698789 +11309 aapg_ae_415.html aapg_ae_415.html:635:79822:79831 Bucatunna Alabama -0.0295955881019379606 +11310 aapg_ah_779.html aapg_ah_779.html:189:34958:34964 Oswego Martinsburg, Nebraska -0.0258916172011711375 +11311 gsa_html_2561127673 gsa_html_2561127673:930:84842:84870 Green River New Mexico -0.00486067457957646467 +11312 aapg_ac_475.html aapg_ac_475.html:258:34123:34142 Kishenehn South Fork Flathead River -0.222386199849514077 +11313 aapg_ae_63.html aapg_ae_63.html:90:10184:10203 Fish Haven Dolomite Cheyenne, Wyoming -0.00128551260502975519 +11314 aapg_ad_154.html aapg_ad_154.html:116:13353:13372 Bellefonte Pennsylvania 0.006789029590310529 +11315 palaios_html_2994452429 palaios_html_2994452429:1158:111569:111585 Morgan Logan, Utah 0.403289771911253259 +11316 geology_html_2784558180 geology_html_2784558180:28:1986:2015 Sullivan Great Britain -0.460746428725734014 +11317 aapg_ac_295.html aapg_ac_295.html:35:3449:3454 Logan Washington (state) -0.0199532604557582163 +11318 cspg_html_2796643803 cspg_html_2796643803:522:63174:63192 Deadwood Regina, Saskatchewan -0.446848766559273636 +11319 sedimentology_html_5686481636 sedimentology_html_5686481636:61:4117:4121 Hall London -0.510875347990848105 +11320 cspg_html_7779401416 cspg_html_7779401416:193:23438:23459 Fossil Hill Manitoulin Island -0.180728724176103389 +11321 aapg_ae_319.html aapg_ae_319.html:363:27560:27567 Thaynes Uinta Mountains -0.448529529594894116 +11322 aapg_af_703.html aapg_af_703.html:190:20625:20635 Cumberland Kentucky -0.033773852470743819 +11323 geology_html_3825683939 geology_html_3825683939:11:500:506 Oldham Ohio -0.49526215931685702 +11324 aapg_ac_881.html aapg_ac_881.html:152:16931:16949 Deadwood Winnipeg 0.0192962719011844468 +11325 cspg_html_8250755331 cspg_html_8250755331:651:68972:68982 Milk River Lacombe, Alberta -0.474842748246669499 +11326 cspg_html_8840748783 cspg_html_8840748783:73:13097:13115 Dunvegan Pine River (Michigan) 0.400527367364705289 +11327 cspg_html_1019614994 cspg_html_1019614994:369:60318:60338 Big Valley Williston Basin -0.437953842888147871 +11328 aapg_ae_182.html aapg_ae_182.html:315:32662:32675 Cotton Valley Bellevue, Nebraska -0.00308350377484213492 +11329 aapg_ai_49.html aapg_ai_49.html:99:9994:9999 Weber Aspen, Colorado -0.459149520620870666 +11330 aapg_ae_223.html aapg_ae_223.html:273:33578:33599 Green River Logan, Utah -0.00253281259735845714 +11331 aapg_ah_290.html aapg_ah_290.html:306:35064:35070 Walker Salem, Oregon -0.0374506887699371238 +11332 palaios_html_2449649505 palaios_html_2449649505:734:75479:75495 Chinle Arizona -0.465616092314337648 +11333 gsa_html_6117440194 gsa_html_6117440194:925:90000:90006 Denver Colorado -0.0243946529781233976 +11334 gsa_html_9755702281 gsa_html_9755702281:573:44043:44059 Saugus Western world -0.48309921135944367 +11335 aapg_ai_947.html aapg_ai_947.html:378:62468:62477 San Joaquin Bartow County, Georgia -0.433403442682278373 +11336 aapg_ac_729.html aapg_ac_729.html:768:75869:75883 Lea Park Lacombe, Alberta 0.0160828938120724796 +11337 sedimentology_html_9326831356 sedimentology_html_9326831356:234:27221:27232 Black Creek Congaree River -0.459149520620870666 +11338 gsa_html_8241338635 gsa_html_8241338635:571:56048:56066 Long Point Long Point, Ontario -0.430092438352523254 +11339 geology_html_4395835641 geology_html_4395835641:41:5837:5857 Dunn Canada -0.04375827605503467 +11340 gsa_html_2561127673 gsa_html_2561127673:468:42768:42779 Quinn River Victoria, British Columbia -0.482931300996293389 +11341 jgeology_html_9097445382 jgeology_html_9097445382:468:34542:34548 Ludlow Mongolia -0.443813272031764461 +11342 sedimentology_html_7879809021 sedimentology_html_7879809021:742:52341:52359 St Louis Beckley, Oxfordshire -0.0101247315019664351 +11343 palaios_html_8505514256 palaios_html_8505514256:240:26983:27006 Fort Thompson Melbourne, Florida -0.0553622738508934356 +11344 aapg_ad_2.html aapg_ad_2.html:1069:146778:146800 Beekmantown Wissahickon Formation -0.0429989757646855944 +11345 aapg_af_188.html aapg_af_188.html:171:18477:18493 Dakota Colorado -0.4381734052234173 +11346 aapg_aa_360.html aapg_aa_360.html:81:8151:8169 Carrizo Carrizo Plain -0.42653659632637092 +11347 gsa_html_9301126081 gsa_html_9301126081:693:67340:67351 Paso Robles California -0.444856013246054061 +11348 geology_html_6752696169 geology_html_6752696169:222:20065:20076 Green River Logan, Utah 0.0214133178501315392 +11349 cspg_html_6502178723 cspg_html_6502178723:343:42147:42155 Columbia Victoria, British Columbia -0.456391730122837791 +11350 aapg_af_640.html aapg_af_640.html:110:7043:7059 Wilcox Shreveport, Louisiana 0.0286390660470263146 +11351 aapg_ah_779.html aapg_ah_779.html:341:64199:64207 Michigan Ohio -0.443692774120845845 +11352 aapg_aa_598.html aapg_aa_598.html:3:478:495 Thaynes Western Wyoming Community College 0.0175148642461509067 +11353 geology_html_2944588605 geology_html_2944588605:14:888:894 Jordan Zarqa Governorate -0.44948782523520614 +11354 aapg_ad_64.html aapg_ad_64.html:134:14800:14811 Wills Point Alabama 0.00718686909166816289 +11355 cspg_html_8362959053 cspg_html_8362959053:111:15946:15954 Moosebar Boulder Creek (Colorado) -0.4506269691264706 +11356 gsa_html_6578729676 gsa_html_6578729676:801:74293:74298 Price West Antarctic Ice Sheet -0.451812561628617604 +11357 aapg_aa_415.html aapg_aa_415.html:124:17604:17612 Woodbine Buda, Texas -0.457691392417615917 +11358 gsa_html_8794167975 gsa_html_8794167975:932:95837:95846 Mackenzie Ottawa, Kansas -0.506854469137183239 +11359 aapg_ah_281.html aapg_ah_281.html:3:226:231 Slope Middle East -0.030833956297731533 +11360 geology_html_7391733758 geology_html_7391733758:251:21202:21208 Pueblo Colorado -0.0447440730819334553 +11361 aapg_ah_318.html aapg_ah_318.html:868:90136:90155 Smackover Arkansas -0.432823232966369709 +11362 sedimentology_html_2442491538 sedimentology_html_2442491538:156:13516:13543 Moenkopi Canyonlands National Park 0.0014766026609327194 +11363 cspg_html_3634181348 cspg_html_3634181348:102:12446:12454 Billings Champlain Valley -0.0488923304210317836 +11364 jgeology_html_2563614336 jgeology_html_2563614336:197:10913:10924 San Jacinto Western world -0.44564275767943895 +11365 aapg_af_677.html aapg_af_677.html:163:20851:20870 Mesaverde Colorado -0.406267933356129318 +11366 aapg_ad_344.html aapg_ad_344.html:22:2366:2378 Pierre Mobridge, South Dakota -0.412318107763843533 +11367 aapg_ac_617.html aapg_ac_617.html:7:1016:1033 Fleming Oakville, California -0.476061064960921709 +11368 aapg_ah_10.html aapg_ah_10.html:226:34247:34255 Monterey Monterey, California -0.416224917949125084 +11369 aapg_ad_318.html aapg_ad_318.html:8:1307:1326 Greenfield Dolomite Lockport (city), New York -0.456561440120662909 +11370 aapg_af_471.html aapg_af_471.html:144:17453:17461 Parkwood Hartselle, Alabama -0.439391917689554934 +11371 cspg_html_5406720001 cspg_html_5406720001:195:24929:24945 Chilliwack Pacific coast -0.0526051706223679347 +11372 gsa_html_5089176247 gsa_html_5089176247:950:86783:86788 Price Nettleton, Mississippi -0.462111625185478381 +11373 geology_html_7328730121 geology_html_7328730121:18:1281:1291 Rancheria New Mexico -0.466299888436986554 +11374 aapg_ad_174.html aapg_ad_174.html:617:61854:61870 Toreva Mancos, Colorado -0.484833872729878101 +11375 cspg_html_2139304729 cspg_html_2139304729:79:12655:12675 Stuart Bathurst Island (Northern Territory) -0.0340417857765505233 +11376 gsa_html_8971189731 gsa_html_8971189731:723:71178:71187 New River Virginia -0.0336555463053693354 +11377 aapg_ai_388.html aapg_ai_388.html:379:39073:39081 Colorado Colorado -0.473778404154942046 +11378 cspg_html_6611173979 cspg_html_6611173979:75:10228:10246 Duvernay Edmonton, London -0.474992922950619234 +11379 palaios_html_1560586324 palaios_html_1560586324:713:53782:53800 Woodbine Texas -0.44714211768966694 +11380 aapg_aa_208.html aapg_aa_208.html:749:70907:70928 Green River Colorado -0.453085363047098455 +11381 aapg_ah_49.html aapg_ah_49.html:61:7506:7512 Saugus Castaic, California -0.0334258967197983703 +11382 aapg_ad_871.html aapg_ad_871.html:81:8851:8868 Genshaw Alpena County, Michigan -0.04989269854500962 +11383 aapg_ae_243.html aapg_ae_243.html:20:2478:2494 Custer Texas -0.0444288146314834667 +11384 palaios_html_6756694640 palaios_html_6756694640:1068:85631:85652 Bell Guadalupe Mountains National Park -0.0317836884462165403 +11385 aapg_ai_877.html aapg_ai_877.html:193:19991:19998 Venango Allegheny Mountains -0.481815063993563775 +11386 cspg_html_6163998187 cspg_html_6163998187:415:46766:46774 Columbia Victoria, British Columbia -0.466759861116235797 +11387 aapg_af_623.html aapg_af_623.html:237:25192:25195 Lee Kentucky -0.458750170743803365 +11388 aapg_ae_427.html aapg_ae_427.html:370:38107:38128 Weaverville Western world -0.0491380533416538867 +11389 geology_html_8665622838 geology_html_8665622838:18:1498:1504 Oregon Salem, Oregon -0.0389701822838023973 +11390 cspg_html_4287356899 cspg_html_4287356899:911:125721:125737 Kayak Anchorage, Alaska -0.0342523093425481095 +11391 aapg_ac_511.html aapg_ac_511.html:85:9680:9709 Brown Dolomite Potter County, Texas -0.476218391360906934 +11392 aapg_ae_694.html aapg_ae_694.html:255:29006:29020 Woodbine Texas 0.418933812225487867 +11393 geology_html_1497479898 geology_html_1497479898:262:24517:24523 Active Caribbean -0.449431691216236939 +11394 geology_html_1573138807 geology_html_1573138807:183:18985:19004 Gunsight Middle East -0.0590261932947709553 +11395 gsa_html_4058959570 gsa_html_4058959570:97:7587:7603 Bladen Guatemala -0.475196277624828634 +11396 aapg_ae_959.html aapg_ae_959.html:302:23790:23794 Word Guadalupe Mountains National Park -0.0900991262029193357 +11397 gsa_html_5550900489 gsa_html_5550900489:60:4053:4081 Green River New Mexico -0.0478676973832001112 +11398 sedimentology_html_7284255829 sedimentology_html_7284255829:608:42072:42076 Hall London, Ontario -0.472528705500211532 +11399 aapg_af_975.html aapg_af_975.html:110:17584:17602 Fountain Denver -0.466714081975797668 +11400 aapg_ah_811.html aapg_ah_811.html:119:10043:10066 Edwards East Texas -0.0383278935926523318 +11401 AMJC_html_3384252704 AMJC_html_3384252704:1339:121977:121987 Washington Long Island -0.487987661646075377 +11402 AMJC_html_4089359637 AMJC_html_4089359637:1124:98258:98278 Waterville Portland, Maine -0.469189557204259144 +11403 aapg_ah_378.html aapg_ah_378.html:558:53657:53675 Rustler Salado, Texas -0.442720440658756875 +11404 aapg_af_727.html aapg_af_727.html:113:12822:12832 San Miguel Texas -0.0258220684876826687 +11405 sedimentology_html_1425353064 sedimentology_html_1425353064:653:50114:50123 Sheffield Sheffield station -0.470510360514459824 +11406 aapg_aa_841.html aapg_aa_841.html:105:10469:10473 Frio Brazoria County, Texas -0.483085217576718073 +11407 aapg_ae_705.html aapg_ae_705.html:117:11712:11730 Vaqueros Royal Botanic Gardens, Kew -0.426597942672020058 +11408 aapg_ah_696.html aapg_ah_696.html:367:51703:51713 Washington Richland, Washington -0.0245215675441684301 +11409 cspg_html_3104351736 cspg_html_3104351736:702:79287:79308 Belly River Lacombe, Alberta 0.0104444170595688161 +11410 gsa_html_1536819908 gsa_html_1536819908:739:70031:70036 Provo Logan, Utah -0.487659330983205019 +11411 aapg_aa_991.html aapg_aa_991.html:25:3244:3255 San Antonio San Antonio -0.488053342950142799 +11412 aapg_ad_808.html aapg_ad_808.html:1236:84597:84605 Frontier Niobrara, Nebraska -0.0497445521320005191 +11413 geology_html_2550998204 geology_html_2550998204:12:686:694 Michigan Michigan -0.456371367070690814 +11414 cspg_html_9343899465 cspg_html_9343899465:423:42728:42759 Weatherall Melville Island (Canada) -0.251212599401758163 +11415 aapg_ac_212.html aapg_ac_212.html:204:22100:22118 Fountain Golden, Colorado -0.441486425747427802 +11416 aapg_ad_759.html aapg_ad_759.html:402:42918:42932 Pico California -0.00369847415980369305 +11417 sedimentology_html_7635687013 sedimentology_html_7635687013:123:11959:11970 Schenectady Frankfort, Illinois -0.0306147978884375553 +11418 aapg_ae_73.html aapg_ae_73.html:411:53920:53933 Ralston Creek Entrada Sandstone -0.0045966157065965357 +11419 gsa_html_2547559311 gsa_html_2547559311:868:76811:76818 Shuswap Victoria, British Columbia -0.477158315306099867 +11420 aapg_af_461.html aapg_af_461.html:166:15210:15223 Lake Michigan Wisconsin -0.0325612728688678896 +11421 cspg_html_1371603066 cspg_html_1371603066:6:462:478 Viking Lacombe, Alberta -0.0245772016562315031 +11422 geology_html_3164524816 geology_html_3164524816:23:1526:1532 Denver Colorado -0.507370411204501881 +11423 aapg_ad_836.html aapg_ad_836.html:897:76143:76162 Maquoketa Chattanooga, Tennessee -0.476449805414249639 +11424 gsa_html_5732664703 gsa_html_5732664703:18:1284:1306 Laurentian Knoxville, Tennessee -0.0446343409079277068 +11425 aapg_ac_533.html aapg_ac_533.html:392:47745:47763 Fayetteville Arkansas -0.0426820396306177158 +11426 aapg_ai_720.html aapg_ai_720.html:244:27401:27412 Morgan Closter, New Jersey -0.450676431675374467 +11427 aapg_ac_834.html aapg_ac_834.html:125:10955:10966 Skull Creek Fall River, Nova Scotia -0.455347020329573748 +11428 aapg_ah_776.html aapg_ah_776.html:83:6923:6943 San Andres Texas -0.0137248477945169315 +11429 geology_html_5878685516 geology_html_5878685516:331:22895:22903 Colorado Denver -0.0482911263715116029 +11430 palaios_html_2623118674 palaios_html_2623118674:788:84715:84735 North Horn North Horn Formation -0.0395063257526605052 +11431 aapg_ac_313.html aapg_ac_313.html:709:79153:79169 Caribe Western world -0.0833966631908211881 +11432 cspg_html_2013109828 cspg_html_2013109828:360:66578:66597 Ottertail Middle East -0.50044998043931721 +11433 aapg_ai_975.html aapg_ai_975.html:1019:82670:82701 Georgetown Robertson County, Tennessee 0.00255018452536458695 +11434 aapg_af_775.html aapg_af_775.html:282:19161:19178 Lissie Beaumont, Texas -0.458534686411798065 +11435 jgeology_html_8064855537 jgeology_html_8064855537:257:17927:17949 Burro Canyon Colorado -0.0354198318919945049 +11436 jgeology_html_1838149422 jgeology_html_1838149422:1291:102612:102630 John Day Salem, Oregon -0.0507694363735156085 +11437 sedimentology_html_6214596908 sedimentology_html_6214596908:1566:117632:117666 Guilmette Reno, Nevada -0.455536877615232372 +11438 cspg_html_9683836416 cspg_html_9683836416:53:9982:9990 Foremost Milk River, Alberta -0.470262127852539125 +11439 gsa_html_5601712699 gsa_html_5601712699:773:68860:68868 Rockwell Huntington Beach, California -0.0350022236580636789 +11440 cspg_html_6274889925 cspg_html_6274889925:193:23199:23206 Cardium Colorado -0.014941203695627946 +11441 gsa_html_6967102683 gsa_html_6967102683:1049:85938:85966 Green River Colorado 0.00238862567180727833 +11442 aapg_ac_924.html aapg_ac_924.html:134:11159:11166 Madison Cheyenne, Wyoming -0.0990977149933097434 +11443 aapg_ae_46.html aapg_ae_46.html:519:56549:56567 Hudspeth Hudspeth County, Texas -0.059497418116040271 +11444 palaios_html_3904138149 palaios_html_3904138149:822:61656:61671 Silica Cheyenne, Wyoming -0.0241616892206824377 +11445 aapg_aa_912.html aapg_aa_912.html:499:69569:69573 Java Java -0.0395916240677814321 +11446 cspg_html_3772380029 cspg_html_3772380029:437:55806:55830 Surprise Creek Manitoba -0.491727831303366836 +11447 sedimentology_html_2898428289 sedimentology_html_2898428289:1430:76275:76281 Warsaw Salem, Massachusetts -0.471962087320613732 +11448 sedimentology_html_3590337258 sedimentology_html_3590337258:323:40751:40755 Hall London, Ontario -0.0200714512738383588 +11449 palaios_html_7465495929 palaios_html_7465495929:400:27372:27389 La Luna Caracas 0.389026994963478479 +11450 aapg_ac_684.html aapg_ac_684.html:204:19713:19717 Bays Alabama -0.440431910837218554 +11451 aapg_ad_691.html aapg_ad_691.html:29:3625:3635 Fort Worth Texas -0.0214480825633718564 +11452 aapg_ae_377.html aapg_ae_377.html:105:11110:11114 Java Sumatra -0.409186164222991255 +11453 geology_html_1186571522 geology_html_1186571522:249:20949:20957 Homewood Switzerland -0.50396633916237854 +11454 AMJC_html_7898185532 AMJC_html_7898185532:1449:135459:135465 Denver Sierra Nevada (Spain) -0.48184068160181448 +11455 cspg_html_6591133539 cspg_html_6591133539:89:12101:12109 Columbia Victoria, British Columbia -0.423531068292633761 +11456 aapg_af_551.html aapg_af_551.html:310:32733:32754 Lake Valley Alamogordo, New Mexico -0.0146249457170983255 +11457 aapg_ae_235.html aapg_ae_235.html:190:22965:22975 Tuscaloosa Tuscaloosa, Alabama -0.43374114370115191 +11458 aapg_ad_244.html aapg_ad_244.html:23:2951:2963 Little Falls Mohawk Valley -0.458648092769168181 +11459 geology_html_9642461541 geology_html_9642461541:12:467:473 Reston Virginia -0.482989599489924148 +11460 geology_html_6889011624 geology_html_6889011624:196:21068:21076 Winnipeg Red River of the North 0.423172958660259835 +11461 cspg_html_2882304151 cspg_html_2882304151:12:1580:1586 Luscar Dissected Till Plains -0.452927573923113447 +11462 cspg_html_8198875303 cspg_html_8198875303:86:13024:13046 Viking Lacombe, Alberta -0.0809795806648788002 +11463 cspg_html_7106541506 cspg_html_7106541506:47:5426:5433 Bluesky Miami -0.0494674389497957237 +11464 palaios_html_4940783464 palaios_html_4940783464:458:44748:44779 Yakataga Gulf of Alaska -0.462398581950347165 +11465 aapg_ae_223.html aapg_ae_223.html:201:24833:24855 Green River Wasatch Range -0.445560028460347757 +11466 aapg_ad_98.html aapg_ad_98.html:296:28992:29002 Table Head Antelope Valley Freeway -0.505991286185948796 +11467 aapg_ad_52.html aapg_ad_52.html:696:76157:76166 Coldwater Michigan -0.0268166470016257402 +11468 geology_html_5171768193 geology_html_5171768193:340:29240:29248 Virginia Blue Ridge Mountains -0.480695619561815057 +11469 gsa_html_8716356528 gsa_html_8716356528:864:63470:63479 San Pedro Mount Adams (Washington) -0.00793912421120361589 +11470 geology_html_6250311188 geology_html_6250311188:328:23530:23546 Dakota Jefferson County, Colorado -0.153901132921343581 +11471 gsa_html_2717448156 gsa_html_2717448156:143:16261:16269 Colorado Denver -0.0395933648576628841 +11472 aapg_ad_218.html aapg_ad_218.html:36:5257:5281 Bedford Santa Monica Mountains -0.473815322787249471 +11473 cspg_html_6306091047 cspg_html_6306091047:7:596:604 Columbia Lacombe, Alberta -0.00998573864189263374 +11474 cspg_html_4031489103 cspg_html_4031489103:373:56945:56967 Striped Peak Pend Oreille River -0.43867038361858135 +11475 aapg_ae_81.html aapg_ae_81.html:328:41741:41749 Sycamore Western world -0.441740222253796999 +11476 aapg_ac_809.html aapg_ac_809.html:451:34800:34808 Woodford Los Angeles -0.0723780698366540687 +11477 aapg_ae_474.html aapg_ae_474.html:1325:139029:139035 Bethel Illinois -0.0314218768886919339 +11478 aapg_af_877.html aapg_af_877.html:104:11722:11733 Hardinsburg Wabash River -0.454414135268558672 +11479 jgeology_html_1836103970 jgeology_html_1836103970:179:13437:13457 Boss Point New Glasgow, Nova Scotia -0.043955078042755065 +11480 cspg_html_6702053097 cspg_html_6702053097:93:12110:12115 Logan Philipsburg, Centre County, Pennsylvania -0.458695727712452594 +11481 sedimentology_html_9550478777 sedimentology_html_9550478777:156:12815:12825 Las Animas Puerto Palomas, Chihuahua -0.0388552982723100598 +11482 aapg_ad_379.html aapg_ad_379.html:838:69639:69645 Dakota Logan, Utah -0.431714547785669089 +11483 cspg_html_6014123208 cspg_html_6014123208:464:58021:58031 Success Regina, Saskatchewan -0.462193603410137988 +11484 aapg_af_520.html aapg_af_520.html:218:22815:22823 La Habra California -0.0712359219424234941 +11485 sedimentology_html_5880564597 sedimentology_html_5880564597:856:60098:60106 Colorado Denver -0.471589148494391819 +11486 aapg_aa_62.html aapg_aa_62.html:916:73274:73279 Colon Atlantis -0.421244953243923137 +11487 geology_html_9083528258 geology_html_9083528258:82:8347:8365 Price North Horn Formation -0.474526310844171573 +11488 aapg_ae_884.html aapg_ae_884.html:19:2698:2720 Judith River Cheyenne, Wyoming -0.0304826089875597575 +11489 aapg_ae_678.html aapg_ae_678.html:446:50769:50774 Price Pergamon Museum 0.000555897012734609666 +11490 sedimentology_html_7635687013 sedimentology_html_7635687013:142:14123:14128 Weber Austin, Chicago -0.429960502864963123 +11491 aapg_ad_379.html aapg_ad_379.html:392:33853:33872 Ingleside Colorado -0.448287309474040385 +11492 aapg_aa_960.html aapg_aa_960.html:498:38764:38775 Green River Logan, Utah 0.405905365232084703 +11493 AMJC_html_6107665103 AMJC_html_6107665103:30:1051:1056 Armas La Habana Province -0.0551215722984807754 +11494 aapg_ad_237.html aapg_ad_237.html:137:14167:14183 Forest Trinidad and Tobago 0.00738665861447657893 +11495 aapg_aa_47.html aapg_aa_47.html:397:45051:45067 Maroon Colorado -0.463250887108730525 +11496 cspg_html_4374961624 cspg_html_4374961624:143:18157:18169 Snake Indian Western world -0.460946527021081187 +11497 aapg_aa_626.html aapg_aa_626.html:94:11346:11359 Potomac Maryland -0.450595494357366455 +11498 palaios_html_6100595217 palaios_html_6100595217:141:16650:16663 Moodys Branch Lisbon -0.453008719186489883 +11499 aapg_ai_292.html aapg_ai_292.html:409:37778:37792 Nuka Anchorage, Alaska -0.225259760876450194 +11500 aapg_ak_135.html aapg_ak_135.html:118:20142:20159 Topanga San Joaquin Hills (Laguna Niguel, California) 0.575826763178250989 +11501 gsa_html_5274400800 gsa_html_5274400800:615:49758:49776 Monterey California -0.0233046208724774252 +11502 aapg_ah_260.html aapg_ah_260.html:431:60433:60459 Flagstaff Logan, Utah -0.472770666406185036 +11503 aapg_ai_276.html aapg_ai_276.html:360:44949:44961 Rhode Island Norfolk, Virginia -0.0732667739597909207 +11504 geology_html_9805181537 geology_html_9805181537:135:12981:12996 Elk Wisconsin -0.0116467387889204136 +11505 aapg_ae_307.html aapg_ae_307.html:249:18007:18014 Stanton Martin County, Florida -0.0147465829377091441 +11506 aapg_ah_857.html aapg_ah_857.html:9:1075:1080 Coban Belize -0.577250383216553975 +11507 palaios_html_8064020973 palaios_html_8064020973:551:62894:62925 Chinle Colorado -0.44645479356367046 +11508 aapg_ai_975.html aapg_ai_975.html:1068:86958:86979 Main Street Texas -0.46328736756315686 +11509 sedimentology_html_3907918417 sedimentology_html_3907918417:1731:133188:133197 Mackenzie Lacombe, Alberta -0.457487488497030304 +11510 cspg_html_3772380029 cspg_html_3772380029:838:104954:104997 Mattagami Mattagami River -0.464706706380762058 +11511 aapg_ai_975.html aapg_ai_975.html:39:8022:8039 Pine Island Pine Island (Lee County, Florida) -0.477179162580930738 +11512 aapg_aa_995.html aapg_aa_995.html:623:49758:49770 Wasatch Wasatch Range -0.449451899065432481 +11513 jgeology_html_4115179562 jgeology_html_4115179562:1220:69538:69560 Mount Rogers Virginia -0.488743302412917968 +11514 gsa_html_4591711448 gsa_html_4591711448:14:492:498 Denver Colorado -0.467905110852730732 +11515 cspg_html_3473883402 cspg_html_3473883402:419:65867:65879 Cooking Lake Canada -0.451875596518584666 +11516 palaios_html_5921824758 palaios_html_5921824758:141:14104:14132 Green River Logan, Utah -0.203212634216635935 +11517 cspg_html_8231573314 cspg_html_8231573314:358:32761:32787 Montney Lacombe, Alberta -0.506576234057938057 +11518 cspg_html_9951421861 cspg_html_9951421861:635:78314:78322 Edmonton Calgary -0.025689926843247262 +11519 aapg_ae_203.html aapg_ae_203.html:40:3040:3052 Coffee Ohio -0.441437455474761709 +11520 gsa_html_1126143348 gsa_html_1126143348:804:71966:71994 Green River Colorado 0.0442912193104450583 +11521 cspg_html_9139420146 cspg_html_9139420146:294:29789:29805 Fernie Lacombe, Alberta -0.0284095111731004074 +11522 aapg_ah_619.html aapg_ah_619.html:200:18198:18206 Colorado Colorado -0.1049909305737462 +11523 aapg_ad_758.html aapg_ad_758.html:62:7871:7877 Oswego Lexington, Kentucky -0.0137248477945169315 +11524 AMJC_html_6336294256 AMJC_html_6336294256:503:70754:70762 Colorado Sierra Nevada (Spain) -0.472501057082917231 +11525 aapg_ae_998.html aapg_ae_998.html:109:13603:13611 Evanston Absaroka -0.458641287983651336 +11526 aapg_ad_664.html aapg_ad_664.html:505:47781:47789 La Habra California -0.459805657368256959 +11527 aapg_ac_730.html aapg_ac_730.html:162:23294:23303 Greenhorn Mancos, Colorado -0.000347435604052462668 +11528 gsa_html_9725118776 gsa_html_9725118776:689:62140:62149 San Pedro Mexico -0.472881299388360321 +11529 geology_html_3864506057 geology_html_3864506057:273:25641:25650 New River Virginia 0.0223241763146486936 +11530 sedimentology_html_2608220485 sedimentology_html_2608220485:793:42075:42099 Cunningham Disko Bay -0.453495743339231705 +11531 cspg_html_8089302449 cspg_html_8089302449:262:44791:44813 Lime Creek Iowa 0.338185381806580088 +11532 cspg_html_6984906794 cspg_html_6984906794:294:26523:26540 Bearpaw Lacombe, Alberta -0.02660103319374214 +11533 cspg_html_1380879986 cspg_html_1380879986:134:20960:20968 La Habra California -0.455726774842524995 +11534 sedimentology_html_3826538092 sedimentology_html_3826538092:155:10349:10354 Heath Germany -0.0236314487961183893 +11535 aapg_ai_136.html aapg_ai_136.html:122:8646:8654 Nacatoch Hampton, New Hampshire -0.00818929939777349181 +11536 aapg_ae_908.html aapg_ae_908.html:63:6589:6605 Salado Salado, Texas -0.424214904641607937 +11537 aapg_ad_116.html aapg_ad_116.html:8:1813:1832 Oil Creek Arbuckle, California -0.0108839893390520418 +11538 aapg_ae_705.html aapg_ae_705.html:667:65526:65532 Putnam Ventura County, California -0.466920106770381871 +11539 aapg_aa_267.html aapg_aa_267.html:223:18676:18686 Greenbrier Huntington, West Virginia -0.0899516300729191892 +11540 gsa_html_5865982995 gsa_html_5865982995:1289:136703:136724 Green River Logan, Utah 0.00619140699389484142 +11541 gsa_html_5107598462 gsa_html_5107598462:388:33526:33532 Salina Salina, Kansas -0.470186292964726915 +11542 aapg_ah_423.html aapg_ah_423.html:48:4616:4633 Madison Lacombe, Alberta -0.506374811889724219 +11543 sedimentology_html_2934110499 sedimentology_html_2934110499:31:2102:2112 Copenhagen Denmark -0.47503682505792677 +11544 aapg_af_924.html aapg_af_924.html:257:25878:25886 Nacatoch Western world -0.495818327103384027 +11545 aapg_ae_176.html aapg_ae_176.html:143:16245:16257 Viking Colorado -0.452461129454831856 +11546 AMJC_html_8128063878 AMJC_html_8128063878:563:72143:72150 Challis Boise, Idaho -0.0293555813701503708 +11547 sedimentology_html_9235431825 sedimentology_html_9235431825:263:21992:22015 Lake Michigan Michigan -0.500402370472918023 +11548 aapg_ah_623.html aapg_ah_623.html:3:381:396 Weber Colorado -0.45230795361337589 +11549 aapg_aa_643.html aapg_aa_643.html:410:48102:48120 Francisco Knoxville, Illinois -0.0433995158263024566 +11550 cspg_html_7378664643 cspg_html_7378664643:481:79133:79149 Big Hill Big Hill, Indiana -0.491131969162477144 +11551 aapg_ac_555.html aapg_ac_555.html:561:63509:63515 Thrifty London, Ontario -0.0808376447886259841 +11552 aapg_ah_524.html aapg_ah_524.html:112:12247:12264 Entrada Elk Mountain, Wyoming -0.465104162426203172 +11553 AMJC_html_7141186441 AMJC_html_7141186441:133:19093:19100 Laramie Black Hills -0.480960803547703208 +11554 aapg_ai_64.html aapg_ai_64.html:555:65589:65599 Yegua Shreveport, Louisiana -0.0211456318473247536 +11555 aapg_ac_824.html aapg_ac_824.html:597:54748:54752 Monk Colorado -0.456416618922522499 +11556 gsa_html_3906036914 gsa_html_3906036914:470:47635:47652 Wasatch Colorado -0.446052041434467972 +11557 gsa_html_4216613284 gsa_html_4216613284:320:37040:37057 Wasatch Grand Mesa -0.422716780565205563 +11558 cspg_html_8612721867 cspg_html_8612721867:1176:138735:138760 Beaverhill Lacombe, Alberta -0.450586501765938174 +11559 cspg_html_9177794814 cspg_html_9177794814:13:1485:1505 Lisburne Anchorage, Alaska -0.0576685607058075797 +11560 aapg_ai_863.html aapg_ai_863.html:87:11605:11622 Reklaw Leon County, Florida -0.0399624195111792577 +11561 sedimentology_html_4432289902 sedimentology_html_4432289902:570:48898:48915 Magothy Sea Girt, New Jersey -0.0066344115226364981 +11562 aapg_aa_623.html aapg_aa_623.html:151:16457:16475 Lea Park Victoria, British Columbia -0.42422364691980291 +11563 gsa_html_5056480923 gsa_html_5056480923:720:56095:56112 Barstow California -0.49729928854529093 +11564 sedimentology_html_3990399320 sedimentology_html_3990399320:110:11620:11629 Red River Manitoba -0.89950069559420609 +11565 aapg_ad_941.html aapg_ad_941.html:357:25823:25836 Sulphur Point Great Slave Lake -0.471363620495062197 +11566 aapg_aa_415.html aapg_aa_415.html:92:14057:14070 Woodbine Texas -0.455876007847145159 +11567 cspg_html_4376017434 cspg_html_4376017434:305:33447:33455 Columbia Victoria, British Columbia -0.446521936096131722 +11568 aapg_ad_192.html aapg_ad_192.html:4:504:514 Tuscaloosa Tuscaloosa, Alabama -0.00567891556221164669 +11569 palaios_html_2048556014 palaios_html_2048556014:162:17382:17388 Marjum Logan, Utah -0.0456254660933555489 +11570 aapg_ai_49.html aapg_ai_49.html:738:95329:95335 Navajo Kayenta, Arizona -0.0582723056187257615 +11571 aapg_ai_904.html aapg_ai_904.html:411:59931:59937 Oxford North Sea oil -0.450676431675374467 +11572 cspg_html_1509800797 cspg_html_1509800797:17:1978:2000 St. Mary River Lacombe, Alberta -0.0247441052038830135 +11573 cspg_html_3447886929 cspg_html_3447886929:125:14896:14917 Lawrence Middle East -0.453044786078658057 +11574 sedimentology_html_5823625778 sedimentology_html_5823625778:990:67929:67933 Hall London, Ontario -0.472604743150075168 +11575 sedimentology_html_9095409596 sedimentology_html_9095409596:29:1503:1560 Forest Durham, North Carolina -0.0532764718431481404 +11576 cspg_html_3766007701 cspg_html_3766007701:347:44726:44745 Lodgepole Manitoba -0.860991213087933804 +11577 aapg_aa_203.html aapg_aa_203.html:441:42472:42493 Newport North Carolina -0.463396817899322633 +11578 cspg_html_8250755331 cspg_html_8250755331:757:75982:76000 Kaskapau Lacombe, Alberta -0.471501691978871318 +11579 sedimentology_html_2893676022 sedimentology_html_2893676022:814:63417:63423 Cooper San Francisco -0.0621055019380407081 +11580 gsa_html_8010927234 gsa_html_8010927234:257:18490:18514 Perry Fairlee, Maryland -0.49009668288503172 +11581 aapg_ac_563.html aapg_ac_563.html:309:43198:43205 Hosston County Sligo -0.0560582631991528441 +11582 aapg_ad_820.html aapg_ad_820.html:62:7848:7853 Logan Gallatin River -0.473081857330366395 +11583 AMJC_html_6581509910 AMJC_html_6581509910:1224:109629:109636 Bedford Boise, Idaho -0.0225014864703161413 +11584 cspg_html_2055345483 cspg_html_2055345483:116:15377:15392 Ross Mount Assiniboine Provincial Park -0.424923287683910134 +11585 palaios_html_2623118674 palaios_html_2623118674:31:3465:3485 North Horn Emery County, Utah -0.471543117662309108 +11586 cspg_html_1509800797 cspg_html_1509800797:57:6864:6871 Bearpaw Cypress Hills, Brooklyn -0.420791864948583338 +11587 cspg_html_7817594878 cspg_html_7817594878:7:754:771 Monster Lacombe, Alberta -0.0105034896980181463 +11588 gsa_html_1105200950 gsa_html_1105200950:56:6408:6432 Beaufort Lenoir County, North Carolina -0.0129533588216162645 +11589 sedimentology_html_2139169476 sedimentology_html_2139169476:300:31008:31017 Peninsula Korea -0.025453465811003901 +11590 cspg_html_3354282978 cspg_html_3354282978:751:89179:89195 Davis Bonne Terre, Missouri -0.459079167683933642 +11591 aapg_ae_961.html aapg_ae_961.html:355:28679:28687 Niobrara Glenfield, New Zealand -0.059052371538838716 +11592 aapg_ai_756.html aapg_ai_756.html:7:793:799 Paluxy Tuscaloosa, Alabama -0.435694684676078359 +11593 gsa_html_5272671610 gsa_html_5272671610:378:37508:37514 Vernon Eagle Bay, New York -0.00227918267204772502 +11594 gsa_html_7012936645 gsa_html_7012936645:35:3284:3305 Martinsburg Hamburg -0.451436694283948337 +11595 aapg_ac_545.html aapg_ac_545.html:82:11149:11157 Edmonton Calgary -0.478377564070346595 +11596 sedimentology_html_6261114825 sedimentology_html_6261114825:135:11176:11181 Rapid Santa Cruz, California -0.0838385016465107019 +11597 palaios_html_6815039820 palaios_html_6815039820:504:45962:45971 Fruitland San Juan County, Utah -0.476093453364925034 +11598 aapg_ad_379.html aapg_ad_379.html:821:67473:67493 Fall River Black Hills -0.305127513133675476 +11599 cspg_html_3008414459 cspg_html_3008414459:584:66393:66399 Denver Colorado -0.458648092769168181 +11600 gsa_html_9119818028 gsa_html_9119818028:9:302:353 Espanola Ontario, California -0.00537142262393446989 +11601 aapg_ai_721.html aapg_ai_721.html:338:34043:34051 Virginia Cape Cod -0.522612682457966771 +11602 aapg_af_132.html aapg_af_132.html:363:32743:32763 Toro Chile -0.458913519660435476 +11603 aapg_af_300.html aapg_af_300.html:15:1436:1455 Mesaverde San Juan, Argentina -0.393629839851587171 +11604 aapg_ac_878.html aapg_ac_878.html:164:20163:20187 Schrader Bluff Anchorage, Alaska -0.496235102069879308 +11605 gsa_html_2422494332 gsa_html_2422494332:585:59078:59109 Weaverville Weaverville, California -0.0560652408984460074 +11606 aapg_af_947.html aapg_af_947.html:235:37051:37070 Mesaverde Colorado -0.00621572872549000163 +11607 aapg_ai_962.html aapg_ai_962.html:325:22287:22303 San Andres New Mexico -0.443715087361728711 +11608 aapg_ad_466.html aapg_ad_466.html:665:74556:74567 Englishtown Chesapeake Bay 0.368287039974101116 +11609 gsa_html_4837287019 gsa_html_4837287019:426:38403:38413 Washington Seattle -0.478377564070346595 +11610 aapg_af_317.html aapg_af_317.html:412:54033:54051 Niobrara North Sea oil 0.0345185143241036191 +11611 cspg_html_2013109828 cspg_html_2013109828:360:66495:66530 Chancellor Middle East -0.474888953093082877 +11612 aapg_ai_82.html aapg_ai_82.html:300:33036:33046 Greenbrier Greenbrier (Great Smoky Mountains) -0.0566077792126221876 +11613 AMJC_html_6098427986 AMJC_html_6098427986:1632:153390:153396 Provo London, Ontario -0.473663043482949409 +11614 cspg_html_3385840278 cspg_html_3385840278:185:25475:25486 Slave Point Lacombe, Alberta -0.43797158338019293 +11615 gsa_html_7173708345 gsa_html_7173708345:813:64403:64424 Forest Anchorage, Alaska -0.454357696116458765 +11616 cspg_html_2049168857 cspg_html_2049168857:403:40128:40140 Nicola Victoria, British Columbia -0.440300736461396947 +11617 gsa_html_8881958017 gsa_html_8881958017:37:4017:4025 Columbia Victoria, British Columbia -0.473718414704639712 +11618 aapg_ad_980.html aapg_ad_980.html:248:27055:27067 Saskatchewan Lacombe, Alberta -0.0165833779978511626 +11619 aapg_af_808.html aapg_af_808.html:884:114397:114414 Oceanic Barbados 1.17933344307925592 +11620 cspg_html_5922127221 cspg_html_5922127221:13:884:905 Belly River Lacombe, Alberta -0.43911211811260753 +11621 sedimentology_html_6088596796 sedimentology_html_6088596796:475:24866:24885 Pocatello Boise, Idaho -0.0365022098849612647 +11622 aapg_ac_214.html aapg_ac_214.html:16:2173:2181 Colorado Grand Junction, Colorado -0.497081127157615599 +11623 aapg_aa_124.html aapg_aa_124.html:242:25310:25320 Nikanassin Kootenay River -0.483281151267174081 +11624 cspg_html_9152086986 cspg_html_9152086986:36:5208:5215 Halfway Lacombe, Alberta -0.44003177575734248 +11625 aapg_ae_999.html aapg_ae_999.html:298:41482:41501 Paynes Hammock Tampa, Florida -0.0512069723189051348 +11626 aapg_af_575.html aapg_af_575.html:948:134705:134714 Red River San Angelo, Texas 0.00764378019701805137 +11627 gsa_html_9139668698 gsa_html_9139668698:630:54346:54371 Navajo Logan, Utah -0.49252218048089591 +11628 gsa_html_3448554349 gsa_html_3448554349:93:10452:10468 Hampshire Catskill Mountains 0.00710174161421996044 +11629 aapg_ae_632.html aapg_ae_632.html:99:9801:9806 Yegua Charlotte, North Carolina -0.108463341715929959 +11630 cspg_html_9185158332 cspg_html_9185158332:411:57257:57268 Shaftesbury Lacombe, Alberta -0.0278217295801544348 +11631 aapg_ad_55.html aapg_ad_55.html:96:7915:7922 Plattin Decorah, Iowa 0.43871698893147909 +11632 aapg_ai_814.html aapg_ai_814.html:135:15156:15164 Scotland Podolia Governorate -0.0410313671820840969 +11633 aapg_ah_318.html aapg_ah_318.html:1797:167742:167760 La Caja Mexico -0.0814264440249884147 +11634 gsa_html_9181545711 gsa_html_9181545711:133:14376:14394 Fountain Colorado -0.467925738958578585 +11635 cspg_html_3354282978 cspg_html_3354282978:742:88553:88573 Swan Hills Pine Brook, New Jersey -0.466718659783226908 +11636 geology_html_8889376634 geology_html_8889376634:11:465:471 Oregon Salem, Oregon -0.442542141875480355 +11637 aapg_ae_393.html aapg_ae_393.html:7:872:885 Woodbine East Texas -0.422487681828547068 +11638 aapg_ac_440.html aapg_ac_440.html:388:51579:51585 Sierra Mexico -0.0380668126428187481 +11639 aapg_ac_575.html aapg_ac_575.html:240:38613:38633 Phosphoria Cheyenne, Wyoming -0.0161923738037419891 +11640 aapg_ah_638.html aapg_ah_638.html:42:4736:4745 Red Bluff Alabama -0.00655275945491847703 +11641 aapg_ae_31.html aapg_ae_31.html:144:16872:16884 Fayetteville Arkansas -0.470200080639580853 +11642 aapg_ae_364.html aapg_ae_364.html:282:26650:26665 San Jose Quito -0.50419108937386159 +11643 cspg_html_9778753186 cspg_html_9778753186:48:6853:6870 Elk Kootenay River -0.504238916416323235 +11644 cspg_html_9516677253 cspg_html_9516677253:44:6712:6719 Cardium Lacombe, Alberta -0.00456360840821551893 +11645 aapg_ae_473.html aapg_ae_473.html:205:19521:19531 Tuscaloosa Tinsley, South Yorkshire 0.0157787853942168051 +11646 cspg_html_4193503340 cspg_html_4193503340:306:40109:40128 Rock Springs Cheyenne, Wyoming -0.488837217649543798 +11647 aapg_aa_322.html aapg_aa_322.html:111:11070:11088 Sycamore Arbuckle, California -0.450586501765938174 +11648 sedimentology_html_8367734199 sedimentology_html_8367734199:312:34736:34740 Hall London, Ontario -0.46878567237532498 +11649 cspg_html_2175627313 cspg_html_2175627313:843:83682:83705 Montney Lacombe, Alberta -0.498117899111855666 +11650 palaios_html_4248032637 palaios_html_4248032637:1677:122446:122455 San Diego California -0.458634483249725333 +11651 gsa_html_2758185504 gsa_html_2758185504:658:55875:55881 Denver Williston Basin -0.476172115937115059 +11652 aapg_ad_379.html aapg_ad_379.html:164:14389:14408 Ingleside Colorado -0.0427795572276395697 +11653 aapg_ad_683.html aapg_ad_683.html:783:76068:76076 Moenkopi Supai, Arizona 0.0759128064982409617 +11654 gsa_html_7286981645 gsa_html_7286981645:31:2852:2880 Green River Colorado -0.0126805624942423392 +11655 cspg_html_4666332434 cspg_html_4666332434:511:74337:74359 Judith River Lacombe, Alberta -0.464533160716817162 +11656 jgeology_html_4115179562 jgeology_html_4115179562:201:13637:13657 Tuscarora Juniata County School District 0.00222359260486516743 +11657 cspg_html_8694594891 cspg_html_8694594891:22:2450:2458 Montreal Quebec City -0.0412577074309981098 +11658 aapg_ai_735.html aapg_ai_735.html:106:10331:10339 Virginia Texas 0.0181300842081989697 +11659 gsa_html_4549983871 gsa_html_4549983871:67:5800:5828 Green River New Mexico -0.0261715541385612628 +11660 sedimentology_html_3479060268 sedimentology_html_3479060268:1634:123845:123850 Yukon Beringia -0.0328900657953446335 +11661 aapg_aa_15.html aapg_aa_15.html:369:38541:38552 San Antonio New Orleans -0.196572229801162179 +11662 aapg_ac_476.html aapg_ac_476.html:578:80496:80501 Swift North Sea -0.48262355044528582 +11663 aapg_ad_169.html aapg_ad_169.html:518:59874:59894 Greenbrier Huntington, West Virginia -0.49526215931685702 +11664 aapg_ac_924.html aapg_ac_924.html:298:30711:30727 Amsden Cheyenne, Wyoming -0.131339338850020831 +11665 cspg_html_9670138862 cspg_html_9670138862:21:2863:2874 Peace River Lacombe, Alberta -0.477142101104954475 +11666 gsa_html_3646882130 gsa_html_3646882130:523:47407:47435 Green River New Mexico 0.00346047674040686785 +11667 aapg_ad_632.html aapg_ad_632.html:172:23641:23649 Colorado Denver -0.0600280242274353476 +11668 cspg_html_1923856338 cspg_html_1923856338:31:4984:4996 Saskatchewan Lacombe, Alberta -0.466759861116235797 +11669 aapg_ae_993.html aapg_ae_993.html:376:37488:37507 Jefferson Logan, Utah -0.443755252554939694 +11670 palaios_html_9408587909 palaios_html_9408587909:566:55657:55676 Athabasca Lacombe, Alberta -0.447357152169087058 +11671 aapg_aa_302.html aapg_aa_302.html:56:7476:7486 Wood River Boise, Idaho 0.769635522788847393 +11672 cspg_html_5586087088 cspg_html_5586087088:121:17317:17330 Turner Valley Highwood, Illinois -0.0916938214517572792 +11673 cspg_html_3953809708 cspg_html_3953809708:70:11603:11611 Columbia Victoria, British Columbia -0.048054142726116994 +11674 aapg_ae_222.html aapg_ae_222.html:72:11560:11574 Word East Timor 0.00461398797422866731 +11675 aapg_af_46.html aapg_af_46.html:194:21528:21541 Goddard Absaroka -0.461001107058420345 +11676 aapg_ah_607.html aapg_ah_607.html:48:4284:4294 Phosphoria Populus sect. Aegiros -0.434341800582477622 +11677 aapg_ah_643.html aapg_ah_643.html:14:2328:2336 Richmond Colorado -0.482921973604061416 +11678 aapg_aa_78.html aapg_aa_78.html:129:9048:9067 Detroit River Michigan Basin -0.467889067103673728 +11679 aapg_af_130.html aapg_af_130.html:198:34085:34101 Exshaw Regina, Saskatchewan 0.0327074019013336922 +11680 aapg_ac_701.html aapg_ac_701.html:213:21371:21391 Phosphoria Logan, Utah -0.424706781734201677 +11681 AMJC_html_4483069041 AMJC_html_4483069041:497:62510:62520 Washington Snoqualmie, Washington -0.489885075161781369 +11682 aapg_ac_838.html aapg_ac_838.html:50:6101:6107 Antler Manhattan, Kansas -0.454041701910604445 +11683 aapg_ah_687.html aapg_ah_687.html:365:50459:50479 Clearwater Clearwater, Florida -0.0285868941347483252 +11684 cspg_html_5241714595 cspg_html_5241714595:941:118700:118715 Nisku Lacombe, Alberta -0.494850594949005074 +11685 cspg_html_2165379999 cspg_html_2165379999:489:45533:45540 Windsor Calgary -0.0164252377233713442 +11686 cspg_html_5345848475 cspg_html_5345848475:1132:106978:106995 Wapiabi Bow River -0.420983530191217814 +11687 aapg_ae_498.html aapg_ae_498.html:1001:104821:104826 Logan Mexico -0.450878806444675151 +11688 sedimentology_html_7728336591 sedimentology_html_7728336591:337:26381:26385 Hall London, Ontario -0.480695619561815057 +11689 aapg_ah_182.html aapg_ah_182.html:66:7777:7795 Hershey Closter, New Jersey -0.498661708243330448 +11690 palaios_html_8014937086 palaios_html_8014937086:575:47123:47128 Price Earth -0.50210373062480862 +11691 aapg_ae_58.html aapg_ae_58.html:25:4366:4372 Denver Colorado -0.470216166533545032 +11692 aapg_ah_10.html aapg_ah_10.html:434:59912:59923 San Joaquin Ventura County, California -0.0397082576932654904 +11693 cspg_html_2161417858 cspg_html_2161417858:43:6348:6364 Exshaw Regina, Saskatchewan -0.00436035322610329925 +11694 cspg_html_7688587411 cspg_html_7688587411:259:27527:27545 Kaskapau Victoria, British Columbia -0.0546872843399983585 +11695 gsa_html_8241338635 gsa_html_8241338635:440:44991:45019 Moenkopi Coconino County, Arizona -0.0541954731072742807 +11696 aapg_ac_245.html aapg_ac_245.html:18:4072:4077 Atoka Nemaha County, Kansas -0.445984933244691462 +11697 geology_html_9149426637 geology_html_9149426637:27:835:848 Santa Barbara California -0.0472404368937096517 +11698 aapg_ad_880.html aapg_ad_880.html:426:42599:42618 Spearfish Cheyenne, Wyoming -0.00161731451970968361 +11699 aapg_ad_169.html aapg_ad_169.html:96:13021:13041 Greenbrier Greenbrier (Great Smoky Mountains) -0.041731299024428424 +11700 aapg_ac_126.html aapg_ac_126.html:102:15248:15259 Haynesville Texas -0.0126214859139417244 +11701 aapg_af_854.html aapg_af_854.html:1137:161074:161090 Menard Ohio -0.450330250214128536 +11702 cspg_html_3990529684 cspg_html_3990529684:9:560:580 Missisauga Bridgetown, Nova Scotia -0.514802145094443997 +11703 aapg_ae_415.html aapg_ae_415.html:6:691:707 Forest Suwannee County, Florida -0.496896208616799728 +11704 aapg_ah_536.html aapg_ah_536.html:573:75794:75810 Sligo East Texas 0.33582923468625947 +11705 aapg_ae_202.html aapg_ae_202.html:9:1330:1338 Virginia Helderberg -0.481815063993563775 +11706 aapg_aa_106.html aapg_aa_106.html:53:5531:5550 Waterways Lacombe, Alberta -0.0191815618988117366 +11707 palaios_html_5600528347 palaios_html_5600528347:661:60185:60206 Green River Cheyenne, Wyoming 0.488564891990274974 +11708 aapg_ah_189.html aapg_ah_189.html:339:35278:35300 Black River Michigan -0.456561440120662909 +11709 aapg_ac_666.html aapg_ac_666.html:248:19301:19311 Pittsburgh Pittsburgh -0.0404707637071786003 +11710 aapg_ac_939.html aapg_ac_939.html:262:29780:29807 Morrison Arizona 1.02067821750404319 +11711 aapg_af_854.html aapg_af_854.html:242:30537:30547 Kinderhook Mississippi River -0.477204643263094197 +11712 aapg_ah_52.html aapg_ah_52.html:133:18033:18045 Austin Chalk California -0.444916336311243943 +11713 aapg_ae_64.html aapg_ae_64.html:255:25693:25701 Willwood Fort Union Trading Post National Historic Site -0.505150548331609439 +11714 cspg_html_4785922166 cspg_html_4785922166:334:38589:38616 Winnipegosis Manitoba 1.15692735113609979 +11715 gsa_html_8398449001 gsa_html_8398449001:105:9102:9130 Salt Lake Wasatch Range -0.176359090510949362 +11716 sedimentology_html_4109585061 sedimentology_html_4109585061:905:78598:78614 Cutler Logan, Utah -0.457501080653503367 +11717 palaios_html_7308908518 palaios_html_7308908518:506:42559:42573 Beaufort South Africa -0.435714594595624227 +11718 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3435:3451 Guelph Michigan Basin -0.0417243342632335201 +11719 gsa_html_4667678389 gsa_html_4667678389:530:48629:48650 Shedroof Conglomerate Boise, Idaho -0.0674159506126629504 +11720 aapg_ac_333.html aapg_ac_333.html:889:109071:109082 Yeso New Mexico -0.416311624568161565 +11721 aapg_af_18.html aapg_af_18.html:182:21362:21372 Fall River Black Hills -0.470200080639580853 +11722 cspg_html_3065473572 cspg_html_3065473572:6:527:537 Laurentian Quebec City -0.450829332903146696 +11723 palaios_html_5559953923 palaios_html_5559953923:666:64979:64985 Taylor London, Ontario -0.043955078042755065 +11724 aapg_ad_52.html aapg_ad_52.html:34:4214:4234 Coldwater Arenac County, Michigan 0.00902496409790776687 +11725 cspg_html_6786864151 cspg_html_6786864151:1639:98767:98783 Danville Landing Shreveport, Louisiana -0.225870710650980355 +11726 aapg_ai_158.html aapg_ai_158.html:228:23288:23306 Ramparts Summit Lake (West Virginia) -0.474842748246669499 +11727 aapg_af_575.html aapg_af_575.html:830:116681:116686 Boggy Atoka, Oklahoma 0.00222359260486516743 +11728 aapg_aa_906.html aapg_aa_906.html:469:51804:51814 Fort Union Fort Union Trading Post National Historic Site -0.45417711448712661 +11729 cspg_html_8387792223 cspg_html_8387792223:1836:134211:134227 Exshaw Lacombe, Alberta 0.00277949417154689906 +11730 aapg_ac_408.html aapg_ac_408.html:85:8785:8793 Oakville Agua Dulce, Nueces County, Texas 0.00194564253308291118 +11731 cspg_html_4693916254 cspg_html_4693916254:50:8681:8697 Bakken Mississippian culture -0.00716428423732448638 +11732 aapg_af_964.html aapg_af_964.html:367:55527:55533 Viking Lacombe, Alberta -0.00861668517403405519 +11733 aapg_aa_644.html aapg_aa_644.html:476:42685:42694 East Fork Turkey Creek, Louisiana -0.472943536588278923 +11734 aapg_ae_415.html aapg_ae_415.html:835:103255:103277 Chickasawhay Mississippi River 0.230676834193653729 +11735 aapg_ad_39.html aapg_ad_39.html:216:14874:14881 Rodessa Miller County, Arkansas -0.0237635726163751594 +11736 gsa_html_2352572665 gsa_html_2352572665:547:49393:49421 Green River Colorado -0.0421753136565895317 +11737 aapg_ad_192.html aapg_ad_192.html:65:8734:8747 Rapides Tuscaloosa, Alabama -0.439165406786194035 +11738 aapg_ah_662.html aapg_ah_662.html:459:45456:45480 Green River Colorado -0.0380407049266876865 +11739 cspg_html_9703291023 cspg_html_9703291023:314:36685:36716 Lakota Cheyenne, Wyoming -0.477234757760444439 +11740 aapg_af_481.html aapg_af_481.html:4:696:704 Syracuse Sicily -0.444165930416678068 +11741 aapg_ad_3.html aapg_ad_3.html:737:70329:70337 Virginia Washington (state) -0.495702329885848558 +11742 aapg_aa_696.html aapg_aa_696.html:770:80632:80640 Colorado Colorado -0.0173011055226966783 +11743 aapg_ah_387.html aapg_ah_387.html:307:30785:30794 Knoxville Knoxville, Illinois -0.0830723250569127825 +11744 cspg_html_2419618566 cspg_html_2419618566:100:16893:16916 Mount Forster Canada -0.469382385724573914 +11745 aapg_ae_536.html aapg_ae_536.html:478:52060:52071 Green River Denver 0.376389327147119424 +11746 sedimentology_html_1046729113 sedimentology_html_1046729113:1656:141806:141815 Cold Lake Clearwater, Florida -0.489400926759743782 +11747 aapg_ai_515.html aapg_ai_515.html:415:45206:45223 Wasatch Wasatch Range -0.466920106770381871 +11748 palaios_html_9041058007 palaios_html_9041058007:41:4019:4039 Grant Lake Kentucky -0.0102706745632111761 +11749 aapg_ac_333.html aapg_ac_333.html:963:116764:116782 Scherrer Arizona -0.44937556064858869 +11750 gsa_html_4930932370 gsa_html_4930932370:1167:125460:125470 Michigamme Michigan -0.223906790491902069 +11751 aapg_ae_319.html aapg_ae_319.html:289:21308:21313 Uinta Logan, Utah -0.470457490274840129 +11752 cspg_html_6839937815 cspg_html_6839937815:271:38236:38243 Thaynes Fort Douglas (Canada) -0.477179162580930738 +11753 sedimentology_html_6089121782 sedimentology_html_6089121782:686:72143:72147 Hall Cambridge -0.0352075456733289827 +11754 cspg_html_2838996125 cspg_html_2838996125:167:30250:30271 Hare Indian Mackenzie River -0.0628808085540469575 +11755 palaios_html_3022467877 palaios_html_3022467877:355:39962:39983 Hornerstown Closter, New Jersey -0.474276937415326727 +11756 aapg_aa_995.html aapg_aa_995.html:560:43733:43752 Whitewood Englewood, New Jersey -0.488644702559799748 +11757 geology_html_2590384709 geology_html_2590384709:17:1186:1194 Colorado Denver -0.501624425245378647 +11758 aapg_ah_973.html aapg_ah_973.html:131:7270:7280 Coon Creek Knoxville, Tennessee -0.0917851661577962219 +11759 gsa_html_3696101390 gsa_html_3696101390:772:67857:67885 Green River Colorado 0.0216966522714720049 +11760 cspg_html_5358383351 cspg_html_5358383351:289:39172:39185 Windsor Canada -0.499512563259915887 +11761 cspg_html_6472484014 cspg_html_6472484014:439:46353:46382 La Vieille New Brunswick, New Jersey -0.453423575097804177 +11762 aapg_ac_559.html aapg_ac_559.html:583:78942:78964 Bluff Canada -0.484191429205932 +11763 aapg_af_830.html aapg_af_830.html:529:61633:61643 Rio Grande Texas -0.129957005354557786 +11764 aapg_aa_199.html aapg_aa_199.html:207:21748:21769 Martinsburg Middle Ordovician -0.00417620791845697229 +11765 aapg_af_997.html aapg_af_997.html:333:47069:47084 Mesaverde Colorado 0.0147048786828740258 +11766 aapg_ae_427.html aapg_ae_427.html:822:56260:56278 Pinecate San Benito County, California -0.0444288146314834667 +11767 geology_html_9041891624 geology_html_9041891624:20:817:823 Denver Colorado -0.482038661537539159 +11768 aapg_ae_725.html aapg_ae_725.html:686:64811:64816 Swift Stroudsburg, Pennsylvania 0.0171898823018941105 +11769 cspg_html_2175627313 cspg_html_2175627313:87:10740:10766 Sulphur Mountain Victoria, British Columbia -0.475963906981033746 +11770 sedimentology_html_4101202094 sedimentology_html_4101202094:261:24989:24997 Columbia Salem, Oregon -0.459819284677136619 +11771 aapg_aa_904.html aapg_aa_904.html:435:37014:37024 Milk River Prudhoe Bay Oil Field -0.466741549175746284 +11772 gsa_html_5188174363 gsa_html_5188174363:64:5356:5384 Green River Colorado -0.0223919711537192666 +11773 aapg_af_551.html aapg_af_551.html:13:1396:1417 Lake Valley Rift Valley lakes -0.453924360728879206 +11774 sedimentology_html_3369397192 sedimentology_html_3369397192:1034:62202:62206 Hall London, Ontario -0.462166276497962936 +11775 aapg_ah_830.html aapg_ah_830.html:205:22575:22580 Weeks Reno, Nevada -0.0105834116577304821 +11776 cspg_html_6064089067 cspg_html_6064089067:77:9248:9257 Maquoketa Winnipeg -0.000774781561203988548 +11777 aapg_ae_680.html aapg_ae_680.html:516:49505:49513 Monterey California -0.432567436469128874 +11778 aapg_af_860.html aapg_af_860.html:68:5889:5895 Sparta Lake Ontario 0.0143330187187018215 +11779 aapg_ah_871.html aapg_ah_871.html:489:54190:54203 Chazy Montreal -0.459996458565647859 +11780 gsa_html_1465687448 gsa_html_1465687448:824:92812:92840 Green River Colorado -0.000521153440822292734 +11781 geology_html_2132529104 geology_html_2132529104:197:21531:21558 Santa Cruz California 0.012008138805000507 +11782 aapg_ac_333.html aapg_ac_333.html:406:52274:52289 Supai Arizona -0.433149694842684174 +11783 palaios_html_8447729660 palaios_html_8447729660:431:48254:48272 Willwood Cheyenne, Wyoming -0.068237413112107792 +11784 gsa_html_3151431803 gsa_html_3151431803:81:9728:9740 Cutler Kayenta, Arizona -0.0285260271643415532 +11785 cspg_html_1870927435 cspg_html_1870927435:118:14020:14025 Flume Lacombe, Alberta -0.0155250750483416668 +11786 cspg_html_2184632302 cspg_html_2184632302:123:12217:12246 Athabasca Lacombe, Alberta -0.490195451192383946 +11787 aapg_aa_207.html aapg_aa_207.html:28:3850:3861 Green River Powder River (Montana) -0.0429989757646855944 +11788 gsa_html_9743153599 gsa_html_9743153599:31:2633:2661 Green River Colorado -0.00357860677920869346 +11789 jgeology_html_1836103970 jgeology_html_1836103970:190:14904:14924 Boss Point New Glasgow, Nova Scotia -0.432223543643836305 +11790 aapg_ac_633.html aapg_ac_633.html:11:1528:1532 Hall Sangre de Cristo Range -0.0109239507284224872 +11791 gsa_html_1133728972 gsa_html_1133728972:1202:81617:81645 Green River Colorado -0.0485211467780206906 +11792 aapg_aa_960.html aapg_aa_960.html:237:19365:19372 Entrada North Creek, Washington -0.414615741825646755 +11793 aapg_ae_997.html aapg_ae_997.html:9:1475:1483 Prospect Absaroka 0.0119577510561948014 +11794 aapg_af_854.html aapg_af_854.html:551:75097:75102 Salem Bath, Somerset -0.462348471732962063 +11795 sedimentology_html_8344884381 sedimentology_html_8344884381:1078:94886:94915 Castle Hayne North Carolina -0.021507182733615033 +11796 aapg_ai_105.html aapg_ai_105.html:755:90284:90301 Oquirrh Kaibab, Arizona -0.0465034686644063416 +11797 AMJC_html_4486401509 AMJC_html_4486401509:411:38805:38817 Pinal Schist Arizona -0.481766159765426027 +11798 gsa_html_4837287019 gsa_html_4837287019:16:771:779 Colorado Denver -0.0507398033978869734 +11799 geology_html_6483692723 geology_html_6483692723:183:18853:18877 El Paso West Texas -0.0300077841382245594 +11800 jgeology_html_3924418909 jgeology_html_3924418909:724:55445:55470 Sierra New Mexico -0.462963655759663584 +11801 geology_html_5171586381 geology_html_5171586381:295:24124:24133 Peninsula Caribbean -0.448377013151321557 +11802 aapg_ae_176.html aapg_ae_176.html:143:16312:16327 Colorado Lacombe, Alberta -0.502891248467274066 +11803 geology_html_7649550424 geology_html_7649550424:315:24619:24625 Snyder Earth 0.006789029590310529 +11804 gsa_html_4339524478 gsa_html_4339524478:1050:96502:96512 Washington Boise, Idaho -0.0315036314272049284 +11805 sedimentology_html_2265212258 sedimentology_html_2265212258:816:62984:62998 Frio Texas 0.0165885914321531221 +11806 cspg_html_8739892219 cspg_html_8739892219:254:41942:41954 Sustut Victoria, British Columbia -0.465744120990301047 +11807 geology_html_9083528258 geology_html_9083528258:269:23755:23761 Denver Lowell, Massachusetts -0.0554302997400826919 +11808 cspg_html_9751694613 cspg_html_9751694613:483:35571:35579 Columbia Victoria, British Columbia -0.0431086870877795889 +11809 cspg_html_8363357104 cspg_html_8363357104:630:78911:78919 Columbia Victoria, British Columbia -0.471543117662309108 +11810 aapg_ae_993.html aapg_ae_993.html:352:35257:35276 Jefferson Boise, Idaho -0.0924439620375136495 +11811 geology_html_7979100139 geology_html_7979100139:365:25968:25974 Reston Virginia -0.0377274176775576064 +11812 cspg_html_8174352156 cspg_html_8174352156:241:31973:31981 Columbia Victoria, British Columbia -0.454034931813569353 +11813 aapg_ac_400.html aapg_ac_400.html:148:15366:15376 Bald Eagle Lycoming County, Pennsylvania -0.0295955881019379606 +11814 aapg_ac_190.html aapg_ac_190.html:158:26642:26663 Skaneateles Skaneateles (village), New York -0.0155250750483416668 +11815 jgeology_html_4115179562 jgeology_html_4115179562:382:28528:28567 Unicoi Virginia -0.456355529459316345 +11816 cspg_html_9735723617 cspg_html_9735723617:289:36417:36439 Weatherall Melville Island (Canada) -0.245523646422050268 +11817 aapg_af_177.html aapg_af_177.html:71:6860:6868 Woodford Ardmore, Pennsylvania -0.46687889797168336 +11818 aapg_af_191.html aapg_af_191.html:232:24734:24742 Big Hill Big Hill, Indiana -0.417988748608148442 +11819 gsa_html_1248731493 gsa_html_1248731493:70:6036:6041 Yukon Anchorage, Alaska -0.053933885546877558 +11820 gsa_html_1561548255 gsa_html_1561548255:548:56543:56551 Fillmore California -0.0188200559458422435 +11821 aapg_ae_904.html aapg_ae_904.html:173:18301:18310 Minnelusa Black Hills -0.441437455474761709 +11822 palaios_html_9518809405 palaios_html_9518809405:482:43803:43812 Kitchener South Africa -0.433588832161453941 +11823 aapg_ae_343.html aapg_ae_343.html:18:1983:1990 Rapides Mississippi River -0.0465034686644063416 +11824 aapg_ah_320.html aapg_ah_320.html:48:4882:4892 Loyalhanna Greenbrier (Great Smoky Mountains) -0.37044265905015844 +11825 geology_html_6317781233 geology_html_6317781233:215:17806:17810 Bond North Atlantic Current -0.0374854970186532591 +11826 gsa_html_9613801428 gsa_html_9613801428:146:15618:15646 Talkeetna Matanuska-Susitna Valley -0.477158315306099867 +11827 cspg_html_9113030208 cspg_html_9113030208:39:5257:5277 Otto Fiord Ellesmere Island -0.263272197620842141 +11828 aapg_ai_409.html aapg_ai_409.html:113:13004:13012 Nacatoch Saratoga, California -0.015097596462230729 +11829 aapg_af_668.html aapg_af_668.html:26:4258:4266 Catskill Huntington, West Virginia -0.203575803428310359 +11830 sedimentology_html_1280732031 sedimentology_html_1280732031:872:86226:86240 Tabb Virginia -0.0180692565756011246 +11831 cspg_html_1812427756 cspg_html_1812427756:308:40798:40808 Assistance Calgary 0.00313388258007131059 +11832 aapg_af_786.html aapg_af_786.html:143:16073:16079 Midway Texas -0.453130450697368015 +11833 aapg_ad_351.html aapg_ad_351.html:282:27376:27399 Gilmore City Sedalia, Missouri -0.00837345699819263926 +11834 cspg_html_1378826439 cspg_html_1378826439:525:44406:44422 Viking Canada -0.00515253017068293719 +11835 aapg_ae_185.html aapg_ae_185.html:201:17486:17495 Shongaloo Carterville, Illinois -0.459022435464294998 +11836 gsa_html_9299329909 gsa_html_9299329909:1058:97769:97783 Rockwell Los Angeles -0.0304826089875597575 +11837 aapg_ai_1.html aapg_ai_1.html:303:26993:26998 Molas San Juan Mountains -0.472639307901536299 +11838 cspg_html_5880669950 cspg_html_5880669950:609:60940:60946 Antler Arctic Cordillera -0.482987267474293158 +11839 aapg_ai_17.html aapg_ai_17.html:285:24879:24889 Rio Grande Texas -0.478243038089782635 +11840 AMJC_html_8128063878 AMJC_html_8128063878:1123:135306:135312 Denver Colorado -0.470292003998596664 +11841 gsa_html_6765882493 gsa_html_6765882493:911:117204:117209 Steel Spain -0.0205233642338861627 +11842 gsa_html_2687257141 gsa_html_2687257141:70:5389:5417 Green River Colorado 0.0503301831449730619 +11843 palaios_html_4834438637 palaios_html_4834438637:411:41556:41574 Judith River Lacombe, Alberta -0.460569106302977371 +11844 aapg_af_357.html aapg_af_357.html:196:21025:21030 Salem Salem, Massachusetts -0.461601707643698789 +11845 gsa_html_1193272356 gsa_html_1193272356:54:3457:3485 Green River Colorado -0.0165121278486362495 +11846 gsa_html_5775548763 gsa_html_5775548763:308:26363:26391 Green River Colorado 0.0122583412440602415 +11847 aapg_ae_959.html aapg_ae_959.html:1577:113918:113936 Yeso Texas -0.449050071375940441 +11848 gsa_html_5189008413 gsa_html_5189008413:896:60761:60789 Green River Colorado -0.0397082576932654904 +11849 aapg_ac_253.html aapg_ac_253.html:76:11390:11410 Brownsport Bainbridge, Georgia -0.123939480243672864 +11850 cspg_html_2976104632 cspg_html_2976104632:50:7993:8015 Swift Cordillera Administrative Region -0.457840951353905012 +11851 gsa_html_7727128233 gsa_html_7727128233:1643:134112:134140 Green River New Mexico -0.0161298137457332978 +11852 aapg_ad_376.html aapg_ad_376.html:101:9801:9821 Greenbrier Huntington, West Virginia -0.0238644046922454368 +11853 aapg_ah_801.html aapg_ah_801.html:250:19219:19227 Glasford La Salle, Colorado -0.429668111316043877 +11854 jgeology_html_5803513114 jgeology_html_5803513114:186:15403:15431 Littleton Rangeley, Maine -0.0516462775496139975 +11855 AMJC_html_5516451353 AMJC_html_5516451353:340:36155:36172 Massabesic Gneiss Middlesex Fells Reservation Parkways -0.0130645631501062637 +11856 geology_html_6407364180 geology_html_6407364180:67:6441:6457 Navajo Logan, Utah -0.490524761849640001 +11857 aapg_ac_835.html aapg_ac_835.html:1109:162290:162299 Minnelusa Hartville, Missouri -0.485448733097070706 +11858 cspg_html_2283545366 cspg_html_2283545366:603:63856:63874 Sundance Cheyenne, Wyoming -0.00680987700292186304 +11859 cspg_html_6901590840 cspg_html_6901590840:216:20618:20626 Columbia Victoria, British Columbia -0.491810295816367427 +11860 cspg_html_6252417471 cspg_html_6252417471:254:37252:37274 Eureka Sound Banks Island -0.404824879621253797 +11861 cspg_html_8021635994 cspg_html_8021635994:326:36898:36919 Beaverhill Lacombe, Alberta -0.0350961840937315667 +11862 aapg_ai_410.html aapg_ai_410.html:65:8453:8464 Uinta Uinta Mountains -0.22534331255255341 +11863 cspg_html_5593011953 cspg_html_5593011953:185:21760:21787 Halfway Valhalla, New York -0.0479199713331230001 +11864 aapg_aa_45.html aapg_aa_45.html:217:26682:26690 Moenkopi Moenkopi Formation -0.432144201558994134 +11865 aapg_ae_63.html aapg_ae_63.html:120:13129:13166 Water Canyon Boise, Idaho 0.31827593301113688 +11866 aapg_ai_491.html aapg_ai_491.html:319:40156:40172 Uncompahgre Hermosa, Chicago -0.521784009276108129 +11867 aapg_ad_858.html aapg_ad_858.html:180:12704:12714 Lewisville Lafayette County, Florida -0.0225014864703161413 +11868 cspg_html_2408887763 cspg_html_2408887763:358:45426:45437 Belly River England -0.46853104470756296 +11869 aapg_ad_152.html aapg_ad_152.html:1661:213291:213306 Loray Reno, Nevada -0.477142101104954475 +11870 cspg_html_3501550466 cspg_html_3501550466:6:308:341 Grosmont Lacombe, Alberta -0.42429358801520467 +11871 aapg_aa_105.html aapg_aa_105.html:491:51807:51815 Colorado Western world -0.43797158338019293 +11872 cspg_html_9894399778 cspg_html_9894399778:68:6240:6290 Pakowki Lacombe, Alberta -0.0330918692882290547 +11873 aapg_ah_448.html aapg_ah_448.html:3:168:188 San Miguel Texas 0.0778807390976795078 +11874 sedimentology_html_6261114825 sedimentology_html_6261114825:707:57224:57230 Oliver London, Ontario -0.0727279352030703458 +11875 aapg_af_508.html aapg_af_508.html:503:52478:52486 Colorado Denver -0.486436238766394913 +11876 jgeology_html_1838149422 jgeology_html_1838149422:1275:102258:102276 John Day Salem, Oregon -0.272676008079776766 +11877 aapg_aa_775.html aapg_aa_775.html:550:56785:56805 Tuscaloosa Alabama -0.00894157063780701838 +11878 cspg_html_8840748783 cspg_html_8840748783:716:82597:82615 Dunvegan Lacombe, Alberta -0.0147465829377091441 +11879 aapg_ae_777.html aapg_ae_777.html:608:68462:68471 Leadville Kinderhook (town), New York -0.447933065894081328 +11880 aapg_af_2.html aapg_af_2.html:368:39536:39553 Keating New Mexico -0.496896208616799728 +11881 sedimentology_html_8006979411 sedimentology_html_8006979411:1104:90322:90340 Frontier Powder River Basin 0.971002499721035361 +11882 aapg_ae_728.html aapg_ae_728.html:515:43934:43952 Fountain Colorado -0.494056417995318131 +11883 geology_html_4403865682 geology_html_4403865682:16:816:825 Eel River California -0.434637853624058046 +11884 aapg_ad_466.html aapg_ad_466.html:297:36707:36715 Virginia Tuscaloosa, Alabama -0.452977161832460395 +11885 sedimentology_html_3181527419 sedimentology_html_3181527419:28:2231:2240 Pocatello Canberra -0.436819151869522138 +11886 aapg_ad_2.html aapg_ad_2.html:1593:220495:220506 Beekmantown Bellefonte, Pennsylvania -0.430057253759890901 +11887 aapg_ad_140.html aapg_ad_140.html:71:6567:6580 Hosston Arkansas -0.0280825762237737336 +11888 gsa_html_5952049575 gsa_html_5952049575:605:65844:65854 Fort Union Cheyenne, Wyoming 0.543553667677210584 +11889 aapg_ac_983.html aapg_ac_983.html:525:72272:72280 Traverse Iowa -0.0100621846511943919 +11890 aapg_af_788.html aapg_af_788.html:15:2314:2322 Michigan Muskegon, Michigan 0.0103054229962900919 +11891 aapg_ac_245.html aapg_ac_245.html:317:41991:42001 Deer Creek Topeka, Kansas -0.490449479583778825 +11892 aapg_ac_629.html aapg_ac_629.html:4:570:580 Citronelle Oberlin, Ohio -0.43727109016997745 +11893 gsa_html_1636483297 gsa_html_1636483297:735:67950:67971 Green River Colorado 0.0321837813752043692 +11894 aapg_ah_536.html aapg_ah_536.html:144:19493:19506 Sycamore Austin, Chicago 0.0115094773461777138 +11895 aapg_ah_223.html aapg_ah_223.html:50:5278:5296 Niobrara Denver 0.782312114361563227 +11896 aapg_ad_908.html aapg_ad_908.html:404:42328:42339 San Antonio Guia, Albufeira -0.032453416908065226 +11897 aapg_ac_671.html aapg_ac_671.html:47:4624:4632 Gallatin White County, Indiana -0.489955605215405154 +11898 aapg_ad_2.html aapg_ad_2.html:1272:174511:174556 Black River Black River, Jamaica -0.0313696934317686249 +11899 cspg_html_9778753186 cspg_html_9778753186:233:34626:34634 Columbia Victoria, British Columbia -0.428868342306482297 +11900 aapg_ah_435.html aapg_ah_435.html:323:38917:38930 Reynosa Texas -0.481870957939069144 +11901 aapg_ac_985.html aapg_ac_985.html:122:11382:11405 Menard Chester, Pennsylvania -0.00504308419121407819 +11902 aapg_ai_28.html aapg_ai_28.html:381:37175:37185 Rio Grande Nueces River -0.467130759519596039 +11903 cspg_html_2090868931 cspg_html_2090868931:72:9130:9147 Cardium Lacombe, Alberta -0.449656248007914428 +11904 aapg_aa_232.html aapg_aa_232.html:603:63578:63590 Dakota Colorado -0.391893688093088943 +11905 geology_html_9479757031 geology_html_9479757031:266:26014:26041 Columbia Washington (state) -0.0307539456314618806 +11906 jgeology_html_4720707312 jgeology_html_4720707312:1249:78159:78163 Vale Rio de Janeiro -0.466759861116235797 +11907 aapg_ad_649.html aapg_ad_649.html:481:60841:60851 Blackstone Cheyenne, Wyoming -0.519619780336892378 +11908 aapg_ah_881.html aapg_ah_881.html:143:17073:17093 Huntingdon Victoria, British Columbia -0.0513133096682010376 +11909 palaios_html_1505752132 palaios_html_1505752132:509:46760:46787 Athabasca Pemberton, British Columbia -0.460091874413590562 +11910 aapg_ai_926.html aapg_ai_926.html:297:39098:39106 Colorado Denver -0.0429084214197919464 +11911 aapg_aa_161.html aapg_aa_161.html:335:33479:33498 La Quinta Venezuela -0.261278633468284449 +11912 aapg_aa_718.html aapg_aa_718.html:562:61463:61473 Washington Monongahela, Pennsylvania -0.471589148494391819 +11913 aapg_ae_223.html aapg_ae_223.html:394:46984:47005 Green River Tipton, Indiana -0.0138430056451466221 +11914 sedimentology_html_3181527419 sedimentology_html_3181527419:40:3784:3788 Earp Arizona -0.0392782870529255687 +11915 aapg_ac_187.html aapg_ac_187.html:3612:343887:343898 Chicontepec Matamoros, Tamaulipas -0.0312427146313614852 +11916 aapg_ad_653.html aapg_ad_653.html:538:71348:71353 Yukon Davis Strait -0.432752661482583012 +11917 gsa_html_4593629541 gsa_html_4593629541:123:13259:13286 Rangeley Piermont, New York -0.496649713850252028 +11918 sedimentology_html_8510537334 sedimentology_html_8510537334:776:59616:59636 Bloomsburg Pennsylvania 0.0341531365845971491 +11919 cspg_html_4298557570 cspg_html_4298557570:203:28888:28906 Paskapoo Regina, Saskatchewan 0.980645208789837519 +11920 aapg_ai_105.html aapg_ai_105.html:15:2002:2019 Madison Western world -0.0990977149933097434 +11921 cspg_html_6032369756 cspg_html_6032369756:368:43665:43673 Columbia Victoria, British Columbia -0.0233046208724774252 +11922 gsa_html_5081991493 gsa_html_5081991493:883:71587:71597 Washington Victoria, British Columbia -0.0331440604270269723 +11923 jgeology_html_8750845452 jgeology_html_8750845452:417:37545:37553 Michigan Lake Michigan -0.0397082576932654904 +11924 cspg_html_2834693711 cspg_html_2834693711:393:54277:54298 Trent River Nanoose Bay, British Columbia -0.468255854243320946 +11925 aapg_ad_800.html aapg_ad_800.html:147:17682:17698 Ripley Alabama -0.455279223830003521 +11926 cspg_html_7881580279 cspg_html_7881580279:51:8191:8199 Winnipeg Manitoba -0.0468536508357899478 +11927 cspg_html_1818321956 cspg_html_1818321956:406:39892:39900 Columbia Victoria, British Columbia -0.448484669177164286 +11928 aapg_aa_96.html aapg_aa_96.html:69:6856:6869 Hermosa Logan, Utah -0.0741818792747687555 +11929 aapg_ad_785.html aapg_ad_785.html:286:28676:28683 Madison Red Creek, New York -0.440467486742992853 +11930 cspg_html_4603985064 cspg_html_4603985064:134:17598:17604 Denver Canada -0.0716469267425071249 +11931 aapg_ad_812.html aapg_ad_812.html:69:9371:9377 Chinle Chinle Formation -0.0613687029974751483 +11996 aapg_ad_351.html aapg_ad_351.html:446:39924:39946 Gilmore City Iowa 0.318394802141530708 +11932 geology_html_8643967398 geology_html_8643967398:16:782:809 Society Cliffs Canadian Arctic Archipelago -0.0125641469917892202 +11933 aapg_ai_66.html aapg_ai_66.html:163:13938:13946 Colorado Waverly, Ohio -0.496881985799363712 +11934 geology_html_3322439488 geology_html_3322439488:212:20092:20107 Rapid Sierra Nevada (U.S.) -0.0378770981344208127 +11935 aapg_ad_400.html aapg_ad_400.html:263:23484:23505 Phosphoria Kaibab, Arizona -0.462225485866077257 +11936 geology_html_3433614123 geology_html_3433614123:321:24698:24702 Kent Earth -0.44961357796588941 +11937 palaios_html_5552054627 palaios_html_5552054627:554:48044:48078 Petersburg Melbourne, Florida -0.0596981355876713832 +11938 aapg_ad_338.html aapg_ad_338.html:79:10147:10164 Potomac Closter, New Jersey 0.0341531365845971491 +11939 palaios_html_3112927242 palaios_html_3112927242:991:75187:75195 Virginia Woodstock, Illinois -0.463396817899322633 +11940 aapg_ad_169.html aapg_ad_169.html:408:46769:46787 Greenbrier Greenbrier (Great Smoky Mountains) -0.0598534778256571628 +11941 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14357:14377 Blackstone Lacombe, Alberta -0.0242016752892677545 +11942 aapg_aa_320.html aapg_aa_320.html:783:51895:51907 Colon Venezuela -0.452887004013691252 +11943 aapg_af_854.html aapg_af_854.html:367:46916:46936 Keokuk Missouri River 0.33731963768026002 +11944 cspg_html_3871608501 cspg_html_3871608501:22:2190:2222 Grande Greve York -0.0104235679161521783 +11945 cspg_html_4796942391 cspg_html_4796942391:5:222:240 Dunvegan Victoria, British Columbia -0.447357152169087058 +11946 aapg_aa_78.html aapg_aa_78.html:178:12446:12458 Salina Allegan County, Michigan 0.0290303619997796143 +11947 aapg_ah_621.html aapg_ah_621.html:333:36584:36601 Hermosa Colorado -0.478767343423892489 +11948 aapg_ae_263.html aapg_ae_263.html:133:10908:10923 Marcellus Helderberg -0.413981895448320647 +11949 gsa_html_3096615185 gsa_html_3096615185:58:5739:5752 Nahant Gabbro Nahant, Massachusetts -0.472639307901536299 +11950 cspg_html_9343899465 cspg_html_9343899465:1333:111317:111348 Nordstrand Point Ellesmere Island -0.482213387515949554 +11951 cspg_html_1732329534 cspg_html_1732329534:268:33449:33474 Paskapoo Red Deer, Alberta 0.00312693377810401713 +11952 aapg_ad_237.html aapg_ad_237.html:70:7243:7249 Forest Trinidad and Tobago 0.607208399646217423 +11953 aapg_ai_357.html aapg_ai_357.html:101:12683:12701 Anacacho Austin, Chicago -0.506202203331828748 +11954 gsa_html_7442738603 gsa_html_7442738603:1303:123490:123508 Ella Bay Ellesmere Island -0.0832984827182677856 +11955 aapg_ad_880.html aapg_ad_880.html:350:36388:36411 Gypsum Spring Black Hills -0.167061942513880984 +11956 cspg_html_7086880709 cspg_html_7086880709:512:67279:67302 Fort Simpson Mackenzie River -0.460091874413590562 +11957 palaios_html_1262064602 palaios_html_1262064602:1001:99395:99407 Dockum Texas -0.0591553403385562324 +11958 gsa_html_4431779557 gsa_html_4431779557:101:8271:8290 Seminole Muleshoe National Wildlife Refuge -0.457555451333636842 +11959 AMJC_html_4504848787 AMJC_html_4504848787:64:9228:9250 Mechum River Virginia -0.0497724382944867913 +11960 aapg_af_735.html aapg_af_735.html:340:38025:38042 Forest Trinidad and Tobago 0.737420929898046973 +11961 aapg_aa_357.html aapg_aa_357.html:211:18243:18247 Rico San Juan Mountains -0.246112108187996614 +11962 cspg_html_3409371621 cspg_html_3409371621:362:44927:44943 Gates Victoria, British Columbia -0.022871757858413614 +11963 cspg_html_2490951833 cspg_html_2490951833:220:30679:30689 Mount Hawk Western world -0.453254453298550908 +11964 sedimentology_html_9173053479 sedimentology_html_9173053479:301:20694:20698 Bern Bremen (state) -0.0482597604774050865 +11965 gsa_html_4891459463 gsa_html_4891459463:1279:118660:118668 Rockwell California -0.457492019193031785 +11966 geology_html_2391629888 geology_html_2391629888:330:27664:27683 Olcese Sand Kern County, California -0.0134607320761341784 +11967 palaios_html_3796939457 palaios_html_3796939457:395:38599:38617 Woodbine Texas -0.463250887108730525 +11968 aapg_ac_789.html aapg_ac_789.html:80:15446:15459 Barnett Shackelford County, Texas -0.040395903070456575 +11969 aapg_ah_306.html aapg_ah_306.html:80:10885:10891 Barrow Perth, Scotland -0.368597383402346657 +11970 aapg_ae_319.html aapg_ae_319.html:656:54768:54773 Stump Uinta Mountains -0.450653948365625945 +11971 aapg_af_128.html aapg_af_128.html:294:31551:31561 Minnekahta East Asia -0.488806694061501346 +11972 aapg_ae_157.html aapg_ae_157.html:67:5654:5664 South Park Colorado -0.429960502864963123 +11973 cspg_html_8089302449 cspg_html_8089302449:331:57302:57315 Watt Mountain Regina, Saskatchewan -0.429938515402492283 +11974 aapg_ah_772.html aapg_ah_772.html:757:64635:64657 Owens Valley Spring Mountains National Recreation Area -0.238188987379158557 +11975 aapg_ad_983.html aapg_ad_983.html:340:29181:29188 Clinton Canton, Ohio -0.463821065177301928 +11976 palaios_html_3796939457 palaios_html_3796939457:615:49020:49049 Woodbine Texas -0.449431691216236939 +11977 cspg_html_4287356899 cspg_html_4287356899:1567:219025:219037 Jungle Creek Anchorage, Alaska 0.787433298497642209 +11978 AMJC_html_1873062106 AMJC_html_1873062106:846:95224:95242 Morrison Colorado -0.461854353575764598 +11979 aapg_aa_4.html aapg_aa_4.html:15:2372:2393 West Falls Genesee County, Michigan -0.0593560470104907562 +11980 aapg_ad_318.html aapg_ad_318.html:459:55087:55093 Guelph Lockport (city), New York -0.463362613223226583 +11981 aapg_ac_730.html aapg_ac_730.html:6:801:816 Mesaverde Mancos, Colorado 0.0111393955416452146 +11982 aapg_ad_696.html aapg_ad_696.html:284:26764:26769 Yegua Lee County, Alabama -0.440254051746647612 +11983 aapg_ae_715.html aapg_ae_715.html:482:62730:62744 Frio Greta, Victoria -0.0707549992783903375 +11984 cspg_html_1351473625 cspg_html_1351473625:72:12025:12050 Mount Head North Portal, Saskatchewan -0.443755252554939694 +11985 cspg_html_3463500725 cspg_html_3463500725:121:16046:16067 Gros Ventre Gallatin, Tennessee -0.428789280868512646 +11986 aapg_af_663.html aapg_af_663.html:309:32309:32315 Pawnee Lexington, Kentucky -0.480807266046245518 +11987 aapg_ai_985.html aapg_ai_985.html:629:67933:67954 San Antonio Colombia -0.0395916240677814321 +11988 cspg_html_9008569748 cspg_html_9008569748:36:3930:3938 Edmonton Edmonton, London -0.489932094547215424 +11989 palaios_html_9133125241 palaios_html_9133125241:522:64157:64161 Kope Bellevue, Nebraska -0.0358774797167535214 +11990 gsa_html_5081991493 gsa_html_5081991493:1507:109198:109226 Green River Wisconsin -0.00865143216571868413 +11991 gsa_html_4120839285 gsa_html_4120839285:1262:126235:126250 Orocopia Schist California -0.445338708488509594 +11992 gsa_html_1783148177 gsa_html_1783148177:540:58364:58386 Artist Drive Eagle Mountain (Minnesota) -0.462603607634055447 +11993 palaios_html_7010013984 palaios_html_7010013984:873:82038:82066 Willwood Cheyenne, Wyoming -0.449451899065432481 +11994 gsa_html_2832151886 gsa_html_2832151886:23:1376:1399 Dunvegan Lacombe, Alberta -0.013877758051455481 +11995 cspg_html_4699684578 cspg_html_4699684578:526:56482:56497 Cairn Lacombe, Alberta -0.446110205830797302 +11997 aapg_aa_787.html aapg_aa_787.html:417:49681:49687 Provo Texas -0.472881299388360321 +11998 aapg_aa_108.html aapg_aa_108.html:43:4154:4181 Prospect Reno, Nevada -0.441740222253796999 +11999 aapg_aa_484.html aapg_aa_484.html:456:46143:46149 Sabine Ouachita Parish, Louisiana -0.499213001693062597 +12000 gsa_html_8951179545 gsa_html_8951179545:537:66416:66428 Wilcox Austin, Chicago 1.10375687402404155 +12001 gsa_html_6441142238 gsa_html_6441142238:202:20403:20420 Decorah Glenwood, Utah -0.00274648745693117794 +12002 cspg_html_2820751927 cspg_html_2820751927:5:234:270 Albert New Brunswick, New Jersey -0.0716469267425071249 +12003 geology_html_2282539718 geology_html_2282539718:24:815:821 Oregon Salem, Oregon -0.485238274937032199 +12004 AMJC_html_1873062106 AMJC_html_1873062106:1095:115025:115036 Kaiparowits Logan, Utah -0.464409872562970838 +12005 aapg_ai_44.html aapg_ai_44.html:193:29582:29588 Perija Lake Maracaibo -0.485546964607742992 +12006 aapg_aa_634.html aapg_aa_634.html:630:55762:55769 Guanabo Havana -0.454041701910604445 +12007 aapg_ah_80.html aapg_ah_80.html:54:5598:5620 Arkose Ridge Matanuska-Susitna Valley -0.44844429668252761 +12008 sedimentology_html_8606244077 sedimentology_html_8606244077:824:75863:75901 Kingston Peak California -0.478447154667899333 +12009 cspg_html_4331869613 cspg_html_4331869613:339:39113:39121 Mt. Head Lacombe, Alberta -0.0100934580634963432 +12010 aapg_aa_145.html aapg_aa_145.html:367:39170:39175 Yukon Victoria, British Columbia -0.513270267028681393 +12011 aapg_aa_22.html aapg_aa_22.html:142:15146:15162 El Paso Sacramento Mountains (California) -0.454764136650290418 +12012 cspg_html_3129231627 cspg_html_3129231627:139:19321:19344 Eleanor River Middle Ordovician -0.100880900229404338 +12013 aapg_ac_258.html aapg_ac_258.html:47:8311:8323 New Scotland New Scotland, New York -0.464761517323236562 +12014 cspg_html_1293312960 cspg_html_1293312960:748:75693:75702 San Diego California -0.432223543643836305 +12015 aapg_ak_55.html aapg_ak_55.html:4:612:631 Tuscarora Maryland -0.449703411954729404 +12016 aapg_ah_96.html aapg_ah_96.html:544:63619:63633 Winnipeg Williston, Vermont 0.848682744843747283 +12017 cspg_html_7325522863 cspg_html_7325522863:61:10946:10974 Cold Lake Lacombe, Alberta -0.457582637906406409 +12018 aapg_ac_742.html aapg_ac_742.html:92:10995:11018 Gypsum Spring Spearfish, South Dakota 0.554617798752092606 +12019 AMJC_html_5390933660 AMJC_html_5390933660:186:19410:19431 Waits River Middle Ordovician -0.458648092769168181 +12020 AMJC_html_6064451271 AMJC_html_6064451271:658:71305:71330 Francisco California -0.465558942626108085 +12021 aapg_ai_49.html aapg_ai_49.html:324:40698:40705 Todilto Colorado -0.43797158338019293 +12022 aapg_ae_41.html aapg_ae_41.html:1189:83093:83118 Beaverhill Lacombe, Alberta -0.446669666957771216 +12023 aapg_ah_231.html aapg_ah_231.html:32:2953:2960 Hosston Paluxy, Texas 0.0374541695893972834 +12024 aapg_ai_688.html aapg_ai_688.html:438:47653:47668 Rochester Pennsylvania -0.066428606970004328 +12025 jgeology_html_8355852976 jgeology_html_8355852976:226:17433:17441 Colorado Pueblo, Colorado -0.470629904958731249 +12026 aapg_aa_133.html aapg_aa_133.html:147:16126:16131 Basal Edmonton, London -0.483015252079283031 +12027 cspg_html_2667403559 cspg_html_2667403559:430:56685:56692 Sayabec West Point, New York -0.0222894098360483031 +12028 sedimentology_html_9199455608 sedimentology_html_9199455608:871:65207:65211 Hall London, Ontario -0.45644603384473742 +12029 aapg_aa_702.html aapg_aa_702.html:1606:153974:153983 Mackenzie Lacombe, Alberta 0.0782782735990609491 +12030 aapg_af_32.html aapg_af_32.html:102:10547:10555 Santiago Chile -0.479586916180102352 +12031 cspg_html_2585769771 cspg_html_2585769771:557:66413:66433 Wapiabi Canada -0.478307979059971577 +12032 cspg_html_8612721867 cspg_html_8612721867:1108:134736:134766 Beaverhill Lacombe, Alberta -0.442548827459522287 +12033 sedimentology_html_2898428289 sedimentology_html_2898428289:1926:96478:96506 Prairie Regina, Saskatchewan -0.026183725432627869 +12034 aapg_ah_586.html aapg_ah_586.html:28:2608:2618 Washington Coshocton, Ohio -0.478767343423892489 +12035 aapg_aa_644.html aapg_aa_644.html:3:598:613 Smoot Boise, Idaho -0.482963947665808413 +12036 cspg_html_3762708087 cspg_html_3762708087:550:70356:70367 Viking Lacombe, Alberta -0.0231533782740243055 +12037 cspg_html_4655200751 cspg_html_4655200751:208:32121:32136 Nisku Lacombe, Alberta -0.436805862873274886 +12038 gsa_html_3170716243 gsa_html_3170716243:1105:103979:103984 Rapid Altiplano -0.0682513965028206937 +12039 aapg_ai_582.html aapg_ai_582.html:31:3673:3678 Piper Regina, Saskatchewan 0.0104444170595688161 +12040 cspg_html_2873888604 cspg_html_2873888604:229:35069:35088 Pardonet Victoria, British Columbia -0.46687889797168336 +12041 aapg_ac_380.html aapg_ac_380.html:492:57775:57792 Rondout Helderberg -0.0630554409193520293 +12042 palaios_html_7179643765 palaios_html_7179643765:37:2884:2901 La Luna Venezuela -0.0307122011432018581 +12043 aapg_ad_721.html aapg_ad_721.html:198:18055:18065 San Andres Guadalupe Mountains National Park 0.00828311544079899167 +12044 aapg_ah_10.html aapg_ah_10.html:100:15711:15733 San Joaquin San Joaquin River 0.781412856137480127 +12045 palaios_html_5582845937 palaios_html_5582845937:314:31598:31605 Hampton Virginia -0.0342192516575154232 +12046 aapg_ai_975.html aapg_ai_975.html:121:15876:15893 Hosston Mexico -0.0235062798697475116 +12047 aapg_ac_333.html aapg_ac_333.html:869:106413:106417 Yeso Arizona -0.479830848328458015 +12048 cspg_html_5435328392 cspg_html_5435328392:370:37610:37618 Columbia Victoria, British Columbia -0.427062550198528901 +12049 gsa_html_3198528745 gsa_html_3198528745:693:74696:74724 Green River Colorado 0.000132025523515305647 +12050 aapg_ah_301.html aapg_ah_301.html:740:87362:87386 Mission Canyon Williston, Vermont -0.445016883536767272 +12051 aapg_ah_252.html aapg_ah_252.html:272:22279:22284 Atoka Atoka, Oklahoma 0.0195847879214001257 +12052 geology_html_2648975431 geology_html_2648975431:12:515:523 Virginia Reston, Virginia -0.00514558121477792525 +12053 gsa_html_5865982995 gsa_html_5865982995:1062:115733:115751 Bridger Wasatch Range -0.0812056355960158321 +12054 AMJC_html_3770590633 AMJC_html_3770590633:463:61742:61761 Pocatello Boise, Idaho -0.00291152111123597944 +12055 AMJC_html_4692260170 AMJC_html_4692260170:133:14477:14486 Littleton Bennington, Vermont -0.0259316078616598014 +12056 aapg_ad_757.html aapg_ad_757.html:273:33752:33768 Galena Iowa -0.0577069474480743499 +12057 aapg_ae_65.html aapg_ae_65.html:239:26387:26402 Telegraph Creek Niobrara, Nebraska -0.488278574417694344 +12058 aapg_ah_775.html aapg_ah_775.html:228:27897:27912 Diablo Sacramento, California -0.44830973456876172 +12059 palaios_html_8950382583 palaios_html_8950382583:684:59480:59501 Green River Uinta County, Wyoming -0.18989605263644338 +12060 aapg_ai_52.html aapg_ai_52.html:80:11571:11591 Tulare Sierra Nevada (Spain) -0.402735827369643196 +12061 cspg_html_7334652966 cspg_html_7334652966:244:27078:27092 Toad Victoria, British Columbia -0.440247382693200906 +12127 gsa_html_8629203936 gsa_html_8629203936:73:5887:5915 Green River Colorado -0.0170265242171895904 +12062 cspg_html_6839937815 cspg_html_6839937815:104:14232:14249 Gerster Victoria, British Columbia -0.447276508327869859 +12063 geology_html_5114001979 geology_html_5114001979:60:5807:5820 Lake Michigan Maquoketa, Iowa -0.440325191296006335 +12064 geology_html_7998892542 geology_html_7998892542:282:21244:21249 Rapid Benguela Current -0.46957525648780718 +12065 aapg_ai_350.html aapg_ai_350.html:27:3046:3053 Cushing Wichita Mountains -0.00215584223507059606 +12066 cspg_html_2760914701 cspg_html_2760914701:45:3847:3859 Saskatchewan Manitoba -3.12692027106228253e-05 +12067 aapg_ai_491.html aapg_ai_491.html:253:30028:30042 Rico Hermosa, Chicago -0.0598011148469018913 +12068 cspg_html_2018998204 cspg_html_2018998204:73:8217:8232 Nonda Long Mountain (Hampshire County, Massachusetts) -0.418959896003603949 +12069 sedimentology_html_5673709888 sedimentology_html_5673709888:1745:104540:104558 Hawthorn Melbourne, Florida -0.0533985334168908185 +12070 aapg_ae_473.html aapg_ae_473.html:37:3676:3689 Porters Creek Mississippi River -0.215827623914553096 +12071 aapg_ah_72.html aapg_ah_72.html:446:50547:50566 Catahoula Texas -0.407614238586680777 +12072 geology_html_4601106457 geology_html_4601106457:67:6930:6938 Moenkopi Chinle Formation -0.437987106587424679 +12073 aapg_ad_865.html aapg_ad_865.html:394:38482:38493 Molas Ouray, Colorado -0.0207667065675008616 +12074 gsa_html_5865982995 gsa_html_5865982995:1314:139131:139142 Green River Cheyenne, Wyoming -0.457786563407215019 +12075 aapg_af_579.html aapg_af_579.html:227:24702:24709 Entrada Colorado 0.0329179005483870232 +12076 cspg_html_9941518291 cspg_html_9941518291:673:89381:89404 Barlow Inlet Douro DOC -0.50720959470918292 +12077 aapg_ad_883.html aapg_ad_883.html:51:7316:7337 Trempealeau Franconia, New Hampshire -0.473653815287124913 +12078 cspg_html_2907826148 cspg_html_2907826148:670:75003:75008 Yukon Anchorage, Alaska -0.442595627901035182 +12079 jgeology_html_9553406759 jgeology_html_9553406759:82:4076:4084 Colorado Denver -0.480667710196792775 +12080 sedimentology_html_7163803026 sedimentology_html_7163803026:603:50149:50155 Dorsey Mexico -0.460655489757687109 +12081 gsa_html_4883039712 gsa_html_4883039712:288:27312:27329 Clarita South America -0.467889067103673728 +12082 gsa_html_8735573394 gsa_html_8735573394:628:62450:62470 White Rock Kingston, Jamaica -0.474808096218428344 +12083 gsa_html_5737673651 gsa_html_5737673651:574:47393:47409 Chinle Colorado -0.445106268068768518 +12084 aapg_ae_68.html aapg_ae_68.html:92:11471:11477 Antler Pennsylvania -0.056330398834622937 +12085 aapg_ai_1.html aapg_ai_1.html:433:41349:41356 Wasatch Uinta Mountains 0.0287990612010788731 +12086 sedimentology_html_7390870545 sedimentology_html_7390870545:502:40221:40238 Bearpaw Lacombe, Alberta -0.448753864703002991 +12087 aapg_ae_881.html aapg_ae_881.html:167:20415:20421 Oliver London, Ontario -0.493659609592116133 +12088 cspg_html_8328720217 cspg_html_8328720217:892:92052:92071 Karmutsen Victoria, British Columbia -0.474817336624659858 +12089 palaios_html_2623970001 palaios_html_2623970001:804:66756:66770 Beaufort South Africa -0.432346977926754639 +12090 aapg_ah_994.html aapg_ah_994.html:369:40484:40497 Woodbine Austin, Chicago -0.391403016859508124 +12091 gsa_html_6117440194 gsa_html_6117440194:1245:111602:111612 Washington Victoria, British Columbia -0.471349814541787038 +12092 aapg_ai_696.html aapg_ai_696.html:46:5523:5543 Strathearn Elko County, Nevada -0.0383226719059837143 +12093 aapg_ae_939.html aapg_ae_939.html:458:21168:21175 Rustler Salado, Texas -0.425481180136460357 +12094 gsa_html_7840671974 gsa_html_7840671974:17:782:808 Ankareh Cheyenne, Wyoming 0.00204466219751255973 +12095 aapg_ac_730.html aapg_ac_730.html:163:23461:23467 Dakota Mesa, Arizona -0.0902887716937625512 +12096 gsa_html_7875871937 gsa_html_7875871937:723:65397:65403 Galena Illinois -0.454847705403765845 +12097 geology_html_9924482358 geology_html_9924482358:256:24348:24355 Laramie Cheyenne, Wyoming -0.0378805791019936056 +12098 cspg_html_6021605367 cspg_html_6021605367:105:12914:12919 Ouray Colorado -0.0088338543289246535 +12099 cspg_html_8438548095 cspg_html_8438548095:29:3537:3556 Paskapoo Edmonton, London 0.662318091145153609 +12100 cspg_html_5484260516 cspg_html_5484260516:738:57265:57276 Banff Savoy Hotel -0.469648742182661783 +12101 palaios_html_5411840767 palaios_html_5411840767:122:13598:13623 Astoria Newport, Rhode Island -0.44830973456876172 +12102 cspg_html_4409656292 cspg_html_4409656292:805:82270:82288 Dunvegan Victoria, British Columbia 0.00689674130686037615 +12103 aapg_ah_105.html aapg_ah_105.html:32:5326:5336 San Andres Colorado -0.0194318391355944968 +12104 geology_html_6584539068 geology_html_6584539068:11:642:650 Michigan Earth -0.492380698787899029 +12105 aapg_aa_96.html aapg_aa_96.html:9:1157:1173 Dakota Arizona -0.119777995606147325 +12106 gsa_html_8308045298 gsa_html_8308045298:1000:91376:91404 Green River Colorado -0.0166302989496245716 +12107 gsa_html_8319219146 gsa_html_8319219146:513:54585:54602 Hammer Creek Perkasie, Pennsylvania -0.49252218048089591 +12108 AMJC_html_8279406037 AMJC_html_8279406037:503:39322:39329 St Marys China -0.454052985518192231 +12109 jgeology_html_4599466962 jgeology_html_4599466962:426:31084:31103 Onondaga Schoharie Creek -0.496881985799363712 +12110 jgeology_html_2636397148 jgeology_html_2636397148:1093:68237:68262 Taylor Antarctica -0.464533160716817162 +12111 aapg_ad_457.html aapg_ad_457.html:261:30911:30923 Eramosa Ontario, California -0.0203286926879938275 +12112 cspg_html_2803424832 cspg_html_2803424832:72:10455:10475 Assistance West, Texas -0.0582723056187257615 +12113 cspg_html_7576506617 cspg_html_7576506617:376:54839:54863 Kenogami River Moose River (Maine) -0.035868779002919772 +12114 aapg_ai_409.html aapg_ai_409.html:300:34664:34672 Bellevue Pine Island (Lee County, Florida) -0.463332970234029085 +12115 aapg_ah_70.html aapg_ah_70.html:41:5875:5879 Bays Closter, New Jersey 0.00815629009485507872 +12116 cspg_html_4382149016 cspg_html_4382149016:286:42760:42781 Lawrence Quebec City -0.490778888791307599 +12117 aapg_ad_364.html aapg_ad_364.html:139:14496:14509 Whitemud Edmonton, London -0.476033304431228654 +12118 sedimentology_html_3876366322 sedimentology_html_3876366322:560:30777:30781 Hall London, Ontario -0.451740527107044376 +12119 cspg_html_2820961138 cspg_html_2820961138:42:6767:6783 Viking Lacombe, Alberta 0.00330065394967362811 +12120 aapg_af_653.html aapg_af_653.html:285:31245:31252 Temblor Monterey, California -0.467016268103292775 +12121 aapg_ac_716.html aapg_ac_716.html:129:10125:10144 Pierson Shawnee, Oklahoma -0.497180715543366847 +12122 aapg_ad_880.html aapg_ad_880.html:258:26513:26522 Spearfish Spearfish, South Dakota -0.111100368529747029 +12123 cspg_html_3102530088 cspg_html_3102530088:67:8758:8778 Mt Lytton Lacombe, Alberta -0.480695619561815057 +12124 cspg_html_2929384614 cspg_html_2929384614:6:532:539 Halfway Lacombe, Alberta -0.0566548826845970285 +12125 aapg_ai_96.html aapg_ai_96.html:284:26598:26605 Anahuac Texas -0.0376282120976162635 +12126 aapg_ae_239.html aapg_ae_239.html:1091:88799:88818 Wapanucka Clarita, Oklahoma -0.492578779781284393 +12129 aapg_ah_364.html aapg_ah_364.html:127:10660:10683 Detroit River County Clare -0.471501691978871318 +12130 cspg_html_5660413005 cspg_html_5660413005:5:229:262 Graminia Central Alberta -0.0789876125357250464 +12131 aapg_ae_305.html aapg_ae_305.html:983:82523:82540 La Luna Venezuela -0.0227413796680306819 +12132 sedimentology_html_1046729113 sedimentology_html_1046729113:2029:159914:159937 Viking Canada 0.965180579933975991 +12133 aapg_ac_824.html aapg_ac_824.html:60:6093:6110 Manitou Manitou Springs, Colorado -0.446669666957771216 +12134 cspg_html_4937997995 cspg_html_4937997995:1056:85858:85875 Vaureal Quebec City 0.385482623250050505 +12135 aapg_af_614.html aapg_af_614.html:57:4476:4495 Smackover Paluxy, Texas -0.434757184965269161 +12136 geology_html_2489830923 geology_html_2489830923:12:528:541 Santa Barbara California -0.468455358769372721 +12137 aapg_ad_2.html aapg_ad_2.html:862:122252:122265 Conococheague Chambersburg, Pennsylvania -0.0118760883237155699 +12138 aapg_ah_181.html aapg_ah_181.html:270:29703:29719 Navajo Arizona -0.499412697488954616 +12139 aapg_aa_985.html aapg_aa_985.html:17:1912:1925 Stranger Mississippi River -0.488747997928766997 +12140 cspg_html_1818321956 cspg_html_1818321956:352:34930:34938 Columbia Victoria, British Columbia -0.449755070503296051 +12141 aapg_aa_906.html aapg_aa_906.html:51:5982:5992 Fort Union Colorado -0.454089094007790295 +12142 cspg_html_3815346433 cspg_html_3815346433:11:1505:1517 Independence Ithaca, New York -0.502783815794125233 +12143 aapg_ai_899.html aapg_ai_899.html:138:15003:15020 Chadron Nebraska 0.0334328557293608886 +12144 aapg_ae_45.html aapg_ae_45.html:837:84007:84016 Smackover Haynesville, Louisiana -0.457240600069655279 +12145 aapg_aa_546.html aapg_aa_546.html:202:18912:18926 Colorado Colorado -0.491237921935693156 +12146 aapg_af_568.html aapg_af_568.html:635:53323:53337 Bell Cheyenne, Wyoming -0.465561228542891226 +12147 cspg_html_1237739452 cspg_html_1237739452:497:66813:66818 Banff Lacombe, Alberta -0.00673169924588781169 +12148 aapg_ai_835.html aapg_ai_835.html:133:15132:15146 Ingleside Beaumont, Texas -0.483477129634449443 +12149 cspg_html_4543200943 cspg_html_4543200943:244:34407:34415 Dunvegan Lacombe, Alberta 0.00299316941719320615 +12150 aapg_ae_755.html aapg_ae_755.html:164:19672:19683 Pungo River North Carolina -0.421183948195739455 +12151 jgeology_html_2022713612 jgeology_html_2022713612:875:79230:79266 Wood Canyon Mojave Desert -0.453180049702502807 +12152 sedimentology_html_3358647812 sedimentology_html_3358647812:1318:94412:94428 Almond Sweetwater, Miami-Dade County, Florida -0.44948782523520614 +12153 aapg_ah_371.html aapg_ah_371.html:7:908:918 Tuscaloosa Charleston, South Carolina 0.021227327796669148 +12154 aapg_ah_387.html aapg_ah_387.html:599:60082:60097 Knoxville Roseburg, Oregon -0.461001107058420345 +12155 aapg_af_890.html aapg_af_890.html:233:21953:21968 Queen Nashville Basin -0.00447500993536276322 +12156 aapg_ac_198.html aapg_ac_198.html:65:7614:7634 Eagle Woods County, Oklahoma -0.0389336281325362993 +12157 aapg_ai_860.html aapg_ai_860.html:159:24913:24932 Eggleston Alabama 0.421763652031362402 +12158 cspg_html_4298557570 cspg_html_4298557570:206:29653:29669 Horseshoe Canyon Edmonton, London -0.0360514955069057563 +12159 aapg_ad_338.html aapg_ad_338.html:312:35189:35204 Monmouth Matawan, New Jersey -0.452909542628234352 +12160 aapg_ae_416.html aapg_ae_416.html:514:37005:37020 Meson Mexico -0.471501691978871318 +12161 geology_html_9958752318 geology_html_9958752318:304:24825:24831 Oregon Deschutes County, Oregon 0.000548948298213387093 +12162 aapg_ai_998.html aapg_ai_998.html:32:4890:4905 Lewisville Mississippi River -0.0229847531233617133 +12163 aapg_ae_408.html aapg_ae_408.html:45:5058:5062 Alto Onondaga (tribe) -0.47735290933611807 +12164 gsa_html_3648258377 gsa_html_3648258377:462:44802:44813 Englishtown Merchantville, New Jersey -0.0254291244488671214 +12165 cspg_html_9343899465 cspg_html_9343899465:2179:199500:199512 Hecla Bay Melville Island (Canada) -0.461026124022890449 +12166 gsa_html_1124652135 gsa_html_1124652135:275:24885:24901 Parachucla Charleston, South Carolina -0.0134398809418536571 +12167 aapg_ak_11.html aapg_ak_11.html:101:9563:9570 Canning Carnarvon, Western Australia -0.0590401550116134086 +12168 cspg_html_3804945581 cspg_html_3804945581:15:2904:2918 Edmonton Edmonton, London -0.42107502020327392 +12169 geology_html_7068506787 geology_html_7068506787:231:22365:22376 Green River Kentucky -0.026691451486835667 +12170 aapg_ai_356.html aapg_ai_356.html:107:10506:10513 Navarro Austin, Chicago -0.0299260395523841712 +12171 aapg_af_436.html aapg_af_436.html:314:38543:38553 Rome Huntington, West Virginia 0.00553124928900665478 +12172 cspg_html_7881580279 cspg_html_7881580279:39:6308:6315 Selkirk Red River of the North -0.0268931559198013828 +12173 aapg_aa_736.html aapg_aa_736.html:3:319:326 Bedford Sunbury, Pennsylvania -0.431157390646727534 +12174 gsa_html_3635342898 gsa_html_3635342898:1140:79378:79406 Green River New Mexico -0.010750205891597751 +12175 aapg_ac_486.html aapg_ac_486.html:198:23841:23847 Dakota Nemaha County, Kansas 0.034254049223454125 +12176 geology_html_9004383999 geology_html_9004383999:55:6299:6313 Pika Canada -0.0151427767765860994 +12177 aapg_ai_515.html aapg_ai_515.html:175:19979:19984 Ouray Uinta Mountains -0.434805805785743127 +12178 gsa_html_7193789775 gsa_html_7193789775:398:39652:39673 Price Logan, Utah -0.456328379915839744 +12179 aapg_af_575.html aapg_af_575.html:184:24804:24815 Honey Creek Signal Mountain (Wyoming) -0.04576482531518513 +12180 gsa_html_7498897688 gsa_html_7498897688:947:87220:87258 Summerville Logan, Utah -0.460746428725734014 +12181 sedimentology_html_2208426700 sedimentology_html_2208426700:999:53759:53787 Winnipegosis Williston Basin 0.667897785379057307 +12182 cspg_html_4293350162 cspg_html_4293350162:106:16034:16054 Mount Head Carnarvon, Western Australia -0.436965343294064001 +12183 aapg_ae_30.html aapg_ae_30.html:71:6909:6928 Kimmswick Maquoketa, Iowa -0.463478914486847693 +12184 aapg_ad_697.html aapg_ad_697.html:71:7180:7188 Colorado Cheyenne, Wyoming -0.0486622990277508355 +12185 aapg_af_877.html aapg_af_877.html:52:5286:5302 Menard Jackson, Mississippi -0.0394610657315065602 +12186 aapg_aa_626.html aapg_aa_626.html:52:6860:6873 Potomac Charles County, Maryland -0.00486067457957646467 +12187 cspg_html_9768299963 cspg_html_9768299963:119:13170:13186 Battle Lacombe, Alberta -0.462102516958969756 +12188 aapg_af_51.html aapg_af_51.html:241:27076:27092 Chinle Kayenta, Arizona -0.437337570121169472 +12189 AMJC_html_6064451271 AMJC_html_6064451271:227:27747:27753 Denver Colorado -0.0201913809518237848 +12190 geology_html_6895819031 geology_html_6895819031:305:24175:24187 Devon Island Alert, Nunavut -0.0265836451265893982 +12191 aapg_ae_310.html aapg_ae_310.html:3:407:425 Woodbine Texas -0.0365561577052215814 +12192 cspg_html_4048108956 cspg_html_4048108956:277:42281:42287 Sustut Victoria, British Columbia -0.487692158362934725 +12193 cspg_html_3385840278 cspg_html_3385840278:173:23816:23824 Woodbend Swan Hill, Victoria -0.419751437916078163 +12194 gsa_html_6117440194 gsa_html_6117440194:515:51732:51759 Morrison Colorado 0.00351085571163325515 +12195 gsa_html_5089176247 gsa_html_5089176247:16:814:822 Colorado Denver -0.0180709945054990453 +12196 aapg_ah_644.html aapg_ah_644.html:375:45223:45236 Gypsum Spring Regina, Saskatchewan -0.0131827182184571217 +12197 cspg_html_9222238695 cspg_html_9222238695:337:44099:44115 Fernie Lacombe, Alberta -0.456844361180692826 +12198 aapg_af_652.html aapg_af_652.html:199:18702:18708 Kaibab Arizona -0.0243946529781233976 +12199 geology_html_5590413695 geology_html_5590413695:285:23883:23887 Webb Wilshire Boulevard -0.0203286926879938275 +12200 cspg_html_8556552074 cspg_html_8556552074:109:10047:10059 Saskatchewan Manitoba -0.008957206898973313 +12201 sedimentology_html_1527307623 sedimentology_html_1527307623:43:3312:3324 Sibley Ontario, California -0.458648092769168181 +12202 aapg_af_128.html aapg_af_128.html:32:3580:3603 Madison Nebraska -0.0410714115890523021 +12203 aapg_ah_766.html aapg_ah_766.html:156:17251:17262 San Ricardo Mexico -0.0416442398946082412 +12204 aapg_ad_466.html aapg_ad_466.html:965:104396:104406 Vincentown Navesink River 0.788060284955801604 +12205 cspg_html_4433937749 cspg_html_4433937749:9:636:652 Viking Lacombe, Alberta -0.455279223830003521 +12206 gsa_html_3217807422 gsa_html_3217807422:635:47010:47038 Green River Colorado -0.0310096337279850039 +12207 cspg_html_1585758124 cspg_html_1585758124:89:16109:16120 Belly River Logan, Utah -0.476672020857479173 +12208 sedimentology_html_2091583839 sedimentology_html_2091583839:1100:82410:82422 Saskatchewan Canada -0.5040380613457629 +12209 cspg_html_9222238695 cspg_html_9222238695:304:40843:40856 Fernie Lacombe, Alberta -0.472210801391301227 +12210 cspg_html_6038396142 cspg_html_6038396142:35:5463:5481 Winnipeg Winnipeg -0.434606918343987458 +12211 aapg_ah_134.html aapg_ah_134.html:77:6889:6902 Cotton Valley Haynesville, Louisiana -0.437005217650049682 +12212 cspg_html_6786864151 cspg_html_6786864151:50:6214:6237 Haslam Qualicum River -0.487659330983205019 +12213 aapg_ae_96.html aapg_ae_96.html:99:12048:12070 Gardnerville Reno, Nevada 0.371340548698747108 +12214 aapg_ai_146.html aapg_ai_146.html:152:12240:12247 Rierdon Lacombe, Alberta -0.0185558826483486587 +12215 aapg_ai_579.html aapg_ai_579.html:76:10869:10879 Washington Seattle -0.0229013103912739102 +12216 sedimentology_html_7469811723 sedimentology_html_7469811723:31:1937:1944 Hanover Louisville, Kentucky -0.0522861066432878455 +12217 aapg_ah_505.html aapg_ah_505.html:1909:150575:150583 Colorado Denver -0.459819284677136619 +12218 aapg_ae_576.html aapg_ae_576.html:312:27834:27844 Wulff Land Washington (state) -0.489483165548852517 +12219 cspg_html_8316122266 cspg_html_8316122266:294:29077:29088 Peace River Canada -0.495531913985365113 +12220 gsa_html_8308045298 gsa_html_8308045298:815:79356:79366 Washington Seattle -0.0399833098271603696 +12221 cspg_html_6816015957 cspg_html_6816015957:40:5733:5741 Columbia Victoria, British Columbia -0.0295955881019379606 +12222 cspg_html_6163691495 cspg_html_6163691495:192:19129:19167 Madison Regina, Saskatchewan -0.466782751574986277 +12223 aapg_ai_975.html aapg_ai_975.html:1005:80608:80626 Kiamichi Maryland -0.0137370110791438689 +12224 sedimentology_html_2667613711 sedimentology_html_2667613711:643:41626:41669 Price Harare -0.470216166533545032 +12225 palaios_html_6973830442 palaios_html_6973830442:409:34624:34655 Navajo Arizona -0.05820250565572678 +12226 aapg_ae_272.html aapg_ae_272.html:762:74719:74737 Michigan Michigan -0.45417711448712661 +12227 aapg_ac_881.html aapg_ac_881.html:99:10796:10804 Deadwood Williston, Vermont 0.881080211320586559 +12228 cspg_html_7602315496 cspg_html_7602315496:28:4587:4609 Belly River Milk River, Alberta -0.502032175005171721 +12229 aapg_ac_336.html aapg_ac_336.html:371:34240:34260 Richardson Mountains Great Britain -0.00515253017068293719 +12230 gsa_html_1217771406 gsa_html_1217771406:672:62117:62131 Monterey Santa Cruz Island -0.0119247384368411057 +12231 aapg_ac_158.html aapg_ac_158.html:62:9909:9921 Saskatchewan Lacombe, Alberta -0.0355642585385362378 +12232 gsa_html_3872060924 gsa_html_3872060924:812:64927:64939 Owens Valley California -0.462348471732962063 +12233 cspg_html_5139035315 cspg_html_5139035315:583:60708:60715 Halifax Halifax, West Yorkshire -0.459805657368256959 +12234 cspg_html_7553438101 cspg_html_7553438101:9:535:544 Red River Middle East 0.00770284885627177569 +12235 aapg_ac_190.html aapg_ac_190.html:90:16849:16870 Skaneateles Chautauqua County, Kansas -0.431509704805809302 +12236 aapg_af_333.html aapg_af_333.html:10:1657:1676 Tonoloway Pennsylvania -0.500102490048990767 +12237 aapg_aa_371.html aapg_aa_371.html:140:11714:11726 Coffee Sunbury, Pennsylvania -0.0451203085338412122 +12238 cspg_html_7115701337 cspg_html_7115701337:542:60472:60490 Dunvegan Lacombe, Alberta -0.0121732026878597095 +12239 palaios_html_5582845937 palaios_html_5582845937:338:34490:34508 Yorktown Virginia -0.0108839893390520418 +12240 gsa_html_1812609599 gsa_html_1812609599:29:2796:2824 Green River Colorado -0.0350022236580636789 +12241 sedimentology_html_6930678843 sedimentology_html_6930678843:1855:94367:94373 Provo Pyrenees -0.438326464087016476 +12242 aapg_ac_983.html aapg_ac_983.html:130:22227:22246 Iola Missouri River 0.385814854953082043 +12243 gsa_html_4438819447 gsa_html_4438819447:176:17362:17381 Mattagami Moose River (Ontario) 0.0164565181305094746 +12244 aapg_ad_286.html aapg_ad_286.html:171:15459:15473 Lisburne Anchorage, Alaska -0.426501543042148601 +12245 cspg_html_9332855346 cspg_html_9332855346:155:14084:14096 Winnipegosis Lacombe, Alberta -0.00035264713868171768 +12246 aapg_af_703.html aapg_af_703.html:198:22042:22063 Beekmantown Black River, Jamaica -0.432567436469128874 +12247 aapg_ae_307.html aapg_ae_307.html:172:10843:10851 Ogallala Texas 0.0101056199531207262 +12248 aapg_ad_81.html aapg_ad_81.html:679:112539:112567 Green River Colorado -0.44645479356367046 +12249 aapg_af_575.html aapg_af_575.html:1160:167018:167028 Purgatoire Cheyenne, Wyoming 0.0295747177725359349 +12250 aapg_ac_251.html aapg_ac_251.html:129:16910:16926 Inyan Kara Greenville, Westchester County, New York -0.474526310844171573 +12251 cspg_html_1351473625 cspg_html_1351473625:122:20028:20061 Basal Mississippian culture -0.494968839994781917 +12252 aapg_ae_324.html aapg_ae_324.html:1460:140375:140387 Chambersburg Athens, Georgia 0.0213994119840473472 +12253 aapg_ae_32.html aapg_ae_32.html:17:2462:2482 Fort Scott Tulsa, Oklahoma -0.0273313514332929886 +12254 aapg_ae_734.html aapg_ae_734.html:194:17187:17195 Catskill Pennsylvania -0.492776907152809196 +12255 aapg_ai_28.html aapg_ai_28.html:77:7020:7039 Catahoula Texas -0.0373410435717038552 +12256 gsa_html_4191208013 gsa_html_4191208013:200:18320:18327 La Laja Encanto Park -0.434558307819543299 +12257 AMJC_html_6341723617 AMJC_html_6341723617:319:29210:29219 Flagstaff Flagstaff, Arizona -0.485663921579086111 +12258 aapg_ae_253.html aapg_ae_253.html:115:13592:13599 Rodessa Richland, Washington -0.39123387417681621 +12259 gsa_html_3199774259 gsa_html_3199774259:16:810:819 Peninsula Tioga, Texas -0.021093485692349364 +12260 gsa_html_6062330506 gsa_html_6062330506:525:54683:54699 Salado Texas -0.0242433999919162424 +12261 AMJC_html_7278640698 AMJC_html_7278640698:12:533:543 Washington Washington (state) -0.0122896166911195832 +12262 aapg_ah_307.html aapg_ah_307.html:98:12110:12124 Frio Texas -0.450676431675374467 +12263 aapg_aa_22.html aapg_aa_22.html:164:16866:16871 Cooks Sacramento, California -0.458750170743803365 +12264 gsa_html_3046135825 gsa_html_3046135825:853:70059:70064 Rapid California -0.492225096233327442 +12265 geology_html_6833414019 geology_html_6833414019:320:21517:21523 Oregon Earth -0.458784199315796892 +12266 aapg_ai_802.html aapg_ai_802.html:432:40437:40445 Monterey Colorado 0.810922291906282178 +12267 cspg_html_6255491344 cspg_html_6255491344:19:3078:3081 Elk Canmore, Alberta -0.484114368303559472 +12268 aapg_aa_786.html aapg_aa_786.html:753:81557:81565 La Habra California -0.526196283990395197 +12269 cspg_html_7086880709 cspg_html_7086880709:272:33678:33688 Pine Point Great Slave Lake -0.0289590583087490083 +12270 aapg_ad_683.html aapg_ad_683.html:313:33795:33810 Congress Canyon Arizona -0.0738126679907712968 +12271 gsa_html_5440513684 gsa_html_5440513684:555:46694:46698 Kent Venice, Los Angeles -0.0231725008237077118 +12272 aapg_ah_283.html aapg_ah_283.html:420:45761:45767 Oregon Elkton, Kentucky -0.436805862873274886 +12273 cspg_html_4287356899 cspg_html_4287356899:3417:363505:363513 Columbia Victoria, British Columbia -0.443982888348864235 +12274 aapg_aa_22.html aapg_aa_22.html:309:29752:29757 Upham Maquoketa, Iowa -0.455188836413653375 +12275 aapg_ac_900.html aapg_ac_900.html:73:5897:5913 Amsden Yellowstone County, Montana 0.00362377418173365218 +12276 cspg_html_3385840278 cspg_html_3385840278:1617:179575:179592 Muskwa Victoria, British Columbia -0.040244442684913409 +12277 aapg_ac_924.html aapg_ac_924.html:131:10346:10365 Lodgepole Cheyenne, Wyoming 0.0163939573588326656 +12278 cspg_html_9778753186 cspg_html_9778753186:246:36677:36690 Elk Fernie, British Columbia -0.451751782124743317 +12279 aapg_ae_828.html aapg_ae_828.html:276:21761:21766 Utica Glenwood, Utah -0.413951619546012173 +12280 cspg_html_8316122266 cspg_html_8316122266:23:2963:2984 Peace River Canada -0.489060307863409593 +12281 aapg_ac_882.html aapg_ac_882.html:236:23561:23575 Kope Cincinnati -0.43580087580188992 +12282 gsa_html_3144986031 gsa_html_3144986031:364:39258:39279 Talkeetna Anchorage, Alaska -0.152849282132724307 +12283 aapg_ad_865.html aapg_ad_865.html:39:4066:4082 Dakota Hermosa, Chicago 0.934017746410152117 +12284 aapg_ad_466.html aapg_ad_466.html:175:19639:19656 Mount Laurel Atlantic Highlands, New Jersey -0.513323459558207906 +12285 AMJC_html_4986321644 AMJC_html_4986321644:435:66652:66667 Lynchburg Smith River, California -0.0513063366802281665 +12286 palaios_html_7111318862 palaios_html_7111318862:51:5454:5480 Horseshoe Canyon Lacombe, Alberta -0.517213470394106034 +12287 gsa_html_1014327387 gsa_html_1014327387:14:557:563 Reston Virginia -0.4852429512232731 +12288 aapg_ai_49.html aapg_ai_49.html:314:39747:39754 Entrada Logan, Utah -0.0373410435717038552 +12289 aapg_ad_784.html aapg_ad_784.html:446:47770:47796 Monterey Monterey, California -0.395836036481230946 +12290 geology_html_2688088926 geology_html_2688088926:191:20713:20731 Oakville Texas -0.0232768060359763093 +12291 aapg_af_130.html aapg_af_130.html:176:30871:30901 Darby Richmond, California 0.629105230158157225 +12292 cspg_html_5345848475 cspg_html_5345848475:854:90372:90386 Colorado Black Hills -0.519171554333627494 +12293 aapg_ac_363.html aapg_ac_363.html:531:56684:56692 Bellevue Rosedale, Toronto -0.515832271561596056 +12294 aapg_ai_278.html aapg_ai_278.html:399:54280:54291 Fort Pierce Punta Gorda, Florida -0.453130450697368015 +12295 sedimentology_html_8357192793 sedimentology_html_8357192793:629:52120:52125 Crete Marmara Region -0.0380441859515352823 +12296 aapg_ae_354.html aapg_ae_354.html:146:14162:14187 Mesaverde Mancos, Colorado -0.480807266046245518 +12297 gsa_html_3817970246 gsa_html_3817970246:1017:94345:94373 Green River Colorado -0.434527375159215246 +12298 geology_html_5025581264 geology_html_5025581264:271:21860:21891 Glenns Ferry Boise, Idaho -0.0464616568793586454 +12299 sedimentology_html_7067645238 sedimentology_html_7067645238:459:35720:35738 Yakataga Anchorage, Alaska -0.472943536588278923 +12300 gsa_html_6567049100 gsa_html_6567049100:985:79951:79957 Oregon Salem, Oregon -0.462576268150975078 +12301 geology_html_8921428298 geology_html_8921428298:223:23060:23087 Columbia Earth -0.00761598320539543048 +12302 geology_html_2569377359 geology_html_2569377359:237:19470:19482 Owens Valley California -0.494566874481706664 +12303 cspg_html_8658900430 cspg_html_8658900430:19:2178:2186 Edmonton Halifax, West Yorkshire -0.463764030920631232 +12304 aapg_ah_318.html aapg_ah_318.html:1066:109032:109055 Cotton Valley Red River of the North -0.0198680940009536566 +12305 gsa_html_6423424604 gsa_html_6423424604:1744:157572:157581 Garibaldi Washington (state) -0.0966188293936213888 +12306 geology_html_9231469197 geology_html_9231469197:308:23991:23997 Warner Sala, Sweden -0.0449008358068114649 +12307 gsa_html_6668275476 gsa_html_6668275476:30:2446:2454 Colorado Denver -0.447135398674851747 +12308 cspg_html_2161417858 cspg_html_2161417858:114:14999:15015 Exshaw Lacombe, Alberta -0.456561440120662909 +12309 cspg_html_4623526246 cspg_html_4623526246:28:3446:3454 Columbia Bathurst Island (Northern Territory) -0.433403442682278373 +12310 gsa_html_5894524520 gsa_html_5894524520:538:62674:62702 Green River Colorado -0.436929900849743147 +12311 aapg_ah_176.html aapg_ah_176.html:420:49802:49810 Colorado Denver -0.476033304431228654 +12312 aapg_ah_779.html aapg_ah_779.html:242:44748:44755 Juniata Alabama 0.0199914985805541949 +12313 cspg_html_7623652881 cspg_html_7623652881:242:25363:25394 Ireton Lacombe, Alberta 0.010743256116110083 +12314 cspg_html_4287356899 cspg_html_4287356899:1485:205829:205849 Hart River Great Britain -0.499412697488954616 +12315 gsa_html_4719798013 gsa_html_4719798013:310:30378:30403 Blackwater Draw Pecos River -0.50037380579535129 +12316 cspg_html_5479700260 cspg_html_5479700260:71:8623:8639 Bad Cache Rapids Churchill River (Atlantic) -0.045529657990104451 +12317 aapg_ac_296.html aapg_ac_296.html:82:8166:8172 Navajo San Juan, Argentina -0.491577059800919369 +12318 gsa_html_4930932370 gsa_html_4930932370:858:88240:88257 Tyonek Sudbury, Suffolk -0.0307539456314618806 +12319 aapg_ac_984.html aapg_ac_984.html:359:31728:31748 Eau Claire Trempealeau, Wisconsin -0.3593252146945905 +12320 AMJC_html_6341723617 AMJC_html_6341723617:1102:91921:91942 Green River Cheyenne, Wyoming 0.881080211320586559 +12321 aapg_ad_880.html aapg_ad_880.html:580:54121:54129 Sundance Elk Mountain, Wyoming -0.0526801439940360397 +12322 aapg_aa_24.html aapg_aa_24.html:940:104840:104845 Yukon Campbell, California -0.502850661160650247 +12323 aapg_ac_807.html aapg_ac_807.html:252:25165:25186 Piney Point Delaware Bay 0.774266316925923848 +12324 gsa_html_9579641184 gsa_html_9579641184:194:18816:18840 Tyonek Houston -0.0416128988126375013 +12325 gsa_html_5587803184 gsa_html_5587803184:149:17362:17372 Sunderland Wicomico County, Maryland -0.433546895631176765 +12326 aapg_ai_105.html aapg_ai_105.html:10:1430:1445 Ophir Uinta Mountains -0.474888953093082877 +12327 gsa_html_3822310614 gsa_html_3822310614:60:3974:4002 Green River Iran -0.457650607934439568 +12328 aapg_ae_64.html aapg_ae_64.html:225:22717:22731 Mesaverde Fort Union Trading Post National Historic Site 0.036126323185122565 +12329 aapg_ai_105.html aapg_ai_105.html:342:41363:41377 Duchesne River Wasatch Range -0.197431429092405131 +12330 geology_html_5784584308 geology_html_5784584308:230:22791:22805 Cedar Mountain Reno, Nevada -0.0322203122766998376 +12331 geology_html_8264629638 geology_html_8264629638:315:27612:27619 Calvert China -0.456661018199272462 +12332 aapg_ad_691.html aapg_ad_691.html:3:279:299 Georgetown Texas -0.432977626512767833 +12333 cspg_html_3328007773 cspg_html_3328007773:788:87399:87420 Peace River Lacombe, Alberta -0.482917309945881279 +12334 gsa_html_6212532476 gsa_html_6212532476:998:80929:80957 Green River Colorado 0.00039260223837717193 +12335 cspg_html_8312989046 cspg_html_8312989046:606:71341:71358 Bowser Middle East -0.447404197686881167 +12336 aapg_aa_54.html aapg_aa_54.html:9:1160:1176 Chinle Santa Rosa, California -0.0228978336199521272 +12337 palaios_html_8391206976 palaios_html_8391206976:370:48770:48777 Bedford Kentucky -0.451875596518584666 +12338 aapg_ac_367.html aapg_ac_367.html:3:319:339 Ironton Wisconsin -0.498184372130755504 +12339 jgeology_html_1188020601 jgeology_html_1188020601:291:17917:17929 Little Falls Adirondack Park -0.00138974352800571069 +12340 jgeology_html_6506349432 jgeology_html_6506349432:523:38461:38474 Boulder Creek Logan, Utah -0.0113965411474177668 +12341 aapg_ah_159.html aapg_ah_159.html:99:10910:10938 Crab Orchard Rockcastle County, Kentucky -0.501846159144901716 +12342 cspg_html_5688447798 cspg_html_5688447798:128:17287:17298 Goose Fiord Ellesmere Island 0.00710174161421996044 +12343 aapg_ah_412.html aapg_ah_412.html:277:23898:23906 Colorado Denver -0.0442511603309229257 +12344 cspg_html_1296564271 cspg_html_1296564271:103:11955:11972 Cobourg Michigan Basin -0.506393992840907137 +12345 aapg_ad_763.html aapg_ad_763.html:438:54551:54558 Panoche Knoxville, Illinois -0.464656465989479628 +12346 aapg_ai_321.html aapg_ai_321.html:101:13624:13635 Peten Guatemala -0.456844361180692826 +12347 aapg_ad_379.html aapg_ad_379.html:371:31335:31372 Oquirrh Middle East -0.483085217576718073 +12348 geology_html_6365665477 geology_html_6365665477:74:6077:6095 Roberts Mountains Reno, Nevada -0.28283988789425818 +12349 gsa_html_9181545711 gsa_html_9181545711:712:68069:68087 Fountain Colorado -0.0616410638413136674 +12350 AMJC_html_4089359637 AMJC_html_4089359637:1096:96225:96233 Scotland London, Ontario -0.512291657646269938 +12351 AMJC_html_4504848787 AMJC_html_4504848787:182:19772:19794 Mechum River Charlottesville, Virginia -0.0148473685012762528 +12352 aapg_aa_684.html aapg_aa_684.html:9:1208:1212 Jelm Cheyenne, Wyoming -0.469120700106755939 +12353 gsa_html_2832151886 gsa_html_2832151886:417:35219:35227 Columbia Lacombe, Alberta 0.00337361649967377053 +12354 sedimentology_html_9204820208 sedimentology_html_9204820208:31:2447:2455 Victoria Victoria, British Columbia -0.495106025033118957 +12355 cspg_html_7523901259 cspg_html_7523901259:457:54136:54158 Charlie Lake Canada -0.0314218768886919339 +12356 aapg_aa_582.html aapg_aa_582.html:216:22912:22918 Sonora Middle East 0.0440752513840925245 +12357 aapg_af_317.html aapg_af_317.html:27:4126:4138 Austin Chalk North Sea oil -0.443813272031764461 +12358 aapg_ad_258.html aapg_ad_258.html:320:36331:36337 Salina Calhoun, Georgia -0.431509704805809302 +12359 palaios_html_2139210802 palaios_html_2139210802:384:28212:28232 Fort Payne Kentucky -0.0140376196944260508 +12360 aapg_ac_335.html aapg_ac_335.html:234:22733:22741 Woodford Stephens County, Georgia -0.471363620495062197 +12361 cspg_html_4674059966 cspg_html_4674059966:39:6677:6694 Cardium Lacombe, Alberta -0.441419648744354465 +12362 aapg_ad_140.html aapg_ad_140.html:84:7721:7746 Sligo County Sligo -0.0294042780246520329 +12363 aapg_ai_858.html aapg_ai_858.html:357:51421:51443 Medicine Bow Carbon County, Wyoming -0.460946527021081187 +12364 gsa_html_3648258377 gsa_html_3648258377:442:42323:42345 Englishtown Bass River Township, New Jersey -0.0189695239556965725 +12365 cspg_html_2758185645 cspg_html_2758185645:318:29959:29979 Mount Head Western world -0.452112016307883446 +12366 aapg_aa_735.html aapg_aa_735.html:97:9085:9095 Keokuk Illinois -0.51153614920294399 +12367 AMJC_html_2648925619 AMJC_html_2648925619:643:67656:67675 Littleton New Hampshire -0.0109239507284224872 +12368 aapg_aa_667.html aapg_aa_667.html:42:4182:4193 San Antonio Texas -0.0382077954989542418 +12369 geology_html_5339295464 geology_html_5339295464:40:5523:5532 Eel River California -0.472512577150688062 +12370 aapg_af_551.html aapg_af_551.html:75:8710:8722 Percha Sacramento Mountains (California) -0.424923287683910134 +12371 gsa_html_8408927252 gsa_html_8408927252:12:499:509 Pittsburgh Pittsburgh -0.504238916416323235 +12372 aapg_ae_370.html aapg_ae_370.html:600:58750:58767 Astoria Washington (state) -0.463435584788403632 +12373 aapg_ad_468.html aapg_ad_468.html:50:6350:6382 Choctawhatchee Niceville, Florida -0.472491841137828439 +12374 geology_html_7245103786 geology_html_7245103786:282:22002:22006 Hall Antarctica -0.483015252079283031 +12375 cspg_html_2139304729 cspg_html_2139304729:243:25221:25230 Mercy Bay Melville Island (Canada) -0.451913869834985604 +12376 aapg_ae_767.html aapg_ae_767.html:144:13483:13491 Colorado Table Mountain -0.482987267474293158 +12377 geology_html_3757927237 geology_html_3757927237:367:26148:26154 Snyder Eaton, Ohio -0.0455104965023540933 +12378 sedimentology_html_5622104557 sedimentology_html_5622104557:1384:66036:66046 Washington Washington (state) -0.434673209477638822 +12379 palaios_html_7928599019 palaios_html_7928599019:188:19941:19949 Columbia California -0.4506269691264706 +12380 aapg_ah_411.html aapg_ah_411.html:71:9538:9556 Kootenai Colorado -0.00537142262393446989 +12381 aapg_ah_646.html aapg_ah_646.html:76:9998:10014 Chinle Moenkopi Formation 0.0138099909002030001 +12382 aapg_aa_23.html aapg_aa_23.html:115:13122:13140 Winnipeg Manitoba -0.0302095390101757011 +12383 aapg_ah_532.html aapg_ah_532.html:56:5622:5637 Ouray Colorado -0.0190651145503429667 +12384 aapg_ad_944.html aapg_ad_944.html:152:14892:14911 Morrison Williston, Vermont 0.534319755367637539 +12385 aapg_ad_434.html aapg_ad_434.html:486:45397:45421 Brunswick Canada 0.852933462270769049 +12386 cspg_html_6647936472 cspg_html_6647936472:28:3056:3078 Winnipegosis Regina, Saskatchewan -0.00793912421120361589 +12387 gsa_html_3550188336 gsa_html_3550188336:69:5544:5572 Green River Colorado -0.44056532751251043 +12388 cspg_html_6839937815 cspg_html_6839937815:122:17016:17033 Thaynes Reno, Nevada 0.416398338903016252 +12389 gsa_html_7245429032 gsa_html_7245429032:63:4931:4959 Green River Colorado -0.462097962880594848 +12390 aapg_ac_498.html aapg_ac_498.html:34:3206:3214 Columbia Arkansas -0.460146402321772174 +12391 cspg_html_1166788717 cspg_html_1166788717:154:18583:18590 Wabamun Lacombe, Alberta -0.469051848391689397 +12392 gsa_html_3484366946 gsa_html_3484366946:131:14164:14178 Lisburne North Slope Borough, Alaska -0.478349729395822987 +12393 aapg_af_854.html aapg_af_854.html:1310:188137:188154 Cypress Kentucky -0.490449479583778825 +12394 sedimentology_html_6425376816 sedimentology_html_6425376816:90:9771:9777 Toroweap Colorado -0.00914484248868216616 +12395 aapg_aa_756.html aapg_aa_756.html:365:40423:40453 Smackover Alabama -0.22417395946333929 +12396 aapg_ah_612.html aapg_ah_612.html:16:1739:1744 Yukon Victoria, British Columbia -0.0228978336199521272 +12397 cspg_html_5038387495 cspg_html_5038387495:62:4903:4915 Medicine Hat Regina, Saskatchewan -0.48777188725893289 +12398 aapg_aa_721.html aapg_aa_721.html:53:5830:5839 Sunnyside Spring Mountains -0.464820899663721254 +12399 aapg_ad_52.html aapg_ad_52.html:720:79052:79069 Michigan Mecosta County, Michigan -0.445998354490544591 +12400 aapg_ae_562.html aapg_ae_562.html:16:2350:2367 Kanawha Huntington, West Virginia -0.0346577090486229963 +12401 aapg_ah_100.html aapg_ah_100.html:73:6635:6665 Caseyville Illinois -0.00581963313965654701 +12402 gsa_html_5253952002 gsa_html_5253952002:638:64380:64408 Green River Colorado -0.00771674737466516297 +12403 palaios_html_3889678675 palaios_html_3889678675:308:28765:28783 Quinault Pacific Northwest -0.0392835092525669338 +12404 aapg_ah_189.html aapg_ah_189.html:306:30717:30728 Mount Simon Michigan -0.276348118272502108 +12405 cspg_html_7866293053 cspg_html_7866293053:22:2883:2891 Columbia Fall Creek Falls State Park -0.496166414713999471 +12406 cspg_html_5241714595 cspg_html_5241714595:587:87209:87214 Nisku Lacombe, Alberta -0.455279223830003521 +12407 cspg_html_5450075884 cspg_html_5450075884:514:60044:60066 Belly River Colorado -0.450595494357366455 +12408 cspg_html_5973552270 cspg_html_5973552270:88:12888:12907 Waterways Swan Hill, Victoria -0.131803225588074308 +12409 cspg_html_6252417471 cspg_html_6252417471:239:34446:34470 Kanguk Banks Island -0.00694885995532785496 +12410 aapg_ae_370.html aapg_ae_370.html:625:61949:61966 Keasey Cowlitz River -0.441459714368856782 +12411 aapg_aa_37.html aapg_aa_37.html:166:20244:20259 Supai Supai, Arizona -0.0611592028569035856 +12412 aapg_ah_516.html aapg_ah_516.html:312:21237:21246 San Pedro Royal Botanic Gardens, Kew -0.0119247384368411057 +12413 aapg_ad_918.html aapg_ad_918.html:484:54917:54925 Colorado Pueblo, Colorado -0.499631466627061815 +12414 gsa_html_8833777630 gsa_html_8833777630:102:11131:11149 Ogallala Eaton, Ohio -0.029932996517762829 +12415 cspg_html_3102530088 cspg_html_3102530088:39:5375:5387 Saskatchewan Lacombe, Alberta -0.0490927421425235155 +12416 aapg_ac_881.html aapg_ac_881.html:640:76128:76146 Winnipeg Williston, Vermont -0.393888397053198336 +12417 AMJC_html_4299960498 AMJC_html_4299960498:170:22111:22121 Ellensburg North Cascades National Park -0.48062584784091128 +12418 cspg_html_9222238695 cspg_html_9222238695:408:53798:53806 Columbia Victoria, British Columbia -0.0345376534934891677 +12419 palaios_html_5582845937 palaios_html_5582845937:342:35045:35053 Virginia Hampton, New Hampshire -0.480033015687554854 +12420 sedimentology_html_9607046159 sedimentology_html_9607046159:314:25083:25087 Hall London, Ontario -0.0329039831634222388 +12421 aapg_ad_2.html aapg_ad_2.html:982:136033:136041 Oak Hill Bennington, Vermont -0.495631319068842169 +12422 geology_html_6389404389 geology_html_6389404389:268:25183:25188 Rapid Earth -0.486682122398052641 +12423 cspg_html_9753247638 cspg_html_9753247638:565:57027:57055 Green River Logan, Utah 0.0102341887438569899 +12424 cspg_html_5593011953 cspg_html_5593011953:258:30752:30764 Saskatchewan Manitoba -0.472501057082917231 +12425 gsa_html_1024107776 gsa_html_1024107776:920:92824:92845 Mauch Chunk Huntington, West Virginia 0.0396072911881577006 +12426 cspg_html_4293350162 cspg_html_4293350162:978:98412:98420 Columbia Victoria, British Columbia -0.426503733834695087 +12427 aapg_ah_157.html aapg_ah_157.html:291:41931:41942 Mauch Chunk Pocono Raceway -0.458716143462152615 +12428 aapg_ah_972.html aapg_ah_972.html:381:38858:38875 Jackson Texas -0.0100621846511943919 +12429 cspg_html_8369994160 cspg_html_8369994160:26:2412:2420 Edmonton Lacombe, Alberta -0.463478914486847693 +12430 geology_html_5116367855 geology_html_5116367855:283:25703:25711 Columbia Slovakia -0.0357365290373708386 +12431 cspg_html_8089302449 cspg_html_8089302449:246:41729:41749 Dawson Bay Regina, Saskatchewan -0.0183873001701448657 +12432 aapg_ad_379.html aapg_ad_379.html:531:45540:45546 Chinle New Mexico -0.466132892839340118 +12433 aapg_ac_617.html aapg_ac_617.html:116:14614:14632 Oakville Navasota Independent School District 0.0134746328409381076 +12434 aapg_aa_906.html aapg_aa_906.html:19:2821:2841 Fort Union Colorado -0.0328900657953446335 +12435 aapg_ac_692.html aapg_ac_692.html:200:22345:22376 Ireton California -0.0544623025343825493 +12436 gsa_html_1124773713 gsa_html_1124773713:651:66096:66105 San Pedro Mexico -0.483173848714512189 +12437 cspg_html_7696663937 cspg_html_7696663937:161:21517:21532 Paskapoo Edmonton, London -0.0923578733734937291 +12438 gsa_html_3447147750 gsa_html_3447147750:1017:72900:72918 Red Bluff Alabama -0.47249414511500698 +12439 gsa_html_8319219146 gsa_html_8319219146:912:88227:88261 Lockatong Pennsylvania -0.0878100026334562994 +12440 gsa_html_3151431803 gsa_html_3151431803:157:20540:20556 Navajo Colorado Plateau -0.455387700672750584 +12441 aapg_ad_64.html aapg_ad_64.html:134:14479:14485 Wilcox Texas 0.0301573607145377044 +12442 cspg_html_4937997995 cspg_html_4937997995:1136:89414:89421 Jupiter Anticosti Island -0.4784100389871494 +12443 gsa_html_8418252599 gsa_html_8418252599:64:5392:5420 Green River Iran -0.0218270224173490179 +12444 gsa_html_7136430736 gsa_html_7136430736:441:49858:49871 Santa Barbara California -0.455229509631582041 +12445 cspg_html_1498300615 cspg_html_1498300615:103:12884:12889 Flume Lacombe, Alberta -0.0514667170766342913 +12446 aapg_ac_517.html aapg_ac_517.html:12:1283:1290 Gilwood Lacombe, Alberta -0.448377013151321557 +12447 aapg_ai_49.html aapg_ai_49.html:448:56921:56929 San Luis Colorado -0.436929900849743147 +12448 aapg_aa_645.html aapg_aa_645.html:390:43005:43025 Fort Union Fort Union Trading Post National Historic Site 0.00296016264892234697 +12449 gsa_html_7199417381 gsa_html_7199417381:525:52603:52620 White River Wisconsin -0.44721379024503416 +12450 aapg_aa_558.html aapg_aa_558.html:19:3421:3434 Abo New Mexico -0.463396817899322633 +12451 gsa_html_4431779557 gsa_html_4431779557:1005:81112:81138 Blackwater Draw New Mexico -0.0210726272729466063 +12452 aapg_ad_170.html aapg_ad_170.html:213:20794:20815 Bird Spring Reno, Nevada -0.000165031905109087207 +12453 cspg_html_3521815736 cspg_html_3521815736:41:7546:7557 Peace River Lacombe, Alberta -0.457582637906406409 +12454 gsa_html_4191208013 gsa_html_4191208013:535:45410:45416 Sierra Mexico -0.0301277931102772942 +12455 aapg_ae_885.html aapg_ae_885.html:185:17492:17508 Madison Leadville, Colorado -0.478326534516524793 +12456 cspg_html_1984085623 cspg_html_1984085623:740:77704:77720 Nisku Lacombe, Alberta -0.026705362044744569 +12457 aapg_ai_958.html aapg_ai_958.html:30:3039:3047 Oakville Cuero, Texas -0.456355529459316345 +12458 cspg_html_8581304260 cspg_html_8581304260:325:36495:36503 Columbia Victoria, British Columbia -0.464533160716817162 +12459 aapg_ai_501.html aapg_ai_501.html:101:9038:9051 Lone Mountain Reno, Nevada -0.0771943243117314826 +12460 cspg_html_6611173979 cspg_html_6611173979:286:28909:28924 Woodbend Middle East -0.486457311735010611 +12461 cspg_html_9780523405 cspg_html_9780523405:983:113570:113587 Muskwa Victoria, British Columbia -0.449811224417208722 +12462 cspg_html_1009749092 cspg_html_1009749092:533:63553:63569 Wapiti Canada -0.461128473443845555 +12463 aapg_aa_683.html aapg_aa_683.html:14:2459:2471 Dakota Colorado -0.392439623802960436 +12464 cspg_html_5241714595 cspg_html_5241714595:31:5134:5139 Nisku Regina, Saskatchewan -0.476093453364925034 +12465 geology_html_8441254585 geology_html_8441254585:273:24010:24015 Price Cambridge -0.0268931559198013828 +12466 aapg_ak_105.html aapg_ak_105.html:63:8739:8751 Iron Springs Gunlock, Utah -0.47596853330555533 +12467 gsa_html_8236729701 gsa_html_8236729701:603:52856:52876 Spences Bridge Victoria, British Columbia -0.474815026513922711 +12468 gsa_html_1266138577 gsa_html_1266138577:357:28971:28990 Harkless Salinas Valley -0.490016735996709807 +12469 gsa_html_9163589331 gsa_html_9163589331:1835:122180:122208 Green River Colorado -0.0342192516575154232 +12470 aapg_ac_333.html aapg_ac_333.html:241:30848:30852 Rico Hermosa, Chicago 0.00953054056718567397 +12471 cspg_html_7403344526 cspg_html_7403344526:449:47241:47257 Viking Lacombe, Alberta 0.00568412731897794451 +12472 aapg_ac_230.html aapg_ac_230.html:353:40327:40333 Sierra Sierra Nevada de Santa Marta -0.0165833779978511626 +12473 cspg_html_9023649778 cspg_html_9023649778:30:5102:5110 Columbia Victoria, British Columbia -0.467772185732027057 +12474 aapg_ae_917.html aapg_ae_917.html:233:24763:24768 Mt Lytton Colorado -0.456608964648804683 +12475 sedimentology_html_5280211633 sedimentology_html_5280211633:1898:130970:130974 Hall London, Ontario -0.462166276497962936 +12476 cspg_html_5955028331 cspg_html_5955028331:560:63460:63476 Viking Lacombe, Alberta -0.00949926761203980299 +12477 aapg_ah_779.html aapg_ah_779.html:368:68292:68300 Woodford Frisco, Texas 0.024684993322469706 +12478 aapg_af_129.html aapg_af_129.html:148:15498:15515 Minturn Colorado 0.0115702893064463536 +12479 aapg_ai_785.html aapg_ai_785.html:18:1960:1971 Beekmantown Ohio -0.44280960294495586 +12480 aapg_af_854.html aapg_af_854.html:606:82727:82743 Keokuk Missouri River -0.419699228406432479 +12481 aapg_ae_324.html aapg_ae_324.html:226:22957:22968 Beekmantown Blackford, Somerset -0.406218582002202511 +12482 geology_html_2276070502 geology_html_2276070502:274:24728:24746 White Rock New Mexico -0.0524011772686955382 +12483 cspg_html_6252417471 cspg_html_6252417471:132:20622:20644 Horton River Banks Island -0.457532796484121151 +12484 aapg_ac_680.html aapg_ac_680.html:88:7097:7110 Cotton Valley East Texas -0.456661018199272462 +12485 aapg_af_348.html aapg_af_348.html:409:45710:45730 Springhill Cullen, Moray -0.0165121278486362495 +12486 gsa_html_7580135520 gsa_html_7580135520:561:52246:52255 Fort Rock Salem, Oregon -0.48322516565543927 +12487 geology_html_8078039877 geology_html_8078039877:238:24970:24977 Jewett Silt San Francisco 0.00786094473747839077 +12488 cspg_html_2575903827 cspg_html_2575903827:163:19309:19319 Boyd Creek Indian Mountain State Park -0.487565545428885583 +12489 aapg_ac_986.html aapg_ac_986.html:494:60895:60900 Raton Denver -0.0088338543289246535 +12490 aapg_ai_38.html aapg_ai_38.html:56:5761:5779 Niobrara Niobrara, Nebraska -0.445157668105484183 +12491 aapg_ah_654.html aapg_ah_654.html:200:19485:19503 Gallatin Badwater Basin 1.07020236111542189 +12492 cspg_html_5484260516 cspg_html_5484260516:975:77225:77236 Banff Lacombe, Alberta 0.000564582905986352451 +12493 jgeology_html_6990146451 jgeology_html_6990146451:1176:71392:71400 Catskill Huntington, West Virginia -0.437960495533138761 +12494 aapg_ae_388.html aapg_ae_388.html:1722:109089:109109 Tuscaloosa Melbourne, Florida -0.468203119207894924 +12495 aapg_ai_184.html aapg_ai_184.html:116:11843:11859 Dakota Logan, Utah 0.0125259211045502007 +12496 aapg_ak_55.html aapg_ak_55.html:121:12844:12852 Somerset Fulton, Missouri -0.0312827215063834832 +12497 AMJC_html_3664856625 AMJC_html_3664856625:615:63599:63605 Denver Colorado -0.470085189955252725 +12498 cspg_html_4298557570 cspg_html_4298557570:77:12583:12591 Whitemud Lacombe, Alberta -0.447189152172129289 +12499 aapg_ad_303.html aapg_ad_303.html:257:28821:28839 Woodbine East Texas 0.00938112555861735607 +12500 cspg_html_7409170811 cspg_html_7409170811:292:44084:44101 Leatham Logan, Utah -0.483047901936257684 +12501 gsa_html_6143207195 gsa_html_6143207195:701:68596:68606 Washington Seattle -0.0264393249899875019 +12502 aapg_ac_807.html aapg_ac_807.html:825:81358:81376 Hawthorn Charleston, South Carolina -0.441226022634032489 +12503 gsa_html_7102550258 gsa_html_7102550258:225:23236:23253 Dolores Colorado -0.467980749597819323 +12504 aapg_aa_147.html aapg_aa_147.html:197:25379:25403 Stony Mountain Red River of the North -0.28926547231084343 +12505 cspg_html_4326384800 cspg_html_4326384800:1123:166232:166240 Duvernay Western world -0.0304773910336276765 +12506 cspg_html_1763727002 cspg_html_1763727002:429:47383:47409 Halfway Lacombe, Alberta -0.4597965726108596 +12507 aapg_ac_720.html aapg_ac_720.html:155:18826:18842 Tinton Closter, New Jersey -0.509863471384815359 +12508 aapg_ad_351.html aapg_ad_351.html:416:38605:38624 Northview Sedalia, Missouri -0.466842269540434285 +12509 gsa_html_6491840124 gsa_html_6491840124:1081:87588:87616 Green River New Mexico -0.0158621976007121031 +12510 aapg_af_751.html aapg_af_751.html:306:40565:40578 Santa Barbara Lompoc, California -0.000521153440822292734 +12511 gsa_html_6853870528 gsa_html_6853870528:920:68782:68810 Green River Colorado -0.0120741642534044936 +12512 aapg_ac_788.html aapg_ac_788.html:63:9425:9438 Barnett Montgomery (town), New York -0.137270691782960419 +12513 geology_html_7647446171 geology_html_7647446171:247:21801:21807 Cannon Michigan -0.418145109379014168 +12514 cspg_html_1925276454 cspg_html_1925276454:272:29811:29835 Athabasca Regina, Saskatchewan -0.48184068160181448 +12515 aapg_ad_785.html aapg_ad_785.html:31:4021:4028 Manitou Colorado Springs, Colorado -0.484534784604727431 +12516 cspg_html_5456368738 cspg_html_5456368738:123:15687:15704 Hare Indian Sault Ste. Marie, Ontario -0.0157388171484894208 +12517 cspg_html_6383234409 cspg_html_6383234409:596:62627:62647 Bird Fiord Half Moon Bay, California 0.00452191499750925936 +12518 sedimentology_html_6297400179 sedimentology_html_6297400179:1148:69739:69747 Columbia Lacombe, Alberta -0.0204677435827045166 +12519 jgeology_html_8079972963 jgeology_html_8079972963:189:12152:12177 Red Head Rapids Churchill River (Atlantic) -0.435926993396556828 +12520 aapg_ai_296.html aapg_ai_296.html:611:60578:60599 Tribes Hill Mohawk Valley -0.454052985518192231 +12521 aapg_ak_87.html aapg_ak_87.html:471:59571:59580 Horquilla Mogollon, New Mexico -0.5040380613457629 +12522 gsa_html_1636483297 gsa_html_1636483297:1022:85871:85882 Green River Cheyenne, Wyoming -0.0088338543289246535 +12523 cspg_html_7265197326 cspg_html_7265197326:11:1589:1602 Cherry Canyon China -0.458641287983651336 +12524 aapg_ai_1.html aapg_ai_1.html:340:29770:29785 Molas Colorado -0.45995556917210767 +12525 gsa_html_8774590177 gsa_html_8774590177:477:53561:53601 Laurentian Bennington, Vermont -0.465616092314337648 +12526 cspg_html_3008414459 cspg_html_3008414459:347:45576:45592 Mt Lytton Milk River, Alberta -0.472678482936493838 +12527 aapg_af_981.html aapg_af_981.html:601:60544:60565 Almond Cheyenne, Wyoming -0.469051848391689397 +12528 cspg_html_6772030443 cspg_html_6772030443:6:388:403 Pika Victoria, British Columbia -0.0162740496879429895 +12529 aapg_ad_15.html aapg_ad_15.html:79:7087:7108 Honey Creek Wichita Mountains -0.480602591853576067 +12530 aapg_ae_93.html aapg_ae_93.html:83:14466:14474 Columbia Lacombe, Alberta -0.440254051746647612 +12531 aapg_ae_319.html aapg_ae_319.html:711:60481:60487 Carmel Entrada Sandstone -0.451767539383647998 +12532 aapg_ai_340.html aapg_ai_340.html:349:41527:41548 Peratrovich Wales Island (British Columbia) -0.0514126754650784876 +12533 aapg_aa_702.html aapg_aa_702.html:560:98122:98130 Michigan Salina, Kansas -0.0544099822313272238 +12534 aapg_ah_489.html aapg_ah_489.html:220:18825:18832 Genesee Sherburne County, Minnesota -0.48062584784091128 +12535 aapg_aa_15.html aapg_aa_15.html:234:32668:32676 Whitsett Whitsett, North Carolina -0.440354093294291316 +12536 gsa_html_5158209975 gsa_html_5158209975:697:63239:63248 Red River Shreveport, Louisiana -0.46944207930236781 +12537 aapg_af_18.html aapg_af_18.html:90:10885:10904 Newcastle Cheyenne, Wyoming -0.4597920302667165 +12538 geology_html_3251308521 geology_html_3251308521:12:602:608 Reston Virginia -0.471405039658470026 +12539 cspg_html_5950764790 cspg_html_5950764790:504:56358:56373 Nisku Lacombe, Alberta -0.458784199315796892 +12540 gsa_html_6904204997 gsa_html_6904204997:163:13453:13481 Green River Colorado -0.0272061513057389563 +12541 aapg_af_624.html aapg_af_624.html:30:4320:4338 Sundance Cheyenne, Wyoming -0.143966290656527135 +12542 AMJC_html_6759408618 AMJC_html_6759408618:372:38724:38744 Snake Hill Dauphin, Pennsylvania -0.448287309474040385 +12543 cspg_html_3354282978 cspg_html_3354282978:515:66393:66410 Wabamun Swan Hill, Victoria -0.0200714512738383588 +12544 gsa_html_7808051457 gsa_html_7808051457:835:80083:80091 Colorado Colorado -0.00696275827002107526 +12545 aapg_af_188.html aapg_af_188.html:176:19642:19656 Colorado Colorado -0.46328736756315686 +12546 gsa_html_4435818803 gsa_html_4435818803:846:70576:70604 Green River Colorado -0.0644107621385268531 +12547 palaios_html_3207778962 palaios_html_3207778962:516:61167:61186 Fox Hills Cheyenne, Wyoming 0.0136205912894358499 +12548 aapg_ac_316.html aapg_ac_316.html:124:13491:13503 Seven Rivers Guadalupe Mountains National Park -0.452927573923113447 +12549 aapg_ac_211.html aapg_ac_211.html:9:1411:1428 Rundle Lacombe, Alberta -0.0420064113899637007 +12550 aapg_ad_2.html aapg_ad_2.html:1211:165365:165373 Loysburg Bellefonte, Pennsylvania -0.454143259443463898 +12551 aapg_ah_644.html aapg_ah_644.html:385:46032:46039 Eastend Regina, Saskatchewan -0.473815322787249471 +12552 palaios_html_3022467877 palaios_html_3022467877:314:33934:33953 Hornerstown Navesink River -0.455211432419709627 +12553 aapg_ad_757.html aapg_ad_757.html:237:28685:28695 Kinderhook Chattanooga, Tennessee -0.0391129188633264693 +12554 gsa_html_2238682854 gsa_html_2238682854:912:85270:85298 Green River Colorado -0.0221155785118801462 +12555 cspg_html_8509913074 cspg_html_8509913074:586:71017:71027 Pine Point Canada 0.00528282321699887012 +12556 aapg_ah_888.html aapg_ah_888.html:38:5383:5396 Barnett Texas -0.452887004013691252 +12557 aapg_aa_46.html aapg_aa_46.html:306:34250:34256 Chinle Phoenix, Arizona -0.375847542114141397 +12558 aapg_ae_875.html aapg_ae_875.html:345:40441:40456 Coamo Puerto Rico -0.0636597082590081992 +12559 cspg_html_9894399778 cspg_html_9894399778:75:6924:6934 Bow Island Lacombe, Alberta -0.482989599489924148 +12560 aapg_ah_301.html aapg_ah_301.html:776:93506:93528 Seven Rivers New Mexico 0.0250483611716524161 +12561 cspg_html_6985536436 cspg_html_6985536436:734:95331:95347 Kanguk Banks Island -0.300042132791311589 +12562 cspg_html_7989435905 cspg_html_7989435905:98:11652:11672 Blackstone James River (Dakotas) -0.466842269540434285 +12563 aapg_ac_9.html aapg_ac_9.html:130:13203:13209 Salina Michigan -0.483897233884893974 +12564 cspg_html_8818854104 cspg_html_8818854104:67:10081:10089 Columbia Victoria, British Columbia -0.0224076161552878329 +12565 gsa_html_1217771406 gsa_html_1217771406:737:70679:70689 Santa Cruz Anacapa Island -0.0303556393986496656 +12566 aapg_ac_628.html aapg_ac_628.html:270:43422:43442 North Horn North Horn Formation -0.0331684163736417556 +12567 palaios_html_2223085265 palaios_html_2223085265:392:40210:40230 Toro Chile -0.460946527021081187 +12568 aapg_af_666.html aapg_af_666.html:461:38917:38935 Frontier Cheyenne, Wyoming -0.041236814250852856 +12569 aapg_ai_49.html aapg_ai_49.html:386:49618:49632 Ingleside Laramie, Wyoming -0.0866062449065315432 +12570 gsa_html_1119256423 gsa_html_1119256423:603:55538:55565 White River Bellevue, Nebraska 0.0243407580667691185 +12571 geology_html_3254229750 geology_html_3254229750:170:21361:21378 Marjum Great Basin -0.0437965911337355185 +12572 aapg_ah_130.html aapg_ah_130.html:94:7346:7353 Edwards County Sligo -0.435661502416701596 +12573 cspg_html_2253842195 cspg_html_2253842195:195:26526:26543 Sikanni Caldwell, New Jersey -0.49293261121873766 +12574 gsa_html_9310053579 gsa_html_9310053579:824:69410:69420 Washington Washington (state) -0.452382285720717148 +12575 geology_html_3363667765 geology_html_3363667765:15:862:870 Columbia Victoria, British Columbia -0.437049524484892205 +12576 gsa_html_7635660482 gsa_html_7635660482:476:40412:40430 Morrison Asturias 0.966200808825746105 +12577 aapg_ah_370.html aapg_ah_370.html:642:50915:50927 Norway Point Moscow -0.111704310166658521 +12578 palaios_html_1642974188 palaios_html_1642974188:12:452:458 Oxford Ohio -0.0345846315968630358 +12579 cspg_html_5688447798 cspg_html_5688447798:27:5481:5509 Disappointment Bay Ellesmere Island -0.038242606390143298 +12580 aapg_ak_64.html aapg_ak_64.html:207:20127:20133 Moscow Idel-Ural -0.0271922402503122773 +12581 AMJC_html_7141186441 AMJC_html_7141186441:1917:169285:169292 Laramie Cheyenne, Wyoming -0.139287440165683812 +12582 gsa_html_8638560961 gsa_html_8638560961:344:41992:42002 Bear River East Asia -0.4864081422828892 +12583 jgeology_html_7743775272 jgeology_html_7743775272:254:18447:18476 Salem Bloomington, Indiana -0.471464870791560964 +12584 aapg_ad_880.html aapg_ad_880.html:567:52682:52692 Minnekahta Spearfish, South Dakota -0.494609426466897539 +12585 aapg_ai_951.html aapg_ai_951.html:100:14682:14699 Ivishak Anchorage, Alaska -0.0243946529781233976 +12586 gsa_html_8236729701 gsa_html_8236729701:13:728:738 Washington Seattle -0.0164009085472750712 +12587 aapg_ah_467.html aapg_ah_467.html:243:22202:22215 Turner Valley Anglesey -0.476449805414249639 +12588 aapg_aa_71.html aapg_aa_71.html:290:25192:25195 Elk Luzerne County, Pennsylvania -0.0326639109248070408 +12589 aapg_aa_45.html aapg_aa_45.html:108:13050:13068 Moenkopi Logan, Utah 0.376837550123350462 +12590 aapg_ac_741.html aapg_ac_741.html:228:24997:25005 Colorado Nebraska -0.129108029727497658 +12591 palaios_html_6281622578 palaios_html_6281622578:180:16704:16729 Poleta Reno, Nevada -0.508977896318609679 +12592 aapg_aa_995.html aapg_aa_995.html:39:4233:4244 Lakota Cheyenne, Wyoming -0.0131340660726573313 +12593 geology_html_2777204669 geology_html_2777204669:226:21157:21163 Jordan Earth -0.457501080653503367 +12594 cspg_html_3883962749 cspg_html_3883962749:611:58525:58533 Montreal Lacombe, Alberta -0.0181578911851415607 +12595 aapg_ad_786.html aapg_ad_786.html:102:10763:10781 Wilberns Pedernales Province -0.0514492842552477722 +12596 aapg_ac_613.html aapg_ac_613.html:45:6686:6706 Mesaverde Colorado -0.431256465733329653 +12597 aapg_ah_829.html aapg_ah_829.html:183:21839:21847 Colorado Colorado -0.47944058990843208 +12598 cspg_html_5904948553 cspg_html_5904948553:640:59108:59126 Monterey California -0.456371367070690814 +12599 cspg_html_9290046117 cspg_html_9290046117:808:95200:95220 Mississagi Blind River (Ontario) -0.487075683437370066 +12600 aapg_ad_812.html aapg_ad_812.html:74:10086:10108 Wingate Logan, Utah -0.501602970255366709 +12601 aapg_aa_24.html aapg_aa_24.html:220:22545:22554 Copes Bay Ellesmere Island -0.220352177307775093 +12602 aapg_ad_68.html aapg_ad_68.html:170:9429:9438 Allegheny Pottsville, Pennsylvania -0.475196277624828634 +12603 gsa_html_8790534402 gsa_html_8790534402:59:3346:3374 Green River New Mexico -0.0206224389359462197 +12604 cspg_html_3634181348 cspg_html_3634181348:527:48169:48181 Rockwell Bennington, Vermont -0.449541717141150321 +12605 cspg_html_3521815736 cspg_html_3521815736:16:2266:2288 Charlie Lake Western world -0.44255997020698512 +12606 aapg_ad_27.html aapg_ad_27.html:137:10555:10572 Shakopee Fountain, Colorado -0.45954677788095788 +12607 aapg_ah_160.html aapg_ah_160.html:85:12363:12369 Salina Guelph -0.0122896166911195832 +12608 aapg_ae_324.html aapg_ae_324.html:826:82900:82907 Wardell Virginia 0.341271030298995026 +12609 cspg_html_4404071326 cspg_html_4404071326:468:49726:49767 Albert New Brunswick, New Jersey -0.478488911708928044 +12610 aapg_af_429.html aapg_af_429.html:34:2835:2840 Welsh Atoka, Oklahoma -0.45644603384473742 +12611 gsa_html_9911071626 gsa_html_9911071626:12:492:498 Reston Virginia -0.0111724073673319709 +12612 cspg_html_2585769771 cspg_html_2585769771:439:59700:59708 Columbia Victoria, British Columbia -0.476172115937115059 +12613 aapg_af_837.html aapg_af_837.html:98:10412:10428 Bethel Salem, Massachusetts -0.00436382766958571481 +12614 palaios_html_3036115408 palaios_html_3036115408:553:53965:53983 Judith River Lacombe, Alberta -0.412875270414091666 +12615 aapg_ad_947.html aapg_ad_947.html:934:93776:93784 Colorado Mesa, Arizona -0.0339634929094720234 +12616 aapg_aa_701.html aapg_aa_701.html:75:8688:8705 Guelph Salina, Kansas -0.479459169650376604 +12617 cspg_html_7281679890 cspg_html_7281679890:206:33406:33431 Mackenzie Middle Ordovician -0.436225760714651634 +12618 aapg_ai_444.html aapg_ai_444.html:259:23982:23994 Fayetteville Atoka, Oklahoma -0.0326639109248070408 +12619 gsa_html_7808051457 gsa_html_7808051457:91:8609:8617 Colorado Colorado -0.477234757760444439 +12620 aapg_ad_69.html aapg_ad_69.html:110:7754:7762 Niobrara Niobrara, Nebraska -0.420134393777613191 +12621 cspg_html_7963093032 cspg_html_7963093032:391:39247:39259 Beaver Mines Bow Island Airport 0.740510011584607386 +12622 cspg_html_9970905394 cspg_html_9970905394:81:8764:8782 Read Bay Little Cornwallis Island -0.038712565483401136 +12623 sedimentology_html_7390870545 sedimentology_html_7390870545:1289:90964:90981 Bearpaw Canada 0.00285245641142386911 +12624 cspg_html_6140605204 cspg_html_6140605204:597:62840:62855 Grassy Mountain Lacombe, Alberta -0.0489655236632166313 +12625 gsa_html_4118838513 gsa_html_4118838513:727:68067:68095 Green River Colorado -0.026705362044744569 +12626 gsa_html_2758185504 gsa_html_2758185504:826:66734:66754 Hell Creek Williston Basin -0.431086943566786673 +12627 cspg_html_2420029771 cspg_html_2420029771:976:95746:95780 Beekmantown Canada -0.458750170743803365 +12628 gsa_html_9069239422 gsa_html_9069239422:601:60886:60895 San Diego California -0.00436035322610329925 +12629 palaios_html_7995532398 palaios_html_7995532398:842:79710:79719 Porcupine Washington (state) -0.477204643263094197 +12630 sedimentology_html_7783871075 sedimentology_html_7783871075:556:50306:50330 Scripps California -0.0330222814746261376 +12631 aapg_ad_64.html aapg_ad_64.html:165:17174:17186 Wilcox Shreveport, Louisiana -0.478767343423892489 +12632 gsa_html_3069013284 gsa_html_3069013284:600:61763:61794 Chinle Colorado -0.429947310326277143 +12633 aapg_ac_983.html aapg_ac_983.html:394:61790:61794 Iola Wyandotte, Michigan -0.0531544123709719873 +12634 aapg_af_143.html aapg_af_143.html:372:36123:36144 Ohanapecosh Washington (state) -0.0383226719059837143 +12635 gsa_html_3818307499 gsa_html_3818307499:452:45917:45929 Owens Valley California -0.240379680101939081 +12636 aapg_ac_408.html aapg_ac_408.html:85:8941:8945 Frio Oakville, California -0.0181770085033734277 +12637 aapg_aa_643.html aapg_aa_643.html:225:24577:24591 Knoxville Central Valley (California) -0.453292784807282967 +12638 cspg_html_7552198061 cspg_html_7552198061:128:15471:15488 Madison Cheyenne, Wyoming -0.47829406272822006 +12639 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40571:40578 Potomac Bass River Township, New Jersey -0.471464870791560964 +12640 gsa_html_5773931818 gsa_html_5773931818:1190:119168:119175 Laramie Cheyenne, Wyoming -0.457501080653503367 +12641 aapg_af_397.html aapg_af_397.html:98:11868:11875 Todilto Entrada Sandstone -0.00138974352800571069 +12642 gsa_html_8433482071 gsa_html_8433482071:578:48176:48205 Frontier Cheyenne, Wyoming -0.00979636169170332825 +12643 gsa_html_2989317971 gsa_html_2989317971:970:97436:97446 Washington Boise, Idaho -0.452909542628234352 +12644 AMJC_html_4299960498 AMJC_html_4299960498:664:82253:82272 Wenatchee Washington (state) -0.451812561628617604 +12645 cspg_html_3664126562 cspg_html_3664126562:23:3483:3489 Viking Colorado -0.486794549910148755 +12646 aapg_ah_685.html aapg_ah_685.html:359:39447:39453 Walker Logan, Utah -0.457501080653503367 +12647 aapg_aa_898.html aapg_aa_898.html:283:33242:33259 Colton North Horn Formation -0.450878806444675151 +12648 aapg_ah_318.html aapg_ah_318.html:1142:117153:117170 Hosston Mississippi River 0.362195336104713439 +12649 palaios_html_3706035501 palaios_html_3706035501:595:74266:74284 Judith River Lacombe, Alberta -0.0315888654763454985 +12650 aapg_af_751.html aapg_af_751.html:930:106733:106751 San Onofre Breccia Baja California peninsula -0.0473815661889043852 +12651 aapg_ae_575.html aapg_ae_575.html:605:46572:46576 Vail North Atlantic Current -0.451733774163315116 +12652 gsa_html_8881958017 gsa_html_8881958017:589:55137:55145 Columbia Victoria, British Columbia -0.450707909241451543 +12653 aapg_af_999.html aapg_af_999.html:458:60685:60705 Toro Chile -0.486735992068403789 +12654 aapg_ac_419.html aapg_ac_419.html:901:101673:101693 Enrage Quebec City -0.0548494850698933514 +12655 palaios_html_6956866368 palaios_html_6956866368:599:64272:64286 Naco Arizona -0.464419004431934179 +12656 aapg_ad_958.html aapg_ad_958.html:1029:106853:106858 Salem Comanche County, Oklahoma 0.00039260223837717193 +12657 cspg_html_4409656292 cspg_html_4409656292:778:80662:80679 Cardium Victoria, British Columbia -0.0239565449099976777 +12658 aapg_ac_148.html aapg_ac_148.html:77:13658:13676 Anacacho Uvalde, Texas 0.690435309937187491 +12659 aapg_aa_357.html aapg_aa_357.html:414:38996:39013 Wingate Dolores, Colorado -0.0768091337039422117 +12660 aapg_af_738.html aapg_af_738.html:134:19191:19202 Stony Creek Platina, California 0.0241495195679644788 +12661 aapg_ac_602.html aapg_ac_602.html:76:5990:6005 Nopah Providence Mountains State Recreation Area 0.0239617604101210226 +12662 cspg_html_4143222666 cspg_html_4143222666:716:65877:65896 Niobrara Lacombe, Alberta -0.0152852690750857109 +12663 aapg_ad_918.html aapg_ad_918.html:98:13465:13481 Dakota Cheyenne, Wyoming 0.0255908213904138954 +12664 cspg_html_9344966639 cspg_html_9344966639:11:1058:1063 Yukon Russia -0.0566548826845970285 +12665 gsa_html_3069013284 gsa_html_3069013284:529:56960:56978 Kayenta Arizona -0.425363011053494167 +12666 cspg_html_4717886670 cspg_html_4717886670:1015:96757:96770 Paskapoo Lacombe, Alberta 0.00968516832119581395 +12667 aapg_ah_831.html aapg_ah_831.html:23:3387:3407 Tuscaloosa Spain -0.411657696219220992 +12668 aapg_aa_800.html aapg_aa_800.html:146:14445:14461 Navajo Logan, Utah -0.0607000731941202479 +12669 aapg_ai_410.html aapg_ai_410.html:123:13229:13245 Elbert Colorado -0.476324834178458445 +12670 cspg_html_9439353033 cspg_html_9439353033:709:55861:55866 Salem Northeastern Brazil restingas 0.00493363837188221747 +12671 gsa_html_5081991493 gsa_html_5081991493:1551:111439:111460 Green River Cheyenne, Wyoming -0.470567831774721834 +12672 aapg_ad_466.html aapg_ad_466.html:1058:113373:113383 Vincentown Maryland -0.0593560470104907562 +12673 aapg_ah_335.html aapg_ah_335.html:182:23606:23615 New River Monongahela, Pennsylvania -0.436965343294064001 +12674 gsa_html_8073290810 gsa_html_8073290810:877:78260:78288 Green River Colorado -0.0350022236580636789 +12675 aapg_ae_474.html aapg_ae_474.html:1342:141896:141905 Roubidoux Missouri River 0.38281598718121479 +12676 aapg_ae_28.html aapg_ae_28.html:927:68083:68090 St Marys Ohio -0.414094356996746848 +12677 jgeology_html_8064855537 jgeology_html_8064855537:191:11215:11229 Cedar Mountain Logan, Utah 0.665117019055666003 +12678 gsa_html_5508128855 gsa_html_5508128855:14:573:579 Dayton Ohio -0.0399972367301592718 +12679 aapg_ai_366.html aapg_ai_366.html:26:2940:2954 Columbia Beaumont, Texas -0.0334258967197983703 +12680 aapg_ae_135.html aapg_ae_135.html:21:2059:2068 Cockfield Paluxy, Texas -0.016748470666176702 +12681 cspg_html_6255491344 cspg_html_6255491344:174:26019:26032 Mist Mountain Lacombe, Alberta -0.44505934010721393 +12682 aapg_ae_222.html aapg_ae_222.html:55:7444:7462 Wolfcamp Texas 0.00762640707542289447 +12683 jgeology_html_4121584613 jgeology_html_4121584613:141:9800:9818 Beaumont Texas -0.468054102450840448 +12684 aapg_ak_73.html aapg_ak_73.html:402:34930:34950 Wilcox Texas -0.478488911708928044 +12685 gsa_html_5075010514 gsa_html_5075010514:69:3905:3933 Green River New Mexico -0.440247382693200906 +12686 cspg_html_8891363498 cspg_html_8891363498:136:13563:13583 Stuart Bathurst Island (Northern Territory) -0.0163765793969107044 +12687 aapg_ah_751.html aapg_ah_751.html:40:3627:3636 Boquillas Coahuila -0.0297260284355998494 +12688 aapg_ac_213.html aapg_ac_213.html:588:52376:52386 Blackstone Cheyenne, Wyoming -0.026705362044744569 +12689 aapg_ai_49.html aapg_ai_49.html:239:28694:28711 Wingate Arizona -0.0693701827807775562 +12690 aapg_ae_711.html aapg_ae_711.html:170:20456:20489 Hartshorne Arkoma, Oklahoma -0.217928518886486039 +12691 gsa_html_3380395839 gsa_html_3380395839:427:44096:44101 Yukon Victoria, British Columbia -0.0292460145715184028 +12692 aapg_ad_944.html aapg_ad_944.html:50:5302:5330 Spearfish Williston, Vermont -0.18827734965922252 +12693 aapg_ad_466.html aapg_ad_466.html:1179:125812:125820 Virginia Maryland 0.00801209183604277911 +12694 aapg_ad_466.html aapg_ad_466.html:1439:152838:152848 Vincentown Chesapeake Bay -0.0804731871776575569 +12695 gsa_html_3646882130 gsa_html_3646882130:197:18775:18781 Oregon Boise, Idaho -0.454143259443463898 +12696 gsa_html_2023933346 gsa_html_2023933346:104:9817:9826 Silverado Santiago 0.913055224337899318 +12697 aapg_ae_916.html aapg_ae_916.html:303:34539:34553 Colorado Cut Bank, Montana -0.45412746085651301 +12698 cspg_html_4498577775 cspg_html_4498577775:39:5468:5477 Gog Mount Assiniboine Provincial Park -0.480728181628129914 +12699 cspg_html_6140605204 cspg_html_6140605204:115:17040:17055 Kootenay Elbow River -0.491075466427918716 +12700 aapg_ad_580.html aapg_ad_580.html:485:63975:63986 Sparta Arkansas -0.360976113199369342 +12701 aapg_ai_996.html aapg_ai_996.html:1535:69470:69487 Raritan Closter, New Jersey 0.939053443992534431 +12702 palaios_html_2048556014 palaios_html_2048556014:781:72932:72951 Conasauga Alabama 0.717450709856990443 +12703 cspg_html_8509913074 cspg_html_8509913074:67:12038:12054 Guelph Lockport (city), New York -0.450595494357366455 +12704 aapg_ah_289.html aapg_ah_289.html:442:59354:59379 Buena Vista Lost Hills Oil Field -0.0227413796680306819 +12705 cspg_html_8312989046 cspg_html_8312989046:707:79283:79289 Sustut Victoria, British Columbia -0.48294529227432792 +12706 aapg_ad_81.html aapg_ad_81.html:1377:208162:208180 Nonesuch Michigan -0.307258404955144393 +12707 cspg_html_3008414459 cspg_html_3008414459:515:61842:61874 Provincial Lacombe, Alberta -0.0301590999875516533 +12708 cspg_html_3709565413 cspg_html_3709565413:193:22256:22261 Logan Perth, Western Australia -0.0327735084996737119 +12709 aapg_af_789.html aapg_af_789.html:73:10734:10748 Port Ewen Closter, New Jersey -0.0227396412990933557 +12710 geology_html_8596179481 geology_html_8596179481:303:24050:24058 Rockwell Los Angeles -0.446078886082885928 +12711 cspg_html_9735723617 cspg_html_9735723617:257:32525:32533 Bathurst Melville, New York -0.0460783921822131154 +12712 palaios_html_1834763898 palaios_html_1834763898:514:50572:50613 Noonday Dolomite Death Valley -0.247295338348013705 +12713 aapg_ai_17.html aapg_ai_17.html:250:21288:21294 Wilcox Texas -0.437960495533138761 +12714 sedimentology_html_3417381350 sedimentology_html_3417381350:688:56526:56534 Monterey Monterey, California 0.920927071818392728 +12715 aapg_aa_124.html aapg_aa_124.html:532:54517:54523 Viking Colorado -0.400241519065939633 +12716 aapg_ae_337.html aapg_ae_337.html:233:19659:19670 Bedford Texas -0.0317836884462165403 +12717 cspg_html_9346298272 cspg_html_9346298272:138:15477:15482 Liard Liard River, British Columbia -0.444036457876645585 +12718 sedimentology_html_6688819115 sedimentology_html_6688819115:1231:105231:105264 Elephant Canyon Logan, Utah -0.0766830778747370212 +12719 aapg_ah_644.html aapg_ah_644.html:154:17916:17931 Piper Regina, Saskatchewan -0.49526215931685702 +12720 aapg_ah_632.html aapg_ah_632.html:199:27203:27211 Virginia Virginia -0.479552074346371926 +12721 aapg_ah_158.html aapg_ah_158.html:81:14635:14641 Cutter Silver City, New Mexico 0.0240069614835913062 +12722 aapg_af_683.html aapg_af_683.html:693:69183:69187 Java Philippines -0.0471585481986489807 +12723 cspg_html_8250755331 cspg_html_8250755331:679:70982:70998 Eagle Lacombe, Alberta -0.0325612728688678896 +12724 cspg_html_9501006975 cspg_html_9501006975:427:49154:49166 Dunvegan Lacombe, Alberta -0.446078886082885928 +12725 aapg_ae_236.html aapg_ae_236.html:39:3696:3707 Black Creek Black Creek (Toronto) -0.0281764822525999194 +12726 cspg_html_4072152826 cspg_html_4072152826:710:85168:85183 Skoki Mons -0.431298300553942027 +12727 aapg_ae_319.html aapg_ae_319.html:572:48852:48872 Twin Creek Carmel, Indiana -0.108553327647313264 +12728 AMJC_html_7984049819 AMJC_html_7984049819:13:753:761 Colorado Denver -0.458865873154244486 +12729 sedimentology_html_3520882612 sedimentology_html_3520882612:774:63543:63547 Hall London, Ontario -0.0425949712561439139 +12730 palaios_html_5559953923 palaios_html_5559953923:47:5010:5024 Indian Springs Cotopaxi, Colorado -0.489913286480908206 +12731 aapg_ah_198.html aapg_ah_198.html:529:67629:67638 San Diego California -0.0257872942551229771 +12732 cspg_html_3135622409 cspg_html_3135622409:16:2278:2284 Belloy Wood River (Oregon) -0.457492019193031785 +12733 aapg_ac_629.html aapg_ac_629.html:149:20532:20538 Lissie Beaumont, Texas -0.0663325030633102053 +12734 aapg_aa_145.html aapg_aa_145.html:359:38023:38055 Lewes River Nelson, New Zealand -0.440814423285003532 +12735 aapg_ac_741.html aapg_ac_741.html:16:2673:2690 White River White River (Washington) -0.152544740520028754 +12736 aapg_ae_15.html aapg_ae_15.html:583:51517:51527 York River Portland, Maine -0.0720684585345776896 +12737 jgeology_html_1443949870 jgeology_html_1443949870:478:35662:35667 Bluff Stuart Island (Washington) -0.443755252554939694 +12738 cspg_html_7688587411 cspg_html_7688587411:130:13996:14017 Fish Scales Lacombe, Alberta -0.0733087637528969799 +12739 cspg_html_7310162886 cspg_html_7310162886:604:83041:83060 Neruokpuk Anchorage, Alaska -0.0205233642338861627 +12740 aapg_aa_78.html aapg_aa_78.html:208:15209:15217 Michigan Monroe County, Florida -0.469189557204259144 +12741 aapg_ai_287.html aapg_ai_287.html:119:14724:14762 Santiago San Joaquin Hills (Laguna Niguel, California) -0.0570474245850990103 +12742 aapg_ad_440.html aapg_ad_440.html:79:9332:9342 Greenbrier Huntington, West Virginia -0.416233588263895504 +12743 aapg_ae_324.html aapg_ae_324.html:1112:110683:110691 Moccasin Virginia 0.0190633765354167699 +12744 aapg_ac_440.html aapg_ac_440.html:388:51589:51596 El Abra Mexico -0.0539548121915135528 +12745 aapg_af_128.html aapg_af_128.html:505:44682:44690 Colorado Denver -0.458822766590828601 +12746 aapg_ai_527.html aapg_ai_527.html:28:2767:2776 Mesaverde Kirtland, Ohio -0.0228978336199521272 +12747 aapg_ac_380.html aapg_ac_380.html:421:49921:49927 Seneca Onondaga (tribe) -0.105045574172719341 +12748 aapg_ae_187.html aapg_ae_187.html:88:8727:8738 Logan Ohio -0.444625928203921772 +12749 jgeology_html_8064855537 jgeology_html_8064855537:250:17239:17263 Cedar Mountain Logan, Utah -0.466718659783226908 +12750 aapg_ai_357.html aapg_ai_357.html:181:20276:20281 Indio Carrizo Plain -0.461001107058420345 +12751 aapg_ah_318.html aapg_ah_318.html:1911:175838:175858 La Casita Chihuahua (state) -0.451787799117909672 +12752 aapg_ai_364.html aapg_ai_364.html:75:9428:9437 Allegheny Hartshorne, Oklahoma 0.00313388258007131059 +12753 cspg_html_7086880709 cspg_html_7086880709:139:15542:15562 Bear Rock Mackenzie River -0.00229308019174294993 +12754 aapg_ah_642.html aapg_ah_642.html:18:1609:1627 Galisteo New Mexico -0.0237792189309356042 +12755 gsa_html_8064738025 gsa_html_8064738025:329:33586:33601 Rapid California -0.45995556917210767 +12756 aapg_ai_468.html aapg_ai_468.html:300:37331:37350 Cotton Valley Bossier City, Louisiana -0.0321089803604246438 +12757 aapg_aa_598.html aapg_aa_598.html:89:9641:9653 Red Mountain Cheyenne, Wyoming -0.44961357796588941 +12758 cspg_html_1818321956 cspg_html_1818321956:93:11729:11740 Blind Fiord Canadian Arctic Archipelago -0.464953382280686722 +12759 aapg_aa_381.html aapg_aa_381.html:4:444:452 Vaqueros Rancho Santa Margarita, California -0.417673931766760265 +12760 aapg_ah_271.html aapg_ah_271.html:81:9946:9959 Cotton Valley Houston -0.379359463556636634 +12761 cspg_html_8840748783 cspg_html_8840748783:78:13788:13806 Kaskapau Pine River (Michigan) -0.418212439133958891 +12762 aapg_ad_784.html aapg_ad_784.html:468:50170:50176 Elwood Ojai, California -0.00504308419121407819 +12763 geology_html_1668394540 geology_html_1668394540:69:6400:6412 Owens Valley Fish Lake Valley, Nevada -0.454068782805138071 +12764 cspg_html_5381643866 cspg_html_5381643866:92:11687:11695 Columbia Victoria, British Columbia -0.0208414480796128843 +12765 palaios_html_9041058007 palaios_html_9041058007:656:49620:49639 Bellevue Cincinnati -0.133122423316004518 +12766 sedimentology_html_3865745685 sedimentology_html_3865745685:1802:118900:118919 Athabasca Lacombe, Alberta -0.481870957939069144 +12767 cspg_html_7817594878 cspg_html_7817594878:408:58178:58212 Kootenay Victoria, British Columbia 0.36313380236373749 +12768 aapg_ah_48.html aapg_ah_48.html:34:4580:4586 Denver Williston, Vermont -0.502736072390667199 +12769 cspg_html_1019614994 cspg_html_1019614994:460:78714:78724 Big Valley Lacombe, Alberta -0.467950951742638677 +12770 sedimentology_html_3152067090 sedimentology_html_3152067090:1404:58733:58742 Lancaster Owens Lake -0.471340610693628537 +12771 aapg_af_653.html aapg_af_653.html:657:75605:75612 Temblor California -0.426503733834695087 +12772 sedimentology_html_9247485319 sedimentology_html_9247485319:33:2054:2062 Edmonton Canada -0.0378509909163746716 +12773 aapg_ah_858.html aapg_ah_858.html:23:3269:3274 Peten Guatemala -0.00365504393340889116 +12774 aapg_ae_872.html aapg_ae_872.html:339:38628:38636 Virginia Melbourne, Florida -0.052523223879062067 +12775 sedimentology_html_1905463017 sedimentology_html_1905463017:840:55100:55110 Washington Seattle -0.458641287983651336 +12776 cspg_html_8353857977 cspg_html_8353857977:508:48559:48568 Rochester Rochester, Kent -0.447153316157111791 +12777 aapg_ai_49.html aapg_ai_49.html:337:42736:42742 Dakota Colorado -0.00952011624606233578 +12778 aapg_ai_985.html aapg_ai_985.html:167:14384:14390 Perija Venezuela -0.443732938342886629 +12779 gsa_html_7782714579 gsa_html_7782714579:231:18878:18888 Deer Creek Western world -0.0106233727047021498 +12780 cspg_html_5563319344 cspg_html_5563319344:10:1099:1108 Lone Rock Lloydminster -0.0637889525915207728 +12781 cspg_html_9018334227 cspg_html_9018334227:416:56631:56639 Columbia Victoria, British Columbia -0.0268166470016257402 +12782 gsa_html_9613801428 gsa_html_9613801428:655:73325:73353 Talkeetna Talkeetna, Alaska -0.449575401198261781 +12783 aapg_aa_998.html aapg_aa_998.html:132:13771:13779 Sycamore Texas -0.0410313671820840969 +12784 cspg_html_9161888567 cspg_html_9161888567:450:63577:63594 Cardium Lacombe, Alberta -0.451767539383647998 +12785 aapg_ad_564.html aapg_ad_564.html:371:35758:35771 Barnett Texas -0.416884081895734226 +12786 cspg_html_3521815736 cspg_html_3521815736:371:52044:52052 Columbia Victoria, British Columbia -0.0820784159640906147 +12787 cspg_html_2083823293 cspg_html_2083823293:472:50772:50786 Kootenay Western world -0.428809045611172668 +12788 aapg_ae_981.html aapg_ae_981.html:447:39232:39252 Brownsport Missouri River -0.46809765859229685 +12789 aapg_ae_391.html aapg_ae_391.html:471:43780:43787 Rustler Western world -0.490524761849640001 +12790 gsa_html_9597147043 gsa_html_9597147043:1263:102578:102583 Yukon Arctic Cordillera -0.473653815287124913 +12791 sedimentology_html_8230868664 sedimentology_html_8230868664:405:30789:30805 Navajo Logan, Utah -0.482963947665808413 +12792 cspg_html_1025724640 cspg_html_1025724640:565:69160:69168 Montreal Quebec City -0.0918835396418507255 +12793 aapg_aa_870.html aapg_aa_870.html:79:7669:7685 Dakota New Mexico -0.230185177213016623 +12794 aapg_ac_375.html aapg_ac_375.html:575:59776:59786 Rio Grande Caribbean -0.0625944224537374611 +12795 aapg_ad_441.html aapg_ad_441.html:3:198:214 Navajo San Rafael Swell -0.483407132229491276 +12796 aapg_aa_861.html aapg_aa_861.html:3:179:220 Allen Bay Canada -0.0247962629365806077 +12797 geology_html_2784558180 geology_html_2784558180:13:591:599 Virginia Reston, Virginia -0.444838140504144441 +12798 sedimentology_html_8748254640 sedimentology_html_8748254640:1253:88812:88832 Toro Chile -0.452112016307883446 +12799 aapg_ah_385.html aapg_ah_385.html:137:17312:17328 Guinda Marysville, Washington -0.478702368018989743 +12800 cspg_html_1019614994 cspg_html_1019614994:353:56554:56583 Jefferson Regina, Saskatchewan -0.0279295455819341988 +12801 aapg_ah_464.html aapg_ah_464.html:56:10110:10130 Pottsville Pottsville, Pennsylvania -0.409097932680443754 +12802 aapg_ae_344.html aapg_ae_344.html:44:4954:4964 Tuscaloosa Tuscaloosa, Alabama -0.0496504370895280364 +12803 aapg_ac_617.html aapg_ac_617.html:150:20545:20552 Lagarto Brazos River -0.0343184250102417446 +12804 aapg_ad_377.html aapg_ad_377.html:282:29408:29431 Hungry Valley Western world -0.128969517235308834 +12805 gsa_html_5825047223 gsa_html_5825047223:12:534:542 Columbia Missouri River -0.0394819549454150931 +12806 aapg_ad_721.html aapg_ad_721.html:302:29342:29352 San Andres Artesia, New Mexico -0.481994403250043446 +12807 cspg_html_1258988577 cspg_html_1258988577:366:40474:40491 Bedford Canada -0.492215666694549525 +12808 gsa_html_7102550258 gsa_html_7102550258:220:22257:22273 Navajo Colorado -0.458648092769168181 +12809 aapg_ad_466.html aapg_ad_466.html:291:35764:35781 Raritan Potomac, Maryland -0.391360728580466999 +12810 aapg_aa_684.html aapg_aa_684.html:40:5032:5052 Popo Agie John Crow Mountains -0.474918987556243288 +12811 aapg_aa_960.html aapg_aa_960.html:463:35953:35960 Entrada Logan, Utah -0.438029242308958011 +12812 aapg_af_978.html aapg_af_978.html:862:123902:123912 Copenhagen Denmark -0.00693148706696411487 +12813 aapg_ad_457.html aapg_ad_457.html:737:61704:61722 Ogallala Texas -0.239319538274703814 +12814 cspg_html_3124360347 cspg_html_3124360347:363:43770:43791 Beekmantown Rensselaer County, New York -0.443732938342886629 +12815 aapg_ah_93.html aapg_ah_93.html:247:34119:34129 Blackstone Cheyenne, Wyoming -0.462225485866077257 +12816 aapg_ad_184.html aapg_ad_184.html:468:65425:65442 Black River Ohio -0.00638076930644856932 +12817 aapg_ai_17.html aapg_ai_17.html:1436:100243:100252 Catahoula Leesville, Ohio -0.44721379024503416 +12818 aapg_aa_703.html aapg_aa_703.html:598:56856:56878 Prince Creek Chignik Airport -0.443701699352459789 +12819 gsa_html_3014459865 gsa_html_3014459865:204:22266:22274 Virginia The Carolinas -0.0363020833297297701 +12820 cspg_html_3762708087 cspg_html_3762708087:228:29768:29784 Viking Suffield, Connecticut -0.0125641469917892202 +12821 jgeology_html_6377200310 jgeology_html_6377200310:1036:57211:57218 Blackie Glasgow -0.452112016307883446 +12822 cspg_html_9905904289 cspg_html_9905904289:112:15659:15671 Saskatchewan Lacombe, Alberta -0.484161071054726611 +12823 AMJC_html_1873062106 AMJC_html_1873062106:1253:127584:127594 San Miguel Colorado -0.0350596438268750282 +12824 palaios_html_8064020973 palaios_html_8064020973:107:13574:13583 St. Johns Blue Hills Reservation -0.473903010792736112 +12825 aapg_ae_267.html aapg_ae_267.html:21:3022:3044 New Scotland Pennsylvania 0.0196056446678848743 +12826 aapg_ai_592.html aapg_ai_592.html:360:57646:57677 Cathedral Colorado -0.0209266190161632587 +12827 AMJC_html_5471526645 AMJC_html_5471526645:14:767:773 Reston Virginia -0.451740527107044376 +12828 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3308:3315 Piedras Las Ventanas -0.0559832533878950947 +12829 sedimentology_html_9603159224 sedimentology_html_9603159224:1933:118728:118736 Homewood Oman -0.452909542628234352 +12830 cspg_html_6163691495 cspg_html_6163691495:1021:88467:88480 Madison Black Hills -0.454041701910604445 +12831 gsa_html_4930932370 gsa_html_4930932370:304:32296:32318 Biwabik Iron Virginia -0.435679199475508039 +12832 aapg_ad_318.html aapg_ad_318.html:69:10607:10621 Pleasant Mills Rockford, Illinois -0.0173011055226966783 +12833 aapg_af_11.html aapg_af_11.html:517:52666:52678 Red Mountain Ouray, Colorado 0.0139020847622993767 +12834 cspg_html_8840748783 cspg_html_8840748783:56:10096:10107 Shaftesbury Lacombe, Alberta -0.0116571637323025015 +12835 cspg_html_6953269830 cspg_html_6953269830:545:52307:52325 Dunvegan Lacombe, Alberta -0.0805432729814579695 +12836 cspg_html_3251996292 cspg_html_3251996292:204:23827:23844 Beekmantown Quebec City -0.00786789401885567251 +12837 aapg_aa_302.html aapg_aa_302.html:563:66282:66290 Colorado Logan, Utah -0.481021295519417413 +12838 aapg_ah_276.html aapg_ah_276.html:198:18885:18892 Sisquoc Rancho Santa Margarita, California -0.486513508857715604 +12839 cspg_html_1853589373 cspg_html_1853589373:98:12381:12386 Alexo Lacombe, Alberta -0.46809765859229685 +12840 gsa_html_4308966435 gsa_html_4308966435:198:22880:22888 Woodside Logan, Utah -0.0324655941438056483 +12841 cspg_html_1019614994 cspg_html_1019614994:71:13932:13950 Palliser Lacombe, Alberta -0.426503733834695087 +12842 aapg_ah_847.html aapg_ah_847.html:278:33390:33396 Tinton Monmouth County, New Jersey -0.496557296947055582 +12843 aapg_ad_95.html aapg_ad_95.html:232:21823:21835 Kingak Middle East -0.467263588143899677 +12844 palaios_html_8447836636 palaios_html_8447836636:304:27491:27513 Little River Canada -0.0116953885534583375 +12845 aapg_aa_23.html aapg_aa_23.html:240:26174:26192 Winnipeg Manitoba -0.00581963313965654701 +12846 aapg_af_388.html aapg_af_388.html:886:87642:87650 Virginia Leesburg, Florida -0.0750271415494280641 +12847 aapg_ac_940.html aapg_ac_940.html:617:61056:61080 Pottsville Pennsylvania -0.417467727749844975 +12848 aapg_ad_564.html aapg_ad_564.html:7079:586645:586657 Marble Falls Texas Hill Country -0.459860167847925383 +12849 aapg_ah_903.html aapg_ah_903.html:82:14151:14171 Cane River Shreveport, Louisiana -0.453423575097804177 +12850 aapg_ak_135.html aapg_ak_135.html:150:26099:26117 San Onofre Breccia Anaheim, California -0.0345376534934891677 +12851 cspg_html_6252417471 cspg_html_6252417471:415:60820:60842 Moreno California -0.450878806444675151 +12852 aapg_ai_461.html aapg_ai_461.html:54:7356:7367 Boggy McAlester, Oklahoma -0.478535310781285639 +12853 cspg_html_4433937749 cspg_html_4433937749:61:8621:8629 Dunvegan Aspen, Colorado -0.444838140504144441 +12854 aapg_ah_763.html aapg_ah_763.html:257:26153:26163 Whitehorse Artesia, New Mexico 0.0188026760171915025 +12855 jgeology_html_8264452242 jgeology_html_8264452242:517:38561:38590 Baraboo Quartzite Wisconsin -0.455310861563052449 +12856 gsa_html_1727503504 gsa_html_1727503504:244:26302:26310 Michigan Wisconsin -0.447189152172129289 +12857 aapg_af_639.html aapg_af_639.html:21:1875:1894 Nanafalia Marthaville, Louisiana -0.00576230371979552514 +12858 aapg_ae_89.html aapg_ae_89.html:241:24120:24128 Virginia Newport, Rhode Island -0.0722766132681581935 +12859 aapg_ai_756.html aapg_ai_756.html:10:1201:1210 Smackover East Texas -0.0161298137457332978 +12860 aapg_ac_629.html aapg_ac_629.html:350:44573:44593 Citronelle Oberlin, Ohio -0.0194596479158459131 +12861 sedimentology_html_9260132433 sedimentology_html_9260132433:143:13633:13649 Eureka Quartzite East Palo Alto, California -0.00590649599379846572 +12862 aapg_ae_73.html aapg_ae_73.html:921:111863:111871 Colorado Colorado -0.463834753943271672 +12863 palaios_html_3716378837 palaios_html_3716378837:502:36576:36593 Kayenta Arizona -0.454032675125810359 +12864 aapg_ah_357.html aapg_ah_357.html:15:1689:1694 Yegua Carrizo Plain -0.0583455963886906209 +12865 geology_html_2187977160 geology_html_2187977160:240:21040:21052 San Fernando Oakshott -0.0361854896356224864 +12866 cspg_html_8266552811 cspg_html_8266552811:276:34838:34854 Viking Regina, Saskatchewan -0.447153316157111791 +12867 aapg_ae_474.html aapg_ae_474.html:306:31583:31599 Bethel Bethel, Alaska -0.480611894173340604 +12868 jgeology_html_6388378441 jgeology_html_6388378441:234:18212:18227 Berino New Mexico -0.480667710196792775 +12869 cspg_html_7204006147 cspg_html_7204006147:36:4536:4558 Cooking Lake Southern Great Plain -0.456479975332736432 +12870 aapg_ae_786.html aapg_ae_786.html:19:2577:2597 Rio Grande Peru, Indiana -0.0141905317208444633 +12871 aapg_ae_465.html aapg_ae_465.html:139:14106:14129 Smackover Arkansas -0.000571531620668953421 +12872 cspg_html_3415721018 cspg_html_3415721018:146:20612:20623 Coal Valley Lacombe, Alberta -0.029487758433855208 +12873 cspg_html_4666332434 cspg_html_4666332434:566:77448:77465 Belly River Lacombe, Alberta -0.46305483027617389 +12874 palaios_html_6973830442 palaios_html_6973830442:306:26293:26310 Entrada Logan, Utah -0.011327042139941219 +12875 aapg_ae_768.html aapg_ae_768.html:155:15595:15612 Rustler Salado, Texas -0.00153219252139514682 +12876 cspg_html_3881813038 cspg_html_3881813038:83:11689:11698 Alexandra Lacombe, Alberta -0.4597920302667165 +12877 cspg_html_1265381145 cspg_html_1265381145:184:19758:19778 Big Valley Lacombe, Alberta -0.439391917689554934 +12878 aapg_ae_546.html aapg_ae_546.html:10:2200:2209 Smackover Cotton Valley, Louisiana -0.0123938684119111291 +12879 aapg_ai_31.html aapg_ai_31.html:152:17433:17452 Catahoula Texas -0.42423457487964078 +12880 aapg_ae_223.html aapg_ae_223.html:421:51928:51945 Wasatch Wasatch Range -0.188796140699830861 +12881 cspg_html_1645105717 cspg_html_1645105717:37:5542:5552 Missisauga Logan Canyon -0.460964719996515115 +12882 aapg_ae_885.html aapg_ae_885.html:11:2069:2077 Blanding San Juan, Argentina -0.454034931813569353 +12883 aapg_ac_913.html aapg_ac_913.html:74:7974:8010 Dunleith Illinois 0.0140028670828276774 +12884 cspg_html_8509913074 cspg_html_8509913074:107:16482:16498 Guelph Salina, Kansas -0.115611359305752393 +12885 aapg_ad_660.html aapg_ad_660.html:397:51720:51725 Queen Guadalupe Mountains National Park -0.0205233642338861627 +12886 aapg_ae_767.html aapg_ae_767.html:98:9598:9610 Dockum Colorado -0.0548599497641807099 +12887 aapg_aa_152.html aapg_aa_152.html:61:5550:5556 Sierra Victoria, British Columbia -0.462193603410137988 +12888 aapg_af_581.html aapg_af_581.html:61:6995:7002 Quetame Surata -0.0140376196944260508 +12889 AMJC_html_4692260170 AMJC_html_4692260170:948:98040:98055 Fitch Bernardston, Massachusetts 0.313151602627296577 +12890 cspg_html_8363357104 cspg_html_8363357104:130:21414:21422 Columbia Mount Robson Provincial Park -0.471340610693628537 +12891 gsa_html_9694069566 gsa_html_9694069566:979:85497:85525 Green River Colorado -0.00972860319356922895 +12892 palaios_html_5582845937 palaios_html_5582845937:332:33786:33804 Nanjemoy Haynesville, Louisiana -0.0560320968911477979 +12893 cspg_html_7817594878 cspg_html_7817594878:297:42912:42919 Monster Denver -0.434540631888912565 +12894 cspg_html_9222238695 cspg_html_9222238695:244:33455:33463 Columbia Victoria, British Columbia -0.429934117971200513 +12895 aapg_af_633.html aapg_af_633.html:89:16453:16465 Midway Williamson County, Texas -0.425358634701132332 +12896 aapg_ah_165.html aapg_ah_165.html:584:58511:58532 Belly River Lacombe, Alberta -0.457650607934439568 +12897 sedimentology_html_4089685201 sedimentology_html_4089685201:1504:109260:109264 Hall London, Ontario -0.0330222814746261376 +12898 aapg_ai_163.html aapg_ai_163.html:524:44453:44459 Kaibab West Texas -0.440354093294291316 +12899 cspg_html_4115156925 cspg_html_4115156925:40:6835:6872 Doig Lacombe, Alberta -0.486220855983571787 +12900 sedimentology_html_7302089630 sedimentology_html_7302089630:1767:57328:57332 Hall London, Ontario -0.030548703261185188 +12901 cspg_html_4293350162 cspg_html_4293350162:452:49298:49315 Livingstone Carnarvon, Western Australia -0.0177825001131117176 +12902 cspg_html_6984906794 cspg_html_6984906794:192:21151:21168 Sikanni Victoria, British Columbia -0.429960502864963123 +12903 aapg_ai_49.html aapg_ai_49.html:702:91397:91404 Ankareh Boise, Idaho -0.466759861116235797 +12904 gsa_html_1617077506 gsa_html_1617077506:816:80972:80980 Columbia Victoria, British Columbia -0.0276304452324186781 +12905 sedimentology_html_6812678908 sedimentology_html_6812678908:27:1693:1701 Colorado Bridgetown, Nova Scotia -0.0250466225487357037 +12906 cspg_html_2356845260 cspg_html_2356845260:488:55887:55892 Yukon Canada -0.05820250565572678 +12907 cspg_html_4558848861 cspg_html_4558848861:50:8134:8152 Palliser North Portal, Saskatchewan -0.0177825001131117176 +12908 sedimentology_html_5372057865 sedimentology_html_5372057865:1226:88791:88801 Washington Salem, Oregon -0.00860799843042621068 +12909 cspg_html_7752087721 cspg_html_7752087721:503:58549:58554 Logan Perth, Western Australia 0.006036790497064899 +12910 geology_html_6894495298 geology_html_6894495298:12:524:530 Oregon Salem, Oregon -0.0345846315968630358 +12911 aapg_ai_249.html aapg_ai_249.html:543:71497:71512 Metapan Guatemala -0.0676658721418899739 +12912 AMJC_html_7323085564 AMJC_html_7323085564:1245:130020:130026 Moscow Mongolia 0.006036790497064899 +12913 cspg_html_2419618566 cspg_html_2419618566:446:57269:57275 Antler Canada -0.459837454744856933 +12914 cspg_html_9751694613 cspg_html_9751694613:33:3797:3805 Imperial Calgary -0.00125424333549307727 +12915 aapg_ae_307.html aapg_ae_307.html:239:16311:16316 Price Ogallala, Nebraska -0.464473797617463435 +12916 aapg_ah_378.html aapg_ah_378.html:149:14653:14663 Whitehorse Texas -0.430461955487671633 +12917 aapg_ac_983.html aapg_ac_983.html:222:35541:35551 Fort Scott Ardmore, Pennsylvania -0.460294098757325021 +12918 cspg_html_4105062490 cspg_html_4105062490:70:7379:7389 Dawson Bay Manitoba -0.439343057733562137 +12919 aapg_af_162.html aapg_af_162.html:177:15359:15365 Annona Clarksville, Tennessee 0.00461398797422866731 +12920 aapg_ae_461.html aapg_ae_461.html:118:17822:17841 Smackover Haynesville, Louisiana -0.0167554219628843898 +12921 aapg_ac_449.html aapg_ac_449.html:27:3880:3897 Grassy Knob Chert Kentucky -0.48062584784091128 +12922 aapg_af_318.html aapg_af_318.html:204:23130:23161 Pense Regina, Saskatchewan -0.475085351012185853 +12923 cspg_html_1019614994 cspg_html_1019614994:609:94418:94426 Columbia Lacombe, Alberta -0.452882496357985831 +12924 gsa_html_9700204933 gsa_html_9700204933:666:71015:71025 Pittsburgh Pennsylvania 0.0116536887508022161 +12925 sedimentology_html_4287650745 sedimentology_html_4287650745:1140:109264:109281 Cardium Lacombe, Alberta -0.453234160803079433 +12926 cspg_html_5198658336 cspg_html_5198658336:442:50147:50160 Wood Mountain Turtle Mountain (Alberta) -0.0549959922383894545 +12927 aapg_ad_564.html aapg_ad_564.html:759:75558:75571 Barnett Western world 0.740433266317654826 +12928 gsa_html_4432793908 gsa_html_4432793908:709:80185:80205 Sheep Pass Reno, Nevada -0.225159504247185588 +12929 aapg_ad_855.html aapg_ad_855.html:32:3259:3277 Woodbine Paluxy, Texas -0.0168874970090907538 +12930 gsa_html_8951179545 gsa_html_8951179545:43:3313:3332 Wilcox Western world -0.00229308019174294993 +12931 geology_html_9085928497 geology_html_9085928497:111:10558:10586 Ellensburg Washington (state) -0.226673262605593978 +12932 aapg_ad_440.html aapg_ad_440.html:670:67113:67119 Denmar Randolph County, Indiana -0.0438854131077835025 +12933 geology_html_3955381777 geology_html_3955381777:22:1719:1737 Tindir Arctic Cordillera -0.472823676298187945 +12934 aapg_ad_149.html aapg_ad_149.html:111:11182:11203 Beaverhill Lacombe, Alberta -0.439103236963543697 +12935 aapg_aa_718.html aapg_aa_718.html:492:51153:51173 Waynesburg Pennsylvania -0.0455627552096040736 +12936 sedimentology_html_9514552565 sedimentology_html_9514552565:370:31667:31685 Willwood Cheyenne, Wyoming -0.0691027021821999099 +12937 cspg_html_5538678223 cspg_html_5538678223:44:7788:7808 Red Rock Lima, Ohio -0.461171691164054931 +12938 aapg_af_728.html aapg_af_728.html:170:20922:20928 Vinini Reno, Nevada -0.212069913139822791 +12939 aapg_ad_880.html aapg_ad_880.html:3:325:338 Gypsum Spring Middle East -0.463332970234029085 +12940 aapg_ae_5.html aapg_ae_5.html:196:22855:22859 Earp Arizona -0.448296279445968116 +12941 sedimentology_html_4109585061 sedimentology_html_4109585061:892:78096:78105 Lancaster Owens Lake -0.0245772016562315031 +12942 aapg_aa_457.html aapg_aa_457.html:77:13987:14010 Smackover Haynesville, Louisiana -0.455184317280275863 +12943 sedimentology_html_6367222020 sedimentology_html_6367222020:877:45757:45765 Colorado Leadville, Colorado -0.0966153118715610132 +12944 sedimentology_html_3074380813 sedimentology_html_3074380813:30:1605:1609 Bern Switzerland -0.463362613223226583 +12945 aapg_ah_446.html aapg_ah_446.html:393:51977:51985 Michigan Saginaw, Michigan -0.462125287699645448 +12946 aapg_ai_153.html aapg_ai_153.html:495:74823:74832 Conemaugh Ohio -0.0593560470104907562 +12947 cspg_html_2184091860 cspg_html_2184091860:88:12743:12760 Mingan Anticosti Island -0.50720959470918292 +12948 gsa_html_3333403908 gsa_html_3333403908:849:75753:75760 Deville London, Ontario -0.450582005503512739 +12949 sedimentology_html_6714245905 sedimentology_html_6714245905:671:49766:49774 Colorado Mancos, Colorado -0.496308532687975368 +12950 aapg_ai_293.html aapg_ai_293.html:279:24963:24977 Lisburne Anchorage, Alaska -0.475473655949527896 +12951 sedimentology_html_7305607766 sedimentology_html_7305607766:665:51392:51396 Hall London, Ontario -0.0421753136565895317 +12952 aapg_af_142.html aapg_af_142.html:145:15522:15527 Yegua Mexico 1.08187997975135741 +12953 aapg_ai_292.html aapg_ai_292.html:70:7503:7517 Lisburne Anchorage, Alaska -0.0611557112481491347 +12954 aapg_ac_791.html aapg_ac_791.html:293:37315:37353 Barnett Erath County, Texas -0.113188132857250059 +12955 gsa_html_2989317971 gsa_html_2989317971:527:56912:56934 Sucker Creek Salem, Oregon -0.280297284679815184 +12956 cspg_html_4924970281 cspg_html_4924970281:697:78375:78395 Clearwater Lacombe, Alberta -0.499631466627061815 +12957 aapg_ai_287.html aapg_ai_287.html:132:16576:16591 Catalina Schist Los Angeles -0.512168508162658687 +12958 gsa_html_1536819908 gsa_html_1536819908:95:8773:8779 Antler Sonoma, California -0.0349187039582129002 +12959 aapg_ah_96.html aapg_ah_96.html:111:11707:11721 Winnipeg Williston, Vermont 0.00906492352307306827 +12960 aapg_ai_1.html aapg_ai_1.html:7:873:890 Paradox Hermosa, Chicago -0.0365787810685492543 +12961 aapg_ae_876.html aapg_ae_876.html:305:32047:32070 Cedar Mountain Cedar Mountains -0.0503371552170116185 +12962 cspg_html_9637099986 cspg_html_9637099986:33:4898:4909 Shaftesbury Clearwater, Florida -0.0856764552397093343 +12963 aapg_af_90.html aapg_af_90.html:47:8367:8385 Stirling Quartzite Death Valley -0.0176486817607870612 +12964 cspg_html_3521815736 cspg_html_3521815736:470:62062:62084 Charlie Lake Victoria, British Columbia -0.0378509909163746716 +12965 cspg_html_2873888604 cspg_html_2873888604:180:29153:29165 Charlie Lake Victoria, British Columbia -0.445998354490544591 +12966 aapg_ae_498.html aapg_ae_498.html:73:8496:8512 Beekmantown Virginia 0.00667089439921739538 +12967 palaios_html_7111318862 palaios_html_7111318862:151:15440:15464 Judith River Regina, Saskatchewan -0.175745660516144736 +12968 AMJC_html_6341723617 AMJC_html_6341723617:326:29767:29772 Uinta Flagstaff, Arizona -0.435880527044409383 +12969 aapg_ae_705.html aapg_ae_705.html:138:13836:13852 Rincon Monterey, California -0.460269102262388319 +12970 cspg_html_3129231627 cspg_html_3129231627:66:9535:9547 Devon Island Ellesmere Island -0.469726827457912721 +12971 aapg_aa_23.html aapg_aa_23.html:905:118171:118180 Interlake Manitoba -0.59526532678325994 +12972 aapg_ah_536.html aapg_ah_536.html:553:73084:73099 Sligo Rodessa, Louisiana -0.00773064589701005864 +12973 aapg_ad_801.html aapg_ad_801.html:148:16505:16514 Nanafalia Alabama -0.410519203459802418 +12974 aapg_ae_498.html aapg_ae_498.html:1033:107370:107378 Virginia Virginia -0.0107727926714422488 +12975 aapg_ac_942.html aapg_ac_942.html:55:8068:8085 Hermosa Hermosa, Chicago -0.491650086397892094 +12976 aapg_ai_584.html aapg_ai_584.html:670:69617:69633 Telephone Canyon Fort Scott National Historic Site -0.482921973604061416 +12977 aapg_ad_958.html aapg_ad_958.html:1032:107164:107169 Salem Logan County, West Virginia -0.00143491027354907159 +12978 aapg_ae_959.html aapg_ae_959.html:2859:213398:213413 Hueco New Mexico 0.530909673597512732 +12979 cspg_html_1503116552 cspg_html_1503116552:270:43141:43181 Waterways Middle East -0.474808096218428344 +12980 aapg_ac_191.html aapg_ac_191.html:84:15190:15196 Cupido Mexico -0.0347621062592119723 +12981 aapg_ai_278.html aapg_ai_278.html:542:70989:71010 Punta Gorda Punta Gorda, Florida -0.465835581370964813 +12982 aapg_ac_669.html aapg_ac_669.html:41:3392:3399 Jackson Chester, Pennsylvania -0.484135384227082133 +12983 aapg_ae_34.html aapg_ae_34.html:486:41601:41608 Anahuac Shreveport, Louisiana -0.473746101631411953 +12984 aapg_ac_920.html aapg_ac_920.html:110:17679:17695 Loray Gold Hill, Colorado -0.502736072390667199 +12985 cspg_html_6116883777 cspg_html_6116883777:642:84531:84553 Devon Island Bathurst Island (Northern Territory) -0.47564012534835387 +12986 gsa_html_1617077506 gsa_html_1617077506:966:91529:91537 Columbia Victoria, British Columbia -0.0316445288569785835 +12987 aapg_ad_757.html aapg_ad_757.html:318:40391:40397 Wilcox Decorah, Iowa -0.0317923859746223822 +12988 cspg_html_9912281240 cspg_html_9912281240:677:74720:74727 Wapiabi Lacombe, Alberta -0.491049570598957486 +12989 aapg_af_734.html aapg_af_734.html:430:59778:59789 Sadlerochit Anchorage, Alaska -0.499270052772917139 +12990 geology_html_8813860602 geology_html_8813860602:32:2788:2799 Grand River Ionia, Michigan -0.444835906435795903 +12991 aapg_ah_972.html aapg_ah_972.html:575:57044:57063 Vicksburg Matagorda County, Texas 0.852861018107477831 +12992 aapg_ah_528.html aapg_ah_528.html:76:7956:7977 Francisco Gold Hill, Colorado -0.434712986404073964 +12993 cspg_html_9018334227 cspg_html_9018334227:93:12590:12605 Telegraph Creek Southern United States 0.0329526940847275282 +12994 palaios_html_6609177739 palaios_html_6609177739:68:9115:9125 Juniata San Juan Islands -0.471382028770717776 +12995 gsa_html_8863489299 gsa_html_8863489299:1096:104874:104879 Crete Greece -0.451270191944311616 +12996 palaios_html_2276475028 palaios_html_2276475028:591:58736:58754 Morrison Colorado Plateau -0.194385716890274202 +12997 cspg_html_4680804918 cspg_html_4680804918:474:62753:62765 Medicine Hat Lethbridge -0.456043359064104259 +12998 aapg_ad_721.html aapg_ad_721.html:590:56689:56707 Carlsbad Carlsbad, New Mexico -0.0653016717146195635 +12999 aapg_ah_645.html aapg_ah_645.html:113:15269:15279 Twin Creek Western world -0.469809513538571255 +13000 cspg_html_5479700260 cspg_html_5479700260:77:9635:9655 Stonewall Bath, Somerset 0.124533422083404413 +13001 aapg_ad_808.html aapg_ad_808.html:547:34150:34158 Tensleep Cheyenne, Wyoming -0.483085217576718073 +13002 aapg_ad_49.html aapg_ad_49.html:121:11146:11162 Umpqua California -0.520843920378382341 +13003 cspg_html_8988103418 cspg_html_8988103418:7:661:679 Dunvegan Victoria, British Columbia -0.44497889773871091 +13004 aapg_ae_461.html aapg_ae_461.html:66:9836:9847 Pine Island Bellevue, Nebraska -0.0561402516224212972 +13005 aapg_af_85.html aapg_af_85.html:84:9687:9715 Gilwood Lacombe, Alberta 1.04207157413475149 +13006 aapg_aa_507.html aapg_aa_507.html:63:7835:7851 Tuscaloosa Mississippi River 0.0542983669022318802 +13007 aapg_ai_811.html aapg_ai_811.html:104:16297:16313 Bailey Bloomington, Indiana -0.481575226969792936 +13008 aapg_ae_168.html aapg_ae_168.html:634:66082:66090 Robinson Reno, Nevada -0.115194105601583482 +13009 aapg_ad_564.html aapg_ad_564.html:7602:652407:652430 Brushy Canyon Western world -0.476061064960921709 +13010 cspg_html_7863807424 cspg_html_7863807424:63:9322:9328 Viking Canada -0.0102706745632111761 +13011 aapg_ai_794.html aapg_ai_794.html:42:5457:5465 Michigan Ohio -0.0327091415438029096 +13012 aapg_ae_537.html aapg_ae_537.html:944:110977:110998 Green River Uinta Mountains 0.277557630176561099 +13013 cspg_html_3501550466 cspg_html_3501550466:525:75254:75271 Duperow Williston Basin -0.450080811334427622 +13014 cspg_html_3529479452 cspg_html_3529479452:15:1998:2017 Lodgepole Manitoba -0.81466481558102144 +13015 aapg_af_653.html aapg_af_653.html:85:8165:8172 Temblor Monterey, California 0.0250483611716524161 +13016 aapg_ad_800.html aapg_ad_800.html:83:8240:8256 Eagle Texas -0.0164009085472750712 +13017 aapg_aa_237.html aapg_aa_237.html:42:5596:5606 Capistrano Ventura County, California -0.0459076709606554625 +13018 cspg_html_9912281240 cspg_html_9912281240:51:7711:7718 Pakowki Lacombe, Alberta -0.470216166533545032 +13019 aapg_ai_811.html aapg_ai_811.html:358:48351:48368 Dutch Creek Bloomington, Indiana -0.44255997020698512 +13020 aapg_ad_169.html aapg_ad_169.html:312:36751:36760 Ada Huntington, West Virginia -0.442916609041378917 +13021 aapg_ae_959.html aapg_ae_959.html:1169:85386:85408 Harpersville Texas -0.485285038948243097 +13022 aapg_ac_215.html aapg_ac_215.html:58:7355:7364 Lodgepole Williston Basin 0.137990280498298451 +13023 cspg_html_7881580279 cspg_html_7881580279:39:6292:6306 Red River Regina, Saskatchewan -0.433387995206966137 +13024 aapg_aa_379.html aapg_aa_379.html:15:2174:2180 Weston Glenville, West Virginia -0.481309854062180409 +13025 aapg_ah_318.html aapg_ah_318.html:3273:261163:261185 San Cayetano York, Pennsylvania -0.0442511603309229257 +13026 aapg_ad_286.html aapg_ad_286.html:188:17410:17429 Neruokpuk Anchorage, Alaska -0.458675312427173743 +13027 aapg_ad_858.html aapg_ad_858.html:307:22441:22448 Sligo Cotton Valley, Louisiana -0.453234160803079433 +13028 aapg_af_397.html aapg_af_397.html:377:44519:44526 Entrada Mesa, Arizona -0.475034514365578919 +13029 palaios_html_7679079277 palaios_html_7679079277:1023:87679:87701 Peace River Lacombe, Alberta -0.466741549175746284 +13030 aapg_ai_292.html aapg_ai_292.html:338:32924:32938 Lisburne Anchorage, Alaska -0.448287309474040385 +13031 cspg_html_5756063944 cspg_html_5756063944:939:80135:80153 Souris Valley Regina, Saskatchewan -0.456416618922522499 +13032 gsa_html_2321464653 gsa_html_2321464653:577:61003:61014 Bloomington California -0.033773852470743819 +13033 geology_html_3579174499 geology_html_3579174499:13:653:660 Windsor Earth -0.0357017266903412109 +13034 aapg_ac_629.html aapg_ac_629.html:278:36604:36611 Prairie Beaumont, Texas 0.0547448390011188724 +13035 gsa_html_3720789279 gsa_html_3720789279:12:641:647 Oregon Salem, Oregon -0.471363620495062197 +13036 cspg_html_1188455526 cspg_html_1188455526:112:18656:18666 Hare Fiord Ellesmere Island 0.885188155609610505 +13037 gsa_html_3330587082 gsa_html_3330587082:204:17365:17392 Rangeley Piermont, New York 0.0346890281065784789 +13038 cspg_html_8374021012 cspg_html_8374021012:150:23807:23815 Columbia Canada -0.0171829308693467256 +13039 gsa_html_8398449001 gsa_html_8398449001:668:55713:55722 Bear Lake Bear Lake, Michigan -0.454052985518192231 +13040 aapg_ae_984.html aapg_ae_984.html:388:37138:37154 Salado Carlsbad, New Mexico -0.486642307867670931 +13041 aapg_ac_704.html aapg_ac_704.html:478:33477:33485 Tensleep Cheyenne, Wyoming -0.0279295455819341988 +13042 gsa_html_4472896560 gsa_html_4472896560:77:6908:6923 Lava Creek Tuff Yellowstone National Park -0.21211414106392848 +13043 geology_html_2275132272 geology_html_2275132272:14:644:661 Packsaddle Schist Texas -0.488837217649543798 +13044 aapg_ae_16.html aapg_ae_16.html:298:35245:35257 Fernie Lacombe, Alberta -0.399341839114352892 +13045 cspg_html_8904992939 cspg_html_8904992939:77:11718:11732 Woodbend Lacombe, Alberta -0.503853986857278446 +13046 aapg_ac_251.html aapg_ac_251.html:488:56234:56243 Tuscarora Juniata County School District 0.0232663754845963446 +13047 aapg_ae_171.html aapg_ae_171.html:35:4163:4175 Dakota Denver -0.0351971054761553784 +13048 aapg_ad_784.html aapg_ad_784.html:73:9907:9912 Vaqueros South Mountains (Arizona) -0.467352915169897243 +13049 aapg_aa_789.html aapg_aa_789.html:75:7792:7812 Manning Canyon Oquirrh Mountain Utah Temple -0.519327430929987566 +13050 gsa_html_5598634716 gsa_html_5598634716:1225:66517:66545 Green River Colorado -0.0221051486888918687 +13051 aapg_af_471.html aapg_af_471.html:370:40699:40718 Hillabee Greenstone Alabama -0.272563081897084891 +13052 sedimentology_html_3549891174 sedimentology_html_3549891174:1812:94165:94186 Golden Grove Barbados -0.473718414704639712 +13053 aapg_ae_461.html aapg_ae_461.html:72:10791:10810 Smackover Caddo Parish, Louisiana -0.0718673084458993777 +13054 palaios_html_3415407632 palaios_html_3415407632:245:23977:23995 Winnipeg Regina, Saskatchewan -0.444838140504144441 +13055 aapg_af_576.html aapg_af_576.html:140:11761:11777 Oswego Arbuckle, California -0.00547218286972656846 +13056 cspg_html_5978198083 cspg_html_5978198083:37:4645:4655 Milk River Lacombe, Alberta -0.00537142262393446989 +13057 aapg_af_397.html aapg_af_397.html:360:42581:42616 Entrada Entrada Sandstone 0.983979946434892949 +13058 aapg_af_99.html aapg_af_99.html:34:4106:4114 Buff Bay Dominican Republic -0.0265036602918163264 +13059 cspg_html_9912281240 cspg_html_9912281240:614:70966:70987 Belly River Lacombe, Alberta -0.0883295118678872476 +13060 cspg_html_3385840278 cspg_html_3385840278:173:23900:23920 Swan Hills Swan Hill, Victoria -0.459860167847925383 +13061 aapg_af_406.html aapg_af_406.html:137:13047:13063 Smackover Baldwin County, Alabama 0.377039833522719137 +13062 palaios_html_9041058007 palaios_html_9041058007:656:49612:49616 Kope Cincinnati -0.106389010358435301 +13063 aapg_af_286.html aapg_af_286.html:797:93387:93403 Viking Lacombe, Alberta -0.480563058112629005 +13064 gsa_html_4220229801 gsa_html_4220229801:152:11381:11387 Oregon Boise, Idaho -0.0721821554732341303 +13065 gsa_html_6753732431 gsa_html_6753732431:85:7781:7802 Sespe Los Angeles -0.0198680940009536566 +13066 gsa_html_5081991493 gsa_html_5081991493:1387:102395:102402 Wasatch Uinta Mountains 0.0338573634589742142 +13067 aapg_ah_647.html aapg_ah_647.html:23:2358:2367 Horquilla Missouri River -0.0699226679909632082 +13068 cspg_html_6255491344 cspg_html_6255491344:42:6722:6740 Kootenay Crowsnest Pass, Alberta -0.463478914486847693 +13069 gsa_html_1520002998 gsa_html_1520002998:873:71857:71879 Beartooth Cheyenne, Wyoming -0.488731563736560848 +13070 cspg_html_9435196958 cspg_html_9435196958:109:4707:4715 Edmonton Lacombe, Alberta -0.5167762824114982 +13071 geology_html_4085157477 geology_html_4085157477:204:15386:15405 Pocatello Boise, Idaho -0.474817336624659858 +13072 gsa_html_3860045860 gsa_html_3860045860:670:76958:76964 Oregon Salem, Oregon -0.464419004431934179 +13073 geology_html_8287045046 geology_html_8287045046:17:1032:1042 Santa Cruz California -0.440265166942118702 +13074 aapg_ae_416.html aapg_ae_416.html:191:17109:17118 Catahoula San Jacinto, California -0.0176782260000604811 +13075 sedimentology_html_6764462023 sedimentology_html_6764462023:1458:94494:94502 Bathurst Durham, North Carolina -0.484098022941034878 +13076 cspg_html_2546442054 cspg_html_2546442054:418:47130:47147 Bearpaw Lacombe, Alberta 0.938589046647589353 +13077 aapg_ad_918.html aapg_ad_918.html:355:45661:45679 Niobrara Colorado 1.23716256252241763 +13078 aapg_aa_302.html aapg_aa_302.html:337:41098:41104 Kaibab Grand Canyon -0.040714500181089297 +13079 aapg_ad_990.html aapg_ad_990.html:51:4051:4060 Smackover Milam County, Texas -0.441740222253796999 +13080 aapg_ai_720.html aapg_ai_720.html:217:24745:24752 Magothy Fire Island (Anchorage, Alaska) -0.426501543042148601 +13081 aapg_af_327.html aapg_af_327.html:239:22121:22124 Pit Closter, New Jersey -0.4506269691264706 +13082 aapg_ad_802.html aapg_ad_802.html:53:6309:6319 Tuscaloosa Selma to Montgomery marches -0.426608897791606878 +13083 aapg_af_431.html aapg_af_431.html:127:13218:13227 Pendleton Shreveport, Louisiana -0.466965896576978678 +13084 aapg_ah_378.html aapg_ah_378.html:310:28603:28625 Seven Rivers New Mexico -0.0282634328663418991 +13085 aapg_ae_485.html aapg_ae_485.html:154:18085:18093 Virginia Piedmont (United States) -0.495894089017784534 +13086 aapg_ai_49.html aapg_ai_49.html:274:32624:32631 Kayenta Carmel, Indiana -0.458695727712452594 +13087 cspg_html_2758324131 cspg_html_2758324131:466:59091:59108 Exshaw Western Canadian Sedimentary Basin -0.000701820035486776629 +13088 geology_html_1307726382 geology_html_1307726382:38:2808:2834 Prairie Canada -0.00424743388825097462 +13089 aapg_ad_760.html aapg_ad_760.html:27:4345:4361 Modelo Santa Clara County, California -0.027056608189623254 +13090 cspg_html_8789242291 cspg_html_8789242291:18:2664:2723 Saskatchewan Regina, Saskatchewan -0.458648092769168181 +13091 cspg_html_3926542795 cspg_html_3926542795:1213:131290:131310 Swan Hills Swan Hill, Victoria -0.454034931813569353 +13092 gsa_html_1538463681 gsa_html_1538463681:755:67712:67722 Pittsburgh Sonora -0.477130519718023338 +13093 geology_html_1519650213 geology_html_1519650213:193:20366:20385 Ripogenus Portland, Maine -0.0410313671820840969 +13094 gsa_html_3795828595 gsa_html_3795828595:18:1206:1223 Black River Kentucky -0.463435584788403632 +13095 geology_html_8482136832 geology_html_8482136832:314:25694:25722 Green River Cheyenne, Wyoming -0.509276190251657379 +13096 aapg_ad_757.html aapg_ad_757.html:302:38732:38737 Viola Arbuckle, California -0.433370341259820213 +13097 cspg_html_3762708087 cspg_html_3762708087:552:70515:70523 Columbia Victoria, British Columbia -0.440387442871438828 +13098 palaios_html_8064020973 palaios_html_8064020973:590:64996:65012 Chinle Arizona -0.420787509362551382 +13099 cspg_html_3354282978 cspg_html_3354282978:937:100120:100156 Debolt Canada 0.0241564736540708577 +13100 geology_html_1378183813 geology_html_1378183813:234:22012:22020 Chandler Earth -0.482921973604061416 +13101 aapg_ae_198.html aapg_ae_198.html:247:25075:25082 Wasatch Uinta Mountains -0.479352341582737318 +13102 gsa_html_3010975239 gsa_html_3010975239:415:53563:53571 Michigan Saginaw, Michigan -0.0221051486888918687 +13103 aapg_ac_422.html aapg_ac_422.html:541:68479:68498 Beaufort Ellesmere Island -0.460964719996515115 +13104 geology_html_1523318259 geology_html_1523318259:218:24118:24146 Green River Cheyenne, Wyoming -0.458913519660435476 +13105 aapg_ae_884.html aapg_ae_884.html:166:21868:21886 Frontier Niobrara, Nebraska -0.00782446102673750588 +13106 aapg_af_943.html aapg_af_943.html:15:1651:1656 Raton Colorado -0.456416618922522499 +13107 aapg_af_568.html aapg_af_568.html:437:38252:38268 Dakota Cheyenne, Wyoming -0.461906712580519296 +13108 cspg_html_4293350162 cspg_html_4293350162:27:4292:4304 Banff Lacombe, Alberta -0.00691758876026682835 +13109 geology_html_4658814755 geology_html_4658814755:267:24229:24236 Hampton Chesapeake Bay -0.46326000708216164 +13110 aapg_ah_289.html aapg_ah_289.html:130:17123:17141 Monterey Monterey, California -0.426720647196584257 +13111 AMJC_html_5507942612 AMJC_html_5507942612:58:5651:5667 New Haven Arkose South Britain Historic District -0.0383278935926523318 +13112 cspg_html_7281679890 cspg_html_7281679890:124:20647:20664 Blackstone Middle Ordovician 0.00194564253308291118 +13113 aapg_ad_784.html aapg_ad_784.html:8:1421:1426 Sespe Ventura County, California -0.0162966409406991447 +13114 aapg_ae_28.html aapg_ae_28.html:937:68552:68559 Calvert Ohio -0.418507876495596065 +13115 gsa_html_5773604426 gsa_html_5773604426:686:57244:57266 Wilcox Shreveport, Louisiana -0.470510360514459824 +13116 aapg_ah_339.html aapg_ah_339.html:232:23819:23827 Michigan Cincinnati -0.0223919711537192666 +13117 cspg_html_2796643803 cspg_html_2796643803:11:1598:1616 Deadwood Regina, Saskatchewan -0.0510291657486304576 +13118 gsa_html_6094873578 gsa_html_6094873578:31:2786:2814 Green River New Mexico -0.436898889813044922 +13119 palaios_html_1249829497 palaios_html_1249829497:15:797:813 Ripley Alabama -0.44844429668252761 +13120 gsa_html_4071231613 gsa_html_4071231613:798:87404:87414 Washington Salem, Oregon -0.0507694363735156085 +13121 gsa_html_3720789279 gsa_html_3720789279:1172:108659:108665 Oregon Boise, Idaho -0.464569693827358687 +13122 aapg_ae_416.html aapg_ae_416.html:99:9573:9588 Tampa Chattahoochee County, Georgia -0.506576234057938057 +13123 gsa_html_5627360957 gsa_html_5627360957:468:45645:45659 Troy Arizona -0.462125287699645448 +13124 aapg_af_625.html aapg_af_625.html:591:61091:61120 Virginia Huntington, West Virginia -0.473815322787249471 +13125 aapg_ad_10.html aapg_ad_10.html:196:24121:24127 Jordan Palestinian territories -0.440814423285003532 +13126 aapg_af_542.html aapg_af_542.html:409:41984:42009 Frio Gulf Coast of the United States 0.0041553613038186523 +13127 cspg_html_3516764931 cspg_html_3516764931:430:63704:63709 Price Lacombe, Alberta -0.0201913809518237848 +13128 gsa_html_4431779557 gsa_html_4431779557:1370:104479:104507 Green River Colorado -0.0460121937360480487 +13129 aapg_ai_81.html aapg_ai_81.html:176:17782:17791 Riceville Pennsylvania 0.821748480792902192 +13130 cspg_html_9924397126 cspg_html_9924397126:1707:172580:172597 Cardium Canada -0.0236314487961183893 +13131 aapg_aa_654.html aapg_aa_654.html:70:10346:10360 Espiritu Santo Sangre de Cristo Range -0.0390781048690825028 +13132 aapg_af_534.html aapg_af_534.html:349:29744:29749 Price Arctic Cordillera -0.476218391360906934 +13133 aapg_af_308.html aapg_af_308.html:281:32030:32039 Elk Taylor County, Wisconsin -0.474863540124580097 +13134 palaios_html_8910286482 palaios_html_8910286482:499:54910:54915 Tampa Melbourne, Florida -0.456344217050148659 +13135 aapg_aa_267.html aapg_aa_267.html:22:2992:3002 Greenbrier Calhoun County, Michigan -0.458738828173223645 +13136 palaios_html_6441274261 palaios_html_6441274261:573:41026:41040 Ogallala Nebraska -0.419699228406432479 +13137 aapg_ad_988.html aapg_ad_988.html:98:9150:9158 Wolfcamp New Mexico 0.00427349218410431799 +13138 aapg_af_994.html aapg_af_994.html:161:24408:24424 Forbes Central Valley (California) -0.465945346292333973 +13139 aapg_ad_784.html aapg_ad_784.html:409:43622:43627 Sespe California -0.00424743388825097462 +13140 aapg_ad_564.html aapg_ad_564.html:4628:357889:357902 Barnett Texas -0.148417356218550539 +13141 aapg_ai_324.html aapg_ai_324.html:64:8503:8511 Anguille Gabon -0.501531457608635822 +13142 aapg_ai_523.html aapg_ai_523.html:14:1861:1869 Colorado Glenwood Springs, Colorado -0.45633516722504075 +13143 aapg_ae_419.html aapg_ae_419.html:232:30586:30600 Kiamichi Texas -0.00217147693343403827 +13144 aapg_aa_23.html aapg_aa_23.html:722:91123:91147 Stony Mountain Manitoba 0.610554121165733932 +13145 cspg_html_3354282978 cspg_html_3354282978:186:24650:24662 Saskatchewan Lacombe, Alberta -0.423085635093811196 +13146 aapg_ad_865.html aapg_ad_865.html:340:33998:34013 Ouray Hermosa, Chicago -0.445998354490544591 +13147 aapg_ak_75.html aapg_ak_75.html:238:26226:26230 Hall Maya Mountain -0.446011775932438015 +13148 aapg_aa_610.html aapg_aa_610.html:180:18517:18531 Niobrara Niobrara, Nebraska -0.448498127071427111 +13149 gsa_html_8981262717 gsa_html_8981262717:923:77013:77018 Swift Logan, Utah -0.442575570278969321 +13150 geology_html_1198148364 geology_html_1198148364:33:2777:2784 Wasatch Colorado -0.422036189718657861 +13151 aapg_ae_176.html aapg_ae_176.html:270:34736:34744 Columbia Victoria, British Columbia -0.436819151869522138 +13152 aapg_ah_318.html aapg_ah_318.html:2154:191788:191794 Sierra Zacatecas, Zacatecas -0.147736068344496846 +13153 cspg_html_3597281324 cspg_html_3597281324:175:21896:21921 Scollard Saint Kitts and Nevis -0.0460783921822131154 +13154 aapg_ad_3.html aapg_ad_3.html:477:45264:45284 Sequatchie Juniata County School District -0.464884854319956187 +13155 aapg_ad_740.html aapg_ad_740.html:37:5017:5023 Dakota Benton, Arkansas -0.439702904816710427 +13156 aapg_ac_722.html aapg_ac_722.html:10:834:844 Trout Lake Wisconsin -0.524988528331122861 +13157 aapg_af_510.html aapg_af_510.html:286:32916:32947 Lakota Cheyenne, Wyoming -0.485406637327558677 +13158 aapg_ah_779.html aapg_ah_779.html:358:66781:66793 Saskatchewan Lacombe, Alberta 1.00498451134167643 +13159 aapg_ai_243.html aapg_ai_243.html:34:4665:4675 Tuscaloosa Tuscaloosa, Alabama -0.436810292517708865 +13160 aapg_ad_55.html aapg_ad_55.html:160:11427:11434 Plattin Decorah, Iowa -0.453008719186489883 +13161 sedimentology_html_9257813538 sedimentology_html_9257813538:275:20219:20233 Northumberland Durham, North Carolina -0.0375812203233935049 +13162 aapg_ai_17.html aapg_ai_17.html:586:43452:43465 Cook Mountain Mt. Lebanon, Pennsylvania -0.47675536629509363 +13163 gsa_html_4415707577 gsa_html_4415707577:35:3172:3181 Red River Red River of the North -0.457532796484121151 +13164 aapg_af_785.html aapg_af_785.html:88:8643:8658 Indio Alabama -0.0637435420996290414 +13165 aapg_ai_813.html aapg_ai_813.html:88:15050:15085 Slope Anchorage, Alaska -0.486857796887406991 +13166 cspg_html_7086880709 cspg_html_7086880709:386:51325:51332 Nahanni Root River (Wisconsin) -0.213021051589449895 +13167 cspg_html_1225021992 cspg_html_1225021992:175:23145:23166 Shaftesbury River Torrens -0.469024309212410007 +13168 aapg_ah_617.html aapg_ah_617.html:205:16886:16892 Denver Colorado -0.0463571283574541332 +13169 sedimentology_html_1280732031 sedimentology_html_1280732031:1595:136868:136885 Cardium Lacombe, Alberta -0.460569106302977371 +13170 sedimentology_html_2041096405 sedimentology_html_2041096405:591:46883:46900 Lockport Dolomite Ohio -0.459887424332023564 +13171 aapg_ac_333.html aapg_ac_333.html:2003:189094:189106 Hermit Arizona -0.476519241639526414 +13172 aapg_ad_758.html aapg_ad_758.html:125:16538:16553 Galesburg Kansas City, Kansas -0.235973218310699312 +13173 aapg_af_830.html aapg_af_830.html:398:45438:45458 Fredericksburg Texas -0.0607524436830816084 +13174 aapg_af_2.html aapg_af_2.html:264:29561:29576 Ouray Ouray, Colorado -0.446146001135949044 +13175 gsa_html_3842354440 gsa_html_3842354440:594:57000:57003 Arc Mexico -0.101595819438803789 +13176 gsa_html_5773604426 gsa_html_5773604426:325:31392:31438 Wilcox Ouachita Parish, Louisiana -0.444844842741709823 +13177 geology_html_4403865682 geology_html_4403865682:284:25071:25080 Eel River Lancaster, California 0.00976335112648768488 +13178 cspg_html_9872589627 cspg_html_9872589627:111:15479:15501 Charlie Lake Lacombe, Alberta -0.436157146454813294 +13179 geology_html_1986444555 geology_html_1986444555:276:23779:23788 Flagstaff Anchorage, Alaska -0.0757867734611133992 +13180 aapg_ai_962.html aapg_ai_962.html:294:19452:19466 Word New Mexico -0.462453250854801823 +13181 aapg_aa_603.html aapg_aa_603.html:101:11488:11509 Fish Scales Lacombe, Alberta -0.442976805415170927 +13182 aapg_ak_73.html aapg_ak_73.html:130:10805:10817 Wilcox Texas -0.433403442682278373 +13183 aapg_ah_612.html aapg_ah_612.html:122:11203:11220 Cardium Lacombe, Alberta -0.429134124827596108 +13184 cspg_html_3627006433 cspg_html_3627006433:646:69308:69319 Shaftesbury Lacombe, Alberta -0.0101247315019664351 +13185 aapg_ae_876.html aapg_ae_876.html:662:70173:70189 Dakota Black Hills 0.883903336455062139 +13186 palaios_html_2656173533 palaios_html_2656173533:791:64474:64481 Jewett Silt San Francisco -0.0453014649613171713 +13187 gsa_html_6499317047 gsa_html_6499317047:653:54233:54243 Washington Victoria, British Columbia -0.0590401550116134086 +13188 cspg_html_8438548095 cspg_html_8438548095:204:20221:20229 Paskapoo Edmonton, London -0.146890520356630916 +13189 aapg_ai_250.html aapg_ai_250.html:139:15638:15656 Manitou Colorado -0.477401564658383792 +13190 geology_html_4022603373 geology_html_4022603373:206:19550:19557 Hampton Virginia -0.39119582090662991 +13191 geology_html_8381924936 geology_html_8381924936:12:507:513 Reston Virginia -0.482038661537539159 +13192 aapg_ad_466.html aapg_ad_466.html:702:77646:77658 Mount Laurel Monmouth -0.0429223527967571086 +13193 aapg_ae_906.html aapg_ae_906.html:144:12889:12909 Aux Vases New Harmony, Indiana -0.435734504938152245 +13194 sedimentology_html_2153503572 sedimentology_html_2153503572:43:3915:3920 Crete Gavdos -0.0185124334228341722 +13195 cspg_html_6953218740 cspg_html_6953218740:14:1900:1908 Columbia Victoria, British Columbia -0.0356930261214894115 +13196 aapg_ad_944.html aapg_ad_944.html:251:24125:24148 Watrous Spearfish, South Dakota 0.00235214466363176024 +13197 cspg_html_3734757529 cspg_html_3734757529:532:67223:67235 Granite Wash Lacombe, Alberta -0.454113919430063184 +13198 AMJC_html_1833407407 AMJC_html_1833407407:391:41372:41380 Syracuse Maryland -0.458641287983651336 +13199 gsa_html_1584835518 gsa_html_1584835518:29:2796:2824 Green River Colorado -0.027056608189623254 +13200 cspg_html_1064938580 cspg_html_1064938580:411:43349:43365 Kanguk Ellesmere Island -0.181962249686020483 +13201 aapg_ai_145.html aapg_ai_145.html:12:1322:1328 Fernie Lacombe, Alberta -0.0210726272729466063 +13202 aapg_aa_47.html aapg_aa_47.html:482:56885:56902 Minturn Madera County, California -0.0102706745632111761 +13203 sedimentology_html_8001929837 sedimentology_html_8001929837:390:32256:32260 Java Caspian Sea -0.523356523869947798 +13204 geology_html_1678017973 geology_html_1678017973:122:14704:14712 Virginia Pennsylvania -0.0498491257699788942 +13205 aapg_ae_341.html aapg_ae_341.html:206:22006:22025 Smackover Cotton Valley, Louisiana 0.0131896685317451842 +13206 sedimentology_html_9284939222 sedimentology_html_9284939222:1413:103394:103415 Mesaverde Logan, Utah 0.00088769823007264 +13207 aapg_ac_535.html aapg_ac_535.html:501:47026:47042 Viking Lacombe, Alberta -0.0188200559458422435 +13208 aapg_ak_98.html aapg_ak_98.html:604:73045:73063 Caballos Texas -0.458659434193013582 +13209 gsa_html_3461259885 gsa_html_3461259885:696:54376:54404 Green River Iran -0.0451864998498942502 +13210 cspg_html_1503116552 cspg_html_1503116552:807:110495:110526 Beaverhill Swan Hill, Victoria -0.521845091832565222 +13211 aapg_ai_835.html aapg_ai_835.html:67:7833:7847 Ingleside Mexico -0.456391730122837791 +13212 gsa_html_7808051457 gsa_html_7808051457:752:75437:75445 Colorado Berg (state) -0.480728181628129914 +13213 aapg_ai_208.html aapg_ai_208.html:51:5751:5776 Basal Castle Hayne, North Carolina -0.494751281926012032 +13214 gsa_html_5268546581 gsa_html_5268546581:226:18910:18938 Green River New Mexico 0.00547565736357213256 +13215 aapg_ah_419.html aapg_ah_419.html:251:22170:22183 Bearpaw Lethbridge 0.970942773565514727 +13216 aapg_ai_105.html aapg_ai_105.html:33:5107:5113 Morgan Des Moines, Washington -0.454041701910604445 +13217 palaios_html_5398833984 palaios_html_5398833984:809:90665:90680 Aguja Texas -0.0487929978444478704 +13218 gsa_html_2537190671 gsa_html_2537190671:860:58306:58334 Green River Colorado 0.0147153047402196445 +13219 aapg_ah_567.html aapg_ah_567.html:127:14375:14394 Wapanucka Ouachita Mountains -0.412832068204634806 +13220 gsa_html_4012649500 gsa_html_4012649500:817:75294:75302 Columbia Victoria, British Columbia -0.471819338906025898 +13221 cspg_html_5381643866 cspg_html_5381643866:199:24871:24890 Bickford Bickford 0.0014766026609327194 +13222 aapg_ac_400.html aapg_ac_400.html:356:41407:41414 Juniata Mason County, West Virginia -0.375635070909630941 +13223 aapg_ad_808.html aapg_ad_808.html:768:50485:50503 Sundance Cheyenne, Wyoming -0.151622384794837445 +13224 AMJC_html_3632105729 AMJC_html_3632105729:238:35109:35125 Wild Sheep Creek Wallowa, Oregon -0.466718659783226908 +13225 palaios_html_1004336557 palaios_html_1004336557:757:50565:50570 Price Sellwood Bridge -0.461854353575764598 +13226 cspg_html_4617311907 cspg_html_4617311907:348:54959:54970 Mabou Bridgetown, Nova Scotia -0.450725896910529999 +13227 aapg_af_561.html aapg_af_561.html:333:29262:29280 Wasatch Fort Union Trading Post National Historic Site -0.413421942671498677 +13228 cspg_html_4403434336 cspg_html_4403434336:252:29495:29512 Prince Alfred Bay Devon Island -0.0224076161552878329 +13229 gsa_html_8208054335 gsa_html_8208054335:123:13636:13657 Chucunaque Darien, Georgia -0.0699996007793607794 +13230 aapg_ae_69.html aapg_ae_69.html:298:32092:32103 Uncompahgre Uinta Mountains -0.439298641817729429 +13231 palaios_html_5398921270 palaios_html_5398921270:441:45798:45815 Marjum Austin, Chicago 0.0154590412849191748 +13232 aapg_ae_916.html aapg_ae_916.html:332:38436:38441 Mt Lytton Colorado -0.478377564070346595 +13233 gsa_html_4719798013 gsa_html_4719798013:401:41581:41606 Blackwater Draw Monahans, Texas -0.493772964396431202 +13234 aapg_ai_787.html aapg_ai_787.html:108:11075:11093 Whitsett Mexico -0.441798115405519942 +13235 AMJC_html_6341723617 AMJC_html_6341723617:1196:100274:100295 Green River Logan, Utah 0.00242510668840977212 +13236 aapg_aa_991.html aapg_aa_991.html:70:8541:8548 Edwards Burleson County, Texas -0.532074439982739511 +13237 cspg_html_5241714595 cspg_html_5241714595:263:40992:41008 Muskwa Lacombe, Alberta -0.474808096218428344 +13238 jgeology_html_8828401378 jgeology_html_8828401378:903:45719:45732 Santa Barbara California -0.456416618922522499 +13239 aapg_ac_586.html aapg_ac_586.html:67:8382:8403 Mauch Chunk Pottsville, Pennsylvania -0.440354093294291316 +13240 geology_html_3441880285 geology_html_3441880285:185:20074:20080 Reston Virginia -0.0357069470350891913 +13241 geology_html_9687641771 geology_html_9687641771:105:8928:8945 Seward Sand Hills (Nebraska) -0.464405306663695727 +13242 gsa_html_1290697059 gsa_html_1290697059:792:57278:57287 Peninsula Quebec City -0.435356280726712952 +13243 cspg_html_5141367518 cspg_html_5141367518:240:34832:34841 Crowsnest Pincher Creek, Alberta -0.210471059178412606 +13244 palaios_html_9935872947 palaios_html_9935872947:344:29623:29633 Santa Cruz Bolivia -0.0461550436827942306 +13245 aapg_ad_42.html aapg_ad_42.html:177:17992:17998 Muskeg Lacombe, Alberta -0.00715733505332284085 +13246 gsa_html_5262754204 gsa_html_5262754204:148:17913:17935 Black Peaks Lajitas, Texas -0.0751986612880255756 +13247 aapg_ac_534.html aapg_ac_534.html:42:5726:5754 Grove Ellis County, Kansas -0.485448733097070706 +13248 gsa_html_5625878232 gsa_html_5625878232:141:20787:20797 Washington Central Valley (California) -0.442542141875480355 +13249 aapg_af_430.html aapg_af_430.html:43:4491:4503 Austin Chalk Wilson County, Texas 0.966319221109180448 +13250 AMJC_html_6380449699 AMJC_html_6380449699:974:75351:75359 Scotland Inverness, Florida -0.469038078694436811 +13251 geology_html_6869854300 geology_html_6869854300:170:17948:17961 Pit Closter, New Jersey -0.0951065844265481797 +13252 geology_html_8136966811 geology_html_8136966811:288:23937:23975 Colorado Chile -0.481766159765426027 +13253 aapg_aa_654.html aapg_aa_654.html:93:14669:14683 Espiritu Santo Sangre de Cristo Range -0.449656248007914428 +13254 gsa_html_4067767548 gsa_html_4067767548:13:480:486 Denver Colorado -0.44948782523520614 +13255 gsa_html_4501954721 gsa_html_4501954721:831:61327:61337 Washington Seattle -0.469988693380082645 +13256 sedimentology_html_1357699877 sedimentology_html_1357699877:752:59874:59878 Hall London, Ontario -0.46328736756315686 +13257 aapg_ac_392.html aapg_ac_392.html:149:14692:14718 Salem Knox County, Illinois -0.000781730278493122455 +13258 aapg_ai_592.html aapg_ai_592.html:169:27165:27182 Bridger Uinta Mountains -0.0236314487961183893 +13259 aapg_ai_54.html aapg_ai_54.html:170:19911:19919 Woodbine Tuscaloosa, Alabama -0.445338708488509594 +13260 geology_html_7872773872 geology_html_7872773872:37:3536:3540 Rove Virginia -0.430224392211940587 +13261 aapg_aa_251.html aapg_aa_251.html:33:2969:2994 Smackover Arkansas -0.466009382111544301 +13262 sedimentology_html_3865745685 sedimentology_html_3865745685:1815:119322:119340 Dunvegan Victoria, British Columbia -0.445984933244691462 +13263 gsa_html_4520182275 gsa_html_4520182275:1026:109286:109291 Rapid Southern California -0.064370587065321061 +13264 cspg_html_1841843683 cspg_html_1841843683:78:13164:13177 Gypsum Spring Williston Basin -0.107267277440647457 +13265 aapg_ai_515.html aapg_ai_515.html:277:29891:29898 Wasatch Wasatch Range -0.0816507680951974596 +13266 aapg_ad_2.html aapg_ad_2.html:1316:180803:180814 Black River Mohawk Valley -0.101185516598285632 +13267 palaios_html_4875582819 palaios_html_4875582819:354:41403:41425 Judith River Lacombe, Alberta 0.0149273021634023628 +13268 cspg_html_8250755331 cspg_html_8250755331:569:64290:64306 Wapiti Canada -0.0231533782740243055 +13269 gsa_html_6212532476 gsa_html_6212532476:846:67537:67543 Oregon Earth -0.0447475566663644089 +13270 aapg_ah_740.html aapg_ah_740.html:92:11992:12003 San Antonio Arkansas -0.442542141875480355 +13271 aapg_ad_683.html aapg_ad_683.html:61:9599:9614 Supai Coconino County, Arizona -0.00874524918188981232 +13272 geology_html_2391629888 geology_html_2391629888:145:14465:14484 Round Mountain Silt Baja California peninsula -0.482987267474293158 +13273 gsa_html_8236729701 gsa_html_8236729701:534:47901:47921 Spences Bridge Victoria, British Columbia -0.0578709660660540678 +13274 cspg_html_7866293053 cspg_html_7866293053:782:77970:77991 Clearwater Lacombe, Alberta -0.470216166533545032 +13275 aapg_af_779.html aapg_af_779.html:130:16671:16685 Traverse Michigan -0.429186850864238578 +13276 aapg_ac_807.html aapg_ac_807.html:981:92464:92472 Virginia James River (Dakotas) -0.491162576381923288 +13277 aapg_aa_216.html aapg_aa_216.html:456:41540:41548 Colorado Denver -0.0260481030214056476 +13278 gsa_html_4038604474 gsa_html_4038604474:874:68829:68857 Green River Colorado 0.0365022098849613272 +13279 aapg_aa_698.html aapg_aa_698.html:391:36863:36872 Wolverine Lacombe, Alberta -0.486401118306284352 +13280 AMJC_html_6430804426 AMJC_html_6430804426:84:6021:6031 Las Ovejas San Diego -0.0419054197993560459 +13281 aapg_ai_281.html aapg_ai_281.html:181:16789:16809 Lane Guadalupe Mountains National Park -0.012400818539292929 +13282 cspg_html_6252417471 cspg_html_6252417471:275:40676:40698 Eureka Sound Banks Island -0.476519241639526414 +13283 aapg_ac_789.html aapg_ac_789.html:172:34438:34444 Denver Colorado -0.0544099822313272238 +13284 gsa_html_2005293978 gsa_html_2005293978:1273:99493:99521 Green River Colorado -0.02404868566678443 +13285 aapg_ad_2.html aapg_ad_2.html:1206:164856:164864 Loysburg Mount Nittany -0.460057796157608223 +13286 cspg_html_4293350162 cspg_html_4293350162:954:97304:97309 Price Lacombe, Alberta -0.0157388171484894208 +13287 aapg_ad_440.html aapg_ad_440.html:807:80973:80979 Pocono Pennsylvania 0.0200001890742619974 +13288 aapg_ah_489.html aapg_ah_489.html:195:17677:17684 Genesee Middlesex -0.443824430041729556 +13289 cspg_html_5450075884 cspg_html_5450075884:15:2504:2512 Dunvegan Colorado -0.420071282660241185 +13290 aapg_ac_924.html aapg_ac_924.html:1216:85548:85564 Amsden Cheyenne, Wyoming -0.122711183134687804 +13291 palaios_html_6034217939 palaios_html_6034217939:18:1056:1064 Columbia Victoria, British Columbia -0.45644603384473742 +13292 palaios_html_7791179988 palaios_html_7791179988:542:48333:48342 San Diego California -0.431113360606789509 +13293 aapg_ae_876.html aapg_ae_876.html:703:74930:74948 Frontier Cheyenne, Wyoming -0.00581963313965654701 +13294 cspg_html_2009306839 cspg_html_2009306839:113:15852:15868 Wabamun Lacombe, Alberta -0.452887004013691252 +13295 sedimentology_html_2912098544 sedimentology_html_2912098544:488:43726:43743 Kayenta Colorado -0.0356704046759730303 +13296 aapg_ah_659.html aapg_ah_659.html:21:3331:3346 Uinta Uinta Mountains -0.253835302083505965 +13297 aapg_ad_639.html aapg_ad_639.html:475:54927:54944 Tellico Knoxville, Tennessee -0.431509704805809302 +13298 gsa_html_9152662653 gsa_html_9152662653:184:17089:17097 Columbia Virginia 0.0154659921989573207 +13299 cspg_html_7872970297 cspg_html_7872970297:55:6494:6502 Columbia Victoria, British Columbia -0.061581702115097843 +13300 palaios_html_5600528347 palaios_html_5600528347:499:50709:50730 Green River Cheyenne, Wyoming 0.80523737603899892 +13301 aapg_ae_415.html aapg_ae_415.html:332:43397:43412 Vicksburg Mississippi River -0.0446343409079277068 +13302 aapg_ac_807.html aapg_ac_807.html:552:54832:54849 St Marys North Carolina -0.448282824521055501 +13303 aapg_ae_415.html aapg_ae_415.html:993:125700:125716 Willis Simpson County, Kentucky -0.0367528086008553287 +13304 cspg_html_8337197939 cspg_html_8337197939:128:15845:15862 Fernie Kootenay River -0.436965343294064001 +13305 aapg_ac_20.html aapg_ac_20.html:73:6805:6809 Frio Matagorda County, Texas -0.00871745152629535731 +13306 aapg_ad_835.html aapg_ad_835.html:154:16818:16824 Brazil Caribbean -0.462225485866077257 +13307 aapg_ae_377.html aapg_ae_377.html:69:7275:7279 Java Sumatra -0.0708074614603027563 +13308 cspg_html_3233680622 cspg_html_3233680622:631:74059:74075 Kanguk Banks Island -0.0560198859821707459 +13309 aapg_ah_536.html aapg_ah_536.html:553:73126:73143 Rodessa Rodessa, Louisiana -0.00143491027354907159 +13310 aapg_ae_63.html aapg_ae_63.html:393:40074:40083 Pocatello Pocatello, Idaho -0.473508484055372547 +13311 aapg_ae_973.html aapg_ae_973.html:133:11871:11887 San Andres West Texas -0.429938515402492283 +13312 aapg_ae_991.html aapg_ae_991.html:49:6618:6636 Tensleep Cheyenne, Wyoming -0.512088833057548598 +13313 palaios_html_4745554613 palaios_html_4745554613:743:68987:69005 Kaskapau Lacombe, Alberta -0.460944252925189812 +13314 aapg_aa_158.html aapg_aa_158.html:479:45462:45470 Cloverly Cheyenne, Wyoming -0.447168994241326834 +13315 cspg_html_8840748783 cspg_html_8840748783:5:268:293 Kaskapau Lacombe, Alberta -0.0803435311944906416 +13316 aapg_ac_575.html aapg_ac_575.html:703:98282:98302 Phosphoria Logan, Utah -0.00035264713868171768 +13317 aapg_ac_451.html aapg_ac_451.html:687:69730:69736 Beluga Anchorage, Alaska -0.00521159632259529833 +13318 aapg_aa_145.html aapg_aa_145.html:257:28429:28437 Columbia Victoria, British Columbia -0.461026124022890449 +13319 cspg_html_3102530088 cspg_html_3102530088:319:38279:38307 Lea Park Lacombe, Alberta -0.140214359760658686 +13320 geology_html_2784558180 geology_html_2784558180:290:24728:24754 Sullivan Vancouver -2.08461351353560743e-05 +13321 sedimentology_html_1338997515 sedimentology_html_1338997515:1783:56221:56241 San Andres Sacramento Mountains (California) -0.0379780466881480191 +13322 gsa_html_5625878232 gsa_html_5625878232:489:65324:65332 Columbia Victoria, British Columbia -0.459294782857853967 +13323 aapg_ai_213.html aapg_ai_213.html:138:19063:19082 Keg River Lacombe, Alberta -0.475258680049542748 +13324 cspg_html_2986717500 cspg_html_2986717500:21:3664:3724 Trent River Qualicum River -0.0907927787611444576 +13325 aapg_ad_306.html aapg_ad_306.html:518:57918:57931 Chuacus Guatemala -0.0483573436723463285 +13326 aapg_aa_644.html aapg_aa_644.html:533:48754:48772 Kootenai Logan, Utah 0.0940342941134031524 +13327 aapg_ae_461.html aapg_ae_461.html:66:9849:9857 Bellevue Pine Island (Lee County, Florida) -0.477512787064485633 +13328 cspg_html_2536610088 cspg_html_2536610088:33:4018:4026 Columbia Victoria, British Columbia -0.471405039658470026 +13329 jgeology_html_2714962789 jgeology_html_2714962789:155:9371:9392 Chopawamsic Southwick, Massachusetts -0.454034931813569353 +13330 cspg_html_5949578130 cspg_html_5949578130:438:72040:72047 Wabamun Williston Basin -0.00782446102673750588 +13331 cspg_html_8078587269 cspg_html_8078587269:19:2400:2421 Etherington Cordillera Administrative Region -0.458720680358492616 +13332 cspg_html_9717154602 cspg_html_9717154602:36:5838:5855 Bearpaw Lacombe, Alberta 0.921467681203336886 +13333 aapg_af_754.html aapg_af_754.html:261:38767:38785 Monterey California 0.0185836902013920245 +13334 gsa_html_4593629541 gsa_html_4593629541:38:3886:3895 Littleton Piermont, New York -0.021507182733615033 +13335 aapg_aa_684.html aapg_aa_684.html:330:31141:31159 Red Peak John Crow Mountains -0.460337276166031373 +13336 aapg_af_461.html aapg_af_461.html:177:16364:16378 Traverse Michigan -0.42595400256464333 +13337 gsa_html_9891566604 gsa_html_9891566604:908:79025:79045 Prospect Green Mountain -0.450649451770273157 +13338 cspg_html_4409656292 cspg_html_4409656292:610:70418:70426 Edmonton Regina, Saskatchewan -0.00593429213199152261 +13339 geology_html_1604094278 geology_html_1604094278:11:542:551 San Diego California -0.0530497916352297219 +13340 cspg_html_5832944175 cspg_html_5832944175:38:5233:5241 Columbia Victoria, British Columbia 0.0051247343510113369 +13341 aapg_af_225.html aapg_af_225.html:82:9457:9466 Conemaugh Allegheny Mountains -0.0156223882901486526 +13342 gsa_html_8271829751 gsa_html_8271829751:783:67039:67051 Owens Valley California -0.46814580209221146 +13343 gsa_html_1610161932 gsa_html_1610161932:13:616:624 San Jose California -0.0242016752892677545 +13344 cspg_html_8694594891 cspg_html_8694594891:442:46831:46859 Laurentian Ottawa, Kansas -0.0278217295801544348 +13345 aapg_ai_747.html aapg_ai_747.html:31:2603:2613 San Miguel Austin, Chicago -0.00771327274469656935 +13346 aapg_ac_586.html aapg_ac_586.html:281:29933:29953 Pottsville Pennsylvania 0.016701549469463943 +13347 palaios_html_6944542452 palaios_html_6944542452:534:46405:46422 Wasatch Cheyenne, Wyoming 0.793281603594976015 +13348 gsa_html_7737235229 gsa_html_7737235229:1089:70281:70315 Bonneterre Missouri River -0.0122044780485856749 +13349 aapg_ah_430.html aapg_ah_430.html:200:14999:15016 Entrada Colorado 0.00461398797422866731 +13350 cspg_html_4205215905 cspg_html_4205215905:90:13192:13207 Elk Regina, Saskatchewan -0.455197874748240694 +13351 aapg_ad_659.html aapg_ad_659.html:124:16331:16365 Solor Church Iowa -0.519144766060317675 +13352 geology_html_8920075350 geology_html_8920075350:12:571:584 Santa Barbara California -0.444835906435795903 +13353 cspg_html_3999664457 cspg_html_3999664457:125:10086:10120 Beaverhill Lacombe, Alberta -0.467950951742638677 +13354 cspg_html_8212454185 cspg_html_8212454185:225:27280:27291 Coal Valley Lacombe, Alberta -0.473746101631411953 +13355 cspg_html_3385840278 cspg_html_3385840278:1619:179998:180023 Beaverhill Lacombe, Alberta -0.0101247315019664351 +13356 aapg_aa_484.html aapg_aa_484.html:48:5342:5365 Marble Falls Texas -0.436832441054611387 +13357 aapg_af_812.html aapg_af_812.html:30:2927:2940 Cook Mountain Rock City 0.0195500267274268669 +13358 aapg_ai_810.html aapg_ai_810.html:4:655:680 Smackover Mississippi River -0.454143259443463898 +13359 gsa_html_8244777175 gsa_html_8244777175:122:10740:10762 Bluffer Pond Stacyville, Iowa -0.0366623139169080098 +13360 sedimentology_html_6089121782 sedimentology_html_6089121782:31:2210:2220 Washington Seattle -0.0385628723639815305 +13361 aapg_ai_28.html aapg_ai_28.html:324:31259:31269 Rio Grande Texas -0.0607524436830816084 +13362 gsa_html_1617077506 gsa_html_1617077506:972:91874:91882 Columbia Victoria, British Columbia -0.0320063471843775108 +13363 aapg_aa_698.html aapg_aa_698.html:35:4084:4100 Muskeg Lacombe, Alberta 0.000945025165510868953 +13364 aapg_ah_378.html aapg_ah_378.html:360:34736:34746 San Andres Ventura County, California -0.451591973931203428 +13365 palaios_html_3028956190 palaios_html_3028956190:483:52827:52841 Kope Cincinnati -0.444916336311243943 +13366 aapg_ah_453.html aapg_ah_453.html:10:1426:1433 Temblor Monterey, California -0.465561228542891226 +13367 cspg_html_4343998218 cspg_html_4343998218:34:4510:4533 Mount Kindle Middle Ordovician -0.485011505687422073 +13368 aapg_ai_255.html aapg_ai_255.html:20:4159:4171 Salina Bloomington, Indiana -0.262840569557615977 +13369 aapg_ad_356.html aapg_ad_356.html:332:31120:31129 Smackover Arkansas 0.00130635878656701733 +13370 aapg_aa_777.html aapg_aa_777.html:68:7878:7888 Bear River Lake Bonneville -0.041445748202081481 +13371 aapg_ad_564.html aapg_ad_564.html:7038:582625:582631 Walker Toronto -0.526432155606555985 +13372 cspg_html_4498577775 cspg_html_4498577775:75:9651:9667 Hector Lake Louise, Alberta -0.461219460550356897 +13373 sedimentology_html_9912946355 sedimentology_html_9912946355:100:9072:9086 Gibraltar Spain -0.0355416373678999614 +13374 aapg_ae_959.html aapg_ae_959.html:2312:164585:164592 Rustler Salado, Texas -0.4597965726108596 +13375 aapg_af_947.html aapg_af_947.html:237:37472:37491 Mesaverde Mancos, Colorado -0.484205441022560468 +13376 palaios_html_2302228726 palaios_html_2302228726:17:1116:1134 Monterey Earth -0.0231725008237077118 +13377 aapg_ai_81.html aapg_ai_81.html:111:12367:12378 Knapp Pennsylvania -0.499769415710701548 +13378 aapg_ah_71.html aapg_ah_71.html:684:45075:45081 Midway Alabama -0.44280960294495586 +13379 gsa_html_3380395839 gsa_html_3380395839:29:1551:1557 Oregon Washington (state) -0.0570055523431757527 +13380 aapg_ad_610.html aapg_ad_610.html:35:4433:4445 Austin Chalk Wilson County, Texas -0.447153316157111791 +13381 gsa_html_1860930948 gsa_html_1860930948:738:73804:73810 Denver Colorado -0.459149520620870666 +13382 aapg_ah_311.html aapg_ah_311.html:258:27247:27257 Fort Union Wasatch Range -0.466727815469158758 +13383 cspg_html_5541937700 cspg_html_5541937700:170:24655:24675 Bow Island Lacombe, Alberta -0.060940981097562269 +13384 cspg_html_3516764931 cspg_html_3516764931:445:64620:64628 Columbia Victoria, British Columbia -0.487870386185061844 +13385 aapg_ai_163.html aapg_ai_163.html:522:44143:44159 Kaibab Logan, Utah -0.0137370110791438689 +13386 aapg_aa_960.html aapg_aa_960.html:487:37483:37489 Carmel Entrada Sandstone -0.0312427146313614852 +13387 aapg_ad_880.html aapg_ad_880.html:1034:100036:100053 Rierdon Cheyenne, Wyoming 0.0456986293917426012 +13388 aapg_ac_927.html aapg_ac_927.html:78:11639:11644 Magog Russia -0.0567752597365521264 +13389 aapg_ae_71.html aapg_ae_71.html:193:17923:17948 Elephant Canyon Hermosa, Chicago -0.525135718439006638 +13390 cspg_html_5541937700 cspg_html_5541937700:931:111354:111361 Cardium Canada 0.611678341571754824 +13391 gsa_html_5274400800 gsa_html_5274400800:615:49872:49890 Monterey Los Angeles -0.00417620791845697229 +13392 aapg_ai_364.html aapg_ai_364.html:140:13623:13632 Wapanucka Pottsville, Pennsylvania -0.442548827459522287 +13393 geology_html_7426101891 geology_html_7426101891:11:430:436 Dayton Ohio -0.479475427251918496 +13394 aapg_aa_4.html aapg_aa_4.html:226:29796:29802 Ithaca Van Etten (village), New York -0.0858694142895367885 +13395 aapg_ac_753.html aapg_ac_753.html:172:22460:22478 Entrada Colorado -0.481482104366479757 +13396 cspg_html_6546794930 cspg_html_6546794930:22:1990:2005 Elk Lacombe, Alberta -0.486794549910148755 +13397 cspg_html_8312989046 cspg_html_8312989046:8:419:427 Columbia Victoria, British Columbia -0.0463867446356681576 +13398 aapg_ah_439.html aapg_ah_439.html:112:12791:12799 Richland Monroe, Michigan -0.0313696934317686249 +13399 cspg_html_2758185645 cspg_html_2758185645:28:4688:4704 Rundle Lacombe, Alberta -0.0357887327729749932 +13400 aapg_ae_611.html aapg_ae_611.html:713:70791:70799 Colorado Grand Junction, Colorado -0.499412697488954616 +13401 aapg_ah_357.html aapg_ah_357.html:113:9848:9856 Victoria Cordele, Georgia -0.476172115937115059 +13402 cspg_html_5456368738 cspg_html_5456368738:123:15508:15518 Sans Sault Sault Ste. Marie, Ontario -0.473653815287124913 +13403 aapg_af_618.html aapg_af_618.html:109:11575:11590 Rodessa Texas -0.00217147693343403827 +13404 palaios_html_8801470615 palaios_html_8801470615:457:46280:46297 Hunting Canadian Arctic Archipelago -0.460980639153810601 +13405 cspg_html_6964953392 cspg_html_6964953392:33:5725:5733 Columbia Victoria, British Columbia -0.46809765859229685 +13406 gsa_html_7102550258 gsa_html_7102550258:1390:131695:131712 Kayenta Colorado Plateau -0.511893299701262627 +13407 cspg_html_6116883777 cspg_html_6116883777:1630:198968:198985 Prince Alfred Bay Devon Island -0.0301277931102772942 +13408 cspg_html_4326384800 cspg_html_4326384800:1046:154138:154159 Swan Hills Canada -0.452896019392303839 +13409 gsa_html_5293445820 gsa_html_5293445820:181:22005:22030 Keevy Peak Healy, Alaska -0.0493785557228638358 +13410 aapg_aa_684.html aapg_aa_684.html:372:35761:35776 Jelm Cheyenne, Wyoming -0.500900028677199516 +13411 aapg_aa_914.html aapg_aa_914.html:74:9278:9283 Atoka Middle East -0.0237635726163751594 +13412 cspg_html_9894399778 cspg_html_9894399778:61:5576:5597 Edmonton Edmonton, London -0.477123570959987586 +13413 aapg_ai_759.html aapg_ai_759.html:3:335:343 Michigan Ohio -0.0308043870775981631 +13414 geology_html_5620285857 geology_html_5620285857:222:19581:19617 Big Cottonwood Logan, Utah -0.470200080639580853 +13415 aapg_ai_17.html aapg_ai_17.html:1091:71778:71787 Catahoula Alabama -0.0774534695690955732 +13416 jgeology_html_5981661056 jgeology_html_5981661056:725:56576:56580 Hall London, Ontario -0.00712258914704064564 +13417 aapg_ah_442.html aapg_ah_442.html:7:2184:2188 Frio Neches, Texas -0.507310401388954446 +13418 cspg_html_8089302449 cspg_html_8089302449:30:5249:5295 Pine Point Michigan -0.524409841823676004 +13419 aapg_aa_98.html aapg_aa_98.html:231:20219:20231 Cooking Lake Central Alberta -0.0651269728115944357 +13420 sedimentology_html_9199455608 sedimentology_html_9199455608:1111:76098:76102 Hall London, Ontario -0.0362411760132516358 +13421 aapg_ah_645.html aapg_ah_645.html:545:66834:66839 Piper Tampico, Illinois -0.436929900849743147 +13422 gsa_html_1040524378 gsa_html_1040524378:670:73726:73743 Bridger Cheyenne, Wyoming -0.464409872562970838 +13423 cspg_html_5541937700 cspg_html_5541937700:806:102596:102612 Viking Lacombe, Alberta -0.444891759770598527 +13424 aapg_ak_58.html aapg_ak_58.html:943:90321:90330 Red River Shreveport, Louisiana 0.0116536887508022161 +13425 sedimentology_html_9285288228 sedimentology_html_9285288228:702:62787:62796 Greenhorn New Mexico -0.444094495043231396 +13426 aapg_af_397.html aapg_af_397.html:618:73733:73751 Todilto San Juan, Argentina -0.0506753085057192118 +13427 aapg_ah_167.html aapg_ah_167.html:86:10246:10256 Ruby Range Reno, Nevada -0.0500861646985385212 +13428 cspg_html_5940878099 cspg_html_5940878099:399:45025:45035 Bonneterre Missouri River 0.407081510637075428 +13429 gsa_html_6142651299 gsa_html_6142651299:810:73495:73508 Santa Barbara Los Angeles -0.465705253187009671 +13430 cspg_html_5541725202 cspg_html_5541725202:169:25261:25277 Cumberland Logan, Utah -0.0246554374675200805 +13431 cspg_html_9076537566 cspg_html_9076537566:153:17706:17715 Baillarge Ellesmere Island -0.00743530313754165329 +13432 aapg_aa_24.html aapg_aa_24.html:318:34276:34299 Snowblind Bay Little Cornwallis Island -0.432316117842066305 +13433 aapg_af_219.html aapg_af_219.html:172:16981:16993 Dakota Cheyenne, Wyoming -0.450422402561976354 +13434 aapg_af_975.html aapg_af_975.html:105:16550:16556 Denver Colorado -0.0343184250102417446 +13435 aapg_ae_319.html aapg_ae_319.html:628:53215:53222 Entrada Metro Manila -0.431509704805809302 +13436 geology_html_1655073154 geology_html_1655073154:276:23193:23199 Morgan Hawaii (island) -0.0088338543289246535 +13437 gsa_html_1124773713 gsa_html_1124773713:191:20086:20094 Colorado Denver -0.474009171210690694 +13438 aapg_ac_692.html aapg_ac_692.html:10:1287:1295 Windfall Lacombe, Alberta -0.0446343409079277068 +13439 aapg_ah_487.html aapg_ah_487.html:218:25546:25552 Midway Texas -0.00217147693343403827 +13440 aapg_ai_28.html aapg_ai_28.html:301:28629:28639 Rio Grande Texas -0.0907839976297658696 +13441 aapg_ac_548.html aapg_ac_548.html:39:5583:5600 Ivishak Anchorage, Alaska -0.238110402226898554 +13442 cspg_html_5117208919 cspg_html_5117208919:113:9695:9711 Muskeg Victoria, British Columbia -0.465460653780432054 +13443 aapg_ac_451.html aapg_ac_451.html:480:48158:48167 Extension Cook Inlet -0.477158315306099867 +13444 geology_html_5457907337 geology_html_5457907337:13:613:623 Washington Washington (state) -0.0177077702802340836 +13445 aapg_ah_962.html aapg_ah_962.html:173:20170:20185 Viola Richmond, California -0.464533160716817162 +13446 aapg_ah_385.html aapg_ah_385.html:94:10879:10895 Forbes Yolo County, California -0.0593560470104907562 +13447 aapg_aa_739.html aapg_aa_739.html:76:10421:10434 Lone Mountain Reno, Nevada -0.216060318467067747 +13448 aapg_aa_699.html aapg_aa_699.html:90:8955:8971 Salina Newaygo County, Michigan -0.218993777000598744 +13449 aapg_ac_920.html aapg_ac_920.html:129:21107:21112 Rapid Logan, Utah -0.488743302412917968 +13450 geology_html_4658814755 geology_html_4658814755:326:27980:27988 Virginia Chesapeake Bay -0.485238274937032199 +13451 cspg_html_2485255876 cspg_html_2485255876:437:54478:54486 Columbia Victoria, British Columbia -0.00910662035546105052 +13452 gsa_html_1889035506 gsa_html_1889035506:14:510:519 San Diego La Jolla -0.461526610478465105 +13453 gsa_html_2832151886 gsa_html_2832151886:356:27799:27811 Summit Creek Great Falls (Missouri River) -0.471336008805755435 +13454 aapg_af_162.html aapg_af_162.html:261:24515:24525 Brownstown Arkansas 0.349426008480504646 +13455 aapg_ae_393.html aapg_ae_393.html:28:2880:2893 Woodbine Northeast Texas -0.466965896576978678 +13456 aapg_af_861.html aapg_af_861.html:74:8253:8259 Nowata Okemah, Oklahoma -0.488743302412917968 +13457 jgeology_html_6707572660 jgeology_html_6707572660:1005:48623:48628 Queen Ontario, California -0.0442459352605073172 +13458 aapg_aa_124.html aapg_aa_124.html:20:3205:3225 Crowsnest Bow Island Airport -0.492258100446082036 +13459 aapg_ad_945.html aapg_ad_945.html:233:22876:22893 Cold Lake Lacombe, Alberta -0.417500283370627168 +13460 gsa_html_1290697059 gsa_html_1290697059:840:59834:59871 Clifton New Brunswick, New Jersey -0.467889067103673728 +13461 gsa_html_4113859081 gsa_html_4113859081:493:44600:44628 Green River Colorado -0.0284721166530200707 +13462 aapg_af_854.html aapg_af_854.html:1116:157401:157422 Tar Springs Vienna -0.463253167093327645 +13463 aapg_ah_505.html aapg_ah_505.html:1487:119254:119267 Blue Mountain Cheyenne Mountain -0.0241616892206824377 +13464 aapg_ad_466.html aapg_ad_466.html:66:6862:6870 Monmouth Matawan, New Jersey 0.00106315342262959652 +13465 gsa_html_5625878232 gsa_html_5625878232:219:31624:31646 Cedar District Baja California peninsula -0.467868439854770279 +13466 aapg_aa_898.html aapg_aa_898.html:16:2291:2301 North Horn Logan, Utah -0.238072982062638744 +13467 gsa_html_5293445820 gsa_html_5293445820:736:75274:75305 Nasina Fairbanks, Alaska -0.480611894173340604 +13468 aapg_af_142.html aapg_af_142.html:336:42441:42458 Sligo San Marcos, California -0.441419648744354465 +13469 cspg_html_5450075884 cspg_html_5450075884:580:66600:66618 Dunvegan Lacombe, Alberta -0.00326069828733479205 +13470 geology_html_9694850680 geology_html_9694850680:16:926:934 Virginia Alabama -0.483047901936257684 +13471 aapg_aa_95.html aapg_aa_95.html:112:10484:10492 Niobrara Routt County, Colorado 0.00437077655696941486 +13472 cspg_html_9343899465 cspg_html_9343899465:1333:111362:111374 Hell Gate Ellesmere Island -0.247295338348013705 +13473 aapg_ac_832.html aapg_ac_832.html:878:84531:84549 Interlake Williston, Vermont -0.415081112396476104 +13474 gsa_html_9934736458 gsa_html_9934736458:62:3889:3917 Green River Colorado -0.00048640987057772464 +13475 aapg_ac_691.html aapg_ac_691.html:20:1914:1924 Washington Salem, Oregon -0.0400668715535646355 +13476 gsa_html_1636483297 gsa_html_1636483297:843:74695:74701 Casper Cheyenne, Wyoming -0.0275887108223223723 +13477 aapg_ac_517.html aapg_ac_517.html:36:4505:4517 Winnipegosis Regina, Saskatchewan -0.40243866281967855 +13478 cspg_html_5569247132 cspg_html_5569247132:56:3631:3641 Milk River Lacombe, Alberta -0.0217192496932362561 +13479 cspg_html_1333179361 cspg_html_1333179361:582:48020:48036 Kaibab Arizona -0.0312131444176052264 +13480 sedimentology_html_4210495015 sedimentology_html_4210495015:129:11391:11395 Hall Antarctica -0.494318697340762225 +13481 cspg_html_9435196958 cspg_html_9435196958:1655:69875:69886 Peace River Lacombe, Alberta -0.0706553225515223066 +13482 gsa_html_8073290810 gsa_html_8073290810:817:74047:74051 Hall London, Ontario -0.463435584788403632 +13483 aapg_ad_2.html aapg_ad_2.html:1468:199058:199069 Black River Watertown, Massachusetts -0.0346577090486229963 +13484 aapg_ai_582.html aapg_ai_582.html:11:1358:1370 Saskatchewan Cheyenne, Wyoming -0.0570055523431757527 +13485 aapg_ac_215.html aapg_ac_215.html:267:23892:23913 Sweetland Creek Iowa -0.482931300996293389 +13486 aapg_ai_272.html aapg_ai_272.html:171:19185:19190 Logan Anticosti Island -0.467980749597819323 +13487 aapg_af_668.html aapg_af_668.html:18:2842:2851 Chadakoin Pennsylvania -0.129193271423888645 +13488 cspg_html_1019614994 cspg_html_1019614994:757:102477:102494 Exshaw Western Canadian Sedimentary Basin -0.0328413551399559175 +13489 aapg_ac_590.html aapg_ac_590.html:100:13088:13094 Dakota Carrizozo, New Mexico -0.0718673084458993777 +13490 aapg_ah_159.html aapg_ah_159.html:92:10161:10175 Fentress Knoxville, Tennessee -0.485308421911267773 +13491 aapg_ad_292.html aapg_ad_292.html:82:8940:8948 Colorado Gunnison River -0.0380668126428187481 +13492 aapg_ad_341.html aapg_ad_341.html:137:13251:13271 Mahantango Pennsylvania -0.0060576376426468119 +13493 aapg_ae_583.html aapg_ae_583.html:617:59059:59067 Colorado Denver -0.0608833718356879897 +13494 aapg_ai_623.html aapg_ai_623.html:132:21725:21744 Glen Rose South Central United States -0.044101376246448068 +13495 cspg_html_2482892781 cspg_html_2482892781:15:1972:1981 Lodgepole Chattanooga, Tennessee -0.008957206898973313 +13496 gsa_html_1119256423 gsa_html_1119256423:393:33933:33960 White River Nebraska 0.0152887445072461998 +13497 sedimentology_html_1442290380 sedimentology_html_1442290380:613:47997:48001 Hall London, Ontario -0.454052985518192231 +13498 aapg_ai_877.html aapg_ai_877.html:199:21194:21213 Brallier Erie County, New York 0.00112916628904579774 +13499 sedimentology_html_9978802855 sedimentology_html_9978802855:29:1905:1915 Washington Wa (Japan) -0.01912594516902133 +13500 aapg_ai_292.html aapg_ai_292.html:70:7391:7408 Alapah Anchorage, Alaska -0.0145589143235537784 +13501 gsa_html_9053175553 gsa_html_9053175553:103:14759:14793 Flagstaff Flagstaff, Arizona -0.489913286480908206 +13502 aapg_af_958.html aapg_af_958.html:10:429:439 Rancheria New Mexico -0.447455726501453044 +13503 gsa_html_4036573414 gsa_html_4036573414:575:61805:61811 Provo Pyrenees -0.0323925309205377876 +13504 aapg_ac_341.html aapg_ac_341.html:228:20666:20671 Price Greenbrier County Schools -0.425424282088950667 +13505 gsa_html_9487992082 gsa_html_9487992082:904:81049:81061 Cutler Logan, Utah -0.455310861563052449 +13506 gsa_html_7856084240 gsa_html_7856084240:662:55362:55368 Sonora Mexico -0.44948782523520614 +13507 sedimentology_html_6209353703 sedimentology_html_6209353703:711:69463:69470 Garland North Sea oil -0.460091874413590562 +13508 jgeology_html_2497886918 jgeology_html_2497886918:587:32693:32702 Peninsula East China Sea -0.459805657368256959 +13509 cspg_html_9023649778 cspg_html_9023649778:52:8590:8598 Columbia Victoria, British Columbia -0.460953349343471763 +13510 sedimentology_html_4062866456 sedimentology_html_4062866456:912:52106:52140 Pennington Knoxville, Tennessee -0.206079543461192449 +13511 cspg_html_2760914701 cspg_html_2760914701:9:1041:1061 Dawson Bay Regina, Saskatchewan -0.0167554219628843898 +13512 palaios_html_3232474978 palaios_html_3232474978:315:36324:36332 Columbia Victoria, British Columbia -0.503041677516484542 +13513 cspg_html_5891044027 cspg_html_5891044027:408:78439:78447 Waterton Lacombe, Alberta -0.0333528273781736606 +13514 gsa_html_8549650339 gsa_html_8549650339:36:2701:2721 Georgetown Texas -0.514794878232712194 +13515 cspg_html_3831007171 cspg_html_3831007171:6:287:300 Wabamun Lacombe, Alberta -0.104197809948184505 +13516 aapg_ah_784.html aapg_ah_784.html:243:23903:23911 Colorado Las Vegas Strip 0.026121130315404445 +13517 aapg_af_382.html aapg_af_382.html:29:5217:5221 Omoa Guatemala -0.447637220621224075 +13518 aapg_ae_415.html aapg_ae_415.html:948:118255:118264 Catahoula Melbourne, Florida -0.207485237496749797 +13519 aapg_ad_192.html aapg_ad_192.html:63:8484:8499 Eutaw Mississippi River -0.169537763126829943 +13520 gsa_html_5587803184 gsa_html_5587803184:90:10213:10220 Pamlico Wicomico County, Maryland -0.464473797617463435 +13521 gsa_html_4432793908 gsa_html_4432793908:686:76230:76250 Sheep Pass Sierra Nevada (Spain) 0.335618196513369105 +13522 aapg_aa_888.html aapg_aa_888.html:78:9526:9538 Salina Michigan -0.00756560119780054757 +13523 aapg_aa_369.html aapg_aa_369.html:302:31659:31674 Boggy Wichita, Kansas -0.0223919711537192666 +13524 aapg_ac_200.html aapg_ac_200.html:450:43703:43710 Wasatch Uinta Mountains 0.689664165861114342 +13525 AMJC_html_9113252962 AMJC_html_9113252962:91:12150:12170 Walloomsac Cambridge, Massachusetts -0.0330918692882290547 +13526 cspg_html_8387792223 cspg_html_8387792223:1302:116960:116968 Columbia Nelson, New Zealand -0.462717531176716879 +13527 aapg_aa_381.html aapg_aa_381.html:98:13109:13117 Vaqueros Monterey, California 0.00285245641142386911 +13528 aapg_ac_79.html aapg_ac_79.html:42:6468:6475 Clinton Hocking County, Ohio -0.448529529594894116 +13529 palaios_html_8055229939 palaios_html_8055229939:584:65188:65202 Beaufort South Africa -0.469382385724573914 +13530 cspg_html_3854139935 cspg_html_3854139935:193:25175:25187 Saskatchewan Lacombe, Alberta -0.0258220684876826687 +13531 aapg_ai_477.html aapg_ai_477.html:79:9344:9352 Columbia Victoria, British Columbia -0.0570474245850990103 +13532 aapg_aa_903.html aapg_aa_903.html:53:6860:6888 San Sebastian Lares, Puerto Rico -0.491237921935693156 +13533 aapg_ai_743.html aapg_ai_743.html:45:4505:4524 Bell Colorado -0.0642675305255647478 +13534 aapg_ad_880.html aapg_ad_880.html:582:54430:54453 Gypsum Spring Elk Mountain, Wyoming -0.111416453275349936 +13535 cspg_html_5973552270 cspg_html_5973552270:20:2764:2785 Slave Point Lacombe, Alberta -0.0188200559458422435 +13536 aapg_ae_692.html aapg_ae_692.html:336:34839:34848 Spearfish Williston, Vermont 1.00422119925751896 +13537 cspg_html_7750771523 cspg_html_7750771523:208:23571:23579 Colorado Denver -0.00802946509668115739 +13538 aapg_ah_536.html aapg_ah_536.html:382:50143:50160 Rodessa Rodessa, Louisiana -0.471888407816635713 +13539 cspg_html_6895078083 cspg_html_6895078083:385:37922:37953 Wilkie Point District Council of Franklin Harbour -0.47032647773667996 +13540 aapg_ak_87.html aapg_ak_87.html:157:24403:24412 San Pedro Mogollon, New Mexico -0.45295011354581094 +13541 cspg_html_1025724640 cspg_html_1025724640:401:54247:54254 Potsdam Montreal -0.455310861563052449 +13542 aapg_aa_20.html aapg_aa_20.html:7:1053:1076 Caseyville Illinois 0.0101056199531207262 +13543 gsa_html_3387611512 gsa_html_3387611512:1283:128474:128489 Orocopia Schist California -0.0559152219546391674 +13544 aapg_ah_416.html aapg_ah_416.html:218:18737:18752 Mt Lytton Milk River, Alberta -0.455229509631582041 +13545 cspg_html_3447886929 cspg_html_3447886929:1005:104906:104940 Romaine Quebec City -0.45417711448712661 +13546 gsa_html_7554994575 gsa_html_7554994575:501:50253:50262 Knoxville Piedmont (United States) -0.0366936389096963397 +13547 aapg_ai_49.html aapg_ai_49.html:212:24935:24944 Ingleside Cheyenne, Wyoming -0.0191537535142871224 +13548 sedimentology_html_7652385579 sedimentology_html_7652385579:35:1911:1917 Guelph Ontario, California -0.452909542628234352 +13549 cspg_html_8662646956 cspg_html_8662646956:1192:133666:133676 Pine Point Canada -0.502719362846455242 +13550 aapg_ah_52.html aapg_ah_52.html:64:7931:7950 Matanuska Anchorage, Alaska 1.20042759306863811 +13551 cspg_html_7086880709 cspg_html_7086880709:410:54442:54464 Kee Scarp Mackenzie River -0.475977786028375149 +13552 aapg_ai_470.html aapg_ai_470.html:9:1564:1577 Cardium Regina, Saskatchewan -0.0125641469917892202 +13553 gsa_html_3696101390 gsa_html_3696101390:16:680:690 Washington San Juan, Argentina -0.0451203085338412122 +13554 aapg_ai_981.html aapg_ai_981.html:185:16097:16107 Rio Grande Mississippi River -0.488731563736560848 +13555 aapg_ae_223.html aapg_ae_223.html:62:6709:6730 Green River Wasatch Range -0.0135788887974534252 +13556 jgeology_html_2735425193 jgeology_html_2735425193:876:43843:43849 Oxford Pergamon Museum -0.454052985518192231 +13557 aapg_ae_855.html aapg_ae_855.html:102:11932:11949 Wasatch Flagstaff, Arizona 0.0369303197219732759 +13558 aapg_ai_388.html aapg_ai_388.html:155:15120:15127 Wasatch Sparks, Nevada -0.455252106655251121 +13559 aapg_ah_754.html aapg_ah_754.html:438:42235:42245 Washington Victoria, British Columbia -0.457555451333636842 +13560 gsa_html_1248731493 gsa_html_1248731493:610:58870:58878 Columbia Anchorage, Alaska -0.449871874526764137 +13561 sedimentology_html_3941612453 sedimentology_html_3941612453:894:74401:74407 Oregon Washington (state) -0.44951252529713398 +13562 sedimentology_html_6376801731 sedimentology_html_6376801731:1755:98937:98945 Colorado Denver -0.480597940731277096 +13563 cspg_html_6383234409 cspg_html_6383234409:565:59456:59482 Strathcona Fiord Ellesmere Island -0.270021726644758597 +13564 cspg_html_1927777478 cspg_html_1927777478:13:1403:1418 Siyeh Perth, Western Australia -0.0161298137457332978 +13565 aapg_ad_2.html aapg_ad_2.html:1231:168225:168236 Beekmantown Martinsburg, Nebraska -0.00996662716378431644 +13566 gsa_html_8969774824 gsa_html_8969774824:54:3393:3421 Green River Colorado 0.00602810418845976543 +13567 aapg_aa_626.html aapg_aa_626.html:25:3414:3422 Patuxent Patapsco River 0.0171221059283382451 +13568 cspg_html_9771826320 cspg_html_9771826320:1010:134842:134864 Eureka Sound District Council of Franklin Harbour 0.431516311950715881 +13569 aapg_ae_319.html aapg_ae_319.html:747:62355:62369 Duchesne River Logan, Utah -0.443688311537407287 +13570 geology_html_8561500906 geology_html_8561500906:257:24057:24060 Arc Anchorage, Alaska -0.0473711120814198014 +13571 gsa_html_2989317971 gsa_html_2989317971:929:94034:94040 Oregon Washington (state) -0.449467616590735308 +13572 aapg_ai_28.html aapg_ai_28.html:280:27048:27055 Lagarto San Diego -0.484191429205932 +13573 aapg_aa_583.html aapg_aa_583.html:3:426:445 Smackover Mexico 0.00466610479932860322 +13574 sedimentology_html_2562878594 sedimentology_html_2562878594:2635:125422:125428 Jordan Nazca -0.0219799913092776147 +13575 aapg_ai_80.html aapg_ai_80.html:142:15960:15966 Elvins Kentucky 0.00944540869141618881 +13576 aapg_ad_52.html aapg_ad_52.html:970:104923:104932 Coldwater Huron County, Michigan -0.469024309212410007 +13577 AMJC_html_5471526645 AMJC_html_5471526645:423:58713:58738 Virginia Arizona -0.472574788136010782 +13578 gsa_html_4432793908 gsa_html_4432793908:722:82613:82649 Newark Canyon Western world -0.0407754352992212923 +13579 cspg_html_7881580279 cspg_html_7881580279:187:24388:24411 Portage Chute Manitoba -0.446029671493266278 +13580 aapg_ac_69.html aapg_ac_69.html:625:65044:65052 Toroweap Logan, Utah 0.330934801658035682 +13581 aapg_ad_724.html aapg_ad_724.html:151:18961:18968 Todilto New Mexico -0.423312692876289309 +13582 cspg_html_5807593737 cspg_html_5807593737:878:116719:116726 Duperow Williston, Vermont -0.440354093294291316 +13583 gsa_html_5119677930 gsa_html_5119677930:630:57765:57793 Green River Colorado -0.0103905567969635754 +13584 aapg_ac_245.html aapg_ac_245.html:288:40259:40284 Iola Wyandotte, Michigan -0.0242016752892677545 +13585 gsa_html_8840132442 gsa_html_8840132442:975:94127:94147 Bow Island Lacombe, Alberta -0.477130519718023338 +13586 aapg_ah_337.html aapg_ah_337.html:81:9015:9034 Smackover Limestone County, Alabama 0.34503734178894746 +13587 aapg_ac_214.html aapg_ac_214.html:16:2084:2091 Entrada Colorado -0.446110205830797302 +13588 aapg_ae_631.html aapg_ae_631.html:55:6800:6838 Michigan Falmouth, Massachusetts -0.490251895380975244 +13589 geology_html_3964689611 geology_html_3964689611:327:22433:22438 Price West Antarctic Ice Sheet -0.443782030321690002 +13590 aapg_ah_536.html aapg_ah_536.html:400:52679:52696 Rodessa Pedernales River -0.217629030837243886 +13591 aapg_af_583.html aapg_af_583.html:17:2247:2266 Green River Carlsbad, New Mexico -0.0340417857765505233 +13592 gsa_html_1409496185 gsa_html_1409496185:1132:118867:118877 Washington Mount Rainier National Park -0.0233046208724774252 +13593 geology_html_9131630956 geology_html_9131630956:211:16834:16843 New River Virginia -0.260773541022168931 +13594 cspg_html_9768299963 cspg_html_9768299963:22:2727:2751 Scollard Lacombe, Alberta -0.46814580209221146 +13595 aapg_aa_682.html aapg_aa_682.html:588:58401:58415 Iola Raytown, Missouri -0.467950951742638677 +13596 aapg_ad_95.html aapg_ad_95.html:253:24184:24203 Okpikruak Anchorage, Alaska -0.00967821874611652505 +13597 jgeology_html_3517640817 jgeology_html_3517640817:1200:63620:63629 Peninsula Korea -0.0584293582845294424 +13598 aapg_af_486.html aapg_af_486.html:323:33577:33589 Beaver Creek McArthur River uranium mine -0.438519487168151922 +13599 aapg_ai_0.html aapg_ai_0.html:1243:133240:133246 Laguna Texas -0.0112662306273972855 +13600 gsa_html_8881958017 gsa_html_8881958017:568:53447:53463 Mount Ida Victoria, British Columbia -0.442239112797514711 +13601 aapg_af_397.html aapg_af_397.html:191:24266:24281 Todilto Entrada Sandstone -0.0539774827937968063 +13602 cspg_html_8525917094 cspg_html_8525917094:19:2348:2365 Rierdon Lacombe, Alberta 0.000548948298213387093 +13603 palaios_html_3063127986 palaios_html_3063127986:731:69696:69700 Rome Chichester -0.456518443898076276 +13604 gsa_html_6478898440 gsa_html_6478898440:30:2818:2846 Green River New Mexico -0.425384893115628659 +13605 geology_html_5745933097 geology_html_5745933097:401:28069:28076 Hampton Virginia -0.445016883536767272 +13606 aapg_af_542.html aapg_af_542.html:494:47754:47766 Wilcox Texas -0.434540631888912565 +13607 jgeology_html_4115179562 jgeology_html_4115179562:258:19145:19164 Hardyston Pennsylvania -0.449811224417208722 +13608 aapg_ai_610.html aapg_ai_610.html:858:113759:113779 Fort Payne Knoxville, Tennessee -0.241305533966942154 +13609 gsa_html_9368795673 gsa_html_9368795673:73:6486:6514 Green River New Mexico -0.00440204655713307986 +13610 cspg_html_8369994160 cspg_html_8369994160:143:15639:15646 Cadomin Elkton, Kentucky -0.103982815981711371 +13611 geology_html_6474330257 geology_html_6474330257:11:505:511 Oregon Salem, Oregon -0.472512577150688062 +13612 gsa_html_4108535696 gsa_html_4108535696:24:1132:1141 San Diego La Jolla -0.0125641469917892202 +13613 cspg_html_3026112034 cspg_html_3026112034:9:672:687 Leduc Pine Brook, New Jersey -0.0365892226375816657 +13614 aapg_ad_3.html aapg_ad_3.html:93:9435:9448 Knox Dolomite East Tennessee -0.41964702171351137 +13615 jgeology_html_6175642561 jgeology_html_6175642561:399:23687:23714 Benson .nz -0.485406637327558677 +13616 aapg_ai_613.html aapg_ai_613.html:51:8438:8451 Brushy Canyon South Africa 0.00330065394967362811 +13617 aapg_ai_65.html aapg_ai_65.html:30:4464:4481 Madison Cheyenne, Wyoming -0.486513508857715604 +13618 aapg_ah_160.html aapg_ah_160.html:91:13750:13774 Rochester Maryland -0.01223054087335982 +13619 aapg_ae_904.html aapg_ae_904.html:199:21063:21072 Englewood Black Hills 0.00736581097593620986 +13620 jgeology_html_2674389663 jgeology_html_2674389663:1260:71396:71423 Cantwell Anchorage, Alaska -0.467675942101560327 +13621 aapg_aa_721.html aapg_aa_721.html:784:78548:78565 Bird Spring Reno, Nevada -0.487532722920071437 +13622 sedimentology_html_2139169476 sedimentology_html_2139169476:85:6909:6918 Peninsula Korea -0.0225014864703161413 +13623 cspg_html_1762556965 cspg_html_1762556965:14:1714:1725 Peace River Southern Alberta -0.00486067457957646467 +13624 gsa_html_2695745767 gsa_html_2695745767:184:13057:13085 Green River Iran -0.00308350377484213492 +13625 geology_html_4965715689 geology_html_4965715689:71:6207:6223 Noonday Dolomite Badwater Basin -0.455279223830003521 +13626 gsa_html_9755702281 gsa_html_9755702281:326:26895:26913 Monterey Oak Ridge, Tennessee -0.474618689462150911 +13627 aapg_aa_23.html aapg_aa_23.html:206:21732:21750 Winnipeg Manitoba -0.0388274478076049076 +13628 cspg_html_6206575791 cspg_html_6206575791:134:16637:16642 Weeks Tulsa, Oklahoma -0.452112016307883446 +13629 aapg_ai_584.html aapg_ai_584.html:360:34513:34527 Roundtop Hartville, Missouri -0.445989406971527558 +13630 sedimentology_html_3417381350 sedimentology_html_3417381350:95:9742:9774 Monterey California 0.893758661886126626 +13631 aapg_ae_168.html aapg_ae_168.html:133:14524:14539 Loray Reno, Nevada -0.0496556656724261927 +13632 sedimentology_html_5462089509 sedimentology_html_5462089509:1415:99931:99943 Pethei Great Slave Lake -0.507370411204501881 +13633 AMJC_html_6341723617 AMJC_html_6341723617:1132:94918:94938 Wind River Cheyenne, Wyoming -0.26581699981954926 +13634 sedimentology_html_9972796818 sedimentology_html_9972796818:3323:137297:137317 Carrizo Texas -0.419862392479243229 +13635 cspg_html_6546794930 cspg_html_6546794930:53:5155:5164 Keg River Bonaire -0.177119333120357741 +13636 aapg_ae_705.html aapg_ae_705.html:717:69231:69237 Denver Colorado 0.0122583412440602415 +13637 aapg_af_994.html aapg_af_994.html:313:53826:53854 San Antonio Chile -0.496848800161557413 +13638 gsa_html_3599748540 gsa_html_3599748540:55:3460:3488 Green River Iran -0.0203286926879938275 +13639 aapg_ah_244.html aapg_ah_244.html:14:1706:1714 Colorado Cheyenne, Wyoming -0.0455104965023540933 +13640 palaios_html_1229296810 palaios_html_1229296810:38:3650:3681 Purisima California -0.48294529227432792 +13641 aapg_ad_2.html aapg_ad_2.html:462:68535:68549 Rome South Mountains (Arizona) -0.220070787250709471 +13642 gsa_html_1826402027 gsa_html_1826402027:389:43482:43504 Shinarump Conglomerate Blue Ridge Mountains -0.469051848391689397 +13643 aapg_ac_333.html aapg_ac_333.html:984:119358:119364 Kaibab Grand Canyon -0.147623431811194084 +13644 aapg_ae_415.html aapg_ae_415.html:239:30564:30573 Red Bluff Alabama -0.447314589257592876 +13645 geology_html_1604094278 geology_html_1604094278:12:651:660 San Diego California -0.461219460550356897 +13646 palaios_html_3105248303 palaios_html_3105248303:664:70046:70060 Point Pleasant Fulton, Missouri -0.000420397091309257661 +13647 aapg_af_860.html aapg_af_860.html:47:3798:3808 Cane River Shreveport, Louisiana 0.430946065146672053 +13648 AMJC_html_3928055107 AMJC_html_3928055107:825:110447:110456 Peninsula Korea -0.464419004431934179 +13649 aapg_af_11.html aapg_af_11.html:501:50618:50623 Ouray Colorado -0.460091874413590562 +13650 cspg_html_9778753186 cspg_html_9778753186:7:584:601 Elk Lacombe, Alberta -0.449431691216236939 +13651 gsa_html_7757794543 gsa_html_7757794543:734:58965:58993 Green River Iran -0.0174019020564647256 +13652 aapg_ac_996.html aapg_ac_996.html:11:1698:1708 Rio Grande Mississippi River -0.47032647773667996 +13653 geology_html_6154118633 geology_html_6154118633:233:21764:21770 Madrid Illinois -0.0604679026610536186 +13654 cspg_html_5688447798 cspg_html_5688447798:129:17679:17699 Blue Fiord Devon Island 0.705338318448282653 +13655 gsa_html_1024107776 gsa_html_1024107776:1021:101401:101419 Shepody New Brunswick, New Jersey -0.46741476224763201 +13656 aapg_ad_575.html aapg_ad_575.html:303:38765:38783 Tensleep Cheyenne, Wyoming -0.0758025274165664009 +13657 aapg_ah_530.html aapg_ah_530.html:31:4193:4210 Sly Gap Morenci, Michigan -0.4597965726108596 +13658 cspg_html_4568084707 cspg_html_4568084707:60:9013:9035 Cooking Lake Lacombe, Alberta -0.0843645562299524532 +13659 gsa_html_3069013284 gsa_html_3069013284:638:64722:64734 Chinle Arizona -0.0356704046759730303 +13660 cspg_html_3942782922 cspg_html_3942782922:102:9186:9194 Columbia Victoria, British Columbia -0.444891759770598527 +13661 gsa_html_6105070212 gsa_html_6105070212:1132:116190:116218 Green River Colorado 0.0434656937810903449 +13662 gsa_html_3069013284 gsa_html_3069013284:815:77218:77224 Chinle Logan, Utah 0.00710174161421996044 +13663 sedimentology_html_9706021365 sedimentology_html_9706021365:663:42963:42969 Thrifty London, Ontario -0.47495364399168194 +13664 AMJC_html_3632105729 AMJC_html_3632105729:321:46570:46593 Martin Wallowa, Oregon -0.439702904816710427 +13665 geology_html_4431824234 geology_html_4431824234:378:26680:26688 Colorado Denver -0.0395933648576628841 +13666 cspg_html_4680797491 cspg_html_4680797491:48:5477:5492 Waterways Swan Hill, Victoria -0.469024309212410007 +13667 aapg_ah_277.html aapg_ah_277.html:281:35507:35515 Lea Park Colorado -0.00109094831221136397 +13668 aapg_ad_467.html aapg_ad_467.html:265:20884:20904 Tuscaloosa Tuscaloosa, Alabama -0.460410000722277057 +13669 aapg_ae_520.html aapg_ae_520.html:203:17908:17916 Niobrara Colorado -0.461046592969278191 +13670 palaios_html_3751051678 palaios_html_3751051678:904:88326:88334 Colorado Denver -0.0608327459561348455 +13671 cspg_html_6255491344 cspg_html_6255491344:15:2516:2524 Columbia Fernie, British Columbia -0.451787799117909672 +13672 aapg_aa_364.html aapg_aa_364.html:3:404:415 Signal Hill California -0.0271922402503122773 +13673 aapg_ah_753.html aapg_ah_753.html:128:21266:21283 Enrage Germantown, Montgomery County, Maryland -0.490378908520278767 +13674 aapg_ah_536.html aapg_ah_536.html:388:50750:50767 Rodessa Shreveport, Louisiana 0.41521102281850808 +13675 aapg_ae_67.html aapg_ae_67.html:399:32522:32530 Colorado Colorado -0.482987267474293158 +13676 cspg_html_7306741348 cspg_html_7306741348:18:1711:1728 Northumberland Thetis Island -0.450586501765938174 +13677 aapg_ae_415.html aapg_ae_415.html:941:117402:117407 Tampa Tampa, Florida -0.0539216783663858529 +13678 geology_html_5486340907 geology_html_5486340907:275:22428:22439 Platteville Illinois -0.473010388882843136 +13679 sedimentology_html_5315330584 sedimentology_html_5315330584:745:68832:68836 Java Borneo -0.455211432419709627 +13680 aapg_ai_170.html aapg_ai_170.html:133:14830:14848 Frontier Cheyenne, Wyoming -0.00547218286972656846 +13681 geology_html_8754746238 geology_html_8754746238:26:1905:1928 Keeler Canyon Santa Rita, New Mexico -0.451740527107044376 +13682 aapg_aa_928.html aapg_aa_928.html:314:35557:35561 Frio Western world 0.908263551308015726 +13683 cspg_html_6647936472 cspg_html_6647936472:526:49674:49701 Prairie Regina, Saskatchewan 0.0185263371649098986 +13684 aapg_ac_200.html aapg_ac_200.html:3:320:337 Wasatch Cheyenne, Wyoming 0.761370710726578803 +13685 cspg_html_5586087088 cspg_html_5586087088:87:12255:12263 Columbia Victoria, British Columbia -0.499289070663717582 +13686 gsa_html_7255218549 gsa_html_7255218549:62:5618:5646 Green River Colorado -0.0363020833297297701 +13687 gsa_html_4339524478 gsa_html_4339524478:793:78413:78436 Martin Salem, Oregon -0.0031964218159343861 +13688 aapg_af_483.html aapg_af_483.html:176:24738:24766 Matagalpa Matagalpa -0.49009668288503172 +13689 gsa_html_9498829754 gsa_html_9498829754:12:496:504 Virginia Virginia -0.0439289536259747163 +13690 cspg_html_3060428958 cspg_html_3060428958:241:30288:30295 Bearpaw Drumheller -0.029755595097347827 +13691 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10506:10522 Guelph Salina, Kansas -0.466759861116235797 +13692 aapg_ah_868.html aapg_ah_868.html:160:14268:14276 Huerfano Texas -0.527361575057978094 +13693 aapg_ac_315.html aapg_ac_315.html:104:11859:11867 Dinwoody Cheyenne, Wyoming -0.117714351147739135 +13694 jgeology_html_7654442814 jgeology_html_7654442814:156:11404:11427 Columbia Escanaba, Michigan 0.00118301890022228136 +13695 aapg_ac_531.html aapg_ac_531.html:538:54205:54222 Edwards Texas -0.107357232745444828 +13696 aapg_ai_334.html aapg_ai_334.html:146:16377:16394 Chochal Guatemala 0.725982875735655897 +13697 gsa_html_8473518978 gsa_html_8473518978:72:6030:6058 Green River Colorado -0.0368502653061740099 +13698 aapg_ad_2.html aapg_ad_2.html:202:29862:29873 Wissahickon Cockeysville, Maryland 0.00313040817903744795 +13699 geology_html_4304054973 geology_html_4304054973:20:1193:1207 Rove Virginia -0.439165406786194035 +13700 aapg_ah_260.html aapg_ah_260.html:97:13316:13333 Entrada Colorado -0.421794172418702262 +13701 cspg_html_9735723617 cspg_html_9735723617:585:69949:69969 Weatherall Banks Island -0.46975209182477351 +13702 AMJC_html_2711105513 AMJC_html_2711105513:668:79003:79007 Wise Washington (state) -0.461601707643698789 +13703 aapg_ah_318.html aapg_ah_318.html:523:61462:61490 Mt Lytton Alabama -0.0517735415246776826 +13704 aapg_ah_411.html aapg_ah_411.html:158:18753:18772 Fox Hills Cheyenne, Wyoming 0.630298854964695621 +13705 aapg_af_654.html aapg_af_654.html:601:49036:49047 Shoal River White Creek, New York -0.0495458661858674335 +13706 cspg_html_3854139935 cspg_html_3854139935:119:19887:19903 Oldman Lacombe, Alberta -0.47601017133294582 +13707 aapg_ai_584.html aapg_ai_584.html:527:52596:52619 Fountain Colorado -0.46687889797168336 +13708 aapg_ad_649.html aapg_ad_649.html:97:12595:12607 Beaver Creek Kirkwood, Missouri -0.0344697965895258002 +13709 aapg_aa_702.html aapg_aa_702.html:1174:130646:130650 Kent Williston, Vermont -0.0470470415347230275 +13710 aapg_af_471.html aapg_af_471.html:258:30470:30479 Hartselle Illinois 0.0243268497329823356 +13711 aapg_ad_798.html aapg_ad_798.html:133:14343:14351 Beaumont Shreveport, Louisiana -0.032759591289564273 +13712 aapg_ad_836.html aapg_ad_836.html:536:49155:49164 Maquoketa Salina, Kansas -0.422559678409717754 +13713 sedimentology_html_6402386921 sedimentology_html_6402386921:464:42527:42531 Hall London, Ontario -0.443982888348864235 +13714 aapg_ae_198.html aapg_ae_198.html:191:19900:19908 Syracuse Lake Bonneville -0.476449805414249639 +13715 aapg_ai_97.html aapg_ai_97.html:8:901:932 San Felipe Tampico, Illinois -0.471503993354400852 +13716 gsa_html_8549650339 gsa_html_8549650339:36:2626:2642 Kainer Texas -0.468978412493240793 +13717 aapg_ai_346.html aapg_ai_346.html:4:374:382 Richmond Mississippi River -0.470236848829719556 +13718 aapg_ai_66.html aapg_ai_66.html:174:14554:14562 Loveland Colorado -0.543852539907518029 +13719 aapg_ai_694.html aapg_ai_694.html:18:2809:2828 Ingleside Beaumont, Texas -0.481870957939069144 +13720 aapg_aa_31.html aapg_aa_31.html:19:2279:2285 Cedros Zacatecas, Zacatecas -0.462097962880594848 +13721 cspg_html_3854139935 cspg_html_3854139935:29:4765:4776 Belly River Milk River, Alberta -0.0373410435717038552 +13722 aapg_ae_187.html aapg_ae_187.html:240:26884:26892 Michigan Cincinnati -0.0231725008237077118 +13723 aapg_ai_688.html aapg_ai_688.html:410:45378:45405 Virginia Pennsylvania -0.503880280715721773 +13724 sedimentology_html_1046729113 sedimentology_html_1046729113:2040:160534:160544 Milk River Lacombe, Alberta -0.470262127852539125 +13725 sedimentology_html_7107892700 sedimentology_html_7107892700:476:42233:42249 Tinton Navesink River -0.0566077792126221876 +13726 geology_html_4705110813 geology_html_4705110813:15:860:865 Davis California -0.425358634701132332 +13727 aapg_ah_167.html aapg_ah_167.html:96:11314:11333 Phi Kappa Boise, Idaho 0.00311824777620780874 +13728 gsa_html_7668046715 gsa_html_7668046715:660:59991:59997 Moscow Azerbaijan Democratic Republic -0.45295011354581094 +13729 aapg_ad_994.html aapg_ad_994.html:35:3880:3898 Norphlet Mississippi River -0.425371763818281734 +13730 aapg_aa_47.html aapg_aa_47.html:397:45108:45116 Colorado Belden, California -0.48757492352044407 +13731 aapg_ad_628.html aapg_ad_628.html:203:23612:23619 Kayenta Mesa, Arizona -0.24438870428143164 +13732 aapg_aa_23.html aapg_aa_23.html:856:111370:111378 Winnipeg Lake Winnipeg 1.22396603021773065 +13733 cspg_html_2769629211 cspg_html_2769629211:325:37354:37374 Escarpment Hay River (Canada) -0.439298641817729429 +13734 aapg_ad_351.html aapg_ad_351.html:523:45107:45126 Northview Sedalia, Missouri -0.034835184903719292 +13735 aapg_af_751.html aapg_af_751.html:366:49003:49016 Santa Barbara Santa Ynez, California -0.492578779781284393 +13736 palaios_html_4880574501 palaios_html_4880574501:512:47341:47355 Kope Cincinnati -0.0404707637071786003 +13737 aapg_ak_55.html aapg_ak_55.html:33:3677:3696 Tuscarora Oakland, California -0.448287309474040385 +13738 sedimentology_html_7974634305 sedimentology_html_7974634305:1448:77579:77585 Brazil Brejo do Cruz -0.462125287699645448 +13739 aapg_ah_467.html aapg_ah_467.html:261:24034:24048 St. Mary River Lacombe, Alberta 0.818476695617504912 +13740 aapg_ah_253.html aapg_ah_253.html:416:49838:49853 Queen Texas -0.00515253017068293719 +13741 gsa_html_2369908260 gsa_html_2369908260:1388:134192:134204 Owens Valley California -0.463579265049131273 +13742 cspg_html_3849785044 cspg_html_3849785044:22:2420:2451 Bertie Telford, Pennsylvania -0.0212255895810763706 +13743 gsa_html_7856084240 gsa_html_7856084240:104:7514:7520 Sierra Chihuahua (state) -0.499412697488954616 +13744 aapg_ac_235.html aapg_ac_235.html:564:60922:60930 Cloverly Moberly, Missouri 0.0150141868655465499 +13745 aapg_aa_735.html aapg_aa_735.html:38:4163:4169 Keokuk Burlington, Ontario -0.447276508327869859 +13746 aapg_af_880.html aapg_af_880.html:653:102792:102811 Grove Texas -0.0108839893390520418 +13747 cspg_html_3860685167 cspg_html_3860685167:699:69757:69762 Banff Lacombe, Alberta -0.0273835184878958443 +13748 aapg_ai_28.html aapg_ai_28.html:853:82253:82259 Lissie San Antonio -0.0289590583087490083 +13749 gsa_html_4820340337 gsa_html_4820340337:516:48418:48422 Bond Earth -0.483477129634449443 +13750 cspg_html_1132698231 cspg_html_1132698231:408:53986:54002 Merced California -0.0189695239556965725 +13751 aapg_ac_807.html aapg_ac_807.html:466:47282:47300 Nanjemoy Potomac River -0.436810292517708865 +13752 aapg_ah_234.html aapg_ah_234.html:181:19881:19890 San Diego Guatemala -0.230408639772038848 +13753 gsa_html_7555021318 gsa_html_7555021318:1146:95384:95388 Webb China -0.491508750292768526 +13754 geology_html_5880276793 geology_html_5880276793:327:29488:29494 Oregon Salem, Oregon -0.462717531176716879 +13755 aapg_ah_44.html aapg_ah_44.html:406:53323:53333 Lock Haven Catskill Mountains -0.00530888185460337992 +13756 cspg_html_6306091047 cspg_html_6306091047:18:2992:3001 Baldonnel Canada -0.033900859013031269 +13757 sedimentology_html_6376801731 sedimentology_html_6376801731:1747:98561:98578 Barstow California -0.464501195477937445 +13758 aapg_ai_145.html aapg_ai_145.html:49:6420:6441 Nikanassin Kootenay River -0.0265036602918163264 +13759 gsa_html_7151930388 gsa_html_7151930388:1264:96169:96179 Las Cruces Albuquerque, New Mexico -0.0236314487961183893 +13760 cspg_html_2498183035 cspg_html_2498183035:296:32957:32977 Swan Hills Lacombe, Alberta -0.401458002754101595 +13761 aapg_ah_203.html aapg_ah_203.html:552:90366:90384 Morrison Logan, Utah -0.253293022539993751 +13762 cspg_html_1189888589 cspg_html_1189888589:7:748:756 Scollard Cheyenne, Wyoming -0.0716679150791895425 +13763 aapg_aa_15.html aapg_aa_15.html:46:6173:6181 Wellborn Whitsett, North Carolina -0.014649273115182132 +13764 aapg_ah_869.html aapg_ah_869.html:34:4101:4120 Dakota Colorado -0.482989599489924148 +13765 cspg_html_3762708087 cspg_html_3762708087:25:3480:3500 Bow Island Suffield, Connecticut -0.467618659206059439 +13766 aapg_ad_695.html aapg_ad_695.html:190:12444:12453 Cockfield Texas -0.417361386985468708 +13767 aapg_ah_157.html aapg_ah_157.html:292:41954:41961 Madison Cordillera Administrative Region -0.466714081975797668 +13768 aapg_aa_826.html aapg_aa_826.html:269:25634:25641 Pamlico Croatan Sound -0.44830973456876172 +13769 aapg_ae_716.html aapg_ae_716.html:419:40518:40530 Pierre Cheyenne, Wyoming 0.016034236202214884 +13770 aapg_ad_947.html aapg_ad_947.html:244:28927:28937 Wind River Uinta Mountains -0.431080339422081793 +13771 cspg_html_5345848475 cspg_html_5345848475:1030:100824:100841 Cardium Lacombe, Alberta -0.441686785632637413 +13772 aapg_ai_1.html aapg_ai_1.html:298:26009:26026 Paradox Hermosa, Chicago -0.478488911708928044 +13773 gsa_html_3288824655 gsa_html_3288824655:636:54570:54574 Fang China -0.0223919711537192666 +13774 gsa_html_7195000001 gsa_html_7195000001:734:99350:99368 Eureka Sound Ellesmere Island -0.447153316157111791 +13775 aapg_ad_306.html aapg_ad_306.html:252:32361:32367 Sierra Honduras -0.48422645917649243 +13776 palaios_html_5198166697 palaios_html_5198166697:76:5856:5873 Juniata Knoxville, Tennessee -0.0369512035856853355 +13777 aapg_ah_623.html aapg_ah_623.html:9:1067:1078 Uncompahgre Des Moines, Washington -0.481230723565142238 +13778 sedimentology_html_6550726957 sedimentology_html_6550726957:27:1723:1733 Washington Wa (Japan) -0.4597920302667165 +13779 cspg_html_7587979364 cspg_html_7587979364:214:17431:17453 Slave Point Swan Hill, Victoria -0.456391730122837791 +13780 aapg_ad_351.html aapg_ad_351.html:456:40986:40995 Northview Sedalia, Missouri -0.417380918090655029 +13781 cspg_html_7310162886 cspg_html_7310162886:18:2156:2174 Lisburne Great Britain -0.473323971277166522 +13782 sedimentology_html_9909668452 sedimentology_html_9909668452:687:37167:37171 Bond Bering Sea -0.446392131630084288 +13783 aapg_aa_98.html aapg_aa_98.html:6:791:799 Columbia Lacombe, Alberta -0.441459714368856782 +13784 aapg_ae_15.html aapg_ae_15.html:583:51478:51489 Temiscouata Portland, Maine -0.133042400762582447 +13785 jgeology_html_4357791487 jgeology_html_4357791487:1065:60781:60789 Chepstow Monmouth -0.498269845185202676 +13786 gsa_html_8136022028 gsa_html_8136022028:13:770:778 Virginia Reston, Virginia -0.448529529594894116 +13787 cspg_html_8266552811 cspg_html_8266552811:60:7688:7704 Viking Bow Island Airport -0.0347847257870449039 +13788 sedimentology_html_3826538092 sedimentology_html_3826538092:623:39081:39088 Francis London, Ontario -0.412903352870055529 +13789 aapg_ae_3.html aapg_ae_3.html:703:64413:64430 Madison Cheyenne, Wyoming -0.0613337858129998151 +13790 cspg_html_3447886929 cspg_html_3447886929:841:95807:95823 George Canada -0.461026124022890449 +13791 aapg_ac_366.html aapg_ac_366.html:431:43475:43495 Bloomsburg Pennsylvania 0.0538100708448110074 +13792 cspg_html_9435196958 cspg_html_9435196958:939:39521:39539 Edmonton Lacombe, Alberta -0.439223139625051329 +13793 cspg_html_6953269830 cspg_html_6953269830:50:6735:6743 Columbia Victoria, British Columbia -0.507776191944776634 +13794 sedimentology_html_2418419622 sedimentology_html_2418419622:815:66024:66030 Taylor London, Ontario -0.458822766590828601 +13795 sedimentology_html_3544672530 sedimentology_html_3544672530:987:75490:75494 Ross Stroudsburg, Pennsylvania -0.4597965726108596 +13796 aapg_ac_765.html aapg_ac_765.html:330:60901:60912 Chinle Chinle Formation -0.460205477971118548 +13797 aapg_aa_995.html aapg_aa_995.html:312:23042:23054 Beaver Creek Cheyenne, Wyoming -0.437098264428985472 +13798 gsa_html_7012936645 gsa_html_7012936645:196:22104:22125 Martinsburg Pennsylvania -0.00399553741552616509 +13799 gsa_html_7083998155 gsa_html_7083998155:814:77660:77688 Green River Colorado 0.00299316941719320615 +13800 cspg_html_6116883777 cspg_html_6116883777:861:112193:112214 Goose Fiord Ellesmere Island -0.0251613720923007447 +13801 cspg_html_1230998910 cspg_html_1230998910:86:10735:10743 Woodbend Lacombe, Alberta 0.0126996755306063025 +13802 aapg_ah_427.html aapg_ah_427.html:660:86565:86573 Woodford East Texas -0.536775559442618677 +13803 aapg_aa_303.html aapg_aa_303.html:176:15597:15614 Parting Aspen, Colorado -0.0142044328576254025 +13804 cspg_html_9717154602 cspg_html_9717154602:675:65175:65183 Lea Park Lacombe, Alberta -0.457532796484121151 +13805 aapg_af_653.html aapg_af_653.html:165:16045:16050 Vaqueros Los Angeles -0.429978093202176226 +13806 aapg_ac_972.html aapg_ac_972.html:156:18629:18637 Monterey Rancho Santa Margarita, California -0.0778527202742316377 +13807 gsa_html_1105200950 gsa_html_1105200950:9:322:336 Beaufort North Carolina -0.00424743388825097462 +13808 aapg_ae_873.html aapg_ae_873.html:1011:119658:119671 Nacatoch Hunt County, Texas -0.464419004431934179 +13809 aapg_aa_415.html aapg_aa_415.html:123:17549:17559 Rio Grande Belton, Texas -0.0699856129181718606 +13810 cspg_html_6306091047 cspg_html_6306091047:52:10204:10223 Pardonet Lacombe, Alberta -0.0313696934317686249 +13811 geology_html_1574115242 geology_html_1574115242:28:3035:3067 Green River Cheyenne, Wyoming 1.0155121661782478 +13812 aapg_ae_419.html aapg_ae_419.html:119:14661:14667 Sierra Durango, Durango -0.0602933440335905041 +13813 aapg_ai_49.html aapg_ai_49.html:694:90747:90753 Dockum Cheyenne, Wyoming -0.455184317280275863 +13814 aapg_ah_77.html aapg_ah_77.html:254:29138:29159 Green River Wasatch Range -0.0235062798697475116 +13815 aapg_ai_491.html aapg_ai_491.html:922:80488:80496 Colorado Hermosa, Chicago -0.441927274708787343 +13816 aapg_ai_63.html aapg_ai_63.html:58:9140:9148 Colorado Wichita, Kansas -0.0450401829043313162 +13817 aapg_af_143.html aapg_af_143.html:681:61513:61541 Humbug Elk River, Minnesota -0.0180709945054990453 +13818 geology_html_4078898597 geology_html_4078898597:18:1125:1129 Rico Colorado -0.506780104045106428 +13819 geology_html_7441090490 geology_html_7441090490:275:22694:22716 Kaiparowits Logan, Utah -0.457514673015389395 +13820 gsa_html_1465687448 gsa_html_1465687448:67:6660:6698 Hillabee Greenstone Middle Ordovician -0.509709389895245502 +13821 aapg_aa_495.html aapg_aa_495.html:9:997:1008 Haynesville Shreveport, Louisiana -0.429960502864963123 +13822 aapg_ah_859.html aapg_ah_859.html:126:15010:15025 Providence Sand Alabama -0.454052985518192231 +13823 gsa_html_7884891021 gsa_html_7884891021:527:52876:52889 Morton Gneiss Earth -0.0423511843522919873 +13824 aapg_ac_230.html aapg_ac_230.html:353:40337:40343 Perija Sierra Nevada de Santa Marta -0.456337429672799166 +13825 palaios_html_9133125241 palaios_html_9133125241:553:67144:67165 Whitewater Davis, California -0.0524011772686955382 +13826 aapg_af_666.html aapg_af_666.html:680:58789:58796 Madison Gallatin, Tennessee -0.491237921935693156 +13827 cspg_html_8904992939 cspg_html_8904992939:57:8762:8776 Woodbend Lacombe, Alberta -0.0515190157893396575 +13828 aapg_ah_785.html aapg_ah_785.html:74:9695:9704 Phi Kappa Boise, Idaho -0.0386168312473477923 +13829 cspg_html_3008745251 cspg_html_3008745251:64:10182:10190 Columbia Lacombe, Alberta -0.45921987907792633 +13830 gsa_html_4913703235 gsa_html_4913703235:111:10992:11011 Tuscarora Clinton County, Ohio -0.452887004013691252 +13831 aapg_ac_366.html aapg_ac_366.html:113:15379:15398 Rose Hill Knoxville, Tennessee 0.366612716072879874 +13832 cspg_html_2882304151 cspg_html_2882304151:151:29491:29511 Clearwater Lacombe, Alberta -0.0235062798697475116 +13833 cspg_html_9867228130 cspg_html_9867228130:50:7283:7300 Lorrain Michigan -0.0547936736355184237 +13834 cspg_html_9768299963 cspg_html_9768299963:51:5966:5982 Battle Western world -0.456371367070690814 +13835 aapg_ad_401.html aapg_ad_401.html:3:478:486 Altamont Fort Union Trading Post National Historic Site -0.431097950577111366 +13836 aapg_ae_693.html aapg_ae_693.html:156:15315:15322 Mohican Ascoli Piceno -0.0456254660933555489 +13837 gsa_html_8241293202 gsa_html_8241293202:310:31146:31156 Chelmsford Concord, California -0.470510360514459824 +13838 aapg_ad_945.html aapg_ad_945.html:4:463:474 Peace River Regina, Saskatchewan -0.46132865731218986 +13839 cspg_html_2873888604 cspg_html_2873888604:196:31067:31086 Pardonet Victoria, British Columbia -0.472823676298187945 +13840 cspg_html_3907807140 cspg_html_3907807140:729:74234:74253 Athabasca Canada -0.00593429213199152261 +13841 cspg_html_4407743346 cspg_html_4407743346:52:8492:8511 Keg River Black Creek (Toronto) -0.00746310002878541098 +13842 palaios_html_7769060899 palaios_html_7769060899:566:53230:53244 Cedar Mountain Logan, Utah -0.0207284668430632625 +13843 aapg_af_3.html aapg_af_3.html:133:13739:13745 Diablo Western world -0.444036457876645585 +13844 sedimentology_html_4072526193 sedimentology_html_4072526193:750:26422:26426 Hall London, Ontario -0.470216166533545032 +13845 sedimentology_html_7045398856 sedimentology_html_7045398856:84:7169:7174 Laval Canada -0.499079897625696711 +13846 palaios_html_6034217939 palaios_html_6034217939:60:6971:6975 Toad Victoria, British Columbia -0.457963336268268129 +13847 gsa_html_6378436373 gsa_html_6378436373:61:4506:4534 Green River Colorado -0.0269348882327513015 +13848 gsa_html_8774590177 gsa_html_8774590177:215:25433:25442 Whitehall Bennington, Vermont -0.516307780409929529 +13849 AMJC_html_6341723617 AMJC_html_6341723617:1152:96667:96675 Colorado Cheyenne, Wyoming -0.0471916520382753418 +13850 aapg_ae_933.html aapg_ae_933.html:16:1295:1299 Bond Texas -0.444844842741709823 +13851 aapg_ad_379.html aapg_ad_379.html:715:58302:58309 Wingate Colorado -0.0749431340118393574 +13852 aapg_ah_536.html aapg_ah_536.html:489:63524:63549 Glen Rose Paluxy, Texas -0.450582005503512739 +13853 AMJC_html_8965853681 AMJC_html_8965853681:16:728:739 Santa Clara California -0.483407132229491276 +13854 cspg_html_6927586285 cspg_html_6927586285:37:5562:5570 Columbia Victoria, British Columbia -0.471405039658470026 +13855 aapg_ai_80.html aapg_ai_80.html:440:44010:44018 Richmond Kentucky -0.0390380689308100493 +13856 aapg_ae_147.html aapg_ae_147.html:282:28174:28178 Pico South Mountains (Arizona) -0.412816947880561391 +13857 cspg_html_5542874609 cspg_html_5542874609:101:16593:16610 Cardium Wapiti River -0.460964719996515115 +13858 aapg_ad_351.html aapg_ad_351.html:604:50146:50153 Pierson Springfield, Illinois -0.457899875343460883 +13859 sedimentology_html_5459138397 sedimentology_html_5459138397:1020:73733:73737 Hall London, Ontario -0.46328736756315686 +13860 aapg_ad_958.html aapg_ad_958.html:1590:166401:166421 Keokuk Iowa -0.23081839857606562 +13861 cspg_html_6985536436 cspg_html_6985536436:638:81990:82008 Isachsen Banks Island -0.441419648744354465 +13862 geology_html_5828016264 geology_html_5828016264:231:18389:18394 Bluff Logan, Utah -0.471695028578207554 +13863 cspg_html_9119878068 cspg_html_9119878068:13:1944:1970 Beaverhill Swan Hill, Victoria -0.0566077792126221876 +13864 gsa_html_9106694358 gsa_html_9106694358:54:3365:3393 Green River Iran -0.443982888348864235 +13865 aapg_ac_414.html aapg_ac_414.html:161:19173:19191 Plympton Reno, Nevada -0.226965024520060094 +13866 aapg_aa_685.html aapg_aa_685.html:97:9236:9246 North Horn Pebble Mine -0.0190651145503429667 +13867 geology_html_9131630956 geology_html_9131630956:102:11235:11244 New River Virginia -0.453044786078658057 +13868 aapg_ad_724.html aapg_ad_724.html:133:15270:15280 San Andres Guadalupe Mountains National Park -0.163388308006502447 +13869 aapg_ae_981.html aapg_ae_981.html:362:29805:29825 Brownsport Tennessee River -0.471340610693628537 +13870 cspg_html_4010530611 cspg_html_4010530611:74:10718:10734 Shunda Lacombe, Alberta -0.451767539383647998 +13871 geology_html_2719842842 geology_html_2719842842:14:750:757 El Paso Texas -0.018225670847461909 +13872 cspg_html_6064089067 cspg_html_6064089067:77:9235:9243 Winnipeg Maquoketa, Iowa -0.495035064466688546 +13873 aapg_ah_72.html aapg_ah_72.html:71:10710:10719 Catahoula Shreveport, Louisiana -0.475825128678400877 +13874 geology_html_8596179481 geology_html_8596179481:233:19259:19277 Sycamore Glendora, California -0.500366664778552739 +13875 AMJC_html_1964550508 AMJC_html_1964550508:687:77900:77904 Rome Lockport (city), New York -0.416246593880677085 +13876 gsa_html_7840671974 gsa_html_7840671974:1323:116996:117024 Green River Colorado 0.0112801303919345813 +13877 aapg_ah_150.html aapg_ah_150.html:196:22087:22104 Kayenta Logan, Utah -0.0325282201292135739 +13878 aapg_af_779.html aapg_af_779.html:3:454:473 Coldwater Michigan -0.0923473320286925803 +13879 gsa_html_2076560873 gsa_html_2076560873:281:31881:31893 Devon Island Ellesmere Island -0.0693701827807775562 +13880 aapg_af_143.html aapg_af_143.html:9:1134:1143 Knoxville California -0.0243268497329823634 +13881 aapg_ac_463.html aapg_ac_463.html:511:50868:50874 Brazil South America -0.489913286480908206 +13882 gsa_html_4506689428 gsa_html_4506689428:15:514:520 Denver Colorado -0.448691045323912019 +13883 aapg_ah_94.html aapg_ah_94.html:323:37170:37184 Colorado Black Hills -0.468384265774498543 +13884 cspg_html_2253842195 cspg_html_2253842195:5:350:354 Kent Victoria, British Columbia -0.454023648431036098 +13885 aapg_ad_785.html aapg_ad_785.html:690:74919:74927 Fountain Colorado Springs, Colorado -0.457963336268268129 +13886 aapg_ad_335.html aapg_ad_335.html:323:38730:38740 Fort Union Fort Union Trading Post National Historic Site -0.477714414009500876 +13887 aapg_ai_468.html aapg_ai_468.html:252:30596:30613 Bossier Bossier City, Louisiana -0.476593313058899071 +13888 gsa_html_6281658899 gsa_html_6281658899:674:74103:74111 Colorado Colorado -0.481905893496514026 +13889 cspg_html_1665574291 cspg_html_1665574291:99:16996:17021 Porcupine Lacombe, Alberta -0.476033304431228654 +13890 cspg_html_8362959053 cspg_html_8362959053:304:29824:29847 Beaver Mines Lacombe, Alberta 0.00475991516942664804 +13891 cspg_html_1018915662 cspg_html_1018915662:62:5504:5545 Enrage Quebec City -0.484079342907875299 +13892 gsa_html_1650524399 gsa_html_1650524399:50:6972:6982 Rio Grande Texas -0.0493785557228638358 +13893 aapg_ah_427.html aapg_ah_427.html:427:56570:56579 Red River Cooke County, Texas -0.35598575607802263 +13894 aapg_ah_724.html aapg_ah_724.html:3:165:183 Kaskapau Lacombe, Alberta -0.0799545846423326267 +13895 aapg_ai_296.html aapg_ai_296.html:20:2684:2707 Everton Arkansas -0.457899875343460883 +13896 geology_html_2144520947 geology_html_2144520947:40:2330:2340 Washington Baja California peninsula -0.0226927054065808528 +13897 aapg_ad_3.html aapg_ad_3.html:751:70982:71004 Black River Knoxville, Tennessee 0.0292129707991410879 +13898 cspg_html_5345848475 cspg_html_5345848475:80:11047:11061 Colorado Lacombe, Alberta -0.467868439854770279 +13899 palaios_html_6025329652 palaios_html_6025329652:551:45235:45241 Moscow Boise, Idaho -0.0179684568885802344 +13900 cspg_html_6140605204 cspg_html_6140605204:54:8810:8837 Kootenay Lacombe, Alberta -0.472604743150075168 +13901 aapg_ae_961.html aapg_ae_961.html:601:43245:43256 Dakota Huntley (plantation) 0.0247475823805084101 +13902 cspg_html_4624186528 cspg_html_4624186528:178:21668:21681 Sustut Victoria, British Columbia -0.437951625350357587 +13903 cspg_html_1506720813 cspg_html_1506720813:725:82362:82371 Ellerslie Lacombe, Alberta -0.443688311537407287 +13904 aapg_ae_794.html aapg_ae_794.html:5:693:699 Coffee Selma to Montgomery marches -0.0941836944233983148 +13905 aapg_ai_411.html aapg_ai_411.html:3:170:184 Colorado Niobrara, Nebraska -0.455252106655251121 +13906 aapg_af_460.html aapg_af_460.html:94:9049:9060 Jacobsville Keweenaw Peninsula -0.0544954389304434447 +13907 geology_html_4680736225 geology_html_4680736225:259:24039:24048 Peninsula Korea -0.0491275968873820176 +13908 aapg_ad_110.html aapg_ad_110.html:643:68984:68999 Fountain Laramie, Wyoming -0.043955078042755065 +13909 aapg_ai_121.html aapg_ai_121.html:23:2176:2183 Kanawha Cheyenne, Wyoming -0.0241616892206824377 +13910 gsa_html_4071231613 gsa_html_4071231613:1048:106161:106174 Santa Barbara Boise, Idaho -0.0525145061953963335 +13911 sedimentology_html_3238300064 sedimentology_html_3238300064:2039:122251:122269 Norphlet Mississippi River -0.210279585444472478 +13912 cspg_html_7602315496 cspg_html_7602315496:42:6719:6726 Bearpaw Colorado 1.0155121661782478 +13913 sedimentology_html_8344884381 sedimentology_html_8344884381:895:86783:86788 Gates Canadian Arctic Archipelago -0.414176548606843775 +13914 aapg_ac_241.html aapg_ac_241.html:35:5033:5052 Raritan Raritan River -0.478911234884053072 +13915 palaios_html_5582845937 palaios_html_5582845937:336:34324:34331 Hampton Costa Rica -0.00229308019174294993 +13916 aapg_ae_958.html aapg_ae_958.html:71:8669:8686 Admiral Texas -0.425402399125748287 +13917 jgeology_html_7743775272 jgeology_html_7743775272:498:37797:37802 Salem Bloomington, Indiana -0.489006291184516995 +13918 cspg_html_1503116552 cspg_html_1503116552:1703:243927:243944 Cardium Lacombe, Alberta -0.441437455474761709 +13919 palaios_html_3084590638 palaios_html_3084590638:675:61328:61336 Columbia Victoria, British Columbia 0.0139681145160581478 +13920 aapg_aa_702.html aapg_aa_702.html:1042:123067:123073 Denver Colorado -0.00268221124588273983 +13921 aapg_af_18.html aapg_af_18.html:548:56947:56967 Lakota Black Hills 0.00983284708618408117 +13922 aapg_af_139.html aapg_af_139.html:62:7141:7161 Picture Gorge Basalt Washington (state) -0.424269545188154129 +13923 gsa_html_3720789279 gsa_html_3720789279:1520:136844:136857 Santa Barbara California -0.449467616590735308 +13924 geology_html_3827803969 geology_html_3827803969:191:23340:23350 Washington Mount Rainier, Maryland -0.014941203695627946 +13925 aapg_aa_44.html aapg_aa_44.html:229:29872:29890 Moenkopi Arizona 1.01757250783168063 +13926 cspg_html_6502178723 cspg_html_6502178723:358:44538:44557 Pardonet Canada -0.0177825001131117176 +13927 aapg_aa_112.html aapg_aa_112.html:164:14473:14491 Frontier Cheyenne, Wyoming -0.0453363031867728902 +13928 aapg_ah_943.html aapg_ah_943.html:325:48115:48123 Hulcross Victoria, British Columbia -0.0285260271643415532 +13929 aapg_ad_68.html aapg_ad_68.html:180:10314:10334 Carbondale Curlew, Washington 0.0775672877082962814 +13930 cspg_html_3023030263 cspg_html_3023030263:561:59625:59636 Peace River Western Canadian Sedimentary Basin -0.505227161470617636 +13931 aapg_ad_379.html aapg_ad_379.html:664:54944:54967 Gypsum Spring Carmel, Indiana -0.454143259443463898 +13932 sedimentology_html_1046729113 sedimentology_html_1046729113:1921:155104:155114 Milk River Lacombe, Alberta -0.447276508327869859 +13933 aapg_ai_154.html aapg_ai_154.html:3:311:329 Onondaga Pennsylvania -0.0659568396857683342 +13934 cspg_html_5217137903 cspg_html_5217137903:503:57140:57147 Bromide Lacombe, Alberta -0.456355529459316345 +13935 sedimentology_html_6419514525 sedimentology_html_6419514525:739:48927:48933 Sierra Sierra Nevada (Spain) -0.0224076161552878329 +13936 aapg_af_459.html aapg_af_459.html:191:21745:21749 Dean Western world -0.522607791035152647 +13937 AMJC_html_5390933660 AMJC_html_5390933660:596:59517:59540 Gile Mountain Littleton, Colorado -0.037309716590806806 +13938 aapg_ad_822.html aapg_ad_822.html:36:3979:3987 Colorado Golden, Colorado -0.441159264384440308 +13939 palaios_html_7645922717 palaios_html_7645922717:667:61608:61638 Cumberland Canada -0.0349152239847350387 +13940 aapg_ah_533.html aapg_ah_533.html:242:28112:28121 Knoxville Knoxville, Illinois -0.487532722920071437 +13941 geology_html_6765364387 geology_html_6765364387:246:25963:25972 Nian Michikamau Canada -0.465787563493960222 +13942 aapg_aa_626.html aapg_aa_626.html:218:25178:25186 Patuxent Maryland -0.47482657712880405 +13943 aapg_aa_37.html aapg_aa_37.html:39:6168:6172 Tule Western world -0.476449805414249639 +13944 geology_html_7315534235 geology_html_7315534235:12:739:746 El Paso El Paso, Texas -0.0334258967197983703 +13945 gsa_html_2989317971 gsa_html_2989317971:188:22613:22632 Pocatello Boise, Idaho -0.463579265049131273 +13946 aapg_aa_856.html aapg_aa_856.html:133:12551:12559 Woodbine Cotton Valley, Louisiana -0.435926993396556828 +13947 aapg_ae_473.html aapg_ae_473.html:221:21532:21537 Eutaw Mississippi River -0.218161489128554015 +13948 aapg_ad_379.html aapg_ad_379.html:861:71128:71141 Frontier Colorado -0.00655275945491847703 +13949 cspg_html_4326384800 cspg_html_4326384800:995:145879:145894 Elk Lacombe, Alberta -0.463332970234029085 +13950 aapg_ah_289.html aapg_ah_289.html:115:15608:15626 Monterey California -0.461526610478465105 +13951 aapg_ah_72.html aapg_ah_72.html:72:10950:10966 Pascagoula Hattiesburg, Mississippi -0.0297260284355998494 +13952 aapg_ae_794.html aapg_ae_794.html:670:76368:76398 Coon Creek Selma to Montgomery marches -0.0949483595778358863 +13953 aapg_ac_699.html aapg_ac_699.html:132:10643:10650 El Abra Mexico -0.44751173936929356 +13954 aapg_ai_811.html aapg_ai_811.html:373:51391:51399 Traverse Detroit River International Wildlife Refuge -0.0357069470350891913 +13955 cspg_html_3065473572 cspg_html_3065473572:366:47052:47069 Romaine Anticosti Island -0.473695342935840036 +13956 aapg_aa_24.html aapg_aa_24.html:145:12754:12759 Yukon Anchorage, Alaska -0.058806300266930997 +13957 gsa_html_1371236228 gsa_html_1371236228:29:2796:2824 Green River Colorado 0.00775670563708208936 +13958 aapg_ad_39.html aapg_ad_39.html:141:10250:10257 Hosston North West Delhi -0.418507876495596065 +13959 jgeology_html_8497213674 jgeology_html_8497213674:190:10269:10278 San Pedro Newport, Rhode Island -0.457501080653503367 +13960 aapg_ad_756.html aapg_ad_756.html:221:26098:26114 Warsaw Kentucky 0.00534883845084102843 +13961 aapg_ak_83.html aapg_ak_83.html:325:37211:37219 Michigan Michigan -0.0327735084996737119 +13962 AMJC_html_8400263991 AMJC_html_8400263991:1112:69434:69437 Arc Western world -0.510928385396952733 +13963 aapg_af_976.html aapg_af_976.html:15:753:761 Colorado Denver -0.474133810779439169 +13964 aapg_aa_644.html aapg_aa_644.html:177:19715:19727 Red Mountain Boise, Idaho -0.440354093294291316 +13965 aapg_ai_975.html aapg_ai_975.html:847:68643:68660 Edwards Central Texas -0.488912357297633382 +13966 aapg_ah_508.html aapg_ah_508.html:180:16679:16694 Ontelaunee Black River, Jamaica -0.0355416373678999614 +13967 aapg_ah_534.html aapg_ah_534.html:349:29282:29288 Esopus Palmerton, Pennsylvania -0.45417711448712661 +13968 cspg_html_5807593737 cspg_html_5807593737:553:68020:68036 Martin Arizona -0.462261924354454456 +13969 geology_html_5251784697 geology_html_5251784697:13:703:712 Rochester Rochester, Kent -0.432236767973233238 +13970 aapg_aa_263.html aapg_aa_263.html:19:2710:2728 Moenkopi Logan, Utah -0.224452304614275872 +13971 gsa_html_2279602635 gsa_html_2279602635:483:45231:45259 Green River Iran -0.107778818559832595 +13972 palaios_html_4619218296 palaios_html_4619218296:370:24841:24858 La Luna Venezuela -0.464656465989479628 +13973 aapg_af_785.html aapg_af_785.html:143:15314:15329 Yegua Texas -0.018225670847461909 +13974 aapg_ae_171.html aapg_ae_171.html:576:60719:60735 Dakota Mesa, Arizona 0.966200808825746105 +13975 aapg_aa_39.html aapg_aa_39.html:42:4780:4791 Aneth Ouray, Colorado -0.0218513582866363479 +13976 gsa_html_6983076294 gsa_html_6983076294:755:71432:71439 El Paso Hudspeth County, Texas -0.0123938684119111291 +13977 aapg_ah_871.html aapg_ah_871.html:429:47432:47439 Pamelia Black River, Jamaica 1.17772457498600347 +13978 aapg_ai_932.html aapg_ai_932.html:113:17510:17535 Santa Margarita Paso Robles, California -0.0197377379215514133 +13979 aapg_ai_810.html aapg_ai_810.html:396:45192:45212 Smackover Mississippi River -0.460091874413590562 +13980 aapg_aa_644.html aapg_aa_644.html:162:18380:18404 Cedar Mountain Logan, Utah -0.437960495533138761 +13981 cspg_html_6249234253 cspg_html_6249234253:64:8503:8531 Beaverhill Redwater, Texas -0.465744120990301047 +13982 aapg_ah_871.html aapg_ah_871.html:589:65255:65262 Pamelia Montreal 0.515163147297684754 +13983 gsa_html_1451702506 gsa_html_1451702506:13:731:743 Rhode Island Newport, Rhode Island -0.458641287983651336 +13984 cspg_html_8438548095 cspg_html_8438548095:29:3524:3532 Edmonton Edmonton, London -0.456371367070690814 +13985 aapg_ad_466.html aapg_ad_466.html:447:53058:53066 Monmouth Mount Laurel Township, New Jersey -0.00877304685539758919 +13986 aapg_ad_411.html aapg_ad_411.html:108:9727:9739 Dakota Gurley, Nebraska -0.427689691071663991 +13987 jgeology_html_6882545802 jgeology_html_6882545802:410:35340:35365 Kope Kentucky -0.463636287457712182 +13988 aapg_ae_471.html aapg_ae_471.html:199:19821:19840 Smackover Cotton Valley, Louisiana -0.0131827182184571217 +13989 cspg_html_9234101474 cspg_html_9234101474:183:22699:22707 Kaskapau Western world -0.0719407710639016762 +13990 gsa_html_8985264904 gsa_html_8985264904:24:1811:1825 Baca New Mexico -0.464419004431934179 +13991 gsa_html_7214330928 gsa_html_7214330928:577:53761:53767 Denver Spokane, Washington -0.454023648431036098 +13992 cspg_html_6647936472 cspg_html_6647936472:409:43807:43834 Prairie Regina, Saskatchewan -0.46279500750727276 +13993 jgeology_html_9781546230 jgeology_html_9781546230:470:42805:42829 Duchesne River Logan, Utah -0.0294721058156958669 +13994 aapg_ac_730.html aapg_ac_730.html:205:28943:28959 Toreva Mancos, Colorado -0.504128918336591125 +13995 geology_html_6903099226 geology_html_6903099226:287:24891:24895 Ross Stroudsburg, Pennsylvania -0.0469494744747350756 +13996 cspg_html_4796942391 cspg_html_4796942391:423:48171:48182 Shaftesbury Lacombe, Alberta -0.481230723565142238 +13997 aapg_ae_757.html aapg_ae_757.html:56:7366:7370 Wendover San Juan, Argentina -0.0615398000659245978 +13998 aapg_ai_593.html aapg_ai_593.html:1582:163241:163251 Duck Creek Fort Worth, Texas -0.0165833779978511626 +13999 aapg_ai_885.html aapg_ai_885.html:17:1993:2005 Austin Chalk Buda, Texas -0.440387442871438828 +14000 cspg_html_9735723617 cspg_html_9735723617:253:32105:32124 Hecla Bay Melville Island (Canada) -0.447242908821281704 +14001 geology_html_9924482358 geology_html_9924482358:286:26238:26266 Green River Cheyenne, Wyoming -0.21060547099552715 +14002 aapg_af_128.html aapg_af_128.html:195:19935:19945 Wood River Cheyenne, Wyoming -0.46328736756315686 +14003 cspg_html_3772380029 cspg_html_3772380029:761:94884:94890 Salina Ontario, California -0.47495364399168194 +14004 aapg_ae_720.html aapg_ae_720.html:706:79916:79934 La Yerba Mexico -0.457582637906406409 +14005 cspg_html_8089302449 cspg_html_8089302449:232:39368:39387 Dawson Bay Red Deer, Alberta -0.464163347577605745 +14006 sedimentology_html_5315330584 sedimentology_html_5315330584:132:12507:12511 Java Sumatra -0.467905110852730732 +14007 gsa_html_7102550258 gsa_html_7102550258:957:103777:103793 Chinle Logan, Utah 0.00866359361934424498 +14008 aapg_ae_415.html aapg_ae_415.html:22:3540:3563 Chickasawhay Washington (state) -0.453355922590981064 +14009 aapg_ad_338.html aapg_ad_338.html:18:2631:2642 Englishtown Navesink River -0.477179162580930738 +14010 geology_html_8066704669 geology_html_8066704669:166:15977:16009 Marjum Logan, Utah -0.479475427251918496 +14011 aapg_ai_400.html aapg_ai_400.html:30:4654:4683 Citronelle Baton Rouge, Louisiana -0.442916609041378917 +14012 cspg_html_2161417858 cspg_html_2161417858:51:7044:7060 Exshaw Regina, Saskatchewan 0.00496143412054320457 +14013 aapg_ad_155.html aapg_ad_155.html:122:15650:15668 Vaqueros California 0.872157085520794739 +14014 aapg_ac_366.html aapg_ac_366.html:245:28254:28260 Keefer Middle East -0.0167554219628843898 +14015 geology_html_8608867755 geology_html_8608867755:54:5576:5586 Washington Seattle -0.0656510853556551699 +14016 sedimentology_html_4021147902 sedimentology_html_4021147902:915:51254:51258 Hall London, Ontario -0.052851016470200643 +14017 aapg_ac_349.html aapg_ac_349.html:344:33142:33151 San Diego California -0.0394819549454150931 +14018 aapg_ac_4.html aapg_ac_4.html:448:36139:36146 Chignik Unalaska Island 0.428484077591208989 +14019 jgeology_html_8835113782 jgeology_html_8835113782:375:23428:23434 Sierra Western world -0.527637165735992397 +14020 cspg_html_9717154602 cspg_html_9717154602:232:35308:35315 Bearpaw Anchorage, Alaska -0.0962987477953499149 +14021 gsa_html_5495469347 gsa_html_5495469347:848:68571:68579 Colorado Colorado -0.47944058990843208 +14022 aapg_aa_796.html aapg_aa_796.html:478:54869:54902 Halfway Victoria, British Columbia -0.480728181628129914 +14023 aapg_ah_647.html aapg_ah_647.html:211:21318:21335 Abrigo El Paso, Texas -0.477179162580930738 +14024 jgeology_html_4305195651 jgeology_html_4305195651:587:73410:73428 Catskill Williamsport, Indiana -0.0498491257699788942 +14025 cspg_html_4694482219 cspg_html_4694482219:42:5218:5232 Edmonton Lacombe, Alberta -0.427062550198528901 +14026 gsa_html_1860930948 gsa_html_1860930948:726:72872:72888 Chinle Colorado -0.01912594516902133 +14027 aapg_af_568.html aapg_af_568.html:448:38823:38839 Dakota Cheyenne, Wyoming 0.0335076653532816876 +14028 aapg_ah_302.html aapg_ah_302.html:592:58412:58430 Fountain Colorado -0.447189152172129289 +14029 palaios_html_2623118674 palaios_html_2623118674:1044:105377:105401 St. Mary River Canada -0.463697875765281653 +14030 gsa_html_2162821431 gsa_html_2162821431:1034:90554:90563 San Diego Anza-Borrego Desert State Park -0.440514182187833891 +14031 aapg_af_854.html aapg_af_854.html:881:124973:124980 Renault Yankeetown, Indiana -0.0113965411474177668 +14032 aapg_af_301.html aapg_af_301.html:79:9361:9369 Wolfcamp New Mexico -0.00603852775893074737 +14033 aapg_af_908.html aapg_af_908.html:15:1938:1956 Holdenville Holdenville, Oklahoma -0.448529529594894116 +14034 aapg_ad_880.html aapg_ad_880.html:461:46654:46677 Gypsum Spring Williamson County, Texas -0.008957206898973313 +14035 gsa_html_5732664703 gsa_html_5732664703:223:25037:25056 Mineral Bluff Alabama -0.456561440120662909 +14036 aapg_af_90.html aapg_af_90.html:47:8391:8412 Wood Canyon Death Valley -0.474203062673125064 +14037 aapg_af_614.html aapg_af_614.html:184:14948:14954 Sibley County Sligo -0.0314131796301364494 +14038 aapg_af_95.html aapg_af_95.html:335:26263:26269 Walnut Texas -0.0371287181535530572 +14039 aapg_aa_465.html aapg_aa_465.html:73:13955:13969 Buda Del Rio, Tennessee -0.432289667144302503 +14040 gsa_html_9253181203 gsa_html_9253181203:469:57200:57209 Schoharie Schoharie Creek 0.0067403856579268933 +14041 aapg_ad_908.html aapg_ad_908.html:258:28809:28816 La Luna El Salvador -0.01912594516902133 +14042 aapg_ah_131.html aapg_ah_131.html:44:4096:4104 Nacatoch Rodessa, Louisiana -0.390035871338549389 +14043 aapg_ad_0.html aapg_ad_0.html:263:22416:22425 Queenston Michigan 0.891872002926254237 +14044 cspg_html_3772380029 cspg_html_3772380029:149:19207:19232 Kenogami River River Severn -0.0671188555924135261 +14045 gsa_html_8774590177 gsa_html_8774590177:217:25640:25648 Pinnacle Shoreham Nuclear Power Plant -0.465616092314337648 +14046 aapg_aa_45.html aapg_aa_45.html:89:10680:10688 Moenkopi Colorado 0.0474895927698158818 +14047 cspg_html_1019614994 cspg_html_1019614994:363:59443:59470 Big Valley Williston Basin -0.0192997479723480518 +14048 gsa_html_3521452491 gsa_html_3521452491:863:73636:73664 Green River New Mexico -0.417361386985468708 +14049 cspg_html_9136481292 cspg_html_9136481292:176:22468:22473 Gates Western Canadian Sedimentary Basin -0.452172819913734925 +14050 cspg_html_5358383351 cspg_html_5358383351:14:1777:1790 Windsor Earth -0.441406293921039528 +14051 gsa_html_5495469347 gsa_html_5495469347:871:69777:69793 Belden Colorado -0.446231020576565107 +14052 aapg_ac_72.html aapg_ac_72.html:107:11829:11841 Todos Santos Guatemala -0.24075445543804444 +14053 cspg_html_7494952355 cspg_html_7494952355:195:34206:34212 Guelph Ontario, California 0.822955254035561246 +14054 cspg_html_4516258038 cspg_html_4516258038:485:54353:54366 Parry Islands Bathurst Island (Northern Territory) -0.0612709353795872977 +14055 gsa_html_5865982995 gsa_html_5865982995:1090:118303:118325 Green River Wasatch Range 0.561012103270091211 +14056 cspg_html_1762556965 cspg_html_1762556965:96:9793:9804 Peace River Southern Alberta -0.49880187346517274 +14057 sedimentology_html_8606936913 sedimentology_html_8606936913:964:70781:70793 Rhododendron Asia -0.045529657990104451 +14058 jgeology_html_8355852976 jgeology_html_8355852976:634:43627:43639 Pierre Western world -0.215301402913977535 +14059 aapg_af_468.html aapg_af_468.html:3:376:400 Frio Brazoria County, Texas -0.0168874970090907538 +14060 aapg_ae_794.html aapg_ae_794.html:173:22257:22267 Coon Creek Selma to Montgomery marches -0.0607891032877243623 +14061 gsa_html_2859191796 gsa_html_2859191796:140:13848:13861 Lake Michigan Lake Michigan -0.445157668105484183 +14062 aapg_aa_735.html aapg_aa_735.html:125:11124:11144 Fort Payne Wayne County, Michigan -0.42655631436454855 +14063 aapg_ad_808.html aapg_ad_808.html:1506:105056:105064 Adaville Cheyenne, Wyoming -0.0408537810405160198 +14064 aapg_ai_64.html aapg_ai_64.html:370:41347:41357 Rio Grande Mexico -0.528609873070103653 +14065 palaios_html_1276188815 palaios_html_1276188815:561:59044:59069 Cedar Mountain Colorado 0.00503787248192793299 +14066 aapg_ac_305.html aapg_ac_305.html:210:21005:21018 Crystal River Williston, Vermont -0.454305775206324536 +14067 cspg_html_4143222666 cspg_html_4143222666:835:71194:71212 Pakowki Lacombe, Alberta -0.0667064437657132886 +14068 cspg_html_6116883777 cspg_html_6116883777:261:41967:41987 Ibbett Bay Melville Island (Canada) -0.41189504800272958 +14069 aapg_ah_96.html aapg_ah_96.html:161:18901:18915 Winnipeg Winnipeg -0.453355922590981064 +14070 aapg_ad_2.html aapg_ad_2.html:1627:225442:225447 Chazy Black River, Jamaica -0.459887424332023564 +14071 gsa_html_8622484687 gsa_html_8622484687:782:70538:70562 Echo Canyon Conglomerate Logan, Utah -0.453008719186489883 +14072 cspg_html_3178645840 cspg_html_3178645840:6:482:490 Columbia Victoria, British Columbia -0.0162966409406991447 +14073 aapg_ad_379.html aapg_ad_379.html:580:49046:49063 Entrada Kayenta, Arizona 0.0116536887508022161 +14074 aapg_ae_70.html aapg_ae_70.html:110:13084:13104 Phosphoria Logan, Utah -0.416233588263895504 +14075 aapg_ai_813.html aapg_ai_813.html:103:16814:16833 Neruokpuk Anchorage, Alaska -0.441392939290133568 +14076 aapg_ac_834.html aapg_ac_834.html:122:10709:10726 Skull Creek Fall River, Nova Scotia -0.0162740496879429895 +14077 aapg_ac_235.html aapg_ac_235.html:550:59529:59548 Cloverly Cheyenne, Wyoming -0.00972860319356922895 +14078 palaios_html_8582343224 palaios_html_8582343224:872:64216:64244 Paskapoo Canada -0.0235062798697475116 +14079 aapg_ae_66.html aapg_ae_66.html:148:14549:14562 Madison Mississippian culture -0.0112818678629079024 +14080 cspg_html_9924397126 cspg_html_9924397126:1013:126614:126631 Cardium Lacombe, Alberta -0.0548983204460002719 +14081 cspg_html_9905904289 cspg_html_9905904289:16:3142:3150 Scollard Lacombe, Alberta -0.0277017418114762735 +14082 aapg_aa_654.html aapg_aa_654.html:72:10739:10753 Espiritu Santo Sangre de Cristo Range -0.467905110852730732 +14083 cspg_html_7093237629 cspg_html_7093237629:746:80566:80586 Swan Hills Canada -0.0491380533416538867 +14084 cspg_html_9060847110 cspg_html_9060847110:70:10928:10949 Rocky Brook Humber -0.0552750621644688064 +14085 aapg_aa_287.html aapg_aa_287.html:256:30693:30710 Viking Colorado -0.0534299210189851104 +14086 aapg_ae_473.html aapg_ae_473.html:145:12518:12528 Tuscaloosa Tuscaloosa, Alabama 0.0448590321281746168 +14087 cspg_html_5217137903 cspg_html_5217137903:9:539:547 Columbia Lacombe, Alberta -0.457501080653503367 +14088 aapg_ai_30.html aapg_ai_30.html:3:191:209 Reynosa Guadalupe River (California) -0.0449008358068114649 +14089 palaios_html_1047361324 palaios_html_1047361324:53:5988:6008 Manzanilla Trinidad and Tobago -0.0432358146258081874 +14090 palaios_html_5864822729 palaios_html_5864822729:538:54966:54973 Andrews Spain -0.463332970234029085 +14091 gsa_html_5587803184 gsa_html_5587803184:90:10287:10297 Sunderland Wicomico County, Maryland -0.0119247384368411057 +14092 aapg_ai_569.html aapg_ai_569.html:355:37156:37164 Tensleep Garland, Texas -0.0368502653061740099 +14093 cspg_html_5688447798 cspg_html_5688447798:19:4510:4538 Disappointment Bay Little Cornwallis Island -0.0463867446356681576 +14094 aapg_ad_3.html aapg_ad_3.html:57:6036:6044 Virginia Rogersville, Tennessee -0.464656465989479628 +14095 aapg_ai_740.html aapg_ai_740.html:160:17284:17289 Mt Lytton Choteau, Montana -0.470629904958731249 +14096 palaios_html_2449649505 palaios_html_2449649505:617:66334:66365 Chinle New Mexico -0.0310200700906300558 +14097 cspg_html_2838996125 cspg_html_2838996125:157:28839:28847 Imperial California 0.00583700570111729284 +14098 cspg_html_5450075884 cspg_html_5450075884:186:21173:21181 Columbia Victoria, British Columbia -0.0402548881501223546 +14099 geology_html_5817459329 geology_html_5817459329:12:475:483 Colorado Denver -0.484086347872667577 +14100 sedimentology_html_2774214081 sedimentology_html_2774214081:1538:71424:71431 Madison Wisconsin -0.0248379892514390653 +14101 cspg_html_8568877195 cspg_html_8568877195:178:29850:29868 Foremost Regina, Saskatchewan -0.4597920302667165 +14102 cspg_html_4666332434 cspg_html_4666332434:487:72641:72657 Oldman Lacombe, Alberta -0.0473815661889043852 +14103 aapg_ac_961.html aapg_ac_961.html:326:34408:34413 Tokio Saratoga, California -0.442542141875480355 +14104 aapg_ac_720.html aapg_ac_720.html:335:34247:34266 Navesink Delaware -0.00861668517403405519 +14105 cspg_html_6795586308 cspg_html_6795586308:135:12282:12301 Kishenehn Victoria, British Columbia -0.457691392417615917 +14106 aapg_ae_915.html aapg_ae_915.html:157:10323:10339 Dakota Nebraska -0.411295305764214247 +14107 gsa_html_7173708345 gsa_html_7173708345:1065:86043:86072 Forest Colorado -0.451731523193220186 +14108 palaios_html_2999610476 palaios_html_2999610476:490:47670:47678 Victoria Victoria, British Columbia -0.000180666507077184774 +14109 aapg_ai_326.html aapg_ai_326.html:239:29363:29374 Port Jervis Closter, New Jersey -0.0290477532032288703 +14110 aapg_ae_40.html aapg_ae_40.html:286:26907:26927 Cool Creek Healdton, Oklahoma 0.00983284708618408117 +14111 cspg_html_4450068317 cspg_html_4450068317:480:57702:57710 Columbia Victoria, British Columbia -0.432346977926754639 +14112 aapg_ac_825.html aapg_ac_825.html:126:13917:13944 Purisima Santa Cruz Mountains 0.0343758415704181128 +14113 cspg_html_9142742810 cspg_html_9142742810:59:8158:8177 Keg River Lacombe, Alberta -0.488278574417694344 +14114 palaios_html_2449649505 palaios_html_2449649505:691:72456:72465 Flagstaff Chinle Formation -0.4506269691264706 +14115 aapg_ah_318.html aapg_ah_318.html:1990:180937:180948 Santa Clara Las Virgenes Unified School District -0.472491841137828439 +14116 aapg_ad_306.html aapg_ad_306.html:498:55892:55896 Hall Maya Mountain 0.0230056138725967946 +14117 cspg_html_5726581016 cspg_html_5726581016:526:57983:57991 Columbia Victoria, British Columbia -0.491332113292233474 +14118 aapg_aa_465.html aapg_aa_465.html:86:16437:16448 San Antonio San Antonio -0.00704441094107981659 +14119 sedimentology_html_3208248909 sedimentology_html_3208248909:1512:35127:35132 Yukon Greece -0.0567124540467143015 +14120 aapg_ah_90.html aapg_ah_90.html:115:17281:17287 Dakota Colorado -0.433546895631176765 +14121 aapg_ae_605.html aapg_ae_605.html:85:12430:12445 Joliet Bloomington, Indiana 0.000564582905986352451 +14122 gsa_html_4064042510 gsa_html_4064042510:64:4859:4887 Green River Colorado 0.0224215228355517555 +14123 aapg_ad_855.html aapg_ad_855.html:32:3452:3471 Smackover Paluxy, Texas -0.416558780772657289 +14124 palaios_html_6528985782 palaios_html_6528985782:700:78666:78674 Traverse Cambridge -0.450595494357366455 +14125 aapg_ad_83.html aapg_ad_83.html:295:34838:34846 Nacatoch Arkadelphia, Arkansas -0.42653659632637092 +14126 aapg_af_383.html aapg_af_383.html:68:9374:9378 Omoa Honduras -0.0379467177170490291 +14127 aapg_ac_873.html aapg_ac_873.html:198:14808:14828 Hell Creek Stoneville, Mississippi -0.0323925309205377876 +14128 AMJC_html_9709478395 AMJC_html_9709478395:936:84165:84178 Kona Dolomite Michigan -0.48184068160181448 +14129 cspg_html_3610827329 cspg_html_3610827329:92:11921:11926 Banff Turtle Mountain (Alberta) -0.0319472030481665059 +14130 cspg_html_9157093462 cspg_html_9157093462:299:40390:40423 Halfway Victoria, British Columbia -0.507113599778522772 +14131 AMJC_html_7311175634 AMJC_html_7311175634:879:108950:108959 Extension England -0.462166276497962936 +14132 aapg_ad_466.html aapg_ad_466.html:370:44589:44596 Patuxent Patapsco River -0.0157388171484894208 +14133 aapg_ae_875.html aapg_ae_875.html:247:29650:29666 Robles Puerto Rico -0.465026484605756241 +14134 aapg_ai_478.html aapg_ai_478.html:191:21447:21462 Hay River Great Slave Lake -0.574944587671217699 +14135 aapg_aa_232.html aapg_aa_232.html:402:45927:45937 Purgatoire New Mexico -0.0345376534934891677 +14136 sedimentology_html_4372260172 sedimentology_html_4372260172:789:58338:58356 Frontier Powder River Basin -0.0233880656689205678 +14137 aapg_ah_411.html aapg_ah_411.html:56:8077:8088 Dakota Colorado -0.359089279717302534 +14138 aapg_ai_480.html aapg_ai_480.html:164:15529:15540 San Joaquin Tulare, California -0.473323971277166522 +14139 cspg_html_3385840278 cspg_html_3385840278:105:15733:15758 Beaverhill Lacombe, Alberta -0.489899180704299886 +14140 gsa_html_4214347295 gsa_html_4214347295:1330:83952:83980 Green River Iran -0.418625207464451421 +14141 aapg_ai_11.html aapg_ai_11.html:228:27948:27968 Plattsburg Wyandotte, Michigan -0.471382028770717776 +14142 gsa_html_2657648234 gsa_html_2657648234:1060:67590:67596 Laguna Chile -0.469327287552563421 +14143 aapg_ad_800.html aapg_ad_800.html:148:17755:17771 Ripley Alabama -0.077222339353620606 +14144 palaios_html_5269624070 palaios_html_5269624070:1118:91352:91358 Oxford Earth -0.0523750246926542248 +14145 aapg_aa_626.html aapg_aa_626.html:255:29482:29500 Patapsco Charles County, Maryland -0.47254944238616009 +14146 aapg_ah_632.html aapg_ah_632.html:154:19064:19075 Martinsburg Juniata County School District -0.0692355667239687722 +14147 aapg_ad_169.html aapg_ad_169.html:493:57843:57862 Greenbrier Huntington, West Virginia -0.0226370778536699215 +14148 aapg_ai_975.html aapg_ai_975.html:752:62485:62507 Mooringsport Rodessa, Louisiana -0.0185419788860923702 +14149 gsa_html_2989317971 gsa_html_2989317971:682:71273:71330 Forest Ogden, Utah -0.0237009875122112385 +14150 gsa_html_3429903648 gsa_html_3429903648:736:63465:63471 Oxford Pergamon Museum -0.469028899015838996 +14151 cspg_html_1915486237 cspg_html_1915486237:264:35909:35917 Columbia Victoria, British Columbia -0.020196595303077311 +14152 cspg_html_9941227593 cspg_html_9941227593:375:46804:46825 Basal Regina, Saskatchewan -0.0350961840937315667 +14153 aapg_ac_928.html aapg_ac_928.html:107:13923:13938 Banff Lacombe, Alberta -0.448632716908224927 +14154 cspg_html_9332855346 cspg_html_9332855346:46:4098:4118 Saskatchewan Manitoba -0.482038661537539159 +14155 aapg_aa_673.html aapg_aa_673.html:7:793:811 Norphlet Escambia County, Florida 0.273403543382105874 +14156 aapg_aa_276.html aapg_aa_276.html:72:6867:6874 Sabinas Coahuila -0.114778672435979695 +14157 gsa_html_6062330506 gsa_html_6062330506:765:75645:75670 Rustler New Mexico -0.0200714512738383588 +14158 aapg_aa_106.html aapg_aa_106.html:499:54570:54595 Winnipegosis Manitoba -0.328407205412568737 +14159 cspg_html_4269071742 cspg_html_4269071742:21:2727:2736 Kishenehn Canada -0.473903010792736112 +14160 jgeology_html_4305195651 jgeology_html_4305195651:1056:98591:98601 Mill Creek Waverly, Tioga County, New York -0.441459714368856782 +14161 cspg_html_4272664788 cspg_html_4272664788:9:845:857 Rundle Lacombe, Alberta -0.463271407180362194 +14162 gsa_html_3014459865 gsa_html_3014459865:137:14847:14866 Bridgeton Closter, New Jersey -0.424391951314652904 +14163 aapg_ad_757.html aapg_ad_757.html:277:34581:34597 Kinderhook Decorah, Iowa -0.0803400270283055884 +14164 geology_html_8124935570 geology_html_8124935570:150:15905:15916 Green River Cheyenne, Wyoming 0.942527797029375169 +14165 palaios_html_9337106210 palaios_html_9337106210:231:30213:30222 Rochester Syracuse, New York -0.0295434123424303668 +14166 sedimentology_html_6204427848 sedimentology_html_6204427848:1466:67375:67380 Swift Virginia -0.0101855410408739511 +14167 gsa_html_4446967287 gsa_html_4446967287:743:67530:67538 Columbia Ottawa, Kansas -0.0453014649613171713 +14168 gsa_html_7856084240 gsa_html_7856084240:1116:79911:79939 Green River Iran -0.0532764718431481404 +14169 aapg_aa_698.html aapg_aa_698.html:221:20796:20813 Prairie Regina, Saskatchewan -0.00369847415980369305 +14170 gsa_html_8398449001 gsa_html_8398449001:587:46093:46103 Bear River Bear Lake, Michigan -0.464419004431934179 +14171 gsa_html_3720789279 gsa_html_3720789279:949:92074:92097 Elkhorn Ridge Argillite Houston -0.472501057082917231 +14172 aapg_ac_835.html aapg_ac_835.html:1596:198808:198826 Tensleep Cheyenne, Wyoming -0.452887004013691252 +14173 aapg_ai_974.html aapg_ai_974.html:719:76354:76364 Washington Salem, Oregon -0.443848978138650319 +14174 aapg_ai_695.html aapg_ai_695.html:31:3048:3067 Ingleside Mustang Island -0.0429780785253481984 +14175 gsa_html_2610916974 gsa_html_2610916974:60:4013:4041 Green River Colorado -0.0191815618988117366 +14176 aapg_ah_841.html aapg_ah_841.html:158:15591:15607 Ashern Williston, Vermont 1.01530116519684266 +14177 jgeology_html_3391865091 jgeology_html_3391865091:857:50389:50413 Frio Texas -0.498433692902457426 +14178 aapg_ad_920.html aapg_ad_920.html:242:20199:20218 Hartselle Hartselle, Alabama -0.48715769815048382 +14179 aapg_ac_971.html aapg_ac_971.html:1097:95250:95265 Viola Seminole, Texas -0.0645260486591267418 +14180 cspg_html_7896958755 cspg_html_7896958755:20:2485:2538 Clearwater Clearwater, Florida -0.49119789377684242 +14181 aapg_af_575.html aapg_af_575.html:812:113493:113514 Vamoosa Ouachita Mountains -0.497128548725757735 +14182 palaios_html_4688171682 palaios_html_4688171682:12:757:766 San Diego California -0.485107349284571332 +14183 cspg_html_1118978429 cspg_html_1118978429:93:11146:11163 Cadomin Bellevue, Nebraska -0.45184182728382527 +14184 aapg_ac_201.html aapg_ac_201.html:319:29372:29381 East Fork Chandalar River -0.0232768060359763093 +14185 cspg_html_3953809708 cspg_html_3953809708:6:556:592 Exshaw Lacombe, Alberta -0.0227274727216301153 +14186 aapg_af_745.html aapg_af_745.html:289:43676:43682 Reston Ottawa, Kansas -0.422036189718657861 +14187 cspg_html_3102530088 cspg_html_3102530088:250:29380:29387 Pakowki Milk River, Alberta -0.462166276497962936 +14188 AMJC_html_7984049819 AMJC_html_7984049819:33:2375:2385 Laurentian Western world -0.0558541686875998269 +14189 aapg_aa_718.html aapg_aa_718.html:417:40934:40941 Juniata Oswego, New York 0.0247110720654701715 +14190 aapg_ah_779.html aapg_ah_779.html:231:42429:42435 Oranda Virginia -0.456479975332736432 +14191 cspg_html_1770934036 cspg_html_1770934036:552:61258:61275 Cardium Lacombe, Alberta 0.00607327300641191583 +14192 gsa_html_6120478126 gsa_html_6120478126:69:5328:5356 Green River Colorado 0.0037592765078730871 +14193 gsa_html_4860220405 gsa_html_4860220405:57:3962:3990 Green River Colorado 0.029160796593761952 +14194 geology_html_3674678012 geology_html_3674678012:312:25108:25117 Extension Earth -0.447314589257592876 +14195 aapg_ai_326.html aapg_ai_326.html:226:26959:26968 Port Ewen New Scotland, New York -0.0368380831673493919 +14196 AMJC_html_5507942612 AMJC_html_5507942612:342:27131:27144 Potomac Hartford, Connecticut 1.0468410830476389 +14197 cspg_html_7336022118 cspg_html_7336022118:425:44995:45012 Bedford Bridgetown, Nova Scotia -0.0292460145715184028 +14198 gsa_html_2152804570 gsa_html_2152804570:12:435:441 Reston Virginia -0.474805786132168894 +14199 aapg_ac_900.html aapg_ac_900.html:190:17264:17273 Minnelusa Weston, Florida -0.389404680508228962 +14200 aapg_aa_227.html aapg_aa_227.html:145:15144:15163 Chugwater Colorado -0.409377718322252282 +14201 cspg_html_7777724998 cspg_html_7777724998:741:73420:73433 Potomac Maryland -0.481393647209346964 +14202 aapg_ah_4.html aapg_ah_4.html:433:57214:57220 Oxford Pergamon Museum -0.0353624097936946907 +14203 aapg_ac_750.html aapg_ac_750.html:66:5657:5664 Prairie Beaumont, Texas 0.00782619834566946823 +14204 cspg_html_9435196958 cspg_html_9435196958:1317:54932:54950 Paskapoo Lacombe, Alberta -0.464610795373413321 +14205 cspg_html_6116883777 cspg_html_6116883777:1670:201221:201258 Barlow Inlet Little Cornwallis Island -0.0146249457170983255 +14206 aapg_ac_938.html aapg_ac_938.html:312:36119:36136 Bird Spring Reno, Nevada 0.0404359447317095763 +14207 aapg_ad_302.html aapg_ad_302.html:290:26592:26622 Cherry Canyon Texas 0.00700097865383239332 +14208 gsa_html_2863658561 gsa_html_2863658561:551:58211:58246 Colorado Turkey Creek, Louisiana -0.0575708500128760542 +14209 gsa_html_2832151886 gsa_html_2832151886:280:20620:20641 Shaftesbury Lacombe, Alberta 0.0354320123768516737 +14210 aapg_ah_573.html aapg_ah_573.html:161:20515:20523 Virginia Pennsylvania -0.0467578283362129754 +14211 sedimentology_html_9618201377 sedimentology_html_9618201377:1811:99445:99450 Price Northeast Greenland National Park -0.441553207562292771 +14212 aapg_ai_105.html aapg_ai_105.html:462:56338:56352 Duchesne River Uinta Mountains -0.475196277624828634 +14213 jgeology_html_6372415613 jgeology_html_6372415613:849:56112:56125 Galena Platteville, Colorado -0.396853768660702377 +14214 jgeology_html_7089929609 jgeology_html_7089929609:704:38772:38804 Chelmsford Canada -0.0623586879950740192 +14215 aapg_af_854.html aapg_af_854.html:448:58814:58826 Borden Warren County, Ohio -0.0116415263184878361 +14216 aapg_ak_104.html aapg_ak_104.html:37:5137:5150 Madison Cheyenne, Wyoming -0.0646064012122370551 +14217 geology_html_7492626424 geology_html_7492626424:14:714:719 Crete Chania Prefecture -0.034835184903719292 +14218 cspg_html_4844336967 cspg_html_4844336967:6:605:623 Palliser Rocky Mountain House, Alberta -0.474203062673125064 +14219 gsa_html_3860045860 gsa_html_3860045860:48:5264:5270 Eugene Salem, Oregon -0.478586352630804512 +14220 cspg_html_9157093462 cspg_html_9157093462:6:442:475 Halfway Victoria, British Columbia -0.0517421611604156687 +14221 aapg_af_854.html aapg_af_854.html:651:90790:90796 Warsaw Bloomington, Indiana -0.419246863914202961 +14222 jgeology_html_8494933343 jgeology_html_8494933343:338:23990:23993 Lee Colorado -0.46944207930236781 +14223 aapg_ai_974.html aapg_ai_974.html:764:83561:83567 Oregon Washington (state) -0.479352341582737318 +14224 cspg_html_9771826320 cspg_html_9771826320:299:51695:51711 Strathcona Fiord Ellesmere Island -0.0238000807076843013 +14225 aapg_ac_730.html aapg_ac_730.html:214:30158:30174 Toreva Mancos, Colorado -0.465744120990301047 +14226 aapg_af_487.html aapg_af_487.html:303:35260:35294 Scripps Stroudsburg, Pennsylvania -0.47735290933611807 +14227 aapg_ah_93.html aapg_ah_93.html:10:1752:1774 Maywood Maywood, California -0.437098264428985472 +14228 aapg_ai_688.html aapg_ai_688.html:47:7081:7087 Ludlow Lockport (city), New York -0.495894089017784534 +14229 aapg_af_397.html aapg_af_397.html:488:56366:56382 Chinle Entrada Sandstone -0.0473502039075794148 +14230 geology_html_4971813947 geology_html_4971813947:77:7202:7221 Ogallala Ogallala, Nebraska -0.441459714368856782 +14231 aapg_ad_918.html aapg_ad_918.html:484:54887:54905 Niobrara Colorado 0.142104832996321373 +14232 cspg_html_2695921112 cspg_html_2695921112:68:7025:7046 Bonaventure New Brunswick, New Jersey -0.451767539383647998 +14233 cspg_html_2834693711 cspg_html_2834693711:392:53789:53804 Comox England -0.478307979059971577 +14234 aapg_af_397.html aapg_af_397.html:68:8076:8083 Entrada Entrada Sandstone 0.00496317135517138856 +14235 palaios_html_5864822729 palaios_html_5864822729:800:77735:77749 Ogallala Hitchcock County, Nebraska 0.00842383986837989471 +14236 geology_html_9025073353 geology_html_9025073353:164:14324:14331 Nitinat Astoria, Oregon -0.478284785297837578 +14237 aapg_ae_223.html aapg_ae_223.html:392:46378:46405 Green River Uinta Mountains -0.469726827457912721 +14238 gsa_html_2794002141 gsa_html_2794002141:22:1223:1229 Reston Virginia -0.445989406971527558 +14239 gsa_html_4216613284 gsa_html_4216613284:324:37580:37598 Morrison Gunnison River -0.353186667649815933 +14240 cspg_html_8556552074 cspg_html_8556552074:69:6120:6144 Ernestina Lake Regina, Saskatchewan -0.484471709023717834 +14241 aapg_ad_466.html aapg_ad_466.html:1684:174315:174321 Tinton Navesink River -0.481794104698776371 +14242 gsa_html_5272671610 gsa_html_5272671610:499:51760:51776 Sullivan Victoria, British Columbia 0.000548948298213387093 +14243 cspg_html_2490951833 cspg_html_2490951833:602:92745:92761 Nisku Canada -0.434748345086590549 +14244 aapg_ai_66.html aapg_ai_66.html:81:8552:8561 Mesaverde Colorado -0.450595494357366455 +14245 aapg_aa_670.html aapg_aa_670.html:111:8912:8919 Hosston Tuscaloosa, Alabama -0.429934117971200513 +14246 aapg_af_130.html aapg_af_130.html:274:46403:46413 Washington Salem, Oregon 0.0631986432555989713 +14247 aapg_ae_419.html aapg_ae_419.html:2663:177307:177313 Sierra Coahuila -0.487987661646075377 +14248 geology_html_1435226069 geology_html_1435226069:233:23185:23190 Stark Republic of China -0.0338277865791703769 +14249 cspg_html_4343998218 cspg_html_4343998218:162:17904:17912 Richmond Manitoba -0.044108342889871921 +14250 cspg_html_9868683298 cspg_html_9868683298:33:3128:3136 Columbia Victoria, British Columbia -0.435738929516159335 +14251 aapg_ad_808.html aapg_ad_808.html:1241:85403:85417 Colorado Cheyenne, Wyoming -0.467016268103292775 +14252 aapg_ai_887.html aapg_ai_887.html:189:23184:23192 Edmonton Lacombe, Alberta -0.477179162580930738 +14253 aapg_ai_105.html aapg_ai_105.html:491:58175:58189 Duchesne River Lake Fork (Texas) -0.460944252925189812 +14254 gsa_html_6753732431 gsa_html_6753732431:10:337:362 Sespe Colorado 0.0130645631501062169 +14255 aapg_af_751.html aapg_af_751.html:744:90548:90552 Hall California -0.0258220684876826687 +14256 aapg_aa_357.html aapg_aa_357.html:171:13362:13376 Rico Hermosa, Chicago -0.00603852775893074737 +14257 aapg_aa_712.html aapg_aa_712.html:93:10849:10857 Glenwood Hennepin, Illinois -0.405013451517262313 +14258 aapg_ad_85.html aapg_ad_85.html:286:24708:24714 Paluxy Paluxy, Texas -0.00490757986669080291 +14259 aapg_ac_695.html aapg_ac_695.html:275:31226:31236 Rio Grande Colorado -0.00382529052751042712 +14260 aapg_ah_318.html aapg_ah_318.html:807:84829:84848 Smackover Ouachita Parish, Louisiana -0.370805457450604781 +14261 aapg_ah_579.html aapg_ah_579.html:252:22142:22149 Alegria Cebu City -0.484114368303559472 +14262 aapg_ah_903.html aapg_ah_903.html:110:18967:18976 Vicksburg Claiborne, Alabama -0.457514673015389395 +14263 aapg_ae_3.html aapg_ae_3.html:269:38465:38481 Sandia Jemez Mountains -0.476491466484042558 +14264 aapg_ac_424.html aapg_ac_424.html:365:56396:56414 Morrison New Mexico -0.415295473859709607 +14265 sedimentology_html_6028998505 sedimentology_html_6028998505:101:11479:11489 Washington Seattle -0.427211623217386149 +14266 gsa_html_6837513060 gsa_html_6837513060:906:69212:69240 Green River Colorado -0.0201913809518237848 +14267 sedimentology_html_1006662626 sedimentology_html_1006662626:3317:70374:70382 Columbia Steventon, Oxfordshire -0.478535310781285639 +14268 aapg_af_341.html aapg_af_341.html:96:16402:16434 Tensleep Cheyenne, Wyoming -0.0791820422542413721 +14269 gsa_html_5446866849 gsa_html_5446866849:844:64711:64719 Virginia Eaton, Ohio -0.47944058990843208 +14270 cspg_html_6608209149 cspg_html_6608209149:51:5806:5821 Elk Lacombe, Alberta -0.00972860319356922895 +14271 cspg_html_5241714595 cspg_html_5241714595:661:98723:98737 Woodbend Canada -0.47482657712880405 +14272 aapg_aa_288.html aapg_aa_288.html:212:23397:23408 Mowry Cheyenne, Wyoming -0.445989406971527558 +14273 aapg_aa_105.html aapg_aa_105.html:490:51690:51706 Belly River Colorado -0.131634369301413479 +14274 gsa_html_3648258377 gsa_html_3648258377:536:53121:53155 Laurel Bass River Township, New Jersey -0.473815322787249471 +14275 aapg_ae_220.html aapg_ae_220.html:305:34739:34746 Rodessa Arkansas -0.446924894478510359 +14276 aapg_aa_416.html aapg_aa_416.html:163:21224:21242 Kootenai Lacombe, Alberta -0.451351189275800146 +14277 palaios_html_9103348245 palaios_html_9103348245:784:58326:58345 Conemaugh Ohio 0.671802498470554399 +14278 cspg_html_5345848475 cspg_html_5345848475:5:221:241 Colorado Regina, Saskatchewan -0.0668112913771392175 +14279 aapg_af_142.html aapg_af_142.html:231:29520:29539 Cotton Valley San Marcos, California -0.491075466427918716 +14280 cspg_html_5875826141 cspg_html_5875826141:45:5491:5506 Lower Elk Point Lacombe, Alberta -0.486857796887406991 +14281 aapg_aa_582.html aapg_aa_582.html:54:5000:5006 Sierra Sonora -0.0152261868031426748 +14282 aapg_ad_564.html aapg_ad_564.html:5621:461594:461599 Nisku Calgary 0.424343861329426919 +14283 sedimentology_html_9906287852 sedimentology_html_9906287852:811:67193:67212 Rock Springs Absaroka -0.476033304431228654 +14284 aapg_ae_428.html aapg_ae_428.html:41:3733:3747 Catahoula Newton County, Georgia 0.951815889641607127 +14285 aapg_ah_528.html aapg_ah_528.html:467:49384:49403 Woodside Boise, Idaho -0.040395903070456575 +14286 aapg_ad_660.html aapg_ad_660.html:97:15293:15298 Queen Nashville Basin -0.0552750621644688064 +14287 aapg_aa_525.html aapg_aa_525.html:162:18302:18308 Wilcox Tahlequah, Oklahoma -0.00590649599379846572 +14288 sedimentology_html_5719963791 sedimentology_html_5719963791:227:9275:9279 Hall London, Ontario -0.429934117971200513 +14289 aapg_ad_379.html aapg_ad_379.html:266:23060:23068 San Luis Colorado -0.447242908821281704 +14290 aapg_ac_849.html aapg_ac_849.html:71:8726:8745 Parkwood Piedmont (United States) -0.465776131049653153 +14291 aapg_ah_581.html aapg_ah_581.html:8:1356:1362 Denver Washington (state) -0.38350614053241705 +14292 sedimentology_html_7742095414 sedimentology_html_7742095414:1317:47475:47479 Hall London, Ontario -0.498041936399126195 +14293 aapg_ae_959.html aapg_ae_959.html:2766:203981:203996 Dog Creek Texas -0.0159925297595795608 +14294 gsa_html_4930932370 gsa_html_4930932370:570:58274:58294 Michigamme Sudbury, Suffolk -0.0354198318919945049 +14295 aapg_ae_789.html aapg_ae_789.html:359:42533:42550 Wabamun Barrhead, Alberta -0.475325709854034217 +14296 aapg_ah_328.html aapg_ah_328.html:287:30358:30370 Dakota Colorado -0.41667587665699013 +14297 geology_html_9453851467 geology_html_9453851467:12:486:496 Santa Cruz Santa Cruz, California -0.0749536348775202005 +14298 aapg_aa_960.html aapg_aa_960.html:443:34344:34364 Twin Creek Boise, Idaho -0.0691324216019307963 +14299 sedimentology_html_9906287852 sedimentology_html_9906287852:378:35412:35430 Frontier Cheyenne, Wyoming -0.420813643173481466 +14300 aapg_ae_692.html aapg_ae_692.html:564:57823:57839 Fort Union Fort Union Trading Post National Historic Site -0.431219036147121426 +14301 aapg_af_595.html aapg_af_595.html:145:11708:11719 Bethel Hartselle, Alabama -0.505227161470617636 +14302 aapg_ad_351.html aapg_ad_351.html:766:66468:66480 Reeds Spring Springfield, Illinois -0.470262127852539125 +14303 gsa_html_2321464653 gsa_html_2321464653:604:62631:62641 Washington Great Basin -0.461026124022890449 +14304 gsa_html_5625878232 gsa_html_5625878232:258:36408:36413 Spray Northumberland, Pennsylvania -0.0378805791019936056 +14305 aapg_af_598.html aapg_af_598.html:75:6264:6271 Lenapah Nowata, Oklahoma 0.488910009083251273 +14306 aapg_ad_311.html aapg_ad_311.html:29:3292:3296 Hall England -0.0315888654763454985 +14307 sedimentology_html_1880755519 sedimentology_html_1880755519:396:32523:32558 Lee Kentucky -0.479670542308177961 +14308 cspg_html_6216640615 cspg_html_6216640615:35:3962:3970 Columbia Lake Ontario -0.43597788776021662 +14309 aapg_ai_720.html aapg_ai_720.html:313:34872:34885 Potomac Maryland -0.026734922025780393 +14310 cspg_html_2954223000 cspg_html_2954223000:405:58691:58697 Brazil Gabon -0.0190651145503429667 +14311 cspg_html_3104351736 cspg_html_3104351736:189:24731:24752 Belly River Lacombe, Alberta -0.0335372413880994369 +14312 gsa_html_8246054779 gsa_html_8246054779:1086:89684:89688 Bond California -0.00190221287180793197 +14313 aapg_af_887.html aapg_af_887.html:116:12108:12118 Queen West Texas -0.0464006817450507772 +14314 gsa_html_1266138577 gsa_html_1266138577:41:2406:2423 Campito Salinas Valley -0.47503682505792677 +14315 cspg_html_2559849177 cspg_html_2559849177:316:43171:43182 Coal Valley Lacombe, Alberta -0.435838488044850259 +14316 aapg_ah_529.html aapg_ah_529.html:374:38175:38194 El Paso New Mexico -0.439702904816710427 +14317 aapg_ad_2.html aapg_ad_2.html:1415:193274:193296 Chambersburg Harrisburg, Pennsylvania 0.697210881842653452 +14318 aapg_ae_785.html aapg_ae_785.html:13:1761:1791 Red River Manitoba 0.772619224411085881 +14319 AMJC_html_5516451353 AMJC_html_5516451353:28:2628:2645 Massabesic Gneiss Hope Valley, South Australia -0.477234757760444439 +14320 aapg_ai_321.html aapg_ai_321.html:135:18376:18393 Subinal Guatemala -0.0573056426018103762 +14321 AMJC_html_2925575011 AMJC_html_2925575011:438:58920:58933 Santa Barbara California -0.0497445521320005191 +14322 aapg_ah_318.html aapg_ah_318.html:1990:180998:181002 Toro Las Virgenes Unified School District -0.418108188592710817 +14323 cspg_html_2093862169 cspg_html_2093862169:394:40349:40364 Bluff Grand Cayman -0.476172115937115059 +14324 cspg_html_9872589627 cspg_html_9872589627:132:19824:19841 Halfway Victoria, British Columbia -0.497038450035218293 +14325 cspg_html_9689514766 cspg_html_9689514766:375:44291:44323 Widder Ontario, California -0.467877607461444023 +14326 aapg_af_461.html aapg_af_461.html:151:14025:14033 Starved Rock Decorah, Iowa -0.0357017266903412109 +14327 AMJC_html_7984049819 AMJC_html_7984049819:13:745:751 Denver Colorado -0.485336482309537631 +14328 jgeology_html_1841003966 jgeology_html_1841003966:849:43214:43222 Colorado Virginia -0.0185419788860923702 +14329 cspg_html_7182873498 cspg_html_7182873498:271:39571:39595 Guelph Ontario, California 0.835169369408716888 +14330 AMJC_html_5916115748 AMJC_html_5916115748:1417:126788:126798 Washington Ocean City, Washington -0.429055041262400905 +14331 cspg_html_9476379853 cspg_html_9476379853:230:28534:28547 Turner Valley Elmworth, Alberta -0.0250466225487357037 +14332 gsa_html_3010975239 gsa_html_3010975239:388:49917:49925 Michigan Port Huron, Michigan -0.477142101104954475 +14333 cspg_html_3104351736 cspg_html_3104351736:187:24319:24337 Foremost Lethbridge -0.494543235417533422 +14334 aapg_ae_876.html aapg_ae_876.html:594:63901:63925 Cedar Mountain Colorado Plateau -0.462366693304298693 +14335 aapg_ai_272.html aapg_ai_272.html:207:22859:22864 Logan Lake Champlain 0.0251804971014857777 +14336 gsa_html_2246096178 gsa_html_2246096178:592:49220:49242 Platteville Wisconsin -0.00712258914704064564 +14337 AMJC_html_7984049819 AMJC_html_7984049819:613:62075:62082 Berwick Fredericton (electoral district) -0.45644603384473742 +14338 aapg_ah_182.html aapg_ah_182.html:19:2520:2541 Jacksonburg Closter, New Jersey -0.0316027812971720334 +14339 aapg_ae_92.html aapg_ae_92.html:309:32082:32094 Cooking Lake Canada 0.858571750501248454 +14340 gsa_html_2279602635 gsa_html_2279602635:448:42356:42366 Washington Seattle -0.411813047275237043 +14341 cspg_html_7963093032 cspg_html_7963093032:476:50042:50056 Colorado Canada -0.0198680940009536566 +14342 cspg_html_2139304729 cspg_html_2139304729:28:4943:4963 Griper Bay Bathurst Island (Northern Territory) -0.231168635655649574 +14343 jgeology_html_1463337655 jgeology_html_1463337655:548:48727:48733 Oregon Washington (state) -0.477130519718023338 +14344 aapg_ah_847.html aapg_ah_847.html:619:61875:61883 Monmouth Closter, New Jersey -0.425647516918978619 +14345 gsa_html_6803319080 gsa_html_6803319080:67:5130:5158 Green River Iran 0.017756431536920126 +14346 aapg_ae_941.html aapg_ae_941.html:66:6800:6808 Woodbine Grapeland, Texas -0.440514182187833891 +14347 aapg_ah_411.html aapg_ah_411.html:110:13808:13815 Pakowki Canada -0.0522861066432878455 +14348 aapg_ah_535.html aapg_ah_535.html:138:24132:24143 Martinsburg West Branch Susquehanna Valley -0.408411716790418711 +14349 cspg_html_4433937749 cspg_html_4433937749:46:6910:6922 Sikanni Victoria, British Columbia -0.0116571637323025015 +14350 gsa_html_6212532476 gsa_html_6212532476:737:58417:58439 Horse Spring Lake Mead -0.0514492842552477722 +14351 aapg_aa_23.html aapg_aa_23.html:618:78043:78057 Stony Mountain Red River of the North 1.60966520866777318 +14352 aapg_ai_1.html aapg_ai_1.html:56:7215:7232 Hermosa San Juan Mountains -0.448318704760563236 +14353 aapg_ac_380.html aapg_ac_380.html:15:2516:2528 Salina Michigan -0.442542141875480355 +14354 aapg_ah_632.html aapg_ah_632.html:153:18911:18918 Juniata Juniata County School District -0.0466271631232556896 +14355 AMJC_html_5390933660 AMJC_html_5390933660:144:13990:14013 Gile Mountain Littleton, Colorado -0.00639293020944086028 +14356 AMJC_html_7984049819 AMJC_html_7984049819:115:12973:12990 Nashoba Cambridge, Massachusetts -0.465744120990301047 +14357 aapg_ae_944.html aapg_ae_944.html:123:11248:11267 Mansfield Vienna -0.444844842741709823 +14358 gsa_html_8531594123 gsa_html_8531594123:350:48996:49020 San Joaquin Mansfield, Ohio 0.00528108597483065503 +14359 cspg_html_2490951833 cspg_html_2490951833:606:93642:93650 Montreal Lacombe, Alberta -0.0115181647621516343 +14360 geology_html_6582769965 geology_html_6582769965:221:21119:21123 Hall London, Ontario -0.435738929516159335 +14361 aapg_af_258.html aapg_af_258.html:35:5689:5705 Holder Sacramento Mountains (California) 0.890872957772699259 +14362 aapg_ac_730.html aapg_ac_730.html:599:86685:86691 Toreva Shiprock, New Mexico -0.0411306079885422268 +14363 aapg_ah_157.html aapg_ah_157.html:289:41410:41426 Clifty Kentucky -0.45099125631104503 +14364 aapg_ai_78.html aapg_ai_78.html:46:4574:4591 Anahuac Texas -0.043955078042755065 +14365 cspg_html_4516258038 cspg_html_4516258038:371:42158:42162 Eids Bathurst Island (Northern Territory) -0.0862729014444275771 +14366 cspg_html_3129231627 cspg_html_3129231627:345:45905:45925 Irene Ellesmere Island -0.467016268103292775 +14367 cspg_html_9272820228 cspg_html_9272820228:13:1673:1682 Cold Lake Clearwater, Florida 0.746501726254691578 +14368 aapg_ac_333.html aapg_ac_333.html:291:38645:38653 Colorado Ouray, Colorado -0.47254944238616009 +14369 aapg_aa_147.html aapg_aa_147.html:7:1173:1181 Deadwood Winnipeg -1.20568767429799029 +14370 aapg_aa_4.html aapg_aa_4.html:234:31084:31104 West Falls Tioga, Texas -0.0473711120814198014 +14371 cspg_html_3854139935 cspg_html_3854139935:69:10721:10732 Belly River Judith River Formation -0.45421548506785292 +14372 jgeology_html_7654442814 jgeology_html_7654442814:1232:74914:74920 Thrifty London, Ontario -0.0369546842337877615 +14373 aapg_ac_364.html aapg_ac_364.html:51:6359:6367 Sundance Cheyenne, Wyoming 0.91261221339519738 +14374 aapg_ai_157.html aapg_ai_157.html:125:16689:16697 Michigan Salina, Kansas -0.425481180136460357 +14375 cspg_html_3521815736 cspg_html_3521815736:22:3577:3585 Grayling Williston, Vermont -0.0142026952151300869 +14376 aapg_ac_730.html aapg_ac_730.html:64:9255:9261 Dakota Carmel, Indiana -0.430000081582776583 +14377 aapg_aa_991.html aapg_aa_991.html:25:3318:3329 San Antonio San Antonio -0.499270052772917139 +14378 gsa_html_6202855168 gsa_html_6202855168:1000:91731:91747 Navajo Logan, Utah -0.470179399208385473 +14379 gsa_html_6719250028 gsa_html_6719250028:828:74381:74409 Green River Colorado 0.00088769823007264 +14380 aapg_ad_721.html aapg_ad_721.html:581:55013:55021 Carlsbad Carlsbad, New Mexico -0.481759173673690755 +14381 cspg_html_1065856149 cspg_html_1065856149:160:15370:15388 Ashville Edmonton, London -0.452977161832460395 +14382 cspg_html_5438428738 cspg_html_5438428738:545:63032:63041 Mackenzie Great Lakes -0.432624764132568007 +14383 cspg_html_3367984758 cspg_html_3367984758:43:4787:4799 Saskatchewan Lacombe, Alberta -0.0495632945700979141 +14384 geology_html_9558807658 geology_html_9558807658:14:631:644 Santa Barbara California -0.432466019139625568 +14385 aapg_af_469.html aapg_af_469.html:502:59330:59338 Humboldt Great Basin -0.0571922347974946066 +14386 aapg_ae_973.html aapg_ae_973.html:677:50302:50316 Word Delaware -0.453044786078658057 +14387 aapg_ah_972.html aapg_ah_972.html:35:4204:4214 Rio Grande Texas -0.0335772561471781444 +14388 cspg_html_9542530836 cspg_html_9542530836:45:6569:6585 Yeoman Williston Basin -0.0424800423112160416 +14389 cspg_html_1763727002 cspg_html_1763727002:366:43803:43815 Halfway Victoria, British Columbia -0.466714081975797668 +14390 sedimentology_html_7964187419 sedimentology_html_7964187419:926:82139:82143 Hall London, Ontario -0.491162576381923288 +14391 cspg_html_8089302449 cspg_html_8089302449:140:22930:22934 Lane Saskatoon -0.438060290900437188 +14392 aapg_ad_801.html aapg_ad_801.html:195:21363:21373 Tallahatta Pacific Northwest -0.0277886893642299709 +14393 gsa_html_2877730818 gsa_html_2877730818:1167:97547:97563 Noonday Dolomite California -0.0104235679161521783 +14394 aapg_ad_466.html aapg_ad_466.html:156:17153:17166 Merchantville Raritan River -0.485663921579086111 +14395 aapg_ak_112.html aapg_ak_112.html:59:6645:6653 Columbia Victoria, British Columbia -0.0317923859746223822 +14396 sedimentology_html_9059871566 sedimentology_html_9059871566:1804:106627:106636 Lancaster Saudi Arabia -0.502437738142499701 +14397 palaios_html_7769060899 palaios_html_7769060899:599:55465:55489 Cedar Mountain Grand County, Colorado -0.180619918254416895 +14398 aapg_ah_289.html aapg_ah_289.html:523:72076:72094 Monterey California -0.0114886275572314532 +14399 gsa_html_6650930392 gsa_html_6650930392:65:5354:5382 Green River Colorado -0.0344245588872295546 +14400 aapg_ai_352.html aapg_ai_352.html:254:19064:19080 Kinderhook Chattanooga, Tennessee -0.451740527107044376 +14401 aapg_af_811.html aapg_af_811.html:174:14191:14209 Black River Knoxville, Tennessee -0.475963906981033746 +14402 sedimentology_html_2319942817 sedimentology_html_2319942817:45:2885:2890 Uinta Green River Formation 0.00167290441282642237 +14403 cspg_html_5435328392 cspg_html_5435328392:222:28450:28458 Vanguard Colorado -0.472491841137828439 +14404 aapg_ae_498.html aapg_ae_498.html:678:73858:73866 Moccasin Virginia -0.0480855077974690417 +14405 gsa_html_6982030333 gsa_html_6982030333:1390:127182:127192 Washington Boise, Idaho -0.0268166470016257402 +14406 aapg_ac_301.html aapg_ac_301.html:20:4223:4229 Custer Lemhi Pass -0.01223054087335982 +14407 palaios_html_8391206976 palaios_html_8391206976:300:44401:44415 Kope Bellevue, Nebraska -0.414276052949181017 +14408 aapg_ae_341.html aapg_ae_341.html:120:12881:12900 Smackover Cotton Valley, Louisiana -0.468054102450840448 +14409 cspg_html_5345848475 cspg_html_5345848475:1083:104275:104289 Colorado Lacombe, Alberta -0.505322937852164866 +14410 gsa_html_2561127673 gsa_html_2561127673:575:56309:56338 Candelaria Reno, Nevada -0.0768651595524797032 +14411 gsa_html_8030464622 gsa_html_8030464622:173:16410:16419 Red River Red River of the North -0.431254263951945216 +14412 aapg_ai_49.html aapg_ai_49.html:292:36012:36030 Sundance Colorado 1.22960997196080113 +14413 cspg_html_1841843683 cspg_html_1841843683:77:12756:12763 Rierdon Williston Basin -0.380643605361992821 +14414 gsa_html_1363375228 gsa_html_1363375228:989:85213:85221 Beaumont Pakistan -0.00215584223507059606 +14415 aapg_ah_691.html aapg_ah_691.html:203:23770:23798 Cotton Valley Haynesville, Louisiana -0.0179684568885802344 +14416 aapg_aa_702.html aapg_aa_702.html:80:58286:58314 Watrous Williston, Vermont -0.0513586342510970947 +14417 sedimentology_html_3296239633 sedimentology_html_3296239633:89:11197:11209 Cutler Logan, Utah -0.465945346292333973 +14418 cspg_html_6984906794 cspg_html_6984906794:151:19844:19871 Fortress Mountain Colville, Washington -0.473856858113634927 +14419 cspg_html_2834693711 cspg_html_2834693711:405:56120:56139 Extension Western world -0.437953842888147871 +14420 aapg_aa_644.html aapg_aa_644.html:496:44466:44475 Bear Lake Boise, Idaho -0.0529469160775694891 +14421 aapg_ad_337.html aapg_ad_337.html:145:16196:16204 Monterey San Joaquin Hills (Laguna Niguel, California) -0.0426820396306177158 +14422 aapg_ah_55.html aapg_ah_55.html:131:15399:15409 Washington Nemaha County, Kansas -0.0257194847392249668 +14423 palaios_html_9133125241 palaios_html_9133125241:12:605:613 Michigan Dearborn, Michigan -0.0016763787815964029 +14424 aapg_af_264.html aapg_af_264.html:54:7885:7902 Athabasca Saudi Arabia -0.0527882465150959351 +14425 aapg_ac_703.html aapg_ac_703.html:48:6387:6411 Mission Canyon Williston, Vermont -0.431219036147121426 +14426 aapg_ad_457.html aapg_ad_457.html:203:24500:24517 Romaine Lake Champlain -0.250526034693424104 +14427 gsa_html_4946611079 gsa_html_4946611079:11:474:480 Oregon Salem, Oregon -0.484310536940914471 +14428 gsa_html_6368427381 gsa_html_6368427381:58:3876:3904 Green River Colorado -0.0334258967197983703 +14429 aapg_ac_56.html aapg_ac_56.html:188:14901:14917 Salina Isthmus of Tehuantepec 0.0142461363116521914 +14430 palaios_html_6090005613 palaios_html_6090005613:226:24750:24766 Racine Wisconsin -0.0316445288569785835 +14431 gsa_html_2605108986 gsa_html_2605108986:657:52026:52045 Matanuska Anchorage, Alaska -0.456608964648804683 +14432 aapg_ac_91.html aapg_ac_91.html:491:38249:38268 Aux Vases Missouri River -0.217229792261089488 +14433 cspg_html_7229660003 cspg_html_7229660003:49:3178:3196 Winnipeg Regina, Saskatchewan -0.451436694283948337 +14434 gsa_html_6212532476 gsa_html_6212532476:138:14664:14686 Horse Spring Lake Mead -0.0425131277640511673 +14435 aapg_ah_618.html aapg_ah_618.html:82:6602:6626 Phosphoria Little Cottonwood Creek -0.45417711448712661 +14436 aapg_aa_233.html aapg_aa_233.html:24:2910:2916 Cupido Matamoros, Tamaulipas -0.488912357297633382 +14437 aapg_ai_974.html aapg_ai_974.html:693:73615:73625 Washington Salem, Oregon -0.448296279445968116 +14438 aapg_ad_440.html aapg_ad_440.html:489:45347:45353 Denmar Bluefield, West Virginia -0.0422292934029165484 +14439 sedimentology_html_5667980395 sedimentology_html_5667980395:1632:94867:94874 Waikato .nz -0.463332970234029085 +14440 cspg_html_7229660003 cspg_html_7229660003:50:3310:3319 Red River Regina, Saskatchewan -0.0173254356777415887 +14441 gsa_html_8035658736 gsa_html_8035658736:803:90698:90704 Moscow Boise, Idaho -0.476324834178458445 +14442 aapg_ae_383.html aapg_ae_383.html:474:36613:36633 Woodford Chemung, New York -0.4864081422828892 +14443 aapg_af_852.html aapg_af_852.html:178:18445:18449 Word West Texas -0.491068403850714985 +14444 gsa_html_6625494715 gsa_html_6625494715:470:57520:57554 Guilmette Reno, Nevada -0.199017376087461839 +14445 palaios_html_4421656336 palaios_html_4421656336:306:32086:32092 Casper Carbon County, Wyoming -0.460041893415422398 +14446 cspg_html_5699627350 cspg_html_5699627350:5:182:198 Viking Lacombe, Alberta 0.824858274899824329 +14447 aapg_ak_104.html aapg_ak_104.html:136:17304:17328 Mission Canyon Cheyenne, Wyoming -0.444719742349094338 +14448 cspg_html_5450075884 cspg_html_5450075884:567:65738:65755 Cardium Lacombe, Alberta -0.407291989948090571 +14449 gsa_html_1569131616 gsa_html_1569131616:103:10596:10602 Duarte Cordillera Central (Puerto Rico) 0.441626673117827107 +14450 aapg_ai_321.html aapg_ai_321.html:186:25589:25606 Esquias Comayagua -0.516856415963551918 +14451 cspg_html_9214997177 cspg_html_9214997177:35:4917:4939 Winnipegosis Regina, Saskatchewan -0.0326639109248070408 +14452 cspg_html_8990290265 cspg_html_8990290265:137:20557:20567 Mount Hawk Elko, Nevada 0.265317970003497217 +14453 aapg_ah_275.html aapg_ah_275.html:106:13914:13932 Monterey California 0.0236314487961182575 +14454 gsa_html_5670961546 gsa_html_5670961546:806:68048:68076 Green River Colorado -0.0147795988543257695 +14455 cspg_html_8121202912 cspg_html_8121202912:141:17574:17578 Pika Mount Robson Provincial Park -0.0353624097936946907 +14456 aapg_ad_67.html aapg_ad_67.html:385:40368:40374 Midway Mississippi River -0.459919224612040101 +14457 aapg_ah_561.html aapg_ah_561.html:200:28746:28754 Toroweap Kaibab, Arizona 0.368483580499859853 +14458 cspg_html_8267847427 cspg_html_8267847427:36:7378:7421 Provincial Canada -0.0811933687681846705 +14459 gsa_html_1251306730 gsa_html_1251306730:1454:111672:111700 Green River Iran -0.0408537810405160198 +14460 aapg_ai_503.html aapg_ai_503.html:67:7375:7391 Cabot Head Manitoulin Island -0.453085363047098455 +14461 aapg_ac_70.html aapg_ac_70.html:560:59606:59623 Oquirrh Logan, Utah -0.465776131049653153 +14462 palaios_html_3022467877 palaios_html_3022467877:280:30415:30436 Hornerstown Navesink River -0.457501080653503367 +14463 aapg_af_266.html aapg_af_266.html:327:34673:34681 Woodford California -0.0660861349919403679 +14464 sedimentology_html_9972796818 sedimentology_html_9972796818:245:28470:28478 Phillips Netherlands -0.0210882710852193268 +14465 AMJC_html_5390933660 AMJC_html_5390933660:736:75042:75061 Littleton New Hampshire 0.00154956435534229684 +14466 cspg_html_2848938695 cspg_html_2848938695:189:22149:22160 Goldenville Halifax, West Yorkshire -0.0489655236632166313 +14467 aapg_ai_28.html aapg_ai_28.html:282:27231:27237 Lissie Oakville, California -0.485448733097070706 +14468 geology_html_7678329140 geology_html_7678329140:271:23596:23618 Tibbit Hill Quebec City -0.0182917127831857887 +14469 jgeology_html_3450428494 jgeology_html_3450428494:204:10874:10890 Fish Canyon Tuff Durango, Durango -0.01223054087335982 +14470 cspg_html_4210762654 cspg_html_4210762654:245:33671:33686 Nisku Lacombe, Alberta -0.443848978138650319 +14471 aapg_ad_466.html aapg_ad_466.html:1206:128933:128941 Virginia Patapsco River -0.501664952843956957 +14472 jgeology_html_9111148993 jgeology_html_9111148993:539:41026:41032 Thelon Arizona -0.0214063649157180402 +14473 aapg_ai_97.html aapg_ai_97.html:204:19541:19562 San Felipe Tampico, Illinois -0.458659434193013582 +14474 aapg_ac_743.html aapg_ac_743.html:193:24022:24036 Lyre Durham, North Carolina -0.475991665297052891 +14475 gsa_html_9898556493 gsa_html_9898556493:196:24362:24380 Riverbank Merced River -0.0587364945317297577 +14476 cspg_html_9729377176 cspg_html_9729377176:67:8538:8557 Pardonet Victoria, British Columbia -0.0282634328663418991 +14477 palaios_html_6815039820 palaios_html_6815039820:550:48630:48646 Oldman Lacombe, Alberta -0.440245159686024512 +14478 cspg_html_7688587411 cspg_html_7688587411:323:36489:36497 Dunvegan Lacombe, Alberta -0.461128473443845555 +14479 cspg_html_1975682848 cspg_html_1975682848:470:47288:47315 Roberts Mountains Lacombe, Alberta -0.0191815618988117366 +14480 aapg_aa_22.html aapg_aa_22.html:318:30808:30817 Maquoketa Maysville, Kentucky 0.344014651988328424 +14481 aapg_ah_817.html aapg_ah_817.html:114:10652:10666 Spearfish Spearfish, South Dakota -0.440425240506611693 +14482 geology_html_8351855241 geology_html_8351855241:243:25155:25162 Wasatch Uinta Mountains -0.450743884934886652 +14483 geology_html_9687641771 geology_html_9687641771:220:20173:20185 Saskatchewan Quebec City -0.0455035286996004346 +14484 aapg_ac_191.html aapg_ac_191.html:90:16394:16401 Tamabra Texas -0.44948782523520614 +14485 cspg_html_6116883777 cspg_html_6116883777:803:103187:103192 Douro Cape Cod -0.462644618431458876 +14486 gsa_html_4952607622 gsa_html_4952607622:764:78395:78423 Green River Colorado -0.0125780473264796473 +14487 aapg_ai_491.html aapg_ai_491.html:456:58168:58176 Toroweap Supai, Arizona -0.240181084566722686 +14488 gsa_html_1549665076 gsa_html_1549665076:708:63837:63847 Rio Grande New Mexico -0.485285038948243097 +14489 cspg_html_7678714791 cspg_html_7678714791:547:68365:68388 Borden Melville Island (Canada) -0.0315888654763454985 +14490 cspg_html_8826450427 cspg_html_8826450427:7:374:381 Cardium Lacombe, Alberta -0.434518537443352337 +14491 aapg_aa_38.html aapg_aa_38.html:427:40180:40199 Grayburg New Mexico 0.00466610479932860322 +14492 palaios_html_7679079277 palaios_html_7679079277:792:66795:66818 Gypsum Spring Greybull, Wyoming -0.432346977926754639 +14493 aapg_af_318.html aapg_af_318.html:200:22565:22581 Islay Lacombe, Alberta -0.44948782523520614 +14494 cspg_html_9942234474 cspg_html_9942234474:461:52429:52447 Grosmont Canada -0.48663294001243923 +14495 aapg_ah_231.html aapg_ah_231.html:87:8469:8480 Haynesville Bossier Parish, Louisiana -0.0178259478113005146 +14496 aapg_ah_51.html aapg_ah_51.html:205:19798:19811 Goddard Ardmore, Pennsylvania -0.038712565483401136 +14497 aapg_af_26.html aapg_af_26.html:219:19622:19635 Spencer Willamette Valley -0.0382443469379244935 +14498 aapg_ah_157.html aapg_ah_157.html:177:24742:24749 Potsdam Illinois -0.446011775932438015 +14499 aapg_ac_846.html aapg_ac_846.html:273:37218:37238 Fort Scott Higginsville, Missouri -0.462453250854801823 +14500 aapg_ah_253.html aapg_ah_253.html:428:51793:51813 San Andres Howard County, Missouri -0.415087607507273693 +14501 aapg_ae_836.html aapg_ae_836.html:35:3328:3336 Nacatoch Paluxy, Texas -0.439125439995052158 +14502 aapg_ac_305.html aapg_ac_305.html:193:20162:20170 Hawthorn Suwannee County, Florida -0.453355922590981064 +14503 AMJC_html_3384252704 AMJC_html_3384252704:1404:126525:126531 Moscow Russia -0.026705362044744569 +14504 aapg_ac_807.html aapg_ac_807.html:375:38473:38493 Brightseat Maryland -0.113679351809035559 +14505 geology_html_2861469472 geology_html_2861469472:44:3296:3308 Dixie Valley Walker Lake, Nevada -0.496166414713999471 +14506 gsa_html_9717936122 gsa_html_9717936122:1041:69480:69489 San Diego California 0.00687589386139966178 +14507 cspg_html_7595517955 cspg_html_7595517955:732:67409:67430 Bird Fiord Ellesmere Island -0.0270583470538351585 +14508 cspg_html_2462522466 cspg_html_2462522466:54:8272:8280 Sawtooth Middle East -0.467263588143899677 +14509 cspg_html_7866293053 cspg_html_7866293053:288:33350:33358 Moosebar Victoria, British Columbia -0.456337429672799166 +14510 cspg_html_9237980539 cspg_html_9237980539:6:348:378 Doig Lacombe, Alberta -0.452927573923113447 +14511 cspg_html_3102530088 cspg_html_3102530088:222:26498:26505 Pakowki Deadhorse, Alaska -0.0335442004664093935 +14512 cspg_html_7985076717 cspg_html_7985076717:79:8962:8982 Irene Middle East -0.047151578986696932 +14513 gsa_html_3448554349 gsa_html_3448554349:70:7642:7648 Pocono Catskill Mountains -0.451740527107044376 +14514 gsa_html_3407914201 gsa_html_3407914201:734:85812:85826 Ione California -0.51211056186394277 +14515 aapg_aa_598.html aapg_aa_598.html:328:34191:34199 Red Peak John Crow Mountains -0.0331684163736417556 +14516 geology_html_4431824234 geology_html_4431824234:357:25333:25361 Green River Cheyenne, Wyoming 1.02084218490314838 +14517 geology_html_3920054987 geology_html_3920054987:279:24981:24985 Hall Closter, New Jersey -0.453130450697368015 +14518 cspg_html_6053100823 cspg_html_6053100823:223:26185:26191 Puffin Onondaga (tribe) -0.0564821715787200349 +14519 geology_html_2450882108 geology_html_2450882108:306:22549:22555 Jordan Andes -0.0477788324631043676 +14520 cspg_html_3772380029 cspg_html_3772380029:393:50114:50137 Portage Chute River Severn -0.448408411516637184 +14521 aapg_ae_745.html aapg_ae_745.html:573:68140:68161 Chickaloon Matanuska-Susitna Valley -0.0060576376426468119 +14522 sedimentology_html_9410532865 sedimentology_html_9410532865:216:18372:18403 Green River Wasatch Range -0.0865044847368156566 +14523 sedimentology_html_2139169476 sedimentology_html_2139169476:377:41413:41422 Peninsula Korea -0.474815026513922711 +14524 cspg_html_6255491344 cspg_html_6255491344:90:13744:13760 Fernie Moose Mountain (Alberta) 0.795372672008531123 +14525 gsa_html_4806681442 gsa_html_4806681442:65:4372:4400 Green River Colorado 0.0111706699020183535 +14526 geology_html_6619495735 geology_html_6619495735:89:8522:8531 Extension Afar Region 0.000152871659208356339 +14527 palaios_html_2376163646 palaios_html_2376163646:560:60313:60332 Flagstaff Logan, Utah -0.00215584223507059606 +14528 gsa_html_7040053075 gsa_html_7040053075:1400:140188:140196 Woodford California -0.429424154279866799 +14529 aapg_af_808.html aapg_af_808.html:550:75428:75446 Scotland Coral reef -0.0427795572276395697 +14530 aapg_ae_848.html aapg_ae_848.html:355:30544:30597 Ireton Lacombe, Alberta -0.0197377379215514133 +14531 aapg_ac_924.html aapg_ac_924.html:316:33738:33745 Madison Darwin, Northern Territory -0.485369220602805185 +14532 aapg_ai_548.html aapg_ai_548.html:159:15275:15286 Bloomington Bloomington, Indiana -0.489913286480908206 +14533 aapg_aa_181.html aapg_aa_181.html:219:21173:21183 Capistrano Bartow County, Georgia -0.466876608650283409 +14534 cspg_html_5697056884 cspg_html_5697056884:52:5187:5203 Earlie Regina, Saskatchewan -0.439165406786194035 +14535 gsa_html_5081991493 gsa_html_5081991493:1412:103951:103980 Uinta Logan, Utah -0.401712156060089309 +14536 cspg_html_4785922166 cspg_html_4785922166:651:68456:68484 Prairie Regina, Saskatchewan -0.448408411516637184 +14537 cspg_html_4664502755 cspg_html_4664502755:558:68395:68415 Clearwater Clearwater, Florida -0.0317836884462165403 +14538 aapg_ai_189.html aapg_ai_189.html:201:21585:21605 Phosphoria Boise, Idaho -0.441637804770763531 +14539 sedimentology_html_2920366070 sedimentology_html_2920366070:921:62101:62118 Cardium Lacombe, Alberta -0.463697875765281653 +14540 jgeology_html_1198140108 jgeology_html_1198140108:1322:73150:73158 Colorado Gunnison County, Colorado -0.468054102450840448 +14541 aapg_aa_825.html aapg_aa_825.html:34:4500:4506 Casper Cheyenne, Wyoming -0.457963336268268129 +14542 cspg_html_3610827329 cspg_html_3610827329:59:7862:7867 Banff Bellevue, Nebraska -0.465364661240374011 +14543 cspg_html_6121424055 cspg_html_6121424055:98:8027:8048 Slave Point Lacombe, Alberta -0.443889149160736518 +14544 jgeology_html_8055644525 jgeology_html_8055644525:875:37582:37595 Santa Barbara California -0.458641287983651336 +14545 gsa_html_6441142238 gsa_html_6441142238:625:62244:62252 Glasford Missouri River -0.435668138774596203 +14546 aapg_ai_328.html aapg_ai_328.html:293:30364:30385 Lake Valley Alamogordo, New Mexico -0.472399687021269332 +14547 cspg_html_8818854104 cspg_html_8818854104:161:21483:21500 Nikanassin Kootenay River -0.0160255473539090525 +14548 sedimentology_html_5972856435 sedimentology_html_5972856435:591:54132:54136 Hall London, Ontario -0.505035641895052567 +14549 gsa_html_2364640066 gsa_html_2364640066:380:39165:39183 Yakataga Yakutat City and Borough, Alaska -0.495735470317003268 +14550 palaios_html_6914544471 palaios_html_6914544471:342:21840:21862 Pawnee Colorado -0.468054102450840448 +14551 aapg_ah_27.html aapg_ah_27.html:388:59061:59074 Barnett Texas -0.441740222253796999 +14552 cspg_html_3328007773 cspg_html_3328007773:990:100409:100421 Hasler Victoria, British Columbia -0.476385003272562391 +14553 aapg_aa_684.html aapg_aa_684.html:246:23147:23168 Chugwater Cheyenne, Wyoming -0.135938876345583687 +14554 cspg_html_4953996220 cspg_html_4953996220:26:4628:4637 Mesaverde Utica, New York -0.0152331376513424877 +14555 aapg_ae_305.html aapg_ae_305.html:1438:137064:137081 Mirador Colombia -0.529043663170736922 +14556 aapg_ae_750.html aapg_ae_750.html:446:50853:50881 Wolfcamp Wichita, Kansas 0.0472282406519485554 +14557 aapg_ae_474.html aapg_ae_474.html:1255:133228:133244 Bethel Illinois -0.473649201225758321 +14558 cspg_html_7912545589 cspg_html_7912545589:161:21493:21511 Cold Lake Clearwater, Florida -0.464432702411418319 +14559 cspg_html_5812311884 cspg_html_5812311884:11:1095:1110 Johnston Canyon Telford, Pennsylvania -0.446186272521599148 +14560 cspg_html_9768299963 cspg_html_9768299963:22:2708:2714 Wapiti Lacombe, Alberta -0.454414135268558672 +14561 aapg_af_728.html aapg_af_728.html:423:49359:49373 Billings Ottawa, Kansas -0.0213125005692229447 +14562 aapg_af_392.html aapg_af_392.html:76:9803:9821 Frontier Logan, Utah -0.440745470442491794 +14563 aapg_ad_800.html aapg_ad_800.html:24:4021:4037 Tuscaloosa Selma to Montgomery marches 0.0409060119036749395 +14564 aapg_ai_976.html aapg_ai_976.html:356:36111:36119 Woodford Chattanooga, Tennessee -0.462143504710773534 +14565 aapg_ad_258.html aapg_ad_258.html:317:35638:35646 Onondaga Preston County, West Virginia 0.00865316951602894749 +14566 gsa_html_7193789775 gsa_html_7193789775:649:68789:68797 Colorado Denver -0.49576151014248282 +14567 geology_html_9642641090 geology_html_9642641090:54:5969:5990 Oxford Peterborough, Ontario -0.0282634328663418991 +14568 aapg_ad_721.html aapg_ad_721.html:152:14110:14114 Yeso New Mexico -0.477512787064485633 +14569 cspg_html_5375448448 cspg_html_5375448448:162:19477:19490 Kaskapau Western world -0.458641287983651336 +14570 geology_html_8631349740 geology_html_8631349740:240:21181:21185 Bell London, Ontario -0.4864081422828892 +14571 aapg_ae_845.html aapg_ae_845.html:37:4592:4600 Colorado Washington (state) -0.0425949712561439139 +14572 cspg_html_3097746547 cspg_html_3097746547:647:68931:68939 Columbia Lacombe, Alberta -0.0161089604302801712 +14573 aapg_af_663.html aapg_af_663.html:338:35106:35122 Pawnee Chillicothe, Missouri -0.490524761849640001 +14574 palaios_html_4282283317 palaios_html_4282283317:513:46012:46032 Hell Creek Northern Great Plain -0.447357152169087058 +14575 aapg_aa_152.html aapg_aa_152.html:11:1158:1164 Sierra Coahuila -0.0350022236580636789 +14576 aapg_ac_241.html aapg_ac_241.html:7:1128:1141 Potomac Delaware -0.0421561596313226317 +14577 geology_html_7650938543 geology_html_7650938543:16:1269:1279 Washington Seattle -0.456355529459316345 +14578 cspg_html_6252417471 cspg_html_6252417471:72:11391:11409 Isachsen Melville Island (Canada) 0.787469314565852119 +14579 cspg_html_8775315691 cspg_html_8775315691:122:13901:13919 Scollard Lacombe, Alberta -0.502891248467274066 +14580 aapg_aa_641.html aapg_aa_641.html:59:8644:8657 Santa Barbara Channel Islands of California -0.496107205977274979 +14581 aapg_ai_188.html aapg_ai_188.html:149:16350:16360 Swan Hills Lacombe, Alberta -0.479960973619786069 +14582 aapg_ah_337.html aapg_ah_337.html:347:42840:42850 Rio Grande Mexico -0.450649451770273157 +14583 aapg_ad_379.html aapg_ad_379.html:665:55072:55080 Sundance Cheyenne, Wyoming -0.46132865731218986 +14584 aapg_aa_654.html aapg_aa_654.html:115:17945:17952 Tererro Sangre de Cristo Range -0.0221155785118801462 +14585 aapg_ad_327.html aapg_ad_327.html:478:51185:51191 Sierra Mexico -0.448529529594894116 +14586 aapg_aa_147.html aapg_aa_147.html:873:89239:89248 Stonewall Inwood, New York -0.440887830328426711 +14587 cspg_html_2208643572 cspg_html_2208643572:53:8043:8051 Columbia Victoria, British Columbia -0.455957418074169007 +14588 aapg_ae_836.html aapg_ae_836.html:58:5693:5698 Logan Upshur County, West Virginia -0.0171829308693467256 +14589 aapg_ah_533.html aapg_ah_533.html:134:17434:17452 Whitsett California 0.00423874779133452326 +14590 cspg_html_9011889300 cspg_html_9011889300:296:26180:26199 Athabasca Lacombe, Alberta -0.470567831774721834 +14591 gsa_html_9147906661 gsa_html_9147906661:1287:86213:86241 Green River Colorado -0.00334234682961829285 +14592 geology_html_7388717714 geology_html_7388717714:121:10540:10549 Dog Creek Fraser River (Colorado) -0.0113965411474177668 +14593 jgeology_html_4305195651 jgeology_html_4305195651:3009:213068:213078 Pottsville Pottsville, Pennsylvania -0.0103801322392496759 +14594 geology_html_8329758167 geology_html_8329758167:166:16040:16053 Lake Michigan Lake Michigan -0.496967326315652103 +14595 cspg_html_5109837857 cspg_html_5109837857:473:53623:53644 Trold Fiord Melville Island (Canada) 0.202138208327413055 +14596 gsa_html_8433482071 gsa_html_8433482071:101:9496:9511 Atoka Atoka, Oklahoma -0.457650607934439568 +14597 cspg_html_4659384530 cspg_html_4659384530:19:2332:2353 Slave Point Great Slave Lake -0.944704614126194331 +14598 aapg_af_274.html aapg_af_274.html:656:73504:73512 Belgrade Great Morava -0.0607000731941202479 +14599 gsa_html_8398449001 gsa_html_8398449001:870:71198:71207 Flagstaff Boise, Idaho -0.0679664918754289971 +14600 aapg_aa_215.html aapg_aa_215.html:731:59177:59183 Taylor Houston -0.500557112785802838 +14601 aapg_aa_718.html aapg_aa_718.html:420:41180:41191 Mauch Chunk Pottsville, Pennsylvania -0.41400352166597143 +14602 cspg_html_9941518291 cspg_html_9941518291:631:86577:86614 Barlow Inlet Canadian Arctic Archipelago -2.08461351353560743e-05 +14603 aapg_ah_753.html aapg_ah_753.html:214:33571:33583 Windsor New Caledonia -0.405360688451148032 +14604 aapg_ae_1.html aapg_ae_1.html:90:11236:11258 Belly River Lacombe, Alberta -0.464409872562970838 +14605 cspg_html_4666332434 cspg_html_4666332434:14:1637:1653 Oldman Western world -0.45184182728382527 +14606 cspg_html_5955028331 cspg_html_5955028331:594:65226:65242 Viking Lacombe, Alberta -0.476033304431228654 +14607 palaios_html_6973830442 palaios_html_6973830442:495:39104:39130 La Boca Matamoros, Tamaulipas -0.471819338906025898 +14608 gsa_html_8707521176 gsa_html_8707521176:431:45066:45110 Poughquag Quartzite Middle Ordovician -0.0443365036009496297 +14609 gsa_html_5015599008 gsa_html_5015599008:106:11256:11277 Fish Scales Lacombe, Alberta -0.069172630485743819 +14610 aapg_ah_521.html aapg_ah_521.html:326:35374:35392 Oakville Llano, Texas -0.416220582820664042 +14611 aapg_aa_240.html aapg_aa_240.html:334:23320:23331 Black River Ontario, California -0.0194666001171388929 +14612 cspg_html_1730027796 cspg_html_1730027796:317:30295:30305 Boas River Canada -0.504439820085948343 +14613 aapg_af_625.html aapg_af_625.html:342:32596:32608 Coffee Sunbury, Pennsylvania -0.475258680049542748 +14614 aapg_ae_241.html aapg_ae_241.html:16:1113:1125 Independence Jackson County, Missouri -0.464884854319956187 +14615 aapg_ai_907.html aapg_ai_907.html:418:67383:67391 Columbia Elk Valley (British Columbia) -0.4597965726108596 +14616 cspg_html_2769629211 cspg_html_2769629211:174:20085:20104 Tathlina Hay River (Canada) 0.0221920640754822464 +14617 aapg_ac_807.html aapg_ac_807.html:801:79259:79264 Eutaw Tuscaloosa, Alabama -0.071332111695575337 +14618 aapg_ac_692.html aapg_ac_692.html:138:14972:14980 Edmonton Lacombe, Alberta -0.0894196333487102674 +14619 palaios_html_4248881045 palaios_html_4248881045:268:24040:24046 Navajo Arizona -0.057785466485775136 +14620 AMJC_html_6341723617 AMJC_html_6341723617:981:83272:83293 Green River Colorado -0.454113919430063184 +14621 AMJC_html_7321319159 AMJC_html_7321319159:16:1152:1162 Santa Cruz Anacapa Island -0.0136379673462826371 +14622 AMJC_html_6759408618 AMJC_html_6759408618:302:30706:30727 Martinsburg Great Valley, New York -0.448484669177164286 +14623 aapg_ah_31.html aapg_ah_31.html:516:69242:69249 Hanover Pakistan -0.0620181988461695199 +14624 aapg_aa_415.html aapg_aa_415.html:62:9224:9230 Abbott Hillsboro, Oregon -0.050246518785567143 +14625 aapg_ah_411.html aapg_ah_411.html:75:10248:10267 Colorado Niobrara, Nebraska -0.035632122339872542 +14626 gsa_html_4461768215 gsa_html_4461768215:684:64712:64721 Rochester Rochester, Kent -0.0436537812502225328 +14627 gsa_html_5865982995 gsa_html_5865982995:1443:151377:151395 Washakie Cheyenne, Wyoming -0.00949926761203980299 +14628 aapg_ah_521.html aapg_ah_521.html:317:34034:34041 Carrizo Texas 0.000548948298213387093 +14629 aapg_ac_333.html aapg_ac_333.html:54:8220:8226 Animas Little Colorado River -0.0241616892206824377 +14630 aapg_ad_919.html aapg_ad_919.html:3:363:383 Lakota Powder River (Montana) -0.0290477532032288703 +14631 aapg_ad_897.html aapg_ad_897.html:18:3052:3068 Kinderhook Chattanooga, Tennessee -0.514511521045416309 +14632 aapg_ai_969.html aapg_ai_969.html:716:60351:60364 Laramie Regina, Saskatchewan -0.465787563493960222 +14633 cspg_html_1019614994 cspg_html_1019614994:79:15065:15081 Exshaw Lacombe, Alberta 0.771653450032792287 +14634 aapg_ak_117.html aapg_ak_117.html:614:57450:57455 Logan Shark Bay -0.0073553871598500669 +14635 cspg_html_7178716951 cspg_html_7178716951:15:1861:1873 Fernie Kootenay River -0.45099125631104503 +14636 gsa_html_6143207195 gsa_html_6143207195:834:77644:77654 Washington Seattle -0.0465034686644063416 +14637 aapg_aa_563.html aapg_aa_563.html:215:28989:29002 Comanche Peak San Antonio -0.49285239645366713 +14638 aapg_ah_647.html aapg_ah_647.html:181:17723:17736 Blue Mountain El Paso, Texas -0.425883940037075581 +14639 aapg_af_854.html aapg_af_854.html:999:140635:140652 Renault Kentucky -0.441406293921039528 +14640 cspg_html_4943597281 cspg_html_4943597281:14:2090:2110 Bow Island Mountain Park (Holyoke, Massachusetts) 0.666020847301618923 +14641 aapg_af_129.html aapg_af_129.html:52:6300:6308 Colorado Des Moines, Washington -0.433403442682278373 +14642 gsa_html_9181545711 gsa_html_9181545711:9:430:448 Fountain Colorado -0.0314218768886919339 +14643 palaios_html_3022467877 palaios_html_3022467877:106:12054:12067 Pit Closter, New Jersey -0.464706706380762058 +14644 aapg_ae_473.html aapg_ae_473.html:51:5481:5490 Smackover Mississippi River -0.19971289621162322 +14645 AMJC_html_4318504504 AMJC_html_4318504504:554:56048:56056 Colorado Pueblo, Colorado -0.13541558264557263 +14646 cspg_html_9711337099 cspg_html_9711337099:21:2204:2234 Coyote Butte Anchorage, Alaska -0.0492217054882720523 +14647 aapg_af_561.html aapg_af_561.html:421:38431:38448 Wasatch Wasatch Range -0.459294782857853967 +14648 cspg_html_4699684578 cspg_html_4699684578:599:60794:60802 Montreal Quebec City 0.646941759724632415 +14649 aapg_aa_123.html aapg_aa_123.html:88:10261:10280 Grayling Liard River, British Columbia -0.0426820396306177158 +14650 AMJC_html_8402437205 AMJC_html_8402437205:1003:88176:88183 Whidbey Washington (state) -0.431113360606789509 +14651 aapg_ad_760.html aapg_ad_760.html:24:3694:3702 Vaqueros Rancho Santa Margarita, California 0.310798121424673557 +14652 aapg_ai_461.html aapg_ai_461.html:38:5214:5224 Hartshorne Atoka, Oklahoma -0.45421548506785292 +14653 gsa_html_9119115438 gsa_html_9119115438:512:54951:54979 Green River Iran -0.0474930775226503829 +14654 cspg_html_4636216007 cspg_html_4636216007:580:55697:55712 Melville Island Canadian Arctic Archipelago -0.08663080806103092 +14655 palaios_html_1505752132 palaios_html_1505752132:505:46525:46544 Athabasca Lacombe, Alberta -0.0492966446441219716 +14656 aapg_ae_454.html aapg_ae_454.html:605:55319:55328 Shongaloo Shreveport, Louisiana 0.00876088537103020606 +14657 sedimentology_html_3850942730 sedimentology_html_3850942730:1391:99593:99606 Saline Valley Death Valley -0.0472108174817054069 +14658 aapg_ae_794.html aapg_ae_794.html:685:78482:78487 Eutaw Arkansas 0.268875856402554403 +14659 cspg_html_2139304729 cspg_html_2139304729:76:11984:12004 Griper Bay Melville Island (Canada) -0.0181770085033734277 +14660 sedimentology_html_7652385579 sedimentology_html_7652385579:367:36256:36262 Guelph Ontario, California -0.462225485866077257 +14661 aapg_af_98.html aapg_af_98.html:179:16004:16020 Dakota New Mexico -0.0370190764377468506 +14662 aapg_aa_625.html aapg_aa_625.html:60:6158:6177 Smackover Arkansas -0.436850160261835319 +14663 aapg_af_498.html aapg_af_498.html:72:9010:9015 Atoka Delaware -0.0380407049266876865 +14664 gsa_html_4670506866 gsa_html_4670506866:13:734:741 Oneonta Oneonta, New York -0.48777188725893289 +14665 cspg_html_4727171280 cspg_html_4727171280:79:8624:8642 Edmonton Lacombe, Alberta -0.46957525648780718 +14666 aapg_af_266.html aapg_af_266.html:201:22086:22094 Santiago Brea, California -0.00746310002878541098 +14667 aapg_ah_340.html aapg_ah_340.html:227:25640:25648 Kiamichi Texas -0.428798065147820595 +14668 geology_html_5513997578 geology_html_5513997578:241:23422:23441 Fox Hills Cheyenne, Wyoming -0.444871652179790411 +14669 gsa_html_8323313951 gsa_html_8323313951:905:59964:59992 Green River Colorado 0.0243268497329823356 +14670 aapg_aa_702.html aapg_aa_702.html:598:100078:100088 Carbondale Colorado -0.457514673015389395 +14671 gsa_html_8551608565 gsa_html_8551608565:66:5459:5467 Columbia India -0.442649117020085803 +14672 aapg_af_654.html aapg_af_654.html:208:18841:18852 Shoal River Shreveport, Louisiana -0.0734627292537470278 +14673 sedimentology_html_9906287852 sedimentology_html_9906287852:1154:89215:89239 Echo Canyon Conglomerate Evanston, Wyoming -0.0476429233409196642 +14674 sedimentology_html_3952835805 sedimentology_html_3952835805:1049:66461:66479 Monterey California -0.454052985518192231 +14675 aapg_ae_984.html aapg_ae_984.html:3:169:185 Salado New Mexico -0.0323194681554540841 +14676 aapg_ah_160.html aapg_ah_160.html:171:22142:22148 Salina Salina, Kansas -0.437960495533138761 +14677 aapg_ai_756.html aapg_ai_756.html:116:10961:10979 Cotton Valley Panola County, Mississippi -0.0306147978884375553 +14678 sedimentology_html_3694687055 sedimentology_html_3694687055:232:15297:15317 Success Regina, Saskatchewan -0.484266161538602968 +14679 aapg_aa_47.html aapg_aa_47.html:231:25830:25837 Minturn New Mexico -0.0264393249899875019 +14680 AMJC_html_7984049819 AMJC_html_7984049819:453:44401:44408 Kittery Berwick, Pennsylvania -0.444625928203921772 +14681 gsa_html_3318609085 gsa_html_3318609085:200:20790:20793 Arc Tripoli, Lebanon -0.0389092587749327867 +14682 gsa_html_1337782073 gsa_html_1337782073:91:8888:8909 Waits River Connecticut River Valley -0.433546895631176765 +14683 aapg_ae_885.html aapg_ae_885.html:287:30766:30774 Blanding San Juan, Argentina -0.0703003485701484965 +14684 aapg_ae_74.html aapg_ae_74.html:689:65282:65297 Mesaverde Beaumont, Texas 0.00845684936576822886 +14685 AMJC_html_6759408618 AMJC_html_6759408618:59:5234:5243 Lancaster Harrisburg, Pennsylvania -0.478280146619880497 +14686 aapg_ah_555.html aapg_ah_555.html:130:13167:13175 Arapahoe Denver -0.481759173673690755 +14687 cspg_html_3026112034 cspg_html_3026112034:851:80301:80334 Graminia Lacombe, Alberta -0.469382385724573914 +14688 aapg_ai_860.html aapg_ai_860.html:159:24936:24944 Virginia Kentucky -0.468198533701609299 +14689 cspg_html_7833083677 cspg_html_7833083677:1689:145726:145748 Calico Bluff Anchorage, Alaska -0.00415188686851174563 +14690 gsa_html_9487992082 gsa_html_9487992082:211:26560:26566 Chinle Coconino County, Arizona -0.458675312427173743 +14691 aapg_ae_154.html aapg_ae_154.html:256:25085:25105 Besa River Victoria, British Columbia -0.108149291307195819 +14692 aapg_af_890.html aapg_af_890.html:143:13911:13921 San Andres Guadalupe Mountains National Park -0.460410000722277057 +14693 gsa_html_4919500515 gsa_html_4919500515:266:30348:30377 Sadlerochit Durango, Durango -0.465561228542891226 +14694 cspg_html_8266552811 cspg_html_8266552811:291:36696:36712 Viking Canada 0.00633907480086522146 +14695 sedimentology_html_5613495298 sedimentology_html_5613495298:1494:80998:81029 Chinle Logan, Utah -0.434518537443352337 +14696 gsa_html_4408649953 gsa_html_4408649953:1088:91882:91891 Knoxville The Carolinas -0.46944207930236781 +14697 aapg_af_479.html aapg_af_479.html:670:71562:71572 Point Loma California -0.0802699442520765222 +14698 cspg_html_4495377323 cspg_html_4495377323:58:7408:7421 Fernie Lacombe, Alberta 0.00277949417154689906 +14699 jgeology_html_9413634903 jgeology_html_9413634903:475:35954:35982 Tennessee Mountain Western world 0.00710174161421996044 +14700 cspg_html_8568877195 cspg_html_8568877195:379:62043:62060 Belly River Lacombe, Alberta -0.0877643730621506801 +14701 aapg_ad_808.html aapg_ad_808.html:797:51825:51845 Twin Creek Cheyenne, Wyoming -0.489932094547215424 +14702 aapg_ai_855.html aapg_ai_855.html:321:51096:51110 Frio Gulf Coast of the United States -0.475977786028375149 +14703 geology_html_9264012185 geology_html_9264012185:72:7151:7161 Pine Point Pend Oreille River -0.0536287124053924508 +14704 aapg_ah_972.html aapg_ah_972.html:629:66584:66588 Frio Nueces County, Texas -0.0185419788860923702 +14705 cspg_html_7799850124 cspg_html_7799850124:932:96952:96968 Ireton Lacombe, Alberta -0.454113919430063184 +14706 aapg_ah_253.html aapg_ah_253.html:412:49132:49156 Mission Canyon Williston, Vermont -0.0668322611325108673 +14707 cspg_html_3008414459 cspg_html_3008414459:389:51759:51782 Mt Lytton Lacombe, Alberta -0.0954406353223537368 +14708 aapg_af_663.html aapg_af_663.html:196:23092:23108 Pawnee Iowa 0.632734740418897768 +14709 aapg_ae_805.html aapg_ae_805.html:378:44431:44440 Telluride Durango, Durango -0.0281695262279110618 +14710 sedimentology_html_4066314755 sedimentology_html_4066314755:676:37902:37912 Protection Zagreb -0.479447557264900015 +14711 AMJC_html_1873062106 AMJC_html_1873062106:1267:128830:128853 Burro Canyon Cedar Mountains -0.0415972283122600164 +14712 aapg_ae_875.html aapg_ae_875.html:442:51997:52017 Cariblanco Puerto Rico -0.465561228542891226 +14713 aapg_ae_4.html aapg_ae_4.html:204:22537:22553 Humbug Logan, Utah -0.225649703612852165 +14714 aapg_af_143.html aapg_af_143.html:691:62567:62596 Otter Elk River, Minnesota -0.458865873154244486 +14715 aapg_ai_1.html aapg_ai_1.html:412:38000:38007 Paradox Hermosa, Chicago -0.0247441052038830135 +14716 aapg_ad_564.html aapg_ad_564.html:8176:732914:732949 Goose Egg Cheyenne, Wyoming -0.471734161410112318 +14717 palaios_html_2158038376 palaios_html_2158038376:705:61303:61317 Frio Gulf Coast of the United States -0.467905110852730732 +14718 cspg_html_8089302449 cspg_html_8089302449:288:49290:49314 Sulphur Point Victoria, British Columbia -0.053335758630468931 +14719 sedimentology_html_2845079604 sedimentology_html_2845079604:279:25954:25960 Provo Carpathian Ruthenia -0.492215666694549525 +14720 aapg_ad_717.html aapg_ad_717.html:65:6811:6825 Naco Hermosa, Chicago -0.07011150497375368 +14721 aapg_ah_49.html aapg_ah_49.html:228:24379:24386 Castaic San Gabriel Valley -0.044101376246448068 +14722 aapg_ai_942.html aapg_ai_942.html:138:21042:21048 Salado Salado, Texas -0.0155250750483416668 +14723 aapg_ac_364.html aapg_ac_364.html:121:12921:12939 Sundance Black Hills -0.43491631701600808 +14724 aapg_ae_884.html aapg_ae_884.html:157:20445:20452 Laramie Colorado -0.0642448233953223369 +14725 cspg_html_7229660003 cspg_html_7229660003:15:1133:1174 Winnipeg Winnipeg -0.23069359777164225 +14726 gsa_html_2667366192 gsa_html_2667366192:697:62095:62099 Hall California -0.041445748202081481 +14727 geology_html_4279689868 geology_html_4279689868:371:29361:29367 Oregon Southern California -0.481230723565142238 +14728 cspg_html_3699720399 cspg_html_3699720399:17:2009:2017 Columbia Victoria, British Columbia -0.492578779781284393 +14729 sedimentology_html_2289609606 sedimentology_html_2289609606:156:9466:9472 Sabine Texas -0.465705253187009671 +14730 gsa_html_7856084240 gsa_html_7856084240:637:53815:53824 San Diego Sonora -0.0519077812744832348 +14731 sedimentology_html_1679652964 sedimentology_html_1679652964:670:45638:45648 Deep Creek West Tennessee -0.487926676393575676 +14732 cspg_html_9354781888 cspg_html_9354781888:118:21646:21654 Columbia Victoria, British Columbia 0.0037592765078730871 +14733 aapg_aa_717.html aapg_aa_717.html:81:11327:11336 Gatesburg Pennsylvania 0.00163989791216455892 +14734 aapg_ae_345.html aapg_ae_345.html:430:31469:31474 Eutaw Tuscaloosa, Alabama -0.460205477971118548 +14735 aapg_ah_311.html aapg_ah_311.html:56:6229:6249 Fort Union Medora, North Dakota -0.4506269691264706 +14736 gsa_html_2832151886 gsa_html_2832151886:1000:79582:79610 Green River Colorado -0.01223054087335982 +14737 aapg_ai_736.html aapg_ai_736.html:115:14418:14439 Sadlerochit Anchorage, Alaska -0.0391129188633264693 +14738 aapg_ae_794.html aapg_ae_794.html:215:27222:27228 Coffee Selma to Montgomery marches -0.012432094132173584 +14739 gsa_html_9263554268 gsa_html_9263554268:60:4292:4320 Green River Colorado 0.0364256392683855734 +14740 cspg_html_3926542795 cspg_html_3926542795:128:18565:18583 Wabamun Swan Hill, Victoria -0.11698549005056269 +14741 aapg_ai_626.html aapg_ai_626.html:95:15160:15178 Tensleep Cheyenne, Wyoming -0.474842748246669499 +14742 aapg_af_579.html aapg_af_579.html:283:30588:30594 Navajo Logan, Utah -0.480644453081816247 +14743 sedimentology_html_6545837405 sedimentology_html_6545837405:1792:118230:118236 Walker Canada -0.0708686679907450101 +14744 cspg_html_4727171280 cspg_html_4727171280:33:3415:3423 Edmonton Lacombe, Alberta 0.0364848074223567131 +14745 aapg_ae_777.html aapg_ae_777.html:525:61757:61774 Tererro Colorado -0.0726124770348033355 +14746 aapg_ad_132.html aapg_ad_132.html:57:6390:6396 Coburn Lipscomb County, Texas -0.450608983410958508 +14747 aapg_ae_147.html aapg_ae_147.html:115:12458:12474 Saugus Royal Botanic Gardens, Kew -0.433403442682278373 +14748 gsa_html_1826402027 gsa_html_1826402027:566:66705:66710 Verde Verde Valley -0.427658982255246345 +14749 geology_html_4447793411 geology_html_4447793411:305:19745:19755 San Felipe Baja California peninsula -0.0161993249316557293 +14750 aapg_ad_812.html aapg_ad_812.html:81:11240:11257 Entrada New Mexico -0.42107502020327392 +14751 aapg_ad_466.html aapg_ad_466.html:391:48284:48291 Raritan Closter, New Jersey -0.0361785288593314408 +14752 cspg_html_9330018201 cspg_html_9330018201:169:25710:25737 Windsor Elko, Nevada -0.00638076930644856932 +14753 palaios_html_3112927242 palaios_html_3112927242:19:822:839 Juniata Knoxville, Tennessee 0.41943822309696871 +14754 aapg_aa_4.html aapg_aa_4.html:158:21093:21099 Ithaca Genesee County, Michigan -0.0519827474069236295 +14755 aapg_ah_847.html aapg_ah_847.html:145:16356:16365 New Egypt Navesink River -0.442649117020085803 +14756 gsa_html_7808051457 gsa_html_7808051457:345:30508:30525 Dotsero Colorado -0.030261717523761382 +14757 aapg_ae_181.html aapg_ae_181.html:55:7905:7920 Eutaw Tuscaloosa, Alabama 0.399203334039192392 +14758 aapg_ai_28.html aapg_ai_28.html:856:82632:82639 Lagarto Oakville, California -0.499698059895772539 +14759 cspg_html_8532932475 cspg_html_8532932475:500:48391:48408 Bluesky Lacombe, Alberta -0.480728181628129914 +14760 AMJC_html_5755352984 AMJC_html_5755352984:393:58244:58254 Wind River Cheyenne, Wyoming -0.470409220225314617 +14761 cspg_html_2667403559 cspg_html_2667403559:156:23949:23971 Murphy Creek Kirkwood, Missouri -0.0449008358068114649 +14762 cspg_html_1984085623 cspg_html_1984085623:235:28789:28828 Colorado Lacombe, Alberta -0.497038450035218293 +14763 aapg_ah_387.html aapg_ah_387.html:599:60152:60160 Roseburg Knoxville, Illinois 0.000132025523515305647 +14764 cspg_html_9185158332 cspg_html_9185158332:582:67089:67107 Dunvegan Victoria, British Columbia -0.441486425747427802 +14765 cspg_html_8128756616 cspg_html_8128756616:88:14543:14552 Athabasca CFB Cold Lake -0.00806073698202901257 +14766 cspg_html_9361096527 cspg_html_9361096527:36:7723:7745 Judith River Regina, Saskatchewan -0.207641491457882438 +14767 aapg_ai_28.html aapg_ai_28.html:774:73179:73187 Oakville Beaumont, Texas -0.444838140504144441 +14768 aapg_ac_825.html aapg_ac_825.html:328:35237:35245 Monterey Monterey, California 1.02067821750404319 +14769 AMJC_html_3664856625 AMJC_html_3664856625:87:12212:12232 Fort Union Fort Union Trading Post National Historic Site 0.00897110580266103318 +14770 cspg_html_9735723617 cspg_html_9735723617:688:82333:82354 Imperial Cape Cod 0.80219179668294005 +14771 cspg_html_3874000139 cspg_html_3874000139:72:8872:8897 Olmos Mexico -0.2948169557427881 +14772 aapg_ai_751.html aapg_ai_751.html:126:12454:12479 Venango Venango, Pennsylvania -0.526432155606555985 +14773 cspg_html_3065473572 cspg_html_3065473572:176:23754:23760 Mingan Middle Ordovician -0.474863540124580097 +14774 cspg_html_1739450456 cspg_html_1739450456:11:913:939 Fernie Lacombe, Alberta -0.437987106587424679 +14775 aapg_af_811.html aapg_af_811.html:318:26938:26955 Everton Buffalo National River 0.016034236202214884 +14776 aapg_ae_319.html aapg_ae_319.html:359:26980:26991 Skull Creek Vernal, Utah -0.471982810797155428 +14777 aapg_af_653.html aapg_af_653.html:958:112768:112775 Temblor Monterey, California -0.455310861563052449 +14778 palaios_html_3614379982 palaios_html_3614379982:16:1028:1037 Greenhorn Niobrara, Nebraska 0.000564582905986352451 +14779 cspg_html_9349658248 cspg_html_9349658248:37:4148:4165 Vanguard Regina, Saskatchewan -0.456561440120662909 +14780 aapg_af_479.html aapg_af_479.html:653:70363:70372 San Diego California 0.0591553403385562671 +14781 jgeology_html_1838149422 jgeology_html_1838149422:1217:100733:100748 Arikaree White River (Washington) -0.0351518647391547839 +14782 palaios_html_8113714689 palaios_html_8113714689:375:40498:40514 George Canada -0.458639019733277031 +14783 aapg_ad_564.html aapg_ad_564.html:4784:374267:374285 Frontier Cheyenne, Wyoming 0.887873582807463757 +14784 gsa_html_4071231613 gsa_html_4071231613:618:71915:71931 Wild Sheep Creek Middle East -0.448287309474040385 +14785 gsa_html_4415707577 gsa_html_4415707577:951:87856:87865 Red River China 0.0168423133530892395 +14786 aapg_ah_631.html aapg_ah_631.html:218:29140:29162 Sexton Creek Illinois -0.0832914699086017285 +14787 aapg_ae_223.html aapg_ae_223.html:298:35958:35969 Green River Wasatch Range 0.0181266083386950397 +14788 cspg_html_4326384800 cspg_html_4326384800:1942:244892:244908 Ireton Lacombe, Alberta -0.452909542628234352 +14789 cspg_html_9275863663 cspg_html_9275863663:99:14104:14125 Slave Point Lacombe, Alberta 0.855547541855718796 +14790 palaios_html_1086380054 palaios_html_1086380054:292:30213:30232 Javelina Texas -0.0480959628490879726 +14791 aapg_ai_873.html aapg_ai_873.html:101:9547:9566 Aux Vases Daviess County, Missouri -0.458865873154244486 +14792 aapg_af_854.html aapg_af_854.html:464:61342:61360 Carwood Locust Point, Bronx -0.44961357796588941 +14793 aapg_ad_257.html aapg_ad_257.html:92:9507:9512 Sligo Mississippi River -0.210321928870104369 +14794 cspg_html_9648675035 cspg_html_9648675035:599:53448:53456 Columbia Canada -0.440247382693200906 +14795 aapg_ai_975.html aapg_ai_975.html:928:76000:76010 Georgetown San Marcos, California -0.247300983874058189 +14796 aapg_ae_546.html aapg_ae_546.html:326:34385:34404 Smackover Arkansas 0.00997357679106987589 +14797 aapg_ai_293.html aapg_ai_293.html:97:8327:8341 Lisburne Anchorage, Alaska -0.420909473199816475 +14798 aapg_ai_696.html aapg_ai_696.html:46:5733:5746 Carlin Canyon Elko County, Nevada -0.496386707811001693 +14799 aapg_ah_138.html aapg_ah_138.html:62:6952:6959 Laramie Cheyenne, Wyoming -0.443688311537407287 +14800 aapg_ae_884.html aapg_ae_884.html:288:38703:38721 Frontier New Mexico -0.0246502217343385795 +14801 cspg_html_8525917094 cspg_html_8525917094:19:2476:2494 Kootenai Lacombe, Alberta -0.204735478673384763 +14802 cspg_html_3521815736 cspg_html_3521815736:152:22339:22344 Liard Western world -0.0102845739324916134 +14803 palaios_html_4718816377 palaios_html_4718816377:275:20380:20395 Norfolk England -0.428844183946785584 +14804 aapg_ad_871.html aapg_ad_871.html:51:6179:6193 Traverse Michigan -0.472717659724808503 +14805 aapg_af_987.html aapg_af_987.html:345:46062:46078 Kodiak Anchorage, Alaska -0.0603771315670732084 +14806 cspg_html_4664502755 cspg_html_4664502755:93:12572:12586 Colorado Regina, Saskatchewan -0.456337429672799166 +14807 aapg_ac_692.html aapg_ac_692.html:71:8368:8375 Cantuar Regina, Saskatchewan -0.0153513023699453546 +14808 cspg_html_9843429624 cspg_html_9843429624:186:24749:24757 Columbia Victoria, British Columbia -0.494971205064895448 +14809 palaios_html_7679079277 palaios_html_7679079277:1067:90589:90601 Dakota Colorado -0.464163347577605745 +14810 aapg_aa_287.html aapg_aa_287.html:15:2653:2662 Newcastle Cheyenne, Wyoming -0.0347847257870449039 +14811 aapg_aa_600.html aapg_aa_600.html:246:20546:20555 Wapanucka Atoka, Oklahoma -0.450932780647085085 +14812 palaios_html_6620293274 palaios_html_6620293274:732:66076:66095 Escondido Texas -0.45644603384473742 +14813 palaios_html_6914544471 palaios_html_6914544471:383:23895:23909 Beaufort South Africa 0.00238862567180727833 +14814 aapg_ad_918.html aapg_ad_918.html:143:18830:18846 Dakota Logan, Utah 0.957131004261835838 +14815 cspg_html_2172704722 cspg_html_2172704722:208:34002:34023 Price Logan, Utah -0.465945346292333973 +14816 gsa_html_1643425974 gsa_html_1643425974:870:84880:84886 Walker Colorado -0.469093158774920749 +14817 aapg_ae_873.html aapg_ae_873.html:261:30784:30809 Trowbridge Texas -0.50806444139810214 +14818 cspg_html_7106541506 cspg_html_7106541506:19:2138:2150 Bluesky Miami -0.482150482079643117 +14819 cspg_html_5484260516 cspg_html_5484260516:105:12091:12109 Palliser Crowsnest Pass, Alberta 0.388978475542233137 +14820 cspg_html_2122549217 cspg_html_2122549217:20:2301:2322 Horton River Calgary -0.473323971277166522 +14821 jgeology_html_6372415613 jgeology_html_6372415613:254:17077:17084 Brechin Ontario, California -0.426510306242507076 +14822 aapg_ac_601.html aapg_ac_601.html:78:8050:8065 Galena Illinois -0.458262569586093849 +14823 cspg_html_5542874609 cspg_html_5542874609:38:5967:5985 Dunvegan Lacombe, Alberta -0.040395903070456575 +14824 aapg_aa_267.html aapg_aa_267.html:588:50009:50019 Greenbrier New Milton railway station -0.52968245333528241 +14825 gsa_html_8716356528 gsa_html_8716356528:813:60220:60229 San Pedro Mount Baker -0.514741589889104012 +14826 gsa_html_5627360957 gsa_html_5627360957:460:44408:44421 Pioneer Arizona -0.471382028770717776 +14827 aapg_ad_430.html aapg_ad_430.html:131:9697:9714 Hosston Athens, Georgia -0.497183086839341148 +14828 aapg_ai_296.html aapg_ai_296.html:556:56383:56394 White River Buffalo National River -0.487335814372290177 +14829 cspg_html_8089302449 cspg_html_8089302449:308:53132:53138 Muskeg Manitoba -0.0357069470350891913 +14830 gsa_html_8244777175 gsa_html_8244777175:111:9498:9507 Penobscot Stacyville, Iowa -0.439125439995052158 +14831 gsa_html_1024107776 gsa_html_1024107776:813:76686:76696 Cumberland Riversdale, New Zealand -0.482931300996293389 +14832 aapg_ad_954.html aapg_ad_954.html:223:23194:23215 Bonneterre Missouri River -0.523221896444940882 +14833 aapg_ac_629.html aapg_ac_629.html:553:67225:67230 Weeks Beaumont, Texas -0.461128473443845555 +14834 gsa_html_7635660482 gsa_html_7635660482:47:3613:3617 Vega Spain -0.054549503916786618 +14835 palaios_html_3927097660 palaios_html_3927097660:89:9784:9811 Hatchetigbee Alabama -0.47076786107370483 +14836 aapg_ah_646.html aapg_ah_646.html:136:16243:16251 Moenkopi Chinle Formation 0.0148369423900012679 +14837 aapg_ae_75.html aapg_ae_75.html:43:7301:7305 Yeso Rift Valley lakes 0.339039672836301764 +14838 aapg_ae_66.html aapg_ae_66.html:55:5270:5278 Deadwood Powder River (Montana) -0.399546435197115635 +14839 palaios_html_1018466366 palaios_html_1018466366:13:662:674 Saskatchewan Saskatoon -0.463253167093327645 +14840 cspg_html_9177794814 cspg_html_9177794814:96:11042:11060 Mt. Head Lacombe, Alberta -0.490054357124853124 +14841 aapg_af_0.html aapg_af_0.html:342:37304:37324 Mucuchachi Santa Ana, California -0.0346577090486229963 +14842 sedimentology_html_8748254640 sedimentology_html_8748254640:1031:79911:79931 Toro Chile -0.448350101124535771 +14843 aapg_ae_113.html aapg_ae_113.html:208:26430:26458 Disappointment Bay Bathurst Island (Northern Territory) -0.445016883536767272 +14844 aapg_ae_960.html aapg_ae_960.html:30:4256:4273 Madison Cut Bank, Montana -0.074108384853711684 +14845 geology_html_1021950961 geology_html_1021950961:167:14641:14657 Tejon Sierra Nevada (Spain) -0.459022435464294998 +14846 cspg_html_6290430388 cspg_html_6290430388:20:2759:2767 Edmonton Lacombe, Alberta -0.485729424463417547 +14847 cspg_html_1372398575 cspg_html_1372398575:24:4002:4010 Scollard Edmonton, London -0.0334258967197983703 +14848 aapg_ae_31.html aapg_ae_31.html:75:8372:8392 Batesville Arkansas -0.486436238766394913 +14849 cspg_html_3630723811 cspg_html_3630723811:80:10469:10478 Athabasca Clearwater, Florida -0.0557338081463183144 +14850 palaios_html_7679079277 palaios_html_7679079277:63:6158:6176 Sundance Powder River (Montana) -0.438519487168151922 +14851 aapg_ae_657.html aapg_ae_657.html:117:14436:14442 Chinle Lisbon -0.44961357796588941 +14852 geology_html_4989710380 geology_html_4989710380:221:23947:23955 Rockwell Reno, Nevada -0.486398776993572868 +14853 aapg_ac_69.html aapg_ac_69.html:479:51711:51720 Greenhorn Hittin -0.442860875153750722 +14854 aapg_ac_418.html aapg_ac_418.html:404:48894:48899 Piper California -0.0208414480796128843 +14855 aapg_ad_865.html aapg_ad_865.html:109:10673:10689 Chinle Chinle Formation -0.466965896576978678 +14856 aapg_ai_28.html aapg_ai_28.html:489:46872:46880 Beaumont Uvalde, Texas -0.0158448200336194084 +14857 aapg_af_892.html aapg_af_892.html:112:10635:10643 Eminence Gasconade River 0.0157683588888968516 +14858 gsa_html_9663261615 gsa_html_9663261615:66:5467:5495 Green River Iran -0.460953349343471763 +14859 aapg_ae_3.html aapg_ae_3.html:703:64448:64458 Wind River Cheyenne, Wyoming -0.425104840508146176 +14860 aapg_ae_408.html aapg_ae_408.html:82:8156:8177 Dutch Creek Illinois -0.466741549175746284 +14861 aapg_ae_369.html aapg_ae_369.html:3:398:414 Eutaw Tuscaloosa, Alabama -0.269800120815904876 +14862 geology_html_8283566786 geology_html_8283566786:69:6169:6195 Verde Arizona -0.093422689363277564 +14863 aapg_aa_844.html aapg_aa_844.html:32:3546:3553 Chemung San Fernando Valley -0.42422364691980291 +14864 aapg_ae_761.html aapg_ae_761.html:89:14163:14168 Rapid Nassau, Bahamas -0.431364359303464728 +14865 aapg_ae_319.html aapg_ae_319.html:522:43955:43964 Popo Agie Cheyenne, Wyoming 0.0224215228355517555 +14866 aapg_ae_370.html aapg_ae_370.html:25:3528:3536 Columbia Clatsop County, Oregon -0.43451411861660022 +14867 aapg_ae_419.html aapg_ae_419.html:67:8983:8992 Huizachal Matamoros, Tamaulipas -0.0280825762237737336 +14868 jgeology_html_2674389663 jgeology_html_2674389663:308:18447:18472 Dezadeash Anchorage, Alaska -0.0301834498351370335 +14869 aapg_ac_983.html aapg_ac_983.html:398:62525:62545 Lane Shale Plattsburg, Missouri -0.43374114370115191 +14870 aapg_ac_924.html aapg_ac_924.html:19:3162:3172 Wind River Cheyenne, Wyoming -0.449451899065432481 +14871 gsa_html_5625878232 gsa_html_5625878232:174:25464:25488 Cedar District Sucia Island -0.447135398674851747 +14872 gsa_html_4047856284 gsa_html_4047856284:16:552:558 Denver Colorado -0.441798115405519942 +14873 gsa_html_5495469347 gsa_html_5495469347:685:59498:59506 Colorado Denver -0.112308359240477246 +14874 aapg_af_664.html aapg_af_664.html:529:59188:59201 Cherry Canyon Delaware 0.938757872820855099 +14875 sedimentology_html_5459138397 sedimentology_html_5459138397:30:1672:1678 Guelph Canada -0.0268166470016257402 +14876 cspg_html_3521815736 cspg_html_3521815736:371:52148:52173 Fernie Lacombe, Alberta 0.025411737786075566 +14877 gsa_html_7102550258 gsa_html_7102550258:874:98366:98403 Summerville New Mexico -0.467980749597819323 +14878 gsa_html_3946358846 gsa_html_3946358846:1104:93236:93244 Colorado Denver -0.481794104698776371 +14879 aapg_ae_643.html aapg_ae_643.html:642:69772:69780 Virginia Virginia -0.503041677516484542 +14880 aapg_aa_305.html aapg_aa_305.html:149:22898:22920 Thrifty Mississippi River -0.0565379969022386936 +14881 gsa_html_6117440194 gsa_html_6117440194:66:7609:7617 Columbia Lacombe, Alberta -0.00537142262393446989 +14882 sedimentology_html_5479897708 sedimentology_html_5479897708:793:58020:58047 Thelon Canada -0.0703720409304182948 +14883 aapg_aa_612.html aapg_aa_612.html:74:7489:7495 Bethel Illinois -0.0427795572276395697 +14884 aapg_ah_847.html aapg_ah_847.html:592:60286:60294 Virginia Closter, New Jersey -0.0679664918754289971 +14885 aapg_ad_55.html aapg_ad_55.html:91:7363:7370 Plattin Missouri River -0.2329694195792959 +14886 aapg_ah_528.html aapg_ah_528.html:16:1859:1867 Moenkopi Boise, Idaho 0.377928668632270037 +14887 sedimentology_html_3200584564 sedimentology_html_3200584564:952:72415:72432 Cardium Lacombe, Alberta -0.415133074492044396 +14888 aapg_aa_106.html aapg_aa_106.html:825:80162:80182 Elk Manitoba -0.477158315306099867 +14889 aapg_ad_603.html aapg_ad_603.html:96:8671:8680 Red River Bowman County, North Dakota -0.398183242776353197 +14890 cspg_html_6715452766 cspg_html_6715452766:227:26346:26368 Eureka Sound Ellesmere Island -0.0444723579183447723 +14891 aapg_aa_684.html aapg_aa_684.html:18:2107:2122 Jelm Cheyenne, Wyoming -0.418659974922056588 +14892 AMJC_html_4487089078 AMJC_html_4487089078:640:51180:51197 Bearpaw Lacombe, Alberta -0.411670641203673082 +14893 aapg_aa_123.html aapg_aa_123.html:301:31115:31134 Baldonnel Lima, Ohio -0.489483165548852517 +14894 gsa_html_1939223199 gsa_html_1939223199:70:5250:5278 Green River Colorado -0.452172819913734925 +14895 gsa_html_5401370456 gsa_html_5401370456:11:485:492 El Paso Texas -0.469038078694436811 +14896 cspg_html_7115701337 cspg_html_7115701337:537:60048:60066 Dunvegan Lacombe, Alberta -0.443848978138650319 +14897 aapg_ah_972.html aapg_ah_972.html:7:994:1003 Vicksburg Texas -0.438031460031225395 +14898 aapg_ad_154.html aapg_ad_154.html:241:31230:31250 Beekmantown Pennsylvania -0.455227249960310998 +14899 AMJC_html_4299960498 AMJC_html_4299960498:879:97813:97823 Washington Tacoma, Washington -0.131698355784298365 +14900 aapg_ai_768.html aapg_ai_768.html:44:5506:5518 Barrow Barrow, Alaska -0.473933011341934052 +14901 aapg_ad_557.html aapg_ad_557.html:11599:682804:682834 Red River Williston Basin -0.431113360606789509 +14902 aapg_ad_971.html aapg_ad_971.html:226:22458:22468 Citronelle Mississippi River 0.0189816900058150766 +14903 aapg_ad_835.html aapg_ad_835.html:1412:91531:91541 Fort Worth Texas -0.442860875153750722 +14904 gsa_html_3069013284 gsa_html_3069013284:168:19519:19534 Chinle Chinle Formation -0.471395835230941529 +14905 aapg_ai_51.html aapg_ai_51.html:48:5582:5597 Bashi Mississippi River 0.0417591581228387507 +14906 aapg_ak_85.html aapg_ak_85.html:102:13097:13106 Smackover Bossier City, Louisiana -0.0101942281259971568 +14907 aapg_ac_831.html aapg_ac_831.html:48:6192:6199 Hermosa Hermosa, Chicago -0.144891259198518113 +14908 cspg_html_1019614994 cspg_html_1019614994:55:9929:9945 Exshaw Western Canadian Sedimentary Basin -0.516739860677001617 +14909 gsa_html_5118510819 gsa_html_5118510819:1038:81792:81820 Green River New Mexico 0.000416922734646836166 +14910 aapg_ah_387.html aapg_ah_387.html:2817:304630:304639 Knoxville Knoxville, Illinois -0.456328379915839744 +14911 aapg_ai_477.html aapg_ai_477.html:450:45673:45684 Peace River Lacombe, Alberta -0.459819284677136619 +14912 cspg_html_6435146689 cspg_html_6435146689:17:1843:1859 Shunda Lacombe, Alberta 0.0123434800357973603 +14913 gsa_html_3561219088 gsa_html_3561219088:946:87971:87982 Montpellier Languedoc-Roussillon -0.0334398147432133225 +14914 aapg_ad_784.html aapg_ad_784.html:203:23594:23599 Vaqueros Royal Botanic Gardens, Kew -0.0146249457170983255 +14915 cspg_html_4433937749 cspg_html_4433937749:45:6835:6843 Columbia Victoria, British Columbia -0.463253167093327645 +14916 cspg_html_5375461731 cspg_html_5375461731:240:28143:28165 Logan Cohasset, Massachusetts -0.0120741642534044936 +14917 cspg_html_9905904289 cspg_html_9905904289:141:17005:17031 Scollard Regina, Saskatchewan -0.0319906913547674462 +14918 aapg_af_439.html aapg_af_439.html:402:39919:39930 Weeks Leeward Islands (Society Islands) -0.498889785656845386 +14919 palaios_html_7465495929 palaios_html_7465495929:196:18161:18168 La Luna Venezuela -0.476033304431228654 +14920 cspg_html_1665574291 cspg_html_1665574291:33:6241:6259 Paskapoo Edmonton, London 0.75221822751282108 +14921 aapg_ac_305.html aapg_ac_305.html:178:17972:17995 Crystal River Citrus County, Florida -0.457487488497030304 +14922 palaios_html_8214300457 palaios_html_8214300457:72:6857:6866 Valentine Nebraska -0.435714594595624227 +14923 aapg_ae_876.html aapg_ae_876.html:362:39797:39811 Cedar Mountain San Rafael Swell -0.494056417995318131 +14924 aapg_ac_451.html aapg_ac_451.html:265:28220:28245 Talkeetna Cook Inlet -0.0245041819254211805 +14925 cspg_html_5542874609 cspg_html_5542874609:402:46201:46225 Schrader Bluff Anchorage, Alaska -0.4784100389871494 +14926 aapg_ae_992.html aapg_ae_992.html:33:3802:3811 Popo Agie John Crow Mountains -0.444036457876645585 +14927 gsa_html_7214330928 gsa_html_7214330928:790:68168:68174 Abbott Mexico -0.0527882465150959351 +14928 aapg_af_446.html aapg_af_446.html:68:8374:8383 Hawke Bay North Island (Houtman Abrolhos) -0.46809765859229685 +14929 cspg_html_7587979364 cspg_html_7587979364:171:15161:15173 Cooking Lake Swan Hill, Victoria 0.00732759032730291842 +14930 gsa_html_3365657149 gsa_html_3365657149:966:89428:89437 Newcastle Sydney Basin -0.00949926761203980299 +14931 aapg_af_768.html aapg_af_768.html:72:9117:9126 Rio Negro Venezuela -0.499369901521147685 +14932 cspg_html_5484260516 cspg_html_5484260516:22:3302:3318 Exshaw Lacombe, Alberta -0.150063208415505189 +14933 aapg_ae_345.html aapg_ae_345.html:754:64021:64031 Tuscaloosa Tuscaloosa, Alabama 0.0165399327584268979 +14934 cspg_html_4516258038 cspg_html_4516258038:659:71958:71971 Parry Islands Canada -0.444835906435795903 +14935 aapg_ah_311.html aapg_ah_311.html:439:48179:48190 Green River Williston, Vermont -0.475034514365578919 +14936 aapg_ak_36.html aapg_ak_36.html:189:21539:21544 Eagle Anchorage, Alaska -0.0445280936514478309 +14937 cspg_html_7688587411 cspg_html_7688587411:303:34154:34162 Columbia Victoria, British Columbia -0.438031460031225395 +14938 geology_html_1640837593 geology_html_1640837593:193:20854:20875 Ghost Rocks Anchorage, Alaska -0.0196404059622709952 +14939 aapg_ai_249.html aapg_ai_249.html:757:98981:98993 Todos Santos Guatemala 0.662495644223180635 +14940 cspg_html_1189888589 cspg_html_1189888589:325:42393:42421 Edmonton Vail, Colorado -0.0351971054761553784 +14941 cspg_html_4694210878 cspg_html_4694210878:138:16723:16734 Ekwan River River Severn -0.0242746935922993796 +14942 gsa_html_6619222439 gsa_html_6619222439:60:4012:4040 Green River Iran -0.00752216847350437468 +14943 aapg_ai_594.html aapg_ai_594.html:202:20705:20722 Black River Black River, Jamaica -0.456561440120662909 +14944 aapg_ai_972.html aapg_ai_972.html:3:243:251 Colorado New Mexico -0.0596859178207084368 +14945 jgeology_html_5764582297 jgeology_html_5764582297:543:38481:38499 Isachsen Canada -0.00112569192733688248 +14946 aapg_ac_65.html aapg_ac_65.html:797:66667:66673 Denver Colorado -0.00871745152629535731 +14947 aapg_ad_604.html aapg_ad_604.html:245:26437:26447 Washington Salem, Oregon -0.426608897791606878 +14948 cspg_html_1265381145 cspg_html_1265381145:302:28372:28380 Palliser Austin, Chicago 0.00989886836448491438 +14949 aapg_af_625.html aapg_af_625.html:647:66804:66832 Virginia Huntington, West Virginia -0.020196595303077311 +14950 aapg_ah_260.html aapg_ah_260.html:86:11213:11233 Twin Creek Colorado Plateau -0.485495508601457515 +14951 jgeology_html_4305195651 jgeology_html_4305195651:577:71824:71834 Lock Haven Clinton County, Ohio -0.44961357796588941 +14952 aapg_af_306.html aapg_af_306.html:89:9481:9493 Frio Rayne, Louisiana -0.429938515402492283 +14953 aapg_ac_91.html aapg_ac_91.html:494:38774:38795 Etherington Boise, Idaho -0.449811224417208722 +14954 geology_html_3074638631 geology_html_3074638631:67:5929:5937 Victoria Canada -0.462225485866077257 +14955 aapg_ah_994.html aapg_ah_994.html:421:42984:42997 Woodbine Texas -0.442620143363224416 +14956 aapg_ah_652.html aapg_ah_652.html:76:10140:10155 Mesaverde Mancos, Colorado -0.453029006636829323 +14957 gsa_html_8951179545 gsa_html_8951179545:1150:108059:108065 Denver Colorado -0.011961226070766327 +14958 sedimentology_html_6965253568 sedimentology_html_6965253568:1349:68610:68616 Jordan Andes -0.0386046469573407755 +14959 sedimentology_html_8510537334 sedimentology_html_8510537334:419:28598:28619 Wood Canyon California 0.367081680241569452 +14960 gsa_html_4415818938 gsa_html_4415818938:1377:88402:88408 Brazil Venezuela -0.467263588143899677 +14961 palaios_html_8153737238 palaios_html_8153737238:45:5986:5994 Columbia Huntington, West Virginia -0.0315036314272049284 +14962 aapg_ah_646.html aapg_ah_646.html:361:43305:43321 Chinle Arizona 0.00667089439921739538 +14963 aapg_aa_415.html aapg_aa_415.html:339:49504:49524 Eagle Arkansas -0.0331440604270269723 +14964 cspg_html_1064938580 cspg_html_1064938580:35:5295:5311 Kanguk Ellesmere Island -0.0250709632878346432 +14965 aapg_af_854.html aapg_af_854.html:1402:204212:204220 Gallatin Richland, Washington -0.0332814982379016425 +14966 palaios_html_9993198762 palaios_html_9993198762:369:38135:38155 North Horn Logan, Utah -0.476033304431228654 +14967 gsa_html_5295695236 gsa_html_5295695236:15:635:643 Virginia Reston, Virginia -0.0639321725779504468 +14968 cspg_html_9361096527 cspg_html_9361096527:901:78622:78644 Judith River Canada -0.0466271631232556896 +14969 aapg_ae_682.html aapg_ae_682.html:814:95735:95743 Colorado Denver -0.478642038078168519 +14970 aapg_ae_294.html aapg_ae_294.html:142:16089:16095 Wilcox Oklahoma City -0.431157390646727534 +14971 aapg_ad_880.html aapg_ad_880.html:1081:104657:104675 Sundance Spearfish, South Dakota -0.443701699352459789 +14972 geology_html_7820977853 geology_html_7820977853:197:19573:19581 Richmond Tsawwassen Ferry Terminal -0.470457490274840129 +14973 geology_html_3973756518 geology_html_3973756518:285:23480:23499 Cloverly Cheyenne, Wyoming -0.455229509631582041 +14974 aapg_ad_976.html aapg_ad_976.html:586:84577:84583 Provo Iran -0.468054102450840448 +14975 aapg_af_486.html aapg_af_486.html:235:24981:25001 Hemlock North Fork, Suffolk County, New York 0.0266740633086968264 +14976 aapg_ac_739.html aapg_ac_739.html:574:76791:76810 Sharon Mansfield, Ohio -0.477512787064485633 +14977 jgeology_html_1019094314 jgeology_html_1019094314:91:4003:4009 Brazil South America -0.494609426466897539 +14978 aapg_af_220.html aapg_af_220.html:52:6595:6617 Green River Wasatch Range -0.476368803491585613 +14979 aapg_af_168.html aapg_af_168.html:13:2252:2270 Vaqueros Monterey, California -0.445016883536767272 +14980 aapg_ad_32.html aapg_ad_32.html:337:29003:29015 Percha Arizona -0.472574788136010782 +14981 aapg_ah_93.html aapg_ah_93.html:54:7931:7947 Bighorn Dolomite Williston, Vermont -0.141377022124917234 +14982 jgeology_html_5531286699 jgeology_html_5531286699:1347:70551:70564 Santa Barbara California -0.0442511603309229257 +14983 aapg_ad_3.html aapg_ad_3.html:90:8895:8902 Elbrook Pennsylvania 0.292329531181059754 +14984 aapg_ae_370.html aapg_ae_370.html:321:28239:28255 Keasey Cowlitz River -0.484077007932315562 +14985 aapg_af_830.html aapg_af_830.html:491:56692:56708 Eagle Texas -0.456371367070690814 +14986 cspg_html_3354282978 cspg_html_3354282978:42:5696:5706 Swan Hills Canada -0.44056532751251043 +14987 geology_html_7999991061 geology_html_7999991061:248:23480:23488 Rockwell Reno, Nevada -0.0222581200663617834 +14988 aapg_ae_864.html aapg_ae_864.html:251:32568:32583 Frio Shreveport, Louisiana 0.37701480668519366 +14989 gsa_html_6117440194 gsa_html_6117440194:612:62359:62377 Wasatch Fort Union Trading Post National Historic Site -0.423138028281424772 +14990 jgeology_html_2872695575 jgeology_html_2872695575:752:43542:43555 Lee Kentucky -0.423312692876289309 +14991 cspg_html_2372201862 cspg_html_2372201862:10:979:1001 Peace River Clearwater, Florida -0.440280728439214952 +14992 gsa_html_4785200468 gsa_html_4785200468:388:34912:34918 Seneca Skaneateles Lake -0.477454856949792728 +14993 cspg_html_1336185084 cspg_html_1336185084:445:45886:45917 Clearwater Lacombe, Alberta -0.441397390812390766 +14994 aapg_ah_427.html aapg_ah_427.html:255:33682:33689 El Paso El Paso, Texas -0.454685092236895128 +14995 jgeology_html_4599466962 jgeology_html_4599466962:147:11082:11088 Esopus Onondaga (tribe) -0.0681744882906114708 +14996 aapg_ad_3.html aapg_ad_3.html:405:37914:37936 Black River Black River, Jamaica -0.0306147978884375553 +14997 gsa_html_5980600505 gsa_html_5980600505:375:43151:43156 Stump South Mountains (Arizona) -0.466965896576978678 +14998 aapg_ad_39.html aapg_ad_39.html:187:12408:12413 Tokio Paluxy, Texas -0.458784199315796892 +14999 aapg_af_854.html aapg_af_854.html:379:48655:48671 Keokuk Missouri River 0.730798086927735069 +15000 cspg_html_7595517955 cspg_html_7595517955:282:30598:30613 Melville Island Bathurst Island (Northern Territory) -0.493432945605813467 +15001 jgeology_html_4115179562 jgeology_html_4115179562:201:13605:13616 Martinsburg Juniata County School District -0.439565169119916221 +15002 jgeology_html_8355852976 jgeology_html_8355852976:226:17404:17412 Fountain Colorado -0.0576354087003293492 +15003 aapg_ae_613.html aapg_ae_613.html:476:50764:50768 Vail London, Ontario -0.0331684163736417556 +15004 aapg_ah_535.html aapg_ah_535.html:226:38164:38183 Catoctin The Carolinas 0.31827593301113688 +15005 aapg_af_308.html aapg_af_308.html:289:32741:32744 Elk Randolph County, Indiana -0.0600280242274353476 +15006 aapg_ah_90.html aapg_ah_90.html:294:40186:40194 Colorado Grand Junction, Colorado -0.0611557112481491347 +15007 gsa_html_5627360957 gsa_html_5627360957:468:45527:45542 Troy Arizona -0.471405039658470026 +15008 sedimentology_html_2418379539 sedimentology_html_2418379539:878:72142:72159 Wapiabi Lacombe, Alberta -0.469051848391689397 +15009 aapg_ak_54.html aapg_ak_54.html:49:6476:6505 Sunniland Mississippi River 0.305284364283722409 +15010 cspg_html_4326384800 cspg_html_4326384800:583:76352:76370 Otter Lacombe, Alberta -0.46168136305604579 +15011 aapg_aa_23.html aapg_aa_23.html:377:44650:44669 Red River Manitoba 0.0190633765354167699 +15012 cspg_html_9119878068 cspg_html_9119878068:82:10640:10659 Waterways Lacombe, Alberta -0.43511527002590783 +15013 cspg_html_9234101474 cspg_html_9234101474:183:22741:22747 Fernie Western world -0.411813047275237043 +15014 gsa_html_1636483297 gsa_html_1636483297:972:82586:82607 Green River Cheyenne, Wyoming 0.406261496084231122 +15015 aapg_aa_159.html aapg_aa_159.html:490:50075:50092 Haymond Texas -0.0338991191876076986 +15016 jgeology_html_2563614336 jgeology_html_2563614336:895:61831:61841 San Felipe San Jacinto, California -0.43344757972276704 +15017 aapg_ad_2.html aapg_ad_2.html:661:95857:95864 Potsdam Adirondack Park -0.415217518793184637 +15018 aapg_ah_182.html aapg_ah_182.html:285:31107:31128 Martinsburg Northampton, Massachusetts -0.00702877531362414328 +15019 cspg_html_4298557570 cspg_html_4298557570:394:51052:51068 Battle Drumheller 0.856907681923405051 +15020 cspg_html_6733212590 cspg_html_6733212590:108:11142:11149 Jupiter Pluto -0.0237009875122112385 +15021 cspg_html_9912281240 cspg_html_9912281240:99:13445:13463 Foremost Lacombe, Alberta -0.0285868941347483252 +15022 cspg_html_6014123208 cspg_html_6014123208:9:846:858 Saskatchewan Lacombe, Alberta -0.0213125005692229447 +15023 aapg_aa_621.html aapg_aa_621.html:238:30405:30416 Curtis John Crow Mountains -0.0323925309205377876 +15024 sedimentology_html_8369899157 sedimentology_html_8369899157:28:1831:1848 Bedford Patras -0.448296279445968116 +15025 aapg_aa_928.html aapg_aa_928.html:198:20418:20427 Catahoula Oakville, California 0.99533881636370547 +15026 gsa_html_1119256423 gsa_html_1119256423:733:71166:71183 White River Nebraska -0.00048640987057772464 +15027 aapg_ae_794.html aapg_ae_794.html:5:827:847 Owl Creek Selma to Montgomery marches -0.0534299210189851104 +15028 gsa_html_3648258377 gsa_html_3648258377:751:69055:69077 Mount Laurel Bass River Township, New Jersey -0.501545759647369804 +15029 aapg_aa_863.html aapg_aa_863.html:3:369:384 Mural Arizona -0.454305775206324536 +15030 aapg_af_640.html aapg_af_640.html:102:6504:6520 Midway Bossier Parish, Louisiana -0.0180988014035504234 +15031 aapg_ad_440.html aapg_ad_440.html:527:49537:49544 Taggard Indian Creek, Florida -0.411778522698214466 +15032 sedimentology_html_2442491538 sedimentology_html_2442491538:854:83127:83143 Weber Logan, Utah -0.0113965411474177668 +15033 jgeology_html_2051911211 jgeology_html_2051911211:550:27721:27730 Red Bluff Texas -0.457582637906406409 +15034 palaios_html_3742758359 palaios_html_3742758359:791:57330:57347 Moenave Arizona -0.0221155785118801462 +15035 cspg_html_6163691495 cspg_html_6163691495:883:81759:81767 Colorado Denver -0.461089806729199636 +15036 gsa_html_5107598462 gsa_html_5107598462:136:12865:12873 Scranton Pennsylvania -0.0309035312152589614 +15037 gsa_html_2989317971 gsa_html_2989317971:1160:115526:115546 Columbia Salem, Oregon -0.435668138774596203 +15038 sedimentology_html_7047069536 sedimentology_html_7047069536:1041:66411:66415 Hall London, Ontario 0.00607327300641191583 +15039 aapg_ai_378.html aapg_ai_378.html:12:1972:1989 Edwards Austin, Chicago -0.51440256367763304 +15040 sedimentology_html_7829420365 sedimentology_html_7829420365:1037:48813:48822 Waterfowl Victoria, British Columbia -0.435738929516159335 +15041 aapg_af_150.html aapg_af_150.html:79:7748:7765 Schuler Shreveport, Louisiana -0.382727915206069191 +15042 aapg_ad_808.html aapg_ad_808.html:334:22362:22370 Tensleep Flat Creek, Missouri -0.499213001693062597 +15043 aapg_ah_27.html aapg_ah_27.html:120:18204:18226 Marble Falls Fort Worth, Texas -0.443701699352459789 +15044 aapg_ae_992.html aapg_ae_992.html:190:17709:17728 Chugwater John Crow Mountains -0.415087607507273693 +15045 aapg_ae_71.html aapg_ae_71.html:259:24100:24121 Toroweap Grand Canyon -0.219138080248460321 +15046 aapg_ae_419.html aapg_ae_419.html:999:86777:86788 San Antonio Puebla, Puebla -0.0489010438658518606 +15047 geology_html_6344642892 geology_html_6344642892:72:7632:7646 Maidens Gneiss Virginia -0.49593907588154873 +15048 gsa_html_9898556493 gsa_html_9898556493:298:37008:37024 Modesto Merced River -0.0173254356777415887 +15049 gsa_html_5526369353 gsa_html_5526369353:813:75055:75083 Green River Colorado -0.0177825001131117176 +15050 geology_html_7458357361 geology_html_7458357361:13:643:652 San Diego La Jolla -0.0277017418114762735 +15051 cspg_html_2954223000 cspg_html_2954223000:1273:164409:164414 Weeks Tulsa, Oklahoma -0.473778404154942046 +15052 aapg_ah_754.html aapg_ah_754.html:434:41144:41164 Huntingdon Nooksack River -0.47482657712880405 +15053 geology_html_9788030825 geology_html_9788030825:14:709:717 Colorado Denver -0.416376659595793952 +15054 gsa_html_3614490577 gsa_html_3614490577:645:54610:54620 Carbondale Illinois -0.0222581200663617834 +15055 aapg_aa_233.html aapg_aa_233.html:588:59992:60010 Kiamichi Texas 0.0679367787373932192 +15056 aapg_ah_429.html aapg_ah_429.html:69:6156:6171 Queen New Mexico -0.462097962880594848 +15057 cspg_html_3277684928 cspg_html_3277684928:239:28655:28670 Bluff Cayman Islands -0.0530497916352297219 +15058 palaios_html_7465495929 palaios_html_7465495929:333:24316:24324 Caldwell Toronto -0.472639307901536299 +15059 aapg_ai_145.html aapg_ai_145.html:86:11172:11188 Fernie Big Horn Mountains 0.00296016264892234697 +15060 aapg_ae_113.html aapg_ae_113.html:209:27014:27028 Eids Western world -0.446924894478510359 +15061 aapg_ai_54.html aapg_ai_54.html:6:899:912 Woodbine Tuscaloosa, Alabama -0.0121732026878597095 +15062 cspg_html_4636216007 cspg_html_4636216007:540:53315:53330 Melville Island Canadian Arctic Archipelago -0.491932829344196576 +15063 aapg_af_701.html aapg_af_701.html:264:33985:33998 Chemung Preston County, West Virginia -0.439445222385884349 +15064 aapg_ai_763.html aapg_ai_763.html:72:9521:9538 Schuler County Sligo -0.427843250012949428 +15065 aapg_ah_532.html aapg_ah_532.html:125:9622:9637 Ouray San Juan County, Utah -0.0309035312152589614 +15066 aapg_ac_200.html aapg_ac_200.html:413:40831:40848 Fort Union Evanston, Wyoming -0.483057230694543871 +15067 palaios_html_5444521865 palaios_html_5444521865:592:55569:55600 Luning California -0.0630659190229546224 +15068 aapg_ah_723.html aapg_ah_723.html:40:6160:6180 Colorado Canada -0.456608964648804683 +15069 aapg_ad_466.html aapg_ad_466.html:763:83708:83726 Monmouth Red Bank, New Jersey -0.0594415674270635172 +15070 aapg_ad_808.html aapg_ad_808.html:293:20873:20884 Sheep Creek Flat Creek, Missouri -0.453495743339231705 +15071 palaios_html_7541955341 palaios_html_7541955341:38:2738:2760 Laurentian Cordillera Administrative Region -0.450743884934886652 +15072 aapg_ac_419.html aapg_ac_419.html:1023:109982:109990 Catskill Pennsylvania -0.479521879225688563 +15073 aapg_aa_357.html aapg_aa_357.html:440:40339:40356 Todilto New Mexico -0.036075857948020304 +15074 cspg_html_6816015957 cspg_html_6816015957:396:45318:45334 Fernie Lacombe, Alberta -0.394931767555820878 +15075 aapg_ad_440.html aapg_ad_440.html:944:93400:93408 Maccrady Virginia -0.0337199186226255915 +15076 cspg_html_4796942391 cspg_html_4796942391:478:52154:52162 Dunvegan Victoria, British Columbia -0.437960495533138761 +15077 aapg_ac_592.html aapg_ac_592.html:9:1359:1368 Popo Agie Cheyenne, Wyoming 0.0268462072160875129 +15078 aapg_ad_605.html aapg_ad_605.html:93:10048:10055 Hermosa Colorado -0.456661018199272462 +15079 aapg_af_129.html aapg_af_129.html:396:41925:41948 Colorado Eagle River, Alaska -0.483047901936257684 +15080 geology_html_8847002020 geology_html_8847002020:145:14298:14304 Oregon Boise, Idaho -0.0303173748455716902 +15081 aapg_af_685.html aapg_af_685.html:188:20194:20211 Hanover Jamaica, Queens 0.00753780424990633125 +15082 aapg_aa_39.html aapg_aa_39.html:42:4894:4913 Leadville Ouray, Colorado -0.469189557204259144 +15083 sedimentology_html_1918385373 sedimentology_html_1918385373:1034:80624:80628 Hall London, Ontario -0.478284785297837578 +15084 aapg_ah_749.html aapg_ah_749.html:3:210:217 Norfolk Newport, Rhode Island -0.0390781048690825028 +15085 aapg_ae_448.html aapg_ae_448.html:122:13657:13663 Paluxy Paluxy, Texas -0.500090592251621224 +15086 aapg_aa_696.html aapg_aa_696.html:700:76202:76210 Colorado Colorado -0.0623988495130502197 +15087 gsa_html_5250670372 gsa_html_5250670372:753:54117:54140 Boulder Creek Canada -0.448377013151321557 +15088 aapg_ad_152.html aapg_ad_152.html:1803:234299:234315 Kaibab Logan, Utah -0.452887004013691252 +15089 aapg_ae_20.html aapg_ae_20.html:381:30475:30483 Woodford California -0.0488731608770273246 +15090 aapg_aa_399.html aapg_aa_399.html:399:32285:32293 Paskapoo Edmonton, London -0.014941203695627946 +15091 aapg_ah_618.html aapg_ah_618.html:125:11203:11211 Colorado Cheyenne, Wyoming -0.0511668783067136951 +15092 jgeology_html_7218166865 jgeology_html_7218166865:190:12967:12985 Morrison Cheyenne, Wyoming -0.455595651058867956 +15093 geology_html_7484355547 geology_html_7484355547:12:782:789 Newport Salem, Oregon -0.445989406971527558 +15094 aapg_ah_90.html aapg_ah_90.html:151:22910:22928 Morrison Cedar Mountains -0.41322095658291802 +15095 aapg_ae_461.html aapg_ae_461.html:17:2925:2933 Bellevue Bellevue, Nebraska -0.471432653520514666 +15096 palaios_html_6353470714 palaios_html_6353470714:10:453:471 Willwood Cheyenne, Wyoming -0.464473797617463435 +15097 cspg_html_4694210878 cspg_html_4694210878:69:7151:7162 Ekwan River River Severn -0.00731021731458604551 +15098 aapg_ae_28.html aapg_ae_28.html:886:66124:66128 Bell Illinois -0.426817068967231705 +15099 aapg_ae_223.html aapg_ae_223.html:445:54866:54873 Wasatch Uinta Mountains -0.0265836451265893982 +15100 aapg_ah_528.html aapg_ah_528.html:517:55313:55322 Bear Lake Logan, Utah -0.0327300172738962947 +15101 aapg_ah_871.html aapg_ah_871.html:489:54135:54142 Pamelia Montreal -0.487863350170227417 +15102 cspg_html_3102530088 cspg_html_3102530088:75:10352:10372 Milk River Milk River, Alberta -0.035973188044241329 +15103 aapg_ai_974.html aapg_ai_974.html:764:83572:83582 Washington Salem, Oregon -0.491237921935693156 +15104 aapg_aa_305.html aapg_aa_305.html:12:2529:2549 Citronelle Mississippi River 0.397412999040421266 +15105 jgeology_html_6388378441 jgeology_html_6388378441:80:3517:3548 Red Rock New Mexico -0.454052985518192231 +15106 sedimentology_html_4005512474 sedimentology_html_4005512474:978:61518:61522 Hall London, Ontario -0.495988801002771096 +15107 jgeology_html_4305195651 jgeology_html_4305195651:610:78397:78403 Walton Oneonta, New York 0.00738665861447657893 +15108 aapg_ah_859.html aapg_ah_859.html:213:24948:24964 Lisbon Lisbon -0.427935397269568418 +15109 aapg_af_84.html aapg_af_84.html:16:1292:1302 Washington West Coast of the United States -0.435926993396556828 +15110 aapg_ac_711.html aapg_ac_711.html:29:3656:3663 El Baul Barquisimeto -0.517925618184756242 +15111 aapg_ac_366.html aapg_ac_366.html:471:46012:46028 Salina Huntington, West Virginia -0.264942857183328606 +15112 aapg_ac_825.html aapg_ac_825.html:734:77655:77659 Hall California -0.0694436111220902846 +15113 aapg_ah_486.html aapg_ah_486.html:128:13662:13682 Pottsville Huntington, West Virginia -0.442595627901035182 +15114 aapg_ae_206.html aapg_ae_206.html:358:42354:42371 Catahoula Oakville, California 0.00270479477611077846 +15115 aapg_ad_696.html aapg_ad_696.html:112:11430:11436 Reklaw Charlotte, North Carolina -0.483715163479877641 +15116 aapg_ah_318.html aapg_ah_318.html:2869:235974:235997 Smackover Cotton Valley, Louisiana -0.0274982867037121582 +15117 jgeology_html_2237275680 jgeology_html_2237275680:924:47605:47619 Sandia New Mexico -0.0226179559252577995 +15118 aapg_ai_518.html aapg_ai_518.html:28:3680:3695 Ouray Leadville, Colorado -0.47503682505792677 +15119 cspg_html_7182873498 cspg_html_7182873498:61:11355:11371 Guelph Salina, Kansas -0.117134079475938457 +15120 aapg_aa_305.html aapg_aa_305.html:114:16658:16679 Shoal River Apalachicola River -0.0149690067830474411 +15121 aapg_ae_873.html aapg_ae_873.html:59:7828:7841 Woodbine Hopkins County, Kentucky -0.475397368106546647 +15122 aapg_af_971.html aapg_af_971.html:14:624:630 Denver Colorado -0.46814580209221146 +15123 aapg_ai_755.html aapg_ai_755.html:140:16678:16684 Banner Denver -0.451751782124743317 +15124 aapg_ae_843.html aapg_ae_843.html:66:6743:6762 Rock Springs Cheyenne, Wyoming -0.0342192516575154232 +15125 AMJC_html_9867680938 AMJC_html_9867680938:11:437:447 Washington Seattle -0.464473797617463435 +15126 aapg_ae_388.html aapg_ae_388.html:1262:75256:75262 Midway Texas -0.0168874970090907538 +15127 cspg_html_4348111624 cspg_html_4348111624:51:10047:10085 Winnipegosis Regina, Saskatchewan -0.450006666987963933 +15128 aapg_aa_992.html aapg_aa_992.html:343:42526:42536 San Felipe Hockley -0.418568713004005333 +15129 sedimentology_html_3464809003 sedimentology_html_3464809003:1182:68012:68016 Bell Oman -0.462097962880594848 +15130 aapg_ac_743.html aapg_ac_743.html:104:13725:13739 Lyre Indian Creek, Florida -0.0407754352992212923 +15131 gsa_html_4446967287 gsa_html_4446967287:73:5389:5396 Shuswap Washington (state) 0.00633907480086522146 +15132 gsa_html_7020634397 gsa_html_7020634397:818:64250:64272 Nation River Anchorage, Alaska -0.483015252079283031 +15133 cspg_html_9648675035 cspg_html_9648675035:568:51841:51849 Columbia Lacombe, Alberta -0.026705362044744569 +15134 aapg_af_995.html aapg_af_995.html:25:2011:2022 Green River Sego, Utah -0.022564066972144893 +15135 aapg_ac_730.html aapg_ac_730.html:300:41691:41707 Toreva Mancos, Colorado 0.0180727324355416767 +15136 cspg_html_8250500468 cspg_html_8250500468:397:50509:50528 Kaskapau Shaftesbury -0.469024309212410007 +15137 aapg_ac_333.html aapg_ac_333.html:220:28327:28337 Whitehorse New Mexico -0.0133147744605960541 +15138 cspg_html_9501006975 cspg_html_9501006975:408:47878:47897 Kaskapau Lacombe, Alberta -0.466965896576978678 +15139 cspg_html_4422229045 cspg_html_4422229045:202:27603:27637 Ramparts Norman Wells -0.480904968568341529 +15140 aapg_ai_583.html aapg_ai_583.html:307:37272:37280 Sundance Black Hills -0.0031964218159343861 +15141 aapg_ac_563.html aapg_ac_563.html:316:44475:44480 Sligo Texas -0.474276937415326727 +15142 gsa_html_8928805369 gsa_html_8928805369:1049:99538:99566 Green River New Mexico -0.0135788887974534252 +15143 gsa_html_7040053075 gsa_html_7040053075:332:30951:30965 Topanga San Gabriel Mountains -0.0231533782740243055 +15144 aapg_ae_122.html aapg_ae_122.html:105:12701:12713 Saskatchewan Manitoba -0.0450401829043313162 +15145 gsa_html_6985417117 gsa_html_6985417117:701:57339:57348 Extension Chandler, Arizona -0.459887424332023564 +15146 aapg_af_377.html aapg_af_377.html:25:3410:3418 Colorado Canada -0.0397744087434021287 +15147 aapg_ac_666.html aapg_ac_666.html:11:1143:1161 Onondaga Bloomington, Indiana -0.054907041085342348 +15148 aapg_ai_480.html aapg_ai_480.html:163:15444:15450 Tulare Corcoran, California -0.41753718105898574 +15149 aapg_aa_756.html aapg_aa_756.html:67:7171:7188 Pekisko Lacombe, Alberta -0.448578878596292641 +15150 palaios_html_6100595217 palaios_html_6100595217:31:2790:2799 Hampshire London, Ontario -0.476449805414249639 +15151 gsa_html_7090153753 gsa_html_7090153753:576:45951:45969 Monterey California 0.0016902762572143259 +15152 aapg_aa_931.html aapg_aa_931.html:95:12154:12162 Wolfcamp West Texas -0.462143504710773534 +15153 cspg_html_1743658399 cspg_html_1743658399:106:12523:12527 Eids Melville Island (Canada) -0.474133810779439169 +15154 gsa_html_9254703406 gsa_html_9254703406:699:65886:65914 Green River Colorado 0.0156362902137903333 +15155 cspg_html_4115156925 cspg_html_4115156925:40:7078:7110 Montney Lacombe, Alberta -0.51098142622720033 +15156 aapg_ai_285.html aapg_ai_285.html:5:780:797 Kaguyak Mount Katmai -0.472943536588278923 +15157 aapg_ae_371.html aapg_ae_371.html:66:10339:10347 Kootenay Bow River -0.0103801322392496759 +15158 geology_html_7000342533 geology_html_7000342533:113:9354:9374 Richardson Mountains Cordillera Administrative Region -0.0481395257140627003 +15159 gsa_html_8957428880 gsa_html_8957428880:374:34395:34423 Green River Colorado -0.0143364940209374722 +15160 aapg_ai_974.html aapg_ai_974.html:650:68128:68135 Cowlitz California -0.431086943566786673 +15161 aapg_ae_428.html aapg_ae_428.html:721:58795:58813 Oakville Texas 1.09988251625023636 +15162 geology_html_1844850227 geology_html_1844850227:25:1437:1450 Santa Barbara Washington (state) -0.0198680940009536566 +15163 palaios_html_3406135825 palaios_html_3406135825:429:45691:45707 Nepean Missouri River -0.428929839085586462 +15164 aapg_ad_149.html aapg_ad_149.html:139:14263:14268 Yukon Victoria, British Columbia 0.0051247343510113369 +15165 gsa_html_1190215699 gsa_html_1190215699:19:1179:1195 Blaine Texas -0.0111046462862114288 +15166 aapg_aa_563.html aapg_aa_563.html:415:52985:52995 Rio Grande Nueces County, Texas -0.500830957900678664 +15167 aapg_ah_879.html aapg_ah_879.html:3:207:212 Yukon Canada -0.49880187346517274 +15168 sedimentology_html_2139169476 sedimentology_html_2139169476:57:4041:4050 Peninsula Korea -0.475963906981033746 +15169 cspg_html_4341656515 cspg_html_4341656515:500:47775:47780 Liard Canada -0.0466985931780469835 +15170 cspg_html_4685751140 cspg_html_4685751140:327:36915:36937 Winnipegosis Regina, Saskatchewan -0.439165406786194035 +15171 aapg_aa_544.html aapg_aa_544.html:45:6160:6177 Madison Yellowstone National Park -0.0534682838330376511 +15172 aapg_ah_105.html aapg_ah_105.html:11:1672:1682 San Andres Nashville Basin 0.0381625415237680371 +15173 AMJC_html_8831189197 AMJC_html_8831189197:144:17147:17156 Red River Arcadia, California 0.112949617266318775 +15174 geology_html_8332015754 geology_html_8332015754:329:22637:22655 Imperial California 0.00452191499750925936 +15175 aapg_af_887.html aapg_af_887.html:196:19593:19610 Rustler Delaware -0.448691045323912019 +15176 gsa_html_2338244700 gsa_html_2338244700:1039:87837:87865 Green River Iran 0.0182169811347791637 +15177 aapg_ah_271.html aapg_ah_271.html:74:8915:8938 Cotton Valley Texas 0.0123434800357973603 +15178 aapg_ah_231.html aapg_ah_231.html:32:2982:2988 Paluxy County Sligo -0.026734922025780393 +15179 aapg_aa_626.html aapg_aa_626.html:299:33856:33879 Potomac Maryland -0.0128491051493607039 +15180 aapg_ah_329.html aapg_ah_329.html:82:8743:8751 Monterey Monterey, California 0.0381555793921226627 +15181 aapg_ac_475.html aapg_ac_475.html:59:9523:9531 Columbia Victoria, British Columbia -0.471432653520514666 +15182 aapg_aa_47.html aapg_aa_47.html:576:68875:68883 Wolfcamp Colorado -0.448753864703002991 +15183 aapg_ad_43.html aapg_ad_43.html:149:14678:14694 Guelph Ontario, California -0.0102845739324916134 +15184 cspg_html_9587281669 cspg_html_9587281669:173:25781:25799 Belly River Milk River, Alberta 0.749321262907754471 +15185 sedimentology_html_9875508195 sedimentology_html_9875508195:484:45765:45776 Chamberlain San Francisco -0.458695727712452594 +15186 geology_html_6889011624 geology_html_6889011624:9:388:397 Red River Manitoba -0.713690616258855659 +15187 cspg_html_3740794265 cspg_html_3740794265:555:50360:50383 Montney Lacombe, Alberta -0.029835599351404625 +15188 gsa_html_7737235229 gsa_html_7737235229:914:59141:59160 Bonneterre Missouri River 0.723009252963007443 +15189 sedimentology_html_5319683455 sedimentology_html_5319683455:441:21872:21876 Hall London, Ontario -0.477957819287112229 +15190 gsa_html_1254347878 gsa_html_1254347878:443:48842:48865 Mount Shields Victoria, British Columbia -0.448350101124535771 +15191 cspg_html_7524537753 cspg_html_7524537753:572:56047:56056 Mackenzie Wrigley Field -0.471543117662309108 +15192 aapg_ae_599.html aapg_ae_599.html:392:35030:35041 San Joaquin Great Valley, New York -0.471009336433766579 +15193 cspg_html_7349901875 cspg_html_7349901875:13:1865:1878 Wapiti Edmonton, London 0.0043290832410277846 +15194 cspg_html_1009613854 cspg_html_1009613854:820:74549:74566 Cardium Lacombe, Alberta -0.441392939290133568 +15195 cspg_html_6351830705 cspg_html_6351830705:227:34752:34775 Cherry Canyon China -0.477642564553472426 +15196 palaios_html_8113714689 palaios_html_8113714689:250:28070:28078 Munising Munising, Michigan -0.0961299240438825975 +15197 palaios_html_6057846631 palaios_html_6057846631:396:41744:41768 Columbia Svalbard -0.0219799913092776147 +15198 aapg_ae_206.html aapg_ae_206.html:239:27219:27230 Lissie Beaumont, Texas -0.0432358146258081874 +15199 aapg_aa_37.html aapg_aa_37.html:166:20304:20327 Arcturus Supai, Arizona -0.030548703261185188 +15200 cspg_html_8414893458 cspg_html_8414893458:468:55181:55197 Gates Victoria, British Columbia 0.0108631399368114955 +15201 cspg_html_6502178723 cspg_html_6502178723:40:6646:6654 Columbia Lacombe, Alberta -0.461171691164054931 +15202 aapg_ad_307.html aapg_ad_307.html:87:8873:8886 Oquirrh Boise, Idaho -0.213969001676000387 +15203 aapg_aa_696.html aapg_aa_696.html:685:75069:75077 Colorado Denver -0.0217661828939377244 +15204 cspg_html_1624547765 cspg_html_1624547765:150:14934:14952 Grosmont Lacombe, Alberta -0.000889435409818231594 +15205 jgeology_html_3171318738 jgeology_html_3171318738:92:3493:3501 Virginia Norfolk, Virginia -0.531144468126907077 +15206 cspg_html_1173833070 cspg_html_1173833070:69:8094:8102 Paskapoo Edmonton, London -0.457514673015389395 +15207 aapg_ai_594.html aapg_ai_594.html:419:43057:43065 Colorado Sangre de Cristo Range -0.457532796484121151 +15208 aapg_af_479.html aapg_af_479.html:590:63695:63704 San Diego Western world -0.477204643263094197 +15209 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka Atoka, Oklahoma -0.0263019613963844621 +15210 cspg_html_4048108956 cspg_html_4048108956:304:44019:44036 Bowser Victoria, British Columbia -0.44948782523520614 +15211 aapg_ac_382.html aapg_ac_382.html:284:26537:26555 Morrison Sandoval County, New Mexico -0.447572237112974447 +15212 aapg_ai_388.html aapg_ai_388.html:321:33810:33827 Wasatch Uinta Mountains -0.0120741642534044936 +15213 aapg_ae_876.html aapg_ae_876.html:89:10577:10588 Green River Cedar Mountains 0.358914925232139637 +15214 aapg_af_143.html aapg_af_143.html:1141:126166:126185 Hornbrook Myrtle Point, Oregon -0.466741549175746284 +15215 cspg_html_7325522863 cspg_html_7325522863:152:23671:23678 Bearpaw Milk River, Alberta -0.0702513884831660329 +15216 aapg_ac_217.html aapg_ac_217.html:189:21978:21983 Hueco Luna County, New Mexico -0.0245041819254211805 +15217 cspg_html_4256688574 cspg_html_4256688574:39:4919:4927 Colorado Lacombe, Alberta -0.462125287699645448 +15218 cspg_html_2420029771 cspg_html_2420029771:930:92352:92386 Beekmantown Quebec City 0.0116050390489145696 +15219 aapg_af_575.html aapg_af_575.html:343:47537:47553 Henryhouse Helderberg -0.0338991191876076986 +15220 aapg_ah_176.html aapg_ah_176.html:860:63401:63409 Colorado Denver -0.503913746830082165 +15221 aapg_af_854.html aapg_af_854.html:512:68518:68524 Keokuk Fort Payne, Alabama -0.0131340660726573313 +15222 cspg_html_7678714791 cspg_html_7678714791:544:68043:68081 Borden Canada -0.030548703261185188 +15223 aapg_ah_778.html aapg_ah_778.html:3:382:388 Sierra Mexico -0.0149446790798799974 +15224 aapg_ac_486.html aapg_ac_486.html:652:81589:81596 Madison Cheyenne, Wyoming -0.482917309945881279 +15225 geology_html_1904038295 geology_html_1904038295:258:21724:21737 Potomac Gabon -0.456337429672799166 +15226 cspg_html_8121999081 cspg_html_8121999081:22:2419:2426 Sikanni Victoria, British Columbia -0.453044786078658057 +15227 cspg_html_5345848475 cspg_html_5345848475:97:13802:13825 Medicine Hat Colorado -0.458720680358492616 +15228 cspg_html_1925276454 cspg_html_1925276454:630:60747:60762 Athabasca Lacombe, Alberta -0.469038078694436811 +15229 palaios_html_4880574501 palaios_html_4880574501:167:19849:19867 Fairview Netherlands -0.442542141875480355 +15230 aapg_af_483.html aapg_af_483.html:63:8175:8189 El Plan Rosario, Cavite -0.497365696740727614 +15231 cspg_html_4825875434 cspg_html_4825875434:450:49984:50010 West Point Quebec City -0.434580403200599208 +15232 AMJC_html_5916115748 AMJC_html_5916115748:1229:116190:116208 Quinault Washington (state) -0.478284785297837578 +15233 aapg_ae_223.html aapg_ae_223.html:416:51145:51157 Wasatch Wasatch Range -0.424214904641607937 +15234 aapg_ah_871.html aapg_ah_871.html:4:587:594 Pamelia Montreal -0.453355922590981064 +15235 cspg_html_3129231627 cspg_html_3129231627:393:49495:49509 Thumb Mountain Bathurst Island (Northern Territory) -0.45691453935984655 +15236 aapg_af_664.html aapg_af_664.html:346:37999:38009 San Andres Crockett County, Tennessee -0.438592713276552693 +15237 aapg_ad_880.html aapg_ad_880.html:115:13948:13958 Minnekahta Cheyenne, Wyoming -0.424479393833646412 +15238 cspg_html_1025724640 cspg_html_1025724640:670:76561:76578 Mingan Quebec City -0.0584956705548907718 +15239 aapg_ad_466.html aapg_ad_466.html:1415:150395:150410 Aquia Virginia -0.467980749597819323 +15240 aapg_aa_48.html aapg_aa_48.html:467:46898:46909 Heath Montana -0.0253787031828477012 +15241 cspg_html_2283545366 cspg_html_2283545366:610:64314:64340 Halfway Canada -0.0539652755372888801 +15242 aapg_ah_644.html aapg_ah_644.html:173:21006:21019 Gypsum Spring Regina, Saskatchewan -0.0367528086008553287 +15243 gsa_html_9866042258 gsa_html_9866042258:1067:80364:80370 Oregon California -0.455188836413653375 +15244 aapg_ai_925.html aapg_ai_925.html:39:5013:5037 Mission Canyon Texas -0.466007095038280028 +15245 aapg_ah_567.html aapg_ah_567.html:123:14022:14032 Hartshorne Red Oak, Iowa -0.0530811776943903371 +15246 aapg_ai_669.html aapg_ai_669.html:77:11780:11795 Lance Cheyenne, Wyoming -0.441459714368856782 +15247 gsa_html_8892994555 gsa_html_8892994555:741:72427:72439 Owens Valley California -0.174917171171864699 +15248 aapg_ah_978.html aapg_ah_978.html:173:18989:19005 Tulare Tulare, California -0.413350620311348449 +15249 gsa_html_1105200950 gsa_html_1105200950:497:43830:43839 Knoxville Ward (LDS Church) -0.441397390812390766 +15250 aapg_af_288.html aapg_af_288.html:103:11821:11851 Montoya Western world 0.714599744172868201 +15251 cspg_html_5435328392 cspg_html_5435328392:355:36691:36717 Belly River Canada -0.00652496303282925402 +15252 cspg_html_3907807140 cspg_html_3907807140:539:63866:63883 Mattson Canada -0.455432903203822237 +15253 aapg_ai_54.html aapg_ai_54.html:3:405:417 Midway Mississippi River -0.026705362044744569 +15254 cspg_html_6116883777 cspg_html_6116883777:844:108501:108526 Somerset Bath, Somerset -0.453180049702502807 +15255 aapg_ad_69.html aapg_ad_69.html:191:14971:14979 Sundance Fort Union Trading Post National Historic Site -0.01223054087335982 +15256 aapg_af_289.html aapg_af_289.html:81:9742:9748 Brazil Rio Grande do Sul -0.479586916180102352 +15257 cspg_html_6984906794 cspg_html_6984906794:969:66222:66239 Bearpaw Lacombe, Alberta -0.458784199315796892 +15258 aapg_ai_583.html aapg_ai_583.html:799:84977:84995 Sundance Cheyenne, Wyoming 0.872219524697260384 +15259 aapg_ah_327.html aapg_ah_327.html:230:18811:18816 Heath Williston, Vermont -0.0698894473526489451 +15260 sedimentology_html_3455721661 sedimentology_html_3455721661:54:5752:5769 Todilto New Mexico 0.682026342093955296 +15261 aapg_ai_572.html aapg_ai_572.html:73:8686:8703 Hilltop Pontotoc County, Mississippi -0.0526801439940360397 +15262 sedimentology_html_2898428289 sedimentology_html_2898428289:2055:101373:101391 Birdbear Canada -0.493201622149070484 +15263 jgeology_html_1188020601 jgeology_html_1188020601:155:8760:8765 Utica Saratoga, California -0.420791864948583338 +15264 cspg_html_3554431164 cspg_html_3554431164:34:4446:4467 Mount Hawk Cheviot, Ohio -0.479830848328458015 +15265 cspg_html_7752087721 cspg_html_7752087721:504:58686:58691 Logan Perth, Western Australia -0.0269348882327513015 +15266 sedimentology_html_9232728124 sedimentology_html_9232728124:412:31227:31259 Cutler Colorado -0.0415711108717550168 +15267 cspg_html_7970178687 cspg_html_7970178687:14:1486:1492 Viking Colorado -0.473676885959420813 +15268 cspg_html_8089302449 cspg_html_8089302449:23:3829:3851 Slave Point Lacombe, Alberta -0.433423304094416983 +15269 aapg_aa_243.html aapg_aa_243.html:272:21256:21264 Onondaga Huntington, West Virginia -0.47829406272822006 +15270 cspg_html_3745369968 cspg_html_3745369968:10:1482:1506 Cedar District Victoria, British Columbia -0.456344217050148659 +15271 aapg_ae_973.html aapg_ae_973.html:282:19481:19496 Diablo Culberson County Airport -0.0503650435699674118 +15272 gsa_html_4675429437 gsa_html_4675429437:224:16014:16024 San Felipe Sonora -0.425599363821972831 +15273 sedimentology_html_9290555224 sedimentology_html_9290555224:728:49416:49431 Sligo Texas -0.462255092024459469 +15274 cspg_html_5220068638 cspg_html_5220068638:194:23350:23364 St. Mary River Bearpaw Formation -0.00756560119780054757 +15275 aapg_ah_393.html aapg_ah_393.html:125:15845:15860 Banff Lacombe, Alberta -0.0925072120048381769 +15276 geology_html_9714557029 geology_html_9714557029:229:22388:22401 Raton New Mexico -0.465616092314337648 +15277 gsa_html_1338947136 gsa_html_1338947136:31:3210:3218 Colorado Denver -0.0308043870775981631 +15278 aapg_ac_631.html aapg_ac_631.html:333:40557:40575 Teewinot Signal Mountain (Wyoming) -0.484161071054726611 +15279 aapg_ah_77.html aapg_ah_77.html:189:25768:25778 Washington Cheyenne, Wyoming -0.0347621062592119723 +15280 sedimentology_html_1930822610 sedimentology_html_1930822610:1364:92682:92699 Ivishak Anchorage, Alaska -0.0261593828547695383 +15281 aapg_aa_918.html aapg_aa_918.html:26:5074:5084 Wellington Colorado -0.0154677299277763414 +15282 aapg_ae_981.html aapg_ae_981.html:83:6273:6283 Brownsport Bainbridge, Georgia -0.0358774797167535214 +15283 aapg_ah_245.html aapg_ah_245.html:6:750:759 Athabasca Canada -0.479496330331430576 +15284 geology_html_5513997578 geology_html_5513997578:216:21454:21460 Reston Cheyenne, Wyoming -0.035868779002919772 +15285 cspg_html_2490951833 cspg_html_2490951833:584:89776:89792 Ireton Lacombe, Alberta -0.449871874526764137 +15286 jgeology_html_2837808723 jgeology_html_2837808723:1274:70321:70325 Hall London, Ontario -0.448282824521055501 +15287 palaios_html_7679079277 palaios_html_7679079277:45:3644:3665 Bell Carmel, Indiana -0.01912594516902133 +15288 gsa_html_4667678389 gsa_html_4667678389:547:51201:51217 Twitya Cordillera Administrative Region -0.464405306663695727 +15289 aapg_ah_536.html aapg_ah_536.html:127:17561:17566 Sligo Texas 0.0407232051734329817 +15290 gsa_html_2162821431 gsa_html_2162821431:1383:116091:116119 Green River Colorado -0.0122896166911195832 +15291 cspg_html_3482605972 cspg_html_3482605972:316:40304:40328 Paskapoo Lacombe, Alberta -0.433588832161453941 +15292 gsa_html_4198401751 gsa_html_4198401751:30:2872:2900 Green River Colorado 0.0361541661788806062 +15293 aapg_aa_23.html aapg_aa_23.html:254:28316:28324 Winnipeg Winnipeg -0.0199306652365533396 +15294 cspg_html_7201476813 cspg_html_7201476813:305:37687:37707 Dawson Bay Manitoba -0.490837725318087337 +15295 cspg_html_4812473779 cspg_html_4812473779:174:28520:28540 La Vieille New Brunswick, New Jersey -0.467497231753434772 +15296 aapg_ai_751.html aapg_ai_751.html:171:17661:17668 Warrior Crawford County, Georgia -0.0175218157848266304 +15297 aapg_aa_314.html aapg_aa_314.html:408:48918:48930 Rhode Island Block Island 0.0298808193709371693 +15298 aapg_ah_95.html aapg_ah_95.html:72:7550:7556 Concha Arizona -0.478284785297837578 +15299 gsa_html_7542416588 gsa_html_7542416588:199:16488:16496 Colorado Denver -0.0102706745632111761 +15300 cspg_html_2182541128 cspg_html_2182541128:18:1976:1989 Kootenay Kootenay River 0.000548948298213387093 +15301 geology_html_4466142312 geology_html_4466142312:183:17574:17582 Beaumont Beaumont, Texas -0.455482628602140449 +15302 gsa_html_7635660482 gsa_html_7635660482:814:69461:69479 Morrison Logan, Utah -0.424584335389619316 +15303 aapg_aa_399.html aapg_aa_399.html:745:66523:66536 Turner Valley Lacombe, Alberta 0.948024378498736331 +15304 aapg_af_435.html aapg_af_435.html:51:5528:5541 Cotton Valley Alabama -0.4462802459552766 +15305 gsa_html_3211466538 gsa_html_3211466538:15:683:689 Reston Virginia -0.469230874046953295 +15306 gsa_html_9613801428 gsa_html_9613801428:20:1224:1267 Talkeetna Anchorage, Alaska 1.01034267122887855 +15307 geology_html_7356393951 geology_html_7356393951:11:520:524 Elko Reno, Nevada -0.26675838212898656 +15308 aapg_ac_333.html aapg_ac_333.html:969:117375:117379 Yeso Coconino County, Arizona -0.0365892226375816657 +15309 geology_html_9755058567 geology_html_9755058567:297:26572:26577 Stark California -0.0304826089875597575 +15310 aapg_ad_387.html aapg_ad_387.html:18:2395:2409 Buda Fort Worth, Texas 0.0114208658344619116 +15311 cspg_html_5541725202 cspg_html_5541725202:495:67226:67246 Broad Cove Cape Breton Island -0.0483573436723463285 +15312 geology_html_3834690938 geology_html_3834690938:25:1551:1559 Colorado Cambridge, Massachusetts -0.112499133998572892 +15313 sedimentology_html_1574151857 sedimentology_html_1574151857:129:12114:12120 Oregon Washington (state) -0.0595131262108019449 +15314 jgeology_html_7218166865 jgeology_html_7218166865:91:3636:3669 Morrison Logan, Utah 0.000945025165510868953 +15315 aapg_ah_843.html aapg_ah_843.html:328:32264:32284 Fort Union Cheyenne, Wyoming -0.448821175971653663 +15316 cspg_html_9924397126 cspg_html_9924397126:1865:180092:180114 Plattin Missouri River -0.252594199715460432 +15317 cspg_html_7310162886 cspg_html_7310162886:190:25786:25807 Sadlerochit Anchorage, Alaska -0.470188590895520009 +15318 cspg_html_3610827329 cspg_html_3610827329:323:37621:37636 Turtle Mountain Lacombe, Alberta -0.458639019733277031 +15319 cspg_html_5995140321 cspg_html_5995140321:196:19343:19351 Columbia Victoria, British Columbia -0.461089806729199636 +15320 aapg_ai_144.html aapg_ai_144.html:262:26992:27008 Wapiti Rutherford, New Jersey -0.00515253017068293719 +15321 cspg_html_9941227593 cspg_html_9941227593:763:78566:78601 Bakken Williston Basin -0.463332970234029085 +15322 cspg_html_2603142862 cspg_html_2603142862:10:965:975 Clearwater Clearwater, Florida -0.436872309743032927 +15323 gsa_html_6062330506 gsa_html_6062330506:835:81882:81910 Green River Iran -0.00215584223507059606 +15324 palaios_html_7274959329 palaios_html_7274959329:297:23836:23851 Elk Wisconsin -0.441397390812390766 +15325 gsa_html_8349861296 gsa_html_8349861296:368:30511:30538 Esmeralda Fish Lake Valley, Nevada -0.50174601395170626 +15326 aapg_ah_5.html aapg_ah_5.html:2264:151183:151201 Ashville Manitoba -0.0619378811065202026 +15327 aapg_ae_544.html aapg_ae_544.html:65:8987:8997 Washington Canada -0.0197134048853638798 +15328 aapg_ae_45.html aapg_ae_45.html:27:4002:4011 Smackover Arkansas -0.431097950577111366 +15329 aapg_ac_200.html aapg_ac_200.html:60:6827:6844 Wasatch Cheyenne, Wyoming -0.473903010792736112 +15330 aapg_ac_65.html aapg_ac_65.html:69:8543:8559 Morgan Colorado 0.0699261649121322298 +15331 aapg_ae_789.html aapg_ae_789.html:477:56862:56880 Wabamun Lacombe, Alberta -0.477790905452477432 +15332 aapg_ah_428.html aapg_ah_428.html:378:46041:46049 Caballos Santiago -0.444844842741709823 +15333 gsa_html_3170047312 gsa_html_3170047312:325:26181:26187 Madrid Colima, Colima -0.474808096218428344 +15334 geology_html_2759241456 geology_html_2759241456:297:21552:21558 Person London, Ontario -0.4864081422828892 +15335 gsa_html_2793316978 gsa_html_2793316978:1218:117856:117873 Onaping Sudbury, Suffolk -0.507380013179488221 +15336 gsa_html_1164021120 gsa_html_1164021120:571:47031:47034 Rye South Africa -0.499512563259915887 +15337 jgeology_html_9091100556 jgeology_html_9091100556:913:51100:51116 Kazan Regina, Saskatchewan -0.467905110852730732 +15338 cspg_html_1434585715 cspg_html_1434585715:311:28852:28870 Coalspur Red Deer, Alberta -0.0676291696793827474 +15339 gsa_html_6589330144 gsa_html_6589330144:143:18287:18295 Loveland Peoria, Illinois -0.491577059800919369 +15340 aapg_ad_440.html aapg_ad_440.html:769:79039:79047 Maccrady Pocono Raceway -0.472501057082917231 +15341 palaios_html_9948623145 palaios_html_9948623145:654:66934:66938 Hall London, Ontario -0.0174783687048886763 +15342 aapg_ad_583.html aapg_ad_583.html:30:4610:4618 Bathurst Cobourg Peninsula -0.493383370963238699 +15343 cspg_html_1948505826 cspg_html_1948505826:458:46630:46645 Elk Lacombe, Alberta -0.493659609592116133 +15344 gsa_html_5613364929 gsa_html_5613364929:889:84812:84822 Twin Falls Boise, Idaho -0.487987661646075377 +15345 cspg_html_3907807140 cspg_html_3907807140:783:76625:76636 Peace River Canada -0.0388552982723100598 +15346 aapg_ae_70.html aapg_ae_70.html:354:36245:36253 Colorado Logan, Utah -0.087939874057958986 +15347 aapg_ah_781.html aapg_ah_781.html:331:32689:32705 Warner Wadden Sea National Parks -0.0259750760955488914 +15348 aapg_ae_961.html aapg_ae_961.html:134:10873:10891 Winnipeg Manitoba -0.615927287208023699 +15349 aapg_ad_784.html aapg_ad_784.html:157:17093:17098 Sespe Ojai, California -0.43245499617395633 +15350 cspg_html_3016068951 cspg_html_3016068951:20:2071:2104 Birdbear Regina, Saskatchewan -0.00346568835703443216 +15351 cspg_html_3762708087 cspg_html_3762708087:80:11164:11176 Viking Bow Island Airport -0.448327675040319895 +15352 gsa_html_5601712699 gsa_html_5601712699:574:50949:50960 Pico Cheviot Hills -0.0506631068321719905 +15353 gsa_html_4339524478 gsa_html_4339524478:979:91481:91491 Washington Boise, Idaho -0.0226179559252577995 +15354 aapg_af_129.html aapg_af_129.html:391:40847:40863 Casper Granite Canyon -0.46326000708216164 +15355 aapg_ae_989.html aapg_ae_989.html:50:4847:4862 Keokuk Burlington, Ontario -0.0158448200336194084 +15356 aapg_ai_267.html aapg_ai_267.html:179:24021:24028 Halifax Cape Hatteras Light -0.0457038553664062958 +15357 aapg_af_479.html aapg_af_479.html:686:73249:73258 San Diego La Jolla 0.0269696652551640326 +15358 aapg_ae_537.html aapg_ae_537.html:839:102562:102584 Columbia Seattle -0.459837454744856933 +15359 aapg_ai_831.html aapg_ai_831.html:60:6976:6994 Provo Balkans -0.44951252529713398 +15360 sedimentology_html_9842671891 sedimentology_html_9842671891:1678:79241:79245 Bern Switzerland -0.446231020576565107 +15361 cspg_html_3068776384 cspg_html_3068776384:535:59514:59531 Cardium Lacombe, Alberta -0.419679650566534779 +15362 AMJC_html_7984049819 AMJC_html_7984049819:829:87457:87474 Waweig New Brunswick, New Jersey -0.502850661160650247 +15363 aapg_ae_822.html aapg_ae_822.html:158:13857:13866 Gatesburg Pennsylvania -0.0549436678913172855 +15364 sedimentology_html_2077308623 sedimentology_html_2077308623:678:56318:56324 Ludlow Sweden -0.460964719996515115 +15365 aapg_ad_307.html aapg_ad_307.html:68:8023:8029 Antler Reno, Nevada -0.457487488497030304 +15366 cspg_html_6985536436 cspg_html_6985536436:729:94374:94392 Isachsen Banks Island -0.363172922514054308 +15367 jgeology_html_3434214786 jgeology_html_3434214786:168:11546:11576 Horse Spring Lake Mead -0.465568086328610908 +15368 aapg_ai_236.html aapg_ai_236.html:155:14377:14391 Bedford Southampton (town), New York -0.0159925297595795608 +15369 aapg_aa_621.html aapg_aa_621.html:581:71491:71510 Mesaverde Cheyenne, Wyoming 0.0303765110226876037 +15370 aapg_ad_865.html aapg_ad_865.html:261:27449:27454 Ouray Ouray, Colorado 0.952219574338214358 +15371 aapg_ae_473.html aapg_ae_473.html:506:47333:47350 Chickasawhay Mississippi River 0.360598078193160754 +15372 sedimentology_html_4278388483 sedimentology_html_4278388483:934:54045:54054 Red River Lake Texoma -0.432267625462602723 +15373 sedimentology_html_4168060420 sedimentology_html_4168060420:1415:99256:99265 Extension Tyrrhenian Sea -0.470236848829719556 +15374 gsa_html_6627974776 gsa_html_6627974776:811:62760:62770 Wellington White River (Washington) 0.023073411490982406 +15375 aapg_ai_15.html aapg_ai_15.html:18:2046:2067 Sabine Shreveport, Louisiana 0.00693148706696426666 +15376 gsa_html_4108353219 gsa_html_4108353219:659:50600:50614 Troy Arizona 0.0138291046950378554 +15377 aapg_aa_106.html aapg_aa_106.html:584:66553:66558 Pense Regina, Saskatchewan -0.0572358529531290031 +15378 aapg_ah_176.html aapg_ah_176.html:744:60028:60034 Denver Colorado -0.481230723565142238 +15379 aapg_ae_916.html aapg_ae_916.html:451:52154:52162 Kootenai Colorado -0.413981895448320647 +15380 gsa_html_1166388813 gsa_html_1166388813:812:76692:76696 Hall Canada -0.0198680940009536566 +15381 aapg_aa_909.html aapg_aa_909.html:77:8514:8520 Denver Colorado -0.492258100446082036 +15382 cspg_html_8247666269 cspg_html_8247666269:13:1809:1825 Kanguk Canada -0.0263297817646035749 +15383 aapg_ac_785.html aapg_ac_785.html:346:54499:54503 Sims Wise County, Virginia -0.440247382693200906 +15384 aapg_aa_826.html aapg_aa_826.html:269:25661:25679 Norfolk Pamlico County, North Carolina -0.0227274727216301153 +15385 aapg_ad_648.html aapg_ad_648.html:244:29597:29603 Denver Colorado -0.524667256868865839 +15386 aapg_ah_644.html aapg_ah_644.html:260:31254:31269 Swift Williston Basin 0.00238862567180727833 +15387 aapg_aa_303.html aapg_aa_303.html:76:7127:7144 Manitou Aspen, Colorado -0.439502972586644391 +15388 aapg_aa_684.html aapg_aa_684.html:119:12910:12914 Jelm John Crow Mountains 0.0280651862905179801 +15389 aapg_ah_134.html aapg_ah_134.html:226:19009:19019 Tuscaloosa Paluxy, Texas -0.366922581648142898 +15390 sedimentology_html_9940655200 sedimentology_html_9940655200:91:8545:8553 Michigan Germering -0.443701699352459789 +15391 aapg_ae_341.html aapg_ae_341.html:197:21200:21207 Rodessa Paluxy, Texas -0.435714594595624227 +15392 geology_html_1719839605 geology_html_1719839605:234:21866:21878 Fayetteville Arkansas 0.313546251204017135 +15393 aapg_ad_800.html aapg_ad_800.html:138:16456:16467 Coffee Tupelo, Mississippi 0.392208941118108112 +15394 cspg_html_9343899465 cspg_html_9343899465:2488:228721:228742 Bathurst Canadian Arctic Archipelago -0.041445748202081481 +15395 aapg_ad_641.html aapg_ad_641.html:43:6444:6454 San Andres Hockley 0.0289434063312669736 +15396 aapg_ah_82.html aapg_ah_82.html:140:15271:15288 La Pena Pine Island (Lee County, Florida) -0.0319472030481665059 +15397 aapg_ae_67.html aapg_ae_67.html:223:19788:19808 Phosphoria Cheyenne, Wyoming -0.433509375056355339 +15398 cspg_html_4326384800 cspg_html_4326384800:1139:169206:169220 Woodbend Lacombe, Alberta -0.512593572881881343 +15399 aapg_ai_750.html aapg_ai_750.html:91:9486:9495 Smackover Chunchula, Alabama -0.432249992487968249 +15400 gsa_html_4220229801 gsa_html_4220229801:13:629:639 Washington Spokane, Washington -0.45644603384473742 +15401 aapg_ac_380.html aapg_ac_380.html:201:25443:25451 Onondaga Edgecliff, New South Wales -0.466810220907495799 +15402 cspg_html_4326384800 cspg_html_4326384800:1018:149604:149623 Ramparts Canada -0.496043265221558505 +15403 gsa_html_1232517399 gsa_html_1232517399:1598:110854:110882 Green River New Mexico -0.00961046045389274753 +15404 aapg_ah_632.html aapg_ah_632.html:172:22631:22639 Virginia Piedmont (United States) -0.485011505687422073 +15405 aapg_ac_324.html aapg_ac_324.html:2079:242892:242897 Weeks Reno, Nevada -0.0785672509132893937 +15406 aapg_ad_3.html aapg_ad_3.html:758:72113:72124 Beekmantown Eggleston -0.00832481152182470464 +15407 cspg_html_1456761793 cspg_html_1456761793:15:2819:2836 Dunedin Dunedin, Florida -0.467925738958578585 +15408 cspg_html_4516258038 cspg_html_4516258038:249:25271:25284 Parry Islands Bathurst Island (Northern Territory) -0.0286877600181881381 +15409 cspg_html_6252849194 cspg_html_6252849194:6:379:402 Deer Valley Lacombe, Alberta -0.064665792939098854 +15410 cspg_html_3175305741 cspg_html_3175305741:50:7923:7933 Road River Porcupine River (Ontario) -0.0298634270365841781 +15411 palaios_html_6411384130 palaios_html_6411384130:70:8677:8687 Florissant Florissant, Colorado -0.457614356613462614 +15412 cspg_html_4382149016 cspg_html_4382149016:353:52578:52599 Lawrence Utica, New York -0.469648742182661783 +15413 palaios_html_2600967323 palaios_html_2600967323:902:61465:61475 Washington Melbourne, Florida 0.00619140699389484142 +15414 aapg_ac_363.html aapg_ac_363.html:109:12763:12779 Kern River Fruitvale, British Columbia 0.0484444725553802163 +15415 gsa_html_1489580785 gsa_html_1489580785:704:60218:60232 Monterey California -0.447455726501453044 +15416 aapg_ad_757.html aapg_ad_757.html:238:29018:29024 Wilcox Arbuckle, California -0.460487277041231158 +15417 aapg_ah_644.html aapg_ah_644.html:219:26021:26044 Gypsum Spring Regina, Saskatchewan -0.46567095948211501 +15418 aapg_ac_337.html aapg_ac_337.html:51:5223:5234 Reclamation Hartville, Missouri -0.451956647802202349 +15419 aapg_ac_789.html aapg_ac_789.html:7:618:645 Barnett Texas -0.0328900657953446335 +15420 aapg_ae_928.html aapg_ae_928.html:200:14326:14345 Mt Lytton Shreveport, Louisiana -0.469038078694436811 +15421 cspg_html_4326384800 cspg_html_4326384800:1014:148760:148781 Slave Point Swan Hill, Victoria -0.0294721058156958669 +15422 aapg_aa_123.html aapg_aa_123.html:301:31153:31164 Buick Creek Lima, Ohio -0.223322502783958099 +15423 jgeology_html_2714962789 jgeology_html_2714962789:750:47457:47465 Virginia Ringgold, Georgia -0.0191033509173605641 +15424 aapg_ae_454.html aapg_ae_454.html:240:20106:20115 Morehouse Shreveport, Louisiana -0.00217147693343403827 +15425 palaios_html_7111318862 palaios_html_7111318862:152:15698:15715 Wapiti Western world -0.435838488044850259 +15426 cspg_html_3926542795 cspg_html_3926542795:1455:148313:148327 Frio Brazoria County, Texas -0.0334398147432133225 +15427 aapg_aa_303.html aapg_aa_303.html:372:35069:35077 Colorado Colorado -0.0497445521320005191 +15428 aapg_ai_534.html aapg_ai_534.html:8:1423:1435 Saskatchewan Lacombe, Alberta -0.492342974330111982 +15429 aapg_af_36.html aapg_af_36.html:188:17109:17114 Weeks Venezuela -0.44255997020698512 +15430 aapg_ae_915.html aapg_ae_915.html:9:1074:1086 Pierre Benton, Arkansas -0.429960502864963123 +15431 aapg_ad_801.html aapg_ad_801.html:131:14530:14545 Midway Shreveport, Louisiana -0.447153316157111791 +15432 gsa_html_2230555014 gsa_html_2230555014:917:72291:72319 Green River Iran -0.0157388171484894208 +15433 aapg_ac_70.html aapg_ac_70.html:444:53010:53025 Weber Logan, Utah -0.455482628602140449 +15434 geology_html_7113954805 geology_html_7113954805:331:21776:21797 Mount Simon Bloomington, Indiana -0.00440204655713307986 +15435 gsa_html_8284969566 gsa_html_8284969566:1142:80176:80204 Green River Colorado -0.00183793699051183952 +15436 aapg_ad_784.html aapg_ad_784.html:382:39824:39830 Llajas Santa Susanna -0.486483068290992582 +15437 aapg_ah_687.html aapg_ah_687.html:427:57946:57982 Elk Clearwater, Florida -0.450608983410958508 +15438 jgeology_html_3517640817 jgeology_html_3517640817:113:4901:4910 Peninsula Korea -0.0357069470350891913 +15439 gsa_html_4675429437 gsa_html_4675429437:939:68353:68363 San Felipe California -0.438060290900437188 +15440 palaios_html_9669360804 palaios_html_9669360804:39:3233:3253 Wellington Texas -0.457963336268268129 +15441 aapg_ac_215.html aapg_ac_215.html:288:24876:24895 Englewood Black Hills -0.0449670253897642563 +15442 aapg_ae_319.html aapg_ae_319.html:604:51894:51908 Carmel Lake Fork (Texas) -0.47495364399168194 +15443 aapg_ah_536.html aapg_ah_536.html:3:364:379 Sligo Texas -0.457691392417615917 +15444 cspg_html_8649903682 cspg_html_8649903682:227:22967:22974 Cruiser Pine River (Michigan) -0.479521879225688563 +15445 aapg_ai_157.html aapg_ai_157.html:463:43156:43172 Guelph Norfolk, Virginia 0.94337856162212308 +15446 gsa_html_6062330506 gsa_html_6062330506:738:73399:73405 Salado New Mexico 0.91261221339519738 +15447 sedimentology_html_2041096405 sedimentology_html_2041096405:366:25736:25758 Guelph Sarnia, Ontario -0.432421928049857018 +15448 palaios_html_1560586324 palaios_html_1560586324:524:43946:43963 Temblor California -0.0292460145715184028 +15449 aapg_ah_318.html aapg_ah_318.html:168:26258:26276 La Caja Cotton Valley, Louisiana -0.450595494357366455 +15450 aapg_ae_147.html aapg_ae_147.html:142:15900:15906 Modelo South Mountains (Arizona) -0.0160255473539090525 +15451 aapg_af_988.html aapg_af_988.html:15:507:515 Edmonton Canada -0.45633516722504075 +15452 aapg_ai_17.html aapg_ai_17.html:1401:97307:97321 Catahoula Texas 0.647300562085829312 +15453 aapg_ae_134.html aapg_ae_134.html:117:11424:11439 Frio Bay, Arkansas -0.00042213426964544682 +15454 aapg_ae_498.html aapg_ae_498.html:674:73323:73338 Bowen Virginia -0.471432653520514666 +15455 aapg_ai_887.html aapg_ai_887.html:239:28813:28839 Halfway Grand Prairie, Texas -0.0143364940209374722 +15456 gsa_html_3445493534 gsa_html_3445493534:616:67397:67410 Santa Barbara California -0.0151097603849725953 +15457 cspg_html_4105062490 cspg_html_4105062490:55:5796:5818 Swift Regina, Saskatchewan -0.439223139625051329 +15458 aapg_ad_865.html aapg_ad_865.html:163:17050:17055 Ouray Ouray, Colorado 0.0820714050239702425 +15459 aapg_aa_685.html aapg_aa_685.html:29:2842:2858 Green River Uinta Mountains 0.394225467313998823 +15460 gsa_html_6625494715 gsa_html_6625494715:670:70468:70496 Green River Colorado 0.0164877985803283875 +15461 cspg_html_7833083677 cspg_html_7833083677:2984:238717:238722 Mural Canada -0.443732938342886629 +15462 cspg_html_9343899465 cspg_html_9343899465:350:37286:37293 Eids Bathurst Island (Northern Territory) 0.396025057935309011 +15463 AMJC_html_1873062106 AMJC_html_1873062106:823:93076:93094 Morrison New Mexico -0.421454142706894297 +15464 aapg_af_653.html aapg_af_653.html:1126:135975:135981 Cierbo San Pablo Bay National Wildlife Refuge -0.470365549607814404 +15465 gsa_html_1130947011 gsa_html_1130947011:110:12868:12879 Black River Ohio -0.44721379024503416 +15466 aapg_ae_731.html aapg_ae_731.html:426:38681:38691 Swan River Regina, Saskatchewan -0.00515253017068293719 +15467 cspg_html_7576506617 cspg_html_7576506617:197:27626:27648 Severn River River Severn -0.449703411954729404 +15468 cspg_html_2873888604 cspg_html_2873888604:234:35772:35791 Baldonnel Victoria, British Columbia -0.0235062798697475116 +15469 aapg_ae_335.html aapg_ae_335.html:188:19563:19576 Tensleep Cheyenne, Wyoming -0.474888953093082877 +15470 aapg_ah_96.html aapg_ah_96.html:641:69474:69492 Winnipeg Netherlands -0.439925102163701176 +15471 aapg_ai_468.html aapg_ai_468.html:65:9000:9022 Haynesville Bossier City, Louisiana -0.443692774120845845 +15472 cspg_html_4785922166 cspg_html_4785922166:333:38418:38438 Swan Hills Lacombe, Alberta -0.0865044847368156566 +15473 aapg_aa_305.html aapg_aa_305.html:43:6782:6800 Yorktown Kirkwood, Missouri -0.442916609041378917 +15474 AMJC_html_7321319159 AMJC_html_7321319159:58:7558:7568 Santa Cruz Anacapa Island -0.00793912421120361589 +15475 cspg_html_2113617629 cspg_html_2113617629:896:98341:98357 Viking Western Canadian Sedimentary Basin -0.0155250750483416668 +15476 geology_html_2620787843 geology_html_2620787843:157:14148:14158 Santa Cruz San Gregorio State Beach -0.0610055739368401337 +15477 aapg_ae_546.html aapg_ae_546.html:115:14096:14109 Bossier Texas -0.4381734052234173 +15478 palaios_html_4932824604 palaios_html_4932824604:212:20958:20977 Cloverly Cheyenne, Wyoming -0.0916622026013278468 +15479 aapg_aa_399.html aapg_aa_399.html:290:23180:23198 Badheart Colorado -0.487987661646075377 +15480 geology_html_1651667558 geology_html_1651667558:187:20432:20437 Price Logan, Utah -0.469120700106755939 +15481 gsa_html_3445493534 gsa_html_3445493534:225:26006:26019 Santa Barbara Monterey, California -0.440245159686024512 +15482 sedimentology_html_7144686124 sedimentology_html_7144686124:234:21910:21927 Gila Conglomerate Gila Wilderness -0.469093158774920749 +15483 aapg_ad_675.html aapg_ad_675.html:399:39606:39614 Colorado Colorado -0.452882496357985831 +15484 aapg_ae_74.html aapg_ae_74.html:436:40942:40958 Navajo Arizona -0.484098022941034878 +15485 aapg_af_704.html aapg_af_704.html:260:22376:22382 Casper Cheyenne, Wyoming -0.439298641817729429 +15486 aapg_ae_605.html aapg_ae_605.html:110:15290:15296 Salina Kokomo, Indiana 0.00932900417506294689 +15487 aapg_ai_255.html aapg_ai_255.html:56:9997:10009 Salina Salina, Kansas -0.43911211811260753 +15488 gsa_html_2989317971 gsa_html_2989317971:26:2105:2112 Challis Snake River Plain (ecoregion) -0.499460251131451871 +15489 geology_html_2619137486 geology_html_2619137486:225:17521:17529 Colorado New Mexico -0.474888953093082877 +15490 aapg_ah_478.html aapg_ah_478.html:34:3147:3164 La Luna Colombia 0.00404765387058551775 +15491 aapg_ad_68.html aapg_ad_68.html:112:5765:5781 Waltersburg Mansfield, Ohio -0.0195500267274268287 +15492 gsa_html_1130947011 gsa_html_1130947011:83:9593:9608 Galena Lexington, Kentucky -0.481156254434641828 +15493 aapg_ah_696.html aapg_ah_696.html:348:48254:48262 Richland Washington (state) -0.0120637391733475121 +15494 gsa_html_4837287019 gsa_html_4837287019:399:36611:36621 Washington Whidbey Island -0.46132865731218986 +15495 aapg_ac_484.html aapg_ac_484.html:674:87623:87628 Eagle California -0.482931300996293389 +15496 aapg_ah_754.html aapg_ah_754.html:289:32623:32643 Huntingdon Vancouver -0.447357152169087058 +15497 gsa_html_9641201201 gsa_html_9641201201:30:2758:2786 Green River Colorado -0.00525502734736806466 +15498 aapg_ae_958.html aapg_ae_958.html:3358:288161:288177 San Andres West Texas -0.0101247315019664351 +15499 cspg_html_6502178723 cspg_html_6502178723:64:10256:10260 Toad Middle East -0.00861668517403405519 +15500 gsa_html_1290697059 gsa_html_1290697059:868:61890:61898 Beaumont New Brunswick, New Jersey -0.441397390812390766 +15501 aapg_ai_583.html aapg_ai_583.html:394:49173:49202 Rierdon Cheyenne, Wyoming -0.00998573864189263374 +15502 aapg_ac_972.html aapg_ac_972.html:113:13063:13071 Monterey Rancho Santa Margarita, California -0.0780908854302139049 +15503 cspg_html_2834693711 cspg_html_2834693711:305:42038:42053 Comox Atchison, Kansas -0.531559853209990441 +15504 cspg_html_3385840278 cspg_html_3385840278:86:13121:13136 Flume Hay River (Canada) -0.442595627901035182 +15505 palaios_html_3841791276 palaios_html_3841791276:997:72343:72359 Keyser Mexico -0.0191815618988117366 +15506 aapg_aa_177.html aapg_aa_177.html:82:8586:8601 Cruse Trinidad and Tobago -0.030413036449144077 +15507 aapg_ad_880.html aapg_ad_880.html:881:85806:85824 Sundance Black Hills -0.635267325845982889 +15508 aapg_ad_287.html aapg_ad_287.html:248:27614:27620 Denver Colorado -0.492776907152809196 +15509 aapg_ah_536.html aapg_ah_536.html:502:65496:65510 Fredericksburg Texas -0.47601017133294582 +15510 palaios_html_3561205174 palaios_html_3561205174:1140:94110:94123 Potsdam Quebec City -0.0294721058156958669 +15511 gsa_html_8244777175 gsa_html_8244777175:678:72081:72086 Lyell London, Ontario -0.454068782805138071 +15512 aapg_af_751.html aapg_af_751.html:745:90700:90704 Hall California -0.44714211768966694 +15513 aapg_ad_2.html aapg_ad_2.html:1079:148294:148314 Beekmantown Adirondack Park -0.460091874413590562 +15514 sedimentology_html_7143966314 sedimentology_html_7143966314:37:1863:1869 Brazil Toulouse -0.0452074024796540394 +15515 aapg_ac_363.html aapg_ac_363.html:140:16185:16191 Kern River Rancho Santa Margarita, California -0.0250709632878346432 +15516 geology_html_8070421739 geology_html_8070421739:48:5051:5059 Sylvania Ohio -0.0603771315670732084 +15517 aapg_ai_157.html aapg_ai_157.html:61:9569:9575 Salina Ontario, California 0.934576023742411555 +15518 sedimentology_html_4005512474 sedimentology_html_4005512474:985:61781:61785 Hall London, Ontario -0.470200080639580853 +15519 aapg_ae_282.html aapg_ae_282.html:9:1432:1442 Waynesburg Morgan County, Indiana 0.0126823000424950687 +15520 cspg_html_9735723617 cspg_html_9735723617:630:73801:73820 Griper Bay Banks Island -0.0221712043422439102 +15521 sedimentology_html_3141383681 sedimentology_html_3141383681:335:43417:43421 Hall London, Ontario -0.485266333037401854 +15522 gsa_html_3669079684 gsa_html_3669079684:14:858:864 Moscow Russia -0.0435562539048757053 +15523 palaios_html_7377371027 palaios_html_7377371027:576:54660:54668 Colorado Florissant, Colorado -0.45184182728382527 +15524 cspg_html_2954223000 cspg_html_2954223000:1261:163663:163668 Weeks Cheyenne, Wyoming -0.0611557112481491347 +15525 cspg_html_9011256422 cspg_html_9011256422:386:50779:50798 Smackover Alabama -0.230831438003291173 +15526 gsa_html_1119256423 gsa_html_1119256423:20:1058:1064 Denver Colorado -0.465705253187009671 +15527 cspg_html_6252417471 cspg_html_6252417471:460:63168:63178 Fort Union Cheyenne, Wyoming -0.450707909241451543 +15528 cspg_html_5807593737 cspg_html_5807593737:489:61037:61044 Duperow Arizona -0.022871757858413614 +15529 geology_html_8888515160 geology_html_8888515160:286:26890:26898 Temporal California -0.0415711108717550168 +15530 aapg_ae_886.html aapg_ae_886.html:274:29348:29365 Todilto Valencia County, New Mexico -0.0121123895767299237 +15531 gsa_html_5532859706 gsa_html_5532859706:65:4970:4998 Green River New Mexico -0.0183873001701448657 +15532 aapg_ai_49.html aapg_ai_49.html:454:57993:58010 Hermosa Ouray, Colorado -0.448484669177164286 +15533 gsa_html_6738340121 gsa_html_6738340121:668:62075:62079 Hall California Water Wars -0.46105569042928074 +15534 aapg_af_664.html aapg_af_664.html:366:40938:40961 Lancaster Nashville Basin -0.480597940731277096 +15535 cspg_html_4617311907 cspg_html_4617311907:77:14907:14929 Fisset Brook Cape Breton Island -0.0458327637888954545 +15536 cspg_html_4392308496 cspg_html_4392308496:220:33224:33246 Brunswick New Brunswick, New Jersey -0.446110205830797302 +15537 palaios_html_3243054568 palaios_html_3243054568:175:18110:18145 Beck Spring Dolomite California -0.450932780647085085 +15538 cspg_html_9471997322 cspg_html_9471997322:5:197:216 Waterways Lacombe, Alberta -0.488198798133244793 +15539 aapg_ai_366.html aapg_ai_366.html:11:1469:1475 Lissie Texas -0.0184446528159183526 +15540 gsa_html_4467335706 gsa_html_4467335706:1201:112679:112707 Green River New Mexico -0.0310531186314172737 +15541 cspg_html_1173833070 cspg_html_1173833070:74:8979:8987 Edmonton Edmonton, London -0.063205628823083157 +15542 aapg_ac_486.html aapg_ac_486.html:374:42307:42315 Colorado Cheyenne, Wyoming -0.499079897625696711 +15543 aapg_ac_749.html aapg_ac_749.html:127:16871:16878 Grimsby Manitoulin Island -0.476449805414249639 +15544 aapg_ae_708.html aapg_ae_708.html:540:59971:59985 Rome Knoxville, Tennessee -0.189626482463690155 +15545 aapg_ah_3.html aapg_ah_3.html:517:67729:67743 Toro New Guinea 0.0377134940281073222 +15546 aapg_ah_93.html aapg_ah_93.html:115:15260:15285 Beartooth Cheyenne, Wyoming -0.481393647209346964 +15547 aapg_af_162.html aapg_af_162.html:5:872:892 Brownstown Austin, Chicago -0.444094495043231396 +15548 gsa_html_7173708345 gsa_html_7173708345:1122:89242:89256 Forest Anchorage, Alaska -0.499631466627061815 +15549 aapg_aa_643.html aapg_aa_643.html:580:62789:62809 Knoxville California -0.492225096233327442 +15550 aapg_af_561.html aapg_af_561.html:448:41912:41932 Wind River Wasatch Range -0.440300736461396947 +15551 cspg_html_1462870252 cspg_html_1462870252:990:103175:103211 Debolt Victoria, British Columbia -0.464419004431934179 +15552 aapg_ah_96.html aapg_ah_96.html:711:72624:72639 Interlake Manitoba -0.592115138942199803 +15553 palaios_html_8512528505 palaios_html_8512528505:889:93724:93734 Washington Seattle -0.0310531186314172737 +15554 aapg_ai_133.html aapg_ai_133.html:122:14444:14462 Woodbine Woods County, Oklahoma -0.476324834178458445 +15555 aapg_ad_36.html aapg_ad_36.html:283:30305:30319 Woodbine Houston County, Alabama -0.453572428394685367 +15556 aapg_ae_242.html aapg_ae_242.html:4:517:525 Wolfcamp Cibolo, Texas -0.433376961451207021 +15557 aapg_aa_876.html aapg_aa_876.html:287:29557:29561 Vail Sudan -0.465616092314337648 +15558 aapg_ad_2.html aapg_ad_2.html:202:29684:29701 Setters Cockeysville, Maryland -0.0274982867037121582 +15559 jgeology_html_2890216221 jgeology_html_2890216221:1014:56034:56040 Jordan Amman 0.0180518772845760546 +15560 cspg_html_9222238695 cspg_html_9222238695:446:57850:57858 Columbia Victoria, British Columbia -0.469506369220983932 +15561 cspg_html_9675666588 cspg_html_9675666588:71:7754:7774 Richardson Mountains Western world -0.459819284677136619 +15562 aapg_ai_350.html aapg_ai_350.html:85:8731:8736 Chazy Black River, Jamaica -0.411683586358437215 +15563 cspg_html_4636216007 cspg_html_4636216007:459:47907:47917 Blue Fiord Bathurst Island (Northern Territory) -0.476269297170336003 +15564 aapg_ah_93.html aapg_ah_93.html:144:18899:18924 Beartooth Logan, Utah -0.0570055523431757527 +15565 aapg_ah_189.html aapg_ah_189.html:308:31029:31050 Ironton Michigan -0.469051848391689397 +15566 cspg_html_9222238695 cspg_html_9222238695:438:57287:57295 Columbia Victoria, British Columbia -0.00639987929798995891 +15567 aapg_ah_160.html aapg_ah_160.html:76:11009:11028 Onondaga Salina, Kansas -0.0766550659059574424 +15568 gsa_html_5507509274 gsa_html_5507509274:841:88374:88382 Columbia Charleston, South Carolina -0.451751782124743317 +15569 aapg_ad_722.html aapg_ad_722.html:137:11178:11188 San Andres Carlsbad, New Mexico -0.460146402321772174 +15570 gsa_html_8030464622 gsa_html_8030464622:265:28219:28228 Red River Red River of the North -0.647066161900933579 +15571 cspg_html_6255491344 cspg_html_6255491344:19:3039:3045 Fernie Canmore, Alberta -0.451956647802202349 +15572 cspg_html_7271054047 cspg_html_7271054047:17:1907:1912 Banff Lacombe, Alberta -0.00440204655713307986 +15573 cspg_html_3008414459 cspg_html_3008414459:6:466:482 Mt Lytton Lacombe, Alberta -0.433546895631176765 +15574 gsa_html_5495469347 gsa_html_5495469347:9:357:390 Maroon Colorado -0.0241616892206824377 +15575 cspg_html_5576979800 cspg_html_5576979800:37:6375:6392 Guelph Michigan Basin -0.463579265049131273 +15576 aapg_aa_684.html aapg_aa_684.html:10:1342:1351 Popo Agie John Crow Mountains -0.455229509631582041 +15577 aapg_aa_4.html aapg_aa_4.html:186:24751:24771 Ithaca Middlesex -0.49570469701623765 +15578 AMJC_html_1153492579 AMJC_html_1153492579:1321:130951:130972 Oceanic Washington (state) -0.439098796420780313 +15579 aapg_af_384.html aapg_af_384.html:457:50279:50309 Bay Fiord Bathurst Island (Northern Territory) 0.0187783441423678282 +15580 palaios_html_8113714689 palaios_html_8113714689:454:44728:44741 El Paso New Mexico -0.0214063649157180402 +15581 geology_html_7129477281 geology_html_7129477281:173:15940:15948 Niobrara Niobrara, Nebraska 0.0151584161352478451 +15582 geology_html_6235125926 geology_html_6235125926:162:15859:15868 Salt Lake Wasatch Range 0.434869900714714541 +15583 cspg_html_4287356899 cspg_html_4287356899:3623:373636:373650 Nizi Victoria, British Columbia -0.465568086328610908 +15584 sedimentology_html_3592910316 sedimentology_html_3592910316:32:1991:2008 Bedford Canada -0.0164374023210807248 +15585 aapg_ai_562.html aapg_ai_562.html:187:18278:18295 Naheola Alabama -0.463271407180362194 +15586 palaios_html_4223976574 palaios_html_4223976574:251:20935:20944 San Diego California -0.479438267468745405 +15587 aapg_ae_59.html aapg_ae_59.html:584:47461:47469 Colorado Denver -0.494751281926012032 +15588 cspg_html_3740794265 cspg_html_3740794265:558:50827:50835 Columbia Lacombe, Alberta -0.447572237112974447 +15589 aapg_ae_498.html aapg_ae_498.html:886:97774:97795 Beekmantown Virginia 0.00423874779133452326 +15590 aapg_ac_965.html aapg_ac_965.html:262:27111:27118 Manlius Syracuse, New York -0.49361002164838963 +15591 aapg_af_51.html aapg_af_51.html:464:54120:54127 Paradox Colorado -0.224259313851670278 +15592 aapg_ad_908.html aapg_ad_908.html:318:36765:36784 Rio Negro Venezuela -0.457501080653503367 +15593 aapg_ad_820.html aapg_ad_820.html:237:27281:27289 Palliser Lacombe, Alberta -0.494415595917255202 +15594 aapg_ad_410.html aapg_ad_410.html:19:2034:2044 Washington California -0.0379919707069968429 +15595 aapg_ac_807.html aapg_ac_807.html:370:37385:37406 Piney Point Delaware -0.412249024343768866 +15596 aapg_ae_171.html aapg_ae_171.html:480:46375:46386 Skull Creek Hot Springs, Arkansas -0.00357165794977500582 +15597 cspg_html_8509913074 cspg_html_8509913074:17:2593:2619 Eramosa Salina, Kansas -0.484317543793189031 +15598 gsa_html_3429903648 gsa_html_3429903648:667:59267:59274 Laramie Powder River Basin -0.0304773910336276765 +15599 aapg_ae_268.html aapg_ae_268.html:103:10932:10961 Brassfield Kentucky -0.451436694283948337 +15600 aapg_ai_857.html aapg_ai_857.html:140:20829:20859 Bell Carlsbad, New Mexico -0.449440672427322663 +15601 aapg_af_892.html aapg_af_892.html:624:61012:61028 Whitehorse West Texas -0.429960502864963123 +15602 cspg_html_9142742810 cspg_html_9142742810:108:15474:15497 Watt Mountain East Kilbride -0.450743884934886652 +15603 palaios_html_7274959329 palaios_html_7274959329:467:35737:35763 Eramosa Ontario, California -0.0555576320764074247 +15604 geology_html_8519012105 geology_html_8519012105:297:23742:23749 Madison Antarctic Peninsula -0.029835599351404625 +15605 aapg_aa_689.html aapg_aa_689.html:421:53378:53403 Beaverhill Canada -0.0530497916352297219 +15606 cspg_html_2253842195 cspg_html_2253842195:410:44940:44958 Dunvegan Lacombe, Alberta -0.460269102262388319 +15607 aapg_ae_877.html aapg_ae_877.html:450:38706:38720 Woodbend Lacombe, Alberta -0.469120700106755939 +15608 aapg_aa_622.html aapg_aa_622.html:8:1249:1260 Uncompahgre Colorado -0.533838435832596936 +15609 cspg_html_1118978429 cspg_html_1118978429:87:10199:10216 Cadomin Lacombe, Alberta -0.456391730122837791 +15610 sedimentology_html_1463603507 sedimentology_html_1463603507:1126:73032:73057 Barstow Mojave Desert -0.05820250565572678 +15611 cspg_html_3531222995 cspg_html_3531222995:382:43658:43677 Deadwood Lacombe, Alberta -0.016748470666176702 +15612 cspg_html_4376017434 cspg_html_4376017434:22:3272:3281 Baldonnel Victoria, British Columbia -0.0194353152309463539 +15613 palaios_html_2736581987 palaios_html_2736581987:50:6752:6765 Abo New Mexico -0.0100083249466689488 +15614 aapg_aa_976.html aapg_aa_976.html:319:42397:42410 Astoria Washington (state) -0.0677305389721809675 +15615 cspg_html_9185158332 cspg_html_9185158332:44:8169:8177 Columbia Victoria, British Columbia -0.451812561628617604 +15616 sedimentology_html_3865745685 sedimentology_html_3865745685:1417:103206:103233 Tidal Memphis International Airport -0.477123570959987586 +15617 aapg_ae_880.html aapg_ae_880.html:324:31306:31312 Casper Cheyenne, Wyoming -0.527118051498324247 +15618 palaios_html_8447729660 palaios_html_8447729660:435:48860:48868 Colorado Cheyenne, Wyoming -0.0365561577052215814 +15619 aapg_ah_221.html aapg_ah_221.html:95:9459:9468 Red River Stark County, Illinois -0.0165833779978511626 +15620 jgeology_html_6990146451 jgeology_html_6990146451:887:62107:62123 Mt Lytton Virginia -0.475196277624828634 +15621 aapg_ai_567.html aapg_ai_567.html:578:72991:73001 Washington Salem, Oregon -0.0203634553137257354 +15622 cspg_html_8756009083 cspg_html_8756009083:921:93343:93361 Elk Victoria, British Columbia -0.0185419788860923702 +15623 aapg_aa_360.html aapg_aa_360.html:87:9103:9113 Rio Grande Texas -0.477401564658383792 +15624 cspg_html_9753247638 cspg_html_9753247638:616:60509:60551 Bluff Bridgetown, Nova Scotia -0.499213001693062597 +15625 aapg_af_551.html aapg_af_551.html:236:24795:24816 Lake Valley Alamogordo, New Mexico -0.190282256451915044 +15626 jgeology_html_4305195651 jgeology_html_4305195651:2132:154456:154465 Manorkill Bradford County, Pennsylvania -0.460953349343471763 +15627 jgeology_html_3353186896 jgeology_html_3353186896:1334:104707:104716 Extension California -0.444856013246054061 +15628 aapg_ah_972.html aapg_ah_972.html:280:28431:28439 Wellborn Guadalupe River (California) -0.436810292517708865 +15629 sedimentology_html_9186155432 sedimentology_html_9186155432:977:53547:53562 Melville Island Wa (Japan) -0.473653815287124913 +15630 cspg_html_7201476813 cspg_html_7201476813:140:17143:17168 Red River Williston Basin -0.407627130708499819 +15631 aapg_ae_59.html aapg_ae_59.html:512:44365:44373 Colorado Colorado -0.497522251131352733 +15632 cspg_html_4298557570 cspg_html_4298557570:109:16166:16174 Whitemud Edmonton, London -0.0747383714950188571 +15633 cspg_html_2198503252 cspg_html_2198503252:258:13072:13090 Palliser Lacombe, Alberta -0.067786467645878784 +15634 cspg_html_1222040397 cspg_html_1222040397:136:21319:21340 Survey Peak Cordillera Administrative Region -0.0384097003788234775 +15635 gsa_html_1079290957 gsa_html_1079290957:64:9239:9256 Ankareh Cheyenne, Wyoming -0.457501080653503367 +15636 aapg_ae_55.html aapg_ae_55.html:193:30519:30537 Leon Fox River (Illinois River tributary) -0.0584293582845294424 +15637 aapg_ac_246.html aapg_ac_246.html:231:22996:23006 Fall River Black Hills -0.457963336268268129 +15638 gsa_html_8236729701 gsa_html_8236729701:562:49975:49995 Nacimiento New Mexico -0.454475093508583283 +15639 cspg_html_1639841815 cspg_html_1639841815:56:3117:3122 Banff Elko, Nevada -0.478688445352025149 +15640 aapg_ad_580.html aapg_ad_580.html:356:43619:43629 Fort Union Knife River 0.0289434063312669736 +15641 aapg_ae_546.html aapg_ae_546.html:110:13512:13532 Smackover Shreveport, Louisiana -0.0109795492601601104 +15642 palaios_html_3028956190 palaios_html_3028956190:78:8464:8487 Utica Ontario, California -0.46687889797168336 +15643 gsa_html_6980451554 gsa_html_6980451554:70:8847:8871 Moenave Logan, Utah -0.0206224389359462197 +15644 aapg_ae_611.html aapg_ae_611.html:56:6416:6423 Wingate Kayenta, Arizona -0.463362613223226583 +15645 gsa_html_5865982995 gsa_html_5865982995:176:19128:19156 Green River Uinta Mountains -0.183755781087211773 +15646 gsa_html_8241293202 gsa_html_8241293202:169:17860:17870 Chelmsford Concord, California -0.0168284107080514181 +15647 aapg_aa_379.html aapg_aa_379.html:143:17187:17199 Coffee Sunbury, Pennsylvania -0.471432653520514666 +15648 cspg_html_3860685167 cspg_html_3860685167:479:49937:49958 Etherington Canada -0.438060290900437188 +15649 gsa_html_5253952002 gsa_html_5253952002:111:13181:13188 Prairie Red River of the North -0.440125125196615896 +15650 cspg_html_7310162886 cspg_html_7310162886:650:85593:85615 Vendom Fiord Ellesmere Island 0.348340467571925272 +15651 aapg_ac_730.html aapg_ac_730.html:434:61632:61647 Mesaverde Niobrara, Nebraska -0.408375160634021905 +15652 gsa_html_6221700050 gsa_html_6221700050:986:87860:87888 Green River Colorado -0.0113965411474177668 +15653 aapg_af_876.html aapg_af_876.html:32:4217:4225 Columbia Wisconsin -0.00365504393340889116 +15654 aapg_aa_712.html aapg_aa_712.html:94:11233:11241 Glenwood Hennepin, Illinois -0.0472822527210594937 +15655 aapg_af_496.html aapg_af_496.html:38:4728:4739 Santa Clara Ventura County, California -0.0357887327729749932 +15656 AMJC_html_4318669982 AMJC_html_4318669982:550:51065:51071 Brazil Mato Grosso do Sul -0.0546872843399983585 +15657 aapg_ad_335.html aapg_ad_335.html:149:17899:17914 Mesaverde Cheyenne, Wyoming -0.414258747119408577 +15658 aapg_aa_626.html aapg_aa_626.html:271:30937:30954 Patuxent Baltimore -0.477269506555081602 +15659 aapg_ai_247.html aapg_ai_247.html:89:9749:9762 Detroit River Michigan -0.493836733160428976 +15660 aapg_af_54.html aapg_af_54.html:41:5098:5103 Eutaw Tuscaloosa, Alabama -0.00936896389642591365 +15661 sedimentology_html_2319942817 sedimentology_html_2319942817:731:59263:59269 Morgan Logan, Utah -0.436850160261835319 +15662 gsa_html_6263927481 gsa_html_6263927481:617:55577:55605 Green River Colorado 0.00976335112648768488 +15663 cspg_html_6064089067 cspg_html_6064089067:64:7217:7225 Winnipeg Stewartville, Minnesota -0.00928383236367189522 +15664 aapg_ae_546.html aapg_ae_546.html:120:14674:14703 Cotton Valley Freestone County, Texas -0.465460653780432054 +15665 sedimentology_html_3469033264 sedimentology_html_3469033264:178:17444:17448 Hull Colindale tube station -0.429934117971200513 +15666 cspg_html_4382149016 cspg_html_4382149016:17:2223:2244 Lawrence Quebec City -0.0219487021071597919 +15667 sedimentology_html_3181527419 sedimentology_html_3181527419:38:3027:3041 Earp Supai, Arizona -0.0434656937810903587 +15668 cspg_html_7938374662 cspg_html_7938374662:24:1921:1943 Grand Rapids Clearwater, Florida -0.509904404129938871 +15669 cspg_html_5450075884 cspg_html_5450075884:661:71146:71163 Cardium Lacombe, Alberta 0.813132632429809155 +15670 aapg_ai_491.html aapg_ai_491.html:127:14507:14526 Leadville Leadville, Colorado -0.092454503630889695 +15671 cspg_html_5779937878 cspg_html_5779937878:177:19590:19609 Athabasca Canada -0.466842269540434285 +15672 sedimentology_html_1310908798 sedimentology_html_1310908798:95:9977:9982 Cadiz Silistra Province -0.0583700268296453301 +15673 geology_html_1056317078 geology_html_1056317078:240:24492:24501 San Diego California -0.494585786210081368 +15674 aapg_ac_258.html aapg_ac_258.html:59:10823:10833 Henryhouse Frisco, Texas -0.470457490274840129 +15675 aapg_af_370.html aapg_af_370.html:197:20633:20650 Repetto Ventura County, California -0.486588444102287743 +15676 aapg_ai_932.html aapg_ai_932.html:436:68305:68323 Monterey Monterey, California 0.012473794972838452 +15677 aapg_af_589.html aapg_af_589.html:12:1597:1603 Oregon Washington (state) -0.00693496164419279103 +15678 jgeology_html_3739517257 jgeology_html_3739517257:309:22081:22093 Chinle Entrada Sandstone -0.471888407816635713 +15679 gsa_html_3069013284 gsa_html_3069013284:542:57836:57844 Colorado Logan, Utah 0.102018496170486153 +15680 aapg_af_674.html aapg_af_674.html:80:8745:8757 Stone Corral Lansing, Michigan -0.421454142706894297 +15681 cspg_html_7872594630 cspg_html_7872594630:328:40387:40403 Howley Western Bay, Newfoundland and Labrador -0.452003931056544739 +15682 aapg_ad_152.html aapg_ad_152.html:4:238:246 Arcturus Logan, Utah -0.431086943566786673 +15683 aapg_ac_629.html aapg_ac_629.html:538:65729:65736 Prairie Montgomery (town), New York -0.390644206567394625 +15684 cspg_html_8438548095 cspg_html_8438548095:278:25126:25144 Edmonton Edmonton, London -0.489889776983278402 +15685 aapg_ad_764.html aapg_ad_764.html:89:12298:12310 Temblor Round Mountain, Nevada -0.449440672427322663 +15686 aapg_ak_87.html aapg_ak_87.html:250:38032:38036 Earp Supai, Arizona -0.0829829169874314321 +15687 aapg_ae_705.html aapg_ae_705.html:302:29424:29441 Casitas Saugus, Massachusetts -0.0375359691930512371 +15688 cspg_html_1434585715 cspg_html_1434585715:311:28807:28825 Scollard Red Deer, Alberta -0.111457069642539708 +15689 aapg_ah_619.html aapg_ah_619.html:3:341:357 Dakota Denver -0.402740103761114909 +15690 gsa_html_1230649124 gsa_html_1230649124:1039:90326:90354 Green River Iran -0.00346568835703443216 +15691 aapg_ai_236.html aapg_ai_236.html:255:23461:23473 Williamsport Newburg, Louisville -0.0295434123424303668 +15692 aapg_aa_753.html aapg_aa_753.html:54:6173:6177 Java China -0.468384265774498543 +15693 sedimentology_html_9844771297 sedimentology_html_9844771297:709:53150:53154 Hall London, Ontario -0.451787799117909672 +15694 aapg_ae_3.html aapg_ae_3.html:411:49888:49892 Elko Reno, Nevada -0.480128306356578771 +15695 gsa_html_7208175210 gsa_html_7208175210:1795:139617:139645 Green River Colorado -0.0217296792824245993 +15696 aapg_ai_594.html aapg_ai_594.html:223:23759:23776 Plattin Missouri River 0.354795801108023778 +15697 cspg_html_3501550466 cspg_html_3501550466:630:90641:90659 Grosmont Lacombe, Alberta -0.431450242580359467 +15698 gsa_html_5389237705 gsa_html_5389237705:61:4718:4746 Green River Iran 0.000548948298213387093 +15699 cspg_html_4115129593 cspg_html_4115129593:25:3253:3288 Dezadeash Anchorage, Alaska -0.0388083006594042434 +15700 geology_html_8104860443 geology_html_8104860443:70:6510:6542 Vampire Canada -0.457487488497030304 +15701 aapg_ai_980.html aapg_ai_980.html:609:54256:54274 Kootenai Cut Bank, Montana -0.0365561577052215814 +15702 cspg_html_9941518291 cspg_html_9941518291:389:52563:52582 Douro Douro DOC -0.00771327274469656935 +15703 aapg_ac_251.html aapg_ac_251.html:1120:104376:104385 Tuscarora Baltimore -0.441397390812390766 +15704 aapg_ae_797.html aapg_ae_797.html:409:43674:43679 Molas San Juan County, Utah 0.521429821479027611 +15705 aapg_ae_63.html aapg_ae_63.html:486:48388:48416 Salt Lake Boise, Idaho -0.254377774127239886 +15706 aapg_ae_584.html aapg_ae_584.html:564:54151:54169 Wagwater Richmond, California -0.0877889427713105935 +15707 aapg_ad_329.html aapg_ad_329.html:123:16806:16820 Bedford Pennsylvania -0.395906118993133993 +15708 aapg_ai_572.html aapg_ai_572.html:19:2406:2409 Ada Pawhuska, Oklahoma -0.0317923859746223822 +15709 cspg_html_2769629211 cspg_html_2769629211:775:75780:75789 Hay River Canada 0.367546712110910612 +15710 aapg_ae_756.html aapg_ae_756.html:277:29228:29239 Simla Mussoorie -0.475963906981033746 +15711 palaios_html_6025329652 palaios_html_6025329652:421:38820:38843 Elkhorn Ridge Argillite Texas -0.496881985799363712 +15712 cspg_html_9046359229 cspg_html_9046359229:322:47358:47366 Columbia Western world -0.0269348882327513015 +15713 sedimentology_html_9598250021 sedimentology_html_9598250021:1366:95607:95611 Hall London, Ontario -0.0442929610094760506 +15714 cspg_html_1841843683 cspg_html_1841843683:82:13965:13973 Sundance Regina, Saskatchewan -0.42423457487964078 +15715 aapg_ai_469.html aapg_ai_469.html:437:51902:51918 Nisku Calmar, Alberta -0.410622648467641627 +15716 geology_html_8621518489 geology_html_8621518489:260:21878:21897 Pocatello Boise, Idaho -0.0193901260398797667 +15717 cspg_html_4177065182 cspg_html_4177065182:1385:75807:75823 Spoon Carbondale, Pennsylvania -0.442682549290708161 +15718 aapg_ac_466.html aapg_ac_466.html:20:2222:2239 Forest Trinidad and Tobago -0.471639785200352879 +15719 aapg_ai_18.html aapg_ai_18.html:56:4695:4701 Weches East Texas -0.450586501765938174 +15720 geology_html_9924482358 geology_html_9924482358:295:26729:26737 Colorado Cheyenne, Wyoming -0.478836965338604204 +15721 cspg_html_4630116521 cspg_html_4630116521:1067:108063:108084 Potter Farm Michigan -0.44211659244865531 +15722 gsa_html_8271829751 gsa_html_8271829751:440:37071:37083 Owens Valley Sierra Nevada (Spain) -0.0273835184878958443 +15723 aapg_aa_124.html aapg_aa_124.html:558:56869:56885 Viking Bow Island Airport -0.428809045611172668 +15724 aapg_ah_620.html aapg_ah_620.html:123:17612:17624 Granite Wash Lacombe, Alberta -0.478349729395822987 +15725 aapg_ac_215.html aapg_ac_215.html:152:17382:17391 Englewood Englewood, New Jersey -0.147864801837805981 +15726 cspg_html_8139359744 cspg_html_8139359744:67:11674:11682 Michigan Michigan -0.0312427146313614852 +15727 aapg_ad_466.html aapg_ad_466.html:622:70906:70918 Marshalltown Mount Laurel Township, New Jersey -0.00639293020944086028 +15728 aapg_ae_794.html aapg_ae_794.html:211:26271:26281 Coon Creek Selma to Montgomery marches -0.421310320077140532 +15729 aapg_ak_4.html aapg_ak_4.html:319:36334:36340 Brazil Colombia -0.483047901936257684 +15730 sedimentology_html_3006596207 sedimentology_html_3006596207:1056:61605:61615 Long Point Lake Erie -0.496915172747898759 +15731 aapg_af_18.html aapg_af_18.html:566:58031:58047 Inyan Kara Black Hills -0.425599363821972831 +15732 aapg_af_981.html aapg_af_981.html:533:54995:55011 Almond Cheyenne, Wyoming -0.458750170743803365 +15733 aapg_ac_364.html aapg_ac_364.html:429:43075:43093 Sundance Cheyenne, Wyoming -0.457691392417615917 +15734 aapg_af_479.html aapg_af_479.html:803:83531:83550 Cabrillo California -0.491332113292233474 +15735 aapg_ai_278.html aapg_ai_278.html:863:102809:102827 San Cayetano Nassau, Bahamas -0.0533985334168908185 +15736 gsa_html_3498499685 gsa_html_3498499685:33:3258:3271 Santa Barbara California -0.0344245588872295546 +15737 cspg_html_7777724998 cspg_html_7777724998:291:42044:42052 Bellevue Fernie, British Columbia -0.0411306079885422268 +15738 aapg_af_26.html aapg_af_26.html:17:2769:2775 Eugene Corvallis, Oregon -0.0699226679909632082 +15739 aapg_ae_305.html aapg_ae_305.html:1591:152731:152736 Barco Colombia -0.456493552285914039 +15740 aapg_ae_367.html aapg_ae_367.html:113:12279:12292 Fleming Oakville, California -0.460337276166031373 +15741 gsa_html_2023933346 gsa_html_2023933346:1227:114020:114034 Elko Reno, Nevada -0.0987211173978788104 +15742 cspg_html_7779401416 cspg_html_7779401416:57:7253:7270 Guelph Lockport (city), New York 1.20117560200914331 +15743 palaios_html_9133125241 palaios_html_9133125241:47:6528:6532 Kope Kentucky -0.457501080653503367 +15744 gsa_html_8920805995 gsa_html_8920805995:66:5326:5354 Green River Colorado 0.0164478291242488549 +15745 cspg_html_8612721867 cspg_html_8612721867:188:25836:25855 Waterways Moberly, Missouri -0.462143504710773534 +15746 aapg_ae_590.html aapg_ae_590.html:418:44358:44380 Basal Carrizo Plain -0.435734504938152245 +15747 aapg_aa_740.html aapg_aa_740.html:32:3461:3480 Madison Cheyenne, Wyoming -0.523785033552951695 +15748 cspg_html_6294601758 cspg_html_6294601758:45:5820:5828 Montreal Lacombe, Alberta -0.422147407249121198 +15749 aapg_ae_74.html aapg_ae_74.html:450:42388:42394 Navajo Arizona -0.0117822633156925947 +15750 gsa_html_1316826711 gsa_html_1316826711:908:72197:72207 Quesnellia Victoria, British Columbia -0.00305744578029933057 +15751 cspg_html_8250500468 cspg_html_8250500468:397:50484:50492 Dunvegan Lacombe, Alberta -0.00696275827002107526 +15752 cspg_html_9768299963 cspg_html_9768299963:29:3506:3520 Edmonton Lacombe, Alberta -0.44830973456876172 +15753 gsa_html_8558656785 gsa_html_8558656785:12:537:544 El Paso El Paso, Texas -0.436929900849743147 +15754 aapg_ae_973.html aapg_ae_973.html:703:53352:53370 Grayburg Delaware 0.00194564253308291118 +15755 aapg_ae_542.html aapg_ae_542.html:157:15028:15047 Matanuska Anchorage, Alaska 0.773759045562749437 +15756 sedimentology_html_3990399320 sedimentology_html_3990399320:807:66841:66850 Red River Canada 0.0195013611610286609 +15757 cspg_html_1296564271 cspg_html_1296564271:105:12191:12209 Black River Ontario, California -0.0275887108223223723 +15758 gsa_html_5568683977 gsa_html_5568683977:608:53791:53795 Hall Denton, Greater Manchester -0.0500164465946093956 +15759 aapg_aa_867.html aapg_aa_867.html:61:7849:7864 Yaquina Salem, Oregon -0.470365549607814404 +15760 geology_html_1298873382 geology_html_1298873382:35:2769:2785 Noonday Dolomite California -0.0261715541385612628 +15761 aapg_aa_791.html aapg_aa_791.html:297:27516:27533 Savanna Bartlesville, Oklahoma -0.506336451321114045 +15762 geology_html_2490813080 geology_html_2490813080:189:18683:18690 Oquirrh Logan, Utah 0.693156966421074827 +15763 cspg_html_5740360566 cspg_html_5740360566:51:7099:7117 Grosmont Western world -0.0398318560820373618 +15764 aapg_aa_803.html aapg_aa_803.html:295:38179:38197 Morrison Colorado -0.617201382013449318 +15765 aapg_af_724.html aapg_af_724.html:663:48024:48030 Madrid Spain -0.471819338906025898 +15766 aapg_ad_440.html aapg_ad_440.html:126:11825:11831 Pocono Greenbrier (Great Smoky Mountains) 0.0310879066661822225 +15767 aapg_ai_213.html aapg_ai_213.html:216:29943:29951 Columbia Lacombe, Alberta -0.0375812203233935049 +15768 sedimentology_html_5477609609 sedimentology_html_5477609609:1358:85033:85039 Silica England -0.478642038078168519 +15769 cspg_html_9810030547 cspg_html_9810030547:127:16379:16394 Leduc Lacombe, Alberta -0.454041701910604445 +15770 gsa_html_1345044994 gsa_html_1345044994:31:2827:2855 Green River Colorado -0.0288564512426946543 +15771 aapg_ae_876.html aapg_ae_876.html:6:875:887 Dakota Cedar Mountains -0.104125556461160076 +15772 cspg_html_5220068638 cspg_html_5220068638:89:12238:12255 Bearpaw Lacombe, Alberta 0.572990226213621279 +15773 aapg_ac_246.html aapg_ac_246.html:208:21399:21409 Fall River Greybull, Wyoming -0.131140299155020401 +15774 aapg_ad_55.html aapg_ad_55.html:96:8063:8070 Plattin Decorah, Iowa 0.377219209779342313 +15775 aapg_ae_750.html aapg_ae_750.html:120:13878:13893 Wolfcamp Wichita, Kansas -0.457487488497030304 +15776 aapg_aa_721.html aapg_aa_721.html:619:69840:69848 Palliser Lacombe, Alberta -0.427378261836636852 +15777 sedimentology_html_3941612453 sedimentology_html_3941612453:16:1136:1154 Quinault Washington (state) -0.0352684470262506003 +15778 aapg_ai_135.html aapg_ai_135.html:208:11960:11979 Cockfield Edgewood, Washington -0.48715769815048382 +15779 cspg_html_7106541506 cspg_html_7106541506:58:6461:6484 Bluesky Miami -0.015097596462230729 +15780 aapg_aa_945.html aapg_aa_945.html:62:5269:5285 Rock River Salem, Oregon -0.0480262627677959034 +15781 aapg_ad_909.html aapg_ad_909.html:177:18188:18194 Sierra Buenos Aires Province -0.472722268874013252 +15782 aapg_ah_528.html aapg_ah_528.html:583:63418:63426 Colorado Arizona -0.0322951140020652852 +15783 cspg_html_3479964618 cspg_html_3479964618:242:27191:27211 Allen Bay Devon Island 0.0092838323636718588 +15784 aapg_ac_829.html aapg_ac_829.html:248:23669:23686 Prairie Regina, Saskatchewan -0.477790905452477432 +15785 gsa_html_2895081305 gsa_html_2895081305:106:6624:6652 Green River New Mexico -0.00576230371979552514 +15786 gsa_html_1290697059 gsa_html_1290697059:765:55792:55800 Beaumont Sydney Basin -0.0212673068022475528 +15787 aapg_ae_369.html aapg_ae_369.html:341:34586:34606 Tuscaloosa Mississippi River -0.00680987700292186304 +15788 gsa_html_6657110469 gsa_html_6657110469:617:58629:58635 Oregon Washington (state) -0.00260403751521038696 +15789 jgeology_html_4305195651 jgeology_html_4305195651:78:3522:3528 Oregon Salem, Oregon -0.494708722782586374 +15790 aapg_ah_301.html aapg_ah_301.html:595:66905:66924 Georgetown Texas -0.469327287552563421 +15791 gsa_html_7856084240 gsa_html_7856084240:977:71825:71831 Sonora Sonora -0.458675312427173743 +15792 aapg_ad_418.html aapg_ad_418.html:106:9823:9839 Waltersburg Rochester, Kent -0.466842269540434285 +15793 sedimentology_html_5613495298 sedimentology_html_5613495298:1440:78585:78616 Chinle Colorado -0.0776846107248217038 +15794 cspg_html_3447886929 cspg_html_3447886929:812:92982:93003 Lawrence Anticosti Island -0.466718659783226908 +15795 aapg_ae_63.html aapg_ae_63.html:687:59938:59956 Evanston Cheyenne, Wyoming -0.0185558826483486587 +15796 sedimentology_html_4432289902 sedimentology_html_4432289902:824:70415:70432 Magothy Bass River Township, New Jersey -0.011024723133422322 +15797 aapg_ah_521.html aapg_ah_521.html:11:2006:2023 Carrizo Texas -0.391500286502926786 +15798 aapg_ae_471.html aapg_ae_471.html:64:6815:6834 Smackover Cotton Valley, Louisiana -0.445273887467667717 +15799 aapg_af_582.html aapg_af_582.html:46:6262:6275 Santa Barbara California -0.0229013103912739102 +15800 cspg_html_7539214955 cspg_html_7539214955:105:13899:13920 Pine Point Victoria, British Columbia -0.0292651452152505043 +15801 cspg_html_1925276454 cspg_html_1925276454:503:54082:54103 Peace River Lacombe, Alberta -0.0352075456733289827 +15802 aapg_ae_794.html aapg_ae_794.html:657:74388:74403 Eutaw Alabama -0.218892031827663258 +15803 aapg_ad_2.html aapg_ad_2.html:836:118430:118437 Elbrook Pennsylvania 0.00884254111791155963 +15804 cspg_html_5779937878 cspg_html_5779937878:27:3751:3760 Cold Lake Lacombe, Alberta -0.042197950284748563 +15805 geology_html_1481269821 geology_html_1481269821:201:20787:20791 Bond Santorini -0.463435584788403632 +15806 aapg_ai_491.html aapg_ai_491.html:439:55437:55454 Hermosa Colorado -0.0366623139169080098 +15807 sedimentology_html_9522643663 sedimentology_html_9522643663:149:13565:13582 Entrada Carmel, Indiana 0.91559031001654323 +15808 aapg_ad_307.html aapg_ad_307.html:767:75064:75071 Oneonta Montemurro -0.0876397716912129393 +15809 geology_html_8881449794 geology_html_8881449794:138:14012:14026 Graneros Pueblo, Colorado -0.458639019733277031 +15810 AMJC_html_6341723617 AMJC_html_6341723617:1184:99038:99046 Colorado Denver -0.082127492843560676 +15811 cspg_html_3772380029 cspg_html_3772380029:515:65417:65437 Stony Mountain Manitoba 0.668918893781931811 +15812 palaios_html_2298416430 palaios_html_2298416430:463:45839:45864 Hanna Cheyenne, Wyoming -0.464569693827358687 +15813 gsa_html_2729737430 gsa_html_2729737430:429:44387:44406 Salt Lake Grand Valley (Colorado) -0.0396508111021446064 +15814 jgeology_html_4599466962 jgeology_html_4599466962:185:13418:13436 Onondaga Niagara Peninsula -0.0239565449099976777 +15815 gsa_html_7642385160 gsa_html_7642385160:524:60186:60193 Norfolk Virginia -0.48312719960823608 +15816 aapg_ad_908.html aapg_ad_908.html:253:28187:28199 Colon Venezuela 0.689189591022613679 +15817 aapg_ae_473.html aapg_ae_473.html:210:20369:20374 Eutaw Pickens, South Carolina -0.451351189275800146 +15818 gsa_html_2266546108 gsa_html_2266546108:63:5837:5843 Sierra Colorado Plateau -0.0245772016562315031 +15819 aapg_ai_975.html aapg_ai_975.html:98:13104:13118 Buda Texas 0.886040641830080578 +15820 aapg_ac_477.html aapg_ac_477.html:599:69505:69522 Cardium Canada -0.428798065147820595 +15821 aapg_ac_206.html aapg_ac_206.html:61:8125:8132 Eramosa Western world -0.471754879498828661 +15822 aapg_aa_48.html aapg_aa_48.html:378:41319:41337 Tensleep Williston Basin -0.500423794622032903 +15823 geology_html_5590413695 geology_html_5590413695:336:26399:26403 Bell Mandeville, Jamaica -0.464610795373413321 +15824 palaios_html_4216189038 palaios_html_4216189038:98:9533:9551 Beaufort Banks Island -0.644279745239789037 +15825 geology_html_5649632700 geology_html_5649632700:13:730:741 San Antonio Texas -0.0489515820397514803 +15826 aapg_ae_44.html aapg_ae_44.html:39:3506:3541 Pinto Texas -0.571897688892080036 +15827 geology_html_6512498067 geology_html_6512498067:285:20408:20414 Jordan Nazca -0.43451411861660022 +15828 cspg_html_8362959053 cspg_html_8362959053:136:19219:19227 Columbia Victoria, British Columbia -0.446146001135949044 +15829 aapg_ac_742.html aapg_ac_742.html:88:10625:10643 Sundance Cheyenne, Wyoming 0.0127031506294475391 +15830 aapg_ae_319.html aapg_ae_319.html:476:39727:39741 Woodside Vernal, Utah -0.44304146514738707 +15831 cspg_html_7896958755 cspg_html_7896958755:31:4287:4307 Clearwater Clearwater, Florida -0.0351971054761553784 +15832 aapg_ae_885.html aapg_ae_885.html:230:23057:23070 Supai Arizona 0.0355172761611028745 +15833 aapg_ae_500.html aapg_ae_500.html:192:25949:25957 Bathurst Amsterdam -0.45099125631104503 +15834 aapg_ad_2.html aapg_ad_2.html:1034:141351:141371 Stonehenge Mount Nittany -0.0218513582866363479 +15835 aapg_ah_973.html aapg_ah_973.html:177:14927:14937 Coon Creek Knoxville, Tennessee -0.0584956705548907718 +15836 palaios_html_3614379982 palaios_html_3614379982:54:7439:7448 Greenhorn Niobrara, Nebraska 0.00644852294082285706 +15837 sedimentology_html_9244748069 sedimentology_html_9244748069:2343:136622:136642 Ellensburg Washington (state) 0.383642546844882526 +15838 aapg_ah_656.html aapg_ah_656.html:189:17117:17138 Bell Ward County, North Dakota -0.425450542305663815 +15839 aapg_ae_546.html aapg_ae_546.html:13:2555:2564 Smackover Arkansas -0.473157943062676001 +15840 cspg_html_4348111624 cspg_html_4348111624:40:8257:8269 Saskatchewan Lacombe, Alberta -0.465705253187009671 +15841 aapg_ai_163.html aapg_ai_163.html:561:47917:47933 Casper Cheyenne, Wyoming -0.494670894236060144 +15842 cspg_html_4177743729 cspg_html_4177743729:17:1131:1138 Camrose Lacombe, Alberta -0.429978093202176226 +15843 cspg_html_8818854104 cspg_html_8818854104:23:3740:3757 Cadomin Canada -0.436810292517708865 +15844 AMJC_html_7715223280 AMJC_html_7715223280:1142:130608:130613 Steel China -0.419653547396107496 +15845 aapg_ac_310.html aapg_ac_310.html:103:7779:7787 Niobrara Niobrara, Nebraska -0.42653659632637092 +15846 cspg_html_9683836416 cspg_html_9683836416:103:18094:18102 Foremost Lethbridge -0.461219460550356897 +15847 aapg_ae_473.html aapg_ae_473.html:507:47538:47563 Catahoula Mississippi River -0.431113360606789509 +15848 aapg_ai_105.html aapg_ai_105.html:495:58696:58725 Duchesne River Lake Fork (Texas) -0.495740204770814097 +15849 aapg_ah_199.html aapg_ah_199.html:137:17884:17898 Atoka Atoka, Oklahoma -0.490195451192383946 +15850 aapg_ai_398.html aapg_ai_398.html:19:3345:3355 Lewisville Lafayette County, Florida -0.0925599210575275555 +15851 aapg_ad_466.html aapg_ad_466.html:1104:118561:118571 Vincentown Closter, New Jersey -0.430057253759890901 +15852 aapg_ae_499.html aapg_ae_499.html:463:50245:50253 Colorado New Mexico -0.0230090906667148494 +15853 cspg_html_7777724998 cspg_html_7777724998:316:45897:45910 Mist Mountain Bellevue, Nebraska -0.0394819549454150931 +15854 sedimentology_html_5823625778 sedimentology_html_5823625778:1022:68671:68675 Hall London, Ontario -0.0475070165492629953 +15855 cspg_html_3699720399 cspg_html_3699720399:350:36332:36351 Pocatello Boise, Idaho -0.0405891491966653695 +15856 cspg_html_8988872363 cspg_html_8988872363:102:14790:14807 Heiberg Axel Heiberg Island -0.461947691336281385 +15857 gsa_html_2717448156 gsa_html_2717448156:1095:108925:108944 Pocatello Boise, Idaho -0.0383226719059837143 +15858 gsa_html_7470980893 gsa_html_7470980893:63:4672:4700 Green River Colorado -0.00771674737466516297 +15859 aapg_ah_387.html aapg_ah_387.html:310:31247:31256 Knoxville California -0.447242908821281704 +15860 cspg_html_1503116552 cspg_html_1503116552:111:17396:17422 Beaverhill Western Canadian Sedimentary Basin -0.440387442871438828 +15861 sedimentology_html_1253431842 sedimentology_html_1253431842:1713:64774:64797 Chapel Island New Brunswick, New Jersey -0.0162966409406991447 +15862 aapg_ad_149.html aapg_ad_149.html:5:638:646 Columbia Victoria, British Columbia -0.454258371760158153 +15863 aapg_ai_134.html aapg_ai_134.html:61:5732:5741 Frio Brazoria County, Texas -0.0551547118645741019 +15864 aapg_ah_228.html aapg_ah_228.html:68:7355:7368 Cook Mountain Liberty County, Florida -0.016708500751709255 +15865 cspg_html_4326384800 cspg_html_4326384800:429:54032:54041 Mackenzie Victoria, British Columbia -0.443701699352459789 +15866 aapg_ae_47.html aapg_ae_47.html:105:9205:9213 Woodford Turkey Creek, Louisiana -0.063205628823083157 +15867 gsa_html_2096927589 gsa_html_2096927589:111:8812:8829 Bridger Cheyenne, Wyoming -0.462097962880594848 +15868 aapg_aa_426.html aapg_aa_426.html:242:54657:54666 Demopolis Pine Island (Lee County, Florida) -0.0698999380584911928 +15869 palaios_html_7206591444 palaios_html_7206591444:161:23501:23524 Cherry Canyon Guadalupe Mountains National Park -0.478456433836466188 +15870 aapg_ad_466.html aapg_ad_466.html:370:44696:44703 Raritan Patapsco River -0.022943031704395548 +15871 palaios_html_5582845937 palaios_html_5582845937:314:31607:31615 Virginia Hampton, New Hampshire -0.467925738958578585 +15872 aapg_ah_844.html aapg_ah_844.html:74:10626:10644 Tensleep Cheyenne, Wyoming -0.0500861646985385212 +15873 aapg_af_397.html aapg_af_397.html:507:58644:58651 Entrada Entrada Sandstone 0.841634057686621362 +15874 aapg_ai_478.html aapg_ai_478.html:142:15401:15420 Woodbend Edmonton, London -0.504516367608832228 +15875 aapg_ai_562.html aapg_ai_562.html:177:17728:17756 Tuscaloosa Alabama -0.416224917949125084 +15876 cspg_html_3463500725 cspg_html_3463500725:174:21863:21887 Mission Canyon Strawberry Creek -0.483173848714512189 +15877 cspg_html_1159794850 cspg_html_1159794850:143:22590:22598 Michigan Southwestern Ontario -0.00652496303282925402 +15878 aapg_af_859.html aapg_af_859.html:4:437:443 Lissie Beaumont, Texas 0.0165885914321531221 +15879 cspg_html_9119878068 cspg_html_9119878068:366:45789:45808 Waterways Lacombe, Alberta 0.640841879117028945 +15880 jgeology_html_9581048587 jgeology_html_9581048587:1075:62641:62649 Virginia South Boston, Virginia -0.505272653872059108 +15881 jgeology_html_3517640817 jgeology_html_3517640817:151:8716:8725 Peninsula Korea -0.0337703728597886152 +15882 gsa_html_4543270561 gsa_html_4543270561:914:82776:82785 San Pedro California 0.715699459634007051 +15883 aapg_ai_720.html aapg_ai_720.html:142:16894:16911 Raritan Raritan Bay Drawbridge -0.472639307901536299 +15884 aapg_af_725.html aapg_af_725.html:190:20025:20033 Colorado New Mexico -0.492526896944679549 +15885 cspg_html_8587639109 cspg_html_8587639109:992:103546:103563 Cadomin Lacombe, Alberta -0.0164009085472750712 +15886 aapg_ac_788.html aapg_ac_788.html:65:9845:9849 Wise Denton, Greater Manchester -0.473903010792736112 +15887 aapg_ae_324.html aapg_ae_324.html:1395:135553:135564 Beekmantown Knoxville, Tennessee -0.0129255578059820249 +15888 cspg_html_2863271815 cspg_html_2863271815:518:63114:63136 Salina Guelph 0.597023416591083267 +15889 gsa_html_1622241808 gsa_html_1622241808:1935:135460:135466 Walker California -0.0449670253897642563 +15890 cspg_html_2040245760 cspg_html_2040245760:31:2742:2750 Columbia Victoria, British Columbia -0.467980749597819323 +15891 palaios_html_9973267562 palaios_html_9973267562:532:63101:63115 Kope Cincinnati -0.000347435604052462668 +15892 geology_html_6685929061 geology_html_6685929061:355:26867:26879 Owens Valley California -0.0242433999919162424 +15893 cspg_html_4915680223 cspg_html_4915680223:32:4341:4350 Allen Bay Douro DOC 0.971141886528899767 +15894 sedimentology_html_6084996636 sedimentology_html_6084996636:674:63087:63092 Swift Logan, Utah -0.46168136305604579 +15895 cspg_html_3404912985 cspg_html_3404912985:805:106017:106043 Belly River Canada -0.00729110700735253591 +15896 aapg_ah_536.html aapg_ah_536.html:89:12184:12194 Fort Worth Texas -0.461456070409902219 +15897 gsa_html_6983076294 gsa_html_6983076294:926:82711:82717 Provo Texas -0.0136501305925687388 +15898 aapg_ah_779.html aapg_ah_779.html:277:51590:51595 Gower Ohio -0.0171829308693467256 +15899 cspg_html_4727171280 cspg_html_4727171280:26:2642:2660 Edmonton Lacombe, Alberta -0.0454721736596031406 +15900 aapg_ac_925.html aapg_ac_925.html:58:9067:9076 Hornbrook California -0.425358634701132332 +15901 cspg_html_3251996292 cspg_html_3251996292:205:23972:23985 Potsdam Quebec City -0.469189557204259144 +15902 gsa_html_1248731493 gsa_html_1248731493:778:70995:71003 Columbia Victoria, British Columbia -0.44497889773871091 +15903 aapg_ae_474.html aapg_ae_474.html:1233:131524:131540 Bethel Alabama -0.0282234355137958928 +15904 aapg_ah_620.html aapg_ah_620.html:130:18441:18467 Potsdam Quebec City -0.00258840277417883959 +15905 aapg_ad_696.html aapg_ad_696.html:201:19727:19743 Weches Shreveport, Louisiana -0.0154677299277763414 +15906 cspg_html_5891044027 cspg_html_5891044027:496:83936:83960 Columbia Purcell Mountains -0.0433629440146906728 +15907 aapg_aa_144.html aapg_aa_144.html:76:7839:7859 Deer Creek Shawnee, Oklahoma -0.39560670925466479 +15908 aapg_ah_489.html aapg_ah_489.html:289:30839:30849 Fort Worth Texas 0.0594398221009431182 +15909 aapg_ai_364.html aapg_ai_364.html:69:8618:8629 Holdenville Wewoka, Oklahoma -0.0162740496879429895 +15910 gsa_html_9405839223 gsa_html_9405839223:55:3370:3398 Green River New Mexico -0.00603852775893074737 +15911 aapg_ae_319.html aapg_ae_319.html:604:51785:51791 Carmel Lake Fork (Texas) -0.44844429668252761 +15912 cspg_html_4625995889 cspg_html_4625995889:248:33041:33054 Windsor New Brunswick, New Jersey -0.00562506076616993075 +15913 cspg_html_4326384800 cspg_html_4326384800:19:2411:2419 Columbia Victoria, British Columbia -0.458103872838477311 +15914 gsa_html_3818307499 gsa_html_3818307499:568:55314:55321 Shields Pahrump, Nevada -0.486794549910148755 +15915 aapg_aa_314.html aapg_aa_314.html:411:49088:49095 Norfolk Newport, Rhode Island -0.021541947632611351 +15916 cspg_html_7297340324 cspg_html_7297340324:883:97014:97039 Moosebar Lacombe, Alberta -0.441419648744354465 +15917 gsa_html_3720789279 gsa_html_3720789279:1314:120718:120728 Quesnellia Victoria, British Columbia -0.0303573786993141213 +15918 palaios_html_6327886991 palaios_html_6327886991:607:57358:57366 Victoria Victoria, British Columbia -0.0199532604557582163 +15919 aapg_ah_261.html aapg_ah_261.html:3:450:456 Sonora California -0.0221155785118801462 +15920 cspg_html_7278001817 cspg_html_7278001817:649:75516:75533 Montney Lacombe, Alberta -0.455432903203822237 +15921 sedimentology_html_2571588728 sedimentology_html_2571588728:1459:58681:58685 Kano Sakai, Osaka 0.00112916628904579774 +15922 palaios_html_3105248303 palaios_html_3105248303:23:2172:2186 Point Pleasant Fulton, Missouri -0.454475093508583283 +15923 cspg_html_4481616297 cspg_html_4481616297:165:15020:15026 Forbes Wichita-Sedgwick County Historical Museum -0.450595494357366455 +15924 aapg_aa_546.html aapg_aa_546.html:75:7682:7700 Kootenai Western world 0.0562449191466248694 +15925 aapg_ac_126.html aapg_ac_126.html:253:38157:38178 Haynesville Bossier City, Louisiana -0.43597788776021662 +15926 aapg_ae_658.html aapg_ae_658.html:576:59134:59142 Colorado Englewood, New Jersey -0.0446744016951777928 +15927 aapg_ae_73.html aapg_ae_73.html:512:68717:68736 Fruitland Trinidad and Tobago -0.486925734041852465 +15928 cspg_html_2026880958 cspg_html_2026880958:285:30421:30432 Coal Valley Lacombe, Alberta -0.496881985799363712 +15929 aapg_ae_687.html aapg_ae_687.html:172:20869:20897 Phosphoria Boise, Idaho -0.457555451333636842 +15930 aapg_af_579.html aapg_af_579.html:228:24929:24946 Wingate Entrada Sandstone -0.525179880727496329 +15931 aapg_aa_495.html aapg_aa_495.html:45:6267:6275 Dorcheat Haynesville, Louisiana -0.0303086783726459197 +15932 aapg_ae_546.html aapg_ae_546.html:38:5331:5376 Cotton Valley Shreveport, Louisiana 0.392964673237916395 +15933 aapg_ae_69.html aapg_ae_69.html:261:28679:28696 Wasatch Uinta Mountains 0.0217366323453636913 +15934 sedimentology_html_8001929837 sedimentology_html_8001929837:1720:121371:121379 Beaufort Asia -0.461271782333034175 +15935 cspg_html_2873888604 cspg_html_2873888604:245:37281:37289 Pardonet Canada -0.445984933244691462 +15936 palaios_html_4592561338 palaios_html_4592561338:363:32170:32191 Green River Cheyenne, Wyoming -0.0286877600181881381 +15937 aapg_ae_319.html aapg_ae_319.html:366:28348:28356 Woodside Rocky Mountains 0.0303469428989771688 +15938 aapg_ad_192.html aapg_ad_192.html:38:4846:4856 Tuscaloosa Tuscaloosa, Alabama 0.112326023116978715 +15939 gsa_html_6441142238 gsa_html_6441142238:216:22117:22142 Washington Middle Ordovician -0.0139559511282587399 +15940 cspg_html_9683836416 cspg_html_9683836416:72:13055:13072 Belly River Lacombe, Alberta -0.487982970317954234 +15941 aapg_aa_621.html aapg_aa_621.html:234:29799:29828 Darby Cheyenne, Wyoming -0.0213629091377398328 +15942 aapg_ac_451.html aapg_ac_451.html:549:57335:57355 Matanuska Cook Inlet 1.04817566414600405 +15943 aapg_ad_3.html aapg_ad_3.html:476:45119:45129 Reedsville Juniata County School District -0.442720440658756875 +15944 aapg_ad_2.html aapg_ad_2.html:1071:147333:147345 Chambersburg Lancaster, California -0.0319472030481665059 +15945 aapg_ac_846.html aapg_ac_846.html:247:34498:34522 Bandera Illinois 0.806128455316523884 +15946 aapg_ac_662.html aapg_ac_662.html:14:2140:2145 Supai Reno, Nevada -0.048597821756073703 +15947 aapg_ah_93.html aapg_ah_93.html:185:24839:24861 Water Canyon Logan, Utah 0.0190703285960370852 +15948 cspg_html_2253842195 cspg_html_2253842195:404:44551:44563 Hasler Victoria, British Columbia -0.471464870791560964 +15949 aapg_ah_779.html aapg_ah_779.html:387:72163:72170 Manlius New Scotland, New York -0.0549959922383894545 +15950 aapg_ai_481.html aapg_ai_481.html:171:21635:21654 Knoxville San Francisco -0.00712258914704064564 +15951 aapg_ah_536.html aapg_ah_536.html:54:7664:7681 Rodessa Rodessa, Louisiana -0.467675942101560327 +15952 aapg_ad_379.html aapg_ad_379.html:54:4461:4469 Fountain Cheyenne, Wyoming -0.079975607961460915 +15953 aapg_aa_176.html aapg_aa_176.html:746:70875:70881 Jordan Melbourne, Florida -0.442622372073831483 +15954 cspg_html_9272962376 cspg_html_9272962376:82:13268:13276 Columbia Lacombe, Alberta -0.443692774120845845 +15955 cspg_html_1333179361 cspg_html_1333179361:743:61098:61114 Belloy Victoria, British Columbia -0.4597920302667165 +15956 aapg_af_470.html aapg_af_470.html:162:16050:16069 Lodgepole Western world -0.409582227139468624 +15957 gsa_html_8820488310 gsa_html_8820488310:923:82401:82419 Moenkopi Arizona -0.0258916172011711375 +15958 cspg_html_3447886929 cspg_html_3447886929:206:24222:24239 Romaine Quebec City -0.230229867341820715 +15959 cspg_html_6985536436 cspg_html_6985536436:158:21644:21660 Hassel Banks Island -0.0784551606872300467 +15960 gsa_html_6747548202 gsa_html_6747548202:29:2796:2824 Green River Colorado -0.443889149160736518 +15961 aapg_ac_878.html aapg_ac_878.html:131:16697:16703 Oregon Potomac, Maryland -0.0683248098834712408 +15962 geology_html_5375015639 geology_html_5375015639:288:20917:20926 Littleton Hannington, Northamptonshire -0.0353624097936946907 +15963 cspg_html_8532932475 cspg_html_8532932475:364:37649:37666 Bluesky Lacombe, Alberta 0.0289590583087490326 +15964 gsa_html_5446866849 gsa_html_5446866849:923:69626:69638 Owens Valley California -0.468054102450840448 +15965 geology_html_8401867679 geology_html_8401867679:198:16304:16310 Jordan Amman -0.471639785200352879 +15966 aapg_ah_831.html aapg_ah_831.html:170:15245:15265 Tuscaloosa Knoxville, Tennessee -0.449521507303549339 +15967 gsa_html_7248164569 gsa_html_7248164569:648:49806:49815 Peninsula Quebec City -0.0473502039075794148 +15968 aapg_ae_319.html aapg_ae_319.html:709:60263:60271 Sundance Entrada Sandstone 0.225499286597060089 +15969 cspg_html_3328007773 cspg_html_3328007773:977:99712:99728 Viking Lacombe, Alberta -0.0341096400418660073 +15970 cspg_html_5542874609 cspg_html_5542874609:448:55133:55154 Belly River Lacombe, Alberta 0.420918185492133556 +15971 aapg_af_502.html aapg_af_502.html:747:88339:88358 Smackover Mississippi River 0.425257984121839572 +15972 geology_html_1146010106 geology_html_1146010106:288:26359:26378 Flagstaff Logan, Utah -0.492640099962427858 +15973 cspg_html_1822367166 cspg_html_1822367166:41:6408:6428 Cabot Head Manitoulin Island -0.238888937419530961 +15974 cspg_html_1333179361 cspg_html_1333179361:775:62991:62999 Columbia Victoria, British Columbia -0.0514667170766342913 +15975 aapg_ah_645.html aapg_ah_645.html:259:31795:31810 Swift Black Hills -0.0315610338833127585 +15976 aapg_aa_423.html aapg_aa_423.html:19:2279:2290 Cloud Chief Santa Rosa, California -0.464610795373413321 +15977 aapg_ae_544.html aapg_ae_544.html:338:40101:40111 Milk River Lacombe, Alberta -0.0481865738799804322 +15978 aapg_ac_367.html aapg_ac_367.html:131:15232:15248 Ironton Galesville, Maryland -0.0749956385588343988 +15979 aapg_ah_490.html aapg_ah_490.html:50:7099:7108 Minnelusa Black Hills 0.00595513924360957774 +15980 aapg_ae_3.html aapg_ae_3.html:98:13188:13194 Oregon Washington (state) 0.0128838563321653186 +15981 aapg_ai_958.html aapg_ai_958.html:174:18894:18910 Goliad Houston -0.491237921935693156 +15982 gsa_html_4173159501 gsa_html_4173159501:96:7861:7869 Colorado Arizona -0.484135384227082133 +15983 cspg_html_7779401416 cspg_html_7779401416:58:7370:7377 Thorold Niagara Peninsula -0.0262532758817809256 +15984 cspg_html_6014123208 cspg_html_6014123208:110:15793:15800 Cadomin Lacombe, Alberta -0.451956647802202349 +15985 aapg_aa_208.html aapg_aa_208.html:267:29340:29353 Bigfork Chert Ouachita Mountains -0.510405393276880726 +15986 aapg_ad_280.html aapg_ad_280.html:6:843:862 Smackover Bossier City, Louisiana -0.453044786078658057 +15987 geology_html_3614605929 geology_html_3614605929:51:5238:5255 Onaping Sudbury, Suffolk -0.175382027085480563 +15988 aapg_ad_192.html aapg_ad_192.html:132:16851:16861 Tuscaloosa Tuscaloosa, Alabama -0.446716677219375524 +15989 gsa_html_7829388117 gsa_html_7829388117:1271:120271:120299 Green River Iran 0.00548086910466892563 +15990 aapg_ah_633.html aapg_ah_633.html:138:19275:19299 Paynes Hammock Texas 0.695516620758290571 +15991 gsa_html_8335323050 gsa_html_8335323050:17:1109:1115 Reston Virginia -0.487335814372290177 +15992 aapg_ad_400.html aapg_ad_400.html:164:15055:15072 Entrada Chinle Formation -0.422007842206250927 +15993 aapg_ae_981.html aapg_ae_981.html:80:5904:5912 Edgewood Illinois -0.445989406971527558 +15994 aapg_af_621.html aapg_af_621.html:77:8119:8128 Kimmswick Salem, Massachusetts -0.440265166942118702 +15995 palaios_html_3112927242 palaios_html_3112927242:660:56338:56366 Whirlpool Ontario, California -0.0155129109205666468 +15996 aapg_ad_865.html aapg_ad_865.html:268:28129:28145 Dakota Hermosa, Chicago 1.05303665604516472 +15997 cspg_html_6608209149 cspg_html_6608209149:51:5865:5888 Watt Mountain Lacombe, Alberta -0.224964577597515036 +15998 aapg_ad_973.html aapg_ad_973.html:436:40520:40527 Yucatan Shreveport, Louisiana -0.064040463163783104 +15999 gsa_html_5391661566 gsa_html_5391661566:73:6600:6606 Oregon Salem, Oregon -0.0544099822313272238 +16000 cspg_html_5345848475 cspg_html_5345848475:21:2702:2716 Colorado Western Canadian Sedimentary Basin -0.477204643263094197 +16001 aapg_ai_858.html aapg_ai_858.html:357:51396:51415 Fox Hills Carbon County, Wyoming 0.00461398797422866731 +16002 cspg_html_3041902517 cspg_html_3041902517:412:48875:48886 Blind Fiord Ellesmere Island -0.0265801675157152396 +16003 aapg_ae_280.html aapg_ae_280.html:58:6709:6718 Whirlpool Lewiston, Idaho -0.00305744578029933057 +16004 cspg_html_5312588885 cspg_html_5312588885:81:10417:10436 Jefferson Boise, Idaho -0.529043663170736922 +16005 sedimentology_html_1895225860 sedimentology_html_1895225860:1049:73596:73600 Hall London, Ontario -0.0427795572276395697 +16006 aapg_ad_466.html aapg_ad_466.html:228:29453:29460 Magothy Merchantville, New Jersey -0.0523279502947638225 +16007 geology_html_1592747864 geology_html_1592747864:50:2752:2761 Mackenzie Anchorage, Alaska -0.0170838731942537375 +16008 aapg_ae_50.html aapg_ae_50.html:1203:84393:84415 Navet Trinidad and Tobago -0.469488000193676869 +16009 aapg_ac_720.html aapg_ac_720.html:8:1043:1054 Hornerstown Manasquan, New Jersey -0.406654245904626011 +16010 gsa_html_3511174397 gsa_html_3511174397:828:42840:42849 San Pedro Chile -0.0332519228723545321 +16011 sedimentology_html_3296239633 sedimentology_html_3296239633:1332:106755:106771 Cutler Logan, Utah -0.45733345840955697 +16012 aapg_ac_720.html aapg_ac_720.html:161:19348:19364 Hornerstown Woodstown, New Jersey -0.0442511603309229257 +16013 aapg_ai_583.html aapg_ai_583.html:276:33600:33617 Rierdon Cheyenne, Wyoming -0.00424743388825097462 +16014 cspg_html_6592158461 cspg_html_6592158461:6:606:614 Columbia Victoria, British Columbia -0.0171829308693467256 +16015 AMJC_html_2228158963 AMJC_html_2228158963:416:50256:50262 Camden Rockland County, New York -0.0805012213737398286 +16016 cspg_html_3023030263 cspg_html_3023030263:592:61525:61540 Mesaverde Logan, Utah -0.464706706380762058 +16017 aapg_af_547.html aapg_af_547.html:307:33914:33920 Denver Colorado -0.471639785200352879 +16018 cspg_html_3026112034 cspg_html_3026112034:9:761:778 Wabamun Pine Brook, New Jersey -0.457514673015389395 +16019 sedimentology_html_9911926988 sedimentology_html_9911926988:594:60436:60447 South Creek Gold Coast, Queensland -0.494751281926012032 +16020 cspg_html_7102673197 cspg_html_7102673197:249:33358:33382 Cardium Lacombe, Alberta -0.476449805414249639 +16021 gsa_html_4120839285 gsa_html_4120839285:538:61393:61419 Colorado Colorado -0.0724777790737721195 +16022 cspg_html_8964522233 cspg_html_8964522233:41:5085:5104 Tahkandit Anchorage, Alaska -0.00229308019174294993 +16023 aapg_ae_794.html aapg_ae_794.html:62:10033:10049 Coffee Selma to Montgomery marches -0.481673016532011111 +16024 palaios_html_9451646650 palaios_html_9451646650:73:6428:6440 Rhode Island Cambridge, Massachusetts 0.0013549998827147333 +16025 geology_html_5334056231 geology_html_5334056231:314:25830:25837 Shuswap Victoria, British Columbia -0.0407754352992212923 +16026 palaios_html_3140337808 palaios_html_3140337808:416:40682:40702 Florissant Colorado -0.00866533097013935834 +16027 aapg_ai_17.html aapg_ai_17.html:106:8608:8614 Midway Cotton Valley, Louisiana -0.452927573923113447 +16028 aapg_af_143.html aapg_af_143.html:1014:105365:105384 Knoxville Klamath Mountains (ecoregion) -0.452909542628234352 +16029 aapg_ah_203.html aapg_ah_203.html:527:85525:85552 Morrison New Mexico -0.454466062398962145 +16030 cspg_html_6665051947 cspg_html_6665051947:434:44509:44526 Success Regina, Saskatchewan -0.0222581200663617834 +16031 jgeology_html_8406118991 jgeology_html_8406118991:109:7666:7672 Oregon Reno, Nevada -0.0712359219424234941 +16032 gsa_html_1006178269 gsa_html_1006178269:212:16530:16539 Knoxville Los Angeles -0.0294721058156958669 +16033 aapg_af_896.html aapg_af_896.html:142:13954:13975 Lake Valley Sacramento Mountains (California) -0.14388238097889583 +16034 aapg_ah_318.html aapg_ah_318.html:1297:131212:131229 Hosston Alabama 0.00479118531736136624 +16035 aapg_af_54.html aapg_af_54.html:90:11140:11159 Eagle Clayton County, Georgia -0.0456254660933555489 +16036 aapg_ah_756.html aapg_ah_756.html:110:11801:11806 Queen New Mexico -0.506465925368115633 +16037 aapg_ac_614.html aapg_ac_614.html:277:34631:34637 Salina Forest City, Iowa -0.450582005503512739 +16038 aapg_ai_28.html aapg_ai_28.html:406:39378:39389 San Antonio San Antonio -0.0757762708517765449 +16039 aapg_ac_749.html aapg_ac_749.html:102:14311:14327 Guelph Salina, Kansas 0.0244659336332528031 +16040 aapg_ai_583.html aapg_ai_583.html:184:26830:26844 Sundance Cheyenne, Wyoming -0.488799650311949607 +16041 gsa_html_6143207195 gsa_html_6143207195:28:1449:1455 Denver Colorado -0.067608196951884289 +16042 aapg_ae_474.html aapg_ae_474.html:865:88208:88233 Cypress Bethel, Alaska -0.40154128961711566 +16043 palaios_html_3467544554 palaios_html_3467544554:756:63248:63254 Denver Colorado -0.453495743339231705 +16044 palaios_html_7337635857 palaios_html_7337635857:12:537:545 Montreal Victoria, British Columbia 0.831054101801026679 +16045 aapg_ai_899.html aapg_ai_899.html:120:12983:13010 Catahoula Texas -0.0632684992978399252 +16046 aapg_ac_613.html aapg_ac_613.html:3:185:200 Mesaverde San Juan, Argentina -0.0618855005417306009 +16047 cspg_html_7083999793 cspg_html_7083999793:51:7257:7267 Mount Head Western world -0.479161941644374367 +16048 sedimentology_html_8510537334 sedimentology_html_8510537334:1699:128123:128143 Bloomsburg Pennsylvania -0.450582005503512739 +16049 aapg_ah_647.html aapg_ah_647.html:22:2307:2316 Horquilla Naco, Sonora -0.473856858113634927 +16050 aapg_ad_350.html aapg_ad_350.html:418:45092:45100 Onondaga Helderberg -0.482353193831112415 +16051 cspg_html_2297270979 cspg_html_2297270979:509:57435:57443 Michigan Antrim, County Antrim -0.454610570976523354 +16052 aapg_af_786.html aapg_af_786.html:214:25177:25202 Tumey California -0.0544099822313272238 +16053 cspg_html_9136481292 cspg_html_9136481292:521:57916:57927 Peace River Lacombe, Alberta -0.0491380533416538867 +16054 geology_html_5755998770 geology_html_5755998770:303:18696:18705 San Diego California -0.456337429672799166 +16055 cspg_html_5950764790 cspg_html_5950764790:49:7280:7306 Nisku Lacombe, Alberta -0.472123282834716163 +16056 aapg_ai_15.html aapg_ai_15.html:27:4069:4075 Sabine Gulf Coast of the United States -0.0849117184576473893 +16057 cspg_html_4293350162 cspg_html_4293350162:448:48652:48670 Mount Head Carnarvon, Western Australia -0.028708628918134603 +16058 aapg_ae_180.html aapg_ae_180.html:70:8614:8633 Greenhorn Benton, Arkansas 0.0113270421399411219 +16059 aapg_ah_96.html aapg_ah_96.html:121:13217:13225 Winnipeg Black Hills -0.0159925297595795608 +16060 cspg_html_6252417471 cspg_html_6252417471:116:17867:17889 Horton River Banks Island -0.493489605901760553 +16061 palaios_html_6455472411 palaios_html_6455472411:620:65692:65706 Richmond Bloomington, Indiana -0.0312235809553752276 +16062 cspg_html_4645836177 cspg_html_4645836177:437:47113:47134 Missisauga Logan Canyon -0.457514673015389395 +16063 palaios_html_7645922717 palaios_html_7645922717:427:47725:47735 Table Head Sydney Basin -0.486998362492811809 +16064 gsa_html_4695276845 gsa_html_4695276845:133:16085:16103 Stirling Quartzite California -0.484079342907875299 +16065 aapg_ah_366.html aapg_ah_366.html:212:13254:13271 Paradox Mancos, Colorado -0.428791476930725279 +16066 aapg_ae_873.html aapg_ae_873.html:736:85230:85238 Woodbine Paluxy, Texas 0.0014766026609327194 +16067 aapg_af_880.html aapg_af_880.html:473:71602:71616 Naco Arizona -0.0686604263314506691 +16068 gsa_html_2247677304 gsa_html_2247677304:11:532:545 Santa Barbara California -0.0534020209213549729 +16069 sedimentology_html_1568456861 sedimentology_html_1568456861:873:67630:67636 Sierra Puerto Natales -0.49576151014248282 +16070 aapg_ad_696.html aapg_ad_696.html:97:9757:9763 Reklaw Charlotte, North Carolina -0.00326243548975702329 +16071 cspg_html_1312400675 cspg_html_1312400675:242:28300:28308 Paskapoo Edmonton, London -0.460146402321772174 +16072 palaios_html_4516284508 palaios_html_4516284508:16:964:970 Denver Denver -0.49009668288503172 +16073 aapg_ae_492.html aapg_ae_492.html:6:670:678 Victoria Gold Coast, Queensland -0.427988056850810095 +16074 AMJC_html_4376472287 AMJC_html_4376472287:743:88580:88584 Hall London, Ontario -0.439165406786194035 +16075 aapg_ae_467.html aapg_ae_467.html:642:50210:50228 Sylvania Detroit River International Wildlife Refuge -0.0428823001474314888 +16076 geology_html_9714557029 geology_html_9714557029:246:23648:23652 Kent Earth -0.499460251131451871 +16077 cspg_html_4105062490 cspg_html_4105062490:178:18678:18693 Banff Lacombe, Alberta -0.448578878596292641 +16078 aapg_ad_350.html aapg_ad_350.html:416:44597:44615 Catskill Huntington, West Virginia -0.0530916397448719588 +16079 cspg_html_1714269019 cspg_html_1714269019:412:46366:46402 Albert New Brunswick, New Jersey -0.0238644046922454368 +16080 AMJC_html_6539706032 AMJC_html_6539706032:183:18164:18182 Mamacoke Plainfield, Illinois -0.448408411516637184 +16081 aapg_ac_90.html aapg_ac_90.html:164:24515:24521 Navajo Reno, Nevada -0.0781101492998610009 +16082 aapg_ad_341.html aapg_ad_341.html:191:19569:19587 Knapp Pennsylvania -0.440254051746647612 +16083 gsa_html_1040524378 gsa_html_1040524378:598:68451:68473 Sandpoint Conglomerate Boise, Idaho -0.48878086726465575 +16084 cspg_html_5783501569 cspg_html_5783501569:5:259:293 Waterfowl Lacombe, Alberta -0.0307539456314618806 +16085 geology_html_4596195124 geology_html_4596195124:18:1108:1123 Huizachal Mexico -0.477204643263094197 +16086 aapg_aa_374.html aapg_aa_374.html:84:8653:8659 Denver Colorado -0.440254051746647612 +16087 aapg_ai_975.html aapg_ai_975.html:149:18183:18200 Hosston County Sligo -0.173197880719442004 +16088 cspg_html_8677760663 cspg_html_8677760663:6:316:333 Peace River Lacombe, Alberta -0.491106071608619299 +16089 aapg_ai_594.html aapg_ai_594.html:209:21868:21885 Plattin Missouri River -0.214946983457117352 +16090 aapg_ac_451.html aapg_ac_451.html:763:74363:74369 Kodiak Anchorage, Alaska -0.0257872942551229771 +16091 aapg_ad_466.html aapg_ad_466.html:1154:123794:123811 Calvert Kirkwood, Missouri -0.417578421309473924 +16092 gsa_html_1361916335 gsa_html_1361916335:788:71747:71755 Scotland London, Ontario -0.035973188044241329 +16093 cspg_html_5109837857 cspg_html_5109837857:184:23036:23055 Degerbols Henderson, Nevada -0.0504574244803313587 +16094 aapg_ah_416.html aapg_ah_416.html:98:8309:8319 Milk River Milk River, Alberta -0.510405393276880726 +16095 aapg_ac_65.html aapg_ac_65.html:902:72912:72920 Colorado Colorado -0.503865938507956024 +16096 gsa_html_7012936645 gsa_html_7012936645:773:62962:62983 Martinsburg Hamburg -0.42429358801520467 +16097 gsa_html_6753732431 gsa_html_6753732431:602:57612:57627 Sespe California -0.446078886082885928 +16098 aapg_ae_305.html aapg_ae_305.html:913:74809:74823 Une Reno, Nevada -0.0157614078878749141 +16099 aapg_ah_469.html aapg_ah_469.html:322:30432:30452 Cockfield Mississippi River -0.252176946473250729 +16100 gsa_html_7464626519 gsa_html_7464626519:740:76499:76528 Baraboo Quartzite Wisconsin -0.500830957900678664 +16101 aapg_ae_705.html aapg_ae_705.html:656:64723:64736 Santa Barbara California -0.465026484605756241 +16102 aapg_af_448.html aapg_af_448.html:288:29185:29194 San Diego California 0.0177008186812158755 +16103 cspg_html_9139420146 cspg_html_9139420146:290:29633:29649 Fernie Lacombe, Alberta -0.486881222882081688 +16104 aapg_ae_429.html aapg_ae_429.html:78:5486:5502 Stonewall Texas -0.42658041474227687 +16105 aapg_ac_720.html aapg_ac_720.html:95:12409:12417 Navesink Atlantic Highlands, New Jersey -0.450707909241451543 +16106 aapg_ak_104.html aapg_ak_104.html:467:46776:46790 Stony Mountain Nassau, Bahamas -0.442421809625085982 +16107 gsa_html_8988123414 gsa_html_8988123414:54:3365:3393 Green River Iran -0.0247441052038830135 +16108 aapg_af_684.html aapg_af_684.html:463:47143:47153 Washington Salem, Oregon -0.0419054197993560459 +16109 sedimentology_html_8045087252 sedimentology_html_8045087252:701:52545:52555 Washington Salem, Oregon -0.452887004013691252 +16110 aapg_ad_52.html aapg_ad_52.html:75:9344:9351 Chemung Marshall, Texas -0.0102706745632111761 +16111 geology_html_3683035926 geology_html_3683035926:11:511:520 Rochester Rochester, Kent -0.425424282088950667 +16112 gsa_html_9253181203 gsa_html_9253181203:581:69989:70005 Madrid Portland, Maine -0.0616410638413136674 +16113 aapg_ac_621.html aapg_ac_621.html:97:9120:9137 Stotler Dover, Delaware -0.0031964218159343861 +16114 cspg_html_6140605204 cspg_html_6140605204:116:17180:17188 Kootenay Elbow River -0.452172819913734925 +16115 aapg_ad_958.html aapg_ad_958.html:995:103410:103416 Warsaw Salem, Massachusetts 0.0252639519729088609 +16116 cspg_html_8840748783 cspg_html_8840748783:684:80572:80581 Margarita Porlamar -0.447314589257592876 +16117 jgeology_html_1846074040 jgeology_html_1846074040:377:27172:27203 North Mountain Basalt Closter, New Jersey -0.0412542252309949092 +16118 aapg_ac_983.html aapg_ac_983.html:394:61709:61718 Wyandotte Plattsburg, Missouri -0.451740527107044376 +16119 cspg_html_7278001817 cspg_html_7278001817:93:13544:13570 Sulphur Mountain Pine River (Michigan) -0.0715314923822443494 +16120 cspg_html_9683836416 cspg_html_9683836416:378:63608:63637 Belly River Lacombe, Alberta -0.432236767973233238 +16121 aapg_ad_379.html aapg_ad_379.html:258:21943:21948 Ouray Colorado -0.473663043482949409 +16122 sedimentology_html_4372260172 sedimentology_html_4372260172:654:53198:53218 Milk River Canada -0.421983856501260468 +16123 geology_html_3441880285 geology_html_3441880285:11:560:570 Washington Washington (state) -0.0116467387889204136 +16124 cspg_html_4773367370 cspg_html_4773367370:182:15658:15680 Beaver Mines Lacombe, Alberta -0.455197874748240694 +16125 palaios_html_2621173808 palaios_html_2621173808:1263:117519:117527 Columbia Victoria, British Columbia -0.448632716908224927 +16126 aapg_ad_880.html aapg_ad_880.html:219:23192:23200 Sundance Black Hills -0.00928383236367189522 +16127 cspg_html_3966956195 cspg_html_3966956195:453:39472:39509 Haynesville Canada -0.00619488152638453249 +16128 AMJC_html_1873062106 AMJC_html_1873062106:775:89061:89067 Pueblo Hopi Reservation -0.0225014864703161413 +16129 geology_html_1518005899 geology_html_1518005899:13:564:570 Reston Virginia -0.465561228542891226 +16130 geology_html_2719842842 geology_html_2719842842:205:15100:15118 Yakataga Yakutat City and Borough, Alaska 0.00753780424990633125 +16131 gsa_html_5246069804 gsa_html_5246069804:504:44359:44387 Green River Colorado -0.0162966409406991447 +16132 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76387:76393 Oregon Washington (state) -0.0295851529329683692 +16133 cspg_html_5017240192 cspg_html_5017240192:69:9035:9079 Madison Manitoba -0.0540071290768429357 +16134 aapg_ai_29.html aapg_ai_29.html:224:27648:27655 Reynosa Duval County, Texas -0.4784100389871494 +16135 geology_html_6995506328 geology_html_6995506328:136:13497:13505 Rockwell California -0.0564246022018785667 +16136 gsa_html_6982030333 gsa_html_6982030333:20:1149:1155 Oregon Salem, Oregon -0.040714500181089297 +16137 aapg_ad_78.html aapg_ad_78.html:27:3646:3651 Price Denver -0.437521522641479033 +16138 gsa_html_7485655092 gsa_html_7485655092:1430:102927:102955 Green River Colorado -0.458913519660435476 +16139 cspg_html_9139420146 cspg_html_9139420146:31:3971:3983 Fernie Middle East -0.443933785681361437 +16140 cspg_html_4298557570 cspg_html_4298557570:79:12952:12960 Whitemud McLeod Ganj -0.0731687991041161251 +16141 cspg_html_9735723617 cspg_html_9735723617:72:11319:11353 Escuminac Canada -0.520263320497991177 +16142 cspg_html_7037732498 cspg_html_7037732498:63:8328:8340 Medicine Hat Lacombe, Alberta -0.0623936110390825444 +16143 aapg_aa_15.html aapg_aa_15.html:183:24895:24913 Whitsett Falls City, Nebraska -0.449703411954729404 +16144 aapg_ah_871.html aapg_ah_871.html:160:19519:19524 Chazy Ottawa, Kansas -0.48294529227432792 +16145 cspg_html_4626597050 cspg_html_4626597050:537:58966:58985 Chugwater Cheyenne, Wyoming -0.448350101124535771 +16146 cspg_html_7224545905 cspg_html_7224545905:26:2550:2561 Grand Forks Bow Island Airport -0.0566147574837802953 +16147 aapg_ad_351.html aapg_ad_351.html:460:41138:41147 Northview Sedalia, Missouri -0.480611894173340604 +16148 aapg_ae_448.html aapg_ae_448.html:215:23992:24009 Concord Hunt County, Texas -0.0152331376513424877 +16149 cspg_html_8789242291 cspg_html_8789242291:169:23619:23648 Ravenscrag Estevan -0.452887004013691252 +16150 aapg_ae_678.html aapg_ae_678.html:314:39188:39210 Green River Uinta Mountains 0.448542988149343402 +16151 palaios_html_3036115408 palaios_html_3036115408:171:15633:15649 Oldman Canada -0.454414135268558672 +16152 sedimentology_html_6261114825 sedimentology_html_6261114825:615:48341:48347 Madrid Santa Cruz, California -0.0578709660660540678 +16153 sedimentology_html_6210806021 sedimentology_html_6210806021:17:1176:1186 Pine Point Canada -0.471754879498828661 +16154 aapg_ac_629.html aapg_ac_629.html:182:25492:25501 Red River Mississippi River -0.433864776993285517 +16155 cspg_html_4666332434 cspg_html_4666332434:631:81067:81093 Belly River Canada -0.430532356052481968 +16156 geology_html_8042752734 geology_html_8042752734:74:5720:5736 Saugus Durham, North Carolina -0.454034931813569353 +16157 geology_html_5638110690 geology_html_5638110690:11:510:520 Washington Seattle -0.0249388283192189877 +16158 aapg_ah_878.html aapg_ah_878.html:258:29975:29986 Fossil Hill Lake Huron -0.0397744087434021287 +16159 cspg_html_1743060601 cspg_html_1743060601:20:3155:3161 Fernie Victoria, British Columbia 0.0156623563422135965 +16160 aapg_ad_111.html aapg_ad_111.html:17:3020:3039 Mesaverde Mesa, Arizona -0.41259017096098427 +16161 aapg_ae_72.html aapg_ae_72.html:13:2347:2355 San Luis Kaibab, Arizona -0.0581693509362974023 +16162 aapg_ah_143.html aapg_ah_143.html:47:4170:4182 Saskatchewan Lacombe, Alberta -0.0485106911577510083 +16163 aapg_ac_440.html aapg_ac_440.html:475:59354:59360 Reston Virginia -0.490143713980378037 +16164 gsa_html_1744648670 gsa_html_1744648670:1875:159147:159175 Green River New Mexico -0.0278217295801544348 +16165 aapg_ah_532.html aapg_ah_532.html:69:6492:6507 Ouray Leadville, Colorado -0.432686505514578101 +16166 gsa_html_2162821431 gsa_html_2162821431:930:83455:83464 San Diego Anza-Borrego Desert State Park -0.00639293020944086028 +16167 geology_html_3464098724 geology_html_3464098724:11:568:578 Washington Washington (state) -0.0218513582866363479 +16168 aapg_ah_138.html aapg_ah_138.html:19:1864:1874 Fort Union Niobrara, Nebraska -0.178803682262541341 +16169 aapg_af_154.html aapg_af_154.html:11:962:970 Beaumont Saratoga, California -0.443933785681361437 +16170 gsa_html_9310053579 gsa_html_9310053579:733:63717:63737 Wenatchee Washington (state) -0.268608617283516871 +16171 gsa_html_3191945202 gsa_html_3191945202:773:52143:52147 Bell California -0.0395933648576628841 +16172 sedimentology_html_8747546230 sedimentology_html_8747546230:818:80541:80564 Brushy Canyon West, Texas -0.0376282120976162635 +16173 gsa_html_3649667431 gsa_html_3649667431:1179:95165:95193 Green River Colorado -0.436832441054611387 +16174 aapg_aa_43.html aapg_aa_43.html:1092:98247:98261 Frio Texas -0.402932560256648253 +16175 aapg_aa_962.html aapg_aa_962.html:212:21266:21277 Black River Mississippi River -0.432227951733042737 +16176 aapg_ae_416.html aapg_ae_416.html:189:16937:16950 Fleming Texas -0.0379467177170490291 +16177 aapg_ai_28.html aapg_ai_28.html:35:3134:3143 Catahoula Beaumont, Texas 0.702508860595604134 +16178 aapg_ae_154.html aapg_ae_154.html:313:28408:28416 Columbia Victoria, British Columbia -0.0249440441513266963 +16179 sedimentology_html_7775845660 sedimentology_html_7775845660:703:58669:58695 Monterey California -0.0140376196944260508 +16180 aapg_ai_492.html aapg_ai_492.html:146:18736:18754 Moenkopi San Rafael Swell 0.385190431025593472 +16181 aapg_ac_841.html aapg_ac_841.html:199:25527:25543 Metapan Guatemala 0.0385767972086158845 +16182 geology_html_3216923540 geology_html_3216923540:12:466:472 Reston Virginia -0.472722268874013252 +16183 cspg_html_9222238695 cspg_html_9222238695:36:6087:6095 Columbia Lacombe, Alberta -0.455197874748240694 +16184 geology_html_5745933097 geology_html_5745933097:398:27939:27947 Virginia Hampton, New Hampshire -0.494585786210081368 +16185 aapg_ae_999.html aapg_ae_999.html:98:15046:15055 Catahoula Texas -0.466073422560892126 +16186 gsa_html_9342646724 gsa_html_9342646724:73:5828:5856 Green River Colorado -0.0136379673462826371 +16187 aapg_aa_595.html aapg_aa_595.html:333:35507:35510 Abo Wichita, Kansas -0.461510681588769789 +16188 cspg_html_4293350162 cspg_html_4293350162:814:88367:88383 Golata Victoria, British Columbia -0.490195451192383946 +16189 aapg_ae_272.html aapg_ae_272.html:399:36955:36961 Vernon Midland County, Michigan -0.463332970234029085 +16190 aapg_ai_595.html aapg_ai_595.html:96:7249:7268 Woodbine Buda, Texas -0.462717531176716879 +16191 geology_html_6217398404 geology_html_6217398404:15:895:905 Washington Earth -0.484098022941034878 +16192 aapg_af_770.html aapg_af_770.html:613:57255:57265 Wind River West Coast of the United States -0.443715087361728711 +16193 palaios_html_3912601201 palaios_html_3912601201:693:65721:65752 Chinle Arizona -0.436929900849743147 +16194 cspg_html_9725676031 cspg_html_9725676031:37:4538:4554 Lepine Colorado -0.454143259443463898 +16195 cspg_html_9343899465 cspg_html_9343899465:1443:119750:119771 Bathurst Melville, New York -0.471336008805755435 +16196 gsa_html_1465687448 gsa_html_1465687448:679:78881:78894 Waverly Kentucky -0.0607000731941202479 +16197 aapg_ad_154.html aapg_ad_154.html:235:30017:30033 Elbrook Martinsburg, Nebraska -0.0101247315019664351 +16198 geology_html_4705110813 geology_html_4705110813:18:1090:1100 Washington Vancouver -0.423116197439436237 +16199 cspg_html_1222040397 cspg_html_1222040397:812:92811:92831 Road River Victoria, British Columbia -0.436850160261835319 +16200 gsa_html_9267548624 gsa_html_9267548624:822:76663:76691 Green River Colorado -0.0200262605794136288 +16201 gsa_html_1860930948 gsa_html_1860930948:744:74203:74217 Cedar Mountain Colorado -0.503165861670836323 +16202 aapg_af_839.html aapg_af_839.html:35:5154:5162 Traverse Salem, Massachusetts -0.453234160803079433 +16203 cspg_html_3461479787 cspg_html_3461479787:16:1835:1849 Mission Canyon Regina, Saskatchewan -0.425363011053494167 +16204 gsa_html_5274400800 gsa_html_5274400800:617:50094:50120 Monterey Los Angeles -0.00729110700735253591 +16205 aapg_ai_284.html aapg_ai_284.html:323:29397:29402 Logan Perth, Western Australia -0.474438560215669658 +16206 aapg_ad_98.html aapg_ad_98.html:314:32012:32029 Roberts Mountains Reno, Nevada -0.442620143363224416 +16207 gsa_html_2178342427 gsa_html_2178342427:617:59181:59204 Golden Valley Williston Basin -0.480807266046245518 +16208 aapg_ah_301.html aapg_ah_301.html:747:88768:88786 Anacacho Texas -0.0575132711788683623 +16209 gsa_html_3380395839 gsa_html_3380395839:29:1639:1661 Siletz River Volcanics Salem, Oregon -0.0340417857765505233 +16210 aapg_ai_0.html aapg_ai_0.html:336:40850:40861 San Antonio Lavaca, Arkansas -0.0239565449099976777 +16211 cspg_html_5880669950 cspg_html_5880669950:6:240:269 Swan Hills Lacombe, Alberta -0.492074236212164284 +16212 palaios_html_8055229939 palaios_html_8055229939:118:14042:14068 Dolores Colorado -0.0249388283192189877 +16213 gsa_html_5118510819 gsa_html_5118510819:168:15904:15912 Colorado Denver -0.470188590895520009 +16214 aapg_ad_184.html aapg_ad_184.html:299:40240:40260 Chepultepec Dolomite Virginia -0.0836561503881612795 +16215 aapg_ah_876.html aapg_ah_876.html:657:81796:81810 Rusk Arkansas -0.0574103284604600139 +16216 aapg_ae_324.html aapg_ae_324.html:524:52989:52998 Newcastle Virginia -0.0617213776801215988 +16217 geology_html_7569052644 geology_html_7569052644:59:5250:5257 Cercado Dominican Republic 0.428095579212077582 +16218 cspg_html_4924970281 cspg_html_4924970281:6:416:436 Clearwater Lacombe, Alberta -0.0280825762237737336 +16219 cspg_html_8250755331 cspg_html_8250755331:554:63166:63183 Wapiabi Lacombe, Alberta -0.459805657368256959 +16220 aapg_ah_644.html aapg_ah_644.html:285:33836:33841 Swift Williston Basin 0.0324899486535596832 +16221 palaios_html_8029736168 palaios_html_8029736168:668:68686:68712 Horseshoe Canyon Canada -0.0331440604270269723 +16222 aapg_ae_40.html aapg_ae_40.html:191:16031:16042 Viola Healdton, Oklahoma -0.455229509631582041 +16223 cspg_html_3016068951 cspg_html_3016068951:6:280:292 Saskatchewan Regina, Saskatchewan -0.452887004013691252 +16224 aapg_ai_366.html aapg_ai_366.html:11:1477:1485 Beaumont Texas -0.478535310781285639 +16225 aapg_ae_779.html aapg_ae_779.html:3:393:408 Bliss Texas -0.0206137481511775786 +16226 aapg_ae_16.html aapg_ae_16.html:62:7314:7331 Mattson Liard River, British Columbia -0.218172583716284035 +16227 cspg_html_6984906794 cspg_html_6984906794:548:41471:41489 Kaskapau Lacombe, Alberta -0.0184133695346841396 +16228 aapg_ai_751.html aapg_ai_751.html:302:33133:33141 Sycamore Upshur County, West Virginia -0.458784199315796892 +16229 cspg_html_8438548095 cspg_html_8438548095:297:28204:28228 St. Mary River Drumheller -0.0260168057224487229 +16230 cspg_html_6285618099 cspg_html_6285618099:149:15160:15168 Edmonton London, Ontario -0.0285729816596476081 +16231 gsa_html_8161586681 gsa_html_8161586681:734:75120:75128 Columbia Columbia River -0.461171691164054931 +16232 cspg_html_9343899465 cspg_html_9343899465:1082:92957:92969 Hecla Bay Bathurst Island (Northern Territory) -0.245728549059372803 +16233 palaios_html_9876040400 palaios_html_9876040400:81:8470:8501 White River Logan County, West Virginia -0.538071158952320494 +16234 cspg_html_6874854939 cspg_html_6874854939:385:44814:44829 Melville Island Canadian Arctic Archipelago -0.448377013151321557 +16235 aapg_ai_13.html aapg_ai_13.html:24:2442:2457 Viola Honey Brook, Pennsylvania -0.447153316157111791 +16236 gsa_html_4930932370 gsa_html_4930932370:837:84999:85024 Onaping Sudbury, Suffolk -0.465888175365361257 +16237 cspg_html_9046359229 cspg_html_9046359229:975:105985:106004 Kishenehn Victoria, British Columbia -0.451621232485637181 +16238 aapg_ae_250.html aapg_ae_250.html:17:2354:2387 Minnelusa Cheyenne, Wyoming -0.462877048614286357 +16239 aapg_ae_324.html aapg_ae_324.html:836:84251:84262 Beekmantown Cumberland, Maryland -0.417415641024188155 +16240 aapg_ac_301.html aapg_ac_301.html:134:15838:15862 Fish Haven Dolomite Boise, Idaho -0.017099513850188628 +16241 aapg_ah_416.html aapg_ah_416.html:220:19076:19086 Milk River Canada -0.158606819268052451 +16242 aapg_ac_458.html aapg_ac_458.html:283:28023:28032 Mesaverde Powder River (Montana) -0.404043114696398364 +16243 palaios_html_2945835736 palaios_html_2945835736:128:12454:12464 Fort Union Big Horn Mountains -0.0105834116577304821 +16244 cspg_html_3966956195 cspg_html_3966956195:395:36418:36434 George Canada -0.488731563736560848 +16245 cspg_html_5376629375 cspg_html_5376629375:564:55967:56001 Waterfowl Canmore, Alberta -0.0389701822838023973 +16246 aapg_ae_848.html aapg_ae_848.html:57:5726:5738 Saskatchewan Lacombe, Alberta -0.512668465076078217 +16247 AMJC_html_4504848787 AMJC_html_4504848787:551:54978:54986 Virginia Blue Ridge Mountains -0.0707549992783903375 +16248 aapg_ae_884.html aapg_ae_884.html:138:17921:17937 Raton Fruitland, Idaho -0.0651025153851810395 +16249 geology_html_6582769965 geology_html_6582769965:128:13821:13842 Gorge Perth, Western Australia -0.427803761062237942 +16250 cspg_html_6984906794 cspg_html_6984906794:1064:70526:70546 Duck Creek Texas -0.452896019392303839 +16251 palaios_html_3308412288 palaios_html_3308412288:161:20471:20487 Bighorn Dolomite Big Horn Mountains -0.453044786078658057 +16252 aapg_ad_466.html aapg_ad_466.html:1383:147146:147163 Magothy Raritan River -0.432382247831122113 +16253 aapg_ae_865.html aapg_ae_865.html:742:43506:43514 Virginia Maryland -0.471336008805755435 +16254 gsa_html_7542416588 gsa_html_7542416588:29:1232:1240 Colorado Colorado -0.465579516089382972 +16255 gsa_html_8517233795 gsa_html_8517233795:693:63140:63158 Monterey Los Angeles -0.00682551256752809629 +16256 cspg_html_6306091047 cspg_html_6306091047:84:14077:14085 Columbia Victoria, British Columbia -0.0400668715535646355 +16257 sedimentology_html_7473206318 sedimentology_html_7473206318:1121:77003:77008 Price Gold Coast, Queensland -0.484434333090292712 +16258 aapg_ai_281.html aapg_ai_281.html:236:23282:23299 Tamabra Veracruz, Veracruz -0.495711798447340535 +16259 aapg_ai_796.html aapg_ai_796.html:168:19049:19068 Athabasca Canada -0.0522564675368267714 +16260 gsa_html_5039569238 gsa_html_5039569238:249:21572:21582 Mount Hawk North Dakota -0.4796264052884881 +16261 aapg_ah_71.html aapg_ah_71.html:44:4391:4397 Weches Shreveport, Louisiana -0.427935397269568418 +16262 aapg_ah_95.html aapg_ah_95.html:3:157:181 Concha Arizona -0.448408411516637184 +16263 sedimentology_html_5813480998 sedimentology_html_5813480998:981:80687:80692 Chazy Quebec City -0.0221155785118801462 +16264 aapg_ad_659.html aapg_ad_659.html:133:17721:17743 Solor Church Duluth, Georgia 0.0431783457838263024 +16265 cspg_html_8891363498 cspg_html_8891363498:189:17467:17487 Blue Fiord Ellesmere Island 0.360737771717400457 +16266 gsa_html_9417870342 gsa_html_9417870342:62:6152:6158 Provo Yuma, Arizona -0.469028899015838996 +16267 aapg_ad_338.html aapg_ad_338.html:261:28253:28266 Merchantville Woodbury, New Jersey -0.0171725037246518962 +16268 gsa_html_1254347878 gsa_html_1254347878:148:18981:19000 Grinnell Spokane, Washington -0.456344217050148659 +16269 aapg_ah_95.html aapg_ah_95.html:74:7921:7927 Concha Arizona -0.441048011313096677 +16270 gsa_html_6143207195 gsa_html_6143207195:711:69114:69122 Rockwell California -0.0910263636495563661 +16271 aapg_ai_53.html aapg_ai_53.html:69:8030:8040 Indio Carrizo Plain -0.486548633935625752 +16272 aapg_ac_278.html aapg_ac_278.html:305:24650:24655 Price Michigan -0.452909542628234352 +16273 aapg_ad_871.html aapg_ad_871.html:3:185:199 Traverse Michigan -0.0448450976147788255 +16274 geology_html_6392243752 geology_html_6392243752:102:13023:13046 Gile Mountain Bennington, Vermont -0.032256843292129446 +16275 aapg_ai_957.html aapg_ai_957.html:189:20832:20838 Lissie Austin, Chicago -0.109072115338904235 +16276 aapg_ae_876.html aapg_ae_876.html:196:19107:19116 Salt Lake Vernal, Utah 0.0070791567962302333 +16277 aapg_af_188.html aapg_af_188.html:97:12137:12145 Billings Columbus, Ohio -0.507841039296802688 +16278 cspg_html_9474105160 cspg_html_9474105160:9:1755:1760 Banff Lacombe, Alberta -0.436225760714651634 +16279 cspg_html_9354781888 cspg_html_9354781888:671:53857:53865 Columbia Victoria, British Columbia -0.416962170343268934 +16280 sedimentology_html_1357220663 sedimentology_html_1357220663:573:41669:41673 Hall London, Ontario -0.457492019193031785 +16281 jgeology_html_9881994882 jgeology_html_9881994882:1066:58223:58244 Green River Cheyenne, Wyoming -0.420983530191217814 +16282 gsa_html_4385238876 gsa_html_4385238876:597:61586:61607 Wolverine Kayah State -0.476324834178458445 +16283 cspg_html_3447886929 cspg_html_3447886929:54:7204:7224 Black Cove Canada 0.436788144505348253 +16284 aapg_ae_393.html aapg_ae_393.html:3:307:320 Woodbine East Texas -0.0152261868031426748 +16285 aapg_af_22.html aapg_af_22.html:503:58035:58067 Pekisko Lacombe, Alberta -0.433376961451207021 +16286 jgeology_html_7218166865 jgeology_html_7218166865:102:4971:5004 Morrison San Juan County, Utah -0.422007842206250927 +16287 aapg_ac_563.html aapg_ac_563.html:410:58408:58425 Yucatan Melbourne, Florida -0.46326000708216164 +16288 cspg_html_3447886929 cspg_html_3447886929:124:14662:14669 Macasty Utica, New York -0.494670894236060144 +16289 aapg_ac_723.html aapg_ac_723.html:3:405:421 Caseyville Ohio -0.0305069594683283034 +16290 aapg_ac_807.html aapg_ac_807.html:399:41110:41118 Monmouth Chesapeake Bay 0.559539244010625048 +16291 cspg_html_8979693271 cspg_html_8979693271:331:41810:41821 Coal Valley Lacombe, Alberta -0.469152832749018645 +16292 cspg_html_9177794814 cspg_html_9177794814:8:810:824 Lisburne Anchorage, Alaska -0.474992922950619234 +16293 gsa_html_8179386002 gsa_html_8179386002:1740:165944:165949 Davis California -0.493513215479836842 +16294 aapg_ah_972.html aapg_ah_972.html:274:27820:27833 Wellborn Polk County, Florida -0.0687408374731612593 +16295 cspg_html_3043423556 cspg_html_3043423556:342:37163:37180 Bedford Bridgetown, Nova Scotia -0.0233880656689205678 +16296 cspg_html_1498300615 cspg_html_1498300615:103:13173:13190 Maligne Lacombe, Alberta -0.437987106587424679 +16297 cspg_html_1962846283 cspg_html_1962846283:298:32377:32385 Columbia Victoria, British Columbia -0.446011775932438015 +16298 aapg_ad_338.html aapg_ad_338.html:18:2555:2567 Marshalltown Navesink River -0.00893635855203990699 +16299 cspg_html_9587281669 cspg_html_9587281669:395:48505:48513 Columbia Lacombe, Alberta -0.00447500993536276322 +16300 aapg_ae_471.html aapg_ae_471.html:9:1287:1306 Smackover Lafayette County, Florida 0.0232350838706968307 +16301 sedimentology_html_7390870545 sedimentology_html_7390870545:1081:82266:82309 Bluff Bridgetown, Nova Scotia -0.0346577090486229963 +16302 aapg_ae_428.html aapg_ae_428.html:934:73443:73459 Sheep Creek Colorado 0.0208049463724238951 +16303 geology_html_9300088422 geology_html_9300088422:455:25407:25413 Moscow Russia -0.489483165548852517 +16304 gsa_html_5602179168 gsa_html_5602179168:29:2796:2824 Green River New Mexico -0.432249992487968249 +16305 aapg_ah_894.html aapg_ah_894.html:99:16712:16753 Kekiktuk North Slope Borough, Alaska -0.534389248297020059 +16306 cspg_html_5705427229 cspg_html_5705427229:19:1912:1931 Hay River Lacombe, Alberta -0.502719362846455242 +16307 sedimentology_html_3941612453 sedimentology_html_3941612453:27:1942:1952 Washington Wa (Japan) -0.00802946509668115739 +16308 aapg_ai_533.html aapg_ai_533.html:380:31832:31844 Saskatchewan Canada -0.482150482079643117 +16309 aapg_aa_621.html aapg_aa_621.html:85:9355:9376 Wind River Fort Union Trading Post National Historic Site -0.431848931287101001 +16310 aapg_ai_78.html aapg_ai_78.html:48:4940:4957 Catahoula Shreveport, Louisiana -0.033900859013031269 +16311 gsa_html_1419461902 gsa_html_1419461902:31:1708:1714 Denver Colorado -0.0600280242274353476 +16312 jgeology_html_2563614336 jgeology_html_2563614336:849:57636:57647 San Jacinto Lake Elsinore, California -0.0598395143222002907 +16313 aapg_ad_42.html aapg_ad_42.html:238:24738:24746 Imperial Bald Mountain (Idaho) -0.457068497754203162 +16314 gsa_html_9843343868 gsa_html_9843343868:820:67676:67684 Colorado Florissant, Colorado -0.0147795988543257695 +16315 gsa_html_4873957926 gsa_html_4873957926:1268:127972:127980 Colorado San Juan, Argentina -0.0860904504925492919 +16316 aapg_ac_692.html aapg_ac_692.html:12:1700:1705 Swift Regina, Saskatchewan -0.449135360797609628 +16317 cspg_html_6715452766 cspg_html_6715452766:362:44423:44445 Eureka Sound Ellesmere Island -0.44951252529713398 +16318 aapg_ac_629.html aapg_ac_629.html:513:63001:63011 Citronelle Texas -0.441637804770763531 +16319 geology_html_9569640645 geology_html_9569640645:199:20154:20171 Pamlico North Carolina -0.00346568835703443216 +16320 cspg_html_6985536436 cspg_html_6985536436:315:41975:42033 Isachsen Banks Island 0.00088769823007264 +16321 gsa_html_5022585285 gsa_html_5022585285:597:55313:55323 Rio Grande Ancient Corinth -0.466718659783226908 +16322 cspg_html_1962846283 cspg_html_1962846283:78:10392:10408 Fernie Kootenay River -0.42652126035610638 +16323 aapg_ah_816.html aapg_ah_816.html:35:3472:3480 Virginia Maryland -0.0477788324631043676 +16324 cspg_html_7938374662 cspg_html_7938374662:44:4439:4461 Grand Rapids Clearwater, Florida -0.459805657368256959 +16325 gsa_html_4312040636 gsa_html_4312040636:833:76267:76296 Humboldt California -0.0168284107080514181 +16326 palaios_html_8950546356 palaios_html_8950546356:319:32283:32316 Morrison New Mexico 0.00452191499750925936 +16327 aapg_af_471.html aapg_af_471.html:69:9268:9288 Pennington Knoxville, Tennessee 0.408332155117914319 +16328 aapg_aa_394.html aapg_aa_394.html:80:9344:9364 Pottsville Pottsville, Pennsylvania -0.397034474828200867 +16329 aapg_ah_186.html aapg_ah_186.html:326:23830:23836 Sierra Mexico -0.409403548680465024 +16330 gsa_html_4591711448 gsa_html_4591711448:360:39095:39112 Conant Creek Tuff Cheyenne, Wyoming -0.477121254719662491 +16331 gsa_html_1549665076 gsa_html_1549665076:747:66757:66763 Reston Virginia -0.0445315771469266958 +16332 aapg_ai_689.html aapg_ai_689.html:241:28344:28388 Tesnus Texas -0.0223919711537192666 +16333 aapg_aa_23.html aapg_aa_23.html:862:112484:112490 Inwood Grand Rapids, Michigan -0.470365549607814404 +16334 aapg_ah_469.html aapg_ah_469.html:250:19737:19749 Midway Arkansas -0.0191815618988117366 +16335 aapg_af_142.html aapg_af_142.html:326:41838:41857 Cotton Valley Shreveport, Louisiana 0.00348653482604391416 +16336 aapg_ae_794.html aapg_ae_794.html:708:81127:81133 Coffee Selma to Montgomery marches -0.474842748246669499 +16337 gsa_html_7856084240 gsa_html_7856084240:781:61060:61070 Camp Creek Earth 0.0171307951953313421 +16338 aapg_ai_758.html aapg_ai_758.html:45:6193:6197 Bell Illinois -0.00424743388825097462 +16339 aapg_ae_306.html aapg_ae_306.html:983:112650:112660 Concepcion Western world -0.476130470160059438 +16340 gsa_html_2832151886 gsa_html_2832151886:302:22785:22803 Dunvegan Lacombe, Alberta 0.0285799378953653545 +16341 aapg_aa_251.html aapg_aa_251.html:163:13278:13287 Smackover Texas -0.471501691978871318 +16342 cspg_html_1984085623 cspg_html_1984085623:338:40641:40655 Colorado Lacombe, Alberta -0.467950951742638677 +16343 cspg_html_4210762654 cspg_html_4210762654:190:26974:26989 Nisku Lacombe, Alberta -0.0112818678629079024 +16344 aapg_aa_626.html aapg_aa_626.html:268:30734:30752 Patuxent Maryland -0.0272061513057389563 +16345 aapg_ae_921.html aapg_ae_921.html:91:4761:4775 Sentinel Butte Stark County, Illinois -0.462225485866077257 +16346 aapg_ae_780.html aapg_ae_780.html:227:20068:20093 Carlisle Center Cobleskill (town), New York -0.457650607934439568 +16347 geology_html_2550383499 geology_html_2550383499:201:23020:23028 Michigan Lake Superior -0.0286199363218920082 +16348 aapg_ae_634.html aapg_ae_634.html:34:3590:3598 Niobrara Arapahoe County, Kansas Territory -0.0275956665484899596 +16349 cspg_html_8362959053 cspg_html_8362959053:140:19560:19575 Gates Boulder Creek (Colorado) -0.452977161832460395 +16350 aapg_ac_807.html aapg_ac_807.html:871:84960:84971 Selma Chalk Chattahoochee County, Georgia -0.016748470666176702 +16351 aapg_af_460.html aapg_af_460.html:48:4480:4501 Jacobsville Wisconsin -0.432236767973233238 +16352 aapg_aa_357.html aapg_aa_357.html:480:43186:43202 Carmel Carmel, Indiana -0.456661018199272462 +16353 cspg_html_5109837857 cspg_html_5109837857:184:22946:22967 Trold Fiord Henderson, Nevada -0.0684576556207592141 +16354 sedimentology_html_9529674449 sedimentology_html_9529674449:535:34093:34097 Hall London, Ontario -0.464409872562970838 +16355 sedimentology_html_6084996636 sedimentology_html_6084996636:154:17529:17566 Morgan Colorado 0.378304456708789372 +16356 AMJC_html_4504848787 AMJC_html_4504848787:39:4794:4831 Mechum River Blue Ridge Mountains -0.484413309843390927 +16357 geology_html_1573138807 geology_html_1573138807:250:23647:23665 Harebell Cheyenne, Wyoming -0.0709788415156367009 +16358 palaios_html_7565718144 palaios_html_7565718144:64:7502:7510 Edmonton Lacombe, Alberta -0.497237628494831441 +16359 aapg_af_775.html aapg_af_775.html:337:22936:22956 Catahoula Beaumont, Texas -0.396862271759469809 +16360 aapg_aa_940.html aapg_aa_940.html:158:16664:16678 Aux Vases Missouri River -0.464610795373413321 +16361 aapg_af_166.html aapg_af_166.html:269:30850:30863 Lagarto Oakville, California -0.00904754985525311507 +16362 aapg_ai_583.html aapg_ai_583.html:136:19185:19193 Sundance Cheyenne, Wyoming -0.0247649682755329906 +16363 aapg_ah_505.html aapg_ah_505.html:1425:113639:113646 Laramie Denver -0.450829332903146696 +16364 sedimentology_html_2359041650 sedimentology_html_2359041650:170:16215:16220 Crete Crete -0.492225096233327442 +16365 aapg_ai_816.html aapg_ai_816.html:405:67303:67313 Deer Creek Shawnee, Oklahoma -0.0098536958986005091 +16366 cspg_html_3630723811 cspg_html_3630723811:127:13105:13124 Athabasca Lacombe, Alberta -0.496915172747898759 +16367 aapg_ae_3.html aapg_ae_3.html:96:12931:12949 Chainman Reno, Nevada -0.0231533782740243055 +16368 sedimentology_html_7399126879 sedimentology_html_7399126879:2021:97843:97863 Milk River Lacombe, Alberta -0.0425131277640511673 +16369 cspg_html_6252417471 cspg_html_6252417471:1129:90955:90962 Cookson Banks Island -0.485799611688376376 +16370 aapg_ak_103.html aapg_ak_103.html:26:3341:3347 Provo Chatham, Massachusetts -0.46567095948211501 +16371 aapg_ah_590.html aapg_ah_590.html:107:8921:8931 Washington Montgomery (town), New York -0.431078138050761561 +16372 aapg_ae_513.html aapg_ae_513.html:49:4325:4335 Tuscaloosa Austin County, Texas -0.446052041434467972 +16373 aapg_ai_223.html aapg_ai_223.html:48:4979:4987 Frontier Niobrara, Nebraska -0.436832441054611387 +16374 palaios_html_6815039820 palaios_html_6815039820:554:48833:48851 Edmonton Lacombe, Alberta -0.46326000708216164 +16375 cspg_html_6306091047 cspg_html_6306091047:15:2205:2213 Columbia Victoria, British Columbia -0.485207879698670519 +16376 cspg_html_9843429624 cspg_html_9843429624:107:12801:12816 Nisku Lacombe, Alberta -0.471292292074721564 +16377 aapg_ah_73.html aapg_ah_73.html:100:11336:11355 Smackover Ohio 0.00553124928900665478 +16378 aapg_af_502.html aapg_af_502.html:89:11499:11524 Smackover Bossier City, Louisiana 0.0116050390489145696 +16379 geology_html_1754147669 geology_html_1754147669:217:20988:20998 Washington Seattle -0.423164225946506323 +16380 gsa_html_2998645358 gsa_html_2998645358:11:539:552 Santa Barbara California -0.060940981097562269 +16381 aapg_af_995.html aapg_af_995.html:540:92468:92475 Madison Colorado -0.0983076065293314733 +16382 cspg_html_4326384800 cspg_html_4326384800:1015:148990:149000 Swan Hills Western world -0.451731523193220186 +16383 aapg_aa_563.html aapg_aa_563.html:215:29083:29106 Comanche Peak San Antonio -0.0346368297266972797 +16384 aapg_ai_999.html aapg_ai_999.html:184:13153:13176 Gypsum Spring Cheyenne, Wyoming -0.0501628553574823693 +16385 aapg_ae_534.html aapg_ae_534.html:66:6933:6949 Tyonek Kenai, Alaska -0.0703720409304182948 +16386 aapg_af_715.html aapg_af_715.html:51:5767:5775 Manganui Stratford, Connecticut -0.215262634865573288 +16387 cspg_html_7086880709 cspg_html_7086880709:520:68456:68477 Lonely Bay Great Slave Lake -0.449451899065432481 +16388 aapg_aa_717.html aapg_aa_717.html:84:11483:11498 Gatesburg Middle Ordovician -0.506417969655151956 +16389 aapg_ac_730.html aapg_ac_730.html:289:39708:39717 Mesaverde Western world -0.436810292517708865 +16390 gsa_html_4307911073 gsa_html_4307911073:431:34468:34474 Sonora Sonora -0.442575570278969321 +16391 cspg_html_1878628154 cspg_html_1878628154:16:1884:1924 Montney Victoria, British Columbia -0.457514673015389395 +16392 aapg_ad_111.html aapg_ad_111.html:498:50737:50752 Mesaverde Colorado -0.0333528273781736606 +16393 aapg_ad_786.html aapg_ad_786.html:86:8964:8981 Tanyard Llano, Texas -0.0329039831634222388 +16394 geology_html_5045588189 geology_html_5045588189:219:23358:23375 Sisquoc California -0.028002582716924157 +16395 geology_html_4334622851 geology_html_4334622851:50:6881:6887 Pueblo Colorado -0.478284785297837578 +16396 aapg_ai_533.html aapg_ai_533.html:129:13654:13672 Winnipeg Winnipeg -0.434673209477638822 +16397 palaios_html_6090005613 palaios_html_6090005613:592:38016:38032 Racine Wisconsin -0.0300077841382245594 +16398 aapg_ai_932.html aapg_ai_932.html:331:51335:51353 Monterey Monterey, California -0.465104162426203172 +16399 aapg_ah_429.html aapg_ah_429.html:108:9121:9141 San Andres Delaware -0.00219579757813341547 +16400 cspg_html_5807593737 cspg_html_5807593737:11:1340:1362 Woodbend Lacombe, Alberta -0.450582005503512739 +16401 aapg_ai_688.html aapg_ai_688.html:12:1696:1708 Salina Ohio -0.477790905452477432 +16402 cspg_html_4664502755 cspg_html_4664502755:575:71984:72003 Ellerslie Lacombe, Alberta -0.45896570683289678 +16403 gsa_html_1536819908 gsa_html_1536819908:558:53167:53180 Edna Mountain Reno, Nevada -0.465561228542891226 +16404 gsa_html_1078292661 gsa_html_1078292661:30:2844:2854 Washington Richland, Washington -0.0128247793458777584 +16405 aapg_ai_4.html aapg_ai_4.html:85:9027:9034 Temblor Rancho Santa Margarita, California -0.0140758476190941898 +16406 sedimentology_html_2550885329 sedimentology_html_2550885329:2223:120176:120196 Swan Hills Lacombe, Alberta -0.0637645007449576251 +16407 aapg_ah_632.html aapg_ah_632.html:154:19139:19146 Juniata Martinsburg, Nebraska -0.0100621846511943919 +16408 aapg_af_624.html aapg_af_624.html:20:2971:2989 Deadwood Cheyenne, Wyoming -0.00543396344896008958 +16409 gsa_html_5884416968 gsa_html_5884416968:87:9738:9754 Sandia New Mexico 0.0208501389731201615 +16410 gsa_html_6423424604 gsa_html_6423424604:918:77362:77368 Forest Mount Baker -0.0475645152925121273 +16411 sedimentology_html_6952142412 sedimentology_html_6952142412:1129:86948:86952 Hall London, Ontario -0.459837454744856933 +16412 aapg_af_77.html aapg_af_77.html:171:13079:13094 Sligo Bossier Parish, Louisiana -0.000347435604052462668 +16413 cspg_html_9941227593 cspg_html_9941227593:61:8628:8666 Bakken Williston Basin -0.0274774196841049353 +16414 aapg_af_606.html aapg_af_606.html:107:15912:15927 Santa Margarita Maricopa, Arizona -0.454052985518192231 +16415 aapg_ac_430.html aapg_ac_430.html:530:60882:60890 Virginia Jacksonville, Illinois -0.0645260486591267418 +16416 cspg_html_3860685167 cspg_html_3860685167:968:88670:88690 Mount Head Canada -0.459022435464294998 +16417 aapg_aa_654.html aapg_aa_654.html:131:20635:20649 Espiritu Santo Pecos River -0.455432903203822237 +16418 aapg_aa_702.html aapg_aa_702.html:430:89998:90006 Colorado Denver -0.0595131262108019449 +16419 AMJC_html_5722410163 AMJC_html_5722410163:823:74317:74321 Elko Colorado -0.0185558826483486587 +16420 gsa_html_9052101586 gsa_html_9052101586:517:64151:64164 Lake Michigan Lake Michigan -0.479447557264900015 +16421 aapg_ah_519.html aapg_ah_519.html:91:10444:10460 Dakota Mancos, Colorado -0.365828117391896857 +16422 aapg_ad_808.html aapg_ad_808.html:1024:69247:69267 Bear River Cheyenne, Wyoming -0.493489605901760553 +16423 cspg_html_4727171280 cspg_html_4727171280:186:17050:17068 Edmonton Lacombe, Alberta -0.480611894173340604 +16424 aapg_ah_506.html aapg_ah_506.html:15:1964:1972 Michigan Michigan -0.466965896576978678 +16425 aapg_ah_829.html aapg_ah_829.html:3:255:286 Green River Colorado 0.322717531950570791 +16426 gsa_html_6927123889 gsa_html_6927123889:825:72655:72660 Rapid China -0.0673984739998807758 +16427 cspg_html_9214997177 cspg_html_9214997177:51:7100:7123 Winnipegosis Regina, Saskatchewan -0.43773654922535371 +16428 aapg_af_437.html aapg_af_437.html:53:4846:4852 Denver Colorado -0.487588990851044235 +16429 cspg_html_7192907687 cspg_html_7192907687:29:3735:3755 Table Head Middle Ordovician -0.439258669305734428 +16430 cspg_html_3124360347 cspg_html_3124360347:303:40246:40251 Logan Canada -0.514431617555045517 +16431 cspg_html_8568877195 cspg_html_8568877195:178:29938:29949 Belly River Regina, Saskatchewan -0.45691453935984655 +16432 cspg_html_7310162886 cspg_html_7310162886:459:65978:65986 Lisburne Prudhoe Bay Oil Field -0.451751782124743317 +16433 aapg_ac_569.html aapg_ac_569.html:353:50067:50094 Emma Fiord Devon Island 0.430699578378355818 +16434 cspg_html_8362959053 cspg_html_8362959053:56:8436:8443 Cadomin Mountain Park (Holyoke, Massachusetts) -0.0157388171484894208 +16435 gsa_html_3620519671 gsa_html_3620519671:837:89630:89658 Green River Colorado 0.00683767356527936396 +16436 cspg_html_5264346535 cspg_html_5264346535:16:1889:1906 Bearpaw Lacombe, Alberta -0.177450665362447996 +16437 aapg_ae_3.html aapg_ae_3.html:84:10930:10942 Diamond Peak Reno, Nevada 0.345077863064735424 +16438 aapg_ad_155.html aapg_ad_155.html:122:15812:15822 Washington California -0.0518955775586156381 +16439 aapg_ai_340.html aapg_ai_340.html:518:50872:50878 Forbes Anchorage, Alaska -0.00802599044403999595 +16440 cspg_html_3501550466 cspg_html_3501550466:412:58374:58401 Duperow Williston Basin -0.422985222800559113 +16441 aapg_af_616.html aapg_af_616.html:655:46497:46505 Carlsbad Delaware -0.0122896166911195832 +16442 aapg_af_244.html aapg_af_244.html:7:811:829 Tamasopo Matamoros, Tamaulipas -0.0455557873629378468 +16443 jgeology_html_3669018334 jgeology_html_3669018334:162:8781:8789 Colorado Arizona -0.0285868941347483252 +16444 gsa_html_8494790254 gsa_html_8494790254:1040:82194:82222 Green River Colorado -0.00456360840821551893 +16445 aapg_ae_805.html aapg_ae_805.html:158:19245:19260 Supai New Mexico 0.705590986309226675 +16446 geology_html_2094488742 geology_html_2094488742:240:22178:22183 Tyson California -0.129971216244495064 +16447 aapg_ae_368.html aapg_ae_368.html:154:14326:14345 Wapanucka Atoka, Oklahoma -0.0207806119417890435 +16448 aapg_ad_683.html aapg_ad_683.html:37:6515:6520 Supai Grand Canyon -0.462102516958969756 +16449 cspg_html_1503116552 cspg_html_1503116552:1163:178275:178301 Beaverhill Swan Hill, Victoria -0.041236814250852856 +16450 cspg_html_9729377176 cspg_html_9729377176:89:10495:10504 Baldonnel Victoria, British Columbia -0.0455732069905889839 +16451 aapg_ae_324.html aapg_ae_324.html:366:36682:36691 Rose Hill Virginia 0.0180518772845760546 +16452 aapg_ae_371.html aapg_ae_371.html:20:3741:3749 Kootenai Kootenay River 0.0116050390489145696 +16453 cspg_html_3097746547 cspg_html_3097746547:673:70335:70360 Moosebar Lacombe, Alberta -0.479254814429897757 +16454 aapg_ah_646.html aapg_ah_646.html:361:43249:43266 Wingate Arizona -0.00619488152638453249 +16455 gsa_html_5894524520 gsa_html_5894524520:425:54811:54818 Dubuque Redwood City, California -0.423360731207782837 +16456 gsa_html_3299020216 gsa_html_3299020216:62:4869:4897 Green River Colorado 0.0190703285960370852 +16457 cspg_html_4193503340 cspg_html_4193503340:28:3765:3771 Oldman Lacombe, Alberta -0.470409220225314617 +16458 aapg_ad_351.html aapg_ad_351.html:486:43070:43079 Northview Webster County, Missouri -0.0699856129181718606 +16459 aapg_aa_717.html aapg_aa_717.html:29:4477:4492 Gatesburg Pennsylvania -0.061445521500509713 +16460 palaios_html_1262064602 palaios_html_1262064602:906:91950:91956 Denver Colorado -0.00202555313540596143 +16461 cspg_html_7342299763 cspg_html_7342299763:8:776:790 Doig Grayling, Michigan 0.043953336412498184 +16462 geology_html_3092781509 geology_html_3092781509:295:25293:25305 Horse Spring Perth, Western Australia -0.495853839651622219 +16463 cspg_html_9905904289 cspg_html_9905904289:398:50475:50482 Eastend Lacombe, Alberta -0.431080339422081793 +16529 geology_html_5967209013 geology_html_5967209013:335:28795:28807 Owens Valley California -0.465568086328610908 +16464 sedimentology_html_9626990209 sedimentology_html_9626990209:1361:99182:99194 Rock Springs Cheyenne, Wyoming -0.43451411861660022 +16465 gsa_html_5742876608 gsa_html_5742876608:31:2706:2734 Green River Colorado 0.0103297469190647365 +16466 aapg_aa_702.html aapg_aa_702.html:1419:144172:144178 Denver Colorado -0.0468588775503323562 +16467 aapg_aa_995.html aapg_aa_995.html:639:51391:51397 Denver Cheyenne, Wyoming -0.0887929110714056474 +16468 aapg_ak_112.html aapg_ak_112.html:3:327:345 Dunvegan Victoria, British Columbia -0.451751782124743317 +16469 sedimentology_html_3865745685 sedimentology_html_3865745685:1647:113501:113528 Tidal Memphis International Airport -0.478284785297837578 +16470 AMJC_html_1007005179 AMJC_html_1007005179:1070:104743:104748 Yukon Gardiner, Maine -0.0480227777799580868 +16471 aapg_ah_387.html aapg_ah_387.html:2627:284012:284021 Knoxville Knoxville, Illinois -0.477401564658383792 +16472 aapg_ad_564.html aapg_ad_564.html:7677:662778:662795 Muskiki Lacombe, Alberta -0.484602537618405216 +16473 aapg_af_310.html aapg_af_310.html:12:1511:1541 Slave Point Victoria, British Columbia -0.427803761062237942 +16474 cspg_html_9941518291 cspg_html_9941518291:624:86180:86195 Douro Canada -0.0174019020564647256 +16475 palaios_html_1869092041 palaios_html_1869092041:271:30800:30809 San Diego California -0.455432903203822237 +16476 cspg_html_4374961624 cspg_html_4374961624:29:5189:5207 Chetang Mount Robson Provincial Park 0.250394037962669347 +16477 geology_html_6531958165 geology_html_6531958165:15:822:830 Colorado Colorado -0.0462769907326050153 +16478 aapg_af_579.html aapg_af_579.html:231:25776:25783 Entrada Logan, Utah 0.0362516172421911975 +16479 cspg_html_3860685167 cspg_html_3860685167:907:83275:83295 Mount Head Victoria, British Columbia -0.0210882710852193268 +16480 aapg_aa_709.html aapg_aa_709.html:83:9675:9685 Rio Grande Cachoeira Dourada -0.50855469666885833 +16481 gsa_html_6491840124 gsa_html_6491840124:969:79531:79550 Salt Lake Logan, Utah 0.0216966522714720049 +16482 aapg_af_886.html aapg_af_886.html:161:6738:6751 Jackson Texas -0.490016735996709807 +16483 gsa_html_8035658736 gsa_html_8035658736:205:22812:22838 Coon Hollow Hells Canyon 0.351229402492757081 +16484 gsa_html_5147030878 gsa_html_5147030878:329:29414:29417 Arc Caribbean -0.505042823080860015 +16485 aapg_af_399.html aapg_af_399.html:500:51975:51993 Frontier Logan, Utah 0.0112002068245181611 +16486 aapg_af_789.html aapg_af_789.html:82:12138:12156 Coeymans Virginia 0.00953054056718567397 +16487 gsa_html_7854597776 gsa_html_7854597776:787:60910:60931 Phosphoria Logan, Utah -0.0198680940009536566 +16488 gsa_html_2989317971 gsa_html_2989317971:1167:116187:116193 Denver Boise, Idaho -0.038712565483401136 +16489 aapg_af_576.html aapg_af_576.html:82:7871:7879 Seminole Chattanooga, Tennessee -0.040714500181089297 +16490 aapg_ai_258.html aapg_ai_258.html:84:7603:7608 Morro Chile -0.44056532751251043 +16491 aapg_ae_523.html aapg_ae_523.html:165:16375:16396 Hardinsburg Hopkins County, Kentucky -0.0457038553664062958 +16492 aapg_ai_249.html aapg_ai_249.html:727:95326:95343 Subinal Guatemala -0.0233480816501955395 +16493 gsa_html_4891459463 gsa_html_4891459463:1273:118332:118344 San Fernando California -0.484098022941034878 +16494 cspg_html_3501550466 cspg_html_3501550466:408:57644:57661 Duperow Williston Basin -0.469988693380082645 +16495 aapg_ah_633.html aapg_ah_633.html:108:15214:15247 Chickasawhay Mississippi River 0.373678990988749127 +16496 aapg_aa_928.html aapg_aa_928.html:65:7481:7490 Vicksburg Texas -0.0535450100863143555 +16497 aapg_ae_369.html aapg_ae_369.html:59:6785:6801 Eutaw Tuscaloosa, Alabama -0.430277178902051582 +16498 palaios_html_2736581987 palaios_html_2736581987:574:59220:59235 Hueco New Mexico -0.00334234682961829285 +16499 cspg_html_4210762654 cspg_html_4210762654:269:36095:36110 Nisku Lacombe, Alberta -0.0275887108223223723 +16500 AMJC_html_4446957148 AMJC_html_4446957148:56:8576:8596 Vassalboro Portland, Maine -0.045129017887602145 +16501 cspg_html_1053895111 cspg_html_1053895111:237:29355:29372 Cardium Canada -0.00716428423732448638 +16502 cspg_html_7688587411 cspg_html_7688587411:8:419:457 Fish Scales Lacombe, Alberta -0.0245772016562315031 +16503 gsa_html_7199417381 gsa_html_7199417381:306:34386:34403 White River Peoria, Illinois -0.415113588382305221 +16504 cspg_html_9361096527 cspg_html_9361096527:69:14143:14165 Judith River Lacombe, Alberta -0.429938515402492283 +16505 geology_html_5984209132 geology_html_5984209132:290:21742:21768 Lockport Dolomite Ohio -0.0100621846511943919 +16506 aapg_ai_584.html aapg_ai_584.html:841:89391:89397 Casper Powder River Basin -0.140510327599070395 +16507 cspg_html_5810500722 cspg_html_5810500722:68:9697:9705 Columbia Victoria, British Columbia -0.478447154667899333 +16508 palaios_html_3022467877 palaios_html_3022467877:501:51143:51164 Hornerstown Closter, New Jersey -0.470629904958731249 +16509 aapg_ae_319.html aapg_ae_319.html:604:51716:51726 Twin Creek Western world -0.0749396337281352937 +16510 aapg_ad_785.html aapg_ad_785.html:933:102455:102477 Fountain Colorado Springs, Colorado -0.512523518638323461 +16511 aapg_ae_383.html aapg_ae_383.html:448:34851:34857 Pocono Naples, Florida -0.0168857591744794311 +16512 aapg_ak_54.html aapg_ak_54.html:49:6305:6320 Sligo Mississippi River 0.891014955097863548 +16513 cspg_html_8030881108 cspg_html_8030881108:169:27884:27892 Columbia Victoria, British Columbia -0.0185558826483486587 +16514 aapg_af_18.html aapg_af_18.html:7:1224:1234 Lakota Black Hills 0.750459442332628623 +16515 cspg_html_9330018201 cspg_html_9330018201:67:11279:11295 Burton Elko, Nevada -0.0633034276252869288 +16516 aapg_ac_765.html aapg_ac_765.html:48:10306:10323 Chinle Chinle Formation 0.786763790979063571 +16517 geology_html_1545045916 geology_html_1545045916:282:23384:23429 Protection South Florida metropolitan area -0.503880280715721773 +16518 aapg_ac_4.html aapg_ac_4.html:574:44804:44822 Shublik Anchorage, Alaska 0.00994404088391406815 +16519 aapg_aa_712.html aapg_aa_712.html:190:23823:23844 Platteville Glenwood, Utah -0.465561228542891226 +16520 geology_html_3067159650 geology_html_3067159650:255:21174:21183 Extension England -0.459805657368256959 +16521 aapg_ac_688.html aapg_ac_688.html:12:1417:1424 Paradox Reno, Nevada -0.0482911263715116029 +16522 sedimentology_html_3241560531 sedimentology_html_3241560531:1685:85175:85183 Homewood Oman -0.491068403850714985 +16523 gsa_html_2823183596 gsa_html_2823183596:65:5000:5028 Green River Colorado -0.00409977035478876605 +16524 palaios_html_6025329652 palaios_html_6025329652:256:19459:19482 Martin Anchorage, Alaska -0.0338991191876076986 +16525 sedimentology_html_3694687055 sedimentology_html_3694687055:1057:43369:43389 Swan River Manitoba 0.779245136154987028 +16526 gsa_html_9253181203 gsa_html_9253181203:247:27242:27272 Schoharie Pennsylvania -0.41753718105898574 +16527 sedimentology_html_9079273526 sedimentology_html_9079273526:797:73855:73865 Fort Union Cheyenne, Wyoming -0.437987106587424679 +16528 cspg_html_3630723811 cspg_html_3630723811:30:4361:4370 Athabasca Fort McMurray -0.0516462775496139975 +16530 aapg_ah_158.html aapg_ah_158.html:192:34084:34090 Cutter Bear Mountain (Connecticut) -0.454143259443463898 +16531 sedimentology_html_9998036374 sedimentology_html_9998036374:1288:80960:80966 Thrifty London, Ontario -0.0167554219628843898 +16532 gsa_html_9511249221 gsa_html_9511249221:586:62980:62984 Hall Charleston, South Carolina -0.0277017418114762735 +16533 cspg_html_6984906794 cspg_html_6984906794:972:66399:66416 Bearpaw Lacombe, Alberta -0.454357696116458765 +16534 aapg_af_264.html aapg_af_264.html:90:13260:13271 Peace River Lacombe, Alberta -0.469382385724573914 +16535 gsa_html_3387611512 gsa_html_3387611512:570:64939:64959 Diligencia Terres -0.0332519228723545321 +16536 cspg_html_8767215556 cspg_html_8767215556:11:1071:1096 Beaverhill Edmonton, London -0.451812561628617604 +16537 cspg_html_5964371399 cspg_html_5964371399:328:33887:33907 Point Loma San Diego -0.0418113941638034933 +16538 aapg_ah_27.html aapg_ah_27.html:135:20063:20076 Barnett Llano, Texas -0.44961357796588941 +16539 aapg_ad_337.html aapg_ad_337.html:145:16219:16227 San Jose Monterey, California -0.00537142262393446989 +16540 aapg_aa_86.html aapg_aa_86.html:19:1830:1850 Eagle Rodessa, Louisiana -0.0166302989496245716 +16541 cspg_html_2139304729 cspg_html_2139304729:7:647:667 Griper Bay Bathurst, New South Wales -0.212268947294021931 +16542 aapg_ac_490.html aapg_ac_490.html:234:30419:30425 Wapiti Boulder Creek (Colorado) 0.0113583166753052998 +16543 aapg_ae_181.html aapg_ae_181.html:106:15460:15469 Owl Creek Knoxville, Tennessee 0.0057067116030324206 +16544 cspg_html_3740794265 cspg_html_3740794265:67:7987:7995 Columbia Victoria, British Columbia -0.0316827975818438426 +16545 aapg_ah_645.html aapg_ah_645.html:120:16038:16043 Piper Williston, Vermont -0.0335268027787032075 +16546 AMJC_html_8619525948 AMJC_html_8619525948:651:67930:67942 Rhode Island South Attleboro (MBTA station) -0.100405536730839143 +16547 aapg_ae_584.html aapg_ae_584.html:630:60394:60406 Wilcox Texas -0.490449479583778825 +16548 cspg_html_4626597050 cspg_html_4626597050:215:27215:27225 Phosphoria Cheyenne, Wyoming -0.415254330132500793 +16549 cspg_html_9825544190 cspg_html_9825544190:232:24414:24447 Winnipegosis Lacombe, Alberta -0.454089094007790295 +16550 gsa_html_7120668170 gsa_html_7120668170:882:81442:81448 Sierra Sonora 0.0104982774024900572 +16551 gsa_html_7718775984 gsa_html_7718775984:1216:84438:84466 Green River Colorado -0.0327735084996737119 +16552 aapg_ai_249.html aapg_ai_249.html:78:12296:12303 Chuacus Guatemala -0.0120150888456530078 +16553 cspg_html_3187844923 cspg_html_3187844923:228:34649:34661 Sustut Teslin, Yukon -0.0627236437644316941 +16554 cspg_html_5699627350 cspg_html_5699627350:26:4105:4121 Viking Lacombe, Alberta -0.430277178902051582 +16555 cspg_html_3735760125 cspg_html_3735760125:24:4414:4431 Cardium Central Alberta -0.450649451770273157 +16556 palaios_html_1018466366 palaios_html_1018466366:1122:115408:115418 Caseyville Illinois -0.0939938691002736026 +16557 aapg_ae_886.html aapg_ae_886.html:250:26170:26187 Entrada Colorado 0.868518326994018208 +16558 aapg_ad_880.html aapg_ad_880.html:368:38553:38571 Sundance Spearfish, South Dakota -0.449937021729037434 +16559 aapg_af_664.html aapg_af_664.html:719:80329:80345 San Andres South Plains -0.394632643836281716 +16560 aapg_aa_732.html aapg_aa_732.html:3:308:325 Edwards Texas -0.516006916046122477 +16561 cspg_html_2113617629 cspg_html_2113617629:809:92434:92454 Bow Island Lacombe, Alberta -0.51000072450412981 +16562 gsa_html_5056480923 gsa_html_5056480923:809:61410:61427 Barstow Mojave Desert 0.863179136812662229 +16563 cspg_html_1644457308 cspg_html_1644457308:368:41308:41327 Grayling Pine River (Michigan) -0.472770666406185036 +16564 sedimentology_html_6951714124 sedimentology_html_6951714124:22:1502:1532 Swift Lacombe, Alberta 0.00570844885597124405 +16565 cspg_html_7881580279 cspg_html_7881580279:30:4882:4898 Yeoman Regina, Saskatchewan -0.462166276497962936 +16566 aapg_ah_978.html aapg_ah_978.html:350:32700:32715 Santa Margarita Maricopa, Arizona -0.447276508327869859 +16567 jgeology_html_9786588254 jgeology_html_9786588254:1247:61432:61438 Oxford Pergamon Museum 0.00697318200838028222 +16568 aapg_aa_598.html aapg_aa_598.html:92:10245:10257 Red Mountain John Crow Mountains -0.334553531781704716 +16569 aapg_ai_912.html aapg_ai_912.html:61:11857:11892 Smackover Alabama 0.462020547105496782 +16570 aapg_ah_464.html aapg_ah_464.html:13:2164:2174 Carbondale Illinois 0.0105973111472393959 +16571 cspg_html_4287356899 cspg_html_4287356899:3341:354509:354529 Fantasque Lacombe, Alberta -0.456416618922522499 +16572 cspg_html_9119878068 cspg_html_9119878068:241:31028:31038 Swan Hills Swan Hill, Victoria -0.167256592589368092 +16573 geology_html_1644816140 geology_html_1644816140:311:24028:24045 Barstow Mojave Desert -0.0700625466031570415 +16574 jgeology_html_6990146451 jgeology_html_6990146451:1585:84777:84811 Pottsville Pennsylvania -0.409442295483226304 +16575 jgeology_html_2401877359 jgeology_html_2401877359:1082:67774:67787 Potsdam Ontario, California -0.471888407816635713 +16576 palaios_html_1803946422 palaios_html_1803946422:174:14632:14665 Moenkopi Logan, Utah -0.448892980122610918 +16577 cspg_html_5660413005 cspg_html_5660413005:54:8006:8023 Calmar Lacombe, Alberta -0.018955619907530568 +16578 aapg_ae_271.html aapg_ae_271.html:67:5922:5928 Lisbon Lisbon -0.436810292517708865 +16579 sedimentology_html_3417381350 sedimentology_html_3417381350:1560:109080:109094 Monterey California -0.0702513884831660329 +16580 aapg_aa_113.html aapg_aa_113.html:933:81977:81984 El Plan Veracruz, Veracruz -0.483803859624134081 +16581 sedimentology_html_9710882522 sedimentology_html_9710882522:433:30672:30684 Umpqua Elkton, Kentucky -0.0783851056195299795 +16582 AMJC_html_4299960498 AMJC_html_4299960498:891:98793:98803 Washington Salem, Oregon -0.449467616590735308 +16583 cspg_html_3883962749 cspg_html_3883962749:253:30007:30019 Fernie Mountain Park (Holyoke, Massachusetts) -0.00365504393340889116 +16584 sedimentology_html_5840027588 sedimentology_html_5840027588:895:65945:65950 Rapid California -0.491131969162477144 +16585 cspg_html_7176835767 cspg_html_7176835767:365:46925:46945 Sans Sault Sault Ste. Marie, Ontario -0.454034931813569353 +16586 cspg_html_8797277909 cspg_html_8797277909:86:10557:10562 Cairn Lacombe, Alberta -0.445338708488509594 +16587 aapg_ad_351.html aapg_ad_351.html:521:44926:44945 Northview Chattanooga, Tennessee -0.0549436678913172855 +16588 aapg_ai_751.html aapg_ai_751.html:324:36113:36122 Tuscarora Hancock County, Indiana -0.444891759770598527 +16589 aapg_aa_854.html aapg_aa_854.html:128:15129:15139 Tuscaloosa Terrebonne Parish, Louisiana -0.401481493222129504 +16590 sedimentology_html_6642728353 sedimentology_html_6642728353:915:80034:80044 Washington Seattle -0.0254117377860756666 +16591 geology_html_4921848404 geology_html_4921848404:11:525:533 Colorado Colorado -0.0137370110791438689 +16592 sedimentology_html_2442491538 sedimentology_html_2442491538:1033:89822:89829 Gateway Colorado -0.438093558395168947 +16593 aapg_ac_633.html aapg_ac_633.html:168:18176:18186 Kinderhook Meramec River -0.0886893440090896767 +16594 AMJC_html_9749062244 AMJC_html_9749062244:945:83590:83596 Denver Colorado -0.479475427251918496 +16595 cspg_html_4680804918 cspg_html_4680804918:523:68135:68155 Milk River Bow Island Airport -0.448327675040319895 +16596 gsa_html_8833777630 gsa_html_8833777630:565:66605:66612 Laramie Cheyenne, Wyoming -0.464409872562970838 +16597 aapg_ae_708.html aapg_ae_708.html:101:13004:13014 Nolichucky Maryville, Missouri -0.094174906016287932 +16598 jgeology_html_6186634367 jgeology_html_6186634367:426:36352:36375 Colorado Las Vegas Strip -0.473903010792736112 +16599 aapg_aa_618.html aapg_aa_618.html:23:2510:2531 Sligo County Sligo -0.45421548506785292 +16600 sedimentology_html_1151064389 sedimentology_html_1151064389:316:32509:32515 Brazil North Atlantic Current -0.512291657646269938 +16601 cspg_html_9072696952 cspg_html_9072696952:424:40793:40801 Columbia Victoria, British Columbia -0.504128918336591125 +16602 aapg_ai_561.html aapg_ai_561.html:12:1231:1240 Catahoula Arkansas -0.0131340660726573313 +16603 gsa_html_1014327387 gsa_html_1014327387:12:471:477 Reston Virginia -0.478447154667899333 +16604 cspg_html_4860363565 cspg_html_4860363565:54:7259:7271 Winnipegosis Regina, Saskatchewan -0.450743884934886652 +16605 cspg_html_5104062649 cspg_html_5104062649:119:12515:12522 Halifax Calgary -0.0242746935922993796 +16606 cspg_html_9361096527 cspg_html_9361096527:505:49446:49457 Belly River Lacombe, Alberta -0.0234506495494124188 +16607 aapg_ai_944.html aapg_ai_944.html:40:6361:6373 Wilcox Texas -0.441553207562292771 +16608 aapg_af_897.html aapg_af_897.html:58:7530:7537 Hermosa New Mexico -0.475325709854034217 +16609 aapg_af_666.html aapg_af_666.html:656:55722:55732 Wind River Sweetwater, Miami-Dade County, Florida 0.41160591798434909 +16610 cspg_html_5807593737 cspg_html_5807593737:602:75669:75681 Duperow Williston, Vermont -0.464884854319956187 +16611 aapg_ac_590.html aapg_ac_590.html:102:13539:13557 Ogallala Ogallala, Nebraska 0.0270531304618500563 +16612 aapg_af_977.html aapg_af_977.html:452:68808:68817 Rochester Freedonia -0.491386278060246817 +16613 palaios_html_3796939457 palaios_html_3796939457:513:44228:44244 Chinle Arizona -0.0271922402503122773 +16614 aapg_ad_318.html aapg_ad_318.html:30:5237:5253 Guelph Louisville, Kentucky -0.0639339191845526011 +16615 geology_html_5491871101 geology_html_5491871101:283:23554:23569 Rapid Logan, Utah -0.0415711108717550168 +16616 cspg_html_5109837857 cspg_html_5109837857:419:47735:47750 Melville Island Ellesmere Island -0.0379467177170490291 +16617 aapg_aa_699.html aapg_aa_699.html:191:17279:17288 Tonoloway Pennsylvania 0.12366116505916426 +16618 cspg_html_5593011953 cspg_html_5593011953:188:22246:22263 Halfway Valhalla, New York -0.0354198318919945049 +16619 geology_html_6113200258 geology_html_6113200258:210:20168:20183 Gorge Bennington, Vermont -0.475991665297052891 +16620 gsa_html_8517233795 gsa_html_8517233795:712:64697:64723 Monterey California -0.471819338906025898 +16621 aapg_ai_278.html aapg_ai_278.html:905:106881:106907 Sunniland Melbourne, Florida -0.494543235417533422 +16622 aapg_ae_884.html aapg_ae_884.html:271:36016:36029 Bearpaw Colorado 0.0177008186812158755 +16623 palaios_html_3406135825 palaios_html_3406135825:15:642:659 Potsdam Adirondack Mountains -0.454305775206324536 +16624 aapg_ac_879.html aapg_ac_879.html:141:18860:18866 Shasta Elk Creek, California -0.460980639153810601 +16625 aapg_ai_584.html aapg_ai_584.html:765:80803:80826 Casper Laramie, Wyoming -0.24747412322227727 +16626 aapg_ah_646.html aapg_ah_646.html:363:43504:43521 Dolores Colorado -0.527450147435251093 +16627 cspg_html_6252417471 cspg_html_6252417471:299:43849:43867 Isachsen Banks Island -0.437098264428985472 +16628 aapg_ac_807.html aapg_ac_807.html:399:41234:41252 Wenonah Monmouth -0.0346959879094753468 +16629 aapg_af_305.html aapg_af_305.html:116:11618:11637 Smackover East Texas -0.233749246673143563 +16630 palaios_html_4356021700 palaios_html_4356021700:881:71219:71238 Catahoula Sicily Island, Louisiana 0.328716869586541227 +16631 gsa_html_5107598462 gsa_html_5107598462:350:30261:30279 Onondaga Onondaga (tribe) -0.396872900733028944 +16632 cspg_html_7667087595 cspg_html_7667087595:35:4350:4366 Oldman Lacombe, Alberta -0.0966364170512670068 +16633 cspg_html_8089302449 cspg_html_8089302449:563:98702:98714 Saskatchewan Manitoba -0.456371367070690814 +16634 aapg_ai_958.html aapg_ai_958.html:214:22846:22852 Goliad Guadalupe River (California) -0.459837454744856933 +16635 aapg_ah_3.html aapg_ah_3.html:60:8471:8483 Saskatchewan Saudi Arabia -0.0297521166629775777 +16636 sedimentology_html_3627077271 sedimentology_html_3627077271:126:13948:13953 Crete Corfu (city) -0.447242908821281704 +16637 cspg_html_6383234409 cspg_html_6383234409:459:46640:46660 Bird Fiord Bathurst Island (Northern Territory) -0.427764273749561608 +16638 palaios_html_7769060899 palaios_html_7769060899:18:1025:1036 Green River Logan, Utah -0.226073170771474846 +16639 aapg_ai_278.html aapg_ai_278.html:1084:124210:124219 Sunniland Melbourne, Florida 0.34213971330874493 +16640 jgeology_html_4232779030 jgeology_html_4232779030:627:36942:36949 Gateway Colorado -0.0268166470016257402 +16641 AMJC_html_2905856018 AMJC_html_2905856018:558:83532:83538 Oregon Boise, Idaho -0.0162740496879429895 +16642 gsa_html_5865982995 gsa_html_5865982995:962:105182:105190 Colorado Logan, Utah -0.0246571760456421665 +16643 geology_html_9685477691 geology_html_9685477691:267:24298:24312 Chicopee Chelmsford, Massachusetts -0.473718414704639712 +16644 jgeology_html_9055319560 jgeology_html_9055319560:1356:81252:81260 Victoria Victoria, British Columbia 0.0122722414388244504 +16645 aapg_ai_787.html aapg_ai_787.html:127:14349:14366 Fleming Oakville, California 0.00432213435698221987 +16646 cspg_html_1814004928 cspg_html_1814004928:465:47368:47376 Columbia Victoria, British Columbia -0.463396817899322633 +16647 cspg_html_1925276454 cspg_html_1925276454:636:61079:61098 Frontier Cheyenne, Wyoming -0.461171691164054931 +16648 aapg_ae_905.html aapg_ae_905.html:162:17264:17276 Higginsville Fort Scott National Historic Site -0.183792103290165459 +16649 cspg_html_4056366713 cspg_html_4056366713:360:58102:58111 Red River Shreveport, Louisiana -0.432624764132568007 +16650 gsa_html_1337782073 gsa_html_1337782073:14:478:486 Virginia Reston, Virginia -0.0909929935774005938 +16651 cspg_html_1732329534 cspg_html_1732329534:46:6659:6667 Edmonton North Portal, Saskatchewan -0.485448733097070706 +16652 aapg_ae_454.html aapg_ae_454.html:559:50969:50978 Shongaloo Arkansas -0.477204643263094197 +16653 AMJC_html_6539706032 AMJC_html_6539706032:179:17592:17609 New London Gneiss Plainfield, Illinois -0.0394819549454150931 +16654 AMJC_html_4318504504 AMJC_html_4318504504:503:52700:52706 Pueblo Colorado -0.460964719996515115 +16655 aapg_aa_702.html aapg_aa_702.html:2032:177749:177757 Colorado Denver -0.0850450117234093361 +16656 sedimentology_html_7504592844 sedimentology_html_7504592844:135:14216:14222 Nelson Charleston, South Carolina -0.450802348467999825 +16657 cspg_html_4193503340 cspg_html_4193503340:273:35175:35191 Dakota Iowa -0.212597032784124951 +16658 aapg_ac_253.html aapg_ac_253.html:466:57727:57746 Sallisaw Frisco, Texas -0.46814580209221146 +16659 cspg_html_4298557570 cspg_html_4298557570:14:1666:1697 Horseshoe Canyon Bearpaw Formation -0.0729431140893573166 +16660 aapg_ae_471.html aapg_ae_471.html:147:14520:14530 Lewisville Lafayette County, Florida -0.445016883536767272 +16661 cspg_html_4694482219 cspg_html_4694482219:789:75065:75083 Edmonton Lacombe, Alberta -0.456371367070690814 +16662 cspg_html_4069214675 cspg_html_4069214675:473:56093:56097 Troy Beaumont, Texas -0.462193603410137988 +16663 aapg_ac_4.html aapg_ac_4.html:574:44788:44799 Sadlerochit Anchorage, Alaska -0.00832481152182470464 +16664 aapg_ah_188.html aapg_ah_188.html:32:3857:3871 Vale Texas -0.494968839994781917 +16665 cspg_html_9435196958 cspg_html_9435196958:648:27592:27613 Belly River Lacombe, Alberta -0.451913869834985604 +16666 sedimentology_html_6295528506 sedimentology_html_6295528506:1040:66241:66247 Walker Knoxville, Tennessee -0.477158315306099867 +16667 aapg_aa_731.html aapg_aa_731.html:530:71647:71655 Rockdale San Marcos, California -0.0322951140020652852 +16668 cspg_html_8057060038 cspg_html_8057060038:141:16969:16984 Mural Horseshoe Lake, Arkansas -0.478767343423892489 +16669 aapg_ad_375.html aapg_ad_375.html:285:16113:16134 Collingwood Georgian Bay -0.0304826089875597575 +16670 aapg_ai_175.html aapg_ai_175.html:39:5274:5308 Springhill Springhill, Nova Scotia -0.0151097603849725953 +16671 gsa_html_2667366192 gsa_html_2667366192:567:53270:53274 Hall California -0.0504347649062896058 +16672 gsa_html_3648258377 gsa_html_3648258377:460:44624:44649 Merchantville Merchantville, New Jersey 0.0352406063648040072 +16673 AMJC_html_1873062106 AMJC_html_1873062106:1054:111633:111657 Cedar Mountain Logan, Utah -0.450159455866354863 +16674 cspg_html_6795586308 cspg_html_6795586308:128:12027:12032 Price Victoria, British Columbia -0.443715087361728711 +16675 gsa_html_8881958017 gsa_html_8881958017:568:53525:53532 Shuswap Victoria, British Columbia -0.462261924354454456 +16676 aapg_ah_536.html aapg_ah_536.html:54:7745:7759 Rodessa Rodessa, Louisiana 0.0255908213904138954 +16677 cspg_html_5034642555 cspg_html_5034642555:461:43556:43589 Leadville Colorado -0.0196369298300035668 +16678 jgeology_html_4184751552 jgeology_html_4184751552:1642:78345:78363 Provo Spain -0.052476148512779229 +16679 cspg_html_4287356899 cspg_html_4287356899:1270:174836:174845 Rat River Ganges -0.200877541128090947 +16680 aapg_ah_387.html aapg_ah_387.html:2864:311730:311739 Knoxville Knoxville, Illinois -0.0791242379986999145 +16681 aapg_ac_882.html aapg_ac_882.html:573:50801:50815 Kope Kentucky 0.00163989791216455892 +16682 aapg_aa_960.html aapg_aa_960.html:212:17160:17169 Chugwater Colorado -0.0143364940209374722 +16683 aapg_af_0.html aapg_af_0.html:469:50326:50335 Palmarito Southeast Asia 0.00313388258007131059 +16684 gsa_html_8981262717 gsa_html_8981262717:813:69724:69732 Moosebar Victoria, British Columbia -0.477512787064485633 +16685 aapg_af_397.html aapg_af_397.html:501:58061:58068 Entrada Entrada Sandstone -0.425402399125748287 +16686 aapg_af_355.html aapg_af_355.html:108:15959:15970 Mowry California 0.0119525385350554136 +16687 aapg_aa_152.html aapg_aa_152.html:105:12286:12294 Wolfcamp Texas -0.00312693377810404575 +16688 aapg_ah_344.html aapg_ah_344.html:157:17281:17300 Etchegoin California -0.450878806444675151 +16689 cspg_html_9354781888 cspg_html_9354781888:253:30317:30334 Halfway Victoria, British Columbia -0.447133159014188541 +16690 gsa_html_1582166619 gsa_html_1582166619:273:23655:23671 Cheaha Quartzite Clayton County, Georgia -0.494609426466897539 +16691 palaios_html_4660412431 palaios_html_4660412431:13:688:696 Colorado Colorado -0.113951497008697666 +16692 aapg_ai_97.html aapg_ai_97.html:204:19346:19356 San Felipe Tampico, Illinois -0.449451899065432481 +16693 aapg_ad_640.html aapg_ad_640.html:52:8230:8249 Rock Springs Sweetwater, Miami-Dade County, Florida 0.00875567330735306688 +16694 aapg_ah_871.html aapg_ah_871.html:648:68743:68758 Chazy Brainerd, Minnesota -0.420201861941852717 +16695 gsa_html_5773121689 gsa_html_5773121689:811:69784:69791 Shuswap Victoria, British Columbia -0.526380552765052467 +16696 gsa_html_1727503504 gsa_html_1727503504:475:55271:55279 Scotland Canada -0.0455035286996004346 +16697 aapg_ac_535.html aapg_ac_535.html:26:3370:3376 Viking Beaumont, Texas -0.0160151207401750574 +16698 aapg_af_318.html aapg_af_318.html:205:23272:23288 Pense Lloydminster -0.456844361180692826 +16699 jgeology_html_9111148993 jgeology_html_9111148993:165:9007:9024 Baraboo Quartzite Wisconsin -0.443732938342886629 +16700 jgeology_html_7089929609 jgeology_html_7089929609:222:14656:14674 George New Brunswick, New Jersey 0.0154590412849191748 +16701 geology_html_1860179474 geology_html_1860179474:235:23294:23303 Valentine California -0.444838140504144441 +16702 aapg_ac_59.html aapg_ac_59.html:319:39393:39413 Stadium Conglomerate San Diego 0.274004997651450477 +16703 aapg_ah_96.html aapg_ah_96.html:553:64341:64350 Red River Winnipeg -0.824854439687790375 +16704 cspg_html_2873888604 cspg_html_2873888604:205:31999:32007 Columbia Victoria, British Columbia -0.0135198103742529222 +16705 aapg_af_735.html aapg_af_735.html:180:21239:21245 Forest Columbus, Ohio 0.208005522442066992 +16706 aapg_aa_259.html aapg_aa_259.html:194:16136:16144 Columbia Victoria, British Columbia -0.04966612284900708 +16707 aapg_ae_753.html aapg_ae_753.html:110:12895:12908 Bedford Lorain, Ohio -0.448296279445968116 +16708 aapg_af_854.html aapg_af_854.html:919:130136:130152 Bethel Kentucky -0.478377564070346595 +16709 aapg_ad_715.html aapg_ad_715.html:48:4942:4948 Morgan Texas -0.411068879442835877 +16710 geology_html_1085819429 geology_html_1085819429:92:7954:7962 Virginia Reston, Virginia -0.472501057082917231 +16711 aapg_aa_685.html aapg_aa_685.html:406:37420:37426 Salina Flagstaff, Arizona -0.451787799117909672 +16712 aapg_ac_765.html aapg_ac_765.html:48:10435:10451 Chinle Chinle Formation 0.0970778931473525314 +16713 cspg_html_7182873498 cspg_html_7182873498:71:12396:12409 Salina Guelph -0.00515253017068293719 +16714 gsa_html_6426465509 gsa_html_6426465509:553:48508:48518 Washington Seattle -0.439223139625051329 +16715 cspg_html_9735723617 cspg_html_9735723617:192:25067:25087 Ibbett Bay Melville Island (Canada) -0.0349187039582129002 +16716 aapg_ac_333.html aapg_ac_333.html:206:25873:25877 Yeso San Ysidro, New Mexico -0.435044526345554627 +16717 aapg_ah_198.html aapg_ah_198.html:560:73532:73550 Monterey California 0.0599669324369273282 +16718 cspg_html_5403901844 cspg_html_5403901844:53:7224:7241 Tansill New Mexico -0.0146249457170983255 +16719 gsa_html_4385238876 gsa_html_4385238876:882:89859:89868 Wolverine Canada -0.462225485866077257 +16720 aapg_af_489.html aapg_af_489.html:66:7152:7169 Caddell Texas -0.0206137481511775786 +16721 aapg_ad_3.html aapg_ad_3.html:401:37520:37531 Beekmantown Black River, Jamaica -0.44645479356367046 +16722 aapg_af_562.html aapg_af_562.html:151:15788:15805 Ripley Tuscaloosa, Alabama -0.482232027046335665 +16723 aapg_ai_444.html aapg_ai_444.html:202:18291:18303 Fayetteville West Fork, Arkansas -0.478990153256473372 +16724 aapg_aa_43.html aapg_aa_43.html:353:41072:41100 Gatesburg Pennsylvania -0.469051848391689397 +16725 aapg_ad_467.html aapg_ad_467.html:381:29873:29879 Peedee Black Creek (Toronto) -0.513226748439064684 +16726 aapg_ae_786.html aapg_ae_786.html:93:11399:11424 Santiago Iquique -0.462111625185478381 +16727 sedimentology_html_1687656905 sedimentology_html_1687656905:1840:86866:86881 Catalina Schist California -0.503865938507956024 +16728 palaios_html_5488159532 palaios_html_5488159532:405:47869:47904 Fillmore Logan, Utah -0.279145014469255937 +16729 aapg_af_568.html aapg_af_568.html:509:41359:41371 Beaver Creek Cheyenne, Wyoming -0.451751782124743317 +16730 sedimentology_html_6094217767 sedimentology_html_6094217767:556:34311:34320 Brunswick Leipzig -0.0154103849420370986 +16731 gsa_html_3445493534 gsa_html_3445493534:707:73685:73703 Monterey California -0.0872817821023988832 +16732 aapg_af_97.html aapg_af_97.html:186:18688:18702 Kope Ohio 0.315926644134617074 +16733 palaios_html_9451646650 palaios_html_9451646650:1101:91429:91444 Conemaugh Ohio -0.484413309843390927 +16734 gsa_html_8398449001 gsa_html_8398449001:640:51658:51664 Nounan Bear Lake, Michigan -0.504181524295928662 +16735 aapg_ai_105.html aapg_ai_105.html:386:47588:47602 Duchesne River Uinta Mountains 0.0143677717617256336 +16736 sedimentology_html_2325599130 sedimentology_html_2325599130:539:49304:49321 Fortress Mountain Anchorage, Alaska -0.42655631436454855 +16737 gsa_html_6105798111 gsa_html_6105798111:23:1321:1329 Colorado Colorado -0.050706684329443738 +16738 cspg_html_7833083677 cspg_html_7833083677:2099:183635:183651 Kingak Anchorage, Alaska -0.0301590999875516533 +16739 aapg_ah_203.html aapg_ah_203.html:571:94065:94083 Morrison New Mexico -0.438592713276552693 +16740 aapg_af_90.html aapg_af_90.html:25:3964:3985 Wood Canyon Spring Mountains National Recreation Area -0.040395903070456575 +16741 cspg_html_9343899465 cspg_html_9343899465:606:58430:58443 Bird Fiord Bathurst Island (Northern Territory) -0.0855501593360770141 +16742 aapg_ai_0.html aapg_ai_0.html:366:44074:44082 Beaumont Beaumont, Texas 0.0494064405455096889 +16743 aapg_ad_2.html aapg_ad_2.html:921:129067:129081 Hoyt Pennsylvania -0.0529451724368442747 +16744 cspg_html_4541662139 cspg_html_4541662139:16:1539:1549 Lime Creek Floyd County, Virginia -0.444536590280039667 +16745 aapg_ac_986.html aapg_ac_986.html:399:46061:46070 Brunswick Spearfish, South Dakota -0.0536688201190548622 +16746 aapg_ae_280.html aapg_ae_280.html:234:26145:26150 Utica Utica, New York -0.430132022580851703 +16747 sedimentology_html_2090465227 sedimentology_html_2090465227:1296:70923:70927 Hall London, Ontario -0.480644453081816247 +16748 aapg_ai_980.html aapg_ai_980.html:662:57906:57911 Swift Sunriver, Oregon 0.00994404088391406815 +16749 aapg_ad_648.html aapg_ad_648.html:107:11795:11802 Laramie Uinta Mountains -0.44255997020698512 +16750 aapg_ah_144.html aapg_ah_144.html:82:6529:6537 Montreal Quebec City 0.952565828623165189 +16751 gsa_html_7657796970 gsa_html_7657796970:28:2894:2898 Bays Antarctica -0.473663043482949409 +16752 aapg_ad_169.html aapg_ad_169.html:42:5148:5168 Greenbrier Greenbrier (Great Smoky Mountains) -0.487870386185061844 +16753 aapg_ae_794.html aapg_ae_794.html:173:22273:22293 Owl Creek Selma to Montgomery marches -0.423404404503234466 +16754 gsa_html_6972841167 gsa_html_6972841167:30:2152:2160 Montreal Canada 0.82256545528971492 +16755 cspg_html_9516677253 cspg_html_9516677253:371:37076:37083 Cardium Ontario, California -0.419644846495757451 +16756 cspg_html_4103411715 cspg_html_4103411715:47:5930:5938 Sundance Edmonton, London -0.0414509716121673408 +16757 gsa_html_1302036022 gsa_html_1302036022:29:2796:2824 Green River Colorado -0.035304988004324106 +16758 aapg_af_663.html aapg_af_663.html:518:51553:51559 Pawnee Adair County, Missouri -0.0364256392683856012 +16759 aapg_ac_315.html aapg_ac_315.html:117:13073:13093 Phosphoria Cheyenne, Wyoming -0.425273299831302687 +16760 cspg_html_4293350162 cspg_html_4293350162:817:89103:89120 Livingstone Crowsnest Pass, Alberta -0.473718414704639712 +16761 cspg_html_5241714595 cspg_html_5241714595:202:31373:31395 Winnipegosis Regina, Saskatchewan 0.00556946876400186627 +16762 geology_html_1573138807 geology_html_1573138807:247:23462:23480 Harebell Cheyenne, Wyoming -0.457691392417615917 +16763 aapg_ah_318.html aapg_ah_318.html:499:58565:58592 Eagle Hunt County, Texas 0.00854719127328702234 +16764 AMJC_html_4483069041 AMJC_html_4483069041:588:67142:67152 Washington North Cascades National Park -0.472604743150075168 +16765 cspg_html_8089302449 cspg_html_8089302449:246:41780:41800 Dawson Bay Regina, Saskatchewan -0.00871745152629535731 +16766 aapg_aa_161.html aapg_aa_161.html:353:34452:34471 Palmarito Venezuela -0.452544485991732914 +16767 aapg_af_192.html aapg_af_192.html:111:12146:12166 Citronelle Beaumont, Texas -0.449575401198261781 +16768 aapg_ad_880.html aapg_ad_880.html:53:6593:6616 Gypsum Spring Black Hills -0.472528705500211532 +16769 aapg_aa_731.html aapg_aa_731.html:509:68566:68587 Rockdale Zapata, Texas -0.0976073785830375018 +16770 cspg_html_8247666269 cspg_html_8247666269:532:62343:62351 Columbia Canada -0.444844842741709823 +16771 aapg_ae_394.html aapg_ae_394.html:3:366:385 La Quinta Venezuela -0.449431691216236939 +16772 aapg_ai_947.html aapg_ai_947.html:327:55977:55981 Rico Colorado -0.46305483027617389 +16773 gsa_html_8531594123 gsa_html_8531594123:789:80873:80879 Snyder Reno, Nevada 0.00060280083765856514 +16774 palaios_html_9861674256 palaios_html_9861674256:799:63071:63081 Wellington Coral reef -0.446011775932438015 +16775 gsa_html_8244777175 gsa_html_8244777175:576:62962:62970 Syracuse Portland, Maine -0.03065480270336517 +16776 gsa_html_7102550258 gsa_html_7102550258:771:86484:86501 Kayenta Western world -0.0271279018002479055 +16777 geology_html_4286803197 geology_html_4286803197:398:28470:28476 Oxford Crowley, Louisiana -0.49593907588154873 +16778 aapg_ae_91.html aapg_ae_91.html:16:2527:2537 Washington Spokane, Washington -0.0344697965895258002 +16779 sedimentology_html_7482146728 sedimentology_html_7482146728:150:20354:20362 Columbia Salem, Oregon -0.0074248793072545817 +16780 cspg_html_9613527162 cspg_html_9613527162:177:24585:24591 Exshaw Moose Mountain (Alberta) -0.0709648511005174232 +16781 aapg_af_130.html aapg_af_130.html:145:26293:26323 Ouray New Mexico -0.494226535849717374 +16782 aapg_af_338.html aapg_af_338.html:141:16020:16031 San Antonio Guadalupe County, Texas -0.486457311735010611 +16783 palaios_html_5941305386 palaios_html_5941305386:754:86342:86367 Chinle New Mexico -0.0126041104713934711 +16784 cspg_html_8438548095 cspg_html_8438548095:419:39524:39542 Edmonton Lacombe, Alberta -0.0482318797882009612 +16785 aapg_ac_586.html aapg_ac_586.html:9:1499:1509 Pottsville Pottsville, Pennsylvania 0.0249492599852327059 +16786 gsa_html_5495469347 gsa_html_5495469347:921:72759:72775 Maroon Colorado -0.00258840277417883959 +16787 aapg_ad_52.html aapg_ad_52.html:894:96586:96595 Coldwater Sunbury, Pennsylvania -0.0507415465108338806 +16788 aapg_af_77.html aapg_af_77.html:267:20618:20627 Smackover Hopkins County, Kentucky -0.453653631411627511 +16789 aapg_ah_943.html aapg_ah_943.html:325:48128:48152 Boulder Creek Victoria, British Columbia -0.438007065376213589 +16790 aapg_ae_658.html aapg_ae_658.html:211:26542:26553 Green River Cheyenne, Wyoming -0.461271782333034175 +16791 cspg_html_1019614994 cspg_html_1019614994:206:31884:31905 Big Valley Arctic Cordillera -0.0259959408940027802 +16792 gsa_html_5851281923 gsa_html_5851281923:212:22476:22486 Washington Seattle -0.4835517998191603 +16793 aapg_ad_269.html aapg_ad_269.html:262:30055:30072 White River Nebraska -0.41978407029024345 +16794 sedimentology_html_2272861739 sedimentology_html_2272861739:2052:105167:105173 Reston Virginia -0.4597920302667165 +16795 aapg_ah_177.html aapg_ah_177.html:95:13087:13095 Kiamichi Austin, Chicago -0.0393566203457145145 +16796 geology_html_3591851404 geology_html_3591851404:347:25303:25311 Columbia Victoria, British Columbia -0.452055720301517416 +16797 gsa_html_2089248054 gsa_html_2089248054:90:7059:7087 Green River Colorado -0.02166536358211529 +16798 cspg_html_9501006975 cspg_html_9501006975:408:47852:47860 Dunvegan Lacombe, Alberta -0.455252106655251121 +16799 cspg_html_3354282978 cspg_html_3354282978:79:11663:11709 Woodbend Lacombe, Alberta -0.431395188299852905 +16800 aapg_ad_116.html aapg_ad_116.html:445:55212:55221 Oil Creek Delaware -0.421964232277811879 +16801 aapg_af_786.html aapg_af_786.html:372:29348:29357 San Diego California -0.0309000524599756105 +16802 aapg_ad_379.html aapg_ad_379.html:637:52685:52695 Twin Creek Boise, Idaho -0.46687889797168336 +16803 aapg_ad_379.html aapg_ad_379.html:631:52333:52352 Popo Agie Cheyenne, Wyoming -0.00200123251374013846 +16804 aapg_ac_246.html aapg_ac_246.html:331:33112:33121 Newcastle Williston, Vermont 0.425614684998872894 +16805 gsa_html_1826402027 gsa_html_1826402027:216:24659:24677 Moenkopi Kaibab, Arizona -0.151219520196883311 +16806 aapg_aa_622.html aapg_aa_622.html:43:5832:5843 Uncompahgre Colorado -0.0257194847392249668 +16807 aapg_af_618.html aapg_af_618.html:146:16068:16088 Georgetown Freestone County, Texas -0.418659974922056588 +16808 aapg_aa_37.html aapg_aa_37.html:259:32062:32079 Oquirrh Logan, Utah -0.259801814509670548 +16809 cspg_html_6953218740 cspg_html_6953218740:16:2213:2233 Nikanassin Victoria, British Columbia -0.0231533782740243055 +16810 palaios_html_9150736881 palaios_html_9150736881:221:26952:26970 Fairview Cincinnati -0.0217296792824245993 +16811 aapg_ae_973.html aapg_ae_973.html:923:68918:68925 Rustler Nashville Basin -0.0884593990032903621 +16812 cspg_html_9768299963 cspg_html_9768299963:242:27806:27822 Battle Lacombe, Alberta -0.473815322787249471 +16813 sedimentology_html_1463603507 sedimentology_html_1463603507:74:8963:8988 Barstow Mojave Desert -0.00508998959117516313 +16814 palaios_html_9886618772 palaios_html_9886618772:48:5970:5995 Byram Mississippi River -0.00912399404799891373 +16815 cspg_html_9023649778 cspg_html_9023649778:323:38536:38544 Columbia Victoria, British Columbia -0.486925734041852465 +16816 aapg_aa_45.html aapg_aa_45.html:29:4129:4137 Moenkopi Logan, Utah 0.361960844528229297 +16817 aapg_aa_243.html aapg_aa_243.html:71:7708:7735 Onondaga Pennsylvania -0.501602970255366709 +16818 aapg_aa_647.html aapg_aa_647.html:3:191:223 Clinton Ohio -0.552887712389399821 +16819 aapg_ai_143.html aapg_ai_143.html:166:19202:19215 Foremost Bow Island Airport -0.477872040110580265 +16820 aapg_ad_691.html aapg_ad_691.html:17:2169:2179 Georgetown Texas -0.00910662035546105052 +16821 aapg_af_854.html aapg_af_854.html:400:52264:52281 Kenwood Kentucky -0.0403993849472303809 +16822 aapg_ac_984.html aapg_ac_984.html:243:21753:21759 Oneota Illinois -0.446078886082885928 +16823 aapg_ad_81.html aapg_ad_81.html:948:160081:160089 Colorado New Mexico -0.462111625185478381 +16824 aapg_ad_55.html aapg_ad_55.html:17:1937:1944 Decorah Decorah, Iowa -0.0121123895767299237 +16825 aapg_ah_311.html aapg_ah_311.html:276:29594:29604 Hell Creek Hell Creek Formation -0.439949547114288131 +16826 gsa_html_7102550258 gsa_html_7102550258:1479:136715:136720 Bluff Logan, Utah -0.469648742182661783 +16827 aapg_ai_240.html aapg_ai_240.html:277:28371:28418 Bakken Mississippian culture -0.454305775206324536 +16828 aapg_aa_915.html aapg_aa_915.html:225:24866:24888 Pigeon Point California -0.0684611516043481111 +16829 gsa_html_5446866849 gsa_html_5446866849:86:7011:7019 Scotland England -0.495853839651622219 +16830 AMJC_html_8804784209 AMJC_html_8804784209:465:43703:43724 Waits River Bennington, Vermont -0.498034815247566209 +16831 aapg_ah_179.html aapg_ah_179.html:92:6887:6904 Kaibab Arizona -0.0396629967137020131 +16832 aapg_ad_564.html aapg_ad_564.html:8720:779216:779222 Denver Denver -0.0165121278486362495 +16833 cspg_html_3097746547 cspg_html_3097746547:39:6218:6238 Clearwater Lacombe, Alberta -0.0838911043394959255 +16834 gsa_html_5879695606 gsa_html_5879695606:683:55918:55926 Santiago Chile -0.497128548725757735 +16835 sedimentology_html_6295528506 sedimentology_html_6295528506:771:56426:56446 Long Point Middle Ordovician -0.0475645152925121273 +16836 gsa_html_3646882130 gsa_html_3646882130:430:40962:40989 Rockwell Washington (state) 0.68976898830633937 +16837 aapg_ae_694.html aapg_ae_694.html:127:15589:15597 Woodbine Buda, Texas -0.118638047901342455 +16838 AMJC_html_7984049819 AMJC_html_7984049819:448:44076:44083 Kittery Fredericton (electoral district) -0.463271407180362194 +16839 cspg_html_3804945581 cspg_html_3804945581:10:1774:1782 Scollard Lacombe, Alberta -0.0435005244860851084 +16840 aapg_ad_945.html aapg_ad_945.html:226:22674:22687 Watt Mountain Lacombe, Alberta -0.04966612284900708 +16841 aapg_aa_357.html aapg_aa_357.html:270:24836:24842 Cutler Hermosa, Chicago -0.0283642962878183774 +16842 aapg_aa_700.html aapg_aa_700.html:10:1133:1141 Michigan Salina, Kansas -0.459860167847925383 +16843 geology_html_9628904338 geology_html_9628904338:37:4503:4515 Fernie Lacombe, Alberta -0.458103872838477311 +16844 sedimentology_html_8097871643 sedimentology_html_8097871643:2041:93833:93839 Banner Victoria, British Columbia -0.450595494357366455 +16845 aapg_ac_333.html aapg_ac_333.html:988:120024:120030 Kaibab Coconino County, Arizona 0.0150107114717039861 +16846 aapg_ae_41.html aapg_ae_41.html:1167:81967:81977 Swan Hills Canada -0.0230090906667148494 +16847 aapg_aa_47.html aapg_aa_47.html:586:70381:70387 Maroon New Mexico -0.0386046469573407755 +16848 aapg_af_892.html aapg_af_892.html:467:45898:45911 Thrifty Harpersville, Alabama 0.0234367419993999557 +16849 cspg_html_4727171280 cspg_html_4727171280:105:12684:12697 Edmonton Edmonton, London -0.448578878596292641 +16850 aapg_ac_953.html aapg_ac_953.html:65:5981:6001 Miccosukee Melbourne, Florida -0.463332970234029085 +16851 aapg_ae_335.html aapg_ae_335.html:312:28014:28020 Casper Cheyenne, Wyoming -0.490016735996709807 +16852 aapg_ai_751.html aapg_ai_751.html:303:33314:33322 Onondaga Randolph, New Jersey -0.480695619561815057 +16853 cspg_html_4272664788 cspg_html_4272664788:106:16656:16661 Banff Lacombe, Alberta -0.453653631411627511 +16854 cspg_html_8694594891 cspg_html_8694594891:555:52306:52319 Potsdam Quebec City -0.433635185237620624 +16855 sedimentology_html_8561350553 sedimentology_html_8561350553:1122:73036:73043 Deville Jura Mountains -0.454089094007790295 +16856 sedimentology_html_2737382976 sedimentology_html_2737382976:2167:104703:104718 Gates Canada -0.495631319068842169 +16857 gsa_html_2098291403 gsa_html_2098291403:419:38521:38527 Oregon Portland, Oregon -0.494751281926012032 +16858 sedimentology_html_8533199485 sedimentology_html_8533199485:171:16830:16838 Richmond Canada -0.00860799843042621068 +16859 gsa_html_3423427338 gsa_html_3423427338:17:548:556 Montreal Earth 0.554057639981351491 +16860 aapg_ad_766.html aapg_ad_766.html:543:53104:53126 Dakota Chuska Mountains 0.0325003863162265649 +16861 palaios_html_2994452429 palaios_html_2994452429:1686:141343:141351 Columbia Victoria, British Columbia -0.0110733719867148073 +16862 cspg_html_5308103526 cspg_html_5308103526:281:28973:28983 Kiskatinaw Graben, Vienna -0.469120700106755939 +16863 aapg_ae_519.html aapg_ae_519.html:150:15490:15504 Northumberland Bath, Somerset 0.0336485871580823881 +16864 aapg_ad_817.html aapg_ad_817.html:399:35456:35463 Arcadia Carnarvon, Western Australia -0.0157388171484894208 +16865 aapg_ah_528.html aapg_ah_528.html:391:40081:40088 Thaynes Boise, Idaho -0.233534664294559713 +16866 aapg_ac_671.html aapg_ac_671.html:141:13105:13117 Cypress Vanderburgh County, Indiana -0.441686785632637413 +16867 aapg_ah_370.html aapg_ah_370.html:724:57823:57837 Traverse Michigan -0.496955472947784638 +16868 aapg_ac_213.html aapg_ac_213.html:3:177:199 Sevy Dolomite Logan, Utah -0.234503305015476449 +16869 geology_html_9419957017 geology_html_9419957017:178:14296:14301 Eagle Earth -0.432686505514578101 +16870 gsa_html_8335323050 gsa_html_8335323050:17:1117:1125 Virginia Reston, Virginia -0.450586501765938174 +16871 cspg_html_2826081830 cspg_html_2826081830:422:47821:47841 Clearwater CFB Cold Lake -0.00756560119780054757 +16872 aapg_ae_660.html aapg_ae_660.html:652:57049:57084 Smackover Alabama 0.367081680241569452 +16873 sedimentology_html_2319942817 sedimentology_html_2319942817:769:60902:60923 Green River Logan, Utah -0.416376659595793952 +16874 aapg_ae_428.html aapg_ae_428.html:663:54733:54746 Hawthorn Melbourne, Florida -0.0246571760456421665 +16875 aapg_ae_96.html aapg_ae_96.html:539:57230:57241 Mowry Canada -0.433685955512457477 +16876 gsa_html_4675429437 gsa_html_4675429437:1062:75527:75549 Mint Canyon Sacramento, California -0.0331684163736417556 +16877 AMJC_html_4299960498 AMJC_html_4299960498:704:84738:84744 Oregon Hood River (Oregon) -0.0367528086008553287 +16878 AMJC_html_3664856625 AMJC_html_3664856625:647:66516:66534 Wasatch Fort Union Trading Post National Historic Site 0.0145172103722691747 +16879 gsa_html_1975444584 gsa_html_1975444584:639:56874:56886 Medicine Bow Yavapai County, Arizona -0.0250466225487357037 +16880 aapg_aa_415.html aapg_aa_415.html:267:37275:37281 Annona Saratoga, California -0.0372366206791455642 +16881 aapg_ai_584.html aapg_ai_584.html:1448:137923:137932 Minnelusa Black Hills -0.456561440120662909 +16882 cspg_html_4550597410 cspg_html_4550597410:398:47390:47395 Chazy Champlain Valley -0.0216149541452477292 +16883 cspg_html_4124550118 cspg_html_4124550118:28:4342:4350 Pine Key Key West, Florida -0.460964719996515115 +16884 cspg_html_7402164801 cspg_html_7402164801:54:5965:5973 Foremost Lacombe, Alberta -0.457555451333636842 +16885 sedimentology_html_6650187894 sedimentology_html_6650187894:699:61168:61172 Hall London, Ontario -0.0479251987471817145 +16886 palaios_html_2449649505 palaios_html_2449649505:786:78986:79002 Chinle Arizona -0.4506269691264706 +16887 cspg_html_2161417858 cspg_html_2161417858:58:8059:8072 Wabamun Lacombe, Alberta -0.450649451770273157 +16888 aapg_af_23.html aapg_af_23.html:99:14298:14320 Calico Bluff Anchorage, Alaska -0.44951252529713398 +16889 aapg_ac_211.html aapg_ac_211.html:802:45751:45757 Denver Colorado -0.457582637906406409 +16890 aapg_ae_324.html aapg_ae_324.html:1345:131799:131818 Eggleston Black River, Jamaica -0.428567504724311155 +16891 palaios_html_3561205174 palaios_html_3561205174:768:65262:65275 Potsdam Wisconsin -0.44830973456876172 +16892 cspg_html_4785922166 cspg_html_4785922166:74:8134:8146 Saskatchewan Lacombe, Alberta -0.464706706380762058 +16893 aapg_ad_338.html aapg_ad_338.html:462:53830:53843 Potomac Maryland -0.436832441054611387 +16894 aapg_aa_918.html aapg_aa_918.html:917:96738:96758 Whitehorse Texas -0.0157614078878749141 +16895 aapg_ae_248.html aapg_ae_248.html:44:4193:4201 Michigan Saginaw, Michigan -0.473663043482949409 +16896 aapg_ad_945.html aapg_ad_945.html:396:39801:39825 Athabasca Lacombe, Alberta -0.530030426648486097 +16897 aapg_ah_750.html aapg_ah_750.html:114:15824:15832 San Jose San Jose, California -0.442649117020085803 +16898 aapg_af_854.html aapg_af_854.html:1615:214436:214456 Keokuk Iowa -0.438031460031225395 +16899 aapg_ae_789.html aapg_ae_789.html:393:45946:45951 Banff Moose Mountain (Alberta) -0.0394819549454150931 +16900 aapg_aa_97.html aapg_aa_97.html:16:1266:1272 Oregon Washington (state) -0.08663080806103092 +16901 cspg_html_7779401416 cspg_html_7779401416:166:20432:20441 Rochester Lockport (city), New York -0.454068782805138071 +16902 aapg_af_623.html aapg_af_623.html:142:14563:14580 Rockdale Crawford County, Georgia -0.0407040542010648765 +16903 cspg_html_9435196958 cspg_html_9435196958:729:31560:31578 Edmonton Drumheller -0.453292784807282967 +16904 cspg_html_3026112034 cspg_html_3026112034:813:77959:77979 Swan Hills Canada -0.448753864703002991 +16905 gsa_html_3429903648 gsa_html_3429903648:673:59676:59692 Westerly Granite Bloomington, Indiana -0.466782751574986277 +16906 geology_html_2144574689 geology_html_2144574689:285:26577:26587 Washington Lake Tapps (Washington) -0.429008912224210892 +16907 aapg_aa_358.html aapg_aa_358.html:58:5630:5645 Rico Hermosa, Chicago -0.530847897060857665 +16908 gsa_html_5002851212 gsa_html_5002851212:316:23317:23325 Colorado Cheyenne, Wyoming -0.00780013856825604972 +16909 aapg_ad_766.html aapg_ad_766.html:104:12142:12158 Dakota Mancos, Colorado -0.433149694842684174 +16910 cspg_html_4242149791 cspg_html_4242149791:199:28983:28999 Earlie Lacombe, Alberta -0.456337429672799166 +16911 aapg_ae_824.html aapg_ae_824.html:36:3409:3416 Kanawha Logan, Utah 0.0108631399368114955 +16912 aapg_aa_712.html aapg_aa_712.html:16:2825:2833 Glenwood Glenwood, Utah 0.00917958991324812311 +16913 cspg_html_3447886929 cspg_html_3447886929:1449:128815:128836 Lawrence Quebec City -0.466299888436986554 +16914 AMJC_html_2702389713 AMJC_html_2702389713:265:22703:22724 Waits River Bennington, Vermont -0.476218391360906934 +16915 gsa_html_2905575126 gsa_html_2905575126:809:72712:72740 Green River Iran -0.0281312681566624895 +16916 cspg_html_9177794814 cspg_html_9177794814:96:11165:11181 Alapah Lacombe, Alberta -0.0517735415246776826 +16917 gsa_html_5293445820 gsa_html_5293445820:720:73338:73348 West Point Salcha River -0.504128918336591125 +16918 cspg_html_9332855346 cspg_html_9332855346:125:9191:9207 Meadow Lake Lacombe, Alberta -0.470200080639580853 +16919 cspg_html_3962754176 cspg_html_3962754176:729:76535:76554 Athabasca Lacombe, Alberta -0.450743884934886652 +16920 geology_html_9449848150 geology_html_9449848150:159:16186:16196 Las Cruces New Mexico -0.478488911708928044 +16921 aapg_ae_999.html aapg_ae_999.html:327:45594:45603 Catahoula Alabama -0.0151097603849725953 +16922 cspg_html_3447886929 cspg_html_3447886929:154:18987:19008 Lawrence Quebec City -0.479893584862882694 +16923 aapg_ac_533.html aapg_ac_533.html:39:6527:6565 Mission Canyon Williston, Vermont 0.0237670495738335416 +16924 aapg_ad_831.html aapg_ad_831.html:38:5443:5456 Turner Valley Lacombe, Alberta 1.27138594964534501 +16925 aapg_ae_474.html aapg_ae_474.html:862:87584:87593 Aux Vases Bethel, Alaska 0.0120359389768452604 +16926 aapg_ac_782.html aapg_ac_782.html:189:33337:33361 Barnett Fort Worth, Texas -0.0632684992978399252 +16927 palaios_html_5582845937 palaios_html_5582845937:306:30411:30418 Hampton Virginia -0.518643258068170687 +16928 gsa_html_1925126731 gsa_html_1925126731:1198:97224:97252 Green River Colorado 0.016192373803742003 +16929 aapg_ai_996.html aapg_ai_996.html:1335:59052:59065 Merchantville Raritan River -0.0399833098271603696 +16930 aapg_ac_867.html aapg_ac_867.html:493:67338:67359 Green River Cheyenne, Wyoming 0.00361335093326647754 +16931 aapg_af_545.html aapg_af_545.html:187:24564:24580 Uinta Logan, Utah 0.916076214801732625 +16932 cspg_html_7086880709 cspg_html_7086880709:456:59804:59813 Kee Scarp Norman Wells -0.025547354296840772 +16933 AMJC_html_6341723617 AMJC_html_6341723617:1184:98859:98891 Green River Colorado 1.22274234069883603 +16934 aapg_ah_973.html aapg_ah_973.html:151:8769:8786 Mount Laurel Closter, New Jersey -0.105495093281311639 +16935 aapg_aa_379.html aapg_aa_379.html:105:12057:12066 Allegheny Pottsville, Pennsylvania -0.030239106807757675 +16936 aapg_ac_230.html aapg_ac_230.html:369:42482:42488 Sierra Sierra Nevada de Santa Marta -0.0574626720141519567 +16937 aapg_ac_333.html aapg_ac_333.html:184:23133:23141 Toroweap Grand Canyon -0.462102516958969756 +16938 cspg_html_1237739452 cspg_html_1237739452:310:45609:45628 Kananaskis Highwood, Illinois -0.00771674737466516297 +16939 cspg_html_7135913551 cspg_html_7135913551:662:49690:49700 Fort Union Cheyenne, Wyoming -0.477142101104954475 +16940 aapg_ai_948.html aapg_ai_948.html:222:31703:31718 Mesaverde Colorado -0.471009336433766579 +16941 gsa_html_2877730818 gsa_html_2877730818:801:70280:70284 Bond Cordillera Administrative Region -0.479670542308177961 +16942 gsa_html_9898556493 gsa_html_9898556493:270:32732:32750 Riverbank Merced River 0.00103883289603381806 +16943 cspg_html_1498300615 cspg_html_1498300615:103:12974:13010 Beaverhill Lacombe, Alberta -0.0789560841365127136 +16944 aapg_ai_758.html aapg_ai_758.html:10:1662:1674 Wapsipinicon Iowa 0.799477594711759387 +16945 geology_html_2550998204 geology_html_2550998204:440:27218:27236 Wasatch Fort Union Trading Post National Historic Site -0.00168159033485223096 +16946 aapg_ai_996.html aapg_ai_996.html:176:13628:13635 St Marys Maryland -0.433368134539702354 +16947 aapg_af_144.html aapg_af_144.html:1033:110833:110845 Ludlow Netherlands 0.0139472629974676295 +16948 cspg_html_4326384800 cspg_html_4326384800:991:145097:145122 Beaverhill Lacombe, Alberta -0.0199532604557582163 +16949 aapg_af_469.html aapg_af_469.html:14:3210:3218 Humboldt Reno, Nevada -0.0177077702802340836 +16950 AMJC_html_1873062106 AMJC_html_1873062106:1177:121184:121206 Burro Canyon New Mexico -0.453495743339231705 +16951 aapg_ah_140.html aapg_ah_140.html:196:20376:20384 Colorado Colorado -0.0596021394822493084 +16952 cspg_html_6383234409 cspg_html_6383234409:635:65051:65072 Bathurst Canadian Arctic Archipelago -0.0197377379215514133 +16953 cspg_html_4374961624 cspg_html_4374961624:268:28197:28205 Montreal Calgary 0.00088769823007264 +16954 aapg_ae_64.html aapg_ae_64.html:163:15863:15876 Gypsum Spring Cheyenne, Wyoming -0.45112171556163283 +16955 cspg_html_3734757529 cspg_html_3734757529:472:63210:63243 Halfway Victoria, British Columbia -0.0654012524480660634 +16956 gsa_html_1465687448 gsa_html_1465687448:629:74393:74403 Tuscaloosa Piedmont (United States) 0.00776191758677063481 +16957 aapg_ad_67.html aapg_ad_67.html:241:31355:31365 Sabinetown Rockdale, Texas -0.417363557088893333 +16958 aapg_aa_233.html aapg_aa_233.html:309:31771:31777 Sierra Matamoros, Tamaulipas -0.454113919430063184 +16959 sedimentology_html_2444875434 sedimentology_html_2444875434:1363:108598:108615 Frisco South Africa -0.473746101631411953 +16960 aapg_ai_469.html aapg_ai_469.html:482:58415:58433 Wabamun Edmonton, London -0.459860167847925383 +16961 sedimentology_html_6051696699 sedimentology_html_6051696699:95:8366:8385 Caledonia New Caledonia -0.494543235417533422 +16962 cspg_html_7970836465 cspg_html_7970836465:293:28948:28965 Jupiter Anticosti Island -0.441798115405519942 +16963 gsa_html_4820340337 gsa_html_4820340337:504:47658:47664 Sierra Uruguay -0.467980749597819323 +16964 cspg_html_8509913074 cspg_html_8509913074:70:12229:12236 Eramosa Guelph -0.474923608334711034 +16965 geology_html_2817043753 geology_html_2817043753:64:8920:8926 Sierra Mexico -0.525228952783036385 +16966 aapg_aa_898.html aapg_aa_898.html:299:35688:35709 Green River Salina, Kansas -0.431256465733329653 +16967 aapg_ak_51.html aapg_ak_51.html:33:3135:3160 Smackover Arkansas -0.456391730122837791 +16968 aapg_ai_999.html aapg_ai_999.html:232:17300:17323 Grassy Mountain Lacombe, Alberta 0.0108822518883867504 +16969 sedimentology_html_2041096405 sedimentology_html_2041096405:626:54496:54509 A-1 Carbonate Guelph -0.450932780647085085 +16970 aapg_ad_379.html aapg_ad_379.html:105:9909:9925 Morgan Uinta County, Wyoming -0.437005217650049682 +16971 aapg_aa_407.html aapg_aa_407.html:570:43834:43840 Denver Colorado -0.466810220907495799 +16972 sedimentology_html_1440665452 sedimentology_html_1440665452:1056:75273:75287 Northumberland England -0.0454024962167355328 +16973 aapg_ah_753.html aapg_ah_753.html:100:16060:16068 Scoudouc New Brunswick, New Jersey -0.458961168697372135 +16974 cspg_html_8818854104 cspg_html_8818854104:149:19547:19564 Cadomin Kootenay River -0.468696200218799319 +16975 cspg_html_4844336967 cspg_html_4844336967:29:4398:4415 Wabamun Edmonton, London -0.444916336311243943 +16976 aapg_af_887.html aapg_af_887.html:199:20136:20142 Salado Salado, Texas -0.465787563493960222 +16977 aapg_ai_409.html aapg_ai_409.html:231:26482:26494 Mooringsport Texas -0.469093158774920749 +16978 aapg_ac_602.html aapg_ac_602.html:76:5823:5845 Bonanza Providence Mountains State Recreation Area -0.448029460378174149 +16979 cspg_html_4516258038 cspg_html_4516258038:76:9882:9890 Bathurst Melville, New York -0.478284785297837578 +16980 aapg_aa_847.html aapg_aa_847.html:30:3100:3120 Jackson Lewis County, Washington -0.486436238766394913 +16981 aapg_ad_351.html aapg_ad_351.html:1352:98617:98626 Northview Webster County, Missouri 0.359828026249392863 +16982 cspg_html_4924970281 cspg_html_4924970281:48:7161:7188 Clearwater CFB Cold Lake -0.0347621062592119723 +16983 geology_html_5463531653 geology_html_5463531653:73:7340:7352 Owens Valley Sierra Nevada (Spain) -0.448484669177164286 +16984 geology_html_9016396969 geology_html_9016396969:40:4672:4682 Waynesboro Waynesboro, Pennsylvania -0.0162966409406991447 +16985 aapg_ah_277.html aapg_ah_277.html:178:23941:23949 Colorado Colorado -0.466714081975797668 +16986 aapg_ad_691.html aapg_ad_691.html:58:7008:7017 Red River Austin, Chicago -0.00078520463717508945 +16987 palaios_html_7679079277 palaios_html_7679079277:51:4486:4494 Sundance Cheyenne, Wyoming -0.0679664918754289971 +16988 aapg_af_721.html aapg_af_721.html:178:19243:19250 Canning Carnarvon, Western Australia -0.486857796887406991 +16989 palaios_html_3561205174 palaios_html_3561205174:1196:96867:96873 Walker Colorado -0.474842748246669499 +16990 aapg_aa_399.html aapg_aa_399.html:432:36108:36122 St. Mary River Edmonton, London -0.020196595303077311 +16991 aapg_ae_742.html aapg_ae_742.html:197:19688:19696 Colorado Denver -0.489119025533207352 +16992 cspg_html_8290572971 cspg_html_8290572971:516:58322:58330 Columbia Victoria, British Columbia -0.44505934010721393 +16993 gsa_html_6169925575 gsa_html_6169925575:366:38465:38475 Las Cruces New Mexico -0.465561228542891226 +16994 cspg_html_7201476813 cspg_html_7201476813:564:63046:63084 Mission Canyon Manitoba 0.791944806842128091 +16995 gsa_html_2419591532 gsa_html_2419591532:30:2758:2786 Green River New Mexico -0.448408411516637184 +16996 aapg_af_653.html aapg_af_653.html:980:117204:117211 Temblor New Cuyama, California -0.440387442871438828 +16997 aapg_ah_80.html aapg_ah_80.html:59:6208:6227 Matanuska Mount Michelson (Chugach Mountains) -0.0198211657095899094 +16998 aapg_ah_519.html aapg_ah_519.html:39:4082:4099 Entrada Summerville, South Carolina 0.0415293231231648394 +16999 aapg_ac_739.html aapg_ac_739.html:392:51522:51532 Carbondale McLeansboro, Illinois -0.435668138774596203 +17000 cspg_html_8089302449 cspg_html_8089302449:527:91358:91378 Dawson Bay Regina, Saskatchewan 1.08101990089902089 +17001 cspg_html_4376017434 cspg_html_4376017434:22:3286:3305 Pardonet Victoria, British Columbia -0.471543117662309108 +17002 aapg_aa_777.html aapg_aa_777.html:327:34070:34083 Red Rock Boise, Idaho -0.0666645052645467445 +17003 aapg_af_92.html aapg_af_92.html:115:10601:10629 Pioche Logan, Utah 0.353948064255519113 +17004 sedimentology_html_5315330584 sedimentology_html_5315330584:200:17313:17317 Java Sumatra -0.0466985931780469835 +17005 gsa_html_8863489299 gsa_html_8863489299:591:73048:73053 Crete Karpathos -0.486548633935625752 +17006 gsa_html_9182015467 gsa_html_9182015467:740:65153:65163 Santa Cruz California -0.470186292964726915 +17007 gsa_html_5773931818 gsa_html_5773931818:1219:121535:121542 Laramie Cheyenne, Wyoming -0.0144303273551577363 +17008 palaios_html_1671516029 palaios_html_1671516029:442:33565:33585 Fort Union Powder River Basin -0.0143364940209374722 +17009 aapg_ai_1.html aapg_ai_1.html:307:27532:27539 Hermosa Colorado -0.444945382159606273 +17010 geology_html_4409924111 geology_html_4409924111:15:932:941 San Diego La Jolla -0.446078886082885928 +17011 cspg_html_4537616154 cspg_html_4537616154:21:1117:1124 Wapiabi Lacombe, Alberta -0.46809765859229685 +17012 aapg_ad_582.html aapg_ad_582.html:360:46811:46817 Jordan Berlin -0.47675536629509363 +17013 aapg_af_891.html aapg_af_891.html:166:18293:18303 Queen Rush Springs, Oklahoma -0.465641239344597002 +17014 aapg_aa_702.html aapg_aa_702.html:251:80237:80243 Denver White River (Washington) -0.0588307324533976356 +17015 aapg_ad_440.html aapg_ad_440.html:678:68358:68368 Greenbrier Randolph County, Indiana -0.43374114370115191 +17016 aapg_ad_161.html aapg_ad_161.html:25:2208:2216 Woodbine Austin, Chicago -0.441740222253796999 +17017 gsa_html_1744648670 gsa_html_1744648670:886:85054:85062 Scotland North Atlantic Current -0.479254814429897757 +17018 aapg_ai_515.html aapg_ai_515.html:49:6413:6424 Green River Wasatch Range -0.46326000708216164 +17019 sedimentology_html_2339468027 sedimentology_html_2339468027:1907:149886:149892 Snyder California -0.0136379673462826371 +17020 gsa_html_4446967287 gsa_html_4446967287:162:12028:12046 Sicamous Eagle Bay, New York 0.542695358860364241 +17021 cspg_html_2939557171 cspg_html_2939557171:625:78002:78010 Bathurst Lacombe, Alberta -0.442762791672519862 +17022 cspg_html_5406720001 cspg_html_5406720001:212:27599:27620 Ross Telford, Pennsylvania -0.0108926765936857208 +17023 aapg_ac_961.html aapg_ac_961.html:248:26355:26361 Midway Arkadelphia, Arkansas -0.0410313671820840969 +17024 aapg_ac_449.html aapg_ac_449.html:97:9074:9080 Denver Colorado -0.486398776993572868 +17025 aapg_ac_569.html aapg_ac_569.html:270:37164:37172 Colorado Cheyenne, Wyoming -0.00716428423732448638 +17026 cspg_html_1378826439 cspg_html_1378826439:531:44830:44836 Denver Colorado -0.508612392921665157 +17027 cspg_html_9119878068 cspg_html_9119878068:375:47171:47182 Slave Point Alta, Utah -0.0337355768098034706 +17028 gsa_html_5865982995 gsa_html_5865982995:1234:131753:131774 Green River Colorado 0.360692574821675993 +17029 gsa_html_6980451554 gsa_html_6980451554:176:22224:22280 Moenave Colorado Plateau -0.244976743090250249 +17030 aapg_af_887.html aapg_af_887.html:170:17229:17237 Carlsbad Carlsbad, New Mexico -0.0576685607058075797 +17031 cspg_html_7093237629 cspg_html_7093237629:578:68254:68285 Elk Southeast Asia -0.499182100648293381 +17032 aapg_ad_715.html aapg_ad_715.html:256:31630:31637 Vamoosa Shawnee, Oklahoma -0.436850160261835319 +17033 aapg_ac_237.html aapg_ac_237.html:624:53437:53449 Vinini Garden City, New York -0.486038291322309801 +17034 aapg_ad_695.html aapg_ad_695.html:76:7413:7423 Cane River Natchitoches, Louisiana -0.0139559511282587399 +17035 aapg_aa_943.html aapg_aa_943.html:3:283:303 Citronelle Alabama 0.726638682312908291 +17036 cspg_html_3854139935 cspg_html_3854139935:5:240:262 Judith River Southern Alberta -0.0137370110791438689 +17037 cspg_html_9119878068 cspg_html_9119878068:353:43676:43692 Ireton Lacombe, Alberta 0.00711563996852309245 +17038 gsa_html_6625494715 gsa_html_6625494715:491:59105:59127 Bonanza Great Basin -0.471543117662309108 +17039 cspg_html_4193503340 cspg_html_4193503340:28:3742:3749 Pakowki Lacombe, Alberta -0.501624425245378647 +17040 aapg_ae_63.html aapg_ae_63.html:636:57508:57522 Ute Boise, Idaho -0.481759173673690755 +17041 cspg_html_7989435905 cspg_html_7989435905:73:7993:8003 Blackstone Edmonton, London -0.472639307901536299 +17042 geology_html_4965715689 geology_html_4965715689:273:24354:24360 Walker California -0.477158315306099867 +17043 aapg_ad_152.html aapg_ad_152.html:1694:218283:218298 Loray Kaibab, Arizona -0.427803761062237942 +17044 aapg_ah_69.html aapg_ah_69.html:271:30550:30567 Black River Ohio -0.46168136305604579 +17045 gsa_html_1248731493 gsa_html_1248731493:787:71782:71790 Columbia Victoria, British Columbia -0.471336008805755435 +17046 jgeology_html_4599466962 jgeology_html_4599466962:334:24583:24599 Schoharie Edgecliff, New South Wales -0.466920106770381871 +17047 aapg_ac_341.html aapg_ac_341.html:131:15970:15987 Warsaw Chattanooga, Tennessee 0.0081128568374188581 +17048 cspg_html_8211273957 cspg_html_8211273957:6:423:439 Ireton Lacombe, Alberta -0.456337429672799166 +17049 aapg_ah_318.html aapg_ah_318.html:3572:290813:290832 Smackover Texas -0.421454142706894297 +17050 aapg_aa_563.html aapg_aa_563.html:238:31530:31540 Georgetown New Mexico -0.45995556917210767 +17051 aapg_ae_720.html aapg_ae_720.html:682:76958:76984 Monterey California -0.469988693380082645 +17052 gsa_html_6672856503 gsa_html_6672856503:309:26107:26117 Washington Seattle -0.458675312427173743 +17053 aapg_ae_324.html aapg_ae_324.html:445:43211:43219 Virginia Saltville, Virginia -0.416740936010966123 +17054 aapg_ai_321.html aapg_ai_321.html:101:13561:13578 Esquias Guatemala -0.481766159765426027 +17055 cspg_html_4943597281 cspg_html_4943597281:12:1510:1516 Viking Lacombe, Alberta -0.432236767973233238 +17056 cspg_html_5139035315 cspg_html_5139035315:512:56841:56854 Windsor New Brunswick, New Jersey -0.429978093202176226 +17057 cspg_html_7985076717 cspg_html_7985076717:58:6076:6085 Bay Fiord Melville, New York -0.446078886082885928 +17058 aapg_ae_416.html aapg_ae_416.html:210:19185:19191 Moscow Polk County, Florida -0.494415595917255202 +17059 cspg_html_9275863663 cspg_html_9275863663:912:124464:124473 Waterways Swan Hill, Victoria -0.0756397389405219917 +17060 aapg_ai_66.html aapg_ai_66.html:390:35729:35748 Mesaverde Colorado -0.446078886082885928 +17061 geology_html_9210804293 geology_html_9210804293:110:7421:7434 Thaynes Logan, Utah -0.447135398674851747 +17062 sedimentology_html_8510537334 sedimentology_html_8510537334:2342:153416:153426 Pittsburgh Harrisburg, Pennsylvania -0.450676431675374467 +17063 aapg_aa_702.html aapg_aa_702.html:1881:169219:169246 Prairie Cleveland -0.0385628723639815305 +17064 gsa_html_3842354440 gsa_html_3842354440:606:57822:57830 Columbia Victoria, British Columbia -0.417380918090655029 +17065 aapg_ae_35.html aapg_ae_35.html:62:6002:6019 Wasatch Uinta Mountains -0.460746428725734014 +17066 aapg_ae_342.html aapg_ae_342.html:141:12797:12809 Frio Jefferson County, Colorado -0.464074341472865526 +17067 aapg_ad_865.html aapg_ad_865.html:398:39133:39148 Molas Ouray, Colorado 1.08671707353653035 +17068 aapg_ad_269.html aapg_ad_269.html:34:4374:4392 Morrison New Mexico -0.438131262990121173 +17069 AMJC_html_3632105729 AMJC_html_3632105729:898:98402:98420 Snowshoe Salem, Oregon -0.448282824521055501 +17070 aapg_aa_626.html aapg_aa_626.html:82:9911:9919 Patapsco Maryland -0.458641287983651336 +17071 cspg_html_3102530088 cspg_html_3102530088:587:72638:72650 Saskatchewan Canada -0.000774781561203988548 +17072 aapg_ad_350.html aapg_ad_350.html:367:38133:38145 Huntersville Catskill Mountains -0.00587175083806225004 +17073 aapg_ae_779.html aapg_ae_779.html:16:1814:1824 Rio Grande Western world -0.101308778813874484 +17074 aapg_ac_701.html aapg_ac_701.html:213:21396:21412 Dakota Logan, Utah -0.28395664305814744 +17075 aapg_ac_443.html aapg_ac_443.html:35:6052:6066 Pride Mountain Alabama -0.240827546810696291 +17076 cspg_html_8362959053 cspg_html_8362959053:67:9845:9852 Cadomin Mountain Park (Holyoke, Massachusetts) -0.0365561577052215814 +17077 aapg_ae_272.html aapg_ae_272.html:391:36164:36180 Michigan Michigan -0.489661768590455182 +17078 cspg_html_4287356899 cspg_html_4287356899:3314:347661:347671 Hare Fiord Ellesmere Island 0.319560324937022411 +17079 gsa_html_4432793908 gsa_html_4432793908:714:81564:81600 Newark Canyon Reno, Nevada -0.499369901521147685 +17080 aapg_ac_324.html aapg_ac_324.html:942:122667:122684 Johnson Trout Creek, Montana -0.473649201225758321 +17081 aapg_ae_705.html aapg_ae_705.html:556:53859:53881 Santa Barbara Carpinteria, California -0.0130645631501062637 +17082 aapg_aa_544.html aapg_aa_544.html:374:50022:50051 White River Cheyenne, Wyoming -0.459149520620870666 +17083 aapg_ac_408.html aapg_ac_408.html:56:5638:5648 San Miguel Buda, Texas -0.490195451192383946 +17084 gsa_html_2729737430 gsa_html_2729737430:126:14707:14726 Salt Lake Grand Valley (Colorado) -0.47735290933611807 +17085 gsa_html_7464626519 gsa_html_7464626519:263:28954:28975 Uncompahgre Colorado -0.458641287983651336 +17086 aapg_ac_807.html aapg_ac_807.html:798:78926:78937 Black Creek Charleston, South Carolina 0.544425488388480705 +17087 cspg_html_7297340324 cspg_html_7297340324:859:95544:95557 Jackson Texas -0.443755252554939694 +17088 aapg_ae_5.html aapg_ae_5.html:288:33687:33691 Earp Mexico -0.469051848391689397 +17089 aapg_af_348.html aapg_af_348.html:397:43771:43791 Springhill Springhill, Nova Scotia 0.0182169811347791637 +17090 aapg_ae_233.html aapg_ae_233.html:40:5246:5266 Tallahatta Alabama 0.398225814750100549 +17091 aapg_aa_906.html aapg_aa_906.html:64:7435:7440 Lance Fort Union Trading Post National Historic Site -0.408547201369101443 +17092 palaios_html_7841806577 palaios_html_7841806577:591:58647:58679 Highland Peak Reno, Nevada -0.461026124022890449 +17093 aapg_ai_170.html aapg_ai_170.html:3:413:431 Frontier Weber River -0.453130450697368015 +17094 aapg_ae_73.html aapg_ae_73.html:121:15976:15990 Espiritu Santo Sangre de Cristo Range -0.0384097003788234775 +17095 aapg_ac_983.html aapg_ac_983.html:125:21587:21601 Iola Kansas City, Kansas -0.0195726214963804213 +17096 aapg_ae_70.html aapg_ae_70.html:106:12431:12437 Maroon Glenwood Springs, Colorado -0.44721379024503416 +17097 cspg_html_5949578130 cspg_html_5949578130:676:88872:88892 Swan Hills Lacombe, Alberta -0.455184317280275863 +17098 aapg_aa_23.html aapg_aa_23.html:923:120764:120779 Interlake Winnipeg 0.644980340523899076 +17099 gsa_html_5107598462 gsa_html_5107598462:300:26013:26019 Salina Salina, Kansas -0.476130470160059438 +17100 gsa_html_5952049575 gsa_html_5952049575:677:70325:70346 Green River Cheyenne, Wyoming 0.55592302109743208 +17101 palaios_html_2339045630 palaios_html_2339045630:276:39895:39903 Virginia Knoxville, Tennessee -0.0371478620663623291 +17102 gsa_html_1119256423 gsa_html_1119256423:35:2111:2134 Peoria Nebraska -0.262840569557615977 +17103 cspg_html_4937997995 cspg_html_4937997995:395:44643:44665 Severn River East Pen Island -0.02390265150978289 +17104 cspg_html_3531222995 cspg_html_3531222995:33:5774:5782 Edmonton Lacombe, Alberta -0.464656465989479628 +17105 aapg_ad_855.html aapg_ad_855.html:276:28300:28309 Smackover Cotton Valley, Louisiana -0.451751782124743317 +17106 aapg_aa_702.html aapg_aa_702.html:1390:141988:141994 Denver Colorado -0.0246554374675200805 +17107 aapg_af_308.html aapg_af_308.html:333:38352:38360 Onondaga Helderberg -0.0735817057493154542 +17108 gsa_html_4250456454 gsa_html_4250456454:71:5624:5652 Green River Colorado 0.00570844885597124405 +17109 cspg_html_6255491344 cspg_html_6255491344:8:1058:1077 Morrissey Victoria, British Columbia 0.353966442124840741 +17110 aapg_af_76.html aapg_af_76.html:55:4837:4852 Olmos Texas -0.208448707450616055 +17111 gsa_html_4883039712 gsa_html_4883039712:706:69124:69142 Clarita South America 0.321854946928507302 +17112 palaios_html_1275288372 palaios_html_1275288372:679:49526:49539 Une Colombia -0.480807266046245518 +17113 cspg_html_4105062490 cspg_html_4105062490:28:2779:2788 Elm Point Regina, Saskatchewan -0.485369220602805185 +17114 aapg_ac_844.html aapg_ac_844.html:343:43006:43026 Richardson Mountains East Pacific Rise 0.034254049223454125 +17115 aapg_aa_832.html aapg_aa_832.html:16:2200:2219 Belkofski Cold Bay Airport -0.0188200559458422435 +17116 aapg_ae_370.html aapg_ae_370.html:655:65994:66019 Pittsburg Bluff Scappoose, Oregon -0.00537142262393446989 +17117 aapg_ad_800.html aapg_ad_800.html:106:12454:12460 Coffee Lee County, Alabama -0.462097962880594848 +17118 aapg_aa_463.html aapg_aa_463.html:9:1753:1762 Smackover County Sligo -0.0747383714950188571 +17119 cspg_html_1296564271 cspg_html_1296564271:99:11463:11485 Utica Michigan Basin -0.46105569042928074 +17120 aapg_ah_859.html aapg_ah_859.html:175:20501:20510 Nanafalia Alabama -0.391500286502926786 +17121 gsa_html_9310053579 gsa_html_9310053579:212:18812:18831 Chumstick Leavenworth, Washington -0.461001107058420345 +17122 aapg_aa_960.html aapg_aa_960.html:441:34295:34301 Carmel Arizona -0.500652353075455747 +17123 cspg_html_4407743346 cspg_html_4407743346:372:49601:49617 Muskeg Black Creek (Toronto) -0.0337355768098034706 +17124 aapg_ac_867.html aapg_ac_867.html:677:92665:92673 Tensleep Cheyenne, Wyoming -0.407433766462265035 +17125 aapg_ah_859.html aapg_ah_859.html:332:34460:34466 Midway Alabama -0.0176278270282407938 +17126 gsa_html_9542539418 gsa_html_9542539418:72:6094:6109 Kuna Sierra Nevada (Spain) -0.0110733719867148073 +17127 cspg_html_9023649778 cspg_html_9023649778:380:43125:43155 Doig Fraser River (Colorado) -0.506192615022918124 +17128 aapg_ai_27.html aapg_ai_27.html:6:969:975 Midway Frio River -0.0294721058156958669 +17129 gsa_html_8479958102 gsa_html_8479958102:1122:85532:85560 Green River Colorado -0.0197377379215514133 +17130 geology_html_9316277027 geology_html_9316277027:329:26063:26072 Valentine Reno, Nevada -0.477158315306099867 +17131 aapg_aa_24.html aapg_aa_24.html:514:60179:60200 Sadlerochit Anchorage, Alaska -0.00456360840821551893 +17132 aapg_ac_90.html aapg_ac_90.html:351:38200:38215 Karmutsen Victoria, British Columbia -0.215013431758701606 +17133 aapg_aa_738.html aapg_aa_738.html:36:4296:4302 Moscow Portland, Oregon -0.0317836884462165403 +17134 gsa_html_8491258533 gsa_html_8491258533:722:75687:75697 Washington New Hampshire -0.00514558121477792525 +17135 aapg_ae_471.html aapg_ae_471.html:117:12105:12136 Smackover Macedonia (region) 0.00361335093326647754 +17136 gsa_html_9498848688 gsa_html_9498848688:485:45557:45563 Oxford Pergamon Museum -0.0202678582495696563 +17137 sedimentology_html_5972597463 sedimentology_html_5972597463:887:51553:51586 Frio Gulf Coast of the United States -0.462225485866077257 +17138 sedimentology_html_3348251908 sedimentology_html_3348251908:1039:71110:71114 Hall London, Ontario -0.0520489971910248345 +17139 cspg_html_4915680223 cspg_html_4915680223:192:21165:21184 Allen Bay Douro DOC -0.00333887242237054967 +17140 sedimentology_html_8829282630 sedimentology_html_8829282630:2127:109074:109080 Pueblo Caribbean -0.0697862898284354327 +17141 aapg_ah_75.html aapg_ah_75.html:3:384:398 Richmond Waynesville, North Carolina -0.413661883248239493 +17142 aapg_aa_960.html aapg_aa_960.html:84:8204:8208 Jelm Entrada Sandstone -0.501560061931396017 +17143 aapg_ah_815.html aapg_ah_815.html:69:5388:5399 Pine Island County Sligo -0.484086347872667577 +17144 aapg_ah_541.html aapg_ah_541.html:135:18279:18294 Conemaugh Pottsville, Pennsylvania -0.026734922025780393 +17145 aapg_ad_2.html aapg_ad_2.html:214:31280:31291 Wissahickon Cockeysville, Maryland -0.44951252529713398 +17146 cspg_html_5675079479 cspg_html_5675079479:27:3532:3557 Fort Vermillion Lacombe, Alberta -0.459887424332023564 +17147 aapg_af_471.html aapg_af_471.html:94:12941:12960 Hartselle Hartselle, Alabama -0.021507182733615033 +17148 aapg_ai_241.html aapg_ai_241.html:63:8110:8131 Winnipeg Winnipeg -0.0306878502572210006 +17149 geology_html_8185144916 geology_html_8185144916:13:659:667 Colorado Colorado -0.479586916180102352 +17150 cspg_html_7216316403 cspg_html_7216316403:8:492:513 Glenogle Mount Wilson Observatory -0.0155250750483416668 +17151 aapg_ac_574.html aapg_ac_574.html:331:37173:37191 Humboldt Reno, Nevada -0.482092240402263728 +17152 geology_html_9810499598 geology_html_9810499598:302:22634:22640 Ludlow Gotland -0.0249440441513266963 +17153 aapg_aa_61.html aapg_aa_61.html:23:3284:3294 San Andres Tampico, Illinois 0.00062190980436069136 +17154 cspg_html_9872589627 cspg_html_9872589627:48:6302:6319 Halfway Lacombe, Alberta -0.484114368303559472 +17155 cspg_html_8677760663 cspg_html_8677760663:6:305:311 Viking Lacombe, Alberta -0.435738929516159335 +17156 aapg_ac_742.html aapg_ac_742.html:88:10406:10424 Sundance Cheyenne, Wyoming 0.00204466219751255973 +17157 aapg_ac_741.html aapg_ac_741.html:79:9206:9218 Pierre Sharon Springs, Kansas 0.00224965044656127858 +17158 aapg_ad_42.html aapg_ad_42.html:229:23836:23844 Imperial Salina, Kansas 0.0306008832006431329 +17159 cspg_html_6644065685 cspg_html_6644065685:207:21234:21253 Hecla Bay Banks Island 0.663680525538980826 +17160 cspg_html_5810500722 cspg_html_5810500722:225:30765:30773 Columbia Victoria, British Columbia -0.461171691164054931 +17161 cspg_html_2822917851 cspg_html_2822917851:248:27903:27918 Canol Cordillera Administrative Region -0.441593278961416758 +17162 cspg_html_8089302449 cspg_html_8089302449:672:110841:110853 Saskatchewan Saskatoon -0.472881299388360321 +17163 aapg_ae_141.html aapg_ae_141.html:93:8690:8699 Box Butte Scottsbluff, Nebraska -0.0532799592874959385 +17164 aapg_ad_466.html aapg_ad_466.html:4:527:535 Virginia Delaware -0.0524220993978513419 +17165 gsa_html_7010767381 gsa_html_7010767381:29:2796:2824 Green River Colorado -0.040244442684913409 +17166 cspg_html_2094634763 cspg_html_2094634763:235:28694:28711 Madison Regina, Saskatchewan -0.507408819774050168 +17167 aapg_ae_576.html aapg_ae_576.html:30:3920:3930 Wulff Land Washington (state) -0.448282824521055501 +17168 cspg_html_7866465429 cspg_html_7866465429:228:24070:24089 Kishenehn Victoria, British Columbia -0.00202555313540596143 +17169 aapg_ae_873.html aapg_ae_873.html:560:63931:63942 Paluxy Goodland, Kansas -0.460091874413590562 +17170 aapg_aa_463.html aapg_aa_463.html:96:19155:19161 Midway Shreveport, Louisiana -0.457614356613462614 +17171 cspg_html_9637445661 cspg_html_9637445661:188:17310:17328 Dunvegan Lacombe, Alberta -0.0118656633091786638 +17172 palaios_html_7679079277 palaios_html_7679079277:45:3793:3812 Sundance Carmel, Indiana -0.43919205226689878 +17173 cspg_html_8121068096 cspg_html_8121068096:454:27070:27088 Independence Iowa -0.499213001693062597 +17174 gsa_html_1316826711 gsa_html_1316826711:223:17476:17506 Kedahda Cordey -0.429947310326277143 +17175 aapg_ad_467.html aapg_ad_467.html:199:15472:15492 Tuscaloosa Mississippi River -0.422147407249121198 +17176 aapg_af_579.html aapg_af_579.html:22:3354:3378 Junction Creek New Mexico -0.486483068290992582 +17177 cspg_html_9330018201 cspg_html_9330018201:75:12298:12314 Gordon Canada -0.483047901936257684 +17178 cspg_html_2907826148 cspg_html_2907826148:684:75837:75842 Yukon Canada -0.491056633019370192 +17179 aapg_ai_518.html aapg_ai_518.html:80:10354:10359 Bluff Logan, Utah -0.0304826089875597575 +17180 aapg_ae_999.html aapg_ae_999.html:447:60294:60303 Bucatunna Alabama 0.317357063390866667 +17181 cspg_html_6331977039 cspg_html_6331977039:167:17236:17255 Read Bay Little Cornwallis Island -0.456416618922522499 +17182 sedimentology_html_7500194879 sedimentology_html_7500194879:572:40957:40978 Price Logan, Utah -0.445984933244691462 +17183 aapg_ad_152.html aapg_ad_152.html:1377:178896:178912 Pequop Logan, Utah -0.192628401142308309 +17184 cspg_html_8767215556 cspg_html_8767215556:79:9106:9125 Waterways Swan Hill, Victoria -0.427650208489599781 +17185 cspg_html_1242153796 cspg_html_1242153796:97:13179:13187 Columbia Victoria, British Columbia -0.038468880180471815 +17186 cspg_html_4193503340 cspg_html_4193503340:176:24310:24321 Belly River Lacombe, Alberta -0.0129759471663572871 +17187 aapg_af_636.html aapg_af_636.html:414:48602:48608 Kindle Sellersburg, Indiana 0.054737862652998695 +17188 aapg_ad_811.html aapg_ad_811.html:1086:120374:120384 Fort Worth Texas -0.380256525121710653 +17189 sedimentology_html_9522212001 sedimentology_html_9522212001:1615:59795:59799 Hall London, Ontario -0.449703411954729404 +17190 aapg_aa_567.html aapg_aa_567.html:28:3293:3308 Iatan Weston, Florida -0.0582827756779698836 +17191 aapg_ae_370.html aapg_ae_370.html:601:59010:59029 Troutdale Salem, Oregon -0.0209214044574815329 +17192 aapg_aa_299.html aapg_aa_299.html:3:371:385 Lisburne Anchorage, Alaska -0.432249992487968249 +17193 aapg_ac_313.html aapg_ac_313.html:206:24334:24339 Peten Maya Mountain -0.43911211811260753 +17194 aapg_ad_564.html aapg_ad_564.html:8284:748643:748663 Tuscaloosa Tuscaloosa, Alabama -0.388605163110053387 +17195 cspg_html_7912545589 cspg_html_7912545589:17:2235:2244 Athabasca CFB Cold Lake -0.459919224612040101 +17196 palaios_html_4949917469 palaios_html_4949917469:564:45635:45639 Kope Cincinnati -0.50564626487896136 +17197 cspg_html_5432603817 cspg_html_5432603817:50:5251:5260 Mercy Bay Western world -0.520477947562710819 +17198 aapg_af_568.html aapg_af_568.html:177:19561:19577 Sundance Cheyenne, Wyoming 0.0014766026609327194 +17199 cspg_html_1654370716 cspg_html_1654370716:84:9833:9845 Saskatchewan Germany -0.463271407180362194 +17200 aapg_aa_306.html aapg_aa_306.html:117:12054:12064 Washington Washington (state) -0.0224076161552878329 +17201 palaios_html_6815039820 palaios_html_6815039820:492:44879:44888 Fruitland New Mexico -0.0286877600181881381 +17202 aapg_ae_678.html aapg_ae_678.html:192:23927:23945 Green River Uinta Mountains 0.469970314280472479 +17203 aapg_ad_921.html aapg_ad_921.html:309:33515:33523 Columbia Norwood, Massachusetts -0.022871757858413614 +17204 aapg_aa_215.html aapg_aa_215.html:1169:96570:96577 Carmelo San Jose, California -0.449135360797609628 +17205 aapg_ai_9.html aapg_ai_9.html:60:4486:4495 Catahoula Oakville, California -0.02390265150978289 +17206 aapg_ac_535.html aapg_ac_535.html:110:12137:12153 Viking Regina, Saskatchewan -0.421027095781893512 +17207 aapg_ai_952.html aapg_ai_952.html:43:6047:6064 Ivishak Western world -0.470567831774721834 +17208 aapg_ae_777.html aapg_ae_777.html:274:31979:32003 Espiritu Santo New Mexico -0.458648092769168181 +17209 aapg_ad_659.html aapg_ad_659.html:351:50028:50049 Jacobsville Michigan -0.0159925297595795608 +17210 sedimentology_html_5376758741 sedimentology_html_5376758741:885:79032:79052 Beck Spring Dolomite California -0.265984651064256172 +17211 cspg_html_4272664788 cspg_html_4272664788:81:12489:12505 Debolt Victoria, British Columbia -0.457555451333636842 +17212 gsa_html_7330813870 gsa_html_7330813870:65:4998:5026 Green River Colorado -0.0263019613963844621 +17213 aapg_ae_958.html aapg_ae_958.html:160:19386:19396 Washington Closter, New Jersey -0.00783141030284131325 +17214 cspg_html_4326384800 cspg_html_4326384800:1049:154676:154686 Swan Hills Lacombe, Alberta -0.44844429668252761 +17215 palaios_html_8391206976 palaios_html_8391206976:700:67004:67022 Bellevue Kentucky -0.0309035312152589614 +17216 aapg_af_489.html aapg_af_489.html:3:358:384 San Miguel Texas -0.0174019020564647256 +17217 aapg_ad_865.html aapg_ad_865.html:370:36797:36804 Hermosa Ouray, Colorado -0.457963336268268129 +17218 aapg_ai_802.html aapg_ai_802.html:174:16059:16065 Keokuk Burlington, Ontario -0.428824418473081392 +17219 aapg_af_551.html aapg_af_551.html:176:20085:20101 Lake Valley Alamogordo, New Mexico -0.47675536629509363 +17220 sedimentology_html_9787402396 sedimentology_html_9787402396:1228:78958:78963 Slope Republic of China -0.00547218286972656846 +17221 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12840:12856 Carmel Entrada Sandstone 0.908529908508467932 +17222 aapg_ah_5.html aapg_ah_5.html:2264:151128:151147 Newcastle Knoxville, Tennessee -0.0959400059689542728 +17223 aapg_ai_163.html aapg_ai_163.html:190:15239:15247 Loveland Colorado -0.496386707811001693 +17224 aapg_ah_696.html aapg_ah_696.html:57:7647:7667 Wenatchee Roslyn, New York -0.496166414713999471 +17225 aapg_aa_251.html aapg_aa_251.html:167:13664:13701 Cotton Valley Limestone County, Alabama -0.470567831774721834 +17226 cspg_html_6702053097 cspg_html_6702053097:30:4311:4332 Lawrence Quebec City -0.0111046462862114288 +17227 gsa_html_9374403304 gsa_html_9374403304:503:46255:46264 Red River China -0.442620143363224416 +17228 aapg_ac_270.html aapg_ac_270.html:72:6001:6018 Potsdam Wyoming County, Pennsylvania -0.423076903173580265 +17229 aapg_ai_927.html aapg_ai_927.html:377:49536:49567 Mesaverde Colorado -0.00109094831221136397 +17230 sedimentology_html_1574569810 sedimentology_html_1574569810:1299:77564:77574 Santa Cruz South America -0.487818790090823073 +17231 aapg_ac_222.html aapg_ac_222.html:151:22217:22225 Colorado Denver -0.489913286480908206 +17232 aapg_ac_366.html aapg_ac_366.html:404:41884:41892 Virginia Huntington, West Virginia -0.0608327459561348455 +17233 geology_html_6536193862 geology_html_6536193862:101:8601:8612 Englishtown Navesink River -0.0396508111021446064 +17234 gsa_html_1119256423 gsa_html_1119256423:568:50812:50829 White River Platte River -0.434637853624058046 +17235 cspg_html_1037979402 cspg_html_1037979402:356:37791:37799 Imperial Davis Strait -0.0219956359317186878 +17236 cspg_html_8387792223 cspg_html_8387792223:296:34539:34563 Stony Mountain Manitoba -0.725937222878045074 +17237 aapg_ai_321.html aapg_ai_321.html:103:13880:13887 Esquias Honduras -0.0711572225320946106 +17238 jgeology_html_1838149422 jgeology_html_1838149422:721:61803:61818 Brule Nebraska -0.43797158338019293 +17239 aapg_af_579.html aapg_af_579.html:21:3014:3030 Navajo New Mexico -0.0456498537875624916 +17240 jgeology_html_8528623267 jgeology_html_8528623267:1344:83888:83898 Pocahontas Blacksburg, Virginia -0.490604756571324518 +17241 gsa_html_4919500515 gsa_html_4919500515:665:57263:57270 Canning Western world -0.0560582631991528441 +17242 aapg_ah_632.html aapg_ah_632.html:12:1580:1587 Arvonia Virginia -0.0146249457170983255 +17243 gsa_html_8308045298 gsa_html_8308045298:915:85267:85277 Washington California -0.504238916416323235 +17244 cspg_html_9717154602 cspg_html_9717154602:203:29125:29143 Lea Park Lacombe, Alberta 1.03583563053061734 +17245 cspg_html_5375448448 cspg_html_5375448448:501:50855:50874 Peace River Lacombe, Alberta -0.011327042139941219 +17246 aapg_ai_80.html aapg_ai_80.html:214:23529:23534 Chazy Murfreesboro, Tennessee -0.0435562539048757053 +17247 gsa_html_1193494932 gsa_html_1193494932:631:60216:60222 Oregon Coos Bay -0.488724520608411594 +17248 cspg_html_3384086241 cspg_html_3384086241:6:399:412 Turner Valley Lacombe, Alberta -0.0167554219628843898 +17249 aapg_ae_319.html aapg_ae_319.html:333:24355:24372 Thaynes Uinta Mountains -0.40243866281967855 +17250 jgeology_html_8066311560 jgeology_html_8066311560:1574:75973:75980 Blackie London, Ontario -0.493836733160428976 +17251 palaios_html_7111318862 palaios_html_7111318862:51:5692:5714 Prince Creek Lacombe, Alberta -0.00234867028233571185 +17252 cspg_html_4537616154 cspg_html_4537616154:21:1240:1250 Blackstone Lacombe, Alberta -0.463362613223226583 +17253 aapg_ac_6.html aapg_ac_6.html:513:33555:33560 Swift Bay of Fundy -0.468693906180358499 +17254 aapg_ad_660.html aapg_ad_660.html:321:42079:42091 Arroyo New Mexico -0.512397919126235224 +17255 aapg_ak_98.html aapg_ak_98.html:614:73437:73445 Bathurst England -0.473413916391550615 +17256 aapg_aa_463.html aapg_aa_463.html:37:6970:6993 Smackover Metro Manila -0.0523384112455297576 +17257 aapg_ac_235.html aapg_ac_235.html:468:50820:50833 Cloverly Black Hills 0.00830396347652810271 +17258 aapg_af_839.html aapg_af_839.html:68:8046:8054 Columbia Bear Lake, Michigan -0.450836079136884949 +17259 sedimentology_html_3841637081 sedimentology_html_3841637081:222:13376:13406 Leduc Swan Hill, Victoria -0.146890520356630916 +17260 cspg_html_8643545087 cspg_html_8643545087:126:12054:12070 Besa River Victoria, British Columbia -0.42193152612717999 +17261 aapg_ai_292.html aapg_ai_292.html:327:32033:32047 Lisburne Anchorage, Alaska -0.433635185237620624 +17262 cspg_html_5345848475 cspg_html_5345848475:9:1086:1105 Niobrara Niobrara, Nebraska 0.947719144000413793 +17263 cspg_html_4405340534 cspg_html_4405340534:585:77677:77683 Cabano Quebec City -0.0703003485701484965 +17264 gsa_html_7100033459 gsa_html_7100033459:1130:87530:87540 Washington Salem, Oregon -0.465579516089382972 +17265 aapg_ad_2.html aapg_ad_2.html:1285:177162:177179 Black River Watertown, Massachusetts -0.429852769171556459 +17266 aapg_ae_474.html aapg_ae_474.html:1399:147415:147421 Bethel Illinois -0.425004216617257347 +17267 palaios_html_3312501193 palaios_html_3312501193:47:5459:5476 Thaynes San Rafael Swell -0.101752556461951499 +17268 gsa_html_4699550738 gsa_html_4699550738:645:55954:55982 Green River Colorado 0.0311435677292160769 +17269 sedimentology_html_5672063331 sedimentology_html_5672063331:1306:39129:39133 Bell Walker Lake, Nevada -0.0427795572276395697 +17270 aapg_ad_2.html aapg_ad_2.html:1604:222115:222137 Beekmantown Pennsylvania -0.00326243548975702329 +17271 aapg_aa_147.html aapg_aa_147.html:962:98015:98034 Stonewall Regina, Saskatchewan -0.419603518287304689 +17272 aapg_af_568.html aapg_af_568.html:457:39307:39313 Quealy Cheyenne, Wyoming -0.491162576381923288 +17273 gsa_html_1040524378 gsa_html_1040524378:1003:97613:97618 Uinta Cheyenne, Wyoming 0.397689538566037559 +17274 aapg_ae_253.html aapg_ae_253.html:119:14509:14531 Glen Rose Shreveport, Louisiana -0.469024309212410007 +17275 gsa_html_1882682783 gsa_html_1882682783:992:94925:94929 Hall London, Ontario -0.434580403200599208 +17276 cspg_html_4666332434 cspg_html_4666332434:59:9647:9658 Sombre Milk River, Alberta -0.424433485516413689 +17277 aapg_aa_232.html aapg_aa_232.html:5:911:931 Fredericksburg Cheyenne, Wyoming -0.000571531620668953421 +17278 geology_html_2498895869 geology_html_2498895869:292:18538:18543 Rapid North Atlantic Current -0.526174174580683829 +17279 cspg_html_2356845260 cspg_html_2356845260:473:54963:54989 Pamlico Reno, Nevada -0.508540273236390394 +17280 palaios_html_2339045630 palaios_html_2339045630:192:27269:27277 Virginia Virginia -0.494566874481706664 +17281 cspg_html_3129231627 cspg_html_3129231627:363:46892:46908 Strathcona Fiord Ellesmere Island 0.38821722964831118 +17282 gsa_html_6117440194 gsa_html_6117440194:1345:118433:118439 Denver Logan, Utah -0.0692128396654030364 +17283 aapg_ac_126.html aapg_ac_126.html:136:20103:20120 Haynesville Haynesville, Louisiana -0.439298641817729429 +17284 aapg_ae_62.html aapg_ae_62.html:27:3975:3993 Deadwood Williston, Vermont 0.00152524378816032771 +17285 aapg_ae_324.html aapg_ae_324.html:459:45124:45131 Holston Saltville, Virginia -0.481989744615225701 +17286 aapg_ah_519.html aapg_ah_519.html:39:4285:4301 Dakota Mancos, Colorado 0.000833845661411737279 +17287 aapg_ae_272.html aapg_ae_272.html:39:5514:5522 Michigan Michigan -0.46305483027617389 +17288 geology_html_3911481921 geology_html_3911481921:16:1057:1078 Wood Canyon Death Valley 0.416103541639798291 +17289 aapg_af_789.html aapg_af_789.html:74:10897:10906 Port Ewen Helderberg -0.0361854896356224864 +17290 aapg_aa_399.html aapg_aa_399.html:5:465:481 Fernie Lacombe, Alberta -0.0147326815118864023 +17291 cspg_html_6611173979 cspg_html_6611173979:97:12859:12872 Wabamun Lacombe, Alberta -0.0751986612880255756 +17292 aapg_aa_299.html aapg_aa_299.html:25:3459:3496 Turner Valley Lacombe, Alberta -0.441517589995484405 +17293 aapg_ah_387.html aapg_ah_387.html:2392:259330:259339 Knoxville California -0.0201913809518237848 +17294 aapg_ah_72.html aapg_ah_72.html:101:14093:14112 Catahoula Melbourne, Florida -0.435922567930388305 +17295 cspg_html_3328007773 cspg_html_3328007773:951:97911:97927 Viking Western Canadian Sedimentary Basin 0.902734413041698991 +17296 cspg_html_4126093606 cspg_html_4126093606:77:8847:8863 Guelph Michigan Basin -0.0338991191876076986 +17297 aapg_ac_825.html aapg_ac_825.html:4:594:612 Purisima Santa Cruz Mountains -0.0234506495494124188 +17298 gsa_html_1040524378 gsa_html_1040524378:545:64598:64604 Oregon Washington (state) -0.467870731747513147 +17299 gsa_html_5090541414 gsa_html_5090541414:29:2796:2824 Green River Colorado -0.0158621976007121031 +17300 sedimentology_html_6133056118 sedimentology_html_6133056118:241:25727:25735 Michigan North Sea -0.445989406971527558 +17301 aapg_ac_910.html aapg_ac_910.html:436:35620:35626 Laguna Coahuila -0.483631144002422242 +17302 aapg_ac_873.html aapg_ac_873.html:188:13378:13393 Brule Hell Creek Formation -0.490604756571324518 +17303 palaios_html_6317298077 palaios_html_6317298077:287:26394:26404 Florissant Colorado -0.0388274478076049076 +17304 geology_html_6277961763 geology_html_6277961763:295:24707:24715 Rockwell San Jacinto, California -0.43344757972276704 +17305 aapg_ad_998.html aapg_ad_998.html:14:1127:1137 Washington Salem, Oregon -0.0121732026878597095 +17306 gsa_html_2832151886 gsa_html_2832151886:258:18809:18817 Columbia Victoria, British Columbia -0.494415595917255202 +17307 aapg_aa_147.html aapg_aa_147.html:315:37574:37593 Deadwood Winnipeg -0.0248379892514390653 +17308 aapg_ad_69.html aapg_ad_69.html:110:7699:7707 Niobrara Niobrara, Nebraska 0.0224632429453273143 +17309 sedimentology_html_3358647812 sedimentology_html_3358647812:1008:82031:82046 Mesaverde Cheyenne, Wyoming -0.423072537243216251 +17310 gsa_html_2877730818 gsa_html_2877730818:714:61974:61991 Johnnie Death Valley -0.440620923452583413 +17311 aapg_ah_814.html aapg_ah_814.html:54:5217:5234 Rodessa Arkansas -0.0133078241167712726 +17312 aapg_ad_10.html aapg_ad_10.html:121:15655:15676 Eagle Shreveport, Louisiana -0.0343166851191607572 +17313 aapg_ai_488.html aapg_ai_488.html:7:761:772 Skull Creek Harlowton, Montana 0.0538100708448110074 +17314 aapg_ac_909.html aapg_ac_909.html:3:401:409 Remedios Cayo Coco Airport 0.000416922734646836166 +17315 gsa_html_4650354985 gsa_html_4650354985:1187:96983:96991 Colorado Huerfano, New Mexico -0.0288773204111550628 +17316 aapg_ac_536.html aapg_ac_536.html:681:70574:70580 Denver Colorado -0.0882873871561770801 +17317 aapg_ac_961.html aapg_ac_961.html:328:34562:34570 Woodbine Texas -0.0365561577052215814 +17318 aapg_ai_72.html aapg_ai_72.html:3:176:197 Frio Texas -0.0135788887974534252 +17319 aapg_ai_974.html aapg_ai_974.html:169:18656:18676 Ellensburg Washington (state) -0.245811269598104926 +17320 aapg_ae_307.html aapg_ae_307.html:208:13439:13456 Ogallala Llano Estacado -0.440300736461396947 +17321 cspg_html_4655200751 cspg_html_4655200751:185:30716:30736 Swan Hills Canada -0.0116467387889204136 +17322 palaios_html_2994452429 palaios_html_2994452429:313:27856:27873 Montney Canada -0.496848800161557413 +17323 gsa_html_3620519671 gsa_html_3620519671:772:84202:84211 Valentine Reno, Nevada -0.0260481030214056476 +17324 gsa_html_6837513060 gsa_html_6837513060:123:11608:11637 Blakeley Denmark -0.485285038948243097 +17325 aapg_ae_341.html aapg_ae_341.html:8:1103:1116 Cotton Valley East Texas 0.314284577367811457 +17326 aapg_ai_337.html aapg_ai_337.html:56:8634:8640 Salina Michigan 0.026065490438927353 +17327 aapg_ae_271.html aapg_ae_271.html:146:12069:12084 Cockfield Alabama -0.405334963050919317 +17328 cspg_html_8298261690 cspg_html_8298261690:127:16576:16584 Columbia Victoria, British Columbia -0.436819151869522138 +17329 aapg_af_130.html aapg_af_130.html:71:13653:13660 Sly Gap New Mexico -0.0256047308874097386 +17330 sedimentology_html_6473571818 sedimentology_html_6473571818:153:18204:18227 Kingston Peak Death Valley -0.280176049499766433 +17331 gsa_html_1088102733 gsa_html_1088102733:881:85524:85552 Talkeetna Tonga -0.456989251174634625 +17332 aapg_aa_120.html aapg_aa_120.html:4:347:364 Basal Lacombe, Alberta -0.512593572881881343 +17333 AMJC_html_6341723617 AMJC_html_6341723617:754:66109:66116 Laramie Cheyenne, Wyoming -0.0354198318919945049 +17334 aapg_ac_744.html aapg_ac_744.html:236:25580:25603 Trujillo San Juan, Argentina -0.0574190523571501965 +17335 cspg_html_4447054486 cspg_html_4447054486:6:307:336 Nikanassin Lacombe, Alberta -0.442649117020085803 +17336 geology_html_3231430262 geology_html_3231430262:273:20822:20846 Nisku Canada -0.445989406971527558 +17337 cspg_html_4319383223 cspg_html_4319383223:616:66666:66671 Yukon Canada -0.50396633916237854 +17338 gsa_html_5053678510 gsa_html_5053678510:72:5165:5193 Green River Colorado 0.0476690595293682295 +17339 geology_html_9015185849 geology_html_9015185849:149:18509:18516 Jackson Illinois -0.0210882710852193268 +17340 aapg_ae_658.html aapg_ae_658.html:40:4455:4479 Blanco Bloomington, Indiana -0.0878608977251462281 +17341 gsa_html_3175405276 gsa_html_3175405276:671:56767:56795 Green River Colorado -0.397025970287510466 +17342 aapg_aa_685.html aapg_aa_685.html:421:39663:39673 North Horn Mount Nebo (Utah) -0.437049524484892205 +17343 aapg_af_547.html aapg_af_547.html:307:33922:33930 Colorado Denver -0.445157668105484183 +17344 aapg_ae_705.html aapg_ae_705.html:274:26064:26087 Santa Barbara Carpinteria, California -0.490524761849640001 +17345 sedimentology_html_5315330584 sedimentology_html_5315330584:95:9963:9967 Java Borneo -0.0219956359317186878 +17346 gsa_html_5756232019 gsa_html_5756232019:906:79051:79057 Reston New Mexico -0.0814369589736104044 +17347 aapg_ae_268.html aapg_ae_268.html:84:8992:9001 Mooretown Bloomington, Indiana -0.473157943062676001 +17348 gsa_html_6983076294 gsa_html_6983076294:611:56562:56570 Colorado New Mexico -0.02390265150978289 +17349 aapg_ad_55.html aapg_ad_55.html:96:7954:7961 Decorah Missouri River 0.359727445685854408 +17350 cspg_html_2536163557 cspg_html_2536163557:696:94375:94391 Ogilvie Canada -0.450422402561976354 +17351 gsa_html_6753732431 gsa_html_6753732431:418:40550:40569 Vaqueros Mojave Desert -0.0132470086808951486 +17352 cspg_html_3129231627 cspg_html_3129231627:186:26221:26234 Baumann Fiord Ellesmere Island -0.210261175565215508 +17353 aapg_ad_466.html aapg_ad_466.html:132:13291:13301 Vincentown Monmouth County, New Jersey -0.469648742182661783 +17354 sedimentology_html_2309878186 sedimentology_html_2309878186:525:30868:30888 Toro Chile -0.522744762084662362 +17355 gsa_html_5601712699 gsa_html_5601712699:714:64389:64394 Weeks Los Angeles -0.0289590583087490083 +17356 cspg_html_6514903151 cspg_html_6514903151:301:32214:32231 Cardium Lacombe, Alberta -0.467263588143899677 +17357 cspg_html_8797277909 cspg_html_8797277909:86:10486:10507 Beaverhill Lacombe, Alberta -0.481766159765426027 +17358 palaios_html_3129690911 palaios_html_3129690911:695:57495:57499 Hall London, Ontario -0.459294782857853967 +17359 palaios_html_1560586324 palaios_html_1560586324:531:44302:44308 Snyder Compton, California -0.434527375159215246 +17360 gsa_html_8244777175 gsa_html_8244777175:543:60739:60749 Keokuk Quebec City -0.458659434193013582 +17361 gsa_html_8081146087 gsa_html_8081146087:59:3887:3915 Green River Colorado 0.0308043870775981804 +17362 aapg_ah_767.html aapg_ah_767.html:11:830:838 San Jose Metro Manila -0.491056633019370192 +17363 sedimentology_html_8517211560 sedimentology_html_8517211560:67:7754:7768 Ross Clare County, Michigan -0.0442511603309229257 +17364 cspg_html_1189888589 cspg_html_1189888589:467:51335:51353 Edmonton Lacombe, Alberta -0.0726124770348033355 +17365 cspg_html_5697056884 cspg_html_5697056884:29:2829:2841 Saskatchewan Canada -0.0257194847392249668 +17366 aapg_ah_506.html aapg_ah_506.html:3:203:232 Traverse Michigan -0.0352075456733289827 +17367 aapg_ai_184.html aapg_ai_184.html:9:1227:1243 Dakota Cheyenne, Wyoming 0.368903676014377069 +17368 aapg_af_845.html aapg_af_845.html:66:6113:6128 Rodessa Paluxy, Texas -0.445376709141400484 +17369 cspg_html_7281679890 cspg_html_7281679890:205:33370:33388 Mackenzie Middle Ordovician -0.480033015687554854 +17370 gsa_html_2220556952 gsa_html_2220556952:1068:116644:116663 Pansy Lee Conglomerate Houston -0.465744120990301047 +17371 sedimentology_html_8926418472 sedimentology_html_8926418472:1247:96429:96446 Cardium Lacombe, Alberta -0.0314131796301364494 +17372 cspg_html_5829674461 cspg_html_5829674461:390:43099:43116 Cardium Lacombe, Alberta -0.462166276497962936 +17373 aapg_aa_44.html aapg_aa_44.html:228:29591:29599 Moenkopi San Rafael Swell 0.792133521828506937 +17374 gsa_html_8271829751 gsa_html_8271829751:562:48448:48460 Owens Valley Sierra Nevada (Spain) -0.0556657792209241456 +17375 gsa_html_8106176286 gsa_html_8106176286:677:69347:69353 Sierra Chile -0.486483068290992582 +17376 aapg_ai_524.html aapg_ai_524.html:27:3137:3156 Bidahochi New Mexico -0.00365504393340889116 +17377 aapg_ad_350.html aapg_ad_350.html:447:49365:49387 Chambersburg Pendleton County, Kentucky -0.428844183946785584 +17378 aapg_ad_4.html aapg_ad_4.html:185:12604:12613 Hermitage Virginia -0.469189557204259144 +17379 cspg_html_2297270979 cspg_html_2297270979:81:11990:12007 Bedford Michigan -0.47564012534835387 +17380 gsa_html_5689351057 gsa_html_5689351057:507:42652:42683 Lizard Springs Trinidad and Tobago -0.481805748688493463 +17381 gsa_html_1040524378 gsa_html_1040524378:1003:97641:97649 Colorado Uinta Mountains -0.030413036449144077 +17382 aapg_ah_157.html aapg_ah_157.html:247:34929:34944 Knobs Albany, New York -0.472943536588278923 +17383 gsa_html_2220556952 gsa_html_2220556952:806:93948:93971 Newark Canyon Reno, Nevada -0.0540332876662449682 +17384 aapg_aa_600.html aapg_aa_600.html:20:2211:2217 Frisco Tupelo, Mississippi -0.0225014864703161413 +17385 cspg_html_5501097280 cspg_html_5501097280:389:42781:42805 Gog Victoria, British Columbia -0.45633516722504075 +17386 gsa_html_8688253811 gsa_html_8688253811:823:64149:64159 Washington Seattle -0.440354093294291316 +17387 palaios_html_8113714689 palaios_html_8113714689:20:1330:1348 Munising Munising, Michigan -0.466073422560892126 +17388 aapg_ac_330.html aapg_ac_330.html:54:5321:5327 Ithaca Middlesex -0.0370660655999496616 +17389 aapg_aa_12.html aapg_aa_12.html:663:64111:64121 Las Animas Colorado -0.13553304824039708 +17390 cspg_html_1503116552 cspg_html_1503116552:929:131713:131739 Beaverhill Swan Hill, Victoria -0.482597909534674852 +17391 aapg_ai_249.html aapg_ai_249.html:589:77709:77722 Santa Barbara San Antonio -0.0241616892206824377 +17392 aapg_ae_153.html aapg_ae_153.html:383:48859:48871 Willow Creek Lacombe, Alberta -0.429055041262400905 +17393 aapg_aa_106.html aapg_aa_106.html:596:67895:67920 Dawson Bay Flint, Michigan -0.0319176310911383487 +17394 aapg_ae_981.html aapg_ae_981.html:171:13426:13432 Osgood Missouri River -0.462576268150975078 +17395 cspg_html_5813536348 cspg_html_5813536348:47:7190:7206 Muskeg Lacombe, Alberta -0.452882496357985831 +17396 aapg_aa_72.html aapg_aa_72.html:49:3241:3247 Belden Ashtabula, Ohio -0.0225014864703161413 +17397 aapg_ah_647.html aapg_ah_647.html:804:86923:86941 Scherrer Coconino County, Arizona -0.47829406272822006 +17398 gsa_html_7498897688 gsa_html_7498897688:1677:125273:125282 Peninsula Baja California peninsula -0.463332970234029085 +17399 gsa_html_5158209975 gsa_html_5158209975:69:7997:8004 Prairie Shreveport, Louisiana -0.480853789677316845 +17400 cspg_html_4286634979 cspg_html_4286634979:33:4188:4205 Cantuar Regina, Saskatchewan -0.509757537262199301 +17401 aapg_ad_169.html aapg_ad_169.html:412:47500:47518 Greenbrier Greenbrier (Great Smoky Mountains) -0.0386655685593017273 +17402 cspg_html_5541725202 cspg_html_5541725202:488:66056:66075 Port Hood Riversdale, New Zealand -0.0162966409406991447 +17403 cspg_html_7866293053 cspg_html_7866293053:634:64902:64922 Clearwater Edmonton, London -0.0331440604270269723 +17404 aapg_ae_546.html aapg_ae_546.html:328:34563:34587 Cotton Valley Shreveport, Louisiana 0.0133338879149081258 +17405 cspg_html_9218543154 cspg_html_9218543154:49:8734:8742 Columbia Victoria, British Columbia -0.02390265150978289 +17406 palaios_html_8391206976 palaios_html_8391206976:526:57622:57626 Kope Ohio -0.0401573975935689137 +17407 gsa_html_9103978978 gsa_html_9103978978:31:2916:2944 Green River Colorado -0.0338991191876076986 +17408 aapg_ae_324.html aapg_ae_324.html:1347:132038:132046 Moccasin Black River, Jamaica -0.415113588382305221 +17409 sedimentology_html_9042755124 sedimentology_html_9042755124:124:13934:13942 Scotland Spain -0.504181524295928662 +17410 aapg_ah_244.html aapg_ah_244.html:316:36721:36754 White River Vernal, Utah 0.00299316941719320615 +17411 palaios_html_8699778504 palaios_html_8699778504:13:579:587 Colorado Colorado -0.482038661537539159 +17412 cspg_html_3516764931 cspg_html_3516764931:445:64593:64602 Ice River Victoria, British Columbia -0.506274119189383809 +17413 cspg_html_1019614994 cspg_html_1019614994:515:89284:89297 Exshaw Lacombe, Alberta -0.114336779562281179 +17414 aapg_aa_43.html aapg_aa_43.html:450:49237:49251 Frio Texas -0.48062584784091128 +17415 aapg_ae_181.html aapg_ae_181.html:199:28692:28709 Raritan Texas -0.0346316099024680385 +17416 aapg_ac_881.html aapg_ac_881.html:74:8108:8126 Deadwood Black Hills 1.24010856383900014 +17417 aapg_ae_147.html aapg_ae_147.html:130:14589:14593 Pico Oak Ridge, Tennessee -0.0248379892514390653 +17418 aapg_af_880.html aapg_af_880.html:451:67805:67813 Wolfcamp Texas -0.0156814715209821626 +17419 gsa_html_4012649500 gsa_html_4012649500:809:74482:74490 Columbia Victoria, British Columbia -0.450676431675374467 +17420 aapg_ai_246.html aapg_ai_246.html:107:11247:11267 Lodgepole Hinsdale, Massachusetts -0.444094495043231396 +17421 cspg_html_8427119881 cspg_html_8427119881:188:22996:23017 Peace River Lacombe, Alberta -0.483341806462215584 +17422 aapg_af_488.html aapg_af_488.html:340:32878:32884 Denver Colorado -0.446231020576565107 +17423 gsa_html_7012936645 gsa_html_7012936645:130:14505:14526 Martinsburg Dauphin, Pennsylvania 0.000416922734646836166 +17424 jgeology_html_2809998069 jgeology_html_2809998069:199:12485:12503 Wamsutta Newport, Rhode Island 0.526478846752075791 +17425 aapg_ai_141.html aapg_ai_141.html:376:39416:39426 Wind River Uinta Mountains -0.450595494357366455 +17426 aapg_ah_997.html aapg_ah_997.html:70:14131:14139 Virginia Cornwall, Ontario 0.00039260223837717193 +17427 aapg_ad_338.html aapg_ad_338.html:13:1917:1935 Magothy Merchantville, New Jersey -0.0174783687048886763 +17428 cspg_html_3597281324 cspg_html_3597281324:230:30112:30136 Cannonball Lacombe, Alberta -0.479496330331430576 +17429 cspg_html_5976982403 cspg_html_5976982403:24:4208:4223 Siyeh Purcell Mountains -0.016748470666176702 +17430 aapg_ah_399.html aapg_ah_399.html:7:852:864 Medicine Hat Bow Island Airport -0.00202555313540596143 +17431 aapg_ac_720.html aapg_ac_720.html:102:12867:12875 Navesink Atlantic Highlands, New Jersey 0.0127413767435658448 +17432 gsa_html_1079290957 gsa_html_1079290957:1118:104400:104406 Denver Logan, Utah -0.485369220602805185 +17433 sedimentology_html_6051696699 sedimentology_html_6051696699:210:17575:17594 Caledonia New Caledonia -0.482921973604061416 +17434 gsa_html_9342646724 gsa_html_9342646724:36:2783:2789 Lehman California -0.444835906435795903 +17435 geology_html_2905801026 geology_html_2905801026:252:24961:24965 Bell South Africa -0.0574190523571501965 +17436 aapg_ae_836.html aapg_ae_836.html:35:3426:3430 Buda Mooringsport, Louisiana -0.00456360840821551893 +17437 geology_html_7526114759 geology_html_7526114759:307:23130:23140 Washington Lake Anne -0.0265836451265893982 +17438 aapg_ad_749.html aapg_ad_749.html:219:20672:20692 Whitehorse Texas -0.0402548881501223546 +17439 palaios_html_5854862235 palaios_html_5854862235:17:990:1014 Wasatch Cheyenne, Wyoming -0.42422364691980291 +17440 cspg_html_6163998187 cspg_html_6163998187:161:22152:22160 Columbia Victoria, British Columbia -0.122020148321817359 +17441 cspg_html_1188455526 cspg_html_1188455526:305:47905:47915 Hare Fiord Ellesmere Island -0.0267523102788342036 +17442 gsa_html_9299329909 gsa_html_9299329909:156:17448:17461 Santa Barbara Ventura County, California -0.0334398147432133225 +17443 aapg_aa_147.html aapg_aa_147.html:1029:101016:101034 Winnipeg Manitoba -0.040714500181089297 +17444 gsa_html_4078158156 gsa_html_4078158156:155:18561:18586 Ithaca Montour Falls, New York -0.45112171556163283 +17445 aapg_af_704.html aapg_af_704.html:186:17580:17589 Red River Red River of the North -0.908365639838307093 +17446 aapg_aa_702.html aapg_aa_702.html:1170:130432:130436 Kent Williston, Vermont -0.424269545188154129 +17447 gsa_html_4543270561 gsa_html_4543270561:228:22529:22539 Point Loma San Diego -0.461026124022890449 +17448 geology_html_7784703862 geology_html_7784703862:61:5049:5055 Denver Colorado -0.4462802459552766 +17449 sedimentology_html_2896902317 sedimentology_html_2896902317:27:1649:1655 Guelph Ontario, California -0.0563007424929865552 +17450 gsa_html_3842354440 gsa_html_3842354440:863:72620:72630 Washington Washington (state) -0.482784406317177284 +17451 aapg_ai_249.html aapg_ai_249.html:805:104916:104931 Coban Guatemala 0.594950771570188275 +17452 cspg_html_5697056884 cspg_html_5697056884:362:38198:38217 Red River Western world -0.318283857264649306 +17453 aapg_ac_903.html aapg_ac_903.html:16:1256:1262 Oregon Washington (state) -0.487588990851044235 +17454 gsa_html_4460244257 gsa_html_4460244257:65:4921:4949 Green River Colorado -0.0124129812660324374 +17455 aapg_ae_562.html aapg_ae_562.html:111:11642:11651 Allegheny Huntington, West Virginia -0.208685974714149153 +17456 cspg_html_4845813500 cspg_html_4845813500:240:26143:26159 Rocky Brook New Brunswick, New Jersey -0.449440672427322663 +17457 aapg_ai_553.html aapg_ai_553.html:315:33284:33301 Rustler Culberson County Airport -0.466714081975797668 +17458 aapg_aa_23.html aapg_aa_23.html:622:78476:78500 Stony Mountain Winnipeg -0.54482780849489254 +17459 geology_html_8084507315 geology_html_8084507315:314:26620:26627 Potsdam Earth -0.434527375159215246 +17460 cspg_html_8328720217 cspg_html_8328720217:605:75263:75271 Monterey California -0.466920106770381871 +17461 sedimentology_html_2550885329 sedimentology_html_2550885329:30:1884:1892 Winnipeg Canada 0.0129828974298069524 +17462 cspg_html_2046810769 cspg_html_2046810769:345:33463:33494 Haymond West Texas -0.465744120990301047 +17463 palaios_html_3716883934 palaios_html_3716883934:28:2511:2519 Michigan Germany -0.454143259443463898 +17464 gsa_html_9742715100 gsa_html_9742715100:69:5569:5597 Green River Colorado 0.0451133410573592991 +17465 palaios_html_6956866368 palaios_html_6956866368:672:68422:68450 Naco Arizona -0.49345891443649581 +17466 palaios_html_7308908518 palaios_html_7308908518:470:40485:40507 Pawnee Colorado 0.673271526647345686 +17467 gsa_html_1556150482 gsa_html_1556150482:29:2796:2824 Green River Iran -0.0204312426216018105 +17468 aapg_ae_142.html aapg_ae_142.html:20:1818:1824 Oregon Washington (state) -0.479447557264900015 +17469 jgeology_html_6990146451 jgeology_html_6990146451:1463:81056:81072 Borden Kentucky -0.45995556917210767 +17470 aapg_ai_49.html aapg_ai_49.html:207:24205:24209 Yeso Arizona -0.00998573864189263374 +17471 aapg_ae_419.html aapg_ae_419.html:2016:140108:140116 Victoria Matamoros, Tamaulipas -0.458738828173223645 +17472 geology_html_2133403017 geology_html_2133403017:201:24034:24042 Michigan Michigan -0.431097950577111366 +17473 aapg_ac_59.html aapg_ac_59.html:387:44830:44839 San Diego California -0.484098022941034878 +17474 aapg_ak_73.html aapg_ak_73.html:3:327:349 Tongue River North Dakota -0.472512577150688062 +17475 aapg_ah_775.html aapg_ah_775.html:528:48746:48754 Colorado Colorado -0.50871337107962189 +17476 geology_html_8979691507 geology_html_8979691507:155:17024:17032 Columbia Washington (state) -0.48777188725893289 +17477 sedimentology_html_2922264081 sedimentology_html_2922264081:992:52277:52287 Washington Boise, Idaho -0.0413499862143105745 +17478 cspg_html_8089302449 cspg_html_8089302449:490:85741:85780 Traverse Michigan Basin -0.478642038078168519 +17479 aapg_ah_827.html aapg_ah_827.html:231:31509:31528 Smackover Mississippi River -0.46132865731218986 +17480 cspg_html_8298261690 cspg_html_8298261690:33:4672:4683 Peace River Lacombe, Alberta -0.454475093508583283 +17481 aapg_ae_73.html aapg_ae_73.html:601:82300:82308 Colorado New Mexico -0.471340610693628537 +17482 aapg_ae_256.html aapg_ae_256.html:15:1998:2012 Frio Austin, Chicago -0.425647516918978619 +17483 cspg_html_3796451639 cspg_html_3796451639:6:378:395 Wapiabi Lacombe, Alberta -0.420944322840909546 +17484 aapg_ae_419.html aapg_ae_419.html:71:10035:10052 San Marcos Durango, Durango -0.0524011772686955382 +17485 aapg_af_854.html aapg_af_854.html:698:98210:98225 Salem Belfast, Maine -0.0116571637323025015 +17486 AMJC_html_1964550508 AMJC_html_1964550508:561:67822:67840 Syracuse Salina, Kansas -0.0389701822838023973 +17487 cspg_html_5295390542 cspg_html_5295390542:21:2364:2372 Pardonet Middle East -0.478586352630804512 +17488 geology_html_5486340907 geology_html_5486340907:275:22444:22457 Galena Illinois -0.0415049470252112224 +17489 aapg_ah_189.html aapg_ah_189.html:24:3450:3469 Shakopee Oneota (Duluth) -0.443848978138650319 +17490 cspg_html_6953269830 cspg_html_6953269830:542:52058:52066 Bullhead Lacombe, Alberta -0.464656465989479628 +17491 palaios_html_3927097660 palaios_html_3927097660:62:6819:6838 Tuscahoma Wilcox County, Georgia -0.0254291244488671214 +17492 aapg_ac_222.html aapg_ac_222.html:310:40254:40270 Chinle Uncompahgre Plateau 1.2018310428311918 +17493 cspg_html_9435196958 cspg_html_9435196958:93:4155:4163 Edmonton Lacombe, Alberta -0.51090909867131673 +17494 gsa_html_4220229801 gsa_html_4220229801:873:71635:71641 Oregon Klamath Mountains (ecoregion) -0.478447154667899333 +17495 palaios_html_8064020973 palaios_html_8064020973:485:59194:59200 Denver Logan, Utah -0.455310861563052449 +17496 aapg_ad_3.html aapg_ad_3.html:5:552:567 Conasauga Knoxville, Tennessee 0.00201513001144824596 +17497 aapg_ac_807.html aapg_ac_807.html:118:11553:11562 Salisbury Virginia -0.0335372413880994369 +17498 aapg_ac_253.html aapg_ac_253.html:72:10978:11000 New Scotland Missouri River -0.0304773910336276765 +17499 cspg_html_8464109528 cspg_html_8464109528:171:19812:19829 Dunedin Victoria, British Columbia -0.0439881690847485213 +17500 aapg_ad_958.html aapg_ad_958.html:755:77570:77586 Keokuk Salina, Kansas -0.026691451486835667 +17501 cspg_html_5541725202 cspg_html_5541725202:189:27660:27667 Shepody Middleborough, Massachusetts -0.473815322787249471 +17502 palaios_html_1276188815 palaios_html_1276188815:602:61390:61404 Ogallala Nebraska -0.00268221124588273983 +17503 aapg_aa_844.html aapg_aa_844.html:417:42983:43001 Chemung Catskill Mountains -0.490195451192383946 +17504 aapg_aa_171.html aapg_aa_171.html:386:41240:41251 Mabou Canada -0.490873029192211763 +17505 cspg_html_8145657505 cspg_html_8145657505:197:29177:29184 Wabamun Lacombe, Alberta -0.0871501757189001997 +17506 aapg_ae_29.html aapg_ae_29.html:563:59293:59301 Fountain Colorado -0.498070421610056713 +17507 aapg_ah_90.html aapg_ah_90.html:215:34471:34477 Dakota Colorado Plateau -0.458539222391016132 +17508 aapg_af_130.html aapg_af_130.html:147:26751:26768 Sly Gap Sacramento Mountains (California) -0.0550552936469841589 +17509 cspg_html_2178758494 cspg_html_2178758494:294:38257:38279 Tidal Calgary -0.0302251925413498726 +17510 AMJC_html_5969956211 AMJC_html_5969956211:1608:185359:185377 Kootenai Cheyenne, Wyoming -0.445989406971527558 +17511 aapg_ah_612.html aapg_ah_612.html:26:3141:3149 Columbia Lacombe, Alberta -0.4391432028015122 +17512 cspg_html_7192907687 cspg_html_7192907687:608:63218:63240 Winnipegosis Regina, Saskatchewan 0.00815629009485507872 +17513 gsa_html_4438819447 gsa_html_4438819447:285:32323:32365 Mattagami Iowa -0.463396817899322633 +17514 aapg_ai_526.html aapg_ai_526.html:132:16707:16724 Wasatch New Mexico -0.417415641024188155 +17515 aapg_ai_307.html aapg_ai_307.html:480:45812:45817 Price North Buffalo, Buffalo, New York 0.000564582905986352451 +17516 cspg_html_7115701337 cspg_html_7115701337:523:59218:59236 Dunvegan Lacombe, Alberta -0.441406293921039528 +17517 aapg_ac_237.html aapg_ac_237.html:30:4057:4077 Smithville Missouri River -0.461854353575764598 +17518 aapg_af_697.html aapg_af_697.html:62:7346:7354 Michigan Lenawee County, Michigan -0.502180063393425136 +17519 cspg_html_2973952956 cspg_html_2973952956:15:1473:1490 Montney Lacombe, Alberta -0.0222581200663617834 +17520 palaios_html_7321955282 palaios_html_7321955282:364:41039:41049 Washington San Juan Islands -0.470262127852539125 +17521 aapg_aa_624.html aapg_aa_624.html:292:29314:29332 Renault Illinois -0.441459714368856782 +17522 aapg_ad_285.html aapg_ad_285.html:58:7883:7897 Lisburne North Fork, Suffolk County, New York -0.462111625185478381 +17523 aapg_ad_784.html aapg_ad_784.html:82:11350:11363 Vaqueros Ojai, California -0.0217627063561980361 +17524 aapg_ac_925.html aapg_ac_925.html:4:789:805 Yager Umpqua, Oregon -0.0255351835335731921 +17525 aapg_ae_624.html aapg_ae_624.html:38:4191:4212 Sadlerochit Prudhoe Bay Oil Field -0.0307539456314618806 +17526 aapg_ad_605.html aapg_ad_605.html:128:13764:13780 Abo Arizona -0.458180950614220484 +17527 cspg_html_3501550466 cspg_html_3501550466:620:88845:88862 Duperow Williston Basin -0.0194353152309463539 +17528 aapg_ai_388.html aapg_ai_388.html:321:33640:33647 Wasatch Uinta Mountains -0.394168221131013963 +17529 aapg_ad_659.html aapg_ad_659.html:146:19575:19597 Solor Church Rice County, Kansas -0.0221155785118801462 +17530 gsa_html_1816090385 gsa_html_1816090385:312:31647:31652 Crete Reston, Virginia -0.495818327103384027 +17531 cspg_html_5170528958 cspg_html_5170528958:182:27470:27485 Nisku Lacombe, Alberta -0.455347020329573748 +17532 cspg_html_7102673197 cspg_html_7102673197:6:430:447 Cardium Lacombe, Alberta -0.448578878596292641 +17533 cspg_html_4795401099 cspg_html_4795401099:25:4390:4412 Wapsipinicon Iowa 0.365696029965111136 +17534 cspg_html_3060428958 cspg_html_3060428958:183:26967:26984 Bearpaw Lacombe, Alberta -0.43511527002590783 +17535 cspg_html_3501550466 cspg_html_3501550466:645:91710:91722 Cooking Lake Lacombe, Alberta -0.446029671493266278 +17536 sedimentology_html_3870707484 sedimentology_html_3870707484:1723:114585:114593 East Arm Great Slave Lake -0.462512479285274614 +17537 geology_html_1098024541 geology_html_1098024541:217:21274:21293 Greenhorn Pueblo, Colorado -0.426028449629804407 +17538 palaios_html_1222907427 palaios_html_1222907427:59:7806:7814 Virginia Virginia -0.470924237538710877 +17539 gsa_html_9569209726 gsa_html_9569209726:926:85702:85710 Columbia Victoria, British Columbia -0.0285868941347483252 +17540 cspg_html_9725676031 cspg_html_9725676031:163:23640:23694 Basal Liard River, British Columbia -0.0703003485701484965 +17541 geology_html_7831591317 geology_html_7831591317:322:25281:25289 Colorado Reno, Nevada -0.0101247315019664351 +17542 cspg_html_7989435905 cspg_html_7989435905:60:6944:6961 Bearpaw Pincher Creek, Alberta -0.0120741642534044936 +17543 aapg_ah_341.html aapg_ah_341.html:187:15947:15953 Willis Houston -0.0174019020564647256 +17544 geology_html_2277232173 geology_html_2277232173:11:515:525 Washington Earth -0.0310531186314172737 +17545 aapg_aa_995.html aapg_aa_995.html:623:49912:49929 Wasatch Wasatch Range -0.0668112913771392175 +17546 cspg_html_5688447798 cspg_html_5688447798:158:23522:23550 Disappointment Bay Bathurst Island (Northern Territory) -0.441397390812390766 +17547 cspg_html_2803424832 cspg_html_2803424832:93:13524:13534 Otto Fiord Ellesmere Island -0.253755932089962499 +17548 cspg_html_4341656515 cspg_html_4341656515:91:9344:9364 Besa River Western world -0.432267625462602723 +17549 cspg_html_3521815736 cspg_html_3521815736:276:38587:38604 Halfway Victoria, British Columbia -0.477872040110580265 +17550 aapg_ai_951.html aapg_ai_951.html:102:15272:15289 Ivishak North Slope Borough, Alaska -0.460041893415422398 +17551 aapg_ah_859.html aapg_ah_859.html:240:28502:28525 Crystal River Melbourne, Florida -0.462512479285274614 +17552 aapg_af_131.html aapg_af_131.html:432:40932:40942 Dewey Lake Texas -0.0236279718682710811 +17553 cspg_html_7138604143 cspg_html_7138604143:903:82302:82319 Oquirrh Logan, Utah -0.00100408928942736001 +17554 AMJC_html_5916115748 AMJC_html_5916115748:1344:122796:122802 Oregon Cape Blanco Light -0.517913460258722202 +17555 aapg_ad_865.html aapg_ad_865.html:370:36878:36883 Ouray Hermosa, Chicago -0.440222929906821658 +17556 gsa_html_1337782073 gsa_html_1337782073:50:4272:4290 Rangeley Connecticut River Valley -0.456561440120662909 +17557 aapg_ae_658.html aapg_ae_658.html:500:55415:55420 Provo Kentucky -0.439565169119916221 +17558 aapg_ae_233.html aapg_ae_233.html:18:2622:2632 Tuscaloosa Flint River (Michigan) -0.00100408928942736001 +17559 aapg_ae_267.html aapg_ae_267.html:238:24754:24765 Salina Helderberg 0.00190221287180775155 +17560 palaios_html_7214128895 palaios_html_7214128895:444:34834:34840 Brazil Araripe -0.454052985518192231 +17561 aapg_aa_756.html aapg_aa_756.html:364:40301:40307 Denver Williston, Vermont -0.414332299009727623 +17562 geology_html_4381970789 geology_html_4381970789:298:26724:26736 Owens Valley California -0.470216166533545032 +17563 aapg_ae_660.html aapg_ae_660.html:80:10442:10451 Smackover Conecuh County, Alabama 0.661868498636427827 +17564 cspg_html_5949578130 cspg_html_5949578130:883:100122:100135 Wabamun Lacombe, Alberta -0.0232594217874036342 +17565 aapg_ah_160.html aapg_ah_160.html:304:36570:36576 Guelph Salina, Kansas -0.00729110700735253591 +17566 aapg_ac_609.html aapg_ac_609.html:17:1875:1893 Ramparts Lake Winnipeg -0.449656248007914428 +17567 cspg_html_8818854104 cspg_html_8818854104:754:79726:79734 Bullhead Lacombe, Alberta -0.0656650623416815127 +17568 aapg_ae_658.html aapg_ae_658.html:216:27274:27295 Green River Cheyenne, Wyoming 0.0313209890762018994 +17569 aapg_ac_536.html aapg_ac_536.html:666:67133:67157 Mission Canyon Lubbock, Texas -0.435880527044409383 +17570 aapg_ae_231.html aapg_ae_231.html:11:1954:1969 Marcellus Maryland 0.475790437559480583 +17571 aapg_ai_357.html aapg_ai_357.html:180:20171:20177 Midway Mexico -0.0196404059622709952 +17572 aapg_ah_214.html aapg_ah_214.html:293:37025:37033 Mainland Great Lakes -0.0703772867504297434 +17573 cspg_html_1763727002 cspg_html_1763727002:32:5575:5597 Charlie Lake Lacombe, Alberta -0.469070208322842297 +17574 palaios_html_1461828369 palaios_html_1461828369:24:1856:1864 Virginia Washington (state) -0.443782030321690002 +17575 gsa_html_6423424604 gsa_html_6423424604:1302:112532:112538 Forest Boulder Creek (Colorado) -0.0486919238997245429 +17576 palaios_html_7679079277 palaios_html_7679079277:45:3782:3787 Piper Logan, Utah 0.764324791197339204 +17577 cspg_html_7378664643 cspg_html_7378664643:1032:125983:126001 Duvernay Lacombe, Alberta -0.457736710679965686 +17578 palaios_html_3889678675 palaios_html_3889678675:1229:113663:113679 Viking Canada 0.0535659355729092707 +17579 aapg_af_880.html aapg_af_880.html:19:3466:3474 Wolfcamp Wichita, Kansas -0.445016883536767272 +17580 gsa_html_5301789232 gsa_html_5301789232:552:50581:50591 Santa Cruz California -0.0494674389497957237 +17581 cspg_html_6608209149 cspg_html_6608209149:49:5382:5405 Watt Mountain California -0.457532796484121151 +17582 cspg_html_7866293053 cspg_html_7866293053:305:36706:36723 Gething Lacombe, Alberta -0.453180049702502807 +17583 aapg_ae_680.html aapg_ae_680.html:469:45546:45558 Wilcox Texas -0.00914484248868216616 +17584 sedimentology_html_4144607229 sedimentology_html_4144607229:91:9064:9068 Hull England -0.492342974330111982 +17585 aapg_ae_181.html aapg_ae_181.html:10:1415:1426 Coffee Selma to Montgomery marches -0.0347847257870449039 +17586 cspg_html_3926542795 cspg_html_3926542795:809:91054:91074 Swan Hills Swan Hill, Victoria -0.47254944238616009 +17587 cspg_html_8558580101 cspg_html_8558580101:171:20574:20583 Athabasca Lacombe, Alberta -0.469038078694436811 +17588 aapg_af_91.html aapg_af_91.html:14:1901:1934 Simonson Dolomite Great Basin 0.0178468027380988617 +17589 gsa_html_3445493534 gsa_html_3445493534:740:76225:76243 Monterey California 0.00118301890022228136 +17590 cspg_html_9941518291 cspg_html_9941518291:549:82248:82272 Elk Lacombe, Alberta -0.467905110852730732 +17591 cspg_html_3473883402 cspg_html_3473883402:33:5081:5090 Keg River Swan Hill, Victoria -0.036075857948020304 +17592 gsa_html_3436154175 gsa_html_3436154175:836:70696:70706 Washington Boise, Idaho -0.00832481152182470464 +17593 palaios_html_4610357588 palaios_html_4610357588:350:31663:31689 Monterey California -0.447133159014188541 +17594 sedimentology_html_1958297829 sedimentology_html_1958297829:625:50227:50231 Hall London, Ontario -0.465561228542891226 +17595 palaios_html_3927097660 palaios_html_3927097660:92:9954:9963 Tuscahoma Gulf Coast of the United States -0.455229509631582041 +17596 AMJC_html_7144941731 AMJC_html_7144941731:516:52776:52795 Hornbrook California -0.0155876335160420772 +17597 aapg_aa_737.html aapg_aa_737.html:3:200:208 Michigan Michigan -0.0482388499511915356 +17598 cspg_html_2039656422 cspg_html_2039656422:90:8655:8662 Shublik Spring River (Missouri) 0.352525711171143896 +17599 cspg_html_4286634979 cspg_html_4286634979:155:19823:19838 Pense Regina, Saskatchewan -0.485107349284571332 +17600 cspg_html_9735723617 cspg_html_9735723617:172:21700:21730 Melville Island Melville Island (Canada) -0.506274119189383809 +17601 geology_html_3679507118 geology_html_3679507118:13:622:632 Santa Cruz Santa Cruz, California 0.0335076653532816876 +17602 aapg_af_568.html aapg_af_568.html:800:75466:75479 Tensleep Cheyenne, Wyoming -0.0540332876662449682 +17603 aapg_ad_397.html aapg_ad_397.html:113:12313:12319 Zilpha Warren County, Ohio -0.416962170343268934 +17604 palaios_html_6815039820 palaios_html_6815039820:48:5700:5719 Fruitland Kirtland, Ohio -0.508674901751657416 +17605 aapg_ae_181.html aapg_ae_181.html:89:12147:12153 Coffee Knoxville, Tennessee -0.0383818511837466098 +17606 aapg_ai_247.html aapg_ai_247.html:11:1549:1568 Detroit River Michigan -0.462193603410137988 +17607 aapg_af_377.html aapg_af_377.html:21:2796:2809 Yakima Basalt Washington (state) -0.478284785297837578 +17608 aapg_ac_76.html aapg_ac_76.html:3:337:341 Maya Belize -0.453044786078658057 +17609 aapg_ac_602.html aapg_ac_602.html:84:6939:6961 Bonanza Providence Mountains State Recreation Area -0.421938067268467054 +17610 aapg_af_490.html aapg_af_490.html:599:53341:53348 La Luna Spain -0.466714081975797668 +17611 gsa_html_4385238876 gsa_html_4385238876:21:1266:1271 Yukon Canada -0.0566566272640218263 +17612 cspg_html_7086880709 cspg_html_7086880709:640:79944:79964 Keg River Lacombe, Alberta -0.438031460031225395 +17613 cspg_html_1019614994 cspg_html_1019614994:226:35712:35732 Big Valley Regina, Saskatchewan -0.0117822633156925947 +17614 aapg_af_664.html aapg_af_664.html:297:30788:30801 Reno San Angelo, Texas -0.0508792537248642374 +17615 aapg_ah_180.html aapg_ah_180.html:19:2125:2143 Bloomsburg Helderberg -0.46957525648780718 +17616 cspg_html_2418341010 cspg_html_2418341010:166:20323:20341 Winnipeg Middle Ordovician -0.459805657368256959 +17617 cspg_html_4177065182 cspg_html_4177065182:1456:80118:80135 Albert New Brunswick, New Jersey -0.0157388171484894208 +17618 cspg_html_4326384800 cspg_html_4326384800:769:106835:106854 Waterways Canada -0.0519077812744832348 +17619 sedimentology_html_9244748069 sedimentology_html_9244748069:1984:122485:122501 Cutler Colorado -0.0248379892514390653 +17620 aapg_ad_696.html aapg_ad_696.html:201:19629:19635 Sparta Shreveport, Louisiana -0.430000081582776583 +17621 aapg_ac_787.html aapg_ac_787.html:7:237:265 Barnett Texas 0.010367970259029002 +17622 aapg_ah_416.html aapg_ah_416.html:12:1301:1313 Medicine Hat Milk River, Alberta -0.0537193910403591518 +17623 palaios_html_8921418198 palaios_html_8921418198:376:39183:39206 Lincoln Creek Washington (state) -0.463332970234029085 +17624 geology_html_4491958168 geology_html_4491958168:349:26775:26780 Rapid Africa -0.0395933648576628841 +17625 cspg_html_9522721075 cspg_html_9522721075:77:9425:9432 Windsor Ontario, California -0.487926676393575676 +17626 cspg_html_7799850124 cspg_html_7799850124:502:56533:56552 Waterways Middle East -0.021093485692349364 +17627 geology_html_9480340228 geology_html_9480340228:336:28509:28517 Michigan Sudbury, Suffolk -0.469070208322842297 +17628 aapg_ae_370.html aapg_ae_370.html:72:7966:7981 Pittsburg Bluff Washington (state) -0.491084883288990137 +17629 aapg_af_639.html aapg_af_639.html:23:2217:2228 Marthaville Zwolle, Louisiana -0.470188590895520009 +17630 gsa_html_8889234913 gsa_html_8889234913:56:3469:3497 Green River Colorado -0.0448677412107618342 +17631 sedimentology_html_5473237109 sedimentology_html_5473237109:451:33191:33195 Hall London, Ontario -0.493525020516280222 +17632 aapg_af_579.html aapg_af_579.html:226:24306:24323 Entrada Carmel, Indiana -0.401509255391847009 +17633 aapg_ai_288.html aapg_ai_288.html:65:11648:11666 San Onofre Breccia Santa Monica Mountains -0.0513133096682010376 +17634 sedimentology_html_2041096405 sedimentology_html_2041096405:312:22992:23005 A-1 Carbonate Guelph -0.42435479065966919 +17635 AMJC_html_8213961972 AMJC_html_8213961972:434:44139:44155 Wild Bight Tonga -0.451733774163315116 +17636 geology_html_9642641090 geology_html_9642641090:27:2157:2178 Oxford England -0.473676885959420813 +17637 jgeology_html_4338425861 jgeology_html_4338425861:59:2527:2536 Extension Antarctica -0.0271279018002479055 +17638 aapg_ae_755.html aapg_ae_755.html:457:48020:48038 Crescent Atlantic Ocean -0.45417711448712661 +17639 cspg_html_1351473625 cspg_html_1351473625:90:15130:15150 Kananaskis Victoria, British Columbia -0.476130470160059438 +17640 aapg_ah_98.html aapg_ah_98.html:42:5658:5666 Colorado Denver -0.472574788136010782 +17641 aapg_ah_448.html aapg_ah_448.html:27:2492:2507 San Miguel Texas -0.42435479065966919 +17642 cspg_html_5796730780 cspg_html_5796730780:21:2920:2936 Albert Hillsborough, California -0.457501080653503367 +17643 geology_html_1885095801 geology_html_1885095801:230:21572:21579 Bentley Oslo -0.500366664778552739 +17644 aapg_ac_333.html aapg_ac_333.html:1232:148189:148199 Nacimiento Kaibab, Arizona -0.0461742066701143275 +17645 aapg_ac_414.html aapg_ac_414.html:41:4988:5003 Loray Logan, Utah 0.767453429973165902 +17646 jgeology_html_2236057972 jgeology_html_2236057972:126:7256:7264 Columbia Washington (state) -0.028708628918134603 +17647 aapg_ac_333.html aapg_ac_333.html:765:92716:92730 Yeso Supai, Arizona -0.013471157649090371 +17648 jgeology_html_1964872752 jgeology_html_1964872752:291:21538:21547 Pensauken Rocky Hill, Connecticut -0.455211432419709627 +17649 cspg_html_1166788717 cspg_html_1166788717:140:16560:16577 Ireton Lacombe, Alberta -0.457840951353905012 +17650 aapg_af_733.html aapg_af_733.html:517:74168:74176 Colorado Denver -0.0767601116094086822 +17651 aapg_ae_153.html aapg_ae_153.html:743:92150:92172 Shinarump Conglomerate Logan, Utah -0.0734137397316363544 +17652 cspg_html_9023649778 cspg_html_9023649778:451:47451:47481 Doig Lacombe, Alberta -0.462576268150975078 +17653 cspg_html_1222040397 cspg_html_1222040397:845:94746:94762 Cassiar Boise, Idaho -0.0758392868394346387 +17654 aapg_ac_749.html aapg_ac_749.html:118:16020:16027 Grimsby Stony Creek Metropark -0.0131827182184571217 +17655 gsa_html_6213751745 gsa_html_6213751745:12:645:662 Bedford Canada -0.457487488497030304 +17656 aapg_aa_112.html aapg_aa_112.html:318:20234:20250 Amsden Cheyenne, Wyoming -0.250001885480362784 +17657 cspg_html_5950764790 cspg_html_5950764790:388:44746:44751 Nisku Lacombe, Alberta -0.44948782523520614 +17658 cspg_html_3447886929 cspg_html_3447886929:1202:114443:114478 La Vieille New Brunswick, New Jersey -0.070167457941640754 +17659 AMJC_html_7984049819 AMJC_html_7984049819:613:62165:62183 Kittery Fredericton (electoral district) -0.0532311352227030424 +17660 aapg_ad_44.html aapg_ad_44.html:136:14027:14048 Wissahickon Martinsburg, Nebraska 0.00325374947790672006 +17661 aapg_ah_289.html aapg_ah_289.html:555:77689:77707 Monterey California -0.00751695654912096743 +17662 sedimentology_html_2387931271 sedimentology_html_2387931271:571:60046:60052 Oregon California -0.50196539530370976 +17663 aapg_ac_884.html aapg_ac_884.html:89:9688:9692 Keel Clarita, Oklahoma -0.449703411954729404 +17664 aapg_ad_148.html aapg_ad_148.html:17:1385:1395 Washington West Coast of the United States -0.0177825001131117176 +17665 aapg_ai_980.html aapg_ai_980.html:916:80261:80267 Midway Cut Bank, Montana -0.0108926765936857208 +17666 aapg_ai_991.html aapg_ai_991.html:52:5563:5572 Salisbury Delaware -0.0689226409127303707 +17667 aapg_ac_967.html aapg_ac_967.html:336:37371:37389 John Day Salem, Oregon -0.261939690302299855 +17668 cspg_html_5954266359 cspg_html_5954266359:330:44504:44510 Cabano Quebec City -0.0763399422018811308 +17669 gsa_html_1119256423 gsa_html_1119256423:661:61082:61090 Colorado Platte River -0.506374811889724219 +17670 gsa_html_8128037381 gsa_html_8128037381:578:66199:66207 Columbia Missouri River -0.48312719960823608 +17671 aapg_ah_430.html aapg_ah_430.html:217:16022:16040 Sundance Cheyenne, Wyoming 0.999417496512326253 +17672 sedimentology_html_1046729113 sedimentology_html_1046729113:1656:141769:141789 Clearwater CFB Cold Lake -0.0432288486854336129 +17673 aapg_ac_363.html aapg_ac_363.html:53:7109:7115 Sierra Tehachapi, California -0.032256843292129446 +17674 aapg_ad_43.html aapg_ad_43.html:121:12190:12198 Edmonton Calgary -0.466299888436986554 +17675 cspg_html_8756009083 cspg_html_8756009083:765:78644:78662 Ramparts McKenzie River -0.480904968568341529 +17676 aapg_ac_198.html aapg_ac_198.html:10:1566:1582 Eagle Dallas County, Alabama -0.457614356613462614 +17677 aapg_af_808.html aapg_af_808.html:4:362:380 Scotland Coral reef -0.508804742928565479 +17678 aapg_af_701.html aapg_af_701.html:140:16347:16359 Huntersville Tioga, Texas -0.457614356613462614 +17679 cspg_html_7901910248 cspg_html_7901910248:49:6100:6110 Bow Island Lacombe, Alberta -0.482931300996293389 +17680 aapg_ai_688.html aapg_ai_688.html:131:17036:17051 Rochester Huntington, West Virginia -0.463478914486847693 +17681 aapg_aa_775.html aapg_aa_775.html:823:89134:89150 Eagle East Texas -0.0248831928885421966 +17682 jgeology_html_6990146451 jgeology_html_6990146451:806:58703:58721 Chemung Acadia -0.0411323490648926038 +17683 aapg_ah_779.html aapg_ah_779.html:467:87939:87947 Catskill East Asia -0.423902420535258007 +17684 aapg_af_397.html aapg_af_397.html:643:77976:77989 Entrada Entrada Sandstone 1.1058147079063485 +17685 gsa_html_4298040492 gsa_html_4298040492:78:8902:8910 Columbia Victoria, British Columbia -0.00257103084166600531 +17686 cspg_html_1841843683 cspg_html_1841843683:130:22017:22038 Fernie Alta, Utah -0.46741476224763201 +17687 aapg_aa_351.html aapg_aa_351.html:110:9758:9769 Platteville Decorah, Iowa 0.00547565736357213256 +17688 AMJC_html_1964550508 AMJC_html_1964550508:551:66447:66472 Waynesboro San Fernando Valley -0.00138974352800571069 +17689 cspg_html_7918236174 cspg_html_7918236174:572:56581:56589 Montreal Quebec City -0.424269545188154129 +17690 aapg_ad_659.html aapg_ad_659.html:331:47075:47096 Jacobsville Keweenaw Peninsula -0.0782870302331403894 +17691 cspg_html_1019614994 cspg_html_1019614994:277:43858:43876 Exshaw Lacombe, Alberta -0.420800576179594099 +17692 aapg_ai_504.html aapg_ai_504.html:148:14894:14899 Otter Williston, Vermont -0.432421928049857018 +17693 aapg_aa_23.html aapg_aa_23.html:942:123117:123132 Interlake Manitoba -0.593044830851331417 +17694 jgeology_html_2993684179 jgeology_html_2993684179:2052:100446:100459 Santa Barbara California -0.463478914486847693 +17695 aapg_af_356.html aapg_af_356.html:48:10066:10080 Woodford Oklahoma City -0.0339634929094720234 +17696 cspg_html_5541725202 cspg_html_5541725202:257:36677:36686 Claremont Logan, Utah -0.424269545188154129 +17697 aapg_ah_487.html aapg_ah_487.html:79:9170:9176 Midway Hangu District (Pakistan) -0.463250887108730525 +17698 cspg_html_5892153293 cspg_html_5892153293:38:5827:5835 Columbia Victoria, British Columbia -0.436805862873274886 +17699 jgeology_html_8518380643 jgeology_html_8518380643:77:3226:3252 Entrada Logan, Utah -0.250980566757672663 +17700 gsa_html_4536101993 gsa_html_4536101993:29:2796:2824 Green River Iran -0.0371478620663623291 +17701 AMJC_html_6341723617 AMJC_html_6341723617:939:79638:79655 Wasatch Cumberland, Maryland -0.0500164465946093956 +17702 cspg_html_9516677253 cspg_html_9516677253:22:2855:2872 Cardium Lacombe, Alberta -0.494103669515644217 +17703 sedimentology_html_9906287852 sedimentology_html_9906287852:1258:93311:93319 Evanston Logan, Utah -0.458720680358492616 +17704 aapg_aa_684.html aapg_aa_684.html:102:11349:11377 Chugwater Cheyenne, Wyoming -0.460269102262388319 +17705 geology_html_9582098988 geology_html_9582098988:246:21893:21897 Fram Eastern Settlement -0.040714500181089297 +17706 cspg_html_7040486457 cspg_html_7040486457:6:315:335 Stonehouse Bridgetown, Nova Scotia -0.461171691164054931 +17707 aapg_ai_804.html aapg_ai_804.html:19:3136:3148 Saskatchewan Manitoba -0.0511459597781269287 +17708 cspg_html_3008414459 cspg_html_3008414459:79:11996:12010 Colorado Milk River, Alberta -0.0185419788860923702 +17709 cspg_html_1665574291 cspg_html_1665574291:99:17108:17126 Paskapoo Lacombe, Alberta -0.425363011053494167 +17710 gsa_html_3648258377 gsa_html_3648258377:386:37483:37507 Merchantville Bass River Township, New Jersey -0.00712258914704064564 +17711 aapg_ac_316.html aapg_ac_316.html:49:6681:6692 Cloud Chief Rush Springs, Oklahoma -0.0112818678629079024 +17712 aapg_ai_196.html aapg_ai_196.html:46:6196:6205 Extension Sergipe -0.473718414704639712 +17713 gsa_html_4216613284 gsa_html_4216613284:268:31323:31343 North Horn Chinle Formation -0.456391730122837791 +17714 aapg_ad_871.html aapg_ad_871.html:102:10872:10889 Genshaw Michigan -0.412851508963564873 +17715 aapg_ae_771.html aapg_ae_771.html:3:161:175 Java Hanover -0.465579516089382972 +17716 aapg_ae_959.html aapg_ae_959.html:2988:224574:224594 San Andres New Mexico -0.467772185732027057 +17717 gsa_html_3320600310 gsa_html_3320600310:609:46194:46206 Chinle New Mexico -0.466073422560892126 +17718 aapg_aa_612.html aapg_aa_612.html:28:3415:3431 Bethel Illinois -0.0230090906667148494 +17719 geology_html_4304054973 geology_html_4304054973:172:13870:13874 Rove Ontario, California -0.0487616299273639503 +17720 palaios_html_3889678675 palaios_html_3889678675:36:4513:4518 Alsea Willapa Bay -0.059052371538838716 +17721 aapg_aa_269.html aapg_aa_269.html:197:24592:24613 Moorefield Sallisaw, Oklahoma -0.521156348138564707 +17722 sedimentology_html_9260132433 sedimentology_html_9260132433:649:50268:50285 Revett Boise, Idaho 0.349310086772606054 +17723 gsa_html_9487992082 gsa_html_9487992082:697:68218:68242 Cedar Mountain Middle East -0.449433936510724996 +17724 cspg_html_4516258038 cspg_html_4516258038:485:54449:54453 Eids Bathurst Island (Northern Territory) -0.0973012885166075342 +17725 palaios_html_5766254008 palaios_html_5766254008:79:9744:9750 Denver Colorado -0.472528705500211532 +17726 aapg_aa_918.html aapg_aa_918.html:919:96866:96887 Dog Creek Cheyenne, Wyoming -0.449575401198261781 +17727 aapg_ai_898.html aapg_ai_898.html:272:31005:31013 Colorado Englewood, New Jersey -0.000225833135678471921 +17728 gsa_html_1931201430 gsa_html_1931201430:430:39993:40002 Eel River Eel River (Indiana) -0.451751782124743317 +17729 geology_html_8889376634 geology_html_8889376634:202:19059:19076 Juniata Pennsylvania 0.0141887940792581758 +17730 cspg_html_4666332434 cspg_html_4666332434:493:73091:73102 Belly River Lacombe, Alberta -0.48003533972520751 +17731 sedimentology_html_2418419622 sedimentology_html_2418419622:979:73780:73786 Oregon Manchester, New Hampshire -0.440245159686024512 +17732 aapg_ad_379.html aapg_ad_379.html:101:9498:9504 Casper Hartville, Missouri -0.4784100389871494 +17733 cspg_html_1763727002 cspg_html_1763727002:32:5507:5521 Doig Lacombe, Alberta -0.0385036919951944542 +17734 aapg_ah_652.html aapg_ah_652.html:221:29136:29151 Mesaverde New Mexico -0.476324834178458445 +17735 gsa_html_2717448156 gsa_html_2717448156:1025:104032:104040 Columbia California -0.0351971054761553784 +17736 aapg_ae_627.html aapg_ae_627.html:62:6284:6305 Elko Elko, Nevada -0.230110696311384338 +17737 aapg_aa_305.html aapg_aa_305.html:41:6417:6435 Kirkwood Kirkwood, Missouri -0.441459714368856782 +17738 gsa_html_1861017788 gsa_html_1861017788:1167:96612:96640 Green River New Mexico -0.00564243327627664357 +17739 aapg_aa_682.html aapg_aa_682.html:286:29824:29834 Lane Wyandotte, Michigan -0.000627121340837813067 +17740 gsa_html_8971189731 gsa_html_8971189731:909:82387:82397 Santa Cruz California -0.0691131913707236506 +17741 aapg_ae_319.html aapg_ae_319.html:392:31135:31152 Thaynes Vernal, Utah -0.471639785200352879 +17742 cspg_html_8571955552 cspg_html_8571955552:244:29292:29307 Kayak Great Britain -0.0830723250569127825 +17743 aapg_ac_252.html aapg_ac_252.html:177:17629:17634 Price Logan, Utah -0.431097950577111366 +17744 cspg_html_3104351736 cspg_html_3104351736:623:74469:74488 Fox Hills Caldwell, New Jersey -0.00786789401885567251 +17745 aapg_af_887.html aapg_af_887.html:74:7375:7387 Belle Plains Wichita, Kansas -0.506206997527935965 +17746 aapg_af_900.html aapg_af_900.html:42:6260:6278 Reynosa Nueces River -0.0232768060359763093 +17747 gsa_html_4339524478 gsa_html_4339524478:1059:97499:97512 Santa Barbara Boise, Idaho -0.464473797617463435 +17748 aapg_ae_794.html aapg_ae_794.html:629:70625:70635 Coon Creek Selma to Montgomery marches -0.509904404129938871 +17749 aapg_ad_947.html aapg_ad_947.html:806:82769:82779 Wind River Uinta Mountains -0.410536443540969742 +17750 cspg_html_9951421861 cspg_html_9951421861:210:30889:30901 Grand Rapids Clearwater, Florida -0.416341973707545276 +17751 aapg_ad_2.html aapg_ad_2.html:827:116945:116959 Rome Virginia -0.21861827402062442 +17752 gsa_html_7193789775 gsa_html_7193789775:452:46747:46752 Price Logan, Utah -0.033773852470743819 +17753 sedimentology_html_3358647812 sedimentology_html_3358647812:1260:92216:92231 Mesaverde Cheyenne, Wyoming -0.421983856501260468 +17754 gsa_html_1860930948 gsa_html_1860930948:582:63844:63870 Blackwater Draw Texas -0.453008719186489883 +17755 gsa_html_5353575718 gsa_html_5353575718:1036:70830:70836 Oxford United Kingdom -0.454052985518192231 +17756 AMJC_html_4986321644 AMJC_html_4986321644:579:76629:76663 George Sauk Village, Illinois -0.467497231753434772 +17757 gsa_html_6982030333 gsa_html_6982030333:1399:128184:128197 Santa Barbara Boise, Idaho -0.0127518020559754426 +17758 aapg_ah_528.html aapg_ah_528.html:794:75459:75469 Washington Elko County, Nevada -0.0134398809418536571 +17759 aapg_ai_107.html aapg_ai_107.html:190:19028:19047 Smackover Texas -0.404833450298286546 +17760 cspg_html_5139035315 cspg_html_5139035315:473:54768:54804 Albert Canada -0.489885075161781369 +17761 aapg_ac_730.html aapg_ac_730.html:14:1921:1925 Wepo Niobrara, Nebraska -0.451740527107044376 +17762 cspg_html_4287356899 cspg_html_4287356899:11:1947:1966 Neruokpuk Anchorage, Alaska 0.395339226062737081 +17763 jgeology_html_6882545802 jgeology_html_6882545802:485:38382:38407 Kope Cincinnati -0.0377274176775576064 +17764 aapg_ad_337.html aapg_ad_337.html:84:8172:8177 Sespe San Joaquin Hills (Laguna Niguel, California) 0.722402572037460167 +17765 aapg_af_90.html aapg_af_90.html:41:7213:7234 Wood Canyon Death Valley -0.121961683198547083 +17766 gsa_html_3942625742 gsa_html_3942625742:434:37094:37106 Little River Metro Manila -0.0803400270283055884 +17767 palaios_html_9421803262 palaios_html_9421803262:421:41070:41105 Naco Arizona -0.46305483027617389 +17768 cspg_html_8818854104 cspg_html_8818854104:68:10430:10445 Gladstone Lacombe, Alberta 0.594682028317899292 +17769 sedimentology_html_6714245905 sedimentology_html_6714245905:618:47764:47770 Cooper San Francisco -0.489889776983278402 +17770 jgeology_html_6990146451 jgeology_html_6990146451:172:9967:9981 Shady Dolomite Unicoi, Tennessee -0.437005217650049682 +17771 geology_html_4658814755 geology_html_4658814755:13:580:588 Virginia Reston, Virginia -0.0546872843399983585 +17772 aapg_af_839.html aapg_af_839.html:96:10781:10789 Traverse Van Buren County, Tennessee -0.4391432028015122 +17773 aapg_ah_318.html aapg_ah_318.html:169:26330:26346 Olvido Texas -0.0212221131504006823 +17774 cspg_html_4498577775 cspg_html_4498577775:961:78515:78531 Hector Lacombe, Alberta -0.426608897791606878 +17775 gsa_html_8926423406 gsa_html_8926423406:460:43283:43291 Scotland Sparks, Nevada -0.0687408374731612593 +17776 jgeology_html_3450428494 jgeology_html_3450428494:403:22467:22483 New Haven Arkose Portland, Oregon -0.460091874413590562 +17777 aapg_ah_370.html aapg_ah_370.html:127:9963:9981 Traverse Michigan -0.426278108610392503 +17778 aapg_ah_819.html aapg_ah_819.html:15:919:924 Uinta Grand County, Colorado -0.490778888791307599 +17779 aapg_ah_847.html aapg_ah_847.html:716:66549:66557 Virginia Closter, New Jersey -0.528449725993298092 +17780 palaios_html_2400971767 palaios_html_2400971767:497:42884:42906 Bluff Bridgetown, Nova Scotia -0.518743048065449686 +17781 aapg_ai_945.html aapg_ai_945.html:160:20733:20746 Lake Trafford Melbourne, Florida -0.0615153573359755942 +17782 aapg_ac_400.html aapg_ac_400.html:610:61117:61125 Virginia Virginia -0.436929900849743147 +17783 gsa_html_1119256423 gsa_html_1119256423:1528:127947:127975 Green River Colorado -0.0130645631501062637 +17784 gsa_html_9597147043 gsa_html_9597147043:663:54655:54664 Dezadeash Gravina Island -0.473649201225758321 +17785 aapg_ad_184.html aapg_ad_184.html:305:41183:41200 Beekmantown Kentucky 0.011229743772920301 +17786 aapg_ae_416.html aapg_ae_416.html:99:9632:9641 Catahoula Tampa, Florida 0.00299316941719320615 +17787 aapg_af_2.html aapg_af_2.html:16:2178:2197 Leadville San Juan Mountains -0.484161071054726611 +17788 aapg_ad_153.html aapg_ad_153.html:42:5690:5698 Michigan Illinois -0.0534002771689079184 +17789 geology_html_4860930737 geology_html_4860930737:52:5845:5853 Virginia San Fernando Valley -0.451733774163315116 +17790 cspg_html_8312989046 cspg_html_8312989046:90:11599:11619 Nilkitkwa Atlantic salmon -0.182016686559464402 +17791 gsa_html_6117440194 gsa_html_6117440194:1154:105571:105577 Denver Logan, Utah -0.417500283370627168 +17792 aapg_ah_232.html aapg_ah_232.html:53:6004:6012 Norphlet Escambia County, Florida 0.320631674115720466 +17793 cspg_html_2498183035 cspg_html_2498183035:83:10511:10521 Swan Hills Swan Hill, Victoria -0.137194112914320238 +17794 aapg_ac_370.html aapg_ac_370.html:314:27244:27252 Beaufort South African Republic -0.454980979673665131 +17795 cspg_html_7310162886 cspg_html_7310162886:234:31942:31951 Neruokpuk Spring River (Missouri) -0.491810295816367427 +17796 gsa_html_6644443634 gsa_html_6644443634:835:74279:74325 Domengine California -0.499845535291183252 +17797 cspg_html_5241714595 cspg_html_5241714595:221:34407:34425 Duvernay Lacombe, Alberta -0.0212221131504006823 +17798 aapg_aa_684.html aapg_aa_684.html:483:41711:41730 Chugwater John Crow Mountains -0.0212221131504006823 +17799 sedimentology_html_7017470432 sedimentology_html_7017470432:31:2241:2247 Moscow Russia -0.44951252529713398 +17800 aapg_ac_298.html aapg_ac_298.html:53:4034:4039 Yukon Manitoba -0.0422292934029165484 +17801 aapg_aa_684.html aapg_aa_684.html:199:19517:19524 Thaynes Cheyenne, Wyoming -0.476324834178458445 +17802 gsa_html_1766933224 gsa_html_1766933224:523:46427:46437 Clearwater Norcross, Georgia -0.0268166470016257402 +17803 aapg_aa_61.html aapg_aa_61.html:107:10907:10924 Tamabra Tampico, Illinois -0.0187574882731168305 +17804 cspg_html_7434089303 cspg_html_7434089303:695:85541:85563 Eureka Sound Ellesmere Island -0.404940589970456177 +17805 jgeology_html_6016138758 jgeology_html_6016138758:80:4113:4147 Poul Creek Yakutat City and Borough, Alaska -0.0675575131851859773 +17806 gsa_html_7040053075 gsa_html_7040053075:406:42373:42392 Duarte Puente Hills Mall -0.440300736461396947 +17807 sedimentology_html_6935812806 sedimentology_html_6935812806:1160:81813:81833 Clearwater Lacombe, Alberta -0.41966442363155293 +17808 aapg_ai_966.html aapg_ai_966.html:534:48743:48758 Davis Texas 0.00222011822627592647 +17809 sedimentology_html_5843972010 sedimentology_html_5843972010:395:37402:37406 Hall London, Ontario -0.458648092769168181 +17810 aapg_ai_154.html aapg_ai_154.html:83:9661:9669 Virginia Kentucky -0.444625928203921772 +17811 geology_html_8283566786 geology_html_8283566786:202:19010:19016 Denver Colorado -0.0801508059237554388 +17812 aapg_ai_756.html aapg_ai_756.html:10:1182:1195 Cotton Valley East Texas -0.470292003998596664 +17813 aapg_af_974.html aapg_af_974.html:99:11563:11577 Frio Brazoria County, Texas -0.456416618922522499 +17814 aapg_ai_158.html aapg_ai_158.html:124:13194:13205 Trout River Liard River, British Columbia -0.540313586531902534 +17815 jgeology_html_6388378441 jgeology_html_6388378441:79:3373:3388 Berino New Mexico -0.00424743388825097462 +17816 aapg_ah_447.html aapg_ah_447.html:160:19243:19250 Reynosa Oakville, California -0.0397187025652964501 +17817 aapg_ae_330.html aapg_ae_330.html:24:3597:3609 Salina Ohio 0.00865316951602894749 +17818 aapg_ai_1.html aapg_ai_1.html:303:26923:26940 Paradox San Juan Mountains -0.0355416373678999614 +17819 cspg_html_9768299963 cspg_html_9768299963:346:34675:34693 Dunvegan Lacombe, Alberta -0.00125945488018784418 +17820 gsa_html_3445493534 gsa_html_3445493534:583:65189:65217 Drakes California -0.0175218157848266304 +17821 cspg_html_8568877195 cspg_html_8568877195:362:59102:59119 Belly River Regina, Saskatchewan -0.0231725008237077118 +17822 cspg_html_4298557570 cspg_html_4298557570:628:62310:62327 Bearpaw Lacombe, Alberta -0.163625837666042301 +17823 aapg_aa_298.html aapg_aa_298.html:695:91021:91034 Madison Cheyenne, Wyoming -0.523785033552951695 +17824 AMJC_html_5722410163 AMJC_html_5722410163:674:64705:64711 Oregon Reno, Nevada -0.459149520620870666 +17825 AMJC_html_6605473820 AMJC_html_6605473820:12:585:593 Richland Washington (state) -0.446052041434467972 +17826 sedimentology_html_1316480537 sedimentology_html_1316480537:1271:79856:79861 Stark Republic of China -0.064910353474174412 +17827 cspg_html_1274054064 cspg_html_1274054064:689:80453:80466 Turner Valley Lacombe, Alberta -0.443688311537407287 +17828 aapg_ah_427.html aapg_ah_427.html:388:51762:51778 Boggy McAlester, Oklahoma -0.441593278961416758 +17829 cspg_html_6306091047 cspg_html_6306091047:553:75960:75968 Columbia Victoria, British Columbia -0.0129759471663572871 +17830 aapg_ad_431.html aapg_ad_431.html:39:3794:3799 Eutaw Alabama -0.218161489128554015 +17831 sedimentology_html_9973432841 sedimentology_html_9973432841:1291:91644:91661 Cardium Lacombe, Alberta 0.00737102288477472795 +17832 aapg_ad_855.html aapg_ad_855.html:181:17504:17517 Nacatoch Navarro County, Texas -0.450159455866354863 +17833 cspg_html_1814004928 cspg_html_1814004928:699:70089:70105 Debolt Canada -0.035973188044241329 +17834 cspg_html_9683836416 cspg_html_9683836416:534:76143:76164 Milk River Lacombe, Alberta 1.073228472472743 +17835 geology_html_6254924018 geology_html_6254924018:267:25296:25303 Laramie Cheyenne, Wyoming -0.454414135268558672 +17836 aapg_ae_959.html aapg_ae_959.html:1535:111961:111977 Whitehorse Nashville Basin -0.0358061340755818636 +17837 cspg_html_3762708087 cspg_html_3762708087:35:4693:4709 Viking Lacombe, Alberta -0.111416453275349936 +17838 cspg_html_8057060038 cspg_html_8057060038:236:28558:28565 Cassiar Victoria, British Columbia -0.432514521719123246 +17839 aapg_ae_103.html aapg_ae_103.html:951:78225:78242 Nariva Brighton, Michigan -0.0782870302331403894 +17840 jgeology_html_1740511298 jgeology_html_1740511298:554:40059:40068 Partridge Littleton, Colorado -0.485238274937032199 +17841 aapg_af_308.html aapg_af_308.html:367:42257:42266 Tuscarora Salina, Kansas -0.44255997020698512 +17842 palaios_html_6676788300 palaios_html_6676788300:118:16236:16253 Moscow Skaneateles (village), New York -0.448529529594894116 +17843 sedimentology_html_4089685201 sedimentology_html_4089685201:87:8606:8614 Beaumont Pyrenees -0.484833872729878101 +17844 aapg_ac_473.html aapg_ac_473.html:614:69724:69742 Tensleep Cheyenne, Wyoming -0.497365696740727614 +17845 gsa_html_4891459463 gsa_html_4891459463:1172:111137:111145 Rockwell Santa Rosa Island, Florida -0.44830973456876172 +17846 gsa_html_5664265459 gsa_html_5664265459:388:37700:37707 Juntura Riverside, California -0.46567095948211501 +17847 cspg_html_6702053097 cspg_html_6702053097:702:77657:77698 Laurentian Bennington, Vermont -0.0607000731941202479 +17848 sedimentology_html_7482146728 sedimentology_html_7482146728:362:43479:43487 Columbia Sacramento, California -0.0152852690750857109 +17849 gsa_html_1119256423 gsa_html_1119256423:557:49559:49576 White River Peoria, Illinois -0.0199306652365533396 +17850 cspg_html_8818854104 cspg_html_8818854104:286:35430:35438 Columbia Victoria, British Columbia -0.467980749597819323 +17851 aapg_ai_31.html aapg_ai_31.html:3:199:218 Catahoula Shreveport, Louisiana -0.018194387898863601 +17852 gsa_html_4169081385 gsa_html_4169081385:326:30862:30872 Kern River Israeli West Bank barrier 0.0108266535129968935 +17853 aapg_ae_715.html aapg_ae_715.html:953:114160:114174 Frio Texas -0.158472141884832718 +17854 aapg_ad_757.html aapg_ad_757.html:275:34058:34071 Spechts Ferry Iowa -0.0149690067830474411 +17855 aapg_ad_167.html aapg_ad_167.html:72:11238:11267 Brassfield Richmond, California -0.40371559772958876 +17856 sedimentology_html_8923738088 sedimentology_html_8923738088:2055:106692:106698 Antler Arctic Cordillera -0.461026124022890449 +17857 gsa_html_5414039676 gsa_html_5414039676:428:37562:37590 Green River Colorado 0.0156362902137903333 +17858 aapg_ac_696.html aapg_ac_696.html:485:54097:54115 Palliser Lacombe, Alberta -0.431080339422081793 +17859 aapg_ad_440.html aapg_ad_440.html:319:30726:30731 Price Huntington, West Virginia -0.218614574882206231 +17860 sedimentology_html_7724789034 sedimentology_html_7724789034:1346:104698:104717 Alexandra Canada -0.443813272031764461 +17861 aapg_ac_148.html aapg_ac_148.html:27:5279:5297 Anacacho Texas -0.445984933244691462 +17862 aapg_ai_81.html aapg_ai_81.html:66:6681:6694 Trimmers Rock Wellsburg, West Virginia -0.0686848991632324629 +17863 sedimentology_html_8561350553 sedimentology_html_8561350553:341:33191:33228 Gibraltar Gibraltar -0.45896570683289678 +17864 aapg_ad_940.html aapg_ad_940.html:21:2272:2306 Newcastle Cheyenne, Wyoming -0.00928383236367189522 +17865 aapg_ae_613.html aapg_ae_613.html:427:47700:47704 Kent Kingdom of Great Britain -0.473238647285217195 +17866 aapg_ae_909.html aapg_ae_909.html:3:461:477 Uscari Caribbean -0.481794104698776371 +17867 cspg_html_7799850124 cspg_html_7799850124:317:37594:37609 Nisku Cripple Creek, Colorado -0.0749431340118393574 +17868 cspg_html_9735723617 cspg_html_9735723617:2388:202943:202964 Hardinsburg Illinois -0.0222581200663617834 +17869 aapg_ad_871.html aapg_ad_871.html:24:2838:2846 Michigan Cheboygan County, Michigan -0.0358061340755818636 +17870 aapg_ah_678.html aapg_ah_678.html:596:74310:74314 Frio Texas -0.0167658489119699126 +17871 aapg_ah_619.html aapg_ah_619.html:37:5008:5014 Dakota Benton, Arkansas 0.0152731050663773259 +17872 gsa_html_6627974776 gsa_html_6627974776:821:63211:63219 Bachelor Ohio -0.00305744578029933057 +17873 aapg_ae_296.html aapg_ae_296.html:43:5086:5091 Queen Delaware -0.448296279445968116 +17874 sedimentology_html_6479296799 sedimentology_html_6479296799:666:40801:40811 Pittsburgh Ohio -0.0488609621010607301 +17875 gsa_html_2729737430 gsa_html_2729737430:587:60764:60780 Colter Signal Mountain (Wyoming) -0.0404707637071786003 +17876 aapg_aa_537.html aapg_aa_537.html:628:74197:74203 Wilcox Okmulgee, Oklahoma -0.431078138050761561 +17877 aapg_ad_784.html aapg_ad_784.html:211:24651:24656 Sespe Ojai, California -0.0559954642305494424 +17878 aapg_ah_167.html aapg_ah_167.html:112:13433:13438 Wonah Garden City, New York -0.460980639153810601 +17879 aapg_ae_280.html aapg_ae_280.html:57:6542:6551 Whirlpool Lewiston, Idaho -0.45896570683289678 +17880 aapg_aa_1.html aapg_aa_1.html:233:25294:25313 Knoxville California -0.00395905591412439809 +17881 aapg_ai_575.html aapg_ai_575.html:17:2456:2464 Loveland Colorado -0.470409220225314617 +17882 aapg_ac_333.html aapg_ac_333.html:1722:176620:176628 Toroweap Logan, Utah 0.266057051861843419 +17883 aapg_aa_415.html aapg_aa_415.html:305:44236:44255 Escondido Texas 0.00346395115146429233 +17884 aapg_ai_561.html aapg_ai_561.html:74:6089:6109 Cotton Valley Greenwood, South Carolina -0.00716428423732448638 +17885 gsa_html_5865982995 gsa_html_5865982995:730:82057:82064 Challis Absaroka -0.47395378155658785 +17886 aapg_ad_450.html aapg_ad_450.html:64:5726:5733 Yucatan Melbourne, Florida -0.00998573864189263374 +17887 geology_html_8954266626 geology_html_8954266626:53:3669:3679 Basal Crete -0.539708650607828577 +17888 cspg_html_4364132564 cspg_html_4364132564:60:8244:8273 Vanguard Middle East -0.462453250854801823 +17889 aapg_af_248.html aapg_af_248.html:111:9680:9686 Midway Texas -0.0231725008237077118 +17890 aapg_ae_243.html aapg_ae_243.html:77:6144:6150 Blaine Texas -0.226017445407068057 +17891 aapg_ah_536.html aapg_ah_536.html:403:52992:53001 Red River Brazos River -0.425402399125748287 +17892 aapg_ac_151.html aapg_ac_151.html:22:4049:4053 Frio Texas -0.463478914486847693 +17893 palaios_html_1249829497 palaios_html_1249829497:668:58103:58119 Ripley Alabama 0.00592734309630593356 +17894 aapg_ae_958.html aapg_ae_958.html:1814:156343:156361 Carlsbad Carlsbad, New Mexico -0.458675312427173743 +17895 aapg_af_544.html aapg_af_544.html:212:24925:24937 Grass Valley Reno, Nevada 0.40765291545460558 +17896 cspg_html_1166788717 cspg_html_1166788717:194:25271:25289 Palliser Nassau, Bahamas -0.454052985518192231 +17897 cspg_html_9275863663 cspg_html_9275863663:119:17422:17441 Waterways Lacombe, Alberta -0.0514667170766342913 +17898 cspg_html_2284073413 cspg_html_2284073413:15:2024:2033 Athabasca Clearwater, Florida -0.0785514880676413257 +17899 jgeology_html_4704494742 jgeology_html_4704494742:77:3755:3763 Colorado Colorado -0.0367528086008553287 +17900 aapg_aa_712.html aapg_aa_712.html:16:2939:2947 Glenwood Glenwood, Utah -0.0261715541385612628 +17901 aapg_ah_619.html aapg_ah_619.html:169:16743:16759 Dakota Denver -0.614489746725974673 +17902 cspg_html_1611261412 cspg_html_1611261412:683:86449:86459 Pine Point Hay River (Canada) -0.482931300996293389 +17903 cspg_html_2498183035 cspg_html_2498183035:186:21398:21408 Swan Hills Swan Hill, Victoria -0.445984933244691462 +17904 AMJC_html_9378277780 AMJC_html_9378277780:1239:102581:102591 Washington California -0.0413499862143105745 +17905 geology_html_1573138807 geology_html_1573138807:21:1935:1957 Harebell Cheyenne, Wyoming -0.470629904958731249 +17906 aapg_aa_706.html aapg_aa_706.html:64:7228:7247 La Quinta Venezuela 0.00269784599719106663 +17907 aapg_ac_9.html aapg_ac_9.html:395:37030:37038 Michigan Detroit River International Wildlife Refuge -0.509194389232267453 +17908 cspg_html_7483574191 cspg_html_7483574191:450:60369:60377 Columbia Victoria, British Columbia -0.0358061340755818636 +17909 aapg_ai_287.html aapg_ai_287.html:115:13962:13977 Catalina Schist Santa Cruz Island -0.0508147576234257159 +17910 cspg_html_8637177176 cspg_html_8637177176:188:26185:26203 Lea Park Lacombe, Alberta -0.0191815618988117366 +17911 aapg_ah_646.html aapg_ah_646.html:359:42939:42956 Wingate Arizona -0.0155667806755408495 +17912 aapg_ac_730.html aapg_ac_730.html:223:31370:31378 Colorado Mancos, Colorado 0.00088769823007264 +17913 cspg_html_2882304151 cspg_html_2882304151:89:17604:17617 Mountain Park Mountain Park (Holyoke, Massachusetts) -0.456355529459316345 +17914 cspg_html_2083823293 cspg_html_2083823293:475:51671:51690 Morrissey Moose Mountain (Alberta) -0.435738929516159335 +17915 aapg_ai_255.html aapg_ai_255.html:504:73548:73554 Guelph Bloomington, Indiana -0.0464529461178900122 +17916 aapg_ac_19.html aapg_ac_19.html:19:1915:1934 Smackover Columbia Country 0.0116050390489145696 +17917 cspg_html_4666332434 cspg_html_4666332434:649:82127:82149 Judith River Canada -0.470262127852539125 +17918 gsa_html_7152165521 gsa_html_7152165521:867:69811:69839 Green River Colorado 0.0293347114318519633 +17919 cspg_html_2954223000 cspg_html_2954223000:1375:170175:170180 Weeks Peru, Indiana -0.470629904958731249 +17920 aapg_ae_135.html aapg_ae_135.html:57:5029:5036 Edwards Rodessa, Louisiana -0.101502484790485681 +17921 cspg_html_9069886621 cspg_html_9069886621:183:15621:15641 Stuart Bathurst Island (Northern Territory) -0.0201322850725559367 +17922 sedimentology_html_8364351073 sedimentology_html_8364351073:1124:94405:94410 Keele Keele -0.494056417995318131 +17923 cspg_html_6252417471 cspg_html_6252417471:51:8273:8291 Beaufort Middle East -0.0234506495494124188 +17924 aapg_ad_683.html aapg_ad_683.html:488:49045:49058 Abo Kaibab, Arizona -0.455211432419709627 +17925 aapg_ah_534.html aapg_ah_534.html:126:9753:9772 Schoharie Esopus Creek -0.105616737521201251 +17926 aapg_ac_363.html aapg_ac_363.html:72:8964:8978 Tejon Bakersfield, California -0.457492019193031785 +17927 cspg_html_2113617629 cspg_html_2113617629:933:101063:101079 Viking Lacombe, Alberta -0.515051679917392979 +17928 aapg_af_397.html aapg_af_397.html:276:33695:33707 Entrada Entrada Sandstone -0.0136501305925687388 +17929 aapg_ae_448.html aapg_ae_448.html:130:14663:14669 Paluxy Rodessa, Louisiana -0.440354093294291316 +17930 aapg_ac_246.html aapg_ac_246.html:726:70553:70573 Bow Island Bow Island Airport -0.0284721166530200707 +17931 aapg_ai_980.html aapg_ai_980.html:687:61252:61257 Swift Cut Bank, Montana 0.000564582905986352451 +17932 aapg_ah_506.html aapg_ah_506.html:15:2032:2057 Traverse Michigan -0.00639293020944086028 +17933 aapg_ac_807.html aapg_ac_807.html:484:49123:49140 Matawan Matawan, New Jersey 0.87617127523003191 +17934 palaios_html_9127387632 palaios_html_9127387632:719:65723:65754 Kope Kentucky -0.00549476708285740172 +17935 cspg_html_5960210762 cspg_html_5960210762:391:38321:38351 Doig Victoria, British Columbia -0.448287309474040385 +17936 aapg_ae_958.html aapg_ae_958.html:1733:151019:151035 Whitehorse Carlsbad, New Mexico -0.473663043482949409 +17937 cspg_html_3762708087 cspg_html_3762708087:360:48379:48384 Tuktu Victoria, British Columbia -0.0336764237731465785 +17938 AMJC_html_4299960498 AMJC_html_4299960498:882:98003:98009 Oregon Washington (state) -0.463396817899322633 +17939 aapg_ai_136.html aapg_ai_136.html:149:10909:10916 Hosston Athens, Georgia 0.00920043838208298506 +17940 gsa_html_5928791685 gsa_html_5928791685:868:70644:70660 Blackstone Cambridge, Massachusetts -0.456344217050148659 +17941 aapg_ac_953.html aapg_ac_953.html:3:174:218 Miccosukee Melbourne, Florida -0.456416618922522499 +17942 gsa_html_1538083661 gsa_html_1538083661:31:2128:2138 Washington Salem, Oregon 0.00222359260486516743 +17943 aapg_ac_65.html aapg_ac_65.html:189:17857:17874 Minturn Colorado -0.463271407180362194 +17944 aapg_af_453.html aapg_af_453.html:44:5841:5861 Fort Union Wasatch Range -0.458847722769848976 +17945 aapg_ah_141.html aapg_ah_141.html:179:14418:14434 Dakota San Juan, Argentina 0.0360567160252278501 +17946 geology_html_2835786525 geology_html_2835786525:11:530:536 Oregon Newport, Rhode Island -0.478488911708928044 +17947 geology_html_1719839605 geology_html_1719839605:82:10245:10251 Sonora Reno, Nevada -0.485406637327558677 +17948 cspg_html_7028413504 cspg_html_7028413504:253:34118:34124 Exshaw Lacombe, Alberta -0.0311226948006410493 +17949 gsa_html_6457388516 gsa_html_6457388516:188:15529:15535 Oregon Washington (state) -0.432977626512767833 +17950 cspg_html_2609399659 cspg_html_2609399659:66:8253:8264 Grand Forks Queenstown, New Zealand -0.469070208322842297 +17951 cspg_html_1993014403 cspg_html_1993014403:57:7254:7272 Kootenai Cut Bank, Montana -0.481905893496514026 +17952 cspg_html_7994114775 cspg_html_7994114775:13:1288:1310 Logan Cohasset, Massachusetts -0.428791476930725279 +17953 cspg_html_4659384530 cspg_html_4659384530:23:3152:3162 Pine Point Great Slave Lake -0.493525020516280222 +17954 palaios_html_6757540995 palaios_html_6757540995:712:60382:60402 Pit Germany -0.456344217050148659 +17955 aapg_ae_324.html aapg_ae_324.html:525:53217:53225 Virginia Newcastle, New South Wales -0.444916336311243943 +17956 aapg_af_624.html aapg_af_624.html:121:9100:9108 Tensleep Carbon County, Wyoming -0.477142101104954475 +17957 aapg_ae_992.html aapg_ae_992.html:616:54376:54385 Chugwater Cheyenne, Wyoming -0.466741549175746284 +17958 aapg_aa_740.html aapg_aa_740.html:35:3971:3986 Darby Boise, Idaho 0.00861668517403394243 +17959 aapg_af_244.html aapg_af_244.html:67:6953:6963 San Felipe Matamoros, Tamaulipas -0.46105569042928074 +17960 aapg_ae_605.html aapg_ae_605.html:522:57492:57504 Salina Bloomington, Indiana -0.506854469137183239 +17961 cspg_html_9987144175 cspg_html_9987144175:248:33217:33239 Eureka Sound Bylot Island Migratory Bird Sanctuary -0.220465116312334564 +17962 aapg_aa_685.html aapg_aa_685.html:504:44331:44340 Flagstaff Logan, Utah -0.458639019733277031 +17963 cspg_html_9912281240 cspg_html_9912281240:99:13398:13419 Belly River Lacombe, Alberta -0.435694684676078359 +17964 gsa_html_8840132442 gsa_html_8840132442:510:56169:56177 Columbia Victoria, British Columbia -0.49543725338542266 +17965 aapg_aa_590.html aapg_aa_590.html:82:9897:9913 Yucatan Campeche, Campeche -0.026705362044744569 +17966 aapg_ah_835.html aapg_ah_835.html:14:2986:2992 Midway Lake Bonneville -0.0376282120976162635 +17967 jgeology_html_6990146451 jgeology_html_6990146451:363:24631:24641 Laurentian North Carolina -0.0693754276294754613 +17968 aapg_ac_531.html aapg_ac_531.html:519:50997:51028 Madison Cheyenne, Wyoming -0.469120700106755939 +17969 aapg_ac_841.html aapg_ac_841.html:523:59604:59609 Jagua Victoria, British Columbia -0.0354024312234924934 +17970 geology_html_9923059368 geology_html_9923059368:178:16144:16154 Copenhagen Denmark -0.47076786107370483 +17971 aapg_ah_920.html aapg_ah_920.html:131:21333:21348 Viola Seward County, Nebraska -0.0586492384279609716 +17972 gsa_html_2152804570 gsa_html_2152804570:12:443:451 Virginia Reston, Virginia -0.46957525648780718 +17973 geology_html_8686255478 geology_html_8686255478:133:16663:16673 Stillwater Russia -0.491537015628497831 +17974 palaios_html_9935872947 palaios_html_9935872947:300:27042:27066 Cold Lake Lacombe, Alberta -0.452927573923113447 +17975 aapg_ad_143.html aapg_ad_143.html:62:5432:5459 Dakota Greybull, Wyoming -0.433657258933567102 +17976 geology_html_3569468635 geology_html_3569468635:248:27253:27259 Brazil Earth -0.506518679863000365 +17977 cspg_html_1732329534 cspg_html_1732329534:358:39358:39371 Paskapoo Lacombe, Alberta -0.486588444102287743 +17978 cspg_html_4269071742 cspg_html_4269071742:62:6897:6914 Bridger Cheyenne, Wyoming -0.468455358769372721 +17979 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40639:40656 Magothy Potomac, Maryland -0.431086943566786673 +17980 gsa_html_4085762401 gsa_html_4085762401:25:704:714 San Felipe Texas -0.0226179559252577995 +17981 gsa_html_1662492421 gsa_html_1662492421:14:608:616 Colorado Denver -0.0553622738508934356 +17982 jgeology_html_6990146451 jgeology_html_6990146451:166:9353:9379 Robertson Blue Ridge Mountains -0.479447557264900015 +17983 aapg_ah_27.html aapg_ah_27.html:380:58678:58696 Barnett Fort Worth, Texas -0.014941203695627946 +17984 cspg_html_4860363565 cspg_html_4860363565:27:3740:3782 Winnipegosis Regina, Saskatchewan -0.363716630976904876 +17985 aapg_ad_660.html aapg_ad_660.html:397:51557:51579 Seven Rivers Guadalupe Mountains National Park -0.464953382280686722 +17986 cspg_html_2419618566 cspg_html_2419618566:50:9776:9782 Antler Western world -0.0102845739324916134 +17987 cspg_html_1662483356 cspg_html_1662483356:347:35092:35100 Columbia Victoria, British Columbia -0.438271005074949593 +17988 geology_html_1786422255 geology_html_1786422255:14:659:665 Reston Virginia -0.491237921935693156 +17989 geology_html_9479757031 geology_html_9479757031:258:25504:25514 Washington Boise, Idaho -0.482092240402263728 +17990 aapg_ah_276.html aapg_ah_276.html:341:32712:32730 Monterey California 0.580187462879976579 +17991 AMJC_html_5969956211 AMJC_html_5969956211:1144:154379:154387 Caldwell Beaumont, Texas -0.491282661525563435 +17992 gsa_html_4216613284 gsa_html_4216613284:148:17583:17589 Hermit Mancos, Colorado -0.454540571750530975 +17993 aapg_ac_925.html aapg_ac_925.html:72:10978:10987 Hornbrook Hornbrook, California -0.476061064960921709 +17994 geology_html_5649632700 geology_html_5649632700:49:5069:5077 Aguacate Cordillera Administrative Region -0.0320915848438591694 +17995 aapg_ae_153.html aapg_ae_153.html:12:2123:2136 Bearpaw Clark County, Indiana -0.390033759688759418 +17996 cspg_html_7779401416 cspg_html_7779401416:6:402:411 Rochester Guelph 0.592487409886652605 +17997 aapg_af_854.html aapg_af_854.html:106:14598:14608 Kinderhook Meramec River -0.0559832533878950947 +17998 aapg_ah_118.html aapg_ah_118.html:47:4273:4280 Kanawha Logan, Utah -0.0538170462628818486 +17999 aapg_ai_249.html aapg_ai_249.html:762:100091:100108 Esquias Honduras -0.463307888475886887 +18000 aapg_ae_904.html aapg_ae_904.html:323:33813:33822 Spearfish Spearfish, South Dakota -0.476935975501023179 +18001 aapg_af_631.html aapg_af_631.html:139:12734:12751 Tecovas Santa Rosa, California -0.02980429327875583 +18002 gsa_html_3860045860 gsa_html_3860045860:978:94176:94182 Oregon Washington (state) -0.457691392417615917 +18003 aapg_ae_324.html aapg_ae_324.html:274:27710:27719 Blackford Knoxville, Tennessee -0.433403442682278373 +18004 aapg_ad_567.html aapg_ad_567.html:168:30651:30662 Mowry Powder River Basin -0.900629056993713872 +18005 aapg_ad_943.html aapg_ad_943.html:223:24895:24908 Souris Valley Regina, Saskatchewan -0.484310536940914471 +18006 aapg_ac_924.html aapg_ac_924.html:430:45955:45968 Madison Logan, Utah -0.449225147740392239 +18007 cspg_html_6274889925 cspg_html_6274889925:39:4518:4530 Saskatchewan Lacombe, Alberta -0.0315888654763454985 +18008 aapg_ah_60.html aapg_ah_60.html:140:12647:12667 Chickaloon Kenai, Alaska -0.476093453364925034 +18009 gsa_html_8398449001 gsa_html_8398449001:726:62314:62324 Bear River Bear Lake, Michigan -0.0183299476846812796 +18010 cspg_html_3008414459 cspg_html_3008414459:512:61543:61563 Milk River Canada -0.0821555370094037563 +18011 jgeology_html_6276246841 jgeology_html_6276246841:114:7721:7728 Waikato Lake Taupo -0.0137248477945169315 +18012 aapg_ai_484.html aapg_ai_484.html:54:5763:5773 Mill Creek Ardmore, Pennsylvania -0.0865044847368156566 +18013 cspg_html_2796643803 cspg_html_2796643803:758:80332:80346 Winnipeg Regina, Saskatchewan -0.0700905227605121139 +18014 aapg_ac_787.html aapg_ac_787.html:7:438:451 Barnett The Woodlands, Texas 0.762393003121617285 +18015 cspg_html_2769629211 cspg_html_2769629211:651:69197:69206 Mackenzie Root River (Wisconsin) -0.00756560119780054757 +18016 gsa_html_2385270880 gsa_html_2385270880:1020:103923:103941 Washington Seattle -0.0413499862143105745 +18017 geology_html_9479757031 geology_html_9479757031:243:24862:24868 Oregon Washington (state) -0.0288773204111550628 +18018 aapg_ac_881.html aapg_ac_881.html:608:72294:72312 Winnipeg Winnipeg -0.468088488699643923 +18019 cspg_html_3762708087 cspg_html_3762708087:330:44244:44260 Viking Lacombe, Alberta -0.0517944618425102074 +18020 aapg_ah_3.html aapg_ah_3.html:449:57568:57586 Palliser Williston, Vermont -0.456391730122837791 +18021 aapg_ad_946.html aapg_ad_946.html:68:8144:8162 Bedford Absaroka -0.455482628602140449 +18022 cspg_html_8928894270 cspg_html_8928894270:377:51274:51289 Nisku Central Alberta 0.985532389105164608 +18023 aapg_ah_965.html aapg_ah_965.html:102:13316:13323 Lagarto Oakville, California -0.453292784807282967 +18024 palaios_html_2221534395 palaios_html_2221534395:75:11147:11151 Kope Netherlands -0.460146402321772174 +18025 gsa_html_4424552172 gsa_html_4424552172:724:55283:55311 Green River Colorado -0.0242746935922993796 +18026 aapg_ai_584.html aapg_ai_584.html:883:93897:93905 Tensleep Cheyenne, Wyoming -0.464432702411418319 +18027 cspg_html_4176605708 cspg_html_4176605708:310:29975:29996 Fish Scales Lacombe, Alberta -0.476519241639526414 +18028 cspg_html_4624186528 cspg_html_4624186528:91:15153:15159 Sustut Victoria, British Columbia -0.0223919711537192666 +18029 aapg_ad_184.html aapg_ad_184.html:300:40363:40377 Chazy Ohio 0.133529683970364965 +18030 aapg_ai_150.html aapg_ai_150.html:264:26943:26959 Shunda Meramec River -0.475730309561108622 +18031 cspg_html_7994114775 cspg_html_7994114775:281:41412:41419 Mohawk Logan Canyon -0.432236767973233238 +18032 aapg_af_318.html aapg_af_318.html:186:20241:20261 Clearwater Fort McMurray -0.485729424463417547 +18033 aapg_ac_720.html aapg_ac_720.html:53:7027:7035 Navesink Closter, New Jersey -0.491989389258511933 +18034 gsa_html_4695276845 gsa_html_4695276845:232:26524:26542 Stirling Reno, Nevada 0.00861668517403394243 +18035 gsa_html_1727503504 gsa_html_1727503504:297:34779:34786 Madison Canada -0.0375359691930512371 +18036 geology_html_5047080688 geology_html_5047080688:13:512:518 Denver Colorado -0.454143259443463898 +18037 cspg_html_8662646956 cspg_html_8662646956:814:105270:105280 Trout Lake Western world -0.464884854319956187 +18038 palaios_html_6100595217 palaios_html_6100595217:62:6414:6426 Gosport Sand Alabama -0.0957676808076602798 +18039 aapg_af_628.html aapg_af_628.html:181:17801:17822 Paint Creek Bethel, Alaska -0.442720440658756875 +18040 aapg_ae_415.html aapg_ae_415.html:708:87753:87768 Byram Mississippi River -0.475963906981033746 +18041 aapg_af_264.html aapg_af_264.html:93:13526:13537 Peace River CFB Cold Lake -0.470262127852539125 +18042 gsa_html_5189008413 gsa_html_5189008413:85:6333:6339 Sonora Sonora -0.496043265221558505 +18043 jgeology_html_2964058232 jgeology_html_2964058232:673:55782:55788 Ludlow Gotland -0.467980749597819323 +18044 cspg_html_2625728726 cspg_html_2625728726:776:80832:80844 Granite Wash Lacombe, Alberta -0.506336451321114045 +18045 aapg_ae_959.html aapg_ae_959.html:2146:153721:153732 Cloud Chief West Texas -0.0550552936469841589 +18046 aapg_ae_905.html aapg_ae_905.html:137:13924:13931 Bedford Missouri River 0.00936896389642591539 +18047 aapg_ah_289.html aapg_ah_289.html:462:61664:61682 Monterey San Joaquin River -0.468384265774498543 +18048 aapg_ai_86.html aapg_ai_86.html:139:14791:14799 Imperial Canada -0.447242908821281704 +18049 gsa_html_2989317971 gsa_html_2989317971:579:60702:60724 Sucker Creek Boise River -0.447314589257592876 +18050 cspg_html_6255491344 cspg_html_6255491344:259:38114:38128 Kootenay Victoria, British Columbia -0.48294529227432792 +18051 geology_html_4393438384 geology_html_4393438384:219:22332:22337 Gates Virginia -0.46326000708216164 +18052 aapg_ae_876.html aapg_ae_876.html:817:88196:88224 Cedar Mountain Cedar Mountains -0.455197874748240694 +18053 aapg_ad_996.html aapg_ad_996.html:53:5463:5470 Paradox Montezuma County, Colorado -0.0592775088645998635 +18054 gsa_html_4719798013 gsa_html_4719798013:502:49927:49937 Las Cruces Gile -0.0357069470350891913 +18055 aapg_ah_801.html aapg_ah_801.html:197:14980:14996 Dutch Creek Wayne County, Michigan -0.503471624767146686 +18056 aapg_ae_519.html aapg_ae_519.html:314:34748:34754 Pocono Chemung, New York 0.0285799378953653545 +18057 aapg_af_575.html aapg_af_575.html:1218:175006:175029 Cotton Valley Middle East -0.464409872562970838 +18058 cspg_html_3772380029 cspg_html_3772380029:515:65315:65338 Caution Creek Manitoba -0.0699366556892110497 +18059 aapg_af_915.html aapg_af_915.html:37:3855:3874 Bearpaw Calgary 0.995364862347669965 +18060 aapg_ah_979.html aapg_ah_979.html:44:4712:4720 Beaumont Beaumont, Texas 0.712514501450887905 +18061 gsa_html_7151930388 gsa_html_7151930388:1154:91012:91022 Las Cruces Mexico -0.465888175365361257 +18062 cspg_html_2524771621 cspg_html_2524771621:5:266:282 Viking Lacombe, Alberta -0.0140376196944260508 +18063 aapg_aa_99.html aapg_aa_99.html:23:2455:2472 Guelph Salina, Kansas -0.414760740519922233 +18064 cspg_html_3277684928 cspg_html_3277684928:39:8148:8163 Bluff Cayman Islands -0.500652353075455747 +18065 palaios_html_2621173808 palaios_html_2621173808:360:39593:39601 Columbia Victoria, British Columbia -0.431133173871068531 +18066 AMJC_html_8866429777 AMJC_html_8866429777:144:18465:18484 Conasauga Gadsden, Alabama -0.447455726501453044 +18067 aapg_ah_94.html aapg_ah_94.html:159:17088:17108 Fort Union Cheyenne, Wyoming -0.478990153256473372 +18068 cspg_html_9951421861 cspg_html_9951421861:163:24701:24713 Grand Rapids Clearwater, Florida -0.0932750744782698121 +18069 aapg_ad_975.html aapg_ad_975.html:3:199:204 Slope Mexico -0.437652306106939892 +18070 aapg_af_654.html aapg_af_654.html:208:18762:18783 Shoal River Shreveport, Louisiana -0.453130450697368015 +18071 aapg_ah_628.html aapg_ah_628.html:72:7992:8000 Colorado Walsenburg, Colorado -0.44721379024503416 +18072 cspg_html_3335435176 cspg_html_3335435176:369:33537:33553 New Haven Arkose Hartford, Connecticut -0.216040002652983121 +18073 cspg_html_9683836416 cspg_html_9683836416:504:74185:74202 Belly River Lacombe, Alberta -0.455347020329573748 +18074 cspg_html_6383234409 cspg_html_6383234409:457:46519:46539 Bird Fiord Western world -0.00832481152182470464 +18075 aapg_af_97.html aapg_af_97.html:62:6990:7009 Dillsboro Ripley County, Missouri -0.470696581042233275 +18076 aapg_ac_741.html aapg_ac_741.html:20:3252:3264 Pierre Sharon Springs, Kansas -0.41753718105898574 +18077 palaios_html_4875582819 palaios_html_4875582819:434:46236:46256 Hell Creek Northern Great Plain -0.0343445234094948634 +18078 aapg_ac_206.html aapg_ac_206.html:11:1283:1295 Salina Lockport (city), New York -0.431615424668792824 +18079 aapg_ae_181.html aapg_ae_181.html:211:30912:30931 Blufftown Chattahoochee County, Georgia -0.0342523093425481095 +18080 cspg_html_7457399958 cspg_html_7457399958:119:16544:16563 Bay Fiord Melville Island (Canada) -0.488053342950142799 +18081 aapg_ah_527.html aapg_ah_527.html:77:9381:9394 Lone Mountain Reno, Nevada -0.521442032267688038 +18082 aapg_af_461.html aapg_af_461.html:181:16704:16723 Detroit River Lake Michigan -0.441637804770763531 +18083 aapg_ad_351.html aapg_ad_351.html:676:57751:57773 Reeds Spring Burlington, Ontario -0.0565379969022386936 +18084 aapg_ah_165.html aapg_ah_165.html:365:43606:43626 Bow Island Lacombe, Alberta 0.751436685259017301 +18085 aapg_ai_584.html aapg_ai_584.html:98:10437:10454 Madison Cheyenne, Wyoming -0.491075466427918716 +18086 aapg_af_263.html aapg_af_263.html:153:19231:19241 Otto Fiord Ellesmere Island -0.442239112797514711 +18087 gsa_html_5293445820 gsa_html_5293445820:903:96485:96495 Wood River Salcha River -0.207512810767251366 +18088 aapg_ah_456.html aapg_ah_456.html:169:23488:23503 Chazy Manitoulin Island -0.453423575097804177 +18089 geology_html_2969292187 geology_html_2969292187:252:24345:24353 Michigan Pakistan -0.0106233727047021498 +18090 aapg_ae_484.html aapg_ae_484.html:212:22834:22840 Denver Colorado -0.00984327149097449609 +18091 aapg_ae_828.html aapg_ae_828.html:205:15512:15519 Hanover Jackson County, Missouri -0.0322951140020652852 +18092 aapg_aa_448.html aapg_aa_448.html:80:12427:12447 Missisauga Logan, Utah -0.473718414704639712 +18093 aapg_ac_380.html aapg_ac_380.html:179:22364:22370 Esopus Onondaga (tribe) -0.00837345699819263926 +18094 aapg_aa_761.html aapg_aa_761.html:643:84509:84532 Kuparuk Anchorage, Alaska -0.448821175971653663 +18095 AMJC_html_2403907797 AMJC_html_2403907797:586:63329:63339 Washington Seattle -0.488278574417694344 +18096 cspg_html_4385655879 cspg_html_4385655879:55:7714:7731 Wabamun Western world -0.473815322787249471 +18097 aapg_aa_684.html aapg_aa_684.html:54:6548:6557 Chugwater John Crow Mountains -0.106946279118935797 +18098 aapg_ad_466.html aapg_ad_466.html:1368:145689:145702 Potomac Closter, New Jersey -0.497081127157615599 +18099 aapg_ai_595.html aapg_ai_595.html:139:11217:11225 Woodbine Paluxy, Texas -0.42653659632637092 +18100 cspg_html_7086880709 cspg_html_7086880709:329:43112:43132 Pine Point Buffalo National River -0.457736710679965686 +18101 cspg_html_9689514766 cspg_html_9689514766:719:86153:86169 Nepean Ontario, California -0.463362613223226583 +18102 cspg_html_8915218033 cspg_html_8915218033:28:4682:4690 Columbia Elk River, Minnesota -0.442548827459522287 +18103 aapg_ah_779.html aapg_ah_779.html:437:82351:82369 Coeymans Helderberg 0.00296016264892234697 +18104 cspg_html_4326384800 cspg_html_4326384800:1277:189667:189681 Woodbend Lacombe, Alberta -0.46809765859229685 +18105 aapg_af_666.html aapg_af_666.html:471:39896:39903 Wasatch Wasatch Range -0.479552074346371926 +18106 palaios_html_1249829497 palaios_html_1249829497:12:616:622 Auburn Alabama -0.425516196002090841 +18107 aapg_ah_427.html aapg_ah_427.html:243:32061:32079 Parkwood Alabama 0.0877959627139281995 +18108 cspg_html_9768299963 cspg_html_9768299963:48:5621:5637 Battle Lacombe, Alberta -0.47945452467748112 +18109 aapg_ai_939.html aapg_ai_939.html:183:28570:28579 Sheffield Sheffield station -0.483407132229491276 +18110 sedimentology_html_1358721859 sedimentology_html_1358721859:1428:89245:89253 Columbia Orinoco -0.42193152612717999 +18111 aapg_ae_324.html aapg_ae_324.html:524:53100:53108 Virginia Newcastle, New South Wales -0.0133147744605960541 +18112 aapg_ad_39.html aapg_ad_39.html:23:1836:1842 Sabine Shreveport, Louisiana 0.0285799378953653545 +18113 aapg_ae_307.html aapg_ae_307.html:4:756:773 Ogallala Pecos River -0.446186272521599148 +18114 palaios_html_1574666570 palaios_html_1574666570:12:564:572 Michigan Michigan -0.0264132431935258684 +18115 geology_html_9889606219 geology_html_9889606219:12:546:554 Virginia Reston, Virginia -0.0148473685012762528 +18116 gsa_html_7199417381 gsa_html_7199417381:13:565:571 Denver Colorado -0.470457490274840129 +18117 aapg_ad_401.html aapg_ad_401.html:174:12763:12778 Lance Fort Union Trading Post National Historic Site -0.465561228542891226 +18118 sedimentology_html_1345433606 sedimentology_html_1345433606:848:63188:63198 Table Head Bridgetown, Nova Scotia -0.466810220907495799 +18119 gsa_html_5583768987 gsa_html_5583768987:17:859:865 Denver Colorado -0.489899180704299886 +18120 cspg_html_4326384800 cspg_html_4326384800:216:26500:26508 Grosmont Lacombe, Alberta -0.144975200999359816 +18121 palaios_html_9451646650 palaios_html_9451646650:321:29285:29303 Little Osage Washingtonville, New York -0.0420064113899637007 +18122 sedimentology_html_5613495298 sedimentology_html_5613495298:21:1684:1715 Chinle Logan, Utah 0.382987958555937924 +18123 sedimentology_html_3063208535 sedimentology_html_3063208535:2182:171850:171860 Rio Grande Ancient Corinth -0.472574788136010782 +18124 aapg_ah_978.html aapg_ah_978.html:573:53425:53432 Temblor California -0.440965692630365336 +18125 cspg_html_3501550466 cspg_html_3501550466:412:58535:58560 Grosmont Williston Basin -0.0060576376426468119 +18126 cspg_html_8089302449 cspg_html_8089302449:308:53064:53085 Dawson Bay Manitoba 0.0190703285960370852 +18127 cspg_html_5381643866 cspg_html_5381643866:23:3139:3153 Kootenay Victoria, British Columbia -0.0235062798697475116 +18128 aapg_ac_879.html aapg_ac_879.html:65:8809:8831 Otter California -0.428172388339105647 +18129 AMJC_html_7872796695 AMJC_html_7872796695:501:42516:42523 Oceanic New York State Museum -0.452882496357985831 +18130 gsa_html_9417870342 gsa_html_9417870342:811:61811:61821 Washington Pacific coast -0.0237792189309356042 +18131 aapg_aa_2.html aapg_aa_2.html:134:12486:12512 Telegraph Creek Santa Maria River (California) -0.0232594217874036342 +18132 cspg_html_1841843683 cspg_html_1841843683:36:5367:5372 Swift Middle East 0.369690500003015177 +18133 cspg_html_2585769771 cspg_html_2585769771:420:56801:56826 Beaverhill Lacombe, Alberta -0.480765396922298249 +18134 aapg_aa_88.html aapg_aa_88.html:23:2543:2550 Rapides Texas -0.454068782805138071 +18135 palaios_html_7841806577 palaios_html_7841806577:756:68961:68970 Fullerton California -0.00562506076616993075 +18136 cspg_html_9941518291 cspg_html_9941518291:74:11196:11218 Devon Island Douro DOC -0.455252106655251121 +18137 aapg_ac_846.html aapg_ac_846.html:3:510:516 Pawnee Illinois 0.526923777690487816 +18138 geology_html_6060647318 geology_html_6060647318:196:17515:17543 San Joaquin Merced River -0.407111576379738216 +18139 palaios_html_4939666561 palaios_html_4939666561:384:49587:49596 Frankfort Frankfort, Illinois -0.466741549175746284 +18140 aapg_aa_725.html aapg_aa_725.html:54:6145:6167 Nation River Anchorage, Alaska -0.0237635726163751594 +18141 aapg_ad_683.html aapg_ad_683.html:299:32500:32505 Supai Coconino County, Arizona -0.451740527107044376 +18142 cspg_html_1354945055 cspg_html_1354945055:793:96052:96057 Logan Mexico -0.0427586605090743907 +18143 cspg_html_7310162886 cspg_html_7310162886:11:1162:1171 Neruokpuk Great Britain -0.0210726272729466063 +18144 cspg_html_2863271815 cspg_html_2863271815:6:410:426 Guelph Ontario, California -0.43911211811260753 +18145 AMJC_html_7100359452 AMJC_html_7100359452:723:79894:79904 Washington Costa Rica -0.0264132431935258684 +18146 aapg_ai_403.html aapg_ai_403.html:90:8453:8475 Rustler Winkler County Airport 0.0232350838706968307 +18147 aapg_aa_844.html aapg_aa_844.html:332:34250:34262 Huntersville Elk Creek, California -0.441397390812390766 +18148 aapg_ah_656.html aapg_ah_656.html:448:43401:43424 Brushy Canyon Guadalupe Mountains National Park -0.47675536629509363 +18149 geology_html_7484355547 geology_html_7484355547:12:791:797 Oregon Newport, Rhode Island -0.441392939290133568 +18150 geology_html_6064361784 geology_html_6064361784:210:19415:19419 Bond North Atlantic Current -0.470457490274840129 +18151 AMJC_html_2829615437 AMJC_html_2829615437:119:18312:18322 Washington Ohio -0.0383226719059837143 +18152 gsa_html_3608744213 gsa_html_3608744213:230:21172:21176 Java East Timor -0.465890462131599792 +18153 aapg_ae_68.html aapg_ae_68.html:295:34372:34379 Willard Western world -0.0157388171484894208 +18154 aapg_ai_594.html aapg_ai_594.html:123:13368:13375 Manitou Kokomo, Indiana -0.445139789506256323 +18155 aapg_ai_147.html aapg_ai_147.html:22:2620:2639 Elm Point Manitoba -0.477308890203395286 +18156 aapg_ai_82.html aapg_ai_82.html:49:6649:6669 Greenbrier Greenbrier (Great Smoky Mountains) -0.489889776983278402 +18157 gsa_html_6213751745 gsa_html_6213751745:561:55059:55078 Scots Bay Canada -0.471589148494391819 +18158 aapg_ae_74.html aapg_ae_74.html:686:64982:64990 Beaumont New Mexico 0.00088769823007264 +18159 aapg_af_891.html aapg_af_891.html:66:6338:6345 Tecovas Santa Rosa, California -0.109903395935356044 +18160 AMJC_html_3664856625 AMJC_html_3664856625:109:15141:15161 Hell Creek Williston Basin -0.00819798606036370794 +18161 gsa_html_5865982995 gsa_html_5865982995:1246:132867:132883 Fowkes Cheyenne, Wyoming -0.450932780647085085 +18162 aapg_ah_871.html aapg_ah_871.html:454:49603:49610 Pamelia Montreal -0.483173848714512189 +18163 cspg_html_8438548095 cspg_html_8438548095:12:1291:1309 Paskapoo Edmonton, London -0.00576230371979552514 +18164 aapg_ah_520.html aapg_ah_520.html:38:3728:3749 Lake Valley Arizona -0.0130645631501062637 +18165 gsa_html_8662254581 gsa_html_8662254581:953:100909:100917 Colorado California -0.525798407761222997 +18166 aapg_aa_300.html aapg_aa_300.html:157:22683:22688 Capay West Coast of the United States -0.455726774842524995 +18167 cspg_html_4364132564 cspg_html_4364132564:130:18309:18326 Cantuar Williston Basin -0.456337429672799166 +18168 cspg_html_1354651543 cspg_html_1354651543:31:4677:4685 Columbia Victoria, British Columbia -0.465579516089382972 +18169 aapg_ac_241.html aapg_ac_241.html:7:1150:1157 Raritan Closter, New Jersey 0.0404429085164106569 +18170 aapg_ah_27.html aapg_ah_27.html:375:58229:58239 Fort Worth Texas -0.00581963313965654701 +18171 aapg_ae_685.html aapg_ae_685.html:373:45266:45270 Java Sumatra -0.459805657368256959 +18172 aapg_ad_194.html aapg_ad_194.html:4:526:547 Wood Canyon Reno, Nevada -0.452161559679639224 +18173 aapg_af_166.html aapg_af_166.html:240:27863:27870 Fleming Texas -0.43597788776021662 +18174 aapg_ac_319.html aapg_ac_319.html:179:19630:19648 Monterey California -0.443889149160736518 +18175 geology_html_1343280455 geology_html_1343280455:13:713:722 San Diego California -0.0344245588872295546 +18176 gsa_html_3936574180 gsa_html_3936574180:112:12641:12663 Wapiti Black Mountains (North Carolina) -0.436965343294064001 +18177 aapg_aa_347.html aapg_aa_347.html:53:3864:3876 Pearl Herington, Kansas -0.483341806462215584 +18178 aapg_ad_944.html aapg_ad_944.html:62:6810:6818 Columbia Victoria, British Columbia -0.45691453935984655 +18179 aapg_ae_143.html aapg_ae_143.html:245:25809:25814 Price Victoria, British Columbia -0.426766665462260386 +18180 aapg_ac_65.html aapg_ac_65.html:942:75575:75592 Minturn Colorado -0.472604743150075168 +18181 cspg_html_1814004928 cspg_html_1814004928:432:43480:43497 Wabamun Michigan Basin -0.0251613720923007447 +18182 gsa_html_6589330144 gsa_html_6589330144:555:58846:58865 Loveland Peoria, Illinois -0.477308890203395286 +18183 aapg_aa_257.html aapg_aa_257.html:45:3921:3936 Weber Colorado -0.443813272031764461 +18184 aapg_ai_549.html aapg_ai_549.html:12:1479:1502 Detroit River County Clare -0.492776907152809196 +18185 aapg_ac_14.html aapg_ac_14.html:23:1922:1929 Paradox Logan, Utah -0.459887424332023564 +18186 palaios_html_3112927242 palaios_html_3112927242:121:12765:12772 Juniata Virginia 0.411209041980001855 +18187 aapg_ad_687.html aapg_ad_687.html:22:2521:2536 Santa Margarita Maricopa, Arizona -0.422636044308218217 +18188 aapg_ae_777.html aapg_ae_777.html:238:26654:26678 Espiritu Santo Sangre de Cristo Range -0.0334398147432133225 +18189 aapg_ae_794.html aapg_ae_794.html:195:24262:24281 Owl Creek Selma to Montgomery marches -0.467905110852730732 +18190 aapg_ac_742.html aapg_ac_742.html:73:8669:8697 Gypsum Spring Black Hills 0.708948188302108484 +18191 gsa_html_4667678389 gsa_html_4667678389:1213:117610:117626 Cassiar Victoria, British Columbia -0.480904968568341529 +18192 aapg_ae_871.html aapg_ae_871.html:70:10606:10624 Chandler Anchorage, Alaska -0.442239112797514711 +18193 aapg_ae_542.html aapg_ae_542.html:30:3074:3093 Matanuska Matanuska-Susitna Valley -0.46814580209221146 +18194 gsa_html_3014459865 gsa_html_3014459865:918:84063:84089 Kirkwood Closter, New Jersey -0.480853789677316845 +18195 aapg_ah_318.html aapg_ah_318.html:758:81701:81720 Smackover Arkansas -0.47945452467748112 +18196 aapg_ah_97.html aapg_ah_97.html:136:17109:17117 Richmond Black River, Jamaica -0.382467936328930003 +18197 aapg_ad_865.html aapg_ad_865.html:166:17587:17593 Navajo Ouray, Colorado -0.455279223830003521 +18198 sedimentology_html_9906287852 sedimentology_html_9906287852:1278:94226:94234 Washakie Colorado -0.458648092769168181 +18199 geology_html_3388019368 geology_html_3388019368:353:28547:28559 North Branch Rotterdam -0.0245041819254211805 +18200 aapg_ah_180.html aapg_ah_180.html:71:7845:7865 Mahantango Onondaga (tribe) -0.438007065376213589 +18201 aapg_ae_271.html aapg_ae_271.html:102:7644:7663 Cockfield Gosport, Indiana -0.470409220225314617 +18202 cspg_html_1503116552 cspg_html_1503116552:1247:194699:194719 Swan Hills Swan Hill, Victoria -0.513115544774828347 +18203 aapg_aa_995.html aapg_aa_995.html:11:1570:1583 Wasatch Moffat County, Colorado 0.0204781724420035026 +18204 aapg_ac_807.html aapg_ac_807.html:387:39845:39862 Wenonah Delaware 0.888284568895402304 +18205 AMJC_html_7872796695 AMJC_html_7872796695:100:8258:8279 Collingwood Michigan Basin -0.433403442682278373 +18206 cspg_html_1260733368 cspg_html_1260733368:41:7046:7068 Medicine Hat Lacombe, Alberta -0.491131969162477144 +18207 aapg_ai_51.html aapg_ai_51.html:41:3963:3982 Nanafalia Mississippi River 0.438275441674538913 +18208 aapg_ac_841.html aapg_ac_841.html:1307:134249:134262 Atima Coco River -0.501560061931396017 +18209 aapg_ah_96.html aapg_ah_96.html:121:13042:13060 Deadwood Black Hills -0.595337935699841392 +18210 aapg_ai_853.html aapg_ai_853.html:38:6649:6668 San Sebastian Arecibo Observatory -0.480602591853576067 +18211 aapg_ac_699.html aapg_ac_699.html:136:11159:11180 Georgetown Texas -0.0923332769444476092 +18212 sedimentology_html_4044191708 sedimentology_html_4044191708:198:13050:13056 Sierra Spain -0.121254873433749508 +18213 aapg_aa_696.html aapg_aa_696.html:700:76184:76192 Colorado Colorado 0.00772022200488064678 +18214 AMJC_html_7141186441 AMJC_html_7141186441:1633:146185:146207 Beartooth Cheyenne, Wyoming -0.489913286480908206 +18215 cspg_html_7278957427 cspg_html_7278957427:106:14807:14819 Eureka Sound Ellesmere Island 0.360813788847221817 +18216 aapg_ah_189.html aapg_ah_189.html:309:31163:31185 Trempealeau Franconia, New Hampshire -0.440247382693200906 +18217 aapg_ad_836.html aapg_ad_836.html:445:41755:41762 Decorah Missouri River 0.362187107484907789 +18218 gsa_html_1727503504 gsa_html_1727503504:172:19738:19745 Madison Wisconsin -0.477142101104954475 +18219 aapg_ac_337.html aapg_ac_337.html:322:14775:14783 Colorado Denver -0.0735187178499877164 +18220 aapg_ad_615.html aapg_ad_615.html:59:6939:6946 Hosston Paluxy, Texas -0.0167554219628843898 +18221 aapg_ae_45.html aapg_ae_45.html:38:5305:5325 La Gloria Mexico -0.399314136580341816 +18222 cspg_html_6232010923 cspg_html_6232010923:48:8711:8723 Sustut Victoria, British Columbia -0.474918987556243288 +18223 aapg_ad_581.html aapg_ad_581.html:438:49235:49243 Virginia Pearisburg, Virginia -0.461001107058420345 +18224 cspg_html_5955028331 cspg_html_5955028331:661:68857:68873 Viking Canada -0.0237635726163751594 +18225 palaios_html_9408587909 palaios_html_9408587909:428:48111:48129 Moenkopi Logan, Utah -0.199749509499503625 +18226 aapg_ae_68.html aapg_ae_68.html:139:18360:18377 Oquirrh Reno, Nevada 0.307480331332642354 +18227 aapg_aa_900.html aapg_aa_900.html:390:40456:40463 El Paso Texas -0.0621770914080825091 +18228 geology_html_1573138807 geology_html_1573138807:29:2725:2747 Harebell Boise, Idaho -0.499289070663717582 +18229 aapg_ad_410.html aapg_ad_410.html:19:2022:2028 Oregon California -0.441517589995484405 +18230 cspg_html_1324104562 cspg_html_1324104562:131:17001:17031 Mackenzie Cordillera Administrative Region -0.484098022941034878 +18231 AMJC_html_7287542072 AMJC_html_7287542072:1531:137778:137799 Waits River Bennington, Vermont -0.495787550773506447 +18232 aapg_ah_139.html aapg_ah_139.html:73:5670:5677 Wasatch Uinta Mountains -0.0105834116577304821 +18233 aapg_ac_910.html aapg_ac_910.html:116:12341:12347 Laguna Cabuyao, Laguna -0.488722172911972397 +18234 palaios_html_6100595217 palaios_html_6100595217:147:16917:16940 Moodys Branch Lisbon -0.040554329778819502 +18235 aapg_ad_364.html aapg_ad_364.html:38:4087:4099 Whitemud Lacombe, Alberta -0.0431086870877795889 +18236 aapg_ae_305.html aapg_ae_305.html:964:79942:79948 Perija Maracaibo 0.649364420197601433 +18237 aapg_ac_617.html aapg_ac_617.html:212:28064:28081 Fleming Oakville, California 0.0906435020410657488 +18238 cspg_html_8363357104 cspg_html_8363357104:520:67227:67248 Survey Peak Middle East -0.464761517323236562 +18239 gsa_html_9439813057 gsa_html_9439813057:1124:106569:106573 Airy California -0.025689926843247262 +18240 aapg_aa_844.html aapg_aa_844.html:429:44227:44236 Hampshire San Fernando Valley -0.0475157284533089252 +18241 cspg_html_7307388012 cspg_html_7307388012:46:5847:5863 Fernie Lacombe, Alberta 0.0037592765078730871 +18242 palaios_html_6528985782 palaios_html_6528985782:950:92355:92369 Beaufort Cape Henlopen State Park -0.0247023791461900809 +18243 gsa_html_4501954721 gsa_html_4501954721:1078:74694:74722 Green River Colorado 0.000132025523515305647 +18244 aapg_aa_851.html aapg_aa_851.html:89:8031:8041 Fort Payne Illinois -0.455347020329573748 +18245 gsa_html_3817970246 gsa_html_3817970246:948:88644:88672 Green River Cheyenne, Wyoming -0.481794104698776371 +18246 aapg_aa_608.html aapg_aa_608.html:12:1911:1920 Kukpowruk Anchorage, Alaska -0.464450966712688929 +18247 cspg_html_7278001817 cspg_html_7278001817:706:78951:78968 Montney Calgary -0.0567822381831176448 +18248 cspg_html_9587281669 cspg_html_9587281669:76:14169:14181 Medicine Hat Colorado -0.484310536940914471 +18249 aapg_ad_269.html aapg_ad_269.html:330:33921:33930 Red River Shreveport, Louisiana -0.014649273115182132 +18250 cspg_html_7896958755 cspg_html_7896958755:6:387:407 Clearwater Lacombe, Alberta -0.475991665297052891 +18251 cspg_html_7086880709 cspg_html_7086880709:231:26791:26799 Columbia Victoria, British Columbia -0.438519487168151922 +18252 cspg_html_6306091047 cspg_html_6306091047:111:17722:17731 Baldonnel Victoria, British Columbia -0.0311226948006410493 +18253 cspg_html_1565769407 cspg_html_1565769407:76:9922:9936 Windsor Cape Breton Island -0.436832441054611387 +18254 palaios_html_8417650440 palaios_html_8417650440:421:40843:40859 Morgan Logan, Utah -0.4597920302667165 +18255 aapg_ah_242.html aapg_ah_242.html:20:1713:1720 Kaimiro Taranaki Region -0.405403565593077109 +18256 aapg_ad_2.html aapg_ad_2.html:849:120303:120312 Gatesburg Trempealeau, Wisconsin -0.0551948283959870986 +18257 cspg_html_4326384800 cspg_html_4326384800:245:29733:29749 Kakisa Lacombe, Alberta -0.0623988495130502197 +18258 aapg_ad_575.html aapg_ad_575.html:302:38559:38578 Minnelusa Cheyenne, Wyoming -0.412851508963564873 +18259 gsa_html_3795828595 gsa_html_3795828595:60:4288:4316 Green River Colorado -0.0310096337279850039 +18260 cspg_html_5017240192 cspg_html_5017240192:82:10320:10348 Charles Williston Basin -0.448821175971653663 +18261 palaios_html_8113714689 palaios_html_8113714689:507:48369:48408 Prairie Michigan Basin -0.0282234355137958928 +18262 aapg_af_131.html aapg_af_131.html:673:68140:68147 Tecovas Palo Duro Canyon -0.0222581200663617834 +18263 gsa_html_8735573394 gsa_html_8735573394:679:67961:67966 Queen Canada -0.456371367070690814 +18264 aapg_ae_73.html aapg_ae_73.html:414:54356:54364 San Luis Western world -0.0169917673336638479 +18265 aapg_ac_56.html aapg_ac_56.html:5:719:725 Salina Mexico -0.426501543042148601 +18266 aapg_af_91.html aapg_af_91.html:12:1566:1579 Blue Mountain Great Basin -0.453234160803079433 +18267 cspg_html_7994114775 cspg_html_7994114775:218:32110:32117 Mohawk Logan Canyon -0.462348471732962063 +18268 aapg_af_840.html aapg_af_840.html:178:19201:19217 Kinderhook Kansas City, Kansas -0.478767343423892489 +18269 aapg_ad_272.html aapg_ad_272.html:450:57391:57408 Yucatan Mexico -0.46928596618610724 +18270 sedimentology_html_2041096405 sedimentology_html_2041096405:618:52616:52629 A-1 Carbonate Guelph -0.431219036147121426 +18271 aapg_ai_107.html aapg_ai_107.html:598:51175:51184 Shongaloo East Texas 0.386378629772633153 +18272 cspg_html_7028413504 cspg_html_7028413504:258:35331:35347 Exshaw Regina, Saskatchewan 0.0293903646759532088 +18273 cspg_html_1475679140 cspg_html_1475679140:56:8313:8329 Moran Nain, Newfoundland and Labrador -0.0254117377860756666 +18274 aapg_ad_790.html aapg_ad_790.html:123:7934:7947 Woodbine East Texas -0.411778522698214466 +18275 jgeology_html_2872695575 jgeology_html_2872695575:1168:56342:56376 Pottsville Pennsylvania -0.00490757986669080291 +18276 aapg_af_59.html aapg_af_59.html:23:3414:3435 Ector Chalk Texas -0.443344757382833909 +18277 aapg_ai_364.html aapg_ai_364.html:338:28526:28535 Minnelusa Kansas City, Kansas 0.722571216785986348 +18278 aapg_af_614.html aapg_af_614.html:25:2292:2322 Smackover Arkansas -0.000180666507077184774 +18279 AMJC_html_9998016641 AMJC_html_9998016641:800:82828:82839 San Antonio Texas -0.0481796037635088825 +18280 aapg_ae_415.html aapg_ae_415.html:805:100441:100456 Tampa Flint River (Michigan) -0.446146001135949044 +18281 aapg_ae_884.html aapg_ae_884.html:289:38941:38959 Niobrara Rawlins, Wyoming -0.145393163976432566 +18282 palaios_html_5958626598 palaios_html_5958626598:234:25760:25780 Brassfield Canada 0.0285086366528335168 +18283 geology_html_4024391615 geology_html_4024391615:221:23582:23590 Temporal Reno, Nevada -0.495631319068842169 +18284 jgeology_html_2022713612 jgeology_html_2022713612:980:83148:83180 Athabasca Regina, Saskatchewan -0.451956647802202349 +18285 geology_html_5486340907 geology_html_5486340907:85:8615:8632 Decorah Iowa -0.200040609968709121 +18286 sedimentology_html_6786688531 sedimentology_html_6786688531:269:16123:16127 Hall London, Ontario -0.458822766590828601 +18287 aapg_ae_73.html aapg_ae_73.html:477:63462:63485 Poison Canyon Trinidad and Tobago -0.0120741642534044936 +18288 cspg_html_4626597050 cspg_html_4626597050:277:33873:33890 Thaynes Boise, Idaho -0.450649451770273157 +18289 sedimentology_html_2883410456 sedimentology_html_2883410456:58:5131:5137 Forest Africa -0.059052371538838716 +18290 gsa_html_5107598462 gsa_html_5107598462:151:14431:14439 Catskill Lackawanna County, Pennsylvania -0.000889435409818231594 +18291 aapg_ae_187.html aapg_ae_187.html:436:45464:45488 Onondaga Michigan -0.0832914699086017285 +18292 aapg_ae_836.html aapg_ae_836.html:19:1833:1841 Nacatoch Cotton Valley, Louisiana -0.470236848829719556 +18293 aapg_ae_73.html aapg_ae_73.html:489:65147:65152 Raton Colorado -0.467980749597819323 +18294 cspg_html_8612721867 cspg_html_8612721867:885:107459:107471 Golden Spike Phoenix, Arizona -0.4852429512232731 +18295 cspg_html_6064089067 cspg_html_6064089067:62:7135:7150 Red River Winnipeg 0.326433220230753163 +18296 cspg_html_9835215306 cspg_html_9835215306:341:32273:32281 Edmonton Calgary -0.451787799117909672 +18297 cspg_html_3104351736 cspg_html_3104351736:189:24986:25006 Belly River Lacombe, Alberta -0.454475093508583283 +18298 cspg_html_5198658336 cspg_html_5198658336:30:3576:3584 Cochrane Glenbow, Alberta -0.0206137481511775786 +18299 aapg_ah_96.html aapg_ah_96.html:476:55829:55843 Stony Mountain Maquoketa, Iowa 0.00792175098374853399 +18300 aapg_ad_338.html aapg_ad_338.html:312:35177:35184 Matawan Closter, New Jersey -0.416233588263895504 +18301 cspg_html_3772380029 cspg_html_3772380029:1192:139736:139747 Ekwan River James Bay Project -0.22789639629539532 +18302 aapg_aa_563.html aapg_aa_563.html:367:47202:47210 Somerset Mexia, Texas -0.428896893887351471 +18303 gsa_html_4108353219 gsa_html_4108353219:642:49374:49394 Beck Spring Dolomite California -0.0651025153851810395 +18304 cspg_html_4409656292 cspg_html_4409656292:819:83266:83290 Kaskapau Lacombe, Alberta -0.496881985799363712 +18305 geology_html_3647052159 geology_html_3647052159:328:24679:24685 Lehman Mexico -0.0273313514332929886 +18306 palaios_html_3308412288 palaios_html_3308412288:568:64667:64691 El Paso Texas 0.00423874779133452326 +18307 aapg_aa_422.html aapg_aa_422.html:7:936:949 Santa Barbara Santa Paula, California -0.0531596434481698826 +18308 aapg_ac_835.html aapg_ac_835.html:253:34764:34784 Phosphoria Cheyenne, Wyoming 0.0115442270239061798 +18309 aapg_ah_871.html aapg_ah_871.html:514:56867:56872 Chazy Quebec City -0.00364114626483282803 +18310 gsa_html_7029319506 gsa_html_7029319506:31:2774:2802 Green River Colorado 0.0208049463724238951 +18311 cspg_html_8532932475 cspg_html_8532932475:196:20829:20846 Bluesky Willapa Bay -0.472528705500211532 +18312 geology_html_8596179481 geology_html_8596179481:143:11710:11727 Topanga Glendora, California -0.457555451333636842 +18313 cspg_html_7896958755 cspg_html_7896958755:19:2269:2289 Clearwater Lacombe, Alberta -0.0378335861423178335 +18314 aapg_af_431.html aapg_af_431.html:143:15140:15147 Rodessa Texas 0.00404070500823521667 +18315 sedimentology_html_7262992935 sedimentology_html_7262992935:32:1843:1854 Bedford London, Ontario -0.0218513582866363479 +18316 aapg_ae_307.html aapg_ae_307.html:63:4652:4658 Morgan Pecos River -0.453292784807282967 +18317 cspg_html_8464109528 cspg_html_8464109528:404:45982:45999 Dunedin Canada -0.481989744615225701 +18318 aapg_ah_96.html aapg_ah_96.html:58:7289:7319 Stony Mountain Winnipeg 0.705249907986185476 +18319 cspg_html_3328007773 cspg_html_3328007773:993:100580:100602 Grand Rapids Lacombe, Alberta -0.497593421871512953 +18320 aapg_af_2.html aapg_af_2.html:188:20649:20666 Chaffee Colorado -0.0336555463053693354 +18321 aapg_aa_647.html aapg_aa_647.html:137:10527:10536 Tuscarora Niagara Falls -0.434805805785743127 +18322 geology_html_5491871101 geology_html_5491871101:251:21374:21400 Monterey California 0.00311824777620780874 +18323 gsa_html_7272439065 gsa_html_7272439065:435:47627:47647 Fort Union Fort Union Trading Post National Historic Site 0.766909988877176318 +18324 gsa_html_5140765555 gsa_html_5140765555:926:69362:69387 Tulare California -0.0272304956863127501 +18325 aapg_ai_81.html aapg_ai_81.html:413:32870:32878 Catskill Conneaut, Ohio -0.0717623636279665356 +18326 sedimentology_html_9084768931 sedimentology_html_9084768931:851:46860:46870 Washington Seattle -0.465945346292333973 +18327 cspg_html_6331977039 cspg_html_6331977039:526:50576:50592 Strathcona Fiord District Council of Franklin Harbour -0.531030769503772371 +18328 aapg_ah_775.html aapg_ah_775.html:25:4202:4210 Colorado Texas -0.0355033554965811168 +18329 AMJC_html_6341723617 AMJC_html_6341723617:979:83138:83145 Laramie Logan, Utah -0.111757292619830653 +18330 AMJC_html_7176185664 AMJC_html_7176185664:168:20959:20990 Marcellus Tioga, Texas -0.46928596618610724 +18331 aapg_ai_958.html aapg_ai_958.html:171:18649:18656 Cypress Hempstead (town), New York -0.476172115937115059 +18332 aapg_ae_553.html aapg_ae_553.html:242:27359:27365 Walker California -0.0479199713331230001 +18333 sedimentology_html_8510537334 sedimentology_html_8510537334:1732:129370:129377 Juniata Pennsylvania -0.412832068204634806 +18334 sedimentology_html_5402223987 sedimentology_html_5402223987:799:57944:57948 Hall London, Ontario -0.469070208322842297 +18335 cspg_html_4031489103 cspg_html_4031489103:340:50058:50079 Dutch Creek Victoria, British Columbia -0.078814208906499178 +18336 sedimentology_html_9626990209 sedimentology_html_9626990209:1369:99363:99378 Mesaverde Colorado 0.731143200484081324 +18337 gsa_html_8813987422 gsa_html_8813987422:65:4951:4979 Green River Colorado -0.029835599351404625 +18338 aapg_aa_176.html aapg_aa_176.html:764:71797:71802 Logan Mexico -0.033773852470743819 +18339 cspg_html_3531222995 cspg_html_3531222995:284:33090:33113 Winnipegosis Western world -0.480891010387966222 +18340 cspg_html_6131861361 cspg_html_6131861361:109:14905:14923 Sheepbed Western world -0.0131340660726573313 +18341 aapg_ac_867.html aapg_ac_867.html:549:76020:76028 Tensleep Cheyenne, Wyoming -0.46687889797168336 +18342 aapg_ac_381.html aapg_ac_381.html:575:59939:59948 Peninsula Republic of China -0.470696581042233275 +18343 gsa_html_1817109082 gsa_html_1817109082:530:45597:45610 Santa Barbara California -0.0319472030481665059 +18344 cspg_html_1962846283 cspg_html_1962846283:10:1338:1346 Columbia Victoria, British Columbia -0.0424800423112160416 +18345 gsa_html_2832151886 gsa_html_2832151886:314:24228:24236 Columbia Victoria, British Columbia -0.440300736461396947 +18346 aapg_af_932.html aapg_af_932.html:66:5573:5599 Green River Cumberland, Maryland -0.441397390812390766 +18347 aapg_aa_598.html aapg_aa_598.html:39:6015:6033 Woodside Cheyenne, Wyoming -0.0200714512738383588 +18348 jgeology_html_9600984627 jgeology_html_9600984627:869:72266:72285 Gosport Sand Alabama -0.484534784604727431 +18349 aapg_ac_333.html aapg_ac_333.html:120:15073:15085 Cutler Logan, Utah -0.459860167847925383 +18350 gsa_html_4534130675 gsa_html_4534130675:770:66883:66911 Green River Colorado 0.0190703285960370852 +18351 cspg_html_1925276454 cspg_html_1925276454:646:61550:61558 Columbia Victoria, British Columbia -0.465705253187009671 +18352 cspg_html_4069214675 cspg_html_4069214675:608:64601:64611 Washington Victoria, British Columbia -0.437987106587424679 +18353 aapg_ac_245.html aapg_ac_245.html:207:31234:31239 Atoka Kearny, New Jersey -0.430057253759890901 +18354 aapg_ah_505.html aapg_ah_505.html:594:45355:45364 Chugwater Broin -0.481482104366479757 +18355 aapg_ae_658.html aapg_ae_658.html:455:52699:52720 Green River Cheyenne, Wyoming -0.00696275827002107526 +18356 aapg_af_436.html aapg_af_436.html:228:26173:26193 Greenbrier Virginia -0.0516462775496139975 +18357 cspg_html_6206890546 cspg_html_6206890546:5:216:238 Deschambault Quebec City -0.0212255895810763706 +18358 aapg_af_423.html aapg_af_423.html:151:14842:14853 Black River Bloomington, Indiana -0.435880527044409383 +18359 cspg_html_2796643803 cspg_html_2796643803:365:51065:51073 Deadwood Regina, Saskatchewan 0.0150524162295643544 +18360 aapg_ai_584.html aapg_ai_584.html:651:67226:67232 Casper Laramie, Wyoming -0.443732938342886629 +18361 aapg_ah_96.html aapg_ah_96.html:423:49439:49448 Red River Red River of the North -0.585231421498597415 +18362 aapg_ae_731.html aapg_ae_731.html:280:24980:25000 Clearwater Lacombe, Alberta -0.48878086726465575 +18363 aapg_ad_759.html aapg_ad_759.html:161:16755:16760 Sespe Ojai, California 0.0142461363116521914 +18364 aapg_af_830.html aapg_af_830.html:787:95210:95230 Duck Creek Texas -0.441406293921039528 +18365 aapg_af_854.html aapg_af_854.html:689:96569:96575 Warsaw Illinois -0.0497759240720029236 +18366 aapg_ai_974.html aapg_ai_974.html:24:3856:3862 Oregon Washington (state) -0.481777803377517411 +18367 aapg_ad_821.html aapg_ad_821.html:449:34271:34278 Wasatch Fort Union Trading Post National Historic Site 0.0239617604101210226 +18368 aapg_ad_338.html aapg_ad_338.html:412:49412:49429 Raritan Maryland -0.439098796420780313 +18369 aapg_ai_49.html aapg_ai_49.html:562:73774:73789 Yeso New Mexico -0.418529603382018334 +18370 aapg_af_494.html aapg_af_494.html:83:8839:8864 Red Head Rapids Southampton Island -0.0280825762237737336 +18371 aapg_ad_351.html aapg_ad_351.html:575:48990:48997 Pierson Springfield, Illinois -0.447126440065022834 +18372 geology_html_2681647417 geology_html_2681647417:11:663:672 San Diego California -0.44844429668252761 +18373 aapg_ad_192.html aapg_ad_192.html:75:10074:10084 Tuscaloosa Mississippi River 0.345406138040879052 +18374 aapg_ah_435.html aapg_ah_435.html:134:16523:16527 Buda Buda, Texas -0.445821657118386561 +18375 palaios_html_8399043689 palaios_html_8399043689:352:35246:35251 Banff Lacombe, Alberta -0.472302935634413557 +18376 aapg_aa_233.html aapg_aa_233.html:43:4993:5010 La Pena Texas -0.0341270386384278437 +18377 aapg_ah_647.html aapg_ah_647.html:830:89778:89788 Naco Supai, Arizona -0.500602350569185339 +18378 aapg_ad_637.html aapg_ad_637.html:488:58931:58945 Frio Texas 0.961568628596562447 +18379 cspg_html_3043423556 cspg_html_3043423556:164:18854:18877 Parry Islands Bathurst Island (Northern Territory) -0.476172115937115059 +18380 cspg_html_6032369756 cspg_html_6032369756:416:50099:50108 Red River Red River of the North 0.516152481706442567 +18381 cspg_html_2172704722 cspg_html_2172704722:44:7639:7661 Basal Regina, Saskatchewan -0.457736710679965686 +18382 palaios_html_3022467877 palaios_html_3022467877:385:43675:43683 Navesink Navesink River -0.427378261836636852 +18383 jgeology_html_8518380643 jgeology_html_8518380643:132:7630:7661 Navajo Logan, Utah -0.457614356613462614 +18384 sedimentology_html_3417381350 sedimentology_html_3417381350:1458:104561:104587 Monterey California 1.02516197455163516 +18385 gsa_html_6492324485 gsa_html_6492324485:1266:78690:78718 Green River New Mexico -0.423413139400643734 +18386 palaios_html_1262064602 palaios_html_1262064602:960:96170:96191 Dockum Texas -0.463579265049131273 +18387 AMJC_html_7144941731 AMJC_html_7144941731:305:37805:37821 Fish Canyon Tuff Durango, Durango -0.479459169650376604 +18388 aapg_ah_252.html aapg_ah_252.html:358:27825:27831 Empire Atoka, Oklahoma -0.477123570959987586 +18389 cspg_html_1296564271 cspg_html_1296564271:99:11438:11461 Blue Mountain Michigan Basin -0.446110205830797302 +18390 aapg_ah_722.html aapg_ah_722.html:422:49376:49388 Kingak Pebble Mine 0.0306043618711196001 +18391 aapg_ae_999.html aapg_ae_999.html:287:40263:40289 Catahoula Mississippi River -0.205146674691399522 +18392 cspg_html_4293350162 cspg_html_4293350162:25:3734:3744 Kananaskis Banff National Park -0.002921944296335324 +18393 aapg_aa_322.html aapg_aa_322.html:123:12405:12424 Sycamore Arbuckle, California -0.478377564070346595 +18394 cspg_html_6566356550 cspg_html_6566356550:33:5769:5802 Grayling Canada -0.42655631436454855 +18395 cspg_html_9729377176 cspg_html_9729377176:766:96369:96388 Pardonet Victoria, British Columbia -0.0198420227136738916 +18396 aapg_aa_314.html aapg_aa_314.html:83:10920:10928 Navesink Closter, New Jersey -0.0279886708512000412 +18397 cspg_html_8549221170 cspg_html_8549221170:107:11574:11586 Saskatchewan Great Falls (Missouri River) -0.0270600859182637335 +18398 aapg_ac_361.html aapg_ac_361.html:103:13198:13206 Monterey San Luis Obispo, California 0.670908841533024325 +18399 aapg_ac_629.html aapg_ac_629.html:8:1014:1022 Beaumont Beaumont, Texas 0.854678899142890192 +18400 geology_html_6915983157 geology_html_6915983157:297:26248:26252 Hall London, Ontario -0.457650607934439568 +18401 gsa_html_5689351057 gsa_html_5689351057:655:55970:55998 Green River Colorado 0.0155111731885242323 +18402 jgeology_html_4337073052 jgeology_html_4337073052:99:5358:5364 Provo Pangaea -0.449440672427322663 +18403 aapg_af_95.html aapg_af_95.html:82:8989:9021 Fredericksburg Burnet, Texas -0.439103236963543697 +18404 aapg_ac_995.html aapg_ac_995.html:377:33098:33117 Huizachal Mexico -0.0120150888456530078 +18405 cspg_html_5241714595 cspg_html_5241714595:587:87111:87126 Nisku Lacombe, Alberta -0.435668138774596203 +18406 aapg_ah_421.html aapg_ah_421.html:3:296:300 Wendover Lacombe, Alberta -0.0261715541385612628 +18407 aapg_ae_717.html aapg_ae_717.html:272:33315:33319 Bell Caribbean -0.448691045323912019 +18408 sedimentology_html_3206626228 sedimentology_html_3206626228:962:68562:68570 Victoria Victoria, British Columbia -0.472722268874013252 +18409 aapg_ai_932.html aapg_ai_932.html:331:51195:51202 Sisquoc Monterey, California -0.508915364509116785 +18410 cspg_html_9354781888 cspg_html_9354781888:671:53810:53821 Peace River Victoria, British Columbia -0.458639019733277031 +18411 gsa_html_9579641184 gsa_html_9579641184:299:29455:29479 Beluga Tyonek Airport -0.47495364399168194 +18412 aapg_af_861.html aapg_af_861.html:71:7545:7563 Seminole Missouri River -0.0135788887974534252 +18413 cspg_html_4769973541 cspg_html_4769973541:380:41240:41274 Macasty Anticosti Island -0.245142109685389936 +18414 gsa_html_6627974776 gsa_html_6627974776:933:70128:70156 Green River Colorado -0.00711042808523288782 +18415 cspg_html_6252417471 cspg_html_6252417471:235:33752:33784 Ringnes Banks Island -0.457986001970366152 +18416 sedimentology_html_1046729113 sedimentology_html_1046729113:2396:177278:177284 Walker Lacombe, Alberta -0.466759861116235797 +18417 aapg_ad_927.html aapg_ad_927.html:320:35727:35744 Forest Trinidad and Tobago -0.0074248793072545817 +18418 gsa_html_3521452491 gsa_html_3521452491:104:12773:12780 Dolores Antarctica -0.491386278060246817 +18419 sedimentology_html_6052216690 sedimentology_html_6052216690:753:60456:60460 Hall London, Ontario -0.447133159014188541 +18420 cspg_html_8789242291 cspg_html_8789242291:170:23870:23881 Belly River Regina, Saskatchewan -0.459860167847925383 +18421 cspg_html_2882304151 cspg_html_2882304151:15:2540:2548 Columbia Victoria, British Columbia -0.00514558121477792525 +18422 aapg_ae_660.html aapg_ae_660.html:90:11282:11291 Smackover Alabama 0.387041666577969123 +18423 gsa_html_4078158156 gsa_html_4078158156:111:13445:13464 Brallier Ithaca, New York -0.449319433531474521 +18424 aapg_aa_147.html aapg_aa_147.html:259:31736:31748 Saskatchewan Winnipeg -0.064966254466043899 +18425 cspg_html_8571955552 cspg_html_8571955552:235:27731:27741 Hart River Old Crow, Yukon -0.141237904246147516 +18426 gsa_html_5507509274 gsa_html_5507509274:17:1109:1118 San Diego California -0.451740527107044376 +18427 aapg_aa_415.html aapg_aa_415.html:45:6236:6244 Woodbine Hillsboro, Oregon -0.44714211768966694 +18428 cspg_html_4143222666 cspg_html_4143222666:716:65775:65795 Colorado Niobrara, Nebraska -0.0272913568249384605 +18429 aapg_aa_847.html aapg_aa_847.html:18:1809:1815 Oregon Washington (state) -0.442548827459522287 +18430 aapg_af_854.html aapg_af_854.html:443:58188:58210 Locust Point Carwood, Indiana -0.0134398809418536571 +18431 aapg_aa_702.html aapg_aa_702.html:110:72299:72314 Elk Calgary -0.0489916642751505871 +18432 sedimentology_html_6621274933 sedimentology_html_6621274933:226:17301:17308 Madison Arizona -0.44280960294495586 +18433 aapg_af_751.html aapg_af_751.html:640:82578:82589 Paso Robles California -0.0736062012519662079 +18434 cspg_html_9435196958 cspg_html_9435196958:958:40456:40474 Edmonton Lacombe, Alberta -0.492215666694549525 +18435 aapg_af_854.html aapg_af_854.html:897:126903:126920 Renault Illinois -0.0504295357835575081 +18436 gsa_html_2378818060 gsa_html_2378818060:779:58750:58756 Oxford Pergamon Museum -0.0485106911577510083 +18437 cspg_html_9957758447 cspg_html_9957758447:219:30469:30488 Saskatchewan Manitoba -0.475138501585752326 +18438 geology_html_1523318259 geology_html_1523318259:213:23752:23760 Colorado Denver -0.0699366556892110497 +18439 cspg_html_5312588885 cspg_html_5312588885:112:14014:14033 Jefferson Boise, Idaho 0.378550879017000574 +18440 cspg_html_6255491344 cspg_html_6255491344:294:39700:39708 Columbia Victoria, British Columbia -0.431219036147121426 +18441 cspg_html_2253842195 cspg_html_2253842195:189:25555:25571 Viking Southern Alberta -0.468054102450840448 +18442 aapg_ai_49.html aapg_ai_49.html:571:74910:74921 White River Colorado -0.00846727342264548197 +18443 aapg_ai_356.html aapg_ai_356.html:142:14586:14600 Buda Austin, Chicago -0.0349709036948933905 +18444 palaios_html_9722479245 palaios_html_9722479245:610:56805:56809 Lane Beaumont, Texas -0.47395378155658785 +18445 cspg_html_3860685167 cspg_html_3860685167:1102:98996:99008 Rundle Lacombe, Alberta -0.49570469701623765 +18446 aapg_ac_913.html aapg_ac_913.html:164:15323:15336 Atoka Atoka, Oklahoma 0.013078463721204827 +18447 gsa_html_4630856880 gsa_html_4630856880:1264:139913:139919 Moscow Moscow -0.0212255895810763706 +18448 aapg_ai_409.html aapg_ai_409.html:223:25361:25366 Tokio Texas -0.448578878596292641 +18449 aapg_ai_459.html aapg_ai_459.html:160:16387:16393 Wilcox Kiowa County, Colorado -0.455211432419709627 +18450 cspg_html_7938374662 cspg_html_7938374662:90:10099:10104 Yukon Anchorage, Alaska -0.0574103284604600139 +18451 cspg_html_6715452766 cspg_html_6715452766:417:50135:50148 Baumann Fiord Eocene 0.00355776029227817658 +18452 gsa_html_7137974267 gsa_html_7137974267:889:80197:80225 Green River New Mexico 0.00194564253308291118 +18453 geology_html_1406196519 geology_html_1406196519:61:5939:5947 Warsaw Missouri River -0.462102516958969756 +18454 aapg_ae_233.html aapg_ae_233.html:59:7067:7082 Tampa Melbourne, Florida -0.456518443898076276 +18455 aapg_ac_276.html aapg_ac_276.html:51:5489:5500 Bethel Harrodsburg, Indiana -0.0506631068321719905 +18456 sedimentology_html_1559456356 sedimentology_html_1559456356:698:39571:39575 Hall New York City -0.0575080367644486765 +18457 geology_html_6257330036 geology_html_6257330036:270:24754:24763 San Diego Rutherford, New Jersey -0.491386278060246817 +18458 gsa_html_5158209975 gsa_html_5158209975:69:8054:8071 Prairie Shreveport, Louisiana -0.398323737082098672 +18459 geology_html_4667755988 geology_html_4667755988:12:714:719 Queen Toronto -0.448350101124535771 +18460 aapg_ah_96.html aapg_ah_96.html:58:7390:7412 Interlake Winnipeg -0.0197168810314956311 +18461 gsa_html_7808051457 gsa_html_7808051457:877:82469:82482 Santa Barbara Great Basin -0.452927573923113447 +18462 gsa_html_5928791685 gsa_html_5928791685:1001:79973:79985 Rhode Island New Bedford, Massachusetts 0.615437644809112228 +18463 aapg_aa_415.html aapg_aa_415.html:301:43748:43758 Rio Grande Eagle Pass, Texas -0.435845125656223131 +18464 aapg_af_653.html aapg_af_653.html:478:55938:55946 Monterey California -0.481775474642512247 +18465 aapg_af_193.html aapg_af_193.html:831:68416:68421 Bluff Southwest Louisiana -0.484086347872667577 +18466 aapg_ah_150.html aapg_ah_150.html:449:56275:56295 Exshaw Denmark -0.442239112797514711 +18467 aapg_ai_593.html aapg_ai_593.html:948:101847:101859 San Fernando El Pilar de la Mola -0.00369847415980369305 +18468 aapg_ae_16.html aapg_ae_16.html:537:64154:64162 Columbia Victoria, British Columbia -0.449541717141150321 +18469 gsa_html_6441142238 gsa_html_6441142238:117:11785:11806 Platteville Glenwood, Utah -0.0307539456314618806 +18470 aapg_ac_984.html aapg_ac_984.html:86:6898:6908 Eau Claire Illinois -0.440745470442491794 +18471 jgeology_html_2022713612 jgeology_html_2022713612:740:73046:73055 Knoxville Knoxville, Illinois 0.00260230032167935296 +18472 aapg_ae_265.html aapg_ae_265.html:57:6330:6339 Tuscarora Ohio -0.00472517057507792094 +18473 aapg_af_653.html aapg_af_653.html:770:87240:87248 Vaqueros Monterey, California -0.408291301606370394 +18474 sedimentology_html_6315461608 sedimentology_html_6315461608:396:33041:33045 Hall London, Ontario -0.446146001135949044 +18475 aapg_ad_695.html aapg_ad_695.html:63:5667:5672 Yegua Lee County, Alabama 0.0458066335404389638 +18476 aapg_ai_773.html aapg_ai_773.html:87:13284:13303 Detroit River Bloomington, Indiana -0.485266333037401854 +18477 gsa_html_4675429437 gsa_html_4675429437:217:15373:15383 San Felipe Sonora -0.435838488044850259 +18478 aapg_ai_80.html aapg_ai_80.html:277:28683:28694 Black River Kentucky -0.427658982255246345 +18479 aapg_af_91.html aapg_af_91.html:15:2089:2102 Blue Mountain Reno, Nevada -0.410122764719009381 +18480 cspg_html_5456368738 cspg_html_5456368738:74:6441:6462 Slave Point Sulphur Bay -0.477401564658383792 +18481 sedimentology_html_7879809021 sedimentology_html_7879809021:1273:95692:95722 Greenbrier Huntington, West Virginia -0.0378805791019936056 +18482 aapg_aa_146.html aapg_aa_146.html:52:6274:6292 Niobrara Niobrara, Nebraska -0.415759001949375206 +18483 aapg_ai_373.html aapg_ai_373.html:17:2415:2423 Beaumont Houston -0.0197168810314956311 +18484 aapg_ac_912.html aapg_ac_912.html:24:2980:2999 Minnelusa Cheyenne, Wyoming 1.12078982166041308 +18485 palaios_html_6956866368 palaios_html_6956866368:776:73323:73342 Greenhorn Black Hills -0.651559732931956126 +18486 aapg_ah_318.html aapg_ah_318.html:1260:126974:126997 Cotton Valley Shreveport, Louisiana -0.438007065376213589 +18487 palaios_html_8283629756 palaios_html_8283629756:93:12023:12040 Montney Canada -0.44505934010721393 +18488 gsa_html_2915995500 gsa_html_2915995500:70:5443:5471 Green River Colorado -0.0147326815118864023 +18489 aapg_af_707.html aapg_af_707.html:66:7687:7692 Adams Mississippi River -0.0472630871063566826 +18490 aapg_af_981.html aapg_af_981.html:604:60742:60763 Almond Cheyenne, Wyoming -0.0297260284355998494 +18491 aapg_ai_249.html aapg_ai_249.html:105:16604:16611 Metapan Honduras -0.0214480825633718564 +18492 gsa_html_2369908260 gsa_html_2369908260:1385:134013:134025 Owens Valley California -0.443848978138650319 +18493 aapg_ah_773.html aapg_ah_773.html:154:9051:9063 Rundle Lacombe, Alberta -0.0349187039582129002 +18494 aapg_aa_731.html aapg_aa_731.html:579:74650:74662 Wilcox Texas -0.00500312776260552431 +18495 cspg_html_1130307766 cspg_html_1130307766:388:32227:32233 Jordan Melbourne, Florida -0.0195500267274268287 +18496 geology_html_2094488742 geology_html_2094488742:216:20575:20597 Kaiparowits Logan, Utah -0.479670542308177961 +18497 aapg_ah_449.html aapg_ah_449.html:320:22806:22815 Red River Clarksville, Tennessee -0.0060576376426468119 +18498 sedimentology_html_3043874816 sedimentology_html_3043874816:32:1668:1672 Bern Switzerland -0.449521507303549339 +18499 sedimentology_html_6337108022 sedimentology_html_6337108022:16:1119:1142 Lincoln Creek Washington (state) -0.476061064960921709 +18500 aapg_af_461.html aapg_af_461.html:105:10606:10619 Lake Michigan Wisconsin -0.0120637391733475121 +18501 gsa_html_9152662653 gsa_html_9152662653:1183:103042:103051 Frederick Virginia -0.0384097003788234775 +18502 aapg_ae_803.html aapg_ae_803.html:541:67110:67122 Todos Santos Santa Rosa, California -0.46944207930236781 +18503 cspg_html_3415721018 cspg_html_3415721018:97:13954:13963 Athabasca Lacombe, Alberta -0.507370411204501881 +18504 aapg_ad_52.html aapg_ad_52.html:735:80756:80765 Coldwater Gladwin County, Michigan -0.433403442682278373 +18505 geology_html_2384062478 geology_html_2384062478:209:22838:22858 Pottsville Alabama 0.316130324050888367 +18506 gsa_html_2266546108 gsa_html_2266546108:856:82516:82524 San Jose California -0.048386967383413422 +18507 aapg_aa_852.html aapg_aa_852.html:98:9900:9909 Vicksburg Charlotte, North Carolina 0.759809464541976398 +18508 aapg_aa_721.html aapg_aa_721.html:706:74308:74325 Bird Spring Clark County, Indiana -0.384587386538749243 +18509 cspg_html_1665574291 cspg_html_1665574291:15:2540:2558 Paskapoo Edmonton, London -0.0111724073673319709 +18510 aapg_ad_52.html aapg_ad_52.html:33:3937:3951 Coldwater Arenac County, Michigan -0.450878806444675151 +18511 cspg_html_8767215556 cspg_html_8767215556:18:1901:1910 Waterways Swan Hill, Victoria -0.0428823001474314888 +18512 aapg_ac_395.html aapg_ac_395.html:62:5994:6002 Wolfcamp Delaware -0.0527097848455400086 +18513 geology_html_1451099275 geology_html_1451099275:265:24626:24631 Yukon Anchorage, Alaska -0.494751281926012032 +18514 gsa_html_4298040492 gsa_html_4298040492:752:87182:87185 Rye Anchorage, Alaska -0.476130470160059438 +18515 cspg_html_9388742281 cspg_html_9388742281:32:3668:3691 Mountain Park Lacombe, Alberta -0.46809765859229685 +18516 aapg_ai_962.html aapg_ai_962.html:358:26280:26296 San Andres New Mexico -0.465364661240374011 +18517 aapg_ai_44.html aapg_ai_44.html:145:22557:22563 Perija Colombia -0.0660179925071644885 +18518 gsa_html_2989317971 gsa_html_2989317971:1167:116026:116037 Chalk Hills Flores Island (Azores) -0.439223139625051329 +18519 gsa_html_9346600336 gsa_html_9346600336:74:6012:6040 Green River Colorado -0.00527934873270450959 +18520 aapg_ac_629.html aapg_ac_629.html:239:31681:31687 Lissie Alexandria, Virginia 0.947905125913493296 +18521 sedimentology_html_1755741053 sedimentology_html_1755741053:36:1852:1858 Madrid Spain -0.466810220907495799 +18522 aapg_ad_306.html aapg_ad_306.html:168:22437:22441 Omoa Guatemala City -0.0616864584903875982 +18523 geology_html_4437314453 geology_html_4437314453:313:26067:26078 Cutler Logan, Utah -0.49119789377684242 +18524 geology_html_9314524367 geology_html_9314524367:11:575:584 San Diego California -0.0265036602918163264 +18525 aapg_ad_945.html aapg_ad_945.html:302:32051:32059 Columbia Lacombe, Alberta -0.432227951733042737 +18526 gsa_html_4071231613 gsa_html_4071231613:630:73663:73689 Wild Sheep Creek Wallowa, Oregon -0.491068403850714985 +18527 gsa_html_5081991493 gsa_html_5081991493:153:15516:15531 Uinta Uinta Mountains 0.0206937035269286161 +18528 cspg_html_5141367518 cspg_html_5141367518:201:30672:30680 Waterton Crowsnest Pass, Alberta -0.485546964607742992 +18529 aapg_ac_949.html aapg_ac_949.html:259:22746:22761 Byram Melbourne, Florida -0.454143259443463898 +18530 palaios_html_4248881045 palaios_html_4248881045:73:9325:9334 Greenhorn Niobrara, Nebraska -0.474438560215669658 +18531 aapg_ae_187.html aapg_ae_187.html:356:37676:37706 Kimmswick Missouri River -0.454034931813569353 +18532 gsa_html_6441142238 gsa_html_6441142238:626:62397:62409 Saskatchewan Manicouagan crater -0.06662955675055518 +18533 geology_html_1481269821 geology_html_1481269821:290:25769:25774 Crete Athens, Georgia -0.0384097003788234775 +18534 palaios_html_8283629756 palaios_html_8283629756:358:32245:32253 Columbia Pangaea -0.0483573436723463285 +18535 aapg_af_891.html aapg_af_891.html:56:5244:5254 Whitehorse Rush Springs, Oklahoma -0.428809045611172668 +18536 aapg_ah_519.html aapg_ah_519.html:6:1217:1239 Burro Canyon Colorado -0.040714500181089297 +18537 aapg_ai_710.html aapg_ai_710.html:250:23065:23072 El Paso Multan International Airport -0.0185871661481992051 +18538 aapg_ae_182.html aapg_ae_182.html:378:40241:40248 Rodessa Shreveport, Louisiana 0.309416459388973553 +18539 aapg_ae_0.html aapg_ae_0.html:284:34659:34678 Matanuska Anchorage, Alaska 0.721012952242687022 +18540 aapg_ac_538.html aapg_ac_538.html:408:45747:45763 Viking Lacombe, Alberta 0.961128601312360553 +18541 aapg_ae_220.html aapg_ae_220.html:459:50632:50640 Saratoga Arkansas -0.0368502653061740099 +18542 palaios_html_8449406667 palaios_html_8449406667:57:7994:8010 Chinle New Mexico 0.00633907480086522146 +18543 aapg_af_912.html aapg_af_912.html:46:5605:5614 Vicksburg Mississippi River -0.444856013246054061 +18544 aapg_aa_495.html aapg_aa_495.html:53:7769:7787 Nacatoch Arkadelphia, Arkansas -0.466782751574986277 +18545 geology_html_8377407162 geology_html_8377407162:331:27326:27330 Webb Great Barrier Reef -0.0466289053122137323 +18546 palaios_html_6612266529 palaios_html_6612266529:755:60571:60588 Juniata Pennsylvania -0.00508998959117516313 +18547 cspg_html_4578604607 cspg_html_4578604607:34:4692:4704 Winnipegosis Regina, Saskatchewan -0.466384542072334651 +18548 gsa_html_1536819908 gsa_html_1536819908:677:65003:65019 Preble Great Basin -0.0170838731942537375 +18549 aapg_aa_306.html aapg_aa_306.html:3:493:512 Crescent Washington (state) 0.123639893599250525 +18550 aapg_ai_326.html aapg_ai_326.html:237:28821:28829 Virginia Monterey, California -0.0690817238654864579 +18551 aapg_ac_206.html aapg_ac_206.html:51:6946:6955 Rochester Rochester, Kent 0.0208501389731201615 +18552 aapg_ad_883.html aapg_ad_883.html:104:12945:12956 Utica Michigan -0.460269102262388319 +18553 aapg_ah_863.html aapg_ah_863.html:389:35695:35703 Columbia Victoria, British Columbia -0.462111625185478381 +18554 geology_html_2009555838 geology_html_2009555838:202:20330:20336 Taylor London, Ontario -0.0394819549454150931 +18555 aapg_ac_313.html aapg_ac_313.html:555:62835:62846 Buena Vista Mexico -0.480667710196792775 +18556 cspg_html_7866465429 cspg_html_7866465429:6:382:390 Columbia Victoria, British Columbia -0.0310531186314172737 +18557 aapg_aa_287.html aapg_aa_287.html:3:192:208 Viking Regina, Saskatchewan -0.00440204655713307986 +18558 cspg_html_3521815736 cspg_html_3521815736:57:9762:9784 Charlie Lake Middle East -0.446146001135949044 +18559 cspg_html_9072696952 cspg_html_9072696952:6:232:240 Columbia Victoria, British Columbia -0.471349814541787038 +18560 aapg_ae_375.html aapg_ae_375.html:8:1340:1356 Mt Lytton Texas -0.0917851661577962219 +18561 aapg_ad_400.html aapg_ad_400.html:165:15252:15269 Entrada Chinle Formation -0.0135198103742529222 +18562 sedimentology_html_6102370484 sedimentology_html_6102370484:1162:67388:67409 Hazel Pennsylvania -0.44280960294495586 +18563 palaios_html_7111318862 palaios_html_7111318862:1328:119127:119149 Judith River Lacombe, Alberta -0.0247962629365806077 +18564 aapg_ah_871.html aapg_ah_871.html:420:46159:46170 Black River Logan, Utah -0.501135865087091292 +18565 sedimentology_html_2020421154 sedimentology_html_2020421154:741:49185:49193 Langford Logan, Utah -0.020196595303077311 +18566 aapg_ah_779.html aapg_ah_779.html:387:72067:72073 Salina New Scotland, New York -0.461271782333034175 +18567 aapg_af_3.html aapg_af_3.html:31:4095:4104 Flagstaff Oak Creek Canyon 0.407506810750345838 +18568 aapg_ac_509.html aapg_ac_509.html:130:12472:12499 Minnelusa Powder River (Montana) -0.445984933244691462 +18569 geology_html_2822996439 geology_html_2822996439:325:24818:24841 Rapid Wasatch Range -0.476033304431228654 +18570 aapg_aa_47.html aapg_aa_47.html:222:24291:24308 Minturn Colorado -0.0444288146314834667 +18571 cspg_html_5432603817 cspg_html_5432603817:990:81748:81757 Mercy Bay Banks Island -0.22645215154886128 +18572 aapg_ai_15.html aapg_ai_15.html:27:4145:4166 Wilcox Gulf Coast of the United States -0.0941327219294862821 +18573 palaios_html_8505514256 palaios_html_8505514256:240:26818:26839 Fort Thompson Melbourne, Florida -0.502719362846455242 +18574 aapg_ai_31.html aapg_ai_31.html:260:26230:26239 Catahoula Texas -0.450784359288809666 +18575 geology_html_4460751015 geology_html_4460751015:319:25681:25689 Willwood Cheyenne, Wyoming -0.512059862211240779 +18576 aapg_aa_399.html aapg_aa_399.html:634:63318:63328 Swan Hills Lacombe, Alberta -0.0444288146314834667 +18577 aapg_ae_822.html aapg_ae_822.html:288:26493:26500 Bedford Luzerne County, Pennsylvania -0.0151445144826190588 +18578 aapg_af_218.html aapg_af_218.html:21:3088:3107 Etchegoin Maricopa, Arizona -0.455211432419709627 +18579 aapg_ad_294.html aapg_ad_294.html:802:91190:91196 Lisbon Portugal -0.466988792369548711 +18580 jgeology_html_1095412310 jgeology_html_1095412310:130:7050:7067 Split Rock Cherry Valley, Illinois -0.444844842741709823 +18581 cspg_html_5456368738 cspg_html_5456368738:268:33451:33469 Ramparts Mackenzie River -0.04375827605503467 +18582 aapg_ad_441.html aapg_ad_441.html:68:4865:4881 Navajo Chinle Formation -0.48777188725893289 +18583 cspg_html_1520641026 cspg_html_1520641026:16:1765:1779 Woodbend Western world -0.460953349343471763 +18584 aapg_ad_329.html aapg_ad_329.html:182:26853:26866 Harrell Fulton, Missouri -0.452887004013691252 +18585 gsa_html_9181545711 gsa_html_9181545711:845:76805:76813 Colorado Manitou Springs, Colorado -0.0633453418880029068 +18586 aapg_ae_319.html aapg_ae_319.html:708:60035:60043 Sundance Cheyenne, Wyoming 0.34953583994726195 +18587 geology_html_5916807210 geology_html_5916807210:251:21193:21197 Kent Venice, Los Angeles -0.0661612673906548932 +18588 aapg_ai_975.html aapg_ai_975.html:205:24390:24396 Sierra Coahuila -0.450829332903146696 +18589 geology_html_3836070887 geology_html_3836070887:15:810:820 Washington Earth -0.434673209477638822 +18590 gsa_html_2284204284 gsa_html_2284204284:888:103961:103983 Seven Rivers New Mexico -0.444945382159606273 +18591 cspg_html_7896958755 cspg_html_7896958755:395:43079:43101 Grand Rapids Lacombe, Alberta -0.0410313671820840969 +18592 gsa_html_9661348697 gsa_html_9661348697:29:2796:2824 Green River Iran -0.454052985518192231 +18593 cspg_html_4799463481 cspg_html_4799463481:45:6656:6671 Eids Middle East -0.393456092218917641 +18594 cspg_html_4655200751 cspg_html_4655200751:278:36342:36348 Antler Arctic Cordillera -0.435659290307845004 +18595 sedimentology_html_4432289902 sedimentology_html_4432289902:430:35880:35901 Englishtown Bass River Township, New Jersey -0.0313696934317686249 +18596 aapg_ae_67.html aapg_ae_67.html:389:31805:31813 Colorado Colorado -0.0167554219628843898 +18597 aapg_ac_451.html aapg_ac_451.html:129:13800:13813 Tuxedni Middle East -0.0231533782740243055 +18598 cspg_html_2193428533 cspg_html_2193428533:189:24018:24025 Halfway Lacombe, Alberta -0.458648092769168181 +18599 aapg_ah_643.html aapg_ah_643.html:16:2671:2687 Dakota Nebraska 0.0453467546828230997 +18600 cspg_html_9008569748 cspg_html_9008569748:40:4480:4493 Lone Mountain McKenzie River -0.0879574245508883273 +18601 geology_html_8708783169 geology_html_8708783169:26:1962:1970 Colorado Colorado -0.46567095948211501 +18602 gsa_html_6441142238 gsa_html_6441142238:94:9428:9445 Decorah Platteville, Colorado -0.0319472030481665059 +18603 aapg_ac_995.html aapg_ac_995.html:23:3170:3182 Huayacocotla Western world -0.443755252554939694 +18604 geology_html_3854373754 geology_html_3854373754:260:21274:21278 Bond North Atlantic Current -0.463271407180362194 +18605 aapg_ac_198.html aapg_ac_198.html:287:25130:25138 Woodbine Texas -0.0219799913092776147 +18606 aapg_ae_822.html aapg_ae_822.html:214:18336:18355 Queenston Salina, Kansas -0.0515748014941595084 +18607 aapg_ah_747.html aapg_ah_747.html:96:11172:11188 Dakota Mancos, Colorado 0.052762092529702688 +18608 cspg_html_4176605708 cspg_html_4176605708:352:34184:34202 Ashville Manitoba -0.0168874970090907538 +18609 aapg_ai_399.html aapg_ai_399.html:171:17475:17488 Porters Creek Illinois -0.0129759471663572871 +18610 aapg_ad_81.html aapg_ad_81.html:943:159784:159797 Madison Cheyenne, Wyoming -0.505035641895052567 +18611 aapg_af_248.html aapg_af_248.html:79:7567:7573 Midway Arkadelphia, Arkansas -0.0442459352605073172 +18612 aapg_ai_583.html aapg_ai_583.html:281:34255:34275 Twin Creek Cheyenne, Wyoming 0.0190216642229472099 +18613 gsa_html_6350949088 gsa_html_6350949088:20:1086:1092 Reston Virginia -0.439103236963543697 +18614 cspg_html_4433937749 cspg_html_4433937749:72:10612:10622 Blackstone Lacombe, Alberta -0.448282824521055501 +18615 jgeology_html_5515502227 jgeology_html_5515502227:940:51030:51034 Bell London, Ontario -0.461001107058420345 +18616 cspg_html_3762708087 cspg_html_3762708087:21:2859:2895 Viking Lacombe, Alberta -0.4381734052234173 +18617 gsa_html_8504301160 gsa_html_8504301160:14:623:632 Leadville Colorado -0.030023437417361392 +18618 gsa_html_1119256423 gsa_html_1119256423:16:885:893 Colorado Denver -0.0424382503363121347 +18619 aapg_aa_357.html aapg_aa_357.html:388:36454:36461 Wingate Chinle Formation 0.000548948298213387093 +18620 cspg_html_5973552270 cspg_html_5973552270:80:11732:11753 Slave Point Swan Hill, Victoria -0.499289070663717582 +18621 cspg_html_7310162886 cspg_html_7310162886:180:24352:24362 Trout Lake Anchorage, Alaska -0.0768091337039422117 +18622 aapg_ai_996.html aapg_ai_996.html:511:25368:25388 Mt Lytton Texas -0.477158315306099867 +18623 aapg_af_854.html aapg_af_854.html:1241:176256:176275 Aux Vases Kentucky -0.0317836884462165403 +18624 aapg_ae_344.html aapg_ae_344.html:129:12476:12486 Tuscaloosa New Delhi -0.400459097715808343 +18625 cspg_html_2575903827 cspg_html_2575903827:98:11148:11158 Boyd Creek Indian Mountain State Park -0.473653815287124913 +18626 aapg_ad_335.html aapg_ad_335.html:487:62375:62393 Tensleep Cheyenne, Wyoming -0.0630798898562611454 +18627 aapg_af_291.html aapg_af_291.html:398:44738:44752 Lisburne Anchorage, Alaska -0.479586916180102352 +18628 aapg_ai_11.html aapg_ai_11.html:399:54646:54654 Altamont Wisconsin -0.0100152745816292233 +18629 aapg_ad_466.html aapg_ad_466.html:138:13977:13999 Marshalltown Monmouth County, New Jersey -0.416233588263895504 +18630 gsa_html_5601712699 gsa_html_5601712699:847:73879:73887 Rockwell California -0.48777188725893289 +18631 aapg_ak_98.html aapg_ak_98.html:662:76144:76160 Tesnus Texas -0.469028899015838996 +18632 jgeology_html_1841003966 jgeology_html_1841003966:849:43206:43212 Denver Colorado -0.470262127852539125 +18633 aapg_aa_54.html aapg_aa_54.html:9:1008:1024 Chinle Chinle Formation -0.0302530210896791163 +18634 jgeology_html_5816492644 jgeology_html_5816492644:504:29921:29939 John Day Salem, Oregon 0.341442695155174447 +18635 aapg_ad_999.html aapg_ad_999.html:113:11449:11461 Saskatchewan Regina, Saskatchewan -0.0243616205908490056 +18636 aapg_ah_621.html aapg_ah_621.html:5:772:779 Hermosa Hermosa, Chicago -0.425756964796638493 +18637 sedimentology_html_3966923042 sedimentology_html_3966923042:680:43726:43730 Hall London, Ontario -0.0384097003788234775 +18638 sedimentology_html_3455721661 sedimentology_html_3455721661:517:42504:42541 Summerville New Mexico -0.473676885959420813 +18639 gsa_html_5410120687 gsa_html_5410120687:462:41104:41113 Peninsula Canada -0.0404707637071786003 +18640 cspg_html_5880669950 cspg_html_5880669950:679:64859:64878 Swan Hills Lacombe, Alberta -0.0398405602546208493 +18641 cspg_html_5688447798 cspg_html_5688447798:269:30241:30262 Bird Fiord Ellesmere Island -0.00472517057507792094 +18642 aapg_af_915.html aapg_af_915.html:46:4802:4818 Dakota Edmonton, London -0.471962087320613732 +18643 sedimentology_html_6539026799 sedimentology_html_6539026799:1267:72619:72628 Red River Shreveport, Louisiana -0.435926993396556828 +18644 cspg_html_1763727002 cspg_html_1763727002:358:43244:43251 Halfway Lacombe, Alberta -0.461026124022890449 +18645 cspg_html_8568877195 cspg_html_8568877195:216:35294:35305 Belly River Western world -0.0180709945054990453 +18646 aapg_ai_28.html aapg_ai_28.html:848:81488:81495 Lagarto San Antonio -0.0976918214674376839 +18647 aapg_aa_351.html aapg_aa_351.html:159:17565:17577 Everton Missouri River -0.256524986601203986 +18648 aapg_af_854.html aapg_af_854.html:1369:198524:198542 Renault Monroe County, Florida -0.437049524484892205 +18649 jgeology_html_8088445472 jgeology_html_8088445472:115:6538:6547 Schoharie Dayville, Oregon -0.036255097654164431 +18650 aapg_aa_945.html aapg_aa_945.html:19:2309:2330 Platteville Glenwood, Utah -0.488278574417694344 +18651 aapg_ae_871.html aapg_ae_871.html:331:51269:51279 Clearwater Canada -0.087660830825269237 +18652 sedimentology_html_7879809021 sedimentology_html_7879809021:58:4818:4849 Greenbrier Huntington, West Virginia -0.443692774120845845 +18653 cspg_html_7182873498 cspg_html_7182873498:339:43177:43225 Salina Ontario, California -0.447942032394663792 +18654 aapg_ah_217.html aapg_ah_217.html:280:34993:35000 Chemung Huntington, West Virginia 0.852796630942839862 +18655 cspg_html_3762708087 cspg_html_3762708087:376:51200:51213 Labiche Lacombe, Alberta -0.0461550436827942306 +18656 gsa_html_6291558465 gsa_html_6291558465:29:2796:2824 Green River Colorado -0.0310531186314172737 +18657 cspg_html_9435196958 cspg_html_9435196958:697:29936:29944 Edmonton Lacombe, Alberta -0.491047216471885206 +18658 aapg_aa_147.html aapg_aa_147.html:915:94543:94558 Interlake Winnipeg -0.878414173485367877 +18659 gsa_html_8086754950 gsa_html_8086754950:399:39872:39891 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0295434123424303668 +18660 aapg_af_562.html aapg_af_562.html:159:16819:16835 Ripley Tuscaloosa, Alabama -0.456561440120662909 +18661 aapg_aa_45.html aapg_aa_45.html:191:22902:22920 Moenkopi San Juan, Argentina -0.0284095111731004074 +18662 aapg_ac_191.html aapg_ac_191.html:26:5929:5949 Lane Mexico 0.000138974235394869979 +18663 palaios_html_4880574501 palaios_html_4880574501:55:6479:6483 Kope Netherlands -0.444094495043231396 +18664 cspg_html_1065856149 cspg_html_1065856149:28:2666:2687 Shaftesbury Anchorage, Alaska 0.0108822518883867504 +18665 gsa_html_3038126504 gsa_html_3038126504:662:62985:63008 Bouse Colorado -0.470216166533545032 +18666 cspg_html_6810036199 cspg_html_6810036199:10:1284:1300 Viking Western world -0.462261924354454456 +18667 aapg_ae_4.html aapg_ae_4.html:620:59839:59876 Water Canyon Logan, Utah -0.00922476160912374769 +18668 aapg_ae_4.html aapg_ae_4.html:428:49506:49520 Word Texas -0.499895492531783669 +18669 aapg_ae_498.html aapg_ae_498.html:677:73551:73555 Bays Virginia -0.0206137481511775786 +18670 cspg_html_3519580725 cspg_html_3519580725:348:39412:39423 Coal Valley Lacombe, Alberta -0.479073721727517277 +18671 gsa_html_4385238876 gsa_html_4385238876:597:61471:61490 Fire Lake Kayah State -0.0363020833297297701 +18672 gsa_html_7029917366 gsa_html_7029917366:1146:94578:94586 Rockwell Los Angeles -0.435714594595624227 +18673 gsa_html_8035658736 gsa_html_8035658736:13:575:585 Washington Richland, Washington -0.446110205830797302 +18674 cspg_html_3102530088 cspg_html_3102530088:74:9992:10007 Eagle Milk River, Alberta -0.493713923537506649 +18675 aapg_af_839.html aapg_af_839.html:33:4474:4482 Michigan Grand Rapids, Michigan -0.0339634929094720234 +18676 aapg_ac_419.html aapg_ac_419.html:527:62313:62333 Capistrano Bartow County, Georgia -0.0395237335101762538 +18677 aapg_ae_324.html aapg_ae_324.html:618:63390:63406 Bluestone Virginia -0.434712986404073964 +18678 aapg_ah_311.html aapg_ah_311.html:273:29014:29024 Fort Union Fort Union Trading Post National Historic Site 0.0269696652551640326 +18679 cspg_html_1118978429 cspg_html_1118978429:480:47698:47715 Cadomin Lacombe, Alberta -0.00473211949273434716 +18680 palaios_html_2399848899 palaios_html_2399848899:625:54655:54670 Eutaw Alabama 0.684627738578994394 +18681 aapg_ac_505.html aapg_ac_505.html:68:10045:10066 Amherstburg West Branch, Iowa -0.0198211657095899094 +18682 cspg_html_4343998218 cspg_html_4343998218:176:20369:20393 Thumb Mountain Little Cornwallis Island -0.465888175365361257 +18683 gsa_html_8820488310 gsa_html_8820488310:636:55957:55969 Sibley Ravalli County, Montana -0.436819151869522138 +18684 cspg_html_2020308322 cspg_html_2020308322:81:9623:9642 Crowsnest Crowsnest Pass, Alberta -0.0699856129181718606 +18685 jgeology_html_3686050500 jgeology_html_3686050500:780:74091:74103 Judith River Lacombe, Alberta -0.47076786107370483 +18686 cspg_html_8040890019 cspg_html_8040890019:247:25870:25877 Gething San Fernando Valley -0.0151097603849725953 +18687 cspg_html_8438548095 cspg_html_8438548095:297:28452:28466 St. Mary River Drumheller -0.465835581370964813 +18688 cspg_html_6839937815 cspg_html_6839937815:23:3592:3610 Thaynes Las Vegas Strip -0.46326000708216164 +18689 aapg_ac_302.html aapg_ac_302.html:303:35972:35995 Battleship Wash Hidden Valley, Indiana -0.0419681041014585768 +18690 cspg_html_2928630722 cspg_html_2928630722:8:747:755 Columbia Victoria, British Columbia -0.453180049702502807 +18691 aapg_aa_233.html aapg_aa_233.html:500:49412:49419 La Pena Matamoros, Tamaulipas -0.469051848391689397 +18692 aapg_ae_981.html aapg_ae_981.html:250:21550:21556 Laurel Alexander County, North Carolina -0.0916270708291559016 +18693 cspg_html_3860685167 cspg_html_3860685167:487:50865:50875 Mount Head Nelson, New Zealand -0.473413916391550615 +18694 gsa_html_1452276667 gsa_html_1452276667:65:4363:4391 Green River Colorado -0.000105967854110096421 +18695 gsa_html_1783148177 gsa_html_1783148177:496:53195:53203 Entrance Hunter Mountain (ski area) -0.416220582820664042 +18696 aapg_ad_81.html aapg_ad_81.html:758:127603:127620 La Luna Venezuela 0.681064097849225503 +18697 cspg_html_9735723617 cspg_html_9735723617:213:27424:27434 Blue Fiord Melville Island (Canada) -0.4835517998191603 +18698 cspg_html_5141367518 cspg_html_5141367518:396:55541:55548 Bearpaw North Carolina -0.445016883536767272 +18699 aapg_ac_484.html aapg_ac_484.html:7:955:970 Pleito Western world -0.492706142050923668 +18700 AMJC_html_5908077521 AMJC_html_5908077521:593:62396:62408 Dixie Valley Reno, Nevada -0.532074439982739511 +18701 aapg_ah_3.html aapg_ah_3.html:407:53012:53019 Selkirk Williston, Vermont -0.0616026532469797841 +18702 aapg_ac_417.html aapg_ac_417.html:12:1956:1960 Tyee Raging River -0.0214480825633718564 +18703 cspg_html_9735723617 cspg_html_9735723617:213:27439:27460 Weatherall Melville Island (Canada) -0.444536590280039667 +18704 gsa_html_1040524378 gsa_html_1040524378:568:66311:66321 Washington Seattle -0.421948969269320462 +18705 aapg_ah_270.html aapg_ah_270.html:8:1199:1212 Cotton Valley Shreveport, Louisiana -0.463636287457712182 +18706 aapg_ai_583.html aapg_ai_583.html:329:38996:39016 Chugwater Spearfish, South Dakota -0.0320915848438591694 +18707 sedimentology_html_2467163569 sedimentology_html_2467163569:1361:96531:96537 Oxford Earth -0.467950951742638677 +18708 aapg_ac_749.html aapg_ac_749.html:86:11469:11476 Wiarton Guelph -0.481766159765426027 +18709 AMJC_html_5722410163 AMJC_html_5722410163:715:67347:67378 Glenns Ferry Boise, Idaho -0.444844842741709823 +18710 aapg_ad_999.html aapg_ad_999.html:165:16748:16768 Keg River Lacombe, Alberta 0.000138974235394869979 +18711 aapg_af_192.html aapg_af_192.html:114:12359:12365 Lissie Texas -0.462097962880594848 +18712 aapg_ad_958.html aapg_ad_958.html:1007:104877:104883 Warsaw Salem, Massachusetts 0.0198594035678857569 +18713 aapg_ac_807.html aapg_ac_807.html:1102:99042:99048 Jordan Delaware -0.46687889797168336 +18714 cspg_html_4305108179 cspg_html_4305108179:22:3178:3196 Read Bay Ellesmere Island -0.440280728439214952 +18715 aapg_aa_987.html aapg_aa_987.html:226:22620:22632 Wapsipinicon Maquoketa, Iowa -0.0104235679161521783 +18716 jgeology_html_3517640817 jgeology_html_3517640817:709:46964:46973 Peninsula Korea -0.442860875153750722 +18717 geology_html_9547147082 geology_html_9547147082:229:23237:23246 Extension Netherlands -0.0565659097388836185 +18718 gsa_html_1860930948 gsa_html_1860930948:584:64033:64068 Ogallala Texas 0.399120240105517499 +18719 gsa_html_7193229774 gsa_html_7193229774:250:25773:25789 Fish Canyon Tuff Mumbai 0.00437077655696941486 +18720 sedimentology_html_8795569507 sedimentology_html_8795569507:1194:79715:79726 Gull Island Ireland -0.474069180634086484 +18721 aapg_ad_808.html aapg_ad_808.html:757:49911:49927 Navajo Logan, Utah -0.0834878326748107052 +18722 aapg_aa_563.html aapg_aa_563.html:86:12610:12622 Austin Chalk Niobrara, Nebraska 0.00179624453777558709 +18723 aapg_aa_23.html aapg_aa_23.html:6:1131:1139 Winnipeg Winnipeg -0.112234171967768775 +18724 gsa_html_6837513060 gsa_html_6837513060:17:704:714 Washington Washington (state) -0.00946799468152085232 +18725 aapg_ah_240.html aapg_ah_240.html:286:27211:27220 Peninsula Peninsular Malaysia -0.0230751498951462693 +18726 sedimentology_html_1338997515 sedimentology_html_1338997515:1745:54520:54536 Holder Sacramento Mountains (California) -0.411994321190043089 +18727 cspg_html_6517402834 cspg_html_6517402834:30:3779:3802 Willow Creek Lacombe, Alberta -0.447189152172129289 +18728 gsa_html_2139035730 gsa_html_2139035730:612:46436:46448 Medicine Hat Lacombe, Alberta -0.0392835092525669338 +18729 gsa_html_6281658899 gsa_html_6281658899:650:72551:72572 Green River Cheyenne, Wyoming -0.454032675125810359 +18730 cspg_html_8334041965 cspg_html_8334041965:53:10759:10767 Columbia Lacombe, Alberta -0.0491380533416538867 +18731 aapg_ac_972.html aapg_ac_972.html:13:1768:1774 Sierra Western world -0.0337199186226255915 +18732 sedimentology_html_3181527419 sedimentology_html_3181527419:163:13259:13263 Earp Supai, Arizona -0.477130519718023338 +18733 gsa_html_5773931818 gsa_html_5773931818:1200:119845:119852 Laramie Colorado -0.455184317280275863 +18734 aapg_ad_721.html aapg_ad_721.html:285:27336:27346 San Andres Artesia, New Mexico -0.455726774842524995 +18735 aapg_ah_621.html aapg_ah_621.html:101:13861:13876 Molas Hermosa, Chicago -0.0307539456314618806 +18736 aapg_ad_36.html aapg_ad_36.html:249:26397:26416 Smackover Cotton Valley, Louisiana -0.44056532751251043 +18737 cspg_html_4915680223 cspg_html_4915680223:14:1438:1474 Allen Bay Little Cornwallis Island -0.462576268150975078 +18738 AMJC_html_6438444321 AMJC_html_6438444321:1235:158761:158795 Ratcliffe Brook New Brunswick, New Jersey -0.0631986432555989852 +18739 geology_html_4041706598 geology_html_4041706598:241:25994:26001 Pearson Earth -0.449937021729037434 +18740 aapg_ai_664.html aapg_ai_664.html:9:1039:1049 Washington Texas 0.0190216642229472099 +18741 aapg_ai_694.html aapg_ai_694.html:25:3752:3767 Ingleside Matagorda County, Texas -0.0293555813701503708 +18742 aapg_af_142.html aapg_af_142.html:76:6894:6901 Bossier Arkansas -0.00928383236367189522 +18743 aapg_ac_785.html aapg_ac_785.html:336:52565:52584 Barnett Delaware -0.00453755002407185085 +18744 aapg_aa_598.html aapg_aa_598.html:327:33782:33800 Woodside Cheyenne, Wyoming 0.0338573634589742142 +18745 geology_html_5513997578 geology_html_5513997578:172:17454:17463 Fox Hills Cheyenne, Wyoming -0.036255097654164431 +18746 gsa_html_3318609085 gsa_html_3318609085:766:74310:74314 Peel Jackson, Mississippi -0.0421143691729161454 +18747 cspg_html_9683836416 cspg_html_9683836416:327:53735:53741 Oldman Lacombe, Alberta -0.434606918343987458 +18748 gsa_html_4883039712 gsa_html_4883039712:826:79917:79922 Colon Caribbean -0.0219487021071597919 +18749 cspg_html_1118978429 cspg_html_1118978429:602:55612:55620 Columbia Victoria, British Columbia -0.465888175365361257 +18750 gsa_html_2023933346 gsa_html_2023933346:513:52547:52552 Sespe Whittier, Alaska -0.0116953885534583375 +18751 aapg_ad_930.html aapg_ad_930.html:57:7451:7470 Rock Springs Cheyenne, Wyoming -0.494552690963700137 +18752 cspg_html_5360570542 cspg_html_5360570542:543:56520:56544 Bluff Grand Cayman -0.0337703728597886152 +18753 aapg_ai_572.html aapg_ai_572.html:4:431:454 Ada Coffeyville, Kansas -0.0295434123424303668 +18754 aapg_ah_647.html aapg_ah_647.html:570:62138:62151 Earp Colina, Chile -0.492239240738401806 +18755 aapg_ad_696.html aapg_ad_696.html:460:41951:41956 Bluff Bethel, Alaska -0.481870957939069144 +18756 aapg_ae_152.html aapg_ae_152.html:3:153:157 Frio Shreveport, Louisiana 0.878953117986499666 +18757 gsa_html_4482097834 gsa_html_4482097834:637:58650:58658 Virginia Richmond, California -0.0453014649613171713 +18758 aapg_ad_785.html aapg_ad_785.html:773:83707:83723 Fountain Pueblo, Colorado -0.506274119189383809 +18759 sedimentology_html_6192596736 sedimentology_html_6192596736:246:17134:17138 Hall London, Ontario -0.462097962880594848 +18760 cspg_html_7402164801 cspg_html_7402164801:347:36104:36125 Belly River Lacombe, Alberta -0.440620923452583413 +18761 gsa_html_6701310840 gsa_html_6701310840:754:67044:67072 Green River Iran -0.0427795572276395697 +18762 aapg_af_416.html aapg_af_416.html:113:14370:14378 Columbia Elmworth, Alberta -0.0555576320764074247 +18763 aapg_ai_28.html aapg_ai_28.html:10:1688:1698 Rio Grande Texas -0.500366664778552739 +18764 aapg_ah_536.html aapg_ah_536.html:557:73614:73621 Rodessa Rodessa, Louisiana -0.427711626546922574 +18765 jgeology_html_8064855537 jgeology_html_8064855537:272:19546:19575 Dakota Cedar Mountains -0.26339961856323435 +18766 aapg_ae_959.html aapg_ae_959.html:2843:211223:211231 Wolfcamp Sandhills (Carolina) -0.413942969460138921 +18767 cspg_html_7970836465 cspg_html_7970836465:196:22053:22060 Vaureal Anticosti Island 0.366523904197277206 +18768 geology_html_4670733348 geology_html_4670733348:277:24472:24477 Rapid Altiplano -0.0519827474069236295 +18769 geology_html_5500109404 geology_html_5500109404:275:25771:25780 Flagstaff Arizona -0.0467578283362129754 +18770 geology_html_6658644806 geology_html_6658644806:12:767:779 Saskatchewan Saskatoon -0.0615991613866971877 +18771 gsa_html_5272671610 gsa_html_5272671610:261:23886:23896 Washington Spokane, Washington -0.018955619907530568 +18772 aapg_ac_301.html aapg_ac_301.html:285:33915:33934 Jefferson Laketown, Wisconsin -0.0513133096682010376 +18773 cspg_html_3447886929 cspg_html_3447886929:1015:105651:105680 Nepean Ottawa, Kansas -0.0321281154583834411 +18774 cspg_html_5141367518 cspg_html_5141367518:514:64853:64874 Belly River Lacombe, Alberta 0.0172385423914250685 +18775 cspg_html_2738241424 cspg_html_2738241424:225:22593:22599 Shunda Elkton, Kentucky -0.0173254356777415887 +18776 sedimentology_html_4005512474 sedimentology_html_4005512474:697:51387:51406 Smackover Alabama -0.246112108187996614 +18777 gsa_html_2059086425 gsa_html_2059086425:500:39791:39812 Lake Valley London, Ontario -0.0367528086008553287 +18778 cspg_html_9119878068 cspg_html_9119878068:48:6370:6385 Nisku Lacombe, Alberta -0.455184317280275863 +18779 cspg_html_5345848475 cspg_html_5345848475:860:90865:90879 Colorado Regina, Saskatchewan -0.474805786132168894 +18780 aapg_ah_978.html aapg_ah_978.html:723:68294:68301 Temblor Coalinga, California -0.0494726674071195305 +18781 aapg_ae_876.html aapg_ae_876.html:61:7587:7604 Dakota Colorado 1.23273507522918369 +18782 cspg_html_7833083677 cspg_html_7833083677:3412:261127:261157 Hume Canada -0.441048011313096677 +18783 gsa_html_5274400800 gsa_html_5274400800:711:57971:57989 Monterey California -0.458439436141955869 +18784 cspg_html_4495377323 cspg_html_4495377323:233:27543:27555 Fernie Lacombe, Alberta -0.470402324720386178 +18785 cspg_html_7086880709 cspg_html_7086880709:11:875:893 Nahanni Western world -0.437987106587424679 +18786 aapg_aa_605.html aapg_aa_605.html:108:14142:14155 Santa Barbara California -0.444835906435795903 +18787 aapg_ah_44.html aapg_ah_44.html:84:11298:11319 Lock Haven Catskill Mountains -0.0257194847392249668 +18788 sedimentology_html_2078363788 sedimentology_html_2078363788:36:2800:2901 Basal Portland, Oregon -0.462261924354454456 +18789 aapg_ae_467.html aapg_ae_467.html:648:50674:50684 Fort Worth Texas -0.0478206511244486168 +18790 aapg_ah_90.html aapg_ah_90.html:42:6829:6854 Cedar Mountain Cedar Mountains -0.413061061589975742 +18791 sedimentology_html_5672063331 sedimentology_html_5672063331:2305:111101:111113 Owens Valley California -0.47944058990843208 +18792 cspg_html_7539214955 cspg_html_7539214955:6:370:378 Columbia Victoria, British Columbia -0.467870731747513147 +18793 cspg_html_9905904289 cspg_html_9905904289:6:697:718 Ravenscrag Lacombe, Alberta -0.433387995206966137 +18794 aapg_aa_904.html aapg_aa_904.html:591:52387:52395 Columbia Lacombe, Alberta -0.438326464087016476 +18795 aapg_ah_772.html aapg_ah_772.html:649:54417:54432 Banff Lacombe, Alberta 0.0127014130799759668 +18796 aapg_ac_734.html aapg_ac_734.html:3:186:207 Bell Texas 0.0147361568676342668 +18797 aapg_ad_721.html aapg_ad_721.html:331:32582:32593 Cloud Chief Texas -0.0376282120976162635 +18798 AMJC_html_2228158963 AMJC_html_2228158963:863:90971:90987 Madrid Portland, Maine 0.0103992439306783112 +18799 aapg_af_162.html aapg_af_162.html:8:1187:1199 Little River Texas -0.0440369350634172291 +18800 aapg_ae_643.html aapg_ae_643.html:365:45226:45238 Huntersville Helderberg -0.421244953243923137 +18801 AMJC_html_6107665103 AMJC_html_6107665103:602:48715:48721 Sierra Koreatown, Los Angeles -0.461001107058420345 +18802 gsa_html_7498897688 gsa_html_7498897688:12:582:592 Las Cruces New Mexico -0.43911211811260753 +18803 cspg_html_9803204564 cspg_html_9803204564:284:35720:35743 Dawson Canyon Logan, Utah -0.428896893887351471 +18804 cspg_html_9361096527 cspg_html_9361096527:30:6512:6524 Saskatchewan Judith River Formation -0.417624004674976901 +18805 aapg_ah_97.html aapg_ah_97.html:294:30186:30195 Maquoketa Illinois -0.42170261415648802 +18806 aapg_ah_387.html aapg_ah_387.html:1341:139706:139715 Knoxville Knoxville, Illinois -0.0208414480796128843 +18807 AMJC_html_9709478395 AMJC_html_9709478395:829:77513:77552 Gordon Ontario, California -0.0303556393986496656 +18808 aapg_ah_411.html aapg_ah_411.html:77:10473:10481 Colorado Niobrara, Nebraska -0.462225485866077257 +18809 sedimentology_html_2368393060 sedimentology_html_2368393060:87:8788:8808 Toro Chile -0.0291434052387325206 +18810 aapg_ac_70.html aapg_ac_70.html:37:5648:5655 Oquirrh Reno, Nevada 0.0336920818995012708 +18811 cspg_html_4530154552 cspg_html_4530154552:233:33110:33118 Columbia Victoria, British Columbia -0.425929917991350271 +18812 aapg_af_358.html aapg_af_358.html:315:34531:34535 Bell Piedmont (United States) -0.0349152239847350387 +18813 cspg_html_4516258038 cspg_html_4516258038:292:31387:31395 Bathurst Melville, New York -0.462261924354454456 +18814 jgeology_html_2837808723 jgeology_html_2837808723:1417:74293:74297 Hall London, Ontario -0.447455726501453044 +18815 aapg_ac_59.html aapg_ac_59.html:257:33147:33167 Stadium Conglomerate Riverside, California -0.485252303872338198 +18816 cspg_html_8756009083 cspg_html_8756009083:853:88823:88833 Pine Point Mackenzie River -0.459819284677136619 +18817 aapg_ah_876.html aapg_ah_876.html:353:43929:43948 San Marcos Llano, Texas -0.492380698787899029 +18818 aapg_ad_466.html aapg_ad_466.html:1196:128133:128146 Potomac North Carolina -0.411722422844691849 +18819 cspg_html_3175305741 cspg_html_3175305741:22:3038:3058 Richardson Mountains White Mountains (California) -0.47601017133294582 +18820 cspg_html_4326384800 cspg_html_4326384800:134:19787:19807 Swan Hills Lacombe, Alberta -0.0727261858177636611 +18821 geology_html_9932984966 geology_html_9932984966:287:25337:25342 Swift Chesapeake Bay -0.43919205226689878 +18822 aapg_aa_691.html aapg_aa_691.html:499:65155:65173 Elk Lacombe, Alberta -0.500385707625650822 +18823 aapg_ae_757.html aapg_ae_757.html:1063:75230:75238 Colorado Pueblo, Colorado -0.493659609592116133 +18824 aapg_ae_756.html aapg_ae_756.html:183:18749:18754 Simla Chandpur District 0.024022608039297965 +18825 aapg_ah_846.html aapg_ah_846.html:216:23157:23171 Nuka Anchorage, Alaska -0.493713923537506649 +18826 cspg_html_4937997995 cspg_html_4937997995:563:58692:58714 Severn River East Pen Island -0.456479975332736432 +18827 aapg_af_575.html aapg_af_575.html:868:123560:123576 Pawnee Nowata, Oklahoma -0.451740527107044376 +18828 aapg_ah_182.html aapg_ah_182.html:126:13027:13038 Jacksonburg Fogelsville, Pennsylvania -0.461219460550356897 +18829 aapg_ah_506.html aapg_ah_506.html:292:29021:29034 Detroit River Michigan -0.0404707637071786003 +18830 cspg_html_7378664643 cspg_html_7378664643:852:114903:114924 Belly River Lacombe, Alberta -0.00922476160912374769 +18831 aapg_ae_60.html aapg_ae_60.html:332:36312:36319 Wasatch Fort Union Trading Post National Historic Site -0.469382385724573914 +18832 aapg_ad_683.html aapg_ad_683.html:55:8136:8141 Supai Coconino County, Arizona -0.0738126679907712968 +18833 gsa_html_5130297777 gsa_html_5130297777:966:74717:74745 Green River Iran -0.447314589257592876 +18834 aapg_ae_459.html aapg_ae_459.html:91:8044:8050 Bisher Ravenna, Seattle -0.474618689462150911 +18835 gsa_html_3235181502 gsa_html_3235181502:29:2796:2824 Green River New Mexico 0.00786094473747839077 +18836 aapg_ae_958.html aapg_ae_958.html:717:64929:64936 El Paso Texas 0.872386062677540597 +18837 aapg_aa_934.html aapg_aa_934.html:136:17089:17097 Wolfcamp Nebraska -0.48294529227432792 +18838 gsa_html_8395433417 gsa_html_8395433417:507:57262:57301 Active Beijing -0.438752499306056365 +18839 cspg_html_4287356899 cspg_html_4287356899:1567:219064:219081 Step Conglomerate Anchorage, Alaska -0.467950951742638677 +18840 cspg_html_4799463481 cspg_html_4799463481:48:7283:7303 Bird Fiord Middle East -0.472943536588278923 +18841 aapg_af_887.html aapg_af_887.html:146:14571:14581 Whitehorse New Mexico -0.484948395025630641 +18842 cspg_html_5295390542 cspg_html_5295390542:337:42695:42721 Halfway Lacombe, Alberta -0.456661018199272462 +18843 aapg_aa_73.html aapg_aa_73.html:84:7723:7733 Pocahontas Logan, Utah -0.0151097603849725953 +18844 cspg_html_8694594891 cspg_html_8694594891:74:9210:9228 Billings Carlsbad, New Mexico -0.469189557204259144 +18845 gsa_html_5272671610 gsa_html_5272671610:455:48073:48089 Poleta Great Basin -0.512668465076078217 +18846 aapg_af_575.html aapg_af_575.html:838:118879:118886 Chanute Missouri River 0.354650721211479503 +18847 geology_html_5147372840 geology_html_5147372840:299:26349:26357 Columbia Victoria, British Columbia -0.022871757858413614 +18848 aapg_ad_149.html aapg_ad_149.html:267:26559:26579 Besa River Victoria, British Columbia -0.433196026302246739 +18849 gsa_html_7025085073 gsa_html_7025085073:576:50140:50168 Green River New Mexico -0.439098796420780313 +18850 aapg_aa_563.html aapg_aa_563.html:293:37583:37598 El Paso Benton, Arkansas -0.461456070409902219 +18851 aapg_ac_325.html aapg_ac_325.html:260:20125:20143 Ingleside Texas -0.015097596462230729 +18852 aapg_ac_333.html aapg_ac_333.html:1196:142854:142859 Ouray Colorado -0.47675536629509363 +18853 cspg_html_9689514766 cspg_html_9689514766:723:86968:86976 Montreal Quebec City 0.00351085571163325515 +18854 cspg_html_9435196958 cspg_html_9435196958:967:40948:40969 Belly River Lacombe, Alberta -0.463396817899322633 +18855 cspg_html_7281679890 cspg_html_7281679890:261:42606:42624 Blackstone Arctic Cordillera -0.386778506096325692 +18856 aapg_af_964.html aapg_af_964.html:661:68769:68775 Viking Lacombe, Alberta -0.433242360041126984 +18857 aapg_ac_333.html aapg_ac_333.html:969:117484:117496 Hermit Coconino County, Arizona -0.490251895380975244 +18858 aapg_ai_996.html aapg_ai_996.html:1236:52415:52434 Woodbine Sayreville, New Jersey -0.0208466626152164457 +18859 aapg_ac_952.html aapg_ac_952.html:157:17146:17165 Morehouse Shreveport, Louisiana -0.175414588798915971 +18860 aapg_ah_318.html aapg_ah_318.html:85:13217:13236 Smackover Cotton Valley, Louisiana -0.0194596479158459131 +18861 aapg_ad_856.html aapg_ad_856.html:76:7798:7815 Edwards Madisonville, Kentucky -0.0690240339091396371 +18862 aapg_ah_619.html aapg_ah_619.html:42:5633:5644 Dakota Cheyenne County, Kansas -0.395056958831586147 +18863 cspg_html_1743060601 cspg_html_1743060601:641:89264:89272 Columbia Victoria, British Columbia -0.493525020516280222 +18864 gsa_html_2989317971 gsa_html_2989317971:304:35206:35228 Sucker Creek Adrian, Michigan -0.00217147693343403827 +18865 aapg_ae_220.html aapg_ae_220.html:442:49192:49201 Smackover Ouachita River -0.399130892792160075 +18866 sedimentology_html_2052505368 sedimentology_html_2052505368:1148:56698:56702 Hall London, Ontario -0.433864776993285517 +18867 aapg_ad_466.html aapg_ad_466.html:391:48126:48133 Magothy Closter, New Jersey -0.0691324216019307963 +18868 aapg_ad_401.html aapg_ad_401.html:3:171:191 Fort Union Fort Union Trading Post National Historic Site -0.00928383236367189522 +18869 cspg_html_3734757529 cspg_html_3734757529:401:58863:58878 Leduc Lacombe, Alberta -0.0817208715929862717 +18870 gsa_html_4107115595 gsa_html_4107115595:55:3466:3494 Green River New Mexico -0.444856013246054061 +18871 cspg_html_6611173979 cspg_html_6611173979:339:33622:33640 Palliser Victoria, British Columbia -0.452909542628234352 +18872 aapg_ah_311.html aapg_ah_311.html:277:29689:29699 Hell Creek Medora, North Dakota -0.453355922590981064 +18873 aapg_ai_864.html aapg_ai_864.html:10:1414:1435 Cliff House New Mexico -0.048597821756073703 +18874 palaios_html_1018466366 palaios_html_1018466366:1849:154552:154560 Columbia Victoria, British Columbia -0.475963906981033746 +18875 aapg_aa_419.html aapg_aa_419.html:235:21688:21694 Forest Lucknow -0.0491380533416538867 +18876 aapg_af_908.html aapg_af_908.html:17:2129:2150 Holdenville Okemah, Oklahoma -0.494708722782586374 +18877 aapg_ae_368.html aapg_ae_368.html:109:9776:9799 Dennis Lampasas, Texas -0.469382385724573914 +18878 aapg_ae_391.html aapg_ae_391.html:823:83805:83822 Rustler New Mexico -0.0191815618988117366 +18879 aapg_ae_884.html aapg_ae_884.html:138:17881:17890 Fruitland Trinidad and Tobago -0.0409390916032161337 +18880 aapg_ad_344.html aapg_ad_344.html:33:3742:3754 Pierre Mobridge, South Dakota 0.0947022445062849494 +18881 aapg_ah_467.html aapg_ah_467.html:324:30063:30071 Kootenay Benton, Arkansas -0.487659330983205019 +18882 aapg_ai_339.html aapg_ai_339.html:105:11414:11430 Sligo Texas -0.43597788776021662 +18883 sedimentology_html_9626990209 sedimentology_html_9626990209:981:83160:83179 Rock Springs Cheyenne, Wyoming -0.432514521719123246 +18884 cspg_html_9951421861 cspg_html_9951421861:230:32989:33001 Grand Rapids Clearwater, Florida -0.498269845185202676 +18885 cspg_html_7135913551 cspg_html_7135913551:9:566:581 Lance Cheyenne, Wyoming -0.444223975732980447 +18886 aapg_aa_954.html aapg_aa_954.html:262:23826:23845 Aux Vases Salem, Massachusetts -0.436810292517708865 +18887 aapg_ah_150.html aapg_ah_150.html:381:46691:46709 Oakville Alabama -0.0251613720923007447 +18888 aapg_ad_763.html aapg_ad_763.html:17:2152:2163 San Joaquin Sacramento, California -0.455482628602140449 +18889 gsa_html_8152640301 gsa_html_8152640301:616:55927:55953 Naknek Talkeetna Mountains -0.238175889589605561 +18890 cspg_html_6252849194 cspg_html_6252849194:232:29639:29656 Bearpaw Canada -0.443688311537407287 +18891 aapg_ae_855.html aapg_ae_855.html:102:11644:11663 Flagstaff Flagstaff, Arizona -0.0535729107489062092 +18892 gsa_html_9280112280 gsa_html_9280112280:12:547:553 Toledo Earth -0.494056417995318131 +18893 aapg_ah_599.html aapg_ah_599.html:210:15912:15923 San Antonio Texas 0.00171633402633613891 +18894 aapg_ac_590.html aapg_ac_590.html:103:13790:13808 Ogallala New Mexico -0.392363429289924515 +18895 sedimentology_html_3699565200 sedimentology_html_3699565200:609:56109:56119 Cunningham Emery Theatre -0.00908750930208491146 +18896 gsa_html_4719798013 gsa_html_4719798013:327:32280:32305 Blackwater Draw Muleshoe National Wildlife Refuge -0.00576230371979552514 +18897 gsa_html_1783705204 gsa_html_1783705204:9:389:395 Sierra California -0.456337429672799166 +18898 aapg_ae_371.html aapg_ae_371.html:234:22163:22174 Shasta Canmore, Alberta -0.0480227777799580868 +18899 cspg_html_5241714595 cspg_html_5241714595:654:97800:97826 Birdbear Regina, Saskatchewan -0.041236814250852856 +18900 sedimentology_html_2047742853 sedimentology_html_2047742853:1218:67563:67579 Holder Sacramento Mountains (California) -0.469382385724573914 +18901 aapg_ad_809.html aapg_ad_809.html:270:20727:20736 Maquoketa Chattanooga, Tennessee -0.0214480825633718564 +18902 aapg_ai_105.html aapg_ai_105.html:388:48212:48227 Molas Colorado -0.498497815946421563 +18903 cspg_html_5542874609 cspg_html_5542874609:101:16531:16538 Wapiabi Wapiti River -0.467016268103292775 +18904 gsa_html_6194837075 gsa_html_6194837075:432:34458:34478 Buda Texas -0.475473655949527896 +18905 aapg_ae_190.html aapg_ae_190.html:16:2327:2342 Boone Arkansas -0.0474286098423364472 +18906 gsa_html_7153425423 gsa_html_7153425423:928:74729:74741 Fort Simpson Canada -0.456989251174634625 +18907 aapg_ad_717.html aapg_ad_717.html:220:24579:24585 Toroweap Kaibab, Arizona -0.471363620495062197 +18908 aapg_ai_942.html aapg_ai_942.html:224:34683:34707 Salado Texas -0.0309000524599756105 +18909 gsa_html_6441142238 gsa_html_6441142238:203:20613:20628 Maquoketa Middle Ordovician -0.474133810779439169 +18910 aapg_ae_928.html aapg_ae_928.html:675:48838:48866 Smackover Shreveport, Louisiana -0.449541717141150321 +18911 aapg_ah_376.html aapg_ah_376.html:7:893:912 Englewood Pennington County, Minnesota -0.471464870791560964 +18912 AMJC_html_8206209174 AMJC_html_8206209174:890:82931:82940 Nipissing Sudbury, Suffolk 0.621645332259555983 +18913 gsa_html_9911071626 gsa_html_9911071626:12:500:508 Virginia Reston, Virginia -0.517983978761778041 +18914 geology_html_2314894667 geology_html_2314894667:287:23738:23744 Arroyo Uruguay -0.463271407180362194 +18915 gsa_html_5628865226 gsa_html_5628865226:382:40783:40792 San Diego California -0.0265836451265893982 +18916 aapg_ai_49.html aapg_ai_49.html:578:76014:76022 Tensleep Logan, Utah -0.101502484790485681 +18917 geology_html_4301172553 geology_html_4301172553:209:18222:18233 Green River Cheyenne, Wyoming -0.449433936510724996 +18918 aapg_ai_838.html aapg_ai_838.html:423:60225:60234 Smackover Mississippi River -0.230185177213016623 +18919 gsa_html_4913703235 gsa_html_4913703235:231:24306:24325 Tuscarora Pennsylvania -0.452896019392303839 +18920 gsa_html_7679739920 gsa_html_7679739920:12:442:450 Colorado Denver -0.457691392417615917 +18921 cspg_html_7839431712 cspg_html_7839431712:173:18342:18358 Horseshoe Canyon Lacombe, Alberta -0.482931300996293389 +18922 gsa_html_8124258968 gsa_html_8124258968:65:4773:4801 Green River Colorado -0.0158448200336194084 +18923 gsa_html_6142651299 gsa_html_6142651299:929:80518:80526 Rockwell Los Angeles -0.473081857330366395 +18924 aapg_ae_959.html aapg_ae_959.html:1467:105680:105693 Abo Delaware -0.446231020576565107 +18925 jgeology_html_4599466962 jgeology_html_4599466962:151:11320:11329 Schoharie Onondaga (tribe) -0.464706706380762058 +18926 aapg_ai_357.html aapg_ai_357.html:8:1143:1150 Bigford Carrizo Plain -0.0385036919951944542 +18927 aapg_ac_35.html aapg_ac_35.html:306:27535:27540 Davis California -0.39553027831946308 +18928 aapg_ad_4.html aapg_ad_4.html:457:35841:35847 Cannon Cynthiana, Kentucky -0.467194881190696076 +18929 gsa_html_3151431803 gsa_html_3151431803:106:12949:12965 Chinle Kayenta, Arizona -0.43720904648285841 +18930 aapg_ad_945.html aapg_ad_945.html:57:7245:7265 Clearwater CFB Cold Lake -0.473649201225758321 +18931 aapg_ac_629.html aapg_ac_629.html:490:60449:60457 Colorado Austin, Chicago -0.04677525052422285 +18932 aapg_ah_301.html aapg_ah_301.html:766:91958:91973 Nisku Canada 0.0393705463313733309 +18933 aapg_ah_687.html aapg_ah_687.html:474:65443:65457 Wabamun Calgary 0.0281799602662992782 +18934 cspg_html_7351304206 cspg_html_7351304206:505:57378:57419 Albert New Brunswick, New Jersey -0.462102516958969756 +18935 aapg_ah_856.html aapg_ah_856.html:25:3964:3976 Tactic Guatemala -0.0584956705548907718 +18936 aapg_ai_399.html aapg_ai_399.html:373:35645:35668 Porters Creek Stoddard County, Missouri -0.0129533588216162645 +18937 aapg_aa_300.html aapg_aa_300.html:178:25814:25824 Point Loma Carlsbad, New Mexico -0.0554302997400826919 +18938 aapg_ac_126.html aapg_ac_126.html:138:20819:20836 Haynesville Haynesville, Louisiana -0.425371763818281734 +18939 aapg_ah_532.html aapg_ah_532.html:81:7753:7768 Ouray Leadville, Colorado -0.020196595303077311 +18940 aapg_aa_702.html aapg_aa_702.html:1881:169250:169262 Saskatchewan Cleveland 0.0243685747717860349 +18941 aapg_af_854.html aapg_af_854.html:644:89533:89539 Warsaw Kentucky 0.00626784675463567306 +18942 cspg_html_5889831809 cspg_html_5889831809:46:6528:6548 Clearwater Lacombe, Alberta -0.469152832749018645 +18943 aapg_ah_376.html aapg_ah_376.html:30:3730:3747 Spearfish Rapid City, South Dakota -0.387005872834424614 +18944 aapg_aa_841.html aapg_aa_841.html:101:9830:9840 Frio Brazoria County, Texas 0.076243658405186418 +18945 geology_html_6889011624 geology_html_6889011624:16:726:735 Red River Canada -0.391411474724037589 +18946 aapg_ac_742.html aapg_ac_742.html:15:2264:2287 Gypsum Spring Cheyenne, Wyoming 0.639152218305209185 +18947 cspg_html_5438428738 cspg_html_5438428738:398:53663:53683 Ravenscrag Regina, Saskatchewan -0.00308350377484213492 +18948 cspg_html_7938374662 cspg_html_7938374662:291:30690:30701 Peace River Canada -0.0538170462628818486 +18949 cspg_html_4450068317 cspg_html_4450068317:170:18743:18751 Columbia Victoria, British Columbia -0.0240556397080989269 +18950 sedimentology_html_6337108022 sedimentology_html_6337108022:1550:78993:79016 Lincoln Creek Washington (state) -0.44830973456876172 +18951 aapg_aa_976.html aapg_aa_976.html:231:27940:27960 Bonner Springs Plattsburg, Missouri -0.367877522521739719 +18952 cspg_html_8316122266 cspg_html_8316122266:6:518:526 Columbia Victoria, British Columbia 0.006789029590310529 +18953 aapg_ad_641.html aapg_ad_641.html:166:20007:20027 San Andres New Mexico -0.0534299210189851104 +18954 AMJC_html_5390933660 AMJC_html_5390933660:194:21243:21267 Gile Mountain Hanover -0.462102516958969756 +18955 aapg_ac_298.html aapg_ac_298.html:323:31299:31311 Halfway Alta, Utah -0.447242908821281704 +18956 aapg_ad_325.html aapg_ad_325.html:1243:114494:114500 Denver Colorado -0.0639321725779504468 +18957 aapg_ac_544.html aapg_ac_544.html:317:39294:39309 Atoka Arkoma, Oklahoma 0.349102677404366235 +18958 aapg_af_561.html aapg_af_561.html:439:41287:41299 Wasatch Wasatch Range 0.6366738742130722 +18959 aapg_aa_684.html aapg_aa_684.html:3:334:349 Chugwater Cheyenne, Wyoming 0.536591358334805313 +18960 geology_html_2439191324 geology_html_2439191324:179:23130:23136 Reston Virginia 0.00994404088391406815 +18961 cspg_html_8520409981 cspg_html_8520409981:95:10764:10768 Wendover Canada -0.444036457876645585 +18962 aapg_ah_318.html aapg_ah_318.html:978:99604:99623 Smackover Franklin County, Ohio -0.421990397997928701 +18963 aapg_aa_243.html aapg_aa_243.html:15:1582:1631 Onondaga Pennsylvania -0.46105569042928074 +18964 gsa_html_9053175553 gsa_html_9053175553:482:49830:49866 Flagstaff Logan, Utah -0.449451899065432481 +18965 aapg_af_639.html aapg_af_639.html:147:7450:7461 Wills Point Shreveport, Louisiana -0.0347969055523305801 +18966 cspg_html_1347848644 cspg_html_1347848644:39:5576:5582 Provo Caucasus Mountains -0.450784359288809666 +18967 cspg_html_8818854104 cspg_html_8818854104:762:80181:80189 Columbia Lacombe, Alberta -0.00771674737466516297 +18968 AMJC_html_8619525948 AMJC_html_8619525948:516:58508:58513 Piper Canada -0.474355436180137646 +18969 aapg_ad_575.html aapg_ad_575.html:116:15955:15982 Minnelusa Cheyenne, Wyoming -0.411813047275237043 +18970 cspg_html_8509913074 cspg_html_8509913074:373:48233:48248 Eramosa Guelph -0.434637853624058046 +18971 sedimentology_html_5673709888 sedimentology_html_5673709888:1354:66232:66262 Gambier Mount Gambier Airport -0.449440672427322663 +18972 cspg_html_9435196958 cspg_html_9435196958:396:17425:17436 Belly River Canada -0.0275887108223223723 +18973 aapg_ad_112.html aapg_ad_112.html:41:6647:6683 Prairie Germany 0.00480334593379653455 +18974 aapg_ae_104.html aapg_ae_104.html:112:12315:12323 Scotland England -0.0849888877567847312 +18975 gsa_html_6317284187 gsa_html_6317284187:774:67934:67947 Santa Barbara Victoria, British Columbia -0.451875596518584666 +18976 aapg_ah_806.html aapg_ah_806.html:62:4959:4965 Topeka Atoka, Oklahoma -0.424433485516413689 +18977 aapg_ae_916.html aapg_ae_916.html:252:28822:28837 Mt Lytton Judith River Formation -0.479893584862882694 +18978 aapg_ae_419.html aapg_ae_419.html:1661:123762:123782 San Felipe Tampico, Illinois -0.0446744016951777928 +18979 aapg_ae_305.html aapg_ae_305.html:1197:107516:107522 Perija Maracaibo -0.0523750246926542248 +18980 aapg_ae_904.html aapg_ae_904.html:246:26246:26264 Deadwood Black Hills 0.734988329291538123 +18981 gsa_html_1538463681 gsa_html_1538463681:250:19912:19928 Morita Cerro Azul, Peru -0.486682122398052641 +18982 aapg_ai_288.html aapg_ai_288.html:67:12315:12333 San Onofre Breccia Santa Monica Mountains -0.0135458743690372828 +18983 aapg_ad_466.html aapg_ad_466.html:900:97455:97463 Monmouth Matawan, New Jersey -0.467889067103673728 +18984 gsa_html_5865982995 gsa_html_5865982995:111:13040:13061 Green River Uinta Mountains -0.415254330132500793 +18985 gsa_html_2023933346 gsa_html_2023933346:1018:95837:95856 Silverado California -0.0228248215914789478 +18986 geology_html_5171768193 geology_html_5171768193:345:29506:29514 Virginia Blue Ridge Mountains -0.47249414511500698 +18987 aapg_ad_784.html aapg_ad_784.html:73:10013:10018 Sespe South Mountains (Arizona) 0.00573971941669260566 +18988 aapg_aa_233.html aapg_aa_233.html:192:18992:18998 Otates Matamoros, Tamaulipas -0.0575289744471569053 +18989 aapg_ac_749.html aapg_ac_749.html:46:5761:5770 Rochester Irondequoit, New York -0.420012527736359387 +18990 aapg_ah_0.html aapg_ah_0.html:105:16278:16284 Denver Colorado -0.482963947665808413 +18991 sedimentology_html_6253258212 sedimentology_html_6253258212:215:20150:20154 Hall London, Ontario -0.44844429668252761 +18992 gsa_html_5627360957 gsa_html_5627360957:24:1819:1825 Sonora California -0.472639307901536299 +18993 aapg_ah_93.html aapg_ah_93.html:239:32702:32709 Maywood Lacombe, Alberta -0.0199306652365533396 +18994 gsa_html_3613642206 gsa_html_3613642206:825:74817:74827 Washington Seattle -0.441459714368856782 +18995 aapg_ae_681.html aapg_ae_681.html:4:465:474 Smackover Haynesville, Louisiana -0.0419315382055216873 +18996 aapg_ah_90.html aapg_ah_90.html:79:12872:12894 Burro Canyon Colorado -0.393331096923378531 +18997 cspg_html_4666332434 cspg_html_4666332434:456:71096:71112 Oldman Canada -0.0335442004664093935 +18998 aapg_af_18.html aapg_af_18.html:67:8299:8320 Dakota Fall River, Nova Scotia -0.451351189275800146 +18999 cspg_html_6351830705 cspg_html_6351830705:210:32485:32496 Road Canyon China -0.0669441011416033877 +19000 AMJC_html_7085584544 AMJC_html_7085584544:115:16179:16194 Lance Fort Union Trading Post National Historic Site 0.681907508483694191 +19001 gsa_html_2447433426 gsa_html_2447433426:81:5302:5330 Green River Colorado -0.00280034052174977849 +19002 gsa_html_8308045298 gsa_html_8308045298:781:77581:77591 Washington Seattle -0.0016763787815964029 +19003 aapg_ai_491.html aapg_ai_491.html:363:42616:42622 Morgan Logan, Utah -0.427803761062237942 +19004 aapg_ak_87.html aapg_ak_87.html:379:49387:49406 Horquilla Earp, California -0.554740069361427834 +19005 aapg_ai_357.html aapg_ai_357.html:213:23587:23594 Bigford Carrizo Plain -0.484471709023717834 +19006 gsa_html_1130947011 gsa_html_1130947011:160:19315:19330 Galena Lexington, Kentucky -0.49339517418577894 +19007 aapg_ad_785.html aapg_ad_785.html:77:8288:8296 Fountain Colorado Springs, Colorado -0.454475093508583283 +19008 cspg_html_2695921112 cspg_html_2695921112:354:45642:45663 Bonaventure New Brunswick, New Jersey -0.439098796420780313 +19009 palaios_html_7341451922 palaios_html_7341451922:1319:104457:104473 Pioche Reno, Nevada -0.458695727712452594 +19010 aapg_ac_4.html aapg_ac_4.html:472:38192:38203 Sadlerochit Anchorage, Alaska -0.490054357124853124 +19011 cspg_html_5541725202 cspg_html_5541725202:312:43585:43611 Springhill Bridgetown, Nova Scotia -0.462166276497962936 +19012 sedimentology_html_7107158530 sedimentology_html_7107158530:1479:77841:77847 Walker Chartres Cathedral -0.450829332903146696 +19013 cspg_html_8525917094 cspg_html_8525917094:227:29053:29058 Swift Lacombe, Alberta -0.0356930261214894115 +19014 gsa_html_4481507291 gsa_html_4481507291:54:3376:3404 Green River Colorado -0.0209613827792686502 +19015 jgeology_html_7743775272 jgeology_html_7743775272:876:58667:58691 Frio Texas -0.471695028578207554 +19016 cspg_html_1984085623 cspg_html_1984085623:693:75142:75147 Nisku Canada -0.464432702411418319 +19017 sedimentology_html_1203789174 sedimentology_html_1203789174:1526:74073:74078 Piper Saguenay River -0.447637220621224075 +19018 sedimentology_html_9326831356 sedimentology_html_9326831356:729:65176:65186 Washington Seattle -0.453130450697368015 +19019 gsa_html_2180342530 gsa_html_2180342530:1030:70381:70409 Green River Colorado -0.0237792189309356042 +19020 aapg_ad_428.html aapg_ad_428.html:142:9763:9777 Frio Texas -0.417849782389341617 +19021 palaios_html_4718816377 palaios_html_4718816377:34:2148:2165 La Luna Venezuela -0.427803761062237942 +19022 cspg_html_3354282978 cspg_html_3354282978:416:54024:54040 Leduc Swan Hill, Victoria -0.036255097654164431 +19023 geology_html_9004383999 geology_html_9004383999:53:6147:6166 Mount Cap Canada -0.442762791672519862 +19024 gsa_html_2787542089 gsa_html_2787542089:64:4179:4207 Green River Colorado -0.440325191296006335 +19025 cspg_html_6383234409 cspg_html_6383234409:128:13845:13865 Bird Fiord Ellesmere Island -0.00215584223507059606 +19026 cspg_html_9330018201 cspg_html_9330018201:41:6739:6753 Elko Middle East -0.462111625185478381 +19027 aapg_ah_158.html aapg_ah_158.html:164:29894:29899 Upham New Mexico -0.464256927711512946 +19028 cspg_html_3447886929 cspg_html_3447886929:376:43308:43328 West Point Canada -0.50044998043931721 +19029 aapg_ai_724.html aapg_ai_724.html:253:24405:24422 Prince Alfred Bay Devon Island -0.49687250405482164 +19030 gsa_html_8531594123 gsa_html_8531594123:275:37840:37859 San Joaquin Sierra Nevada (Spain) -0.0439881690847485213 +19031 aapg_ai_468.html aapg_ai_468.html:51:7016:7028 Hosston Cotton Valley, Louisiana -0.0941045994506993222 +19032 cspg_html_9879671248 cspg_html_9879671248:132:13855:13868 Wabamun Lacombe, Alberta -0.0185558826483486587 +19033 sedimentology_html_6303171089 sedimentology_html_6303171089:105:10877:10923 Slope Spain -0.0347847257870449039 +19034 cspg_html_9778753186 cspg_html_9778753186:356:51980:51988 Kootenay Lacombe, Alberta -0.459887424332023564 +19035 aapg_af_568.html aapg_af_568.html:135:15274:15293 Tensleep Cheyenne, Wyoming -0.0209266190161632587 +19036 aapg_ai_720.html aapg_ai_720.html:253:28481:28494 Potomac Closter, New Jersey -0.432249992487968249 +19037 aapg_ai_468.html aapg_ai_468.html:265:33042:33061 Cotton Valley Arkansas -0.464569693827358687 +19038 gsa_html_1217771406 gsa_html_1217771406:841:80325:80332 Oceanic Santa Ana, California -0.505033248180269401 +19039 aapg_ad_40.html aapg_ad_40.html:36:3942:3958 Eutaw Gilbertown, Alabama 0.0340591842664956304 +19040 AMJC_html_6242114524 AMJC_html_6242114524:939:91210:91217 St Marys China -0.415133074492044396 +19041 AMJC_html_2360213652 AMJC_html_2360213652:903:92467:92474 Charles Pennsylvania -0.0389492941804812226 +19042 gsa_html_4067767548 gsa_html_4067767548:75:7275:7283 Virginia North Carolina -0.0811933687681846705 +19043 aapg_aa_44.html aapg_aa_44.html:54:6662:6670 Moenkopi Chinle Formation -0.455432903203822237 +19044 gsa_html_9277559462 gsa_html_9277559462:406:47707:47715 Colorado Denver -0.472491841137828439 +19045 aapg_ai_287.html aapg_ai_287.html:206:25951:25961 Santa Cruz Santa Catalina Island, California -0.0320376589059692546 +19046 aapg_af_568.html aapg_af_568.html:289:29881:29895 Dakota Cheyenne, Wyoming 0.0481342981574961262 +19047 aapg_ad_98.html aapg_ad_98.html:120:12537:12553 Eureka Quartzite Reno, Nevada -0.236204938529734898 +19048 cspg_html_7494952355 cspg_html_7494952355:27:6668:6689 Lawrence Ontario, California -0.470262127852539125 +19049 aapg_ah_327.html aapg_ah_327.html:191:14736:14743 Madison Meramec River -0.0783150515688535026 +19050 aapg_af_483.html aapg_af_483.html:75:10203:10225 Todos Santos Honduras -0.453292784807282967 +19051 sedimentology_html_3746379745 sedimentology_html_3746379745:893:70563:70575 Owens Valley California -0.00655275945491847703 +19052 cspg_html_9361096527 cspg_html_9361096527:894:78190:78212 Judith River Lacombe, Alberta -0.0200714512738383588 +19053 aapg_aa_940.html aapg_aa_940.html:69:7582:7602 Pottsville Carbondale, Pennsylvania -0.397978922204782037 +19054 aapg_af_479.html aapg_af_479.html:746:78826:78845 Cabrillo California 0.477121254719662435 +19055 cspg_html_3521815736 cspg_html_3521815736:57:9625:9629 Toad Middle East -0.439223139625051329 +19056 aapg_aa_712.html aapg_aa_712.html:22:3802:3810 Glenwood Platteville, Colorado -0.0131340660726573313 +19057 cspg_html_8362959053 cspg_html_8362959053:138:19342:19361 Hulcross Boulder Creek (Colorado) -0.477204643263094197 +19058 aapg_ac_998.html aapg_ac_998.html:27:3413:3433 Sentinel Butte North Dakota -0.0142044328576254025 +19059 palaios_html_4501603736 palaios_html_4501603736:168:15872:15889 Thaynes Montello, Nevada 0.0067403856579268933 +19060 cspg_html_6665051947 cspg_html_6665051947:688:58436:58448 Saskatchewan Waseca, Minnesota -0.512088833057548598 +19061 geology_html_8754746238 geology_html_8754746238:14:697:705 San Jose California -0.529889738316304926 +19062 aapg_aa_399.html aapg_aa_399.html:396:31576:31590 St. Mary River Estevan -0.452927573923113447 +19063 aapg_ad_715.html aapg_ad_715.html:13:1976:1980 Wendover Missouri River -0.42193152612717999 +19064 sedimentology_html_1574151857 sedimentology_html_1574151857:127:11720:11730 Washington Salem, Oregon -0.471349814541787038 +19065 aapg_ae_715.html aapg_ae_715.html:437:55922:55937 Frio Mississippi River -0.0418113941638034933 +19066 aapg_ac_741.html aapg_ac_741.html:359:40794:40812 Niobrara Sharon Springs, Kansas -0.471754879498828661 +19067 cspg_html_8420019719 cspg_html_8420019719:7:367:382 Banff Edmonton, London -0.00030574332788744856 +19068 aapg_aa_621.html aapg_aa_621.html:434:52301:52316 Lance Fort Union Trading Post National Historic Site -0.00984327149097449609 +19069 aapg_aa_62.html aapg_aa_62.html:572:45649:45654 Choco Colombia -0.362088368842657105 +19070 aapg_ad_865.html aapg_ad_865.html:380:37629:37634 Ouray Colorado 0.984816888395056433 +19071 cspg_html_5595872887 cspg_html_5595872887:207:24046:24055 Crowsnest Lacombe, Alberta -0.467584291252108319 +19072 palaios_html_3312501193 palaios_html_3312501193:266:30795:30813 Moenkopi Logan, Utah -0.441406293921039528 +19073 cspg_html_1050448431 cspg_html_1050448431:200:26399:26429 Debolt Victoria, British Columbia -0.460041893415422398 +19074 gsa_html_2284204284 gsa_html_2284204284:643:81752:81765 Hermosa Logan, Utah -0.451875596518584666 +19075 aapg_ae_958.html aapg_ae_958.html:2196:189394:189401 Rustler Salado, Texas -0.436965343294064001 +19076 gsa_html_5813911420 gsa_html_5813911420:64:5238:5266 Green River New Mexico -0.436965343294064001 +19077 aapg_ah_532.html aapg_ah_532.html:80:7631:7646 Rockwood Ouray, Colorado -0.00547218286972656846 +19078 aapg_ac_305.html aapg_ac_305.html:153:15952:15971 Williston Williston, Vermont -0.0248831928885421966 +19079 sedimentology_html_4270818528 sedimentology_html_4270818528:638:21105:21110 Douro Douro DOC -0.470365549607814404 +19080 aapg_aa_4.html aapg_aa_4.html:69:8738:8754 Sonyea Lake Erie -0.0447475566663644089 +19081 gsa_html_2023933346 gsa_html_2023933346:648:64586:64601 Sespe Puente Hills Mall -0.00161731451970968361 +19082 cspg_html_6306091047 cspg_html_6306091047:46:8936:8945 Baldonnel Victoria, British Columbia -0.440280728439214952 +19083 aapg_ad_52.html aapg_ad_52.html:1165:128531:128539 Michigan Michigan -0.040359343442637502 +19084 aapg_af_663.html aapg_af_663.html:530:52830:52853 Sullivan Adair County, Missouri -0.492371267515838928 +19085 cspg_html_3854139935 cspg_html_3854139935:63:9717:9722 Eagle Judith River Formation -0.467071222132578012 +19086 cspg_html_2018998204 cspg_html_2018998204:45:5237:5259 Mount Kindle Wrigley Field -0.46957525648780718 +19087 palaios_html_8472682513 palaios_html_8472682513:846:69526:69558 Cutler Colorado Western Slope -0.472770666406185036 +19088 aapg_ah_157.html aapg_ah_157.html:175:24168:24188 Franconia Galesville, Maryland -0.478586352630804512 +19089 aapg_ad_784.html aapg_ad_784.html:460:48394:48413 Coldwater Santa Paula, California -0.062301065412427685 +19090 aapg_ae_319.html aapg_ae_319.html:370:29036:29052 Spearfish Cheyenne, Wyoming -0.0170265242171895904 +19091 aapg_ad_3.html aapg_ad_3.html:383:35940:35959 Blackford Knoxville, Tennessee -0.472678482936493838 +19092 aapg_ah_435.html aapg_ah_435.html:296:35159:35163 Frio Texas -0.0893581858963281572 +19093 gsa_html_2168907540 gsa_html_2168907540:1110:101538:101566 Green River Colorado -0.00316862659594223991 +19094 aapg_ai_999.html aapg_ai_999.html:280:22061:22077 Fernie Lacombe, Alberta 0.00177192394418096725 +19095 aapg_ad_166.html aapg_ad_166.html:747:65470:65475 Lagro Wabash and Erie Canal -0.0405316972270710618 +19096 gsa_html_5990348965 gsa_html_5990348965:1297:109686:109714 Green River Colorado -0.0155667806755408495 +19097 aapg_ae_718.html aapg_ae_718.html:287:28176:28192 Rundle Worthington, Minnesota -0.509863471384815359 +19098 aapg_ai_53.html aapg_ai_53.html:70:8202:8207 Indio Carrizo Plain -0.0277017418114762735 +19099 aapg_ae_16.html aapg_ae_16.html:561:65606:65614 Columbia Victoria, British Columbia -0.472574788136010782 +19100 aapg_ah_152.html aapg_ah_152.html:65:8719:8727 Colorado Denver -0.0760773544296866333 +19101 AMJC_html_4504848787 AMJC_html_4504848787:582:56734:56756 Mechum River Virginia -0.00818929939777349181 +19102 cspg_html_9343899465 cspg_html_9343899465:2742:243136:243146 Ibbett Bay Melville Island (Canada) -0.476385003272562391 +19103 aapg_aa_682.html aapg_aa_682.html:686:72491:72500 Lecompton Topeka, Kansas 0.00186225759184010619 +19104 geology_html_3342004799 geology_html_3342004799:324:27337:27344 Harmony Reno, Nevada -0.474815026513922711 +19105 cspg_html_6786864151 cspg_html_6786864151:528:46058:46071 Velasco Mexico -0.453423575097804177 +19106 geology_html_4887222795 geology_html_4887222795:214:20912:20925 Francis London, Ontario -0.0658153170866257325 +19107 aapg_ai_700.html aapg_ai_700.html:93:10029:10035 Jordan Judea -0.0194666001171388929 +19108 cspg_html_4403434336 cspg_html_4403434336:212:23007:23026 Allen Bay Ellesmere Island -0.265820809861740837 +19109 aapg_af_494.html aapg_af_494.html:179:18995:19011 Boas River East Bay (San Francisco Bay Area) -0.0156710450579540667 +19110 cspg_html_4796942391 cspg_html_4796942391:466:51246:51274 Viking Canada -0.028972971193404428 +19111 aapg_ah_80.html aapg_ah_80.html:98:10378:10387 Matanuska Talkeetna, Alaska -0.476218391360906934 +19112 aapg_ad_921.html aapg_ad_921.html:128:14859:14877 Fairview Clermont County, Ohio -0.0216358132048967665 +19113 aapg_ah_96.html aapg_ah_96.html:247:28554:28568 Red River Winnipeg -0.377323512228101066 +19114 aapg_ac_586.html aapg_ac_586.html:251:27822:27842 Pottsville Schuylkill County, Pennsylvania -0.432752661482583012 +19115 aapg_aa_23.html aapg_aa_23.html:612:76977:76991 Stony Mountain Anticosti Island -0.406785196982800357 +19116 palaios_html_4958148030 palaios_html_4958148030:340:32247:32261 Beaufort South Africa -0.4391432028015122 +19117 sedimentology_html_3071253237 sedimentology_html_3071253237:446:38778:38788 Santa Cruz California -0.459882881527063025 +19118 cspg_html_3907807140 cspg_html_3907807140:23:2582:2609 Athabasca Lacombe, Alberta -0.526134870467290461 +19119 sedimentology_html_3455473347 sedimentology_html_3455473347:907:63377:63381 Hall London, Ontario -0.443732938342886629 +19120 aapg_ac_316.html aapg_ac_316.html:22:2922:2942 San Andres Artesia, New Mexico -0.380095457919368718 +19121 cspg_html_1975682848 cspg_html_1975682848:278:36923:36927 Eids Canada -0.425424282088950667 +19122 aapg_ah_644.html aapg_ah_644.html:311:36922:36930 Sundance Williston Basin -0.0211212969560606381 +19123 cspg_html_9354781888 cspg_html_9354781888:276:31702:31710 Columbia Victoria, British Columbia -0.462102516958969756 +19124 palaios_html_1229296810 palaios_html_1229296810:49:4516:4534 Purisima Santa Cruz County, Arizona -0.511198447113590415 +19125 gsa_html_7159719164 gsa_html_7159719164:84:6361:6389 Green River Colorado -0.00819798606036370794 +19126 cspg_html_3630723811 cspg_html_3630723811:119:12689:12708 Athabasca Lacombe, Alberta -0.0518153822203646572 +19127 aapg_ae_708.html aapg_ae_708.html:101:12866:12893 Nolichucky Maryville, Missouri -0.466965896576978678 +19128 gsa_html_2989317971 gsa_html_2989317971:798:82439:82467 Glenns Ferry Wood River (Oregon) -0.480765396922298249 +19129 aapg_ah_144.html aapg_ah_144.html:13:1384:1395 Stony Creek New Brunswick, New Jersey -0.497429738189917758 +19130 gsa_html_4650354985 gsa_html_4650354985:1358:107779:107807 Green River Colorado -0.0294721058156958669 +19131 gsa_html_1217771406 gsa_html_1217771406:864:82590:82603 Santa Barbara California -0.00606979848079094129 +19132 aapg_ah_779.html aapg_ah_779.html:596:109971:109978 Chemung Middle East 0.013403391494118528 +19133 gsa_html_5015599008 gsa_html_5015599008:708:60695:60714 Belle Fourche Cheyenne, Wyoming 0.00270479477611077846 +19134 jgeology_html_8064855537 jgeology_html_8064855537:1044:65815:65831 Dakota Colorado -0.473238647285217195 +19135 cspg_html_5104062649 cspg_html_5104062649:111:11280:11298 Imperial Western world -0.439565169119916221 +19136 palaios_html_5264377288 palaios_html_5264377288:752:59329:59335 Walker Anchorage, Alaska -0.0104235679161521783 +19137 cspg_html_7378664643 cspg_html_7378664643:803:112251:112261 Wabamun Lacombe, Alberta -0.486038291322309801 +19138 aapg_ai_54.html aapg_ai_54.html:109:12039:12049 Tuscaloosa Tuscaloosa, Alabama -0.0197168810314956311 +19139 aapg_ah_158.html aapg_ah_158.html:415:48198:48208 Rio Grande El Paso, Texas -0.477142101104954475 +19140 aapg_ai_49.html aapg_ai_49.html:80:7986:8004 Fountain Colorado Springs, Colorado -0.484413309843390927 +19141 aapg_ah_517.html aapg_ah_517.html:119:11626:11639 Turner Valley Lacombe, Alberta -0.453044786078658057 +19142 aapg_ac_730.html aapg_ac_730.html:497:71433:71437 Wepo Niobrara, Nebraska -0.455028421021904994 +19143 cspg_html_4176605708 cspg_html_4176605708:707:68059:68073 Colorado Regina, Saskatchewan -0.041236814250852856 +19144 aapg_af_47.html aapg_af_47.html:78:7975:7985 Cumberland Ardmore, Pennsylvania -0.0134398809418536571 +19145 aapg_ah_505.html aapg_ah_505.html:1553:125559:125566 Manitou Pikes Peak -0.0148473685012762528 +19146 aapg_ac_881.html aapg_ac_881.html:673:79426:79444 Manitou Colorado -0.0514492842552477722 +19147 aapg_af_575.html aapg_af_575.html:800:112024:112031 Savanna McAlester, Oklahoma 0.0312827215063835179 +19148 aapg_ai_364.html aapg_ai_364.html:15:1928:1938 Deer Creek Americus, Georgia -0.454414135268558672 +19149 aapg_ah_774.html aapg_ah_774.html:39:6045:6063 Bluff Wisconsin -0.470457490274840129 +19150 aapg_ah_972.html aapg_ah_972.html:439:43647:43655 Whitsett Campbellton, Florida -0.46809765859229685 +19151 gsa_html_1549665076 gsa_html_1549665076:694:63007:63013 Oregon Washington (state) -0.0183838242573764847 +19152 aapg_aa_328.html aapg_aa_328.html:198:15631:15640 Chapopote Mexico -0.457899875343460883 +19153 cspg_html_9778753186 cspg_html_9778753186:42:5952:5973 Kootenay Lacombe, Alberta -0.467263588143899677 +19154 jgeology_html_8492223548 jgeology_html_8492223548:1419:92906:92922 Bighorn Dolomite Alpine Northwest, Wyoming 0.00700097865383239332 +19155 cspg_html_2796643803 cspg_html_2796643803:621:72038:72052 Winnipeg Williston Basin 0.83094558397303242 +19156 aapg_aa_696.html aapg_aa_696.html:3:332:339 Paradox Logan, Utah -0.45184182728382527 +19157 cspg_html_4286634979 cspg_html_4286634979:495:49011:49028 Cardium Lacombe, Alberta -0.002921944296335324 +19158 aapg_ai_144.html aapg_ai_144.html:545:43383:43394 Peace River Lacombe, Alberta -0.475963906981033746 +19159 aapg_af_880.html aapg_af_880.html:653:103106:103119 Wolfcamp Texas -0.017787713832192225 +19160 aapg_ah_311.html aapg_ah_311.html:20:3371:3381 Fort Union Fort Union Trading Post National Historic Site -0.0427586605090743907 +19161 gsa_html_7102550258 gsa_html_7102550258:220:22193:22210 Moenave Colorado -0.457492019193031785 +19162 cspg_html_7434089303 cspg_html_7434089303:323:41065:41073 Read Bay Ellesmere Island -0.456479975332736432 +19163 aapg_af_745.html aapg_af_745.html:706:91274:91294 Keokuk Burlington, Ontario -0.436810292517708865 +19164 aapg_ac_742.html aapg_ac_742.html:105:12640:12648 Sundance Black Hills 0.0258916172011711861 +19165 jgeology_html_6186634367 jgeology_html_6186634367:1376:81737:81755 Fountain Colorado -0.435679199475508039 +19166 cspg_html_1058139432 cspg_html_1058139432:549:71338:71354 Viking Lacombe, Alberta -0.00125945488018784418 +19167 gsa_html_1826402027 gsa_html_1826402027:653:75780:75789 Flagstaff Verde Valley -0.0421683485517513057 +19168 aapg_af_788.html aapg_af_788.html:355:29029:29043 Traverse Antrim, County Antrim -0.442649117020085803 +19169 aapg_ai_468.html aapg_ai_468.html:305:37811:37826 Smackover Haynesville, Louisiana -0.0231533782740243055 +19170 cspg_html_4338314003 cspg_html_4338314003:465:49901:49918 Cardium Lacombe, Alberta -0.461171691164054931 +19171 aapg_af_575.html aapg_af_575.html:189:25219:25234 Signal Mountain Missouri River -0.45937423310039871 +19172 aapg_ah_416.html aapg_ah_416.html:91:7588:7598 Milk River Milk River, Alberta -0.0471916520382753418 +19173 aapg_ac_807.html aapg_ac_807.html:776:76962:76980 Congaree Congaree River -0.0987052799920240947 +19174 gsa_html_8774590177 gsa_html_8774590177:419:45515:45524 Whitehall Coney Island -0.0707549992783903375 +19175 cspg_html_6121424055 cspg_html_6121424055:39:3583:3591 Columbia Victoria, British Columbia -0.433423304094416983 +19176 cspg_html_2546442054 cspg_html_2546442054:70:10132:10149 Belly River Canada -0.0243529278690687093 +19177 aapg_ah_587.html aapg_ah_587.html:42:4247:4252 Logan Calhoun County, Michigan -0.446052041434467972 +19178 geology_html_8986165275 geology_html_8986165275:150:15855:15871 Naknek Talkeetna, Alaska -0.454540571750530975 +19179 aapg_ah_456.html aapg_ah_456.html:62:5922:5930 Montreal Montreal -0.4796264052884881 +19180 geology_html_3896655545 geology_html_3896655545:86:9407:9433 Ferris Cheyenne, Wyoming -0.0190651145503429667 +19181 aapg_ad_734.html aapg_ad_734.html:43:4864:4870 Casper Cheyenne, Wyoming -0.469024309212410007 +19182 aapg_ae_355.html aapg_ae_355.html:35:3455:3461 Perija Venezuela -0.0273313514332929886 +19183 aapg_af_676.html aapg_af_676.html:405:47057:47065 La Habra West Germany -0.470085189955252725 +19184 gsa_html_8213519494 gsa_html_8213519494:914:81895:81923 Green River Colorado -0.0214063649157180402 +19185 cspg_html_7809640865 cspg_html_7809640865:131:12179:12197 Ashville Regina, Saskatchewan -0.423085635093811196 +19186 cspg_html_4177065182 cspg_html_4177065182:1460:80803:80828 Saginaw Michigan -0.465744120990301047 +19187 cspg_html_3854139935 cspg_html_3854139935:60:9127:9143 Eagle Judith River Formation -0.426766665462260386 +19188 aapg_ad_2.html aapg_ad_2.html:522:75638:75655 Setters Pennsylvania -0.454653476406573165 +19189 aapg_ah_747.html aapg_ah_747.html:77:8983:8991 Pinnacle Chinle Formation -0.460980639153810601 +19190 palaios_html_8910286482 palaios_html_8910286482:481:53980:54000 Kirkwood Smyrna, Georgia -0.4597920302667165 +19191 aapg_ae_921.html aapg_ae_921.html:113:7806:7820 Sentinel Butte Fort Union Trading Post National Historic Site 0.109797489217981228 +19192 gsa_html_3648258377 gsa_html_3648258377:1172:104916:104923 Wenonah Closter, New Jersey -0.0103905567969635754 +19193 geology_html_2198528432 geology_html_2198528432:12:753:763 Washington Washington (state) -0.435880527044409383 +19194 aapg_ad_882.html aapg_ad_882.html:230:18978:18993 Supai Arizona -0.033900859013031269 +19195 gsa_html_6971315050 gsa_html_6971315050:725:71557:71565 Temporal Knoxville, Tennessee -0.465568086328610908 +19196 aapg_ai_255.html aapg_ai_255.html:137:21147:21177 Salina Michigan 0.30833697536008442 +19197 aapg_aa_563.html aapg_aa_563.html:266:34422:34426 Buda Texas -0.0368502653061740099 +19198 cspg_html_9388742281 cspg_html_9388742281:6:478:500 Nelson Lacombe, Alberta -0.0439881690847485213 +19199 sedimentology_html_6225967387 sedimentology_html_6225967387:1022:61744:61748 Hall London, Ontario -0.499845535291183252 +19200 aapg_ad_184.html aapg_ad_184.html:300:40543:40564 Maynardville Ohio 0.0171794551538984631 +19201 aapg_ac_930.html aapg_ac_930.html:149:22350:22360 Washington Washington (state) -0.462576268150975078 +19202 aapg_ae_999.html aapg_ae_999.html:461:61517:61536 Paynes Hammock Mississippi River 0.582636424809648057 +19203 aapg_aa_89.html aapg_aa_89.html:46:4742:4749 Hosston Calhoun, Georgia -0.41990808335141383 +19204 aapg_ah_366.html aapg_ah_366.html:309:17171:17179 Winnipeg Fort Union Trading Post National Historic Site -0.0105034896980181463 +19205 aapg_ae_777.html aapg_ae_777.html:581:64655:64659 Hall Sangre de Cristo Range -0.45544420419021614 +19206 aapg_ae_999.html aapg_ae_999.html:278:39407:39426 Catahoula Texas -0.01223054087335982 +19207 aapg_ak_21.html aapg_ak_21.html:316:31468:31481 Madison Cheyenne, Wyoming -0.0104061936391476109 +19208 cspg_html_4031489103 cspg_html_4031489103:52:8755:8760 Moyie Boulder Creek (Colorado) -0.0583176759976086131 +19209 cspg_html_1019614994 cspg_html_1019614994:86:16036:16052 Exshaw Lacombe, Alberta -0.0238539737580712313 +19210 gsa_html_4312040636 gsa_html_4312040636:205:20005:20027 Wilson Grove Netherlands -0.50076665576240853 +19211 palaios_html_8699778504 palaios_html_8699778504:338:31920:31940 Florissant Colorado -0.485799611688376376 +19212 cspg_html_4636216007 cspg_html_4636216007:612:57027:57050 Snowblind Bay Little Cornwallis Island -0.0333423889393398495 +19213 aapg_ae_5.html aapg_ae_5.html:197:23041:23045 Earp Arizona -0.398004460022823248 +19214 aapg_ac_730.html aapg_ac_730.html:233:32336:32352 Dakota Salina, Kansas 0.0407702122733889366 +19215 geology_html_2276070502 geology_html_2276070502:92:9005:9015 Rio Grande Colorado -0.0284721166530200707 +19216 sedimentology_html_9468494029 sedimentology_html_9468494029:348:12174:12182 Columbia Missouri River -0.0218513582866363479 +19217 gsa_html_2584301292 gsa_html_2584301292:936:77835:77891 Gilman Nebraska -0.0573300691533551454 +19218 palaios_html_3406135825 palaios_html_3406135825:54:5845:5862 Potsdam Logan, Utah -0.422420053583542066 +19219 cspg_html_4796942391 cspg_html_4796942391:459:50628:50646 Dunvegan Canada -0.0204677435827045166 +19220 cspg_html_7866293053 cspg_html_7866293053:806:81540:81554 Bullhead Canada -0.469230874046953295 +19221 aapg_ae_60.html aapg_ae_60.html:342:37207:37215 Colorado Great Falls (Missouri River) -0.425384893115628659 +19222 gsa_html_3038126504 gsa_html_3038126504:676:64390:64408 Imperial Southern California -0.451956647802202349 +19223 aapg_ad_440.html aapg_ad_440.html:940:92622:92637 Salem Virginia -0.491796158472706857 +19224 aapg_af_751.html aapg_af_751.html:869:101950:101963 Santa Barbara California -0.481777803377517411 +19225 aapg_ae_324.html aapg_ae_324.html:329:32821:32828 Holston Blackford, Somerset -0.122020148321817359 +19226 cspg_html_9119878068 cspg_html_9119878068:88:11993:12009 Ireton Lacombe, Alberta 0.00776191758677063481 +19227 aapg_af_737.html aapg_af_737.html:561:72310:72315 Swift Berlin -0.477028610170881051 +19228 aapg_ae_908.html aapg_ae_908.html:40:4053:4078 Chinle Nashville Basin -0.0371426409956562426 +19229 geology_html_5828016264 geology_html_5828016264:265:20236:20242 Navajo Logan, Utah -0.433370341259820213 +19230 palaios_html_3129690911 palaios_html_3129690911:609:52235:52247 Chinle New Mexico -0.0045966157065965357 +19231 aapg_ad_258.html aapg_ad_258.html:100:9367:9378 Reclamation Pennsylvania -0.454089094007790295 +19232 gsa_html_8271829751 gsa_html_8271829751:32:2226:2238 Owens Valley Sierra Nevada (Spain) -0.0472630871063566826 +19233 aapg_ai_105.html aapg_ai_105.html:517:62140:62160 Manning Canyon Oquirrh Mountain Utah Temple -0.00035264713868171768 +19234 jgeology_html_3255099483 jgeology_html_3255099483:119:4874:4890 Navajo Logan, Utah -0.0608327459561348455 +19235 aapg_ai_997.html aapg_ai_997.html:1104:103955:103969 Yolo Redding, California -0.0807605456235592767 +19236 cspg_html_6163691495 cspg_html_6163691495:1008:87659:87683 Mission Canyon Williston, Vermont -0.474133810779439169 +19237 aapg_ae_134.html aapg_ae_134.html:59:4426:4471 Smackover Texas 0.0121540899829594047 +19238 aapg_ae_876.html aapg_ae_876.html:266:27291:27303 Burro Canyon Cedar Mountains -0.462512479285274614 +19239 aapg_ah_339.html aapg_ah_339.html:4:703:720 Black River Chattanooga, Tennessee -0.00092939054595942859 +19240 aapg_ac_807.html aapg_ac_807.html:473:48120:48130 Brightseat Maryland -0.501793700638435203 +19241 palaios_html_1018466366 palaios_html_1018466366:1684:145903:145942 Hartselle Alabama -0.0309035312152589614 +19242 cspg_html_6927586285 cspg_html_6927586285:41:6097:6104 Halfway Western Canadian Sedimentary Basin -0.481156254434641828 +19243 aapg_ah_96.html aapg_ah_96.html:167:19772:19786 Winnipeg Winnipeg 1.0531994758765677 +19244 gsa_html_6861599329 gsa_html_6861599329:1103:92561:92571 Washington Victoria, British Columbia -0.041445748202081481 +19245 gsa_html_3085400040 gsa_html_3085400040:1173:107393:107418 Francisco California -0.4864081422828892 +19246 aapg_af_18.html aapg_af_18.html:184:21633:21643 Lakota Black Hills 0.775204470967900572 +19247 cspg_html_1025724640 cspg_html_1025724640:83:14216:14223 Potsdam Ontario, California -0.454089094007790295 +19248 aapg_af_859.html aapg_af_859.html:31:5034:5047 Beaumont Beaumont, Texas -0.420983530191217814 +19249 aapg_ac_333.html aapg_ac_333.html:1130:134650:134666 Concha Arizona -0.0193049620802523206 +19250 palaios_html_9876040400 palaios_html_9876040400:59:6320:6351 White River Logan County, West Virginia -0.45417711448712661 +19251 geology_html_2106972246 geology_html_2106972246:13:617:629 Rhode Island Newport, Rhode Island -0.470567831774721834 +19252 cspg_html_2490951833 cspg_html_2490951833:220:30640:30647 Peechee Western world -0.43911211811260753 +19253 cspg_html_9957758447 cspg_html_9957758447:18:3838:3850 Saskatchewan Williston, Vermont -0.437987106587424679 +19254 gsa_html_4216613284 gsa_html_4216613284:57:4584:4600 Hermit Grand Canyon -0.46687889797168336 +19255 gsa_html_7040053075 gsa_html_7040053075:317:29563:29580 Topanga San Gabriel Mountains -0.457786563407215019 +19256 aapg_ai_593.html aapg_ai_593.html:1582:163253:163263 Fort Worth Denton, Greater Manchester -0.471639785200352879 +19257 aapg_ai_811.html aapg_ai_811.html:318:43484:43507 Detroit River Bloomington, Indiana -0.42193152612717999 +19258 aapg_ad_250.html aapg_ad_250.html:24:2163:2168 Salem Louisville, Kentucky -0.0118969383630564592 +19259 aapg_ah_659.html aapg_ah_659.html:27:3891:3902 Green River Uinta Mountains 0.042253671459683402 +19260 aapg_ad_230.html aapg_ad_230.html:210:20234:20238 Java Borneo -0.427645821637091417 +19261 aapg_af_638.html aapg_af_638.html:84:7260:7268 Traverse Antrim, County Antrim -0.442519856944349921 +19262 gsa_html_1783148177 gsa_html_1783148177:1239:109667:109695 Green River New Mexico -0.0212221131504006823 +19263 aapg_aa_4.html aapg_aa_4.html:305:41785:41802 Chemung Wellsburg, West Virginia -0.463636287457712182 +19264 aapg_aa_351.html aapg_aa_351.html:156:16893:16899 Wilcox Tahlequah, Oklahoma -0.425516196002090841 +19265 aapg_af_653.html aapg_af_653.html:1241:151368:151375 Temblor Monterey, California -0.0276304452324186781 +19266 gsa_html_9277559462 gsa_html_9277559462:758:70439:70467 Green River New Mexico -0.426720647196584257 +19267 gsa_html_9687474095 gsa_html_9687474095:1057:90820:90827 Madison Winslow, Arizona -0.0472108174817054069 +19268 aapg_aa_105.html aapg_aa_105.html:216:22847:22863 Fernie Kootenay River -0.140542422440017301 +19269 AMJC_html_5390933660 AMJC_html_5390933660:136:12409:12433 Gile Mountain Connecticut River Valley -0.0399624195111792577 +19270 aapg_ae_41.html aapg_ae_41.html:67:5293:5327 Waterways Lacombe, Alberta -0.155654614523633106 +19271 aapg_ai_957.html aapg_ai_957.html:301:32622:32630 Beaumont Beaumont, Texas -0.0207284668430632625 +19272 gsa_html_7309078733 gsa_html_7309078733:586:60980:61000 Bloomsburg Pennsylvania -0.43451411861660022 +19273 aapg_aa_371.html aapg_aa_371.html:123:10429:10449 Greenbrier Ohio -0.552232311001422227 +19274 aapg_aa_157.html aapg_aa_157.html:20:3288:3296 Edmonton Lacombe, Alberta -0.469070208322842297 +19275 aapg_ad_770.html aapg_ad_770.html:3:444:452 Colorado Colorado -0.487631194234456278 +19276 aapg_ai_171.html aapg_ai_171.html:645:88671:88677 Provo Carpathian Ruthenia -0.51791589182937825 +19277 aapg_ad_52.html aapg_ad_52.html:322:37722:37738 Coldwater Michigan -0.428824418473081392 +19278 AMJC_html_6341723617 AMJC_html_6341723617:1114:93505:93513 Colorado Denver -0.4796264052884881 +19279 aapg_ah_489.html aapg_ah_489.html:129:11937:11950 Genesee Black Sea -0.503309174123385716 +19280 palaios_html_8950546356 palaios_html_8950546356:62:5050:5055 Basal Middle East -0.468611324772205295 +19281 sedimentology_html_3458220619 sedimentology_html_3458220619:231:19010:19014 Java Malaysia -0.449937021729037434 +19282 sedimentology_html_2963457646 sedimentology_html_2963457646:92:5165:5173 Columbia Missouri River -0.462576268150975078 +19283 cspg_html_4364132564 cspg_html_4364132564:58:8109:8123 Vanguard Middle East -0.0475645152925121273 +19284 aapg_ac_841.html aapg_ac_841.html:214:27746:27753 Esquias Honduras -0.04677525052422285 +19285 cspg_html_6306091047 cspg_html_6306091047:464:64387:64406 Pardonet Victoria, British Columbia -0.447135398674851747 +19286 gsa_html_6715192081 gsa_html_6715192081:12:468:476 Colorado Denver -0.530704593934502422 +19287 gsa_html_7199417381 gsa_html_7199417381:36:2435:2452 White River Peoria, Illinois -0.0357017266903412109 +19288 aapg_ah_645.html aapg_ah_645.html:506:60640:60645 Piper Canada -0.448350101124535771 +19289 geology_html_8953766677 geology_html_8953766677:90:10602:10622 Palliser Canada -0.453355922590981064 +19290 aapg_ah_385.html aapg_ah_385.html:369:45843:45850 Panoche Central Valley (California) -0.0546960047123581025 +19291 AMJC_html_4487089078 AMJC_html_4487089078:523:44300:44312 Pierre Cheyenne, Wyoming -0.443692774120845845 +19292 aapg_ae_181.html aapg_ae_181.html:6:756:771 Eutaw Tuscaloosa, Alabama -0.447242908821281704 +19293 gsa_html_7102550258 gsa_html_7102550258:1618:145581:145597 Chinle Colorado -0.443701699352459789 +19294 aapg_ac_512.html aapg_ac_512.html:50:5291:5300 Smackover Escambia County, Florida -0.454068782805138071 +19295 cspg_html_1509800797 cspg_html_1509800797:8:436:449 Blood Reserve Lethbridge -0.448408411516637184 +19296 gsa_html_9321084784 gsa_html_9321084784:13:559:572 Santa Barbara California -0.0088338543289246535 +19297 aapg_ac_206.html aapg_ac_206.html:102:14168:14173 Utica Herkimer County, New York -0.0144772441484254995 +19298 cspg_html_1296564271 cspg_html_1296564271:463:50375:50384 Extension Ontario, California -0.430769996617996531 +19299 aapg_ah_505.html aapg_ah_505.html:1860:148306:148314 Colorado Idaho Springs, Colorado -0.480611894173340604 +19300 aapg_ae_959.html aapg_ae_959.html:2766:204005:204021 Whitehorse Texas -0.441860465923672896 +19301 palaios_html_6620293274 palaios_html_6620293274:15:801:828 Stanton Nebraska -0.437408487283808822 +19302 aapg_aa_134.html aapg_aa_134.html:84:11103:11123 Chugwater Cheyenne, Wyoming -0.42423457487964078 +19303 sedimentology_html_6886866268 sedimentology_html_6886866268:424:33429:33466 Albert New Brunswick, New Jersey -0.0205233642338861627 +19304 aapg_aa_647.html aapg_aa_647.html:768:64978:64995 Grimsby Niagara Peninsula -0.464793491936000558 +19305 aapg_ad_691.html aapg_ad_691.html:116:13182:13202 Fort Worth Austin, Chicago 0.013787401887184414 +19306 gsa_html_7737235229 gsa_html_7737235229:924:59900:59910 Bonneterre Missouri River -0.478570111716157764 +19307 aapg_aa_328.html aapg_aa_328.html:242:19324:19342 Maltrata Texas -0.0733367571381979416 +19308 aapg_ae_941.html aapg_ae_941.html:39:3444:3457 Woodbine Austin, Chicago -0.455184317280275863 +19309 cspg_html_9332855346 cspg_html_9332855346:105:6751:6773 Elk Lacombe, Alberta -0.0278217295801544348 +19310 gsa_html_1741354143 gsa_html_1741354143:639:57654:57682 Green River New Mexico -0.0248831928885421966 +19311 aapg_aa_683.html aapg_aa_683.html:105:14747:14755 Cloverly Colorado -0.00702877531362414328 +19312 aapg_ae_999.html aapg_ae_999.html:74:11597:11612 Tampa Mississippi River -0.491049570598957486 +19313 gsa_html_1248650603 gsa_html_1248650603:742:72733:72742 San Diego California -0.0512069723189051348 +19314 cspg_html_6356755616 cspg_html_6356755616:333:50638:50652 Edmonton Lacombe, Alberta -0.461026124022890449 +19315 aapg_ah_391.html aapg_ah_391.html:77:7680:7699 Coldwater Ventura County, California -0.446186272521599148 +19316 palaios_html_9507397379 palaios_html_9507397379:199:20820:20837 Barstow Washington (state) 0.473160248794255944 +19317 cspg_html_7409170811 cspg_html_7409170811:619:72976:72991 Banff Lacombe, Alberta -0.441392939290133568 +19318 aapg_ah_311.html aapg_ah_311.html:273:28899:28909 Fort Union Fort Union Trading Post National Historic Site -0.434757184965269161 +19319 aapg_ae_369.html aapg_ae_369.html:173:18555:18565 Tuscaloosa Pottsville, Pennsylvania -0.464914549119890219 +19320 geology_html_8587085938 geology_html_8587085938:242:20360:20386 Monterey California -0.00500312776260552431 +19321 aapg_af_892.html aapg_af_892.html:188:18032:18040 Wolfcamp Texas -0.465579516089382972 +19322 aapg_ae_70.html aapg_ae_70.html:31:4916:4922 Denver Colorado -0.0410313671820840969 +19323 aapg_ac_750.html aapg_ac_750.html:58:4822:4830 Beaumont Beaumont, Texas -0.388910974048475411 +19324 cspg_html_4338314003 cspg_html_4338314003:6:499:515 Viking Lacombe, Alberta -0.461271782333034175 +19325 cspg_html_5955028331 cspg_html_5955028331:508:61027:61033 Viking Lacombe, Alberta -0.429978093202176226 +19326 aapg_ae_393.html aapg_ae_393.html:98:6610:6635 Woodbine Mexia, Texas -0.450878806444675151 +19327 aapg_ai_185.html aapg_ai_185.html:92:9919:9928 Mesaverde Fort Union Trading Post National Historic Site -0.442542141875480355 +19328 cspg_html_3740794265 cspg_html_3740794265:439:45262:45279 Bluesky Lacombe, Alberta -0.0379084268863619928 +19329 aapg_af_640.html aapg_af_640.html:101:6174:6190 Midway Caddo Parish, Louisiana -0.446521936096131722 +19330 aapg_af_575.html aapg_af_575.html:738:102496:102499 Ada Brazos River -0.431395188299852905 +19331 aapg_af_176.html aapg_af_176.html:41:4446:4451 Pearl Herington, Kansas -0.438386363525214817 +19332 aapg_ac_491.html aapg_ac_491.html:53:8052:8063 Las Trancas El Salvador -0.00581963313965654701 +19333 aapg_ae_66.html aapg_ae_66.html:63:6529:6537 Deadwood Black Hills 0.602114280174102512 +19334 cspg_html_9435196958 cspg_html_9435196958:1354:56925:56934 San Diego California -0.0243946529781233976 +19335 aapg_aa_784.html aapg_aa_784.html:16:546:552 Denver Colorado -0.463271407180362194 +19336 cspg_html_9951421861 cspg_html_9951421861:209:30784:30793 Athabasca Clearwater, Florida -0.471336008805755435 +19337 gsa_html_4312040636 gsa_html_4312040636:159:16241:16258 Hookton Eel River (Indiana) -0.00682551256752809629 +19338 cspg_html_9330018201 cspg_html_9330018201:121:19180:19187 Windsor Lacombe, Alberta -0.46887974264236626 +19339 cspg_html_4392308496 cspg_html_4392308496:99:17132:17148 Cumberland New Brunswick, New Jersey -0.0270600859182637335 +19340 gsa_html_4904229335 gsa_html_4904229335:11:483:496 Santa Barbara California -0.0445280936514478309 +19341 gsa_html_3648258377 gsa_html_3648258377:661:63259:63266 Magothy Bass River Township, New Jersey -0.00861668517403405519 +19342 cspg_html_7970836465 cspg_html_7970836465:82:10925:10932 Romaine Anticosti Island -0.472512577150688062 +19343 aapg_ac_618.html aapg_ac_618.html:13:1614:1620 Tesnus Wichita, Kansas -0.000538525226563065168 +19344 aapg_ai_141.html aapg_ai_141.html:4:511:519 Columbia Mexico -0.438930071485580497 +19345 AMJC_html_5916115748 AMJC_html_5916115748:1293:120005:120015 Washington Salem, Oregon -0.441927274708787343 +19346 gsa_html_8161586681 gsa_html_8161586681:694:72858:72868 Washington Washington (state) -0.462125287699645448 +19347 sedimentology_html_1046729113 sedimentology_html_1046729113:2390:177053:177059 Walker Cheyenne, Wyoming -0.469070208322842297 +19348 aapg_ah_647.html aapg_ah_647.html:813:87905:87910 Supai Naco, Sonora -0.0256760172657262489 +19349 aapg_ai_255.html aapg_ai_255.html:37:6680:6698 Salamonie Dolomite Bloomington, Indiana -0.431133173871068531 +19350 aapg_ae_411.html aapg_ae_411.html:41:3754:3768 Buda Buda, Texas -0.00965910742103491191 +19351 AMJC_html_1252169248 AMJC_html_1252169248:37:3632:3642 Laurentian Cambridge, Massachusetts -0.466920106770381871 +19352 gsa_html_4098385343 gsa_html_4098385343:774:76034:76042 Yakataga Anchorage, Alaska -0.0335442004664093935 +19353 gsa_html_7808051457 gsa_html_7808051457:761:75854:75871 Dotsero Colorado -0.060151955110341257 +19354 aapg_aa_934.html aapg_aa_934.html:293:33050:33070 San Andres Texas 0.015528550514538322 +19355 AMJC_html_8494031493 AMJC_html_8494031493:1212:129195:129224 Bonneterre Missouri River 0.388603054382978708 +19356 cspg_html_4614759573 cspg_html_4614759573:465:60844:60849 Honna Middle East -0.438007065376213589 +19357 aapg_ah_276.html aapg_ah_276.html:159:15215:15233 Monterey Monterey, California -0.121956368241791152 +19358 geology_html_2265365356 geology_html_2265365356:75:5292:5300 Kootenay Anchorage, Alaska -0.450649451770273157 +19359 aapg_af_854.html aapg_af_854.html:707:99325:99335 Salem Burlington, Ontario -0.00910662035546105052 +19360 cspg_html_2826081830 cspg_html_2826081830:68:10762:10774 Grand Rapids Western world -0.474808096218428344 +19361 cspg_html_6306091047 cspg_html_6306091047:52:10295:10304 Baldonnel Lacombe, Alberta -0.487560856421757394 +19362 aapg_aa_4.html aapg_aa_4.html:119:14872:14878 Luther West Fork River -0.0198420227136738916 +19363 aapg_aa_702.html aapg_aa_702.html:1472:146822:146828 Casper Cheyenne, Wyoming 0.00342225822606024525 +19364 aapg_ad_743.html aapg_ad_743.html:438:48205:48215 Rio Grande Texas 0.0288373212008630891 +19365 aapg_ae_871.html aapg_ae_871.html:344:55037:55055 Kaskapau Lacombe, Alberta -0.0288773204111550628 +19366 geology_html_1087495553 geology_html_1087495553:299:24264:24298 Endako Canada 0.00222359260486516743 +19367 geology_html_9314524367 geology_html_9314524367:50:4253:4292 Sailor Canyon Sierra Nevada (Spain) -0.0295955881019379606 +19368 AMJC_html_6759408618 AMJC_html_6759408618:546:53389:53415 Martinsburg Harrisburg, Pennsylvania 0.396715603280148987 +19369 sedimentology_html_3865745685 sedimentology_html_3865745685:1364:100609:100627 Dunvegan Lacombe, Alberta -0.0173254356777415887 +19370 cspg_html_7378664643 cspg_html_7378664643:841:114222:114242 Swan Hills Lacombe, Alberta -0.463478914486847693 +19371 aapg_ai_294.html aapg_ai_294.html:468:62438:62447 Smackover Mississippi River -0.492776907152809196 +19372 aapg_ae_873.html aapg_ae_873.html:660:78093:78118 Trowbridge Texas -0.466842269540434285 +19373 cspg_html_3102530088 cspg_html_3102530088:73:9740:9750 Milk River Lacombe, Alberta -0.426679013535527729 +19374 cspg_html_8568877195 cspg_html_8568877195:596:75583:75601 Foremost Lacombe, Alberta -0.443701699352459789 +19375 palaios_html_2736581987 palaios_html_2736581987:503:54755:54773 Catskill Pennsylvania -0.449703411954729404 +19376 cspg_html_5818285590 cspg_html_5818285590:446:60496:60521 Skonun Charlotte Amalie, United States Virgin Islands -0.0385036919951944542 +19377 aapg_ad_55.html aapg_ad_55.html:38:3717:3730 Plattin Missouri River -0.0326639109248070408 +19378 aapg_ae_660.html aapg_ae_660.html:90:11166:11186 Smackover Arkansas -0.211259258693411889 +19379 aapg_ac_881.html aapg_ac_881.html:694:80369:80388 Deadwood Winnipeg -0.434712986404073964 +19380 aapg_af_629.html aapg_af_629.html:435:23437:23455 Sundance Cheyenne, Wyoming -0.013471157649090371 +19381 sedimentology_html_8676320501 sedimentology_html_8676320501:197:12231:12236 Cadiz Portugal -0.485663921579086111 +19382 cspg_html_4659384530 cspg_html_4659384530:172:20584:20596 Gilwood Swan Hill, Victoria -0.453180049702502807 +19383 aapg_ac_475.html aapg_ac_475.html:113:15821:15840 Kishenehn South Fork Flathead River -0.475325709854034217 +19384 cspg_html_8266552811 cspg_html_8266552811:6:391:407 Viking Lacombe, Alberta -0.44304146514738707 +19385 cspg_html_4298557570 cspg_html_4298557570:45:6898:6916 Edmonton Red Deer, Alberta -0.0219956359317186878 +19386 gsa_html_8917146841 gsa_html_8917146841:115:13799:13808 Red Bluff California -0.439165406786194035 +19387 aapg_ae_71.html aapg_ae_71.html:342:31736:31741 Bluff Summerville, South Carolina -0.461271782333034175 +19388 cspg_html_9957758447 cspg_html_9957758447:333:43163:43196 Birdbear Regina, Saskatchewan -0.453130450697368015 +19389 geology_html_4403865682 geology_html_4403865682:63:7178:7187 Eel River Scotia, New York -0.256057449112979452 +19390 sedimentology_html_1825589032 sedimentology_html_1825589032:6452:125969:125973 Hall London, Ontario -0.463435584788403632 +19391 cspg_html_7117661916 cspg_html_7117661916:169:16661:16684 Turner Valley Lacombe, Alberta -0.0230090906667148494 +19392 cspg_html_4666332434 cspg_html_4666332434:634:81240:81248 Foremost Lacombe, Alberta -0.46326000708216164 +19393 aapg_ad_2.html aapg_ad_2.html:1416:193348:193360 Chambersburg Martinsburg, Nebraska -0.46567095948211501 +19394 cspg_html_4409656292 cspg_html_4409656292:717:76790:76810 Colorado Niobrara, Nebraska -0.0452074024796540394 +19395 aapg_ac_198.html aapg_ac_198.html:232:20578:20590 Austin Chalk Navarro County, Texas -0.0836561503881612795 +19396 aapg_ac_264.html aapg_ac_264.html:943:92130:92136 Moscow Saratov Oblast -0.0326639109248070408 +19397 aapg_ac_895.html aapg_ac_895.html:92:7269:7281 Austin Chalk Guadalupe County, Texas -0.116891740701143887 +19398 jgeology_html_1740511298 jgeology_html_1740511298:722:53582:53588 Putnam Hartford, Connecticut -0.485954043848796258 +19399 cspg_html_7176835767 cspg_html_7176835767:702:83970:83979 Mackenzie Mackenzie River -0.020415599374651202 +19400 aapg_af_849.html aapg_af_849.html:22:3526:3532 Denver Colorado -0.0822151314289333579 +19401 aapg_ae_419.html aapg_ae_419.html:253:33125:33131 Sierra Chihuahua (state) -0.00521159632259529833 +19402 jgeology_html_2724449901 jgeology_html_2724449901:816:41913:41919 Sierra Spain -0.495702329885848558 +19403 cspg_html_2013109828 cspg_html_2013109828:331:60714:60734 Beaverfoot Bear Lake, Michigan -0.453085363047098455 +19404 cspg_html_6306091047 cspg_html_6306091047:67:12249:12257 Pardonet Lacombe, Alberta -0.466714081975797668 +19405 gsa_html_5051054217 gsa_html_5051054217:848:82729:82745 Navajo Logan, Utah -0.0258220684876826687 +19406 aapg_ad_52.html aapg_ad_52.html:954:103062:103071 Coldwater Arenac County, Michigan -0.426641763905032778 +19407 aapg_ac_79.html aapg_ac_79.html:301:34052:34059 Clinton Ohio -0.506480312624030593 +19408 cspg_html_3966186144 cspg_html_3966186144:145:19967:19982 Palliser Elbow River -0.442649117020085803 +19409 cspg_html_1644457308 cspg_html_1644457308:14:1703:1707 Toad Pine River (Michigan) 0.295097082049141257 +19410 aapg_ah_640.html aapg_ah_640.html:38:3747:3755 Michigan Ohio -0.0332814982379016425 +19411 aapg_af_625.html aapg_af_625.html:274:26018:26028 Greenbrier Huntington, West Virginia -0.459996458565647859 +19412 aapg_aa_789.html aapg_aa_789.html:75:7825:7842 Oquirrh Oquirrh Mountain Utah Temple -0.459837454744856933 +19413 palaios_html_3214166666 palaios_html_3214166666:375:34749:34773 Cedar Mountain Logan, Utah -0.447135398674851747 +19414 palaios_html_7565718144 palaios_html_7565718144:140:13853:13865 Cooking Lake Lacombe, Alberta -0.124349021813591643 +19415 aapg_ai_995.html aapg_ai_995.html:127:20308:20314 Forest Trinidad and Tobago -0.538415348694399332 +19416 palaios_html_5600528347 palaios_html_5600528347:546:53667:53688 Green River Cheyenne, Wyoming -0.429934117971200513 +19417 aapg_ah_318.html aapg_ah_318.html:1769:166401:166410 San Pedro Mexico -0.456337429672799166 +19418 cspg_html_3501550466 cspg_html_3501550466:620:88670:88695 Grosmont Williston Basin -0.467925738958578585 +19419 aapg_aa_381.html aapg_aa_381.html:8:1075:1084 Etchegoin Rancho Santa Margarita, California -0.363815516007853168 +19420 gsa_html_6446005242 gsa_html_6446005242:29:2796:2824 Green River Colorado -0.011327042139941219 +19421 aapg_ad_274.html aapg_ad_274.html:775:64470:64475 Keele England -0.471754879498828661 +19422 gsa_html_2192066025 gsa_html_2192066025:28:2580:2711 Columbia Boise, Idaho -0.0536688201190548622 +19423 aapg_af_479.html aapg_af_479.html:76:10187:10200 Mount Soledad San Diego -0.24451831706688229 +19424 gsa_html_4108353219 gsa_html_4108353219:18:809:832 Beck Spring Dolomite California -0.438131262990121173 +19425 gsa_html_2989317971 gsa_html_2989317971:594:62260:62282 Challis Snake River Plain (ecoregion) -0.503937652022910187 +19426 cspg_html_8247666269 cspg_html_8247666269:347:42062:42080 Deer Bay Ellesmere Island -0.0424382503363121347 +19427 aapg_ac_222.html aapg_ac_222.html:311:40446:40462 Chinle Middle East -0.029755595097347827 +19428 aapg_ac_59.html aapg_ac_59.html:62:8589:8609 Point Loma Carlsbad, New Mexico -0.46687889797168336 +19429 aapg_ai_399.html aapg_ai_399.html:174:17920:17933 Porters Creek Illinois -0.441998542726141919 +19430 sedimentology_html_6985257926 sedimentology_html_6985257926:28:1919:1928 Newcastle York, Pennsylvania -0.44948782523520614 +19431 aapg_ad_808.html aapg_ad_808.html:1237:84833:84841 Frontier Cheyenne, Wyoming -0.190617512252277688 +19432 aapg_ah_447.html aapg_ah_447.html:75:10583:10593 Rio Grande Texas -0.501517155815179638 +19433 aapg_ai_697.html aapg_ai_697.html:84:8759:8765 Casper Cheyenne, Wyoming -0.450676431675374467 +19434 cspg_html_5345848475 cspg_html_5345848475:730:77090:77113 Niobrara Regina, Saskatchewan 0.136720439435791624 +19435 aapg_ac_849.html aapg_ac_849.html:106:10942:10970 Parkwood Alabama -0.18665993333265124 +19436 aapg_ae_625.html aapg_ae_625.html:177:20392:20400 Columbia Canada -0.476093453364925034 +19437 aapg_ai_31.html aapg_ai_31.html:308:30391:30400 Catahoula Oakville, California -0.437953842888147871 +19438 aapg_ah_881.html aapg_ah_881.html:106:11717:11740 Chuckanut Lake Whatcom -0.464501195477937445 +19439 aapg_ad_153.html aapg_ad_153.html:161:16389:16413 Michigan Mississippi River -0.462102516958969756 +19440 gsa_html_5865982995 gsa_html_5865982995:1419:149113:149134 Green River Cheyenne, Wyoming -0.494415595917255202 +19441 geology_html_5777537211 geology_html_5777537211:363:28465:28471 Oxford Earth -0.0610422350371359126 +19442 geology_html_6536193862 geology_html_6536193862:99:8407:8420 Potomac Bass River Township, New Jersey -0.0222581200663617834 +19443 palaios_html_7076037184 palaios_html_7076037184:307:28342:28362 Tradewater Illinois -0.48312719960823608 +19444 cspg_html_1189888589 cspg_html_1189888589:16:2244:2274 Paskapoo Cheyenne, Wyoming -0.46944207930236781 +19445 aapg_ad_338.html aapg_ad_338.html:234:25548:25555 Magothy Delaware -0.014028931537317782 +19446 geology_html_4860930737 geology_html_4860930737:13:631:639 Virginia Reston, Virginia -0.457840951353905012 +19447 aapg_ae_524.html aapg_ae_524.html:76:7473:7477 Frio Jackson County, Missouri -0.166161000407535508 +19448 aapg_aa_243.html aapg_aa_243.html:143:11833:11840 Clinton Guernsey -0.424391951314652904 +19449 aapg_af_653.html aapg_af_653.html:2433:215194:215202 Monterey Monterey, California 0.0494064405455096889 +19450 sedimentology_html_2442491538 sedimentology_html_2442491538:1046:90172:90188 Cutler Monument Valley -0.444856013246054061 +19451 gsa_html_6869840610 gsa_html_6869840610:724:54242:54250 Colorado Boise, Idaho -0.445998354490544591 +19452 aapg_af_562.html aapg_af_562.html:331:33798:33804 Denver Colorado -0.507910695830472214 +19453 aapg_ad_865.html aapg_ad_865.html:163:16927:16942 Ouray Ouray, Colorado -0.406508287976445226 +19454 AMJC_html_6460325105 AMJC_html_6460325105:859:91370:91403 Florissant Colorado -0.461001107058420345 +19455 palaios_html_6973830442 palaios_html_6973830442:367:31950:31975 Navajo Logan, Utah -0.0476429233409196642 +19456 aapg_ac_867.html aapg_ac_867.html:289:39853:39858 Aneth Mesa, Arizona -0.251503161014079601 +19457 aapg_ac_307.html aapg_ac_307.html:16:1956:1977 Green River Uinta Mountains -0.0126805624942423392 +19458 aapg_ac_471.html aapg_ac_471.html:3:351:374 Winnipegosis Regina, Saskatchewan 1.02910651954214671 +19459 gsa_html_6994589361 gsa_html_6994589361:29:2796:2824 Green River Colorado -0.0285868941347483252 +19460 aapg_ad_557.html aapg_ad_557.html:11080:634519:634527 Colorado Denver -0.0583176759976086131 +19461 aapg_ai_107.html aapg_ai_107.html:413:39188:39207 Smackover Texas -0.0177825001131117176 +19462 aapg_ai_932.html aapg_ai_932.html:548:87498:87502 Hall California -0.0484305318686929845 +19463 geology_html_5186901764 geology_html_5186901764:15:1173:1183 Santa Cruz California -0.50037380579535129 +19464 palaios_html_1262064602 palaios_html_1262064602:942:94919:94935 Chinle Arizona 0.0371635252945789613 +19465 aapg_ai_183.html aapg_ai_183.html:11:1979:1991 Medicine Hat Bantry Bay -0.477130519718023338 +19466 cspg_html_6306091047 cspg_html_6306091047:616:84861:84869 Pardonet Victoria, British Columbia -0.0519827474069236295 +19467 geology_html_1936727088 geology_html_1936727088:55:4149:4216 Mount Simon Illinois -0.443692774120845845 +19468 cspg_html_5241714595 cspg_html_5241714595:154:23262:23270 Columbia Victoria, British Columbia -0.033773852470743819 +19469 cspg_html_8928894270 cspg_html_8928894270:484:57984:58003 Swan Hills Lacombe, Alberta -0.459837454744856933 +19470 gsa_html_6991576096 gsa_html_6991576096:897:73235:73263 Green River Colorado -0.00793912421120361589 +19471 sedimentology_html_1581574492 sedimentology_html_1581574492:828:63306:63325 Greenhorn Hittin 0.15706296948590151 +19472 gsa_html_5631794630 gsa_html_5631794630:1079:71754:71772 Slope Netherlands -0.457532796484121151 +19473 gsa_html_3699124344 gsa_html_3699124344:1095:91606:91634 Green River Colorado -0.013877758051455481 +19474 palaios_html_5921824758 palaios_html_5921824758:15:668:687 Chuckanut Washington (state) -0.529939099818829917 +19475 aapg_ae_771.html aapg_ae_771.html:48:6649:6663 Java Wyoming County, Pennsylvania 0.00132025624175985054 +19476 aapg_af_879.html aapg_af_879.html:795:75976:75991 Hueco Texas -0.449467616590735308 +19477 aapg_ac_417.html aapg_ac_417.html:12:1775:1797 Siletz River Volcanics Tiger Mountain -0.0425949712561439139 +19478 aapg_af_684.html aapg_af_684.html:66:7863:7867 Tyee Salem, Oregon -0.49337628910884479 +19479 cspg_html_9613527162 cspg_html_9613527162:237:33705:33711 Shunda North Portal, Saskatchewan -0.0247023791461900809 +19480 aapg_aa_624.html aapg_aa_624.html:338:33235:33239 Hall Iowa -0.0374506887699371238 +19481 gsa_html_3069013284 gsa_html_3069013284:529:56949:56955 Chinle New Mexico -0.010750205891597751 +19482 aapg_ah_121.html aapg_ah_121.html:67:5994:6008 Aux Vases Clayton County, Georgia -0.028972971193404428 +19483 aapg_ai_278.html aapg_ai_278.html:1082:123803:123820 Tamabra Mexico -0.0366936389096963397 +19484 gsa_html_7472465241 gsa_html_7472465241:29:2796:2824 Green River Iran -0.00562506076616993075 +19485 cspg_html_6736202792 cspg_html_6736202792:239:31156:31180 Athabasca Fort McMurray -0.0432323316549263759 +19486 cspg_html_4516258038 cspg_html_4516258038:488:54747:54751 Eids Bathurst Island (Northern Territory) -0.187940661366522765 +19487 cspg_html_8363357104 cspg_html_8363357104:80:12542:12578 Bison Creek Mons -0.452172819913734925 +19488 aapg_af_97.html aapg_af_97.html:141:16368:16384 Saluda Kentucky -0.0380668126428187481 +19489 aapg_ae_762.html aapg_ae_762.html:65:10429:10434 Rapid Nassau, Bahamas -0.468088488699643923 +19490 cspg_html_7409170811 cspg_html_7409170811:294:44532:44549 Leatham Logan, Utah -0.0236297103321001234 +19491 aapg_ae_993.html aapg_ae_993.html:564:59097:59106 Jefferson Cheyenne, Wyoming -0.43347626990885002 +19492 aapg_aa_851.html aapg_aa_851.html:26:2379:2384 Salem Wayne County, Michigan -0.405403565593077109 +19493 aapg_ad_256.html aapg_ad_256.html:47:6226:6236 Tuscaloosa Shreveport, Louisiana -0.275893379928853211 +19494 aapg_ae_367.html aapg_ae_367.html:171:17823:17829 Sparta Charlotte, North Carolina -0.380951278642033431 +19495 cspg_html_9868683298 cspg_html_9868683298:31:2839:2847 Columbia Victoria, British Columbia -0.457582637906406409 +19496 aapg_aa_863.html aapg_aa_863.html:368:30712:30717 Mural Western world -0.42773794978433255 +19497 aapg_ah_505.html aapg_ah_505.html:1740:142792:142800 Colorado Loveland, Ohio -0.044101376246448068 +19498 cspg_html_4287356899 cspg_html_4287356899:486:69969:69986 Ettrain Western world 0.59490239048603355 +19499 geology_html_2866451415 geology_html_2866451415:240:21330:21340 Sunderland Cambridge, Massachusetts -0.47495364399168194 +19500 palaios_html_1276188815 palaios_html_1276188815:121:14495:14514 Morrison Cedar Mountains 0.0101699042927858082 +19501 cspg_html_6163691495 cspg_html_6163691495:924:83665:83671 Denver Colorado -0.493565158874039067 +19502 aapg_ah_134.html aapg_ah_134.html:16:1811:1818 Hosston Arkoma, Oklahoma -0.0673879880583542618 +19503 gsa_html_6095250049 gsa_html_6095250049:11:511:517 Oregon Salem, Oregon -0.482784406317177284 +19504 cspg_html_7866293053 cspg_html_7866293053:36:4327:4345 Moosebar Fall Creek Falls State Park -0.0315036314272049284 +19505 aapg_af_745.html aapg_af_745.html:612:82530:82544 Niobrara Niobrara, Nebraska -0.454186142712684982 +19506 geology_html_1574115242 geology_html_1574115242:275:24574:24595 Green River Cheyenne, Wyoming -0.0361854896356224864 +19507 cspg_html_6984906794 cspg_html_6984906794:113:16149:16164 Mowry Moberly, Missouri -0.477642564553472426 +19508 gsa_html_5961880366 gsa_html_5961880366:252:23018:23036 Monterey Swaziland -0.00806073698202901257 +19509 aapg_ad_466.html aapg_ad_466.html:1667:172167:172175 Virginia North Carolina 0.0129429334376464592 +19510 cspg_html_5158984399 cspg_html_5158984399:368:40608:40628 Missisauga Logan, Utah -0.465568086328610908 +19511 cspg_html_4694482219 cspg_html_4694482219:40:5037:5058 Belly River Western world -0.480960803547703208 +19512 sedimentology_html_5399632416 sedimentology_html_5399632416:1417:83843:83847 Hall London, Ontario -0.0443852715677367574 +19513 aapg_ac_824.html aapg_ac_824.html:140:13460:13478 Fountain Fremont, California 0.00983284708618408117 +19514 aapg_ad_36.html aapg_ad_36.html:210:20691:20711 Eagle Grapeland, Texas -0.0279573692057954598 +19515 aapg_ae_35.html aapg_ae_35.html:106:10034:10055 Green River Uinta Mountains -0.285705927251272751 +19516 aapg_ad_883.html aapg_ad_883.html:67:8500:8520 Eau Claire Ontario, California -0.468088488699643923 +19517 cspg_html_4834918660 cspg_html_4834918660:7:684:706 Grand Rapids Cordillera Administrative Region -0.0990977149933097434 +19518 sedimentology_html_1046729113 sedimentology_html_1046729113:417:37484:37502 Frontier Cheyenne, Wyoming -0.46853104470756296 +19519 aapg_ad_111.html aapg_ad_111.html:31:4315:4330 Mesaverde San Juan, Argentina -0.448534015757702353 +19520 geology_html_8664329492 geology_html_8664329492:14:463:473 Washington Earth -0.46326000708216164 +19521 gsa_html_8515975571 gsa_html_8515975571:25:1743:1752 Extension Mongolia -0.507408819774050168 +19522 aapg_ah_647.html aapg_ah_647.html:1124:109656:109664 Toroweap McKee, Kentucky 0.0163939573588326656 +19523 AMJC_html_8866429777 AMJC_html_8866429777:144:18664:18673 Conasauga Gadsden, Alabama -0.423098733122919901 +19524 cspg_html_7185087767 cspg_html_7185087767:403:55880:55899 Hibernia Ben Nevis -0.452882496357985831 +19525 cspg_html_6255491344 cspg_html_6255491344:181:27125:27138 Mist Mountain Moose Mountain (Alberta) -0.0960877192367453475 +19526 aapg_ai_17.html aapg_ai_17.html:25:3312:3318 Midway South Vacherie, Louisiana -0.0347847257870449039 +19527 aapg_ai_151.html aapg_ai_151.html:67:6111:6119 Woodbine Austin, Chicago -0.469093158774920749 +19528 aapg_ad_169.html aapg_ad_169.html:108:14615:14633 Greenbrier Greenbrier (Great Smoky Mountains) -0.515565525811440772 +19529 jgeology_html_1694744705 jgeology_html_1694744705:743:44381:44407 Sterling Closter, New Jersey -0.465616092314337648 +19530 aapg_ai_689.html aapg_ai_689.html:255:29360:29417 Haymond West Texas -0.458720680358492616 +19531 aapg_ah_329.html aapg_ah_329.html:283:27962:27970 Monterey Monterey, California -0.269914740269320164 +19532 jgeology_html_6846438992 jgeology_html_6846438992:146:14299:14315 Lee Berkeley Heights, New Jersey -0.478488911708928044 +19533 cspg_html_2929384614 cspg_html_2929384614:316:37366:37373 Halfway Lacombe, Alberta -0.471754879498828661 +19534 aapg_ac_22.html aapg_ac_22.html:85:9199:9209 Tuscaloosa Paluxy, Texas -0.400676723350197883 +19535 cspg_html_5484260516 cspg_html_5484260516:804:62308:62323 Banff Savoy Hotel -0.455595651058867956 +19536 cspg_html_9222238695 cspg_html_9222238695:440:57432:57440 Columbia Victoria, British Columbia -0.467905110852730732 +19537 aapg_ai_53.html aapg_ai_53.html:260:28640:28657 Edwards Austin, Chicago -0.0506631068321719905 +19538 aapg_ai_275.html aapg_ai_275.html:105:12819:12832 Potomac Maryland -0.0360984802655648293 +19539 aapg_ae_74.html aapg_ae_74.html:597:56702:56711 Fruitland Fruitland, Idaho -0.0583700268296453301 +19540 cspg_html_7994114775 cspg_html_7994114775:314:46031:46053 Logan Cohasset, Massachusetts -0.0217296792824245993 +19541 aapg_ac_844.html aapg_ac_844.html:612:60493:60502 Mould Bay Ottawa, Kansas -0.0237635726163751594 +19542 aapg_ah_530.html aapg_ah_530.html:3:498:514 Onate Arizona -0.0610771505726213221 +19543 aapg_ae_993.html aapg_ae_993.html:106:12147:12162 Jefferson Williston, Vermont 0.00724767451713446368 +19544 aapg_ae_973.html aapg_ae_973.html:456:33162:33170 Wolfcamp West Texas -0.482038661537539159 +19545 aapg_ah_332.html aapg_ah_332.html:100:7346:7357 Platteville Mifflin, Wisconsin 0.0341566163154089567 +19546 aapg_ae_473.html aapg_ae_473.html:460:42703:42712 Bucatunna Western world -0.449656248007914428 +19547 aapg_ac_71.html aapg_ac_71.html:210:25333:25340 Sunrise Tonopah, Arizona -0.0385036919951944542 +19548 cspg_html_1009749092 cspg_html_1009749092:33:4181:4198 Belly River Lacombe, Alberta -0.474815026513922711 +19549 aapg_ac_867.html aapg_ac_867.html:549:75979:75999 Phosphoria Cheyenne, Wyoming 0.0182169811347791637 +19550 cspg_html_3550853247 cspg_html_3550853247:26:3007:3015 Frontier Southern Alberta -0.00638076930644856932 +19551 gsa_html_4432793908 gsa_html_4432793908:733:84668:84688 Sheep Pass Reno, Nevada 0.384373147993363917 +19552 cspg_html_1019614994 cspg_html_1019614994:238:37757:37773 Exshaw Regina, Saskatchewan -0.0243946529781233976 +19553 aapg_ai_28.html aapg_ai_28.html:56:4826:4833 Reynosa Texas -0.0299260395523841712 +19554 aapg_ah_394.html aapg_ah_394.html:295:28058:28064 Lisbon Pine Island (Lee County, Florida) -0.466965896576978678 +19555 aapg_ah_506.html aapg_ah_506.html:159:15505:15513 Traverse Antrim, County Antrim 0.0396107727739606202 +19556 cspg_html_7903023332 cspg_html_7903023332:130:16154:16184 Kananaskis Atoka, Oklahoma -0.00525502734736806466 +19557 aapg_ah_430.html aapg_ah_430.html:11:1668:1676 Colorado Loveland, Ohio -0.519105802878321643 +19558 gsa_html_6478927243 gsa_html_6478927243:16:779:785 Auburn California -0.00183793699051183952 +19559 aapg_ae_70.html aapg_ae_70.html:361:36771:36788 Maroon Colorado -0.450595494357366455 +19560 cspg_html_3103886269 cspg_html_3103886269:228:29672:29687 Elk Canada -0.453234160803079433 +19561 aapg_af_854.html aapg_af_854.html:962:135387:135408 Paint Creek Illinois -0.0478676973832001112 +19562 aapg_ah_105.html aapg_ah_105.html:8:1097:1107 San Andres Guadalupe Mountains National Park -0.00382181610432916728 +19563 aapg_ah_774.html aapg_ah_774.html:3:302:319 Bluff Wisconsin -0.417380918090655029 +19564 aapg_ah_360.html aapg_ah_360.html:5:646:654 Woodbine Paluxy, Texas 0.0105973111472393959 +19565 aapg_ah_644.html aapg_ah_644.html:289:34337:34345 Sundance Black Hills 1.11580353952738731 +19566 aapg_ae_789.html aapg_ae_789.html:592:68704:68717 Wabamun Edmonton, London -0.452003931056544739 +19567 aapg_ae_917.html aapg_ae_917.html:315:34782:34791 Leadville Des Moines, Washington -0.47032647773667996 +19568 gsa_html_5293445820 gsa_html_5293445820:1033:107006:107029 Nasina Newberry, South Carolina -0.43344757972276704 +19569 aapg_ai_143.html aapg_ai_143.html:187:20141:20162 Milk River Lacombe, Alberta -0.0623255112896921731 +19570 gsa_html_4071231613 gsa_html_4071231613:809:88335:88341 Oregon Washington (state) -0.002921944296335324 +19571 jgeology_html_4599466962 jgeology_html_4599466962:151:11309:11315 Schoharie Onondaga (tribe) -0.456371367070690814 +19572 aapg_ad_2.html aapg_ad_2.html:1130:154745:154766 Beekmantown Lake Champlain -0.412654959021926393 +19573 aapg_ah_806.html aapg_ah_806.html:62:5006:5011 Atoka Topeka, Kansas -0.364582177597800039 +19574 geology_html_5659701018 geology_html_5659701018:204:20903:20907 Bond North Atlantic Current -0.463697875765281653 +19575 palaios_html_3380988940 palaios_html_3380988940:842:55164:55184 Point Loma California 0.32676033125843984 +19576 cspg_html_5241714595 cspg_html_5241714595:222:34516:34537 Slave Point Victoria, British Columbia -0.00729110700735253591 +19577 sedimentology_html_1574151857 sedimentology_html_1574151857:131:12252:12258 Oregon Washington (state) -0.475963906981033746 +19578 aapg_ae_103.html aapg_ae_103.html:561:47650:47655 Choco Texas -0.480644453081816247 +19579 cspg_html_4165571187 cspg_html_4165571187:10:883:907 Fantasque Victoria, British Columbia -0.0125641469917892202 +19580 gsa_html_8213519494 gsa_html_8213519494:671:65443:65468 Sierra New Mexico -0.477234757760444439 +19581 aapg_ac_373.html aapg_ac_373.html:525:61737:61747 Washington North Sea oil -0.02166536358211529 +19582 cspg_html_8231573314 cspg_html_8231573314:183:19601:19616 Toad Canada -0.427887128546325712 +19583 cspg_html_6064089067 cspg_html_6064089067:13:1484:1492 Winnipeg Regina, Saskatchewan -0.453130450697368015 +19584 gsa_html_8222638730 gsa_html_8222638730:856:80581:80596 Athabasca Lacombe, Alberta -0.0134398809418536571 +19585 geology_html_8186130789 geology_html_8186130789:11:645:654 San Diego California -0.0100083249466689488 +19586 palaios_html_7679079277 palaios_html_7679079277:254:20854:20871 Entrada Logan, Utah 0.000792153354614578671 +19587 aapg_ac_924.html aapg_ac_924.html:394:41729:41753 Mission Canyon Cheyenne, Wyoming 0.00387740688998069061 +19588 aapg_ai_962.html aapg_ai_962.html:325:22343:22357 Yeso New Mexico -0.0435005244860851084 +19589 aapg_ah_775.html aapg_ah_775.html:342:40417:40425 Colorado Colorado -0.473718414704639712 +19590 AMJC_html_6430804426 AMJC_html_6430804426:174:15023:15027 Omoa Honduras -0.477204643263094197 +19591 aapg_ac_984.html aapg_ac_984.html:199:18168:18177 Franconia Illinois -0.43919205226689878 +19592 AMJC_html_6438444321 AMJC_html_6438444321:669:120343:120363 Carbondale Illinois -0.0538135585529799509 +19593 cspg_html_9867937846 cspg_html_9867937846:266:37379:37403 Cardium Lacombe, Alberta -0.46944207930236781 +19594 cspg_html_6644065685 cspg_html_6644065685:199:20234:20249 Melville Island Banks Island -0.498053805119432369 +19595 aapg_ae_546.html aapg_ae_546.html:208:24424:24448 Cotton Valley Cotton Valley, Louisiana -0.445989406971527558 +19596 aapg_ad_836.html aapg_ad_836.html:141:11572:11581 Maquoketa Elkhorn, Manitoba 0.03866730918208406 +19597 aapg_ac_538.html aapg_ac_538.html:301:34790:34806 Viking Lacombe, Alberta -0.00837345699819263926 +19598 aapg_ae_147.html aapg_ae_147.html:281:28082:28098 Modelo Oak Ridge, Tennessee -0.0739299028075455916 +19599 aapg_ad_466.html aapg_ad_466.html:1258:134866:134884 Patuxent Virginia -0.0570962758686634417 +19600 aapg_ah_811.html aapg_ah_811.html:230:18852:18868 Mt Lytton Texas -0.0441727846104635197 +19601 gsa_html_9312061344 gsa_html_9312061344:986:88162:88171 San Pedro Mexico -0.0332519228723545321 +19602 aapg_ai_250.html aapg_ai_250.html:3:321:338 Manitou Colorado -0.451812561628617604 +19603 aapg_ah_830.html aapg_ah_830.html:18:3120:3147 Prospect Reno, Nevada -0.00696275827002107526 +19604 gsa_html_5980600505 gsa_html_5980600505:389:44773:44782 San Diego California -0.000885961050334026765 +19605 sedimentology_html_8803606067 sedimentology_html_8803606067:42:2854:2860 Sibley Papua New Guinea -0.0280825762237737336 +19606 gsa_html_4543270561 gsa_html_4543270561:14:551:559 Colorado Denver -0.484135384227082133 +19607 aapg_ai_996.html aapg_ai_996.html:190:14640:14653 Potomac Delaware River 0.957145558229600457 +19608 aapg_ae_499.html aapg_ae_499.html:273:28826:28834 Colorado Colorado -0.503913746830082165 +19609 aapg_ac_380.html aapg_ac_380.html:421:49886:49895 Edgecliff Onondaga (tribe) -0.0337355768098034706 +19610 sedimentology_html_5928847992 sedimentology_html_5928847992:1088:81391:81401 Sunderland Cambridge, Massachusetts -0.429978093202176226 +19611 gsa_html_6982030333 gsa_html_6982030333:1404:128757:128763 Oregon Salem, Oregon -0.460980639153810601 +19612 aapg_af_357.html aapg_af_357.html:196:20763:20768 Salem Salem, Massachusetts -0.0361854896356224864 +19613 cspg_html_9354781888 cspg_html_9354781888:425:40607:40615 Columbia Victoria, British Columbia -0.0520489971910248345 +19614 cspg_html_6193252551 cspg_html_6193252551:133:20299:20327 Romaine Anticosti Island 0.416526256636539582 +19615 sedimentology_html_5466606223 sedimentology_html_5466606223:394:33131:33137 Taylor London, Ontario -0.467868439854770279 +19616 aapg_ad_441.html aapg_ad_441.html:68:4842:4859 Kayenta Chinle Formation -0.0169709132296714665 +19617 aapg_ah_753.html aapg_ah_753.html:31:5690:5697 Moncton New Brunswick, New Jersey 0.028644283249609527 +19618 aapg_ac_628.html aapg_ac_628.html:730:125516:125527 Summerville Coconino County, Arizona -0.464473797617463435 +19619 gsa_html_9052101586 gsa_html_9052101586:541:67932:67954 Peoria Fox Valley (Illinois) -0.454475093508583283 +19620 aapg_ac_844.html aapg_ac_844.html:195:23949:23958 Mould Bay Canada -0.0310531186314172737 +19621 aapg_af_666.html aapg_af_666.html:744:64165:64181 Dakota Cheyenne, Wyoming -0.444157000692344317 +19622 aapg_ai_337.html aapg_ai_337.html:390:41204:41216 Salina Michigan -0.420852845216307503 +19623 aapg_af_99.html aapg_af_99.html:16:2616:2636 Manzanilla Dominican Republic -0.0531544123709719873 +19624 aapg_aa_124.html aapg_aa_124.html:910:86263:86276 Turner Valley Lacombe, Alberta -0.213050552251147385 +19625 aapg_ae_876.html aapg_ae_876.html:699:74306:74314 Colorado Pueblo, Colorado -0.0774744819488543401 +19626 AMJC_html_8619525948 AMJC_html_8619525948:565:62303:62315 Rhode Island Newport, Rhode Island 0.73596156717327843 +19627 gsa_html_6784086593 gsa_html_6784086593:26:2465:2525 Rico Puerto Rico -0.486436238766394913 +19628 aapg_ah_94.html aapg_ah_94.html:32:4560:4580 Fort Union Cheyenne, Wyoming -0.00935506485841901096 +19629 geology_html_4235681559 geology_html_4235681559:312:26589:26606 Gorge Pilbara craton -0.0415049470252112224 +19630 cspg_html_8227554214 cspg_html_8227554214:262:27564:27576 Hillsborough Salem, Massachusetts -0.460269102262388319 +19631 aapg_ae_75.html aapg_ae_75.html:43:6952:6987 Bliss Earp, California -0.114725642176479972 +19632 geology_html_8708783169 geology_html_8708783169:27:2042:2050 Colorado Denver -0.453829596260670209 +19633 aapg_ad_169.html aapg_ad_169.html:88:11989:12006 Taggard Greenbrier (Great Smoky Mountains) -0.040244442684913409 +19634 sedimentology_html_6416259425 sedimentology_html_6416259425:975:76122:76156 Lockatong Closter, New Jersey 0.409554239223297867 +19635 aapg_ah_871.html aapg_ah_871.html:32:4241:4245 Hall Montreal -0.455252106655251121 +19636 aapg_ah_136.html aapg_ah_136.html:54:5022:5030 Virginia Virginia 0.00647979387541270779 +19637 aapg_ae_465.html aapg_ae_465.html:69:8030:8053 Comanche Peak Texas -0.48836305156476878 +19638 gsa_html_1079290957 gsa_html_1079290957:836:86740:86758 Kayenta Chinle Formation -0.434518537443352337 +19639 geology_html_2449871414 geology_html_2449871414:76:8310:8326 Poleta Durham, North Carolina -0.457736710679965686 +19640 aapg_ac_983.html aapg_ac_983.html:361:57989:58003 Iola Kansas City, Kansas -0.00456360840821551893 +19641 cspg_html_5241714595 cspg_html_5241714595:154:23185:23206 Elk Victoria, British Columbia -0.048386967383413422 +19642 cspg_html_3277684928 cspg_html_3277684928:370:40519:40543 Bluff Grand Cayman -0.0381695036603138874 +19643 aapg_aa_495.html aapg_aa_495.html:83:11574:11585 Haynesville Haynesville, Louisiana -0.376856317065978053 +19644 aapg_ai_143.html aapg_ai_143.html:166:19280:19290 Bow Island Saskatchewan River -0.513662038503922114 +19645 cspg_html_9735723617 cspg_html_9735723617:2071:178708:178723 Melville Island District Council of Franklin Harbour -0.460980639153810601 +19646 aapg_aa_110.html aapg_aa_110.html:65:9657:9675 Bridger Wasatch Range -0.0156814715209821626 +19647 palaios_html_2994452429 palaios_html_2994452429:759:75084:75098 Toad Boise, Idaho -0.127318521676232477 +19648 cspg_html_8756009083 cspg_html_8756009083:1014:98657:98678 Slave Point Richmond, California -0.0134398809418536571 +19649 sedimentology_html_7627991492 sedimentology_html_7627991492:1103:58468:58486 Beaumont Texas -0.00961046045389274753 +19650 cspg_html_7310162886 cspg_html_7310162886:210:28811:28828 Shublik Canning River (Alaska) -0.435668138774596203 +19651 aapg_ae_958.html aapg_ae_958.html:2349:200211:200217 Salado New Mexico -0.0273313514332929886 +19652 cspg_html_4666332434 cspg_html_4666332434:628:80899:80921 Belly River Lacombe, Alberta -0.0214480825633718564 +19653 gsa_html_9459410652 gsa_html_9459410652:745:64322:64350 Green River Colorado 0.000842531559138272996 +19654 aapg_ae_873.html aapg_ae_873.html:1088:129041:129057 Paluxy Goodland, Kansas 0.000277948477905467942 +19655 aapg_ah_80.html aapg_ah_80.html:39:4397:4413 Kingsvale Canada -0.471543117662309108 +19656 AMJC_html_4692260170 AMJC_html_4692260170:131:13989:14005 Clough Quartzite Littleton, Colorado -0.0482911263715116029 +19657 cspg_html_1893593837 cspg_html_1893593837:190:15590:15606 Bad Cache Rapids Churchill River (Atlantic) -0.48663294001243923 +19658 aapg_ae_380.html aapg_ae_380.html:15:1834:1840 Lissie Beaumont, Texas -0.479521879225688563 +19659 aapg_ae_917.html aapg_ae_917.html:262:29089:29101 State Bridge Colorado -0.464533160716817162 +19660 aapg_ae_68.html aapg_ae_68.html:105:13057:13063 Tomera Snake River Plain (ecoregion) -0.064966254466043899 +19661 cspg_html_7028413504 cspg_html_7028413504:435:48626:48672 Duvernay Canada -0.452909542628234352 +19662 aapg_ai_281.html aapg_ai_281.html:12:2136:2153 El Abra Matamoros, Tamaulipas -0.485308421911267773 +19663 palaios_html_8915371254 palaios_html_8915371254:658:42727:42751 Choctawhatchee Melbourne, Florida -0.233883608084619443 +19664 aapg_af_779.html aapg_af_779.html:15:2595:2609 Traverse Antrim, County Antrim -0.474050715756885177 +19665 aapg_ah_779.html aapg_ah_779.html:247:45471:45479 Richmond Maysville, Kentucky -0.0328900657953446335 +19666 cspg_html_4727171280 cspg_html_4727171280:175:16565:16583 Edmonton Lacombe, Alberta -0.493659609592116133 +19667 palaios_html_3112927242 palaios_html_3112927242:673:56909:56928 Tuscarora Pennsylvania -0.464501195477937445 +19668 aapg_aa_171.html aapg_aa_171.html:500:47315:47337 Albert New Brunswick, New Jersey -0.497237628494831441 +19669 cspg_html_2760914701 cspg_html_2760914701:6:405:425 Dawson Bay Regina, Saskatchewan 0.365242101248739293 +19670 aapg_ai_157.html aapg_ai_157.html:482:45575:45581 Salina Guelph -0.44255997020698512 +19671 aapg_ai_163.html aapg_ai_163.html:549:46211:46217 Kaibab Coconino County, Arizona -0.441437455474761709 +19672 sedimentology_html_3865745685 sedimentology_html_3865745685:1486:106135:106141 Casper Laramie, Wyoming -0.487244407985101158 +19673 cspg_html_4143222666 cspg_html_4143222666:119:15260:15289 Milk River Lacombe, Alberta -0.469382385724573914 +19674 cspg_html_2863271815 cspg_html_2863271815:518:62789:62810 Salina Salina, Kansas -0.454034931813569353 +19675 aapg_aa_869.html aapg_aa_869.html:445:57373:57380 El Abra Mexico -0.49593907588154873 +19676 aapg_ae_873.html aapg_ae_873.html:217:25610:25626 Paluxy Goodland, Kansas -0.394836293011726125 +19677 cspg_html_9354781888 cspg_html_9354781888:433:41083:41105 Charlie Lake Lacombe, Alberta -0.469024309212410007 +19678 aapg_ai_8.html aapg_ai_8.html:302:43793:43798 Oread Kansas City, Kansas -0.0196404059622709952 +19679 cspg_html_9354781888 cspg_html_9354781888:246:29917:29934 Halfway Lacombe, Alberta -0.462125287699645448 +19680 sedimentology_html_6883662179 sedimentology_html_6883662179:1075:60041:60045 Hall London, Ontario -0.480597940731277096 +19681 cspg_html_2546442054 cspg_html_2546442054:342:42578:42592 Bearpaw Beaumont, Texas 1.02084218490314838 +19682 aapg_ak_87.html aapg_ak_87.html:592:66670:66680 Naco Chiricahua Mountains -0.0232768060359763093 +19683 gsa_html_5274400800 gsa_html_5274400800:695:56437:56455 Monterey California -0.135123719703360956 +19684 gsa_html_5525079715 gsa_html_5525079715:336:40149:40162 Northwest Arm Yakutat City and Borough, Alaska -0.0256238564672171959 +19685 palaios_html_5398833984 palaios_html_5398833984:851:93196:93222 Horseshoe Canyon Lacombe, Alberta 0.488564891990274974 +19686 gsa_html_5107598462 gsa_html_5107598462:384:33018:33025 Berwick Salina, Kansas -0.0584956705548907718 +19687 cspg_html_2406266627 cspg_html_2406266627:354:37755:37766 Belly River Arctic Cordillera -0.0176486817607870612 +19688 cspg_html_2873888604 cspg_html_2873888604:246:37484:37514 Maroon Colorado -0.0377274176775576064 +19689 cspg_html_3354282978 cspg_html_3354282978:938:100384:100393 Extension Dolomites -0.454764136650290418 +19690 cspg_html_9343899465 cspg_html_9343899465:1794:146508:146527 Strathcona Fiord Ellesmere Island -0.436832441054611387 +19691 aapg_aa_685.html aapg_aa_685.html:387:35686:35706 North Horn Flagstaff, Arizona -0.444835906435795903 +19692 cspg_html_4287356899 cspg_html_4287356899:3474:366104:366113 Porcupine Cairns, Queensland -0.0930606909870250743 +19693 geology_html_2158845616 geology_html_2158845616:349:26975:26982 Shuswap Victoria, British Columbia -0.0381033635608957824 +19694 aapg_ad_59.html aapg_ad_59.html:79:14308:14327 Greenhorn Black Hills -0.0109517499830736591 +19695 aapg_aa_288.html aapg_aa_288.html:413:44845:44856 Mowry Cheyenne, Wyoming 0.028719063380531186 +19696 aapg_ai_641.html aapg_ai_641.html:18:3078:3093 Mesaverde Piceance Basin -0.102576855446592813 +19697 gsa_html_1636483297 gsa_html_1636483297:1201:97909:97937 Green River Colorado 0.00403028171567929548 +19698 AMJC_html_5811173587 AMJC_html_5811173587:631:44408:44416 Scotland England -0.496938878513721649 +19699 aapg_ah_428.html aapg_ah_428.html:429:51161:51178 El Paso El Paso, Texas -0.474203062673125064 +19700 aapg_ad_653.html aapg_ad_653.html:77:10220:10262 Imperial Canada -0.0245111361705637049 +19701 gsa_html_5756232019 gsa_html_5756232019:904:78855:78861 Reston Virginia -0.431186011272103542 +19702 aapg_aa_23.html aapg_aa_23.html:320:37961:37973 Winnipegosis Winnipeg 1.25337377195705879 +19703 jgeology_html_1838149422 jgeology_html_1838149422:1105:96982:96990 Arikaree Nebraska -0.0411306079885422268 +19704 aapg_ah_620.html aapg_ah_620.html:130:18203:18222 Athabasca Adirondack Mountains -0.0518153822203646572 +19705 aapg_aa_691.html aapg_aa_691.html:424:54747:54756 Gibraltar Atlantic Ocean -0.478642038078168519 +19706 aapg_ah_244.html aapg_ah_244.html:304:35668:35702 Cathedral Logan, Utah -0.0128838563321652909 +19707 sedimentology_html_5454445617 sedimentology_html_5454445617:1002:73579:73599 Blair Andaman and Nicobar Islands -0.460946527021081187 +19708 cspg_html_8767215556 cspg_html_8767215556:74:8304:8329 Beaverhill Swan Hill, Victoria 0.00517685152155035466 +19709 aapg_ai_583.html aapg_ai_583.html:65:10196:10208 Medicine Bow Black Hills 0.00208809189150845889 +19710 geology_html_4376492235 geology_html_4376492235:11:448:456 Victoria Victoria, British Columbia -0.0784551606872300467 +19711 gsa_html_1983936163 gsa_html_1983936163:876:68854:68860 Jordan San Juan, Argentina -0.463332970234029085 +19712 aapg_ad_21.html aapg_ad_21.html:26:3168:3178 Washington Bloomington, Indiana -0.455211432419709627 +19713 aapg_ae_31.html aapg_ae_31.html:151:17518:17536 Fayetteville Arkansas -0.466810220907495799 +19714 geology_html_6275240411 geology_html_6275240411:19:1527:1539 Rhode Island Newport, Rhode Island -0.451875596518584666 +19715 cspg_html_1124814558 cspg_html_1124814558:67:9123:9141 Lea Park CFB Cold Lake -0.0945686455270733778 +19716 cspg_html_5217137903 cspg_html_5217137903:98:14445:14466 Lower Elk Point Swan Hill, Victoria 1.02012111045201381 +19717 cspg_html_5807593737 cspg_html_5807593737:959:122414:122420 Moscow Russia -0.443732938342886629 +19718 gsa_html_5884416968 gsa_html_5884416968:16:780:790 Washington Washington (state) 0.00330065394967362811 +19719 palaios_html_1262064602 palaios_html_1262064602:726:79144:79169 Chinle Chinle Formation -0.438930071485580497 +19720 aapg_ai_980.html aapg_ai_980.html:669:58661:58666 Swift Sunriver, Oregon -0.0272304956863127501 +19721 geology_html_7315534235 geology_html_7315534235:164:15836:15842 Oregon Washington (state) -0.431298300553942027 +19722 aapg_aa_960.html aapg_aa_960.html:332:27186:27192 Laguna Sandia Mountain Wilderness -0.463764030920631232 +19723 aapg_aa_626.html aapg_aa_626.html:72:8394:8403 Salisbury Sea Isle City, New Jersey -0.506374811889724219 +19724 palaios_html_9133125241 palaios_html_9133125241:484:60840:60871 Kope Cincinnati 0.00204466219751255973 +19725 aapg_ae_186.html aapg_ae_186.html:107:10239:10260 Arkadelphia Arkadelphia, Arkansas -0.444871652179790411 +19726 aapg_ah_417.html aapg_ah_417.html:323:32691:32699 Foremost Lacombe, Alberta -0.035304988004324106 +19727 aapg_aa_525.html aapg_aa_525.html:158:17807:17813 Wilcox Chattanooga, Tennessee -0.443813272031764461 +19728 gsa_html_4922631598 gsa_html_4922631598:737:79177:79205 Green River Colorado 0.0260098507762994979 +19729 aapg_af_266.html aapg_af_266.html:221:24955:24970 Catalina Schist San Onofre Nuclear Generating Station -0.118225713646976566 +19730 aapg_ai_435.html aapg_ai_435.html:31:4178:4196 Ogallala Niobrara, Nebraska -0.01748532023179648 +19731 cspg_html_4374961624 cspg_html_4374961624:107:14744:14765 Mount Whyte Hockley -0.428791476930725279 +19732 aapg_aa_736.html aapg_aa_736.html:159:14493:14512 Michigan Ohio -0.0486622990277508355 +19733 gsa_html_4650354985 gsa_html_4650354985:1096:90485:90493 Colorado West Lafayette, Indiana -0.0476429233409196642 +19734 gsa_html_8981262717 gsa_html_8981262717:923:77218:77233 Mesaverde Logan, Utah -0.493772964396431202 +19735 aapg_ai_626.html aapg_ai_626.html:90:14243:14275 Tensleep Cheyenne, Wyoming -0.063205628823083157 +19736 aapg_ad_683.html aapg_ad_683.html:618:63242:63247 Supai Supai, Arizona -0.480667710196792775 +19737 gsa_html_9052101586 gsa_html_9052101586:157:18076:18089 Lake Michigan Wadena County, Minnesota -0.0457038553664062958 +19738 aapg_ah_328.html aapg_ah_328.html:352:37250:37257 Garland Red Springs, North Carolina -0.451733774163315116 +19739 aapg_aa_23.html aapg_aa_23.html:392:46447:46466 Red River Winnipeg -0.259407231082798062 +19740 aapg_aa_415.html aapg_aa_415.html:357:52572:52588 Midway Arkansas -0.0379919707069968429 +19741 cspg_html_2749851978 cspg_html_2749851978:73:15094:15111 Cardium Lacombe, Alberta -0.412816947880561391 +19742 sedimentology_html_5315330584 sedimentology_html_5315330584:443:40095:40099 Java Sumatra -0.0221938023877403003 +19743 aapg_ae_498.html aapg_ae_498.html:1104:111835:111841 Walker Kentucky -0.0481342981574959458 +19744 gsa_html_6983076294 gsa_html_6983076294:85:10443:10466 Hazel Llano, Texas -0.435661502416701596 +19745 AMJC_html_9664623849 AMJC_html_9664623849:12:597:605 Virginia Washington (state) -0.516737432619300274 +19746 cspg_html_8065532640 cspg_html_8065532640:189:23539:23562 Road River Root River (Wisconsin) -0.437951625350357587 +19747 palaios_html_2400971767 palaios_html_2400971767:341:34779:34787 Montreal Quebec City -0.441798115405519942 +19748 gsa_html_8951179545 gsa_html_8951179545:446:54570:54582 Wilcox Sevier orogeny -0.0272913568249384605 +19749 aapg_ai_610.html aapg_ai_610.html:86:16070:16079 Northview Missouri River -0.0216149541452477292 +19750 aapg_ae_681.html aapg_ae_681.html:47:6263:6287 Cotton Valley Haynesville, Louisiana -0.471464870791560964 +19751 sedimentology_html_2375557633 sedimentology_html_2375557633:291:22874:22886 Monroe Creek Cheyenne, Wyoming -0.055289015959458003 +19752 cspg_html_3891690307 cspg_html_3891690307:172:18298:18306 Pine Key Hanson, Massachusetts -0.487560856421757394 +19753 aapg_ae_371.html aapg_ae_371.html:80:12365:12378 Potomac England -0.478307979059971577 +19754 aapg_ai_278.html aapg_ai_278.html:223:32274:32292 San Cayetano Isle of Pines, New Caledonia -0.455432903203822237 +19755 cspg_html_9343899465 cspg_html_9343899465:1122:97546:97553 Fram Ellesmere Island -0.256507948287346688 +19756 gsa_html_1783148177 gsa_html_1783148177:473:50692:50714 Artist Drive Black Mountains, Wales -0.491131969162477144 +19757 cspg_html_8250755331 cspg_html_8250755331:641:68532:68552 Milk River Canada -0.456391730122837791 +19758 aapg_ah_308.html aapg_ah_308.html:116:16328:16337 Smackover Arkansas -0.433933223839739757 +19759 aapg_ai_80.html aapg_ai_80.html:399:40973:40982 Hermitage Knoxville, Tennessee 0.706444469298174171 +19760 aapg_af_735.html aapg_af_735.html:174:20331:20337 Forest Trinidad and Tobago -0.0249388283192189877 +19761 aapg_ah_620.html aapg_ah_620.html:130:18231:18241 Basal Great Lakes region (North America) -0.0361889700255099214 +19762 aapg_ae_371.html aapg_ae_371.html:341:30520:30528 Kootenay Canada -0.501269297019476978 +19763 aapg_af_425.html aapg_af_425.html:60:6439:6455 Dakota Mesa County, Colorado -0.423229723234377797 +19764 cspg_html_3479964618 cspg_html_3479964618:242:27146:27160 Thumb Mountain Devon Island -0.0216358132048967665 +19765 aapg_ai_996.html aapg_ai_996.html:1335:59136:59143 Raritan Merchantville, New Jersey -0.00715733505332284085 +19766 gsa_html_3448554349 gsa_html_3448554349:566:59072:59087 Price Huntington, West Virginia -0.232958228561797154 +19767 AMJC_html_8213961972 AMJC_html_8213961972:667:71196:71199 Arc London, Ontario -0.4784100389871494 +19768 gsa_html_4438819447 gsa_html_4438819447:858:80870:80889 Mattagami Ontario, California -0.473653815287124913 +19769 cspg_html_3023030263 cspg_html_3023030263:48:7884:7898 Colorado Lacombe, Alberta -7.99101848956195929e-05 +19770 cspg_html_1814004928 cspg_html_1814004928:604:64398:64404 Banner Hanson, Massachusetts -0.00998573864189263374 +19771 aapg_ac_201.html aapg_ac_201.html:77:6913:6922 East Fork Chandalar River 0.000213672889406611738 +19772 aapg_ad_154.html aapg_ad_154.html:15:2188:2205 Elbrook Middle Ordovician -0.210712270999256407 +19773 aapg_ac_730.html aapg_ac_730.html:633:92273:92279 Toreva Mesa, Arizona -0.477135152254264727 +19774 cspg_html_1996419880 cspg_html_1996419880:495:61010:61018 Columbia Victoria, British Columbia -0.457899875343460883 +19775 gsa_html_9865056817 gsa_html_9865056817:946:81989:81995 Denver Colorado -0.0323768745751979448 +19776 geology_html_5828016264 geology_html_5828016264:287:21799:21808 New River Virginia -0.236902165914584351 +19777 cspg_html_6284849447 cspg_html_6284849447:316:21834:21846 Saskatchewan Saskatoon -0.506417969655151956 +19778 gsa_html_7195000001 gsa_html_7195000001:780:102079:102095 Strathcona Fiord Ellesmere Island -0.417467727749844975 +19779 aapg_ae_125.html aapg_ae_125.html:17:1752:1763 Trempealeau Dolomites -0.432488065457453552 +19780 gsa_html_1409496185 gsa_html_1409496185:903:104545:104556 White River Washington (state) -0.474923608334711034 +19781 cspg_html_9290046117 cspg_html_9290046117:91:12211:12230 Kootenay Lacombe, Alberta -0.0208414480796128843 +19782 aapg_ai_688.html aapg_ai_688.html:129:16593:16615 Williamsport Williamsport, Indiana -0.0294216697317379976 +19783 gsa_html_4120839285 gsa_html_4120839285:1268:126645:126660 Orocopia Schist California -0.500480928372567968 +19784 aapg_ac_548.html aapg_ac_548.html:38:5380:5397 Anahuac Netherlands 0.307452833937557846 +19785 cspg_html_2013109828 cspg_html_2013109828:572:82610:82618 Columbia Victoria, British Columbia -0.418546985241553371 +19786 aapg_ah_318.html aapg_ah_318.html:3571:290619:290644 Smackover Lafayette County, Florida -0.42746817109010149 +19787 aapg_ad_808.html aapg_ad_808.html:1001:67140:67148 Cloverly Greybull, Wyoming -0.0829496085471319866 +19788 aapg_ad_865.html aapg_ad_865.html:561:56564:56570 Navajo Hermosa, Chicago -0.0463867446356681576 +19789 aapg_af_90.html aapg_af_90.html:41:7174:7191 Johnnie Death Valley -0.126411751193410027 +19790 aapg_ah_340.html aapg_ah_340.html:269:29928:29936 Kiamichi Texas -0.455658949817136283 +19791 aapg_ae_63.html aapg_ae_63.html:544:52403:52413 Provo Boise, Idaho -0.475258680049542748 +19792 gsa_html_4298040492 gsa_html_4298040492:944:104375:104383 Colorado Anchorage, Alaska -0.509863471384815359 +19793 aapg_ae_368.html aapg_ae_368.html:124:12273:12278 Atoka Llano, Texas -0.451733774163315116 +19794 sedimentology_html_2258839384 sedimentology_html_2258839384:35:3161:3165 Maya Uxmal 0.028644283249609527 +19795 gsa_html_2683617362 gsa_html_2683617362:26:1971:1980 Extension Apennine Mountains -0.493772964396431202 +19796 sedimentology_html_9327087504 sedimentology_html_9327087504:320:29630:29638 Colorado Colorado -0.0560582631991528441 +19797 sedimentology_html_7979863172 sedimentology_html_7979863172:1282:64943:64948 Steel Svalbard -0.471363620495062197 +19798 aapg_ai_770.html aapg_ai_770.html:36:4420:4427 Thorold Niagara River -0.0282234355137958928 +19799 geology_html_2777498493 geology_html_2777498493:15:945:963 Ogallala Amarillo, Texas -0.448327675040319895 +19800 gsa_html_5107598462 gsa_html_5107598462:248:22541:22559 Onondaga Salina, Kansas -0.537019567571623169 +19801 aapg_ad_351.html aapg_ad_351.html:895:82708:82724 Warsaw Missouri River -0.416400506860270525 +19802 gsa_html_1826402027 gsa_html_1826402027:780:85053:85061 Colorado Denver 0.106801663004051986 +19803 aapg_ah_318.html aapg_ah_318.html:1661:159867:159886 Smackover Shreveport, Louisiana 0.0014766026609327194 +19804 aapg_ae_871.html aapg_ae_871.html:344:55128:55146 Woodbine Texas -9.20704305084395571e-05 +19805 aapg_ai_862.html aapg_ai_862.html:32:4668:4685 Ivishak Prudhoe Bay Oil Field -0.483631144002422242 +19806 aapg_ad_0.html aapg_ad_0.html:111:11648:11654 Oneota Michigan -0.433509375056355339 +19807 aapg_af_70.html aapg_af_70.html:230:21664:21683 Aux Vases Franklin County, Ohio -0.454089094007790295 +19808 cspg_html_4516258038 cspg_html_4516258038:64:8819:8833 Bay Fiord Bathurst Island (Northern Territory) -0.477512787064485633 +19809 aapg_ac_235.html aapg_ac_235.html:78:7790:7813 Morrison Cheyenne, Wyoming 1.16519738287354047 +19810 cspg_html_4165571187 cspg_html_4165571187:306:32376:32383 Prophet Victoria, British Columbia -0.00109094831221136397 +19811 cspg_html_6702053097 cspg_html_6702053097:552:68313:68321 Montreal Quebec City -0.434606918343987458 +19812 geology_html_3647052159 geology_html_3647052159:307:23334:23340 Banner Missouri River -0.434606918343987458 +19813 aapg_ah_339.html aapg_ah_339.html:252:25153:25168 Maquoketa Knoxville, Tennessee -0.000774781561203988548 +19814 aapg_ac_284.html aapg_ac_284.html:63:4703:4713 Palo Pinto Erath County, Texas -0.431086943566786673 +19815 aapg_aa_302.html aapg_aa_302.html:140:17857:17862 Loray Kaibab, Arizona -0.484310536940914471 +19816 AMJC_html_6581509910 AMJC_html_6581509910:1227:109919:109926 Bedford Boise, Idaho -0.441397390812390766 +19817 aapg_ah_289.html aapg_ah_289.html:534:74065:74091 Monterey California 0.896989741439728094 +19818 aapg_af_847.html aapg_af_847.html:130:16814:16823 Frio Matagorda County, Texas -0.00581963313965654701 +19819 cspg_html_7310162886 cspg_html_7310162886:112:14359:14374 Vunta White Mountains (California) -0.0639339191845526011 +19820 gsa_html_3701388182 gsa_html_3701388182:12:540:549 San Diego California 0.321988071304852075 +19821 jgeology_html_4305195651 jgeology_html_4305195651:1914:141971:141981 Pottsville Pocono Raceway -0.448350101124535771 +19822 aapg_ac_380.html aapg_ac_380.html:540:62917:62929 Salina Pennsylvania -0.42653659632637092 +19823 aapg_ah_994.html aapg_ah_994.html:269:31653:31668 Viola Seminole, Texas 0.021156061096595586 +19824 sedimentology_html_8013570461 sedimentology_html_8013570461:2097:108548:108560 Granite Wash Lacombe, Alberta -0.449440672427322663 +19825 cspg_html_4727171280 cspg_html_4727171280:105:12536:12549 Edmonton Edmonton, London -0.449937021729037434 +19826 gsa_html_4824339911 gsa_html_4824339911:599:68752:68762 Las Cruces Mexico -0.498148760929569168 +19827 cspg_html_2083823293 cspg_html_2083823293:58:8514:8537 Mist Mountain Arctic Cordillera -0.441406293921039528 +19828 sedimentology_html_2375557633 sedimentology_html_2375557633:840:62378:62395 Tesuque New Mexico -0.46814580209221146 +19829 cspg_html_2796643803 cspg_html_2796643803:374:52198:52206 Finnegan Lacombe, Alberta -0.0319906913547674462 +19830 geology_html_6505876815 geology_html_6505876815:218:20630:20640 Washington Metro Manila -0.45417711448712661 +19831 gsa_html_5928791685 gsa_html_5928791685:868:70619:70642 Hunting Cambridge, Massachusetts -0.0416442398946082412 +19832 geology_html_1006922132 geology_html_1006922132:16:727:736 San Diego La Jolla -0.0454024962167355328 +19833 aapg_ad_557.html aapg_ad_557.html:9873:524320:524328 Lisburne Anchorage, Alaska -0.0535450100863143555 +19834 aapg_aa_103.html aapg_aa_103.html:190:15829:15837 Woodbine Central Texas -0.0204677435827045166 +19835 cspg_html_7434089303 cspg_html_7434089303:193:24044:24067 Eleanor River Ellesmere Island 0.0151636292569851117 +19836 aapg_ae_370.html aapg_ae_370.html:351:32598:32615 Cowlitz Cowlitz River -0.0751636567850546555 +19837 jgeology_html_2809998069 jgeology_html_2809998069:222:14711:14719 Wamsutta Scituate, Massachusetts -0.47829406272822006 +19838 sedimentology_html_6714245905 sedimentology_html_6714245905:292:26637:26645 Colorado Logan, Utah -0.470179399208385473 +19839 cspg_html_9343899465 cspg_html_9343899465:833:75860:75869 Hecla Bay Bathurst Island (Northern Territory) -0.454305775206324536 +19840 aapg_ah_198.html aapg_ah_198.html:419:49900:49918 Monterey Texas 0.995364862347669965 +19841 gsa_html_6500042061 gsa_html_6500042061:55:3420:3448 Green River New Mexico -0.0111741448327348745 +19842 aapg_ai_78.html aapg_ai_78.html:147:10100:10109 Cockfield Texas -0.473746101631411953 +19843 aapg_aa_906.html aapg_aa_906.html:611:64773:64793 Fort Union Cheyenne, Wyoming -0.0143781976835972679 +19844 cspg_html_3447886929 cspg_html_3447886929:1001:104623:104641 Chicotte Anticosti Island 1.13714004426555593 +19845 geology_html_2265365356 geology_html_2265365356:62:4400:4409 Extension Victoria, British Columbia -0.477121254719662491 +19846 cspg_html_6116883777 cspg_html_6116883777:846:108782:108788 Ludlow Devon -0.0442511603309229257 +19847 cspg_html_8818854104 cspg_html_8818854104:144:19201:19209 Moosebar Calgary -0.47249414511500698 +19848 aapg_aa_906.html aapg_aa_906.html:695:70206:70216 Fort Union Cheyenne, Wyoming -0.00908750930208491146 +19849 geology_html_6501151583 geology_html_6501151583:125:14015:14023 Prospect Frisco, Texas -0.0268931559198013828 +19850 aapg_ah_370.html aapg_ah_370.html:12:1386:1394 Michigan Alpena, Michigan -0.0215106592204126722 +19851 cspg_html_9941518291 cspg_html_9941518291:532:78896:78911 Douro Devon Island -0.440254051746647612 +19852 cspg_html_4844336967 cspg_html_4844336967:24:3365:3384 Palliser Lacombe, Alberta -0.0518153822203646572 +19853 aapg_ac_251.html aapg_ac_251.html:627:72868:72875 Clinton Pennsylvania -0.478642038078168519 +19854 aapg_af_640.html aapg_af_640.html:100:6139:6145 Midway Shreveport, Louisiana -0.469189557204259144 +19855 cspg_html_3942782922 cspg_html_3942782922:8:484:516 Montney Lacombe, Alberta -0.0491537380497388335 +19856 aapg_ad_431.html aapg_ad_431.html:165:13737:13752 Eutaw Selma to Montgomery marches -0.0288564512426946543 +19857 cspg_html_3772380029 cspg_html_3772380029:728:89888:89900 Attawapiskat Ontario, California -0.452238132024570194 +19858 aapg_aa_987.html aapg_aa_987.html:21:2617:2638 Paint Creek Beecher City, Illinois -0.46328736756315686 +19859 aapg_ai_564.html aapg_ai_564.html:68:7447:7465 Yakataga Malaspina Glacier -0.455726774842524995 +19860 AMJC_html_9709478395 AMJC_html_9709478395:900:81792:81798 Brazil Lima, Ohio -0.435926993396556828 +19861 gsa_html_4930932370 gsa_html_4930932370:557:57086:57096 Michigamme Sudbury, Suffolk -0.0420064113899637007 +19862 geology_html_9874402958 geology_html_9874402958:266:21927:21935 Monterey Earth -0.0204677435827045166 +19863 palaios_html_6455472411 palaios_html_6455472411:492:54536:54550 Kope Waynesville, North Carolina -0.465186416944366576 +19864 cspg_html_9689514766 cspg_html_9689514766:554:60177:60188 Black River Ontario, California -0.040359343442637502 +19865 aapg_af_11.html aapg_af_11.html:170:19137:19146 Telluride San Juan Mountains -0.494585786210081368 +19866 aapg_ai_205.html aapg_ai_205.html:88:9696:9703 Canning Perth, Scotland -0.0383226719059837143 +19867 gsa_html_1408305547 gsa_html_1408305547:640:62313:62341 Green River Colorado 0.0165399327584268979 +19868 aapg_ad_340.html aapg_ad_340.html:17:2949:2968 Oil Creek Arbuckle, California 0.00543048895720864636 +19869 aapg_ae_71.html aapg_ae_71.html:243:22886:22890 Yeso Mesa, Arizona -0.434436792512804759 +19870 aapg_ac_742.html aapg_ac_742.html:44:5714:5722 Sundance Cheyenne, Wyoming 0.733006779182514445 +19871 gsa_html_5719180214 gsa_html_5719180214:297:33539:33547 San Jose California -0.48757492352044407 +19872 gsa_html_5891364176 gsa_html_5891364176:626:45015:45048 Mariposa California -0.000885961050334026765 +19873 aapg_af_631.html aapg_af_631.html:127:11209:11221 Chinle Santa Rosa, California -0.508194186502963996 +19874 aapg_ak_23.html aapg_ak_23.html:217:20324:20339 Piute Reno, Nevada -0.480644453081816247 +19875 cspg_html_7086880709 cspg_html_7086880709:25:3174:3182 Columbia Lacombe, Alberta -0.0178746093391716279 +19876 aapg_aa_682.html aapg_aa_682.html:662:69176:69181 Iatan Missouri River 0.723035220117202115 +19877 cspg_html_4293350162 cspg_html_4293350162:932:96443:96460 Livingstone Lacombe, Alberta -0.458648092769168181 +19878 sedimentology_html_4388131685 sedimentology_html_4388131685:1399:94321:94338 Cardium Lacombe, Alberta -0.472770666406185036 +19879 gsa_html_4667678389 gsa_html_4667678389:765:82834:82848 Monk Pocatello, Idaho -0.0414701241414489052 +19880 gsa_html_1324861111 gsa_html_1324861111:701:66341:66379 Punta Carballo Orotina Canton -0.501579132025020247 +19881 gsa_html_9257356274 gsa_html_9257356274:29:2796:2824 Green River Colorado -0.0487929978444478704 +19882 aapg_ai_80.html aapg_ai_80.html:140:15693:15699 Elvins Kentucky -0.457899875343460883 +19883 aapg_af_809.html aapg_af_809.html:25:3158:3164 Sierra Venezuela -0.0470400724197041903 +19884 aapg_ad_371.html aapg_ad_371.html:3:239:259 Cockfield Mamou -0.427658982255246345 +19885 aapg_aa_399.html aapg_aa_399.html:361:30037:30056 Paskapoo Edmonton, London -0.0919432675456503673 +19886 cspg_html_2796643803 cspg_html_2796643803:532:64167:64175 Deadwood Regina, Saskatchewan -0.446924894478510359 +19887 cspg_html_9771826320 cspg_html_9771826320:397:70226:70244 Beaufort Ellesmere Island -0.0722766132681581935 +19888 palaios_html_5299480577 palaios_html_5299480577:13:648:660 Saskatchewan Regina, Saskatchewan -0.065004686709534798 +19889 gsa_html_2877730818 gsa_html_2877730818:1042:86557:86577 Beck Spring Dolomite California -0.0658555021611150621 +19890 sedimentology_html_7514538550 sedimentology_html_7514538550:1310:135098:135113 Lee Kentucky -0.450743884934886652 +19891 sedimentology_html_9059871566 sedimentology_html_9059871566:2101:116770:116787 Navajo Arizona -0.0415049470252112224 +19892 gsa_html_3448554349 gsa_html_3448554349:86:9284:9297 Bedford Ohio -0.0277017418114762735 +19893 palaios_html_2276475028 palaios_html_2276475028:390:47535:47553 Morrison Logan, Utah -0.455387700672750584 +19894 cspg_html_6255491344 cspg_html_6255491344:39:6466:6484 Kootenay Victoria, British Columbia -0.00562506076616993075 +19895 cspg_html_5358383351 cspg_html_5358383351:6:292:312 Windsor Canada -0.421938067268467054 +19896 aapg_af_18.html aapg_af_18.html:265:29630:29650 Fall River Cheyenne, Wyoming -0.46279500750727276 +19897 aapg_aa_752.html aapg_aa_752.html:274:33720:33761 Nisku Lacombe, Alberta -0.0139559511282587399 +19898 gsa_html_1075724130 gsa_html_1075724130:644:54856:54892 Protection Athens, Georgia -0.0610771505726213221 +19899 aapg_af_653.html aapg_af_653.html:970:114862:114870 Vaqueros Monterey, California -0.0973012885166075342 +19900 aapg_ae_176.html aapg_ae_176.html:270:34792:34811 Crowsnest Victoria, British Columbia -0.444835906435795903 +19901 aapg_aa_54.html aapg_aa_54.html:26:2597:2614 Entrada Chinle Formation -0.456371367070690814 +19902 sedimentology_html_3272211803 sedimentology_html_3272211803:1155:57463:57468 Price Sellwood Bridge -0.455482628602140449 +19903 aapg_ac_986.html aapg_ac_986.html:124:16792:16799 Aycross Uinta Mountains 1.13410522760025745 +19904 aapg_af_50.html aapg_af_50.html:3:168:185 Minturn Colorado -0.495347335668958499 +19905 aapg_ad_557.html aapg_ad_557.html:9936:532649:532677 Lisburne Prudhoe Bay Oil Field -0.459887424332023564 +19906 sedimentology_html_3668934627 sedimentology_html_3668934627:345:20785:20795 Washington Seattle -0.488912357297633382 +19907 gsa_html_9579641184 gsa_html_9579641184:206:20163:20187 Tyonek Cook Inlet -0.474808096218428344 +19908 cspg_html_6588266079 cspg_html_6588266079:418:38191:38199 La Habra Calgary -0.456608964648804683 +19909 cspg_html_8089302449 cspg_html_8089302449:225:38416:38424 Ramparts Mackenzie River -0.447314589257592876 +19910 sedimentology_html_1958297829 sedimentology_html_1958297829:500:45847:45868 Green River Colorado -0.462102516958969756 +19911 aapg_ah_754.html aapg_ah_754.html:168:20150:20170 Huntingdon Canada -0.244644183114577585 +19912 aapg_af_363.html aapg_af_363.html:406:50264:50270 Reston Virginia -0.463478914486847693 +19913 palaios_html_6973830442 palaios_html_6973830442:86:7260:7277 Entrada Logan, Utah 0.0116536887508022161 +19914 gsa_html_5737673651 gsa_html_5737673651:421:36790:36821 Chinle Logan, Utah -0.0102706745632111761 +19915 geology_html_4396432582 geology_html_4396432582:22:1805:1814 Valentine Texas -0.488759736831659075 +19916 aapg_ad_626.html aapg_ad_626.html:57:6361:6371 Washington Colorado -0.0166355123946959997 +19917 gsa_html_5773931818 gsa_html_5773931818:1153:116125:116133 Colorado Boulder Creek (Colorado) -0.457492019193031785 +19918 aapg_ac_634.html aapg_ac_634.html:271:31525:31542 Wolfcamp Wichita, Kansas -0.4506269691264706 +19919 aapg_ae_17.html aapg_ae_17.html:24:3549:3572 Aragon Tampico, Illinois 0.0330222814746261306 +19920 cspg_html_5109837857 cspg_html_5109837857:87:11132:11153 Blind Fiord Ellesmere Island -0.0591989716864825127 +19921 aapg_aa_948.html aapg_aa_948.html:77:7628:7634 Salado Delaware -0.463132335956328411 +19922 aapg_ai_1.html aapg_ai_1.html:259:24122:24126 Rico Hermosa, Chicago -0.0891562933960735327 +19923 aapg_ac_417.html aapg_ac_417.html:40:6248:6260 Raging River Tiger Mountain -0.454089094007790295 +19924 sedimentology_html_9522643663 sedimentology_html_9522643663:161:15339:15356 Entrada Carmel, Indiana 0.00421268950566507355 +19925 geology_html_1604094278 geology_html_1604094278:307:25444:25453 San Diego California 0.00423353613359182031 +19926 aapg_ah_253.html aapg_ah_253.html:29:4790:4810 San Andres Texas -0.435734504938152245 +19927 gsa_html_6542025228 gsa_html_6542025228:576:61330:61336 Thelon Canada -0.471734161410112318 +19928 palaios_html_9973267562 palaios_html_9973267562:68:10418:10432 Kope Netherlands -0.465787563493960222 +19929 aapg_ad_178.html aapg_ad_178.html:48:4759:4767 Columbia Pacific coast -0.448282824521055501 +19930 aapg_ah_505.html aapg_ah_505.html:640:49283:49295 Dakota Cheyenne, Wyoming -0.44211659244865531 +19931 aapg_ai_835.html aapg_ai_835.html:65:7275:7284 Ingleside Mexico -0.439223139625051329 +19932 aapg_ac_765.html aapg_ac_765.html:298:55065:55081 Chinle Chinle Formation -0.45644603384473742 +19933 aapg_ae_59.html aapg_ae_59.html:476:42407:42414 Wasatch Logan, Utah -0.00473211949273434716 +19934 aapg_ae_871.html aapg_ae_871.html:329:50682:50703 Clearwater Canada -0.459919224612040101 +19935 gsa_html_6927123889 gsa_html_6927123889:862:75945:75973 Green River Colorado -0.0184133695346841396 +19936 aapg_ae_471.html aapg_ae_471.html:221:21820:21839 Smackover Arkadelphia, Arkansas -0.46687889797168336 +19937 aapg_ai_610.html aapg_ai_610.html:87:16275:16291 Kinderhook Missouri River -0.0717168881895577925 +19938 cspg_html_6163691495 cspg_html_6163691495:1001:87315:87321 Denver Colorado -0.475977786028375149 +19939 cspg_html_8568877195 cspg_html_8568877195:73:11931:11948 Belly River Western world 0.593795876241554277 +19940 aapg_ac_841.html aapg_ac_841.html:729:79170:79176 Sierra Mexico -0.484077007932315562 +19941 aapg_ah_160.html aapg_ah_160.html:91:13795:13824 Wills Creek Rochester, Kent -0.0245285217971666809 +19942 jgeology_html_6044107316 jgeology_html_6044107316:733:53721:53743 Trout Valley Portland, Maine -0.0342192516575154232 +19943 aapg_af_624.html aapg_af_624.html:70:6448:6466 Tensleep Sweetwater, Miami-Dade County, Florida -0.453180049702502807 +19944 aapg_ai_669.html aapg_ai_669.html:87:13511:13530 Mesaverde Piceance Basin 0.611835158060544781 +19945 aapg_aa_841.html aapg_aa_841.html:108:10855:10862 Prairie Matagorda County, Texas 0.000555897012734609666 +19946 aapg_ae_113.html aapg_ae_113.html:214:27884:27903 Hecla Bay Middle East -0.431298300553942027 +19947 palaios_html_2592562131 palaios_html_2592562131:39:4131:4139 Scotland Canada -0.0424382503363121347 +19948 aapg_aa_158.html aapg_aa_158.html:468:44188:44206 Cloverly Cheyenne, Wyoming 0.825345550570306896 +19949 geology_html_2523446038 geology_html_2523446038:15:724:735 Green River Logan, Utah -0.236485289115589442 +19950 gsa_html_4298040492 gsa_html_4298040492:108:13749:13761 Tsichu Anchorage, Alaska -0.0329039831634222388 +19951 gsa_html_1636483297 gsa_html_1636483297:793:71781:71802 Green River Colorado -0.00472517057507792094 +19952 AMJC_html_7984049819 AMJC_html_7984049819:447:43917:43934 Berwick Hartford, Connecticut -0.0230751498951462693 +19953 aapg_ai_477.html aapg_ai_477.html:53:6774:6797 Buckinghorse Liard River, British Columbia -0.227269848419904108 +19954 aapg_ah_863.html aapg_ah_863.html:42:5123:5128 Liard Arctic -0.0192997479723480518 +19955 aapg_ae_226.html aapg_ae_226.html:14:2425:2432 Kanawha Ohio -0.0196369298300035668 +19956 aapg_aa_544.html aapg_aa_544.html:243:32762:32780 Frontier Cheyenne, Wyoming -0.465186416944366576 +19957 gsa_html_3803247157 gsa_html_3803247157:26:2122:2128 Denver Colorado -0.494751281926012032 +19958 aapg_ai_773.html aapg_ai_773.html:76:11327:11335 Michigan Bloomington, Indiana -0.00993014164144906397 +19959 cspg_html_5104062649 cspg_html_5104062649:599:62566:62574 Columbia Victoria, British Columbia 0.0121610400561059945 +19960 aapg_ad_626.html aapg_ad_626.html:100:11788:11808 Goliad Texas -0.0754016922138440321 +19961 aapg_aa_416.html aapg_aa_416.html:194:24728:24734 Viking Birch Lake, Minnesota -0.00729110700735253591 +19962 cspg_html_3860685167 cspg_html_3860685167:294:32759:32779 Mount Head Nelson, New Zealand -0.0651025153851810395 +19963 aapg_ad_155.html aapg_ad_155.html:143:19012:19030 Vaqueros Washington (state) -0.429008912224210892 +19964 aapg_ac_944.html aapg_ac_944.html:240:21308:21324 Sandia New Mexico -0.0108839893390520418 +19965 palaios_html_4880574501 palaios_html_4880574501:618:54500:54519 Fairview Kentucky -0.0149690067830474411 +19966 jgeology_html_4115179562 jgeology_html_4115179562:201:13599:13603 Bays Middle East -0.0244311625408726307 +19967 aapg_ai_582.html aapg_ai_582.html:14:1643:1674 Piper Williston Basin -0.452927573923113447 +19968 cspg_html_1019614994 cspg_html_1019614994:81:15352:15364 Saskatchewan Lacombe, Alberta -0.478377564070346595 +19969 palaios_html_5941305386 palaios_html_5941305386:1056:102573:102587 Earp Arizona 0.67150548010864608 +19970 aapg_ah_678.html aapg_ah_678.html:3:165:184 Vicksburg Texas 0.804970312070012683 +19971 gsa_html_3429903648 gsa_html_3429903648:106:12378:12384 Casper Cheyenne, Wyoming -0.494850594949005074 +19972 cspg_html_5345848475 cspg_html_5345848475:976:97468:97488 Milk River Lacombe, Alberta -0.0350387637300794835 +19973 cspg_html_7779401416 cspg_html_7779401416:107:13130:13149 Rochester Lockport (city), New York -0.0875362324418667292 +19974 aapg_ac_187.html aapg_ac_187.html:1964:193374:193393 Marcellus Pennsylvania 0.0209857174533849486 +19975 cspg_html_7799850124 cspg_html_7799850124:848:92427:92443 Nisku Lacombe, Alberta -0.442620143363224416 +19976 aapg_af_11.html aapg_af_11.html:587:60540:60545 Ouray Telluride, Colorado -0.0242746935922993796 +19977 aapg_ad_329.html aapg_ad_329.html:142:20019:20033 Bedford Pennsylvania -0.423989818421998843 +19978 aapg_ai_414.html aapg_ai_414.html:140:13996:14002 Percha Chattanooga, Tennessee -0.462143504710773534 +19979 geology_html_7986465918 geology_html_7986465918:251:22021:22030 Extension England -0.469093158774920749 +19980 palaios_html_5941305386 palaios_html_5941305386:650:80384:80390 Chinle Chinle Formation -0.474355436180137646 +19981 aapg_aa_992.html aapg_aa_992.html:187:26916:26925 Frio Galveston Bay Area -0.45112171556163283 +19982 cspg_html_8568877195 cspg_html_8568877195:421:66323:66342 Foremost Lacombe, Alberta -0.448287309474040385 +19983 cspg_html_3874533817 cspg_html_3874533817:29:3518:3527 Mackenzie Manitoba -0.430224392211940587 +19984 cspg_html_8260944839 cspg_html_8260944839:443:49914:49950 Albert New Brunswick, New Jersey -0.0729536108486761037 +19985 cspg_html_1665574291 cspg_html_1665574291:49:9297:9312 Paskapoo Highwood, Illinois -0.0984202178508594983 +19986 aapg_ai_49.html aapg_ai_49.html:497:64316:64319 Abo Supai, Arizona 0.0303086783726458919 +19987 gsa_html_7938666655 gsa_html_7938666655:114:10783:10788 Yukon Victoria, British Columbia -0.0564682153206667384 +19988 aapg_af_652.html aapg_af_652.html:56:7005:7015 Minnekahta Hartville, Missouri -0.451733774163315116 +19989 aapg_ae_319.html aapg_ae_319.html:792:63939:63950 Green River Logan, Utah -0.000889435409818231594 +19990 aapg_ae_877.html aapg_ae_877.html:8:1292:1302 Swan Hills Lacombe, Alberta -0.458648092769168181 +19991 geology_html_7816393870 geology_html_7816393870:11:489:495 Oregon Salem, Oregon -0.469051848391689397 +19992 cspg_html_7924356285 cspg_html_7924356285:55:7840:7851 Peace River Williston Basin -0.469051848391689397 +19993 cspg_html_7483574191 cspg_html_7483574191:118:19289:19307 Waterton Lacombe, Alberta -0.441392939290133568 +19994 aapg_ai_27.html aapg_ai_27.html:3:196:202 Midway Texas -0.0200749274855987619 +19995 cspg_html_7278957427 cspg_html_7278957427:93:12474:12486 Eureka Sound Arctic -0.49031069539919736 +19996 aapg_ad_757.html aapg_ad_757.html:287:36681:36702 Platteville Iowa 0.389847951434527995 +19997 aapg_ad_192.html aapg_ad_192.html:92:12305:12315 Tuscaloosa Tuscaloosa, Alabama -0.444871652179790411 +19998 aapg_ac_631.html aapg_ac_631.html:271:33558:33564 Oregon Arizona -0.0149690067830474411 +19999 cspg_html_4655200751 cspg_html_4655200751:159:28997:29012 Leduc Lacombe, Alberta 0.908041684283804162 +20000 geology_html_8682508261 geology_html_8682508261:25:1756:1767 Viola Middle Ordovician -0.0521780116650716191 +20001 aapg_ac_126.html aapg_ac_126.html:138:20666:20685 Smackover Haynesville, Louisiana -0.462143504710773534 +20002 aapg_ae_265.html aapg_ae_265.html:48:5672:5678 Pocono Bradford, Pennsylvania -0.460410000722277057 +20003 aapg_af_2.html aapg_af_2.html:261:28962:28967 Ouray Ouray, Colorado -0.0387508594408773402 +20004 aapg_aa_954.html aapg_aa_954.html:298:28541:28553 Cypress Salem, Massachusetts -0.466714081975797668 +20005 aapg_ah_329.html aapg_ah_329.html:71:6985:7004 Point Sal Monterey, California -0.130674741785084564 +20006 aapg_aa_147.html aapg_aa_147.html:90:12024:12045 Interlake Manitoba 0.659825437309526919 +20007 geology_html_8066704669 geology_html_8066704669:209:18567:18583 Chancellor Ontario, California -0.455229509631582041 +20008 palaios_html_6995029632 palaios_html_6995029632:62:6049:6071 Higginsville Western world -0.457899875343460883 +20009 aapg_ae_454.html aapg_ae_454.html:106:8854:8861 Bossier Arkansas -0.45421548506785292 +20010 cspg_html_2769629211 cspg_html_2769629211:174:20059:20068 Hay River Hay River (Canada) -0.286946841404281117 +20011 gsa_html_7020634397 gsa_html_7020634397:670:53268:53276 Imperial Canada -0.453180049702502807 +20012 cspg_html_7310162886 cspg_html_7310162886:17:2069:2077 Lisburne Prudhoe Bay Oil Field -0.478326534516524793 +20013 aapg_ac_889.html aapg_ac_889.html:106:10354:10365 Tar Springs Hardinsburg, Indiana -0.469189557204259144 +20014 cspg_html_4176605708 cspg_html_4176605708:512:49953:49965 Saskatchewan Manitoba -0.481777803377517411 +20015 gsa_html_8755064746 gsa_html_8755064746:1492:127712:127740 Green River Colorado -0.0158448200336194084 +20016 aapg_aa_495.html aapg_aa_495.html:58:8400:8413 Nacatoch Shreveport, Louisiana -0.0293555813701503708 +20017 gsa_html_6930523879 gsa_html_6930523879:409:36493:36521 Green River Colorado -0.0296755913479795769 +20018 aapg_ah_528.html aapg_ah_528.html:574:62063:62073 Phosphoria Kaibab, Arizona -0.413964594818093001 +20019 gsa_html_1075724130 gsa_html_1075724130:40:4235:4250 Bouse Colorado Plateau -0.471340610693628537 +20020 cspg_html_5295390542 cspg_html_5295390542:212:27540:27557 Halfway Victoria, British Columbia -0.465641239344597002 +20021 aapg_af_273.html aapg_af_273.html:19:2292:2314 Reforma Mexico -0.457555451333636842 +20022 aapg_ai_584.html aapg_ai_584.html:1257:127791:127811 Phosphoria Cheyenne, Wyoming -0.422036189718657861 +20023 aapg_ae_59.html aapg_ae_59.html:444:40354:40362 Colorado Cheyenne, Wyoming -0.479586916180102352 +20024 palaios_html_3614379982 palaios_html_3614379982:24:2832:2840 Niobrara Niobrara, Nebraska -0.475397368106546647 +20025 gsa_html_1636483297 gsa_html_1636483297:83:6818:6829 Green River Uinta Mountains -0.460953349343471763 +20026 aapg_ac_730.html aapg_ac_730.html:502:72458:72472 Wepo New Mexico -0.418510049162339692 +20027 jgeology_html_4305195651 jgeology_html_4305195651:3365:235761:235796 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania -0.453180049702502807 +20028 aapg_ah_129.html aapg_ah_129.html:64:4795:4805 Palo Pinto Erath County, Texas -0.455188836413653375 +20029 aapg_ah_532.html aapg_ah_532.html:83:7894:7902 Colorado Leadville, Colorado -0.497356209534079496 +20030 gsa_html_8549650339 gsa_html_8549650339:560:52810:52823 Edwards Austin, Chicago -0.454143259443463898 +20031 aapg_af_477.html aapg_af_477.html:289:23445:23449 Ladd Mexico -0.0829829169874314321 +20032 aapg_ai_750.html aapg_ai_750.html:117:12313:12333 Tuscaloosa Mississippi River -0.45691453935984655 +20033 aapg_ai_974.html aapg_ai_974.html:693:73631:73647 Empire Washington (state) -0.0209613827792686502 +20034 cspg_html_4272664788 cspg_html_4272664788:513:52982:52997 Banff Edmonton, London -0.0340313466956898014 +20035 cspg_html_2585769771 cspg_html_2585769771:1107:84222:84230 Edmonton Edmonton, London -0.499198739530653746 +20036 cspg_html_9435196958 cspg_html_9435196958:904:37940:37952 Medicine Hat Lacombe, Alberta -0.514453408641096011 +20037 aapg_ai_322.html aapg_ai_322.html:122:9882:9894 Todos Santos Honduras -0.0280825762237737336 +20038 aapg_ah_97.html aapg_ah_97.html:142:17627:17644 Saturday Mountain Victoria, British Columbia 0.404171582004799412 +20039 aapg_ad_919.html aapg_ad_919.html:229:18846:18866 Lakota Black Hills -0.585035154895877541 +20040 aapg_ac_473.html aapg_ac_473.html:293:40817:40828 Mowry Williston, Vermont 0.00194564253308291118 +20041 cspg_html_9119878068 cspg_html_9119878068:58:7443:7467 Fort Vermilion Swan Hill, Victoria -0.0394819549454150931 +20042 aapg_af_320.html aapg_af_320.html:266:45190:45208 Tensleep Cheyenne, Wyoming -0.0696901278038905558 +20043 cspg_html_4326384800 cspg_html_4326384800:1857:240596:240605 Mackenzie Victoria, British Columbia -0.45295011354581094 +20044 cspg_html_7587979364 cspg_html_7587979364:171:15121:15134 Sulphur Point Swan Hill, Victoria -0.457430856722515267 +20045 gsa_html_1024107776 gsa_html_1024107776:940:96456:96483 Mauch Chunk New Brunswick, New Jersey -0.440514182187833891 +20046 cspg_html_5450075884 cspg_html_5450075884:574:66202:66214 Judith River Regina, Saskatchewan -0.448287309474040385 +20047 aapg_ae_526.html aapg_ae_526.html:91:9183:9192 Smackover Paluxy, Texas -0.415217518793184637 +20048 aapg_af_638.html aapg_af_638.html:207:15505:15513 Red Rock Ottawa, Kansas -0.544023375336926573 +20049 cspg_html_5955028331 cspg_html_5955028331:647:68141:68157 Viking Lacombe, Alberta -0.127368215676197105 +20050 aapg_ad_871.html aapg_ad_871.html:396:37747:37758 Black River Rockport, Massachusetts -0.0260481030214056476 +20051 aapg_ah_114.html aapg_ah_114.html:54:6026:6036 Washington California -0.462143504710773534 +20052 sedimentology_html_1310908798 sedimentology_html_1310908798:791:52768:52772 Hall London, Ontario -0.0145241610261636171 +20053 gsa_html_8951179545 gsa_html_8951179545:70:7438:7450 Wilcox Texas -0.0101942281259971568 +20054 cspg_html_3762708087 cspg_html_3762708087:62:8971:8987 Viking Lacombe, Alberta -0.026734922025780393 +20055 gsa_html_4243887096 gsa_html_4243887096:58:3863:3891 Green River Colorado 0.00693148706696426666 +20056 aapg_af_429.html aapg_af_429.html:34:2734:2742 Whitsett Atoka, Oklahoma -0.483631144002422242 +20057 geology_html_2630608845 geology_html_2630608845:312:26985:26991 Walker Blue Mountains (Oregon) -0.487729676915167776 +20058 palaios_html_9133125241 palaios_html_9133125241:18:1192:1206 Kope Ohio -0.427711626546922574 +20059 aapg_af_424.html aapg_af_424.html:30:2660:2666 Salina Forest City, Iowa -0.490778888791307599 +20060 aapg_ai_183.html aapg_ai_183.html:267:24496:24517 Bow Island Colorado -0.47482657712880405 +20061 aapg_af_363.html aapg_af_363.html:60:7452:7460 Virginia Shenandoah Valley -0.00680987700292186304 +20062 aapg_ae_306.html aapg_ae_306.html:940:107639:107649 Las Cruces Las Cruces, New Mexico -0.438093558395168947 +20063 cspg_html_3804945581 cspg_html_3804945581:10:1683:1720 Horseshoe Canyon Lacombe, Alberta -0.486436238766394913 +20064 palaios_html_6100595217 palaios_html_6100595217:18:990:1002 Gosport Sand Lisbon -0.457840951353905012 +20065 cspg_html_8990290265 cspg_html_8990290265:194:28759:28774 Cairn Lacombe, Alberta -0.443782030321690002 +20066 cspg_html_6688313426 cspg_html_6688313426:230:31140:31146 Fernie Victoria, British Columbia -0.0138360551692065167 +20067 palaios_html_7928599019 palaios_html_7928599019:297:29741:29749 Humboldt Eel River (Indiana) -0.0062678467546358578 +20068 aapg_ai_278.html aapg_ai_278.html:449:62008:62026 Palenque Nassau, Bahamas -0.480667710196792775 +20069 aapg_ac_475.html aapg_ac_475.html:300:41355:41384 Kishenehn Victoria, British Columbia -0.496649713850252028 +20070 palaios_html_3022467877 palaios_html_3022467877:394:45021:45032 Hornerstown Navesink River -0.452896019392303839 +20071 cspg_html_2769629211 cspg_html_2769629211:623:67989:68011 Slave Point Lacombe, Alberta -0.447135398674851747 +20072 aapg_af_728.html aapg_af_728.html:148:17861:17882 Green River Colorado 0.392651304932394196 +20073 sedimentology_html_1131524018 sedimentology_html_1131524018:840:55801:55805 Wise Nassau, Bahamas -0.487729676915167776 +20074 gsa_html_4113859081 gsa_html_4113859081:369:34985:34997 Owens Valley California -0.0392835092525669338 +20075 aapg_aa_229.html aapg_aa_229.html:348:28030:28040 Tuscaloosa Raritan River -0.415113588382305221 +20076 cspg_html_6255491344 cspg_html_6255491344:261:38493:38513 Nikanassin Lacombe, Alberta -0.477123570959987586 +20077 aapg_ae_856.html aapg_ae_856.html:232:28023:28047 Lizard Springs Trinidad and Tobago -0.450836079136884949 +20078 aapg_ai_469.html aapg_ai_469.html:91:10370:10385 Elk Lacombe, Alberta -0.0236279718682710811 +20079 sedimentology_html_1046729113 sedimentology_html_1046729113:397:36727:36752 Mesaverde Logan, Utah -0.00048640987057772464 +20080 sedimentology_html_6817909023 sedimentology_html_6817909023:30:2089:2099 Washington Seattle -0.383355065057049138 +20081 aapg_ak_76.html aapg_ak_76.html:125:18407:18412 Cibao San Juan, Argentina -0.052476148512779229 +20082 aapg_ai_974.html aapg_ai_974.html:654:68885:68891 Oregon Washington (state) -0.505272653872059108 +20083 jgeology_html_8596065691 jgeology_html_8596065691:703:60802:60821 Los Pasos Mexico -0.493565158874039067 +20084 cspg_html_1159794850 cspg_html_1159794850:165:25485:25501 Salina Salina, Kansas -0.0233046208724774252 +20085 aapg_aa_44.html aapg_aa_44.html:88:9901:9919 Moenkopi Colorado 1.1869719507953731 +20086 gsa_html_2699188453 gsa_html_2699188453:670:50991:51000 Lancaster Mojave Desert -0.45421548506785292 +20087 aapg_ae_941.html aapg_ae_941.html:46:4206:4221 Rodessa Carthage, Missouri -0.00409977035478876605 +20088 sedimentology_html_1006662626 sedimentology_html_1006662626:3283:68542:68563 Forest Fort Collins, Colorado -0.45417711448712661 +20089 gsa_html_4667678389 gsa_html_4667678389:522:46906:46920 Monk Pocatello, Idaho -0.472528705500211532 +20090 cspg_html_6383234409 cspg_html_6383234409:631:64880:64900 Bird Fiord Canadian Arctic Archipelago -0.451875596518584666 +20091 gsa_html_5936113651 gsa_html_5936113651:65:5199:5227 Green River Colorado -0.0500861646985385212 +20092 sedimentology_html_3417381350 sedimentology_html_3417381350:1208:94479:94497 Monterey California -0.0405316972270710618 +20093 cspg_html_1893593837 cspg_html_1893593837:707:50653:50678 Red Head Rapids Southampton Island -0.0462769907326050153 +20094 palaios_html_2713180466 palaios_html_2713180466:127:16426:16450 Pioneer Kentucky -0.0511668783067136951 +20095 aapg_aa_44.html aapg_aa_44.html:123:14445:14452 Gateway Colorado 0.0811670828172853936 +20096 cspg_html_2758185645 cspg_html_2758185645:398:39799:39828 Banff Lacombe, Alberta -0.380695924408019193 +20097 aapg_ac_313.html aapg_ac_313.html:66:8025:8032 Icaiche Mexico -0.474203062673125064 +20098 gsa_html_9358424843 gsa_html_9358424843:344:35690:35696 Snyder Anchorage, Alaska -0.479552074346371926 +20099 aapg_ai_559.html aapg_ai_559.html:152:14361:14365 Frio Brazoria County, Texas -0.455188836413653375 +20100 aapg_ah_962.html aapg_ah_962.html:150:16274:16285 Black River Richmond, California -0.411002039717120848 +20101 aapg_af_663.html aapg_af_663.html:589:58520:58526 Pawnee Missouri River 0.446828616108688847 +20102 cspg_html_7963093032 cspg_html_7963093032:438:46627:46648 Bow Island Lacombe, Alberta -0.0293555813701503708 +20103 aapg_ac_924.html aapg_ac_924.html:318:34110:34117 Madison Meramec River -0.475991665297052891 +20104 aapg_ai_468.html aapg_ai_468.html:3:196:215 Cotton Valley Alabama -0.0759128064982409895 +20105 aapg_ae_29.html aapg_ae_29.html:81:10142:10152 Loyalhanna Pottsville, Pennsylvania -0.00291152111123597944 +20106 sedimentology_html_6277855897 sedimentology_html_6277855897:1132:89497:89518 Green River Cheyenne, Wyoming -0.0349187039582129002 +20107 aapg_ae_4.html aapg_ae_4.html:201:22065:22087 Gardner Canyon Boise, Idaho -0.47495364399168194 +20108 jgeology_html_2022713612 jgeology_html_2022713612:107:7484:7505 Wood Canyon Mojave Desert -0.435679199475508039 +20109 cspg_html_4210762654 cspg_html_4210762654:42:6685:6693 Woodbend Lacombe, Alberta -0.0143434446267858666 +20110 aapg_af_206.html aapg_af_206.html:625:78497:78508 San Antonio Falfurrias, Texas 0.0143330187187018215 +20111 aapg_ad_721.html aapg_ad_721.html:581:55227:55235 Carlsbad Carlsbad, New Mexico -0.466714081975797668 +20112 aapg_af_854.html aapg_af_854.html:1333:191802:191813 White River Laurens County, Georgia -0.4741730528447482 +20113 palaios_html_8699778504 palaios_html_8699778504:320:30986:30996 Florissant Colorado -0.530867665031564018 +20114 aapg_aa_47.html aapg_aa_47.html:122:13559:13567 Colorado New Mexico -0.510928385396952733 +20115 cspg_html_2208643572 cspg_html_2208643572:522:57443:57451 Columbia Victoria, British Columbia -0.0544099822313272238 +20116 aapg_ai_49.html aapg_ai_49.html:274:32633:32639 Navajo Carmel, Indiana -0.459837454744856933 +20117 jgeology_html_6016138758 jgeology_html_6016138758:687:40619:40639 Poul Creek Anchorage, Alaska -0.49252218048089591 +20118 aapg_ae_886.html aapg_ae_886.html:28:3738:3745 Todilto Summerville, South Carolina -0.0392835092525669338 +20119 aapg_af_169.html aapg_af_169.html:221:23170:23174 Java Sumatra -0.465787563493960222 +20120 cspg_html_4298557570 cspg_html_4298557570:405:52858:52873 Lance Lacombe, Alberta -0.505186459859001125 +20121 cspg_html_8174352156 cspg_html_8174352156:43:6588:6596 Columbia Victoria, British Columbia -0.460041893415422398 +20122 aapg_ah_779.html aapg_ah_779.html:337:63253:63258 Flume Reno, Nevada -0.00874524918188981232 +20123 aapg_ae_958.html aapg_ae_958.html:2362:201465:201471 Salado Delaware -0.00486067457957646467 +20124 aapg_ae_31.html aapg_ae_31.html:249:25708:25728 Moorefield Batesville, Arkansas -0.460980639153810601 +20125 aapg_ad_52.html aapg_ad_52.html:595:63804:63813 Extension Western world -0.0424800423112160416 +20126 cspg_html_2018998204 cspg_html_2018998204:115:13077:13082 Nonda Richmond, California -0.454847705403765845 +20127 sedimentology_html_8006979411 sedimentology_html_8006979411:156:14159:14177 Kaskapau Victoria, British Columbia -0.0827637869725286468 +20128 aapg_ai_444.html aapg_ai_444.html:49:5107:5117 Pottsville Winslow, Arizona -0.47945452467748112 +20129 aapg_ad_329.html aapg_ad_329.html:94:13219:13229 Mahantango Southampton Township, Bedford County, Pennsylvania -0.425371763818281734 +20130 palaios_html_9886618772 palaios_html_9886618772:49:6231:6246 Vicksburg Vail, Colorado -0.464409872562970838 +20131 palaios_html_6605749307 palaios_html_6605749307:534:49972:49997 Navajo Logan, Utah -0.0288773204111550628 +20132 gsa_html_6350949088 gsa_html_6350949088:676:60032:60038 Kodiak Anchorage, Alaska -0.473903010792736112 +20133 gsa_html_5107598462 gsa_html_5107598462:429:38516:38528 Salina Lackawanna County, Pennsylvania -0.0640561829300472368 +20134 jgeology_html_4599466962 jgeology_html_4599466962:294:20949:20965 Edgecliff Western world -0.477512787064485633 +20135 sedimentology_html_6952142412 sedimentology_html_6952142412:1436:99261:99278 Wasatch Spain -0.0203634553137257354 +20136 aapg_ac_807.html aapg_ac_807.html:360:36438:36451 Cohansey Sand Sussex County, New Jersey -0.0045966157065965357 +20137 jgeology_html_9131218619 jgeology_html_9131218619:1011:78500:78507 Gateway Colorado 0.0560931517678905298 +20138 gsa_html_5158209975 gsa_html_5158209975:322:28810:28819 Red River Peoria, Illinois -0.0411741349964208428 +20139 aapg_ad_557.html aapg_ad_557.html:1401:130723:130750 Madison Williston Basin -0.0925230246493589231 +20140 aapg_af_331.html aapg_af_331.html:285:35538:35542 Ladd Caribbean -0.463250887108730525 +20141 aapg_af_726.html aapg_af_726.html:180:23044:23055 Santa Clara California -0.46168136305604579 +20142 sedimentology_html_8481937849 sedimentology_html_8481937849:347:30616:30631 Plainfield Ottawa, Kansas -0.46328736756315686 +20143 cspg_html_9618151991 cspg_html_9618151991:17:2329:2336 Madison Meramec River -0.507392015805155694 +20144 aapg_ac_749.html aapg_ac_749.html:46:5730:5736 Neahga Irondequoit, New York -0.0236314487961183893 +20145 aapg_aa_350.html aapg_aa_350.html:3:193:201 Michigan Saginaw, Michigan -0.467925738958578585 +20146 gsa_html_2026217181 gsa_html_2026217181:141:10139:10167 Green River Colorado -0.0404707637071786003 +20147 aapg_ad_258.html aapg_ad_258.html:120:11917:11942 Venango Venango, Pennsylvania -0.0885717370023791917 +20148 aapg_ac_563.html aapg_ac_563.html:296:41500:41508 Woodbine County Sligo -0.0378805791019936056 +20149 aapg_ad_3.html aapg_ad_3.html:278:25234:25241 Axemann Knoxville, Tennessee 0.0228908800795091481 +20150 aapg_ae_354.html aapg_ae_354.html:162:15965:15984 Mesaverde Niobrara, Nebraska -0.0282234355137958928 +20151 aapg_aa_261.html aapg_aa_261.html:101:13878:13899 Etherington Boise, Idaho -0.408314953434081973 +20152 gsa_html_4891459463 gsa_html_4891459463:1294:119635:119648 Santa Barbara Santa Barbara, California -0.431298300553942027 +20153 aapg_ah_456.html aapg_ah_456.html:59:5448:5456 Montreal Canada 0.829737745610625632 +20154 aapg_ai_903.html aapg_ai_903.html:341:48296:48304 Beaumont Lacombe, Alberta -0.455347020329573748 +20155 gsa_html_8236729701 gsa_html_8236729701:573:50528:50533 Slope California -0.496308532687975368 +20156 aapg_ad_317.html aapg_ad_317.html:161:15483:15494 Beekmantown Pennsylvania -0.000889435409818231594 +20157 aapg_ac_104.html aapg_ac_104.html:30:4283:4302 Crescent Clallam County, Washington -0.0286947163144904982 +20158 aapg_aa_847.html aapg_aa_847.html:18:1797:1807 Washington Salem, Oregon -0.0326639109248070408 +20159 aapg_aa_261.html aapg_aa_261.html:101:13965:13985 Scott Peak Boise, Idaho 1.07548246723415142 +20160 cspg_html_1763727002 cspg_html_1763727002:6:485:499 Doig Lacombe, Alberta -0.490378908520278767 +20161 aapg_ad_982.html aapg_ad_982.html:69:5485:5503 Onondaga Edgecliff, New South Wales -0.07011150497375368 +20162 aapg_ad_351.html aapg_ad_351.html:17:2018:2034 Keokuk Springfield, Illinois -0.00268221124588273983 +20163 sedimentology_html_7724789034 sedimentology_html_7724789034:544:41923:41949 Basal Hay River (Canada) -0.0574626720141519567 +20164 gsa_html_6753732431 gsa_html_6753732431:90:8670:8685 Sespe Transverse Ranges -0.503653224825654999 +20165 aapg_ac_750.html aapg_ac_750.html:66:5666:5674 Beaumont Beaumont, Texas -0.0312966369722646603 +20166 aapg_aa_12.html aapg_aa_12.html:462:49083:49101 Sycamore Arbuckle, California -0.435767689782418699 +20167 aapg_ai_470.html aapg_ai_470.html:269:35409:35421 Cardium Lacombe, Alberta 0.695137260196958207 +20168 cspg_html_4031489103 cspg_html_4031489103:198:28624:28633 Appekunny Whitefish (fisheries term) -0.466782751574986277 +20169 palaios_html_1834763898 palaios_html_1834763898:462:47736:47748 Pethei Great Slave Lake -0.050574209527444236 +20170 aapg_ad_557.html aapg_ad_557.html:141:13318:13325 Halifax Houston -0.0194666001171388929 +20171 aapg_ah_69.html aapg_ah_69.html:157:14870:14875 Chazy Waverly, Ohio -0.455387700672750584 +20172 aapg_ac_835.html aapg_ac_835.html:887:129648:129655 Madison Frannie, Wyoming -0.448632716908224927 +20173 cspg_html_6038396142 cspg_html_6038396142:37:5785:5803 Winnipeg Winnipeg -0.448350101124535771 +20174 aapg_af_461.html aapg_af_461.html:189:17297:17311 Traverse Michigan -0.0432288486854336129 +20175 aapg_ad_801.html aapg_ad_801.html:103:11711:11726 Midway Alabama -0.386639584249554469 +20176 geology_html_4411581951 geology_html_4411581951:293:23209:23225 Dakota Eaton, Ohio -0.430176006996349836 +20177 gsa_html_5507509274 gsa_html_5507509274:752:76662:76684 Mariposa Sierra Nevada (Spain) -0.0313696934317686249 +20178 aapg_ae_357.html aapg_ae_357.html:87:12041:12059 Paradise Arizona -0.0174019020564647256 +20179 cspg_html_4799463481 cspg_html_4799463481:34:4806:4843 Vendom Fiord Ellesmere Island -0.496881985799363712 +20180 aapg_ah_677.html aapg_ah_677.html:491:53388:53425 Nonesuch Bloomington, Indiana -0.479475427251918496 +20181 aapg_ai_907.html aapg_ai_907.html:428:68795:68819 Frio Texas -0.477512787064485633 +20182 cspg_html_4176605708 cspg_html_4176605708:616:62857:62865 Edmonton Regina, Saskatchewan -0.0900218656800999273 +20183 gsa_html_7817096362 gsa_html_7817096362:67:5445:5473 Green River Colorado -0.0292147099429476073 +20184 cspg_html_5515814749 cspg_html_5515814749:65:9866:9882 Viking Lacombe, Alberta -0.385793824488239734 +20185 geology_html_8124935570 geology_html_8124935570:256:22645:22653 Colorado Denver -0.0943506778102966154 +20186 gsa_html_3436154175 gsa_html_3436154175:721:60596:60616 Wind River Absaroka -0.441686785632637413 +20187 sedimentology_html_6084996636 sedimentology_html_6084996636:440:52681:52685 Hall London, Ontario -0.455229509631582041 +20188 aapg_af_854.html aapg_af_854.html:393:50956:50966 Fort Payne Alabama -0.200694373932109316 +20189 aapg_aa_463.html aapg_aa_463.html:209:39943:39964 Smackover Mississippi River -0.465104162426203172 +20190 aapg_ai_688.html aapg_ai_688.html:397:43500:43537 Williamsport Salina, Kansas -0.442682549290708161 +20191 cspg_html_1313584654 cspg_html_1313584654:45:5738:5756 Duperow Lacombe, Alberta -0.46853104470756296 +20192 cspg_html_3231136569 cspg_html_3231136569:120:14969:14978 Ice River Victoria, British Columbia -0.458639019733277031 +20193 gsa_html_9866042258 gsa_html_9866042258:1979:153737:153746 Lancaster Salem, Oregon -0.0281695262279110618 +20194 AMJC_html_9709478395 AMJC_html_9709478395:894:81281:81303 Monterey California -0.47503682505792677 +20195 aapg_af_653.html aapg_af_653.html:862:97530:97536 Neroly Monterey, California -0.0060576376426468119 +20196 gsa_html_3144986031 gsa_html_3144986031:479:47766:47774 Victoria Canada -0.424249874232666135 +20197 sedimentology_html_2012795527 sedimentology_html_2012795527:28:1790:1798 Edmonton Canada -0.48757492352044407 +20198 sedimentology_html_8983980897 sedimentology_html_8983980897:312:21239:21256 Storelk Victoria, British Columbia -0.460944252925189812 +20199 gsa_html_3179245953 gsa_html_3179245953:591:56661:56671 Stillwater Payne County, Oklahoma -0.477130519718023338 +20200 AMJC_html_8402437205 AMJC_html_8402437205:841:79174:79182 Columbia Victoria, British Columbia -0.459860167847925383 +20201 aapg_ah_687.html aapg_ah_687.html:43:6716:6727 Peace River CFB Cold Lake -0.462225485866077257 +20202 gsa_html_4501954721 gsa_html_4501954721:916:65879:65888 New River Virginia -0.0378335861423178335 +20203 cspg_html_5198658336 cspg_html_5198658336:329:35307:35315 Scollard Lacombe, Alberta -0.467889067103673728 +20204 cspg_html_5688447798 cspg_html_5688447798:21:5128:5139 Goose Fiord Ellesmere Island -0.48422645917649243 +20205 aapg_ad_55.html aapg_ad_55.html:96:8045:8052 Decorah Decorah, Iowa 0.243329657608133965 +20206 aapg_ae_152.html aapg_ae_152.html:105:8555:8582 Anahuac Shreveport, Louisiana -0.424923287683910134 +20207 aapg_ae_248.html aapg_ae_248.html:92:9206:9224 Traverse Salem, Massachusetts 0.000138974235394869979 +20208 gsa_html_4828739821 gsa_html_4828739821:826:69512:69521 Flagstaff Arizona -0.0692478044100710149 +20209 jgeology_html_9366209199 jgeology_html_9366209199:236:20490:20499 Eel River California -0.469038078694436811 +20210 aapg_ae_280.html aapg_ae_280.html:237:26515:26520 Utica Onondaga County, New York -0.0265871227383154794 +20211 aapg_af_479.html aapg_af_479.html:746:78811:78821 Point Loma San Diego -0.434805805785743127 +20212 aapg_ad_351.html aapg_ad_351.html:892:82280:82284 Hall Burlington, Ontario -0.0482597604774050865 +20213 cspg_html_9725676031 cspg_html_9725676031:681:73472:73495 Boulder Creek Victoria, British Columbia -0.472574788136010782 +20214 gsa_html_5952049575 gsa_html_5952049575:762:75789:75808 Rock Springs Cheyenne, Wyoming -0.441553207562292771 +20215 gsa_html_2818345762 gsa_html_2818345762:445:43136:43158 Maple Canyon Logan, Utah -0.0498979272948652103 +20216 AMJC_html_8303556104 AMJC_html_8303556104:227:30617:30629 Chinle New Mexico -0.441459714368856782 +20217 geology_html_7176261014 geology_html_7176261014:295:22693:22697 Hall London, Ontario -0.448753864703002991 +20218 aapg_ai_813.html aapg_ai_813.html:39:7268:7287 Neruokpuk Anchorage, Alaska -0.478326534516524793 +20219 cspg_html_3763286481 cspg_html_3763286481:14:1639:1647 Columbia Victoria, British Columbia -0.464533160716817162 +20220 aapg_ae_911.html aapg_ae_911.html:40:3819:3840 Mt Lytton Shreveport, Louisiana -0.0521971896884777173 +20221 aapg_ad_960.html aapg_ad_960.html:25:2954:2968 Monterey Salinas, California 0.0344002002017836164 +20222 aapg_ad_466.html aapg_ad_466.html:299:37335:37350 Tuscaloosa North Carolina -0.00764378019701813464 +20223 cspg_html_6116883777 cspg_html_6116883777:1699:202956:202989 Read Bay Canadian Arctic Archipelago 0.00640161657025525247 +20224 aapg_ae_319.html aapg_ae_319.html:422:34091:34098 Ankareh Uinta Mountains -0.248068965223379151 +20225 aapg_ac_546.html aapg_ac_546.html:26:4159:4175 Wilcox Shreveport, Louisiana -0.40802257047780266 +20226 cspg_html_1166788717 cspg_html_1166788717:135:15186:15191 Cairn Lacombe, Alberta -0.020196595303077311 +20227 palaios_html_9789679615 palaios_html_9789679615:964:89302:89320 Morrison Western United States -0.43344757972276704 +20228 aapg_ai_28.html aapg_ai_28.html:343:32263:32270 Reynosa Uvalde, Texas -0.46809765859229685 +20229 cspg_html_2865093674 cspg_html_2865093674:63:10258:10267 Gog Lacombe, Alberta -0.0083213368469432069 +20230 geology_html_1503306574 geology_html_1503306574:225:22840:22874 Serpent Canada -0.0221051486888918687 +20231 cspg_html_4326384800 cspg_html_4326384800:709:96679:96694 Cairn Red Deer, Alberta -0.0367528086008553287 +20232 cspg_html_4621625853 cspg_html_4621625853:23:2753:2776 Eleanor River Middle Ordovician 0.966422853179960795 +20233 jgeology_html_3391865091 jgeology_html_3391865091:844:49907:49921 Frio Texas -0.0589546399737923554 +20234 aapg_af_663.html aapg_af_663.html:356:36290:36296 Laredo Higginsville, Missouri -0.0582723056187257615 +20235 cspg_html_5141367518 cspg_html_5141367518:160:24432:24454 Belly River Crowsnest Pass, Alberta -0.0699856129181718606 +20236 sedimentology_html_8829282630 sedimentology_html_8829282630:2127:109082:109090 Colorado Pueblo, Colorado -0.471349814541787038 +20237 gsa_html_1363375228 gsa_html_1363375228:911:79437:79449 Red Mountain Boise, Idaho -0.479459169650376604 +20238 aapg_aa_43.html aapg_aa_43.html:479:52325:52344 Frio Michigan -0.011292292690643661 +20239 geology_html_5146003460 geology_html_5146003460:61:3578:3594 Yucatan Guatemala -0.498117899111855666 +20240 aapg_ai_838.html aapg_ai_838.html:183:31166:31188 Escondido Lonsdale, Minnesota -0.0185558826483486587 +20241 aapg_ac_286.html aapg_ac_286.html:42:4043:4052 Smackover Cotton Valley, Louisiana 0.00259187716092955768 +20242 aapg_ac_417.html aapg_ac_417.html:11:1650:1664 Tiger Mountain Raging River -0.0809042314533295615 +20243 aapg_ad_168.html aapg_ad_168.html:335:37236:37257 La Vieille Logan, Utah -0.467870731747513147 +20244 geology_html_6501151583 geology_html_6501151583:41:4614:4621 Wingate Kayenta, Arizona -0.500385707625650822 +20245 aapg_ah_505.html aapg_ah_505.html:734:57167:57173 Pierre Benton, Arkansas -0.479893584862882694 +20246 aapg_ah_429.html aapg_ah_429.html:111:9598:9608 San Andres Artesia, New Mexico -0.462512479285274614 +20247 aapg_ai_584.html aapg_ai_584.html:40:4217:4226 Ingleside Colorado -0.00292541869155533898 +20248 sedimentology_html_9327087504 sedimentology_html_9327087504:320:29617:29625 Michigan Sweden -0.0335442004664093935 +20249 aapg_aa_224.html aapg_aa_224.html:23:3025:3034 Macuspana Veracruz, Veracruz -0.0115181647621516343 +20250 aapg_ae_871.html aapg_ae_871.html:590:72330:72354 Schrader Bluff Anchorage, Alaska -0.434712986404073964 +20251 cspg_html_2198503252 cspg_html_2198503252:6:584:589 Ouray Lacombe, Alberta -0.0371287181535530572 +20252 aapg_ae_17.html aapg_ae_17.html:117:14745:14751 Sierra Caborca -0.0592268959056857155 +20253 aapg_ac_867.html aapg_ac_867.html:680:92936:92960 Casper Cheyenne, Wyoming -0.0229013103912739102 +20254 aapg_ah_534.html aapg_ah_534.html:250:21051:21060 Jamestown Catskill Mountains -0.390337881794444619 +20255 cspg_html_1996419880 cspg_html_1996419880:426:55949:55957 Columbia Victoria, British Columbia -0.463307888475886887 +20256 palaios_html_9127387632 palaios_html_9127387632:618:58879:58900 Collingwood Canada -0.432346977926754639 +20257 geology_html_4393438384 geology_html_4393438384:205:21429:21434 Price Virginia -0.459860167847925383 +20258 cspg_html_9912281240 cspg_html_9912281240:675:74528:74539 Belly River Lacombe, Alberta -0.44948782523520614 +20259 aapg_ae_278.html aapg_ae_278.html:506:51650:51654 Java Sumatra -0.43797158338019293 +20260 gsa_html_5694391338 gsa_html_5694391338:957:82353:82381 Green River Colorado -0.0307539456314618806 +20261 geology_html_4350749191 geology_html_4350749191:99:8107:8117 Santa Cruz Santa Cruz, California -0.43374114370115191 +20262 geology_html_1644816140 geology_html_1644816140:121:10185:10210 Barstow Reno, Nevada -0.0378509909163746716 +20263 cspg_html_5541725202 cspg_html_5541725202:203:29734:29744 Boss Point Bridgetown, Nova Scotia -0.12019938420922599 +20264 aapg_ah_329.html aapg_ah_329.html:526:51518:51527 San Diego San Joaquin River 0.367844436946984543 +20265 cspg_html_4031489103 cspg_html_4031489103:340:50145:50166 Dutch Creek Victoria, British Columbia -0.456371367070690814 +20266 AMJC_html_4504848787 AMJC_html_4504848787:421:45947:45984 Mechum River Virginia -0.484114368303559472 +20267 AMJC_html_4299960498 AMJC_html_4299960498:641:80712:80722 Washington Logan, Utah -0.461089806729199636 +20268 palaios_html_5582845937 palaios_html_5582845937:339:34686:34694 Virginia Hampton, New Hampshire -0.0558541686875998269 +20269 jgeology_html_9591757126 jgeology_html_9591757126:871:50961:50966 Yukon Anchorage, Alaska -0.465616092314337648 +20270 aapg_ac_324.html aapg_ac_324.html:492:64121:64148 Prospect Western world -0.402096711814835694 +20271 aapg_ad_466.html aapg_ad_466.html:1202:128687:128700 Potomac Tuscaloosa, Alabama -0.448408411516637184 +20272 jgeology_html_8494933343 jgeology_html_8494933343:450:35091:35119 Bidahochi Southern California -0.4391432028015122 +20273 aapg_ac_515.html aapg_ac_515.html:200:21676:21682 Oregon Washington (state) -0.0647985531001060572 +20274 aapg_ah_374.html aapg_ah_374.html:108:12198:12216 Seminole Coffeyville, Kansas -0.0295955881019379606 +20275 aapg_ac_950.html aapg_ac_950.html:29:5257:5269 Rhode Island Virginia 0.575122509743300148 +20276 aapg_aa_598.html aapg_aa_598.html:26:4165:4173 Red Peak John Crow Mountains -0.432624764132568007 +20277 aapg_ad_551.html aapg_ad_551.html:181:30665:30685 Mount Head Lacombe, Alberta -0.446835332876372782 +20278 jgeology_html_8497213674 jgeology_html_8497213674:325:20097:20128 Newport California -0.459860167847925383 +20279 cspg_html_9222238695 cspg_html_9222238695:559:64551:64559 Columbia Victoria, British Columbia -0.0268166470016257402 +20280 aapg_af_16.html aapg_af_16.html:327:29883:29901 Frontier Cheyenne, Wyoming -0.43347626990885002 +20281 aapg_ah_645.html aapg_ah_645.html:312:38662:38677 Piper Williston, Vermont -0.465787563493960222 +20282 cspg_html_7397042096 cspg_html_7397042096:363:42350:42361 Grand Forks Lacombe, Alberta -0.0405821853026711934 +20283 aapg_af_984.html aapg_af_984.html:266:42632:42657 Fullerton Washington (state) -0.0534002771689079184 +20284 gsa_html_3096615185 gsa_html_3096615185:173:19286:19313 Weymouth Nahant, Massachusetts -0.471432653520514666 +20285 aapg_af_808.html aapg_af_808.html:249:32651:32669 Scotland Barbados -0.469152832749018645 +20286 aapg_aa_303.html aapg_aa_303.html:310:28440:28448 Colorado Colorado -0.53921404882974977 +20287 cspg_html_1498300615 cspg_html_1498300615:96:11958:11963 Flume Lacombe, Alberta -0.472770666406185036 +20288 aapg_ac_984.html aapg_ac_984.html:242:21697:21712 Oneota Illinois -0.458784199315796892 +20289 sedimentology_html_3200584564 sedimentology_html_3200584564:1316:86518:86536 Kaskapau Lacombe, Alberta -0.485107349284571332 +20290 gsa_html_6980451554 gsa_html_6980451554:792:77848:77865 Moenave Colorado -0.0132991361893864783 +20291 sedimentology_html_7385631805 sedimentology_html_7385631805:2440:119330:119349 Athabasca Canada -0.0530497916352297219 +20292 aapg_ad_153.html aapg_ad_153.html:391:39325:39334 Aux Vases Illinois -0.439098796420780313 +20293 palaios_html_1037225024 palaios_html_1037225024:963:68145:68157 Sutton New South Wales -0.464820899663721254 +20294 aapg_af_317.html aapg_af_317.html:482:60859:60869 Las Animas Colorado -0.062798733096236084 +20295 aapg_ad_688.html aapg_ad_688.html:62:5532:5549 Hermosa New Mexico -0.49119789377684242 +20296 cspg_html_8152691171 cspg_html_8152691171:47:7595:7605 Missisauga Logan, Utah -0.494609426466897539 +20297 cspg_html_1025724640 cspg_html_1025724640:692:77791:77799 Montreal Quebec City -0.438007065376213589 +20298 cspg_html_1378826439 cspg_html_1378826439:353:33718:33733 Gates Victoria, British Columbia -0.444844842741709823 +20299 cspg_html_1934220426 cspg_html_1934220426:40:5175:5192 Pelican Shaftesbury -0.458639019733277031 +20300 aapg_af_205.html aapg_af_205.html:303:28653:28670 Fleming Middle East -0.428798065147820595 +20301 cspg_html_4392308496 cspg_html_4392308496:386:53064:53092 Bonaventure Rogersville, Tennessee -0.0155250750483416668 +20302 aapg_ad_47.html aapg_ad_47.html:85:8959:8967 Wolfcamp Wichita, Kansas -0.0288564512426946543 +20303 sedimentology_html_9410532865 sedimentology_html_9410532865:1514:107465:107486 Green River Logan, Utah -0.444916336311243943 +20304 aapg_ad_269.html aapg_ad_269.html:72:8229:8244 Bluff Summerville, South Carolina -0.432227951733042737 +20305 cspg_html_6880168184 cspg_html_6880168184:239:34014:34033 Allen Bay Devon Island -0.248671567843856856 +20306 aapg_ad_2.html aapg_ad_2.html:216:31683:31701 Setters Maryland -0.0198680940009536566 +20307 sedimentology_html_1671067008 sedimentology_html_1671067008:30:2083:2092 Claremont South Africa -0.0118656633091786638 +20308 cspg_html_4287356899 cspg_html_4287356899:972:133269:133274 Yukon Great Britain -0.452814884210195667 +20309 gsa_html_2832151886 gsa_html_2832151886:412:34378:34394 Viking Lacombe, Alberta -0.0259959408940027802 +20310 aapg_ac_904.html aapg_ac_904.html:370:32551:32557 Kodiak Anchorage, Alaska -0.460337276166031373 +20311 aapg_ae_171.html aapg_ae_171.html:449:41226:41235 Newcastle Black Hills 0.365347313386031269 +20312 geology_html_2076225121 geology_html_2076225121:314:24453:24472 Anakeesta Great Smoky Mountains -0.0336764237731465785 +20313 sedimentology_html_6811924239 sedimentology_html_6811924239:375:18383:18394 Santa Clara Ventura County, California -0.489885075161781369 +20314 gsa_html_1324861111 gsa_html_1324861111:278:26054:26063 Montezuma Nicoya Peninsula -0.0200714512738383588 +20315 aapg_ad_683.html aapg_ad_683.html:119:16068:16080 Hermit Coconino County, Arizona -0.500900028677199516 +20316 AMJC_html_4299960498 AMJC_html_4299960498:145:18172:18198 Ringold Washington (state) -0.491162576381923288 +20317 cspg_html_1064938580 cspg_html_1064938580:344:39181:39203 Moreno California -0.461089806729199636 +20318 palaios_html_1018466366 palaios_html_1018466366:1538:137652:137662 Rio Grande Buenos Aires Province -0.0373723706496873684 +20319 aapg_aa_145.html aapg_aa_145.html:656:71076:71084 Columbia Victoria, British Columbia -0.0382077954989542418 +20320 aapg_ac_618.html aapg_ac_618.html:93:9233:9241 Wolfcamp Val Verde (fictional country) -0.0992437885239027262 +20321 aapg_ae_319.html aapg_ae_319.html:713:60819:60827 Sundance Carmel, Indiana -0.202585506189958908 +20322 cspg_html_1665574291 cspg_html_1665574291:83:13799:13824 Porcupine Calgary -0.0533985334168908185 +20323 cspg_html_5936620105 cspg_html_5936620105:32:3933:3948 Banff Elbow River 0.0105973111472393959 +20324 aapg_af_551.html aapg_af_551.html:788:72052:72063 Lake Valley New Mexico -0.425402399125748287 +20325 sedimentology_html_9079273526 sedimentology_html_9079273526:663:68216:68234 John Day Salem, Oregon -0.441459714368856782 +20326 gsa_html_7675468560 gsa_html_7675468560:63:4729:4757 Green River Colorado -0.00112569192733688248 +20327 cspg_html_4405340534 cspg_html_4405340534:611:79123:79135 Fortin Canada -0.487631194234456278 +20328 aapg_af_779.html aapg_af_779.html:51:7732:7741 Coldwater Antrim, County Antrim -0.480109712230180896 +20329 aapg_ac_529.html aapg_ac_529.html:133:15448:15475 White River Chadron, Nebraska 0.0176104480999765035 +20330 aapg_ad_55.html aapg_ad_55.html:257:17323:17330 Jackson Cape Girardeau Township, Cape Girardeau County, Missouri -0.0309035312152589614 +20331 aapg_ad_836.html aapg_ad_836.html:959:81081:81086 Viola Greenwich, Connecticut -0.450242601748815363 +20332 aapg_ac_832.html aapg_ac_832.html:74:9708:9717 Stonewall Regina, Saskatchewan -0.449629298275569411 +20333 aapg_ae_113.html aapg_ae_113.html:355:46750:46768 Read Bay Prince of Wales Island (Nunavut) 1.12989105507696497 +20334 cspg_html_8826450427 cspg_html_8826450427:476:54918:54935 Cardium Lacombe, Alberta -0.450608983410958508 +20335 gsa_html_3012952404 gsa_html_3012952404:1082:78954:78958 Hall Vancouver -0.0633942422333909211 +20336 cspg_html_2650524233 cspg_html_2650524233:10:1526:1534 Paskapoo Edmonton, London -0.479960973619786069 +20337 gsa_html_2378424898 gsa_html_2378424898:938:58153:58159 Silica London, Ontario -0.502814850475143738 +20338 cspg_html_5345848475 cspg_html_5345848475:96:13543:13551 Columbia Lacombe, Alberta -0.0340313466956898014 +20339 aapg_aa_147.html aapg_aa_147.html:831:84383:84401 Winnipeg Middle Ordovician -0.0531544123709719873 +20340 cspg_html_9476379853 cspg_html_9476379853:18:1973:1981 Columbia Victoria, British Columbia -0.462143504710773534 +20341 aapg_ai_732.html aapg_ai_732.html:24:3585:3593 Michigan Ohio 0.0197307856223387368 +20342 sedimentology_html_9229777954 sedimentology_html_9229777954:3419:130359:130393 Protection Las Vegas Strip -0.478284785297837578 +20343 cspg_html_7083999793 cspg_html_7083999793:6:360:368 Columbia Lacombe, Alberta -0.489335141452313493 +20344 aapg_ac_551.html aapg_ac_551.html:3:204:218 Frio Gulf Coast of the United States -0.441526494258847935 +20345 aapg_ac_399.html aapg_ac_399.html:92:9502:9522 Tuscaloosa Mississippi River -0.00567891556221164669 +20346 gsa_html_1465687448 gsa_html_1465687448:504:62536:62546 Tuscaloosa Alabama -0.408721423065216971 +20347 aapg_af_551.html aapg_af_551.html:406:42251:42262 Lake Valley Rift Valley lakes -0.500171500613742936 +20348 aapg_aa_438.html aapg_aa_438.html:7:496:502 Brazil Viracopos-Campinas International Airport -0.0193049620802523206 +20349 aapg_ac_844.html aapg_ac_844.html:264:33611:33619 Columbia Victoria, British Columbia -0.466842269540434285 +20350 gsa_html_4144293017 gsa_html_4144293017:21:1301:1309 Colorado Denver -0.490195451192383946 +20351 cspg_html_6290430388 cspg_html_6290430388:772:79070:79082 Cooking Lake Canada -0.477204643263094197 +20352 aapg_ad_149.html aapg_ad_149.html:143:14905:14914 Allen Bay Little Cornwallis Island -0.426028449629804407 +20353 palaios_html_8472682513 palaios_html_8472682513:576:54246:54256 Washington Mount Rainier, Maryland -0.469120700106755939 +20354 aapg_af_674.html aapg_af_674.html:449:41228:41236 Colorado Denver -0.447153316157111791 +20355 gsa_html_1997423355 gsa_html_1997423355:529:49137:49147 Washington Pacific Northwest -0.0409860998014640113 +20356 sedimentology_html_7482146728 sedimentology_html_7482146728:359:42972:42980 Columbia Sacramento, California -0.450676431675374467 +20357 cspg_html_6252417471 cspg_html_6252417471:132:20371:20392 Christopher Banks Island -0.187664072601014364 +20358 cspg_html_2253842195 cspg_html_2253842195:322:39644:39660 Hasler Victoria, British Columbia -0.465616092314337648 +20359 sedimentology_html_2208426700 sedimentology_html_2208426700:1039:59523:59546 Edwards Texas -0.499203493557790035 +20360 aapg_aa_892.html aapg_aa_892.html:166:14605:14613 La Habra California -0.482931300996293389 +20361 aapg_aa_922.html aapg_aa_922.html:105:10458:10462 Bond Lawrenceburg, Indiana 0.0301417072682896858 +20362 aapg_aa_106.html aapg_aa_106.html:499:54510:54527 Prairie Manitoba -0.62169554842025232 +20363 cspg_html_4659384530 cspg_html_4659384530:19:2535:2546 Slave Point Great Slave Lake -0.454475093508583283 +20364 aapg_ai_66.html aapg_ai_66.html:177:14881:14889 Loveland Larimer (Pittsburgh) -0.433864776993285517 +20365 cspg_html_9729377176 cspg_html_9729377176:545:70556:70565 Baldonnel Victoria, British Columbia -0.465561228542891226 +20366 cspg_html_6927586285 cspg_html_6927586285:56:8890:8907 Halfway Lacombe, Alberta -0.02660103319374214 +20367 gsa_html_5601712699 gsa_html_5601712699:766:68246:68253 Herring California -0.445213540966811649 +20368 palaios_html_7179643765 palaios_html_7179643765:22:1161:1183 San Antonio Venezuela -0.0857466211906486309 +20369 gsa_html_2005293978 gsa_html_2005293978:722:52576:52595 St Marys Maryland -0.00300532980767757559 +20370 AMJC_html_5435634257 AMJC_html_5435634257:208:21340:21370 Mackenzie Canada -0.0237635726163751594 +20371 aapg_ak_118.html aapg_ak_118.html:449:43974:43993 Cotton Valley Shreveport, Louisiana -0.00243726702917233546 +20372 cspg_html_2939557171 cspg_html_2939557171:638:79083:79088 Logan Shark Bay -0.02660103319374214 +20373 aapg_ai_213.html aapg_ai_213.html:327:42644:42665 Slave Point Victoria, British Columbia -0.0161298137457332978 +20374 aapg_ae_974.html aapg_ae_974.html:94:8857:8870 Cook Mountain Zapata, Texas -0.422007842206250927 +20375 palaios_html_2994452429 palaios_html_2994452429:1666:140120:140152 Thaynes Logan, Utah 0.00270479477611077846 +20376 aapg_ae_803.html aapg_ae_803.html:136:17994:18000 Tactic Santa Cruz, California -0.444094495043231396 +20377 aapg_ac_719.html aapg_ac_719.html:109:11607:11620 Poison Canyon Mexico -0.0833966631908211881 +20378 aapg_ac_126.html aapg_ac_126.html:253:38215:38232 Bossier Bossier City, Louisiana -0.412935756702424439 +20379 cspg_html_3456965010 cspg_html_3456965010:438:56799:56821 Judith River Lacombe, Alberta -0.0292651452152505043 +20380 cspg_html_5501097280 cspg_html_5501097280:389:42836:42865 Tidal Victoria, British Columbia -0.478349729395822987 +20381 cspg_html_9729377176 cspg_html_9729377176:894:103256:103274 Fayetteville Arkansas -0.469152832749018645 +20382 cspg_html_6038396142 cspg_html_6038396142:11:1383:1395 Saskatchewan Manitoba -0.440514182187833891 +20383 gsa_html_5273912996 gsa_html_5273912996:1047:68703:68730 Columbia Columbia, South Carolina -0.506302887282198189 +20384 cspg_html_4937997995 cspg_html_4937997995:929:79591:79600 Fullerton Las Vegas Strip -0.0299260395523841712 +20385 gsa_html_7635660482 gsa_html_7635660482:577:51832:51861 Vega Kingdom of Asturias -0.48757492352044407 +20386 aapg_ac_729.html aapg_ac_729.html:768:75941:75953 Pierre Lacombe, Alberta 0.108334542353837673 +20387 gsa_html_3199774259 gsa_html_3199774259:524:50462:50468 Lehman California -0.43344757972276704 +20388 aapg_ad_153.html aapg_ad_153.html:499:53751:53757 Clifty Hardinsburg, Indiana -0.0391129188633264693 +20389 aapg_ai_328.html aapg_ai_328.html:416:41763:41769 Keokuk Illinois -0.0161298137457332978 +20390 geology_html_7129477281 geology_html_7129477281:173:16130:16148 Niobrara Niobrara, Nebraska -0.4506269691264706 +20391 sedimentology_html_1052800718 sedimentology_html_1052800718:1453:76960:76964 Hall London, Ontario -0.452887004013691252 +20392 aapg_ad_740.html aapg_ad_740.html:57:7662:7670 Colorado Benton, Arkansas -0.462644618431458876 +20393 gsa_html_8983680403 gsa_html_8983680403:58:4452:4480 Green River Iran 0.00633907480086522146 +20394 aapg_ac_719.html aapg_ac_719.html:4:528:543 Raton Huerfano, New Mexico -0.103322053141779432 +20395 geology_html_7252964522 geology_html_7252964522:13:465:471 Reston Virginia -0.494708722782586374 +20396 aapg_ac_333.html aapg_ac_333.html:54:8122:8130 Colorado Animas River 0.00770284885627177569 +20397 cspg_html_2253842195 cspg_html_2253842195:5:300:308 Columbia Canada -0.436965343294064001 +20398 aapg_aa_870.html aapg_aa_870.html:84:8272:8291 Greenhorn Mancos, Colorado -0.453373962765659 +20399 aapg_af_892.html aapg_af_892.html:245:22531:22541 Pottsville Atoka, Oklahoma -0.00691758876026682835 +20400 aapg_af_653.html aapg_af_653.html:1100:131359:131373 Monterey Monterey, California -0.462398581950347165 +20401 aapg_ah_519.html aapg_ah_519.html:224:23631:23639 Kootenai Cheyenne, Wyoming -0.422356792753443622 +20402 aapg_aa_598.html aapg_aa_598.html:342:35250:35267 Minturn Colorado -0.466965896576978678 +20403 aapg_ac_697.html aapg_ac_697.html:105:9780:9796 Edgemont Greenville, Westchester County, New York -0.485603101959931283 +20404 aapg_ah_5.html aapg_ah_5.html:2272:151863:151883 Washington Washington (state) -0.456561440120662909 +20405 aapg_ad_918.html aapg_ad_918.html:484:54909:54915 Pueblo Colorado -0.481815063993563775 +20406 cspg_html_3483814747 cspg_html_3483814747:653:65413:65433 Peel Wales Island (British Columbia) -0.454034931813569353 +20407 aapg_ah_157.html aapg_ah_157.html:58:8268:8283 Knobs Michigan -0.0106737584367400627 +20408 gsa_html_8981262717 gsa_html_8981262717:865:73034:73051 Cardium Lacombe, Alberta -0.460269102262388319 +20409 aapg_aa_563.html aapg_aa_563.html:342:43778:43794 Dakota Niobrara, Nebraska 0.0159838409266510884 +20410 cspg_html_6472484014 cspg_html_6472484014:67:8055:8075 La Vieille New Brunswick, New Jersey -0.0314218768886919339 +20411 aapg_ad_466.html aapg_ad_466.html:1206:129130:129138 Patuxent Virginia -0.00567891556221164669 +20412 sedimentology_html_3424454943 sedimentology_html_3424454943:262:28285:28289 Hall London, Ontario -0.0537507800709914538 +20413 gsa_html_3445493534 gsa_html_3445493534:761:77761:77779 Monterey Los Angeles 0.0295608042385671933 +20414 gsa_html_6194837075 gsa_html_6194837075:318:22435:22449 Buda Texas 0.0155494033221634086 +20415 cspg_html_4374961624 cspg_html_4374961624:175:22422:22438 Tatei Mount Robson Provincial Park -0.476033304431228654 +20416 cspg_html_1962846283 cspg_html_1962846283:421:49840:49855 Basal Fernie, British Columbia -0.45995556917210767 +20417 aapg_aa_914.html aapg_aa_914.html:86:10940:10962 Marble Falls Atoka, Oklahoma -0.459294782857853967 +20418 gsa_html_8955900843 gsa_html_8955900843:518:48883:48912 Weaverville Klamath Mountains (ecoregion) -0.486735992068403789 +20419 cspg_html_5017240192 cspg_html_5017240192:487:48430:48448 Fayetteville Arkansas -0.0314131796301364494 +20420 cspg_html_4915680223 cspg_html_4915680223:29:3771:3790 Read Bay Ellesmere Island -0.420983530191217814 +20421 cspg_html_3854139935 cspg_html_3854139935:60:9184:9194 Milk River Lacombe, Alberta -0.472639307901536299 +20422 jgeology_html_5803513114 jgeology_html_5803513114:388:28550:28570 Littleton Portland, Maine -0.455197874748240694 +20423 gsa_html_2949390624 gsa_html_2949390624:58:4245:4273 Green River Colorado -0.0325612728688678896 +20424 aapg_ac_253.html aapg_ac_253.html:107:15426:15444 Edgewood Missouri River -0.458822766590828601 +20425 aapg_aa_582.html aapg_aa_582.html:141:15104:15125 Naranjal Matamoros, Tamaulipas -0.446750257452242616 +20426 aapg_ah_393.html aapg_ah_393.html:54:5485:5503 Kootenay Moose Mountain (Alberta) -0.441553207562292771 +20427 gsa_html_2509147847 gsa_html_2509147847:515:63457:63463 Oregon Boise, Idaho -0.052476148512779229 +20428 aapg_ah_871.html aapg_ah_871.html:548:60578:60594 Laval Logan, Utah -0.0230090906667148494 +20429 aapg_ae_273.html aapg_ae_273.html:121:12522:12537 Marcellus Onondaga (tribe) -0.42652126035610638 +20430 aapg_ae_380.html aapg_ae_380.html:187:14769:14782 Jackson Texas -0.456479975332736432 +20431 AMJC_html_3632105729 AMJC_html_3632105729:683:82662:82672 Washington Salem, Oregon -0.0475070165492629953 +20432 aapg_ae_771.html aapg_ae_771.html:6:1236:1252 Wiscoy Hanover -0.0532764718431481404 +20433 aapg_ac_986.html aapg_ac_986.html:1264:128860:128878 Galisteo New Mexico -0.477121254719662491 +20434 aapg_aa_812.html aapg_aa_812.html:510:53277:53285 Colorado Denver -0.00537142262393446989 +20435 jgeology_html_1836103970 jgeology_html_1836103970:394:30838:30858 Boss Point Joggins, Nova Scotia -0.440300736461396947 +20436 aapg_ad_466.html aapg_ad_466.html:382:46205:46212 Raritan Virginia -0.446011775932438015 +20437 aapg_af_880.html aapg_af_880.html:586:90880:90884 Rico Kaibab, Arizona -0.451054234304276602 +20438 aapg_aa_702.html aapg_aa_702.html:1284:136938:136944 Salina Michigan -0.0282234355137958928 +20439 gsa_html_2667366192 gsa_html_2667366192:720:63667:63680 Reed Dolomite Los Angeles -0.459837454744856933 +20440 geology_html_7376742736 geology_html_7376742736:157:14832:14848 Cumberland Black River, Jamaica -0.025547354296840772 +20441 cspg_html_5241714595 cspg_html_5241714595:241:37229:37251 Souris River Williston Basin -0.429687894366426348 +20442 cspg_html_5295390542 cspg_html_5295390542:390:45890:45897 Halfway Lacombe, Alberta -0.0419681041014585768 +20443 gsa_html_5843564589 gsa_html_5843564589:14:606:620 Wanapum Basalt Salem, Oregon -0.0192997479723480518 +20444 cspg_html_8312989046 cspg_html_8312989046:18:2523:2557 Bowser Arctic Cordillera -0.452887004013691252 +20445 gsa_html_7102550258 gsa_html_7102550258:264:27642:27649 Moenave Kayenta, Arizona -0.464405306663695727 +20446 aapg_ah_624.html aapg_ah_624.html:111:11014:11030 Dakota Mancos, Colorado 0.203012737516870101 +20447 cspg_html_6839937815 cspg_html_6839937815:284:40225:40231 Kaibab San Rafael Swell -0.502180063393425136 +20448 cspg_html_1921053357 cspg_html_1921053357:7:894:916 Buckinghorse Lacombe, Alberta 0.0176347786034971622 +20449 cspg_html_9343899465 cspg_html_9343899465:1850:154930:154945 Melville Island Bathurst Island (Northern Territory) -0.0685870084886600756 +20450 aapg_ad_871.html aapg_ad_871.html:154:16334:16341 Genshaw Newtown Creek -0.446052041434467972 +20451 gsa_html_2927312038 gsa_html_2927312038:647:51006:51034 Green River New Mexico -0.00819798606036370794 +20452 cspg_html_3023030263 cspg_html_3023030263:427:51219:51241 Medicine Hat Lacombe, Alberta -0.0493785557228638358 +20453 aapg_ai_255.html aapg_ai_255.html:651:91593:91601 Michigan Toronto -0.047151578986696932 +20454 aapg_ai_793.html aapg_ai_793.html:107:14855:14865 Pittsburgh Cheyenne, Wyoming -0.52857784108893946 +20455 aapg_ac_730.html aapg_ac_730.html:324:45664:45673 Mesaverde Colorado 0.0282825620772972075 +20456 aapg_ai_477.html aapg_ai_477.html:65:7391:7399 Columbia Canada -0.0172889404553563421 +20457 aapg_aa_158.html aapg_aa_158.html:567:53255:53273 Morrison Colorado -0.44003177575734248 +20458 aapg_ac_807.html aapg_ac_807.html:794:78706:78713 Raritan Charleston, South Carolina 0.00403028171567929548 +20459 palaios_html_5184377205 palaios_html_5184377205:815:67224:67242 Yorktown Virginia -0.487335814372290177 +20460 aapg_ac_333.html aapg_ac_333.html:988:120110:120118 Toroweap Kaibab, Arizona -0.0490160622596066617 +20461 gsa_html_6491840124 gsa_html_6491840124:995:81380:81385 Logan Boise, Idaho -0.0245285217971666809 +20462 jgeology_html_4115179562 jgeology_html_4115179562:261:19369:19388 Uwharrie North Carolina -0.471340610693628537 +20463 cspg_html_8387792223 cspg_html_8387792223:702:73675:73684 Red River Canada -0.441437455474761709 +20464 cspg_html_6014123208 cspg_html_6014123208:442:54991:55003 Saskatchewan Lacombe, Alberta -0.459887424332023564 +20465 palaios_html_2223085265 palaios_html_2223085265:417:41532:41552 Toro Chile -0.0235062798697475116 +20466 gsa_html_3038126504 gsa_html_3038126504:569:56272:56287 Bouse California -0.506705745639774774 +20467 aapg_ah_387.html aapg_ah_387.html:2659:287638:287647 Knoxville Knoxville, Illinois 0.00782446102673730118 +20468 sedimentology_html_7486236177 sedimentology_html_7486236177:881:75280:75301 Snowy Range Cheyenne, Wyoming -0.0164009085472750712 +20469 cspg_html_8152691171 cspg_html_8152691171:37:6231:6248 Mohawk Logan, Utah -0.502848273733673135 +20470 gsa_html_7102550258 gsa_html_7102550258:889:99448:99481 Morrison New Mexico -0.460487277041231158 +20471 cspg_html_4298557570 cspg_html_4298557570:319:40734:40750 Battle Lacombe, Alberta -0.456416618922522499 +20472 aapg_ai_154.html aapg_ai_154.html:261:30351:30359 Catskill Chemung, New York -0.033900859013031269 +20473 aapg_ac_351.html aapg_ac_351.html:190:19413:19428 Tejon California -0.466759861116235797 +20474 sedimentology_html_6102370484 sedimentology_html_6102370484:613:37991:37997 Moscow Western world -0.47076786107370483 +20475 aapg_ac_126.html aapg_ac_126.html:27:4466:4477 Haynesville Durham, North Carolina -0.480732833452157671 +20476 aapg_af_308.html aapg_af_308.html:225:25245:25253 Virginia Middle East -0.485406637327558677 +20477 aapg_ai_888.html aapg_ai_888.html:115:15048:15057 Gladstone Denison, Texas -0.471464870791560964 +20478 cspg_html_8266552811 cspg_html_8266552811:269:33868:33880 Saskatchewan Regina, Saskatchewan -0.0113965411474177668 +20479 aapg_af_149.html aapg_af_149.html:7:665:685 Vicksburg Texas -0.468255854243320946 +20480 aapg_ae_876.html aapg_ae_876.html:329:35499:35529 Cedar Mountain Cedar Mountains 0.0068081397182383728 +20481 cspg_html_4099674132 cspg_html_4099674132:6:350:401 Winnipegosis Regina, Saskatchewan -0.00549476708285740172 +20482 aapg_ad_460.html aapg_ad_460.html:194:20351:20361 Fort Worth Texas -0.448377013151321557 +20483 cspg_html_2838996125 cspg_html_2838996125:167:30461:30479 Imperial Mackenzie River -0.013877758051455481 +20484 aapg_ah_96.html aapg_ah_96.html:697:71984:72000 Bighorn Dolomite Cheyenne, Wyoming -0.445998354490544591 +20485 jgeology_html_9600984627 jgeology_html_9600984627:948:74875:74900 Kope Cincinnati -0.0201913809518237848 +20486 aapg_ai_81.html aapg_ai_81.html:418:33922:33935 Chemung Conneaut, Ohio -0.432249992487968249 +20487 cspg_html_1114211412 cspg_html_1114211412:86:12612:12629 Gething Lacombe, Alberta -0.0269348882327513015 +20488 aapg_aa_357.html aapg_aa_357.html:19:1776:1793 Entrada Summerville, South Carolina -0.00349522085598196267 +20489 gsa_html_2152804570 gsa_html_2152804570:61:4436:4464 Green River Colorado -0.452909542628234352 +20490 geology_html_1969800884 geology_html_1969800884:88:7586:7594 Scotland Earth -0.0858080173127486884 +20491 gsa_html_7808051457 gsa_html_7808051457:746:75081:75089 Colorado Lake Ontario -0.52077071257321117 +20492 cspg_html_4498577775 cspg_html_4498577775:905:72248:72257 Gog Mount Assiniboine Provincial Park -0.439445222385884349 +20493 sedimentology_html_7514538550 sedimentology_html_7514538550:1505:143039:143044 Price Lancaster, California -0.480777027030782511 +20494 palaios_html_2557524442 palaios_html_2557524442:325:28525:28555 Albert New Brunswick, New Jersey -0.448529529594894116 +20495 aapg_af_76.html aapg_af_76.html:55:4878:4891 Navarro Texas -0.0677550076979287624 +20496 aapg_ah_537.html aapg_ah_537.html:34:4247:4258 Green River Logan, Utah -0.103966956273616754 +20497 cspg_html_4530154552 cspg_html_4530154552:876:123031:123063 Montney Lacombe, Alberta -0.0591553403385562324 +20498 geology_html_8367138957 geology_html_8367138957:19:1439:1448 San Diego La Jolla -0.0474930775226503829 +20499 aapg_ai_159.html aapg_ai_159.html:534:61072:61077 Gatun Mount Hope, New York -0.474842748246669499 +20500 aapg_ad_263.html aapg_ad_263.html:40:3730:3739 Oil Creek Cooke County, Texas -0.414094356996746848 +20501 AMJC_html_1549082430 AMJC_html_1549082430:13:614:621 Windsor Ontario, California -0.471340610693628537 +20502 gsa_html_2352572665 gsa_html_2352572665:509:46204:46215 Devils Hole Reno, Nevada -0.00771674737466516297 +20503 aapg_af_929.html aapg_af_929.html:157:16430:16436 Oswego Mississippi River -0.461026124022890449 +20504 aapg_ae_419.html aapg_ae_419.html:173:20420:20436 Cupido Mexico -0.425402399125748287 +20505 aapg_ai_65.html aapg_ai_65.html:197:20897:20905 Tensleep Darwin, Northern Territory -0.436819151869522138 +20506 aapg_ae_295.html aapg_ae_295.html:227:25754:25760 Reklaw Carrizo Plain -0.460146402321772174 +20507 jgeology_html_4305195651 jgeology_html_4305195651:661:81947:81965 Catskill Newport, Rhode Island -0.462261924354454456 +20508 aapg_ad_930.html aapg_ad_930.html:121:14061:14083 Green River Wasatch Range -0.441048011313096677 +20509 gsa_html_8549650339 gsa_html_8549650339:261:23768:23774 Sierra Texas -0.436092963472802964 +20510 aapg_ae_28.html aapg_ae_28.html:561:48838:48857 Deadwood Winnipeg -1.40661014111733262 +20511 aapg_ah_646.html aapg_ah_646.html:75:9917:9933 Chinle Apache County, Arizona -0.00673169924588781169 +20512 geology_html_2856747273 geology_html_2856747273:205:17608:17616 Scotland Rodinia -0.0849713491623119294 +20513 gsa_html_5261839912 gsa_html_5261839912:492:37709:37722 Morton Gneiss Montevideo, Minnesota -0.462166276497962936 +20514 cspg_html_6953269830 cspg_html_6953269830:47:6367:6375 Columbia Victoria, British Columbia -0.496235102069879308 +20515 aapg_ac_400.html aapg_ac_400.html:587:59197:59200 Elk Randolph County, Indiana -0.450586501765938174 +20516 aapg_ah_0.html aapg_ah_0.html:12:1176:1182 Reston Canada -0.0433821006587485347 +20517 aapg_ad_983.html aapg_ad_983.html:117:11051:11058 Venango Warren County, Ohio -0.495723634298967097 +20518 aapg_ae_594.html aapg_ae_594.html:124:14443:14471 Fort Terrett Southeast Asia -0.430224392211940587 +20519 aapg_ac_942.html aapg_ac_942.html:92:12246:12263 Paradox Colorado -0.459860167847925383 +20520 gsa_html_4308966435 gsa_html_4308966435:1257:124993:125001 Colorado Denver -0.529939099818829917 +20521 geology_html_1807893167 geology_html_1807893167:204:19435:19444 Fullerton Kazakhstan -0.470179399208385473 +20522 gsa_html_5879695606 gsa_html_5879695606:887:64305:64313 Santiago Estadio El Teniente 0.0209752883033040294 +20523 AMJC_html_8400263991 AMJC_html_8400263991:1450:87574:87580 Brazil London, Ontario -0.479459169650376604 +20524 geology_html_8611700372 geology_html_8611700372:255:23394:23404 Washington Mount Pinatubo -0.0365787810685492543 +20525 aapg_ae_324.html aapg_ae_324.html:1111:110491:110499 Moccasin Cumberland Plateau -0.00436382766958571481 +20526 cspg_html_4937997995 cspg_html_4937997995:1144:89736:89743 Jupiter Anticosti Island -0.206248538064113779 +20527 aapg_af_890.html aapg_af_890.html:297:30100:30113 Tecovas Santa Rosa, California -0.464569693827358687 +20528 gsa_html_3331523875 gsa_html_3331523875:64:8156:8173 Wasatch Colorado -0.46814580209221146 +20529 gsa_html_7938666655 gsa_html_7938666655:203:18029:18049 Kotsina Conglomerate Middle East -0.516856415963551918 +20530 cspg_html_3102530088 cspg_html_3102530088:76:10724:10744 Milk River Milk River, Alberta -0.471382028770717776 +20531 sedimentology_html_2656486339 sedimentology_html_2656486339:123:13087:13095 Colorado Fiji -0.029835599351404625 +20532 gsa_html_6627974776 gsa_html_6627974776:659:52284:52290 Denton White River (Washington) -0.0309035312152589614 +20533 gsa_html_6361056653 gsa_html_6361056653:76:6069:6097 Green River Colorado -0.0427795572276395697 +20534 gsa_html_5271110133 gsa_html_5271110133:1018:88804:88810 Jordan Nazca -0.487987661646075377 +20535 gsa_html_3860045860 gsa_html_3860045860:641:74377:74383 Oregon Salem, Oregon -0.0288025393782587909 +20536 aapg_ah_77.html aapg_ah_77.html:34:6022:6041 Rock Springs Cheyenne, Wyoming -0.451751782124743317 +20537 aapg_ai_249.html aapg_ai_249.html:172:25969:25979 San Felipe Texas -0.0149690067830474411 +20538 aapg_ad_677.html aapg_ad_677.html:568:55268:55278 Fort Worth Texas -0.00861668517403405519 +20539 aapg_af_291.html aapg_af_291.html:554:60314:60320 Barrow Anchorage, Alaska -0.448287309474040385 +20540 cspg_html_3854301924 cspg_html_3854301924:56:5908:5938 Nisku Lacombe, Alberta -0.430224392211940587 +20541 sedimentology_html_2865738906 sedimentology_html_2865738906:512:31042:31077 Lake Valley New Mexico -0.100630886759191032 +20542 AMJC_html_8831189197 AMJC_html_8831189197:703:66756:66764 Colorado Denver -0.477308890203395286 +20543 cspg_html_2198503252 cspg_html_2198503252:48:4946:4957 Lake Valley New Mexico -0.455252106655251121 +20544 geology_html_8422244633 geology_html_8422244633:292:22609:22618 Valentine Arizona -0.466741549175746284 +20545 aapg_ai_421.html aapg_ai_421.html:36:7434:7442 Virginia Pennsylvania -0.478284785297837578 +20546 aapg_aa_265.html aapg_aa_265.html:52:4153:4174 Piedras Mesa, Arizona -0.485308421911267773 +20547 aapg_ae_44.html aapg_ae_44.html:189:16538:16548 Palo Pinto Western world -0.462261924354454456 +20548 aapg_ae_777.html aapg_ae_777.html:135:16627:16651 Espiritu Santo Talpa, Texas -0.0633959886817150181 +20549 aapg_ad_244.html aapg_ad_244.html:3:175:202 Little Falls Mohawk Valley -0.000627121340837813067 +20550 aapg_aa_775.html aapg_aa_775.html:571:58948:58952 Frio Oakville, California -0.417500283370627168 +20551 aapg_ah_339.html aapg_ah_339.html:26:3132:3142 Montgomery Spain -0.0442511603309229257 +20552 aapg_ad_52.html aapg_ad_52.html:971:105106:105125 Coldwater Jackson County, Missouri -0.0365787810685492543 +20553 aapg_aa_12.html aapg_aa_12.html:248:26916:26935 Sallisaw Frisco, Texas -0.0709631023012109036 +20554 aapg_ak_135.html aapg_ak_135.html:289:44707:44725 San Onofre Breccia Santa Monica Mountains -0.478586352630804512 +20555 palaios_html_2997862099 palaios_html_2997862099:365:38608:38617 San Diego California -0.488743302412917968 +20556 cspg_html_1434585715 cspg_html_1434585715:838:78923:78941 Wasatch Cheyenne, Wyoming -0.435661502416701596 +20557 aapg_af_964.html aapg_af_964.html:671:69220:69236 Viking Lacombe, Alberta -0.471754879498828661 +20558 cspg_html_1464478153 cspg_html_1464478153:19:3127:3135 Columbia Victoria, British Columbia -0.484266161538602968 +20559 cspg_html_5295390542 cspg_html_5295390542:342:42897:42914 Halfway Lacombe, Alberta -0.0197168810314956311 +20560 aapg_ah_604.html aapg_ah_604.html:157:11311:11317 Paluxy Tuscaloosa, Alabama -0.438093558395168947 +20561 cspg_html_9485413283 cspg_html_9485413283:518:57439:57457 Dunvegan Lacombe, Alberta -0.445213540966811649 +20562 cspg_html_6331977039 cspg_html_6331977039:53:5388:5407 Allen Bay Little Cornwallis Island -0.455028421021904994 +20563 aapg_ae_757.html aapg_ae_757.html:1074:76564:76573 Englewood Colorado -0.448969278215303857 +20564 gsa_html_5096547935 gsa_html_5096547935:655:61126:61132 Denver Colorado -0.0190651145503429667 +20565 aapg_ah_611.html aapg_ah_611.html:285:18534:18540 Oregon Baldwin, Nassau County, New York -0.0331753752251057327 +20566 cspg_html_8928894270 cspg_html_8928894270:381:51512:51524 Golden Spike Saint Kitts and Nevis -0.484135384227082133 +20567 aapg_ad_822.html aapg_ad_822.html:24:2787:2806 Niobrara Colorado 0.351374042514197293 +20568 aapg_ai_811.html aapg_ai_811.html:309:42421:42444 Detroit River Bloomington, Indiana -0.0610771505726213221 +20569 jgeology_html_2299509351 jgeology_html_2299509351:896:52757:52763 Thrifty London, Ontario -0.0367667309306509496 +20570 aapg_ac_716.html aapg_ac_716.html:221:16885:16888 Elk Shawnee, Oklahoma -0.0372366206791455642 +20571 aapg_aa_131.html aapg_aa_131.html:132:13952:13972 Ellensburg Washington (state) -0.228331583741909316 +20572 aapg_aa_856.html aapg_aa_856.html:118:11154:11188 Smackover Terryville, New York -0.05853057202324604 +20573 aapg_af_381.html aapg_af_381.html:47:6788:6795 Topanga Santa Monica Mountains -0.460410000722277057 +20574 aapg_ae_884.html aapg_ae_884.html:177:23235:23244 Mesaverde Kirtland, Ohio 0.880197172777011705 +20575 gsa_html_4312040636 gsa_html_4312040636:478:44897:44906 Eel River Van Duzen River -0.472399687021269332 +20576 cspg_html_1354651543 cspg_html_1354651543:518:62412:62418 Sustut Victoria, British Columbia -0.4852429512232731 +20577 aapg_af_854.html aapg_af_854.html:1282:183066:183073 Cypress Bethel, Alaska -0.0478206511244486168 +20578 cspg_html_6908537444 cspg_html_6908537444:6:481:487 Denver Colorado -0.0448677412107618342 +20579 aapg_ae_35.html aapg_ae_35.html:89:8502:8523 Green River Wasatch Range -0.417849782389341617 +20580 aapg_aa_473.html aapg_aa_473.html:310:45080:45093 Barnett Texas -0.461128473443845555 +20581 gsa_html_3225734041 gsa_html_3225734041:182:18483:18504 Wissahickon Delaware -0.0565379969022386936 +20582 geology_html_2350878941 geology_html_2350878941:323:24562:24590 Green River Cheyenne, Wyoming -0.4741730528447482 +20583 aapg_aa_126.html aapg_aa_126.html:46:4248:4268 Franconia Franconia, New Hampshire -0.0213629091377398328 +20584 aapg_ai_249.html aapg_ai_249.html:882:116314:116320 Sierra Guatemala -0.459022435464294998 +20585 cspg_html_1665574291 cspg_html_1665574291:7:567:589 Willow Creek Lacombe, Alberta -0.454052985518192231 +20586 gsa_html_4667678389 gsa_html_4667678389:16:584:592 Colorado Denver -0.416884081895734226 +20587 aapg_aa_793.html aapg_aa_793.html:476:62380:62384 Vail North Sea oil -0.481794104698776371 +20588 gsa_html_4557277250 gsa_html_4557277250:73:8385:8401 Carmel Logan, Utah -0.476093453364925034 +20589 aapg_af_325.html aapg_af_325.html:68:9768:9795 Anahuac Shreveport, Louisiana 0.226115894783494586 +20590 gsa_html_8671422836 gsa_html_8671422836:994:99877:99881 Bell Mato Grosso do Sul -0.461390086357821749 +20591 aapg_ah_654.html aapg_ah_654.html:285:27767:27775 Tensleep Cheyenne, Wyoming -0.414527021884554703 +20592 cspg_html_3914683557 cspg_html_3914683557:494:66141:66156 Levis Quebec -0.48663294001243923 +20593 aapg_aa_960.html aapg_aa_960.html:457:35109:35115 Carmel Uinta Mountains -0.412110872070292067 +20594 aapg_ai_197.html aapg_ai_197.html:81:10367:10371 Bern Switzerland -0.464432702411418319 +20595 aapg_ae_973.html aapg_ae_973.html:1018:77227:77235 Fountain Texas -0.47735290933611807 +20596 sedimentology_html_2601136107 sedimentology_html_2601136107:1359:84450:84473 Tansill Carlsbad, New Mexico -0.0292651452152505043 +20597 cspg_html_6608209149 cspg_html_6608209149:499:50151:50162 Peace River Regina, Saskatchewan -0.452887004013691252 +20598 cspg_html_2954223000 cspg_html_2954223000:200:29257:29264 Yucatan Melbourne, Florida -0.0323768745751979448 +20599 gsa_html_3144986031 gsa_html_3144986031:294:31946:31953 Bonanza Talkeetna, Alaska 0.0249770777964540731 +20600 aapg_ae_55.html aapg_ae_55.html:219:34589:34599 Brownsport Decatur, Georgia -0.49570469701623765 +20601 palaios_html_9451646650 palaios_html_9451646650:775:72739:72746 Halifax Cape Breton Island -0.0743376209558603424 +20602 AMJC_html_1938223835 AMJC_html_1938223835:1026:117689:117711 Trout Valley Portland, Maine -0.503880280715721773 +20603 cspg_html_2408887763 cspg_html_2408887763:529:58021:58028 Bluesky Victoria, British Columbia -0.498184372130755504 +20604 cspg_html_6064089067 cspg_html_6064089067:13:1444:1456 Saskatchewan Winnipeg -0.0391947322443328555 +20605 cspg_html_8694594891 cspg_html_8694594891:22:2380:2408 Utica Quebec City -0.0398266335823246886 +20606 aapg_ae_474.html aapg_ae_474.html:1325:138922:138928 Bethel Bethel, Alaska -0.464450966712688929 +20607 cspg_html_4636216007 cspg_html_4636216007:457:47558:47580 Eureka Sound Little Cornwallis Island -0.188266429165301369 +20608 aapg_ah_399.html aapg_ah_399.html:19:3067:3079 Saskatchewan Southeast Asia -0.0465661867457523512 +20609 palaios_html_8283629756 palaios_html_8283629756:355:31756:31788 Montney Calgary -0.0765902888371837176 +20610 aapg_aa_732.html aapg_aa_732.html:331:39864:39884 Phosphoria Cheyenne, Wyoming -0.199848368861744924 +20611 aapg_ah_96.html aapg_ah_96.html:106:10873:10903 Beekmantown Cheyenne, Wyoming -0.41806475417105543 +20612 aapg_ae_182.html aapg_ae_182.html:99:11090:11098 Bellevue Elm Grove, Wisconsin -0.0523750246926542248 +20613 aapg_aa_261.html aapg_aa_261.html:101:13997:14018 South Creek Lacombe, Alberta 0.860371118737593532 +20614 aapg_ad_597.html aapg_ad_597.html:231:27762:27780 Black River Ontario, California 0.0267679597249096228 +20615 aapg_aa_313.html aapg_aa_313.html:1502:155951:155963 Rhode Island Newport, Rhode Island -0.444856013246054061 +20616 cspg_html_3362128825 cspg_html_3362128825:35:3923:3929 Shunda Moose Mountain (Alberta) -0.0507415465108338806 +20617 aapg_ae_856.html aapg_ae_856.html:199:22806:22830 Lizard Springs Trinidad and Tobago -0.442860875153750722 +20618 aapg_ae_465.html aapg_ae_465.html:199:21305:21318 Cotton Valley Paluxy, Texas -0.177304003830081741 +20619 aapg_ad_880.html aapg_ad_880.html:798:77532:77549 Entrada Cheyenne, Wyoming 0.0476690595293682295 +20620 aapg_ak_46.html aapg_ak_46.html:48:4669:4675 Dakota San Juan, Argentina -0.457899875343460883 +20621 gsa_html_4413089123 gsa_html_4413089123:60:3760:3788 Green River Colorado 0.0197985706476215724 +20622 gsa_html_1636483297 gsa_html_1636483297:1102:91060:91068 Colorado Uinta Mountains -0.451740527107044376 +20623 aapg_ah_587.html aapg_ah_587.html:74:6782:6787 Mingo Logan, Utah -0.515638265999826539 +20624 cspg_html_7938374662 cspg_html_7938374662:131:13937:13953 Clearwater Pine River (Michigan) -0.489899180704299886 +20625 cspg_html_3891690307 cspg_html_3891690307:426:42148:42156 Pine Key Melbourne, Florida 0.0234176191377478797 +20626 cspg_html_9435196958 cspg_html_9435196958:421:18807:18823 Belly River Canada -0.442916609041378917 +20627 gsa_html_2989317971 gsa_html_2989317971:758:78311:78333 Poison Creek Boise, Idaho -0.4597920302667165 +20628 AMJC_html_7872796695 AMJC_html_7872796695:633:50721:50751 Red River Regina, Saskatchewan -0.0129759471663572871 +20629 aapg_ac_825.html aapg_ac_825.html:426:44987:44995 Monterey Carmel Valley, San Diego, California -0.449225147740392239 +20630 aapg_ah_903.html aapg_ah_903.html:104:17669:17674 Yegua Charlotte, North Carolina -0.438060290900437188 +20631 palaios_html_5078880508 palaios_html_5078880508:691:52897:52928 Kope Kentucky 0.006036790497064899 +20632 gsa_html_9889833548 gsa_html_9889833548:855:78936:78940 Hall California -0.441553207562292771 +20633 cspg_html_5381643866 cspg_html_5381643866:28:4065:4083 Bickford Victoria, British Columbia -0.458784199315796892 +20634 sedimentology_html_6854489010 sedimentology_html_6854489010:72:6955:6963 Columbia Niger -0.00761598320539543048 +20635 aapg_ah_876.html aapg_ah_876.html:657:81736:81742 Paluxy East Texas -0.0278217295801544348 +20636 aapg_ae_73.html aapg_ae_73.html:265:34888:34902 Yeso Las Vegas Strip -0.442421809625085982 +20637 cspg_html_3016068951 cspg_html_3016068951:36:4207:4225 Winnipeg Williston, Vermont -0.4859095832487208 +20638 AMJC_html_4147467903 AMJC_html_4147467903:773:89039:89045 Morgan Colorado -0.470696581042233275 +20639 aapg_ah_847.html aapg_ah_847.html:379:46612:46630 Navesink Closter, New Jersey -0.47249414511500698 +20640 cspg_html_4148342026 cspg_html_4148342026:371:32948:32956 Deadwood Winnipeg 0.0114208658344619116 +20641 cspg_html_7086880709 cspg_html_7086880709:209:24495:24507 Horn Plateau Great Slave Lake 0.323952843888015485 +20642 aapg_ae_26.html aapg_ae_26.html:198:17692:17706 Kope Ohio 0.465387515664436757 +20643 aapg_af_898.html aapg_af_898.html:167:17944:17951 Leonard Cibolo, Texas -0.471501691978871318 +20644 aapg_af_58.html aapg_af_58.html:58:4392:4411 Flagstaff Logan, Utah -0.0530916397448719588 +20645 aapg_aa_626.html aapg_aa_626.html:249:28613:28631 Patapsco Maryland -0.420071282660241185 +20646 sedimentology_html_9657494495 sedimentology_html_9657494495:523:47561:47569 Woodside Crete -0.444856013246054061 +20647 palaios_html_5264377288 palaios_html_5264377288:502:44048:44075 Chickaloon Anchorage, Alaska 0.683051023668595714 +20648 aapg_ai_491.html aapg_ai_491.html:138:16133:16158 Paradox Hermosa, Chicago -0.461219460550356897 +20649 aapg_ai_688.html aapg_ai_688.html:58:8535:8543 Virginia Rochester, Kent -0.078507702655988415 +20650 gsa_html_7632212878 gsa_html_7632212878:667:59590:59600 Las Cruces New Mexico -0.479496330331430576 +20651 sedimentology_html_9258109128 sedimentology_html_9258109128:1797:101284:101315 Pocatello Boise, Idaho -0.458822766590828601 +20652 aapg_ai_897.html aapg_ai_897.html:70:7933:7941 Somerset Washington (state) -0.00590649599379846572 +20653 aapg_af_471.html aapg_af_471.html:79:11096:11115 Pennington Illinois 0.024684993322469706 +20654 aapg_aa_25.html aapg_aa_25.html:81:7243:7248 Bluff Hermosa, Chicago -0.498032441543816373 +20655 palaios_html_8283629756 palaios_html_8283629756:76:9174:9199 Mackenzie Canada -0.425402399125748287 +20656 geology_html_3139121339 geology_html_3139121339:64:5522:5530 Columbia Washington (state) -0.469120700106755939 +20657 aapg_ad_257.html aapg_ad_257.html:75:7370:7389 Norphlet Alabama 0.778396531472629771 +20658 palaios_html_2221534395 palaios_html_2221534395:104:14935:14954 Fairview Netherlands -0.447153316157111791 +20659 aapg_ai_66.html aapg_ai_66.html:28:3880:3886 Pueblo Sharon Springs, Kansas -0.435659290307845004 +20660 aapg_ai_996.html aapg_ai_996.html:1344:60269:60277 Virginia Cape Henry Light -0.0277017418114762735 +20661 aapg_af_839.html aapg_af_839.html:348:30241:30247 Walker New Salem, Massachusetts -0.0140758476190941898 +20662 sedimentology_html_2139169476 sedimentology_html_2139169476:102:9376:9385 Peninsula Korea -0.450586501765938174 +20663 aapg_ac_782.html aapg_ac_782.html:291:50206:50219 Barnett Texas -0.0412855650787417178 +20664 cspg_html_1841843683 cspg_html_1841843683:83:14353:14360 Rierdon Williston Basin -0.402569062322972349 +20665 cspg_html_7467378242 cspg_html_7467378242:188:26898:26909 Peace River CFB Cold Lake -0.465558942626108085 +20666 aapg_ah_370.html aapg_ah_370.html:8:950:962 Norway Point Thunder Bay -0.113235838011266216 +20667 aapg_af_305.html aapg_af_305.html:134:13696:13709 Cotton Valley Carthage, Missouri -0.442649117020085803 +20668 aapg_ah_699.html aapg_ah_699.html:460:54016:54021 Piper Antarctica 0.000792153354614578671 +20669 aapg_ac_961.html aapg_ac_961.html:248:26234:26242 Woodbine Arkadelphia, Arkansas -0.431714547785669089 +20670 gsa_html_6985417117 gsa_html_6985417117:94:7139:7147 Michigan Lake Superior -0.0188530778518021767 +20671 aapg_ae_855.html aapg_ae_855.html:130:13915:13930 North Horn Flagstaff, Arizona -0.478488911708928044 +20672 sedimentology_html_3948129797 sedimentology_html_3948129797:2149:127203:127211 Homewood Oman -0.0389492941804812226 +20673 aapg_ac_730.html aapg_ac_730.html:162:23415:23421 Dakota Mancos, Colorado -0.000571531620668953421 +20674 cspg_html_8751690073 cspg_html_8751690073:431:36025:36049 Scripps Middle America (Americas) -0.475258680049542748 +20675 aapg_af_808.html aapg_af_808.html:299:39177:39195 Scotland Trinidad and Tobago -0.0446500168455515323 +20676 aapg_ai_157.html aapg_ai_157.html:322:31268:31274 Guelph Salina, Kansas -0.0223919711537192666 +20677 aapg_aa_267.html aapg_aa_267.html:524:44330:44340 Greenbrier New Milton railway station -0.535685912318529134 +20678 cspg_html_4626597050 cspg_html_4626597050:50:6483:6502 Red Peak Logan, Utah -0.029835599351404625 +20679 aapg_ae_581.html aapg_ae_581.html:374:41699:41715 Dakota Colorado -0.469081683474137145 +20680 aapg_ai_804.html aapg_ai_804.html:115:10088:10093 Favel Manitoba -0.420791864948583338 +20681 aapg_ae_415.html aapg_ae_415.html:499:65309:65331 Richland Smith County, Kansas -0.0401573975935689137 +20682 aapg_ac_920.html aapg_ac_920.html:114:18171:18178 Oquirrh Sevier orogeny -0.0159925297595795608 +20683 gsa_html_2230690881 gsa_html_2230690881:30:2835:2863 Green River Colorado -0.038468880180471815 +20684 aapg_af_788.html aapg_af_788.html:216:18903:18913 Bell Detroit River International Wildlife Refuge -0.037309716590806806 +20685 gsa_html_8129534969 gsa_html_8129534969:59:3939:3967 Green River Colorado -0.0309000524599756105 +20686 cspg_html_5783501569 cspg_html_5783501569:225:21933:21952 Waterfowl Canmore, Alberta -0.490143713980378037 +20687 cspg_html_5406720001 cspg_html_5406720001:104:13137:13154 Telford Telford, Pennsylvania -0.030413036449144077 +20688 geology_html_9189584760 geology_html_9189584760:288:19977:19985 Colorado Gunnison County, Colorado -0.506417969655151956 +20689 aapg_ah_876.html aapg_ah_876.html:268:33973:33988 Rodessa Mississippi River -0.256171007701702091 +20690 gsa_html_7052441891 gsa_html_7052441891:911:74441:74469 Green River Colorado 0.0152956953730357167 +20691 cspg_html_3385840278 cspg_html_3385840278:1651:181860:181879 Waterways Lacombe, Alberta -0.0462769907326050153 +20692 gsa_html_5756232019 gsa_html_5756232019:1009:87938:87948 Rancheria New Mexico -0.0441205345295084747 +20693 gsa_html_6062330506 gsa_html_6062330506:440:45005:45022 Rustler Salado, Texas -0.0152261868031426748 +20694 palaios_html_2221534395 palaios_html_2221534395:75:11162:11181 Fairview Netherlands -0.477512787064485633 +20695 aapg_af_703.html aapg_af_703.html:194:21480:21504 Knox Dolomite Clayton County, Georgia 0.0166945981893577566 +20696 gsa_html_7936718686 gsa_html_7936718686:1169:80435:80463 Green River Colorado -0.441459714368856782 +20697 gsa_html_8199351664 gsa_html_8199351664:849:73314:73342 Green River Colorado 0.000277948477905467942 +20698 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56086:56090 Earp Supai, Arizona -0.0156223882901486526 +20699 palaios_html_9993198762 palaios_html_9993198762:305:32438:32456 Morrison Colorado -0.530917087103741081 +20700 aapg_ah_181.html aapg_ah_181.html:78:9363:9380 Hermosa Hermosa, Chicago -0.480597940731277096 +20701 aapg_aa_813.html aapg_aa_813.html:14:1713:1733 Fort Union Cheyenne, Wyoming -0.457986001970366152 +20702 aapg_aa_78.html aapg_aa_78.html:3:236:244 Michigan Michigan -0.0142635127702024425 +20703 palaios_html_6676788300 palaios_html_6676788300:118:16206:16217 Skaneateles Moscow -0.470457490274840129 +20704 cspg_html_1336185084 cspg_html_1336185084:405:43617:43635 Kootenay Elk Valley (British Columbia) -0.0495563232116226007 +20705 geology_html_9622075409 geology_html_9622075409:20:820:830 Santa Cruz California -0.477269506555081602 +20706 gsa_html_1817109082 gsa_html_1817109082:622:52093:52121 Green River Iran -0.0173254356777415887 +20707 aapg_af_497.html aapg_af_497.html:786:73661:73669 Colorado Pueblo, Colorado -0.467868439854770279 +20708 palaios_html_5170998264 palaios_html_5170998264:594:64011:64019 Imperial California -0.0187992000332682825 +20709 cspg_html_8587137158 cspg_html_8587137158:518:74078:74087 Keg River Redwater, Texas -0.448287309474040385 +20710 aapg_aa_832.html aapg_aa_832.html:5:784:802 Tachilni Cold Bay Airport -0.0313488201123993324 +20711 cspg_html_9439353033 cspg_html_9439353033:651:53140:53156 Viking Lacombe, Alberta -0.04375827605503467 +20712 gsa_html_5627360957 gsa_html_5627360957:600:61606:61621 Troy Rodinia -0.0640649161516256421 +20713 gsa_html_4543270561 gsa_html_4543270561:661:58196:58202 Cedros San Diego -0.49339517418577894 +20714 aapg_ad_258.html aapg_ad_258.html:424:49931:49939 Columbia Clayton County, Georgia -0.449451899065432481 +20715 aapg_aa_298.html aapg_aa_298.html:959:114429:114444 Leduc Lacombe, Alberta -0.437953842888147871 +20716 aapg_ah_881.html aapg_ah_881.html:144:17279:17286 Burrard Kitsilano Beach -0.410622648467641627 +20717 aapg_ad_893.html aapg_ad_893.html:312:38762:38768 Sierra Sola -0.48757492352044407 +20718 palaios_html_1574666570 palaios_html_1574666570:14:682:690 Michigan Michigan -0.455310861563052449 +20719 sedimentology_html_2545209758 sedimentology_html_2545209758:1291:73781:73801 Fort Union Powder River Basin -0.0180709945054990453 +20720 gsa_html_6281658899 gsa_html_6281658899:384:47183:47199 Delmar California -0.0441727846104635197 +20721 aapg_ai_996.html aapg_ai_996.html:1289:55736:55747 Black Creek Tuscaloosa, Alabama -0.444916336311243943 +20722 aapg_aa_784.html aapg_aa_784.html:215:29577:29606 Antler Reno, Nevada -0.429960502864963123 +20723 cspg_html_1644457308 cspg_html_1644457308:388:43655:43681 Halfway Lacombe, Alberta -0.4597920302667165 +20724 aapg_ae_335.html aapg_ae_335.html:302:27689:27697 Colorado Denver -0.476250785622233552 +20725 aapg_af_785.html aapg_af_785.html:290:28021:28027 Reklaw Rio Grande -0.279898980131727981 +20726 sedimentology_html_6295528506 sedimentology_html_6295528506:649:47638:47655 Lourdes Knoxville, Tennessee -0.0677305389721809675 +20727 aapg_ai_997.html aapg_ai_997.html:520:38376:38380 Ione Marysville, Washington -0.0458327637888954545 +20728 gsa_html_2883324839 gsa_html_2883324839:1059:87771:87779 Santiago Los Lagos, Chile -0.45295011354581094 +20729 cspg_html_2650524233 cspg_html_2650524233:82:11604:11622 Bearpaw Edmonton, London 0.0296512424807474848 +20730 aapg_ac_333.html aapg_ac_333.html:885:108431:108446 Supai Arizona -0.45112171556163283 +20731 cspg_html_9683836416 cspg_html_9683836416:64:11544:11562 Foremost Lacombe, Alberta -0.0223919711537192666 +20732 aapg_aa_698.html aapg_aa_698.html:388:36314:36326 Saskatchewan Lacombe, Alberta -0.415340950522517127 +20733 AMJC_html_6341723617 AMJC_html_6341723617:1184:99030:99036 Denver Colorado 0.0305591392314324174 +20734 gsa_html_3521452491 gsa_html_3521452491:782:66344:66372 Beaufort South Africa -0.472399687021269332 +20735 aapg_af_461.html aapg_af_461.html:189:17435:17457 Lake Church Wisconsin -0.00227918267204772502 +20736 cspg_html_8145657505 cspg_html_8145657505:115:17661:17682 Beaverhill Swan Hill, Victoria -0.482353193831112415 +20737 gsa_html_7120668170 gsa_html_7120668170:224:21538:21547 Extension Mexico -0.00272390391992803757 +20738 aapg_ae_408.html aapg_ae_408.html:82:7903:7914 Dutch Creek Illinois -0.441798115405519942 +20739 aapg_ae_371.html aapg_ae_371.html:165:18380:18388 Kootenay Cheyenne, Wyoming -0.46944207930236781 +20740 aapg_ak_136.html aapg_ak_136.html:598:67574:67589 Mowry Cheyenne, Wyoming -0.360392678598849658 +20741 cspg_html_5456368738 cspg_html_5456368738:128:16569:16589 Beavertail Thunder Bay River -0.0592268959056857155 +20742 cspg_html_5345848475 cspg_html_5345848475:38:5789:5807 Niobrara Lacombe, Alberta -0.448327675040319895 +20743 aapg_ae_937.html aapg_ae_937.html:64:5992:6013 Mt Lytton Alabama -0.456391730122837791 +20744 palaios_html_7274959329 palaios_html_7274959329:559:42602:42617 Elk Wisconsin -0.499198739530653746 +20745 cspg_html_7201476813 cspg_html_7201476813:280:34356:34389 Lodgepole Manitoba -0.456989251174634625 +20746 AMJC_html_8402437205 AMJC_html_8402437205:944:85084:85094 Washington Leavenworth, Washington -0.0374506887699371238 +20747 gsa_html_1251306730 gsa_html_1251306730:396:35865:35874 Rio Negro Guyana -0.0373010146688876193 +20748 aapg_aa_623.html aapg_aa_623.html:124:14153:14174 Belly River Lacombe, Alberta -0.460269102262388319 +20749 gsa_html_5525079715 gsa_html_5525079715:417:50221:50234 Northwest Arm Russell Fjord -0.54157995958434324 +20750 aapg_ai_887.html aapg_ai_887.html:486:57021:57033 Saskatchewan Red River of the North -0.487532722920071437 +20751 geology_html_2566666552 geology_html_2566666552:248:25002:25006 Kent Perth, Western Australia -0.0458327637888954545 +20752 aapg_aa_928.html aapg_aa_928.html:65:7472:7476 Frio Texas -0.0126041104713934711 +20753 gsa_html_9888767960 gsa_html_9888767960:615:63073:63079 Moscow Kyrgyzstan -0.00972860319356922895 +20754 cspg_html_6814932427 cspg_html_6814932427:352:40474:40488 Woodbend Lacombe, Alberta -0.442575570278969321 +20755 aapg_ac_91.html aapg_ac_91.html:493:38548:38569 South Creek Boise, Idaho -0.47735290933611807 +20756 cspg_html_7963093032 cspg_html_7963093032:6:496:506 Mill Creek Lacombe, Alberta -0.461026124022890449 +20757 cspg_html_7833083677 cspg_html_7833083677:3242:251691:251700 Red River Lacombe, Alberta 0.00976335112648768488 +20758 aapg_ae_804.html aapg_ae_804.html:361:44247:44257 Rio Grande Santa Cruz, California -0.0658555021611150621 +20759 aapg_ae_365.html aapg_ae_365.html:31:4025:4034 Sheffield Chattanooga, Tennessee 0.0249492599852327059 +20760 aapg_ac_972.html aapg_ac_972.html:138:16237:16258 Paso Robles Monterey, California -0.0874414698782545047 +20761 aapg_ae_429.html aapg_ae_429.html:72:5305:5321 Stonewall Texas -0.471503993354400852 +20762 aapg_ah_176.html aapg_ah_176.html:362:47923:47943 Trail Fremont County, Wyoming -0.441397390812390766 +20763 aapg_aa_231.html aapg_aa_231.html:256:25123:25141 Niobrara Cheyenne, Wyoming 1.01011765756450966 +20764 aapg_ac_925.html aapg_ac_925.html:63:9837:9846 Hornbrook Salem, Oregon -0.090942060825324425 +20765 AMJC_html_6430804426 AMJC_html_6430804426:111:9632:9654 Todos Santos Santa Rosa, California -0.450707909241451543 +20766 aapg_aa_4.html aapg_aa_4.html:270:36105:36111 Ithaca Ithaca, New York -0.472501057082917231 +20767 AMJC_html_3101604482 AMJC_html_3101604482:1146:101155:101163 Columbia Columbia District -0.0219956359317186878 +20768 aapg_af_575.html aapg_af_575.html:200:26992:27000 Wilberns Texas -0.116560986304879127 +20769 aapg_ah_531.html aapg_ah_531.html:131:15031:15037 Pioche Pioche, Nevada -0.45417711448712661 +20770 aapg_aa_740.html aapg_aa_740.html:32:3328:3348 Darby Cheyenne, Wyoming -0.443732938342886629 +20771 aapg_af_130.html aapg_af_130.html:217:37355:37362 Madison Netherlands -0.0365787810685492543 +20772 gsa_html_4474278414 gsa_html_4474278414:948:78364:78370 Kodiak Anchorage, Alaska -0.448529529594894116 +20773 jgeology_html_1659592707 jgeology_html_1659592707:1382:70529:70537 Colorado Denver -0.0197168810314956311 +20774 gsa_html_3720789279 gsa_html_3720789279:993:94985:94991 Oregon California -0.455188836413653375 +20775 gsa_html_7151930388 gsa_html_7151930388:970:80158:80191 Denver Logan, Utah -0.0442459352605073172 +20776 aapg_ac_393.html aapg_ac_393.html:29:2938:2956 Niobrara Denver 0.0245615545418565208 +20777 aapg_ah_514.html aapg_ah_514.html:157:14327:14340 Tensleep Cheyenne, Wyoming -0.44844429668252761 +20778 aapg_af_392.html aapg_af_392.html:45:5251:5269 Frontier Coalville, Utah 0.0678878397970905934 +20779 aapg_ae_875.html aapg_ae_875.html:275:32846:32861 Coamo Puerto Rico -0.110676613659107581 +20780 sedimentology_html_6225967387 sedimentology_html_6225967387:1213:67898:67902 Hall London, Ontario -0.0421561596313226317 +20781 cspg_html_5697056884 cspg_html_5697056884:372:39586:39604 Deadwood Western world -0.0109795492601601104 +20782 aapg_ai_31.html aapg_ai_31.html:260:26216:26224 Oakville Texas -0.457487488497030304 +20783 cspg_html_4293350162 cspg_html_4293350162:404:44862:44879 Livingstone Carnarvon, Western Australia -0.471432653520514666 +20784 aapg_ai_54.html aapg_ai_54.html:219:24262:24282 Pottsville Alabama -0.22199699512609386 +20785 AMJC_html_7898185532 AMJC_html_7898185532:902:86064:86085 Green River Cheyenne, Wyoming -0.446052041434467972 +20786 gsa_html_6410775201 gsa_html_6410775201:65:4883:4911 Green River Colorado -0.00305744578029933057 +20787 cspg_html_8247666269 cspg_html_8247666269:341:41116:41124 Columbia Victoria, British Columbia -0.427768661147865492 +20788 gsa_html_6281658899 gsa_html_6281658899:525:64100:64121 Green River Colorado -0.432227951733042737 +20789 gsa_html_8222638730 gsa_html_8222638730:730:72118:72145 Thelon Canada -0.472639307901536299 +20790 geology_html_8735977686 geology_html_8735977686:15:639:645 Oregon Newport, Rhode Island -0.452544485991732914 +20791 cspg_html_9343899465 cspg_html_9343899465:167:21172:21198 Mould Bay Banks Island -0.45937423310039871 +20792 cspg_html_7985076717 cspg_html_7985076717:58:6107:6130 Baumann Fiord Melville, New York -0.0228978336199521272 +20793 aapg_ah_528.html aapg_ah_528.html:247:25467:25489 Thaynes Boise, Idaho -0.454610570976523354 +20794 aapg_af_308.html aapg_af_308.html:352:40680:40689 Tuscarora Jackson County, Missouri -0.463362613223226583 +20795 aapg_ah_649.html aapg_ah_649.html:589:62462:62470 Santiago Chile -0.0290321011190772874 +20796 cspg_html_8818854104 cspg_html_8818854104:617:73449:73467 Kootenay Lacombe, Alberta -0.00280034052174977849 +20797 gsa_html_5865982995 gsa_html_5865982995:856:96084:96088 Bond Boise, Idaho -0.466842269540434285 +20798 cspg_html_7330983978 cspg_html_7330983978:546:48236:48266 Slave Point Lacombe, Alberta 0.0237340185087077729 +20799 cspg_html_6665051947 cspg_html_6665051947:529:49966:49978 Saskatchewan Waseca, Minnesota -0.47032647773667996 +20800 gsa_html_1119256423 gsa_html_1119256423:643:59316:59339 Peoria Colorado -0.020196595303077311 +20801 cspg_html_8279079445 cspg_html_8279079445:324:40063:40082 Niobrara Laramie, Wyoming -0.463636287457712182 +20802 aapg_aa_691.html aapg_aa_691.html:729:93985:94028 Prairie Canada 0.488304385990880108 +20803 cspg_html_2198503252 cspg_html_2198503252:59:6351:6359 Colorado New Mexico -0.0320915848438591694 +20804 aapg_aa_681.html aapg_aa_681.html:3:333:341 Traverse Michigan -0.399162851525774687 +20805 gsa_html_3046135825 gsa_html_3046135825:19:759:769 Santa Cruz California -0.471382028770717776 +20806 geology_html_5680168661 geology_html_5680168661:69:5536:5547 Reclamation Salt Lake City -0.486220855983571787 +20807 cspg_html_2749851978 cspg_html_2749851978:27:5828:5845 Cardium Western Canadian Sedimentary Basin -0.415340950522517127 +20808 sedimentology_html_7103111053 sedimentology_html_7103111053:7091:95122:95131 Peninsula Korea -0.460410000722277057 +20809 aapg_ah_311.html aapg_ah_311.html:278:29785:29797 Tongue River Medora, North Dakota -0.347995100263199741 +20810 aapg_ae_692.html aapg_ae_692.html:415:42314:42349 Mission Canyon Williston, Vermont -0.039147732983155395 +20811 aapg_ai_561.html aapg_ai_561.html:41:4007:4026 Cotton Valley Shreveport, Louisiana 0.000132025523515305647 +20812 cspg_html_9102731499 cspg_html_9102731499:150:17524:17532 Columbia Victoria, British Columbia -0.464533160716817162 +20813 gsa_html_1578715955 gsa_html_1578715955:161:16800:16820 Hemlock Sterling, Virginia -0.428844183946785584 +20814 aapg_ah_329.html aapg_ah_329.html:368:36716:36736 Etchegoin San Joaquin River -0.0263019613963844621 +20815 aapg_af_461.html aapg_af_461.html:338:29314:29327 Lake Michigan Yorkshire Wolds -0.526550117424851694 +20816 geology_html_2908722683 geology_html_2908722683:138:11555:11583 Navajo Logan, Utah -0.435661502416701596 +20817 aapg_af_608.html aapg_af_608.html:99:11040:11049 Catahoula Shreveport, Louisiana -0.45295011354581094 +20818 aapg_aa_47.html aapg_aa_47.html:130:14179:14185 Kerber Arkansas River -0.0446221485320828781 +20819 aapg_ah_150.html aapg_ah_150.html:339:41073:41089 Laurel Knoxville, Tennessee -0.0539356294315417248 +20820 sedimentology_html_3455721661 sedimentology_html_3455721661:509:42350:42376 Todilto New Mexico -0.12521615487525678 +20821 aapg_ah_712.html aapg_ah_712.html:351:43685:43706 Ghost Rocks Anchorage, Alaska 0.320091915055465526 +20822 cspg_html_5837603841 cspg_html_5837603841:163:15592:15596 Hall Lacombe, Alberta -0.0640369698880782628 +20823 aapg_af_90.html aapg_af_90.html:25:4072:4079 Johnnie Spring Mountains National Recreation Area -0.470262127852539125 +20824 aapg_ac_59.html aapg_ac_59.html:57:7732:7740 Carlsbad Rancho Santa Fe, California -0.448529529594894116 +20825 cspg_html_4287356899 cspg_html_4287356899:2962:322995:323016 Road Canyon Texas -0.261155192794261859 +20826 aapg_af_664.html aapg_af_664.html:655:72172:72188 Whitehorse Delaware 0.0204990301783142814 +20827 aapg_ae_370.html aapg_ae_370.html:136:11543:11573 Pittsburg Bluff Columbia Country -0.479352341582737318 +20828 aapg_aa_379.html aapg_aa_379.html:186:21841:21852 Mauch Chunk Appalachian Mountains 0.00208809189150845889 +20829 aapg_ah_775.html aapg_ah_775.html:348:40806:40814 Colorado Colorado -0.0376282120976162635 +20830 aapg_ad_52.html aapg_ad_52.html:1043:113220:113226 Salina Michigan -0.0377639673495767381 +20831 aapg_ac_300.html aapg_ac_300.html:237:20704:20726 Arkose Ridge Anchorage, Alaska -0.067880848555025769 +20832 gsa_html_4675429437 gsa_html_4675429437:640:45845:45855 San Felipe Baja California peninsula -0.443982888348864235 +20833 aapg_ac_333.html aapg_ac_333.html:279:36600:36604 Rico San Juan Mountains -0.0464006817450507772 +20834 aapg_ac_336.html aapg_ac_336.html:113:11882:11902 Road River Rock River (Iowa) -0.0343480032007440067 +20835 aapg_ac_436.html aapg_ac_436.html:167:13018:13024 Denver Colorado -0.0576703055528477865 +20836 aapg_aa_717.html aapg_aa_717.html:63:9485:9516 Stonehenge Bellefonte, Pennsylvania -0.431133173871068531 +20837 gsa_html_3014459865 gsa_html_3014459865:173:18073:18092 Pensauken Piedmont (United States) -0.477642564553472426 +20838 aapg_ah_387.html aapg_ah_387.html:2887:315645:315661 Knoxville Knoxville, Illinois -0.00712258914704064564 +20839 AMJC_html_9551012488 AMJC_html_9551012488:335:31663:31671 Columbia Victoria, British Columbia -0.465558942626108085 +20840 palaios_html_5544436248 palaios_html_5544436248:91:9816:9829 Jackson Red River of the North -0.0133112992884706332 +20841 sedimentology_html_7067645238 sedimentology_html_7067645238:989:79647:79665 Yakataga Anchorage, Alaska -0.464610795373413321 +20842 aapg_ah_700.html aapg_ah_700.html:526:64104:64122 Norphlet Tuscaloosa, Alabama -0.411002039717120848 +20843 cspg_html_7970836465 cspg_html_7970836465:363:36386:36404 Chicotte Anticosti Island -0.48312719960823608 +20844 cspg_html_1053895111 cspg_html_1053895111:185:25510:25527 Cardium Lacombe, Alberta -0.0298634270365841781 +20845 cspg_html_9361096527 cspg_html_9361096527:29:6288:6310 Judith River Lacombe, Alberta -0.0283712524140075813 +20846 cspg_html_7757695996 cspg_html_7757695996:385:40973:40979 Lisbon Portugal -0.032256843292129446 +20847 aapg_af_908.html aapg_af_908.html:30:3655:3669 Labette Holdenville, Oklahoma -0.437049524484892205 +20848 gsa_html_4482097834 gsa_html_4482097834:647:59325:59333 Virginia Piedmont (United States) -0.440514182187833891 +20849 AMJC_html_1156120187 AMJC_html_1156120187:396:37243:37250 Shields Russia -0.0426837810068434811 +20850 geology_html_7993398906 geology_html_7993398906:65:8358:8377 Dillsboro Southgate, London -0.4597965726108596 +20851 aapg_ae_866.html aapg_ae_866.html:62:6257:6266 Allegheny Pennsylvania -0.440265166942118702 +20852 aapg_ad_192.html aapg_ad_192.html:80:11036:11046 Tuscaloosa Tuscaloosa, Alabama 0.012473794972838452 +20853 gsa_html_6235680156 gsa_html_6235680156:1775:156221:156249 Green River Colorado -0.0315036314272049284 +20854 aapg_aa_302.html aapg_aa_302.html:477:59377:59391 Arcturus Upper Valley -0.225911572227343732 +20855 cspg_html_2083823293 cspg_html_2083823293:557:59791:59811 Fort Union Cheyenne, Wyoming -0.0336555463053693354 +20856 sedimentology_html_5309515972 sedimentology_html_5309515972:1129:76283:76288 Piper Wynn Las Vegas -0.463834753943271672 +20857 aapg_ah_93.html aapg_ah_93.html:172:22162:22181 Jefferson Logan, Utah 0.048590851272276317 +20858 gsa_html_1254347878 gsa_html_1254347878:414:46125:46142 Wallace Boise, Idaho -0.0268166470016257402 +20859 aapg_ah_529.html aapg_ah_529.html:299:31382:31399 El Paso El Paso, Texas -0.458822766590828601 +20860 aapg_aa_233.html aapg_aa_233.html:192:19068:19084 Cupido Matamoros, Tamaulipas 0.0446674345881068052 +20861 gsa_html_9525385678 gsa_html_9525385678:827:87081:87089 Columbia Victoria, British Columbia -0.0455104965023540933 +20862 cspg_html_9177794814 cspg_html_9177794814:112:13538:13554 Alapah Anchorage, Alaska -0.497128548725757735 +20863 sedimentology_html_8510537334 sedimentology_html_8510537334:1856:134611:134621 Pittsburgh Harrisburg, Pennsylvania -0.481759173673690755 +20864 aapg_aa_106.html aapg_aa_106.html:885:82027:82042 Elk Lacombe, Alberta -0.0143434446267858666 +20865 aapg_ae_415.html aapg_ae_415.html:970:122136:122154 Vicksburg Mississippi River 0.00331802598112439446 +20866 aapg_af_2.html aapg_af_2.html:340:36157:36174 Hermit Grand Canyon -0.0198680940009536566 +20867 aapg_ai_366.html aapg_ai_366.html:15:2178:2196 Beaumont Beaumont, Texas -0.452896019392303839 +20868 aapg_ad_911.html aapg_ad_911.html:108:10515:10521 Provo Africa -0.374702364889414774 +20869 aapg_af_638.html aapg_af_638.html:212:16380:16384 Lane Port Arthur, Tasmania -0.42326902375045744 +20870 cspg_html_9493908895 cspg_html_9493908895:70:7030:7039 Athabasca Regina, Saskatchewan -0.450743884934886652 +20871 aapg_ai_583.html aapg_ai_583.html:279:33931:33939 Colorado Powder River (Montana) -0.46326000708216164 +20872 gsa_html_3842354440 gsa_html_3842354440:863:72572:72582 Washington North Cascades National Park -0.033773852470743819 +20873 aapg_ac_575.html aapg_ac_575.html:185:30636:30654 Woodside Salt Lake City -0.261229255969296248 +20874 cspg_html_7688587411 cspg_html_7688587411:264:28013:28021 Columbia Victoria, British Columbia -0.452909542628234352 +20875 aapg_ai_28.html aapg_ai_28.html:774:73230:73237 Reynosa Oakville, California -0.444838140504144441 +20876 cspg_html_4666332434 cspg_html_4666332434:40:6520:6530 Milk River Lacombe, Alberta -0.46328736756315686 +20877 aapg_ah_296.html aapg_ah_296.html:130:16285:16291 Casper Cheyenne, Wyoming -0.01912594516902133 +20878 cspg_html_3328007773 cspg_html_3328007773:81:11927:11935 Columbia Lacombe, Alberta -0.0128491051493607039 +20879 cspg_html_2182541128 cspg_html_2182541128:57:6671:6683 Fernie Turtle Mountain (Alberta) -0.451875596518584666 +20880 cspg_html_8387792223 cspg_html_8387792223:1976:139160:139169 Red River Anchorage, Alaska 0.875794130332383181 +20881 cspg_html_8227554214 cspg_html_8227554214:110:14371:14387 Cumberland New Brunswick, New Jersey -0.505502548403087726 +20882 aapg_ad_52.html aapg_ad_52.html:260:30188:30204 Coldwater Michigan -0.411140036392353636 +20883 aapg_ae_592.html aapg_ae_592.html:478:40097:40105 Bathurst Amsterdam -0.476033304431228654 +20884 cspg_html_8247666269 cspg_html_8247666269:319:39081:39097 Fernie Victoria, British Columbia 0.0228109145750298482 +20885 aapg_ae_602.html aapg_ae_602.html:150:19678:19698 Agua Nueva Middle East -0.438093558395168947 +20886 gsa_html_8740218609 gsa_html_8740218609:1165:107817:107837 Bloomsburg Pennsylvania -0.47076786107370483 +20887 jgeology_html_4305195651 jgeology_html_4305195651:582:72592:72599 Newport Perry County, Indiana -0.0347847257870449039 +20888 aapg_af_701.html aapg_af_701.html:196:23687:23691 Wise Appalachian Mountains -0.464501195477937445 +20889 cspg_html_6140605204 cspg_html_6140605204:36:5900:5913 Elk Kootenay River -0.38928228683044086 +20890 aapg_ai_492.html aapg_ai_492.html:165:21081:21099 Wingate Logan, Utah -0.446186272521599148 +20891 geology_html_4301172553 geology_html_4301172553:335:25956:25974 Willwood Earth 0.733214549773903435 +20892 cspg_html_1462870252 cspg_html_1462870252:93:13732:13773 Sulphur Point Western Canadian Sedimentary Basin -0.512071933272826629 +20893 aapg_ae_324.html aapg_ae_324.html:1237:123411:123418 Holston Virginia -0.0422083979785996613 +20894 aapg_af_663.html aapg_af_663.html:252:27981:27988 Lenapah Nowata, Oklahoma -0.454540571750530975 +20895 cspg_html_7409170811 cspg_html_7409170811:361:54803:54813 Kinderhook Kinderhook (town), New York -0.481766159765426027 +20896 gsa_html_3701935694 gsa_html_3701935694:93:9639:9651 Hazens Notch Fayston, Vermont -0.509950154901790187 +20897 cspg_html_3854139935 cspg_html_3854139935:11:1184:1205 Milk River Lacombe, Alberta -0.0341705352496151776 +20898 cspg_html_5406720001 cspg_html_5406720001:86:11521:11529 Columbia Victoria, British Columbia -0.450676431675374467 +20899 gsa_html_7932638920 gsa_html_7932638920:890:87336:87342 Kodiak Anchorage, Alaska -0.472607047424380866 +20900 cspg_html_9214997177 cspg_html_9214997177:264:26578:26593 Elk Lacombe, Alberta -0.461271782333034175 +20901 aapg_af_479.html aapg_af_479.html:676:72067:72076 San Diego California -0.018225670847461909 +20902 aapg_aa_302.html aapg_aa_302.html:385:47286:47290 Elko Reno, Nevada 0.0228908800795091481 +20903 aapg_ac_569.html aapg_ac_569.html:75:11608:11635 Emma Fiord Ellesmere Island -0.204750162692961424 +20904 AMJC_html_2375334599 AMJC_html_2375334599:984:94234:94240 Taylor Basse-Terre -0.0662433899800721065 +20905 aapg_ad_192.html aapg_ad_192.html:393:41590:41610 Tuscaloosa Shreveport, Louisiana 0.329596351476648675 +20906 aapg_ah_318.html aapg_ah_318.html:3570:290310:290329 Smackover Balcones Fault -0.454540571750530975 +20907 cspg_html_2650073471 cspg_html_2650073471:11:1092:1100 Whitemud Cypress Hills, Brooklyn -0.472123282834716163 +20908 aapg_ai_478.html aapg_ai_478.html:236:23272:23291 Elk Lacombe, Alberta -0.457614356613462614 +20909 palaios_html_7679079277 palaios_html_7679079277:157:15157:15162 Piper North Carolina -0.0146249457170983255 +20910 aapg_ah_881.html aapg_ah_881.html:81:8848:8871 Chuckanut San Juan Island -0.448578878596292641 +20911 aapg_af_98.html aapg_af_98.html:25:3804:3826 Burro Canyon San Juan, Argentina -0.427672143055296883 +20912 aapg_ac_333.html aapg_ac_333.html:1040:125622:125628 Toroweap Logan, Utah -0.480611894173340604 +20913 aapg_af_617.html aapg_af_617.html:231:24183:24193 Fort Worth Clayton County, Georgia -0.0197377379215514133 +20914 aapg_ae_350.html aapg_ae_350.html:85:10136:10152 Pottsville Cahaba, Alabama -0.478048244360621655 +20915 aapg_ac_298.html aapg_ac_298.html:187:17787:17812 Viking Regina, Saskatchewan 0.0310635550313855154 +20916 cspg_html_2585769771 cspg_html_2585769771:557:66378:66408 Belly River Canada -0.458103872838477311 +20917 cspg_html_3962754176 cspg_html_3962754176:671:73955:73984 Peace River Lacombe, Alberta -0.477454856949792728 +20918 aapg_ad_379.html aapg_ad_379.html:625:51011:51017 Navajo Logan, Utah -0.139651040244678365 +20919 aapg_aa_23.html aapg_aa_23.html:718:90983:91007 Stony Mountain Manitoba -0.595617682010819882 +20920 gsa_html_9849268475 gsa_html_9849268475:725:57486:57490 Hall California -0.00440204655713307986 +20921 gsa_html_4108353219 gsa_html_4108353219:127:12734:12754 Beck Spring Dolomite California -0.450608983410958508 +20922 gsa_html_4667678389 gsa_html_4667678389:725:77293:77314 Shedroof Conglomerate Cordillera Administrative Region -0.0402548881501223546 +20923 aapg_ad_347.html aapg_ad_347.html:113:7609:7623 Tessey Mexico -0.441397390812390766 +20924 sedimentology_html_4062866456 sedimentology_html_4062866456:889:50998:51002 Fang Jiangxi -0.0330918692882290547 +20925 cspg_html_7576506617 cspg_html_7576506617:371:53845:53867 Attawapiskat Moose River (Maine) -0.458720680358492616 +20926 aapg_aa_423.html aapg_aa_423.html:36:4394:4398 Yeso New Mexico 0.0122722414388244504 +20927 geology_html_3911481921 geology_html_3911481921:207:21646:21682 Wood Canyon Marble Mountain Wilderness 0.37944307345403544 +20928 aapg_ad_660.html aapg_ad_660.html:382:48956:48974 Grayburg Nashville Basin 0.0308252594608679695 +20929 aapg_ae_253.html aapg_ae_253.html:54:4901:4914 Cotton Valley Ohio -0.011327042139941219 +20930 sedimentology_html_4121403149 sedimentology_html_4121403149:900:65369:65379 Fort Worth Texas -0.457786563407215019 +20931 aapg_ad_3.html aapg_ad_3.html:86:8190:8205 Conasauga Knoxville, Tennessee -0.425384893115628659 +20932 aapg_ae_708.html aapg_ae_708.html:571:61990:61995 Logan Perth, Western Australia -0.0185419788860923702 +20933 sedimentology_html_3181527419 sedimentology_html_3181527419:334:19519:19524 Supai Central, Arizona 0.00285245641142386911 +20934 gsa_html_2229912315 gsa_html_2229912315:25:1580:1590 Washington Washington (state) -0.477204643263094197 +20935 aapg_ai_278.html aapg_ai_278.html:1051:119431:119456 Card Sound Dolomite Long Island (Massachusetts) -0.0631986432555989852 +20936 sedimentology_html_2893921086 sedimentology_html_2893921086:1111:70441:70476 Dawson Bay Regina, Saskatchewan -0.45921987907792633 +20937 aapg_ad_659.html aapg_ad_659.html:237:32270:32278 Michigan Wisconsin -0.4899838188757622 +20938 sedimentology_html_3425717106 sedimentology_html_3425717106:2871:144393:144409 Noonday Dolomite California -0.457068497754203162 +20939 gsa_html_5339062095 gsa_html_5339062095:623:55698:55716 Willwood Cheyenne, Wyoming -0.443732938342886629 +20940 aapg_ai_951.html aapg_ai_951.html:101:14869:14901 Ivishak Bakersfield, California -0.0355346770173999987 +20941 aapg_ac_719.html aapg_ac_719.html:120:13034:13056 Poison Canyon Colorado -0.471819338906025898 +20942 aapg_ah_140.html aapg_ah_140.html:196:20424:20430 Denver Colorado -0.0600280242274353476 +20943 aapg_ai_49.html aapg_ai_49.html:456:58307:58314 Hermosa Animas River -0.482353193831112415 +20944 aapg_aa_322.html aapg_aa_322.html:151:14385:14391 Keokuk Burlington, Ontario -0.482921973604061416 +20945 aapg_ai_82.html aapg_ai_82.html:370:40734:40742 Maccrady Ohio 0.00163989791216455892 +20946 aapg_ai_355.html aapg_ai_355.html:94:13690:13695 Yegua Middle East -0.487638228334652091 +20947 aapg_ac_720.html aapg_ac_720.html:222:25110:25115 Aquia Maryland -0.0257872942551229771 +20948 cspg_html_4498577775 cspg_html_4498577775:923:74856:74871 Basal Regina, Saskatchewan -0.0667553724094207129 +20949 aapg_ac_730.html aapg_ac_730.html:621:90465:90471 Dakota Mancos, Colorado 0.00782619834566946823 +20950 aapg_ai_382.html aapg_ai_382.html:62:6241:6249 Colorado New Mexico -0.426641763905032778 +20951 cspg_html_8568877195 cspg_html_8568877195:122:21676:21687 Belly River Regina, Saskatchewan 0.831856984204941252 +20952 palaios_html_3889678675 palaios_html_3889678675:1023:98373:98400 Quinault Cape Elizabeth, Maine -0.0423511843522919873 +20953 aapg_ah_96.html aapg_ah_96.html:58:7418:7439 Interlake Winnipeg -0.565876804418802948 +20954 aapg_ai_468.html aapg_ai_468.html:246:29801:29818 Bossier Cotton Valley, Louisiana -0.454041701910604445 +20955 aapg_aa_608.html aapg_aa_608.html:3:204:213 Kukpowruk Anchorage, Alaska -0.492220381450811706 +20956 gsa_html_7340389873 gsa_html_7340389873:59:4274:4302 Green River Colorado 0.00173023150446143426 +20957 geology_html_2490144372 geology_html_2490144372:216:21185:21193 Rangeley Raleigh, North Carolina -0.459919224612040101 +20958 gsa_html_3151431803 gsa_html_3151431803:434:44965:44972 Laramie Logan, Utah -0.0201322850725559367 +20959 sedimentology_html_5542310969 sedimentology_html_5542310969:1250:85176:85180 Hall London, Ontario -0.45937423310039871 +20960 aapg_ac_995.html aapg_ac_995.html:19:2656:2668 Huayacocotla Puebla, Puebla -0.0431173943944666571 +20961 gsa_html_1124652135 gsa_html_1124652135:698:63737:63762 Chandler Charleston, South Carolina -0.0678021976864085774 +20962 aapg_ad_871.html aapg_ad_871.html:33:4119:4129 Bell Rockport, Massachusetts -0.055289015959458003 +20963 cspg_html_9011256422 cspg_html_9011256422:6:345:363 Redknife Great Britain -0.479496330331430576 +20964 aapg_ah_176.html aapg_ah_176.html:760:60475:60481 Denver Colorado -0.52748951608017125 +20965 aapg_ae_98.html aapg_ae_98.html:17:2631:2643 Dakota Colorado -0.466073422560892126 +20966 palaios_html_7884828540 palaios_html_7884828540:477:39397:39405 Edmonton Bloomington, Illinois -0.512071933272826629 +20967 aapg_af_653.html aapg_af_653.html:1091:130246:130258 Neroly Bitter Creek (Wyoming) -0.455333460622450559 +20968 aapg_ai_444.html aapg_ai_444.html:122:11913:11931 Fayetteville Batesville, Arkansas -0.443344757382833909 +20969 aapg_ac_730.html aapg_ac_730.html:651:95863:95867 Wepo Mesa, Arizona -0.202981562871770466 +20970 cspg_html_3354282978 cspg_html_3354282978:288:40477:40494 Wabamun Canada -0.0579634464646465175 +20971 aapg_aa_775.html aapg_aa_775.html:83:7759:7766 Perdido Mexico -0.463332970234029085 +20972 cspg_html_6014123208 cspg_html_6014123208:184:24267:24279 Saskatchewan Lacombe, Alberta -0.0283642962878183774 +20973 aapg_aa_251.html aapg_aa_251.html:123:9678:9690 Mooringsport Tuscaloosa, Alabama -0.484471709023717834 +20974 aapg_ah_148.html aapg_ah_148.html:307:36239:36251 Cooking Lake Edmonton, London -0.431080339422081793 +20975 palaios_html_9731740258 palaios_html_9731740258:236:28351:28359 Colorado Nebraska -0.0574190523571501965 +20976 aapg_ae_999.html aapg_ae_999.html:149:23159:23168 Nanafalia Alabama -0.432249992487968249 +20977 aapg_ac_967.html aapg_ac_967.html:205:23047:23063 John Day Big Basin Redwoods State Park 0.634761208847981928 +20978 aapg_af_725.html aapg_af_725.html:178:18910:18928 Bigford Texas -0.498497815946421563 +20979 aapg_ae_26.html aapg_ae_26.html:16:2868:2872 Kope Sugar Creek, Missouri -0.0230751498951462693 +20980 aapg_ai_583.html aapg_ai_583.html:572:74264:74282 Rierdon Powder River (Montana) -0.00274648745693117794 +20981 aapg_ac_825.html aapg_ac_825.html:9:1176:1186 Nacimiento San Gregorio State Beach -0.449433936510724996 +20982 gsa_html_4137054086 gsa_html_4137054086:518:32724:32756 Stirling Mira Road -0.491508750292768526 +20983 gsa_html_7808051457 gsa_html_7808051457:749:75263:75272 Leadville Western world -0.488747997928766997 +20984 aapg_ae_223.html aapg_ae_223.html:280:33989:34000 Green River Bridger, Montana -0.474009171210690694 +20985 aapg_af_579.html aapg_af_579.html:291:31892:31909 Entrada Carmel, Indiana -0.433368134539702354 +20986 aapg_af_726.html aapg_af_726.html:54:7922:7932 Las Cruces Washington (state) -0.0250466225487357037 +20987 gsa_html_4078158156 gsa_html_4078158156:514:51808:51824 Ithaca Earth -0.496915172747898759 +20988 cspg_html_8891363498 cspg_html_8891363498:128:12617:12637 Blue Fiord Devon Island 0.747334441391800941 +20989 cspg_html_3328007773 cspg_html_3328007773:859:91895:91916 Shaftesbury Canada -0.015097596462230729 +20990 aapg_ai_409.html aapg_ai_409.html:88:9266:9287 Arkadelphia Arkadelphia, Arkansas -0.433403442682278373 +20991 gsa_html_7199417381 gsa_html_7199417381:631:65506:65523 White River Nebraska -0.458641287983651336 +20992 aapg_af_397.html aapg_af_397.html:305:36690:36707 Todilto New Mexico -0.0470400724197041903 +20993 aapg_af_397.html aapg_af_397.html:583:68128:68135 Entrada Entrada Sandstone 0.0168179837299314121 +20994 aapg_af_82.html aapg_af_82.html:89:6988:6995 Paradox New Mexico -0.458784199315796892 +20995 aapg_ae_563.html aapg_ae_563.html:3:191:204 Carlile Browns Valley, Minnesota 0.303748045835860514 +20996 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120388:120410 Green River Colorado -0.014941203695627946 +20997 aapg_ak_135.html aapg_ak_135.html:687:73854:73859 Vaqueros Los Angeles -0.453234160803079433 +20998 cspg_html_4348111624 cspg_html_4348111624:24:5135:5157 Winnipegosis Regina, Saskatchewan 0.0149273021634023628 +20999 palaios_html_4335779426 palaios_html_4335779426:497:56240:56259 Lee Virginia -0.0277017418114762735 +21000 geology_html_1523318259 geology_html_1523318259:253:26433:26438 Uinta Cheyenne, Wyoming -0.430000081582776583 +21001 geology_html_5902622941 geology_html_5902622941:189:18527:18532 Crete Santorini 0.0037592765078730871 +21002 aapg_aa_124.html aapg_aa_124.html:532:54525:54535 Bow Island Colorado -0.441635578429476983 +21003 aapg_ae_473.html aapg_ae_473.html:385:35287:35297 Tallahatta Mississippi River -0.106946279118935797 +21004 aapg_ac_538.html aapg_ac_538.html:418:47717:47733 Viking Lacombe, Alberta -0.447135398674851747 +21005 cspg_html_9343899465 cspg_html_9343899465:1563:128320:128337 Beverley Inlet Banks Island -0.272698977209297144 +21006 aapg_ad_653.html aapg_ad_653.html:667:95219:95224 Steel London, Ontario -0.378116546015659249 +21007 aapg_ai_278.html aapg_ai_278.html:559:72580:72589 Sunniland Hendry County, Florida -0.04995370085151081 +21008 geology_html_5045588189 geology_html_5045588189:11:541:554 Santa Barbara California -0.462261924354454456 +21009 aapg_ah_130.html aapg_ah_130.html:157:14083:14094 San Antonio Texas -0.487560856421757394 +21010 palaios_html_6411384130 palaios_html_6411384130:95:10960:10975 Florissant Colorado -0.509731055861850857 +21011 aapg_ad_691.html aapg_ad_691.html:71:8027:8045 Red River Austin, Chicago -0.449418219565270449 +21012 aapg_ah_678.html aapg_ah_678.html:615:77750:77770 Vicksburg Texas -0.203016405155948154 +21013 cspg_html_5501097280 cspg_html_5501097280:6:416:432 Hector Lake Louise, Alberta -0.444891759770598527 +21014 cspg_html_2758185645 cspg_html_2758185645:28:4722:4734 Rundle Lacombe, Alberta -0.478326534516524793 +21015 aapg_ah_609.html aapg_ah_609.html:33:4425:4434 Mesaverde Wasatch Range -0.0183890381267497773 +21016 aapg_ac_333.html aapg_ac_333.html:1129:134334:134351 Leonard Kaibab, Arizona -0.0304773910336276765 +21017 aapg_aa_948.html aapg_aa_948.html:17:1166:1182 Salado Delaware -0.00401638399407658851 +21018 aapg_ad_883.html aapg_ad_883.html:99:12481:12489 Glenwood Middle Ordovician -0.43919205226689878 +21019 aapg_af_668.html aapg_af_668.html:8:1263:1269 Pocono Pennsylvania -0.453292784807282967 +21020 gsa_html_2561127673 gsa_html_2561127673:704:67057:67070 Santa Barbara California -0.442074271005849284 +21021 aapg_ae_547.html aapg_ae_547.html:104:14117:14124 Tugidak Kodiak Island -0.030548703261185188 +21022 cspg_html_3385840278 cspg_html_3385840278:132:19130:19142 Gilwood Swan Hill, Victoria -0.0591675570859205024 +21023 sedimentology_html_7870593007 sedimentology_html_7870593007:510:44804:44811 Pilcher Great Britain -0.479447557264900015 +21024 aapg_ah_535.html aapg_ah_535.html:138:24148:24157 Tuscarora West Branch Susquehanna Valley 0.0551250606663103576 +21025 aapg_ah_965.html aapg_ah_965.html:465:54708:54717 Vicksburg Whitsett, North Carolina -0.436850160261835319 +21026 aapg_ad_205.html aapg_ad_205.html:76:9025:9044 Arkansas Novaculite Arkansas -0.251276744660425044 +21027 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3239:3246 Entrada Carmel, Indiana -0.417500283370627168 +21028 aapg_ac_71.html aapg_ac_71.html:480:56467:56483 Luning Dolomites -0.452882496357985831 +21029 aapg_aa_231.html aapg_aa_231.html:362:33329:33344 Lance Cheyenne, Wyoming 0.012265291340657087 +21030 sedimentology_html_7007939776 sedimentology_html_7007939776:690:49954:49961 Pearson Norfolk, Virginia -0.421948969269320462 +21031 gsa_html_2605108986 gsa_html_2605108986:91:8054:8073 Matanuska Talkeetna Mountains -0.429934117971200513 +21032 aapg_ae_961.html aapg_ae_961.html:129:10244:10251 Grafton Glenfield, New Zealand -0.0292651452152505043 +21033 aapg_af_575.html aapg_af_575.html:257:34805:34823 Deadwood Chadron, Nebraska -0.0378248837666762677 +21034 aapg_ah_320.html aapg_ah_320.html:94:10398:10405 Rondout Lockport (city), New York -0.0159925297595795608 +21035 cspg_html_7023269572 cspg_html_7023269572:15:1917:1923 Kindle Mackenzie River -0.467980749597819323 +21036 gsa_html_9888767960 gsa_html_9888767960:588:61450:61456 Moscow Russia -0.0145589143235537784 +21037 gsa_html_1456601097 gsa_html_1456601097:1763:144137:144165 Green River Colorado -0.0158448200336194084 +21038 aapg_ai_958.html aapg_ai_958.html:129:13151:13158 Lagarto Oakville, California -0.425363011053494167 +21039 AMJC_html_7321319159 AMJC_html_7321319159:369:42911:42921 Santa Cruz Anacapa Island -0.0874607731951062284 +21040 aapg_ad_131.html aapg_ad_131.html:202:16342:16363 Hartshorne Atoka, Oklahoma -0.448408411516637184 +21041 sedimentology_html_5839333856 sedimentology_html_5839333856:528:63421:63429 San Jose California -0.494566874481706664 +21042 cspg_html_6967030128 cspg_html_6967030128:80:10983:10993 Mount Head Calgary 0.947638094829701405 +21043 aapg_ai_72.html aapg_ai_72.html:22:3400:3404 Frio Gulf Coast of the United States -0.43485884955268328 +21044 cspg_html_5891044027 cspg_html_5891044027:35:6459:6467 Columbia Victoria, British Columbia -0.445989406971527558 +21045 aapg_ae_324.html aapg_ae_324.html:906:91036:91044 Virginia Virginia -0.0302321496726148872 +21046 aapg_af_479.html aapg_af_479.html:832:85532:85541 San Diego California -0.00840994113992231743 +21047 aapg_ae_454.html aapg_ae_454.html:196:15972:15989 Bossier Shreveport, Louisiana -0.476672020857479173 +21048 aapg_aa_147.html aapg_aa_147.html:966:98583:98591 Deadwood Winnipeg -0.579039651572662462 +21049 aapg_ad_958.html aapg_ad_958.html:1447:156087:156095 Colorado Las Animas County, Colorado -0.450649451770273157 +21050 gsa_html_4424552172 gsa_html_4424552172:579:46261:46270 Extension Tyrrhenian Sea -0.433509375056355339 +21051 aapg_ae_550.html aapg_ae_550.html:236:26691:26699 Colorado Denver -0.00048640987057772464 +21052 cspg_html_9941227593 cspg_html_9941227593:33:4798:4821 Colorado Regina, Saskatchewan -0.441486425747427802 +21053 gsa_html_3368386568 gsa_html_3368386568:826:66145:66157 Owens Valley Mojave Desert -0.448296279445968116 +21054 cspg_html_1390294201 cspg_html_1390294201:183:20886:20919 Port Hood Cape Breton Island -0.485369220602805185 +21055 geology_html_7251669219 geology_html_7251669219:11:507:515 Colorado Denver -0.499246281017071747 +21056 sedimentology_html_4104179442 sedimentology_html_4104179442:740:44177:44181 Hall London, Ontario -0.0738634110893698348 +21057 cspg_html_9290046117 cspg_html_9290046117:66:8906:8926 Cadomin Mountain Park (Holyoke, Massachusetts) -0.464450966712688929 +21058 aapg_ae_68.html aapg_ae_68.html:285:32624:32640 Weber Ogden, Utah -0.0290929704411894835 +21059 aapg_aa_678.html aapg_aa_678.html:48:4966:4978 Saskatchewan Lacombe, Alberta 0.0143677717617256336 +21060 aapg_ad_440.html aapg_ad_440.html:703:70882:70888 Pocono Greenbrier (Great Smoky Mountains) -0.0541518744999871654 +21061 cspg_html_7912545589 cspg_html_7912545589:19:2511:2523 Grand Rapids Clearwater, Florida -0.0445280936514478309 +21062 cspg_html_8891363498 cspg_html_8891363498:9:934:952 Michelle Anchorage, Alaska -0.057785466485775136 +21063 cspg_html_7561290301 cspg_html_7561290301:206:24871:24899 Keg River Black Creek (Toronto) -0.46105569042928074 +21064 gsa_html_3341232905 gsa_html_3341232905:562:43558:43586 Green River New Mexico -0.0126805624942423392 +21065 aapg_ad_335.html aapg_ad_335.html:691:80313:80319 Casper Cheyenne, Wyoming -0.491084883288990137 +21066 aapg_ai_31.html aapg_ai_31.html:84:9102:9106 Frio Oakville, California -0.0264132431935258684 +21067 cspg_html_7576506617 cspg_html_7576506617:215:30503:30525 Ekwan River River Severn -0.45112171556163283 +21068 aapg_ad_808.html aapg_ad_808.html:229:16503:16519 Bighorn Dolomite Cheyenne, Wyoming 0.530788596090512765 +21069 gsa_html_4785200468 gsa_html_4785200468:238:23157:23164 Tyonek Keuka Lake -0.448282824521055501 +21070 aapg_ai_185.html aapg_ai_185.html:4:572:582 Fort Union Pinedale, California -0.475963906981033746 +21071 aapg_af_575.html aapg_af_575.html:420:58142:58150 Wolfcamp Meramec River -0.0916955780616572069 +21072 aapg_af_551.html aapg_af_551.html:66:7592:7613 Lake Valley Sacramento Mountains (California) -0.4391432028015122 +21073 gsa_html_8614162917 gsa_html_8614162917:890:86081:86103 Horse Spring Lake Mead -0.0433995158263024566 +21074 aapg_ae_705.html aapg_ae_705.html:289:27553:27577 Santa Barbara Western world -0.467870731747513147 +21075 cspg_html_3983222630 cspg_html_3983222630:6:300:317 Cardium Lacombe, Alberta -0.409571462462526958 +21076 aapg_ae_483.html aapg_ae_483.html:94:11182:11191 Peninsula Bristol Bay Borough, Alaska -0.435442528958713826 +21077 cspg_html_4860363565 cspg_html_4860363565:77:10176:10200 Leduc Canada -0.498284091541512875 +21078 sedimentology_html_7325815776 sedimentology_html_7325815776:489:31824:31845 Lake Valley New Mexico -0.467130759519596039 +21079 cspg_html_2419618566 cspg_html_2419618566:736:94494:94509 Elk Canada -0.472943536588278923 +21080 gsa_html_8398449001 gsa_html_8398449001:824:68655:68665 Bear River Bear Lake, Michigan -0.472678482936493838 +21081 aapg_ah_199.html aapg_ah_199.html:273:30341:30346 Atoka Atoka, Oklahoma -0.476130470160059438 +21082 aapg_ah_528.html aapg_ah_528.html:135:13302:13319 Thaynes Wasatch Range -0.205409226502736186 +21083 gsa_html_3447557340 gsa_html_3447557340:808:68665:68693 Green River New Mexico -0.00549476708285740172 +21084 aapg_ah_97.html aapg_ah_97.html:72:8841:8849 Glenogle Canada -0.428747556650883599 +21085 gsa_html_6991576096 gsa_html_6991576096:718:62556:62579 Gunflint Iron Ontario, California -0.47944058990843208 +21086 aapg_ah_243.html aapg_ah_243.html:90:10773:10807 Mohawk Texas 0.0102845739324917348 +21087 aapg_ae_315.html aapg_ae_315.html:51:4616:4628 Quimbys Mill Black River, Jamaica -0.420944322840909546 +21088 cspg_html_4319383223 cspg_html_4319383223:461:58027:58035 Columbia Lacombe, Alberta -0.0341705352496151776 +21089 aapg_ac_575.html aapg_ac_575.html:532:80155:80163 Moenkopi Colorado 0.367836165710779706 +21090 aapg_ac_497.html aapg_ac_497.html:51:5086:5094 Lisburne Prudhoe Bay Oil Field -0.481815063993563775 +21091 aapg_ai_1.html aapg_ai_1.html:301:26727:26734 Hermosa Logan, Utah -0.44948782523520614 +21092 AMJC_html_4299960498 AMJC_html_4299960498:821:92663:92673 Washington Salem, Oregon -0.444844842741709823 +21093 palaios_html_6404782987 palaios_html_6404782987:851:101739:101743 Hall London, Ontario -0.0516759141676912878 +21094 aapg_af_854.html aapg_af_854.html:260:32917:32927 Keokuk Illinois -0.507610494068331364 +21095 jgeology_html_6791895583 jgeology_html_6791895583:668:42811:42821 Pocahontas Blacksburg, Virginia -0.460146402321772174 +21096 cspg_html_8571955552 cspg_html_8571955552:121:15683:15697 Lisburne North Slope Borough, Alaska -0.0700205826390765118 +21097 gsa_html_3380395839 gsa_html_3380395839:86:8862:8872 Washington Salem, Oregon -0.0102845739324916134 +21098 palaios_html_5212272868 palaios_html_5212272868:260:29461:29467 Oregon Washington (state) -0.0207284668430632625 +21099 cspg_html_4287356899 cspg_html_4287356899:2888:316998:317005 Leonard Washington (state) -0.462343916398318955 +21100 cspg_html_2482892781 cspg_html_2482892781:25:4072:4090 Madison Williston, Vermont -0.508674901751657416 +21101 aapg_ae_901.html aapg_ae_901.html:903:97702:97720 Onondaga Ontario, California -0.470629904958731249 +21102 aapg_ah_677.html aapg_ah_677.html:4:676:690 Nonesuch Lake Superior -0.438031460031225395 +21103 aapg_ai_1.html aapg_ai_1.html:351:31584:31606 Paradox Glenwood Springs, Colorado -0.136843301865687272 +21104 cspg_html_7093237629 cspg_html_7093237629:956:91378:91399 Cooking Lake Redwater, Texas -0.443848978138650319 +21105 gsa_html_6117440194 gsa_html_6117440194:645:65958:65976 Sawtooth Kootenay River -0.456661018199272462 +21106 gsa_html_2832151886 gsa_html_2832151886:461:39775:39796 Fish Scales Lacombe, Alberta -0.427645821637091417 +21107 sedimentology_html_1235771758 sedimentology_html_1235771758:948:48468:48472 Hall London, Ontario -0.491386278060246817 +21108 jgeology_html_2236057972 jgeology_html_2236057972:995:53651:53661 Washington Seattle -0.461219460550356897 +21109 aapg_ae_933.html aapg_ae_933.html:39:4524:4550 Smackover Arkansas 0.0185975939921932121 +21110 aapg_ae_70.html aapg_ae_70.html:102:11819:11825 Maroon Glenwood Springs, Colorado 0.0204347189005011226 +21111 sedimentology_html_6714245905 sedimentology_html_6714245905:409:36501:36509 Colorado Niobrara, Nebraska -0.0247023791461900809 +21112 cspg_html_3699720399 cspg_html_3699720399:289:29998:30004 Gataga Victoria, British Columbia -0.0446325991388740947 +21113 aapg_af_397.html aapg_af_397.html:643:77872:77892 Entrada Entrada Sandstone -0.457152280296754032 +21114 aapg_af_707.html aapg_af_707.html:65:7455:7464 Smackover Mississippi River -0.458031335089754243 +21115 aapg_af_854.html aapg_af_854.html:556:76021:76036 Salem Bath, Somerset -0.0200714512738383588 +21116 cspg_html_8525917094 cspg_html_8525917094:169:22449:22465 Dakota Nebraska -0.471009336433766579 +21117 aapg_ah_775.html aapg_ah_775.html:296:37075:37091 Colorado West Texas -0.466714081975797668 +21118 cspg_html_3328007773 cspg_html_3328007773:1038:104280:104296 Viking Lacombe, Alberta -0.446110205830797302 +21119 cspg_html_1962846283 cspg_html_1962846283:74:9942:9958 Fernie Kootenay River 0.0208153754241180711 +21120 palaios_html_8113714689 palaios_html_8113714689:232:25436:25444 Munising Michigan Basin -0.0500164465946093956 +21121 aapg_ai_321.html aapg_ai_321.html:122:16984:17006 Todos Santos Matagalpa -0.0322777182092932879 +21122 gsa_html_5394777952 gsa_html_5394777952:403:44128:44136 San Jose California -0.0283642962878183774 +21123 gsa_html_8473518978 gsa_html_8473518978:14:479:487 Virginia Reston, Virginia -0.432316117842066305 +21124 gsa_html_5081991493 gsa_html_5081991493:996:80117:80138 Green River Logan, Utah -0.433509375056355339 +21125 aapg_aa_82.html aapg_aa_82.html:189:19086:19093 Clayton Cheyenne, Wyoming -0.0209214044574815329 +21126 gsa_html_1538463681 gsa_html_1538463681:1070:88629:88657 Green River New Mexico -0.431113360606789509 +21127 aapg_af_562.html aapg_af_562.html:211:22255:22275 Tuscaloosa Kentucky 0.0292129707991410879 +21128 cspg_html_6255491344 cspg_html_6255491344:176:26299:26319 Nikanassin Kootenay River -0.483407132229491276 +21129 gsa_html_5552216115 gsa_html_5552216115:1102:114762:114788 Big Blue California -0.0699156741554105426 +21130 aapg_ae_845.html aapg_ae_845.html:209:22614:22622 Washakie Colorado -0.065469387622686781 +21131 gsa_html_5079726047 gsa_html_5079726047:1462:123495:123523 Green River Iran -0.44255997020698512 +21132 gsa_html_6241580036 gsa_html_6241580036:391:35568:35576 Fountain Antarctica -0.0247962629365806077 +21133 gsa_html_5993684140 gsa_html_5993684140:29:2796:2824 Green River Colorado -0.0384097003788234775 +21134 aapg_ac_535.html aapg_ac_535.html:505:47800:47805 Rapid Lacombe, Alberta -0.493404616882510805 +21135 aapg_ah_779.html aapg_ah_779.html:232:42598:42609 Martinsburg Pennsylvania -0.443523211116507166 +21136 cspg_html_9843429624 cspg_html_9843429624:731:102235:102280 Jean Marie Lacombe, Alberta 0.0154590412849191748 +21137 aapg_ad_607.html aapg_ad_607.html:62:6666:6679 Cherry Canyon Delaware 0.745730686269548859 +21138 aapg_aa_314.html aapg_aa_314.html:81:10451:10468 Tinton Closter, New Jersey -0.0801613180081616056 +21139 palaios_html_2223085265 palaios_html_2223085265:40:4728:4744 Viking Lacombe, Alberta -0.423116197439436237 +21140 sedimentology_html_5843972010 sedimentology_html_5843972010:31:1889:1898 Sheffield Thetford, Vermont -0.441392939290133568 +21141 aapg_af_2.html aapg_af_2.html:843:72038:72046 Colorado Denver -0.458720680358492616 +21142 aapg_ah_4.html aapg_ah_4.html:99:15832:15847 Heath Talara Province -0.4462802459552766 +21143 cspg_html_2695921112 cspg_html_2695921112:274:32217:32235 Bathurst Bathurst, New South Wales -0.0760143354300561597 +21144 aapg_af_98.html aapg_af_98.html:70:8839:8847 Graneros San Juan, Argentina -0.450235859908255098 +21145 aapg_ac_365.html aapg_ac_365.html:253:21017:21021 Ladd Mexico -0.485663921579086111 +21146 aapg_ah_506.html aapg_ah_506.html:295:29543:29562 Michigan Reed City, Michigan -0.44961357796588941 +21147 aapg_ad_648.html aapg_ad_648.html:14:2109:2117 Niobrara Berthoud, Colorado 0.0985205150828038223 +21148 jgeology_html_4305195651 jgeology_html_4305195651:2763:183718:183751 Catskill Clinton County, Ohio -0.0335442004664093935 +21149 aapg_aa_683.html aapg_aa_683.html:14:2489:2508 Greenhorn Colorado 0.860770839566807222 +21150 jgeology_html_4115179562 jgeology_html_4115179562:1365:74382:74417 Price Virginia -0.453180049702502807 +21151 aapg_ae_267.html aapg_ae_267.html:78:7460:7475 Bedford Hollidaysburg, Pennsylvania -0.417415641024188155 +21152 cspg_html_1281670295 cspg_html_1281670295:456:47107:47113 Moscow Russia -0.44830973456876172 +21153 aapg_ae_657.html aapg_ae_657.html:110:13362:13388 Goliad Oakville, California -0.463250887108730525 +21154 cspg_html_4287356899 cspg_html_4287356899:1485:205860:205877 Ettrain Great Britain -0.0551547118645741019 +21155 gsa_html_4067767548 gsa_html_4067767548:504:49904:49915 Chopawamsic Piedmont (United States) -0.034835184903719292 +21156 geology_html_4431824234 geology_html_4431824234:403:28089:28094 Uinta Colorado 0.383692916747496005 +21157 cspg_html_2769629211 cspg_html_2769629211:117:14174:14186 Fort Simpson Hay River (Canada) -0.0158621976007121031 +21158 aapg_ai_31.html aapg_ai_31.html:187:20505:20524 Catahoula Oklahoma City -0.000774781561203988548 +21159 gsa_html_2584301292 gsa_html_2584301292:587:50453:50480 Peoria Peoria, Illinois -0.458695727712452594 +21160 cspg_html_3124360347 cspg_html_3124360347:25:4650:4655 Levis Quebec -0.48878086726465575 +21161 aapg_af_607.html aapg_af_607.html:136:13758:13764 Kern River Kern River Preserve -0.467877607461444023 +21162 aapg_aa_161.html aapg_aa_161.html:358:34617:34635 Sabaneta Venezuela -0.479719327950920094 +21163 aapg_af_219.html aapg_af_219.html:34:4151:4157 Dakota Cheyenne, Wyoming -0.340554351038941105 +21164 palaios_html_2449649505 palaios_html_2449649505:43:4784:4810 Colorado Kayenta, Arizona -0.489889776983278402 +21165 aapg_ae_206.html aapg_ae_206.html:66:7036:7045 Ingleside Corpus Christi, Texas -0.0103905567969635754 +21166 aapg_aa_226.html aapg_aa_226.html:312:24234:24252 Woodbine Texas -0.463307888475886887 +21167 cspg_html_4937997995 cspg_html_4937997995:284:33424:33439 Red Head Rapids River Severn -0.0335772561471781444 +21168 aapg_ae_860.html aapg_ae_860.html:94:8099:8129 Dockum Texas -0.0532799592874959385 +21169 gsa_html_7012936645 gsa_html_7012936645:963:76087:76097 Table Cove Middle Ordovician -0.0066344115226364981 +21170 geology_html_9097482395 geology_html_9097482395:12:564:574 Santa Cruz California -0.49687250405482164 +21171 aapg_ac_538.html aapg_ac_538.html:30:4441:4461 Colorado Lacombe, Alberta -0.458675312427173743 +21172 gsa_html_1409496185 gsa_html_1409496185:947:107591:107597 Oregon Washington (state) 0.00861668517403394243 +21173 gsa_html_4719798013 gsa_html_4719798013:18:1240:1277 Blackwater Draw Pecos River 0.00480334593379653455 +21174 cspg_html_5345848475 cspg_html_5345848475:95:13311:13325 Colorado Lacombe, Alberta -0.477158315306099867 +21175 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17440:17444 Earp Supai, Arizona -0.0240556397080989269 +21176 geology_html_4203530817 geology_html_4203530817:214:21880:21887 Norfolk Nassau, Bahamas -0.418507876495596065 +21177 aapg_ae_81.html aapg_ae_81.html:342:43128:43137 Wapanucka Atoka, Oklahoma -0.0164252377233713442 +21178 jgeology_html_6846438992 jgeology_html_6846438992:455:38918:38934 Lee Newark Basin -0.0129759471663572871 +21179 aapg_ak_36.html aapg_ak_36.html:458:40868:40882 Nuka Anchorage, Alaska -0.254249226736081857 +21180 aapg_aa_415.html aapg_aa_415.html:269:37578:37592 Ozan Texas 0.0722941056395089848 +21181 cspg_html_9810030547 cspg_html_9810030547:127:16258:16280 Cooking Lake Lacombe, Alberta -0.449467616590735308 +21182 AMJC_html_6539706032 AMJC_html_6539706032:1195:113713:113725 Rhode Island Newport, Rhode Island -0.137194112914320238 +21183 aapg_ai_208.html aapg_ai_208.html:266:21655:21660 Swift North Carolina -0.449135360797609628 +21184 cspg_html_9332855346 cspg_html_9332855346:223:20410:20430 Elk Calgary -0.459819284677136619 +21185 aapg_ai_816.html aapg_ai_816.html:114:18579:18598 Wyandotte Kansas City, Kansas -0.467868439854770279 +21186 gsa_html_1409496185 gsa_html_1409496185:134:15109:15120 White River Mount Rainier, Maryland 0.0346890281065784789 +21187 aapg_ae_916.html aapg_ae_916.html:289:33521:33535 Colorado Cut Bank, Montana 0.00427001774421365866 +21188 cspg_html_4275682313 cspg_html_4275682313:552:64393:64408 Mesaverde Cheyenne, Wyoming -0.459996458565647859 +21189 aapg_af_16.html aapg_af_16.html:10:1470:1488 Frontier Logan, Utah 0.841965703602117532 +21190 aapg_ae_223.html aapg_ae_223.html:85:10615:10631 Dakota Iles 0.00259187716092955768 +21191 aapg_aa_684.html aapg_aa_684.html:90:10175:10179 Jelm John Crow Mountains -0.0354198318919945049 +21192 aapg_ae_388.html aapg_ae_388.html:1222:71979:71985 Nassau Melbourne, Florida -0.0706500764594617942 +21193 sedimentology_html_6434577006 sedimentology_html_6434577006:94:6904:6916 Antietam Virginia 0.348665614731890172 +21194 cspg_html_2882882278 cspg_html_2882882278:11:2029:2054 Johnston Canyon Victoria, British Columbia -0.0342523093425481095 +21195 aapg_ai_49.html aapg_ai_49.html:764:97577:97585 San Luis Colorado -0.468054102450840448 +21196 gsa_html_7635660482 gsa_html_7635660482:577:51800:51818 Morrison Kingdom of Asturias -0.00308350377484213492 +21197 aapg_af_789.html aapg_af_789.html:135:18624:18636 Huntersville Onondaga (tribe) 0.409166795649224035 +21198 aapg_ah_965.html aapg_ah_965.html:472:55758:55781 Oakville Oakville, California 0.0350213636803352324 +21199 aapg_ae_114.html aapg_ae_114.html:69:10734:10756 Carlton Rhyolite Wichita Mountains -0.0623936110390825444 +21200 cspg_html_2758185645 cspg_html_2758185645:346:32831:32843 Rundle Moose Mountain (Alberta) -0.458675312427173743 +21201 cspg_html_6252417471 cspg_html_6252417471:68:10783:10802 Mould Bay Banks Island -0.47601017133294582 +21202 cspg_html_9768299963 cspg_html_9768299963:187:19294:19310 Battle Calgary 0.000416922734646836166 +21203 aapg_ah_972.html aapg_ah_972.html:616:65208:65217 Vicksburg Texas -0.093422689363277564 +21204 cspg_html_3735760125 cspg_html_3735760125:252:27745:27752 Cardium Canada -0.478570111716157764 +21205 jgeology_html_4289404569 jgeology_html_4289404569:808:55512:55533 Green River Cheyenne, Wyoming -0.0293555813701503708 +21206 aapg_ah_318.html aapg_ah_318.html:832:86133:86152 Smackover Cotton Valley, Louisiana -0.439858437383654544 +21207 aapg_ad_250.html aapg_ad_250.html:113:10633:10642 Aux Vases Louisville, Kentucky -0.451351189275800146 +21208 aapg_ac_408.html aapg_ac_408.html:69:6968:6992 Buda Karnes County, Texas -0.0946758759333774236 +21209 cspg_html_8128756616 cspg_html_8128756616:32:5071:5083 Grand Rapids Lacombe, Alberta -0.462576268150975078 +21210 cspg_html_6252417471 cspg_html_6252417471:280:41158:41170 Wilcox Lacombe, Alberta 0.00296016264892234697 +21211 aapg_ac_628.html aapg_ac_628.html:253:40536:40573 Mesaverde Mancos, Colorado -0.416220582820664042 +21212 cspg_html_4326384800 cspg_html_4326384800:441:55556:55574 Redknife Hay River (Canada) -0.0210726272729466063 +21213 aapg_ad_466.html aapg_ad_466.html:1360:144908:144926 Patuxent Tuscaloosa, Alabama -0.0365787810685492543 +21214 aapg_ai_491.html aapg_ai_491.html:281:33642:33653 Molas Des Moines, Washington -0.101506006810307969 +21215 aapg_ah_646.html aapg_ah_646.html:337:40078:40094 Chinle Chinle Formation -0.433478476882460717 +21216 gsa_html_7498897688 gsa_html_7498897688:1237:102886:102893 El Paso Chihuahuan Desert -0.470292003998596664 +21217 aapg_af_575.html aapg_af_575.html:850:120938:120952 Hale Arkansas 0.0173219599396432673 +21218 aapg_ac_575.html aapg_ac_575.html:508:76096:76114 Woodside Cheyenne, Wyoming -0.0416128988126375013 +21219 cspg_html_3772380029 cspg_html_3772380029:11:1166:1191 Red Head Rapids River Severn -0.12636029885945832 +21220 aapg_ac_55.html aapg_ac_55.html:168:20481:20499 Magothy Raritan River -0.40117829479810202 +21221 aapg_ah_848.html aapg_ah_848.html:440:43608:43616 Virginia Elkton, Kentucky -0.492423140812619287 +21222 cspg_html_5381643866 cspg_html_5381643866:420:53886:53904 Bickford Rocky Brook -0.481794104698776371 +21223 cspg_html_3008414459 cspg_html_3008414459:503:60938:60948 Milk River Lacombe, Alberta -0.452882496357985831 +21224 aapg_ai_764.html aapg_ai_764.html:223:22705:22722 Everton Arkansas -0.0314131796301364494 +21225 geology_html_5526435496 geology_html_5526435496:180:15745:15765 Fort Union Powder River Basin -0.456337429672799166 +21226 cspg_html_3473883402 cspg_html_3473883402:311:49590:49602 Cooking Lake Redwater, Texas -0.00456360840821551893 +21227 gsa_html_9102781796 gsa_html_9102781796:373:35715:35731 Naknek Talkeetna, Alaska -0.000500307298482578788 +21228 aapg_ae_876.html aapg_ae_876.html:614:65390:65401 Green River Logan, Utah -0.197733152910592541 +21229 sedimentology_html_7064155051 sedimentology_html_7064155051:1452:86781:86785 Hall London, Ontario -0.475730309561108622 +21230 gsa_html_3436154175 gsa_html_3436154175:874:73313:73334 Green River Cheyenne, Wyoming -0.474203062673125064 +21231 aapg_af_854.html aapg_af_854.html:1131:160112:160128 Menard Illinois -0.0379467177170490291 +21232 aapg_ah_387.html aapg_ah_387.html:599:60162:60168 Oregon Knoxville, Illinois -0.420134393777613191 +21233 cspg_html_1378826439 cspg_html_1378826439:443:40220:40236 Viking Lacombe, Alberta 0.00437077655696941486 +21234 cspg_html_9717154602 cspg_html_9717154602:43:7039:7056 Bearpaw Edmonton, London 0.605760954219468739 +21235 cspg_html_3854139935 cspg_html_3854139935:11:1138:1155 Pakowki Lacombe, Alberta -0.487729676915167776 +21236 aapg_ah_337.html aapg_ah_337.html:147:16731:16737 Laredo Mexico -0.510771693853916964 +21237 cspg_html_9343899465 cspg_html_9343899465:955:83383:83402 Hecla Bay Ellesmere Island -0.486038291322309801 +21238 aapg_ai_997.html aapg_ai_997.html:790:68405:68421 Forbes Putah Creek -0.193529674764551601 +21239 cspg_html_8030881108 cspg_html_8030881108:187:30560:30572 Nation River Anchorage, Alaska -0.467016268103292775 +21240 palaios_html_4488423714 palaios_html_4488423714:164:14950:14960 Copenhagen Bucharest -0.463253167093327645 +21241 gsa_html_5843564589 gsa_html_5843564589:59:5230:5258 Green River New Mexico -0.173949791727761899 +21242 aapg_ai_105.html aapg_ai_105.html:625:73676:73698 Toroweap San Rafael Swell -0.0435005244860851084 +21243 aapg_ai_975.html aapg_ai_975.html:114:14783:14800 Sligo Balcones Fault -0.0326847865730959877 +21244 aapg_ae_639.html aapg_ae_639.html:17:2092:2102 Georgetown Buda, Texas -0.464163347577605745 +21245 cspg_html_1462870252 cspg_html_1462870252:111:16232:16247 Elk Lacombe, Alberta -0.446052041434467972 +21246 palaios_html_2621173808 palaios_html_2621173808:116:13437:13445 Columbia Lacombe, Alberta -0.0213629091377398328 +21247 aapg_ah_387.html aapg_ah_387.html:2581:277998:278007 Knoxville Tehama County, California 0.923973193380184354 +21248 aapg_ah_645.html aapg_ah_645.html:238:29251:29268 Entrada Logan, Utah -0.00655275945491847703 +21249 gsa_html_4181975259 gsa_html_4181975259:765:69954:69960 Oregon Bandon, County Cork -0.456778715576978744 +21250 aapg_ah_534.html aapg_ah_534.html:125:9570:9584 Schoharie Stroudsburg, Pennsylvania -0.0160185962775735123 +21251 aapg_aa_685.html aapg_aa_685.html:48:4833:4853 Flagstaff North Horn Formation -0.469230874046953295 +21252 aapg_ai_249.html aapg_ai_249.html:783:101341:101348 El Abra Veracruz, Veracruz -0.460944252925189812 +21253 gsa_html_4479989476 gsa_html_4479989476:13:557:565 Colorado Denver -0.456355529459316345 +21254 aapg_af_354.html aapg_af_354.html:21:3144:3162 San Onofre Breccia Channel Islands of California -0.474069180634086484 +21255 aapg_ac_986.html aapg_ac_986.html:1094:123522:123538 Wasatch Loomis, California -0.453044786078658057 +21256 cspg_html_9275863663 cspg_html_9275863663:70:9878:9886 Columbia Victoria, British Columbia -0.437049524484892205 +21257 aapg_ad_11.html aapg_ad_11.html:3:170:190 Sentinel Butte Wasatch Range 0.0291955793739523579 +21258 aapg_ac_141.html aapg_ac_141.html:9:631:640 Littleton Colorado -0.00404765387058536857 +21259 aapg_af_492.html aapg_af_492.html:172:17512:17544 Milk River Lacombe, Alberta -0.457487488497030304 +21260 aapg_ah_289.html aapg_ah_289.html:552:76693:76699 Walker California -0.018152677374131905 +21261 aapg_ah_5.html aapg_ah_5.html:3294:256360:256366 Oxford England -0.463396817899322633 +21262 palaios_html_5582845937 palaios_html_5582845937:325:33258:33266 Virginia Hampton, New Hampshire -0.458641287983651336 +21263 aapg_ae_233.html aapg_ae_233.html:17:2381:2391 Tuscaloosa Savannah River Site -0.462512479285274614 +21264 cspg_html_9508543859 cspg_html_9508543859:199:22830:22841 Beekmantown Black River, Jamaica -0.433546895631176765 +21265 cspg_html_1781462584 cspg_html_1781462584:79:8917:8933 Shunda Burnt River (Oregon) 0.000729614901202842885 +21266 aapg_ac_841.html aapg_ac_841.html:197:25139:25146 Metapan Tegucigalpa -0.233137293909556148 +21267 aapg_af_854.html aapg_af_854.html:616:84668:84688 Keokuk Burlington, Ontario 0.0425514373897620327 +21268 aapg_aa_600.html aapg_aa_600.html:246:20539:20544 Atoka McAlester, Oklahoma -0.0380441859515352823 +21269 aapg_ah_876.html aapg_ah_876.html:635:78913:78927 Rodessa Houston County, Alabama -0.454357696116458765 +21270 aapg_af_896.html aapg_af_896.html:90:8591:8598 El Paso Texas -0.0254117377860756666 +21271 cspg_html_3618628685 cspg_html_3618628685:397:47461:47478 Belly River Lacombe, Alberta -0.0759513172286547938 +21272 aapg_aa_976.html aapg_aa_976.html:225:26987:27003 Dakota Catskill Mountains 0.00361335093326647754 +21273 aapg_af_854.html aapg_af_854.html:1143:161742:161764 Waltersburg Ohio -0.016708500751709255 +21274 aapg_af_98.html aapg_af_98.html:55:7632:7638 Dakota San Juan, Argentina -0.4381734052234173 +21275 aapg_ai_603.html aapg_ai_603.html:159:14476:14491 Fourmile Canyon Indianola, Iowa -0.467868439854770279 +21276 aapg_ae_916.html aapg_ae_916.html:414:47441:47459 Frontier Colorado -0.01901471217940277 +21277 palaios_html_5334521487 palaios_html_5334521487:453:55976:55993 Mauch Chunk Huntington, West Virginia -0.440280728439214952 +21278 gsa_html_7542416588 gsa_html_7542416588:23:952:960 Colorado Denver -0.487729676915167776 +21279 aapg_ae_624.html aapg_ae_624.html:38:4220:4238 Kekiktuk Prudhoe Bay Oil Field -0.0364256392683856012 +21280 aapg_af_713.html aapg_af_713.html:115:11446:11457 Haynesville Leon County, Florida -0.456479975332736432 +21281 cspg_html_8612721867 cspg_html_8612721867:976:119477:119497 Swan Hills Swan Hill, Victoria -0.0391024746518720059 +21282 aapg_ae_473.html aapg_ae_473.html:52:5690:5711 Eagle Alabama -0.0516462775496139975 +21283 aapg_ae_28.html aapg_ae_28.html:941:68687:68694 Calvert Ohio 0.0158517710589337717 +21284 cspg_html_8612721867 cspg_html_8612721867:696:82314:82330 Calmar Cripple Creek, Colorado -0.0911528210903029129 +21285 aapg_aa_486.html aapg_aa_486.html:33:3981:3989 Colorado Las Vegas Strip -0.0724287988596579169 +21286 cspg_html_8568877195 cspg_html_8568877195:53:8904:8912 Foremost Milk River, Alberta -0.461001107058420345 +21287 cspg_html_5272711466 cspg_html_5272711466:5:262:277 Leduc Lacombe, Alberta -0.46957525648780718 +21288 cspg_html_2659248847 cspg_html_2659248847:645:64748:64756 Michigan Michigan -0.0312427146313614852 +21289 sedimentology_html_6156482329 sedimentology_html_6156482329:921:71407:71414 Renault North Island (Houtman Abrolhos) -0.0185871661481992051 +21290 aapg_ai_199.html aapg_ai_199.html:521:42076:42080 Kent Tanzania -0.469028899015838996 +21291 aapg_ah_876.html aapg_ah_876.html:399:48145:48163 Rodessa Llano, Texas -0.00440204655713307986 +21292 palaios_html_7860397774 palaios_html_7860397774:1119:79263:79280 La Luna Caracas -0.469382385724573914 +21293 aapg_ac_765.html aapg_ac_765.html:419:78934:78958 Chinle Banbury 0.00936896389642591539 +21294 sedimentology_html_2208426700 sedimentology_html_2208426700:831:39679:39702 Winnipegosis Chipley, Florida -0.470510360514459824 +21295 cspg_html_2796643803 cspg_html_2796643803:519:62582:62590 Finnegan Regina, Saskatchewan -0.471336008805755435 +21296 aapg_aa_457.html aapg_aa_457.html:69:12424:12444 Smackover Haynesville, Louisiana -0.00633038844921864335 +21297 cspg_html_1274054064 cspg_html_1274054064:159:23248:23266 Belly River Milk River, Alberta 0.0146110443570680159 +21298 aapg_ad_70.html aapg_ad_70.html:117:7711:7727 Chinle Chinle Formation 0.0014766026609327194 +21299 aapg_ae_678.html aapg_ae_678.html:208:25678:25699 Browns Park Uinta Mountains -0.0591256711922378136 +21300 aapg_ah_318.html aapg_ah_318.html:3572:290952:290971 Smackover Texas -0.448578878596292641 +21301 aapg_ah_421.html aapg_ah_421.html:234:18414:18433 Whitemud Edmonton, London -0.025689926843247262 +21302 aapg_ai_581.html aapg_ai_581.html:47:4752:4766 Colorado Niobrara, Nebraska -0.498566694311008085 +21303 aapg_ad_466.html aapg_ad_466.html:1110:119113:119135 Shark River Manasquan, New Jersey -0.478307979059971577 +21304 aapg_aa_415.html aapg_aa_415.html:85:12730:12738 Woodbine Groesbeck, Ohio -0.120723542630530464 +21305 gsa_html_7193789775 gsa_html_7193789775:795:78334:78349 Mesaverde Logan, Utah -0.489889776983278402 +21306 aapg_af_422.html aapg_af_422.html:71:7583:7592 Queenston Lockport (city), New York -0.439702904816710427 +21307 aapg_af_366.html aapg_af_366.html:87:9329:9351 Lisburne Prudhoe Bay Oil Field -0.471340610693628537 +21308 aapg_ah_10.html aapg_ah_10.html:86:13345:13353 Monterey Bakersfield, California 0.0836000437883793329 +21309 cspg_html_5949578130 cspg_html_5949578130:481:78971:79010 Leduc Lacombe, Alberta 0.0136101656605613248 +21310 gsa_html_8152640301 gsa_html_8152640301:142:13253:13272 Talkeetna Talkeetna, Alaska -0.0307122011432018581 +21311 cspg_html_6116883777 cspg_html_6116883777:612:80629:80640 Goose Fiord Devon Island 0.365431903038713646 +21312 aapg_ai_860.html aapg_ai_860.html:407:48571:48589 Dunleith Maquoketa, Iowa -0.440300736461396947 +21313 aapg_ai_484.html aapg_ai_484.html:3:338:354 Paluxy Marshall County, Kentucky 0.00452191499750925936 +21314 aapg_ae_415.html aapg_ae_415.html:873:108531:108543 Chickasawhay Alabama -0.441593278961416758 +21315 jgeology_html_4772507682 jgeology_html_4772507682:837:64533:64567 Victoria Antarctica -0.0331684163736417556 +21316 aapg_ai_813.html aapg_ai_813.html:62:10668:10688 Richardson Mountains White Mountains (California) 0.52528784320507671 +21317 AMJC_html_2228158963 AMJC_html_2228158963:167:21807:21824 Cushing Portland, Oregon -0.0565031060204084085 +21318 aapg_af_664.html aapg_af_664.html:523:58733:58756 Cherry Canyon Carlsbad, New Mexico -0.0615712265759854258 +21319 aapg_af_981.html aapg_af_981.html:416:41630:41651 Almond Cheyenne, Wyoming -0.0245215675441684301 +21320 gsa_html_1991568528 gsa_html_1991568528:79:5733:5761 Green River Colorado -0.0188530778518021767 +21321 gsa_html_2076560873 gsa_html_2076560873:523:53998:54020 Parry Islands Northwest Arctic Borough, Alaska -0.00922476160912374769 +21322 gsa_html_3144986031 gsa_html_3144986031:12:507:515 Victoria Victoria, British Columbia -0.0249388283192189877 +21323 cspg_html_6351830705 cspg_html_6351830705:344:43275:43286 Hueco Texas 0.755033125288139484 +21324 gsa_html_6628277618 gsa_html_6628277618:39:3407:3413 Dayton Ohio -0.0460783921822131154 +21325 aapg_ai_564.html aapg_ai_564.html:52:5649:5667 Kushtaka Stillwater, Oklahoma -0.485546964607742992 +21326 geology_html_8442589137 geology_html_8442589137:15:864:874 Santa Cruz California -0.486513508857715604 +21327 aapg_ad_836.html aapg_ad_836.html:520:47435:47441 Salina Maquoketa, Iowa -0.465945346292333973 +21328 aapg_ai_141.html aapg_ai_141.html:357:37012:37022 Washington Victoria, British Columbia -0.0284721166530200707 +21329 aapg_ai_327.html aapg_ai_327.html:209:23349:23361 Dakota Denver -0.343482402313141588 +21330 geology_html_5607484480 geology_html_5607484480:206:16348:16371 Nipissing Great Lakes region (North America) -0.435767689782418699 +21331 aapg_af_579.html aapg_af_579.html:269:28919:28924 Bluff Logan, Utah -0.484534784604727431 +21332 cspg_html_4727171280 cspg_html_4727171280:82:8923:8936 Edmonton Western world -0.48663294001243923 +21333 aapg_aa_382.html aapg_aa_382.html:45:5738:5763 Santa Margarita Maricopa, Arizona -0.43580087580188992 +21334 geology_html_6889011624 geology_html_6889011624:46:4666:4675 Red River Manitoba -0.412806147791681621 +21335 aapg_ae_26.html aapg_ae_26.html:7:1426:1445 Kope Bloomington, Indiana -0.432382247831122113 +21336 cspg_html_4409656292 cspg_html_4409656292:720:77102:77122 Colorado Regina, Saskatchewan -0.471363620495062197 +21337 aapg_aa_904.html aapg_aa_904.html:195:17211:17231 Mesaverde San Juan, Argentina -0.475473655949527896 +21338 cspg_html_9343899465 cspg_html_9343899465:1540:126305:126319 Belly River Lacombe, Alberta -0.448632716908224927 +21339 aapg_ac_79.html aapg_ac_79.html:86:11582:11599 Lockport Dolomite Ohio -0.0137248477945169315 +21340 gsa_html_7605900420 gsa_html_7605900420:410:42343:42356 Carlin Canyon Reno, Nevada -0.50029763809586858 +21341 aapg_ae_958.html aapg_ae_958.html:2190:188816:188832 Whitehorse Carlsbad, New Mexico -0.42655631436454855 +21342 aapg_ad_564.html aapg_ad_564.html:8720:779224:779232 Colorado Denver -0.0975053458822169039 +21343 cspg_html_8096634360 cspg_html_8096634360:215:26320:26328 Columbia Victoria, British Columbia -0.43451411861660022 +21344 aapg_ac_307.html aapg_ac_307.html:95:9238:9259 Green River Logan, Utah -0.070087025732908273 +21345 cspg_html_7281679890 cspg_html_7281679890:308:51825:51843 Michelle Western world -0.43919205226689878 +21346 aapg_ad_823.html aapg_ad_823.html:132:13612:13619 El Paso Washington (state) 0.0935369188562235609 +21347 cspg_html_7489348459 cspg_html_7489348459:9:831:839 Iroquois Mackenzie River -0.449541717141150321 +21348 cspg_html_7134658072 cspg_html_7134658072:137:19105:19123 Lea Park Lacombe, Alberta -0.450586501765938174 +21349 cspg_html_4680797491 cspg_html_4680797491:254:28047:28057 Swan Hills Swan Hill, Victoria -0.444916336311243943 +21350 aapg_ac_5.html aapg_ac_5.html:185:18467:18482 Banff Lacombe, Alberta -0.00933942844638739958 +21351 cspg_html_2253842195 cspg_html_2253842195:263:34742:34750 Columbia Victoria, British Columbia -0.45184182728382527 +21352 aapg_ac_629.html aapg_ac_629.html:162:22318:22328 Citronelle Oberlin, Ohio 0.0387491188031818326 +21353 cspg_html_6038396142 cspg_html_6038396142:58:8289:8297 Winnipeg Winnipeg -0.216040002652983121 +21354 gsa_html_5015599008 gsa_html_5015599008:763:65237:65249 Saskatchewan Caldwell, New Jersey -0.000105967854110096421 +21355 aapg_ak_55.html aapg_ak_55.html:236:24316:24325 Tuscarora Calhoun, Georgia -0.433370341259820213 +21356 aapg_aa_302.html aapg_aa_302.html:387:47559:47563 Elko Logan, Utah -0.0274826364360333635 +21357 gsa_html_1130947011 gsa_html_1130947011:102:12132:12138 Galena Iowa -0.0244381167530825782 +21358 aapg_af_46.html aapg_af_46.html:60:7868:7885 Goddard Absaroka -0.0916692289916149899 +21359 aapg_aa_684.html aapg_aa_684.html:262:24687:24708 Chugwater Cheyenne, Wyoming -0.441459714368856782 +21360 aapg_ac_941.html aapg_ac_941.html:363:24680:24701 Green River Colorado 0.323970756163052376 +21361 aapg_aa_960.html aapg_aa_960.html:411:32561:32582 Twin Creek Boise, Idaho -0.4462802459552766 +21362 aapg_ae_391.html aapg_ae_391.html:512:47543:47549 Salado Pecos River -0.468384265774498543 +21363 cspg_html_3328007773 cspg_html_3328007773:113:15014:15024 Mill Creek Bow Island Airport -0.0415972283122600164 +21364 aapg_ah_165.html aapg_ah_165.html:197:28712:28733 Beaverhill Lacombe, Alberta -0.0197168810314956311 +21365 aapg_ah_871.html aapg_ah_871.html:98:12554:12559 Chazy Western world 0.0212203749353179309 +21366 aapg_ae_16.html aapg_ae_16.html:533:63873:63881 Columbia Victoria, British Columbia -0.0219956359317186878 +21367 aapg_ai_1.html aapg_ai_1.html:300:26458:26475 Paradox Hermosa, Chicago -0.467584291252108319 +21368 aapg_ac_807.html aapg_ac_807.html:793:78436:78446 Tuscaloosa North Carolina -0.430000081582776583 +21369 cspg_html_2339960084 cspg_html_2339960084:163:24724:24737 Turner Valley Lacombe, Alberta 0.0224945330956530555 +21370 cspg_html_9332855346 cspg_html_9332855346:5:195:217 Elk Regina, Saskatchewan -0.0456254660933555489 +21371 gsa_html_2096927589 gsa_html_2096927589:118:9265:9293 Green River Cheyenne, Wyoming 0.798721142323465916 +21372 sedimentology_html_8227366887 sedimentology_html_8227366887:155:13877:13887 Keokuk Canada -0.475397368106546647 +21373 aapg_aa_147.html aapg_aa_147.html:63:9474:9483 Red River Manitoba 0.756517278843826579 +21374 palaios_html_1282365477 palaios_html_1282365477:545:43768:43774 Provo Pyrenees -0.480109712230180896 +21375 cspg_html_4385655879 cspg_html_4385655879:63:8619:8639 Elk Lacombe, Alberta -0.0579268031309983569 +21376 aapg_ad_322.html aapg_ad_322.html:766:73032:73041 Extension Anchorage, Alaska -0.00832481152182470464 +21377 sedimentology_html_5673709888 sedimentology_html_5673709888:1745:104586:104594 Hawthorn Melbourne, Florida -0.455536877615232372 +21378 aapg_ah_846.html aapg_ah_846.html:209:21197:21211 Nuka Anchorage, Alaska -0.43511527002590783 +21379 cspg_html_4298557570 cspg_html_4298557570:405:52890:52910 Hell Creek Lacombe, Alberta -0.0304826089875597575 +21380 gsa_html_9865056817 gsa_html_9865056817:831:74936:74942 Denver Colorado -0.0683632649001538473 +21381 aapg_ai_49.html aapg_ai_49.html:374:47889:47898 Minnelusa Black Hills 0.666333306892618826 +21382 gsa_html_1254347878 gsa_html_1254347878:1142:106598:106606 Colorado Cheyenne, Wyoming -0.0641976627125528526 +21383 gsa_html_9310053579 gsa_html_9310053579:730:63456:63465 Wenatchee Lake Chelan -0.0388274478076049076 +21384 gsa_html_1826402027 gsa_html_1826402027:646:74955:74964 Flagstaff Arizona -0.470292003998596664 +21385 aapg_ae_72.html aapg_ae_72.html:10:1713:1720 Hermosa Hermosa, Chicago -0.465595518002078101 +21386 cspg_html_5541725202 cspg_html_5541725202:226:32800:32820 Boss Point Cumberland, Maryland -0.459837454744856933 +21387 gsa_html_1419461902 gsa_html_1419461902:378:32739:32751 Saskatchewan Saskatoon -0.426503733834695087 +21388 aapg_ah_387.html aapg_ah_387.html:2818:304747:304756 Knoxville Knoxville, Illinois -0.499412697488954616 +21389 aapg_ad_351.html aapg_ad_351.html:7:778:787 Northview Sedalia, Missouri -0.0347621062592119723 +21390 aapg_ac_967.html aapg_ac_967.html:211:23353:23371 John Day Richmond, California -0.487692158362934725 +21391 jgeology_html_8064855537 jgeology_html_8064855537:250:17202:17218 Dakota Colorado -0.0112575432774917814 +21392 AMJC_html_6064451271 AMJC_html_6064451271:227:27755:27763 Colorado Denver -0.467263588143899677 +21393 aapg_ah_399.html aapg_ah_399.html:6:745:753 Columbia Lacombe, Alberta -0.471382028770717776 +21394 sedimentology_html_6162834496 sedimentology_html_6162834496:887:69187:69204 Wapiabi Canada -0.0552750621644688064 +21395 sedimentology_html_8006979411 sedimentology_html_8006979411:1688:113453:113487 Kaskapau Canada -0.444871652179790411 +21396 aapg_ah_812.html aapg_ah_812.html:54:4342:4350 Woodbine County Sligo -0.0350961840937315667 +21397 cspg_html_4348111624 cspg_html_4348111624:318:41768:41796 Prairie Regina, Saskatchewan -0.447404197686881167 +21398 gsa_html_6734844475 gsa_html_6734844475:209:22395:22423 Green River New Mexico -0.0151445144826190588 +21399 gsa_html_2832151886 gsa_html_2832151886:485:42199:42207 Columbia Victoria, British Columbia 0.00346047674040686785 +21400 aapg_aa_745.html aapg_aa_745.html:485:60668:60691 Brushy Canyon New Mexico -0.0583176759976086131 +21401 gsa_html_3096615185 gsa_html_3096615185:321:31894:31914 Roxbury Conglomerate Naval Air Station Squantum -0.450586501765938174 +21402 AMJC_html_2702389713 AMJC_html_2702389713:843:56248:56268 Waterville Portland, Maine -0.471405039658470026 +21403 aapg_ai_975.html aapg_ai_975.html:804:66147:66154 Edwards Walnut, California -0.503880280715721773 +21404 AMJC_html_6642101495 AMJC_html_6642101495:1460:139966:139972 Moscow Mongolia -0.484098022941034878 +21405 sedimentology_html_9410532865 sedimentology_html_9410532865:1459:104429:104450 Green River Green River Formation 0.0234176191377478797 +21406 sedimentology_html_3417381350 sedimentology_html_3417381350:1361:100637:100650 Santa Barbara California -0.474842748246669499 +21407 aapg_af_811.html aapg_af_811.html:72:7644:7649 Chazy Alabama -0.435668138774596203 +21408 aapg_ah_756.html aapg_ah_756.html:4:780:801 Dewey Lake Salado, Texas -0.457840951353905012 +21409 aapg_ah_536.html aapg_ah_536.html:414:54452:54469 Rodessa Arkansas -0.457532796484121151 +21410 gsa_html_5611445023 gsa_html_5611445023:29:2796:2824 Green River Colorado -0.0443852715677367574 +21411 aapg_aa_372.html aapg_aa_372.html:155:16120:16135 Word Artesia, New Mexico -0.451733774163315116 +21412 aapg_ac_925.html aapg_ac_925.html:70:10642:10651 Hornbrook Hornbrook, California -0.48957011234425174 +21413 aapg_ad_110.html aapg_ad_110.html:788:84169:84177 Tensleep Cheyenne, Wyoming -0.0449008358068114649 +21414 aapg_af_471.html aapg_af_471.html:249:29173:29189 Parkwood Illinois -0.439165406786194035 +21415 palaios_html_7465495929 palaios_html_7465495929:165:16205:16222 La Luna Venezuela 0.315964213653528503 +21416 aapg_aa_604.html aapg_aa_604.html:30:4285:4289 Java Sumatra -0.439569611888564749 +21417 cspg_html_9119878068 cspg_html_9119878068:366:46014:46036 Cooking Lake Lacombe, Alberta -0.464706706380762058 +21418 geology_html_2308944786 geology_html_2308944786:265:21745:21764 Pocatello Boise, Idaho -0.473778404154942046 +21419 sedimentology_html_6284954963 sedimentology_html_6284954963:1639:101500:101508 Homewood Oman -0.461219460550356897 +21420 cspg_html_8089302449 cspg_html_8089302449:331:57438:57450 Saskatchewan Lacombe, Alberta -0.494538507684199602 +21421 aapg_aa_118.html aapg_aa_118.html:351:33436:33448 Rockwell Western world -0.469648742182661783 +21422 aapg_ad_628.html aapg_ad_628.html:164:18444:18452 Colorado Logan, Utah -0.455211432419709627 +21423 aapg_aa_826.html aapg_aa_826.html:176:17767:17775 Pamunkey Closter, New Jersey -0.0208414480796128843 +21424 aapg_ai_410.html aapg_ai_410.html:531:48726:48742 Kaibab Western world -0.041236814250852856 +21425 gsa_html_4009402992 gsa_html_4009402992:29:2796:2824 Green River Colorado -0.0148473685012762528 +21426 aapg_ad_604.html aapg_ad_604.html:145:15959:15975 Harmony Monterey, California -0.0551948283959870986 +21427 cspg_html_6839937815 cspg_html_6839937815:105:14371:14389 Woodside Shale Logan, Utah 0.318684098076721711 +21428 aapg_ah_289.html aapg_ah_289.html:542:75227:75245 Monterey California 0.445653937874542827 +21429 aapg_aa_696.html aapg_aa_696.html:621:71072:71078 Denver Colorado -0.0441135678761609556 +21430 cspg_html_5381643866 cspg_html_5381643866:443:55471:55479 Columbia Crowsnest Pass, Alberta -0.0381938711768296663 +21431 geology_html_9498301644 geology_html_9498301644:178:19544:19553 Knoxville Piedmont (United States) -0.458675312427173743 +21432 sedimentology_html_7487196157 sedimentology_html_7487196157:27:1834:1851 Bedford Canada -0.442620143363224416 +21433 cspg_html_3676499198 cspg_html_3676499198:410:37786:37792 Denver California -0.0651619121710063226 +21434 cspg_html_6545726692 cspg_html_6545726692:453:50512:50530 Yakataga Anchorage, Alaska -0.0317836884462165403 +21435 aapg_ah_519.html aapg_ah_519.html:16:2290:2310 Cedar Mountain Colorado 0.00815629009485507872 +21436 aapg_ah_652.html aapg_ah_652.html:61:7725:7746 Cliff House Beaumont, Texas -0.0197134048853638798 +21437 aapg_ae_71.html aapg_ae_71.html:243:22809:22823 Yeso Mesa, Arizona -0.475658623912591838 +21438 cspg_html_8362959053 cspg_html_8362959053:92:13815:13825 Blackstone Lacombe, Alberta -0.015097596462230729 +21439 aapg_ae_904.html aapg_ae_904.html:146:15324:15344 Spearfish Spearfish, South Dakota -0.0345393934196406502 +21440 sedimentology_html_6812678908 sedimentology_html_6812678908:521:19593:19601 Colorado Mountain peaks of Colorado -0.442916609041378917 +21441 aapg_ac_920.html aapg_ac_920.html:107:17247:17273 Pequop Plympton, Massachusetts -0.0186688510697679971 +21442 geology_html_2345007570 geology_html_2345007570:132:13040:13061 Waits River Black Mountains (North Carolina) -0.0435562539048757053 +21443 gsa_html_4620206114 gsa_html_4620206114:1093:98172:98200 Green River Colorado -0.0424382503363121347 +21444 cspg_html_9735723617 cspg_html_9735723617:331:42641:42665 Beverley Inlet Bathurst Island (Northern Territory) -0.500511877452422094 +21445 gsa_html_8549650339 gsa_html_8549650339:18:543:554 San Antonio Texas -0.514431617555045517 +21446 gsa_html_2162821431 gsa_html_2162821431:1079:94136:94142 Oregon Salem, Oregon -0.0327735084996737119 +21447 aapg_ah_150.html aapg_ah_150.html:339:41267:41282 Mt Lytton Knoxville, Tennessee -0.0301521428969465238 +21448 palaios_html_5321533010 palaios_html_5321533010:395:44429:44437 Virginia Kauai -0.0480227777799580868 +21449 cspg_html_5688447798 cspg_html_5688447798:152:22633:22661 Disappointment Bay Ellesmere Island -0.447153316157111791 +21450 aapg_ah_823.html aapg_ah_823.html:39:4783:4795 Saskatchewan Manitoba -0.453044786078658057 +21451 palaios_html_5582845937 palaios_html_5582845937:326:33483:33491 Virginia Hampton, New Hampshire -0.462512479285274614 +21452 gsa_html_3666562816 gsa_html_3666562816:87:8444:8450 Kodiak Kodiak Island -0.149898575361732289 +21453 aapg_aa_399.html aapg_aa_399.html:395:31455:31473 Whitemud Bearpaw Formation -0.431395188299852905 +21454 AMJC_html_5402953865 AMJC_html_5402953865:1006:104999:105010 Green River Kentucky -0.48836305156476878 +21455 palaios_html_5582845937 palaios_html_5582845937:307:30542:30557 Yazoo Alabama -0.0256238564672171959 +21456 aapg_ad_233.html aapg_ad_233.html:239:22469:22475 Denver Cheyenne, Wyoming -0.459946482893789199 +21457 gsa_html_4424552172 gsa_html_4424552172:504:42145:42149 Hall London, Ontario -0.0280825762237737336 +21458 aapg_ai_16.html aapg_ai_16.html:6:720:726 Sabine Shreveport, Louisiana -0.0521780116650716191 +21459 aapg_ac_400.html aapg_ac_400.html:422:49772:49782 Pocahontas San Fernando Valley -0.237884023401313538 +21460 cspg_html_1188455526 cspg_html_1188455526:104:17277:17297 Sabine Melville Island (Canada) -0.0877240088438094867 +21461 aapg_af_701.html aapg_af_701.html:123:13586:13595 Allegheny Washington (state) -0.0113965411474177668 +21462 aapg_aa_721.html aapg_aa_721.html:642:71022:71030 Arcturus Logan, Utah -0.468455358769372721 +21463 aapg_ah_847.html aapg_ah_847.html:307:36536:36555 New Egypt New Egypt, New Jersey -0.47945452467748112 +21464 aapg_ai_112.html aapg_ai_112.html:30:5802:5806 Java Netherlands -0.0204312426216018105 +21465 aapg_ai_996.html aapg_ai_996.html:178:13881:13888 Calvert Maryland -0.00846727342264548197 +21466 aapg_ai_491.html aapg_ai_491.html:869:78327:78335 Colorado Murray, Kentucky -0.484191429205932 +21467 gsa_html_2584301292 gsa_html_2584301292:92:9173:9181 Loveland Peoria, Illinois -0.455957418074169007 +21468 geology_html_7186585215 geology_html_7186585215:326:29809:29815 Weston London, Ontario -0.484098022941034878 +21469 gsa_html_2989317971 gsa_html_2989317971:929:94042:94052 Washington Salem, Oregon -0.0284721166530200707 +21470 aapg_ae_221.html aapg_ae_221.html:897:40448:40461 Cook Mountain Shreveport, Louisiana -0.215618963349024334 +21471 aapg_ac_949.html aapg_ac_949.html:55:5399:5421 Chickasawhay Tampa, Florida -0.458659434193013582 +21472 gsa_html_4557277250 gsa_html_4557277250:395:37951:37979 Twin Creek Weber River -0.443701699352459789 +21473 aapg_ad_152.html aapg_ad_152.html:1920:252587:252595 Arcturus Logan, Utah -0.0315036314272049284 +21474 aapg_ai_593.html aapg_ai_593.html:1438:152386:152416 La Pena Mexico -0.506465925368115633 +21475 aapg_ai_584.html aapg_ai_584.html:389:38054:38064 Wind River Big Horn, Wyoming -0.45417711448712661 +21476 gsa_html_2028006768 gsa_html_2028006768:1017:70708:70719 Peace River Victoria, British Columbia -0.0066344115226364981 +21477 cspg_html_4298557570 cspg_html_4298557570:36:5308:5325 Bearpaw Red Deer, Alberta -0.469726827457912721 +21478 gsa_html_5924250698 gsa_html_5924250698:107:8487:8493 Navajo Hidden Valley, Indiana -0.479475427251918496 +21479 cspg_html_7409170811 cspg_html_7409170811:340:52063:52080 Exshaw Lacombe, Alberta -0.460569106302977371 +21480 cspg_html_5123757551 cspg_html_5123757551:72:7425:7439 Edmonton Lacombe, Alberta 0.00208809189150845889 +21481 cspg_html_8362959053 cspg_html_8362959053:59:8823:8836 Mountain Park Gladstone, Oregon -0.482987267474293158 +21482 cspg_html_7086880709 cspg_html_7086880709:300:38138:38149 Hare Indian Lacombe, Alberta -0.46687889797168336 +21483 cspg_html_1025724640 cspg_html_1025724640:78:13468:13480 Potsdam Quebec City -0.452887004013691252 +21484 aapg_ah_184.html aapg_ah_184.html:24:3555:3564 Mount Ida Arkansas -0.501545759647369804 +21485 cspg_html_4010530611 cspg_html_4010530611:66:9567:9573 Shunda Nelson, New Zealand -0.475085351012185853 +21486 geology_html_9805181537 geology_html_9805181537:330:25639:25656 Potsdam Canada -0.43797158338019293 +21487 gsa_html_8917146841 gsa_html_8917146841:1007:90178:90206 Green River Colorado -0.0322777182092932879 +21488 aapg_ah_327.html aapg_ah_327.html:293:26756:26773 Charles Western world -0.0215106592204126722 +21489 aapg_ah_823.html aapg_ah_823.html:5:718:726 Columbia Victoria, British Columbia 0.00550519056834465961 +21490 aapg_ae_873.html aapg_ae_873.html:1091:129232:129241 Smackover Rodessa, Louisiana 0.023073411490982406 +21491 aapg_ae_905.html aapg_ae_905.html:158:16659:16681 Higginsville Higginsville, Missouri 0.1394015055624446 +21492 cspg_html_3328007773 cspg_html_3328007773:1064:105869:105890 Shaftesbury Lacombe, Alberta -0.0611592028569035856 +21493 aapg_ah_447.html aapg_ah_447.html:68:9745:9771 Reynosa Oakville, California -0.0275887108223223723 +21494 aapg_ae_154.html aapg_ae_154.html:293:27530:27538 Columbia Victoria, British Columbia -0.458784199315796892 +21495 aapg_ai_105.html aapg_ai_105.html:343:41715:41720 Provo Oquirrh Mountain Utah Temple -0.491056633019370192 +21496 geology_html_3753709141 geology_html_3753709141:12:603:613 Washington Washington (state) -0.0100934580634963432 +21497 aapg_ah_943.html aapg_ah_943.html:428:53519:53527 Columbia Elmworth, Alberta -0.44948782523520614 +21498 aapg_ai_183.html aapg_ai_183.html:11:2039:2051 Medicine Hat Bantry Bay -0.464409872562970838 +21499 gsa_html_2168907540 gsa_html_2168907540:321:35143:35149 Satsop Republic of China -0.482921973604061416 +21500 gsa_html_8349861296 gsa_html_8349861296:871:71900:71912 Owens Valley California Water Wars -0.501602970255366709 +21501 cspg_html_7192907687 cspg_html_7192907687:477:56143:56148 Banff Lacombe, Alberta -0.481673016532011111 +21502 aapg_ad_351.html aapg_ad_351.html:636:53850:53871 Lake Valley New Mexico -0.0197377379215514133 +21503 gsa_html_9848053959 gsa_html_9848053959:65:6270:6281 Green River Kentucky -0.425424282088950667 +21504 aapg_ah_645.html aapg_ah_645.html:26:4234:4244 Twin Creek Cheyenne, Wyoming -0.063513001885771872 +21505 aapg_ad_785.html aapg_ad_785.html:84:9122:9140 Fountain Colorado -0.488731563736560848 +21506 aapg_af_854.html aapg_af_854.html:194:24667:24677 Keokuk Kinderhook (town), New York 0.377219209779342313 +21507 cspg_html_2758185645 cspg_html_2758185645:537:50619:50627 Montreal Quebec City -0.0918975931883686536 +21508 gsa_html_3448554349 gsa_html_3448554349:86:9186:9204 Rockwell Pennsylvania 0.0768283925174512994 +21509 cspg_html_1293312960 cspg_html_1293312960:926:85329:85348 Athabasca Lacombe, Alberta -0.497180715543366847 +21510 aapg_ae_168.html aapg_ae_168.html:229:25681:25702 Bird Spring Reno, Nevada -0.0341270386384278437 +21511 jgeology_html_3329269187 jgeology_html_3329269187:1397:75004:75008 Hall London, Ontario -0.461026124022890449 +21512 aapg_ad_786.html aapg_ad_786.html:75:7393:7418 Jefferson Gasconade River -0.000774781561203988548 +21513 sedimentology_html_7877908255 sedimentology_html_7877908255:832:78601:78605 Hall London, Ontario -0.487588990851044235 +21514 aapg_aa_426.html aapg_aa_426.html:156:34654:34675 Haynesville Haynesville, Louisiana -0.444916336311243943 +21515 sedimentology_html_1591727938 sedimentology_html_1591727938:750:40619:40629 Duck Creek Fraser River (Colorado) -0.0327735084996737119 +21516 aapg_ai_183.html aapg_ai_183.html:241:22091:22103 Medicine Hat Regina, Saskatchewan -0.464656465989479628 +21517 palaios_html_3751051678 palaios_html_3751051678:61:5886:5904 Morrison Black Hills -0.23579571290354534 +21518 aapg_ad_605.html aapg_ad_605.html:131:14204:14223 Abo New Mexico -0.0671188555924135261 +21519 geology_html_7865549529 geology_html_7865549529:13:530:539 San Diego La Jolla -0.476093453364925034 +21520 AMJC_html_5471526645 AMJC_html_5471526645:538:69138:69153 Buffalo Springs Virginia -0.00100408928942736001 +21521 aapg_ah_521.html aapg_ah_521.html:382:44347:44354 Carrizo Carrizo Plain -0.463526807661379381 +21522 aapg_ac_671.html aapg_ac_671.html:134:12099:12115 Waltersburg Kentucky -0.472399687021269332 +21523 sedimentology_html_1293179143 sedimentology_html_1293179143:903:71530:71539 Spearfish Spearfish, South Dakota -0.014028931537317782 +21524 aapg_ac_689.html aapg_ac_689.html:249:28737:28749 Dakota Colorado -0.427816923863791443 +21525 aapg_af_292.html aapg_af_292.html:47:6072:6078 Sandia New Mexico -0.433403442682278373 +21526 aapg_ae_370.html aapg_ae_370.html:654:65822:65847 Pittsburg Bluff Scappoose, Oregon -0.484434333090292712 +21527 AMJC_html_7743907070 AMJC_html_7743907070:2942:242080:242101 Pamlico North Carolina -0.0155129109205666468 +21528 sedimentology_html_6434577006 sedimentology_html_6434577006:43:3203:3221 Gog Canada -0.0306269732531419848 +21529 gsa_html_7402665513 gsa_html_7402665513:11:470:480 Washington Seattle -0.0185871661481992051 +21530 cspg_html_9825544190 cspg_html_9825544190:232:24451:24488 Elk Lacombe, Alberta -0.439098796420780313 +21531 aapg_af_788.html aapg_af_788.html:333:27346:27376 Traverse Michigan -0.427768661147865492 +21532 jgeology_html_8447682494 jgeology_html_8447682494:769:40372:40393 Temiscouata New Brunswick, New Jersey -0.480765396922298249 +21533 cspg_html_9977296642 cspg_html_9977296642:131:19081:19089 Montreal Montreal -0.110798437808710001 +21534 cspg_html_4105062490 cspg_html_4105062490:185:19498:19507 Lodgepole Cypress Hills, Brooklyn 0.0163348723417566302 +21535 aapg_ac_306.html aapg_ac_306.html:18:2471:2487 Gering Nebraska -0.501664952843956957 +21536 palaios_html_2621173808 palaios_html_2621173808:1270:118143:118151 Columbia Victoria, British Columbia -0.424322003042767071 +21537 aapg_ac_928.html aapg_ac_928.html:119:15390:15407 Leatham Netherlands -0.0492966446441219716 +21538 cspg_html_8789242291 cspg_html_8789242291:29:5301:5321 Ravenscrag Regina, Saskatchewan -0.418659974922056588 +21539 cspg_html_5796730780 cspg_html_5796730780:49:8060:8101 Albert New Brunswick, New Jersey -0.499213001693062597 +21540 aapg_ac_222.html aapg_ac_222.html:183:25394:25411 Hermosa Hermosa, Chicago -0.0632195999825383298 +21541 cspg_html_1124814558 cspg_html_1124814558:67:9104:9118 Colorado CFB Cold Lake -0.0279486743171803304 +21542 cspg_html_4392308496 cspg_html_4392308496:312:43453:43474 Bonaventure Nashville Basin -0.465705253187009671 +21543 aapg_aa_322.html aapg_aa_322.html:191:17360:17376 Moorefield Arbuckle, California 0.0824535168302959337 +21544 cspg_html_3473883402 cspg_html_3473883402:33:5146:5153 Wabamun Canada -0.473815322787249471 +21545 jgeology_html_3450428494 jgeology_html_3450428494:146:7367:7388 East Berlin Portland, Oregon -0.492309966808552324 +21546 aapg_aa_960.html aapg_aa_960.html:332:27206:27222 Sandia Cabuyao, Laguna -0.466718659783226908 +21547 aapg_ad_580.html aapg_ad_580.html:442:56069:56089 Fort Union Powder River (Montana) 0.0208501389731201615 +21548 gsa_html_2369908260 gsa_html_2369908260:1473:140818:140830 Owens Valley San Francisco -0.464405306663695727 +21549 aapg_ah_329.html aapg_ah_329.html:283:28060:28067 Sisquoc Monterey, California -0.0249440441513266963 +21550 aapg_af_858.html aapg_af_858.html:69:7496:7515 Detroit River Ohio -0.0817103560006667978 +21551 gsa_html_3445493534 gsa_html_3445493534:633:68463:68489 Monterey California -0.419751437916078163 +21552 sedimentology_html_1299148389 sedimentology_html_1299148389:902:69497:69501 Hall London, Ontario -0.464419004431934179 +21553 geology_html_2969292187 geology_html_2969292187:304:28051:28059 Michigan Pakistan -0.442542141875480355 +21554 aapg_af_436.html aapg_af_436.html:350:42716:42723 Chemung Chemung, New York -0.049554580373000208 +21555 cspg_html_6116883777 cspg_html_6116883777:837:106965:106990 Bathurst Bathurst Island (Northern Territory) -0.504597707088455083 +21556 cspg_html_5810500722 cspg_html_5810500722:49:7406:7414 Columbia Lacombe, Alberta -0.0114886275572314532 +21557 aapg_ah_782.html aapg_ah_782.html:420:37037:37045 Wolfcamp Wichita, Kansas 0.00378359745738323294 +21558 aapg_aa_24.html aapg_aa_24.html:43:4892:4897 Yukon Canada -0.442720440658756875 +21559 aapg_ae_37.html aapg_ae_37.html:99:11067:11075 Colorado Denver 0.0284303796335886733 +21560 aapg_ad_260.html aapg_ad_260.html:28:2698:2707 Queenston Cayuga County, New York -0.448969278215303857 +21561 cspg_html_9435196958 cspg_html_9435196958:1375:57872:57890 Edmonton Lacombe, Alberta -0.0272913568249384605 +21562 cspg_html_8371777215 cspg_html_8371777215:33:4406:4414 Columbia Lacombe, Alberta -0.457492019193031785 +21563 aapg_ad_880.html aapg_ad_880.html:644:61971:61989 Sundance Cheyenne, Wyoming 0.895170240676264162 +21564 gsa_html_4650354985 gsa_html_4650354985:1265:101554:101593 Maroon Colorado -0.45644603384473742 +21565 aapg_ae_959.html aapg_ae_959.html:1748:125265:125279 Hess San Angelo, Texas 0.0038357137977889917 +21566 aapg_ac_612.html aapg_ac_612.html:505:44753:44761 Colorado Colorado -0.0798301985814371118 +21567 sedimentology_html_2319942817 sedimentology_html_2319942817:792:61783:61826 Green River Logan, Utah 0.728698597030928541 +21568 gsa_html_1024107776 gsa_html_1024107776:910:90852:90873 Mauch Chunk Pottsville, Pennsylvania -0.434606918343987458 +21569 aapg_ae_871.html aapg_ae_871.html:352:56961:56986 Riding Mountain Manitoba -0.475991665297052891 +21570 aapg_ai_578.html aapg_ai_578.html:42:4588:4601 Oquirrh Boise, Idaho -0.0972379625444076412 +21571 aapg_ad_691.html aapg_ad_691.html:87:10269:10283 Weno McLennan County, Texas -0.454610570976523354 +21572 cspg_html_7412849391 cspg_html_7412849391:6:324:343 Frenchman Edmonton, London -0.442548827459522287 +21573 aapg_ah_871.html aapg_ah_871.html:788:74330:74347 Black River Montreal -0.472574788136010782 +21574 aapg_ah_96.html aapg_ah_96.html:488:57083:57102 Maquoketa Iowa -0.179075475393822903 +21575 palaios_html_3693905739 palaios_html_3693905739:460:36806:36825 Greenhorn Black Hills 0.809732349571283594 +21576 sedimentology_html_7399126879 sedimentology_html_7399126879:2420:114969:114992 Keeler Canyon California -0.0422292934029165484 +21577 cspg_html_1654370716 cspg_html_1654370716:41:4160:4173 Parry Islands Western world -0.450586501765938174 +21578 aapg_ah_828.html aapg_ah_828.html:518:49399:49418 Smackover Logan, Utah -0.441486425747427802 +21579 gsa_html_8774590177 gsa_html_8774590177:728:70280:70308 Green River Iran -0.41964702171351137 +21580 AMJC_html_5421639085 AMJC_html_5421639085:410:42964:42981 Loch Raven Schist Sykesville, Maryland -0.492210951964540455 +21581 aapg_ah_143.html aapg_ah_143.html:306:27613:27647 Beaverhill Swan Hill, Victoria 0.501698329992632752 +21582 aapg_ae_17.html aapg_ae_17.html:145:17817:17823 Sonora Arizona -0.075065645472002826 +21583 aapg_aa_240.html aapg_aa_240.html:226:15802:15810 Michigan Ohio -0.0389092587749327867 +21584 palaios_html_8113714689 palaios_html_8113714689:75:7595:7603 Au Train Munising, Michigan -0.478447154667899333 +21585 gsa_html_4740178746 gsa_html_4740178746:943:90606:90634 Green River Colorado -0.00590649599379846572 +21586 jgeology_html_8406118991 jgeology_html_8406118991:112:7953:7961 Columbia Victoria, British Columbia -0.00344831630257747207 +21587 aapg_ai_958.html aapg_ai_958.html:305:26354:26361 Reynosa Texas -0.10173670635098625 +21588 cspg_html_8915218033 cspg_html_8915218033:293:30346:30357 Livingstone Lacombe, Alberta -0.444871652179790411 +21589 cspg_html_1825053011 cspg_html_1825053011:107:15011:15031 Phosphoria Logan, Utah -0.456778715576978744 +21590 aapg_ah_48.html aapg_ah_48.html:136:15981:15997 Inyan Kara Denver -0.662090299677510319 +21591 jgeology_html_7189790958 jgeology_html_7189790958:156:12357:12365 Syracuse Kingston, Jamaica -0.0174019020564647256 +21592 aapg_aa_736.html aapg_aa_736.html:156:14152:14160 Michigan Ohio -0.500197678525539202 +21593 aapg_ae_605.html aapg_ae_605.html:201:25379:25387 Traverse Antrim, County Antrim -0.43344757972276704 +21594 gsa_html_1024107776 gsa_html_1024107776:892:89502:89522 Boss Point New Brunswick, New Jersey 0.000674025171207849952 +21595 aapg_ai_136.html aapg_ai_136.html:216:15826:15850 Smackover Shreveport, Louisiana -0.0156223882901486526 +21596 aapg_aa_735.html aapg_aa_735.html:85:7659:7665 Warsaw Illinois -0.463435584788403632 +21597 aapg_af_964.html aapg_af_964.html:661:68780:68798 Cardium Lacombe, Alberta 0.0185263371649098986 +21598 aapg_ae_6.html aapg_ae_6.html:193:23185:23195 Georgetown Buda, Texas -0.0135198103742529222 +21599 cspg_html_9119878068 cspg_html_9119878068:78:10035:10044 Waterways Swan Hill, Victoria 0.79848265422835063 +21600 cspg_html_8915218033 cspg_html_8915218033:253:24543:24563 Mount Head Illinois -0.0273313514332929886 +21601 gsa_html_1826402027 gsa_html_1826402027:846:89756:89765 Flagstaff Arizona -0.473157943062676001 +21602 aapg_ac_741.html aapg_ac_741.html:20:3522:3539 White River Sharon Springs, Kansas 0.736856683946229718 +21603 gsa_html_9207276905 gsa_html_9207276905:397:36550:36558 Columbia Lacombe, Alberta -0.428868342306482297 +21604 aapg_ai_352.html aapg_ai_352.html:305:23401:23411 Kinderhook Chattanooga, Tennessee -0.0416442398946082412 +21605 palaios_html_4223976574 palaios_html_4223976574:13:764:774 San Marcos Lima, Ohio -0.443889149160736518 +21606 cspg_html_9142742810 cspg_html_9142742810:676:65363:65380 Elk Lacombe, Alberta -0.49729928854529093 +21607 aapg_ae_383.html aapg_ae_383.html:192:17211:17232 Prairie Texas -0.425273299831302687 +21608 cspg_html_4348111624 cspg_html_4348111624:148:23320:23342 Winnipegosis Manitoba 0.827456630763620304 +21609 aapg_ac_908.html aapg_ac_908.html:3:433:439 Provo Middle East -0.00693148706696411487 +21610 aapg_ae_874.html aapg_ae_874.html:463:41957:41975 Woodbine Northeast Texas -0.49285239645366713 +21611 aapg_af_18.html aapg_af_18.html:48:6439:6445 Dakota Black Hills -0.373163514572943333 +21612 gsa_html_6967102683 gsa_html_6967102683:869:73652:73662 Washington Boise, Idaho -0.00609585742769015466 +21613 aapg_ad_440.html aapg_ad_440.html:135:13278:13286 Maccrady Huntington, West Virginia -0.447168994241326834 +21614 cspg_html_2208643572 cspg_html_2208643572:48:7261:7269 Columbia Lacombe, Alberta -0.448632716908224927 +21615 aapg_ac_440.html aapg_ac_440.html:475:59362:59370 Virginia Reston, Virginia -0.0338277865791703769 +21616 aapg_ah_859.html aapg_ah_859.html:370:35978:35984 Midway Mississippi River -0.00326243548975702329 +21617 cspg_html_4143222666 cspg_html_4143222666:96:13082:13100 Lea Park Regina, Saskatchewan -0.448821175971653663 +21618 aapg_ad_757.html aapg_ad_757.html:8:1177:1184 Decorah Black River, Jamaica -0.462512479285274614 +21619 gsa_html_8740218609 gsa_html_8740218609:99:9696:9713 Laurel Sykesville, Maryland -0.458659434193013582 +21620 palaios_html_2644042510 palaios_html_2644042510:590:46615:46633 Mercedes Uruguay -0.030023437417361392 +21621 aapg_ae_63.html aapg_ae_63.html:122:13701:13713 Water Canyon Logan, Utah -0.0331684163736417556 +21622 aapg_ae_777.html aapg_ae_777.html:49:6251:6257 Sandia Sandia-Manzano Mountains -0.448287309474040385 +21623 aapg_ai_52.html aapg_ai_52.html:76:10720:10739 Etchegoin Great Valley, New York -0.0454895931116453683 +21624 aapg_aa_684.html aapg_aa_684.html:198:19385:19402 Thaynes Cheyenne, Wyoming -0.452112016307883446 +21625 aapg_af_575.html aapg_af_575.html:1078:156398:156404 Dockum Texas -0.506374811889724219 +21626 aapg_ae_777.html aapg_ae_777.html:597:66672:66696 Arroyo Sangre de Cristo Range -0.4864081422828892 +21627 aapg_ac_972.html aapg_ac_972.html:201:23764:23770 Sierra Kings City -0.051480663363561531 +21628 aapg_ae_104.html aapg_ae_104.html:130:14475:14481 Madrid Spain -0.0660179925071644885 +21629 cspg_html_2013109828 cspg_html_2013109828:129:22297:22314 Jubilee Bear Lake, Michigan -0.485495508601457515 +21630 aapg_ai_364.html aapg_ai_364.html:48:6616:6626 Pottsville Allegheny Mountains -0.43720904648285841 +21631 aapg_af_854.html aapg_af_854.html:903:128015:128034 Aux Vases Monroe County, Florida -0.0188530778518021767 +21632 cspg_html_3447886929 cspg_html_3447886929:536:63063:63070 Moncton Cumberland, Maryland -0.525474358019549004 +21633 aapg_ac_221.html aapg_ac_221.html:255:31592:31599 Repetto Ventura County, California -0.458695727712452594 +21634 gsa_html_5295695236 gsa_html_5295695236:1254:124490:124498 Colorado Littleton, Colorado -0.466810220907495799 +21635 aapg_ae_999.html aapg_ae_999.html:74:11696:11715 Paynes Hammock Mississippi River -0.298324755087111593 +21636 cspg_html_3762708087 cspg_html_3762708087:40:5278:5295 Viking Bow Island Airport 0.00222359260486516743 +21637 sedimentology_html_6714245905 sedimentology_html_6714245905:735:52808:52813 Price Alabama -0.442762791672519862 +21638 gsa_html_8398449001 gsa_html_8398449001:643:52072:52082 Bear River Bear Lake, Michigan -0.0145589143235537784 +21639 aapg_aa_105.html aapg_aa_105.html:633:67502:67510 Waterton Pincher Creek, Alberta 0.323952843888015485 +21640 aapg_ai_583.html aapg_ai_583.html:259:32406:32423 Rierdon Black Hills -0.422891368619801589 +21641 aapg_ad_683.html aapg_ad_683.html:719:71118:71151 Moenkopi Hermosa, Chicago 0.812182188941042771 +21642 gsa_html_8892887494 gsa_html_8892887494:29:2796:2824 Green River Colorado -0.0185124334228341722 +21643 aapg_ac_634.html aapg_ac_634.html:282:32952:32955 Abo New Mexico -0.457639279239636709 +21644 aapg_af_479.html aapg_af_479.html:560:59662:59678 Jalama San Miguel Island, Albay -0.455432903203822237 +21645 sedimentology_html_1574151857 sedimentology_html_1574151857:1545:108556:108566 Washington Washington (state) -0.0467578283362129754 +21646 aapg_af_131.html aapg_af_131.html:270:25951:25971 Dewey Lake Delaware -0.00105099315912573956 +21647 geology_html_5465889818 geology_html_5465889818:283:27197:27205 Colorado North Atlantic Current -0.0296755913479795769 +21648 sedimentology_html_3455721661 sedimentology_html_3455721661:645:47261:47278 Entrada Colorado -0.00802946509668115739 +21649 aapg_ah_972.html aapg_ah_972.html:699:72272:72281 Vicksburg East Texas -0.447153316157111791 +21650 aapg_af_887.html aapg_af_887.html:72:7201:7213 Belle Plains Wichita, Kansas -0.0402548881501223546 +21651 cspg_html_4257076625 cspg_html_4257076625:653:74198:74209 Bison Creek Lacombe, Alberta -0.455188836413653375 +21652 aapg_ai_350.html aapg_ai_350.html:64:6995:6998 Ada Pauls Valley, Oklahoma -0.495181722890797649 +21653 aapg_af_975.html aapg_af_975.html:105:16521:16529 Colorado Colorado -0.494538507684199602 +21654 cspg_html_3766007701 cspg_html_3766007701:245:31880:31889 Cold Lake Canada -0.448327675040319895 +21655 gsa_html_7102550258 gsa_html_7102550258:351:39587:39604 Wanakah New Mexico -0.466007095038280028 +21656 cspg_html_1019614994 cspg_html_1019614994:367:59967:59986 Big Valley Williston Basin -0.0285868941347483252 +21657 gsa_html_2023933346 gsa_html_2023933346:1266:116904:116913 Extension California -0.0444288146314834667 +21658 aapg_ah_978.html aapg_ah_978.html:222:22804:22819 Etchegoin San Joaquin River -0.432567436469128874 +21659 gsa_html_1860930948 gsa_html_1860930948:800:78508:78536 Green River New Mexico -0.0117822633156925947 +21660 cspg_html_4132771434 cspg_html_4132771434:183:26353:26367 Woodbend Lacombe, Alberta -0.062301065412427685 +21661 cspg_html_8174352156 cspg_html_8174352156:30:3529:3541 Sustut Arctic Cordillera -0.427650208489599781 +21662 aapg_ah_943.html aapg_ah_943.html:345:49322:49330 Columbia Victoria, British Columbia -0.00680987700292186304 +21663 palaios_html_6113029986 palaios_html_6113029986:383:35329:35350 Green River Colorado -0.0138430056451466221 +21664 gsa_html_5773931818 gsa_html_5773931818:658:69745:69757 Medicine Bow Laramie, Wyoming 0.898496706847506932 +21665 sedimentology_html_8006979411 sedimentology_html_8006979411:1291:97791:97806 Mesaverde Colorado -0.459839726029242057 +21666 jgeology_html_2096356306 jgeology_html_2096356306:382:36141:36147 Antler Sevier orogeny -0.463362613223226583 +21667 aapg_af_486.html aapg_af_486.html:355:37466:37489 West Foreland McArthur River uranium mine -0.149404740133397551 +21668 aapg_af_879.html aapg_af_879.html:795:76032:76050 Wolfcamp Texas -0.00793912421120361589 +21669 gsa_html_3586844705 gsa_html_3586844705:13:613:626 Santa Barbara California -0.443813272031764461 +21670 aapg_ai_249.html aapg_ai_249.html:1064:133043:133060 Esquias Honduras -0.521981933522425168 +21671 cspg_html_9275863663 cspg_html_9275863663:1040:135657:135682 Beaverhill Canada -0.45417711448712661 +21672 gsa_html_8863489299 gsa_html_8863489299:999:99156:99161 Crete Greece -0.46326000708216164 +21673 geology_html_6695637881 geology_html_6695637881:11:518:530 Rhode Island Newport, Rhode Island -0.0330135830277358128 +21674 cspg_html_3104351736 cspg_html_3104351736:5:210:228 Foremost Southern Alberta -0.011327042139941219 +21675 palaios_html_8927335141 palaios_html_8927335141:709:67911:67921 Washington Washington (state) -0.471464870791560964 +21676 aapg_af_789.html aapg_af_789.html:56:7942:7950 Monterey New Scotland, New York -0.0378509909163746716 +21677 aapg_ae_253.html aapg_ae_253.html:122:15090:15095 Sligo Ruston, Louisiana 0.340411068156390106 +21678 palaios_html_1018466366 palaios_html_1018466366:905:104275:104299 Cold Lake Lacombe, Alberta 0.00825358073984722856 +21679 aapg_ae_445.html aapg_ae_445.html:72:5887:5902 Tuscaloosa Tuscaloosa, Alabama 0.000945025165510868953 +21680 aapg_af_90.html aapg_af_90.html:163:24728:24744 Noonday Dolomite Death Valley -0.509711797196706451 +21681 AMJC_html_6755612993 AMJC_html_6755612993:112:13762:13769 Norfolk Washington (state) -0.0444723579183447723 +21682 aapg_ad_466.html aapg_ad_466.html:1173:125159:125166 Matawan Virginia -0.0135788887974534252 +21683 aapg_aa_844.html aapg_aa_844.html:548:51920:51928 Virginia Virginia -0.458031335089754243 +21684 aapg_ah_318.html aapg_ah_318.html:1244:125299:125322 Cotton Valley Arkansas -0.450595494357366455 +21685 aapg_ae_537.html aapg_ae_537.html:987:114816:114837 Green River Colorado -0.420349873120834439 +21686 aapg_ae_892.html aapg_ae_892.html:8:1256:1269 Abo Sacramento Mountains (California) -0.502848273733673135 +21687 geology_html_8727652212 geology_html_8727652212:310:28609:28613 Hall London, Ontario -0.448296279445968116 +21688 aapg_ai_49.html aapg_ai_49.html:497:64340:64345 Supai Hartville, Missouri -0.0977058954602462171 +21689 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120445:120453 Colorado Logan, Utah -0.0570055523431757527 +21690 palaios_html_7679079277 palaios_html_7679079277:1070:90810:90828 Sundance Cheyenne, Wyoming -0.229163215159270711 +21691 aapg_af_471.html aapg_af_471.html:253:29800:29809 Hartselle Illinois -0.457068497754203162 +21692 cspg_html_5891044027 cspg_html_5891044027:393:77072:77087 Altyn Mississippi River -0.460980639153810601 +21693 aapg_ah_644.html aapg_ah_644.html:506:52292:52304 Saskatchewan Regina, Saskatchewan -0.473649201225758321 +21694 aapg_ai_592.html aapg_ai_592.html:172:27716:27727 White River Logan, Utah -0.432316117842066305 +21695 aapg_af_628.html aapg_af_628.html:233:23041:23057 Bethel Illinois -0.0105834116577304821 +21696 aapg_ah_505.html aapg_ah_505.html:544:41371:41388 Madison Brainerd, Minnesota -0.0849573183364635276 +21697 gsa_html_5851281923 gsa_html_5851281923:108:9756:9775 Chumstick Western world -0.535653594123317922 +21698 cspg_html_5450075884 cspg_html_5450075884:578:66449:66461 Saskatchewan Regina, Saskatchewan -0.481870957939069144 +21699 aapg_af_896.html aapg_af_896.html:132:13045:13057 Percha Ouray, Colorado -0.0336555463053693354 +21700 cspg_html_4287356899 cspg_html_4287356899:4639:446840:446854 Assistance Melville Island (Canada) -0.00515253017068293719 +21701 aapg_af_486.html aapg_af_486.html:61:7839:7857 Chinitna Middle East -0.458659434193013582 +21702 aapg_ah_646.html aapg_ah_646.html:350:41744:41762 Moenkopi San Rafael Swell 0.0325734502177588287 +21703 cspg_html_7457399958 cspg_html_7457399958:246:32195:32204 Hecla Bay Middle East -0.463435584788403632 +21704 cspg_html_5358383351 cspg_html_5358383351:701:90508:90521 Windsor Bridgetown, Nova Scotia 0.00452191499750925936 +21705 gsa_html_5215388101 gsa_html_5215388101:57:3930:3938 Colorado Virginia -0.45644603384473742 +21706 aapg_ad_152.html aapg_ad_152.html:1775:229789:229805 Toroweap Kaibab, Arizona -0.466842269540434285 +21707 gsa_html_2509147847 gsa_html_2509147847:847:88439:88467 Green River Colorado -0.0343184250102417446 +21708 aapg_ae_876.html aapg_ae_876.html:122:13133:13141 Colorado Logan, Utah -0.0330918692882290547 +21709 aapg_aa_147.html aapg_aa_147.html:17:2819:2828 Red River Regina, Saskatchewan -0.00472517057507792094 +21710 aapg_aa_287.html aapg_aa_287.html:256:30715:30737 Colorado Colorado -0.482921973604061416 +21711 cspg_html_3618628685 cspg_html_3618628685:82:10834:10851 Livingstone Moose Mountain (Alberta) -0.429934117971200513 +21712 cspg_html_5123757551 cspg_html_5123757551:41:4918:4936 Edmonton Edmonton, London -0.451875596518584666 +21713 geology_html_6428626640 geology_html_6428626640:12:611:619 Victoria Victoria, British Columbia -0.0212221131504006823 +21714 palaios_html_8950546356 palaios_html_8950546356:453:41238:41271 Morrison New Mexico -0.431450242580359467 +21715 gsa_html_6869840610 gsa_html_6869840610:847:62137:62167 Lodgepole Boise, Idaho -0.41978407029024345 +21716 aapg_ae_5.html aapg_ae_5.html:184:21100:21104 Earp Guadalupe Mountains National Park -0.42653659632637092 +21717 aapg_ae_905.html aapg_ae_905.html:140:14350:14370 Grove Bedford, Massachusetts -0.0142635127702024425 +21718 cspg_html_8568877195 cspg_html_8568877195:11:1515:1526 Belly River Lacombe, Alberta -0.0209266190161632587 +21719 aapg_af_436.html aapg_af_436.html:138:15366:15390 Venango Pleasantville, Venango County, Pennsylvania -0.419958128211776138 +21720 aapg_ac_569.html aapg_ac_569.html:80:12018:12038 Emma Fiord Ellesmere Island -0.213972691172383239 +21721 gsa_html_7020634397 gsa_html_7020634397:417:33967:33989 Nation River Anchorage, Alaska -0.470517256867207745 +21722 cspg_html_9924397126 cspg_html_9924397126:1513:163404:163408 Ross Stroudsburg, Pennsylvania -0.45633516722504075 +21723 cspg_html_7028413504 cspg_html_7028413504:261:36443:36449 Exshaw Regina, Saskatchewan 0.464113137909735296 +21724 gsa_html_1217771406 gsa_html_1217771406:15:786:794 Colorado Denver -0.498148760929569168 +21725 palaios_html_5184377205 palaios_html_5184377205:1058:79288:79293 Tampa Rotterdam -0.437960495533138761 +21726 aapg_aa_22.html aapg_aa_22.html:294:28320:28339 Red River Manitoba -1.37291652995968705 +21727 aapg_ah_134.html aapg_ah_134.html:128:10337:10347 Tuscaloosa Paluxy, Texas -0.427562475278838394 +21728 aapg_ah_61.html aapg_ah_61.html:708:71360:71376 Shunda Lacombe, Alberta -0.450743884934886652 +21729 gsa_html_7214330928 gsa_html_7214330928:525:49312:49321 Claremont San Jacinto, California -0.460946527021081187 +21730 gsa_html_4557277250 gsa_html_4557277250:209:22196:22212 Fish Canyon Tuff Carmel, Indiana -0.459837454744856933 +21731 cspg_html_2083823293 cspg_html_2083823293:577:61383:61401 Kootenay Canada -0.470181697121159758 +21732 aapg_ai_28.html aapg_ai_28.html:468:45086:45094 Beaumont Beaumont, Texas -0.468707670500557949 +21733 aapg_ae_424.html aapg_ae_424.html:120:14288:14296 Michigan New Mexico -0.0152261868031426748 +21734 sedimentology_html_7553974053 sedimentology_html_7553974053:1305:114093:114111 Monterey Compton, California -0.444891759770598527 +21735 aapg_ai_592.html aapg_ai_592.html:343:55426:55447 Green River Uinta Mountains -0.128930450786896272 +21736 cspg_html_9867228130 cspg_html_9867228130:50:7339:7347 Michigan Ontario, California -0.0214063649157180402 +21737 aapg_ad_880.html aapg_ad_880.html:433:44200:44218 Sundance Black Hills -0.455957418074169007 +21738 aapg_aa_702.html aapg_aa_702.html:1819:166191:166201 Pine Point Canada -0.479475427251918496 +21739 aapg_ai_469.html aapg_ai_469.html:197:21036:21057 Beaverhill Lacombe, Alberta -0.498070421610056713 +21740 gsa_html_9603601502 gsa_html_9603601502:758:55949:55969 Lac Croche Western world -0.492225096233327442 +21741 cspg_html_5376629375 cspg_html_5376629375:526:54055:54083 Lockatong Closter, New Jersey -0.240012484939425397 +21742 gsa_html_6221700050 gsa_html_6221700050:936:83703:83711 Colorado Denver -0.0195726214963804213 +21743 aapg_ae_610.html aapg_ae_610.html:335:27044:27064 San Andres New Mexico 0.0458257957145382991 +21744 cspg_html_4727171280 cspg_html_4727171280:94:10753:10770 Bearpaw Drumheller -0.00639293020944086028 +21745 gsa_html_5928791685 gsa_html_5928791685:99:9612:9630 Westboro Middlesex Fells Reservation Parkways -0.038242606390143298 +21746 aapg_ad_152.html aapg_ad_152.html:1692:217764:217787 Garden Valley Diamond Springs, California -0.0324655941438056483 +21747 gsa_html_2989317971 gsa_html_2989317971:175:21168:21195 Columbia Atlantic salmon 0.73503463987985096 +21748 gsa_html_6038465409 gsa_html_6038465409:663:58132:58140 Michigan Bloomington, Indiana -0.432223543643836305 +21749 aapg_ae_35.html aapg_ae_35.html:89:8544:8559 Uinta Wasatch Range -0.244516438544952641 +21750 cspg_html_5740360566 cspg_html_5740360566:392:39865:39897 Grosmont Canada -0.466782751574986277 +21751 aapg_aa_124.html aapg_aa_124.html:581:59799:59819 Bow Island Bow Island Airport -0.0710208129815087796 +21752 aapg_ac_508.html aapg_ac_508.html:292:23040:23049 Littleton Colorado -0.444871652179790411 +21753 aapg_ae_341.html aapg_ae_341.html:118:12450:12457 Rodessa Paluxy, Texas -0.420852845216307503 +21754 gsa_html_6330913937 gsa_html_6330913937:986:89792:89798 Oregon San Jacinto, California -0.464409872562970838 +21755 gsa_html_7195000001 gsa_html_7195000001:595:88203:88223 Chickaloon Anchorage, Alaska -0.0581693509362974023 +21756 aapg_ac_807.html aapg_ac_807.html:762:75251:75263 Castle Hayne Dorchester County, Maryland -0.451767539383647998 +21757 aapg_ah_600.html aapg_ah_600.html:143:11632:11645 Woodbine Bethel, Alaska 0.027164418181287342 +21758 palaios_html_6057846631 palaios_html_6057846631:313:31864:31878 Toad Lacombe, Alberta -0.463332970234029085 +21759 gsa_html_2832151886 gsa_html_2832151886:248:18037:18045 Columbia Lacombe, Alberta -0.478447154667899333 +21760 gsa_html_3010975239 gsa_html_3010975239:358:44845:44852 Saginaw Michigan -0.457614356613462614 +21761 gsa_html_2848131029 gsa_html_2848131029:18:813:819 Oxford Ohio -0.485495508601457515 +21762 aapg_ac_414.html aapg_ac_414.html:168:19536:19553 Gerster Reno, Nevada -0.23767264024231341 +21763 aapg_af_575.html aapg_af_575.html:170:22730:22738 Wilberns Texas -0.021507182733615033 +21764 jgeology_html_8406118991 jgeology_html_8406118991:196:18308:18313 Yukon Victoria, British Columbia -0.479438267468745405 +21765 cspg_html_1004940981 cspg_html_1004940981:46:7988:8003 Melville Island Ellesmere Island -0.485336482309537631 +21766 aapg_aa_735.html aapg_aa_735.html:89:8270:8276 Borden Fort Payne, Alabama -0.433387995206966137 +21767 cspg_html_3772380029 cspg_html_3772380029:528:66545:66569 Stony Mountain Manitoba -0.499897871522453907 +21768 gsa_html_4308966435 gsa_html_4308966435:1115:110420:110444 Cedar Mountain Logan, Utah -0.462125287699645448 +21769 aapg_af_182.html aapg_af_182.html:32:5395:5414 Greenhorn Niobrara, Nebraska 0.00387740688998069061 +21770 palaios_html_3742758359 palaios_html_3742758359:674:50931:50962 Navajo Logan, Utah -0.0286738474366188961 +21771 aapg_ae_777.html aapg_ae_777.html:98:11961:11990 Espiritu Santo New Mexico -0.0157388171484894208 +21772 aapg_ae_315.html aapg_ae_315.html:27:3592:3604 Quimbys Mill Western world -0.44645479356367046 +21773 aapg_ac_575.html aapg_ac_575.html:425:64682:64710 Phosphoria Cheyenne, Wyoming 0.000112916565930930199 +21774 aapg_ae_3.html aapg_ae_3.html:695:63967:63985 Chainman Logan, Utah -0.0322951140020652852 +21775 aapg_ac_333.html aapg_ac_333.html:1215:145416:145431 Elephant Canyon Colorado -0.451740527107044376 +21776 geology_html_7458357361 geology_html_7458357361:66:6265:6271 Denver Colorado -0.0682409089564764842 +21777 cspg_html_1025724640 cspg_html_1025724640:540:67755:67772 Oxford Brockville -0.446186272521599148 +21778 AMJC_html_7872796695 AMJC_html_7872796695:530:44687:44715 Laurentian Ottawa, Kansas -0.463307888475886887 +21779 sedimentology_html_1350909813 sedimentology_html_1350909813:28:1825:1835 Washington Seattle -0.0181770085033734277 +21780 aapg_ae_467.html aapg_ae_467.html:590:46342:46349 Bentley Kawkawlin River -0.479496330331430576 +21781 aapg_af_897.html aapg_af_897.html:56:7075:7084 Allegheny Hartville, Missouri -0.0128247793458777584 +21782 gsa_html_7635660482 gsa_html_7635660482:505:44211:44229 Morrison Kingdom of Asturias -0.00440204655713307986 +21783 aapg_ad_602.html aapg_ad_602.html:121:10757:10762 Viola Clark County, Indiana -0.425516196002090841 +21784 cspg_html_5571549823 cspg_html_5571549823:17:2262:2277 Alexo Western world -0.0258220684876826687 +21785 aapg_ah_528.html aapg_ah_528.html:469:49906:49914 Moenkopi Logan, Utah 0.407392949936106363 +21786 aapg_ae_144.html aapg_ae_144.html:312:20742:20759 Bedford New Brunswick, New Jersey -0.101752556461951499 +21787 palaios_html_7337635857 palaios_html_7337635857:755:86294:86298 Hall London, Ontario -0.478307979059971577 +21788 gsa_html_6776685506 gsa_html_6776685506:84:10417:10437 Tonoloway Helderberg -0.491282661525563435 +21789 aapg_ad_280.html aapg_ad_280.html:20:2905:2924 Cotton Valley Haynesville, Louisiana -0.0261593828547695383 +21790 gsa_html_4181975259 gsa_html_4181975259:885:78529:78557 Green River Colorado -0.0274774196841049353 +21791 sedimentology_html_2601136107 sedimentology_html_2601136107:1451:89179:89197 Tansill New Mexico -0.472491841137828439 +21792 aapg_ak_4.html aapg_ak_4.html:211:24096:24106 Santa Cruz Altiplano -0.476385003272562391 +21793 gsa_html_8152640301 gsa_html_8152640301:733:70009:70025 Naknek Talkeetna Mountains -0.600942545646879545 +21794 geology_html_1471624911 geology_html_1471624911:135:9606:9618 Owens Valley Hunter Mountain (ski area) -0.451956647802202349 +21795 aapg_af_575.html aapg_af_575.html:1228:176393:176401 Nacatoch Shreveport, Louisiana -0.00146791674633970823 +21796 geology_html_6832567545 geology_html_6832567545:11:577:585 Colorado Rochester, Kent -0.0221938023877403003 +21797 gsa_html_4385238876 gsa_html_4385238876:802:81859:81864 Yukon Anchorage, Alaska -0.0466985931780469835 +21798 aapg_aa_264.html aapg_aa_264.html:127:14268:14274 Salina Michigan -0.0198663559140219541 +21799 aapg_ae_905.html aapg_ae_905.html:147:15282:15299 Hanover Illinois -0.469120700106755939 +21800 AMJC_html_4504848787 AMJC_html_4504848787:551:54918:54955 Mechum River Blue Ridge Mountains -0.0740016448413745448 +21801 gsa_html_5773604426 gsa_html_5773604426:1061:83933:83955 Smackover Shreveport, Louisiana -0.465888175365361257 +21802 aapg_ai_975.html aapg_ai_975.html:892:71344:71362 Kiamichi Lee County, Alabama -0.0286877600181881381 +21803 gsa_html_3014459865 gsa_html_3014459865:204:22108:22127 Pensauken The Carolinas -0.43451411861660022 +21804 cspg_html_4165571187 cspg_html_4165571187:310:33208:33216 Columbia Victoria, British Columbia -0.4597920302667165 +21805 AMJC_html_1873062106 AMJC_html_1873062106:265:37584:37590 Dakota Mogollon, New Mexico -0.407124461976563934 +21806 gsa_html_8010927234 gsa_html_8010927234:340:27737:27763 Rangeley Greenvale, New York -0.0236314487961183893 +21807 aapg_ah_536.html aapg_ah_536.html:569:75535:75552 Rodessa County Sligo 0.341666907481732673 +21808 aapg_ad_660.html aapg_ad_660.html:405:53044:53061 Tansill Nashville Basin -0.50076665576240853 +21809 gsa_html_3014459865 gsa_html_3014459865:563:62672:62691 Pensauken Closter, New Jersey -0.012400818539292929 +21810 aapg_ac_251.html aapg_ac_251.html:129:16892:16908 Lakota Greenville, Westchester County, New York -0.120813862523190249 +21811 sedimentology_html_6128837615 sedimentology_html_6128837615:510:39648:39656 San Jose Asheville, North Carolina 0.0283329937649635794 +21812 gsa_html_5924250698 gsa_html_5924250698:1014:96194:96215 White River Cheyenne, Wyoming -0.452887004013691252 +21813 gsa_html_1266138577 gsa_html_1266138577:478:42325:42331 Monola Salinas Valley -0.0684891195527563695 +21814 aapg_ae_660.html aapg_ae_660.html:601:53633:53653 Smackover Mississippi River -0.281417766919486834 +21815 gsa_html_1914392923 gsa_html_1914392923:827:86815:86843 Green River Iran -0.421948969269320462 +21816 cspg_html_6383234409 cspg_html_6383234409:591:62066:62092 Strathcona Fiord Ellesmere Island -0.258553920522155367 +21817 aapg_aa_426.html aapg_aa_426.html:156:34771:34795 Smackover Haynesville, Louisiana 0.0947584980429927171 +21818 cspg_html_8247666269 cspg_html_8247666269:319:39122:39130 Columbia Lacombe, Alberta -0.470457490274840129 +21819 cspg_html_9720041449 cspg_html_9720041449:1138:135547:135563 Ireton Lacombe, Alberta -0.439258669305734428 +21820 aapg_aa_4.html aapg_aa_4.html:67:8335:8348 Genesee Genesee County, Michigan -0.0169917673336638479 +21821 aapg_ad_152.html aapg_ad_152.html:1631:209289:209294 Loray Gold Hill, Colorado -0.456133832112874948 +21822 gsa_html_7193789775 gsa_html_7193789775:708:72369:72384 Mesaverde Uinta Mountains -0.415503384469422588 +21823 sedimentology_html_2289609606 sedimentology_html_2289609606:444:22773:22783 Rio Grande Fulton, Missouri -0.463396817899322633 +21824 aapg_aa_23.html aapg_aa_23.html:232:25405:25423 Winnipeg Lake Winnipeg 1.03620138874284562 +21825 aapg_af_663.html aapg_af_663.html:349:36010:36016 Laredo Grundy County, Tennessee -0.456416618922522499 +21826 aapg_aa_626.html aapg_aa_626.html:177:19774:19793 Patapsco Maryland -0.028708628918134603 +21827 aapg_ac_253.html aapg_ac_253.html:11:2220:2238 Edgewood Illinois 0.0371635252945789613 +21828 cspg_html_8532932475 cspg_html_8532932475:50:7607:7624 Bluesky Willapa Bay -0.460944252925189812 +21829 sedimentology_html_5790579982 sedimentology_html_5790579982:714:60799:60803 Hall London, Ontario -0.0563286543403086967 +21830 aapg_ac_366.html aapg_ac_366.html:457:45228:45236 Virginia Virginia -0.484086347872667577 +21831 aapg_aa_190.html aapg_aa_190.html:593:56703:56709 Herald West Texas -0.037441986726546049 +21832 aapg_af_653.html aapg_af_653.html:852:95316:95323 Temblor California -0.447133159014188541 +21833 cspg_html_8213243928 cspg_html_8213243928:219:29189:29194 Price Canada -0.4597920302667165 +21834 gsa_html_1536819908 gsa_html_1536819908:20:928:941 Edna Mountain Reno, Nevada -0.476672020857479173 +21835 jgeology_html_2051911211 jgeology_html_2051911211:244:13951:13968 Mendenhall Gneiss San Gabriel Valley -0.0432358146258081874 +21836 aapg_ac_190.html aapg_ac_190.html:45:9182:9203 Ludlowville Skaneateles (village), New York 0.0121610400561059945 +21837 gsa_html_8499611670 gsa_html_8499611670:1038:95614:95642 Green River New Mexico -0.00364114626483282803 +21838 aapg_ae_709.html aapg_ae_709.html:617:68471:68479 Phillips Logan, Utah -0.46927678392355654 +21839 sedimentology_html_1568456861 sedimentology_html_1568456861:1073:83867:83887 Toro Chile -0.473856858113634927 +21840 aapg_ad_379.html aapg_ad_379.html:624:50840:50856 Navajo Cheyenne, Wyoming -0.468455358769372721 +21841 aapg_ac_689.html aapg_ac_689.html:74:8615:8621 Denver Jefferson County, Colorado -0.455432903203822237 +21842 aapg_ad_327.html aapg_ad_327.html:423:47012:47018 Sierra Mexico -0.0828251423167676581 +21843 aapg_ah_49.html aapg_ah_49.html:61:7494:7501 Castaic Saugus, Massachusetts 0.978783553248831595 +21844 geology_html_3540687255 geology_html_3540687255:220:21230:21239 Extension England -0.50396633916237854 +21845 cspg_html_6514903151 cspg_html_6514903151:21:2618:2626 Kaskapau Lacombe, Alberta -0.0197168810314956311 +21846 gsa_html_5952049575 gsa_html_5952049575:844:81599:81616 Wasatch Sweetwater, Miami-Dade County, Florida -0.0924439620375136495 +21847 gsa_html_3150321506 gsa_html_3150321506:163:22168:22176 Virginia Delmarva Peninsula -0.0315018919631344582 +21848 aapg_ac_63.html aapg_ac_63.html:139:13296:13305 Smackover Haynesville, Louisiana -0.465705253187009671 +21849 aapg_ae_319.html aapg_ae_319.html:449:37267:37278 Skull Creek Uinta Mountains -0.419699228406432479 +21850 cspg_html_1433606781 cspg_html_1433606781:6:446:451 Banff Bow River -0.026734922025780393 +21851 jgeology_html_8494933343 jgeology_html_8494933343:586:43530:43549 Bidahochi Arizona -0.49361002164838963 +21852 sedimentology_html_3907918417 sedimentology_html_3907918417:1205:110883:110902 Kaskapau Lacombe, Alberta -0.0233880656689205678 +21853 cspg_html_9236194363 cspg_html_9236194363:48:5174:5193 Waterways Lacombe, Alberta -0.109885744590146439 +21854 cspg_html_7963093032 cspg_html_7963093032:67:9107:9126 Crowsnest Crowsnest Pass, Alberta -0.25700024359620377 +21855 aapg_ai_975.html aapg_ai_975.html:286:28067:28087 Sligo East Texas -0.017099513850188628 +21856 aapg_ai_52.html aapg_ai_52.html:53:7428:7436 Monterey Maricopa, Arizona 0.874588947432256125 +21857 sedimentology_html_7399126879 sedimentology_html_7399126879:1844:90041:90057 Brazil Bloomington, Indiana -0.467497231753434772 +21858 aapg_aa_684.html aapg_aa_684.html:348:32981:32994 Chinle Arizona -0.46299328645358262 +21859 gsa_html_5495469347 gsa_html_5495469347:611:55819:55844 Maroon Kentucky -0.48878086726465575 +21860 aapg_ah_165.html aapg_ah_165.html:589:58974:58986 Saskatchewan Ottawa, Kansas -0.0112818678629079024 +21861 AMJC_html_7278640698 AMJC_html_7278640698:614:79655:79663 Columbia Fulton, Missouri -0.470292003998596664 +21862 cspg_html_3883962749 cspg_html_3883962749:45:7218:7227 Athabasca Lacombe, Alberta -0.471432653520514666 +21863 cspg_html_3065473572 cspg_html_3065473572:63:9050:9071 Lawrence Middle Ordovician -0.450586501765938174 +21864 cspg_html_3740794265 cspg_html_3740794265:32:4019:4027 Columbia Victoria, British Columbia -0.464656465989479628 +21865 aapg_ae_643.html aapg_ae_643.html:192:22589:22596 Bedford Bath, Somerset -0.0293555813701503708 +21866 aapg_af_854.html aapg_af_854.html:1402:204296:204304 Richland Wabash River -0.0284721166530200707 +21867 gsa_html_3014459865 gsa_html_3014459865:199:20951:20970 Pensauken Kingston, Jamaica -0.443732938342886629 +21868 cspg_html_9843429624 cspg_html_9843429624:31:4413:4421 Columbia Victoria, British Columbia 0.00764378019701805137 +21869 cspg_html_1222040397 cspg_html_1222040397:353:47405:47410 Nonda Rocky Mountains 0.00736581097593620986 +21870 aapg_ah_505.html aapg_ah_505.html:1881:149199:149207 Colorado Colorado -0.0603771315670732084 +21871 cspg_html_5438428738 cspg_html_5438428738:290:38252:38271 Rabbit Lake Wollaston (Quincy, Massachusetts) -0.057785466485775136 +21872 aapg_ah_421.html aapg_ah_421.html:257:21570:21576 Denver Lacombe, Alberta -0.470186292964726915 +21873 gsa_html_8794167975 gsa_html_8794167975:19:940:948 Victoria Victoria, British Columbia 0.00344657909728370449 +21874 geology_html_3902389514 geology_html_3902389514:206:17800:17828 Christopher Canada 0.00404765387058551775 +21875 cspg_html_9768299963 cspg_html_9768299963:19:2434:2451 Wapiti Lacombe, Alberta -0.449703411954729404 +21876 cspg_html_5541937700 cspg_html_5541937700:937:111775:111791 Viking Central Alberta -0.457786563407215019 +21877 aapg_ai_54.html aapg_ai_54.html:125:13727:13737 Tuscaloosa Lauderdale County, Tennessee -0.00725462371312822398 +21878 cspg_html_7330983978 cspg_html_7330983978:746:60985:61021 Debolt Victoria, British Columbia -0.47254944238616009 +21879 aapg_ad_469.html aapg_ad_469.html:33:3927:3932 Atoka Atoka, Oklahoma 0.0326830469342973204 +21880 gsa_html_1860930948 gsa_html_1860930948:704:71620:71628 Ogallala Lubbock, Texas -0.461271782333034175 +21881 aapg_aa_702.html aapg_aa_702.html:78:57288:57310 Winnipegosis Williston, Vermont -0.420273688065598783 +21882 gsa_html_9095677084 gsa_html_9095677084:752:65214:65220 Sierra Spain -0.49361002164838963 +21883 cspg_html_7138604143 cspg_html_7138604143:769:74475:74492 Nansen Ellesmere Island -0.23997876713098662 +21884 cspg_html_3008414459 cspg_html_3008414459:415:55269:55286 Cardium Lacombe, Alberta -0.442542141875480355 +21885 aapg_aa_590.html aapg_aa_590.html:7:630:637 Yucatan Campeche, Campeche -0.0620181988461695199 +21886 gsa_html_3590020600 gsa_html_3590020600:730:57957:57985 Green River Colorado -0.0152331376513424877 +21887 aapg_ah_696.html aapg_ah_696.html:385:55177:55187 Washington Washington (state) -0.442548827459522287 +21888 sedimentology_html_1280732031 sedimentology_html_1280732031:27:1808:1815 Norfolk Washington (state) -0.0227274727216301153 +21889 sedimentology_html_6615672773 sedimentology_html_6615672773:866:50436:50440 Hall London, Ontario -0.505071548445994001 +21890 aapg_ac_316.html aapg_ac_316.html:98:10954:10962 Carlsbad Guadalupe Mountains National Park -0.0177825001131117176 +21891 cspg_html_9275863663 cspg_html_9275863663:890:121080:121101 Cairn Lacombe, Alberta -0.000587166228973446075 +21892 cspg_html_1611261412 cspg_html_1611261412:494:64536:64544 Columbia Victoria, British Columbia -0.447135398674851747 +21893 aapg_ad_283.html aapg_ad_283.html:431:48675:48685 San Andres New Mexico -0.450080811334427622 +21894 gsa_html_4220229801 gsa_html_4220229801:821:67634:67640 Oregon Corcoran, California -0.476061064960921709 +21895 aapg_ac_451.html aapg_ac_451.html:145:15923:15940 Kaguyak Seldovia, Alaska -0.0104235679161521783 +21896 aapg_ah_647.html aapg_ah_647.html:824:89047:89065 Paradise Arizona -0.481777803377517411 +21897 aapg_ae_324.html aapg_ae_324.html:908:91318:91326 Virginia Virginia -0.0558663792968957795 +21898 aapg_aa_357.html aapg_aa_357.html:569:50703:50711 Moenkopi Western world -0.394087657861777851 +21899 gsa_html_4071231613 gsa_html_4071231613:635:74465:74491 Wild Sheep Creek Wallowa, Oregon -0.0464198453094291294 +21900 aapg_ah_94.html aapg_ah_94.html:3:194:214 Fort Union Cheyenne, Wyoming 0.722208037374560852 +21901 sedimentology_html_8325415159 sedimentology_html_8325415159:419:32256:32265 Peninsula Bristol Bay Borough, Alaska -0.00818929939777349181 +21902 jgeology_html_7979718784 jgeology_html_7979718784:258:19105:19113 Colorado Mesa, Arizona -0.462111625185478381 +21903 cspg_html_4409656292 cspg_html_4409656292:87:12328:12346 Kaskapau Vimy -0.444838140504144441 +21904 aapg_ak_101.html aapg_ak_101.html:11:1315:1321 Sonora Salvador, Bahia -0.0370660655999496616 +21905 gsa_html_2989317971 gsa_html_2989317971:761:79117:79127 Twin Falls Boise, Idaho -0.487607747652621382 +21906 aapg_ad_169.html aapg_ad_169.html:14:2255:2275 Greenbrier Greenbrier (Great Smoky Mountains) -0.466714081975797668 +21907 cspg_html_5541937700 cspg_html_5541937700:557:74120:74128 Columbia Regina, Saskatchewan -0.0306269732531419848 +21908 gsa_html_2729737430 gsa_html_2729737430:337:36555:36577 Huckleberry Ridge Tuff Snake River Plain (ecoregion) -0.460980639153810601 +21909 cspg_html_2803424832 cspg_html_2803424832:95:13919:13935 Blind Fiord Ellesmere Island -0.0104478919179742495 +21910 geology_html_8215209306 geology_html_8215209306:307:24749:24755 Snyder California -0.460964719996515115 +21911 aapg_ai_400.html aapg_ai_400.html:71:9561:9570 Red River Mississippi River 0.164158567933818167 +21912 aapg_ad_757.html aapg_ad_757.html:340:42382:42392 Kinderhook Maquoketa, Iowa -0.470409220225314617 +21913 geology_html_3955327635 geology_html_3955327635:18:545:553 Montreal Quebec City -0.462097962880594848 +21914 cspg_html_2184091860 cspg_html_2184091860:717:63493:63528 La Vieille New Brunswick, New Jersey -0.45921987907792633 +21915 aapg_ac_333.html aapg_ac_333.html:325:43555:43570 Supai Supai, Arizona -0.01748532023179648 +21916 cspg_html_4405340534 cspg_html_4405340534:186:27213:27233 La Vieille Cape Cod -0.0391129188633264693 +21917 cspg_html_9343899465 cspg_html_9343899465:1112:96752:96759 Fram Ellesmere Island -0.202932051255792917 +21918 sedimentology_html_6434577006 sedimentology_html_6434577006:1211:65388:65406 Antietam Virginia 0.00633907480086522146 +21919 aapg_ad_564.html aapg_ad_564.html:41:2505:2516 Mowry Powder River Basin -1.29345822482570028 +21920 aapg_ac_730.html aapg_ac_730.html:495:71056:71064 Niobrara Niobrara, Nebraska 0.00573971941669260566 +21921 aapg_ah_289.html aapg_ah_289.html:552:76883:76907 Modelo California -0.0513063366802281665 +21922 aapg_ah_318.html aapg_ah_318.html:2869:235939:235962 Cotton Valley Arkansas -0.417439513760371694 +21923 sedimentology_html_1610202758 sedimentology_html_1610202758:81:7082:7087 Yukon Anchorage, Alaska -0.0699366556892110497 +21924 aapg_ac_590.html aapg_ac_590.html:96:12161:12179 Ogallala Ogallala, Nebraska 0.0213994119840473472 +21925 aapg_ai_11.html aapg_ai_11.html:229:28050:28064 Bonner Springs Plattsburg, Missouri -0.43797158338019293 +21926 geology_html_6592679247 geology_html_6592679247:219:21150:21158 Temporal Bergen, New Netherland -0.479496330331430576 +21927 aapg_ac_298.html aapg_ac_298.html:312:30202:30210 Waterton Carbondale, Pennsylvania 0.0240069614835913062 +21928 jgeology_html_1095412310 jgeology_html_1095412310:136:7630:7648 Coeymans Helderberg -0.454540571750530975 +21929 cspg_html_9941227593 cspg_html_9941227593:33:4695:4742 Viking Regina, Saskatchewan 0.0122722414388244504 +21930 aapg_ae_319.html aapg_ae_319.html:600:51187:51197 Twin Creek Boise, Idaho -0.0435562539048757053 +21931 aapg_ac_520.html aapg_ac_520.html:104:10704:10723 Peninsula Greece -0.473653815287124913 +21932 geology_html_1872801559 geology_html_1872801559:13:547:554 Newport Salem, Oregon -0.0288025393782587909 +21933 palaios_html_3020881733 palaios_html_3020881733:307:32333:32355 Lookingglass Salem, Oregon -0.458720680358492616 +21934 palaios_html_2623118674 palaios_html_2623118674:866:94163:94197 North Horn Logan, Utah -0.471639785200352879 +21935 palaios_html_5552054627 palaios_html_5552054627:15:642:648 Denver Colorado -0.514794878232712194 +21936 aapg_ad_466.html aapg_ad_466.html:214:27372:27378 Tinton Manasquan, New Jersey -0.0937390250881997705 +21937 aapg_ae_324.html aapg_ae_324.html:502:50735:50755 Beekmantown Tellico Dam -0.033900859013031269 +21938 aapg_ae_344.html aapg_ae_344.html:97:8991:8997 Paluxy New Delhi -0.38447396065797651 +21939 aapg_aa_371.html aapg_aa_371.html:121:10213:10224 Mauch Chunk Western world 0.000555897012734609666 +21940 aapg_aa_147.html aapg_aa_147.html:1036:101136:101160 Stony Mountain Manitoba 0.288936209712442715 +21941 aapg_af_653.html aapg_af_653.html:157:15457:15471 Sespe Ventura County, California -0.447135398674851747 +21942 aapg_ae_104.html aapg_ae_104.html:989:100288:100297 Worcester West Midlands (region) -0.029835599351404625 +21943 cspg_html_9683836416 cspg_html_9683836416:95:16519:16536 Belly River Lethbridge -0.480807266046245518 +21944 aapg_ad_350.html aapg_ad_350.html:564:65525:65559 Gatesburg Pennsylvania -0.00837345699819263926 +21945 cspg_html_5807593737 cspg_html_5807593737:640:80590:80600 Swan Hills Lacombe, Alberta -0.0285868941347483252 +21946 jgeology_html_4305195651 jgeology_html_4305195651:599:75785:75803 Rockwell Beaumont, Texas -0.436898889813044922 +21947 cspg_html_2920938670 cspg_html_2920938670:61:8956:8963 Cadomin Lacombe, Alberta 0.0141001745086265506 +21948 gsa_html_4755273876 gsa_html_4755273876:1395:121372:121400 Green River New Mexico -0.0198420227136738916 +21949 sedimentology_html_1158274941 sedimentology_html_1158274941:28:1908:1917 Sheffield Egham Hythe -0.0269922703660798423 +21950 geology_html_7087325208 geology_html_7087325208:272:26966:26971 Price Gold Coast, Queensland 0.00801209183604277911 +21951 geology_html_9765421558 geology_html_9765421558:304:24317:24326 Knoxville Texas -0.495894089017784534 +21952 cspg_html_5892153293 cspg_html_5892153293:9:840:848 Columbia Victoria, British Columbia 0.00876088537103020606 +21953 aapg_aa_608.html aapg_aa_608.html:206:20419:20434 Torok Anchorage, Alaska -0.392655539000729192 +21954 aapg_ai_898.html aapg_ai_898.html:277:31434:31442 Colorado Kentucky 0.0133338879149081258 +21955 palaios_html_4745554613 palaios_html_4745554613:17:861:895 Kaskapau Victoria, British Columbia -0.472501057082917231 +21956 aapg_ae_324.html aapg_ae_324.html:906:90990:90998 Virginia Knoxville, Tennessee -0.0808674334425171643 +21957 cspg_html_3097746547 cspg_html_3097746547:209:27039:27060 Belly River Lacombe, Alberta -0.0507415465108338806 +21958 aapg_ai_479.html aapg_ai_479.html:574:61696:61715 Detroit River Michigan Basin -0.0380668126428187481 +21959 aapg_ac_5.html aapg_ac_5.html:3:306:318 Saskatchewan Lacombe, Alberta -0.0666645052645467445 +21960 aapg_aa_105.html aapg_aa_105.html:399:41515:41525 Blackstone Middle East 0.559485412688118133 +21961 aapg_ae_244.html aapg_ae_244.html:3:216:232 Custer Texas -0.470200080639580853 +21962 aapg_af_854.html aapg_af_854.html:194:24770:24790 Sweetland Creek Iowa -0.0605656576216307002 +21963 aapg_ad_721.html aapg_ad_721.html:638:63029:63046 Queen Winkler County Airport -0.44948782523520614 +21964 aapg_ah_429.html aapg_ah_429.html:126:11267:11277 San Andres Delaware -0.446078886082885928 +21965 gsa_html_1741354143 gsa_html_1741354143:426:39825:39829 Bond Earth -0.482430096983488987 +21966 aapg_ah_318.html aapg_ah_318.html:345:44825:44846 Mt Lytton Arkansas -0.0315888654763454985 +21967 aapg_af_479.html aapg_af_479.html:450:49205:49223 Cabrillo Pacific Beach, San Diego, California -0.0851291990007965182 +21968 aapg_af_355.html aapg_af_355.html:108:15907:15925 Vaqueros Cheyenne, Wyoming -0.447859095614761116 +21969 AMJC_html_4486401509 AMJC_html_4486401509:33:3118:3130 Pinal Schist Arizona -0.482921973604061416 +21970 aapg_ah_3.html aapg_ah_3.html:519:67862:67886 Mirador Colombia -0.485799611688376376 +21971 jgeology_html_6981471550 jgeology_html_6981471550:328:21704:21724 Coffee Coffee County, Georgia -0.0462769907326050153 +21972 sedimentology_html_8720708419 sedimentology_html_8720708419:55:3806:3812 Provo Oman -0.456479975332736432 +21973 cspg_html_7866293053 cspg_html_7866293053:165:16487:16502 Gates Victoria, British Columbia -0.464473797617463435 +21974 aapg_ah_220.html aapg_ah_220.html:346:32194:32202 Colorado Denver -0.0966997332723355391 +21975 gsa_html_9597147043 gsa_html_9597147043:353:28568:28586 Cantwell Kahiltna Glacier -0.464450966712688929 +21976 aapg_af_976.html aapg_af_976.html:15:745:751 Denver Colorado -0.44714211768966694 +21977 AMJC_html_5969956211 AMJC_html_5969956211:1704:191586:191594 Colorado Denver -0.0443852715677367574 +21978 aapg_ah_469.html aapg_ah_469.html:406:41542:41560 Woodbine Arkansas -0.0316827975818438426 +21979 aapg_aa_391.html aapg_aa_391.html:141:11999:12008 Red River Atoka, Oklahoma -0.473340114590685479 +21980 aapg_aa_723.html aapg_aa_723.html:688:64661:64670 San Diego California -0.463150573567572499 +21981 aapg_ae_345.html aapg_ae_345.html:797:68120:68135 Eutaw Jones County, Mississippi 0.0172976297884785309 +21982 aapg_ae_3.html aapg_ae_3.html:201:28081:28098 Woodman Logan, Utah -0.414094356996746848 +21983 gsa_html_5773604426 gsa_html_5773604426:481:41720:41732 Wilcox Middle East -0.462877048614286357 +21984 aapg_af_575.html aapg_af_575.html:2149:201560:201576 San Andres New Mexico -0.420029936230525147 +21985 aapg_ah_847.html aapg_ah_847.html:172:19697:19715 Navesink Navesink River -0.490971887854425804 +21986 aapg_af_470.html aapg_af_470.html:158:15618:15650 Georgetown Western world -0.0134398809418536571 +21987 aapg_af_291.html aapg_af_291.html:173:20777:20798 Kayak Shale Prudhoe Bay Oil Field 0.0372505436692685682 +21988 sedimentology_html_3469033264 sedimentology_html_3469033264:285:21745:21751 Oxford Pergamon Museum -0.0180066911955107829 +21989 aapg_ae_916.html aapg_ae_916.html:164:18411:18419 Kootenai Colorado -0.0155250750483416668 +21990 aapg_ai_949.html aapg_ai_949.html:24:3877:3885 Beaufort Canada -0.426503733834695087 +21991 aapg_ai_594.html aapg_ai_594.html:381:39708:39732 Richmond Fremont, California 0.024215583511067007 +21992 cspg_html_9508543859 cspg_html_9508543859:263:27232:27254 Deschambault Middle East 0.539998561819416412 +21993 cspg_html_9435196958 cspg_html_9435196958:1053:44969:44987 Paskapoo Lacombe, Alberta 1.03662373596920321 +21994 aapg_ae_768.html aapg_ae_768.html:35:5287:5305 Rustler Salado, Texas -0.464820899663721254 +21995 aapg_ac_923.html aapg_ac_923.html:421:44387:44402 Atoka Atoka, Oklahoma -0.0105834116577304821 +21996 aapg_ae_794.html aapg_ae_794.html:213:26609:26628 Owl Creek Selma to Montgomery marches -0.475325709854034217 +21997 palaios_html_7196438349 palaios_html_7196438349:636:62804:62812 Victoria Victoria, British Columbia -0.00588912341357450669 +21998 aapg_aa_684.html aapg_aa_684.html:377:36007:36022 Jelm John Crow Mountains -0.451787799117909672 +21999 aapg_af_854.html aapg_af_854.html:1369:198510:198519 Aux Vases Illinois -0.471501691978871318 +22000 AMJC_html_4504848787 AMJC_html_4504848787:374:40505:40520 Lynchburg Western world -0.476218391360906934 +22001 cspg_html_3026112034 cspg_html_3026112034:772:75369:75379 Swan Hills Victoria, British Columbia -0.0803119937926942556 +22002 aapg_ah_290.html aapg_ah_290.html:276:30426:30444 Hudspeth Salem, Oregon -0.0279486743171803304 +22003 cspg_html_1260733368 cspg_html_1260733368:27:4312:4324 Medicine Hat Colorado -0.0566548826845970285 +22004 aapg_af_775.html aapg_af_775.html:341:23413:23421 Oakville Beaumont, Texas -0.45421548506785292 +22005 aapg_ac_403.html aapg_ac_403.html:80:7702:7706 Kent Perth, Scotland -0.0641976627125528526 +22006 sedimentology_html_2664292498 sedimentology_html_2664292498:1004:80859:80868 Peninsula Italy -0.00440204655713307986 +22007 gsa_html_6158055432 gsa_html_6158055432:707:73017:73045 Green River Colorado 0.0182239329046336093 +22008 jgeology_html_9519880351 jgeology_html_9519880351:92:3686:3696 Washington Earth -0.0236314487961183893 +22009 aapg_ad_2.html aapg_ad_2.html:847:119754:119767 Conococheague Great Valley, New York -0.406012620156442849 +22010 jgeology_html_9065385328 jgeology_html_9065385328:892:54737:54743 Laguna Chile -0.49339517418577894 +22011 aapg_ac_527.html aapg_ac_527.html:59:6612:6619 Kanawha Cheyenne, Wyoming -0.0142026952151300869 +22012 aapg_aa_4.html aapg_aa_4.html:10:1414:1431 Genesee Middlesex -0.0555576320764074247 +22013 geology_html_6414512469 geology_html_6414512469:57:4948:4956 Colorado Espanola, Ontario -0.462045592650446035 +22014 aapg_ac_245.html aapg_ac_245.html:232:34479:34484 Atoka Kearny, New Jersey -0.0366623139169080098 +22015 cspg_html_2834693711 cspg_html_2834693711:60:10873:10882 Chuckanut Victoria, British Columbia -0.0480645977359866611 +22016 aapg_ai_811.html aapg_ai_811.html:200:28373:28389 Dutch Creek Jeffersonville, Indiana -0.0271279018002479055 +22017 aapg_ai_306.html aapg_ai_306.html:548:50051:50056 Weeks Duval County, Texas -0.465616092314337648 +22018 sedimentology_html_5457655615 sedimentology_html_5457655615:672:49581:49594 St Mary River Washington (state) -0.00549476708285740172 +22019 cspg_html_6255491344 cspg_html_6255491344:259:37994:38007 Elk Victoria, British Columbia -0.006663945278057983 +22020 aapg_ae_824.html aapg_ae_824.html:84:8566:8576 Pocahontas Randolph, New Jersey -0.441134787563673747 +22021 palaios_html_8113714689 palaios_html_8113714689:472:46121:46157 Roubidoux Missouri River 0.431439231467694251 +22022 aapg_ae_856.html aapg_ae_856.html:390:36886:36896 Washington Venezuela -0.452896019392303839 +22023 aapg_ac_461.html aapg_ac_461.html:174:19092:19114 Chicontepec Western world -0.480695619561815057 +22024 aapg_ae_268.html aapg_ae_268.html:306:29552:29563 Tar Springs Bloomington, Indiana -0.460964719996515115 +22025 aapg_ae_73.html aapg_ae_73.html:137:19178:19184 Sandia Sangre de Cristo Range -0.484161071054726611 +22026 cspg_html_5375461731 cspg_html_5375461731:214:25051:25074 Dawson Canyon Logan, Utah -0.112273031764595299 +22027 gsa_html_7411853369 gsa_html_7411853369:751:73077:73082 Price Charleston, South Carolina -0.433376961451207021 +22028 aapg_af_97.html aapg_af_97.html:55:5949:5963 Kope Ohio 0.0117822633156924803 +22029 aapg_ai_319.html aapg_ai_319.html:17:1760:1777 Martinsburg Waynesboro, Pennsylvania -0.432267625462602723 +22030 cspg_html_3447886929 cspg_html_3447886929:57:7473:7515 Lawrence Quebec City -0.477872040110580265 +22031 cspg_html_4165571187 cspg_html_4165571187:226:24280:24288 Columbia Victoria, British Columbia -0.0397082576932654904 +22032 cspg_html_3129231627 cspg_html_3129231627:43:5790:5813 Eleanor River Little Cornwallis Island 0.557890136254535651 +22033 cspg_html_8363357104 cspg_html_8363357104:170:28244:28252 Columbia Victoria, British Columbia -0.0368502653061740099 +22034 aapg_ae_747.html aapg_ae_747.html:393:39953:39963 Fort Worth Texas -0.456844361180692826 +22035 aapg_ai_958.html aapg_ai_958.html:28:2639:2658 Catahoula Oakville, California -0.438326464087016476 +22036 jgeology_html_8355852976 jgeology_html_8355852976:231:17865:17873 Colorado Colorado Springs, Colorado -0.0245041819254211805 +22037 aapg_aa_654.html aapg_aa_654.html:257:38863:38881 Tererro Sangre de Cristo Range -0.4852429512232731 +22038 cspg_html_6306091047 cspg_html_6306091047:149:22232:22241 Baldonnel Victoria, British Columbia -0.0221155785118801462 +22039 aapg_ad_2.html aapg_ad_2.html:1321:181397:181420 Sherman Fall Dolgeville, New York -0.47249414511500698 +22040 aapg_ai_916.html aapg_ai_916.html:355:47131:47143 Carrizo Austin, Chicago -0.461601707643698789 +22041 aapg_ai_980.html aapg_ai_980.html:656:57172:57187 Swift Sunriver, Oregon 0.0219626084121762773 +22042 aapg_ad_745.html aapg_ad_745.html:46:4879:4889 Las Animas Colorado -0.039213880157219938 +22043 cspg_html_1841843683 cspg_html_1841843683:78:13055:13062 Rierdon Williston Basin -0.457487488497030304 +22044 aapg_ac_380.html aapg_ac_380.html:183:22807:22813 Seneca Edgecliff, New South Wales -0.00672648739931064853 +22045 palaios_html_8062930347 palaios_html_8062930347:609:58657:58676 Fairview Netherlands -0.00564243327627664357 +22046 geology_html_9274825387 geology_html_9274825387:189:20510:20516 Oregon Earth -0.472823676298187945 +22047 gsa_html_4366904220 gsa_html_4366904220:667:64479:64485 Oregon Newberry, South Carolina -0.496938878513721649 +22048 cspg_html_9970905394 cspg_html_9970905394:124:13951:13969 Read Bay Bath, Somerset -0.442074271005849284 +22049 aapg_aa_855.html aapg_aa_855.html:44:4535:4547 Pierre Denver -0.437953842888147871 +22050 aapg_ah_340.html aapg_ah_340.html:199:23026:23046 Duck Creek Texas 0.0402200699779892215 +22051 palaios_html_1027055785 palaios_html_1027055785:96:8341:8365 Brazil Illinois -0.457514673015389395 +22052 jgeology_html_1838149422 jgeology_html_1838149422:91:3530:3548 John Day Salem, Oregon -0.447168994241326834 +22053 sedimentology_html_7390870545 sedimentology_html_7390870545:507:40666:40683 Bearpaw Lacombe, Alberta -0.0546960047123581025 +22054 aapg_aa_678.html aapg_aa_678.html:59:5741:5749 Columbia Victoria, British Columbia -0.453180049702502807 +22055 gsa_html_3085400040 gsa_html_3085400040:275:29205:29210 Rapid Cambridge, Massachusetts -0.465595518002078101 +22056 cspg_html_8057060038 cspg_html_8057060038:238:28806:28814 Columbia Victoria, British Columbia -0.0179232709792312463 +22057 cspg_html_9139420146 cspg_html_9139420146:316:30906:30922 Fernie Lacombe, Alberta -0.452382285720717148 +22058 cspg_html_1923856338 cspg_html_1923856338:338:41325:41355 Athabasca Edmonton, London -0.4899838188757622 +22059 aapg_ad_581.html aapg_ad_581.html:374:39430:39447 Waynesboro Allegheny Mountains -0.0118326507856826232 +22060 gsa_html_7692114034 gsa_html_7692114034:64:5414:5442 Green River Colorado -0.0473502039075794148 +22061 aapg_ac_635.html aapg_ac_635.html:26:3951:3957 Oregon Central Valley (California) -0.063450128833629979 +22062 aapg_af_70.html aapg_af_70.html:101:9641:9648 Cypress Hardinsburg, Indiana -0.443701699352459789 +22063 sedimentology_html_3059129672 sedimentology_html_3059129672:930:52831:52864 Grosmont Canada -0.0514126754650784876 +22064 aapg_af_150.html aapg_af_150.html:44:4661:4678 Bossier Bossier City, Louisiana -0.036255097654164431 +22065 aapg_aa_546.html aapg_aa_546.html:185:17404:17422 Kootenai Colorado 0.0291955793739523579 +22066 gsa_html_3484366946 gsa_html_3484366946:811:78532:78547 Pocatello Boise, Idaho -0.0679664918754289971 +22067 cspg_html_1288891448 cspg_html_1288891448:259:34298:34311 Wabamun Lacombe, Alberta -0.479670542308177961 +22068 palaios_html_3022467877 palaios_html_3022467877:211:23394:23405 Hornerstown Navesink River -0.0147795988543257695 +22069 gsa_html_9277559462 gsa_html_9277559462:123:14945:14953 Colorado Denver -0.0568450445317184444 +22070 aapg_aa_960.html aapg_aa_960.html:29:4331:4344 Sundance Cheyenne, Wyoming -0.000521153440822292734 +22071 palaios_html_1018466366 palaios_html_1018466366:938:106415:106419 Hall London, Ontario -0.491237921935693156 +22072 AMJC_html_5421639085 AMJC_html_5421639085:41:6278:6286 Columbia Virginia -0.468015132988553406 +22073 cspg_html_5515814749 cspg_html_5515814749:65:9929:9944 Mt Lytton Lacombe, Alberta -0.496557296947055582 +22074 palaios_html_3306053371 palaios_html_3306053371:509:68998:69016 Moenkopi San Rafael Swell 0.443866831710301613 +22075 aapg_ad_283.html aapg_ad_283.html:15:2472:2482 San Andres Nashville Basin 0.00239731162737208446 +22076 cspg_html_1025724640 cspg_html_1025724640:86:14622:14638 Nepean Ottawa, Kansas -0.0708162052073943726 +22077 cspg_html_9683836416 cspg_html_9683836416:244:40175:40192 Bearpaw Lethbridge 0.00892245965980600214 +22078 aapg_ah_753.html aapg_ah_753.html:217:34448:34475 Shepody Mississippian culture -0.0510291657486304576 +22079 aapg_ah_691.html aapg_ah_691.html:378:45661:45679 Norphlet Alabama 0.0116050390489145696 +22080 cspg_html_9343899465 cspg_html_9343899465:239:28288:28301 Ibbett Bay Melville Island (Canada) -0.457650607934439568 +22081 cspg_html_5484260516 cspg_html_5484260516:1033:83101:83109 Columbia Victoria, British Columbia -0.450595494357366455 +22082 aapg_ae_473.html aapg_ae_473.html:380:34664:34669 Yegua Mississippi River -0.464820899663721254 +22083 aapg_ac_913.html aapg_ac_913.html:100:9751:9771 Hartshorne Hartshorne, Oklahoma -0.451875596518584666 +22084 cspg_html_6611173979 cspg_html_6611173979:97:12918:12926 Columbia Victoria, British Columbia -0.460146402321772174 +22085 gsa_html_2389772246 gsa_html_2389772246:29:2796:2824 Green River Colorado 0.00194564253308291118 +22086 palaios_html_9408587909 palaios_html_9408587909:667:61464:61488 Kaibab Los Angeles -0.0380441859515352823 +22087 aapg_ae_942.html aapg_ae_942.html:330:21312:21326 Woodford Comanche County, Oklahoma -0.0950907616589385801 +22088 aapg_ai_488.html aapg_ai_488.html:7:665:678 Kootenai Harlowton, Montana -0.0571311698634529158 +22089 jgeology_html_4305195651 jgeology_html_4305195651:4390:268869:268890 Mauch Chunk Pennsylvania -0.418507876495596065 +22090 geology_html_1757551189 geology_html_1757551189:16:757:767 Santa Cruz California -0.442620143363224416 +22091 palaios_html_1729153923 palaios_html_1729153923:902:77565:77594 Ross Knoxville, Tennessee -0.46927678392355654 +22092 aapg_aa_906.html aapg_aa_906.html:87:9917:9924 Wasatch Fort Union Trading Post National Historic Site -0.376416423637719433 +22093 aapg_ai_579.html aapg_ai_579.html:75:10794:10804 Washington Seattle -0.0275887108223223723 +22094 AMJC_html_9709478395 AMJC_html_9709478395:567:50752:50766 Rove Canada -0.488546114119406072 +22095 cspg_html_4516258038 cspg_html_4516258038:174:21574:21587 Parry Islands Bathurst Island (Northern Territory) -0.480033015687554854 +22096 geology_html_8708783169 geology_html_8708783169:27:2034:2040 Denver Colorado -0.0381938711768296663 +22097 aapg_ae_873.html aapg_ae_873.html:431:50592:50603 Midway Hopkins County, Kentucky -0.012814354007688291 +22098 gsa_html_6982030333 gsa_html_6982030333:1202:112497:112503 Oregon Boise, Idaho -0.0165833779978511626 +22099 aapg_ah_27.html aapg_ah_27.html:349:53903:53921 Barnett Llano, Texas -0.452112016307883446 +22100 geology_html_4907985690 geology_html_4907985690:209:21039:21059 Cutler Logan, Utah -0.442976805415170927 +22101 aapg_ae_594.html aapg_ae_594.html:687:67982:67988 Walker Texas -0.43374114370115191 +22102 aapg_ac_687.html aapg_ac_687.html:88:8866:8876 Wind River Powder River (Montana) -0.0270600859182637335 +22103 aapg_ac_617.html aapg_ac_617.html:160:22419:22427 Oakville Oakville, California 1.07968962229571597 +22104 aapg_aa_723.html aapg_aa_723.html:701:65383:65392 San Diego California -0.411657696219220992 +22105 aapg_ad_871.html aapg_ad_871.html:32:3900:3908 Michigan Alpena, Michigan -0.0250709632878346432 +22106 aapg_ad_800.html aapg_ad_800.html:34:5804:5812 Woodbine Texas -0.435270040425755234 +22107 gsa_html_2178342427 gsa_html_2178342427:204:20832:20856 Golden Valley Fort Union Trading Post National Historic Site -0.0255351835335731921 +22108 gsa_html_7193789775 gsa_html_7193789775:452:46718:46739 Price Logan, Utah -0.452821645198212441 +22109 aapg_ad_812.html aapg_ad_812.html:43:4541:4558 Entrada New Mexico -0.00436382766958571481 +22110 gsa_html_8771785456 gsa_html_8771785456:956:75933:75940 Shuswap Victoria, British Columbia -0.0346368297266972797 +22111 aapg_ai_523.html aapg_ai_523.html:34:4039:4056 Entrada Entrada Sandstone -0.462143504710773534 +22112 aapg_af_130.html aapg_af_130.html:180:31269:31276 Madison Yellowstone National Park -0.037309716590806806 +22113 aapg_ah_96.html aapg_ah_96.html:27:3174:3183 Stonewall Cincinnati -0.014028931537317782 +22114 cspg_html_4541662139 cspg_html_4541662139:37:5115:5127 Lime Creek Iowa -0.455726774842524995 +22115 palaios_html_3112927242 palaios_html_3112927242:75:8340:8357 Juniata Pennsylvania -0.0060576376426468119 +22116 cspg_html_4056366713 cspg_html_4056366713:209:35069:35098 Glenelg South Africa -0.451733774163315116 +22117 aapg_ad_945.html aapg_ad_945.html:157:16567:16589 Athabasca Lacombe, Alberta -0.464706706380762058 +22118 aapg_ae_884.html aapg_ae_884.html:177:23304:23313 Fruitland Kirtland, Ohio 0.701142666267804637 +22119 gsa_html_3096615185 gsa_html_3096615185:564:52535:52553 Weymouth Cambridge, Massachusetts -0.4784100389871494 +22120 aapg_ah_181.html aapg_ah_181.html:134:15810:15823 Wingate Chinle Formation -0.481759173673690755 +22121 aapg_ah_181.html aapg_ah_181.html:403:43170:43186 Navajo Arizona -0.0982513021028332961 +22122 gsa_html_1024107776 gsa_html_1024107776:505:50334:50354 Boss Point Bridgetown, Nova Scotia -0.0133078241167712726 +22123 sedimentology_html_7685904497 sedimentology_html_7685904497:667:59724:59733 Peninsula Italy -0.474815026513922711 +22124 aapg_aa_106.html aapg_aa_106.html:53:5396:5420 Elk Lacombe, Alberta -0.450829332903146696 +22125 gsa_html_9597147043 gsa_html_9597147043:815:70222:70228 Sustut Kahiltna Glacier -0.450422402561976354 +22126 aapg_af_455.html aapg_af_455.html:108:12856:12872 Borden Rowan County, Kentucky -0.478280146619880497 +22127 aapg_af_143.html aapg_af_143.html:1003:103645:103654 Knoxville California -0.462193603410137988 +22128 cspg_html_3187264334 cspg_html_3187264334:564:58808:58825 Cardium Lacombe, Alberta -0.505461833266380389 +22129 aapg_ah_779.html aapg_ah_779.html:542:103593:103601 Woodford Kentucky -0.0319906913547674462 +22130 gsa_html_9898556493 gsa_html_9898556493:239:28229:28236 Modesto Tuolumne River -0.0304773910336276765 +22131 aapg_ae_59.html aapg_ae_59.html:463:41508:41520 Dakota Denver 0.0269696652551640326 +22132 geology_html_6537414409 geology_html_6537414409:304:22718:22725 Madison Scotia, New York -0.438060290900437188 +22133 geology_html_6547525939 geology_html_6547525939:237:23008:23017 Extension Iceland -0.486794549910148755 +22134 aapg_ai_913.html aapg_ai_913.html:276:40244:40291 Sandia Colorado -0.495853839651622219 +22135 palaios_html_7679079277 palaios_html_7679079277:741:62337:62360 Gypsum Spring Greybull, Wyoming -0.487431918821373489 +22136 cspg_html_1665574291 cspg_html_1665574291:8:831:849 Paskapoo Calgary -0.0470400724197041903 +22137 geology_html_7629007522 geology_html_7629007522:111:8431:8452 Mount Shields Arizona -0.430092438352523254 +22138 cspg_html_6927586285 cspg_html_6927586285:471:59785:59797 Halfway Victoria, British Columbia -0.43580087580188992 +22139 cspg_html_4010530611 cspg_html_4010530611:193:20434:20446 Rundle Central Alberta -0.0833335469290172881 +22140 aapg_ac_586.html aapg_ac_586.html:69:8686:8707 Mauch Chunk Pottsville, Pennsylvania -0.439223139625051329 +22141 aapg_ae_5.html aapg_ae_5.html:18:2434:2448 Earp Arizona -0.448327675040319895 +22142 gsa_html_2729737430 gsa_html_2729737430:458:48588:48606 Teewinot Grand Valley (Colorado) -0.0877889427713105935 +22143 aapg_af_624.html aapg_af_624.html:128:9526:9544 Sundance Fremont County, Wyoming -0.450932780647085085 +22144 aapg_ac_56.html aapg_ac_56.html:5:745:757 Punta Alegre Salina, Kansas -0.0540437511294119405 +22145 palaios_html_6757540995 palaios_html_6757540995:565:52680:52695 Eutaw Alabama -0.220826199818706381 +22146 aapg_ah_460.html aapg_ah_460.html:28:3342:3361 Etchegoin Maricopa, Arizona -0.472302935634413557 +22147 aapg_ah_876.html aapg_ah_876.html:607:75534:75554 Ferry Lake Anhydrite Texas 0.0188026760171915025 +22148 aapg_ae_706.html aapg_ae_706.html:376:33209:33218 Allegheny Knoxville, Tennessee -0.425384893115628659 +22149 cspg_html_9354781888 cspg_html_9354781888:1127:76102:76121 Spearfish Williston Basin -0.454089094007790295 +22150 aapg_ah_464.html aapg_ah_464.html:26:4458:4461 Ada Pottsville, Pennsylvania -0.00326243548975702329 +22151 gsa_html_7918353127 gsa_html_7918353127:749:64997:65012 Salt Lake Boise, Idaho 0.748712378994923822 +22152 aapg_ai_47.html aapg_ai_47.html:82:10708:10716 Imperial Santa Clara, California -0.430461955487671633 +22153 aapg_aa_124.html aapg_aa_124.html:18:2763:2777 Colorado Lacombe, Alberta -0.451787799117909672 +22154 cspg_html_5241714595 cspg_html_5241714595:439:67496:67524 Nisku Lacombe, Alberta -0.457430856722515267 +22155 sedimentology_html_6157785070 sedimentology_html_6157785070:203:9532:9536 Ross Stroudsburg, Pennsylvania -0.492309966808552324 +22156 gsa_html_5865982995 gsa_html_5865982995:1469:153856:153873 Bridger Cheyenne, Wyoming -0.477179162580930738 +22157 aapg_ae_863.html aapg_ae_863.html:396:44276:44293 Modelo Santa Monica Mountains -0.469933557233422561 +22158 jgeology_html_4305195651 jgeology_html_4305195651:2913:201013:201037 Catskill Hyner View State Park 0.00786094473747839077 +22159 gsa_html_9353787239 gsa_html_9353787239:1241:103257:103266 Flagstaff Grand Canyon -0.248328809058008554 +22160 aapg_aa_399.html aapg_aa_399.html:136:10001:10009 Kootenay Colorado -0.44280960294495586 +22161 aapg_af_664.html aapg_af_664.html:213:23505:23509 Yeso Sacramento Mountains (California) 0.903248798494669325 +22162 sedimentology_html_7990658411 sedimentology_html_7990658411:30:2208:2218 Washington Wa (Japan) 0.00179624453777558709 +22163 aapg_ad_466.html aapg_ad_466.html:211:26990:26998 Navesink Mount Laurel Township, New Jersey -0.0492757313176268794 +22164 aapg_ah_675.html aapg_ah_675.html:478:65312:65327 Kayak Canada -0.48309921135944367 +22165 aapg_af_142.html aapg_af_142.html:264:33941:33954 Cotton Valley Texas -0.455229509631582041 +22166 aapg_aa_685.html aapg_aa_685.html:51:5329:5338 Flagstaff North Horn Formation -0.44280960294495586 +22167 gsa_html_5625878232 gsa_html_5625878232:446:62684:62695 San Antonio Mexico -0.0743708697972152444 +22168 aapg_ac_881.html aapg_ac_881.html:3:432:450 Deadwood Williston, Vermont -0.462045592650446035 +22169 aapg_ae_871.html aapg_ae_871.html:336:52651:52671 Fredericksburg Anchorage, Alaska -0.0589947795432145122 +22170 palaios_html_8915371254 palaios_html_8915371254:860:52479:52503 Brasso Trinidad and Tobago 0.417287606350505158 +22171 cspg_html_5241714595 cspg_html_5241714595:230:35541:35552 Slave Point Lacombe, Alberta -0.476519241639526414 +22172 aapg_ad_721.html aapg_ad_721.html:449:42310:42326 Rustler Pecos River -0.46741476224763201 +22173 aapg_aa_924.html aapg_aa_924.html:43:5172:5182 Pottsville Southeast Asia -0.487926676393575676 +22174 gsa_html_8395433417 gsa_html_8395433417:679:68495:68523 Green River Colorado -0.00549476708285740172 +22175 aapg_ae_69.html aapg_ae_69.html:239:26970:26991 Green River Uinta Mountains -0.458695727712452594 +22176 aapg_ah_203.html aapg_ah_203.html:459:72113:72131 Morrison San Juan, Argentina -0.459083706416541504 +22177 aapg_af_479.html aapg_af_479.html:535:56457:56477 Point Loma La Jolla Cove -0.456561440120662909 +22178 cspg_html_8109044701 cspg_html_8109044701:173:20123:20136 Shuswap Cairns, Queensland -0.471432653520514666 +22179 geology_html_4491958168 geology_html_4491958168:268:21634:21638 Bond North Atlantic Current -0.455188836413653375 +22180 aapg_af_695.html aapg_af_695.html:166:16988:17000 Austin Chalk Buda, Texas 0.547518623699316809 +22181 aapg_aa_37.html aapg_aa_37.html:174:21114:21129 Arcturus Kaibab, Arizona -0.458659434193013582 +22182 jgeology_html_8447682494 jgeology_html_8447682494:153:8728:8745 Seboomook Quebec City -0.0674089599610137313 +22183 cspg_html_9354781888 cspg_html_9354781888:535:46471:46501 Doig Lacombe, Alberta -0.00682551256752809629 +22184 aapg_ai_28.html aapg_ai_28.html:776:73662:73669 Lagarto Oakville, California -0.0241616892206824377 +22185 aapg_af_736.html aapg_af_736.html:125:13890:13915 Green River Douala -0.435668138774596203 +22186 gsa_html_3542448939 gsa_html_3542448939:74:6411:6439 Green River New Mexico 0.0154260244702596958 +22187 aapg_ai_975.html aapg_ai_975.html:122:16216:16224 Kiamichi East Asia -0.421938067268467054 +22188 cspg_html_3860685167 cspg_html_3860685167:361:37652:37672 Mount Head Nelson, New Zealand -0.151638500720992275 +22189 aapg_ah_678.html aapg_ah_678.html:391:45964:45981 Vicksburg Texas -0.214644305715956774 +22190 aapg_ae_324.html aapg_ae_324.html:1313:130762:130773 Black River Knoxville, Tennessee -0.414760740519922233 +22191 sedimentology_html_2387931271 sedimentology_html_2387931271:92:10125:10135 Kern River California -0.011777050823328571 +22192 aapg_ac_280.html aapg_ac_280.html:238:19102:19121 Sallisaw Frisco, Texas -0.436376287029603016 +22193 aapg_ad_379.html aapg_ad_379.html:627:51459:51466 Entrada Logan, Utah -0.41753718105898574 +22194 cspg_html_1118978429 cspg_html_1118978429:587:54979:54987 Columbia Lacombe, Alberta -0.00729110700735253591 +22195 aapg_aa_484.html aapg_aa_484.html:330:31370:31375 Atoka Pittsburgh 0.00968516832119581395 +22196 aapg_ak_70.html aapg_ak_70.html:28:3764:3772 Woodside Middle East -0.0156814715209821626 +22197 sedimentology_html_5376758741 sedimentology_html_5376758741:24:1508:1543 Beck Spring Dolomite Southern California -0.0466985931780469835 +22198 gsa_html_5372285874 gsa_html_5372285874:706:65297:65306 Extension China -0.0473711120814198014 +22199 sedimentology_html_3492444534 sedimentology_html_3492444534:158:17139:17145 Salina Panarea 0.0114208658344619116 +22200 jgeology_html_1838149422 jgeology_html_1838149422:980:92135:92153 John Day Nebraska -0.462143504710773534 +22201 gsa_html_9280112280 gsa_html_9280112280:397:36712:36717 Upham Norcross, Georgia -0.436805862873274886 +22202 cspg_html_1903772372 cspg_html_1903772372:96:13423:13434 King Salmon Middle East -0.0709788415156367009 +22203 cspg_html_9725676031 cspg_html_9725676031:261:34770:34787 Skull Creek Regina, Saskatchewan -0.457492019193031785 +22204 aapg_ah_720.html aapg_ah_720.html:108:13304:13310 Denver Colorado -0.446521936096131722 +22205 cspg_html_2695921112 cspg_html_2695921112:200:22419:22424 Mabou Riversdale, New Zealand -0.512291657646269938 +22206 geology_html_5116367855 geology_html_5116367855:290:26272:26280 Scotland San Fernando Valley -0.0645836927701801955 +22207 aapg_ad_734.html aapg_ad_734.html:284:28070:28075 Mt Lytton Colorado 0.013787401887184414 +22208 sedimentology_html_6346136313 sedimentology_html_6346136313:1346:87893:87902 Lancaster Sonora -0.474992922950619234 +22209 gsa_html_4067269733 gsa_html_4067269733:975:93423:93441 Imperial California -0.447404197686881167 +22210 cspg_html_4495395109 cspg_html_4495395109:11:1337:1359 Frenchman Regina, Saskatchewan -0.480109712230180896 +22211 aapg_ai_996.html aapg_ai_996.html:32:4626:4633 Norfolk Pennsylvania -0.029835599351404625 +22212 cspg_html_9753247638 cspg_html_9753247638:8:312:328 Albert New Brunswick, New Jersey -0.466219818123899288 +22213 gsa_html_5865982995 gsa_html_5865982995:967:105469:105486 Wasatch Colorado -0.0963690931631185355 +22214 cspg_html_4293350162 cspg_html_4293350162:820:89684:89694 Mount Head Carnarvon, Western Australia -0.469726827457912721 +22215 aapg_ai_27.html aapg_ai_27.html:4:450:455 Indio Carrizo Plain -0.466920106770381871 +22216 aapg_ah_528.html aapg_ah_528.html:127:12463:12470 Thaynes Reno, Nevada 0.00553124928900665478 +22217 aapg_ah_435.html aapg_ah_435.html:324:39181:39189 Tamasopo San Juan, Argentina -0.0456254660933555489 +22218 gsa_html_3720789279 gsa_html_3720789279:1366:124729:124745 Navajo Logan, Utah -0.47254944238616009 +22219 aapg_ah_387.html aapg_ah_387.html:52:8443:8452 Knoxville Sierra Nevada (Spain) 0.0244659336332528031 +22220 AMJC_html_9701369019 AMJC_html_9701369019:1133:120348:120355 Oceanic Washington (state) -0.498034815247566209 +22221 geology_html_5339295464 geology_html_5339295464:201:22319:22327 Columbia Victoria, British Columbia -0.466714081975797668 +22222 jgeology_html_5090133589 jgeology_html_5090133589:1073:64382:64386 Vail Colorado -0.030413036449144077 +22223 cspg_html_4516258038 cspg_html_4516258038:581:63821:63840 Bay Fiord Melville Island (Canada) -0.220937317465133148 +22224 cspg_html_5241714595 cspg_html_5241714595:894:115764:115780 Nisku Lacombe, Alberta -0.447168994241326834 +22225 cspg_html_2026880958 cspg_html_2026880958:262:29347:29358 Coal Valley Lacombe, Alberta -0.488956974601549299 +22226 cspg_html_5210692627 cspg_html_5210692627:299:37719:37738 Athabasca CFB Cold Lake -0.4864081422828892 +22227 aapg_aa_415.html aapg_aa_415.html:306:44758:44777 Escondido Texas -0.470181697121159758 +22228 gsa_html_5408021181 gsa_html_5408021181:1092:79027:79055 Green River Colorado -0.0130645631501062637 +22229 sedimentology_html_7053260653 sedimentology_html_7053260653:558:49586:49590 Hall London, Ontario -0.458822766590828601 +22230 cspg_html_5241714595 cspg_html_5241714595:560:83568:83602 Duvernay Lacombe, Alberta -0.0338991191876076986 +22231 aapg_ae_959.html aapg_ae_959.html:310:24724:24738 Word Guadalupe Mountains National Park -0.0486622990277508355 +22232 geology_html_9810499598 geology_html_9810499598:272:21042:21052 Copenhagen Gotland -0.463362613223226583 +22233 geology_html_9480340228 geology_html_9480340228:56:5520:5540 Michigamme Sudbury, Suffolk -0.041445748202081481 +22234 gsa_html_1193494932 gsa_html_1193494932:73:7826:7836 Washington Salem, Oregon -0.0720946960708097884 +22235 cspg_html_9354781888 cspg_html_9354781888:1601:99746:99754 Columbia Victoria, British Columbia -0.470216166533545032 +22236 aapg_ac_714.html aapg_ac_714.html:16:2320:2328 Sundance Cheyenne, Wyoming 0.000753935409928500173 +22237 palaios_html_3927097660 palaios_html_3927097660:510:54723:54740 Forest Mexico -0.0258220684876826687 +22238 aapg_aa_192.html aapg_aa_192.html:204:25015:25028 Madison Lima, Ohio -0.501560061931396017 +22239 jgeology_html_4599466962 jgeology_html_4599466962:207:15542:15563 Onondaga Onondaga (tribe) -0.465561228542891226 +22240 cspg_html_3265858620 cspg_html_3265858620:8:794:810 Besa River Kinderhook (town), New York -0.0332814982379016425 +22241 gsa_html_5525883369 gsa_html_5525883369:29:2796:2824 Green River Colorado -0.0318915382493003205 +22242 cspg_html_3762708087 cspg_html_3762708087:389:53465:53481 Viking Suffield, Connecticut -0.0743341210904666233 +22243 cspg_html_9272962376 cspg_html_9272962376:471:60175:60192 Wilcox Texas -0.485663921579086111 +22244 aapg_af_458.html aapg_af_458.html:511:61894:61906 Rhode Island Kingston, Jamaica -0.0771593057346249972 +22245 sedimentology_html_5834032566 sedimentology_html_5834032566:632:55931:55963 Gull Island Clare County, Michigan -0.0203634553137257354 +22246 palaios_html_3105248303 palaios_html_3105248303:924:90551:90559 Virginia Middle Ordovician -0.482280957733571936 +22313 geology_html_4664906472 geology_html_4664906472:310:27353:27368 Aquia Maryland 0.0068081397182383728 +22247 sedimentology_html_2041096405 sedimentology_html_2041096405:789:63400:63451 Winnipegosis Regina, Saskatchewan -0.0204677435827045166 +22248 aapg_aa_360.html aapg_aa_360.html:191:16238:16248 San Marcos Texas -0.502850661160650247 +22249 cspg_html_2799817929 cspg_html_2799817929:380:41980:41990 Fort Worth Lacombe, Alberta -0.0315036314272049284 +22250 gsa_html_2023933346 gsa_html_2023933346:518:52869:52874 Sespe Whittier, Alaska -0.486319176175919576 +22251 gsa_html_5107598462 gsa_html_5107598462:264:23971:23979 Onondaga Salina, Kansas -0.0653016717146195635 +22252 gsa_html_2509147847 gsa_html_2509147847:655:73136:73144 Colorado Sonora -0.442860875153750722 +22253 geology_html_2516074878 geology_html_2516074878:306:25940:25948 Columbia Victoria, British Columbia -0.0292147099429476073 +22254 gsa_html_5089176247 gsa_html_5089176247:977:89003:89012 Flagstaff Logan, Utah -0.0710383011899469591 +22255 aapg_ad_55.html aapg_ad_55.html:92:7429:7436 Decorah Missouri River -0.196055064634369447 +22256 gsa_html_4446967287 gsa_html_4446967287:451:38042:38062 Mt Lytton Little Shuswap Lake -0.44255997020698512 +22257 gsa_html_8076575690 gsa_html_8076575690:1296:97217:97222 Cadiz London, Ontario -0.479670542308177961 +22258 aapg_af_887.html aapg_af_887.html:199:20026:20042 Salado Salado, Texas 0.989979701184894645 +22259 aapg_ah_724.html aapg_ah_724.html:3:438:446 Columbia Canada 0.0154659921989573207 +22260 gsa_html_1783148177 gsa_html_1783148177:598:63026:63048 Artist Drive Eagle Mountain (Minnesota) -0.459639875047440249 +22261 gsa_html_9415028836 gsa_html_9415028836:841:63732:63760 Green River Iran -0.0209613827792686502 +22262 aapg_ae_668.html aapg_ae_668.html:1167:111625:111631 Brazil Aurich (district) -0.0334398147432133225 +22263 aapg_ac_986.html aapg_ac_986.html:399:46189:46198 Spearfish Chicopee, Massachusetts 0.00270479477611077846 +22264 gsa_html_5884416968 gsa_html_5884416968:765:67632:67660 Green River Colorado 0.00570844885597124405 +22265 gsa_html_4249721605 gsa_html_4249721605:987:83265:83293 Green River Colorado 0.010367970259029002 +22266 aapg_ac_71.html aapg_ac_71.html:89:11348:11365 Sunrise Gardnerville, Nevada -0.469051848391689397 +22267 aapg_ac_295.html aapg_ac_295.html:104:9229:9269 Basal Furnas County, Nebraska -0.532247693099860419 +22268 aapg_ah_203.html aapg_ah_203.html:526:85223:85241 Morrison New Mexico -0.0127657024782368619 +22269 aapg_ae_6.html aapg_ae_6.html:80:8631:8652 Georgetown San Marcos, California -0.0321281154583834411 +22270 aapg_ah_459.html aapg_ah_459.html:117:12212:12230 Onondaga Helderberg -0.473663043482949409 +22271 cspg_html_4010530611 cspg_html_4010530611:11:1237:1249 Rundle Canada -0.482597909534674852 +22272 aapg_ak_118.html aapg_ak_118.html:41:4702:4719 Schuler Bossier City, Louisiana -0.493565158874039067 +22273 aapg_ac_324.html aapg_ac_324.html:553:72856:72868 Pioche Snake Creek -0.462111625185478381 +22274 aapg_ah_654.html aapg_ah_654.html:342:34110:34120 Phosphoria Black Hills -0.487638228334652091 +22275 aapg_ac_579.html aapg_ac_579.html:57:7011:7032 Green River Logan, Utah 0.319211345612738562 +22276 aapg_ae_465.html aapg_ae_465.html:39:4251:4268 Hosston Pine Island (Lee County, Florida) 0.0360445348198588436 +22277 aapg_ac_720.html aapg_ac_720.html:13:1864:1881 Tinton Navesink River -0.0806904565746845437 +22278 aapg_ad_194.html aapg_ad_194.html:325:38542:38562 Copenhagen Antelope Valley Freeway -0.46809765859229685 +22279 gsa_html_4108353219 gsa_html_4108353219:650:49994:50003 San Diego California -0.495740204770814097 +22280 aapg_ae_828.html aapg_ae_828.html:276:21872:21894 Prairie Utica, New York 0.000152871659208356339 +22281 aapg_ah_160.html aapg_ah_160.html:469:53392:53400 Michigan Salina, Kansas -0.052476148512779229 +22282 gsa_html_4432793908 gsa_html_4432793908:650:72719:72742 Newark Canyon Reno, Nevada -0.501579132025020247 +22283 aapg_aa_114.html aapg_aa_114.html:217:23963:23998 Huizachal Matamoros, Tamaulipas -0.470262127852539125 +22284 aapg_aa_860.html aapg_aa_860.html:1141:109362:109366 Wise Cheyenne, Wyoming -0.447135398674851747 +22285 aapg_ai_105.html aapg_ai_105.html:44:7085:7090 Uinta Logan, Utah -0.064966254466043899 +22286 palaios_html_1018466366 palaios_html_1018466366:1577:139222:139234 Saskatchewan Caldwell, New Jersey -0.448296279445968116 +22287 cspg_html_7896958755 cspg_html_7896958755:281:30282:30302 Clearwater Western world -0.525228952783036385 +22288 aapg_ae_998.html aapg_ae_998.html:150:19859:19877 Evanston Kemmerer, Wyoming -0.44497889773871091 +22289 gsa_html_4873957926 gsa_html_4873957926:231:23755:23771 Fish Canyon Tuff San Juan, Argentina -0.470236848829719556 +22290 cspg_html_3966956195 cspg_html_3966956195:395:36392:36414 Boat Harbour Canada -0.115425710228900719 +22291 aapg_ah_318.html aapg_ah_318.html:2209:196066:196075 San Pedro Durango, Durango 0.000548948298213387093 +22292 gsa_html_9352654438 gsa_html_9352654438:686:73405:73415 Washington Earth -0.0171725037246518962 +22293 cspg_html_1841843683 cspg_html_1841843683:78:13190:13198 Sawtooth Williston Basin -0.477401564658383792 +22294 geology_html_2235998351 geology_html_2235998351:240:23047:23065 Monterey California -0.442548827459522287 +22295 cspg_html_5973552270 cspg_html_5973552270:56:7711:7730 Waterways Swan Hill, Victoria -0.456844361180692826 +22296 gsa_html_6983076294 gsa_html_6983076294:996:87067:87081 Troy Arizona 0.00897110580266103318 +22297 aapg_ae_76.html aapg_ae_76.html:268:26305:26322 Rustler Delaware -0.21492483457123876 +22298 sedimentology_html_6459467691 sedimentology_html_6459467691:105:8229:8255 Nepean Ontario, California -0.498982459849811322 +22299 aapg_aa_357.html aapg_aa_357.html:383:35715:35721 Chinle Chinle Formation -0.21492483457123876 +22300 aapg_ai_436.html aapg_ai_436.html:27:2192:2213 Monterey Monterey, California -0.465641239344597002 +22301 aapg_ai_256.html aapg_ai_256.html:89:10345:10356 Beekmantown Black River, Jamaica 0.0134746328409381076 +22302 AMJC_html_5916115748 AMJC_html_5916115748:1176:112843:112849 Oregon Washington (state) -0.442595627901035182 +22303 aapg_aa_261.html aapg_aa_261.html:199:26998:27012 Lisburne Anchorage, Alaska -0.480807266046245518 +22304 aapg_ac_879.html aapg_ac_879.html:217:29815:29825 Washington Cascade Mountain (Alberta) -0.470188590895520009 +22305 aapg_ac_333.html aapg_ac_333.html:861:105546:105556 San Andres New Mexico 0.00258840277417881313 +22306 aapg_ad_178.html aapg_ad_178.html:47:4431:4447 Belloy Victoria, British Columbia -0.027526109445885228 +22307 aapg_ad_52.html aapg_ad_52.html:672:73484:73502 Michigan Michigan -0.428317245284791537 +22308 aapg_ai_321.html aapg_ai_321.html:187:25725:25739 Esquias La Libertad, Negros Oriental -0.0474286098423364472 +22309 sedimentology_html_6935812806 sedimentology_html_6935812806:369:23437:23442 Swift London, Ontario -0.00819798606036370794 +22310 aapg_ah_529.html aapg_ah_529.html:46:6533:6549 Abrigo New Mexico -0.460953349343471763 +22311 aapg_ah_198.html aapg_ah_198.html:486:59925:59943 Monterey California -0.45544420419021614 +22312 aapg_ae_103.html aapg_ae_103.html:738:62566:62571 Peten Guatemala -0.478488911708928044 +22314 aapg_ai_82.html aapg_ai_82.html:371:40843:40863 Greenbrier Huntington, West Virginia -0.481309854062180409 +22315 aapg_aa_507.html aapg_aa_507.html:78:10070:10080 Tuscaloosa Selma to Montgomery marches -0.0449565743683128724 +22316 sedimentology_html_9354643568 sedimentology_html_9354643568:1480:89419:89442 Kuparuk Anchorage, Alaska -0.473663043482949409 +22317 palaios_html_3855840708 palaios_html_3855840708:430:36145:36160 Arikaree White River (Washington) -0.00485893734726632141 +22318 palaios_html_2835048457 palaios_html_2835048457:92:11765:11790 Poleta California -0.196429675912310558 +22319 aapg_aa_23.html aapg_aa_23.html:310:35997:36011 Winnipeg Manitoba -0.235102691532933616 +22320 aapg_ah_64.html aapg_ah_64.html:41:4962:4978 Salina Onondaga (tribe) -0.449467616590735308 +22321 gsa_html_5773604426 gsa_html_5773604426:601:49655:49667 Wilcox Middle East -0.442682549290708161 +22322 cspg_html_7809640865 cspg_html_7809640865:10:822:855 Joli Fou Regina, Saskatchewan -0.468054102450840448 +22323 aapg_ad_760.html aapg_ad_760.html:47:6640:6648 Vaqueros Oak Ridge, Tennessee -0.446146001135949044 +22324 AMJC_html_3384252704 AMJC_html_3384252704:1418:127800:127806 Reston Virginia -0.0181770085033734277 +22325 gsa_html_1347484649 gsa_html_1347484649:218:19837:19855 Willwood Cheyenne, Wyoming -0.472943536588278923 +22326 geology_html_7784703862 geology_html_7784703862:61:5057:5065 Colorado Denver -0.0783710947280626402 +22327 cspg_html_9354781888 cspg_html_9354781888:915:65261:65266 Banff Lacombe, Alberta -0.462644618431458876 +22328 gsa_html_7657889405 gsa_html_7657889405:787:69094:69104 Wind River Sierra Nevada (Spain) -0.517213470394106034 +22329 aapg_ai_483.html aapg_ai_483.html:5:1103:1122 Lodgepole Mississippian culture 0.00204466219751255973 +22330 aapg_ai_157.html aapg_ai_157.html:453:42066:42083 Norfolk Guelph -0.481309854062180409 +22331 aapg_af_579.html aapg_af_579.html:269:28983:29007 Junction Creek Logan, Utah -0.0463362228141432422 +22332 geology_html_6277961763 geology_html_6277961763:223:20663:20671 Rockwell San Diego -0.464419004431934179 +22333 sedimentology_html_6688819115 sedimentology_html_6688819115:950:93748:93756 Homewood Oman -0.482963947665808413 +22334 aapg_ah_329.html aapg_ah_329.html:189:17908:17913 Lospe Knoxville, Illinois -0.469024309212410007 +22335 gsa_html_7188064364 gsa_html_7188064364:63:4954:4982 Green River Colorado -0.0423372538738103418 +22336 aapg_ai_999.html aapg_ai_999.html:59:5771:5787 Fernie Lacombe, Alberta 0.0180518772845760546 +22337 sedimentology_html_8230868664 sedimentology_html_8230868664:290:22762:22778 Navajo Africa -0.474805786132168894 +22338 aapg_ai_704.html aapg_ai_704.html:9:1048:1054 Brazil Trinidad and Tobago -0.0316445288569785835 +22339 aapg_ah_339.html aapg_ah_339.html:397:35025:35033 Richmond Maysville, Kentucky -0.0759145569795276337 +22340 cspg_html_4293350162 cspg_html_4293350162:772:80975:80995 Mount Head Western world -0.445273887467667717 +22341 cspg_html_1118978429 cspg_html_1118978429:511:50626:50656 Kootenay Lacombe, Alberta -0.0309035312152589614 +22342 geology_html_4022603373 geology_html_4022603373:246:21728:21737 Partridge South Africa -0.491282661525563435 +22343 aapg_ah_318.html aapg_ah_318.html:1742:163676:163685 Huizachal Coahuila -0.0108926765936857208 +22344 aapg_ae_419.html aapg_ae_419.html:1470:113245:113258 Velasco Mexico -0.472604743150075168 +22345 AMJC_html_6952502256 AMJC_html_6952502256:1450:133848:133865 White Rock Cheyenne, Wyoming -0.0619378811065202026 +22346 aapg_ae_833.html aapg_ae_833.html:40:3013:3021 Wolfcamp Atoka, Oklahoma -0.0427586605090743907 +22347 cspg_html_4298557570 cspg_html_4298557570:14:1759:1778 Whitemud Bearpaw Formation -0.4597965726108596 +22348 jgeology_html_9215313444 jgeology_html_9215313444:862:68000:68027 Columbia Salem, Oregon -0.465104162426203172 +22349 sedimentology_html_2550885329 sedimentology_html_2550885329:24:1674:1694 Swan Hills Canada -0.423360731207782837 +22350 cspg_html_7278957427 cspg_html_7278957427:6:440:459 Beaufort Ellesmere Island -0.43919205226689878 +22351 gsa_html_7542416588 gsa_html_7542416588:31:1364:1372 Colorado Denver -0.067880848555025769 +22352 aapg_ah_414.html aapg_ah_414.html:40:2888:2908 Milk River Milk River, Alberta 0.00515947912724753696 +22353 palaios_html_2736581987 palaios_html_2736581987:461:52323:52339 Hueco New Mexico -0.423085635093811196 +22354 cspg_html_1743658399 cspg_html_1743658399:64:9767:9772 Savik Middle East -0.423076903173580265 +22355 aapg_ai_720.html aapg_ai_720.html:204:22671:22689 Magothy Closter, New Jersey -0.0212221131504006823 +22356 gsa_html_9181545711 gsa_html_9181545711:740:69822:69828 Denver Colorado 0.0121540899829594047 +22357 gsa_html_7858519119 gsa_html_7858519119:54:3395:3423 Green River Colorado -0.0178746093391716279 +22358 gsa_html_1536819908 gsa_html_1536819908:558:53343:53356 Carlin Canyon Reno, Nevada -0.19400236861642059 +22359 cspg_html_5950764790 cspg_html_5950764790:390:45242:45249 Camrose Lacombe, Alberta -0.474918987556243288 +22360 cspg_html_1565769407 cspg_html_1565769407:97:12812:12823 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador -0.464610795373413321 +22361 cspg_html_2882882278 cspg_html_2882882278:11:2201:2209 Columbia Elk Valley (British Columbia) -0.0732877688136268635 +22362 cspg_html_7576506617 cspg_html_7576506617:376:54654:54675 Ekwan River Moose River (Maine) -0.0240660707758517355 +22363 palaios_html_1759286431 palaios_html_1759286431:82:11806:11820 Kope Kentucky -0.479352341582737318 +22364 aapg_ah_625.html aapg_ah_625.html:29:3559:3588 Green River Logan, Utah 0.791205034547324937 +22365 aapg_ak_85.html aapg_ak_85.html:103:13189:13196 Bossier Arkansas 0.000211935711374605716 +22366 gsa_html_7214330928 gsa_html_7214330928:577:53834:53844 Washington Colorado -0.0386168312473477923 +22367 geology_html_4965715689 geology_html_4965715689:71:6344:6360 Noonday Dolomite Badwater Basin -0.483015252079283031 +22368 cspg_html_2784057671 cspg_html_2784057671:670:70649:70655 Oregon Pearl, Mississippi -0.0581693509362974023 +22369 cspg_html_6715452766 cspg_html_6715452766:579:61216:61235 Beaufort Canadian Arctic Archipelago -0.26254781871971461 +22370 sedimentology_html_8382098960 sedimentology_html_8382098960:310:24437:24441 Hall London, Ontario -0.479438267468745405 +22371 aapg_aa_787.html aapg_aa_787.html:384:44496:44513 Tessey West, Texas -0.0468588775503323562 +22372 cspg_html_3233680622 cspg_html_3233680622:41:5347:5368 Strathcona Fiord Ellesmere Island -0.440887830328426711 +22373 geology_html_9788030825 geology_html_9788030825:18:977:983 Denver Colorado -0.495361532565000373 +22374 aapg_ah_150.html aapg_ah_150.html:224:25860:25880 Keokuk Burlington, Ontario 0.0305104381123500537 +22375 aapg_ae_419.html aapg_ae_419.html:2154:147957:147977 San Felipe Victoria, British Columbia 0.65927734000316518 +22376 jgeology_html_8596065691 jgeology_html_8596065691:723:62797:62800 Arc Caribbean -0.0380668126428187481 +22377 cspg_html_5241714595 cspg_html_5241714595:385:59870:59888 Granite Wash Swan Hill, Victoria -0.472639307901536299 +22378 aapg_af_551.html aapg_af_551.html:102:11786:11802 Kinderhook Chattanooga, Tennessee -0.495818327103384027 +22379 aapg_ah_604.html aapg_ah_604.html:163:11773:11795 Mooringsport Mississippi River -0.040359343442637502 +22380 aapg_ai_821.html aapg_ai_821.html:126:16331:16353 Winnipegosis Regina, Saskatchewan -0.00382529052751042712 +22381 gsa_html_2877730818 gsa_html_2877730818:874:75418:75454 Wood Canyon California 0.00437077655696941486 +22382 sedimentology_html_5286674783 sedimentology_html_5286674783:687:46283:46291 Montreal Montreal -0.0460783921822131154 +22383 aapg_ac_765.html aapg_ac_765.html:320:59242:59253 Chinle Banbury -0.45421548506785292 +22384 cspg_html_6306091047 cspg_html_6306091047:11:1405:1413 Pardonet Victoria, British Columbia -0.486422190409221522 +22385 aapg_aa_684.html aapg_aa_684.html:229:22095:22099 Jelm John Crow Mountains -0.0334363352357507984 +22386 aapg_aa_718.html aapg_aa_718.html:588:63188:63198 Washington Huntington, West Virginia -0.00177887268492281456 +22387 gsa_html_9457387752 gsa_html_9457387752:553:47865:47873 Catoctin Grandfather Mountain -0.473778404154942046 +22388 aapg_ah_632.html aapg_ah_632.html:65:11340:11348 Virginia Shenandoah Valley -0.463636287457712182 +22389 aapg_ai_751.html aapg_ai_751.html:294:32120:32126 Mercer Pocono Raceway -0.0877889427713105935 +22390 aapg_ai_989.html aapg_ai_989.html:16:2945:2962 Temblor California -0.415217518793184637 +22391 sedimentology_html_8097871643 sedimentology_html_8097871643:32:1899:1912 Santa Barbara Canada -0.451812561628617604 +22392 aapg_af_487.html aapg_af_487.html:303:35430:35434 Ross Stroudsburg, Pennsylvania -0.451875596518584666 +22393 aapg_af_587.html aapg_af_587.html:99:7746:7751 Yukon Kuskokwim Mountains -0.484079342907875299 +22394 cspg_html_5541937700 cspg_html_5541937700:1003:115837:115853 Viking Canada -0.423076903173580265 +22395 aapg_ae_59.html aapg_ae_59.html:562:46379:46387 Colorado Colorado -0.0433821006587485347 +22396 aapg_ac_69.html aapg_ac_69.html:577:62515:62529 Richmond Bloomington, Indiana -0.469506369220983932 +22397 geology_html_8989186587 geology_html_8989186587:193:19288:19297 Hermitage Hermitage Museum -0.0330135830277358128 +22398 aapg_ac_333.html aapg_ac_333.html:355:46242:46247 Ouray Colorado -0.465888175365361257 +22399 aapg_ad_11.html aapg_ad_11.html:3:388:395 Wasatch Fort Union Trading Post National Historic Site -0.461128473443845555 +22400 cspg_html_7963093032 cspg_html_7963093032:38:5387:5395 Columbia Victoria, British Columbia -0.503853986857278446 +22401 gsa_html_5293445820 gsa_html_5293445820:800:80919:80936 Nasina Andes -0.0381695036603138874 +22402 aapg_aa_994.html aapg_aa_994.html:25:2124:2147 Cotton Valley Cotton Valley, Louisiana -0.460655489757687109 +22403 aapg_ai_334.html aapg_ai_334.html:58:6687:6703 Tactic Santa Rosa, California -0.469189557204259144 +22404 aapg_af_128.html aapg_af_128.html:465:42550:42556 Casper Cheyenne, Wyoming -0.00357860677920869346 +22405 gsa_html_2832151886 gsa_html_2832151886:515:45446:45475 Belle Fourche Lacombe, Alberta -0.438386363525214817 +22406 cspg_html_4915680223 cspg_html_4915680223:18:1937:1946 Allen Bay Little Cornwallis Island 0.922441202497013335 +22407 palaios_html_4880574501 palaios_html_4880574501:618:54491:54495 Kope Ohio -0.455211432419709627 +22408 aapg_ai_1.html aapg_ai_1.html:351:31363:31380 Paradox Uncompahgre Plateau -0.0228978336199521272 +22409 jgeology_html_5615543680 jgeology_html_5615543680:671:47407:47441 Lockatong Closter, New Jersey -0.468255854243320946 +22410 geology_html_5512329346 geology_html_5512329346:281:24157:24163 Taylor Solomon Islands -0.478284785297837578 +22411 gsa_html_1193494932 gsa_html_1193494932:520:53018:53024 Oregon Salem, Oregon -0.0607524436830816084 +22412 gsa_html_9417870342 gsa_html_9417870342:1064:77539:77548 San Diego California -0.483631144002422242 +22413 cspg_html_2695921112 cspg_html_2695921112:182:20288:20318 Bathurst Bathurst, New South Wales -0.515832271561596056 +22414 cspg_html_7688587411 cspg_html_7688587411:419:41682:41690 Dunvegan Lacombe, Alberta -0.00514558121477792525 +22415 aapg_ad_338.html aapg_ad_338.html:412:49348:49361 Potomac Maryland 0.325819128688476733 +22416 aapg_aa_123.html aapg_aa_123.html:258:27562:27581 Baldonnel Lima, Ohio -0.021507182733615033 +22417 aapg_ad_564.html aapg_ad_564.html:4766:372654:372672 Barnett Texas -0.103623346188373835 +22418 gsa_html_1538463681 gsa_html_1538463681:40:2576:2599 Morita California 0.00854719127328702234 +22419 gsa_html_7153425423 gsa_html_7153425423:650:55886:55892 Oregon Earth -0.502891248467274066 +22420 aapg_ac_730.html aapg_ac_730.html:503:72694:72698 Wepo Mancos, Colorado -0.0575708500128760542 +22421 sedimentology_html_3063208535 sedimentology_html_3063208535:2705:193917:193923 Walker Earth -0.0683789965749633799 +22422 jgeology_html_2872695575 jgeology_html_2872695575:505:30680:30704 Cross Mountain Knoxville, Tennessee -0.0405821853026711934 +22423 cspg_html_2283545366 cspg_html_2283545366:417:53998:54015 Halfway Wembley Stadium -0.482110877310477137 +22424 gsa_html_2667366192 gsa_html_2667366192:641:58269:58273 Hall California -0.469038078694436811 +22425 AMJC_html_8804784209 AMJC_html_8804784209:1519:117518:117524 Oxford Pergamon Museum -0.0197168810314956311 +22426 cspg_html_5360570542 cspg_html_5360570542:319:31445:31460 Bluff Grand Cayman -0.0466985931780469835 +22427 cspg_html_4287356899 cspg_html_4287356899:1360:186063:186096 Imperial Snake River Canyon (Idaho) -0.447404197686881167 +22428 aapg_aa_647.html aapg_aa_647.html:512:47085:47092 Waverly Ohio -0.450676431675374467 +22429 aapg_ai_932.html aapg_ai_932.html:471:73393:73411 Sisquoc Monterey, California 0.620613900216668291 +22430 geology_html_1573138807 geology_html_1573138807:295:26720:26732 Yellowjacket Boise, Idaho 0.632264442824436612 +22431 geology_html_5266165531 geology_html_5266165531:12:407:415 Colorado Denver -0.490195451192383946 +22432 aapg_ai_107.html aapg_ai_107.html:143:13548:13567 Smackover Cotton Valley, Louisiana -0.006663945278057983 +22433 aapg_aa_712.html aapg_aa_712.html:123:15599:15610 Platteville Hennepin, Illinois -0.0357365290373708386 +22434 palaios_html_8391206976 palaios_html_8391206976:364:48572:48578 Moscow Ohio -0.478586352630804512 +22435 geology_html_8655836687 geology_html_8655836687:12:604:610 Oregon Salem, Oregon 0.0104982774024900572 +22436 aapg_af_908.html aapg_af_908.html:21:2531:2542 Holdenville Tulsa, Oklahoma -0.485546964607742992 +22437 palaios_html_5268628065 palaios_html_5268628065:292:38816:38823 Jackson Caribbean -0.480728181628129914 +22438 cspg_html_8417280957 cspg_html_8417280957:11:1367:1386 Moenkopi Chinle Formation -0.0236314487961183893 +22439 gsa_html_1538463681 gsa_html_1538463681:102:9158:9176 Cintura Sonora -0.0532311352227030424 +22440 cspg_html_1948505826 cspg_html_1948505826:401:43569:43589 Ravenscrag Canada -0.0170838731942537375 +22441 aapg_aa_24.html aapg_aa_24.html:574:68166:68172 Kingak Middle East -0.0365787810685492543 +22442 gsa_html_1119256423 gsa_html_1119256423:546:48469:48483 Arikaree Colorado -0.480765396922298249 +22443 sedimentology_html_7464204028 sedimentology_html_7464204028:30:1925:1935 Washington Wa (Japan) -0.445989406971527558 +22444 gsa_html_3319631415 gsa_html_3319631415:644:57232:57260 Green River Colorado -0.0114886275572314532 +22445 aapg_af_625.html aapg_af_625.html:313:29806:29811 Logan Ohio -0.44056532751251043 +22446 palaios_html_6025329652 palaios_html_6025329652:655:51489:51506 Shublik Northwest Arctic Borough, Alaska -0.488546114119406072 +22447 geology_html_4553007488 geology_html_4553007488:36:3186:3214 Walker Sierra Nevada (Spain) -0.0570962758686634417 +22448 aapg_ac_451.html aapg_ac_451.html:266:28442:28470 Tuxedni Talkeetna, Alaska -0.492342974330111982 +22449 aapg_aa_696.html aapg_aa_696.html:115:14706:14719 Hermosa Hermosa, Chicago -0.4864081422828892 +22450 AMJC_html_8128063878 AMJC_html_8128063878:15:923:936 Santa Barbara California -0.0340313466956898014 +22451 aapg_ac_881.html aapg_ac_881.html:827:86110:86136 Valmy Reno, Nevada 0.247022495503340905 +22452 cspg_html_1225021992 cspg_html_1225021992:211:28576:28595 Dunvegan River Torrens -0.464820899663721254 +22453 gsa_html_4964827699 gsa_html_4964827699:62:4987:5015 Green River Colorado 0.0216966522714720049 +22454 gsa_html_5773121689 gsa_html_5773121689:680:61427:61436 Extension Andes -0.456371367070690814 +22455 gsa_html_2832151886 gsa_html_2832151886:254:18507:18524 Viking Victoria, British Columbia -0.457532796484121151 +22456 aapg_aa_544.html aapg_aa_544.html:209:28794:28800 Dakota Colorado -2.08461351353560743e-05 +22457 aapg_ae_66.html aapg_ae_66.html:226:22635:22643 Dinwoody John Crow Mountains -0.443732938342886629 +22458 aapg_ak_87.html aapg_ak_87.html:454:57204:57223 Horquilla Supai, Arizona -0.484602537618405216 +22459 gsa_html_2220556952 gsa_html_2220556952:57:6946:6965 Pansy Lee Conglomerate Reno, Nevada -0.0407040542010648765 +22460 aapg_ai_462.html aapg_ai_462.html:204:21961:21971 San Felipe El Abra -0.457736710679965686 +22461 palaios_html_3112927242 palaios_html_3112927242:514:40498:40517 Tuscarora Juniata County School District -0.457492019193031785 +22462 aapg_ah_464.html aapg_ah_464.html:17:3091:3101 Pottsville Illinois 0.00127335233315172751 +22463 aapg_ah_90.html aapg_ah_90.html:280:39237:39259 Cedar Mountain Colorado -0.462166276497962936 +22464 AMJC_html_5390933660 AMJC_html_5390933660:886:84716:84732 Hawley Cambridge, Massachusetts -0.489913286480908206 +22465 geology_html_3303545591 geology_html_3303545591:303:23275:23296 Kekiktuk Conglomerate Anchorage, Alaska -0.00349522085598196267 +22466 geology_html_4223618722 geology_html_4223618722:12:497:503 Denver Colorado -0.0525371721949112538 +22467 sedimentology_html_6792907293 sedimentology_html_6792907293:27:1928:1933 Crete Crete -0.486483068290992582 +22468 geology_html_2056111011 geology_html_2056111011:13:753:763 Washington Earth -0.461026124022890449 +22469 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3171:3177 Arroyo San Carlos City, Pangasinan -0.052476148512779229 +22470 cspg_html_2929384614 cspg_html_2929384614:44:6744:6762 Halfway Lacombe, Alberta -0.0144772441484254995 +22471 palaios_html_7860397774 palaios_html_7860397774:955:70284:70301 La Luna Venezuela -0.273644860750071106 +22472 aapg_ak_75.html aapg_ak_75.html:16:2317:2324 Yucatan Caribbean -0.0265836451265893982 +22473 gsa_html_1119256423 gsa_html_1119256423:22:1152:1158 Denver Colorado -0.473649201225758321 +22474 gsa_html_9267548624 gsa_html_9267548624:669:64244:64261 Cardium Lacombe, Alberta 0.0308930949523812878 +22475 aapg_aa_181.html aapg_aa_181.html:646:65659:65679 Capistrano Orange County, California -0.444223975732980447 +22476 cspg_html_9729377176 cspg_html_9729377176:31:3896:3904 Columbia Victoria, British Columbia -0.032535178592891574 +22477 aapg_aa_147.html aapg_aa_147.html:315:37680:37688 Deadwood Winnipeg -0.945829546814075939 +22478 cspg_html_4319383223 cspg_html_4319383223:35:5512:5519 Halfway Victoria, British Columbia -0.49576151014248282 +22479 aapg_ae_47.html aapg_ae_47.html:149:14155:14174 Sallisaw Frisco, Texas -0.482280957733571936 +22480 aapg_ah_459.html aapg_ah_459.html:102:9936:9955 Port Ewen Cobleskill (town), New York -0.0475488337758004087 +22481 aapg_ac_71.html aapg_ac_71.html:443:50043:50050 Sunrise Logan, Utah -0.0182917127831857887 +22482 aapg_ad_338.html aapg_ad_338.html:242:26442:26459 Magothy Merchantville, New Jersey -0.391614484352246384 +22483 aapg_ah_645.html aapg_ah_645.html:238:29364:29372 Sundance Cheyenne, Wyoming -0.00728936970704518669 +22484 geology_html_7376742736 geology_html_7376742736:108:9719:9735 Cumberland Athol, Idaho -0.0407493201995180257 +22485 cspg_html_2418341010 cspg_html_2418341010:107:13129:13148 Red River Winnipeg 0.799426155021320639 +22486 aapg_aa_23.html aapg_aa_23.html:217:23125:23133 Winnipeg Winnipeg -0.145289560104304688 +22487 aapg_ad_387.html aapg_ad_387.html:13:1660:1679 Woodbine Austin, Chicago -0.447168994241326834 +22488 aapg_af_854.html aapg_af_854.html:730:102333:102350 Keokuk Burlington, Ontario -0.040244442684913409 +22489 cspg_html_3008414459 cspg_html_3008414459:606:68335:68357 Medicine Hat Lacombe, Alberta -0.450878806444675151 +22490 aapg_ac_995.html aapg_ac_995.html:131:12174:12180 Sierra Victoria, British Columbia -0.460980639153810601 +22491 aapg_ai_924.html aapg_ai_924.html:65:10272:10286 Mission Canyon Williston, Vermont -0.0338782413037275951 +22492 aapg_ae_594.html aapg_ae_594.html:250:28699:28716 Mt Lytton Buda, Texas -0.438060290900437188 +22493 cspg_html_5141367518 cspg_html_5141367518:403:56871:56888 Bearpaw Lacombe, Alberta -0.447637220621224075 +22494 palaios_html_9068072954 palaios_html_9068072954:1048:95992:95998 Oxford Earth -0.0183299476846812796 +22495 aapg_ai_145.html aapg_ai_145.html:253:27195:27211 Fernie Lacombe, Alberta 0.00608022205823671724 +22496 cspg_html_8128756616 cspg_html_8128756616:16:2094:2105 Peace River CFB Cold Lake -0.455658949817136283 +22497 aapg_aa_906.html aapg_aa_906.html:378:39930:39940 Fort Union Fort Union Trading Post National Historic Site -0.458648092769168181 +22498 gsa_html_7040053075 gsa_html_7040053075:130:13014:13038 Bedford Santiago -0.470262127852539125 +22499 cspg_html_9951421861 cspg_html_9951421861:11:1131:1139 Wabiskaw Clearwater, Florida -0.461089806729199636 +22500 gsa_html_2998645358 gsa_html_2998645358:67:5879:5907 Green River Colorado -0.00712258914704064564 +22501 geology_html_5668555767 geology_html_5668555767:13:535:548 Santa Barbara California -0.491084883288990137 +22502 aapg_ah_605.html aapg_ah_605.html:38:3981:3989 Virginia Maryland -0.455252106655251121 +22503 aapg_af_854.html aapg_af_854.html:919:130104:130125 Paint Creek Kentucky -0.447404197686881167 +22504 cspg_html_6895078083 cspg_html_6895078083:346:35101:35116 Savik District Council of Franklin Harbour -0.466666016428022079 +22505 aapg_ac_741.html aapg_ac_741.html:103:11521:11539 Niobrara Sharon Springs, Kansas 0.585868320671889098 +22506 aapg_ac_91.html aapg_ac_91.html:134:13014:13034 Scott Peak Boise, Idaho -0.250084832536263235 +22507 cspg_html_1019614994 cspg_html_1019614994:67:13058:13063 Yukon Victoria, British Columbia -0.0389701822838023973 +22508 aapg_ac_307.html aapg_ac_307.html:104:9801:9808 Wasatch Uinta Mountains 0.026754049105318204 +22509 aapg_ad_68.html aapg_ad_68.html:379:30343:30359 Waltersburg Mansfield, Ohio -0.457614356613462614 +22510 sedimentology_html_9977254291 sedimentology_html_9977254291:796:47893:47900 Waikato .nz -0.010750205891597751 +22511 cspg_html_4727171280 cspg_html_4727171280:105:12645:12662 Bearpaw Edmonton, London -0.00292541869155533898 +22512 geology_html_9553937992 geology_html_9553937992:169:19367:19375 Woodside Devon -0.484681979003720342 +22513 cspg_html_1434585715 cspg_html_1434585715:854:80005:80023 Paskapoo Lacombe, Alberta 0.655951118267666167 +22514 aapg_af_471.html aapg_af_471.html:79:11082:11091 Hartselle Illinois 0.00194564253308291118 +22515 aapg_ai_846.html aapg_ai_846.html:89:12089:12099 Citronelle Florida Panhandle -0.432249992487968249 +22516 aapg_ac_5.html aapg_ac_5.html:89:8505:8517 Medicine Hat Lacombe, Alberta -0.0225432067788778057 +22517 palaios_html_3614379982 palaios_html_3614379982:18:1544:1557 Carlile Florence, Alabama -0.392774100014404159 +22518 aapg_aa_74.html aapg_aa_74.html:79:6634:6649 Laurel Lockport (city), New York -0.0462769907326050153 +22519 gsa_html_4366904220 gsa_html_4366904220:698:67286:67291 Price Mexico -0.0152331376513424877 +22520 aapg_ai_66.html aapg_ai_66.html:30:4061:4069 Colorado Sharon Springs, Kansas -0.052476148512779229 +22521 gsa_html_3320600310 gsa_html_3320600310:392:32910:32923 Chinle New Mexico -0.466219818123899288 +22522 cspg_html_9735723617 cspg_html_9735723617:688:82416:82425 Mould Bay Cape Cod -0.0592949617022283312 +22523 aapg_ah_869.html aapg_ah_869.html:1105:99048:99067 Dakota Colorado 0.104731825404181786 +22524 cspg_html_3521815736 cspg_html_3521815736:291:41444:41452 Columbia Victoria, British Columbia -0.42595400256464333 +22525 aapg_ai_421.html aapg_ai_421.html:38:8119:8128 Oil Creek Allegheny River -0.446593560210975959 +22526 aapg_ai_504.html aapg_ai_504.html:67:6533:6542 Interlake Red River of the North 0.679999948466153192 +22527 aapg_aa_23.html aapg_aa_23.html:376:44545:44554 Red River Winnipeg -0.552796227636201509 +22528 aapg_ai_143.html aapg_ai_143.html:194:20309:20327 Foremost Southern Alberta -0.469189557204259144 +22529 aapg_ad_691.html aapg_ad_691.html:5:446:456 Georgetown Texas 0.00534883845084102843 +22530 aapg_ac_961.html aapg_ac_961.html:274:28828:28837 Smackover Cotton Valley, Louisiana -0.397159925078876264 +22531 aapg_ad_865.html aapg_ad_865.html:260:27289:27305 Dakota Hermosa, Chicago 0.00876088537103020606 +22532 cspg_html_5940878099 cspg_html_5940878099:29:4699:4734 Elm Point Manitoba -0.0258220684876826687 +22533 aapg_ak_76.html aapg_ak_76.html:167:25150:25166 Cibao Puerto Rico -0.456355529459316345 +22534 cspg_html_8581304260 cspg_html_8581304260:340:37252:37264 Nicola Victoria, British Columbia 0.614324063107384633 +22535 aapg_ae_904.html aapg_ae_904.html:67:6333:6339 Ludlow Hell Creek Formation -0.439391917689554934 +22536 palaios_html_8869948553 palaios_html_8869948553:61:10745:10763 Genesee Moscow -0.0368502653061740099 +22537 aapg_ae_742.html aapg_ae_742.html:166:17025:17033 Michigan Salina, Kansas 0.0177008186812158755 +22538 aapg_ac_984.html aapg_ac_984.html:238:21003:21033 Van Buren Missouri River -0.434748345086590549 +22539 aapg_af_188.html aapg_af_188.html:175:19141:19149 Kootenai Colorado 0.0323820933546408313 +22540 AMJC_html_2905856018 AMJC_html_2905856018:275:39046:39052 Pueblo Antelope Valley Freeway -0.467016268103292775 +22541 cspg_html_9768299963 cspg_html_9768299963:29:3471:3498 Battle Lacombe, Alberta -0.454034931813569353 +22542 cspg_html_1312400675 cspg_html_1312400675:212:25242:25260 Paskapoo Drumheller -0.0720142347087937423 +22543 cspg_html_5435885523 cspg_html_5435885523:76:8793:8799 Viking North Sea oil -0.470262127852539125 +22544 aapg_ai_581.html aapg_ai_581.html:216:22690:22695 Mt Lytton Judith River Formation -0.039147732983155395 +22545 cspg_html_4326384800 cspg_html_4326384800:1676:231325:231350 Woodbend Lacombe, Alberta -0.0156223882901486526 +22546 cspg_html_6383234409 cspg_html_6383234409:106:11731:11751 Bird Fiord Ellesmere Island -0.420944322840909546 +22547 cspg_html_7777724998 cspg_html_7777724998:898:81980:81994 Bullhead Victoria, British Columbia -0.0277017418114762735 +22548 aapg_ai_157.html aapg_ai_157.html:463:43224:43241 Norfolk Guelph -0.473323971277166522 +22549 sedimentology_html_1796291503 sedimentology_html_1796291503:1049:93113:93133 Atherton Peru, Indiana -0.456391730122837791 +22550 cspg_html_2873888604 cspg_html_2873888604:123:20349:20381 Montney Lacombe, Alberta -0.0118326507856826232 +22551 sedimentology_html_2040334789 sedimentology_html_2040334789:285:16766:16770 Hall London, Ontario -0.499698059895772539 +22552 aapg_ai_205.html aapg_ai_205.html:24:3338:3346 Victoria Gippsland -0.0296755913479795769 +22553 aapg_aa_702.html aapg_aa_702.html:387:87648:87664 Belden Denver -0.0748643782155731796 +22554 cspg_html_5484260516 cspg_html_5484260516:1175:105796:105811 Banff Lacombe, Alberta -0.0413865497636988627 +22555 cspg_html_6816015957 cspg_html_6816015957:33:4448:4461 Barnett Texas -0.465888175365361257 +22556 aapg_ae_31.html aapg_ae_31.html:112:12939:12958 Wallace Arkansas -0.503653224825654999 +22557 geology_html_1390060534 geology_html_1390060534:34:3475:3486 Green River Logan, Utah -0.29103906065491103 +22558 aapg_ai_213.html aapg_ai_213.html:319:42009:42030 Slave Point Victoria, British Columbia -0.402825635420565487 +22559 cspg_html_2796643803 cspg_html_2796643803:180:28299:28307 Finnegan Lacombe, Alberta -0.474918987556243288 +22560 cspg_html_4541662139 cspg_html_4541662139:14:1245:1257 Cedar Valley Iowa 0.379269590293909831 +22561 aapg_ah_966.html aapg_ah_966.html:226:21082:21088 Battle Logan, Utah 0.00619140699389484142 +22562 aapg_aa_253.html aapg_aa_253.html:45:4235:4244 Wyandotte Calcasieu Parish Public Schools -0.443701699352459789 +22563 aapg_aa_143.html aapg_aa_143.html:484:63157:63188 Rochester Huntington, West Virginia -0.463435584788403632 +22564 aapg_ae_296.html aapg_ae_296.html:47:5855:5862 Leonard San Angelo, Texas -0.0689296334729634086 +22565 geology_html_2198400893 geology_html_2198400893:284:22858:22862 Webb El Salvador, Misamis Oriental -0.47249414511500698 +22566 sedimentology_html_8763654603 sedimentology_html_8763654603:781:39606:39610 Hall London, Ontario -0.0536688201190548622 +22567 aapg_ac_949.html aapg_ac_949.html:202:19475:19485 Citronelle Melbourne, Florida 0.329556361039649637 +22568 aapg_ai_816.html aapg_ai_816.html:326:54197:54203 Hertha Cherryvale, Kansas -0.0459041868910356546 +22569 sedimentology_html_2139169476 sedimentology_html_2139169476:247:24739:24748 Peninsula Korea -0.0230751498951462693 +22570 gsa_html_2168907540 gsa_html_2168907540:360:40379:40390 Black Creek Republic of China -0.480728181628129914 +22571 aapg_ai_898.html aapg_ai_898.html:60:7305:7333 Green River Logan, Utah -0.457492019193031785 +22572 aapg_aa_381.html aapg_aa_381.html:36:5127:5142 Santa Margarita Kern County, California -0.499182100648293381 +22573 aapg_af_436.html aapg_af_436.html:163:18218:18226 Onondaga Erie County, New York -0.441406293921039528 +22574 aapg_af_2.html aapg_af_2.html:104:12227:12232 Aneth Ouray, Colorado -0.457963336268268129 +22575 aapg_ad_466.html aapg_ad_466.html:1419:150754:150769 Aquia Potomac River -0.455957418074169007 +22576 cspg_html_5546792631 cspg_html_5546792631:231:29348:29359 Stony Creek Canada -0.0245215675441684301 +22577 aapg_ae_383.html aapg_ae_383.html:474:36414:36422 Woodford Chemung, New York -0.0480088378440514524 +22578 aapg_ad_154.html aapg_ad_154.html:83:9901:9935 Hampshire Pendleton County, Kentucky -0.444891759770598527 +22579 aapg_ad_466.html aapg_ad_466.html:1101:118022:118037 Vincentown Closter, New Jersey 0.0178798230809493093 +22580 aapg_ac_930.html aapg_ac_930.html:63:7781:7789 Michigan Lansing, Michigan -0.0128247793458777584 +22581 aapg_ae_305.html aapg_ae_305.html:91:12192:12198 Perija Cordillera Administrative Region -0.430395959711439846 +22582 gsa_html_1130947011 gsa_html_1130947011:184:22662:22686 Point Pleasant Utica, New York -0.0275887108223223723 +22583 aapg_ad_954.html aapg_ad_954.html:244:25921:25931 Bonneterre Missouri River -0.218146696453376726 +22584 aapg_ad_401.html aapg_ad_401.html:11:939:959 Fort Union Moraine, Ohio -0.0116884385826105785 +22585 aapg_ae_570.html aapg_ae_570.html:3:350:367 Lockport Dolomite Huntington, West Virginia -0.237882152633340477 +22586 cspg_html_1893593837 cspg_html_1893593837:335:24502:24531 Red Head Rapids Coral Harbour Airport -0.0542774392275129219 +22587 cspg_html_9613906024 cspg_html_9613906024:797:63023:63038 Salem Bloomington, Indiana -0.427672143055296883 +22588 aapg_ah_763.html aapg_ah_763.html:304:28883:28910 Stonewall Texas -0.413411135919765305 +22589 cspg_html_1578389835 cspg_html_1578389835:35:4401:4423 Cooking Lake Lacombe, Alberta -0.0225014864703161413 +22590 aapg_aa_844.html aapg_aa_844.html:380:38956:38962 Pocono Gilmer County, Georgia -0.130406458233707556 +22591 aapg_ae_499.html aapg_ae_499.html:500:53109:53115 Walker Boulder, Colorado -0.499198739530653746 +22592 sedimentology_html_3358647812 sedimentology_html_3358647812:832:75201:75219 Dunvegan Canada -0.436850160261835319 +22593 aapg_ai_321.html aapg_ai_321.html:145:20206:20223 Esquias Honduras -0.476093453364925034 +22594 aapg_af_762.html aapg_af_762.html:339:38824:38832 Homewood Illinois -0.479447557264900015 +22595 aapg_ad_958.html aapg_ad_958.html:893:93121:93127 Keokuk Salina, Kansas 0.0140028670828276774 +22596 aapg_af_419.html aapg_af_419.html:174:21238:21252 Hondo Santa Barbara, California -0.401413158838788475 +22597 aapg_ah_321.html aapg_ah_321.html:35:3295:3306 Mauch Chunk Huntington, West Virginia -0.424584335389619316 +22598 palaios_html_4745554613 palaios_html_4745554613:608:60550:60574 Kaskapau Lacombe, Alberta -0.420349873120834439 +22599 aapg_ad_867.html aapg_ad_867.html:106:10552:10572 San Andres Guadalupe Mountains National Park 0.0738861581588886457 +22600 gsa_html_8707521176 gsa_html_8707521176:369:35358:35375 Bradore Summerside, Prince Edward Island -0.460946527021081187 +22601 geology_html_6407364180 geology_html_6407364180:53:5416:5441 Navajo Logan, Utah -0.444871652179790411 +22602 aapg_ai_584.html aapg_ai_584.html:87:8873:8884 Cassa Colorado -0.0180692565756011246 +22603 aapg_ac_824.html aapg_ac_824.html:60:6070:6087 Manitou Colorado -0.501602970255366709 +22604 aapg_ae_331.html aapg_ae_331.html:104:11050:11057 Cypress Hardinsburg, Indiana -0.43797158338019293 +22605 aapg_ad_723.html aapg_ad_723.html:172:16251:16267 Dripping Springs Quito -0.474918987556243288 +22606 aapg_ai_980.html aapg_ai_980.html:675:59237:59242 Swift Sunriver, Oregon -0.487532722920071437 +22607 aapg_ac_629.html aapg_ac_629.html:350:44719:44726 Prairie Oberlin, Ohio 0.00167290441282642237 +22608 aapg_ah_90.html aapg_ah_90.html:111:16782:16804 Burro Canyon Colorado -0.416034190533336901 +22609 aapg_ac_82.html aapg_ac_82.html:197:18676:18684 Woodbine Arkansas -0.444371337951674328 +22610 cspg_html_9778753186 cspg_html_9778753186:333:49385:49393 Columbia Victoria, British Columbia -0.441406293921039528 +22611 gsa_html_7102550258 gsa_html_7102550258:802:90234:90251 Moenave Springdale, Arkansas -0.456371367070690814 +22612 cspg_html_3012058617 cspg_html_3012058617:230:31402:31410 Waterton Lacombe, Alberta -0.484079342907875299 +22613 cspg_html_4694210878 cspg_html_4694210878:139:16894:16917 Attawapiskat River Severn -0.0136501305925687388 +22614 cspg_html_6255491344 cspg_html_6255491344:312:40541:40556 Grassy Mountain Lacombe, Alberta -0.458031335089754243 +22615 aapg_ad_466.html aapg_ad_466.html:1374:146262:146269 Raritan The Carolinas -0.0288564512426946543 +22616 cspg_html_1903772372 cspg_html_1903772372:490:54273:54281 Columbia Victoria, British Columbia -0.433685955512457477 +22617 cspg_html_1222040397 cspg_html_1222040397:38:5787:5803 Cassiar Middle Ordovician -0.061445521500509713 +22618 geology_html_7113954805 geology_html_7113954805:15:878:884 Denver Colorado -0.480728181628129914 +22619 AMJC_html_6242114524 AMJC_html_6242114524:871:86985:86992 St Marys China 0.0133338879149081258 +22620 aapg_ai_49.html aapg_ai_49.html:758:96791:96797 Carmel Logan, Utah -0.436898889813044922 +22621 sedimentology_html_6545643294 sedimentology_html_6545643294:1020:48218:48222 Hall London, Ontario -0.379286310322307973 +22622 cspg_html_6252417471 cspg_html_6252417471:342:51726:51755 Kanguk Bathurst Island (Northern Territory) -0.181984024266307498 +22623 sedimentology_html_2865738906 sedimentology_html_2865738906:612:35119:35140 Lake Valley Alamogordo, New Mexico 0.616298201067724705 +22624 cspg_html_3102530088 cspg_html_3102530088:75:10234:10244 Milk River Lacombe, Alberta -0.0948921033668960051 +22625 sedimentology_html_8510537334 sedimentology_html_8510537334:2078:143806:143821 Perry Charlotte County, Florida -0.0507572345457288979 +22626 palaios_html_5321533010 palaios_html_5321533010:424:47014:47020 Reston Lihue, Hawaii -0.455279223830003521 +22627 jgeology_html_8064855537 jgeology_html_8064855537:1333:75458:75482 Cedar Mountain Logan, Utah -0.222790323901978088 +22628 sedimentology_html_9232728124 sedimentology_html_9232728124:21:1487:1507 Toro Chile -0.00782446102673750588 +22629 cspg_html_2873888604 cspg_html_2873888604:234:35833:35841 Columbia Victoria, British Columbia -0.472832895737629988 +22630 aapg_af_854.html aapg_af_854.html:557:76067:76089 Warsaw Bloomington, Indiana -0.0206224389359462197 +22631 sedimentology_html_1591727938 sedimentology_html_1591727938:68:5704:5715 Peace River Victoria, British Columbia -0.471888407816635713 +22632 gsa_html_1779324801 gsa_html_1779324801:64:4078:4106 Green River Colorado -0.0389492941804812226 +22633 gsa_html_5773604426 gsa_html_5773604426:670:55262:55274 Wilcox Shreveport, Louisiana -0.0176486817607870612 +22634 aapg_ad_148.html aapg_ad_148.html:21:1948:1954 Oregon Seattle -0.470216166533545032 +22635 cspg_html_4694482219 cspg_html_4694482219:725:71449:71466 Bearpaw Lacombe, Alberta -0.475138501585752326 +22636 aapg_ai_256.html aapg_ai_256.html:342:35723:35730 St Marys Ohio -0.00696275827002107526 +22637 aapg_ah_283.html aapg_ah_283.html:149:16836:16842 Keasey Cowlitz River -0.0116571637323025015 +22638 aapg_ad_154.html aapg_ad_154.html:62:7271:7293 Conococheague Sayre, Oklahoma -0.0346298699616138864 +22639 aapg_ai_157.html aapg_ai_157.html:436:39462:39478 Salina Guelph -0.44497889773871091 +22640 cspg_html_9152086986 cspg_html_9152086986:149:17010:17027 Halfway Victoria, British Columbia -0.456989251174634625 +22641 aapg_af_130.html aapg_af_130.html:176:30836:30843 Madison Richmond, California -0.169442142236265053 +22642 aapg_ae_74.html aapg_ae_74.html:616:58735:58750 Nacimiento Kirtland, Ohio -0.471099044200062878 +22643 sedimentology_html_3306606920 sedimentology_html_3306606920:980:65955:65962 Compton Hamburg -0.443889149160736518 +22644 cspg_html_8089302449 cspg_html_8089302449:545:95232:95254 Souris River Regina, Saskatchewan -0.465945346292333973 +22645 aapg_ah_847.html aapg_ah_847.html:146:16458:16483 Navesink New Egypt, New Jersey -0.447357152169087058 +22646 gsa_html_1617077506 gsa_html_1617077506:209:20676:20684 Columbia Victoria, British Columbia -0.465595518002078101 +22647 aapg_aa_15.html aapg_aa_15.html:234:32776:32789 Whitsett Whitsett, North Carolina -0.481905893496514026 +22648 aapg_ad_466.html aapg_ad_466.html:1220:130544:130551 Raritan Patapsco River -0.471336008805755435 +22649 gsa_html_7396981637 gsa_html_7396981637:50:3331:3341 Stillwater Boulder River (Washington) -0.0337703728597886152 +22650 sedimentology_html_8006979411 sedimentology_html_8006979411:1130:91399:91416 Cardium Canada -0.0148473685012762528 +22651 geology_html_8181549007 geology_html_8181549007:163:13292:13297 Cadiz Portugal -0.468054102450840448 +22652 gsa_html_7102550258 gsa_html_7102550258:730:83087:83103 Summerville Colorado -0.44255997020698512 +22653 gsa_html_9280112280 gsa_html_9280112280:42:3817:3829 Saskatchewan Ontario, California -0.0241616892206824377 +22654 cspg_html_5241714595 cspg_html_5241714595:69:11807:11829 Winnipegosis Regina, Saskatchewan 0.338691030629528766 +22655 aapg_ae_74.html aapg_ae_74.html:382:35201:35217 Navajo San Juan, Argentina -0.0742623743803646208 +22656 gsa_html_5732664703 gsa_html_5732664703:198:22141:22148 Lay Dam Tallapoosa County, Alabama -0.451812561628617604 +22657 jgeology_html_4289404569 jgeology_html_4289404569:456:43173:43194 Green River Wisconsin -0.472770666406185036 +22658 cspg_html_4148961483 cspg_html_4148961483:283:42830:42851 Frontier Cheyenne, Wyoming -0.465787563493960222 +22659 aapg_ai_722.html aapg_ai_722.html:195:22160:22168 Michigan Central America -0.0538135585529799509 +22660 aapg_ad_466.html aapg_ad_466.html:876:94290:94298 Monmouth Matawan, New Jersey -0.0261715541385612628 +22661 gsa_html_4339524478 gsa_html_4339524478:624:67883:67893 Washington Boise, Idaho 0.0112002068245181611 +22662 aapg_ai_581.html aapg_ai_581.html:124:12585:12599 Colorado Black Hills -0.448969278215303857 +22663 cspg_html_3831007171 cspg_html_3831007171:9:633:651 Graminia Edmonton, London -0.116909429050370398 +22664 aapg_ac_511.html aapg_ac_511.html:7:880:885 Viola Pauls Valley, Oklahoma -0.0144772441484254995 +22665 geology_html_4381970789 geology_html_4381970789:296:26600:26606 Taylor London, Ontario -0.0165121278486362495 +22666 gsa_html_2386786165 gsa_html_2386786165:61:4118:4146 Green River Colorado -0.00832481152182470464 +22667 gsa_html_4522678867 gsa_html_4522678867:748:80164:80170 Antler Reno, Nevada -0.0311226948006410493 +22668 aapg_ad_808.html aapg_ad_808.html:589:37350:37368 Phosphoria Flat Creek, Missouri 0.0520315629787012415 +22669 sedimentology_html_4109585061 sedimentology_html_4109585061:1130:87331:87336 Price Lancaster, California -0.455211432419709627 +22670 gsa_html_4891459463 gsa_html_4891459463:1335:122389:122402 Santa Barbara Channel Islands of California -0.0601467185447203748 +22671 aapg_ad_879.html aapg_ad_879.html:287:20094:20099 Price Agua Dulce, Nueces County, Texas -0.0460801342538044584 +22672 gsa_html_6838140604 gsa_html_6838140604:173:18515:18526 Santa Clara Santa Ynez Valley -0.0349709036948933905 +22673 gsa_html_3860045860 gsa_html_3860045860:24:1143:1149 Eugene Salem, Oregon -0.471754879498828661 +22674 cspg_html_4409656292 cspg_html_4409656292:643:72470:72487 Cardium Victoria, British Columbia -0.0116467387889204136 +22675 cspg_html_9951421861 cspg_html_9951421861:22:3241:3250 Athabasca Clearwater, Florida -0.0388274478076049076 +22676 aapg_ai_958.html aapg_ai_958.html:275:25390:25407 Reynosa Texas -0.428045108019172948 +22677 geology_html_9085928497 geology_html_9085928497:92:8302:8340 Columbia Ellensburg, Washington -0.462111625185478381 +22678 cspg_html_3521815736 cspg_html_3521815736:276:38631:38638 Halfway Victoria, British Columbia -0.443688311537407287 +22679 aapg_aa_106.html aapg_aa_106.html:70:7740:7755 Elk Regina, Saskatchewan -0.0404707637071786003 +22680 AMJC_html_8619525948 AMJC_html_8619525948:739:73927:73939 Rhode Island Kingston, Jamaica -0.0924439620375136495 +22681 palaios_html_3243054568 palaios_html_3243054568:835:68441:68461 Beck Spring Dolomite California -0.0508147576234257159 +22682 sedimentology_html_7399126879 sedimentology_html_7399126879:1484:75735:75771 Big Cottonwood Logan, Utah -0.467877607461444023 +22683 aapg_ad_258.html aapg_ad_258.html:352:40500:40506 Pocono Logan County, West Virginia -0.44721379024503416 +22684 aapg_ae_630.html aapg_ae_630.html:136:12257:12274 Madison Williamson County, Texas -0.465776131049653153 +22685 aapg_ai_366.html aapg_ai_366.html:3:311:317 Lissie Beaumont, Texas -0.466727815469158758 +22686 aapg_ae_3.html aapg_ae_3.html:142:19588:19602 Mission Canyon Regina, Saskatchewan -0.000180666507077184774 +22687 AMJC_html_5916115748 AMJC_html_5916115748:1519:134066:134076 Washington Olympic National Park -0.033773852470743819 +22688 cspg_html_9018334227 cspg_html_9018334227:31:3580:3588 Columbia Stikine River 0.0120446265356006221 +22689 aapg_ah_536.html aapg_ah_536.html:520:68284:68305 Paluxy Paluxy, Texas 0.0189729999692566688 +22690 cspg_html_3447886929 cspg_html_3447886929:1380:124739:124752 Potsdam Canada -0.0191815618988117366 +22691 aapg_ad_918.html aapg_ad_918.html:67:9584:9603 Niobrara Rawlins, Wyoming 0.0567961950982096703 +22692 cspg_html_9717154602 cspg_html_9717154602:198:28169:28181 Saskatchewan Lacombe, Alberta -0.105833591829551044 +22693 aapg_af_575.html aapg_af_575.html:1173:168957:168963 Dakota Texas County, Missouri -0.00308871537441518431 +22694 gsa_html_2240019054 gsa_html_2240019054:456:42740:42749 Knoxville The Carolinas -0.00786789401885567251 +22695 aapg_af_168.html aapg_af_168.html:126:18612:18622 Sespe Ventura County, California -0.0164252377233713442 +22696 aapg_af_143.html aapg_af_143.html:923:92067:92078 Port Orford River Rouge (Michigan) -0.473653815287124913 +22697 aapg_ad_81.html aapg_ad_81.html:1132:184800:184811 Buena Vista Ohio -0.0209613827792686502 +22698 sedimentology_html_5673709888 sedimentology_html_5673709888:1235:57358:57389 Keokuk Burlington, Ontario 0.351392378485139101 +22699 gsa_html_5394777952 gsa_html_5394777952:145:14072:14096 Morrison Sierra Nevada (Spain) -0.438219985696652659 +22700 cspg_html_6967030128 cspg_html_6967030128:20:2102:2110 Columbia Victoria, British Columbia -0.456661018199272462 +22701 aapg_ac_534.html aapg_ac_534.html:365:38964:38969 Swift Maryland -0.446347375724219897 +22702 aapg_ad_660.html aapg_ad_660.html:480:66545:66567 Seven Rivers New Mexico -0.415078947369139473 +22703 sedimentology_html_3907918417 sedimentology_html_3907918417:1754:134383:134412 Dunvegan Canada -0.0423372538738103418 +22704 aapg_aa_23.html aapg_aa_23.html:275:31021:31039 Winnipeg Manitoba 1.28966493492627543 +22705 cspg_html_9343899465 cspg_html_9343899465:2212:203746:203759 Weatherall Melville Island (Canada) -0.236167562081945059 +22706 aapg_ah_647.html aapg_ah_647.html:986:104996:105012 Morita New Mexico -0.0430651506841664283 +22707 aapg_ad_599.html aapg_ad_599.html:219:26965:26980 Price Mississippian culture -0.45230795361337589 +22708 gsa_html_3010975239 gsa_html_3010975239:401:51746:51754 Michigan Michigan Basin 0.0128699558541004178 +22709 aapg_af_209.html aapg_af_209.html:64:8008:8022 Beaumont Chester, Pennsylvania -0.00928383236367189522 +22710 aapg_ad_51.html aapg_ad_51.html:83:6287:6297 Bedford Shelbyville, Indiana -0.0450401829043313162 +22711 aapg_af_880.html aapg_af_880.html:487:73396:73401 Supai Kaibab, Arizona -0.405129183733103915 +22712 gsa_html_8308045298 gsa_html_8308045298:896:84085:84095 Washington Logan, Utah -0.458031335089754243 +22713 aapg_ac_364.html aapg_ac_364.html:30:4200:4208 Colorado Cheyenne, Wyoming -0.0675138206513768296 +22714 AMJC_html_6341723617 AMJC_html_6341723617:1099:91769:91777 Colorado Murray, Kentucky -0.00590649599379846572 +22715 gsa_html_3190469354 gsa_html_3190469354:1224:81863:81885 Rabbitkettle Canada -0.00549476708285740172 +22716 sedimentology_html_6051696699 sedimentology_html_6051696699:60:5928:5947 Caledonia New Caledonia -0.450595494357366455 +22717 aapg_af_833.html aapg_af_833.html:1107:123055:123073 Tensleep Black Mountains (North Carolina) -0.481766159765426027 +22718 AMJC_html_7984049819 AMJC_html_7984049819:714:76894:76911 Kittery Portland, Maine -0.0221051486888918687 +22719 palaios_html_3931161229 palaios_html_3931161229:371:37966:37993 Needmore Morocco -0.447404197686881167 +22720 sedimentology_html_3513052114 sedimentology_html_3513052114:287:23785:23789 Hall London, Ontario -0.0425949712561439139 +22721 aapg_ae_681.html aapg_ae_681.html:4:493:516 Cotton Valley Haynesville, Louisiana -0.433423304094416983 +22722 palaios_html_7076037184 palaios_html_7076037184:320:29726:29746 Tradewater Cheltenham, Victoria -0.0288773204111550628 +22723 aapg_ad_978.html aapg_ad_978.html:286:27633:27660 Prospect Logan, Utah 0.0174158050633557333 +22724 palaios_html_3022467877 palaios_html_3022467877:277:29979:29990 Hornerstown Navesink River -0.488872438533925924 +22725 aapg_ah_253.html aapg_ah_253.html:18:2749:2768 Minnelusa Cheyenne, Wyoming 0.00255018452536458695 +22726 aapg_ad_653.html aapg_ad_653.html:437:54858:54893 Beaufort Banks Island 0.621851799289694585 +22727 aapg_ae_917.html aapg_ae_917.html:362:40086:40103 Paradox Colorado Western Slope -0.04261586758794602 +22728 cspg_html_7757695996 cspg_html_7757695996:60:9071:9077 Lisbon Ericeira -0.418790363991469961 +22729 aapg_ae_5.html aapg_ae_5.html:191:22083:22097 Earp New Mexico 0.00118301890022228136 +22730 aapg_ah_662.html aapg_ah_662.html:459:45528:45536 Colorado Texas -0.147087134758238036 +22731 aapg_ac_420.html aapg_ac_420.html:41:6125:6132 Pioneer Monterey, California -0.0447475566663644089 +22732 aapg_ad_2.html aapg_ad_2.html:1053:143805:143826 Beekmantown Chambersburg, Pennsylvania -0.440467486742992853 +22733 cspg_html_5973552270 cspg_html_5973552270:106:14728:14753 Beaverhill Lacombe, Alberta -0.451787799117909672 +22734 aapg_ac_688.html aapg_ac_688.html:153:15997:16004 Kayenta Chinle Formation -0.0628808085540469575 +22735 aapg_ai_583.html aapg_ai_583.html:578:75835:75843 Sundance Logan, Utah -0.00326243548975702329 +22736 gsa_html_8491258533 gsa_html_8491258533:151:19484:19518 Hampshire New Hampshire -0.440300736461396947 +22737 aapg_ai_491.html aapg_ai_491.html:166:19364:19379 Molas Atoka, Oklahoma -0.0580733777022241771 +22738 gsa_html_8614162917 gsa_html_8614162917:566:52242:52261 Horse Spring Lime Ridge Mall -0.462225485866077257 +22739 aapg_ae_960.html aapg_ae_960.html:64:9383:9399 Amsden Salem, Massachusetts -0.00426133164508502027 +22740 gsa_html_5865982995 gsa_html_5865982995:1351:142721:142728 Laramie County (United States) -0.0456254660933555489 +22741 cspg_html_5699627350 cspg_html_5699627350:83:11605:11611 Viking Colorado -0.010750205891597751 +22742 cspg_html_5438428738 cspg_html_5438428738:75:9159:9178 Athabasca Stuart Island (Washington) -0.491049570598957486 +22743 aapg_aa_563.html aapg_aa_563.html:214:28886:28900 Fredericksburg Mexico -0.529741672123131613 +22744 sedimentology_html_1766433758 sedimentology_html_1766433758:52:4092:4100 Bachelor Surrey, British Columbia -0.0558541686875998269 +22745 aapg_ac_424.html aapg_ac_424.html:246:41398:41416 Whitsett West Texas -0.0370660655999496616 +22746 cspg_html_7086880709 cspg_html_7086880709:343:44976:44985 Kee Scarp Buffalo National River -0.507456832997254637 +22747 aapg_ad_153.html aapg_ad_153.html:447:47052:47063 Tar Springs Ouachita Parish, Louisiana -0.0376282120976162635 +22748 AMJC_html_3349258327 AMJC_html_3349258327:529:64084:64090 Oregon Earth -0.445984933244691462 +22749 aapg_ac_253.html aapg_ac_253.html:471:57865:57871 Frisco Sallisaw, Oklahoma -0.472123282834716163 +22750 AMJC_html_2711105513 AMJC_html_2711105513:741:83996:84000 Hall Greifensee, Zurich -0.459837454744856933 +22751 aapg_ad_153.html aapg_ad_153.html:330:32253:32260 Cypress Hardinsburg, Indiana -0.496938878513721649 +22752 cspg_html_7271054047 cspg_html_7271054047:12:1297:1313 Tetcho Victoria, British Columbia -0.470216166533545032 +22753 aapg_aa_261.html aapg_aa_261.html:271:31507:31524 Bird Spring Clark County, Indiana -0.46687889797168336 +22754 aapg_ah_160.html aapg_ah_160.html:306:36897:36908 Salina Guelph -0.499895492531783669 +22755 geology_html_4078898597 geology_html_4078898597:365:24226:24230 Rico Colorado -0.443701699352459789 +22756 cspg_html_4530154552 cspg_html_4530154552:919:126272:126280 Colorado Calgary -0.0449948948439064453 +22757 aapg_ah_772.html aapg_ah_772.html:613:49158:49175 Bird Spring Reno, Nevada -0.452927573923113447 +22758 cspg_html_7779401416 cspg_html_7779401416:134:16414:16422 Reynales Manitoulin Island -0.0119247384368411057 +22759 aapg_af_3.html aapg_af_3.html:133:13668:13677 Flagstaff Western world -0.500423794622032903 +22760 AMJC_html_8965853681 AMJC_html_8965853681:19:931:941 Washington Washington (state) -0.448282824521055501 +22761 aapg_ak_76.html aapg_ak_76.html:126:18499:18504 Cibao Kewanee, Illinois -0.481759173673690755 +22762 cspg_html_9942234474 cspg_html_9942234474:5:269:302 Grosmont Lacombe, Alberta -0.0541954731072742807 +22763 aapg_af_296.html aapg_af_296.html:12:925:935 Washington Salem, Oregon -0.00035264713868171768 +22764 gsa_html_9053690941 gsa_html_9053690941:29:2796:2824 Green River New Mexico -0.0342192516575154232 +22765 gsa_html_1217771406 gsa_html_1217771406:164:17315:17328 Santa Barbara Santa Cruz Island -0.473649201225758321 +22766 aapg_ae_885.html aapg_ae_885.html:258:26632:26640 Graneros Niobrara, Nebraska -0.441419648744354465 +22767 aapg_af_85.html aapg_af_85.html:75:8402:8414 Gilwood Lesser Slave Lake Provincial Park -0.470292003998596664 +22768 cspg_html_4287356899 cspg_html_4287356899:3314:347653:347658 Yukon Ellesmere Island -0.494585786210081368 +22769 geology_html_3217046505 geology_html_3217046505:12:498:508 Santa Cruz California -0.0383226719059837143 +22770 aapg_ac_295.html aapg_ac_295.html:35:3489:3497 Colorado Logan, Utah -0.0842400510864208529 +22771 geology_html_9637341398 geology_html_9637341398:40:3338:3368 Ione Great Valley, New York -0.448408411516637184 +22772 gsa_html_3380395839 gsa_html_3380395839:1090:89563:89573 Washington Seattle -0.464405306663695727 +22773 aapg_ad_52.html aapg_ad_52.html:749:82513:82527 Coldwater Huron County, Michigan -0.469189557204259144 +22774 gsa_html_9271907132 gsa_html_9271907132:439:37791:37797 Sierra Mexico -0.00860799843042621068 +22775 gsa_html_4078158156 gsa_html_4078158156:181:20833:20858 Ithaca Montour Falls, New York -0.0159925297595795608 +22776 cspg_html_2796643803 cspg_html_2796643803:758:80365:80383 Deadwood Regina, Saskatchewan -0.0630659190229546224 +22777 aapg_ai_980.html aapg_ai_980.html:424:36864:36872 Sawtooth Lacombe, Alberta -0.0119247384368411057 +22778 gsa_html_2780929733 gsa_html_2780929733:1146:95786:95814 Green River New Mexico -0.39803425495743272 +22779 gsa_html_8035658736 gsa_html_8035658736:926:100301:100311 Washington Boise, Idaho -0.0322203122766998376 +22780 aapg_ai_20.html aapg_ai_20.html:43:4439:4448 Etchegoin Tulare, California 0.0153165479821608438 +22781 aapg_ad_466.html aapg_ad_466.html:1196:128229:128236 Raritan Tuscaloosa, Alabama 0.000729614901202842885 +22782 aapg_ac_626.html aapg_ac_626.html:39:5475:5502 Antietam Huntington, West Virginia 0.398494059351431895 +22783 aapg_ae_268.html aapg_ae_268.html:346:32968:32990 Buffalo Wallow Cloverport, Kentucky -0.0407754352992212923 +22784 aapg_ae_467.html aapg_ae_467.html:387:29630:29639 Coldwater Michigan -0.467263588143899677 +22785 gsa_html_9370941331 gsa_html_9370941331:549:53938:53951 Lone Mountain California Water Wars -0.508804742928565479 +22786 gsa_html_5158209975 gsa_html_5158209975:24:1617:1624 Prairie Mississippi River -0.0116571637323025015 +22787 aapg_aa_23.html aapg_aa_23.html:91:11034:11052 Winnipeg Lake Winnipeg -0.10588472199276569 +22788 cspg_html_4768933240 cspg_html_4768933240:73:6107:6119 Saskatchewan Manitoba -0.469070208322842297 +22789 aapg_ah_871.html aapg_ah_871.html:18:2587:2595 Montreal Ottawa, Kansas -0.0391947322443328555 +22790 gsa_html_8658857148 gsa_html_8658857148:59:3803:3831 Green River Colorado -0.00832481152182470464 +22791 aapg_ad_169.html aapg_ad_169.html:211:24698:24716 Maccrady Greenbrier (Great Smoky Mountains) -0.44830973456876172 +22792 aapg_ae_600.html aapg_ae_600.html:52:7094:7098 Java Borneo -0.0225014864703161413 +22793 geology_html_4331833824 geology_html_4331833824:226:18828:18832 Bond North Atlantic Current -0.0293555813701503708 +22794 palaios_html_3735808691 palaios_html_3735808691:14:802:812 Santa Cruz Santa Cruz, California -0.458648092769168181 +22795 jgeology_html_3756303604 jgeology_html_3756303604:156:8463:8476 Cid Middle Ordovician -0.467980749597819323 +22796 aapg_ai_399.html aapg_ai_399.html:69:7774:7797 Porters Creek Kentucky -0.467016268103292775 +22797 AMJC_html_3305618972 AMJC_html_3305618972:1684:142180:142198 Arc London, Ontario -0.47601017133294582 +22798 aapg_ad_466.html aapg_ad_466.html:705:77931:77944 Wenonah Monmouth County, New Jersey -0.0756309870221592712 +22799 gsa_html_2164335274 gsa_html_2164335274:75:5965:5993 Green River Colorado -0.0480785377707896866 +22800 gsa_html_5952049575 gsa_html_5952049575:605:65856:65864 Willwood Cheyenne, Wyoming 0.685582929504014782 +22801 sedimentology_html_9244748069 sedimentology_html_9244748069:2207:131301:131326 Mount Wrightson Arizona -0.0421091453793179041 +22802 sedimentology_html_5315330584 sedimentology_html_5315330584:63:5793:5797 Java South Sulawesi -0.0494674389497957237 +22803 cspg_html_6985536436 cspg_html_6985536436:531:67617:67633 Kanguk Banks Island -0.346854099285022366 +22804 cspg_html_7117661916 cspg_html_7117661916:100:10041:10049 Columbia Victoria, British Columbia -0.0194666001171388929 +22805 aapg_ac_126.html aapg_ac_126.html:217:32784:32801 Haynesville Bossier City, Louisiana -0.0302530210896791163 +22806 palaios_html_5264377288 palaios_html_5264377288:95:9381:9412 Fort Union Cheyenne, Wyoming -0.450582005503512739 +22807 aapg_ad_945.html aapg_ad_945.html:4:541:553 Saskatchewan Lacombe, Alberta -0.483173848714512189 +22808 aapg_aa_270.html aapg_aa_270.html:54:7119:7126 Canning Bathurst Island (Northern Territory) -0.0323925309205377876 +22809 cspg_html_3175305741 cspg_html_3175305741:10:1146:1155 Neruokpuk Anchorage, Alaska -0.492281675671482677 +22810 aapg_ah_193.html aapg_ah_193.html:205:23626:23646 Fort Union Powder River (Montana) 0.0230647194729341684 +22811 aapg_ae_45.html aapg_ae_45.html:771:76865:76885 Smackover Haynesville, Louisiana -0.0490927421425235155 +22812 aapg_aa_867.html aapg_aa_867.html:69:8578:8586 Colorado Denver -0.0399624195111792577 +22813 cspg_html_3610827329 cspg_html_3610827329:32:4549:4564 Turtle Mountain Lacombe, Alberta -0.0324655941438056483 +22814 aapg_aa_644.html aapg_aa_644.html:845:64511:64519 Colorado Mesa, Arizona -0.000364807386249416544 +22815 aapg_ai_64.html aapg_ai_64.html:555:65538:65554 Cane River Shreveport, Louisiana -0.464610795373413321 +22816 gsa_html_2204469229 gsa_html_2204469229:344:36158:36164 Sierra Sierra Nevada (Spain) -0.491047216471885206 +22817 cspg_html_1732329534 cspg_html_1732329534:65:9329:9347 Paskapoo Lacombe, Alberta -0.478456433836466188 +22818 aapg_ai_4.html aapg_ai_4.html:32:4425:4431 Neroly San Pablo Bay National Wildlife Refuge -0.0309000524599756105 +22819 aapg_aa_110.html aapg_aa_110.html:63:9343:9364 Green River Sweetwater, Miami-Dade County, Florida -0.0137317982422158428 +22820 aapg_af_333.html aapg_af_333.html:465:48730:48742 Salina Pennsylvania 0.0129828974298069524 +22821 gsa_html_1783148177 gsa_html_1783148177:598:63109:63130 Mt Lytton Eagle Mountain (Minnesota) -0.0456254660933555489 +22822 palaios_html_3185775528 palaios_html_3185775528:303:23994:24009 Spray Victoria, British Columbia -0.0296755913479795769 +22823 aapg_ai_49.html aapg_ai_49.html:349:44018:44024 Dakota Colorado 0.65833541231185011 +22824 aapg_ai_28.html aapg_ai_28.html:185:16329:16344 Lissie Kleberg County, Texas -0.0320063471843775108 +22825 aapg_ai_28.html aapg_ai_28.html:732:69583:69593 Rio Grande Texas -0.494609426466897539 +22826 geology_html_9162688386 geology_html_9162688386:240:21963:21969 Walker San Jose, California -0.499460251131451871 +22827 aapg_aa_626.html aapg_aa_626.html:57:7493:7506 Potomac Delaware 0.006036790497064899 +22828 gsa_html_2962806074 gsa_html_2962806074:1226:104367:104395 Green River Colorado -0.00125424333549307727 +22829 gsa_html_9301126081 gsa_html_9301126081:779:71834:71838 Dunn Los Angeles -0.08871216365431428 +22830 aapg_af_497.html aapg_af_497.html:580:53990:53998 Colorado Pueblo, Colorado -0.0307539456314618806 +22831 cspg_html_4799463481 cspg_html_4799463481:145:16688:16704 Strathcona Fiord District Council of Franklin Harbour -0.465787563493960222 +22832 cspg_html_7086537250 cspg_html_7086537250:888:111834:111842 Columbia Victoria, British Columbia -0.464501195477937445 +22833 geology_html_5159085006 geology_html_5159085006:70:8435:8441 Provo Benton, Arkansas -0.448282824521055501 +22834 aapg_ac_215.html aapg_ac_215.html:39:4998:5006 Deadwood Englewood, New Jersey -0.456894164486294663 +22835 cspg_html_4132771434 cspg_html_4132771434:614:78070:78087 Gething Victoria, British Columbia 0.00493363837188221747 +22836 aapg_ah_536.html aapg_ah_536.html:280:38068:38085 Rodessa Rodessa, Louisiana -0.426028449629804407 +22837 aapg_ac_333.html aapg_ac_333.html:651:79939:79944 Supai Supai, Arizona -0.00100408928942736001 +22838 aapg_ac_807.html aapg_ac_807.html:284:28573:28584 Hornerstown Monmouth County, New Jersey -0.454068782805138071 +22839 gsa_html_7199417381 gsa_html_7199417381:866:79510:79518 Colorado Cheyenne, Wyoming -0.0832984827182677856 +22840 aapg_ai_17.html aapg_ai_17.html:1366:93812:93817 Bluff Vernal, Utah -0.497180715543366847 +22841 palaios_html_7111318862 palaios_html_7111318862:51:5547:5563 Horseshoe Canyon Lacombe, Alberta -0.0733857459282287045 +22842 gsa_html_8825240131 gsa_html_8825240131:899:74297:74306 Aux Vases Illinois -0.462102516958969756 +22843 aapg_af_595.html aapg_af_595.html:199:17058:17064 Midway Mississippi River -0.467925738958578585 +22844 aapg_ai_18.html aapg_ai_18.html:154:14821:14828 Carrizo Charlotte, North Carolina -0.44003177575734248 +22845 aapg_ae_777.html aapg_ae_777.html:155:18089:18107 Tererro Gallina -0.423596590602715206 +22846 aapg_ac_720.html aapg_ac_720.html:95:12305:12313 Navesink Atlantic Highlands, New Jersey -0.457899875343460883 +22847 cspg_html_4293350162 cspg_html_4293350162:49:7260:7270 Mount Head Canada -0.0207667065675008616 +22848 aapg_ah_144.html aapg_ah_144.html:101:8001:8019 Windsor Stony Creek, New York -0.393966824863878795 +22849 aapg_ad_466.html aapg_ad_466.html:147:15821:15828 Raritan Raritan River 0.00825705540955557274 +22850 cspg_html_1019614994 cspg_html_1019614994:71:14126:14143 Torquay Lacombe, Alberta -0.0270583470538351585 +22851 aapg_ac_333.html aapg_ac_333.html:1643:173071:173081 Washington Western world -0.0660861349919403679 +22852 cspg_html_1019614994 cspg_html_1019614994:67:13117:13153 Banff Victoria, British Columbia -0.03001474114876828 +22853 palaios_html_2621173808 palaios_html_2621173808:232:24920:24937 Montney Canada -0.429008912224210892 +22854 sedimentology_html_2006668573 sedimentology_html_2006668573:215:21080:21086 Brazil Mexico -0.0771593057346249972 +22855 jgeology_html_5969913209 jgeology_html_5969913209:406:26188:26225 Protection Cincinnati -0.473653815287124913 +22856 cspg_html_9729377176 cspg_html_9729377176:784:97249:97268 Pardonet Western Canadian Sedimentary Basin -0.482092240402263728 +22857 aapg_ac_910.html aapg_ac_910.html:195:20080:20089 Huizachal Mexico -0.42435479065966919 +22858 gsa_html_2023933346 gsa_html_2023933346:394:41366:41391 Topanga Whittier, Alaska -0.0282634328663418991 +22859 sedimentology_html_2139169476 sedimentology_html_2139169476:356:38505:38514 Peninsula Korea -0.432421928049857018 +22860 cspg_html_4287356899 cspg_html_4287356899:1458:200991:201008 Alapah Anchorage, Alaska -0.07132161818316822 +22861 gsa_html_2832151886 gsa_html_2832151886:595:52607:52625 Dunvegan Victoria, British Columbia -0.0328726691089842732 +22862 AMJC_html_5969956211 AMJC_html_5969956211:145:19909:19917 Columbia Victoria, British Columbia -0.017787713832192225 +22863 geology_html_1523318259 geology_html_1523318259:187:20872:20893 Green River Cheyenne, Wyoming -0.00562506076616993075 +22864 sedimentology_html_9522643663 sedimentology_html_9522643663:150:13638:13645 Entrada Carmel, Indiana -0.468696200218799319 +22865 cspg_html_7896958755 cspg_html_7896958755:346:39603:39623 Clearwater CFB Cold Lake -0.482931300996293389 +22866 cspg_html_6517402834 cspg_html_6517402834:228:21748:21756 Coalspur Lacombe, Alberta 0.00118301890022228136 +22867 AMJC_html_4147467903 AMJC_html_4147467903:1229:119342:119367 Navajo Colorado Plateau -0.466727815469158758 +22868 aapg_ad_223.html aapg_ad_223.html:298:32722:32742 Springhill Springhill, Nova Scotia -0.439702904816710427 +22869 cspg_html_7866465429 cspg_html_7866465429:182:22141:22160 Kishenehn South Fork Flathead River -0.00405807716508260231 +22870 gsa_html_5107598462 gsa_html_5107598462:474:43146:43152 Salina Salina, Kansas -0.0791820422542413721 +22871 cspg_html_3772380029 cspg_html_3772380029:1415:149694:149709 Interlake Manitoba -0.458348730992641562 +22872 gsa_html_9893597225 gsa_html_9893597225:31:2820:2848 Green River Colorado -0.0133078241167712726 +22873 gsa_html_4820340337 gsa_html_4820340337:641:56063:56084 Tibbit Hill Quebec City -0.435714594595624227 +22874 aapg_ah_859.html aapg_ah_859.html:235:27888:27911 Moodys Branch Melbourne, Florida 0.00296016264892234697 +22875 aapg_ae_233.html aapg_ae_233.html:19:2723:2738 Eutaw Chattahoochee River National Recreation Area 0.000753935409928500173 +22876 cspg_html_2650524233 cspg_html_2650524233:83:11771:11788 Bearpaw Edmonton, London -0.0633034276252869288 +22877 jgeology_html_8064855537 jgeology_html_8064855537:273:19598:19622 Cedar Mountain Western world -0.0617737568382137961 +22878 palaios_html_1229296810 palaios_html_1229296810:75:5455:5486 Purisima Santa Cruz Mountains -0.479438267468745405 +22879 aapg_ad_143.html aapg_ad_143.html:50:4082:4113 Red River McAlester, Oklahoma -0.425424282088950667 +22880 cspg_html_5538678223 cspg_html_5538678223:48:8294:8305 Peace River Pine River (Michigan) -0.464473797617463435 +22881 aapg_ah_142.html aapg_ah_142.html:19:1427:1433 Oregon Washington (state) -0.462261924354454456 +22882 cspg_html_5484260516 cspg_html_5484260516:8:935:940 Banff Lacombe, Alberta -0.0427569191180933311 +22883 aapg_af_575.html aapg_af_575.html:669:91931:91950 Wapanucka Ouachita Mountains -0.485448733097070706 +22884 aapg_ah_329.html aapg_ah_329.html:356:35251:35258 Sisquoc Casmalia Hills -0.426278108610392503 +22885 gsa_html_5732664703 gsa_html_5732664703:207:23205:23222 Lay Dam Alabama -0.0194666001171388929 +22886 aapg_ac_150.html aapg_ac_150.html:51:10328:10339 Skull Creek Canada -0.448350101124535771 +22887 cspg_html_5430614285 cspg_html_5430614285:5:281:298 Cardium Lacombe, Alberta -0.447455726501453044 +22888 gsa_html_5507509274 gsa_html_5507509274:1304:124338:124366 Green River Iran -0.0188530778518021767 +22889 aapg_af_291.html aapg_af_291.html:301:34214:34222 Lisburne Prudhoe Bay Oil Field -0.444036457876645585 +22890 gsa_html_1549665076 gsa_html_1549665076:786:70311:70339 Green River Colorado 0.0303817289341750882 +22891 AMJC_html_6759408618 AMJC_html_6759408618:310:31793:31814 Martinsburg Martinsburg, Nebraska -0.000500307298482578788 +22892 aapg_ae_185.html aapg_ae_185.html:50:4915:4924 Shongaloo Haynesville, Louisiana -0.44721379024503416 +22893 gsa_html_5601712699 gsa_html_5601712699:490:40231:40249 Topanga Rancho Las Cienegas -0.0222894098360483031 +22894 aapg_ad_55.html aapg_ad_55.html:218:15989:15996 Plattin Black River, Jamaica -0.0142044328576254025 +22895 aapg_aa_703.html aapg_aa_703.html:623:60721:60725 Bell Victoria, British Columbia -0.400271380021900047 +22896 gsa_html_5274400800 gsa_html_5274400800:646:52741:52767 Monterey California 0.543651604819533785 +22897 sedimentology_html_9935378139 sedimentology_html_9935378139:952:40182:40188 Provo Algeria -0.0824622812352706069 +22898 palaios_html_6409863909 palaios_html_6409863909:42:4795:4826 Kope Cincinnati 0.0243685747717860349 +22899 aapg_ad_237.html aapg_ad_237.html:231:21650:21666 Cruse Trinidad and Tobago -0.463253167093327645 +22900 gsa_html_8222638730 gsa_html_8222638730:20:954:970 Thelon Canada -0.252875579254157434 +22901 aapg_ai_49.html aapg_ai_49.html:308:38648:38665 Entrada Colorado -0.0423703387957518537 +22902 aapg_ak_58.html aapg_ak_58.html:906:88865:88878 Jackson Texas -0.48062584784091128 +22903 aapg_aa_835.html aapg_aa_835.html:5:845:859 Duchesne River Uinta Mountains -0.228904565484527062 +22904 gsa_html_8398449001 gsa_html_8398449001:925:74904:74909 Logan Bear Lake, Michigan -0.451812561628617604 +22905 aapg_aa_23.html aapg_aa_23.html:638:80521:80535 Stony Mountain Manitoba -0.875007123926867192 +22906 aapg_af_706.html aapg_af_706.html:80:8790:8809 Arkansas Novaculite Bryan County, Oklahoma -0.0384514743194312794 +22907 gsa_html_3368565441 gsa_html_3368565441:31:2771:2799 Green River New Mexico -0.011327042139941219 +22908 aapg_ae_909.html aapg_ae_909.html:111:11383:11401 Vaqueros California -0.449541717141150321 +22909 sedimentology_html_7874076821 sedimentology_html_7874076821:1039:51915:51923 Columbia Victoria, British Columbia -0.445998354490544591 +22910 aapg_ah_643.html aapg_ah_643.html:14:2283:2302 Moenkopi Colorado 0.0295608042385671933 +22911 aapg_ah_686.html aapg_ah_686.html:59:7755:7789 Reindeer Prudhoe Bay Oil Field -0.464450966712688929 +22912 cspg_html_6306091047 cspg_html_6306091047:510:69279:69298 Pardonet Victoria, British Columbia -0.0209613827792686502 +22913 aapg_ai_29.html aapg_ai_29.html:67:7120:7127 Reynosa Karnes County, Texas -0.460146402321772174 +22914 aapg_ai_49.html aapg_ai_49.html:669:88039:88047 Dinwoody Spearfish, South Dakota -0.440814423285003532 +22915 gsa_html_6117440194 gsa_html_6117440194:148:15727:15743 Fernie Canada -0.423531068292633761 +22916 cspg_html_3026112034 cspg_html_3026112034:477:43818:43828 Swan Hills Swan Hill, Victoria -0.0130645631501062637 +22917 sedimentology_html_2898428289 sedimentology_html_2898428289:1348:68107:68129 Winnipegosis Regina, Saskatchewan -0.0409390916032161337 +22918 AMJC_html_4299960498 AMJC_html_4299960498:229:31069:31075 Oregon Boise, Idaho -0.487631194234456278 +22919 aapg_ak_104.html aapg_ak_104.html:73:10819:10837 Tensleep Cheyenne, Wyoming -0.522930688573009173 +22920 aapg_ah_847.html aapg_ah_847.html:105:12172:12180 Navesink New Egypt, New Jersey -0.500402370472918023 +22921 cspg_html_8231573314 cspg_html_8231573314:31:4131:4139 Columbia Victoria, British Columbia -0.0205233642338861627 +22922 aapg_ae_146.html aapg_ae_146.html:50:5666:5681 Diablo Coahuila -0.49293261121873766 +22923 aapg_ah_150.html aapg_ah_150.html:196:22114:22130 Navajo Logan, Utah -0.0599110776039962212 +22924 cspg_html_9683836416 cspg_html_9683836416:289:46855:46862 Bearpaw Lacombe, Alberta -0.462512479285274614 +22925 aapg_ah_779.html aapg_ah_779.html:232:42743:42754 Beekmantown Martinsburg, Nebraska -0.0378509909163746716 +22926 sedimentology_html_2886138394 sedimentology_html_2886138394:67:6703:6729 Entrada England -0.00291152111123597944 +22927 sedimentology_html_7879809021 sedimentology_html_7879809021:72:7151:7182 Greenbrier Western world -0.450829332903146696 +22928 cspg_html_1893593837 cspg_html_1893593837:150:10582:10598 Bad Cache Rapids Churchill River (Atlantic) -0.0277904283209578391 +22929 aapg_ah_318.html aapg_ah_318.html:1102:113525:113548 Cotton Valley Hinds County, Mississippi 0.00543048895720864636 +22930 aapg_ai_357.html aapg_ai_357.html:33:4689:4712 Comanche Peak Eagle Pass, Texas -0.47829406272822006 +22931 geology_html_7647446171 geology_html_7647446171:27:2160:2168 Michigan Sudbury, Suffolk -0.45184182728382527 +22932 gsa_html_9053175553 gsa_html_9053175553:202:25679:25706 Flagstaff Flagstaff, Arizona -0.443782030321690002 +22933 cspg_html_7970178687 cspg_html_7970178687:23:2615:2621 Luscar Mountain Park (Holyoke, Massachusetts) -0.452896019392303839 +22934 gsa_html_4602762506 gsa_html_4602762506:29:2796:2824 Green River Colorado -0.0146249457170983255 +22935 gsa_html_3841341658 gsa_html_3841341658:1221:98928:98934 Silica Cambridge -0.0891299602998919527 +22936 aapg_ac_628.html aapg_ac_628.html:395:68390:68399 Flagstaff North Horn Formation -0.496938878513721649 +22937 aapg_ad_466.html aapg_ad_466.html:1291:138542:138550 Patuxent Maryland -0.453008719186489883 +22938 sedimentology_html_9626990209 sedimentology_html_9626990209:131:14420:14429 Mesaverde Logan, Utah -0.0218304989680059187 +22939 cspg_html_9941227593 cspg_html_9941227593:61:8688:8704 Viking Williston Basin -0.433376961451207021 +22940 aapg_ac_393.html aapg_ac_393.html:83:7864:7870 Denver Colorado -0.516739860677001617 +22941 aapg_ae_645.html aapg_ae_645.html:66:5857:5865 Virginia Vienna -0.501903390372201885 +22942 aapg_ah_318.html aapg_ah_318.html:2869:236002:236021 Mt Lytton Cotton Valley, Louisiana -0.0767005854360124639 +22943 sedimentology_html_4270818528 sedimentology_html_4270818528:1199:28049:28054 Douro Douro DOC -0.495958018438408699 +22944 gsa_html_4650354985 gsa_html_4650354985:80:8359:8370 Uncompahgre New Mexico -0.491131969162477144 +22945 gsa_html_4339524478 gsa_html_4339524478:667:70699:70709 Washington Salem, Oregon -0.0285868941347483252 +22946 aapg_ah_877.html aapg_ah_877.html:296:33700:33706 Oregon Cape Blanco Light -0.495106025033118957 +22947 aapg_ae_388.html aapg_ae_388.html:1222:72063:72083 Cedar Keys Polk County, Florida -0.00773064589701005864 +22948 sedimentology_html_1857863136 sedimentology_html_1857863136:572:42587:42595 Montreal Montreal -0.446078886082885928 +22949 aapg_ah_505.html aapg_ah_505.html:545:41501:41518 Madison Colorado -0.0559152219546391674 +22950 cspg_html_9771826320 cspg_html_9771826320:757:117665:117683 Beaufort Canadian Arctic Archipelago -0.430092438352523254 +22951 aapg_ah_536.html aapg_ah_536.html:249:33473:33490 Pine Island County Sligo -0.423596590602715206 +22952 gsa_html_3170618208 gsa_html_3170618208:29:2796:2824 Green River Colorado -0.0167554219628843898 +22953 aapg_ah_644.html aapg_ah_644.html:120:14072:14081 Spearfish Spearfish, South Dakota -0.379988790581324898 +22954 aapg_aa_918.html aapg_aa_918.html:1312:138067:138078 Cloud Chief Rush Springs, Oklahoma -0.000500307298482578788 +22955 aapg_ah_370.html aapg_ah_370.html:225:17589:17603 Traverse Thunder Bay 0.0189816900058150766 +22956 cspg_html_3026112034 cspg_html_3026112034:606:56428:56452 Swan Hills Pine Brook, New Jersey -0.110311167174942923 +22957 aapg_ac_696.html aapg_ac_696.html:477:52620:52648 Palliser Andros, Bahamas -0.0218513582866363479 +22958 gsa_html_3648258377 gsa_html_3648258377:364:34878:34895 Magothy Bass River Township, New Jersey -0.469120700106755939 +22959 sedimentology_html_2976574833 sedimentology_html_2976574833:27:1726:1735 Claremont South Africa -0.011961226070766327 +22960 geology_html_6598395476 geology_html_6598395476:288:23933:23941 Colorado Colorado -0.0144303273551577363 +22961 aapg_ad_466.html aapg_ad_466.html:634:72053:72065 Mount Laurel Navesink River -0.440745470442491794 +22962 cspg_html_9236194363 cspg_html_9236194363:5:222:241 Waterways Lacombe, Alberta -0.103211056682183167 +22963 aapg_af_663.html aapg_af_663.html:356:36376:36388 Higginsville Laredo, Texas -0.0153756304706319062 +22964 sedimentology_html_8384737970 sedimentology_html_8384737970:286:24382:24398 Carmel Entrada Sandstone -0.479496330331430576 +22965 gsa_html_2717448156 gsa_html_2717448156:1690:150345:150376 Dunlap Evanston, Wyoming -0.477204643263094197 +22966 aapg_ae_51.html aapg_ae_51.html:158:19348:19364 Peedee Charleston, South Carolina -0.375345594969947072 +22967 cspg_html_8174352156 cspg_html_8174352156:564:71231:71239 Columbia Victoria, British Columbia -0.00241642073130457187 +22968 cspg_html_4287356899 cspg_html_4287356899:1571:219511:219516 Yukon Anchorage, Alaska -0.0197377379215514133 +22969 aapg_aa_288.html aapg_aa_288.html:84:10206:10217 Mowry Western world -0.407433766462265035 +22970 gsa_html_4220229801 gsa_html_4220229801:935:76533:76539 Walker Salem, Oregon -0.449703411954729404 +22971 aapg_ah_528.html aapg_ah_528.html:540:58433:58445 Dixie Valley Great Basin -0.490016735996709807 +22972 geology_html_3834690938 geology_html_3834690938:25:1439:1445 Nelson Cambridge, Massachusetts -0.0804731871776575569 +22973 aapg_ad_921.html aapg_ad_921.html:98:11908:11912 Kope Cincinnati -0.473933011341934052 +22974 gsa_html_5924250698 gsa_html_5924250698:1046:99320:99340 Brian Head Logan, Utah -0.0245215675441684301 +22975 aapg_aa_787.html aapg_aa_787.html:103:9686:9700 Word Marfa lights -0.484135384227082133 +22976 cspg_html_6577476978 cspg_html_6577476978:36:5117:5125 Columbia Victoria, British Columbia -0.0120637391733475121 +22977 cspg_html_3124360347 cspg_html_3124360347:227:36515:36520 Levis Quebec City -0.0630659190229546224 +22978 aapg_ai_458.html aapg_ai_458.html:231:19949:19965 Dakota Texas -0.00243726702917233546 +22979 aapg_ae_959.html aapg_ae_959.html:1798:129584:129593 Dog Creek West Texas -0.0155250750483416668 +22980 sedimentology_html_6102681220 sedimentology_html_6102681220:575:38462:38466 Hall London, Ontario -0.471405039658470026 +22981 aapg_ae_128.html aapg_ae_128.html:76:7240:7248 Richland Hanson, Massachusetts -0.0380441859515352823 +22982 aapg_ac_983.html aapg_ac_983.html:356:56854:56858 Drum Corbin City, New Jersey 0.354615986554869866 +22983 cspg_html_9361096527 cspg_html_9361096527:321:27654:27676 Judith River Lacombe, Alberta -0.213972691172383239 +22984 aapg_aa_23.html aapg_aa_23.html:81:9809:9827 Winnipeg Manitoba 1.18984419796252805 +22985 aapg_ac_694.html aapg_ac_694.html:34:3015:3025 Fort Worth Texas -0.451740527107044376 +22986 aapg_aa_54.html aapg_aa_54.html:9:1116:1132 Chinle Chinle Formation 0.0481168729940966294 +22987 aapg_af_166.html aapg_af_166.html:280:32354:32373 Vicksburg Mississippi River -0.440254051746647612 +22988 aapg_ai_740.html aapg_ai_740.html:167:18722:18738 Tyler Sumatra -0.0172889404553563421 +22989 gsa_html_7298317037 gsa_html_7298317037:518:49113:49138 Monterey California -0.450608983410958508 +22990 cspg_html_4176605708 cspg_html_4176605708:735:69747:69755 Columbia Victoria, British Columbia -0.00229308019174294993 +22991 gsa_html_1191946086 gsa_html_1191946086:56:3465:3493 Green River Colorado -0.0252830771132320185 +22992 aapg_af_397.html aapg_af_397.html:69:8229:8242 Entrada Entrada Sandstone 0.952469624743136234 +22993 aapg_ai_932.html aapg_ai_932.html:544:86607:86611 Hall California -0.447133159014188541 +22994 palaios_html_8113714689 palaios_html_8113714689:18:1004:1022 Au Train Munising, Michigan -0.193653768786287622 +22995 aapg_af_808.html aapg_af_808.html:797:103952:103969 Oceanic Barbados -0.0556169383617863486 +22996 aapg_ad_355.html aapg_ad_355.html:59:8853:8861 Edmonton Canada 0.0702653770339795036 +22997 cspg_html_4103411715 cspg_html_4103411715:485:50151:50174 Viking Lacombe, Alberta -0.0363699519026964915 +22998 aapg_af_13.html aapg_af_13.html:920:86782:86790 Colorado Denver -0.491237921935693156 +22999 aapg_ah_118.html aapg_ah_118.html:47:4334:4339 Mingo Logan, Utah -0.444891759770598527 +23000 aapg_aa_305.html aapg_aa_305.html:31:5363:5381 Kirkwood Closter, New Jersey 0.0232489912472030949 +23001 sedimentology_html_1340746782 sedimentology_html_1340746782:600:54822:54828 Empire Japan -0.021093485692349364 +23002 jgeology_html_6791895583 jgeology_html_6791895583:520:38741:38759 John Day Salem, Oregon -0.0316445288569785835 +23003 cspg_html_5541725202 cspg_html_5541725202:200:29297:29317 Boss Point New Brunswick, New Jersey -0.506302887282198189 +23004 sedimentology_html_2265212258 sedimentology_html_2265212258:46:4262:4271 Lockatong Passaic, New Jersey -0.0366623139169080098 +23005 aapg_af_833.html aapg_af_833.html:1329:146931:146938 Madison Cheyenne, Wyoming -0.0869957626466068973 +23006 aapg_af_710.html aapg_af_710.html:200:21426:21451 Guelph Kent County, Maryland -0.0243616205908490056 +23007 aapg_ac_92.html aapg_ac_92.html:4:593:608 Atoka Atoka, Oklahoma -0.452003931056544739 +23008 cspg_html_5217137903 cspg_html_5217137903:122:17491:17507 Muskeg Swan Hill, Victoria -0.416220582820664042 +23009 aapg_aa_643.html aapg_aa_643.html:608:64128:64132 Hall Nipomo, California -0.476061064960921709 +23010 aapg_aa_798.html aapg_aa_798.html:207:25282:25301 Glen Rose Texas -0.455310861563052449 +23011 geology_html_7867948062 geology_html_7867948062:22:1517:1540 Kingston Peak Panamint Range -0.477121254719662491 +23012 gsa_html_9880817458 gsa_html_9880817458:65:5151:5179 Green River Colorado -0.00908750930208491146 +23013 aapg_ah_318.html aapg_ah_318.html:1990:180960:180966 Sierra Santa Clara, California -0.434757184965269161 +23014 palaios_html_1560586324 palaios_html_1560586324:92:9777:9797 River Bend Belgrade -0.0485106911577510083 +23015 aapg_ad_712.html aapg_ad_712.html:31:4632:4652 Green River Columbia, South Carolina -0.0158535088155795055 +23016 cspg_html_8840748783 cspg_html_8840748783:655:78803:78822 Peace River Lacombe, Alberta -0.49871872177518084 +23017 cspg_html_6611173979 cspg_html_6611173979:343:33890:33908 Palliser Canada -0.449575401198261781 +23018 aapg_ac_920.html aapg_ac_920.html:20:2814:2831 Oquirrh Logan, Utah -0.1005234917059874 +23019 aapg_af_703.html aapg_af_703.html:120:12239:12244 Salem Wayne County, Michigan -0.0111741448327348745 +23020 geology_html_8881449794 geology_html_8881449794:171:17310:17316 Pueblo Cheyenne, Wyoming -0.461089806729199636 +23021 aapg_ac_926.html aapg_ac_926.html:51:6428:6446 Richmond Petersfield, Jamaica -0.0105834116577304821 +23022 sedimentology_html_9577663314 sedimentology_html_9577663314:859:45033:45039 Luther Chesapeake Bay -0.484135384227082133 +23023 aapg_ac_491.html aapg_ac_491.html:92:14907:14914 Pioneer Mexico -0.00433950656813538328 +23024 aapg_ad_192.html aapg_ad_192.html:42:5560:5575 Tuscaloosa Jefferson County, Colorado 0.062982094706922398 +23025 aapg_aa_622.html aapg_aa_622.html:37:5218:5235 Dolores Chinle Formation -0.454143259443463898 +23026 aapg_ae_876.html aapg_ae_876.html:471:51234:51242 Graneros Logan, Utah 0.0113687415269668537 +23027 aapg_ae_893.html aapg_ae_893.html:12:1178:1186 Billings Caribbean -0.449871874526764137 +23028 aapg_ai_153.html aapg_ai_153.html:101:17946:17955 Conemaugh Monongahela, Pennsylvania -0.494798572382738111 +23029 aapg_ae_71.html aapg_ae_71.html:293:27452:27469 Chinle Kayenta, Arizona -0.437927232782468367 +23030 aapg_aa_457.html aapg_aa_457.html:24:4941:4961 Smackover Alabama 0.355946888771972503 +23031 aapg_ah_467.html aapg_ah_467.html:158:13414:13431 Cardium Colorado -0.21920468574280863 +23032 aapg_ac_628.html aapg_ac_628.html:310:51373:51393 Wasatch Great Basin -0.44714211768966694 +23033 aapg_ae_794.html aapg_ae_794.html:455:49437:49443 Coffee Tuscaloosa, Alabama -0.0016763787815964029 +23034 aapg_ae_474.html aapg_ae_474.html:864:88170:88176 Bethel Bethel, Alaska -0.455310861563052449 +23035 geology_html_1204331608 geology_html_1204331608:285:22674:22684 Washington Rutherford, New Jersey -0.473676885959420813 +23036 aapg_ad_169.html aapg_ad_169.html:372:43039:43059 Greenbrier Greenbrier (Great Smoky Mountains) -0.0258394556349876708 +23037 aapg_ai_583.html aapg_ai_583.html:31:5488:5506 Rierdon Boise, Idaho -0.0468536508357899478 +23038 aapg_ah_243.html aapg_ah_243.html:59:7059:7065 Chinle Logan, Utah 0.82614063960449502 +23039 aapg_ah_96.html aapg_ah_96.html:490:57524:57540 Galena Red River of the North -0.474992922950619234 +23040 aapg_af_397.html aapg_af_397.html:228:27809:27816 Todilto Entrada Sandstone -0.0816262321215897313 +23041 aapg_ac_313.html aapg_ac_313.html:153:19167:19179 Todos Santos Guatemala -0.427689691071663991 +23042 aapg_ad_466.html aapg_ad_466.html:307:38606:38616 Tuscaloosa Closter, New Jersey -0.438219985696652659 +23043 cspg_html_4680797491 cspg_html_4680797491:246:27037:27048 Slave Point Swan Hill, Victoria 0.0115442270239061798 +23044 geology_html_9004383999 geology_html_9004383999:119:11524:11541 Forteau Canada -0.0544954389304434447 +23045 cspg_html_6193252551 cspg_html_6193252551:498:58715:58753 Watts Bight Western Bay, Newfoundland and Labrador -0.485285038948243097 +23046 gsa_html_1347484649 gsa_html_1347484649:200:18189:18211 Green River Cheyenne, Wyoming -0.0330918692882290547 +23047 geology_html_9156967823 geology_html_9156967823:278:24822:24839 Wasatch Spain -0.013471157649090371 +23048 sedimentology_html_1157284082 sedimentology_html_1157284082:1008:70558:70580 Bonanza Middle East -0.0134398809418536571 +23049 aapg_ac_634.html aapg_ac_634.html:281:32763:32771 Red Cave Wichita, Kansas -0.457532796484121151 +23050 aapg_aa_644.html aapg_aa_644.html:576:51218:51227 Cokeville Cheyenne, Wyoming -0.478326534516524793 +23051 gsa_html_3816882354 gsa_html_3816882354:804:71106:71114 Columbia Victoria, British Columbia -0.47829406272822006 +23052 aapg_ai_720.html aapg_ai_720.html:146:17313:17330 Magothy Raritan River -0.0180709945054990453 +23053 aapg_ac_545.html aapg_ac_545.html:24:4011:4019 Columbia Lacombe, Alberta -0.00728936970704518669 +23054 geology_html_7841329427 geology_html_7841329427:255:23221:23229 Colorado Pueblo, Colorado -0.489885075161781369 +23055 aapg_ah_428.html aapg_ah_428.html:242:30162:30171 Fort Pena Middle East 0.0106337973330402312 +23056 AMJC_html_2228158963 AMJC_html_2228158963:309:40419:40438 Waterville Vassalboro, Maine 0.000112916565930930199 +23057 cspg_html_9361096527 cspg_html_9361096527:400:37169:37195 Horseshoe Canyon Drumheller -0.456661018199272462 +23058 gsa_html_5539636252 gsa_html_5539636252:697:64272:64300 Green River Colorado 0.00772022200488064678 +23059 cspg_html_6331977039 cspg_html_6331977039:499:49251:49273 Vendom Fiord Ellesmere Island -0.219580314008132993 +23060 aapg_af_143.html aapg_af_143.html:1061:114845:114864 Knoxville Central Valley (California) -0.0482597604774050865 +23061 aapg_ad_267.html aapg_ad_267.html:91:8543:8552 Smackover Cotton Valley, Louisiana -0.0074248793072545817 +23062 aapg_ae_324.html aapg_ae_324.html:1192:118903:118911 Virginia Eidson, Tennessee -0.0709631023012109036 +23063 aapg_ai_816.html aapg_ai_816.html:342:56616:56622 Hertha Plattsburg, Missouri -0.0129759471663572871 +23064 gsa_html_2605108986 gsa_html_2605108986:739:60611:60630 Matanuska Wrangell Mountains -0.048054142726116994 +23065 aapg_ai_999.html aapg_ai_999.html:275:20522:20542 Twin Creek Boise, Idaho -0.0794185214978136572 +23066 aapg_ai_919.html aapg_ai_919.html:3:565:590 Kayak Anchorage, Alaska -0.502697879639648404 +23067 sedimentology_html_7422120713 sedimentology_html_7422120713:850:55776:55780 Hall London, Ontario -0.464761517323236562 +23068 aapg_ae_473.html aapg_ae_473.html:173:16873:16883 Tuscaloosa Mississippi River -0.439165406786194035 +23069 AMJC_html_4299960498 AMJC_html_4299960498:592:77534:77544 Washington Washington (state) -0.065469387622686781 +23070 aapg_af_578.html aapg_af_578.html:80:6730:6750 Gallatin Gallatin, Tennessee -0.443848978138650319 +23071 aapg_af_354.html aapg_af_354.html:81:10971:10986 Sespe California -0.45995556917210767 +23072 gsa_html_4169081385 gsa_html_4169081385:288:27169:27179 Kern River Sierra Nevada (Spain) -0.0726124770348033355 +23073 aapg_ah_421.html aapg_ah_421.html:154:12659:12670 Belly River Cardston, Alberta -0.464656465989479628 +23074 aapg_af_666.html aapg_af_666.html:320:26566:26580 Gypsum Springs John Crow Mountains 0.006789029590310529 +23075 jgeology_html_1836103970 jgeology_html_1836103970:160:11683:11703 Boss Point New Glasgow, Nova Scotia -0.444838140504144441 +23076 gsa_html_6142651299 gsa_html_6142651299:797:72403:72415 San Fernando California -0.472528705500211532 +23077 aapg_ae_296.html aapg_ae_296.html:84:8867:8873 Blaine Texas -0.419679650566534779 +23078 aapg_ah_646.html aapg_ah_646.html:123:14420:14436 Chinle Logan, Utah -0.243827171327715697 +23079 aapg_af_897.html aapg_af_897.html:149:13742:13750 Colorado Hermosa, Chicago -0.451733774163315116 +23080 geology_html_4427135899 geology_html_4427135899:337:27023:27032 Extension Tyrrhenian Sea -0.443688311537407287 +23081 gsa_html_7542416588 gsa_html_7542416588:874:71308:71314 Sonora Sonora -0.477142101104954475 +23082 gsa_html_9052101586 gsa_html_9052101586:471:56740:56762 Peoria Illinois 0.808052534187385429 +23083 aapg_af_144.html aapg_af_144.html:3:302:339 Toro Patagonia -0.0397082576932654904 +23084 gsa_html_1361916335 gsa_html_1361916335:696:65844:65861 Entrada Burley, Leeds -0.412799667795391623 +23085 aapg_af_639.html aapg_af_639.html:155:8278:8306 Midway Kerens, Texas -0.50419108937386159 +23086 aapg_ac_629.html aapg_ac_629.html:614:73395:73413 Citronelle Apalachicola River -0.457487488497030304 +23087 cspg_html_8587639109 cspg_html_8587639109:1112:109924:109932 Columbia Victoria, British Columbia -0.00729110700735253591 +23088 cspg_html_7938374662 cspg_html_7938374662:70:7636:7644 Columbia Victoria, British Columbia -0.448350101124535771 +23089 cspg_html_4924970281 cspg_html_4924970281:484:64475:64495 Clearwater CFB Cold Lake -0.473676885959420813 +23090 gsa_html_1679507393 gsa_html_1679507393:656:67735:67756 Crandall Conglomerate Cheyenne, Wyoming -0.471695028578207554 +23091 aapg_ad_564.html aapg_ad_564.html:6392:509501:509509 Edmonton Canada -0.52503268253382207 +23092 aapg_ac_313.html aapg_ac_313.html:504:57029:57034 Peten Mexico -0.49009668288503172 +23093 aapg_ah_370.html aapg_ah_370.html:3:355:378 Traverse Michigan 0.0296442856700961169 +23094 gsa_html_4067767548 gsa_html_4067767548:97:10106:10125 Hillabee Greenstone Talladega, Alabama -0.487588990851044235 +23095 geology_html_2908722683 geology_html_2908722683:253:21916:21941 Navajo Colorado -0.477401564658383792 +23096 cspg_html_5949578130 cspg_html_5949578130:729:91263:91278 Nisku Lacombe, Alberta -0.0448677412107618342 +23097 cspg_html_6608209149 cspg_html_6608209149:5:211:234 Watt Mountain Lacombe, Alberta -0.439165406786194035 +23098 aapg_af_653.html aapg_af_653.html:970:114897:114905 Monterey Monterey, California -0.109462139353762922 +23099 aapg_ad_763.html aapg_ad_763.html:110:12148:12157 Etchegoin Tulare, California -0.0221051486888918687 +23100 aapg_ae_198.html aapg_ae_198.html:856:73886:73900 White Rock Antelope Island State Park -0.424214904641607937 +23101 cspg_html_5376629375 cspg_html_5376629375:539:54584:54605 Chancellor Middle East -0.480563058112629005 +23102 cspg_html_4192729058 cspg_html_4192729058:66:8020:8044 Athabasca Canada -0.454034931813569353 +23103 cspg_html_5381643866 cspg_html_5381643866:418:53343:53361 Gething Rocky Brook -0.465273249433996894 +23104 aapg_ac_888.html aapg_ac_888.html:406:27602:27609 Clinton Morrow County, Ohio -0.0232594217874036342 +23105 aapg_ah_176.html aapg_ah_176.html:209:28840:28848 Colorado Denver -0.467925738958578585 +23106 cspg_html_3404912985 cspg_html_3404912985:259:40256:40277 Belly River Lacombe, Alberta -0.0288373212008630718 +23107 aapg_aa_734.html aapg_aa_734.html:135:13966:13974 Caballos Texas -0.419094673376114779 +23108 cspg_html_2548317649 cspg_html_2548317649:5:211:227 Ireton Central Alberta -0.425371763818281734 +23109 aapg_af_385.html aapg_af_385.html:520:63131:63143 Saskatchewan Canada -0.46328736756315686 +23110 cspg_html_4031489103 cspg_html_4031489103:198:28413:28430 Creston Whitefish (fisheries term) -0.00771327274469656935 +23111 gsa_html_8086754950 gsa_html_8086754950:290:30676:30700 Wasatch Fort Union Trading Post National Historic Site -0.0573440272234611997 +23112 gsa_html_6281658899 gsa_html_6281658899:674:74015:74053 Bridger Colorado -0.449467616590735308 +23113 aapg_af_21.html aapg_af_21.html:3:171:198 Mission Canyon Renville, Minnesota -0.488508559619346305 +23114 aapg_ai_107.html aapg_ai_107.html:665:59690:59709 Smackover Texas -0.0326847865730959877 +23115 sedimentology_html_2139169476 sedimentology_html_2139169476:353:37999:38008 Peninsula Korea -0.466073422560892126 +23116 gsa_html_2758185504 gsa_html_2758185504:658:55883:55914 Colorado Denver -0.0577069474480743499 +23117 jgeology_html_3196624419 jgeology_html_3196624419:1317:64006:64029 Llajas Simi Valley -0.463579265049131273 +23118 aapg_ad_379.html aapg_ad_379.html:260:22073:22080 Paradox Logan, Utah -0.463253167093327645 +23119 gsa_html_9843405750 gsa_html_9843405750:1481:138852:138880 Green River Colorado -0.054289647030115594 +23120 palaios_html_8113714689 palaios_html_8113714689:53:4553:4561 Michigan Munising, Michigan 0.0146718628625508614 +23121 cspg_html_2660872537 cspg_html_2660872537:40:5965:5990 Nicola Victoria, British Columbia -0.0510274225681307883 +23122 aapg_ad_421.html aapg_ad_421.html:63:6782:6798 Tulip Creek Arbuckle, California -0.457650607934439568 +23123 aapg_ah_95.html aapg_ah_95.html:3:293:309 Concha Arizona -0.474808096218428344 +23124 sedimentology_html_1940848523 sedimentology_html_1940848523:878:68960:68964 Hall London, Ontario -0.482213387515949554 +23125 geology_html_5486340907 geology_html_5486340907:45:4205:4222 Decorah Dubuque, Iowa -0.0394610657315065602 +23126 aapg_ai_811.html aapg_ai_811.html:100:15432:15448 Salina Bloomington, Indiana -0.423098733122919901 +23127 sedimentology_html_1357220663 sedimentology_html_1357220663:763:49875:49895 Ellensburg Washington (state) -0.474888953093082877 +23128 aapg_ai_594.html aapg_ai_594.html:454:44452:44460 Colorado Colorado Springs, Colorado -0.492342974330111982 +23129 aapg_ac_477.html aapg_ac_477.html:631:74535:74552 Cardium Lacombe, Alberta -0.404910589703049384 +23130 sedimentology_html_6156482329 sedimentology_html_6156482329:938:72102:72109 Renault North Island (Houtman Abrolhos) -0.478307979059971577 +23131 aapg_ai_810.html aapg_ai_810.html:396:45179:45187 Norphlet Mississippi River -0.442622372073831483 +23132 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8049:8054 Altyn Grinnell, Iowa -0.484602537618405216 +23133 aapg_af_384.html aapg_af_384.html:723:80156:80175 Parry Islands Canada -0.423072537243216251 +23134 palaios_html_2859810051 palaios_html_2859810051:345:29558:29566 Niobrara Mancos, Colorado -0.449811224417208722 +23135 cspg_html_5891044027 cspg_html_5891044027:336:65281:65293 Purcell Lava Purcell Mountains -0.484413309843390927 +23136 aapg_ai_321.html aapg_ai_321.html:104:14035:14052 Esquias Guatemala 0.00736581097593620986 +23137 geology_html_2276070502 geology_html_2276070502:106:10863:10873 Rio Grande Colorado -0.0425131277640511673 +23138 cspg_html_7434089303 cspg_html_7434089303:119:13525:13543 Ella Bay Ellesmere Island -0.49570469701623765 +23139 aapg_ai_985.html aapg_ai_985.html:516:54761:54767 Sierra Venezuela -0.463478914486847693 +23140 sedimentology_html_8325415159 sedimentology_html_8325415159:579:46287:46291 Hall London, Ontario -0.492258100446082036 +23141 aapg_ae_370.html aapg_ae_370.html:653:65593:65603 Washington Salem, Oregon -0.424217090203684033 +23142 aapg_af_775.html aapg_af_775.html:338:23008:23015 Lagarto Oakville, California -0.441553207562292771 +23143 aapg_ah_753.html aapg_ah_753.html:355:55842:55850 Eastport Lubec, Maine -0.0346577090486229963 +23144 aapg_ac_628.html aapg_ac_628.html:455:78611:78630 Flagstaff Flagstaff, Arizona -0.0604207713516429698 +23145 aapg_aa_840.html aapg_aa_840.html:53:5020:5049 Barrow Barrow, Alaska -0.248328809058008554 +23146 AMJC_html_2648925619 AMJC_html_2648925619:775:76264:76270 Oxford Pergamon Museum -0.0255351835335731921 +23147 jgeology_html_3909770516 jgeology_html_3909770516:77:3226:3243 Navajo Logan, Utah -0.0740086441181000282 +23148 aapg_aa_845.html aapg_aa_845.html:113:12999:13013 Forest Cheboygan County Airport -0.508540273236390394 +23149 gsa_html_4438819447 gsa_html_4438819447:37:3881:3918 Greenhorn Manitoba -0.43344757972276704 +23150 aapg_ac_635.html aapg_ac_635.html:63:8337:8343 Oregon Hornbrook, California -0.473010388882843136 +23151 sedimentology_html_9354643568 sedimentology_html_9354643568:1424:86883:86905 Eureka Sound Canadian Arctic Archipelago -0.456844361180692826 +23152 aapg_aa_328.html aapg_aa_328.html:118:10427:10436 Chapopote Western world -0.440254051746647612 +23153 aapg_af_854.html aapg_af_854.html:524:70598:70610 Edwardsville Bloomington, Indiana -0.443692774120845845 +23154 cspg_html_3762708087 cspg_html_3762708087:199:26850:26866 Viking Suffield, Connecticut -0.0598011148469018913 +23155 geology_html_9772573337 geology_html_9772573337:346:27692:27700 Monterey California 0.0415432523513411603 +23156 cspg_html_1019614994 cspg_html_1019614994:206:32107:32125 Torquay Regina, Saskatchewan -0.0230751498951462693 +23157 aapg_ah_881.html aapg_ah_881.html:115:13223:13243 Huntingdon Nanaimo -0.442539913358205417 +23158 sedimentology_html_9626990209 sedimentology_html_9626990209:750:60612:60637 Willwood Cheyenne, Wyoming -0.0400668715535646355 +23159 aapg_ah_754.html aapg_ah_754.html:244:28358:28377 Extension Nanaimo 0.315473921595986972 +23160 geology_html_4999100113 geology_html_4999100113:233:24849:24853 Bell London, Ontario -0.482917309945881279 +23161 aapg_ae_464.html aapg_ae_464.html:171:11181:11187 Sierra Sonora -0.131150961649131453 +23162 aapg_ac_940.html aapg_ac_940.html:364:46119:46130 Martinsburg Pennsylvania -0.00527934873270450959 +23163 aapg_ah_202.html aapg_ah_202.html:305:37532:37546 Woodford Wichita, Kansas -0.490604756571324518 +23164 gsa_html_8881958017 gsa_html_8881958017:68:8377:8385 Columbia Victoria, British Columbia 0.957106748517227102 +23165 geology_html_1235527591 geology_html_1235527591:338:28811:28820 Red Bluff West Texas -0.455279223830003521 +23166 palaios_html_6317298077 palaios_html_6317298077:14:886:894 Imperial Tsukuba Circuit 0.018625401602390429 +23167 aapg_ac_1.html aapg_ac_1.html:13:1960:1975 Atoka Ouachita Mountains -0.471405039658470026 +23168 aapg_ae_381.html aapg_ae_381.html:132:11943:11964 Ione Sierra Nevada (Spain) -0.0500164465946093956 +23169 aapg_ai_51.html aapg_ai_51.html:6:1225:1234 Nanafalia Alabama -0.211826678825171977 +23170 cspg_html_9778753186 cspg_html_9778753186:325:47834:47837 Elk Kootenay River -0.464501195477937445 +23171 cspg_html_3501550466 cspg_html_3501550466:637:91284:91292 Billings County (United States) -0.439098796420780313 +23172 gsa_html_1860930948 gsa_html_1860930948:760:75133:75155 Shinarump Conglomerate Monument Valley -0.0259316078616598014 +23173 sedimentology_html_1293179143 sedimentology_html_1293179143:1165:81705:81729 Mission Canyon Williston Basin -0.0160151207401750574 +23174 sedimentology_html_7390870545 sedimentology_html_7390870545:354:32294:32317 Cypress Regina, Saskatchewan -0.463362613223226583 +23175 aapg_ai_49.html aapg_ai_49.html:449:57407:57413 Morgan Colorado -0.421948969269320462 +23176 cspg_html_9330018201 cspg_html_9330018201:151:22878:22905 Windsor Elko, Nevada -0.446029671493266278 +23177 aapg_af_886.html aapg_af_886.html:161:6798:6807 Vicksburg Texas 0.733613793146350224 +23178 cspg_html_1189888589 cspg_html_1189888589:6:530:549 Paskapoo Lacombe, Alberta -0.459149520620870666 +23179 aapg_ah_370.html aapg_ah_370.html:84:5865:5879 Traverse Antrim, County Antrim -0.467091830774299832 +23180 cspg_html_3447886929 cspg_html_3447886929:711:81791:81796 Mabou Cumberland, Maryland -0.01912594516902133 +23181 palaios_html_8113714689 palaios_html_8113714689:524:49690:49714 Stonehenge Rotterdam -0.017787713832192225 +23182 aapg_ac_940.html aapg_ac_940.html:278:33516:33531 Salem Bloomington, Indiana -0.43654455097558742 +23183 cspg_html_4859889874 cspg_html_4859889874:368:42558:42574 Oldman Canada -0.0207284668430632625 +23184 aapg_ah_954.html aapg_ah_954.html:596:75583:75589 Oxford Pergamon Museum -0.478586352630804512 +23185 aapg_ah_685.html aapg_ah_685.html:363:40068:40074 Denver Colorado -0.49543725338542266 +23186 aapg_aa_233.html aapg_aa_233.html:98:10302:10308 Cupido Matamoros, Tamaulipas -0.449440672427322663 +23187 cspg_html_4293350162 cspg_html_4293350162:817:88982:89007 Mount Head Crowsnest Pass, Alberta -0.296693375309083462 +23188 gsa_html_9621103960 gsa_html_9621103960:322:32817:32831 Ione California -0.452887004013691252 +23189 cspg_html_7881580279 cspg_html_7881580279:29:4785:4815 Red River Manitoba 0.544372699253056092 +23190 aapg_ad_43.html aapg_ad_43.html:160:15392:15404 Saskatchewan Ontario, California -0.369350853164853332 +23191 aapg_aa_288.html aapg_aa_288.html:323:34802:34813 Mowry Cheyenne, Wyoming -0.426503733834695087 +23192 palaios_html_8113714689 palaios_html_8113714689:66:6597:6605 Au Train Munising, Michigan -0.516824847258973485 +23193 aapg_ad_564.html aapg_ad_564.html:4361:332124:332135 Mowry Powder River Basin 0.775981480444159821 +23194 aapg_af_129.html aapg_af_129.html:431:46451:46469 Fountain Colorado Springs, Colorado -0.0282634328663418991 +23195 cspg_html_3804945581 cspg_html_3804945581:374:39176:39194 Edmonton Lacombe, Alberta -0.500516638951101323 +23196 gsa_html_5039569238 gsa_html_5039569238:365:34448:34458 Mount Hawk Arctic Cordillera -0.443813272031764461 +23197 sedimentology_html_9511345927 sedimentology_html_9511345927:315:27771:27777 Ferris Pyrenees -0.426608897791606878 +23198 geology_html_6186734946 geology_html_6186734946:134:16475:16486 Table Point Martinsburg, Nebraska -0.0291155791192652773 +23199 aapg_ah_85.html aapg_ah_85.html:105:12079:12089 Tuscaloosa North Carolina 0.857004958072530854 +23200 aapg_ad_4.html aapg_ad_4.html:56:5255:5261 Oregon Knoxville, Tennessee -0.454052985518192231 +23201 geology_html_4304054973 geology_html_4304054973:38:3201:3205 Rove Southwick, Massachusetts -0.481766159765426027 +23202 sedimentology_html_8795569507 sedimentology_html_8795569507:962:70981:70985 Hall London, Ontario -0.469382385724573914 +23203 gsa_html_2994204451 gsa_html_2994204451:875:83533:83541 Rockwell North Carolina -0.460953349343471763 +23204 aapg_ae_513.html aapg_ae_513.html:49:4341:4347 Midway Tuscaloosa, Alabama -0.00832481152182470464 +23205 aapg_aa_302.html aapg_aa_302.html:448:55584:55608 Kaibab Upper Valley -0.026705362044744569 +23206 aapg_ae_681.html aapg_ae_681.html:5:883:902 Smackover Melbourne, Florida -0.21399851785900062 +23207 sedimentology_html_7107892700 sedimentology_html_7107892700:520:45211:45218 Magothy Bass River Township, New Jersey -0.446186272521599148 +23208 cspg_html_5541937700 cspg_html_5541937700:487:64754:64780 Cardium Lacombe, Alberta -0.0650151682745729043 +23209 aapg_ai_615.html aapg_ai_615.html:206:26001:26024 Brushy Canyon Texas -0.0735817057493154542 +23210 cspg_html_2703495345 cspg_html_2703495345:642:68573:68581 Victoria Victoria, British Columbia -0.0466289053122137323 +23211 geology_html_8042752734 geology_html_8042752734:128:10872:10884 Santa Susana San Gabriel Valley -0.482931300996293389 +23212 cspg_html_4298557570 cspg_html_4298557570:6:453:471 Edmonton Lacombe, Alberta -0.464074341472865526 +23213 gsa_html_9962225882 gsa_html_9962225882:748:64220:64226 Oregon Boise, Idaho -0.0413099405901366859 +23214 aapg_ae_464.html aapg_ae_464.html:178:12361:12367 Sonora Arizona -0.438326464087016476 +23215 aapg_aa_360.html aapg_aa_360.html:56:5580:5594 Buda San Marcos, California -0.46853104470756296 +23216 cspg_html_8089302449 cspg_html_8089302449:662:110423:110459 Dawson Bay Williston Basin 0.515526733696674011 +23217 cspg_html_7971908357 cspg_html_7971908357:43:6164:6183 Kishenehn South Fork Flathead River -0.432223543643836305 +23218 geology_html_2177311968 geology_html_2177311968:291:22512:22521 Extension Iceland -0.0209613827792686502 +23219 gsa_html_1210544754 gsa_html_1210544754:111:10766:10792 Arc Klamath Mountains (ecoregion) -0.47735290933611807 +23220 aapg_ai_518.html aapg_ai_518.html:28:3650:3669 Leadville Ouray, Colorado -0.458641287983651336 +23221 palaios_html_7362419830 palaios_html_7362419830:803:72021:72048 Purisima California -0.0292460145715184028 +23222 gsa_html_4067767548 gsa_html_4067767548:751:65907:65926 Hillabee Greenstone Alabama -0.466842269540434285 +23223 sedimentology_html_6663191436 sedimentology_html_6663191436:870:68887:68896 New River Virginia -0.253750262962416484 +23224 aapg_ae_1.html aapg_ae_1.html:88:11160:11182 Green River Wasatch Range -0.411851888872899141 +23225 aapg_aa_192.html aapg_aa_192.html:524:60721:60729 Fountain Colorado -0.0335442004664093935 +23226 cspg_html_3907807140 cspg_html_3907807140:650:70049:70061 Willow Creek Lacombe, Alberta -0.467130759519596039 +23227 gsa_html_3816882354 gsa_html_3816882354:903:77999:78004 Yukon Anchorage, Alaska -0.479447557264900015 +23228 cspg_html_6709380965 cspg_html_6709380965:36:3803:3823 Missisauga Canada -0.0459076709606554625 +23229 cspg_html_8334041965 cspg_html_8334041965:180:29782:29802 Whitehorse Lacombe, Alberta -0.425358634701132332 +23230 cspg_html_4269474759 cspg_html_4269474759:1178:115039:115056 Cardium Lacombe, Alberta 0.908849705488801174 +23231 aapg_ah_869.html aapg_ah_869.html:432:46787:46803 Dakota Western world -0.446985353503870919 +23232 aapg_ad_427.html aapg_ad_427.html:7:775:782 Rodessa Paluxy, Texas -0.443824430041729556 +23233 aapg_ad_153.html aapg_ad_153.html:447:47035:47041 Bethel Ouachita Parish, Louisiana -0.464533160716817162 +23234 jgeology_html_2809998069 jgeology_html_2809998069:306:23709:23727 Wamsutta Newport, Rhode Island -0.0423703387957518537 +23235 aapg_aa_932.html aapg_aa_932.html:66:6407:6417 Whitehorse Herington, Kansas -0.0119247384368411057 +23236 palaios_html_2945835736 palaios_html_2945835736:128:12469:12487 Willwood Big Horn Mountains -0.449755070503296051 +23237 aapg_ai_286.html aapg_ai_286.html:29:3065:3084 Knox Dolomite Alabama 0.350854646722315477 +23238 cspg_html_8438548095 cspg_html_8438548095:321:31774:31781 Bearpaw Edmonton, London -0.456355529459316345 +23239 geology_html_5045588189 geology_html_5045588189:281:27589:27609 Sisquoc California -0.439165406786194035 +23240 jgeology_html_9215313444 jgeology_html_9215313444:1163:77018:77045 Columbia Salem, Oregon -0.0200123557721791495 +23241 palaios_html_2644042510 palaios_html_2644042510:1115:80962:80968 Oregon Kenya -0.441553207562292771 +23242 sedimentology_html_9459435622 sedimentology_html_9459435622:341:25923:25929 Nelson Fiordland National Park -0.0311226948006410493 +23243 cspg_html_1665574291 cspg_html_1665574291:70:11961:11987 Porcupine Lacombe, Alberta -0.0121123895767299237 +23244 aapg_aa_423.html aapg_aa_423.html:38:4796:4801 Hueco Texas -0.0419054197993560459 +23245 cspg_html_3854139935 cspg_html_3854139935:67:10528:10538 Milk River Lacombe, Alberta -0.0799615924049946469 +23246 aapg_aa_745.html aapg_aa_745.html:487:61437:61450 Brushy Canyon Texas 0.346561926234861761 +23247 cspg_html_8121202912 cspg_html_8121202912:340:39428:39436 Columbia Cordillera Administrative Region -0.00818929939777349181 +23248 cspg_html_7244100306 cspg_html_7244100306:453:48826:48832 Beluga Anchorage, Alaska -0.0819066509985539731 +23249 aapg_af_588.html aapg_af_588.html:74:8852:8869 Madison Lacombe, Alberta -0.440325191296006335 +23250 aapg_af_384.html aapg_af_384.html:371:41227:41238 Borup Fiord Ellesmere Island -0.27037330923128905 +23251 aapg_ae_330.html aapg_ae_330.html:216:23944:23956 Salina Ohio -0.47675536629509363 +23252 palaios_html_6353470714 palaios_html_6353470714:825:80958:80976 Willwood Cheyenne, Wyoming -0.0438488392428078022 +23253 aapg_ah_979.html aapg_ah_979.html:23:2762:2771 San Diego Beaumont, Texas 0.00877304685539762562 +23254 aapg_ac_563.html aapg_ac_563.html:374:52419:52434 Tuxpan Melbourne, Florida -0.525547994209284663 +23255 cspg_html_7028413504 cspg_html_7028413504:172:20942:20956 Woodbend Regina, Saskatchewan -0.0475070165492629953 +23256 geology_html_2508111903 geology_html_2508111903:283:21843:21849 Gordon Closter, New Jersey -0.0258394556349876708 +23257 aapg_ah_529.html aapg_ah_529.html:79:9074:9088 El Paso El Paso, Texas -0.43485884955268328 +23258 geology_html_4738002019 geology_html_4738002019:233:21705:21711 Oregon Earth -0.464706706380762058 +23259 aapg_ac_716.html aapg_ac_716.html:518:36224:36236 Auburn Tarkio, Missouri -0.441392939290133568 +23260 gsa_html_4312040636 gsa_html_4312040636:287:26504:26513 Eel River Van Duzen River -0.483085217576718073 +23261 aapg_ah_687.html aapg_ah_687.html:138:19241:19249 Grosmont Western world -0.0576546019462155987 +23262 aapg_ad_466.html aapg_ad_466.html:855:91949:91957 Navesink Delaware -0.448296279445968116 +23263 cspg_html_9343899465 cspg_html_9343899465:2058:182909:182913 Fram Ellesmere Island -0.496166414713999471 +23264 aapg_ac_214.html aapg_ac_214.html:263:26200:26208 Colorado Denver -0.01223054087335982 +23265 cspg_html_8086045309 cspg_html_8086045309:443:52507:52541 Waterways Lacombe, Alberta -0.0803435311944906416 +23266 aapg_ai_583.html aapg_ai_583.html:31:5527:5532 Stump Boise, Idaho -0.467263588143899677 +23267 geology_html_1390060534 geology_html_1390060534:306:24414:24430 Navajo Logan, Utah -0.49463779564980348 +23268 gsa_html_9747726493 gsa_html_9747726493:617:54501:54510 Natkusiak Canada 0.255535189109867167 +23269 geology_html_6086140621 geology_html_6086140621:11:649:658 Newcastle Newcastle upon Tyne -0.449937021729037434 +23270 palaios_html_7860397774 palaios_html_7860397774:773:58002:58011 San Pedro Loro Parque -0.0357069470350891913 +23271 aapg_ah_289.html aapg_ah_289.html:74:11303:11321 Monterey San Joaquin River -0.421127304104932487 +23272 aapg_ad_146.html aapg_ad_146.html:218:18355:18361 Denver Hartville, Missouri 0.013078463721204827 +23273 aapg_af_568.html aapg_af_568.html:452:39017:39033 Dakota Cheyenne, Wyoming 0.0101368934017893285 +23274 aapg_af_329.html aapg_af_329.html:497:51416:51424 Woodford California -0.0350022236580636789 +23275 AMJC_html_2228158963 AMJC_html_2228158963:178:23034:23055 Megunticook Camden Town -0.0574626720141519567 +23276 aapg_ad_375.html aapg_ad_375.html:285:16138:16146 Michigan Manitoulin Island -0.0520489971910248345 +23277 palaios_html_7841806577 palaios_html_7841806577:117:11397:11413 Lehman Middle Ordovician -0.473746101631411953 +23278 gsa_html_9233283294 gsa_html_9233283294:171:16788:16793 Yukon Anchorage, Alaska 0.0166945981893577566 +23279 sedimentology_html_2139169476 sedimentology_html_2139169476:125:11625:11634 Peninsula Korea -0.44505934010721393 +23280 gsa_html_8840132442 gsa_html_8840132442:639:71676:71694 Belly River Milk River, Alberta -0.445984933244691462 +23281 cspg_html_3983222630 cspg_html_3983222630:13:1167:1174 Cardium Lacombe, Alberta 0.00953054056718567397 +23282 gsa_html_7012936645 gsa_html_7012936645:202:23218:23239 Martinsburg Hamburg 0.0119525385350554136 +23283 gsa_html_7090153753 gsa_html_7090153753:576:46059:46077 Monterey California 0.000792153354614578671 +23284 cspg_html_7337727809 cspg_html_7337727809:6:346:386 Kiskatinaw Victoria, British Columbia -0.435661502416701596 +23285 aapg_ah_469.html aapg_ah_469.html:148:12964:12970 Lisbon Alabama -0.184031845721590676 +23286 geology_html_8397638507 geology_html_8397638507:11:553:566 Santa Barbara California -0.0178746093391716279 +23287 sedimentology_html_5673709888 sedimentology_html_5673709888:2389:131539:131559 Beck Spring Dolomite California -0.480602591853576067 +23288 cspg_html_3065473572 cspg_html_3065473572:323:39779:39800 Lawrence Charlevoix, Michigan -0.0152331376513424877 +23289 aapg_ad_466.html aapg_ad_466.html:1305:140031:140039 Patuxent Patapsco River 0.0537629869540990901 +23290 aapg_ah_519.html aapg_ah_519.html:6:1123:1147 Cedar Mountain Colorado 0.319748735499023162 +23291 aapg_ah_136.html aapg_ah_136.html:54:4960:4968 Virginia Virginia -0.0894249003146919824 +23292 cspg_html_9501006975 cspg_html_9501006975:446:50362:50386 Kaskapau Victoria, British Columbia -0.45921987907792633 +23293 aapg_ae_789.html aapg_ae_789.html:173:20127:20140 Wabamun Lacombe, Alberta -0.465641239344597002 +23294 aapg_af_878.html aapg_af_878.html:105:11393:11403 Kinderhook Clark County, Indiana -0.0703772867504297434 +23295 aapg_ac_215.html aapg_ac_215.html:214:21106:21133 Madison Cheyenne, Wyoming -0.0425131277640511673 +23296 cspg_html_9152086986 cspg_html_9152086986:111:12324:12341 Halfway Western world -0.474355436180137646 +23297 gsa_html_6784853399 gsa_html_6784853399:1017:83436:83464 Green River Colorado -0.0148473685012762528 +23298 sedimentology_html_7107892700 sedimentology_html_7107892700:490:43050:43067 Magothy Merchantville, New Jersey -0.0183873001701448657 +23299 aapg_aa_697.html aapg_aa_697.html:402:37296:37322 Black Creek Lacombe, Alberta -0.440745470442491794 +23300 aapg_af_664.html aapg_af_664.html:67:7408:7415 El Paso Texas -0.484161071054726611 +23301 aapg_ah_795.html aapg_ah_795.html:59:4414:4440 Theresa Chautauqua County, Kansas -0.442239112797514711 +23302 aapg_ah_749.html aapg_ah_749.html:32:4215:4227 Rhode Island Newport, Rhode Island -0.497128548725757735 +23303 aapg_aa_261.html aapg_aa_261.html:101:13801:13815 Nizi Boise, Idaho -0.00508998959117516313 +23304 aapg_aa_684.html aapg_aa_684.html:343:32283:32287 Jelm John Crow Mountains -0.473856858113634927 +23305 aapg_ae_884.html aapg_ae_884.html:185:24413:24441 Fox Hills Black Hills 0.00919696363654177486 +23306 AMJC_html_7984049819 AMJC_html_7984049819:668:68984:68994 Laurentian Portland, Maine -0.0357887327729749932 +23307 aapg_ad_880.html aapg_ad_880.html:41:5129:5142 Gypsum Spring Middle East -0.444856013246054061 +23308 cspg_html_3627006433 cspg_html_3627006433:633:68397:68415 Dunvegan Lacombe, Alberta -0.0398266335823246886 +23309 sedimentology_html_3220122506 sedimentology_html_3220122506:1103:91997:92016 Yakataga Anchorage, Alaska -0.453180049702502807 +23310 aapg_ac_327.html aapg_ac_327.html:319:31013:31019 Laguna Coahuila -0.465744120990301047 +23311 aapg_aa_78.html aapg_aa_78.html:64:4340:4348 Michigan Nashville Basin -0.466144329889246756 +23312 aapg_aa_856.html aapg_aa_856.html:92:7997:8004 Hosston Terryville, New York -0.00417620791845697229 +23313 gsa_html_2725865990 gsa_html_2725865990:30:2810:2838 Green River New Mexico 0.00543048895720864636 +23314 palaios_html_5582845937 palaios_html_5582845937:309:30900:30907 Hampton Virginia -0.0263297817646035749 +23315 aapg_ad_691.html aapg_ad_691.html:73:8124:8144 Duck Creek Red River of the North -0.467877607461444023 +23316 aapg_ac_55.html aapg_ac_55.html:174:20963:20975 Marshalltown Merchantville, New Jersey -0.428809045611172668 +23317 aapg_af_808.html aapg_af_808.html:542:74958:74976 Oceanic Barbados -0.0309000524599756105 +23318 aapg_af_811.html aapg_af_811.html:472:40467:40473 Wilcox Missouri River 0.0147361568676342668 +23319 cspg_html_9860060507 cspg_html_9860060507:369:46378:46395 Cardium Canada 0.0128699558541004178 +23320 aapg_ae_498.html aapg_ae_498.html:664:72627:72638 Oranda Virginia 0.000277948477905467942 +23321 cspg_html_1781462584 cspg_html_1781462584:200:26316:26344 Lisburne Northwest Arctic Borough, Alaska -0.455184317280275863 +23322 aapg_aa_994.html aapg_aa_994.html:3:398:421 Cotton Valley Shreveport, Louisiana -0.00771674737466516297 +23323 aapg_ah_645.html aapg_ah_645.html:545:66930:66935 Piper Tampico, Illinois -0.495948547106679682 +23324 aapg_aa_106.html aapg_aa_106.html:75:8425:8442 Prairie Regina, Saskatchewan -0.461390086357821749 +23325 aapg_ah_455.html aapg_ah_455.html:23:2455:2463 Woodbine Austin, Chicago 0.0365022098849613272 +23326 aapg_ae_370.html aapg_ae_370.html:379:35289:35306 Gaviota California -0.44844429668252761 +23327 aapg_af_479.html aapg_af_479.html:682:72535:72553 Cabrillo California -0.444036457876645585 +23328 aapg_ad_696.html aapg_ad_696.html:201:19782:19794 Sparta Shreveport, Louisiana -0.192212566425576631 +23329 aapg_ad_718.html aapg_ad_718.html:324:29948:29956 Carlsbad Carlsbad, New Mexico -0.47596853330555533 +23330 cspg_html_8535889489 cspg_html_8535889489:388:53091:53096 Price Canada -0.475325709854034217 +23331 cspg_html_4693916254 cspg_html_4693916254:50:8652:8665 Madison Mississippian culture -0.44951252529713398 +23332 cspg_html_6402140684 cspg_html_6402140684:324:42101:42121 Waterways Canada -0.0342192516575154232 +23333 cspg_html_3926542795 cspg_html_3926542795:1361:143089:143109 Swan Hills Western Canadian Sedimentary Basin -0.0149690067830474411 +23334 cspg_html_3476862609 cspg_html_3476862609:15:1566:1591 Laib Washington (state) -0.0180709945054990453 +23335 gsa_html_2795729732 gsa_html_2795729732:1033:90715:90743 Green River Colorado 0.0243268497329823356 +23336 cspg_html_2873888604 cspg_html_2873888604:175:28448:28470 Charlie Lake Victoria, British Columbia -0.465561228542891226 +23337 aapg_ae_985.html aapg_ae_985.html:107:10223:10235 Arroyo Carlsbad, New Mexico -0.0489916642751505871 +23338 sedimentology_html_4278388483 sedimentology_html_4278388483:1020:60572:60581 Eel River California -0.456391730122837791 +23339 aapg_af_636.html aapg_af_636.html:476:57277:57292 Alto Chattanooga, Tennessee -0.441419648744354465 +23340 aapg_af_29.html aapg_af_29.html:403:33032:33052 Cedar Keys Melbourne, Florida 0.395494187926614449 +23341 cspg_html_6644065685 cspg_html_6644065685:322:33531:33552 Melville Island Banks Island -0.474808096218428344 +23342 gsa_html_4950149633 gsa_html_4950149633:1042:83904:83932 Green River New Mexico -0.02404868566678443 +23343 aapg_aa_891.html aapg_aa_891.html:76:9061:9079 Onondaga Ohio -0.432514521719123246 +23344 aapg_ah_427.html aapg_ah_427.html:807:103226:103234 Parkwood Alabama -0.425363011053494167 +23345 cspg_html_4859889874 cspg_html_4859889874:473:48645:48667 Judith River Lacombe, Alberta -0.477308890203395286 +23346 cspg_html_4765627863 cspg_html_4765627863:40:3880:3885 Banff Victoria, British Columbia -0.434518537443352337 +23347 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14420:14439 Kaskapau Lacombe, Alberta -0.454414135268558672 +23348 aapg_ai_583.html aapg_ai_583.html:89:12895:12918 Gypsum Spring Cheyenne, Wyoming -0.4796264052884881 +23349 aapg_af_69.html aapg_af_69.html:579:41888:41895 Clinton Ohio -0.436635337512616073 +23350 palaios_html_9583625967 palaios_html_9583625967:602:57987:57991 Hall California -0.464761517323236562 +23351 gsa_html_5068384645 gsa_html_5068384645:12:546:552 Denver Colorado -0.0162966409406991447 +23352 aapg_af_786.html aapg_af_786.html:130:14402:14408 Aragon Mexico 0.00171633402633613891 +23353 aapg_af_69.html aapg_af_69.html:340:24252:24271 Brunswick Montgomery (town), New York -0.440247382693200906 +23354 aapg_ad_641.html aapg_ad_641.html:162:19136:19156 San Andres New Mexico 0.0057067116030324206 +23355 aapg_ai_572.html aapg_ai_572.html:51:6334:6347 Ada Pawhuska, Oklahoma -0.469327287552563421 +23356 cspg_html_1506720813 cspg_html_1506720813:6:635:644 Ellerslie Southern Alberta 0.00359250443945134234 +23357 aapg_af_363.html aapg_af_363.html:383:48838:48846 Virginia Virginia -0.041445748202081481 +23358 cspg_html_1589757937 cspg_html_1589757937:13:1454:1472 Kootenai Middle East -0.452003931056544739 +23359 aapg_af_636.html aapg_af_636.html:222:26149:26155 Camden Buffalo National River -0.485406637327558677 +23360 aapg_ai_991.html aapg_ai_991.html:95:10778:10808 Patapsco Maryland -0.0369546842337877615 +23361 cspg_html_8525917094 cspg_html_8525917094:212:27724:27740 Fernie Victoria, British Columbia -0.0393566203457145145 +23362 geology_html_8486816817 geology_html_8486816817:305:25012:25020 Virginia Reston, Virginia -0.457736710679965686 +23363 gsa_html_7102550258 gsa_html_7102550258:1284:124586:124603 Moenave Mexico -0.449440672427322663 +23364 aapg_aa_797.html aapg_aa_797.html:110:14136:14153 Cutler Colorado -0.459805657368256959 +23365 cspg_html_6274889925 cspg_html_6274889925:23:2247:2254 Waskada Manitoba -0.450743884934886652 +23366 aapg_ah_955.html aapg_ah_955.html:36:5972:5982 Missisauga Logan, Utah -0.466759861116235797 +23367 cspg_html_4287356899 cspg_html_4287356899:1270:174789:174798 Rat River Ganges -0.431113360606789509 +23368 aapg_ac_765.html aapg_ac_765.html:451:86011:86027 Chinle Russia -0.0109239507284224872 +23369 aapg_ad_696.html aapg_ad_696.html:235:22901:22907 Sparta Smith County, Kansas -0.407291989948090571 +23370 sedimentology_html_2041096405 sedimentology_html_2041096405:130:11634:11650 Guelph Ontario, California -0.441686785632637413 +23371 aapg_af_707.html aapg_af_707.html:58:6525:6534 Smackover Mississippi River 0.399648748784443841 +23372 aapg_ae_959.html aapg_ae_959.html:429:33956:33962 Tessey Lake Elsinore, California -0.496043265221558505 +23373 geology_html_6149597609 geology_html_6149597609:228:21152:21162 Washington Boise, Idaho 0.0355955802390251971 +23374 cspg_html_5345848475 cspg_html_5345848475:78:10721:10735 Colorado Lacombe, Alberta -0.0432358146258081874 +23375 aapg_ac_408.html aapg_ac_408.html:99:10410:10430 Vicksburg Hidalgo County, New Mexico 0.574492123354919171 +23376 palaios_html_1307998760 palaios_html_1307998760:14:692:704 Saskatchewan Canada -0.0103905567969635754 +23377 gsa_html_4175379013 gsa_html_4175379013:700:71321:71349 Green River Colorado 0.00346395115146429233 +23378 cspg_html_3104351736 cspg_html_3104351736:186:24192:24209 Belly River Judith River Formation -0.470629904958731249 +23379 gsa_html_4667678389 gsa_html_4667678389:783:85839:85860 Browns Hole Logan, Utah -0.0415711108717550168 +23380 palaios_html_5340655380 palaios_html_5340655380:191:15864:15885 Maria South Africa -0.0297521166629775777 +23381 sedimentology_html_1357699877 sedimentology_html_1357699877:1098:72294:72298 Hall London, Ontario -0.0632964419434515757 +23382 aapg_ac_406.html aapg_ac_406.html:120:11302:11337 Cotton Valley East Texas -0.142204744022180668 +23383 cspg_html_8988872363 cspg_html_8988872363:29:4525:4542 Awingak Southern United States -0.148417356218550539 +23384 cspg_html_2139304729 cspg_html_2139304729:43:6856:6875 Hecla Bay Bathurst Island (Northern Territory) -0.078814208906499178 +23385 aapg_ad_111.html aapg_ad_111.html:410:46294:46316 Mesaverde Colorado 0.00938112555861735607 +23386 gsa_html_2385270880 gsa_html_2385270880:492:47860:47871 Green River North Fork Toutle River -0.441392939290133568 +23387 aapg_ae_526.html aapg_ae_526.html:84:8234:8253 Smackover Terryville, New York -0.431133173871068531 +23388 cspg_html_8653047386 cspg_html_8653047386:493:49194:49201 Windsor Calgary -0.0162740496879429895 +23389 aapg_ae_959.html aapg_ae_959.html:1041:77319:77337 Wolfcamp Texas -0.447168994241326834 +23390 aapg_ae_875.html aapg_ae_875.html:113:15544:15560 Coamo San Juan, Argentina -0.472501057082917231 +23391 gsa_html_5843564589 gsa_html_5843564589:14:677:704 Columbia Washington (state) -0.453085363047098455 +23392 aapg_ad_466.html aapg_ad_466.html:1339:143275:143288 Potomac Tuscaloosa, Alabama -0.409894453797976288 +23393 aapg_af_653.html aapg_af_653.html:950:111512:111518 Neroly Monterey, California -0.0767391022896494329 +23394 cspg_html_3479659543 cspg_html_3479659543:539:50933:50940 Halifax Brisbane 0.00235214466363176024 +23395 cspg_html_7086880709 cspg_html_7086880709:482:63575:63594 Tathlina Mackenzie River -0.0226787985009231641 +23396 aapg_af_653.html aapg_af_653.html:777:88465:88473 Vaqueros California -0.433685955512457477 +23397 aapg_ai_340.html aapg_ai_340.html:554:52671:52693 Arkose Ridge Anchorage, Alaska -0.0349152239847350387 +23398 sedimentology_html_8829282630 sedimentology_html_8829282630:1730:92905:92913 Colorado Pueblo, Colorado -0.487560856421757394 +23399 aapg_ah_621.html aapg_ah_621.html:101:13794:13811 Hermosa Hermosa, Chicago -0.42192934575662161 +23400 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1803:1827 Newcastle Melbourne, Florida -0.0384097003788234775 +23401 jgeology_html_4305195651 jgeology_html_4305195651:584:72823:72857 Pottsville Pottsville, Pennsylvania -0.042086508975559718 +23402 aapg_ah_53.html aapg_ah_53.html:12:2236:2242 Clifty Illinois -0.0981140635067803274 +23403 aapg_ac_333.html aapg_ac_333.html:2019:189769:189778 Williston New Mexico -0.44714211768966694 +23404 aapg_ae_73.html aapg_ae_73.html:321:41750:41762 Dockum Chinle Formation -0.495723634298967097 +23405 aapg_ac_924.html aapg_ac_924.html:19:3250:3257 Madison Cheyenne, Wyoming -0.136049243285603888 +23406 cspg_html_2863271815 cspg_html_2863271815:496:59451:59464 A-1 Evaporite Salina, Kansas -0.450582005503512739 +23407 aapg_ae_657.html aapg_ae_657.html:56:6377:6385 Virginia Michigan -0.499631466627061815 +23408 geology_html_1604094278 geology_html_1604094278:196:18222:18233 San Jacinto Lake Elsinore, California -0.487748436810089392 +23409 aapg_ae_342.html aapg_ae_342.html:165:15178:15182 Frio Wharton, New Jersey -0.0356704046759730303 +23410 cspg_html_6383234409 cspg_html_6383234409:563:58972:58986 Eids Bathurst Island (Northern Territory) -0.0170265242171895904 +23411 cspg_html_9349658248 cspg_html_9349658248:37:4095:4100 Swift Regina, Saskatchewan -0.442539913358205417 +23412 gsa_html_9889833548 gsa_html_9889833548:797:73485:73491 Antler Reno, Nevada -0.0260481030214056476 +23413 aapg_aa_147.html aapg_aa_147.html:63:9636:9655 Stony Mountain Manitoba 1.11971576763847991 +23414 palaios_html_3306053371 palaios_html_3306053371:150:19768:19784 Salem Bloomington, Indiana -0.456391730122837791 +23415 aapg_ad_931.html aapg_ad_931.html:160:14247:14255 Michigan Bloomington, Indiana -0.0361854896356224864 +23416 geology_html_2276070502 geology_html_2276070502:225:20925:20935 Wind River Cheyenne, Wyoming -0.499764658466963718 +23417 cspg_html_2784057671 cspg_html_2784057671:566:65202:65218 Washington Salem, Oregon -0.0579634464646465175 +23418 aapg_ad_397.html aapg_ad_397.html:75:6816:6832 Eutaw Tinsley, South Yorkshire -0.403989591521988045 +23419 aapg_ah_978.html aapg_ah_978.html:530:48436:48443 Temblor Coalinga, California 0.443322453090817581 +23420 aapg_ah_507.html aapg_ah_507.html:180:14629:14649 Caseyville Chester, Pennsylvania -0.465835581370964813 +23421 gsa_html_1119256423 gsa_html_1119256423:466:40749:40776 White River Colorado -0.00761598320539543048 +23422 geology_html_7829136412 geology_html_7829136412:206:23001:23011 Stillwater Mountain View, California -0.0413499862143105745 +23423 aapg_af_588.html aapg_af_588.html:153:14488:14520 Grand Rapids Clearwater, Florida -0.0109239507284224872 +23424 geology_html_4971813947 geology_html_4971813947:333:24455:24463 Colorado Middle East -0.464405306663695727 +23425 aapg_aa_37.html aapg_aa_37.html:438:54314:54331 Thaynes Boise, Idaho -0.471464870791560964 +23426 aapg_ah_361.html aapg_ah_361.html:293:26423:26436 Bromide Arbuckle, California -0.474438560215669658 +23427 geology_html_9016396969 geology_html_9016396969:225:23981:23989 Virginia Virginia -0.424214904641607937 +23428 jgeology_html_6830240002 jgeology_html_6830240002:1322:69582:69590 Colorado Cheyenne, Wyoming -0.0293555813701503708 +23429 aapg_ad_440.html aapg_ad_440.html:516:48044:48053 New River Norfolk, Virginia 0.307093458094424177 +23430 geology_html_1592747864 geology_html_1592747864:47:2564:2580 Exshaw Boise, Idaho -0.00855587800487816325 +23431 gsa_html_8076575690 gsa_html_8076575690:1202:91010:91020 Wellington Eaton, Ohio -0.022564066972144893 +23432 palaios_html_5907449072 palaios_html_5907449072:381:49090:49107 Verulam Ontario, California -0.443813272031764461 +23433 aapg_ad_687.html aapg_ad_687.html:21:2302:2311 Etchegoin Rancho Santa Margarita, California -0.428791476930725279 +23434 aapg_ai_615.html aapg_ai_615.html:177:23213:23236 Brushy Canyon Laingsburg, Western Cape 1.02084218490314838 +23435 gsa_html_9052101586 gsa_html_9052101586:20:1321:1350 Lake Michigan Lake Michigan -0.471464870791560964 +23436 aapg_ad_784.html aapg_ad_784.html:117:13736:13749 Santa Barbara Goleta, California -0.387010083799035898 +23437 jgeology_html_5746443485 jgeology_html_5746443485:452:36946:36987 Provo Mississippi River -0.0152261868031426748 +23438 aapg_ai_49.html aapg_ai_49.html:124:13348:13364 Morgan Logan, Utah -0.0045966157065965357 +23439 gsa_html_8003826422 gsa_html_8003826422:42:3161:3185 Morrison Sierra Nevada (Spain) -0.00447500993536276322 +23440 aapg_ah_656.html aapg_ah_656.html:313:28622:28627 Queen Guadalupe Mountains National Park -0.428479686892279998 +23441 geology_html_2510819916 geology_html_2510819916:15:592:598 Oregon Salem, Oregon -0.464450966712688929 +23442 aapg_ai_491.html aapg_ai_491.html:295:36691:36707 Morgan Arizona 0.0224945330956530555 +23443 AMJC_html_6341723617 AMJC_html_6341723617:94:10486:10507 Green River Uinta Mountains -0.220929909401817254 +23444 AMJC_html_5885335353 AMJC_html_5885335353:1010:114107:114115 Fillmore Millard County, Utah 0.392477723181951066 +23445 aapg_ai_801.html aapg_ai_801.html:174:17979:17997 Phosphoria Morocco 0.00738665861447657893 +23446 sedimentology_html_7482146728 sedimentology_html_7482146728:326:38514:38520 Oregon Salem, Oregon -0.0395916240677814321 +23447 aapg_ac_730.html aapg_ac_730.html:627:91582:91598 Toreva Mancos, Colorado -0.453044786078658057 +23448 cspg_html_3060428958 cspg_html_3060428958:63:9667:9684 Bearpaw Regina, Saskatchewan -0.0218304989680059187 +23449 aapg_ah_318.html aapg_ah_318.html:552:64628:64634 Carmel Boise, Idaho -0.0196404059622709952 +23450 cspg_html_2863271815 cspg_html_2863271815:573:72803:72814 B Evaporite Salina, Kansas -0.459837454744856933 +23451 aapg_ac_943.html aapg_ac_943.html:329:32451:32464 Woodbine Texas -0.0252604746773001342 +23452 palaios_html_3232474978 palaios_html_3232474978:504:48981:48995 Toad Canada -0.0140758476190941898 +23453 cspg_html_1654370716 cspg_html_1654370716:25:2735:2748 Parry Islands Bathurst Island (Northern Territory) -0.452896019392303839 +23454 aapg_ae_905.html aapg_ae_905.html:136:13689:13702 Bedford Ardmore, Pennsylvania -0.460091874413590562 +23455 aapg_ak_24.html aapg_ak_24.html:253:26336:26351 Baird Texas -0.476130470160059438 +23456 geology_html_3479619952 geology_html_3479619952:220:20108:20116 Colorado Littleton, Colorado -0.493432945605813467 +23457 palaios_html_3406135825 palaios_html_3406135825:16:917:932 Elk Wisconsin -0.0346577090486229963 +23458 aapg_ac_14.html aapg_ac_14.html:28:2394:2400 Dakota New Mexico -0.455310861563052449 +23459 jgeology_html_4115179562 jgeology_html_4115179562:227:16272:16309 Mauch Chunk San Fernando Valley -0.436805862873274886 +23460 aapg_aa_662.html aapg_aa_662.html:275:22420:22428 Onondaga Williamsport, Indiana -0.0278217295801544348 +23461 aapg_ai_409.html aapg_ai_409.html:199:23551:23564 Cotton Valley Pine Island (Lee County, Florida) 0.00644852294082285706 +23462 palaios_html_3523436416 palaios_html_3523436416:566:58803:58812 Rochester Caribbean -0.487818790090823073 +23463 cspg_html_3357826027 cspg_html_3357826027:105:15702:15708 Denver Colorado -0.478284785297837578 +23464 cspg_html_2161417858 cspg_html_2161417858:238:31534:31554 Big Valley Lacombe, Alberta -0.00202555313540596143 +23465 cspg_html_6964953392 cspg_html_6964953392:372:46525:46558 Doig Victoria, British Columbia -0.473649201225758321 +23466 gsa_html_4446967287 gsa_html_4446967287:304:25387:25395 Sicamous Eagle River, Alaska -0.0426837810068434811 +23467 aapg_ah_343.html aapg_ah_343.html:33:3810:3817 Prairie Mississippi River -0.000180666507077184774 +23468 aapg_af_480.html aapg_af_480.html:241:27393:27408 Olentangy Ohio -0.489889776983278402 +23469 cspg_html_4392308496 cspg_html_4392308496:100:17246:17268 Little River Bridgetown, Nova Scotia -0.502533193471066175 +23470 palaios_html_4248881045 palaios_html_4248881045:228:21614:21646 Moenave Arizona -0.480765396922298249 +23471 geology_html_9805181537 geology_html_9805181537:16:872:896 Elk Wisconsin -0.0423093929821278317 +23472 cspg_html_3135622409 cspg_html_3135622409:5:287:311 Belloy Boise, Idaho -0.470200080639580853 +23473 gsa_html_6491840124 gsa_html_6491840124:969:79608:79613 Logan Logan, Utah -0.441392939290133568 +23474 cspg_html_8740534160 cspg_html_8740534160:185:23972:23989 Badshot Selkirk Mountains -0.470179399208385473 +23475 aapg_ai_107.html aapg_ai_107.html:612:52966:52973 Hosston Paluxy, Texas -0.00590649599379846572 +23476 aapg_ac_972.html aapg_ac_972.html:225:26852:26858 Sierra Kings City -0.501517155815179638 +23477 aapg_ad_564.html aapg_ad_564.html:138:13045:13052 Halifax Houston -0.00955486399382172828 +23478 gsa_html_3380395839 gsa_html_3380395839:471:49549:49555 Oregon Victoria, British Columbia -0.0315018919631344582 +23479 aapg_ah_982.html aapg_ah_982.html:494:43324:43337 Turner Valley Lacombe, Alberta -0.443688311537407287 +23480 cspg_html_8362959053 cspg_html_8362959053:59:8948:8954 Luscar Gladstone, Oregon -0.0563251653530414467 +23481 aapg_ad_944.html aapg_ad_944.html:265:25291:25306 Piper Regina, Saskatchewan 0.0536252247889140582 +23482 aapg_ac_126.html aapg_ac_126.html:28:4703:4725 Haynesville Chesapeake Bay -0.00935506485841901096 +23483 aapg_ae_454.html aapg_ae_454.html:574:51995:52002 Bossier Shreveport, Louisiana 0.376005881539985432 +23484 geology_html_4557120500 geology_html_4557120500:11:461:471 Washington Seattle -0.4835517998191603 +23485 aapg_ah_160.html aapg_ah_160.html:304:36585:36591 Salina Guelph -0.482987267474293158 +23486 gsa_html_8241338635 gsa_html_8241338635:431:44614:44633 Bidahochi Kaibab, Arizona -0.50875665121932967 +23487 aapg_ae_60.html aapg_ae_60.html:332:36356:36371 Fort Union Wasatch Range -0.484674969173666037 +23488 AMJC_html_5969956211 AMJC_html_5969956211:310:45645:45650 Provo Sevier orogeny -0.053189286291718256 +23489 geology_html_9292085223 geology_html_9292085223:109:7860:7876 Davis Bonne Terre, Missouri 0.000753935409928500173 +23490 aapg_aa_261.html aapg_aa_261.html:3:248:262 Lisburne Atoka, Oklahoma -0.481766159765426027 +23491 aapg_ae_917.html aapg_ae_917.html:357:39571:39596 Battle Des Moines, Washington -0.461046592969278191 +23492 aapg_ah_775.html aapg_ah_775.html:300:37660:37670 Rio Grande New Mexico 0.0457299852893208597 +23493 jgeology_html_1188020601 jgeology_html_1188020601:182:10664:10680 Fish Canyon Tuff Durango, Durango -0.0749956385588343988 +23494 aapg_aa_98.html aapg_aa_98.html:181:15225:15237 Granite Wash Lacombe, Alberta -0.0349152239847350387 +23495 palaios_html_5212272868 palaios_html_5212272868:346:38946:38952 Pueblo Colorado -0.470188590895520009 +23496 gsa_html_3561219088 gsa_html_3561219088:980:90850:90878 Green River New Mexico -0.0354198318919945049 +23497 gsa_html_9755702281 gsa_html_9755702281:717:56527:56535 Rockwell Los Angeles -0.0195726214963804213 +23498 aapg_ah_871.html aapg_ah_871.html:436:48574:48581 Pamelia Lowville (town), New York -0.456228838585424179 +23499 aapg_ac_967.html aapg_ac_967.html:355:38346:38364 John Day Salem, Oregon -0.485238274937032199 +23500 cspg_html_8691653606 cspg_html_8691653606:78:10155:10163 Columbia Victoria, British Columbia -0.465561228542891226 +23501 aapg_ae_876.html aapg_ae_876.html:41:5146:5168 Cedar Mountain Phoenix, Arizona 0.0108631399368114955 +23502 aapg_ae_454.html aapg_ae_454.html:3:169:187 Cotton Valley Mississippi River -0.0101247315019664351 +23503 gsa_html_6491840124 gsa_html_6491840124:871:71658:71666 Colorado Denver 0.0243407580667691185 +23504 palaios_html_2449649505 palaios_html_2449649505:391:42834:42851 Kayenta Arizona -0.0145589143235537784 +23505 aapg_ad_564.html aapg_ad_564.html:7885:691771:691781 Hell Creek Fort Union Trading Post National Historic Site -0.465890462131599792 +23506 AMJC_html_3262083241 AMJC_html_3262083241:11:464:474 Washington Seattle -0.467950951742638677 +23507 aapg_ad_865.html aapg_ad_865.html:254:26568:26584 Dakota Hermosa, Chicago -0.0908981537805712697 +23508 aapg_ah_647.html aapg_ah_647.html:575:62895:62924 Dunn Texas -0.456355529459316345 +23509 aapg_af_663.html aapg_af_663.html:277:29436:29443 Bedford Chariton, Iowa -0.028708628918134603 +23510 aapg_aa_288.html aapg_aa_288.html:44:5293:5304 Mowry Earley 0.0315505970526295323 +23511 aapg_ad_564.html aapg_ad_564.html:7828:683395:683406 Utica Mohawk Valley -0.010750205891597751 +23512 aapg_ac_807.html aapg_ac_807.html:248:24817:24825 Choptank Kirkwood, Missouri -0.0507415465108338806 +23513 cspg_html_7924356285 cspg_html_7924356285:330:33602:33607 Banff Highwood Pass -0.417317985934008373 +23514 cspg_html_9613527162 cspg_html_9613527162:194:27248:27265 Pekisko Elkton, Kentucky 0.947447438451948565 +23515 aapg_ac_703.html aapg_ac_703.html:134:14740:14753 Madison Logan, Utah -0.0541518744999871654 +23516 aapg_ac_841.html aapg_ac_841.html:886:92767:92774 Esquias La Libertad, Negros Oriental -0.00802946509668115739 +23517 cspg_html_6880168184 cspg_html_6880168184:703:81785:81800 Melville Island Canadian Arctic Archipelago -0.0458327637888954545 +23518 gsa_html_4592916077 gsa_html_4592916077:1013:69989:70010 Chickaloon Anchorage, Alaska -0.0526522468339780461 +23519 cspg_html_1975682848 cspg_html_1975682848:469:46945:46965 Blue Fiord Canada -0.00783141030284131325 +23520 aapg_ae_803.html aapg_ae_803.html:75:9725:9731 Sierra Guatemala -0.458865873154244486 +23521 aapg_ad_52.html aapg_ad_52.html:128:17329:17348 Coldwater Michigan -0.0582827756779698836 +23522 gsa_html_4667678389 gsa_html_4667678389:1080:108064:108070 Moscow Boise, Idaho -0.0286738474366188961 +23523 aapg_af_91.html aapg_af_91.html:458:51214:51227 Blue Mountain Colorado Plateau -0.00712258914704064564 +23524 aapg_ae_103.html aapg_ae_103.html:1190:101596:101607 San Jacinto El Salto, Jalisco -0.059052371538838716 +23525 aapg_ae_873.html aapg_ae_873.html:320:36827:36835 Nacatoch Arkadelphia, Arkansas -0.498070421610056713 +23526 aapg_ac_176.html aapg_ac_176.html:55:9269:9277 Farewell Turangi -0.0759128064982409895 +23527 aapg_ah_387.html aapg_ah_387.html:26:4285:4294 Knoxville Knoxville, Illinois -0.469028899015838996 +23528 aapg_ak_87.html aapg_ak_87.html:458:57344:57358 Earp Supai, Arizona -0.0295851529329683692 +23529 aapg_ad_156.html aapg_ad_156.html:137:20095:20117 Water Island United States Virgin Islands -0.467877607461444023 +23530 cspg_html_9683836416 cspg_html_9683836416:30:5899:5907 Foremost Lacombe, Alberta -0.44003177575734248 +23531 cspg_html_8549221170 cspg_html_8549221170:50:5694:5700 Denver Colorado -0.468255854243320946 +23532 aapg_ac_841.html aapg_ac_841.html:380:46952:46964 Todos Santos Guatemala -0.384986575598841807 +23533 cspg_html_6356755616 cspg_html_6356755616:226:35044:35051 Eastend Regina, Saskatchewan -0.487244407985101158 +23534 palaios_html_9876040400 palaios_html_9876040400:68:6838:6859 White River Colorado -0.469648742182661783 +23535 aapg_aa_705.html aapg_aa_705.html:711:70659:70665 Jordan Melbourne, Florida -0.0279486743171803304 +23536 palaios_html_6198940562 palaios_html_6198940562:160:11643:11647 Ross Stroudsburg, Pennsylvania -0.0357069470350891913 +23537 aapg_ad_883.html aapg_ad_883.html:61:7848:7868 Eau Claire Michigan -0.434640063325911763 +23538 aapg_af_840.html aapg_af_840.html:258:26961:26968 Creston Clarinda, Iowa -0.013877758051455481 +23539 gsa_html_2005293978 gsa_html_2005293978:722:52564:52571 Calvert Maryland -0.0213281445923519004 +23540 gsa_html_3251357068 gsa_html_3251357068:29:2796:2824 Green River Iran -0.0175218157848266304 +23541 aapg_ai_603.html aapg_ai_603.html:158:14294:14315 Price Indianola, Iowa -0.445338708488509594 +23542 AMJC_html_8620643989 AMJC_html_8620643989:15:789:797 Virginia Reston, Virginia -0.0842032262829474631 +23543 aapg_ad_45.html aapg_ad_45.html:137:8765:8776 Tar Springs Vienna -0.472823676298187945 +23544 palaios_html_1027055785 palaios_html_1027055785:95:8201:8227 Staunton Illinois -0.456337429672799166 +23545 aapg_ac_867.html aapg_ac_867.html:952:114603:114623 Phosphoria Cheyenne, Wyoming -0.40885910139806747 +23546 aapg_ai_899.html aapg_ai_899.html:138:15028:15055 White River Nebraska -0.431298300553942027 +23547 aapg_ae_170.html aapg_ae_170.html:50:6716:6736 Road River Middle East -0.484434333090292712 +23548 gsa_html_3898240693 gsa_html_3898240693:842:76469:76497 Green River New Mexico -0.0204677435827045166 +23549 aapg_af_663.html aapg_af_663.html:824:77904:77910 Pawnee Lexington, Kentucky 0.00157388492495401659 +23550 aapg_ai_44.html aapg_ai_44.html:237:34976:34982 Sierra Trinidad and Tobago -0.486881222882081688 +23551 cspg_html_4403434336 cspg_html_4403434336:33:4561:4587 Aleqatsiaq Fjord Washington (state) -0.454068782805138071 +23552 aapg_ae_176.html aapg_ae_176.html:245:30885:30891 Viking Lacombe, Alberta -0.2067556139078775 +23553 cspg_html_4287356899 cspg_html_4287356899:940:128834:128849 Kayak Great Britain -0.453180049702502807 +23554 cspg_html_8374021012 cspg_html_8374021012:107:16771:16792 Mount Forster Western world -0.0547936736355184237 +23555 cspg_html_5406272225 cspg_html_5406272225:153:17519:17529 Pine Point Lacombe, Alberta -0.439565169119916221 +23556 aapg_ah_608.html aapg_ah_608.html:93:8520:8525 Bluff Dove Creek, Colorado -0.0755312162350789129 +23623 aapg_ae_415.html aapg_ae_415.html:360:45614:45625 Mint Spring Boyce, Louisiana -0.0197168810314956311 +23557 geology_html_7360956801 geology_html_7360956801:298:27280:27288 Rockwell San Jacinto, California -0.415078947369139473 +23558 aapg_ai_816.html aapg_ai_816.html:515:89060:89066 Hertha Kansas City, Kansas -0.485285038948243097 +23559 gsa_html_8035658736 gsa_html_8035658736:734:85283:85293 Washington Boise, Idaho -0.0255351835335731921 +23560 aapg_ae_974.html aapg_ae_974.html:317:32351:32355 Frio Zapata County, Texas -0.0281312681566624895 +23561 aapg_ac_719.html aapg_ac_719.html:120:13119:13134 Raton Colorado -0.471639785200352879 +23562 aapg_ah_193.html aapg_ah_193.html:114:14100:14107 Camrose Lacombe, Alberta -0.435354069337884009 +23563 sedimentology_html_2503558419 sedimentology_html_2503558419:25:1556:1565 Newcastle Hempstead (town), New York -0.439103236963543697 +23564 gsa_html_5583768987 gsa_html_5583768987:173:18600:18636 Laurentian Blue Ridge Mountains -0.454305775206324536 +23565 aapg_ae_928.html aapg_ae_928.html:302:22216:22221 Tokio Austin, Chicago -0.00860799843042621068 +23566 palaios_html_8113714689 palaios_html_8113714689:310:35550:35558 Michigan Munising, Michigan -0.0446343409079277068 +23567 gsa_html_1465687448 gsa_html_1465687448:74:7512:7531 Hillabee Greenstone Middle East -0.477269506555081602 +23568 aapg_ai_582.html aapg_ai_582.html:31:3700:3709 Shaunavon Regina, Saskatchewan -0.0162740496879429895 +23569 aapg_aa_23.html aapg_aa_23.html:570:70957:70965 Winnipeg Red River of the North -0.0181474635644301129 +23570 cspg_html_3854139935 cspg_html_3854139935:27:4281:4292 Belly River Lacombe, Alberta 0.00480334593379653455 +23571 AMJC_html_1873062106 AMJC_html_1873062106:172:26156:26164 Colorado Arizona -0.0138569066023459427 +23572 sedimentology_html_3455721661 sedimentology_html_3455721661:21:1509:1527 Todilto New Mexico -0.444871652179790411 +23573 cspg_html_7409170811 cspg_html_7409170811:327:50075:50084 Lodgepole Crowsnest Pass, Alberta -0.00382181610432916728 +23574 aapg_ai_974.html aapg_ai_974.html:666:70798:70815 Astoria Western world -0.0233046208724774252 +23575 aapg_aa_663.html aapg_aa_663.html:5:726:740 Rome Kentucky 0.00987801952743803773 +23576 aapg_ah_536.html aapg_ah_536.html:198:26399:26416 Sligo County Sligo 0.0391512144020498415 +23577 geology_html_2512600235 geology_html_2512600235:18:1237:1250 Santa Barbara California -0.461026124022890449 +23578 aapg_ae_708.html aapg_ae_708.html:582:62858:62878 Nolichucky Virginia -0.240417153705760972 +23579 aapg_ad_280.html aapg_ad_280.html:23:3501:3510 Smackover Haynesville, Louisiana -0.474009171210690694 +23580 cspg_html_3521815736 cspg_html_3521815736:192:27597:27605 Columbia Victoria, British Columbia -0.482038661537539159 +23581 palaios_html_8915371254 palaios_html_8915371254:569:37839:37855 Tamana Trinidad and Tobago -0.4506269691264706 +23582 gsa_html_5107598462 gsa_html_5107598462:248:22523:22529 Salina Onondaga (tribe) -0.06179820059879821 +23583 sedimentology_html_1946067194 sedimentology_html_1946067194:937:59734:59739 Piper Canada -0.441437455474761709 +23584 aapg_ac_486.html aapg_ac_486.html:698:89258:89274 Dakota Black Hills -0.250980566757672663 +23585 aapg_ac_333.html aapg_ac_333.html:1207:144353:144361 Colorado Ouray, Colorado -0.502347065714454311 +23586 cspg_html_2826081830 cspg_html_2826081830:6:381:403 Grand Rapids Lacombe, Alberta -0.505150548331609439 +23587 palaios_html_8391206976 palaios_html_8391206976:300:44434:44452 Bellevue Waynesville, North Carolina -0.0730253392731534806 +23588 aapg_aa_563.html aapg_aa_563.html:285:36615:36623 Woodbine Mississippi River -0.45184182728382527 +23589 aapg_ah_505.html aapg_ah_505.html:675:52299:52306 Laramie Colorado -0.0539216783663858529 +23590 aapg_ai_641.html aapg_ai_641.html:70:10985:11000 Mesaverde Piceance Basin -0.0371426409956562426 +23591 sedimentology_html_3549891174 sedimentology_html_3549891174:92:8456:8463 Yucatan Barbados -0.00680987700292186304 +23592 palaios_html_5198166697 palaios_html_5198166697:118:10378:10395 Juniata Pennsylvania 0.00194564253308291118 +23593 aapg_ai_504.html aapg_ai_504.html:175:17413:17423 Phosphoria Cheyenne, Wyoming -0.00850549498541811055 +23594 aapg_ad_691.html aapg_ad_691.html:96:11258:11274 Weno Red River of the North -0.0418113941638034933 +23595 aapg_ai_1.html aapg_ai_1.html:415:38680:38684 Rico San Rafael Swell -0.46328736756315686 +23596 gsa_html_1641861263 gsa_html_1641861263:675:64761:64789 Green River Colorado 0.00618098339761408676 +23597 gsa_html_2561127673 gsa_html_2561127673:53:4676:4697 Quinn River Reno, Nevada -0.0447057537480869752 +23598 aapg_af_394.html aapg_af_394.html:523:57120:57130 Wind River Cheyenne, Wyoming -0.431186011272103542 +23599 palaios_html_6070568506 palaios_html_6070568506:355:23953:23974 Oxford England -0.476033304431228654 +23600 aapg_aa_841.html aapg_aa_841.html:111:11259:11274 Vicksburg Elwood, Illinois 0.00204466219751255973 +23601 aapg_ac_199.html aapg_ac_199.html:35:4891:4899 Virginia Kentucky -0.477401564658383792 +23602 AMJC_html_2890539371 AMJC_html_2890539371:476:48065:48075 Washington Boise, Idaho -0.42655631436454855 +23603 gsa_html_4113859081 gsa_html_4113859081:419:38063:38075 Owens Valley California -0.251763580940498277 +23604 gsa_html_2973272646 gsa_html_2973272646:741:72237:72265 Green River Colorado 0.0224215228355517555 +23605 aapg_ad_616.html aapg_ad_616.html:240:25033:25040 Reynosa Villahermosa, Tolima -0.478488911708928044 +23606 cspg_html_9676262628 cspg_html_9676262628:90:8892:8897 Swift Closter, New Jersey -0.447242908821281704 +23607 aapg_ae_518.html aapg_ae_518.html:23:2160:2166 Oregon California -0.0273835184878958443 +23608 aapg_aa_904.html aapg_aa_904.html:547:48393:48401 Columbia Victoria, British Columbia 0.0117544633662148706 +23609 aapg_ac_295.html aapg_ac_295.html:128:11942:11950 Washakie Wasatch Range -0.125625868267873059 +23610 aapg_ai_49.html aapg_ai_49.html:260:31129:31147 Sundance Logan, Utah 1.02011565153827966 +23611 aapg_ai_159.html aapg_ai_159.html:465:53557:53574 Caimito Culebra, Puerto Rico -0.0599791507476206756 +23612 aapg_aa_547.html aapg_aa_547.html:7:625:645 Fort Scott Mississippi River -0.416415682696128164 +23613 aapg_aa_127.html aapg_aa_127.html:229:37117:37128 Bloomington Bloomington, Illinois -0.4597965726108596 +23614 aapg_ah_675.html aapg_ah_675.html:531:76349:76364 Mesaverde Logan, Utah -0.445408004975414329 +23615 aapg_aa_685.html aapg_aa_685.html:207:19080:19099 Flagstaff Logan, Utah -0.502719362846455242 +23616 aapg_ad_466.html aapg_ad_466.html:393:48571:48588 Raritan Closter, New Jersey -0.406012620156442849 +23617 cspg_html_5295390542 cspg_html_5295390542:21:2296:2314 Halfway Middle East -0.466759861116235797 +23618 palaios_html_7679079277 palaios_html_7679079277:1023:87668:87674 Viking Lacombe, Alberta 0.841835391531735255 +23619 aapg_af_653.html aapg_af_653.html:780:88899:88906 Temblor California -0.468198533701609299 +23620 palaios_html_4501603736 palaios_html_4501603736:113:10801:10818 Thaynes Montello, Nevada -0.262353950685979997 +23621 aapg_ai_787.html aapg_ai_787.html:439:45606:45611 Weeks Texas -0.0287347150896633124 +23622 aapg_ai_148.html aapg_ai_148.html:577:59649:59654 Nisku Calgary -0.0120741642534044936 +23624 aapg_ae_143.html aapg_ae_143.html:247:26261:26304 Prairie Regina, Saskatchewan 0.0086688056719376877 +23625 aapg_ad_335.html aapg_ad_335.html:565:72590:72602 Pierre Cheyenne, Wyoming -0.0314131796301364494 +23626 aapg_ae_67.html aapg_ae_67.html:452:34429:34435 Denver Colorado -0.0741048851457884045 +23627 aapg_ac_536.html aapg_ac_536.html:680:70097:70111 Mission Canyon Grand Forks, North Dakota -0.403758404313741825 +23628 aapg_ae_154.html aapg_ae_154.html:33:4383:4403 Besa River Victoria, British Columbia -0.475825128678400877 +23629 cspg_html_9290046117 cspg_html_9290046117:591:73447:73464 Cadomin Canada -0.42653659632637092 +23630 geology_html_8381924936 geology_html_8381924936:24:1225:1233 Quantico Dale City, Virginia -0.490873029192211763 +23631 cspg_html_3041902517 cspg_html_3041902517:768:84142:84160 Tensleep Cheyenne, Wyoming -0.487560856421757394 +23632 cspg_html_5891044027 cspg_html_5891044027:485:82531:82540 Appekunny Victoria, British Columbia -0.482963947665808413 +23633 AMJC_html_9397261106 AMJC_html_9397261106:718:53803:53808 Stump Mexico -0.455184317280275863 +23634 aapg_ac_986.html aapg_ac_986.html:399:46125:46139 Chicopee Spearfish, South Dakota -0.0446343409079277068 +23635 jgeology_html_1808184351 jgeology_html_1808184351:501:30110:30120 Washington Long Beach Peninsula -0.470292003998596664 +23636 aapg_aa_106.html aapg_aa_106.html:246:23668:23676 Imperial Guernsey -0.454414135268558672 +23637 aapg_ad_379.html aapg_ad_379.html:324:27177:27202 Battle Belden, California -0.415254330132500793 +23638 aapg_ad_2.html aapg_ad_2.html:218:32044:32055 Wissahickon Pennsylvania -0.0514074456528080606 +23639 cspg_html_6306091047 cspg_html_6306091047:649:90068:90090 Charlie Lake Victoria, British Columbia -0.429934117971200513 +23640 aapg_ah_779.html aapg_ah_779.html:645:119898:119908 Pocahontas Pottsville, Pennsylvania -0.429947310326277143 +23641 aapg_af_663.html aapg_af_663.html:208:24637:24655 Altamont Lexington, Kentucky 0.0119577510561948014 +23642 aapg_af_133.html aapg_af_133.html:164:17786:17801 Rochester Mississinewa River -0.472501057082917231 +23643 aapg_ah_318.html aapg_ah_318.html:1261:127293:127313 Smackover Shreveport, Louisiana -0.00291152111123597944 +23644 aapg_ai_981.html aapg_ai_981.html:227:19109:19116 Prairie Beaumont, Texas -0.0301590999875516533 +23645 palaios_html_1018466366 palaios_html_1018466366:1480:134359:134379 Shawangunk Delaware 0.0135163351767888604 +23646 aapg_af_785.html aapg_af_785.html:13:1661:1671 Rio Grande Alabama -0.480667710196792775 +23647 cspg_html_9474105160 cspg_html_9474105160:6:421:437 Fernie Lacombe, Alberta -0.257483227596459141 +23648 aapg_ad_696.html aapg_ad_696.html:189:18905:18911 Weches East Texas -0.224212925071570396 +23649 gsa_html_8053816650 gsa_html_8053816650:1044:101107:101135 Green River Colorado 0.0225884038971819467 +23650 aapg_ad_3.html aapg_ad_3.html:434:41447:41455 Moccasin Knoxville, Tennessee -0.00500312776260552431 +23651 aapg_ah_83.html aapg_ah_83.html:124:15949:15968 Lakota Boise, Idaho -0.402962501254613081 +23652 cspg_html_5430614285 cspg_html_5430614285:298:37104:37121 Cardium Western Canadian Sedimentary Basin -0.0315888654763454985 +23653 aapg_ac_35.html aapg_ac_35.html:316:28355:28363 Colorado Denver -0.44844429668252761 +23654 sedimentology_html_1639882205 sedimentology_html_1639882205:1692:100508:100528 Toro Chile -0.436872309743032927 +23655 aapg_ah_182.html aapg_ah_182.html:462:38097:38105 Annville Pennsylvania -0.0210065757716986906 +23656 cspg_html_5688447798 cspg_html_5688447798:148:21943:21971 Disappointment Bay Little Cornwallis Island -0.448287309474040385 +23657 sedimentology_html_1345433606 sedimentology_html_1345433606:1179:76202:76244 Bluff Bridgetown, Nova Scotia -0.50037380579535129 +23658 aapg_af_575.html aapg_af_575.html:676:92977:92989 Marble Falls Lampasas, Texas -0.494226535849717374 +23659 gsa_html_3380395839 gsa_html_3380395839:1031:85618:85628 Washington Victoria, British Columbia -0.0312427146313614852 +23660 cspg_html_3860685167 cspg_html_3860685167:1025:93716:93736 Mount Head Lacombe, Alberta -0.0176347786034971379 +23661 jgeology_html_7591890576 jgeology_html_7591890576:868:42779:42785 Eugene Salem, Oregon -0.0115181647621516343 +23662 aapg_ad_178.html aapg_ad_178.html:47:4545:4564 Fantasque Victoria, British Columbia -0.455197874748240694 +23663 sedimentology_html_8752954975 sedimentology_html_8752954975:1095:86755:86760 Stark Republic of China -0.496469628762517878 +23664 aapg_ad_800.html aapg_ad_800.html:141:16918:16934 Ripley Mississippi River 0.407193187982624383 +23665 aapg_ad_720.html aapg_ad_720.html:312:30158:30163 Queen Guadalupe Mountains National Park -0.433368134539702354 +23666 aapg_ah_978.html aapg_ah_978.html:697:65244:65253 Etchegoin Middle East -0.464569693827358687 +23667 aapg_ae_68.html aapg_ae_68.html:82:10434:10451 Humbug Western world -0.44961357796588941 +23668 aapg_ad_55.html aapg_ad_55.html:96:7832:7839 Decorah Decorah, Iowa 0.43581193806956442 +23669 cspg_html_7409170811 cspg_html_7409170811:173:23483:23489 Exshaw Great Falls (Missouri River) 0.00587522535278851409 +23670 aapg_ai_514.html aapg_ai_514.html:88:10463:10481 Humboldt Reno, Nevada -0.026705362044744569 +23671 aapg_ae_584.html aapg_ae_584.html:712:65691:65696 Tidal California -0.065469387622686781 +23672 aapg_ac_825.html aapg_ac_825.html:257:27704:27722 Purisima Santa Cruz Mountains -0.464409872562970838 +23673 aapg_aa_410.html aapg_aa_410.html:421:48115:48119 Home Papua New Guinea -0.487560856421757394 +23674 aapg_ad_811.html aapg_ad_811.html:396:42013:42022 Ingleside Matagorda Bay -0.452896019392303839 +23675 aapg_aa_887.html aapg_aa_887.html:49:5880:5899 Fruitland Southeast Asia -0.464419004431934179 +23676 aapg_ai_326.html aapg_ai_326.html:237:28945:28950 Price Monterey, California -0.199172931149343035 +23677 aapg_ac_333.html aapg_ac_333.html:1443:163765:163775 Washington Salem, Oregon -0.0399067122276937497 +23678 cspg_html_6383234409 cspg_html_6383234409:566:59680:59706 Strathcona Fiord Bathurst Island (Northern Territory) -0.0125432965018171631 +23679 aapg_ac_83.html aapg_ac_83.html:317:25677:25692 Atoka McAlester, Oklahoma -0.434637853624058046 +23680 cspg_html_6140483769 cspg_html_6140483769:124:17544:17563 Deadwood Winnipeg -0.497104837607017958 +23681 gsa_html_7411853369 gsa_html_7411853369:704:68700:68720 Pen North Carolina -0.454113919430063184 +23682 aapg_ah_277.html aapg_ah_277.html:281:35454:35462 Colorado Colorado -0.063168954684827 +23683 aapg_af_653.html aapg_af_653.html:831:94396:94404 Monterey Monterey, California -0.0364186783313174417 +23684 aapg_ai_80.html aapg_ai_80.html:142:16001:16012 Trempealeau Kentucky -0.0390781048690825028 +23685 gsa_html_2546701917 gsa_html_2546701917:65:4666:4694 Green River Colorado -0.428844183946785584 +23686 aapg_aa_23.html aapg_aa_23.html:315:36987:37000 Winnipeg Manitoba 0.0083248115218246873 +23687 cspg_html_6880168184 cspg_html_6880168184:630:77290:77310 West Point Quebec City -0.466741549175746284 +23688 cspg_html_3772380029 cspg_html_3772380029:446:57032:57055 Caution Creek Churchill River (Atlantic) -0.00614971261944179635 +23689 aapg_af_248.html aapg_af_248.html:7:2366:2372 Midway Arkadelphia, Arkansas -0.0834878326748107052 +23690 palaios_html_3232474978 palaios_html_3232474978:18:1062:1078 Liard Victoria, British Columbia -0.461001107058420345 +23691 aapg_af_701.html aapg_af_701.html:340:44267:44279 Huntersville Sistersville, West Virginia -0.460337276166031373 +23692 geology_html_4960486260 geology_html_4960486260:312:25851:25861 Washington Pacific Northwest -0.0356704046759730303 +23693 aapg_ae_4.html aapg_ae_4.html:190:20764:20783 Lodgepole Logan Canyon -0.627027588233879829 +23694 gsa_html_2804200742 gsa_html_2804200742:51:4104:4132 Green River Colorado -0.00268221124588273983 +23695 aapg_ae_6.html aapg_ae_6.html:288:31607:31611 Buda Buda, Texas -0.449467616590735308 +23696 aapg_ae_419.html aapg_ae_419.html:287:36305:36323 Kiamichi Zacatecas, Zacatecas -0.00127856387818105167 +23697 aapg_af_664.html aapg_af_664.html:239:25720:25730 San Andres New Mexico -0.44548177794016619 +23698 aapg_ad_98.html aapg_ad_98.html:87:8791:8799 Ninemile Middle Ordovician -0.472823676298187945 +23699 gsa_html_4646398703 gsa_html_4646398703:753:72661:72670 Extension Macquarie Island -0.449541717141150321 +23700 gsa_html_5952049575 gsa_html_5952049575:884:84491:84502 Green River Cheyenne, Wyoming -0.438930071485580497 +23701 aapg_ah_40.html aapg_ah_40.html:63:7020:7030 San Andres New Mexico 0.00466610479932860322 +23702 gsa_html_4650354985 gsa_html_4650354985:1108:91458:91489 Minturn Colorado -0.0205233642338861627 +23703 aapg_ad_367.html aapg_ad_367.html:372:35718:35738 Mt. Wilson Victoria, British Columbia -0.00530888185460337992 +23704 geology_html_1664804865 geology_html_1664804865:11:499:507 Colorado Colorado -0.0505393481283080911 +23705 cspg_html_9692046543 cspg_html_9692046543:334:31029:31037 Cloverly Moberly, Missouri -0.420813643173481466 +23706 aapg_ad_45.html aapg_ad_45.html:140:9384:9393 Aux Vases West Frankfort, Illinois -0.0188200559458422435 +23707 aapg_ak_101.html aapg_ak_101.html:45:4001:4008 El Paso Mexico -0.464610795373413321 +23708 aapg_ac_200.html aapg_ac_200.html:431:42562:42583 Green River Cheyenne, Wyoming -0.436850160261835319 +23709 aapg_ak_59.html aapg_ak_59.html:994:122252:122256 Rome California -0.44645479356367046 +23710 aapg_aa_41.html aapg_aa_41.html:105:8979:8988 Sunniland Dade County, Georgia -0.228495272968465696 +23711 gsa_html_3144986031 gsa_html_3144986031:294:31720:31727 Bonanza Talkeetna, Alaska -0.0477544383461864994 +23712 cspg_html_3354282978 cspg_html_3354282978:270:37997:38016 Athabasca Lacombe, Alberta -0.443982888348864235 +23713 cspg_html_4132771434 cspg_html_4132771434:632:79195:79216 Slave Point Lacombe, Alberta -0.00514558121477792525 +23714 sedimentology_html_6434577006 sedimentology_html_6434577006:1221:66026:66060 Hardyston Pennsylvania -0.0135458743690372828 +23715 geology_html_4403865682 geology_html_4403865682:304:26052:26088 Protection California -0.0389092587749327867 +23716 palaios_html_1262064602 palaios_html_1262064602:1071:105045:105061 Chinle Earth -0.0457352112838256136 +23717 cspg_html_6839937815 cspg_html_6839937815:289:41228:41247 Moenkopi Kaibab, Arizona -0.461854353575764598 +23718 gsa_html_3069013284 gsa_html_3069013284:826:78027:78043 Forest Chinle Formation -0.475258680049542748 +23719 aapg_af_143.html aapg_af_143.html:1033:108552:108573 Otter Knoxville, Illinois -0.0405891491966653695 +23720 aapg_af_713.html aapg_af_713.html:32:3134:3139 Atoka Atoka, Oklahoma -0.0532328789335157898 +23721 aapg_ae_73.html aapg_ae_73.html:346:45264:45280 Chinle Las Vegas Strip 0.0275434986884147449 +23722 gsa_html_1078292661 gsa_html_1078292661:66:5552:5580 Green River New Mexico -0.0514440544169057073 +23723 cspg_html_8990290265 cspg_html_8990290265:30:5232:5251 Sassenach Lacombe, Alberta -0.0294216697317379976 +23724 cspg_html_6032369756 cspg_html_6032369756:452:54496:54529 Lodgepole Spearfish, South Dakota -0.389206325633968064 +23725 aapg_aa_878.html aapg_aa_878.html:684:77029:77040 Mowry Cheyenne, Wyoming -0.483341806462215584 +23726 aapg_ae_945.html aapg_ae_945.html:23:2681:2694 Detroit River Reed City, Michigan -0.456479975332736432 +23727 palaios_html_6676788300 palaios_html_6676788300:728:88480:88512 Temporal Knoxville, Illinois -0.45691453935984655 +23728 cspg_html_1296564271 cspg_html_1296564271:593:57736:57758 Wabamun Lacombe, Alberta -0.469038078694436811 +23729 aapg_ai_156.html aapg_ai_156.html:255:23246:23266 Lecompton Shawnee, Oklahoma -0.0119247384368411057 +23730 gsa_html_1617077506 gsa_html_1617077506:249:25130:25135 Yukon Victoria, British Columbia -0.0410313671820840969 +23731 aapg_aa_23.html aapg_aa_23.html:904:117990:118010 Interlake Manitoba -0.425424282088950667 +23732 gsa_html_6281658899 gsa_html_6281658899:143:18303:18313 Wind River Green River Formation -0.465561228542891226 +23733 gsa_html_2989317971 gsa_html_2989317971:907:92362:92371 Pocatello Snake River Canyon (Idaho) -0.0349152239847350387 +23734 geology_html_8682508261 geology_html_8682508261:37:3113:3133 Maravillas West Texas -0.448529529594894116 +23735 gsa_html_4113859081 gsa_html_4113859081:341:32660:32675 Rapid California -0.0672971107192817247 +23736 sedimentology_html_5588427693 sedimentology_html_5588427693:667:37582:37592 Washington Salem, Oregon -0.421310320077140532 +23737 cspg_html_9843429624 cspg_html_9843429624:895:112298:112305 Windsor Calgary -0.0380441859515352823 +23738 aapg_af_854.html aapg_af_854.html:706:99263:99268 Salem Illinois -0.449467616590735308 +23739 cspg_html_4269474759 cspg_html_4269474759:1035:106350:106357 Bearpaw Drumheller 0.841930161044383452 +23740 gsa_html_6281775990 gsa_html_6281775990:787:74454:74462 Columbia Maryland -0.441740222253796999 +23741 aapg_ad_67.html aapg_ad_67.html:253:32928:32935 Carrizo San Jacinto, California -0.000180666507077184774 +23742 aapg_ac_313.html aapg_ac_313.html:113:14777:14793 Yucatan La Libertad, Negros Oriental -0.496557296947055582 +23743 aapg_ac_366.html aapg_ac_366.html:219:25755:25771 Keefer Rochester, Kent -0.432514521719123246 +23744 aapg_ac_807.html aapg_ac_807.html:1295:108263:108280 Raritan Closter, New Jersey -0.475963906981033746 +23745 AMJC_html_5916115748 AMJC_html_5916115748:1293:120045:120055 Washington Washington (state) -0.457487488497030304 +23746 aapg_ad_440.html aapg_ad_440.html:783:79469:79484 Bluefield Mercer County, New Jersey -0.00344831630257747207 +23747 cspg_html_4374961624 cspg_html_4374961624:205:24392:24413 Mount Whyte Hockley -0.476033304431228654 +23748 cspg_html_8840748783 cspg_html_8840748783:56:10193:10201 Columbia Lacombe, Alberta -0.0294721058156958669 +23749 aapg_ac_60.html aapg_ac_60.html:294:31930:31938 Traverse China -0.454258371760158153 +23750 aapg_ad_154.html aapg_ad_154.html:16:2316:2348 Elbrook Middle Ordovician -0.436965343294064001 +23751 aapg_ai_49.html aapg_ai_49.html:274:32431:32448 Todilto Carmel, Indiana -0.0227413796680306819 +23752 cspg_html_3772380029 cspg_html_3772380029:11:1138:1160 Chasm Creek River Severn -0.469093158774920749 +23753 aapg_ah_318.html aapg_ah_318.html:161:24721:24740 La Casita Mexico -0.483173848714512189 +23754 aapg_ad_335.html aapg_ad_335.html:321:38345:38351 Ferris Fort Union Trading Post National Historic Site -0.472722268874013252 +23755 AMJC_html_9378277780 AMJC_html_9378277780:712:58164:58170 Pueblo Santa Rosa, California -0.015097596462230729 +23756 sedimentology_html_3386306960 sedimentology_html_3386306960:361:26061:26104 Bluff Bridgetown, Nova Scotia -0.47482657712880405 +23757 aapg_af_18.html aapg_af_18.html:63:8000:8016 Inyan Kara Black Hills 0.209064930010330496 +23758 geology_html_5142231224 geology_html_5142231224:23:1496:1504 Virginia Reston, Virginia -0.459805657368256959 +23759 jgeology_html_1836103970 jgeology_html_1836103970:157:11259:11279 Boss Point New Glasgow, Nova Scotia -0.439098796420780313 +23760 aapg_ah_439.html aapg_ah_439.html:37:4491:4499 Richland Richland, Washington -0.0302251925413498726 +23761 aapg_af_624.html aapg_af_624.html:27:3853:3859 Denver Colorado -0.064910353474174412 +23762 aapg_ae_140.html aapg_ae_140.html:4:444:451 Paradox Uinta Mountains -0.39119582090662991 +23763 aapg_ak_135.html aapg_ak_135.html:119:20477:20502 Topanga Huntington Beach, California -0.427935397269568418 +23764 aapg_af_854.html aapg_af_854.html:815:114812:114827 Salem Bloomington, Indiana -0.463332970234029085 +23765 sedimentology_html_3574464143 sedimentology_html_3574464143:248:22512:22520 Colorado Texas -0.493525020516280222 +23766 cspg_html_8662646956 cspg_html_8662646956:921:118266:118276 Pine Point Cordillera Administrative Region -0.435714594595624227 +23767 aapg_ad_567.html aapg_ad_567.html:186:34245:34256 Mowry Powder River Basin -0.435767689782418699 +23768 aapg_af_684.html aapg_af_684.html:71:8487:8491 Tyee Baldwin, Nassau County, New York -0.420944322840909546 +23769 aapg_ah_677.html aapg_ah_677.html:543:61679:61685 Denver Colorado -0.0374506887699371238 +23770 jgeology_html_8149813123 jgeology_html_8149813123:1007:48737:48743 Denver Colorado -0.467905110852730732 +23771 cspg_html_5479700260 cspg_html_5479700260:174:17011:17030 Red River Manitoba -0.713585061554729005 +23772 aapg_ah_506.html aapg_ah_506.html:132:13123:13144 Potter Farm Michigan -0.4864081422828892 +23773 aapg_ai_37.html aapg_ai_37.html:176:19469:19481 Dakota Yuma County, Colorado -0.428317245284791537 +23774 sedimentology_html_7259856298 sedimentology_html_7259856298:121:11886:11892 Sierra Tabernas Desert -0.476061064960921709 +23775 aapg_ah_506.html aapg_ah_506.html:74:7741:7749 Michigan West Michigan -0.493300753020914584 +23776 jgeology_html_4599466962 jgeology_html_4599466962:936:58172:58190 Onondaga Ontario, California -0.0498072961417324808 +23777 aapg_ac_631.html aapg_ac_631.html:349:41814:41829 Signal Mountain Pinedale, California -0.477957819287112229 +23778 aapg_ai_17.html aapg_ai_17.html:1128:74183:74188 Tampa Woodville, New Zealand -0.457614356613462614 +23779 aapg_ad_69.html aapg_ad_69.html:5:762:776 Colorado Niobrara, Nebraska -0.0574626720141519567 +23780 aapg_ac_631.html aapg_ac_631.html:184:24296:24302 Provo Boise, Idaho -0.0516759141676912878 +23781 geology_html_5856149391 geology_html_5856149391:176:18140:18149 Peninsula Sierra Nevada (Spain) -0.458648092769168181 +23782 palaios_html_9472254659 palaios_html_9472254659:469:31939:31945 Forbes Mexico -0.453008719186489883 +23783 aapg_ac_532.html aapg_ac_532.html:146:23664:23682 Tanyard Llano, Texas -0.171694825775503157 +23784 aapg_ad_720.html aapg_ad_720.html:197:20485:20489 Yeso Delaware 0.0409791356088135758 +23785 aapg_ac_939.html aapg_ac_939.html:657:74830:74848 Robinson Illinois -0.497180715543366847 +23786 aapg_ah_217.html aapg_ah_217.html:56:6522:6528 Morgan Coshocton, Ohio 0.00346047674040686785 +23787 cspg_html_3328007773 cspg_html_3328007773:212:22721:22747 Fish Scales Westgate, Canterbury -0.441637804770763531 +23788 aapg_ac_944.html aapg_ac_944.html:173:18149:18156 Tererro Pecos River -0.478535310781285639 +23789 aapg_ae_419.html aapg_ae_419.html:1661:123495:123515 San Felipe Tampico, Illinois -0.0270583470538351585 +23790 sedimentology_html_9890309248 sedimentology_html_9890309248:872:55793:55814 Ohanapecosh Washington (state) -0.496881985799363712 +23791 geology_html_3216923540 geology_html_3216923540:12:474:482 Virginia Reston, Virginia -0.473653815287124913 +23792 aapg_af_436.html aapg_af_436.html:355:43786:43800 Brallier Chemung, New York 0.0119577510561948014 +23793 cspg_html_9011256422 cspg_html_9011256422:453:53991:53999 Columbia Lacombe, Alberta 0.00346395115146429233 +23794 AMJC_html_7141186441 AMJC_html_7141186441:111:15787:15796 Beartooth Wasatch Range -0.0517421611604156687 +23795 aapg_ac_807.html aapg_ac_807.html:584:58163:58170 Norfolk Virginia -0.467925738958578585 +23796 palaios_html_3308412288 palaios_html_3308412288:297:33847:33881 Tongue River Big Horn Mountains -0.476324834178458445 +23797 aapg_ai_996.html aapg_ai_996.html:1344:60201:60211 Petersburg Virginia -0.00261446067683501586 +23798 gsa_html_3883467297 gsa_html_3883467297:1410:97512:97540 Green River Colorado -0.00291152111123597944 +23799 aapg_ac_301.html aapg_ac_301.html:107:13035:13054 Fish Haven Dolomite Boise, Idaho 0.0252639519729088609 +23800 aapg_ad_44.html aapg_ad_44.html:171:17312:17331 Catskill Martinsburg, Nebraska -0.463253167093327645 +23801 geology_html_9872663807 geology_html_9872663807:329:25915:25919 Wise Pennsylvania -0.451733774163315116 +23802 aapg_af_830.html aapg_af_830.html:566:66668:66677 Escondido Texas -0.429978093202176226 +23803 sedimentology_html_3941612453 sedimentology_html_3941612453:739:58563:58586 Eel River Pacific Northwest -0.470510360514459824 +23804 aapg_ad_602.html aapg_ad_602.html:336:26977:26988 Mowry Nebraska -0.441397390812390766 +23805 aapg_ah_75.html aapg_ah_75.html:149:19666:19682 Richmond Illinois -0.4391432028015122 +23806 cspg_html_7963093032 cspg_html_7963093032:31:4203:4213 Mill Creek Lacombe, Alberta -0.0491380533416538867 +23807 aapg_ad_743.html aapg_ad_743.html:281:32565:32575 Hartshorne Texas -0.469327287552563421 +23808 palaios_html_3055982207 palaios_html_3055982207:13:591:599 Michigan Michigan -0.0227413796680306819 +23809 cspg_html_4233306187 cspg_html_4233306187:650:71804:71810 Oxford England -0.471464870791560964 +23810 gsa_html_5262754204 gsa_html_5262754204:375:47227:47232 Stump Lajitas, Texas -0.00751695654912096743 +23811 gsa_html_1538463681 gsa_html_1538463681:98:8763:8782 Glance Conglomerate Arizona -0.52298941110660091 +23812 gsa_html_5973577754 gsa_html_5973577754:67:4779:4807 Green River New Mexico -0.0301590999875516533 +23813 cspg_html_5995140321 cspg_html_5995140321:385:39835:39843 Scotland Canada -0.488278574417694344 +23814 aapg_ae_181.html aapg_ae_181.html:83:11223:11238 Eutaw Knoxville, Tennessee 0.413138845087666629 +23815 AMJC_html_6759408618 AMJC_html_6759408618:160:14696:14723 Martinsburg Martinsburg, Nebraska -0.0290477532032288703 +23816 gsa_html_2240019054 gsa_html_2240019054:782:66663:66691 Green River Iran -0.00936896389642591365 +23817 aapg_ac_621.html aapg_ac_621.html:30:4523:4540 Foraker Falls City, Nebraska -0.467889067103673728 +23818 aapg_af_384.html aapg_af_384.html:366:40433:40451 Beaufort Banks Island 0.714170629082661268 +23819 aapg_ak_135.html aapg_ak_135.html:518:61662:61670 Woodford California -0.491577059800919369 +23820 aapg_af_539.html aapg_af_539.html:182:17688:17692 Vail North Sea oil -0.467877607461444023 +23821 palaios_html_7206591444 palaios_html_7206591444:479:66750:66760 San Andres Guadalupe Mountains National Park -0.0103801322392496759 +23822 aapg_ac_925.html aapg_ac_925.html:123:18892:18908 Guinda Putah Creek -0.0338921598886321312 +23823 cspg_html_3065473572 cspg_html_3065473572:174:23594:23611 Romaine Middle Ordovician -0.483047901936257684 +23824 aapg_ac_417.html aapg_ac_417.html:28:4690:4712 Siletz River Volcanics Roseburg, Oregon -0.451621232485637181 +23825 cspg_html_3277684928 cspg_html_3277684928:451:44807:44820 Edwards Central Texas -0.454068782805138071 +23826 cspg_html_9275863663 cspg_html_9275863663:29:3665:3673 Edmonton Lacombe, Alberta -0.470843746174451128 +23827 aapg_ad_466.html aapg_ad_466.html:365:43730:43737 Raritan Patapsco River 0.0322707598994322123 +23828 gsa_html_2989317971 gsa_html_2989317971:1100:109830:109840 Washington Salem, Oregon -0.456479975332736432 +23829 cspg_html_5778480331 cspg_html_5778480331:48:7542:7550 Columbia Victoria, British Columbia -0.0306147978884375553 +23830 cspg_html_7817594878 cspg_html_7817594878:12:2209:2216 Monster Cordillera Administrative Region -0.117134079475938457 +23831 aapg_af_291.html aapg_af_291.html:297:33652:33660 Lisburne Prudhoe Bay Oil Field -0.130912841952889797 +23832 aapg_af_334.html aapg_af_334.html:484:36988:36994 Casper Cheyenne, Wyoming -0.486422190409221522 +23833 aapg_ad_3.html aapg_ad_3.html:752:71055:71077 Black River Allegheny Mountains -0.491508750292768526 +23834 aapg_ac_613.html aapg_ac_613.html:167:24444:24465 Cliff House Mesa, Arizona -0.530339040575023124 +23835 aapg_ae_993.html aapg_ae_993.html:484:49935:49945 Bear River Logan Canyon -0.047064464348747774 +23836 aapg_ah_691.html aapg_ah_691.html:301:33357:33385 Smackover Destin, Florida -0.446333949377836381 +23837 aapg_aa_381.html aapg_aa_381.html:90:12051:12060 Etchegoin Muddy Creek (Utah) -0.0161784715541350051 +23838 aapg_ah_75.html aapg_ah_75.html:25:3746:3771 Pontgrave River Waynesville, North Carolina 0.0308043870775981804 +23839 geology_html_6728593303 geology_html_6728593303:278:25279:25287 Victoria Victoria, British Columbia -0.0435562539048757053 +23840 sedimentology_html_9603159224 sedimentology_html_9603159224:2270:132940:132944 Hall London, Ontario -0.497038450035218293 +23841 aapg_ae_984.html aapg_ae_984.html:179:12638:12656 Carlsbad Salado, Texas 0.00587522535278851409 +23842 sedimentology_html_6642728353 sedimentology_html_6642728353:634:66347:66357 Washington Washington (state) -0.0485803955583026664 +23843 aapg_ac_730.html aapg_ac_730.html:437:62109:62125 Toreva Mancos, Colorado -0.0410714115890523021 +23844 gsa_html_2605108986 gsa_html_2605108986:633:49933:49952 Matanuska Hampton, New Hampshire -0.458822766590828601 +23845 aapg_aa_148.html aapg_aa_148.html:254:27047:27069 Cedar Mountain Colorado -0.00967821874611652505 +23846 aapg_ac_217.html aapg_ac_217.html:87:10672:10687 Hueco Sugarloaf Mountain (Florida) -0.399171374025417913 +23847 cspg_html_9735723617 cspg_html_9735723617:702:85146:85160 Beverley Inlet Banks Island -0.0760773544296866333 +23848 aapg_ah_529.html aapg_ah_529.html:243:24009:24024 Bliss El Paso, Texas 0.0862378141340733595 +23849 geology_html_7716525239 geology_html_7716525239:15:817:825 Colorado Denver -0.474863540124580097 +23850 aapg_ai_326.html aapg_ai_326.html:338:39005:39019 Bedford Pennsylvania 0.00480334593379653455 +23851 gsa_html_6657110469 gsa_html_6657110469:716:64122:64128 Oregon Bandon, County Cork -0.494585786210081368 +23852 aapg_ac_230.html aapg_ac_230.html:761:81727:81733 Sierra Venezuela -0.494751281926012032 +23853 jgeology_html_8064855537 jgeology_html_8064855537:251:17293:17315 Burro Canyon Colorado -0.00183793699051183952 +23854 sedimentology_html_9860745508 sedimentology_html_9860745508:446:35666:35673 Francis London, Ontario -0.0497724382944867913 +23855 aapg_ae_472.html aapg_ae_472.html:262:31056:31077 San Antonio Santa Anita Park -0.0207667065675008616 +23856 aapg_ai_704.html aapg_ai_704.html:504:54813:54825 Reforma Guatemala -0.0248379892514390653 +23857 aapg_ai_724.html aapg_ai_724.html:571:50451:50468 Prince Alfred Bay Devon Island -0.45184182728382527 +23858 aapg_ae_3.html aapg_ae_3.html:234:33228:33254 Wasatch Uinta Mountains -0.444891759770598527 +23859 cspg_html_1822367166 cspg_html_1822367166:6:471:481 Cabot Head Bruce Peninsula National Park 1.09994621083625832 +23860 aapg_af_473.html aapg_af_473.html:285:29255:29261 Denver Colorado -0.479830848328458015 +23861 cspg_html_6255491344 cspg_html_6255491344:53:8409:8420 Stony Creek Kootenay River -0.439343057733562137 +23862 cspg_html_8371777215 cspg_html_8371777215:25:3692:3708 Luscar Victoria, British Columbia -0.482989599489924148 +23863 palaios_html_6944542452 palaios_html_6944542452:275:25392:25425 Morrison Cheyenne, Wyoming -0.426641763905032778 +23864 aapg_af_551.html aapg_af_551.html:51:5765:5782 Sierra Alamogordo, New Mexico -0.443688311537407287 +23865 gsa_html_4339524478 gsa_html_4339524478:610:67041:67051 Washington Boise, Idaho -0.0135198103742529222 +23866 aapg_ac_340.html aapg_ac_340.html:427:56818:56822 Hall Darwin, Northern Territory -0.04375827605503467 +23867 gsa_html_7633967689 gsa_html_7633967689:420:49055:49062 Waipaoa Lake Taupo -0.0564612372025591683 +23868 sedimentology_html_1574151857 sedimentology_html_1574151857:701:52730:52736 Oregon Washington (state) -0.040359343442637502 +23869 cspg_html_2152913769 cspg_html_2152913769:78:11498:11510 Saskatchewan Edmonton, London -0.470200080639580853 +23870 aapg_aa_224.html aapg_aa_224.html:254:21887:21905 Lane Mexico -0.436872309743032927 +23871 aapg_ae_182.html aapg_ae_182.html:316:32856:32864 Bellevue County Sligo -0.462097962880594848 +23872 aapg_aa_113.html aapg_aa_113.html:407:41562:41575 Nacatoch Texas -0.481945488841025893 +23873 aapg_ae_223.html aapg_ae_223.html:447:55383:55400 Wasatch Wasatch Range -0.244646061788118235 +23874 aapg_ai_359.html aapg_ai_359.html:83:10128:10141 Santa Barbara Ventura County, California -0.443889149160736518 +23875 aapg_ad_596.html aapg_ad_596.html:5:553:565 Saskatchewan Canada -0.417849782389341617 +23876 geology_html_5590413695 geology_html_5590413695:266:22889:22904 Rapid Earth -0.442649117020085803 +23877 cspg_html_2039656422 cspg_html_2039656422:134:12633:12651 Shublik Spring River (Missouri) -0.0330135830277358128 +23878 aapg_aa_607.html aapg_aa_607.html:334:35117:35127 Washington Bering Sea -0.478488911708928044 +23879 aapg_ae_370.html aapg_ae_370.html:657:66235:66255 Scappoose Salem, Oregon -0.514511521045416309 +23880 aapg_ae_419.html aapg_ae_419.html:1236:100365:100383 Maltrata Mexico -0.473778404154942046 +23881 aapg_ad_715.html aapg_ad_715.html:168:20629:20657 Stonewall Holdenville, Oklahoma -0.431395188299852905 +23882 gsa_html_5664265459 gsa_html_5664265459:1182:109921:109926 Price Washington (state) -0.040359343442637502 +23883 geology_html_9085928497 geology_html_9085928497:290:24291:24301 Washington Boise, Idaho -0.458695727712452594 +23884 cspg_html_2184091860 cspg_html_2184091860:519:45522:45539 Romaine Anticosti Island 0.378743044679279051 +23885 cspg_html_9735723617 cspg_html_9735723617:2854:233633:233652 Griper Bay Melville Island (Canada) -0.0196404059622709952 +23886 aapg_ai_899.html aapg_ai_899.html:105:11165:11195 Fort Union Wasatch Range -0.46567095948211501 +23887 cspg_html_5784810575 cspg_html_5784810575:6:297:314 Cardium Lacombe, Alberta 0.0122722414388244504 +23888 cspg_html_9613527162 cspg_html_9613527162:171:23720:23732 Pekisko Moose Mountain (Alberta) -0.0446343409079277068 +23889 aapg_ak_51.html aapg_ak_51.html:9:1022:1039 Rodessa East Texas 0.345406138040879052 +23890 aapg_aa_800.html aapg_aa_800.html:175:16656:16677 Green River Logan, Utah -0.211664540715252064 +23891 aapg_ad_445.html aapg_ad_445.html:113:8542:8565 Rock Springs Sweetwater, Miami-Dade County, Florida -0.487818790090823073 +23892 cspg_html_6383234409 cspg_html_6383234409:603:63348:63358 Bird Fiord Bathurst Island (Northern Territory) -0.220237394319014762 +23893 cspg_html_9501006975 cspg_html_9501006975:568:58094:58114 Colorado Lacombe, Alberta -0.037309716590806806 +23894 geology_html_8806627174 geology_html_8806627174:329:27708:27712 Webb New Zealand -0.501531457608635822 +23895 aapg_ad_959.html aapg_ad_959.html:7:1074:1088 Kope Ohio -0.016748470666176702 +23896 aapg_ak_137.html aapg_ak_137.html:447:47778:47788 Whitewater Mississippi River -0.491282661525563435 +23897 aapg_ah_508.html aapg_ah_508.html:62:6903:6924 Stonehenge Lebanon County, Pennsylvania -0.46398990802263862 +23898 cspg_html_6163691495 cspg_html_6163691495:883:81751:81757 Denver Colorado -0.0606843621333682456 +23899 aapg_ae_658.html aapg_ae_658.html:507:56100:56121 Green River Cheyenne, Wyoming -0.478586352630804512 +23900 aapg_aa_193.html aapg_aa_193.html:654:60124:60140 Keyser Maryland -0.458648092769168181 +23901 gsa_html_7102550258 gsa_html_7102550258:850:96879:96913 Mount Wrightson Arizona -0.473676885959420813 +23902 AMJC_html_1938223835 AMJC_html_1938223835:111:14443:14453 Third Lake Helderberg -0.465616092314337648 +23903 aapg_ad_958.html aapg_ad_958.html:702:72113:72123 Montgomery Clark County, Indiana -0.0833615984925758224 +23904 aapg_ah_542.html aapg_ah_542.html:436:27478:27501 Lawrence Douglas County, Colorado -0.451751782124743317 +23905 cspg_html_9735723617 cspg_html_9735723617:405:52097:52117 Kanayut Conglomerate Anchorage, Alaska -0.0185558826483486587 +23906 cspg_html_9587281669 cspg_html_9587281669:88:15871:15882 Fish Scales Milk River, Alberta -0.467497231753434772 +23907 aapg_ac_491.html aapg_ac_491.html:25:4516:4532 Taman El Salvador -0.470216166533545032 +23908 cspg_html_6216640615 cspg_html_6216640615:1015:101347:101384 Slave Point Victoria, British Columbia -0.00178582142589237621 +23909 aapg_aa_357.html aapg_aa_357.html:484:43759:43777 Entrada Carmel, Indiana -0.423360731207782837 +23910 sedimentology_html_7482146728 sedimentology_html_7482146728:48:5194:5200 Oregon Salem, Oregon -0.47596853330555533 +23911 aapg_ad_178.html aapg_ad_178.html:7:759:777 Mowitch Belcourt, North Dakota -0.44961357796588941 +23912 aapg_ae_408.html aapg_ae_408.html:14:2327:2331 Alto Illinois -0.462877048614286357 +23913 cspg_html_8369994160 cspg_html_8369994160:6:393:430 Turner Valley Lacombe, Alberta -0.014941203695627946 +23914 aapg_ac_807.html aapg_ac_807.html:326:33348:33365 Potomac Raritan River -0.450932780647085085 +23915 aapg_ai_321.html aapg_ai_321.html:138:18744:18751 Subinal Matagalpa -0.473663043482949409 +23916 geology_html_9822182299 geology_html_9822182299:264:23796:23802 Oxford Crowley, Louisiana -0.479496330331430576 +23917 aapg_af_39.html aapg_af_39.html:696:53822:53830 San Jose Guatemala City -0.0557128760965852274 +23918 aapg_ac_71.html aapg_ac_71.html:25:3377:3384 Sunrise Reno, Nevada -0.465705253187009671 +23919 cspg_html_8952774486 cspg_html_8952774486:11:1375:1395 Mill Creek Great Falls (Missouri River) -0.448691045323912019 +23920 aapg_af_162.html aapg_af_162.html:10:1647:1656 Red River Clarksville, Tennessee -0.430176006996349836 +23921 aapg_ae_461.html aapg_ae_461.html:44:6242:6253 Pine Island Shreveport, Louisiana -0.0831687474910221408 +23922 palaios_html_5264377288 palaios_html_5264377288:20:1134:1154 Chickaloon Anchorage, Alaska -0.047078402627208929 +23923 cspg_html_7028413504 cspg_html_7028413504:248:32889:32905 Exshaw Lacombe, Alberta -0.011024723133422322 +23924 aapg_ae_71.html aapg_ae_71.html:314:29088:29104 Navajo Kayenta, Arizona -0.0782975382149849741 +23925 gsa_html_8833777630 gsa_html_8833777630:770:84408:84411 Rye Creede, Colorado -0.0386046469573407755 +23926 aapg_ad_192.html aapg_ad_192.html:332:37204:37228 Tuscaloosa Shreveport, Louisiana -0.281878158337328211 +23927 aapg_ae_473.html aapg_ae_473.html:385:35344:35364 Cane River Shreveport, Louisiana -0.0340313466956898014 +23928 jgeology_html_9131218619 jgeology_html_9131218619:1155:82462:82477 Athabasca Regina, Saskatchewan -0.0415972283122600164 +23929 aapg_ah_157.html aapg_ah_157.html:191:26794:26805 Platteville Ottawa, Kansas 0.109620985236957388 +23930 sedimentology_html_1293179143 sedimentology_html_1293179143:84:8429:8456 Madison Regina, Saskatchewan -0.0208414480796128843 +23931 aapg_ae_319.html aapg_ae_319.html:415:32997:33004 Ankareh Lake Fork (Texas) -0.42653659632637092 +23932 aapg_ai_501.html aapg_ai_501.html:21:2164:2177 Lone Mountain Reno, Nevada -0.48290798270539026 +23933 aapg_af_98.html aapg_af_98.html:14:2362:2368 Dakota San Juan, Argentina -0.418742552630068099 +23934 palaios_html_4588969442 palaios_html_4588969442:166:14519:14536 Tanyard Texas -0.498070421610056713 +23935 cspg_html_9142742810 cspg_html_9142742810:477:52159:52178 Keg River Lacombe, Alberta -0.0207667065675008616 +23936 aapg_ah_206.html aapg_ah_206.html:134:18552:18576 Mission Canyon Williston, Vermont -0.0177042944804414494 +23937 aapg_aa_156.html aapg_aa_156.html:379:37203:37211 Michigan Salina, Kansas -0.0319506821068001115 +23938 cspg_html_1730027796 cspg_html_1730027796:270:27667:27689 Bad Cache Rapids Churchill River (Atlantic) -0.439125439995052158 +23939 sedimentology_html_6302405335 sedimentology_html_6302405335:1241:92392:92419 Tidal Memphis International Airport -0.503865938507956024 +23940 aapg_ai_146.html aapg_ai_146.html:326:23198:23203 Swift Lacombe, Alberta -0.135447618229424055 +23941 aapg_af_242.html aapg_af_242.html:3:333:343 Rio Grande Mexico -0.452003931056544739 +23942 aapg_ah_766.html aapg_ah_766.html:156:17107:17118 San Ricardo Mexico -0.486483068290992582 +23943 cspg_html_8649903682 cspg_html_8649903682:264:26141:26159 Frontier Cheyenne, Wyoming -0.00409977035478876605 +23944 aapg_ad_169.html aapg_ad_169.html:301:35061:35081 Greenbrier Huntington, West Virginia 0.0034048861784739216 +23945 aapg_ai_872.html aapg_ai_872.html:130:14576:14589 Windsor Truro, Massachusetts -0.451193701085184695 +23946 gsa_html_2713524768 gsa_html_2713524768:554:48724:48737 Bossier East Texas -0.211664540715252064 +23947 aapg_ad_94.html aapg_ad_94.html:107:8521:8542 Black River Ottawa, Kansas -0.452382285720717148 +23948 gsa_html_6914337916 gsa_html_6914337916:549:49706:49711 Morin Middle East -0.0236314487961183893 +23949 aapg_ad_3.html aapg_ad_3.html:78:7110:7117 Elbrook Virginia -0.0155858957786478344 +23950 jgeology_html_6276246841 jgeology_html_6276246841:114:7695:7702 Waikato Lake Taupo -0.428789280868512646 +23951 gsa_html_2989317971 gsa_html_2989317971:1011:101060:101079 Pocatello Boise, Idaho -0.471009336433766579 +23952 aapg_ai_288.html aapg_ai_288.html:106:17550:17554 Pico Los Angeles -0.0137370110791438689 +23953 cspg_html_1503116552 cspg_html_1503116552:1721:245120:245149 Swan Hills Lacombe, Alberta -0.0399624195111792577 +23954 gsa_html_4650354985 gsa_html_4650354985:997:84058:84066 Colorado Colorado -0.0425131277640511673 +23955 cspg_html_4176605708 cspg_html_4176605708:24:3001:3019 Colorado Canada -0.465744120990301047 +23956 aapg_ah_785.html aapg_ah_785.html:300:29206:29223 Roberts Mountains Reno, Nevada -0.461271782333034175 +23957 gsa_html_7808051457 gsa_html_7808051457:462:41627:41644 Dotsero South Fork Eel River -0.481759173673690755 +23958 gsa_html_8771785456 gsa_html_8771785456:166:19991:19998 Shuswap Victoria, British Columbia -0.465641239344597002 +23959 sedimentology_html_2173511954 sedimentology_html_2173511954:91:5740:5750 Washington Washington (state) -0.482931300996293389 +23960 aapg_ai_583.html aapg_ai_583.html:43:7117:7127 Wind River Cheyenne, Wyoming -0.107828212669135948 +23961 palaios_html_6676788300 palaios_html_6676788300:777:91308:91314 Cooper San Francisco -0.037441986726546049 +23962 cspg_html_5576979800 cspg_html_5576979800:62:9235:9251 Guelph Lockport (city), New York -0.466727815469158758 +23963 cspg_html_4645836177 cspg_html_4645836177:87:10470:10488 Mohawk Logan Canyon -0.459819284677136619 +23964 AMJC_html_9378277780 AMJC_html_9378277780:1141:95976:95982 Oregon Reno, Nevada -0.439103236963543697 +23965 aapg_ae_68.html aapg_ae_68.html:52:7012:7016 Elko Reno, Nevada -0.450676431675374467 +23966 cspg_html_2796643803 cspg_html_2796643803:519:62557:62572 Basal Regina, Saskatchewan -0.509117407456759818 +23967 aapg_ac_201.html aapg_ac_201.html:135:12924:12931 Shublik Rocky Mountains -0.437049524484892205 +23968 aapg_af_136.html aapg_af_136.html:44:4768:4788 Eagle Texas -0.468054102450840448 +23969 gsa_html_7938666655 gsa_html_7938666655:930:81507:81513 Oxford Cambridge, Massachusetts -0.033773852470743819 +23970 aapg_aa_305.html aapg_aa_305.html:39:6122:6129 St Marys Maryland -0.00850549498541811055 +23971 aapg_af_69.html aapg_af_69.html:578:41763:41774 Beekmantown Pickaway County, Ohio -0.478117808526031418 +23972 cspg_html_5541725202 cspg_html_5541725202:29:3631:3642 Mabou Riversdale, New Zealand -0.485495508601457515 +23973 sedimentology_html_5613495298 sedimentology_html_5613495298:1295:69479:69495 Chinle Chinle Formation -0.0118326507856826232 +23974 aapg_ai_1.html aapg_ai_1.html:33:3771:3788 Hermosa Logan, Utah 0.00662225056898444603 +23975 aapg_ah_160.html aapg_ah_160.html:76:11037:11043 Guelph Salina, Kansas -0.451956647802202349 +23976 gsa_html_3613642206 gsa_html_3613642206:997:85536:85564 Green River Iran -0.0207284668430632625 +23977 cspg_html_3982722300 cspg_html_3982722300:145:21094:21104 Washington Salem, Oregon -0.0383226719059837143 +23978 aapg_ae_280.html aapg_ae_280.html:173:20475:20479 Rome Oneida County, Wisconsin 0.0371983325548914875 +23979 palaios_html_4940783464 palaios_html_4940783464:447:43779:43810 Yakataga Anchorage, Alaska -0.0582339155461368482 +23980 aapg_aa_712.html aapg_aa_712.html:18:3354:3372 Glenwood Wisconsin -0.02390265150978289 +23981 gsa_html_1040524378 gsa_html_1040524378:979:95632:95638 Oregon Boise, Idaho 0.00429955048765027006 +23982 aapg_af_622.html aapg_af_622.html:20:2361:2367 Salina Bay City, Texas -0.00549476708285740172 +23983 aapg_ai_107.html aapg_ai_107.html:3:365:372 Bossier Texas -0.437951625350357587 +23984 aapg_aa_566.html aapg_aa_566.html:67:8240:8247 Wasatch Wasatch Range 0.010367970259029002 +23985 aapg_ae_915.html aapg_ae_915.html:174:12588:12600 Dakota Nebraska -0.403989591521988045 +23986 cspg_html_4318180496 cspg_html_4318180496:6:187:203 Horseshoe Canyon Lacombe, Alberta -0.0830249911545667268 +23987 AMJC_html_7176185664 AMJC_html_7176185664:652:67710:67718 Michigan Ontario, California -0.0377274176775576064 +23988 aapg_ae_223.html aapg_ae_223.html:72:8686:8703 Wasatch Colorado -0.0261715541385612628 +23989 aapg_af_733.html aapg_af_733.html:474:65894:65903 Vicksburg Texas -0.431186011272103542 +23990 aapg_aa_712.html aapg_aa_712.html:129:16528:16546 Glenwood Hennepin, Illinois -0.033773852470743819 +23991 palaios_html_7111318862 palaios_html_7111318862:945:100512:100520 Edmonton Lacombe, Alberta -0.440265166942118702 +23992 aapg_ah_464.html aapg_ah_464.html:68:12479:12489 Pottsville Pottsville, Pennsylvania -0.444891759770598527 +23993 sedimentology_html_8384737970 sedimentology_html_8384737970:36:2583:2600 Navajo Carmel, Indiana -0.479447557264900015 +23994 aapg_aa_351.html aapg_aa_351.html:165:18115:18132 Everton Missouri River 0.0369651261852120688 +23995 aapg_ad_649.html aapg_ad_649.html:496:63279:63283 Hall Gallatin River -0.0601467185447203748 +23996 aapg_ah_358.html aapg_ah_358.html:355:15813:15829 Salado New Mexico -0.416962170343268934 +23997 aapg_ac_765.html aapg_ac_765.html:329:60684:60703 Chinle Chinle Formation 0.0482109693364585756 +23998 gsa_html_5107598462 gsa_html_5107598462:432:38858:38864 Salina Salina, Kansas -0.474276937415326727 +23999 gsa_html_1024107776 gsa_html_1024107776:830:80106:80123 Shepody England -0.473653815287124913 +24000 aapg_ad_667.html aapg_ad_667.html:367:33382:33402 Tuscaloosa Knoxville, Tennessee 0.0674543993525612978 +24001 aapg_ah_645.html aapg_ah_645.html:197:24883:24898 Stump Boise, Idaho -0.456355529459316345 +24002 aapg_ae_666.html aapg_ae_666.html:366:36626:36635 Englewood Colorado 0.653032064147495928 +24003 aapg_ad_418.html aapg_ad_418.html:117:10685:10694 Aux Vases Daviess County, Missouri -0.0233046208724774252 +24004 aapg_ah_978.html aapg_ah_978.html:209:21185:21194 Jacalitos California -0.474888953093082877 +24005 aapg_aa_993.html aapg_aa_993.html:87:9351:9359 Woodbine Houston County, Alabama -0.477158315306099867 +24006 aapg_ac_720.html aapg_ac_720.html:16:2267:2288 Hornerstown Navesink River 0.0177008186812158755 +24007 aapg_ac_930.html aapg_ac_930.html:84:11708:11716 Colorado Reno, Nevada -0.501703098265810388 +24008 gsa_html_4771050413 gsa_html_4771050413:29:2796:2824 Green River Colorado -0.00525502734736806466 +24009 gsa_html_9152662653 gsa_html_9152662653:18:852:860 Virginia Reston, Virginia -0.0640387165256721819 +24010 aapg_ad_779.html aapg_ad_779.html:329:32673:32689 Brasso Trinidad and Tobago 0.34503734178894746 +24011 aapg_ae_391.html aapg_ae_391.html:366:32921:32935 Salado Delaware -0.00344831630257747207 +24012 aapg_ae_256.html aapg_ae_256.html:115:12666:12670 Frio Hidalgo County, New Mexico 0.584070492742122971 +24013 aapg_ae_519.html aapg_ae_519.html:119:12485:12510 Venango Venango, Pennsylvania -0.442860875153750722 +24014 cspg_html_6259492324 cspg_html_6259492324:323:33391:33411 Hart River Kut -0.449755070503296051 +24015 cspg_html_7675189126 cspg_html_7675189126:381:48784:48790 Denver Colorado -0.484098022941034878 +24016 AMJC_html_1964550508 AMJC_html_1964550508:515:62430:62442 Vernon Lockport (city), New York -0.462143504710773534 +24017 aapg_ad_2.html aapg_ad_2.html:501:73719:73736 Harpers Lancaster County, Pennsylvania 0.00633907480086522146 +24018 aapg_af_363.html aapg_af_363.html:118:15110:15129 Rose Hill Knoxville, Tennessee 0.360216065449720291 +24019 gsa_html_1538463681 gsa_html_1538463681:755:67738:67748 Pittsburgh Mexico -0.464256927711512946 +24020 gsa_html_4432793908 gsa_html_4432793908:647:72026:72049 Newark Canyon Reno, Nevada -0.261445769479700552 +24021 aapg_ah_612.html aapg_ah_612.html:131:12183:12194 Peace River Lacombe, Alberta -0.042086508975559718 +24022 cspg_html_5241714595 cspg_html_5241714595:559:83178:83194 Ireton Lacombe, Alberta -0.471340610693628537 +24023 aapg_ad_142.html aapg_ad_142.html:51:3168:3176 Virginia Virginia -0.0479670181845376631 +24024 aapg_ae_794.html aapg_ae_794.html:685:78548:78563 Tokio Mississippi River -0.0126805624942423392 +24025 gsa_html_7259109116 gsa_html_7259109116:965:64706:64734 Green River Colorado 0.00427349218410431799 +24026 aapg_ai_136.html aapg_ai_136.html:153:11237:11250 Cotton Valley Lincoln Parish, Louisiana -0.0319228496664141492 +24027 aapg_aa_595.html aapg_aa_595.html:338:36243:36246 Abo Wichita, Kansas -0.462512479285274614 +24028 aapg_af_663.html aapg_af_663.html:300:31252:31258 Pawnee Livingston, Scotland -0.00840994113992231743 +24029 cspg_html_1462870252 cspg_html_1462870252:91:13485:13508 Sulphur Point Lacombe, Alberta -0.47395378155658785 +24030 gsa_html_3968951986 gsa_html_3968951986:2042:208845:208851 Denver Colorado -0.0710208129815087796 +24031 palaios_html_7465495929 palaios_html_7465495929:329:24031:24039 Colorado Pueblo, Colorado -0.0375359691930512371 +24032 cspg_html_2650524233 cspg_html_2650524233:187:22886:22894 Paskapoo Edmonton, London -0.44497889773871091 +24033 cspg_html_9119878068 cspg_html_9119878068:83:10973:10998 Beaverhill Edmonton, London -0.0304826089875597575 +24034 sedimentology_html_3425717106 sedimentology_html_3425717106:2196:122644:122652 Columbia Victoria, British Columbia -0.056428091240923392 +24035 aapg_ae_777.html aapg_ae_777.html:389:45604:45621 Tererro San Miguel County, New Mexico -0.035973188044241329 +24036 geology_html_5638110690 geology_html_5638110690:225:20186:20194 Colorado San Juan, Argentina -0.474805786132168894 +24037 cspg_html_1333334241 cspg_html_1333334241:10:916:937 Taylor Atoka, Oklahoma -0.434637853624058046 +24038 aapg_ah_779.html aapg_ah_779.html:241:44242:44249 Juniata Virginia 0.0156223882901486404 +24039 aapg_aa_160.html aapg_aa_160.html:72:8177:8185 Wolfcamp Lea County Regional Airport -0.0154677299277763414 +24040 aapg_aa_152.html aapg_aa_152.html:86:9266:9272 Sierra West, Texas -0.480853789677316845 +24041 gsa_html_4042740422 gsa_html_4042740422:639:63366:63375 Whitehall London, Ontario -0.488724520608411594 +24042 aapg_af_82.html aapg_af_82.html:14:1344:1349 Uinta Logan, Utah 0.331054915268311434 +24043 aapg_ad_599.html aapg_ad_599.html:131:14143:14152 Allegheny Washington (state) 0.060836237382852279 +24044 cspg_html_3008414459 cspg_html_3008414459:503:60953:60972 Lea Park Lacombe, Alberta 0.00626784675463567306 +24045 aapg_aa_23.html aapg_aa_23.html:987:130255:130274 Moose Lake Andros -0.527386177513772925 +24046 cspg_html_3772380029 cspg_html_3772380029:730:90093:90115 Attawapiskat River Severn -0.011327042139941219 +24047 cspg_html_8362959053 cspg_html_8362959053:104:14993:15001 Moosebar Gladstone, Oregon -0.452887004013691252 +24048 cspg_html_4794669487 cspg_html_4794669487:76:9472:9487 Sinwa Victoria, British Columbia 1.08151119787857031 +24049 cspg_html_5484260516 cspg_html_5484260516:1471:125111:125117 Antler Arctic Cordillera -0.453355922590981064 +24050 aapg_ai_105.html aapg_ai_105.html:502:59759:59775 Morgan Uinta Mountains 0.380269076845844933 +24051 gsa_html_9666442487 gsa_html_9666442487:163:15517:15536 Ellis Bay Anticosti Island -0.222749536460832981 +24052 aapg_ad_344.html aapg_ad_344.html:22:2457:2476 Fox Hills Mobridge, South Dakota -0.431395188299852905 +24053 sedimentology_html_5613495298 sedimentology_html_5613495298:1501:81414:81431 Hermosa Colorado -0.460980639153810601 +24054 aapg_af_964.html aapg_af_964.html:33:3561:3577 Viking Lacombe, Alberta -0.0447893597917523589 +24055 aapg_ae_973.html aapg_ae_973.html:450:32055:32058 Abo New Mexico 0.0310879066661822225 +24056 aapg_aa_45.html aapg_aa_45.html:217:26577:26585 Moenkopi Moenkopi Formation -0.455799127156009509 +24057 aapg_af_848.html aapg_af_848.html:33:3867:3890 Cotton Valley Cotton Valley, Louisiana -0.428844183946785584 +24058 geology_html_3384890059 geology_html_3384890059:268:24280:24286 Oregon Earth -0.455197874748240694 +24059 aapg_ad_715.html aapg_ad_715.html:160:19246:19257 Holdenville Seminole, Texas -0.0306147978884375553 +24060 gsa_html_1783148177 gsa_html_1783148177:540:58311:58335 Mt Lytton Eagle Mountain (Minnesota) -0.036075857948020304 +24061 cspg_html_6925296423 cspg_html_6925296423:20:3038:3053 Cairn Canmore, Alberta -0.00229308019174294993 +24062 aapg_af_479.html aapg_af_479.html:690:73462:73471 San Diego California -0.0433821006587485347 +24063 aapg_aa_36.html aapg_aa_36.html:929:71683:71689 Laguna Texas -0.096847475102857572 +24064 aapg_ai_49.html aapg_ai_49.html:454:57919:57924 Ouray Hermosa, Chicago -0.470236848829719556 +24065 cspg_html_5973552270 cspg_html_5973552270:31:4531:4541 Swan Hills Lacombe, Alberta -0.0711047569062345647 +24066 cspg_html_5976982403 cspg_html_5976982403:29:5131:5150 Kitchener Purcell Mountains -0.476935975501023179 +24067 palaios_html_1203478109 palaios_html_1203478109:56:7232:7237 Rapid Hittin -0.488759736831659075 +24068 aapg_af_482.html aapg_af_482.html:203:27679:27702 Jaitique Honduras -0.427650208489599781 +24069 aapg_ac_699.html aapg_ac_699.html:13:1696:1701 Sligo County Sligo -0.436092963472802964 +24070 cspg_html_8139359744 cspg_html_8139359744:47:8572:8582 Eau Claire Guelph -0.484555810829268852 +24071 cspg_html_8988872363 cspg_html_8988872363:131:19479:19495 Bjorne Melville Island (Canada) -0.0507398033978869734 +24072 aapg_ae_692.html aapg_ae_692.html:492:50970:50977 Duperow Red River of the North -0.822767965526702283 +24073 cspg_html_6839937815 cspg_html_6839937815:328:47685:47693 Arcturus Logan, Utah -0.438271005074949593 +24074 cspg_html_3233680622 cspg_html_3233680622:631:73967:73985 Eureka Sound Banks Island -0.0106146855167584628 +24075 sedimentology_html_5673709888 sedimentology_html_5673709888:1278:60812:60818 Banner Burlington, Ontario -0.013471157649090371 +24076 cspg_html_4727171280 cspg_html_4727171280:183:16896:16914 Edmonton Canada -0.463764030920631232 +24077 geology_html_1164915378 geology_html_1164915378:244:23306:23340 Florissant Colorado -0.0429084214197919464 +24078 jgeology_html_8750845452 jgeology_html_8750845452:279:26155:26168 Lake Michigan Lake Michigan -0.43597788776021662 +24079 aapg_ac_965.html aapg_ac_965.html:85:11106:11129 Manlius Syracuse, New York -0.463579265049131273 +24080 aapg_aa_74.html aapg_aa_74.html:105:9127:9135 Somerset Pulaski County, Missouri -0.440354093294291316 +24081 aapg_af_397.html aapg_af_397.html:276:33723:33735 Entrada Entrada Sandstone 0.888297417043015125 +24082 aapg_ae_54.html aapg_ae_54.html:248:20746:20763 Anita Venezuela -0.47249414511500698 +24083 cspg_html_6252849194 cspg_html_6252849194:6:306:333 Horseshoe Canyon Lacombe, Alberta -0.00128551260502975519 +24084 cspg_html_2650524233 cspg_html_2650524233:8:836:855 Paskapoo Edmonton, London -0.0823343225838136794 +24085 cspg_html_7086880709 cspg_html_7086880709:334:43721:43730 Keg River Victoria, British Columbia -0.435668138774596203 +24086 sedimentology_html_2325599130 sedimentology_html_2325599130:524:48637:48643 Seabee Anchorage, Alaska -0.493300753020914584 +24087 gsa_html_9207276905 gsa_html_9207276905:110:10803:10811 Columbia Victoria, British Columbia -0.00326069828733479205 +24088 aapg_ad_954.html aapg_ad_954.html:459:46455:46466 Honey Creek Fort Sill -0.0486919238997245429 +24089 aapg_af_348.html aapg_af_348.html:381:42070:42090 Springhill Springhill, Nova Scotia 0.000390865060096408107 +24090 cspg_html_9070870548 cspg_html_9070870548:487:50270:50294 Cardium Lacombe, Alberta -0.44751173936929356 +24091 gsa_html_4229393849 gsa_html_4229393849:973:59439:59467 Green River Colorado -0.00515253017068293719 +24092 cspg_html_6255491344 cspg_html_6255491344:303:40148:40166 Kootenay Canada -0.0617388373496724763 +24093 cspg_html_4326384800 cspg_html_4326384800:1143:169970:169978 Grosmont Western world -0.0748398766627823703 +24094 cspg_html_3404912985 cspg_html_3404912985:708:100977:100998 Belly River Lacombe, Alberta -0.421938067268467054 +24095 cspg_html_9354781888 cspg_html_9354781888:62:11737:11744 Halfway Middle East -0.479254814429897757 +24096 gsa_html_2005293978 gsa_html_2005293978:726:53053:53070 Virginia Maryland -0.47829406272822006 +24097 aapg_ah_335.html aapg_ah_335.html:378:45964:45972 Virginia Boissevain, Manitoba -0.41990808335141383 +24098 aapg_ad_785.html aapg_ad_785.html:682:73726:73734 Fountain Red Creek, New York -0.511145392267911225 +24099 aapg_af_188.html aapg_af_188.html:320:36892:36907 Telegraph Creek Yellowstone River -0.00588912341357450669 +24100 gsa_html_1826402027 gsa_html_1826402027:597:71113:71137 Kaibab San Francisco -0.457532796484121151 +24101 sedimentology_html_2041096405 sedimentology_html_2041096405:601:49339:49355 Guelph Ontario, California -0.473718414704639712 +24102 aapg_af_833.html aapg_af_833.html:530:58532:58540 Cloverly Greybull, Wyoming -0.0800439343940866355 +24103 aapg_ah_157.html aapg_ah_157.html:164:22349:22366 Ironton Illinois -0.442074271005849284 +24104 cspg_html_8362959053 cspg_html_8362959053:145:20122:20134 Luscar Lacombe, Alberta -0.440467486742992853 +24105 aapg_ae_345.html aapg_ae_345.html:107:5811:5816 Eutaw Tuscaloosa, Alabama 0.00222011822627592647 +24106 cspg_html_1781462584 cspg_html_1781462584:299:32642:32655 Madison Williston Basin -0.459805657368256959 +24107 aapg_ai_459.html aapg_ai_459.html:204:18558:18564 Wilcox Comanche County, Oklahoma -0.420800576179594099 +24108 aapg_ai_139.html aapg_ai_139.html:323:30697:30705 Imperial Guelph 0.00570844885597124405 +24109 aapg_af_833.html aapg_af_833.html:783:86078:86084 Midway Powder River Basin -0.492239240738401806 +24110 aapg_ai_957.html aapg_ai_957.html:197:21751:21759 Beaumont Austin, Chicago 0.66914900678945255 +24111 aapg_ae_803.html aapg_ae_803.html:636:79306:79321 Coban Santa Rosa, California -0.389176786676831199 +24112 cspg_html_9343899465 cspg_html_9343899465:2478:228026:228047 Melville Island Banks Island -0.579992526149869292 +24113 aapg_af_684.html aapg_af_684.html:76:9256:9260 Tyee Klamath Mountains (ecoregion) -0.00910662035546105052 +24114 aapg_ad_155.html aapg_ad_155.html:134:17786:17804 Vaqueros Big Basin Redwoods State Park 0.00515947912724753696 +24115 palaios_html_5600528347 palaios_html_5600528347:623:58085:58113 Green River Cheyenne, Wyoming -0.460946527021081187 +24116 aapg_ac_944.html aapg_ac_944.html:25:3789:3799 Nacimiento Sangre de Cristo Range -0.489913286480908206 +24117 cspg_html_7550088587 cspg_html_7550088587:9:949:958 Whitewood Genesee County, Michigan -0.503041677516484542 +24118 aapg_ah_506.html aapg_ah_506.html:240:23761:23775 Traverse West Michigan -0.0239791454230104222 +24119 sedimentology_html_7734538026 sedimentology_html_7734538026:30:2492:2501 Sheffield Germany -0.434673209477638822 +24120 aapg_ad_466.html aapg_ad_466.html:187:21810:21827 Mount Laurel Monmouth County, New Jersey 0.0293712338461080379 +24121 cspg_html_7560056980 cspg_html_7560056980:256:31868:31895 Windsor Sydney Basin -0.00728936970704518669 +24122 jgeology_html_6595227218 jgeology_html_6595227218:982:42673:42679 Provo Romania -0.476385003272562391 +24123 aapg_ad_999.html aapg_ad_999.html:132:13319:13331 Saskatchewan Manitoba -0.533451607074516998 +24124 aapg_ai_31.html aapg_ai_31.html:18:2362:2381 Catahoula Austin County, Texas -0.0387717471174881742 +24125 jgeology_html_1480998376 jgeology_html_1480998376:851:44586:44591 Queen Toronto -0.465595518002078101 +24126 gsa_html_6944235645 gsa_html_6944235645:18:952:977 Dixon Pilbara craton -0.425481180136460357 +24127 sedimentology_html_9626990209 sedimentology_html_9626990209:111:12592:12607 Mesaverde Sevier orogeny 0.0103888193704700545 +24128 cspg_html_5456368738 cspg_html_5456368738:178:25053:25072 Elm Point Manitoba 0.00607327300641191583 +24129 aapg_ah_311.html aapg_ah_311.html:98:10367:10391 Sentinel Butte Wasatch Range -0.451270191944311616 +24130 geology_html_2350878941 geology_html_2350878941:254:20432:20453 Green River Cheyenne, Wyoming -0.0327735084996737119 +24131 aapg_ad_466.html aapg_ad_466.html:1701:176830:176838 Patuxent Monmouth -0.439631812877842865 +24132 AMJC_html_4692260170 AMJC_html_4692260170:534:52929:52946 Compton Eastern Townships -0.440245159686024512 +24133 aapg_ae_677.html aapg_ae_677.html:614:54116:54124 Catoctin Chilhowie, Virginia -0.0367667309306509496 +24134 cspg_html_6306091047 cspg_html_6306091047:84:13944:13953 Baldonnel Victoria, British Columbia -0.261160889830657827 +24135 cspg_html_5241714595 cspg_html_5241714595:385:59858:59865 Gilwood Swan Hill, Victoria -0.41189504800272958 +24136 AMJC_html_3632105729 AMJC_html_3632105729:888:97735:97745 Washington Boise, Idaho -0.462644618431458876 +24137 palaios_html_2298416430 palaios_html_2298416430:222:23216:23231 Lance Cheyenne, Wyoming -0.454764136650290418 +24138 aapg_ad_580.html aapg_ad_580.html:413:50423:50444 Green River Cheyenne, Wyoming 0.40062551308934452 +24139 sedimentology_html_3271817872 sedimentology_html_3271817872:2269:118249:118272 Cherry Canyon Spain -0.0570055523431757527 +24140 geology_html_3571445226 geology_html_3571445226:13:627:639 Rhode Island Narragansett, Rhode Island -0.0791189831010428446 +24141 aapg_ai_49.html aapg_ai_49.html:207:24255:24260 Supai Coconino County, Arizona -0.458641287983651336 +24142 aapg_ai_11.html aapg_ai_11.html:214:25229:25245 Carmel Cheyenne, Wyoming -0.437098264428985472 +24143 cspg_html_8387792223 cspg_html_8387792223:886:93342:93366 Stony Mountain Red River of the North -0.481137638156544978 +24144 gsa_html_7411853369 gsa_html_7411853369:671:65167:65191 Persimmon Fork Charleston, South Carolina -0.24811038670511612 +24145 gsa_html_4667678389 gsa_html_4667678389:530:48655:48669 Toby Logan, Utah -0.435714594595624227 +24146 aapg_ac_882.html aapg_ac_882.html:431:41096:41104 Bellevue Bellevue, Nebraska -0.514141125252382758 +24147 cspg_html_3479659543 cspg_html_3479659543:437:44326:44347 Goldenville Bridgetown, Nova Scotia -0.0455627552096040736 +24148 aapg_af_612.html aapg_af_612.html:225:27653:27657 Olla Shreveport, Louisiana -0.494552690963700137 +24149 cspg_html_9725676031 cspg_html_9725676031:452:59926:59938 Buckinghorse Lacombe, Alberta -0.458675312427173743 +24150 aapg_af_936.html aapg_af_936.html:20:3968:3975 Clinton Ohio -0.00236951657124383295 +24151 palaios_html_7111318862 palaios_html_7111318862:28:2673:2684 Belly River Judith River Formation -0.44497889773871091 +24152 aapg_ad_671.html aapg_ad_671.html:260:35056:35062 Viking Egersund -0.452909542628234352 +24153 cspg_html_8306619029 cspg_html_8306619029:12:1589:1607 Kaskapau Lacombe, Alberta -0.105637893461901403 +24154 gsa_html_3602233651 gsa_html_3602233651:29:2796:2824 Green River Iran -0.0171829308693467256 +24155 gsa_html_4557277250 gsa_html_4557277250:888:74477:74494 Carmel Arizona -0.446146001135949044 +24156 aapg_ai_49.html aapg_ai_49.html:587:77338:77347 Ingleside Colorado -0.516147629098848482 +24157 aapg_ad_696.html aapg_ad_696.html:159:16537:16543 Weches San Augustine, Texas 0.0145398000042282032 +24158 aapg_ad_785.html aapg_ad_785.html:118:11500:11508 Colorado Colorado Springs, Colorado -0.459996458565647859 +24159 aapg_ae_344.html aapg_ae_344.html:44:4859:4866 Hosston Tuscaloosa, Alabama 0.00605416311789900435 +24160 palaios_html_6676788300 palaios_html_6676788300:805:93039:93070 Kope Cincinnati -0.00364114626483282803 +24161 gsa_html_8771785456 gsa_html_8771785456:1006:80157:80185 Green River Colorado -0.00922476160912374769 +24162 aapg_ac_212.html aapg_ac_212.html:253:27159:27172 Blue Mountain Colorado 0.00688805487028741267 +24163 aapg_ad_766.html aapg_ad_766.html:360:36874:36890 Dakota Mancos, Colorado -0.403786229575477607 +24164 palaios_html_5582845937 palaios_html_5582845937:500:45044:45051 Hampton Virginia -0.488278574417694344 +24165 aapg_ai_255.html aapg_ai_255.html:491:72107:72113 Guelph Guelph -0.00447500993536276322 +24166 cspg_html_2083823293 cspg_html_2083823293:6:387:410 Mist Mountain Victoria, British Columbia -0.469726827457912721 +24167 aapg_af_575.html aapg_af_575.html:528:72805:72815 Moorefield Arbuckle, California -0.0134398809418536571 +24168 aapg_ad_466.html aapg_ad_466.html:1553:163965:163979 Columbia Delaware 0.323803585171992758 +24169 aapg_ah_329.html aapg_ah_329.html:75:7548:7556 Monterey Monterey, California -0.457152280296754032 +24170 aapg_ae_306.html aapg_ae_306.html:364:45951:45982 Cercado Dominican Republic -0.433423304094416983 +24171 aapg_ai_584.html aapg_ai_584.html:1187:122069:122087 Tensleep Cheyenne, Wyoming -0.46328736756315686 +24172 gsa_html_6348737148 gsa_html_6348737148:29:2796:2824 Green River Iran -0.0116467387889204136 +24173 geology_html_3342004799 geology_html_3342004799:117:9729:9737 Columbia Victoria, British Columbia -0.446146001135949044 +24174 sedimentology_html_5613495298 sedimentology_html_5613495298:1497:81182:81188 Chinle Logan, Utah -0.431157390646727534 +24175 aapg_ae_181.html aapg_ae_181.html:96:13419:13429 Mooreville Arcola, Virginia -0.495818327103384027 +24176 jgeology_html_4305195651 jgeology_html_4305195651:1576:123087:123112 Manorkill Durham, North Carolina -0.03643260021013002 +24177 aapg_ac_305.html aapg_ac_305.html:211:21158:21182 Crystal River Crystal River, Florida 0.0643024647433224905 +24178 jgeology_html_1836103970 jgeology_html_1836103970:210:16533:16554 New Glasgow New Glasgow, Nova Scotia -0.451812561628617604 +24179 aapg_af_11.html aapg_af_11.html:816:79420:79428 Colorado Arizona -0.0378335861423178335 +24180 aapg_ac_900.html aapg_ac_900.html:336:31478:31487 Mesaverde Sublette County, Wyoming -0.408342906321953247 +24181 aapg_ad_981.html aapg_ad_981.html:204:13489:13502 Windsor Bridgetown, Nova Scotia 0.0167762758658870741 +24182 sedimentology_html_1112576860 sedimentology_html_1112576860:1157:132439:132446 Jewett Silt San Francisco -0.00887381357292233927 +24183 aapg_af_11.html aapg_af_11.html:769:76538:76555 Hermosa Logan, Utah -0.457614356613462614 +24184 aapg_ai_580.html aapg_ai_580.html:38:7047:7066 Mesaverde Mancos, Colorado -0.488236338984033236 +24185 aapg_aa_290.html aapg_aa_290.html:166:19697:19701 Rome Africa 0.0842751226084887395 +24186 aapg_ad_801.html aapg_ad_801.html:206:22573:22583 Tallahatta Alabama 0.268969401749230341 +24187 aapg_ae_113.html aapg_ae_113.html:386:51748:51774 Stuart Western world -0.0176747502050832173 +24188 aapg_af_664.html aapg_af_664.html:712:79676:79699 Lancaster Howard County, Missouri -0.466759861116235797 +24189 aapg_ac_236.html aapg_ac_236.html:236:27603:27606 Ute Colorado -0.021507182733615033 +24190 aapg_ai_328.html aapg_ai_328.html:20:2569:2578 Rancheria Rift Valley lakes -0.00335971886746322954 +24191 gsa_html_3085696776 gsa_html_3085696776:66:5094:5122 Green River Colorado -0.00253281259735845714 +24192 aapg_ac_241.html aapg_ac_241.html:68:7998:8015 Raritan Closter, New Jersey -0.448753864703002991 +24193 sedimentology_html_5673709888 sedimentology_html_5673709888:964:42039:42079 Hawthorn Melbourne, Florida -0.00874524918188981232 +24194 AMJC_html_8866429777 AMJC_html_8866429777:188:24998:25017 Conasauga Middle East -0.465186416944366576 +24195 aapg_ae_415.html aapg_ae_415.html:234:29738:29747 Red Bluff Alabama -0.490251895380975244 +24196 aapg_ac_399.html aapg_ac_399.html:74:7653:7670 Hosston Mississippi River -0.225196635647693127 +24197 sedimentology_html_9378527223 sedimentology_html_9378527223:27:1539:1572 Jackson Austin, Chicago -0.0511145820963543537 +24198 gsa_html_5202646019 gsa_html_5202646019:225:22117:22143 Laurentian Michigan Basin -0.0175687387296353664 +24199 aapg_ae_47.html aapg_ae_47.html:72:5734:5740 Frisco Sallisaw, Oklahoma -0.035304988004324106 +24200 aapg_ac_749.html aapg_ac_749.html:151:21090:21107 Grimsby Niagara Peninsula -0.462102516958969756 +24201 geology_html_3374437567 geology_html_3374437567:297:24893:24901 Colorado Littleton, Colorado -0.0349152239847350387 +24202 gsa_html_8035658736 gsa_html_8035658736:991:105578:105588 Washington Salem, Oregon -0.00743530313754165329 +24203 cspg_html_2969995408 cspg_html_2969995408:339:36996:37005 Mackenzie Lacombe, Alberta 0.00088769823007264 +24204 gsa_html_3069013284 gsa_html_3069013284:542:57664:57680 Chinle Denver -0.200112018712847228 +24205 cspg_html_6514903151 cspg_html_6514903151:328:33554:33592 Kaskapau Victoria, British Columbia -0.0399833098271603696 +24206 aapg_aa_322.html aapg_aa_322.html:179:16662:16678 Moorefield Arkansas -0.231058712924355342 +24207 aapg_ai_49.html aapg_ai_49.html:690:90522:90530 San Luis Dolores, Colorado -0.0454024962167355328 +24208 cspg_html_8917306391 cspg_html_8917306391:93:10802:10810 Columbia Lacombe, Alberta -0.457487488497030304 +24209 aapg_ae_147.html aapg_ae_147.html:123:13642:13648 Saugus Durham, North Carolina -0.456344217050148659 +24210 cspg_html_7799850124 cspg_html_7799850124:178:21727:21742 Leduc Lacombe, Alberta -0.0179684568885802344 +24211 aapg_ah_182.html aapg_ah_182.html:244:24461:24483 Jacksonburg Martinsburg, Nebraska 0.00369152532234343642 +24212 aapg_ae_416.html aapg_ae_416.html:193:18056:18065 Catahoula San Jacinto, California -0.438326464087016476 +24213 gsa_html_6317284187 gsa_html_6317284187:759:66921:66926 Price Arctic Cordillera -0.43911211811260753 +24214 gsa_html_6426465509 gsa_html_6426465509:601:51238:51248 Washington Seattle -0.472040378581138065 +24215 gsa_html_5526369353 gsa_html_5526369353:571:60721:60739 Monterey California -0.464656465989479628 +24216 gsa_html_5261839912 gsa_html_5261839912:1020:83150:83178 Green River Colorado -0.00871745152629535731 +24217 cspg_html_4578604607 cspg_html_4578604607:47:6934:6952 Prairie Regina, Saskatchewan -0.4804630690816033 +24218 geology_html_3899329900 geology_html_3899329900:263:21300:21306 Dalton Earth -0.454414135268558672 +24219 cspg_html_9717154602 cspg_html_9717154602:541:58983:59001 Lea Park Lacombe, Alberta -0.455227249960310998 +24220 aapg_ah_429.html aapg_ah_429.html:34:3604:3619 Queen Texas -0.459149520620870666 +24221 palaios_html_7930345720 palaios_html_7930345720:467:44271:44286 Navajo Rocky Mountains -0.463307888475886887 +24222 aapg_af_854.html aapg_af_854.html:68:10554:10561 Bedford Bloomington, Indiana -0.0262532758817809256 +24223 sedimentology_html_5497977389 sedimentology_html_5497977389:1408:75210:75214 Hall London, Ontario -0.476218391360906934 +24224 gsa_html_4675429437 gsa_html_4675429437:227:16365:16375 San Felipe Baja California peninsula -0.447780648817617921 +24225 gsa_html_8479958102 gsa_html_8479958102:985:75837:75846 Partridge Africa -0.435354069337884009 +24226 aapg_ad_338.html aapg_ad_338.html:634:64822:64838 Tinton Closter, New Jersey -0.079562166471666404 +24227 gsa_html_2989317971 gsa_html_2989317971:583:61191:61221 Poison Creek Boise, Idaho -0.435661502416701596 +24228 aapg_ai_82.html aapg_ai_82.html:65:8782:8802 Greenbrier Huntington, West Virginia -0.462125287699645448 +24229 geology_html_1885095801 geology_html_1885095801:274:24562:24570 Colorado Antarctica -0.45644603384473742 +24230 aapg_ad_958.html aapg_ad_958.html:275:29271:29286 Maquoketa Chattanooga, Tennessee -0.435442528958713826 +24231 cspg_html_4298557570 cspg_html_4298557570:671:63929:63947 Paskapoo Lacombe, Alberta -0.430026468312881383 +24232 cspg_html_9198946062 cspg_html_9198946062:6:404:426 Gates Victoria, British Columbia -0.442620143363224416 +24233 aapg_aa_23.html aapg_aa_23.html:1000:132883:132892 Interlake Illinois -0.464610795373413321 +24234 aapg_ad_280.html aapg_ad_280.html:24:3589:3612 Cotton Valley Haynesville, Louisiana -0.467483486301144335 +24235 cspg_html_2882882278 cspg_html_2882882278:118:19764:19772 Columbia Elk Valley (British Columbia) -0.0170838731942537375 +24236 cspg_html_8587137158 cspg_html_8587137158:117:17686:17714 Swan Hills Swan Hill, Victoria 0.57666540086937168 +24237 cspg_html_5220068638 cspg_html_5220068638:217:26885:26914 Banff Highwood, Illinois -0.000774781561203988548 +24238 cspg_html_7678738599 cspg_html_7678738599:381:41794:41800 Wapiti Lacombe, Alberta -0.00243726702917233546 +24239 aapg_af_810.html aapg_af_810.html:3:184:197 Turner Valley Lacombe, Alberta 0.543942977543967587 +24240 sedimentology_html_8510537334 sedimentology_html_8510537334:2265:150813:150837 Perry Portland, Maine -0.0215106592204126722 +24241 aapg_ae_305.html aapg_ae_305.html:904:73530:73536 Sierra Venezuela -0.47596853330555533 +24242 aapg_ae_974.html aapg_ae_974.html:3:344:354 Rio Grande Rio Grande City, Texas -0.454034931813569353 +24243 gsa_html_2713524768 gsa_html_2713524768:938:80188:80216 Green River Iran -0.0219487021071597919 +24244 cspg_html_5501097280 cspg_html_5501097280:5:212:228 Hector Lacombe, Alberta -0.484114368303559472 +24245 aapg_ae_59.html aapg_ae_59.html:39:4796:4816 Uinta Logan, Utah -0.0317923859746223822 +24246 cspg_html_5074125023 cspg_html_5074125023:546:60926:60944 Kugmallit Canadian Arctic Archipelago -0.479459169650376604 +24247 aapg_ac_602.html aapg_ac_602.html:38:2516:2531 Nopah California -0.482784406317177284 +24248 aapg_ac_965.html aapg_ac_965.html:511:52242:52260 Coeymans Helderberg -0.474808096218428344 +24249 aapg_ai_468.html aapg_ai_468.html:256:31483:31513 Cotton Valley Bossier City, Louisiana -0.416341973707545276 +24250 aapg_ad_983.html aapg_ad_983.html:315:26719:26730 Trempealeau Ohio -0.0498526115827557514 +24251 aapg_ah_598.html aapg_ah_598.html:12:1042:1052 Fort Worth Wichita Falls, Texas 0.028863407628479866 +24252 aapg_ak_36.html aapg_ak_36.html:233:25741:25748 Newport Belize -0.0389701822838023973 +24253 aapg_ai_153.html aapg_ai_153.html:87:14849:14858 Allegheny Monongahela, Pennsylvania -0.0126805624942423392 +24254 aapg_ac_33.html aapg_ac_33.html:101:11747:11760 Santa Barbara Port of South Louisiana -0.442575570278969321 +24255 aapg_ae_31.html aapg_ae_31.html:147:17262:17280 Fayetteville Arkansas -0.175541222309725686 +24256 aapg_ai_488.html aapg_ai_488.html:18:2101:2122 Peace River Canada -0.472943536588278923 +24257 aapg_aa_47.html aapg_aa_47.html:427:49487:49511 Minturn Madera County, California -0.469038078694436811 +24258 aapg_ae_874.html aapg_ae_874.html:425:40562:40568 Borden Texas -0.0444288146314834667 +24259 aapg_aa_86.html aapg_aa_86.html:40:3508:3517 Smackover Paluxy, Texas -0.429219806124286896 +24260 aapg_ah_430.html aapg_ah_430.html:70:6810:6818 Sundance Cheyenne, Wyoming -0.450932780647085085 +24261 AMJC_html_7984049819 AMJC_html_7984049819:924:94701:94718 Waweig New Brunswick, New Jersey -0.439391917689554934 +24262 gsa_html_3150321506 gsa_html_3150321506:189:26272:26280 Columbia Putney -0.0060576376426468119 +24263 aapg_af_470.html aapg_af_470.html:172:17807:17823 Amsden Cheyenne, Wyoming 0.00993709126204535796 +24264 aapg_ae_448.html aapg_ae_448.html:6:766:772 Paluxy East Texas -0.0174783687048886763 +24265 cspg_html_7278957427 cspg_html_7278957427:109:15197:15219 Eureka Sound Canadian Arctic Archipelago -0.0092977313772016467 +24266 aapg_ah_620.html aapg_ah_620.html:117:16743:16762 Athabasca Lake Athabasca -0.525062120016282829 +24267 aapg_ai_80.html aapg_ai_80.html:313:32059:32070 Utica Ohio -0.458822766590828601 +24268 geology_html_3510163360 geology_html_3510163360:306:25918:25921 Rye Hartford, Connecticut -0.0573143663598271388 +24269 aapg_ad_3.html aapg_ad_3.html:472:44381:44401 Reedsville Maysville, Kentucky -0.486457311735010611 +24270 cspg_html_4666332434 cspg_html_4666332434:146:25074:25092 Foremost Regina, Saskatchewan -0.457487488497030304 +24271 cspg_html_8568877195 cspg_html_8568877195:677:80313:80334 Belly River Judith River Formation -0.157508071540877426 +24272 cspg_html_9648675035 cspg_html_9648675035:477:47025:47033 Columbia Victoria, British Columbia -0.399182027251039295 +24273 cspg_html_1870927435 cspg_html_1870927435:118:14039:14044 Flume Lacombe, Alberta -0.428798065147820595 +24274 aapg_af_908.html aapg_af_908.html:28:3262:3284 Nowata Arkansas River -0.482989599489924148 +24275 aapg_ae_355.html aapg_ae_355.html:35:3420:3426 Sierra Colombia -0.0263297817646035749 +24276 aapg_ae_885.html aapg_ae_885.html:13:2216:2222 Navajo Arizona -0.432686505514578101 +24277 aapg_ac_230.html aapg_ac_230.html:732:80434:80440 Perija Venezuela -0.192601040927075695 +24278 aapg_ah_441.html aapg_ah_441.html:19:2955:2963 Saratoga Saratoga, California -0.499203493557790035 +24279 aapg_ad_466.html aapg_ad_466.html:1625:169385:169392 Raritan Potomac, Maryland -0.493489605901760553 +24280 aapg_ae_465.html aapg_ae_465.html:160:16883:16902 Smackover Cotton Valley, Louisiana 0.0165399327584268979 +24281 aapg_af_877.html aapg_af_877.html:113:12576:12594 Golconda Illinois -0.436850160261835319 +24282 aapg_ae_344.html aapg_ae_344.html:99:9447:9453 Paluxy New Delhi -0.471754879498828661 +24283 aapg_aa_305.html aapg_aa_305.html:31:5386:5399 Cohansey Sand Closter, New Jersey -0.063526973765339334 +24284 sedimentology_html_9449833164 sedimentology_html_9449833164:920:58456:58471 Breathitt Eastern Mountain Coal Fields -0.06179820059879821 +24285 cspg_html_8915218033 cspg_html_8915218033:230:21378:21394 Shunda Lacombe, Alberta -0.0235062798697475116 +24286 aapg_ah_197.html aapg_ah_197.html:239:22829:22849 San Andres New Mexico -0.450950772759007412 +24287 sedimentology_html_6688819115 sedimentology_html_6688819115:1082:99060:99090 Elephant Canyon Logan, Utah -0.485238274937032199 +24288 aapg_af_880.html aapg_af_880.html:472:71302:71308 Kaibab New Mexico 0.00557294326279580542 +24289 aapg_af_479.html aapg_af_479.html:746:78847:78856 San Diego California -0.0202105002468695241 +24290 aapg_ae_465.html aapg_ae_465.html:45:5510:5525 Sligo Lisbon -0.426720647196584257 +24291 cspg_html_3627006433 cspg_html_3627006433:640:68891:68909 Dunvegan Lacombe, Alberta -0.469809513538571255 +24292 gsa_html_5773604426 gsa_html_5773604426:587:48898:48933 Wilcox Middle East -0.00274648745693117794 +24293 aapg_aa_118.html aapg_aa_118.html:312:29328:29350 Rockwell South Hero, Vermont -0.45633516722504075 +24294 aapg_aa_44.html aapg_aa_44.html:142:17108:17124 Chinle Uncompahgre Plateau -0.0652667315125914776 +24295 sedimentology_html_9646603326 sedimentology_html_9646603326:22:1559:1565 Madrid French Guiana -0.447455726501453044 +24296 aapg_ad_2.html aapg_ad_2.html:1016:140079:140089 Bellefonte Pennsylvania -0.133599048572550283 +24297 cspg_html_8739892219 cspg_html_8739892219:399:49991:49999 Victoria Calgary -0.0198420227136738916 +24298 geology_html_8921428298 geology_html_8921428298:11:541:551 Ellensburg Washington (state) -0.236782513252349752 +24299 aapg_ai_409.html aapg_ai_409.html:104:11412:11420 Nacatoch Arkadelphia, Arkansas -0.0152261868031426748 +24300 palaios_html_5921824758 palaios_html_5921824758:32:2760:2779 Chuckanut Washington (state) -0.4899838188757622 +24301 palaios_html_7262673634 palaios_html_7262673634:18:985:1005 Robertson West Texas -0.0875783498033112229 +24302 cspg_html_9729377176 cspg_html_9729377176:1209:120528:120547 Baldonnel Victoria, British Columbia -0.427645821637091417 +24303 gsa_html_5986880650 gsa_html_5986880650:649:64679:64685 Cannon Western world -0.46567095948211501 +24304 aapg_ae_694.html aapg_ae_694.html:78:10049:10067 Woodbine Ouachita Mountains -0.118369051300375519 +24305 aapg_ac_714.html aapg_ac_714.html:682:83549:83554 Swift Mexico 0.0344419579813943499 +24306 aapg_ad_337.html aapg_ad_337.html:240:26453:26458 Sespe Los Angeles 0.822955254035561246 +24307 aapg_ac_333.html aapg_ac_333.html:768:93353:93358 Supai Arizona -0.011327042139941219 +24308 aapg_ah_962.html aapg_ah_962.html:150:16396:16401 Viola Utica, New York -0.0523349242602561895 +24309 geology_html_3479619952 geology_html_3479619952:210:19357:19366 San Diego California -0.467877607461444023 +24310 aapg_ah_415.html aapg_ah_415.html:119:10849:10861 Medicine Hat Colorado -0.00200123251374013846 +24311 geology_html_9101940103 geology_html_9101940103:268:24030:24036 Brazil China -0.0261715541385612628 +24312 aapg_aa_734.html aapg_aa_734.html:692:64260:64266 Silica Texas -0.455432903203822237 +24313 aapg_ac_245.html aapg_ac_245.html:317:42014:42019 Oread Topeka, Kansas -0.449431691216236939 +24314 aapg_ai_208.html aapg_ai_208.html:51:5712:5728 Peedee Castle Hayne, North Carolina -0.032256843292129446 +24315 aapg_ac_536.html aapg_ac_536.html:678:69657:69671 Mission Canyon Grand Forks, North Dakota -0.100056974900933904 +24316 cspg_html_5038387495 cspg_html_5038387495:86:7481:7489 Deadwood Regina, Saskatchewan -0.456479975332736432 +24317 gsa_html_2626596890 gsa_html_2626596890:597:61650:61678 Green River Colorado -0.0221155785118801462 +24318 aapg_ae_812.html aapg_ae_812.html:125:13323:13340 Encanto Santa Rosa, California -0.47735290933611807 +24319 aapg_aa_548.html aapg_aa_548.html:38:3923:3928 Boggy Winslow, Arizona -0.0145589143235537784 +24320 aapg_ai_583.html aapg_ai_583.html:462:58574:58582 Sundance Cheyenne, Wyoming -0.00840994113992231743 +24321 aapg_ah_415.html aapg_ah_415.html:117:10555:10575 Milk River Bow Island Airport -0.461390086357821749 +24322 sedimentology_html_3455721661 sedimentology_html_3455721661:87:8696:8715 Sundance Entrada Sandstone -0.0231533782740243055 +24323 aapg_ad_338.html aapg_ad_338.html:418:51040:51050 Tuscaloosa Tuscaloosa, Alabama -0.0116884385826105785 +24324 aapg_ad_687.html aapg_ad_687.html:44:5078:5093 Santa Margarita Maricopa, Arizona 0.102162921734852169 +24325 aapg_ac_56.html aapg_ac_56.html:191:15365:15387 Todos Santos Salina, Kansas -0.44714211768966694 +24326 cspg_html_2462765529 cspg_html_2462765529:31:4697:4714 Halfway Fulton, Missouri -0.473676885959420813 +24327 aapg_ac_486.html aapg_ac_486.html:5:739:755 Dakota Colorado 0.708307072814480909 +24328 jgeology_html_9040793836 jgeology_html_9040793836:77:3668:3681 Santa Barbara California -0.0510779749693671542 +24329 cspg_html_5349145670 cspg_html_5349145670:202:23506:23517 Coal Valley Lacombe, Alberta -0.0276304452324186781 +24330 geology_html_6275240411 geology_html_6275240411:122:12309:12321 Medicine Hat Saskatoon -0.479521879225688563 +24331 aapg_ae_160.html aapg_ae_160.html:35:6041:6049 Edmonton Lacombe, Alberta -0.50720959470918292 +24332 aapg_ah_645.html aapg_ah_645.html:241:29721:29736 Swift Black Hills 0.71071614045928011 +24333 aapg_aa_153.html aapg_aa_153.html:128:10713:10732 Sherburne West Fork River -0.473157943062676001 +24334 palaios_html_6605749307 palaios_html_6605749307:529:49670:49686 Navajo Logan, Utah -0.474805786132168894 +24335 aapg_ah_318.html aapg_ah_318.html:1024:104326:104345 La Casita Mexico -0.0514667170766342913 +24336 aapg_ai_183.html aapg_ai_183.html:61:6584:6623 Elk Suffield, Connecticut -0.0548983204460002719 +24337 gsa_html_2717448156 gsa_html_2717448156:1080:108037:108054 Florida Mountains New Mexico -0.469152832749018645 +24338 cspg_html_1498300615 cspg_html_1498300615:840:104331:104356 Beaverhill Canada 0.00404765387058551775 +24339 aapg_af_211.html aapg_af_211.html:208:19528:19541 Taylor Austin, Chicago -0.465705253187009671 +24340 cspg_html_6121424055 cspg_html_6121424055:129:10965:10977 Green Island Great Slave Lake -0.48757492352044407 +24341 cspg_html_5541725202 cspg_html_5541725202:189:27647:27658 Mabou Middleborough, Massachusetts -0.470409220225314617 +24342 aapg_ai_17.html aapg_ai_17.html:1505:107176:107183 Fleming Hattiesburg, Mississippi -0.0140376196944260508 +24343 gsa_html_5206560160 gsa_html_5206560160:62:4986:5014 Green River Colorado -0.0274774196841049353 +24344 aapg_ae_233.html aapg_ae_233.html:61:7356:7374 Hawthorn Tampa, Florida -0.0135458743690372828 +24345 aapg_ac_646.html aapg_ac_646.html:150:13060:13066 Denver Colorado -0.457068497754203162 +24346 aapg_ah_801.html aapg_ah_801.html:77:7297:7304 Cypress Hardinsburg, Indiana -0.403681353780612873 +24347 aapg_ai_49.html aapg_ai_49.html:335:42311:42323 Dakota Colorado -0.0127413767435659193 +24348 cspg_html_3860685167 cspg_html_3860685167:862:80056:80076 Mount Head Lacombe, Alberta -0.0298634270365841781 +24349 aapg_ah_676.html aapg_ah_676.html:271:32379:32392 Parry Islands Anchorage, Alaska -0.448296279445968116 +24350 aapg_af_288.html aapg_af_288.html:60:7834:7849 Bolsa Quartzite Arizona -0.48184068160181448 +24351 aapg_ai_503.html aapg_ai_503.html:232:25295:25320 Richmond Lake Huron -0.033773852470743819 +24352 aapg_ah_157.html aapg_ah_157.html:153:20388:20395 Potsdam Illinois -0.446052041434467972 +24353 cspg_html_6588844164 cspg_html_6588844164:40:5282:5290 Columbia Victoria, British Columbia -0.456479975332736432 +24354 aapg_ad_327.html aapg_ad_327.html:474:50729:50746 Edwards Central Texas -0.0583874772010690019 +24355 aapg_ah_654.html aapg_ah_654.html:320:31575:31585 Minnekahta Cheyenne, Wyoming -0.439445222385884349 +24356 aapg_af_397.html aapg_af_397.html:586:68832:68839 Entrada Entrada Sandstone -0.467675942101560327 +24357 aapg_ai_468.html aapg_ai_468.html:314:38946:38953 Bossier Shreveport, Louisiana -0.46853104470756296 +24358 aapg_ai_31.html aapg_ai_31.html:291:28730:28738 Oakville Texas -0.462261924354454456 +24359 aapg_ae_41.html aapg_ae_41.html:3:203:228 Beaverhill Lacombe, Alberta -0.0513133096682010376 +24360 aapg_ai_17.html aapg_ai_17.html:1531:109030:109037 Reynosa Texas -0.469093158774920749 +24361 cspg_html_7833083677 cspg_html_7833083677:2490:215243:215258 Nonda Victoria, British Columbia -0.424391951314652904 +24362 aapg_ai_287.html aapg_ai_287.html:132:16549:16567 San Onofre Breccia Los Angeles -0.454089094007790295 +24363 aapg_af_129.html aapg_af_129.html:326:34397:34415 Fountain Colorado -0.0554564637243875128 +24364 aapg_af_528.html aapg_af_528.html:117:13955:13965 San Miguel Great Valley, New York -0.0279886708512000412 +24365 cspg_html_9388742281 cspg_html_9388742281:146:16979:16987 Columbia Victoria, British Columbia -0.472574788136010782 +24366 aapg_ah_609.html aapg_ah_609.html:89:10159:10169 Las Animas Colorado -0.0365787810685492543 +24367 aapg_ae_999.html aapg_ae_999.html:298:41423:41428 Tampa Mississippi River -0.44830973456876172 +24368 cspg_html_1450375831 cspg_html_1450375831:10:1155:1175 Ottertail Western world -0.457582637906406409 +24369 cspg_html_3473883402 cspg_html_3473883402:431:66682:66710 San Andres Panhandle, Texas 0.018625401602390429 +24370 aapg_ai_447.html aapg_ai_447.html:83:9562:9576 Dog Creek Texas -0.00473211949273434716 +24371 gsa_html_1465687448 gsa_html_1465687448:80:7912:7942 Hillabee Greenstone Talladega, Alabama -0.476061064960921709 +24372 aapg_aa_901.html aapg_aa_901.html:33:5190:5197 Jackson Cheyenne, Wyoming -0.0341270386384278437 +24373 aapg_ac_506.html aapg_ac_506.html:143:15505:15518 Venango Venango, Pennsylvania -0.420787509362551382 +24374 cspg_html_3772380029 cspg_html_3772380029:337:43529:43554 Kenogami River River Severn -0.436850160261835319 +24375 geology_html_7607447193 geology_html_7607447193:264:21957:21979 Huckleberry Ridge Tuff Boise, Idaho -0.0265036602918163264 +24376 aapg_ad_659.html aapg_ad_659.html:175:23157:23179 Solor Church Duluth, Georgia -0.0641539957505768976 +24377 aapg_ad_951.html aapg_ad_951.html:352:31500:31509 Mesaverde Sublette County, Wyoming 0.0171221059283382451 +24378 aapg_ai_974.html aapg_ai_974.html:600:62428:62438 Washington Salem, Oregon -0.00426133164508502027 +24379 gsa_html_3936574180 gsa_html_3936574180:104:11735:11753 Langford Black Mountains (North Carolina) -0.494609426466897539 +24380 aapg_af_263.html aapg_af_263.html:114:16159:16179 Otto Fiord Ellesmere Island -0.427645821637091417 +24381 aapg_ac_923.html aapg_ac_923.html:605:62756:62762 Provo Arkansas -0.0643059581765174221 +24382 gsa_html_5864506355 gsa_html_5864506355:778:59181:59210 Castle Hayne North Carolina -0.494585786210081368 +24383 aapg_ai_761.html aapg_ai_761.html:461:50734:50740 Viking North Sea oil -0.442649117020085803 +24384 aapg_ah_371.html aapg_ah_371.html:48:4044:4054 Tuscaloosa Tuscaloosa, Alabama -0.258658188000812417 +24385 sedimentology_html_8829282630 sedimentology_html_8829282630:34:2533:2537 Bern Kingdom of the Netherlands -0.452112016307883446 +24386 cspg_html_2695921112 cspg_html_2695921112:288:34487:34497 Cumberland New Brunswick, New Jersey -0.485663921579086111 +24387 aapg_aa_645.html aapg_aa_645.html:619:59936:59944 Humboldt Reno, Nevada -0.287399418248366956 +24388 jgeology_html_1380249798 jgeology_html_1380249798:112:6558:6566 Richmond Virginia -0.0451203085338412122 +24389 geology_html_5686577614 geology_html_5686577614:53:6029:6065 Wood Canyon Mojave Desert -0.250360097765527145 +24390 aapg_ae_391.html aapg_ae_391.html:450:41427:41441 Salado Pecos River -0.00404765387058536857 +24391 aapg_ae_473.html aapg_ae_473.html:397:36796:36806 Tallahatta Lauderdale County, Tennessee -0.471754879498828661 +24392 aapg_ad_978.html aapg_ad_978.html:219:21410:21437 Prospect Logan, Utah 0.0228491588984217793 +24393 aapg_af_997.html aapg_af_997.html:330:45696:45702 Cannon North Sea oil -0.434527375159215246 +24394 aapg_aa_702.html aapg_aa_702.html:1417:144003:144009 Denver Colorado -0.175626251798073785 +24395 cspg_html_2865093674 cspg_html_2865093674:50:8146:8155 Gog Mount Assiniboine Provincial Park -0.462453250854801823 +24396 aapg_ah_95.html aapg_ah_95.html:18:2102:2116 Earp Cochise County, Arizona 0.0928357761863626146 +24397 gsa_html_3720241683 gsa_html_3720241683:346:26720:26737 Cardium Lacombe, Alberta -0.479254814429897757 +24398 cspg_html_6880168184 cspg_html_6880168184:709:82155:82180 Strathcona Fiord District Council of Franklin Harbour -0.00291152111123597944 +24399 cspg_html_6052770195 cspg_html_6052770195:6:371:381 Pine Point Victoria, British Columbia -0.465561228542891226 +24400 aapg_ae_544.html aapg_ae_544.html:157:20005:20031 Telegraph Creek Niobrara, Nebraska -0.43673056212772654 +24401 aapg_ad_659.html aapg_ad_659.html:533:77802:77811 Extension Wisconsin -0.485954043848796258 +24402 aapg_ad_430.html aapg_ad_430.html:141:10654:10673 Smackover Rodessa, Louisiana 0.0374141402381636956 +24403 aapg_aa_685.html aapg_aa_685.html:208:19204:19213 Flagstaff Flagstaff, Arizona -0.469152832749018645 +24404 gsa_html_8549650339 gsa_html_8549650339:22:820:831 San Antonio Texas -0.0407040542010648765 +24405 cspg_html_3772380029 cspg_html_3772380029:486:61544:61567 Caution Creek Churchill River (Atlantic) -0.496915172747898759 +24406 aapg_ae_981.html aapg_ae_981.html:79:5813:5823 Bainbridge Cape Girardeau, Missouri 0.397612950839942747 +24407 cspg_html_8525917094 cspg_html_8525917094:19:2274:2289 Swift Lacombe, Alberta -0.0218304989680059187 +24408 aapg_ah_158.html aapg_ah_158.html:103:20056:20062 Cutter Richmond, California -0.488743302412917968 +24409 aapg_ac_337.html aapg_ac_337.html:356:16016:16022 Walker Colorado -0.502783815794125233 +24410 gsa_html_9697375887 gsa_html_9697375887:603:69922:69930 Scotland Earth -0.492423140812619287 +24411 aapg_ae_503.html aapg_ae_503.html:117:15172:15186 Nonesuch Michigan 0.410174465089049201 +24412 aapg_ai_409.html aapg_ai_409.html:238:27335:27343 Nacatoch Bellevue, Nebraska -0.434637853624058046 +24413 aapg_ae_708.html aapg_ae_708.html:573:62114:62119 Logan Perth, Western Australia -0.0445315771469266958 +24414 aapg_ae_369.html aapg_ae_369.html:107:11683:11688 Gordo Mississippi River -0.444835906435795903 +24415 aapg_ae_368.html aapg_ae_368.html:119:11745:11760 Hartshorne Atoka, Oklahoma -0.475397368106546647 +24416 aapg_aa_859.html aapg_aa_859.html:15:1824:1829 Yukon Victoria, British Columbia -0.50564626487896136 +24417 cspg_html_7178716951 cspg_html_7178716951:89:12819:12832 Kootenay Fernie, British Columbia -0.484086347872667577 +24418 aapg_ai_80.html aapg_ai_80.html:452:45663:45671 Richmond Richmond, California -0.459996458565647859 +24419 aapg_ae_135.html aapg_ae_135.html:57:5047:5060 Cotton Valley Rodessa, Louisiana -0.0310252882753096031 +24420 aapg_ad_580.html aapg_ad_580.html:417:51233:51247 Baca New Mexico 0.00190221287180775155 +24421 cspg_html_3482605972 cspg_html_3482605972:134:17228:17240 Luscar Mountain Park (Holyoke, Massachusetts) -0.0754436996377327307 +24422 aapg_ah_863.html aapg_ah_863.html:300:29952:29960 Columbia Victoria, British Columbia -0.00138974352800571069 +24423 cspg_html_1630810190 cspg_html_1630810190:5:248:264 Viking Lacombe, Alberta -0.471695028578207554 +24424 geology_html_3150776446 geology_html_3150776446:190:17365:17375 Washington Ithaca, New York -0.500480928372567968 +24425 aapg_ae_69.html aapg_ae_69.html:184:20580:20588 Colorado Chinle Formation -0.454052985518192231 +24426 cspg_html_8316122266 cspg_html_8316122266:307:29872:29880 Columbia Victoria, British Columbia -0.468054102450840448 +24427 cspg_html_9046359229 cspg_html_9046359229:462:69008:69016 Columbia Victoria, British Columbia -0.0307122011432018581 +24428 aapg_af_91.html aapg_af_91.html:166:18358:18377 Fish Haven Dolomite Dolomites -0.00285766800151459645 +24429 aapg_ac_569.html aapg_ac_569.html:296:41674:41682 Columbia Victoria, British Columbia -0.105384030397873626 +24430 geology_html_9015185849 geology_html_9015185849:156:19094:19101 Jackson Illinois -0.0333423889393398495 +24431 aapg_ad_457.html aapg_ad_457.html:265:31663:31682 Gun River Anticosti Island -0.014649273115182132 +24432 sedimentology_html_6958252640 sedimentology_html_6958252640:1157:87562:87566 Hall London, Ontario -0.491332113292233474 +24433 gsa_html_2509147847 gsa_html_2509147847:638:72266:72276 Washington North Cascades National Park -0.455184317280275863 +24434 gsa_html_3720789279 gsa_html_3720789279:1511:135825:135831 Oregon Blue Mountains (Oregon) -0.0145241610261636171 +24435 aapg_ah_506.html aapg_ah_506.html:50:5401:5411 Bell Western world -0.485336482309537631 +24436 gsa_html_9280112280 gsa_html_9280112280:47:4214:4223 Red River Lake Winnipeg -0.443982888348864235 +24437 aapg_aa_647.html aapg_aa_647.html:784:65581:65586 Price Huntington, West Virginia 0.381499871766748933 +24438 cspg_html_1296564271 cspg_html_1296564271:6:379:397 Black River Ontario, California -0.467263588143899677 +24439 aapg_ac_506.html aapg_ac_506.html:335:42302:42310 Onondaga Gilmer County, Georgia 0.0178468027380988617 +24440 aapg_ac_873.html aapg_ac_873.html:14:1763:1772 Fox Hills Cheyenne, Wyoming -0.00861668517403405519 +24441 cspg_html_6255491344 cspg_html_6255491344:42:6789:6805 Fernie Crowsnest Pass, Alberta -0.237794228967306454 +24442 jgeology_html_9982766343 jgeology_html_9982766343:673:45519:45527 Michigan Keweenaw Peninsula -0.464405306663695727 +24443 aapg_ac_65.html aapg_ac_65.html:796:66535:66541 Denver Colorado 0.0104235679161521922 +24444 aapg_ac_953.html aapg_ac_953.html:93:8303:8326 Jackson Leon County, Florida -0.446186272521599148 +24445 aapg_aa_731.html aapg_aa_731.html:15:3011:3023 Wilcox Texas -0.4617701303183811 +24446 cspg_html_7777724998 cspg_html_7777724998:283:40786:40804 Vanguard Manitoba -0.0222894098360483031 +24447 aapg_ah_201.html aapg_ah_201.html:3:161:178 Cardium Lacombe, Alberta -0.0352075456733289827 +24448 sedimentology_html_9586961644 sedimentology_html_9586961644:647:64761:64778 Cardium Lacombe, Alberta -0.428868342306482297 +24449 aapg_ai_722.html aapg_ai_722.html:219:24715:24728 Lake Michigan Wisconsin -0.478349729395822987 +24450 cspg_html_9501006975 cspg_html_9501006975:430:49526:49555 Dunvegan Lacombe, Alberta -0.413964594818093001 +24451 aapg_ac_214.html aapg_ac_214.html:259:25937:25947 San Miguel Phoenix, Arizona -0.0328256981874446643 +24452 gsa_html_5604955284 gsa_html_5604955284:760:76004:76012 Colorado Canada -0.0570962758686634417 +24453 aapg_ai_699.html aapg_ai_699.html:378:44255:44293 Tribes Hill Mohawk Valley -0.0222894098360483031 +24454 aapg_ae_805.html aapg_ae_805.html:702:87706:87724 Paradox Hermosa, Chicago -0.48312719960823608 +24455 gsa_html_5737673651 gsa_html_5737673651:572:46908:46924 Chinle Colorado Plateau -0.478570111716157764 +24456 cspg_html_4407096618 cspg_html_4407096618:552:48914:48925 Peace River Clearwater, Florida -0.0301277931102772942 +24457 gsa_html_8881958017 gsa_html_8881958017:558:52678:52690 Nicola Victoria, British Columbia -0.479521879225688563 +24458 aapg_ac_93.html aapg_ac_93.html:47:5401:5410 Smackover Haynesville, Louisiana -0.446146001135949044 +24459 AMJC_html_5402953865 AMJC_html_5402953865:313:33328:33334 Peoria Loveland, Ohio -0.196058719031900835 +24460 palaios_html_5766254008 palaios_html_5766254008:68:8741:8757 Moscow Schoharie Creek -0.440354093294291316 +24461 cspg_html_7307388012 cspg_html_7307388012:304:36560:36576 Fernie Canada -0.417415641024188155 +24462 cspg_html_1372398575 cspg_html_1372398575:186:21845:21864 Scollard Lacombe, Alberta -0.496881985799363712 +24463 aapg_ah_467.html aapg_ah_467.html:107:9368:9381 Turner Valley Lacombe, Alberta 0.939053443992534431 +24464 aapg_ah_318.html aapg_ah_318.html:2096:187227:187243 Olvido Matamoros, Tamaulipas -0.440814423285003532 +24465 aapg_ae_998.html aapg_ae_998.html:312:34936:34953 Wasatch Cheyenne, Wyoming -0.438734743949590666 +24466 aapg_ad_757.html aapg_ad_757.html:238:28773:28779 Wilcox Arbuckle, California -0.458262569586093849 +24467 aapg_ae_668.html aapg_ae_668.html:1917:198183:198191 Michigan Ohio -0.390052764692527865 +24468 gsa_html_9724885783 gsa_html_9724885783:612:47589:47617 Green River Colorado 0.0477718627077320934 +24469 aapg_ah_385.html aapg_ah_385.html:389:49058:49071 Panoche Sierra Nevada (Spain) -0.511994681548594954 +24470 aapg_aa_995.html aapg_aa_995.html:228:17717:17734 Wasatch Colorado 0.0384271061658192636 +24471 aapg_ah_0.html aapg_ah_0.html:12:1268:1280 Saskatchewan Virginia -0.045129017887602145 +24472 geology_html_2620787843 geology_html_2620787843:25:2361:2371 Santa Cruz California -0.100162596304679566 +24473 gsa_html_2743423721 gsa_html_2743423721:93:15665:15679 Tyee Elkton, Kentucky -0.487565545428885583 +24474 aapg_ad_460.html aapg_ad_460.html:73:6677:6693 Whitehorse Salado, Texas -0.448327675040319895 +24475 palaios_html_7111318862 palaios_html_7111318862:1145:109923:109944 Belly River Lacombe, Alberta -0.126356750455097144 +24476 gsa_html_3701935694 gsa_html_3701935694:802:72463:72473 Keokuk Bennington, Vermont -0.0280825762237737336 +24477 aapg_aa_645.html aapg_aa_645.html:120:17053:17070 Draney Cheyenne, Wyoming 0.12858242708409473 +24478 aapg_ae_884.html aapg_ae_884.html:133:17227:17241 Graneros Mancos, Colorado -0.0627760315715713696 +24479 geology_html_4913268241 geology_html_4913268241:132:13765:13770 Cadiz Lisbon -0.472574788136010782 +24480 aapg_aa_346.html aapg_aa_346.html:9:1156:1166 Mill Creek Sumner County, Kansas 0.0243407580667691185 +24481 aapg_ah_506.html aapg_ah_506.html:280:27282:27296 Traverse Michigan -0.440300736461396947 +24482 aapg_af_0.html aapg_af_0.html:254:28285:28304 Palmarito Lake Maracaibo -0.448408411516637184 +24483 aapg_af_505.html aapg_af_505.html:257:16858:16866 Colorado Englewood, New Jersey -0.47735290933611807 +24484 geology_html_4758625177 geology_html_4758625177:317:26971:26976 Stark Republic of China -0.0395655122576923646 +24485 gsa_html_8001782592 gsa_html_8001782592:896:73888:73916 Green River Colorado -0.00549476708285740172 +24486 gsa_html_2768342942 gsa_html_2768342942:1080:93093:93121 Green River Colorado 0.0101177818467075957 +24487 aapg_ac_333.html aapg_ac_333.html:269:35233:35246 Hermosa San Juan Mountains -0.277373256451264927 +24488 aapg_ah_378.html aapg_ah_378.html:620:59508:59514 Salado Salado, Texas -0.0176278270282407938 +24489 gsa_html_1465687448 gsa_html_1465687448:611:72220:72226 Provo Switzerland -0.475085351012185853 +24490 aapg_ad_379.html aapg_ad_379.html:392:34090:34108 Fountain Colorado -0.0463222858150669353 +24491 cspg_html_6255491344 cspg_html_6255491344:87:13360:13379 Morrissey Cairns, Queensland -0.113214635636744221 +24492 sedimentology_html_1568456861 sedimentology_html_1568456861:1459:101170:101175 Piper Greece -0.502533193471066175 +24493 aapg_ae_415.html aapg_ae_415.html:11:1845:1861 Bluff Mississippi River -0.0524011772686955382 +24494 geology_html_9314524367 geology_html_9314524367:9:385:424 Sailor Canyon Sierra Nevada (Spain) -0.503937652022910187 +24495 cspg_html_4943597281 cspg_html_4943597281:20:2867:2883 Viking Lacombe, Alberta 0.560293280693015094 +24496 cspg_html_7872970297 cspg_html_7872970297:519:47225:47242 Greene Victoria, British Columbia -0.441740222253796999 +24497 cspg_html_3102530088 cspg_html_3102530088:622:78445:78463 Pakowki Milk River, Alberta -0.022871757858413614 +24498 aapg_ae_945.html aapg_ae_945.html:112:9045:9052 Genesee Saginaw, Michigan -0.000889435409818231594 +24499 aapg_ad_795.html aapg_ad_795.html:35:2735:2744 Etchegoin San Joaquin River -0.447780648817617921 +24500 gsa_html_2464295479 gsa_html_2464295479:30:2762:2790 Green River Colorado 0.00461398797422866731 +24501 cspg_html_7409170811 cspg_html_7409170811:619:72935:72951 Exshaw Lacombe, Alberta -0.41055152885920021 +24502 aapg_ac_609.html aapg_ac_609.html:522:47747:47762 Methy Lacombe, Alberta -0.0137248477945169315 +24503 cspg_html_1058139432 cspg_html_1058139432:601:73957:73973 Viking Lacombe, Alberta -0.0278217295801544348 +24504 aapg_ae_789.html aapg_ae_789.html:98:13637:13650 Wabamun Lacombe, Alberta -0.499895492531783669 +24505 aapg_ad_52.html aapg_ad_52.html:225:25981:26003 Coldwater Huron County, Michigan -0.0137248477945169315 +24506 cspg_html_6255491344 cspg_html_6255491344:312:40521:40539 Kootenay Lacombe, Alberta -0.462261924354454456 +24507 aapg_af_416.html aapg_af_416.html:60:7939:7951 Saskatchewan Lacombe, Alberta -0.04995370085151081 +24508 geology_html_4636977720 geology_html_4636977720:11:516:525 Rochester Earth -0.444856013246054061 +24509 aapg_ad_567.html aapg_ad_567.html:173:31445:31456 Mowry Powder River Basin -0.924461953675910331 +24510 aapg_ah_378.html aapg_ah_378.html:232:22201:22217 Salado Salado, Texas -0.449451899065432481 +24511 sedimentology_html_8962397803 sedimentology_html_8962397803:370:24292:24345 Fisher Germany -0.0440369350634172291 +24512 gsa_html_1465687448 gsa_html_1465687448:636:74921:74931 Tuscaloosa Alabama 0.00976335112648768488 +24513 aapg_ah_222.html aapg_ah_222.html:22:2107:2117 Washington Salem, Oregon -0.431086943566786673 +24514 palaios_html_6197559060 palaios_html_6197559060:64:7226:7233 Norfolk Virginia -0.456371367070690814 +24515 aapg_ad_564.html aapg_ad_564.html:8628:766613:766625 Marshalltown South Africa 0.0669458486593140639 +24516 cspg_html_9735723617 cspg_html_9735723617:4298:279158:279176 Frontier Cheyenne, Wyoming -0.479254814429897757 +24517 aapg_aa_225.html aapg_aa_225.html:375:36145:36153 Fountain Colorado -0.498184372130755504 +24518 cspg_html_6880168184 cspg_html_6880168184:771:85711:85728 Prince Alfred Bay Devon Island -0.480807266046245518 +24519 aapg_af_710.html aapg_af_710.html:165:18384:18401 Guelph Salina, Kansas -0.462512479285274614 +24520 cspg_html_8438548095 cspg_html_8438548095:344:35654:35662 Edmonton Edmonton, London -0.47076786107370483 +24521 gsa_html_4385238876 gsa_html_4385238876:747:78152:78160 Edmonton Canada -0.496102469458349238 +24522 gsa_html_1734656819 gsa_html_1734656819:504:42639:42650 San Jacinto Lake Elsinore, California -0.462143504710773534 +24523 gsa_html_4415818938 gsa_html_4415818938:1322:85574:85580 Cannon Guyana -0.4391432028015122 +24524 aapg_ai_957.html aapg_ai_957.html:214:23613:23623 Capistrano Beaumont, Texas -0.477714414009500876 +24525 aapg_ah_157.html aapg_ah_157.html:303:43652:43661 Hartselle Hardinsburg, Indiana -0.425481180136460357 +24526 gsa_html_7464626519 gsa_html_7464626519:647:71323:71331 Colorado Gunnison County, Colorado -0.482963947665808413 +24527 gsa_html_3701935694 gsa_html_3701935694:86:8881:8893 Ottauquechee Bennington, Vermont -0.492210951964540455 +24528 aapg_aa_37.html aapg_aa_37.html:361:45039:45053 Word Texas -0.482038661537539159 +24529 cspg_html_7866293053 cspg_html_7866293053:222:22221:22229 Moosebar Victoria, British Columbia -0.426931034537195386 +24530 aapg_ak_85.html aapg_ak_85.html:440:54710:54729 Smackover Shreveport, Louisiana -0.424391951314652904 +24531 palaios_html_3855840708 palaios_html_3855840708:112:11889:11906 White River Chadron, Nebraska -0.0206137481511775786 +24532 sedimentology_html_1722356240 sedimentology_html_1722356240:1638:78988:78992 Hall London, Ontario -0.484086347872667577 +24533 AMJC_html_4986321644 AMJC_html_4986321644:13:820:828 Virginia Reston, Virginia -0.0369894907800668374 +24534 aapg_ac_841.html aapg_ac_841.html:1038:107790:107812 Todos Santos Concordia, Kansas -0.447153316157111791 +24535 cspg_html_9843429624 cspg_html_9843429624:48:6386:6404 Redknife Lake Ontario -0.488724520608411594 +24536 cspg_html_1524036211 cspg_html_1524036211:50:7460:7478 Oquirrh Logan, Utah -0.00819798606036370794 +24537 cspg_html_4694482219 cspg_html_4694482219:585:60518:60522 Bays Mississippi River -0.0408468169477428783 +24538 aapg_ah_759.html aapg_ah_759.html:6:726:745 Mt Lytton Arkansas -0.444844842741709823 +24539 gsa_html_8622484687 gsa_html_8622484687:564:51314:51333 Carbonera Cordillera Administrative Region -0.457020948969305785 +24540 aapg_ac_200.html aapg_ac_200.html:3:174:191 Wasatch Cheyenne, Wyoming -0.0140758476190941898 +24541 cspg_html_7378664643 cspg_html_7378664643:148:26511:26536 Swan Hills Swan Hill, Victoria -0.0155250750483416668 +24542 gsa_html_8212018023 gsa_html_8212018023:28:2659:2669 Washington Washington (state) -0.0500164465946093956 +24543 aapg_aa_289.html aapg_aa_289.html:171:16925:16938 Sevy Dolomite Great Basin -0.413800254072591023 +24544 aapg_aa_791.html aapg_aa_791.html:287:26853:26870 Savanna Bartlesville, Oklahoma -0.470216166533545032 +24545 aapg_ae_182.html aapg_ae_182.html:77:8304:8317 Cotton Valley Arkansas -0.455279223830003521 +24546 aapg_ae_523.html aapg_ae_523.html:99:9628:9648 Fort Payne White County, Indiana -0.377094060359699779 +24547 cspg_html_8568877195 cspg_html_8568877195:674:80054:80075 Belly River Bow River -0.44280960294495586 +24548 cspg_html_9136481292 cspg_html_9136481292:521:57929:57935 Viking Lacombe, Alberta -0.472678482936493838 +24549 aapg_af_187.html aapg_af_187.html:3:238:251 Cotton Valley Shreveport, Louisiana -0.00229308019174294993 +24550 gsa_html_6578729676 gsa_html_6578729676:799:74044:74051 Andrews Austin, Chicago -0.461026124022890449 +24551 palaios_html_9993198762 palaios_html_9993198762:61:7181:7215 Sundance Moberly, Missouri -0.144232319797959696 +24552 sedimentology_html_1350909813 sedimentology_html_1350909813:28:1922:1932 Washington Washington (state) -0.0162740496879429895 +24553 aapg_ae_552.html aapg_ae_552.html:215:34251:34261 Point Loma California -0.0582827756779698836 +24554 cspg_html_3124360347 cspg_html_3124360347:32:6236:6253 Beekmantown Bennington, Vermont 0.0104444170595688161 +24555 aapg_ah_529.html aapg_ah_529.html:170:14959:14979 Roubidoux Gasconade River -0.451733774163315116 +24556 palaios_html_1262064602 palaios_html_1262064602:834:86357:86373 Chinle Arizona -0.442720440658756875 +24557 aapg_aa_712.html aapg_aa_712.html:45:8607:8626 Platteville Hennepin, Illinois 0.00480334593379653455 +24558 cspg_html_6038396142 cspg_html_6038396142:11:1044:1062 Winnipeg Bells Beach, Victoria -0.00330412835575213297 +24559 aapg_ae_147.html aapg_ae_147.html:295:29533:29537 Pico South Mountains (Arizona) 0.719597294462893777 +24560 sedimentology_html_7151597460 sedimentology_html_7151597460:405:35197:35205 Colorado Rocky Mountains -0.517709234289180475 +24561 cspg_html_3772380029 cspg_html_3772380029:576:72375:72390 Red Head Rapids Churchill River (Atlantic) -0.465460653780432054 +24562 aapg_ae_71.html aapg_ae_71.html:260:24259:24267 Toroweap Kaibab, Arizona -0.0056632802943650468 +24563 aapg_ae_959.html aapg_ae_959.html:3438:264780:264795 Salado Pecos River -0.460173667521570073 +24564 geology_html_3058956949 geology_html_3058956949:235:20785:20793 Scotland Craig, Colorado -0.435738929516159335 +24565 aapg_ac_716.html aapg_ac_716.html:727:50496:50513 Foraker Americus, Georgia -0.486398776993572868 +24566 aapg_ae_692.html aapg_ae_692.html:784:70994:71009 Tyler Williston, Vermont -0.49031069539919736 +24567 gsa_html_6893818738 gsa_html_6893818738:1009:66971:66985 Victoria Transantarctic Mountains -0.466727815469158758 +24568 gsa_html_4821374346 gsa_html_4821374346:572:55778:55781 Rye Pyrenees -0.462512479285274614 +24569 jgeology_html_1004614520 jgeology_html_1004614520:326:20116:20122 Carmel Carmel, Indiana -0.454034931813569353 +24570 aapg_ai_388.html aapg_ai_388.html:275:27899:27918 Rock Springs Uinta Mountains -0.0138742828088271979 +24571 cspg_html_3501550466 cspg_html_3501550466:181:27457:27471 Woodbend Lacombe, Alberta -0.460944252925189812 +24572 aapg_ah_779.html aapg_ah_779.html:282:52501:52513 Crab Orchard Bloomington, Indiana -0.0220234486290734922 +24573 gsa_html_4181975259 gsa_html_4181975259:833:74183:74189 Walker Salem, Oregon -0.491508750292768526 +24574 cspg_html_5295390542 cspg_html_5295390542:428:47902:47924 Charlie Lake Victoria, British Columbia -0.00547218286972656846 +24575 cspg_html_1114211412 cspg_html_1114211412:506:63372:63380 Columbia Victoria, British Columbia -0.502738459495796319 +24576 cspg_html_2863271815 cspg_html_2863271815:41:6503:6526 Guelph Lockport (city), New York -0.0222894098360483031 +24577 cspg_html_1004940981 cspg_html_1004940981:721:75874:75886 Warming Land Greenland -0.480667710196792775 +24578 jgeology_html_2809998069 jgeology_html_2809998069:106:4836:4858 Rhode Island Cambridge, Massachusetts 0.824225803546608571 +24579 aapg_ae_407.html aapg_ae_407.html:136:13376:13390 Alto Illinois -0.493432945605813467 +24580 aapg_ai_15.html aapg_ai_15.html:24:3344:3360 Sabine Shreveport, Louisiana -0.0248379892514390653 +24581 geology_html_8177333319 geology_html_8177333319:36:4478:4506 Newcastle Jamaica, Queens -0.0270600859182637335 +24582 gsa_html_5015599008 gsa_html_5015599008:30:2893:2914 Fish Scales Lacombe, Alberta -0.471432653520514666 +24583 aapg_ae_939.html aapg_ae_939.html:1155:83137:83147 San Andres Ventura County, California -0.454935799752899217 +24584 gsa_html_8619910105 gsa_html_8619910105:62:5015:5043 Green River Colorado -0.00860799843042621068 +24585 aapg_ac_31.html aapg_ac_31.html:79:10775:10781 Empire Colorado -0.455188836413653375 +24586 cspg_html_8371777215 cspg_html_8371777215:6:472:480 Columbia Victoria, British Columbia -0.0238644046922454368 +24587 cspg_html_5375448448 cspg_html_5375448448:51:6639:6647 Columbia Victoria, British Columbia -0.484310536940914471 +24588 AMJC_html_4299960498 AMJC_html_4299960498:882:97988:97998 Washington Astoria, Oregon -0.466727815469158758 +24589 cspg_html_3461588378 cspg_html_3461588378:379:40618:40626 Columbia Victoria, British Columbia -0.494517233212117768 +24590 aapg_ae_777.html aapg_ae_777.html:121:14614:14638 Espiritu Santo Elk Mountain, Wyoming -0.477179162580930738 +24591 cspg_html_4722013873 cspg_html_4722013873:5:275:311 Keg River Central Alberta -0.463435584788403632 +24592 cspg_html_5217137903 cspg_html_5217137903:297:39202:39224 Ireton Swan Hill, Victoria -0.489661768590455182 +24593 cspg_html_2882882278 cspg_html_2882882278:177:23461:23466 Banff Lacombe, Alberta -0.441419648744354465 +24594 sedimentology_html_2252089833 sedimentology_html_2252089833:410:34503:34542 Bruce Perth, Western Australia -0.490195451192383946 +24595 cspg_html_5345848475 cspg_html_5345848475:60:8769:8781 Morden Manitoba -0.430334367802676421 +24596 gsa_html_9666442487 gsa_html_9666442487:858:79765:79771 Moscow Lithuania -0.493978458768718154 +24597 cspg_html_3874533817 cspg_html_3874533817:112:15131:15136 Leduc Canada 0.756842626455386913 +24598 aapg_ai_46.html aapg_ai_46.html:133:10623:10633 Wellington Stillwater, Oklahoma 0.00496317135517138856 +24599 palaios_html_6409863909 palaios_html_6409863909:93:12402:12406 Kope Netherlands -0.0236314487961183893 +24600 aapg_ai_720.html aapg_ai_720.html:254:28634:28657 Potomac Long Island (Massachusetts) -0.0250466225487357037 +24601 AMJC_html_2702389713 AMJC_html_2702389713:1523:112488:112510 Waits River Bennington, Vermont -0.442595627901035182 +24602 aapg_aa_334.html aapg_aa_334.html:88:10161:10182 Monongahela Pittsburgh 0.0902870156776797161 +24603 cspg_html_5158984399 cspg_html_5158984399:460:50985:51003 Mohawk Logan Canyon -0.0188530778518021767 +24604 geology_html_6476658393 geology_html_6476658393:17:1027:1040 Potsdam Ontario, California -0.0218270224173490179 +24605 cspg_html_4924970281 cspg_html_4924970281:41:6128:6151 Grand Rapids Clearwater, Florida -0.443755252554939694 +24606 gsa_html_5627360957 gsa_html_5627360957:474:46460:46475 Troy Arizona -0.0613337858129998151 +24607 aapg_ah_107.html aapg_ah_107.html:242:23546:23555 Peninsula Chihuahua (state) -0.483015252079283031 +24608 aapg_ai_344.html aapg_ai_344.html:58:7377:7404 Roberts Mountains Reno, Nevada 0.407392949936106363 +24609 cspg_html_3521815736 cspg_html_3521815736:235:33340:33364 Belloy Western world -0.481905893496514026 +24610 geology_html_7065043227 geology_html_7065043227:13:695:705 Santa Cruz California -0.02980429327875583 +24611 aapg_aa_684.html aapg_aa_684.html:113:12375:12379 Jelm John Crow Mountains -0.0841330846348060796 +24612 cspg_html_6306091047 cspg_html_6306091047:41:8289:8311 Charlie Lake Victoria, British Columbia -0.0283121254572706732 +24613 cspg_html_3850954719 cspg_html_3850954719:357:45585:45603 Dunvegan Lacombe, Alberta -0.473010388882843136 +24614 cspg_html_1019614994 cspg_html_1019614994:345:54664:54678 Banff Regina, Saskatchewan -0.0114868900754173092 +24615 cspg_html_9825544190 cspg_html_9825544190:64:7335:7354 Elm Point Regina, Saskatchewan -0.467950951742638677 +24616 geology_html_7063593960 geology_html_7063593960:287:25296:25310 Beaufort South Africa -0.427672143055296883 +24617 sedimentology_html_1581490703 sedimentology_html_1581490703:33:1989:1999 Copenhagen Sweden -0.46809765859229685 +24618 AMJC_html_7777190388 AMJC_html_7777190388:17:680:698 Willwood Cheyenne, Wyoming -0.131705465481061434 +24619 aapg_ac_930.html aapg_ac_930.html:172:26285:26297 Saskatchewan Regina, Saskatchewan -0.479352341582737318 +24620 aapg_ah_632.html aapg_ah_632.html:33:5247:5268 Price Flagstaff, Arizona -0.454764136650290418 +24621 aapg_ae_973.html aapg_ae_973.html:697:52608:52618 San Andres Delaware -0.00861668517403405519 +24622 aapg_ai_919.html aapg_ai_919.html:344:61906:61931 Kayak Anchorage, Alaska -0.434673209477638822 +24623 aapg_af_854.html aapg_af_854.html:943:133366:133377 Paint Creek Bethel, Alaska -0.457786563407215019 +24624 aapg_af_177.html aapg_af_177.html:3:162:171 Extension Ardmore, Pennsylvania 0.0134468313182249857 +24625 aapg_aa_349.html aapg_aa_349.html:22:2963:2968 Logan Cincinnati -0.420878980795922841 +24626 jgeology_html_2295345004 jgeology_html_2295345004:904:56921:56929 Hudspeth West, Texas -0.0345376534934891677 +24627 jgeology_html_2809998069 jgeology_html_2809998069:92:3548:3566 Wamsutta Cambridge, Massachusetts -0.464409872562970838 +24628 aapg_ai_1.html aapg_ai_1.html:241:21277:21294 Hermosa Hermosa, Chicago -0.0774482164882842883 +24629 jgeology_html_5816492644 jgeology_html_5816492644:88:3408:3414 Oregon Salem, Oregon -0.467905110852730732 +24630 aapg_ad_466.html aapg_ad_466.html:1068:115047:115057 Vincentown Chesapeake Bay -0.0326639109248070408 +24631 aapg_ai_82.html aapg_ai_82.html:63:8395:8404 Bluefield Greenbrier (Great Smoky Mountains) -0.440325191296006335 +24632 aapg_ad_59.html aapg_ad_59.html:80:14604:14617 Belle Fourche Cheyenne, Wyoming -0.397208833613923673 +24633 aapg_ae_993.html aapg_ae_993.html:368:36647:36666 Jefferson Logan, Utah 0.346446294987572345 +24634 gsa_html_1079290957 gsa_html_1079290957:1131:105307:105335 Chugwater Cheyenne, Wyoming -0.434558307819543299 +24635 gsa_html_9911071626 gsa_html_9911071626:62:4416:4444 Green River Colorado -0.0093950246056262298 +24636 aapg_af_854.html aapg_af_854.html:641:88757:88772 Salem Missouri River -0.00365504393340889116 +24637 jgeology_html_2497886918 jgeology_html_2497886918:571:32047:32056 Peninsula Korea -0.484086347872667577 +24638 aapg_ai_157.html aapg_ai_157.html:89:12022:12028 Guelph Guelph -0.0306147978884375553 +24639 gsa_html_8427644447 gsa_html_8427644447:778:66640:66668 Green River Colorado -0.0191815618988117366 +24640 aapg_ae_628.html aapg_ae_628.html:91:8432:8441 San Diego Clallam County, Washington -0.436850160261835319 +24641 geology_html_3243099044 geology_html_3243099044:286:23652:23657 Rapid Altiplano -0.0668112913771392175 +24642 aapg_ae_73.html aapg_ae_73.html:416:54756:54773 Todilto Entrada Sandstone -0.028002582716924157 +24643 cspg_html_7434089303 cspg_html_7434089303:180:22170:22189 Copes Bay Ellesmere Island -0.0252604746773001342 +24644 geology_html_3836070887 geology_html_3836070887:13:578:584 Oregon Salem, Oregon -0.457614356613462614 +24645 jgeology_html_8088445472 jgeology_html_8088445472:118:6626:6634 Catskill Closter, New Jersey -0.474842748246669499 +24646 cspg_html_5406720001 cspg_html_5406720001:122:15004:15021 Telford Logan, Utah -0.4364582012241503 +24647 sedimentology_html_2920366070 sedimentology_html_2920366070:903:61223:61233 Copenhagen Denmark -0.481021295519417413 +24648 AMJC_html_5916115748 AMJC_html_5916115748:1293:120060:120066 Oregon Richmond, California -0.0672936154663871522 +24649 aapg_ad_157.html aapg_ad_157.html:121:12705:12719 Frio Gulf Coast of the United States -0.0485803955583026664 +24650 aapg_ac_824.html aapg_ac_824.html:479:48911:48919 Colorado Colorado -0.506854469137183239 +24651 geology_html_7865549529 geology_html_7865549529:51:4240:4250 Santa Cruz Germany -0.472512577150688062 +24652 aapg_ah_421.html aapg_ah_421.html:206:16581:16594 Bearpaw Edmonton, London -0.0415711108717550168 +24653 cspg_html_1743060601 cspg_html_1743060601:121:16302:16307 Moyie Purcell Mountains -0.511618183538216087 +24654 aapg_aa_23.html aapg_aa_23.html:703:88997:89011 Stony Mountain Manitoba 0.697566487158245985 +24655 aapg_ac_807.html aapg_ac_807.html:372:37842:37861 Nanjemoy Maryland -0.464884854319956187 +24656 aapg_aa_57.html aapg_aa_57.html:6:1132:1141 Red River Texas 0.0373358224014811585 +24657 sedimentology_html_3200584564 sedimentology_html_3200584564:602:45404:45413 Greenhorn Middle East 0.0084533746806839706 +24658 aapg_ae_350.html aapg_ae_350.html:78:8941:8961 Pottsville Pottsville, Pennsylvania -0.43919205226689878 +24659 gsa_html_4298040492 gsa_html_4298040492:900:100560:100565 Price Arctic Cordillera -0.496597579989056737 +24660 aapg_af_640.html aapg_af_640.html:70:3535:3557 Midway Alabama -0.0227552866260881809 +24661 geology_html_5649632700 geology_html_5649632700:60:6118:6126 Aguacate Cordillera Administrative Region -0.446078886082885928 +24662 cspg_html_1256612432 cspg_html_1256612432:28:1607:1628 Spray Kootenay River -0.476033304431228654 +24663 cspg_html_9670138862 cspg_html_9670138862:105:15198:15208 Pocahontas Rocky River, Ohio -0.481905893496514026 +24664 sedimentology_html_9526222722 sedimentology_html_9526222722:25:1724:1729 Rapid Denmark -0.489182445167081981 +24665 aapg_ai_575.html aapg_ai_575.html:28:3684:3692 Colorado Denver -0.0276687018870389392 +24666 aapg_af_637.html aapg_af_637.html:18:2920:2938 Traverse Antrim, County Antrim -0.464610795373413321 +24667 aapg_ai_504.html aapg_ai_504.html:140:14256:14272 Heath Chester, Pennsylvania -0.424217090203684033 +24668 sedimentology_html_3907918417 sedimentology_html_3907918417:1560:125964:125993 Dunvegan Canada -0.463526807661379381 +24669 cspg_html_9119878068 cspg_html_9119878068:67:8603:8628 Beaverhill Swan Hill, Victoria -0.453085363047098455 +24670 aapg_ai_159.html aapg_ai_159.html:423:48600:48615 Tampa Anguilla 0.0104982774024900572 +24671 aapg_aa_698.html aapg_aa_698.html:34:3832:3848 Muskeg Lacombe, Alberta -0.469070208322842297 +24672 aapg_af_640.html aapg_af_640.html:60:2972:2993 Basal Monmouth -0.500480928372567968 +24673 gsa_html_2832151886 gsa_html_2832151886:244:17522:17551 Belle Fourche Lacombe, Alberta -0.433546895631176765 +24674 sedimentology_html_8041322681 sedimentology_html_8041322681:1006:64928:64938 Washington Seattle -0.0303573786993141213 +24675 aapg_aa_735.html aapg_aa_735.html:99:9303:9313 Keokuk Bloomington, Indiana -0.481759173673690755 +24676 aapg_ah_687.html aapg_ah_687.html:396:54336:54363 Athabasca Lacombe, Alberta -0.0774744819488543401 +24677 AMJC_html_6759408618 AMJC_html_6759408618:386:39925:39951 Cumberland Great Valley, New York -0.462111625185478381 +24678 aapg_aa_419.html aapg_aa_419.html:325:28871:28880 Blackford Kingston, Jamaica -0.44056532751251043 +24679 cspg_html_9717154602 cspg_html_9717154602:31:5201:5218 Bearpaw Lacombe, Alberta -0.0459233492922100708 +24680 cspg_html_3762708087 cspg_html_3762708087:250:33768:33774 Viking Regina, Saskatchewan -0.408452575267404749 +24681 gsa_html_4179834030 gsa_html_4179834030:350:37850:37860 Milk River Lacombe, Alberta 0.0119525385350554136 +24682 gsa_html_4137054086 gsa_html_4137054086:1036:71898:71915 Waweig New Brunswick, New Jersey -0.477123570959987586 +24683 cspg_html_2863271815 cspg_html_2863271815:573:72726:72739 A-1 Evaporite Salina, Kansas -0.466714081975797668 +24684 sedimentology_html_9008066459 sedimentology_html_9008066459:1044:69899:69903 Hall London, Ontario -0.451787799117909672 +24685 gsa_html_3191945202 gsa_html_3191945202:1029:71023:71051 Green River Colorado 0.013898609516558913 +24686 aapg_ad_146.html aapg_ad_146.html:34:3159:3167 Colorado Nebraska -0.102393662051806777 +24687 aapg_aa_914.html aapg_aa_914.html:29:4283:4293 Atoka Ouachita Parish, Louisiana -0.443755252554939694 +24688 aapg_ai_158.html aapg_ai_158.html:190:19373:19381 Ramparts Anchorage, Alaska -0.465273249433996894 +24689 cspg_html_5891044027 cspg_html_5891044027:24:4314:4329 Siyeh Purcell Mountains -0.43773654922535371 +24690 palaios_html_6353470714 palaios_html_6353470714:432:42323:42341 Willwood Cheyenne, Wyoming -0.475977786028375149 +24691 aapg_ad_865.html aapg_ad_865.html:540:54562:54579 Hermosa Hermosa, Chicago -0.484086347872667577 +24692 aapg_ad_801.html aapg_ad_801.html:207:22628:22634 Winona Lisbon -0.0290477532032288703 +24693 aapg_aa_499.html aapg_aa_499.html:19:3461:3473 Santa Susana Ventura County, California -0.486588444102287743 +24694 aapg_ae_795.html aapg_ae_795.html:425:50291:50308 Laramie Colorado -0.434637853624058046 +24695 cspg_html_5542874609 cspg_html_5542874609:89:14497:14515 Kaskapau Lacombe, Alberta 0.00088769823007264 +24696 aapg_af_668.html aapg_af_668.html:28:4561:4567 Pocono Pennsylvania -0.0221938023877403003 +24697 aapg_ad_784.html aapg_ad_784.html:120:14114:14141 Vaqueros Ojai, California 0.0125259211045502007 +24698 gsa_html_3968951986 gsa_html_3968951986:1469:173133:173142 Extension England -0.0197377379215514133 +24699 gsa_html_2088132193 gsa_html_2088132193:29:2796:2824 Green River Colorado -0.432466019139625568 +24700 cspg_html_5479700260 cspg_html_5479700260:298:22324:22338 Stony Mountain Cincinnati 1.19303994268626412 +24701 aapg_ae_959.html aapg_ae_959.html:2969:222996:223016 San Andres San Angelo, Texas -0.0128247793458777584 +24702 aapg_ah_876.html aapg_ah_876.html:84:12012:12029 Rodessa Rodessa, Louisiana -0.0352632268967139825 +24703 aapg_ae_959.html aapg_ae_959.html:128:8993:9009 San Andres West Texas -0.042293721268789268 +24704 aapg_ah_547.html aapg_ah_547.html:62:8425:8439 Rodessa Rodessa, Louisiana -0.401445190002819308 +24705 aapg_ac_742.html aapg_ac_742.html:9:1349:1372 Gypsum Spring Black Hills -0.0205233642338861627 +24706 cspg_html_1893593837 cspg_html_1893593837:680:48790:48806 Bad Cache Rapids Churchill River (Atlantic) -0.0172889404553563421 +24707 gsa_html_6038465409 gsa_html_6038465409:762:64489:64508 Smackover Arkansas -0.50122402307920999 +24708 aapg_ac_924.html aapg_ac_924.html:150:13462:13469 Madison Cheyenne, Wyoming -0.436898889813044922 +24709 gsa_html_5552216115 gsa_html_5552216115:1155:118079:118090 Paso Robles California -0.0365787810685492543 +24710 cspg_html_3772380029 cspg_html_3772380029:761:94824:94838 Severn River Ontario, California -0.00908750930208491146 +24711 aapg_ac_586.html aapg_ac_586.html:82:9970:9991 Mauch Chunk Pottsville, Pennsylvania -0.451812561628617604 +24712 aapg_ad_52.html aapg_ad_52.html:1025:110783:110793 Kinderhook Rockford, Illinois -0.465364661240374011 +24713 aapg_ah_337.html aapg_ah_337.html:265:31582:31592 Georgetown Milam County, Texas -0.490524761849640001 +24714 aapg_ae_345.html aapg_ae_345.html:557:45079:45084 Eutaw Tuscaloosa, Alabama -0.45995556917210767 +24715 aapg_aa_976.html aapg_aa_976.html:231:27962:27982 Plattsburg Wyandotte, Michigan -0.44056532751251043 +24716 aapg_ai_157.html aapg_ai_157.html:539:49249:49255 Salina Guelph 0.00461398797422866731 +24717 aapg_ai_583.html aapg_ai_583.html:126:17743:17755 Medicine Bow Hartville, Missouri 0.33533285256044737 +24718 aapg_af_189.html aapg_af_189.html:16:1850:1857 Arcadia Shreveport, Louisiana -0.449050071375940441 +24719 gsa_html_7173708345 gsa_html_7173708345:928:75752:75766 Forest Anchorage, Alaska -0.478284785297837578 +24720 aapg_ac_612.html aapg_ac_612.html:440:42193:42201 Colorado Brill -0.450586501765938174 +24721 aapg_ac_333.html aapg_ac_333.html:1138:135713:135719 Concha New Mexico -0.0389492941804812226 +24722 palaios_html_4782349341 palaios_html_4782349341:61:5244:5248 Hall Canton, Ohio -0.454041701910604445 +24723 sedimentology_html_3296239633 sedimentology_html_3296239633:1187:100775:100791 Weber Logan, Utah -0.463478914486847693 +24724 aapg_ai_712.html aapg_ai_712.html:24:3211:3217 Puffin Perth, Western Australia -0.477575355931223244 +24725 jgeology_html_7189790958 jgeology_html_7189790958:215:18562:18570 Syracuse Jamesville, New York -0.45896570683289678 +24726 gsa_html_6753732431 gsa_html_6753732431:17:1010:1028 Stirling Mojave Desert -0.461089806729199636 +24727 aapg_ad_971.html aapg_ad_971.html:352:31028:31046 Woodbine East Texas -0.383474664677088406 +24728 cspg_html_4115156925 cspg_html_4115156925:163:22485:22502 Viking Lacombe, Alberta -0.455876007847145159 +24729 cspg_html_3519580725 cspg_html_3519580725:377:41049:41062 Turner Valley Lacombe, Alberta -0.0729431140893573166 +24730 cspg_html_2834693711 cspg_html_2834693711:379:51985:52005 Protection Nanaimo -0.0841348381626744468 +24731 aapg_ac_699.html aapg_ac_699.html:186:16116:16121 Sligo County Sligo -0.44255997020698512 +24732 aapg_ae_643.html aapg_ae_643.html:238:28507:28515 Columbia Virginia -0.429960502864963123 +24733 gsa_html_5202646019 gsa_html_5202646019:262:25190:25207 Verulam Ontario, California 0.75947567097948776 +24734 aapg_ah_943.html aapg_ah_943.html:382:50948:50970 Peace River Lacombe, Alberta -0.487692158362934725 +24735 gsa_html_7102550258 gsa_html_7102550258:824:94432:94438 Pueblo Hopi Reservation -0.028972971193404428 +24736 aapg_aa_992.html aapg_aa_992.html:175:25852:25856 Frio Ohio 0.00753780424990633125 +24737 gsa_html_7396981637 gsa_html_7396981637:436:44383:44393 Stillwater Duluth, Georgia -0.0415049470252112224 +24738 cspg_html_4293350162 cspg_html_4293350162:948:97064:97069 Price Lacombe, Alberta -0.4597965726108596 +24739 aapg_ah_301.html aapg_ah_301.html:333:32608:32636 Cathedral Canada -0.431133173871068531 +24740 aapg_af_575.html aapg_af_575.html:390:52943:52955 Sexton Creek Edgewood, Washington -0.422356792753443622 +24741 cspg_html_1260733368 cspg_html_1260733368:342:42568:42586 Badheart Canada 0.0112002068245181611 +24742 cspg_html_5312588885 cspg_html_5312588885:340:45331:45350 Jefferson Boise, Idaho -0.438031460031225395 +24743 cspg_html_6702053097 cspg_html_6702053097:474:54650:54667 Nepean Ontario, California 0.025102258581667973 +24744 geology_html_1883152718 geology_html_1883152718:263:26058:26081 Negaunee Iron Michigan 0.329632344010467038 +24745 aapg_ai_153.html aapg_ai_153.html:95:16144:16162 Monongahela Kittanning, Pennsylvania -0.0144772441484254995 +24746 cspg_html_8810326121 cspg_html_8810326121:7:577:584 Serpent Espanola, Ontario -0.489955605215405154 +24747 palaios_html_9507397379 palaios_html_9507397379:378:35333:35358 Barstow Mojave Desert -0.451823817538329897 +24748 palaios_html_3028956190 palaios_html_3028956190:700:78205:78224 Fairview Ohio -0.205291716243852257 +24749 gsa_html_1120968922 gsa_html_1120968922:1090:84524:84552 Green River Colorado 0.00132025624175985054 +24750 sedimentology_html_6382215824 sedimentology_html_6382215824:117:11332:11339 La Laja San Juan, Argentina -0.0467578283362129754 +24751 aapg_ad_145.html aapg_ad_145.html:10:919:941 Green River Wasatch Range -0.449467616590735308 +24752 sedimentology_html_1006662626 sedimentology_html_1006662626:3001:56373:56383 Washington Salem, Oregon -0.0435562539048757053 +24753 geology_html_2908722683 geology_html_2908722683:31:2317:2379 Navajo Colorado -0.478284785297837578 +24754 aapg_ad_719.html aapg_ad_719.html:235:28681:28687 Blaine Texas -0.447133159014188541 +24755 aapg_ac_873.html aapg_ac_873.html:197:14592:14611 Fox Hills Black Hills 0.00845684936576822886 +24756 aapg_af_789.html aapg_af_789.html:10:1751:1759 Catskill Onondaga (tribe) -0.0535450100863143555 +24757 cspg_html_7833083677 cspg_html_7833083677:1934:168143:168148 Yukon Anchorage, Alaska -0.492215666694549525 +24758 aapg_ad_376.html aapg_ad_376.html:94:8606:8612 Denmar Giles County, Virginia -0.0476429233409196642 +24759 cspg_html_7970836465 cspg_html_7970836465:687:65290:65298 Montreal Quebec City -0.030023437417361392 +24760 sedimentology_html_1275942184 sedimentology_html_1275942184:380:14776:14786 Washington Cascade Range -0.471405039658470026 +24761 palaios_html_7805951959 palaios_html_7805951959:142:14136:14152 Pueblo Logan, Utah -0.00771327274469656935 +24762 gsa_html_7635660482 gsa_html_7635660482:605:55822:55840 Morrison Sellwood Bridge -0.00424743388825097462 +24763 gsa_html_7442738603 gsa_html_7442738603:1377:129776:129785 San Diego Earth -0.467877607461444023 +24764 aapg_af_518.html aapg_af_518.html:247:24428:24444 Duarte Cordillera Central (Puerto Rico) -0.498070421610056713 +24765 geology_html_2235998351 geology_html_2235998351:247:23743:23757 Lisburne Anchorage, Alaska -0.475977786028375149 +24766 aapg_af_561.html aapg_af_561.html:148:13604:13613 Chugwater Wasatch Range -0.450784359288809666 +24767 aapg_af_975.html aapg_af_975.html:105:16434:16442 Colorado Colorado -0.0258220684876826687 +24768 aapg_af_666.html aapg_af_666.html:471:39991:39998 Wasatch Wasatch Range -0.241136816359010964 +24769 aapg_ak_87.html aapg_ak_87.html:355:47282:47286 Earp Mogollon, New Mexico -0.449440672427322663 +24770 cspg_html_5038387495 cspg_html_5038387495:81:6828:6842 Deadwood Williston, Vermont -0.470292003998596664 +24771 palaios_html_7930345720 palaios_html_7930345720:407:40863:40867 Hall London, Ontario -0.450330250214128536 +24772 palaios_html_7928599019 palaios_html_7928599019:48:5498:5522 Pullen Scotia, New York -0.0117822633156925947 +24773 aapg_af_854.html aapg_af_854.html:616:84777:84792 Keokuk Burlington, Ontario -0.0489010438658518606 +24774 geology_html_6674220555 geology_html_6674220555:130:13878:13888 Rio Grande Salado, Texas -0.476172115937115059 +24775 aapg_ae_28.html aapg_ae_28.html:177:17081:17112 Pecatonica Iowa -0.251469196441653831 +24776 cspg_html_2973952956 cspg_html_2973952956:570:43855:43887 Montney Victoria, British Columbia -0.0753666862960432615 +24777 cspg_html_9439353033 cspg_html_9439353033:33:4342:4360 Scollard Lacombe, Alberta -0.0340417857765505233 +24778 aapg_ae_959.html aapg_ae_959.html:1131:82693:82701 Wolfcamp West Texas -0.472604743150075168 +24779 aapg_ah_329.html aapg_ah_329.html:319:30964:30971 Sisquoc Monterey, California 0.925060932728647867 +24780 aapg_ae_173.html aapg_ae_173.html:514:32464:32492 Ajibik Quartzite Michigan -0.250948499947449777 +24781 gsa_html_8662622130 gsa_html_8662622130:14:893:903 Washington Washington (state) -0.423194790791884379 +24782 aapg_ad_995.html aapg_ad_995.html:99:12362:12382 Phosphoria Little Cottonwood Creek -0.0298390778087026728 +24783 aapg_ac_841.html aapg_ac_841.html:315:40889:40906 Esquias Honduras -0.479447557264900015 +24784 sedimentology_html_6302405335 sedimentology_html_6302405335:1263:93148:93165 Cardium Lacombe, Alberta -0.0129759471663572871 +24785 cspg_html_6038396142 cspg_html_6038396142:68:10137:10149 Saskatchewan Regina, Saskatchewan -0.194959052869111304 +24786 aapg_ac_313.html aapg_ac_313.html:179:21200:21215 Coban Guatemala -0.532463074593008123 +24787 cspg_html_1354945055 cspg_html_1354945055:789:95828:95833 Logan Perth, Western Australia 0.034762106259212 +24788 geology_html_5478272719 geology_html_5478272719:253:20849:20857 Colorado Leadville, Colorado -0.485369220602805185 +24789 aapg_ah_694.html aapg_ah_694.html:395:49515:49529 Frio Texas -0.483085217576718073 +24790 cspg_html_4287356899 cspg_html_4287356899:1567:219042:219062 Tahkandit Anchorage, Alaska -0.143925228141254719 +24791 aapg_aa_851.html aapg_aa_851.html:65:5789:5799 Fort Payne Monteagle, Tennessee -0.404884875905779817 +24792 aapg_ae_1.html aapg_ae_1.html:72:10515:10523 Sundance Cheyenne, Wyoming -0.416311624568161565 +24793 aapg_af_664.html aapg_af_664.html:16:2187:2207 San Andres West Texas -0.489603013449855795 +24794 aapg_ad_294.html aapg_ad_294.html:1019:111235:111244 Gibraltar Gibraltar -0.511386578283423932 +24795 aapg_ah_665.html aapg_ah_665.html:258:29973:29991 Windfall Reno, Nevada -0.44304146514738707 +24796 aapg_ah_386.html aapg_ah_386.html:140:13125:13134 Red Bluff Coalinga, California -0.0146249457170983255 +24797 aapg_ae_324.html aapg_ae_324.html:1037:103047:103055 Virginia Virginia -0.0226179559252577995 +24798 cspg_html_4257076625 cspg_html_4257076625:433:56650:56661 Winterhouse Utica, New York -0.455536877615232372 +24799 aapg_ad_930.html aapg_ad_930.html:153:16878:16897 Rock Springs Cheyenne, Wyoming -0.462512479285274614 +24800 aapg_ae_176.html aapg_ae_176.html:400:49962:49973 Peace River Lacombe, Alberta -0.0259316078616598014 +24801 aapg_ad_440.html aapg_ad_440.html:591:57556:57562 Denmar Greenbrier County Schools -0.472678482936493838 +24802 jgeology_html_3425370855 jgeology_html_3425370855:1366:80656:80671 Lone Rock Burlington, Ontario 0.00088769823007264 +24803 aapg_af_486.html aapg_af_486.html:472:46635:46641 Forbes Anchorage, Alaska -0.00593429213199152261 +24804 aapg_ae_438.html aapg_ae_438.html:122:12425:12429 Bell Hempfield School District -0.0357887327729749932 +24805 cspg_html_5038387495 cspg_html_5038387495:84:7151:7159 Deadwood Trempealeau, Wisconsin -0.0577069474480743499 +24806 aapg_ah_859.html aapg_ah_859.html:196:23025:23034 Tuscahoma Alabama -0.467889067103673728 +24807 aapg_ah_871.html aapg_ah_871.html:514:56760:56765 Chazy Quebec City -0.439445222385884349 +24808 geology_html_3930380280 geology_html_3930380280:318:25117:25127 Washington Washington (state) 0.0185975939921932121 +24809 aapg_ai_462.html aapg_ai_462.html:135:14187:14197 San Felipe El Abra -0.442542141875480355 +24810 aapg_ae_694.html aapg_ae_694.html:255:29106:29122 Tuscaloosa Texas 0.379840310865349751 +24811 gsa_html_1040524378 gsa_html_1040524378:513:62472:62493 Green River Colorado 1.12484132651824464 +24812 aapg_ae_708.html aapg_ae_708.html:359:38819:38838 Rapid Virginia -0.0365022098849612647 +24813 aapg_ah_617.html aapg_ah_617.html:205:16894:16902 Colorado Denver -0.505093093122894188 +24814 aapg_af_551.html aapg_af_551.html:16:2010:2021 Lake Valley Sacramento, California -0.0331962518050419805 +24815 palaios_html_2623970001 palaios_html_2623970001:793:66148:66164 Chinle Arizona 0.00194564253308291118 +24816 cspg_html_8299841180 cspg_html_8299841180:292:28368:28387 Duvernay Lacombe, Alberta -0.0594310954775296302 +24817 cspg_html_7409170811 cspg_html_7409170811:565:70442:70458 Exshaw Lacombe, Alberta 0.024239922929092543 +24818 aapg_af_701.html aapg_af_701.html:123:13560:13567 Venango Allegheny Mountains -0.507488043088870633 +24819 gsa_html_2098291403 gsa_html_2098291403:451:40721:40727 Snyder Salem, Oregon -0.0171829308693467256 +24820 aapg_aa_761.html aapg_aa_761.html:642:84314:84322 Colorado Denver -0.511198447113590415 +24821 aapg_ai_366.html aapg_ai_366.html:112:12378:12384 Lissie Beaumont, Texas -0.469189557204259144 +24822 aapg_aa_23.html aapg_aa_23.html:698:88491:88509 Winnipeg Portage la Prairie 0.690546429274881857 +24823 AMJC_html_1767296229 AMJC_html_1767296229:618:62248:62273 Laurentian Cape Breton Island -0.485663921579086111 +24824 aapg_ai_49.html aapg_ai_49.html:729:94038:94044 Navajo Boise, Idaho -0.050574209527444236 +24825 gsa_html_9310053579 gsa_html_9310053579:624:56240:56256 Roslyn Leavenworth, Washington -0.486529900381118929 +24826 aapg_ak_108.html aapg_ak_108.html:295:29616:29643 Siyeh Germany -0.00590649599379846572 +24827 aapg_ad_67.html aapg_ad_67.html:231:29792:29802 Sabinetown Texas -0.426871858406847937 +24828 aapg_aa_93.html aapg_aa_93.html:72:8849:8868 Rock Springs Ohio 0.00602810418845976543 +24829 aapg_aa_734.html aapg_aa_734.html:692:64270:64287 Edwards Travis County, Texas -0.495711798447340535 +24830 geology_html_1146010106 geology_html_1146010106:316:28038:28057 Flagstaff Logan, Utah -0.0322951140020652852 +24831 aapg_aa_305.html aapg_aa_305.html:89:13195:13203 Kirkwood Kirkwood, Missouri -0.413951619546012173 +24832 gsa_html_7102550258 gsa_html_7102550258:1420:133351:133368 Kayenta Colorado -0.446110205830797302 +24833 cspg_html_5807593737 cspg_html_5807593737:382:47759:47771 Souris River Regina, Saskatchewan -0.441392939290133568 +24834 aapg_ad_466.html aapg_ad_466.html:1669:172707:172714 Matawan Monmouth 0.0104444170595688161 +24835 gsa_html_6608619586 gsa_html_6608619586:71:6735:6745 Washington Victoria, British Columbia -0.0544099822313272238 +24836 gsa_html_7477980091 gsa_html_7477980091:836:75446:75457 San Antonio Earth -0.021507182733615033 +24837 gsa_html_9921588890 gsa_html_9921588890:24:1849:1859 Carbondale Carbondale, Pennsylvania -0.448408411516637184 +24838 aapg_af_59.html aapg_af_59.html:7:921:942 Ector Chalk Texas -0.47249414511500698 +24839 aapg_ad_954.html aapg_ad_954.html:177:18006:18014 Eminence Bonne Terre, Missouri -0.450586501765938174 +24840 aapg_ac_924.html aapg_ac_924.html:129:10103:10116 Madison Cheyenne, Wyoming -0.480597940731277096 +24841 AMJC_html_2702389713 AMJC_html_2702389713:1428:107873:107881 Billings Bennington, Vermont -0.0335442004664093935 +24842 aapg_ai_249.html aapg_ai_249.html:84:12983:12990 Chuacus Santa Rosa, California -0.0232768060359763093 +24843 aapg_ad_309.html aapg_ad_309.html:119:12124:12129 Tidal Maryland -0.483897233884893974 +24844 gsa_html_5737673651 gsa_html_5737673651:9:312:328 Forest Chinle Formation -0.0410313671820840969 +24845 gsa_html_3445493534 gsa_html_3445493534:613:67201:67214 Santa Barbara California 0.0287990612010788731 +24846 sedimentology_html_3026836549 sedimentology_html_3026836549:1306:99004:99024 Swan Hills Central Alberta -0.453008719186489883 +24847 palaios_html_2256521782 palaios_html_2256521782:649:40918:40935 Mattoon Illinois -0.0188530778518021767 +24848 aapg_ad_55.html aapg_ad_55.html:379:22096:22107 Black River Stones River 0.00313388258007131059 +24849 gsa_html_7102550258 gsa_html_7102550258:321:35261:35278 Kayenta Colorado -0.485448733097070706 +24850 geology_html_7498256649 geology_html_7498256649:66:5696:5711 Herschel Island Canada -0.476172115937115059 +24851 AMJC_html_5969956211 AMJC_html_5969956211:1843:201357:201363 Denver Colorado -0.041445748202081481 +24852 cspg_html_8438548095 cspg_html_8438548095:11:1091:1109 Paskapoo Edmonton, London -0.429947310326277143 +24853 palaios_html_2467851635 palaios_html_2467851635:386:37771:37789 Judith River Regina, Saskatchewan -0.0178259478113005146 +24854 cspg_html_5685783620 cspg_html_5685783620:91:12897:12914 Chetang Mount Robson Provincial Park -0.442542141875480355 +24855 cspg_html_1265381145 cspg_html_1265381145:6:425:443 Palliser Banff National Park -0.433376961451207021 +24856 sedimentology_html_7482146728 sedimentology_html_7482146728:173:23274:23280 Oregon Salem, Oregon -0.46944207930236781 +24857 geology_html_7388717714 geology_html_7388717714:12:498:511 Santa Barbara California -0.476269297170336003 +24858 aapg_ad_401.html aapg_ad_401.html:180:13615:13635 Fort Union Burke County, Georgia -0.457152280296754032 +24859 palaios_html_5958626598 palaios_html_5958626598:233:25667:25684 Jupiter Manitoulin Island 0.4021287647742674 +24860 sedimentology_html_5673709888 sedimentology_html_5673709888:1979:116184:116204 Keokuk Illinois 0.348946128699904878 +24861 aapg_aa_563.html aapg_aa_563.html:383:49005:49016 San Antonio Uvalde, Texas -0.491056633019370192 +24862 sedimentology_html_3865745685 sedimentology_html_3865745685:1457:104883:104898 Gates Canada -0.0442459352605073172 +24863 aapg_ai_87.html aapg_ai_87.html:569:57607:57617 Kinderhook Victoria, British Columbia -0.476250785622233552 +24864 cspg_html_2384466756 cspg_html_2384466756:423:44807:44827 Ellensburg Washington (state) -0.484359586108593421 +24865 gsa_html_4898068092 gsa_html_4898068092:987:78518:78546 Green River Colorado -0.0277904283209578391 +24866 aapg_aa_171.html aapg_aa_171.html:652:54483:54488 Swift Bay of Fundy 0.0159838409266510884 +24867 aapg_ae_574.html aapg_ae_574.html:147:18929:18947 Frontier Weston, Florida -0.432346977926754639 +24868 aapg_ae_958.html aapg_ae_958.html:1838:158277:158299 Seven Rivers New Mexico -0.0415972283122600164 +24869 cspg_html_2498183035 cspg_html_2498183035:264:27865:27875 Swan Hills Swan Hill, Victoria -0.0297521166629775777 +24870 cspg_html_8344973528 cspg_html_8344973528:181:20026:20033 Oceanic Earth -0.491577059800919369 +24871 aapg_af_4.html aapg_af_4.html:44:5240:5248 Monterey Monterey, California -0.452927573923113447 +24872 aapg_ai_49.html aapg_ai_49.html:783:99599:99615 Stump Boise, Idaho -0.442649117020085803 +24873 geology_html_4191415179 geology_html_4191415179:11:550:560 Washington Seattle -0.055780905494621745 +24874 aapg_ae_415.html aapg_ae_415.html:974:123314:123333 Catahoula Tampa, Florida -0.00877304685539758919 +24875 aapg_ae_710.html aapg_ae_710.html:50:6002:6021 Rock Springs Table Rock, Wyoming -0.456355529459316345 +24876 aapg_ac_333.html aapg_ac_333.html:1443:163754:163760 Oregon Washington (state) -0.443715087361728711 +24877 cspg_html_3026112034 cspg_html_3026112034:782:76027:76042 Leduc Canada -0.432223543643836305 +24878 aapg_ai_65.html aapg_ai_65.html:92:10384:10390 Dakota Benton, Arkansas -0.469726827457912721 +24879 cspg_html_8040890019 cspg_html_8040890019:865:83292:83309 Bluesky Lacombe, Alberta -0.476172115937115059 +24880 cspg_html_9951421861 cspg_html_9951421861:140:21952:21969 Pelican Lacombe, Alberta -0.0757587665519955517 +24881 gsa_html_3014459865 gsa_html_3014459865:133:14091:14109 Beacon Hill Gravel Maryland -0.449440672427322663 +24882 aapg_ae_498.html aapg_ae_498.html:580:62896:62911 Knobs Virginia -0.487565545428885583 +24883 gsa_html_1337782073 gsa_html_1337782073:56:4848:4871 Gile Mountain Connecticut River Valley -0.451767539383647998 +24884 aapg_af_461.html aapg_af_461.html:177:16279:16305 Bell Michigan -0.464473797617463435 +24885 aapg_ad_918.html aapg_ad_918.html:52:7875:7884 La Gloria Colorado -0.0736586920081555019 +24886 aapg_aa_117.html aapg_aa_117.html:54:6856:6863 Cobourg Prince Edward County, Ontario 0.00543743794088529138 +24887 aapg_aa_322.html aapg_aa_322.html:204:19039:19049 Stillwater Chandler, Arizona -0.0274774196841049353 +24888 cspg_html_7310162886 cspg_html_7310162886:166:22104:22118 Lisburne Prudhoe Bay Oil Field -0.502986755822435128 +24889 aapg_ai_996.html aapg_ai_996.html:1387:63850:63857 Norfolk North Carolina -0.0477544383461864994 +24890 aapg_aa_628.html aapg_aa_628.html:385:46751:46757 Takaka Waimea, Hawaii County, Hawaii -0.426608897791606878 +24891 cspg_html_6502178723 cspg_html_6502178723:518:54796:54804 Columbia Lacombe, Alberta -0.459805657368256959 +24892 gsa_html_8671422836 gsa_html_8671422836:994:100017:100023 Brazil Mato Grosso do Sul -0.064370587065321061 +24893 geology_html_6065938168 geology_html_6065938168:312:20075:20083 Victoria Victoria, British Columbia -0.450608983410958508 +24894 aapg_ah_391.html aapg_ah_391.html:77:7566:7575 Coldwater Ventura County, California -0.0256760172657262489 +24895 aapg_ai_38.html aapg_ai_38.html:9:1272:1280 Colorado Colorado -0.0498491257699788942 +24896 cspg_html_9987144175 cspg_html_9987144175:423:44906:44918 Eureka Sound Ellesmere Island 0.855224172702557239 +24897 gsa_html_4438819447 gsa_html_4438819447:639:63842:63852 Pike Creek Moose River (Ontario) -0.510884990900938862 +24898 aapg_ai_584.html aapg_ai_584.html:37:3890:3899 Minnelusa Black Hills -0.456416618922522499 +24899 aapg_af_291.html aapg_af_291.html:297:33561:33568 Echooka Prudhoe Bay Oil Field -0.105704888097083574 +24900 aapg_ak_87.html aapg_ak_87.html:324:45323:45342 Horquilla Mogollon, New Mexico -0.4597965726108596 +24901 aapg_ai_255.html aapg_ai_255.html:613:87308:87320 Salina Michigan -0.505545660728458635 +24902 aapg_af_751.html aapg_af_751.html:627:81489:81511 Pigeon Point California -0.0625944224537374611 +24903 gsa_html_2220556952 gsa_html_2220556952:798:92197:92216 Pansy Lee Conglomerate Winnemucca, Nevada -0.47254944238616009 +24904 aapg_ai_157.html aapg_ai_157.html:351:33106:33112 Guelph Salina, Kansas -0.0498491257699788942 +24905 aapg_ah_290.html aapg_ah_290.html:282:31570:31580 Washington Boise, Idaho -0.0425949712561439139 +24906 aapg_ad_648.html aapg_ad_648.html:172:19372:19380 Niobrara Cheyenne, Wyoming 0.377749172452468973 +24907 palaios_html_7963065354 palaios_html_7963065354:48:3885:3891 Ludlow Much Wenlock -0.464450966712688929 +24908 cspg_html_6383234409 cspg_html_6383234409:566:59734:59753 Hecla Bay Bathurst Island (Northern Territory) 0.00596730006188697908 +24909 aapg_ac_227.html aapg_ac_227.html:63:7238:7255 Wasatch Cheyenne, Wyoming -0.0600280242274353476 +24910 aapg_ac_313.html aapg_ac_313.html:667:74854:74873 Rio Dulce Guatemala -0.475397368106546647 +24911 aapg_ad_822.html aapg_ad_822.html:18:2154:2160 Denver Jefferson County, Colorado -0.041236814250852856 +24912 aapg_ae_473.html aapg_ae_473.html:384:35231:35247 Lisbon Alabama -0.272151646694156923 +24913 aapg_aa_193.html aapg_aa_193.html:3:173:200 Basal Quebec City -0.525062120016282829 +24914 jgeology_html_2022713612 jgeology_html_2022713612:1144:88836:88868 Stirling California -0.45995556917210767 +24915 gsa_html_3484366946 gsa_html_3484366946:1830:148115:148134 Neruokpuk Anchorage, Alaska -0.438031460031225395 +24916 aapg_af_130.html aapg_af_130.html:70:13425:13433 Colorado Ouray, Colorado -0.0393566203457145145 +24917 jgeology_html_8904089554 jgeology_html_8904089554:407:26845:26865 Caldwell Quebec City -0.513250925147667791 +24918 aapg_ae_498.html aapg_ae_498.html:551:58650:58665 Knobs Virginia -0.4864081422828892 +24919 palaios_html_6090005613 palaios_html_6090005613:64:6767:6773 Racine Wisconsin -0.0287347150896633124 +24920 aapg_ad_954.html aapg_ad_954.html:293:30779:30787 Eminence Missouri River -0.0151097603849725953 +24921 aapg_ae_73.html aapg_ae_73.html:711:96337:96355 Hinsdale Alamosa, Colorado -0.0408537810405160198 +24922 aapg_ah_339.html aapg_ah_339.html:252:24964:24980 Laurel Lockport (city), New York -0.0598534778256571628 +24923 aapg_ah_517.html aapg_ah_517.html:318:29211:29251 Madison Cheyenne, Wyoming -0.0393792500826810471 +24924 gsa_html_1232517399 gsa_html_1232517399:524:31746:31755 San Pedro Tequila, Jalisco -0.438031460031225395 +24925 palaios_html_9015391191 palaios_html_9015391191:615:51775:51795 Tuscaloosa Alabama -0.40029270981764864 +24926 aapg_ae_28.html aapg_ae_28.html:892:66379:66383 Bell Illinois -0.446186272521599148 +24927 aapg_aa_39.html aapg_aa_39.html:4:830:838 San Luis Western world -0.489913286480908206 +24928 geology_html_2184666881 geology_html_2184666881:56:5189:5206 Rapid Yakutat City and Borough, Alaska -0.482963947665808413 +24929 sedimentology_html_1046729113 sedimentology_html_1046729113:2402:177666:177682 Viking Lacombe, Alberta 1.01538230942461238 +24930 aapg_af_486.html aapg_af_486.html:61:7820:7833 Tuxedni Middle East -0.0669441011416033877 +24931 aapg_ae_368.html aapg_ae_368.html:154:14381:14401 Hartshorne Atoka, Oklahoma 0.0156362902137903333 +24932 cspg_html_4812473779 cspg_html_4812473779:620:78753:78771 Black Cape Cape Cod -0.462482864578064756 +24933 aapg_ae_29.html aapg_ae_29.html:443:50580:50590 Loyalhanna Greenbrier (Great Smoky Mountains) -0.450080811334427622 +24934 gsa_html_5627360957 gsa_html_5627360957:439:41263:41289 Geertsen Canyon Quartzite Logan, Utah -0.0290477532032288703 +24935 gsa_html_7678142233 gsa_html_7678142233:78:6404:6413 Peninsula Middle Ordovician -0.523870762848687055 +24936 gsa_html_1230361711 gsa_html_1230361711:752:63216:63222 Provo Pyrenees -0.495531913985365113 +24937 gsa_html_2729737430 gsa_html_2729737430:429:44494:44513 Salt Lake Grand Valley (Colorado) -0.0147465829377091441 +24938 sedimentology_html_7963472691 sedimentology_html_7963472691:459:45221:45225 Hall London, Ontario -0.0105729870441561395 +24939 cspg_html_1462870252 cspg_html_1462870252:946:100685:100720 Keg River Canada -0.129502293295254645 +24940 jgeology_html_4610075495 jgeology_html_4610075495:162:11666:11675 Peninsula Korea -0.0316827975818438426 +24941 aapg_ad_52.html aapg_ad_52.html:966:104473:104482 Coldwater Huron County, Michigan -0.425450542305663815 +24942 palaios_html_1574666570 palaios_html_1574666570:63:6457:6470 Hungry Hollow Ausable River (New York) -0.0371478620663623291 +24943 gsa_html_7464626519 gsa_html_7464626519:1091:97451:97459 Colorado Idaho Springs, Colorado -0.469070208322842297 +24944 aapg_ae_127.html aapg_ae_127.html:49:4779:4787 Virginia Maryland -0.0441135678761609556 +24945 sedimentology_html_3181527419 sedimentology_html_3181527419:39:3220:3224 Earp Supai, Arizona -0.032535178592891574 +24946 aapg_ac_286.html aapg_ac_286.html:38:3515:3524 Smackover Rodessa, Louisiana -0.0790716892819932904 +24947 aapg_ae_746.html aapg_ae_746.html:35:4090:4098 Moosebar Cordillera Administrative Region -0.0247962629365806077 +24948 aapg_ae_711.html aapg_ae_711.html:125:15959:16001 Hartshorne Hartshorne, Oklahoma -0.468978412493240793 +24949 sedimentology_html_3966923042 sedimentology_html_3966923042:622:41667:41671 Hall London, Ontario -0.458348730992641562 +24950 aapg_ah_387.html aapg_ah_387.html:2488:268256:268265 Knoxville Knoxville, Illinois -0.00537142262393446989 +24951 aapg_ad_379.html aapg_ad_379.html:825:68036:68054 Cloverly Cheyenne, Wyoming -0.445213540966811649 +24952 aapg_ah_93.html aapg_ah_93.html:140:18317:18343 Beartooth Logan, Utah -0.474009171210690694 +24953 aapg_ac_986.html aapg_ac_986.html:124:16813:16821 Huerfano Uinta Mountains -0.0264393249899875019 +24954 gsa_html_8152640301 gsa_html_8152640301:127:11268:11287 Talkeetna Talkeetna, Alaska -0.455310861563052449 +24955 gsa_html_3795828595 gsa_html_3795828595:9:365:382 Black River Middle Ordovician -0.0243616205908490056 +24956 gsa_html_1865189369 gsa_html_1865189369:29:2796:2824 Green River Colorado -0.0237792189309356042 +24957 gsa_html_2561127673 gsa_html_2561127673:180:15205:15226 Quinn River Reno, Nevada -0.456608964648804683 +24958 gsa_html_9181545711 gsa_html_9181545711:559:53696:53704 Fountain Woodland Park, Colorado -0.470200080639580853 +24959 aapg_aa_415.html aapg_aa_415.html:138:19017:19032 Eagle Palestinian territories -0.487588990851044235 +24960 jgeology_html_8355852976 jgeology_html_8355852976:627:43302:43310 Colorado Colorado Springs, Colorado -0.49570469701623765 +24961 aapg_af_924.html aapg_af_924.html:55:4823:4836 Nacatoch Arkansas -0.0269348882327513015 +24962 palaios_html_2487157982 palaios_html_2487157982:273:24450:24460 Washington London, Ontario -0.465568086328610908 +24963 aapg_ah_283.html aapg_ah_283.html:435:48013:48023 Washington Salem, Oregon -0.459996458565647859 +24964 palaios_html_7769060899 palaios_html_7769060899:534:51137:51148 White River Nebraska -0.0270600859182637335 +24965 aapg_ah_27.html aapg_ah_27.html:378:58607:58613 Denver Colorado -0.446593560210975959 +24966 sedimentology_html_7144686124 sedimentology_html_7144686124:115:11024:11033 Camp Rice Puerto Palomas, Chihuahua -0.465835581370964813 +24967 cspg_html_1159165904 cspg_html_1159165904:153:22092:22096 Peel Lacombe, Alberta -0.47032647773667996 +24968 aapg_ai_542.html aapg_ai_542.html:26:3136:3144 Colorado Washington (state) -0.027863464704799671 +24969 gsa_html_3038126504 gsa_html_3038126504:465:46374:46379 Bouse Mojave Desert -0.0633942422333909211 +24970 cspg_html_6334734829 cspg_html_6334734829:320:34882:34900 Tantalus Indian River (Florida) -0.460964719996515115 +24971 gsa_html_9301126081 gsa_html_9301126081:773:71420:71430 Santa Cruz California -0.466718659783226908 +24972 cspg_html_4626597050 cspg_html_4626597050:316:39501:39509 Dinwoody Cheyenne, Wyoming -0.411683586358437215 +24973 aapg_ai_107.html aapg_ai_107.html:721:67453:67460 Hosston East Texas -0.457582637906406409 +24974 cspg_html_5950764790 cspg_html_5950764790:388:44756:44774 Camrose Lacombe, Alberta -0.478326534516524793 +24975 aapg_ae_876.html aapg_ae_876.html:57:7315:7327 Dakota Cedar Mountains -0.460337276166031373 +24976 cspg_html_3328007773 cspg_html_3328007773:551:57167:57185 Cruiser Victoria, British Columbia -0.442649117020085803 +24977 aapg_af_878.html aapg_af_878.html:131:13823:13835 Collinsville Clark County, Indiana -0.530116826514423822 +24978 palaios_html_6229157009 palaios_html_6229157009:1619:84475:84479 Hall London, Ontario -0.0231533782740243055 +24979 cspg_html_2139304729 cspg_html_2139304729:43:6916:6936 Griper Bay Bathurst Island (Northern Territory) -0.212700262988393229 +24980 gsa_html_8729482339 gsa_html_8729482339:21:827:835 Crescent New Haven, Connecticut -0.491106071608619299 +24981 aapg_ad_52.html aapg_ad_52.html:953:102937:102946 Coldwater Huron County, Michigan -0.0490387176000708983 +24982 jgeology_html_9111148993 jgeology_html_9111148993:534:40553:40568 Sioux Quartzite Wolf River (Tennessee) -0.482280957733571936 +24983 aapg_af_16.html aapg_af_16.html:3:184:202 Frontier Cheyenne, Wyoming 0.0223519895490152214 +24984 aapg_af_215.html aapg_af_215.html:14:2381:2386 Mt Lytton Mexico -0.443782030321690002 +24985 aapg_aa_382.html aapg_aa_382.html:35:4474:4493 Etchegoin Maricopa, Arizona -0.471695028578207554 +24986 cspg_html_1019614994 cspg_html_1019614994:434:73220:73226 Exshaw Lacombe, Alberta 0.319124116198248098 +24987 palaios_html_9068072954 palaios_html_9068072954:367:40052:40085 Stephen Logan, Utah -0.453739353605666973 +24988 gsa_html_4979086512 gsa_html_4979086512:778:63770:63779 San Diego California -0.387427053875289751 +24989 aapg_ae_180.html aapg_ae_180.html:96:11510:11516 Dakota Niobrara, Nebraska 0.0267679597249096228 +24990 aapg_ae_984.html aapg_ae_984.html:179:12552:12568 Salado Carlsbad, New Mexico -0.0147795988543257695 +24991 aapg_ad_351.html aapg_ad_351.html:198:20150:20162 Reeds Spring Christian County, Kentucky -0.0605656576216307002 +24992 aapg_af_786.html aapg_af_786.html:107:12085:12094 San Diego Vacaville, California -0.0232768060359763093 +24993 sedimentology_html_6337108022 sedimentology_html_6337108022:22:1588:1611 Lincoln Creek Washington (state) 0.00786094473747839077 +24994 aapg_ac_617.html aapg_ac_617.html:160:22395:22413 Oakville Oakville, California 0.0285799378953653545 +24995 sedimentology_html_6812582012 sedimentology_html_6812582012:1262:96288:96310 Beartooth Cheyenne, Wyoming -0.464820899663721254 +24996 aapg_ae_981.html aapg_ae_981.html:445:38997:39014 Bainbridge Arkansas -0.0407040542010648765 +24997 gsa_html_6062330506 gsa_html_6062330506:523:54370:54390 Dockum Pecos River -0.472604743150075168 +24998 gsa_html_7462057756 gsa_html_7462057756:16:653:659 Sonora Sonora -0.0866658985213233368 +24999 palaios_html_8910286482 palaios_html_8910286482:74:8910:8936 Kirkwood Delaware -0.486794549910148755 +25000 geology_html_4167408915 geology_html_4167408915:15:1207:1211 Troy Earth -0.0566566272640218263 +25001 gsa_html_5380966084 gsa_html_5380966084:259:23360:23381 Taylor Taylor Valley -0.06179820059879821 +25002 aapg_ai_37.html aapg_ai_37.html:163:17080:17099 Greenhorn Colorado 0.419916786619389582 +25003 sedimentology_html_7367926781 sedimentology_html_7367926781:812:63191:63222 Minturn Colorado -0.49337628910884479 +25004 jgeology_html_8355852976 jgeology_html_8355852976:431:37246:37254 Billings Montana -0.471340610693628537 +25005 cspg_html_6985536436 cspg_html_6985536436:596:76543:76561 Isachsen Banks Island -0.321884749636503098 +25006 geology_html_4403865682 geology_html_4403865682:36:4179:4188 Eel River California -0.450582005503512739 +25007 sedimentology_html_3006596207 sedimentology_html_3006596207:28:1657:1663 Guelph Canada -0.439165406786194035 +25008 sedimentology_html_3208248909 sedimentology_html_3208248909:1456:33789:33794 Yukon Anchorage, Alaska -0.0442459352605073172 +25009 aapg_ah_780.html aapg_ah_780.html:310:39719:39729 Pittsburgh Pennsylvania -0.0419054197993560459 +25010 cspg_html_5541937700 cspg_html_5541937700:988:114956:114973 Cardium Lacombe, Alberta -0.0355242365002017696 +25011 aapg_ad_338.html aapg_ad_338.html:528:57865:57875 Tuscaloosa Raritan River -0.429072614818779341 +25012 palaios_html_8064020973 palaios_html_8064020973:370:42265:42281 Chinle Chinle Formation -0.462717531176716879 +25013 palaios_html_3055982207 palaios_html_3055982207:482:53507:53513 Walker Toronto -0.0576546019462155987 +25014 palaios_html_2239083072 palaios_html_2239083072:578:42848:42852 Java Amsterdam -0.458961168697372135 +25015 aapg_ae_473.html aapg_ae_473.html:161:14937:14942 Yazoo Tuscaloosa, Alabama -0.00928383236367189522 +25016 gsa_html_8735573394 gsa_html_8735573394:844:78777:78785 Beaumont New Brunswick, New Jersey -0.425599363821972831 +25017 cspg_html_3415721018 cspg_html_3415721018:206:23625:23638 Turner Valley Lacombe, Alberta -0.471888407816635713 +25018 aapg_aa_684.html aapg_aa_684.html:347:32743:32751 Moenkopi Logan, Utah 0.299181211014237947 +25019 cspg_html_9354781888 cspg_html_9354781888:98:18129:18155 Sulphur Mountain Calgary 0.297655976313015047 +25020 cspg_html_7587979364 cspg_html_7587979364:130:10698:10717 Grosmont Swan Hill, Victoria -0.446029671493266278 +25021 gsa_html_4354911633 gsa_html_4354911633:30:2823:2851 Green River Colorado -0.00562506076616993075 +25022 aapg_ai_52.html aapg_ai_52.html:84:12236:12251 Santa Margarita Monterey, California -0.456391730122837791 +25023 palaios_html_9886618772 palaios_html_9886618772:543:66961:66976 Vicksburg Mississippi River -0.0116571637323025015 +25024 aapg_ae_180.html aapg_ae_180.html:84:10111:10130 Fruitland Kirtland, Ohio -0.00257103084166600531 +25025 aapg_ad_81.html aapg_ad_81.html:1764:231042:231073 Green River Colorado -0.461390086357821749 +25026 aapg_ac_807.html aapg_ac_807.html:434:44310:44320 Brandywine Maryland -0.0272913568249384605 +25027 gsa_html_8308045298 gsa_html_8308045298:800:78514:78519 Logan Washington (state) 0.00157388492495401659 +25028 aapg_ae_353.html aapg_ae_353.html:883:87504:87511 Topanga Puente Hills Mall -0.423085635093811196 +25029 aapg_ah_489.html aapg_ah_489.html:113:9726:9733 Genesee Middlesex -0.0529312233263838083 +25030 aapg_ai_17.html aapg_ai_17.html:379:29798:29808 Cane River Shreveport, Louisiana -0.417044603836409955 +25031 aapg_ah_90.html aapg_ah_90.html:63:10228:10240 Burro Canyon Cedar Mountains -0.0155459278529819188 +25032 cspg_html_5810500722 cspg_html_5810500722:121:18089:18097 Columbia Pine River (Michigan) -0.0195726214963804213 +25033 cspg_html_7809640865 cspg_html_7809640865:131:12207:12218 Shaftesbury Regina, Saskatchewan -0.233935862696279279 +25034 aapg_ae_71.html aapg_ae_71.html:310:28612:28629 Kayenta Kayenta, Arizona -0.0147795988543257695 +25035 gsa_html_5293445820 gsa_html_5293445820:682:68344:68364 Keevy Peak California -0.06662955675055518 +25036 geology_html_1733534725 geology_html_1733534725:113:8417:8423 Galena Lexington, Kentucky -0.0464616568793586454 +25037 aapg_ah_289.html aapg_ah_289.html:145:19026:19044 Monterey San Joaquin River 0.00239731162737208446 +25038 aapg_ad_683.html aapg_ad_683.html:731:72933:72941 Moenkopi Coconino County, Arizona 0.856324370602419171 +25039 aapg_ah_508.html aapg_ah_508.html:23:2564:2581 Beekmantown Lehigh River -0.450676431675374467 +25040 aapg_ae_89.html aapg_ae_89.html:220:23036:23044 Virginia Melbourne, Florida -0.0249388283192189877 +25041 aapg_ae_907.html aapg_ae_907.html:39:6057:6082 Santa Margarita Western world -0.443848978138650319 +25042 aapg_af_440.html aapg_af_440.html:54:6451:6456 Cadiz Spain -0.00614971261944179635 +25043 jgeology_html_5435533156 jgeology_html_5435533156:1023:62844:62876 Chelmsford Ontario, California -0.4597965726108596 +25044 aapg_ad_335.html aapg_ad_335.html:546:71380:71390 Blackstone Cheyenne, Wyoming -0.423312692876289309 +25045 aapg_ah_289.html aapg_ah_289.html:290:42590:42598 Monterey San Fernando Valley -0.562915115060334648 +25046 gsa_html_8740218609 gsa_html_8740218609:233:22625:22631 Reston Colorado -0.454041701910604445 +25047 aapg_ad_441.html aapg_ad_441.html:104:8597:8608 Navajo Carmel, Indiana -0.0380441859515352823 +25048 geology_html_1279818687 geology_html_1279818687:373:27184:27189 Price London, Ontario -0.0160255473539090525 +25049 cspg_html_2585022950 cspg_html_2585022950:69:6083:6103 Mount Head Carnarvon, Western Australia -0.475196277624828634 +25050 gsa_html_3069013284 gsa_html_3069013284:487:53246:53252 Chinle Colorado -0.439098796420780313 +25051 cspg_html_9689514766 cspg_html_9689514766:788:98183:98210 Salina Pennsylvania 0.682456149285046165 +25052 aapg_ae_62.html aapg_ae_62.html:272:23911:23920 Spearfish Newburg, Louisville -0.442762791672519862 +25053 cspg_html_2184091860 cspg_html_2184091860:621:58009:58043 Romaine Anticosti Island 0.315017411493004329 +25054 aapg_af_725.html aapg_af_725.html:186:19641:19649 Colorado Pueblo, Colorado -0.0299260395523841712 +25055 cspg_html_6514903151 cspg_html_6514903151:79:9213:9228 Kaskapau Lacombe, Alberta -0.472770666406185036 +25056 cspg_html_8369994160 cspg_html_8369994160:159:17256:17279 Turner Valley Elkton, Kentucky -0.0792118204770016071 +25057 gsa_html_6788701225 gsa_html_6788701225:787:73601:73608 Madison Taylor Valley -0.497081127157615599 +25058 palaios_html_6701247957 palaios_html_6701247957:127:11584:11595 Black River Jamaica, Queens -0.0282234355137958928 +25059 palaios_html_3889678675 palaios_html_3889678675:1237:114300:114316 Viking Canada 0.00647979387541270779 +25060 cspg_html_2462522466 cspg_html_2462522466:380:52353:52362 Ellerslie Canada -0.0529312233263838083 +25061 aapg_ah_509.html aapg_ah_509.html:482:49959:49972 Venango Pennsylvania -0.459837454744856933 +25062 aapg_ad_655.html aapg_ad_655.html:92:13251:13257 Denver Colorado -0.462143504710773534 +25063 aapg_aa_47.html aapg_aa_47.html:586:70389:70397 Fountain New Mexico -0.0490927421425235155 +25064 aapg_aa_654.html aapg_aa_654.html:270:40071:40095 Arroyo New Mexico -0.473695342935840036 +25065 aapg_ai_916.html aapg_ai_916.html:72:9076:9088 Wilcox Shreveport, Louisiana -0.00308350377484213492 +25066 aapg_aa_691.html aapg_aa_691.html:565:74544:74572 Prairie Lacombe, Alberta 0.539226534948905489 +25067 cspg_html_8089302449 cspg_html_8089302449:492:86077:86104 Watt Mountain Southeast Asia -0.0258394556349876708 +25068 gsa_html_6441142238 gsa_html_6441142238:94:9401:9422 Platteville Decorah, Iowa -0.434558307819543299 +25069 cspg_html_3328007773 cspg_html_3328007773:65:9677:9697 Colorado Victoria, British Columbia -0.497128548725757735 +25070 sedimentology_html_6302405335 sedimentology_html_6302405335:1013:82702:82730 Wilcox Texas -0.0152331376513424877 +25071 aapg_ae_779.html aapg_ae_779.html:237:21646:21666 El Paso Texas -0.451733774163315116 +25072 cspg_html_1062550109 cspg_html_1062550109:47:6719:6727 Columbia Victoria, British Columbia -0.0182917127831857887 +25073 aapg_ah_647.html aapg_ah_647.html:735:81190:81196 Concha West Texas -0.482430096983488987 +25074 aapg_ac_714.html aapg_ac_714.html:651:80088:80106 Sundance Cheyenne, Wyoming -0.458784199315796892 +25075 aapg_ac_58.html aapg_ac_58.html:95:13583:13589 Moscow Russia -0.460941978835084587 +25076 gsa_html_3540959647 gsa_html_3540959647:582:57505:57533 Green River Colorado -0.0456254660933555489 +25077 cspg_html_2873888604 cspg_html_2873888604:229:35113:35121 Columbia Victoria, British Columbia -0.0296060232794475298 +25078 aapg_aa_106.html aapg_aa_106.html:572:64225:64237 Winnipegosis Lacombe, Alberta 0.860795321329164254 +25079 gsa_html_4570640517 gsa_html_4570640517:678:59967:59995 Green River New Mexico -0.458865873154244486 +25080 geology_html_1049185803 geology_html_1049185803:292:21445:21460 Athabasca Lacombe, Alberta -0.0540437511294119405 +25081 geology_html_3896655545 geology_html_3896655545:13:679:689 Washington Washington (state) -0.022871757858413614 +25082 cspg_html_4834918660 cspg_html_4834918660:44:6065:6085 Clearwater Clearwater, Florida -0.467925738958578585 +25083 palaios_html_7465495929 palaios_html_7465495929:49:4810:4827 La Luna Venezuela -0.0222894098360483031 +25084 geology_html_4965715689 geology_html_4965715689:71:6316:6339 Kingston Peak Badwater Basin -0.223099969028380807 +25085 aapg_ad_69.html aapg_ad_69.html:296:20350:20368 Frontier Cheyenne, Wyoming -0.432249992487968249 +25086 aapg_ac_513.html aapg_ac_513.html:72:7824:7833 Vicksburg Hidalgo County, New Mexico -0.471734161410112318 +25087 cspg_html_5699627350 cspg_html_5699627350:479:54484:54498 Colorado Regina, Saskatchewan -0.512291657646269938 +25088 aapg_ah_318.html aapg_ah_318.html:1800:168321:168340 La Gloria Shreveport, Louisiana -0.131008798285146499 +25089 gsa_html_3896686383 gsa_html_3896686383:857:74406:74410 Hall Washington (state) -0.022564066972144893 +25090 cspg_html_2196324351 cspg_html_2196324351:54:6835:6847 Saskatchewan Saskatoon -0.451875596518584666 +25091 aapg_aa_24.html aapg_aa_24.html:350:38245:38259 Ramparts Canada 0.795270499503342498 +25092 aapg_af_12.html aapg_af_12.html:38:4415:4423 Colorado Sterling, Virginia -0.0535310597964058985 +25093 AMJC_html_9757715503 AMJC_html_9757715503:528:52487:52503 Noonday Dolomite Death Valley -0.477123570959987586 +25094 aapg_ac_59.html aapg_ac_59.html:21:3193:3202 San Diego Baja California peninsula 0.0157770476430144496 +25095 aapg_ae_438.html aapg_ae_438.html:250:26314:26321 Kanawha Gilmer, Texas -0.0968122979706539377 +25096 gsa_html_8187745750 gsa_html_8187745750:59:4188:4216 Talkeetna Matanuska River -0.0128247793458777584 +25097 cspg_html_6216640615 cspg_html_6216640615:8:523:531 Columbia Victoria, British Columbia -0.0268166470016257402 +25098 aapg_aa_712.html aapg_aa_712.html:27:4473:4481 Starved Rock Nokomis, Florida -0.383757981460923492 +25099 aapg_ah_107.html aapg_ah_107.html:242:23599:23606 Yucatan Chihuahua (state) -0.507660920337226096 +25100 geology_html_6397892773 geology_html_6397892773:218:19181:19199 Niobrara England -0.465835581370964813 +25101 aapg_aa_622.html aapg_aa_622.html:320:33762:33778 Chinle Logan, Utah 0.371622719323541684 +25102 aapg_ae_525.html aapg_ae_525.html:55:5478:5490 Dakota Colorado -0.00846727342264548197 +25103 aapg_af_575.html aapg_af_575.html:1173:169033:169039 Dakota Texas County, Missouri -0.437005217650049682 +25104 cspg_html_5675079479 cspg_html_5675079479:478:50711:50719 Winnipeg Lacombe, Alberta -0.485729424463417547 +25105 aapg_ad_338.html aapg_ad_338.html:239:26289:26302 Woodbury Clay Merchantville, New Jersey -0.0744863674624618027 +25106 cspg_html_4655200751 cspg_html_4655200751:90:17568:17576 Columbia Purcell Mountains -0.47076786107370483 +25107 aapg_ah_289.html aapg_ah_289.html:223:30897:30915 Monterey San Joaquin River 0.0282495207301355182 +25108 sedimentology_html_9227563678 sedimentology_html_9227563678:1659:94343:94349 Sierra Uruguay -0.0632684992978399252 +25109 geology_html_1585408318 geology_html_1585408318:162:21042:21050 Michigan China -0.464409872562970838 +25110 aapg_ae_415.html aapg_ae_415.html:23:3731:3736 Byram Melbourne, Florida -0.45633516722504075 +25111 cspg_html_5542874609 cspg_html_5542874609:524:57862:57873 Mowry Canada -0.461219460550356897 +25112 AMJC_html_5390933660 AMJC_html_5390933660:338:32440:32451 White River Bennington, Vermont -0.461390086357821749 +25113 aapg_ae_223.html aapg_ae_223.html:391:46226:46237 Green River Eocene -0.439502972586644391 +25114 gsa_html_7808051457 gsa_html_7808051457:901:83816:83833 Dotsero Colorado -0.484086347872667577 +25115 gsa_html_8208054335 gsa_html_8208054335:723:70489:70505 Fish Canyon Tuff Durango, Durango -0.0690782274871873381 +25116 aapg_aa_287.html aapg_aa_287.html:353:44204:44220 Viking Regina, Saskatchewan -0.473695342935840036 +25117 sedimentology_html_1123580665 sedimentology_html_1123580665:310:28353:28361 Scotland England 0.0311435677292160769 +25118 cspg_html_4069214675 cspg_html_4069214675:45:7331:7339 Columbia Victoria, British Columbia -0.464884854319956187 +25119 gsa_html_8398449001 gsa_html_8398449001:39:2561:2567 Nounan Lake Bonneville 0.0057067116030324206 +25120 aapg_ae_643.html aapg_ae_643.html:180:21141:21150 Elk Pennsylvania -0.457492019193031785 +25121 cspg_html_5484260516 cspg_html_5484260516:961:75476:75488 Banff Lacombe, Alberta -0.12141429024009133 +25122 cspg_html_2820961138 cspg_html_2820961138:42:6625:6642 Cardium Cheyenne, Wyoming -0.0178259478113005146 +25123 gsa_html_6636494931 gsa_html_6636494931:716:67189:67195 Denver Colorado -0.458659434193013582 +25124 aapg_ah_777.html aapg_ah_777.html:482:38963:38978 Tejon California -0.0666645052645467445 +25125 cspg_html_9354781888 cspg_html_9354781888:725:56691:56699 Columbia Victoria, British Columbia -0.0152261868031426748 +25126 cspg_html_3926542795 cspg_html_3926542795:1290:139285:139304 Keg River Lacombe, Alberta -0.442595627901035182 +25127 aapg_ae_113.html aapg_ae_113.html:226:30637:30662 Belcher Channel Ellesmere Island 0.445542142040166733 +25128 cspg_html_5345848475 cspg_html_5345848475:7:731:748 Carlile Niobrara, Nebraska -0.0171829308693467256 +25129 aapg_ae_187.html aapg_ae_187.html:3:444:452 Michigan Illinois -0.0101247315019664351 +25130 AMJC_html_5421639085 AMJC_html_5421639085:27:3192:3200 Columbia Virginia -0.432249992487968249 +25131 aapg_af_880.html aapg_af_880.html:551:83891:83907 Putnam Texas -0.00515253017068293719 +25132 aapg_ah_532.html aapg_ah_532.html:156:13253:13265 Percha Arizona -0.0236279718682710811 +25133 sedimentology_html_6297684173 sedimentology_html_6297684173:1705:107678:107684 Taylor London, Ontario -0.497180715543366847 +25134 gsa_html_1266138577 gsa_html_1266138577:406:33335:33341 Monola Salinas Valley -0.0524220993978513419 +25135 aapg_ad_761.html aapg_ad_761.html:78:6744:6766 Colorado Texas -0.484161071054726611 +25136 gsa_html_5649755220 gsa_html_5649755220:961:88221:88231 Washington Seattle -0.0447440730819334553 +25137 aapg_af_307.html aapg_af_307.html:83:8620:8637 Hosston Mississippi River 0.397015339711814796 +25138 aapg_ah_505.html aapg_ah_505.html:584:44755:44763 Morrison Denver -0.414228462653679408 +25139 cspg_html_5515814749 cspg_html_5515814749:287:36982:36994 Judith River Bow Island Airport -0.442620143363224416 +25140 cspg_html_9725676031 cspg_html_9725676031:101:16417:16433 Lepine Victoria, British Columbia -0.455188836413653375 +25141 aapg_aa_426.html aapg_aa_426.html:242:54360:54369 Smackover Pine Island (Lee County, Florida) -0.00285766800151459645 +25142 aapg_ad_194.html aapg_ad_194.html:209:22682:22704 Bonanza Providence Mountains State Recreation Area -0.489899180704299886 +25143 gsa_html_9353787239 gsa_html_9353787239:1290:106419:106433 Troy Arizona -0.475991665297052891 +25144 aapg_ac_246.html aapg_ac_246.html:1229:105695:105723 Newcastle Cheyenne, Wyoming -0.461026124022890449 +25145 aapg_ai_296.html aapg_ai_296.html:24:3312:3319 Everton Arkansas 0.838324048003173283 +25146 aapg_aa_701.html aapg_aa_701.html:75:8641:8658 Salina Salina, Kansas -0.434527375159215246 +25147 cspg_html_7310162886 cspg_html_7310162886:394:55206:55211 Yukon Anchorage, Alaska -0.454143259443463898 +25148 aapg_ai_491.html aapg_ai_491.html:64:9061:9077 Paradox Des Moines, Washington 0.841776168444340445 +25149 palaios_html_8055229939 palaios_html_8055229939:514:61346:61372 Dolores Colorado -0.460410000722277057 +25150 aapg_ac_406.html aapg_ac_406.html:57:4780:4789 Smackover Arkansas 0.0616218585140707389 +25151 cspg_html_3328007773 cspg_html_3328007773:874:92779:92807 Peace River Victoria, British Columbia -0.0289590583087490083 +25152 gsa_html_8335323050 gsa_html_8335323050:89:7318:7340 North Haven Greenstone New Brunswick, New Jersey -0.0354494130936665666 +25153 aapg_ah_749.html aapg_ah_749.html:3:242:254 Rhode Island Newport, Rhode Island -0.434580403200599208 +25154 cspg_html_3065473572 cspg_html_3065473572:122:18424:18441 Black River Charlevoix, Michigan -0.460205477971118548 +25155 aapg_aa_399.html aapg_aa_399.html:290:23230:23238 Niobrara Colorado 0.331747806371442078 +25156 cspg_html_2769629211 cspg_html_2769629211:223:26153:26175 Fort Simpson Hay River (Canada) -0.432977626512767833 +25157 sedimentology_html_8180487315 sedimentology_html_8180487315:1448:111020:111024 Ross Stroudsburg, Pennsylvania -0.0119247384368411057 +25158 aapg_ae_143.html aapg_ae_143.html:71:8404:8437 Gilwood Swan Hill, Victoria -0.0419054197993560459 +25159 aapg_ai_709.html aapg_ai_709.html:21:2227:2233 Carmel Judea -0.0157388171484894208 +25160 aapg_af_859.html aapg_af_859.html:14:2476:2482 Lissie Beaumont, Texas -0.486483068290992582 +25161 palaios_html_2585421264 palaios_html_2585421264:776:73340:73362 Rockland Melbourne, Florida -0.0062678467546358578 +25162 geology_html_9210804293 geology_html_9210804293:63:5019:5032 Thaynes Logan, Utah 0.387679844593402989 +25163 cspg_html_7086880709 cspg_html_7086880709:188:21902:21913 Willow Lake Mackenzie River -0.481777803377517411 +25164 aapg_ae_803.html aapg_ae_803.html:480:59373:59395 Todos Santos Santa Rosa, California -0.000479461156719069453 +25165 jgeology_html_9824086356 jgeology_html_9824086356:1010:64315:64321 Oliver London, Ontario -0.038712565483401136 +25166 cspg_html_1870927435 cspg_html_1870927435:32:4396:4411 Nisku Southern Alberta -0.0576703055528477865 +25167 palaios_html_9731740258 palaios_html_9731740258:404:45159:45178 Greenhorn Pueblo, Colorado -0.381849696922663018 +25168 gsa_html_7248164569 gsa_html_7248164569:1162:81189:81198 Extension Portland, Maine -0.0432323316549263759 +25169 AMJC_html_5390933660 AMJC_html_5390933660:510:48706:48727 Waits River Bennington, Vermont 0.399682855617746524 +25170 gsa_html_3445493534 gsa_html_3445493534:452:50957:50975 Monterey Hondo, Texas -0.432624764132568007 +25171 palaios_html_9267862209 palaios_html_9267862209:104:12484:12490 Morgan Tulsa, Oklahoma -0.415217518793184637 +25172 geology_html_9497740632 geology_html_9497740632:198:16256:16260 Bond North Atlantic Current -0.462261924354454456 +25173 gsa_html_7384517973 gsa_html_7384517973:884:78205:78233 Green River Colorado -0.0519077812744832348 +25174 palaios_html_2048556014 palaios_html_2048556014:781:72793:72812 Conasauga Alabama 0.853094481926642612 +25175 cspg_html_7833083677 cspg_html_7833083677:1527:131048:131053 Yukon Anchorage, Alaska -0.0533985334168908185 +25176 gsa_html_1595958918 gsa_html_1595958918:748:52365:52393 Green River Colorado 0.012842154917739183 +25177 palaios_html_3022467877 palaios_html_3022467877:89:9854:9875 Hornerstown Navesink River -0.46957525648780718 +25178 aapg_ad_170.html aapg_ad_170.html:183:18559:18573 Chainman Reno, Nevada -0.470567831774721834 +25179 aapg_ae_415.html aapg_ae_415.html:457:61179:61188 Mansfield Alabama -0.0497759240720029236 +25180 gsa_html_4415707577 gsa_html_4415707577:106:11879:11888 Red River Red River of the North -1.11964292070317883 +25181 gsa_html_5625878232 gsa_html_5625878232:258:36419:36438 Gabriola Hornby Island -0.0338921598886321312 +25182 aapg_ae_767.html aapg_ae_767.html:27:3242:3254 Dockum New Mexico -0.481766159765426027 +25183 cspg_html_7135913551 cspg_html_7135913551:701:52252:52259 Laramie Cheyenne, Wyoming -0.466842269540434285 +25184 aapg_ae_544.html aapg_ae_544.html:180:22684:22689 Eagle Niobrara, Nebraska 0.013078463721204827 +25185 cspg_html_4655200751 cspg_html_4655200751:317:38870:38888 Birdbear Canada -0.455310861563052449 +25186 aapg_ah_271.html aapg_ah_271.html:46:6110:6129 Cotton Valley Texas 0.00588564889809547673 +25187 aapg_aa_287.html aapg_aa_287.html:402:47914:47925 Viking Lacombe, Alberta -0.447242908821281704 +25188 aapg_aa_717.html aapg_aa_717.html:57:8382:8401 Gatesburg Pennsylvania -0.476385003272562391 +25189 aapg_ah_370.html aapg_ah_370.html:8:994:1014 Squaw Bay Thunder Bay -0.0550221545613855598 +25190 cspg_html_2928630722 cspg_html_2928630722:106:13894:13902 Belcourt Pine River (Michigan) -0.451767539383647998 +25191 geology_html_6414512469 geology_html_6414512469:57:5025:5033 San Luis Colorado -0.454068782805138071 +25192 sedimentology_html_3358647812 sedimentology_html_3358647812:825:74912:74927 Mesaverde New Mexico -0.462261924354454456 +25193 cspg_html_1172345501 cspg_html_1172345501:90:9951:9959 Columbia Victoria, British Columbia -0.458720680358492616 +25194 aapg_ai_468.html aapg_ai_468.html:29:3843:3860 Bossier Cotton Valley, Louisiana -0.448484669177164286 +25195 aapg_ae_369.html aapg_ae_369.html:339:34303:34308 Gordo Tishomingo, Mississippi -0.00910314561782834229 +25196 aapg_ad_653.html aapg_ad_653.html:610:84221:84247 Chuckanut Washington (state) -0.477575355931223244 +25197 aapg_ai_876.html aapg_ai_876.html:3:337:345 Michigan Michigan -0.0221155785118801462 +25198 cspg_html_8089302449 cspg_html_8089302449:26:4420:4440 Dawson Bay Manitoba -0.00993014164144906397 +25199 aapg_ac_785.html aapg_ac_785.html:43:8415:8449 Barnett Texas 0.0338573634589742142 +25200 gsa_html_8499611670 gsa_html_8499611670:168:21309:21329 Rio Banano Ganges -0.466727815469158758 +25201 gsa_html_6433065427 gsa_html_6433065427:84:9651:9656 Bouse Lake Mead -0.441686785632637413 +25202 aapg_ah_505.html aapg_ah_505.html:700:54032:54038 Denver Green Mountain -0.462398581950347165 +25203 cspg_html_9725676031 cspg_html_9725676031:685:73704:73727 Viking Lacombe, Alberta -0.423116197439436237 +25204 aapg_af_149.html aapg_af_149.html:4:287:301 Frio Texas 0.848171562520660505 +25205 aapg_ad_3.html aapg_ad_3.html:274:24562:24578 Nittany Pennsylvania -0.424479393833646412 +25206 aapg_aa_240.html aapg_aa_240.html:258:18920:18928 Richmond Bridgetown, Nova Scotia -0.451740527107044376 +25207 aapg_ai_957.html aapg_ai_957.html:392:43083:43091 Beaumont Kingsville, Ontario -0.417415641024188155 +25208 aapg_ad_808.html aapg_ad_808.html:971:64897:64905 Cloverly Cheyenne, Wyoming 1.11580353952738731 +25209 sedimentology_html_3917671511 sedimentology_html_3917671511:1090:60671:60675 Hall London, Ontario -0.450878806444675151 +25210 gsa_html_7040053075 gsa_html_7040053075:1149:121005:121037 Sierra California -0.497000516635433987 +25211 gsa_html_6763351946 gsa_html_6763351946:599:67634:67646 Fayetteville Arkansas -0.466741549175746284 +25212 gsa_html_9921287588 gsa_html_9921287588:692:72647:72653 Provo Pyrenees -0.50564626487896136 +25213 aapg_ah_863.html aapg_ah_863.html:19:2481:2489 Columbia Victoria, British Columbia -0.46957525648780718 +25214 sedimentology_html_3526020464 sedimentology_html_3526020464:758:51282:51286 Java Borneo -0.0264393249899875019 +25215 aapg_ad_766.html aapg_ad_766.html:105:12314:12322 Colorado Mancos, Colorado -0.464569693827358687 +25216 palaios_html_3022467877 palaios_html_3022467877:121:14480:14501 Hornerstown Closter, New Jersey -0.472881299388360321 +25217 gsa_html_1254347878 gsa_html_1254347878:414:46000:46021 Siyeh Boise, Idaho -0.471589148494391819 +25218 gsa_html_7563529869 gsa_html_7563529869:605:54481:54509 Green River Colorado 0.0355172761611028745 +25219 geology_html_6881575972 geology_html_6881575972:193:19750:19758 Colorado Platte River -0.499298579771170536 +25220 gsa_html_4543270561 gsa_html_4543270561:721:63928:63938 Point Loma Naval Auxiliary Landing Field San Clemente Island -0.463396817899322633 +25221 aapg_af_551.html aapg_af_551.html:17:2075:2086 Lake Valley Rift Valley lakes 0.609042368125437328 +25222 aapg_af_579.html aapg_af_579.html:226:24366:24382 Navajo Kayenta, Arizona -0.435714594595624227 +25223 aapg_af_684.html aapg_af_684.html:33:4192:4209 Cowlitz Pacific Northwest -0.466810220907495799 +25224 aapg_ac_241.html aapg_ac_241.html:65:7867:7875 Virginia Maryland -0.020415599374651202 +25225 aapg_ai_276.html aapg_ai_276.html:32:5102:5114 Rhode Island Block Island -0.0699226679909632082 +25226 jgeology_html_6388378441 jgeology_html_6388378441:380:31836:31857 Berino New Mexico -0.455347020329573748 +25227 aapg_ah_644.html aapg_ah_644.html:3:387:394 Rierdon Williston Basin 0.0573754329893410159 +25228 aapg_ai_52.html aapg_ai_52.html:84:12150:12156 Tulare Rancho Santa Margarita, California -0.0298634270365841781 +25229 aapg_ae_415.html aapg_ae_415.html:834:103105:103122 Chipola Mississippi River -0.522622465392554192 +25230 cspg_html_1118978429 cspg_html_1118978429:514:50844:50878 Kootenay Lacombe, Alberta -0.0386168312473477923 +25231 aapg_ah_364.html aapg_ah_364.html:50:5269:5276 Saginaw Washtenaw County, Michigan -0.00496838305929400877 +25232 gsa_html_7151930388 gsa_html_7151930388:820:71637:71647 Las Cruces Albuquerque, New Mexico -0.446029671493266278 +25233 aapg_af_706.html aapg_af_706.html:36:3758:3780 Oswego Woods County, Oklahoma -0.0260481030214056476 +25234 sedimentology_html_7399126879 sedimentology_html_7399126879:1274:67698:67713 Lee Kentucky -0.472501057082917231 +25235 palaios_html_4335779426 palaios_html_4335779426:661:66059:66068 Aux Vases Williamson County, Texas -0.0341705352496151776 +25236 palaios_html_3028956190 palaios_html_3028956190:65:6501:6529 Bar River Manitoulin Island -0.472607047424380866 +25237 gsa_html_9052101586 gsa_html_9052101586:475:57500:57511 Peoria Lake Michigan -0.0188200559458422435 +25238 aapg_aa_298.html aapg_aa_298.html:628:85366:85381 Leduc Redwater, Texas 2.77948468513044932e-05 +25239 gsa_html_5322476843 gsa_html_5322476843:1125:99411:99439 Green River Iran -0.00425264554680848412 +25240 sedimentology_html_9378527223 sedimentology_html_9378527223:117:8675:8681 Dakota Ward (LDS Church) -0.481775474642512247 +25241 aapg_ae_391.html aapg_ae_391.html:771:77849:77855 Salado Delaware 0.750459442332628623 +25242 cspg_html_1450375831 cspg_html_1450375831:20:2801:2836 Waterfowl Lacombe, Alberta -0.447314589257592876 +25243 aapg_ad_722.html aapg_ad_722.html:208:18506:18526 San Andres Artesia, New Mexico -0.423312692876289309 +25244 aapg_ad_466.html aapg_ad_466.html:1103:118236:118256 Vincentown Closter, New Jersey -0.0265036602918163264 +25245 jgeology_html_6186634367 jgeology_html_6186634367:89:5506:5531 Supai Grand Canyon -0.515674638527041984 +25246 cspg_html_1993014403 cspg_html_1993014403:57:7116:7135 Gladstone Cut Bank, Montana -0.00549476708285740172 +25247 aapg_ad_466.html aapg_ad_466.html:1534:162358:162366 Yorktown Virginia -0.422243369951963321 +25248 palaios_html_5200400776 palaios_html_5200400776:36:3353:3375 Trout Valley Portland, Maine -0.448408411516637184 +25249 cspg_html_9735723617 cspg_html_9735723617:1668:151655:151672 Mould Bay District Council of Franklin Harbour -0.00308350377484213492 +25250 aapg_af_839.html aapg_af_839.html:7:879:887 Traverse Michigan -0.429947310326277143 +25251 aapg_ac_295.html aapg_ac_295.html:136:13155:13184 Basal Cambridge -0.47596853330555533 +25252 cspg_html_7779401416 cspg_html_7779401416:54:6866:6876 St. Edmund Manitoulin Island 0.895348022167298696 +25253 aapg_af_785.html aapg_af_785.html:90:9260:9269 Nanafalia Rockdale, Texas 0.0350213636803352324 +25254 aapg_af_482.html aapg_af_482.html:72:9651:9673 Todos Santos Guatemala 0.0963022650338508368 +25255 gsa_html_9181545711 gsa_html_9181545711:612:59415:59433 Fountain Manitou Springs, Colorado -0.0426837810068434811 +25256 aapg_ah_654.html aapg_ah_654.html:1013:104515:104554 Gypsum Spring Cheyenne, Wyoming -0.0420203413535321854 +25257 gsa_html_2631333653 gsa_html_2631333653:1430:109874:109902 Green River Colorado 0.0067403856579268933 +25258 aapg_aa_147.html aapg_aa_147.html:292:35939:35957 Deadwood Winnipeg 0.033210169546295347 +25259 AMJC_html_9500753417 AMJC_html_9500753417:546:66982:67003 Tibbit Hill Quebec City -0.0116467387889204136 +25260 aapg_ac_728.html aapg_ac_728.html:332:35355:35362 El Paso Hudspeth County, Texas 0.0159838409266510884 +25261 cspg_html_7678738599 cspg_html_7678738599:239:29607:29644 Paskapoo Western Canadian Sedimentary Basin -0.0292651452152505043 +25262 aapg_ae_319.html aapg_ae_319.html:18:2610:2616 Navajo Uinta Mountains -0.0472404368937096517 +25263 aapg_ah_28.html aapg_ah_28.html:427:40292:40303 San Antonio Texas -0.533064966710449895 +25264 gsa_html_7102550258 gsa_html_7102550258:1762:155566:155594 Green River Colorado 0.00753780424990633125 +25265 aapg_ah_378.html aapg_ah_378.html:280:26553:26568 Queen New Mexico 0.0252639519729088609 +25266 cspg_html_4298557570 cspg_html_4298557570:206:29624:29638 St. Mary River Edmonton, London -0.431256465733329653 +25267 cspg_html_5017240192 cspg_html_5017240192:80:10083:10107 Mission Canyon Williston Basin -0.429055041262400905 +25268 aapg_ai_17.html aapg_ai_17.html:1093:72068:72077 Catahoula Texas -0.471962087320613732 +25269 aapg_aa_44.html aapg_aa_44.html:254:33352:33360 Moenkopi Chinle Formation 0.974457973186077409 +25270 aapg_ai_144.html aapg_ai_144.html:439:39130:39138 Colorado Lacombe, Alberta 0.965609136865718365 +25271 aapg_ad_871.html aapg_ad_871.html:486:43394:43401 Genshaw Newtown Creek -0.0738126679907712968 +25272 cspg_html_3023030263 cspg_html_3023030263:19:2924:2946 Medicine Hat Colorado -0.485369220602805185 +25273 palaios_html_3796939457 palaios_html_3796939457:469:42087:42105 Woodbine Arlington, Texas -0.459819284677136619 +25274 aapg_aa_23.html aapg_aa_23.html:797:102872:102894 Fisher Inwood, New York -0.47249414511500698 +25275 gsa_html_6159434365 gsa_html_6159434365:1225:93875:93903 Green River Colorado -0.0125432965018171631 +25276 aapg_aa_289.html aapg_aa_289.html:191:19304:19315 Horse Range Great Basin -0.0718743048414960395 +25277 aapg_ae_794.html aapg_ae_794.html:528:57651:57671 Owl Creek Coon Creek Formation -0.450784359288809666 +25278 cspg_html_2134728186 cspg_html_2134728186:169:19132:19144 Sustut Victoria, British Columbia -0.439258669305734428 +25279 aapg_ah_214.html aapg_ah_214.html:269:33687:33699 Saskatchewan Regina, Saskatchewan -0.0330918692882290547 +25280 geology_html_1098024541 geology_html_1098024541:217:21299:21305 Pueblo Colorado -0.477234757760444439 +25281 aapg_ad_920.html aapg_ad_920.html:19:1986:2019 Hartselle Alabama -0.482963947665808413 +25282 aapg_ae_324.html aapg_ae_324.html:498:50143:50150 Tellico Farragut, Tennessee -0.45421548506785292 +25283 aapg_ak_60.html aapg_ak_60.html:717:75182:75187 Swift Bay of Fundy -0.456355529459316345 +25284 aapg_af_575.html aapg_af_575.html:696:95381:95394 Thrifty Harpersville, Alabama -0.449135360797609628 +25285 aapg_ad_3.html aapg_ad_3.html:89:8767:8780 Conococheague Pennsylvania -0.0194353152309463539 +25286 aapg_ah_873.html aapg_ah_873.html:492:41322:41328 Jordan Baltimore -0.399375935583690445 +25287 aapg_ae_75.html aapg_ae_75.html:43:7296:7299 Abo Colina, Chile -0.0317349824048286169 +25288 AMJC_html_4147467903 AMJC_html_4147467903:1316:124679:124683 Kent West Texas -0.0364186783313174417 +25289 sedimentology_html_3630532949 sedimentology_html_3630532949:27:1879:1891 Saskatchewan Edmonton, London -0.429938515402492283 +25290 aapg_ai_424.html aapg_ai_424.html:26:3423:3432 Minnelusa Black Hills -0.466920106770381871 +25291 gsa_html_8398449001 gsa_html_8398449001:54:4694:4703 Bear Lake Lake Bonneville -0.452003931056544739 +25292 gsa_html_9052101586 gsa_html_9052101586:454:53853:53864 Peoria Peoria, Illinois -0.446110205830797302 +25293 aapg_ae_957.html aapg_ae_957.html:1396:60615:60621 Casper Cheyenne, Wyoming -0.0192024182130031904 +25294 aapg_ad_466.html aapg_ad_466.html:447:53111:53123 Mount Laurel Monmouth -0.45921987907792633 +25295 aapg_af_703.html aapg_af_703.html:186:20112:20122 Cumberland Kentucky -0.49593907588154873 +25296 gsa_html_5625878232 gsa_html_5625878232:173:25244:25268 Cedar District Sucia Island -0.467868439854770279 +25297 aapg_ai_980.html aapg_ai_980.html:825:75056:75071 Swift Sunriver, Oregon -0.480904968568341529 +25298 aapg_ae_981.html aapg_ae_981.html:425:36457:36467 Bainbridge Missouri River 0.29715315370762968 +25299 cspg_html_9683836416 cspg_html_9683836416:537:76460:76482 Judith River Canada -0.420831066107106355 +25300 gsa_html_6426465509 gsa_html_6426465509:447:39952:39962 West Point Seattle -0.460980639153810601 +25301 aapg_ai_857.html aapg_ai_857.html:38:5610:5628 Rustler Salado, Texas -0.158976771980787523 +25302 aapg_ac_222.html aapg_ac_222.html:311:40468:40484 Chinle Chinle Formation -0.421990397997928701 +25303 aapg_ai_49.html aapg_ai_49.html:311:39161:39169 San Luis New Mexico -0.0259316078616598014 +25304 sedimentology_html_3170574188 sedimentology_html_3170574188:401:48054:48058 Hall London, Ontario -0.482150482079643117 +25305 aapg_ah_530.html aapg_ah_530.html:119:11235:11252 Sly Gap New Mexico -0.477130519718023338 +25306 sedimentology_html_2171858556 sedimentology_html_2171858556:305:31228:31237 Mansfield Montgomery (town), New York -0.4852429512232731 +25307 aapg_ad_821.html aapg_ad_821.html:383:28517:28525 Gallatin Gallatin, Tennessee 0.912840387010605658 +25308 aapg_ah_751.html aapg_ah_751.html:55:4352:4360 Woodbine Central Texas -0.00440204655713307986 +25309 geology_html_8283566786 geology_html_8283566786:69:6230:6245 Verde Verde River -0.0666977065523781804 +25310 cspg_html_3860685167 cspg_html_3860685167:970:88969:88989 Mount Head Lacombe, Alberta -0.46394883518986052 +25311 aapg_ai_17.html aapg_ai_17.html:176:12257:12276 Catahoula Shreveport, Louisiana -0.0565659097388836185 +25312 gsa_html_7692114034 gsa_html_7692114034:15:819:827 Columbia Victoria, British Columbia -0.463253167093327645 +25313 gsa_html_8152640301 gsa_html_8152640301:36:3680:3746 Naknek Anchorage, Alaska -0.0463850024986732501 +25314 gsa_html_8531594123 gsa_html_8531594123:594:67624:67630 Antler Reno, Nevada 0.0051976984001821944 +25315 aapg_ae_22.html aapg_ae_22.html:738:57245:57251 Herald Texas -0.417467727749844975 +25316 sedimentology_html_2165832672 sedimentology_html_2165832672:1305:88184:88216 Cutler Colorado -0.428868342306482297 +25317 aapg_ad_958.html aapg_ad_958.html:388:38873:38895 Gilmore City Smith County, Kansas -0.480960803547703208 +25318 jgeology_html_5136863421 jgeology_html_5136863421:941:56329:56337 Santiago Chile -0.457614356613462614 +25319 aapg_ae_59.html aapg_ae_59.html:497:43566:43572 Casper Cheyenne, Wyoming -0.00274648745693117794 +25320 AMJC_html_1252169248 AMJC_html_1252169248:1107:103780:103785 Piper Eastern Canada -0.41964702171351137 +25321 aapg_ai_66.html aapg_ai_66.html:21:2826:2846 Mesaverde Mancos, Colorado 0.00362377418173365218 +25322 aapg_ah_647.html aapg_ah_647.html:645:72001:72005 Earp Colina, Chile -0.431344541193885822 +25323 aapg_af_751.html aapg_af_751.html:306:40584:40596 San Fernando Santa Monica, California -0.0999302331048078502 +25324 aapg_ad_758.html aapg_ad_758.html:62:7858:7868 Fort Scott Illinois 0.396418080094642744 +25325 aapg_ae_181.html aapg_ae_181.html:34:5487:5503 Mt Lytton Texas -0.431186011272103542 +25326 aapg_ai_326.html aapg_ai_326.html:239:29570:29581 Port Jervis Closter, New Jersey -0.473653815287124913 +25327 aapg_ae_296.html aapg_ae_296.html:5:866:880 Yeso San Angelo, Texas 0.721012952242687022 +25328 cspg_html_6278093686 cspg_html_6278093686:217:16078:16087 Baldonnel Victoria, British Columbia -0.0140376196944260508 +25329 aapg_ae_263.html aapg_ae_263.html:37:3768:3776 Virginia Pennsylvania -0.507372811687786252 +25330 AMJC_html_5969956211 AMJC_html_5969956211:1174:156202:156208 Denver Colorado -0.466073422560892126 +25331 aapg_aa_684.html aapg_aa_684.html:34:4316:4323 Thaynes Cheyenne, Wyoming -0.47548290341480326 +25332 aapg_ah_318.html aapg_ah_318.html:1800:168384:168403 Smackover Shreveport, Louisiana -0.435661502416701596 +25333 aapg_ai_918.html aapg_ai_918.html:51:7153:7165 Gothic Chimney Rock, North Carolina -0.513439527987227695 +25334 aapg_ak_132.html aapg_ak_132.html:233:24214:24229 Armas El Salvador, Misamis Oriental -0.498148760929569168 +25335 aapg_ai_28.html aapg_ai_28.html:835:79599:79605 Goliad Victoria, British Columbia -0.486038291322309801 +25336 gsa_html_2832151886 gsa_html_2832151886:382:30066:30090 Frontier Lima, Ohio 0.0127014130799759668 +25337 cspg_html_8727758678 cspg_html_8727758678:629:20931:20942 Peace River Lacombe, Alberta -0.00639293020944086028 +25338 aapg_ad_717.html aapg_ad_717.html:372:40158:40168 Word Coahuila -0.0352527866452784708 +25339 aapg_ae_268.html aapg_ae_268.html:408:38505:38526 Pottsville Warren County, Ohio -0.0264080268399491426 +25340 aapg_af_381.html aapg_af_381.html:76:9357:9362 Sespe Santa Monica Mountains -0.474923608334711034 +25341 gsa_html_4117757201 gsa_html_4117757201:69:5383:5411 Green River New Mexico -0.450608983410958508 +25342 aapg_aa_44.html aapg_aa_44.html:255:33766:33774 Moenkopi Colorado -0.0416512045942026565 +25343 aapg_ae_305.html aapg_ae_305.html:1073:92618:92629 Arkadelphia Venezuela -0.0484305318686929845 +25344 sedimentology_html_5673709888 sedimentology_html_5673709888:975:42609:42626 Arcadia Melbourne, Florida -0.474618689462150911 +25345 cspg_html_5807593737 cspg_html_5807593737:29:4722:4727 Nisku Williston, Vermont -0.030239106807757675 +25346 aapg_ae_415.html aapg_ae_415.html:311:40951:40962 Mint Spring Mississippi River 0.770041375997229771 +25347 aapg_ai_157.html aapg_ai_157.html:89:11919:11925 Guelph Guelph -0.500480928372567968 +25348 aapg_ai_523.html aapg_ai_523.html:38:4585:4602 Chinle Chinle Formation -0.0227274727216301153 +25349 geology_html_1451099275 geology_html_1451099275:116:10983:10997 Fire Lake Kayah State -0.0454843672721947159 +25350 gsa_html_8881958017 gsa_html_8881958017:597:55740:55767 Nicola Victoria, British Columbia -0.121796923756292197 +25351 aapg_af_575.html aapg_af_575.html:899:128361:128383 Marble Falls Llano, Texas -0.0279573692057954598 +25352 aapg_ac_881.html aapg_ac_881.html:620:73682:73690 Deadwood Williston, Vermont 0.541589978581559994 +25353 aapg_af_727.html aapg_af_727.html:135:15674:15700 Goliad Oakville, California -0.477512787064485633 +25354 aapg_ah_27.html aapg_ah_27.html:21:2682:2695 Barnett South Florida metropolitan area -0.0272304956863127501 +25355 cspg_html_3354282978 cspg_html_3354282978:790:91503:91532 Swan Hills Canada -0.476130470160059438 +25356 aapg_ah_529.html aapg_ah_529.html:169:14751:14760 Roubidoux The Ozarks -0.458641287983651336 +25357 palaios_html_1521536752 palaios_html_1521536752:679:63521:63526 Price Greenbrier County Schools -0.452172819913734925 +25358 aapg_aa_23.html aapg_aa_23.html:797:102815:102834 Moose Lake Inwood, New York -0.49570469701623765 +25359 gsa_html_1248731493 gsa_html_1248731493:96:9206:9214 Columbia Victoria, British Columbia -0.448327675040319895 +25360 aapg_ac_671.html aapg_ac_671.html:76:6765:6786 Kinderhook Valmeyer, Illinois -0.463307888475886887 +25361 gsa_html_7446479786 gsa_html_7446479786:536:55304:55311 Goddard Barbados -0.454258371760158153 +25362 cspg_html_7779401416 cspg_html_7779401416:198:24108:24129 Fossil Hill Bruce Peninsula National Park -0.160762688095514944 +25363 gsa_html_8241338635 gsa_html_8241338635:739:76188:76210 Horse Spring Reno, Nevada -0.047151578986696932 +25364 gsa_html_8774590177 gsa_html_8774590177:356:37989:37998 Whitehall Shoreham Nuclear Power Plant -0.43911211811260753 +25365 aapg_ai_49.html aapg_ai_49.html:396:50666:50671 Supai Naco, Sonora -0.443782030321690002 +25366 aapg_af_469.html aapg_af_469.html:497:58452:58460 Humboldt Reno, Nevada -0.0424800423112160416 +25367 sedimentology_html_4339244746 sedimentology_html_4339244746:751:49403:49411 Syracuse Ohio -0.443692774120845845 +25368 aapg_ah_859.html aapg_ah_859.html:213:24970:24986 Lisbon Lisbon -0.489965009664788731 +25369 gsa_html_5015599008 gsa_html_5015599008:737:62930:62940 Mill Creek Regina, Saskatchewan -0.0221712043422439102 +25370 jgeology_html_4599466962 jgeology_html_4599466962:208:15804:15812 Onondaga Schoharie Creek -0.470179399208385473 +25371 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11531:11557 Earp Supai, Arizona -0.451351189275800146 +25372 aapg_ac_574.html aapg_ac_574.html:234:26558:26576 John Day Salem, Oregon -0.0633034276252869288 +25373 gsa_html_5081991493 gsa_html_5081991493:902:73968:73973 Uinta Logan, Utah -0.0513133096682010376 +25374 palaios_html_1699095880 palaios_html_1699095880:255:24619:24629 Washington South America -0.478307979059971577 +25375 sedimentology_html_1857016084 sedimentology_html_1857016084:345:13637:13645 Colorado Niwot, Colorado -0.429186850864238578 +25376 aapg_ah_337.html aapg_ah_337.html:248:29117:29128 San Antonio Bexar County, Texas -0.0916165313557534416 +25377 sedimentology_html_1046729113 sedimentology_html_1046729113:1877:152883:152901 Dunvegan Canada -0.423072537243216251 +25378 geology_html_7916171900 geology_html_7916171900:11:581:589 Montreal Montreal -0.0111724073673319709 +25379 cspg_html_3097746547 cspg_html_3097746547:209:27202:27222 Cadomin Lacombe, Alberta -0.456844361180692826 +25380 cspg_html_1173833070 cspg_html_1173833070:12:1492:1500 Lea Park Edmonton, London -0.469726827457912721 +25381 aapg_af_854.html aapg_af_854.html:840:118554:118571 Renault Illinois -0.0301173575019116381 +25382 AMJC_html_5471526645 AMJC_html_5471526645:11:582:588 Reston Virginia -0.468054102450840448 +25383 sedimentology_html_6788685177 sedimentology_html_6788685177:136:11953:11958 Crete Sea of Marmara -0.462102516958969756 +25384 gsa_html_8517233795 gsa_html_8517233795:688:62674:62680 Thrifty London, Ontario -0.456355529459316345 +25385 aapg_ai_49.html aapg_ai_49.html:369:47331:47347 Morgan Colorado 0.0328761484441471435 +25386 aapg_ac_971.html aapg_ac_971.html:73:9953:9958 Utica Richmond, California -0.0259959408940027802 +25387 gsa_html_2369908260 gsa_html_2369908260:120:9081:9093 Independence California Water Wars -0.0134398809418536571 +25388 gsa_html_3701935694 gsa_html_3701935694:483:47537:47556 Cram Hill Bennington, Vermont -0.525405636997972825 +25389 cspg_html_6154668421 cspg_html_6154668421:16:1766:1779 Wabamun Lacombe, Alberta -0.448377013151321557 +25390 aapg_ai_998.html aapg_ai_998.html:36:5667:5672 Eutaw Alabama 0.399648748784443841 +25391 aapg_ai_105.html aapg_ai_105.html:33:5274:5291 Oquirrh Lampasas, Texas -0.018955619907530568 +25392 aapg_ac_575.html aapg_ac_575.html:296:46585:46595 Phosphoria Cheyenne, Wyoming -0.447168994241326834 +25393 cspg_html_4666332434 cspg_html_4666332434:76:12593:12604 Belly River Lacombe, Alberta 0.0460313563891954977 +25394 aapg_ai_105.html aapg_ai_105.html:12:1624:1638 Duchesne River Middle East -0.446052041434467972 +25395 AMJC_html_5421639085 AMJC_html_5421639085:12:724:732 Virginia Reston, Virginia -0.423116197439436237 +25396 aapg_ae_335.html aapg_ae_335.html:77:8007:8020 Sundance Carbon County, Wyoming -0.406817400709868271 +25397 gsa_html_2905575126 gsa_html_2905575126:759:68857:68866 San Diego California -0.0159925297595795608 +25398 sedimentology_html_9665687367 sedimentology_html_9665687367:753:58625:58643 Monterey Melbourne, Florida 0.00118301890022228136 +25399 geology_html_3422918246 geology_html_3422918246:209:22142:22175 Choptank Maryland -0.490378908520278767 +25400 geology_html_7064273234 geology_html_7064273234:396:25610:25616 Snyder California -0.462512479285274614 +25401 cspg_html_1104474892 cspg_html_1104474892:570:65563:65575 Saskatchewan Lethbridge -0.0252830771132320185 +25402 aapg_ac_621.html aapg_ac_621.html:50:5864:5885 Wood Siding Nebraska -0.42655631436454855 +25403 aapg_ah_654.html aapg_ah_654.html:172:15852:15856 Wendover Gallatin, Tennessee -0.0367528086008553287 +25404 sedimentology_html_8103241482 sedimentology_html_8103241482:1879:68441:68456 Nisku Lacombe, Alberta -0.448296279445968116 +25405 aapg_aa_47.html aapg_aa_47.html:806:96686:96694 Colorado Colorado -0.0325612728688678896 +25406 cspg_html_2419618566 cspg_html_2419618566:582:77005:77010 Yukon Victoria, British Columbia -0.505150548331609439 +25407 cspg_html_8775315691 cspg_html_8775315691:431:51065:51082 Wilcox Texas -0.435354069337884009 +25408 aapg_ac_910.html aapg_ac_910.html:116:12486:12492 Laguna Cabuyao, Laguna -0.0767180930594499044 +25409 aapg_af_745.html aapg_af_745.html:457:63482:63497 Mt Lytton Bloomington, Indiana -0.0538449480045017359 +25410 aapg_ah_283.html aapg_ah_283.html:410:44666:44680 Cowlitz Salem, Oregon -0.0345846315968630358 +25411 aapg_ae_474.html aapg_ae_474.html:864:88057:88064 Cypress Bethel, Alaska 0.029160796593761952 +25412 sedimentology_html_3854944886 sedimentology_html_3854944886:522:17973:17977 Hall London, Ontario -0.460269102262388319 +25413 cspg_html_7817594878 cspg_html_7817594878:477:62002:62010 Columbia Victoria, British Columbia -0.4597920302667165 +25414 aapg_ae_74.html aapg_ae_74.html:382:35296:35312 Chinle San Juan, Argentina -0.205348634353893167 +25415 cspg_html_2198503252 cspg_html_2198503252:268:14391:14406 Ouray New Mexico -0.00334234682961829285 +25416 gsa_html_3225734041 gsa_html_3225734041:755:65398:65419 Wissahickon Rockford, Illinois -0.484114368303559472 +25417 aapg_ae_681.html aapg_ae_681.html:107:13679:13688 Smackover Mississippi River -0.449937021729037434 +25418 aapg_aa_23.html aapg_aa_23.html:793:101799:101814 Interlake Winnipeg -0.646259394945382093 +25419 aapg_ac_377.html aapg_ac_377.html:70:6747:6755 Woodside North West Shelf Venture -0.444871652179790411 +25420 gsa_html_9181545711 gsa_html_9181545711:522:47836:47845 Ingleside Colorado -0.00500312776260552431 +25421 aapg_ah_507.html aapg_ah_507.html:272:22427:22449 Basal Pennsylvania -0.0514126754650784876 +25422 aapg_af_625.html aapg_af_625.html:695:71523:71528 Utica Ohio -0.459919224612040101 +25423 aapg_ad_695.html aapg_ad_695.html:229:14128:14140 Sparta Minden, Louisiana -0.010750205891597751 +25424 aapg_ai_835.html aapg_ai_835.html:168:17302:17307 Price Corpus Christi, Texas -0.443715087361728711 +25425 cspg_html_4286634979 cspg_html_4286634979:33:4085:4100 Pense Regina, Saskatchewan -0.451751782124743317 +25426 gsa_html_1826402027 gsa_html_1826402027:469:53295:53310 Verde Verde Valley -0.0859430917907596931 +25427 sedimentology_html_3021996168 sedimentology_html_3021996168:53:5189:5224 Fort Crittenden Arizona -0.477142101104954475 +25428 aapg_ac_473.html aapg_ac_473.html:452:60535:60556 Phosphoria Logan, Utah -0.0468310017786063293 +25429 aapg_aa_654.html aapg_aa_654.html:197:30226:30240 Espiritu Santo Sangre de Cristo Range -0.506302887282198189 +25430 aapg_ac_65.html aapg_ac_65.html:314:27678:27703 Robinson Turkey Creek, Louisiana -0.454089094007790295 +25431 aapg_ah_527.html aapg_ah_527.html:33:4135:4158 Lone Mountain Reno, Nevada -0.190387928883321011 +25432 cspg_html_2729673354 cspg_html_2729673354:9:1520:1534 Colorado Lacombe, Alberta -0.467105570135703974 +25433 jgeology_html_3899973304 jgeology_html_3899973304:501:31629:31647 Hurricane Mountain Bennington, Vermont -0.0788755125032115506 +25434 sedimentology_html_2664292498 sedimentology_html_2664292498:1274:89254:89262 Santiago Santiago -0.439391917689554934 +25435 cspg_html_9343899465 cspg_html_9343899465:540:51763:51776 Weatherall Melville, New York -0.0419054197993560459 +25436 aapg_ai_720.html aapg_ai_720.html:245:27586:27603 Raritan Fire Island (Anchorage, Alaska) -0.147914866600312223 +25437 aapg_ad_864.html aapg_ad_864.html:1097:56126:56142 Lisbon Alabama 0.404195136135328537 +25438 sedimentology_html_1293089455 sedimentology_html_1293089455:30:1837:1849 Fayetteville Durham, North Carolina -0.443933785681361437 +25439 cspg_html_5586087088 cspg_html_5586087088:272:33925:33936 Coal Valley Lacombe, Alberta -0.484674969173666037 +25440 gsa_html_8179386002 gsa_html_8179386002:1803:170904:170936 San Fernando Forsyth, Missouri -0.0483573436723463285 +25441 palaios_html_4940783464 palaios_html_4940783464:69:8174:8192 Yakataga Gulf of Alaska -0.029835599351404625 +25442 aapg_ad_871.html aapg_ad_871.html:381:36527:36534 Genshaw Rockport, Massachusetts -0.485495508601457515 +25443 aapg_ae_855.html aapg_ae_855.html:156:16124:16134 North Horn Flagstaff, Arizona -0.00399553741552616509 +25444 aapg_ah_974.html aapg_ah_974.html:141:13481:13485 Frio Texas -0.0535729107489062092 +25445 geology_html_7972092371 geology_html_7972092371:301:26101:26105 Hall Austin, Chicago -0.00850549498541811055 +25446 aapg_ah_835.html aapg_ah_835.html:22:3876:3892 Borden Chinle Formation -0.0820468668175087373 +25447 aapg_ac_222.html aapg_ac_222.html:151:22209:22215 Denver Colorado -0.0751636567850546555 +25448 aapg_aa_792.html aapg_aa_792.html:518:57277:57287 San Andres Guadalupe Mountains National Park 0.0302391068077575778 +25449 palaios_html_9887300007 palaios_html_9887300007:34:4014:4024 Washington San Juan Islands -0.464569693827358687 +25450 jgeology_html_3171318738 jgeology_html_3171318738:910:46909:46917 Colorado Denver -0.461219460550356897 +25451 cspg_html_2976104632 cspg_html_2976104632:597:58317:58336 Kootenai Great Falls (Missouri River) -0.467980749597819323 +25452 aapg_ae_681.html aapg_ae_681.html:32:5154:5172 Norphlet Mississippi River 0.4119511577032543 +25453 aapg_ae_171.html aapg_ae_171.html:668:66851:66863 Dakota Colorado 0.0280043217011493629 +25454 cspg_html_3762708087 cspg_html_3762708087:170:22490:22506 Viking Suffield, Connecticut -0.473157943062676001 +25455 aapg_ah_372.html aapg_ah_372.html:10:1614:1626 Midway Texas 0.00917958991324812311 +25456 aapg_ac_574.html aapg_ac_574.html:314:35411:35430 Esmeralda Reno, Nevada -0.494552690963700137 +25457 aapg_ad_418.html aapg_ad_418.html:101:9095:9101 Borden Bloomington, Indiana -0.03001474114876828 +25458 aapg_ac_668.html aapg_ac_668.html:66:6892:6897 Mingo Logan, Utah -0.434083382761083048 +25459 aapg_ac_563.html aapg_ac_563.html:386:54351:54358 El Abra Carrasco International Airport -0.460980639153810601 +25460 palaios_html_1708031813 palaios_html_1708031813:584:49000:49008 Arikaree Cheyenne, Wyoming -0.514867549760272269 +25461 aapg_af_575.html aapg_af_575.html:397:53949:53971 Lime Creek Sheffield station -0.0180709945054990453 +25462 aapg_ad_351.html aapg_ad_351.html:691:59939:59951 Reeds Spring Burlington, Ontario -0.462193603410137988 +25463 cspg_html_8363357104 cspg_html_8363357104:274:37968:37989 Survey Peak Mons -0.026705362044744569 +25464 aapg_ac_766.html aapg_ac_766.html:637:79627:79640 Apache Canyon West Texas -0.456416618922522499 +25465 gsa_html_7442738603 gsa_html_7442738603:989:99530:99534 Bond Earth -0.462576268150975078 +25466 gsa_html_4344028849 gsa_html_4344028849:59:4289:4317 Green River Colorado -0.0476394385223062114 +25467 cspg_html_7654055630 cspg_html_7654055630:109:13721:13739 Granite Wash Lacombe, Alberta -0.0202678582495696563 +25468 aapg_ac_201.html aapg_ac_201.html:71:6478:6487 East Fork Chandalar River -0.478836965338604204 +25469 cspg_html_1124814558 cspg_html_1124814558:35:4963:4981 Lea Park CFB Cold Lake -0.466384542072334651 +25470 aapg_ad_580.html aapg_ad_580.html:468:61322:61342 Fort Union Cheyenne, Wyoming 0.00845684936576822886 +25471 aapg_ai_390.html aapg_ai_390.html:109:13594:13607 Santa Barbara California -0.475977786028375149 +25472 aapg_ac_305.html aapg_ac_305.html:211:21254:21267 Crystal River Williston, Vermont -0.443701699352459789 +25473 sedimentology_html_5280211633 sedimentology_html_5280211633:1925:132191:132195 Hall London, Ontario -0.477130519718023338 +25474 aapg_ah_645.html aapg_ah_645.html:424:51283:51301 Sundance Black Hills -0.381964934296174508 +25475 gsa_html_5567409097 gsa_html_5567409097:668:64505:64521 Midway Austin, Chicago -0.456355529459316345 +25476 cspg_html_9157093462 cspg_html_9157093462:358:45435:45468 Halfway Victoria, British Columbia -0.487631194234456278 +25477 gsa_html_1361916335 gsa_html_1361916335:639:61368:61385 Entrada Logan, Utah -0.0399067122276937497 +25478 aapg_aa_71.html aapg_aa_71.html:263:22043:22095 Onondaga Indiana County, Pennsylvania -0.454685092236895128 +25479 cspg_html_9941227593 cspg_html_9941227593:49:7323:7376 Bakken Regina, Saskatchewan -0.445821657118386561 +25480 cspg_html_6953269830 cspg_html_6953269830:58:7287:7295 Edmonton Calgary -0.478326534516524793 +25481 aapg_ad_214.html aapg_ad_214.html:81:8697:8704 Edwards Oak Ridge, Tennessee -0.466810220907495799 +25482 sedimentology_html_5952967873 sedimentology_html_5952967873:643:48918:48922 Hall London, Ontario -0.0304826089875597575 +25483 geology_html_4376492235 geology_html_4376492235:12:588:599 Main Street Texas -0.0189695239556965725 +25484 cspg_html_3097746547 cspg_html_3097746547:209:27133:27149 Fernie Lacombe, Alberta -0.44497889773871091 +25485 sedimentology_html_5613495298 sedimentology_html_5613495298:822:40539:40547 Colorado West, Texas -0.0181770085033734277 +25486 sedimentology_html_2258839384 sedimentology_html_2258839384:271:21153:21160 Yucatan Uxmal -0.047151578986696932 +25487 cspg_html_2232872826 cspg_html_2232872826:663:64654:64679 Beaverhill Canada -0.0753334309003387548 +25488 aapg_ah_394.html aapg_ah_394.html:295:28279:28290 Pine Island Lisbon -0.473815322787249471 +25489 aapg_aa_224.html aapg_aa_224.html:254:21943:21961 Lane Mexico -0.492239240738401806 +25490 aapg_ai_107.html aapg_ai_107.html:720:66945:66962 Hosston Pedernales Province -0.44844429668252761 +25491 aapg_ad_3.html aapg_ad_3.html:136:12125:12134 Gatesburg Pennsylvania -0.0599791507476206756 +25492 gsa_html_7136430736 gsa_html_7136430736:577:57848:57854 Snyder Earth -0.00147833984388663999 +25493 gsa_html_1465687448 gsa_html_1465687448:375:47337:47364 Hillabee Greenstone Alabama -0.456228838585424179 +25494 aapg_ae_324.html aapg_ae_324.html:561:57093:57110 Tellico Sevier orogeny -0.454143259443463898 +25495 aapg_af_397.html aapg_af_397.html:259:32231:32238 Entrada Entrada Sandstone 0.934631882734727415 +25496 cspg_html_5973552270 cspg_html_5973552270:114:15243:15268 Beaverhill Lacombe, Alberta -0.437960495533138761 +25497 sedimentology_html_3592910316 sedimentology_html_3592910316:1263:75275:75280 Piper Bridgetown, Nova Scotia 0.00920043838208298506 +25498 gsa_html_5064963350 gsa_html_5064963350:101:11315:11323 Columbia Victoria, British Columbia -0.456416618922522499 +25499 aapg_aa_45.html aapg_aa_45.html:163:19626:19644 Moenkopi Kaibab, Arizona -0.166917767959903457 +25500 cspg_html_7866465429 cspg_html_7866465429:232:24403:24415 Owens Valley California -0.269456317063398232 +25501 aapg_ac_240.html aapg_ac_240.html:44:4974:4996 Burro Canyon Colorado -0.048597821756073703 +25502 aapg_ae_574.html aapg_ae_574.html:147:19047:19060 Carlile Weston, Florida 0.00299316941719320615 +25503 aapg_ac_882.html aapg_ac_882.html:305:29512:29530 Fairview Cincinnati -0.0102654623010875242 +25504 aapg_ai_542.html aapg_ai_542.html:10:1349:1364 Lance Colorado -0.482150482079643117 +25505 aapg_ai_986.html aapg_ai_986.html:230:24342:24350 Quadrant Hermosa, Chicago -0.433423304094416983 +25506 cspg_html_6786864151 cspg_html_6786864151:63:8266:8288 Trent River Qualicum River -0.470629904958731249 +25507 aapg_af_653.html aapg_af_653.html:789:89482:89500 Vaqueros California 0.028719063380531186 +25508 aapg_ah_505.html aapg_ah_505.html:1806:146056:146064 Colorado Douglas County, Colorado -0.0660861349919403679 +25509 geology_html_4781601757 geology_html_4781601757:60:6297:6308 San Jacinto Lake Elsinore, California 0.00088769823007264 +25510 sedimentology_html_3417381350 sedimentology_html_3417381350:1593:110622:110640 Monterey California -0.00215584223507059606 +25511 aapg_ai_80.html aapg_ai_80.html:448:45290:45298 Richmond Kentucky 0.0450123132997459277 +25512 cspg_html_8312989046 cspg_html_8312989046:666:75955:75963 Columbia Victoria, British Columbia -0.47503682505792677 +25513 sedimentology_html_9633602572 sedimentology_html_9633602572:1653:77954:77961 Shields Western Canadian Sedimentary Basin -0.436805862873274886 +25514 aapg_aa_77.html aapg_aa_77.html:76:7917:7924 Jackson Chester, Pennsylvania -0.478349729395822987 +25515 sedimentology_html_8006979411 sedimentology_html_8006979411:1643:111741:111749 Dunvegan Lacombe, Alberta 0.0108266535129968935 +25516 cspg_html_5954266359 cspg_html_5954266359:477:53889:53930 Bonaventure New Brunswick, New Jersey -0.453130450697368015 +25517 aapg_ae_959.html aapg_ae_959.html:348:29231:29245 Word Guadalupe Mountains National Park -0.464533160716817162 +25518 cspg_html_5241714595 cspg_html_5241714595:698:103174:103192 Saskatchewan Regina, Saskatchewan -0.484310536940914471 +25519 aapg_aa_954.html aapg_aa_954.html:289:27350:27367 Cypress Illinois -0.462348471732962063 +25520 aapg_ae_305.html aapg_ae_305.html:1041:88556:88561 Colon Maracaibo -0.464409872562970838 +25521 aapg_ac_393.html aapg_ac_393.html:33:3490:3495 Atoka Denver -0.0194353152309463539 +25522 aapg_af_897.html aapg_af_897.html:163:14183:14199 Boggy Atoka, Oklahoma 0.0178798230809493093 +25523 palaios_html_6100595217 palaios_html_6100595217:484:52622:52634 Gosport Sand Lisbon -0.0660861349919403679 +25524 cspg_html_5141367518 cspg_html_5141367518:8:877:887 Blackstone Bearpaw Formation -0.480728181628129914 +25525 cspg_html_9501006975 cspg_html_9501006975:469:51916:51934 Dunvegan Canada -0.446052041434467972 +25526 aapg_ae_873.html aapg_ae_873.html:92:11396:11404 Woodbine Lewisville, Texas -0.466727815469158758 +25527 aapg_aa_898.html aapg_aa_898.html:111:14395:14416 Green River Uinta Mountains -0.462111625185478381 +25528 aapg_af_652.html aapg_af_652.html:193:17598:17616 Dewey Lake New Mexico -0.445338708488509594 +25529 aapg_ai_969.html aapg_ai_969.html:41:4290:4301 Belly River Regina, Saskatchewan -0.433423304094416983 +25530 palaios_html_8447729660 palaios_html_8447729660:515:53785:53793 Michigan Cheyenne, Wyoming -0.0172889404553563421 +25531 aapg_ai_717.html aapg_ai_717.html:31:4937:4949 Pierre Florence, Alabama -0.475473655949527896 +25532 AMJC_html_3632105729 AMJC_html_3632105729:793:90752:90762 Washington Salem, Oregon -0.00227918267204772502 +25533 aapg_ah_328.html aapg_ah_328.html:256:26185:26203 Frontier Cheyenne, Wyoming -0.0578482823948698252 +25534 aapg_af_355.html aapg_af_355.html:169:21341:21347 Denver Colorado -0.457963336268268129 +25535 cspg_html_8362959053 cspg_html_8362959053:9:939:951 Luscar Lacombe, Alberta -0.0392782870529255687 +25536 aapg_ah_894.html aapg_ah_894.html:80:12802:12829 Kingak Middle East -0.449440672427322663 +25537 AMJC_html_1873062106 AMJC_html_1873062106:823:92924:92942 Morrison New Mexico -0.442682549290708161 +25538 aapg_af_305.html aapg_af_305.html:75:7539:7557 Hosston Cotton Valley, Louisiana -0.46305483027617389 +25539 sedimentology_html_1591727938 sedimentology_html_1591727938:1209:72989:72994 Yukon Canada -0.0598534778256571628 +25540 cspg_html_2548317649 cspg_html_2548317649:242:22092:22104 Cooking Lake Middle East -0.429160487479880115 +25541 geology_html_4431824234 geology_html_4431824234:290:21500:21508 Colorado Denver -0.474863540124580097 +25542 aapg_ai_936.html aapg_ai_936.html:278:42816:42861 Slope North Slope Borough, Alaska -0.479893584862882694 +25543 cspg_html_9365429794 cspg_html_9365429794:6:423:441 Amaranth Manitoba -0.457786563407215019 +25544 cspg_html_6069707248 cspg_html_6069707248:52:6889:6897 Montreal Quebec City -0.404100922942584595 +25545 cspg_html_4223391205 cspg_html_4223391205:287:42359:42367 Columbia Victoria, British Columbia -0.456203954970154313 +25546 aapg_ac_983.html aapg_ac_983.html:390:61156:61175 Wyandotte Kansas City, Kansas -0.0548494850698933514 +25547 aapg_ae_465.html aapg_ae_465.html:142:14435:14464 Smackover Miller County, Arkansas -0.441927274708787343 +25548 aapg_ae_231.html aapg_ae_231.html:82:7441:7449 Onondaga New Scotland, New York -0.471464870791560964 +25549 aapg_ai_7.html aapg_ai_7.html:177:14713:14731 Nacatoch Arkansas -0.0476429233409196642 +25550 sedimentology_html_7082794090 sedimentology_html_7082794090:933:61146:61150 Hall London, Ontario -0.475991665297052891 +25551 aapg_ae_68.html aapg_ae_68.html:346:41962:41979 Oquirrh Reno, Nevada -0.0186775409744464604 +25552 aapg_ac_835.html aapg_ac_835.html:1063:154429:154437 Tensleep Worland, Wyoming -0.460091874413590562 +25553 aapg_ad_581.html aapg_ad_581.html:187:25385:25405 Waynesboro San Fernando Valley 0.0143677717617256336 +25554 aapg_ai_584.html aapg_ai_584.html:1017:106223:106234 Cassa Cheyenne, Wyoming 0.0130315493205527232 +25555 aapg_ad_169.html aapg_ad_169.html:373:43337:43350 Maccrady Greenbrier (Great Smoky Mountains) -0.432236767973233238 +25556 aapg_ai_932.html aapg_ai_932.html:534:84663:84676 Santa Barbara Monterey, California -0.456337429672799166 +25557 aapg_ac_528.html aapg_ac_528.html:443:52026:52034 Colorado Englewood, New Jersey -0.438031460031225395 +25558 aapg_ad_52.html aapg_ad_52.html:67:7856:7864 Michigan Jonesville, Louisiana -0.431097950577111366 +25559 geology_html_9979781724 geology_html_9979781724:283:22890:22900 Washington Washington (state) -0.4597965726108596 +25560 aapg_ai_784.html aapg_ai_784.html:33:4030:4038 Michigan Ohio 0.0315871259998820944 +25561 cspg_html_9872589627 cspg_html_9872589627:11:1218:1235 Halfway Middle East -0.44721379024503416 +25562 aapg_ah_82.html aapg_ah_82.html:75:7270:7276 Sierra Torreon, Torrance County, New Mexico -0.0827567749856299162 +25563 aapg_ai_49.html aapg_ai_49.html:156:17449:17452 Abo Colorado -0.470292003998596664 +25564 sedimentology_html_7623092448 sedimentology_html_7623092448:4164:218016:218022 Brazil Earth -0.437098264428985472 +25565 aapg_ae_392.html aapg_ae_392.html:205:17908:17919 White River Batesville, Arkansas 0.0564804270448709539 +25566 cspg_html_1019614994 cspg_html_1019614994:226:35554:35623 Big Valley Lacombe, Alberta -0.00771327274469656935 +25567 aapg_ad_145.html aapg_ad_145.html:13:1296:1315 Mesaverde Wasatch Range 0.688013874744385134 +25568 gsa_html_7498897688 gsa_html_7498897688:1823:133039:133048 San Diego Mexico -0.0365022098849612647 +25569 aapg_ad_564.html aapg_ad_564.html:5520:450801:450817 Navajo Logan, Utah -0.442595627901035182 +25570 gsa_html_4067767548 gsa_html_4067767548:413:39570:39589 Hillabee Greenstone Alabama -0.0448677412107618342 +25571 aapg_aa_147.html aapg_aa_147.html:291:35558:35576 Winnipeg Regina, Saskatchewan -0.0355642585385362378 +25572 aapg_ah_160.html aapg_ah_160.html:13:2196:2204 Michigan Ohio -0.444856013246054061 +25573 cspg_html_9843429624 cspg_html_9843429624:122:14858:14883 Beaverhill Lacombe, Alberta -0.0199289271438858016 +25574 aapg_ah_327.html aapg_ah_327.html:292:26412:26419 Madison Williston, Vermont -0.493525020516280222 +25575 aapg_af_143.html aapg_af_143.html:638:57217:57242 Astoria Newport, Rhode Island -0.0360984802655648293 +25576 geology_html_3335667448 geology_html_3335667448:91:7560:7576 Merced California -0.476449805414249639 +25577 jgeology_html_3391865091 jgeology_html_3391865091:851:50143:50158 Frio Texas -0.44721379024503416 +25578 aapg_af_728.html aapg_af_728.html:130:15875:15891 Tyler Lewistown, Pennsylvania 0.035806134075581815 +25579 aapg_ac_93.html aapg_ac_93.html:283:29904:29923 Smackover Shreveport, Louisiana -0.357861176027670091 +25580 aapg_ad_2.html aapg_ad_2.html:1320:181273:181290 Cobourg Utica, New York -0.00274648745693117794 +25581 aapg_aa_147.html aapg_aa_147.html:714:73206:73218 Saskatchewan Saskatoon -0.43085802678688212 +25582 sedimentology_html_6295528506 sedimentology_html_6295528506:85:8284:8300 Long Point Middle Ordovician -0.0339634929094720234 +25583 aapg_af_614.html aapg_af_614.html:80:6707:6726 Smackover Lisbon -0.434540631888912565 +25584 cspg_html_4530154552 cspg_html_4530154552:104:16596:16628 Montney Manitoba -0.448296279445968116 +25585 gsa_html_5713869898 gsa_html_5713869898:29:2796:2824 Green River Colorado 0.0191120410110925017 +25586 aapg_ad_52.html aapg_ad_52.html:1091:118195:118210 Coldwater Michigan -0.458659434193013582 +25587 aapg_af_854.html aapg_af_854.html:512:68563:68573 Fort Payne Fort Payne, Alabama -0.0119247384368411057 +25588 cspg_html_4326384800 cspg_html_4326384800:770:107124:107145 Slave Point Lacombe, Alberta -0.0334258967197983703 +25589 cspg_html_5381643866 cspg_html_5381643866:33:4705:4718 Elk Victoria, British Columbia -0.0320063471843775108 +25590 aapg_ad_329.html aapg_ad_329.html:250:31696:31716 Mahantango Pennsylvania 0.00186225759184010619 +25591 gsa_html_7808051457 gsa_html_7808051457:742:74895:74912 Dotsero Colorado -0.471819338906025898 +25592 cspg_html_1841843683 cspg_html_1841843683:83:14302:14310 Sawtooth Williston Basin 0.0224215228355517555 +25593 aapg_aa_147.html aapg_aa_147.html:830:84088:84109 Stony Mountain Manitoba 0.853215276215417928 +25594 aapg_ah_519.html aapg_ah_519.html:193:20318:20333 Wayan Boise, Idaho -0.0133825404023746423 +25595 aapg_aa_419.html aapg_aa_419.html:521:46486:46494 Richmond Penrith, New South Wales -0.447153316157111791 +25596 aapg_aa_301.html aapg_aa_301.html:195:18558:18578 Copenhagen Antelope Valley Freeway -0.0703772867504297434 +25597 gsa_html_3330587082 gsa_html_3330587082:386:32892:32910 Rangeley Portland, Maine -0.471340610693628537 +25598 gsa_html_1119256423 gsa_html_1119256423:571:51076:51093 White River Platte River -0.0196404059622709952 +25599 aapg_ah_318.html aapg_ah_318.html:1932:178539:178545 Sierra Zacatecas, Zacatecas -0.451913869834985604 +25600 aapg_ae_960.html aapg_ae_960.html:201:18579:18594 Woodford Chattanooga, Tennessee -0.0373723706496873684 +25601 aapg_ad_400.html aapg_ad_400.html:170:16097:16113 Maroon Moenkopi Formation -0.43673056212772654 +25602 palaios_html_3561205174 palaios_html_3561205174:12:570:576 Denver Colorado -0.462166276497962936 +25603 cspg_html_9717154602 cspg_html_9717154602:359:48191:48212 Belly River Bow River -0.434558307819543299 +25604 aapg_ae_203.html aapg_ae_203.html:40:3011:3020 Olentangy Ohio -0.585555109981813038 +25605 aapg_ac_841.html aapg_ac_841.html:273:35018:35033 Coban El Salvador, Misamis Oriental -0.0361854896356224864 +25606 cspg_html_5241714595 cspg_html_5241714595:657:98099:98107 Columbia Victoria, British Columbia -0.0392835092525669338 +25607 aapg_ae_296.html aapg_ae_296.html:39:4529:4535 Blaine Texas -0.0346368297266972797 +25608 aapg_af_357.html aapg_af_357.html:196:20879:20884 Salem Salem, Massachusetts -0.47249414511500698 +25609 aapg_ai_236.html aapg_ai_236.html:144:13048:13058 Washington Venango, Pennsylvania -0.0265036602918163264 +25610 aapg_ah_378.html aapg_ah_378.html:232:22179:22195 Salado Salado, Texas -0.489182445167081981 +25611 aapg_ai_614.html aapg_ai_614.html:61:9952:9975 Brushy Canyon West, Texas -0.440325191296006335 +25612 aapg_ah_370.html aapg_ah_370.html:5:644:661 Genshaw Rockport, Massachusetts -0.462125287699645448 +25613 sedimentology_html_6811924239 sedimentology_html_6811924239:554:27882:27893 Santa Clara Santa Monica, California -0.475977786028375149 +25614 aapg_aa_4.html aapg_aa_4.html:240:32112:32138 West Falls Chemung, New York -0.0784096247774908606 +25615 sedimentology_html_6315541271 sedimentology_html_6315541271:1329:77883:77922 Bruce Perth, Western Australia -0.427658982255246345 +25616 gsa_html_5262754204 gsa_html_5262754204:176:21810:21815 Stump Lajitas, Texas -0.469230874046953295 +25617 jgeology_html_3669018334 jgeology_html_3669018334:981:55174:55184 San Miguel Mexico -0.441397390812390766 +25618 aapg_aa_702.html aapg_aa_702.html:1322:138617:138633 Salado Carlsbad, New Mexico -0.439391917689554934 +25619 aapg_ah_646.html aapg_ah_646.html:362:43472:43488 Chinle Colorado 0.0784796802013697087 +25620 aapg_af_497.html aapg_af_497.html:786:73631:73649 Niobrara Colorado -0.426817068967231705 +25621 cspg_html_3231136569 cspg_html_3231136569:6:299:308 Ice River Victoria, British Columbia -0.488912357297633382 +25622 cspg_html_8840748783 cspg_html_8840748783:612:75916:75936 Colorado Canada -0.459839726029242057 +25623 gsa_html_5107598462 gsa_html_5107598462:479:43863:43869 Salina Salina, Kansas 0.966422853179960795 +25624 aapg_aa_24.html aapg_aa_24.html:1088:110432:110437 Yukon McConnell Air Force Base -0.00967821874611652505 +25625 sedimentology_html_7486236177 sedimentology_html_7486236177:75:9864:9885 Snowy Range Gallatin, Tennessee -0.469382385724573914 +25626 palaios_html_7769060899 palaios_html_7769060899:529:50683:50700 White River Chadron, Nebraska -0.473238647285217195 +25627 aapg_af_713.html aapg_af_713.html:135:13506:13523 Rodessa Smith County, Kansas -0.418507876495596065 +25628 aapg_af_489.html aapg_af_489.html:31:3141:3164 San Miguel Texas -0.020196595303077311 +25629 cspg_html_3354282978 cspg_html_3354282978:467:61291:61315 Leduc Swan Hill, Victoria -0.413938644445855319 +25630 aapg_ae_345.html aapg_ae_345.html:345:23515:23520 Eutaw Tuscaloosa, Alabama 0.0214185325527419985 +25631 aapg_ac_235.html aapg_ac_235.html:445:47048:47056 Morrison Colorado 0.921508589148114399 +25632 cspg_html_1962846283 cspg_html_1962846283:45:6424:6438 Kootenay Victoria, British Columbia 0.368576691077039664 +25633 aapg_ae_803.html aapg_ae_803.html:75:9735:9745 Santa Cruz Guatemala -0.492281675671482677 +25634 gsa_html_9452548338 gsa_html_9452548338:58:4046:4074 Green River Colorado -0.439391917689554934 +25635 cspg_html_1498300615 cspg_html_1498300615:102:12780:12795 Cairn Lacombe, Alberta 0.99350837588735097 +25636 gsa_html_7102550258 gsa_html_7102550258:810:91213:91223 Springdale Kayenta, Arizona 0.0525005579235097164 +25637 palaios_html_1222907427 palaios_html_1222907427:594:59225:59241 Chinle Arizona -0.496327483565662697 +25638 aapg_af_727.html aapg_af_727.html:212:23757:23765 Colorado New Mexico -0.0966153118715610132 +25639 aapg_ac_995.html aapg_ac_995.html:353:28881:28897 Werner Arkansas -0.0121123895767299237 +25640 geology_html_1573138807 geology_html_1573138807:250:23689:23708 Pinyon Conglomerate Cheyenne, Wyoming -0.0489655236632166313 +25641 geology_html_3106921824 geology_html_3106921824:60:6612:6633 Clinchfield Chesapeake Bay -0.467868439854770279 +25642 aapg_ai_243.html aapg_ai_243.html:5:716:726 Tuscaloosa Mississippi River -0.455658949817136283 +25643 cspg_html_4233306187 cspg_html_4233306187:650:71812:71818 Oxford England -0.478349729395822987 +25644 aapg_ae_961.html aapg_ae_961.html:334:26041:26050 Greenhorn Cheyenne, Wyoming 0.413255531900815765 +25645 aapg_ad_760.html aapg_ad_760.html:49:7027:7043 Modelo Santa Clara, California -0.0329039831634222388 +25646 cspg_html_3043423556 cspg_html_3043423556:214:26685:26697 Devon Island Bathurst Island (Northern Territory) -0.464533160716817162 +25647 cspg_html_6163998187 cspg_html_6163998187:523:60267:60281 Bullhead Victoria, British Columbia -0.117066859606588289 +25648 aapg_ae_551.html aapg_ae_551.html:134:13448:13467 Etchegoin California -0.447117481542723516 +25649 aapg_ac_366.html aapg_ac_366.html:487:47208:47217 Tuscarora Juniata County School District -0.0596859178207084368 +25650 gsa_html_1123895791 gsa_html_1123895791:190:15061:15069 Santiago San Francisco -0.455229509631582041 +25651 aapg_ad_258.html aapg_ad_258.html:378:44201:44209 Catskill Chemung, New York -0.440354093294291316 +25652 aapg_aa_322.html aapg_aa_322.html:38:4623:4637 Woodford Arbuckle, California -0.0442511603309229257 +25653 gsa_html_3069013284 gsa_html_3069013284:35:3014:3082 Chinle Earth -0.0160151207401750574 +25654 aapg_ah_656.html aapg_ah_656.html:607:59496:59509 Cherry Canyon Delaware -0.0511668783067136951 +25655 aapg_ad_351.html aapg_ad_351.html:522:44995:45014 Northview Chattanooga, Tennessee -0.469070208322842297 +25656 jgeology_html_1505596087 jgeology_html_1505596087:949:67092:67102 San Miguel Guanajuato, Guanajuato -0.0297521166629775777 +25657 sedimentology_html_2817326778 sedimentology_html_2817326778:585:33267:33275 Virginia Middle Ordovician -0.491282661525563435 +25658 palaios_html_6756694640 palaios_html_6756694640:1037:83924:83932 Virginia Mexico -0.0371791885469511946 +25659 gsa_html_9875126362 gsa_html_9875126362:1078:93907:93935 Green River Colorado -0.0249440441513266963 +25660 cspg_html_6702053097 cspg_html_6702053097:10:1166:1187 Lawrence Quebec City -0.463697875765281653 +25661 gsa_html_7102550258 gsa_html_7102550258:745:84320:84337 Kayenta Kayenta, Arizona -0.447404197686881167 +25662 aapg_ah_77.html aapg_ah_77.html:43:6746:6757 Green River Cheyenne, Wyoming -0.490689465081328491 +25663 aapg_ah_801.html aapg_ah_801.html:51:4907:4917 Washington Wabash River -0.467016268103292775 +25664 aapg_aa_731.html aapg_aa_731.html:299:39093:39108 Rockdale Western world -0.48312719960823608 +25665 aapg_ah_428.html aapg_ah_428.html:431:51427:51435 Caballos El Paso, Texas -0.492309966808552324 +25666 gsa_html_1361916335 gsa_html_1361916335:838:75814:75842 Green River Colorado 0.0328761484441471435 +25667 geology_html_7991599785 geology_html_7991599785:13:658:668 Las Cruces New Mexico -0.00268221124588273983 +25668 cspg_html_5828545040 cspg_html_5828545040:351:35924:35948 Salado West Texas -0.441397390812390766 +25669 aapg_af_288.html aapg_af_288.html:589:65644:65667 Brushy Canyon Texas -0.448377013151321557 +25670 cspg_html_4694482219 cspg_html_4694482219:24:3224:3241 Bearpaw Lacombe, Alberta -0.486529900381118929 +25671 aapg_ae_73.html aapg_ae_73.html:826:105975:105983 Colorado Las Animas County, Colorado -0.456344217050148659 +25672 aapg_ac_529.html aapg_ac_529.html:218:22825:22833 Colorado Denver -0.481766159765426027 +25673 cspg_html_7086537250 cspg_html_7086537250:696:100133:100157 Lower Elk Point Lacombe, Alberta -0.0224076161552878329 +25674 aapg_ai_28.html aapg_ai_28.html:181:15911:15918 Lagarto Beaumont, Texas -0.0272913568249384605 +25675 aapg_ah_49.html aapg_ah_49.html:72:9074:9095 Mint Canyon Castaic, California -0.0535310597964058985 +25676 aapg_ah_283.html aapg_ah_283.html:435:48002:48008 Oregon Washington (state) -0.493905230900802183 +25677 jgeology_html_1703143627 jgeology_html_1703143627:858:53830:53838 Colorado San Juan, Argentina -0.475138501585752326 +25678 sedimentology_html_8798234923 sedimentology_html_8798234923:1121:83854:83864 Washington Salem, Oregon -0.0306269732531419848 +25679 geology_html_8531397175 geology_html_8531397175:17:968:978 Santa Cruz Santa Cruz, California -0.0236297103321001234 +25680 cspg_html_6608209149 cspg_html_6608209149:558:55074:55078 Kent Williston Basin -0.0407754352992212923 +25681 gsa_html_9052101586 gsa_html_9052101586:519:64489:64513 Peoria Peoria, Illinois -0.00952011624606233578 +25682 cspg_html_6417125323 cspg_html_6417125323:24:2690:2698 Imperial Winnipeg -0.430000081582776583 +25683 cspg_html_4298557570 cspg_html_4298557570:193:27168:27192 St. Mary River Edmonton, London -0.474863540124580097 +25684 gsa_html_7808051457 gsa_html_7808051457:835:80147:80155 Colorado Colorado -0.0095461770540191792 +25685 aapg_af_915.html aapg_af_915.html:43:4619:4626 Bearpaw Edmonton, London -0.471292292074721564 +25686 aapg_ae_415.html aapg_ae_415.html:910:114126:114145 Paynes Hammock Alabama -0.464432702411418319 +25687 aapg_ah_754.html aapg_ah_754.html:138:16295:16312 Burrard Nanaimo -0.0404220171778900406 +25688 aapg_ai_28.html aapg_ai_28.html:953:87716:87726 Rio Grande Texas -0.0376282120976162635 +25689 aapg_ae_728.html aapg_ae_728.html:518:44128:44136 Colorado Colorado -0.46567095948211501 +25690 aapg_ai_794.html aapg_ai_794.html:3:330:338 Michigan Ohio -0.022871757858413614 +25691 geology_html_5242825349 geology_html_5242825349:11:549:560 Bedford London, Ontario -0.460946527021081187 +25692 cspg_html_3104351736 cspg_html_3104351736:26:3268:3285 Belly River Lacombe, Alberta -0.0212673068022475528 +25693 cspg_html_4382149016 cspg_html_4382149016:15:1845:1866 Lawrence Quebec City -0.0385036919951944542 +25694 geology_html_7647446171 geology_html_7647446171:361:28500:28505 Spray Sudbury, Suffolk -0.478307979059971577 +25695 aapg_ai_813.html aapg_ai_813.html:44:8314:8320 Barrow Prudhoe Bay Oil Field -0.429582389532346398 +25696 aapg_ad_945.html aapg_ad_945.html:331:35742:35754 Saskatchewan Lacombe, Alberta -0.447189152172129289 +25697 cspg_html_3772380029 cspg_html_3772380029:422:54142:54161 Red River Manitoba -0.500192918844222678 +25698 gsa_html_4308966435 gsa_html_4308966435:1120:110856:110874 Morrison Colorado Plateau -0.451812561628617604 +25699 aapg_af_664.html aapg_af_664.html:11:1516:1520 Word El Reno, Oklahoma -0.441486425747427802 +25700 aapg_ai_87.html aapg_ai_87.html:327:31091:31107 Exshaw Wapiti River -0.240051823274297166 +25701 aapg_ae_319.html aapg_ae_319.html:467:38883:38894 Skull Creek Weber River -0.0132991361893864783 +25702 cspg_html_6647936472 cspg_html_6647936472:508:48786:48808 Winnipegosis Williston Basin -0.0112818678629079024 +25703 aapg_ah_871.html aapg_ah_871.html:437:48856:48861 Laval Lowville (town), New York -0.0370660655999496616 +25704 gsa_html_4067269733 gsa_html_4067269733:1077:102923:102941 Colorado Arizona 0.71415782408395112 +25705 cspg_html_4407096618 cspg_html_4407096618:597:50766:50777 Peace River Victoria, British Columbia -0.451731523193220186 +25706 cspg_html_7115701337 cspg_html_7115701337:40:5951:5970 Kaskapau Lacombe, Alberta -0.0238000807076843013 +25707 gsa_html_8051402894 gsa_html_8051402894:229:28785:28805 Colorado Arizona -0.520263320497991177 +25708 geology_html_8437329166 geology_html_8437329166:249:19154:19169 Orocopia Schist California -0.474863540124580097 +25709 aapg_ad_757.html aapg_ad_757.html:235:28217:28223 Wilcox Okmulgee, Oklahoma -0.0213629091377398328 +25710 cspg_html_4664502755 cspg_html_4664502755:590:74459:74474 Pense Regina, Saskatchewan -0.0180709945054990453 +25711 gsa_html_1538463681 gsa_html_1538463681:461:38237:38253 Morita Sonora -0.50436806319393368 +25712 aapg_ai_986.html aapg_ai_986.html:158:17273:17285 Marble Falls Illinois -0.448282824521055501 +25713 aapg_af_488.html aapg_af_488.html:88:7917:7923 Almond Western world -0.44844429668252761 +25714 aapg_af_479.html aapg_af_479.html:4:540:558 Cabrillo California -0.0322203122766998376 +25715 cspg_html_2796643803 cspg_html_2796643803:25:4367:4375 Deadwood Regina, Saskatchewan -0.0258394556349876708 +25716 aapg_ad_466.html aapg_ad_466.html:67:7003:7011 Monmouth Matawan, New Jersey -0.0501628553574823693 +25717 aapg_ai_566.html aapg_ai_566.html:3:388:400 Saskatchewan Lacombe, Alberta -0.498533441979883141 +25718 geology_html_2881397713 geology_html_2881397713:38:2801:2825 Montoya Texas -0.445729966806921007 +25719 AMJC_html_7984049819 AMJC_html_7984049819:696:74338:74355 Kittery Western world -0.503870719216367835 +25720 aapg_ac_633.html aapg_ac_633.html:59:6583:6607 Arroyo Rio Arriba County, New Mexico -0.515570374955510391 +25721 geology_html_7922337916 geology_html_7922337916:19:1521:1537 Navajo North Sea oil -0.488806694061501346 +25722 cspg_html_6839937815 cspg_html_6839937815:299:42943:42951 Toroweap Kaibab, Arizona 0.0310635550313855154 +25723 aapg_ae_147.html aapg_ae_147.html:292:29261:29275 Pico South Mountains (Arizona) 0.00686025828250414957 +25724 geology_html_5131566986 geology_html_5131566986:240:23437:23443 Snyder California -0.448484669177164286 +25725 sedimentology_html_6951714124 sedimentology_html_6951714124:597:54514:54526 Saskatchewan Regina, Saskatchewan -0.478642038078168519 +25726 aapg_ae_1.html aapg_ae_1.html:90:11223:11230 Cardium Lacombe, Alberta 0.000213672889406611738 +25727 aapg_ah_646.html aapg_ah_646.html:138:16447:16470 Moenkopi Moenkopi Formation -0.442649117020085803 +25728 geology_html_2265365356 geology_html_2265365356:106:10295:10301 Antler Victoria, British Columbia -0.0199532604557582163 +25729 aapg_ah_53.html aapg_ah_53.html:24:3067:3083 Elwren Bloomington, Indiana -0.0335442004664093935 +25730 cspg_html_2929384614 cspg_html_2929384614:20:2508:2526 Montney Lacombe, Alberta -0.0491537380497388335 +25731 cspg_html_8818854104 cspg_html_8818854104:758:79917:79931 Bullhead Victoria, British Columbia -0.525194602029563917 +25732 aapg_aa_797.html aapg_aa_797.html:109:13752:13764 Cutler Logan, Utah -0.452909542628234352 +25733 geology_html_6225848515 geology_html_6225848515:418:22942:22949 Francis London, Ontario -0.469093158774920749 +25734 sedimentology_html_3238300064 sedimentology_html_3238300064:940:70067:70085 Norphlet Mississippi River 0.000674025171207849952 +25735 sedimentology_html_2706602351 sedimentology_html_2706602351:29:2198:2203 Price North Carolina -0.426766665462260386 +25736 aapg_ae_1.html aapg_ae_1.html:86:11081:11102 Tuscaloosa Mississippi River -0.425402399125748287 +25737 cspg_html_7985076717 cspg_html_7985076717:298:29712:29727 Aston Canadian Arctic Archipelago -0.303184142854694194 +25738 aapg_ah_318.html aapg_ah_318.html:806:84465:84484 Smackover Arkansas -0.426510306242507076 +25739 cspg_html_8891363498 cspg_html_8891363498:195:18387:18401 Drake Bay Prince of Wales Island (Nunavut) -0.469028899015838996 +25740 palaios_html_8064020973 palaios_html_8064020973:523:61094:61125 Chinle Logan, Utah -0.44280960294495586 +25741 cspg_html_1378826439 cspg_html_1378826439:392:37368:37384 Viking Lacombe, Alberta -0.413942969460138921 +25742 aapg_ak_21.html aapg_ak_21.html:97:11299:11306 Madison Cheyenne, Wyoming -0.472952757290721282 +25743 aapg_ac_920.html aapg_ac_920.html:72:11378:11395 Oquirrh Montello, Nevada -0.440125125196615896 +25744 aapg_ae_467.html aapg_ae_467.html:656:51432:51445 Detroit River Michigan -0.0781101492998610009 +25745 sedimentology_html_7330318168 sedimentology_html_7330318168:1431:91648:91652 Hall London, Ontario -0.492342974330111982 +25746 gsa_html_1860930948 gsa_html_1860930948:766:75604:75623 Cloverly Cheyenne, Wyoming -0.0405891491966653695 +25747 aapg_ah_869.html aapg_ah_869.html:51:6096:6102 Dakota Colorado 0.0426611431426443949 +25748 aapg_ae_310.html aapg_ae_310.html:79:9268:9276 Woodbine Grayson County, Kentucky -0.403758404313741825 +25749 aapg_ae_182.html aapg_ae_182.html:247:28241:28249 Saratoga Bellevue, Nebraska -0.454113919430063184 +25750 cspg_html_4450068317 cspg_html_4450068317:6:414:422 Columbia Victoria, British Columbia -0.478642038078168519 +25751 aapg_ac_824.html aapg_ac_824.html:3:294:302 Colorado Colorado -0.457514673015389395 +25752 aapg_ah_745.html aapg_ah_745.html:167:15454:15463 Maquoketa Maquoketa, Iowa -0.408271950530841421 +25753 aapg_ak_4.html aapg_ak_4.html:606:62704:62712 Colorado Denver -0.0572986636037091379 +25754 cspg_html_5402891623 cspg_html_5402891623:6:373:390 Halfway Victoria, British Columbia -0.0381938711768296663 +25755 aapg_af_248.html aapg_af_248.html:5:1760:1766 Midway Texas -0.449467616590735308 +25756 cspg_html_1934220426 cspg_html_1934220426:40:5269:5287 Goodrich Shaftesbury -0.00682551256752809629 +25757 aapg_ah_537.html aapg_ah_537.html:24:3955:3976 Green River Logan, Utah -0.00840994113992231743 +25758 aapg_ae_204.html aapg_ae_204.html:186:15872:15892 Clearwater Western world -0.445984933244691462 +25759 cspg_html_3664126562 cspg_html_3664126562:18:2621:2638 Cardium Lacombe, Alberta -0.00258840277417883959 +25760 gsa_html_4234009219 gsa_html_4234009219:524:45525:45557 Whitemud Regina, Saskatchewan -0.468455358769372721 +25761 aapg_ae_959.html aapg_ae_959.html:1750:125610:125622 Belle Plains Wichita, Kansas -0.400279911886047501 +25762 aapg_ac_253.html aapg_ac_253.html:323:40174:40181 Manlius New Scotland, New York -0.449431691216236939 +25763 geology_html_3335667448 geology_html_3335667448:51:4533:4549 Rockland Rockland County, New York -0.459079167683933642 +25764 cspg_html_7281679890 cspg_html_7281679890:777:96294:96303 Porcupine Middle Ordovician -0.0983076065293314733 +25765 cspg_html_1319806239 cspg_html_1319806239:5:208:232 Old Fort Lacombe, Alberta -0.458675312427173743 +25766 gsa_html_5107598462 gsa_html_5107598462:910:78045:78061 Salina Huntington, West Virginia -0.0045966157065965357 +25767 cspg_html_5973552270 cspg_html_5973552270:88:12998:13026 Beaverhill Swan Hill, Victoria -0.487631194234456278 +25768 aapg_af_562.html aapg_af_562.html:128:12883:12904 Tuscaloosa Tuscaloosa, Alabama 0.0239617604101210226 +25769 aapg_ai_981.html aapg_ai_981.html:433:34538:34544 Lissie Beaumont, Texas -0.0866343170943751489 +25770 gsa_html_3448554349 gsa_html_3448554349:933:89755:89774 Rockwell Pennsylvania 0.426072244731216243 +25771 cspg_html_1434585715 cspg_html_1434585715:18:2222:2240 Coalspur Lacombe, Alberta -0.474808096218428344 +25772 aapg_af_393.html aapg_af_393.html:110:16610:16614 Rome Piedmont (United States) -0.423531068292633761 +25773 gsa_html_2385270880 gsa_html_2385270880:1085:109661:109689 Green River Colorado -0.0115181647621516343 +25774 aapg_ae_35.html aapg_ae_35.html:95:9400:9416 Uinta Wasatch Range -0.0098536958986005091 +25775 geology_html_8881449794 geology_html_8881449794:116:10297:10305 Colorado Pueblo, Colorado -0.469230874046953295 +25776 cspg_html_9361096527 cspg_html_9361096527:40:8485:8507 Belly River Western world -0.466810220907495799 +25777 cspg_html_4630116521 cspg_html_4630116521:1324:118326:118352 Sutherland River Devon Island -0.45037070619498798 +25778 aapg_af_359.html aapg_af_359.html:396:31790:31798 Wolfcamp Texas 0.0268462072160875129 +25779 gsa_html_9499174204 gsa_html_9499174204:1191:97108:97112 Java Indonesia -0.48062584784091128 +25780 aapg_ah_624.html aapg_ah_624.html:150:15450:15465 Mesaverde Mancos, Colorado -0.0259316078616598014 +25781 aapg_aa_735.html aapg_aa_735.html:186:17062:17078 Ireton Lacombe, Alberta -0.429428549347213639 +25782 aapg_af_768.html aapg_af_768.html:77:9557:9564 La Luna Southlake, Texas -0.4391432028015122 +25783 aapg_ai_322.html aapg_ai_322.html:9:589:594 Colon Honduras -0.47249414511500698 +25784 jgeology_html_2051911211 jgeology_html_2051911211:491:25750:25763 Sandia New Mexico -0.0294721058156958669 +25785 gsa_html_8308045298 gsa_html_8308045298:746:75604:75614 Wind River Cheyenne, Wyoming -0.471382028770717776 +25786 aapg_ah_125.html aapg_ah_125.html:33:3233:3250 Oswego Kingfisher Country Park -0.418699089801867985 +25787 gsa_html_9487992082 gsa_html_9487992082:210:26154:26170 Navajo Logan, Utah -0.0280825762237737336 +25788 AMJC_html_5516451353 AMJC_html_5516451353:459:48110:48158 Open Hartford, Connecticut -0.48878086726465575 +25789 cspg_html_3772380029 cspg_html_3772380029:1441:150651:150660 Mattagami Ontario, California -0.450743884934886652 +25790 aapg_ac_621.html aapg_ac_621.html:150:12726:12739 Willard Auburn, Alabama -0.0208414480796128843 +25791 aapg_ah_253.html aapg_ah_253.html:20:3173:3193 San Andres Logan, Utah -0.0221712043422439102 +25792 aapg_ad_763.html aapg_ad_763.html:624:75157:75167 Kern River Sierra Nevada (Spain) 0.00736581097593620986 +25793 aapg_ae_805.html aapg_ae_805.html:45:6666:6673 Hermosa Hermosa, Chicago -0.110178768621581352 +25794 aapg_ak_19.html aapg_ak_19.html:11:2036:2044 Columbia California -0.0406396375841217364 +25795 sedimentology_html_8006979411 sedimentology_html_8006979411:1307:98718:98735 Cardium Canada -0.418742552630068099 +25796 aapg_ai_975.html aapg_ai_975.html:1120:89948:89968 Georgetown Coahuila -0.0365561577052215814 +25797 aapg_ai_17.html aapg_ai_17.html:1308:89533:89542 Catahoula Hattiesburg, Mississippi -0.000627121340837813067 +25798 cspg_html_9825544190 cspg_html_9825544190:43:4971:5004 Stettler Calgary 0.436571121733102752 +25799 aapg_ai_281.html aapg_ai_281.html:35:5088:5108 Lane Tampico, Illinois -0.491282661525563435 +25800 aapg_af_291.html aapg_af_291.html:533:58414:58428 Lisburne Northwest Arctic Borough, Alaska -0.483085217576718073 +25801 aapg_aa_305.html aapg_aa_305.html:12:2595:2608 Cohansey Sand Alabama 0.00179624453777558709 +25802 sedimentology_html_5469051730 sedimentology_html_5469051730:1139:82558:82567 Pueblo Coahuila -0.0186688510697679971 +25803 aapg_af_653.html aapg_af_653.html:1091:130215:130222 Temblor Bitter Creek (Wyoming) -0.0194596479158459131 +25804 gsa_html_1248731493 gsa_html_1248731493:755:69484:69492 Montreal Arctic Cordillera -0.0230090906667148494 +25805 aapg_ae_10.html aapg_ae_10.html:39:5661:5673 Austin Chalk Austin, Chicago -0.416220582820664042 +25806 aapg_ah_973.html aapg_ah_973.html:22:3494:3508 Monmouth Closter, New Jersey -0.453180049702502807 +25807 aapg_ad_808.html aapg_ad_808.html:677:43171:43179 Woodside Logan, Utah -0.418516567191767941 +25808 gsa_html_8863489299 gsa_html_8863489299:536:64407:64412 Crete Crete -0.0551215722984807754 +25809 AMJC_html_3701141304 AMJC_html_3701141304:12:553:563 Washington Seattle -0.462348471732962063 +25810 cspg_html_5891044027 cspg_html_5891044027:313:60981:61000 Kitchener Victoria, British Columbia -0.0258220684876826687 +25811 aapg_ae_999.html aapg_ae_999.html:330:45959:45969 Washington Tampa, Florida -0.0108839893390520418 +25812 gsa_html_8152640301 gsa_html_8152640301:263:21330:21346 Naknek Talkeetna Mountains 0.0479809580463482349 +25813 cspg_html_6545726692 cspg_html_6545726692:410:48120:48137 Toby Washington (state) -0.0246554374675200805 +25814 aapg_ah_646.html aapg_ah_646.html:390:47613:47629 Chinle Logan, Utah -0.439631812877842865 +25815 gsa_html_4339524478 gsa_html_4339524478:459:45616:45632 Hurwal Wallowa, Oregon -0.4597965726108596 +25816 aapg_ad_52.html aapg_ad_52.html:1125:122900:122918 Michigan Michigan -0.0451203085338412122 +25817 jgeology_html_4152045543 jgeology_html_4152045543:734:52310:52328 Gowganda Ontario, California -0.447153316157111791 +25818 sedimentology_html_7719328277 sedimentology_html_7719328277:863:84471:84495 Salado New Mexico -0.471819338906025898 +25819 cspg_html_6985536436 cspg_html_6985536436:158:21597:21615 Isachsen Banks Island 0.0293712338461080379 +25820 aapg_ae_161.html aapg_ae_161.html:27:4104:4111 Bearpaw Judith River Formation 0.00773064589700992767 +25821 gsa_html_9152662653 gsa_html_9152662653:15:667:673 Denver Colorado -0.097832563695472205 +25822 aapg_ae_895.html aapg_ae_895.html:581:47831:47842 Reclamation Denver -0.55662753760123751 +25823 cspg_html_9713614580 cspg_html_9713614580:286:37998:38011 Turner Valley Lacombe, Alberta 0.010743256116110083 +25824 cspg_html_5697056884 cspg_html_5697056884:66:7711:7747 Red River Western world 0.00423874779133452326 +25825 cspg_html_8535889489 cspg_html_8535889489:169:24417:24434 Awingak Southern United States -0.50968050282683186 +25826 gsa_html_4243887096 gsa_html_4243887096:11:519:529 Washington Seattle -0.458750170743803365 +25827 palaios_html_3140337808 palaios_html_3140337808:459:42866:42888 Florissant Colorado -0.45099125631104503 +25828 aapg_af_859.html aapg_af_859.html:8:1057:1063 Lissie Beaumont, Texas -0.473695342935840036 +25829 aapg_ad_461.html aapg_ad_461.html:141:16663:16682 Fox Hills Southern Alberta -0.430532356052481968 +25830 gsa_html_1119256423 gsa_html_1119256423:563:50276:50293 White River Platte River -0.452927573923113447 +25831 aapg_af_143.html aapg_af_143.html:412:40040:40046 Oregon Knoxville, Illinois -0.466741549175746284 +25832 aapg_ah_876.html aapg_ah_876.html:291:37314:37325 Pine Island County Sligo -0.431256465733329653 +25833 aapg_af_786.html aapg_af_786.html:130:14430:14446 Midway Texas -0.0098536958986005091 +25834 gsa_html_3701935694 gsa_html_3701935694:68:6474:6482 Moretown Bennington, Vermont -0.0470470415347230275 +25835 geology_html_4447793411 geology_html_4447793411:100:7377:7383 Sonora Baja California peninsula -0.48757492352044407 +25836 aapg_aa_544.html aapg_aa_544.html:274:37336:37344 Niobrara Cheyenne, Wyoming -0.190324160373239487 +25837 aapg_ae_813.html aapg_ae_813.html:836:71543:71551 Buff Bay Jamaica, Queens -0.434558307819543299 +25838 aapg_ad_758.html aapg_ad_758.html:340:42395:42406 Summerville Pittsburgh -0.0549436678913172855 +25839 aapg_ac_653.html aapg_ac_653.html:9:1016:1024 Lovelock Reno, Nevada -0.481775474642512247 +25840 aapg_aa_328.html aapg_aa_328.html:799:61850:61857 Reynosa Matamoros, Tamaulipas 0.013403391494118528 +25841 aapg_ad_433.html aapg_ad_433.html:18:2702:2707 Yukon Bristol Bay Borough, Alaska -0.498618950640439262 +25842 aapg_af_897.html aapg_af_897.html:56:7249:7256 Hermosa Atoka, Oklahoma -0.0693981553655075578 +25843 cspg_html_1456761793 cspg_html_1456761793:264:31625:31637 Fort Simpson Canada 0.00403028171567929548 +25844 cspg_html_9613527162 cspg_html_9613527162:182:25230:25244 Exshaw North Portal, Saskatchewan -0.44751173936929356 +25845 aapg_ai_352.html aapg_ai_352.html:23:2870:2881 Black River Russell County, Virginia -0.0203460739927139034 +25846 aapg_ad_958.html aapg_ad_958.html:106:11977:12020 Woodford Chattanooga, Tennessee -0.431080339422081793 +25847 geology_html_4814912321 geology_html_4814912321:199:21221:21230 Bear Lake Boise, Idaho -0.0258394556349876708 +25848 aapg_ai_999.html aapg_ai_999.html:244:18964:18980 Carmel Logan, Utah -0.0411306079885422268 +25849 aapg_af_568.html aapg_af_568.html:452:39068:39071 Elk Cheyenne, Wyoming -0.039213880157219938 +25850 gsa_html_6546953900 gsa_html_6546953900:1116:95014:95020 Morgan Hawaii (island) -0.00202555313540596143 +25851 cspg_html_9717154602 cspg_html_9717154602:1043:86757:86773 Horseshoe Canyon Drumheller -0.00621572872549000163 +25852 gsa_html_4071231613 gsa_html_4071231613:1050:106478:106488 Washington Boise, Idaho -0.473778404154942046 +25853 aapg_aa_682.html aapg_aa_682.html:600:60180:60199 Wyandotte Missouri River 0.0587364945317298062 +25854 cspg_html_4463164802 cspg_html_4463164802:116:13542:13561 Keg River Victoria, British Columbia 0.0208414480796129224 +25855 aapg_af_737.html aapg_af_737.html:500:61350:61359 San Pedro California -0.431080339422081793 +25856 palaios_html_2945835736 palaios_html_2945835736:123:11900:11919 Willwood Fort Union Trading Post National Historic Site -0.0668742008765395302 +25857 cspg_html_7777724998 cspg_html_7777724998:117:16786:16799 Elk Highwood Pass 0.37364156903034218 +25858 aapg_ae_419.html aapg_ae_419.html:244:32687:32707 Georgetown Texas 0.00255018452536458695 +25859 sedimentology_html_8989921425 sedimentology_html_8989921425:2031:148457:148461 Hall London, Ontario -0.450608983410958508 +25860 aapg_af_725.html aapg_af_725.html:202:21462:21472 Washington Cheyenne, Wyoming -0.0478206511244486168 +25861 aapg_ah_871.html aapg_ah_871.html:531:58940:58945 Chazy Montreal -0.0233046208724774252 +25862 aapg_ac_79.html aapg_ac_79.html:28:4164:4183 Tuscarora Huntington, West Virginia -0.00125945488018784418 +25863 aapg_ac_473.html aapg_ac_473.html:16:2697:2707 Phosphoria Boise, Idaho 0.00088769823007264 +25864 cspg_html_7971908357 cspg_html_7971908357:131:16831:16859 Kishenehn Victoria, British Columbia -0.457514673015389395 +25865 aapg_ae_705.html aapg_ae_705.html:566:55764:55788 Santa Barbara Ventura County, California -0.457582637906406409 +25866 cspg_html_1993014403 cspg_html_1993014403:363:43303:43308 Price Victoria, British Columbia -0.442649117020085803 +25867 aapg_ah_165.html aapg_ah_165.html:188:27511:27527 Interlake Regina, Saskatchewan -0.0331753752251057327 +25868 aapg_ae_534.html aapg_ae_534.html:113:12069:12089 Hemlock Conglomerate Cook Inlet 0.566580225151638306 +25869 aapg_af_880.html aapg_af_880.html:472:71452:71472 San Andres Texas 0.0277765166733697742 +25870 aapg_af_664.html aapg_af_664.html:308:32566:32576 San Andres San Angelo, Texas -0.444838140504144441 +25871 aapg_ad_116.html aapg_ad_116.html:177:22384:22389 Joins Belton, Texas -0.0569218086528505626 +25872 aapg_af_887.html aapg_af_887.html:145:14280:14290 Whitehorse West Texas -0.473649201225758321 +25873 jgeology_html_4704494742 jgeology_html_4704494742:253:25155:25163 Altamaha Savannah River Site 0.405937540496587757 +25874 aapg_ac_944.html aapg_ac_944.html:237:21136:21160 Arroyo New Mexico -0.0257194847392249668 +25875 sedimentology_html_9522643663 sedimentology_html_9522643663:150:13683:13690 Entrada Carmel, Indiana -0.0556274042305954161 +25876 aapg_ae_243.html aapg_ae_243.html:3:286:302 Custer Texas -0.0433821006587485347 +25877 geology_html_5745933097 geology_html_5745933097:401:28078:28086 Virginia Hampton, New Hampshire -0.454143259443463898 +25878 aapg_ac_55.html aapg_ac_55.html:172:20737:20746 Manasquan Mount Laurel Township, New Jersey -0.419699228406432479 +25879 palaios_html_2994452429 palaios_html_2994452429:1717:144303:144320 Montney Denver -0.0491380533416538867 +25880 gsa_html_1549665076 gsa_html_1549665076:736:65962:65972 Washington Salem, Oregon -0.0121123895767299237 +25881 aapg_ad_350.html aapg_ad_350.html:429:46713:46721 Onondaga Huntington, West Virginia -0.0760773544296866333 +25882 gsa_html_8622484687 gsa_html_8622484687:564:51201:51218 Mirador Cordillera Administrative Region -0.481870957939069144 +25883 cspg_html_4272664788 cspg_html_4272664788:86:13374:13389 Banff Lacombe, Alberta 0.342746156951257652 +25884 aapg_aa_45.html aapg_aa_45.html:328:41085:41103 Moenkopi Moenkopi Formation -0.417439513760371694 +25885 aapg_ai_367.html aapg_ai_367.html:41:3302:3307 Tejon Coalinga, California -0.0584956705548907718 +25886 aapg_ac_59.html aapg_ac_59.html:86:11451:11471 Point Loma Carlsbad, New Mexico -0.465945346292333973 +25887 aapg_ah_90.html aapg_ah_90.html:76:12566:12578 Cedar Mountain Cedar Mountains -0.0250466225487357037 +25888 cspg_html_4666332434 cspg_html_4666332434:493:73077:73089 Judith River Lacombe, Alberta -0.000165031905109087207 +25889 gsa_html_4179834030 gsa_html_4179834030:251:27859:27870 Green River Cheyenne, Wyoming -0.0268166470016257402 +25890 aapg_ad_564.html aapg_ad_564.html:6219:495581:495589 Grosmont CFB Cold Lake -0.494907350500968457 +25891 aapg_ae_904.html aapg_ae_904.html:144:15189:15203 Sundance Cheyenne, Wyoming 0.722986532571366469 +25892 aapg_af_575.html aapg_af_575.html:993:143443:143459 Whitehorse Red Deer, Alberta -0.0601571916803276055 +25893 aapg_aa_960.html aapg_aa_960.html:112:9578:9582 Jelm Cheyenne, Wyoming -0.00593429213199152261 +25894 cspg_html_4409656292 cspg_html_4409656292:805:82359:82368 Mackenzie Victoria, British Columbia -0.455211432419709627 +25895 cspg_html_8231124788 cspg_html_8231124788:187:20630:20655 Vanguard Regina, Saskatchewan -0.432466019139625568 +25896 aapg_ah_60.html aapg_ah_60.html:107:10175:10198 Peninsula Bristol Bay Borough, Alaska -0.04966612284900708 +25897 cspg_html_9729377176 cspg_html_9729377176:84:10111:10120 Baldonnel Victoria, British Columbia -0.491056633019370192 +25898 aapg_ai_595.html aapg_ai_595.html:98:7510:7518 Woodbine Goodland, Kansas -0.455536877615232372 +25899 aapg_ae_181.html aapg_ae_181.html:225:33944:33960 Ripley Alabama -0.43511527002590783 +25900 gsa_html_3720789279 gsa_html_3720789279:1603:143183:143205 Fields Creek Salem, Oregon -0.0434656937810903587 +25901 aapg_af_812.html aapg_af_812.html:135:12111:12115 Leon Houston -0.0624198034542401275 +25902 cspg_html_1019614994 cspg_html_1019614994:515:89312:89338 Exshaw Lacombe, Alberta -0.440745470442491794 +25903 aapg_ac_837.html aapg_ac_837.html:9:1251:1261 Phosphoria Little Cottonwood Creek -0.441397390812390766 +25904 aapg_ad_584.html aapg_ad_584.html:66:8685:8723 Cotton Valley Mississippi River -0.452927573923113447 +25905 cspg_html_4516258038 cspg_html_4516258038:403:45990:45999 Bay Fiord Bathurst Island (Northern Territory) -0.471819338906025898 +25906 aapg_ac_965.html aapg_ac_965.html:26:3807:3815 Syracuse Pennsylvania -0.0250466225487357037 +25907 cspg_html_6064089067 cspg_html_6064089067:44:4498:4517 Red River Winnipeg -0.462763104672795356 +25908 cspg_html_6925296423 cspg_html_6925296423:91:13823:13838 Cairn Canmore, Alberta -0.451787799117909672 +25909 cspg_html_7409170811 cspg_html_7409170811:166:22490:22496 Exshaw Calgary 0.378826605850837106 +25910 sedimentology_html_9603159224 sedimentology_html_9603159224:1758:111986:111992 Forbes Oman -0.0216149541452477292 +25911 gsa_html_4071231613 gsa_html_4071231613:1026:103747:103757 Washington Boise, Idaho 0.00607327300641191583 +25912 cspg_html_9011256422 cspg_html_9011256422:365:49413:49421 Columbia Lacombe, Alberta -0.0317923859746223822 +25913 aapg_ac_629.html aapg_ac_629.html:316:40306:40316 Citronelle Beaumont, Texas -0.0124129812660324374 +25914 aapg_ae_59.html aapg_ae_59.html:421:39060:39070 Blackstone Cheyenne, Wyoming -0.498291214810456184 +25915 gsa_html_6491840124 gsa_html_6491840124:829:67567:67572 Logan Logan, Utah -0.435767689782418699 +25916 aapg_ai_105.html aapg_ai_105.html:184:20885:20900 Ophir Logan, Utah -0.469230874046953295 +25917 geology_html_1545045916 geology_html_1545045916:282:23526:23573 Protection South Florida metropolitan area -0.476593313058899071 +25918 gsa_html_7598355106 gsa_html_7598355106:63:4915:4943 Green River Iran -0.0074248793072545817 +25919 aapg_ai_687.html aapg_ai_687.html:1428:146966:146970 Ladd Atlantic Ocean -0.06179820059879821 +25920 AMJC_html_3816902366 AMJC_html_3816902366:436:30775:30779 Hall London, Ontario -0.476218391360906934 +25921 sedimentology_html_8941825370 sedimentology_html_8941825370:1110:61647:61662 Mesaverde Logan, Utah -0.443692774120845845 +25922 aapg_ac_506.html aapg_ac_506.html:136:14286:14293 Venango Pennsylvania -0.0203634553137257354 +25923 aapg_aa_807.html aapg_aa_807.html:26:3986:4008 Cliff House San Juan, Argentina 0.027164418181287342 +25924 cspg_html_5950764790 cspg_html_5950764790:68:9967:9982 Nisku Lacombe, Alberta -0.00508998959117516313 +25925 aapg_ae_536.html aapg_ae_536.html:168:18845:18863 Cardium Colorado -0.427871770829551135 +25926 aapg_af_575.html aapg_af_575.html:1128:162303:162313 Batesville Arkansas 0.329216496149925764 +25927 cspg_html_2554491454 cspg_html_2554491454:209:32952:32961 Ellerslie Canada -0.0400999482749248432 +25928 aapg_ai_785.html aapg_ai_785.html:3:333:341 Michigan Ohio 0.000729614901202842885 +25929 aapg_af_854.html aapg_af_854.html:1216:172707:172728 Tar Springs Vienna -0.0315018919631344582 +25930 sedimentology_html_9502720439 sedimentology_html_9502720439:151:16156:16165 Sunnyside Kenilworth, Illinois -0.0538135585529799509 +25931 aapg_ah_871.html aapg_ah_871.html:142:17408:17415 Beldens Montreal 0.338644687181053228 +25932 sedimentology_html_7039507291 sedimentology_html_7039507291:461:43413:43430 Forest Anchorage, Alaska -0.484079342907875299 +25933 aapg_ad_82.html aapg_ad_82.html:41:5264:5285 Green River Logan, Utah -0.261514148719872608 +25934 cspg_html_3804945581 cspg_html_3804945581:177:22667:22683 Battle Woodlake, Texas -0.461171691164054931 +25935 cspg_html_4293350162 cspg_html_4293350162:84:14005:14015 Mount Head Carnarvon, Western Australia -0.42652126035610638 +25936 aapg_ai_503.html aapg_ai_503.html:265:29465:29487 Grimsby Niagara River -0.00871745152629535731 +25937 aapg_ah_830.html aapg_ah_830.html:9:1220:1230 Washington Reno, Nevada -0.458675312427173743 +25938 cspg_html_8363357104 cspg_html_8363357104:628:78498:78506 Columbia Victoria, British Columbia 0.0212742596819748588 +25939 cspg_html_3831007171 cspg_html_3831007171:49:6023:6030 Wabamun Saint Kitts and Nevis -0.00369847415980369305 +25940 aapg_ad_317.html aapg_ad_317.html:183:17394:17405 Beekmantown Huntington, West Virginia 0.39421062540302132 +25941 cspg_html_6472484014 cspg_html_6472484014:625:60100:60119 Bathurst New Brunswick, New Jersey -0.467980749597819323 +25942 aapg_ai_583.html aapg_ai_583.html:281:34417:34425 Sundance Boise, Idaho 1.0667758134883365 +25943 palaios_html_5941305386 palaios_html_5941305386:873:92400:92427 Blomidon Canada -0.493525020516280222 +25944 palaios_html_4223976574 palaios_html_4223976574:259:21546:21555 San Diego California -0.49729928854529093 +25945 aapg_ah_160.html aapg_ah_160.html:591:58404:58412 Michigan Ohio -0.447135398674851747 +25946 gsa_html_7214330928 gsa_html_7214330928:523:49032:49049 Claremont San Jacinto, California -0.454052985518192231 +25947 aapg_af_709.html aapg_af_709.html:56:6540:6548 Imperial Canada -0.438930071485580497 +25948 cspg_html_5660413005 cspg_html_5660413005:412:47304:47312 Columbia Victoria, British Columbia -0.00305744578029933057 +25949 aapg_ac_484.html aapg_ac_484.html:716:94924:94946 Tejon California -0.0770735112777767711 +25950 aapg_ai_105.html aapg_ai_105.html:237:27189:27206 Madison Uinta Mountains -0.0624529806761317877 +25951 aapg_aa_887.html aapg_aa_887.html:322:39362:39370 Colorado New Mexico -0.515832271561596056 +25952 aapg_ai_49.html aapg_ai_49.html:467:60004:60008 Naco New Mexico -0.411657696219220992 +25953 aapg_ac_301.html aapg_ac_301.html:246:30392:30410 Trail Boise, Idaho -0.464501195477937445 +25954 geology_html_2276070502 geology_html_2276070502:254:23052:23062 Provo Colorado -0.0558541686875998269 +25955 aapg_aa_682.html aapg_aa_682.html:606:61039:61053 Lane Wyandotte, Michigan 0.0520315629787012415 +25956 gsa_html_7173708345 gsa_html_7173708345:801:62667:62688 Forest Fairbanks, Alaska -0.528346263395685911 +25957 gsa_html_1937048886 gsa_html_1937048886:595:52200:52228 Green River Colorado -0.00415188686851174563 +25958 gsa_html_2605108986 gsa_html_2605108986:96:8896:8915 Matanuska Anchorage, Alaska -0.052851016470200643 +25959 aapg_af_291.html aapg_af_291.html:521:57313:57334 Sadlerochit Prudhoe Bay Oil Field -0.478284785297837578 +25960 cspg_html_3550853247 cspg_html_3550853247:26:3073:3081 Columbia Southern Alberta -0.0140758476190941898 +25961 aapg_af_880.html aapg_af_880.html:629:98591:98608 Thrifty Harpersville, Alabama -0.484086347872667577 +25962 aapg_ah_373.html aapg_ah_373.html:20:1636:1647 Dockum Texas -0.479161941644374367 +25963 aapg_ai_688.html aapg_ai_688.html:150:19176:19186 Bloomsburg Rochester, Kent -0.423076903173580265 +25964 palaios_html_5212272868 palaios_html_5212272868:45:5281:5287 Pueblo Colorado -0.499203493557790035 +25965 gsa_html_4667678389 gsa_html_4667678389:1167:114646:114681 Kingston Peak California -0.45644603384473742 +25966 cspg_html_7138604143 cspg_html_7138604143:918:83198:83223 Belcher Channel Ellesmere Island -0.19740034505875384 +25967 gsa_html_5107598462 gsa_html_5107598462:189:17193:17213 Llewellyn Pottsville, Pennsylvania -0.493432945605813467 +25968 palaios_html_6956866368 palaios_html_6956866368:929:82311:82325 Naco Arizona -0.50743042537916494 +25969 cspg_html_9361096527 cspg_html_9361096527:668:66004:66020 Oldman Lacombe, Alberta -0.0444288146314834667 +25970 aapg_aa_114.html aapg_aa_114.html:19:3216:3235 Huizachal Mexico -0.484114368303559472 +25971 aapg_aa_23.html aapg_aa_23.html:314:36745:36764 Athabasca Regina, Saskatchewan -0.475977786028375149 +25972 aapg_ae_278.html aapg_ae_278.html:1118:118720:118724 Java Sumatra -0.436929900849743147 +25973 cspg_html_9807337907 cspg_html_9807337907:46:5068:5092 Stony Mountain Manitoba -0.447637220621224075 +25974 aapg_af_479.html aapg_af_479.html:773:81127:81136 San Diego California -0.47395378155658785 +25975 cspg_html_1281670295 cspg_html_1281670295:471:47964:47970 Moscow Caucasus Mountains -0.0126614494701577564 +25976 aapg_ad_808.html aapg_ad_808.html:159:12074:12092 Gallatin Gallatin, Tennessee -0.371182897311340965 +25977 cspg_html_9343899465 cspg_html_9343899465:81:11383:11401 Melville Island Victoria Island (Nigeria) -0.457614356613462614 +25978 AMJC_html_5144569881 AMJC_html_5144569881:906:85674:85695 Green River Cheyenne, Wyoming -0.0102845739324916134 +25979 aapg_ae_181.html aapg_ae_181.html:98:14054:14070 Ripley Selma to Montgomery marches -0.466810220907495799 +25980 gsa_html_3860045860 gsa_html_3860045860:1185:107116:107134 John Day Salem, Oregon -0.251184300870554711 +25981 gsa_html_1636483297 gsa_html_1636483297:868:76194:76211 Wasatch Cheyenne, Wyoming -0.260211684483224293 +25982 cspg_html_4287356899 cspg_html_4287356899:1456:200537:200551 Lisburne Anchorage, Alaska -0.505502548403087726 +25983 cspg_html_6839937815 cspg_html_6839937815:270:37847:37854 Thaynes Logan, Utah -0.198680688090062868 +25984 aapg_ai_877.html aapg_ai_877.html:245:27723:27742 Gatesburg Ohio -0.444838140504144441 +25985 sedimentology_html_9471968156 sedimentology_html_9471968156:21:1377:1382 Blair Death Valley -0.471464870791560964 +25986 aapg_ae_473.html aapg_ae_473.html:72:6399:6422 Cotton Valley Cotton Valley, Louisiana -0.0194596479158459131 +25987 aapg_ac_529.html aapg_ac_529.html:104:12196:12214 Oakville Texas -0.0140376196944260508 +25988 aapg_ac_301.html aapg_ac_301.html:80:10863:10879 Eureka Quartzite Reno, Nevada -0.203645510562143028 +25989 aapg_ac_366.html aapg_ac_366.html:109:14403:14416 Clinton Alabama -0.441798115405519942 +25990 aapg_aa_712.html aapg_aa_712.html:13:2175:2193 Glenwood Maquoketa, Iowa -0.0274774196841049353 +25991 aapg_af_77.html aapg_af_77.html:194:14606:14612 Annona Saratoga, California -0.498932557086921302 +25992 aapg_af_915.html aapg_af_915.html:37:3707:3725 Edmonton Calgary -0.433588832161453941 +25993 cspg_html_4086951599 cspg_html_4086951599:239:20838:20843 Levis Quebec City -0.476130470160059438 +25994 aapg_ah_90.html aapg_ah_90.html:111:16594:16616 Cedar Mountain Colorado -0.0221051486888918687 +25995 sedimentology_html_2739036659 sedimentology_html_2739036659:1023:57349:57353 Hall London, Ontario -0.466920106770381871 +25996 gsa_html_5865982995 gsa_html_5865982995:1423:149409:149414 Uinta Cheyenne, Wyoming -0.0353397890519404831 +25997 aapg_ad_470.html aapg_ad_470.html:54:6063:6068 Atoka Atoka, Oklahoma -0.00291152111123597944 +25998 aapg_ad_466.html aapg_ad_466.html:1211:129598:129615 Patuxent Virginia -0.455279223830003521 +25999 aapg_ah_339.html aapg_ah_339.html:113:11441:11455 Bedford Rutherford County, Tennessee -0.040714500181089297 +26000 cspg_html_2347522298 cspg_html_2347522298:378:24478:24489 San Antonio Texas -0.0418113941638034933 +26001 sedimentology_html_5673709888 sedimentology_html_5673709888:40:2817:2836 Edwards Burlington, Ontario -0.00729110700735253591 +26002 sedimentology_html_1180682367 sedimentology_html_1180682367:528:59624:59631 Astoria Danube Delta -0.465595518002078101 +26003 palaios_html_9731740258 palaios_html_9731740258:404:45184:45190 Pueblo Colorado -0.447455726501453044 +26004 aapg_ae_113.html aapg_ae_113.html:352:46058:46083 Bathurst Bathurst Island (Northern Territory) -0.100736524226029384 +26005 jgeology_html_6016138758 jgeology_html_6016138758:80:4157:4195 Yakataga Yakutat City and Borough, Alaska -0.443813272031764461 +26006 aapg_ae_62.html aapg_ae_62.html:9:1707:1712 Nisku Canada -0.434006092086238693 +26007 palaios_html_4282283317 palaios_html_4282283317:513:45914:45934 Hell Creek Northern Great Plain -0.0195030992148617355 +26008 cspg_html_4727171280 cspg_html_4727171280:107:12867:12875 Edmonton Drumheller -0.00537142262393446989 +26009 cspg_html_2769629211 cspg_html_2769629211:6:510:529 Hay River Hay River (Canada) -0.444223975732980447 +26010 aapg_aa_906.html aapg_aa_906.html:600:63757:63763 Casper Cheyenne, Wyoming -0.456344217050148659 +26011 aapg_ad_883.html aapg_ad_883.html:105:13269:13274 Utica Lenawee County, Michigan 0.00179971890851827153 +26012 gsa_html_4038604474 gsa_html_4038604474:19:1238:1245 Windsor Ontario, California -0.465744120990301047 +26013 cspg_html_5973552270 cspg_html_5973552270:52:6985:7009 Fort Vermilion Swan Hill, Victoria -0.463250887108730525 +26014 AMJC_html_1207318882 AMJC_html_1207318882:13:712:740 Sandia Albuquerque, New Mexico -0.0017580264633766593 +26015 sedimentology_html_3107341973 sedimentology_html_3107341973:1395:67243:67253 Proserpine Gold Coast, Queensland -0.479670542308177961 +26016 aapg_aa_590.html aapg_aa_590.html:83:10237:10253 Yucatan Campeche, Campeche -0.432227951733042737 +26017 cspg_html_4331869613 cspg_html_4331869613:113:17683:17703 Kananaskis Western world -0.424923287683910134 +26018 cspg_html_8369994160 cspg_html_8369994160:111:12430:12446 Shunda Elkton, Kentucky -0.427650208489599781 +26019 gsa_html_3448554349 gsa_html_3448554349:641:69633:69639 Pocono Catskill Mountains -0.500402370472918023 +26020 sedimentology_html_6473571818 sedimentology_html_6473571818:92:10399:10422 Kingston Peak California -0.444856013246054061 +26021 aapg_ad_552.html aapg_ad_552.html:326:45192:45200 Dunvegan Texas 0.00145054491803285547 +26022 aapg_ah_565.html aapg_ah_565.html:56:7106:7115 Kirkfield Quebec City -0.00887381357292233927 +26023 aapg_aa_928.html aapg_aa_928.html:315:35897:35901 Frio Western world 1.14444641772390354 +26024 gsa_html_6143207195 gsa_html_6143207195:684:67723:67733 Washington Snohomish, Washington -0.0367667309306509496 +26025 aapg_ad_307.html aapg_ad_307.html:623:60909:60915 Antler Reno, Nevada 0.0218739559102570369 +26026 cspg_html_5484260516 cspg_html_5484260516:129:13887:13905 Palliser Lacombe, Alberta -0.466920106770381871 +26027 aapg_ae_643.html aapg_ae_643.html:365:45273:45286 Stonewall Helderberg 0.00786094473747839077 +26028 cspg_html_7576506617 cspg_html_7576506617:638:76395:76403 Winnipeg Montreal -0.450676431675374467 +26029 aapg_ae_805.html aapg_ae_805.html:433:52326:52334 San Luis Colorado -0.0391947322443328555 +26030 aapg_ai_272.html aapg_ai_272.html:52:6986:6997 Stony Creek New Brunswick, New Jersey -0.0316445288569785835 +26031 sedimentology_html_4132999102 sedimentology_html_4132999102:1113:98053:98071 Dunvegan Lacombe, Alberta -0.454113919430063184 +26032 sedimentology_html_5399632416 sedimentology_html_5399632416:1586:90236:90240 Hall London, Ontario -0.49729928854529093 +26033 aapg_ai_584.html aapg_ai_584.html:506:50565:50587 Converse Hartville, Missouri -0.441486425747427802 +26034 palaios_html_5544436248 palaios_html_5544436248:359:37565:37587 Castle Hayne North Carolina -0.452896019392303839 +26035 cspg_html_6786864151 cspg_html_6786864151:34:3696:3718 Trent River Qualicum River -0.485266333037401854 +26036 gsa_html_3380395839 gsa_html_3380395839:289:31050:31069 Tillamook Volcanics Salem, Oregon -0.480563058112629005 +26037 cspg_html_9177794814 cspg_html_9177794814:99:11708:11722 Nizi Lacombe, Alberta -0.0736062012519662079 +26038 aapg_ae_544.html aapg_ae_544.html:32:4432:4437 Uinta Northern Great Plain 0.013403391494118528 +26039 aapg_ac_251.html aapg_ac_251.html:465:53639:53649 Pottsville Catskill Mountains 0.370859369340387435 +26040 cspg_html_1962846283 cspg_html_1962846283:522:63478:63481 Elk Fernie, British Columbia -0.00357860677920869346 +26041 palaios_html_9583625967 palaios_html_9583625967:85:10456:10489 Harkless California -0.473663043482949409 +26042 cspg_html_5345848475 cspg_html_5345848475:968:96938:96956 Frontier Cheyenne, Wyoming -0.468054102450840448 +26043 palaios_html_8910286482 palaios_html_8910286482:278:29513:29524 Kirkwood Maryland -0.461089806729199636 +26044 sedimentology_html_4367028918 sedimentology_html_4367028918:30:1794:1800 Oxford Germany -0.00764378019701813464 +26045 aapg_aa_302.html aapg_aa_302.html:400:49403:49410 Oquirrh Logan, Utah -0.203773925184968674 +26046 aapg_ae_182.html aapg_ae_182.html:67:6759:6767 Bellevue Shreveport, Louisiana -0.465579516089382972 +26047 aapg_ai_540.html aapg_ai_540.html:110:8007:8015 Monterey San Benito County, California -0.0576546019462155987 +26048 cspg_html_6709380965 cspg_html_6709380965:34:3690:3710 Missisauga Alma, Palestine -0.0451203085338412122 +26049 aapg_af_11.html aapg_af_11.html:232:25286:25301 Ouray Leadville, Colorado -0.0261715541385612628 +26050 cspg_html_9768299963 cspg_html_9768299963:213:22864:22882 Scollard Red Deer, Alberta -0.0411306079885422268 +26051 geology_html_7240120484 geology_html_7240120484:15:679:687 Michigan Poland -0.0549436678913172855 +26052 cspg_html_8590968109 cspg_html_8590968109:32:3603:3618 Herschel Island Western world -0.525891719052246409 +26053 geology_html_7888009967 geology_html_7888009967:256:20807:20818 Guinea Corn Jamaica, Queens -0.0255351835335731921 +26054 aapg_aa_423.html aapg_aa_423.html:29:3641:3647 Dakota Las Vegas Strip 0.328604981714672506 +26055 aapg_ae_66.html aapg_ae_66.html:230:23170:23191 Phosphoria Western world -0.449050071375940441 +26056 cspg_html_1025724640 cspg_html_1025724640:72:11713:11728 Laval Middle Ordovician -0.469038078694436811 +26057 cspg_html_3860685167 cspg_html_3860685167:693:69108:69113 Banff Lacombe, Alberta -0.481132984149795495 +26058 aapg_ai_80.html aapg_ai_80.html:408:42089:42098 Kimmswick Kentucky -0.479670542308177961 +26059 jgeology_html_4305195651 jgeology_html_4305195651:3451:238853:238858 Mabou Cumberland, Maryland -0.447276508327869859 +26060 aapg_ae_454.html aapg_ae_454.html:207:17086:17095 Smackover Bossier City, Louisiana -0.478570111716157764 +26061 aapg_ae_488.html aapg_ae_488.html:166:18070:18084 Phillips Essaouira Province -0.449755070503296051 +26062 gsa_html_8840132442 gsa_html_8840132442:1010:96762:96767 Price Arctic Cordillera -0.448892980122610918 +26063 aapg_ae_319.html aapg_ae_319.html:470:39114:39119 Hanna Weber River -0.447314589257592876 +26064 aapg_af_811.html aapg_af_811.html:120:8991:9002 Beekmantown Mississippi River -0.0234506495494124188 +26065 aapg_ah_645.html aapg_ah_645.html:30:4947:4960 Gypsum Spring Cheyenne, Wyoming 0.913019412343093251 +26066 gsa_html_7555021318 gsa_html_7555021318:1201:100736:100764 Green River Colorado 0.0406274507068646873 +26067 AMJC_html_4692260170 AMJC_html_4692260170:985:100348:100352 Hall New Hampshire -0.0147326815118864023 +26068 gsa_html_6701310840 gsa_html_6701310840:692:61808:61829 Peace River Logan, Utah -0.0498491257699788942 +26069 aapg_ac_807.html aapg_ac_807.html:8:1034:1041 St Marys Maryland -0.0106233727047021498 +26070 aapg_ad_466.html aapg_ad_466.html:368:44413:44420 Raritan Patapsco River 0.00039260223837717193 +26071 aapg_ai_970.html aapg_ai_970.html:273:31598:31611 Lake Michigan Sault Ste. Marie, Ontario -0.479670542308177961 +26072 aapg_ah_775.html aapg_ah_775.html:232:28496:28506 Rio Grande Colorado -0.0841330846348060796 +26073 aapg_aa_98.html aapg_aa_98.html:213:19010:19018 Edmonton Lacombe, Alberta -0.044101376246448068 +26074 aapg_ah_803.html aapg_ah_803.html:292:24798:24803 Price Michigan -0.490981303565854177 +26075 aapg_aa_371.html aapg_aa_371.html:185:15895:15905 Pottsville Appalachia -0.511760556702272495 +26076 gsa_html_7822144675 gsa_html_7822144675:32:2754:2759 Maria Western world -0.0931626095973885349 +26077 aapg_aa_813.html aapg_aa_813.html:423:45116:45136 Fort Union Cheyenne, Wyoming -0.239439378044167928 +26078 aapg_ae_692.html aapg_ae_692.html:487:50316:50327 Tyler Winnipeg -0.440325191296006335 +26079 geology_html_3758368467 geology_html_3758368467:307:21744:21750 Jordan Andes -0.464450966712688929 +26080 gsa_html_5928791685 gsa_html_5928791685:133:13944:13960 Random Cambridge, Massachusetts -0.442682549290708161 +26081 sedimentology_html_6817909023 sedimentology_html_6817909023:28:1737:1747 Washington Alaska -0.0045966157065965357 +26082 aapg_aa_158.html aapg_aa_158.html:78:9584:9590 Lakota Black Hills -0.0345376534934891677 +26083 aapg_ac_199.html aapg_ac_199.html:122:16071:16075 Rome Dolomites -0.435044526345554627 +26084 aapg_ah_330.html aapg_ah_330.html:673:48802:48820 Vaqueros California 0.0136101656605613248 +26085 AMJC_html_5755352984 AMJC_html_5755352984:122:18605:18621 Roslyn Black Creek (Toronto) -0.0449670253897642563 +26086 cspg_html_6024623535 cspg_html_6024623535:135:21896:21916 Red Rock Lacombe, Alberta -0.0367528086008553287 +26087 cspg_html_1140317615 cspg_html_1140317615:55:5416:5440 Cardium Colorado 0.0215732361007039963 +26088 aapg_ai_129.html aapg_ai_129.html:173:15250:15262 Sly Gap New Mexico -0.0221051486888918687 +26089 aapg_ac_574.html aapg_ac_574.html:277:30981:31013 Titus Canyon Reno, Nevada -0.456778715576978744 +26090 gsa_html_1930433936 gsa_html_1930433936:874:74488:74516 Green River Colorado -0.44951252529713398 +26091 aapg_ah_776.html aapg_ah_776.html:100:7888:7898 Rio Grande Corpus Christi Bay -0.0792959011673746855 +26092 cspg_html_7403344526 cspg_html_7403344526:383:43528:43545 Cardium Lacombe, Alberta -0.0526801439940360397 +26093 aapg_ac_730.html aapg_ac_730.html:549:78649:78677 Bidahochi Mesa, Arizona 0.206336715245680674 +26094 aapg_ai_975.html aapg_ai_975.html:883:70230:70237 Edwards Goodland, Kansas -0.051480663363561531 +26095 aapg_ah_370.html aapg_ah_370.html:698:55450:55458 Traverse Michigan -0.437408487283808822 +26096 cspg_html_6255491344 cspg_html_6255491344:26:4577:4593 Fernie Kootenay River -0.135177107001995506 +26097 cspg_html_2013109828 cspg_html_2013109828:160:28414:28458 Ottertail Middle East -0.459996458565647859 +26098 aapg_ai_979.html aapg_ai_979.html:806:67854:67867 Woodbine Northeast Texas -0.449433936510724996 +26099 aapg_af_854.html aapg_af_854.html:1145:162092:162101 Aux Vases Illinois -0.423072537243216251 +26100 cspg_html_8571955552 cspg_html_8571955552:280:34629:34646 Shublik Prudhoe Bay Oil Field -0.206167712646750684 +26101 sedimentology_html_9257813538 sedimentology_html_9257813538:471:37110:37116 Taylor London, Ontario -0.472123282834716163 +26102 cspg_html_2094634763 cspg_html_2094634763:303:40020:40027 Success Lacombe, Alberta 0.00944540869141618881 +26103 aapg_ak_87.html aapg_ak_87.html:130:20460:20475 Earp Supai, Arizona -0.470181697121159758 +26104 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2143:2153 San Marcos Bellevue, Nebraska -0.475196277624828634 +26105 cspg_html_9046359229 cspg_html_9046359229:472:70584:70592 Columbia Victoria, British Columbia -0.0216149541452477292 +26106 aapg_af_728.html aapg_af_728.html:188:23475:23491 Eagle Texas 0.0051976984001821944 +26107 gsa_html_3521452491 gsa_html_3521452491:12:513:519 Oregon Salem, Oregon -0.00593429213199152261 +26108 palaios_html_2128779739 palaios_html_2128779739:622:63836:63840 Hall London, Ontario -0.468015132988553406 +26109 aapg_ac_730.html aapg_ac_730.html:73:11132:11148 Dakota Kayenta, Arizona -0.121529429654044743 +26110 aapg_ac_536.html aapg_ac_536.html:680:70136:70149 Madison Grand Forks, North Dakota -0.11006932299601152 +26111 aapg_ah_96.html aapg_ah_96.html:511:60150:60158 Winnipeg Winnipeg -0.09502219705886987 +26112 palaios_html_2746116737 palaios_html_2746116737:80:6532:6552 Tallahatta Alabama -0.167442246548455687 +26113 aapg_ai_157.html aapg_ai_157.html:464:43414:43420 Guelph Salina, Kansas -0.0309000524599756105 +26114 aapg_aa_732.html aapg_aa_732.html:527:49480:49494 Fredericksburg Texas -0.498068047805524272 +26115 aapg_ad_626.html aapg_ad_626.html:86:9981:10011 Fort Union Wasatch Range -0.0341096400418660073 +26116 aapg_ah_724.html aapg_ah_724.html:418:52616:52633 Cardium Lacombe, Alberta -0.420831066107106355 +26117 aapg_ai_399.html aapg_ai_399.html:150:15657:15672 Eutaw Tuscaloosa, Alabama -0.468054102450840448 +26118 cspg_html_7777724998 cspg_html_7777724998:14:1436:1459 Mist Mountain Fernie, British Columbia -0.0874555086456083042 +26119 aapg_ad_3.html aapg_ad_3.html:280:25654:25664 Bellefonte Mount Nittany -0.467877607461444023 +26120 aapg_af_91.html aapg_af_91.html:460:51600:51606 Navajo Reno, Nevada -0.0842032262829474631 +26121 cspg_html_3479659543 cspg_html_3479659543:63:7444:7464 Missisauga Logan, Utah -0.0447475566663644089 +26122 aapg_ae_955.html aapg_ae_955.html:3:322:332 Fort Worth Texas -0.442860875153750722 +26123 gsa_html_3151431803 gsa_html_3151431803:20:994:1010 Navajo Canyonlands National Park 0.812550163986298757 +26124 gsa_html_4995289404 gsa_html_4995289404:62:4060:4088 Green River Iran -0.00335971886746322954 +26125 aapg_ac_512.html aapg_ac_512.html:49:5128:5137 Smackover Mississippi River -0.436832441054611387 +26126 sedimentology_html_3599980060 sedimentology_html_3599980060:1719:77865:77900 Lake Valley New Mexico -0.448296279445968116 +26127 aapg_aa_124.html aapg_aa_124.html:111:12274:12282 Kootenay Kootenay River -0.472123282834716163 +26128 cspg_html_5376629375 cspg_html_5376629375:209:24741:24759 Arctomys Canmore, Alberta -0.465561228542891226 +26129 aapg_af_575.html aapg_af_575.html:962:137596:137602 Putnam Wichita, Kansas -0.44714211768966694 +26130 cspg_html_8797277909 cspg_html_8797277909:612:78383:78391 Bathurst Amsterdam -0.521911066181719008 +26131 aapg_ai_247.html aapg_ai_247.html:130:15086:15099 Detroit River Tioga, Texas -0.463478914486847693 +26132 gsa_html_2321645136 gsa_html_2321645136:16:585:594 Rochester Rochester, Kent -0.0133825404023746423 +26133 geology_html_5620285857 geology_html_5620285857:246:20806:20810 Kamo South Africa -0.494798572382738111 +26134 cspg_html_6306091047 cspg_html_6306091047:98:16095:16103 Columbia Victoria, British Columbia -0.460944252925189812 +26135 aapg_ad_440.html aapg_ad_440.html:3:369:375 Denmar Greenbrier (Great Smoky Mountains) 0.655051840305855504 +26136 cspg_html_8298261690 cspg_html_8298261690:29:4051:4062 Peace River Ganges -0.459887424332023564 +26137 aapg_aa_856.html aapg_aa_856.html:102:9192:9197 Waicoe Lincoln Parish, Louisiana -0.461128473443845555 +26138 aapg_ai_326.html aapg_ai_326.html:129:15694:15707 Mandata Maryland -0.0675575131851859773 +26139 cspg_html_9648675035 cspg_html_9648675035:8:379:401 Buckinghorse Victoria, British Columbia -0.00149397449100649102 +26140 gsa_html_3407914201 gsa_html_3407914201:127:15582:15596 Valley Springs Sierra Nevada (Spain) -0.0278043399827988778 +26141 aapg_aa_685.html aapg_aa_685.html:46:4752:4761 Flagstaff Logan, Utah -0.477234757760444439 +26142 aapg_ai_581.html aapg_ai_581.html:199:20845:20861 Dakota Western world -0.478488911708928044 +26143 geology_html_3615414375 geology_html_3615414375:16:1079:1109 Deep Spring California -0.0277017418114762735 +26144 cspg_html_9176909629 cspg_html_9176909629:33:4268:4283 Imina Ellesmere Island -0.0209266190161632587 +26145 aapg_aa_251.html aapg_aa_251.html:174:14518:14527 Smackover Navarro County, Texas -0.479670542308177961 +26146 aapg_ad_3.html aapg_ad_3.html:500:47755:47768 Conococheague Southeast Asia -0.431615424668792824 +26147 cspg_html_1188455526 cspg_html_1188455526:110:18102:18121 Degerbols Ellesmere Island -0.28411487506847205 +26148 gsa_html_6117440194 gsa_html_6117440194:1058:98981:98989 Columbia Victoria, British Columbia -0.448578878596292641 +26149 cspg_html_9717154602 cspg_html_9717154602:207:30139:30146 Bearpaw Anchorage, Alaska -0.434805805785743127 +26150 cspg_html_5312588885 cspg_html_5312588885:448:58104:58121 Keokuk Burlington, Ontario -0.453130450697368015 +26151 aapg_ai_17.html aapg_ai_17.html:1304:88771:88786 Tampa Chattahoochee County, Georgia -0.471340610693628537 +26152 aapg_ai_158.html aapg_ai_158.html:194:19498:19517 Ramparts Anchorage, Alaska -0.00527934873270450959 +26153 aapg_ae_871.html aapg_ae_871.html:349:56227:56253 Riding Mountain Manitoba -0.45349799868939844 +26154 aapg_ac_614.html aapg_ac_614.html:275:34324:34330 Salina Wichita, Kansas -0.449703411954729404 +26155 aapg_ac_4.html aapg_ac_4.html:132:12629:12659 Sadlerochit Prudhoe Bay Oil Field -0.47829406272822006 +26156 aapg_ae_319.html aapg_ae_319.html:522:43880:43886 Chinle Cheyenne, Wyoming 0.00496317135517138856 +26157 cspg_html_6985536436 cspg_html_6985536436:95:14015:14022 Deville Lacombe, Alberta -0.199963711215863038 +26158 aapg_ah_724.html aapg_ah_724.html:415:51685:51702 Cardium Lacombe, Alberta 0.0811460541633010762 +26159 aapg_ad_253.html aapg_ad_253.html:123:12870:12897 Wolfcamp Val Verde (fictional country) -0.474863540124580097 +26160 gsa_html_6734844475 gsa_html_6734844475:156:17596:17602 Antler California -0.466727815469158758 +26161 aapg_ah_555.html aapg_ah_555.html:160:15374:15382 Colorado Niobrara, Nebraska -0.442916609041378917 +26162 cspg_html_9904749308 cspg_html_9904749308:123:10881:10891 Washington Anchorage, Alaska -0.00382529052751042712 +26163 aapg_ah_624.html aapg_ah_624.html:3:347:362 Mesaverde San Juan County, Utah 0.730656809034871402 +26164 aapg_ae_461.html aapg_ae_461.html:72:10943:10962 Smackover Caddo Parish, Louisiana -0.0346472693826577055 +26165 AMJC_html_7280002381 AMJC_html_7280002381:99:10774:10783 Alexandra Queenstown, New Zealand -0.44751173936929356 +26166 sedimentology_html_9633870681 sedimentology_html_9633870681:692:43907:43913 Casper Cheyenne, Wyoming -0.445984933244691462 +26167 gsa_html_7715952024 gsa_html_7715952024:790:59981:60009 Green River Colorado 0.00688805487028741267 +26168 cspg_html_3597281324 cspg_html_3597281324:26:4681:4699 Scollard Lacombe, Alberta -0.0288773204111550628 +26169 aapg_ad_218.html aapg_ad_218.html:23:3443:3467 Bedford Santa Monica Mountains -0.463396817899322633 +26170 jgeology_html_9120142808 jgeology_html_9120142808:702:48724:48730 Arroyo Uruguay -0.00525502734736806466 +26171 aapg_ae_6.html aapg_ae_6.html:936:94641:94661 Georgetown Texas -0.0120741642534044936 +26172 aapg_ah_621.html aapg_ah_621.html:172:22646:22673 Paradox Hermosa, Chicago -0.4796264052884881 +26173 cspg_html_8489487451 cspg_html_8489487451:18:2115:2126 Peace River Western world -0.442548827459522287 +26174 aapg_ac_576.html aapg_ac_576.html:2195:203624:203633 Vicksburg New Orleans 0.024684993322469706 +26175 geology_html_7318878078 geology_html_7318878078:17:629:639 Santa Cruz California -0.441593278961416758 +26176 aapg_ai_791.html aapg_ai_791.html:204:32456:32468 Todos Santos Honduras -0.398017229173224574 +26177 aapg_ae_907.html aapg_ae_907.html:223:30661:30667 Tulare Rancho Santa Margarita, California -0.410594631039922164 +26178 cspg_html_5375448448 cspg_html_5375448448:333:35213:35249 Frontier Cheyenne, Wyoming -0.459805657368256959 +26179 aapg_af_900.html aapg_af_900.html:75:11305:11315 Rio Grande Beaumont, Texas -0.0423093929821278317 +26180 aapg_ai_107.html aapg_ai_107.html:557:46512:46521 Shongaloo Woods County, Oklahoma -0.447189152172129289 +26181 aapg_ah_277.html aapg_ah_277.html:178:24062:24080 Lea Park Colorado 0.744198169350462013 +26182 jgeology_html_3924418909 jgeology_html_3924418909:570:49350:49375 Navajo Logan, Utah -0.472604743150075168 +26183 aapg_ah_878.html aapg_ah_878.html:249:28193:28203 St. Edmund Manitoulin Island 0.43414742841968762 +26184 aapg_ac_629.html aapg_ac_629.html:280:36919:36927 Beaumont Oberlin, Ohio 0.00389825344276496875 +26185 aapg_aa_112.html aapg_aa_112.html:89:9379:9402 Gypsum Spring Richmond, California -0.526682845210763695 +26186 palaios_html_2623118674 palaios_html_2623118674:20:1482:1502 North Horn Logan, Utah -0.472528705500211532 +26187 aapg_ad_786.html aapg_ad_786.html:129:12157:12179 Riley Llano, Texas 1.18459108575223149 +26188 cspg_html_7409170811 cspg_html_7409170811:205:29030:29046 Exshaw Chattanooga, Tennessee 0.655781131059919864 +26189 cspg_html_4193503340 cspg_html_4193503340:18:2300:2318 Foremost Milk River, Alberta -0.445984933244691462 +26190 aapg_ad_965.html aapg_ad_965.html:939:94526:94532 Moscow Moscow -0.450707909241451543 +26191 aapg_ac_392.html aapg_ac_392.html:187:19431:19436 Salem Webster County, Missouri -0.462097962880594848 +26192 cspg_html_9843429624 cspg_html_9843429624:872:110637:110655 Redknife Lake Ontario -0.0426837810068434811 +26193 jgeology_html_1815873872 jgeology_html_1815873872:82:3615:3621 Oregon Salem, Oregon -0.480367741483547772 +26194 aapg_aa_976.html aapg_aa_976.html:329:43879:43900 Fredericksburg Decorah, Iowa -0.446835332876372782 +26195 aapg_af_653.html aapg_af_653.html:1257:152255:152261 Cierbo Santa Monica Mountains -0.479521879225688563 +26196 cspg_html_7307388012 cspg_html_7307388012:286:35368:35373 Banff Lacombe, Alberta -0.0513708370711373 +26197 cspg_html_7688587411 cspg_html_7688587411:419:41701:41720 Kaskapau Canada -0.0269922703660798423 +26198 palaios_html_3751051678 palaios_html_3751051678:67:6931:6964 Morrison Cheyenne, Wyoming -0.416220582820664042 +26199 aapg_ah_318.html aapg_ah_318.html:1072:110228:110251 Cotton Valley Texas 0.0232994055869953955 +26200 aapg_aa_419.html aapg_aa_419.html:115:10916:10924 Victoria Perth, Western Australia -0.0122896166911195832 +26201 gsa_html_9234326602 gsa_html_9234326602:814:88934:88962 Green River Colorado 0.0165885914321531221 +26202 geology_html_7113954805 geology_html_7113954805:42:2185:2206 Mount Simon Illinois -0.450242601748815363 +26203 gsa_html_3194899754 gsa_html_3194899754:65:5288:5316 Green River Iran -0.0137248477945169315 +26204 gsa_html_3392872323 gsa_html_3392872323:72:9529:9542 Santa Barbara Los Angeles -0.469070208322842297 +26205 aapg_ai_696.html aapg_ai_696.html:455:51622:51642 Strathearn Reno, Nevada 0.310999001205464032 +26206 cspg_html_8089302449 cspg_html_8089302449:27:4640:4663 Dawson Bay Manitoba 1.04710542608693391 +26207 palaios_html_3406135825 palaios_html_3406135825:649:65164:65181 Potsdam Earth -0.46326000708216164 +26208 aapg_ah_645.html aapg_ah_645.html:536:65578:65593 Piper Williston, Vermont -0.416246593880677085 +26209 gsa_html_8398449001 gsa_html_8398449001:644:52292:52298 Nounan Bear Lake, Michigan -0.454034931813569353 +26210 AMJC_html_7580028387 AMJC_html_7580028387:221:37326:37336 Hell Creek Fort Union Trading Post National Historic Site -0.0172889404553563421 +26211 aapg_ae_984.html aapg_ae_984.html:27:3418:3436 Carlsbad Carlsbad, New Mexico -0.0186688510697679971 +26212 aapg_ah_962.html aapg_ah_962.html:270:25413:25418 Viola Wichita Mountains -0.468198533701609299 +26213 aapg_ac_973.html aapg_ac_973.html:49:7715:7723 Michigan Ohio -0.0377274176775576064 +26214 cspg_html_8371777215 cspg_html_8371777215:179:21437:21449 Wilcox Texas -0.4506269691264706 +26215 aapg_ad_357.html aapg_ad_357.html:134:12289:12304 Etchegoin Paso Robles, California 0.0419228320617164862 +26216 gsa_html_7555021318 gsa_html_7555021318:1162:96963:96972 Extension China -0.0350022236580636789 +26217 aapg_ae_419.html aapg_ae_419.html:4002:248184:248202 Kiamichi Texas -0.451913869834985604 +26218 geology_html_2187977160 geology_html_2187977160:248:21641:21648 Potsdam Germany -0.465558942626108085 +26219 aapg_af_779.html aapg_af_779.html:3:196:222 Traverse Michigan -0.461026124022890449 +26220 cspg_html_9941227593 cspg_html_9941227593:73:10113:10135 Swift Regina, Saskatchewan 0.0215714978510087967 +26221 gsa_html_7102550258 gsa_html_7102550258:346:38883:38904 Summerville Logan, Utah -0.485495508601457515 +26222 geology_html_3509939317 geology_html_3509939317:244:20544:20552 Columbia Victoria, British Columbia -0.451740527107044376 +26223 aapg_ac_251.html aapg_ac_251.html:153:19716:19722 Kindle Sweden 0.00030400614974596395 +26224 aapg_ae_886.html aapg_ae_886.html:551:57674:57682 Michigan Salina, Kansas -0.00456360840821551893 +26225 aapg_ae_271.html aapg_ae_271.html:27:2625:2641 Lisbon Gosport, Indiana -0.384368947676810402 +26226 aapg_aa_610.html aapg_aa_610.html:482:51509:51532 Niobrara San Juan, Argentina -0.404625632117037171 +26227 cspg_html_4176605708 cspg_html_4176605708:571:58046:58070 Big River Lacombe, Alberta -0.030239106807757675 +26228 aapg_ae_182.html aapg_ae_182.html:7:923:931 Bellevue Shreveport, Louisiana -0.0365022098849612647 +26229 aapg_af_789.html aapg_af_789.html:83:12423:12431 Monterey New Scotland, New York -0.0215106592204126722 +26230 aapg_ad_341.html aapg_ad_341.html:153:15042:15052 Bloomsburg Pennsylvania -0.436805862873274886 +26231 cspg_html_6255491344 cspg_html_6255491344:7:792:810 Kootenay Kootenay River -0.473903010792736112 +26232 cspg_html_1948505826 cspg_html_1948505826:382:42546:42563 Belly River Canada -0.00746310002878541098 +26233 AMJC_html_5390933660 AMJC_html_5390933660:820:80229:80251 Waits River Bennington, Vermont -0.447276508327869859 +26234 aapg_ae_993.html aapg_ae_993.html:335:33537:33545 Birdbear Williston, Vermont -0.422243369951963321 +26235 aapg_ac_749.html aapg_ac_749.html:50:6482:6492 Lions Head Manitoulin Island -0.172124682180460065 +26236 sedimentology_html_2912098544 sedimentology_html_2912098544:519:45258:45289 Chinle Logan, Utah -0.0361611269389206166 +26237 aapg_ad_258.html aapg_ad_258.html:354:40715:40719 Weir Wyoming County, Pennsylvania -0.447242908821281704 +26238 aapg_ac_616.html aapg_ac_616.html:573:51470:51480 Washington Melbourne, Florida -0.0428823001474314888 +26239 aapg_ak_118.html aapg_ak_118.html:295:29280:29307 Dakota Nebraska -0.420909473199816475 +26240 palaios_html_9150736881 palaios_html_9150736881:46:5052:5066 Kope Ohio 0.00132025624175985054 +26241 aapg_af_397.html aapg_af_397.html:685:84433:84450 Todilto Entrada Sandstone -0.0732737722349117437 +26242 aapg_ah_676.html aapg_ah_676.html:329:39849:39868 Bedford England -0.427988056850810095 +26243 cspg_html_8904992939 cspg_html_8904992939:478:54063:54071 Finnegan Lacombe, Alberta -0.146904819082822102 +26244 cspg_html_3907807140 cspg_html_3907807140:23:2675:2684 Cold Lake Lacombe, Alberta -0.464761517323236562 +26245 gsa_html_5737673651 gsa_html_5737673651:26:1072:1088 Forest Chinle Formation -0.438481766872479084 +26246 sedimentology_html_6031038191 sedimentology_html_6031038191:27:1902:1911 Claremont Cape Town -0.454034931813569353 +26247 aapg_ae_341.html aapg_ae_341.html:178:19069:19089 Eagle Paluxy, Texas -0.424269545188154129 +26248 aapg_ak_43.html aapg_ak_43.html:186:16436:16455 Aux Vases Plainville, Connecticut -0.455279223830003521 +26249 aapg_ae_767.html aapg_ae_767.html:97:9315:9327 Dockum Sangre de Cristo Range -0.072990349673725724 +26250 aapg_ah_180.html aapg_ah_180.html:103:11888:11896 Onondaga Helderberg -0.477454856949792728 +26251 aapg_ah_96.html aapg_ah_96.html:231:26249:26272 Winnipeg Manitoba -0.612504077556983884 +26252 cspg_html_2803424832 cspg_html_2803424832:46:5818:5837 Degerbols Ellesmere Island 0.386740616477870558 +26253 cspg_html_7307388012 cspg_html_7307388012:15:1860:1873 Turner Valley Lacombe, Alberta -0.114089345269281731 +26254 aapg_ae_113.html aapg_ae_113.html:395:53306:53319 Parry Islands Bathurst Island (Northern Territory) -0.183792103290165459 +26255 aapg_ae_997.html aapg_ae_997.html:16:2612:2630 Evanston Absaroka -0.035868779002919772 +26256 cspg_html_3102530088 cspg_html_3102530088:605:75878:75883 Price Canada -0.427650208489599781 +26257 aapg_ad_67.html aapg_ad_67.html:214:27632:27646 Rockdale Holly Springs, Mississippi 0.0782449985342670018 +26258 gsa_html_5576654414 gsa_html_5576654414:343:33152:33158 Sierra Region of Murcia -0.0411323490648926038 +26259 aapg_aa_357.html aapg_aa_357.html:477:42569:42586 Entrada Summerville, South Carolina 0.0140028670828276774 +26260 aapg_aa_861.html aapg_aa_861.html:87:11779:11788 Allen Bay Cape Cod -0.468611324772205295 +26261 cspg_html_1624547765 cspg_html_1624547765:443:45719:45737 Kootenay Victoria, British Columbia -0.0236279718682710811 +26262 aapg_ad_466.html aapg_ad_466.html:1271:136494:136501 Potomac Patapsco River -0.0585968853331382128 +26263 cspg_html_2297270979 cspg_html_2297270979:75:11193:11225 Squaw Bay Antrim, County Antrim -0.526292098472070813 +26264 cspg_html_5479700260 cspg_html_5479700260:70:8219:8235 Bad Cache Rapids Red River of the North -0.436929900849743147 +26265 aapg_ac_941.html aapg_ac_941.html:35:4040:4061 Green River Uinta Mountains 0.362715921340359959 +26266 geology_html_6914722681 geology_html_6914722681:204:20360:20364 Hall London, Ontario -0.455347020329573748 +26267 gsa_html_7153425423 gsa_html_7153425423:631:54249:54277 Talkeetna Talkeetna, Alaska -0.43911211811260753 +26268 aapg_ae_147.html aapg_ae_147.html:516:59229:59238 San Pedro California -0.0102498255191506103 +26269 aapg_ad_466.html aapg_ad_466.html:1191:127205:127213 Patuxent Raritan River -0.0233880656689205678 +26270 gsa_html_2989317971 gsa_html_2989317971:766:79710:79738 Glenns Ferry Salem, Oregon -0.0370660655999496616 +26271 aapg_ai_322.html aapg_ai_322.html:120:9665:9672 El Plan Honduras -0.500364284453183039 +26272 aapg_ae_147.html aapg_ae_147.html:115:12414:12428 Pico Saugus, Massachusetts 0.0106841830799118756 +26273 aapg_ah_416.html aapg_ah_416.html:222:19345:19355 Milk River Milk River, Alberta 0.0171221059283382451 +26274 aapg_aa_691.html aapg_aa_691.html:703:92300:92310 Pine Point Canada -0.50743042537916494 +26275 aapg_aa_47.html aapg_aa_47.html:226:24857:24872 Rico Hermosa, Chicago -0.480602591853576067 +26276 aapg_aa_898.html aapg_aa_898.html:34:4643:4652 Flagstaff Logan, Utah 0.268658243677301067 +26277 cspg_html_3102530088 cspg_html_3102530088:90:12640:12660 Milk River Lacombe, Alberta -0.455387700672750584 +26278 aapg_aa_23.html aapg_aa_23.html:317:37340:37359 Winnipeg Manitoba -0.0726124770348033355 +26279 aapg_ac_867.html aapg_ac_867.html:939:113717:113737 Fort Union Cheyenne, Wyoming -0.436805862873274886 +26280 cspg_html_9717154602 cspg_html_9717154602:675:65188:65206 Bearpaw Regina, Saskatchewan -0.0134867960158028318 +26281 sedimentology_html_2550885329 sedimentology_html_2550885329:97:10214:10234 Swan Hills Swan Hill, Victoria -0.48663294001243923 +26282 aapg_af_721.html aapg_af_721.html:19:1704:1711 Jackson Gold Coast, Queensland -0.0198420227136738916 +26283 gsa_html_7012936645 gsa_html_7012936645:1000:78168:78189 Martinsburg Pennsylvania -0.449979706901984855 +26284 aapg_ae_35.html aapg_ae_35.html:77:7172:7193 Green River Wasatch Range 0.338386809344243755 +26285 palaios_html_1018466366 palaios_html_1018466366:1315:126277:126289 Saskatchewan Regina, Saskatchewan -0.47596853330555533 +26286 aapg_ac_765.html aapg_ac_765.html:69:13952:13990 Chinle Colorado -0.020415599374651202 +26287 aapg_ah_203.html aapg_ah_203.html:66:8533:8551 Morrison San Juan, Argentina -0.429055041262400905 +26288 cspg_html_9369612737 cspg_html_9369612737:20:2943:2954 Collingwood Manitoulin Island -0.465787563493960222 +26289 aapg_ah_754.html aapg_ah_754.html:392:36582:36599 Burrard Vancouver -0.0516462775496139975 +26290 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11629:11645 Hermit Supai, Arizona -0.49119789377684242 +26291 AMJC_html_1767296229 AMJC_html_1767296229:682:67449:67455 Abbott New Brunswick, New Jersey -0.46814580209221146 +26292 gsa_html_9417870342 gsa_html_9417870342:14:589:596 Windsor Earth -0.437987106587424679 +26293 aapg_ad_880.html aapg_ad_880.html:544:50572:50584 Beaver Creek Black Hills 0.0546768199076997571 +26294 aapg_af_838.html aapg_af_838.html:7:760:767 Kanawha Huntington, West Virginia -0.236659130629503528 +26295 cspg_html_6383234409 cspg_html_6383234409:39:4436:4456 Bird Fiord Ellesmere Island -0.216040002652983121 +26296 aapg_ah_450.html aapg_ah_450.html:27:3975:3985 Rio Grande Mexico -0.489913286480908206 +26297 aapg_ae_368.html aapg_ae_368.html:6:813:825 Marble Falls Central Texas -0.0344245588872295546 +26298 aapg_ae_884.html aapg_ae_884.html:350:45281:45290 Fruitland Cheyenne, Wyoming 0.355039005281146069 +26299 aapg_ae_916.html aapg_ae_916.html:740:88154:88172 Tensleep Woody Creek, Colorado -0.453292784807282967 +26300 aapg_ah_163.html aapg_ah_163.html:41:4532:4558 Woodford Davis, California -0.492239240738401806 +26301 palaios_html_4958148030 palaios_html_4958148030:258:27585:27599 Beaufort South Africa -0.00877304685539758919 +26302 aapg_af_808.html aapg_af_808.html:62:8150:8168 Scotland Barbados -0.494552690963700137 +26303 aapg_ac_59.html aapg_ac_59.html:391:44998:45007 San Diego California -0.029755595097347827 +26304 aapg_ae_319.html aapg_ae_319.html:630:53584:53589 Stump Weber River -0.455310861563052449 +26305 palaios_html_1020763489 palaios_html_1020763489:365:44630:44639 Knoxville Western world -0.0183873001701448657 +26306 gsa_html_8055113978 gsa_html_8055113978:16:1322:1330 Wise Lake Alexander County, North Carolina -0.0128491051493607039 +26307 aapg_ae_911.html aapg_ae_911.html:37:3203:3222 Morehouse Mississippi River -0.441637804770763531 +26308 aapg_ad_734.html aapg_ad_734.html:286:28481:28500 Colorado Santa Maria River (California) -0.00456360840821551893 +26309 aapg_ae_415.html aapg_ae_415.html:362:45789:45800 Mint Spring Alabama -0.468198533701609299 +26310 aapg_af_11.html aapg_af_11.html:542:54723:54728 Molas Norwood, Massachusetts -0.418659974922056588 +26311 cspg_html_1191211339 cspg_html_1191211339:526:60525:60533 Billings Williston Basin -0.429501070897857717 +26312 jgeology_html_4115179562 jgeology_html_4115179562:1284:71512:71546 Pottsville Pennsylvania -0.440265166942118702 +26313 aapg_ae_63.html aapg_ae_63.html:235:24291:24299 Frontier Western world -0.452003931056544739 +26314 palaios_html_3022467877 palaios_html_3022467877:365:40756:40774 Navesink Closter, New Jersey -0.0105834116577304821 +26315 jgeology_html_3450428494 jgeology_html_3450428494:146:7348:7362 Shuttle Meadow Portland, Oregon -0.439258669305734428 +26316 aapg_ah_610.html aapg_ah_610.html:69:4602:4605 Ute Navajo Nation -0.103417195637477921 +26317 aapg_ad_244.html aapg_ad_244.html:24:2991:3013 Little Falls Cushing, Oklahoma 0.0459320594893250223 +26318 jgeology_html_1808184351 jgeology_html_1808184351:225:13481:13491 Washington Long Beach Peninsula -0.486513508857715604 +26319 aapg_ah_529.html aapg_ah_529.html:243:24029:24056 El Paso New Mexico -0.420515324210953612 +26320 aapg_ai_49.html aapg_ai_49.html:93:9196:9210 Naco Logan, Utah -0.0779437820415563171 +26321 aapg_af_386.html aapg_af_386.html:270:33859:33865 Jordan Tripoli, Lebanon -0.415133074492044396 +26322 palaios_html_1093950931 palaios_html_1093950931:545:41767:41784 Barstow California -0.51794020793609219 +26323 aapg_ae_678.html aapg_ae_678.html:446:50850:50856 Oxford Pergamon Museum -0.441637804770763531 +26324 cspg_html_9361096527 cspg_html_9361096527:83:16154:16176 Judith River Lacombe, Alberta -0.449467616590735308 +26325 aapg_ac_79.html aapg_ac_79.html:474:50133:50142 Tuscarora Juniata County School District -0.462302919433881576 +26326 geology_html_6005979139 geology_html_6005979139:198:21215:21223 Colorado Rocky Mountains -0.0408537810405160198 +26327 aapg_ad_808.html aapg_ad_808.html:547:34023:34037 Tensleep Cheyenne, Wyoming -0.0453014649613171713 +26328 aapg_aa_267.html aapg_aa_267.html:96:8562:8572 Greenbrier Huntington, West Virginia -0.0582269355573507563 +26329 aapg_ad_216.html aapg_ad_216.html:10:1344:1366 Salado New Mexico -0.00514558121477792525 +26330 gsa_html_1266138577 gsa_html_1266138577:427:35469:35477 Harkless Salinas Valley -0.44948782523520614 +26331 geology_html_7812811570 geology_html_7812811570:272:21682:21689 Andrews Arctic -0.0234628186655344677 +26332 aapg_af_796.html aapg_af_796.html:197:22281:22299 Vaqueros California -0.46878567237532498 +26333 gsa_html_5732664703 gsa_html_5732664703:223:25210:25227 Lay Dam Alabama -0.487588990851044235 +26334 sedimentology_html_6382215824 sedimentology_html_6382215824:30:1867:1879 Saskatchewan Regina, Saskatchewan -0.0183299476846812796 +26335 cspg_html_6839937815 cspg_html_6839937815:291:41543:41559 Toroweap Harrisburg, Pennsylvania 0.394681431083030387 +26336 aapg_ai_399.html aapg_ai_399.html:394:38906:38926 Pottsville Illinois 0.0037592765078730871 +26337 gsa_html_2989317971 gsa_html_2989317971:503:55074:55086 Glenns Ferry Snake River Canyon (Idaho) -0.491106071608619299 +26338 cspg_html_2462765529 cspg_html_2462765529:192:32458:32472 Doig Lacombe, Alberta -0.04966612284900708 +26339 gsa_html_9487992082 gsa_html_9487992082:679:67100:67125 Navajo Logan, Utah -0.523121552444523408 +26340 aapg_af_575.html aapg_af_575.html:460:63209:63217 Sycamore Texas -0.0498072961417324808 +26341 gsa_html_9102781796 gsa_html_9102781796:903:80835:80866 Naknek Anchorage, Alaska 0.386637479515912763 +26342 aapg_af_502.html aapg_af_502.html:127:15527:15536 Smackover Arkansas 0.0188026760171915025 +26343 aapg_ad_440.html aapg_ad_440.html:320:30969:30984 Greenbrier Huntington, West Virginia -0.4597965726108596 +26344 cspg_html_4326384800 cspg_html_4326384800:229:27582:27590 Columbia Lacombe, Alberta -0.0265836451265893982 +26345 aapg_ad_812.html aapg_ad_812.html:49:5882:5888 Navajo Kayenta, Arizona -0.0309035312152589614 +26346 gsa_html_5495469347 gsa_html_5495469347:566:49307:49324 Cutler Logan, Utah -0.027863464704799671 +26347 geology_html_1154109970 geology_html_1154109970:160:17224:17234 Washington Victoria, British Columbia -0.0349152239847350387 +26348 aapg_ah_44.html aapg_ah_44.html:349:45081:45100 Marcellus Bradford County, Pennsylvania 0.050286607841473055 +26349 geology_html_8037242074 geology_html_8037242074:37:1837:1845 Santiago Caribbean -0.00861668517403405519 +26350 aapg_ae_81.html aapg_ae_81.html:326:41457:41465 Woodford Atoka, Oklahoma -0.4796264052884881 +26351 aapg_af_486.html aapg_af_486.html:355:37568:37588 Hemlock McArthur River uranium mine -0.0353624097936946907 +26352 cspg_html_9161888567 cspg_html_9161888567:597:72688:72701 Wabamun Lacombe, Alberta -0.453829596260670209 +26353 gsa_html_2324818064 gsa_html_2324818064:181:17218:17226 Billings Yellowstone River -0.480109712230180896 +26354 geology_html_7687041657 geology_html_7687041657:217:19198:19220 Gilmore City Reno, Nevada -0.227405549831921433 +26355 aapg_ac_294.html aapg_ac_294.html:50:4976:4982 Lisbon Lisbon -0.476519241639526414 +26356 AMJC_html_1796339261 AMJC_html_1796339261:1359:138068:138078 Mulholland Atlantic Ocean -0.482921973604061416 +26357 aapg_ad_152.html aapg_ad_152.html:1709:221101:221119 Plympton Reno, Nevada 0.871795073352941041 +26358 cspg_html_4326384800 cspg_html_4326384800:1109:163484:163496 Golden Spike Redwater, Texas -0.456391730122837791 +26359 aapg_ai_64.html aapg_ai_64.html:925:114474:114484 Rio Grande Mississippi River -0.0423703387957518537 +26360 aapg_ad_683.html aapg_ad_683.html:121:16455:16460 Supai Supai, Arizona -0.441397390812390766 +26361 aapg_ae_461.html aapg_ae_461.html:15:2439:2445 Paluxy Bellevue, Nebraska 0.0163783171925127626 +26362 aapg_af_2.html aapg_af_2.html:56:7444:7448 Muav Colorado -0.1022527502266104 +26363 aapg_ae_345.html aapg_ae_345.html:850:73953:73965 Paluxy Tuscaloosa, Alabama -0.449755070503296051 +26364 sedimentology_html_9793182930 sedimentology_html_9793182930:340:26817:26847 Paradox Middle East -0.442542141875480355 +26365 aapg_ah_373.html aapg_ah_373.html:3:369:374 Hueco Texas -0.416263934973035432 +26366 gsa_html_6753732431 gsa_html_6753732431:369:34340:34361 Wood Canyon Mojave Desert -0.455595651058867956 +26367 palaios_html_7841806577 palaios_html_7841806577:325:36033:36050 Platteville Middle East -0.465744120990301047 +26368 aapg_ae_467.html aapg_ae_467.html:386:29441:29460 Coldwater Sunbury, Pennsylvania -0.4899838188757622 +26369 aapg_aa_906.html aapg_aa_906.html:3:187:207 Fort Union Colorado -0.465186416944366576 +26370 aapg_ai_764.html aapg_ai_764.html:185:20041:20057 Mystic Quebec City -0.0357887327729749932 +26371 cspg_html_9613906024 cspg_html_9613906024:6:310:331 Slave Point Lesser Slave Lake Provincial Park -0.46567095948211501 +26372 aapg_ai_958.html aapg_ai_958.html:34:3536:3555 Catahoula Brazos River -0.440247382693200906 +26373 gsa_html_6062330506 gsa_html_6062330506:376:39358:39376 Rustler Salado, Texas -0.484948395025630641 +26374 geology_html_2350878941 geology_html_2350878941:335:25476:25482 Denver Lowell, Massachusetts -0.00500312776260552431 +26375 aapg_ai_17.html aapg_ai_17.html:177:12663:12672 Tuscahoma Alabama -0.025547354296840772 +26376 aapg_ac_586.html aapg_ac_586.html:216:23254:23273 Allegheny Kittanning, Pennsylvania -0.492423140812619287 +26377 palaios_html_3055982207 palaios_html_3055982207:448:51532:51550 Willwood Cheyenne, Wyoming -0.0472770257306706979 +26378 aapg_ae_66.html aapg_ae_66.html:350:34541:34549 Frontier Powder River (Montana) 0.892216913324789473 +26379 cspg_html_8581304260 cspg_html_8581304260:266:33449:33457 Columbia California -0.0370660655999496616 +26380 aapg_ae_777.html aapg_ae_777.html:864:84701:84713 Percha Arizona -0.506780104045106428 +26381 cspg_html_4298557570 cspg_html_4298557570:79:12965:12982 Battle McLeod Ganj -0.0577069474480743499 +26382 cspg_html_9435196958 cspg_html_9435196958:952:40075:40093 Edmonton Lacombe, Alberta -0.474888953093082877 +26383 cspg_html_1503116552 cspg_html_1503116552:820:112730:112765 Beaverhill Swan Hill, Victoria -0.0340313466956898014 +26384 gsa_html_4432793908 gsa_html_4432793908:550:59512:59525 Newark Canyon Reno, Nevada 0.322081465697569569 +26385 aapg_ac_477.html aapg_ac_477.html:596:69058:69075 Cardium Lacombe, Alberta -0.401445190002819308 +26386 aapg_ac_92.html aapg_ac_92.html:228:25112:25127 Atoka McAlester, Oklahoma -0.0198420227136738916 +26387 cspg_html_8568877195 cspg_html_8568877195:81:12845:12853 Lea Park Lacombe, Alberta -0.451787799117909672 +26388 aapg_ad_169.html aapg_ad_169.html:86:11662:11680 Greenbrier Greenbrier (Great Smoky Mountains) -0.0558000933970826327 +26389 geology_html_4393438384 geology_html_4393438384:87:10440:10452 Martinsville Ridgeway (track) -0.450649451770273157 +26390 aapg_aa_544.html aapg_aa_544.html:198:26930:26944 Newcastle Black Hills -0.583699803336874656 +26391 aapg_af_654.html aapg_af_654.html:587:48513:48524 Shoal River Melbourne, Florida 0.385814854953082043 +26392 palaios_html_3855840708 palaios_html_3855840708:357:31880:31901 White River Colorado -0.444036457876645585 +26393 gsa_html_7102550258 gsa_html_7102550258:267:28390:28397 Kayenta Chinle Formation -0.416233588263895504 +26394 aapg_ah_5.html aapg_ah_5.html:2264:150868:150884 Laurel Knoxville, Tennessee -0.0610771505726213221 +26395 cspg_html_1462870252 cspg_html_1462870252:945:100579:100587 Montreal Quebec City -0.462398581950347165 +26396 aapg_ae_974.html aapg_ae_974.html:11:1402:1415 Cook Mountain Laredo, Texas -0.0256760172657262489 +26397 cspg_html_9343899465 cspg_html_9343899465:89:12517:12527 Bird Fiord Little Cornwallis Island -0.476491466484042558 +26398 sedimentology_html_2139169476 sedimentology_html_2139169476:348:37326:37335 Peninsula Korea -0.0093950246056262298 +26399 aapg_ai_28.html aapg_ai_28.html:782:74534:74542 Oakville Beaumont, Texas -0.457501080653503367 +26400 aapg_ai_163.html aapg_ai_163.html:552:46821:46826 Mt Lytton Colorado -0.0446744016951777928 +26401 aapg_aa_448.html aapg_aa_448.html:47:7051:7071 Missisauga Logan, Utah -0.454357696116458765 +26402 aapg_ah_428.html aapg_ah_428.html:422:49781:49790 Fort Pena Middle Ordovician -0.455211432419709627 +26403 sedimentology_html_3220122506 sedimentology_html_3220122506:24:1660:1678 Yakataga Anchorage, Alaska -0.46132865731218986 +26404 aapg_ad_734.html aapg_ad_734.html:168:17757:17776 Bow Island Lacombe, Alberta -0.462111625185478381 +26405 gsa_html_7999545108 gsa_html_7999545108:191:21240:21247 Onwatin Sudbury, Suffolk -0.118422140945812632 +26406 AMJC_html_9558309107 AMJC_html_9558309107:721:83615:83625 Washington Seattle -0.459022435464294998 +26407 geology_html_3964689611 geology_html_3964689611:12:597:607 Washington Washington (state) -0.456371367070690814 +26408 cspg_html_2490951833 cspg_html_2490951833:404:59218:59244 Fort Vermillion Swan Hill, Victoria -0.0479199713331230001 +26409 aapg_af_624.html aapg_af_624.html:70:6572:6580 Tensleep Sweetwater, Miami-Dade County, Florida -0.48294529227432792 +26410 aapg_ac_333.html aapg_ac_333.html:240:30603:30607 Rico San Juan Mountains -0.238787856436537521 +26411 gsa_html_2139035730 gsa_html_2139035730:290:19617:19629 Medicine Hat Saskatchewan River -0.502736072390667199 +26412 aapg_ae_559.html aapg_ae_559.html:735:85069:85073 Java Lombok -0.48757492352044407 +26413 sedimentology_html_7630175075 sedimentology_html_7630175075:534:37193:37203 Washington Seattle -0.458695727712452594 +26414 aapg_aa_23.html aapg_aa_23.html:586:73444:73452 Winnipeg Lake Winnipeg 1.3604534054712063 +26415 aapg_ah_827.html aapg_ah_827.html:250:34881:34887 Oregon Washington (state) -0.418510049162339692 +26416 aapg_ah_218.html aapg_ah_218.html:137:15693:15710 Harmony Spencer County, Kentucky -0.0658153170866257325 +26417 aapg_ac_5.html aapg_ac_5.html:81:7514:7543 Milk River Regina, Saskatchewan -0.477872040110580265 +26418 aapg_aa_960.html aapg_aa_960.html:291:24569:24576 Wingate Cabuyao, Laguna -0.467772185732027057 +26419 aapg_aa_544.html aapg_aa_544.html:139:19431:19439 Sundance Cheyenne, Wyoming 0.64197253105305685 +26420 aapg_ac_301.html aapg_ac_301.html:174:20054:20081 Saturday Mountain Boise, Idaho -0.465561228542891226 +26421 aapg_ad_267.html aapg_ad_267.html:91:8597:8621 Cotton Valley Haynesville, Louisiana -0.457501080653503367 +26422 aapg_ah_157.html aapg_ah_157.html:213:30173:30184 Platteville Ottawa, Kansas -0.434673209477638822 +26423 aapg_ai_243.html aapg_ai_243.html:188:18146:18166 Tuscaloosa Mississippi River -0.00893635855203990699 +26424 aapg_ae_5.html aapg_ae_5.html:90:10300:10314 Earp Gunnison County, Colorado -0.516147629098848482 +26425 aapg_ak_134.html aapg_ak_134.html:381:34566:34574 Woodford Los Angeles -0.0616864584903875982 +26426 cspg_html_8694594891 cspg_html_8694594891:447:46985:47018 Dawson Point Ontario, California -0.478488911708928044 +26427 aapg_af_392.html aapg_af_392.html:91:11537:11555 Frontier Cheyenne, Wyoming 0.0156223882901486404 +26428 aapg_ah_590.html aapg_ah_590.html:107:8903:8913 Montgomery Washington (state) -0.0598534778256571628 +26429 aapg_ae_397.html aapg_ae_397.html:28:3294:3300 Paluxy Paluxy, Texas -0.47707493121017569 +26430 aapg_aa_321.html aapg_aa_321.html:453:38781:38798 Edwards Texas 0.0573196006201792951 +26431 cspg_html_2796643803 cspg_html_2796643803:364:50892:50910 Deadwood Regina, Saskatchewan 1.02080938733265958 +26432 cspg_html_3804945581 cspg_html_3804945581:132:16208:16224 Battle Saint Kitts and Nevis -0.0778859926450703038 +26433 cspg_html_3328007773 cspg_html_3328007773:960:98442:98462 Colorado Lacombe, Alberta -0.513357311149671536 +26434 aapg_ah_424.html aapg_ah_424.html:63:5877:5890 Bearpaw Colorado -0.414133289004417537 +26435 cspg_html_4680797491 cspg_html_4680797491:248:27403:27422 Waterways Swan Hill, Victoria -0.00729110700735253591 +26436 AMJC_html_6417081653 AMJC_html_6417081653:941:106501:106519 Kootenay Lacombe, Alberta -0.0475157284533089252 +26437 aapg_ah_274.html aapg_ah_274.html:382:45365:45369 Hall England -0.494552690963700137 +26438 cspg_html_5375448448 cspg_html_5375448448:581:55269:55286 Cardium Victoria, British Columbia 0.856603800061613629 +26439 aapg_af_981.html aapg_af_981.html:8:196:217 Almond Cheyenne, Wyoming -0.467950951742638677 +26440 gsa_html_5865982995 gsa_html_5865982995:1096:119120:119141 Green River Cheyenne, Wyoming -0.0421753136565895317 +26441 aapg_ai_66.html aapg_ai_66.html:3:265:277 Pierre Colorado -0.189976202062627081 +26442 cspg_html_4915680223 cspg_html_4915680223:304:35951:35970 Read Bay Little Cornwallis Island -0.074108384853711684 +26443 aapg_ai_321.html aapg_ai_321.html:280:37832:37849 Esquias Matagalpa -0.427645821637091417 +26444 aapg_ah_647.html aapg_ah_647.html:605:67838:67842 Earp Colina, Chile 0.0240765018505445759 +26445 cspg_html_9343899465 cspg_html_9343899465:1639:133957:133970 Hecla Bay Bathurst Island (Northern Territory) -0.166766394456438705 +26446 cspg_html_9778753186 cspg_html_9778753186:321:47052:47060 Kootenay Victoria, British Columbia -0.00771327274469656935 +26447 gsa_html_1419461902 gsa_html_1419461902:619:50777:50804 Irondequoit Irondequoit, New York -0.450595494357366455 +26448 aapg_af_854.html aapg_af_854.html:197:25304:25324 Sweetland Creek Mississippi River -0.433588832161453941 +26449 aapg_ai_105.html aapg_ai_105.html:515:61623:61640 Morgan Des Moines, Washington -0.451812561628617604 +26450 aapg_ad_253.html aapg_ad_253.html:83:8486:8491 Atoka Delaware -0.45230795361337589 +26451 gsa_html_7623105085 gsa_html_7623105085:716:55696:55700 Kent Colorado -0.0380668126428187481 +26452 gsa_html_5202646019 gsa_html_5202646019:247:23795:23812 Verulam Ottawa, Kansas -0.440620923452583413 +26453 cspg_html_4886960396 cspg_html_4886960396:8:782:801 Waterways Lacombe, Alberta -0.475991665297052891 +26454 geology_html_1937299818 geology_html_1937299818:234:19018:19027 San Diego California -0.0233880656689205678 +26455 cspg_html_9214997177 cspg_html_9214997177:38:5433:5461 Prairie Regina, Saskatchewan -0.454685092236895128 +26456 geology_html_2144574689 geology_html_2144574689:239:23331:23341 Washington Seattle -0.0133078241167712726 +26457 geology_html_2512600235 geology_html_2512600235:13:934:942 Columbia Missouri River -0.0472630871063566826 +26458 aapg_ae_344.html aapg_ae_344.html:91:8540:8560 Tuscaloosa Paluxy, Texas -0.453572428394685367 +26459 sedimentology_html_2041096405 sedimentology_html_2041096405:596:47797:47810 A-1 Carbonate Michigan Basin -0.0394819549454150931 +26460 cspg_html_6545726692 cspg_html_6545726692:44:7593:7607 Toby Arctic Cordillera -0.447133159014188541 +26461 gsa_html_5829598582 gsa_html_5829598582:15:784:790 Reston Virginia -0.473856858113634927 +26462 aapg_af_685.html aapg_af_685.html:32:3993:4005 Punta Alegre Caribbean -0.49361002164838963 +26463 aapg_af_614.html aapg_af_614.html:177:14133:14146 Cotton Valley Cotton Valley, Louisiana -0.436810292517708865 +26464 cspg_html_6163691495 cspg_html_6163691495:229:23160:23182 Madison North Carolina -0.443715087361728711 +26465 aapg_ac_333.html aapg_ac_333.html:1227:147464:147475 Abo Arizona -0.00652496303282925402 +26466 geology_html_5486340907 geology_html_5486340907:45:4284:4292 Dunleith Dubuque, Iowa -0.428798065147820595 +26467 aapg_ad_4.html aapg_ad_4.html:368:28270:28279 Frankfort Lexington, Kentucky -0.462398581950347165 +26468 gsa_html_2989317971 gsa_html_2989317971:1266:125199:125209 Washington Boise, Idaho 0.0250483611716524161 +26469 aapg_ae_171.html aapg_ae_171.html:480:46173:46184 Skull Creek Hot Springs, Arkansas -0.458822766590828601 +26470 gsa_html_4067767548 gsa_html_4067767548:323:30593:30612 Hillabee Greenstone Durham, North Carolina -0.0389701822838023973 +26471 aapg_ad_756.html aapg_ad_756.html:515:60396:60405 Mesaverde Mancos, Colorado -0.000225833135678471921 +26472 sedimentology_html_7094042012 sedimentology_html_7094042012:1015:79532:79539 Deville Jura Mountains -0.441486425747427802 +26473 aapg_ae_983.html aapg_ae_983.html:503:37848:37855 Bedford Ohio -0.0338782413037275951 +26474 cspg_html_8840748783 cspg_html_8840748783:716:82686:82695 Mackenzie Victoria, British Columbia -0.43344757972276704 +26475 aapg_ac_924.html aapg_ac_924.html:384:40859:40866 Madison Cheyenne, Wyoming -0.100736524226029384 +26476 aapg_ad_466.html aapg_ad_466.html:218:28200:28207 Matawan Merchantville, New Jersey -0.0437617592369742014 +26477 aapg_ah_828.html aapg_ah_828.html:493:46145:46164 Smackover Shreveport, Louisiana -0.0281956113391264446 +26478 cspg_html_8121202912 cspg_html_8121202912:321:38432:38440 Edmonton Regina, Saskatchewan -0.447189152172129289 +26479 aapg_ai_974.html aapg_ai_974.html:3:171:177 Oregon Klamath Mountains (ecoregion) -0.0292460145715184028 +26480 aapg_ai_106.html aapg_ai_106.html:47:5320:5330 Cumberland Illinois -0.0404707637071786003 +26481 gsa_html_9280112280 gsa_html_9280112280:724:68640:68646 Denver Colorado -0.0554564637243875128 +26482 aapg_aa_86.html aapg_aa_86.html:19:1880:1886 Paluxy Rodessa, Louisiana -0.45728816046118137 +26483 aapg_aa_23.html aapg_aa_23.html:85:10316:10334 Winnipeg Manitoba -0.482597909534674852 +26484 aapg_ah_966.html aapg_ah_966.html:73:6572:6578 Bethel East Texas -0.0237635726163751594 +26485 aapg_ac_782.html aapg_ac_782.html:30:5794:5807 Barnett Fort Worth, Texas 0.737334600667151507 +26486 sedimentology_html_9547192041 sedimentology_html_9547192041:1493:101641:101645 Hall London, Ontario -0.479438267468745405 +26487 cspg_html_2178758494 cspg_html_2178758494:92:12541:12549 Wabiskaw Clearwater, Florida -0.488053342950142799 +26488 geology_html_4719496125 geology_html_4719496125:311:24279:24285 Snyder Anchorage, Alaska -0.46957525648780718 +26489 cspg_html_5375448448 cspg_html_5375448448:611:57128:57152 Kaskapau Lacombe, Alberta -0.0330135830277358128 +26490 aapg_ae_118.html aapg_ae_118.html:50:7566:7586 Uinta Logan, Utah -0.0359453455317570031 +26491 aapg_ad_766.html aapg_ad_766.html:432:44122:44128 Dakota Mesa, Arizona 0.0128838563321653186 +26492 gsa_html_8892994555 gsa_html_8892994555:633:65468:65471 Elk Boonville, Missouri -0.0393566203457145145 +26493 aapg_ah_180.html aapg_ah_180.html:71:7764:7770 Esopus Onondaga (tribe) -0.467905110852730732 +26494 AMJC_html_5850062760 AMJC_html_5850062760:15:726:754 Sandia Albuquerque, New Mexico -0.0205424838715731368 +26495 aapg_ad_415.html aapg_ad_415.html:33:2855:2862 Kanawha Raleigh, North Carolina -0.452927573923113447 +26496 gsa_html_5064963350 gsa_html_5064963350:472:47844:47865 Talkeetna Anchorage, Alaska -0.035304988004324106 +26497 gsa_html_3648258377 gsa_html_3648258377:527:51864:51881 Wenonah Bass River Township, New Jersey -0.0494029549371166055 +26498 aapg_ad_258.html aapg_ad_258.html:340:38967:38977 Greenbrier Pocono Raceway -0.480728181628129914 +26499 gsa_html_1821356420 gsa_html_1821356420:60:5010:5038 Green River Colorado -0.0137370110791438689 +26500 cspg_html_5139035315 cspg_html_5139035315:506:56472:56502 Albert New Brunswick, New Jersey -0.469024309212410007 +26501 cspg_html_9485413283 cspg_html_9485413283:499:56380:56415 Keg River Canada -0.451733774163315116 +26502 aapg_aa_976.html aapg_aa_976.html:220:25679:25691 Warsaw Athens, Georgia -0.0353711100917486754 +26503 cspg_html_5241714595 cspg_html_5241714595:366:56787:56803 Nisku Redwater, Texas -0.458031335089754243 +26504 aapg_aa_697.html aapg_aa_697.html:84:9629:9647 Stettler Regina, Saskatchewan -0.0346298699616138864 +26505 gsa_html_1860930948 gsa_html_1860930948:82:8684:8692 Colorado Black Hills -0.025689926843247262 +26506 cspg_html_2873888604 cspg_html_2873888604:245:37267:37276 Baldonnel Canada -0.0128247793458777584 +26507 cspg_html_2729673354 cspg_html_2729673354:130:13635:13640 Price Regina, Saskatchewan -0.00771327274469656935 +26508 cspg_html_7248845592 cspg_html_7248845592:91:9251:9268 Heiberg Southern United States 0.82606761549527552 +26509 aapg_ah_532.html aapg_ah_532.html:12:1599:1604 Ouray Colorado -0.0310096337279850039 +26510 geology_html_8557759196 geology_html_8557759196:29:2933:2953 Lawrence Canada -0.0388274478076049076 +26511 aapg_ae_71.html aapg_ae_71.html:286:26316:26334 Moenkopi Arizona 0.333905158801664159 +26512 cspg_html_1498300615 cspg_html_1498300615:95:11613:11628 Flume Western world -0.44714211768966694 +26513 aapg_aa_54.html aapg_aa_54.html:46:4804:4821 Wanakah Colorado -0.503999808743944788 +26514 gsa_html_3448554349 gsa_html_3448554349:471:46072:46091 Rockwell Huntington, West Virginia -0.181425214652563727 +26515 geology_html_4191415179 geology_html_4191415179:13:782:792 Washington Earth -0.0168874970090907538 +26516 gsa_html_2848131029 gsa_html_2848131029:883:60851:60862 San Antonio Texas -0.466727815469158758 +26517 aapg_ad_880.html aapg_ad_880.html:258:26459:26482 Gypsum Spring Spearfish, South Dakota 0.787469314565852119 +26518 aapg_ah_533.html aapg_ah_533.html:235:27447:27456 Knoxville Knoxville, Illinois -0.467925738958578585 +26519 gsa_html_2034376262 gsa_html_2034376262:823:71169:71175 Oxford Emery Theatre -0.0445315771469266958 +26520 gsa_html_5865982995 gsa_html_5865982995:1442:151224:151230 Denver Colorado -0.0276687018870389392 +26521 aapg_ah_176.html aapg_ah_176.html:860:63393:63399 Denver Colorado -0.493713923537506649 +26522 aapg_aa_803.html aapg_aa_803.html:437:48198:48206 Virginia Blue Ridge Mountains -0.447572237112974447 +26523 cspg_html_4943597281 cspg_html_4943597281:14:2014:2037 Mountain Park Lacombe, Alberta -0.00022235877959197759 +26524 aapg_ae_993.html aapg_ae_993.html:385:38974:38993 Jefferson Logan, Utah -0.409382023335090106 +26525 aapg_ae_448.html aapg_ae_448.html:114:12827:12835 Woodbine Rodessa, Louisiana -0.4597965726108596 +26526 gsa_html_4308966435 gsa_html_4308966435:1295:127906:127930 Cedar Mountain Logan, Utah -0.106771682351951655 +26527 cspg_html_2729673354 cspg_html_2729673354:132:13857:13871 Colorado Caldwell, New Jersey -0.0338277865791703769 +26528 aapg_ae_161.html aapg_ae_161.html:9:1495:1505 Coon Creek Worland, Wyoming -0.462143504710773534 +26529 gsa_html_5051880568 gsa_html_5051880568:633:60056:60065 Peninsula Korea -0.482038661537539159 +26530 gsa_html_9865056817 gsa_html_9865056817:1159:93112:93128 Cutler Logan, Utah -0.0185419788860923702 +26531 aapg_ai_94.html aapg_ai_94.html:259:36054:36065 San Antonio Western world -0.0466254209346723472 +26532 aapg_ae_959.html aapg_ae_959.html:2756:203122:203130 Wolfcamp West Texas -0.496881985799363712 +26533 palaios_html_9583625967 palaios_html_9583625967:99:11553:11571 Harkless California -0.49337628910884479 +26534 cspg_html_4287356899 cspg_html_4287356899:1655:231529:231544 Cathedral Western world -0.494318697340762225 +26535 palaios_html_2413654173 palaios_html_2413654173:35:2499:2521 Prince Creek Colville River (Washington) -0.00583700570111723212 +26536 cspg_html_4796942391 cspg_html_4796942391:447:49754:49775 Peace River Lacombe, Alberta -0.450784359288809666 +26537 aapg_ai_907.html aapg_ai_907.html:418:67328:67346 Kootenay Victoria, British Columbia -0.436850160261835319 +26538 cspg_html_6252417471 cspg_html_6252417471:340:51246:51269 Eureka Sound Banks Island -0.452977161832460395 +26539 aapg_af_399.html aapg_af_399.html:544:55020:55039 Rock Springs Sweetwater, Miami-Dade County, Florida -0.494139109891835016 +26540 aapg_af_929.html aapg_af_929.html:112:11412:11418 Oswego Mississippi River -0.473653815287124913 +26541 sedimentology_html_5315330584 sedimentology_html_5315330584:207:18474:18478 Java Morley, West Yorkshire -0.443701699352459789 +26542 aapg_ac_944.html aapg_ac_944.html:101:12061:12076 Tererro Sangre de Cristo Range -0.0230090906667148494 +26543 aapg_ac_944.html aapg_ac_944.html:33:4454:4478 Espiritu Santo Colorado -0.490054357124853124 +26544 aapg_ah_506.html aapg_ah_506.html:10:1311:1325 Traverse Alpena, Michigan -0.479561365364802261 +26545 geology_html_2558587953 geology_html_2558587953:277:23349:23355 Silica Earth -0.487692158362934725 +26546 sedimentology_html_8358666376 sedimentology_html_8358666376:440:33957:33961 Hall London, Ontario -0.464473797617463435 +26547 aapg_ai_641.html aapg_ai_641.html:22:4128:4147 Meeteetse Thailand -0.434606918343987458 +26548 sedimentology_html_1299148389 sedimentology_html_1299148389:838:65791:65811 Enrage Quebec City -0.469648742182661783 +26549 cspg_html_3447886929 cspg_html_3447886929:974:103253:103261 Kirkwood Quebec City -0.4597965726108596 +26550 aapg_ah_793.html aapg_ah_793.html:248:18767:18771 Maya Cebu City -0.415152560990502961 +26551 cspg_html_4555867289 cspg_html_4555867289:344:38476:38485 Smackover Texas -0.440514182187833891 +26552 aapg_aa_626.html aapg_aa_626.html:25:3424:3431 Patuxent Raritan River -0.0219799913092776147 +26553 gsa_html_3583662858 gsa_html_3583662858:311:28102:28130 Green River Colorado -0.0435771525292741949 +26554 geology_html_7000342533 geology_html_7000342533:195:16424:16444 Richardson Mountains Cordillera Administrative Region -0.47482657712880405 +26555 gsa_html_6837513060 gsa_html_6837513060:856:65658:65668 Washington Whidbey Island -0.4506269691264706 +26556 aapg_ac_316.html aapg_ac_316.html:293:28388:28398 San Miguel New Mexico 0.00313388258007131059 +26557 aapg_ah_859.html aapg_ah_859.html:96:12277:12290 Chattahoochee Alabama -0.0642483167942689143 +26558 aapg_aa_371.html aapg_aa_371.html:123:10410:10421 Mauch Chunk Ohio -0.46814580209221146 +26559 aapg_ad_717.html aapg_ad_717.html:228:26025:26031 Kaibab El Capitan -0.0180709945054990453 +26560 cspg_html_5955028331 cspg_html_5955028331:504:60808:60814 Viking Lacombe, Alberta -0.00138974352800571069 +26561 cspg_html_9729377176 cspg_html_9729377176:907:103994:104016 Charlie Lake Victoria, British Columbia -0.462512479285274614 +26562 cspg_html_7185087767 cspg_html_7185087767:46:7091:7118 Iroquois Canada -0.485423007658706274 +26563 geology_html_4460152267 geology_html_4460152267:97:8031:8056 Navajo Logan, Utah -0.477204643263094197 +26564 aapg_ad_466.html aapg_ad_466.html:759:82873:82879 Tinton Monmouth County, New Jersey -0.500480928372567968 +26565 cspg_html_9970905394 cspg_html_9970905394:182:20792:20800 Somerset District Council of Franklin Harbour -0.00771327274469656935 +26566 aapg_ae_70.html aapg_ae_70.html:347:35944:35952 Colorado Colorado -0.477269506555081602 +26567 aapg_aa_147.html aapg_aa_147.html:642:66444:66450 Inwood Manitoba -0.134045512536309891 +26568 gsa_html_1573830281 gsa_html_1573830281:56:4111:4139 Green River New Mexico -0.0467578283362129754 +26569 aapg_af_188.html aapg_af_188.html:202:21763:21788 Telegraph Creek Cheyenne, Wyoming -0.428824418473081392 +26570 aapg_ad_379.html aapg_ad_379.html:607:49882:49890 Colorado New Mexico -0.0768091337039422117 +26571 gsa_html_4366904220 gsa_html_4366904220:14:512:518 Denver Colorado -0.465561228542891226 +26572 aapg_ah_167.html aapg_ah_167.html:112:13348:13362 Glenogle Garden City, New York -0.484359586108593421 +26573 AMJC_html_3349258327 AMJC_html_3349258327:14:685:694 Rochester Rochester, Kent -0.0277904283209578391 +26574 aapg_aa_147.html aapg_aa_147.html:267:32636:32645 Red River Middle Ordovician -0.0297521166629775777 +26575 sedimentology_html_2993655624 sedimentology_html_2993655624:586:47969:47976 Francis London, Ontario -0.457614356613462614 +26576 aapg_ah_332.html aapg_ah_332.html:100:7293:7300 Bromide Mifflin, Wisconsin -0.0351518647391547839 +26577 aapg_ak_104.html aapg_ak_104.html:136:17274:17298 Mission Canyon Cheyenne, Wyoming -0.440745470442491794 +26578 aapg_af_625.html aapg_af_625.html:569:58684:58690 Salina Hillsboro, Oregon 0.00526023907210228844 +26579 AMJC_html_3447844227 AMJC_html_3447844227:996:93249:93259 Santa Cruz California -0.464501195477937445 +26580 aapg_ad_761.html aapg_ad_761.html:80:7248:7263 Buda Denton, Texas 0.0127014130799759668 +26581 aapg_af_653.html aapg_af_653.html:1126:136133:136139 Cierbo San Pablo Bay National Wildlife Refuge -0.00424743388825097462 +26582 aapg_af_854.html aapg_af_854.html:423:55229:55236 Carwood Bloomington, Indiana -0.0256047308874097386 +26583 gsa_html_1382394008 gsa_html_1382394008:812:66020:66026 Walker Zanskar River -0.478586352630804512 +26584 cspg_html_4516258038 cspg_html_4516258038:98:12060:12084 Thumb Mountain Melville Island (Canada) 0.450644955197118335 +26585 aapg_ae_694.html aapg_ae_694.html:209:24769:24785 Tuscaloosa Texas 0.235046664848514636 +26586 aapg_ae_272.html aapg_ae_272.html:14:2314:2332 Michigan Michigan -0.460146402321772174 +26587 cspg_html_1893593837 cspg_html_1893593837:335:24743:24754 Rocky Brook Coral Harbour Airport -0.465026484605756241 +26588 aapg_ad_466.html aapg_ad_466.html:127:12448:12455 Raritan Raritan Bay Drawbridge -0.0497759240720029236 +26589 aapg_aa_4.html aapg_aa_4.html:204:27274:27291 Genesee West Fork River -0.0532764718431481404 +26590 aapg_af_880.html aapg_af_880.html:484:72598:72614 Kaibab Supai, Arizona -0.0652667315125914776 +26591 aapg_af_854.html aapg_af_854.html:650:90407:90412 Salem Bloomington, Indiana -0.0140862734261877898 +26592 cspg_html_3447886929 cspg_html_3447886929:139:17091:17121 Macasty Anticosti Island -0.0508147576234257159 +26593 geology_html_3197685690 geology_html_3197685690:11:484:494 Washington Seattle -0.461026124022890449 +26594 aapg_ad_717.html aapg_ad_717.html:219:24425:24429 Word Texas -0.0560582631991528441 +26595 aapg_af_341.html aapg_af_341.html:222:32137:32151 Red Rock Shreveport, Louisiana -0.47254944238616009 +26596 aapg_ah_198.html aapg_ah_198.html:520:65941:65959 Monterey California -0.431714547785669089 +26597 sedimentology_html_7103111053 sedimentology_html_7103111053:84:8126:8135 Peninsula Korea -0.0366623139169080098 +26598 cspg_html_6383234409 cspg_html_6383234409:434:43797:43817 Bird Fiord Bathurst Island (Northern Territory) 0.35666103549506134 +26599 cspg_html_7340411855 cspg_html_7340411855:118:15202:15219 Cardium Canada 0.0168423133530892395 +26600 aapg_aa_721.html aapg_aa_721.html:754:76666:76683 Bird Spring Reno, Nevada -0.462102516958969756 +26601 aapg_af_133.html aapg_af_133.html:280:29596:29602 Racine Wisconsin -0.0284721166530200707 +26602 aapg_aa_54.html aapg_aa_54.html:26:2543:2559 Chinle Entrada Sandstone -0.468255854243320946 +26603 palaios_html_5544436248 palaios_html_5544436248:375:38598:38620 Castle Hayne North Carolina -0.028708628918134603 +26604 aapg_ae_875.html aapg_ae_875.html:354:41040:41055 Coamo Puerto Rico -0.0536287124053924508 +26605 aapg_ah_599.html aapg_ah_599.html:213:16346:16357 San Antonio Texas -0.0120637391733475121 +26606 cspg_html_4727171280 cspg_html_4727171280:108:13212:13229 Bearpaw Edmonton, London -0.447168994241326834 +26607 cspg_html_5541937700 cspg_html_5541937700:835:104429:104446 Cardium Canada -0.480367741483547772 +26608 aapg_ad_379.html aapg_ad_379.html:201:17546:17562 Casper Cheyenne, Wyoming -0.476093453364925034 +26609 cspg_html_4326384800 cspg_html_4326384800:1051:155108:155127 Swan Hills Victoria, British Columbia -0.0611103205138600961 +26610 aapg_ai_144.html aapg_ai_144.html:91:10305:10309 Bell Pine River (Michigan) -0.44714211768966694 +26611 gsa_html_1324861111 gsa_html_1324861111:25:1982:1988 Quepos Nicoya Peninsula -0.473718414704639712 +26612 aapg_aa_826.html aapg_aa_826.html:210:20385:20393 St Marys Pungo River -0.0394610657315065602 +26613 aapg_ai_340.html aapg_ai_340.html:440:46719:46725 Kodiak Anchorage, Alaska -0.000627121340837813067 +26614 geology_html_3686178487 geology_html_3686178487:36:4257:4270 English River Winnipeg -0.468015132988553406 +26615 aapg_ai_887.html aapg_ai_887.html:466:55875:55887 Medicine Hat Milk River, Alberta -0.456416618922522499 +26616 jgeology_html_7554381863 jgeology_html_7554381863:375:20930:20942 Medicine Hat Cheyenne, Wyoming -0.492423140812619287 +26617 sedimentology_html_4278388483 sedimentology_html_4278388483:73:8053:8062 Red River Lake Texoma -0.0213281445923519004 +26618 gsa_html_4446967287 gsa_html_4446967287:9:388:395 Shuswap Great Britain 0.558921693038729628 +26619 aapg_ae_63.html aapg_ae_63.html:641:57654:57676 Sevy Dolomite Reno, Nevada -0.245472894837344136 +26620 aapg_ai_501.html aapg_ai_501.html:26:2658:2671 Lone Mountain Western world -0.486682122398052641 +26621 aapg_ai_459.html aapg_ai_459.html:308:32313:32328 Dog Creek Grady County, Georgia -0.0491380533416538867 +26622 cspg_html_6795586308 cspg_html_6795586308:117:11674:11702 Kishenehn Victoria, British Columbia -0.00369847415980369305 +26623 aapg_ah_276.html aapg_ah_276.html:198:19209:19226 Sisquoc Rancho Santa Margarita, California 0.73811863925888388 +26624 aapg_ad_152.html aapg_ad_152.html:368:45091:45095 Elko Reno, Nevada 0.453825083914326577 +26625 cspg_html_7678738599 cspg_html_7678738599:34:4389:4404 Elk Western Canadian Sedimentary Basin -0.467950951742638677 +26626 aapg_ac_366.html aapg_ac_366.html:19:3065:3074 Tuscarora Middle East -0.0480785377707896866 +26627 cspg_html_4555867289 cspg_html_4555867289:94:11372:11394 Charlie Lake Victoria, British Columbia -0.0111046462862114288 +26628 cspg_html_6927586285 cspg_html_6927586285:594:67280:67295 Liard Victoria, British Columbia -0.435679199475508039 +26629 aapg_ac_19.html aapg_ac_19.html:31:2973:2998 Smackover Arkansas -0.415566199509196321 +26630 aapg_aa_4.html aapg_aa_4.html:132:17056:17073 Genesee Genesee County, Michigan -0.457487488497030304 +26631 aapg_ah_427.html aapg_ah_427.html:660:86506:86533 Barnett East Texas -0.414042450061497314 +26632 cspg_html_9343899465 cspg_html_9343899465:717:66135:66148 Bird Fiord Ellesmere Island 0.952565828623165189 +26633 cspg_html_4495377323 cspg_html_4495377323:301:31775:31783 Columbia Victoria, British Columbia -0.423138028281424772 +26634 palaios_html_2376163646 palaios_html_2376163646:480:53895:53903 Colorado Logan, Utah -0.0765902888371837176 +26635 aapg_ad_194.html aapg_ad_194.html:4:767:783 Eureka Quartzite Reno, Nevada -0.244580309541078761 +26636 aapg_af_880.html aapg_af_880.html:489:73623:73629 Kaibab Las Vegas Strip -0.484833872729878101 +26637 aapg_af_886.html aapg_af_886.html:170:7150:7159 Catahoula Whitsett, North Carolina -0.0315018919631344582 +26638 jgeology_html_7697771383 jgeology_html_7697771383:92:3567:3600 Entrada Logan, Utah -0.00764378019701813464 +26639 aapg_af_14.html aapg_af_14.html:255:23130:23136 Almond Cheyenne, Wyoming -0.459805657368256959 +26640 AMJC_html_7777190388 AMJC_html_7777190388:174:24380:24388 Willwood Fort Union Trading Post National Historic Site -0.118645127064469627 +26641 cspg_html_5542874609 cspg_html_5542874609:446:54359:54379 Blackstone Crowsnest Pass, Alberta -0.0395063257526605052 +26642 gsa_html_1549665076 gsa_html_1549665076:553:54158:54164 Oregon Salem, Oregon -0.0425131277640511673 +26643 jgeology_html_3669018334 jgeology_html_3669018334:92:3404:3414 San Miguel Mexico -0.0353624097936946907 +26644 cspg_html_8387792223 cspg_html_8387792223:1256:115677:115696 Red River Manitoba -0.388094976399325275 +26645 cspg_html_3129231627 cspg_html_3129231627:221:30612:30621 Copes Bay Ellesmere Island 0.430176006996349891 +26646 gsa_html_2207983619 gsa_html_2207983619:161:9243:9249 Sierra Mexico -0.469028899015838996 +26647 gsa_html_5064963350 gsa_html_5064963350:618:65145:65154 Talkeetna Anchorage, Alaska 1.09364099774401113 +26648 cspg_html_9905904289 cspg_html_9905904289:141:17148:17155 Eastend Regina, Saskatchewan -0.432236767973233238 +26649 aapg_ae_959.html aapg_ae_959.html:2772:204922:204941 Whitehorse San Angelo, Texas -0.0140376196944260508 +26650 sedimentology_html_9059871566 sedimentology_html_9059871566:1507:89555:89572 Kayenta Puebla de Sanabria -0.425363011053494167 +26651 cspg_html_5109562898 cspg_html_5109562898:14:1965:1973 Dunvegan Colorado -0.467772185732027057 +26652 cspg_html_7134658072 cspg_html_7134658072:116:16384:16402 Duvernay Lacombe, Alberta -0.459839726029242057 +26653 aapg_aa_689.html aapg_aa_689.html:65:8114:8145 Windsor Emery Theatre -0.434861059774681702 +26654 gsa_html_5272671610 gsa_html_5272671610:778:70807:70823 Sullivan Victoria, British Columbia -0.461271782333034175 +26655 aapg_ad_173.html aapg_ad_173.html:754:67210:67230 Brunswick Closter, New Jersey -0.517925618184756242 +26656 aapg_af_803.html aapg_af_803.html:181:19150:19156 Goliad Beaumont, Texas -0.442575570278969321 +26657 aapg_ai_0.html aapg_ai_0.html:1235:133044:133053 Valentine Texas -0.461026124022890449 +26658 aapg_ah_536.html aapg_ah_536.html:121:16607:16627 Sligo County Sligo -0.455658949817136283 +26659 aapg_ad_94.html aapg_ad_94.html:45:5178:5196 Eastview Ottawa, Kansas -0.476269297170336003 +26660 aapg_ak_51.html aapg_ak_51.html:69:7121:7140 Smackover Arkansas -0.434527375159215246 +26661 aapg_ah_585.html aapg_ah_585.html:123:11671:11693 Onondaga Westmoreland County, Pennsylvania -0.456344217050148659 +26662 aapg_ae_694.html aapg_ae_694.html:127:15914:15933 Woodbine Buda, Texas -0.0978396009411014039 +26663 cspg_html_8535889489 cspg_html_8535889489:280:46166:46184 Deer Bay Middle East -0.0176782260000604811 +26664 aapg_ae_319.html aapg_ae_319.html:625:53004:53010 Navajo Carmel, Indiana -0.479719327950920094 +26665 aapg_af_397.html aapg_af_397.html:152:18619:18626 Entrada Entrada Sandstone -0.437155869458127733 +26666 cspg_html_2498183035 cspg_html_2498183035:313:35777:35787 Swan Hills Swan Hill, Victoria -0.48663294001243923 +26667 geology_html_8979691507 geology_html_8979691507:294:27665:27675 Washington Boise, Idaho -0.0177825001131117176 +26668 aapg_ae_231.html aapg_ae_231.html:12:2197:2212 Marcellus Onondaga (tribe) -0.449755070503296051 +26669 aapg_ae_103.html aapg_ae_103.html:454:36322:36330 Santiago Valparaiso, Indiana -0.419679650566534779 +26670 aapg_ae_63.html aapg_ae_63.html:318:33085:33093 Prospect Absaroka -0.458031335089754243 +26671 aapg_ah_105.html aapg_ah_105.html:38:6124:6127 Abo Nashville Basin -0.437408487283808822 +26672 aapg_aa_229.html aapg_aa_229.html:414:31412:31430 Frontier Cheyenne, Wyoming -0.435270040425755234 +26673 sedimentology_html_2739036659 sedimentology_html_2739036659:924:53266:53270 Hall London, Ontario -0.458822766590828601 +26674 aapg_af_482.html aapg_af_482.html:181:25529:25542 Santa Barbara Lake Yojoa -0.448892980122610918 +26675 aapg_af_638.html aapg_af_638.html:132:10796:10805 Coldwater Antrim, County Antrim -0.463697875765281653 +26676 gsa_html_4315469594 gsa_html_4315469594:832:66383:66411 Green River New Mexico -0.0277904283209578391 +26677 cspg_html_3521815736 cspg_html_3521815736:196:28356:28374 Pardonet Pine River (Michigan) -0.206167712646750684 +26678 aapg_ae_797.html aapg_ae_797.html:78:9351:9354 Ute Abajo Mountains -0.492342974330111982 +26679 aapg_aa_43.html aapg_aa_43.html:396:45044:45053 Greenhorn New Mexico -0.449018650964511823 +26680 aapg_ac_295.html aapg_ac_295.html:28:3173:3179 Banner Cheyenne, Wyoming -0.443460748386370618 +26681 aapg_aa_684.html aapg_aa_684.html:197:19285:19294 Chugwater John Crow Mountains -0.405967571681300876 +26682 aapg_ah_387.html aapg_ah_387.html:241:25757:25765 San Luis California -0.455658949817136283 +26683 geology_html_2439191324 geology_html_2439191324:14:1063:1069 Toledo Ohio -0.486682122398052641 +26684 cspg_html_9354781888 cspg_html_9354781888:1535:96552:96560 Columbia Victoria, British Columbia -0.473010388882843136 +26685 cspg_html_2729673354 cspg_html_2729673354:106:11103:11113 Bow Island Colorado -0.501536224927626728 +26686 cspg_html_4555867289 cspg_html_4555867289:453:44109:44131 Charlie Lake Victoria, British Columbia -0.42422364691980291 +26687 aapg_ad_683.html aapg_ad_683.html:87:13339:13350 Green River Fort Defiance (Illinois) 0.0592426033327024468 +26688 cspg_html_8250500468 cspg_html_8250500468:563:57946:57964 Niobrara Colorado -0.451913869834985604 +26689 aapg_ac_380.html aapg_ac_380.html:503:59675:59684 Edgecliff Columbus, Ohio -0.0279573692057954598 +26690 cspg_html_9683836416 cspg_html_9683836416:468:71683:71701 Foremost Regina, Saskatchewan -0.124074215142672445 +26691 cspg_html_3926542795 cspg_html_3926542795:69:11467:11477 Swan Hills Lacombe, Alberta -0.421983856501260468 +26692 aapg_aa_98.html aapg_aa_98.html:195:16993:17007 Mission Canyon Regina, Saskatchewan -0.442649117020085803 +26693 aapg_ai_158.html aapg_ai_158.html:443:47543:47551 Michigan Iowa -0.479475427251918496 +26694 gsa_html_2662905881 gsa_html_2662905881:13:714:722 Colorado Anchorage, Alaska -0.451740527107044376 +26695 aapg_aa_133.html aapg_aa_133.html:8:1303:1316 Cardium Redwater, Texas -0.141962109424035393 +26696 AMJC_html_3176626886 AMJC_html_3176626886:672:66633:66643 Washington Carmichael, California -0.512291657646269938 +26697 gsa_html_3436154175 gsa_html_3436154175:1108:88415:88436 Green River Cheyenne, Wyoming -0.454847705403765845 +26698 aapg_ac_301.html aapg_ac_301.html:6:982:1002 Kinnikinic Quartzite Western world -0.0392835092525669338 +26699 gsa_html_5737673651 gsa_html_5737673651:499:41772:41781 Flagstaff Chinle Formation -0.487588990851044235 +26700 gsa_html_2168907540 gsa_html_2168907540:543:57436:57447 Black Creek Republic of China -0.503471624767146686 +26701 aapg_ac_471.html aapg_ac_471.html:302:32571:32599 Prairie Regina, Saskatchewan -0.111460601523463654 +26702 aapg_af_904.html aapg_af_904.html:21:3090:3096 Sabine Western world -0.0205424838715731368 +26703 aapg_ah_529.html aapg_ah_529.html:277:28406:28413 El Paso New Mexico -0.471464870791560964 +26704 aapg_ai_689.html aapg_ai_689.html:252:29196:29227 Haymond Texas -0.472678482936493838 +26705 aapg_ac_333.html aapg_ac_333.html:250:32211:32215 Rico Hermosa, Chicago -0.0515190157893396575 +26706 cspg_html_9119878068 cspg_html_9119878068:355:43947:43966 Waterways Swan Hill, Victoria 0.665485539403857795 +26707 aapg_ai_399.html aapg_ai_399.html:99:11109:11125 Ripley Kentucky -0.442620143363224416 +26708 aapg_ad_2.html aapg_ad_2.html:1138:155676:155687 Wissahickon Pennsylvania -0.0196404059622709952 +26709 aapg_ad_379.html aapg_ad_379.html:326:27369:27377 San Luis Colorado -0.493836733160428976 +26710 aapg_aa_960.html aapg_aa_960.html:383:30968:30975 Wingate Entrada Sandstone -0.0616864584903875982 +26711 aapg_ad_880.html aapg_ad_880.html:250:25183:25206 Gypsum Spring Black Hills -0.452909542628234352 +26712 geology_html_4907985690 geology_html_4907985690:152:16260:16278 Moenkopi Logan, Utah -0.22645215154886128 +26713 aapg_ah_903.html aapg_ah_903.html:11:1275:1287 Wilcox Bossier City, Louisiana -0.447018943573484262 +26714 gsa_html_8053816650 gsa_html_8053816650:980:96085:96090 Lyell London, Ontario 0.000213672889406611738 +26715 aapg_ah_647.html aapg_ah_647.html:438:47078:47088 Naco Earp, California -0.496469628762517878 +26716 aapg_ak_112.html aapg_ak_112.html:3:208:226 Dunvegan Victoria, British Columbia -0.440325191296006335 +26717 aapg_af_308.html aapg_af_308.html:367:42285:42291 Salina Onondaga (tribe) -0.447328029963478757 +26718 gsa_html_5394777952 gsa_html_5394777952:145:13759:13783 Morrison Sierra Nevada (Spain) -0.453008719186489883 +26719 aapg_ac_65.html aapg_ac_65.html:819:67970:67987 Minturn Colorado 0.784659320163619167 +26720 gsa_html_5625878232 gsa_html_5625878232:256:36147:36169 San Jose Sucia Island -0.487631194234456278 +26721 cspg_html_2758324131 cspg_html_2758324131:30:5726:5736 Big Valley Williston Basin -0.472501057082917231 +26722 cspg_html_5949578130 cspg_html_5949578130:857:98875:98881 Denver Colorado -0.472717659724808503 +26723 aapg_ah_339.html aapg_ah_339.html:377:33962:33970 Onondaga Sellersburg, Indiana -0.47596853330555533 +26724 aapg_aa_314.html aapg_aa_314.html:83:10934:10955 Laurel Long Island (Massachusetts) -0.442762791672519862 +26725 sedimentology_html_3865745685 sedimentology_html_3865745685:1543:108886:108907 Peace River Lacombe, Alberta -0.439298641817729429 +26726 aapg_ae_812.html aapg_ae_812.html:84:9163:9180 Tamabra Matamoros, Tamaulipas -0.462125287699645448 +26727 aapg_ai_468.html aapg_ai_468.html:50:6599:6606 Hosston Cotton Valley, Louisiana -0.026705362044744569 +26728 aapg_ae_388.html aapg_ae_388.html:1784:111747:111757 Cedar Keys Melbourne, Florida -0.0160151207401750574 +26729 aapg_aa_702.html aapg_aa_702.html:841:112024:112039 Supai Arizona -0.463396817899322633 +26730 aapg_ae_473.html aapg_ae_473.html:383:35107:35123 Lisbon Winona, Mississippi 0.387439691948015863 +26731 aapg_ad_717.html aapg_ad_717.html:115:12503:12509 Diablo Carrizo Plain -0.456479975332736432 +26732 geology_html_2278842821 geology_html_2278842821:162:17545:17553 Michigan Montreal -0.447189152172129289 +26733 aapg_aa_114.html aapg_aa_114.html:180:20186:20203 La Joya Shreveport, Louisiana -0.0301277931102772942 +26734 aapg_af_593.html aapg_af_593.html:88:6912:6923 Chazy Cornwall, Ontario -0.469028899015838996 +26735 aapg_ae_68.html aapg_ae_68.html:582:58922:58939 Oquirrh Logan, Utah -0.0412855650787417178 +26736 palaios_html_2048556014 palaios_html_2048556014:95:9890:9914 Conasauga Great Basin -0.460041893415422398 +26737 aapg_ae_711.html aapg_ae_711.html:3:442:462 Hartshorne Arkoma, Oklahoma -0.111792614714756322 +26738 aapg_af_852.html aapg_af_852.html:178:18476:18482 Toroweap Arizona -0.4381734052234173 +26739 aapg_af_575.html aapg_af_575.html:1189:170984:171000 Dakota Iowa -0.260853281068975484 +26740 aapg_ai_139.html aapg_ai_139.html:271:24863:24871 Foremost Southern Alberta -0.470181697121159758 +26741 aapg_af_187.html aapg_af_187.html:13:1246:1259 Cotton Valley Haynesville, Louisiana -0.478456433836466188 +26742 cspg_html_5832944175 cspg_html_5832944175:431:47094:47104 Washington Salem, Oregon -0.481482104366479757 +26743 gsa_html_3720789279 gsa_html_3720789279:1186:109837:109843 Oregon Boise, Idaho -0.0527359386398666488 +26744 aapg_aa_721.html aapg_aa_721.html:779:78161:78182 Bird Spring Clark County, Indiana -0.0411323490648926038 +26745 gsa_html_7765430810 gsa_html_7765430810:15:592:605 Santa Barbara California -0.477454856949792728 +26746 aapg_ah_76.html aapg_ah_76.html:31:4093:4117 Bedford California -0.456355529459316345 +26747 aapg_ad_715.html aapg_ad_715.html:160:19263:19282 Seminole North Carolina -0.0780173331779520363 +26748 AMJC_html_3664856625 AMJC_html_3664856625:300:33894:33904 Fort Union Powder River Basin -0.0380407049266876865 +26749 sedimentology_html_7390870545 sedimentology_html_7390870545:149:13540:13557 Bearpaw Regina, Saskatchewan -0.447189152172129289 +26750 sedimentology_html_1293179143 sedimentology_html_1293179143:946:72969:72988 Spearfish Williston Basin -0.485780894532253815 +26751 aapg_af_51.html aapg_af_51.html:71:11032:11046 Rico Middle East -0.482989599489924148 +26752 aapg_aa_777.html aapg_aa_777.html:68:7954:7959 Uinta Lake Bonneville -0.0540332876662449682 +26753 aapg_ah_647.html aapg_ah_647.html:306:32810:32827 Sly Gap New Mexico -0.0544099822313272238 +26754 aapg_ad_720.html aapg_ad_720.html:701:60834:60846 Dockum Llano Estacado -0.0699366556892110497 +26755 cspg_html_8298261690 cspg_html_8298261690:669:67218:67234 Viking Canada -0.0526051706223679347 +26756 aapg_ad_152.html aapg_ad_152.html:287:36042:36054 Diamond Peak Nye County, Nevada -0.477454856949792728 +26757 aapg_ah_654.html aapg_ah_654.html:1290:119767:119787 Phosphoria Cheyenne, Wyoming 0.0271105130810731718 +26758 cspg_html_7182873498 cspg_html_7182873498:54:10166:10179 Salina Guelph -0.490054357124853124 +26759 aapg_aa_23.html aapg_aa_23.html:265:29758:29766 Winnipeg Winnipeg 0.0184863639320027966 +26760 cspg_html_3908181328 cspg_html_3908181328:95:12205:12210 Logan Perth, Western Australia -0.02390265150978289 +26761 aapg_ah_182.html aapg_ah_182.html:254:26484:26495 Jacksonburg Pennsylvania -0.0434656937810903587 +26762 aapg_ae_534.html aapg_ae_534.html:190:18950:18956 Denver Colorado -0.00600378253077448604 +26763 cspg_html_8756009083 cspg_html_8756009083:765:78594:78615 Hare Indian McKenzie River -0.00581963313965654701 +26764 gsa_html_2561127673 gsa_html_2561127673:324:28458:28477 Quinn River Victoria, British Columbia -0.460944252925189812 +26765 cspg_html_1993014403 cspg_html_1993014403:342:42009:42021 Pierre Cheyenne, Wyoming -0.0313696934317686249 +26766 aapg_ad_864.html aapg_ad_864.html:112:14501:14510 Red Bluff Washington (state) 0.0117822633156924803 +26767 aapg_aa_23.html aapg_aa_23.html:220:23522:23530 Winnipeg Pelican Lake, Wisconsin 0.630341219458075086 +26768 aapg_ad_152.html aapg_ad_152.html:68:10528:10540 Diamond Peak Reno, Nevada -0.432223543643836305 +26769 palaios_html_8391206976 palaios_html_8391206976:300:44685:44692 Bedford Waynesville, North Carolina -0.124547607181153555 +26770 palaios_html_2746116737 palaios_html_2746116737:40:4208:4220 Wilcox Lisbon -0.442542141875480355 +26771 aapg_ac_56.html aapg_ac_56.html:180:13811:13820 Smackover Mexico -0.00384092543334238609 +26772 aapg_ad_721.html aapg_ad_721.html:597:57778:57788 Whitehorse Carlsbad, New Mexico -0.439445222385884349 +26773 cspg_html_4822015639 cspg_html_4822015639:218:35741:35752 Levis Reno, Nevada -0.449433936510724996 +26774 aapg_ad_169.html aapg_ad_169.html:270:31349:31367 Greenbrier Huntington, West Virginia -0.0477283018758572417 +26775 cspg_html_9522721075 cspg_html_9522721075:6:432:450 Whitemud Regina, Saskatchewan -0.455536877615232372 +26776 aapg_ad_4.html aapg_ad_4.html:354:26701:26710 Frankfort Lexington, Kentucky -0.0673984739998807758 +26777 aapg_ad_194.html aapg_ad_194.html:148:15037:15054 Carrara Cornwall, Ontario -0.491332113292233474 +26778 aapg_ai_996.html aapg_ai_996.html:1289:55751:55757 Peedee Black Creek (Toronto) -0.464405306663695727 +26779 aapg_ac_616.html aapg_ac_616.html:97:13501:13514 Lake Michigan Pacific coast -0.523939352856569007 +26780 cspg_html_1644457308 cspg_html_1644457308:438:46991:46999 Columbia Lacombe, Alberta -0.0505393481283080911 +26781 sedimentology_html_3424454943 sedimentology_html_3424454943:543:40606:40610 Hall London, Ontario -0.489483165548852517 +26782 gsa_html_7938666655 gsa_html_7938666655:933:81705:81739 Seymour Canal Anchorage, Alaska -0.473856858113634927 +26783 aapg_ae_958.html aapg_ae_958.html:1734:151071:151092 Bluff Carlsbad, New Mexico -0.463636287457712182 +26784 aapg_ae_25.html aapg_ae_25.html:433:56781:56808 Athabasca Lacombe, Alberta -0.477142101104954475 +26785 cspg_html_4115156925 cspg_html_4115156925:6:357:375 Halfway Lacombe, Alberta -0.0413499862143105745 +26786 gsa_html_7153425423 gsa_html_7153425423:916:73930:73961 Naknek Talkeetna Mountains 0.616963008133369906 +26787 jgeology_html_3353186896 jgeology_html_3353186896:87:3437:3513 Pinto Mojave Desert -0.491386278060246817 +26788 cspg_html_7561290301 cspg_html_7561290301:207:25098:25107 Keg River Black Creek (Toronto) -0.446924894478510359 +26789 aapg_ai_860.html aapg_ai_860.html:137:21067:21085 Moccasin San Fernando Valley 0.361165179227379007 +26790 aapg_ae_643.html aapg_ae_643.html:415:51502:51516 Brallier Chemung, New York 0.00112221756566417263 +26791 sedimentology_html_7890137524 sedimentology_html_7890137524:1057:64778:64782 Hall London, Ontario -0.502850661160650247 +26792 aapg_ae_296.html aapg_ae_296.html:38:4227:4240 Brushy Canyon Delaware -0.189269539454934577 +26793 aapg_aa_821.html aapg_aa_821.html:193:15485:15493 Colorado Denver -0.456416618922522499 +26794 aapg_ac_126.html aapg_ac_126.html:190:27554:27575 Haynesville Haynesville, Louisiana -0.464706706380762058 +26795 aapg_af_608.html aapg_af_608.html:145:15430:15449 Red Bluff Mississippi River -0.252010831909078192 +26796 aapg_af_508.html aapg_af_508.html:500:52164:52180 Viking Lacombe, Alberta 0.00829353945746899406 +26797 geology_html_9479859164 geology_html_9479859164:11:495:501 Oregon Salem, Oregon -0.0330135830277358128 +26798 aapg_ai_969.html aapg_ai_969.html:517:54720:54733 Bearpaw Regina, Saskatchewan 0.0119525385350554136 +26799 aapg_aa_928.html aapg_aa_928.html:395:46586:46597 Santa Clara Western world -0.030239106807757675 +26800 geology_html_1733534725 geology_html_1733534725:17:778:784 Reston Virginia -0.479254814429897757 +26801 gsa_html_8881958017 gsa_html_8881958017:90:11115:11127 Nicola Victoria, British Columbia -0.0228248215914789478 +26802 gsa_html_1217771406 gsa_html_1217771406:405:35665:35689 Monterey Santa Cruz Island -0.0474930775226503829 +26803 aapg_aa_699.html aapg_aa_699.html:3:196:204 Michigan Ohio -0.42653659632637092 +26804 aapg_ai_699.html aapg_ai_699.html:534:64708:64716 Bathurst Nassau, Bahamas -0.047151578986696932 +26805 aapg_ad_946.html aapg_ad_946.html:118:13986:13994 Adaville Evanston, Wyoming -0.483332474615108865 +26806 aapg_ai_313.html aapg_ai_313.html:139:16719:16744 Imperial Palm Springs, California -0.000627121340837813067 +26807 aapg_af_663.html aapg_af_663.html:53:5908:5924 Hertha Fort Scott National Historic Site -0.486220855983571787 +26808 jgeology_html_4305195651 jgeology_html_4305195651:467:47126:47144 Catskill Port Matilda, Pennsylvania -0.0288773204111550628 +26809 aapg_ac_569.html aapg_ac_569.html:270:37113:37141 Green River Colorado -0.217928518886486039 +26810 aapg_af_575.html aapg_af_575.html:1130:162681:162692 Paluxy Texas -0.18850123270599875 +26811 cspg_html_9343899465 cspg_html_9343899465:2178:199370:199377 Fram Banks Island -0.494670894236060144 +26812 geology_html_4666930492 geology_html_4666930492:319:21666:21675 San Diego California -0.0325612728688678896 +26813 aapg_ai_146.html aapg_ai_146.html:289:18782:18799 Rierdon Southern Alberta 0.677743521184620334 +26814 cspg_html_5241714595 cspg_html_5241714595:14:1856:1874 Duvernay Lacombe, Alberta -0.471363620495062197 +26815 cspg_html_8571955552 cspg_html_8571955552:295:36889:36905 Kingak Porcupine River (Ontario) -0.469038078694436811 +26816 aapg_ad_760.html aapg_ad_760.html:169:18908:18930 Modelo Royal Botanic Gardens, Kew -0.472040378581138065 +26817 aapg_ai_958.html aapg_ai_958.html:102:10225:10231 Goliad Cuero, Texas -0.473746101631411953 +26818 aapg_af_561.html aapg_af_561.html:316:27491:27509 Sundance South Fork Eel River -0.492187378708275225 +26819 cspg_html_6356755616 cspg_html_6356755616:40:6624:6642 Edmonton Lacombe, Alberta -0.501631577031398268 +26820 aapg_ad_351.html aapg_ad_351.html:139:14831:14835 Noel Missouri River -0.492423140812619287 +26821 aapg_ah_387.html aapg_ah_387.html:3016:332121:332130 Knoxville Great Valley, New York -0.427711626546922574 +26822 gsa_html_5756232019 gsa_html_5756232019:807:70917:70927 San Andres New Mexico 0.368059511204765488 +26823 cspg_html_9807337907 cspg_html_9807337907:15:2597:2617 Stony Mountain Williston Basin -0.438219985696652659 +26824 aapg_ak_135.html aapg_ak_135.html:262:40217:40235 San Onofre Breccia Sunset Beach, California -0.451740527107044376 +26825 sedimentology_html_8732044704 sedimentology_html_8732044704:380:14738:14750 Saskatchewan Saskatoon -0.456344217050148659 +26826 aapg_ad_871.html aapg_ad_871.html:31:3730:3750 Traverse Lake Huron 0.0150141868655465499 +26827 gsa_html_7199417381 gsa_html_7199417381:604:62499:62516 White River Wisconsin -0.0223919711537192666 +26828 aapg_ai_584.html aapg_ai_584.html:927:97301:97311 Wind River Powder River (Montana) -0.437951625350357587 +26829 jgeology_html_3924418909 jgeology_html_3924418909:182:14088:14104 Navajo Colorado Plateau -0.510116323839860719 +26830 cspg_html_5241714595 cspg_html_5241714595:8:863:885 Winnipegosis Lacombe, Alberta 0.0230056138725967946 +26831 aapg_ak_105.html aapg_ak_105.html:96:12677:12686 Flagstaff Flagstaff, Arizona -0.481759173673690755 +26832 aapg_ah_519.html aapg_ah_519.html:6:1071:1093 Burro Canyon Logan, Utah 0.0201062134203886071 +26833 aapg_aa_904.html aapg_aa_904.html:665:59994:60001 Grizzly Victoria, British Columbia -0.0303573786993141213 +26834 aapg_af_551.html aapg_af_551.html:199:22064:22085 Lake Valley Alamogordo, New Mexico -0.00600378253077448604 +26835 palaios_html_6701247957 palaios_html_6701247957:102:9564:9575 Black River Jamaica, Queens -0.486038291322309801 +26836 aapg_ad_763.html aapg_ad_763.html:149:16931:16942 San Jacinto San Gabriel Valley -0.496386707811001693 +26837 aapg_af_395.html aapg_af_395.html:22:4192:4196 Bond Ardmore, Pennsylvania -0.442595627901035182 +26838 gsa_html_5136288307 gsa_html_5136288307:658:69133:69151 Yorktown Virginia -0.459860167847925383 +26839 aapg_ad_223.html aapg_ad_223.html:72:7816:7826 Fort Worth Guatemala -0.430057253759890901 +26840 cspg_html_2863271815 cspg_html_2863271815:529:63733:63749 Guelph Ontario, California -0.471363620495062197 +26841 geology_html_9343070577 geology_html_9343070577:296:20556:20575 Pocatello Boise, Idaho -0.0340313466956898014 +26842 gsa_html_7662610396 gsa_html_7662610396:1043:74966:74994 Green River New Mexico -0.0133078241167712726 +26843 aapg_ah_662.html aapg_ah_662.html:492:48184:48201 Repetto California -0.475138501585752326 +26844 palaios_html_6605749307 palaios_html_6605749307:452:44488:44512 Navajo Colorado Plateau -0.513439527987227695 +26845 aapg_ad_648.html aapg_ad_648.html:170:19132:19150 Niobrara Niobrara, Nebraska -0.474355436180137646 +26846 palaios_html_2298416430 palaios_html_2298416430:229:24508:24524 Lance Cheyenne, Wyoming -0.463636287457712182 +26847 gsa_html_1662492421 gsa_html_1662492421:634:56420:56430 Washington Snohomish River -0.479670542308177961 +26848 sedimentology_html_7173233072 sedimentology_html_7173233072:1342:79357:79365 Victoria Victoria, British Columbia -0.4796264052884881 +26849 gsa_html_7808051457 gsa_html_7808051457:581:55256:55273 Manitou Colorado -0.467071222132578012 +26850 aapg_ah_876.html aapg_ah_876.html:38:5093:5103 Citronelle Mississippi River 0.304778587895768005 +26851 gsa_html_9659678253 gsa_html_9659678253:667:51889:51917 Green River New Mexico -0.0165121278486362495 +26852 gsa_html_6117440194 gsa_html_6117440194:1224:109917:109925 Colorado Denver -0.0136379673462826371 +26853 palaios_html_2746116737 palaios_html_2746116737:38:3961:3988 Tallahatta Alabama -0.248068965223379151 +26854 aapg_ai_67.html aapg_ai_67.html:3:179:198 Oil Creek Nashville Basin -0.0153148102640597843 +26855 cspg_html_4287356899 cspg_html_4287356899:3260:341471:341492 Trold Fiord Victoria, British Columbia -0.4506269691264706 +26856 aapg_ai_49.html aapg_ai_49.html:676:88565:88573 Moenkopi Reno, Nevada -0.229380958268638552 +26857 gsa_html_9053175553 gsa_html_9053175553:511:51951:51979 Green River Cheyenne, Wyoming -0.462193603410137988 +26858 aapg_ai_996.html aapg_ai_996.html:1259:53725:53738 Potomac Raritan River -0.469648742182661783 +26859 sedimentology_html_6711774295 sedimentology_html_6711774295:979:83157:83169 Owens Valley California -0.0598744231387603118 +26860 sedimentology_html_8510537334 sedimentology_html_8510537334:1658:126503:126531 Escuminac Quebec City -0.506638588954896441 +26861 aapg_ae_419.html aapg_ae_419.html:210:26320:26326 Tuxpan Veracruz, Veracruz -0.225254190909706081 +26862 geology_html_7800169862 geology_html_7800169862:205:19674:19684 Wellington Antarctica -0.432567436469128874 +26863 cspg_html_3102530088 cspg_html_3102530088:10:935:949 Lea Park Lacombe, Alberta -0.0445698956916831118 +26864 aapg_ae_465.html aapg_ae_465.html:182:19325:19331 Paluxy Lewisville, Texas -0.0147465829377091441 +26865 aapg_ac_920.html aapg_ac_920.html:87:14044:14061 Oquirrh Reno, Nevada -0.025453465811003901 +26866 gsa_html_5495469347 gsa_html_5495469347:895:71057:71065 Rockwell California -0.465888175365361257 +26867 gsa_html_1679507393 gsa_html_1679507393:862:80772:80800 Green River Iran -0.00639293020944086028 +26868 aapg_af_551.html aapg_af_551.html:240:25161:25180 Percha Sacramento Mountains (California) -0.443523211116507166 +26869 aapg_ai_219.html aapg_ai_219.html:39:3795:3811 Tyonek Cook Inlet -0.0146249457170983255 +26870 aapg_af_144.html aapg_af_144.html:969:107557:107580 Pico California -0.465568086328610908 +26871 palaios_html_6605749307 palaios_html_6605749307:10:403:428 Navajo Arizona -0.488644702559799748 +26872 aapg_ad_756.html aapg_ad_756.html:247:29324:29331 Saginaw Muskegon, Michigan -0.239544245136844358 +26873 cspg_html_8535889489 cspg_html_8535889489:218:32061:32080 Mould Bay Melville Island (Canada) -0.466727815469158758 +26874 aapg_ah_469.html aapg_ah_469.html:304:27502:27519 Reklaw Mississippi River -0.0105034896980181463 +26875 aapg_ae_319.html aapg_ae_319.html:526:44681:44697 Chinle Logan, Utah -0.425647516918978619 +26876 aapg_ai_772.html aapg_ai_772.html:61:7277:7293 Yucatan Guatemala 0.0112002068245181611 +26877 cspg_html_9725676031 cspg_html_9725676031:91:14367:14375 Columbia Victoria, British Columbia -0.463362613223226583 +26878 sedimentology_html_6261114825 sedimentology_html_6261114825:723:57871:57889 Monterey California 0.00724767451713446368 +26879 aapg_ai_49.html aapg_ai_49.html:306:38360:38370 Twin Creek Colorado -0.0531596434481698826 +26880 aapg_af_98.html aapg_af_98.html:24:3779:3795 Dakota Cedar Mountains 0.994865002118207276 +26881 cspg_html_1336185084 cspg_html_1336185084:394:43052:43071 Clearwater Lacombe, Alberta -0.47254944238616009 +26882 gsa_html_1190215699 gsa_html_1190215699:60:5136:5144 Victoria Russia -0.0264132431935258684 +26883 aapg_ad_466.html aapg_ad_466.html:1573:166153:166160 Magothy East Asia 0.0640893692408360943 +26884 gsa_html_4113859081 gsa_html_4113859081:9:334:346 Owens Valley California -0.234380093706217957 +26885 palaios_html_2006394095 palaios_html_2006394095:328:20365:20369 Hall London, Ontario -0.471382028770717776 +26886 aapg_ae_16.html aapg_ae_16.html:204:23625:23647 Charlie Lake Lacombe, Alberta -0.46787302364620631 +26887 aapg_aa_287.html aapg_aa_287.html:294:35798:35821 Viking England -0.469988693380082645 +26888 cspg_html_6306091047 cspg_html_6306091047:726:99432:99451 Pardonet Lacombe, Alberta 0.00686025828250414957 +26889 aapg_aa_808.html aapg_aa_808.html:313:34492:34513 Huntingdon Victoria, British Columbia -0.0258220684876826687 +26890 gsa_html_5359072838 gsa_html_5359072838:1024:75627:75655 Green River Colorado -0.0389492941804812226 +26891 aapg_aa_906.html aapg_aa_906.html:624:65660:65680 Fort Union Cheyenne, Wyoming -0.00764378019701813464 +26892 aapg_ah_126.html aapg_ah_126.html:54:4819:4827 Phillips Cleveland -0.00806073698202901257 +26893 cspg_html_8694594891 cspg_html_8694594891:24:2536:2565 Laurentian Ottawa, Kansas -0.465705253187009671 +26894 palaios_html_6268975914 palaios_html_6268975914:624:62720:62727 Jackson Caribbean 0.00132025624175985054 +26895 aapg_ah_438.html aapg_ah_438.html:63:6500:6518 Onondaga Chemung, New York -0.0351971054761553784 +26896 cspg_html_5403901844 cspg_html_5403901844:21:3089:3107 Nahanni Manitoba -0.039147732983155395 +26897 geology_html_8555444116 geology_html_8555444116:240:22417:22423 Laguna Venezuela -0.455432903203822237 +26898 aapg_ae_415.html aapg_ae_415.html:392:50319:50328 Vicksburg Mississippi River -0.0185906420956017636 +26899 cspg_html_2165379999 cspg_html_2165379999:6:423:462 Sulphur Point Lacombe, Alberta -0.477158315306099867 +26900 aapg_ad_882.html aapg_ad_882.html:270:22138:22156 Toroweap Kaibab, Arizona 0.0105973111472393959 +26901 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17898:17906 Columbia Salem, Oregon -0.444835906435795903 +26902 aapg_af_397.html aapg_af_397.html:550:63740:63747 Entrada Entrada Sandstone -0.0246554374675200805 +26903 cspg_html_3518879351 cspg_html_3518879351:6:278:302 Swift Regina, Saskatchewan -0.443982888348864235 +26904 aapg_ae_260.html aapg_ae_260.html:59:7841:7849 Wolfcamp Orenburg Oblast -0.458675312427173743 +26905 cspg_html_3983222630 cspg_html_3983222630:11:893:900 Cardium Victoria, British Columbia -0.46105569042928074 +26906 cspg_html_4336039563 cspg_html_4336039563:10:1138:1158 Halfway Western world -0.469024309212410007 +26907 aapg_ac_324.html aapg_ac_324.html:553:72931:72958 Prospect Snake Creek -0.473815322787249471 +26908 aapg_ah_865.html aapg_ah_865.html:508:66236:66246 Santa Cruz Cuenca, Spain -0.464419004431934179 +26909 AMJC_html_5722410163 AMJC_html_5722410163:857:76866:76870 Elko Reno, Nevada -0.0192893197607112085 +26910 aapg_ad_603.html aapg_ad_603.html:182:15466:15472 Casper Cheyenne, Wyoming -0.0282234355137958928 +26911 aapg_ae_63.html aapg_ae_63.html:393:39987:39996 Pocatello Pocatello, Idaho -0.506274119189383809 +26912 aapg_ak_69.html aapg_ak_69.html:3:443:457 Nuka Northwest Arctic Borough, Alaska -0.427062550198528901 +26913 cspg_html_5241714595 cspg_html_5241714595:252:39570:39590 Besa River Victoria, British Columbia -0.208270317288079043 +26914 aapg_ae_845.html aapg_ae_845.html:110:12225:12231 Dakota Colorado -0.00291152111123597944 +26915 aapg_aa_645.html aapg_aa_645.html:107:14597:14613 Lakota Cheyenne, Wyoming -0.00384092543334238609 +26916 cspg_html_4409656292 cspg_html_4409656292:698:75755:75774 Peace River Lacombe, Alberta -0.0149690067830474411 +26917 aapg_aa_563.html aapg_aa_563.html:390:50044:50064 Eagle Uvalde, Texas -0.459860167847925383 +26918 aapg_af_575.html aapg_af_575.html:1135:163291:163311 Fredericksburg Goodland, Kansas -0.0577069474480743499 +26919 aapg_ad_2.html aapg_ad_2.html:392:59185:59202 Potsdam Adirondack Park -0.0932873755135689431 +26920 sedimentology_html_1340746782 sedimentology_html_1340746782:118:12327:12332 Hondo China -0.0481342981574959458 +26921 aapg_ac_235.html aapg_ac_235.html:337:33565:33573 Cloverly Otter Creek, Florida -0.468987591645794899 +26922 aapg_af_130.html aapg_af_130.html:308:49322:49329 Dotsero Colorado -0.432382247831122113 +26923 AMJC_html_3664856625 AMJC_html_3664856625:53:6662:6682 Fort Union Miles City, Montana -0.00092939054595942859 +26924 cspg_html_9648675035 cspg_html_9648675035:568:51747:51769 Shaftesbury Victoria, British Columbia -0.251235238600339639 +26925 aapg_ae_612.html aapg_ae_612.html:267:24192:24200 Scotland Svalbard -0.0304773910336276765 +26926 palaios_html_3112927242 palaios_html_3112927242:987:74895:74904 Tuscarora Juniata County School District -0.0636981319555682129 +26927 cspg_html_9275863663 cspg_html_9275863663:119:17386:17391 Flume Lacombe, Alberta -0.456344217050148659 +26928 sedimentology_html_8384737970 sedimentology_html_8384737970:82:9451:9467 Carmel Phoenix, Arizona -0.0479199713331230001 +26929 cspg_html_8727758678 cspg_html_8727758678:130:5912:5924 Granite Wash Alta, Utah -0.0261593828547695383 +26930 aapg_aa_698.html aapg_aa_698.html:252:22501:22517 Muskeg Lacombe, Alberta -0.453829596260670209 +26931 aapg_ad_457.html aapg_ad_457.html:452:52192:52213 Green River Cheyenne, Wyoming 0.00270479477611077846 +26932 sedimentology_html_5746467239 sedimentology_html_5746467239:1633:112466:112472 Cooper San Francisco -0.492210951964540455 +26933 cspg_html_8904992939 cspg_html_8904992939:336:40319:40352 Deadwood Western world -0.456541073233143302 +26934 aapg_af_654.html aapg_af_654.html:208:18882:18893 Shoal River White Creek, New York -0.053161387141425008 +26935 aapg_ai_898.html aapg_ai_898.html:232:26764:26799 Marcellus Ontario, California -0.469382385724573914 +26936 aapg_ad_223.html aapg_ad_223.html:17:2003:2009 Brazil Peru, Indiana -0.0289590583087490083 +26937 palaios_html_3716883934 palaios_html_3716883934:106:10995:11009 Bond Illinois -0.481759173673690755 +26938 aapg_ai_828.html aapg_ai_828.html:366:36623:36635 Wilcox Texas -0.432421928049857018 +26939 aapg_ai_692.html aapg_ai_692.html:21:3846:3866 Rico Liberia -0.490195451192383946 +26940 aapg_ac_5.html aapg_ac_5.html:164:16502:16518 Viking Regina, Saskatchewan 0.0377134940281073222 +26941 geology_html_6868377343 geology_html_6868377343:140:12980:12986 Sabine Shreveport, Louisiana -0.0473205840884710904 +26942 aapg_af_666.html aapg_af_666.html:452:38161:38169 Frontier Niobrara, Nebraska 0.906190325826878973 +26943 aapg_ad_192.html aapg_ad_192.html:80:10898:10913 Tuscaloosa Tuscaloosa, Alabama 0.0968474751028575859 +26944 aapg_af_436.html aapg_af_436.html:350:42853:42860 Chemung Chemung, New York 0.036342108331936164 +26945 aapg_ai_357.html aapg_ai_357.html:70:8696:8706 Rio Grande Austin, Chicago -0.524762889154889001 +26946 aapg_ah_77.html aapg_ah_77.html:144:21453:21472 Rock Springs Wasatch Range -0.467584291252108319 +26947 aapg_af_891.html aapg_af_891.html:256:27822:27829 Tecovas Santa Rosa, California -0.43580087580188992 +26948 gsa_html_8064738025 gsa_html_8064738025:518:46209:46237 Green River Colorado 0.0312827215063835179 +26949 geology_html_4781601757 geology_html_4781601757:270:25677:25685 Rockwell San Jacinto, California -0.440300736461396947 +26950 aapg_ah_48.html aapg_ah_48.html:414:51682:51686 Wendover Nebraska -0.0393792500826810471 +26951 sedimentology_html_7775845660 sedimentology_html_7775845660:915:66822:66836 Monterey California 0.796227223358756064 +26952 aapg_ai_29.html aapg_ai_29.html:658:84008:84014 Lissie Beaumont, Texas -0.464501195477937445 +26953 aapg_ai_15.html aapg_ai_15.html:18:2099:2115 Midway Shreveport, Louisiana -0.454305775206324536 +26954 gsa_html_8332639056 gsa_html_8332639056:31:2797:2825 Green River Colorado -0.000701820035486776629 +26955 aapg_ac_879.html aapg_ac_879.html:65:8752:8771 Knoxville California -0.433423304094416983 +26956 aapg_af_664.html aapg_af_664.html:354:39242:39252 San Andres Terrell County, Georgia -0.474009171210690694 +26957 aapg_ah_847.html aapg_ah_847.html:141:15792:15800 Navesink Monmouth County, New Jersey -0.486857796887406991 +26958 aapg_ae_959.html aapg_ae_959.html:1589:115500:115520 Dog Creek Texas -0.457152280296754032 +26959 aapg_af_142.html aapg_af_142.html:220:27599:27621 Cotton Valley Mexico 0.0177008186812158755 +26960 gsa_html_1316826711 gsa_html_1316826711:888:70490:70498 Columbia Victoria, British Columbia -0.00861668517403405519 +26961 aapg_ai_66.html aapg_ai_66.html:13:1724:1740 Pierre Colorado -0.437951625350357587 +26962 cspg_html_4326384800 cspg_html_4326384800:869:123172:123192 Trout River Iowa -0.508804742928565479 +26963 geology_html_3433614123 geology_html_3433614123:152:11802:11816 Carrara Vienna -0.49345891443649581 +26964 gsa_html_2076560873 gsa_html_2076560873:651:63101:63116 Melville Island Canadian Arctic Archipelago -0.501703098265810388 +26965 AMJC_html_6341723617 AMJC_html_6341723617:1182:98654:98685 Green River Colorado -0.466473780345575129 +26966 sedimentology_html_7488726250 sedimentology_html_7488726250:480:42865:42888 Kingston Peak Svalbard and Jan Mayen -0.443701699352459789 +26967 aapg_aa_898.html aapg_aa_898.html:207:23884:23903 Flagstaff Wasatch Range -0.0991962700154218613 +26968 cspg_html_1894459898 cspg_html_1894459898:452:43234:43262 Prairie Regina, Saskatchewan -0.442595627901035182 +26969 cspg_html_5955028331 cspg_html_5955028331:500:60683:60699 Viking Canada -0.452172819913734925 +26970 geology_html_2632215670 geology_html_2632215670:336:26312:26318 Kodiak Anchorage, Alaska -0.0783150515688535026 +26971 aapg_ah_779.html aapg_ah_779.html:752:126479:126494 Olentangy Ohio -0.0144772441484254995 +26972 aapg_af_130.html aapg_af_130.html:161:28678:28708 Ouray Arizona 0.0150524162295643544 +26973 aapg_ah_378.html aapg_ah_378.html:204:19314:19321 Tecovas Santa Rosa, California -0.405905365232084592 +26974 geology_html_7817649603 geology_html_7817649603:246:22754:22759 Grove California -0.0565379969022386936 +26975 AMJC_html_2046554116 AMJC_html_2046554116:485:48764:48774 Washington Paull -0.00436382766958571481 +26976 aapg_ae_474.html aapg_ae_474.html:9:1232:1248 Bethel Illinois -0.0432323316549263759 +26977 aapg_ad_439.html aapg_ad_439.html:289:39092:39096 Hess Papua New Guinea -0.484191429205932 +26978 gsa_html_2717448156 gsa_html_2717448156:681:69055:69073 Mackenzie Canada -0.477158315306099867 +26979 aapg_aa_463.html aapg_aa_463.html:248:47592:47599 Hosston Cotton Valley, Louisiana -0.407382209023896769 +26980 cspg_html_9894399778 cspg_html_9894399778:80:7353:7361 Ashville Ashville, Ohio -0.0516759141676912878 +26981 aapg_af_91.html aapg_af_91.html:170:18782:18801 Fish Haven Dolomite Logan, Utah -0.260280007083353748 +26982 cspg_html_4257076625 cspg_html_4257076625:501:65459:65479 Long Point Middle Ordovician -0.0308043870775981631 +26983 aapg_ae_772.html aapg_ae_772.html:11:1079:1104 Crevasse Canyon Mancos, Colorado -0.0300077841382245594 +26984 sedimentology_html_1356878970 sedimentology_html_1356878970:2381:142097:142111 Pico California -0.462398581950347165 +26985 cspg_html_9637099986 cspg_html_9637099986:152:18905:18931 Athabasca Lacombe, Alberta -0.461271782333034175 +26986 aapg_aa_645.html aapg_aa_645.html:133:18851:18859 Kootenai Lacombe, Alberta -0.00447500993536276322 +26987 cspg_html_6193252551 cspg_html_6193252551:507:59431:59437 Cabano Quebec City -0.0310879066661822294 +26988 sedimentology_html_6051696699 sedimentology_html_6051696699:286:24825:24833 Paradise Papua New Guinea -0.47503682505792677 +26989 aapg_aa_712.html aapg_aa_712.html:106:12828:12843 Glenwood Platteville, Colorado -0.431256465733329653 +26990 sedimentology_html_1832262387 sedimentology_html_1832262387:764:54915:54923 Montreal Montreal -0.00268221124588273983 +26991 aapg_ai_726.html aapg_ai_726.html:399:53136:53140 Java New Zealand -0.0108839893390520418 +26992 aapg_ad_983.html aapg_ad_983.html:159:14539:14546 Venango Pleasantville, Venango County, Pennsylvania -0.0799545846423326267 +26993 aapg_af_113.html aapg_af_113.html:22:2785:2793 Michigan Cincinnati -0.459860167847925383 +26994 gsa_html_9572048497 gsa_html_9572048497:1477:129164:129192 Green River Colorado -0.0187574882731168305 +26995 cspg_html_4343998218 cspg_html_4343998218:176:20496:20533 Bay Fiord Little Cornwallis Island 0.00285245641142386911 +26996 aapg_ac_221.html aapg_ac_221.html:109:13000:13013 Santa Barbara Santa Monica, California -0.393829050276181536 +26997 gsa_html_6136696916 gsa_html_6136696916:11:503:509 Oregon Salem, Oregon -0.475977786028375149 +26998 gsa_html_2717448156 gsa_html_2717448156:1124:111533:111543 Washington Spokane, Washington -0.4597965726108596 +26999 aapg_af_664.html aapg_af_664.html:605:67668:67681 Brushy Canyon Delaware -0.0477283018758572417 +27000 cspg_html_3871608501 cspg_html_3871608501:92:9966:9978 Grande Greve York -0.466782751574986277 +27001 aapg_ad_120.html aapg_ad_120.html:162:14046:14058 Saskatchewan Victoria, British Columbia -0.0432358146258081874 +27002 geology_html_4252091549 geology_html_4252091549:172:16909:16933 Protection Closter, New Jersey -0.0674002216587080011 +27003 cspg_html_8810326121 cspg_html_8810326121:12:1002:1009 Serpent Espanola, Ontario -0.0291434052387325206 +27004 cspg_html_5541937700 cspg_html_5541937700:916:110376:110392 Viking Canada -0.462097962880594848 +27005 gsa_html_6483475519 gsa_html_6483475519:54:3468:3496 Green River Colorado -0.0280825762237737336 +27006 cspg_html_9185158332 cspg_html_9185158332:5:258:287 Dunvegan Canada -0.435714594595624227 +27007 aapg_ah_318.html aapg_ah_318.html:1215:122035:122058 Cotton Valley Arkansas -0.424479393833646412 +27008 palaios_html_4880574501 palaios_html_4880574501:181:22071:22075 Kope Netherlands -0.44951252529713398 +27009 aapg_ad_982.html aapg_ad_982.html:72:5819:5827 Onondaga Edgecliff, New South Wales -0.458103872838477311 +27010 aapg_aa_702.html aapg_aa_702.html:1002:120597:120614 Hermosa Logan, Utah -0.00447500993536276322 +27011 aapg_ai_615.html aapg_ai_615.html:422:36511:36534 Brushy Canyon Texas -0.470188590895520009 +27012 aapg_aa_231.html aapg_aa_231.html:299:28316:28322 Pierre Sharon Springs, Kansas -0.430092438352523254 +27013 cspg_html_7307388012 cspg_html_7307388012:297:35977:35993 Fernie Lacombe, Alberta 0.0163783171925127626 +27014 geology_html_8086230553 geology_html_8086230553:270:20873:20885 Pierre Iowa -0.42107502020327392 +27015 cspg_html_5484260516 cspg_html_5484260516:1321:117037:117055 Palliser Canada -0.434673209477638822 +27016 aapg_ad_440.html aapg_ad_440.html:206:18487:18491 Hall Norwood, Massachusetts -0.488722172911972397 +27017 gsa_html_6869840610 gsa_html_6869840610:609:47546:47559 Madison Logan, Utah -0.00292541869155533898 +27018 aapg_ai_747.html aapg_ai_747.html:44:4017:4032 Sligo Karnes County, Texas -0.09329616199017636 +27019 aapg_ah_824.html aapg_ah_824.html:184:14840:14851 Mabou Bridgetown, Nova Scotia -0.489932094547215424 +27020 aapg_af_263.html aapg_af_263.html:8:1342:1362 Otto Fiord Ellesmere Island -0.206167712646750684 +27021 aapg_aa_322.html aapg_aa_322.html:285:26739:26755 Moorefield Arkansas -0.426107282258057218 +27022 cspg_html_4319383223 cspg_html_4319383223:43:7200:7208 Columbia Victoria, British Columbia -0.0198420227136738916 +27023 geology_html_3608984142 geology_html_3608984142:55:5124:5139 Diablo Chihuahua (state) -0.0147795988543257695 +27024 aapg_ah_140.html aapg_ah_140.html:196:20432:20440 Colorado Denver -0.484534784604727431 +27025 aapg_ae_519.html aapg_ae_519.html:260:28868:28882 Weir Raleigh, North Carolina -0.0458763143871966511 +27026 aapg_ac_200.html aapg_ac_200.html:414:41100:41118 Wasatch Western world 0.779739221813028127 +27027 aapg_ac_335.html aapg_ac_335.html:175:16997:17003 Frisco Frisco, Texas -0.0492966446441219716 +27028 aapg_aa_913.html aapg_aa_913.html:455:33221:33238 Edwards Texas -0.0267627432409546125 +27029 cspg_html_7799850124 cspg_html_7799850124:26:3597:3626 Cooking Lake Swan Hill, Victoria -0.0964851657729753898 +27030 aapg_ad_604.html aapg_ad_604.html:100:10747:10764 Sisquoc Monterey, California -0.00220622071262783657 +27031 aapg_af_854.html aapg_af_854.html:1121:158537:158558 Tar Springs Kentucky -0.459837454744856933 +27032 cspg_html_9942234474 cspg_html_9942234474:430:50631:50664 Grosmont Lacombe, Alberta -0.44497889773871091 +27033 palaios_html_7860397774 palaios_html_7860397774:1200:83116:83136 Oceanic Southern Ocean -0.0434656937810903587 +27034 jgeology_html_1659592707 jgeology_html_1659592707:831:53445:53453 Colorado Gunnison County, Colorado -0.0297521166629775777 +27035 aapg_ad_957.html aapg_ad_957.html:105:11012:11018 Warner Missouri River -0.511618183538216087 +27036 aapg_ae_6.html aapg_ae_6.html:412:44442:44446 Buda Austin, Chicago 0.00587522535278851409 +27037 cspg_html_1132698231 cspg_html_1132698231:236:31940:31956 Merced San Francisco -0.0249388283192189877 +27038 aapg_ad_691.html aapg_ad_691.html:78:8957:8977 Duck Creek Austin, Chicago -0.435661502416701596 +27039 aapg_af_317.html aapg_af_317.html:677:86030:86042 Austin Chalk Saratoga, California -0.443344757382833909 +27040 cspg_html_3251996292 cspg_html_3251996292:329:36579:36596 Beekmantown Utica, New York -0.431133173871068531 +27041 cspg_html_7667087595 cspg_html_7667087595:19:2177:2189 Saskatchewan Lacombe, Alberta -0.451733774163315116 +27042 palaios_html_6395613531 palaios_html_6395613531:689:69421:69441 Pottsville Alabama -0.461219460550356897 +27043 cspg_html_1242153796 cspg_html_1242153796:43:6850:6858 Glenogle Western world -0.460964719996515115 +27044 aapg_ai_515.html aapg_ai_515.html:285:30987:31008 Green River Uinta Mountains -0.436934331081807459 +27045 aapg_ai_249.html aapg_ai_249.html:83:12889:12896 Chuacus Santa Rosa, California -0.461390086357821749 +27046 aapg_ai_17.html aapg_ai_17.html:735:51450:51466 Danville Landing Shreveport, Louisiana -0.47503682505792677 +27047 geology_html_8621518489 geology_html_8621518489:300:23944:23964 Milk River Canada -0.0229847531233617133 +27048 sedimentology_html_2319942817 sedimentology_html_2319942817:747:60131:60152 Green River Logan, Utah -0.221711633782302631 +27049 aapg_ac_881.html aapg_ac_881.html:648:76577:76585 Deadwood Williston, Vermont -0.42326902375045744 +27050 cspg_html_3129231627 cspg_html_3129231627:170:23253:23276 Eleanor River Little Cornwallis Island -0.00562506076616993075 +27051 aapg_ah_774.html aapg_ah_774.html:74:9988:10005 Bluff Kankakee, Illinois -0.468611324772205295 +27052 gsa_html_6753732431 gsa_html_6753732431:112:10978:10996 Vaqueros Santa Monica Mountains -0.00308350377484213492 +27053 aapg_ad_441.html aapg_ad_441.html:81:6493:6509 Navajo San Rafael Swell -0.474355436180137646 +27054 cspg_html_3041902517 cspg_html_3041902517:602:67334:67354 Hare Fiord Ellesmere Island -0.247993656252742251 +27055 aapg_ai_569.html aapg_ai_569.html:411:41724:41732 Tensleep Western world -0.50871337107962189 +27056 cspg_html_2686470104 cspg_html_2686470104:234:23522:23530 Columbia Victoria, British Columbia -0.0282634328663418991 +27057 cspg_html_3104351736 cspg_html_3104351736:826:85676:85683 Bearpaw Lacombe, Alberta 1.09384236759647457 +27058 sedimentology_html_1568456861 sedimentology_html_1568456861:1452:100794:100798 Hall London, Ontario -0.0322777182092932879 +27059 aapg_ae_147.html aapg_ae_147.html:367:39386:39402 Modelo South Mountains (Arizona) -0.453180049702502807 +27060 aapg_ah_387.html aapg_ah_387.html:2611:281669:281692 Knoxville Knoxville, Illinois 0.956757586080344558 +27061 aapg_ae_3.html aapg_ae_3.html:760:67443:67451 Chainman Reno, Nevada -0.216608933094300737 +27062 gsa_html_7127096507 gsa_html_7127096507:49:6773:6810 German Rancho Canada -0.0535450100863143555 +27063 aapg_af_131.html aapg_af_131.html:681:69465:69483 Dewey Lake Palo Duro Canyon -0.0304773910336276765 +27064 sedimentology_html_7328045802 sedimentology_html_7328045802:888:53539:53547 Rangeley Portland, Maine -0.460946527021081187 +27065 aapg_ai_49.html aapg_ai_49.html:39:5264:5273 Minnelusa Des Moines, Washington -0.420787509362551382 +27066 sedimentology_html_1046729113 sedimentology_html_1046729113:763:65003:65042 Dunvegan Canada -0.0158448200336194084 +27067 cspg_html_4773367370 cspg_html_4773367370:190:16703:16711 Columbia Victoria, British Columbia -0.51380234798317781 +27068 gsa_html_3260983053 gsa_html_3260983053:13:634:642 Virginia Reston, Virginia -0.45112171556163283 +27069 geology_html_9274825387 geology_html_9274825387:215:22289:22296 Oquirrh Bingham Canyon, Utah -0.445016883536767272 +27070 aapg_ad_763.html aapg_ad_763.html:438:54370:54387 Panoche Knoxville, Illinois -0.035632122339872542 +27071 aapg_ad_611.html aapg_ad_611.html:19:2044:2056 Austin Chalk Buda, Texas -0.452927573923113447 +27072 aapg_ai_975.html aapg_ai_975.html:928:76247:76257 San Marcos New Braunfels, Texas -0.118577875647091088 +27073 aapg_ad_400.html aapg_ad_400.html:96:8147:8167 Phosphoria Colorado -0.0189139078212818938 +27074 aapg_ai_410.html aapg_ai_410.html:431:37771:37789 Fountain Colorado Springs, Colorado -0.0191815618988117366 +27075 gsa_html_3484366946 gsa_html_3484366946:1986:157402:157418 Noonday Dolomite California -0.482963947665808413 +27076 aapg_ah_312.html aapg_ah_312.html:5:819:843 Forest Trinidad and Tobago -0.483803859624134081 +27077 aapg_ah_772.html aapg_ah_772.html:635:52329:52355 Scotty Wash Quartzite Pioche, Nevada -0.0522564675368267714 +27078 gsa_html_4043558744 gsa_html_4043558744:1041:94198:94226 Green River Colorado -0.00486067457957646467 +27079 aapg_aa_4.html aapg_aa_4.html:235:31332:31338 Provo Elmira, Ontario -0.0641976627125528526 +27080 cspg_html_1503116552 cspg_html_1503116552:1803:249214:249245 Cooking Lake Redwater, Texas 0.792525657650393622 +27081 palaios_html_1262064602 palaios_html_1262064602:1091:106697:106722 Chinle Arizona -0.453180049702502807 +27082 aapg_ae_185.html aapg_ae_185.html:44:4317:4326 Shongaloo Haynesville, Louisiana 0.00296016264892234697 +27083 geology_html_5186901764 geology_html_5186901764:12:722:732 Santa Cruz California -0.508674901751657416 +27084 aapg_af_664.html aapg_af_664.html:360:40170:40180 San Andres Crockett County, Tennessee -0.00603852775893074737 +27085 aapg_af_26.html aapg_af_26.html:213:18428:18444 Eugene Corvallis, Oregon -0.0749956385588343988 +27086 gsa_html_6423424604 gsa_html_6423424604:1936:171007:171017 Washington Salem, Oregon -0.4597965726108596 +27087 aapg_ac_720.html aapg_ac_720.html:7:851:862 Hornerstown Manasquan, New Jersey -0.426679013535527729 +27088 aapg_ac_730.html aapg_ac_730.html:441:63479:63485 Toreva Mancos, Colorado -0.483085217576718073 +27089 aapg_aa_192.html aapg_aa_192.html:272:32875:32889 Red Rock Lima, Ohio -0.0519827474069236295 +27090 aapg_ae_408.html aapg_ae_408.html:14:2408:2412 Alto Illinois -0.476130470160059438 +27091 cspg_html_4148342026 cspg_html_4148342026:371:32856:32873 Red River Winnipeg -0.503464457157651313 +27092 gsa_html_1536819908 gsa_html_1536819908:723:68810:68818 Humboldt Reno, Nevada 0.300131966803525108 +27093 aapg_ad_880.html aapg_ad_880.html:860:83646:83654 Colorado Arizona -0.0276687018870389392 +27094 aapg_ae_307.html aapg_ae_307.html:121:8163:8168 Price Texas -0.456844361180692826 +27095 sedimentology_html_9417022136 sedimentology_html_9417022136:611:45401:45405 Hall London, Ontario -0.457650607934439568 +27096 aapg_af_449.html aapg_af_449.html:178:21593:21599 Oregon Reno, Nevada -0.484191429205932 +27097 gsa_html_9489918857 gsa_html_9489918857:29:2796:2824 Green River Iran -0.00349522085598196267 +27098 sedimentology_html_8983980897 sedimentology_html_8983980897:309:21034:21043 Lancaster Africa -0.452887004013691252 +27099 aapg_ac_807.html aapg_ac_807.html:483:49024:49032 Monmouth Matawan, New Jersey 0.0180518772845760546 +27100 aapg_ah_506.html aapg_ah_506.html:68:6896:6908 Ferron Point Rockport, Massachusetts -0.429105566113656023 +27101 aapg_ad_715.html aapg_ad_715.html:185:21651:21659 Altamont Pawhuska, Oklahoma -0.459022435464294998 +27102 cspg_html_5541725202 cspg_html_5541725202:116:16184:16195 Mabou Cumberland, Maryland 0.0122722414388244504 +27103 cspg_html_7182873498 cspg_html_7182873498:71:12498:12515 Salina Salina, Kansas 0.00363940905639203657 +27104 gsa_html_9755881333 gsa_html_9755881333:44:4701:4705 Java Indonesia -0.486401118306284352 +27105 cspg_html_8334041965 cspg_html_8334041965:36:7006:7016 Quesnellia Cordillera Administrative Region -0.0400999482749248432 +27106 aapg_ad_356.html aapg_ad_356.html:20:2650:2669 Smackover Cotton Valley, Louisiana -0.415087607507273693 +27107 AMJC_html_4692260170 AMJC_html_4692260170:123:13510:13530 Ammonoosuc Volcanics Middle Ordovician -0.000781730278493122455 +27108 aapg_ah_753.html aapg_ah_753.html:419:67535:67548 Windsor Bay of Fundy -0.452055720301517416 +27109 aapg_ah_160.html aapg_ah_160.html:306:36941:36956 Guelph Salina, Kansas -0.423640274627262559 +27110 cspg_html_5264346535 cspg_html_5264346535:118:15018:15047 Bearpaw Lacombe, Alberta 0.528099977721406599 +27111 aapg_ad_709.html aapg_ad_709.html:3:170:177 Shields Texas 0.00480334593379653455 +27112 geology_html_4837910667 geology_html_4837910667:304:22717:22726 San Diego California -0.486401118306284352 +27113 aapg_ad_2.html aapg_ad_2.html:1076:147888:147913 Beekmantown Pennsylvania 0.0812617129346391021 +27114 cspg_html_8954870161 cspg_html_8954870161:153:16930:16940 Santa Cruz Washington (state) -0.461219460550356897 +27115 aapg_ac_832.html aapg_ac_832.html:1530:138502:138517 Interlake Manitoba -0.391170452841915595 +27116 aapg_ai_583.html aapg_ai_583.html:89:12983:12998 Piper Cheyenne, Wyoming -0.440254051746647612 +27117 cspg_html_5697056884 cspg_html_5697056884:508:52597:52609 Winnipegosis Lacombe, Alberta -0.452887004013691252 +27118 aapg_ac_83.html aapg_ac_83.html:55:5621:5633 Atoka McAlester, Oklahoma -0.470696581042233275 +27119 aapg_af_143.html aapg_af_143.html:1146:126975:126986 Port Orford Cape Blanco Light -0.0793572109383032936 +27120 gsa_html_2145963783 gsa_html_2145963783:673:62491:62496 Provo Reno, Nevada -0.0210882710852193268 +27121 cspg_html_5117208919 cspg_html_5117208919:195:17325:17331 Muskeg Victoria, British Columbia -0.445989406971527558 +27122 aapg_af_751.html aapg_af_751.html:626:81219:81241 Pigeon Point California -0.0168284107080514181 +27123 palaios_html_2256521782 palaios_html_2256521782:1429:98484:98500 Arroyo Texas -0.0530497916352297219 +27124 aapg_af_779.html aapg_af_779.html:70:9681:9699 Traverse Michigan -0.448408411516637184 +27125 aapg_af_2.html aapg_af_2.html:260:28842:28858 Martin Colorado -0.468205411969975227 +27126 palaios_html_5212272868 palaios_html_5212272868:66:6910:6916 Pueblo Colorado -0.471349814541787038 +27127 aapg_ai_612.html aapg_ai_612.html:61:9952:9975 Brushy Canyon West, Texas -0.47944058990843208 +27128 cspg_html_1975682848 cspg_html_1975682848:306:39632:39658 Sutherland River Devon Island -0.493525020516280222 +27129 cspg_html_9290046117 cspg_html_9290046117:670:84035:84044 Athabasca Belcourt, North Dakota -0.454052985518192231 +27130 cspg_html_1984085623 cspg_html_1984085623:704:75779:75799 Bow Island Lacombe, Alberta -0.465787563493960222 +27131 palaios_html_3406135825 palaios_html_3406135825:891:78683:78689 Walker Ontario, California -0.462453250854801823 +27132 palaios_html_2847312584 palaios_html_2847312584:333:42825:42831 Oxford Waynesville, North Carolina -0.0218513582866363479 +27133 aapg_ad_430.html aapg_ad_430.html:134:10053:10076 Cotton Valley Cotton Valley, Louisiana -0.44830973456876172 +27134 aapg_ai_491.html aapg_ai_491.html:456:58111:58125 Abo Colorado -0.421027095781893512 +27135 sedimentology_html_7461243943 sedimentology_html_7461243943:895:59363:59407 Ross Ireland -0.470188590895520009 +27136 aapg_ac_621.html aapg_ac_621.html:181:16029:16047 Zeandale Tarkio, Missouri -0.0489010438658518606 +27137 cspg_html_3251996292 cspg_html_3251996292:396:42517:42551 Beekmantown Canada -0.456844361180692826 +27138 geology_html_2145245924 geology_html_2145245924:357:24769:24776 Madison California -0.0733087637528969799 +27139 gsa_html_7173708345 gsa_html_7173708345:709:54008:54036 Forest Fairbanks, Alaska -0.46326000708216164 +27140 cspg_html_9683836416 cspg_html_9683836416:441:69886:69908 Judith River Lacombe, Alberta -0.447133159014188541 +27141 aapg_af_663.html aapg_af_663.html:333:34314:34319 Utica Pleasanton, Texas -0.0165833779978511626 +27142 aapg_ad_639.html aapg_ad_639.html:74:9333:9352 Breathitt Kentucky -0.0651269728115944357 +27143 aapg_ah_469.html aapg_ah_469.html:282:25297:25311 Kosciusko Shreveport, Louisiana -0.465744120990301047 +27144 gsa_html_7932638920 gsa_html_7932638920:80:7294:7315 Ghost Rocks Kodiak Island -0.467925738958578585 +27145 aapg_ah_203.html aapg_ah_203.html:555:91215:91233 Morrison New Mexico -0.357412508105402815 +27146 gsa_html_9547811307 gsa_html_9547811307:12:549:557 Victoria Victoria, British Columbia -0.00433776934686405484 +27147 gsa_html_2023933346 gsa_html_2023933346:997:94161:94183 Santa Susana California -0.0198924272347078372 +27148 aapg_af_471.html aapg_af_471.html:82:11660:11679 Hartselle Alabama 0.0174575141375943391 +27149 aapg_ad_457.html aapg_ad_457.html:356:41396:41422 Borden Bloomington, Indiana -0.502180063393425136 +27150 aapg_ae_605.html aapg_ae_605.html:386:48493:48509 Salina Dolomites -0.46944207930236781 +27151 cspg_html_5807593737 cspg_html_5807593737:538:65703:65723 Mount Hawk Lacombe, Alberta -0.0346298699616138864 +27152 aapg_ad_60.html aapg_ad_60.html:208:34320:34326 Provo Siberia 0.000548948298213387093 +27153 cspg_html_6255491344 cspg_html_6255491344:88:13441:13460 Morrissey Fernie, British Columbia 0.217250121680998692 +27154 cspg_html_3664126562 cspg_html_3664126562:31:4641:4658 Viking Lacombe, Alberta -0.469051848391689397 +27155 aapg_ai_975.html aapg_ai_975.html:789:64150:64167 Rodessa Mooringsport, Louisiana -0.397159925078876264 +27156 cspg_html_5117208919 cspg_html_5117208919:123:10726:10736 Pine Point Victoria, British Columbia -0.495702329885848558 +27157 aapg_aa_654.html aapg_aa_654.html:48:8259:8266 Tererro Sangre de Cristo Range -0.450829332903146696 +27158 aapg_ai_28.html aapg_ai_28.html:338:31694:31704 Rio Grande Texas -0.492342974330111982 +27159 cspg_html_9290046117 cspg_html_9290046117:83:11286:11293 Cadomin Lacombe, Alberta -0.00756560119780054757 +27160 aapg_af_909.html aapg_af_909.html:10:1076:1084 Billings Douglas, Isle of Man -0.0460783921822131154 +27161 aapg_ac_475.html aapg_ac_475.html:322:45437:45451 Elko Reno, Nevada -0.471543117662309108 +27162 aapg_ae_610.html aapg_ae_610.html:338:27199:27219 San Andres Texas 0.366104727232968497 +27163 aapg_ah_318.html aapg_ah_318.html:48:8096:8107 San Antonio Texas -0.052249493647091097 +27164 cspg_html_9817084056 cspg_html_9817084056:12:1239:1247 Columbia Victoria, British Columbia -0.467263588143899677 +27165 cspg_html_1173833070 cspg_html_1173833070:136:16317:16325 Paskapoo Edmonton, London 0.710283243601380732 +27166 cspg_html_1456761793 cspg_html_1456761793:26:5519:5542 Mount Forster Victoria, British Columbia -0.500385707625650822 +27167 cspg_html_4326384800 cspg_html_4326384800:20:2630:2635 Nisku Lacombe, Alberta -0.0564682153206667384 +27168 palaios_html_1729153923 palaios_html_1729153923:887:76829:76837 Michigan Ohio -0.01748532023179648 +27169 cspg_html_4031489103 cspg_html_4031489103:80:11352:11370 Aldridge Purcell Mountains -0.49880187346517274 +27170 sedimentology_html_2487544504 sedimentology_html_2487544504:71:5836:5862 Monterey California -0.453044786078658057 +27171 aapg_ad_466.html aapg_ad_466.html:218:28037:28044 Matawan Monmouth -0.0689034114180549356 +27172 cspg_html_2749851978 cspg_html_2749851978:594:68043:68063 Cardium Central Alberta 0.00112916628904579774 +27173 aapg_ad_760.html aapg_ad_760.html:29:4935:4941 Modelo Santa Clara County, California -0.406218582002202511 +27174 aapg_ai_957.html aapg_ai_957.html:387:42073:42081 Colorado Llano, Texas -0.0178746093391716279 +27175 palaios_html_9133125241 palaios_html_9133125241:577:68882:68896 Kope Cincinnati -0.461271782333034175 +27176 aapg_aa_830.html aapg_aa_830.html:92:10775:10779 Wise Huntington, West Virginia -0.0144772441484254995 +27177 aapg_aa_730.html aapg_aa_730.html:337:34882:34894 Wilcox Texas -0.0361854896356224864 +27178 aapg_af_143.html aapg_af_143.html:1040:109319:109338 Knoxville Central Valley (California) -0.456561440120662909 +27179 aapg_ae_999.html aapg_ae_999.html:325:45287:45309 Chickasawhay Wayne County, Michigan -0.466782751574986277 +27180 aapg_ae_660.html aapg_ae_660.html:96:11819:11828 Smackover Shreveport, Louisiana -0.022564066972144893 +27181 aapg_ad_379.html aapg_ad_379.html:857:70249:70267 Frontier Cheyenne, Wyoming 0.401477222187127114 +27182 aapg_ad_757.html aapg_ad_757.html:341:42412:42426 Decorah Decorah, Iowa -0.438373052206387503 +27183 aapg_ac_835.html aapg_ac_835.html:60:8698:8721 Tensleep Cheyenne, Wyoming -0.0954511847555339493 +27184 aapg_ai_981.html aapg_ai_981.html:243:20715:20725 Rio Grande Beaumont, Texas -0.0193206044123134212 +27185 cspg_html_3907807140 cspg_html_3907807140:22:2458:2477 Athabasca Lacombe, Alberta -0.0203286926879938275 +27186 geology_html_4184347978 geology_html_4184347978:249:24767:24776 San Diego California -0.0450401829043313162 +27187 palaios_html_1834763898 palaios_html_1834763898:305:38971:38987 Noonday Dolomite California -0.0842032262829474631 +27188 aapg_ad_871.html aapg_ad_871.html:30:3545:3582 Lake Michigan Lake Huron -0.473718414704639712 +27189 sedimentology_html_2208426700 sedimentology_html_2208426700:1357:71887:71925 Winnipegosis Dolomites -0.0221155785118801462 +27190 aapg_ad_581.html aapg_ad_581.html:143:18450:18460 Waynesboro Martinsburg, Nebraska -0.432267625462602723 +27191 cspg_html_4717886670 cspg_html_4717886670:1032:97424:97452 Diligencia California -0.241350528327303721 +27192 cspg_html_1781462584 cspg_html_1781462584:293:32198:32210 Rundle Lacombe, Alberta -0.0668112913771392175 +27193 cspg_html_8145657505 cspg_html_8145657505:313:44914:44922 Columbia Victoria, British Columbia -0.0324655941438056483 +27194 gsa_html_8662254581 gsa_html_8662254581:936:100039:100043 Hall California -0.519561302021001925 +27195 geology_html_8477017574 geology_html_8477017574:16:702:715 Santa Barbara California -0.0160255473539090525 +27196 gsa_html_2168907540 gsa_html_2168907540:543:57428:57434 Satsop Republic of China -0.038468880180471815 +27197 aapg_ae_4.html aapg_ae_4.html:197:21572:21591 Lodgepole Boise, Idaho -0.0105834116577304821 +27198 cspg_html_1065856149 cspg_html_1065856149:152:14146:14170 Bow Island Lacombe, Alberta -0.00639987929798995891 +27199 cspg_html_8298261690 cspg_html_8298261690:693:68383:68400 Gething Lacombe, Alberta -0.446029671493266278 +27200 aapg_ai_1.html aapg_ai_1.html:54:6984:6991 Paradox Colorado -0.459837454744856933 +27201 jgeology_html_1063177056 jgeology_html_1063177056:320:19656:19664 Virginia Hatteras Island -0.0496957515940984612 +27202 palaios_html_7274959329 palaios_html_7274959329:61:7243:7258 Elk Wisconsin -0.469809513538571255 +27203 cspg_html_9185158332 cspg_html_9185158332:26:5396:5425 Dunvegan Canada -0.00168159033485223096 +27204 geology_html_4301172553 geology_html_4301172553:339:26251:26274 Friars Cambridge -0.0749711363688919663 +27205 gsa_html_1119256423 gsa_html_1119256423:599:55061:55078 White River Iowa -0.0143781976835972679 +27206 aapg_ai_321.html aapg_ai_321.html:23:2861:2878 Esquias Honduras -0.0677305389721809675 +27207 aapg_ae_959.html aapg_ae_959.html:1947:139937:139953 San Andres New Mexico -0.456133832112874948 +27208 aapg_ah_134.html aapg_ah_134.html:213:17390:17399 Catahoula Shreveport, Louisiana -0.476172115937115059 +27209 sedimentology_html_3865745685 sedimentology_html_3865745685:1543:108923:108944 Shaftesbury Canada -0.454041701910604445 +27210 aapg_ad_954.html aapg_ad_954.html:201:20699:20715 Davis Missouri River 0.892260042011489451 +27211 aapg_ae_17.html aapg_ae_17.html:222:28177:28183 Sierra Chihuahua (state) -0.00143491027354907159 +27212 aapg_ae_946.html aapg_ae_946.html:235:21345:21351 Morgan Muskingum River -0.446392131630084288 +27213 aapg_af_854.html aapg_af_854.html:1282:183252:183259 Cypress Bethel, Alaska 0.0188339598996110635 +27214 aapg_ae_220.html aapg_ae_220.html:536:58352:58361 Smackover Ashley County, Arkansas -0.463362613223226583 +27215 aapg_ah_93.html aapg_ah_93.html:95:12490:12506 Bighorn Dolomite Cheyenne, Wyoming 0.765737657081400069 +27216 cspg_html_3627006433 cspg_html_3627006433:787:77287:77305 Dunvegan Lacombe, Alberta -0.00200123251374013846 +27217 palaios_html_1574666570 palaios_html_1574666570:14:738:746 Michigan Michigan -0.488912357297633382 +27218 aapg_ad_431.html aapg_ad_431.html:170:14301:14306 Eutaw Tuscaloosa, Alabama -0.405013451517262313 +27219 AMJC_html_7287542072 AMJC_html_7287542072:47:5424:5439 Wepawaug Schist Hartford, Connecticut -0.474918987556243288 +27220 gsa_html_4453142877 gsa_html_4453142877:17:978:986 Colorado Denver -0.48757492352044407 +27221 aapg_ae_993.html aapg_ae_993.html:642:63925:63947 Sevy Dolomite Logan, Utah -0.210712270999256407 +27222 cspg_html_5515814749 cspg_html_5515814749:312:40542:40570 Judith River Calgary -0.256248610966286372 +27223 aapg_ae_680.html aapg_ae_680.html:341:34411:34431 Tuscaloosa East Texas 0.363982404717542951 +27224 gsa_html_2547559311 gsa_html_2547559311:929:81860:81888 Green River Colorado -0.00655275945491847703 +27225 aapg_ah_141.html aapg_ah_141.html:94:8842:8850 Graneros Mancos, Colorado -0.0448520648685932916 +27226 aapg_ad_859.html aapg_ad_859.html:12:1323:1331 Virginia Closter, New Jersey -0.100014727164483549 +27227 aapg_ai_603.html aapg_ai_603.html:166:15451:15466 Fourmile Canyon Indianola, Iowa -0.0405891491966653695 +27228 gsa_html_3380395839 gsa_html_3380395839:1050:86940:86971 Ghost Rocks Anchorage, Alaska 0.543960563854739898 +27229 aapg_ae_419.html aapg_ae_419.html:21:3022:3036 Kiamichi Texas -0.0197168810314956311 +27230 aapg_af_430.html aapg_af_430.html:138:15301:15316 Yegua Duval County, Texas -0.470292003998596664 +27231 cspg_html_5241714595 cspg_html_5241714595:550:82376:82391 Nisku Lacombe, Alberta -0.482038661537539159 +27232 aapg_ac_486.html aapg_ac_486.html:90:11234:11240 Denver Colorado -0.0446343409079277068 +27233 aapg_ai_388.html aapg_ai_388.html:154:14798:14813 Mesaverde Colorado -0.432267625462602723 +27234 cspg_html_3328007773 cspg_html_3328007773:1017:102465:102483 Dunvegan Victoria, British Columbia -0.434540631888912565 +27235 aapg_ae_419.html aapg_ae_419.html:2153:147622:147630 Victoria Matamoros, Tamaulipas 0.542695358860364241 +27236 aapg_ac_486.html aapg_ac_486.html:196:23492:23498 Dakota Colorado 0.0530340986575405376 +27237 aapg_ae_692.html aapg_ae_692.html:209:22932:22951 Lodgepole Williston, Vermont -0.442328228694744141 +27238 cspg_html_1025724640 cspg_html_1025724640:36:5559:5566 Potsdam Ontario, California -0.0206189626215435122 +27239 sedimentology_html_3178724516 sedimentology_html_3178724516:125:10221:10229 Scotland England -0.0539216783663858529 +27240 cspg_html_4338314003 cspg_html_4338314003:5:314:330 Viking Lacombe, Alberta -0.469038078694436811 +27241 aapg_ah_188.html aapg_ah_188.html:36:4590:4606 Toroweap Cheyenne, Wyoming -0.159192304703578452 +27242 aapg_ah_633.html aapg_ah_633.html:116:16270:16282 Chickasawhay Port of South Louisiana -0.467336881448994379 +27243 gsa_html_6589330144 gsa_html_6589330144:171:21501:21509 Virginia Reston, Virginia -0.0506631068321719905 +27244 aapg_ah_532.html aapg_ah_532.html:153:12916:12921 Ouray Leadville, Colorado -0.440254051746647612 +27245 aapg_aa_54.html aapg_aa_54.html:30:3178:3195 Wingate Colorado Plateau -0.0383226719059837143 +27246 geology_html_1499318691 geology_html_1499318691:210:17519:17527 Michigan Saskatoon -0.439165406786194035 +27247 aapg_ah_447.html aapg_ah_447.html:335:35278:35287 San Diego Duval County, Texas -0.441637804770763531 +27248 palaios_html_2623118674 palaios_html_2623118674:1119:109523:109543 North Horn Logan, Utah -0.0268931559198013828 +27249 cspg_html_7872970297 cspg_html_7872970297:519:47195:47216 Ross Victoria, British Columbia -0.452887004013691252 +27250 aapg_ae_265.html aapg_ae_265.html:180:21837:21845 Onondaga Kentucky -0.497000516635433987 +27251 cspg_html_8273598401 cspg_html_8273598401:211:23061:23068 Cantuar Regina, Saskatchewan -0.458262569586093849 +27252 aapg_af_544.html aapg_af_544.html:354:42007:42018 Desert Peak Reno, Nevada 0.000564582905986352451 +27253 aapg_aa_669.html aapg_aa_669.html:13:1072:1076 Frio Jackson County, Missouri -0.379754578569212686 +27254 sedimentology_html_7069619943 sedimentology_html_7069619943:1189:88491:88499 Woodside Florence, Alabama -0.0104235679161521783 +27255 gsa_html_7498897688 gsa_html_7498897688:847:80381:80391 Laurentian Mexico -0.473663043482949409 +27256 aapg_ai_49.html aapg_ai_49.html:744:96215:96225 Twin Creek Cheyenne, Wyoming -0.488872438533925924 +27257 cspg_html_4516258038 cspg_html_4516258038:394:45325:45339 Thumb Mountain Bathurst Island (Northern Territory) -0.459946482893789199 +27258 cspg_html_1962846283 cspg_html_1962846283:46:6841:6849 Kootenay Victoria, British Columbia -0.438386363525214817 +27259 aapg_ai_281.html aapg_ai_281.html:75:8497:8504 Tamabra Matamoros, Tamaulipas -0.0247962629365806077 +27260 aapg_ae_777.html aapg_ae_777.html:447:53328:53344 Sandia Gallina -0.484266161538602968 +27261 gsa_html_1450002501 gsa_html_1450002501:1021:94042:94070 Green River Colorado -0.434580403200599208 +27262 cspg_html_8128756616 cspg_html_8128756616:43:6960:6977 Athabasca Lacombe, Alberta -0.0540873490612621827 +27263 cspg_html_4773367370 cspg_html_4773367370:393:29206:29227 Peace River Lacombe, Alberta -0.474888953093082877 +27264 aapg_ai_153.html aapg_ai_153.html:85:14241:14256 Allegheny Allegheny Mountains 0.535733148978354445 +27265 gsa_html_3445493534 gsa_html_3445493534:729:75208:75226 Monterey California 0.0319698169476051453 +27266 aapg_ae_265.html aapg_ae_265.html:57:6342:6349 Clinton Ohio -0.687107360928092659 +27267 gsa_html_3216417833 gsa_html_3216417833:150:13205:13224 Rock Springs Waterloo, Ontario -0.443701699352459789 +27268 aapg_ad_133.html aapg_ad_133.html:242:22337:22342 Blair Ector, Texas -0.422147407249121198 +27269 cspg_html_1053895111 cspg_html_1053895111:240:29634:29651 Cardium Lacombe, Alberta -0.435738929516159335 +27270 aapg_ac_65.html aapg_ac_65.html:479:39766:39774 Colorado Vail, Colorado -0.0262532758817809256 +27271 cspg_html_3772380029 cspg_html_3772380029:422:54069:54092 Portage Chute Manitoba -0.439165406786194035 +27272 gsa_html_1975444584 gsa_html_1975444584:590:52130:52142 Medicine Bow Yavapai County, Arizona -0.0275887108223223723 +27273 aapg_ai_501.html aapg_ai_501.html:983:92153:92166 Lone Mountain Reno, Nevada -0.0225884038971819363 +27274 aapg_ac_741.html aapg_ac_741.html:76:8588:8606 Niobrara Sharon Springs, Kansas -0.107605944636536832 +27275 aapg_aa_23.html aapg_aa_23.html:312:36524:36537 Winnipeg Manitoba 0.896315968095976245 +27276 palaios_html_5111986952 palaios_html_5111986952:15:710:722 Saskatchewan Saskatoon -0.0283121254572706732 +27277 sedimentology_html_6302405335 sedimentology_html_6302405335:1346:96545:96550 Waicoe Svalbard -0.00128551260502975519 +27278 aapg_ad_844.html aapg_ad_844.html:192:19411:19415 Kent Niagara Peninsula 0.0120359389768452604 +27279 geology_html_3785595192 geology_html_3785595192:12:553:566 Santa Barbara California -0.0369894907800668374 +27280 aapg_ah_217.html aapg_ah_217.html:129:14474:14478 Bell Venango, Pennsylvania -0.49463779564980348 +27281 aapg_ac_824.html aapg_ac_824.html:545:52215:52223 Fountain Colorado -0.0416442398946082412 +27282 aapg_ah_781.html aapg_ah_781.html:328:32399:32415 Warner Wadden Sea National Parks -0.0990906754461203382 +27283 gsa_html_6499317047 gsa_html_6499317047:56:5015:5023 Columbia Fraser River (Colorado) -0.465568086328610908 +27284 aapg_ah_647.html aapg_ah_647.html:175:17477:17490 Blue Mountain El Paso, Texas -0.43597788776021662 +27285 sedimentology_html_3795043598 sedimentology_html_3795043598:677:28677:28684 Francis London, Ontario -0.507660920337226096 +27286 geology_html_7972092371 geology_html_7972092371:191:18868:18872 Hall Texas -0.0372366206791455642 +27287 geology_html_5745933097 geology_html_5745933097:291:22749:22756 Hampton Virginia -0.480853789677316845 +27288 cspg_html_5141367518 cspg_html_5141367518:446:61722:61739 Bearpaw Lethbridge -0.00746310002878541098 +27289 gsa_html_3447147750 gsa_html_3447147750:558:39584:39605 Mint Spring Vail, Colorado -0.478349729395822987 +27290 aapg_ai_584.html aapg_ai_584.html:874:93049:93063 Roundtop Hartville, Missouri -0.0429920100127147015 +27291 aapg_ad_286.html aapg_ad_286.html:10:1129:1145 Alapah Anchorage, Alaska -0.493525020516280222 +27292 aapg_ac_475.html aapg_ac_475.html:312:43493:43522 Kishenehn Kingston, Jamaica -0.436819151869522138 +27293 aapg_ae_305.html aapg_ae_305.html:85:11973:11981 Trujillo Lake Maracaibo -0.471363620495062197 +27294 palaios_html_6273516581 palaios_html_6273516581:495:51907:51918 Bloomington Currie, Minnesota -0.0346577090486229963 +27295 gsa_html_3448554349 gsa_html_3448554349:64:7111:7119 Catskill Meckel -0.0547448390011186781 +27296 sedimentology_html_5313699868 sedimentology_html_5313699868:949:80771:80775 Hall London, Ontario -0.462302919433881576 +27297 gsa_html_3331523875 gsa_html_3331523875:57:7600:7617 Wasatch Colorado -0.443715087361728711 +27298 aapg_ah_878.html aapg_ah_878.html:54:7184:7194 Cabot Head Michigan 1.05181713366687357 +27299 aapg_ae_407.html aapg_ae_407.html:118:11529:11541 Cedar Valley Coralville, Iowa -0.452461129454831856 +27300 aapg_ad_466.html aapg_ad_466.html:1268:135659:135676 Patuxent Anne Arundel County, Maryland -0.441406293921039528 +27301 aapg_ah_974.html aapg_ah_974.html:190:17511:17520 Vicksburg Western world -0.0140376196944260508 +27302 aapg_ae_415.html aapg_ae_415.html:955:119218:119237 Paynes Hammock Smith County, Kansas -0.0509402640663400852 +27303 cspg_html_6417125323 cspg_html_6417125323:35:4380:4395 Elk Regina, Saskatchewan -0.443813272031764461 +27304 cspg_html_7587979364 cspg_html_7587979364:554:41056:41075 Keg River Lacombe, Alberta -0.451875596518584666 +27305 gsa_html_7593677776 gsa_html_7593677776:61:4269:4297 Green River Colorado -0.022564066972144893 +27306 aapg_ai_278.html aapg_ai_278.html:408:55289:55307 Pine Key Melbourne, Florida -0.0307122011432018581 +27307 cspg_html_2172704722 cspg_html_2172704722:794:93139:93155 Gates Victoria, British Columbia -0.0514667170766342913 +27308 aapg_aa_707.html aapg_aa_707.html:536:50845:50851 Walker Lima, Ohio -0.466759861116235797 +27309 cspg_html_9905904289 cspg_html_9905904289:22:3930:3946 Horseshoe Canyon Lacombe, Alberta -0.0875274580432090638 +27310 aapg_ai_399.html aapg_ai_399.html:114:11977:11992 Eutaw Cumberland, Maryland 0.00239731162737208446 +27311 cspg_html_3041902517 cspg_html_3041902517:853:91900:91908 Columbia Victoria, British Columbia -0.456661018199272462 +27312 cspg_html_5109837857 cspg_html_5109837857:225:28526:28547 Blind Fiord Ellesmere Island 0.99533881636370547 +27313 geology_html_3107749784 geology_html_3107749784:16:1013:1024 Reclamation Colorado 0.747310826864067246 +27314 sedimentology_html_9710882522 sedimentology_html_9710882522:384:25951:25963 Umpqua Tenmile Range -0.453495743339231705 +27315 aapg_ad_466.html aapg_ad_466.html:761:83201:83209 Monmouth Sykesville, Maryland -0.0230090906667148494 +27316 cspg_html_6502178723 cspg_html_6502178723:358:44484:44510 Sulphur Mountain Canada -0.0316827975818438426 +27317 sedimentology_html_7107892700 sedimentology_html_7107892700:466:41509:41520 Englishtown Bass River Township, New Jersey -0.440265166942118702 +27318 aapg_ad_996.html aapg_ad_996.html:79:8274:8281 Paradox Colorado -0.0142044328576254025 +27319 gsa_html_8863489299 gsa_html_8863489299:94:10562:10567 Crete Karpathos -0.481794104698776371 +27320 cspg_html_9361096527 cspg_html_9361096527:42:8879:8895 Wapiti Judith River Formation -0.474203062673125064 +27321 aapg_ad_466.html aapg_ad_466.html:171:19041:19046 Salem Atlantic Highlands, New Jersey -0.443110589175295999 +27322 AMJC_html_4066670641 AMJC_html_4066670641:1609:138992:139002 Washington Washington (state) -0.423116197439436237 +27323 aapg_af_854.html aapg_af_854.html:551:75052:75066 Somerset Kentucky -0.0317923859746223822 +27324 aapg_ai_46.html aapg_ai_46.html:144:11596:11613 Foraker Stillwater, Oklahoma -0.0385628723639815305 +27325 jgeology_html_6990146451 jgeology_html_6990146451:202:12841:12854 Clinton Huntington, West Virginia -0.459819284677136619 +27326 aapg_ai_885.html aapg_ai_885.html:17:2017:2038 Georgetown Buda, Texas -0.500602350569185339 +27327 cspg_html_7779401416 cspg_html_7779401416:112:14030:14041 Fossil Hill Niagara Peninsula 0.00496838305929403912 +27328 cspg_html_5756063944 cspg_html_5756063944:915:78481:78501 Ferry Lake Anhydrite Texas -0.0231725008237077118 +27329 aapg_af_291.html aapg_af_291.html:31:4205:4213 Lisburne Prudhoe Bay Oil Field -0.481905893496514026 +27330 aapg_ac_490.html aapg_ac_490.html:17:3016:3024 Columbia Victoria, British Columbia 0.0117909508048517596 +27331 aapg_ai_7.html aapg_ai_7.html:192:15930:15936 Annona Austin, Chicago -0.0181770085033734277 +27332 sedimentology_html_5462089509 sedimentology_html_5462089509:1453:101133:101141 Colorado Denver -0.0321281154583834411 +27333 gsa_html_9755702281 gsa_html_9755702281:695:55166:55184 Monterey California 0.0216966522714720049 +27334 cspg_html_8089302449 cspg_html_8089302449:213:36060:36072 Wapsipinicon Great Moravia -0.02404868566678443 +27335 gsa_html_6542025228 gsa_html_6542025228:636:67725:67741 Thelon Canada -0.486548633935625752 +27336 aapg_ad_443.html aapg_ad_443.html:92:13485:13500 Conasauga Sand Mountain (Nevada) -0.432567436469128874 +27337 cspg_html_4143222666 cspg_html_4143222666:80:11579:11597 Lea Park Canada -0.00716428423732448638 +27338 cspg_html_7086537250 cspg_html_7086537250:696:100095:100114 Chinchaga Lacombe, Alberta -0.454414135268558672 +27339 cspg_html_5542874609 cspg_html_5542874609:140:23234:23255 Shaftesbury Dissected Till Plains -0.49009668288503172 +27340 palaios_html_5371490677 palaios_html_5371490677:92:12696:12702 Keokuk Washington (state) 0.352364610756787433 +27341 aapg_ad_69.html aapg_ad_69.html:6:1019:1039 Colorado Niobrara, Nebraska -0.468696200218799319 +27342 cspg_html_6925296423 cspg_html_6925296423:54:9318:9333 Cairn Canada -0.469327287552563421 +27343 cspg_html_7323688702 cspg_html_7323688702:123:13142:13164 Shaftesbury Lacombe, Alberta 0.00112916628904579774 +27344 aapg_ah_360.html aapg_ah_360.html:3:427:443 Paluxy East Texas 0.0195500267274268669 +27345 aapg_ac_517.html aapg_ac_517.html:38:4912:4924 Winnipegosis Regina, Saskatchewan -0.00707047033032297441 +27346 aapg_ai_584.html aapg_ai_584.html:741:78049:78059 Deer Creek Shawnee, Oklahoma -0.454143259443463898 +27347 aapg_af_173.html aapg_af_173.html:405:37149:37155 Dakota Cheyenne, Wyoming -0.43060716238884611 +27348 cspg_html_5000772122 cspg_html_5000772122:8:641:665 Kootenay Fernie, British Columbia -0.0358774797167535214 +27349 aapg_ae_454.html aapg_ae_454.html:176:14209:14226 Bossier Bossier City, Louisiana -0.453234160803079433 +27350 gsa_html_4930932370 gsa_html_4930932370:1345:138156:138184 Green River Iran -0.437953842888147871 +27351 aapg_ac_940.html aapg_ac_940.html:329:40345:40365 Toro Chile -0.0231725008237077118 +27352 jgeology_html_7885748745 jgeology_html_7885748745:270:17594:17610 Fish Canyon Tuff Durango, Durango -0.507610494068331364 +27353 gsa_html_1766933224 gsa_html_1766933224:53:5179:5212 Bedford Lake Agassiz -0.0343166851191607572 +27354 aapg_af_874.html aapg_af_874.html:154:10971:10978 Kanawha Pottsville, Pennsylvania 0.0176573712386846743 +27355 aapg_ad_280.html aapg_ad_280.html:17:2419:2438 Cotton Valley Bossier City, Louisiana -0.0282634328663418991 +27356 cspg_html_4177743729 cspg_html_4177743729:19:1387:1394 Camrose Lacombe, Alberta -0.447133159014188541 +27357 AMJC_html_4147467903 AMJC_html_4147467903:959:101342:101352 Washington Richland, Washington -0.473856858113634927 +27358 aapg_af_897.html aapg_af_897.html:59:7710:7715 Boggy Carbondale, Pennsylvania -0.0314218768886919339 +27359 aapg_ac_187.html aapg_ac_187.html:5086:483858:483883 Beaverhill Canada -0.00425264554680848412 +27360 palaios_html_8307405724 palaios_html_8307405724:579:36045:36063 Cantwell Anchorage, Alaska -0.0124129812660324374 +27361 aapg_ai_145.html aapg_ai_145.html:177:22529:22545 Fernie Lacombe, Alberta -0.447572237112974447 +27362 aapg_ad_351.html aapg_ad_351.html:655:55960:55966 Keokuk Newton County, Georgia -0.465568086328610908 +27363 AMJC_html_5722410163 AMJC_html_5722410163:317:31331:31341 Winnemucca Reno, Nevada -0.0519827474069236295 +27364 aapg_ai_256.html aapg_ai_256.html:98:11789:11798 Franconia Oneota (Duluth) -0.0467961571994701744 +27365 cspg_html_4564688984 cspg_html_4564688984:194:21042:21079 Basal Canada -0.450582005503512739 +27366 cspg_html_8438548095 cspg_html_8438548095:345:35762:35770 Edmonton Western world -0.469120700106755939 +27367 aapg_ac_91.html aapg_ac_91.html:484:37334:37352 Mt. Head Lacombe, Alberta -0.423531068292633761 +27368 cspg_html_4143222666 cspg_html_4143222666:762:67938:67953 Mt Lytton Lacombe, Alberta -0.0392835092525669338 +27369 aapg_ae_344.html aapg_ae_344.html:74:6903:6916 Cotton Valley Cotton Valley, Louisiana -0.0565728879662720091 +27370 aapg_ah_387.html aapg_ah_387.html:51:8160:8173 Santa Barbara Knoxville, Illinois -0.041236814250852856 +27371 aapg_ai_641.html aapg_ai_641.html:69:10862:10877 Mesaverde Cheyenne, Wyoming -0.0177825001131117176 +27372 gsa_html_4675429437 gsa_html_4675429437:458:34090:34096 Sonora Baja California peninsula -0.0194353152309463539 +27373 gsa_html_3127889380 gsa_html_3127889380:874:85443:85451 Temporal Canada -0.47482657712880405 +27374 cspg_html_4326384800 cspg_html_4326384800:994:145584:145609 Fort Vermilion Swan Hill, Victoria -0.201910933388831787 +27375 aapg_af_754.html aapg_af_754.html:271:40560:40574 Frio Brazoria County, Texas -0.0137248477945169315 +27376 gsa_html_5865982995 gsa_html_5865982995:1062:115721:115728 Wasatch Cheyenne, Wyoming -0.022564066972144893 +27377 aapg_ae_345.html aapg_ae_345.html:564:45938:45943 Eutaw Tuscaloosa, Alabama 2.77948468513044932e-05 +27378 aapg_ac_380.html aapg_ac_380.html:44:6848:6860 Salina Onondaga (tribe) -0.000521153440822292734 +27379 cspg_html_3995540997 cspg_html_3995540997:20:1341:1356 Jefferson Lacombe, Alberta -0.463332970234029085 +27380 jgeology_html_4937261141 jgeology_html_4937261141:836:58263:58276 Santa Barbara California -0.472491841137828439 +27381 aapg_af_579.html aapg_af_579.html:21:2961:2978 Todilto New Mexico -0.480033015687554854 +27382 aapg_ai_146.html aapg_ai_146.html:124:10503:10515 Medicine Hat Saskatchewan -0.0676658721418899739 +27383 aapg_ad_809.html aapg_ad_809.html:128:9544:9563 Kinderhook Sedgwick County, Kansas -0.455227249960310998 +27384 aapg_ai_49.html aapg_ai_49.html:223:26472:26481 Chugwater Cheyenne, Wyoming -0.452172819913734925 +27385 aapg_ac_413.html aapg_ac_413.html:79:6987:7009 Monterey North Atlantic Current -0.445984933244691462 +27386 cspg_html_7115701337 cspg_html_7115701337:545:60737:60745 Columbia Lacombe, Alberta -0.446392131630084288 +27387 jgeology_html_7908118530 jgeology_html_7908118530:1237:67697:67711 Ogallala Nebraska -0.0279573692057954598 +27388 cspg_html_4176605708 cspg_html_4176605708:698:67554:67565 Mowry Canada -0.0126805624942423392 +27389 gsa_html_7361499125 gsa_html_7361499125:964:74516:74544 Green River Colorado -0.0387717471174881742 +27390 cspg_html_4298557570 cspg_html_4298557570:29:3834:3842 Whitemud Edmonton, London -0.442548827459522287 +27391 aapg_ac_629.html aapg_ac_629.html:613:73315:73325 Citronelle Apalachicola River -0.0338782413037275951 +27392 cspg_html_7881580279 cspg_html_7881580279:263:33531:33537 Galena Middle Ordovician -0.469051848391689397 +27393 aapg_ae_370.html aapg_ae_370.html:343:31109:31121 Keasey Cowlitz River -0.0478206511244486168 +27394 jgeology_html_3450428494 jgeology_html_3450428494:395:22187:22202 Dry Hill Gneiss Manhattan, Kansas -0.487532722920071437 +27395 jgeology_html_6791895583 jgeology_html_6791895583:436:35810:35817 Palouse Washington (state) -0.259407231082798062 +27396 palaios_html_8113714689 palaios_html_8113714689:175:16767:16785 Au Train Wisconsin -0.274990093403573721 +27397 aapg_af_575.html aapg_af_575.html:1035:151544:151555 Pearl Herington, Kansas -0.033900859013031269 +27398 aapg_ah_105.html aapg_ah_105.html:8:1150:1155 Queen Nashville Basin 0.129104478043733761 +27399 AMJC_html_9113252962 AMJC_html_9113252962:91:12299:12315 Hoosac Cambridge, Massachusetts -0.473649201225758321 +27400 gsa_html_5158209975 gsa_html_5158209975:962:80059:80064 Basal Shreveport, Louisiana -0.46105569042928074 +27401 aapg_ah_411.html aapg_ah_411.html:28:4669:4677 Kootenai Great Falls (Missouri River) 0.014863007676211246 +27402 palaios_html_1018466366 palaios_html_1018466366:1836:153482:153490 Columbia Victoria, British Columbia -0.478642038078168519 +27403 geology_html_1545045916 geology_html_1545045916:13:623:631 Virginia Reston, Virginia -0.484079342907875299 +27404 aapg_ad_356.html aapg_ad_356.html:394:37850:37871 Haynesville Shreveport, Louisiana -0.408256899955551422 +27405 cspg_html_4693916254 cspg_html_4693916254:356:43714:43723 Spearfish Manitoba 0.723038466085905718 +27406 gsa_html_5272671610 gsa_html_5272671610:527:53632:53636 Bond Washington (state) -0.481156254434641828 +27407 aapg_ae_981.html aapg_ae_981.html:39:3855:3871 Laurel Louisville, Kentucky -0.452927573923113447 +27408 aapg_ah_318.html aapg_ah_318.html:944:97350:97355 Weeks Arkansas -0.499198739530653746 +27409 gsa_html_4557277250 gsa_html_4557277250:930:77852:77880 Green River Colorado -0.0171725037246518962 +27410 jgeology_html_2890216221 jgeology_html_2890216221:957:54184:54190 Jordan Amman -0.433387995206966137 +27411 aapg_ae_339.html aapg_ae_339.html:16:2088:2097 Red River Texas -0.011024723133422322 +27412 gsa_html_9754367281 gsa_html_9754367281:58:3971:3999 Green River Colorado -0.0268931559198013828 +27413 aapg_ah_430.html aapg_ah_430.html:198:14819:14836 Entrada Summerville, South Carolina -0.219093677987690943 +27414 geology_html_4826943077 geology_html_4826943077:93:7989:8007 Stirling Funeral Mountains -0.455197874748240694 +27415 sedimentology_html_6434577006 sedimentology_html_6434577006:1173:63504:63538 Zabriskie Quartzite California 0.378590562545716158 +27416 gsa_html_9852028532 gsa_html_9852028532:875:71061:71079 Otto Fiord Long Island -0.0477544383461864994 +27417 gsa_html_3860045860 gsa_html_3860045860:440:47262:47279 Cowlitz Salem, Oregon -0.0265036602918163264 +27418 aapg_ae_17.html aapg_ae_17.html:145:17773:17779 Sierra Arizona -0.0510274225681307883 +27419 cspg_html_1434585715 cspg_html_1434585715:736:70317:70328 Coal Valley Lacombe, Alberta 0.00325374947790672006 +27420 palaios_html_9789679615 palaios_html_9789679615:770:79173:79191 Javelina Texas -0.455482628602140449 +27421 aapg_aa_643.html aapg_aa_643.html:478:55623:55632 Knoxville Knoxville, Illinois -0.44951252529713398 +27422 cspg_html_7602315496 cspg_html_7602315496:7:705:726 Belly River Milk River, Alberta 1.01039626003956773 +27423 aapg_af_338.html aapg_af_338.html:44:4942:4955 Woodbine East Texas -0.0224562895865069063 +27424 cspg_html_1019614994 cspg_html_1019614994:190:29560:29565 Banff Arctic Cordillera -0.457899875343460883 +27425 aapg_aa_15.html aapg_aa_15.html:103:13832:13850 Wellborn Texas -0.487987661646075377 +27426 aapg_ae_876.html aapg_ae_876.html:36:4608:4614 Dakota Colorado 1.14055900465808779 +27427 cspg_html_5740360566 cspg_html_5740360566:51:7195:7203 Grosmont Western world -0.493905230900802183 +27428 aapg_ad_2.html aapg_ad_2.html:994:137195:137215 Beekmantown Remsen (town), New York -0.0102654623010875242 +27429 aapg_ai_187.html aapg_ai_187.html:44:6140:6158 Niobrara Powder River (Montana) -0.011024723133422322 +27430 aapg_ac_69.html aapg_ac_69.html:162:18625:18647 Graneros Colorado -0.499569634767048298 +27431 aapg_aa_23.html aapg_aa_23.html:829:108025:108034 Interlake Manitoba -0.00638076930644856932 +27432 jgeology_html_4147510455 jgeology_html_4147510455:1070:53388:53398 Washington Richland, Washington -0.0168874970090907538 +27433 aapg_ai_770.html aapg_ai_770.html:11:1162:1180 Reynales Ontario, California -0.444891759770598527 +27434 geology_html_4298931479 geology_html_4298931479:39:3560:3577 Sabot Amphibolite Manhattan, Kansas -0.447189152172129289 +27435 gsa_html_1024107776 gsa_html_1024107776:507:50567:50587 Boss Point New Brunswick, New Jersey -0.468054102450840448 +27436 aapg_ai_491.html aapg_ai_491.html:439:55639:55655 Morgan Uinta Mountains -0.216660663067742315 +27437 aapg_af_628.html aapg_af_628.html:4:498:504 Menard Chester, Pennsylvania -0.0867290620604778129 +27438 aapg_aa_320.html aapg_aa_320.html:66:5836:5844 Entrance Quito -0.0155250750483416668 +27439 aapg_ae_873.html aapg_ae_873.html:1052:124407:124413 Hinton Goodland, Kansas -0.0456254660933555489 +27440 geology_html_4825073774 geology_html_4825073774:230:19011:19022 Coal Valley Fish Lake Valley, Nevada -0.490524761849640001 +27441 aapg_aa_732.html aapg_aa_732.html:21:4062:4081 San Marcos Coahuila -0.10405154218099999 +27442 aapg_ah_871.html aapg_ah_871.html:480:52715:52720 Chazy Lowville (town), New York -0.449871874526764137 +27443 aapg_ae_884.html aapg_ae_884.html:205:27333:27351 Frontier Kemmerer, Wyoming 0.0219626084121762773 +27444 aapg_ai_364.html aapg_ai_364.html:124:12780:12789 Ingleside Colorado -0.468384265774498543 +27445 gsa_html_5608167218 gsa_html_5608167218:551:46826:46854 Green River Colorado -0.0274826364360333635 +27446 AMJC_html_6341723617 AMJC_html_6341723617:733:64255:64272 Wasatch Colorado -0.490604756571324518 +27447 aapg_ai_873.html aapg_ai_873.html:162:16371:16397 Maquoketa Callaway County, Missouri -0.00639293020944086028 +27448 aapg_ad_938.html aapg_ad_938.html:480:42270:42278 Colorado Nebraska -0.517925618184756242 +27449 aapg_ad_379.html aapg_ad_379.html:140:12096:12114 Fountain Colorado -0.505071548445994001 +27450 cspg_html_8362959053 cspg_html_8362959053:294:29052:29060 Bullhead Lacombe, Alberta -0.0377274176775576064 +27451 aapg_ac_335.html aapg_ac_335.html:175:17184:17190 Frisco Frisco, Texas -0.452896019392303839 +27452 aapg_ac_333.html aapg_ac_333.html:1634:172547:172562 Supai Arizona -0.470457490274840129 +27453 aapg_ae_305.html aapg_ae_305.html:913:74772:74780 Trujillo Barinas State -0.506465925368115633 +27454 jgeology_html_1587231718 jgeology_html_1587231718:775:49513:49523 Washington Washington (state) -0.0237635726163751594 +27455 gsa_html_3069013284 gsa_html_3069013284:130:15809:15825 Forest Chinle Formation -0.47601017133294582 +27456 aapg_ac_617.html aapg_ac_617.html:5:867:885 Oakville Oakville, California -0.456344217050148659 +27457 gsa_html_7195000001 gsa_html_7195000001:900:109374:109390 Strathcona Fiord Canadian Arctic Archipelago -0.0122044780485856749 +27458 aapg_af_886.html aapg_af_886.html:46:2554:2558 Frio Shreveport, Louisiana 1.21728131532864459 +27459 aapg_ae_725.html aapg_ae_725.html:146:16561:16576 Mesaverde Colorado -0.407102986074704409 +27460 aapg_ah_973.html aapg_ah_973.html:154:9455:9473 Monmouth Matawan, New Jersey -0.445016883536767272 +27461 aapg_ah_358.html aapg_ah_358.html:567:32780:32790 San Andres Cedar Lake (Minnesota) 0.00953054056718567397 +27462 sedimentology_html_3692628572 sedimentology_html_3692628572:462:35747:35780 Simmler California -0.00215584223507059606 +27463 aapg_ad_440.html aapg_ad_440.html:491:45661:45674 Taggard Mercer County, New Jersey -0.474133810779439169 +27464 gsa_html_8735573394 gsa_html_8735573394:972:88349:88377 Green River Iran -0.0103801322392496759 +27465 geology_html_5047080688 geology_html_5047080688:13:520:528 Colorado Denver -0.473010388882843136 +27466 cspg_html_8387792223 cspg_html_8387792223:945:99826:99831 Yukon Canada -0.458031335089754243 +27467 aapg_ai_49.html aapg_ai_49.html:642:84751:84759 Loveland El Dorado Springs, Missouri -0.0295851529329683692 +27468 aapg_af_551.html aapg_af_551.html:51:5855:5876 Lake Valley Alamogordo, New Mexico -0.441459714368856782 +27469 cspg_html_4103411715 cspg_html_4103411715:47:6031:6039 Edmonton Calgary -0.454034931813569353 +27470 aapg_ad_800.html aapg_ad_800.html:96:10749:10760 Coffee Selma to Montgomery marches -0.462143504710773534 +27471 aapg_ai_567.html aapg_ai_567.html:269:33242:33251 Peninsula Baja California peninsula -0.0626468091378891839 +27472 cspg_html_7576506617 cspg_html_7576506617:61:10103:10125 Severn River River Severn -0.0126805624942423392 +27473 aapg_ad_600.html aapg_ad_600.html:123:13662:13669 Leipers Barren County, Kentucky -0.500516638951101323 +27474 aapg_aa_696.html aapg_aa_696.html:38:4445:4462 Todilto New Mexico -0.454041701910604445 +27475 AMJC_html_6341723617 AMJC_html_6341723617:547:51274:51283 Flagstaff Elko, Nevada -0.477130519718023338 +27476 sedimentology_html_8652763963 sedimentology_html_8652763963:583:32554:32563 Gibraltar Gibraltar -0.453008719186489883 +27477 geology_html_9713678354 geology_html_9713678354:262:23230:23235 Piper California 0.00619140699389484142 +27478 sedimentology_html_9550478777 sedimentology_html_9550478777:151:12244:12254 Las Animas Puerto Palomas, Chihuahua -0.449755070503296051 +27479 geology_html_6113200258 geology_html_6113200258:155:14033:14048 Gorge Bennington, Vermont -0.496915172747898759 +27480 aapg_ad_864.html aapg_ad_864.html:50:6390:6407 Naheola Mississippi River 0.0139472629974676295 +27481 aapg_ad_3.html aapg_ad_3.html:617:58643:58651 Virginia Knoxville, Tennessee -0.056229218914080073 +27482 aapg_ai_593.html aapg_ai_593.html:1675:171017:171046 Weno Texas -0.0126614494701577564 +27483 AMJC_html_5426926529 AMJC_html_5426926529:55:6412:6443 Hoosac Athens, Georgia -0.47829406272822006 +27484 geology_html_4540113984 geology_html_4540113984:223:21427:21434 Norfolk Virginia -0.470236848829719556 +27485 aapg_ai_899.html aapg_ai_899.html:123:13383:13389 Hobson Karnes County, Texas -0.0523017979841753217 +27486 aapg_af_575.html aapg_af_575.html:397:53929:53947 Independence Sheffield station -0.0476429233409196642 +27487 aapg_ae_75.html aapg_ae_75.html:43:7317:7327 San Andres Earp, California -0.423072537243216251 +27488 aapg_ac_924.html aapg_ac_924.html:20:3555:3575 Madison Cheyenne, Wyoming -0.490195451192383946 +27489 aapg_aa_956.html aapg_aa_956.html:57:6571:6593 Jackson Mississippi River -0.46809765859229685 +27490 aapg_af_628.html aapg_af_628.html:226:22379:22385 Bethel Kentucky -0.44961357796588941 +27491 cspg_html_3124360347 cspg_html_3124360347:395:45081:45098 Everton Arkansas -0.45633516722504075 +27492 cspg_html_5312588885 cspg_html_5312588885:444:57776:57782 Banner Hanson, Massachusetts -0.477454856949792728 +27493 aapg_af_338.html aapg_af_338.html:160:18478:18494 Blackstone East Texas -0.474526310844171573 +27494 aapg_aa_288.html aapg_aa_288.html:166:18958:18964 Casper Cheyenne, Wyoming -0.467016268103292775 +27495 aapg_ae_147.html aapg_ae_147.html:28:4170:4186 Modelo Royal Botanic Gardens, Kew -0.46328736756315686 +27496 cspg_html_5308103526 cspg_html_5308103526:394:38570:38587 Halfway Lacombe, Alberta -0.0501471685682714427 +27497 aapg_ah_203.html aapg_ah_203.html:482:76254:76272 Morrison New Mexico 0.0520385366586047921 +27498 jgeology_html_8064855537 jgeology_html_8064855537:348:25437:25445 Colorado Western world -0.432624764132568007 +27499 aapg_af_319.html aapg_af_319.html:48:6454:6462 Colorado Sterling, Virginia -0.0433629440146906728 +27500 aapg_ac_545.html aapg_ac_545.html:37:5983:6009 Shaftesbury Cordillera Administrative Region -0.0575289744471569053 +27501 gsa_html_5865982995 gsa_html_5865982995:832:92776:92793 Wasatch Cheyenne, Wyoming -0.0252604746773001342 +27502 cspg_html_9542530836 cspg_html_9542530836:19:2198:2214 Yeoman Regina, Saskatchewan -0.464450966712688929 +27503 aapg_af_799.html aapg_af_799.html:401:28415:28424 Domengine California -0.425371763818281734 +27504 gsa_html_7965405428 gsa_html_7965405428:999:85072:85100 Green River New Mexico -0.0193901260398797667 +27505 aapg_ad_999.html aapg_ad_999.html:169:17214:17237 Watt Mountain Lacombe, Alberta -0.466530989100184312 +27506 aapg_ah_955.html aapg_ah_955.html:39:6577:6610 Logan Shortland Islands 0.0207110851767037009 +27507 cspg_html_1503116552 cspg_html_1503116552:1006:146288:146308 Swan Hills Western world 0.787966555915352251 +27508 gsa_html_2209194419 gsa_html_2209194419:706:80853:80869 Navajo Logan, Utah -0.487565545428885583 +27509 aapg_ah_756.html aapg_ah_756.html:259:24465:24475 San Andres San Angelo, Texas -0.433727898240629628 +27510 cspg_html_1503116552 cspg_html_1503116552:779:105041:105072 Beaverhill Swan Hill, Victoria -0.481777803377517411 +27511 aapg_ai_80.html aapg_ai_80.html:367:37318:37327 Hermitage Knoxville, Tennessee 0.349706709990181275 +27512 gsa_html_4675429437 gsa_html_4675429437:513:37281:37291 San Felipe Baja California peninsula -0.485336482309537631 +27513 gsa_html_2023933346 gsa_html_2023933346:557:55996:56006 Capistrano San Joaquin Hills (Laguna Niguel, California) -0.458641287983651336 +27514 sedimentology_html_5841712908 sedimentology_html_5841712908:72:7964:7974 Santa Cruz California -0.501531457608635822 +27515 geology_html_9316941915 geology_html_9316941915:279:24038:24041 Rye Colorado -0.0357887327729749932 +27516 aapg_ah_665.html aapg_ah_665.html:163:17981:18003 Lincoln Peak Middle East -0.534980184332239483 +27517 aapg_ah_83.html aapg_ah_83.html:124:15811:15831 Phosphoria Boise, Idaho -0.0183890381267497773 +27518 aapg_ai_141.html aapg_ai_141.html:289:30873:30884 Uncompahgre Colorado -0.503041677516484542 +27519 cspg_html_9729377176 cspg_html_9729377176:545:70570:70589 Pardonet Victoria, British Columbia -0.4835517998191603 +27520 aapg_af_581.html aapg_af_581.html:126:14334:14342 Chipaque Bogota, New Jersey -0.00972860319356922895 +27521 aapg_ad_817.html aapg_ad_817.html:269:24704:24711 Arcadia Carnarvon, Western Australia -0.465945346292333973 +27522 AMJC_html_6279868078 AMJC_html_6279868078:679:80740:80761 Ghost Rocks Kodiak Island -0.0459076709606554625 +27523 aapg_ai_80.html aapg_ai_80.html:342:35929:35934 Utica Logan County, West Virginia -0.510229530598988568 +27524 cspg_html_7779401416 cspg_html_7779401416:15:1640:1658 Reynales Irondequoit, New York -0.48422645917649243 +27525 aapg_ae_876.html aapg_ae_876.html:438:46946:46960 Cedar Mountain Mancos, Colorado -0.416233588263895504 +27526 aapg_ai_514.html aapg_ai_514.html:123:15114:15125 Green River Uinta Mountains 0.00100756364994161328 +27527 aapg_af_0.html aapg_af_0.html:342:37206:37215 Palmarito Santa Ana, California -0.463526807661379381 +27528 aapg_ac_629.html aapg_ac_629.html:149:20594:20602 Beaumont Oberlin, Ohio -0.47007370171245999 +27529 aapg_ad_790.html aapg_ad_790.html:118:7601:7609 Woodbine East Texas 0.0014766026609327194 +27530 aapg_ah_972.html aapg_ah_972.html:401:39951:39960 Catahoula Whitsett, North Carolina 0.00299316941719320615 +27531 cspg_html_3104351736 cspg_html_3104351736:774:83149:83165 Horseshoe Canyon Lacombe, Alberta -0.0539356294315417248 +27532 aapg_ae_180.html aapg_ae_180.html:96:11554:11562 Niobrara Texas 0.0126823000424950687 +27533 cspg_html_6985536436 cspg_html_6985536436:638:82253:82274 Christopher Banks Island -0.0436659722456700511 +27534 sedimentology_html_7385631805 sedimentology_html_7385631805:65:5151:5157 Brazil Peru, Indiana 0.0120446265356006221 +27535 aapg_af_854.html aapg_af_854.html:1280:182924:182936 Fayetteville Arkansas -0.259680393138786103 +27536 cspg_html_8266552811 cspg_html_8266552811:76:9882:9898 Viking Regina, Saskatchewan -0.444871652179790411 +27537 cspg_html_7994114775 cspg_html_7994114775:280:41018:41025 Mohawk Logan Canyon -0.0131827182184571217 +27538 gsa_html_3681093797 gsa_html_3681093797:923:70340:70368 Green River Colorado 0.0311435677292160769 +27539 cspg_html_2834693711 cspg_html_2834693711:392:53823:53844 Trent River England -0.0481395257140627003 +27540 aapg_ah_534.html aapg_ah_534.html:250:20915:20923 Catskill Jamestown, New York -0.482280957733571936 +27541 AMJC_html_8804784209 AMJC_html_8804784209:1282:104266:104274 Billings Bennington, Vermont -0.00100408928942736001 +27542 aapg_ah_871.html aapg_ah_871.html:30:4025:4032 Pamelia Montreal -0.474808096218428344 +27543 AMJC_html_7085584544 AMJC_html_7085584544:857:90692:90704 Tongue River Williston Basin -0.49337628910884479 +27544 aapg_ac_251.html aapg_ac_251.html:945:94736:94756 Mississagi Blind River (Ontario) -0.421890099930447016 +27545 aapg_ac_925.html aapg_ac_925.html:71:10741:10750 Hornbrook Medford, Massachusetts -0.0541518744999871654 +27546 aapg_af_288.html aapg_af_288.html:246:28761:28772 Abo New Mexico -0.46809765859229685 +27547 cspg_html_6038396142 cspg_html_6038396142:57:8203:8234 Decorah Winnipeg -0.455310861563052449 +27548 aapg_ai_321.html aapg_ai_321.html:205:28101:28108 Esquias Cedros, Trinidad and Tobago -0.432227951733042737 +27549 aapg_ad_1.html aapg_ad_1.html:42:4112:4138 Warrior Pennsylvania -0.4391432028015122 +27550 aapg_ae_369.html aapg_ae_369.html:484:51218:51223 Gordo Mississippi River -0.477234757760444439 +27551 cspg_html_5973552270 cspg_html_5973552270:124:16116:16137 Slave Point Lacombe, Alberta -0.0320063471843775108 +27552 cspg_html_7866293053 cspg_html_7866293053:751:72748:72756 Kootenay Lacombe, Alberta -0.432236767973233238 +27553 cspg_html_2758185645 cspg_html_2758185645:531:49590:49605 Banff Regina, Saskatchewan -0.429960502864963123 +27554 aapg_ad_399.html aapg_ad_399.html:52:4955:4962 St Louis Meramec River -0.456479975332736432 +27555 cspg_html_2253842195 cspg_html_2253842195:47:6928:6951 Boulder Creek Boulder Creek (Colorado) -0.434558307819543299 +27556 AMJC_html_8128063878 AMJC_html_8128063878:16:1027:1037 Washington Earth -0.00850549498541811055 +27557 aapg_ad_808.html aapg_ad_808.html:1239:85018:85036 Frontier Cheyenne, Wyoming -0.419751437916078163 +27558 aapg_aa_146.html aapg_aa_146.html:786:45891:45910 Fox Hills Newcastle, New South Wales 0.016192373803742003 +27559 aapg_aa_967.html aapg_aa_967.html:4:305:314 San Diego Duval County, Texas -0.0328256981874446643 +27560 aapg_ad_821.html aapg_ad_821.html:573:46986:46992 Casper Ohio -0.477234757760444439 +27561 geology_html_2461616775 geology_html_2461616775:230:17118:17128 Washington Denmark -0.006663945278057983 +27562 gsa_html_4930932370 gsa_html_4930932370:945:102455:102463 Michigan Iron River, Wisconsin -0.485285038948243097 +27563 cspg_html_9343899465 cspg_html_9343899465:213:26732:26745 Ibbett Bay Middle East -0.455188836413653375 +27564 cspg_html_9637445661 cspg_html_9637445661:88:10159:10167 Columbia Victoria, British Columbia -0.483015252079283031 +27565 aapg_aa_735.html aapg_aa_735.html:94:8775:8792 Keokuk Illinois -0.0045966157065965357 +27566 cspg_html_1159794850 cspg_html_1159794850:192:30106:30117 Salina Michigan Basin -0.0115181647621516343 +27567 gsa_html_9946860355 gsa_html_9946860355:1194:93893:93921 Green River Colorado 0.0120446265356006221 +27568 AMJC_html_4464898807 AMJC_html_4464898807:1063:87383:87390 Shuswap Arctic Cordillera -0.0365561577052215814 +27569 aapg_ac_569.html aapg_ac_569.html:349:49413:49454 Albert New Brunswick, New Jersey -0.0261715541385612628 +27570 sedimentology_html_8001929837 sedimentology_html_8001929837:1163:95951:95955 Hall Borneo -0.425358634701132332 +27571 aapg_af_707.html aapg_af_707.html:65:7600:7613 Cotton Valley Mississippi River -0.459819284677136619 +27572 aapg_ai_29.html aapg_ai_29.html:57:6431:6440 Extension Mexico -0.419958128211776138 +27573 sedimentology_html_3208248909 sedimentology_html_3208248909:1632:45554:45559 Yukon Bering Land Bridge National Preserve -0.0270600859182637335 +27574 cspg_html_7804036692 cspg_html_7804036692:647:69977:69991 Fort Vermilion Swan Hill, Victoria -0.49007551974140473 +27575 aapg_ai_566.html aapg_ai_566.html:170:16877:16898 Belly River Lacombe, Alberta -0.445106268068768518 +27576 palaios_html_5334521487 palaios_html_5334521487:515:59242:59258 Amsden Cheyenne, Wyoming -0.510983837255400308 +27577 cspg_html_5783501569 cspg_html_5783501569:327:32609:32628 Waterfowl Canmore, Alberta -0.0380668126428187481 +27578 aapg_ae_26.html aapg_ae_26.html:6:934:948 Kope Lexington, Kentucky -0.443933785681361437 +27579 sedimentology_html_2562878594 sedimentology_html_2562878594:2648:126071:126081 Laurentian South America -0.473746101631411953 +27580 gsa_html_5552216115 gsa_html_5552216115:1234:123303:123320 San Juan Bautista California -0.50210373062480862 +27581 geology_html_3374437567 geology_html_3374437567:218:20402:20411 Littleton Colorado -0.432236767973233238 +27582 gsa_html_4922631598 gsa_html_4922631598:697:75870:75876 Denver Flores Island (Azores) -0.444916336311243943 +27583 aapg_ac_485.html aapg_ac_485.html:287:33544:33552 Michigan Salina, Kansas -0.457691392417615917 +27584 aapg_ah_467.html aapg_ah_467.html:103:8876:8889 Turner Valley Kootenay River -0.0280825762237737336 +27585 gsa_html_2168907540 gsa_html_2168907540:406:44264:44270 Satsop Republic of China -0.030261717523761382 +27586 aapg_ac_706.html aapg_ac_706.html:199:26345:26384 Piedras Mesa, Arizona -0.027863464704799671 +27587 AMJC_html_1938223835 AMJC_html_1938223835:763:97865:97876 Moose River Portland, Maine -0.0420203413535321854 +27588 aapg_ai_28.html aapg_ai_28.html:612:60959:60969 Rio Grande Texas -0.0230090906667148494 +27589 aapg_ae_416.html aapg_ae_416.html:99:9545:9568 Chattahoochee Tampa, Florida -0.480611894173340604 +27590 aapg_ac_126.html aapg_ac_126.html:173:25276:25290 Bossier Haynesville, Louisiana 0.0211282497787515337 +27591 aapg_af_363.html aapg_af_363.html:110:13635:13647 New Scotland Helderberg -0.420878980795922841 +27592 jgeology_html_1198140108 jgeology_html_1198140108:1072:64294:64302 Colorado Gunnison County, Colorado -0.496386707811001693 +27593 aapg_af_461.html aapg_af_461.html:276:25900:25913 Lake Michigan Michigan -0.0381938711768296663 +27594 gsa_html_4339524478 gsa_html_4339524478:765:76487:76497 Washington Boise, Idaho -0.457514673015389395 +27595 aapg_ae_447.html aapg_ae_447.html:66:8142:8148 Midway Texas -0.478642038078168519 +27596 aapg_af_2.html aapg_af_2.html:464:52143:52150 Madison Colorado -0.480853789677316845 +27597 gsa_html_4385238876 gsa_html_4385238876:68:9360:9379 Gambier Canada -0.491084883288990137 +27598 aapg_af_704.html aapg_af_704.html:182:17242:17250 Billings Williston, Vermont -0.454041701910604445 +27599 cspg_html_3762708087 cspg_html_3762708087:512:68544:68551 Cardium Lacombe, Alberta -0.432382247831122113 +27600 aapg_af_2.html aapg_af_2.html:477:54791:54799 Colorado Mesa, Arizona -0.0573143663598271388 +27601 gsa_html_7016690283 gsa_html_7016690283:66:5038:5066 Green River Colorado 0.00957571265714924832 +27602 aapg_ae_999.html aapg_ae_999.html:327:45613:45622 Vicksburg Alabama -0.498068047805524272 +27603 cspg_html_6014123208 cspg_html_6014123208:614:67681:67690 Mackenzie Lacombe, Alberta -0.429934117971200513 +27604 jgeology_html_2022713612 jgeology_html_2022713612:926:81046:81078 Johnnie Death Valley -0.47254944238616009 +27605 cspg_html_6880168184 cspg_html_6880168184:679:80538:80550 Devon Island Canadian Arctic Archipelago -0.444856013246054061 +27606 aapg_ad_812.html aapg_ad_812.html:81:11272:11288 Chinle Kayenta, Arizona 0.016034236202214884 +27607 aapg_ac_592.html aapg_ac_592.html:8:1243:1261 Sundance Cheyenne, Wyoming -0.00771327274469656935 +27608 cspg_html_7086880709 cspg_html_7086880709:307:39416:39437 Columbia Victoria, British Columbia -0.0383226719059837143 +27609 gsa_html_1130947011 gsa_html_1130947011:184:22697:22712 Kope Ohio -0.444838140504144441 +27610 aapg_ae_73.html aapg_ae_73.html:477:63530:63537 Vermejo Trinidad and Tobago -0.502757556583302234 +27611 aapg_ah_194.html aapg_ah_194.html:487:54519:54527 San Jose California -0.492309966808552324 +27612 aapg_aa_244.html aapg_aa_244.html:176:15479:15488 Aux Vases Henderson County, Texas 0.00427349218410431799 +27613 gsa_html_8051402894 gsa_html_8051402894:311:34838:34847 Lancaster Mojave Desert -0.505502548403087726 +27614 cspg_html_2834693711 cspg_html_2834693711:218:29705:29714 Extension Mt. Washington, Los Angeles -0.454357696116458765 +27615 aapg_ah_547.html aapg_ah_547.html:98:12747:12787 Madison Cheyenne, Wyoming -0.49687250405482164 +27616 cspg_html_8818854104 cspg_html_8818854104:460:56677:56688 Peace River Belcourt, North Dakota -0.466842269540434285 +27617 gsa_html_3448554349 gsa_html_3448554349:86:9134:9156 Spechty Kopf Ohio -0.0516271009783959151 +27618 gsa_html_4220229801 gsa_html_4220229801:705:58087:58097 Washington Salem, Oregon -0.505572008253837413 +27619 aapg_af_431.html aapg_af_431.html:91:9345:9350 Sligo Tuscaloosa, Alabama -0.454540571750530975 +27620 gsa_html_5542734224 gsa_html_5542734224:55:3447:3475 Green River Colorado 0.0312827215063835179 +27621 aapg_ah_773.html aapg_ah_773.html:76:5141:5154 Carlin Canyon Reno, Nevada -0.0088338543289246535 +27622 aapg_ad_466.html aapg_ad_466.html:1173:125218:125226 Virginia Monmouth -0.0775270132939832185 +27623 aapg_ae_181.html aapg_ae_181.html:222:33346:33362 Ripley Coon Creek Formation -0.482038661537539159 +27624 aapg_af_575.html aapg_af_575.html:1198:172194:172213 Smackover Cotton Valley, Louisiana -0.460269102262388319 +27625 aapg_ad_169.html aapg_ad_169.html:368:42682:42687 Rapid Greenbrier (Great Smoky Mountains) -0.471382028770717776 +27626 aapg_af_130.html aapg_af_130.html:149:27110:27121 Lake Valley Sacramento Mountains (California) -0.448327675040319895 +27627 cspg_html_8207916783 cspg_html_8207916783:67:8555:8579 Tuscarora Virginia 0.3897550598553155 +27628 geology_html_9304361956 geology_html_9304361956:230:20999:21008 Extension England -0.494056417995318131 +27629 cspg_html_9177794814 cspg_html_9177794814:99:11568:11587 Aux Vases Anchorage, Alaska -0.441459714368856782 +27630 aapg_ai_900.html aapg_ai_900.html:253:38111:38130 Woodbine Tuscaloosa, Alabama -0.472210801391301227 +27631 aapg_ae_419.html aapg_ae_419.html:2322:156269:156289 San Felipe Texas -0.119404458447050471 +27632 aapg_aa_659.html aapg_aa_659.html:388:23146:23151 Swift Bay of Fundy 0.0131861933748900779 +27633 aapg_ae_680.html aapg_ae_680.html:477:45874:45893 Woodbine Polk County, Florida -0.0246554374675200805 +27634 aapg_ah_289.html aapg_ah_289.html:558:78431:78449 Monterey California 1.25608826449625077 +27635 gsa_html_8597749242 gsa_html_8597749242:693:75733:75741 Colorado Rutherford, New Jersey -0.456337429672799166 +27636 aapg_af_653.html aapg_af_653.html:896:102820:102827 Temblor California -0.471382028770717776 +27637 cspg_html_8316122266 cspg_html_8316122266:356:32713:32725 Hasler Victoria, British Columbia -0.460946527021081187 +27638 aapg_ae_873.html aapg_ae_873.html:728:84388:84397 Smackover Rodessa, Louisiana -0.450620224441537598 +27639 aapg_aa_74.html aapg_aa_74.html:172:16610:16620 Greenbrier Eastern Mountain Coal Fields -0.526292098472070813 +27640 jgeology_html_3188478366 jgeology_html_3188478366:144:8659:8678 Bluestone Illinois -0.50436806319393368 +27641 aapg_ah_862.html aapg_ah_862.html:270:38315:38322 Emerson Mexico -0.0177825001131117176 +27642 aapg_ac_629.html aapg_ac_629.html:316:40330:40336 Lissie Oberlin, Ohio -0.0538449480045017359 +27643 aapg_ae_415.html aapg_ae_415.html:994:125864:125873 Catahoula Mississippi River 0.339204961549052442 +27644 aapg_ae_519.html aapg_ae_519.html:288:31741:31749 Columbia Mineral County, Nevada -0.454143259443463898 +27645 gsa_html_1254347878 gsa_html_1254347878:446:49307:49325 Sheppard Canada -0.0291434052387325206 +27646 geology_html_2313489416 geology_html_2313489416:13:632:644 Saskatchewan Saskatoon -0.450620224441537598 +27647 AMJC_html_6341723617 AMJC_html_6341723617:490:44563:44584 White Sage Elko, Nevada -0.486513508857715604 +27648 aapg_ac_841.html aapg_ac_841.html:1731:176432:176449 El Plan Tegucigalpa -0.432267625462602723 +27649 cspg_html_7576506617 cspg_html_7576506617:292:40813:40834 Ekwan River Moose River (Maine) -0.456661018199272462 +27650 aapg_ae_876.html aapg_ae_876.html:1164:115893:115913 Bear River Cheyenne, Wyoming -0.0239565449099976777 +27651 aapg_ac_380.html aapg_ac_380.html:181:22593:22601 Syracuse Onondaga (tribe) -0.0589110102921853729 +27652 geology_html_2576576682 geology_html_2576576682:13:696:706 Washington Washington (state) -0.440887830328426711 +27653 aapg_ai_581.html aapg_ai_581.html:102:10183:10199 Dakota Black Hills 0.00466610479932860322 +27654 jgeology_html_5803513114 jgeology_html_5803513114:206:17962:17968 Madrid Rangeley, Maine -0.048597821756073703 +27655 aapg_aa_147.html aapg_aa_147.html:642:66351:66371 Interlake Manitoba -0.0922805708074975195 +27656 aapg_ah_289.html aapg_ah_289.html:291:42859:42881 Monterey Lost Hills Oil Field -0.4381734052234173 +27657 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53222:53251 Cold Lake Logan, Utah -0.462963655759663584 +27658 aapg_af_663.html aapg_af_663.html:562:55523:55540 Pawnee Iowa 0.00157388492495401659 +27659 aapg_ai_96.html aapg_ai_96.html:123:14004:14008 Frio Texas -0.0333528273781736606 +27660 aapg_ah_655.html aapg_ah_655.html:315:29879:29900 Hartshorne Atoka, Oklahoma -0.488731563736560848 +27661 aapg_ad_338.html aapg_ad_338.html:236:25874:25881 Magothy Merchantville, New Jersey -0.0980067392861685427 +27662 aapg_ae_425.html aapg_ae_425.html:60:7837:7847 Washington Washington (state) -0.445273887467667717 +27663 aapg_aa_731.html aapg_aa_731.html:544:73205:73212 Andrews Texas -0.469024309212410007 +27664 aapg_ad_3.html aapg_ad_3.html:571:54260:54281 Black River Knoxville, Tennessee -0.405967571681300876 +27665 palaios_html_1276188815 palaios_html_1276188815:16:884:895 Green River Logan, Utah -0.418842524529568605 +27666 aapg_ac_569.html aapg_ac_569.html:59:8737:8757 Emma Fiord Ellesmere Island 0.872952656797030047 +27667 cspg_html_2408887763 cspg_html_2408887763:358:45440:45459 Paskapoo England -0.440254051746647612 +27668 aapg_ai_699.html aapg_ai_699.html:555:66251:66268 Prairie Regina, Saskatchewan -0.446231020576565107 +27669 aapg_ac_824.html aapg_ac_824.html:543:52108:52126 Fountain Colorado -0.502986755822435128 +27670 aapg_ac_929.html aapg_ac_929.html:117:9951:9964 Santa Barbara California -0.443715087361728711 +27671 cspg_html_6839937815 cspg_html_6839937815:319:46110:46116 Kaibab Harrisburg, Pennsylvania -0.471405039658470026 +27672 AMJC_html_5722410163 AMJC_html_5722410163:551:56633:56654 Elko Elko, Nevada -0.135938876345583687 +27673 sedimentology_html_5684840410 sedimentology_html_5684840410:1656:90784:90815 Chinle Colorado -0.439942880245828727 +27674 cspg_html_8279079445 cspg_html_8279079445:147:18412:18429 Fernie Kootenay River 0.692899781716386332 +27675 gsa_html_8837971374 gsa_html_8837971374:120:11620:11639 Bathurst New Brunswick, New Jersey -0.457736710679965686 +27676 sedimentology_html_5672063331 sedimentology_html_5672063331:2295:110613:110625 Owens Valley California -0.236588096378064466 +27677 aapg_ai_572.html aapg_ai_572.html:19:2489:2492 Ada Pawhuska, Oklahoma -0.0140654218160561374 +27678 cspg_html_4433937749 cspg_html_4433937749:105:13002:13013 Peace River Lacombe, Alberta -0.489758135810969386 +27679 cspg_html_8298261690 cspg_html_8298261690:711:69580:69599 Athabasca Canada -0.0489916642751505871 +27680 aapg_ac_807.html aapg_ac_807.html:356:36205:36219 Columbia Closter, New Jersey -0.0510291657486304576 +27681 sedimentology_html_7482146728 sedimentology_html_7482146728:364:44005:44015 Washington Salem, Oregon -0.464533160716817162 +27682 aapg_aa_935.html aapg_aa_935.html:10:1513:1523 Tuscaloosa Melbourne, Florida 0.0780558604089489488 +27683 cspg_html_2546442054 cspg_html_2546442054:70:10227:10245 Eastend Canada -0.465364661240374011 +27684 gsa_html_6433065427 gsa_html_6433065427:234:26616:26634 Bullhead Arizona -0.0168284107080514181 +27685 cspg_html_6675007047 cspg_html_6675007047:19:2503:2514 Peace River Lacombe, Alberta -0.0772503545557558652 +27686 aapg_ae_777.html aapg_ae_777.html:51:6572:6596 Arroyo New Mexico -0.0387351937128136078 +27687 aapg_ad_101.html aapg_ad_101.html:228:22835:22852 Leonard Texas -0.109003292117754447 +27688 gsa_html_3972237760 gsa_html_3972237760:540:46792:46796 Bond North Atlantic Current -0.482150482079643117 +27689 aapg_ai_333.html aapg_ai_333.html:13:1977:1985 Colorado Reston, Virginia -0.0310879066661822294 +27690 cspg_html_5376629375 cspg_html_5376629375:56:9543:9559 Sulphur Mountain Mons -0.466714081975797668 +27691 cspg_html_2625728726 cspg_html_2625728726:70:11534:11546 Granite Wash Garland, Texas -0.47395378155658785 +27692 cspg_html_9735723617 cspg_html_9735723617:405:51995:52013 Imperial Anchorage, Alaska -0.471888407816635713 +27693 gsa_html_1860930948 gsa_html_1860930948:690:70722:70740 Morrison Logan, Utah 0.951691000355396777 +27694 aapg_ad_401.html aapg_ad_401.html:317:25498:25506 Altamont Moraine, Ohio -0.00712258914704064564 +27695 aapg_ae_605.html aapg_ae_605.html:454:52417:52433 Salina Kokomo, Indiana -0.434518537443352337 +27696 palaios_html_6034217939 palaios_html_6034217939:60:6980:6996 Liard Victoria, British Columbia -0.0159925297595795608 +27697 aapg_ac_896.html aapg_ac_896.html:223:17331:17340 Smackover East Texas -0.414059752067460762 +27698 gsa_html_2743423721 gsa_html_2743423721:12:587:593 Oregon Salem, Oregon -0.472639307901536299 +27699 aapg_ai_31.html aapg_ai_31.html:448:42782:42801 Catahoula Texas 0.0180275463014170044 +27700 cspg_html_5109562898 cspg_html_5109562898:15:2044:2062 Dunvegan Lesser Slave Lake Provincial Park -0.251952318550491994 +27701 cspg_html_4636216007 cspg_html_4636216007:108:12170:12182 Devon Island Melville, New York -0.446078886082885928 +27702 gsa_html_4695276845 gsa_html_4695276845:787:80441:80447 Pioche Pioche, Nevada 0.431078138050761561 +27703 aapg_ah_318.html aapg_ah_318.html:3054:248028:248048 La Casita Veracruz, Veracruz -0.0240556397080989269 +27704 aapg_ac_535.html aapg_ac_535.html:501:46948:46956 Beaumont Lacombe, Alberta -0.43867038361858135 +27705 gsa_html_6589330144 gsa_html_6589330144:625:65830:65837 Palouse Colorado -0.439125439995052158 +27706 gsa_html_9310053579 gsa_html_9310053579:288:25785:25804 Chumstick Leavenworth, Washington -0.0199532604557582163 +27707 cspg_html_2834693711 cspg_html_2834693711:940:116311:116325 Northumberland Canada -0.422193206436869806 +27708 palaios_html_4880574501 palaios_html_4880574501:603:53432:53463 Kope Cincinnati -0.451740527107044376 +27709 cspg_html_4287356899 cspg_html_4287356899:335:47965:47982 Yukon Anchorage, Alaska -0.471336008805755435 +27710 geology_html_1259671585 geology_html_1259671585:205:19546:19555 Lancaster Earth -0.0183873001701448657 +27711 aapg_ae_854.html aapg_ae_854.html:113:14675:14700 Beaverhill Lacombe, Alberta -0.471349814541787038 +27712 sedimentology_html_5669352825 sedimentology_html_5669352825:156:15900:15910 Sunderland Cambridge, Massachusetts -0.0342192516575154232 +27713 sedimentology_html_8652763963 sedimentology_html_8652763963:51:2351:2357 Madrid Spain -0.506230968925011737 +27714 aapg_ah_529.html aapg_ah_529.html:197:18728:18743 Bliss New Mexico -0.430902044942729545 +27715 aapg_ae_305.html aapg_ae_305.html:1093:94849:94854 Colon Venezuela 0.759214268065352638 +27716 geology_html_7576744467 geology_html_7576744467:12:509:518 Milwaukee Wisconsin -0.488724520608411594 +27717 aapg_ah_759.html aapg_ah_759.html:6:669:688 Eagle Ouachita Mountains 0.0286390660470263146 +27718 aapg_ad_3.html aapg_ad_3.html:228:19660:19677 Beekmantown Knoxville, Tennessee 0.450238107182901581 +27719 aapg_ad_958.html aapg_ad_958.html:1007:104772:104782 Salem Salem, Massachusetts -0.422036189718657861 +27720 gsa_html_3648258377 gsa_html_3648258377:697:64981:65008 Merchantville Merchantville, New Jersey -0.411813047275237043 +27721 geology_html_9864093090 geology_html_9864093090:286:27308:27314 Oxford China -0.0197168810314956311 +27722 cspg_html_1962846283 cspg_html_1962846283:310:34091:34107 Elk Lacombe, Alberta -0.501664952843956957 +27723 aapg_ae_803.html aapg_ae_803.html:8:1313:1329 Coban Santa Rosa, California 0.00932900417506294689 +27724 aapg_ae_217.html aapg_ae_217.html:20:2091:2096 Sligo Lisbon -0.0131166903262873984 +27725 sedimentology_html_9710882522 sedimentology_html_9710882522:498:37388:37408 Tuscaloosa Shreveport, Louisiana -0.183301806933308081 +27726 gsa_html_1617077506 gsa_html_1617077506:996:93670:93678 Columbia Victoria, British Columbia -0.00183793699051183952 +27727 cspg_html_1996419880 cspg_html_1996419880:679:74247:74255 Columbia Victoria, British Columbia -0.477454856949792728 +27728 cspg_html_5947812886 cspg_html_5947812886:392:60494:60509 Eldon Western world -0.444856013246054061 +27729 aapg_af_900.html aapg_af_900.html:47:6930:6940 Rio Grande Mississippi River -0.0439289536259747163 +27730 aapg_ah_574.html aapg_ah_574.html:75:7249:7253 Pozo Matamoros, Tamaulipas -0.00877304685539758919 +27731 aapg_af_854.html aapg_af_854.html:509:67592:67604 Edwardsville Bloomington, Indiana -0.0251613720923007447 +27732 AMJC_html_5513298573 AMJC_html_5513298573:1195:111625:111630 Lyell London, Ontario -0.473778404154942046 +27733 sedimentology_html_9603159224 sedimentology_html_9603159224:2253:132280:132285 Price Sellwood Bridge -0.0248379892514390653 +27734 sedimentology_html_6425376816 sedimentology_html_6425376816:1135:103115:103156 San Andres Spain -0.0192893197607112085 +27735 cspg_html_5241714595 cspg_html_5241714595:923:117760:117778 Duvernay Lacombe, Alberta -0.483015252079283031 +27736 aapg_ae_705.html aapg_ae_705.html:407:38252:38264 Sespe Monterey, California -0.456661018199272462 +27737 palaios_html_2994452429 palaios_html_2994452429:158:14335:14352 Montney Victoria, British Columbia -0.0377274176775576064 +27738 aapg_ae_895.html aapg_ae_895.html:162:15087:15098 Reclamation Washington (state) -0.441740222253796999 +27739 geology_html_5086580231 geology_html_5086580231:12:464:474 Santa Cruz California -0.027863464704799671 +27740 palaios_html_6815039820 palaios_html_6815039820:496:45259:45278 Fruitland New Mexico -0.469070208322842297 +27741 aapg_aa_796.html aapg_aa_796.html:524:62354:62384 Doig Lacombe, Alberta -0.447242908821281704 +27742 cspg_html_5345848475 cspg_html_5345848475:1009:99409:99424 Eagle Lacombe, Alberta -0.451787799117909672 +27743 aapg_ai_51.html aapg_ai_51.html:48:5427:5445 Holly Springs Alabama -0.0143364940209374722 +27744 aapg_ae_272.html aapg_ae_272.html:698:67483:67491 Michigan Austin, Chicago -0.486682122398052641 +27745 aapg_ai_584.html aapg_ai_584.html:86:8702:8716 Roundtop Des Moines, Washington -0.0292460145715184028 +27746 sedimentology_html_2041096405 sedimentology_html_2041096405:678:59371:59387 Guelph Michigan Basin -0.46132865731218986 +27747 aapg_ae_928.html aapg_ae_928.html:656:47440:47463 Cotton Valley Lisbon -0.411994321190043089 +27748 aapg_aa_399.html aapg_aa_399.html:195:14332:14343 Belly River Edmonton, London 0.0113583166753052998 +27749 aapg_ah_393.html aapg_ah_393.html:116:14554:14571 Kinderhook Cheyenne, Wyoming -0.469506369220983932 +27750 aapg_aa_654.html aapg_aa_654.html:16:3155:3161 Sandia New Mexico 0.107505399419892497 +27751 gsa_html_5952049575 gsa_html_5952049575:764:76034:76053 Rock Springs Cheyenne, Wyoming -0.0258220684876826687 +27752 cspg_html_7281679890 cspg_html_7281679890:570:85426:85434 Columbia Victoria, British Columbia -0.490143713980378037 +27753 cspg_html_3026112034 cspg_html_3026112034:136:13367:13379 Waterways Swan Hill, Victoria -0.46328736756315686 +27754 aapg_ac_841.html aapg_ac_841.html:311:40189:40206 Subinal Guatemala -0.455347020329573748 +27755 gsa_html_4522678867 gsa_html_4522678867:294:32639:32660 Clipper Colfax, California -0.456518443898076276 +27756 aapg_af_854.html aapg_af_854.html:564:76676:76686 Ramp Creek Monroe County, Florida -0.464706706380762058 +27757 aapg_ah_647.html aapg_ah_647.html:830:89613:89628 Supai Naco, Sonora 0.0173219599396432673 +27758 cspg_html_2695921112 cspg_html_2695921112:270:31635:31653 Bathurst New Brunswick, New Jersey -0.0482318797882009612 +27759 aapg_ac_766.html aapg_ac_766.html:854:90124:90144 San Andres New Mexico -0.395759588333718937 +27760 gsa_html_8917146841 gsa_html_8917146841:132:15312:15321 Red Bluff Colusa, California -0.00922476160912374769 +27761 gsa_html_4438819447 gsa_html_4438819447:649:64560:64583 Strand Fiord Canada -0.447168994241326834 +27762 palaios_html_9886618772 palaios_html_9886618772:51:6763:6787 Vicksburg Mississippi River 0.0240069614835913062 +27763 aapg_ah_321.html aapg_ah_321.html:43:4369:4387 Maccrady Virginia 0.00179624453777558709 +27764 aapg_ah_289.html aapg_ah_289.html:529:73210:73228 Monterey Lost Hills Oil Field 0.000729614901202842885 +27765 aapg_aa_563.html aapg_aa_563.html:236:31184:31192 Colorado Cheyenne, Wyoming 0.00557294326279580542 +27766 cspg_html_3849785044 cspg_html_3849785044:6:416:447 Bertie Ontario, California -0.459887424332023564 +27767 aapg_aa_856.html aapg_aa_856.html:106:9867:9876 Smackover Cotton Valley, Louisiana -0.437953842888147871 +27768 cspg_html_9768299963 cspg_html_9768299963:48:5683:5701 Scollard Lacombe, Alberta -0.439258669305734428 +27769 aapg_ah_903.html aapg_ah_903.html:11:1460:1474 Bossier Haynesville, Louisiana -0.462366693304298693 +27770 aapg_aa_181.html aapg_aa_181.html:719:69645:69650 Piper California -0.0228978336199521272 +27771 aapg_ae_961.html aapg_ae_961.html:212:14536:14545 Stonewall Manitoba 0.335393130744981116 +27772 aapg_ae_547.html aapg_ae_547.html:500:57286:57292 Kodiak Anchorage, Alaska 0.55711035128250086 +27773 aapg_af_92.html aapg_af_92.html:663:61400:61416 Eureka Quartzite Great Basin -0.459839726029242057 +27774 aapg_ad_466.html aapg_ad_466.html:135:13676:13687 Englishtown Salem County, New Jersey 1.13696182395556855 +27775 aapg_ad_244.html aapg_ad_244.html:22:2589:2610 Little Falls Mohawk Valley -0.0151097603849725953 +27776 aapg_ah_505.html aapg_ah_505.html:1216:96270:96288 Fountain Western world -0.512137120075891294 +27777 aapg_ah_97.html aapg_ah_97.html:134:16738:16747 Stonewall Cincinnati -0.0102741494050379821 +27778 aapg_ai_524.html aapg_ai_524.html:64:7885:7894 Bidahochi Chuska Mountains -0.10744542644513233 +27779 cspg_html_9052264748 cspg_html_9052264748:380:43412:43416 Hall London, Ontario -0.0237635726163751594 +27780 cspg_html_9613906024 cspg_html_9613906024:21:2361:2382 Slave Point Great Slave Lake -0.474276937415326727 +27781 aapg_aa_957.html aapg_aa_957.html:57:4927:4936 Frio Shreveport, Louisiana -0.0432288486854336129 +27782 geology_html_4637719285 geology_html_4637719285:255:24983:24991 Scotland Kingdom of Great Britain -0.00280034052174977849 +27783 aapg_ah_48.html aapg_ah_48.html:90:12025:12031 Dakota Nebraska -0.444891759770598527 +27784 palaios_html_2221534395 palaios_html_2221534395:376:44203:44234 Kope Cincinnati -0.196226828699055972 +27785 cspg_html_1993014403 cspg_html_1993014403:47:5928:5936 Kootenai Sunriver, Oregon -0.040244442684913409 +27786 cspg_html_4072152826 cspg_html_4072152826:518:69256:69271 Pika Regina, Saskatchewan -0.440280728439214952 +27787 aapg_ae_350.html aapg_ae_350.html:91:10930:10946 Tuscaloosa Tuscaloosa, Alabama -0.456391730122837791 +27788 aapg_aa_914.html aapg_aa_914.html:77:10004:10026 Marble Falls Atoka, Oklahoma -0.4899838188757622 +27789 gsa_html_5865982995 gsa_html_5865982995:978:106560:106581 Green River Colorado -0.00871745152629535731 +27790 cspg_html_2182541128 cspg_html_2182541128:24:2507:2528 Fernie Kootenay River 0.494304517994650028 +27791 aapg_ai_583.html aapg_ai_583.html:305:36833:36850 Rierdon Cheyenne, Wyoming 0.37876393435359601 +27792 aapg_aa_158.html aapg_aa_158.html:267:24536:24557 Cloverly DuBois, Pennsylvania 0.0272652734470444497 +27793 jgeology_html_2809998069 jgeology_html_2809998069:556:32249:32274 Narragansett Pier Granite Newport, Rhode Island -0.4796264052884881 +27794 aapg_ah_387.html aapg_ah_387.html:2754:296615:296624 Knoxville Antelope Valley Freeway -0.0747646226361790567 +27795 cspg_html_3184426865 cspg_html_3184426865:43:6071:6076 Banff Lacombe, Alberta -0.0178259478113005146 +27796 jgeology_html_3450428494 jgeology_html_3450428494:204:10803:10819 Fish Canyon Tuff Durango, Durango -0.488053342950142799 +27797 gsa_html_8541176417 gsa_html_8541176417:947:76707:76712 Rapid Altiplano -0.00409977035478876605 +27798 aapg_af_2.html aapg_af_2.html:281:30963:30968 Ouray San Juan Mountains 0.304519895376595295 +27799 geology_html_9316941915 geology_html_9316941915:16:1167:1175 Colorado New Mexico -0.0351971054761553784 +27800 jgeology_html_2809998069 jgeology_html_2809998069:106:4812:4830 Wamsutta Cambridge, Massachusetts -0.0103801322392496759 +27801 gsa_html_4719798013 gsa_html_4719798013:337:33827:33852 Blackwater Draw Pecos River -0.0365787810685492543 +27802 gsa_html_5625878232 gsa_html_5625878232:464:63686:63696 Washington Seattle -0.0500164465946093956 +27803 aapg_ah_536.html aapg_ah_536.html:358:47563:47580 Hosston Mississippi River 0.350286639248616083 +27804 cspg_html_7467378242 cspg_html_7467378242:15:1752:1773 Peace River CFB Cold Lake -0.0404707637071786003 +27805 aapg_ae_296.html aapg_ae_296.html:38:4171:4184 Cherry Canyon Delaware 0.00861668517403394243 +27806 aapg_aa_134.html aapg_aa_134.html:306:34531:34536 Tyler Anchorage, Alaska -0.0477544383461864994 +27807 aapg_ai_860.html aapg_ai_860.html:224:35725:35739 Bays Blacksburg, Virginia -0.447572237112974447 +27808 aapg_ae_29.html aapg_ae_29.html:76:9414:9424 Pottsville Plateau State 0.00238862567180727833 +27809 jgeology_html_5090133589 jgeology_html_5090133589:1073:64388:64396 Colorado Vail, Colorado -0.451733774163315116 +27810 aapg_ai_958.html aapg_ai_958.html:301:26122:26132 Rio Grande Texas -0.469382385724573914 +27811 aapg_ae_354.html aapg_ae_354.html:244:24242:24251 Mesaverde Niobrara, Nebraska -0.469081683474137145 +27812 geology_html_7872773872 geology_html_7872773872:32:2777:2781 Rove Sudbury, Suffolk -0.496469628762517878 +27813 gsa_html_4067269733 gsa_html_4067269733:948:91042:91050 Colorado Arizona -0.0685205836641246541 +27814 gsa_html_4675429437 gsa_html_4675429437:225:16213:16223 San Felipe Sonora -0.485369220602805185 +27815 geology_html_1745354227 geology_html_1745354227:334:28333:28364 Red Creek Quartzite Colorado -0.458648092769168181 +27816 aapg_af_403.html aapg_af_403.html:396:39821:39831 Santa Cruz Bolivia -0.0289590583087490083 +27817 aapg_ah_165.html aapg_ah_165.html:247:32824:32839 Nisku Regina, Saskatchewan -0.456371367070690814 +27818 gsa_html_1337782073 gsa_html_1337782073:84:8104:8128 Fitch Littleton, Colorado -0.465616092314337648 +27819 aapg_ah_90.html aapg_ah_90.html:206:32633:32649 Dakota Colorado 0.072587986237452759 +27820 palaios_html_2997862099 palaios_html_2997862099:240:31932:31980 Colorado Colorado -0.505378014283088595 +27821 jgeology_html_3385510991 jgeology_html_3385510991:223:13017:13037 Covey Hill Montreal -0.133122423316004518 +27822 palaios_html_3112927242 palaios_html_3112927242:849:67251:67261 Huntingdon Pennsylvania 0.00863753336572832195 +27823 aapg_ad_878.html aapg_ad_878.html:191:23716:23725 Mesaverde Mancos, Colorado -0.441419648744354465 +27824 sedimentology_html_3907918417 sedimentology_html_3907918417:1647:129495:129519 Basal Canada -0.503041677516484542 +27825 cspg_html_4056366713 cspg_html_4056366713:387:63017:63025 Edmonton Palais Mollard-Clary -0.503894623171085909 +27826 aapg_ac_807.html aapg_ac_807.html:252:24979:25000 Piney Point Cape Cod -0.218856884862473455 +27827 cspg_html_5699627350 cspg_html_5699627350:82:11396:11412 Viking Colorado -0.451787799117909672 +27828 gsa_html_3860045860 gsa_html_3860045860:688:78083:78089 Oregon Dubuque, Iowa -0.46326000708216164 +27829 palaios_html_9408587909 palaios_html_9408587909:47:5235:5253 Moenkopi Reno, Nevada 0.372870551761049773 +27830 cspg_html_8525917094 cspg_html_8525917094:212:27671:27679 Columbia Victoria, British Columbia -0.0617755028178728835 +27831 gsa_html_1119256423 gsa_html_1119256423:18:971:979 Virginia Reston, Virginia -0.482038661537539159 +27832 aapg_ai_321.html aapg_ai_321.html:3:331:348 Esquias Honduras -0.484135384227082133 +27833 gsa_html_8030464622 gsa_html_8030464622:880:87512:87540 Green River Colorado 0.0295434123424303807 +27834 cspg_html_1770934036 cspg_html_1770934036:57:7509:7517 Columbia Cordillera Administrative Region -0.442595627901035182 +27835 gsa_html_8662622130 gsa_html_8662622130:814:74472:74500 Green River Colorado -0.0189695239556965725 +27836 aapg_ah_972.html aapg_ah_972.html:618:65268:65282 Frio Texas 0.852378289673853207 +27837 geology_html_2025776160 geology_html_2025776160:368:27164:27170 Forest Reno, Nevada -0.478702368018989743 +27838 aapg_af_469.html aapg_af_469.html:119:15193:15198 Midas Reno, Nevada -0.474815026513922711 +27839 cspg_html_3772380029 cspg_html_3772380029:1446:150796:150805 Mattagami Ontario, California -0.485663921579086111 +27840 aapg_af_130.html aapg_af_130.html:141:25759:25778 Leadville Colorado -0.065004686709534798 +27841 sedimentology_html_7482146728 sedimentology_html_7482146728:326:38394:38400 Oregon Salem, Oregon -0.47249414511500698 +27842 cspg_html_7176835767 cspg_html_7176835767:336:43154:43164 Arctic Red Sault Ste. Marie, Ontario -0.0346577090486229963 +27843 aapg_ah_415.html aapg_ah_415.html:121:11093:11101 Colorado Milk River, Alberta -0.0265036602918163264 +27844 aapg_ad_3.html aapg_ad_3.html:421:40147:40155 Lowville Sevier orogeny -0.472210801391301227 +27845 cspg_html_7576506617 cspg_html_7576506617:297:41683:41704 Ekwan River Moose River (Maine) -0.436805862873274886 +27846 aapg_af_288.html aapg_af_288.html:618:67761:67767 Jordan West Texas -0.00860799843042621068 +27847 aapg_ad_784.html aapg_ad_784.html:276:31690:31703 Santa Barbara Santa Paula, California -0.404492822527897533 +27848 aapg_ad_2.html aapg_ad_2.html:994:137166:137178 Little Falls Remsen (town), New York 0.705205707281254202 +27849 aapg_aa_565.html aapg_aa_565.html:61:7572:7581 Allegheny Pottsville, Pennsylvania -0.47254944238616009 +27850 cspg_html_2498183035 cspg_html_2498183035:183:20969:20989 Swan Hills Swan Hill, Victoria -0.0322777182092932879 +27851 aapg_ad_173.html aapg_ad_173.html:673:62760:62788 Chugwater Cheyenne, Wyoming -0.444844842741709823 +27852 cspg_html_4516258038 cspg_html_4516258038:674:72647:72668 Bathurst Canadian Arctic Archipelago -0.510884990900938862 +27853 aapg_af_808.html aapg_af_808.html:344:46299:46323 Trujillo Venezuela -0.471349814541787038 +27854 aapg_ah_181.html aapg_ah_181.html:129:15301:15308 Wingate Kayenta, Arizona -0.491810295816367427 +27855 gsa_html_5227849965 gsa_html_5227849965:25:1300:1307 Windsor Ontario, California -0.0279956267822674028 +27856 aapg_ad_466.html aapg_ad_466.html:1370:145843:145860 Magothy Maryland -0.00153219252139514682 +27857 aapg_aa_426.html aapg_aa_426.html:260:58858:58874 Tuscaloosa Alabama 0.0104982774024900572 +27858 gsa_html_7485655092 gsa_html_7485655092:1311:95751:95757 Ithaca Santa Maria, California -0.0157388171484894208 +27859 sedimentology_html_4372260172 sedimentology_html_4372260172:640:52658:52679 Shaftesbury Canada -0.0674264366064800946 +27860 cspg_html_5295390542 cspg_html_5295390542:375:44937:44946 Baldonnel Lacombe, Alberta -0.432223543643836305 +27861 aapg_ad_337.html aapg_ad_337.html:365:41731:41748 Vasquez San Gabriel Valley -0.0529469160775694891 +27862 AMJC_html_4692260170 AMJC_html_4692260170:1002:101921:101936 Fitch New Hampshire -0.0506509051785974038 +27863 aapg_ad_379.html aapg_ad_379.html:714:58080:58088 Sundance Entrada Sandstone -0.423360731207782837 +27864 cspg_html_1222040397 cspg_html_1222040397:353:47459:47477 Glenogle Rocky Mountains -0.447133159014188541 +27865 cspg_html_1925276454 cspg_html_1925276454:14:1447:1452 Hogem Victoria, British Columbia -0.43060716238884611 +27866 cspg_html_9683836416 cspg_html_9683836416:68:12335:12347 Medicine Hat Regina, Saskatchewan -0.0222894098360483031 +27867 aapg_aa_643.html aapg_aa_643.html:257:28605:28614 Knoxville Knoxville, Illinois -0.458675312427173743 +27868 aapg_ae_345.html aapg_ae_345.html:766:64842:64862 Catahoula Tuscaloosa, Alabama -0.42652126035610638 +27869 aapg_ac_230.html aapg_ac_230.html:3:320:326 Sierra Venezuela -0.0554564637243875128 +27870 cspg_html_5241714595 cspg_html_5241714595:659:98609:98631 Souris River Lacombe, Alberta -0.00549476708285740172 +27871 jgeology_html_1095412310 jgeology_html_1095412310:185:10631:10648 Rondout Onondaga (tribe) -0.450608983410958508 +27872 aapg_ai_732.html aapg_ai_732.html:25:3688:3696 Michigan Lake Michigan -0.0258394556349876708 +27873 aapg_ah_370.html aapg_ah_370.html:581:46646:46660 Traverse Afton (town), New York -0.433588832161453941 +27874 cspg_html_5735081610 cspg_html_5735081610:29:3483:3511 Winnipegosis Regina, Saskatchewan -0.413058901025296854 +27875 aapg_ai_583.html aapg_ai_583.html:284:35109:35127 Sundance Cheyenne, Wyoming 0.158567313120830167 +27876 geology_html_7360956801 geology_html_7360956801:180:17178:17189 San Jacinto San Jacinto, California -0.449433936510724996 +27877 aapg_ai_975.html aapg_ai_975.html:1016:82150:82170 Georgetown San Marcos, California -0.254062096215336097 +27878 gsa_html_1248731493 gsa_html_1248731493:618:59679:59684 Yukon Canada -0.48062584784091128 +27879 gsa_html_9234326602 gsa_html_9234326602:119:12673:12682 El Mangle Santa Rosa, California -0.0482318797882009612 +27880 aapg_ac_187.html aapg_ac_187.html:118:10730:10740 Pittsburgh Bangkok -0.012161040056105972 +27881 cspg_html_5074125023 cspg_html_5074125023:557:61740:61759 Kugmallit Canada -0.459837454744856933 +27882 aapg_ad_720.html aapg_ad_720.html:805:67254:67262 Carlsbad Carlsbad, New Mexico -0.4381734052234173 +27883 sedimentology_html_8720708419 sedimentology_html_8720708419:167:11413:11419 Provo Iran -0.0249388283192189877 +27884 gsa_html_5272671610 gsa_html_5272671610:453:47706:47714 Columbia Victoria, British Columbia -0.462398581950347165 +27885 aapg_af_710.html aapg_af_710.html:162:17913:17933 Salina Guelph -0.0177825001131117176 +27886 aapg_af_471.html aapg_af_471.html:210:24630:24638 Parkwood Hartselle, Alabama -0.419168591508356725 +27887 aapg_af_262.html aapg_af_262.html:177:22168:22174 Denver Williston, Vermont -0.482280957733571936 +27888 aapg_af_701.html aapg_af_701.html:368:47842:47854 Huntersville Jackson County, Missouri -0.445998354490544591 +27889 aapg_ai_107.html aapg_ai_107.html:691:63150:63158 Dorcheat Freestone County, Texas -0.483015252079283031 +27890 sedimentology_html_3417381350 sedimentology_html_3417381350:1180:93511:93519 Monterey Compton, California 0.753586594259211817 +27891 sedimentology_html_2006668573 sedimentology_html_2006668573:758:55533:55537 Hall London, Ontario -0.471363620495062197 +27892 gsa_html_5081991493 gsa_html_5081991493:1382:101913:101924 Green River Uinta Mountains 0.00458619234778334748 +27893 aapg_af_397.html aapg_af_397.html:565:65935:65942 Todilto Entrada Sandstone -0.496867763222673786 +27894 aapg_ai_503.html aapg_ai_503.html:290:31969:31986 Grimsby Niagara River -0.477130519718023338 +27895 aapg_aa_357.html aapg_aa_357.html:103:7415:7432 Madison Rift Valley lakes -0.068127295143167968 +27896 sedimentology_html_2898428289 sedimentology_html_2898428289:1616:84131:84146 Elk Regina, Saskatchewan -0.486483068290992582 +27897 geology_html_8180416577 geology_html_8180416577:310:23433:23437 Bond North Atlantic Current -0.446029671493266278 +27898 aapg_ad_293.html aapg_ad_293.html:142:16940:16945 Simla Lansdowne, Garhwal -0.487729676915167776 +27899 cspg_html_6038396142 cspg_html_6038396142:53:7570:7588 Winnipeg Winnipeg -0.454414135268558672 +27900 aapg_aa_189.html aapg_aa_189.html:3:177:183 Sierra Texas -0.473663043482949409 +27901 gsa_html_5568683977 gsa_html_5568683977:395:30429:30451 Victoria Victoria, British Columbia -0.471405039658470026 +27902 gsa_html_5601712699 gsa_html_5601712699:927:78938:78946 Rockwell Los Angeles -0.465364661240374011 +27903 gsa_html_4071231613 gsa_html_4071231613:809:88354:88364 Washington Salem, Oregon -0.036255097654164431 +27904 aapg_ac_720.html aapg_ac_720.html:445:38203:38211 Virginia Delaware -0.0206224389359462197 +27905 aapg_ad_734.html aapg_ad_734.html:109:11991:12004 Colorado West Butte, California -0.0508792537248642374 +27906 gsa_html_3038126504 gsa_html_3038126504:85:10199:10218 Bouse Reno, Nevada -0.0480227777799580868 +27907 aapg_ae_715.html aapg_ae_715.html:1022:118691:118710 Catahoula Texas 0.0143677717617256336 +27908 aapg_ae_260.html aapg_ae_260.html:58:7606:7616 Phosphoria Texas -0.026220239376523919 +27909 gsa_html_6748129374 gsa_html_6748129374:759:78994:79022 Green River Colorado -0.0219799913092776147 +27910 gsa_html_3144986031 gsa_html_3144986031:437:44661:44689 Bonanza Canada -0.482430096983488987 +27911 aapg_ah_371.html aapg_ah_371.html:43:3345:3355 Tuscaloosa Alabama -0.43163965380358349 +27912 cspg_html_5241714595 cspg_html_5241714595:168:25131:25137 Ashern Lacombe, Alberta -0.045989547021837239 +27913 aapg_ae_473.html aapg_ae_473.html:513:48524:48536 Chickasawhay Mississippi River -0.274219590647526157 +27914 cspg_html_3860685167 cspg_html_3860685167:968:88749:88770 Etherington Canada -0.00972860319356922895 +27915 aapg_ac_741.html aapg_ac_741.html:31:4916:4928 Pierre Black Hills -0.0222581200663617834 +27916 aapg_ac_380.html aapg_ac_380.html:155:19461:19468 Manlius Helderberg -0.499512563259915887 +27917 geology_html_4936682354 geology_html_4936682354:62:5843:5852 San Pedro Costa Rica -0.47944058990843208 +27918 aapg_ae_66.html aapg_ae_66.html:383:38053:38060 Wasatch Fort Union Trading Post National Historic Site -0.457786563407215019 +27919 sedimentology_html_1947420347 sedimentology_html_1947420347:928:47323:47329 Oxford Delhi -0.0093950246056262298 +27920 aapg_ad_170.html aapg_ad_170.html:90:9211:9234 Diamond Peak Logan, Utah -0.0130645631501062637 +27921 aapg_ae_345.html aapg_ae_345.html:847:73588:73593 Eutaw Richton, Mississippi -0.415390760726462582 +27922 sedimentology_html_8420463022 sedimentology_html_8420463022:396:31960:31969 Mansfield Montgomery (town), New York 0.0051733770423589738 +27923 gsa_html_5865982995 gsa_html_5865982995:1248:133072:133097 Trout Peak Trachyandesite Cheyenne, Wyoming -0.455188836413653375 +27924 aapg_ae_454.html aapg_ae_454.html:316:27002:27015 Cotton Valley East Texas -0.250001885480362784 +27925 cspg_html_6351830705 cspg_html_6351830705:8:619:640 Road Canyon West, Texas -0.0397187025652964501 +27926 cspg_html_7675189126 cspg_html_7675189126:381:48792:48800 Colorado Denver -0.0854624559691699315 +27927 aapg_af_867.html aapg_af_867.html:49:4898:4904 Winona Chippewa Falls, Wisconsin -0.452896019392303839 +27928 palaios_html_9993198762 palaios_html_9993198762:266:27689:27722 Morrison Colorado -0.448753864703002991 +27929 aapg_ah_633.html aapg_ah_633.html:102:14136:14145 Vicksburg Melbourne, Florida -0.0235949410914631993 +27930 cspg_html_3501550466 cspg_html_3501550466:7:561:572 Peace River Lacombe, Alberta -0.479073721727517277 +27931 cspg_html_4270552951 cspg_html_4270552951:244:35424:35444 Swan River Cordillera Administrative Region -0.457555451333636842 +27932 aapg_ad_626.html aapg_ad_626.html:102:12034:12065 Steel Texas -0.420852845216307503 +27933 AMJC_html_5421639085 AMJC_html_5421639085:13:830:836 Reston Virginia -0.464450966712688929 +27934 geology_html_5333520037 geology_html_5333520037:14:830:836 Moscow Germany -0.4506269691264706 +27935 aapg_ad_784.html aapg_ad_784.html:545:58868:58873 Sespe Ventura County, California -0.440467486742992853 +27936 aapg_ac_941.html aapg_ac_941.html:3:199:220 Green River Logan, Utah -0.214437628327440732 +27937 gsa_html_2147181658 gsa_html_2147181658:32:2952:2980 Green River Colorado 0.0295434123424303807 +27938 cspg_html_7178716951 cspg_html_7178716951:6:312:330 Kootenay Lacombe, Alberta -0.42422364691980291 +27939 aapg_ah_158.html aapg_ah_158.html:179:32144:32154 Georgetown Bear Mountain (Connecticut) -0.0279886708512000412 +27940 aapg_ad_466.html aapg_ad_466.html:1305:140224:140232 Patapsco Patapsco River -0.462512479285274614 +27941 cspg_html_7216316403 cspg_html_7216316403:19:1886:1891 Skoki Logan, Utah -0.409377718322252282 +27942 aapg_aa_918.html aapg_aa_918.html:545:53057:53078 Stone Corral Kingman, Arizona -0.481575226969792936 +27943 cspg_html_3233680622 cspg_html_3233680622:171:24066:24088 Eureka Sound Banks Island 0.832633765276690863 +27944 gsa_html_3392872323 gsa_html_3392872323:803:80903:80931 Green River Colorado -0.0375812203233935049 +27945 cspg_html_5699627350 cspg_html_5699627350:433:52230:52246 Viking Lacombe, Alberta 0.0221903257634018143 +27946 aapg_aa_54.html aapg_aa_54.html:28:2846:2863 Wingate Colorado Plateau -0.515674638527041984 +27947 gsa_html_2324818064 gsa_html_2324818064:91:10298:10306 Billings Yellowstone River -0.467130759519596039 +27948 aapg_ae_708.html aapg_ae_708.html:7:1106:1116 Nolichucky Maryville, Missouri -0.42423457487964078 +27949 palaios_html_2128779739 palaios_html_2128779739:585:61344:61362 Dolores Colorado -0.0153148102640597843 +27950 aapg_af_653.html aapg_af_653.html:904:104219:104226 Temblor Monterey, California -0.440425240506611693 +27951 aapg_ac_336.html aapg_ac_336.html:394:35960:35970 Rock River Great Britain -0.469327287552563421 +27952 sedimentology_html_9502720439 sedimentology_html_9502720439:976:86620:86637 Cardium Lacombe, Alberta -0.461219460550356897 +27953 cspg_html_4860363565 cspg_html_4860363565:50:6699:6711 Winnipegosis Regina, Saskatchewan -0.0185906420956017636 +27954 cspg_html_9725676031 cspg_html_9725676031:452:59820:59836 Viking Lacombe, Alberta -0.450649451770273157 +27955 aapg_ae_61.html aapg_ae_61.html:152:12788:12796 Tensleep Montana 0.0301417072682896858 +27956 cspg_html_5345848475 cspg_html_5345848475:740:78440:78457 Wapiabi Niobrara, Nebraska -0.00153219252139514682 +27957 geology_html_3106631243 geology_html_3106631243:32:2448:2457 Extension Kenya -0.516824847258973485 +27958 aapg_af_37.html aapg_af_37.html:96:11949:11954 Weeks Lacombe, Alberta -0.502936613094039808 +27959 cspg_html_8334041965 cspg_html_8334041965:310:40713:40721 Columbia Lacombe, Alberta -0.0212221131504006823 +27960 cspg_html_9717154602 cspg_html_9717154602:388:49846:49867 Belly River Regina, Saskatchewan -0.00537142262393446989 +27961 aapg_ae_62.html aapg_ae_62.html:333:28442:28458 Fort Union Golden Valley, Minnesota -0.415295473859709607 +27962 aapg_af_440.html aapg_af_440.html:731:62242:62248 Madrid Spain -0.442620143363224416 +27963 aapg_ac_305.html aapg_ac_305.html:178:18256:18275 Williston Citrus County, Florida -0.455799127156009509 +27964 aapg_af_594.html aapg_af_594.html:13:2068:2086 Maccrady Greenbrier (Great Smoky Mountains) -0.0479199713331230001 +27965 cspg_html_7310162886 cspg_html_7310162886:607:83233:83252 Neruokpuk Anchorage, Alaska -0.0253108955429122949 +27966 aapg_ae_35.html aapg_ae_35.html:104:9816:9827 Green River Wasatch Range 0.394573253813353342 +27967 cspg_html_1064364469 cspg_html_1064364469:14:1301:1318 Viking Lacombe, Alberta -0.0137248477945169315 +27968 aapg_ad_466.html aapg_ad_466.html:1206:129052:129070 Patapsco Virginia -0.471340610693628537 +27969 aapg_ae_415.html aapg_ae_415.html:376:47777:47792 Byram Alabama -0.204186745759497357 +27970 aapg_ah_82.html aapg_ah_82.html:93:9755:9761 Sierra Mexico -0.484191429205932 +27971 cspg_html_3501550466 cspg_html_3501550466:732:96292:96324 Grosmont Canada -0.0171725037246518962 +27972 gsa_html_5773931818 gsa_html_5773931818:1172:117692:117700 Colorado Colorado -0.0231533782740243055 +27973 aapg_ai_491.html aapg_ai_491.html:466:60253:60261 San Luis Mexico -0.45896570683289678 +27974 jgeology_html_9629010327 jgeology_html_9629010327:498:41414:41420 Sierra Great Valley, New York -0.028002582716924157 +27975 palaios_html_5264377288 palaios_html_5264377288:451:36991:37001 Chickaloon Talkeetna Mountains -0.0719407710639016762 +27976 aapg_ai_975.html aapg_ai_975.html:790:64400:64422 Mooringsport Paluxy, Texas -0.0248379892514390653 +27977 gsa_html_3936574180 gsa_html_3936574180:829:77562:77590 Green River Colorado -0.0377274176775576064 +27978 geology_html_4781601757 geology_html_4781601757:40:4356:4367 San Jacinto Lake Elsinore, California -0.488837217649543798 +27979 AMJC_html_4473205820 AMJC_html_4473205820:1154:112839:112845 Moscow Russia -0.526093111955699966 +27980 gsa_html_1119256423 gsa_html_1119256423:191:18783:18797 Arikaree Platte River -0.441406293921039528 +27981 sedimentology_html_5746467239 sedimentology_html_5746467239:1109:76815:76820 Piper Hampton, New Hampshire -0.011024723133422322 +27982 gsa_html_3502153639 gsa_html_3502153639:63:4730:4758 Green River Colorado -0.445984933244691462 +27983 aapg_ac_235.html aapg_ac_235.html:636:70974:70993 Niobrara Cheyenne, Wyoming 0.0395376597390326226 +27984 sedimentology_html_7514538550 sedimentology_html_7514538550:1305:134839:134874 Lee Kentucky -0.465104162426203172 +27985 cspg_html_4298557570 cspg_html_4298557570:801:68699:68717 Edmonton Lacombe, Alberta -0.0343184250102417446 +27986 jgeology_html_9576241453 jgeology_html_9576241453:1099:58028:58033 Douro Portugal 0.0298842978406814348 +27987 palaios_html_8064020973 palaios_html_8064020973:587:64724:64742 Morrison Cheyenne, Wyoming -0.440387442871438828 +27988 cspg_html_4915680223 cspg_html_4915680223:29:3757:3766 Allen Bay Ellesmere Island -0.0585689638564125953 +27989 aapg_ah_157.html aapg_ah_157.html:7:877:884 Potsdam Illinois -0.0264393249899875019 +27990 cspg_html_4495377323 cspg_html_4495377323:263:29708:29716 Columbia Lacombe, Alberta -0.0367528086008553287 +27991 aapg_ad_865.html aapg_ad_865.html:340:33949:33965 Dakota Hermosa, Chicago 0.0076020847154375723 +27992 cspg_html_8089302449 cspg_html_8089302449:30:5099:5137 Hare Indian Michigan -0.454414135268558672 +27993 aapg_ad_466.html aapg_ad_466.html:761:83302:83313 Hornerstown Sykesville, Maryland -0.441517589995484405 +27994 gsa_html_9901339383 gsa_html_9901339383:242:24205:24211 Casper North Fork South Platte River -0.0255351835335731921 +27995 aapg_ah_653.html aapg_ah_653.html:8:1350:1356 Dakota Niobrara, Nebraska 0.0076020847154375723 +27996 cspg_html_3627006433 cspg_html_3627006433:651:69659:69667 Columbia Lacombe, Alberta -0.432236767973233238 +27997 palaios_html_4875582819 palaios_html_4875582819:506:50595:50615 Hell Creek Eastern Montana 0.0180518772845760546 +27998 aapg_ac_905.html aapg_ac_905.html:219:21258:21263 Yukon Middle East -0.0592775088645998635 +27999 aapg_ae_63.html aapg_ae_63.html:633:57351:57368 Wasatch Cheyenne, Wyoming -0.424217090203684033 +28000 palaios_html_9877595963 palaios_html_9877595963:488:40247:40269 Colorado California -0.469327287552563421 +28001 aapg_aa_295.html aapg_aa_295.html:12:1683:1693 Washington Waynesburg, Pennsylvania -0.458659434193013582 +28002 aapg_ae_942.html aapg_ae_942.html:330:21343:21351 Sycamore Comanche County, Oklahoma -0.0482475626636575672 +28003 cspg_html_3129231627 cspg_html_3129231627:382:47566:47585 Red River Middle East -0.0249440441513266963 +28004 aapg_ac_965.html aapg_ac_965.html:524:53877:53885 Coeymans Dayville, Oregon -0.0093950246056262298 +28005 aapg_aa_732.html aapg_aa_732.html:363:41779:41796 Edwards Texas -0.52033160475645146 +28006 jgeology_html_4115179562 jgeology_html_4115179562:228:16430:16445 Lee Kentucky -0.0203634553137257354 +28007 gsa_html_4229393849 gsa_html_4229393849:723:45509:45518 San Diego California -0.490251895380975244 +28008 aapg_ai_853.html aapg_ai_853.html:51:9080:9095 Cibao Lares, Puerto Rico -0.0468588775503323562 +28009 aapg_ac_414.html aapg_ac_414.html:41:5103:5121 Arcturus Reno, Nevada 0.653032064147495928 +28010 aapg_ah_519.html aapg_ah_519.html:39:4261:4283 Burro Canyon Carmel, Indiana -0.0117701008348293102 +28011 aapg_aa_415.html aapg_aa_415.html:4:493:498 Tokio Arkansas -0.463332970234029085 +28012 aapg_ai_603.html aapg_ai_603.html:51:5537:5559 Green River Flagstaff, Arizona -0.448282824521055501 +28013 aapg_af_888.html aapg_af_888.html:139:14211:14215 Yeso New Mexico -0.0260481030214056476 +28014 aapg_ad_69.html aapg_ad_69.html:82:5232:5242 Fort Union Fort Union Trading Post National Historic Site -0.457582637906406409 +28015 aapg_ac_730.html aapg_ac_730.html:491:70535:70542 Kayenta Mesa, Arizona 0.294058576714185282 +28016 palaios_html_4248881045 palaios_html_4248881045:50:6357:6373 Verde Arizona -0.0732737722349117437 +28017 aapg_ad_958.html aapg_ad_958.html:992:102909:102915 Warsaw Colorado 0.022504963158728828 +28018 gsa_html_6423424604 gsa_html_6423424604:1820:162948:162958 Washington Mount Baker -0.0495632945700979141 +28019 aapg_aa_993.html aapg_aa_993.html:141:15289:15308 Smackover Arkansas -0.450608983410958508 +28020 aapg_ad_440.html aapg_ad_440.html:807:80882:80888 Denmar Pocono Raceway -0.0990906754461203382 +28021 cspg_html_4257076625 cspg_html_4257076625:618:72094:72110 Table Head Middle Ordovician -0.463253167093327645 +28022 aapg_aa_267.html aapg_aa_267.html:290:23510:23520 Greenbrier Greenbrier (Great Smoky Mountains) -0.427935397269568418 +28023 aapg_ah_652.html aapg_ah_652.html:138:18721:18746 Crevasse Canyon Mancos, Colorado -0.04966612284900708 +28024 geology_html_6350726541 geology_html_6350726541:175:19737:19743 Oxford Antarctica 0.0121332397728536098 +28025 gsa_html_4913703235 gsa_html_4913703235:398:46118:46137 Tuscarora Pennsylvania -0.471501691978871318 +28026 gsa_html_5398451561 gsa_html_5398451561:47:3066:3094 Green River New Mexico -0.0555785636474421807 +28027 aapg_ae_563.html aapg_ae_563.html:3:167:186 Greenhorn Browns Valley, Minnesota -0.431714547785669089 +28028 aapg_ah_994.html aapg_ah_994.html:185:23776:23784 Richmond Chattanooga, Tennessee -0.466718659783226908 +28029 aapg_ad_652.html aapg_ad_652.html:365:44010:44027 Cowlitz Salem, Oregon -0.002921944296335324 +28030 aapg_ac_629.html aapg_ac_629.html:190:26846:26856 Washington Opelousas, Louisiana -0.0448520648685932916 +28031 cspg_html_8266552811 cspg_html_8266552811:283:35849:35863 Colorado Regina, Saskatchewan -0.0725250104300591975 +28032 cspg_html_4275682313 cspg_html_4275682313:546:64014:64043 Dunvegan Canada -0.463332970234029085 +28033 aapg_ah_756.html aapg_ah_756.html:203:17854:17866 Seven Rivers New Mexico -0.120123246818473278 +28034 sedimentology_html_2375557633 sedimentology_html_2375557633:175:14197:14213 Gering Colorado -0.0766830778747370212 +28035 gsa_html_3597054923 gsa_html_3597054923:29:2796:2824 Green River New Mexico 0.0171307951953313421 +28036 cspg_html_4287356899 cspg_html_4287356899:292:41445:41465 Hart River Eagle River, Alaska -0.0283712524140075813 +28037 aapg_af_892.html aapg_af_892.html:682:65005:65021 Custer Texas -0.0760756038911345883 +28038 aapg_ah_305.html aapg_ah_305.html:3:555:565 Rio Grande Mississippi River -0.035304988004324106 +28039 sedimentology_html_5613495298 sedimentology_html_5613495298:968:48756:48762 Chinle Chinle Formation -0.433588832161453941 +28040 aapg_ah_534.html aapg_ah_534.html:362:30627:30644 Onondaga Perry County, Indiana -0.448408411516637184 +28041 aapg_ae_846.html aapg_ae_846.html:7:786:803 Dakota San Juan, Argentina -0.227416703855298635 +28042 aapg_ah_372.html aapg_ah_372.html:3:408:414 Midway Texas -0.462111625185478381 +28043 cspg_html_5541725202 cspg_html_5541725202:601:74914:74924 Cumberland Bridgetown, Nova Scotia -0.481777803377517411 +28044 cspg_html_2253842195 cspg_html_2253842195:263:34695:34717 Buckinghorse Victoria, British Columbia -0.423085635093811196 +28045 cspg_html_2513202691 cspg_html_2513202691:360:37590:37596 Sustut Victoria, British Columbia -0.0528597345631115906 +28046 aapg_ae_305.html aapg_ae_305.html:1079:93149:93154 Colon Venezuela 0.749192671157214329 +28047 aapg_aa_357.html aapg_aa_357.html:266:24185:24191 Hermit Supai, Arizona -0.0315018919631344582 +28048 aapg_ah_340.html aapg_ah_340.html:14:1808:1816 Kiamichi Texas -0.42595400256464333 +28049 gsa_html_1553263562 gsa_html_1553263562:1077:90737:90765 Green River Colorado -0.420800576179594099 +28050 sedimentology_html_3119511856 sedimentology_html_3119511856:31:1980:1989 San Diego La Jolla -0.0221051486888918687 +28051 cspg_html_7561290301 cspg_html_7561290301:32:3820:3843 Watt Mountain Lacombe, Alberta -0.419751437916078163 +28052 cspg_html_2796643803 cspg_html_2796643803:116:18534:18552 Deadwood Lacombe, Alberta -0.0153513023699453546 +28053 aapg_ad_640.html aapg_ad_640.html:87:12330:12364 Green River Wasatch Range -0.431080339422081793 +28054 aapg_aa_371.html aapg_aa_371.html:148:12428:12436 Michigan Huntington, West Virginia -0.0196404059622709952 +28055 aapg_ai_243.html aapg_ai_243.html:148:14836:14846 Tuscaloosa Tuscaloosa, Alabama -0.00308350377484213492 +28056 gsa_html_5737673651 gsa_html_5737673651:457:39300:39318 Morrison Colorado Plateau -0.22469728565737801 +28057 aapg_ac_740.html aapg_ac_740.html:194:25404:25424 Cockfield Shreveport, Louisiana -0.0216149541452477292 +28058 aapg_aa_898.html aapg_aa_898.html:283:33183:33202 Flagstaff North Horn Formation -0.450586501765938174 +28059 gsa_html_7737235229 gsa_html_7737235229:105:10454:10469 Davis Gasconade River -0.448408411516637184 +28060 cspg_html_5756063944 cspg_html_5756063944:949:80602:80646 Mission Canyon Boise, Idaho -0.437987106587424679 +28061 geology_html_8171981855 geology_html_8171981855:86:8913:8930 Chadron Nebraska -0.446011775932438015 +28062 cspg_html_4305108179 cspg_html_4305108179:12:1322:1340 Read Bay Canada -0.0322777182092932879 +28063 aapg_af_887.html aapg_af_887.html:192:18888:18911 Seven Rivers Carlsbad, New Mexico -0.492776907152809196 +28064 cspg_html_3665101783 cspg_html_3665101783:15:1648:1702 Fossil Hill Manitoulin Island -0.0208501389731201373 +28065 cspg_html_2650524233 cspg_html_2650524233:7:622:629 Bearpaw Lacombe, Alberta -0.42653659632637092 +28066 aapg_af_880.html aapg_af_880.html:649:102031:102038 Admiral West Texas -0.423085635093811196 +28067 aapg_ac_79.html aapg_ac_79.html:41:6203:6210 Clinton Hocking County, Ohio -0.0221155785118801462 +28068 palaios_html_4939666561 palaios_html_4939666561:666:65131:65137 Walker Laporte, Colorado -0.489913286480908206 +28069 aapg_ac_628.html aapg_ac_628.html:394:67933:67944 Green River Flagstaff, Arizona -0.391360728580466999 +28070 cspg_html_5779937878 cspg_html_5779937878:47:5569:5579 Clearwater CFB Cold Lake -0.489932094547215424 +28071 cspg_html_3008414459 cspg_html_3008414459:5:258:268 Milk River Southern Alberta -0.446231020576565107 +28072 cspg_html_7602315496 cspg_html_7602315496:8:1197:1210 Pakowki Milk River, Alberta -0.455595651058867956 +28073 sedimentology_html_9343294861 sedimentology_html_9343294861:408:27305:27315 Washington Wa (Japan) -0.471695028578207554 +28074 gsa_html_4667678389 gsa_html_4667678389:194:17731:17750 Pocatello Pocatello, Idaho -0.446333949377836381 +28075 aapg_ae_794.html aapg_ae_794.html:215:27021:27041 Tuscaloosa Selma to Montgomery marches -0.00128551260502975519 +28076 aapg_ad_829.html aapg_ad_829.html:30:4731:4746 Eutaw Closter, New Jersey -0.00786789401885567251 +28077 aapg_ad_696.html aapg_ad_696.html:50:5173:5189 Weches East Texas -0.45412746085651301 +28078 aapg_aa_465.html aapg_aa_465.html:149:26167:26188 Eagle Buda, Texas -0.0177825001131117176 +28079 aapg_ad_757.html aapg_ad_757.html:296:37755:37763 Richmond Maquoketa, Iowa -0.436872309743032927 +28080 aapg_ac_414.html aapg_ac_414.html:153:18581:18599 Plympton Reno, Nevada -0.110335882136110078 +28081 aapg_ai_756.html aapg_ai_756.html:69:6249:6273 Cotton Valley Bienville Parish, Louisiana -0.0698999380584911928 +28082 aapg_ah_318.html aapg_ah_318.html:1932:178340:178357 La Caja Durango, Durango -0.49687250405482164 +28083 aapg_ae_67.html aapg_ae_67.html:460:34829:34837 Colorado Denver -0.501536224927626728 +28084 aapg_ae_794.html aapg_ae_794.html:629:70573:70579 Coffee Selma to Montgomery marches -0.0448450976147788255 +28085 aapg_ac_825.html aapg_ac_825.html:664:74626:74636 Santa Cruz California -0.436898889813044922 +28086 cspg_html_1524036211 cspg_html_1524036211:50:7438:7449 Bird Spring Logan, Utah -0.0161298137457332978 +28087 cspg_html_4812473779 cspg_html_4812473779:63:13486:13506 La Vieille New Brunswick, New Jersey -0.0381695036603138874 +28088 aapg_ai_751.html aapg_ai_751.html:126:12636:12642 Forest Venango, Pennsylvania -0.496881985799363712 +28089 gsa_html_7345831590 gsa_html_7345831590:833:49895:49923 Green River Colorado -0.025689926843247262 +28090 aapg_aa_20.html aapg_aa_20.html:63:7404:7420 Caseyville Illinois -0.467675942101560327 +28091 gsa_html_1744648670 gsa_html_1744648670:973:95270:95287 Johnnie Death Valley -0.487607747652621382 +28092 geology_html_7473315515 geology_html_7473315515:267:23631:23637 Brazil Earth -0.030023437417361392 +28093 aapg_ah_283.html aapg_ah_283.html:375:40019:40026 Cowlitz Washington (state) -0.442860875153750722 +28094 sedimentology_html_6434577006 sedimentology_html_6434577006:100:7130:7148 Chickies Pennsylvania -0.451787799117909672 +28095 aapg_ai_610.html aapg_ai_610.html:884:114925:114944 Thirtyone Texas -0.395717119620703883 +28096 gsa_html_3907967944 gsa_html_3907967944:277:26325:26353 Green River Colorado -0.0108839893390520418 +28097 aapg_ac_215.html aapg_ac_215.html:12:1472:1491 Englewood Black Hills -0.471382028770717776 +28098 sedimentology_html_4372260172 sedimentology_html_4372260172:640:52620:52641 Peace River Canada -0.0659184011035327533 +28099 aapg_ae_147.html aapg_ae_147.html:596:63407:63419 Rhode Island Norfolk, Virginia -0.0590855308017678646 +28100 aapg_ah_785.html aapg_ah_785.html:67:9036:9045 Phi Kappa Lost River (California) -0.416220582820664042 +28101 aapg_ah_148.html aapg_ah_148.html:151:17525:17537 Cooking Lake Lacombe, Alberta -0.442762791672519862 +28102 cspg_html_9185158332 cspg_html_9185158332:633:70180:70199 Yahatinda Canada -0.0494674389497957237 +28103 cspg_html_2882882278 cspg_html_2882882278:187:23911:23919 Columbia Victoria, British Columbia -0.00652496303282925402 +28104 cspg_html_7086880709 cspg_html_7086880709:482:63560:63570 Twin Falls Mackenzie River 0.282739636339156886 +28105 AMJC_html_9709478395 AMJC_html_9709478395:1301:105257:105275 Monterey California -0.470085189955252725 +28106 cspg_html_7804036692 cspg_html_7804036692:76:9065:9095 Beaverhill Lacombe, Alberta -0.468054102450840448 +28107 gsa_html_4935283103 gsa_html_4935283103:58:3790:3818 Green River Colorado -0.017787713832192225 +28108 aapg_ae_0.html aapg_ae_0.html:227:30422:30444 Nation River Anchorage, Alaska -0.448377013151321557 +28109 aapg_ah_413.html aapg_ah_413.html:14:1707:1713 Denver Colorado -0.0208414480796128843 +28110 aapg_aa_372.html aapg_aa_372.html:131:13797:13811 Word Delaware -0.0351971054761553784 +28111 cspg_html_6675007047 cspg_html_6675007047:603:63044:63052 Edmonton Lacombe, Alberta -0.0294721058156958669 +28112 aapg_ah_372.html aapg_ah_372.html:175:16048:16069 Wills Point Texas -0.48663294001243923 +28113 cspg_html_1124814558 cspg_html_1124814558:147:18226:18250 Colorado Lacombe, Alberta -0.446078886082885928 +28114 cspg_html_5529147980 cspg_html_5529147980:6:272:284 Nisku Central Alberta -0.00772717126605294326 +28115 aapg_ad_734.html aapg_ad_734.html:153:16043:16063 Milk River Lacombe, Alberta -0.0304826089875597575 +28116 geology_html_5984209132 geology_html_5984209132:67:5316:5335 Alto Guia, Albufeira -0.513396000397295715 +28117 aapg_ah_635.html aapg_ah_635.html:18:2731:2740 Rio Negro Venezuela -0.0724305481451039124 +28118 aapg_ah_561.html aapg_ah_561.html:119:17700:17717 Tanyard Texas -0.0802699442520765222 +28119 geology_html_1758784769 geology_html_1758784769:11:530:540 Washington Seattle -0.0727244364330457277 +28120 aapg_ah_412.html aapg_ah_412.html:90:8990:9002 Medicine Hat Suffield, Connecticut -0.451733774163315116 +28121 cspg_html_1242153796 cspg_html_1242153796:38:6067:6085 Glenogle Victoria, British Columbia -0.485729424463417547 +28122 aapg_ah_158.html aapg_ah_158.html:120:23377:23390 Lone Mountain Silver City, New Mexico 0.0297608127506917668 +28123 geology_html_4052445617 geology_html_4052445617:319:23065:23073 Columbia Victoria, British Columbia -0.0188530778518021767 +28124 aapg_ae_876.html aapg_ae_876.html:293:30518:30541 Cedar Mountain Logan, Utah -0.0261715541385612628 +28125 aapg_ad_169.html aapg_ad_169.html:82:10902:10920 Greenbrier Greenbrier (Great Smoky Mountains) -0.0777616602136900481 +28126 aapg_ae_677.html aapg_ae_677.html:1043:92224:92232 Colorado Denver -0.00621572872549000163 +28127 cspg_html_2492063773 cspg_html_2492063773:95:13818:13841 Lambert Northumberland, Pennsylvania -0.482092240402263728 +28128 aapg_ae_371.html aapg_ae_371.html:13:2814:2832 Dakota Yellowstone National Park -0.428929839085586462 +28129 sedimentology_html_9793182930 sedimentology_html_9793182930:926:65770:65774 Hall Cheyenne, Wyoming -0.460146402321772174 +28130 cspg_html_4799463481 cspg_html_4799463481:42:6253:6275 Vendom Fiord Ellesmere Island -0.00764378019701813464 +28131 aapg_ac_334.html aapg_ac_334.html:6:780:791 Green River Western world 0.0520385366586047921 +28132 jgeology_html_1300888380 jgeology_html_1300888380:400:29604:29612 Catskill Juniata County School District -0.442575570278969321 +28133 sedimentology_html_3208248909 sedimentology_html_3208248909:1481:34270:34275 Yukon Anchorage, Alaska -0.46105569042928074 +28134 cspg_html_6984906794 cspg_html_6984906794:294:26411:26429 Dunvegan Lacombe, Alberta -0.460746428725734014 +28135 gsa_html_3038126504 gsa_html_3038126504:508:50108:50126 Imperial California 0.00865316951602894749 +28136 gsa_html_1119256423 gsa_html_1119256423:273:25462:25470 Bellevue Peoria, Illinois -0.443692774120845845 +28137 aapg_aa_156.html aapg_aa_156.html:377:37092:37098 Salina Michigan -0.222315765855278596 +28138 aapg_ad_760.html aapg_ad_760.html:3:173:189 Modelo California -0.036255097654164431 +28139 aapg_ad_940.html aapg_ad_940.html:333:33096:33102 Denver Colorado -0.418568713004005333 +28140 aapg_ac_841.html aapg_ac_841.html:1290:131762:131768 Sierra Juticalpa -0.49570469701623765 +28141 aapg_ah_656.html aapg_ah_656.html:167:15372:15393 Bell Ward County, North Dakota -0.0397744087434021287 +28142 cspg_html_9941518291 cspg_html_9941518291:674:89801:89813 Devon Island Canada -0.441392939290133568 +28143 aapg_ai_186.html aapg_ai_186.html:167:19005:19026 Fort Union Powder River (Montana) -0.472722268874013252 +28144 aapg_ai_594.html aapg_ai_594.html:123:13414:13430 Manitou Kokomo, Indiana -0.441406293921039528 +28145 aapg_aa_685.html aapg_aa_685.html:459:41988:42007 Flagstaff Logan, Utah -0.466810220907495799 +28146 jgeology_html_3739517257 jgeology_html_3739517257:309:22134:22146 Chinle Entrada Sandstone -0.450932780647085085 +28147 aapg_ae_408.html aapg_ae_408.html:45:5005:5014 Marcellus Onondaga (tribe) -0.433376961451207021 +28148 aapg_ac_214.html aapg_ac_214.html:21:2578:2595 Entrada Logan, Utah 0.388944724244439433 +28149 palaios_html_5582845937 palaios_html_5582845937:338:34543:34551 Virginia Hampton, New Hampshire -0.478702368018989743 +28150 cspg_html_3008745251 cspg_html_3008745251:109:16634:16656 Monkman Middle Ordovician -0.447314589257592876 +28151 aapg_af_579.html aapg_af_579.html:265:28314:28325 Summerville Summerville, South Carolina -0.00424743388825097462 +28152 cspg_html_8298261690 cspg_html_8298261690:143:18467:18493 Gething Edmonton, London 0.441268305344817202 +28153 aapg_ac_301.html aapg_ac_301.html:226:27123:27140 Laketown Dolomite Logan, Utah -0.0887929110714056474 +28154 cspg_html_1260733368 cspg_html_1260733368:360:43819:43834 Mesaverde Logan, Utah -0.440514182187833891 +28155 palaios_html_3084590638 palaios_html_3084590638:607:57851:57859 Victoria Victoria, British Columbia -0.465744120990301047 +28156 gsa_html_9497185033 gsa_html_9497185033:1174:107600:107608 Michigan Meade County, Kentucky -0.0316827975818438426 +28157 aapg_ad_152.html aapg_ad_152.html:1964:258079:258087 Wendover Reno, Nevada -0.446521936096131722 +28158 cspg_html_8556552074 cspg_html_8556552074:21:2065:2080 Lower Elk Point Lacombe, Alberta -0.454041701910604445 +28159 gsa_html_1525220569 gsa_html_1525220569:264:28713:28722 Gibraltar Atlantic Ocean -0.480644453081816247 +28160 aapg_af_779.html aapg_af_779.html:123:16251:16269 Traverse Ellsworth, Maine 0.0183751344780311229 +28161 gsa_html_5952049575 gsa_html_5952049575:702:71843:71864 Green River Cheyenne, Wyoming -0.469230874046953295 +28162 gsa_html_2059670590 gsa_html_2059670590:251:23162:23190 Green River Colorado -0.0114868900754173092 +28163 aapg_af_423.html aapg_af_423.html:109:10151:10160 Aux Vases Wayne County, Michigan -0.435926993396556828 +28164 aapg_ah_479.html aapg_ah_479.html:306:31007:31024 La Luna Texas -0.099386347599501268 +28165 aapg_ac_930.html aapg_ac_930.html:118:16577:16589 Rhode Island Newport, Rhode Island 0.788637399827237573 +28166 aapg_ad_615.html aapg_ad_615.html:52:6082:6090 Norphlet Alabama 0.0212203749353179309 +28167 cspg_html_2749851978 cspg_html_2749851978:40:8791:8808 Cardium Calgary -0.46927678392355654 +28168 aapg_ae_415.html aapg_ae_415.html:498:65182:65201 Catahoula Mississippi River -0.19971289621162322 +28169 cspg_html_9689514766 cspg_html_9689514766:278:34319:34354 Black River Ontario, California -0.0334398147432133225 +28170 aapg_ae_610.html aapg_ae_610.html:339:27376:27396 San Andres Texas -0.456989251174634625 +28171 aapg_ac_807.html aapg_ac_807.html:497:50115:50132 Magothy Closter, New Jersey -0.150968881406737643 +28172 cspg_html_9720041449 cspg_html_9720041449:961:107923:107935 Golden Spike Redwater, Texas -0.48184068160181448 +28173 aapg_ad_615.html aapg_ad_615.html:53:6205:6214 Smackover Wayne County, Michigan 0.710155976317498827 +28174 aapg_ai_835.html aapg_ai_835.html:47:5313:5332 Ingleside Wisconsin -0.00984327149097449609 +28175 aapg_ad_720.html aapg_ad_720.html:699:60640:60652 Dockum New Mexico -0.478349729395822987 +28176 aapg_ad_784.html aapg_ad_784.html:175:20110:20115 Tejon Simi Valley, California -0.030261717523761382 +28177 aapg_af_849.html aapg_af_849.html:8:1218:1230 Dakota Fort Collins, Colorado -0.424214904641607937 +28178 cspg_html_5960210762 cspg_html_5960210762:21:2068:2076 Columbia Lacombe, Alberta -0.452003931056544739 +28179 aapg_ae_876.html aapg_ae_876.html:699:74243:74257 Graneros Colorado -0.0389701822838023973 +28180 aapg_ae_822.html aapg_ae_822.html:64:5890:5899 Gatesburg Lake Erie -0.450836079136884949 +28181 aapg_ah_979.html aapg_ah_979.html:229:23654:23664 San Felipe West Columbia, West Virginia -0.473746101631411953 +28182 aapg_ai_583.html aapg_ai_583.html:333:39861:39881 Chugwater Cheyenne, Wyoming 0.00994404088391406815 +28183 aapg_af_695.html aapg_af_695.html:218:22358:22366 Wolfcamp Val Verde (fictional country) -0.425450542305663815 +28184 cspg_html_1351473625 cspg_html_1351473625:159:22750:22790 Mount Head Lacombe, Alberta 1.031332518726922 +28185 aapg_ah_84.html aapg_ah_84.html:32:3931:3943 Seven Rivers New Mexico -0.0166302989496245716 +28186 cspg_html_3831007171 cspg_html_3831007171:31:3324:3331 Wabamun Edmonton, London -0.0171725037246518962 +28187 aapg_ah_646.html aapg_ah_646.html:8:996:1012 Chinle Chinle Formation -0.440887830328426711 +28188 gsa_html_2726343192 gsa_html_2726343192:1142:104005:104033 Green River Colorado -0.00440204655713307986 +28189 aapg_ac_363.html aapg_ac_363.html:109:12697:12712 Santa Margarita Fruitvale, British Columbia -0.462097962880594848 +28190 aapg_ah_96.html aapg_ah_96.html:686:71463:71471 Fairview Kentucky -0.220648426300174311 +28191 aapg_aa_370.html aapg_aa_370.html:97:13055:13064 Athabasca Lacombe, Alberta -0.0682409089564764842 +28192 cspg_html_5241714595 cspg_html_5241714595:153:22981:22996 Elk Lacombe, Alberta 0.921540408532576127 +28193 cspg_html_9905904289 cspg_html_9905904289:170:21328:21346 Whitemud Regina, Saskatchewan -0.0250466225487357037 +28194 aapg_ae_461.html aapg_ae_461.html:118:17768:17781 Cotton Valley Haynesville, Louisiana -0.454034931813569353 +28195 aapg_af_598.html aapg_af_598.html:149:12324:12336 Nowata Tulsa, Oklahoma -0.0149690067830474411 +28196 aapg_ah_176.html aapg_ah_176.html:209:28832:28838 Denver Colorado -0.0704612205675866493 +28197 cspg_html_8250500468 cspg_html_8250500468:381:49595:49613 Dunvegan Lacombe, Alberta -0.479670542308177961 +28198 aapg_aa_305.html aapg_aa_305.html:71:10855:10872 Raritan Kirkwood, Missouri 1.07022640339469821 +28199 aapg_ai_980.html aapg_ai_980.html:379:31740:31748 Sawtooth Cut Bank, Montana -0.44255997020698512 +28200 aapg_aa_626.html aapg_aa_626.html:245:28201:28219 Patuxent Baltimore 0.0861536057335422351 +28201 cspg_html_3665101783 cspg_html_3665101783:201:19182:19200 Marble Falls Texas -0.504313053776995424 +28202 aapg_ad_763.html aapg_ad_763.html:638:77214:77224 Kern River Sierra Nevada (Spain) -0.477401564658383792 +28203 sedimentology_html_3220122506 sedimentology_html_3220122506:1188:95072:95090 Yakataga Anchorage, Alaska -0.454041701910604445 +28204 aapg_aa_110.html aapg_aa_110.html:3:430:447 Wasatch Cheyenne, Wyoming -0.00998573864189263374 +28205 aapg_aa_37.html aapg_aa_37.html:259:31939:31955 Kaibab Logan, Utah -0.00382181610432916728 +28206 aapg_ae_428.html aapg_ae_428.html:1094:85501:85514 Lagarto Burkeville, Texas 0.00480334593379653455 +28207 cspg_html_4165571187 cspg_html_4165571187:226:24178:24198 Fantasque Victoria, British Columbia -0.0259768148276084687 +28208 aapg_ad_958.html aapg_ad_958.html:873:90687:90723 Gilmore City Burlington, Ontario 0.0381486172653768829 +28209 palaios_html_3406135825 palaios_html_3406135825:429:45558:45573 Elk Wisconsin -0.462125287699645448 +28210 cspg_html_9343899465 cspg_html_9343899465:63:9148:9159 Goose Fiord Ellesmere Island -0.499400809500577303 +28211 cspg_html_3597281324 cspg_html_3597281324:230:30270:30299 Scollard Lacombe, Alberta 1.0937668445917188 +28212 aapg_ac_103.html aapg_ac_103.html:105:15977:15992 Sooke California -0.217388737578457003 +28213 jgeology_html_9629010327 jgeology_html_9629010327:212:15171:15195 Valley Springs Stanislaus River -0.00382529052751042712 +28214 jgeology_html_5746443485 jgeology_html_5746443485:98:3705:3713 Colorado Colorado -0.0328900657953446335 +28215 aapg_aa_929.html aapg_aa_929.html:252:31297:31304 Anahuac Big Hill, Indiana 0.0656161430390373446 +28216 cspg_html_9835215306 cspg_html_9835215306:6:501:514 Mountain Park Lacombe, Alberta -0.498319708491524405 +28217 aapg_aa_399.html aapg_aa_399.html:223:16880:16890 Blackstone Niobrara, Nebraska -0.466965896576978678 +28218 aapg_ad_865.html aapg_ad_865.html:488:49065:49081 Dakota Ouray, Colorado -0.0546872843399983585 +28219 cspg_html_1372398575 cspg_html_1372398575:17:2528:2544 Horseshoe Canyon Edmonton, London 0.84372580715901857 +28220 cspg_html_1347432325 cspg_html_1347432325:9:1184:1203 Grayling Pine River (Michigan) -0.473718414704639712 +28221 sedimentology_html_2865738906 sedimentology_html_2865738906:528:31852:31860 Virginia Middle Ordovician -0.491727831303366836 +28222 aapg_ae_75.html aapg_ae_75.html:98:15166:15184 Rancheria Otero County, New Mexico -0.454305775206324536 +28223 cspg_html_6964953392 cspg_html_6964953392:60:10073:10081 Columbia Victoria, British Columbia -0.458695727712452594 +28224 gsa_html_2428068259 gsa_html_2428068259:759:57432:57460 Green River Colorado -0.0176486817607870612 +28225 aapg_ah_536.html aapg_ah_536.html:264:35749:35766 Rodessa Pine Island (Lee County, Florida) -0.434606918343987458 +28226 cspg_html_1019614994 cspg_html_1019614994:457:77787:77809 Big Valley Lacombe, Alberta -0.00539921853925366593 +28227 aapg_ac_714.html aapg_ac_714.html:405:44974:44982 Sundance Cheyenne, Wyoming -0.147441078324283992 +28228 aapg_ae_377.html aapg_ae_377.html:123:12329:12333 Java Sumatra -0.00639293020944086028 +28229 gsa_html_8669968097 gsa_html_8669968097:86:9574:9588 Hawthorn Lee County, Alabama -0.514392879281394655 +28230 aapg_ae_939.html aapg_ae_939.html:813:53046:53056 San Andres Ector, Texas -0.413951619546012173 +28231 gsa_html_4675429437 gsa_html_4675429437:163:10621:10627 Sonora California -0.011024723133422322 +28232 aapg_ac_824.html aapg_ac_824.html:355:35870:35878 Fountain Fremont, California -0.448296279445968116 +28233 AMJC_html_5421639085 AMJC_html_5421639085:583:60128:60136 Virginia Martinsville, Indiana -0.464405306663695727 +28234 cspg_html_7434089303 cspg_html_7434089303:232:30031:30050 Irene Ellesmere Island -0.494850594949005074 +28235 gsa_html_1616304153 gsa_html_1616304153:98:12205:12221 Henry Wedron, Illinois -0.484266161538602968 +28236 aapg_af_653.html aapg_af_653.html:2433:215099:215107 Monterey Monterey, California 0.0479600482628894098 +28237 aapg_af_389.html aapg_af_389.html:118:13180:13200 Phosphoria Cheyenne, Wyoming -0.448350101124535771 +28238 aapg_aa_684.html aapg_aa_684.html:258:24501:24513 Jelm Cheyenne, Wyoming -0.425756964796638493 +28239 cspg_html_3026112034 cspg_html_3026112034:94:9450:9482 Wabamun Pine Brook, New Jersey -0.44255997020698512 +28240 aapg_ad_575.html aapg_ad_575.html:247:30789:30808 Minnelusa Cheyenne, Wyoming -0.0313696934317686249 +28241 jgeology_html_4232779030 jgeology_html_4232779030:624:36711:36718 Gateway Colorado -0.455279223830003521 +28242 gsa_html_2832151886 gsa_html_2832151886:869:70184:70200 Viking Western Canadian Sedimentary Basin -0.448350101124535771 +28243 geology_html_1087076585 geology_html_1087076585:296:22309:22316 Decorah Iowa -0.257483227596459141 +28244 aapg_ah_370.html aapg_ah_370.html:185:14215:14232 Genshaw Alpena, Michigan -0.467877607461444023 +28245 aapg_aa_698.html aapg_aa_698.html:70:7190:7209 Keg River Lacombe, Alberta -0.463910045923527747 +28246 palaios_html_3406135825 palaios_html_3406135825:222:22507:22524 Potsdam Au Sable River (Michigan) 0.0267801315283120664 +28247 aapg_ad_752.html aapg_ad_752.html:3:173:183 Brownstown Arkansas -0.210765673344498666 +28248 aapg_af_664.html aapg_af_664.html:399:44470:44485 Blackstone Nashville Basin 0.00279686612982589121 +28249 aapg_ad_450.html aapg_ad_450.html:157:16262:16266 Frio Plymouth, Massachusetts -0.46809765859229685 +28250 aapg_ae_535.html aapg_ae_535.html:36:4690:4707 Tugidak Kodiak Island -0.44564275767943895 +28251 cspg_html_5541725202 cspg_html_5541725202:116:16316:16326 Cumberland Riversdale, New Zealand -0.476033304431228654 +28252 cspg_html_1293312960 cspg_html_1293312960:895:83602:83629 Athabasca Lacombe, Alberta -0.485448733097070706 +28253 aapg_aa_312.html aapg_aa_312.html:867:103642:103654 Rhode Island Newport, Rhode Island 0.562704006535923229 +28254 aapg_aa_300.html aapg_aa_300.html:157:22667:22676 Domengine West Coast of the United States -0.45896570683289678 +28255 cspg_html_9157093462 cspg_html_9157093462:68:10997:11005 Columbia Victoria, British Columbia -0.459805657368256959 +28256 aapg_aa_12.html aapg_aa_12.html:269:28380:28388 Woodford Chattanooga, Tennessee -0.46326000708216164 +28257 cspg_html_1434585715 cspg_html_1434585715:1273:105840:105848 Edmonton Calgary -0.483173848714512189 +28258 gsa_html_8241338635 gsa_html_8241338635:279:27324:27342 Moenkopi Kaibab, Arizona -0.460269102262388319 +28259 aapg_ah_318.html aapg_ah_318.html:1219:123106:123129 Cotton Valley Arkansas -0.454540571750530975 +28260 gsa_html_4181975259 gsa_html_4181975259:681:65080:65086 Oregon Salem, Oregon -0.451787799117909672 +28261 palaios_html_3022467877 palaios_html_3022467877:357:40262:40283 Hornerstown Closter, New Jersey -0.465561228542891226 +28262 aapg_aa_644.html aapg_aa_644.html:659:55812:55821 Cokeville Cheyenne, Wyoming -0.427650208489599781 +28263 gsa_html_8671422836 gsa_html_8671422836:1283:120189:120217 Green River Iran -0.0207667065675008616 +28264 aapg_af_286.html aapg_af_286.html:320:41364:41380 Viking Lacombe, Alberta -0.0144303273551577363 +28265 aapg_ad_683.html aapg_ad_683.html:413:41864:41882 Moenkopi Monument Valley -0.455252106655251121 +28266 aapg_ae_5.html aapg_ae_5.html:179:20466:20475 Horquilla Colina, Chile -0.0866237900027978375 +28267 aapg_ac_636.html aapg_ac_636.html:77:7202:7222 Knoxville Southern California -0.509194389232267453 +28268 aapg_ac_190.html aapg_ac_190.html:45:9209:9225 Moscow Skaneateles (village), New York -0.41073257068006791 +28269 aapg_ad_217.html aapg_ad_217.html:366:40265:40289 Choctawhatchee Melbourne, Florida -0.457691392417615917 +28270 gsa_html_6281658899 gsa_html_6281658899:646:72320:72341 Green River Cheyenne, Wyoming -0.49871872177518084 +28271 aapg_ah_871.html aapg_ah_871.html:434:48155:48163 Montreal Lowville (town), New York -0.095384372152289329 +28272 aapg_ah_264.html aapg_ah_264.html:17:2188:2205 Hanover Jamaica, Queens -0.0204312426216018105 +28273 cspg_html_7086880709 cspg_html_7086880709:334:43708:43718 Pine Point Victoria, British Columbia -0.470629904958731249 +28274 aapg_ad_466.html aapg_ad_466.html:1195:127795:127813 Patuxent Patapsco River -0.0610771505726213221 +28275 aapg_ah_871.html aapg_ah_871.html:11:1877:1885 Lowville Montreal -0.445016883536767272 +28276 gsa_html_1322753048 gsa_html_1322753048:65:4767:4795 Green River Iran -0.045129017887602145 +28277 cspg_html_3178645840 cspg_html_3178645840:67:9543:9562 Ludington Liard River, British Columbia -0.506705745639774774 +28278 aapg_aa_645.html aapg_aa_645.html:3:445:464 Kootenai Middle East -0.00395905591412439809 +28279 cspg_html_1654370716 cspg_html_1654370716:42:4370:4383 Parry Islands Western world -0.43797158338019293 +28280 jgeology_html_4232779030 jgeology_html_4232779030:649:37440:37447 Paradox Logan, Utah -0.47482657712880405 +28281 aapg_ae_951.html aapg_ae_951.html:195:21040:21066 Colorado Colorado -0.406379519352218999 +28282 aapg_ai_996.html aapg_ai_996.html:1289:55829:55839 Tuscaloosa Black Creek (Toronto) -0.448484669177164286 +28283 aapg_aa_906.html aapg_aa_906.html:516:57259:57279 Fort Union Uinta Mountains -0.473663043482949409 +28284 geology_html_7192428883 geology_html_7192428883:15:719:725 Denver Colorado -0.485238274937032199 +28285 aapg_ai_159.html aapg_ai_159.html:362:40227:40233 Empire Spain -0.457487488497030304 +28286 sedimentology_html_2550885329 sedimentology_html_2550885329:882:50325:50344 Keg River Lacombe, Alberta -0.460655489757687109 +28287 gsa_html_1465687448 gsa_html_1465687448:315:37216:37235 Hillabee Greenstone Blue Ridge Mountains -0.462512479285274614 +28288 cspg_html_4834918660 cspg_html_4834918660:7:589:609 Clearwater Cordillera Administrative Region -0.444916336311243943 +28289 gsa_html_9254222331 gsa_html_9254222331:59:4104:4132 Green River New Mexico -0.0498456399588059346 +28290 aapg_ac_330.html aapg_ac_330.html:54:5299:5315 Ithaca Ithaca, New York -0.0916692289916149899 +28291 aapg_ad_59.html aapg_ad_59.html:81:14752:14771 Belle Fourche Western world -0.438007065376213589 +28292 aapg_ai_999.html aapg_ai_999.html:127:7666:7682 Navajo Logan, Utah -0.0600280242274353476 +28293 aapg_aa_673.html aapg_aa_673.html:29:3492:3510 Norphlet Alabama -0.21725196982164352 +28294 aapg_ai_183.html aapg_ai_183.html:97:9472:9484 Medicine Hat Grand Forks, North Dakota -0.431157390646727534 +28295 aapg_ad_379.html aapg_ad_379.html:489:40790:40815 Battle Colorado -0.0177825001131117176 +28296 aapg_ai_519.html aapg_ai_519.html:91:9527:9531 Bays Texas -0.466965896576978678 +28297 aapg_ac_835.html aapg_ac_835.html:141:18794:18801 Madison Cheyenne, Wyoming -0.464761517323236562 +28298 geology_html_2852518993 geology_html_2852518993:261:22660:22698 Kingston Peak Death Valley -0.460964719996515115 +28299 cspg_html_9683836416 cspg_html_9683836416:401:67451:67468 Bearpaw Regina, Saskatchewan -0.0744356181649514781 +28300 aapg_ad_466.html aapg_ad_466.html:231:29700:29707 Magothy Raritan River -0.436810292517708865 +28301 cspg_html_3187264334 cspg_html_3187264334:569:59078:59095 Cardium Lacombe, Alberta -0.463435584788403632 +28302 aapg_ai_981.html aapg_ai_981.html:227:19093:19103 Montgomery Beaumont, Texas -0.0600838800976532805 +28303 sedimentology_html_6770212333 sedimentology_html_6770212333:452:40121:40129 Virginia James River (Dakotas) -0.448287309474040385 +28304 aapg_aa_261.html aapg_aa_261.html:120:16812:16817 Yukon Cheyenne, Wyoming -0.450878806444675151 +28305 aapg_ai_811.html aapg_ai_811.html:172:23482:23505 Pendleton Jeffersonville, Indiana -0.452909542628234352 +28306 aapg_ad_564.html aapg_ad_564.html:7342:617807:617817 Washington Seattle -0.484534784604727431 +28307 aapg_aa_645.html aapg_aa_645.html:44:7020:7028 Colorado Emmons, Minnesota -0.093914777856232784 +28308 sedimentology_html_6545643294 sedimentology_html_6545643294:828:37051:37057 Abbott Svalbard and Jan Mayen -0.0340417857765505233 +28309 aapg_ae_503.html aapg_ae_503.html:611:61262:61292 Nonesuch Washington (state) -0.49252218048089591 +28310 aapg_ae_678.html aapg_ae_678.html:314:39161:39175 Duchesne River Uinta Mountains -0.250546778060528719 +28311 cspg_html_1065856149 cspg_html_1065856149:164:15920:15928 Columbia Caldwell, New Jersey -0.0129533588216162645 +28312 geology_html_4553007488 geology_html_4553007488:12:882:891 San Diego California -0.479552074346371926 +28313 jgeology_html_1836103970 jgeology_html_1836103970:179:13465:13476 New Glasgow Springhill, Nova Scotia -0.0252500427953300452 +28314 aapg_aa_23.html aapg_aa_23.html:275:31109:31117 Winnipeg Manitoba -0.00894157063780701838 +28315 aapg_ae_849.html aapg_ae_849.html:15:1511:1522 Stony Creek Ontario, California -0.0719407710639016762 +28316 gsa_html_1902544121 gsa_html_1902544121:347:29545:29573 Green River Colorado -0.0235062798697475116 +28317 cspg_html_9332855346 cspg_html_9332855346:192:17584:17601 Elk Manitoba -0.021093485692349364 +28318 aapg_ai_974.html aapg_ai_974.html:784:85615:85625 Washington Salem, Oregon -0.473676885959420813 +28319 aapg_ad_756.html aapg_ad_756.html:516:60479:60495 Dakota Colorado -0.237317279134580061 +28320 gsa_html_1075724130 gsa_html_1075724130:536:47913:47926 Santa Barbara California -0.451740527107044376 +28321 aapg_ad_660.html aapg_ad_660.html:385:49426:49444 Grayburg Nashville Basin -0.0264132431935258684 +28322 sedimentology_html_9290555224 sedimentology_html_9290555224:728:49502:49520 Pearsall County Sligo -0.45230795361337589 +28323 aapg_ah_469.html aapg_ah_469.html:241:18840:18846 Midway Mississippi River -0.498319708491524405 +28324 aapg_af_664.html aapg_af_664.html:323:34768:34778 San Andres Nashville Basin -0.446231020576565107 +28325 cspg_html_8362959053 cspg_html_8362959053:33:5771:5778 Cadomin Mountain Park (Holyoke, Massachusetts) -0.446029671493266278 +28326 aapg_ah_535.html aapg_ah_535.html:104:17971:17991 Pottsville Alabama 0.0593124145876622946 +28327 geology_html_1719128861 geology_html_1719128861:261:20548:20556 Colorado Victoria, British Columbia -0.48878086726465575 +28328 aapg_ai_350.html aapg_ai_350.html:87:8943:8951 Seminole Wewoka, Oklahoma -0.0408468169477428783 +28329 aapg_ae_319.html aapg_ae_319.html:249:19069:19088 Rock Springs Cheyenne, Wyoming -0.0213629091377398328 +28330 gsa_html_5158209975 gsa_html_5158209975:95:11280:11287 Prairie Mississippi River -0.449811224417208722 +28331 aapg_ae_454.html aapg_ae_454.html:604:55207:55224 Bossier Arkansas -0.00409977035478876605 +28332 aapg_ah_434.html aapg_ah_434.html:60:7211:7220 Catahoula Oakville, California -0.442575570278969321 +28333 palaios_html_7274959329 palaios_html_7274959329:843:60056:60073 Eramosa Canada 0.694814044564860955 +28334 aapg_ae_419.html aapg_ae_419.html:3124:201004:201018 Kiamichi Coahuila -0.434712986404073964 +28335 gsa_html_8881958017 gsa_html_8881958017:596:55539:55566 Nicola Vancouver -0.474069180634086484 +28336 aapg_ae_272.html aapg_ae_272.html:732:71004:71012 Michigan Austin, Chicago -0.436810292517708865 +28337 cspg_html_9912281240 cspg_html_9912281240:641:72327:72345 Foremost Lacombe, Alberta -0.455252106655251121 +28338 aapg_ai_942.html aapg_ai_942.html:138:20973:20979 Salado Salado, Texas -0.459819284677136619 +28339 aapg_ah_435.html aapg_ah_435.html:124:15465:15475 San Felipe Austin, Chicago -0.0170265242171895904 +28340 aapg_ad_440.html aapg_ad_440.html:669:66951:66957 Denmar Greenbrier County Schools -0.489182445167081981 +28341 aapg_ae_75.html aapg_ae_75.html:43:7193:7202 Rancheria Earp, California -0.0609933536183044148 +28342 aapg_ai_884.html aapg_ai_884.html:123:11344:11355 San Antonio Texas -0.462097962880594848 +28343 aapg_ac_333.html aapg_ac_333.html:1265:152263:152272 Flagstaff Arizona -0.0303051997851764565 +28344 aapg_af_929.html aapg_af_929.html:32:3758:3768 Fort Scott Mississippi River -0.447422120424180725 +28345 cspg_html_8121202912 cspg_html_8121202912:260:32053:32068 Skoki Mount Wilson Observatory 0.00543048895720864636 +28346 cspg_html_2018998204 cspg_html_2018998204:149:16886:16901 Nonda Victoria, British Columbia -0.470409220225314617 +28347 aapg_ad_964.html aapg_ad_964.html:1219:101574:101587 Santa Barbara Texas -0.497429738189917758 +28348 gsa_html_3484366946 gsa_html_3484366946:802:77650:77665 Sekwi Cordillera Administrative Region -0.506089547715895649 +28349 aapg_ai_140.html aapg_ai_140.html:1210:135174:135180 Lisbon Portugal -0.0344245588872295546 +28350 gsa_html_4280198089 gsa_html_4280198089:86:6581:6609 Green River Iran -0.427658982255246345 +28351 cspg_html_9778753186 cspg_html_9778753186:33:5160:5166 Dakota Kootenay River -0.471888407816635713 +28352 aapg_ah_978.html aapg_ah_978.html:172:18864:18880 Tulare San Joaquin River 0.00938112555861735607 +28353 aapg_aa_110.html aapg_aa_110.html:58:8439:8460 Green River Wasatch Range -0.436830226177315317 +28354 aapg_ae_268.html aapg_ae_268.html:42:4300:4306 Girkin Warren County, Ohio -0.0350961840937315667 +28355 aapg_af_11.html aapg_af_11.html:714:73782:73799 Paradox Colorado -0.0258220684876826687 +28356 gsa_html_4557277250 gsa_html_4557277250:61:6431:6437 Navajo Carmel, Indiana -0.0832984827182677856 +28357 aapg_ai_480.html aapg_ai_480.html:235:21856:21862 Tulare Tulare, California -0.452887004013691252 +28358 palaios_html_6025329652 palaios_html_6025329652:513:42854:42870 Hurwal Boise, Idaho -0.0315036314272049284 +28359 cspg_html_7777724998 cspg_html_7777724998:127:18123:18146 Beaver Mines Lacombe, Alberta -0.0200714512738383588 +28360 gsa_html_9457387752 gsa_html_9457387752:547:46991:47003 Mount Rogers Grandfather Mountain -0.0419054197993560459 +28361 aapg_af_486.html aapg_af_486.html:350:36781:36804 West Foreland Cook Inlet -0.0544099822313272238 +28362 jgeology_html_1095412310 jgeology_html_1095412310:471:29348:29365 Manlius Helderberg -0.45230795361337589 +28363 cspg_html_9070870548 cspg_html_9070870548:8:535:542 Cardium Calgary 0.00662225056898444603 +28364 geology_html_5323396367 geology_html_5323396367:168:17771:17799 John Day Salem, Oregon -0.432382247831122113 +28365 aapg_ac_424.html aapg_ac_424.html:262:43724:43743 Catahoula Texas 0.934371256086511948 +28366 cspg_html_4286634979 cspg_html_4286634979:30:3777:3799 Pense Regina, Saskatchewan -0.452887004013691252 +28367 aapg_ah_387.html aapg_ah_387.html:225:24786:24795 Knoxville Knoxville, Illinois 0.785778877126243946 +28368 cspg_html_9493908895 cspg_html_9493908895:47:4705:4717 Cardium Grand Prairie, Texas -0.475258680049542748 +28369 cspg_html_9725676031 cspg_html_9725676031:594:69085:69106 Shaftesbury Canada -0.457501080653503367 +28370 aapg_ah_374.html aapg_ah_374.html:107:11892:11898 Hertha Seminole, Texas -0.0140654218160561374 +28371 cspg_html_4298557570 cspg_html_4298557570:220:31801:31819 Whitemud Lacombe, Alberta -0.465595518002078101 +28372 aapg_ac_617.html aapg_ac_617.html:369:33157:33174 Goliad Cuero, Texas 1.01556087071046464 +28373 aapg_ah_532.html aapg_ah_532.html:63:6226:6234 Colorado Ouray, Colorado -0.0312827215063834832 +28374 geology_html_9891980140 geology_html_9891980140:330:27044:27048 Peel Jackson, Mississippi -0.471543117662309108 +28375 gsa_html_1783148177 gsa_html_1783148177:604:63753:63771 Funeral Western world -0.00109094831221136397 +28376 cspg_html_9343899465 cspg_html_9343899465:1563:128226:128242 Parry Islands Banks Island -0.451351189275800146 +28377 geology_html_6050254205 geology_html_6050254205:11:670:680 Las Cruces New Mexico -0.0395916240677814321 +28378 aapg_ai_129.html aapg_ai_129.html:195:16044:16055 Blanco West Texas -0.464419004431934179 +28379 cspg_html_1814004928 cspg_html_1814004928:548:59678:59700 Debolt Victoria, British Columbia -0.487075683437370066 +28380 aapg_af_663.html aapg_af_663.html:845:79597:79612 Blackjack Creek Iowa -0.494552690963700137 +28381 aapg_ad_329.html aapg_ad_329.html:46:6693:6711 Brallier Virginia -0.0115181647621516343 +28382 aapg_ah_619.html aapg_ah_619.html:67:8100:8114 Graneros Denver 0.0327074019013336922 +28383 gsa_html_3345613799 gsa_html_3345613799:1281:82555:82583 Green River Colorado 0.0458257957145382991 +28384 gsa_html_6161161007 gsa_html_6161161007:1209:84648:84676 Green River New Mexico -0.000347435604052462668 +28385 aapg_ac_719.html aapg_ac_719.html:113:11840:11855 Raton Colorado -0.0265836451265893982 +28386 aapg_ae_335.html aapg_ae_335.html:41:4006:4020 Kootenai Cut Bank, Montana -0.470696581042233275 +28387 cspg_html_9354781888 cspg_html_9354781888:515:45070:45103 Halfway Lacombe, Alberta -0.0263297817646035749 +28388 geology_html_2759241456 geology_html_2759241456:297:21760:21764 Hall London, Ontario -0.513328295414127167 +28389 aapg_ah_847.html aapg_ah_847.html:144:16209:16228 New Egypt New Egypt, New Jersey -0.452172819913734925 +28390 gsa_html_9216496168 gsa_html_9216496168:1207:110026:110034 Colorado Reno, Nevada 0.380331837707593823 +28391 aapg_ac_563.html aapg_ac_563.html:702:105099:105106 Hosston East Texas -0.44751173936929356 +28392 palaios_html_5268628065 palaios_html_5268628065:163:21726:21744 Cercado Dominican Republic -0.471405039658470026 +28393 aapg_ae_370.html aapg_ae_370.html:634:63224:63240 Keasey Salem, Oregon -0.048386967383413422 +28394 cspg_html_5308103526 cspg_html_5308103526:186:19765:19780 Woodbend Middle East -0.495988801002771096 +28395 sedimentology_html_5315330584 sedimentology_html_5315330584:554:51499:51503 Java Borneo 0.00427001774421365866 +28396 aapg_ad_446.html aapg_ad_446.html:439:50947:50954 Chemung Pennsylvania -0.0306878502572210006 +28397 AMJC_html_2702389713 AMJC_html_2702389713:1638:118239:118246 Madison California -0.00202555313540596143 +28398 aapg_ac_316.html aapg_ac_316.html:34:4381:4397 Salado Carlsbad, New Mexico -0.0243616205908490056 +28399 cspg_html_1312400675 cspg_html_1312400675:213:25376:25397 Cypress Drumheller -0.456416618922522499 +28400 aapg_ah_10.html aapg_ah_10.html:70:9857:9875 Monterey Buttonwillow, California -0.0550221545613855598 +28401 aapg_ah_478.html aapg_ah_478.html:3:392:409 La Luna Venezuela -0.207009203691601557 +28402 cspg_html_3447886929 cspg_html_3447886929:121:14118:14139 Lawrence Quebec City -0.450784359288809666 +28403 palaios_html_3105248303 palaios_html_3105248303:877:87067:87086 Fairview Netherlands -0.454068782805138071 +28404 aapg_af_575.html aapg_af_575.html:171:22753:22764 Honey Creek Honey Brook, Pennsylvania -0.484086347872667577 +28405 aapg_ac_629.html aapg_ac_629.html:310:39638:39648 Citronelle Beaumont, Texas -0.480777027030782511 +28406 cspg_html_7971908357 cspg_html_7971908357:45:6564:6583 Kishenehn South Fork Flathead River -0.0276304452324186781 +28407 aapg_aa_192.html aapg_aa_192.html:204:24927:24943 Amsden Lima, Ohio -0.00837345699819263926 +28408 aapg_aa_662.html aapg_aa_662.html:12:1538:1551 Venango Pennsylvania -0.42193152612717999 +28409 cspg_html_8388911199 cspg_html_8388911199:6:397:424 Madison Regina, Saskatchewan -0.0436659722456700511 +28410 geology_html_1499155428 geology_html_1499155428:14:769:778 San Diego California -0.460964719996515115 +28411 gsa_html_8955900843 gsa_html_8955900843:907:79566:79576 Washington California -0.0702513884831660329 +28412 jgeology_html_5471448181 jgeology_html_5471448181:350:27860:27868 Colorado Colorado Plateau -0.0675138206513768296 +28413 aapg_ai_410.html aapg_ai_410.html:19:2738:2744 Denver Great Basin -0.0758725455983794705 +28414 aapg_af_218.html aapg_af_218.html:105:11455:11469 Monterey Monterey, California -0.516031175184113566 +28415 cspg_html_9717154602 cspg_html_9717154602:205:29955:29976 Belly River Lacombe, Alberta -0.0747383714950188571 +28416 aapg_ae_998.html aapg_ae_998.html:117:14910:14918 Evanston Evanston, Wyoming -0.465595518002078101 +28417 cspg_html_7281679890 cspg_html_7281679890:429:72089:72099 Hart River Mackenzie River -0.0460783921822131154 +28418 AMJC_html_3664856625 AMJC_html_3664856625:102:14367:14387 Fort Union Knife River 1.12307812699038112 +28419 gsa_html_3648258377 gsa_html_3648258377:661:63220:63239 Magothy Bass River Township, New Jersey -0.481775474642512247 +28420 aapg_ai_853.html aapg_ai_853.html:51:9026:9049 San Sebastian Lares, Puerto Rico -0.477401564658383792 +28421 aapg_ah_313.html aapg_ah_313.html:35:2962:2990 Spearfish Spearfish, South Dakota -0.0350961840937315667 +28422 aapg_ah_876.html aapg_ah_876.html:303:38676:38698 Pine Island Texas -0.481905893496514026 +28423 geology_html_4279689868 geology_html_4279689868:207:17774:17779 Mecca San Jacinto, California -0.474817336624659858 +28424 aapg_ad_52.html aapg_ad_52.html:176:23061:23070 Coldwater Clinton County, Ohio -0.431080339422081793 +28425 geology_html_7236477240 geology_html_7236477240:335:26049:26054 Rapid Altiplano -0.483341806462215584 +28426 cspg_html_6383234409 cspg_html_6383234409:203:21877:21903 Strathcona Fiord Bathurst Island (Northern Territory) 0.0208049463724238951 +28427 geology_html_1937299818 geology_html_1937299818:243:19648:19657 San Diego California -0.470402324720386178 +28428 sedimentology_html_7328045802 sedimentology_html_7328045802:891:53830:53844 Monterey California -0.45954677788095788 +28429 geology_html_6105088229 geology_html_6105088229:14:684:694 Washington Vancouver -0.464432702411418319 +28430 gsa_html_7448133076 gsa_html_7448133076:795:60999:61027 Green River Colorado -0.0256047308874097386 +28431 aapg_ae_999.html aapg_ae_999.html:476:63161:63176 Byram Smith County, Kansas 0.472648525399093578 +28432 gsa_html_4557277250 gsa_html_4557277250:67:7431:7447 Carmel Logan, Utah -0.0279886708512000412 +28433 cspg_html_8362959053 cspg_html_8362959053:112:16188:16195 Cadomin Gladstone, Oregon -0.46132865731218986 +28434 palaios_html_3491046542 palaios_html_3491046542:570:61143:61164 Martinsburg Virginia -0.228794790929468694 +28435 jgeology_html_5531286699 jgeology_html_5531286699:1347:70522:70535 Santa Barbara Texas -0.00984327149097449609 +28436 cspg_html_1009749092 cspg_html_1009749092:551:64464:64481 Cardium Lacombe, Alberta -0.45184182728382527 +28437 aapg_ah_632.html aapg_ah_632.html:199:27059:27067 Virginia Virginia -0.479475427251918496 +28438 cspg_html_5381643866 cspg_html_5381643866:251:30430:30437 Cadomin Rocky Brook -0.445984933244691462 +28439 gsa_html_7662610396 gsa_html_7662610396:680:53340:53366 Chuckanut Washington (state) -0.440354093294291316 +28440 sedimentology_html_7387934786 sedimentology_html_7387934786:245:24850:24858 Virginia Reston, Virginia -0.463307888475886887 +28441 cspg_html_9522721075 cspg_html_9522721075:8:999:1017 Whitemud Canada 1.06984186152658478 +28442 geology_html_1163562352 geology_html_1163562352:262:23021:23029 Scotland Aspen, Colorado -0.0807885815366976151 +28443 aapg_ah_96.html aapg_ah_96.html:438:50847:50856 Red River Nebraska -0.455432903203822237 +28444 palaios_html_7111318862 palaios_html_7111318862:51:5628:5645 Wapiti Lacombe, Alberta -0.4506269691264706 +28445 cspg_html_8571955552 cspg_html_8571955552:241:28462:28473 Kayak North Slope Borough, Alaska -0.457786563407215019 +28446 aapg_ac_692.html aapg_ac_692.html:152:17217:17234 Roseray Regina, Saskatchewan -0.470629904958731249 +28447 aapg_ae_391.html aapg_ae_391.html:168:13072:13079 Rustler Delaware -0.0987950261562581811 +28448 gsa_html_2818345762 gsa_html_2818345762:719:59101:59119 Gowganda Canada -0.431298300553942027 +28449 gsa_html_7498897688 gsa_html_7498897688:836:78764:78772 Columbia Victoria, British Columbia -0.432236767973233238 +28450 geology_html_9085928497 geology_html_9085928497:322:26506:26516 Washington Boise, Idaho -0.0258220684876826687 +28451 aapg_ad_3.html aapg_ad_3.html:292:27400:27419 Roubidoux Missouri River -0.200112018712847228 +28452 sedimentology_html_2041096405 sedimentology_html_2041096405:502:35138:35151 A-1 Carbonate Michigan Basin -0.457840951353905012 +28453 cspg_html_7434089303 cspg_html_7434089303:187:23100:23123 Eleanor River Little Cornwallis Island 0.394569011801065628 +28454 aapg_ae_239.html aapg_ae_239.html:1141:92926:92931 Atoka Des Moines, Washington -0.472823676298187945 +28455 aapg_aa_731.html aapg_aa_731.html:141:18151:18163 Wilcox Texas -0.012400818539292929 +28456 palaios_html_3028956190 palaios_html_3028956190:110:12558:12569 Collingwood Telford, Pennsylvania -0.474815026513922711 +28457 palaios_html_8283629756 palaios_html_8283629756:42:5629:5647 Bridger Cheyenne, Wyoming -0.0230090906667148494 +28458 aapg_af_23.html aapg_af_23.html:190:23838:23843 Eagle Anchorage, Alaska -0.0188200559458422435 +28459 aapg_aa_702.html aapg_aa_702.html:1102:126690:126715 Beaverhill Lacombe, Alberta -0.417439513760371694 +28460 aapg_ac_92.html aapg_ac_92.html:176:20330:20345 Atoka Atoka, Oklahoma -0.415081112396476104 +28461 cspg_html_8145657505 cspg_html_8145657505:313:44673:44710 Slave Point Victoria, British Columbia -0.0279573692057954598 +28462 cspg_html_8980454113 cspg_html_8980454113:139:15542:15559 Wabamun Canada -0.137235073441328376 +28463 gsa_html_5366120675 gsa_html_5366120675:32:2824:2852 Green River Colorado -0.0140758476190941898 +28464 aapg_ah_193.html aapg_ah_193.html:86:10848:10855 Camrose Lacombe, Alberta -0.478377564070346595 +28465 aapg_aa_399.html aapg_aa_399.html:304:24472:24493 Peace River Clearwater, Florida -0.426871858406847937 +28466 cspg_html_1654370716 cspg_html_1654370716:243:26759:26789 Bathurst Canada -0.438219985696652659 +28467 gsa_html_1210544754 gsa_html_1210544754:37:2379:2399 San Joaquin Great Valley, New York -0.472722268874013252 +28468 aapg_af_266.html aapg_af_266.html:318:34451:34469 San Onofre Breccia California 0.00355776029227817658 +28469 geology_html_6329538200 geology_html_6329538200:69:7515:7540 Navajo Logan, Utah -0.466842269540434285 +28470 aapg_ai_811.html aapg_ai_811.html:346:47288:47306 Onondaga Tioga, Texas -0.0539548121915135528 +28471 aapg_ac_333.html aapg_ac_333.html:1314:157585:157589 Yeso Arizona 0.0223241763146486936 +28472 cspg_html_9177794814 cspg_html_9177794814:99:11558:11565 Renault Lacombe, Alberta -0.0733857459282287045 +28473 aapg_ad_798.html aapg_ad_798.html:184:19349:19359 Rio Grande Cameron County, Pennsylvania -0.462576268150975078 +28474 aapg_ah_573.html aapg_ah_573.html:82:9670:9690 Pottsville Harrisburg, Pennsylvania 0.0877959627139281995 +28475 cspg_html_4666332434 cspg_html_4666332434:499:73565:73582 Belly River Regina, Saskatchewan -0.399205464742715455 +28476 sedimentology_html_6302405335 sedimentology_html_6302405335:1013:82684:82692 Colorado Texas -0.491282661525563435 +28477 gsa_html_4036573414 gsa_html_4036573414:1296:116717:116745 Green River Colorado -0.0154103849420370986 +28478 aapg_ah_42.html aapg_ah_42.html:141:19222:19238 Navajo Logan, Utah -0.49361002164838963 +28479 aapg_aa_82.html aapg_aa_82.html:185:18589:18597 Wolfcamp Ector, Texas 0.0185680484481220431 +28480 gsa_html_4883039712 gsa_html_4883039712:707:69496:69526 Punta Alegre Colombia -0.458750170743803365 +28481 cspg_html_9068495364 cspg_html_9068495364:302:33558:33575 Sayabec Kirkwood, Missouri -0.480611894173340604 +28482 aapg_ad_542.html aapg_ad_542.html:347:47284:47300 Viking Canada -0.49293261121873766 +28483 aapg_ae_388.html aapg_ae_388.html:1422:87852:87862 Tuscaloosa Melbourne, Florida -0.441998542726141919 +28484 aapg_ah_609.html aapg_ah_609.html:12:1865:1872 Paradox Colorado -0.0668742008765395302 +28485 cspg_html_1475679140 cspg_html_1475679140:56:8282:8294 Snyder Nain, Newfoundland and Labrador -0.481989744615225701 +28486 aapg_ac_361.html aapg_ac_361.html:430:49145:49152 Simmler California -0.463307888475886887 +28487 aapg_ae_306.html aapg_ae_306.html:630:74326:74339 Guayabo Colombia -0.458648092769168181 +28488 aapg_ai_595.html aapg_ai_595.html:147:12024:12032 Woodbine Rodessa, Louisiana -0.0252830771132320185 +28489 aapg_ae_498.html aapg_ae_498.html:426:44691:44707 Lantz Mills Virginia -0.475977786028375149 +28490 palaios_html_1729153923 palaios_html_1729153923:64:7939:7974 Naco Arizona -0.482511668442046737 +28491 cspg_html_5406272225 cspg_html_5406272225:184:21996:22018 Pine Point Lacombe, Alberta -0.441998542726141919 +28492 geology_html_7867948062 geology_html_7867948062:98:6893:6902 Knoxville California -0.467889067103673728 +28493 cspg_html_3328007773 cspg_html_3328007773:1064:105934:105942 Columbia Lacombe, Alberta -0.032759591289564273 +28494 aapg_ah_753.html aapg_ah_753.html:360:56942:56970 Albert Dover, Delaware -0.06179820059879821 +28495 cspg_html_6252417471 cspg_html_6252417471:157:23105:23121 Hassel Banks Island -0.440620923452583413 +28496 cspg_html_7881580279 cspg_html_7881580279:47:7325:7331 Herald Regina, Saskatchewan -0.447153316157111791 +28497 geology_html_1146010106 geology_html_1146010106:93:9826:9845 Flagstaff Flagstaff, Arizona -0.497000516635433987 +28498 aapg_ai_468.html aapg_ai_468.html:197:24728:24735 Bossier Bossier City, Louisiana 0.350589948336842205 +28499 aapg_ah_506.html aapg_ah_506.html:301:30069:30083 Traverse West Michigan -0.461456070409902219 +28500 aapg_ai_491.html aapg_ai_491.html:126:14271:14288 Hermosa Durango, Durango -0.0619378811065202026 +28501 aapg_ad_70.html aapg_ad_70.html:141:9591:9608 Todilto Chinle Formation 0.0115442270239061798 +28502 aapg_af_664.html aapg_af_664.html:337:36896:36906 San Andres Sheffield station 0.395309510041783219 +28503 aapg_ah_312.html aapg_ah_312.html:3:264:276 Forest Trinidad and Tobago -0.50320646435848726 +28504 cspg_html_7086880709 cspg_html_7086880709:204:23759:23769 Besa River Victoria, British Columbia -0.486038291322309801 +28505 aapg_ah_779.html aapg_ah_779.html:505:95092:95098 Exshaw Missouri River 0.0216497192585225727 +28506 aapg_aa_712.html aapg_aa_712.html:207:24439:24461 Platteville Glenwood, Utah -0.447314589257592876 +28507 aapg_ae_93.html aapg_ae_93.html:32:6048:6064 Elk Kootenay River -0.467980749597819323 +28508 aapg_af_789.html aapg_af_789.html:73:10693:10714 Port Jervis Closter, New Jersey -0.0399624195111792577 +28509 aapg_ae_51.html aapg_ae_51.html:886:97905:97911 Moscow Russia -0.013471157649090371 +28510 aapg_aa_826.html aapg_aa_826.html:210:20410:20429 Kirkwood Pungo River -0.022871757858413614 +28511 aapg_af_975.html aapg_af_975.html:106:16673:16681 Colorado Colorado -0.0543315025159756756 +28512 AMJC_html_7984049819 AMJC_html_7984049819:686:72248:72269 Tatnic Hill Western world -0.466810220907495799 +28513 aapg_ae_66.html aapg_ae_66.html:226:22664:22674 Minnekahta John Crow Mountains 0.0143295434169251768 +28514 cspg_html_8809756626 cspg_html_8809756626:750:86163:86179 Ireton Lacombe, Alberta -0.482038661537539159 +28515 aapg_af_182.html aapg_af_182.html:32:5185:5201 Dakota Niobrara, Nebraska -0.413661883248239493 +28516 cspg_html_4463164802 cspg_html_4463164802:580:46942:46963 Slave Point Victoria, British Columbia 0.00255018452536458695 +28517 AMJC_html_8894786856 AMJC_html_8894786856:50:5199:5205 Brazil Ontario, California -0.0217661828939377244 +28518 aapg_af_397.html aapg_af_397.html:381:44951:44958 Entrada Entrada Sandstone 0.888091881836313934 +28519 cspg_html_2297270979 cspg_html_2297270979:284:36642:36650 Michigan Ohio -0.442649117020085803 +28520 palaios_html_6025329652 palaios_html_6025329652:395:37220:37226 Oregon Salem, Oregon -0.0453676577142844081 +28521 cspg_html_3518879351 cspg_html_3518879351:6:308:331 Cypress Regina, Saskatchewan -0.463332970234029085 +28522 aapg_ac_691.html aapg_ac_691.html:296:21647:21661 Lodo Central Valley (California) -0.501536224927626728 +28523 cspg_html_7086880709 cspg_html_7086880709:209:24468:24487 Chinchaga Lacombe, Alberta 0.0916586894106662942 +28524 aapg_af_854.html aapg_af_854.html:1169:165701:165717 Menard Bloomington, Indiana -0.0595427971625163491 +28525 cspg_html_8739892219 cspg_html_8739892219:278:43453:43459 Sustut Victoria, British Columbia -0.44548177794016619 +28526 aapg_aa_844.html aapg_aa_844.html:352:36068:36075 Kanawha Jackson, Mississippi -0.0323925309205377876 +28527 aapg_ad_379.html aapg_ad_379.html:140:11955:11964 Ingleside Colorado -0.0763907107752863079 +28528 cspg_html_9185158332 cspg_html_9185158332:534:64301:64330 Dunvegan Victoria, British Columbia -0.430026468312881383 +28529 aapg_ai_17.html aapg_ai_17.html:1647:124216:124226 Citronelle Mississippi River -0.46168136305604579 +28530 aapg_ai_410.html aapg_ai_410.html:366:31887:31905 Fountain Hermosa, Chicago -0.498032441543816373 +28531 jgeology_html_4115179562 jgeology_html_4115179562:336:25232:25251 Hardyston Unicoi, Tennessee -0.4852429512232731 +28532 aapg_aa_960.html aapg_aa_960.html:498:38738:38749 Green River Logan, Utah -0.0466271631232556896 +28533 aapg_ai_581.html aapg_ai_581.html:47:4817:4825 Niobrara Fort Benton, Montana 0.0758672942006369116 +28534 sedimentology_html_8226291695 sedimentology_html_8226291695:1178:72392:72405 Saline Valley Death Valley 0.368185680357442868 +28535 geology_html_8949140734 geology_html_8949140734:11:496:504 San Jose California -0.431573575808563037 +28536 aapg_ai_322.html aapg_ai_322.html:269:24273:24282 Mosquitia Coco River -0.464419004431934179 +28537 aapg_ae_611.html aapg_ae_611.html:380:37526:37533 Wingate Western world -0.433387995206966137 +28538 aapg_ae_370.html aapg_ae_370.html:407:36603:36610 Cowlitz Cowlitz River -0.481766159765426027 +28539 aapg_ae_884.html aapg_ae_884.html:129:16679:16696 Vermejo Trinidad and Tobago -0.457514673015389395 +28540 gsa_html_6838140604 gsa_html_6838140604:13:654:667 Santa Barbara California -0.491282661525563435 +28541 cspg_html_5541937700 cspg_html_5541937700:893:108797:108813 Viking Canada -0.00399553741552616509 +28542 gsa_html_8349861296 gsa_html_8349861296:1297:104350:104359 Esmeralda California -0.487870386185061844 +28543 aapg_ae_236.html aapg_ae_236.html:111:9538:9545 Edwards Hinds County, Mississippi -0.0428823001474314888 +28544 aapg_ah_378.html aapg_ah_378.html:558:53722:53742 Salado Salado, Texas -0.0141766305913323017 +28545 gsa_html_8863489299 gsa_html_8863489299:431:51272:51277 Crete Karpathos -0.0424800423112160416 +28546 gsa_html_7214330928 gsa_html_7214330928:577:53825:53832 Spokane Colorado -0.0344697965895258002 +28547 aapg_ah_411.html aapg_ah_411.html:65:8568:8580 Dakota Colorado -0.402849157906067179 +28548 aapg_ae_625.html aapg_ae_625.html:14:1852:1859 Waskada Regina, Saskatchewan -0.4597965726108596 +28549 aapg_ai_763.html aapg_ai_763.html:128:14630:14637 Sligo County Sligo -0.445106268068768518 +28550 cspg_html_4319383223 cspg_html_4319383223:74:10812:10820 Columbia Victoria, British Columbia -0.465558942626108085 +28551 aapg_af_461.html aapg_af_461.html:197:18104:18113 Milwaukee Antrim, County Antrim -0.0490160622596066617 +28552 cspg_html_4785922166 cspg_html_4785922166:685:70176:70219 Prairie Regina, Saskatchewan -0.112499133998572892 +28553 cspg_html_1025724640 cspg_html_1025724640:6:449:467 Beekmantown Quebec City -0.408375160634021905 +28554 aapg_aa_751.html aapg_aa_751.html:709:72448:72487 Leduc Lacombe, Alberta -0.484471709023717834 +28555 cspg_html_6255491344 cspg_html_6255491344:179:26734:26749 Grassy Mountain Canmore, Alberta -0.439565169119916221 +28556 cspg_html_3129231627 cspg_html_3129231627:186:26198:26209 Trold Fiord Ellesmere Island 0.363288232114978016 +28557 aapg_aa_254.html aapg_aa_254.html:82:9002:9022 Tuscaloosa Mississippi River -0.43580087580188992 +28558 aapg_ac_910.html aapg_ac_910.html:500:38914:38920 Sierra Mexico -0.513226748439064684 +28559 aapg_ah_535.html aapg_ah_535.html:81:14231:14235 Bays Pennsylvania -0.471754879498828661 +28560 AMJC_html_5786839382 AMJC_html_5786839382:840:86016:86024 Scotland London, Ontario -0.482038661537539159 +28561 gsa_html_6991576096 gsa_html_6991576096:789:65985:66020 Wishart Canada -0.47596853330555533 +28562 aapg_ah_442.html aapg_ah_442.html:104:12149:12153 Frio Texas -0.471382028770717776 +28563 sedimentology_html_2387931271 sedimentology_html_2387931271:206:22403:22413 Kern River Reno, Nevada -0.00782446102673750588 +28564 geology_html_4203530817 geology_html_4203530817:20:761:769 Virginia Norfolk, Virginia -0.0589947795432145122 +28565 aapg_ai_444.html aapg_ai_444.html:3:271:292 Hale Arkansas -0.030548703261185188 +28566 cspg_html_5955028331 cspg_html_5955028331:787:74839:74847 Edmonton Edmonton, London 0.000842531559138272996 +28567 aapg_ah_80.html aapg_ah_80.html:72:8188:8210 Arkose Ridge Matanuska-Susitna Valley -0.533265698787607878 +28568 geology_html_6889011624 geology_html_6889011624:163:19165:19173 Winnipeg Red River of the North -0.489208284150742578 +28569 palaios_html_5600528347 palaios_html_5600528347:522:52114:52135 Green River Cheyenne, Wyoming -0.440514182187833891 +28570 cspg_html_3854139935 cspg_html_3854139935:9:762:779 Bearpaw Judith River Formation -0.108181047933851457 +28571 aapg_ai_99.html aapg_ai_99.html:5:973:997 Ogallala New Mexico -0.473323971277166522 +28572 geology_html_4527608188 geology_html_4527608188:11:509:519 Washington Washington (state) -0.452896019392303839 +28573 palaios_html_2994452429 palaios_html_2994452429:1693:141891:141899 Columbia Victoria, British Columbia -0.460953349343471763 +28574 aapg_ac_545.html aapg_ac_545.html:483:57042:57059 Cadomin Lacombe, Alberta -0.443110589175295999 +28575 palaios_html_9731740258 palaios_html_9731740258:240:28918:28926 Colorado Hot Springs, Arkansas -0.0518153822203646572 +28576 aapg_ad_379.html aapg_ad_379.html:179:16325:16341 Casper Colorado -0.447135398674851747 +28577 aapg_ad_880.html aapg_ad_880.html:212:22067:22090 Gypsum Spring Cheyenne, Wyoming 0.00404070500823521667 +28578 cspg_html_3854139935 cspg_html_3854139935:88:14349:14366 Bearpaw Lacombe, Alberta -0.0635828616118510187 +28579 aapg_ac_219.html aapg_ac_219.html:650:103294:103304 Rio Grande Sergipe -0.441798115405519942 +28580 aapg_ad_652.html aapg_ad_652.html:20:2942:2946 Tyee Juan de Fuca Plate -0.446029671493266278 +28581 sedimentology_html_1640357417 sedimentology_html_1640357417:830:85991:86007 Weber Logan, Utah -0.481575226969792936 +28582 AMJC_html_3770590633 AMJC_html_3770590633:982:109495:109501 Oxford England -0.0176486817607870612 +28583 jgeology_html_1101698400 jgeology_html_1101698400:475:28246:28252 Moscow Russia -0.0231725008237077118 +28584 sedimentology_html_1598641256 sedimentology_html_1598641256:712:51861:51869 Victoria Canada -0.469038078694436811 +28585 cspg_html_2976104632 cspg_html_2976104632:6:469:487 Kootenai Lacombe, Alberta -0.00922476160912374769 +28586 aapg_ah_449.html aapg_ah_449.html:8:1154:1163 Red River Texas -0.429582389532346398 +28587 aapg_ah_633.html aapg_ah_633.html:193:28264:28281 Anahuac Tampa, Florida -0.42652126035610638 +28588 gsa_html_1419461902 gsa_html_1419461902:525:43594:43621 Irondequoit Irondequoit, New York -0.477234757760444439 +28589 jgeology_html_4925928181 jgeology_html_4925928181:1013:68078:68082 Hall London, Ontario -0.458648092769168181 +28590 aapg_ah_176.html aapg_ah_176.html:317:41965:41973 Colorado New Mexico -0.0602165397787389756 +28591 aapg_aa_143.html aapg_aa_143.html:641:76013:76027 Buda Texas 0.0298842978406814348 +28592 aapg_ac_365.html aapg_ac_365.html:252:20902:20906 Ladd Mexico -0.495702329885848558 +28593 sedimentology_html_9032102238 sedimentology_html_9032102238:193:18395:18409 Northumberland North Sea oil -0.462398581950347165 +28594 aapg_ai_877.html aapg_ai_877.html:186:18877:18883 Mercer Pennsylvania -0.0127518020559754426 +28595 aapg_ae_441.html aapg_ae_441.html:50:4161:4180 Sylvania Detroit River International Wildlife Refuge -0.506936038542152412 +28596 aapg_ae_381.html aapg_ae_381.html:139:12996:13015 Domengine Coalinga, California -0.47675536629509363 +28597 aapg_aa_124.html aapg_aa_124.html:418:43112:43126 Kootenai Cut Bank, Montana -0.499638601366554358 +28598 geology_html_1404504083 geology_html_1404504083:240:18810:18816 Banner Wasserburg am Inn -0.446231020576565107 +28599 aapg_af_99.html aapg_af_99.html:41:5460:5480 Manzanilla Melbourne, Florida 0.0328135205724552972 +28600 aapg_ah_115.html aapg_ah_115.html:36:2813:2839 Theresa Herkimer County, New York -0.0125432965018171631 +28601 cspg_html_3627006433 cspg_html_3627006433:726:74159:74167 Columbia Lacombe, Alberta -0.435767689782418699 +28602 aapg_ac_563.html aapg_ac_563.html:80:13738:13759 Mt Lytton Mexico -0.435880527044409383 +28603 aapg_ak_55.html aapg_ak_55.html:204:21094:21113 Tuscarora Gilmer County, Georgia -0.0235062798697475116 +28604 aapg_af_551.html aapg_af_551.html:16:1912:1922 San Andres Rift Valley lakes -0.4835517998191603 +28605 cspg_html_6278093686 cspg_html_6278093686:196:15249:15268 Athabasca Lacombe, Alberta -0.0507572345457288979 +28606 gsa_html_7040053075 gsa_html_7040053075:949:103271:103278 Topanga San Gabriel Mountains -0.455188836413653375 +28607 aapg_ai_737.html aapg_ai_737.html:127:15953:15965 Medicine Hat Milk River, Alberta -0.493659609592116133 +28608 aapg_ac_855.html aapg_ac_855.html:974:79019:79031 Guayaguayare Brighton, Michigan -0.0731338085345177441 +28609 aapg_af_887.html aapg_af_887.html:147:14634:14650 Whitehorse West Texas -0.0102845739324916134 +28610 aapg_ad_717.html aapg_ad_717.html:226:25422:25448 Whitehorse New Mexico -0.0491537380497388335 +28611 aapg_ah_684.html aapg_ah_684.html:440:55829:55836 Andrews London, Ontario -0.0330918692882290547 +28612 gsa_html_4438819447 gsa_html_4438819447:808:77251:77257 Denver Colorado -0.006663945278057983 +28613 cspg_html_1159794850 cspg_html_1159794850:167:25967:25973 Salina Detroit River International Wildlife Refuge -0.0103905567969635754 +28614 gsa_html_5702898077 gsa_html_5702898077:31:2833:2861 Green River Colorado 0.0251126903607541765 +28615 aapg_af_638.html aapg_af_638.html:124:9770:9783 Bedford Ohio -0.457582637906406409 +28616 aapg_ad_580.html aapg_ad_580.html:356:43525:43537 Tongue River Fort Union Trading Post National Historic Site -0.513226748439064684 +28617 gsa_html_8398449001 gsa_html_8398449001:668:55741:55751 Bear River Bear Lake, Michigan -0.474438560215669658 +28618 gsa_html_6944235645 gsa_html_6944235645:9:372:397 Dixon Pilbara craton -0.434673209477638822 +28619 aapg_ai_468.html aapg_ai_468.html:220:26983:27000 Hosston Coahuila -0.00369847415980369305 +28620 cspg_html_9905904289 cspg_html_9905904289:442:52767:52777 Fort Union Cheyenne, Wyoming -0.459805657368256959 +28621 gsa_html_5581143301 gsa_html_5581143301:54:3408:3436 Green River Colorado -0.0212673068022475528 +28622 aapg_aa_302.html aapg_aa_302.html:666:72195:72218 Loray Reno, Nevada -0.456844361180692826 +28623 gsa_html_8088103067 gsa_html_8088103067:711:79036:79042 Snyder California -0.474815026513922711 +28624 aapg_af_186.html aapg_af_186.html:1041:111578:111596 Onondaga Niagara River -0.463332970234029085 +28625 aapg_aa_753.html aapg_aa_753.html:420:52168:52196 Protection China -0.0600280242274353476 +28626 palaios_html_6264258226 palaios_html_6264258226:527:43630:43634 Hall London, Ontario -0.469093158774920749 +28627 gsa_html_9299329909 gsa_html_9299329909:482:56214:56225 Gull Island Northern Mariana Islands -0.475991665297052891 +28628 aapg_ac_462.html aapg_ac_462.html:714:77129:77138 Extension California -0.0676658721418899739 +28629 aapg_ae_970.html aapg_ae_970.html:49:6498:6512 Pico Saugus, Massachusetts -0.0116206764451377564 +28630 cspg_html_7195301827 cspg_html_7195301827:11:2064:2072 Wendover Kaibab, Arizona -0.480644453081816247 +28631 gsa_html_6441142238 gsa_html_6441142238:783:84599:84621 Prairie Wisconsin -0.450829332903146696 +28632 aapg_ae_319.html aapg_ae_319.html:329:24108:24125 Chugwater Cheyenne, Wyoming 0.0355955802390251971 +28633 sedimentology_html_8343819929 sedimentology_html_8343819929:833:72708:72713 Stark Guam -0.455347020329573748 +28634 palaios_html_1276188815 palaios_html_1276188815:605:61646:61655 San Diego Currie, Minnesota -0.456371367070690814 +28635 aapg_ae_428.html aapg_ae_428.html:274:20097:20114 Fleming Shreveport, Louisiana -0.0799966313740302221 +28636 aapg_ae_113.html aapg_ae_113.html:370:49198:49219 Stuart Bathurst Island (Northern Territory) -0.449575401198261781 +28637 gsa_html_2284204284 gsa_html_2284204284:787:97065:97081 Morgan Logan, Utah -0.446078886082885928 +28638 cspg_html_9011256422 cspg_html_9011256422:38:5049:5057 Columbia Victoria, British Columbia -0.00525502734736806466 +28639 cspg_html_2575903827 cspg_html_2575903827:20:2142:2195 Albert Canada -0.47829406272822006 +28640 aapg_ac_629.html aapg_ac_629.html:622:74324:74334 Citronelle Ocala, Florida -0.441553207562292771 +28641 palaios_html_6455472411 palaios_html_6455472411:574:63220:63234 Kope Cincinnati -0.0325612728688678896 +28642 palaios_html_5170998264 palaios_html_5170998264:70:10945:10974 Imperial California -0.473607675769745107 +28643 geology_html_9872663807 geology_html_9872663807:290:23657:23678 Mauch Chunk Pennsylvania -0.444856013246054061 +28644 cspg_html_1665574291 cspg_html_1665574291:107:18519:18524 Lance Edmonton, London -0.47829406272822006 +28645 aapg_ad_565.html aapg_ad_565.html:28:4444:4457 Barnett Texas -0.0520489971910248345 +28646 aapg_ae_415.html aapg_ae_415.html:843:104098:104110 Chickasawhay Waynesboro, Pennsylvania -0.4597920302667165 +28647 aapg_aa_761.html aapg_aa_761.html:362:47559:47585 Ivishak Prudhoe Bay Oil Field -0.449703411954729404 +28648 aapg_af_545.html aapg_af_545.html:723:91111:91132 Green River Logan, Utah 0.400796224084827624 +28649 gsa_html_2836597136 gsa_html_2836597136:554:46188:46216 Green River Colorado -0.0231533782740243055 +28650 cspg_html_9689514766 cspg_html_9689514766:240:33106:33141 Ipperwash Ontario, California -0.491131969162477144 +28651 cspg_html_3597281324 cspg_html_3597281324:201:25506:25524 Scollard Red Deer, Alberta -0.483047901936257684 +28652 cspg_html_2969995408 cspg_html_2969995408:230:27216:27224 Columbia Lacombe, Alberta -0.429938515402492283 +28653 palaios_html_2376163646 palaios_html_2376163646:389:46509:46529 Hell Creek Williston Basin -0.438131262990121173 +28654 aapg_aa_674.html aapg_aa_674.html:6:769:788 Red River Williston, Vermont 0.363918530729600342 +28655 aapg_ac_491.html aapg_ac_491.html:52:7759:7780 Las Trancas El Salvador -0.462261924354454456 +28656 aapg_ai_958.html aapg_ai_958.html:3:182:199 Goliad Oakville, California -0.0268931559198013828 +28657 aapg_ah_411.html aapg_ah_411.html:49:6731:6749 Cloverly Black Hills -0.0302321496726148872 +28658 aapg_ad_466.html aapg_ad_466.html:761:83243:83251 Navesink Monmouth 0.623914198245776319 +28659 cspg_html_7340411855 cspg_html_7340411855:131:15789:15806 Cardium Lacombe, Alberta -0.0119247384368411057 +28660 aapg_af_725.html aapg_af_725.html:280:30167:30175 Colorado New Mexico -0.448287309474040385 +28661 palaios_html_1276188815 palaios_html_1276188815:37:3722:3733 Green River Logan, Utah -0.464419004431934179 +28662 aapg_ae_805.html aapg_ae_805.html:406:48113:48118 Eagle Hermosa, Chicago -0.0304773910336276765 +28663 aapg_ah_646.html aapg_ah_646.html:12:1776:1792 Chinle Logan, Utah -0.209445803569156624 +28664 gsa_html_8820488310 gsa_html_8820488310:982:86333:86339 Fernie Victoria, British Columbia -0.448691045323912019 +28665 gsa_html_6143207195 gsa_html_6143207195:720:70170:70180 Washington Victoria, British Columbia -0.440325191296006335 +28666 aapg_aa_906.html aapg_aa_906.html:378:39749:39759 Fort Union Fort Union Trading Post National Historic Site -0.473778404154942046 +28667 aapg_ae_16.html aapg_ae_16.html:30:4436:4443 Halfway Anchorage, Alaska -0.430532356052481968 +28668 aapg_af_186.html aapg_af_186.html:234:24777:24782 Bluff Shreveport, Louisiana -0.466073422560892126 +28669 aapg_aa_875.html aapg_aa_875.html:258:31006:31015 Littleton Colorado -0.0273313514332929886 +28670 sedimentology_html_1280732031 sedimentology_html_1280732031:1704:141258:141263 Swift Cape Henry Light -0.463478914486847693 +28671 aapg_ah_260.html aapg_ah_260.html:208:26824:26834 North Horn Salina, Kansas -0.457582637906406409 +28672 cspg_html_5198658336 cspg_html_5198658336:382:43113:43129 Battle Elbow River -0.441397390812390766 +28673 aapg_aa_702.html aapg_aa_702.html:516:95103:95129 Beaverhill Calgary -0.0133078241167712726 +28674 aapg_ac_515.html aapg_ac_515.html:190:21314:21320 Oregon Washington (state) -0.0350022236580636789 +28675 aapg_ak_76.html aapg_ak_76.html:80:11067:11084 Aymamon Guatemala -0.0407754352992212923 +28676 cspg_html_6615471682 cspg_html_6615471682:5:255:288 Cypress Regina, Saskatchewan -0.480644453081816247 +28677 gsa_html_4071231613 gsa_html_4071231613:427:44356:44388 Hunsaker Creek Middle East -0.0288373212008630718 +28678 cspg_html_4287356899 cspg_html_4287356899:1067:146654:146662 Lisburne Anchorage, Alaska -0.481945488841025893 +28679 cspg_html_3104351736 cspg_html_3104351736:32:4345:4362 Bearpaw Lacombe, Alberta -0.00365504393340889116 +28680 sedimentology_html_5455387915 sedimentology_html_5455387915:519:41313:41323 Washington Seattle -0.0257872942551229771 +28681 cspg_html_4825875434 cspg_html_4825875434:414:47329:47349 West Point Western world -0.492210951964540455 +28682 aapg_ai_28.html aapg_ai_28.html:829:78280:78296 Lissie Texas -0.125565560652015212 +28683 gsa_html_1561548255 gsa_html_1561548255:621:62069:62075 Walker Toronto -0.466718659783226908 +28684 sedimentology_html_9199455608 sedimentology_html_9199455608:912:66870:66874 Hall London, Ontario -0.448327675040319895 +28685 cspg_html_4645836177 cspg_html_4645836177:70:8358:8364 Mohawk Middle East -0.0318915382493003205 +28686 cspg_html_5345848475 cspg_html_5345848475:1054:102494:102516 Medicine Hat Canada -0.449467616590735308 +28687 cspg_html_8414893458 cspg_html_8414893458:533:59100:59125 Moosebar Lacombe, Alberta -0.022564066972144893 +28688 aapg_ai_367.html aapg_ai_367.html:70:4774:4798 Domengine Coalinga, California -0.0135788887974534252 +28689 aapg_af_854.html aapg_af_854.html:616:84833:84843 Keokuk Burlington, Ontario 0.01991328431705746 +28690 cspg_html_7229660003 cspg_html_7229660003:81:5964:5988 Stony Mountain Manitoba 0.234449165578293484 +28691 aapg_ae_182.html aapg_ae_182.html:371:39142:39161 Smackover Pine Island (Lee County, Florida) 0.0215732361007039963 +28692 aapg_ac_575.html aapg_ac_575.html:79:12281:12299 Tensleep Logan, Utah -0.0355416373678999614 +28693 aapg_ai_66.html aapg_ai_66.html:5:705:730 Sharon Colorado -0.44505934010721393 +28694 aapg_ae_526.html aapg_ae_526.html:132:13754:13771 Smackover Rodessa, Louisiana -0.476843350706402158 +28695 gsa_html_5687289300 gsa_html_5687289300:1038:89583:89611 Green River New Mexico -0.00952011624606233578 +28696 geology_html_2576576682 geology_html_2576576682:209:20421:20430 San Diego California -0.0389701822838023973 +28697 aapg_ad_760.html aapg_ad_760.html:45:6513:6529 Modelo Royal Botanic Gardens, Kew -0.498041936399126195 +28698 cspg_html_7970836465 cspg_html_7970836465:196:22062:22071 Ellis Bay Anticosti Island 0.318703915343450439 +28699 AMJC_html_5748137672 AMJC_html_5748137672:543:60016:60025 San Diego California -0.464409872562970838 +28700 aapg_af_700.html aapg_af_700.html:62:5243:5251 Virginia Vienna -0.444891759770598527 +28701 aapg_ac_621.html aapg_ac_621.html:126:10453:10471 Zeandale Wamego, Kansas -0.057785466485775136 +28702 cspg_html_5541937700 cspg_html_5541937700:319:44302:44310 Columbia Lacombe, Alberta -0.028972971193404428 +28703 aapg_ah_140.html aapg_ah_140.html:202:20914:20920 Denver Colorado -0.00953401534150336016 +28704 gsa_html_2667366192 gsa_html_2667366192:710:63131:63135 Hall California -0.496881985799363712 +28705 cspg_html_8826450427 cspg_html_8826450427:433:52922:52939 Cardium Canada -0.41966442363155293 +28706 cspg_html_8414893458 cspg_html_8414893458:468:55168:55176 Moosebar Victoria, British Columbia -0.459887424332023564 +28707 aapg_af_14.html aapg_af_14.html:467:41310:41329 Fox Hills Fort Union Trading Post National Historic Site -0.454357696116458765 +28708 cspg_html_5345848475 cspg_html_5345848475:78:10764:10782 Niobrara Lacombe, Alberta -0.435767689782418699 +28709 aapg_ai_345.html aapg_ai_345.html:16:2303:2309 Panaca Logan, Utah -0.0754682041308947227 +28710 aapg_ai_584.html aapg_ai_584.html:796:84065:84071 Casper Laramie, Wyoming -0.224147982881620494 +28711 geology_html_2590384709 geology_html_2590384709:328:24553:24587 Endako Canada -0.464706706380762058 +28712 aapg_ac_104.html aapg_ac_104.html:71:9236:9246 Washington Olympic National Park -0.0249440441513266963 +28713 aapg_ad_466.html aapg_ad_466.html:293:36059:36076 Raritan Closter, New Jersey 0.0391512144020498415 +28714 aapg_ad_258.html aapg_ad_258.html:242:26149:26159 Greenbrier Pocono Raceway 0.77250676486154779 +28715 aapg_ai_49.html aapg_ai_49.html:258:30596:30606 Twin Creek Cheyenne, Wyoming 0.0188026760171915025 +28716 aapg_ad_626.html aapg_ad_626.html:100:11697:11722 Whitsett Texas -0.0743236215087323404 +28717 cspg_html_9332855346 cspg_html_9332855346:194:17936:17956 Dawson Bay Williston, Vermont -0.436850160261835319 +28718 aapg_ai_249.html aapg_ai_249.html:134:20508:20524 Campur Maya Mountain -0.499198739530653746 +28719 geology_html_1673778044 geology_html_1673778044:55:4564:4573 San Pedro Costa Rica -0.448529529594894116 +28720 aapg_ai_583.html aapg_ai_583.html:449:56619:56634 Swift Cheyenne, Wyoming -0.00125945488018784418 +28721 aapg_ae_324.html aapg_ae_324.html:1350:132290:132298 Virginia Quebec City -0.0640753960345868262 +28722 AMJC_html_1873062106 AMJC_html_1873062106:144:22037:22058 Cedar Mountain Cedar Mountains -0.448350101124535771 +28723 gsa_html_5564203929 gsa_html_5564203929:468:52657:52665 San Jose California -0.0763399422018811308 +28724 aapg_ac_749.html aapg_ac_749.html:149:20734:20741 Thorold Ontario, California -0.493978458768718154 +28725 aapg_ah_318.html aapg_ah_318.html:3056:248563:248580 La Caja Mexico -0.506374811889724219 +28726 gsa_html_5391661566 gsa_html_5391661566:301:35493:35499 Oregon Boise, Idaho -0.476130470160059438 +28727 aapg_aa_85.html aapg_aa_85.html:13:1291:1298 Carrizo Charlotte, North Carolina -0.43919205226689878 +28728 jgeology_html_5090133589 jgeology_html_5090133589:777:54810:54818 Colorado Aspen, Colorado -0.485308421911267773 +28729 aapg_ah_52.html aapg_ah_52.html:385:55715:55727 Moreno California -0.458913519660435476 +28730 gsa_html_5773121689 gsa_html_5773121689:564:53416:53425 Extension Quebec City -0.417317985934008373 +28731 gsa_html_9266920022 gsa_html_9266920022:149:18659:18680 Eagle Mexico -0.471543117662309108 +28732 aapg_ae_961.html aapg_ae_961.html:166:12377:12394 Selkirk Manitoba -0.0510291657486304576 +28733 cspg_html_4773367370 cspg_html_4773367370:26:3223:3231 Columbia Lacombe, Alberta -0.0496556656724261927 +28734 aapg_ah_817.html aapg_ah_817.html:171:17642:17669 Sioux Quartzite Black Hills -0.434558307819543299 +28735 aapg_ac_953.html aapg_ac_953.html:142:11708:11724 Bluff Melbourne, Florida -0.476172115937115059 +28736 aapg_ai_518.html aapg_ai_518.html:3:193:210 Ignacio Quartzite Colorado -0.473081857330366395 +28737 aapg_ah_573.html aapg_ah_573.html:110:14034:14044 Carbondale Uniondale, New York 0.0204242900657660292 +28738 aapg_ae_307.html aapg_ae_307.html:245:17088:17096 Ogallala Llano Estacado -0.441798115405519942 +28739 jgeology_html_3936154268 jgeology_html_3936154268:856:56870:56886 Chinle Arizona -0.450006666987963933 +28740 aapg_ae_64.html aapg_ae_64.html:223:22464:22473 Meeteetse Western world -0.0119247384368411057 +28741 cspg_html_5719223075 cspg_html_5719223075:480:59599:59615 Kanguk Ellesmere Island -0.462963655759663584 +28742 aapg_ac_944.html aapg_ac_944.html:22:3486:3510 Arroyo Meramec River -0.0270600859182637335 +28743 aapg_ad_81.html aapg_ad_81.html:1283:202894:202901 Andrews Shreveport, Louisiana -0.0152852690750857109 +28744 aapg_af_468.html aapg_af_468.html:340:31765:31779 Frio Brazoria County, Texas -0.399137284458038644 +28745 geology_html_6832977037 geology_html_6832977037:403:29388:29418 Washington Greenland -0.0225119165377174607 +28746 aapg_ae_498.html aapg_ae_498.html:1107:112142:112148 Walker Knoxville, Tennessee -0.46398990802263862 +28747 palaios_html_1018466366 palaios_html_1018466366:1122:115423:115444 Tradewater Bloomington, Indiana -0.038242606390143298 +28748 aapg_ac_538.html aapg_ac_538.html:63:8147:8163 Viking Lacombe, Alberta -0.436376287029603016 +28749 aapg_ac_490.html aapg_ac_490.html:176:22457:22476 Dunvegan Boulder Creek (Colorado) -0.446110205830797302 +28750 geology_html_5260376533 geology_html_5260376533:12:476:482 Denver Colorado -0.0197168810314956311 +28751 aapg_ad_784.html aapg_ad_784.html:268:30760:30769 Coldwater Ojai, California -0.445998354490544591 +28752 sedimentology_html_3238300064 sedimentology_html_3238300064:1840:114128:114153 Sierra New Mexico -0.466782751574986277 +28753 gsa_html_7468123532 gsa_html_7468123532:148:15350:15356 Denver Colorado -0.0674771191864974446 +28754 aapg_aa_901.html aapg_aa_901.html:238:24741:24752 Mowry Cheyenne, Wyoming -0.416341973707545276 +28755 aapg_af_775.html aapg_af_775.html:463:38950:38957 Lagarto Oakville, California -0.053335758630468931 +28756 sedimentology_html_3526020464 sedimentology_html_3526020464:1183:73290:73294 Hall London, Ontario -0.477121254719662491 +28757 aapg_ah_646.html aapg_ah_646.html:138:16553:16574 Chinle Chinle Formation -0.414176548606843775 +28758 cspg_html_5456368738 cspg_html_5456368738:8:494:512 Ramparts Dolomites -0.00138974352800571069 +28759 cspg_html_1188455526 cspg_html_1188455526:112:18577:18588 Trold Fiord Ellesmere Island 0.663064127818190019 +28760 aapg_ae_884.html aapg_ae_884.html:103:13295:13311 Dakota Mancos, Colorado -0.0479199713331230001 +28761 cspg_html_6014123208 cspg_html_6014123208:345:44398:44416 Cadomin Beaumont, Texas -0.438031460031225395 +28762 aapg_aa_859.html aapg_aa_859.html:88:9795:9821 Halfway Wembley Stadium -0.459294782857853967 +28763 cspg_html_5697056884 cspg_html_5697056884:362:38159:38177 Winnipeg Western world 0.013078463721204827 +28764 sedimentology_html_1989293321 sedimentology_html_1989293321:574:43846:43850 Hall London, Ontario -0.0349187039582129002 +28765 aapg_ae_319.html aapg_ae_319.html:573:48920:48930 Twin Creek Weber River -0.495740204770814097 +28766 cspg_html_6839937815 cspg_html_6839937815:351:49096:49104 Toroweap Los Angeles 0.00314256858309431165 +28767 aapg_ai_29.html aapg_ai_29.html:809:89318:89328 Rio Grande Texas -0.44497889773871091 +28768 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill Lacombe, Alberta -0.452909542628234352 +28769 aapg_ai_1.html aapg_ai_1.html:401:36835:36847 Hermit Arizona -0.502757556583302234 +28770 aapg_ae_73.html aapg_ae_73.html:416:54860:54867 Entrada Las Vegas Strip -0.25978663629908344 +28771 gsa_html_6567049100 gsa_html_6567049100:1009:81280:81288 Columbia Victoria, British Columbia -0.0174019020564647256 +28772 gsa_html_4873957926 gsa_html_4873957926:561:61637:61653 Fish Canyon Tuff San Juan, Argentina -0.231127646672849379 +28773 aapg_ai_997.html aapg_ai_997.html:1034:96659:96670 San Joaquin Rio Vista, California -0.0127413767435659193 +28774 aapg_ac_305.html aapg_ac_305.html:155:16012:16031 Williston Levy County, Florida -0.432686505514578101 +28775 aapg_af_854.html aapg_af_854.html:469:61783:61806 Edwardsville Carwood, Indiana -0.50044998043931721 +28776 aapg_ad_337.html aapg_ad_337.html:496:51210:51215 Sespe Santa Monica Mountains -0.129150650266999234 +28777 aapg_ae_380.html aapg_ae_380.html:135:10759:10766 Anahuac Harris County, Texas -0.476519241639526414 +28778 aapg_ae_471.html aapg_ae_471.html:108:11109:11128 Smackover Cotton Valley, Louisiana -0.477978685774982481 +28779 geology_html_8049344680 geology_html_8049344680:79:7728:7751 Columbia Fraser River (Colorado) -0.00837345699819263926 +28780 aapg_ae_985.html aapg_ae_985.html:42:3993:4001 Carlsbad Pecos River -0.0169205158924080785 +28781 cspg_html_5675079479 cspg_html_5675079479:85:9908:9929 Slave Point Great Slave Lake -0.446233258036542624 +28782 aapg_aa_625.html aapg_aa_625.html:11:1710:1744 Smackover Arkansas -0.428317245284791537 +28783 palaios_html_9133125241 palaios_html_9133125241:79:10897:10910 Kope Netherlands -0.478326534516524793 +28784 cspg_html_4937997995 cspg_html_4937997995:788:73269:73281 Attawapiskat River Severn -0.449451899065432481 +28785 sedimentology_html_2139169476 sedimentology_html_2139169476:151:14464:14473 Peninsula Korea -0.0601467185447203748 +28786 aapg_ah_654.html aapg_ah_654.html:342:34016:34036 Phosphoria Black Hills -0.424584335389619316 +28787 cspg_html_2253842195 cspg_html_2253842195:316:39317:39322 Yukon Victoria, British Columbia -0.0204312426216018105 +28788 aapg_aa_3.html aapg_aa_3.html:117:15455:15474 Knoxville Knoxville, Illinois -0.443688311537407287 +28789 aapg_ah_387.html aapg_ah_387.html:215:23204:23227 Francisco Pescadero, California -0.477142101104954475 +28790 gsa_html_2178342427 gsa_html_2178342427:107:12992:13012 Fort Union Williston Basin -0.468384265774498543 +28791 aapg_ai_28.html aapg_ai_28.html:771:72709:72715 Provo Coahuila -0.0045966157065965357 +28792 sedimentology_html_9410532865 sedimentology_html_9410532865:1877:122207:122215 Colorado Logan, Utah -0.0663325030633102053 +28793 aapg_ah_696.html aapg_ah_696.html:338:46802:46812 Washington Richland, Washington -0.422814982445383847 +28794 aapg_af_602.html aapg_af_602.html:409:59070:59076 Sharon Cambridge, Massachusetts -0.457492019193031785 +28795 AMJC_html_7984049819 AMJC_html_7984049819:942:96299:96316 Oakdale Cambridge, Massachusetts -0.456661018199272462 +28796 cspg_html_8363357104 cspg_html_8363357104:80:12598:12630 Mistaya Mons -0.440245159686024512 +28797 aapg_ai_816.html aapg_ai_816.html:190:29163:29173 Plattsburg Wyandotte, Michigan -0.500557112785802838 +28798 aapg_ad_146.html aapg_ad_146.html:78:6349:6357 Colorado Logan, Utah -0.0445280936514478309 +28799 cspg_html_4860363565 cspg_html_4860363565:126:16263:16271 Columbia Elmworth, Alberta -0.440254051746647612 +28800 cspg_html_4031489103 cspg_html_4031489103:195:27934:27951 Creston Western world -0.462261924354454456 +28801 aapg_ah_505.html aapg_ah_505.html:893:71788:71806 Loveland Cheyenne, Wyoming -0.0236488334467139724 +28802 aapg_aa_702.html aapg_aa_702.html:1924:171602:171626 Lower Elk Point Lacombe, Alberta -0.0340417857765505233 +28803 gsa_html_3010975239 gsa_html_3010975239:358:44931:44939 Michigan Saginaw, Michigan -0.483047901936257684 +28804 aapg_ac_704.html aapg_ac_704.html:260:23217:23240 Tensleep Cheyenne, Wyoming -0.022564066972144893 +28805 aapg_af_288.html aapg_af_288.html:337:40610:40629 La Casita Chihuahua (state) 0.00100756364994161328 +28806 gsa_html_9569209726 gsa_html_9569209726:982:89480:89490 Washington Victoria, British Columbia -0.0500164465946093956 +28807 aapg_ah_624.html aapg_ah_624.html:246:23583:23589 Navajo Arizona -0.036255097654164431 +28808 AMJC_html_3664856625 AMJC_html_3664856625:61:7549:7579 Fort Union Powder River Basin 0.0146423224276720186 +28809 aapg_af_353.html aapg_af_353.html:54:7484:7502 San Onofre Breccia Baja California peninsula 0.0472561178033194945 +28810 aapg_ae_268.html aapg_ae_268.html:315:30399:30405 Menard Vienna -0.470924237538710877 +28811 cspg_html_4687600764 cspg_html_4687600764:12:1000:1008 Dunvegan Southeast Asia -0.0045966157065965357 +28812 gsa_html_7737235229 gsa_html_7737235229:105:10611:10636 Jefferson Gasconade River -0.485729424463417547 +28813 cspg_html_4624186528 cspg_html_4624186528:149:19599:19607 Columbia Victoria, British Columbia -0.520995237504812803 +28814 aapg_ae_805.html aapg_ae_805.html:203:23858:23871 Hermosa New Mexico -0.475085351012185853 +28815 cspg_html_4860363565 cspg_html_4860363565:15:1547:1559 Saskatchewan Manitoba -0.44721379024503416 +28816 aapg_ac_253.html aapg_ac_253.html:68:10066:10072 Frisco Sallisaw, Oklahoma -0.468015132988553406 +28817 aapg_aa_745.html aapg_aa_745.html:15:916:929 Brushy Canyon New Mexico -0.0446587257123436179 +28818 aapg_ae_536.html aapg_ae_536.html:201:21466:21488 Belly River Colorado -0.0206137481511775786 +28819 cspg_html_6159840831 cspg_html_6159840831:314:38014:38022 Columbia Victoria, British Columbia -0.461026124022890449 +28820 aapg_aa_696.html aapg_aa_696.html:770:80661:80667 Denver Colorado 0.013898609516558913 +28821 aapg_ad_716.html aapg_ad_716.html:39:2637:2642 Hueco Cibolo, Texas -0.0584956705548907718 +28822 aapg_ai_610.html aapg_ai_610.html:789:110592:110600 Colorado Denver -0.464409872562970838 +28823 aapg_ac_983.html aapg_ac_983.html:362:58097:58111 Iola Kansas City, Kansas -0.46927678392355654 +28824 cspg_html_6786864151 cspg_html_6786864151:5:224:246 Trent River Qualicum River -0.474009171210690694 +28825 cspg_html_3076059179 cspg_html_3076059179:63:6841:6846 Price Victoria, British Columbia -0.464761517323236562 +28826 cspg_html_9950492867 cspg_html_9950492867:421:53705:53713 Columbia Victoria, British Columbia -0.444871652179790411 +28893 gsa_html_4930932370 gsa_html_4930932370:13:491:499 Virginia Reston, Virginia -0.487588990851044235 +28827 cspg_html_9987144175 cspg_html_9987144175:291:37657:37669 Eureka Sound District Council of Franklin Harbour 1.16519738287354047 +28828 aapg_aa_626.html aapg_aa_626.html:24:3119:3136 Potomac Virginia -0.460980639153810601 +28829 aapg_aa_24.html aapg_aa_24.html:958:105398:105407 Sixtymile Memphis International Airport -0.455252106655251121 +28830 aapg_ad_285.html aapg_ad_285.html:229:27159:27180 Sadlerochit Anchorage, Alaska -0.433588832161453941 +28831 aapg_aa_484.html aapg_aa_484.html:145:12663:12680 Lenapah Kansas City, Kansas -0.0717343786963553359 +28832 cspg_html_9768299963 cspg_html_9768299963:281:30717:30731 Edmonton Canada -0.53096651224127478 +28833 gsa_html_9254703406 gsa_html_9254703406:52:5843:5855 Saline River Ouachita River -0.457786563407215019 +28834 aapg_ae_450.html aapg_ae_450.html:85:7715:7723 Sterling Jackson County, Missouri -0.0720142347087937423 +28835 aapg_ae_223.html aapg_ae_223.html:241:29456:29463 Wasatch Wasatch Range 0.0247475823805084101 +28836 gsa_html_7102550258 gsa_html_7102550258:355:40418:40435 Wanakah Summerville, South Carolina -0.0193206044123134212 +28837 aapg_aa_48.html aapg_aa_48.html:410:45182:45198 Sandia New Mexico -0.442542141875480355 +28838 aapg_ad_52.html aapg_ad_52.html:66:7582:7590 Michigan Michigan -0.44505934010721393 +28839 cspg_html_5699627350 cspg_html_5699627350:493:55243:55249 Viking Lacombe, Alberta -0.487244407985101158 +28840 aapg_ai_729.html aapg_ai_729.html:27:4884:4889 Weeks Barbados -0.0523017979841753217 +28841 aapg_aa_891.html aapg_aa_891.html:78:9538:9546 Onondaga Tioga, Texas -0.06662955675055518 +28842 aapg_aa_351.html aapg_aa_351.html:191:21355:21372 Bromide Tahlequah, Oklahoma -0.0409860998014640113 +28843 aapg_ae_420.html aapg_ae_420.html:525:38204:38224 Rock River Cheyenne, Wyoming -0.0146249457170983255 +28844 aapg_aa_145.html aapg_aa_145.html:908:94703:94708 Alexo Lacombe, Alberta -0.0519827474069236295 +28845 aapg_af_785.html aapg_af_785.html:143:15572:15578 Reklaw Shreveport, Louisiana 0.762178733796069374 +28846 cspg_html_7688587411 cspg_html_7688587411:89:10371:10384 Belle Fourche Westgate, Canterbury -0.416233588263895504 +28847 aapg_ah_529.html aapg_ah_529.html:294:30692:30705 Blue Mountain El Paso, Texas -0.461765577936308902 +28848 aapg_aa_878.html aapg_aa_878.html:324:41090:41108 Frontier Cheyenne, Wyoming -0.395823294724674368 +28849 cspg_html_3463500725 cspg_html_3463500725:121:15930:15939 Lodgepole Gallatin, Tennessee -0.447153316157111791 +28850 aapg_aa_998.html aapg_aa_998.html:103:10606:10624 Sycamore Texas -0.00712258914704064564 +28851 aapg_af_406.html aapg_af_406.html:147:13654:13670 Smackover Baldwin County, Alabama -0.00349522085598196267 +28852 aapg_af_320.html aapg_af_320.html:540:96608:96616 Wolfcamp Texas -0.0328135205724552625 +28853 aapg_ac_586.html aapg_ac_586.html:55:6958:6978 Pottsville Pottsville, Pennsylvania 0.0235201874799382538 +28854 cspg_html_3732003228 cspg_html_3732003228:219:27848:27853 Price Victoria, British Columbia -0.450582005503512739 +28855 aapg_aa_973.html aapg_aa_973.html:33:3475:3484 Chugwater Cheyenne, Wyoming -0.438930071485580497 +28856 cspg_html_1925276454 cspg_html_1925276454:509:54572:54594 Shaftesbury Victoria, British Columbia -0.465616092314337648 +28857 gsa_html_4543270561 gsa_html_4543270561:731:65302:65308 Cedros San Diego -0.463910045923527747 +28858 gsa_html_8664789297 gsa_html_8664789297:220:25768:25778 Wind River Cheyenne, Wyoming -0.43727109016997745 +28859 cspg_html_5576979800 cspg_html_5576979800:75:11273:11290 Guelph Michigan Basin -0.478488911708928044 +28860 palaios_html_8910286482 palaios_html_8910286482:99:11588:11607 Kirkwood Smyrna, Georgia -0.457487488497030304 +28861 geology_html_5828016264 geology_html_5828016264:206:16987:16992 Bluff Logan, Utah -0.0710855196398188366 +28862 aapg_ac_575.html aapg_ac_575.html:174:29033:29043 Phosphoria Cheyenne, Wyoming -0.458822766590828601 +28863 sedimentology_html_2165832672 sedimentology_html_2165832672:922:72715:72723 Colorado Costa Rica -0.00952011624606233578 +28864 aapg_ai_49.html aapg_ai_49.html:220:25965:25984 Spearfish Cheyenne, Wyoming -0.00908750930208491146 +28865 palaios_html_6034217939 palaios_html_6034217939:18:1006:1010 Toad Victoria, British Columbia -0.0118326507856826232 +28866 aapg_ae_878.html aapg_ae_878.html:8:1049:1054 Atoka Missouri River -0.469189557204259144 +28867 gsa_html_6542025228 gsa_html_6542025228:609:64688:64716 Thelon Keewatin, Minnesota -0.050706684329443738 +28868 aapg_ah_876.html aapg_ah_876.html:635:78856:78876 Ferry Lake Anhydrite Texas -0.439165406786194035 +28869 aapg_ai_233.html aapg_ai_233.html:96:10283:10300 Frio Brazoria County, Texas -0.477957819287112229 +28870 cspg_html_9157093462 cspg_html_9157093462:31:5820:5828 Columbia Victoria, British Columbia -0.477308890203395286 +28871 gsa_html_6281775990 gsa_html_6281775990:1030:94579:94607 Green River New Mexico -0.0307539456314618806 +28872 aapg_ad_683.html aapg_ad_683.html:603:61994:62015 Supai Supai, Arizona -0.439098796420780313 +28873 gsa_html_4557277250 gsa_html_4557277250:654:59823:59842 Greenhorn Hittin -0.372010824775118487 +28874 aapg_ac_920.html aapg_ac_920.html:367:46297:46314 Oquirrh Logan, Utah -0.485336482309537631 +28875 cspg_html_2083823293 cspg_html_2083823293:560:60009:60043 Kootenay Lacombe, Alberta -0.453739353605666973 +28876 jgeology_html_4785660298 jgeology_html_4785660298:1124:73308:73312 Hall London, Ontario -0.0371426409956562426 +28877 aapg_ae_123.html aapg_ae_123.html:74:6303:6310 Theresa Tompkins County, New York -0.0203634553137257354 +28878 aapg_ad_98.html aapg_ad_98.html:92:9160:9178 Ninemile Reno, Nevada -0.453572428394685367 +28879 aapg_ac_617.html aapg_ac_617.html:179:24486:24493 Lagarto Oakville, California -0.0287347150896633124 +28880 aapg_ad_921.html aapg_ad_921.html:309:33590:33598 Fairview Norwood, Massachusetts -0.473323971277166522 +28881 cspg_html_5358383351 cspg_html_5358383351:762:94261:94268 Windsor Bridgetown, Nova Scotia -0.431080339422081793 +28882 aapg_af_575.html aapg_af_575.html:1212:173874:173893 Smackover Texas -0.447189152172129289 +28883 palaios_html_4501603736 palaios_html_4501603736:116:11198:11215 Thaynes Reno, Nevada -0.0740786374128640929 +28884 cspg_html_9361096527 cspg_html_9361096527:42:8691:8713 Judith River Lacombe, Alberta -0.469648742182661783 +28885 aapg_af_833.html aapg_af_833.html:481:53389:53403 Graneros Cheyenne, Wyoming -0.0231533782740243055 +28886 aapg_ad_683.html aapg_ad_683.html:783:76019:76024 Supai Moenkopi Formation -0.0393566203457145145 +28887 aapg_ah_505.html aapg_ah_505.html:716:55362:55367 Brule Chadron, Nebraska -0.441593278961416758 +28888 AMJC_html_5390933660 AMJC_html_5390933660:155:14993:15016 Gile Mountain Littleton, Colorado -0.41137942023043228 +28889 cspg_html_8247666269 cspg_html_8247666269:640:75346:75354 Columbia Victoria, British Columbia -0.451751782124743317 +28890 aapg_ae_855.html aapg_ae_855.html:64:8394:8411 Wasatch Colton, California 0.0171307951953313421 +28891 sedimentology_html_6886866268 sedimentology_html_6886866268:454:34299:34324 Frio Gulf Coast of the United States 0.796962234698226357 +28892 geology_html_5923102855 geology_html_5923102855:67:7118:7134 Animas Colorado -0.0820205760269105688 +28894 aapg_ai_707.html aapg_ai_707.html:68:7760:7767 Oceanic Douala -0.461089806729199636 +28895 aapg_ac_849.html aapg_ac_849.html:5:716:734 Parkwood Alabama -0.458695727712452594 +28896 jgeology_html_4305195651 jgeology_html_4305195651:1908:141498:141514 Pocono Pottsville, Pennsylvania -0.479893584862882694 +28897 aapg_ae_471.html aapg_ae_471.html:248:24134:24144 Tokio Carterville, Illinois -0.467980749597819323 +28898 aapg_aa_698.html aapg_aa_698.html:228:21380:21386 Muskeg Regina, Saskatchewan -0.0442459352605073172 +28899 gsa_html_1040524378 gsa_html_1040524378:921:91394:91412 Washakie Cheyenne, Wyoming -0.434580403200599208 +28900 cspg_html_6331977039 cspg_html_6331977039:167:17320:17329 Read Bay Little Cornwallis Island -0.455347020329573748 +28901 aapg_aa_158.html aapg_aa_158.html:4:517:536 Cloverly California -0.0294042780246520329 +28902 aapg_af_142.html aapg_af_142.html:76:6781:6800 Cotton Valley Bossier City, Louisiana -0.0392782870529255687 +28903 aapg_ae_877.html aapg_ae_877.html:94:8754:8766 Gilwood Swan Hill, Victoria -0.465568086328610908 +28904 aapg_aa_147.html aapg_aa_147.html:794:80431:80451 Red River Winnipeg -0.864405573657379689 +28905 aapg_ak_87.html aapg_ak_87.html:482:61324:61338 Earp Supai, Arizona -0.0429920100127147015 +28906 AMJC_html_3489824047 AMJC_html_3489824047:1044:105842:105869 Extension Morenci, Michigan -0.0215106592204126722 +28907 aapg_ae_542.html aapg_ae_542.html:169:16056:16061 Lance Fort Union Trading Post National Historic Site -0.443755252554939694 +28908 aapg_ac_90.html aapg_ac_90.html:38:5781:5785 Elko Reno, Nevada 0.345497342176839084 +28909 gsa_html_5660395696 gsa_html_5660395696:15:622:641 Peninsula Cape York Peninsula -0.0460783921822131154 +28910 cspg_html_7457399958 cspg_html_7457399958:666:81138:81153 Melville Island Houston -0.045529657990104451 +28911 gsa_html_2374661120 gsa_html_2374661120:449:43851:43861 Bear River Snake River Canyon (Idaho) -0.0524220993978513419 +28912 geology_html_9427090233 geology_html_9427090233:75:5519:5529 Deep Creek White River (Washington) -0.470236848829719556 +28913 sedimentology_html_2737382976 sedimentology_html_2737382976:1623:80917:80924 Halifax Canada -0.494318697340762225 +28914 cspg_html_4893321109 cspg_html_4893321109:200:21319:21325 Twilight Gneiss Bay of Fundy -0.435714594595624227 +28915 gsa_html_6644443634 gsa_html_6644443634:761:69258:69289 Moreno California 0.00686025828250414957 +28916 cspg_html_1237739452 cspg_html_1237739452:7:502:522 Tobermory Elk Mountain, Wyoming -0.475258680049542748 +28917 aapg_af_384.html aapg_af_384.html:143:14414:14434 Ibbett Bay Melville Island (Canada) -0.427658982255246345 +28918 gsa_html_6426465509 gsa_html_6426465509:543:47875:47881 Reston Washington (state) -0.0357887327729749932 +28919 aapg_af_90.html aapg_af_90.html:3:300:316 Noonday Dolomite Death Valley -0.448484669177164286 +28920 palaios_html_1560586324 palaios_html_1560586324:47:5336:5364 Belgrade North Carolina 0.00421268950566507355 +28921 sedimentology_html_8923738088 sedimentology_html_8923738088:1243:58550:58568 Antler Canada -0.0253787031828477012 +28922 jgeology_html_5803513114 jgeology_html_5803513114:186:15489:15512 Smalls Falls Rangeley, Maine -0.50044998043931721 +28923 aapg_ai_119.html aapg_ai_119.html:15:1526:1558 East Fork Pennsylvania -0.030023437417361392 +28924 aapg_af_653.html aapg_af_653.html:899:103287:103294 Temblor Monterey, California -0.0258220684876826687 +28925 aapg_af_50.html aapg_af_50.html:3:267:284 Minturn Colorado -0.466782751574986277 +28926 aapg_aa_12.html aapg_aa_12.html:127:14556:14564 Colorado Las Animas County, Colorado -0.44280960294495586 +28927 gsa_html_9889833548 gsa_html_9889833548:675:65508:65523 Rapid California -0.0448416139900337171 +28928 gsa_html_3860045860 gsa_html_3860045860:885:88881:88887 Oregon Salem, Oregon -0.474863540124580097 +28929 aapg_ae_886.html aapg_ae_886.html:523:56684:56710 Todilto New Mexico -0.482963947665808413 +28930 gsa_html_8840132442 gsa_html_8840132442:669:73079:73102 Beaver Mines Gladstone, Oregon -0.456391730122837791 +28931 aapg_ac_126.html aapg_ac_126.html:173:25338:25349 Haynesville Bossier City, Louisiana -0.434014924984671757 +28932 aapg_ai_105.html aapg_ai_105.html:335:39803:39808 Provo Oquirrh Mountain Utah Temple 0.212973114041807826 +28933 gsa_html_4785200468 gsa_html_4785200468:15:651:663 Saskatchewan Regina, Saskatchewan -0.0168874970090907538 +28934 geology_html_9090764396 geology_html_9090764396:263:25013:25025 Sutton Caspian Sea -0.455188836413653375 +28935 cspg_html_3178645840 cspg_html_3178645840:332:43808:43816 Columbia Victoria, British Columbia -0.45633516722504075 +28936 aapg_ah_654.html aapg_ah_654.html:294:28479:28499 Phosphoria Cheyenne, Wyoming -0.0165051766264779701 +28937 aapg_ai_592.html aapg_ai_592.html:192:31199:31220 Green River Bitter Creek (Wyoming) -0.0448450976147788255 +28938 sedimentology_html_2017869347 sedimentology_html_2017869347:1547:77904:77916 Saskatchewan Cumberland, Maryland -0.477269506555081602 +28939 aapg_ai_278.html aapg_ai_278.html:896:106133:106144 Fort Pierce Fort Pierce, Florida -0.0506631068321719905 +28940 gsa_html_2023933346 gsa_html_2023933346:1209:111952:111967 Otay Sweetwater, Miami-Dade County, Florida -0.0432323316549263759 +28941 cspg_html_2834693711 cspg_html_2834693711:562:78857:78876 Chuckanut England -0.457899875343460883 +28942 aapg_af_654.html aapg_af_654.html:119:10419:10443 Choctawhatchee Melbourne, Florida -0.521520185683642667 +28943 geology_html_5069239612 geology_html_5069239612:12:529:535 Oregon Salem, Oregon -0.518047207450479941 +28944 aapg_ai_316.html aapg_ai_316.html:11:2338:2344 Ithaca Dominican Republic -0.457514673015389395 +28945 gsa_html_6491840124 gsa_html_6491840124:778:63796:63801 Logan Boise, Idaho -0.0230090906667148494 +28946 cspg_html_8568877195 cspg_html_8568877195:121:21413:21439 Belly River Lacombe, Alberta 0.0128699558541004178 +28947 cspg_html_3772380029 cspg_html_3772380029:525:66213:66234 Chasm Creek Churchill River (Atlantic) -0.45184182728382527 +28948 aapg_ai_256.html aapg_ai_256.html:331:35305:35312 St Marys Ohio -0.439125439995052158 +28949 gsa_html_2768342942 gsa_html_2768342942:922:82692:82699 Andrews London, Ontario 0.00557294326279580542 +28950 aapg_ad_871.html aapg_ad_871.html:153:16243:16255 Ferron Point Alpena, Michigan -0.451436694283948337 +28951 aapg_ae_473.html aapg_ae_473.html:385:35311:35317 Zilpha Shreveport, Louisiana 0.315402766183576266 +28952 cspg_html_3447886929 cspg_html_3447886929:138:16871:16891 Lawrence Quebec City -0.445157668105484183 +28953 sedimentology_html_2255736230 sedimentology_html_2255736230:1116:67381:67390 Sheffield Sheffield station -0.0328900657953446335 +28954 jgeology_html_3517640817 jgeology_html_3517640817:621:40613:40622 Peninsula Korea -0.0600280242274353476 +28955 aapg_ah_419.html aapg_ah_419.html:36:4576:4589 Bearpaw Lethbridge 1.02604456762083607 +28956 geology_html_8353041681 geology_html_8353041681:356:26645:26650 Lyell London, Ontario -0.0343184250102417446 +28957 cspg_html_5976982403 cspg_html_5976982403:24:4230:4242 Purcell Lava Purcell Mountains -0.44280960294495586 +28958 gsa_html_2989317971 gsa_html_2989317971:868:89657:89688 Glenns Ferry Boise, Idaho -0.0657209706252805254 +28959 cspg_html_5541937700 cspg_html_5541937700:712:97119:97136 Bluesky Victoria, British Columbia -0.457487488497030304 +28960 aapg_ad_660.html aapg_ad_660.html:288:39266:39288 Seven Rivers New Mexico -0.0454181735904482173 +28961 sedimentology_html_3083192111 sedimentology_html_3083192111:605:45152:45156 Hall London, Ontario -0.47814331678503319 +28962 cspg_html_4326384800 cspg_html_4326384800:560:72561:72567 Sierra Lake Ontario -0.503388006501126029 +28963 geology_html_7629007522 geology_html_7629007522:396:29161:29173 Yellowjacket Boise, Idaho -0.061445521500509713 +28964 cspg_html_7297340324 cspg_html_7297340324:770:89955:89970 Gates Victoria, British Columbia -0.459860167847925383 +28965 aapg_ai_594.html aapg_ai_594.html:201:20562:20567 Chazy Black River, Jamaica -0.0681744882906114708 +28966 gsa_html_8236729701 gsa_html_8236729701:645:55499:55509 Nacimiento California -0.529201463420033047 +28967 gsa_html_3407914201 gsa_html_3407914201:1239:117864:117892 Green River Colorado -0.0308043870775981631 +28968 cspg_html_5074125023 cspg_html_5074125023:506:58698:58717 Kugmallit Canada -0.453234160803079433 +28969 gsa_html_3841341658 gsa_html_3841341658:566:64508:64548 Bruce Perth, Western Australia -0.456416618922522499 +28970 gsa_html_6062330506 gsa_html_6062330506:308:34402:34419 Rustler New Mexico -0.0453014649613171713 +28971 gsa_html_9962225882 gsa_html_9962225882:748:64239:64249 Washington Boise, Idaho -0.449467616590735308 +28972 sedimentology_html_2454673382 sedimentology_html_2454673382:45:2093:2099 Madrid Spain -0.457240600069655279 +28973 aapg_ae_856.html aapg_ae_856.html:93:9961:9978 Anita Venezuela 0.0143851483004796468 +28974 aapg_ac_928.html aapg_ac_928.html:275:26826:26832 Denver Colorado -0.455252106655251121 +28975 aapg_ae_438.html aapg_ae_438.html:250:26354:26360 Putnam Cheyenne, Wyoming -0.0296060232794475298 +28976 aapg_ac_333.html aapg_ac_333.html:358:46642:46658 Cutler Colorado -0.0704227507384947021 +28977 aapg_ae_391.html aapg_ae_391.html:75:6432:6442 Dewey Lake Salado, Texas -0.121042330314776125 +28978 cspg_html_9435196958 cspg_html_9435196958:1479:62248:62266 Edmonton Lacombe, Alberta -0.0687408374731612593 +28979 cspg_html_9643193374 cspg_html_9643193374:582:71221:71227 Denver Colorado -0.441553207562292771 +28980 jgeology_html_8064855537 jgeology_html_8064855537:989:63872:63888 Dakota Cedar Mountains 0.0341966332985346108 +28981 aapg_ah_160.html aapg_ah_160.html:301:36068:36075 Wiarton Guelph -0.0147795988543257695 +28982 geology_html_3302921640 geology_html_3302921640:12:506:514 Colorado Denver -0.0312235809553752276 +28983 geology_html_6493064145 geology_html_6493064145:20:1082:1090 Victoria Victoria, British Columbia -0.47829406272822006 +28984 aapg_ae_961.html aapg_ae_961.html:89:7111:7115 Nome Lisbon -0.064665792939098854 +28985 gsa_html_8010927234 gsa_html_8010927234:276:20868:20892 Greenvale Cove Portland, Maine -0.487631194234456278 +28986 aapg_ae_777.html aapg_ae_777.html:609:68559:68566 Tererro Colorado -0.458659434193013582 +28987 cspg_html_2570555346 cspg_html_2570555346:141:18030:18046 George Rhode Island Red -0.452238132024570194 +28988 gsa_html_7012936645 gsa_html_7012936645:80:8497:8518 Martinsburg Hamburg -0.428045108019172948 +28989 cspg_html_7403344526 cspg_html_7403344526:428:45876:45893 Cardium Western Canadian Sedimentary Basin -0.00241642073130457187 +28990 cspg_html_6675007047 cspg_html_6675007047:581:61091:61110 Athabasca Lacombe, Alberta -0.0460783921822131154 +28991 cspg_html_6715452766 cspg_html_6715452766:579:61199:61211 Eureka Sound Canadian Arctic Archipelago 0.61961178512026216 +28992 cspg_html_1818321956 cspg_html_1818321956:27:3003:3021 Pardonet Western world -0.470696581042233275 +28993 aapg_af_712.html aapg_af_712.html:26:3107:3134 Moenkopi Logan, Utah -0.0665596603683992066 +28994 gsa_html_5952049575 gsa_html_5952049575:379:46362:46372 Wind River Florissant, Colorado -0.444844842741709823 +28995 aapg_aa_685.html aapg_aa_685.html:33:3281:3300 Flagstaff Logan, Utah -0.514431617555045517 +28996 aapg_af_461.html aapg_af_461.html:153:14208:14223 Maquoketa Wisconsin -0.478767343423892489 +28997 aapg_ad_380.html aapg_ad_380.html:4:538:555 Laramie Colorado -0.470236848829719556 +28998 AMJC_html_3928055107 AMJC_html_3928055107:1380:146852:146861 Extension China -0.0433821006587485347 +28999 palaios_html_3022467877 palaios_html_3022467877:42:4577:4599 Hornerstown Navesink River -0.00409977035478876605 +29000 aapg_ai_28.html aapg_ai_28.html:612:60942:60951 Red River Texas -0.435714594595624227 +29001 aapg_ad_864.html aapg_ad_864.html:1499:72969:72985 Ripley Alabama -0.453008719186489883 +29002 aapg_ae_353.html aapg_ae_353.html:71:7798:7805 Topanga San Gabriel Mountains -0.223072154324590211 +29003 aapg_ae_547.html aapg_ae_547.html:488:56601:56607 Kodiak Anchorage, Alaska 0.536556514306382848 +29004 aapg_ae_176.html aapg_ae_176.html:245:30776:30788 Viking Lacombe, Alberta -0.448327675040319895 +29005 aapg_ah_318.html aapg_ah_318.html:1062:108472:108489 Hosston Shreveport, Louisiana -0.436092963472802964 +29006 aapg_ah_534.html aapg_ah_534.html:340:28528:28537 Schoharie Monroe County, Florida -0.428045108019172948 +29007 cspg_html_9343899465 cspg_html_9343899465:442:44914:44927 Weatherall Melville Island (Canada) -0.45295011354581094 +29008 aapg_aa_718.html aapg_aa_718.html:511:54375:54395 Waynesburg Belmont, Massachusetts -0.377736650596685153 +29009 aapg_af_397.html aapg_af_397.html:458:53131:53138 Entrada Entrada Sandstone 0.00994404088391406815 +29010 aapg_af_568.html aapg_af_568.html:763:69898:69906 Cloverly Dolomites -0.0188200559458422435 +29011 gsa_html_4191208013 gsa_html_4191208013:924:62800:62828 Green River Colorado -0.0338991191876076986 +29012 aapg_ad_715.html aapg_ad_715.html:226:27963:27972 Allegheny McAlester, Oklahoma -0.451740527107044376 +29013 aapg_ah_754.html aapg_ah_754.html:289:32564:32581 Burrard Vancouver 0.498730600082708753 +29014 geology_html_7162702332 geology_html_7162702332:313:22807:22811 Hall London, Ontario -0.454052985518192231 +29015 cspg_html_5241714595 cspg_html_5241714595:651:97351:97381 Elk Lacombe, Alberta -0.455184317280275863 +29016 gsa_html_6991576096 gsa_html_6991576096:262:28662:28679 Sokoman Lake Superior -0.493489605901760553 +29017 sedimentology_html_9634338365 sedimentology_html_9634338365:17:1205:1220 Sekwi Canada -0.423138028281424772 +29018 gsa_html_9052101586 gsa_html_9052101586:454:53499:53526 Lake Michigan Peoria, Illinois -0.0121262897059267044 +29019 aapg_ac_634.html aapg_ac_634.html:216:24841:24846 Atoka Atoka, Oklahoma -0.461128473443845555 +29020 cspg_html_2408887763 cspg_html_2408887763:529:58085:58093 Columbia Victoria, British Columbia -0.45633516722504075 +29021 aapg_ai_491.html aapg_ai_491.html:26:4714:4720 Denver Emery Theatre -0.0247441052038830135 +29022 aapg_ai_915.html aapg_ai_915.html:147:17632:17644 Austin Chalk Bloomington, Indiana -0.00704441094107981659 +29023 gsa_html_3127889380 gsa_html_3127889380:915:89096:89124 Green River Colorado -0.0185419788860923702 +29024 aapg_af_318.html aapg_af_318.html:200:22591:22609 Wabiskaw Lacombe, Alberta -0.479521879225688563 +29025 aapg_ae_72.html aapg_ae_72.html:183:19176:19184 Colorado Durango, Durango -0.0658555021611150621 +29026 cspg_html_2193428533 cspg_html_2193428533:169:21646:21660 Doig Wembley Stadium -0.485285038948243097 +29027 aapg_aa_684.html aapg_aa_684.html:54:6567:6575 Red Peak John Crow Mountains -0.462102516958969756 +29028 cspg_html_8174352156 cspg_html_8174352156:505:67003:67009 Sustut Victoria, British Columbia -0.04576482531518513 +29029 geology_html_4760088414 geology_html_4760088414:161:15567:15577 Laurentian Texas -0.467105570135703974 +29030 jgeology_html_3739517257 jgeology_html_3739517257:651:49639:49653 Ogallala Jemez Pueblo, New Mexico -0.465787563493960222 +29031 sedimentology_html_2550885329 sedimentology_html_2550885329:2276:122648:122685 Beaverhill Middle East -0.0876976845570329039 +29032 aapg_ah_276.html aapg_ah_276.html:337:32007:32025 Monterey California 0.0450123132997459277 +29033 aapg_ai_724.html aapg_ai_724.html:253:24380:24399 Allen Bay Devon Island -0.211907753308430896 +29034 cspg_html_1019614994 cspg_html_1019614994:353:56650:56662 Saskatchewan Lacombe, Alberta -0.070116750539820874 +29035 palaios_html_9789679615 palaios_html_9789679615:1119:98050:98068 Cloverly Cheyenne, Wyoming -0.00773064589701005864 +29036 cspg_html_6140605204 cspg_html_6140605204:94:13491:13507 Elk Kootenay River -0.449050071375940441 +29037 gsa_html_9370941331 gsa_html_9370941331:13:615:625 Washington Ellensburg, Washington -0.0347621062592119723 +29038 aapg_aa_23.html aapg_aa_23.html:925:121256:121271 Interlake Manitoba -0.440280728439214952 +29039 aapg_ah_978.html aapg_ah_978.html:566:52566:52571 Tejon Coalinga, California -0.279145014469255937 +29040 aapg_ac_400.html aapg_ac_400.html:409:48155:48166 Mauch Chunk Huntington, West Virginia -0.45995556917210767 +29041 cspg_html_4409656292 cspg_html_4409656292:640:72229:72246 Cardium Lacombe, Alberta 0.0128282544594284058 +29042 aapg_af_975.html aapg_af_975.html:122:19878:19886 Colorado Colorado -0.505186459859001125 +29043 cspg_html_9905904289 cspg_html_9905904289:398:50487:50506 Whitemud Lacombe, Alberta -0.45295011354581094 +29044 aapg_ae_35.html aapg_ae_35.html:72:6776:6791 Mesaverde Wasatch Range -0.43374114370115191 +29045 gsa_html_9687474095 gsa_html_9687474095:1089:93945:93973 Green River New Mexico -0.0153148102640597843 +29046 cspg_html_2420029771 cspg_html_2420029771:70:7770:7793 Beekmantown Montreal -0.459022435464294998 +29047 gsa_html_4000698746 gsa_html_4000698746:30:2844:2872 Green River Iran -0.419679650566534779 +29048 aapg_ae_473.html aapg_ae_473.html:504:47188:47197 Bucatunna Ohio -0.0858869564399767776 +29049 jgeology_html_7028328963 jgeology_html_7028328963:1201:67706:67738 Chelmsford Ontario, California -0.068237413112107792 +29050 gsa_html_8951179545 gsa_html_8951179545:589:70339:70351 Wilcox Texas -0.0172889404553563421 +29051 gsa_html_9870828882 gsa_html_9870828882:752:64240:64248 Michigan Cheyenne, Wyoming -0.470365549607814404 +29052 aapg_ah_646.html aapg_ah_646.html:180:21628:21644 Chinle New Mexico 0.012956833950435254 +29053 aapg_ai_311.html aapg_ai_311.html:54:7450:7456 Viking Lacombe, Alberta -0.00346568835703443216 +29054 aapg_ad_557.html aapg_ad_557.html:8436:395074:395094 Capistrano California -0.454089094007790295 +29055 aapg_ae_187.html aapg_ae_187.html:426:44108:44124 Black River Stones River -0.434640063325911763 +29056 aapg_ai_887.html aapg_ai_887.html:383:45650:45684 Lodgepole Spearfish, South Dakota 0.170496000629360545 +29057 cspg_html_9023649778 cspg_html_9023649778:93:13479:13487 Columbia Victoria, British Columbia -0.455310861563052449 +29058 cspg_html_3097746547 cspg_html_3097746547:39:6272:6289 Bluesky Lacombe, Alberta -0.012119339640552439 +29059 aapg_ai_143.html aapg_ai_143.html:166:19295:19307 Medicine Hat Bow Island Airport -0.0721821554732341303 +29060 geology_html_3051888015 geology_html_3051888015:310:25411:25417 Active Oman -0.461026124022890449 +29061 aapg_ac_187.html aapg_ac_187.html:17:614:624 Pike Creek Hamburg -0.0278217295801544348 +29062 cspg_html_7804036692 cspg_html_7804036692:2263:213954:213973 Waterways Lacombe, Alberta -0.436832441054611387 +29063 aapg_ac_696.html aapg_ac_696.html:245:22096:22114 Palliser Lacombe, Alberta -0.409614521873845561 +29064 palaios_html_6978265091 palaios_html_6978265091:531:53069:53081 Taylor Antarctica -0.0212221131504006823 +29065 cspg_html_6611173979 cspg_html_6611173979:297:30250:30267 Wabamun Middle East -0.464706706380762058 +29066 aapg_ac_443.html aapg_ac_443.html:343:36353:36357 Vail Cumberland Plateau -0.0613337858129998151 +29067 aapg_ac_609.html aapg_ac_609.html:226:22433:22438 Leduc Redwater, Texas 0.0371983325548914875 +29068 aapg_ah_696.html aapg_ah_696.html:353:49478:49486 Richland Washington (state) -0.474888953093082877 +29069 aapg_af_317.html aapg_af_317.html:66:8873:8891 Niobrara Colorado 0.014863007676211246 +29070 aapg_aa_598.html aapg_aa_598.html:373:36798:36813 Chugwater Cheyenne, Wyoming -0.426370104690330431 +29071 aapg_ae_790.html aapg_ae_790.html:160:19909:19918 Knoxville Knoxville, Illinois -0.462877048614286357 +29072 aapg_ah_678.html aapg_ah_678.html:435:51597:51616 Vicksburg Texas -0.475138501585752326 +29073 palaios_html_5582845937 palaios_html_5582845937:449:42023:42031 Virginia Williamsburg, Virginia -0.451913869834985604 +29074 aapg_ae_353.html aapg_ae_353.html:825:79792:79799 Topanga Glendora, California -0.0265836451265893982 +29075 AMJC_html_5438349889 AMJC_html_5438349889:130:14486:14497 San Joaquin Yosemite National Park -0.0557338081463183144 +29076 aapg_aa_563.html aapg_aa_563.html:160:22520:22529 San Pedro Coahuila -0.00642420111436928839 +29077 jgeology_html_8518380643 jgeology_html_8518380643:141:8007:8032 Navajo Logan, Utah -0.512245776264901864 +29078 sedimentology_html_2010995560 sedimentology_html_2010995560:1548:97460:97467 Halifax Canada -0.0273835184878958443 +29079 cspg_html_3962754176 cspg_html_3962754176:658:73194:73221 Athabasca Lacombe, Alberta -0.0148473685012762528 +29080 aapg_ah_385.html aapg_ah_385.html:407:50508:50524 Venado Central Valley (California) -0.0566147574837802953 +29081 palaios_html_1447383453 palaios_html_1447383453:581:43696:43701 Price Northeast Greenland National Park 0.00660835233941787364 +29082 aapg_af_2.html aapg_af_2.html:152:17529:17545 Martin Grand Canyon -0.458913519660435476 +29083 aapg_ad_4.html aapg_ad_4.html:53:5109:5115 Oregon Salem, Oregon -0.241751783913731089 +29084 aapg_ac_235.html aapg_ac_235.html:533:58518:58539 Otter Western world -0.00462093688231430925 +29085 aapg_ak_85.html aapg_ak_85.html:546:60058:60077 Smackover Arkansas -0.451913869834985604 +29086 aapg_ae_66.html aapg_ae_66.html:166:16531:16537 Casper Hartville, Missouri 0.0103054229962900919 +29087 aapg_ae_797.html aapg_ae_797.html:135:15558:15575 Hermosa Logan, Utah -0.473010388882843136 +29088 aapg_ac_740.html aapg_ac_740.html:194:25392:25398 Sparta Shreveport, Louisiana -0.202587339594945542 +29089 jgeology_html_6981471550 jgeology_html_6981471550:338:23087:23096 Brunswick Jacksonville, Illinois -0.473718414704639712 +29090 palaios_html_5506078845 palaios_html_5506078845:1082:81170:81189 Rapid Antarctica -0.470181697121159758 +29091 cspg_html_3124360347 cspg_html_3124360347:13:2055:2070 Levis Quebec City -0.499631466627061815 +29092 aapg_ai_515.html aapg_ai_515.html:461:51737:51742 Uinta Wasatch Range -0.450608983410958508 +29093 cspg_html_4269474759 cspg_html_4269474759:1207:117055:117078 Tidal Lacombe, Alberta -0.446186272521599148 +29094 aapg_af_653.html aapg_af_653.html:1051:124511:124517 Neroly California -0.0460783921822131154 +29095 cspg_html_8915218033 cspg_html_8915218033:293:30283:30301 Pekisko Lacombe, Alberta -0.48663294001243923 +29096 aapg_ae_973.html aapg_ae_973.html:1099:86622:86638 Salado Salado, Texas -0.418503531176707688 +29097 aapg_ac_743.html aapg_ac_743.html:209:25457:25467 Washington Durham, North Carolina -0.464419004431934179 +29098 cspg_html_7970178687 cspg_html_7970178687:30:3770:3784 Colorado Mountain Park (Holyoke, Massachusetts) -0.0399067122276937497 +29099 cspg_html_9501006975 cspg_html_9501006975:454:51124:51142 Dunvegan Canada -0.4741730528447482 +29100 gsa_html_4824339911 gsa_html_4824339911:768:79302:79312 Las Cruces Mexico -0.494538507684199602 +29101 cspg_html_1265381145 cspg_html_1265381145:61:7420:7442 Palliser Lacombe, Alberta -0.465787563493960222 +29102 aapg_ai_153.html aapg_ai_153.html:85:14138:14157 Allegheny Allegheny Mountains 0.635076777953696103 +29103 aapg_af_868.html aapg_af_868.html:478:36028:36033 Atoka Adair County, Missouri -0.0299260395523841712 +29104 aapg_ae_544.html aapg_ae_544.html:534:58743:58761 Frontier Cheyenne, Wyoming -0.134497384274453791 +29105 aapg_aa_340.html aapg_aa_340.html:243:21029:21036 Cushing Seminole, Texas -0.0436537812502225328 +29106 aapg_ai_952.html aapg_ai_952.html:62:9263:9277 Lisburne Anchorage, Alaska -0.0491380533416538867 +29107 aapg_ae_345.html aapg_ae_345.html:147:7356:7361 Eutaw Selma to Montgomery marches -0.463636287457712182 +29108 aapg_ac_474.html aapg_ac_474.html:9:1377:1387 Cedar Keys Melbourne, Florida 0.671037718424518315 +29109 aapg_ac_613.html aapg_ac_613.html:76:10110:10119 Mesaverde Mancos, Colorado 0.0220912422681541903 +29110 aapg_aa_484.html aapg_aa_484.html:698:70494:70500 Oswego Fort Scott National Historic Site -0.00280034052174977849 +29111 cspg_html_1118978429 cspg_html_1118978429:95:11405:11425 Cadomin Turtle Mountain (Alberta) -0.440265166942118702 +29112 geology_html_4553007488 geology_html_4553007488:119:11924:11930 Sierra Tioga, Texas 0.00208635470354952756 +29113 AMJC_html_4504848787 AMJC_html_4504848787:125:15261:15283 Mechum River Castleton, Vermont -0.0668829383623772561 +29114 cspg_html_2628075963 cspg_html_2628075963:6:431:451 Covey Hill Quebec City -0.0473815661889043852 +29115 aapg_ai_999.html aapg_ai_999.html:237:18220:18228 Woodruff Logan, Utah -0.0331962518050419805 +29116 aapg_ac_807.html aapg_ac_807.html:395:40671:40694 Merchantville Merchantville, New Jersey 0.00661356417510838065 +29117 aapg_ad_466.html aapg_ad_466.html:218:28166:28174 Monmouth Matawan, New Jersey 0.00401812120916435721 +29118 aapg_ai_491.html aapg_ai_491.html:295:36630:36646 Belden Lampasas, Texas -0.469024309212410007 +29119 jgeology_html_1263059090 jgeology_html_1263059090:325:22445:22466 Tibbit Hill Bennington, Vermont -0.069314238042019638 +29120 aapg_ad_466.html aapg_ad_466.html:127:12678:12685 Matawan Raritan Bay Drawbridge -0.0125432965018171631 +29121 aapg_ai_504.html aapg_ai_504.html:124:12422:12446 Mission Canyon Williston, Vermont -0.0741398823330527423 +29122 aapg_ae_916.html aapg_ae_916.html:258:29723:29728 Eagle Judith River Formation -0.481989744615225701 +29123 aapg_af_431.html aapg_af_431.html:51:5126:5135 Catahoula Tensas River -0.00933942844638739958 +29124 gsa_html_4650354985 gsa_html_4650354985:800:65264:65281 Minturn San Juan Creek -0.0527620925297026463 +29125 sedimentology_html_2562878594 sedimentology_html_2562878594:265:19346:19352 Jordan Nazca -0.45921987907792633 +29126 cspg_html_8145657505 cspg_html_8145657505:313:44870:44888 Redknife Victoria, British Columbia -0.0651619121710063226 +29127 aapg_ai_410.html aapg_ai_410.html:524:47669:47675 Cutler Telluride, Colorado -0.0462769907326050153 +29128 aapg_ad_380.html aapg_ad_380.html:38:3615:3621 Denver Jefferson County, Colorado -0.456561440120662909 +29129 aapg_aa_923.html aapg_aa_923.html:58:5780:5791 Tar Springs Hardinsburg, Indiana -0.466842269540434285 +29130 aapg_ai_720.html aapg_ai_720.html:244:27323:27330 Magothy Long Island (Massachusetts) -0.0806519080444800668 +29131 cspg_html_2769629211 cspg_html_2769629211:748:74249:74268 Hay River Canada -0.0294721058156958669 +29132 aapg_aa_302.html aapg_aa_302.html:4:450:456 Antler Sonoma, California -0.111704310166658521 +29133 aapg_af_354.html aapg_af_354.html:17:2775:2783 Vaqueros Santa Monica Mountains -0.398183242776353197 +29134 cspg_html_2758185645 cspg_html_2758185645:98:9667:9677 Mount Head Carnarvon, Western Australia -0.103211056682183167 +29135 aapg_ad_958.html aapg_ad_958.html:1007:104736:104752 Warsaw Salem, Massachusetts -0.0341322582227332263 +29136 aapg_af_728.html aapg_af_728.html:312:37188:37192 Elko Reno, Nevada 0.393803616997519257 +29137 palaios_html_9507397379 palaios_html_9507397379:401:36478:36495 Barstow California 0.00346047674040686785 +29138 jgeology_html_1762066237 jgeology_html_1762066237:84:3439:3488 Pennington Kentucky -0.471193362251331016 +29139 aapg_ah_71.html aapg_ah_71.html:541:34892:34898 Midway Texas -0.44844429668252761 +29140 aapg_aa_232.html aapg_aa_232.html:247:26933:26954 Purgatoire Texas -0.48062584784091128 +29141 aapg_ai_583.html aapg_ai_583.html:551:70241:70248 Rierdon Powder River (Montana) -0.457650607934439568 +29142 aapg_af_166.html aapg_af_166.html:22:2409:2417 Big Hill Spindletop -0.0230090906667148494 +29143 aapg_ai_409.html aapg_ai_409.html:316:36706:36727 Arkadelphia Arkadelphia, Arkansas -0.0497759240720029236 +29144 cspg_html_2548317649 cspg_html_2548317649:17:1838:1852 Woodbend Lacombe, Alberta -0.472823676298187945 +29145 aapg_af_540.html aapg_af_540.html:351:46977:46985 Niobrara Niobrara, Nebraska -0.48245340232563183 +29146 aapg_ad_880.html aapg_ad_880.html:173:18589:18607 Sundance Cheyenne, Wyoming -0.209760497853160727 +29147 jgeology_html_4331381867 jgeology_html_4331381867:1464:108700:108704 Hall London, Ontario -0.499460251131451871 +29148 gsa_html_2098291403 gsa_html_2098291403:436:39613:39623 Washington Salem, Oregon -0.436832441054611387 +29149 gsa_html_5952049575 gsa_html_5952049575:67:7135:7163 Green River Wasatch Range -0.442720440658756875 +29150 aapg_ac_486.html aapg_ac_486.html:714:91856:91864 Colorado Denver -0.0288373212008630718 +29151 aapg_ac_214.html aapg_ac_214.html:13:1786:1802 Carmel Logan, Utah -0.00771674737466516297 +29152 aapg_ai_996.html aapg_ai_996.html:1434:66040:66048 Columbia Delaware 1.010503453972178 +29153 geology_html_2116736795 geology_html_2116736795:12:525:535 Washington Seattle -0.0309000524599756105 +29154 aapg_ae_73.html aapg_ae_73.html:458:60512:60530 Niobrara Niobrara, Nebraska -0.471193362251331016 +29155 aapg_ad_397.html aapg_ad_397.html:75:6801:6811 Tuscaloosa Tinsley, South Yorkshire 0.0544448623895269768 +29157 cspg_html_3796928998 cspg_html_3796928998:68:10299:10322 Winnipeg Lacombe, Alberta -0.438131262990121173 +29158 gsa_html_8531594123 gsa_html_8531594123:248:33926:33957 Stony Creek Sierra Nevada (Spain) -0.0359488258417789419 +29159 gsa_html_7102550258 gsa_html_7102550258:1514:138843:138859 Navajo Arizona -0.0187574882731168305 +29160 aapg_af_81.html aapg_af_81.html:254:27004:27013 Minnelusa Black Hills -0.485954043848796258 +29161 aapg_ah_678.html aapg_ah_678.html:603:75875:75894 Vicksburg Texas -0.461526610478465105 +29162 aapg_ac_628.html aapg_ac_628.html:381:65101:65110 Flagstaff Flagstaff, Arizona -0.0545878728728429602 +29163 aapg_ah_848.html aapg_ah_848.html:469:44604:44609 Price Greenbrier County Schools -0.448377013151321557 +29164 aapg_ae_364.html aapg_ae_364.html:100:7013:7030 La Luna Quito -0.215467561217217995 +29165 gsa_html_1210544754 gsa_html_1210544754:900:75743:75761 Mariposa California -0.473746101631411953 +29166 aapg_ah_645.html aapg_ah_645.html:646:74263:74279 Preuss Logan, Utah 0.382560179522853872 +29167 aapg_ah_180.html aapg_ah_180.html:111:12275:12283 Onondaga Helderberg -0.524959093543132749 +29168 aapg_ae_885.html aapg_ae_885.html:237:24103:24109 Kaibab Logan, Utah -0.0209613827792686502 +29169 aapg_ae_391.html aapg_ae_391.html:75:6419:6426 Rustler Salado, Texas -0.461271782333034175 +29170 aapg_ad_440.html aapg_ad_440.html:809:81238:81254 Bethel Virginia -0.447153316157111791 +29171 cspg_html_1743060601 cspg_html_1743060601:634:88793:88798 Price Arctic Cordillera -0.443755252554939694 +29172 aapg_aa_995.html aapg_aa_995.html:593:47285:47293 Colorado Mesa, Arizona -0.525008152121826832 +29173 aapg_ac_451.html aapg_ac_451.html:508:52021:52034 Tuxedni Talkeetna, Alaska -0.47482657712880405 +29174 aapg_af_51.html aapg_af_51.html:14:2884:2892 Colorado Logan, Utah -0.0158795751805014124 +29175 cspg_html_6131861361 cspg_html_6131861361:123:16857:16887 Mackenzie Cordillera Administrative Region -0.461026124022890449 +29176 aapg_ah_96.html aapg_ah_96.html:174:20467:20485 Deadwood Winnipeg 0.356759291973860915 +29177 gsa_html_6062330506 gsa_html_6062330506:778:76596:76621 Rustler New Mexico -0.476033304431228654 +29178 palaios_html_1324344227 palaios_html_1324344227:521:32958:32976 Gog Lake Louise, Alberta -0.0527359386398666488 +29179 gsa_html_8821895687 gsa_html_8821895687:513:44073:44080 Clarita Darien, Georgia -0.0185871661481992051 +29180 aapg_ad_351.html aapg_ad_351.html:10:1221:1240 Northview Sedalia, Missouri -0.447276508327869859 +29181 sedimentology_html_9329826960 sedimentology_html_9329826960:171:18095:18103 Virginia Charlottesville, Virginia -0.483477129634449443 +29182 cspg_html_8840748783 cspg_html_8840748783:85:14804:14822 Dunvegan Peace River, Alberta 0.475727997028711602 +29183 aapg_aa_4.html aapg_aa_4.html:15:2413:2430 Genesee Genesee County, Michigan -0.0295955881019379606 +29184 aapg_aa_745.html aapg_aa_745.html:238:30226:30239 Cherry Canyon Texas -0.0661612673906548932 +29185 gsa_html_1525220569 gsa_html_1525220569:219:22731:22740 Gibraltar Morocco -0.488837217649543798 +29186 aapg_ae_364.html aapg_ae_364.html:283:27080:27088 San Jose Estancia, New Mexico -0.467889067103673728 +29187 aapg_ad_865.html aapg_ad_865.html:416:41439:41445 Navajo Ouray, Colorado -0.447242908821281704 +29188 gsa_html_8774590177 gsa_html_8774590177:355:37892:37909 Potsdam Shoreham Nuclear Power Plant -0.0112818678629079024 +29189 cspg_html_3041902517 cspg_html_3041902517:986:109131:109160 Cathedral Texas -0.487532722920071437 +29190 aapg_ad_153.html aapg_ad_153.html:280:26722:26743 Hardinsburg Illinois 0.0181022772684137356 +29191 gsa_html_7890977910 gsa_html_7890977910:593:57608:57626 Pethei Canada -0.428868342306482297 +29192 aapg_aa_756.html aapg_aa_756.html:7:206:223 Pekisko Lacombe, Alberta -0.422297898476814759 +29193 aapg_ah_576.html aapg_ah_576.html:645:51568:51573 Cadiz Gibraltar -0.474808096218428344 +29194 aapg_ac_807.html aapg_ac_807.html:1094:98620:98626 Jordan Delaware 0.006789029590310529 +29195 gsa_html_1796106966 gsa_html_1796106966:734:61654:61682 Green River Colorado -0.0131827182184571217 +29196 aapg_aa_233.html aapg_aa_233.html:500:49469:49490 San Felipe Matamoros, Tamaulipas -0.465835581370964813 +29197 aapg_ai_17.html aapg_ai_17.html:483:35319:35332 Cook Mountain Shreveport, Louisiana 1.04757697989614407 +29198 aapg_ah_628.html aapg_ah_628.html:15:2076:2092 Chinle Chinle Formation -0.452030951163856609 +29199 aapg_ai_129.html aapg_ai_129.html:9:899:906 Andrews Texas -0.0474930775226503829 +29200 aapg_ah_775.html aapg_ah_775.html:622:53502:53512 South Park Glenwood Springs, Colorado -0.0370660655999496616 +29201 aapg_ac_789.html aapg_ac_789.html:236:46229:46235 Denver Colorado -0.455188836413653375 +29202 aapg_ad_3.html aapg_ad_3.html:91:9255:9264 Conasauga Knoxville, Tennessee 0.302448305673431783 +29203 aapg_af_381.html aapg_af_381.html:78:9647:9662 Sespe Santa Monica, California -0.441406293921039528 +29204 gsa_html_6062330506 gsa_html_6062330506:339:37440:37458 Rustler Salado, Texas -0.493772964396431202 +29205 aapg_ac_967.html aapg_ac_967.html:211:23471:23491 Picture Gorge Basalt Richmond, California -0.446333949377836381 +29206 sedimentology_html_8923738088 sedimentology_html_8923738088:2006:104745:104750 Price Calgary -0.443715087361728711 +29207 aapg_af_874.html aapg_af_874.html:82:5286:5295 Conemaugh Pottsville, Pennsylvania -0.0214480825633718564 +29208 geology_html_6680505659 geology_html_6680505659:14:804:812 Colorado Earth -0.0536287124053924508 +29209 gsa_html_6039599383 gsa_html_6039599383:900:76978:77006 Green River Colorado -0.00861668517403405519 +29210 cspg_html_7833083677 cspg_html_7833083677:1080:92926:92945 Red River Cheyenne, Wyoming -0.342210448708460235 +29211 gsa_html_7145599681 gsa_html_7145599681:11:493:510 Bedford Canada -0.00867228037401325536 +29212 aapg_ai_66.html aapg_ai_66.html:365:32902:32917 Mesaverde Mancos, Colorado -0.01223054087335982 +29213 gsa_html_8194580528 gsa_html_8194580528:815:79669:79697 Green River Colorado -0.000521153440822292734 +29214 aapg_ah_656.html aapg_ah_656.html:607:59514:59518 Bell Delaware -0.459919224612040101 +29215 aapg_ah_464.html aapg_ah_464.html:63:11485:11495 Pottsville Arkansas 0.057495823147022368 +29216 sedimentology_html_5315330584 sedimentology_html_5315330584:770:69470:69474 Java Malaysia -0.447276508327869859 +29217 cspg_html_8571955552 cspg_html_8571955552:249:30085:30099 Lisburne Prudhoe Bay Oil Field -0.4506269691264706 +29218 aapg_ac_338.html aapg_ac_338.html:502:51830:51837 Bedford Cambridge, Massachusetts -0.00806073698202901257 +29219 aapg_ah_540.html aapg_ah_540.html:370:34824:34840 Dakota California -0.00170764810295458667 +29220 aapg_ad_192.html aapg_ad_192.html:48:6632:6642 Tuscaloosa Tuscaloosa, Alabama -0.013877758051455481 +29221 aapg_ac_333.html aapg_ac_333.html:1216:145552:145578 Elephant Canyon Logan, Utah -0.0633628062510393636 +29222 palaios_html_4745554613 palaios_html_4745554613:578:58708:58716 Columbia Victoria, British Columbia -0.454068782805138071 +29223 cspg_html_8362959053 cspg_html_8362959053:104:14898:14905 Cadomin Gladstone, Oregon -0.435738929516159335 +29224 aapg_ae_67.html aapg_ae_67.html:470:35479:35487 Colorado Colorado -0.45633516722504075 +29225 gsa_html_9310053579 gsa_html_9310053579:837:70367:70377 Washington Lake Chelan -0.0294721058156958669 +29226 aapg_ak_112.html aapg_ak_112.html:59:6518:6526 Columbia Victoria, British Columbia -0.0361854896356224864 +29227 aapg_af_808.html aapg_af_808.html:839:109576:109600 Scotland Barbados -0.438131262990121173 +29228 cspg_html_5807593737 cspg_html_5807593737:657:82612:82624 Saskatchewan Lacombe, Alberta -0.00818929939777349181 +29229 aapg_ac_807.html aapg_ac_807.html:123:12502:12512 Petersburg Cape Henry Light -0.0862237792884853887 +29230 aapg_aa_645.html aapg_aa_645.html:97:13106:13112 Dakota Fall River, Nova Scotia 0.0396212175390018365 +29231 aapg_aa_12.html aapg_aa_12.html:511:55074:55089 Dog Creek Rush Springs, Oklahoma -0.458750170743803365 +29232 gsa_html_1931201430 gsa_html_1931201430:1005:93149:93155 Oregon Washington (state) 0.00956528832410787587 +29233 aapg_ah_590.html aapg_ah_590.html:107:8915:8919 Bond Montgomery (town), New York 0.000674025171207849952 +29234 cspg_html_3914683557 cspg_html_3914683557:768:93075:93092 Haymond Texas -0.46328736756315686 +29235 cspg_html_9222238695 cspg_html_9222238695:592:67147:67155 Columbia Victoria, British Columbia -0.0325612728688678896 +29236 aapg_ah_311.html aapg_ah_311.html:297:33058:33074 Taylor Stark County, Illinois -0.464409872562970838 +29237 AMJC_html_6539706032 AMJC_html_6539706032:1052:103405:103413 Colorado Denver -0.0574190523571501965 +29238 geology_html_4386567919 geology_html_4386567919:213:21748:21778 Sandia New Mexico -0.431133173871068531 +29239 gsa_html_7151930388 gsa_html_7151930388:21:1032:1042 Las Cruces New Mexico -0.500012071035915828 +29240 aapg_ae_642.html aapg_ae_642.html:145:14579:14598 Cotton Valley Texas -0.458659434193013582 +29241 aapg_ah_978.html aapg_ah_978.html:734:69775:69790 Santa Margarita Maricopa, Arizona -0.0545320635525082184 +29242 cspg_html_8289943866 cspg_html_8289943866:228:29886:29891 Trail Toronto -0.434606918343987458 +29243 cspg_html_6383234409 cspg_html_6383234409:453:45776:45796 Bird Fiord Bathurst Island (Northern Territory) 0.0442912193104450583 +29244 cspg_html_3854139935 cspg_html_3854139935:54:8350:8357 Pakowki Milk River, Alberta -0.469152832749018645 +29245 sedimentology_html_3199608174 sedimentology_html_3199608174:224:28112:28116 Hall London, Ontario -0.464501195477937445 +29246 aapg_ad_42.html aapg_ad_42.html:234:24422:24430 Imperial Kent County, Maryland -0.414847317157849504 +29247 gsa_html_5495469347 gsa_html_5495469347:848:68605:68613 Colorado Colorado -0.455211432419709627 +29248 aapg_ad_111.html aapg_ad_111.html:122:15003:15022 Mesaverde Grand Junction, Colorado -0.432977626512767833 +29249 aapg_ah_335.html aapg_ah_335.html:431:55069:55077 Virginia McDowell County, West Virginia -0.0590261932947709553 +29250 aapg_af_715.html aapg_af_715.html:51:5861:5868 Kaimiro Stratford, Connecticut -0.428567504724311155 +29251 gsa_html_9310053579 gsa_html_9310053579:507:45706:45733 Columbia Montgomery (town), New York -0.456391730122837791 +29252 cspg_html_9905904289 cspg_html_9905904289:6:683:692 Frenchman Regina, Saskatchewan -0.43580087580188992 +29253 cspg_html_2193428533 cspg_html_2193428533:187:23833:23847 Doig Victoria, British Columbia -0.481777803377517411 +29254 aapg_ae_29.html aapg_ae_29.html:81:10073:10093 Pottsville Pocono Raceway -0.432249992487968249 +29255 gsa_html_5274400800 gsa_html_5274400800:544:45062:45080 Monterey Los Angeles 0.630991129702837328 +29256 aapg_ac_460.html aapg_ac_460.html:209:29112:29118 Brazil Atlantic Ocean -0.459996458565647859 +29257 aapg_ae_876.html aapg_ae_876.html:790:84449:84462 Belle Fourche Colorado -0.432316117842066305 +29258 cspg_html_2010437172 cspg_html_2010437172:99:12980:12996 Spray Victoria, British Columbia -0.0441135678761609556 +29259 cspg_html_6517402834 cspg_html_6517402834:21:2887:2895 Scollard Lacombe, Alberta -0.465579516089382972 +29260 gsa_html_3807765142 gsa_html_3807765142:60:3545:3573 Green River New Mexico -0.0365022098849612647 +29261 aapg_ac_906.html aapg_ac_906.html:421:22677:22694 Bedford Bridgetown, Nova Scotia -0.15232083654977141 +29262 gsa_html_3368386568 gsa_html_3368386568:830:66248:66254 Snyder California -0.486529900381118929 +29263 gsa_html_6982030333 gsa_html_6982030333:932:91788:91794 Oregon Washington (state) -0.45995556917210767 +29264 aapg_ae_546.html aapg_ae_546.html:313:33792:33800 Norphlet Pine Island (Lee County, Florida) -0.395721366412302211 +29265 aapg_ai_480.html aapg_ai_480.html:164:15507:15513 Tulare San Joaquin River -0.448408411516637184 +29266 jgeology_html_3450428494 jgeology_html_3450428494:327:18322:18338 New Haven Arkose Portland, Oregon -0.456337429672799166 +29267 cspg_html_6546794930 cspg_html_6546794930:34:3010:3019 Keg River Bonaire -0.226532045508252705 +29268 geology_html_2835786525 geology_html_2835786525:11:521:528 Newport Salem, Oregon -0.458659434193013582 +29269 aapg_af_16.html aapg_af_16.html:72:9259:9272 Belle Fourche Black Hills -0.592685674490604941 +29270 geology_html_7999374357 geology_html_7999374357:13:593:599 Oregon Salem, Oregon -0.0245215675441684301 +29271 aapg_ah_372.html aapg_ah_372.html:228:21946:21958 Midway Texas -0.432227951733042737 +29272 cspg_html_4516258038 cspg_html_4516258038:403:45826:45835 Hecla Bay Bathurst Island (Northern Territory) -0.461947691336281385 +29273 aapg_aa_615.html aapg_aa_615.html:55:7025:7040 Mesaverde Mancos, Colorado -0.00326243548975702329 +29274 aapg_af_575.html aapg_af_575.html:831:116922:116943 Hartshorne Atoka, Oklahoma -0.0763119321772124382 +29275 aapg_ad_379.html aapg_ad_379.html:715:58241:58249 Colorado Colorado 0.0302391068077575778 +29276 sedimentology_html_8676320501 sedimentology_html_8676320501:1317:76492:76496 Hall London, Ontario -0.0237635726163751594 +29277 aapg_ai_501.html aapg_ai_501.html:463:41495:41522 Roberts Mountains Reno, Nevada -0.450676431675374467 +29278 gsa_html_9666442487 gsa_html_9666442487:1007:88393:88412 Ellis Bay Anticosti Island -0.452887004013691252 +29279 aapg_ae_93.html aapg_ae_93.html:31:5903:5911 Kootenay Moose Mountain (Alberta) -0.0031964218159343861 +29280 cspg_html_5376629375 cspg_html_5376629375:62:10217:10251 Waterfowl Middle East -0.444451727274864927 +29281 aapg_af_666.html aapg_af_666.html:743:64031:64045 Sundance Cheyenne, Wyoming 1.15145151956400094 +29282 AMJC_html_1163576052 AMJC_html_1163576052:812:81948:81956 Columbia Victoria, British Columbia -0.463253167093327645 +29283 aapg_ac_575.html aapg_ac_575.html:174:29052:29071 Dinwoody Cheyenne, Wyoming -0.123717889672655276 +29284 aapg_ae_29.html aapg_ae_29.html:76:9505:9525 Loyalhanna Plateau State -0.0216149541452477292 +29285 gsa_html_8035658736 gsa_html_8035658736:727:84724:84734 Washington Boise, Idaho -0.46328736756315686 +29286 aapg_ae_548.html aapg_ae_548.html:424:49664:49678 Pico Ventura County, California -0.465705253187009671 +29287 cspg_html_9361096527 cspg_html_9361096527:17:3269:3291 Judith River Judith River Formation -0.465616092314337648 +29288 aapg_ai_974.html aapg_ai_974.html:648:67918:67924 Umpqua Coos Bay -0.0490387176000708983 +29289 aapg_ac_841.html aapg_ac_841.html:1385:143553:143570 Subinal Guatemala -0.218339010902339953 +29290 aapg_aa_172.html aapg_aa_172.html:667:73147:73152 Swift Bay of Fundy -0.423085635093811196 +29291 aapg_af_471.html aapg_af_471.html:238:28003:28012 Hartselle Illinois -0.00334234682961829285 +29292 gsa_html_8947439513 gsa_html_8947439513:24:1598:1606 Virginia Hampton, New Hampshire -0.0617737568382137961 +29293 gsa_html_7715952024 gsa_html_7715952024:736:55907:55915 Columbia Maryland -0.48777188725893289 +29294 geology_html_1242254999 geology_html_1242254999:50:3841:3889 Goddard Antarctica -0.493489605901760553 +29295 cspg_html_1763727002 cspg_html_1763727002:32:5416:5424 Columbia Lacombe, Alberta -0.462576268150975078 +29296 aapg_ah_871.html aapg_ah_871.html:469:51151:51158 Pamelia Montreal 0.00369673695039424762 +29297 aapg_af_854.html aapg_af_854.html:577:78434:78446 Borden Cincinnati -0.476250785622233552 +29298 cspg_html_7281679890 cspg_html_7281679890:208:33750:33768 Blackstone Middle Ordovician -0.455188836413653375 +29299 aapg_ae_28.html aapg_ae_28.html:931:68200:68207 St Marys Ohio -0.457865880262662062 +29300 sedimentology_html_9366775637 sedimentology_html_9366775637:1926:118008:118027 Altamira Spain -0.445273887467667717 +29301 sedimentology_html_3425717106 sedimentology_html_3425717106:1339:94295:94329 Noonday Dolomite California -0.469070208322842297 +29302 aapg_ah_871.html aapg_ah_871.html:393:43538:43545 Pamelia Beaconsfield, Quebec -0.463253167093327645 +29303 aapg_ah_776.html aapg_ah_776.html:70:6438:6456 Grayburg New Mexico -0.408600970227393889 +29304 aapg_aa_691.html aapg_aa_691.html:546:71831:71846 Elk Lacombe, Alberta 0.00112916628904579774 +29305 aapg_ak_85.html aapg_ak_85.html:34:3976:3987 Haynesville Red Rocks Amphitheatre -0.0277886893642299709 +29306 aapg_ac_414.html aapg_ac_414.html:3:370:386 Kaibab East Humboldt Range -0.0256760172657262489 +29307 gsa_html_8086754950 gsa_html_8086754950:415:41676:41682 Denver Colorado -0.465595518002078101 +29308 AMJC_html_8128063878 AMJC_html_8128063878:965:125725:125731 Oregon Washington (state) -0.473653815287124913 +29309 aapg_af_436.html aapg_af_436.html:355:43731:43737 Benson Chemung, New York -0.0288373212008630718 +29310 aapg_aa_23.html aapg_aa_23.html:281:32119:32141 Winnipeg Pelican Lake, Wisconsin 0.00171633402633613891 +29311 cspg_html_5697056884 cspg_html_5697056884:275:27452:27470 Deadwood Regina, Saskatchewan -0.118919456709659283 +29312 aapg_aa_118.html aapg_aa_118.html:64:6895:6920 Highgate Lake Champlain -0.513662038503922114 +29313 gsa_html_1616304153 gsa_html_1616304153:772:71974:71988 Glasford Vermilion County, Illinois -0.00335971886746322954 +29314 geology_html_4447793411 geology_html_4447793411:404:25630:25640 San Felipe Baja California peninsula -0.437960495533138761 +29315 gsa_html_7125621200 gsa_html_7125621200:752:66437:66449 Austin Chalk Texas -0.464884854319956187 +29316 aapg_af_291.html aapg_af_291.html:564:61159:61165 Jordan Bermuda -0.448408411516637184 +29317 gsa_html_2717448156 gsa_html_2717448156:1065:106679:106701 Yellowjacket Atlantic salmon -0.469038078694436811 +29318 aapg_ae_803.html aapg_ae_803.html:158:20504:20514 Santa Cruz Santa Cruz, California -0.0155250750483416668 +29319 aapg_ae_93.html aapg_ae_93.html:50:9115:9135 Blackstone Lacombe, Alberta -0.454540571750530975 +29320 cspg_html_1159794850 cspg_html_1159794850:162:24808:24814 Guelph Salina, Kansas -0.00125945488018784418 +29321 aapg_ad_611.html aapg_ad_611.html:19:2068:2089 Georgetown Buda, Texas -0.460980639153810601 +29322 cspg_html_4287356899 cspg_html_4287356899:3951:391522:391539 Alapah Anchorage, Alaska -0.0757815221536820849 +29323 palaios_html_8474347362 palaios_html_8474347362:86:12674:12692 Navesink Closter, New Jersey -0.0591256711922378136 +29324 aapg_ac_448.html aapg_ac_448.html:258:25411:25417 Jordan Melbourne, Florida -0.470292003998596664 +29325 aapg_af_397.html aapg_af_397.html:3:447:464 Entrada New Mexico -0.0227153041530863478 +29326 aapg_ac_743.html aapg_ac_743.html:64:8391:8398 Woodman Durham, North Carolina -0.428824418473081392 +29327 aapg_af_26.html aapg_af_26.html:4:538:555 Spencer Corvallis, Oregon -0.0407040542010648765 +29328 sedimentology_html_2487544504 sedimentology_html_2487544504:2740:65312:65340 Drakes California -0.424269545188154129 +29329 aapg_ae_877.html aapg_ae_877.html:174:15868:15888 Beaverhill Swan Hill, Victoria -0.0500164465946093956 +29330 aapg_ae_841.html aapg_ae_841.html:47:4092:4100 Virginia Maryland -0.079975607961460915 +29331 aapg_ae_113.html aapg_ae_113.html:471:65196:65204 Somerset District Council of Franklin Harbour -0.0383278935926523318 +29332 aapg_ae_415.html aapg_ae_415.html:859:107337:107349 Chickasawhay South America 0.00270479477611077846 +29333 geology_html_6197218558 geology_html_6197218558:234:20419:20422 Rye Netherlands -0.455279223830003521 +29334 palaios_html_4356021700 palaios_html_4356021700:392:40077:40094 La Boca Culebra, Puerto Rico -0.079215323809533042 +29335 aapg_ah_871.html aapg_ah_871.html:36:4715:4726 Chazy Montreal -0.457691392417615917 +29336 aapg_ai_491.html aapg_ai_491.html:456:57969:57985 Maroon Supai, Arizona -0.215953201328794836 +29337 sedimentology_html_2601136107 sedimentology_html_2601136107:1458:89853:89870 Tansill Guadalupe Mountains National Park -0.0757587665519955517 +29338 jgeology_html_1300888380 jgeology_html_1300888380:400:29595:29602 Juniata Catskill Mountains -0.427689691071663991 +29339 aapg_ad_945.html aapg_ad_945.html:26:3519:3530 Peace River Lacombe, Alberta -0.00183793699051183952 +29340 aapg_ai_725.html aapg_ai_725.html:298:33353:33369 Dakota Ardmore, Pennsylvania 0.0284338577135258078 +29341 aapg_aa_507.html aapg_aa_507.html:78:9906:9911 Eutaw Selma to Montgomery marches -0.0243616205908490056 +29342 cspg_html_7028413504 cspg_html_7028413504:345:43030:43047 Muskwa Central Alberta -0.442620143363224416 +29343 palaios_html_7841806577 palaios_html_7841806577:500:53084:53114 Fullerton Great Basin -0.422068899423675037 +29344 aapg_ai_742.html aapg_ai_742.html:169:16154:16175 Hardinsburg Palestinian territories -0.452896019392303839 +29345 cspg_html_3102530088 cspg_html_3102530088:602:75346:75358 Saskatchewan Caldwell, New Jersey -0.493772964396431202 +29346 aapg_af_471.html aapg_af_471.html:83:11862:11881 Hartselle Hartselle, Alabama -0.449755070503296051 +29347 aapg_ad_337.html aapg_ad_337.html:112:11307:11324 Temblor Santa Monica Mountains -0.471888407816635713 +29348 geology_html_3699981910 geology_html_3699981910:392:23793:23799 Oregon Earth -0.483085217576718073 +29349 aapg_ac_687.html aapg_ac_687.html:111:10834:10840 Weston Niobrara, Nebraska -0.0902676995493005979 +29350 aapg_ah_411.html aapg_ah_411.html:106:12965:12980 Eagle Milk River, Alberta -0.0356704046759730303 +29351 gsa_html_3448554349 gsa_html_3448554349:388:38997:39010 Bedford Ohio -0.0240556397080989269 +29352 aapg_aa_702.html aapg_aa_702.html:166:75024:75064 Madison Cheyenne, Wyoming -0.415345281743726258 +29353 aapg_ah_148.html aapg_ah_148.html:45:6959:6971 Cooking Lake Lacombe, Alberta -0.0225432067788778057 +29354 cspg_html_5398977308 cspg_html_5398977308:268:21737:21766 West Point Quebec City -0.471695028578207554 +29355 AMJC_html_4299960498 AMJC_html_4299960498:783:90218:90245 Columbia Washington (state) -0.431791650735233346 +29356 aapg_aa_158.html aapg_aa_158.html:467:44007:44025 Cloverly Cheyenne, Wyoming -0.407291989948090571 +29357 cspg_html_4623526246 cspg_html_4623526246:77:7985:7993 Columbia Victoria, British Columbia -0.452882496357985831 +29358 cspg_html_9683836416 cspg_html_9683836416:462:71210:71227 Belly River Lacombe, Alberta -0.449703411954729404 +29359 aapg_af_653.html aapg_af_653.html:29:3772:3778 Cierbo Monterey, California -0.462453250854801823 +29360 sedimentology_html_4121794283 sedimentology_html_4121794283:845:48753:48757 Hall London, Ontario -0.0485106911577510083 +29361 aapg_ah_283.html aapg_ah_283.html:143:16025:16043 Cowlitz Cowlitz River -0.458913519660435476 +29362 aapg_ah_130.html aapg_ah_130.html:15:1409:1418 Vicksburg Charlotte, North Carolina -0.450608983410958508 +29363 aapg_af_2.html aapg_af_2.html:183:20135:20151 Elbert San Juan Mountains -0.0167554219628843898 +29364 aapg_ae_415.html aapg_ae_415.html:60:8707:8722 Vicksburg Suwannee County, Florida -0.00143491027354907159 +29365 jgeology_html_9591757126 jgeology_html_9591757126:932:53004:53030 Endako Victoria, British Columbia -0.029835599351404625 +29366 palaios_html_7541955341 palaios_html_7541955341:1314:95964:95980 Pioche Reno, Nevada -0.241620521022457568 +29367 cspg_html_5198658336 cspg_html_5198658336:531:55734:55752 Paskapoo Lacombe, Alberta -0.436805862873274886 +29368 aapg_ad_2.html aapg_ad_2.html:1278:175683:175694 Black River Pennsylvania -0.06831432219804498 +29369 aapg_ac_963.html aapg_ac_963.html:309:26699:26704 Weeks Trinidad and Tobago -0.0101247315019664351 +29370 cspg_html_5807593737 cspg_html_5807593737:550:67296:67306 Mount Hawk Iowa -0.458750170743803365 +29371 cspg_html_1665574291 cspg_html_1665574291:12:1932:1949 Bearpaw Edmonton, London -0.00716428423732448638 +29372 aapg_ac_961.html aapg_ac_961.html:328:34656:34672 Mt Lytton Texas 0.0274113409977440776 +29373 cspg_html_1019614994 cspg_html_1019614994:457:78030:78045 Exshaw Lacombe, Alberta 0.532230366089796014 +29374 aapg_af_579.html aapg_af_579.html:227:24691:24698 Wingate Entrada Sandstone -0.450932780647085085 +29375 gsa_html_9898556493 gsa_html_9898556493:240:28466:28473 Modesto Tuolumne River 0.00626784675463567306 +29376 aapg_ah_962.html aapg_ah_962.html:24:3726:3731 Atoka Wichita Mountains -0.477308890203395286 +29377 gsa_html_5843564589 gsa_html_5843564589:14:645:668 Saddle Mountains Basalt Washington (state) -0.0569741483353699632 +29378 gsa_html_2509147847 gsa_html_2509147847:723:78017:78022 Price Arctic Cordillera -0.00600378253077448604 +29379 cspg_html_5241714595 cspg_html_5241714595:677:101690:101703 Wabamun Victoria, British Columbia -0.455229509631582041 +29380 gsa_html_9353787239 gsa_html_9353787239:1277:105595:105603 Colorado Arizona -0.475473655949527896 +29381 aapg_aa_537.html aapg_aa_537.html:38:5824:5830 Wilcox Mississippi River -0.379359463556636634 +29382 aapg_af_900.html aapg_af_900.html:33:5145:5158 Lagarto Oakville, California -0.452882496357985831 +29383 cspg_html_5660806836 cspg_html_5660806836:584:57789:57797 Montreal Montreal -0.475991665297052891 +29384 aapg_ad_810.html aapg_ad_810.html:23:2840:2845 Liard Liard River, British Columbia -0.444288722897409949 +29385 aapg_aa_622.html aapg_aa_622.html:62:8272:8284 Dockum New Mexico -0.428396267465174896 +29386 cspg_html_1019614994 cspg_html_1019614994:456:77533:77545 Exshaw Lacombe, Alberta -0.436850160261835319 +29387 aapg_ai_17.html aapg_ai_17.html:893:59534:59551 Catahoula Shreveport, Louisiana -0.0343166851191607572 +29388 aapg_aa_976.html aapg_aa_976.html:231:27919:27938 Wyandotte Plattsburg, Missouri -0.433403442682278373 +29389 gsa_html_7125621200 gsa_html_7125621200:633:57627:57633 Denver Colorado -0.0703772867504297434 +29390 aapg_ai_328.html aapg_ai_328.html:353:37195:37210 Helms Mississippian culture -0.180603597848218334 +29391 sedimentology_html_9562282132 sedimentology_html_9562282132:2316:82579:82583 Kano Sakai, Osaka -0.0438192319420972476 +29392 palaios_html_1834763898 palaios_html_1834763898:40:4540:4556 Noonday Dolomite Reno, Nevada -0.000587166228973446075 +29393 aapg_aa_712.html aapg_aa_712.html:13:2492:2500 Glenwood Glenwood, Utah 0.0354320123768516737 +29394 cspg_html_4413081832 cspg_html_4413081832:6:387:421 Leduc Lacombe, Alberta -0.0254117377860756666 +29395 cspg_html_8806021601 cspg_html_8806021601:51:5790:5810 Griper Bay Melville Island (Canada) -0.483281151267174081 +29396 cspg_html_9354781888 cspg_html_9354781888:659:53249:53257 Columbia Victoria, British Columbia -0.446333949377836381 +29397 geology_html_8529316917 geology_html_8529316917:236:24006:24015 San Diego North Sea -0.480695619561815057 +29398 aapg_aa_689.html aapg_aa_689.html:432:53840:53859 Detroit River Michigan -0.518086119858462979 +29399 aapg_ad_0.html aapg_ad_0.html:115:12119:12127 Shakopee Michigan -0.0314236163411587902 +29400 aapg_ah_431.html aapg_ah_431.html:10:1252:1259 Plattin Missouri River 0.344383120699968681 +29401 aapg_ah_391.html aapg_ah_391.html:16:1818:1828 Rancheria Lompoc, California -0.0466271631232556896 +29402 palaios_html_9162690338 palaios_html_9162690338:494:44130:44144 Bond Mattoon, Illinois -0.451733774163315116 +29403 aapg_ac_985.html aapg_ac_985.html:173:17201:17210 Uniontown Bloomington, Indiana -0.0365892226375816657 +29404 aapg_af_131.html aapg_af_131.html:198:19204:19216 Dockum Guadalupe County, Texas 0.0221903257634018143 +29405 gsa_html_3289054608 gsa_html_3289054608:997:105901:105922 Livingstone Tanzania -0.443848978138650319 +29406 cspg_html_6274889925 cspg_html_6274889925:22:2117:2129 Saskatchewan Victoria, British Columbia -0.479496330331430576 +29407 aapg_ad_466.html aapg_ad_466.html:1339:143183:143198 Tuscaloosa North Carolina 0.0118065882912839915 +29408 cspg_html_3008414459 cspg_html_3008414459:91:13897:13920 Eagle Deadhorse, Alaska -0.059099492648124613 +29409 aapg_ac_844.html aapg_ac_844.html:15:1966:1971 Yukon Mackenzie River -0.426672439965648742 +29410 aapg_ah_556.html aapg_ah_556.html:26:3032:3048 Dakota Mancos, Colorado -0.443982888348864235 +29411 aapg_ah_283.html aapg_ah_283.html:225:23730:23747 Cowlitz Washington (state) -0.43797158338019293 +29412 aapg_ad_52.html aapg_ad_52.html:718:78460:78478 Michigan County Wexford -0.442976805415170927 +29413 aapg_aa_826.html aapg_aa_826.html:107:11685:11703 Magothy Raritan River -0.445273887467667717 +29414 cspg_html_5170528958 cspg_html_5170528958:161:26056:26071 Leduc Canada -0.454414135268558672 +29415 aapg_ae_668.html aapg_ae_668.html:1964:202187:202193 Brazil Sergipe -0.0637645007449576251 +29416 aapg_ah_972.html aapg_ah_972.html:1311:88565:88573 Whitsett Texas 0.00325374947790672006 +29417 cspg_html_3630723811 cspg_html_3630723811:32:4586:4595 Athabasca Clearwater, Florida -0.0356704046759730303 +29418 aapg_ad_440.html aapg_ad_440.html:367:35941:35945 Hall Norwood, Massachusetts -0.529697257620416972 +29419 cspg_html_6715452766 cspg_html_6715452766:623:63446:63478 Eureka Sound Canada -0.443688311537407287 +29420 aapg_aa_549.html aapg_aa_549.html:12:1788:1801 Bandera Montgomery County, Maryland -0.426871858406847937 +29421 palaios_html_2736581987 palaios_html_2736581987:611:61568:61584 Viking Canada -0.471382028770717776 +29422 aapg_ah_360.html aapg_ah_360.html:39:3315:3322 Concord Anderson County, South Carolina -0.0191537535142871224 +29423 aapg_aa_913.html aapg_aa_913.html:235:20767:20773 Pawnee County Sligo -0.0638762814391012207 +29424 AMJC_html_3664856625 AMJC_html_3664856625:71:9763:9783 Fort Union Powder River Basin -0.462111625185478381 +29425 aapg_ae_324.html aapg_ae_324.html:1224:121802:121809 Holston Lenoir City, Tennessee -0.502707427663107609 +29426 gsa_html_9865056817 gsa_html_9865056817:876:77899:77907 Colorado Denver -0.432686505514578101 +29427 aapg_ac_4.html aapg_ac_4.html:511:40869:40911 Lisburne Northwest Arctic Borough, Alaska -0.499331862498102852 +29428 aapg_ac_966.html aapg_ac_966.html:149:14562:14571 Red River Texas 0.0328918054654310718 +29429 cspg_html_7086880709 cspg_html_7086880709:139:15581:15595 Elk Mackenzie River -0.472491841137828439 +29430 aapg_ad_918.html aapg_ad_918.html:28:4235:4243 Niobrara Colorado -0.212246831308909006 +29431 gsa_html_8236729701 gsa_html_8236729701:138:17191:17211 Point Loma San Diego 0.314513665362840589 +29432 aapg_ah_881.html aapg_ah_881.html:266:26702:26719 Burrard Victoria, British Columbia 1.01530116519684266 +29433 aapg_ah_52.html aapg_ah_52.html:87:12314:12333 Matanuska Anchorage, Alaska 0.952508104251164389 +29434 aapg_af_579.html aapg_af_579.html:273:29678:29702 Junction Creek New Mexico -0.477308890203395286 +29435 cspg_html_8662646956 cspg_html_8662646956:1099:128357:128367 Pine Point Canada -0.454685092236895128 +29436 aapg_aa_2.html aapg_aa_2.html:31:4206:4220 Colorado Colorado -0.0606913448221408289 +29437 palaios_html_2994452429 palaios_html_2994452429:1706:143281:143307 Montney Lacombe, Alberta -0.0263019613963844621 +29438 gsa_html_2266546108 gsa_html_2266546108:293:30286:30292 Sierra San Joaquin River -0.505897828721839415 +29439 aapg_ai_468.html aapg_ai_468.html:286:35568:35592 Cotton Valley Mississippi River -0.429008912224210892 +29440 geology_html_3197685690 geology_html_3197685690:234:22729:22739 Washington Salem, Oregon -0.0180692565756011246 +29441 aapg_ae_324.html aapg_ae_324.html:1256:125094:125115 Martinsburg Knoxville, Tennessee 0.382258322858518018 +29442 aapg_ae_720.html aapg_ae_720.html:705:79547:79555 Woodford Albany, New York -0.0315888654763454985 +29443 aapg_ae_171.html aapg_ae_171.html:79:7344:7356 Dakota Fort Collins, Colorado -0.400331104587268838 +29444 aapg_af_614.html aapg_af_614.html:169:13474:13481 Rodessa Miller County, Arkansas -0.42435479065966919 +29445 aapg_ad_466.html aapg_ad_466.html:453:53828:53845 Matawan Merchantville, New Jersey -0.00702877531362414328 +29446 aapg_ad_466.html aapg_ad_466.html:193:23189:23208 Navesink Mount Laurel Township, New Jersey -0.0915743737308971906 +29447 cspg_html_9234101474 cspg_html_9234101474:25:4335:4346 Peace River Victoria, British Columbia -0.412903352870055529 +29448 aapg_ac_334.html aapg_ac_334.html:3:312:342 Albert New Brunswick, New Jersey -0.077497245462319897 +29449 gsa_html_5664265459 gsa_html_5664265459:1179:109715:109742 Columbia Salem, Oregon -0.0243581435015515282 +29450 aapg_ae_419.html aapg_ae_419.html:1348:108420:108430 San Felipe El Abra 0.754698485489084581 +29451 sedimentology_html_9626990209 sedimentology_html_9626990209:23:1639:1658 Rock Springs Cheyenne, Wyoming -0.459860167847925383 +29452 cspg_html_5141367518 cspg_html_5141367518:288:41680:41694 Colorado Canada -0.46741476224763201 +29453 gsa_html_3019560124 gsa_html_3019560124:918:86231:86259 Green River Colorado -0.0172889404553563421 +29454 aapg_ad_801.html aapg_ad_801.html:453:44214:44223 Catahoula Shreveport, Louisiana -0.0525336851134121097 +29455 sedimentology_html_9378527223 sedimentology_html_9378527223:2308:69355:69371 Dakota Iowa 0.345497342176839084 +29456 geology_html_1021950961 geology_html_1021950961:70:7016:7045 Tejon Sierra Nevada (Spain) -0.064966254466043899 +29457 AMJC_html_5402953865 AMJC_html_5402953865:12:568:578 Washington Washington (state) -0.444844842741709823 +29458 cspg_html_2834693711 cspg_html_2834693711:1036:122340:122348 Columbia Coquitlam -0.0621770914080825091 +29459 gsa_html_2374661120 gsa_html_2374661120:33:2500:2510 Bear River Snake River Canyon (Idaho) -0.0455732069905889839 +29460 aapg_ad_110.html aapg_ad_110.html:672:72391:72407 Tensleep Darwin, Northern Territory -0.489913286480908206 +29461 aapg_ai_594.html aapg_ai_594.html:303:32210:32217 Warsaw Colorado -0.00473211949273434716 +29462 cspg_html_5973552270 cspg_html_5973552270:129:16576:16595 Waterways Lacombe, Alberta -0.478280146619880497 +29463 aapg_ai_491.html aapg_ai_491.html:424:52802:52821 Wolfcamp Missouri River -0.488956974601549299 +29464 aapg_ad_55.html aapg_ad_55.html:21:2536:2541 Perry Cape Girardeau, Missouri -0.43344757972276704 +29465 aapg_ac_569.html aapg_ac_569.html:295:41375:41390 Kayak Anchorage, Alaska -0.0196404059622709952 +29466 aapg_ah_943.html aapg_ah_943.html:392:51524:51532 Montreal Wapiti, Wyoming -0.00415188686851174563 +29467 gsa_html_4543270561 gsa_html_4543270561:632:55296:55305 San Diego California -0.0265036602918163264 +29468 gsa_html_8233190977 gsa_html_8233190977:29:2796:2824 Green River Colorado -0.00850549498541811055 +29469 aapg_af_188.html aapg_af_188.html:198:21308:21316 Frontier Black Hills 0.000846005918276088674 +29470 aapg_ad_387.html aapg_ad_387.html:16:2100:2110 Lewisville East Texas 0.426707499528389156 +29471 cspg_html_8334041965 cspg_html_8334041965:346:42623:42630 Nisling Victoria, British Columbia -0.488123721391326648 +29472 cspg_html_9361096527 cspg_html_9361096527:755:70569:70599 Boulder Creek Canada 0.00313388258007131059 +29473 aapg_ah_141.html aapg_ah_141.html:91:8225:8239 Aneth Ouray, Colorado -0.00125424333549307727 +29474 gsa_html_8662622130 gsa_html_8662622130:198:19843:19865 Monterey California -0.448377013151321557 +29475 gsa_html_1951402014 gsa_html_1951402014:46:1497:1507 Santa Cruz La Laguna, Chalatenango -0.0181770085033734277 +29476 aapg_af_397.html aapg_af_397.html:550:63632:63639 Entrada Entrada Sandstone -0.441553207562292771 +29477 cspg_html_1693073625 cspg_html_1693073625:12:1370:1379 Hay River Hay River (Canada) -0.482963947665808413 +29478 aapg_ai_261.html aapg_ai_261.html:119:12680:12725 Gorge Western world -0.467868439854770279 +29479 gsa_html_3860045860 gsa_html_3860045860:1294:113245:113255 Washington Salem, Oregon -0.46567095948211501 +29480 aapg_ah_69.html aapg_ah_69.html:170:16231:16242 Black River Bloomington, Indiana -0.446110205830797302 +29481 aapg_ah_372.html aapg_ah_372.html:39:4349:4370 Wills Point Kerens, Texas -0.0231533782740243055 +29482 cspg_html_4727171280 cspg_html_4727171280:128:14393:14411 Woodbine Bryan County, Oklahoma -0.448578878596292641 +29483 aapg_ad_564.html aapg_ad_564.html:7665:660928:660965 Blackstone Lacombe, Alberta 0.000112916565930930199 +29484 cspg_html_4103411715 cspg_html_4103411715:462:48587:48603 Viking Lacombe, Alberta -0.470696581042233275 +29485 cspg_html_4048108956 cspg_html_4048108956:376:48422:48435 Sustut Canada -0.437829668886238865 +29486 jgeology_html_1304764331 jgeology_html_1304764331:864:51768:51774 Moscow Canada -0.502936613094039808 +29487 aapg_ae_777.html aapg_ae_777.html:276:32403:32409 Percha Ouray, Colorado -0.451751782124743317 +29488 aapg_af_854.html aapg_af_854.html:1025:144592:144599 Cypress Kentucky -0.0317923859746223822 +29489 sedimentology_html_9715218083 sedimentology_html_9715218083:123:9607:9613 Brazil Ouro Preto do Oeste -0.495787550773506447 +29490 cspg_html_2492063773 cspg_html_2492063773:93:13256:13267 Trent River Qualicum River -0.494670894236060144 +29491 AMJC_html_6341723617 AMJC_html_6341723617:90:9929:9944 Uinta Eocene -0.0159925297595795608 +29492 aapg_ac_257.html aapg_ac_257.html:59:10769:10788 Sallisaw Frisco, Texas -0.0105834116577304821 +29493 cspg_html_4773367370 cspg_html_4773367370:353:26903:26925 Shaftesbury Lacombe, Alberta -0.0405055828126232101 +29494 aapg_aa_745.html aapg_aa_745.html:450:52317:52340 Brushy Canyon West, Texas -0.0583176759976086131 +29495 aapg_aa_48.html aapg_aa_48.html:376:41025:41046 Amsden Cheyenne, Wyoming -0.402259124018416014 +29496 aapg_ad_351.html aapg_ad_351.html:404:36699:36709 Keokuk Sedalia, Missouri -0.486038291322309801 +29497 aapg_ae_884.html aapg_ae_884.html:106:13873:13882 Fruitland Kirtland, Ohio 0.685313376739844715 +29498 gsa_html_2803067273 gsa_html_2803067273:889:91663:91672 Salisbury Netherlands -0.0954406353223537368 +29499 aapg_aa_382.html aapg_aa_382.html:39:4871:4897 Santa Margarita Maricopa, Arizona -0.0274774196841049353 +29500 aapg_aa_718.html aapg_aa_718.html:541:59325:59345 Waynesburg Washington (state) -0.451812561628617604 +29501 geology_html_8966263159 geology_html_8966263159:339:22178:22186 Scotland San Fernando Valley -0.0368502653061740099 +29502 aapg_ah_77.html aapg_ah_77.html:8:1426:1445 Rock Springs Cheyenne, Wyoming -0.514685883065500116 +29503 cspg_html_2093862169 cspg_html_2093862169:37:4878:4893 Bluff Caribbean -0.525341829883349765 +29504 aapg_ae_370.html aapg_ae_370.html:247:20962:20979 Cowlitz Washington (state) -0.444094495043231396 +29505 aapg_ae_41.html aapg_ae_41.html:3:446:471 Beaverhill Lacombe, Alberta -0.444838140504144441 +29506 gsa_html_4985165678 gsa_html_4985165678:32:2559:2565 Denver Colorado -0.43911211811260753 +29507 cspg_html_4374961624 cspg_html_4374961624:115:15896:15907 Mount Whyte Hockley -0.0231725008237077118 +29508 aapg_ah_856.html aapg_ah_856.html:6:1203:1220 Chochal Santa Rosa, California -0.0465034686644063416 +29509 aapg_ac_71.html aapg_ac_71.html:315:36815:36826 Navajo Reno, Nevada -0.0632195999825383298 +29510 cspg_html_5479700260 cspg_html_5479700260:273:21311:21326 Interlake Manitoba -0.538145970027656295 +29511 aapg_ae_797.html aapg_ae_797.html:616:60960:60965 Aneth San Juan County, Utah -0.0450523758854702583 +29512 gsa_html_7102550258 gsa_html_7102550258:356:40441:40456 Bluff Colorado -0.422487681828547068 +29513 aapg_ae_171.html aapg_ae_171.html:458:43193:43202 Newcastle Newcastle, New South Wales -0.450582005503512739 +29514 geology_html_1156739260 geology_html_1156739260:459:25905:25914 San Diego California -0.453044786078658057 +29515 aapg_af_971.html aapg_af_971.html:145:19599:19605 Banner Cheyenne, Wyoming -0.475554574599736102 +29516 aapg_aa_595.html aapg_aa_595.html:341:36674:36677 Abo Wichita, Kansas -0.459328832099541617 +29517 aapg_aa_23.html aapg_aa_23.html:265:29796:29815 Winnipeg Winnipeg -0.4060962870175715 +29518 AMJC_html_6481968479 AMJC_html_6481968479:1130:89532:89542 Sunderland Cambridge, Massachusetts -0.476130470160059438 +29519 cspg_html_4287356899 cspg_html_4287356899:1067:146721:146743 Jungle Creek Lisburne Peninsula -0.0969600440526257462 +29520 cspg_html_3501550466 cspg_html_3501550466:58:10137:10145 Woodbend Lacombe, Alberta -0.461128473443845555 +29521 cspg_html_6435146689 cspg_html_6435146689:33:3819:3824 Banff Rocky Mountains -0.0180709945054990453 +29522 cspg_html_9113030208 cspg_html_9113030208:475:52322:52342 Otto Fiord Canada -0.475196277624828634 +29523 aapg_ad_335.html aapg_ad_335.html:692:80427:80433 Almond Cheyenne, Wyoming -0.164136968389478749 +29524 cspg_html_4433937749 cspg_html_4433937749:69:9799:9820 Dakota Cheyenne, Wyoming -0.418507876495596065 +29525 geology_html_3926757172 geology_html_3926757172:310:28466:28474 Rockwell Johnson Valley, California -0.0378335861423178335 +29526 cspg_html_7833083677 cspg_html_7833083677:2773:228704:228732 Sekwi Canada -0.462261924354454456 +29527 cspg_html_5810500722 cspg_html_5810500722:85:12421:12429 Columbia Victoria, British Columbia -0.509045243574172801 +29528 cspg_html_9778753186 cspg_html_9778753186:344:51218:51237 Crowsnest Bow Island Airport -0.0380668126428187481 +29529 gsa_html_8716356528 gsa_html_8716356528:1049:78759:78763 Hall York, Pennsylvania -0.447168994241326834 +29530 aapg_ai_278.html aapg_ai_278.html:604:76713:76723 Dollar Bay Melbourne, Florida -0.456479975332736432 +29531 aapg_aa_358.html aapg_aa_358.html:35:3401:3407 Denver Colorado -0.0399833098271603696 +29532 cspg_html_3589404052 cspg_html_3589404052:904:102627:102661 Kiskatinaw Victoria, British Columbia 0.00968516832119581395 +29533 geology_html_2009555838 geology_html_2009555838:234:22701:22708 Francis London, Ontario -0.437960495533138761 +29534 aapg_ak_54.html aapg_ak_54.html:78:10405:10415 Tuscaloosa Tuscaloosa, Alabama 0.0308826586984194199 +29535 aapg_ad_721.html aapg_ad_721.html:582:55693:55701 Carlsbad Carlsbad, New Mexico -0.481766159765426027 +29536 cspg_html_7286035817 cspg_html_7286035817:6:396:429 Grosmont Lacombe, Alberta -0.454113919430063184 +29537 geology_html_6728593303 geology_html_6728593303:12:525:533 Victoria Earth -0.04294324990358038 +29538 aapg_ai_293.html aapg_ai_293.html:267:24160:24174 Lisburne Anchorage, Alaska -0.48757492352044407 +29539 aapg_ah_505.html aapg_ah_505.html:831:67263:67283 Ingleside Virginia -0.0495632945700979141 +29540 aapg_ai_107.html aapg_ai_107.html:695:63872:63879 Sligo Freestone County, Texas -0.432752661482583012 +29541 cspg_html_7777724998 cspg_html_7777724998:42:5685:5693 Bellevue Gladstone, Oregon -0.0379467177170490291 +29542 geology_html_4561079394 geology_html_4561079394:266:22721:22729 Colorado Denver -0.0230751498951462693 +29543 aapg_ai_145.html aapg_ai_145.html:162:20872:20888 Fernie Kootenay River -0.432421928049857018 +29544 aapg_ae_113.html aapg_ae_113.html:177:21756:21796 Bathurst Bathurst Island (Northern Territory) -0.500385707625650822 +29545 aapg_af_337.html aapg_af_337.html:109:11932:11938 Jordan Delaware -0.428868342306482297 +29546 geology_html_3653324423 geology_html_3653324423:12:489:495 Reston Virginia -0.00369847415980369305 +29547 cspg_html_7178716951 cspg_html_7178716951:16:2070:2091 Fernie Ottawa, Kansas -0.436898889813044922 +29548 cspg_html_3447886929 cspg_html_3447886929:233:27190:27207 Vaureal Quebec City 0.948673570391961096 +29549 aapg_ae_959.html aapg_ae_959.html:3114:236929:236952 Cherry Canyon Guadalupe Mountains National Park -0.0297260284355998494 +29550 aapg_ad_943.html aapg_ad_943.html:176:19914:19937 Turner Valley Elkton, Kentucky -0.431298300553942027 +29551 aapg_aa_644.html aapg_aa_644.html:122:14305:14328 Burro Canyon Cedar Mountains -0.0817208715929862717 +29552 aapg_ae_783.html aapg_ae_783.html:16:2690:2698 Woodford Ouachita Mountains -0.0608833718356879897 +29553 gsa_html_5068384645 gsa_html_5068384645:76:6296:6324 Green River Colorado -0.032535178592891574 +29554 cspg_html_4699684578 cspg_html_4699684578:352:42764:42783 Graminia Calmar, Alberta -0.0342192516575154232 +29555 palaios_html_7274959329 palaios_html_7274959329:126:13311:13326 Elk Wisconsin -0.462097962880594848 +29556 palaios_html_6034217939 palaios_html_6034217939:18:1015:1031 Liard Victoria, British Columbia -0.0337355768098034706 +29557 cspg_html_4326384800 cspg_html_4326384800:1013:148409:148434 Beaverhill Swan Hill, Victoria -0.466810220907495799 +29558 aapg_ah_318.html aapg_ah_318.html:2629:219193:219201 Consuelo Oaxaca, Oaxaca -0.468054102450840448 +29559 aapg_af_562.html aapg_af_562.html:168:17657:17663 Warsaw Kentucky -0.423098733122919901 +29560 aapg_ah_534.html aapg_ah_534.html:109:8518:8530 Esopus Palmerton, Pennsylvania -0.430274979397902546 +29561 aapg_ai_887.html aapg_ai_887.html:383:45708:45717 Spearfish Manitoba 0.588973102476218147 +29562 aapg_ad_468.html aapg_ad_468.html:4:347:354 Norfolk Virginia -0.431219036147121426 +29563 geology_html_7799409237 geology_html_7799409237:26:1045:1051 Denver Colorado -0.0227413796680306819 +29564 gsa_html_5852866732 gsa_html_5852866732:29:2796:2824 Green River Colorado 0.0136205912894358499 +29565 aapg_ae_454.html aapg_ae_454.html:148:12718:12736 Bossier Arkansas -0.00109094831221136397 +29566 aapg_ae_999.html aapg_ae_999.html:494:65425:65442 Anahuac Tampa, Florida -0.0421143691729161454 +29567 gsa_html_2729737430 gsa_html_2729737430:429:44534:44552 Teewinot Grand Valley (Colorado) -0.0018414113619528731 +29568 cspg_html_9222238695 cspg_html_9222238695:9:906:939 Fernie Western world -0.476028677762377117 +29569 cspg_html_3325817312 cspg_html_3325817312:219:18428:18436 Columbia Victoria, British Columbia -0.474888953093082877 +29570 aapg_af_397.html aapg_af_397.html:238:29667:29674 Entrada Entrada Sandstone -0.0841611411627479211 +29571 aapg_ah_565.html aapg_ah_565.html:56:6959:6963 Hull Quebec City -0.476093453364925034 +29572 aapg_af_591.html aapg_af_591.html:22:2852:2867 Minnelusa Black Hills -0.453739353605666973 +29573 gsa_html_2240019054 gsa_html_2240019054:547:49175:49184 Knoxville The Carolinas -0.479459169650376604 +29574 aapg_ae_143.html aapg_ae_143.html:67:7790:7807 Gilwood Lesser Slave Lake Provincial Park -0.466782751574986277 +29575 aapg_ae_182.html aapg_ae_182.html:178:21161:21184 Cotton Valley Pine Island (Lee County, Florida) -0.451731523193220186 +29576 gsa_html_7102550258 gsa_html_7102550258:879:98804:98833 Denver Colorado Plateau -0.49009668288503172 +29577 aapg_af_517.html aapg_af_517.html:247:34397:34407 Kern River Bakersfield, California -0.402556235390763795 +29578 cspg_html_5241714595 cspg_html_5241714595:170:25567:25589 Winnipegosis Lacombe, Alberta -0.441437455474761709 +29579 gsa_html_2374661120 gsa_html_2374661120:744:69268:69296 Green River Colorado -0.0315036314272049284 +29580 palaios_html_5398921270 palaios_html_5398921270:181:20827:20844 Kinzers Pennsylvania -0.273328858193973068 +29581 cspg_html_2161417858 cspg_html_2161417858:25:3579:3595 Exshaw Colleville-Montgomery -0.458439436141955869 +29582 aapg_ah_61.html aapg_ah_61.html:3:321:333 Rundle Central Alberta -0.51380234798317781 +29583 aapg_ah_276.html aapg_ah_276.html:247:24017:24043 Santa Margarita Monterey, California -0.395759588333718937 +29584 aapg_aa_545.html aapg_aa_545.html:503:51723:51731 Saratoga West Columbia, West Virginia -0.00593429213199152261 +29585 cspg_html_2496035864 cspg_html_2496035864:6:333:370 Clearwater Lacombe, Alberta -0.457614356613462614 +29586 aapg_ae_350.html aapg_ae_350.html:97:12621:12627 Morgan Wilcox County, Georgia -0.0140758476190941898 +29587 aapg_ae_596.html aapg_ae_596.html:328:33270:33281 Main Street Baton Rouge, Louisiana -0.0401748065473003999 +29588 aapg_ac_55.html aapg_ac_55.html:504:58540:58546 Jordan Delaware -0.035304988004324106 +29589 cspg_html_5697056884 cspg_html_5697056884:137:14143:14149 Earlie Regina, Saskatchewan -0.465641239344597002 +29590 cspg_html_9136481292 cspg_html_9136481292:617:63018:63029 Peace River Lacombe, Alberta -0.435767689782418699 +29591 gsa_html_4913703235 gsa_html_4913703235:100:9380:9396 Cabot Head Ohio -0.0162740496879429895 +29592 gsa_html_8010927234 gsa_html_8010927234:270:20214:20237 Smalls Falls Rangeley, Maine -0.412832068204634806 +29593 aapg_ai_143.html aapg_ai_143.html:53:6199:6209 Bow Island Saskatchewan River -0.159073759308471674 +29594 aapg_ac_59.html aapg_ac_59.html:288:36224:36238 Mission Valley Lake Elsinore, California -0.0509402640663400852 +29595 gsa_html_9310053579 gsa_html_9310053579:733:63703:63712 Chumstick Washington (state) -0.187038246820186216 +29596 aapg_ah_757.html aapg_ah_757.html:170:17970:17979 Lodgepole Western world -0.0149690067830474411 +29597 gsa_html_7040053075 gsa_html_7040053075:388:39831:39850 La Habra West Coyote Hills -0.457555451333636842 +29598 cspg_html_9894399778 cspg_html_9894399778:82:7561:7569 Cloverly Manitoba -0.441553207562292771 +29599 aapg_af_612.html aapg_af_612.html:65:9936:9949 Cook Mountain East Bernard, Texas -0.447572237112974447 +29600 gsa_html_3014459865 gsa_html_3014459865:990:88936:88964 Green River Colorado -0.0254117377860756666 +29601 geology_html_4860930737 geology_html_4860930737:13:623:629 Reston Virginia -0.0307539456314618806 +29602 gsa_html_7208175210 gsa_html_7208175210:1231:106331:106337 Sierra Earth -0.0357069470350891913 +29603 sedimentology_html_5673709888 sedimentology_html_5673709888:975:42634:42648 Hawthorn Melbourne, Florida -0.0404098305853367173 +29604 cspg_html_9683836416 cspg_html_9683836416:501:73981:73998 Bearpaw Lacombe, Alberta 0.964663808714637083 +29605 cspg_html_6306091047 cspg_html_6306091047:10:1113:1122 Baldonnel Victoria, British Columbia -0.286703208466207116 +29606 gsa_html_8926423406 gsa_html_8926423406:699:66947:66954 Concord New Hampshire -0.453495743339231705 +29607 gsa_html_5851281923 gsa_html_5851281923:226:23518:23527 Chumstick Washington (state) -0.0712446663933630486 +29608 cspg_html_9343899465 cspg_html_9343899465:745:68765:68784 Strathcona Fiord Ellesmere Island -0.215367864381521168 +29609 gsa_html_1562614865 gsa_html_1562614865:63:5825:5853 Green River Colorado -0.00704441094107981659 +29610 geology_html_2180500426 geology_html_2180500426:58:5527:5550 Carlsbad Oceanside, New York -0.0456498537875624916 +29611 aapg_ai_804.html aapg_ai_804.html:115:10145:10154 Greenhorn Manitoba -0.515400672062564347 +29612 geology_html_2391629888 geology_html_2391629888:316:26767:26784 Temblor Bakersfield, California -0.0252604746773001342 +29613 cspg_html_3097746547 cspg_html_3097746547:511:61467:61504 Basal Lacombe, Alberta -0.505119426266013027 +29614 gsa_html_8517233795 gsa_html_8517233795:619:56844:56862 Monterey California -0.448327675040319895 +29615 aapg_ah_142.html aapg_ah_142.html:18:1315:1321 Oregon Washington (state) -0.0623586879950740192 +29616 aapg_ah_80.html aapg_ah_80.html:18:1738:1750 Arkose Ridge Talkeetna, Alaska -0.477158315306099867 +29617 gsa_html_5495469347 gsa_html_5495469347:751:63323:63339 Maroon Colorado -0.456391730122837791 +29618 gsa_html_5250670372 gsa_html_5250670372:719:52640:52649 San Diego California -0.0405891491966653695 +29619 gsa_html_2605108986 gsa_html_2605108986:1048:90518:90549 Naknek Talkeetna Mountains -0.207068012065636936 +29620 cspg_html_1927777478 cspg_html_1927777478:6:327:342 Siyeh Lacombe, Alberta -0.0204677435827045166 +29621 aapg_ak_54.html aapg_ak_54.html:45:5617:5625 Norphlet Santa Rosa, California 0.354297295177118721 +29622 palaios_html_7111318862 palaios_html_7111318862:1160:110593:110617 St. Mary River Lacombe, Alberta -0.472123282834716163 +29623 cspg_html_3908181328 cspg_html_3908181328:7:537:549 Saskatchewan Logan, Utah -0.043955078042755065 +29624 aapg_aa_95.html aapg_aa_95.html:30:3048:3058 Washington Colorado -0.0171725037246518962 +29625 aapg_af_939.html aapg_af_939.html:37:4386:4394 Richmond Maquoketa, Iowa -0.0364186783313174417 +29626 cspg_html_7409170811 cspg_html_7409170811:645:74633:74649 Exshaw Lacombe, Alberta 0.725676412313542629 +29627 gsa_html_7840671974 gsa_html_7840671974:720:68891:68926 Ankareh Cheyenne, Wyoming -0.441637804770763531 +29628 cspg_html_2182541128 cspg_html_2182541128:59:7105:7117 Fernie Turtle Mountain (Alberta) -0.452724742517472523 +29629 cspg_html_9236194363 cspg_html_9236194363:19:2048:2056 Edmonton Lacombe, Alberta -0.0586649444393614536 +29630 aapg_ac_702.html aapg_ac_702.html:307:31836:31851 Oread Topeka, Kansas -0.502736072390667199 +29631 cspg_html_9343899465 cspg_html_9343899465:201:24980:25025 Blue Fiord Ellesmere Island -0.0677654943275291799 +29632 cspg_html_7963093032 cspg_html_7963093032:648:59140:59163 Beaver Mines Lacombe, Alberta 0.0155494033221634086 +29633 aapg_aa_906.html aapg_aa_906.html:651:67408:67425 Menefee New Mexico -0.455876007847145159 +29634 sedimentology_html_6714245905 sedimentology_html_6714245905:402:35301:35309 Colorado Logan, Utah -0.0849608260387818559 +29635 gsa_html_1119256423 gsa_html_1119256423:530:46758:46766 Colorado Peoria, Illinois -0.00436035322610329925 +29636 gsa_html_8938402362 gsa_html_8938402362:576:50997:51003 Walker California -0.478307979059971577 +29637 aapg_ad_812.html aapg_ad_812.html:52:6645:6662 Wingate Red Rocks Amphitheatre -0.41964702171351137 +29638 aapg_ad_466.html aapg_ad_466.html:228:29305:29317 Marshalltown Merchantville, New Jersey -0.0818049971916646607 +29639 sedimentology_html_8384737970 sedimentology_html_8384737970:81:9222:9234 Entrada Carmel, Indiana -0.440325191296006335 +29640 sedimentology_html_4185931185 sedimentology_html_4185931185:384:34500:34529 Ninemile Spring Mountains -0.491047216471885206 +29641 aapg_ae_235.html aapg_ae_235.html:126:15737:15750 Potomac Worcester County, Maryland -0.41966442363155293 +29642 aapg_aa_287.html aapg_aa_287.html:378:46473:46489 Viking Regina, Saskatchewan -0.408411716790418711 +29643 gsa_html_1538463681 gsa_html_1538463681:57:5684:5690 Sonora New Mexico -0.47482657712880405 +29644 cspg_html_7409170811 cspg_html_7409170811:659:75722:75737 Banff Lacombe, Alberta 0.685252130095073464 +29645 aapg_ac_824.html aapg_ac_824.html:305:30350:30358 Fountain Fremont, California -0.484161071054726611 +29646 aapg_ad_351.html aapg_ad_351.html:760:65944:65960 Keokuk Burlington, Ontario 0.012956833950435254 +29647 aapg_ad_801.html aapg_ad_801.html:289:30952:30974 Chickasawhay Alabama -0.0297260284355998494 +29648 aapg_ah_532.html aapg_ah_532.html:68:6383:6398 Rockwood Colorado -0.452977161832460395 +29649 aapg_ai_897.html aapg_ai_897.html:16:2017:2029 Saskatchewan Victoria, British Columbia -0.45230795361337589 +29650 aapg_aa_351.html aapg_aa_351.html:194:21824:21837 Everton Missouri River 0.309414492282410303 +29651 aapg_ae_656.html aapg_ae_656.html:70:8789:8799 Rancheria Marlin, Texas -0.487607747652621382 +29652 cspg_html_3735760125 cspg_html_3735760125:201:24563:24587 Wilcox Texas -0.0143434446267858666 +29653 aapg_ac_789.html aapg_ac_789.html:26:4952:4965 Barnett Texas -0.156327294094102093 +29654 aapg_aa_914.html aapg_aa_914.html:152:16223:16228 Atoka Atoka, Oklahoma 0.0739334023955976888 +29655 geology_html_8336068994 geology_html_8336068994:156:21007:21015 Santiago Andes -0.0133825404023746423 +29656 aapg_aa_960.html aapg_aa_960.html:150:12588:12595 Todilto Colorado -0.457487488497030304 +29657 gsa_html_3527124774 gsa_html_3527124774:67:6057:6085 Green River New Mexico -0.037309716590806806 +29658 aapg_aa_544.html aapg_aa_544.html:272:36845:36859 Niobrara Niobrara, Nebraska -0.410174465089049201 +29659 aapg_ac_574.html aapg_ac_574.html:336:37598:37618 Esmeralda Truckee, California -0.0670629335788035658 +29660 cspg_html_7777724998 cspg_html_7777724998:783:75518:75552 Kootenay Lacombe, Alberta -0.206669254272118491 +29661 cspg_html_3962754176 cspg_html_3962754176:812:80612:80632 Clearwater Canada -0.0454721736596031406 +29662 aapg_af_854.html aapg_af_854.html:804:112637:112652 Salem Missouri River -0.0491450243190722294 +29663 aapg_aa_232.html aapg_aa_232.html:606:63774:63788 Fredericksburg Texas -0.470409220225314617 +29664 gsa_html_8062853427 gsa_html_8062853427:713:60373:60401 Green River Cheyenne, Wyoming -0.01748532023179648 +29665 cspg_html_7576506617 cspg_html_7576506617:93:13921:13942 Ekwan River Moose River (Maine) -0.417370067428227742 +29666 palaios_html_5444521865 palaios_html_5444521865:777:66490:66506 Luning Reno, Nevada -0.0398266335823246886 +29667 aapg_ae_855.html aapg_ae_855.html:148:15513:15530 Flagstaff Salina, Kansas -0.522622465392554192 +29668 aapg_af_652.html aapg_af_652.html:56:7040:7060 Minnelusa Black Hills -0.00395905591412439809 +29669 sedimentology_html_6416259425 sedimentology_html_6416259425:999:76967:76997 Gordon Ontario, California -0.471349814541787038 +29670 aapg_af_279.html aapg_af_279.html:378:36050:36055 Husky Pakistan -0.450586501765938174 +29671 cspg_html_4031489103 cspg_html_4031489103:328:47589:47610 Dutch Creek Fernie, British Columbia -0.00928383236367189522 +29672 gsa_html_7808051457 gsa_html_7808051457:749:75274:75282 Colorado Leadville, Colorado -0.508540273236390394 +29673 aapg_ac_271.html aapg_ac_271.html:329:28671:28685 Bedford Pavia -0.0259959408940027802 +29674 cspg_html_9613527162 cspg_html_9613527162:189:26215:26221 Shunda Moose Mountain (Alberta) 0.669456943716582709 +29675 cspg_html_3187844923 cspg_html_3187844923:14:1909:1932 Brothers Peak Western world -0.457750306604137625 +29676 aapg_af_416.html aapg_af_416.html:26:3098:3103 Yukon Lacombe, Alberta -0.00161731451970968361 +29677 aapg_ad_338.html aapg_ad_338.html:408:48724:48735 Englishtown Raritan River -0.415098432787898985 +29678 aapg_af_398.html aapg_af_398.html:551:60812:60820 Virginia Jacksonville, Illinois -0.0324655941438056483 +29679 aapg_ah_779.html aapg_ah_779.html:322:60206:60230 Flume Victoria, British Columbia -0.470843746174451128 +29680 cspg_html_9542530836 cspg_html_9542530836:335:35622:35649 Yeoman Williston Basin -0.432236767973233238 +29681 cspg_html_4269474759 cspg_html_4269474759:1038:106648:106655 Bearpaw Lacombe, Alberta 0.409007557307690672 +29682 cspg_html_9613527162 cspg_html_9613527162:177:24699:24715 Rundle Moose Mountain (Alberta) -0.459819284677136619 +29683 palaios_html_5582845937 palaios_html_5582845937:325:33249:33256 Hampton Virginia -0.439223139625051329 +29684 aapg_af_308.html aapg_af_308.html:128:12929:12935 Forest Venango, Pennsylvania -0.443755252554939694 +29685 aapg_ac_720.html aapg_ac_720.html:108:13659:13670 Hornerstown Navesink River -0.409571462462526958 +29686 aapg_ac_104.html aapg_ac_104.html:21:2185:2199 Lyre Clallam County, Washington -0.484161071054726611 +29687 palaios_html_3985706634 palaios_html_3985706634:416:44817:44823 Ludlow Pennsylvania -0.47503682505792677 +29688 aapg_ah_847.html aapg_ah_847.html:376:45994:46003 New Egypt New Egypt, New Jersey 0.376551916442356027 +29689 cspg_html_1222040397 cspg_html_1222040397:279:37784:37802 Glenogle Rocky Mountains -0.45937423310039871 +29690 aapg_ac_707.html aapg_ac_707.html:31:3141:3159 Kootenai Colorado -0.448892980122610918 +29691 aapg_ae_62.html aapg_ae_62.html:363:30152:30171 Deadwood Winnipeg -0.368969912829826441 +29692 jgeology_html_1786960036 jgeology_html_1786960036:171:9010:9016 Provo Apuseni Mountains -0.450829332903146696 +29693 aapg_aa_537.html aapg_aa_537.html:111:13032:13038 Keokuk Burlington, Ontario -0.466144329889246756 +29694 aapg_ad_192.html aapg_ad_192.html:301:33989:34005 Tuscaloosa Buckhorn, Pennsylvania -0.462343916398318955 +29695 geology_html_4584769570 geology_html_4584769570:237:22783:22792 San Diego California -0.480611894173340604 +29696 aapg_af_952.html aapg_af_952.html:757:73382:73391 Extension Saudi Arabia -0.451751782124743317 +29697 cspg_html_3385840278 cspg_html_3385840278:176:24122:24143 Beaverhill Swan Hill, Victoria -0.463362613223226583 +29698 aapg_ac_508.html aapg_ac_508.html:250:21400:21408 Niobrara Cheyenne County, Kansas 0.016034236202214884 +29699 aapg_af_304.html aapg_af_304.html:134:13244:13248 Frio Galveston Bay Area -0.0133147744605960541 +29700 gsa_html_5576654414 gsa_html_5576654414:473:40924:40936 Owens Valley California -0.244516438544952641 +29701 aapg_ak_50.html aapg_ak_50.html:65:5493:5498 Sligo Karnes County, Texas -0.465787563493960222 +29702 aapg_ad_766.html aapg_ad_766.html:328:33808:33814 Dakota Mesa, Arizona 0.00311824777620780874 +29703 geology_html_3378578158 geology_html_3378578158:9:296:301 Rapid North Carolina -0.0291434052387325206 +29704 gsa_html_9161666105 gsa_html_9161666105:684:52223:52231 Virginia Shenandoah National Park -0.469726827457912721 +29705 jgeology_html_4305195651 jgeology_html_4305195651:242:18017:18026 Starlight Newport, Rhode Island -0.516225274288262925 +29706 gsa_html_5649755220 gsa_html_5649755220:1028:93402:93430 Green River Colorado -0.0109795492601601104 +29707 aapg_ah_321.html aapg_ah_321.html:44:4517:4535 Maccrady Saltville, Virginia -0.458641287983651336 +29708 cspg_html_9136481292 cspg_html_9136481292:459:54278:54299 Englishtown Delaware -0.480807266046245518 +29709 aapg_ad_717.html aapg_ad_717.html:220:24531:24541 Phosphoria Kaibab, Arizona 0.0155459278529818286 +29710 geology_html_8365664922 geology_html_8365664922:259:21021:21026 Stump Huffman, Texas -0.457840951353905012 +29711 palaios_html_3020881733 palaios_html_3020881733:314:32791:32803 Pierre Stroudsburg, Pennsylvania -0.460337276166031373 +29712 sedimentology_html_8501487717 sedimentology_html_8501487717:1350:102867:102882 Banff Lacombe, Alberta -0.00472517057507792094 +29713 cspg_html_8988103418 cspg_html_8988103418:7:597:605 Columbia Victoria, British Columbia -0.432977626512767833 +29714 gsa_html_9755702281 gsa_html_9755702281:326:26926:26942 Modelo Oak Ridge, Tennessee -0.0466985931780469835 +29715 cspg_html_5272711466 cspg_html_5272711466:181:20403:20419 Ireton Lacombe, Alberta -0.120723542630530464 +29716 gsa_html_6738340121 gsa_html_6738340121:668:62046:62058 Owens Valley California -0.0111724073673319709 +29717 cspg_html_5697056884 cspg_html_5697056884:527:53801:53809 Deadwood Renville County, Minnesota -0.367182936913976743 +29718 aapg_af_592.html aapg_af_592.html:92:7938:7954 San Andres West Texas -0.00783141030284131325 +29719 gsa_html_7431977087 gsa_html_7431977087:66:5146:5174 Green River Colorado -0.00365504393340889116 +29720 cspg_html_3893568904 cspg_html_3893568904:25:3299:3309 Loon River Clearwater, Florida -0.0446500168455515323 +29721 aapg_ad_466.html aapg_ad_466.html:759:82911:82932 Hornerstown Monmouth County, New Jersey -0.447314589257592876 +29722 cspg_html_2796643803 cspg_html_2796643803:6:313:332 Deadwood Lacombe, Alberta -0.502509328612984252 +29723 aapg_ac_629.html aapg_ac_629.html:418:53429:53437 Beaumont Texas 1.16535693744551239 +29724 aapg_aa_928.html aapg_aa_928.html:333:38860:38869 Vicksburg Western world -0.0310531186314172737 +29725 cspg_html_1058139432 cspg_html_1058139432:634:75501:75519 Cardium Lacombe, Alberta -0.474355436180137646 +29726 cspg_html_1962846283 cspg_html_1962846283:48:6914:6917 Elk Kootenay River -0.485252303872338198 +29727 aapg_ac_719.html aapg_ac_719.html:40:4143:4160 Vermejo Trinidad and Tobago -0.431873166412704457 +29728 aapg_ad_269.html aapg_ad_269.html:283:31027:31045 Morrison Colorado 0.0101056199531207262 +29729 aapg_aa_263.html aapg_aa_263.html:75:9581:9606 Moenkopi Logan, Utah -0.260652040585596656 +29730 geology_html_1390060534 geology_html_1390060534:41:4529:4540 Green River Logan, Utah -0.477589260736398125 +29731 aapg_ac_71.html aapg_ac_71.html:321:38126:38142 Dunlap Reno, Nevada -0.475196277624828634 +29732 aapg_ad_2.html aapg_ad_2.html:656:94969:94976 Potsdam Adirondack Mountains -0.42423457487964078 +29733 aapg_ad_760.html aapg_ad_760.html:26:4105:4113 Vaqueros Santa Clara County, California 0.010395769076942743 +29734 aapg_ac_742.html aapg_ac_742.html:104:12492:12515 Gypsum Spring Cheyenne, Wyoming 0.847533219836668628 +29735 jgeology_html_2872695575 jgeology_html_2872695575:536:33190:33209 Llewellyn Pottsville, Pennsylvania -0.448296279445968116 +29736 cspg_html_8227554214 cspg_html_8227554214:217:23604:23626 Hillsborough Hillsborough, California -0.428868342306482297 +29737 cspg_html_7777724998 cspg_html_7777724998:141:20905:20926 Peace River Lacombe, Alberta -0.451812561628617604 +29738 geology_html_3197685690 geology_html_3197685690:154:15461:15467 Oregon Montgomery (town), New York -0.451751782124743317 +29739 aapg_ae_789.html aapg_ae_789.html:506:61557:61570 Wabamun Edmonton, London 0.808500020682621279 +29740 cspg_html_5484260516 cspg_html_5484260516:1190:107591:107609 Palliser Victoria, British Columbia -0.0187992000332682825 +29741 aapg_aa_544.html aapg_aa_544.html:261:35919:35928 Greenhorn Cheyenne, Wyoming 0.863474225818842034 +29742 aapg_af_808.html aapg_af_808.html:880:113877:113892 Gatun Martinique -0.436832441054611387 +29743 aapg_ac_367.html aapg_ac_367.html:20:2638:2667 Baraboo Quartzite Galesville, Maryland -0.507310401388954446 +29744 aapg_ah_962.html aapg_ah_962.html:150:16454:16463 Frankfort Richmond, California -0.0619483572734352422 +29745 cspg_html_2039656422 cspg_html_2039656422:38:3800:3809 Neruokpuk Spring River (Missouri) -0.432236767973233238 +29746 aapg_ah_696.html aapg_ah_696.html:353:49500:49549 Rockwell Washington (state) -0.0350961840937315667 +29747 cspg_html_6274889925 cspg_html_6274889925:14:1263:1275 Saskatchewan Victoria, British Columbia -0.0295955881019379606 +29748 aapg_ai_860.html aapg_ai_860.html:283:42712:42723 Platteville Illinois -0.444920804843658924 +29749 aapg_ac_635.html aapg_ac_635.html:49:6789:6795 Oregon Populus sect. Aegiros -0.0155129109205666468 +29750 aapg_ad_269.html aapg_ad_269.html:70:7951:7958 Todilto Entrada Sandstone -0.0719827501637438222 +29751 aapg_ac_211.html aapg_ac_211.html:802:45759:45767 Colorado Denver -0.018225670847461909 +29752 aapg_ai_112.html aapg_ai_112.html:60:12064:12079 Goliad Texas 0.0164704205473771778 +29753 aapg_ad_820.html aapg_ad_820.html:237:27373:27385 Exshaw Lacombe, Alberta -0.495948547106679682 +29754 aapg_af_337.html aapg_af_337.html:3:457:478 Piney Point Delaware 0.773188868939316265 +29755 aapg_ae_392.html aapg_ae_392.html:128:11645:11651 Warsaw Batesville, Arkansas 0.0433821006587485278 +29756 aapg_ah_665.html aapg_ah_665.html:196:22052:22067 Weeks Logan, Utah -0.191672840110919535 +29757 aapg_aa_216.html aapg_aa_216.html:702:64946:64950 Kent North Sea oil -0.055780905494621745 +29758 geology_html_3347895539 geology_html_3347895539:12:470:478 Montreal Quebec City -0.0350961840937315667 +29759 cspg_html_3762708087 cspg_html_3762708087:250:33721:33737 Viking Regina, Saskatchewan 0.5224146035462367 +29760 cspg_html_7086880709 cspg_html_7086880709:312:40112:40126 Elk Lacombe, Alberta -0.0386168312473477923 +29761 aapg_ae_319.html aapg_ae_319.html:595:50179:50185 Carmel Vernal, Utah -0.432346977926754639 +29762 palaios_html_7679079277 palaios_html_7679079277:580:48288:48299 Pine Island Melbourne, Florida -0.493300753020914584 +29763 gsa_html_8152640301 gsa_html_8152640301:805:74521:74552 Naknek Anchorage, Alaska 0.344494494319523281 +29764 aapg_ai_157.html aapg_ai_157.html:453:41947:41953 Guelph Norfolk, Virginia -0.0190651145503429667 +29765 cspg_html_3473883402 cspg_html_3473883402:308:49163:49184 Cooking Lake Edmonton, London -0.0748836295189966306 +29766 geology_html_4403865682 geology_html_4403865682:305:26302:26338 Protection San Francisco -0.0418113941638034933 +29767 aapg_ai_764.html aapg_ai_764.html:112:12754:12773 Oil Creek West Texas -0.485663921579086111 +29768 aapg_aa_172.html aapg_aa_172.html:699:75345:75362 Bedford Canada -0.48062584784091128 +29769 cspg_html_4176605708 cspg_html_4176605708:756:70739:70757 Dunvegan Victoria, British Columbia -0.413951619546012173 +29770 gsa_html_7040053075 gsa_html_7040053075:1272:129655:129663 Rockwell California -0.471819338906025898 +29771 aapg_aa_954.html aapg_aa_954.html:240:21597:21613 Bethel Laurens County, Georgia -0.466007095038280028 +29772 aapg_ae_884.html aapg_ae_884.html:194:25915:25933 Frontier Mancos, Colorado 1.02542659662943092 +29773 gsa_html_8321564642 gsa_html_8321564642:876:83420:83425 Crete Greece -0.44326223419282984 +29774 aapg_ad_864.html aapg_ad_864.html:521:37247:37271 Choctawhatchee Melbourne, Florida -0.458180950614220484 +29775 cspg_html_9941227593 cspg_html_9941227593:855:83776:83817 Shaunavon Regina, Saskatchewan -0.0292651452152505043 +29776 aapg_af_452.html aapg_af_452.html:38:5568:5588 Phosphoria Cheyenne, Wyoming 0.0113583166753052998 +29777 geology_html_7176261014 geology_html_7176261014:281:21887:21891 Hall London, Ontario -0.0492217054882720523 +29778 aapg_ah_645.html aapg_ah_645.html:88:11595:11600 Piper Williston, Vermont -0.428045108019172948 +29779 aapg_ah_614.html aapg_ah_614.html:6:603:620 Sullivan Anchorage, Alaska -0.00272390391992803757 +29780 aapg_af_494.html aapg_af_494.html:77:7830:7855 Red Head Rapids Southampton Island 0.332527289583742669 +29781 cspg_html_8756009083 cspg_html_8756009083:764:78380:78399 Chinchaga Great Slave Lake 0.388084438001714882 +29782 aapg_ae_958.html aapg_ae_958.html:1894:161589:161607 Carlsbad New Mexico -0.030413036449144077 +29783 gsa_html_1119256423 gsa_html_1119256423:856:86518:86535 White River Nebraska -0.457532796484121151 +29784 gsa_html_1617077506 gsa_html_1617077506:9:372:380 Columbia Victoria, British Columbia -0.038468880180471815 +29785 aapg_ae_28.html aapg_ae_28.html:640:53517:53533 Bighorn Dolomite Cheyenne, Wyoming 0.00299316941719320615 +29786 aapg_ae_96.html aapg_ae_96.html:164:19154:19160 Oregon Reno, Nevada -0.0213629091377398328 +29787 cspg_html_9768299963 cspg_html_9768299963:279:30418:30435 Belly River Lacombe, Alberta -0.0883962101750423029 +29788 gsa_html_4446967287 gsa_html_4446967287:639:55409:55417 Columbia Victoria, British Columbia 0.0254917166036998516 +29789 sedimentology_html_2601136107 sedimentology_html_2601136107:1485:91248:91268 San Andres West, Texas 0.00112916628904579774 +29790 cspg_html_5241714595 cspg_html_5241714595:638:95437:95453 Exshaw Regina, Saskatchewan -0.439223139625051329 +29791 aapg_ad_683.html aapg_ad_683.html:738:73866:73870 Rico Colorado -0.48908614313905685 +29792 cspg_html_1814004928 cspg_html_1814004928:702:70348:70374 Monterey California 0.00608022205823671724 +29793 palaios_html_1047361324 palaios_html_1047361324:445:43625:43649 Choctawhatchee Melbourne, Florida -0.292638263934229592 +29794 jgeology_html_1095412310 jgeology_html_1095412310:525:32111:32149 Conococheague Maryland -0.249176426897777692 +29795 aapg_ad_557.html aapg_ad_557.html:8287:375780:375808 Capistrano California -0.0366623139169080098 +29796 cspg_html_4374961624 cspg_html_4374961624:29:5179:5184 Tatei Mount Robson Provincial Park -0.484310536940914471 +29797 aapg_ae_876.html aapg_ae_876.html:274:28157:28182 Cedar Mountain Middle East 0.00711563996852309245 +29798 gsa_html_6281658899 gsa_html_6281658899:694:75718:75746 Green River Cheyenne, Wyoming -0.0379467177170490291 +29799 aapg_ah_148.html aapg_ah_148.html:298:34892:34904 Cooking Lake Lacombe, Alberta -0.0275956665484899596 +29800 cspg_html_9958679425 cspg_html_9958679425:36:3848:3854 Calmar Regina, Saskatchewan -0.438450704245630596 +29801 aapg_ac_490.html aapg_ac_490.html:176:22161:22169 Hulcross Boulder Creek (Colorado) -0.464405306663695727 +29802 sedimentology_html_6341302045 sedimentology_html_6341302045:565:49307:49325 York River Virginia -0.0182917127831857887 +29803 cspg_html_9701352317 cspg_html_9701352317:6:504:524 Otto Fiord Ellesmere Island -0.201910933388831787 +29804 palaios_html_5600528347 palaios_html_5600528347:569:54705:54726 Green River Cheyenne, Wyoming -0.441459714368856782 +29805 aapg_ad_152.html aapg_ad_152.html:2275:287139:287156 Kaibab Arizona -0.465579516089382972 +29806 aapg_ac_103.html aapg_ac_103.html:17:2884:2888 Lyre Clallam County, Washington -0.0368502653061740099 +29807 cspg_html_8532932475 cspg_html_8532932475:195:20588:20605 Bluesky Willapa Bay -0.0547936736355184237 +29808 cspg_html_8369994160 cspg_html_8369994160:165:17543:17566 Turner Valley Elkton, Kentucky -0.429960502864963123 +29809 sedimentology_html_3948129797 sedimentology_html_3948129797:1836:115502:115506 Ross Stroudsburg, Pennsylvania 0.00312693377810401713 +29810 cspg_html_2873888604 cspg_html_2873888604:189:30215:30223 Columbia Lacombe, Alberta -0.00500312776260552431 +29811 sedimentology_html_3865745685 sedimentology_html_3865745685:1855:121300:121318 Dunvegan Wadsworth, Ohio -0.482110877310477137 +29812 gsa_html_4940410718 gsa_html_4940410718:535:48893:48906 Santa Barbara North Atlantic Current -0.448217795173201261 +29813 aapg_af_854.html aapg_af_854.html:345:43047:43057 Kinderhook Bloomington, Indiana -0.060151955110341257 +29814 cspg_html_3854139935 cspg_html_3854139935:29:4660:4667 Pakowki Milk River, Alberta -0.463396817899322633 +29815 cspg_html_9275863663 cspg_html_9275863663:217:31112:31127 Waterways Swan Hill, Victoria -0.498184372130755504 +29816 cspg_html_6032369756 cspg_html_6032369756:435:52554:52566 Medicine Hat Milk River, Alberta -0.0306269732531419848 +29817 aapg_af_897.html aapg_af_897.html:5:772:781 Allegheny Pottsville, Pennsylvania 0.0267036232242571329 +29818 sedimentology_html_6630646481 sedimentology_html_6630646481:2195:64747:64757 Washington Salem, Oregon -0.509709389895245502 +29819 aapg_ac_715.html aapg_ac_715.html:199:14322:14332 Cedar Lake Wright County, Missouri -0.453008719186489883 +29820 gsa_html_3646882130 gsa_html_3646882130:430:40950:40960 Washington Washington (state) -0.440254051746647612 +29821 aapg_ai_975.html aapg_ai_975.html:51:9355:9371 Paluxy Rodessa, Louisiana -0.060151955110341257 +29822 gsa_html_5107598462 gsa_html_5107598462:86:8388:8421 Martinsburg Waynesboro, Pennsylvania -0.482989599489924148 +29823 aapg_aa_66.html aapg_aa_66.html:315:28206:28212 Denver Colorado -0.0699226679909632082 +29824 palaios_html_6496160433 palaios_html_6496160433:106:16127:16151 El Paso Texas -0.448282824521055501 +29825 geology_html_8177333319 geology_html_8177333319:109:10064:10073 Newcastle Jamaica, Queens -0.0139559511282587399 +29826 cspg_html_1159946432 cspg_html_1159946432:794:91249:91261 Saskatchewan Waseca, Minnesota -0.0526801439940360397 +29827 aapg_af_469.html aapg_af_469.html:366:41487:41495 Humboldt Great Basin -0.00639293020944086028 +29828 aapg_af_598.html aapg_af_598.html:125:9800:9807 Lenapah Seminole, Texas -0.471382028770717776 +29829 gsa_html_4671856643 gsa_html_4671856643:62:4829:4857 Green River New Mexico -0.033773852470743819 +29830 aapg_ai_410.html aapg_ai_410.html:366:31943:31963 Maroon Hermosa, Chicago -0.480602591853576067 +29831 gsa_html_1040524378 gsa_html_1040524378:615:69660:69671 Green River Cheyenne, Wyoming 0.0051247343510113369 +29832 aapg_ad_959.html aapg_ad_959.html:104:10833:10855 Clays Ferry Kentucky -0.278245404070154911 +29833 aapg_ai_491.html aapg_ai_491.html:281:33555:33580 Pinkerton Trail Des Moines, Washington 0.0202209289615103982 +29834 aapg_aa_426.html aapg_aa_426.html:156:34473:34497 Smackover Haynesville, Louisiana 0.034762106259212 +29835 AMJC_html_6341723617 AMJC_html_6341723617:319:29082:29101 Flagstaff Flagstaff, Arizona -0.477130519718023338 +29836 aapg_ae_223.html aapg_ae_223.html:91:11285:11294 Mesaverde Colorado 0.0014766026609327194 +29837 cspg_html_4625995889 cspg_html_4625995889:459:59223:59239 Albert New Brunswick, New Jersey -0.189102016484878371 +29838 aapg_aa_124.html aapg_aa_124.html:925:86864:86884 Bow Island Canada -0.439258669305734428 +29839 aapg_ad_683.html aapg_ad_683.html:58:8850:8865 Supai Coconino County, Arizona -0.0190651145503429667 +29840 aapg_ah_536.html aapg_ah_536.html:393:51487:51494 Rodessa Rodessa, Louisiana 0.00618793246160323843 +29841 gsa_html_4719798013 gsa_html_4719798013:386:39474:39499 Blackwater Draw Pecos River -0.462111625185478381 +29842 gsa_html_5507509274 gsa_html_5507509274:1100:108125:108135 Washington Boise, Idaho 0.0206937035269286161 +29843 sedimentology_html_6337108022 sedimentology_html_6337108022:1362:70159:70174 Makah Washington (state) -0.45295011354581094 +29844 cspg_html_5406720001 cspg_html_5406720001:115:14073:14081 Columbia Victoria, British Columbia -0.00783141030284131325 +29845 cspg_html_4403434336 cspg_html_4403434336:258:30638:30643 Price Canada -0.484205441022560468 +29846 aapg_af_308.html aapg_af_308.html:380:44583:44589 Pocono Greenbrier (Great Smoky Mountains) 0.129147098531796345 +29847 aapg_ai_4.html aapg_ai_4.html:116:12902:12910 Monterey Great Basin -0.475554574599736102 +29848 aapg_ai_187.html aapg_ai_187.html:222:22634:22640 Casper Cheyenne, Wyoming -0.00593429213199152261 +29849 cspg_html_3831007171 cspg_html_3831007171:7:422:443 Edmonton Lacombe, Alberta -0.469051848391689397 +29850 gsa_html_9181545711 gsa_html_9181545711:845:76651:76669 Fountain Manitou Springs, Colorado -0.496102469458349238 +29851 aapg_ac_298.html aapg_ac_298.html:187:17735:17747 Saskatchewan Regina, Saskatchewan -0.506417969655151956 +29852 gsa_html_8716356528 gsa_html_8716356528:1229:89634:89662 Green River New Mexico -0.423596590602715206 +29853 cspg_html_6588266079 cspg_html_6588266079:327:33530:33548 Dunvegan Lacombe, Alberta -0.446078886082885928 +29854 palaios_html_3415407632 palaios_html_3415407632:257:25108:25120 Saskatchewan Williston Basin -0.0715979542815062958 +29855 aapg_ac_719.html aapg_ac_719.html:124:13605:13620 Raton Niobrara, Nebraska -0.444094495043231396 +29856 aapg_aa_684.html aapg_aa_684.html:23:2536:2555 Spearfish Black Hills 1.22925479451243236 +29857 aapg_ae_388.html aapg_ae_388.html:241:21419:21436 El Abra Mexico -0.478488911708928044 +29858 cspg_html_2826081830 cspg_html_2826081830:37:5524:5580 Grand Rapids Lacombe, Alberta -0.463253167093327645 +29859 aapg_ad_379.html aapg_ad_379.html:58:5201:5208 Oquirrh Logan, Utah 0.344383120699968681 +29860 aapg_ac_741.html aapg_ac_741.html:227:24680:24698 Niobrara Nebraska -0.408291301606370394 +29861 gsa_html_1783148177 gsa_html_1783148177:1194:105625:105630 Nopah California 0.00427349218410431799 +29862 aapg_ac_972.html aapg_ac_972.html:81:9349:9357 Vaqueros Monterey, California -0.478447154667899333 +29863 aapg_af_0.html aapg_af_0.html:532:58693:58713 Mucuchachi Pennsylvania -0.0816227269931066451 +29864 aapg_ae_876.html aapg_ae_876.html:98:11553:11584 Cedar Mountain Middle East -0.466810220907495799 +29865 aapg_ac_688.html aapg_ac_688.html:266:22893:22914 Green River Logan, Utah -0.0132991361893864783 +29866 aapg_ah_327.html aapg_ah_327.html:292:26484:26491 Charles Williston, Vermont -0.4462802459552766 +29867 palaios_html_2621173808 palaios_html_2621173808:620:69788:69805 Montney Victoria, British Columbia -0.426510306242507076 +29868 aapg_ah_529.html aapg_ah_529.html:151:13289:13306 El Paso Arizona -0.02390265150978289 +29869 aapg_ai_478.html aapg_ai_478.html:34:2973:2985 Fort Simpson Great Slave Lake -0.228629212318917641 +29870 aapg_af_562.html aapg_af_562.html:68:9278:9298 Tuscaloosa Tuscaloosa, Alabama -0.00349522085598196267 +29871 cspg_html_9435196958 cspg_html_9435196958:125:5366:5374 Edmonton Lacombe, Alberta -0.0354198318919945049 +29872 sedimentology_html_7094042012 sedimentology_html_7094042012:722:69083:69090 Deville Jura Mountains -0.463307888475886887 +29873 cspg_html_9661038059 cspg_html_9661038059:254:36531:36551 Bow Island Colorado -0.50720959470918292 +29874 palaios_html_5582845937 palaios_html_5582845937:310:31084:31091 Hampton Virginia -0.477142101104954475 +29875 aapg_aa_621.html aapg_aa_621.html:544:68775:68783 Tensleep Powder River (Montana) -0.487588990851044235 +29876 aapg_ae_147.html aapg_ae_147.html:142:15962:15968 Modelo South Mountains (Arizona) -0.456355529459316345 +29877 cspg_html_8231124788 cspg_html_8231124788:229:25486:25498 Fernie Kootenay River 0.00587522535278851409 +29878 cspg_html_7330983978 cspg_html_7330983978:499:41151:41168 Romaine Canada -0.43451411861660022 +29879 aapg_ae_873.html aapg_ae_873.html:155:19249:19269 Smackover Paluxy, Texas -0.489182445167081981 +29880 aapg_aa_913.html aapg_aa_913.html:382:29977:29984 El Abra Mexico -0.501135865087091292 +29881 aapg_aa_473.html aapg_aa_473.html:330:48165:48187 Barnett Texas -0.0230751498951462693 +29882 gsa_html_2605108986 gsa_html_2605108986:1095:94748:94776 Green River Colorado -0.0405891491966653695 +29883 aapg_ai_479.html aapg_ai_479.html:61:7706:7725 Squaw Bay Michigan -0.0275887108223223723 +29884 aapg_ac_986.html aapg_ac_986.html:1063:122513:122529 Raton New Mexico -0.504971014020977882 +29885 gsa_html_3620519671 gsa_html_3620519671:775:84431:84440 Valentine Reno, Nevada -0.48663294001243923 +29886 geology_html_9803999307 geology_html_9803999307:276:22271:22295 Salado New Mexico -0.0217661828939377244 +29887 gsa_html_1807597349 gsa_html_1807597349:1147:94645:94673 Green River Colorado 0.0317923859746223406 +29888 palaios_html_8869948553 palaios_html_8869948553:61:10733:10739 Moscow Skaneateles (village), New York -0.0334258967197983703 +29889 cspg_html_3404912985 cspg_html_3404912985:107:17942:17959 Bearpaw Lacombe, Alberta -0.0395916240677814321 +29890 aapg_ac_688.html aapg_ac_688.html:110:11487:11504 Entrada Leadville, Colorado 1.03671388093399952 +29891 aapg_ai_705.html aapg_ai_705.html:635:70912:70917 Cadiz Spain -0.0616026532469797841 +29892 cspg_html_4516258038 cspg_html_4516258038:394:45188:45198 Bird Fiord Bathurst Island (Northern Territory) -0.433685955512457477 +29893 aapg_af_469.html aapg_af_469.html:746:75263:75269 Reston Virginia -0.471819338906025898 +29894 gsa_html_2877730818 gsa_html_2877730818:67:7489:7510 Wood Canyon Pahrump, Nevada -0.448892980122610918 +29895 aapg_ah_243.html aapg_ah_243.html:88:10421:10448 Catahoula Texas -0.0252604746773001342 +29896 cspg_html_2018998204 cspg_html_2018998204:67:7967:7972 Nonda Liard River, British Columbia -0.454935799752899217 +29897 aapg_ae_904.html aapg_ae_904.html:514:54069:54077 Columbia Victoria, British Columbia -0.0126805624942423392 +29898 cspg_html_4867288101 cspg_html_4867288101:289:38587:38600 Windsor Bridgetown, Nova Scotia -0.00928383236367189522 +29899 aapg_ai_974.html aapg_ai_974.html:375:40186:40192 Oregon Washington (state) -0.0155129109205666468 +29900 aapg_ac_151.html aapg_ac_151.html:175:27546:27560 Frio Brazoria County, Texas -0.463355772445772196 +29901 gsa_html_1266138577 gsa_html_1266138577:396:32749:32755 Monola Salinas Valley -0.46957525648780718 +29902 aapg_aa_684.html aapg_aa_684.html:191:18735:18739 Jelm Cheyenne, Wyoming -0.112753517137308121 +29903 aapg_ae_794.html aapg_ae_794.html:708:81242:81262 Owl Creek Selma to Montgomery marches -0.488053342950142799 +29904 aapg_ac_989.html aapg_ac_989.html:321:44444:44452 Michigan West Texas -0.013471157649090371 +29905 gsa_html_5928791685 gsa_html_5928791685:145:15246:15271 Westboro Boise, Idaho -0.0346577090486229963 +29906 aapg_ai_296.html aapg_ai_296.html:174:16854:16872 Everton Fulton, Missouri 0.00452191499750925936 +29907 aapg_ah_27.html aapg_ah_27.html:471:62186:62197 Atoka Texas -0.405242785815702222 +29908 aapg_ai_82.html aapg_ai_82.html:107:13585:13595 Greenbrier Pottsville, Pennsylvania -0.00728936970704518669 +29909 aapg_ad_963.html aapg_ad_963.html:17:2298:2307 Macuspana Veracruz, Veracruz -0.0432358146258081874 +29910 aapg_ah_318.html aapg_ah_318.html:1177:118214:118237 Cotton Valley Arkansas -0.47503682505792677 +29911 aapg_ae_47.html aapg_ae_47.html:119:10430:10439 Oil Creek Turkey Creek, Louisiana -0.43519044103107285 +29912 aapg_ad_70.html aapg_ad_70.html:258:17924:17930 Dakota New Mexico -0.441134787563673747 +29913 gsa_html_1217771406 gsa_html_1217771406:801:76905:76918 Santa Barbara California -0.0294721058156958669 +29914 aapg_ah_524.html aapg_ah_524.html:122:12928:12943 Weber Carbondale, Pennsylvania -0.394791741281808661 +29915 cspg_html_4621547038 cspg_html_4621547038:591:64535:64550 Melville Island Ottawa, Kansas -0.499769415710701548 +29916 aapg_ai_49.html aapg_ai_49.html:872:108232:108251 Minnelusa Cheyenne, Wyoming -0.0316027812971720334 +29917 cspg_html_6715452766 cspg_html_6715452766:486:55699:55720 Fort Union Powder River Basin -0.0295955881019379606 +29918 aapg_ai_462.html aapg_ai_462.html:174:18642:18659 El Abra Matamoros, Tamaulipas -0.465616092314337648 +29919 gsa_html_9321336768 gsa_html_9321336768:1036:85770:85798 Green River New Mexico -0.0186775409744464604 +29920 cspg_html_7178716951 cspg_html_7178716951:58:8761:8777 Fernie Kootenay River -0.485537608740225335 +29921 aapg_ai_82.html aapg_ai_82.html:78:10113:10133 Greenbrier Washington (state) 0.188679628720696518 +29922 aapg_af_479.html aapg_af_479.html:701:74560:74569 San Diego California 0.00829353945746899406 +29923 cspg_html_6140605204 cspg_html_6140605204:38:6243:6259 Dakota Cairns, Queensland 0.0121540899829594047 +29924 aapg_ad_720.html aapg_ad_720.html:799:66106:66119 Yeso New Mexico -0.0353397890519404831 +29925 aapg_ai_388.html aapg_ai_388.html:287:29377:29388 Green River Wasatch Range -0.463526807661379381 +29926 aapg_aa_147.html aapg_aa_147.html:286:35062:35075 Deadwood Regina, Saskatchewan -0.43025958301185474 +29927 aapg_ah_534.html aapg_ah_534.html:133:10594:10601 Willard Selinsgrove Area School District -0.461271782333034175 +29928 gsa_html_8408927252 gsa_html_8408927252:76:7343:7371 Green River Colorado -0.0161298137457332978 +29929 aapg_aa_106.html aapg_aa_106.html:394:41480:41505 Dawson Bay Regina, Saskatchewan 1.07020236111542189 +29930 aapg_ae_777.html aapg_ae_777.html:59:7847:7871 Arroyo Meramec River -0.054289647030115594 +29931 gsa_html_2877093757 gsa_html_2877093757:834:86878:86884 Denver Colorado -0.506518679863000365 +29932 gsa_html_3010975239 gsa_html_3010975239:219:31492:31500 Michigan Saginaw, Michigan -0.480667710196792775 +29933 sedimentology_html_9522643663 sedimentology_html_9522643663:149:13548:13554 Carmel Entrada Sandstone -0.037441986726546049 +29934 cspg_html_9637445661 cspg_html_9637445661:135:14331:14339 Columbia Victoria, British Columbia -0.441406293921039528 +29935 cspg_html_7839431712 cspg_html_7839431712:18:2232:2246 Edmonton Lacombe, Alberta -0.463579265049131273 +29936 cspg_html_8121202912 cspg_html_8121202912:301:36926:36941 Wonah Mount Wilson Observatory -0.0554564637243875128 +29937 palaios_html_1020763489 palaios_html_1020763489:195:22624:22651 Quinault Washington (state) -0.456344217050148659 +29938 aapg_aa_147.html aapg_aa_147.html:670:68775:68805 Saskatchewan Manitoba -0.440325191296006335 +29939 jgeology_html_2295345004 jgeology_html_2295345004:770:51955:51977 Carrizo Texas -0.0201913809518237848 +29940 gsa_html_3380395839 gsa_html_3380395839:51:4832:4838 Oregon Washington (state) -0.487588990851044235 +29941 sedimentology_html_2912098544 sedimentology_html_2912098544:86:10276:10301 Chinle Canyonlands National Park -0.461001107058420345 +29942 cspg_html_4694482219 cspg_html_4694482219:40:4985:4999 Edmonton Western world -0.47495364399168194 +29943 cspg_html_6810036199 cspg_html_6810036199:7:791:811 Bow Island Lacombe, Alberta -0.446186272521599148 +29944 aapg_ah_83.html aapg_ah_83.html:56:7919:7933 Cloverly Cheyenne, Wyoming -0.472881299388360321 +29945 cspg_html_2013109828 cspg_html_2013109828:160:28216:28251 Chancellor Middle East -0.0394819549454150931 +29946 aapg_ad_174.html aapg_ad_174.html:43:5153:5162 Greenhorn Niobrara, Nebraska -0.463764030920631232 +29947 sedimentology_html_2898428289 sedimentology_html_2898428289:1489:78833:78845 Salina Michigan Basin -0.0259316078616598014 +29948 aapg_af_2.html aapg_af_2.html:843:72017:72028 Reclamation Colorado 0.0404986189811308295 +29949 aapg_ai_54.html aapg_ai_54.html:27:3349:3355 Midway Selma to Montgomery marches -0.423085635093811196 +29950 cspg_html_4860363565 cspg_html_4860363565:13:1262:1269 Gilwood Lacombe, Alberta -0.167811796995067125 +29951 aapg_ae_71.html aapg_ae_71.html:313:29034:29040 Navajo Kayenta, Arizona -0.473718414704639712 +29952 gsa_html_5096547935 gsa_html_5096547935:572:54947:54955 Colorado Colorado -0.04995370085151081 +29953 gsa_html_9979192554 gsa_html_9979192554:950:90166:90174 Columbia Victoria, British Columbia -0.468255854243320946 +29954 aapg_af_77.html aapg_af_77.html:72:5983:5992 Smackover Cotton Valley, Louisiana -0.0192997479723480518 +29955 cspg_html_2161417858 cspg_html_2161417858:397:43918:43931 Wabamun Lacombe, Alberta -0.464610795373413321 +29956 geology_html_9591687241 geology_html_9591687241:26:1417:1425 Rockwood Knoxville, Tennessee 0.370440586266924998 +29957 aapg_ah_182.html aapg_ah_182.html:37:4523:4548 Jacksonburg Pennsylvania -0.42422364691980291 +29958 palaios_html_8064020973 palaios_html_8064020973:95:11651:11660 St. Johns Arizona -0.459294782857853967 +29959 aapg_aa_181.html aapg_aa_181.html:289:28927:28935 San Jose San Lucas, California -0.498374324087579645 +29960 gsa_html_3898240693 gsa_html_3898240693:658:62881:62890 Flagstaff Arizona -0.482931300996293389 +29961 aapg_ah_215.html aapg_ah_215.html:239:23387:23394 Thorold Norfolk County, Ontario -0.471349814541787038 +29962 palaios_html_3112927242 palaios_html_3112927242:600:51369:51386 Juniata Pennsylvania -0.43580087580188992 +29963 cspg_html_4680797491 cspg_html_4680797491:239:25935:25954 Waterways Swan Hill, Victoria -0.456518443898076276 +29964 aapg_ac_719.html aapg_ac_719.html:167:19586:19604 Huerfano Huerfano, New Mexico -0.478280146619880497 +29965 AMJC_html_1964550508 AMJC_html_1964550508:866:97225:97232 Bedford San Fernando Valley -0.000931127725879682877 +29966 aapg_ai_399.html aapg_ai_399.html:413:41540:41552 Ripley Lagrangian point 0.0119525385350554136 +29967 aapg_ai_44.html aapg_ai_44.html:145:22568:22574 Sierra Venezuela -0.0351971054761553784 +29968 aapg_ae_681.html aapg_ae_681.html:56:7581:7587 Werner Arkansas -0.495988801002771096 +29969 aapg_af_614.html aapg_af_614.html:180:14351:14357 Lisbon Lisbon -0.00382529052751042712 +29970 sedimentology_html_4101202094 sedimentology_html_4101202094:55:6187:6193 Oregon Washington (state) -0.464405306663695727 +29971 aapg_ad_812.html aapg_ad_812.html:50:6261:6269 Red Rock Kayenta, Arizona -0.450586501765938174 +29972 cspg_html_9843429624 cspg_html_9843429624:44:5702:5712 Jean Marie Victoria, British Columbia -0.500402370472918023 +29973 cspg_html_8535889489 cspg_html_8535889489:206:29959:29976 Ringnes Melville Island (Canada) -0.267595464888313983 +29974 cspg_html_1159794850 cspg_html_1159794850:186:28831:28848 Salina Greifensee, Zurich 0.943520484682471072 +29975 aapg_ah_96.html aapg_ah_96.html:553:64329:64337 Winnipeg Red River of the North -0.469809513538571255 +29976 aapg_ae_789.html aapg_ae_789.html:52:6742:6755 Wabamun Lacombe, Alberta -0.0319472030481665059 +29977 aapg_aa_207.html aapg_aa_207.html:107:11390:11400 Wind River Uinta Mountains -0.435714594595624227 +29978 aapg_ah_484.html aapg_ah_484.html:8:1419:1434 Yegua Charlotte, North Carolina -0.425818261082402505 +29979 palaios_html_3753556492 palaios_html_3753556492:512:40506:40514 Scotland Dorset -0.467905110852730732 +29980 gsa_html_6062330506 gsa_html_6062330506:186:22622:22638 Salado Pecos River -0.0378805791019936056 +29981 jgeology_html_4115179562 jgeology_html_4115179562:1097:65293:65312 Tuscarora Virginia -0.430057253759890901 +29982 AMJC_html_8619525948 AMJC_html_8619525948:408:46657:46669 Rhode Island Cambridge, Massachusetts -0.141962109424035393 +29983 aapg_ac_477.html aapg_ac_477.html:593:68570:68587 Cardium Canada 0.024239922929092543 +29984 jgeology_html_4599466962 jgeology_html_4599466962:252:18234:18243 Schoharie Onondaga (tribe) -0.441637804770763531 +29985 AMJC_html_6759408618 AMJC_html_6759408618:59:5191:5200 Allentown Tripoli, Lebanon 1.18704014412914005 +29986 sedimentology_html_2898428289 sedimentology_html_2898428289:1633:84709:84734 Grosmont Western Canadian Sedimentary Basin -0.459805657368256959 +29987 cspg_html_1130307766 cspg_html_1130307766:96:9334:9341 Halfway Victoria, British Columbia -0.035304988004324106 +29988 aapg_ae_836.html aapg_ae_836.html:35:3398:3406 Woodbine Mooringsport, Louisiana -0.00395905591412439809 +29989 aapg_ai_997.html aapg_ai_997.html:737:63433:63449 Forbes Tehama, California -0.470510360514459824 +29990 cspg_html_3008414459 cspg_html_3008414459:581:66150:66165 Mt Lytton Northern Great Plain -0.463764030920631232 +29991 aapg_af_360.html aapg_af_360.html:195:18663:18666 Ada Seminole, Texas -0.45644603384473742 +29992 aapg_ai_409.html aapg_ai_409.html:90:9761:9772 Arkadelphia Arkadelphia, Arkansas -0.471616768153364618 +29993 cspg_html_3124360347 cspg_html_3124360347:344:42644:42655 Utica Iberville Parish, Louisiana -0.457501080653503367 +29994 geology_html_7252964522 geology_html_7252964522:245:21511:21519 Virginia Chesapeake Bay -0.507564872954145541 +29995 AMJC_html_7194812602 AMJC_html_7194812602:330:34630:34637 St Marys China 0.00239731162737208446 +29996 jgeology_html_5435533156 jgeology_html_5435533156:308:19101:19123 Schenectady Frankfort, Illinois -0.492342974330111982 +29997 aapg_ae_388.html aapg_ae_388.html:280:25569:25578 Vicksburg Key West, Florida 0.0256221177771177033 +29998 cspg_html_1565769407 cspg_html_1565769407:97:13029:13040 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador -0.47596853330555533 +29999 aapg_ac_235.html aapg_ac_235.html:369:37572:37590 Cloverly Western world 0.0117822633156924803 +30000 aapg_af_653.html aapg_af_653.html:1201:143771:143777 Cierbo San Pablo Bay National Wildlife Refuge -0.430092438352523254 +30001 geology_html_4304054973 geology_html_4304054973:20:1261:1279 Virginia Lake Superior -0.075625735878494596 +30002 palaios_html_5398833984 palaios_html_5398833984:720:85137:85159 Judith River Lacombe, Alberta 0.00828311544079899167 +30003 geology_html_1218096174 geology_html_1218096174:201:17918:17926 Columbia Mekong Delta -0.458641287983651336 +30004 aapg_ad_440.html aapg_ad_440.html:18:2656:2664 Maccrady Pocono Raceway -0.470216166533545032 +30005 cspg_html_4495377323 cspg_html_4495377323:66:8948:8961 Fernie Lacombe, Alberta -0.432289667144302503 +30006 gsa_html_5188174363 gsa_html_5188174363:14:876:895 Pansy Lee Conglomerate Boulder Creek (Colorado) -0.442860875153750722 +30007 aapg_ah_201.html aapg_ah_201.html:575:59614:59632 Cardium Calgary -0.423072537243216251 +30008 sedimentology_html_8006979411 sedimentology_html_8006979411:83:7176:7210 Kaskapau Lacombe, Alberta -0.443692774120845845 +30009 aapg_ai_802.html aapg_ai_802.html:432:40544:40552 Colorado California -0.11812485024605808 +30010 gsa_html_5516163646 gsa_html_5516163646:298:30561:30569 Colorado Florissant, Colorado -0.429055041262400905 +30011 aapg_aa_1.html aapg_aa_1.html:111:14751:14770 Knoxville Salem, Oregon -0.469152832749018645 +30012 gsa_html_3150321506 gsa_html_3150321506:575:63885:63891 Reston Virginia -0.488452230972983181 +30013 geology_html_3453872408 geology_html_3453872408:197:19535:19540 Morin Anchorage, Alaska -0.0683248098834712408 +30014 aapg_ae_590.html aapg_ae_590.html:408:43553:43569 Weches Carrizo Plain -0.456661018199272462 +30015 AMJC_html_3664856625 AMJC_html_3664856625:298:33680:33690 Fort Union Powder River Basin -0.462453250854801823 +30016 cspg_html_4374961624 cspg_html_4374961624:11:1137:1148 Mount Whyte Mount Robson Provincial Park -0.435661502416701596 +30017 sedimentology_html_3425717106 sedimentology_html_3425717106:697:51689:51707 Sheepbed Canada -0.451733774163315116 +30018 aapg_ad_424.html aapg_ad_424.html:36:3686:3692 Dakota Rio Arriba County, New Mexico -0.415860834343692309 +30019 cspg_html_1893593837 cspg_html_1893593837:484:32101:32126 Red Head Rapids Churchill River (Atlantic) -0.0503650435699674118 +30020 aapg_ai_700.html aapg_ai_700.html:91:9542:9548 Jordan Western world -0.011024723133422322 +30021 aapg_ac_486.html aapg_ac_486.html:91:11383:11389 Dakota Colorado -0.000774781561203988548 +30022 aapg_ai_388.html aapg_ai_388.html:251:25862:25867 Uinta Uinta Mountains -0.452882496357985831 +30023 cspg_html_4319383223 cspg_html_4319383223:667:69251:69281 Doig Lacombe, Alberta -0.472823676298187945 +30024 cspg_html_9332855346 cspg_html_9332855346:179:15976:15988 Winnipegosis Lacombe, Alberta -0.00877304685539758919 +30025 aapg_af_575.html aapg_af_575.html:1023:149013:149029 Wellington Cedar Hill, Texas -0.434712986404073964 +30026 cspg_html_4287356899 cspg_html_4287356899:911:125872:125892 Kanayut Conglomerate Anchorage, Alaska -0.464409872562970838 +30027 aapg_ad_258.html aapg_ad_258.html:120:11745:11770 Venango Venango, Pennsylvania -0.481945488841025893 +30028 aapg_ai_49.html aapg_ai_49.html:260:30866:30872 Carmel San Juan Mountains 0.352676636226155249 +30029 cspg_html_8426933697 cspg_html_8426933697:377:50076:50084 Columbia Victoria, British Columbia -0.454357696116458765 +30030 aapg_ae_73.html aapg_ae_73.html:454:59950:59959 Greenhorn Las Vegas Strip -0.42193152612717999 +30031 aapg_af_67.html aapg_af_67.html:15:2302:2322 Jefferson Logan, Utah -0.0315036314272049284 +30032 palaios_html_3140337808 palaios_html_3140337808:56:5454:5481 Florissant Colorado -0.450582005503512739 +30033 gsa_html_1662492421 gsa_html_1662492421:697:60244:60254 Washington Whidbey Island -0.44951252529713398 +30034 cspg_html_1019614994 cspg_html_1019614994:429:72011:72028 Exshaw Lacombe, Alberta -0.461271782333034175 +30035 aapg_af_212.html aapg_af_212.html:140:14029:14037 Oakville Oakville, California -0.0212221131504006823 +30036 aapg_af_479.html aapg_af_479.html:392:43265:43285 Point Loma La Jolla Cove -0.474815026513922711 +30037 cspg_html_3129231627 cspg_html_3129231627:345:45886:45900 Thumb Mountain Ellesmere Island -0.198596525263238566 +30038 gsa_html_8480550317 gsa_html_8480550317:1074:84905:84933 Green River Colorado 0.0121158646084473642 +30039 palaios_html_4223976574 palaios_html_4223976574:283:23103:23112 San Diego California -0.48309921135944367 +30040 aapg_ac_749.html aapg_ac_749.html:166:23656:23664 Reynales Maplewood, Minnesota -0.462576268150975078 +30041 palaios_html_3913194290 palaios_html_3913194290:234:17442:17446 Hall London, Ontario -0.427887128546325712 +30042 palaios_html_3609052527 palaios_html_3609052527:483:46964:46973 Littleton Texas -0.446011775932438015 +30043 aapg_ae_370.html aapg_ae_370.html:554:54048:54073 Pittsburg Bluff Scappoose, Oregon -0.471382028770717776 +30044 aapg_ai_49.html aapg_ai_49.html:260:31107:31120 Sundance Carmel, Indiana 0.42518578479333291 +30045 aapg_af_880.html aapg_af_880.html:1022:130030:130039 Minnelusa Black Hills -0.243722023369564889 +30046 aapg_af_775.html aapg_af_775.html:331:21969:21975 Lissie Oakville, California -0.463250887108730525 +30047 aapg_ai_483.html aapg_ai_483.html:81:8211:8216 Logan Gallatin River -0.0239565449099976777 +30048 cspg_html_5456368738 cspg_html_5456368738:109:13201:13211 Beavertail Mackenzie River -0.499246281017071747 +30049 cspg_html_1984085623 cspg_html_1984085623:128:18378:18386 Columbia Lacombe, Alberta -0.0285868941347483252 +30050 aapg_ah_288.html aapg_ah_288.html:156:15976:15982 Beluga Anchorage, Alaska 0.747061242247998081 +30051 cspg_html_3883962749 cspg_html_3883962749:73:10488:10496 Entrance Mountain Park (Holyoke, Massachusetts) -0.00818929939777349181 +30052 aapg_af_397.html aapg_af_397.html:69:8275:8282 Todilto Entrada Sandstone -0.0561402516224212972 +30053 gsa_html_5924250698 gsa_html_5924250698:938:88822:88843 Browns Park Moffat County, Colorado -0.0204312426216018105 +30054 aapg_af_854.html aapg_af_854.html:469:61736:61748 Borden Edwardsville, Illinois -0.0531596434481698826 +30055 aapg_ai_28.html aapg_ai_28.html:8:1512:1528 Reynosa Beaumont, Texas -0.491131969162477144 +30056 geology_html_8682508261 geology_html_8682508261:28:1898:1911 Bigfork Chert Middle Ordovician -0.499512563259915887 +30057 aapg_ae_419.html aapg_ae_419.html:99:11898:11904 Sierra Durango, Durango -0.0489010438658518606 +30058 sedimentology_html_9378527223 sedimentology_html_9378527223:2074:60380:60397 Dakota Cheyenne, Wyoming 0.0195500267274268669 +30059 aapg_aa_118.html aapg_aa_118.html:306:28571:28583 Rockwell South Hero, Vermont -0.00914484248868216616 +30060 aapg_af_665.html aapg_af_665.html:197:21595:21599 Frio Horseshoe Lake, Arkansas -0.462097962880594848 +30061 sedimentology_html_7488726250 sedimentology_html_7488726250:1381:106136:106154 Gowganda Ontario, California 0.00330065394967362811 +30062 aapg_af_129.html aapg_af_129.html:327:34504:34520 Casper Cheyenne, Wyoming -0.103455958103004023 +30063 aapg_ae_667.html aapg_ae_667.html:30:5096:5124 Green River Uinta Mountains -0.457786563407215019 +30064 aapg_ai_583.html aapg_ai_583.html:136:19161:19176 Swift Cheyenne, Wyoming -0.417363557088893333 +30065 gsa_html_7580135520 gsa_html_7580135520:661:59628:59656 Green River Iran -0.0330135830277358128 +30066 aapg_ah_199.html aapg_ah_199.html:350:36935:36949 Atoka Berlin -0.0850660583933714881 +30067 aapg_ad_430.html aapg_ad_430.html:191:14829:14857 Smackover Rodessa, Louisiana -0.396906914195884031 +30068 aapg_ae_916.html aapg_ae_916.html:257:29635:29640 Mt Lytton Judith River Formation -0.448578878596292641 +30069 aapg_af_843.html aapg_af_843.html:105:9907:9925 Whitehorse Pecos County, Texas -0.446078886082885928 +30070 aapg_aa_267.html aapg_aa_267.html:22:2932:2940 Sycamore Greenbrier (Great Smoky Mountains) -0.469024309212410007 +30071 aapg_ac_832.html aapg_ac_832.html:304:34421:34435 Stony Mountain Williston, Vermont 0.00902496409790776687 +30072 gsa_html_2385270880 gsa_html_2385270880:572:57210:57221 Green River North Fork Toutle River -0.424846739582848965 +30073 sedimentology_html_8138809465 sedimentology_html_8138809465:1034:63832:63836 Kano Sakai, Osaka -0.471432653520514666 +30074 cspg_html_7086880709 cspg_html_7086880709:594:77505:77525 Slave Point Great Slave Lake -0.0204677435827045166 +30075 gsa_html_5528299577 gsa_html_5528299577:977:85146:85174 Green River Iran -0.0237635726163751594 +30076 gsa_html_4438819447 gsa_html_4438819447:843:79851:79867 Dakota Iowa 0.431203624395236518 +30077 aapg_ae_535.html aapg_ae_535.html:479:51895:51901 Kodiak Anchorage, Alaska -0.489932094547215424 +30078 geology_html_1133918313 geology_html_1133918313:14:811:823 Rhode Island Newport, Rhode Island -0.490016735996709807 +30079 cspg_html_3008745251 cspg_html_3008745251:221:27619:27639 Road River Victoria, British Columbia -0.450649451770273157 +30080 geology_html_3694117383 geology_html_3694117383:245:23702:23708 Denver Logan, Utah -0.00395905591412439809 +30081 gsa_html_3380395839 gsa_html_3380395839:743:67902:67928 Crescent Bremerton, Washington -0.000521153440822292734 +30082 aapg_ae_855.html aapg_ae_855.html:157:16227:16248 Green River Flagstaff, Arizona -0.461526610478465105 +30083 aapg_af_18.html aapg_af_18.html:500:53837:53848 Skull Creek Niobrara, Nebraska -0.427843250012949428 +30084 aapg_ah_827.html aapg_ah_827.html:545:69114:69133 Athabasca Lacombe, Alberta -0.456391730122837791 +30085 gsa_html_8511433472 gsa_html_8511433472:128:11064:11073 Newcastle Sydney Basin -0.429105566113656023 +30086 cspg_html_6985536436 cspg_html_6985536436:748:98211:98223 Horton River Canada -0.454034931813569353 +30087 gsa_html_1040524378 gsa_html_1040524378:363:41999:42006 Challis Absaroka -0.47495364399168194 +30088 gsa_html_5686241545 gsa_html_5686241545:29:2796:2824 Green River Iran -0.0230090906667148494 +30089 aapg_ac_913.html aapg_ac_913.html:188:17477:17497 Hartshorne Atoka, Oklahoma -0.448484669177164286 +30090 palaios_html_1018466366 palaios_html_1018466366:1784:150851:150859 Columbia Victoria, British Columbia -0.476061064960921709 +30091 palaios_html_3503183206 palaios_html_3503183206:15:920:932 Saskatchewan Regina, Saskatchewan -0.030548703261185188 +30092 aapg_aa_261.html aapg_aa_261.html:115:16370:16386 Amsden Cheyenne, Wyoming -0.45896570683289678 +30093 aapg_af_624.html aapg_af_624.html:20:3092:3110 Tensleep Crook, Colorado -0.0448416139900337171 +30094 gsa_html_4650354985 gsa_html_4650354985:1248:100261:100287 Cutler Colorado -0.470200080639580853 +30095 cspg_html_7402164801 cspg_html_7402164801:57:6672:6685 Bearpaw Lacombe, Alberta -0.458262569586093849 +30096 aapg_ai_952.html aapg_ai_952.html:3:231:248 Ivishak Anchorage, Alaska -0.452055720301517416 +30097 aapg_ae_265.html aapg_ae_265.html:13:2444:2465 Pottsville Huntington, West Virginia 0.0153165479821608438 +30098 cspg_html_3463500725 cspg_html_3463500725:43:7182:7190 Prospect Absaroka 0.00421268950566507355 +30099 aapg_aa_621.html aapg_aa_621.html:411:49927:49932 Lance Fort Union Trading Post National Historic Site -0.478767343423892489 +30100 jgeology_html_8458939192 jgeology_html_8458939192:713:47240:47273 Entrada Logan, Utah -0.424391951314652904 +30101 geology_html_7523876858 geology_html_7523876858:221:20917:20923 Lehman Malawi -0.502986755822435128 +30102 aapg_af_839.html aapg_af_839.html:9:1412:1420 Michigan Arenac County, Michigan -0.0818470605647486221 +30103 aapg_ah_358.html aapg_ah_358.html:525:28441:28449 Grayburg Nashville Basin -0.445984933244691462 +30104 aapg_ak_72.html aapg_ak_72.html:15:1915:1923 Michigan Williston, Vermont -0.433423304094416983 +30105 aapg_af_568.html aapg_af_568.html:140:16252:16271 Sundance Iles 0.00404070500823521667 +30106 aapg_af_77.html aapg_af_77.html:252:19725:19744 Cotton Valley Upshur County, West Virginia -0.45112171556163283 +30107 cspg_html_8588503765 cspg_html_8588503765:248:30810:30818 Columbia Victoria, British Columbia -0.474438560215669658 +30108 aapg_ah_978.html aapg_ah_978.html:183:20272:20281 Etchegoin Tulare, California -0.436832441054611387 +30109 aapg_ad_351.html aapg_ad_351.html:839:75705:75711 Keokuk Burlington, Ontario -0.416810337447515888 +30110 aapg_ah_419.html aapg_ah_419.html:216:18440:18453 Bearpaw Lethbridge -0.421890099930447016 +30111 aapg_ad_564.html aapg_ad_564.html:4791:374843:374861 Frontier Cheyenne, Wyoming -0.428929839085586462 +30112 aapg_af_308.html aapg_af_308.html:383:45232:45237 Logan McDowell County, West Virginia -0.0219956359317186878 +30113 sedimentology_html_2596296708 sedimentology_html_2596296708:64:6798:6807 Peninsula China -0.0431731213623836943 +30114 aapg_ah_157.html aapg_ah_157.html:247:34986:34994 Woodford Albany, New York -0.0582723056187257615 +30115 aapg_ac_720.html aapg_ac_720.html:187:21995:22016 Hornerstown Closter, New Jersey 0.01526267877796662 +30116 aapg_ae_535.html aapg_ae_535.html:32:4144:4171 Narrow Cape Kodiak Island -0.23257031995757535 +30117 aapg_af_874.html aapg_af_874.html:82:5312:5333 Pottsville Pocono Raceway 0.7663113676637483 +30118 aapg_ah_96.html aapg_ah_96.html:235:26691:26700 Williston Winnipeg -0.0159925297595795608 +30119 aapg_ad_92.html aapg_ad_92.html:40:4249:4254 Basal Parker County, Texas -0.0159490856269059456 +30120 aapg_ae_57.html aapg_ae_57.html:30:3780:3798 Leon Logan, Utah -0.0850835973610678531 +30121 aapg_ai_49.html aapg_ai_49.html:678:88786:88794 Woodside Colorado -0.0527882465150959351 +30122 aapg_ae_984.html aapg_ae_984.html:5:916:934 Carlsbad Salado, Texas -0.4597920302667165 +30123 aapg_ac_213.html aapg_ac_213.html:336:27532:27554 Water Canyon Logan, Utah -0.270144006510481149 +30124 aapg_ac_697.html aapg_ac_697.html:215:17937:17955 Morrison Jefferson County, Colorado -0.340130607632758708 +30125 sedimentology_html_3914054382 sedimentology_html_3914054382:786:59267:59271 Hall London, Ontario -0.45417711448712661 +30126 cspg_html_8213243928 cspg_html_8213243928:76:7879:7891 Devon Island Ellesmere Island -0.245239834447920663 +30127 aapg_af_461.html aapg_af_461.html:55:5672:5680 Michigan Milwaukee -0.0642483167942689143 +30128 aapg_ai_236.html aapg_ai_236.html:239:22307:22313 Benson Doddridge County, West Virginia -0.493565158874039067 +30129 aapg_af_598.html aapg_af_598.html:145:11873:11890 Lenapah Talala, Oklahoma 0.00633907480086522146 +30130 palaios_html_3985706634 palaios_html_3985706634:415:44552:44562 Cabot Head Ontario, California 0.0154590412849191748 +30131 palaios_html_6181154320 palaios_html_6181154320:449:39700:39706 Laguna Nassau, Bahamas -0.471340610693628537 +30132 aapg_ac_338.html aapg_ac_338.html:347:40757:40765 Colorado Denver -0.064040463163783104 +30133 gsa_html_9052101586 gsa_html_9052101586:544:68516:68527 Peoria Peoria, Illinois -0.0283121254572706732 +30134 aapg_ah_871.html aapg_ah_871.html:437:48694:48699 Laval Lowville (town), New York -0.442595627901035182 +30135 aapg_af_705.html aapg_af_705.html:86:8749:8761 Austin Chalk Washington (state) 0.00247722244128732597 +30136 aapg_ae_783.html aapg_ae_783.html:16:2703:2711 Sycamore Ouachita Mountains -0.440467486742992853 +30137 geology_html_2239244553 geology_html_2239244553:27:1803:1813 Washington Salem, Oregon -0.447168994241326834 +30138 geology_html_4022603373 geology_html_4022603373:278:23842:23847 Spray Earth -0.0367528086008553287 +30139 geology_html_7815558619 geology_html_7815558619:343:23437:23457 Waterville Portland, Maine -0.0338921598886321312 +30140 cspg_html_6116883777 cspg_html_6116883777:895:119632:119651 Allen Bay Devon Island -0.00308350377484213492 +30141 cspg_html_5891044027 cspg_html_5891044027:360:70804:70830 Dutch Creek Purcell Mountains -0.032535178592891574 +30142 gsa_html_4910884318 gsa_html_4910884318:33:1633:1639 Goshen Virginia -0.484098022941034878 +30143 aapg_aa_993.html aapg_aa_993.html:96:10287:10310 Cotton Valley East Texas -0.44830973456876172 +30144 gsa_html_1553263562 gsa_html_1553263562:887:78144:78160 Cutler Colorado -0.460980639153810601 +30145 palaios_html_8055229939 palaios_html_8055229939:354:41070:41102 Moenave Logan, Utah -0.494968839994781917 +30146 aapg_ad_627.html aapg_ad_627.html:51:6403:6432 White River Vernal, Utah -0.423076903173580265 +30147 aapg_af_897.html aapg_af_897.html:7:1143:1152 Allegheny Hartville, Missouri -0.0274774196841049353 +30148 aapg_af_771.html aapg_af_771.html:40:5480:5495 Knoxville Knoxville, Illinois -0.428567504724311155 +30149 aapg_ai_921.html aapg_ai_921.html:19:3877:3885 Honeycut Nashville Basin -0.489323394611266782 +30150 sedimentology_html_3981193036 sedimentology_html_3981193036:413:26053:26077 Old Fort Canada -0.457555451333636842 +30151 palaios_html_7061055514 palaios_html_7061055514:12:503:512 San Diego California -0.508331161806444776 +30152 aapg_ae_705.html aapg_ae_705.html:551:52713:52731 Casitas Carpinteria, California -0.46809765859229685 +30153 gsa_html_2743423721 gsa_html_2743423721:689:70103:70126 Lincoln Creek Washington (state) -0.44721379024503416 +30154 aapg_ah_244.html aapg_ah_244.html:172:21961:21967 Jordan Jurf Kas Sukr Bridge -0.0157388171484894208 +30155 aapg_aa_797.html aapg_aa_797.html:65:8337:8349 Cutler Canyonlands National Park -0.00202555313540596143 +30156 cspg_html_5880669950 cspg_html_5880669950:538:56794:56829 Swan Hills Lacombe, Alberta -0.434606918343987458 +30157 aapg_ac_246.html aapg_ac_246.html:233:23213:23223 Lakota Black Hills -0.445106268068768518 +30158 jgeology_html_6506349432 jgeology_html_6506349432:604:40746:40759 Santa Barbara California -0.0405821853026711934 +30159 aapg_ai_144.html aapg_ai_144.html:443:39470:39488 Wapiabi Lacombe, Alberta -0.0621055019380407081 +30160 cspg_html_8231124788 cspg_html_8231124788:278:26976:26981 Price Victoria, British Columbia -0.431256465733329653 +30161 cspg_html_3102530088 cspg_html_3102530088:614:77477:77491 Colorado Regina, Saskatchewan -0.0894249003146919824 +30162 aapg_ad_42.html aapg_ad_42.html:272:26840:26845 Alexo Lacombe, Alberta -0.471432653520514666 +30163 aapg_ae_419.html aapg_ae_419.html:4456:266640:266653 Velasco Mexico -0.441860465923672896 +30164 aapg_ad_2.html aapg_ad_2.html:1084:148787:148807 Beekmantown Pennsylvania -0.461601707643698789 +30165 gsa_html_7903505475 gsa_html_7903505475:54:3240:3268 Green River Colorado -0.0144772441484254995 +30166 cspg_html_3104089151 cspg_html_3104089151:17:1453:1473 Blackstone Western world -0.461089806729199636 +30167 cspg_html_1312400675 cspg_html_1312400675:114:13331:13350 Frenchman Regina, Saskatchewan -0.466007095038280028 +30168 aapg_ae_916.html aapg_ae_916.html:15:2452:2458 Casper Cheyenne, Wyoming -0.014028931537317782 +30169 cspg_html_9587281669 cspg_html_9587281669:88:15812:15825 Turner Valley Milk River, Alberta -0.0197377379215514133 +30170 aapg_ae_473.html aapg_ae_473.html:409:37919:37928 Kosciusko Hinds County, Mississippi -0.504774767639582622 +30171 gsa_html_7498897688 gsa_html_7498897688:675:59377:59387 Laurentian Mexico -0.0147326815118864023 +30172 aapg_ac_629.html aapg_ac_629.html:726:86755:86765 Citronelle Mississippi River 0.352952024526807684 +30173 cspg_html_1654370716 cspg_html_1654370716:140:17632:17640 Michigan Regina, Saskatchewan -0.440620923452583413 +30174 aapg_ac_36.html aapg_ac_36.html:1181:117794:117803 Peninsula Colombia -0.0439289536259747163 +30175 aapg_aa_696.html aapg_aa_696.html:757:79768:79776 Colorado Colorado -0.504439820085948343 +30176 gsa_html_3946358846 gsa_html_3946358846:365:37079:37087 Colorado Denver -0.475977786028375149 +30177 aapg_ac_765.html aapg_ac_765.html:329:60488:60499 Chinle Chinle Formation 0.774224028195959035 +30178 aapg_af_91.html aapg_af_91.html:722:79804:79831 Prospect Pine Valley, Pennsylvania -0.424774571263088097 +30179 aapg_ae_805.html aapg_ae_805.html:149:17850:17858 Wolfcamp Hermosa, Chicago -0.0221155785118801462 +30180 cspg_html_4630116521 cspg_html_4630116521:1055:107598:107626 Manitoulin Dolomite Ontario, California -0.0133078241167712726 +30181 aapg_ah_0.html aapg_ah_0.html:11:1093:1101 Virginia Reston, Virginia -0.0500164465946093956 +30182 aapg_ah_387.html aapg_ah_387.html:2818:304873:304882 Knoxville Knoxville, Illinois -0.471099044200062878 +30183 cspg_html_7278001817 cspg_html_7278001817:85:12618:12626 Columbia Victoria, British Columbia -0.450595494357366455 +30184 aapg_aa_712.html aapg_aa_712.html:91:10457:10465 Glenwood Hennepin, Illinois -0.448282824521055501 +30185 cspg_html_9778753186 cspg_html_9778753186:205:30360:30364 Bell Cheyenne, Wyoming -0.0408537810405160198 +30186 aapg_ad_39.html aapg_ad_39.html:205:13893:13908 Sligo Cotton Valley, Louisiana -0.0189695239556965725 +30187 aapg_ah_387.html aapg_ah_387.html:288:29383:29397 Knoxville Pacific coast -0.0468954646470770981 +30188 aapg_ac_549.html aapg_ac_549.html:59:7809:7831 Mount Simon Illinois -0.434580403200599208 +30189 aapg_ae_803.html aapg_ae_803.html:462:57831:57848 Todos Santos Guatemala 0.378826605850837106 +30190 aapg_ad_40.html aapg_ad_40.html:106:11297:11306 Vicksburg Warren County, Ohio -0.461390086357821749 +30191 cspg_html_3233680622 cspg_html_3233680622:902:95101:95123 Eureka Sound Melville Island (Canada) 1.06973976582786934 +30192 aapg_ae_419.html aapg_ae_419.html:2258:152683:152694 Otates Mexico -0.448408411516637184 +30193 aapg_ai_584.html aapg_ai_584.html:46:5008:5016 Fountain Colorado -0.455197874748240694 +30194 gsa_html_3463181327 gsa_html_3463181327:955:84515:84543 Green River Colorado -0.42422364691980291 +30195 sedimentology_html_6656277293 sedimentology_html_6656277293:608:40878:40896 Marble Canyon Grand Canyon -0.495711798447340535 +30196 sedimentology_html_1591727938 sedimentology_html_1591727938:1228:73863:73873 Washington Olympic National Park -0.435734504938152245 +30197 aapg_ah_387.html aapg_ah_387.html:2483:267433:267442 Knoxville California -0.456337429672799166 +30198 aapg_ai_996.html aapg_ai_996.html:1337:59381:59388 Raritan Delaware -0.0713058779535049869 +30199 sedimentology_html_4353954188 sedimentology_html_4353954188:1707:103360:103377 Cardium Lacombe, Alberta -0.0180692565756011246 +30200 jgeology_html_4121584613 jgeology_html_4121584613:408:32119:32136 Prairie Wisconsin -0.426679013535527729 +30201 aapg_ac_301.html aapg_ac_301.html:412:48128:48134 Antler Reno, Nevada -0.0235062798697475116 +30202 AMJC_html_5969956211 AMJC_html_5969956211:2054:215903:215909 Denver Logan, Utah -0.0629698704253842251 +30203 aapg_af_712.html aapg_af_712.html:56:5886:5894 Colorado Denver -0.0110733719867148073 +30204 geology_html_2512600235 geology_html_2512600235:273:24693:24707 Rockwell California -0.0134398809418536571 +30205 aapg_ae_959.html aapg_ae_959.html:2038:146073:146096 Brushy Canyon Delaware 0.447184672593648191 +30206 aapg_af_384.html aapg_af_384.html:371:41243:41260 Nansen Ellesmere Island -0.242447657159536423 +30207 sedimentology_html_2608220485 sedimentology_html_2608220485:1037:59713:59733 Lawrence Quebec City -0.431186011272103542 +30208 aapg_aa_732.html aapg_aa_732.html:434:44820:44834 Fredericksburg Texas -0.496896208616799728 +30209 palaios_html_3022467877 palaios_html_3022467877:210:23176:23202 Hornerstown Navesink River -0.441798115405519942 +30210 AMJC_html_8522115051 AMJC_html_8522115051:971:104505:104526 Green River Cheyenne, Wyoming -0.0581780758460495664 +30211 geology_html_5133950749 geology_html_5133950749:256:24817:24837 Clearwater Lacombe, Alberta -0.456344217050148659 +30212 aapg_ac_545.html aapg_ac_545.html:46:7901:7909 Columbia Victoria, British Columbia -0.00771674737466516297 +30213 jgeology_html_9055319560 jgeology_html_9055319560:103:3518:3526 Montreal Quebec City -0.0533985334168908185 +30214 geology_html_2149669942 geology_html_2149669942:84:7187:7196 Peninsula Baxter State Park -0.0185419788860923702 +30215 cspg_html_4516258038 cspg_html_4516258038:403:45879:45897 Disappointment Bay Bathurst Island (Northern Territory) -0.470409220225314617 +30216 aapg_ac_720.html aapg_ac_720.html:24:3182:3204 Hornerstown Navesink River -0.067774233200589562 +30217 aapg_ah_62.html aapg_ah_62.html:98:13364:13381 Grimsby Manitoulin Island -0.416285611772415298 +30218 aapg_ae_993.html aapg_ae_993.html:5:802:821 Jefferson Cheyenne, Wyoming -0.482688821665931855 +30219 aapg_ai_478.html aapg_ai_478.html:7:800:808 Columbia Lacombe, Alberta -0.467905110852730732 +30220 cspg_html_3385840278 cspg_html_3385840278:176:24224:24238 Woodbend Swan Hill, Victoria -0.465568086328610908 +30221 aapg_af_198.html aapg_af_198.html:9:1456:1466 Pottsville Allegheny Mountains -0.414615741825646755 +30222 aapg_af_317.html aapg_af_317.html:663:84176:84188 Austin Chalk Texas -0.0955601972080041967 +30223 aapg_ah_276.html aapg_ah_276.html:342:32948:32962 Monterey California 0.0300860507289495566 +30224 cspg_html_1312400675 cspg_html_1312400675:245:28653:28676 Frenchman Cypress Hills, Brooklyn -0.020196595303077311 +30225 aapg_ac_699.html aapg_ac_699.html:91:7892:7903 San Antonio Texas -0.477269506555081602 +30226 aapg_ad_55.html aapg_ad_55.html:92:7441:7454 Spechts Ferry Decorah, Iowa -0.42435479065966919 +30227 aapg_af_471.html aapg_af_471.html:393:42108:42118 Rancheria New Mexico -0.455188836413653375 +30228 gsa_html_8688253811 gsa_html_8688253811:883:69190:69218 Green River Colorado -0.0098536958986005091 +30229 aapg_ai_275.html aapg_ai_275.html:267:28537:28545 Virginia Newport, Rhode Island -0.108177519405571243 +30230 aapg_ah_638.html aapg_ah_638.html:8:1041:1061 Citronelle Alabama -0.433387995206966137 +30231 aapg_ah_659.html aapg_ah_659.html:16:2493:2505 Bridger Uinta Mountains -0.00793912421120361589 +30232 geology_html_8631349740 geology_html_8631349740:256:22064:22068 Bell London, Ontario -0.4597965726108596 +30233 cspg_html_7404699681 cspg_html_7404699681:162:16406:16425 Athabasca Regina, Saskatchewan -0.0595131262108019449 +30234 aapg_ah_647.html aapg_ah_647.html:216:22437:22454 El Paso New Mexico -0.434978208988435311 +30235 aapg_ad_744.html aapg_ad_744.html:97:10874:10882 Ogallala Ogallala, Nebraska -0.44961357796588941 +30236 aapg_ad_269.html aapg_ad_269.html:15:1851:1859 Woodbine Bartlesville, Oklahoma 0.080920002118031617 +30237 cspg_html_3447886929 cspg_html_3447886929:9:578:599 Lawrence Quebec City -0.00786268205772835092 +30238 cspg_html_5406720001 cspg_html_5406720001:249:33985:33993 Columbia Lacombe, Alberta -0.473653815287124913 +30239 gsa_html_2877730818 gsa_html_2877730818:714:61724:61750 Basal Death Valley -0.485495508601457515 +30240 aapg_ai_499.html aapg_ai_499.html:268:23343:23349 Dakota Cheyenne, Wyoming -0.452927573923113447 +30241 aapg_ah_675.html aapg_ah_675.html:557:82399:82407 Suntrana Anchorage, Alaska 0.0278043399827988778 +30242 gsa_html_6701310840 gsa_html_6701310840:527:50996:51012 Verde Piceance Basin -0.467925738958578585 +30243 cspg_html_5295390542 cspg_html_5295390542:409:46785:46815 Doig Victoria, British Columbia -0.431219036147121426 +30244 cspg_html_2758185645 cspg_html_2758185645:403:40810:40831 Livingstone Meramec River -0.443732938342886629 +30245 cspg_html_4257076625 cspg_html_4257076625:71:11896:11914 Mainland Llandeilo railway station -0.45995556917210767 +30246 aapg_aa_621.html aapg_aa_621.html:234:29756:29763 Madison Cheyenne, Wyoming -0.464953382280686722 +30247 aapg_ad_2.html aapg_ad_2.html:1281:176459:176470 Black River Watertown, Massachusetts -0.0530811776943903371 +30248 aapg_ac_417.html aapg_ac_417.html:40:6262:6276 Tiger Mountain Roseburg, Oregon -0.13158104831545453 +30249 gsa_html_7173708345 gsa_html_7173708345:1628:113940:113961 Forest Fairbanks, Alaska -0.0315018919631344582 +30250 sedimentology_html_1863210990 sedimentology_html_1863210990:70:6208:6228 Florissant Spain -0.473718414704639712 +30251 gsa_html_6982030333 gsa_html_6982030333:437:46007:46030 Elkhorn Ridge Argillite Baker City, Oregon -0.536760622617742822 +30252 aapg_ad_965.html aapg_ad_965.html:849:85267:85273 Moscow Caspian Sea -0.0551948283959870986 +30253 cspg_html_2419618566 cspg_html_2419618566:57:11178:11188 Pine Point Boise, Idaho -0.035632122339872542 +30254 jgeology_html_1412104794 jgeology_html_1412104794:1083:53396:53432 Mahantango Pennsylvania -0.452724742517472523 +30255 aapg_ah_372.html aapg_ah_372.html:161:14755:14760 Bluff Alabama -0.0388083006594042434 +30256 AMJC_html_7580028387 AMJC_html_7580028387:539:58332:58342 Hell Creek Fort Union Trading Post National Historic Site -0.4506269691264706 +30257 cspg_html_4694482219 cspg_html_4694482219:30:3913:3930 Battle Edmonton, London -0.424269545188154129 +30258 gsa_html_2494729193 gsa_html_2494729193:13:680:686 Oregon Salem, Oregon -0.0374506887699371238 +30259 geology_html_9333948676 geology_html_9333948676:244:23607:23616 San Diego California -0.482353193831112415 +30260 aapg_ae_725.html aapg_ae_725.html:685:64591:64596 Swift Cape Hatteras Light -0.456518443898076276 +30261 aapg_ae_310.html aapg_ae_310.html:79:9281:9302 Mt Lytton Grayson County, Kentucky -0.0333423889393398495 +30262 aapg_ae_498.html aapg_ae_498.html:678:73832:73836 Bays Virginia -0.0155858957786478344 +30263 aapg_ai_52.html aapg_ai_52.html:80:11779:11790 San Joaquin Sierra Nevada (Spain) -0.03065480270336517 +30264 cspg_html_2863271815 cspg_html_2863271815:40:6256:6272 Guelph Niagara River -0.0288025393782587909 +30265 aapg_ah_435.html aapg_ah_435.html:223:27277:27287 Rio Grande Carrizo Plain 0.000590640586425824916 +30266 aapg_ai_256.html aapg_ai_256.html:98:11768:11774 Oneota Franconia, New Hampshire -0.442649117020085803 +30267 jgeology_html_9055319560 jgeology_html_9055319560:158:11606:11612 Brazil New Guinea -0.433403442682278373 +30268 gsa_html_3936574180 gsa_html_3936574180:110:12539:12561 Wapiti Black Mountains (North Carolina) -0.0185419788860923702 +30269 aapg_aa_90.html aapg_aa_90.html:98:7201:7210 Peninsula Palm Beach County, Florida 0.0639740912788760024 +30270 gsa_html_9110207726 gsa_html_9110207726:32:2756:2784 Green River Colorado 0.0312827215063835179 +30271 aapg_aa_233.html aapg_aa_233.html:221:22966:22972 Sierra Matamoros, Tamaulipas -0.485495508601457515 +30272 aapg_ae_849.html aapg_ae_849.html:46:4776:4797 Black River Trempealeau, Wisconsin -0.0369546842337877615 +30273 aapg_ah_540.html aapg_ah_540.html:622:56695:56707 Higginsville Coal City, Illinois -0.022353727877684245 +30274 cspg_html_6566356550 cspg_html_6566356550:53:9685:9693 Columbia Canada -0.0217296792824245993 +30275 cspg_html_9676262628 cspg_html_9676262628:65:7327:7344 Cardium Lacombe, Alberta -0.0139507382494490646 +30276 aapg_ac_574.html aapg_ac_574.html:403:44885:44902 Barstow Mojave Desert 1.03662373596920321 +30277 geology_html_1636733793 geology_html_1636733793:29:3762:3774 Tindir Canada -0.035973188044241329 +30278 aapg_aa_929.html aapg_aa_929.html:252:31268:31276 Big Hill High Island, Texas -0.0791242379986999145 +30279 gsa_html_8010927234 gsa_html_8010927234:434:35349:35357 Rangeley Western Maine Mountains -0.0103905567969635754 +30280 aapg_ah_876.html aapg_ah_876.html:424:51465:51479 Rodessa Mississippi River 0.318757423550485641 +30281 aapg_ai_720.html aapg_ai_720.html:204:22659:22666 Raritan Long Island (Massachusetts) -0.0335442004664093935 +30282 aapg_af_575.html aapg_af_575.html:204:27738:27747 Franconia Missouri River -0.241350528327303721 +30283 aapg_ac_743.html aapg_ac_743.html:3:373:383 Washington Olympic National Park -0.0705696370250030597 +30284 geology_html_2391629888 geology_html_2391629888:54:5417:5447 Round Mountain Silt Kern County, California -0.46567095948211501 +30285 cspg_html_2650524233 cspg_html_2650524233:9:1263:1281 Edmonton Lacombe, Alberta -0.45644603384473742 +30286 geology_html_2803121856 geology_html_2803121856:69:5421:5430 Eel River Scotia, New York -0.212147312714823094 +30287 cspg_html_8030881108 cspg_html_8030881108:185:30195:30210 Vunta White Mountains (California) -0.45421548506785292 +30288 gsa_html_6731381597 gsa_html_6731381597:65:5480:5508 Green River Iran -0.0188200559458422435 +30289 gsa_html_6837513060 gsa_html_6837513060:159:14809:14820 Black River Renton, Washington -0.0232768060359763093 +30290 aapg_ae_915.html aapg_ae_915.html:76:5309:5321 Dakota Benton, Arkansas -0.391403016859508124 +30291 palaios_html_3931161229 palaios_html_3931161229:314:29952:29960 Onondaga Pennsylvania -0.0404707637071786003 +30292 aapg_ae_603.html aapg_ae_603.html:343:34095:34107 Wilcox Texas -0.443715087361728711 +30293 cspg_html_6434702931 cspg_html_6434702931:9:790:835 Elk Lacombe, Alberta -0.447135398674851747 +30294 aapg_af_156.html aapg_af_156.html:28:2585:2604 Catahoula Texas -0.417849782389341617 +30295 cspg_html_7297340324 cspg_html_7297340324:877:96610:96628 Dunvegan Victoria, British Columbia -0.44961357796588941 +30296 aapg_ad_253.html aapg_ad_253.html:101:10415:10422 Vermejo Lake Elsinore, California -0.518086119858462979 +30297 sedimentology_html_1463603507 sedimentology_html_1463603507:770:55910:55927 Barstow Great Basin 0.537405652792325883 +30298 cspg_html_1948505826 cspg_html_1948505826:87:11481:11516 Keg River Lacombe, Alberta -0.41189504800272958 +30299 aapg_ac_995.html aapg_ac_995.html:360:30437:30457 Smackover Mexico 0.0156623563422135965 +30300 aapg_ae_233.html aapg_ae_233.html:71:8576:8594 Pamlico Wicomico County, Maryland -0.474300024554483501 +30301 aapg_ai_459.html aapg_ai_459.html:261:24686:24692 Wilcox Duncan, British Columbia 0.0159282324715774928 +30302 aapg_ad_2.html aapg_ad_2.html:1428:194597:194609 Chambersburg Great Valley, New York -0.0502848648345936219 +30303 aapg_ac_59.html aapg_ac_59.html:339:40839:40863 Mission Valley San Joaquin Hills (Laguna Niguel, California) -0.443732938342886629 +30304 aapg_ae_959.html aapg_ae_959.html:2313:164848:164854 Salado Salado, Texas -0.402876957918650191 +30305 aapg_ae_305.html aapg_ae_305.html:731:51382:51391 La Quinta Colombia -0.469327287552563421 +30306 AMJC_html_9709478395 AMJC_html_9709478395:504:46332:46338 Brazil Canada -0.0241616892206824377 +30307 aapg_ai_44.html aapg_ai_44.html:197:30090:30096 Sierra Cordillera Administrative Region -0.0285868941347483252 +30308 aapg_aa_718.html aapg_aa_718.html:142:13666:13686 Waynesburg Pennsylvania -0.427768661147865492 +30309 AMJC_html_8128063878 AMJC_html_8128063878:583:75392:75421 Oregon Boise, Idaho -0.0195726214963804213 +30310 gsa_html_5015599008 gsa_html_5015599008:689:59520:59528 Caldwell North Carolina -0.480807266046245518 +30311 sedimentology_html_9767319583 sedimentology_html_9767319583:485:53659:53663 Hall London, Ontario -0.0335442004664093935 +30312 gsa_html_8622484687 gsa_html_8622484687:715:65913:65920 Potsdam Germany -0.459805657368256959 +30313 aapg_aa_124.html aapg_aa_124.html:532:54404:54418 Colorado Bow Island Airport -0.47495364399168194 +30314 gsa_html_2321464653 gsa_html_2321464653:538:58101:58118 Kayenta Colorado -0.01223054087335982 +30315 palaios_html_8055229939 palaios_html_8055229939:666:69894:69925 Otter South West England (European Parliament constituency) -0.0282634328663418991 +30316 aapg_ad_306.html aapg_ad_306.html:127:17242:17251 El Tambor Santa Rosa, California -0.082483315875519575 +30317 geology_html_1021950961 geology_html_1021950961:15:1247:1269 Tejon Sierra Nevada (Spain) -0.482917309945881279 +30318 jgeology_html_9215313444 jgeology_html_9215313444:89:3729:3739 Washington Washington (state) -0.0504347649062896058 +30319 aapg_aa_287.html aapg_aa_287.html:72:10600:10616 Viking Colorado -0.4597965726108596 +30320 aapg_ae_383.html aapg_ae_383.html:448:34755:34762 Chemung Naples, Florida 0.765824548475885547 +30321 palaios_html_9135834510 palaios_html_9135834510:266:26798:26831 Morrison Cheyenne, Wyoming -0.00621572872549000163 +30322 aapg_ae_370.html aapg_ae_370.html:379:35153:35169 Keasey California -0.456479975332736432 +30323 cspg_html_8250755331 cspg_html_8250755331:537:61804:61820 Viking Lacombe, Alberta -0.0308043870775981631 +30324 cspg_html_4568084707 cspg_html_4568084707:34:6034:6056 Cooking Lake Lacombe, Alberta -0.436225760714651634 +30325 gsa_html_4067767548 gsa_html_4067767548:415:40010:40029 Hillabee Greenstone Talladega, Alabama -0.472770666406185036 +30326 gsa_html_2877730818 gsa_html_2877730818:67:7356:7376 Beck Spring Dolomite Pahrump, Nevada -0.492258100446082036 +30327 cspg_html_2834693711 cspg_html_2834693711:879:112800:112810 Washington Seattle -0.439125439995052158 +30328 cspg_html_1009749092 cspg_html_1009749092:79:10860:10886 Horseshoe Canyon Lacombe, Alberta -0.00190221287180793197 +30329 cspg_html_9637099986 cspg_html_9637099986:164:19467:19474 Garland Lacombe, Alberta -0.0306147978884375553 +30330 aapg_ad_808.html aapg_ad_808.html:159:12052:12070 Gallatin Gallatin, Tennessee -0.204082155986685165 +30331 aapg_ae_536.html aapg_ae_536.html:168:18834:18840 Viking Colorado -0.419703579091311452 +30332 aapg_aa_745.html aapg_aa_745.html:100:13059:13081 Bell Delaware -0.461128473443845555 +30333 gsa_html_9042208101 gsa_html_9042208101:56:3429:3457 Green River Iran -0.445998354490544591 +30334 cspg_html_2009306839 cspg_html_2009306839:138:19294:19312 Palliser Lacombe, Alberta -0.467497231753434772 +30335 cspg_html_7409170811 cspg_html_7409170811:623:73169:73185 Exshaw Lacombe, Alberta -0.094976487980813068 +30336 sedimentology_html_8802279411 sedimentology_html_8802279411:887:57196:57208 Pethei Great Slave Lake -0.485369220602805185 +30337 aapg_af_854.html aapg_af_854.html:355:44895:44910 Maquoketa Missouri River 0.0617667729245613972 +30338 cspg_html_3740794265 cspg_html_3740794265:387:42154:42162 Columbia Victoria, British Columbia -0.435926993396556828 +30339 aapg_af_2.html aapg_af_2.html:282:31307:31312 Ouray Arizona -0.479719327950920094 +30340 cspg_html_7138604143 cspg_html_7138604143:858:79519:79539 Fort Scott Missouri River 0.677171533614689514 +30341 aapg_af_97.html aapg_af_97.html:106:13274:13280 Saluda Jefferson County, Colorado -0.0490387176000708983 +30342 gsa_html_4438819447 gsa_html_4438819447:711:69802:69809 Raritan Maryland -0.000964134145795363042 +30343 AMJC_html_6064451271 AMJC_html_6064451271:710:74202:74212 Santa Cruz California -0.43451411861660022 +30344 aapg_ae_973.html aapg_ae_973.html:5:771:787 Coleman Junction Salado, Texas -0.461026124022890449 +30345 cspg_html_1818321956 cspg_html_1818321956:372:36780:36788 Columbia Victoria, British Columbia -0.485603101959931283 +30346 aapg_ah_479.html aapg_ah_479.html:332:35362:35373 Colon Venezuela 0.697079918195621873 +30347 gsa_html_5925974677 gsa_html_5925974677:1030:84116:84144 Green River Colorado -0.0200262605794136288 +30348 aapg_ac_720.html aapg_ac_720.html:97:12530:12538 Navesink Navesink River -0.469093158774920749 +30349 cspg_html_1295372914 cspg_html_1295372914:12:1150:1166 Sabine Victoria, British Columbia -0.491602971744153683 +30350 gsa_html_3448554349 gsa_html_3448554349:491:48594:48612 Rockwell Maryland -0.0834317281600618077 +30351 aapg_ae_161.html aapg_ae_161.html:178:20228:20250 Judith River Worland, Wyoming -0.404974877094565033 +30352 aapg_ae_639.html aapg_ae_639.html:17:2114:2126 Austin Chalk Buda, Texas -0.450649451770273157 +30353 aapg_ac_333.html aapg_ac_333.html:984:119369:119377 Toroweap Grand Canyon -0.401577596306321394 +30354 aapg_ai_399.html aapg_ai_399.html:119:12628:12643 Eutaw Kentucky -0.468611324772205295 +30355 cspg_html_9542530836 cspg_html_9542530836:21:2678:2705 Yeoman Regina, Saskatchewan -0.451787799117909672 +30356 cspg_html_3804945581 cspg_html_3804945581:9:1277:1295 Scollard Woodlake, Texas -0.125586845555592658 +30357 aapg_ac_222.html aapg_ac_222.html:385:50321:50338 Hermosa Middle East -0.446392131630084288 +30358 gsa_html_4026604278 gsa_html_4026604278:404:47468:47495 Columbia Snake River Plain (ecoregion) -0.0186775409744464604 +30359 aapg_ad_155.html aapg_ad_155.html:242:26056:26071 Tejon California -0.0129533588216162645 +30360 cspg_html_6064089067 cspg_html_6064089067:81:9795:9804 Red River Winnipeg -1.39186740499140016 +30361 cspg_html_6163691495 cspg_html_6163691495:171:15554:15570 Madison Cheyenne, Wyoming -0.0506265019313475798 +30362 aapg_ah_665.html aapg_ah_665.html:236:27143:27159 Mendha Reno, Nevada -0.0164287133220592657 +30363 aapg_ah_696.html aapg_ah_696.html:372:52485:52491 Oregon Washington (state) -0.472501057082917231 +30364 palaios_html_1262064602 palaios_html_1262064602:906:91958:91966 Colorado Denver -0.0402548881501223546 +30365 aapg_ae_789.html aapg_ae_789.html:283:32029:32042 Wabamun Calgary -0.452882496357985831 +30366 aapg_ah_530.html aapg_ah_530.html:3:466:472 Percha Arizona -0.527637165735992397 +30367 aapg_ai_773.html aapg_ai_773.html:34:5368:5387 Detroit River Bloomington, Indiana -0.459860167847925383 +30368 aapg_ae_960.html aapg_ae_960.html:96:11424:11431 Madison Lacombe, Alberta -0.0264132431935258684 +30369 sedimentology_html_8274990152 sedimentology_html_8274990152:1114:72725:72754 Madison Cheyenne, Wyoming -0.0604679026610536186 +30370 aapg_af_502.html aapg_af_502.html:129:15684:15693 Smackover Arkansas -0.00547218286972656846 +30371 aapg_aa_152.html aapg_aa_152.html:44:2977:2983 Sierra Mexico -0.0646064012122370551 +30372 aapg_ai_132.html aapg_ai_132.html:14:2132:2136 Frio Charlotte, North Carolina -0.0369512035856853355 +30373 sedimentology_html_2865738906 sedimentology_html_2865738906:38:2733:2754 Lake Valley Alamogordo, New Mexico 0.54921650193388305 +30374 gsa_html_3985921234 gsa_html_3985921234:770:61134:61143 San Diego Antarctica -0.0570962758686634417 +30375 cspg_html_1189888589 cspg_html_1189888589:446:49848:49860 Saskatchewan Lacombe, Alberta -0.459458231015011043 +30376 cspg_html_2873888604 cspg_html_2873888604:93:15343:15365 Charlie Lake Canada -0.464074341472865526 +30377 AMJC_html_1506123798 AMJC_html_1506123798:663:69812:69816 Hall Vancouver -0.00704441094107981659 +30378 sedimentology_html_1046729113 sedimentology_html_1046729113:2169:166306:166323 Wapiabi Lacombe, Alberta -0.470181697121159758 +30379 aapg_ae_369.html aapg_ae_369.html:63:7838:7843 Eutaw Selma to Montgomery marches -0.377423652218651817 +30380 aapg_ah_779.html aapg_ah_779.html:550:105068:105075 Genesee Bloomington, Indiana -0.00527934873270450959 +30381 aapg_ac_697.html aapg_ac_697.html:51:4684:4711 Sundance Black Hills -0.463910045923527747 +30382 cspg_html_5220068638 cspg_html_5220068638:194:23328:23339 Belly River Lacombe, Alberta -0.00229308019174294993 +30383 cspg_html_6356755616 cspg_html_6356755616:36:5776:5795 Whitemud Lacombe, Alberta -0.0152331376513424877 +30384 gsa_html_7791910472 gsa_html_7791910472:189:19921:19928 Halifax West Fork River -0.0200714512738383588 +30385 aapg_ac_841.html aapg_ac_841.html:187:24352:24371 Todos Santos Tegucigalpa 0.769541095550320575 +30386 cspg_html_9941518291 cspg_html_9941518291:74:11251:11256 Douro Devon Island 1.15807693469615014 +30387 AMJC_html_6430804426 AMJC_html_6430804426:173:14755:14765 Las Ovejas Guatemala -0.225395302320791552 +30388 aapg_af_14.html aapg_af_14.html:811:69478:69484 Almond Cheyenne, Wyoming -0.441553207562292771 +30389 aapg_ac_730.html aapg_ac_730.html:209:29348:29363 Mesaverde Mancos, Colorado 0.0120359389768452604 +30390 gsa_html_1536819908 gsa_html_1536819908:147:15002:15015 Edna Mountain Reno, Nevada -0.24916135410644627 +30391 aapg_af_90.html aapg_af_90.html:185:27194:27199 Nopah California -0.057785466485775136 +30392 cspg_html_9343899465 cspg_html_9343899465:550:52330:52343 Weatherall Melville Island (Canada) 0.00423874779133452326 +30393 aapg_aa_698.html aapg_aa_698.html:50:5749:5765 Muskeg Canada -0.493978458768718154 +30394 aapg_ac_998.html aapg_ac_998.html:49:5913:5932 Sentinel Butte Wasatch Range -0.472604743150075168 +30395 sedimentology_html_7390870545 sedimentology_html_7390870545:138:12950:12976 Horseshoe Canyon Lacombe, Alberta -0.0429920100127147015 +30396 gsa_html_5495469347 gsa_html_5495469347:18:685:701 Maroon Colorado -0.460964719996515115 +30397 aapg_ah_217.html aapg_ah_217.html:159:18205:18222 Harrell Pennsylvania -0.0296755913479795769 +30398 aapg_ah_337.html aapg_ah_337.html:269:32141:32161 Georgetown San Antonio -0.450595494357366455 +30399 aapg_ae_31.html aapg_ae_31.html:79:8866:8876 Batesville Hinesville, Georgia -0.467925738958578585 +30400 gsa_html_1538463681 gsa_html_1538463681:660:60779:60789 Assistance Arizona -0.00424743388825097462 +30401 gsa_html_3566869311 gsa_html_3566869311:807:68026:68054 Green River Colorado 0.000213672889406611738 +30402 sedimentology_html_7623092448 sedimentology_html_7623092448:4504:230879:230885 Walker Earth -0.456416618922522499 +30403 jgeology_html_5090133589 jgeology_html_5090133589:1116:65840:65848 Colorado Elk Mountain, Wyoming -0.47735290933611807 +30404 jgeology_html_7305193073 jgeology_html_7305193073:148:7903:7907 Toro Kaduna State -0.466810220907495799 +30405 cspg_html_8840748783 cspg_html_8840748783:600:75121:75132 Shaftesbury Lacombe, Alberta -0.439125439995052158 +30406 gsa_html_3046135825 gsa_html_3046135825:21:863:869 Denver Colorado -0.476130470160059438 +30407 aapg_ah_115.html aapg_ah_115.html:34:2686:2720 Onondaga Erie County, New York -0.0171725037246518962 +30408 cspg_html_7201476813 cspg_html_7201476813:23:3098:3107 Williston Manitoba -0.45417711448712661 +30409 aapg_ad_882.html aapg_ad_882.html:265:21558:21579 Snyder Arizona -0.457487488497030304 +30410 aapg_aa_915.html aapg_aa_915.html:505:54037:54052 Slope Valberg, Nordland -0.0230751498951462693 +30411 aapg_ae_473.html aapg_ae_473.html:534:51604:51624 Monroe Creek Amite River -0.484135384227082133 +30412 aapg_ai_724.html aapg_ai_724.html:477:44642:44659 Edwards Texas -0.0260481030214056476 +30413 gsa_html_1460299630 gsa_html_1460299630:1068:99359:99364 Piper California -0.431097950577111366 +30414 cspg_html_7028413504 cspg_html_7028413504:365:43919:43952 Saskatchewan Regina, Saskatchewan -0.441798115405519942 +30415 aapg_ah_4.html aapg_ah_4.html:296:47260:47275 Heath Talara Province 0.0130159112039108672 +30416 cspg_html_2929384614 cspg_html_2929384614:351:41679:41686 Halfway Lacombe, Alberta -0.0148473685012762528 +30417 jgeology_html_9215313444 jgeology_html_9215313444:900:69301:69307 Oregon Steens Mountain Wilderness -0.0711484782251500525 +30418 aapg_ae_519.html aapg_ae_519.html:304:33646:33654 Onondaga Jackson County, Missouri -0.0397187025652964501 +30419 aapg_af_473.html aapg_af_473.html:183:19887:19904 Raritan Closter, New Jersey -0.451913869834985604 +30420 aapg_ai_553.html aapg_ai_553.html:130:15985:15992 Oceanic Kent County, Maryland -0.43245499617395633 +30421 aapg_ae_370.html aapg_ae_370.html:14:2077:2092 Pittsburg Bluff Cowlitz River -0.0274774196841049353 +30422 cspg_html_6927586285 cspg_html_6927586285:46:6813:6821 Columbia Victoria, British Columbia -0.464409872562970838 +30423 palaios_html_2623118674 palaios_html_2623118674:965:100822:100838 Dakota Logan, Utah -0.446392131630084288 +30424 sedimentology_html_9354643568 sedimentology_html_9354643568:1453:88219:88239 Lakota Cheyenne, Wyoming -0.0140758476190941898 +30425 aapg_ai_584.html aapg_ai_584.html:662:68635:68641 Casper Cheyenne, Wyoming -0.434518537443352337 +30426 cspg_html_7941684345 cspg_html_7941684345:15:2741:2752 Peace River Canada -0.487244407985101158 +30427 aapg_aa_880.html aapg_aa_880.html:155:17259:17267 Colorado Denver -0.486794549910148755 +30428 aapg_ac_972.html aapg_ac_972.html:79:9210:9218 Vaqueros Monterey, California -0.482688821665931855 +30429 aapg_ah_411.html aapg_ah_411.html:152:17891:17910 Foremost Milk River, Alberta -0.0164009085472750712 +30430 aapg_ah_612.html aapg_ah_612.html:127:11781:11795 Colorado Lacombe, Alberta -0.0391129188633264693 +30431 aapg_ai_1.html aapg_ai_1.html:241:21366:21373 Hermosa Hermosa, Chicago -0.484920347334282464 +30432 sedimentology_html_3455473347 sedimentology_html_3455473347:643:51052:51056 Hall London, Ontario -0.468255854243320946 +30433 gsa_html_7090153753 gsa_html_7090153753:537:43004:43034 Monterey California -0.0098536958986005091 +30434 aapg_af_448.html aapg_af_448.html:76:9384:9390 Oregon California -0.052851016470200643 +30435 aapg_ac_782.html aapg_ac_782.html:52:10663:10676 Barnett Brown County, Ohio 0.85299786473187944 +30436 aapg_ah_430.html aapg_ah_430.html:3:187:195 Sundance Colorado -0.252643295785035971 +30437 aapg_af_579.html aapg_af_579.html:114:12317:12334 Entrada Logan, Utah 0.0163939573588326656 +30438 cspg_html_1893593837 cspg_html_1893593837:133:9636:9652 Bad Cache Rapids Churchill River (Atlantic) -0.479459169650376604 +30439 aapg_ai_137.html aapg_ai_137.html:32:3283:3288 Eutaw Selma to Montgomery marches -0.02166536358211529 +30440 palaios_html_8113714689 palaios_html_8113714689:298:33959:33981 Boat Harbour Rocky Mountain House, Alberta -0.0275887108223223723 +30441 aapg_af_2.html aapg_af_2.html:461:51547:51556 Leadville Ouray, Colorado -0.0303834682384913415 +30442 aapg_ai_159.html aapg_ai_159.html:145:16190:16195 Bohio Spain -0.163237165345523766 +30443 aapg_ac_807.html aapg_ac_807.html:401:41541:41557 Matawan Monmouth -0.0423372538738103418 +30444 AMJC_html_9378277780 AMJC_html_9378277780:893:76287:76291 Elko Reno, Nevada -0.447404197686881167 +30445 aapg_af_652.html aapg_af_652.html:200:18835:18845 Phosphoria Cheyenne, Wyoming 0.0172976297884785309 +30446 aapg_aa_2.html aapg_aa_2.html:31:4036:4050 Colorado Santa Maria River (California) -0.440387442871438828 +30447 gsa_html_7063115467 gsa_html_7063115467:29:1928:1936 Colorado Denver -0.0275956665484899596 +30448 aapg_ai_81.html aapg_ai_81.html:90:9409:9432 Trimmers Rock Juniata County School District -0.0340313466956898014 +30449 gsa_html_7136430736 gsa_html_7136430736:652:62981:63009 Green River Colorado -0.0115181647621516343 +30450 cspg_html_9725676031 cspg_html_9725676031:594:69048:69069 Peace River Canada -0.00447500993536276322 +30451 cspg_html_8532932475 cspg_html_8532932475:10:1151:1168 Bluesky Lacombe, Alberta -0.486682122398052641 +30452 cspg_html_5287009272 cspg_html_5287009272:89:14800:14808 Columbia Lacombe, Alberta -0.476061064960921709 +30453 aapg_ah_722.html aapg_ah_722.html:417:48425:48442 Canning Pebble Mine -0.478377564070346595 +30454 cspg_html_8288455892 cspg_html_8288455892:6:464:479 Bluff Grand Cayman -0.503999808743944788 +30455 aapg_af_775.html aapg_af_775.html:341:23373:23380 Lagarto Beaumont, Texas -0.471432653520514666 +30456 cspg_html_8427119881 cspg_html_8427119881:147:20351:20373 Grand Rapids Canada -0.489758135810969386 +30457 aapg_af_652.html aapg_af_652.html:79:8616:8636 Phosphoria Cheyenne, Wyoming -0.433635185237620624 +30458 cspg_html_1189888589 cspg_html_1189888589:408:47465:47484 Scollard Lacombe, Alberta -0.482092240402263728 +30459 gsa_html_1024107776 gsa_html_1024107776:810:76252:76269 Cumberland Riversdale, New Zealand -0.481870957939069144 +30460 aapg_ai_275.html aapg_ai_275.html:220:25269:25282 Potomac Maryland -0.463253167093327645 +30461 aapg_aa_302.html aapg_aa_302.html:282:34129:34133 Elko Boise, Idaho -0.493836733160428976 +30462 cspg_html_1781462584 cspg_html_1781462584:121:13818:13824 Shunda Victoria, British Columbia -0.0489498393385901787 +30463 cspg_html_6566356550 cspg_html_6566356550:166:24362:24367 Banff Victoria, British Columbia -0.0572358529531290031 +30464 aapg_ah_645.html aapg_ah_645.html:556:68227:68240 Gypsum Spring Black Hills 0.0276582682433242286 +30465 cspg_html_5534161222 cspg_html_5534161222:540:57512:57520 Columbia Lacombe, Alberta -0.0230090906667148494 +30466 aapg_af_305.html aapg_af_305.html:97:9991:9996 Sligo County Sligo -0.450932780647085085 +30467 aapg_af_650.html aapg_af_650.html:12:1715:1732 Rustler Salado, Texas -0.449575401198261781 +30468 cspg_html_8267847427 cspg_html_8267847427:450:54976:55008 Provincial Lacombe, Alberta -0.465595518002078101 +30469 aapg_ac_719.html aapg_ac_719.html:4:444:456 Pierre Trinidad and Tobago -0.0525145061953963335 +30470 cspg_html_1378826439 cspg_html_1378826439:227:20794:20815 Gog Yoho National Park -0.465787563493960222 +30471 gsa_html_3860045860 gsa_html_3860045860:20:837:847 Washington Earth -0.0351971054761553784 +30472 aapg_ah_644.html aapg_ah_644.html:289:34469:34477 Sundance Black Hills -0.626496496417080717 +30473 aapg_ac_374.html aapg_ac_374.html:332:34995:34999 Java Sumatra -0.463764030920631232 +30474 aapg_ad_376.html aapg_ad_376.html:13:1810:1816 Denmar Virginia -0.0766340570337449151 +30475 gsa_html_3445493534 gsa_html_3445493534:686:72215:72233 Monterey California -0.0136501305925687388 +30476 aapg_ac_835.html aapg_ac_835.html:162:21082:21105 Phosphoria Cheyenne, Wyoming -0.0184133695346841396 +30477 gsa_html_4432793908 gsa_html_4432793908:979:102996:103016 Sheep Pass Reno, Nevada -0.221948813947282247 +30478 sedimentology_html_7874076821 sedimentology_html_7874076821:30:1833:1841 Edmonton Canada -0.500900028677199516 +30479 aapg_ac_443.html aapg_ac_443.html:35:6071:6117 Hartselle Alabama -0.44721379024503416 +30480 aapg_ae_544.html aapg_ae_544.html:55:8221:8242 Fort Union Williston, Vermont -0.438093558395168947 +30481 aapg_af_653.html aapg_af_653.html:1129:136827:136833 Neroly Salinas, California -0.0140376196944260508 +30482 jgeology_html_6990146451 jgeology_html_6990146451:909:62726:62734 Virginia Woodstock, Illinois -0.482038661537539159 +30483 aapg_ad_721.html aapg_ad_721.html:273:25963:25972 Dog Creek San Angelo, Texas -0.0350961840937315667 +30484 gsa_html_7040053075 gsa_html_7040053075:1458:145361:145389 Green River Colorado 0.048590851272276317 +30485 cspg_html_4403434336 cspg_html_4403434336:40:5267:5288 Adams Greenland -0.478586352630804512 +30486 aapg_ai_143.html aapg_ai_143.html:74:8554:8562 Imperial Lethbridge -0.456717601557364239 +30487 aapg_ai_131.html aapg_ai_131.html:47:6049:6072 Marble Falls Jones County, Mississippi -0.0282634328663418991 +30488 aapg_af_561.html aapg_af_561.html:551:50767:50774 Wasatch Wasatch Range -0.250060324989577365 +30489 gsa_html_8837971374 gsa_html_8837971374:50:5345:5364 Bathurst Brunswick, New York -0.434757184965269161 +30490 sedimentology_html_2139169476 sedimentology_html_2139169476:68:5162:5171 Peninsula Korea -0.473815322787249471 +30491 aapg_aa_702.html aapg_aa_702.html:308:82938:82946 Billings Williston, Vermont -0.0638343634314954694 +30492 AMJC_html_4854660733 AMJC_html_4854660733:487:53706:53709 Bug Black Sea -0.477642564553472426 +30493 cspg_html_5345848475 cspg_html_5345848475:43:6333:6356 Medicine Hat Colorado -0.0814509789421284658 +30494 geology_html_8865251298 geology_html_8865251298:71:7936:7953 Thaynes Logan, Utah -0.195141679008556973 +30495 sedimentology_html_6107009157 sedimentology_html_6107009157:736:39403:39412 Champagne Illinois -0.0841506199442561553 +30496 sedimentology_html_4346674098 sedimentology_html_4346674098:37:1928:1933 Laval Canada 0.00132025624175985054 +30497 aapg_aa_612.html aapg_aa_612.html:176:15213:15225 Bethel Bethel, Alaska -0.485495508601457515 +30498 cspg_html_3385840278 cspg_html_3385840278:1617:179617:179625 Columbia Victoria, British Columbia -0.451787799117909672 +30499 aapg_aa_626.html aapg_aa_626.html:162:18224:18232 Patapsco Maryland -0.0272913568249384605 +30500 aapg_ad_865.html aapg_ad_865.html:520:52244:52261 Hermosa Hermosa, Chicago -0.447572237112974447 +30501 aapg_ad_908.html aapg_ad_908.html:241:26470:26487 La Luna Maracaibo -0.512088833057548598 +30502 aapg_ad_169.html aapg_ad_169.html:98:13279:13289 Greenbrier Huntington, West Virginia -0.069076479298875379 +30503 aapg_ah_528.html aapg_ah_528.html:98:10090:10098 Colorado Cheyenne, Wyoming -0.0760143354300561597 +30504 aapg_ah_318.html aapg_ah_318.html:1646:157894:157900 Sierra Durango, Durango -0.0325612728688678896 +30505 gsa_html_6055303756 gsa_html_6055303756:71:6191:6219 Green River Colorado 0.0359349046086117896 +30506 aapg_ai_355.html aapg_ai_355.html:17:2441:2451 Rio Grande Shreveport, Louisiana -0.469070208322842297 +30507 aapg_ae_993.html aapg_ae_993.html:507:51906:51916 Bear River Western world -0.425599363821972831 +30508 aapg_aa_159.html aapg_aa_159.html:516:51198:51215 Haymond Texas -0.460841924597816255 +30509 sedimentology_html_6546385302 sedimentology_html_6546385302:937:63068:63096 Tidal Nassau, Bahamas -0.462261924354454456 +30510 cspg_html_7866293053 cspg_html_7866293053:222:22339:22347 Columbia Lacombe, Alberta -0.0213629091377398328 +30511 aapg_aa_543.html aapg_aa_543.html:102:7592:7602 Kern River Coalinga, California -0.0188200559458422435 +30512 aapg_ad_992.html aapg_ad_992.html:65:4358:4364 Midway Walker County, Texas -0.0109239507284224872 +30513 cspg_html_6306091047 cspg_html_6306091047:140:21032:21040 Columbia Victoria, British Columbia -0.496235102069879308 +30514 aapg_ac_881.html aapg_ac_881.html:648:76457:76475 Deadwood Williston, Vermont 0.0845469362017230858 +30515 palaios_html_6756694640 palaios_html_6756694640:42:5394:5423 Bell Texas -0.04261586758794602 +30516 aapg_aa_110.html aapg_aa_110.html:86:10765:10784 Rock Springs Sweetwater, Miami-Dade County, Florida -0.00344831630257747207 +30517 sedimentology_html_1061349106 sedimentology_html_1061349106:83:9114:9124 Washington California -0.01223054087335982 +30518 cspg_html_2969995408 cspg_html_2969995408:288:34010:34028 Dunvegan Western Canadian Sedimentary Basin -0.172265577589093194 +30519 aapg_ae_67.html aapg_ae_67.html:353:30376:30384 Colorado Colorado -0.471464870791560964 +30520 aapg_ac_569.html aapg_ac_569.html:328:45426:45442 Emma Fiord Canada 0.823368263983061288 +30521 aapg_ai_567.html aapg_ai_567.html:426:53081:53090 Margarita Barquisimeto -0.0570474245850990103 +30522 cspg_html_5538678223 cspg_html_5538678223:361:45342:45350 Pardonet Coral reef -0.465104162426203172 +30523 aapg_ad_800.html aapg_ad_800.html:24:4065:4080 Eutaw Selma to Montgomery marches 0.00296016264892234697 +30524 cspg_html_1124814558 cspg_html_1124814558:12:1485:1499 Colorado Regina, Saskatchewan -0.4796264052884881 +30525 aapg_ah_779.html aapg_ah_779.html:384:71655:71661 Salina Cincinnati -0.032535178592891574 +30526 gsa_html_8128037381 gsa_html_8128037381:612:68629:68654 Panaca Reno, Nevada -0.492258100446082036 +30527 aapg_ah_529.html aapg_ah_529.html:38:5014:5027 Abrigo New Mexico -0.449467616590735308 +30528 aapg_ai_17.html aapg_ai_17.html:20:2527:2533 Midway Shreveport, Louisiana -0.461089806729199636 +30529 aapg_af_325.html aapg_af_325.html:53:8417:8435 Deposito Coatzacoalcos River -0.45417711448712661 +30530 cspg_html_9551573979 cspg_html_9551573979:400:43747:43771 Basal Canada -0.0591256711922378136 +30531 aapg_ah_875.html aapg_ah_875.html:341:32155:32173 El Salto El Salto, Jalisco -0.0233880656689205678 +30532 gsa_html_3853868283 gsa_html_3853868283:30:2796:2824 Green River Colorado 0.0312827215063835179 +30533 aapg_ae_777.html aapg_ae_777.html:610:68666:68683 Tererro Las Cruces, New Mexico -0.0301590999875516533 +30534 cspg_html_4176605708 cspg_html_4176605708:80:10208:10216 Dunvegan Ashville, Ohio -0.400420698070590331 +30535 aapg_ai_583.html aapg_ai_583.html:30:5255:5272 Sundance Black Hills -0.45837367399533685 +30536 aapg_ac_333.html aapg_ac_333.html:170:21188:21200 Hermit Grand Canyon -0.0883435535304666897 +30537 aapg_aa_857.html aapg_aa_857.html:229:19405:19411 Casper Cheyenne, Wyoming -0.480667710196792775 +30538 cspg_html_4143222666 cspg_html_4143222666:625:61813:61830 Belly River Regina, Saskatchewan -0.0269348882327513015 +30539 jgeology_html_4305195651 jgeology_html_4305195651:1834:137505:137512 Newport Perry County, Indiana -0.0395446228610777939 +30540 sedimentology_html_8798234923 sedimentology_html_8798234923:526:40247:40259 Rhode Island Nantucket -0.476449805414249639 +30541 aapg_ak_76.html aapg_ak_76.html:91:13209:13224 Cibao San Juan, Argentina -0.479459169650376604 +30542 geology_html_4370551174 geology_html_4370551174:270:21870:21874 Bond North Atlantic Current -0.459919224612040101 +30543 cspg_html_1293312960 cspg_html_1293312960:602:67437:67448 San Antonio Texas -0.457650607934439568 +30544 aapg_ah_116.html aapg_ah_116.html:213:18135:18144 Queenston Warren County, Ohio -0.432289667144302503 +30545 cspg_html_6383234409 cspg_html_6383234409:492:51054:51094 Bird Fiord Ellesmere Island 0.0130315493205527232 +30546 gsa_html_5851281923 gsa_html_5851281923:224:23348:23358 Washington Lake Chelan -0.470179399208385473 +30547 aapg_af_445.html aapg_af_445.html:333:30974:30980 Denver Colorado -0.01912594516902133 +30548 cspg_html_2546442054 cspg_html_2546442054:390:45479:45497 Judith River Regina, Saskatchewan -0.0246554374675200805 +30549 cspg_html_2820961138 cspg_html_2820961138:643:64460:64468 Columbia Victoria, British Columbia -0.0252830771132320185 +30550 aapg_aa_684.html aapg_aa_684.html:3:186:207 Chugwater Cheyenne, Wyoming -0.0312427146313614852 +30551 aapg_aa_379.html aapg_aa_379.html:128:15298:15309 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.0143000033703333512 +30552 aapg_af_839.html aapg_af_839.html:352:30873:30881 Sylvania Detroit River International Wildlife Refuge -0.0426837810068434811 +30553 aapg_ae_677.html aapg_ae_677.html:512:43360:43380 Grandfather Mountain Mountain City, Tennessee -0.471363620495062197 +30554 aapg_af_502.html aapg_af_502.html:120:14330:14355 Smackover Arkansas -0.472123282834716163 +30555 palaios_html_5242731588 palaios_html_5242731588:718:67003:67012 San Diego Nassau, Bahamas -0.466073422560892126 +30556 aapg_ah_435.html aapg_ah_435.html:331:40369:40376 Reynosa Rio Grande City, Texas -0.060940981097562269 +30557 aapg_ae_369.html aapg_ae_369.html:42:5289:5304 Eutaw Tuscaloosa, Alabama -0.405056313735795426 +30558 aapg_ac_55.html aapg_ac_55.html:310:36998:37006 St Marys Maryland -0.458720680358492616 +30559 aapg_ai_491.html aapg_ai_491.html:430:53864:53872 Wolfcamp Des Moines, Washington -0.478349729395822987 +30560 aapg_ac_867.html aapg_ac_867.html:496:68002:68023 Green River Logan, Utah -0.479208376791379231 +30561 aapg_ai_293.html aapg_ai_293.html:17:2248:2263 Wahoo Prudhoe Bay Oil Field -0.480695619561815057 +30562 aapg_ad_3.html aapg_ad_3.html:435:41569:41577 Virginia Saltville, Virginia -0.0975827497545814354 +30563 gsa_html_5202646019 gsa_html_5202646019:792:70222:70248 Hull Ottawa, Kansas -0.469024309212410007 +30564 cspg_html_6116883777 cspg_html_6116883777:467:63180:63189 Canrobert Ellesmere Island -0.477158315306099867 +30565 cspg_html_3618628685 cspg_html_3618628685:258:30870:30880 Milk River Western world -0.44714211768966694 +30566 cspg_html_9185158332 cspg_html_9185158332:573:66523:66545 Dunvegan Victoria, British Columbia -0.412935756702424439 +30567 gsa_html_1536819908 gsa_html_1536819908:610:59999:60027 Strathearn Reno, Nevada 0.332479183295249947 +30568 aapg_ae_75.html aapg_ae_75.html:199:26413:26427 Yeso New Mexico -0.02166536358211529 +30569 cspg_html_7938374662 cspg_html_7938374662:104:11304:11322 Garbutt Victoria, British Columbia -0.466782751574986277 +30570 aapg_ad_431.html aapg_ad_431.html:144:11704:11709 Logan Tuscaloosa, Alabama -0.038712565483401136 +30571 gsa_html_1650524399 gsa_html_1650524399:704:76814:76825 Green River Uinta Mountains 0.000416922734646836166 +30572 cspg_html_9735723617 cspg_html_9735723617:289:36377:36396 Hecla Bay Melville Island (Canada) -0.0146249457170983255 +30573 sedimentology_html_2213855438 sedimentology_html_2213855438:1202:79376:79386 Washington California -0.454052985518192231 +30574 aapg_ae_570.html aapg_ae_570.html:236:24340:24348 Virginia Huntington, West Virginia -0.494585786210081368 +30575 aapg_ai_860.html aapg_ai_860.html:215:34273:34278 Tidal Kentucky -0.485406637327558677 +30576 aapg_af_345.html aapg_af_345.html:84:8007:8018 Black Creek Miami -0.00564243327627664357 +30577 cspg_html_8840748783 cspg_html_8840748783:603:75370:75388 Dunvegan Ganges -0.462166276497962936 +30578 AMJC_html_5969956211 AMJC_html_5969956211:1707:191836:191844 Colorado Cheyenne, Wyoming -0.0411306079885422268 +30579 aapg_ah_340.html aapg_ah_340.html:495:49937:49953 Midway Texas -0.0326639109248070408 +30580 aapg_ad_2.html aapg_ad_2.html:176:24999:25006 Loudoun Loudoun County, Virginia -0.481870957939069144 +30581 jgeology_html_4305195651 jgeology_html_4305195651:2731:182396:182417 Mauch Chunk Pennsylvania -0.443184178501260795 +30582 sedimentology_html_9410532865 sedimentology_html_9410532865:1603:110946:110967 Green River Cheyenne, Wyoming -0.478911234884053072 +30583 cspg_html_9343899465 cspg_html_9343899465:84:11642:11652 Blue Fiord Bathurst Island (Northern Territory) -0.0405560707466174203 +30584 sedimentology_html_9008066459 sedimentology_html_9008066459:1096:72013:72017 Hall London, Ontario -0.0161298137457332978 +30585 jgeology_html_4305195651 jgeology_html_4305195651:566:68707:68717 Pottsville Pottsville, Pennsylvania -0.444856013246054061 +30586 sedimentology_html_6688819115 sedimentology_html_6688819115:1142:101703:101741 Paradox Logan, Utah -0.444838140504144441 +30587 aapg_ae_974.html aapg_ae_974.html:244:24668:24672 Frio Villa Nueva, Guatemala -0.444451727274864927 +30588 aapg_ai_584.html aapg_ai_584.html:732:77037:77043 Casper Laramie, Wyoming -0.0504295357835575081 +30589 palaios_html_1574666570 palaios_html_1574666570:57:5186:5194 Michigan Ontario, California -0.0485803955583026664 +30590 sedimentology_html_2912098544 sedimentology_html_2912098544:311:29520:29547 Kayenta Colorado -0.4597920302667165 +30591 geology_html_8594106977 geology_html_8594106977:245:21591:21597 Lisbon Charleston, South Carolina -0.0190651145503429667 +30592 cspg_html_1503116552 cspg_html_1503116552:111:17281:17303 Beaverhill Western Canadian Sedimentary Basin -0.474918987556243288 +30593 aapg_ai_498.html aapg_ai_498.html:16:2473:2491 Fountain Colorado Springs, Colorado -0.0633942422333909211 +30594 aapg_ad_356.html aapg_ad_356.html:15:2092:2111 Smackover Haynesville, Louisiana -0.461510681588769789 +30595 cspg_html_8363357104 cspg_html_8363357104:717:84544:84562 Glenogle Victoria, British Columbia -0.0147326815118864023 +30596 aapg_aa_23.html aapg_aa_23.html:793:101680:101689 Stonewall Winnipeg -0.887967740642861658 +30597 cspg_html_8438548095 cspg_html_8438548095:337:34557:34576 Paskapoo Drumheller -0.47945452467748112 +30598 aapg_aa_399.html aapg_aa_399.html:195:14307:14321 Colorado Edmonton, London -0.465835581370964813 +30599 aapg_ae_368.html aapg_ae_368.html:72:8673:8685 Marble Falls Lampasas, Texas -0.464074341472865526 +30600 cspg_html_6116883777 cspg_html_6116883777:831:106330:106346 Douro Devon Island -0.411002039717120848 +30601 cspg_html_6984906794 cspg_html_6984906794:826:58650:58664 Kaskapau Lacombe, Alberta -0.0468588775503323562 +30602 aapg_ad_337.html aapg_ad_337.html:496:51220:51238 Topanga Santa Monica Mountains 0.376401833133968911 +30603 geology_html_4966808147 geology_html_4966808147:247:22865:22873 San Jose Republic of China -0.139893467251314935 +30604 aapg_af_892.html aapg_af_892.html:205:19500:19525 Marble Falls Burnett County, Wisconsin -0.0472770257306706979 +30605 palaios_html_3105248303 palaios_html_3105248303:224:23195:23209 Point Pleasant Kentucky -0.00693843622164340684 +30606 aapg_aa_708.html aapg_aa_708.html:234:22930:22955 Blanco Punta Arenas -0.485252303872338198 +30607 jgeology_html_2497886918 jgeology_html_2497886918:703:41558:41567 Peninsula Korea -0.496881985799363712 +30608 gsa_html_1006178269 gsa_html_1006178269:929:76929:76957 Green River New Mexico -0.0325612728688678896 +30609 cspg_html_3854139935 cspg_html_3854139935:174:23967:23989 Judith River Regina, Saskatchewan -0.417363557088893333 +30610 cspg_html_2198503252 cspg_html_2198503252:260:13313:13329 Percha New Mexico -0.466714081975797668 +30611 gsa_html_5467596358 gsa_html_5467596358:494:42196:42224 Green River Colorado 0.00776191758677063481 +30612 aapg_ai_247.html aapg_ai_247.html:88:9388:9407 Detroit River Michigan -0.070167457941640754 +30613 palaios_html_1434442076 palaios_html_1434442076:468:42191:42207 Dakota Libya 0.0214133178501315392 +30614 aapg_ac_63.html aapg_ac_63.html:39:5132:5141 Smackover Haynesville, Louisiana -0.00395905591412439809 +30615 aapg_ai_321.html aapg_ai_321.html:100:13405:13412 Esquias La Libertad, Negros Oriental -0.424249874232666135 +30616 aapg_ae_344.html aapg_ae_344.html:91:8480:8491 Paluxy Tuscaloosa, Alabama -0.442976805415170927 +30617 geology_html_9344982926 geology_html_9344982926:13:780:788 Montreal Quebec City -0.0411306079885422268 +30618 aapg_ai_287.html aapg_ai_287.html:265:30584:30602 San Onofre Breccia California -0.447357152169087058 +30619 palaios_html_3609052527 palaios_html_3609052527:591:53721:53734 Crystal River Melbourne, Florida -0.454068782805138071 +30620 gsa_html_6143207195 gsa_html_6143207195:820:76745:76755 Washington Bellevue, Nebraska -0.0180709945054990453 +30621 palaios_html_4771673911 palaios_html_4771673911:497:52482:52502 Pottsville Alabama 0.346103527031938252 +30622 aapg_ai_11.html aapg_ai_11.html:222:27005:27023 Catskill Mancos, Colorado -0.439631812877842865 +30623 gsa_html_3038126504 gsa_html_3038126504:718:67294:67318 Bouse Colorado -0.491508750292768526 +30624 aapg_ae_324.html aapg_ae_324.html:234:23895:23906 Beekmantown Virginia -0.00161731451970968361 +30625 geology_html_1733534725 geology_html_1733534725:145:10062:10066 Kope Kentucky -0.00525502734736806466 +30626 cspg_html_3597281324 cspg_html_3597281324:23:3712:3730 Scollard Lacombe, Alberta -0.465568086328610908 +30627 gsa_html_8714995028 gsa_html_8714995028:65:5532:5560 Green River Colorado 0.0285086366528335168 +30628 AMJC_html_7321319159 AMJC_html_7321319159:98:12025:12035 Santa Cruz Anacapa Island -0.460964719996515115 +30629 gsa_html_7890131408 gsa_html_7890131408:791:87418:87446 Green River Colorado -0.0294216697317379976 +30630 aapg_ae_223.html aapg_ae_223.html:271:33212:33233 Green River Wasatch Range -0.0298634270365841781 +30631 cspg_html_1841843683 cspg_html_1841843683:112:20612:20625 Entrada Logan, Utah 0.408757992004857795 +30632 gsa_html_9597147043 gsa_html_9597147043:294:24309:24327 Nikolai Greenstone Talkeetna, Alaska -0.49285239645366713 +30633 cspg_html_4685794369 cspg_html_4685794369:158:17398:17459 Porcupine Cordillera Administrative Region -0.0338921598886321312 +30634 cspg_html_7402164801 cspg_html_7402164801:67:7536:7557 Belly River Lacombe, Alberta -0.46853104470756296 +30635 aapg_ae_436.html aapg_ae_436.html:8:1307:1326 Conemaugh Pennsylvania -0.441998542726141919 +30636 aapg_ai_321.html aapg_ai_321.html:169:23421:23438 Esquias Honduras -0.0174019020564647256 +30637 aapg_af_745.html aapg_af_745.html:465:64229:64242 Astoria Washington (state) -0.0595427971625163491 +30638 cspg_html_7799850124 cspg_html_7799850124:770:85815:85835 Waterways Swan Hill, Victoria -0.480191064487370922 +30639 gsa_html_3038126504 gsa_html_3038126504:689:65107:65122 Bouse California -0.0443365036009496297 +30640 geology_html_2777204669 geology_html_2777204669:301:25433:25439 Jordan Chile -0.447276508327869859 +30641 cspg_html_9343899465 cspg_html_9343899465:1611:131362:131378 Parry Islands Melville Island (Canada) -0.048386967383413422 +30642 sedimentology_html_9410532865 sedimentology_html_9410532865:1827:120647:120655 Colorado Cheyenne, Wyoming -0.478307979059971577 +30643 sedimentology_html_9423391640 sedimentology_html_9423391640:232:18451:18459 Colorado Iran -0.460041893415422398 +30644 cspg_html_6306091047 cspg_html_6306091047:222:31427:31435 Columbia Victoria, British Columbia -0.000774781561203988548 +30645 palaios_html_3308412288 palaios_html_3308412288:177:22248:22253 Upham Colorado -0.0781889568375554733 +30646 geology_html_7450936803 geology_html_7450936803:14:758:768 Santa Cruz California -0.0680591279721140391 +30647 cspg_html_3962754176 cspg_html_3962754176:683:74422:74441 Athabasca Lacombe, Alberta -0.485238274937032199 +30648 aapg_ad_811.html aapg_ad_811.html:289:31865:31877 San Fernando Pearl, Mississippi -0.457501080653503367 +30649 aapg_ah_536.html aapg_ah_536.html:128:17763:17780 Hosston County Sligo -0.419438223096968599 +30650 cspg_html_1925276454 cspg_html_1925276454:37:4889:4910 Peace River Lacombe, Alberta -0.434606918343987458 +30651 aapg_af_701.html aapg_af_701.html:127:14170:14209 Venango Venango, Pennsylvania -0.00756560119780054757 +30652 aapg_ai_246.html aapg_ai_246.html:107:11228:11242 Mission Canyon Hinsdale, Massachusetts 0.00285245641142386911 +30653 cspg_html_7182873498 cspg_html_7182873498:27:5152:5158 Salina Guelph -0.45184182728382527 +30654 cspg_html_4326384800 cspg_html_4326384800:279:32156:32171 Leduc Lacombe, Alberta -0.00382529052751042712 +30655 gsa_html_3010975239 gsa_html_3010975239:544:63595:63603 Michigan Saginaw, Michigan -0.0654012524480660634 +30656 aapg_ad_11.html aapg_ad_11.html:29:2715:2729 Sentinel Butte Fort Union Trading Post National Historic Site -0.450242601748815363 +30657 AMJC_html_1873062106 AMJC_html_1873062106:272:38433:38457 Cedar Mountain Logan, Utah -0.0222581200663617834 +30658 gsa_html_8236729701 gsa_html_8236729701:213:22170:22186 Jalama San Miguel Island, Albay -0.0268044751666655125 +30659 aapg_ai_592.html aapg_ai_592.html:198:32739:32751 Willow Creek Uinta Mountains -0.441637804770763531 +30660 cspg_html_2013109828 cspg_html_2013109828:229:40783:40791 Columbia Victoria, British Columbia -0.472574788136010782 +30661 aapg_ac_701.html aapg_ac_701.html:203:20628:20647 Lockatong Pennsylvania -0.482150482079643117 +30662 aapg_ae_718.html aapg_ae_718.html:85:8652:8668 Rundle Worthington, Minnesota -0.0416442398946082412 +30663 cspg_html_6306091047 cspg_html_6306091047:863:109032:109040 Columbia Victoria, British Columbia -0.469506369220983932 +30664 geology_html_1503306574 geology_html_1503306574:293:26910:26928 Gowganda Canada -0.02660103319374214 +30665 gsa_html_3035665976 gsa_html_3035665976:1045:83347:83352 Rapid Earth -0.0542599995466573129 +30666 aapg_aa_124.html aapg_aa_124.html:580:59657:59667 Bow Island Colorado -0.483456129814212821 +30667 aapg_ah_763.html aapg_ah_763.html:101:11161:11167 Blaine Texas -0.277864973501413537 +30668 aapg_ae_981.html aapg_ae_981.html:142:10409:10419 Bainbridge Missouri River -0.472881299388360321 +30669 aapg_ad_434.html aapg_ad_434.html:177:16254:16265 Viking Lacombe, Alberta 0.957150409639027422 +30670 aapg_af_551.html aapg_af_551.html:995:78680:78706 Keokuk New Mexico -0.470924237538710877 +30671 cspg_html_5832944175 cspg_html_5832944175:25:3231:3253 Grand Rapids Lacombe, Alberta -0.00729110700735253591 +30672 aapg_ai_962.html aapg_ai_962.html:401:29967:29977 San Andres Cloudcroft, New Mexico -0.00168159033485223096 +30673 cspg_html_1222040397 cspg_html_1222040397:599:78715:78723 Columbia Victoria, British Columbia -0.446052041434467972 +30674 cspg_html_6116883777 cspg_html_6116883777:852:109862:109881 Allen Bay Little Cornwallis Island 1.11136074654652806 +30675 jgeology_html_2837808723 jgeology_html_2837808723:1390:73314:73318 Hall London, Ontario -0.0599110776039962212 +30676 aapg_ai_249.html aapg_ai_249.html:90:14026:14043 El Plan Mexico -0.452172819913734925 +30677 cspg_html_8316122266 cspg_html_8316122266:361:33180:33203 Boulder Creek Victoria, British Columbia -0.0321281154583834411 +30678 cspg_html_2650073471 cspg_html_2650073471:6:512:518 Battle Milk River, Alberta -0.413981895448320647 +30679 cspg_html_9683836416 cspg_html_9683836416:353:59979:59987 Columbia Victoria, British Columbia -0.457532796484121151 +30680 gsa_html_2818345762 gsa_html_2818345762:333:30332:30350 Gowganda Lake Huron -0.0221155785118801462 +30681 aapg_aa_777.html aapg_aa_777.html:521:56483:56498 Mesaverde Cheyenne, Wyoming -0.396753862581277095 +30682 geology_html_8953766677 geology_html_8953766677:15:603:621 Palliser Canada -0.0220321401062539869 +30683 cspg_html_3328007773 cspg_html_3328007773:824:89764:89772 Hulcross Boulder Creek (Colorado) -0.0350022236580636789 +30684 cspg_html_3860685167 cspg_html_3860685167:858:79453:79473 Mount Head Lacombe, Alberta -0.0357887327729749932 +30685 aapg_ac_841.html aapg_ac_841.html:993:102183:102200 Subinal Tegucigalpa -0.00424743388825097462 +30686 gsa_html_9643610413 gsa_html_9643610413:1529:93037:93065 Green River Colorado -0.0366623139169080098 +30687 aapg_aa_39.html aapg_aa_39.html:85:9585:9608 Honaker Madera County, California -0.399171374025417913 +30688 gsa_html_3331523875 gsa_html_3331523875:53:7279:7296 Wasatch Spain -0.0209613827792686502 +30689 geology_html_1286290087 geology_html_1286290087:42:4281:4289 Columbia Buenos Aires Province 0.0151114980887050287 +30690 aapg_ae_161.html aapg_ae_161.html:133:15462:15471 Mesaverde Judith River Formation 1.02080938733265958 +30691 aapg_aa_745.html aapg_aa_745.html:469:56747:56770 Brushy Canyon Texas -0.483173848714512189 +30692 aapg_ad_379.html aapg_ad_379.html:630:51843:51850 Oquirrh Reno, Nevada -0.063205628823083157 +30693 cspg_html_4115156925 cspg_html_4115156925:163:22473:22480 Cardium Lacombe, Alberta -0.486038291322309801 +30694 gsa_html_2584301292 gsa_html_2584301292:217:22426:22449 Gilman Peoria, Illinois -0.0625402900243528098 +30695 aapg_ac_406.html aapg_ac_406.html:105:9800:9810 Tuscaloosa Paluxy, Texas -0.396792123323184864 +30696 aapg_ae_474.html aapg_ae_474.html:104:10216:10223 Mattoon Illinois -0.473676885959420813 +30697 cspg_html_7777724998 cspg_html_7777724998:117:16722:16739 Cadomin Highwood Pass -0.208005522442066854 +30698 aapg_ai_932.html aapg_ai_932.html:650:102897:102914 Sisquoc Knoxville, Illinois 0.504853739259185974 +30699 aapg_ae_147.html aapg_ae_147.html:112:11930:11934 Pico California -0.02660103319374214 +30700 cspg_html_2701043964 cspg_html_2701043964:85:12677:12695 Winnipeg Great Lakes -0.503751209757658858 +30701 aapg_ad_379.html aapg_ad_379.html:434:36562:36571 Ingleside Colorado -0.0176486817607870612 +30702 aapg_af_130.html aapg_af_130.html:226:38333:38364 Elbert Logan, Utah -0.0274096020892318319 +30703 gsa_html_1266138577 gsa_html_1266138577:151:13419:13426 Campito Salinas Valley -0.0649051127837110275 +30704 aapg_ai_584.html aapg_ai_584.html:65:6329:6336 Hermosa Colorado -0.0614333003108680359 +30705 aapg_af_653.html aapg_af_653.html:752:84392:84399 Temblor Monterey, California -0.112451439297830094 +30706 cspg_html_1265381145 cspg_html_1265381145:168:17920:17936 Exshaw Middle East -0.00756560119780054757 +30707 aapg_ai_399.html aapg_ai_399.html:257:24434:24457 Porters Creek Lagrangian point -0.449440672427322663 +30708 gsa_html_1744648670 gsa_html_1744648670:444:45876:45893 Johnnie Oman 0.299630147165787009 +30709 sedimentology_html_5462089509 sedimentology_html_5462089509:1453:101125:101131 Denver Colorado -0.504683839934297218 +30710 AMJC_html_4692260170 AMJC_html_4692260170:148:16895:16912 Rangeley Piermont, New York -0.0501628553574823693 +30711 gsa_html_6985417117 gsa_html_6985417117:722:58865:58873 Michigan Ohio -0.0111724073673319709 +30712 cspg_html_1222040397 cspg_html_1222040397:273:37191:37196 Skoki County Tipperary -0.442620143363224416 +30713 cspg_html_4859889874 cspg_html_4859889874:491:49522:49544 Judith River Canada 0.838229864804119762 +30714 gsa_html_6117440194 gsa_html_6117440194:1288:114659:114675 Sullivan Victoria, British Columbia -0.431097950577111366 +30715 cspg_html_4948472369 cspg_html_4948472369:420:34098:34115 Vaureal Anticosti Island -0.214016965719395075 +30716 aapg_ad_466.html aapg_ad_466.html:755:82178:82186 Monmouth Mount Laurel Township, New Jersey -0.461128473443845555 +30717 palaios_html_7274959329 palaios_html_7274959329:866:61439:61447 Columbia Victoria, British Columbia -0.506854469137183239 +30718 aapg_ad_812.html aapg_ad_812.html:36:3703:3710 Entrada New Mexico 0.0102845739324917348 +30719 aapg_af_542.html aapg_af_542.html:449:44196:44208 Wilcox Texas -0.432223543643836305 +30720 gsa_html_5215388101 gsa_html_5215388101:57:4004:4012 Virginia Colorado -0.460487277041231158 +30721 aapg_af_575.html aapg_af_575.html:565:77599:77609 Kinderhook Iowa -0.509117407456759818 +30722 aapg_af_727.html aapg_af_727.html:148:17575:17591 Chinle Chinle Formation -0.0142044328576254025 +30723 sedimentology_html_1568456861 sedimentology_html_1568456861:1557:105353:105373 Toro Chile -0.486483068290992582 +30724 cspg_html_2283545366 cspg_html_2283545366:146:18934:18961 Halfway Wembley Stadium -0.484310536940914471 +30725 cspg_html_4326384800 cspg_html_4326384800:291:33721:33729 Ramparts Mackenzie River -0.4835517998191603 +30726 aapg_ai_31.html aapg_ai_31.html:491:45984:46003 Catahoula Texas -0.47814331678503319 +30727 AMJC_html_6759408618 AMJC_html_6759408618:168:15794:15848 Cumberland Western world -0.4864081422828892 +30728 aapg_ac_336.html aapg_ac_336.html:149:15322:15333 Levis Quebec City -0.028708628918134603 +30729 cspg_html_4509388671 cspg_html_4509388671:10:895:908 Mist Mountain Victoria, British Columbia -0.0191033509173605641 +30730 aapg_ai_932.html aapg_ai_932.html:331:51385:51402 Sisquoc Monterey, California 0.619645166129075275 +30731 aapg_ai_17.html aapg_ai_17.html:81:5454:5460 Midway Mississippi River -0.466810220907495799 +30732 aapg_aa_890.html aapg_aa_890.html:247:24001:24006 Price Pocahontas County, Iowa -0.420852845216307503 +30733 cspg_html_9683836416 cspg_html_9683836416:312:50253:50270 Belly River Lacombe, Alberta -0.455184317280275863 +30734 palaios_html_3889678675 palaios_html_3889678675:541:48923:48954 Keyser Virginia -0.435668138774596203 +30735 aapg_ah_871.html aapg_ah_871.html:4:437:442 Laval Montreal -0.0505393481283080911 +30736 aapg_af_854.html aapg_af_854.html:1246:177202:177213 Hardinsburg Bethel, Alaska -0.438839061514967266 +30737 aapg_ad_441.html aapg_ad_441.html:3:416:432 Navajo Logan, Utah -0.0924808577330464843 +30738 aapg_ae_905.html aapg_ae_905.html:171:18686:18692 Pawnee Iowa -0.456518443898076276 +30739 aapg_ae_185.html aapg_ae_185.html:7:984:989 Tokio Carterville, Illinois -0.0241616892206824377 +30740 aapg_ah_261.html aapg_ah_261.html:554:83094:83103 San Diego California -0.0529469160775694891 +30741 cspg_html_4937997995 cspg_html_4937997995:1136:89426:89445 Chicotte Quebec City -0.43911211811260753 +30742 aapg_ad_306.html aapg_ad_306.html:199:25898:25904 Sierra Cofradia -0.430026468312881383 +30743 palaios_html_5170998264 palaios_html_5170998264:12:708:717 San Diego California -0.0360984802655648293 +30744 aapg_ai_49.html aapg_ai_49.html:113:11505:11510 Weber Colorado -0.0173254356777415887 +30745 gsa_html_1826402027 gsa_html_1826402027:111:12810:12828 Moenkopi Mesa, Arizona 0.579323807024697324 +30746 cspg_html_1312400675 cspg_html_1312400675:100:11226:11243 Eastend Lacombe, Alberta -0.441437455474761709 +30747 aapg_ad_784.html aapg_ad_784.html:223:25519:25528 Coldwater Santa Ynez, California -0.0126805624942423392 +30748 cspg_html_1503116552 cspg_html_1503116552:1754:246905:246914 Mackenzie Great Slave Lake -0.469038078694436811 +30749 cspg_html_7872970297 cspg_html_7872970297:371:36491:36496 Yukon China -0.465595518002078101 +30750 aapg_ai_951.html aapg_ai_951.html:62:8603:8621 Ivishak Prudhoe Bay Oil Field -0.434712986404073964 +30751 geology_html_1094296225 geology_html_1094296225:210:18090:18096 Provo Pyrenees -0.492470301114008024 +30752 cspg_html_4105062490 cspg_html_4105062490:130:13409:13424 Nisku Edmonton, London -0.0328900657953446335 +30753 aapg_ah_647.html aapg_ah_647.html:812:87804:87808 Earp Supai, Arizona -0.0194596479158459131 +30754 aapg_ae_642.html aapg_ae_642.html:140:13855:13867 Bossier Haynesville, Louisiana -0.0222581200663617834 +30755 aapg_af_877.html aapg_af_877.html:154:18061:18078 Renault Pope County, Arkansas -0.0399624195111792577 +30756 aapg_ac_807.html aapg_ac_807.html:664:65569:65575 Peedee Neuse River -0.0270600859182637335 +30757 aapg_ae_369.html aapg_ae_369.html:62:7660:7670 Tuscaloosa Tuscaloosa, Alabama 0.0398092252707295466 +30758 cspg_html_1763727002 cspg_html_1763727002:32:5541:5548 Halfway Lacombe, Alberta -0.491131969162477144 +30759 cspg_html_6159840831 cspg_html_6159840831:305:37528:37545 Cardium Lacombe, Alberta -0.460746428725734014 +30760 geology_html_9694850680 geology_html_9694850680:27:2111:2119 Columbia Charleston, South Carolina -0.471543117662309108 +30761 aapg_ae_959.html aapg_ae_959.html:1385:100800:100814 Yeso New Mexico 0.570856172205852941 +30762 aapg_ac_834.html aapg_ac_834.html:171:15888:15898 Lakota Southeast Asia -0.492239240738401806 +30763 aapg_af_751.html aapg_af_751.html:827:98483:98503 Point Loma California -0.516147629098848482 +30764 gsa_html_9310053579 gsa_html_9310053579:303:28184:28200 Roslyn Deadhorse, Alaska -0.0221712043422439102 +30765 aapg_af_854.html aapg_af_854.html:985:138962:138978 Bethel Kentucky -0.00149397449100649102 +30766 cspg_html_6795586308 cspg_html_6795586308:6:513:521 Columbia Victoria, British Columbia -0.0218513582866363479 +30767 aapg_ad_653.html aapg_ad_653.html:366:45593:45616 Prince Creek Anchorage, Alaska -0.445338708488509594 +30768 cspg_html_8904992939 cspg_html_8904992939:154:21817:21832 Leduc Lacombe, Alberta -0.433368134539702354 +30769 sedimentology_html_3841637081 sedimentology_html_3841637081:1363:60635:60680 Leduc Canada 0.669759038604111234 +30770 aapg_ac_613.html aapg_ac_613.html:101:14055:14064 Mesaverde Colorado -0.00928383236367189522 +30771 cspg_html_7310162886 cspg_html_7310162886:8:780:794 Old Crow Plain Great Britain -0.499412697488954616 +30772 aapg_ad_266.html aapg_ad_266.html:51:4643:4649 Laredo Laredo, Texas -0.474918987556243288 +30773 cspg_html_2907826148 cspg_html_2907826148:176:22254:22283 Kayak Anchorage, Alaska -0.512050205489894883 +30774 aapg_ai_4.html aapg_ai_4.html:3:185:203 Monterey California -0.0277904283209578391 +30775 aapg_ai_357.html aapg_ai_357.html:206:22740:22752 Carrizo Carrizo Springs, Texas -0.0118326507856826232 +30776 gsa_html_6194837075 gsa_html_6194837075:134:11885:11901 Paluxy Murray, Kentucky -0.00229308019174294993 +30777 cspg_html_4287356899 cspg_html_4287356899:2961:322870:322885 Phosphoria Boise, Idaho -0.463764030920631232 +30778 cspg_html_1962846283 cspg_html_1962846283:295:32191:32208 Cadomin Lacombe, Alberta -0.432267625462602723 +30779 aapg_ae_236.html aapg_ae_236.html:16:1537:1543 Midway Hattiesburg, Mississippi -0.433588832161453941 +30780 aapg_ad_152.html aapg_ad_152.html:1180:150413:150431 Arcturus Kaibab, Arizona -0.0800439343940866355 +30781 cspg_html_9343899465 cspg_html_9343899465:1926:163946:163955 Mould Bay Banks Island -0.493404616882510805 +30782 aapg_af_436.html aapg_af_436.html:350:42798:42810 Pocono Chemung, New York 0.0690205375676851834 +30783 aapg_aa_266.html aapg_aa_266.html:56:6273:6278 Apolo La Paz, Baja California Sur -0.0460783921822131154 +30784 aapg_ad_930.html aapg_ad_930.html:170:18459:18480 Green River Sweetwater, Miami-Dade County, Florida -0.0350596438268750282 +30785 gsa_html_3170716243 gsa_html_3170716243:1570:130541:130569 Green River Colorado -0.0192893197607112085 +30786 cspg_html_7201476813 cspg_html_7201476813:180:22512:22559 Winnipegosis Regina, Saskatchewan -0.456561440120662909 +30787 aapg_aa_44.html aapg_aa_44.html:4:317:335 Moenkopi Colorado -0.0527620925297026463 +30788 cspg_html_6014123208 cspg_html_6014123208:110:15890:15897 Success Lacombe, Alberta -0.00819798606036370794 +30789 cspg_html_1378826439 cspg_html_1378826439:16:1649:1665 Viking Lacombe, Alberta -0.0103801322392496759 +30790 aapg_af_266.html aapg_af_266.html:74:8665:8680 Catalina Schist Los Angeles 0.72817480997259354 +30791 aapg_ah_157.html aapg_ah_157.html:240:33765:33773 Edgewood Michigan -0.0207667065675008616 +30792 geology_html_3195636693 geology_html_3195636693:50:4927:4951 Stony Mountain Manitoba -0.43961626224056144 +30793 aapg_ad_110.html aapg_ad_110.html:706:76163:76179 Tensleep Darwin, Northern Territory -0.502633433345809233 +30794 gsa_html_3648258377 gsa_html_3648258377:536:53236:53254 Mount Laurel Navesink River -0.464432702411418319 +30795 gsa_html_5107598462 gsa_html_5107598462:921:78704:78731 Catskill Lackawanna County, Pennsylvania -0.452172819913734925 +30796 cspg_html_2536610088 cspg_html_2536610088:80:7126:7152 Hardinsburg Kentucky -0.473238647285217195 +30797 cspg_html_7866293053 cspg_html_7866293053:249:26359:26367 Columbia Victoria, British Columbia -0.439098796420780313 +30798 aapg_ae_324.html aapg_ae_324.html:706:72137:72144 Holston Virginia 0.0194422674235181538 +30799 cspg_html_9957758447 cspg_html_9957758447:190:25877:25904 Saskatchewan Williston Basin -0.493411698974303814 +30800 gsa_html_2832151886 gsa_html_2832151886:442:37885:37903 Dunvegan Lacombe, Alberta -0.420800576179594099 +30801 AMJC_html_8883212571 AMJC_html_8883212571:287:32595:32607 Smackover Arkansas -0.282845671859925762 +30802 gsa_html_9479405741 gsa_html_9479405741:29:2796:2824 Green River Colorado -0.0420203413535321854 +30803 AMJC_html_1252169248 AMJC_html_1252169248:11:657:665 Colorado Denver -0.0166302989496245716 +30804 cspg_html_7595517955 cspg_html_7595517955:583:57528:57549 Bathurst Bathurst Island (Northern Territory) -0.458439436141955869 +30805 jgeology_html_8494933343 jgeology_html_8494933343:480:37954:37962 Colorado Colorado -0.477130519718023338 +30806 aapg_ac_592.html aapg_ac_592.html:95:11497:11516 Sundance Cheyenne, Wyoming -0.460487277041231158 +30807 sedimentology_html_6930678843 sedimentology_html_6930678843:1424:85168:85174 Provo Pyrenees -0.0218200693181328578 +30808 aapg_ae_906.html aapg_ae_906.html:158:14318:14327 Aux Vases Gallatin County, Montana 0.00596730006188697908 +30809 aapg_ad_379.html aapg_ad_379.html:487:40507:40527 Minnekahta Black Hills 0.995255477783684284 +30810 cspg_html_4165571187 cspg_html_4165571187:12:1471:1479 Columbia Victoria, British Columbia -0.0355346770173999987 +30811 aapg_af_854.html aapg_af_854.html:1402:204322:204332 Washington Gallatin, Tennessee -0.00908750930208491146 +30812 jgeology_html_8494933343 jgeology_html_8494933343:630:44614:44642 Bidahochi Arizona -0.0282634328663418991 +30813 cspg_html_8568877195 cspg_html_8568877195:584:74807:74825 Foremost Milk River, Alberta -0.467925738958578585 +30814 aapg_ai_296.html aapg_ai_296.html:23:3141:3146 Chazy Arkansas 0.0168423133530892395 +30815 gsa_html_1826402027 gsa_html_1826402027:991:100323:100351 Green River New Mexico -0.449451899065432481 +30816 aapg_ah_329.html aapg_ah_329.html:283:28092:28100 Monterey Monterey, California -0.421794172418702262 +30817 sedimentology_html_7103111053 sedimentology_html_7103111053:7380:108368:108377 Peninsula Korea -0.463253167093327645 +30818 cspg_html_4860363565 cspg_html_4860363565:54:7313:7335 Swift Regina, Saskatchewan -0.462193603410137988 +30819 aapg_aa_47.html aapg_aa_47.html:174:18143:18159 Sandia Brill -0.429219806124286896 +30820 gsa_html_9194968822 gsa_html_9194968822:679:49922:49927 Yukon Anchorage, Alaska -0.089972700631958516 +30821 aapg_aa_962.html aapg_aa_962.html:249:25084:25093 Red River Mississippi River -0.425424282088950667 +30822 aapg_aa_25.html aapg_aa_25.html:167:15060:15077 Entrada Kayenta, Arizona 0.834221610240695632 +30823 aapg_ac_961.html aapg_ac_961.html:457:48095:48106 Arkadelphia Texas 0.0267783926986110733 +30824 aapg_ae_369.html aapg_ae_369.html:103:10535:10545 Tuscaloosa Tuscaloosa, Alabama -0.442976805415170927 +30825 aapg_ah_339.html aapg_ah_339.html:390:34467:34486 Hermitage Wayne County, Michigan -0.455229509631582041 +30826 cspg_html_1893593837 cspg_html_1893593837:628:42251:42261 Boas River Southampton Island -0.00494753624494615688 +30827 aapg_ae_315.html aapg_ae_315.html:5:960:981 Platteville Decorah, Iowa -0.0282634328663418991 +30828 gsa_html_1419461902 gsa_html_1419461902:959:81480:81486 Ludlow Gotland -0.461456070409902219 +30829 aapg_ae_419.html aapg_ae_419.html:491:59252:59258 Midway Mississippi River -0.442575570278969321 +30830 gsa_html_1075724130 gsa_html_1075724130:627:53586:53610 Bouse Colorado -0.480695619561815057 +30831 aapg_ad_760.html aapg_ad_760.html:30:5021:5037 Modelo Monterey, California -0.487659330983205019 +30832 cspg_html_1665574291 cspg_html_1665574291:40:7746:7764 Paskapoo Edmonton, London -0.450932780647085085 +30833 aapg_aa_426.html aapg_aa_426.html:242:54448:54459 Pine Island Demopolis, Alabama -0.0461567857706954229 +30834 AMJC_html_5516451353 AMJC_html_5516451353:9:321:338 Massabesic Gneiss New Hampshire -0.492578779781284393 +30835 aapg_ae_663.html aapg_ae_663.html:615:56410:56418 La Habra California -0.00952011624606233578 +30836 cspg_html_1233998526 cspg_html_1233998526:7:597:603 Denver Houston -0.471336008805755435 +30837 palaios_html_5766254008 palaios_html_5766254008:79:9752:9760 Colorado Denver -0.454610570976523354 +30838 geology_html_7972092371 geology_html_7972092371:26:2113:2117 Hall Texas -0.465705253187009671 +30839 gsa_html_7791910472 gsa_html_7791910472:859:71715:71743 Green River New Mexico -0.00243726702917233546 +30840 gsa_html_1617077506 gsa_html_1617077506:66:5866:5874 Columbia Anchorage, Alaska -0.000225833135678471921 +30841 aapg_ad_70.html aapg_ad_70.html:258:17898:17915 Todilto New Mexico -0.480602591853576067 +30842 sedimentology_html_2139169476 sedimentology_html_2139169476:89:7340:7349 Peninsula Korea -0.0212221131504006823 +30843 cspg_html_6665051947 cspg_html_6665051947:492:47715:47732 Bluesky Canada -0.458695727712452594 +30844 aapg_af_575.html aapg_af_575.html:570:77979:77992 English River Hampton, New Hampshire -0.434748345086590549 +30845 aapg_aa_12.html aapg_aa_12.html:444:46995:47003 Woodford Chattanooga, Tennessee -0.0438697385751906713 +30846 aapg_af_799.html aapg_af_799.html:147:10342:10357 Monterey Coalinga, California -0.465305242494390703 +30847 cspg_html_4069214675 cspg_html_4069214675:676:68801:68808 Halifax Lacombe, Alberta -0.0417243342632335201 +30848 cspg_html_2758324131 cspg_html_2758324131:17:3274:3290 Bakken Williston, Vermont -0.43867038361858135 +30849 aapg_ad_581.html aapg_ad_581.html:420:45416:45422 Denver Huntington, West Virginia -0.427650208489599781 +30850 aapg_af_799.html aapg_af_799.html:401:28429:28452 Arroyo California -0.0724655339771420881 +30851 aapg_ad_351.html aapg_ad_351.html:773:67710:67730 Keokuk Burlington, Ontario -0.466810220907495799 +30852 aapg_ad_466.html aapg_ad_466.html:445:52788:52806 Monmouth Matawan, New Jersey -0.0274774196841049353 +30853 aapg_af_839.html aapg_af_839.html:173:18406:18410 Home Montcalm County, Michigan -0.0293973213484174656 +30854 gsa_html_2683617362 gsa_html_2683617362:843:80380:80389 Extension Tyrrhenian Sea -0.471639785200352879 +30855 aapg_ad_918.html aapg_ad_918.html:154:20119:20137 Niobrara Colorado 0.0132035691633885129 +30856 aapg_ac_559.html aapg_ac_559.html:622:85746:85751 Steel Svalbard and Jan Mayen -0.480807266046245518 +30857 aapg_af_11.html aapg_af_11.html:49:7248:7275 Uncompahgre San Juan Mountains 0.416138219043149016 +30858 aapg_ae_380.html aapg_ae_380.html:172:13262:13266 Frio Texas -0.428929839085586462 +30859 aapg_ac_200.html aapg_ac_200.html:263:25478:25495 Wasatch Cheyenne, Wyoming -0.0762471596013979958 +30860 aapg_ad_2.html aapg_ad_2.html:175:24821:24828 Loudoun Maryland -0.462102516958969756 +30861 aapg_ah_521.html aapg_ah_521.html:20:3599:3616 Carrizo Texas -0.467497231753434772 +30862 aapg_aa_861.html aapg_aa_861.html:25:3974:3982 Somerset Bath, Somerset 0.0115702893064463536 +30863 cspg_html_1166788717 cspg_html_1166788717:138:15694:15712 Peechee Lacombe, Alberta -0.0324655941438056483 +30864 aapg_af_664.html aapg_af_664.html:557:62592:62602 San Andres Western world -0.0117822633156925947 +30865 aapg_ad_306.html aapg_ad_306.html:127:17190:17200 Las Ovejas Santa Rosa, California -0.421615423897771235 +30866 aapg_ai_163.html aapg_ai_163.html:556:47547:47553 Toroweap Coconino County, Arizona -0.487075683437370066 +30867 aapg_aa_734.html aapg_aa_734.html:162:16583:16591 Caballos Texas -0.473903010792736112 +30868 sedimentology_html_7482146728 sedimentology_html_7482146728:48:5431:5437 Oregon Salem, Oregon -0.467889067103673728 +30869 aapg_af_839.html aapg_af_839.html:327:27754:27762 Columbia New Salem, Massachusetts -0.0100152745816292233 +30870 palaios_html_8927335141 palaios_html_8927335141:66:9219:9242 Biwabik Iron Earth -0.0508792537248642374 +30871 aapg_aa_904.html aapg_aa_904.html:17:1956:1964 Columbia Victoria, British Columbia -0.00401638399407658851 +30872 aapg_ad_44.html aapg_ad_44.html:702:74761:74781 Tuscarora Juniata County School District -0.0711327385089104147 +30873 aapg_ah_536.html aapg_ah_536.html:534:70595:70607 Mooringsport Mississippi River 0.410624803687361151 +30874 AMJC_html_5421639085 AMJC_html_5421639085:753:72559:72567 Virginia Charlottesville, Virginia -0.456344217050148659 +30875 sedimentology_html_1568456861 sedimentology_html_1568456861:1178:88136:88159 Brushy Canyon West Texas -0.458913519660435476 +30876 aapg_aa_124.html aapg_aa_124.html:596:61798:61804 Viking Lacombe, Alberta 0.902545484395018249 +30877 cspg_html_6285618099 cspg_html_6285618099:88:10801:10818 Delorme Germany -0.067786467645878784 +30878 gsa_html_7635660482 gsa_html_7635660482:1013:80100:80128 Green River Colorado -0.0307122011432018581 +30879 aapg_ae_415.html aapg_ae_415.html:429:56645:56654 Vicksburg Alabama -0.440387442871438828 +30880 aapg_ah_536.html aapg_ah_536.html:438:56782:56794 Rodessa Rodessa, Louisiana -0.454466062398962145 +30881 cspg_html_4433937749 cspg_html_4433937749:45:6776:6788 Sikanni Victoria, British Columbia -0.022353727877684245 +30882 aapg_ah_955.html aapg_ah_955.html:43:7081:7091 Missisauga Logan Canyon -0.475991665297052891 +30883 aapg_ac_361.html aapg_ac_361.html:223:24244:24252 Vaqueros San Antonio -0.0510291657486304576 +30884 geology_html_6152131284 geology_html_6152131284:12:600:608 Colorado Colorado -0.507392015805155694 +30885 aapg_af_905.html aapg_af_905.html:161:16353:16361 Zeandale Onaga, Kansas -0.490313047484592146 +30886 gsa_html_5952049575 gsa_html_5952049575:82:8747:8765 Wasatch Fort Union Trading Post National Historic Site 0.358242378525529759 +30887 aapg_ad_55.html aapg_ad_55.html:74:6684:6691 Decorah Missouri River 0.36899889271030889 +30888 cspg_html_8316122266 cspg_html_8316122266:364:33390:33411 Peace River Lacombe, Alberta -0.455432903203822237 +30889 cspg_html_4680797491 cspg_html_4680797491:35:4461:4472 Peace River Moberly, Missouri -0.448282824521055501 +30890 aapg_ae_803.html aapg_ae_803.html:764:96184:96201 Todos Santos Santa Rosa, California -0.0441623345687312679 +30891 aapg_ak_85.html aapg_ak_85.html:91:11380:11398 Norphlet Arkansas -0.0176521575515221144 +30892 aapg_ah_773.html aapg_ah_773.html:3:186:203 Bird Spring Reno, Nevada -0.453829596260670209 +30893 palaios_html_7076037184 palaios_html_7076037184:688:59351:59359 Kankakee Illinois -0.454414135268558672 +30894 aapg_ae_235.html aapg_ae_235.html:163:19514:19525 Summerville Wilmington, North Carolina -0.464419004431934179 +30895 cspg_html_3953809708 cspg_html_3953809708:553:56741:56774 Palliser Lacombe, Alberta -0.429938515402492283 +30896 aapg_ac_689.html aapg_ac_689.html:31:3827:3835 Colorado Nebraska -0.0246571760456421665 +30897 cspg_html_8352050670 cspg_html_8352050670:81:8187:8192 Yukon Porcupine River (Ontario) -0.506854469137183239 +30898 cspg_html_4293350162 cspg_html_4293350162:442:47846:47856 Mount Head Carnarvon, Western Australia -0.0133078241167712726 +30899 cspg_html_4298557570 cspg_html_4298557570:109:16178:16184 Battle Edmonton, London 0.790364828397890684 +30900 aapg_ad_2.html aapg_ad_2.html:1593:220512:220524 Chambersburg Bellefonte, Pennsylvania 0.49971946600103373 +30901 aapg_aa_960.html aapg_aa_960.html:269:22153:22171 Todilto New Mexico -0.43778754217467053 +30902 aapg_ad_883.html aapg_ad_883.html:47:6736:6755 Franconia Detroit River International Wildlife Refuge 0.0262741410821141844 +30903 gsa_html_5865982995 gsa_html_5865982995:48:5278:5306 Green River Cheyenne, Wyoming -0.0092977313772016467 +30904 geology_html_1574115242 geology_html_1574115242:271:24300:24326 Flagstaff Logan, Utah 0.284661108463518553 +30905 AMJC_html_6341723617 AMJC_html_6341723617:1023:86045:86067 Green River Colorado -0.210655187461394 +30906 aapg_ae_959.html aapg_ae_959.html:2068:148328:148344 Whitehorse Pecos River 0.0182169811347791637 +30907 aapg_af_880.html aapg_af_880.html:1334:140224:140232 Toroweap McKee, Kentucky -0.426994598175165718 +30908 cspg_html_2758185645 cspg_html_2758185645:346:32849:32854 Banff Moose Mountain (Alberta) -0.471819338906025898 +30909 aapg_ah_318.html aapg_ah_318.html:896:92041:92060 Smackover Ouachita Parish, Louisiana 0.300131966803525108 +30910 aapg_ah_156.html aapg_ah_156.html:796:77749:77761 Cooking Lake Canada 0.575826763178250989 +30911 aapg_aa_22.html aapg_aa_22.html:243:23075:23080 Upham Sacramento Mountains (California) -0.474355436180137646 +30912 gsa_html_1931201430 gsa_html_1931201430:616:60962:60970 Columbia Victoria, British Columbia 0.0102845739324917348 +30913 aapg_ai_287.html aapg_ai_287.html:119:14696:14719 Bedford Santiago -0.0575708500128760542 +30914 gsa_html_6580496784 gsa_html_6580496784:699:79004:79008 Dunn Los Angeles -0.435951333834190324 +30915 aapg_ae_419.html aapg_ae_419.html:3057:197251:197257 Sierra Mexico -0.444916336311243943 +30916 aapg_ah_646.html aapg_ah_646.html:40:5643:5659 Chinle Chinle Formation -0.462858816604136858 +30917 aapg_ad_624.html aapg_ad_624.html:31:4497:4504 Canning Gippsland 0.00618793246160323843 +30918 aapg_ac_235.html aapg_ac_235.html:798:79183:79195 Dakota Colorado -0.448648420346381527 +30919 aapg_ae_324.html aapg_ae_324.html:796:80371:80379 Moccasin Virginia -0.0232768060359763093 +30920 aapg_ae_305.html aapg_ae_305.html:1093:95017:95022 Colon Colombia 0.0277452155183721058 +30921 aapg_ah_828.html aapg_ah_828.html:486:45283:45292 La Casita Mexico -0.457840951353905012 +30922 cspg_html_4031489103 cspg_html_4031489103:391:59824:59843 Kitchener Western world -0.0783395703709623553 +30923 gsa_html_1538463681 gsa_html_1538463681:907:77028:77050 Mural Sonora -0.454113919430063184 +30924 cspg_html_2659248847 cspg_html_2659248847:604:62367:62380 Parry Islands Melville, New York -0.457582637906406409 +30925 aapg_ac_610.html aapg_ac_610.html:221:19767:19785 Palmetto Tonopah, Arizona 0.0289521018719921877 +30926 gsa_html_5293445820 gsa_html_5293445820:897:95535:95545 Wood River Salcha River -0.490313047484592146 +30927 AMJC_html_6341723617 AMJC_html_6341723617:326:29756:29765 Flagstaff Uinta Mountains -0.0577069474480743499 +30928 cspg_html_4287356899 cspg_html_4287356899:3753:380861:380873 Rundle Lacombe, Alberta -0.457487488497030304 +30929 cspg_html_3642426669 cspg_html_3642426669:14:1185:1191 Viking Lacombe, Alberta -0.431219036147121426 +30930 AMJC_html_5390933660 AMJC_html_5390933660:497:47154:47167 Gile Mountain Bennington, Vermont -0.448282824521055501 +30931 aapg_ai_275.html aapg_ai_275.html:101:12129:12142 Potomac Virginia -0.264263328312236423 +30932 aapg_ac_126.html aapg_ac_126.html:25:3953:3970 Haynesville Spain 0.789287314906305104 +30933 aapg_ad_918.html aapg_ad_918.html:525:57340:57348 Colorado Colorado 0.0412820828681336183 +30934 aapg_ah_536.html aapg_ah_536.html:543:72139:72156 Rodessa Austin, Chicago 0.00437077655696941486 +30935 geology_html_9344982926 geology_html_9344982926:12:619:629 Washington Washington (state) -0.457487488497030304 +30936 aapg_ae_182.html aapg_ae_182.html:373:39346:39370 Cotton Valley Bellevue, Nebraska 0.00127335233315172751 +30937 cspg_html_4326384800 cspg_html_4326384800:154:21952:21971 Grosmont Lacombe, Alberta -0.464706706380762058 +30938 cspg_html_1019614994 cspg_html_1019614994:387:63483:63493 Big Valley Williston Basin 0.00493363837188221747 +30939 cspg_html_5345848475 cspg_html_5345848475:936:95199:95221 Medicine Hat Regina, Saskatchewan -0.0633959886817150181 +30940 cspg_html_8266552811 cspg_html_8266552811:269:33788:33804 Viking Regina, Saskatchewan -0.470629904958731249 +30941 cspg_html_7924356285 cspg_html_7924356285:111:15034:15039 Yukon Russia -0.050706684329443738 +30942 gsa_html_5625878232 gsa_html_5625878232:694:78586:78596 Washington San Antonio -0.00912399404799891373 +30943 gsa_html_4630856880 gsa_html_4630856880:1266:140233:140239 Moscow Russia -0.417361386985468708 +30944 aapg_ac_631.html aapg_ac_631.html:179:23587:23605 Teewinot Grand Teton National Park -0.499698059895772539 +30945 cspg_html_2784057671 cspg_html_2784057671:292:36047:36055 Crescent Western world -0.465579516089382972 +30946 gsa_html_8398449001 gsa_html_8398449001:775:65242:65251 Bear Lake Bennington, Vermont -0.465561228542891226 +30947 gsa_html_8951179545 gsa_html_8951179545:314:35993:36013 Wilcox Mexico -0.0108839893390520418 +30948 palaios_html_5264377288 palaios_html_5264377288:83:7431:7451 Chickaloon Talkeetna Mountains -0.451875596518584666 +30949 aapg_ah_567.html aapg_ah_567.html:123:13966:13985 Wapanucka Hartshorne, Oklahoma 0.00157388492495401659 +30950 aapg_ad_599.html aapg_ad_599.html:124:13110:13117 Venango Pennsylvania -0.510771693853916964 +30951 cspg_html_2198503252 cspg_html_2198503252:6:615:621 Percha Colorado -0.0265036602918163264 +30952 aapg_af_128.html aapg_af_128.html:519:45477:45493 Casper Cheyenne, Wyoming -0.0817944814081771332 +30953 aapg_ai_275.html aapg_ai_275.html:112:13627:13645 Magothy Raritan River -0.441437455474761709 +30954 cspg_html_9354781888 cspg_html_9354781888:116:21370:21416 Peace River Victoria, British Columbia -0.459805657368256959 +30955 aapg_ad_637.html aapg_ad_637.html:53:7822:7846 Frio Houston -0.395717119620703883 +30956 aapg_af_191.html aapg_af_191.html:68:8122:8127 Boggy Western world -0.0276304452324186781 +30957 AMJC_html_8206209174 AMJC_html_8206209174:769:75507:75537 Gowganda Ontario, California -0.0859711597344748751 +30958 aapg_ae_473.html aapg_ae_473.html:201:19087:19092 Eutaw Tuscaloosa, Alabama -0.404537804443508953 +30959 aapg_ah_647.html aapg_ah_647.html:543:59455:59469 Earp Indian Creek, Florida -0.0201913809518237848 +30960 aapg_ah_399.html aapg_ah_399.html:3:440:448 Columbia Williston, Vermont -0.475325709854034217 +30961 aapg_ac_235.html aapg_ac_235.html:33:3966:3984 Cloverly Cheyenne, Wyoming 0.802376382756195383 +30962 aapg_aa_37.html aapg_aa_37.html:20:3307:3323 Kaibab Grand Canyon -0.00190221287180793197 +30963 gsa_html_5865982995 gsa_html_5865982995:872:97317:97334 Wasatch Cheyenne, Wyoming -0.0689034114180549356 +30964 jgeology_html_7911248546 jgeology_html_7911248546:632:34092:34110 Anacacho Texas 0.000564582905986352451 +30965 aapg_ad_402.html aapg_ad_402.html:209:22827:22833 Denver Lacombe, Alberta -0.0414701241414489052 +30966 sedimentology_html_7173233072 sedimentology_html_7173233072:283:20693:20702 Red Bluff Beaumaris Castle -0.00100408928942736001 +30967 aapg_ai_864.html aapg_ai_864.html:93:11299:11305 Reklaw Karnes County, Texas -0.428844183946785584 +30968 geology_html_5334828814 geology_html_5334828814:358:24970:24976 Lehman Lake Victoria -0.449440672427322663 +30969 aapg_ah_655.html aapg_ah_655.html:132:12937:12942 Atoka Franklin County, Ohio 0.0178468027380988617 +30970 gsa_html_5002851212 gsa_html_5002851212:476:37213:37221 Colorado Cheyenne, Wyoming -0.518835547311915057 +30971 geology_html_2128432722 geology_html_2128432722:218:18463:18467 Bond North Atlantic Current -0.485406637327558677 +30972 aapg_ah_876.html aapg_ah_876.html:345:42862:42891 Pine Island Pine Island (Lee County, Florida) 0.0317662934085157431 +30973 aapg_aa_23.html aapg_aa_23.html:284:32339:32358 Winnipeg Manitoba -0.329754326746076465 +30974 aapg_ae_871.html aapg_ae_871.html:351:56502:56524 Belly River Canada -0.482511668442046737 +30975 palaios_html_2621173808 palaios_html_2621173808:257:27522:27553 Liard Canada -0.427645821637091417 +30976 aapg_ah_604.html aapg_ah_604.html:31:2769:2779 Citronelle Alabama -0.468015132988553406 +30977 aapg_ad_110.html aapg_ad_110.html:482:51010:51018 Tensleep Darwin, Northern Territory -0.0286199363218920082 +30978 cspg_html_4326384800 cspg_html_4326384800:1702:232668:232676 Columbia Lacombe, Alberta -0.464761517323236562 +30979 aapg_ah_519.html aapg_ah_519.html:39:4101:4122 Summerville Carmel, Indiana -0.440387442871438828 +30980 AMJC_html_2069773375 AMJC_html_2069773375:242:20011:20022 Santa Clara Placetas -0.472528705500211532 +30981 aapg_ac_424.html aapg_ac_424.html:436:62178:62183 Weeks Texas -0.468054102450840448 +30982 gsa_html_5978706061 gsa_html_5978706061:816:65514:65525 Devils Hole California -0.00998573864189263374 +30983 aapg_ac_245.html aapg_ac_245.html:174:26501:26511 Atoka Kearny, New Jersey -0.383449484674247942 +30984 sedimentology_html_3526020464 sedimentology_html_3526020464:654:42431:42435 Java Borneo -0.00574666843220395917 +30985 aapg_ae_5.html aapg_ae_5.html:47:5507:5521 Earp Patagonia -0.471340610693628537 +30986 aapg_ah_894.html aapg_ah_894.html:70:10761:10775 Lisburne Prudhoe Bay Oil Field -0.457582637906406409 +30987 palaios_html_3796939457 palaios_html_3796939457:479:42586:42619 Woodbine Texas -0.452977161832460395 +30988 aapg_ai_444.html aapg_ai_444.html:50:5315:5329 Hale Brentwood, Essex -0.0882189353822920436 +30989 aapg_ae_256.html aapg_ae_256.html:45:5783:5801 Anacacho Bexar County, Texas 0.00968516832119581395 +30990 aapg_ah_340.html aapg_ah_340.html:284:31664:31670 Walnut Goodland, Kansas -0.0546872843399983585 +30991 aapg_ai_224.html aapg_ai_224.html:103:12288:12320 A-2 Carbonate Pentwater, Michigan -0.450784359288809666 +30992 AMJC_html_1938223835 AMJC_html_1938223835:952:112339:112347 Rangeley Portland, Maine -0.429960502864963123 +30993 gsa_html_9253181203 gsa_html_9253181203:908:93054:93082 Green River New Mexico -0.0331753752251057327 +30994 gsa_html_5081991493 gsa_html_5081991493:160:16252:16261 Flagstaff Uinta Mountains -0.0817103560006667978 +30995 aapg_ai_235.html aapg_ai_235.html:62:6979:7002 Cotton Valley Mississippi River -0.458648092769168181 +30996 gsa_html_6753732431 gsa_html_6753732431:594:57086:57122 Wood Canyon Mojave Desert -0.0413499862143105745 +30997 aapg_aa_145.html aapg_aa_145.html:656:71160:71173 Nicola Victoria, British Columbia 0.0143799353376452364 +30998 gsa_html_1119256423 gsa_html_1119256423:16:877:883 Denver Colorado -0.511893299701262627 +30999 cspg_html_1464478153 cspg_html_1464478153:19:2853:2874 Etherington Victoria, British Columbia -0.485537608740225335 +31000 aapg_af_880.html aapg_af_880.html:466:70494:70497 Abo New Mexico -0.463396817899322633 +31001 palaios_html_9290889851 palaios_html_9290889851:52:5123:5129 Ludlow Kokomo, Indiana -0.440247382693200906 +31002 gsa_html_4339524478 gsa_html_4339524478:877:84141:84151 Washington Boise, Idaho -0.454032675125810359 +31003 gsa_html_9888752348 gsa_html_9888752348:13:696:706 Las Cruces New Mexico -0.442575570278969321 +31004 aapg_ac_250.html aapg_ac_250.html:8:949:954 Weeks Shreveport, Louisiana -0.451787799117909672 +31005 aapg_ac_59.html aapg_ac_59.html:135:18095:18108 Mount Soledad La Jolla -0.471382028770717776 +31006 gsa_html_5591359946 gsa_html_5591359946:69:5446:5474 Green River Colorado 0.0294112347046574657 +31007 AMJC_html_5722410163 AMJC_html_5722410163:545:56288:56309 Elko Elko, Nevada 0.564595772859838752 +31008 aapg_ak_117.html aapg_ak_117.html:75:8527:8542 Rochester Rochester, Kent -0.0515643416421474945 +31009 aapg_ae_915.html aapg_ae_915.html:11:1399:1418 Greenhorn Niobrara, Nebraska -0.459458231015011043 +31010 cspg_html_1260733368 cspg_html_1260733368:180:24325:24347 Medicine Hat Western world -0.0932821036367335321 +31011 cspg_html_1693073625 cspg_html_1693073625:12:1460:1469 Hay River Great Slave Lake -0.040395903070456575 +31012 palaios_html_7860397774 palaios_html_7860397774:47:3496:3513 La Luna Quito -0.0378335861423178335 +31013 cspg_html_3104351736 cspg_html_3104351736:774:83139:83146 Bearpaw Lacombe, Alberta 0.896211714270480964 +31014 aapg_aa_735.html aapg_aa_735.html:65:6129:6149 Fort Payne Kentucky 0.000729614901202842885 +31015 aapg_ad_399.html aapg_ad_399.html:146:12609:12616 Warsaw Atoka, Oklahoma -0.0140376196944260508 +31016 cspg_html_3354282978 cspg_html_3354282978:188:24894:24906 Saskatchewan Lacombe, Alberta -0.463764030920631232 +31017 aapg_ah_318.html aapg_ah_318.html:2790:229093:229110 Todos Santos Guatemala 0.357740284230386341 +31018 sedimentology_html_1453928178 sedimentology_html_1453928178:690:41688:41704 Curtis Logan, Utah -0.453008719186489883 +31019 aapg_ae_350.html aapg_ae_350.html:78:9036:9046 Pottsville Pottsville, Pennsylvania -0.393595935557631393 +31020 cspg_html_6880168184 cspg_html_6880168184:739:83645:83660 Kennedy Channel District Council of Franklin Harbour -0.430000081582776583 +31021 aapg_ac_559.html aapg_ac_559.html:623:85907:85912 Steel Svalbard -0.474355436180137646 +31022 aapg_aa_918.html aapg_aa_918.html:604:61055:61075 Salt Plain Cedar Hill, Texas -0.0362411760132516358 +31023 cspg_html_5139035315 cspg_html_5139035315:390:50015:50036 Green River Colorado -0.4784100389871494 +31024 geology_html_1741416728 geology_html_1741416728:14:849:859 Washington Washington (state) -0.479447557264900015 +31025 cspg_html_3796928998 cspg_html_3796928998:53:7738:7757 Athabasca Lake Athabasca -0.458675312427173743 +31026 geology_html_1827419843 geology_html_1827419843:219:19188:19218 Red River Manitoba -0.465705253187009671 +31027 gsa_html_6784853399 gsa_html_6784853399:786:69625:69633 Homewood Switzerland -0.0408537810405160198 +31028 aapg_af_551.html aapg_af_551.html:439:45773:45794 Lake Valley Alamogordo, New Mexico -0.456608964648804683 +31029 aapg_ae_884.html aapg_ae_884.html:354:45995:46006 Green River Logan, Utah -0.452003931056544739 +31030 cspg_html_6131861361 cspg_html_6131861361:126:17552:17582 Mackenzie Victoria, British Columbia -0.000889435409818231594 +31031 aapg_ah_5.html aapg_ah_5.html:2272:151800:151813 Astoria Washington (state) -0.0279486743171803304 +31032 AMJC_html_8177090410 AMJC_html_8177090410:674:54030:54038 Colorado Littleton, Colorado -0.0257194847392249668 +31033 aapg_aa_934.html aapg_aa_934.html:191:21314:21322 Wolfcamp Stratford, Connecticut -0.0217296792824245993 +31034 gsa_html_9253181203 gsa_html_9253181203:718:79449:79455 Carmel Logan, Utah -0.00972860319356922895 +31035 aapg_af_308.html aapg_af_308.html:122:11901:11911 Lock Haven Chemung, New York -0.467675942101560327 +31036 sedimentology_html_2165832672 sedimentology_html_2165832672:738:64987:64999 Todos Santos Mexico -0.416224917949125084 +31037 aapg_aa_934.html aapg_aa_934.html:48:7003:7011 Wolfcamp Texas -0.474276937415326727 +31038 aapg_af_579.html aapg_af_579.html:358:36211:36228 Entrada Colorado 0.0208414480796129224 +31039 jgeology_html_6347034809 jgeology_html_6347034809:307:17278:17297 Manitou Corfu (city) -0.434580403200599208 +31040 aapg_ad_551.html aapg_ad_551.html:180:30448:30464 Debolt Lacombe, Alberta -0.453495743339231705 +31041 geology_html_4781601757 geology_html_4781601757:116:11317:11328 San Jacinto Lake Elsinore, California -0.48294529227432792 +31042 cspg_html_2093862169 cspg_html_2093862169:416:43825:43830 Bluff Jamaica, Queens -0.474805786132168894 +31043 aapg_ai_919.html aapg_ai_919.html:344:61944:61955 Sadlerochit Anchorage, Alaska -0.465579516089382972 +31044 cspg_html_2058480839 cspg_html_2058480839:13:966:989 Turner Valley Elkton, Kentucky -0.0456028204416603147 +31045 aapg_af_23.html aapg_af_23.html:99:14424:14429 Mt Lytton Anchorage, Alaska -0.487560856421757394 +31046 aapg_ac_198.html aapg_ac_198.html:50:6077:6099 Eagle Austin, Chicago -0.0303173748455716902 +31047 cspg_html_6306091047 cspg_html_6306091047:65:11851:11870 Pardonet Victoria, British Columbia -0.195974669615212954 +31048 aapg_ad_683.html aapg_ad_683.html:81:12320:12328 Colorado San Juan River (Nicaragua) -0.0331753752251057327 +31049 gsa_html_1217771406 gsa_html_1217771406:372:33104:33137 Santa Barbara Mojave Desert -0.0171829308693467256 +31050 cspg_html_4727171280 cspg_html_4727171280:90:9904:9911 Bearpaw Edmonton, London -0.130347830019136385 +31051 aapg_ad_466.html aapg_ad_466.html:1147:122716:122724 Kirkwood Kirkwood, Missouri -0.0400999482749248432 +31052 palaios_html_9430957613 palaios_html_9430957613:14:853:863 Santa Cruz California -0.0204312426216018105 +31053 aapg_ad_466.html aapg_ad_466.html:375:45434:45441 Magothy Raritan River -0.40404525568295957 +31054 palaios_html_4936782265 palaios_html_4936782265:158:17742:17775 Aleman New Mexico -0.0343184250102417446 +31055 jgeology_html_4610075495 jgeology_html_4610075495:1393:75321:75333 Owens Valley California -0.287422631375387205 +31056 cspg_html_9275863663 cspg_html_9275863663:109:15530:15550 Swan Hills Swan Hill, Victoria -0.0159490856269059456 +31057 aapg_ad_122.html aapg_ad_122.html:500:41339:41356 Coburn Pennsylvania -0.461526610478465105 +31058 cspg_html_1458415183 cspg_html_1458415183:6:368:385 Bluesky Lacombe, Alberta -0.0292460145715184028 +31059 aapg_ai_27.html aapg_ai_27.html:5:714:720 Midway Texas -0.477123570959987586 +31060 aapg_ae_959.html aapg_ae_959.html:3114:236840:236863 Brushy Canyon Guadalupe Mountains National Park -0.0598115874079221191 +31061 aapg_ae_972.html aapg_ae_972.html:73:9804:9824 Pinto East Mountain (Hampden County, Massachusetts) -0.480644453081816247 +31062 palaios_html_8474347362 palaios_html_8474347362:187:25759:25777 Navesink Navesink River -0.0551547118645741019 +31063 aapg_ah_723.html aapg_ah_723.html:210:24429:24464 Duvernay Canada 0.00587522535278851409 +31064 sedimentology_html_6949444683 sedimentology_html_6949444683:1330:62515:62520 Price Sellwood Bridge -0.0343184250102417446 +31065 cspg_html_5484260516 cspg_html_5484260516:678:52386:52406 Banff Crowsnest Pass, Alberta -0.474923608334711034 +31066 cspg_html_4785922166 cspg_html_4785922166:525:61808:61844 Dawson Bay Saskatoon -0.126014349117794355 +31067 aapg_ac_187.html aapg_ac_187.html:3601:343405:343412 Tamabra Matamoros, Tamaulipas -0.423116197439436237 +31068 aapg_ai_0.html aapg_ai_0.html:933:105652:105657 Viola Nueces River 0.000211935711374605716 +31069 aapg_ae_147.html aapg_ae_147.html:331:35196:35211 Pico Oxnard, California -0.477158315306099867 +31070 aapg_ad_660.html aapg_ad_660.html:443:59844:59867 Brushy Canyon Guadalupe Mountains National Park -0.431157390646727534 +31071 aapg_ad_564.html aapg_ad_564.html:4051:319293:319304 Mowry Powder River Basin -0.85751998541635599 +31072 aapg_ai_285.html aapg_ai_285.html:34:4125:4150 Naknek Cook Inlet -0.280672603372010443 +31073 aapg_ac_612.html aapg_ac_612.html:123:13455:13473 Fountain Colorado Springs, Colorado -0.45633516722504075 +31074 palaios_html_3742758359 palaios_html_3742758359:738:54747:54778 Navajo Logan, Utah -0.0258220684876826687 +31075 aapg_ae_928.html aapg_ae_928.html:205:14843:14862 Smackover Ohio -0.470409220225314617 +31076 gsa_html_1636483297 gsa_html_1636483297:83:6845:6853 Washakie Uinta Mountains -0.455188836413653375 +31077 geology_html_9788030825 geology_html_9788030825:189:13566:13584 Sisquoc Monterey, California -0.47596853330555533 +31078 geology_html_8372189192 geology_html_8372189192:172:19906:19913 Jackson Illinois -0.0133078241167712726 +31079 aapg_aa_735.html aapg_aa_735.html:99:9318:9335 Keokuk Bloomington, Indiana -0.0223919711537192666 +31080 gsa_html_4788482662 gsa_html_4788482662:538:52856:52881 Sierra New Mexico -0.446593560210975959 +31081 aapg_ah_180.html aapg_ah_180.html:101:11562:11570 Onondaga Helderberg -0.0383226719059837143 +31082 sedimentology_html_9079273526 sedimentology_html_9079273526:894:77930:77955 Willwood Cheyenne, Wyoming -0.0793607143775974244 +31083 cspg_html_3926542795 cspg_html_3926542795:1227:133130:133148 Graminia Swan Hill, Victoria -0.0457038553664062958 +31084 aapg_aa_23.html aapg_aa_23.html:613:77199:77230 Maquoketa Illinois -0.233564517566522079 +31085 gsa_html_3445493534 gsa_html_3445493534:733:75479:75487 Monterey California -0.429960502864963123 +31086 aapg_ae_715.html aapg_ae_715.html:491:64052:64059 Anahuac Shreveport, Louisiana 1.02080938733265958 +31087 aapg_aa_928.html aapg_aa_928.html:393:46109:46120 Abercrombie Brazoria County, Texas -0.0431731213623836943 +31088 geology_html_2350878941 geology_html_2350878941:347:26204:26210 Denver Colorado -0.0150697932324766731 +31089 aapg_ah_143.html aapg_ah_143.html:312:27939:27957 Edmonton Alta, Utah -0.0378770981344208127 +31090 gsa_html_3387611512 gsa_html_3387611512:342:32995:33020 Chinle Spain -0.00583700570111723212 +31091 cspg_html_7134658072 cspg_html_7134658072:137:19056:19077 Belly River Lacombe, Alberta -0.0194353152309463539 +31092 aapg_ac_714.html aapg_ac_714.html:611:74712:74729 Rierdon Big Horn Mountains 0.0323820933546408313 +31093 cspg_html_4148342026 cspg_html_4148342026:445:41136:41144 Ashville Swan River, Manitoba -0.463150573567572499 +31094 aapg_ac_414.html aapg_ac_414.html:174:20226:20242 Kaibab Logan, Utah -0.433403442682278373 +31095 palaios_html_3751051678 palaios_html_3751051678:44:4174:4207 Morrison Cheyenne, Wyoming -0.441637804770763531 +31096 sedimentology_html_8501487717 sedimentology_html_8501487717:1450:107332:107354 Seven Rivers New Mexico -0.0231533782740243055 +31097 aapg_ad_683.html aapg_ad_683.html:321:35272:35288 Toroweap Arizona -0.44948782523520614 +31098 cspg_html_6252417471 cspg_html_6252417471:93:14765:14786 Christopher Banks Island 1.02178325300657913 +31099 aapg_aa_266.html aapg_aa_266.html:406:47322:47331 Angostura Santa Cruz, California -0.46328736756315686 +31100 geology_html_3251130221 geology_html_3251130221:255:21940:21946 Navajo Arizona -0.0599110776039962212 +31101 gsa_html_5865982995 gsa_html_5865982995:1551:161855:161883 Green River Colorado -0.0102706745632111761 +31102 gsa_html_5552216115 gsa_html_5552216115:1527:141287:141295 Colorado Colorado Plateau -0.486548633935625752 +31103 cspg_html_6255491344 cspg_html_6255491344:179:26692:26705 Mist Mountain Canmore, Alberta -0.428798065147820595 +31104 aapg_af_14.html aapg_af_14.html:790:68566:68574 Colorado Cheyenne, Wyoming -0.030023437417361392 +31105 aapg_ae_315.html aapg_ae_315.html:5:879:896 Decorah Decorah, Iowa -0.0516166410516480934 +31106 aapg_ai_477.html aapg_ai_477.html:251:26973:26994 Dunvegan Liard River, British Columbia -0.418546985241553371 +31107 aapg_ad_192.html aapg_ad_192.html:38:4873:4883 Tuscaloosa Tuscaloosa, Alabama 0.0108405530985095123 +31108 aapg_ad_457.html aapg_ad_457.html:265:31580:31599 Chicotte Anticosti Island -0.0442929610094760506 +31109 cspg_html_4822015639 cspg_html_4822015639:495:55962:55970 Humboldt Reno, Nevada -0.207968748381685498 +31110 cspg_html_5542874609 cspg_html_5542874609:588:60146:60154 Edmonton Missouri River -0.0454669478311172728 +31111 aapg_af_957.html aapg_af_957.html:498:67203:67208 Provo Logan, Utah -0.0366936389096963397 +31112 aapg_ad_466.html aapg_ad_466.html:1191:127215:127222 Patuxent Patapsco River -0.432686505514578101 +31113 aapg_aa_426.html aapg_aa_426.html:127:28618:28638 Smackover El Salvador -0.454610570976523354 +31114 gsa_html_5081991493 gsa_html_5081991493:1427:104759:104767 Colorado Cheyenne, Wyoming -0.463271407180362194 +31115 aapg_ae_5.html aapg_ae_5.html:3:293:307 Earp Arizona -0.458822766590828601 +31116 aapg_aa_82.html aapg_aa_82.html:241:24893:24897 Word Val Verde (fictional country) -0.462097962880594848 +31117 aapg_ah_645.html aapg_ah_645.html:555:67939:67962 Gypsum Spring Black Hills -0.409382023335090106 +31118 cspg_html_7665357428 cspg_html_7665357428:167:17663:17671 Colorado Denver -0.489885075161781369 +31119 aapg_ac_333.html aapg_ac_333.html:291:38576:38584 Colorado Colorado -0.457152280296754032 +31120 palaios_html_1262064602 palaios_html_1262064602:494:53327:53343 Chinle Chinle Formation -0.452112016307883446 +31121 cspg_html_5198658336 cspg_html_5198658336:520:55089:55101 Willow Creek Lacombe, Alberta -0.46567095948211501 +31122 aapg_ae_253.html aapg_ae_253.html:108:12302:12325 Cotton Valley Arkansas -0.446011775932438015 +31123 cspg_html_9648675035 cspg_html_9648675035:544:50612:50620 Moosebar Victoria, British Columbia -0.439125439995052158 +31124 aapg_ac_414.html aapg_ac_414.html:197:23924:23934 Phosphoria Salem, Oregon 0.00957571265714924832 +31125 aapg_ac_126.html aapg_ac_126.html:107:15890:15903 Cotton Valley Haynesville, Louisiana -0.00500312776260552431 +31126 aapg_ae_937.html aapg_ae_937.html:24:2359:2368 Smackover Shreveport, Louisiana -0.431395188299852905 +31127 aapg_ai_29.html aapg_ai_29.html:116:14822:14828 Lissie Oakville, California -0.0520768920178777336 +31128 aapg_af_386.html aapg_af_386.html:303:39156:39162 Jordan Mount Sinai -0.0426837810068434811 +31129 aapg_ah_53.html aapg_ah_53.html:120:11380:11391 Green River Kentucky -0.435659290307845004 +31130 cspg_html_6839937815 cspg_html_6839937815:70:9859:9876 Gerster Reno, Nevada -0.478586352630804512 +31131 cspg_html_4031489103 cspg_html_4031489103:382:58354:58371 Wallace Pend Oreille River -0.451751782124743317 +31132 aapg_aa_486.html aapg_aa_486.html:33:3957:3962 Raton New Mexico -0.0365561577052215814 +31133 aapg_ae_876.html aapg_ae_876.html:277:28469:28500 Cedar Mountain Logan, Utah -0.24592031694542002 +31134 sedimentology_html_4432289902 sedimentology_html_4432289902:430:35789:35815 Kirkwood Bass River Township, New Jersey -0.45921987907792633 +31135 aapg_aa_399.html aapg_aa_399.html:34:4594:4607 Wood Mountain Regina, Saskatchewan -0.0534002771689079184 +31136 aapg_aa_725.html aapg_aa_725.html:3:428:450 Nation River Anchorage, Alaska -0.466741549175746284 +31137 gsa_html_4593629541 gsa_html_4593629541:117:12570:12588 Rangeley Piermont, New York -0.460041893415422398 +31138 cspg_html_9701352317 cspg_html_9701352317:85:8086:8106 Otto Fiord Ellesmere Island -0.457614356613462614 +31139 aapg_ae_741.html aapg_ae_741.html:364:40932:40962 Kogruk Anchorage, Alaska -0.517925618184756242 +31140 aapg_ae_706.html aapg_ae_706.html:136:12085:12102 Moccasin Middle Ordovician -0.450950772759007412 +31141 cspg_html_2834693711 cspg_html_2834693711:822:109247:109255 Columbia Victoria, British Columbia -0.44721379024503416 +31142 cspg_html_4793204980 cspg_html_4793204980:30:5139:5144 Nisku Drumheller -0.0527882465150959351 +31143 aapg_ai_410.html aapg_ai_410.html:205:18573:18582 Leadville Aspen, Colorado -0.438131262990121173 +31144 aapg_ac_563.html aapg_ac_563.html:298:41788:41793 Sligo County Sligo -0.0680591279721140391 +31145 cspg_html_5241714595 cspg_html_5241714595:403:62653:62670 Duperow Regina, Saskatchewan -0.0374854970186532591 +31146 aapg_aa_998.html aapg_aa_998.html:312:33556:33564 Sycamore Burnet, Texas -0.0574190523571501965 +31147 aapg_ai_139.html aapg_ai_139.html:271:24873:24885 Medicine Hat Southern Alberta -0.489060307863409593 +31148 aapg_ah_467.html aapg_ah_467.html:3:356:364 Edmonton Canada -0.470216166533545032 +31149 aapg_ae_519.html aapg_ae_519.html:61:6194:6204 Washington Tuscarawas River -0.434558307819543299 +31150 cspg_html_9675666588 cspg_html_9675666588:445:49382:49395 Moose Channel Mississippi River -0.454052985518192231 +31151 aapg_ae_828.html aapg_ae_828.html:276:21815:21829 Glenwood Utica, New York -0.428798065147820595 +31152 aapg_ac_5.html aapg_ac_5.html:117:11250:11262 Saskatchewan Lacombe, Alberta -0.459996458565647859 +31153 cspg_html_5697056884 cspg_html_5697056884:552:55056:55064 Deadwood Winnipeg -0.46878567237532498 +31154 aapg_ae_272.html aapg_ae_272.html:614:58671:58679 Michigan Michigan -0.5040380613457629 +31155 gsa_html_4120839285 gsa_html_4120839285:1241:124997:125012 Catalina Schist California -0.0102845739324916134 +31156 sedimentology_html_3761610495 sedimentology_html_3761610495:455:47611:47615 Hall London, Ontario -0.0161298137457332978 +31157 aapg_ae_428.html aapg_ae_428.html:934:73473:73481 Colorado Nebraska -0.0716049503195497206 +31158 aapg_ah_644.html aapg_ah_644.html:15:2112:2127 Piper Manitoba -0.414527021884554703 +31159 cspg_html_5697056884 cspg_html_5697056884:141:14622:14635 Earlie Regina, Saskatchewan -0.444945382159606273 +31160 aapg_ad_749.html aapg_ad_749.html:193:17559:17572 Abo New Mexico 0.00968516832119581395 +31161 aapg_af_263.html aapg_af_263.html:4:600:610 Otto Fiord Ellesmere Island -0.289798272863463102 +31162 palaios_html_3008759316 palaios_html_3008759316:243:23307:23311 Dean Wooster, Ohio -0.0402548881501223546 +31163 aapg_ah_505.html aapg_ah_505.html:1558:126345:126357 Beaver Creek Niobrara, Nebraska 0.00127856387818086779 +31164 aapg_ai_523.html aapg_ai_523.html:3:187:203 Maroon Colorado -0.46809765859229685 +31165 aapg_ai_17.html aapg_ai_17.html:67:4487:4496 Extension Shreveport, Louisiana -0.475963906981033746 +31166 aapg_af_887.html aapg_af_887.html:116:12138:12149 Cloud Chief West Texas -0.000170243439086011382 +31167 gsa_html_4543270561 gsa_html_4543270561:690:61011:61021 Point Loma San Diego -0.458648092769168181 +31168 gsa_html_3010975239 gsa_html_3010975239:385:49533:49563 Saginaw Michigan -0.470216166533545032 +31169 aapg_ai_932.html aapg_ai_932.html:650:102875:102889 Foxen Mudstone Knoxville, Illinois -0.456561440120662909 +31170 aapg_ac_243.html aapg_ac_243.html:191:16424:16430 Jordan Mexico -0.463465231196217298 +31171 aapg_ah_763.html aapg_ah_763.html:259:26267:26283 Blaine Texas -0.465705253187009671 +31172 aapg_ad_3.html aapg_ad_3.html:688:63975:63994 Eggleston Lowville (town), New York -0.421454142706894297 +31173 palaios_html_7679079277 palaios_html_7679079277:811:68339:68356 Entrada Carmel, Indiana -0.464501195477937445 +31174 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90056:90071 Mesaverde Cheyenne, Wyoming -0.452927573923113447 +31175 aapg_ai_28.html aapg_ai_28.html:35:3280:3286 Lissie Oakville, California -0.00190221287180793197 +31176 palaios_html_6353470714 palaios_html_6353470714:1036:93746:93758 Grand Rapids Michigan -0.486588444102287743 +31177 palaios_html_1276188815 palaios_html_1276188815:651:64196:64210 Cedar Mountain Eaton, Ohio 0.980604669171385446 +31178 aapg_aa_229.html aapg_aa_229.html:371:29359:29376 Burrard Victoria, British Columbia -0.0213125005692229447 +31179 cspg_html_2094634763 cspg_html_2094634763:329:43916:43934 Whitemud Lacombe, Alberta -0.0518153822203646572 +31180 aapg_af_854.html aapg_af_854.html:1150:163008:163029 Waltersburg Perry County, Indiana 0.0131861933748900779 +31181 aapg_ah_506.html aapg_ah_506.html:344:33714:33728 Traverse Michigan 0.0963339203219136103 +31182 aapg_ai_689.html aapg_ai_689.html:32:4595:4612 Haymond San Francisco -0.450519060159522589 +31183 aapg_ad_337.html aapg_ad_337.html:146:16398:16405 Topanga Santa Monica Mountains -0.0345933312678204652 +31184 aapg_ai_322.html aapg_ai_322.html:187:15881:15896 Bluff Puerto Cabezas Airport -0.485308421911267773 +31185 cspg_html_8556552074 cspg_html_8556552074:72:6442:6466 Ernestina Lake CFB Cold Lake -0.454466062398962145 +31186 aapg_af_575.html aapg_af_575.html:841:119736:119749 Ada Wewoka, Oklahoma -0.431086943566786673 +31187 cspg_html_3409371621 cspg_html_3409371621:362:44914:44922 Moosebar Victoria, British Columbia -0.446052041434467972 +31188 aapg_ah_318.html aapg_ah_318.html:38:4646:4665 Smackover Texas -0.0313801301050329814 +31189 cspg_html_6964953392 cspg_html_6964953392:426:50833:50863 Doig Victoria, British Columbia -0.48878086726465575 +31190 aapg_ac_985.html aapg_ac_985.html:124:11591:11607 Waltersburg Waverly, Ohio -0.457514673015389395 +31191 gsa_html_9139751839 gsa_html_9139751839:1134:95500:95528 Green River Colorado 0.0156362902137903333 +31192 aapg_ai_593.html aapg_ai_593.html:1676:171208:171218 Duck Creek Buda, Texas 0.0130315493205527232 +31193 aapg_ak_97.html aapg_ak_97.html:3:332:363 Red Mountain Alabama -0.449431691216236939 +31194 cspg_html_3850954719 cspg_html_3850954719:83:11887:11895 Columbia Victoria, British Columbia -0.457501080653503367 +31195 aapg_ah_757.html aapg_ah_757.html:10:1557:1585 Deep Creek Boise, Idaho -0.484359586108593421 +31196 cspg_html_4765627863 cspg_html_4765627863:40:3719:3727 Columbia Victoria, British Columbia -0.440354093294291316 +31197 aapg_af_775.html aapg_af_775.html:331:21977:21984 Lagarto Oakville, California -0.473649201225758321 +31198 cspg_html_5660413005 cspg_html_5660413005:294:33361:33382 Mount Hawk Blue Ridge Mountains -0.0118656633091786638 +31199 aapg_ac_55.html aapg_ac_55.html:262:30617:30624 Patuxent Baltimore -0.0114868900754173092 +31200 geology_html_5998472037 geology_html_5998472037:302:27948:27966 Willwood Earth -0.463579265049131273 +31201 sedimentology_html_3271817872 sedimentology_html_3271817872:2023:107607:107611 Toro Chile -0.0286947163144904982 +31202 cspg_html_6927586285 cspg_html_6927586285:41:6123:6143 Baldonnel Western Canadian Sedimentary Basin -0.462166276497962936 +31203 aapg_ah_283.html aapg_ah_283.html:422:45913:45931 Flournoy Coos Bay -0.210765673344498666 +31204 gsa_html_9139668698 gsa_html_9139668698:112:10707:10724 Wingate Colorado -0.0323925309205377876 +31205 gsa_html_5576654414 gsa_html_5576654414:523:44642:44670 Green River Colorado -0.449541717141150321 +31206 aapg_ah_780.html aapg_ah_780.html:168:30081:30090 Shoemaker Tioga, Texas -0.063450128833629979 +31207 cspg_html_4568084707 cspg_html_4568084707:518:63824:63836 Cooking Lake Lacombe, Alberta -0.41055152885920021 +31208 aapg_ac_832.html aapg_ac_832.html:4:244:258 Stony Mountain Williston, Vermont -0.00564243327627664357 +31209 gsa_html_3860045860 gsa_html_3860045860:1025:96586:96591 Salem Salem, Oregon -0.0485106911577510083 +31210 aapg_ac_965.html aapg_ac_965.html:737:80422:80429 Manlius Dayville, Oregon -0.0703720409304182948 +31211 AMJC_html_1690410018 AMJC_html_1690410018:684:82433:82438 Weeks Tulsa, Oklahoma -0.067608196951884289 +31212 cspg_html_9780523405 cspg_html_9780523405:983:113537:113548 Slave Point Victoria, British Columbia -0.462193603410137988 +31213 cspg_html_5345848475 cspg_html_5345848475:85:12085:12124 Milk River Lacombe, Alberta 0.632797092796686611 +31214 gsa_html_9487992082 gsa_html_9487992082:940:83551:83557 Denver Nebraska -0.491084883288990137 +31215 cspg_html_8928894270 cspg_html_8928894270:52:7147:7153 Calmar Cripple Creek, Colorado -0.078507702655988415 +31216 gsa_html_8774590177 gsa_html_8774590177:161:19092:19109 Beekmantown Bennington, Vermont 0.00325374947790672006 +31217 cspg_html_3068776384 cspg_html_3068776384:529:59117:59134 Cardium Lacombe, Alberta -0.441486425747427802 +31218 aapg_ae_473.html aapg_ae_473.html:336:30818:30826 Ackerman Holly Springs, Mississippi -0.0682409089564764842 +31219 cspg_html_9176909629 cspg_html_9176909629:26:3469:3492 Borglum River Middle East -0.0143434446267858666 +31220 cspg_html_9717154602 cspg_html_9717154602:472:54807:54828 Belly River Bow River 0.744386170883051257 +31221 aapg_ad_812.html aapg_ad_812.html:62:7975:7982 Wingate Entrada Sandstone -0.464074341472865526 +31222 cspg_html_9157093462 cspg_html_9157093462:355:45252:45269 Halfway Lacombe, Alberta -0.463579265049131273 +31223 palaios_html_2621173808 palaios_html_2621173808:1287:120263:120278 Liard Victoria, British Columbia -0.434637853624058046 +31224 gsa_html_3069013284 gsa_html_3069013284:831:78405:78414 San Diego California -0.00530888185460337992 +31225 aapg_ai_897.html aapg_ai_897.html:244:26438:26444 Navajo Kayenta, Arizona -0.451812561628617604 +31226 cspg_html_5954266359 cspg_html_5954266359:311:43304:43364 West Point Quebec City -0.466810220907495799 +31227 gsa_html_6917629411 gsa_html_6917629411:29:2796:2824 Green River Colorado 0.0159282324715774928 +31228 aapg_ai_877.html aapg_ai_877.html:193:20017:20026 Pottsville Venango, Pennsylvania -0.0319472030481665059 +31229 aapg_ac_730.html aapg_ac_730.html:561:80426:80432 Toreva Niobrara, Nebraska -0.0464198453094291294 +31230 aapg_ad_307.html aapg_ad_307.html:682:68999:69009 Arco Hills Boise, Idaho -0.103241007777116076 +31231 aapg_aa_223.html aapg_aa_223.html:151:15478:15483 Bream Gippsland -0.467870731747513147 +31232 aapg_ai_281.html aapg_ai_281.html:247:24206:24212 Sierra Mexico -0.4364582012241503 +31233 cspg_html_1201397701 cspg_html_1201397701:14:1417:1427 Washington Salem, Oregon -0.00190221287180793197 +31234 cspg_html_4326384800 cspg_html_4326384800:1051:154913:154934 Slave Point Victoria, British Columbia -0.0472822527210594937 +31235 gsa_html_1538463681 gsa_html_1538463681:95:8442:8460 Cintura Sonora -0.477179162580930738 +31236 aapg_ae_643.html aapg_ae_643.html:400:49009:49017 Columbia Jackson County, Missouri -0.0344384781603518444 +31237 aapg_ae_855.html aapg_ae_855.html:146:15227:15246 Flagstaff North Horn Formation -0.467877607461444023 +31238 aapg_ae_202.html aapg_ae_202.html:79:6026:6034 Onondaga Helderberg -0.037441986726546049 +31239 cspg_html_6306091047 cspg_html_6306091047:225:31825:31843 Pardonet Victoria, British Columbia -0.456518443898076276 +31240 aapg_ac_730.html aapg_ac_730.html:611:88679:88685 Dakota Mancos, Colorado 0.0462386643207783471 +31241 sedimentology_html_1352900054 sedimentology_html_1352900054:2349:86896:86917 Golden Grove Barbados -0.495740204770814097 +31242 geology_html_3104839433 geology_html_3104839433:12:568:580 Rhode Island Newport, Rhode Island -0.466727815469158758 +31243 gsa_html_5664265459 gsa_html_5664265459:1016:98932:98941 San Diego Riverside, California -0.0584956705548907718 +31244 aapg_af_854.html aapg_af_854.html:529:71623:71629 Warsaw Bloomington, Indiana -0.00786789401885567251 +31245 aapg_ae_866.html aapg_ae_866.html:41:4701:4710 Allegheny Pennsylvania -0.431113360606789509 +31246 aapg_ae_915.html aapg_ae_915.html:76:5252:5264 Pierre Niobrara, Nebraska 0.00255018452536458695 +31247 aapg_ai_610.html aapg_ai_610.html:93:17197:17211 Woodford Kinderhook (town), New York -0.466727815469158758 +31248 aapg_aa_682.html aapg_aa_682.html:686:72505:72522 Topeka Topeka, Kansas -0.43491631701600808 +31249 aapg_ad_468.html aapg_ad_468.html:6:968:983 Aquia Maryland -0.474918987556243288 +31250 aapg_ah_256.html aapg_ah_256.html:45:6293:6298 Slope Western world 0.0139472629974676295 +31251 aapg_ai_952.html aapg_ai_952.html:71:10517:10549 Ivishak Bakersfield, California -0.0135788887974534252 +31252 geology_html_1962852322 geology_html_1962852322:217:20343:20348 Price Cambridge -0.458641287983651336 +31253 aapg_ad_606.html aapg_ad_606.html:50:5769:5785 Dakota Denver -0.429189047845982774 +31254 geology_html_8807787667 geology_html_8807787667:144:15648:15675 Cedar Mountain Salina, Kansas -0.478326534516524793 +31255 cspg_html_7229660003 cspg_html_7229660003:85:6665:6679 Stony Mountain Red River of the North -0.414373403944892138 +31256 cspg_html_9735723617 cspg_html_9735723617:172:21787:21802 Melville Island Melville Island (Canada) -0.0144772441484254995 +31257 gsa_html_2277214099 gsa_html_2277214099:1118:104650:104678 Green River Iran -0.428396267465174896 +31258 gsa_html_5158882663 gsa_html_5158882663:1072:79319:79347 Green River Colorado 0.0270218309508964138 +31259 cspg_html_6984906794 cspg_html_6984906794:663:50377:50391 Lea Park Anchorage, Alaska -0.0762191501008962491 +31260 aapg_ac_332.html aapg_ac_332.html:210:22601:22611 Washington Padre Island National Seashore -0.460964719996515115 +31261 cspg_html_9435196958 cspg_html_9435196958:1347:56444:56461 Judith River Lacombe, Alberta 0.404349322333480643 +31262 cspg_html_2873888604 cspg_html_2873888604:312:46744:46768 Maroon Colorado -0.149689220467971396 +31263 sedimentology_html_6688819115 sedimentology_html_6688819115:881:90580:90584 Hall London, Ontario -0.0263297817646035749 +31264 gsa_html_5737673651 gsa_html_5737673651:406:35586:35611 Chinle Colorado -0.00305744578029933057 +31265 aapg_ai_410.html aapg_ai_410.html:272:24241:24249 Woodford Bigfork, Montana -0.459149520620870666 +31266 aapg_ad_557.html aapg_ad_557.html:11144:642191:642201 San Andres West, Texas -0.421983856501260468 +31267 palaios_html_6268975914 palaios_html_6268975914:649:63961:63965 Hall London, Ontario -0.439631812877842865 +31268 cspg_html_9778753186 cspg_html_9778753186:98:14303:14311 Bellevue Lacombe, Alberta -0.455658949817136283 +31269 aapg_af_614.html aapg_af_614.html:6:740:757 Hosston Arkansas 0.0316393104040147075 +31270 AMJC_html_8619525948 AMJC_html_8619525948:750:74751:74759 Billings Newport, Rhode Island -0.0232768060359763093 +31271 gsa_html_8707521176 gsa_html_8707521176:575:56486:56490 Bond Cambridge, Massachusetts -0.436225760714651634 +31272 aapg_ad_121.html aapg_ad_121.html:12:939:948 Queenston Tripoli, Lebanon -0.414325808914659144 +31273 aapg_af_262.html aapg_af_262.html:177:22179:22188 Williston Denver -0.420813643173481466 +31274 aapg_ac_22.html aapg_ac_22.html:50:5698:5717 Sunniland Melbourne, Florida -0.474808096218428344 +31275 gsa_html_5377147648 gsa_html_5377147648:71:5205:5233 Green River Colorado -0.00576230371979552514 +31276 geology_html_8609479614 geology_html_8609479614:11:493:503 Pittsburgh Pittsburgh -0.0525371721949112538 +31277 jgeology_html_5624781240 jgeology_html_5624781240:750:48801:48821 White Rock New Canaan, Connecticut -0.110471817600235528 +31278 cspg_html_7561290301 cspg_html_7561290301:92:10204:10223 Bear Rock Victoria, British Columbia -0.424529676895097352 +31279 gsa_html_5952049575 gsa_html_5952049575:294:35500:35521 Green River Cheyenne, Wyoming -0.443889149160736518 +31280 aapg_ac_832.html aapg_ac_832.html:624:63536:63552 Interlake Andros, Bahamas -0.458784199315796892 +31281 gsa_html_4667678389 gsa_html_4667678389:16:576:582 Denver Colorado -0.0550552936469841589 +31282 cspg_html_4326384800 cspg_html_4326384800:973:142159:142168 Athabasca Lacombe, Alberta 0.00514905569264794208 +31283 aapg_ai_832.html aapg_ai_832.html:23:3323:3329 Oregon California -0.466727815469158758 +31284 cspg_html_9272962376 cspg_html_9272962376:653:70913:70931 Dunvegan Victoria, British Columbia -0.452112016307883446 +31285 aapg_ai_468.html aapg_ai_468.html:64:8684:8701 Bossier Haynesville, Louisiana -0.457532796484121151 +31286 aapg_aa_415.html aapg_aa_415.html:72:11427:11440 Woodbine Hempstead (town), New York -0.0123938684119111291 +31287 cspg_html_9735723617 cspg_html_9735723617:1263:124011:124031 Weatherall Melville Island (Canada) -0.434518537443352337 +31288 jgeology_html_6830240002 jgeology_html_6830240002:1520:76127:76135 Colorado Boulder Creek (Colorado) -0.453085363047098455 +31289 gsa_html_4930932370 gsa_html_4930932370:570:58178:58196 Goodrich Sudbury, Suffolk -0.473157943062676001 +31290 aapg_ad_466.html aapg_ad_466.html:1191:127224:127232 Patapsco Raritan River -0.454113919430063184 +31291 AMJC_html_1873062106 AMJC_html_1873062106:578:76157:76175 Morrison Mogollon, New Mexico -0.420071282660241185 +31292 aapg_ae_941.html aapg_ae_941.html:128:14749:14764 Rodessa Shelby County, Alabama 0.00219579757813351652 +31293 cspg_html_7093237629 cspg_html_7093237629:613:73351:73363 Cooking Lake Lacombe, Alberta 0.840604793757389279 +31294 geology_html_4521038509 geology_html_4521038509:20:659:667 Montreal Quebec City -0.0429920100127147015 +31295 aapg_ah_292.html aapg_ah_292.html:275:44150:44158 Colorado Denver -0.424365720114527445 +31296 aapg_af_854.html aapg_af_854.html:705:98933:98938 Salem Illinois -0.463697875765281653 +31297 gsa_html_5952049575 gsa_html_5952049575:69:7402:7419 Wasatch Fort Union Trading Post National Historic Site -0.441406293921039528 +31298 aapg_ac_419.html aapg_ac_419.html:240:28401:28435 Otter Salem, Oregon -0.440265166942118702 +31299 aapg_ac_289.html aapg_ac_289.html:210:17669:17675 Paluxy Arkansas -0.0396629967137020131 +31300 aapg_ac_807.html aapg_ac_807.html:391:40316:40328 Marshalltown Delaware -0.223489421927692666 +31301 aapg_ai_163.html aapg_ai_163.html:552:46828:46836 Colorado Western world -0.441321717841106853 +31302 aapg_ah_753.html aapg_ah_753.html:97:15255:15265 Boss Point New Brunswick, New Jersey -0.448287309474040385 +31303 aapg_ac_867.html aapg_ac_867.html:26:4158:4166 Colorado Logan, Utah -0.0313488201123993324 +31304 AMJC_html_6341723617 AMJC_html_6341723617:1122:94252:94274 Green River Logan, Utah -0.478767343423892489 +31305 AMJC_html_9749062244 AMJC_html_9749062244:722:70451:70457 Thrifty San Joaquin River -0.450608983410958508 +31306 aapg_ae_231.html aapg_ae_231.html:55:4849:4867 Onondaga Pennsylvania -0.050246518785567143 +31307 cspg_html_3740794265 cspg_html_3740794265:496:47705:47722 Bluesky Lacombe, Alberta -0.455568524378559381 +31308 aapg_ad_567.html aapg_ad_567.html:112:20411:20430 Belle Fourche Powder River Basin -0.476028677762377117 +31309 cspg_html_7434089303 cspg_html_7434089303:264:34250:34270 Peel Wales Island (British Columbia) -0.445984933244691462 +31310 cspg_html_8316122266 cspg_html_8316122266:45:6320:6328 Columbia Victoria, British Columbia -0.472639307901536299 +31311 aapg_af_799.html aapg_af_799.html:231:15235:15255 Domengine Coalinga, California -0.00581963313965654701 +31312 aapg_ac_913.html aapg_ac_913.html:56:6571:6586 Atoka McAlester, Oklahoma -0.466473780345575129 +31313 geology_html_6031974264 geology_html_6031974264:120:9721:9726 Cadiz Gibraltar -0.51914233080661254 +31314 aapg_ae_848.html aapg_ae_848.html:31:3681:3693 Saskatchewan Great Britain -0.0265836451265893982 +31315 cspg_html_3926542795 cspg_html_3926542795:1151:121808:121816 Columbia Lacombe, Alberta -0.0284721166530200707 +31316 cspg_html_2283545366 cspg_html_2283545366:47:6539:6546 Halfway Lacombe, Alberta -0.0496957515940984612 +31317 aapg_ac_617.html aapg_ac_617.html:28:3335:3352 Lagarto Oakville, California -0.522409713323879976 +31318 cspg_html_1503116552 cspg_html_1503116552:355:54799:54821 Cooking Lake Western world 0.655564312451169751 +31319 gsa_html_8614162917 gsa_html_8614162917:1021:94253:94261 Toroweap Arizona -0.00243726702917233546 +31320 aapg_ae_388.html aapg_ae_388.html:1629:101926:101934 Columbia Ocala, Florida -0.0312427146313614852 +31321 palaios_html_9133125241 palaios_html_9133125241:371:44656:44670 Kope Alexandria, Virginia -0.461001107058420345 +31322 cspg_html_4382149016 cspg_html_4382149016:153:23482:23496 Potsdam Black River, Jamaica -0.00537142262393446989 +31323 gsa_html_8161586681 gsa_html_8161586681:623:67959:67985 Provincial Canada -0.0598744231387603118 +31324 sedimentology_html_7387934786 sedimentology_html_7387934786:245:24842:24848 Reston Virginia -0.463307888475886887 +31325 geology_html_3033578845 geology_html_3033578845:18:1061:1069 Montreal Canada -0.0543315025159756756 +31326 aapg_ad_307.html aapg_ad_307.html:643:63785:63801 Wood River Boise, Idaho -0.243181372316186611 +31327 jgeology_html_8406118991 jgeology_html_8406118991:232:21666:21683 Karheen Anchorage, Alaska -0.0331753752251057327 +31328 aapg_ai_756.html aapg_ai_756.html:10:1135:1147 Austin Chalk East Texas -0.0348317049570976978 +31329 gsa_html_1662492421 gsa_html_1662492421:700:60471:60481 Washington Seattle -0.0401573975935689137 +31330 cspg_html_9912281240 cspg_html_9912281240:666:73990:74006 Viking Lacombe, Alberta -0.00215584223507059606 +31331 cspg_html_9152086986 cspg_html_9152086986:192:19803:19836 Halfway Victoria, British Columbia -0.0201322850725559367 +31332 cspg_html_7866465429 cspg_html_7866465429:15:1657:1676 Kishenehn South Fork Flathead River -0.452887004013691252 +31333 cspg_html_9011256422 cspg_html_9011256422:456:54229:54237 Columbia Victoria, British Columbia -0.488912357297633382 +31334 aapg_ai_584.html aapg_ai_584.html:427:41916:41931 Roundtop North Carolina -0.465787563493960222 +31335 aapg_ah_700.html aapg_ah_700.html:577:72432:72452 Tuscaloosa Shreveport, Louisiana 0.418927291390644052 +31336 aapg_ad_123.html aapg_ad_123.html:108:8391:8398 Clinton Franklin Township, Portage County, Ohio 0.0019873350170567061 +31337 gsa_html_7125621200 gsa_html_7125621200:623:56762:56780 Monterey California -0.428791476930725279 +31338 aapg_ah_318.html aapg_ah_318.html:3748:300423:300432 San Pedro Mexico -0.448632716908224927 +31339 aapg_ai_51.html aapg_ai_51.html:9:1849:1861 Midway Alabama -0.00022235877959197759 +31340 aapg_ad_399.html aapg_ad_399.html:151:13058:13063 Viola Kinderhook (town), New York -0.471639785200352879 +31341 aapg_ad_766.html aapg_ad_766.html:105:12291:12310 Greenhorn Mancos, Colorado -0.0196369298300035668 +31342 aapg_ai_566.html aapg_ai_566.html:138:13600:13606 Viking Mississippian culture -0.00268221124588273983 +31343 aapg_ae_473.html aapg_ae_473.html:145:12493:12503 Tuscaloosa Tuscaloosa, Alabama -0.444036457876645585 +31344 aapg_ac_584.html aapg_ac_584.html:66:6831:6850 Kukpowruk Colville River (Washington) -0.0294721058156958669 +31345 cspg_html_6984906794 cspg_html_6984906794:1036:69336:69347 Viking Lacombe, Alberta -0.00357860677920869346 +31346 aapg_ae_803.html aapg_ae_803.html:366:45695:45711 Tactic Santa Rosa, California -0.511097163563986379 +31347 aapg_ad_717.html aapg_ad_717.html:33:3782:3789 Leonard Alta, Utah -0.0532311352227030424 +31348 aapg_ai_478.html aapg_ai_478.html:109:11596:11604 Imperial California -0.43344757972276704 +31349 aapg_af_52.html aapg_af_52.html:69:8611:8623 Wilcox Mexia, Texas -0.391500286502926786 +31350 aapg_ac_417.html aapg_ac_417.html:40:6240:6246 Roslyn Roseburg, Oregon -0.112119361541259413 +31351 cspg_html_1962846283 cspg_html_1962846283:303:33242:33264 Livingstone Lacombe, Alberta -0.438131262990121173 +31352 aapg_ae_574.html aapg_ae_574.html:276:39730:39748 Frontier Cheyenne, Wyoming -0.415566199509196321 +31353 cspg_html_3521815736 cspg_html_3521815736:371:52078:52087 Baldonnel Victoria, British Columbia -0.0930027039517481863 +31354 gsa_html_5865982995 gsa_html_5865982995:923:101725:101753 Green River Cheyenne, Wyoming -0.430224392211940587 +31355 cspg_html_9046359229 cspg_html_9046359229:1018:108123:108129 Walker Victoria, British Columbia -0.485266333037401854 +31356 aapg_ah_283.html aapg_ah_283.html:266:27945:27951 Keasey Cowlitz River -0.0491537380497388335 +31357 aapg_ad_318.html aapg_ad_318.html:535:64124:64147 Detroit River Bloomington, Indiana -0.052476148512779229 +31358 cspg_html_8267847427 cspg_html_8267847427:452:55176:55196 Milk River Canada -0.0427795572276395697 +31359 aapg_ai_400.html aapg_ai_400.html:43:5772:5781 Red River Baton Rouge, Louisiana 0.031562773355978839 +31360 aapg_aa_320.html aapg_aa_320.html:293:27758:27772 Fredericksburg Texas -0.498566694311008085 +31361 palaios_html_2376163646 palaios_html_2376163646:32:2741:2761 Hell Creek Williston Basin -0.468203119207894924 +31362 aapg_ad_379.html aapg_ad_379.html:580:49015:49022 Kayenta Entrada Sandstone 0.00587522535278851409 +31363 cspg_html_7912545589 cspg_html_7912545589:261:31400:31419 Athabasca Lacombe, Alberta -0.441406293921039528 +31364 aapg_aa_544.html aapg_aa_544.html:140:19510:19518 Sundance Cheyenne, Wyoming -0.0261593828547695383 +31365 aapg_ad_947.html aapg_ad_947.html:244:28953:28958 Uinta Cheyenne, Wyoming -0.485406637327558677 +31366 cspg_html_7804036692 cspg_html_7804036692:77:9488:9507 Waterways Swan Hill, Victoria -0.1843515452861402 +31367 aapg_ac_632.html aapg_ac_632.html:4:560:576 Amsden Cheyenne, Wyoming -0.020415599374651202 +31368 aapg_ae_48.html aapg_ae_48.html:86:6778:6805 Prospect Great Basin -0.430224392211940587 +31369 palaios_html_8113714689 palaios_html_8113714689:295:33554:33572 Kingsport Knoxville, Tennessee -0.42652126035610638 +31370 aapg_af_532.html aapg_af_532.html:331:38939:38945 Denver Colorado -0.491106071608619299 +31371 aapg_ah_558.html aapg_ah_558.html:249:21822:21828 Sonora Guaymas -0.489955605215405154 +31372 aapg_ad_145.html aapg_ad_145.html:101:9129:9160 Hermosa Hermosa, Chicago -0.465561228542891226 +31373 cspg_html_5688447798 cspg_html_5688447798:141:20238:20266 Disappointment Bay Little Cornwallis Island -0.451740527107044376 +31374 gsa_html_3720789279 gsa_html_3720789279:114:9059:9069 Washington Salem, Oregon -0.0193206044123134212 +31375 aapg_ae_999.html aapg_ae_999.html:109:16987:16994 Anahuac Abbeville, Louisiana 0.00687589386139966178 +31376 geology_html_6483692723 geology_html_6483692723:199:20184:20207 Seven Rivers New Mexico -0.483015252079283031 +31377 palaios_html_8839154766 palaios_html_8839154766:75:11201:11213 Independence California -0.451193701085184695 +31378 gsa_html_6410775201 gsa_html_6410775201:13:614:622 Colorado Denver -0.488724520608411594 +31379 aapg_ae_700.html aapg_ae_700.html:52:6164:6197 Santa Margarita Santa Cruz, California -0.0241616892206824377 +31380 aapg_ad_466.html aapg_ad_466.html:755:82387:82404 Matawan Mount Laurel Township, New Jersey -0.022564066972144893 +31381 gsa_html_2277799402 gsa_html_2277799402:74:5079:5107 Green River Colorado -0.0313696934317686249 +31382 aapg_aa_906.html aapg_aa_906.html:351:35906:35926 Fort Union Colorado -0.496308532687975368 +31383 cspg_html_8290572971 cspg_html_8290572971:283:38460:38490 Slave Point Lacombe, Alberta -0.0307122011432018581 +31384 gsa_html_6504003944 gsa_html_6504003944:505:43258:43266 Beaumont Pakistan -0.48108644546321655 +31385 cspg_html_2184091860 cspg_html_2184091860:79:11495:11516 Romaine Sauk Village, Illinois -0.0337703728597886152 +31386 aapg_ah_871.html aapg_ah_871.html:452:49500:49505 Chazy Montreal -0.482688821665931855 +31387 aapg_ai_958.html aapg_ai_958.html:71:6735:6741 Borden Columbus, Ohio -0.49462361093906354 +31388 aapg_af_653.html aapg_af_653.html:738:83374:83382 Monterey Rancho Santa Margarita, California 0.0212203749353179309 +31389 geology_html_9123782865 geology_html_9123782865:14:747:755 Colorado Denver -0.481815063993563775 +31390 aapg_af_379.html aapg_af_379.html:15:2254:2282 Wood River Boise, Idaho -0.0109795492601601104 +31391 aapg_ac_730.html aapg_ac_730.html:437:62346:62352 Toreva Mancos, Colorado 0.253113564658498325 +31392 cspg_html_3026112034 cspg_html_3026112034:112:10837:10861 Swan Hills Lacombe, Alberta -0.130786681971363061 +31393 sedimentology_html_7298419341 sedimentology_html_7298419341:1645:99406:99411 Swift Logan, Utah -0.428789280868512646 +31394 aapg_ad_337.html aapg_ad_337.html:517:53154:53162 Woodford Los Angeles -0.52633386733968035 +31395 aapg_ai_87.html aapg_ai_87.html:86:9683:9701 Palliser Wapiti River -0.44497889773871091 +31396 gsa_html_4339524478 gsa_html_4339524478:850:82025:82033 John Day Salem, Oregon -0.262536414015025699 +31397 jgeology_html_6186634367 jgeology_html_6186634367:567:47114:47125 Supai Grand Canyon 0.00277949417154689906 +31398 cspg_html_1565769407 cspg_html_1565769407:383:39089:39106 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador -0.0433629440146906728 +31399 aapg_af_54.html aapg_af_54.html:9:1454:1462 Woodford West Texas -0.492706142050923668 +31400 gsa_html_6491840124 gsa_html_6491840124:633:50431:50450 Salt Lake Pocatello, Idaho -0.479475427251918496 +31401 jgeology_html_7885748745 jgeology_html_7885748745:322:21315:21319 Troy Durango, Durango -0.0416442398946082412 +31402 palaios_html_3406135825 palaios_html_3406135825:294:29402:29419 Potsdam Au Sable River (Michigan) -0.463307888475886887 +31403 cspg_html_9970905394 cspg_html_9970905394:160:18322:18345 Snowblind Bay Little Cornwallis Island -0.450784359288809666 +31404 aapg_ad_182.html aapg_ad_182.html:213:27454:27466 Austin Chalk East Texas -0.0118326507856826232 +31405 gsa_html_9849268475 gsa_html_9849268475:831:64523:64551 Green River Iran -0.00473211949273434716 +31406 aapg_ad_812.html aapg_ad_812.html:10:1805:1822 Entrada Entrada Sandstone -0.432466019139625568 +31407 aapg_ah_878.html aapg_ah_878.html:248:27787:27804 St. Edmund Michigan 1.04709393011620744 +31408 gsa_html_6983076294 gsa_html_6983076294:898:80749:80770 Town Mountain Granite Llano, Texas -0.0415711108717550168 +31409 cspg_html_4269474759 cspg_html_4269474759:1122:111784:111798 Edmonton Lacombe, Alberta -0.457963336268268129 +31410 palaios_html_5398833984 palaios_html_5398833984:899:96617:96635 Edmonton Lacombe, Alberta -0.0570962758686634417 +31411 aapg_ah_807.html aapg_ah_807.html:187:15876:15891 Diablo Marfa lights -0.461171691164054931 +31412 aapg_ah_147.html aapg_ah_147.html:315:38218:38224 Bethel Kuskokwim River -0.45421548506785292 +31413 aapg_ah_96.html aapg_ah_96.html:348:41398:41412 Stony Mountain Red River of the North -0.50062139878999723 +31414 aapg_aa_258.html aapg_aa_258.html:3:250:256 Oregon Washington (state) -0.44951252529713398 +31415 aapg_ah_260.html aapg_ah_260.html:437:61445:61468 Burro Canyon Cedar Mountains -0.439125439995052158 +31416 geology_html_8482136832 geology_html_8482136832:240:21262:21290 Green River Cheyenne, Wyoming 0.562704006535923229 +31417 cspg_html_5541725202 cspg_html_5541725202:223:32339:32359 Boss Point Cumberland, Maryland -0.438386363525214817 +31418 aapg_aa_533.html aapg_aa_533.html:13:1797:1810 Nacatoch Shreveport, Louisiana -0.0489655236632166313 +31419 gsa_html_3720789279 gsa_html_3720789279:1302:119917:119923 Oregon Boise, Idaho -0.471464870791560964 +31420 aapg_ai_364.html aapg_ai_364.html:48:6597:6606 Allegheny Pottsville, Pennsylvania 0.00854719127328702234 +31421 aapg_aa_732.html aapg_aa_732.html:62:8895:8902 Edwards Goodland, Kansas -0.0624198034542401275 +31422 aapg_ah_167.html aapg_ah_167.html:191:20019:20027 Ramparts Porcupine River (Ontario) -0.471009336433766579 +31423 aapg_ac_286.html aapg_ac_286.html:26:2430:2455 Smackover East Texas -0.257769302822219382 +31424 gsa_html_9370941331 gsa_html_9370941331:549:54003:54015 Owens Valley Long Valley, New Jersey -0.452544485991732914 +31425 gsa_html_7778996391 gsa_html_7778996391:14:797:806 San Diego California -0.480611894173340604 +31426 aapg_ae_939.html aapg_ae_939.html:476:22319:22327 Ogallala Delaware -0.454258371760158153 +31427 geology_html_7583526299 geology_html_7583526299:273:26994:27023 Rapid Denmark -0.464610795373413321 +31428 geology_html_4466457468 geology_html_4466457468:231:22243:22251 Scotland London, Ontario -0.503388006501126029 +31429 aapg_ac_983.html aapg_ac_983.html:269:43361:43386 Blackjack Creek Fort Scott National Historic Site 0.382987958555937924 +31430 aapg_ac_720.html aapg_ac_720.html:22:2856:2872 Navesink Mullica Hill, New Jersey 0.00787310598054951315 +31431 cspg_html_7297340324 cspg_html_7297340324:883:97067:97090 Beaver Mines Lacombe, Alberta -0.471501691978871318 +31432 jgeology_html_5764582297 jgeology_html_5764582297:456:32127:32148 Otto Fiord Ellesmere Island -0.256536345583703862 +31433 aapg_ac_624.html aapg_ac_624.html:32:3723:3744 Jacksonburg Pennsylvania -0.446146001135949044 +31434 cspg_html_3630723811 cspg_html_3630723811:145:14067:14076 Athabasca Clearwater, Florida -0.0577069474480743499 +31435 aapg_ac_380.html aapg_ac_380.html:537:62713:62732 Detroit River Ontario, California 0.0396873679836280135 +31436 aapg_aa_610.html aapg_aa_610.html:572:61373:61381 Beaumont New Mexico -0.0414196311965765659 +31437 cspg_html_4937997995 cspg_html_4937997995:414:46577:46598 Ekwan River River Severn -0.00614971261944179635 +31438 cspg_html_2175627313 cspg_html_2175627313:793:80810:80842 Montney Lacombe, Alberta -0.45937423310039871 +31439 palaios_html_9133125241 palaios_html_9133125241:412:51256:51260 Kope Cincinnati 0.0232489912472030949 +31440 aapg_af_880.html aapg_af_880.html:466:70465:70480 Wolfcamp New Mexico -0.0377274176775576064 +31441 aapg_ai_468.html aapg_ai_468.html:50:6616:6646 Cotton Valley Cotton Valley, Louisiana -0.435714594595624227 +31442 aapg_ae_613.html aapg_ae_613.html:482:51499:51514 Bream Egersund -0.468198533701609299 +31443 aapg_ae_282.html aapg_ae_282.html:8:1266:1276 Waynesburg Waynesburg, Pennsylvania -0.434540631888912565 +31444 aapg_ac_117.html aapg_ac_117.html:66:13135:13147 Austin Chalk Bexar County, Texas -0.475085351012185853 +31445 aapg_ae_993.html aapg_ae_993.html:560:58348:58367 Jefferson Cheyenne, Wyoming -0.230419813682176344 +31446 aapg_aa_754.html aapg_aa_754.html:545:50234:50246 Marble Falls Texas -0.455387700672750584 +31447 aapg_ac_699.html aapg_ac_699.html:147:12304:12322 Edwards Buda, Texas -0.0184133695346841396 +31448 cspg_html_9435196958 cspg_html_9435196958:278:12470:12478 Columbia Lacombe, Alberta -0.0283712524140075813 +31449 aapg_ae_392.html aapg_ae_392.html:193:17132:17152 Moorefield Batesville, Arkansas -0.0092977313772016467 +31450 aapg_af_2.html aapg_af_2.html:278:30418:30423 Ouray Logan, Utah -0.000347435604052462668 +31451 aapg_ad_871.html aapg_ad_871.html:31:3834:3847 Lake Michigan Lake Huron -0.468054102450840448 +31452 cspg_html_8353857977 cspg_html_8353857977:41:6287:6304 Bradore Vail, Colorado -0.450707909241451543 +31453 aapg_ai_81.html aapg_ai_81.html:324:27265:27271 Pocono Chestnut Ridge, New York -0.494907350500968457 +31454 AMJC_html_5421639085 AMJC_html_5421639085:436:47353:47369 Laurel Sykesville, Maryland -0.457614356613462614 +31455 jgeology_html_4019122920 jgeology_html_4019122920:1369:66098:66104 Moscow Russia -0.455197874748240694 +31456 aapg_ac_740.html aapg_ac_740.html:74:9691:9707 Tulare California -0.444835906435795903 +31457 gsa_html_5250670372 gsa_html_5250670372:552:41739:41747 Colorado Denver -0.0383278935926523318 +31458 aapg_ac_380.html aapg_ac_380.html:326:36351:36357 Vernon Lockport (city), New York -0.0390781048690825028 +31459 cspg_html_5241714595 cspg_html_5241714595:601:89451:89469 Birdbear Lacombe, Alberta -0.420852845216307503 +31460 aapg_ac_219.html aapg_ac_219.html:264:45833:45856 Sierra Puerto Madryn -0.464450966712688929 +31461 aapg_ae_349.html aapg_ae_349.html:407:43819:43828 Roubidoux Gasconade River -0.0398318560820373618 +31462 sedimentology_html_2807840187 sedimentology_html_2807840187:1359:84482:84497 Bays Halifax, West Yorkshire -0.460041893415422398 +31463 cspg_html_1763727002 cspg_html_1763727002:9:1072:1079 Halfway Victoria, British Columbia -0.04261586758794602 +31464 aapg_ae_658.html aapg_ae_658.html:40:4424:4448 Blanco Bloomington, Indiana -0.0727279352030703458 +31465 cspg_html_4270552951 cspg_html_4270552951:193:27685:27696 Skull Creek Swan River, Manitoba 0.711241737051560352 +31466 geology_html_7477160500 geology_html_7477160500:168:19029:19037 Cummings Kingston, Jamaica -0.0102706745632111761 +31467 cspg_html_8089302449 cspg_html_8089302449:688:111611:111631 Dawson Bay Regina, Saskatchewan -0.452003931056544739 +31468 aapg_ah_199.html aapg_ah_199.html:271:30089:30094 Atoka Berlin 0.00296016264892234697 +31469 aapg_ad_604.html aapg_ad_604.html:164:17775:17786 San Joaquin Sacramento, California -0.0874572634947295147 +31470 cspg_html_4193503340 cspg_html_4193503340:300:39339:39357 Foremost Lacombe, Alberta -0.484079342907875299 +31471 aapg_ac_298.html aapg_ac_298.html:61:5042:5054 Saskatchewan Lacombe, Alberta -0.502101345338477723 +31472 gsa_html_2145963783 gsa_html_2145963783:587:55219:55232 Carlin Canyon Reno, Nevada -0.466965896576978678 +31473 cspg_html_4626597050 cspg_html_4626597050:310:38400:38418 Woodside Logan, Utah -0.0326639109248070408 +31474 aapg_af_488.html aapg_af_488.html:159:16212:16220 Altamont Uinta Mountains 0.0217366323453636913 +31475 cspg_html_9803204564 cspg_html_9803204564:304:38083:38093 Missisauga Logan, Utah -0.46687889797168336 +31476 cspg_html_1225021992 cspg_html_1225021992:243:31403:31408 Alexo Lacombe, Alberta -0.457532796484121151 +31477 cspg_html_4626597050 cspg_html_4626597050:269:32717:32734 Woodside Shale Boise, Idaho -0.00440204655713307986 +31478 aapg_ae_72.html aapg_ae_72.html:10:1621:1634 Hermosa Hermosa, Chicago -0.104315885809086767 +31479 aapg_aa_147.html aapg_aa_147.html:766:76863:76871 Winnipeg Manitoba -0.00515253017068293719 +31480 aapg_aa_627.html aapg_aa_627.html:322:29948:29953 Banao Trinidad and Tobago -0.476593313058899071 +31481 sedimentology_html_8491728149 sedimentology_html_8491728149:1140:70262:70296 Waterfowl Canmore, Alberta -0.0385036919951944542 +31482 aapg_aa_243.html aapg_aa_243.html:300:24212:24228 Gordon Braxton County, West Virginia -0.0431173943944666571 +31483 aapg_ah_828.html aapg_ah_828.html:320:25662:25671 Smackover Mexico -0.404974877094565033 +31484 geology_html_6536193862 geology_html_6536193862:98:8148:8155 Magothy Bass River Township, New Jersey -0.426931034537195386 +31485 cspg_html_3854139935 cspg_html_3854139935:208:25866:25885 Belly River Canada -0.00440204655713307986 +31486 aapg_ak_45.html aapg_ak_45.html:95:10422:10428 Denver Douglas County, Colorado -0.464074341472865526 +31487 palaios_html_7679079277 palaios_html_7679079277:956:83273:83289 Entrada Logan, Utah -0.00654928490142454856 +31488 cspg_html_3804945581 cspg_html_3804945581:236:29275:29285 Big Valley Saint Kitts and Nevis -0.473903010792736112 +31489 cspg_html_7323688702 cspg_html_7323688702:40:6703:6714 Green River Denver 0.384959257795871979 +31490 aapg_ae_992.html aapg_ae_992.html:115:10489:10497 Red Peak John Crow Mountains -0.423902420535258007 +31491 aapg_ac_71.html aapg_ac_71.html:89:11395:11417 Gardnerville Westgate, Canterbury -0.501664952843956957 +31492 aapg_ac_187.html aapg_ac_187.html:2090:207170:207188 Onondaga Union Springs, Alabama -0.478488911708928044 +31493 geology_html_1929739389 geology_html_1929739389:242:23275:23288 Santa Barbara Baja California peninsula -0.0299260395523841712 +31494 cspg_html_2570555346 cspg_html_2570555346:184:24785:24806 Table Point Table Mountain -0.0282234355137958928 +31495 aapg_ac_807.html aapg_ac_807.html:789:78087:78103 Peedee North Carolina -0.479670542308177961 +31496 aapg_ai_135.html aapg_ai_135.html:195:11330:11335 Swift Melville, New York -0.0203634553137257354 +31497 gsa_html_8349861296 gsa_html_8349861296:72:6390:6402 Owens Valley Rift Valley lakes -0.489119025533207352 +31498 geology_html_9480340228 geology_html_9480340228:120:10929:10944 Rove Ontario, California -0.445989406971527558 +31499 AMJC_html_8128063878 AMJC_html_8128063878:1176:138953:138969 Navajo Logan, Utah -0.0548285557290214137 +31500 aapg_ac_148.html aapg_ac_148.html:72:12946:12964 Anacacho Mexico 0.000753935409928500173 +31501 aapg_ac_920.html aapg_ac_920.html:41:6789:6801 Green Ravine Oquirrh Mountain Utah Temple -0.536760622617742822 +31502 gsa_html_7272439065 gsa_html_7272439065:571:59056:59074 Willwood Cheyenne, Wyoming -0.0062678467546358578 +31503 aapg_af_91.html aapg_af_91.html:220:25063:25083 Victoria Victoria, British Columbia -0.465561228542891226 +31504 aapg_ah_387.html aapg_ah_387.html:2815:304217:304226 Knoxville Tehama County, California -0.0347847257870449039 +31505 gsa_html_9843343868 gsa_html_9843343868:750:63302:63310 Colorado Florissant, Colorado -0.00840994113992231743 +31506 cspg_html_2863271815 cspg_html_2863271815:707:82400:82413 Salina Michigan Basin -0.0060576376426468119 +31507 aapg_ad_625.html aapg_ad_625.html:27:2936:2940 Home South Georgia and the South Sandwich Islands -0.0310096337279850039 +31508 aapg_af_663.html aapg_af_663.html:24:2908:2914 Pawnee Higginsville, Missouri 1.0155121661782478 +31509 cspg_html_3762708087 cspg_html_3762708087:328:43889:43895 Casper Cheyenne, Wyoming -0.479552074346371926 +31510 geology_html_3654008380 geology_html_3654008380:401:27008:27015 Bromide Denver -0.463271407180362194 +31511 aapg_ac_545.html aapg_ac_545.html:478:56215:56238 Beaver Mines Lacombe, Alberta -0.436929900849743147 +31512 gsa_html_5625878232 gsa_html_5625878232:200:28911:28935 Cedar District Washington (state) -0.4597965726108596 +31513 cspg_html_3473883402 cspg_html_3473883402:301:48315:48327 Golden Spike Redwater, Texas -0.0161993249316557293 +31514 cspg_html_5595872887 cspg_html_5595872887:489:55630:55638 Michigan Lacombe, Alberta -0.462102516958969756 +31515 aapg_ai_491.html aapg_ai_491.html:15:3656:3667 Molas San Juan Mountains 0.0241564736540708577 +31516 gsa_html_6520480024 gsa_html_6520480024:1673:85676:85704 Green River Colorado -0.00112569192733688248 +31517 gsa_html_9666442487 gsa_html_9666442487:764:73350:73369 Ellis Bay Estonia -0.215585727635111607 +31518 aapg_ad_387.html aapg_ad_387.html:16:2050:2068 Woodbine East Texas -0.425179221488128367 +31519 aapg_ac_215.html aapg_ac_215.html:16:2115:2139 Englewood Englewood, New Jersey -0.0296060232794475298 +31520 cspg_html_2734588863 cspg_html_2734588863:24:3157:3172 Elk Regina, Saskatchewan -0.474805786132168894 +31521 aapg_ah_97.html aapg_ah_97.html:260:28530:28551 Platteville Glenwood, Utah -0.37754884049224674 +31522 aapg_af_212.html aapg_af_212.html:124:12271:12278 Lagarto Brazos River -0.465561228542891226 +31523 aapg_ae_745.html aapg_ae_745.html:429:57150:57168 Tsadaka Anchorage, Alaska -0.112668720622677562 +31524 gsa_html_1130947011 gsa_html_1130947011:177:21404:21409 Utica Bloomington, Indiana -0.423312692876289309 +31525 aapg_ae_921.html aapg_ae_921.html:138:9181:9195 Sentinel Butte Little Missouri River (North Dakota) -0.444036457876645585 +31526 cspg_html_4176605708 cspg_html_4176605708:575:59025:59039 Colorado Regina, Saskatchewan -0.0642483167942689143 +31527 aapg_ae_63.html aapg_ae_63.html:169:18487:18504 Oquirrh Boise, Idaho -0.237137757743123512 +31528 gsa_html_5277590404 gsa_html_5277590404:618:62429:62433 Hall Los Angeles -0.0532799592874959385 +31529 cspg_html_9860060507 cspg_html_9860060507:451:50974:50993 Neruokpuk Anchorage, Alaska -0.456608964648804683 +31530 gsa_html_7040053075 gsa_html_7040053075:363:35760:35767 Topanga Soquel, California -0.466073422560892126 +31531 aapg_ae_562.html aapg_ae_562.html:116:12024:12039 Allegheny Huntington, West Virginia -0.220465116312334564 +31532 gsa_html_9547811307 gsa_html_9547811307:659:63407:63423 Red Rock Cape Town -0.0114868900754173092 +31533 aapg_aa_391.html aapg_aa_391.html:44:4408:4417 Red River Arkansas -0.388522925938506847 +31534 aapg_ah_157.html aapg_ah_157.html:152:20237:20254 Potsdam Illinois -0.440745470442491794 +31535 aapg_ac_69.html aapg_ac_69.html:651:66774:66796 Graneros Colorado 0.00700097865383239332 +31536 aapg_ad_338.html aapg_ad_338.html:230:25273:25280 Raritan Raritan River -0.469506369220983932 +31537 aapg_ae_539.html aapg_ae_539.html:590:72592:72598 Oregon Stroudsburg, Pennsylvania -0.00243726702917233546 +31538 aapg_ah_821.html aapg_ah_821.html:162:16753:16770 Dakota Arizona 0.0560425634021600241 +31539 aapg_ah_609.html aapg_ah_609.html:94:11028:11050 Green River Wasatch Range -0.447314589257592876 +31540 aapg_ad_784.html aapg_ad_784.html:224:25645:25654 Coldwater Western world -0.407141643032325307 +31541 cspg_html_2826081830 cspg_html_2826081830:72:11462:11471 Athabasca Lloydminster -0.494751281926012032 +31542 aapg_ad_865.html aapg_ad_865.html:380:37596:37604 Colorado Ouray, Colorado -0.025062270162210968 +31543 gsa_html_4650354985 gsa_html_4650354985:1273:102073:102081 Colorado Colorado -0.489913286480908206 +31544 aapg_ad_683.html aapg_ad_683.html:743:74619:74623 Rico Supai, Arizona -0.470696581042233275 +31545 geology_html_8947691854 geology_html_8947691854:375:29010:29019 New River Virginia -0.00728936970704518669 +31546 cspg_html_9542530836 cspg_html_9542530836:453:42099:42118 Red River Calgary -0.0527812721096449847 +31547 cspg_html_6736202792 cspg_html_6736202792:152:20673:20692 Waterways Lacombe, Alberta -0.473746101631411953 +31548 cspg_html_3860685167 cspg_html_3860685167:691:68907:68922 Banff Lacombe, Alberta -0.014028931537317782 +31549 palaios_html_9973267562 palaios_html_9973267562:419:55974:55988 Kope Cincinnati -0.026705362044744569 +31550 aapg_ai_957.html aapg_ai_957.html:110:10567:10573 Willis Uvalde, Texas -0.489899180704299886 +31551 aapg_ai_478.html aapg_ai_478.html:164:18294:18306 Spence River Mackenzie River -0.460205477971118548 +31552 geology_html_9240347235 geology_html_9240347235:271:23475:23479 Bell South Africa -0.458639019733277031 +31553 aapg_ae_17.html aapg_ae_17.html:65:8097:8103 Sierra Sonora -0.485495508601457515 +31554 aapg_ai_932.html aapg_ai_932.html:103:15894:15919 Santa Margarita Monterey, California -0.0355416373678999614 +31555 cspg_html_5731893209 cspg_html_5731893209:44:4419:4434 Leduc Redwater, Texas -0.47814331678503319 +31556 cspg_html_2800526512 cspg_html_2800526512:111:13246:13250 Cote Canada -0.469051848391689397 +31557 palaios_html_7274959329 palaios_html_7274959329:628:49403:49432 Eau Claire Wisconsin -0.030833956297731533 +31558 aapg_ae_370.html aapg_ae_370.html:157:13518:13524 Oregon Washington (state) -0.462143504710773534 +31559 aapg_ac_621.html aapg_ac_621.html:130:10850:10858 Zeandale Riley County, Kansas -0.467950951742638677 +31560 aapg_ac_986.html aapg_ac_986.html:994:120132:120147 Lance Cheyenne, Wyoming -0.102455312661958023 +31561 aapg_ac_807.html aapg_ac_807.html:362:36896:36903 St Marys Maryland -0.0279886708512000412 +31562 sedimentology_html_4121403149 sedimentology_html_4121403149:896:65152:65188 Protection Washington (state) -0.0628808085540469575 +31563 aapg_ai_296.html aapg_ai_296.html:110:12033:12050 Everton Arkansas -0.50541154085913309 +31564 aapg_ac_4.html aapg_ac_4.html:498:39967:39972 Weeks Anchorage, Alaska -0.0171829308693467256 +31565 aapg_ad_81.html aapg_ad_81.html:1074:176518:176531 Madison Cheyenne, Wyoming -0.470567831774721834 +31566 aapg_aa_23.html aapg_aa_23.html:551:67924:67947 Red River Manitoba -0.550502486626713639 +31567 cspg_html_6163691495 cspg_html_6163691495:1151:95154:95185 Madison Cheyenne, Wyoming -0.473746101631411953 +31568 aapg_af_839.html aapg_af_839.html:35:5243:5253 Bell Salem, Massachusetts -0.480667710196792775 +31569 aapg_ae_324.html aapg_ae_324.html:908:91213:91222 Bluefield Virginia -0.0841751694923687371 +31570 aapg_ai_584.html aapg_ai_584.html:893:94305:94321 Casper Laramie, Wyoming -0.0318341341997094435 +31571 aapg_ac_629.html aapg_ac_629.html:316:40350:40358 Beaumont Oberlin, Ohio -0.0550221545613855598 +31572 cspg_html_1962846283 cspg_html_1962846283:626:73044:73063 Mesaverde Colorado -0.00832481152182470464 +31573 aapg_ai_699.html aapg_ai_699.html:38:6815:6829 Hoyt Mohawk Valley -0.441419648744354465 +31574 gsa_html_5865982995 gsa_html_5865982995:940:103325:103340 Uinta Uintah, Utah -0.00200123251374013846 +31575 aapg_ae_4.html aapg_ae_4.html:126:14070:14083 Middle Canyon Logan, Utah -0.476033304431228654 +31576 aapg_ad_865.html aapg_ad_865.html:147:15761:15779 Hermosa San Juan, Argentina -0.43911211811260753 +31577 aapg_ak_120.html aapg_ak_120.html:286:26243:26251 Billings Canada -0.065004686709534798 +31578 aapg_ah_644.html aapg_ah_644.html:159:19039:19062 Gypsum Spring Manitoba -0.0286877600181881381 +31579 aapg_ai_651.html aapg_ai_651.html:7:328:361 Anita Bergen, New Netherland -0.435714594595624227 +31580 cspg_html_4694482219 cspg_html_4694482219:46:5690:5707 Bearpaw Lacombe, Alberta -0.442542141875480355 +31581 aapg_ai_478.html aapg_ai_478.html:97:10003:10022 Elk Lacombe, Alberta -0.475977786028375149 +31582 aapg_ai_208.html aapg_ai_208.html:9:1289:1301 Castle Hayne North Carolina -0.377717868090142794 +31583 aapg_ac_222.html aapg_ac_222.html:68:10730:10737 Paradox Hermosa, Chicago -0.465616092314337648 +31584 aapg_ai_31.html aapg_ai_31.html:308:30367:30375 Oakville Oakville, California -0.0158448200336194084 +31585 aapg_ad_379.html aapg_ad_379.html:708:57128:57151 Gypsum Spring Boise, Idaho 0.618619418304661273 +31586 cspg_html_6116883777 cspg_html_6116883777:1251:175170:175191 Goose Fiord Ellesmere Island -0.440814423285003532 +31587 aapg_ai_206.html aapg_ai_206.html:726:120318:120333 Queen New Mexico -0.425358634701132332 +31588 aapg_af_624.html aapg_af_624.html:6:1103:1111 Tensleep Carbon County, Wyoming -0.463253167093327645 +31589 gsa_html_7120668170 gsa_html_7120668170:33:3508:3549 Sonora Sonora -0.496938878513721649 +31590 aapg_af_444.html aapg_af_444.html:874:84637:84645 Columbia San Marcos, California -0.0316201760960104078 +31591 gsa_html_6279217599 gsa_html_6279217599:13:565:573 Colorado Denver -0.502707427663107609 +31592 cspg_html_9343899465 cspg_html_9343899465:1841:153651:153663 Hecla Bay Banks Island -0.00728936970704518669 +31593 aapg_ah_779.html aapg_ah_779.html:244:45191:45212 Martinsburg Knoxville, Tennessee -0.423072537243216251 +31594 gsa_html_5507509274 gsa_html_5507509274:541:51141:51147 Oregon California -0.0707637429395946704 +31595 cspg_html_8121202912 cspg_html_8121202912:321:38448:38460 Saskatchewan Edmonton, London -0.439125439995052158 +31596 aapg_ah_869.html aapg_ah_869.html:978:93002:93006 Lane Texas -0.460964719996515115 +31597 geology_html_4599156600 geology_html_4599156600:291:25441:25479 Kingston Peak California -0.475085351012185853 +31598 palaios_html_8921418198 palaios_html_8921418198:526:47885:47895 Washington Washington (state) -0.45099125631104503 +31599 palaios_html_9309991705 palaios_html_9309991705:850:76791:76816 Byram Mississippi River -0.480765396922298249 +31600 cspg_html_7086880709 cspg_html_7086880709:548:71564:71583 Kee Scarp Mackenzie River -0.05853057202324604 +31601 gsa_html_9325423722 gsa_html_9325423722:12:426:435 Milwaukee Wisconsin -0.472639307901536299 +31602 aapg_ah_340.html aapg_ah_340.html:360:40353:40363 Dry Branch Ocala, Florida -0.00588912341357450669 +31603 aapg_ai_29.html aapg_ai_29.html:69:7317:7324 Reynosa Oakville, California -0.460091874413590562 +31604 cspg_html_3907807140 cspg_html_3907807140:519:60914:60933 Athabasca Lacombe, Alberta -0.451733774163315116 +31605 aapg_ah_203.html aapg_ah_203.html:3:401:434 Morrison New Mexico 0.0303469428989771688 +31606 cspg_html_7817594878 cspg_html_7817594878:408:58279:58287 Columbia Crowsnest Pass, Alberta -0.00806073698202901257 +31607 cspg_html_6255491344 cspg_html_6255491344:259:37764:37792 Mist Mountain Victoria, British Columbia -0.127636222598920657 +31608 aapg_af_308.html aapg_af_308.html:257:29145:29153 Catskill Huntington, West Virginia -0.448282824521055501 +31609 aapg_ai_805.html aapg_ai_805.html:20:2552:2573 Green River Logan, Utah 0.40993752728994437 +31610 aapg_ae_371.html aapg_ae_371.html:4:784:792 Kootenay Canada -0.0500164465946093956 +31611 aapg_ae_505.html aapg_ae_505.html:36:4342:4350 Colorado Denver -0.466718659783226908 +31612 palaios_html_2048556014 palaios_html_2048556014:529:59024:59034 Tuscaloosa Alabama 0.0388953334552171182 +31613 cspg_html_9354781888 cspg_html_9354781888:791:59523:59532 Athabasca Lacombe, Alberta -0.462963655759663584 +31614 aapg_af_423.html aapg_af_423.html:99:8955:8974 Aux Vases Illinois -0.412903352870055529 +31615 aapg_ac_215.html aapg_ac_215.html:22:2991:2999 Deadwood Englewood, New Jersey 0.753988827745665668 +31616 aapg_ah_62.html aapg_ah_62.html:57:7815:7828 Lake Michigan Lake Huron -0.0548983204460002719 +31617 aapg_aa_399.html aapg_aa_399.html:320:26034:26050 Elk Kootenay River -0.489006291184516995 +31618 cspg_html_3415721018 cspg_html_3415721018:132:19545:19553 Columbia Victoria, British Columbia -0.437563637351169654 +31619 aapg_af_854.html aapg_af_854.html:1282:183279:183290 Hardinsburg Bethel, Alaska -0.428896893887351471 +31620 aapg_ai_975.html aapg_ai_975.html:928:76090:76100 Georgetown San Marcos, California -0.0716854054235440408 +31621 aapg_ai_65.html aapg_ai_65.html:124:12980:12987 Madison Cheyenne, Wyoming -0.0222581200663617834 +31622 cspg_html_6216640615 cspg_html_6216640615:1185:111494:111501 Windsor Calgary -0.478702368018989743 +31623 gsa_html_2844014221 gsa_html_2844014221:61:3795:3823 Green River New Mexico -0.0232768060359763093 +31624 gsa_html_6117440194 gsa_html_6117440194:801:82493:82511 Wasatch Fort Union Trading Post National Historic Site -0.0138360551692065167 +31625 cspg_html_4072152826 cspg_html_4072152826:681:81595:81600 Banff Regina, Saskatchewan -0.467130759519596039 +31626 aapg_ae_354.html aapg_ae_354.html:171:16633:16641 Niobrara Niobrara, Nebraska -0.447780648817617921 +31627 aapg_ae_68.html aapg_ae_68.html:105:12980:12986 Antler Snake River Plain (ecoregion) -0.0210065757716986906 +31628 sedimentology_html_1368355565 sedimentology_html_1368355565:163:18756:18762 Sierra Isthmus of Tehuantepec -0.504301095690400381 +31629 gsa_html_2352572665 gsa_html_2352572665:127:12688:12699 Devils Hole Death Valley -0.455957418074169007 +31630 gsa_html_7813941610 gsa_html_7813941610:687:63055:63064 Brunswick New Brunswick, New Jersey -0.497678834727188768 +31631 aapg_ad_691.html aapg_ad_691.html:8:881:897 Weno Austin, Chicago -0.416224917949125084 +31632 AMJC_html_8340027885 AMJC_html_8340027885:952:76804:76808 Hall London, Ontario -0.516584479579205613 +31633 cspg_html_1894459898 cspg_html_1894459898:303:33316:33341 Keg River Cayman Islands -0.433864776993285517 +31634 aapg_ai_249.html aapg_ai_249.html:863:113473:113484 San Antonio Honduras -0.480597940731277096 +31635 aapg_af_737.html aapg_af_737.html:73:9307:9320 Santa Barbara Santa Monica, California 0.0278043399827988778 +31636 geology_html_2705128271 geology_html_2705128271:169:15436:15455 Pocatello Pocatello, Idaho -0.466718659783226908 +31637 aapg_ai_787.html aapg_ai_787.html:124:13975:13993 Oakville Llano, Texas -0.447357152169087058 +31638 AMJC_html_5786839382 AMJC_html_5786839382:882:88784:88792 Scotland Redwood City, California -0.450649451770273157 +31639 aapg_ae_371.html aapg_ae_371.html:4:640:648 Kootenai Kootenay River -0.431113360606789509 +31640 aapg_ac_490.html aapg_ac_490.html:307:40301:40309 Pardonet Western world -0.447572237112974447 +31641 cspg_html_4785922166 cspg_html_4785922166:333:38342:38362 Dawson Bay Regina, Saskatchewan -0.00590649599379846572 +31642 aapg_ai_772.html aapg_ai_772.html:8:1502:1508 Sierra Guatemala -0.47596853330555533 +31643 cspg_html_1841843683 cspg_html_1841843683:63:9889:9902 Gypsum Spring Black Hills -0.487607747652621382 +31644 cspg_html_4409656292 cspg_html_4409656292:14:1214:1232 Kaskapau Western world -0.473081857330366395 +31645 aapg_ae_757.html aapg_ae_757.html:57:7718:7736 Niobrara Colorado -0.5971231597717781 +31646 aapg_ah_329.html aapg_ah_329.html:467:45637:45644 Sisquoc Monterey, California 0.805359820391589154 +31647 cspg_html_2661887503 cspg_html_2661887503:106:11369:11393 Thumb Mountain Middle East -0.463697875765281653 +31648 sedimentology_html_1248205084 sedimentology_html_1248205084:1746:110144:110156 Viking England 0.00403028171567929548 +31649 aapg_ae_705.html aapg_ae_705.html:522:49449:49463 Pico Monterey, California -0.0308043870775981631 +31650 aapg_af_874.html aapg_af_874.html:82:5297:5306 Allegheny Pottsville, Pennsylvania 0.311247190891280667 +31651 aapg_ai_838.html aapg_ai_838.html:433:60977:60985 Rockwell Mexico -0.485336482309537631 +31652 aapg_ah_506.html aapg_ah_506.html:58:5798:5807 Squaw Bay Thunder Bay -0.471501691978871318 +31653 aapg_aa_745.html aapg_aa_745.html:393:45761:45774 Cherry Canyon New Mexico -0.02166536358211529 +31654 cspg_html_3008745251 cspg_html_3008745251:142:21380:21397 Monkman Middle Ordovician -0.505033248180269401 +31655 aapg_ae_1.html aapg_ae_1.html:90:11215:11221 Viking Lacombe, Alberta -0.427672143055296883 +31656 aapg_ad_880.html aapg_ad_880.html:278:30217:30240 Gypsum Spring Black Hills -0.461171691164054931 +31657 aapg_ai_219.html aapg_ai_219.html:174:15866:15880 Lisburne Anchorage, Alaska -0.0139559511282587399 +31658 aapg_ad_152.html aapg_ad_152.html:1491:193007:193022 Loray Kaibab, Arizona -0.460980639153810601 +31659 AMJC_html_7144941731 AMJC_html_7144941731:87:10668:10689 Weaverville Weaverville, California -0.462261924354454456 +31660 aapg_af_288.html aapg_af_288.html:140:15495:15501 Percha Arizona -0.442421809625085982 +31661 sedimentology_html_1280732031 sedimentology_html_1280732031:141:15407:15412 Swift West Branch Susquehanna River -0.461390086357821749 +31662 gsa_html_5912850042 gsa_html_5912850042:677:49979:50007 Green River Iran -0.444838140504144441 +31663 gsa_html_4234009219 gsa_html_4234009219:497:44055:44087 Whitemud Regina, Saskatchewan -0.462366693304298693 +31664 cspg_html_5345848475 cspg_html_5345848475:991:98446:98466 Colorado Regina, Saskatchewan -0.44003177575734248 +31665 sedimentology_html_3455721661 sedimentology_html_3455721661:492:39765:39772 Entrada New Mexico 0.779099475380035433 +31666 aapg_ah_623.html aapg_ah_623.html:322:29097:29113 Morgan Logan, Utah 0.0177008186812158755 +31667 aapg_aa_232.html aapg_aa_232.html:471:54289:54297 Colorado Cheyenne, Wyoming -0.0891211826374492255 +31668 gsa_html_7199417381 gsa_html_7199417381:1124:94719:94740 White River Cheyenne, Wyoming -0.436832441054611387 +31669 cspg_html_2873888604 cspg_html_2873888604:314:46956:46988 Montney Canada -0.0212221131504006823 +31670 aapg_ai_17.html aapg_ai_17.html:483:35339:35348 Cockfield Shreveport, Louisiana -0.498068047805524272 +31671 gsa_html_1882682783 gsa_html_1882682783:1086:101427:101455 Green River Colorado -0.0447475566663644089 +31672 aapg_ad_69.html aapg_ad_69.html:77:4690:4700 Fort Union Niobrara, Nebraska -0.420831066107106355 +31673 aapg_ad_766.html aapg_ad_766.html:531:51069:51085 Dakota Shiprock, New Mexico -0.451270191944311616 +31674 aapg_ae_185.html aapg_ae_185.html:584:51480:51493 Cotton Valley Cotton Valley, Louisiana -0.441397390812390766 +31675 gsa_html_9515953275 gsa_html_9515953275:516:55178:55185 Andrews California -0.0209266190161632587 +31676 palaios_html_2644042510 palaios_html_2644042510:904:70644:70674 Holder New Mexico -0.448287309474040385 +31677 aapg_aa_25.html aapg_aa_25.html:302:25786:25791 Aneth San Juan County, Utah -0.476935975501023179 +31678 aapg_ae_113.html aapg_ae_113.html:165:19576:19594 Allen Bay Little Cornwallis Island 0.0284877680691819728 +31679 geology_html_7613454065 geology_html_7613454065:328:26234:26240 Forest Reno, Nevada -0.462261924354454456 +31680 aapg_ae_993.html aapg_ae_993.html:26:3686:3705 Beirdneau Boise, Idaho -0.464473797617463435 +31681 cspg_html_6216640615 cspg_html_6216640615:1117:107051:107069 Redknife Lake Ontario -0.441798115405519942 +31682 gsa_html_6644443634 gsa_html_6644443634:934:82015:82043 Green River Colorado -0.464656465989479628 +31683 aapg_ae_692.html aapg_ae_692.html:159:17720:17740 Interlake Red River of the North -0.541254411797135182 +31684 cspg_html_4343998218 cspg_html_4343998218:177:20877:20891 Thumb Mountain Little Cornwallis Island -0.440887830328426711 +31685 aapg_ad_696.html aapg_ad_696.html:130:13244:13251 Carrizo Charlotte, North Carolina 0.0197724994555616325 +31686 cspg_html_7201476813 cspg_html_7201476813:231:27878:27900 Winnipegosis Manitoba -1.14185838589804622 +31687 gsa_html_4460244257 gsa_html_4460244257:29:2178:2186 Colorado Denver -0.499198739530653746 +31688 gsa_html_4557277250 gsa_html_4557277250:72:8206:8222 Carmel Colorado Plateau -0.0152852690750857109 +31689 geology_html_7120246531 geology_html_7120246531:219:20726:20734 Rockwell California -0.467870731747513147 +31690 aapg_aa_24.html aapg_aa_24.html:806:92711:92729 Lisburne Anchorage, Alaska -0.462193603410137988 +31691 palaios_html_5582845937 palaios_html_5582845937:326:33474:33481 Hampton Virginia -0.50029763809586858 +31692 aapg_ac_846.html aapg_ac_846.html:33:5791:5808 Modesto Farmington, New Mexico -0.448484669177164286 +31693 aapg_ae_789.html aapg_ae_789.html:261:29543:29555 Beaver Creek Pine Brook, New Jersey -0.021507182733615033 +31694 aapg_ae_959.html aapg_ae_959.html:3057:231214:231228 Word Marfa lights -0.0482388499511915356 +31695 gsa_html_5599919112 gsa_html_5599919112:880:63476:63504 Green River Iran -0.437953842888147871 +31696 palaios_html_8563431807 palaios_html_8563431807:94:11246:11254 Victoria Gold Coast, Queensland -0.0164009085472750712 +31697 aapg_ai_296.html aapg_ai_296.html:31:4322:4329 Everton Arkansas -0.37823137636833809 +31698 cspg_html_7086880709 cspg_html_7086880709:188:22029:22043 Bear Rock Mackenzie River -0.136896722007254112 +31699 aapg_af_92.html aapg_af_92.html:180:16632:16659 Prospect Great Basin -0.441437455474761709 +31700 gsa_html_1254347878 gsa_html_1254347878:198:24408:24429 Fort Steele Victoria, British Columbia -0.0137248477945169315 +31701 aapg_ah_441.html aapg_ah_441.html:18:2569:2575 Taylor Arkadelphia, Arkansas -0.00818929939777349181 +31702 geology_html_3353189632 geology_html_3353189632:290:25752:25764 Rockwell California -0.464419004431934179 +31703 aapg_ai_479.html aapg_ai_479.html:86:9990:9997 Bedford Sunbury, Pennsylvania -0.0140758476190941898 +31704 cspg_html_8054926782 cspg_html_8054926782:41:6170:6179 Gog Lake Louise, Alberta -0.470365549607814404 +31705 aapg_af_578.html aapg_af_578.html:137:11332:11348 Fowkes Cheyenne, Wyoming 0.0114208658344619116 +31706 cspg_html_9332855346 cspg_html_9332855346:139:11137:11158 Lower Elk Point Manitoba -0.0508147576234257159 +31707 aapg_af_416.html aapg_af_416.html:194:23532:23543 Slave Point Liard River, British Columbia -0.624462950242814951 +31708 aapg_af_527.html aapg_af_527.html:330:42530:42556 Todilto New Mexico -0.486735992068403789 +31709 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10541:10554 A-1 Carbonate Salina, Kansas -0.000627121340837813067 +31710 gsa_html_1931201430 gsa_html_1931201430:454:43043:43052 Eel River Eel River (Indiana) -0.0245772016562315031 +31711 aapg_ah_519.html aapg_ah_519.html:120:13052:13058 Dakota New Mexico -0.445560028460347757 +31712 gsa_html_1538463681 gsa_html_1538463681:826:71693:71734 Mural Mexico -0.489323394611266782 +31713 aapg_aa_37.html aapg_aa_37.html:225:27482:27500 Arcturus Reno, Nevada -0.470292003998596664 +31714 aapg_ae_705.html aapg_ae_705.html:68:8080:8092 Red Mountain Carpinteria, California -0.460953349343471763 +31715 gsa_html_5865982995 gsa_html_5865982995:976:106372:106380 Colorado Murray, Kentucky 0.00448890772882104463 +31716 aapg_ae_474.html aapg_ae_474.html:306:31648:31654 Bethel Bethel, Alaska -0.46687889797168336 +31717 palaios_html_2339045630 palaios_html_2339045630:271:39073:39089 Virginia Knoxville, Tennessee -0.03643260021013002 +31718 cspg_html_8163506304 cspg_html_8163506304:9:892:900 Columbia Cheyenne, Wyoming -0.05853057202324604 +31719 jgeology_html_4704494742 jgeology_html_4704494742:190:17042:17051 Eel River Colombia -0.0423511843522919873 +31720 cspg_html_1665574291 cspg_html_1665574291:51:9535:9560 Porcupine Bow River -0.0330135830277358128 +31721 palaios_html_4939666561 palaios_html_4939666561:75:9698:9719 Kope Frankfort, Illinois -0.463579265049131273 +31722 cspg_html_5141367518 cspg_html_5141367518:201:30619:30642 Blood Reserve Crowsnest Pass, Alberta -0.441406293921039528 +31723 cspg_html_8363357104 cspg_html_8363357104:94:14689:14711 Mount Wilson North Carolina 0.013787401887184414 +31724 jgeology_html_3213904974 jgeology_html_3213904974:409:40017:40040 Abo Texas -0.00547218286972656846 +31725 cspg_html_1296564271 cspg_html_1296564271:109:12789:12797 Michigan Ontario, California -0.0316827975818438426 +31726 aapg_af_854.html aapg_af_854.html:423:55161:55178 Carwood Bloomington, Indiana 0.00845684936576822886 +31727 aapg_ae_98.html aapg_ae_98.html:79:9125:9135 San Miguel Colorado -0.453180049702502807 +31728 palaios_html_9150736881 palaios_html_9150736881:19:1194:1198 Kope Ohio -0.430026468312881383 +31729 cspg_html_9332855346 cspg_html_9332855346:134:10492:10498 Ashern Big River (California) 0.0150141868655465499 +31730 aapg_ad_880.html aapg_ad_880.html:424:42225:42243 Sundance Redwater, Texas -0.418412283975823973 +31731 sedimentology_html_3666754938 sedimentology_html_3666754938:16:1166:1198 Donald North Sea oil -0.457963336268268129 +31732 aapg_ac_366.html aapg_ac_366.html:19:3213:3219 Salina Williamsport, Indiana 0.0188026760171915025 +31733 gsa_html_5583768987 gsa_html_5583768987:941:80752:80780 Green River Colorado -0.00576230371979552514 +31734 cspg_html_5810500722 cspg_html_5810500722:377:41585:41603 Dunvegan Victoria, British Columbia -0.00871745152629535731 +31735 aapg_af_298.html aapg_af_298.html:216:23272:23283 Tar Springs Long Island -0.0505811818267982855 +31736 aapg_af_809.html aapg_af_809.html:36:4387:4396 La Quinta Venezuela -0.466727815469158758 +31737 cspg_html_2174653823 cspg_html_2174653823:320:22497:22513 Ireton Lacombe, Alberta -0.467194881190696076 +31738 jgeology_html_3792951165 jgeology_html_3792951165:1096:75816:75835 Pansy Lee Conglomerate Reno, Nevada -0.0749431340118393574 +31739 cspg_html_3860685167 cspg_html_3860685167:695:69300:69305 Banff Lacombe, Alberta 0.006036790497064899 +31740 cspg_html_3501550466 cspg_html_3501550466:578:83011:83022 Peace River Lacombe, Alberta -0.455726774842524995 +31741 aapg_ah_189.html aapg_ah_189.html:304:30421:30442 Mount Simon Illinois -0.0343166851191607572 +31742 gsa_html_4815970834 gsa_html_4815970834:47:3063:3091 Green River Iran 0.0101073573662476459 +31743 geology_html_8070421739 geology_html_8070421739:48:5031:5047 Silica Canada -0.460146402321772174 +31744 aapg_ai_54.html aapg_ai_54.html:169:19795:19800 Tokio Tuscaloosa, Alabama -0.0458327637888954545 +31745 cspg_html_3630723811 cspg_html_3630723811:113:12332:12351 Athabasca Lacombe, Alberta -0.480728181628129914 +31746 cspg_html_4796942391 cspg_html_4796942391:450:49975:50003 Shaftesbury Victoria, British Columbia -0.006663945278057983 +31747 aapg_af_2.html aapg_af_2.html:145:16768:16776 Rockwood Colorado -0.505076336103595591 +31748 aapg_aa_300.html aapg_aa_300.html:5:846:856 Point Loma La Jolla -0.386063046528304921 +31749 gsa_html_4191208013 gsa_html_4191208013:185:16755:16772 Atoyac Pico de Orizaba -0.480667710196792775 +31750 gsa_html_1520002998 gsa_html_1520002998:1112:87478:87498 Fort Union Cheyenne, Wyoming -0.443813272031764461 +31751 aapg_ad_466.html aapg_ad_466.html:1103:118297:118307 Vincentown Closter, New Jersey -0.16459780222781098 +31752 cspg_html_7833083677 cspg_html_7833083677:2829:231381:231402 Melville Island Banks Island -0.0837543386127549278 +31753 aapg_ad_16.html aapg_ad_16.html:10:1353:1371 Monterey Lompoc, California 0.0267801315283120664 +31754 sedimentology_html_3083192111 sedimentology_html_3083192111:548:42375:42391 Salado New Mexico -0.476385003272562391 +31755 cspg_html_5141367518 cspg_html_5141367518:8:944:957 Blood Reserve Bearpaw Formation -0.471432653520514666 +31756 sedimentology_html_5613495298 sedimentology_html_5613495298:1056:52591:52606 Chinle Chinle Formation -0.469302035375975646 +31757 aapg_ak_85.html aapg_ak_85.html:364:41814:41831 Bossier Shreveport, Louisiana -0.0378805791019936056 +31758 aapg_ac_720.html aapg_ac_720.html:425:37546:37558 Wilcox Murray, Kentucky -0.457492019193031785 +31759 aapg_ac_517.html aapg_ac_517.html:213:28210:28226 Colorado Regina, Saskatchewan -0.508804742928565479 +31760 jgeology_html_4289404569 jgeology_html_4289404569:607:48854:48878 Shuttle Meadow Hartford, Connecticut -0.473718414704639712 +31761 cspg_html_4298557570 cspg_html_4298557570:29:3753:3765 Battle Edmonton, London -0.0416128988126375013 +31762 palaios_html_2073973349 palaios_html_2073973349:472:61859:61864 Queen Toronto -0.432267625462602723 +31763 aapg_aa_960.html aapg_aa_960.html:174:14822:14828 Pueblo California -0.459887424332023564 +31764 sedimentology_html_6302405335 sedimentology_html_6302405335:1336:96193:96198 Steel Svalbard and Jan Mayen -0.459919224612040101 +31765 aapg_ah_834.html aapg_ah_834.html:44:5579:5594 Salem Albany, New York -0.382713237262731376 +31766 jgeology_html_5208181242 jgeology_html_5208181242:967:72357:72380 Dakota Colorado 0.00526023907210228844 +31767 aapg_ah_198.html aapg_ah_198.html:530:67787:67805 Monterey Peru, Indiana 0.0068081397182383728 +31768 palaios_html_2994452429 palaios_html_2994452429:70:8162:8170 Columbia Lacombe, Alberta -0.460964719996515115 +31769 aapg_ac_333.html aapg_ac_333.html:1248:149850:149862 Yeso Arizona -0.417467727749844975 +31770 cspg_html_1080236517 cspg_html_1080236517:8:793:818 Stony Mountain Canada -0.217769525087423088 +31771 gsa_html_3946358846 gsa_html_3946358846:1104:93228:93234 Denver Colorado -0.00500312776260552431 +31772 aapg_ad_335.html aapg_ad_335.html:305:35875:35890 Lance Fort Union Trading Post National Historic Site -0.0350022236580636789 +31773 aapg_ai_141.html aapg_ai_141.html:4:592:605 Lake Michigan Mexico -0.0858010005698344319 +31774 cspg_html_3026112034 cspg_html_3026112034:280:29371:29394 Leduc Middle East -0.000364807386249416544 +31775 aapg_ai_991.html aapg_ai_991.html:68:7952:7957 Aquia Closter, New Jersey -0.47395378155658785 +31776 aapg_ad_351.html aapg_ad_351.html:773:67783:67801 Keokuk Missouri River -0.00258840277417883959 +31777 cspg_html_9692046543 cspg_html_9692046543:100:12064:12083 Newcastle Cheyenne, Wyoming -0.454305775206324536 +31778 aapg_ac_126.html aapg_ac_126.html:205:30442:30463 Haynesville Bossier City, Louisiana -0.457020948969305785 +31779 cspg_html_3026112034 cspg_html_3026112034:63:6685:6692 Wabamun Pine Brook, New Jersey 0.00897110580266103318 +31780 aapg_ad_112.html aapg_ad_112.html:3:360:396 Prairie Regina, Saskatchewan -0.442383930489219146 +31781 geology_html_4599156600 geology_html_4599156600:106:11223:11245 Scott Canyon Eagle Bay, New York -0.0107727926714422488 +31782 gsa_html_1254347878 gsa_html_1254347878:554:59341:59349 Grinnell Cheyenne, Wyoming -0.0209613827792686502 +31783 gsa_html_7345831590 gsa_html_7345831590:35:836:846 Washington Vancouver -0.0397187025652964501 +31784 aapg_ah_534.html aapg_ah_534.html:360:30413:30430 Onondaga Palmerton, Pennsylvania -0.100458351935263784 +31785 gsa_html_8128037381 gsa_html_8128037381:104:13713:13730 Panaca Muddy Creek (Utah) -0.45633516722504075 +31786 aapg_ae_69.html aapg_ae_69.html:397:42815:42823 Colorado Colorado -0.431086943566786673 +31787 aapg_ad_785.html aapg_ad_785.html:37:4858:4866 Fountain Colorado Springs, Colorado -0.0381695036603138874 +31788 gsa_html_5952049575 gsa_html_5952049575:67:7073:7097 Wasatch Wasatch Range -0.0179684568885802344 +31789 cspg_html_4305108179 cspg_html_4305108179:22:3237:3256 Allen Bay Ellesmere Island 0.00413972634598302851 +31790 aapg_ae_503.html aapg_ae_503.html:613:61519:61532 Santa Barbara Los Angeles -0.472491841137828439 +31791 aapg_ae_305.html aapg_ae_305.html:1335:124844:124849 Colon Maracaibo -0.486038291322309801 +31792 gsa_html_5952049575 gsa_html_5952049575:931:87255:87276 Green River Cheyenne, Wyoming 0.576324590888882438 +31793 geology_html_5795710863 geology_html_5795710863:317:24544:24569 Cadillac Canada -0.478688445352025149 +31794 aapg_ah_160.html aapg_ah_160.html:85:12342:12361 Onondaga Lake Erie -0.475730309561108622 +31795 aapg_ai_241.html aapg_ai_241.html:68:8649:8668 Red River Winnipeg -0.399729754395173942 +31796 cspg_html_6839937815 cspg_html_6839937815:322:46579:46585 Kaibab Harrisburg, Pennsylvania -0.465568086328610908 +31797 aapg_af_18.html aapg_af_18.html:16:2493:2509 Inyan Kara Cheyenne, Wyoming -0.443110589175295999 +31798 aapg_aa_684.html aapg_aa_684.html:169:17118:17135 Ankareh Cheyenne, Wyoming -0.45295011354581094 +31799 aapg_ai_720.html aapg_ai_720.html:382:39113:39119 Jordan Delaware -0.447168994241326834 +31800 cspg_html_1565769407 cspg_html_1565769407:100:13487:13506 Port Hood Cape Breton Island -0.0388274478076049076 +31801 aapg_ae_92.html aapg_ae_92.html:3:335:351 Ireton Central Alberta -0.471819338906025898 +31802 cspg_html_1763727002 cspg_html_1763727002:50:8575:8583 Columbia Victoria, British Columbia -0.458648092769168181 +31803 aapg_ad_267.html aapg_ad_267.html:72:6540:6546 Sabine Natchitoches, Louisiana -0.0221712043422439102 +31804 cspg_html_2873888604 cspg_html_2873888604:420:58310:58326 Maroon Colorado -0.00125424333549307727 +31805 sedimentology_html_2689254524 sedimentology_html_2689254524:460:35035:35041 Denver Colorado -0.0351971054761553784 +31806 cspg_html_3516764931 cspg_html_3516764931:407:62853:62871 Glenogle Victoria, British Columbia -0.457068497754203162 +31807 gsa_html_4031652840 gsa_html_4031652840:72:6413:6441 Green River New Mexico -0.00243726702917233546 +31808 cspg_html_3012058617 cspg_html_3012058617:68:10355:10363 Kootenay Kootenay River -0.462143504710773534 +31809 palaios_html_3931161229 palaios_html_3931161229:230:19567:19571 Kope Kentucky -0.006663945278057983 +31810 aapg_ah_508.html aapg_ah_508.html:180:16850:16861 Jacksonburg Black River, Jamaica 0.00828311544079899167 +31811 aapg_ah_779.html aapg_ah_779.html:646:120235:120243 Tensleep Caseyville, Illinois -0.041236814250852856 +31812 aapg_ai_991.html aapg_ai_991.html:39:4236:4254 Kirkwood Closter, New Jersey -0.441437455474761709 +31813 aapg_ac_807.html aapg_ac_807.html:434:44214:44234 Brandywine Maryland -0.477142101104954475 +31814 cspg_html_7297340324 cspg_html_7297340324:767:89785:89801 Gates Victoria, British Columbia -0.0203286926879938275 +31815 cspg_html_9713614580 cspg_html_9713614580:112:15244:15274 Willow Creek Western world -0.461219460550356897 +31816 aapg_ai_509.html aapg_ai_509.html:74:7200:7211 Honey Creek Turner Falls -0.458659434193013582 +31817 aapg_ae_324.html aapg_ae_324.html:878:88847:88855 Virginia Virginia -0.436850160261835319 +31818 AMJC_html_2890539371 AMJC_html_2890539371:279:33957:33965 Caldwell Beaumont, Texas -0.0254291244488671214 +31819 aapg_af_624.html aapg_af_624.html:218:14357:14376 Minnelusa Crook, Colorado -0.39889868967039005 +31820 aapg_ah_422.html aapg_ah_422.html:132:11048:11062 Colorado Milk River, Alberta -0.527361575057978094 +31821 cspg_html_9435196958 cspg_html_9435196958:1303:54450:54463 Paskapoo Lacombe, Alberta -0.482987267474293158 +31822 AMJC_html_6341723617 AMJC_html_6341723617:1058:88992:89008 Colton Logan, Utah -0.42653659632637092 +31823 aapg_ai_533.html aapg_ai_533.html:55:6233:6241 Columbia Lacombe, Alberta -0.061581702115097843 +31824 aapg_aa_76.html aapg_aa_76.html:37:3228:3236 Gallatin Christian County, Kentucky -0.037309716590806806 +31825 cspg_html_7192907687 cspg_html_7192907687:561:60837:60847 Pine Point Canada -0.464656465989479628 +31826 gsa_html_2989317971 gsa_html_2989317971:875:90544:90566 Glenns Ferry Reno, Nevada -0.0349187039582129002 +31827 aapg_aa_734.html aapg_aa_734.html:348:34704:34712 Caballos Texas -0.466741549175746284 +31828 gsa_html_7936718686 gsa_html_7936718686:22:884:890 Reston Virginia -0.474918987556243288 +31829 aapg_aa_835.html aapg_aa_835.html:18:2845:2862 Wingate Chinle Formation -0.0711572225320946106 +31830 aapg_ah_165.html aapg_ah_165.html:343:41108:41127 Ellerslie Selkirk Mountains -0.492706142050923668 +31831 aapg_ae_345.html aapg_ae_345.html:424:31034:31044 Tuscaloosa Tuscaloosa, Alabama -0.0220321401062539869 +31832 palaios_html_5321533010 palaios_html_5321533010:418:46291:46299 Virginia Lihue, Hawaii -0.0446744016951777928 +31833 aapg_aa_820.html aapg_aa_820.html:494:49929:49945 Reforma Mexico -0.484114368303559472 +31834 aapg_ad_372.html aapg_ad_372.html:26:3876:3882 Chinle Logan, Utah -0.00673169924588781169 +31835 sedimentology_html_7298419341 sedimentology_html_7298419341:1645:99608:99623 Mesaverde Logan, Utah -0.461128473443845555 +31836 geology_html_8325080958 geology_html_8325080958:15:1056:1061 Queen Belfast, Maine -0.4597920302667165 +31837 gsa_html_8774590177 gsa_html_8774590177:95:11803:11814 Black River Middle Ordovician -0.0145241610261636171 +31838 aapg_af_912.html aapg_af_912.html:41:5025:5034 Vicksburg Mississippi River -0.0142044328576254025 +31839 aapg_ae_959.html aapg_ae_959.html:1459:104811:104823 Hermit Grand Canyon -0.0482318797882009612 +31840 cspg_html_4860363565 cspg_html_4860363565:110:14201:14219 Keg River Rainbow trout -0.00190221287180793197 +31841 jgeology_html_1004614520 jgeology_html_1004614520:283:16437:16457 Twin Creek Carmel, Indiana -0.470236848829719556 +31842 aapg_af_575.html aapg_af_575.html:1182:170223:170237 Graneros Niobrara, Nebraska -0.0123347923931489897 +31843 gsa_html_1914392923 gsa_html_1914392923:672:74860:74880 Palms California -0.501631577031398268 +31844 gsa_html_4098385343 gsa_html_4098385343:471:51498:51503 Yukon Anchorage, Alaska -0.4796264052884881 +31845 aapg_ah_978.html aapg_ah_978.html:245:24329:24344 Etchegoin San Joaquin River -0.134794520391714995 +31846 aapg_ah_645.html aapg_ah_645.html:30:4998:5013 Piper Cheyenne, Wyoming -0.481132984149795495 +31847 aapg_ad_379.html aapg_ad_379.html:746:60560:60565 Swift Boise, Idaho 0.690139083565837086 +31848 aapg_ac_36.html aapg_ac_36.html:1220:119784:119793 Margarita Venezuela -0.451751782124743317 +31849 gsa_html_5391661566 gsa_html_5391661566:429:48450:48456 Oregon California -0.415295473859709607 +31850 aapg_ac_841.html aapg_ac_841.html:278:35729:35734 Coban Guatemala -0.00837345699819263926 +31851 aapg_ah_828.html aapg_ah_828.html:514:48690:48699 Smackover Texas 0.0195013611610286609 +31852 cspg_html_3104351736 cspg_html_3104351736:188:24465:24476 Belly River Lacombe, Alberta -0.0104235679161521783 +31853 aapg_ac_9.html aapg_ac_9.html:395:37089:37108 Detroit River Michigan -0.456778715576978744 +31854 gsa_html_2561127673 gsa_html_2561127673:77:7109:7119 Winnemucca Reno, Nevada 0.406261496084231122 +31855 gsa_html_1197940982 gsa_html_1197940982:1220:115411:115418 Pah Rah Reno, Nevada -0.0431731213623836943 +31856 geology_html_2172308044 geology_html_2172308044:11:510:516 Oregon Salem, Oregon -0.473856858113634927 +31857 cspg_html_1611261412 cspg_html_1611261412:871:109287:109292 Nisku Edmonton, London 0.00764378019701805137 +31858 jgeology_html_9040793836 jgeology_html_9040793836:1122:69430:69433 Arc Alps -0.521493319594530602 +31859 aapg_af_854.html aapg_af_854.html:532:72236:72242 Warsaw Illinois -0.242265687994076079 +31860 cspg_html_6163998187 cspg_html_6163998187:280:34363:34371 Pardonet Lacombe, Alberta -0.0111724073673319709 +31861 cspg_html_2482892781 cspg_html_2482892781:22:3543:3556 Madison Manitoba -0.458659434193013582 +31862 aapg_ad_683.html aapg_ad_683.html:226:25588:25603 Supai Little Colorado River -0.0197377379215514133 +31863 sedimentology_html_4185931185 sedimentology_html_4185931185:279:22074:22090 Eureka Quartzite Antelope Valley Freeway -0.5023685398710237 +31864 aapg_ai_972.html aapg_ai_972.html:7:1181:1189 Colorado Colorado -0.0304773910336276765 +31865 aapg_ai_592.html aapg_ai_592.html:320:52321:52328 Bridger Uinta Mountains -0.485406637327558677 +31866 jgeology_html_4305195651 jgeology_html_4305195651:4628:275655:275690 Mauch Chunk Pennsylvania -0.471349814541787038 +31867 cspg_html_9174286035 cspg_html_9174286035:60:7422:7438 Bad Cache Rapids Churchill River (Atlantic) -0.463764030920631232 +31868 aapg_aa_683.html aapg_aa_683.html:9:1619:1628 Greenhorn Logan, Utah -0.0100621846511943919 +31869 sedimentology_html_7879809021 sedimentology_html_7879809021:58:4944:4974 Greenbrier Huntington, West Virginia -0.462143504710773534 +31870 gsa_html_5865982995 gsa_html_5865982995:863:96646:96667 Green River Colorado -0.460146402321772174 +31871 geology_html_2908722683 geology_html_2908722683:9:396:412 Navajo Logan, Utah -0.0160255473539090525 +31872 aapg_ad_466.html aapg_ad_466.html:854:91898:91906 Navesink Mount Laurel Township, New Jersey -0.14255446200472438 +31873 geology_html_1592747864 geology_html_1592747864:85:6356:6362 Denver Boise, Idaho -0.441927274708787343 +31874 cspg_html_9468274627 cspg_html_9468274627:297:38146:38152 Fernie Victoria, British Columbia -0.435694684676078359 +31875 aapg_aa_696.html aapg_aa_696.html:630:71590:71605 Weber Carbondale, Pennsylvania -0.427661175709289521 +31876 aapg_ae_813.html aapg_ae_813.html:717:61772:61780 Phillips Belize -0.40709869095004142 +31877 aapg_ah_427.html aapg_ah_427.html:255:33766:33773 El Paso El Paso, Texas -0.41645904352980373 +31878 aapg_ae_239.html aapg_ae_239.html:1122:91186:91195 Wapanucka Hartshorne, Oklahoma -0.0665386916215595231 +31879 aapg_ac_923.html aapg_ac_923.html:381:41013:41028 Atoka Atoka, Oklahoma -0.0115181647621516343 +31880 AMJC_html_6064451271 AMJC_html_6064451271:714:74455:74468 Santa Barbara California -0.000347435604052462668 +31881 aapg_ac_835.html aapg_ac_835.html:118:15478:15494 Bighorn Dolomite Garland, Texas 0.0178468027380988617 +31882 cspg_html_7281679890 cspg_html_7281679890:286:47586:47603 Blackstone Old Crow, Yukon -0.478488911708928044 +31883 aapg_ae_904.html aapg_ae_904.html:231:24729:24737 Richmond Black River, Jamaica -0.477714414009500876 +31884 cspg_html_7988775280 cspg_html_7988775280:247:43289:43306 Clearwater Clearwater, Florida -0.467226943770809644 +31885 aapg_af_231.html aapg_af_231.html:5:642:648 Jordan Garfield County, Colorado -0.469382385724573914 +31886 gsa_html_4543270561 gsa_html_4543270561:1133:96919:96923 Bond North Atlantic Current -0.497180715543366847 +31887 aapg_ac_720.html aapg_ac_720.html:15:1995:2013 Navesink New Egypt, New Jersey 0.420238862611791553 +31888 gsa_html_6753732431 gsa_html_6753732431:107:10275:10290 Vaqueros Santa Monica, California -0.466384542072334651 +31889 aapg_ac_719.html aapg_ac_719.html:219:26422:26443 Farisita Colorado -0.0776075624552609172 +31890 gsa_html_4719798013 gsa_html_4719798013:12:492:498 Denver Colorado -0.492640099962427858 +31891 cspg_html_4727171280 cspg_html_4727171280:112:13746:13764 Edmonton Lacombe, Alberta -0.0747646226361790567 +31892 aapg_ad_440.html aapg_ad_440.html:77:8882:8895 Taggard Virginia -0.0608833718356879897 +31893 aapg_ac_529.html aapg_ac_529.html:19:2149:2155 Denver Colorado -0.477179162580930738 +31894 cspg_html_7467378242 cspg_html_7467378242:24:3761:3772 Peace River CFB Cold Lake -0.47944058990843208 +31895 cspg_html_1025724640 cspg_html_1025724640:543:67946:67962 Nepean Ottawa, Kansas -0.495740204770814097 +31896 gsa_html_8764674682 gsa_html_8764674682:959:71598:71607 Extension Tyrrhenian Sea -0.0636509756353897255 +31897 aapg_ae_917.html aapg_ae_917.html:244:26756:26781 Battle Colorado -0.442860875153750722 +31898 cspg_html_4326384800 cspg_html_4326384800:1021:150088:150098 Swan Hills Swan Hill, Victoria 0.728813233169915642 +31899 aapg_aa_232.html aapg_aa_232.html:125:12645:12655 Purgatoire Colorado -0.44548177794016619 +31900 cspg_html_8979693271 cspg_html_8979693271:31:4347:4372 Porcupine Pincher Creek, Alberta -0.460041893415422398 +31901 aapg_ai_581.html aapg_ai_581.html:42:4161:4167 Dakota Fort Pierre Chouteau -0.062451234502023778 +31902 gsa_html_1193494932 gsa_html_1193494932:453:48712:48717 Rapid Anchorage, Alaska -0.0464616568793586454 +31903 aapg_ah_93.html aapg_ah_93.html:155:20490:20502 Beaver Creek Maywood, California -0.427871770829551135 +31904 gsa_html_1355236849 gsa_html_1355236849:130:14403:14410 Concord Greenville, South Carolina -0.0060576376426468119 +31905 palaios_html_8699778504 palaios_html_8699778504:320:30998:31006 Colorado Florissant, Colorado -0.459805657368256959 +31906 sedimentology_html_6688819115 sedimentology_html_6688819115:1043:97674:97690 Cutler Logan, Utah -0.010750205891597751 +31907 cspg_html_5141367518 cspg_html_5141367518:8:889:896 Cardium Bearpaw Formation -0.0213281445923519004 +31908 gsa_html_5980600505 gsa_html_5980600505:466:50519:50528 San Diego California -0.048386967383413422 +31909 cspg_html_4293350162 cspg_html_4293350162:762:79936:79946 Mount Head Canada -0.457532796484121151 +31910 palaios_html_6353470714 palaios_html_6353470714:1125:98819:98829 Washington Grand Canyon -0.442595627901035182 +31911 aapg_ad_721.html aapg_ad_721.html:643:63681:63699 Carlsbad Pecos River -0.0375359691930512371 +31912 geology_html_3056528983 geology_html_3056528983:341:28068:28076 Columbia Earth -0.432567436469128874 +31913 aapg_aa_563.html aapg_aa_563.html:348:44869:44877 Niobrara Mexico -0.400683124815856995 +31914 gsa_html_6850863689 gsa_html_6850863689:22:1440:1448 Colorado Denver -0.0592775088645998635 +31915 cspg_html_3618628685 cspg_html_3618628685:87:11546:11567 Belly River Bow River -0.44326223419282984 +31916 aapg_ac_65.html aapg_ac_65.html:851:69770:69779 Leadville Colorado -0.47076786107370483 +31917 gsa_html_7102550258 gsa_html_7102550258:962:104320:104336 Carmel Colorado Plateau -0.487075683437370066 +31918 aapg_ad_696.html aapg_ad_696.html:91:8839:8846 Carrizo Athens, Georgia 0.0199115462259849794 +31919 aapg_ah_652.html aapg_ah_652.html:27:4195:4211 Dakota New Mexico -0.422559678409717754 +31920 gsa_html_7786997771 gsa_html_7786997771:29:2796:2824 Green River Colorado -0.0317923859746223822 +31921 sedimentology_html_8006979411 sedimentology_html_8006979411:1908:122699:122713 Colorado Regina, Saskatchewan -0.474815026513922711 +31922 aapg_ah_534.html aapg_ah_534.html:54:4156:4171 Port Ewen Delaware -0.448892980122610918 +31923 gsa_html_4591711448 gsa_html_4591711448:1050:99044:99050 Walker Lake Taupo -0.0261715541385612628 +31924 aapg_af_978.html aapg_af_978.html:890:129359:129369 Copenhagen Denmark -0.458659434193013582 +31925 aapg_ac_63.html aapg_ac_63.html:21:3043:3068 Buckner Haynesville, Louisiana -0.450676431675374467 +31926 gsa_html_9207276905 gsa_html_9207276905:398:36683:36694 Peace River Fraser River (Colorado) -0.492258100446082036 +31927 gsa_html_3648258377 gsa_html_3648258377:749:68607:68629 Marshalltown Matawan, New Jersey -0.490054357124853124 +31928 gsa_html_5516803566 gsa_html_5516803566:862:61644:61656 Fayetteville Arkansas 0.404683474071170834 +31929 gsa_html_8840132442 gsa_html_8840132442:107:14344:14351 Cadomin Arctic Cordillera -0.464761517323236562 +31930 cspg_html_5538678223 cspg_html_5538678223:301:38930:38938 Columbia Victoria, British Columbia -0.026705362044744569 +31931 aapg_aa_682.html aapg_aa_682.html:686:72566:72575 Lecompton Topeka, Kansas 0.00902496409790776687 +31932 aapg_ad_116.html aapg_ad_116.html:183:23572:23581 Oil Creek Arbuckle, California 0.0108631399368114955 +31933 sedimentology_html_9813295185 sedimentology_html_9813295185:742:61997:62013 Merced California -0.478447154667899333 +31934 aapg_af_431.html aapg_af_431.html:43:4280:4285 Logan Arkansas -0.00806073698202901257 +31935 aapg_ae_127.html aapg_ae_127.html:49:4685:4693 Virginia Maryland -0.0216097393842311428 +31936 aapg_ah_329.html aapg_ah_329.html:80:8467:8474 Sisquoc Monterey, California 0.0418932312357290712 +31937 cspg_html_9185158332 cspg_html_9185158332:579:66861:66869 Dunvegan Canada -0.021507182733615033 +31938 gsa_html_8707521176 gsa_html_8707521176:840:74584:74592 Temporal Ottawa, Kansas -0.483015252079283031 +31939 aapg_ac_807.html aapg_ac_807.html:628:62214:62229 Tampa Melbourne, Florida -0.00346568835703443216 +31940 gsa_html_4930932370 gsa_html_4930932370:1245:130569:130577 Michigan Sudbury, Suffolk -0.0489655236632166313 +31941 gsa_html_7012936645 gsa_html_7012936645:709:54318:54350 Martinsburg Dauphin, Pennsylvania -0.416220582820664042 +31942 aapg_ae_461.html aapg_ae_461.html:65:9640:9659 Smackover Rodessa, Louisiana -0.458822766590828601 +31943 aapg_ae_267.html aapg_ae_267.html:119:10402:10411 Uniontown Chestnut Ridge, New York -0.0284721166530200707 +31944 cspg_html_9735723617 cspg_html_9735723617:181:23272:23277 Yukon Anchorage, Alaska -0.447637220621224075 +31945 aapg_aa_22.html aapg_aa_22.html:956:76733:76752 Red River Manitoba -0.436157146454813294 +31946 aapg_ae_263.html aapg_ae_263.html:82:7581:7591 Cumberland Pennsylvania -0.0570962758686634417 +31947 cspg_html_1503116552 cspg_html_1503116552:270:43189:43232 Beaverhill Middle East -0.494751281926012032 +31948 aapg_ai_278.html aapg_ai_278.html:773:93961:93980 Card Sound Dolomite Andros, Bahamas -0.441134787563673747 +31949 cspg_html_3914683557 cspg_html_3914683557:575:78919:78936 Haymond Texas -0.439343057733562137 +31950 aapg_ah_10.html aapg_ah_10.html:42:6241:6249 Monterey Monterey, California -0.464656465989479628 +31951 cspg_html_3103886269 cspg_html_3103886269:37:4903:4930 Prairie Regina, Saskatchewan -0.417361386985468708 +31952 geology_html_2144574689 geology_html_2144574689:275:25861:25871 Washington Washington (state) -0.469024309212410007 +31953 aapg_ae_152.html aapg_ae_152.html:105:8546:8550 Frio Shreveport, Louisiana -0.00832481152182470464 +31954 geology_html_4192038491 geology_html_4192038491:96:6592:6599 St Marys China -0.462512479285274614 +31955 gsa_html_5401370456 gsa_html_5401370456:779:72755:72764 San Diego California -0.487818790090823073 +31956 aapg_aa_208.html aapg_aa_208.html:851:75937:75945 Caballos Arkansas -0.497512762155281452 +31957 gsa_html_6143207195 gsa_html_6143207195:680:67442:67452 Washington Seattle -0.445998354490544591 +31958 cspg_html_6334734829 cspg_html_6334734829:496:46035:46045 Whitehorse Lacombe, Alberta -0.459996458565647859 +31959 aapg_ae_353.html aapg_ae_353.html:472:45695:45704 Fullerton Anaheim, California -0.442519856944349921 +31960 aapg_ah_416.html aapg_ah_416.html:282:22713:22723 Milk River Milk River, Alberta -0.0759600697089188176 +31961 cspg_html_4498577775 cspg_html_4498577775:99:13300:13317 Mohican Purcell Mountains -0.458639019733277031 +31962 AMJC_html_8107504009 AMJC_html_8107504009:723:56971:56980 Peninsula Canada -0.481766159765426027 +31963 aapg_af_575.html aapg_af_575.html:1182:170313:170327 Colorado Niobrara, Nebraska -0.474276937415326727 +31964 cspg_html_3328007773 cspg_html_3328007773:1022:103045:103058 Belle Fourche Regina, Saskatchewan -0.0300095233904997608 +31965 aapg_ae_71.html aapg_ae_71.html:129:11511:11528 Hermit Grand Canyon -0.44721379024503416 +31966 aapg_ai_246.html aapg_ai_246.html:276:32217:32245 Interlake Milk River, Alberta 0.000132025523515305647 +31967 aapg_af_763.html aapg_af_763.html:308:32073:32100 Roberts Mountains California -0.256746502147719879 +31968 aapg_ae_370.html aapg_ae_370.html:653:65660:65679 Scappoose Washington (state) -0.0408537810405160198 +31969 aapg_ah_785.html aapg_ah_785.html:67:9102:9121 Fish Haven Dolomite Lost River (California) -0.0148473685012762528 +31970 aapg_af_701.html aapg_af_701.html:372:48352:48364 Huntersville Onondaga (tribe) -0.465945346292333973 +31971 aapg_ae_73.html aapg_ae_73.html:718:97078:97085 Tesuque Alamosa, Colorado -0.507380013179488221 +31972 aapg_ae_180.html aapg_ae_180.html:42:4984:4999 Tokio Arkansas -0.0626433166781282802 +31973 cspg_html_2650524233 cspg_html_2650524233:12:1933:1945 Saskatchewan Lacombe, Alberta -0.450707909241451543 +31974 jgeology_html_3028681257 jgeology_html_3028681257:797:53790:53811 Washington Greenland -0.462348471732962063 +31975 aapg_ah_665.html aapg_ah_665.html:204:23353:23375 Lincoln Peak Logan, Utah -0.485266333037401854 +31976 aapg_ac_316.html aapg_ac_316.html:207:23867:23883 Whitehorse West Texas -0.0312131444176052264 +31977 aapg_ae_296.html aapg_ae_296.html:39:4580:4590 San Andres Texas -0.00518553772025417709 +31978 aapg_ai_479.html aapg_ai_479.html:61:7745:7760 Coldwater Michigan -0.0551948283959870986 +31979 jgeology_html_9215313444 jgeology_html_9215313444:89:3719:3727 Richland Richland, Washington -0.0760738533531988143 +31980 aapg_ae_904.html aapg_ae_904.html:448:46620:46628 Sundance Cambridge -0.0942645486703309748 +31981 cspg_html_3804945581 cspg_html_3804945581:110:13129:13135 Battle Horseshoe Canyon Formation -0.409390633417001881 +31982 cspg_html_5220068638 cspg_html_5220068638:89:12301:12321 Blackstone Lacombe, Alberta -0.147501861388745631 +31983 aapg_ai_296.html aapg_ai_296.html:210:19860:19881 Everton Arkansas -0.212700262988393229 +31984 gsa_html_5274400800 gsa_html_5274400800:679:54888:54906 Monterey California -0.179042858393206938 +31985 cspg_html_3447886929 cspg_html_3447886929:930:100651:100672 Lawrence Quebec City -0.487659330983205019 +31986 aapg_ae_660.html aapg_ae_660.html:638:56035:56054 Smackover Shreveport, Louisiana -0.454685092236895128 +31987 palaios_html_2399848899 palaios_html_2399848899:589:52677:52692 Eutaw Alabama -0.213507874180985185 +31988 gsa_html_4220229801 gsa_html_4220229801:722:59345:59358 Owyhee Basalt Malheur County, Oregon -0.0600280242274353476 +31989 aapg_ae_960.html aapg_ae_960.html:393:35232:35239 Madison Cheyenne, Wyoming 0.0338573634589742142 +31990 gsa_html_2605108986 gsa_html_2605108986:487:38796:38801 Yukon Anchorage, Alaska -0.498070421610056713 +31991 cspg_html_2976104632 cspg_html_2976104632:73:10831:10837 Denver Colorado -0.0551948283959870986 +31992 aapg_ae_147.html aapg_ae_147.html:294:29501:29516 Pico South Mountains (Arizona) -0.0221155785118801462 +31993 gsa_html_6837513060 gsa_html_6837513060:16:616:626 Washington Washington (state) -0.0288773204111550628 +31994 cspg_html_6259492324 cspg_html_6259492324:323:33541:33549 Tatsieta Kut -0.0373010146688876193 +31995 aapg_ac_912.html aapg_ac_912.html:46:5122:5141 Goose Egg Cheyenne, Wyoming -0.401077960513730403 +31996 aapg_ae_794.html aapg_ae_794.html:661:75314:75330 Coffee Selma to Montgomery marches 0.0178954643140133429 +31997 aapg_ai_51.html aapg_ai_51.html:6:1097:1116 Nanafalia Alabama 0.390166802071324592 +31998 AMJC_html_1796339261 AMJC_html_1796339261:473:49636:49649 Santa Barbara Mexico -0.460946527021081187 +31999 cspg_html_5141367518 cspg_html_5141367518:198:30306:30323 Bearpaw Lacombe, Alberta -0.474355436180137646 +32000 cspg_html_9725676031 cspg_html_9725676031:609:69797:69820 Viking Lacombe, Alberta -0.477575355931223244 +32001 gsa_html_5215388101 gsa_html_5215388101:14:878:886 Colorado Denver -0.514741589889104012 +32002 aapg_ah_965.html aapg_ah_965.html:118:15383:15392 Vicksburg Mississippi River -0.456661018199272462 +32003 cspg_html_5940878099 cspg_html_5940878099:334:41957:41965 Palliser Lacombe, Alberta -0.260061765291195623 +32004 aapg_af_638.html aapg_af_638.html:207:15475:15479 Kent Ottawa, Kansas -0.0327787274578006591 +32005 aapg_ae_535.html aapg_ae_535.html:29:3846:3854 Sitkinak Kodiak Island -0.0607821204892215472 +32006 cspg_html_7086880709 cspg_html_7086880709:343:45169:45180 Hare Indian Buffalo National River -0.151208778023371238 +32007 aapg_aa_411.html aapg_aa_411.html:52:6817:6823 Perija Cordillera Oriental (Colombia) -0.0284721166530200707 +32008 sedimentology_html_7121171956 sedimentology_html_7121171956:263:25323:25327 Hall London, Ontario -0.448296279445968116 +32009 palaios_html_2984628538 palaios_html_2984628538:191:20536:20545 Rochester Rochester, Kent -0.495844369492250747 +32010 aapg_ad_110.html aapg_ad_110.html:649:69946:69957 Uncompahgre Colorado -0.445016883536767272 +32011 geology_html_6819948990 geology_html_6819948990:355:22786:22789 Rye Summitville, New York -0.433376961451207021 +32012 sedimentology_html_1215305624 sedimentology_html_1215305624:1286:68380:68384 Hall London, Ontario -0.462166276497962936 +32013 cspg_html_2838996125 cspg_html_2838996125:35:5392:5420 Hare Indian Bear Mountain (Connecticut) -0.436898889813044922 +32014 aapg_ac_391.html aapg_ac_391.html:181:17047:17060 Detroit River West Branch, Iowa -0.503880280715721773 +32015 cspg_html_4193503340 cspg_html_4193503340:258:32497:32514 Mattson Canada -0.436832441054611387 +32016 aapg_ae_415.html aapg_ae_415.html:986:124536:124546 Waynesboro Leakesville, Mississippi -0.441048011313096677 +32017 aapg_ai_409.html aapg_ai_409.html:104:11338:11351 Nacatoch Arkadelphia, Arkansas -0.512574246975137537 +32018 sedimentology_html_2325898576 sedimentology_html_2325898576:1309:49612:49618 Forest Trappe, Pennsylvania -0.0433821006587485347 +32019 palaios_html_6676788300 palaios_html_6676788300:136:18341:18362 Ludlowville Skaneateles (village), New York -0.00490757986669080291 +32020 aapg_ah_775.html aapg_ah_775.html:649:54942:54950 Colorado Colorado -0.47601017133294582 +32021 sedimentology_html_1260101679 sedimentology_html_1260101679:715:73671:73675 Hall New York City -0.0423511843522919873 +32022 aapg_af_130.html aapg_af_130.html:212:36116:36153 Madison Logan, Utah -0.476269297170336003 +32023 gsa_html_2989317971 gsa_html_2989317971:593:62035:62057 Poison Creek Boise River -0.483173848714512189 +32024 aapg_ah_479.html aapg_ah_479.html:309:31352:31358 Perija Venezuela -0.0192997479723480518 +32025 cspg_html_2796643803 cspg_html_2796643803:318:43312:43330 Deadwood Williston Basin -0.457240600069655279 +32026 gsa_html_6861599329 gsa_html_6861599329:979:84519:84527 San Jose California -0.0749536348775202005 +32027 aapg_aa_609.html aapg_aa_609.html:462:47531:47547 Joliet Illinois -0.462453250854801823 +32028 gsa_html_8669968097 gsa_html_8669968097:76:8110:8124 Hawthorn Arcadia, California -0.431097950577111366 +32029 palaios_html_7860397774 palaios_html_7860397774:926:68592:68609 La Luna Venezuela -0.454052985518192231 +32030 aapg_ac_943.html aapg_ac_943.html:210:23554:23572 Woodbine Illinois -0.0241616892206824377 +32031 aapg_af_11.html aapg_af_11.html:684:72173:72182 Telluride Leadville, Colorado -0.469648742182661783 +32032 aapg_ai_278.html aapg_ai_278.html:309:43721:43739 San Cayetano Greater Antilles -0.457152280296754032 +32033 aapg_aa_407.html aapg_aa_407.html:570:43842:43850 Colorado Denver -0.478836965338604204 +32034 aapg_af_789.html aapg_af_789.html:66:9536:9544 Virginia Maryland -0.0734137397316363544 +32035 palaios_html_3105248303 palaios_html_3105248303:555:56347:56361 Kope Fulton, Missouri -0.480651430150524916 +32036 aapg_ac_55.html aapg_ac_55.html:282:33468:33493 Magothy Delaware -0.448327675040319895 +32037 aapg_ae_886.html aapg_ae_886.html:603:59041:59049 Toroweap McKee, Kentucky 0.0438000743311506777 +32038 sedimentology_html_5784502892 sedimentology_html_5784502892:2008:81020:81059 Prairie Michigan Basin -0.440620923452583413 +32039 aapg_ad_94.html aapg_ad_94.html:10:848:856 Carlsbad Ontario, California -0.0338991191876076986 +32040 aapg_aa_680.html aapg_aa_680.html:28:2887:2895 Onondaga Syracuse, New York -0.0749431340118393574 +32041 aapg_ae_391.html aapg_ae_391.html:818:83382:83389 Rustler Salado, Texas -0.444094495043231396 +32042 aapg_aa_852.html aapg_aa_852.html:54:5546:5550 Buda County Sligo 0.00806768629271910689 +32043 sedimentology_html_9410532865 sedimentology_html_9410532865:1839:121087:121106 Rock Springs Cheyenne, Wyoming -0.470181697121159758 +32044 geology_html_8078361781 geology_html_8078361781:12:506:514 Colorado Denver -0.491131969162477144 +32045 aapg_ae_916.html aapg_ae_916.html:222:26280:26288 Kootenai Colorado -0.441798115405519942 +32046 aapg_ah_182.html aapg_ah_182.html:244:24441:24452 Martinsburg Pennsylvania -0.0389701822838023973 +32047 aapg_ai_651.html aapg_ai_651.html:137:22528:22545 Entrada Logan, Utah -0.23135123516709663 +32048 aapg_ae_161.html aapg_ae_161.html:9:1414:1430 Eagle Worland, Wyoming -0.0383278935926523318 +32049 aapg_ad_717.html aapg_ad_717.html:370:39510:39524 Word Texas -0.399674328801392809 +32050 cspg_html_9987144175 cspg_html_9987144175:423:44923:44941 Beaufort District Council of Franklin Harbour 0.427347563059137125 +32051 cspg_html_2800526512 cspg_html_2800526512:76:9844:9860 Mount Goodenough Willow River, Minnesota -0.0158621976007121031 +32052 cspg_html_9905904289 cspg_html_9905904289:335:43076:43094 Edmonton Lacombe, Alberta -0.515565525811440772 +32053 cspg_html_4343998218 cspg_html_4343998218:153:16444:16464 Allen Bay Middle East 0.00475991516942664804 +32054 AMJC_html_7984049819 AMJC_html_7984049819:100:11471:11478 Berwick New Hampshire -0.473903010792736112 +32055 cspg_html_1293312960 cspg_html_1293312960:582:66253:66257 Hall London, Ontario -0.472210801391301227 +32056 aapg_ah_978.html aapg_ah_978.html:209:21199:21219 Etchegoin California -0.432227951733042737 +32057 aapg_aa_702.html aapg_aa_702.html:1419:144162:144170 Colorado Denver -0.04995370085151081 +32058 aapg_ad_306.html aapg_ad_306.html:321:39589:39593 Omoa San Pedro Sula -0.0941045994506993222 +32059 aapg_af_892.html aapg_af_892.html:660:64425:64432 El Paso Texas -0.02404868566678443 +32060 gsa_html_7102550258 gsa_html_7102550258:354:40192:40207 Bluff Logan, Utah -0.0782835275776043171 +32061 aapg_aa_147.html aapg_aa_147.html:831:84298:84317 Stony Mountain Middle Ordovician -0.463579265049131273 +32062 aapg_ad_379.html aapg_ad_379.html:434:36583:36601 Fountain Colorado -0.457899875343460883 +32063 cspg_html_7866293053 cspg_html_7866293053:805:81331:81339 Bullhead Lacombe, Alberta -0.0216149541452477292 +32064 cspg_html_2973952956 cspg_html_2973952956:340:28924:28938 Toad Canada -0.439165406786194035 +32065 gsa_html_1904554207 gsa_html_1904554207:334:36644:36655 Stony Creek Stony Creek, New York -0.0334258967197983703 +32066 cspg_html_3804945581 cspg_html_3804945581:110:13141:13149 Whitemud Horseshoe Canyon Formation -0.44497889773871091 +32067 cspg_html_5971009166 cspg_html_5971009166:63:9555:9582 Yahatinda Lacombe, Alberta -0.0608763889312039438 +32068 aapg_ah_419.html aapg_ah_419.html:3:297:310 Bearpaw Lethbridge -0.0322829369444067107 +32069 aapg_ad_379.html aapg_ad_379.html:576:48475:48492 Dolores Colorado -0.0650501069612166166 +32070 aapg_ai_28.html aapg_ai_28.html:284:27542:27548 Lissie Nueces River -0.413964594818093001 +32071 cspg_html_8042616083 cspg_html_8042616083:208:22236:22259 Traverse Black River, Jamaica -0.470188590895520009 +32072 sedimentology_html_6786688531 sedimentology_html_6786688531:288:16880:16884 Hall London, Ontario -0.455229509631582041 +32073 cspg_html_8520409981 cspg_html_8520409981:95:10794:10803 Elm Point Canada -0.0134607320761341784 +32074 aapg_ad_204.html aapg_ad_204.html:266:29020:29025 Mecca Palm Springs, California -0.0290477532032288703 +32075 aapg_ac_730.html aapg_ac_730.html:300:41715:41730 Mesaverde Mancos, Colorado 0.0436119836819769263 +32076 aapg_ad_306.html aapg_ad_306.html:96:12597:12604 Chuacus Guatemala -0.0382043144165835347 +32077 geology_html_1204331608 geology_html_1204331608:147:12883:12908 Naknek Novarupta -0.462143504710773534 +32078 aapg_ai_491.html aapg_ai_491.html:741:74401:74415 Rico Logan, Utah -0.0344697965895258002 +32079 aapg_aa_761.html aapg_aa_761.html:64:7338:7355 Sadlerochit Prudhoe Bay Oil Field -0.457492019193031785 +32080 aapg_ac_563.html aapg_ac_563.html:420:59948:59954 Atoyac Pico de Orizaba -0.457514673015389395 +32081 aapg_ai_996.html aapg_ai_996.html:1248:52963:52969 Midway Bridgeville, California -0.456371367070690814 +32082 gsa_html_9314974751 gsa_html_9314974751:261:29204:29233 Banff Canada -0.458822766590828601 +32083 cspg_html_1118978429 cspg_html_1118978429:575:54340:54348 Columbia Victoria, British Columbia -0.440300736461396947 +32084 aapg_ad_883.html aapg_ad_883.html:90:11030:11051 Black River Ontario, California 0.0240000074638330972 +32085 sedimentology_html_1930832872 sedimentology_html_1930832872:562:35954:35962 Columbia Peru, Indiana -0.469051848391689397 +32086 cspg_html_1118978429 cspg_html_1118978429:508:50343:50377 Kootenay Victoria, British Columbia -0.045989547021837239 +32087 geology_html_7097215995 geology_html_7097215995:268:22524:22528 Kamo Earth -0.467016268103292775 +32088 aapg_ae_794.html aapg_ae_794.html:708:81336:81356 Coon Creek Selma to Montgomery marches -0.482931300996293389 +32089 aapg_ad_2.html aapg_ad_2.html:1565:215452:215469 Warrior Pennsylvania -0.417917091668537632 +32090 gsa_html_2717448156 gsa_html_2717448156:1259:121016:121024 Columbia Victoria, British Columbia -0.471340610693628537 +32091 aapg_ae_805.html aapg_ae_805.html:323:38454:38466 Hermosa Hermosa, Chicago 0.000213672889406611738 +32092 cspg_html_3926542795 cspg_html_3926542795:1565:154882:154917 Keg River Canada -0.0408468169477428783 +32093 cspg_html_4343998218 cspg_html_4343998218:162:18002:18011 Red River Manitoba 0.476982291601317221 +32094 aapg_ah_116.html aapg_ah_116.html:356:30286:30301 Allegheny Pennsylvania -0.450582005503512739 +32095 geology_html_4760088414 geology_html_4760088414:235:21108:21141 Robertson Antarctica -0.480853789677316845 +32096 sedimentology_html_8302881326 sedimentology_html_8302881326:1861:93337:93341 Hall London, Ontario -0.501664952843956957 +32097 aapg_af_518.html aapg_af_518.html:255:25407:25422 Tireo Vail, Colorado -0.532042268558184261 +32098 aapg_ad_784.html aapg_ad_784.html:435:46268:46278 Chatsworth Simi Valley, California -0.481393647209346964 +32099 gsa_html_3860045860 gsa_html_3860045860:409:44258:44278 John Day Manchester, New Hampshire 0.0124216689309690972 +32100 sedimentology_html_6952142412 sedimentology_html_6952142412:1573:104438:104442 Hall London, Ontario -0.0180692565756011246 +32101 aapg_ac_333.html aapg_ac_333.html:1207:144346:144351 Ouray Colorado -0.448282824521055501 +32102 aapg_ah_847.html aapg_ah_847.html:379:46696:46713 Tinton Closter, New Jersey -0.502437738142499701 +32103 aapg_ad_683.html aapg_ad_683.html:493:50048:50064 Toroweap Supai, Arizona 0.0147517959743398014 +32104 aapg_ai_388.html aapg_ai_388.html:221:22594:22611 Bridger Colorado -0.052476148512779229 +32105 aapg_ac_581.html aapg_ac_581.html:8:1257:1276 Guanajibo West Coast of the United States -0.0607891032877243623 +32106 aapg_ai_105.html aapg_ai_105.html:81:11345:11365 Uinta Uinta Mountains -0.441406293921039528 +32107 cspg_html_9142742810 cspg_html_9142742810:529:57846:57865 Keg River Lacombe, Alberta -0.455432903203822237 +32108 cspg_html_4666332434 cspg_html_4666332434:151:26243:26260 Belly River Lethbridge -0.0128491051493607039 +32109 gsa_html_8951179545 gsa_html_8951179545:73:7867:7879 Wilcox Texas -0.476218391360906934 +32110 aapg_ai_699.html aapg_ai_699.html:646:71936:71941 Logan Shark Bay -0.00816497675122972166 +32111 AMJC_html_4670647492 AMJC_html_4670647492:880:62742:62760 Monterey California 0.0156362902137903333 +32112 aapg_ah_356.html aapg_ah_356.html:106:14495:14504 Cockfield Krotz Springs Bridge -0.434558307819543299 +32113 gsa_html_8237815743 gsa_html_8237815743:620:59486:59496 Wind River Cheyenne, Wyoming -0.489060307863409593 +32114 aapg_aa_95.html aapg_aa_95.html:86:7776:7782 Banner Cheyenne, Wyoming -0.422036189718657861 +32115 cspg_html_8558580101 cspg_html_8558580101:5:214:254 Mackenzie Lacombe, Alberta -0.0884909937672888475 +32116 geology_html_8881449794 geology_html_8881449794:215:20937:20951 Graneros Colorado -0.457736710679965686 +32117 aapg_ah_631.html aapg_ah_631.html:232:31250:31258 Michigan Illinois -0.473238647285217195 +32118 aapg_ah_90.html aapg_ah_90.html:151:22973:22987 Cedar Mountain Cedar Mountains -0.0598360234511614297 +32119 sedimentology_html_2993655624 sedimentology_html_2993655624:143:14259:14265 Oregon Yellowstone National Park -0.458641287983651336 +32120 aapg_ad_466.html aapg_ad_466.html:1946:184909:184922 Raritan Closter, New Jersey -0.470365549607814404 +32121 aapg_ah_283.html aapg_ah_283.html:266:27991:27998 Cowlitz Cowlitz River -0.454935799752899217 +32122 gsa_html_5627360957 gsa_html_5627360957:79:7969:7983 Troy Arizona -0.0271279018002479055 +32123 cspg_html_7028413504 cspg_html_7028413504:55:8576:8582 Exshaw Canada -0.00440204655713307986 +32124 gsa_html_5865982995 gsa_html_5865982995:538:58012:58017 Raton Denver -0.0410313671820840969 +32125 cspg_html_9843429624 cspg_html_9843429624:869:110347:110384 Beaverhill Middle East -0.45995556917210767 +32126 aapg_ad_376.html aapg_ad_376.html:108:11152:11162 Loyalhanna Kentucky -0.0257872942551229771 +32127 aapg_ac_983.html aapg_ac_983.html:431:67059:67074 Oread Shawnee, Oklahoma -0.476324834178458445 +32128 geology_html_4211514025 geology_html_4211514025:14:737:775 Shawangunk Closter, New Jersey -0.0355416373678999614 +32129 cspg_html_7467378242 cspg_html_7467378242:37:6725:6733 Columbia Victoria, British Columbia -0.4506269691264706 +32130 aapg_ad_2.html aapg_ad_2.html:672:96835:96842 Potsdam Adirondack Park -0.0298634270365841781 +32131 cspg_html_2650073471 cspg_html_2650073471:6:493:500 Eastend Milk River, Alberta -0.451812561628617604 +32132 aapg_ae_627.html aapg_ae_627.html:41:4733:4740 Paradox Uinta Mountains -0.44721379024503416 +32133 gsa_html_8279040833 gsa_html_8279040833:741:56348:56353 Stump Siena -0.0381938711768296663 +32134 aapg_ae_268.html aapg_ae_268.html:173:17772:17789 Cypress Bloomington, Indiana -0.0326639109248070408 +32135 cspg_html_3385840278 cspg_html_3385840278:97:14647:14655 Columbia Victoria, British Columbia -0.0125432965018171631 +32136 cspg_html_9439353033 cspg_html_9439353033:48:6011:6033 Willow Creek Lacombe, Alberta -0.470629904958731249 +32137 aapg_ad_2.html aapg_ad_2.html:1096:149955:149964 Lancaster Pennsylvania -0.435880527044409383 +32138 cspg_html_1462870252 cspg_html_1462870252:996:103744:103752 Edmonton Canada -0.482511668442046737 +32139 cspg_html_8387792223 cspg_html_8387792223:137:19835:19865 Hume Middle Ordovician -0.455658949817136283 +32140 aapg_ac_835.html aapg_ac_835.html:1331:184215:184241 Madison Denver -0.0196404059622709952 +32141 aapg_af_922.html aapg_af_922.html:54:7510:7520 Fort Payne Warren County, Ohio -0.471616768153364618 +32142 aapg_ad_67.html aapg_ad_67.html:355:39503:39515 Wilcox Houston -0.445106268068768518 +32143 aapg_ai_581.html aapg_ai_581.html:79:7814:7820 Dakota Nebraska -0.200974626858790972 +32144 aapg_ad_466.html aapg_ad_466.html:1256:134393:134407 Fredericksburg Virginia -0.506576234057938057 +32145 aapg_af_162.html aapg_af_162.html:256:23985:23991 Annona Austin, Chicago -0.00473211949273434716 +32146 aapg_ae_415.html aapg_ae_415.html:970:122215:122224 Catahoula Shreveport, Louisiana 0.359828026249392863 +32147 geology_html_1519650213 geology_html_1519650213:227:22587:22621 Seboomook Portland, Maine -0.0489498393385901787 +32148 geology_html_8631349740 geology_html_8631349740:263:22483:22487 Bell London, Ontario -0.479586916180102352 +32149 aapg_ac_382.html aapg_ac_382.html:290:26845:26863 Morrison New Mexico -0.434861059774681702 +32150 palaios_html_3232474978 palaios_html_3232474978:465:47079:47094 Liard Williston, Vermont -0.0162966409406991447 +32151 aapg_ae_985.html aapg_ae_985.html:57:5383:5395 Arroyo Guadalupe Mountains National Park -0.0686604263314506691 +32152 aapg_aa_320.html aapg_aa_320.html:366:33427:33447 Fredericksburg Texas -0.466759861116235797 +32153 aapg_ad_379.html aapg_ad_379.html:711:57326:57333 Entrada Boise, Idaho -0.422036189718657861 +32154 geology_html_9553937992 geology_html_9553937992:191:20369:20384 Isaac Victoria, British Columbia -0.448529529594894116 +32155 aapg_ah_105.html aapg_ah_105.html:23:3968:3978 San Andres Nashville Basin -0.399162851525774687 +32156 cspg_html_9771826320 cspg_html_9771826320:165:27215:27231 Kanguk Bylot Island Migratory Bird Sanctuary 1.08860123232706507 +32157 gsa_html_3942625742 gsa_html_3942625742:691:56304:56310 Spears Craighead Caverns -0.46927678392355654 +32158 cspg_html_5541937700 cspg_html_5541937700:732:98322:98326 Bell Logan, Utah -0.448484669177164286 +32159 sedimentology_html_8272623948 sedimentology_html_8272623948:387:31555:31560 Crete Crete -0.492239240738401806 +32160 palaios_html_2623118674 palaios_html_2623118674:1056:106072:106102 North Horn Logan, Utah 0.433644014653862819 +32161 aapg_af_150.html aapg_af_150.html:66:6698:6716 Bossier Terryville, New York 0.338975176266114953 +32162 palaios_html_7928599019 palaios_html_7928599019:255:27040:27058 Quinault Washington (state) -0.505378014283088595 +32163 aapg_ad_947.html aapg_ad_947.html:896:92106:92110 Bell Cheyenne, Wyoming -0.0418113941638034933 +32164 cspg_html_9185158332 cspg_html_9185158332:528:63986:64006 Mill Creek Canada -0.486513508857715604 +32165 aapg_ah_621.html aapg_ah_621.html:5:628:645 Hermosa Hermosa, Chicago -0.108119299201694719 +32166 aapg_aa_626.html aapg_aa_626.html:157:17429:17447 Patapsco Morgantown, Kentucky -0.0195726214963804213 +32167 aapg_ae_35.html aapg_ae_35.html:23:2106:2113 Wasatch Uinta Mountains -0.472678482936493838 +32168 geology_html_7584198421 geology_html_7584198421:363:24881:24907 Monterey California 0.0232489912472030949 +32169 aapg_ad_466.html aapg_ad_466.html:440:52308:52320 Mount Laurel Monmouth -0.514557529630542243 +32170 aapg_ah_49.html aapg_ah_49.html:201:22122:22129 Castaic San Gabriel Valley -0.491131969162477144 +32171 cspg_html_6255491344 cspg_html_6255491344:49:7732:7749 Fernie Kootenay River -0.45733345840955697 +32172 aapg_ae_959.html aapg_ae_959.html:3469:266509:266516 Rustler Salado, Texas -0.474203062673125064 +32173 geology_html_4457003230 geology_html_4457003230:306:25760:25770 Tuscaloosa Alabama 0.000753935409928500173 +32174 aapg_ah_329.html aapg_ah_329.html:7:666:683 Sisquoc Monterey, California -0.0272913568249384605 +32175 aapg_ah_745.html aapg_ah_745.html:138:12035:12041 Galena Maquoketa, Iowa -0.0393566203457145145 +32176 aapg_ad_717.html aapg_ad_717.html:220:24704:24710 Kaibab Kaibab, Arizona -0.0349709036948933905 +32177 aapg_af_653.html aapg_af_653.html:103:10834:10842 Vaqueros Monterey, California -0.467130759519596039 +32178 aapg_ae_392.html aapg_ae_392.html:80:6693:6703 Moorefield Batesville, Arkansas -0.0617737568382137961 +32179 gsa_html_7199417381 gsa_html_7199417381:15:641:649 Colorado Denver -0.0277017418114762735 +32180 gsa_html_4930932370 gsa_html_4930932370:887:93318:93335 Onaping Sudbury, Suffolk -0.0218304989680059187 +32181 aapg_ah_747.html aapg_ah_747.html:66:7917:7935 Niobrara Mancos, Colorado 0.00105967906158626235 +32182 aapg_ah_527.html aapg_ah_527.html:316:39761:39783 Lone Mountain Reno, Nevada -0.340019652684926454 +32183 aapg_aa_415.html aapg_aa_415.html:86:12977:12985 Woodbine Anderson County, South Carolina -0.0237635726163751594 +32184 aapg_ae_143.html aapg_ae_143.html:233:24986:24994 Columbia Victoria, British Columbia -0.0367528086008553287 +32185 aapg_ah_0.html aapg_ah_0.html:105:16286:16294 Colorado Denver -0.0263297817646035749 +32186 sedimentology_html_8748254640 sedimentology_html_8748254640:1128:83830:83846 Venado California -0.423164225946506323 +32187 gsa_html_6212532476 gsa_html_6212532476:555:37139:37146 El Paso Rainbow Basin -0.454258371760158153 +32188 geology_html_1719128861 geology_html_1719128861:326:24088:24120 Marjum Logan, Utah -0.0816262321215897313 +32189 gsa_html_2369908260 gsa_html_2369908260:1505:143329:143341 Owens Valley Miami -0.194878702739251841 +32190 cspg_html_9361096527 cspg_html_9361096527:33:7531:7552 Belly River Judith River Formation -0.457514673015389395 +32191 aapg_ac_213.html aapg_ac_213.html:422:36204:36226 Water Canyon Boise, Idaho -0.451956647802202349 +32192 aapg_ae_180.html aapg_ae_180.html:37:4188:4201 Nacatoch Corsicana, Texas -0.460980639153810601 +32193 geology_html_1152441760 geology_html_1152441760:259:24780:24805 Galena Cheyenne, Wyoming -0.489060307863409593 +32194 aapg_ad_466.html aapg_ad_466.html:209:26509:26517 Navesink Monmouth County, New Jersey -0.47076786107370483 +32195 cspg_html_3589404052 cspg_html_3589404052:992:107541:107557 Belloy Lacombe, Alberta -0.211119273148518 +32196 cspg_html_3008414459 cspg_html_3008414459:241:31769:31791 Mt Lytton Lacombe, Alberta -0.47601017133294582 +32197 gsa_html_9370941331 gsa_html_9370941331:426:39743:39755 Owens Valley Hunter Mountain (ski area) -0.0515643416421474945 +32198 aapg_ac_333.html aapg_ac_333.html:651:80112:80117 Supai Supai, Arizona -0.0551913399926183476 +32199 aapg_ai_572.html aapg_ai_572.html:99:10912:10915 Ada Arbuckle, California -0.0161993249316557293 +32200 gsa_html_4540913840 gsa_html_4540913840:67:5317:5345 Green River Colorado -0.00183793699051183952 +32201 aapg_af_653.html aapg_af_653.html:103:10888:10895 Temblor Monterey, California -0.458913519660435476 +32202 aapg_ac_200.html aapg_ac_200.html:510:47264:47271 Wasatch Uinta Mountains -0.0720684585345776896 +32203 palaios_html_3796939457 palaios_html_3796939457:475:42383:42401 Woodbine Texas -0.0316027812971720334 +32204 cspg_html_6306091047 cspg_html_6306091047:32:6568:6577 Williston Canada -0.472512577150688062 +32205 aapg_ai_28.html aapg_ai_28.html:8:1575:1581 Lissie Beaumont, Texas 0.578287688682904699 +32206 cspg_html_1498300615 cspg_html_1498300615:103:12922:12941 Waterways Lacombe, Alberta -0.0718550647759935851 +32207 aapg_af_568.html aapg_af_568.html:421:37593:37605 Beaver Creek Cheyenne, Wyoming -0.478284785297837578 +32208 cspg_html_7134658072 cspg_html_7134658072:103:14659:14680 Belly River Lacombe, Alberta -0.448217795173201261 +32209 gsa_html_8398449001 gsa_html_8398449001:925:74865:74874 Bear Lake Logan, Utah 0.0119525385350554136 +32210 cspg_html_5241714595 cspg_html_5241714595:73:12397:12406 Keg River Lacombe, Alberta -0.47503682505792677 +32211 cspg_html_7457399958 cspg_html_7457399958:8:1183:1213 Bay Fiord Melville Island (Canada) -0.419653547396107496 +32212 aapg_ak_85.html aapg_ak_85.html:425:52181:52200 Smackover Arkansas -0.429978093202176226 +32213 sedimentology_html_2375557633 sedimentology_html_2375557633:40:3207:3221 Arikaree Nebraska 0.0102845739324917348 +32214 gsa_html_9464738899 gsa_html_9464738899:841:76221:76233 Horton Creek Pine Brook, New Jersey -0.464419004431934179 +32215 cspg_html_2929384614 cspg_html_2929384614:585:60197:60205 Columbia Victoria, British Columbia -0.425756964796638493 +32216 gsa_html_9457387752 gsa_html_9457387752:813:70303:70309 Dayton Ohio -0.454068782805138071 +32217 aapg_ac_315.html aapg_ac_315.html:101:11491:11501 Phosphoria Cheyenne, Wyoming -0.422105971765849297 +32218 aapg_ah_645.html aapg_ah_645.html:447:53284:53292 Sundance Cheyenne, Wyoming 0.801402412527979946 +32219 cspg_html_6472484014 cspg_html_6472484014:445:47976:47987 Temiscouata New Brunswick, New Jersey -0.438060290900437188 +32220 cspg_html_7409170811 cspg_html_7409170811:186:26047:26053 Exshaw Lacombe, Alberta -0.198409916415023729 +32221 aapg_ai_480.html aapg_ai_480.html:11:1475:1481 Tulare Kern River Preserve -0.423596590602715206 +32222 geology_html_3911481921 geology_html_3911481921:204:21406:21448 Wood Canyon California 0.661803450796515147 +32223 aapg_ae_181.html aapg_ae_181.html:259:38416:38435 Blufftown Arcola, Virginia -0.0293555813701503708 +32224 aapg_ai_478.html aapg_ai_478.html:191:21502:21523 Slave Point Great Slave Lake 0.728813233169915642 +32225 aapg_ah_387.html aapg_ah_387.html:2740:294715:294731 Knoxville Middletown, Connecticut 1.10589848377071309 +32226 aapg_ad_719.html aapg_ad_719.html:201:23436:23445 Dog Creek Texas -0.00355776029227814188 +32227 aapg_aa_995.html aapg_aa_995.html:406:30998:31010 Medicine Bow Carbon County, Wyoming 0.0105973111472393959 +32228 geology_html_9810499598 geology_html_9810499598:248:19928:19934 Ludlow Gold Coast, Queensland -0.434673209477638822 +32229 jgeology_html_6016138758 jgeology_html_6016138758:80:4055:4088 Kulthieth Yakutat City and Borough, Alaska -0.246025611205234834 +32230 gsa_html_6765882493 gsa_html_6765882493:612:92412:92419 Madison Wisconsin -0.454089094007790295 +32231 jgeology_html_8406118991 jgeology_html_8406118991:83:3966:3976 Whitehorse Canada -0.0282234355137958928 +32232 aapg_ae_805.html aapg_ae_805.html:824:102362:102367 Molas Hermosa, Chicago -0.0461550436827942306 +32233 cspg_html_1962846283 cspg_html_1962846283:19:2611:2629 Kootenay Lacombe, Alberta -0.206079543461192449 +32234 aapg_ac_222.html aapg_ac_222.html:310:40130:40137 Gateway Colorado -0.4506269691264706 +32235 aapg_ad_127.html aapg_ad_127.html:130:9673:9689 Dutch Creek Wayne County, Michigan -0.492309966808552324 +32236 aapg_ae_692.html aapg_ae_692.html:792:71582:71591 Lodgepole Williston, Vermont -0.460173667521570073 +32237 sedimentology_html_9111518089 sedimentology_html_9111518089:885:89777:89786 Porcupine Svalbard -0.509863471384815359 +32238 aapg_ad_580.html aapg_ad_580.html:408:49451:49471 Fort Union Powder River (Montana) -0.486513508857715604 +32239 gsa_html_6666517511 gsa_html_6666517511:68:5950:5978 Green River Colorado -0.0511668783067136951 +32240 palaios_html_4875582819 palaios_html_4875582819:389:43776:43794 Judith River Canada -0.456661018199272462 +32241 palaios_html_4939666561 palaios_html_4939666561:55:7036:7054 Clays Ferry Netherlands -0.0167554219628843898 +32242 aapg_ac_380.html aapg_ac_380.html:439:51758:51766 Onondaga Onondaga (tribe) -0.412851508963564873 +32243 aapg_ae_69.html aapg_ae_69.html:416:44020:44027 Wasatch Uinta Mountains -0.256981306195731785 +32244 aapg_ah_78.html aapg_ah_78.html:3:192:209 Raritan Closter, New Jersey -0.0221155785118801462 +32245 aapg_ac_276.html aapg_ac_276.html:58:6497:6513 Dutch Creek Wayne County, Michigan -0.467905110852730732 +32246 cspg_html_9729377176 cspg_html_9729377176:49:6700:6708 Columbia Victoria, British Columbia -0.467905110852730732 +32247 aapg_af_981.html aapg_af_981.html:597:60064:60085 Almond Cheyenne, Wyoming -0.423469918170433446 +32248 aapg_ah_645.html aapg_ah_645.html:121:16306:16311 Piper Williston, Vermont -0.457532796484121151 +32249 sedimentology_html_8152145374 sedimentology_html_8152145374:75:9184:9204 Takiritini North Island (Houtman Abrolhos) -0.0103905567969635754 +32250 aapg_ac_392.html aapg_ac_392.html:65:6315:6321 Warsaw Monteagle, Tennessee 0.0116050390489145696 +32251 cspg_html_2253842195 cspg_html_2253842195:261:34479:34502 Sikanni Western world -0.00472517057507792094 +32252 cspg_html_2882304151 cspg_html_2882304151:187:36854:36861 Pelican Dissected Till Plains -0.466741549175746284 +32253 aapg_ae_66.html aapg_ae_66.html:346:34177:34185 Frontier Boise, Idaho -0.0415711108717550168 +32254 aapg_ah_542.html aapg_ah_542.html:348:20790:20803 Waverly Kentucky -0.490195451192383946 +32255 cspg_html_4433937749 cspg_html_4433937749:69:9890:9896 Dakota Cheyenne, Wyoming 0.0277069586489737639 +32256 aapg_ad_367.html aapg_ad_367.html:11:1420:1425 Banff Canada 0.0412820828681336183 +32257 cspg_html_3461479787 cspg_html_3461479787:6:351:368 Charles Regina, Saskatchewan -0.427711626546922574 +32258 geology_html_9479859164 geology_html_9479859164:356:26091:26106 Bouse Arizona -0.0557529959153640342 +32259 sedimentology_html_7928724930 sedimentology_html_7928724930:1568:106673:106678 Logan Shark Bay -0.455197874748240694 +32260 cspg_html_6675007047 cspg_html_6675007047:606:63298:63325 Athabasca Lacombe, Alberta -0.499412697488954616 +32261 aapg_ai_1.html aapg_ai_1.html:177:16533:16551 Madison Leadville, Colorado -0.474992922950619234 +32262 aapg_ae_995.html aapg_ae_995.html:16:1131:1144 Rockdale Rockdale, Texas -0.0715909582527316651 +32263 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3280:3286 Arroyo Las Ventanas -0.44844429668252761 +32264 aapg_ah_565.html aapg_ah_565.html:56:7031:7035 Hull Ontario, California -0.0380441859515352823 +32265 aapg_ah_686.html aapg_ah_686.html:3:190:208 Kekiktuk Anchorage, Alaska 0.00423353613359182031 +32266 aapg_ad_52.html aapg_ad_52.html:170:22387:22396 Coldwater Oceana County, Michigan -0.429938515402492283 +32267 aapg_ad_52.html aapg_ad_52.html:649:70579:70597 Michigan Michigan -0.440300736461396947 +32268 aapg_af_880.html aapg_af_880.html:568:87212:87234 Belle Plains Wichita, Kansas -0.0673984739998807758 +32269 aapg_ac_187.html aapg_ac_187.html:2026:200037:200056 Marcellus Union Springs, Alabama 0.0511442165700865814 +32270 cspg_html_4578604607 cspg_html_4578604607:34:4709:4727 Prairie Regina, Saskatchewan -0.458784199315796892 +32271 aapg_ai_54.html aapg_ai_54.html:10:1591:1600 Vicksburg New Orleans -0.0240556397080989269 +32272 sedimentology_html_3948129797 sedimentology_html_3948129797:344:23591:23644 Fisher Germany -0.47395378155658785 +32273 sedimentology_html_9514946495 sedimentology_html_9514946495:27:1727:1736 Sheffield Kearneysville, West Virginia -0.437483842668899725 +32274 sedimentology_html_2325898576 sedimentology_html_2325898576:1365:52255:52265 Washington Salem, Oregon -0.436832441054611387 +32275 gsa_html_1056136960 gsa_html_1056136960:62:4858:4886 Green River Colorado -0.439103236963543697 +32276 aapg_ai_899.html aapg_ai_899.html:105:11236:11260 Battle Cheyenne, Wyoming -0.0273313514332929886 +32277 aapg_ad_564.html aapg_ad_564.html:8181:733529:733538 Goose Egg Cheyenne, Wyoming -0.0574190523571501965 +32278 cspg_html_9222238695 cspg_html_9222238695:111:16875:16883 Columbia Lacombe, Alberta -0.475196277624828634 +32279 aapg_ah_189.html aapg_ah_189.html:339:35191:35199 Michigan Black River, Jamaica -0.0641173157526796905 +32280 aapg_ae_296.html aapg_ae_296.html:315:30281:30297 Whitehorse New Mexico -0.469093158774920749 +32281 aapg_ae_884.html aapg_ae_884.html:185:24525:24545 Hell Creek Black Hills -0.590248601594227207 +32282 aapg_ad_696.html aapg_ad_696.html:111:11381:11401 Cane River Charlotte, North Carolina -0.459919224612040101 +32283 aapg_ai_932.html aapg_ai_932.html:471:73380:73388 Monterey California -0.0328413551399559175 +32284 sedimentology_html_9260132433 sedimentology_html_9260132433:721:52929:52945 Eureka Quartzite California 0.319062662810856545 +32285 aapg_ac_458.html aapg_ac_458.html:63:8785:8803 Niobrara Western world -0.408297752048852269 +32286 gsa_html_4650354985 gsa_html_4650354985:161:13610:13627 Minturn Marblemount, Washington -0.482110877310477137 +32287 aapg_af_786.html aapg_af_786.html:107:12139:12155 Llajas Coalinga, California -0.0288373212008630718 +32288 palaios_html_5264377288 palaios_html_5264377288:482:40934:40945 Green River Florissant, Colorado -0.468255854243320946 +32289 cspg_html_4694482219 cspg_html_4694482219:291:25551:25563 Willow Creek Red Deer, Alberta 0.00179624453777558709 +32290 gsa_html_4630856880 gsa_html_4630856880:1585:160824:160852 Green River Colorado 0.0283451669595494206 +32291 cspg_html_5241714595 cspg_html_5241714595:252:39414:39430 Muskwa Lacombe, Alberta -0.217231640380537327 +32292 aapg_ac_884.html aapg_ac_884.html:27:3050:3054 Keel Clarita, Oklahoma -0.0868202998979281104 +32293 cspg_html_4796942391 cspg_html_4796942391:463:51066:51095 Dunvegan Canada -0.450784359288809666 +32294 aapg_ad_871.html aapg_ad_871.html:486:43493:43500 Genshaw Newtown Creek -0.0486622990277508355 +32295 gsa_html_5865982995 gsa_html_5865982995:1120:121218:121235 Bridger Milwaukee 0.845113923001706291 +32296 gsa_html_7099585177 gsa_html_7099585177:1123:93703:93731 Green River Colorado -0.428791476930725279 +32297 aapg_aa_525.html aapg_aa_525.html:30:3471:3492 Seminole Wewoka, Oklahoma -0.517087147517460988 +32298 aapg_ad_811.html aapg_ad_811.html:412:43042:43053 San Jacinto Guadalupe River (California) -0.467905110852730732 +32299 aapg_ac_807.html aapg_ac_807.html:326:33271:33279 Patuxent Patapsco River -0.045129017887602145 +32300 cspg_html_9060847110 cspg_html_9060847110:481:62000:62021 Rocky Brook Humber -0.47596853330555533 +32301 sedimentology_html_8829282630 sedimentology_html_8829282630:1756:93900:93908 Colorado Pueblo, Colorado -0.0565031060204084085 +32302 cspg_html_3521815736 cspg_html_3521815736:315:44612:44620 Columbia Victoria, British Columbia -0.0313801301050329814 +32303 aapg_ad_940.html aapg_ad_940.html:300:31144:31163 Newcastle Black Hills -0.403724158899927688 +32304 gsa_html_1024107776 gsa_html_1024107776:504:50194:50213 Claremont Bridgetown, Nova Scotia -0.445106268068768518 +32305 cspg_html_1915486237 cspg_html_1915486237:200:27566:27572 Fernie Pine River (Michigan) 0.347140257670603969 +32306 gsa_html_6980451554 gsa_html_6980451554:30:2716:2733 Moenave Morocco -0.0434656937810903587 +32307 aapg_aa_879.html aapg_aa_879.html:265:27045:27052 Yucatan North Atlantic Current -0.476130470160059438 +32308 geology_html_7982417311 geology_html_7982417311:32:3492:3509 Onaping Sudbury, Suffolk -0.478349729395822987 +32309 aapg_ai_572.html aapg_ai_572.html:165:19069:19076 Vamoosa Seminole, Texas -0.056330398834622937 +32310 aapg_ai_208.html aapg_ai_208.html:230:19697:19713 Peedee North Carolina -0.427562475278838394 +32311 cspg_html_8556552074 cspg_html_8556552074:93:8117:8125 Lotsberg Lacombe, Alberta -0.0241651662660577748 +32312 palaios_html_4880574501 palaios_html_4880574501:68:8997:9001 Kope Netherlands -0.471589148494391819 +32313 gsa_html_7153425423 gsa_html_7153425423:978:78687:78715 Green River Colorado -0.431641856483014286 +32314 aapg_af_684.html aapg_af_684.html:64:7602:7618 Umpqua Roseburg, Oregon -0.461601707643698789 +32315 aapg_ah_505.html aapg_ah_505.html:1881:149159:149167 Colorado Colorado -0.507392015805155694 +32316 palaios_html_8605685392 palaios_html_8605685392:90:12429:12440 Coffee Mississippi River -0.239521773043652658 +32317 palaios_html_3561205174 palaios_html_3561205174:1076:90549:90566 Potsdam Logan, Utah -0.45417711448712661 +32318 aapg_ah_96.html aapg_ah_96.html:247:28748:28762 Winnipeg Red River of the North -0.0206137481511775786 +32319 aapg_ae_642.html aapg_ae_642.html:90:8767:8773 Pearce Ouachita Parish, Louisiana -0.0285260271643415532 +32320 palaios_html_9127387632 palaios_html_9127387632:571:51475:51490 Frankfort Netherlands -0.462102516958969756 +32321 gsa_html_8349861296 gsa_html_8349861296:1413:113557:113585 Green River Colorado -0.0227413796680306819 +32322 cspg_html_4659384530 cspg_html_4659384530:119:14475:14485 Swan Hills Swan Hill, Victoria -0.0920592124206457418 +32323 cspg_html_8740534160 cspg_html_8740534160:166:21161:21170 Gog Rocky Mountains -0.427650208489599781 +32324 cspg_html_5376629375 cspg_html_5376629375:244:27265:27283 Arctomys Red Deer, Alberta -0.475325709854034217 +32325 gsa_html_9901339383 gsa_html_9901339383:456:41761:41780 Rock Springs Cheyenne, Wyoming -0.119785077304109908 +32326 aapg_ae_324.html aapg_ae_324.html:906:91027:91034 Wardell Virginia 0.722490132009945385 +32327 aapg_ad_766.html aapg_ad_766.html:564:56360:56366 Dakota Mesa, Arizona -0.417860638409213614 +32328 cspg_html_8250500468 cspg_html_8250500468:583:58945:58954 Mackenzie Lacombe, Alberta -0.471695028578207554 +32329 gsa_html_5202646019 gsa_html_5202646019:692:64112:64129 Beekmantown Ottawa, Kansas -0.446333949377836381 +32330 AMJC_html_4692260170 AMJC_html_4692260170:133:14378:14383 Fitch Littleton, Colorado -0.220257758493152017 +32331 aapg_ai_250.html aapg_ai_250.html:158:16798:16806 Colorado Colorado -0.488724520608411594 +32332 aapg_aa_598.html aapg_aa_598.html:97:10633:10650 Thaynes Cheyenne, Wyoming -0.406173524207266823 +32333 sedimentology_html_2898428289 sedimentology_html_2898428289:1624:84301:84339 Winnipegosis Regina, Saskatchewan -0.0424800423112160416 +32334 aapg_ad_337.html aapg_ad_337.html:193:21923:21949 Sespe Oxnard, California 0.909214142685883187 +32335 cspg_html_9343899465 cspg_html_9343899465:471:47027:47040 Weatherall Melville Island (Canada) 0.0110142983881543668 +32336 aapg_ah_143.html aapg_ah_143.html:71:6849:6861 Saskatchewan Manitoba -0.0478206511244486168 +32337 aapg_ad_356.html aapg_ad_356.html:386:36909:36922 Cotton Valley Alabama -0.449937021729037434 +32338 aapg_aa_287.html aapg_aa_287.html:256:30636:30644 Colorado Colorado -0.484413309843390927 +32339 aapg_ah_318.html aapg_ah_318.html:2903:238007:238019 Huayacocotla Veracruz, Veracruz -0.112499133998572892 +32340 aapg_af_502.html aapg_af_502.html:145:17212:17218 Wewoka Arkansas -0.4899838188757622 +32341 aapg_af_431.html aapg_af_431.html:91:9361:9367 Paluxy Tuscaloosa, Alabama 0.0334328557293608886 +32342 gsa_html_5915330070 gsa_html_5915330070:1181:90386:90414 Green River Iran -0.0249440441513266963 +32343 aapg_ak_87.html aapg_ak_87.html:495:61987:62001 Naco Arizona -0.0483573436723463285 +32344 sedimentology_html_3292898035 sedimentology_html_3292898035:74:6886:6895 Newcastle Beijing -0.0404707637071786003 +32345 aapg_af_788.html aapg_af_788.html:400:32997:33015 Michigan Isabella County, Michigan -0.472574788136010782 +32346 aapg_af_142.html aapg_af_142.html:261:33434:33443 Smackover Lafayette County, Florida -0.0279486743171803304 +32347 gsa_html_1520002998 gsa_html_1520002998:980:79430:79436 Denver Colorado -0.494552690963700137 +32348 aapg_ai_44.html aapg_ai_44.html:71:11917:11923 Sierra Lake Maracaibo -0.468696200218799319 +32349 aapg_ad_812.html aapg_ad_812.html:87:12457:12474 Entrada Kayenta, Arizona -0.390435050824751995 +32350 aapg_ac_134.html aapg_ac_134.html:400:77916:77939 Brushy Canyon Texas -0.0676658721418899739 +32351 cspg_html_9058948031 cspg_html_9058948031:285:39508:39522 Colorado Southern Alberta -0.0347847257870449039 +32352 gsa_html_1860930948 gsa_html_1860930948:369:44180:44194 Ogallala Colorado -0.460946527021081187 +32353 cspg_html_9587281669 cspg_html_9587281669:340:45179:45202 Blood Reserve Lacombe, Alberta -0.456337429672799166 +32354 palaios_html_2707987360 palaios_html_2707987360:711:59738:59746 Columbia Victoria, British Columbia -0.41966442363155293 +32355 aapg_ai_54.html aapg_ai_54.html:40:4591:4607 Ripley Selma to Montgomery marches -0.026734922025780393 +32356 aapg_aa_44.html aapg_aa_44.html:56:6978:6996 Moenkopi Lisbon -0.103071875386420042 +32357 cspg_html_4132771434 cspg_html_4132771434:734:85072:85080 Columbia Lacombe, Alberta -0.454032675125810359 +32358 aapg_ai_835.html aapg_ai_835.html:19:2325:2339 Ingleside Texas -0.0522861066432878455 +32359 aapg_ai_296.html aapg_ai_296.html:375:36692:36699 Plattin Black River, Jamaica -0.44951252529713398 +32360 sedimentology_html_6337108022 sedimentology_html_6337108022:195:12995:13005 Washington Salem, Oregon -0.478488911708928044 +32361 aapg_ac_92.html aapg_ac_92.html:4:714:733 Wapanucka Atoka, Oklahoma 0.0240765018505445759 +32362 cspg_html_8532932475 cspg_html_8532932475:303:31132:31158 Halfway Lacombe, Alberta -0.0492966446441219716 +32363 gsa_html_2229912315 gsa_html_2229912315:11:457:467 Washington Washington (state) -0.0422292934029165484 +32364 aapg_ai_794.html aapg_ai_794.html:42:5258:5265 Calvert Ohio -0.0523384112455297576 +32365 cspg_html_1665574291 cspg_html_1665574291:15:2689:2707 Paskapoo Edmonton, London -0.442916609041378917 +32366 cspg_html_7310162886 cspg_html_7310162886:492:70432:70439 Shublik Anchorage, Alaska -0.459083706416541504 +32367 aapg_ai_533.html aapg_ai_533.html:287:28617:28628 Viking Colorado -0.00846727342264548197 +32368 aapg_af_517.html aapg_af_517.html:646:89522:89535 Temblor California -0.470365549607814404 +32369 jgeology_html_1808184351 jgeology_html_1808184351:182:10380:10386 Oregon Washington (state) -0.471543117662309108 +32370 sedimentology_html_7939821723 sedimentology_html_7939821723:970:66306:66327 Golden Grove Barbados -0.00696275827002107526 +32371 aapg_ae_419.html aapg_ae_419.html:214:26669:26676 Metapan Guatemala -0.0217296792824245993 +32372 aapg_ac_458.html aapg_ac_458.html:57:8110:8139 Mesaverde Ardmore, Pennsylvania -0.0137248477945169315 +32373 cspg_html_3479659543 cspg_html_3479659543:309:33140:33157 Windsor Mahone Bay -0.0254291244488671214 +32374 aapg_ai_29.html aapg_ai_29.html:75:8365:8372 Reynosa Duval County, Texas -0.465558942626108085 +32375 aapg_ah_521.html aapg_ah_521.html:3:301:318 Carrizo Texas 0.0114208658344619116 +32376 aapg_ae_705.html aapg_ae_705.html:407:38239:38247 Vaqueros Monterey, California -0.451956647802202349 +32377 cspg_html_9435196958 cspg_html_9435196958:273:12260:12272 Souris River Canada -0.46887974264236626 +32378 aapg_ah_198.html aapg_ah_198.html:512:64286:64303 Sisquoc Santa Barbara, California -0.0550099454649160477 +32379 geology_html_6257330036 geology_html_6257330036:11:458:464 Oregon Salem, Oregon -0.0487616299273639503 +32380 gsa_html_1465687448 gsa_html_1465687448:603:71397:71414 Lay Dam Alabama 0.00968516832119581395 +32381 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3155:3172 Navajo Carmel, Indiana -0.467905110852730732 +32382 gsa_html_1662492421 gsa_html_1662492421:770:64701:64711 Washington Seattle -0.471349814541787038 +32383 cspg_html_9290046117 cspg_html_9290046117:858:97797:97813 Mount Ida Victoria, British Columbia -0.498269845185202676 +32384 aapg_ai_96.html aapg_ai_96.html:544:46896:46906 Rio Grande Texas -0.46878567237532498 +32385 aapg_af_808.html aapg_af_808.html:208:27588:27606 Scotland Mexico -0.480277073774662555 +32386 gsa_html_3655236765 gsa_html_3655236765:869:86381:86386 Rapid California -0.484114368303559472 +32387 aapg_aa_181.html aapg_aa_181.html:502:49223:49228 Rapid San Lucas, California -0.456717601557364239 +32388 geology_html_9136956675 geology_html_9136956675:359:24704:24707 Rye Netherlands -0.0315018919631344582 +32389 aapg_af_436.html aapg_af_436.html:196:22140:22160 Greenbrier Buchanan, North Dakota -0.0481395257140627003 +32390 aapg_ae_684.html aapg_ae_684.html:182:22583:22589 Denver Colorado -0.0187314184669610528 +32391 aapg_ai_468.html aapg_ai_468.html:37:5086:5099 Cotton Valley Shreveport, Louisiana -0.462166276497962936 +32392 gsa_html_6893315801 gsa_html_6893315801:59:4141:4149 Victoria Transantarctic Mountains -0.0361854896356224864 +32393 palaios_html_2994452429 palaios_html_2994452429:1463:129066:129098 Montney Lacombe, Alberta -0.480853789677316845 +32394 sedimentology_html_9235431825 sedimentology_html_9235431825:29:1699:1709 Washington Seattle -0.403734860465849998 +32395 cspg_html_8152691171 cspg_html_8152691171:272:41847:41867 Missisauga Canada -0.414224136377933094 +32396 aapg_af_130.html aapg_af_130.html:514:59465:59481 Exshaw Lacombe, Alberta -0.485423007658706274 +32397 aapg_ad_883.html aapg_ad_883.html:60:7770:7781 Mount Simon Michigan -0.446669666957771216 +32398 cspg_html_1503116552 cspg_html_1503116552:788:106643:106663 Swan Hills Swan Hill, Victoria -0.449440672427322663 +32399 gsa_html_2877093757 gsa_html_2877093757:983:97972:98000 Green River New Mexico -0.0200714512738383588 +32400 aapg_ae_873.html aapg_ae_873.html:116:14543:14560 Rodessa Delta County, Texas -0.0140376196944260508 +32401 sedimentology_html_9378527223 sedimentology_html_9378527223:1824:43758:43767 Greenhorn Carlisle, Pennsylvania -0.013471157649090371 +32402 aapg_aa_623.html aapg_aa_623.html:44:5330:5348 Victoria Lacombe, Alberta -0.411851888872899141 +32403 cspg_html_6014123208 cspg_html_6014123208:140:19276:19288 Saskatchewan Lacombe, Alberta -0.500973869275913808 +32404 aapg_ad_855.html aapg_ad_855.html:221:22135:22153 Woodbine Paluxy, Texas -0.436819151869522138 +32405 aapg_ac_405.html aapg_ac_405.html:176:18617:18623 Salina Nebraska -0.397991691033345307 +32406 aapg_ae_297.html aapg_ae_297.html:145:13472:13482 San Andres Western world -0.457152280296754032 +32407 AMJC_html_9558309107 AMJC_html_9558309107:672:80813:80826 Francis London, Ontario -0.0659568396857683342 +32408 sedimentology_html_6601404154 sedimentology_html_6601404154:193:18870:18877 Madison Gallatin, Tennessee -0.526255245394435356 +32409 gsa_html_4298040492 gsa_html_4298040492:862:97378:97386 Colorado Anchorage, Alaska -0.0615153573359755942 +32410 cspg_html_4450068317 cspg_html_4450068317:483:57997:58005 Columbia Piel Island -0.0259750760955488914 +32411 aapg_ah_290.html aapg_ah_290.html:291:32733:32751 John Day Salem, Oregon -0.235825607204423415 +32412 aapg_ah_329.html aapg_ah_329.html:75:7614:7634 Monterey Monterey, California -0.461089806729199636 +32413 cspg_html_4450068317 cspg_html_4450068317:473:56458:56466 Columbia Victoria, British Columbia -0.0222581200663617834 +32414 palaios_html_3406135825 palaios_html_3406135825:28:2547:2569 Potsdam Plattsburgh (town), New York -0.0198680940009536566 +32415 aapg_ae_995.html aapg_ae_995.html:16:1236:1256 Sabinetown Rockdale, Texas -0.443715087361728711 +32416 sedimentology_html_8941754323 sedimentology_html_8941754323:1100:44940:44957 Cardium Canada -0.00257103084166600531 +32417 geology_html_8847002020 geology_html_8847002020:14:673:683 Washington Washington (state) -0.423229723234377797 +32418 aapg_ac_198.html aapg_ac_198.html:71:7995:8015 Eagle Woods County, Oklahoma -0.44751173936929356 +32419 aapg_ae_70.html aapg_ae_70.html:143:16242:16260 Mesaverde Colorado 0.00619140699389484142 +32420 gsa_html_2768342942 gsa_html_2768342942:835:77919:77931 Devon Island Canadian Arctic Archipelago -0.448377013151321557 +32421 cspg_html_3328007773 cspg_html_3328007773:821:89585:89601 Viking Lacombe, Alberta -0.0294390614624063553 +32422 aapg_ae_28.html aapg_ae_28.html:946:68852:68859 Calvert Ohio -0.445998354490544591 +32423 aapg_ad_652.html aapg_ad_652.html:407:50659:50665 Oregon Salem, Oregon 0.0362516172421911975 +32424 aapg_ac_191.html aapg_ac_191.html:164:26919:26939 Lane Western world -0.0268166470016257402 +32425 aapg_ai_44.html aapg_ai_44.html:52:8549:8555 Sierra Sierra Nevada (Spain) -0.514395300369693942 +32426 aapg_aa_159.html aapg_aa_159.html:545:53307:53320 El Paso West Texas -0.458675312427173743 +32427 aapg_ae_268.html aapg_ae_268.html:164:16580:16586 Girkin Christian County, Kentucky -0.508857647049569151 +32428 aapg_aa_12.html aapg_aa_12.html:663:64143:64151 Colorado Las Animas County, Colorado -0.509651616772093696 +32429 aapg_ae_694.html aapg_ae_694.html:178:20023:20031 Woodbine East Texas -0.416285611772415298 +32430 gsa_html_4220229801 gsa_html_4220229801:737:60138:60158 Deer Butte Salem, Oregon -0.0592268959056857155 +32431 aapg_ae_937.html aapg_ae_937.html:63:5629:5648 Smackover Alabama 0.368121559774868046 +32432 sedimentology_html_5588427693 sedimentology_html_5588427693:458:29397:29406 Lodgepole Anchorage, Alaska -0.463636287457712182 +32433 aapg_af_663.html aapg_af_663.html:24:3098:3123 Blackjack Creek Worland, Wyoming 0.695547725650924042 +32434 geology_html_2391629888 geology_html_2391629888:75:7177:7196 Round Mountain Silt San Joaquin River -0.469896801722409774 +32435 cspg_html_8250755331 cspg_html_8250755331:656:69395:69415 Milk River Lacombe, Alberta -0.459819284677136619 +32436 aapg_ai_564.html aapg_ai_564.html:68:7474:7482 Pinnacle Malaspina Glacier -0.495106025033118957 +32437 cspg_html_2094634763 cspg_html_2094634763:237:29048:29065 Success Regina, Saskatchewan -0.0485106911577510083 +32438 aapg_ah_231.html aapg_ah_231.html:65:5935:5948 Cotton Valley Tuscaloosa, Alabama -0.452977161832460395 +32439 cspg_html_9729377176 cspg_html_9729377176:29:3593:3601 Columbia Victoria, British Columbia 0.000846005918276088674 +32440 cspg_html_4382149016 cspg_html_4382149016:290:43195:43208 Potsdam Black River, Jamaica -0.0386655685593017273 +32441 geology_html_3420787727 geology_html_3420787727:211:21885:21912 Columbia Boise, Idaho -0.456355529459316345 +32442 aapg_af_854.html aapg_af_854.html:1166:165265:165286 Waltersburg Palestinian territories -0.0142044328576254025 +32443 cspg_html_4395843019 cspg_html_4395843019:526:68820:68854 Baumann Fiord Ellesmere Island 0.33062056150682001 +32444 aapg_af_773.html aapg_af_773.html:417:42306:42312 Denver Colorado -0.0297521166629775777 +32445 aapg_ae_518.html aapg_ae_518.html:23:2148:2158 Washington Salem, Oregon -0.0189695239556965725 +32446 sedimentology_html_8752954975 sedimentology_html_8752954975:1333:96174:96178 Hall London, Ontario -0.0210726272729466063 +32447 aapg_ai_835.html aapg_ai_835.html:87:9845:9854 Ingleside Aransas Pass, Texas -0.481794104698776371 +32448 aapg_ae_876.html aapg_ae_876.html:899:99099:99128 Cedar Mountain Buckhorn, Pennsylvania -0.464419004431934179 +32449 aapg_af_786.html aapg_af_786.html:160:18635:18651 Llajas Vacaville, California -0.468198533701609299 +32450 cspg_html_4103411715 cspg_html_4103411715:496:50832:50848 Viking Canada -0.45995556917210767 +32451 aapg_aa_696.html aapg_aa_696.html:770:80579:80587 Colorado Colorado -0.0954511847555339493 +32452 gsa_html_6982030333 gsa_html_6982030333:1055:100430:100436 Oregon Washington (state) -0.0378335861423178335 +32453 aapg_ah_340.html aapg_ah_340.html:199:23013:23021 Kiamichi Texas -0.451767539383647998 +32454 cspg_html_3589404052 cspg_html_3589404052:713:78763:78786 Rundle Lacombe, Alberta -0.467889067103673728 +32455 aapg_aa_954.html aapg_aa_954.html:222:19808:19814 Menard Salem, Massachusetts -0.0585689638564125953 +32456 aapg_ae_465.html aapg_ae_465.html:193:20451:20464 Cotton Valley Lewisville, Texas -0.437960495533138761 +32457 aapg_aa_95.html aapg_aa_95.html:195:18028:18036 Colorado Denver -0.0545878728728429602 +32458 gsa_html_3447557340 gsa_html_3447557340:130:13005:13017 Rhode Island Stonington, Connecticut -0.030413036449144077 +32459 aapg_ae_371.html aapg_ae_371.html:223:21579:21587 Kootenay Canada -0.457532796484121151 +32460 aapg_ac_944.html aapg_ac_944.html:114:12992:12999 Tererro Sangre de Cristo Range -0.0655637299615308144 +32461 cspg_html_2986717500 cspg_html_2986717500:44:6532:6553 Protection French Creek (Allegheny River) -0.460944252925189812 +32462 aapg_ac_334.html aapg_ac_334.html:311:30871:30892 Green River Wasatch Range -0.428809045611172668 +32463 AMJC_html_3632105729 AMJC_html_3632105729:793:90555:90578 Martin Salem, Oregon -0.00535057569466792279 +32464 sedimentology_html_9980494445 sedimentology_html_9980494445:1550:93772:93776 Hall London, Ontario -0.458675312427173743 +32465 geology_html_1087495553 geology_html_1087495553:35:3590:3606 Exshaw Canada -0.440254051746647612 +32466 aapg_ae_173.html aapg_ae_173.html:455:29711:29727 Laurentian Canada -0.487560856421757394 +32467 aapg_ah_157.html aapg_ah_157.html:164:22406:22423 Arcadia Illinois -0.0389492941804812226 +32468 aapg_ac_743.html aapg_ac_743.html:51:6652:6666 Lyre Olympic National Park -0.0289590583087490083 +32469 AMJC_html_6430804426 AMJC_html_6430804426:159:13269:13273 Omoa Honduras -0.507456832997254637 +32470 aapg_ai_696.html aapg_ai_696.html:531:61315:61323 Arcturus Reno, Nevada 0.386637479515912763 +32471 gsa_html_6062330506 gsa_html_6062330506:666:68748:68789 Sandia New Mexico 0.0122722414388244504 +32472 cspg_html_8152691171 cspg_html_8152691171:37:6158:6168 Missisauga Logan, Utah -0.462302919433881576 +32473 cspg_html_8568877195 cspg_html_8568877195:59:10154:10162 Foremost Judith River Formation -0.471432653520514666 +32474 aapg_ae_391.html aapg_ae_391.html:545:50477:50487 Rio Grande New Mexico -0.0185906420956017636 +32475 aapg_ae_959.html aapg_ae_959.html:2033:145384:145407 Cherry Canyon Delaware -0.392992203411086871 +32476 aapg_af_854.html aapg_af_854.html:968:136534:136555 Paint Creek Bethel, Alaska -0.449811224417208722 +32477 aapg_ad_880.html aapg_ad_880.html:258:26609:26618 Spearfish Spearfish, South Dakota 0.0327439344482872083 +32478 aapg_ae_576.html aapg_ae_576.html:355:31674:31684 Wulff Land Western world -0.441392939290133568 +32479 aapg_ad_695.html aapg_ad_695.html:362:23266:23272 Weches Shreveport, Louisiana -0.00871745152629535731 +32480 aapg_ah_774.html aapg_ah_774.html:3:194:211 Bluff Wisconsin -0.463834753943271672 +32481 aapg_ak_117.html aapg_ak_117.html:634:58837:58860 Turner Valley Lacombe, Alberta -0.461089806729199636 +32482 aapg_ae_682.html aapg_ae_682.html:813:95686:95692 Denver Colorado -0.4804630690816033 +32483 aapg_ai_158.html aapg_ai_158.html:443:47465:47483 Ramparts Mackenzie River -0.0315018919631344582 +32484 aapg_ac_920.html aapg_ac_920.html:109:17543:17558 Loray Kaibab, Arizona -0.456344217050148659 +32485 aapg_ae_916.html aapg_ae_916.html:356:41198:41216 Kootenai Colorado -0.447572237112974447 +32486 gsa_html_5627360957 gsa_html_5627360957:439:41216:41239 Caddy Canyon Quartzite Logan, Utah -0.213081897232232254 +32487 aapg_ad_244.html aapg_ad_244.html:69:7252:7264 Little Falls Mohawk River (Oregon) -0.0136501305925687388 +32488 cspg_html_1909350054 cspg_html_1909350054:15:1631:1639 Columbia Lacombe, Alberta -0.0208414480796128843 +32489 geology_html_2759081324 geology_html_2759081324:12:575:583 Virginia Reston, Virginia -0.0447893597917523589 +32490 cspg_html_8128756616 cspg_html_8128756616:88:14480:14500 Clearwater CFB Cold Lake -0.494708722782586374 +32491 aapg_ac_683.html aapg_ac_683.html:108:8104:8116 Wilcox Murray, Kentucky -0.000778255919836127563 +32492 aapg_ak_96.html aapg_ak_96.html:75:7644:7682 Martinsburg Middle East -0.0398475235984446785 +32493 cspg_html_5660413005 cspg_html_5660413005:139:16563:16576 Graminia Western world -0.0373010146688876193 +32494 cspg_html_7881580279 cspg_html_7881580279:43:7020:7036 Herald Regina, Saskatchewan -0.0398266335823246886 +32495 aapg_ai_468.html aapg_ai_468.html:252:30569:30587 Bossier Bossier City, Louisiana -0.0156814715209821626 +32496 cspg_html_1841843683 cspg_html_1841843683:110:19898:19906 Sundance Cheyenne, Wyoming -0.454348666178895855 +32497 cspg_html_1462870252 cspg_html_1462870252:847:94631:94670 Sulphur Point Lacombe, Alberta -0.0417243342632335201 +32498 sedimentology_html_5557101170 sedimentology_html_5557101170:88:7692:7704 Devon Island Canada -0.467980749597819323 +32499 aapg_ae_777.html aapg_ae_777.html:610:68852:68872 Rancheria Las Cruces, New Mexico -0.454041701910604445 +32500 aapg_aa_399.html aapg_aa_399.html:399:32272:32280 Edmonton Edmonton, London -0.048386967383413422 +32501 aapg_ai_934.html aapg_ai_934.html:39:6172:6176 Kent Iran -0.455387700672750584 +32502 gsa_html_4837287019 gsa_html_4837287019:209:25055:25082 Crescent Seattle -0.448287309474040385 +32503 cspg_html_7297340324 cspg_html_7297340324:124:20750:20765 Gates Victoria, British Columbia -0.0331440604270269723 +32504 jgeology_html_4305195651 jgeology_html_4305195651:3785:249582:249617 Mauch Chunk Pennsylvania -0.0295851529329683692 +32505 aapg_ae_419.html aapg_ae_419.html:395:49069:49075 Sierra Matamoros, Tamaulipas -0.0514074456528080606 +32506 aapg_af_890.html aapg_af_890.html:52:5492:5502 San Andres Texas -0.460041893415422398 +32507 cspg_html_6953218740 cspg_html_6953218740:14:1930:1942 Fernie Victoria, British Columbia -0.00855587800487816325 +32508 sedimentology_html_5992802876 sedimentology_html_5992802876:1499:92549:92556 Monster Netherlands -0.44951252529713398 +32509 aapg_ae_71.html aapg_ae_71.html:192:17764:17768 Naco Hermosa, Chicago 0.0077862400260468867 +32510 cspg_html_6611173979 cspg_html_6611173979:133:18182:18190 Columbia Victoria, British Columbia -0.449431691216236939 +32511 aapg_ah_96.html aapg_ah_96.html:281:31807:31825 Whitewood Red River of the North -0.0383278935926523318 +32512 aapg_aa_410.html aapg_aa_410.html:56:8320:8323 Arc Papua New Guinea 0.00269610880251506917 +32513 geology_html_1497797469 geology_html_1497797469:30:2152:2160 Colorado Denver -0.489899180704299886 +32514 aapg_ah_160.html aapg_ah_160.html:42:6711:6719 Michigan Newberry, South Carolina -0.0147465829377091441 +32515 aapg_ae_959.html aapg_ae_959.html:1505:107724:107734 San Andres Guadalupe Mountains National Park -0.440467486742992853 +32516 aapg_ac_719.html aapg_ac_719.html:128:13861:13884 Poison Canyon Trinidad and Tobago -0.455211432419709627 +32517 cspg_html_7839431712 cspg_html_7839431712:23:3170:3187 Belly River Lacombe, Alberta -0.00138974352800571069 +32518 aapg_ac_187.html aapg_ac_187.html:4953:471409:471446 Beaverhill Middle East -0.0213125005692229447 +32519 aapg_ac_719.html aapg_ac_719.html:118:12555:12578 Poison Canyon Mesa, Arizona -0.0406396375841217364 +32520 geology_html_8609712216 geology_html_8609712216:487:28594:28608 Ogallala Texas 0.00480334593379653455 +32521 aapg_af_770.html aapg_af_770.html:667:62499:62505 Denver Colorado -0.465595518002078101 +32522 gsa_html_6991576096 gsa_html_6991576096:347:34457:34475 Wishart Canada -0.515594621108310891 +32523 geology_html_7870463473 geology_html_7870463473:20:1225:1231 Denver Colorado -0.482989599489924148 +32524 aapg_af_854.html aapg_af_854.html:537:72841:72857 Warsaw Missouri River -0.46873061151187112 +32525 cspg_html_9052264748 cspg_html_9052264748:400:44587:44600 Turner Valley Lacombe, Alberta -0.456608964648804683 +32526 aapg_ac_841.html aapg_ac_841.html:291:37538:37545 Metapan Honduras -0.155111224376312695 +32527 aapg_ad_564.html aapg_ad_564.html:7493:637862:637869 Windsor Canada -0.45295011354581094 +32528 palaios_html_9408587909 palaios_html_9408587909:64:6708:6725 Montney Victoria, British Columbia -0.463253167093327645 +32529 aapg_ah_327.html aapg_ah_327.html:188:14380:14395 Otter Illinois -0.0198680940009536566 +32530 cspg_html_8568877195 cspg_html_8568877195:185:31097:31108 Belly River Regina, Saskatchewan -0.476593313058899071 +32531 aapg_aa_146.html aapg_aa_146.html:161:22141:22153 Pierre Carter County, Missouri -0.457840951353905012 +32532 cspg_html_2165379999 cspg_html_2165379999:427:40940:40957 Wabamun Canada -0.43451411861660022 +32533 gsa_html_4298040492 gsa_html_4298040492:1036:112455:112483 Green River Colorado -0.447153316157111791 +32534 aapg_af_971.html aapg_af_971.html:13:557:563 Denver Seattle -0.0493785557228638358 +32535 cspg_html_8316122266 cspg_html_8316122266:6:472:493 Shaftesbury Victoria, British Columbia -0.0164252377233713442 +32536 aapg_ac_246.html aapg_ac_246.html:94:10437:10456 Newcastle Black Hills -0.0104235679161521783 +32537 aapg_ah_313.html aapg_ah_313.html:104:8661:8680 Red River Black Hills -0.383789465839602828 +32538 gsa_html_2743423721 gsa_html_2743423721:876:80646:80652 Oregon Dubuque, Iowa -0.485495508601457515 +32539 aapg_aa_415.html aapg_aa_415.html:6:794:812 Rio Grande Texas -0.0757867734611133992 +32540 aapg_ad_376.html aapg_ad_376.html:94:8516:8525 New River Virginia -0.433588832161453941 +32541 gsa_html_3407914201 gsa_html_3407914201:768:87816:87824 Temporal Spain -0.0710855196398188366 +32542 cspg_html_4530154552 cspg_html_4530154552:385:57157:57165 Colorado Denver -0.00590649599379846572 +32543 gsa_html_6899297394 gsa_html_6899297394:30:2675:2703 Green River Colorado -0.0224076161552878329 +32544 aapg_ah_519.html aapg_ah_519.html:37:3929:3946 Wingate Chinle Formation -0.0704612205675866493 +32545 jgeology_html_6175642561 jgeology_html_6175642561:1237:73555:73580 Taylor Antarctica -0.0422292934029165484 +32546 jgeology_html_4599466962 jgeology_html_4599466962:228:16923:16932 Schoharie Onondaga (tribe) -0.416220582820664042 +32547 aapg_ae_454.html aapg_ae_454.html:173:13962:13981 Cotton Valley Arkansas -0.00112569192733688248 +32548 palaios_html_4782349341 palaios_html_4782349341:489:48828:48845 Minturn Colorado -0.0475645152925121273 +32549 aapg_aa_869.html aapg_aa_869.html:301:45365:45382 Tamabra Veracruz, Veracruz -0.47596853330555533 +32550 palaios_html_7765531315 palaios_html_7765531315:382:37804:37819 Notch Peak Dolomite California 0.0154590412849191748 +32551 cspg_html_7602315496 cspg_html_7602315496:37:5948:5961 Pakowki Western world -0.0620181988461695199 +32552 palaios_html_5582845937 palaios_html_5582845937:262:26006:26032 Altamaha Chesapeake Bay -0.447314589257592876 +32553 AMJC_html_3101604482 AMJC_html_3101604482:13:635:641 Reston Virginia 0.000564582905986352451 +32554 aapg_af_308.html aapg_af_308.html:375:43491:43500 Tuscarora Jackson County, Missouri -0.434558307819543299 +32555 palaios_html_8113714689 palaios_html_8113714689:310:35491:35499 Munising Michigan -0.473010388882843136 +32556 cspg_html_6611173979 cspg_html_6611173979:380:35742:35750 Columbia Victoria, British Columbia -0.470216166533545032 +32557 aapg_ae_961.html aapg_ae_961.html:89:7243:7254 Grand Forks Lisbon -0.0500861646985385212 +32558 jgeology_html_8064855537 jgeology_html_8064855537:191:11354:11381 Dakota Logan, Utah -0.00547218286972656846 +32559 aapg_ac_71.html aapg_ac_71.html:553:65615:65622 Sunrise California -0.468088488699643923 +32560 aapg_ai_29.html aapg_ai_29.html:50:6043:6060 Reynosa Brazos River -0.472678482936493838 +32561 aapg_af_562.html aapg_af_562.html:207:21437:21457 Tuscaloosa Tuscaloosa, Alabama -0.00456360840821551893 +32562 cspg_html_4409656292 cspg_html_4409656292:590:69170:69190 Colorado Canada -0.450649451770273157 +32563 aapg_ae_391.html aapg_ae_391.html:557:51205:51212 Rustler Delaware -0.0956182211874366389 +32564 cspg_html_1260733368 cspg_html_1260733368:287:37937:37959 Medicine Hat Lacombe, Alberta -0.512052619659571384 +32565 aapg_af_541.html aapg_af_541.html:269:31269:31286 Mohawk Middle East -0.485252303872338198 +32566 aapg_aa_98.html aapg_aa_98.html:17:1910:1922 Saskatchewan Lacombe, Alberta -0.469230874046953295 +32567 gsa_html_4366904220 gsa_html_4366904220:39:3272:3291 South Rim Texas -0.459837454744856933 +32568 aapg_ad_81.html aapg_ad_81.html:1142:185831:185860 Swan Hills Lacombe, Alberta 0.0206485113150292575 +32569 cspg_html_9912281240 cspg_html_9912281240:618:71134:71141 Wapiabi Lacombe, Alberta -0.507716152641192187 +32570 aapg_ac_944.html aapg_ac_944.html:114:12873:12897 Arroyo Sandia Mountain Wilderness 0.0423163581968906202 +32571 gsa_html_9457387752 gsa_html_9457387752:890:74840:74874 Mount Rogers Blue Ridge Mountains -0.466810220907495799 +32572 aapg_ai_357.html aapg_ai_357.html:224:25739:25751 Carrizo Carrizo Springs, Texas -0.456344217050148659 +32573 aapg_ad_744.html aapg_ad_744.html:154:16770:16778 Ogallala Ogallala, Nebraska -0.482597909534674852 +32574 aapg_ae_984.html aapg_ae_984.html:276:23509:23515 Salado Delaware 0.00884254111791155963 +32575 aapg_ah_921.html aapg_ah_921.html:41:7185:7203 Hibernia Ben Nevis -0.0129255578059820249 +32576 cspg_html_6249234253 cspg_html_6249234253:96:11960:11983 Ireton Middle East -0.466741549175746284 +32577 aapg_aa_422.html aapg_aa_422.html:6:801:809 Monterey Ventura County, California 0.924795655643706582 +32578 cspg_html_9332855346 cspg_html_9332855346:28:3052:3067 Elk Lacombe, Alberta -0.492239240738401806 +32579 aapg_ac_316.html aapg_ac_316.html:49:6702:6714 Seven Rivers Rush Springs, Oklahoma -0.00515253017068293719 +32580 aapg_ai_18.html aapg_ai_18.html:24:2161:2174 Woodbine Texas -0.424433485516413689 +32581 jgeology_html_2563614336 jgeology_html_2563614336:878:60118:60128 San Felipe Lake Elsinore, California -0.451751782124743317 +32582 aapg_ac_844.html aapg_ac_844.html:452:52807:52812 Queen Canadian Arctic Archipelago 0.00296016264892234697 +32583 cspg_html_2094634763 cspg_html_2094634763:15:1824:1842 Success Regina, Saskatchewan -0.4597920302667165 +32584 aapg_ae_875.html aapg_ae_875.html:317:37347:37367 Cariblanco San Juan, Argentina -0.0490927421425235155 +32585 cspg_html_3860685167 cspg_html_3860685167:852:78912:78932 Mount Head Carnarvon, Western Australia -0.440814423285003532 +32586 aapg_aa_146.html aapg_aa_146.html:134:17462:17475 Bearpaw Carter County, Missouri 0.03647262571595241 +32587 aapg_ad_169.html aapg_ad_169.html:90:12256:12284 Greenbrier Kentucky -0.0949342954507355619 +32588 sedimentology_html_9079273526 sedimentology_html_9079273526:21:1509:1527 Willwood Cheyenne, Wyoming -0.0736516932096610705 +32589 cspg_html_9970905394 cspg_html_9970905394:19:2222:2230 Read Bay Little Cornwallis Island 0.904636042927954631 +32590 aapg_af_854.html aapg_af_854.html:1166:165130:165146 Menard Kentucky -0.0767180930594499044 +32591 aapg_ai_912.html aapg_ai_912.html:95:14911:14930 Smackover Alabama -0.441392939290133568 +32592 cspg_html_4516258038 cspg_html_4516258038:485:54545:54558 Eleanor River Bathurst Island (Northern Territory) 0.287345255825938173 +32593 aapg_ai_321.html aapg_ai_321.html:75:9975:9982 Metapan Honduras -0.0221155785118801462 +32594 aapg_ah_881.html aapg_ah_881.html:224:24967:24977 Washington Salem, Oregon -0.0192371787858654775 +32595 aapg_af_11.html aapg_af_11.html:535:54079:54084 Ouray Telluride, Colorado 0.876263504335360377 +32596 cspg_html_5675079479 cspg_html_5675079479:97:11507:11514 Pelican Clearwater, Florida -0.0360984802655648293 +32597 aapg_ac_148.html aapg_ac_148.html:47:9252:9270 Anacacho Balcones Fault 0.575973456920102711 +32598 aapg_ad_811.html aapg_ad_811.html:45:4412:4419 Prairie Beaumont, Texas -0.044824195887925869 +32599 cspg_html_9689514766 cspg_html_9689514766:47:6524:6532 Michigan Ontario, California 0.00222359260486516743 +32600 cspg_html_3529479452 cspg_html_3529479452:483:52867:52886 Lodgepole Williston Basin 0.117788661760125646 +32601 cspg_html_2749851978 cspg_html_2749851978:270:38679:38696 Cardium Victoria, British Columbia -0.0106233727047021498 +32602 aapg_ad_660.html aapg_ad_660.html:167:24504:24512 Carlsbad Delaware -0.478349729395822987 +32603 cspg_html_4348111624 cspg_html_4348111624:40:8172:8191 Keg River Lacombe, Alberta -0.0345376534934891677 +32604 aapg_ac_702.html aapg_ac_702.html:306:31720:31735 Oread Topeka, Kansas -0.0103905567969635754 +32605 gsa_html_4719798013 gsa_html_4719798013:410:42880:42905 Blackwater Draw Pecos River -0.513125214059079737 +32606 aapg_ah_150.html aapg_ah_150.html:339:41055:41071 Osgood Bloomington, Indiana 0.682361628740372095 +32607 aapg_ae_93.html aapg_ae_93.html:714:71953:71958 Banff Lacombe, Alberta -0.439502972586644391 +32608 aapg_ai_980.html aapg_ai_980.html:918:80618:80625 Swift Cut Bank, Montana -0.0425061623953187154 +32609 aapg_ae_822.html aapg_ae_822.html:214:18307:18324 Grimsby Onondaga (tribe) -0.0257194847392249668 +32610 sedimentology_html_1568456861 sedimentology_html_1568456861:1120:85739:85759 Toro Chile -0.465888175365361257 +32611 aapg_ai_873.html aapg_ai_873.html:164:16681:16690 Maquoketa Kentucky -0.0132556965923408803 +32612 aapg_af_854.html aapg_af_854.html:1282:183058:183064 Bethel Hardinsburg, Indiana -0.43347626990885002 +32613 aapg_ae_789.html aapg_ae_789.html:285:32693:32706 Wabamun Calgary -0.438271005074949593 +32614 geology_html_8854273948 geology_html_8854273948:192:19650:19654 Bond North Atlantic Current -0.441419648744354465 +32615 aapg_ae_958.html aapg_ae_958.html:1466:128063:128076 Brushy Canyon Delaware -0.0791207347329534461 +32616 sedimentology_html_7963472691 sedimentology_html_7963472691:456:45128:45138 Pittsburgh Linesville, Pennsylvania -0.424214904641607937 +32617 cspg_html_4693916254 cspg_html_4693916254:307:38684:38700 Winnipeg Winnipeg -0.223943894813580568 +32618 AMJC_html_5421639085 AMJC_html_5421639085:16:1182:1190 Columbia Maryland -0.00823968206365449651 +32619 cspg_html_5241714595 cspg_html_5241714595:336:52365:52383 Duvernay Clive, Iowa -0.480807266046245518 +32620 aapg_ah_414.html aapg_ah_414.html:39:2744:2751 Madison Colorado -0.488452230972983181 +32621 cspg_html_9717154602 cspg_html_9717154602:991:84681:84699 Niobrara Colorado -0.53916160929176804 +32622 geology_html_8596179481 geology_html_8596179481:289:22694:22708 Ladd Long Beach, California -0.456391730122837791 +32623 palaios_html_9451646650 palaios_html_9451646650:145:14552:14567 Conemaugh Mahoning County, Ohio -0.0728713868027355133 +32624 geology_html_2239244553 geology_html_2239244553:183:15677:15687 Washington Salem, Oregon -0.472501057082917231 +32625 aapg_aa_787.html aapg_aa_787.html:428:51355:51367 Green Valley Paradise Valley, Arizona -0.51153614920294399 +32626 aapg_ah_645.html aapg_ah_645.html:34:5570:5578 Morrison Denver 1.0155121661782478 +32627 geology_html_8979691507 geology_html_8979691507:279:26699:26705 Moscow Atlantic salmon -0.462097962880594848 +32628 gsa_html_3069013284 gsa_html_3069013284:525:56757:56788 Chinle Arizona -0.45995556917210767 +32629 aapg_ad_351.html aapg_ad_351.html:689:59784:59806 Reeds Spring Burlington, Ontario -0.00716428423732448638 +32630 aapg_ai_918.html aapg_ai_918.html:11:1782:1785 Bug Western world -0.0306269732531419848 +32631 aapg_ae_324.html aapg_ae_324.html:1105:109979:109997 Moccasin Virginia 0.340643154918156721 +32632 cspg_html_2650073471 cspg_html_2650073471:6:466:474 Foremost Lacombe, Alberta -0.465579516089382972 +32633 cspg_html_2650524233 cspg_html_2650524233:7:475:493 Edmonton Lacombe, Alberta -0.460964719996515115 +32634 aapg_ah_467.html aapg_ah_467.html:185:15558:15564 Fernie Kootenay River -0.376416423637719433 +32635 AMJC_html_6341723617 AMJC_html_6341723617:1082:90650:90678 Green River Cheyenne, Wyoming -0.463526807661379381 +32636 aapg_aa_399.html aapg_aa_399.html:304:24420:24432 Grand Rapids Clearwater, Florida -0.52379238142074902 +32637 aapg_aa_717.html aapg_aa_717.html:3:217:236 Gatesburg Pennsylvania -0.0435562539048757053 +32638 sedimentology_html_7486236177 sedimentology_html_7486236177:37:3694:3715 Snowy Range Cheyenne, Wyoming -0.228352044027965356 +32639 aapg_ah_678.html aapg_ah_678.html:611:77050:77079 Vicksburg Texas 0.59833464726970087 +32640 aapg_ae_658.html aapg_ae_658.html:94:12009:12018 Newcastle Colorado -0.0383818511837466098 +32641 aapg_ae_789.html aapg_ae_789.html:455:53685:53705 Big Valley Calgary -0.0366936389096963397 +32642 cspg_html_3328007773 cspg_html_3328007773:1047:105018:105041 Viking Lacombe, Alberta -0.42429358801520467 +32643 gsa_html_5368872589 gsa_html_5368872589:9:337:353 Sandia New Mexico 0.0112002068245181611 +32644 aapg_ae_626.html aapg_ae_626.html:173:17551:17576 Guelph Lake Erie -0.00984327149097449609 +32645 aapg_ah_289.html aapg_ah_289.html:25:3960:3978 Monterey Monterey, California -0.403818336608281703 +32646 gsa_html_9889833548 gsa_html_9889833548:855:78989:79011 Pigeon Point California -0.448282824521055501 +32647 geology_html_5352432023 geology_html_5352432023:249:19969:19976 Calvert China -0.466384542072334651 +32648 aapg_ae_831.html aapg_ae_831.html:62:7121:7129 Red Cave Texas -0.440300736461396947 +32649 aapg_aa_463.html aapg_aa_463.html:96:19304:19339 Wilcox Mississippi River 0.00442984212241086077 +32650 aapg_ac_414.html aapg_ac_414.html:84:11570:11576 Antler Western world -0.02390265150978289 +32651 aapg_ae_67.html aapg_ae_67.html:96:8231:8247 Fremont Dolomite Denver -0.463271407180362194 +32652 aapg_ad_812.html aapg_ad_812.html:52:6440:6457 Entrada Red Rocks Amphitheatre -0.000701820035486776629 +32653 aapg_ac_536.html aapg_ac_536.html:678:69682:69700 Charles Grand Forks, North Dakota 0.238488394256469838 +32654 gsa_html_3816882354 gsa_html_3816882354:1050:86847:86857 Washington Victoria, British Columbia -0.0123938684119111291 +32655 palaios_html_4939666561 palaios_html_4939666561:50:6339:6350 Clays Ferry Lexington, Kentucky -0.445998354490544591 +32656 aapg_aa_702.html aapg_aa_702.html:1943:172836:172844 Colorado Denver -0.11839736566853222 +32657 aapg_ac_617.html aapg_ac_617.html:76:9111:9129 Oakville Oakville, California -0.0766550659059574424 +32658 gsa_html_5015599008 gsa_html_5015599008:109:11767:11788 Fish Scales Regina, Saskatchewan -0.0107397812288823283 +32659 cspg_html_1841843683 cspg_html_1841843683:97:16962:16980 Entrada Black Hills -0.480367741483547772 +32660 cspg_html_6472484014 cspg_html_6472484014:52:5683:5718 La Vieille New Brunswick, New Jersey -0.477130519718023338 +32661 palaios_html_9935872947 palaios_html_9935872947:344:29640:29646 Sierra Bolivia -0.4597920302667165 +32662 aapg_ac_312.html aapg_ac_312.html:34:2114:2122 Colorado Colorado -0.494609426466897539 +32663 aapg_ah_974.html aapg_ah_974.html:91:9209:9216 Lagarto Oakville, California -0.0388274478076049076 +32664 aapg_ac_414.html aapg_ac_414.html:212:26360:26376 Kaibab Logan, Utah -0.444371337951674328 +32665 aapg_ad_599.html aapg_ad_599.html:251:31433:31451 Brallier Chemung, New York -0.427292746273551127 +32666 aapg_aa_399.html aapg_aa_399.html:542:52509:52520 Belly River Lacombe, Alberta -0.0542687193816228028 +32667 gsa_html_6765882493 gsa_html_6765882493:612:92310:92330 Eau Claire Wisconsin -0.281635422463091645 +32668 geology_html_9772573337 geology_html_9772573337:220:20140:20150 Santa Cruz California -0.0385036919951944542 +32669 gsa_html_3701935694 gsa_html_3701935694:958:82937:82965 Green River Colorado 0.0354320123768516737 +32670 aapg_ah_121.html aapg_ah_121.html:103:8413:8419 Warsaw Harrodsburg, Indiana -0.410519203459802418 +32671 cspg_html_5479700260 cspg_html_5479700260:53:4885:4904 Red River Manitoba -0.429978093202176226 +32672 palaios_html_7465495929 palaios_html_7465495929:82:10568:10585 La Luna South America -0.425363011053494167 +32673 aapg_ah_430.html aapg_ah_430.html:11:1696:1704 Loveland Colorado -0.0239791454230104222 +32674 aapg_ad_466.html aapg_ad_466.html:1431:151636:151651 Aquia Sassafras River -0.00334234682961829285 +32675 cspg_html_7696663937 cspg_html_7696663937:298:35119:35124 Price Barnes, London -0.00490757986669080291 +32676 cspg_html_3860685167 cspg_html_3860685167:702:69989:69994 Banff Lacombe, Alberta -0.0990431588415599667 +32677 aapg_ae_381.html aapg_ae_381.html:384:31709:31723 Ione California -0.0582723056187257615 +32678 aapg_ad_351.html aapg_ad_351.html:281:27266:27288 Gilmore City Sedalia, Missouri -0.0111932569580727604 +32679 aapg_ai_501.html aapg_ai_501.html:106:9608:9631 Lone Mountain California -0.458641287983651336 +32680 cspg_html_9272962376 cspg_html_9272962376:655:71118:71126 Bullhead Victoria, British Columbia -0.464533160716817162 +32681 aapg_ae_873.html aapg_ae_873.html:816:94045:94053 Prichard Delta County, Texas -0.0318341341997094435 +32682 cspg_html_9157093462 cspg_html_9157093462:6:500:508 Columbia Victoria, British Columbia 0.0235201874799382538 +32683 gsa_html_6672856503 gsa_html_6672856503:323:27031:27041 Washington Lake Chelan -0.492281675671482677 +32684 cspg_html_5435328392 cspg_html_5435328392:34:4987:5006 Belle Fourche Canada 0.0132661220895765857 +32685 aapg_ac_471.html aapg_ac_471.html:18:2000:2022 Winnipegosis Regina, Saskatchewan -0.152731043916800285 +32686 AMJC_html_1163576052 AMJC_html_1163576052:1185:104261:104281 Scott Peak Bethlehem, Pennsylvania 0.740049680750464733 +32687 aapg_ad_36.html aapg_ad_36.html:233:24058:24078 Mt Lytton Woods County, Oklahoma -0.503865938507956024 +32688 aapg_ae_958.html aapg_ae_958.html:824:73470:73485 Hueco Texas -0.0460783921822131154 +32689 gsa_html_2994204451 gsa_html_2994204451:642:67332:67340 Columbia Charleston, South Carolina -0.438386363525214817 +32690 aapg_ae_474.html aapg_ae_474.html:95:8915:8926 Paint Creek Bethel, Alaska -0.444838140504144441 +32691 cspg_html_2546442054 cspg_html_2546442054:256:31261:31268 Bearpaw Edmonton, London 0.8300085180719452 +32692 cspg_html_3529479452 cspg_html_3529479452:35:4349:4368 Lodgepole Manitoba -0.409403548680465024 +32693 aapg_ac_23.html aapg_ac_23.html:81:7511:7520 Gatesburg Armstrong County, Texas -0.0941309642688032827 +32694 aapg_ac_0.html aapg_ac_0.html:28:4334:4347 Bigfork Chert Ouachita Mountains -0.448296279445968116 +32695 geology_html_5125639131 geology_html_5125639131:253:19400:19410 Wellington Waihi Beach -0.508583544290645562 +32696 aapg_aa_106.html aapg_aa_106.html:252:24495:24507 Winnipegosis Guernsey -0.453924360728879206 +32697 cspg_html_3473883402 cspg_html_3473883402:526:72248:72261 Wabamun Canada 0.7744214006949377 +32698 aapg_ai_470.html aapg_ai_470.html:204:24474:24487 Cardium Canada 0.00647979387541270779 +32699 aapg_ad_364.html aapg_ad_364.html:123:12603:12617 Whitemud Lacombe, Alberta -0.0400999482749248432 +32700 aapg_ad_564.html aapg_ad_564.html:5621:461619:461638 Grosmont Calgary -0.431186011272103542 +32701 aapg_ah_476.html aapg_ah_476.html:40:4996:5019 Fayetteville Arkansas 0.00346047674040686785 +32702 geology_html_9477148800 geology_html_9477148800:49:5387:5395 John Day Salem, Oregon -0.440467486742992853 +32703 AMJC_html_3664856625 AMJC_html_3664856625:126:17337:17355 Paskapoo Lacombe, Alberta -0.008957206898973313 +32704 aapg_ah_371.html aapg_ah_371.html:228:17361:17381 Tuscaloosa Alabama -0.413843498963730405 +32705 sedimentology_html_7328045802 sedimentology_html_7328045802:70:6838:6862 Perry Rangeley, Maine -0.475730309561108622 +32706 aapg_ai_189.html aapg_ai_189.html:607:60133:60151 Tensleep Cheyenne, Wyoming -0.490524761849640001 +32707 aapg_ai_883.html aapg_ai_883.html:53:5747:5756 Smackover Conecuh County, Alabama -0.439258669305734428 +32708 aapg_ah_134.html aapg_ah_134.html:126:10032:10038 Paluxy Tuscaloosa, Alabama -0.480277073774662555 +32709 aapg_ah_847.html aapg_ah_847.html:97:11398:11434 Tinton New Egypt, New Jersey -0.514741589889104012 +32710 aapg_ad_721.html aapg_ad_721.html:581:55212:55217 Queen Carlsbad, New Mexico -0.135689676684387472 +32711 aapg_ae_757.html aapg_ae_757.html:57:7541:7549 Colorado Niobrara, Nebraska -0.519105802878321643 +32712 aapg_aa_98.html aapg_aa_98.html:139:11619:11655 Beaverhill Swan Hill, Victoria -0.0247441052038830135 +32713 gsa_html_6263927481 gsa_html_6263927481:555:51346:51351 Salem Salem, Oregon -0.47495364399168194 +32714 gsa_html_8491258533 gsa_html_8491258533:312:36385:36396 Spider Lake Flagstaff, Arizona -0.491650086397892094 +32715 geology_html_4971813947 geology_html_4971813947:19:1505:1513 Ogallala Colorado -0.529921822945652266 +32716 gsa_html_1130947011 gsa_html_1130947011:179:21926:21932 Galena Utica, New York -0.460953349343471763 +32717 cspg_html_6647936472 cspg_html_6647936472:25:2387:2409 Winnipegosis Regina, Saskatchewan -0.0548599497641807099 +32718 cspg_html_9648675035 cspg_html_9648675035:532:49965:50001 Lepine Canada -0.0200714512738383588 +32719 aapg_ac_629.html aapg_ac_629.html:280:36963:36971 Beaumont Beaumont, Texas 0.900287684357391371 +32720 cspg_html_2178758494 cspg_html_2178758494:302:38800:38819 Athabasca Lacombe, Alberta -0.0589319525022998364 +32721 aapg_ad_557.html aapg_ad_557.html:9850:521076:521081 Husky Anchorage, Alaska -0.471888407816635713 +32722 cspg_html_2462765529 cspg_html_2462765529:33:5069:5081 Charlie Lake Calgary -0.0330048845874642768 +32723 aapg_ai_366.html aapg_ai_366.html:153:19959:19977 Beaumont Beaumont, Texas -0.482280957733571936 +32724 AMJC_html_9500753417 AMJC_html_9500753417:34:4256:4267 Tibbit Hill Quebec City -0.223825163798328897 +32725 aapg_ad_466.html aapg_ad_466.html:579:66530:66541 Englishtown Merchantville, New Jersey -0.0113965411474177668 +32726 aapg_af_575.html aapg_af_575.html:837:118558:118576 Seminole Seminole, Texas -0.0092977313772016467 +32727 cspg_html_9867937846 cspg_html_9867937846:5:204:221 Cardium Lacombe, Alberta -0.0376647614075230411 +32728 geology_html_1762704695 geology_html_1762704695:12:698:704 Denver Colorado -0.52413535650861709 +32729 cspg_html_7938374662 cspg_html_7938374662:281:28893:28920 Basal Lacombe, Alberta -0.0614333003108680359 +32730 aapg_ae_473.html aapg_ae_473.html:144:12378:12398 Tuscaloosa Tuscaloosa, Alabama 0.00776191758677063481 +32731 aapg_af_598.html aapg_af_598.html:144:11448:11460 Collinsville Nowata, Oklahoma -0.4796264052884881 +32732 AMJC_html_6430804426 AMJC_html_6430804426:617:51985:51994 Cacaguapa Honduras -0.464432702411418319 +32733 aapg_af_887.html aapg_af_887.html:170:17278:17286 Carlsbad Carlsbad, New Mexico -0.035868779002919772 +32734 aapg_af_248.html aapg_af_248.html:5:1506:1520 Midway Texas -0.0074248793072545817 +32735 aapg_ad_696.html aapg_ad_696.html:93:8920:8927 Carrizo Rusk County, Wisconsin -0.0124129812660324374 +32736 geology_html_7376742736 geology_html_7376742736:120:10384:10402 Mabou Cumberland, Maryland -0.506336451321114045 +32737 aapg_aa_357.html aapg_aa_357.html:270:24733:24741 Moenkopi Hermosa, Chicago -0.431573575808563037 +32738 cspg_html_4645836177 cspg_html_4645836177:400:43074:43094 Mohawk Bay of Fundy -0.473778404154942046 +32739 aapg_ad_55.html aapg_ad_55.html:12:1617:1624 Plattin Missouri River 0.328043701462035209 +32740 aapg_ac_924.html aapg_ac_924.html:381:40334:40341 Madison Cheyenne, Wyoming -0.479521879225688563 +32741 aapg_aa_903.html aapg_aa_903.html:35:4675:4704 San Sebastian Puerto Rico -0.526292098472070813 +32742 aapg_ai_997.html aapg_ai_997.html:528:40061:40071 Capay Putah Creek 0.855050436875995246 +32743 geology_html_3305988371 geology_html_3305988371:12:645:653 Munising Michigan -0.447135398674851747 +32744 AMJC_html_6460325105 AMJC_html_6460325105:76:9365:9394 Sierra Bartow County, Georgia -0.0489010438658518606 +32745 aapg_ai_80.html aapg_ai_80.html:231:24261:24270 Dutchtown Buffalo National River -0.466842269540434285 +32746 gsa_html_9102781796 gsa_html_9102781796:714:64227:64235 Columbia Victoria, British Columbia -0.0154103849420370986 +32747 cspg_html_6839937815 cspg_html_6839937815:271:38223:38231 Dinwoody Fort Douglas (Canada) -0.446110205830797302 +32748 aapg_ac_508.html aapg_ac_508.html:292:23051:23059 Colorado Littleton, Colorado -0.523902607482957028 +32749 gsa_html_3429903648 gsa_html_3429903648:738:63499:63504 Price Cambridge 0.0176104480999765035 +32750 gsa_html_2989317971 gsa_html_2989317971:1102:110042:110061 Gunsight Boise, Idaho -0.462453250854801823 +32751 aapg_ad_11.html aapg_ad_11.html:139:19305:19325 Sentinel Butte Fort Union Trading Post National Historic Site -0.491084883288990137 +32752 sedimentology_html_1614430521 sedimentology_html_1614430521:1948:100402:100466 Ross Clare County, Michigan -0.407188892467938546 +32753 aapg_ah_536.html aapg_ah_536.html:228:31116:31123 Rodessa County Sligo -0.454540571750530975 +32754 gsa_html_7355826812 gsa_html_7355826812:1042:96393:96397 Rome Earth 0.00534883845084102843 +32755 cspg_html_5484260516 cspg_html_5484260516:105:12159:12174 Banff Crowsnest Pass, Alberta -0.461219460550356897 +32756 aapg_ad_372.html aapg_ad_372.html:24:3586:3597 Black River Black Hills -0.0617755028178728835 +32757 palaios_html_2999610476 palaios_html_2999610476:440:45005:45013 Victoria Victoria, British Columbia -0.425818261082402505 +32758 aapg_ae_139.html aapg_ae_139.html:360:37194:37203 Minnelusa Cheyenne, Wyoming -0.219093677987690943 +32759 cspg_html_8556552074 cspg_html_8556552074:81:7081:7105 Ernestina Lake Lacombe, Alberta -0.478284785297837578 +32760 aapg_aa_582.html aapg_aa_582.html:477:39271:39277 Sonora Mexico -0.0354198318919945049 +32761 jgeology_html_9786588254 jgeology_html_9786588254:1535:70027:70033 Oxford Pergamon Museum -0.0285868941347483252 +32762 aapg_ad_105.html aapg_ad_105.html:591:54210:54215 Choco Richmond, California -0.468015132988553406 +32763 aapg_ac_477.html aapg_ac_477.html:607:71029:71046 Cardium Canada 0.0157683588888968516 +32764 cspg_html_9476379853 cspg_html_9476379853:135:17053:17078 Nikanassin Elmworth, Alberta -0.494798572382738111 +32765 palaios_html_2276475028 palaios_html_2276475028:65:8014:8032 Morrison Logan, Utah -0.467675942101560327 +32766 aapg_ad_466.html aapg_ad_466.html:1438:152567:152577 Vincentown Vincentown, New Jersey -0.00846727342264548197 +32767 aapg_ac_730.html aapg_ac_730.html:405:57178:57184 Toreva Mancos, Colorado -0.0515643416421474945 +32768 aapg_ad_660.html aapg_ad_660.html:354:46219:46239 San Andres Texas -0.476172115937115059 +32769 aapg_ae_154.html aapg_ae_154.html:17:2528:2536 Columbia Lacombe, Alberta -0.461026124022890449 +32770 geology_html_7800169862 geology_html_7800169862:210:20147:20154 Madison Table Mountain -0.0815508724431631693 +32771 cspg_html_2660872537 cspg_html_2660872537:1260:163004:163012 Columbia Victoria, British Columbia -0.437049524484892205 +32772 aapg_ah_189.html aapg_ah_189.html:350:36318:36336 Black River Bloomington, Indiana -0.479719327950920094 +32773 aapg_af_575.html aapg_af_575.html:998:144980:145000 Stillwater Herington, Kansas -0.498117899111855666 +32774 aapg_ae_499.html aapg_ae_499.html:461:50074:50097 Dakota Colorado -0.00910314561782834229 +32775 gsa_html_2321464653 gsa_html_2321464653:569:60485:60496 Paso Robles New Cuyama, California 1.10329500696129323 +32776 cspg_html_7942491933 cspg_html_7942491933:22:2288:2299 Peace River Western world 0.00299316941719320615 +32777 aapg_ak_87.html aapg_ak_87.html:86:14072:14091 Horquilla New Mexico -0.432382247831122113 +32778 geology_html_3473540316 geology_html_3473540316:19:767:780 Santa Barbara California -0.445989406971527558 +32779 AMJC_html_3632105729 AMJC_html_3632105729:443:64803:64813 Washington Salem, Oregon 0.0511442165700865814 +32780 aapg_ac_967.html aapg_ac_967.html:349:37985:38003 John Day Salem, Oregon -0.48294529227432792 +32781 aapg_ac_629.html aapg_ac_629.html:280:36991:36999 Beaumont Oberlin, Ohio 0.965018112816743989 +32782 cspg_html_9729377176 cspg_html_9729377176:147:18391:18399 Pardonet Western Canadian Sedimentary Basin -0.619823224736719913 +32783 aapg_ai_777.html aapg_ai_777.html:446:44099:44107 Michigan Illinois -0.037309716590806806 +32784 gsa_html_9888767960 gsa_html_9888767960:586:61287:61293 Moscow Russia -0.463271407180362194 +32785 aapg_ah_881.html aapg_ah_881.html:75:8022:8045 Chuckanut Shedd Aquarium -0.0310096337279850039 +32786 cspg_html_4193503340 cspg_html_4193503340:261:33046:33064 Imperial Saskatoon 0.0265992943860679579 +32787 aapg_aa_861.html aapg_aa_861.html:72:9321:9330 Allen Bay Little Cornwallis Island -0.442682549290708161 +32788 aapg_ae_416.html aapg_ae_416.html:114:11761:11766 Tampa Melbourne, Florida -0.0488104245199808967 +32789 aapg_ad_446.html aapg_ad_446.html:473:56173:56185 Ludlow Boswell, Pennsylvania -0.0285260271643415532 +32790 jgeology_html_6203799132 jgeology_html_6203799132:415:26937:26960 Shawangunk Hudson Valley -0.483015252079283031 +32791 aapg_ac_364.html aapg_ac_364.html:296:30750:30758 Sundance Colorado -0.464610795373413321 +32792 aapg_ah_677.html aapg_ah_677.html:199:21059:21073 Nonesuch Wisconsin 0.415947508586392733 +32793 gsa_html_7840671974 gsa_html_7840671974:1017:96308:96328 Bechler Conglomerate Boise, Idaho -0.506302887282198189 +32794 aapg_ah_505.html aapg_ah_505.html:486:37282:37301 Arikaree Green Mountain -0.388301550643565307 +32795 cspg_html_2803424832 cspg_html_2803424832:55:7662:7678 Bjorne Melville Island (Canada) -0.0105729870441561395 +32796 aapg_ah_848.html aapg_ah_848.html:466:44526:44531 Price Pocahontas County, Iowa 0.00892245965980600214 +32797 aapg_aa_410.html aapg_aa_410.html:78:11008:11012 Java Burma -0.465568086328610908 +32798 aapg_ah_198.html aapg_ah_198.html:517:65223:65236 Santa Barbara California -0.472528705500211532 +32799 cspg_html_3419991847 cspg_html_3419991847:310:36843:36860 Livingstone Lacombe, Alberta -0.448282824521055501 +32800 aapg_aa_360.html aapg_aa_360.html:436:40715:40727 Indio Luling, Louisiana -0.455188836413653375 +32801 cspg_html_8121202912 cspg_html_8121202912:299:36749:36764 Skoki Richmond, California -0.460953349343471763 +32802 gsa_html_2859191796 gsa_html_2859191796:65:6783:6796 Lake Michigan Illinois -0.543872636256133912 +32803 cspg_html_5295390542 cspg_html_5295390542:89:12384:12406 Charlie Lake Lacombe, Alberta -0.488278574417694344 +32804 cspg_html_9290046117 cspg_html_9290046117:397:44455:44467 Mount Wilson Mount Wilson Observatory -0.0161298137457332978 +32805 cspg_html_7441795338 cspg_html_7441795338:6:360:380 Kananaskis Lacombe, Alberta -0.0352075456733289827 +32806 aapg_ai_974.html aapg_ai_974.html:639:66235:66245 Washington Salem, Oregon -0.459860167847925383 +32807 aapg_ad_908.html aapg_ad_908.html:320:36993:37017 Rio Negro Venezuela 0.340649209974894507 +32808 gsa_html_4873957926 gsa_html_4873957926:1174:121992:122000 Colorado Gunnison County, Colorado -0.0340313466956898014 +32809 aapg_ai_187.html aapg_ai_187.html:76:9249:9259 Wind River Sweetwater, Miami-Dade County, Florida -0.00823968206365449651 +32810 aapg_ah_869.html aapg_ah_869.html:476:50701:50717 Dakota Newcastle, New South Wales 0.038355742634986055 +32811 cspg_html_2803424832 cspg_html_2803424832:72:10485:10506 Road Canyon West, Texas -0.498148760929569168 +32812 palaios_html_1078207794 palaios_html_1078207794:13:725:733 Colorado Colorado -0.464473797617463435 +32813 cspg_html_9717154602 cspg_html_9717154602:979:84013:84030 Bearpaw Lacombe, Alberta -0.436965343294064001 +32814 aapg_ac_199.html aapg_ac_199.html:41:5568:5576 Virginia Cumberland, Maryland -0.447242908821281704 +32815 aapg_ah_435.html aapg_ah_435.html:292:34878:34882 Frio Texas -0.454143259443463898 +32816 aapg_ah_459.html aapg_ah_459.html:69:6042:6056 Ithaca Naples, Florida -0.454414135268558672 +32817 aapg_af_2.html aapg_af_2.html:264:29506:29511 Ouray Colorado -0.439098796420780313 +32818 cspg_html_8089302449 cspg_html_8089302449:240:40744:40754 Dawson Bay Saskatoon -0.00334234682961829285 +32819 aapg_ae_873.html aapg_ae_873.html:478:54331:54337 Midway Franklin County, Ohio -0.478767343423892489 +32820 palaios_html_7765531315 palaios_html_7765531315:513:53483:53488 Nopah California -0.01912594516902133 +32821 gsa_html_6221700050 gsa_html_6221700050:870:78620:78626 Sierra Spain -0.472722268874013252 +32822 aapg_ac_699.html aapg_ac_699.html:5:734:765 Georgetown Val Verde (fictional country) -0.0661403001102636723 +32823 aapg_ad_264.html aapg_ad_264.html:78:10153:10165 Medicine Hat Milk River, Alberta -0.399488888359649408 +32824 aapg_aa_565.html aapg_aa_565.html:73:9370:9389 Wapanucka Holdenville, Oklahoma -0.444844842741709823 +32825 aapg_ae_223.html aapg_ae_223.html:411:49928:49941 Wasatch Wasatch Range -0.473508484055372547 +32826 cspg_html_5295390542 cspg_html_5295390542:470:50609:50635 Halfway Lacombe, Alberta -0.0268166470016257402 +32827 aapg_aa_645.html aapg_aa_645.html:107:14642:14667 Burro Canyon Colorado 0.03866730918208406 +32828 cspg_html_9768299963 cspg_html_9768299963:313:32829:32843 Edmonton Lacombe, Alberta -0.474203062673125064 +32829 aapg_ad_696.html aapg_ad_696.html:66:7238:7245 Carrizo Texas -0.0201913809518237848 +32830 palaios_html_6978265091 palaios_html_6978265091:570:59414:59437 Taylor Antarctica -0.491084883288990137 +32831 aapg_af_988.html aapg_af_988.html:118:14144:14178 Smackover Black Creek (Toronto) -0.237620266361808247 +32832 jgeology_html_4347134779 jgeology_html_4347134779:269:13740:13764 Stirling Perth, Western Australia -0.496896208616799728 +32833 aapg_ai_80.html aapg_ai_80.html:314:32169:32174 Utica Cynthiana, Kentucky -0.00771327274469656935 +32834 aapg_ai_49.html aapg_ai_49.html:305:38270:38280 Twin Creek Cheyenne, Wyoming -0.0726667070674847093 +32835 aapg_ah_318.html aapg_ah_318.html:1908:175288:175304 Olvido Mexico 0.010354070858040092 +32836 gsa_html_1193494932 gsa_html_1193494932:433:47043:47049 Oregon Washington (state) -0.0386046469573407755 +32837 cspg_html_2408887763 cspg_html_2408887763:33:4961:4969 Columbia Lacombe, Alberta -0.42423457487964078 +32838 aapg_af_956.html aapg_af_956.html:12:592:598 Reston Virginia -0.490604756571324518 +32839 aapg_ah_290.html aapg_ah_290.html:300:34213:34240 Columbia Boise, Idaho -0.468054102450840448 +32840 aapg_ae_345.html aapg_ae_345.html:753:63941:63952 Eutaw Austin, Chicago -0.400267114116901412 +32841 aapg_ae_694.html aapg_ae_694.html:185:21167:21181 Woodbine East Texas -0.448327675040319895 +32842 sedimentology_html_6688355569 sedimentology_html_6688355569:958:53643:53648 Otter Cary, Illinois -0.0274774196841049353 +32843 aapg_aa_838.html aapg_aa_838.html:11:1346:1353 Paradox Arizona -0.450582005503512739 +32844 cspg_html_8438548095 cspg_html_8438548095:340:35091:35099 Paskapoo Edmonton, London -0.413938644445855319 +32845 aapg_af_562.html aapg_af_562.html:247:24611:24627 Ripley Tuscaloosa, Alabama -0.436810292517708865 +32846 aapg_af_366.html aapg_af_366.html:24:3214:3228 Lisburne Canada -0.00704441094107981659 +32847 aapg_ae_454.html aapg_ae_454.html:179:14629:14636 Bossier East Texas -0.265337013822797896 +32848 palaios_html_8767224707 palaios_html_8767224707:321:27827:27838 Viola Middle East -0.0250466225487357037 +32849 geology_html_6064550828 geology_html_6064550828:247:20107:20122 Bouse Colorado -0.475138501585752326 +32850 aapg_ai_479.html aapg_ai_479.html:290:31401:31420 Detroit River Wisconsin -0.47829406272822006 +32851 aapg_ae_958.html aapg_ae_958.html:2355:200789:200806 Rustler Salado, Texas -0.449440672427322663 +32852 aapg_ad_958.html aapg_ad_958.html:500:49488:49510 Gilmore City Burlington, Ontario -0.399137284458038644 +32853 aapg_af_640.html aapg_af_640.html:116:7913:7925 Midway Shreveport, Louisiana -0.463253167093327645 +32854 geology_html_7245620789 geology_html_7245620789:221:23073:23082 Extension Gibraltar -0.0297521166629775777 +32855 aapg_ac_617.html aapg_ac_617.html:94:11647:11656 Red Bluff Navasota Independent School District -0.470216166533545032 +32856 aapg_af_248.html aapg_af_248.html:5:1314:1320 Midway Texas -0.456561440120662909 +32857 gsa_html_8654362747 gsa_html_8654362747:32:3021:3031 Rio Grande New Mexico -0.425883940037075581 +32858 cspg_html_9987144175 cspg_html_9987144175:227:30246:30268 Eureka Sound Banks Island -0.041236814250852856 +32859 aapg_aa_124.html aapg_aa_124.html:250:26380:26401 Cloverly Cheyenne, Wyoming -0.41978407029024345 +32860 cspg_html_1611261412 cspg_html_1611261412:227:29620:29645 Athabasca Lake Athabasca -0.0243790060490477571 +32861 aapg_ae_419.html aapg_ae_419.html:208:25771:25780 San Pedro Sierra Azul Open Space Preserve -0.0142044328576254025 +32862 aapg_ah_283.html aapg_ah_283.html:455:51582:51599 Cowlitz Washington (state) 0.00452191499750925936 +32863 geology_html_2503160398 geology_html_2503160398:305:25650:25664 Colorado Regina, Saskatchewan -0.456518443898076276 +32864 gsa_html_5865982995 gsa_html_5865982995:694:78080:78089 Owl Creek Uinta Mountains -0.427645821637091417 +32865 palaios_html_1262064602 palaios_html_1262064602:1019:101009:101025 Chinle Albuquerque, New Mexico -0.0187314184669610528 +32866 aapg_af_97.html aapg_af_97.html:103:12804:12824 Whitewater Richmond, California -0.470409220225314617 +32867 aapg_aa_598.html aapg_aa_598.html:345:35405:35423 Red Peak Cheyenne, Wyoming -0.465888175365361257 +32868 palaios_html_7465495929 palaios_html_7465495929:320:23512:23529 La Luna Venezuela -0.463250887108730525 +32869 aapg_ah_186.html aapg_ah_186.html:217:19472:19479 El Paso Texas -0.441419648744354465 +32870 cspg_html_1019614994 cspg_html_1019614994:193:30206:30225 Lodgepole Lacombe, Alberta 0.00410845643834914769 +32871 aapg_af_575.html aapg_af_575.html:503:69672:69688 Moorefield Arkansas -0.0481395257140627003 +32872 cspg_html_4298557570 cspg_html_4298557570:9:789:808 Edmonton Lacombe, Alberta -0.50871337107962189 +32873 AMJC_html_2228158963 AMJC_html_2228158963:739:82276:82282 Camden Boothbay Harbor, Maine -0.074218626882596575 +32874 sedimentology_html_1568456861 sedimentology_html_1568456861:1019:81445:81465 Toro Chile -0.0340417857765505233 +32875 aapg_aa_302.html aapg_aa_302.html:554:65555:65563 Arcturus Reno, Nevada 0.320846055934238206 +32876 aapg_ac_332.html aapg_ac_332.html:193:21655:21665 Caseyville Illinois -0.440354093294291316 +32877 aapg_ad_801.html aapg_ad_801.html:108:12313:12327 Midway Alabama -0.460944252925189812 +32878 aapg_af_854.html aapg_af_854.html:943:133300:133307 Cypress Bethel, Alaska -0.461219460550356897 +32879 jgeology_html_3517640817 jgeology_html_3517640817:622:40811:40820 Peninsula Korea -0.488837217649543798 +32880 aapg_ae_472.html aapg_ae_472.html:20:3475:3497 Anita San Antonio -0.00436035322610329925 +32881 palaios_html_9887300007 palaios_html_9887300007:34:3983:3993 Washington San Juan Islands -0.0460783921822131154 +32882 aapg_aa_288.html aapg_aa_288.html:334:35610:35621 Mowry Cheyenne, Wyoming 0.00786094473747839077 +32883 cspg_html_3104351736 cspg_html_3104351736:618:74122:74138 Oldman Lacombe, Alberta -0.0180692565756011246 +32884 gsa_html_9498829754 gsa_html_9498829754:70:5344:5372 Green River Colorado 0.000333538178495732928 +32885 cspg_html_6839937815 cspg_html_6839937815:61:8567:8582 Loray Kaibab, Arizona -0.46328736756315686 +32886 cspg_html_4495377323 cspg_html_4495377323:219:26708:26739 Fernie Lacombe, Alberta -0.413981895448320647 +32887 aapg_ah_763.html aapg_ah_763.html:96:10454:10474 Whitehorse San Angelo, Texas -0.456065976475322266 +32888 aapg_af_143.html aapg_af_143.html:1268:132990:133003 Panoche California -0.463362613223226583 +32889 cspg_html_1278535960 cspg_html_1278535960:595:62340:62348 Columbia Victoria, British Columbia -0.010750205891597751 +32890 cspg_html_5141367518 cspg_html_5141367518:163:24795:24842 Belly River Western world -0.483995287789091233 +32891 aapg_ae_68.html aapg_ae_68.html:370:45335:45352 Oquirrh South Mountains (Arizona) -0.008957206898973313 +32892 aapg_aa_77.html aapg_aa_77.html:67:6876:6887 Tar Springs Gibson County, Tennessee -0.0380668126428187481 +32893 gsa_html_1164193011 gsa_html_1164193011:1371:105738:105766 Green River Colorado -0.435738929516159335 +32894 palaios_html_3022467877 palaios_html_3022467877:58:6864:6885 Pit New Jersey -0.494538507684199602 +32895 aapg_af_288.html aapg_af_288.html:289:34384:34398 Yeso Oro Grande, California -0.478811436653357958 +32896 cspg_html_8612721867 cspg_html_8612721867:869:105270:105292 Cooking Lake Lacombe, Alberta -0.0801613180081616056 +32897 geology_html_1070233947 geology_html_1070233947:19:1038:1048 Las Cruces New Mexico -0.469327287552563421 +32898 aapg_aa_23.html aapg_aa_23.html:375:44264:44293 Red River Manitoba 0.704429529481314765 +32899 aapg_ad_169.html aapg_ad_169.html:41:5051:5061 Greenbrier Greenbrier (Great Smoky Mountains) -0.061581702115097843 +32900 palaios_html_3828646867 palaios_html_3828646867:703:71855:71859 Hall London, Ontario -0.0289590583087490083 +32901 aapg_ai_469.html aapg_ai_469.html:167:18148:18169 Beaverhill Lacombe, Alberta -0.491106071608619299 +32902 aapg_ai_583.html aapg_ai_583.html:459:57854:57869 Swift Cheyenne, Wyoming -0.0101942281259971568 +32903 aapg_af_877.html aapg_af_877.html:120:13988:13995 Cypress Richland, Washington -0.0433629440146906728 +32904 gsa_html_1536819908 gsa_html_1536819908:681:65349:65365 Preble Humboldt County, California 0.35777511611379309 +32905 gsa_html_9889833548 gsa_html_9889833548:1048:93329:93342 Santa Barbara California -0.0191815618988117366 +32906 gsa_html_2859191796 gsa_html_2859191796:223:21859:21872 Lake Michigan Illinois -0.515638265999826539 +32907 cspg_html_5705427229 cspg_html_5705427229:15:1482:1501 Hay River Lacombe, Alberta -0.461089806729199636 +32908 palaios_html_2623118674 palaios_html_2623118674:29:3019:3043 St. Mary River Lacombe, Alberta -0.474842748246669499 +32909 cspg_html_7201476813 cspg_html_7201476813:177:22138:22157 Red River Manitoba -0.654185906862416289 +32910 aapg_af_356.html aapg_af_356.html:46:9306:9329 Woodford Arbuckle, California 0.00936896389642591539 +32911 cspg_html_9136481292 cspg_html_9136481292:625:63727:63735 Edmonton Calgary -0.451913869834985604 +32912 jgeology_html_4368294692 jgeology_html_4368294692:120:5927:5935 Columbia Victoria, British Columbia -0.00967821874611652505 +32913 aapg_ae_430.html aapg_ae_430.html:62:5170:5189 Woodbine East Texas -0.466718659783226908 +32914 cspg_html_8273598401 cspg_html_8273598401:59:7503:7518 Pense Regina, Saskatchewan -0.469327287552563421 +32915 geology_html_8986165275 geology_html_8986165275:15:833:843 Santa Cruz Santa Cruz, California -0.0917008478958409728 +32916 cspg_html_5484260516 cspg_html_5484260516:70:8979:8987 Columbia Victoria, British Columbia -0.455347020329573748 +32917 aapg_ad_870.html aapg_ad_870.html:160:18688:18693 Logan Kokomo, Indiana -0.00712258914704064564 +32918 gsa_html_4280273880 gsa_html_4280273880:641:53383:53390 Andrews Antarctica -0.4391432028015122 +32919 cspg_html_6402140684 cspg_html_6402140684:244:37733:37741 Columbia Lacombe, Alberta 0.00515947912724753696 +32920 cspg_html_7102673197 cspg_html_7102673197:241:32862:32879 Cardium Lacombe, Alberta -0.00399553741552616509 +32921 cspg_html_4132771434 cspg_html_4132771434:434:57360:57368 Columbia Lacombe, Alberta -0.456337429672799166 +32922 gsa_html_8495750621 gsa_html_8495750621:507:59972:59980 Bachelor Santa Cruz, California -0.444945382159606273 +32923 cspg_html_6402140684 cspg_html_6402140684:324:42086:42096 Swan Hills Canada -0.457555451333636842 +32924 aapg_ad_632.html aapg_ad_632.html:172:23633:23639 Denver Colorado -0.443715087361728711 +32925 sedimentology_html_4109585061 sedimentology_html_4109585061:791:74157:74163 Jordan Logan, Utah -0.436819151869522138 +32926 aapg_ad_998.html aapg_ad_998.html:19:1693:1703 Washington Salem, Oregon -0.45995556917210767 +32927 aapg_ae_98.html aapg_ae_98.html:35:4240:4254 Cedar Mountain Arizona -0.0251613720923007447 +32928 cspg_html_3233680622 cspg_html_3233680622:476:55553:55571 Eureka Sound Banks Island -0.453234160803079433 +32929 gsa_html_9487992082 gsa_html_9487992082:752:71916:71926 Florissant Washington (state) -0.0590855308017678646 +32930 aapg_aa_654.html aapg_aa_654.html:39:6721:6745 Espiritu Santo Sangre de Cristo Range -0.441517589995484405 +32931 aapg_ai_156.html aapg_ai_156.html:158:12471:12491 Plattsburg Kansas City, Kansas -0.501846159144901716 +32932 aapg_ai_720.html aapg_ai_720.html:256:28877:28894 Raritan Long Island (Massachusetts) 0.531233460979129157 +32933 aapg_ac_333.html aapg_ac_333.html:241:30854:30862 Colorado Hermosa, Chicago -0.472574788136010782 +32934 aapg_af_212.html aapg_af_212.html:140:13952:13960 Oakville Oakville, California -0.0133078241167712726 +32935 aapg_aa_415.html aapg_aa_415.html:73:11691:11696 Tokio Western world -0.470181697121159758 +32936 aapg_af_575.html aapg_af_575.html:798:111643:111649 Wewoka Pueblo de Los Angeles -0.00346568835703443216 +32937 aapg_aa_898.html aapg_aa_898.html:111:14325:14344 Flagstaff Uinta Mountains -0.468054102450840448 +32938 aapg_ae_324.html aapg_ae_324.html:219:22028:22039 Beekmantown Virginia 0.67221374143531798 +32939 aapg_ac_190.html aapg_ac_190.html:233:39871:39890 Marcellus Skaneateles (village), New York -0.0107727926714422488 +32940 cspg_html_1975682848 cspg_html_1975682848:81:11749:11760 Coal Canyon Pine Valley, Pennsylvania -0.0564821715787200349 +32941 gsa_html_4675429437 gsa_html_4675429437:1011:72292:72301 San Diego Baja California peninsula -0.45421548506785292 +32942 aapg_ae_185.html aapg_ae_185.html:218:18965:18978 Cotton Valley Cotton Valley, Louisiana -0.480904968568341529 +32943 cspg_html_5241714595 cspg_html_5241714595:609:90790:90833 Graminia Lacombe, Alberta -0.0677305389721809675 +32944 cspg_html_9113030208 cspg_html_9113030208:441:50106:50140 Baumann Fiord Ellesmere Island 0.379923958840464149 +32945 aapg_ad_557.html aapg_ad_557.html:8399:390293:390304 Buena Vista Texas -0.462453250854801823 +32946 geology_html_6149597609 geology_html_6149597609:209:19660:19666 Oregon Boise, Idaho -0.461456070409902219 +32947 aapg_ac_833.html aapg_ac_833.html:275:25173:25182 Red River Shreveport, Louisiana -0.435767689782418699 +32948 geology_html_9022484191 geology_html_9022484191:281:21512:21518 Brazil Earth -0.434518537443352337 +32949 cspg_html_4143222666 cspg_html_4143222666:123:15812:15832 Milk River Deadhorse, Alaska -0.470179399208385473 +32950 jgeology_html_9781546230 jgeology_html_9781546230:68:3478:3486 Michigan Egham Hythe -0.0433995158263024566 +32951 gsa_html_1696491423 gsa_html_1696491423:471:30768:30796 Green River Colorado 0.0103297469190647365 +32952 aapg_ah_158.html aapg_ah_158.html:125:24072:24082 Georgetown Bear Mountain (Connecticut) -0.0724917735051158613 +32953 aapg_ai_523.html aapg_ai_523.html:3:209:219 Carbondale Logan, Utah -0.00949926761203980299 +32954 sedimentology_html_2127215662 sedimentology_html_2127215662:31:1883:1891 Santiago Spain -0.426766665462260386 +32955 aapg_ah_371.html aapg_ah_371.html:50:4380:4390 Tuscaloosa Alabama -0.0100152745816292233 +32956 aapg_af_142.html aapg_af_142.html:219:27162:27177 La Casita Mexico -0.0939938691002736026 +32957 gsa_html_5625878232 gsa_html_5625878232:167:24843:24867 Cedar District Sucia Island -0.052851016470200643 +32958 aapg_aa_621.html aapg_aa_621.html:145:18248:18268 Phosphoria Boise, Idaho -0.00793912421120361589 +32959 aapg_ac_94.html aapg_ac_94.html:252:24877:24895 Chandler Western world -0.487588990851044235 +32960 aapg_ah_664.html aapg_ah_664.html:45:4430:4438 Imperial Lacombe, Alberta 0.0301417072682896858 +32961 aapg_ah_318.html aapg_ah_318.html:1023:104003:104022 Smackover Durango, Durango -0.347205211383633361 +32962 aapg_ad_245.html aapg_ad_245.html:111:10922:10930 Colorado Texas -0.480904968568341529 +32963 aapg_ai_742.html aapg_ai_742.html:205:20600:20604 Hall Floyd County, Virginia -0.471888407816635713 +32964 geology_html_3251308521 geology_html_3251308521:113:13936:13951 Santa Margarita Oceanside, New York -0.435668138774596203 +32965 geology_html_8953766677 geology_html_8953766677:36:3610:3624 Wabamun Earth -0.509757537262199301 +32966 gsa_html_9324067890 gsa_html_9324067890:371:30617:30645 Green River Iran -0.037441986726546049 +32967 aapg_ac_807.html aapg_ac_807.html:882:86453:86460 Raritan Texas -0.0328900657953446335 +32968 gsa_html_9038830197 gsa_html_9038830197:31:2845:2873 Green River Colorado -0.0151445144826190588 +32969 cspg_html_6736202792 cspg_html_6736202792:36:4180:4199 Athabasca Western Canadian Sedimentary Basin -0.470216166533545032 +32970 gsa_html_2667366192 gsa_html_2667366192:738:64745:64749 Hall California -0.459819284677136619 +32971 gsa_html_4071231613 gsa_html_4071231613:1115:111528:111556 Green River Colorado -0.00832481152182470464 +32972 aapg_ad_401.html aapg_ad_401.html:181:14036:14048 Souris River Canada -0.0277017418114762735 +32973 cspg_html_4680804918 cspg_html_4680804918:662:83042:83062 Milk River Lacombe, Alberta -0.473746101631411953 +32974 aapg_ae_705.html aapg_ae_705.html:561:54953:54977 Santa Barbara Santa Ynez Valley 0.331373274790366767 +32975 aapg_ai_352.html aapg_ai_352.html:225:16823:16833 Kinderhook Maquoketa, Iowa -0.459819284677136619 +32976 aapg_ah_53.html aapg_ah_53.html:23:2885:2893 Golconda Illinois -0.480695619561815057 +32977 aapg_ae_234.html aapg_ae_234.html:51:6246:6254 Altamaha Telfair County, Georgia -0.488806694061501346 +32978 aapg_ae_5.html aapg_ae_5.html:43:5220:5234 Abo Supai, Arizona 0.0422379998441285431 +32979 sedimentology_html_8402590458 sedimentology_html_8402590458:512:52670:52678 Columbia Victoria, British Columbia -0.479552074346371926 +32980 aapg_ah_182.html aapg_ah_182.html:126:13052:13063 Beekmantown Fogelsville, Pennsylvania -0.408091358709371355 +32981 sedimentology_html_7195393000 sedimentology_html_7195393000:126:14257:14284 Belly River Central Alberta -0.45417711448712661 +32982 aapg_ae_741.html aapg_ae_741.html:238:26490:26504 Otuk Anchorage, Alaska -0.0328900657953446335 +32983 gsa_html_6433065427 gsa_html_6433065427:232:26396:26418 Bullhead Mohave Valley -0.494566874481706664 +32984 aapg_ai_582.html aapg_ai_582.html:163:14347:14352 Piper Regina, Saskatchewan -0.0460801342538044584 +32985 aapg_ae_454.html aapg_ae_454.html:104:8635:8642 Bossier Arkansas -0.0442511603309229257 +32986 sedimentology_html_2041096405 sedimentology_html_2041096405:802:63846:63872 Lockport Dolomite Ohio 0.00596730006188697908 +32987 cspg_html_2198503252 cspg_html_2198503252:261:13600:13608 Costigan New Mexico -0.0637889525915207728 +32988 aapg_af_443.html aapg_af_443.html:503:38761:38767 Jordan Switzerland -0.404454268212152634 +32989 cspg_html_8875096455 cspg_html_8875096455:350:41265:41271 Walker Anaheim, California -0.471888407816635713 +32990 aapg_ad_258.html aapg_ad_258.html:290:32140:32159 Catskill Chemung, New York -0.443692774120845845 +32991 sedimentology_html_9449833164 sedimentology_html_9449833164:986:61601:61616 Salem Bloomington, Indiana -0.46105569042928074 +32992 cspg_html_5949578130 cspg_html_5949578130:667:88341:88361 Swan Hills Lacombe, Alberta -0.442575570278969321 +32993 geology_html_1644816140 geology_html_1644816140:9:384:409 Barstow Mojave Desert -0.105034997927707888 +32994 cspg_html_2854485053 cspg_html_2854485053:234:29497:29510 Turner Valley Calgary -0.0131827182184571217 +32995 gsa_html_1124652135 gsa_html_1124652135:408:37614:37620 Edisto Charleston, South Carolina -0.501793700638435203 +32996 aapg_ac_126.html aapg_ac_126.html:220:33102:33115 Bossier Haynesville, Louisiana -0.0335772561471781444 +32997 geology_html_5777537211 geology_html_5777537211:308:25580:25586 Oxford Earth -0.0317836884462165403 +32998 aapg_ah_871.html aapg_ah_871.html:696:70621:70626 Chazy Quebec City -0.432567436469128874 +32999 palaios_html_6658573672 palaios_html_6658573672:820:83191:83200 Rochester Rochester, Kent -0.49593907588154873 +33000 aapg_ak_87.html aapg_ak_87.html:450:56932:56941 San Pedro Mogollon, New Mexico -0.0093950246056262298 +33001 aapg_ae_694.html aapg_ae_694.html:232:26707:26715 Woodbine East Texas -0.414600593948848517 +33002 aapg_ae_992.html aapg_ae_992.html:613:54154:54163 Chugwater Cheyenne, Wyoming -0.0453014649613171713 +33003 aapg_ae_909.html aapg_ae_909.html:233:17559:17577 Vaqueros Simi Valley -0.0250709632878346432 +33004 cspg_html_7138604143 cspg_html_7138604143:915:83010:83027 Minturn Colorado -0.472528705500211532 +33005 aapg_ad_581.html aapg_ad_581.html:146:18891:18926 Waynesboro Martinsburg, Nebraska -0.0508949420504662894 +33006 gsa_html_5096547935 gsa_html_5096547935:625:58694:58704 Montgomery Sangre de Cristo Range -0.0707637429395946704 +33007 cspg_html_5541937700 cspg_html_5541937700:985:114705:114721 Viking Lacombe, Alberta -0.0284721166530200707 +33008 aapg_ah_724.html aapg_ah_724.html:381:45711:45730 Kaskapau Lacombe, Alberta -0.459919224612040101 +33009 aapg_ad_971.html aapg_ad_971.html:343:30122:30139 Frio Shreveport, Louisiana 1.06447629281746092 +33010 aapg_ah_841.html aapg_ah_841.html:277:26814:26819 Midas Brandon, Florida -0.448578878596292641 +33011 aapg_ak_104.html aapg_ak_104.html:52:7980:7999 Lodgepole Logan, Utah -0.45633516722504075 +33012 aapg_ai_37.html aapg_ai_37.html:71:8650:8690 Carlile Logan County, West Virginia 0.00736581097593620986 +33013 cspg_html_1462870252 cspg_html_1462870252:849:94734:94741 Windsor Ontario, California -0.419644846495757451 +33014 sedimentology_html_8748254640 sedimentology_html_8748254640:912:72062:72082 Toro Chile -0.496967326315652103 +33015 sedimentology_html_6051696699 sedimentology_html_6051696699:792:53345:53364 Caledonia New Caledonia -0.0257194847392249668 +33016 geology_html_1098024541 geology_html_1098024541:283:26016:26022 Pueblo Colorado -0.446052041434467972 +33017 geology_html_3955381777 geology_html_3955381777:113:9818:9830 Tindir Anchorage, Alaska -0.0633942422333909211 +33018 aapg_ae_64.html aapg_ae_64.html:21:3165:3174 Owl Creek Absaroka -0.465835581370964813 +33019 sedimentology_html_6758585724 sedimentology_html_6758585724:1289:87064:87108 Basal Germany -0.455252106655251121 +33020 jgeology_html_6186634367 jgeology_html_6186634367:1012:69048:69056 Colorado Arizona -0.0413935142659100155 +33021 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8076:8082 Empire Grinnell, Iowa -0.0605656576216307002 +33022 palaios_html_5559953923 palaios_html_5559953923:688:65867:65875 Colorado Fremont, California -0.501560061931396017 +33023 aapg_ac_722.html aapg_ac_722.html:86:6755:6775 Trout Lake Mendota, Illinois -0.489182445167081981 +33024 aapg_af_441.html aapg_af_441.html:236:22125:22134 Extension Algeria -0.466144329889246756 +33025 aapg_af_775.html aapg_af_775.html:337:22922:22930 Oakville Beaumont, Texas -0.006663945278057983 +33026 AMJC_html_6336294256 AMJC_html_6336294256:18:1546:1554 Colorado Wisconsin -0.0748643782155731796 +33027 jgeology_html_8573637387 jgeology_html_8573637387:429:27041:27045 Hall London, Ontario -0.458750170743803365 +33028 palaios_html_8064020973 palaios_html_8064020973:456:56826:56834 Virginia Reston, Virginia -0.491049570598957486 +33029 aapg_af_470.html aapg_af_470.html:185:20179:20186 Madison Logan, Utah -0.0703003485701484965 +33030 aapg_ai_154.html aapg_ai_154.html:263:30729:30737 Catskill Chemung, New York -0.472528705500211532 +33031 aapg_aa_761.html aapg_aa_761.html:643:84548:84566 Kuparuk Anchorage, Alaska -0.0207284668430632625 +33032 aapg_ae_886.html aapg_ae_886.html:250:26277:26285 Colorado Arizona -0.444295421139491553 +33033 aapg_ah_165.html aapg_ah_165.html:402:47276:47295 Ellerslie Lacombe, Alberta -0.00486067457957646467 +33034 aapg_ae_958.html aapg_ae_958.html:1777:154444:154465 Bluff Carlsbad, New Mexico -0.0219799913092776147 +33035 palaios_html_5921824758 palaios_html_5921824758:484:39228:39247 Chuckanut Washington (state) -0.0412263676786630909 +33036 aapg_ah_180.html aapg_ah_180.html:30:3337:3373 Mahantango Schuylkill River Trail -0.451751782124743317 +33037 cspg_html_8694594891 cspg_html_8694594891:350:36883:36902 Queenston Ontario, California 0.00438467433341639505 +33038 gsa_html_1088102733 gsa_html_1088102733:1059:98832:98840 Colorado Littleton, Colorado -0.437987106587424679 +33039 aapg_ah_794.html aapg_ah_794.html:60:6501:6511 Washington California -0.45184182728382527 +33040 aapg_af_21.html aapg_af_21.html:35:3372:3386 Mission Canyon Williston, Vermont -0.455279223830003521 +33041 cspg_html_7178716951 cspg_html_7178716951:26:3694:3711 Kootenay Lacombe, Alberta -0.00424743388825097462 +33042 gsa_html_9280112280 gsa_html_9280112280:724:68648:68656 Colorado Denver -0.0677305389721809675 +33043 aapg_ai_523.html aapg_ai_523.html:5:985:1000 Weber Carbondale, Pennsylvania -0.0153756304706319062 +33044 sedimentology_html_3455721661 sedimentology_html_3455721661:561:44382:44400 Morrison New Mexico -0.0251613720923007447 +33045 cspg_html_4298557570 cspg_html_4298557570:401:52191:52207 Battle Edmonton, London -0.45184182728382527 +33046 sedimentology_html_3771694852 sedimentology_html_3771694852:934:67589:67596 Hampton Anchorage, Alaska 0.0139472629974676295 +33047 palaios_html_4480575740 palaios_html_4480575740:539:56273:56292 Fairview Cincinnati 0.000138974235394869979 +33048 aapg_ai_491.html aapg_ai_491.html:21:4312:4318 Navajo Emery Theatre -0.0469494744747350756 +33049 aapg_af_579.html aapg_af_579.html:312:33535:33559 Junction Creek Summerville, South Carolina -0.470181697121159758 +33050 aapg_ac_788.html aapg_ac_788.html:20:2841:2854 Barnett Montgomery (town), New York -0.442682549290708161 +33051 aapg_af_575.html aapg_af_575.html:262:35385:35394 Franconia Iowa -0.449755070503296051 +33052 aapg_ae_503.html aapg_ae_503.html:5:907:921 Nonesuch Michigan 0.28254301019219058 +33053 aapg_ah_385.html aapg_ah_385.html:134:16444:16460 Guinda Glenn County, California -0.41073257068006791 +33054 gsa_html_5138986185 gsa_html_5138986185:841:86670:86698 Green River Colorado 0.024215583511067007 +33055 aapg_ae_729.html aapg_ae_729.html:425:50030:50054 Frio Rayne, Louisiana -0.0331440604270269723 +33056 aapg_ak_136.html aapg_ak_136.html:638:69967:69973 Casper Cheyenne, Wyoming -0.484079342907875299 +33057 gsa_html_8152640301 gsa_html_8152640301:424:36126:36142 Naknek Talkeetna Mountains -0.46398990802263862 +33058 cspg_html_8438548095 cspg_html_8438548095:317:31188:31196 Edmonton Grand Prairie, Texas -0.034414119443985286 +33059 geology_html_6747470517 geology_html_6747470517:11:617:630 Santa Barbara California -0.463362613223226583 +33060 gsa_html_3179245953 gsa_html_3179245953:112:9473:9493 Wellington Stillwater, Oklahoma -0.017787713832192225 +33061 gsa_html_7411853369 gsa_html_7411853369:634:60644:60653 Arc Suwannee County, Florida -0.454414135268558672 +33062 sedimentology_html_6102370484 sedimentology_html_6102370484:422:29021:29030 Gibraltar Adriatic Sea -0.506374811889724219 +33063 aapg_aa_231.html aapg_aa_231.html:813:75046:75065 Mesaverde Cheyenne, Wyoming 0.00877304685539762562 +33064 aapg_aa_298.html aapg_aa_298.html:747:96585:96604 Smackover Texas -0.479909850633553348 +33065 aapg_af_788.html aapg_af_788.html:346:27977:27995 Squaw Bay Saginaw, Michigan -0.0288025393782587909 +33066 aapg_ah_180.html aapg_ah_180.html:71:7954:7964 Mahantango Onondaga (tribe) -0.413938644445855319 +33067 aapg_af_419.html aapg_af_419.html:170:20488:20501 Santa Barbara Channel Islands of California -0.446011775932438015 +33068 aapg_ai_359.html aapg_ai_359.html:57:5812:5820 Monterey Monterey, California 0.00619835605907248944 +33069 gsa_html_4220229801 gsa_html_4220229801:55:5396:5423 Columbia Reno, Nevada -0.424923287683910134 +33070 aapg_ad_338.html aapg_ad_338.html:629:64328:64345 Raritan Closter, New Jersey -0.470629904958731249 +33071 aapg_ah_876.html aapg_ah_876.html:10:1250:1269 San Marcos East Texas -0.0301590999875516533 +33072 aapg_ai_791.html aapg_ai_791.html:204:32415:32422 El Plan Honduras -0.488452230972983181 +33073 cspg_html_2083823293 cspg_html_2083823293:560:60112:60120 Columbia Lacombe, Alberta -0.452896019392303839 +33074 cspg_html_3772380029 cspg_html_3772380029:11:1043:1056 Portage Chute River Severn -0.464501195477937445 +33075 jgeology_html_4115179562 jgeology_html_4115179562:702:53674:53689 Lynchburg Virginia -0.0390781048690825028 +33076 aapg_aa_305.html aapg_aa_305.html:164:25623:25647 Bluff Piedmont (United States) -0.50743042537916494 +33077 gsa_html_1217771406 gsa_html_1217771406:272:25039:25052 Santa Barbara Santa Cruz Island -0.0212255895810763706 +33078 aapg_ad_466.html aapg_ad_466.html:445:52762:52779 Matawan Monmouth -0.45921987907792633 +33079 aapg_ah_645.html aapg_ah_645.html:374:45939:45955 Carmel Logan, Utah -0.512204726678937461 +33080 aapg_ah_328.html aapg_ah_328.html:310:32168:32188 Fall River Cheyenne, Wyoming -0.0413865497636988627 +33081 aapg_ae_526.html aapg_ae_526.html:91:9218:9224 Paluxy Cotton Valley, Louisiana -0.461765577936308902 +33082 aapg_aa_24.html aapg_aa_24.html:595:70540:70556 Sans Sault Sault Ste. Marie, Ontario -0.0221155785118801462 +33083 sedimentology_html_4464071344 sedimentology_html_4464071344:567:46493:46499 Navajo Logan, Utah -0.509045243574172801 +33084 aapg_ai_277.html aapg_ai_277.html:275:29979:29987 Virginia Cape Henry Light 0.00983284708618408117 +33085 aapg_ac_949.html aapg_ac_949.html:23:2410:2427 Hosston Escambia County, Alabama -0.0162549340297304112 +33086 aapg_ah_536.html aapg_ah_536.html:187:25010:25027 Hosston County Sligo -0.466473780345575129 +33087 gsa_html_2118098695 gsa_html_2118098695:562:53790:53818 Green River Colorado -0.0128491051493607039 +33088 aapg_ac_900.html aapg_ac_900.html:349:32258:32274 Inyan Kara Cheyenne, Wyoming -0.0098536958986005091 +33089 cspg_html_4727222822 cspg_html_4727222822:351:44755:44772 Schei Point Barrow, Alaska -0.0523523592034746896 +33090 aapg_aa_761.html aapg_aa_761.html:607:77298:77315 Ivishak Anchorage, Alaska -0.408342906321953247 +33091 cspg_html_7970178687 cspg_html_7970178687:134:13407:13426 Newcastle Cheyenne, Wyoming -0.448282824521055501 +33092 aapg_ah_318.html aapg_ah_318.html:320:43932:43970 Mt Lytton Alabama -0.489661768590455182 +33093 cspg_html_5973552270 cspg_html_5973552270:52:7055:7078 Watt Mountain Swan Hill, Victoria -0.432249992487968249 +33094 gsa_html_5865982995 gsa_html_5865982995:1068:116599:116615 Uinta Colorado -0.480807266046245518 +33095 gsa_html_6117440194 gsa_html_6117440194:1154:105579:105587 Colorado Absaroka -0.0842400510864208529 +33096 aapg_ai_159.html aapg_ai_159.html:209:24264:24290 Alazan Mexico -0.500385707625650822 +33097 aapg_ae_794.html aapg_ae_794.html:627:69855:69864 New River Blue Ridge Mountains 0.617079413297567325 +33098 geology_html_5843189220 geology_html_5843189220:236:19198:19207 Extension England -0.497593421871512953 +33099 AMJC_html_8522115051 AMJC_html_8522115051:1314:133704:133729 Bouse Colorado -0.443619144253208697 +33100 gsa_html_9158941999 gsa_html_9158941999:27:2516:2522 Sierra Lake Tahoe -0.469189557204259144 +33101 geology_html_1644975176 geology_html_1644975176:336:28023:28031 Columbia Victoria, British Columbia -0.441486425747427802 +33102 jgeology_html_9781546230 jgeology_html_9781546230:641:48103:48125 Gorge Salem, Oregon -0.0547936736355184237 +33103 aapg_ad_194.html aapg_ad_194.html:377:45356:45364 Richmond California -0.436850160261835319 +33104 palaios_html_9133125241 palaios_html_9133125241:581:69096:69115 Fairview Kentucky -0.41753718105898574 +33105 aapg_ae_113.html aapg_ae_113.html:168:20024:20033 Allen Bay Little Cornwallis Island -0.167954225131387191 +33106 gsa_html_8517233795 gsa_html_8517233795:634:57976:57993 Sisquoc California -0.0313801301050329814 +33107 geology_html_1828551853 geology_html_1828551853:14:665:713 Moresby New Guinea -0.0273835184878958443 +33108 aapg_ae_817.html aapg_ae_817.html:344:30398:30406 Colorado Denver -0.451351189275800146 +33109 aapg_ad_43.html aapg_ad_43.html:489:49001:49011 Santa Cruz Caleta Olivia -0.440300736461396947 +33110 cspg_html_5891044027 cspg_html_5891044027:331:64397:64409 Purcell Lava Purcell Mountains -0.0148473685012762528 +33111 aapg_ae_59.html aapg_ae_59.html:344:33837:33858 Green River Cheyenne, Wyoming 0.399887520823042353 +33112 aapg_ac_79.html aapg_ac_79.html:374:42068:42075 Clinton Logan, Utah 0.000903332848040377576 +33113 aapg_af_877.html aapg_af_877.html:63:6649:6670 Waltersburg Wabash River -0.465558942626108085 +33114 aapg_af_639.html aapg_af_639.html:20:1670:1679 Mansfield Shreveport, Louisiana -0.00161731451970968361 +33115 cspg_html_9119878068 cspg_html_9119878068:218:28220:28234 Fort Vermilion Swan Hill, Victoria -0.520526734377550149 +33116 gsa_html_8088103067 gsa_html_8088103067:694:78094:78104 Santa Cruz California -0.480597940731277096 +33117 aapg_ac_19.html aapg_ac_19.html:108:8817:8822 Sligo Paluxy, Texas -0.410622648467641627 +33118 cspg_html_9214997177 cspg_html_9214997177:24:3016:3031 Elk Lacombe, Alberta -0.482038661537539159 +33119 cspg_html_3060428958 cspg_html_3060428958:28:4547:4564 Bearpaw Lacombe, Alberta -0.450878806444675151 +33120 aapg_ai_735.html aapg_ai_735.html:222:24562:24578 Yucatan Mexico -0.507380013179488221 +33121 jgeology_html_8243039049 jgeology_html_8243039049:714:45657:45665 Michigan Salina, Kansas -0.487987661646075377 +33122 aapg_ac_995.html aapg_ac_995.html:362:30929:30948 Huizachal Mexico -0.466727815469158758 +33123 gsa_html_5568683977 gsa_html_5568683977:602:53376:53380 Hall Denton, Greater Manchester -0.452896019392303839 +33124 aapg_ad_0.html aapg_ad_0.html:277:24207:24218 Trempealeau Michigan -0.479893584862882694 +33125 geology_html_2065893412 geology_html_2065893412:84:11320:11325 Raton Bermuda -0.063513001885771872 +33126 aapg_ah_329.html aapg_ah_329.html:318:30884:30892 Monterey Monterey, California 0.0377204558504108806 +33127 aapg_ae_419.html aapg_ae_419.html:204:25037:25043 Sierra Coahuila -0.477714414009500876 +33128 aapg_ad_871.html aapg_ad_871.html:79:8541:8553 Ferron Point Cheboygan County Airport -0.0584956705548907718 +33129 cspg_html_9004532597 cspg_html_9004532597:414:52378:52396 Cardium Bow River -0.443755252554939694 +33130 cspg_html_3461479787 cspg_html_3461479787:16:1824:1833 Lodgepole Regina, Saskatchewan -0.0205424838715731368 +33131 aapg_ad_70.html aapg_ad_70.html:117:7599:7615 Chinle Chinle Formation -0.428868342306482297 +33132 aapg_ae_140.html aapg_ae_140.html:95:8620:8626 Navajo Arizona -0.00048640987057772464 +33133 gsa_html_7214330928 gsa_html_7214330928:577:53769:53777 Colorado Denver -0.0415049470252112224 +33134 cspg_html_4555867289 cspg_html_4555867289:91:10729:10744 Liard Western world -0.0230751498951462693 +33135 aapg_aa_458.html aapg_aa_458.html:165:23722:23747 Norfolk Washington (state) -0.0775655366398884799 +33136 aapg_ad_306.html aapg_ad_306.html:398:49172:49176 Omoa Nicaragua -0.018225670847461909 +33137 aapg_ai_491.html aapg_ai_491.html:573:67834:67842 Colorado Brill -0.515667363891819996 +33138 gsa_html_3380395839 gsa_html_3380395839:1209:97806:97834 Green River Colorado -0.01912594516902133 +33139 aapg_ac_574.html aapg_ac_574.html:141:16011:16031 Esmeralda Tonopah, Arizona -0.0277017418114762735 +33140 geology_html_6536193862 geology_html_6536193862:101:8571:8579 Navesink Bass River Township, New Jersey -0.417439513760371694 +33141 aapg_ac_807.html aapg_ac_807.html:746:74228:74236 Hawthorn Charleston, South Carolina -0.528646834642926389 +33142 cspg_html_7881580279 cspg_html_7881580279:171:22897:22916 Red River Edmonton, London -0.439223139625051329 +33143 aapg_ai_747.html aapg_ai_747.html:29:2408:2412 Buda Wilson County, Texas -0.427711626546922574 +33144 cspg_html_7779401416 cspg_html_7779401416:396:39370:39388 Eramosa Guelph -0.030261717523761382 +33145 aapg_af_162.html aapg_af_162.html:25:2862:2872 Brownstown Saratoga, California -0.419644846495757451 +33146 cspg_html_3926542795 cspg_html_3926542795:809:91010:91025 Leduc Swan Hill, Victoria -0.444945382159606273 +33147 palaios_html_9150736881 palaios_html_9150736881:362:35036:35050 Kope Cincinnati -0.454034931813569353 +33148 gsa_html_5628658687 gsa_html_5628658687:23:1057:1065 Virginia Washington (state) -0.456371367070690814 +33149 aapg_ae_66.html aapg_ae_66.html:94:8721:8726 Chazy Black River, Jamaica -0.0186775409744464604 +33150 cspg_html_4409656292 cspg_html_4409656292:829:83950:83968 Kaskapau Lacombe, Alberta -0.454041701910604445 +33151 gsa_html_8233590118 gsa_html_8233590118:950:84268:84276 Edmonton Lacombe, Alberta -0.50037380579535129 +33152 cspg_html_2161417858 cspg_html_2161417858:213:27693:27712 Lodgepole Regina, Saskatchewan -0.443755252554939694 +33153 cspg_html_4845813500 cspg_html_4845813500:264:29233:29249 Rocky Brook New Brunswick, New Jersey -0.0396281807220570936 +33154 aapg_ai_468.html aapg_ai_468.html:29:3752:3771 Cotton Valley Cotton Valley, Louisiana -0.0137370110791438689 +33155 aapg_ak_97.html aapg_ak_97.html:268:23806:23828 Red Mountain Alabama 0.490178989010443822 +33156 aapg_ae_700.html aapg_ae_700.html:22:3605:3614 Eel River Bodega, California -0.0768178877007437283 +33157 geology_html_3216923540 geology_html_3216923540:214:26953:26961 Colorado Littleton, Colorado -0.513439527987227695 +33158 aapg_ae_907.html aapg_ae_907.html:225:30810:30816 Tulare Panorama Hills, Calgary -0.469896801722409774 +33159 gsa_html_3179245953 gsa_html_3179245953:375:36613:36629 Whitehorse Stillwater, Oklahoma -0.00291152111123597944 +33160 sedimentology_html_9186155432 sedimentology_html_9186155432:1237:69494:69500 Random Thailand -0.0227413796680306819 +33161 aapg_aa_312.html aapg_aa_312.html:402:46047:46059 Kelvin Closter, New Jersey -0.426817068967231705 +33162 cspg_html_2820961138 cspg_html_2820961138:98:14583:14597 Colorado Colorado -0.4852429512232731 +33163 cspg_html_3068776384 cspg_html_3068776384:499:57315:57332 Cardium Canada 0.0327074019013336922 +33164 gsa_html_8881958017 gsa_html_8881958017:81:9967:9975 Columbia Victoria, British Columbia 1.099958950709502 +33165 aapg_ai_388.html aapg_ai_388.html:293:30331:30342 Green River Wasatch Range -0.442720440658756875 +33166 gsa_html_3447147750 gsa_html_3447147750:521:36760:36777 Forest Mississippi River -0.491282661525563435 +33167 aapg_ai_860.html aapg_ai_860.html:110:17038:17058 Sequatchie Murfreesboro, Tennessee -0.0143364940209374722 +33168 cspg_html_8875780398 cspg_html_8875780398:12:1446:1466 Kanayut Conglomerate Anchorage, Alaska -0.449451899065432481 +33169 aapg_ae_777.html aapg_ae_777.html:151:17943:17961 Tererro Pecos River -0.103607488041460652 +33170 cspg_html_2178758494 cspg_html_2178758494:277:36893:36913 Clearwater Lacombe, Alberta -0.0355416373678999614 +33171 geology_html_1170243990 geology_html_1170243990:247:26272:26276 Hall London, Ontario -0.457492019193031785 +33172 geology_html_1934209728 geology_html_1934209728:207:17615:17624 Eel River Monterey Bay -0.0460783921822131154 +33173 geology_html_1808510052 geology_html_1808510052:341:33313:33331 Monterey California -0.0162549340297304112 +33174 aapg_ah_160.html aapg_ah_160.html:20:3690:3698 Virginia Maryland -0.453572428394685367 +33175 aapg_ae_454.html aapg_ae_454.html:169:13803:13822 Cotton Valley Arkansas -0.458659434193013582 +33176 aapg_ac_333.html aapg_ac_333.html:898:110416:110420 Yeso New Mexico -0.011327042139941219 +33177 cspg_html_7378664643 cspg_html_7378664643:561:90839:90844 Nisku Big Hill, Indiana 0.792042786079546479 +33178 cspg_html_7809640865 cspg_html_7809640865:135:12664:12670 Viking Lacombe, Alberta -0.00415188686851174563 +33179 aapg_ah_320.html aapg_ah_320.html:94:10384:10396 Bossardville Maryland -0.0181770085033734277 +33180 gsa_html_5209011334 gsa_html_5209011334:60:4342:4370 Green River New Mexico -0.0129533588216162645 +33181 cspg_html_3124360347 cspg_html_3124360347:36:7045:7065 Smithville Arkansas -0.489006291184516995 +33182 aapg_af_577.html aapg_af_577.html:198:13729:13736 Halfway New Mexico -0.0167554219628843898 +33183 aapg_ai_739.html aapg_ai_739.html:12:1004:1010 Oregon California -0.458648092769168181 +33184 aapg_ai_112.html aapg_ai_112.html:58:11927:11944 Williana Citronelle, Alabama -0.0447440730819334553 +33185 jgeology_html_1004614520 jgeology_html_1004614520:380:22463:22479 Carmel Colorado Plateau -0.446052041434467972 +33186 aapg_ai_533.html aapg_ai_533.html:105:10810:10818 Columbia Victoria, British Columbia -0.464163347577605745 +33187 aapg_ac_729.html aapg_ac_729.html:675:64373:64389 Seabee Florence, Alabama -0.0187314184669610528 +33188 aapg_ad_52.html aapg_ad_52.html:134:18360:18367 Saginaw Muskegon, Michigan -0.0325612728688678896 +33189 cspg_html_4568084707 cspg_html_4568084707:52:8145:8167 Cooking Lake Lacombe, Alberta -0.0207284668430632625 +33190 cspg_html_9613527162 cspg_html_9613527162:218:31117:31135 Turner Valley Moose Mountain (Alberta) -0.465364661240374011 +33191 cspg_html_3233680622 cspg_html_3233680622:757:87393:87408 Lougheed Island District Council of Franklin Harbour 0.506700948552872399 +33192 aapg_ad_145.html aapg_ad_145.html:124:11156:11162 Dakota Mancos, Colorado -0.45691453935984655 +33193 aapg_aa_298.html aapg_aa_298.html:1291:133304:133318 Stony Mountain Nassau, Bahamas -0.445273887467667717 +33194 aapg_ad_466.html aapg_ad_466.html:408:49655:49672 Magothy Closter, New Jersey -0.419168591508356725 +33195 aapg_ac_741.html aapg_ac_741.html:80:9347:9353 Pierre Sharon Springs, Kansas -0.475473655949527896 +33196 aapg_af_186.html aapg_af_186.html:258:27375:27404 Jefferson Shreveport, Louisiana -0.437960495533138761 +33197 aapg_ac_730.html aapg_ac_730.html:441:63630:63655 Crevasse Canyon Mancos, Colorado -0.476449805414249639 +33198 aapg_ai_869.html aapg_ai_869.html:62:7247:7266 Kuparuk Prudhoe Bay Oil Field -0.493489605901760553 +33199 aapg_ad_329.html aapg_ad_329.html:80:10296:10316 Mahantango Pennsylvania -0.378784824440270562 +33200 gsa_html_4446967287 gsa_html_4446967287:997:88348:88361 Santa Barbara Victoria, British Columbia -0.027056608189623254 +33201 aapg_aa_712.html aapg_aa_712.html:140:18660:18677 Platteville Illinois 0.731347070290040202 +33202 aapg_ad_887.html aapg_ad_887.html:41:4815:4831 Paluxy Texas 0.097093723893846684 +33203 gsa_html_6062330506 gsa_html_6062330506:666:68704:68721 Rustler New Mexico -0.0663325030633102053 +33204 gsa_html_7102550258 gsa_html_7102550258:215:21742:21758 Navajo Kayenta, Arizona -0.47596853330555533 +33205 cspg_html_5295390542 cspg_html_5295390542:50:6077:6099 Charlie Lake Lacombe, Alberta -0.47829406272822006 +33206 gsa_html_1636483297 gsa_html_1636483297:1010:84893:84921 Green River Cheyenne, Wyoming -0.433588832161453941 +33207 aapg_ai_975.html aapg_ai_975.html:1125:90756:90766 Georgetown Buda, Texas -0.447276508327869859 +33208 geology_html_2391629888 geology_html_2391629888:80:7864:7883 Round Mountain Silt Western world -0.0255351835335731921 +33209 AMJC_html_2228158963 AMJC_html_2228158963:1204:116512:116521 Brunswick Casco Bay -0.0236297103321001234 +33210 aapg_ac_872.html aapg_ac_872.html:192:28963:28970 Oceanic Bering Sea -0.484191429205932 +33211 geology_html_1948005826 geology_html_1948005826:252:22009:22017 Columbia Victoria, British Columbia -0.449467616590735308 +33212 cspg_html_4648790511 cspg_html_4648790511:167:22571:22595 Kunga Charlotte Amalie, United States Virgin Islands -0.463435584788403632 +33213 geology_html_2270715369 geology_html_2270715369:280:28160:28179 Pearl China -0.00291152111123597944 +33214 aapg_ai_997.html aapg_ai_997.html:1102:103454:103475 Forbes Redding, California -0.0186775409744464604 +33215 cspg_html_9951421861 cspg_html_9951421861:55:8798:8817 Athabasca Lacombe, Alberta -0.0741048851457884045 +33216 cspg_html_7576506617 cspg_html_7576506617:368:53151:53172 Ekwan River Moose River (Maine) -0.438386363525214817 +33217 cspg_html_5497811468 cspg_html_5497811468:61:8878:8903 Old Fort Lake Ontario -0.0406396375841217364 +33218 aapg_ad_329.html aapg_ad_329.html:135:18611:18624 Harrell Genesee County, Michigan -0.488956974601549299 +33219 palaios_html_2048556014 palaios_html_2048556014:67:7453:7472 Conasauga Coosa River -0.496322745806207055 +33220 aapg_ai_480.html aapg_ai_480.html:149:14152:14168 Tulare Reno, Nevada -0.464884854319956187 +33221 sedimentology_html_2054687050 sedimentology_html_2054687050:1032:75736:75744 Columbia Venezuela -0.477204643263094197 +33222 cspg_html_7248845592 cspg_html_7248845592:130:14827:14833 Borden Melville Island (Canada) -0.463150573567572499 +33223 gsa_html_9542539418 gsa_html_9542539418:263:24118:24124 Kodiak Anchorage, Alaska -0.44304146514738707 +33224 aapg_ac_471.html aapg_ac_471.html:3:179:206 Prairie Regina, Saskatchewan -0.107627112416075491 +33225 aapg_ai_87.html aapg_ai_87.html:10:1205:1214 Lodgepole Kinderhook (town), New York 0.000792153354614578671 +33226 aapg_ac_867.html aapg_ac_867.html:292:40281:40289 Colorado Lisbon -0.497038450035218293 +33227 gsa_html_6982030333 gsa_html_6982030333:582:54394:54417 Elkhorn Ridge Argillite Grey Eagle, Minnesota -0.475963906981033746 +33228 cspg_html_9108214620 cspg_html_9108214620:373:41679:41701 Charlie Lake Regina, Saskatchewan -0.44714211768966694 +33229 aapg_ah_631.html aapg_ah_631.html:77:9910:9924 Point Pleasant Hancock County, Indiana -0.01223054087335982 +33230 aapg_aa_827.html aapg_aa_827.html:247:27066:27077 San Joaquin Sacramento, California -0.441437455474761709 +33231 cspg_html_9018334227 cspg_html_9018334227:601:67756:67764 Columbia Victoria, British Columbia -0.461026124022890449 +33232 cspg_html_3772380029 cspg_html_3772380029:515:65346:65370 Stony Mountain Manitoba -0.497778494048045861 +33233 geology_html_4781601757 geology_html_4781601757:52:5713:5724 San Jacinto Lake Elsinore, California -0.022871757858413614 +33234 aapg_ae_959.html aapg_ae_959.html:1407:101907:101917 San Andres New Mexico 0.00130635878656701733 +33235 aapg_aa_889.html aapg_aa_889.html:673:68467:68473 Casper Cheyenne, Wyoming -0.47503682505792677 +33236 gsa_html_6971334714 gsa_html_6971334714:417:39531:39541 Las Cruces New Mexico -0.408547201369101443 +33237 cspg_html_5241714595 cspg_html_5241714595:97:15680:15695 Elk Western Canadian Sedimentary Basin -0.431256465733329653 +33238 aapg_aa_702.html aapg_aa_702.html:1575:152212:152220 Colorado Colorado -0.464473797617463435 +33239 aapg_aa_357.html aapg_aa_357.html:263:23661:23677 Kaibab San Rafael Swell -0.0330048845874642768 +33240 aapg_ac_807.html aapg_ac_807.html:553:54925:54941 Calvert Virginia -0.0313488201123993324 +33241 aapg_aa_897.html aapg_aa_897.html:262:27177:27183 Kodiak Anchorage, Alaska -0.511015181265963236 +33242 aapg_aa_108.html aapg_aa_108.html:62:6840:6875 Notch Peak Deep Creek Mountains -0.223702731009949529 +33243 cspg_html_9193620351 cspg_html_9193620351:6:333:350 Bearpaw Lacombe, Alberta -0.454414135268558672 +33244 aapg_ae_570.html aapg_ae_570.html:119:12246:12263 Lockport Dolomite Huntington, West Virginia 0.286734143567949684 +33245 aapg_aa_305.html aapg_aa_305.html:43:6804:6812 Virginia Kirkwood, Missouri -0.0426837810068434811 +33246 palaios_html_5198166697 palaios_html_5198166697:15:623:629 Oregon Salem, Oregon -0.487560856421757394 +33247 palaios_html_3055982207 palaios_html_3055982207:13:674:682 Michigan Michigan -0.00908750930208491146 +33248 gsa_html_1636483297 gsa_html_1636483297:584:54870:54903 Green River Absaroka -0.120160429966119225 +33249 aapg_ak_21.html aapg_ak_21.html:80:9465:9483 Milligan Boise, Idaho 0.412814787853278908 +33250 cspg_html_6038396142 cspg_html_6038396142:60:8581:8599 Winnipeg Middle Ordovician -0.453355922590981064 +33251 aapg_aa_181.html aapg_aa_181.html:700:68836:68845 San Diego California -0.488759736831659075 +33252 aapg_aa_411.html aapg_aa_411.html:136:17977:17985 Trujillo Western world -0.467868439854770279 +33253 geology_html_1484286859 geology_html_1484286859:208:18637:18645 Virginia Canada -0.500557112785802838 +33254 aapg_ai_1.html aapg_ai_1.html:305:27246:27253 Paradox San Juan Mountains -0.465595518002078101 +33255 gsa_html_3860045860 gsa_html_3860045860:1109:101970:101979 Fullerton Pacific coast -0.0389701822838023973 +33256 cspg_html_1506720813 cspg_html_1506720813:732:82941:82952 San Antonio Texas -0.486457311735010611 +33257 aapg_af_703.html aapg_af_703.html:207:23245:23272 Jackson Daviess County, Missouri -0.4462802459552766 +33258 cspg_html_4516258038 cspg_html_4516258038:485:54528:54537 Bay Fiord Bathurst Island (Northern Territory) -0.454357696116458765 +33259 gsa_html_1040524378 gsa_html_1040524378:906:90387:90415 Green River Cheyenne, Wyoming 0.00313388258007131059 +33260 aapg_ai_479.html aapg_ai_479.html:510:59229:59247 Monterey California -0.44326223419282984 +33261 gsa_html_7199417381 gsa_html_7199417381:513:50981:50997 Loveland Peoria, Illinois -0.0173254356777415887 +33262 aapg_aa_507.html aapg_aa_507.html:94:11884:11894 Tuscaloosa Tishomingo, Mississippi 0.0195013611610286609 +33263 geology_html_8754746238 geology_html_8754746238:11:540:548 San Jose California 0.553213079347127046 +33264 cspg_html_3473883402 cspg_html_3473883402:33:5136:5141 Nisku Swan Hill, Victoria -0.0319472030481665059 +33265 aapg_af_291.html aapg_af_291.html:298:33867:33884 Ivishak Lisburne Peninsula 0.0136084280561302121 +33266 aapg_aa_358.html aapg_aa_358.html:103:11051:11058 Entrada Sweetwater, Miami-Dade County, Florida 0.0160185962775735505 +33267 palaios_html_2376163646 palaios_html_2376163646:506:55659:55667 Billings France -0.0214063649157180402 +33268 gsa_html_3448554349 gsa_html_3448554349:357:35718:35726 Rockwell Catskill Mountains -0.475554574599736102 +33269 aapg_ah_421.html aapg_ah_421.html:80:8458:8467 Fox Hills Lethbridge -0.371394487365972525 +33270 gsa_html_9621103960 gsa_html_9621103960:107:11066:11077 San Joaquin Sierra Nevada (Spain) 0.0208049463724238951 +33271 sedimentology_html_7382984039 sedimentology_html_7382984039:2636:71149:71155 Banner Canada 0.0016902762572143259 +33272 aapg_ai_665.html aapg_ai_665.html:43:6805:6813 Colorado Perdido River -0.0699156741554105426 +33273 aapg_ae_31.html aapg_ae_31.html:109:12325:12333 Red Rock Newton County, Georgia 0.0198594035678857569 +33274 geology_html_2276070502 geology_html_2276070502:111:11536:11552 Colorado Yampa River -0.0135458743690372828 +33275 gsa_html_6317284187 gsa_html_6317284187:839:71612:71619 Shuswap Arctic Cordillera -0.0214063649157180402 +33276 aapg_ac_406.html aapg_ac_406.html:8:910:923 Cotton Valley East Texas -0.443701699352459789 +33277 aapg_aa_627.html aapg_aa_627.html:276:26056:26062 Sierra Trinidad and Tobago -0.447153316157111791 +33278 aapg_af_322.html aapg_af_322.html:71:10953:10961 Colorado Denver -0.47482657712880405 +33279 geology_html_3441880285 geology_html_3441880285:185:20082:20090 Virginia Reston, Virginia -0.0637435420996290414 +33280 palaios_html_6229157009 palaios_html_6229157009:54:4509:4515 Brazil Peru, Indiana -0.0105034896980181463 +33281 aapg_ad_357.html aapg_ad_357.html:119:10507:10522 Santa Margarita Rancho Santa Margarita, California 0.316874137628723851 +33282 gsa_html_7120668170 gsa_html_7120668170:1146:96713:96723 Pittsburgh Sonora -0.498566694311008085 +33283 aapg_ad_194.html aapg_ad_194.html:214:23856:23878 Bonanza Middle East -0.472040378581138065 +33284 gsa_html_2717448156 gsa_html_2717448156:1421:132522:132538 Sullivan Victoria, British Columbia -0.0186775409744464604 +33285 aapg_ae_146.html aapg_ae_146.html:242:22677:22686 Boquillas Coahuila -0.064665792939098854 +33286 gsa_html_9216496168 gsa_html_9216496168:973:92442:92454 Dixie Valley Reno, Nevada -0.480765396922298249 +33287 cspg_html_2083823293 cspg_html_2083823293:563:60292:60322 Kootenay Lacombe, Alberta -0.0332814982379016425 +33288 aapg_ac_882.html aapg_ac_882.html:88:8716:8724 Fairview Cynthiana, Kentucky -0.078316802907732963 +33289 geology_html_1087495553 geology_html_1087495553:290:23324:23332 Palliser Lacombe, Alberta -0.0135198103742529222 +33290 aapg_ah_424.html aapg_ah_424.html:63:5849:5863 Colorado Niobrara, Nebraska -0.49339517418577894 +33291 cspg_html_6665051947 cspg_html_6665051947:567:52123:52139 Viking Lacombe, Alberta 0.938889218079033694 +33292 aapg_ai_737.html aapg_ai_737.html:48:6777:6789 Saskatchewan Victoria, British Columbia -0.451526708240674923 +33293 aapg_af_188.html aapg_af_188.html:297:34651:34672 Fort Union Fort Union Trading Post National Historic Site -0.4381734052234173 +33294 jgeology_html_8528623267 jgeology_html_8528623267:82:3325:3331 Oregon Salem, Oregon -0.491068403850714985 +33295 aapg_ah_176.html aapg_ah_176.html:772:60818:60824 Denver Colorado -0.0297260284355998494 +33296 palaios_html_9133125241 palaios_html_9133125241:372:45042:45060 Fairview Lexington, Kentucky -0.0131340660726573313 +33297 cspg_html_2571672964 cspg_html_2571672964:185:29919:29930 Stony Creek Canada -0.0449948948439064453 +33298 gsa_html_7040053075 gsa_html_7040053075:316:29477:29498 Topanga San Gabriel Mountains -0.453572428394685367 +33299 aapg_aa_735.html aapg_aa_735.html:175:16485:16516 Gaptank Texas -0.467870731747513147 +33300 aapg_ah_894.html aapg_ah_894.html:65:10042:10059 Shublik North Slope Borough, Alaska -0.467352915169897243 +33301 aapg_af_23.html aapg_af_23.html:353:39086:39095 Porcupine Cairns, Queensland -0.471340610693628537 +33302 aapg_ai_296.html aapg_ai_296.html:70:8114:8134 Everton Arkansas -0.480337517856500251 +33303 gsa_html_3646882130 gsa_html_3646882130:40:5100:5127 Columbia Salem, Oregon 0.00917958991324812311 +33304 aapg_ac_413.html aapg_ac_413.html:217:19003:19018 Bouse Gulf of California -0.0345846315968630358 +33305 aapg_ah_644.html aapg_ah_644.html:347:41513:41520 Rierdon Regina, Saskatchewan 0.303000144373920144 +33306 cspg_html_5828545040 cspg_html_5828545040:346:35593:35617 Salado New Mexico -0.499400809500577303 +33307 cspg_html_7402164801 cspg_html_7402164801:405:39004:39025 Milk River Lacombe, Alberta -0.0331753752251057327 +33308 aapg_af_892.html aapg_af_892.html:385:36605:36615 Palo Pinto Salesville, Arkansas -0.507524056198405349 +33309 aapg_ae_6.html aapg_ae_6.html:22:3483:3500 Edwards Texas -0.458738828173223645 +33310 sedimentology_html_3941612453 sedimentology_html_3941612453:736:58288:58303 Quinault Eel River (Indiana) -0.447314589257592876 +33311 cspg_html_4298557570 cspg_html_4298557570:247:34829:34847 Whitemud Regina, Saskatchewan -0.467980749597819323 +33312 aapg_af_653.html aapg_af_653.html:178:17751:17759 Vaqueros Monterey, California -0.0168874970090907538 +33313 aapg_ac_844.html aapg_ac_844.html:473:53798:53806 Columbia Victoria, British Columbia 0.00553124928900665478 +33314 aapg_ad_720.html aapg_ad_720.html:240:23994:23998 Yeso Guadalupe Mountains National Park -0.463821065177301928 +33315 jgeology_html_4310881782 jgeology_html_4310881782:800:56637:56666 Bouse Colorado Plateau -0.00470258659686692126 +33316 cspg_html_2184091860 cspg_html_2184091860:519:45558:45574 Mingan Anticosti Island -0.199848368861744924 +33317 aapg_af_263.html aapg_af_263.html:77:10373:10393 Otto Fiord Ellesmere Island -0.240012484939425397 +33318 aapg_ad_3.html aapg_ad_3.html:128:10920:10931 Beekmantown Huntington, West Virginia -0.20051854992306109 +33319 aapg_af_85.html aapg_af_85.html:152:17683:17690 Cantuar Regina, Saskatchewan -0.455387700672750584 +33320 jgeology_html_6016138758 jgeology_html_6016138758:930:56062:56070 Columbia Anchorage, Alaska -0.0272913568249384605 +33321 aapg_ac_867.html aapg_ac_867.html:722:97692:97702 Minnekahta Cheyenne, Wyoming -0.0360984802655648293 +33322 cspg_html_5308103526 cspg_html_5308103526:179:18754:18763 Cathedral Lacombe, Alberta -0.0237635726163751594 +33323 cspg_html_2838996125 cspg_html_2838996125:69:12832:12840 Ramparts Fort Good Hope Airport -0.438519487168151922 +33324 geology_html_9714557029 geology_html_9714557029:45:4130:4138 Colorado Regina, Saskatchewan -0.465787563493960222 +33325 cspg_html_5688447798 cspg_html_5688447798:161:24239:24259 Blue Fiord Ellesmere Island -0.304923635217658806 +33326 gsa_html_1040524378 gsa_html_1040524378:634:71078:71099 Green River Cheyenne, Wyoming 0.0172976297884785309 +33327 gsa_html_5277590404 gsa_html_5277590404:562:58481:58485 Hall Los Angeles -0.467980749597819323 +33328 aapg_ai_491.html aapg_ai_491.html:437:54720:54735 Hermosa Hermosa, Chicago -0.0836771905424842505 +33329 aapg_ah_90.html aapg_ah_90.html:271:38472:38488 Dakota Colorado -0.416901434342621002 +33330 palaios_html_5212272868 palaios_html_5212272868:35:3549:3571 Pierre Pueblo, Colorado -0.00326243548975702329 +33331 gsa_html_8981262717 gsa_html_8981262717:813:69737:69753 Gates Victoria, British Columbia -0.0289590583087490083 +33332 aapg_ah_532.html aapg_ah_532.html:12:1606:1614 Colorado Ouray, Colorado -0.0449948948439064453 +33333 cspg_html_5345848475 cspg_html_5345848475:105:14568:14585 Carlile Lacombe, Alberta 0.00751869385718860559 +33334 cspg_html_3447886929 cspg_html_3447886929:135:16180:16191 Utica Quebec City -0.498177249769521491 +33335 sedimentology_html_3973983243 sedimentology_html_3973983243:183:21033:21066 Provo Minorca -0.0515190157893396575 +33336 sedimentology_html_6261114825 sedimentology_html_6261114825:108:9699:9724 Santa Margarita Santa Cruz Mountains -0.415087607507273693 +33337 cspg_html_7028413504 cspg_html_7028413504:226:28890:28896 Exshaw Lacombe, Alberta -0.433387995206966137 +33338 aapg_ai_159.html aapg_ai_159.html:223:25969:25986 Caimito Darien, Georgia -0.0606843621333682456 +33339 aapg_ai_974.html aapg_ai_974.html:69:9474:9480 Oregon Washington (state) -0.46105569042928074 +33340 aapg_af_799.html aapg_af_799.html:3:285:299 Lodo California 0.0154260244702596958 +33341 cspg_html_4433937749 cspg_html_4433937749:70:10054:10060 Dakota Aspen, Colorado -0.437987106587424679 +33342 gsa_html_3445493534 gsa_html_3445493534:689:72426:72444 Monterey Ventura County, California -0.0313801301050329814 +33343 gsa_html_5295695236 gsa_html_5295695236:1050:111034:111040 Arroyo New Mexico -0.0448677412107618342 +33344 gsa_html_2832151886 gsa_html_2832151886:376:29424:29447 Belle Fourche Regina, Saskatchewan -0.460041893415422398 +33345 aapg_aa_925.html aapg_aa_925.html:9:1266:1281 Gatun Colombia -0.480611894173340604 +33346 gsa_html_8010927234 gsa_html_8010927234:336:26985:26997 Smalls Falls Rangeley, Maine -0.493432945605813467 +33347 gsa_html_9296779210 gsa_html_9296779210:726:63335:63343 Colorado Colorado -0.0169709132296714665 +33348 cspg_html_8298261690 cspg_html_8298261690:143:18497:18508 Peace River Edmonton, London -0.472604743150075168 +33349 cspg_html_2838996125 cspg_html_2838996125:16:2068:2094 Imperial California -0.000225833135678471921 +33350 aapg_af_854.html aapg_af_854.html:212:26858:26884 Sweetland Creek Albany, New York -0.0498491257699788942 +33351 aapg_ac_536.html aapg_ac_536.html:673:68776:68789 Madison Grand Forks, North Dakota -0.456391730122837791 +33352 aapg_ac_749.html aapg_ac_749.html:147:20186:20202 Grimsby Niagara Peninsula -0.390380128073110677 +33353 geology_html_7511751121 geology_html_7511751121:214:17309:17318 San Diego California -0.484413309843390927 +33354 cspg_html_9735723617 cspg_html_9735723617:702:85283:85292 Mackenzie Ellesmere Island -0.434606918343987458 +33355 aapg_ae_67.html aapg_ae_67.html:393:32126:32134 Colorado Colorado -0.500385707625650822 +33356 aapg_ac_333.html aapg_ac_333.html:644:78970:78974 Yeso Sycamore Canyon -0.0105034896980181463 +33357 cspg_html_3546031920 cspg_html_3546031920:5:237:252 Interlake Regina, Saskatchewan -0.0147795988543257695 +33358 sedimentology_html_9380539627 sedimentology_html_9380539627:1232:66377:66383 Forest Moscow -0.030023437417361392 +33359 cspg_html_9778753186 cspg_html_9778753186:116:17057:17072 Grassy Mountain Elbow River -0.0142287598645039169 +33360 gsa_html_4191208013 gsa_html_4191208013:200:18310:18318 Horcones Encanto Park -0.437987106587424679 +33361 gsa_html_1119256423 gsa_html_1119256423:630:58253:58276 Peoria Nebraska 0.277826551906593167 +33362 palaios_html_8910286482 palaios_html_8910286482:76:9202:9232 Waccamaw North Carolina -0.476218391360906934 +33363 cspg_html_6984906794 cspg_html_6984906794:767:55828:55845 Sikanni Victoria, British Columbia -0.437960495533138761 +33364 gsa_html_3448554349 gsa_html_3448554349:172:16085:16105 Hampshire Catskill Mountains -0.464450966712688929 +33365 aapg_ah_861.html aapg_ah_861.html:336:34659:34668 San Diego California -0.43491631701600808 +33366 cspg_html_7576506617 cspg_html_7576506617:376:54758:54780 Attawapiskat Moose River (Maine) -0.238080466026506732 +33367 aapg_af_861.html aapg_af_861.html:5:517:537 Stonewall Coffeyville, Kansas -0.464533160716817162 +33368 aapg_ai_919.html aapg_ai_919.html:383:69714:69742 Lisburne Anchorage, Alaska -0.466782751574986277 +33369 aapg_af_881.html aapg_af_881.html:64:9789:9797 Wolfcamp West Texas -0.0195500267274268287 +33370 gsa_html_1796614499 gsa_html_1796614499:687:59635:59663 Green River Colorado 0.00277949417154689906 +33371 aapg_af_751.html aapg_af_751.html:747:90882:90886 Hall California -0.451054234304276602 +33372 palaios_html_4244053259 palaios_html_4244053259:180:16035:16052 Juniata Pennsylvania -0.425818261082402505 +33373 aapg_ah_847.html aapg_ah_847.html:220:25724:25743 New Egypt New Egypt, New Jersey -0.0306269732531419848 +33374 aapg_ae_562.html aapg_ae_562.html:16:2433:2476 Allegheny Huntington, West Virginia 0.297416234624280185 +33375 gsa_html_8707521176 gsa_html_8707521176:344:32519:32527 Catoctin Quebec City -0.00860799843042621068 +33376 cspg_html_5431295472 cspg_html_5431295472:109:12550:12574 Basal Lacombe, Alberta -0.496386707811001693 +33377 aapg_ae_777.html aapg_ae_777.html:286:33899:33906 Tererro San Miguel County, New Mexico -0.477269506555081602 +33378 aapg_ai_105.html aapg_ai_105.html:557:66985:67002 Hermosa Des Moines, Washington -0.0405891491966653695 +33379 aapg_aa_976.html aapg_aa_976.html:319:42459:42479 Washington Astoria, Oregon -0.0456028204416603147 +33380 cspg_html_2653900441 cspg_html_2653900441:494:55767:55775 Columbia Victoria, British Columbia -0.450707909241451543 +33381 geology_html_3804268558 geology_html_3804268558:236:25154:25166 Dixie Valley Reno, Nevada -0.446052041434467972 +33382 aapg_ad_174.html aapg_ad_174.html:671:66363:66378 Mesaverde New Mexico -0.265839860221526059 +33383 aapg_ah_877.html aapg_ah_877.html:92:11952:11966 Pico California -0.472639307901536299 +33384 aapg_ad_379.html aapg_ad_379.html:517:43776:43784 Dinwoody Cheyenne, Wyoming -0.437953842888147871 +33385 aapg_aa_176.html aapg_aa_176.html:672:66475:66484 San Diego California -0.00984327149097449609 +33386 cspg_html_2784057671 cspg_html_2784057671:566:65191:65197 Oregon Washington (state) -0.0304773910336276765 +33387 gsa_html_4670506866 gsa_html_4670506866:691:60608:60618 Wind River Cheyenne, Wyoming -0.50029763809586858 +33388 geology_html_3262643310 geology_html_3262643310:14:862:875 Santa Barbara California -0.0493785557228638358 +33389 aapg_af_540.html aapg_af_540.html:395:52513:52527 Colorado Bow Island Airport -0.496967326315652103 +33390 aapg_ah_182.html aapg_ah_182.html:66:7656:7663 Hershey Closter, New Jersey -0.470181697121159758 +33391 jgeology_html_3196624419 jgeology_html_3196624419:679:45561:45578 Temblor California -0.442620143363224416 +33392 aapg_ac_835.html aapg_ac_835.html:330:45167:45174 Garland Garland, Texas -0.0642483167942689143 +33393 sedimentology_html_2041096405 sedimentology_html_2041096405:601:49400:49413 A-1 Carbonate Guelph -0.0173254356777415887 +33394 aapg_ae_884.html aapg_ae_884.html:161:21043:21052 Mesaverde Piceance Basin -0.0626468091378891839 +33395 aapg_aa_233.html aapg_aa_233.html:182:18297:18313 Cupido Matamoros, Tamaulipas -0.472512577150688062 +33396 aapg_aa_994.html aapg_aa_994.html:51:3846:3869 Cotton Valley Cotton Valley, Louisiana -0.48309921135944367 +33397 aapg_ah_696.html aapg_ah_696.html:389:55623:55631 Richland Washington (state) -0.423072537243216251 +33398 aapg_ad_466.html aapg_ad_466.html:1268:135769:135783 Patuxent Anne Arundel County, Maryland -0.0347847257870449039 +33399 geology_html_1574115242 geology_html_1574115242:149:13431:13437 Colton Colorado -0.444536590280039667 +33400 cspg_html_9177794814 cspg_html_9177794814:102:12160:12174 Nizi Anchorage, Alaska -0.0261211303154043166 +33401 palaios_html_4936782265 palaios_html_4936782265:73:8677:8700 Viola Texas -0.0292460145715184028 +33402 aapg_af_789.html aapg_af_789.html:218:29590:29595 Price Pocono Raceway -0.492776907152809196 +33403 cspg_html_9827358538 cspg_html_9827358538:274:31644:31663 Salina Michigan Basin -0.424217090203684033 +33404 aapg_ac_805.html aapg_ac_805.html:401:51943:51948 Stark Montgomery (town), New York -0.455028421021904994 +33405 palaios_html_4588969442 palaios_html_4588969442:397:24500:24522 Elk Colorado -0.444945382159606273 +33406 gsa_html_3484366946 gsa_html_3484366946:1340:119923:119936 Santa Barbara Northwest Arctic Borough, Alaska -0.0254117377860756666 +33407 gsa_html_8549650339 gsa_html_8549650339:386:39329:39342 Edwards Buda, Texas -0.512397919126235224 +33408 palaios_html_9133125241 palaios_html_9133125241:66:8853:8867 Kope Ohio 0.445439301874198557 +33409 cspg_html_6216640615 cspg_html_6216640615:1120:107348:107367 Swan Hills Lacombe, Alberta 0.419855865387963267 +33410 jgeology_html_8497213674 jgeology_html_8497213674:154:8011:8018 Newport San Bernardino County, California -0.0152261868031426748 +33411 aapg_ad_695.html aapg_ad_695.html:244:15615:15621 Weches Charlotte, North Carolina -0.433387995206966137 +33412 aapg_af_363.html aapg_af_363.html:406:50272:50280 Virginia Reston, Virginia -0.477142101104954475 +33413 aapg_aa_928.html aapg_aa_928.html:177:17194:17204 Yegua Washington (state) -0.442840811776842536 +33414 sedimentology_html_3907918417 sedimentology_html_3907918417:1475:121778:121802 Kaskapau Lacombe, Alberta -0.0498072961417324808 +33415 cspg_html_4287356899 cspg_html_4287356899:3612:372919:372959 Mount Head Lacombe, Alberta -0.443692774120845845 +33416 aapg_ae_708.html aapg_ae_708.html:522:57977:57982 Doerun Virginia -0.0275956665484899596 +33417 gsa_html_5598634716 gsa_html_5598634716:1184:63270:63275 Rapid California -0.0231725008237077118 +33418 AMJC_html_4144856313 AMJC_html_4144856313:135:14597:14606 Extension Tyrrhenian Sea -0.455188836413653375 +33419 aapg_ac_517.html aapg_ac_517.html:97:11712:11730 Keg River Rainbow trout -0.256723781111098059 +33420 aapg_ae_416.html aapg_ae_416.html:347:32625:32640 Meson Mexico -0.527317292541432114 +33421 cspg_html_1503116552 cspg_html_1503116552:113:17753:17761 Columbia Lacombe, Alberta -0.427689691071663991 +33422 aapg_ad_757.html aapg_ad_757.html:159:17745:17756 Black River Decorah, Iowa 0.0037592765078730871 +33423 cspg_html_8231573314 cspg_html_8231573314:162:17193:17212 Grayling Victoria, British Columbia -0.455188836413653375 +33424 palaios_html_4248032637 palaios_html_4248032637:104:10338:10352 Victoria Victoria, British Columbia -0.516934128760433431 +33425 cspg_html_7334652966 cspg_html_7334652966:244:27146:27154 Columbia Victoria, British Columbia -0.0320063471843775108 +33426 cspg_html_9161888567 cspg_html_9161888567:272:45253:45269 Earlie Eaton, Ohio -0.46814580209221146 +33427 cspg_html_4498577775 cspg_html_4498577775:1146:87315:87349 Zabriskie Quartzite Reno, Nevada -0.0331440604270269723 +33428 AMJC_html_7984049819 AMJC_html_7984049819:115:12919:12937 Marlboro Cambridge, Massachusetts -0.49593907588154873 +33429 aapg_ad_944.html aapg_ad_944.html:30:3653:3662 Spearfish Lacombe, Alberta -0.0879574245508883273 +33430 aapg_ae_388.html aapg_ae_388.html:1417:86928:86938 Tuscaloosa Texas -0.58279504121864012 +33431 aapg_ac_530.html aapg_ac_530.html:452:44360:44368 Colorado Englewood, New Jersey -0.0650186621337854737 +33432 aapg_ai_117.html aapg_ai_117.html:8:1034:1051 Hermosa Logan, Utah -0.466473780345575129 +33433 aapg_ai_37.html aapg_ai_37.html:8:1214:1226 Dakota Niobrara, Nebraska -0.481775474642512247 +33434 aapg_af_664.html aapg_af_664.html:18:2655:2669 Word Delaware -0.0497759240720029236 +33435 cspg_html_9052264748 cspg_html_9052264748:337:41009:41017 Coalspur Lacombe, Alberta -0.0715314923822443494 +33436 aapg_aa_124.html aapg_aa_124.html:571:58468:58488 Bow Island Lacombe, Alberta -0.202695513628341845 +33437 geology_html_1523318259 geology_html_1523318259:258:26692:26700 Colorado Denver -0.0596021394822493084 +33438 aapg_ac_944.html aapg_ac_944.html:54:6682:6701 Leadville Colorado -0.0718463193149325163 +33439 aapg_ah_189.html aapg_ah_189.html:34:4925:4946 Black River Glenwood, Utah -0.033773852470743819 +33440 gsa_html_1119256423 gsa_html_1119256423:654:59957:59965 Colorado Illinois -0.423072537243216251 +33441 aapg_ai_80.html aapg_ai_80.html:438:43844:43861 Martinsburg Cincinnati 0.0195500267274268669 +33442 cspg_html_4235335749 cspg_html_4235335749:12:1602:1614 Medicine Hat Regina, Saskatchewan -0.0150020229891999878 +33443 aapg_aa_731.html aapg_aa_731.html:451:60468:60483 Rockdale Colorado -0.0500861646985385212 +33444 aapg_af_854.html aapg_af_854.html:497:65557:65579 Edwardsville Brown County, Ohio -0.035973188044241329 +33445 aapg_ad_269.html aapg_ad_269.html:5:502:520 Morrison New Mexico -0.408001075134106161 +33446 geology_html_2686912689 geology_html_2686912689:43:3688:3691 Dot Republic of China -0.0724287988596579169 +33447 cspg_html_1009749092 cspg_html_1009749092:537:63687:63704 Belly River Lacombe, Alberta -0.0361854896356224864 +33448 sedimentology_html_4236052766 sedimentology_html_4236052766:695:43286:43291 Piper California -0.482597909534674852 +33449 aapg_ac_749.html aapg_ac_749.html:50:6370:6380 St. Edmund Manitoulin Island -0.483803859624134081 +33450 cspg_html_7595517955 cspg_html_7595517955:625:60403:60426 Snowblind Bay Canada -0.432236767973233238 +33451 aapg_af_338.html aapg_af_338.html:470:57985:58001 Mt Lytton Cedar Hill, Texas -0.00274648745693117794 +33452 gsa_html_3289054608 gsa_html_3289054608:1035:107799:107809 Slope South Africa -0.0176521575515221144 +33453 cspg_html_4626597050 cspg_html_4626597050:167:21025:21033 Dinwoody Cheyenne, Wyoming -0.0816367475229434758 +33454 gsa_html_5915330070 gsa_html_5915330070:967:76931:76940 Extension Tyrrhenian Sea -0.0346577090486229963 +33455 aapg_aa_621.html aapg_aa_621.html:362:45766:45785 Mesaverde Cheyenne, Wyoming -0.0579634464646465175 +33456 palaios_html_7404388355 palaios_html_7404388355:982:75649:75653 Hall London, Ontario -0.0282634328663418991 +33457 cspg_html_2729673354 cspg_html_2729673354:26:4407:4429 Medicine Hat Hatton, London -0.486419849038802532 +33458 aapg_ac_841.html aapg_ac_841.html:398:48757:48770 Santa Barbara San Pedro Sula -0.0218513582866363479 +33459 aapg_ac_984.html aapg_ac_984.html:193:17358:17367 Franconia Missouri River -0.238374238866274513 +33460 cspg_html_5973552270 cspg_html_5973552270:95:13916:13937 Beaverhill Swan Hill, Victoria -0.447780648817617921 +33461 aapg_ac_515.html aapg_ac_515.html:66:8552:8572 Purisima Bonito, Mato Grosso do Sul -0.42422364691980291 +33462 gsa_html_3448554349 gsa_html_3448554349:88:9410:9418 Catskill Pocono Raceway -0.428844183946785584 +33463 gsa_html_4891459463 gsa_html_4891459463:1197:113164:113177 Santa Barbara California -0.0399833098271603696 +33464 geology_html_2620787843 geology_html_2620787843:295:24457:24467 Santa Cruz Santa Cruz, California -0.452112016307883446 +33465 aapg_ai_28.html aapg_ai_28.html:242:22161:22172 Lissie Beaumont, Texas -0.100549900041801185 +33466 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100925:100933 Dunvegan Lacombe, Alberta -0.428809045611172668 +33467 gsa_html_5952049575 gsa_html_5952049575:919:86640:86661 Green River Cheyenne, Wyoming 0.0041553613038186523 +33468 aapg_ae_794.html aapg_ae_794.html:661:75201:75227 Coffee Selma to Montgomery marches -0.450743884934886652 +33469 aapg_ad_175.html aapg_ad_175.html:211:20366:20382 Stonewall Abilene, Kansas 0.00854719127328702234 +33470 cspg_html_1312400675 cspg_html_1312400675:260:30303:30313 Swan Hills Lacombe, Alberta -0.403056607357148822 +33471 aapg_aa_544.html aapg_aa_544.html:202:27560:27566 Dakota Colorado -0.424322003042767071 +33472 aapg_ac_366.html aapg_ac_366.html:326:34670:34682 Williamsport Rochester, Kent -0.0278217295801544348 +33473 aapg_ai_811.html aapg_ai_811.html:41:6896:6919 Detroit River Michigan -0.462166276497962936 +33474 gsa_html_5625878232 gsa_html_5625878232:98:12956:12967 San Antonio Baja California peninsula -0.495711798447340535 +33475 aapg_ai_975.html aapg_ai_975.html:198:22700:22717 Hosston County Sligo -0.237120928626499416 +33476 aapg_ak_85.html aapg_ak_85.html:223:26700:26719 Red Rock Columbia Country -0.0203460739927139034 +33477 sedimentology_html_4150247370 sedimentology_html_4150247370:465:33707:33711 Hall London, Ontario -0.043068633588496115 +33478 aapg_ai_897.html aapg_ai_897.html:217:23300:23312 Wilcox Shreveport, Louisiana -0.429947310326277143 +33479 aapg_ad_743.html aapg_ad_743.html:302:34846:34856 Pottsville McAlester, Oklahoma -0.440354093294291316 +33480 aapg_ah_828.html aapg_ah_828.html:283:20289:20308 Smackover Shreveport, Louisiana -0.016748470666176702 +33481 aapg_ad_683.html aapg_ad_683.html:512:51457:51463 Kaibab Coconino County, Arizona -0.44280960294495586 +33482 aapg_ae_875.html aapg_ae_875.html:310:36403:36420 Rico Puerto Rico -0.0481395257140627003 +33483 gsa_html_3561219088 gsa_html_3561219088:328:33527:33562 Cathedral Western world -0.438007065376213589 +33484 aapg_ah_318.html aapg_ah_318.html:3314:265072:265091 Eagle Mexico -0.451875596518584666 +33485 aapg_ae_419.html aapg_ae_419.html:4024:249253:249260 El Paso Texas -0.49463779564980348 +33486 sedimentology_html_6951714124 sedimentology_html_6951714124:757:60712:60723 Peace River Western Canadian Sedimentary Basin -0.00680987700292186304 +33487 aapg_ac_743.html aapg_ac_743.html:202:25224:25234 Washington Olympic National Park -0.0393566203457145145 +33488 aapg_af_664.html aapg_af_664.html:380:41977:41992 Blackstone Delaware -0.441517589995484405 +33489 aapg_aa_251.html aapg_aa_251.html:21:1894:1913 Smackover Columbia Country -0.443813272031764461 +33490 cspg_html_6736202792 cspg_html_6736202792:260:32559:32583 Athabasca Regina, Saskatchewan -0.00823968206365449651 +33491 aapg_ae_115.html aapg_ae_115.html:484:39197:39201 Wise Cheyenne, Wyoming -0.508804742928565479 +33492 geology_html_8332015754 geology_html_8332015754:345:23559:23568 San Diego Mexico -0.0500861646985385212 +33493 aapg_ae_305.html aapg_ae_305.html:91:12182:12188 Sierra Colombia -0.480563058112629005 +33494 gsa_html_3614490577 gsa_html_3614490577:767:62506:62518 Fayetteville Missouri River -0.50564626487896136 +33495 aapg_aa_598.html aapg_aa_598.html:374:36966:36981 Chugwater Cheyenne, Wyoming -0.0281695262279110618 +33496 gsa_html_8208054335 gsa_html_8208054335:123:13434:13441 Clarita Darien, Georgia 0.323720008277283255 +33497 aapg_ah_823.html aapg_ah_823.html:165:17293:17306 Turner Valley Calgary -0.0697163536414249357 +33498 cspg_html_2838996125 cspg_html_2838996125:16:2013:2040 Imperial California -0.433685955512457477 +33499 aapg_ad_440.html aapg_ad_440.html:447:42035:42040 Price Iowa -0.0640090237568710918 +33500 aapg_ad_443.html aapg_ad_443.html:158:19998:20008 Sequatchie Lee County, Alabama 0.70540147616987614 +33501 palaios_html_2298416430 palaios_html_2298416430:344:39180:39199 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0225014864703161413 +33502 sedimentology_html_2608220485 sedimentology_html_2608220485:1138:64443:64465 Lawrence Canada -0.440300736461396947 +33503 cspg_html_2184091860 cspg_html_2184091860:41:6852:6886 Romaine Anticosti Island -0.267132054381889195 +33504 aapg_aa_87.html aapg_aa_87.html:124:9181:9188 Anahuac Shreveport, Louisiana -0.416034190533336901 +33505 cspg_html_4287356899 cspg_html_4287356899:972:133218:133223 Kayak Great Britain -0.477308890203395286 +33506 aapg_ac_107.html aapg_ac_107.html:95:15402:15413 Mowry Logan, Utah -0.035868779002919772 +33507 cspg_html_5241714595 cspg_html_5241714595:384:59662:59683 Beaverhill Lacombe, Alberta -0.466073422560892126 +33508 aapg_aa_426.html aapg_aa_426.html:242:54412:54425 Cotton Valley Demopolis, Alabama -0.0740611389992319319 +33509 aapg_ac_825.html aapg_ac_825.html:596:68273:68298 Monterey Santa Cruz Mountains -0.0586492384279609716 +33510 aapg_ae_187.html aapg_ae_187.html:259:28074:28082 Michigan Bloomington, Indiana -0.0400668715535646355 +33511 aapg_ac_983.html aapg_ac_983.html:323:51853:51859 Hertha Tulsa, Oklahoma 0.0102845739324917348 +33512 aapg_ad_2.html aapg_ad_2.html:1129:154690:154701 Wissahickon Chambersburg, Pennsylvania -0.500707121160588686 +33513 aapg_af_726.html aapg_af_726.html:106:12725:12729 Nome Seward, Alaska -0.474805786132168894 +33514 aapg_ae_89.html aapg_ae_89.html:241:24142:24154 Rhode Island Norfolk, Virginia -0.00603852775893074737 +33515 aapg_ac_328.html aapg_ac_328.html:83:10324:10344 Wood River Boise, Idaho -0.191419437827243993 +33516 gsa_html_2883324839 gsa_html_2883324839:918:80010:80016 Laguna Chile -0.481989744615225701 +33517 aapg_aa_124.html aapg_aa_124.html:580:59731:59745 Colorado Bow Island Airport -0.0735817057493154542 +33518 aapg_ad_111.html aapg_ad_111.html:371:43334:43353 Mesaverde Mancos, Colorado -0.230207522128534403 +33519 cspg_html_1281670295 cspg_html_1281670295:341:40324:40337 Parry Islands Melville Island (Canada) -0.492309966808552324 +33520 aapg_ae_383.html aapg_ae_383.html:410:31748:31756 Woodford Sudbury, Suffolk -0.0227413796680306819 +33521 aapg_af_479.html aapg_af_479.html:809:83958:83977 Cabrillo California -0.479447557264900015 +33522 aapg_ai_996.html aapg_ai_996.html:1250:53299:53305 Midway Closter, New Jersey -0.0358061340755818636 +33523 aapg_ac_187.html aapg_ac_187.html:4979:473563:473573 Swan Hills Canada 0.00331802598112439446 +33524 aapg_ai_278.html aapg_ai_278.html:1263:143435:143452 Tamabra Veracruz, Veracruz -0.465705253187009671 +33525 gsa_html_3436154175 gsa_html_3436154175:1108:88475:88482 Madison Green River Formation -0.475473655949527896 +33526 aapg_ac_72.html aapg_ac_72.html:37:4784:4790 Sonora Honduras -0.0480959628490879726 +33527 aapg_ai_835.html aapg_ai_835.html:134:15281:15311 Beaumont Nueces River -0.478535310781285639 +33528 gsa_html_3648258377 gsa_html_3648258377:1398:122230:122258 Green River Colorado 0.00687589386139966178 +33529 gsa_html_7102550258 gsa_html_7102550258:225:23437:23453 Chinle Colorado -0.0509507230324179883 +33530 cspg_html_9717154602 cspg_html_9717154602:231:35143:35150 Bearpaw Lacombe, Alberta -0.444625928203921772 +33531 aapg_ac_730.html aapg_ac_730.html:627:91501:91507 Toreva Mancos, Colorado -0.4597920302667165 +33532 aapg_aa_684.html aapg_aa_684.html:256:24119:24126 Ankareh Cheyenne, Wyoming 0.00573971941669260566 +33533 aapg_ah_223.html aapg_ah_223.html:83:8513:8521 Colorado Denver -0.517911028695341225 +33534 aapg_aa_736.html aapg_aa_736.html:263:24305:24324 Michigan Michigan -0.454540571750530975 +33535 aapg_ae_72.html aapg_ae_72.html:136:15974:15981 Hermosa Hermosa, Chicago -0.432624764132568007 +33536 aapg_ad_931.html aapg_ad_931.html:143:13307:13322 Alto Illinois -0.484079342907875299 +33537 aapg_ak_36.html aapg_ak_36.html:537:45493:45512 Neruokpuk Anchorage, Alaska -0.495347335668958499 +33538 geology_html_7872773872 geology_html_7872773872:32:2786:2805 Virginia Sudbury, Suffolk -0.467980749597819323 +33539 cspg_html_4298557570 cspg_html_4298557570:21:2706:2730 Whitemud Red Deer, Alberta -0.0794185214978136572 +33540 gsa_html_2023933346 gsa_html_2023933346:1243:114926:114934 Woodford California -0.497365696740727614 +33541 cspg_html_9735723617 cspg_html_9735723617:1763:158952:158971 Griper Bay Melville Island (Canada) -0.439125439995052158 +33542 cspg_html_7866293053 cspg_html_7866293053:738:70945:70953 Columbia Victoria, British Columbia -0.45921987907792633 +33543 geology_html_6868377343 geology_html_6868377343:150:13900:13907 Yucatan Texas -0.0573056426018103762 +33544 aapg_ai_758.html aapg_ai_758.html:10:1679:1702 Lime Creek Illinois 0.926513068851533728 +33545 jgeology_html_2714962789 jgeology_html_2714962789:157:9759:9766 Arvonia Marine Corps Base Quantico -0.482963947665808413 +33546 geology_html_4034643281 geology_html_4034643281:11:497:505 Colorado Denver -0.475085351012185853 +33547 cspg_html_4326384800 cspg_html_4326384800:223:26886:26901 Nisku Lacombe, Alberta -0.040395903070456575 +33548 aapg_ah_199.html aapg_ah_199.html:202:24100:24114 Atoka Atoka, Oklahoma 0.0381486172653768829 +33549 cspg_html_6038396142 cspg_html_6038396142:11:1230:1238 Bullhead Winnipeg -0.0727279352030703458 +33550 aapg_ad_784.html aapg_ad_784.html:404:42456:42461 Sespe Simi Valley, California -0.00078520463717508945 +33551 cspg_html_5541937700 cspg_html_5541937700:22:3340:3357 Cardium Western Canadian Sedimentary Basin 0.0222755032646076469 +33552 aapg_ac_59.html aapg_ac_59.html:90:12196:12216 Point Loma La Jolla -0.471639785200352879 +33553 aapg_ae_338.html aapg_ae_338.html:59:6361:6367 Dakota New Mexico 0.374402739449963939 +33554 aapg_aa_750.html aapg_aa_750.html:632:80117:80135 Morrison Logan, Utah -0.00704441094107981659 +33555 aapg_ai_584.html aapg_ai_584.html:136:15397:15415 Fairbank Hartville, Missouri -0.493836733160428976 +33556 jgeology_html_4152045543 jgeology_html_4152045543:727:52021:52039 Gowganda Ontario, California -0.033773852470743819 +33557 aapg_ai_583.html aapg_ai_583.html:329:39078:39090 Rierdon Spearfish, South Dakota -0.43347626990885002 +33558 gsa_html_4520182275 gsa_html_4520182275:1124:117824:117852 Green River Iran 0.0128838563321653186 +33559 aapg_ah_536.html aapg_ah_536.html:422:55396:55413 Rodessa Melbourne, Florida -0.434712986404073964 +33560 aapg_ac_983.html aapg_ac_983.html:392:61518:61528 Lane Kansas City, Kansas -0.0314218768886919339 +33561 cspg_html_4555867289 cspg_html_4555867289:70:8053:8061 Columbia Lacombe, Alberta -0.0323768745751979448 +33562 gsa_html_2859191796 gsa_html_2859191796:650:60348:60376 Green River Iran -0.0259316078616598014 +33563 aapg_af_625.html aapg_af_625.html:342:32625:32637 Coffee Sunbury, Pennsylvania -0.0184133695346841396 +33564 cspg_html_1818321956 cspg_html_1818321956:724:72899:72910 Kunga Victoria, British Columbia 1.05317621277075224 +33565 aapg_ac_781.html aapg_ac_781.html:38:5156:5180 Barnett Cleburne, Texas 0.00583700570111729284 +33566 aapg_ai_288.html aapg_ai_288.html:72:13079:13097 San Onofre Breccia San Onofre Nuclear Generating Station -0.485448733097070706 +33567 geology_html_1021950961 geology_html_1021950961:73:7346:7361 Tejon Mojave Desert -0.464761517323236562 +33568 aapg_af_653.html aapg_af_653.html:879:99766:99773 Temblor Monterey, California -0.420201861941852717 +33569 gsa_html_5051880568 gsa_html_5051880568:68:8012:8021 Peninsula Korea -0.497963607057285929 +33570 geology_html_1098024541 geology_html_1098024541:42:3847:3866 Greenhorn Colorado 0.782312114361563227 +33571 aapg_ah_231.html aapg_ah_231.html:65:5954:5963 Smackover Cotton Valley, Louisiana 0.00389825344276496875 +33572 aapg_ah_757.html aapg_ah_757.html:217:23061:23081 Mount Head Canada -0.430277178902051582 +33573 aapg_ai_376.html aapg_ai_376.html:14:2209:2226 Edwards Balcones Fault -0.447404197686881167 +33574 geology_html_9687641771 geology_html_9687641771:224:20448:20460 Saskatchewan Seward, Alaska -0.0326639109248070408 +33575 cspg_html_3966956195 cspg_html_3966956195:534:44375:44410 La Vieille New Brunswick, New Jersey -0.4597920302667165 +33576 aapg_ae_271.html aapg_ae_271.html:146:12373:12389 Lisbon Alabama 0.391923305062871263 +33577 aapg_ah_677.html aapg_ah_677.html:88:10196:10210 Nonesuch Michigan 0.37912748072873026 +33578 geology_html_9004383999 geology_html_9004383999:298:25841:25860 Deadwood Lacombe, Alberta -0.461765577936308902 +33579 jgeology_html_9581048587 jgeology_html_9581048587:1451:74917:74926 Rochester Raleigh, North Carolina -0.434251235823504111 +33580 aapg_ad_152.html aapg_ad_152.html:1681:216003:216019 Pequop Reno, Nevada -0.0218513582866363479 +33581 aapg_ac_198.html aapg_ac_198.html:315:26541:26557 Mt Lytton Texas -0.483173848714512189 +33582 geology_html_3378578158 geology_html_3378578158:13:807:813 Oregon Salem, Oregon -0.481777803377517411 +33583 gsa_html_9457387752 gsa_html_9457387752:553:47875:47887 Mount Rogers Grandfather Mountain -0.00138974352800571069 +33584 aapg_ad_218.html aapg_ad_218.html:111:15179:15199 Bedford California -0.0539548121915135528 +33585 aapg_ah_779.html aapg_ah_779.html:646:120055:120065 Caseyville Missouri River -0.054549503916786618 +33586 aapg_ai_48.html aapg_ai_48.html:18:2499:2509 Phosphoria Texas -0.466073422560892126 +33587 aapg_ae_324.html aapg_ae_324.html:1423:137059:137067 Virginia Saltville, Virginia -0.44948782523520614 +33588 AMJC_html_5298823237 AMJC_html_5298823237:536:57073:57081 Colorado Denver -0.0462769907326050153 +33589 cspg_html_4319383223 cspg_html_4319383223:511:61294:61327 Halfway Victoria, British Columbia -0.0282634328663418991 +33590 gsa_html_5202646019 gsa_html_5202646019:77:7154:7171 Verulam Ottawa, Kansas -0.0129759471663572871 +33591 sedimentology_html_7553974053 sedimentology_html_7553974053:180:20473:20478 Levis Dolomites -0.0222894098360483031 +33592 cspg_html_6134774167 cspg_html_6134774167:558:54005:54013 Montreal Calgary -0.0213629091377398328 +33593 aapg_aa_72.html aapg_aa_72.html:9:791:802 Black River Medina County, Texas -0.468054102450840448 +33594 sedimentology_html_2726982309 sedimentology_html_2726982309:1020:75226:75238 Owens Valley California 0.376551916442356027 +33595 gsa_html_7999545108 gsa_html_7999545108:345:38180:38197 Onaping Sudbury, Suffolk 0.00387566967745058347 +33596 aapg_ae_430.html aapg_ae_430.html:107:9123:9136 Woodbine East Texas -0.0237635726163751594 +33597 aapg_af_606.html aapg_af_606.html:226:29369:29375 Tulare Rancho Santa Margarita, California -0.0229013103912739102 +33598 aapg_ac_59.html aapg_ac_59.html:407:45744:45753 San Diego California 0.00219579757813351652 +33599 aapg_ae_388.html aapg_ae_388.html:1663:104255:104268 Cook Mountain Tallahassee, Florida 0.0232994055869953955 +33600 cspg_html_6306091047 cspg_html_6306091047:470:65070:65078 Columbia Victoria, British Columbia -0.463526807661379381 +33601 aapg_ah_427.html aapg_ah_427.html:392:52000:52005 Atoka Atoka, Oklahoma -0.453292784807282967 +33602 cspg_html_2826081830 cspg_html_2826081830:87:14065:14088 Grand Rapids Waseca, Minnesota -0.489885075161781369 +33603 aapg_af_2.html aapg_af_2.html:256:28147:28167 Fitchville Logan, Utah -0.201991576224381492 +33604 gsa_html_4930932370 gsa_html_4930932370:290:30032:30049 Onwatin Chelmsford, Massachusetts -0.0146249457170983255 +33605 palaios_html_5582845937 palaios_html_5582845937:500:45053:45061 Virginia Hampton, New Hampshire -0.0414701241414489052 +33606 aapg_aa_505.html aapg_aa_505.html:34:4570:4580 Pittsburgh Pittsburgh -0.0373010146688876193 +33607 cspg_html_5456368738 cspg_html_5456368738:189:26315:26323 Columbia Victoria, British Columbia 0.00753780424990633125 +33608 aapg_ah_202.html aapg_ah_202.html:310:38461:38475 Woodford Wichita, Kansas -0.49880187346517274 +33609 cspg_html_5541725202 cspg_html_5541725202:292:40531:40546 Coal Mine Brook Springhill, Nova Scotia -0.491577059800919369 +33610 cspg_html_9912281240 cspg_html_9912281240:51:7564:7582 Lea Park Lacombe, Alberta -0.460946527021081187 +33611 aapg_ad_721.html aapg_ad_721.html:581:55354:55362 Carlsbad Carlsbad, New Mexico -0.101185516598285632 +33612 aapg_ac_910.html aapg_ac_910.html:308:29269:29286 Huizachal Mexico -0.448377013151321557 +33613 gsa_html_6141167042 gsa_html_6141167042:61:4499:4527 Green River Colorado -0.0179684568885802344 +33614 aapg_ad_2.html aapg_ad_2.html:163:22473:22480 Loudoun Maryland -0.46944207930236781 +33615 aapg_ad_101.html aapg_ad_101.html:45:5487:5500 Skinner Ranch Fort Stockton, Texas -0.526432155606555985 +33616 aapg_ai_4.html aapg_ai_4.html:85:9039:9054 Santa Margarita Monterey, California -0.463307888475886887 +33617 gsa_html_3946358846 gsa_html_3946358846:365:37071:37077 Denver Colorado -0.0617388373496724763 +33618 aapg_ae_959.html aapg_ae_959.html:310:24597:24611 Word Guadalupe Mountains National Park -0.0441518845397727636 +33619 palaios_html_8307405724 palaios_html_8307405724:562:35064:35081 Gething Canada -0.444856013246054061 +33620 geology_html_4781601757 geology_html_4781601757:266:25366:25374 Rockwell California -0.037309716590806806 +33621 aapg_ah_534.html aapg_ah_534.html:342:28714:28726 Esopus Monroe County, Florida -0.00967821874611652505 +33622 aapg_ak_122.html aapg_ak_122.html:194:24995:25001 Brazil Senegal -0.0357069470350891913 +33623 aapg_ac_972.html aapg_ac_972.html:157:19044:19052 Monterey Monterey, California 0.0666050929188798657 +33624 aapg_ad_192.html aapg_ad_192.html:70:9568:9574 Paluxy Shreveport, Louisiana 0.350150278365842005 +33625 aapg_ac_825.html aapg_ac_825.html:556:63543:63549 Carmel Monterey, California -0.481482104366479757 +33626 aapg_ai_435.html aapg_ai_435.html:28:3392:3406 Niobrara Niobrara, Nebraska -0.467336881448994379 +33627 cspg_html_9343899465 cspg_html_9343899465:2179:199575:199588 Weatherall Melville Island (Canada) 0.970604450465382462 +33628 cspg_html_9435196958 cspg_html_9435196958:1254:52248:52272 St. Mary River Lacombe, Alberta -0.457555451333636842 +33629 jgeology_html_8064855537 jgeology_html_8064855537:793:57459:57478 Niobrara Cheyenne, Wyoming -0.457963336268268129 +33630 sedimentology_html_4372260172 sedimentology_html_4372260172:387:33153:33170 Wapiabi Lacombe, Alberta -0.0477283018758572417 +33631 aapg_ah_624.html aapg_ah_624.html:133:13259:13274 Mesaverde Beaumont, Texas -0.0393566203457145145 +33632 aapg_af_345.html aapg_af_345.html:32:3651:3662 Black Creek Great Miami River -0.0231725008237077118 +33633 aapg_ac_400.html aapg_ac_400.html:422:49684:49693 Hampshire Jackson County, Missouri -0.0965133051041781598 +33634 gsa_html_8271829751 gsa_html_8271829751:629:54212:54224 Owens Valley California -0.452055720301517416 +33635 aapg_ai_17.html aapg_ai_17.html:1507:107872:107889 Bluff Plaquemines Parish, Louisiana -0.051396986039435856 +33636 aapg_aa_999.html aapg_aa_999.html:118:9715:9731 Kinderhook Greenwich, Connecticut -0.501793700638435203 +33637 aapg_ad_808.html aapg_ad_808.html:688:44889:44896 Thaynes Snake River Canyon (Idaho) -0.454305775206324536 +33638 aapg_ae_884.html aapg_ae_884.html:563:60734:60742 Colorado LeRoy, Wisconsin -0.503870719216367835 +33639 aapg_aa_44.html aapg_aa_44.html:63:7798:7806 Moenkopi Chinle Formation -0.455482628602140449 +33640 gsa_html_5809405091 gsa_html_5809405091:1061:93510:93538 Green River New Mexico -0.00562506076616993075 +33641 aapg_ae_973.html aapg_ae_973.html:525:38339:38343 Yeso Lubbock, Texas -0.00998573864189263374 +33642 geology_html_8708783169 geology_html_8708783169:23:1684:1690 Denver Colorado -0.499203493557790035 +33643 aapg_ah_773.html aapg_ah_773.html:132:7921:7938 Bird Spring Reno, Nevada -0.0236314487961183893 +33644 gsa_html_6837513060 gsa_html_6837513060:834:64420:64430 Washington Logan, Utah -0.47482657712880405 +33645 aapg_af_212.html aapg_af_212.html:22:1867:1873 Dayton Texas -0.472501057082917231 +33646 aapg_ai_468.html aapg_ai_468.html:405:50397:50410 Cotton Valley Alabama -0.0155250750483416668 +33647 gsa_html_9891566604 gsa_html_9891566604:221:24911:24932 Prospect Bennington, Vermont -0.0281312681566624895 +33648 cspg_html_4072152826 cspg_html_4072152826:671:80594:80601 Mistaya Mons -0.47254944238616009 +33649 gsa_html_6601072480 gsa_html_6601072480:1287:99186:99214 Green River Colorado 0.0221468680191138668 +33650 aapg_ac_881.html aapg_ac_881.html:418:48977:48995 Deadwood Williston, Vermont 0.484280174575605349 +33651 cspg_html_7573182509 cspg_html_7573182509:24:2915:2930 Nisku Lacombe, Alberta -0.436832441054611387 +33652 gsa_html_2717448156 gsa_html_2717448156:426:41237:41249 Yellowjacket Deep Creek, Virginia -0.486735992068403789 +33653 gsa_html_7459848927 gsa_html_7459848927:59:3867:3895 Green River Iran 0.00112916628904579774 +33654 cspg_html_5479700260 cspg_html_5479700260:53:4996:5020 Stony Mountain Manitoba 0.775854265603048376 +33655 aapg_ad_169.html aapg_ad_169.html:41:5013:5032 Mauch Chunk Huntington, West Virginia -0.00153219252139514682 +33656 cspg_html_4516258038 cspg_html_4516258038:263:27750:27764 Eids Bathurst Island (Northern Territory) 0.770769787558155173 +33657 cspg_html_7675189126 cspg_html_7675189126:42:6905:6920 Sinwa Southern United States -0.0395916240677814321 +33658 aapg_aa_702.html aapg_aa_702.html:1463:146239:146266 Madison Williston, Vermont -0.508569120353605353 +33659 aapg_af_236.html aapg_af_236.html:4:630:635 Boggy Holdenville, Oklahoma -0.0775497770525138547 +33660 aapg_ad_19.html aapg_ad_19.html:5:509:525 Casper Cheyenne, Wyoming -0.470181697121159758 +33661 cspg_html_5497811468 cspg_html_5497811468:234:31196:31212 Yeoman Williston Basin -0.458865873154244486 +33662 aapg_ai_17.html aapg_ai_17.html:1227:83394:83407 Chattahoochee Shreveport, Louisiana -0.457487488497030304 +33663 gsa_html_6982030333 gsa_html_6982030333:910:89791:89797 Oregon Washington (state) -0.44714211768966694 +33664 aapg_ae_204.html aapg_ae_204.html:423:39029:39040 Peace River Clearwater, Florida -0.00415188686851174563 +33665 aapg_ae_221.html aapg_ae_221.html:91:10843:10861 Vaqueros California -0.434637853624058046 +33666 aapg_ad_959.html aapg_ad_959.html:22:2529:2543 Kope Kentucky 0.0105973111472393959 +33667 cspg_html_9023649778 cspg_html_9023649778:420:45583:45600 Cardium Lacombe, Alberta -0.443813272031764461 +33668 cspg_html_6116883777 cspg_html_6116883777:1257:176066:176088 Barlow Inlet Ellesmere Island -0.0476394385223062114 +33669 aapg_ac_855.html aapg_ac_855.html:1040:85970:86001 Nariva Brighton, Michigan -0.488743302412917968 +33670 aapg_ac_63.html aapg_ac_63.html:37:4820:4829 Smackover Haynesville, Louisiana 0.0132661220895765857 +33671 gsa_html_7980021147 gsa_html_7980021147:92:6786:6792 Brazil Amazon Basin -0.0167554219628843898 +33672 geology_html_3589777851 geology_html_3589777851:11:465:473 Edmonton Earth -0.434757184965269161 +33673 aapg_ae_47.html aapg_ae_47.html:141:12896:12914 Sallisaw Sallisaw, Oklahoma 0.00106315342262959652 +33674 aapg_af_471.html aapg_af_471.html:276:32471:32479 Parkwood Illinois -0.0423511843522919873 +33675 aapg_ah_587.html aapg_ah_587.html:91:8423:8429 Putnam Jackson, Mississippi -0.0464616568793586454 +33676 aapg_ad_584.html aapg_ad_584.html:622:59066:59085 Cotton Valley Mississippi River -0.0395916240677814321 +33677 aapg_ah_505.html aapg_ah_505.html:1403:112003:112037 Colorado Cheyenne Mountain -0.458641287983651336 +33678 palaios_html_4932824604 palaios_html_4932824604:115:14727:14746 Cloverly Cheyenne, Wyoming -0.436965343294064001 +33679 aapg_ae_138.html aapg_ae_138.html:102:10276:10282 Midway Mississippi River 0.0157683588888968516 +33680 cspg_html_3233680622 cspg_html_3233680622:822:90742:90763 Bathurst Canadian Arctic Archipelago -0.497128548725757735 +33681 aapg_ac_219.html aapg_ac_219.html:2170:169111:169116 Weeks South America -0.507910695830472214 +33682 aapg_af_854.html aapg_af_854.html:985:138894:138910 Girkin Grayson County, Kentucky 0.0121540899829594047 +33683 gsa_html_7020634397 gsa_html_7020634397:571:46109:46135 Ivishak Northwest Arctic Borough, Alaska -0.0170838731942537375 +33684 sedimentology_html_2088284337 sedimentology_html_2088284337:272:24206:24227 Forest Colorado -0.458641287983651336 +33685 aapg_ah_645.html aapg_ah_645.html:497:59128:59143 Swift Cheyenne, Wyoming -0.00797387068518421935 +33686 aapg_ae_35.html aapg_ae_35.html:35:3362:3383 Green River Uinta Mountains -0.0201913809518237848 +33687 cspg_html_6964953392 cspg_html_6964953392:40:6491:6502 Buick Creek Valhalla, New York -0.479670542308177961 +33688 geology_html_9528538031 geology_html_9528538031:111:8719:8757 Kingston Peak California -0.0858167882570901874 +33689 aapg_ai_524.html aapg_ai_524.html:63:7464:7473 Bidahochi Chuska Mountains -0.0304826089875597575 +33690 aapg_ai_542.html aapg_ai_542.html:93:9443:9473 Lance Colorado -0.450932780647085085 +33691 gsa_html_1641861263 gsa_html_1641861263:555:56549:56565 Navajo Salt Lake City -0.47596853330555533 +33692 aapg_ad_800.html aapg_ad_800.html:107:12757:12763 Coffee Tupelo, Mississippi 0.321493398469126168 +33693 aapg_af_668.html aapg_af_668.html:30:4879:4885 Pocono Johnstown (city), New York 0.0211803960352845225 +33694 cspg_html_3354282978 cspg_html_3354282978:138:18557:18565 Montreal Quebec City -0.080700969865196745 +33695 aapg_ac_333.html aapg_ac_333.html:250:32192:32208 Hermosa Durango, Durango -0.472574788136010782 +33696 aapg_ad_683.html aapg_ad_683.html:689:68653:68658 Supai Coconino County, Arizona -0.442860875153750722 +33697 aapg_ah_439.html aapg_ah_439.html:188:19293:19298 Tokio Richland, Washington -0.47495364399168194 +33698 jgeology_html_8494933343 jgeology_html_8494933343:117:5590:5605 Bouse Colorado -0.104381093525843099 +33699 geology_html_9145998626 geology_html_9145998626:134:12599:12627 Big Cottonwood Moon -0.0544099822313272238 +33700 geology_html_5835205134 geology_html_5835205134:183:16616:16620 Java Sumatra -0.477142101104954475 +33701 aapg_ae_993.html aapg_ae_993.html:509:52115:52134 Jefferson Logan, Utah -0.439445222385884349 +33702 cspg_html_4407743346 cspg_html_4407743346:89:14695:14711 Muskeg Black Creek (Toronto) -0.00525502734736806466 +33703 aapg_ad_3.html aapg_ad_3.html:475:45030:45037 Juniata Juniata County School District 0.347974787794151308 +33704 cspg_html_3627006433 cspg_html_3627006433:679:70918:70930 Wilcox Texas -0.0233480816501955395 +33705 aapg_ae_875.html aapg_ae_875.html:369:42434:42449 Coamo Puerto Rico -0.500423794622032903 +33706 aapg_ae_461.html aapg_ae_461.html:58:8558:8585 Cotton Valley Arkansas -0.0165121278486362495 +33707 aapg_af_670.html aapg_af_670.html:322:30459:30465 Denver Colorado -0.506230968925011737 +33708 cspg_html_8438548095 cspg_html_8438548095:344:35502:35510 Paskapoo Edmonton, London 0.0126823000424950687 +33709 gsa_html_8308045298 gsa_html_8308045298:933:86349:86359 Washington Washington (state) -0.465641239344597002 +33710 aapg_af_959.html aapg_af_959.html:90:9576:9598 Yegua Texas -0.00168159033485223096 +33711 aapg_ah_531.html aapg_ah_531.html:128:14331:14337 Pioche Reno, Nevada 0.354810105775948736 +33712 cspg_html_3734757529 cspg_html_3734757529:190:32263:32273 Swan Hills Swan Hill, Victoria -0.0557913716164957427 +33713 cspg_html_2769629211 cspg_html_2769629211:140:16604:16623 Hay River Hay River (Canada) 0.333461739563735871 +33714 cspg_html_6472484014 cspg_html_6472484014:109:14311:14331 La Vieille New Brunswick, New Jersey -0.439778445957034858 +33715 cspg_html_8740534160 cspg_html_8740534160:165:21007:21014 Selkirk Purcell Mountains -0.0498072961417324808 +33716 aapg_ad_811.html aapg_ad_811.html:45:4386:4394 Beaumont Montgomery (town), New York 0.0191363732938989103 +33717 aapg_ae_823.html aapg_ae_823.html:142:10695:10699 Monk Morrow County, Ohio -0.0104235679161521783 +33718 aapg_ac_380.html aapg_ac_380.html:197:24799:24807 Onondaga Tioga, Texas -0.457068497754203162 +33719 cspg_html_4685751140 cspg_html_4685751140:334:37350:37378 Prairie Regina, Saskatchewan -0.00716428423732448638 +33720 cspg_html_4530154552 cspg_html_4530154552:95:15566:15584 Grayling Victoria, British Columbia -0.0276304452324186781 +33721 aapg_aa_861.html aapg_aa_861.html:582:61016:61025 Allen Bay Little Cornwallis Island -0.0170265242171895904 +33722 aapg_aa_236.html aapg_aa_236.html:89:8061:8069 Oak Flat California -0.450649451770273157 +33723 aapg_aa_735.html aapg_aa_735.html:94:8760:8770 Keokuk Illinois -0.595927141801878113 +33724 geology_html_5146003460 geology_html_5146003460:89:6600:6607 Yucatan Guatemala -0.0540437511294119405 +33725 aapg_ai_515.html aapg_ai_515.html:450:50213:50228 Uinta Wasatch Range -0.470457490274840129 +33726 geology_html_5828016264 geology_html_5828016264:66:5765:5770 Bluff Logan, Utah -0.469152832749018645 +33727 aapg_ae_648.html aapg_ae_648.html:498:45061:45066 Cadiz Atlantis -0.454414135268558672 +33728 gsa_html_8319219146 gsa_html_8319219146:381:40487:40501 Potomac Leesburg, Florida -0.0500164465946093956 +33729 cspg_html_9214997177 cspg_html_9214997177:270:27091:27134 Prairie Regina, Saskatchewan -0.458784199315796892 +33730 aapg_ai_696.html aapg_ai_696.html:625:67677:67695 Plympton Reno, Nevada -0.250318616312741993 +33731 gsa_html_9280112280 gsa_html_9280112280:633:62296:62302 Warner Lake Agassiz -0.0226179559252577995 +33732 cspg_html_3175305741 cspg_html_3175305741:24:3392:3402 Road River Rock River (Iowa) 0.894325464795561853 +33733 cspg_html_2738241424 cspg_html_2738241424:10:1030:1053 Turner Valley Elkton, Kentucky -0.0257872942551229771 +33734 cspg_html_7833083677 cspg_html_7833083677:3042:241542:241561 Matanuska Anchorage, Alaska -0.483281151267174081 +33735 geology_html_4334622851 geology_html_4334622851:16:1014:1020 Denver Colorado -0.456608964648804683 +33736 aapg_ac_414.html aapg_ac_414.html:250:30533:30539 Toroweap Reno, Nevada -0.041236814250852856 +33737 gsa_html_8035658736 gsa_html_8035658736:797:90031:90037 Oregon Washington (state) -0.431450242580359467 +33738 aapg_ad_169.html aapg_ad_169.html:305:35699:35714 Bluefield Huntington, West Virginia -0.286567875648841286 +33739 gsa_html_8491258533 gsa_html_8491258533:282:34239:34248 Sugarloaf Portland, Maine -0.483407132229491276 +33740 aapg_aa_147.html aapg_aa_147.html:260:31922:31930 Winnipeg Regina, Saskatchewan -0.409420769294208231 +33741 aapg_af_568.html aapg_af_568.html:653:54314:54326 Beaver Creek Cheyenne, Wyoming -0.0122044780485856749 +33742 gsa_html_4776932480 gsa_html_4776932480:29:2796:2824 Green River New Mexico -0.0393566203457145145 +33743 sedimentology_html_1858663980 sedimentology_html_1858663980:781:44223:44242 Robertson Antarctica -0.411700846829734624 +33744 aapg_ac_253.html aapg_ac_253.html:67:9922:9928 Frisco Sallisaw, Oklahoma -0.0592775088645998635 +33745 sedimentology_html_3458220619 sedimentology_html_3458220619:503:35410:35414 Hall London, Ontario -0.057787211363986013 +33746 aapg_af_149.html aapg_af_149.html:150:13380:13394 Frio Shreveport, Louisiana -0.442595627901035182 +33747 aapg_aa_124.html aapg_aa_124.html:314:31595:31611 Blackstone Crowsnest Pass, Alberta -0.497512762155281452 +33748 AMJC_html_9500753417 AMJC_html_9500753417:377:47885:47896 Tibbit Hill Middle Ordovician -0.513221913183027123 +33749 aapg_af_653.html aapg_af_653.html:24:3129:3136 Temblor Monterey, California -0.464501195477937445 +33750 aapg_aa_416.html aapg_aa_416.html:160:20669:20681 Fernie Regina, Saskatchewan 0.0831757601113737449 +33751 aapg_ad_167.html aapg_ad_167.html:61:9875:9904 Brassfield Cynthiana, Kentucky 0.0441275011885274779 +33752 aapg_ac_723.html aapg_ac_723.html:3:423:442 Mansfield Kentucky -0.441134787563673747 +33753 cspg_html_9905904289 cspg_html_9905904289:56:8177:8194 Bearpaw Regina, Saskatchewan 0.00711563996852309245 +33754 aapg_ai_153.html aapg_ai_153.html:97:17046:17057 Monongahela Allegheny Mountains 0.00163989791216455892 +33755 cspg_html_4495395109 cspg_html_4495395109:179:18843:18854 San Antonio Texas -0.475977786028375149 +33756 gsa_html_3096615185 gsa_html_3096615185:564:52517:52530 Nahant Gabbro Cambridge, Massachusetts -0.0479199713331230001 +33757 aapg_ae_415.html aapg_ae_415.html:977:123750:123759 Catahoula Simpson County, Kentucky -0.446011775932438015 +33758 aapg_ai_491.html aapg_ai_491.html:166:19449:19454 Atoka Atoka, Oklahoma -0.0720142347087937423 +33759 cspg_html_9729377176 cspg_html_9729377176:613:81469:81478 Baldonnel Western Canadian Sedimentary Basin -0.596220577120371242 +33760 palaios_html_4421656336 palaios_html_4421656336:321:33111:33119 Virginia Reston, Virginia -0.474842748246669499 +33761 aapg_aa_15.html aapg_aa_15.html:67:8978:8994 Yegua Texas 0.0157683588888968516 +33762 cspg_html_2193428533 cspg_html_2193428533:6:349:392 Doig Lacombe, Alberta -0.0336555463053693354 +33763 sedimentology_html_5664371546 sedimentology_html_5664371546:116:10072:10145 Silica Spain -0.0576354087003293492 +33764 palaios_html_2847312584 palaios_html_2847312584:180:22630:22645 Rochester Ontario, California -0.461026124022890449 +33765 jgeology_html_3171318738 jgeology_html_3171318738:686:39775:39783 Gallatin Cheyenne, Wyoming -0.467263588143899677 +33766 aapg_ai_153.html aapg_ai_153.html:255:41251:41259 Colorado Kearny, New Jersey -0.0411306079885422268 +33767 geology_html_4171815030 geology_html_4171815030:12:582:588 Oregon Salem, Oregon -0.466810220907495799 +33768 aapg_ae_941.html aapg_ae_941.html:35:2920:2934 Pleasant Grove Rusk County, Wisconsin -0.477234757760444439 +33769 cspg_html_9501006975 cspg_html_9501006975:472:52236:52265 Dunvegan Canada -0.451054234304276602 +33770 cspg_html_2419618566 cspg_html_2419618566:12:1900:1906 Antler Canada -0.448282824521055501 +33771 gsa_html_6753732431 gsa_html_6753732431:777:68931:68939 Woodford California -0.457501080653503367 +33772 aapg_aa_215.html aapg_aa_215.html:733:59615:59621 Denver Jamaica, Queens -0.473676885959420813 +33773 aapg_ai_491.html aapg_ai_491.html:295:36571:36584 Naco Uinta Mountains -0.0497759240720029236 +33774 sedimentology_html_3200584564 sedimentology_html_3200584564:1333:87445:87462 Cardium Wadsworth, Ohio -0.410691617835270306 +33775 gsa_html_6281658899 gsa_html_6281658899:778:81237:81245 Colorado Uinta Mountains -0.0394819549454150931 +33776 aapg_af_28.html aapg_af_28.html:661:57261:57269 Virginia Jacksonville, Illinois -0.0291155791192652773 +33777 gsa_html_7012936645 gsa_html_7012936645:195:21966:21977 Martinsburg Hamburg -0.40029270981764864 +33778 geology_html_8211767968 geology_html_8211767968:274:21241:21253 Dixie Valley Reno, Nevada 0.439569611888564804 +33779 aapg_ad_971.html aapg_ad_971.html:169:17704:17714 Washington Salem, Oregon -0.00200296970089739335 +33780 aapg_aa_863.html aapg_aa_863.html:472:40849:40864 Mural Arizona -0.452887004013691252 +33781 jgeology_html_4925928181 jgeology_html_4925928181:761:59401:59408 Theresa Northern Cyprus -0.416506742676156949 +33782 aapg_ae_319.html aapg_ae_319.html:392:31072:31080 Woodside Vernal, Utah -0.0216462427440761718 +33783 aapg_ai_38.html aapg_ai_38.html:184:19607:19619 Dakota Western world -0.431641856483014286 +33784 aapg_aa_243.html aapg_aa_243.html:18:2347:2372 Venango Venango, Pennsylvania 0.0145172103722691747 +33785 cspg_html_2661887503 cspg_html_2661887503:106:11446:11470 Thumb Mountain Middle East 0.016034236202214884 +33786 aapg_ai_17.html aapg_ai_17.html:688:49934:49953 Catahoula Shreveport, Louisiana 0.414877620792870716 +33787 aapg_ai_584.html aapg_ai_584.html:915:96194:96211 Reclamation Black Hills -0.440620923452583413 +33788 cspg_html_6985536436 cspg_html_6985536436:700:89664:89681 Hassel Banks Island 1.23939989810442586 +33789 sedimentology_html_3427043115 sedimentology_html_3427043115:28:2635:2646 Bedford Alaska -0.010750205891597751 +33790 cspg_html_5295390542 cspg_html_5295390542:228:29907:29921 Doig Western world -0.457532796484121151 +33791 cspg_html_3465307753 cspg_html_3465307753:5:198:203 Alexo North Portal, Saskatchewan -0.0641487557368967259 +33792 aapg_ae_993.html aapg_ae_993.html:207:18133:18148 Darby Cheyenne, Wyoming 0.0247475823805084101 +33793 cspg_html_9343899465 cspg_html_9343899465:1742:142346:142363 Beverley Inlet Cape Cod -0.467889067103673728 +33794 gsa_html_4181975259 gsa_html_4181975259:180:18634:18640 Nelson Salem, Oregon -0.47249414511500698 +33795 aapg_ai_621.html aapg_ai_621.html:37:7207:7213 Sierra Texas -0.485238274937032199 +33796 gsa_html_7632212878 gsa_html_7632212878:702:62515:62543 Green River Colorado -0.018955619907530568 +33797 cspg_html_3385840278 cspg_html_3385840278:1587:178051:178076 Beaverhill Lacombe, Alberta -0.466842269540434285 +33798 aapg_ae_6.html aapg_ae_6.html:633:69142:69147 Sligo County Sligo 0.714228254736796409 +33799 aapg_ah_469.html aapg_ah_469.html:283:25662:25668 Reklaw Charlotte, North Carolina -0.234352092420498453 +33800 gsa_html_9979192554 gsa_html_9979192554:28:2744:2764 Slope Anchorage, Alaska 0.0312827215063835179 +33801 aapg_ae_755.html aapg_ae_755.html:119:15472:15493 Pungo River North Carolina -0.467925738958578585 +33802 aapg_ah_888.html aapg_ah_888.html:52:7620:7624 Wise Denton, Greater Manchester 0.00132025624175985054 +33803 gsa_html_5924250698 gsa_html_5924250698:863:82263:82271 Colorado Denver -0.493432945605813467 +33804 aapg_ak_104.html aapg_ak_104.html:69:10099:10115 Amsden Cheyenne, Wyoming -0.0556343814854292629 +33805 cspg_html_1166788717 cspg_html_1166788717:137:15419:15434 Leduc Lacombe, Alberta -0.44830973456876172 +33806 jgeology_html_4115179562 jgeology_html_4115179562:167:10823:10839 Lynchburg Unicoi, Tennessee -0.45099125631104503 +33807 aapg_ae_324.html aapg_ae_324.html:1055:105143:105151 Virginia Knoxville, Tennessee -0.465641239344597002 +33808 aapg_aa_90.html aapg_aa_90.html:56:4347:4360 Cotton Valley Alabama -0.42655631436454855 +33809 gsa_html_3648258377 gsa_html_3648258377:788:73398:73414 Tinton Shrewsbury, Massachusetts -0.466759861116235797 +33810 gsa_html_8473518978 gsa_html_8473518978:14:471:477 Reston Virginia -0.481393647209346964 +33811 aapg_af_579.html aapg_af_579.html:182:19218:19226 Colorado Dolores River -0.0164252377233713442 +33812 aapg_ad_557.html aapg_ad_557.html:1413:131732:131743 Haynesville Texas -0.446029671493266278 +33813 cspg_html_2758185645 cspg_html_2758185645:31:5041:5056 Banff Lacombe, Alberta -0.194287134510962051 +33814 aapg_ac_782.html aapg_ac_782.html:31:5997:6010 Barnett Texas -0.0369512035856853355 +33815 aapg_ai_49.html aapg_ai_49.html:445:56640:56648 Quadrant Cheyenne, Wyoming -0.04995370085151081 +33816 aapg_ae_67.html aapg_ae_67.html:466:35120:35128 Colorado Brainerd, Minnesota -0.453044786078658057 +33817 aapg_af_162.html aapg_af_162.html:238:21133:21139 Annona Austin, Chicago -0.487987661646075377 +33818 aapg_ah_131.html aapg_ah_131.html:52:5035:5042 Rodessa Henderson County, Texas -0.429008912224210892 +33819 cspg_html_4298557570 cspg_html_4298557570:23:3306:3322 Battle Lacombe, Alberta -0.0446325991388740947 +33820 cspg_html_7942491933 cspg_html_7942491933:99:9538:9556 Dunvegan Pine River (Michigan) -0.238159049729749966 +33821 aapg_ah_335.html aapg_ah_335.html:193:24759:24764 Price Pottsville, Pennsylvania -0.511215328919673806 +33822 aapg_ad_244.html aapg_ad_244.html:238:23134:23146 Little Falls Herkimer County, New York -0.441637804770763531 +33823 geology_html_9177140978 geology_html_9177140978:84:6912:6922 Covey Hill Hudson Valley -0.0394819549454150931 +33824 AMJC_html_3357557350 AMJC_html_3357557350:854:93064:93070 Denver Gulf of Alaska -0.0482911263715116029 +33825 aapg_ah_694.html aapg_ah_694.html:365:44444:44450 Brazil Santiago -0.484310536940914471 +33826 sedimentology_html_3181527419 sedimentology_html_3181527419:333:19168:19179 Supai McAllen, Texas -0.44948782523520614 +33827 cspg_html_3248931978 cspg_html_3248931978:738:71260:71265 Logan Mexico -0.470510360514459824 +33828 aapg_af_15.html aapg_af_15.html:3:186:195 Mesaverde Cheyenne, Wyoming -0.0183890381267497773 +33829 jgeology_html_4115179562 jgeology_html_4115179562:421:31484:31503 New River Huntington, West Virginia -0.189806799067141152 +33830 aapg_ae_231.html aapg_ae_231.html:6:874:889 Onondaga Helderberg -0.00048640987057772464 +33831 AMJC_html_9664623849 AMJC_html_9664623849:106:14427:14432 Crete Kodiak Island -0.0412786006588513471 +33832 aapg_ae_873.html aapg_ae_873.html:1172:136395:136405 Fort Worth Texas -0.481309854062180409 +33833 aapg_aa_23.html aapg_aa_23.html:947:123772:123790 Interlake Manitoba -0.45644603384473742 +33834 aapg_ad_52.html aapg_ad_52.html:11:1116:1133 Michigan Michigan 0.013731798242215874 +33835 aapg_ac_876.html aapg_ac_876.html:410:41673:41681 Michigan Washington (state) -0.040359343442637502 +33836 AMJC_html_8831189197 AMJC_html_8831189197:144:17085:17096 Peace River Apalachicola River 0.00607327300641191583 +33837 sedimentology_html_9906287852 sedimentology_html_9906287852:621:53638:53660 Rock Springs Niobrara, Nebraska -0.494708722782586374 +33838 cspg_html_5699627350 cspg_html_5699627350:493:55254:55272 Cardium Lacombe, Alberta -0.461765577936308902 +33839 cspg_html_4666332434 cspg_html_4666332434:75:12401:12412 Belly River Lacombe, Alberta -0.47076786107370483 +33840 gsa_html_1741354143 gsa_html_1741354143:120:11619:11659 Independence Eastern Settlement -0.0426837810068434811 +33841 aapg_aa_993.html aapg_aa_993.html:97:10485:10504 Smackover Arkansas -0.446018486726903363 +33842 aapg_ae_391.html aapg_ae_391.html:518:48389:48409 Rustler Delaware -0.469382385724573914 +33843 aapg_ad_580.html aapg_ad_580.html:475:62339:62359 Fort Union Cheyenne, Wyoming -0.459860167847925383 +33844 geology_html_6060647318 geology_html_6060647318:67:7655:7689 Francisco San Pablo Bay National Wildlife Refuge -0.478535310781285639 +33845 aapg_ad_691.html aapg_ad_691.html:118:13383:13403 Duck Creek Texas 0.0125259211045502007 +33846 aapg_ae_5.html aapg_ae_5.html:171:18971:18975 Earp Chiricahua Mountains 0.00204466219751255973 +33847 aapg_af_258.html aapg_af_258.html:31:5010:5027 Holder Alamogordo, New Mexico -0.448691045323912019 +33848 aapg_ai_328.html aapg_ai_328.html:28:3570:3590 Rancheria Rift Valley lakes -0.469667114565224364 +33849 cspg_html_9941227593 cspg_html_9941227593:629:70841:70849 Billings Golden Valley, Minnesota -0.459022435464294998 +33850 AMJC_html_1163576052 AMJC_html_1163576052:1233:107679:107700 Martinsburg Pennsylvania -0.460269102262388319 +33851 cspg_html_7866293053 cspg_html_7866293053:63:7197:7216 Gladstone Fall Creek Falls State Park -0.464656465989479628 +33852 gsa_html_9119115438 gsa_html_9119115438:412:47442:47448 Oxford Earth -0.45633516722504075 +33853 aapg_ac_881.html aapg_ac_881.html:632:74862:74881 Winnipeg Middle Ordovician -0.00125424333549307727 +33854 gsa_html_3701935694 gsa_html_3701935694:410:40276:40294 Moretown Quebec City -0.465641239344597002 +33855 sedimentology_html_2684332389 sedimentology_html_2684332389:653:50198:50207 Mackenzie Colville, Washington 0.00861668517403394243 +33856 cspg_html_2013109828 cspg_html_2013109828:549:80947:80955 Colorado Denver -0.0320063471843775108 +33857 gsa_html_2005293978 gsa_html_2005293978:79:8522:8526 Airy Closter, New Jersey -0.489932094547215424 +33858 aapg_aa_22.html aapg_aa_22.html:8:1324:1339 Bliss El Paso, Texas 0.711468034931955096 +33859 aapg_ah_684.html aapg_ah_684.html:319:40525:40546 Piper Western world -0.470924237538710877 +33860 sedimentology_html_7988027099 sedimentology_html_7988027099:554:39793:39800 Yucatan Mexico -0.497180715543366847 +33861 gsa_html_1248650603 gsa_html_1248650603:841:78235:78244 Rochester Logan, Utah -0.464419004431934179 +33862 aapg_ae_789.html aapg_ae_789.html:500:60813:60834 Wabamun Calgary -0.134301682936887046 +33863 cspg_html_4270552951 cspg_html_4270552951:188:27370:27389 Niobrara Swan River, Manitoba 0.259771458242584408 +33864 gsa_html_6281658899 gsa_html_6281658899:735:78554:78582 Green River Cheyenne, Wyoming -0.459805657368256959 +33865 aapg_ah_288.html aapg_ah_288.html:159:16671:16679 Columbia Elk Valley (British Columbia) -0.0421561596313226317 +33866 aapg_aa_803.html aapg_aa_803.html:307:38956:38961 Lance Lacombe, Alberta -0.408600970227393889 +33867 aapg_ah_430.html aapg_ah_430.html:258:21349:21355 Dakota Entrada Sandstone -0.323513080627571281 +33868 aapg_ac_807.html aapg_ac_807.html:1102:99067:99075 Columbia Delaware -0.430110031138743687 +33869 aapg_af_399.html aapg_af_399.html:432:45747:45769 Rock Springs Logan, Utah -0.429105566113656023 +33870 geology_html_7805343933 geology_html_7805343933:181:18796:18810 Beaufort South Africa -0.452977161832460395 +33871 aapg_ah_974.html aapg_ah_974.html:87:8771:8777 Lissie Beaumont, Texas -0.472528705500211532 +33872 cspg_html_9119878068 cspg_html_9119878068:58:7504:7525 Beaverhill Swan Hill, Victoria -0.43451411861660022 +33873 sedimentology_html_7390870545 sedimentology_html_7390870545:505:40548:40565 Bearpaw Lacombe, Alberta -0.455387700672750584 +33874 aapg_ae_428.html aapg_ae_428.html:964:76063:76080 Lagarto Burkeville, Texas -0.0360514955069057563 +33875 cspg_html_4937997995 cspg_html_4937997995:588:60410:60432 Severn River East Pen Island -0.447168994241326834 +33876 aapg_ae_718.html aapg_ae_718.html:52:5584:5617 Curtis Gold Coast, Queensland -0.0166302989496245716 +33877 aapg_ah_427.html aapg_ah_427.html:1076:137361:137371 Rio Grande Texas -0.448282824521055501 +33878 aapg_ah_411.html aapg_ah_411.html:175:20148:20162 St. Mary River Lacombe, Alberta 0.000390865060096408107 +33879 aapg_ae_419.html aapg_ae_419.html:103:12404:12422 Taraises Mexico 0.955401865391842797 +33880 aapg_ai_932.html aapg_ai_932.html:455:70888:70908 Point Sal Monterey, California -0.473746101631411953 +33881 sedimentology_html_7518899751 sedimentology_html_7518899751:1536:82469:82508 Leduc Canada -0.419751437916078163 +33882 cspg_html_1159794850 cspg_html_1159794850:165:25583:25599 Salina Salina, Kansas -0.447242908821281704 +33883 aapg_ad_194.html aapg_ad_194.html:534:61339:61362 Bonanza California -0.407102986074704409 +33884 geology_html_1087076585 geology_html_1087076585:268:20232:20248 Everton Bloomington, Indiana -0.458103872838477311 +33885 gsa_html_5952049575 gsa_html_5952049575:787:78160:78175 Florissant Colorado -0.47944058990843208 +33886 gsa_html_6893818738 gsa_html_6893818738:12:500:506 Oregon Salem, Oregon -0.478488911708928044 +33887 jgeology_html_9413634903 jgeology_html_9413634903:820:56959:56963 Elko Reno, Nevada -0.458639019733277031 +33888 aapg_ai_528.html aapg_ai_528.html:147:12359:12365 Brazil Salvador, Bahia -0.465616092314337648 +33889 aapg_aa_231.html aapg_aa_231.html:741:66770:66788 Niobrara Powder River (Montana) 0.88584019175739992 +33890 aapg_ad_557.html aapg_ad_557.html:11124:638916:638926 San Andres West, Texas 0.00132025624175985054 +33891 gsa_html_9296779210 gsa_html_9296779210:788:68654:68662 Colorado Colorado -0.0317836884462165403 +33892 aapg_ac_65.html aapg_ac_65.html:900:72722:72739 Maroon Colorado -0.449575401198261781 +33893 aapg_ad_69.html aapg_ad_69.html:5:740:754 Niobrara Colorado 0.247331093689963227 +33894 aapg_ae_642.html aapg_ae_642.html:143:14297:14325 Cotton Valley Leon County, Florida -0.038712565483401136 +33895 gsa_html_2023933346 gsa_html_2023933346:955:90871:90884 Santa Barbara California 0.00605416311789900435 +33896 aapg_ae_147.html aapg_ae_147.html:407:46349:46365 Modelo South Mountains (Arizona) -0.43344757972276704 +33897 aapg_aa_148.html aapg_aa_148.html:199:22786:22792 Dakota Colorado 0.0235201874799382538 +33898 aapg_ah_428.html aapg_ah_428.html:429:51008:51029 Dagger Flat El Paso, Texas -0.0423703387957518537 +33899 aapg_ac_216.html aapg_ac_216.html:195:17101:17111 Deer Creek Topeka, Kansas 0.0729221206344838474 +33900 palaios_html_8699778504 palaios_html_8699778504:324:31142:31152 Florissant Colorado -0.451740527107044376 +33901 aapg_aa_861.html aapg_aa_861.html:679:71802:71810 Somerset Canadian Arctic Archipelago -0.0547936736355184237 +33902 cspg_html_3354282978 cspg_html_3354282978:912:98552:98574 Wabamun Lacombe, Alberta -0.473413916391550615 +33903 aapg_ac_699.html aapg_ac_699.html:191:16813:16828 Sligo Texas -0.478048244360621655 +33904 cspg_html_4298557570 cspg_html_4298557570:366:46386:46403 Battle Edmonton, London -0.0162740496879429895 +33905 aapg_af_191.html aapg_af_191.html:232:24859:24867 Big Hill Big Hill, Indiana -0.0423703387957518537 +33906 aapg_ad_152.html aapg_ad_152.html:2386:292848:292871 Diamond Peak Reno, Nevada -0.0676291696793827474 +33907 gsa_html_3014011851 gsa_html_3014011851:11:498:511 Santa Barbara California -0.006663945278057983 +33908 aapg_ae_420.html aapg_ae_420.html:377:28375:28385 Rock River Cheyenne, Wyoming -0.0455557873629378468 +33909 cspg_html_9476379853 cspg_html_9476379853:180:22465:22470 Husky Regina, Saskatchewan -0.0320063471843775108 +33910 cspg_html_9152086986 cspg_html_9152086986:6:350:377 Halfway Victoria, British Columbia -0.0508949420504662894 +33911 gsa_html_5293445820 gsa_html_5293445820:737:75747:75757 West Point Salcha River -0.0594310954775296302 +33912 aapg_af_995.html aapg_af_995.html:525:89090:89107 Clayton Alabama -0.236662869359892919 +33913 gsa_html_2876063228 gsa_html_2876063228:30:2811:2839 Green River Colorado -0.0152852690750857109 +33914 aapg_ac_517.html aapg_ac_517.html:32:3987:4002 Elk Regina, Saskatchewan -0.410622648467641627 +33915 aapg_af_315.html aapg_af_315.html:36:3371:3375 Frio Jackson County, Missouri -0.438450704245630596 +33916 aapg_af_128.html aapg_af_128.html:429:40884:40892 Sundance Powder River (Montana) 0.00433255768325820079 +33917 gsa_html_3860045860 gsa_html_3860045860:375:40337:40348 Ohanapecosh Scio, New York -0.0684996075699447898 +33918 cspg_html_1260733368 cspg_html_1260733368:171:23028:23050 Medicine Hat Logan, Utah -0.457532796484121151 +33919 palaios_html_2449649505 palaios_html_2449649505:31:3058:3088 Chinle New Mexico -0.441517589995484405 +33920 aapg_aa_147.html aapg_aa_147.html:520:53838:53865 Red River Red River of the North -0.785010752642351539 +33921 geology_html_8451126499 geology_html_8451126499:179:17491:17521 Peninsula South Africa -0.458865873154244486 +33922 cspg_html_2161417858 cspg_html_2161417858:268:37029:37057 Wabamun Canada -0.426679013535527729 +33923 cspg_html_6472484014 cspg_html_6472484014:404:39482:39502 La Vieille New Brunswick, New Jersey -0.476172115937115059 +33924 gsa_html_1024107776 gsa_html_1024107776:940:96139:96150 Mauch Chunk New Brunswick, New Jersey -0.460091874413590562 +33925 cspg_html_1503116552 cspg_html_1503116552:1764:247326:247347 Beaverhill Lacombe, Alberta -0.442620143363224416 +33926 palaios_html_6034217939 palaios_html_6034217939:632:56218:56233 Liard Canada -0.0172889404553563421 +33927 aapg_af_128.html aapg_af_128.html:186:18629:18635 Casper Laramie, Wyoming -0.0645208083135350441 +33928 gsa_html_3383833903 gsa_html_3383833903:1065:95837:95865 Green River Colorado 0.00154956435534229684 +33929 aapg_ai_17.html aapg_ai_17.html:1084:70707:70726 Chattahoochee Mississippi River 0.0163783171925127626 +33930 aapg_ah_756.html aapg_ah_756.html:35:5604:5609 Choza San Angelo, Texas -0.0447440730819334553 +33931 aapg_af_85.html aapg_af_85.html:268:28890:28909 Waterways Canada -0.0189139078212818938 +33932 jgeology_html_2236057972 jgeology_html_2236057972:937:51639:51649 Washington Seattle -0.00961046045389274753 +33933 sedimentology_html_3490195740 sedimentology_html_3490195740:79:8802:8829 Palliser Williston Basin -0.436805862873274886 +33934 cspg_html_8247666269 cspg_html_8247666269:503:57185:57206 Christopher Ellesmere Island -0.473238647285217195 +33935 gsa_html_2664688317 gsa_html_2664688317:810:72902:72907 Rapid Earth -0.45995556917210767 +33936 aapg_ah_753.html aapg_ah_753.html:96:15151:15161 Boss Point New Caledonia -0.462348471732962063 +33937 gsa_html_7102550258 gsa_html_7102550258:270:28548:28566 Wingate Chinle Formation -0.477204643263094197 +33938 palaios_html_1229296810 palaios_html_1229296810:14:689:699 Santa Cruz California -0.0514667170766342913 +33939 cspg_html_9735723617 cspg_html_9735723617:474:59961:59981 Bird Fiord Ellesmere Island -0.482038661537539159 +33940 sedimentology_html_3083192111 sedimentology_html_3083192111:467:38346:38357 Sangerville Portland, Maine -0.117749736939968055 +33941 aapg_ah_489.html aapg_ah_489.html:32:3969:3975 Kindle Kentucky 0.013453781696318173 +33942 aapg_aa_47.html aapg_aa_47.html:411:47229:47245 Belden Sangre de Cristo Range -0.0575132711788683623 +33943 aapg_ae_267.html aapg_ae_267.html:45:4715:4733 Onondaga Pennsylvania -0.434748345086590549 +33944 cspg_html_3008414459 cspg_html_3008414459:628:69968:69978 Milk River Lacombe, Alberta -0.500900028677199516 +33945 aapg_ad_918.html aapg_ad_918.html:99:13810:13823 Carlile Colorado 0.632190810434947403 +33946 cspg_html_9290046117 cspg_html_9290046117:397:44384:44406 Mount Wilson Mount Wilson Observatory -0.0576546019462155987 +33947 aapg_ad_466.html aapg_ad_466.html:394:48652:48659 Raritan Closter, New Jersey -0.463478914486847693 +33948 aapg_ac_782.html aapg_ac_782.html:214:36241:36254 Barnett Western world 0.89995526516052804 +33949 gsa_html_3380395839 gsa_html_3380395839:1090:89513:89523 Washington Seattle -0.46326000708216164 +33950 cspg_html_3068776384 cspg_html_3068776384:487:56551:56568 Cardium Victoria, British Columbia -0.468978412493240793 +33951 aapg_aa_821.html aapg_aa_821.html:94:10170:10177 Canning Perth, Scotland -0.457068497754203162 +33952 AMJC_html_5390933660 AMJC_html_5390933660:141:13150:13169 Frontenac Bennington, Vermont -0.465558942626108085 +33953 aapg_aa_23.html aapg_aa_23.html:526:63114:63134 Red River Regina, Saskatchewan 0.0211977781546990873 +33954 aapg_ac_730.html aapg_ac_730.html:3:202:208 Navajo Logan, Utah -0.446011775932438015 +33955 cspg_html_3732003228 cspg_html_3732003228:74:10273:10286 Fernie Kootenay River -0.47443163291029028 +33956 aapg_ae_705.html aapg_ae_705.html:24:3025:3037 Red Mountain Ventura County, California -0.405978297323881077 +33957 aapg_ah_878.html aapg_ah_878.html:263:30703:30714 Fossil Hill Manitoulin Island -0.469302035375975646 +33958 aapg_af_372.html aapg_af_372.html:371:33402:33412 Washington Washington (state) -0.445213540966811649 +33959 aapg_af_903.html aapg_af_903.html:190:24603:24612 Red River Texas 0.00351085571163325515 +33960 aapg_ai_975.html aapg_ai_975.html:1010:81282:81300 Kiamichi East Texas 0.418155968701042435 +33961 jgeology_html_1004614520 jgeology_html_1004614520:293:17033:17049 Navajo Carmel, Indiana -0.466727815469158758 +33962 aapg_ah_283.html aapg_ah_283.html:391:41314:41337 Skookumchuck Cowlitz River -0.463435584788403632 +33963 gsa_html_8222638730 gsa_html_8222638730:803:77277:77302 Thelon Keewatin, Minnesota -0.0212255895810763706 +33964 aapg_aa_563.html aapg_aa_563.html:380:48650:48665 San Miguel Eagle Pass, Texas -0.0453014649613171713 +33965 aapg_aa_458.html aapg_aa_458.html:138:20294:20303 Eel River California -0.0117822633156925947 +33966 aapg_ae_345.html aapg_ae_345.html:402:29036:29041 Eutaw Tuscaloosa, Alabama -0.470629904958731249 +33967 gsa_html_7354916758 gsa_html_7354916758:824:85071:85096 Merced California -0.0474286098423364472 +33968 cspg_html_6647936472 cspg_html_6647936472:54:5743:5751 Columbia Victoria, British Columbia -0.0171725037246518962 +33969 gsa_html_3022805793 gsa_html_3022805793:127:11140:11168 Green River Colorado -0.00086858925333630258 +33970 aapg_aa_999.html aapg_aa_999.html:3:516:531 Viola Sedgwick County, Kansas -0.035632122339872542 +33971 geology_html_6612217855 geology_html_6612217855:53:4990:5006 Fernie Lacombe, Alberta -0.0226787985009231641 +33972 gsa_html_6982030333 gsa_html_6982030333:998:96470:96493 Elkhorn Ridge Argillite Houston -0.46814580209221146 +33973 aapg_ae_805.html aapg_ae_805.html:206:24161:24180 Leadville Albuquerque, New Mexico 0.552247546580473148 +33974 aapg_ac_97.html aapg_ac_97.html:14:2298:2302 Maya Belize -0.475963906981033746 +33975 aapg_ad_140.html aapg_ad_140.html:75:6969:6979 Tuscaloosa Paluxy, Texas 0.0548564615309844669 +33976 gsa_html_3380395839 gsa_html_3380395839:883:76425:76431 Kodiak Anchorage, Alaska 0.00957571265714924832 +33977 aapg_ae_908.html aapg_ae_908.html:148:14766:14773 Rustler Salado, Texas -0.457555451333636842 +33978 aapg_ac_944.html aapg_ac_944.html:83:9854:9892 Arroyo New Mexico -0.45230795361337589 +33979 aapg_ah_231.html aapg_ah_231.html:32:2927:2936 Smackover County Sligo -0.0101247315019664351 +33980 sedimentology_html_6811924239 sedimentology_html_6811924239:370:17864:17875 Santa Clara Ventura County, California -0.481870957939069144 +33981 aapg_ad_721.html aapg_ad_721.html:658:66033:66039 Tessey Carlsbad, New Mexico -0.0210882710852193268 +33982 aapg_af_121.html aapg_af_121.html:244:18600:18632 Tensleep Michigan -0.476033304431228654 +33983 gsa_html_8001782592 gsa_html_8001782592:238:24875:24882 Prairie Peoria, Illinois -0.471754879498828661 +33984 aapg_ah_418.html aapg_ah_418.html:95:9322:9335 Bearpaw Milk River, Alberta -0.421183948195739455 +33985 aapg_ah_182.html aapg_ah_182.html:159:15912:15931 Jacksonburg Martinsburg, Nebraska -0.0251613720923007447 +33986 sedimentology_html_4089685201 sedimentology_html_4089685201:1822:122047:122051 Hall London, Ontario -0.0242016752892677545 +33987 aapg_ad_632.html aapg_ad_632.html:59:8906:8914 Fillmore Logan, Utah -0.423138028281424772 +33988 palaios_html_8113714689 palaios_html_8113714689:280:31581:31589 Au Train Munising, Michigan -0.0532799592874959385 +33989 aapg_af_3.html aapg_af_3.html:204:21172:21177 Supai Arizona -0.49871872177518084 +33990 geology_html_9271547063 geology_html_9271547063:170:14929:14945 Navajo Logan, Utah -0.0203286926879938275 +33991 aapg_ac_881.html aapg_ac_881.html:47:5616:5634 Deadwood Black Hills 0.779330417207360071 +33992 aapg_ai_468.html aapg_ai_468.html:300:37263:37280 Bossier Bossier City, Louisiana -0.477512787064485633 +33993 aapg_af_890.html aapg_af_890.html:196:18956:18974 Whitehorse New Mexico 0.0117822633156924803 +33994 palaios_html_5371490677 palaios_html_5371490677:541:62803:62820 Hampton Iowa 0.46950407307160702 +33995 cspg_html_8988872363 cspg_html_8988872363:168:23913:23928 Savik Ellesmere Island -0.0130645631501062637 +33996 aapg_ad_54.html aapg_ad_54.html:374:53204:53210 Provo Bering Sea -0.495711798447340535 +33997 aapg_aa_146.html aapg_aa_146.html:185:25031:25043 Pierre Colorado -0.579039651572662462 +33998 cspg_html_8509913074 cspg_html_8509913074:67:11841:11869 Eramosa Lockport (city), New York -0.451733774163315116 +33999 gsa_html_2832151886 gsa_html_2832151886:289:21275:21298 Belle Fourche Lacombe, Alberta -0.459887424332023564 +34000 gsa_html_4137054086 gsa_html_4137054086:78:6942:6951 Caledonia New Brunswick, New Jersey -0.0611592028569035856 +34001 aapg_ai_17.html aapg_ai_17.html:8:1126:1141 Tampa Melbourne, Florida -0.469152832749018645 +34002 cspg_html_6306091047 cspg_html_6306091047:134:20166:20175 Baldonnel Victoria, British Columbia -0.477142101104954475 +34003 aapg_ai_765.html aapg_ai_765.html:154:15654:15668 Bedford Pennsylvania -0.481794104698776371 +34004 aapg_ai_981.html aapg_ai_981.html:423:33316:33322 Lissie Beaumont, Texas -0.0341705352496151776 +34005 cspg_html_9343899465 cspg_html_9343899465:673:62940:62953 Bird Fiord Bathurst Island (Northern Territory) 0.876263504335360377 +34006 aapg_ae_59.html aapg_ae_59.html:432:39785:39792 Wasatch Logan, Utah 0.0310879066661822225 +34007 aapg_af_854.html aapg_af_854.html:1244:176972:176981 Aux Vases Bethel, Alaska -0.436819151869522138 +34008 aapg_ah_318.html aapg_ah_318.html:2797:229901:229918 Todos Santos Guatemala -0.454052985518192231 +34009 cspg_html_1841843683 cspg_html_1841843683:70:11614:11622 Sawtooth Cheyenne, Wyoming -0.476385003272562391 +34010 geology_html_2834280640 geology_html_2834280640:238:24535:24542 Francis London, Ontario -0.0541239715343548866 +34011 gsa_html_1123895791 gsa_html_1123895791:1589:108654:108682 Green River Colorado -0.0111724073673319709 +34012 gsa_html_2729737430 gsa_html_2729737430:1311:115997:116006 Extension Boise, Idaho -0.0490160622596066617 +34013 aapg_ad_194.html aapg_ad_194.html:183:19549:19571 Bonanza Providence Mountains State Recreation Area -0.39126770048783599 +34014 aapg_ah_754.html aapg_ah_754.html:151:18201:18221 Protection Nanaimo -0.242667173348904336 +34015 aapg_ad_338.html aapg_ad_338.html:193:20367:20380 Potomac Maryland -0.437098264428985472 +34016 aapg_af_897.html aapg_af_897.html:7:1084:1089 Atoka Allegheny Mountains -0.0151097603849725953 +34017 aapg_ad_858.html aapg_ad_858.html:161:10921:10934 Cotton Valley Columbia Country 0.0373358224014811585 +34018 aapg_ae_29.html aapg_ae_29.html:72:9001:9021 Pottsville Pocono Raceway -0.476368803491585613 +34019 cspg_html_9275863663 cspg_html_9275863663:109:15670:15691 Slave Point Swan Hill, Victoria -0.484674969173666037 +34020 aapg_ae_884.html aapg_ae_884.html:138:18010:18022 Pierre Trinidad and Tobago -0.00967821874611652505 +34021 cspg_html_8708246424 cspg_html_8708246424:16:1404:1416 Saskatchewan Victoria, British Columbia -0.0210726272729466063 +34022 aapg_af_785.html aapg_af_785.html:68:7851:7860 Nanafalia Alabama 0.00204466219751255973 +34023 gsa_html_1130947011 gsa_html_1130947011:195:23740:23774 Black River Illinois -0.0391024746518720059 +34024 aapg_ae_244.html aapg_ae_244.html:7:329:335 Blaine Texas 0.332479183295249947 +34025 aapg_ac_330.html aapg_ac_330.html:61:6264:6270 Ithaca Chenango Forks, New York -0.0699996007793607794 +34026 aapg_ae_268.html aapg_ae_268.html:25:3173:3184 Paint Creek Illinois -0.473653815287124913 +34027 aapg_ac_782.html aapg_ac_782.html:260:43476:43489 Barnett Lampasas, Texas -0.0705521503512964721 +34028 gsa_html_8505456484 gsa_html_8505456484:12:455:463 Virginia Reston, Virginia -0.0699156741554105426 +34029 gsa_html_9353787239 gsa_html_9353787239:980:86721:86730 Flagstaff Arizona -0.0551948283959870986 +34030 cspg_html_1613963359 cspg_html_1613963359:17:1739:1745 Viking Swan Hill, Victoria -0.458913519660435476 +34031 aapg_af_11.html aapg_af_11.html:207:21900:21905 Ouray Ouray, Colorado -0.458750170743803365 +34032 AMJC_html_5908077521 AMJC_html_5908077521:534:56735:56745 Notch Peak Alta, Utah -0.467950951742638677 +34033 aapg_ad_652.html aapg_ad_652.html:386:47567:47573 Oregon California -0.0120637391733475121 +34034 aapg_af_575.html aapg_af_575.html:1146:164938:164946 Woodbine Murfreesboro, Tennessee -0.0321281154583834411 +34035 aapg_ad_283.html aapg_ad_283.html:402:44124:44134 San Andres Nassau, Bahamas -0.443813272031764461 +34036 aapg_ac_380.html aapg_ac_380.html:203:25701:25709 Onondaga Edgecliff, New South Wales -0.00168159033485223096 +34037 cspg_html_8571955552 cspg_html_8571955552:235:27801:27807 Alapah Old Crow, Yukon -0.0549436678913172855 +34038 gsa_html_1230649124 gsa_html_1230649124:769:70658:70662 Hall London, Ontario -0.0379467177170490291 +34039 jgeology_html_8447682494 jgeology_html_8447682494:372:23954:23960 Ludlow Quebec City -0.444891759770598527 +34040 jgeology_html_1762066237 jgeology_html_1762066237:60:2573:2622 Pennington Kentucky -0.427711626546922574 +34041 AMJC_html_8866429777 AMJC_html_8866429777:391:49816:49847 Red Mountain Alabama 0.343118266330171839 +34042 aapg_ae_789.html aapg_ae_789.html:69:8833:8851 Palliser Lacombe, Alberta -0.468611324772205295 +34043 cspg_html_8374021012 cspg_html_8374021012:158:24845:24853 Columbia Canada -0.0438854131077835025 +34044 aapg_ah_807.html aapg_ah_807.html:77:6842:6850 Wolfcamp Lea County Regional Airport -0.0181770085033734277 +34045 gsa_html_1783148177 gsa_html_1783148177:1197:106142:106151 San Diego Mexico -0.0223919711537192666 +34046 aapg_ai_107.html aapg_ai_107.html:565:47562:47581 Shongaloo Shreveport, Louisiana 0.373616621784412573 +34047 aapg_aa_898.html aapg_aa_898.html:60:8451:8468 Colton North Horn Formation 0.0119525385350554136 +34048 gsa_html_3614490577 gsa_html_3614490577:895:71228:71256 Green River Colorado -0.0177825001131117176 +34049 gsa_html_5865982995 gsa_html_5865982995:1103:119785:119793 Virginia Norfolk, Virginia -0.477142101104954475 +34050 aapg_af_17.html aapg_af_17.html:402:31264:31282 Tensleep Cheyenne, Wyoming -0.0397744087434021287 +34051 aapg_ac_421.html aapg_ac_421.html:534:59050:59054 Kent Middle East -0.461219460550356897 +34052 aapg_aa_813.html aapg_aa_813.html:374:42075:42099 Sentinel Butte Williston, Vermont -0.484359586108593421 +34053 cspg_html_4550597410 cspg_html_4550597410:477:60218:60226 Virginia Kentucky -0.030548703261185188 +34054 aapg_ac_575.html aapg_ac_575.html:222:36964:36974 Phosphoria Madison River 0.559206063324817815 +34055 aapg_aa_48.html aapg_aa_48.html:451:46414:46430 Amsden Cheyenne, Wyoming 0.0141001745086265506 +34056 aapg_af_330.html aapg_af_330.html:3:154:202 Slope Wilmington, North Carolina -0.0151427767765860994 +34057 gsa_html_7425483970 gsa_html_7425483970:51:5692:5702 Notch Peak Logan, Utah 0.401855279060471915 +34058 cspg_html_9435196958 cspg_html_9435196958:291:12866:12881 Lance Cheyenne, Wyoming -0.447135398674851747 +34059 aapg_af_91.html aapg_af_91.html:426:46891:46904 Blue Mountain Colorado Plateau -0.436225760714651634 +34060 aapg_ae_223.html aapg_ae_223.html:97:12694:12713 Mesaverde Niobrara, Nebraska -0.00611496732905455944 +34061 aapg_aa_993.html aapg_aa_993.html:69:7299:7317 Woodbine Cayuga, Ontario -0.333142820983970023 +34062 cspg_html_7833083677 cspg_html_7833083677:2839:231968:231986 Beaufort Canadian Arctic Archipelago -0.327570511835273193 +34063 aapg_af_4.html aapg_af_4.html:46:5404:5429 Santa Margarita Monterey, California -0.470216166533545032 +34064 geology_html_2132529104 geology_html_2132529104:26:3001:3011 Santa Cruz California -0.493432945605813467 +34065 aapg_ad_944.html aapg_ad_944.html:5:633:652 Spearfish Regina, Saskatchewan -0.26942194118968632 +34066 aapg_ad_568.html aapg_ad_568.html:89:14987:15005 Morrison New Mexico -0.00146791674633970823 +34067 aapg_af_11.html aapg_af_11.html:71:9486:9503 Tapeats Sandstone San Juan Mountains 0.00736581097593620986 +34068 aapg_ah_217.html aapg_ah_217.html:217:26344:26354 Montgomery Lee County, Alabama -0.0579268031309983569 +34069 cspg_html_1265381145 cspg_html_1265381145:248:24040:24053 Wabamun Lacombe, Alberta -0.416220582820664042 +34070 palaios_html_6404782987 palaios_html_6404782987:321:47393:47412 Fairview Kentucky -0.255296825788864534 +34071 sedimentology_html_2684332389 sedimentology_html_2684332389:79:8237:8246 Athabasca Arctic 0.0134746328409381076 +34072 cspg_html_4132771434 cspg_html_4132771434:361:47126:47159 Gething Lacombe, Alberta -0.00258840277417883959 +34073 aapg_ai_720.html aapg_ai_720.html:261:29456:29463 Magothy Closter, New Jersey -0.445989406971527558 +34074 gsa_html_6944235645 gsa_html_6944235645:415:30720:30742 Dixon Pilbara craton -0.462877048614286357 +34075 aapg_ah_82.html aapg_ah_82.html:374:36130:36136 Sierra Coahuila -0.468015132988553406 +34076 aapg_ac_741.html aapg_ac_741.html:353:40228:40245 White River Nebraska -0.468198533701609299 +34077 aapg_ac_899.html aapg_ac_899.html:107:9482:9491 Smackover Cotton Valley, Louisiana -0.350972762875365607 +34078 aapg_ai_233.html aapg_ai_233.html:106:11252:11269 Vicksburg Hastings, Minnesota -0.459805657368256959 +34079 sedimentology_html_9562282132 sedimentology_html_9562282132:2145:74787:74815 Drakes California -0.0198420227136738916 +34080 gsa_html_7302180468 gsa_html_7302180468:546:49433:49447 Kootenay Lacombe, Alberta -0.408256899955551422 +34081 gsa_html_1420361492 gsa_html_1420361492:1410:125797:125825 Green River Colorado -0.0271922402503122773 +34082 aapg_aa_734.html aapg_aa_734.html:566:57538:57556 Monterey California -0.451436694283948337 +34083 aapg_ad_2.html aapg_ad_2.html:1755:230845:230850 Levis Quebec City -0.527312372412902963 +34084 cspg_html_7777724998 cspg_html_7777724998:141:20843:20863 Loon River Lacombe, Alberta -0.485495508601457515 +34085 aapg_ad_358.html aapg_ad_358.html:87:12848:12866 Jackson Ocala, Florida -0.478280146619880497 +34086 aapg_aa_422.html aapg_aa_422.html:6:617:630 Santa Barbara Monterey, California -0.00508998959117516313 +34087 aapg_ah_337.html aapg_ah_337.html:336:41298:41309 Pine Island Cotton Valley, Louisiana -0.418594786961453691 +34088 aapg_ad_575.html aapg_ad_575.html:137:19132:19158 Entrada New Mexico 0.0137352734667245315 +34089 aapg_ae_416.html aapg_ae_416.html:3:161:185 Anahuac Texas -0.442539913358205417 +34090 aapg_ak_87.html aapg_ak_87.html:28:5310:5331 Hueco Naco, Sonora -0.0477788324631043676 +34091 aapg_ad_2.html aapg_ad_2.html:1053:143776:143788 Chambersburg Great Valley, New York 0.85319916884643876 +34092 cspg_html_3354282978 cspg_html_3354282978:811:92684:92693 Extension Dolomites -0.466714081975797668 +34093 cspg_html_3041902517 cspg_html_3041902517:982:108398:108406 Columbia Russia 0.0187783441423678282 +34094 aapg_ak_58.html aapg_ak_58.html:1066:97507:97513 Walker England -0.0473205840884710904 +34095 gsa_html_9310053579 gsa_html_9310053579:658:59142:59155 Roslyn Washington (state) -0.499769415710701548 +34096 sedimentology_html_7069619943 sedimentology_html_7069619943:569:39678:39683 Cadiz Gibraltar -0.056229218914080073 +34097 palaios_html_2413654173 palaios_html_2413654173:205:19519:19527 Colorado Toronto -0.0180709945054990453 +34098 aapg_ac_702.html aapg_ac_702.html:173:17507:17524 Lenapah Kansas City, Kansas -0.0388274478076049076 +34099 aapg_af_479.html aapg_af_479.html:661:70898:70916 Cabrillo San Diego -0.462225485866077257 +34100 aapg_ad_721.html aapg_ad_721.html:387:36594:36611 Queen Guadalupe Mountains National Park -0.453130450697368015 +34101 gsa_html_3445493534 gsa_html_3445493534:673:71018:71031 Santa Barbara California -0.000964134145795363042 +34102 aapg_aa_302.html aapg_aa_302.html:14:2327:2334 Oquirrh Wood River (Oregon) -0.0231533782740243055 +34103 aapg_ai_975.html aapg_ai_975.html:173:20095:20112 Hosston County Sligo 0.00644852294082285706 +34104 cspg_html_7550088587 cspg_html_7550088587:13:1826:1835 Whitewood Genesee County, Michigan -0.0584293582845294424 +34105 cspg_html_3966956195 cspg_html_3966956195:324:29396:29433 Slave Point Victoria, British Columbia -0.00308350377484213492 +34106 aapg_aa_23.html aapg_aa_23.html:695:87970:87985 Interlake Manitoba 0.961421913056279775 +34107 aapg_ai_468.html aapg_ai_468.html:256:31445:31462 Bossier Cotton Valley, Louisiana -0.436832441054611387 +34108 cspg_html_7409170811 cspg_html_7409170811:351:53523:53539 Exshaw Jura Mountains -0.00600378253077448604 +34109 cspg_html_1333179361 cspg_html_1333179361:36:4653:4666 Turner Valley Lacombe, Alberta -0.0299260395523841712 +34110 aapg_ah_202.html aapg_ah_202.html:305:37451:37465 Woodford Wichita, Kansas -0.514395300369693942 +34111 cspg_html_8426933697 cspg_html_8426933697:349:48631:48652 Belly River Western Canadian Sedimentary Basin 0.00892245965980600214 +34112 cspg_html_1962846283 cspg_html_1962846283:538:66273:66290 Cadomin Lacombe, Alberta -0.0407562842189053767 +34113 sedimentology_html_9420472807 sedimentology_html_9420472807:657:55307:55314 Jackson London, Ontario -0.453180049702502807 +34114 aapg_ak_114.html aapg_ak_114.html:79:9209:9215 Provo Caspian Sea -0.481905893496514026 +34115 AMJC_html_3632105729 AMJC_html_3632105729:222:32699:32723 Martin Snake River Canyon (Idaho) -0.0418462183589823275 +34116 geology_html_1456717882 geology_html_1456717882:12:609:619 Washington Earth -0.0210882710852193268 +34117 cspg_html_3328007773 cspg_html_3328007773:319:29327:29348 Fish Scales Westgate, Canterbury -0.497180715543366847 +34118 cspg_html_2172704722 cspg_html_2172704722:794:93126:93134 Moosebar Victoria, British Columbia -0.0591099640529028914 +34119 aapg_af_482.html aapg_af_482.html:73:9870:9892 Todos Santos Honduras -0.0122896166911195832 +34120 aapg_ae_63.html aapg_ae_63.html:311:32367:32385 Evanston Evanston, Wyoming 0.00106315342262959652 +34121 aapg_af_333.html aapg_af_333.html:10:1688:1721 Reedsville Pennsylvania -0.0200714512738383588 +34122 cspg_html_4176605708 cspg_html_4176605708:593:61568:61588 Colorado Canada -0.478377564070346595 +34123 aapg_ae_145.html aapg_ae_145.html:301:28471:28490 Matanuska Matanuska-Susitna Valley -0.0459076709606554625 +34124 aapg_ac_791.html aapg_ac_791.html:103:15216:15235 Barnett McCulloch County, Texas 0.857004958072530854 +34125 gsa_html_8152640301 gsa_html_8152640301:760:71216:71235 Talkeetna Talkeetna Mountains 1.13010059024408771 +34126 palaios_html_2847312584 palaios_html_2847312584:282:37337:37347 Whitewater Waynesville, North Carolina -0.503870719216367835 +34127 cspg_html_9905904289 cspg_html_9905904289:22:3879:3893 Edmonton Lacombe, Alberta -0.49543725338542266 +34128 aapg_ah_536.html aapg_ah_536.html:118:16191:16211 Fredericksburg Paluxy, Texas -0.0521780116650716191 +34129 gsa_html_7354916758 gsa_html_7354916758:972:94090:94099 Extension Tyrrhenian Sea -0.493713923537506649 +34130 gsa_html_1617077506 gsa_html_1617077506:975:92146:92154 Columbia Victoria, British Columbia -0.456518443898076276 +34131 aapg_ad_351.html aapg_ad_351.html:403:36578:36597 Northview Sedalia, Missouri -0.483085217576718073 +34132 cspg_html_8057060038 cspg_html_8057060038:272:31188:31196 Columbia Victoria, British Columbia -0.460205477971118548 +34133 gsa_html_9181545711 gsa_html_9181545711:697:67135:67153 Fountain Colorado -0.0155129109205666468 +34134 sedimentology_html_3914054382 sedimentology_html_3914054382:160:16873:16881 Scotland Eastern Settlement -0.461026124022890449 +34135 aapg_ac_913.html aapg_ac_913.html:204:18261:18276 Atoka Atoka, Oklahoma 0.0178798230809493093 +34136 aapg_ah_385.html aapg_ah_385.html:175:21598:21612 Yolo Central Valley (California) -0.473663043482949409 +34137 gsa_html_5272671610 gsa_html_5272671610:687:64183:64203 Mt Lytton Victoria, British Columbia -0.0443365036009496297 +34138 jgeology_html_1836103970 jgeology_html_1836103970:438:35088:35124 New Glasgow Canada -0.0178746093391716279 +34139 aapg_ae_419.html aapg_ae_419.html:2953:191881:191898 La Pena Durango, Durango -0.493659609592116133 +34140 aapg_ae_842.html aapg_ae_842.html:30:3526:3546 Bow Island Toole County, Montana -0.0198211657095899094 +34141 aapg_ad_2.html aapg_ad_2.html:1034:141307:141323 Nittany Williamsburg, Virginia -0.0259959408940027802 +34142 sedimentology_html_6796772959 sedimentology_html_6796772959:748:59444:59461 Wilcox Texas -0.0341270386384278437 +34143 cspg_html_5484260516 cspg_html_5484260516:81:10172:10188 Exshaw Lacombe, Alberta -0.436929900849743147 +34144 aapg_ah_198.html aapg_ah_198.html:518:65512:65530 Monterey California -0.0316445288569785835 +34145 cspg_html_9474105160 cspg_html_9474105160:33:6478:6494 Fernie Kootenay River -0.441998542726141919 +34146 aapg_ad_371.html aapg_ad_371.html:148:14442:14448 Sparta Ville Platte, Louisiana -0.440778834081400062 +34147 gsa_html_9700204933 gsa_html_9700204933:786:80151:80179 Green River Colorado -0.0437965911337355185 +34148 cspg_html_1118978429 cspg_html_1118978429:32:4104:4121 Cadomin Fernie, British Columbia -0.030833956297731533 +34149 cspg_html_2198503252 cspg_html_2198503252:6:574:582 Colorado Boise, Idaho -0.435694684676078359 +34150 palaios_html_9876040400 palaios_html_9876040400:901:81864:81870 Denver Nebraska -0.44961357796588941 +34151 cspg_html_2184632302 cspg_html_2184632302:6:446:465 Athabasca Lake Athabasca -0.427983668441073273 +34152 aapg_ah_49.html aapg_ah_49.html:303:34009:34023 Violin Breccia Castaic, California -0.481815063993563775 +34153 gsa_html_9161666105 gsa_html_9161666105:29:932:941 Peninsula Quebec City -0.465568086328610908 +34154 aapg_ad_466.html aapg_ad_466.html:889:96198:96205 Magothy Delaware 0.777116989411453574 +34155 aapg_ak_73.html aapg_ak_73.html:18:2012:2035 Tongue River Cheyenne, Wyoming -0.440425240506611693 +34156 aapg_aa_761.html aapg_aa_761.html:576:70320:70338 Dunvegan Lacombe, Alberta -0.449575401198261781 +34157 sedimentology_html_1033745069 sedimentology_html_1033745069:1121:61751:61758 Clipper Eaton, Ohio -0.432249992487968249 +34158 aapg_ad_379.html aapg_ad_379.html:492:41285:41295 San Andres New Mexico -0.471292292074721564 +34159 sedimentology_html_7874076821 sedimentology_html_7874076821:1870:99044:99049 Rapid Lacombe, Alberta -0.447276508327869859 +34160 aapg_ae_176.html aapg_ae_176.html:338:43343:43362 Viking Lacombe, Alberta -0.432049440587404965 +34161 aapg_ad_11.html aapg_ad_11.html:159:22921:22931 Hell Creek Fort Union Trading Post National Historic Site -0.411748314687254757 +34162 aapg_ae_253.html aapg_ae_253.html:145:18401:18410 Smackover Arkansas -0.0153756304706319062 +34163 aapg_aa_696.html aapg_aa_696.html:698:76026:76034 Colorado Colorado -0.0138742828088271979 +34164 AMJC_html_3632105729 AMJC_html_3632105729:11:533:539 Oregon Salem, Oregon -0.475085351012185853 +34165 aapg_ad_852.html aapg_ad_852.html:78:7465:7485 Purgatoire Quay County, New Mexico -0.0350961840937315667 +34166 gsa_html_8233590118 gsa_html_8233590118:1103:93029:93057 Green River Colorado -0.0181770085033734277 +34167 aapg_aa_904.html aapg_aa_904.html:73:7062:7072 Milk River Canada -0.489932094547215424 +34168 geology_html_9141742963 geology_html_9141742963:160:12604:12625 Green River Cheyenne, Wyoming -0.456337429672799166 +34169 aapg_ad_784.html aapg_ad_784.html:549:59216:59221 Sespe Santa Clara, California -0.445984933244691462 +34170 aapg_ae_984.html aapg_ae_984.html:26:3185:3191 Salado Carlsbad, New Mexico -0.00729110700735253591 +34171 cspg_html_6816015957 cspg_html_6816015957:507:51977:51985 Columbia Lacombe, Alberta -0.439098796420780313 +34172 palaios_html_2221534395 palaios_html_2221534395:461:50245:50249 Kope Kentucky -0.0340313466956898014 +34173 palaios_html_3084590638 palaios_html_3084590638:595:57048:57074 Monterey California -0.475196277624828634 +34174 geology_html_2031965416 geology_html_2031965416:306:24702:24708 Moscow Russia -0.446186272521599148 +34175 aapg_aa_940.html aapg_aa_940.html:124:13515:13534 Aux Vases Missouri River 0.0153165479821608438 +34176 aapg_aa_289.html aapg_aa_289.html:161:15500:15526 Laketown Dolomite Bear Lake, Michigan -0.199500552891003574 +34177 palaios_html_9659582915 palaios_html_9659582915:413:37149:37159 Washington Closter, New Jersey -0.470409220225314617 +34178 cspg_html_8145657505 cspg_html_8145657505:94:14406:14442 Keg River Lacombe, Alberta -0.0125432965018171631 +34179 cspg_html_4834279610 cspg_html_4834279610:100:11834:11849 Banff Western world -0.488236338984033236 +34180 sedimentology_html_9550478777 sedimentology_html_9550478777:145:11841:11847 Percha Puerto Palomas, Chihuahua -0.0174019020564647256 +34181 gsa_html_8951179545 gsa_html_8951179545:974:96513:96516 Arc Santa Cruz, California -0.0196404059622709952 +34182 AMJC_html_4318504504 AMJC_html_4318504504:500:52505:52513 Colorado Pueblo, Colorado -0.0463850024986732501 +34183 aapg_af_854.html aapg_af_854.html:1407:205026:205041 Sparta Richland, Washington -0.00048640987057772464 +34184 aapg_ah_157.html aapg_ah_157.html:58:8593:8601 Michigan Michigan -0.0591099640529028914 +34185 palaios_html_1829506285 palaios_html_1829506285:394:29539:29548 San Pedro Kingdom of Asturias -0.461271782333034175 +34186 cspg_html_6255491344 cspg_html_6255491344:53:8388:8405 Fernie Kootenay River -0.000180666507077184774 +34187 aapg_ah_97.html aapg_ah_97.html:117:14223:14228 Chazy Knoxville, Tennessee -0.00515253017068293719 +34188 aapg_ae_66.html aapg_ae_66.html:114:10917:10936 Whitewood Powder River (Montana) -0.500366664778552739 +34189 cspg_html_3796928998 cspg_html_3796928998:59:8813:8831 Winnipeg Great Lakes region (North America) 0.312619023590949396 +34190 cspg_html_3501550466 cspg_html_3501550466:60:10380:10389 Hay River Lacombe, Alberta -0.478284785297837578 +34191 aapg_ad_347.html aapg_ad_347.html:102:5916:5932 Tessey Pecos County, Texas -0.428172388339105647 +34192 palaios_html_6944542452 palaios_html_6944542452:705:56474:56507 Moenkopi Logan, Utah -0.437960495533138761 +34193 aapg_aa_598.html aapg_aa_598.html:3:528:536 Red Peak Cheyenne, Wyoming -0.133234458658305632 +34194 aapg_ai_236.html aapg_ai_236.html:160:15034:15052 Venango Pleasantville, Venango County, Pennsylvania -0.500423794622032903 +34195 cspg_html_9361096527 cspg_html_9361096527:671:66188:66200 Judith River Lacombe, Alberta -0.425363011053494167 +34196 sedimentology_html_8006979411 sedimentology_html_8006979411:1325:99398:99415 Cardium Victoria, British Columbia -0.45295011354581094 +34197 aapg_ah_476.html aapg_ah_476.html:10:1979:1991 Fayetteville Arkansas -0.429947310326277143 +34198 palaios_html_5766254008 palaios_html_5766254008:62:7653:7672 Manorkill Schoharie Creek -0.0399624195111792577 +34199 cspg_html_8612721867 cspg_html_8612721867:544:62727:62743 Nisku Southern Alberta -0.0303573786993141213 +34200 aapg_aa_4.html aapg_aa_4.html:138:17980:17997 Genesee Middlesex -0.0730428341615278059 +34201 aapg_aa_289.html aapg_aa_289.html:154:15053:15072 Fish Haven Dolomite Boise, Idaho -0.204827255681292786 +34202 cspg_html_3367984758 cspg_html_3367984758:187:23924:23935 Slave Point Lacombe, Alberta -0.462302919433881576 +34203 aapg_af_98.html aapg_af_98.html:8:1306:1312 Dakota Dakota County, Minnesota -0.441998542726141919 +34204 aapg_ac_271.html aapg_ac_271.html:6:596:612 Bedford Crawford County, Georgia -0.035304988004324106 +34205 aapg_ak_55.html aapg_ak_55.html:204:21033:21045 Huntersville Gilmer County, Georgia -0.482213387515949554 +34206 cspg_html_4859889874 cspg_html_4859889874:487:49286:49295 Cathedral Lacombe, Alberta -0.442595627901035182 +34207 gsa_html_8010927234 gsa_html_8010927234:361:29542:29570 Littleton Portland, Maine -0.00485893734726632141 +34208 aapg_aa_23.html aapg_aa_23.html:223:23827:23835 Winnipeg Pelican Lake, Wisconsin 0.626690340575099869 +34209 geology_html_9206708719 geology_html_9206708719:235:21092:21099 Pearson Spain -0.467263588143899677 +34210 aapg_ac_888.html aapg_ac_888.html:344:22791:22801 Washington Athens, Georgia 0.00595861376287910686 +34211 sedimentology_html_7692801661 sedimentology_html_7692801661:1023:86947:86958 Black River Ontario, California -0.4506269691264706 +34212 aapg_ae_67.html aapg_ae_67.html:467:35257:35265 Colorado Colorado -0.483407132229491276 +34213 aapg_ac_235.html aapg_ac_235.html:125:13356:13362 Lakota Black Hills -0.511401051697550457 +34214 aapg_af_0.html aapg_af_0.html:577:65313:65333 Mucuchachi Colorado -0.0542599995466573129 +34215 aapg_aa_12.html aapg_aa_12.html:300:30669:30675 Warsaw Meramec River -0.419862392479243229 +34216 aapg_aa_537.html aapg_aa_537.html:457:53512:53518 Oswego Mississippi River -0.0577069474480743499 +34217 sedimentology_html_9244748069 sedimentology_html_9244748069:1984:122529:122536 Gateway Colorado -0.456371367070690814 +34218 aapg_ah_751.html aapg_ah_751.html:57:4512:4521 Boquillas Austin, Chicago -0.452927573923113447 +34219 aapg_ae_250.html aapg_ae_250.html:21:2699:2705 Denver Colorado -0.0633942422333909211 +34220 AMJC_html_1252169248 AMJC_html_1252169248:1123:105153:105177 Protection Hartford, Connecticut -0.440354093294291316 +34221 aapg_ad_683.html aapg_ad_683.html:87:13139:13155 Kaibab Fort Defiance (Illinois) -0.459819284677136619 +34222 gsa_html_7499737388 gsa_html_7499737388:816:58794:58822 Green River Iran -0.0248379892514390653 +34223 cspg_html_7350557114 cspg_html_7350557114:212:23321:23339 Imperial Canada -0.0155250750483416668 +34224 gsa_html_3936574180 gsa_html_3936574180:598:62513:62523 Washington Boise, Idaho -0.43085802678688212 +34225 palaios_html_1262064602 palaios_html_1262064602:1048:103064:103095 Chinle Arizona -0.415078947369139473 +34226 gsa_html_7102550258 gsa_html_7102550258:280:30011:30039 Carmel Logan, Utah -0.00200123251374013846 +34227 aapg_ac_782.html aapg_ac_782.html:180:31199:31208 Red River Southeast Asia 0.0141001745086265506 +34228 cspg_html_6252417471 cspg_html_6252417471:452:62689:62705 Hassel District Council of Franklin Harbour -0.281577634473827554 +34229 aapg_ah_724.html aapg_ah_724.html:382:45947:45965 Dunvegan Ganges -0.421615423897771235 +34230 aapg_ae_961.html aapg_ae_961.html:338:26597:26603 Pierre Niobrara, Nebraska 0.016480847365564915 +34231 sedimentology_html_6049996947 sedimentology_html_6049996947:262:19011:19022 Green River Logan, Utah -0.438592713276552693 +34232 gsa_html_1412681096 gsa_html_1412681096:987:86816:86844 Green River Colorado 0.00753780424990633125 +34233 aapg_ah_487.html aapg_ah_487.html:52:6705:6711 Midway India -0.439631812877842865 +34234 sedimentology_html_9914652913 sedimentology_html_9914652913:110:9474:9508 Protection Lake Michigan -0.0617388373496724763 +34235 aapg_aa_826.html aapg_aa_826.html:370:36635:36643 Virginia North Carolina -0.452055720301517416 +34236 geology_html_7245620789 geology_html_7245620789:11:532:544 Rhode Island Newport, Rhode Island -0.109966941525858758 +34237 aapg_ah_779.html aapg_ah_779.html:646:120260:120268 Quadrant Boise, Idaho -0.0782099723977158628 +34238 gsa_html_3069013284 gsa_html_3069013284:557:58769:58794 Chinle Colorado Plateau -0.00871745152629535731 +34239 cspg_html_4341656515 cspg_html_4341656515:322:31395:31403 Columbia Victoria, British Columbia -0.44951252529713398 +34240 jgeology_html_4305195651 jgeology_html_4305195651:3009:213091:213111 Pottsville Pottsville, Pennsylvania 0.0469494744747351103 +34241 geology_html_9466127341 geology_html_9466127341:14:856:865 San Diego California -0.433387995206966137 +34242 sedimentology_html_9122394349 sedimentology_html_9122394349:581:36902:36910 Montreal Quebec City -0.460953349343471763 +34243 aapg_ai_695.html aapg_ai_695.html:8:962:981 Beaumont East Texas -0.443732938342886629 +34244 gsa_html_9866042258 gsa_html_9866042258:610:48732:48741 East Fork Mount Mazama -0.478280146619880497 +34245 cspg_html_1019614994 cspg_html_1019614994:300:48291:48321 Banff Lacombe, Alberta -0.456661018199272462 +34246 cspg_html_9354781888 cspg_html_9354781888:13:2269:2281 Saskatchewan Manitoba -0.025547354296840772 +34247 aapg_ah_378.html aapg_ah_378.html:281:26717:26732 Queen Artesia, New Mexico -0.462102516958969756 +34248 aapg_ae_915.html aapg_ae_915.html:157:10445:10461 Lakota Nebraska -0.0176486817607870612 +34249 aapg_ad_567.html aapg_ad_567.html:43:7762:7773 Mowry Sevier orogeny -0.0181040152010628272 +34250 palaios_html_3708745554 palaios_html_3708745554:75:10132:10148 Viking Canada 0.00330065394967362811 +34251 aapg_af_116.html aapg_af_116.html:9:1223:1230 Yucatan Melbourne, Florida -0.0424800423112160416 +34252 aapg_ac_942.html aapg_ac_942.html:49:6975:6990 Elephant Canyon Emery Theatre 0.00466610479932860322 +34253 cspg_html_4319383223 cspg_html_4319383223:663:68949:68979 Doig Lacombe, Alberta -0.471543117662309108 +34254 aapg_ac_629.html aapg_ac_629.html:146:20041:20051 Citronelle Beaumont, Texas -0.458695727712452594 +34255 gsa_html_5712812305 gsa_html_5712812305:751:69359:69369 Washington Salem, Oregon -0.45099125631104503 +34256 aapg_ac_414.html aapg_ac_414.html:186:22550:22560 Phosphoria Mexico 0.431950282314491785 +34257 aapg_ac_984.html aapg_ac_984.html:174:15310:15320 Eau Claire Franconia, New Hampshire -0.391555269068704526 +34258 geology_html_6449177757 geology_html_6449177757:314:22376:22383 Calvert Earth -0.472823676298187945 +34259 geology_html_4561079394 geology_html_4561079394:9:309:334 Navajo Colorado -0.0524220993978513419 +34260 sedimentology_html_9793182930 sedimentology_html_9793182930:833:62642:62669 Hermosa Colorado -0.429008912224210892 +34261 aapg_ac_722.html aapg_ac_722.html:5:570:580 Trout Lake Wisconsin -0.0375812203233935049 +34262 cspg_html_6895078083 cspg_html_6895078083:236:25689:25706 Heiberg New Jersey -0.423072537243216251 +34263 cspg_html_5381643866 cspg_html_5381643866:62:7946:7954 Columbia Rocky Brook -0.428967178358428958 +34264 geology_html_8054317576 geology_html_8054317576:11:495:501 Oregon Salem, Oregon -0.0162966409406991447 +34265 aapg_ah_828.html aapg_ah_828.html:322:25944:25962 La Casita Mexico -0.0158448200336194084 +34266 aapg_af_781.html aapg_af_781.html:16:1479:1499 Palo Pinto Fort Worth, Texas -0.0219799913092776147 +34267 cspg_html_1520641026 cspg_html_1520641026:5:217:223 Ireton Central Alberta -0.44255997020698512 +34268 cspg_html_8337197939 cspg_html_8337197939:101:13005:13015 Blackstone Turtle Mountain (Alberta) -0.446052041434467972 +34269 gsa_html_4965235078 gsa_html_4965235078:1167:100748:100776 Green River Colorado -0.0100083249466689488 +34270 aapg_af_614.html aapg_af_614.html:52:4008:4027 Smackover Shreveport, Louisiana -0.401509255391847009 +34271 aapg_ah_656.html aapg_ah_656.html:214:19139:19157 Grayburg Otero County, New Mexico 0.0176347786034971622 +34272 aapg_ae_845.html aapg_ae_845.html:192:21152:21161 Extension Colorado -0.0133147744605960541 +34273 aapg_aa_23.html aapg_aa_23.html:856:111271:111283 Grand Rapids Lake Winnipeg -0.424584335389619316 +34274 cspg_html_2184091860 cspg_html_2184091860:88:12731:12738 Romaine Anticosti Island -0.104347608335887465 +34275 aapg_af_880.html aapg_af_880.html:561:85917:85934 Thrifty Texas -0.0232768060359763093 +34276 aapg_aa_906.html aapg_aa_906.html:613:64936:64942 Casper Cheyenne, Wyoming -0.0410313671820840969 +34277 AMJC_html_1305960228 AMJC_html_1305960228:686:81420:81424 Hall Canada -0.469120700106755939 +34278 aapg_ad_855.html aapg_ad_855.html:228:23227:23243 Rodessa Navarro County, Texas 0.0108718271862225224 +34279 cspg_html_5241714595 cspg_html_5241714595:679:101962:101974 Winnipegosis Lacombe, Alberta 1.13984164028370372 +34280 AMJC_html_4473205820 AMJC_html_4473205820:34:1166:1206 Peninsula Mid-Atlantic Ridge -0.444891759770598527 +34281 aapg_ah_385.html aapg_ah_385.html:287:34352:34371 Logan Glenn County, California -0.459083706416541504 +34282 cspg_html_8089302449 cspg_html_8089302449:208:34947:34969 Winnipegosis Regina, Saskatchewan 1.23313440527598916 +34283 aapg_ai_912.html aapg_ai_912.html:18:4095:4101 Hatter Alabama -0.0185419788860923702 +34284 cspg_html_8030881108 cspg_html_8030881108:218:35364:35383 Canrobert Melville Island (Canada) -0.451270191944311616 +34285 cspg_html_9354781888 cspg_html_9354781888:205:27284:27292 Columbia Victoria, British Columbia -0.434518537443352337 +34286 palaios_html_2413654173 palaios_html_2413654173:95:8354:8380 Horseshoe Canyon Lacombe, Alberta -0.454041701910604445 +34287 aapg_ae_638.html aapg_ae_638.html:93:9027:9032 Salem Illinois -0.454089094007790295 +34288 aapg_ae_777.html aapg_ae_777.html:504:59232:59248 Sandia Sangre de Cristo Range -0.420909473199816475 +34289 aapg_ai_157.html aapg_ai_157.html:22:4127:4133 Salina Michigan -0.00614971261944179635 +34290 aapg_ai_398.html aapg_ai_398.html:17:2608:2617 Smackover Arkansas -0.435738929516159335 +34291 aapg_ai_561.html aapg_ai_561.html:70:5844:5851 Rodessa Arkansas -0.437987106587424679 +34292 aapg_ad_747.html aapg_ad_747.html:148:15230:15236 Perija Venezuela -0.461026124022890449 +34293 cspg_html_4272664788 cspg_html_4272664788:9:813:830 Pekisko Lacombe, Alberta -0.486735992068403789 +34294 sedimentology_html_3238300064 sedimentology_html_3238300064:2174:127224:127247 Cotton Valley Texas -0.0966997332723355391 +34295 aapg_af_854.html aapg_af_854.html:982:138602:138618 Elwren Bloomington, Indiana -0.429008912224210892 +34296 aapg_ae_75.html aapg_ae_75.html:199:26432:26448 Epitaph Dolomite New Mexico -0.490313047484592146 +34297 cspg_html_8464109528 cspg_html_8464109528:76:9722:9729 Manetoe Dolomites -0.0327735084996737119 +34298 aapg_af_638.html aapg_af_638.html:11:1368:1375 Bedford Antrim, County Antrim -0.0371844096364450094 +34299 aapg_ad_73.html aapg_ad_73.html:19:3574:3582 Colorado Colorado Springs, Colorado -0.0295955881019379606 +34300 aapg_ae_694.html aapg_ae_694.html:14:2226:2242 Mt Lytton Texas -0.090759410560265541 +34301 gsa_html_8010927234 gsa_html_8010927234:355:29043:29067 Perry Rangeley, Maine -0.449937021729037434 +34302 aapg_ai_296.html aapg_ai_296.html:206:19652:19663 White River Arkansas -0.46168136305604579 +34303 aapg_ae_169.html aapg_ae_169.html:199:22229:22245 Lawson Melbourne, Florida -0.47829406272822006 +34304 gsa_html_3648258377 gsa_html_3648258377:330:31512:31529 Magothy Bass River Township, New Jersey -0.499764658466963718 +34305 cspg_html_4343998218 cspg_html_4343998218:177:20896:20916 Irene Little Cornwallis Island -0.503041677516484542 +34306 aapg_ae_805.html aapg_ae_805.html:333:39825:39832 Paradox Hermosa, Chicago -0.463150573567572499 +34307 cspg_html_7595517955 cspg_html_7595517955:306:33823:33847 Eids Melville Island (Canada) -0.110973236554480367 +34308 aapg_ai_66.html aapg_ai_66.html:405:37008:37017 Mesaverde Colorado -0.0231725008237077118 +34309 jgeology_html_4305195651 jgeology_html_4305195651:1923:143000:143010 Pottsville Pennsylvania -0.463636287457712182 +34310 aapg_ae_307.html aapg_ae_307.html:197:11891:11908 Ogallala Lubbock, Texas -0.00696275827002107526 +34311 jgeology_html_7911248546 jgeology_html_7911248546:147:6398:6416 Javelina Western world -0.450595494357366455 +34312 sedimentology_html_9346484023 sedimentology_html_9346484023:1413:96043:96047 Hall London, Ontario -0.0299260395523841712 +34313 aapg_ae_324.html aapg_ae_324.html:497:49940:49949 Knoxville Knoxville, Tennessee -0.0214063649157180402 +34314 cspg_html_4143222666 cspg_html_4143222666:43:5493:5511 Lea Park Western Canadian Sedimentary Basin -0.427768661147865492 +34315 aapg_ai_582.html aapg_ai_582.html:29:3483:3491 Sawtooth Black Hills 0.0202209289615103982 +34316 aapg_ac_198.html aapg_ac_198.html:44:5569:5585 Mt Lytton Arcadia, California -0.495723634298967097 +34317 cspg_html_8438548095 cspg_html_8438548095:331:32997:33005 Paskapoo Red Deer, Alberta -0.040714500181089297 +34318 aapg_aa_856.html aapg_aa_856.html:7:841:850 Smackover Cotton Valley, Louisiana -0.439818440810091693 +34319 gsa_html_6298696183 gsa_html_6298696183:29:2796:2824 Green River New Mexico -0.00823968206365449651 +34320 gsa_html_2667366192 gsa_html_2667366192:573:53643:53647 Hall California -0.462097962880594848 +34321 geology_html_3420787727 geology_html_3420787727:211:21914:21924 Washington Boise, Idaho -0.474863540124580097 +34322 geology_html_7922337916 geology_html_7922337916:11:522:532 Washington Seattle -0.0161089604302801712 +34323 aapg_aa_870.html aapg_aa_870.html:107:11013:11027 Dakota Lone Pine, California -0.469933557233422561 +34324 sedimentology_html_1338997515 sedimentology_html_1338997515:2511:97879:97905 San Andres New Mexico -0.455876007847145159 +34325 cspg_html_9343899465 cspg_html_9343899465:1335:111514:111533 Nordstrand Point Ellesmere Island -0.0373010146688876193 +34326 cspg_html_4773367370 cspg_html_4773367370:381:28567:28575 Columbia Victoria, British Columbia -0.468015132988553406 +34327 sedimentology_html_7800568833 sedimentology_html_7800568833:749:61753:61766 Rockwell Ventura County, California -0.018225670847461909 +34328 gsa_html_6861599329 gsa_html_6861599329:1113:93467:93474 Shuswap Victoria, British Columbia -0.478284785297837578 +34329 aapg_ac_126.html aapg_ac_126.html:23:3487:3504 Haynesville Texas -0.437987106587424679 +34330 aapg_ai_720.html aapg_ai_720.html:429:43249:43252 Pit Closter, New Jersey -0.0568450445317184444 +34331 gsa_html_8398449001 gsa_html_8398449001:844:69826:69831 Logan Boise, Idaho -0.026705362044744569 +34332 gsa_html_5598634716 gsa_html_5598634716:806:44669:44678 Eel River California -0.0494674389497957237 +34333 cspg_html_6545726692 cspg_html_6545726692:536:54627:54665 Kingston Peak Death Valley -0.121042330314776125 +34334 aapg_ai_704.html aapg_ai_704.html:27:3558:3564 Brazil Trinidad and Tobago -0.0432358146258081874 +34335 aapg_af_131.html aapg_af_131.html:15:2183:2190 Rustler Nashville Basin -0.21869965703115285 +34336 aapg_aa_23.html aapg_aa_23.html:797:102701:102711 Cedar Lake Inwood, New York -0.443933785681361437 +34337 cspg_html_4924970281 cspg_html_4924970281:622:74641:74651 Clearwater Lacombe, Alberta -0.499512563259915887 +34338 aapg_ah_421.html aapg_ah_421.html:248:19978:19997 Fox Hills Calgary -0.457650607934439568 +34339 aapg_ac_634.html aapg_ac_634.html:282:32897:32905 Red Cave New Mexico -0.0066344115226364981 +34340 cspg_html_4132771434 cspg_html_4132771434:183:26282:26296 Woodbend Lacombe, Alberta -0.0391024746518720059 +34341 gsa_html_1409496185 gsa_html_1409496185:1168:122352:122380 Green River Colorado 0.0145380623395336504 +34342 aapg_ad_351.html aapg_ad_351.html:876:80508:80530 Reeds Spring Burlington, Ontario -0.0347969055523305801 +34343 aapg_ae_871.html aapg_ae_871.html:329:50667:50677 Loon River Clearwater, Florida 0.0146110443570680159 +34344 aapg_aa_960.html aapg_aa_960.html:27:4160:4177 Entrada Logan, Utah -0.423098733122919901 +34345 cspg_html_8477386212 cspg_html_8477386212:107:12432:12445 Wabamun Canada -0.461089806729199636 +34346 jgeology_html_6882545802 jgeology_html_6882545802:139:9918:9922 Kope Cincinnati -0.41966442363155293 +34347 aapg_ah_260.html aapg_ah_260.html:386:53067:53085 Morrison Colorado Plateau -0.27839145534243015 +34348 aapg_ae_961.html aapg_ae_961.html:343:27186:27194 Niobrara Niobrara, Nebraska -0.407523998422812062 +34349 cspg_html_9941518291 cspg_html_9941518291:521:76414:76436 Barlow Inlet Little Cornwallis Island -0.466842269540434285 +34350 cspg_html_1378826439 cspg_html_1378826439:420:38644:38660 Viking Canada -0.00234867028233571185 +34351 cspg_html_8279079445 cspg_html_8279079445:364:42553:42564 Coal Valley Lacombe, Alberta -0.43374114370115191 +34352 gsa_html_3241858546 gsa_html_3241858546:14:483:491 Virginia Reston, Virginia -0.0389092587749327867 +34353 cspg_html_1597341612 cspg_html_1597341612:234:21951:21959 Colorado Littleton, Colorado -0.0209613827792686502 +34354 aapg_ae_350.html aapg_ae_350.html:60:5876:5891 Tuscaloosa Tuscaloosa, Alabama -0.46741476224763201 +34355 aapg_af_608.html aapg_af_608.html:109:12000:12009 Catahoula Shreveport, Louisiana 0.372419836106995639 +34356 sedimentology_html_2779293272 sedimentology_html_2779293272:1054:56245:56251 Brazil South America -0.0464616568793586454 +34357 AMJC_html_5471526645 AMJC_html_5471526645:540:69462:69470 Virginia Mecklenburg County, North Carolina -0.535685912318529134 +34358 aapg_ad_557.html aapg_ad_557.html:10461:577610:577628 Kekiktuk Anchorage, Alaska -0.45417711448712661 +34359 aapg_ai_18.html aapg_ai_18.html:57:4770:4776 Reklaw Charlotte, North Carolina -0.421380049582550542 +34360 palaios_html_9039698014 palaios_html_9039698014:18:1204:1222 Moenkopi Reno, Nevada -0.442620143363224416 +34361 sedimentology_html_7385631805 sedimentology_html_7385631805:2269:114055:114061 Jordan Nazca -0.497512762155281452 +34362 aapg_ai_107.html aapg_ai_107.html:271:28483:28492 Red River Panola County, Mississippi -0.435714594595624227 +34363 aapg_ae_986.html aapg_ae_986.html:521:56737:56750 Venango Pennsylvania -0.499412697488954616 +34364 geology_html_3098502702 geology_html_3098502702:12:610:620 Rancheria New Mexico -0.455211432419709627 +34365 jgeology_html_4729017492 jgeology_html_4729017492:1174:61308:61330 Jackson Canada -0.00397121641303337797 +34366 gsa_html_5756232019 gsa_html_5756232019:916:80037:80043 Reston New Mexico -0.0527882465150959351 +34367 aapg_ah_283.html aapg_ah_283.html:193:20355:20372 Cowlitz Coos Bay -0.0293555813701503708 +34368 aapg_ah_775.html aapg_ah_775.html:70:8990:8998 Woodford New Mexico -0.0891194271071374666 +34369 aapg_ae_454.html aapg_ae_454.html:431:37579:37592 Dorcheat Arkansas -0.467889067103673728 +34370 AMJC_html_6759408618 AMJC_html_6759408618:268:28225:28236 Martinsburg Great Valley, New York -0.008957206898973313 +34371 aapg_ah_253.html aapg_ah_253.html:414:49686:49705 Minnelusa Cheyenne, Wyoming -0.459887424332023564 +34372 cspg_html_7310162886 cspg_html_7310162886:302:40839:40853 Lisburne Anchorage, Alaska -0.458180950614220484 +34373 gsa_html_1617077506 gsa_html_1617077506:908:87734:87742 Columbia Victoria, British Columbia -0.0281695262279110618 +34374 geology_html_9131630956 geology_html_9131630956:172:14786:14795 New River Virginia -0.00291152111123597944 +34375 aapg_aa_544.html aapg_aa_544.html:277:37745:37753 Frontier Cheyenne, Wyoming -0.0268827228609654426 +34376 aapg_aa_158.html aapg_aa_158.html:663:58151:58170 Cloverly Cheyenne, Wyoming -0.428791476930725279 +34377 aapg_ai_409.html aapg_ai_409.html:241:27934:27942 Nacatoch Bellevue, Nebraska -0.0541239715343548866 +34378 aapg_aa_23.html aapg_aa_23.html:1088:142288:142297 Interlake Manitoba 0.286169688374796283 +34379 gsa_html_9725118776 gsa_html_9725118776:813:72306:72334 Green River Colorado 0.0115094773461777138 +34380 cspg_html_4270552951 cspg_html_4270552951:182:26486:26498 Morden Niobrara, Nebraska -0.0250466225487357037 +34381 gsa_html_5627360957 gsa_html_5627360957:64:6394:6408 Troy Arizona -0.489889776983278402 +34382 aapg_ac_654.html aapg_ac_654.html:45:4673:4681 Camillus New York State Museum -0.420787509362551382 +34383 cspg_html_4348111624 cspg_html_4348111624:270:38683:38695 Winnipegosis Regina, Saskatchewan -0.469506369220983932 +34384 aapg_ah_69.html aapg_ah_69.html:215:23415:23423 Michigan Illinois -0.0113965411474177668 +34385 gsa_html_2867292195 gsa_html_2867292195:29:2796:2824 Green River Colorado 0.0295434123424303807 +34386 gsa_html_6861599329 gsa_html_6861599329:890:78745:78755 Washington Washington (state) -0.502736072390667199 +34387 cspg_html_4655200751 cspg_html_4655200751:129:24587:24595 Grosmont Western Canadian Sedimentary Basin -0.526144696315186566 +34388 aapg_ac_913.html aapg_ac_913.html:28:3191:3206 Atoka Hartshorne, Oklahoma -0.412806147791681621 +34389 aapg_ac_363.html aapg_ac_363.html:587:64579:64593 Tejon Bena, Minnesota -0.0758252832178258895 +34390 jgeology_html_2964058232 jgeology_html_2964058232:120:9290:9296 Ludlow Sweden -0.00782446102673750588 +34391 aapg_ad_152.html aapg_ad_152.html:178:23672:23680 Arcturus Reno, Nevada -0.448282824521055501 +34392 gsa_html_2005293978 gsa_html_2005293978:1094:80946:80959 Potomac Delmarva Peninsula -0.463579265049131273 +34393 aapg_ae_24.html aapg_ae_24.html:223:22729:22741 Rhode Island Block Island -0.0423511843522919873 +34394 aapg_ac_617.html aapg_ac_617.html:29:3529:3537 Oakville Oakville, California -0.441406293921039528 +34395 aapg_af_861.html aapg_af_861.html:113:12895:12906 Stark Washington (state) -0.0342192516575154232 +34396 aapg_ac_617.html aapg_ac_617.html:154:21582:21599 Lagarto Brazos River -0.48108644546321655 +34397 sedimentology_html_8384737970 sedimentology_html_8384737970:547:47021:47025 Hall London, Ontario -0.457899875343460883 +34398 aapg_af_684.html aapg_af_684.html:64:7710:7718 Roseburg Umpqua, Oregon -0.462576268150975078 +34399 palaios_html_2399848899 palaios_html_2399848899:734:62129:62139 Tuscaloosa Columbus, Ohio -0.419751437916078163 +34400 cspg_html_5430614285 cspg_html_5430614285:43:6225:6242 Cardium Lacombe, Alberta -0.455347020329573748 +34401 aapg_ai_67.html aapg_ai_67.html:115:11697:11708 Tulip Creek Texas -0.475325709854034217 +34402 aapg_aa_867.html aapg_aa_867.html:69:8570:8576 Denver Colorado -0.112877182552820504 +34403 cspg_html_3102530088 cspg_html_3102530088:315:37615:37633 Lea Park Lacombe, Alberta 0.582377424259783449 +34404 aapg_ah_260.html aapg_ah_260.html:114:15058:15078 Morrison Cedar Mountains 0.294505773561123452 +34405 aapg_af_542.html aapg_af_542.html:32:4743:4764 Rockdale Gulf Coast of the United States -0.497000516635433987 +34406 aapg_af_854.html aapg_af_854.html:1026:144835:144842 Cypress Kentucky -0.461219460550356897 +34407 aapg_af_46.html aapg_af_46.html:22:4070:4084 Springer Absaroka -0.0883014286807499854 +34408 cspg_html_3447886929 cspg_html_3447886929:176:21904:21925 Lawrence Canada 0.00997357679106987589 +34409 cspg_html_6927586285 cspg_html_6927586285:43:6368:6380 Halfway Lacombe, Alberta -0.421938067268467054 +34410 cspg_html_4326384800 cspg_html_4326384800:775:108173:108188 Elk Southeast Asia -0.0282234355137958928 +34411 palaios_html_3927097660 palaios_html_3927097660:691:65301:65305 Hall London, Ontario -0.0350022236580636789 +34412 aapg_af_789.html aapg_af_789.html:83:12276:12298 New Scotland Virginia 0.00619835605907248944 +34413 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry Powder River Basin -0.596479113413621365 +34414 aapg_ae_454.html aapg_ae_454.html:651:59097:59116 Cotton Valley Alabama -0.489965009664788731 +34415 aapg_ae_204.html aapg_ae_204.html:86:8046:8057 Peace River Sulphur Bay -0.0129759471663572871 +34416 aapg_af_48.html aapg_af_48.html:23:3636:3655 Greenfield Dolomite Salina, Kansas -0.462453250854801823 +34417 aapg_aa_302.html aapg_aa_302.html:44:5647:5654 Oquirrh Wood River (Oregon) 0.357603016239316063 +34418 sedimentology_html_8718672678 sedimentology_html_8718672678:998:55262:55279 Cardium Lacombe, Alberta -0.435659290307845004 +34419 gsa_html_2162821431 gsa_html_2162821431:125:10458:10481 Colorado Gulf of California -0.472302935634413557 +34420 aapg_af_745.html aapg_af_745.html:681:88773:88785 Rundle Canada -0.471543117662309108 +34421 aapg_ah_536.html aapg_ah_536.html:520:68387:68403 Walnut Paluxy, Texas -0.458348730992641562 +34422 gsa_html_3436154175 gsa_html_3436154175:1010:82417:82438 Green River Cheyenne, Wyoming -0.0191815618988117366 +34423 aapg_ae_519.html aapg_ae_519.html:324:35907:35924 Pocono Huntington, West Virginia -0.237137757743123512 +34424 cspg_html_6665051947 cspg_html_6665051947:545:50938:50955 Bluesky Lacombe, Alberta -0.265375102203777358 +34425 cspg_html_8509913074 cspg_html_8509913074:421:54284:54301 Eramosa Guelph -0.427650208489599781 +34426 aapg_ac_720.html aapg_ac_720.html:331:33996:34017 Englishtown Merchantville, New Jersey -0.441927274708787343 +34427 aapg_aa_125.html aapg_aa_125.html:17:1926:1941 Banff Fernie, British Columbia 0.0438105239318421491 +34428 aapg_ah_528.html aapg_ah_528.html:420:43152:43159 Thaynes Chinle Formation -0.431086943566786673 +34429 sedimentology_html_9008066459 sedimentology_html_9008066459:791:60920:60932 Owens Valley California -0.456371367070690814 +34430 aapg_af_854.html aapg_af_854.html:895:126655:126664 Aux Vases Missouri River 0.82376625172623763 +34431 aapg_ak_55.html aapg_ak_55.html:232:23690:23697 Jackson Putnam County, Florida -0.46328736756315686 +34432 gsa_html_1217771406 gsa_html_1217771406:1028:95812:95822 Santa Cruz California -0.466718659783226908 +34433 aapg_ah_3.html aapg_ah_3.html:401:52319:52335 Yeoman Williston, Vermont -0.469120700106755939 +34434 cspg_html_1509800797 cspg_html_1509800797:135:13330:13354 Blood Reserve Lacombe, Alberta -0.0520489971910248345 +34435 sedimentology_html_7553974053 sedimentology_html_7553974053:1300:113793:113810 Sisquoc California -0.0603771315670732084 +34436 aapg_ai_328.html aapg_ai_328.html:358:37861:37868 Gobbler Mississippian culture -0.464409872562970838 +34437 cspg_html_8875780398 cspg_html_8875780398:12:1493:1515 Nation River Anchorage, Alaska -0.51380234798317781 +34438 aapg_ak_26.html aapg_ak_26.html:65:7020:7037 Florida Mountains Sugarloaf Mountain (Florida) -0.0445280936514478309 +34439 cspg_html_4326384800 cspg_html_4326384800:97:14813:14832 Waterways Lacombe, Alberta -0.432236767973233238 +34440 aapg_ae_324.html aapg_ae_324.html:313:31074:31082 Virginia Newcastle, New South Wales -0.0362655388970657272 +34441 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4576:4596 Success Regina, Saskatchewan -0.0606703967793152318 +34442 aapg_ai_975.html aapg_ai_975.html:804:66124:66137 Comanche Peak Walnut, California -0.488837217649543798 +34443 cspg_html_4578604607 cspg_html_4578604607:47:6917:6929 Winnipegosis Regina, Saskatchewan -0.491075466427918716 +34444 aapg_ah_659.html aapg_ah_659.html:16:2631:2646 Uinta Uinta Mountains -0.43451411861660022 +34445 aapg_ae_113.html aapg_ae_113.html:195:24220:24233 Snowblind Bay Wales Island (British Columbia) -0.470262127852539125 +34446 cspg_html_2737820587 cspg_html_2737820587:40:6044:6077 Grosmont Lacombe, Alberta -0.476449805414249639 +34447 aapg_ai_414.html aapg_ai_414.html:103:9723:9733 Henryhouse Frisco, Texas -0.0230751498951462693 +34448 palaios_html_1276188815 palaios_html_1276188815:747:70204:70235 Chinle New Mexico -0.00217147693343403827 +34449 cspg_html_3854139935 cspg_html_3854139935:98:16050:16062 Saskatchewan Lacombe, Alberta -0.0404516132545933438 +34450 aapg_ah_157.html aapg_ah_157.html:232:32520:32525 Knobs Illinois -0.410626958911791184 +34451 gsa_html_3373332021 gsa_html_3373332021:895:70282:70310 Green River Colorado -0.0728958789354174075 +34452 aapg_ad_402.html aapg_ad_402.html:131:14158:14176 Ramparts Canol Heritage Trail -0.077497245462319897 +34453 cspg_html_2930376886 cspg_html_2930376886:16:2126:2138 Saskatchewan Lacombe, Alberta -0.457532796484121151 +34454 gsa_html_7938666655 gsa_html_7938666655:916:80723:80731 Columbia Anchorage, Alaska -0.484266161538602968 +34455 sedimentology_html_9227563678 sedimentology_html_9227563678:712:48687:48693 Sierra Uruguay -0.0281695262279110618 +34456 aapg_ad_981.html aapg_ad_981.html:296:18941:18953 Bedford Bridgetown, Nova Scotia -0.495988801002771096 +34457 aapg_aa_754.html aapg_aa_754.html:524:48655:48667 Marble Falls Texas -0.492225096233327442 +34458 gsa_html_5039569238 gsa_html_5039569238:476:41695:41703 Montreal Lacombe, Alberta -0.149694588326939465 +34459 aapg_ac_59.html aapg_ac_59.html:53:7223:7243 Point Loma California -0.0245285217971666809 +34460 cspg_html_9735723617 cspg_html_9735723617:2478:208793:208812 Griper Bay District Council of Franklin Harbour -0.0206137481511775786 +34461 aapg_af_854.html aapg_af_854.html:1028:145091:145099 Golconda Illinois -0.0260481030214056476 +34462 aapg_ad_2.html aapg_ad_2.html:1060:145563:145576 Conococheague Wissahickon Formation -0.445501898866620227 +34463 aapg_ad_858.html aapg_ad_858.html:144:9721:9744 Cotton Valley Lincoln Parish, Louisiana -0.459294782857853967 +34464 sedimentology_html_3417381350 sedimentology_html_3417381350:688:56298:56318 Monterey California 0.713946578457223535 +34465 cspg_html_7970178687 cspg_html_7970178687:75:10156:10169 Mountain Park Lacombe, Alberta -0.479552074346371926 +34466 geology_html_4403865682 geology_html_4403865682:304:26190:26228 Protection San Francisco -0.496867763222673786 +34467 geology_html_4813695285 geology_html_4813695285:12:512:520 Colorado Denver -0.478307979059971577 +34468 aapg_ad_325.html aapg_ad_325.html:1119:104487:104496 Smackover Mississippi River -0.455803649368251795 +34469 aapg_aa_597.html aapg_aa_597.html:181:18351:18359 Scotland England -0.485238274937032199 +34470 aapg_aa_928.html aapg_aa_928.html:333:38923:38927 Frio Western world -0.0500164465946093956 +34471 AMJC_html_5516451353 AMJC_html_5516451353:348:37119:37138 Cambridge Argillite Middlesex Fells Reservation Parkways -0.512059862211240779 +34472 gsa_html_7072250018 gsa_html_7072250018:76:6299:6327 Green River Colorado -0.0139559511282587399 +34473 aapg_ah_772.html aapg_ah_772.html:752:63724:63737 Wolfcamp Logan, Utah -0.433368134539702354 +34474 cspg_html_8756009083 cspg_html_8756009083:764:78427:78447 Pine Point Great Slave Lake -0.500423794622032903 +34475 palaios_html_7679079277 palaios_html_7679079277:811:68266:68274 Sundance Carmel, Indiana 0.0133338879149081258 +34476 cspg_html_6839937815 cspg_html_6839937815:287:40844:40860 Kaibab Reno, Nevada -0.435679199475508039 +34477 cspg_html_9222238695 cspg_html_9222238695:507:61634:61646 Fernie Canada -0.450080811334427622 +34478 geology_html_7030361356 geology_html_7030361356:33:2723:2732 Peninsula India -0.0143434446267858666 +34479 aapg_ae_546.html aapg_ae_546.html:324:34254:34263 Smackover Mississippi River -0.447780648817617921 +34480 cspg_html_2796643803 cspg_html_2796643803:365:51042:51050 Finnegan Regina, Saskatchewan -0.465561228542891226 +34481 cspg_html_7182873498 cspg_html_7182873498:219:30527:30534 Eramosa Salina, Kansas -0.0131340660726573313 +34482 cspg_html_4326384800 cspg_html_4326384800:216:26573:26592 Hay River Lacombe, Alberta -0.117574581063964664 +34483 cspg_html_3385840278 cspg_html_3385840278:87:13185:13210 Beaverhill Edmonton, London -0.464450966712688929 +34484 aapg_aa_813.html aapg_aa_813.html:429:45621:45635 Indian Meadows Fort Union Trading Post National Historic Site 0.280206838386863111 +34485 aapg_ad_69.html aapg_ad_69.html:183:13969:13987 Gallatin Gallatin, Tennessee -0.00268221124588273983 +34486 geology_html_6768757956 geology_html_6768757956:201:21918:21927 San Diego California -0.465945346292333973 +34487 aapg_ad_995.html aapg_ad_995.html:56:7101:7110 Mesaverde Morton, Washington -0.479073721727517277 +34488 aapg_aa_734.html aapg_aa_734.html:598:59231:59236 Doerun Arkansas -0.263918925184756403 +34489 aapg_ac_983.html aapg_ac_983.html:390:61230:61250 Bonner Springs Wyandotte, Michigan -0.19728881232337761 +34490 geology_html_1996438264 geology_html_1996438264:272:23506:23526 Nacimiento New Mexico -0.0404707637071786003 +34491 sedimentology_html_1490163706 sedimentology_html_1490163706:529:41634:41640 Sierra Spain -0.0350961840937315667 +34492 geology_html_8507174430 geology_html_8507174430:18:768:774 Reston Virginia -0.0460801342538044584 +34493 cspg_html_9683836416 cspg_html_9683836416:101:17467:17493 Horseshoe Canyon Lacombe, Alberta -0.499246281017071747 +34494 aapg_af_854.html aapg_af_854.html:381:49000:49006 Keokuk Burlington, Ontario 0.00204466219751255973 +34495 sedimentology_html_9633602572 sedimentology_html_9633602572:173:13715:13747 Columbia Lacombe, Alberta -0.0257194847392249668 +34496 aapg_af_249.html aapg_af_249.html:42:2610:2625 Indio Texas -0.0476429233409196642 +34497 sedimentology_html_6926841382 sedimentology_html_6926841382:731:51611:51627 Cutler Langford, Bedfordshire -0.450595494357366455 +34498 aapg_ac_477.html aapg_ac_477.html:592:68413:68430 Cardium Lacombe, Alberta 0.0461341386569125364 +34499 aapg_aa_933.html aapg_aa_933.html:242:22465:22472 Rustler Delaware 0.00547565736357213256 +34500 cspg_html_4550597410 cspg_html_4550597410:292:32104:32114 Table Head West Texas -0.450586501765938174 +34501 palaios_html_8895470583 palaios_html_8895470583:601:55438:55454 Tamana Trinidad and Tobago -0.440387442871438828 +34502 aapg_ah_877.html aapg_ah_877.html:98:12318:12339 Green River Cheyenne, Wyoming -0.000180666507077184774 +34503 geology_html_4760757040 geology_html_4760757040:259:26565:26575 Wind River Cheyenne, Wyoming -0.0237009875122112385 +34504 aapg_af_130.html aapg_af_130.html:146:26553:26592 Espiritu Santo Sangre de Cristo Range -0.492706142050923668 +34505 aapg_ac_714.html aapg_ac_714.html:42:5887:5894 Rierdon Cheyenne, Wyoming -0.435838488044850259 +34506 gsa_html_4293193873 gsa_html_4293193873:818:72652:72680 Green River Iran -0.0259768148276084687 +34507 gsa_html_5865982995 gsa_html_5865982995:1120:121289:121298 Milwaukee Cheyenne, Wyoming -0.484086347872667577 +34508 aapg_ad_440.html aapg_ad_440.html:126:11792:11802 Greenbrier Greenbrier (Great Smoky Mountains) -0.467105570135703974 +34509 geology_html_2158845616 geology_html_2158845616:71:5489:5496 Shuswap Valhalla, New York -0.464706706380762058 +34510 aapg_ai_804.html aapg_ai_804.html:172:15279:15306 Prairie Williston, Vermont -0.446029671493266278 +34511 aapg_ah_647.html aapg_ah_647.html:368:39624:39642 Madison Leadville, Colorado -0.462097962880594848 +34512 aapg_ah_383.html aapg_ah_383.html:62:6407:6416 Knoxville California 0.00285245641142386911 +34513 cspg_html_2372201862 cspg_html_2372201862:10:953:961 Bullhead Clearwater, Florida -0.510056113825609891 +34514 geology_html_7907725439 geology_html_7907725439:207:18244:18252 Rockwell California -0.0387717471174881742 +34515 geology_html_3195966089 geology_html_3195966089:89:9984:9995 San Jacinto Lake Elsinore, California -0.499517319070147847 +34516 cspg_html_7866465429 cspg_html_7866465429:21:2332:2351 Kishenehn Victoria, British Columbia -0.0105034896980181463 +34517 aapg_ae_658.html aapg_ae_658.html:226:28969:28981 Rock Springs Cheyenne, Wyoming 0.0191780858485972837 +34518 aapg_ae_465.html aapg_ae_465.html:56:6523:6544 Pine Island County Sligo -0.0186688510697679971 +34519 aapg_ad_68.html aapg_ad_68.html:418:34473:34497 Mansfield Palestinian territories -0.030239106807757675 +34520 aapg_ad_335.html aapg_ad_335.html:312:36844:36867 Battle Fort Union Trading Post National Historic Site -0.436929900849743147 +34521 gsa_html_4940410718 gsa_html_4940410718:581:51657:51670 Topanga California -0.450595494357366455 +34522 geology_html_7814694704 geology_html_7814694704:12:509:518 Wolfville Earth -0.478349729395822987 +34523 aapg_ah_847.html aapg_ah_847.html:85:9812:9831 New Egypt Monmouth County, New Jersey -0.444856013246054061 +34524 cspg_html_3473883402 cspg_html_3473883402:412:65550:65565 Nisku Central Alberta -0.409498265768523217 +34525 aapg_aa_458.html aapg_aa_458.html:165:23707:23717 Washington Norfolk, Virginia -0.463764030920631232 +34526 cspg_html_9343899465 cspg_html_9343899465:630:60493:60506 Hecla Bay Melville Island (Canada) -0.0346368297266972797 +34527 aapg_ah_847.html aapg_ah_847.html:72:7877:7886 New Egypt Monmouth County, New Jersey -0.266537274266125501 +34528 geology_html_3197685690 geology_html_3197685690:296:26445:26451 Oregon Washington (state) -0.448578878596292641 +34529 geology_html_3150776446 geology_html_3150776446:190:17395:17401 Ithaca Washington (state) -0.432289667144302503 +34530 gsa_html_3502869946 gsa_html_3502869946:357:31292:31323 Alexo Ontario, California -0.0108926765936857208 +34531 cspg_html_2758185645 cspg_html_2758185645:404:41099:41112 Turner Valley Western world -0.135347953168569346 +34532 jgeology_html_4313811617 jgeology_html_4313811617:511:33628:33642 Northumberland England -0.434978208988435311 +34533 aapg_aa_796.html aapg_aa_796.html:23:1666:1674 Columbia Victoria, British Columbia -0.0209266190161632587 +34534 aapg_ac_527.html aapg_ac_527.html:220:25395:25405 Washington Pacific coast -0.458695727712452594 +34535 aapg_ai_705.html aapg_ai_705.html:132:14637:14668 Provo Vienna -0.426782005377484508 +34536 sedimentology_html_3841637081 sedimentology_html_3841637081:874:40369:40407 Watt Mountain Swan Hill, Victoria -0.0237635726163751594 +34537 gsa_html_6330913937 gsa_html_6330913937:1030:93491:93513 Palm Spring California -0.0294390614624063553 +34538 palaios_html_4648069609 palaios_html_4648069609:594:63894:63903 San Diego Sumida River -0.0221155785118801462 +34539 aapg_aa_960.html aapg_aa_960.html:319:25744:25752 Colorado New Mexico -0.0515190157893396575 +34540 cspg_html_8139359744 cspg_html_8139359744:518:69334:69353 Marcellus Ontario, California -0.480109712230180896 +34541 palaios_html_3503183206 palaios_html_3503183206:13:665:677 Saskatchewan Regina, Saskatchewan -0.0464198453094291294 +34542 cspg_html_1781462584 cspg_html_1781462584:6:347:359 Rundle Victoria, British Columbia -0.451751782124743317 +34543 AMJC_html_4299960498 AMJC_html_4299960498:592:77449:77455 Oregon Washington (state) -0.418625207464451421 +34544 palaios_html_6411384130 palaios_html_6411384130:70:8704:8714 Florissant Florissant, Colorado -0.460655489757687109 +34545 cspg_html_4915680223 cspg_html_4915680223:18:1951:1970 Read Bay Little Cornwallis Island -0.0217627063561980361 +34546 aapg_ad_2.html aapg_ad_2.html:1074:147616:147637 Beekmantown Maryland -0.419653547396107496 +34547 gsa_html_5271110133 gsa_html_5271110133:1325:105657:105663 Oxford Crowley, Louisiana -0.0153756304706319062 +34548 aapg_ad_440.html aapg_ad_440.html:946:93737:93743 Denmar Virginia -0.279033492885895296 +34549 aapg_ah_505.html aapg_ah_505.html:1883:149319:149327 Colorado Colorado -0.0875713302145728345 +34550 cspg_html_5783501569 cspg_html_5783501569:77:9436:9455 Waterfowl Canmore, Alberta -0.00537142262393446989 +34551 aapg_ac_65.html aapg_ac_65.html:3:405:422 Minturn Colorado -0.483341806462215584 +34552 aapg_ad_721.html aapg_ad_721.html:549:50939:50949 San Andres Glorieta Pass -0.44505934010721393 +34553 aapg_ai_584.html aapg_ai_584.html:439:43057:43068 Broom Creek Hartville, Missouri -0.0206224389359462197 +34554 aapg_af_317.html aapg_af_317.html:932:107155:107162 Norfolk Norfolk, Virginia -0.0364186783313174417 +34555 sedimentology_html_2115038743 sedimentology_html_2115038743:410:27208:27215 Jackson Great Lakes region (North America) -0.0233776350457932242 +34556 aapg_ad_344.html aapg_ad_344.html:63:7464:7475 White River Hughes County, South Dakota 0.0436746801100850249 +34557 aapg_aa_146.html aapg_aa_146.html:83:10340:10355 Eagle Powder River Basin -0.00525502734736806466 +34558 aapg_ad_683.html aapg_ad_683.html:313:33955:33967 Hermit Little Colorado River -0.0984096603995688601 +34559 cspg_html_8363357104 cspg_html_8363357104:5:211:228 Outram Lacombe, Alberta -0.0826358199035910762 +34560 aapg_ai_28.html aapg_ai_28.html:320:30661:30671 Rio Grande Nueces River -0.472528705500211532 +34561 gsa_html_4557277250 gsa_html_4557277250:699:63101:63119 Morrison Logan, Utah -0.243143833927776581 +34562 aapg_ae_65.html aapg_ae_65.html:27:3946:3951 Lance Fort Union Trading Post National Historic Site -0.449467616590735308 +34563 jgeology_html_1300888380 jgeology_html_1300888380:281:21346:21349 Rye Netherlands -0.519327430929987566 +34564 aapg_af_225.html aapg_af_225.html:86:9916:9935 Mansfield Pottsville, Pennsylvania -0.421983856501260468 +34565 aapg_ae_715.html aapg_ae_715.html:506:65931:65945 Frio Texas -0.0476394385223062114 +34566 gsa_html_4415707577 gsa_html_4415707577:881:81840:81849 Red River Earth -0.460337276166031373 +34567 aapg_ad_800.html aapg_ad_800.html:5:638:653 Eutaw Tuscaloosa, Alabama -0.432267625462602723 +34568 aapg_ai_82.html aapg_ai_82.html:110:13757:13777 Greenbrier Huntington, West Virginia -0.496881985799363712 +34569 aapg_ac_333.html aapg_ac_333.html:352:45788:45804 Cutler San Juan Mountains -0.0219799913092776147 +34570 aapg_ad_466.html aapg_ad_466.html:67:6954:6961 Matawan Matawan, New Jersey 0.00547565736357213256 +34571 aapg_ae_973.html aapg_ae_973.html:5:813:823 San Andres Salado, Texas -0.451875596518584666 +34572 aapg_ah_710.html aapg_ah_710.html:407:44956:44960 Kent Colorado -0.0551215722984807754 +34573 aapg_ai_399.html aapg_ai_399.html:147:15344:15350 Ripley Kentucky -0.443701699352459789 +34574 cspg_html_5170528958 cspg_html_5170528958:223:30328:30336 Montreal Kingdom of the Netherlands -0.0355416373678999614 +34575 palaios_html_3022467877 palaios_html_3022467877:18:1018:1039 Hornerstown Closter, New Jersey -0.44280960294495586 +34576 aapg_ah_607.html aapg_ah_607.html:10:854:861 Laramie Julesburg, Colorado -0.477401564658383792 +34577 aapg_ac_743.html aapg_ac_743.html:130:17257:17271 Lyre Washington (state) -0.0218513582866363479 +34578 aapg_ae_419.html aapg_ae_419.html:266:35524:35544 Georgetown Buda, Texas -0.0387717471174881742 +34579 geology_html_1574115242 geology_html_1574115242:280:24897:24905 Colorado Uinta Mountains -0.0743131219486656974 +34580 aapg_ae_44.html aapg_ae_44.html:73:6869:6879 Palo Pinto Western world -0.368597383402346657 +34581 gsa_html_2335956331 gsa_html_2335956331:32:3255:3265 Rio Grande New Mexico -0.477204643263094197 +34582 cspg_html_7971908357 cspg_html_7971908357:132:17095:17103 Columbia Victoria, British Columbia -0.440280728439214952 +34583 aapg_ad_784.html aapg_ad_784.html:527:57142:57147 Sespe Monterey, California -0.450608983410958508 +34584 palaios_html_5203200110 palaios_html_5203200110:531:62613:62644 Kope Cincinnati -0.4597920302667165 +34585 cspg_html_4447054486 cspg_html_4447054486:5:186:206 Nikanassin Lacombe, Alberta -0.484310536940914471 +34586 AMJC_html_8796200133 AMJC_html_8796200133:874:70950:70958 Scotland Earth -0.422297898476814759 +34587 aapg_aa_598.html aapg_aa_598.html:19:3030:3038 Red Peak Boise, Idaho -0.433387995206966137 +34588 aapg_aa_23.html aapg_aa_23.html:253:28186:28204 Winnipeg Lake Winnipeg -0.0318567478830053194 +34589 sedimentology_html_5519089691 sedimentology_html_5519089691:466:53091:53095 Hall London, Ontario -0.441406293921039528 +34590 gsa_html_5737673651 gsa_html_5737673651:520:43063:43094 Chinle Arizona -0.419644846495757451 +34591 cspg_html_7963093032 cspg_html_7963093032:340:32893:32913 Bow Island Lacombe, Alberta -0.478911234884053072 +34592 cspg_html_5170528958 cspg_html_5170528958:156:25750:25783 Grosmont Lacombe, Alberta -0.467950951742638677 +34593 aapg_ai_489.html aapg_ai_489.html:294:31901:31913 Eureka Sound Ellesmere Island -0.0849713491623119294 +34594 aapg_aa_357.html aapg_aa_357.html:360:33004:33011 Dolores Chinle Formation -0.487659330983205019 +34595 aapg_ai_315.html aapg_ai_315.html:135:12144:12154 Pascagoula Mississippi River -0.264008348087488132 +34596 geology_html_6868377343 geology_html_6868377343:14:799:806 El Paso El Paso, Texas -0.00936896389642591365 +34597 cspg_html_7576506617 cspg_html_7576506617:569:72299:72330 Attawapiskat Manitoba -0.450006666987963933 +34598 aapg_ah_184.html aapg_ah_184.html:160:15869:15878 Mount Ida Crystal Mountain (Washington) -0.44056532751251043 +34599 sedimentology_html_3811113565 sedimentology_html_3811113565:1591:79694:79707 Marble Canyon Arizona -0.464450966712688929 +34600 geology_html_4781601757 geology_html_4781601757:38:3814:3825 San Jacinto Lake Elsinore, California -0.506336451321114045 +34601 aapg_ai_31.html aapg_ai_31.html:29:3500:3518 Oakville Oakville, California -0.474618689462150911 +34602 cspg_html_5976982403 cspg_html_5976982403:6:633:641 Columbia Victoria, British Columbia -0.0242016752892677545 +34603 gsa_html_5985527169 gsa_html_5985527169:22:1440:1448 Colorado Denver -0.492258100446082036 +34604 gsa_html_4108535696 gsa_html_4108535696:22:994:1002 Victoria Victoria, British Columbia -0.0619378811065202026 +34605 gsa_html_5696393804 gsa_html_5696393804:1169:71949:71977 Green River Colorado -0.466782751574986277 +34606 aapg_af_624.html aapg_af_624.html:8:1333:1351 Sundance Colorado 0.131380214766741055 +34607 geology_html_4847904387 geology_html_4847904387:227:21938:21942 Hall Earth -0.050706684329443738 +34608 aapg_ai_340.html aapg_ai_340.html:547:52276:52295 Matanuska Matanuska-Susitna Valley -0.0111724073673319709 +34609 aapg_ac_222.html aapg_ac_222.html:486:61413:61430 Hermosa Colorado -0.0782870302331403894 +34610 aapg_ai_49.html aapg_ai_49.html:118:12251:12256 Weber Colorado -0.428844183946785584 +34611 cspg_html_4132771434 cspg_html_4132771434:742:85419:85427 Columbia Victoria, British Columbia -0.432466019139625568 +34612 jgeology_html_1095412310 jgeology_html_1095412310:466:28690:28708 Coeymans Western world -0.0285868941347483252 +34613 aapg_ae_684.html aapg_ae_684.html:182:22591:22599 Colorado Denver -0.0110733719867148073 +34614 cspg_html_9713614580 cspg_html_9713614580:112:15209:15233 St. Mary River Western world -0.419094673376114779 +34615 aapg_af_854.html aapg_af_854.html:636:87662:87668 Warsaw Salem, Massachusetts -0.432346977926754639 +34616 aapg_ac_835.html aapg_ac_835.html:229:30402:30408 Curtis John Crow Mountains -0.443848978138650319 +34617 aapg_aa_415.html aapg_aa_415.html:247:33557:33567 White Rock Clarksville, Tennessee -0.431086943566786673 +34618 cspg_html_8818854104 cspg_html_8818854104:775:80886:80909 Cypress Regina, Saskatchewan -0.403734860465849998 +34619 geology_html_6295697604 geology_html_6295697604:256:20968:20972 Hall London, Ontario -0.44951252529713398 +34620 palaios_html_8113714689 palaios_html_8113714689:92:9321:9340 Au Train Munising, Michigan -0.486398776993572868 +34621 cspg_html_4272664788 cspg_html_4272664788:209:27332:27356 Debolt Elkton, Kentucky -0.0370660655999496616 +34622 aapg_ak_137.html aapg_ak_137.html:542:57658:57667 San Diego California -0.479496330331430576 +34623 aapg_ac_512.html aapg_ac_512.html:59:6477:6495 Rodessa County Sligo -0.464884854319956187 +34624 AMJC_html_3664856625 AMJC_html_3664856625:68:9233:9253 Hell Creek Powder River Basin -0.755798695771821682 +34625 aapg_ad_351.html aapg_ad_351.html:364:33444:33463 Northview Sedalia, Missouri -0.0256238564672171959 +34626 cspg_html_2860054419 cspg_html_2860054419:42:5508:5524 Cabot Head Michigan Basin 0.841634057686621362 +34627 aapg_ak_136.html aapg_ak_136.html:601:67777:67783 Casper Cheyenne, Wyoming -0.494798572382738111 +34628 aapg_ah_996.html aapg_ah_996.html:42:5464:5469 Taman Caucasus Mountains -0.448350101124535771 +34629 aapg_ae_65.html aapg_ae_65.html:366:38556:38575 Goose Egg Cheyenne, Wyoming -0.0358774797167535214 +34630 gsa_html_3199774259 gsa_html_3199774259:96:13173:13182 Peninsula Tioga, Texas -0.443732938342886629 +34631 aapg_af_653.html aapg_af_653.html:1241:151222:151230 Monterey Santa Monica Mountains -0.445139789506256323 +34632 sedimentology_html_6084996636 sedimentology_html_6084996636:467:53869:53885 Morgan Logan, Utah -0.262353950685979997 +34633 palaios_html_3855840708 palaios_html_3855840708:342:31072:31093 White River Cheyenne, Wyoming -0.0183873001701448657 +34634 cspg_html_8374021012 cspg_html_8374021012:105:16161:16184 Mount Forster Purcell Mountains -0.0111741448327348745 +34635 cspg_html_9725676031 cspg_html_9725676031:654:72242:72250 Columbia Victoria, British Columbia -0.453130450697368015 +34636 aapg_af_981.html aapg_af_981.html:405:41083:41104 Almond Cheyenne, Wyoming -0.460337276166031373 +34637 aapg_ae_204.html aapg_ae_204.html:348:31235:31246 Peace River Lacombe, Alberta -0.492765112558075979 +34638 aapg_ae_498.html aapg_ae_498.html:1059:108768:108776 Virginia Middle Ordovician -0.0468588775503323562 +34639 gsa_html_9901339383 gsa_html_9901339383:368:36183:36190 Laramie Carbon County, Wyoming -0.0489010438658518606 +34640 aapg_ac_91.html aapg_ac_91.html:484:37223:37243 Scott Peak Lacombe, Alberta -0.457582637906406409 +34641 gsa_html_6971315050 gsa_html_6971315050:905:82156:82184 Green River Colorado 0.0173740960694227231 +34642 aapg_ai_3.html aapg_ai_3.html:41:6846:6852 Ripley Mississippi River 0.403848304101866062 +34643 aapg_af_964.html aapg_af_964.html:110:16457:16469 Viking Regina, Saskatchewan 0.586471226885568964 +34644 aapg_ad_600.html aapg_ad_600.html:119:13394:13405 Beekmantown Clayton County, Georgia 0.0970585445444143019 +34645 cspg_html_7901910248 cspg_html_7901910248:66:8566:8581 Bow Island Colorado -0.063168954684827 +34646 jgeology_html_3450428494 jgeology_html_3450428494:956:56434:56450 New Haven Arkose Portland, Oregon -0.488872438533925924 +34647 aapg_ae_296.html aapg_ae_296.html:345:33009:33024 Yeso San Angelo, Texas -0.0881188924461236978 +34648 geology_html_8632042660 geology_html_8632042660:307:23124:23130 Oregon Earth -0.0534682838330376511 +34649 aapg_ae_822.html aapg_ae_822.html:189:16869:16886 Grimsby Lexington, Kentucky -0.450676431675374467 +34650 sedimentology_html_8748254640 sedimentology_html_8748254640:125:12469:12489 Toro Cordillera Oriental (Colombia) -0.465561228542891226 +34651 gsa_html_8035658736 gsa_html_8035658736:797:89925:89948 Martin Salem, Oregon -0.0276304452324186781 +34652 aapg_af_773.html aapg_af_773.html:392:40875:40896 Green River Cheyenne, Wyoming -0.44497889773871091 +34653 aapg_aa_44.html aapg_aa_44.html:121:14266:14283 Hermosa Colorado -0.0121262897059267044 +34654 cspg_html_4516258038 cspg_html_4516258038:72:9721:9740 Bay Fiord Melville Island (Canada) -0.405056313735795426 +34655 aapg_ad_760.html aapg_ad_760.html:49:7138:7144 Modelo Santa Clara, California -0.504516367608832228 +34656 aapg_ai_366.html aapg_ai_366.html:12:1531:1547 Lissie Beaumont, Texas -0.48836305156476878 +34657 cspg_html_1378826439 cspg_html_1378826439:472:41680:41686 Denver Colorado -0.456391730122837791 +34658 aapg_ae_265.html aapg_ae_265.html:26:3601:3610 Tuscarora Pennsylvania -0.0352075456733289827 +34659 palaios_html_1461828369 palaios_html_1461828369:25:1940:1953 Santa Barbara California -0.0321524692645064336 +34660 aapg_af_14.html aapg_af_14.html:694:64774:64793 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0142635127702024425 +34661 aapg_ac_486.html aapg_ac_486.html:690:88001:88009 Colorado Colorado -0.453653631411627511 +34662 palaios_html_8391206976 palaios_html_8391206976:305:44955:44981 Whitewater Netherlands -0.479447557264900015 +34663 sedimentology_html_3220122506 sedimentology_html_3220122506:1152:93680:93698 Yakataga Anchorage, Alaska -0.0108839893390520418 +34664 aapg_af_162.html aapg_af_162.html:227:19693:19699 Annona Austin, Chicago -0.0529312233263838083 +34665 aapg_ad_564.html aapg_ad_564.html:709:69087:69100 Barnett Western world -0.400356701912782609 +34666 palaios_html_8929618578 palaios_html_8929618578:560:35918:35927 Peninsula Italy -0.0875186836623550735 +34667 gsa_html_7808051457 gsa_html_7808051457:49:5157:5165 Colorado Colorado -0.0401573975935689137 +34668 aapg_ah_370.html aapg_ah_370.html:227:17763:17771 Traverse Michigan -0.462658289116715138 +34669 cspg_html_3124360347 cspg_html_3124360347:61:11556:11567 Beekmantown Quebec City -0.0153756304706319062 +34670 cspg_html_3463500725 cspg_html_3463500725:403:45354:45372 Bedford Cheyenne, Wyoming -0.450649451770273157 +34671 aapg_af_182.html aapg_af_182.html:31:5053:5065 Pierre Niobrara, Nebraska -0.457899875343460883 +34672 aapg_ah_659.html aapg_ah_659.html:27:3907:3923 Uinta Uinta Mountains -0.0814369589736104044 +34673 aapg_ad_648.html aapg_ad_648.html:3:308:326 Niobrara Denver 0.402214244335333593 +34674 aapg_ai_491.html aapg_ai_491.html:233:27642:27649 Hermosa Missouri River -0.492210951964540455 +34675 aapg_ac_714.html aapg_ac_714.html:818:96861:96890 Twin Creek Cheyenne, Wyoming -0.494552690963700137 +34676 aapg_ac_629.html aapg_ac_629.html:136:19046:19054 Beaumont Oberlin, Ohio -0.445028056128614735 +34677 palaios_html_4782349341 palaios_html_4782349341:579:53770:53786 Borden Kentucky -0.0397744087434021287 +34678 cspg_html_5381643866 cspg_html_5381643866:403:51047:51055 Columbia Victoria, British Columbia -0.0595427971625163491 +34679 palaios_html_4216189038 palaios_html_4216189038:459:41117:41136 Beaufort Canadian Arctic Archipelago -0.457532796484121151 +34680 aapg_ad_0.html aapg_ad_0.html:164:16260:16277 Black River Michigan -0.0339269564270203508 +34681 aapg_ae_156.html aapg_ae_156.html:351:45845:45858 Turner Valley Canada -0.411670641203673082 +34682 aapg_ad_715.html aapg_ad_715.html:251:30624:30631 Lenapah Holdenville, Oklahoma -0.455536877615232372 +34683 aapg_ac_490.html aapg_ac_490.html:367:50249:50266 Gething Victoria, British Columbia -0.459996458565647859 +34684 cspg_html_3860685167 cspg_html_3860685167:487:50929:50950 Etherington Nelson, New Zealand -0.00426133164508502027 +34685 aapg_ac_333.html aapg_ac_333.html:693:83504:83517 Abo New Mexico -0.453180049702502807 +34686 aapg_ai_958.html aapg_ai_958.html:94:9145:9152 Lagarto Oakville, California -0.0500164465946093956 +34687 AMJC_html_6341723617 AMJC_html_6341723617:1193:99974:99999 Flagstaff Logan, Utah -0.464409872562970838 +34688 aapg_aa_601.html aapg_aa_601.html:99:10450:10471 Bell El Capitan -0.48294529227432792 +34689 geology_html_9622075409 geology_html_9622075409:9:365:375 Santa Cruz California -0.451787799117909672 +34690 gsa_html_2989317971 gsa_html_2989317971:748:77023:77045 Challis Reno, Nevada -0.458648092769168181 +34691 aapg_ai_49.html aapg_ai_49.html:348:43781:43791 Bear River Cheyenne, Wyoming -0.507113599778522772 +34692 gsa_html_8491258533 gsa_html_8491258533:417:46422:46429 Concord Hooksett, New Hampshire -0.480611894173340604 +34693 aapg_ae_185.html aapg_ae_185.html:333:28864:28877 Cotton Valley Cotton Valley, Louisiana 0.0140028670828276774 +34694 aapg_ae_794.html aapg_ae_794.html:213:26499:26519 Coon Creek Selma to Montgomery marches 0.00088769823007264 +34695 gsa_html_1914392923 gsa_html_1914392923:192:21549:21569 Palms Biskra Province -0.48777188725893289 +34696 geology_html_3955327635 geology_html_3955327635:400:25214:25222 Montreal Quebec City -0.157479352812257389 +34697 aapg_ad_440.html aapg_ad_440.html:135:13221:13234 Little Valley Huntington, West Virginia -0.535641164399684566 +34698 aapg_ah_506.html aapg_ah_506.html:351:33849:33868 Detroit River Michigan Basin -0.485448733097070706 +34699 sedimentology_html_5888302449 sedimentology_html_5888302449:280:18621:18630 Eel River Northern California -0.482931300996293389 +34700 aapg_ac_478.html aapg_ac_478.html:477:54755:54760 Logan McArthur River uranium mine -0.447677557531353298 +34701 aapg_ai_459.html aapg_ai_459.html:315:33115:33130 Dog Creek Wichita Mountains -0.465787563493960222 +34702 aapg_ai_491.html aapg_ai_491.html:418:51908:51925 Hermosa San Juan, Argentina -0.011961226070766327 +34703 cspg_html_4694482219 cspg_html_4694482219:608:63845:63872 Horseshoe Canyon Drumheller -0.040554329778819502 +34704 gsa_html_7605900420 gsa_html_7605900420:167:17678:17684 Antler Reno, Nevada -0.466718659783226908 +34705 cspg_html_6331977039 cspg_html_6331977039:53:5496:5509 Baumann Fiord Little Cornwallis Island -0.434712986404073964 +34706 aapg_ah_751.html aapg_ah_751.html:121:11439:11448 Boquillas Chihuahua (state) -0.452909542628234352 +34707 cspg_html_8174352156 cspg_html_8174352156:122:17378:17386 Columbia Victoria, British Columbia -0.0250466225487357037 +34708 cspg_html_9905904289 cspg_html_9905904289:179:22930:22937 Eastend Morrin, Alberta -0.505150548331609439 +34709 aapg_ad_379.html aapg_ad_379.html:759:62558:62565 Todilto Denver -0.514414669334340768 +34710 aapg_ac_91.html aapg_ac_91.html:493:38496:38514 Golconda Boise, Idaho -0.448350101124535771 +34711 cspg_html_8568877195 cspg_html_8568877195:201:33324:33335 Belly River Bow River -0.456518443898076276 +34712 aapg_ah_387.html aapg_ah_387.html:2558:276265:276274 Knoxville Redington, Arizona -0.447314589257592876 +34713 gsa_html_5865982995 gsa_html_5865982995:1306:138377:138395 Washakie Cheyenne, Wyoming -0.49285239645366713 +34714 aapg_ah_811.html aapg_ah_811.html:46:4669:4678 Smackover Austin, Chicago -0.0239565449099976777 +34715 aapg_ae_708.html aapg_ae_708.html:3:187:207 Nolichucky Southwest Virginia -0.191528816172121558 +34716 aapg_ae_113.html aapg_ae_113.html:183:22719:22742 Snowblind Bay Little Cornwallis Island -0.446186272521599148 +34717 cspg_html_2139304729 cspg_html_2139304729:417:37409:37429 Griper Bay Bathurst Island (Northern Territory) -0.478642038078168519 +34718 sedimentology_html_3798264561 sedimentology_html_3798264561:144:13906:13919 Santa Barbara Western world -0.457736710679965686 +34719 aapg_ah_85.html aapg_ah_85.html:25:3576:3584 Virginia The Carolinas -0.510952494440722882 +34720 gsa_html_9548072217 gsa_html_9548072217:58:3726:3754 Green River Colorado -0.01223054087335982 +34721 aapg_ae_904.html aapg_ae_904.html:528:54719:54732 Turner Valley Bow Island Airport -0.423164225946506323 +34722 geology_html_1757551189 geology_html_1757551189:33:2922:2932 Washington Salem, Oregon -0.0537193910403591518 +34723 aapg_ae_552.html aapg_ae_552.html:215:34266:34285 Cabrillo California -0.0395237335101762538 +34724 gsa_html_2877730818 gsa_html_2877730818:1156:96780:96786 Walker California -0.492281675671482677 +34725 aapg_af_878.html aapg_af_878.html:100:10719:10725 Keokuk Bloomington, Indiana -0.424269545188154129 +34726 cspg_html_1448647873 cspg_html_1448647873:346:43191:43199 Pine Key Melbourne, Florida -0.471349814541787038 +34727 cspg_html_3447886929 cspg_html_3447886929:128:15107:15124 Macasty Anticosti Island -0.409377718322252282 +34728 cspg_html_3860685167 cspg_html_3860685167:802:76240:76256 Shunda Lacombe, Alberta -0.454113919430063184 +34729 aapg_ai_916.html aapg_ai_916.html:72:9158:9170 Midway Texas -0.00168159033485223096 +34730 aapg_aa_960.html aapg_aa_960.html:4:659:666 Entrada Colorado 0.0933277934634693246 +34731 geology_html_6501151583 geology_html_6501151583:125:13893:13899 Luning Frisco, Texas -0.482931300996293389 +34732 sedimentology_html_5623851568 sedimentology_html_5623851568:1764:108008:108028 Clearwater Lacombe, Alberta -0.450649451770273157 +34733 aapg_ac_924.html aapg_ac_924.html:20:3372:3389 Madison Cheyenne, Wyoming -0.0950608743805067546 +34734 aapg_ae_93.html aapg_ae_93.html:36:6868:6888 Nikanassin Kootenay River -0.49240427742779258 +34735 aapg_ah_754.html aapg_ah_754.html:434:41259:41276 Burrard Nooksack River -0.486401118306284352 +34736 aapg_ah_469.html aapg_ah_469.html:329:32272:32281 Catahoula Alabama -0.496308532687975368 +34737 gsa_html_3448554349 gsa_html_3448554349:319:30895:30913 Rockwell Huntington, West Virginia 0.358320274680073214 +34738 gsa_html_4506689428 gsa_html_4506689428:16:580:588 Michigan Michigan -0.444916336311243943 +34739 aapg_ah_754.html aapg_ah_754.html:250:28799:28809 Washington Vancouver -0.4597965726108596 +34740 aapg_aa_732.html aapg_aa_732.html:91:12332:12349 Edwards Central Texas -0.477179162580930738 +34741 gsa_html_1938253857 gsa_html_1938253857:29:2796:2824 Green River Colorado 0.0225397300825282074 +34742 aapg_ai_974.html aapg_ai_974.html:784:85604:85610 Oregon Washington (state) -0.0310096337279850039 +34743 cspg_html_4392308496 cspg_html_4392308496:75:12931:12952 Bonaventure Mount McKinley -0.448408411516637184 +34744 aapg_ae_959.html aapg_ae_959.html:2313:164874:164880 Salado Salado, Texas -0.148835874609403424 +34745 cspg_html_2873888604 cspg_html_2873888604:346:53087:53119 Montney Canada -0.449575401198261781 +34746 aapg_ai_28.html aapg_ai_28.html:848:81497:81503 Lissie Texas 0.658353061432287334 +34747 geology_html_1993805849 geology_html_1993805849:225:20636:20644 Beaumont Beaumont, Texas -0.0092977313772016467 +34748 aapg_ah_62.html aapg_ah_62.html:97:13037:13046 Whirlpool Lake Erie 0.0360514955069057633 +34749 aapg_aa_16.html aapg_aa_16.html:176:18141:18163 Iron Springs Logan, Utah -0.381026640904928326 +34750 aapg_ad_871.html aapg_ad_871.html:107:11342:11349 Genshaw Newtown Creek -0.0556535689731957051 +34751 cspg_html_2196324351 cspg_html_2196324351:52:6706:6712 Moscow Earth -0.436872309743032927 +34752 aapg_ah_227.html aapg_ah_227.html:5:517:536 Yegua Jackson County, Missouri 0.0193901260398796869 +34753 aapg_af_833.html aapg_af_833.html:521:57139:57156 Madison Greybull, Wyoming -0.0308043870775981631 +34754 aapg_af_2.html aapg_af_2.html:152:17413:17430 Chaffee Grand Canyon -0.463307888475886887 +34755 sedimentology_html_9715489579 sedimentology_html_9715489579:913:42420:42431 Devils Hole Reno, Nevada -0.448408411516637184 +34756 palaios_html_1939025963 palaios_html_1939025963:586:50956:50960 Hall London, Ontario -0.46105569042928074 +34757 aapg_ai_134.html aapg_ai_134.html:141:10778:10783 Yegua Montgomery (town), New York -0.018225670847461909 +34758 aapg_ae_305.html aapg_ae_305.html:1701:160110:160115 Colon Maracaibo -0.459805657368256959 +34759 cspg_html_4834918660 cspg_html_4834918660:162:11434:11442 Edmonton Edmonton, London -0.0816367475229434758 +34760 aapg_aa_411.html aapg_aa_411.html:56:7451:7457 Perija Western world 0.476449805414249694 +34761 cspg_html_3740794265 cspg_html_3740794265:429:44424:44453 Peace River Lacombe, Alberta -0.451751782124743317 +34762 cspg_html_2650524233 cspg_html_2650524233:46:8852:8860 Edmonton Red Deer, Alberta -0.00537142262393446989 +34763 gsa_html_9310053579 gsa_html_9310053579:199:17808:17824 Roslyn Leavenworth, Washington -0.489913286480908206 +34764 cspg_html_5375448448 cspg_html_5375448448:50:6540:6558 Kaskapau Lacombe, Alberta -0.484602537618405216 +34765 aapg_aa_792.html aapg_aa_792.html:17:550:558 La Habra Texas -0.46105569042928074 +34766 gsa_html_1826402027 gsa_html_1826402027:216:24699:24715 Kaibab Kaibab, Arizona -0.504597707088455083 +34767 aapg_ae_958.html aapg_ae_958.html:1814:156421:156429 Carlsbad Carlsbad, New Mexico -0.458695727712452594 +34768 cspg_html_3796928998 cspg_html_3796928998:68:10274:10293 Athabasca Lacombe, Alberta -0.0925072120048381769 +34769 cspg_html_1058139432 cspg_html_1058139432:38:8068:8084 Viking Lacombe, Alberta -0.472770666406185036 +34770 aapg_ac_972.html aapg_ac_972.html:64:7060:7068 Vaqueros Salinas, California -0.444223975732980447 +34771 cspg_html_5697056884 cspg_html_5697056884:564:55435:55443 Winnipeg Regina, Saskatchewan -0.0204538384461498794 +34772 aapg_aa_148.html aapg_aa_148.html:251:26938:26949 Green River Logan, Utah 0.322506798366213487 +34773 aapg_ad_696.html aapg_ad_696.html:97:9733:9739 Reklaw Charlotte, North Carolina -0.0279486743171803304 +34774 cspg_html_5241714595 cspg_html_5241714595:27:4180:4191 Slave Point Canada -0.483897233884893974 +34775 aapg_ad_337.html aapg_ad_337.html:190:21535:21547 Santa Susana Santa Susanna -0.450743884934886652 +34776 gsa_html_2017427047 gsa_html_2017427047:59:3757:3785 Green River Colorado 0.0260098507762994979 +34777 cspg_html_2920938670 cspg_html_2920938670:132:16088:16108 Cadomin Western world -0.446924894478510359 +34778 aapg_ah_585.html aapg_ah_585.html:3:263:285 Onondaga Clearfield, Utah -0.0385036919951944542 +34779 cspg_html_2585769771 cspg_html_2585769771:65:6952:6969 Wabamun Rimbey, Alberta -0.0358061340755818636 +34780 cspg_html_8643545087 cspg_html_8643545087:15:2174:2182 Columbia Lacombe, Alberta -0.00253281259735845714 +34781 gsa_html_7477717894 gsa_html_7477717894:35:2828:2856 Green River New Mexico -0.00614971261944179635 +34782 aapg_ae_324.html aapg_ae_324.html:1128:113311:113315 Bays Knoxville, Illinois -0.435668138774596203 +34783 aapg_af_186.html aapg_af_186.html:234:24784:24791 Prairie Southwest Louisiana -0.052031562978701193 +34784 aapg_ai_974.html aapg_ai_974.html:283:29440:29450 Washington California -0.030239106807757675 +34785 aapg_af_392.html aapg_af_392.html:16:2264:2282 Frontier Coalville, Utah -0.427650208489599781 +34786 aapg_ac_333.html aapg_ac_333.html:701:84606:84622 Cutler Colorado Plateau -0.505093093122894188 +34787 aapg_ai_777.html aapg_ai_777.html:448:44255:44263 Billings Canada -0.471543117662309108 +34788 cspg_html_3065473572 cspg_html_3065473572:362:46481:46502 Lawrence Anticosti Island -0.000521153440822292734 +34789 aapg_ad_822.html aapg_ad_822.html:315:25567:25576 Fox Hills Colorado 0.74728046664236325 +34790 cspg_html_4516258038 cspg_html_4516258038:56:8065:8078 Eleanor River Little Cornwallis Island 0.374589995505727524 +34791 geology_html_7666991854 geology_html_7666991854:11:509:519 Washington Ellensburg, Washington -0.501560061931396017 +34792 aapg_ac_730.html aapg_ac_730.html:502:72506:72531 Crevasse Canyon New Mexico -0.426370104690330431 +34793 aapg_ac_417.html aapg_ac_417.html:12:1926:1938 Raging River Roslyn, New York -0.091286308121527035 +34794 aapg_af_653.html aapg_af_653.html:752:84536:84543 Temblor California -0.026183725432627869 +34795 aapg_ad_770.html aapg_ad_770.html:3:204:212 Colorado Colorado -0.429938515402492283 +34796 aapg_ae_231.html aapg_ae_231.html:12:2102:2120 Onondaga Pennsylvania -0.496867763222673786 +34797 aapg_aa_23.html aapg_aa_23.html:252:28149:28157 Winnipeg Portage la Prairie 0.585908145104796052 +34798 aapg_ai_49.html aapg_ai_49.html:497:64392:64400 Tensleep Hartville, Missouri -0.136905625464032843 +34799 gsa_html_4431779557 gsa_html_4431779557:28:2437:2456 Seminole Muleshoe National Wildlife Refuge -0.469028899015838996 +34800 aapg_af_653.html aapg_af_653.html:165:16100:16108 Vaqueros Los Angeles -0.431509704805809302 +34801 cspg_html_9735723617 cspg_html_9735723617:1668:151634:151653 Griper Bay District Council of Franklin Harbour -0.433509375056355339 +34802 gsa_html_1119256423 gsa_html_1119256423:20:1066:1074 Colorado Denver -0.0518153822203646572 +34803 gsa_html_9353787239 gsa_html_9353787239:177:15950:15970 Hotauta Conglomerate Grand Canyon -0.0194353152309463539 +34804 aapg_ai_435.html aapg_ai_435.html:66:7551:7563 Pierre Niobrara, Nebraska -0.425402399125748287 +34805 aapg_ae_296.html aapg_ae_296.html:299:27982:27992 San Andres Texas -0.405154903826434598 +34806 geology_html_2384062478 geology_html_2384062478:239:24660:24668 Traverse Cambridge -0.00840994113992231743 +34807 cspg_html_3404912985 cspg_html_3404912985:635:97333:97360 Belly River Western Canadian Sedimentary Basin -0.439125439995052158 +34808 aapg_aa_935.html aapg_aa_935.html:7:1062:1082 Tuscaloosa Ocala, Florida -0.447637220621224075 +34809 palaios_html_6518777260 palaios_html_6518777260:418:36523:36533 Washington Boise, Idaho -0.0301277931102772942 +34810 aapg_ad_169.html aapg_ad_169.html:29:3888:3908 Greenbrier Greenbrier (Great Smoky Mountains) -0.0647985531001060572 +34811 cspg_html_8438548095 cspg_html_8438548095:345:35791:35799 Paskapoo Edmonton, London 0.00538532058021534091 +34812 aapg_af_142.html aapg_af_142.html:266:34232:34251 Cotton Valley San Marcos, California 1.11791093314438816 +34813 aapg_ad_784.html aapg_ad_784.html:328:36063:36068 Sespe Oak Ridge, Tennessee -0.423413139400643734 +34814 gsa_html_9303702379 gsa_html_9303702379:300:31648:31667 Montezuma Nicoya Peninsula -0.49361002164838963 +34815 aapg_ad_3.html aapg_ad_3.html:89:8882:8889 Elbrook Pennsylvania -0.465666387088394251 +34816 aapg_ai_107.html aapg_ai_107.html:94:8929:8948 Smackover Hubbard, Bowie County, Texas -0.0191815618988117366 +34817 aapg_ae_468.html aapg_ae_468.html:129:13961:13975 Frio Western world -0.444916336311243943 +34818 aapg_ai_1.html aapg_ai_1.html:304:27162:27169 Hermosa Hermosa, Chicago 0.00258840277417881313 +34819 aapg_ah_869.html aapg_ah_869.html:25:3065:3071 Dakota Nebraska 0.0600070784039204927 +34820 aapg_aa_419.html aapg_aa_419.html:277:25285:25290 Price Fitzroy River (Queensland) 0.00452191499750925936 +34821 gsa_html_5060576576 gsa_html_5060576576:944:85057:85065 Colorado Las Animas County, Colorado -0.0407040542010648765 +34822 aapg_ad_379.html aapg_ad_379.html:203:17860:17868 San Luis Madera County, California -0.471616768153364618 +34823 cspg_html_3796928998 cspg_html_3796928998:59:8948:8974 Potsdam Winnipeg -0.0335372413880994369 +34824 cspg_html_8273598401 cspg_html_8273598401:263:27470:27475 Pense Waseca, Minnesota -0.435767689782418699 +34825 aapg_ah_972.html aapg_ah_972.html:376:38730:38748 Whitsett Whitsett, North Carolina -0.0157388171484894208 +34826 geology_html_2490813080 geology_html_2490813080:20:1881:1887 Brazil South Africa -0.46105569042928074 +34827 cspg_html_3870653554 cspg_html_3870653554:126:18963:18975 Beaver Mines Lacombe, Alberta -0.483477129634449443 +34828 AMJC_html_1873062106 AMJC_html_1873062106:1028:109883:109894 Green River Logan, Utah -0.46957525648780718 +34829 cspg_html_5979469671 cspg_html_5979469671:18:2042:2060 Elk Lacombe, Alberta -0.0449670253897642563 +34830 gsa_html_6038465409 gsa_html_6038465409:756:64154:64162 Michigan Ontario, California -0.470181697121159758 +34831 aapg_ad_64.html aapg_ad_64.html:187:18875:18886 Sparta Texas -0.435738929516159335 +34832 AMJC_html_1477071550 AMJC_html_1477071550:11:514:522 Virginia Reston, Virginia -0.075065645472002826 +34833 aapg_aa_832.html aapg_aa_832.html:5:652:671 Bear Lake Cold Bay Airport -0.456344217050148659 +34834 cspg_html_7182873498 cspg_html_7182873498:261:37326:37358 Guelph Ontario, California -0.455184317280275863 +34835 aapg_aa_23.html aapg_aa_23.html:394:46936:46954 Winnipeg Lake Winnipeg -0.0207388958508454117 +34836 aapg_ae_544.html aapg_ae_544.html:71:9859:9870 Mowry Niobrara, Nebraska 0.00313388258007131059 +34837 gsa_html_9181545711 gsa_html_9181545711:778:72294:72312 Fountain Manitou Springs, Colorado -0.443701699352459789 +34838 gsa_html_2665533468 gsa_html_2665533468:1010:91343:91371 Green River New Mexico -0.0347847257870449039 +34839 aapg_ad_719.html aapg_ad_719.html:76:10091:10107 Stonewall Texas -0.405403565593077109 +34840 cspg_html_2420029771 cspg_html_2420029771:70:7866:7883 Theresa Montreal -0.0683789965749633799 +34841 aapg_ai_18.html aapg_ai_18.html:58:4934:4940 Reklaw Smith County, Kansas -0.44721379024503416 +34842 aapg_ac_703.html aapg_ac_703.html:57:7342:7349 Madison Logan, Utah -0.479960973619786069 +34843 aapg_ai_996.html aapg_ai_996.html:1236:52400:52410 Tuscaloosa Sayreville, New Jersey -0.0171829308693467256 +34844 aapg_ae_94.html aapg_ae_94.html:587:59561:59565 Rome Africa -0.420813643173481466 +34845 aapg_ae_650.html aapg_ae_650.html:70:7903:7910 Fortune Mount Sinai -0.0152331376513424877 +34846 aapg_ac_944.html aapg_ac_944.html:168:17835:17851 Sandia Placitas, New Mexico -0.463526807661379381 +34847 aapg_ad_469.html aapg_ad_469.html:97:9662:9676 Atoka Atoka, Oklahoma 0.0373358224014811585 +34848 aapg_ac_835.html aapg_ac_835.html:368:49232:49242 Phosphoria Worland, Wyoming 0.00830396347652810271 +34849 gsa_html_3666562816 gsa_html_3666562816:721:78699:78720 Ghost Rocks Anchorage, Alaska -0.130042271730343745 +34850 aapg_aa_718.html aapg_aa_718.html:502:52802:52822 Waynesburg Pennsylvania -0.00547565736357211348 +34851 sedimentology_html_9235431825 sedimentology_html_9235431825:420:33376:33380 Dyer Plymouth, Massachusetts -0.0161993249316557293 +34852 aapg_aa_684.html aapg_aa_684.html:276:25506:25515 Popo Agie Cheyenne, Wyoming -0.435679199475508039 +34853 aapg_af_18.html aapg_af_18.html:566:58049:58067 Morrison Cheyenne, Wyoming 0.0131896685317451842 +34854 aapg_ad_808.html aapg_ad_808.html:1499:103775:103794 Mesaverde Cheyenne, Wyoming 0.00717818260807995441 +34855 sedimentology_html_3520882612 sedimentology_html_3520882612:825:65380:65386 Thrifty London, Ontario 0.0051247343510113369 +34856 aapg_ae_911.html aapg_ae_911.html:3:302:321 Morehouse Shreveport, Louisiana 0.00313388258007131059 +34857 aapg_ac_786.html aapg_ac_786.html:46:7882:7915 Barnett Moline, Illinois -0.427689691071663991 +34858 cspg_html_5515814749 cspg_html_5515814749:225:29289:29309 Blackstone Lacombe, Alberta -0.0384097003788234775 +34859 aapg_ac_490.html aapg_ac_490.html:397:56448:56457 Mackenzie Victoria, British Columbia -0.105200695995923493 +34860 sedimentology_html_7879809021 sedimentology_html_7879809021:248:19820:19851 Greenbrier Huntington, West Virginia -0.0098536958986005091 +34861 aapg_ac_825.html aapg_ac_825.html:328:35265:35273 Monterey Monterey, California 0.0302391068077575778 +34862 aapg_ah_82.html aapg_ah_82.html:67:6044:6051 Sabinas Coahuila -0.0867167801896169543 +34863 aapg_ac_749.html aapg_ac_749.html:46:5848:5858 St. Edmund Irondequoit, New York -0.447168994241326834 +34864 aapg_ac_835.html aapg_ac_835.html:1064:154650:154658 Tensleep Worland, Wyoming -0.0908981537805712697 +34865 aapg_aa_232.html aapg_aa_232.html:195:20842:20862 Purgatoire New Mexico -0.44844429668252761 +34866 palaios_html_1369959458 palaios_html_1369959458:71:7172:7189 La Luna Colombia -0.0415972283122600164 +34867 aapg_ac_263.html aapg_ac_263.html:68:6370:6378 San Jose Panama -0.481766159765426027 +34868 aapg_ai_932.html aapg_ai_932.html:675:105624:105654 Sisquoc Monterey, California -0.470188590895520009 +34869 aapg_af_734.html aapg_af_734.html:42:7196:7205 San Diego California -0.0088338543289246535 +34870 aapg_ae_369.html aapg_ae_369.html:39:4880:4898 Tuscaloosa Alabama 0.0247614910949414263 +34871 aapg_aa_626.html aapg_aa_626.html:283:32552:32569 Magothy Maryland 0.834677746462341164 +34872 cspg_html_8198875303 cspg_html_8198875303:129:19174:19190 Viking Lacombe, Alberta -0.444835906435795903 +34873 aapg_ad_784.html aapg_ad_784.html:32:4488:4493 Vaqueros Ojai, California -0.448318704760563236 +34874 geology_html_5825799037 geology_html_5825799037:19:1299:1326 Sheep Pass Reno, Nevada -0.43374114370115191 +34875 geology_html_7687041657 geology_html_7687041657:196:18340:18352 Gilmore City Iowa -0.463478914486847693 +34876 aapg_ah_505.html aapg_ah_505.html:1557:126138:126144 Dakota Niobrara, Nebraska 0.0142582998314392841 +34877 sedimentology_html_2585830455 sedimentology_html_2585830455:28:1716:1723 Prairie Saskatoon -0.449755070503296051 +34878 sedimentology_html_7553974053 sedimentology_html_7553974053:99:9856:9888 Levis Middle Ordovician -0.456416618922522499 +34879 aapg_aa_683.html aapg_aa_683.html:63:9305:9313 Colorado Pueblo, Colorado -0.490689465081328491 +34880 aapg_ae_66.html aapg_ae_66.html:260:25923:25932 Popo Agie John Crow Mountains -0.0441135678761609556 +34881 aapg_ac_984.html aapg_ac_984.html:174:15344:15354 Ironton Franconia, New Hampshire -0.4784100389871494 +34882 gsa_html_9979192554 gsa_html_9979192554:924:88205:88213 Colorado Denver -0.460946527021081187 +34883 aapg_ae_563.html aapg_ae_563.html:74:6652:6665 Carlile Hittin -0.00333887242237054967 +34884 aapg_aa_718.html aapg_aa_718.html:417:40913:40923 Bald Eagle Pocono Raceway -0.0485106911577510083 +34885 cspg_html_5109837857 cspg_html_5109837857:100:12742:12753 Blind Fiord Ellesmere Island -0.245089491163935413 +34886 aapg_af_2.html aapg_af_2.html:299:33455:33470 Ouray Lisbon 0.0391512144020498415 +34887 palaios_html_2413654173 palaios_html_2413654173:1465:113986:114008 Judith River Lacombe, Alberta -0.0181770085033734277 +34888 aapg_ah_749.html aapg_ah_749.html:71:9090:9102 Rhode Island Newport, Rhode Island -0.151053021651687713 +34889 cspg_html_5198658336 cspg_html_5198658336:396:44804:44833 Porcupine Calgary -0.505378014283088595 +34890 aapg_aa_787.html aapg_aa_787.html:381:43606:43620 Word Texas 0.326271691933337715 +34891 aapg_ae_993.html aapg_ae_993.html:73:8757:8781 Beartooth Cheyenne, Wyoming -0.0928498329977507642 +34892 aapg_aa_37.html aapg_aa_37.html:62:7940:7961 Bird Spring Reno, Nevada -0.434518537443352337 +34893 aapg_ad_280.html aapg_ad_280.html:17:2457:2476 Smackover Bossier City, Louisiana -0.405334963050919317 +34894 aapg_aa_44.html aapg_aa_44.html:253:33066:33082 Chinle Moenkopi Formation -0.230110696311384338 +34895 aapg_ac_881.html aapg_ac_881.html:443:52076:52084 Deadwood Williston, Vermont -0.412799667795391623 +34896 aapg_af_706.html aapg_af_706.html:84:9468:9491 Wapanucka South Shore (Pittsburgh) -0.463636287457712182 +34897 cspg_html_1118978429 cspg_html_1118978429:578:54472:54478 Fernie Victoria, British Columbia -0.00590649599379846572 +34898 aapg_ad_995.html aapg_ad_995.html:9:1261:1270 Minnelusa Cheyenne, Wyoming -0.417317985934008373 +34899 aapg_ad_67.html aapg_ad_67.html:455:42720:42739 Pendleton Shreveport, Louisiana -0.0308043870775981631 +34900 aapg_ai_515.html aapg_ai_515.html:157:18009:18020 Green River Wasatch Range -0.432289667144302503 +34901 aapg_ah_978.html aapg_ah_978.html:177:19491:19506 Etchegoin San Joaquin River 0.0141887940792581758 +34902 cspg_html_4785922166 cspg_html_4785922166:324:37154:37174 Dawson Bay Manitoba 0.642564421392437191 +34903 cspg_html_2919583977 cspg_html_2919583977:42:4235:4250 Maquoketa Iowa 0.45767326575225431 +34904 cspg_html_5376629375 cspg_html_5376629375:28:4962:4977 Rome Waynesboro, Pennsylvania -0.452112016307883446 +34905 cspg_html_9343899465 cspg_html_9343899465:1601:130448:130462 Griper Bay Banks Island -0.609700453210255566 +34906 palaios_html_8447836636 palaios_html_8447836636:404:33547:33577 Cumberland Joggins, Nova Scotia -0.456355529459316345 +34907 aapg_aa_148.html aapg_aa_148.html:12:2316:2340 Cedar Mountain Logan, Utah -0.441686785632637413 +34908 gsa_html_2758185504 gsa_html_2758185504:673:56718:56738 Cannonball Williston Basin -0.461219460550356897 +34909 cspg_html_4105062490 cspg_html_4105062490:190:20221:20245 Mission Canyon Williston, Vermont -0.436805862873274886 +34910 aapg_af_469.html aapg_af_469.html:575:64309:64323 Cedar Mountain Reno, Nevada -0.485336482309537631 +34911 aapg_ah_962.html aapg_ah_962.html:6:905:920 Viola Stringtown, Oklahoma -0.469152832749018645 +34912 aapg_ac_82.html aapg_ac_82.html:162:14996:15001 Atoka Arbuckle, California -0.0204312426216018105 +34913 aapg_af_237.html aapg_af_237.html:393:40760:40769 Vicksburg Texas -0.454414135268558672 +34914 aapg_ac_944.html aapg_ac_944.html:258:22497:22505 Colorado Wellsville (village), New York -0.504774767639582622 +34915 cspg_html_8387792223 cspg_html_8387792223:646:67627:67647 Red River Canada -0.439098796420780313 +34916 aapg_ad_440.html aapg_ad_440.html:287:26928:26934 Denmar Huntington, West Virginia 0.289906796200963879 +34917 aapg_ac_506.html aapg_ac_506.html:171:19320:19324 Open Onondaga (tribe) -0.452977161832460395 +34918 aapg_ad_564.html aapg_ad_564.html:5070:407710:407726 Dakota Logan, Utah -0.0180692565756011246 +34919 sedimentology_html_9906287852 sedimentology_html_9906287852:212:23196:23214 Evanston Absaroka -0.4597965726108596 +34920 aapg_ah_654.html aapg_ah_654.html:1203:116684:116700 Amsden Cheyenne, Wyoming -0.148134805485333448 +34921 gsa_html_2877093757 gsa_html_2877093757:479:54427:54439 Dixie Valley Salem, Oregon -0.0489010438658518606 +34922 aapg_ac_126.html aapg_ac_126.html:220:33130:33154 Cotton Valley Haynesville, Louisiana -0.472722268874013252 +34923 cspg_html_4177065182 cspg_html_4177065182:1139:63377:63385 Columbia Victoria, British Columbia -0.0469494744747350756 +34924 aapg_ah_524.html aapg_ah_524.html:122:12947:12963 Maroon Carbondale, Pennsylvania -0.455252106655251121 +34925 sedimentology_html_8344884381 sedimentology_html_8344884381:342:32304:32312 Belgrade Belgrade -0.484098022941034878 +34926 aapg_ae_825.html aapg_ae_825.html:11:1086:1102 Laurel Knoxville, Tennessee -0.0259316078616598014 +34927 AMJC_html_8128063878 AMJC_html_8128063878:387:50907:50926 Navajo Logan, Utah -0.479459169650376604 +34928 gsa_html_5798936655 gsa_html_5798936655:29:2796:2824 Green River Iran -0.00729110700735253591 +34929 aapg_ai_411.html aapg_ai_411.html:102:9412:9420 Colorado Benton, Arkansas -0.489060307863409593 +34930 gsa_html_1662492421 gsa_html_1662492421:12:481:491 Washington Washington (state) -0.0491275968873820176 +34931 aapg_ah_202.html aapg_ah_202.html:68:11473:11487 Woodford Arkansas -0.0538449480045017359 +34932 aapg_ac_513.html aapg_ac_513.html:93:10267:10272 Sligo County Sligo 0.800650885574219373 +34933 cspg_html_6383234409 cspg_html_6383234409:775:74401:74421 Bird Fiord Lacombe, Alberta -0.00793912421120361589 +34934 cspg_html_4555867289 cspg_html_4555867289:334:38109:38140 Charlie Lake Victoria, British Columbia -0.483995287789091233 +34935 cspg_html_2490951833 cspg_html_2490951833:404:59370:59390 Swan Hills Swan Hill, Victoria -0.450932780647085085 +34936 gsa_html_7808051457 gsa_html_7808051457:856:81172:81189 Manitou Logan, Utah -0.0344245588872295546 +34937 aapg_ai_49.html aapg_ai_49.html:633:83124:83134 San Andres Cheyenne, Wyoming -0.00447500993536276322 +34938 aapg_ad_147.html aapg_ad_147.html:130:11145:11151 Navajo New Mexico -0.450878806444675151 +34939 AMJC_html_5421639085 AMJC_html_5421639085:410:42983:42999 Laurel Sykesville, Maryland -0.44497889773871091 +34940 aapg_ai_491.html aapg_ai_491.html:607:69148:69157 Telluride Colorado -0.0346368297266972797 +34941 aapg_ad_221.html aapg_ad_221.html:159:15097:15109 Taylor Austin, Chicago -0.063168954684827 +34942 aapg_ad_176.html aapg_ad_176.html:32:3438:3482 Mission Canyon Williston, Vermont -0.417044603836409955 +34943 cspg_html_4293350162 cspg_html_4293350162:553:58884:58894 Mount Head Elbow River -0.468978412493240793 +34944 aapg_af_880.html aapg_af_880.html:572:87969:87976 Admiral Pueblo, Colorado -0.0615991613866971877 +34945 aapg_ae_876.html aapg_ae_876.html:852:91850:91865 Mesaverde Mancos, Colorado 0.0498560973971365964 +34946 aapg_ai_997.html aapg_ai_997.html:1098:102757:102763 Guinda Putah Creek -0.0323925309205377876 +34947 aapg_ad_757.html aapg_ad_757.html:67:6827:6835 Richmond Maquoketa, Iowa -0.433387995206966137 +34948 aapg_ah_260.html aapg_ah_260.html:114:14979:15003 Cedar Mountain Colorado Plateau -0.0140758476190941898 +34949 aapg_aa_123.html aapg_aa_123.html:301:30943:30962 Baldonnel Lima, Ohio -0.0140376196944260508 +34950 cspg_html_3501550466 cspg_html_3501550466:250:36177:36191 Woodbend Lacombe, Alberta -0.484161071054726611 +34951 aapg_ai_28.html aapg_ai_28.html:8:1437:1446 Catahoula Oakville, California -0.463396817899322633 +34952 aapg_ai_236.html aapg_ai_236.html:304:28995:29021 Benson Upshur County, West Virginia -0.448691045323912019 +34953 aapg_af_211.html aapg_af_211.html:229:21299:21303 Buda Del Rio, Tennessee -0.45184182728382527 +34954 aapg_ad_52.html aapg_ad_52.html:894:96640:96649 Coldwater Sunbury, Pennsylvania -0.0186688510697679971 +34955 aapg_ae_67.html aapg_ae_67.html:453:34566:34572 Denver Colorado -0.0225119165377174607 +34956 aapg_aa_870.html aapg_aa_870.html:142:14388:14404 Dakota Lone Pine, California -0.433657258933567102 +34957 cspg_html_4693916254 cspg_html_4693916254:152:21660:21703 Elk Manitoba -0.436810292517708865 +34958 aapg_aa_419.html aapg_aa_419.html:277:25480:25485 Price Fitzroy River (Queensland) -0.422036189718657861 +34959 palaios_html_1211692857 palaios_html_1211692857:140:14790:14800 Washington San Juan Islands -0.462143504710773534 +34960 cspg_html_3772380029 cspg_html_3772380029:651:80352:80374 Severn River Manitoulin Island -0.00508998959117516313 +34961 aapg_ae_638.html aapg_ae_638.html:95:9172:9177 Salem Salem, Massachusetts 0.0069488599553278246 +34962 aapg_ae_263.html aapg_ae_263.html:296:22166:22183 Manlius Onondaga (tribe) -0.0294721058156958669 +34963 palaios_html_6978265091 palaios_html_6978265091:779:74383:74412 Hueco New Mexico -0.454113919430063184 +34964 aapg_ad_152.html aapg_ad_152.html:48:6516:6522 Moleen Elko, Nevada 0.202372843239303046 +34965 sedimentology_html_1329483683 sedimentology_html_1329483683:669:55109:55114 Piper Patras -0.479352341582737318 +34966 aapg_ah_645.html aapg_ah_645.html:80:10984:10989 Piper Williston, Vermont 0.0144650805272560756 +34967 geology_html_4785720928 geology_html_4785720928:160:17957:17985 Elkhorn Mountains Volcanics Sevier orogeny -0.441437455474761709 +34968 aapg_af_728.html aapg_af_728.html:312:37168:37182 Elko Elko, Nevada -0.239731524747874458 +34969 aapg_ae_241.html aapg_ae_241.html:30:2904:2921 Pawnee Fort Scott National Historic Site -0.0645208083135350441 +34970 geology_html_1787649347 geology_html_1787649347:375:25290:25293 Rye Netherlands -0.458659434193013582 +34971 aapg_ah_531.html aapg_ah_531.html:212:23876:23890 Chainman Logan, Utah -0.243106296424614177 +34972 cspg_html_6984906794 cspg_html_6984906794:1053:69931:69936 Tetsa Victoria, British Columbia -0.477269506555081602 +34973 gsa_html_6753732431 gsa_html_6753732431:413:39326:39344 Stirling Quartzite Mojave Desert -0.474888953093082877 +34974 geology_html_8774004591 geology_html_8774004591:269:26688:26712 Protection Tallahassee, Florida -0.0371844096364450094 +34975 cspg_html_8174352156 cspg_html_8174352156:427:57640:57648 Columbia Victoria, British Columbia -0.467071222132578012 +34976 aapg_ae_959.html aapg_ae_959.html:2309:164313:164329 Whitehorse Salado, Texas -0.457736710679965686 +34977 aapg_af_162.html aapg_af_162.html:139:12227:12237 Brownstown Arkansas 0.318933818860510754 +34978 cspg_html_5973552270 cspg_html_5973552270:93:13550:13571 Slave Point Swan Hill, Victoria -0.0471916520382753418 +34979 aapg_ac_93.html aapg_ac_93.html:47:5356:5363 Bossier Haynesville, Louisiana -0.408271950530841421 +34980 gsa_html_6982030333 gsa_html_6982030333:1263:116737:116743 Oregon Salem, Oregon -0.464533160716817162 +34981 aapg_af_288.html aapg_af_288.html:243:28344:28350 Diablo Melbourne, Florida -0.0419681041014585768 +34982 gsa_html_5261839912 gsa_html_5261839912:137:13630:13647 Montevideo Gneiss Montevideo, Minnesota -0.0287347150896633124 +34983 aapg_ae_305.html aapg_ae_305.html:1125:98887:98896 Rio Negro Maracaibo -0.460337276166031373 +34984 gsa_html_1582166619 gsa_html_1582166619:327:29982:29996 Armuchee Chert Alabama -0.0703772867504297434 +34985 AMJC_html_6341723617 AMJC_html_6341723617:486:44048:44058 White Sage Elko, Nevada -0.106597094169738074 +34986 cspg_html_7409170811 cspg_html_7409170811:18:2179:2185 Exshaw Crowsnest Pass, Alberta -0.489335141452313493 +34987 palaios_html_5921824758 palaios_html_5921824758:372:33381:33402 Green River Logan, Utah -0.021507182733615033 +34988 cspg_html_1781462584 cspg_html_1781462584:267:30602:30614 Rundle Victoria, British Columbia -0.496915172747898759 +34989 aapg_ae_369.html aapg_ae_369.html:58:6588:6607 Tuscaloosa Tuscaloosa, Alabama -0.43720904648285841 +34990 aapg_aa_233.html aapg_aa_233.html:192:19000:19007 La Pena Matamoros, Tamaulipas 0.0273452626285650702 +34991 palaios_html_7010013984 palaios_html_7010013984:656:68749:68761 Taylor Antarctica -0.490143713980378037 +34992 cspg_html_3907807140 cspg_html_3907807140:689:72229:72245 Viking Lacombe, Alberta -0.0166302989496245716 +34993 aapg_ah_77.html aapg_ah_77.html:128:18891:18901 Wind River Green Mountain 0.00993709126204535796 +34994 gsa_html_4120839285 gsa_html_4120839285:31:2427:2442 Catalina Schist California -0.47735290933611807 +34995 aapg_ai_157.html aapg_ai_157.html:275:27392:27408 Guelph Salina, Kansas -0.0221938023877403003 +34996 geology_html_8284608817 geology_html_8284608817:304:27587:27604 Wabamun Lacombe, Alberta -0.497678834727188768 +34997 aapg_af_735.html aapg_af_735.html:333:36774:36786 Guayaguayare Trinidad and Tobago -0.0062678467546358578 +34998 aapg_ad_2.html aapg_ad_2.html:1363:187061:187072 Black River Pennsylvania -0.443782030321690002 +34999 aapg_af_751.html aapg_af_751.html:8:1607:1617 Nacimiento California -0.484079342907875299 +35000 gsa_html_3038126504 gsa_html_3038126504:65:6717:6732 Bouse Grand Canyon -0.0534002771689079184 +35001 cspg_html_2758185645 cspg_html_2758185645:404:41085:41095 Mount Head Western world -0.0586405128826194139 +35002 sedimentology_html_6315461608 sedimentology_html_6315461608:404:33393:33397 Hall London, Ontario -0.458865873154244486 +35003 cspg_html_3328007773 cspg_html_3328007773:1026:103345:103368 Boulder Creek Canada -0.458822766590828601 +35004 sedimentology_html_6261114825 sedimentology_html_6261114825:753:59606:59625 Santa Cruz Mudstone California 0.42189009993044696 +35005 cspg_html_6383234409 cspg_html_6383234409:627:64697:64707 Bird Fiord Ellesmere Island 0.95633113713552298 +35006 cspg_html_9912281240 cspg_html_9912281240:55:8068:8088 Milk River Lacombe, Alberta -0.49361002164838963 +35007 aapg_ad_55.html aapg_ad_55.html:8:996:1003 Decorah Kirksville, Missouri 0.281577634473827554 +35008 aapg_ae_182.html aapg_ae_182.html:9:1264:1277 Nacatoch Bellevue, Nebraska -0.0542774392275129219 +35009 aapg_ac_417.html aapg_ac_417.html:12:1975:1993 Bateman Roslyn, New York -0.0312966369722646603 +35010 aapg_ac_417.html aapg_ac_417.html:11:1684:1701 Roslyn Tiger Mountain -0.0157388171484894208 +35011 aapg_ac_602.html aapg_ac_602.html:21:1952:1975 Bonanza California -0.450582005503512739 +35012 palaios_html_9133125241 palaios_html_9133125241:592:69827:69841 Kope Ohio -0.0303573786993141213 +35013 geology_html_9714557029 geology_html_9714557029:115:12548:12560 Saskatchewan Colorado -0.464569693827358687 +35014 gsa_html_7199417381 gsa_html_7199417381:245:27677:27697 Dakota Colorado 0.000945025165510868953 +35015 aapg_ac_200.html aapg_ac_200.html:19:2248:2265 Wasatch Cheyenne, Wyoming -0.468317764612058318 +35016 aapg_ac_986.html aapg_ac_986.html:1066:122689:122697 Colorado Denver -0.0138430056451466221 +35017 aapg_ah_289.html aapg_ah_289.html:552:77031:77049 Monterey California 0.0249770777964540731 +35018 cspg_html_9872589627 cspg_html_9872589627:146:20855:20862 Halfway Lacombe, Alberta -0.477575355931223244 +35019 aapg_af_608.html aapg_af_608.html:274:27955:27961 Sparta Shreveport, Louisiana 0.00710174161421996044 +35020 aapg_aa_67.html aapg_aa_67.html:19:1818:1826 Colorado Denver -0.0734137397316363544 +35021 aapg_ae_908.html aapg_ae_908.html:88:9172:9188 Salado Carlsbad, New Mexico -0.474069180634086484 +35022 aapg_aa_698.html aapg_aa_698.html:13:1602:1619 Prairie Canada 0.0327578516394828392 +35023 jgeology_html_6990146451 jgeology_html_6990146451:1461:80818:80836 Brallier Virginia -0.209412680994222056 +35024 palaios_html_5977967483 palaios_html_5977967483:1081:96455:96482 Purisima California -0.475554574599736102 +35025 gsa_html_1119256423 gsa_html_1119256423:733:71192:71212 Arikaree Nebraska -0.470216166533545032 +35026 cspg_html_9951421861 cspg_html_9951421861:466:61847:61866 Athabasca Lacombe, Alberta -0.45421548506785292 +35027 aapg_ai_699.html aapg_ai_699.html:30:5807:5820 Great Meadows Bennington, Vermont -0.0872291390700396657 +35028 cspg_html_4341656515 cspg_html_4341656515:500:47782:47792 Kotaneelee Canada -0.474276937415326727 +35029 cspg_html_9072696952 cspg_html_9072696952:28:3054:3076 Buckinghorse Victoria, British Columbia -0.469648742182661783 +35030 gsa_html_4216613284 gsa_html_4216613284:317:36673:36692 Flagstaff Western world -0.507456832997254637 +35031 cspg_html_4666332434 cspg_html_4666332434:391:65789:65818 Belly River Lacombe, Alberta -0.44721379024503416 +35032 aapg_ae_873.html aapg_ae_873.html:704:82702:82713 Paluxy Rodessa, Louisiana -0.474918987556243288 +35033 cspg_html_8818854104 cspg_html_8818854104:32:5036:5044 Kootenay Kootenay River -0.0323925309205377876 +35034 aapg_ai_315.html aapg_ai_315.html:37:2938:2948 Washington Alabama 0.00312693377810401713 +35035 aapg_af_497.html aapg_af_497.html:533:45944:45952 Colorado Pueblo, Colorado -0.472604743150075168 +35036 cspg_html_4768933240 cspg_html_4768933240:81:6840:6847 Madison Lacombe, Alberta -0.03643260021013002 +35037 jgeology_html_8064937897 jgeology_html_8064937897:599:40927:40931 Hall London, Ontario -0.454258371760158153 +35038 aapg_ah_655.html aapg_ah_655.html:187:19411:19416 Atoka Atoka, Oklahoma -0.425700050336429825 +35039 cspg_html_8139359744 cspg_html_8139359744:494:65641:65661 Blue Mountain Black River, Jamaica 0.952219574338214358 +35040 geology_html_7394671150 geology_html_7394671150:288:23751:23763 Owens Valley California 0.462473752558421158 +35041 jgeology_html_3385510991 jgeology_html_3385510991:568:36605:36613 Virginia Bakersville, North Carolina -0.0436537812502225328 +35042 gsa_html_6967102683 gsa_html_6967102683:587:51476:51483 Cassiar Victoria, British Columbia -0.457532796484121151 +35043 aapg_ac_416.html aapg_ac_416.html:151:27847:27859 Saskatchewan Saskatoon -0.463250887108730525 +35044 aapg_af_833.html aapg_af_833.html:1080:119769:119786 Madison Frannie, Wyoming -0.425004216617257347 +35045 aapg_ai_81.html aapg_ai_81.html:124:14349:14358 Riceville Venango, Pennsylvania -0.0489010438658518606 +35046 cspg_html_7985076717 cspg_html_7985076717:104:12383:12403 Ibbett Bay Melville Island (Canada) -0.456561440120662909 +35047 jgeology_html_7305193073 jgeology_html_7305193073:659:31484:31490 Oxford Pergamon Museum -0.487692158362934725 +35048 sedimentology_html_9634338365 sedimentology_html_9634338365:27:1900:1915 Sekwi Canada -0.18850123270599875 +35049 aapg_ai_49.html aapg_ai_49.html:277:33599:33612 Sundance New Mexico -0.00611844185721085315 +35050 aapg_ai_82.html aapg_ai_82.html:340:37518:37528 Greenbrier Pottsville, Pennsylvania -0.0794185214978136572 +35051 aapg_ad_116.html aapg_ad_116.html:427:53179:53193 Bromide Jefferson County, Colorado -0.455229509631582041 +35052 palaios_html_2557524442 palaios_html_2557524442:516:40865:40881 Kodiak Anchorage, Alaska -0.0610055739368401337 +35053 aapg_af_241.html aapg_af_241.html:811:82804:82812 Saratoga Hockley -0.0167554219628843898 +35054 aapg_ac_881.html aapg_ac_881.html:601:71460:71468 Winnipeg Middle Ordovician 0.0286773255806321362 +35055 aapg_ac_424.html aapg_ac_424.html:55:8638:8657 Catahoula Texas -0.452055720301517416 +35056 aapg_ae_473.html aapg_ae_473.html:30:3078:3083 Eutaw Tuscaloosa, Alabama -0.425756964796638493 +35057 sedimentology_html_8384737970 sedimentology_html_8384737970:402:34753:34759 Carmel Entrada Sandstone -0.471349814541787038 +35058 cspg_html_1665574291 cspg_html_1665574291:70:11944:11956 Willow Creek Lacombe, Alberta -0.449467616590735308 +35059 cspg_html_3447886929 cspg_html_3447886929:114:13375:13408 Chicotte Anticosti Island 1.11868364520377428 +35060 cspg_html_5241714595 cspg_html_5241714595:413:64273:64291 Duvernay Lacombe, Alberta -0.463396817899322633 +35061 gsa_html_8881958017 gsa_html_8881958017:271:27879:27884 Yukon Victoria, British Columbia -0.00600378253077448604 +35062 sedimentology_html_2550885329 sedimentology_html_2550885329:1989:110279:110299 Swan Hills Lacombe, Alberta -0.101432045091646952 +35063 aapg_ah_283.html aapg_ah_283.html:453:51258:51275 Cowlitz Salem, Oregon -0.0297729872835114824 +35064 geology_html_6197814716 geology_html_6197814716:14:793:798 Queen Belfast, Maine -0.0288025393782587909 +35065 cspg_html_2408887763 cspg_html_2408887763:134:19082:19096 St. Mary River Edmonton, London -0.427650208489599781 +35066 geology_html_4386567919 geology_html_4386567919:12:654:664 Rancheria New Mexico -0.464419004431934179 +35067 cspg_html_9726401168 cspg_html_9726401168:51:4910:4926 Golata Canada -0.0149690067830474411 +35068 aapg_ah_469.html aapg_ah_469.html:234:17451:17457 Reklaw Charlotte, North Carolina -0.457736710679965686 +35069 cspg_html_9275863663 cspg_html_9275863663:82:11596:11621 Beaverhill Swan Hill, Victoria -0.00680987700292186304 +35070 aapg_ac_91.html aapg_ac_91.html:479:36712:36730 Mt. Head Lacombe, Alberta -0.475325709854034217 +35071 palaios_html_3751259297 palaios_html_3751259297:99:13585:13591 Keokuk Iowa 0.397000457092811176 +35072 palaios_html_6025329652 palaios_html_6025329652:633:50605:50615 Washington Boise, Idaho -0.0399972367301592718 +35073 aapg_ai_517.html aapg_ai_517.html:112:13011:13017 Salina Texas -0.455279223830003521 +35074 aapg_af_854.html aapg_af_854.html:617:85068:85084 Keokuk New Providence, New Jersey -0.0231533782740243055 +35075 cspg_html_6306262991 cspg_html_6306262991:6:435:450 Gates Victoria, British Columbia -0.0978149706373518391 +35076 aapg_aa_852.html aapg_aa_852.html:149:14841:14845 Frio Mustang Island -0.434712986404073964 +35077 aapg_af_890.html aapg_af_890.html:241:23036:23058 Seven Rivers New Mexico -0.466714081975797668 +35078 cspg_html_9185158332 cspg_html_9185158332:614:68798:68816 Dunvegan Lacombe, Alberta -0.42652126035610638 +35079 sedimentology_html_6854489010 sedimentology_html_6854489010:87:8177:8201 St. Mary River Lacombe, Alberta -0.473238647285217195 +35080 geology_html_1889654630 geology_html_1889654630:222:24446:24472 Monterey Santa Barbara County, California -0.458675312427173743 +35081 cspg_html_9834776341 cspg_html_9834776341:44:5731:5744 Turner Valley Moose Mountain (Alberta) -0.0108839893390520418 +35082 aapg_ah_232.html aapg_ah_232.html:50:5453:5462 Smackover Mississippi River -0.225818706422459659 +35083 cspg_html_8250500468 cspg_html_8250500468:384:49835:49853 Dunvegan Canada -0.442542141875480355 +35084 gsa_html_3701388182 gsa_html_3701388182:56:3546:3574 Green River Colorado 0.00130635878656701733 +35085 aapg_ae_454.html aapg_ae_454.html:551:49938:49946 Dorcheat Arkansas -0.04375827605503467 +35086 aapg_ad_848.html aapg_ad_848.html:97:10166:10183 Pawnee Arbuckle, California -0.491727831303366836 +35087 gsa_html_2717448156 gsa_html_2717448156:756:80683:80693 Washington Boise, Idaho -0.464501195477937445 +35088 cspg_html_7281679890 cspg_html_7281679890:298:50360:50378 Mackenzie Inuvik Region 0.021156061096595586 +35089 aapg_af_17.html aapg_af_17.html:98:9624:9655 Madison Cheyenne, Wyoming -0.442575570278969321 +35090 sedimentology_html_7879809021 sedimentology_html_7879809021:512:36065:36072 Taggard Greenbrier (Great Smoky Mountains) -0.533203739029763146 +35091 aapg_ac_246.html aapg_ac_246.html:23:3338:3357 Newcastle Cheyenne, Wyoming -0.00138974352800571069 +35092 aapg_ac_696.html aapg_ac_696.html:29:4092:4110 Palliser Lacombe, Alberta -0.460569106302977371 +35093 sedimentology_html_4059623586 sedimentology_html_4059623586:1095:61800:61813 Santa Barbara California -0.485663921579086111 +35094 cspg_html_5198658336 cspg_html_5198658336:399:45117:45149 Porcupine Calgary -0.474715697540505466 +35095 palaios_html_6100595217 palaios_html_6100595217:48:4935:4958 Moodys Branch Lisbon -0.0122896166911195832 +35096 cspg_html_6608209149 cspg_html_6608209149:53:6016:6029 Watt Mountain Manitoba -0.011327042139941219 +35097 aapg_ah_5.html aapg_ah_5.html:2411:169893:169907 Niobrara Niobrara, Nebraska -0.0181996017203504175 +35098 palaios_html_9973267562 palaios_html_9973267562:455:58384:58415 Kope Cincinnati -0.0298634270365841781 +35099 aapg_af_887.html aapg_af_887.html:170:17242:17260 Carlsbad Carlsbad, New Mexico -0.0582077406269045916 +35100 aapg_ae_959.html aapg_ae_959.html:1377:100148:100158 San Andres New Mexico -0.431133173871068531 +35101 aapg_aa_697.html aapg_aa_697.html:121:13603:13636 Stettler Lacombe, Alberta -0.490143713980378037 +35102 aapg_ae_369.html aapg_ae_369.html:246:25834:25844 Tuscaloosa West Valley, New York -0.485874484406754958 +35103 aapg_ae_542.html aapg_ae_542.html:169:16084:16094 Fort Union Cheyenne, Wyoming -0.452927573923113447 +35104 aapg_af_248.html aapg_af_248.html:39:4853:4864 Arkadelphia Arkansas -0.503471624767146686 +35105 aapg_ac_608.html aapg_ac_608.html:59:5730:5737 Bedford Ohio -0.0657244649110479556 +35106 aapg_ac_720.html aapg_ac_720.html:312:32157:32176 Manasquan Manasquan, New Jersey -0.040244442684913409 +35107 aapg_ae_4.html aapg_ae_4.html:187:20505:20514 Beirdneau Logan, Utah -0.457532796484121151 +35108 gsa_html_1636483297 gsa_html_1636483297:846:74857:74878 Green River Cheyenne, Wyoming -0.11996920700855894 +35109 aapg_ak_101.html aapg_ak_101.html:3:184:194 San Felipe Baja California peninsula 0.0303138962556724068 +35110 aapg_ad_958.html aapg_ad_958.html:390:39032:39058 Mt Lytton Sedalia, Missouri -0.0602165397787389756 +35111 aapg_ac_509.html aapg_ac_509.html:199:16694:16700 Casper Cheyenne, Wyoming -0.0196404059622709952 +35112 aapg_ah_540.html aapg_ah_540.html:370:34772:34786 Colorado Ventura County, California -0.0590855308017678646 +35113 geology_html_8482136832 geology_html_8482136832:285:23853:23874 Green River Colorado -0.426679013535527729 +35114 cspg_html_3129231627 cspg_html_3129231627:390:49098:49121 Baumann Fiord Little Cornwallis Island -0.111036801950645844 +35115 gsa_html_6706549940 gsa_html_6706549940:385:32329:32340 White River Nebraska 0.80219179668294005 +35116 aapg_af_381.html aapg_af_381.html:68:8369:8376 Temblor Santa Monica Mountains 0.0206832745450184069 +35117 cspg_html_8612721867 cspg_html_8612721867:926:112695:112707 Ireton Redwater, Texas -0.460337276166031373 +35118 aapg_ae_526.html aapg_ae_526.html:70:6369:6398 Smackover Cotton Valley, Louisiana 0.0067403856579268933 +35119 aapg_aa_734.html aapg_aa_734.html:245:26539:26568 Caballos Arkansas -0.477401564658383792 +35120 aapg_af_839.html aapg_af_839.html:117:13793:13804 Grand River Cheyenne, Wyoming -0.00806073698202901257 +35121 cspg_html_6873686255 cspg_html_6873686255:305:30897:30914 Cardium Lacombe, Alberta -0.473010388882843136 +35122 aapg_af_2.html aapg_af_2.html:279:30710:30725 Ouray Ouray, Colorado -0.48062584784091128 +35123 aapg_ai_468.html aapg_ai_468.html:75:9904:9923 Cotton Valley East Texas -0.267135867858046272 +35124 sedimentology_html_2089385908 sedimentology_html_2089385908:29:2121:2129 Virginia Corvallis, Oregon -0.420800576179594099 +35125 geology_html_6225848515 geology_html_6225848515:418:22933:22939 Taylor London, Ontario -0.474133810779439169 +35126 aapg_ac_305.html aapg_ac_305.html:211:21272:21292 Williston Crystal River, Florida -0.427658982255246345 +35127 aapg_ad_784.html aapg_ad_784.html:324:35517:35522 Sespe South Mountains (Arizona) -0.450725896910529999 +35128 aapg_af_981.html aapg_af_981.html:101:8694:8715 Almond Cheyenne, Wyoming -0.506417969655151956 +35129 aapg_af_590.html aapg_af_590.html:343:26178:26196 Sundance Cheyenne, Wyoming -0.457555451333636842 +35130 aapg_af_399.html aapg_af_399.html:542:54900:54922 Rock Springs Fort Union Trading Post National Historic Site -0.102402469218940639 +35131 cspg_html_4623526246 cspg_html_4623526246:28:3084:3097 Parry Islands Calgary -0.44255997020698512 +35132 gsa_html_8216647914 gsa_html_8216647914:60:4472:4500 Green River Colorado -0.0360984802655648293 +35133 aapg_af_340.html aapg_af_340.html:81:9286:9292 Reston Virginia -0.462261924354454456 +35134 palaios_html_3036115408 palaios_html_3036115408:611:56799:56821 Judith River Bloomington, Illinois -0.433546895631176765 +35135 geology_html_3210721953 geology_html_3210721953:171:14550:14577 Columbia Earth -0.46809765859229685 +35136 jgeology_html_6672772311 jgeology_html_6672772311:348:32626:32639 Blue Mountain Bellevue, Nebraska 0.00976335112648768488 +35137 aapg_ad_566.html aapg_ad_566.html:285:38439:38454 Carbonera Llanos 1.32124482244672459 +35138 aapg_aa_544.html aapg_aa_544.html:55:7089:7102 Madison Douglas, Isle of Man -0.00652496303282925402 +35139 aapg_af_450.html aapg_af_450.html:16:2370:2391 Green River Cheyenne, Wyoming 0.382560179522853872 +35140 aapg_ad_602.html aapg_ad_602.html:384:30029:30037 Colorado Littleton, Colorado -0.419246863914202961 +35141 gsa_html_5253952002 gsa_html_5253952002:107:12721:12728 Prairie Peoria, Illinois -0.432316117842066305 +35142 gsa_html_6062330506 gsa_html_6062330506:540:56294:56311 Rustler Salado, Texas -0.0456498537875624916 +35143 aapg_ad_720.html aapg_ad_720.html:219:22664:22668 Yeso Sacramento Mountains (California) -0.00146791674633970823 +35144 gsa_html_4438819447 gsa_html_4438819447:641:64154:64170 Dakota Iowa -0.212197071328996734 +35145 aapg_ad_757.html aapg_ad_757.html:14:1913:1926 Platteville Iowa -0.233238026672745208 +35146 gsa_html_4287933236 gsa_html_4287933236:203:15071:15099 Green River Colorado 0.00299316941719320615 +35147 aapg_ai_27.html aapg_ai_27.html:4:466:473 Bigford Carrizo Plain -0.484359586108593421 +35148 aapg_ac_613.html aapg_ac_613.html:61:8621:8640 Mesaverde Mancos, Colorado -0.00217147693343403827 +35149 aapg_ad_800.html aapg_ad_800.html:5:594:610 Tuscaloosa Selma to Montgomery marches 0.0111393955416452146 +35150 cspg_html_3104351736 cspg_html_3104351736:648:75928:75945 Brazeau Lacombe, Alberta -0.488724520608411594 +35151 cspg_html_3854139935 cspg_html_3854139935:98:15992:16003 Belly River Regina, Saskatchewan -0.0388552982723100598 +35152 cspg_html_5849897642 cspg_html_5849897642:57:4204:4216 Fernie Lacombe, Alberta -0.0136501305925687388 +35153 aapg_ad_860.html aapg_ad_860.html:19:2553:2570 Wasatch Colorado 0.00976335112648768488 +35154 AMJC_html_7984049819 AMJC_html_7984049819:439:43158:43170 Berwick Newburyport, Massachusetts -0.501703098265810388 +35155 geology_html_9085928497 geology_html_9085928497:342:27658:27678 Ellensburg Washington (state) -0.456989251174634625 +35156 aapg_aa_47.html aapg_aa_47.html:476:55911:55924 Hermosa Colorado -0.106057512087672848 +35157 palaios_html_3889678675 palaios_html_3889678675:503:44083:44101 Rio Dell California -0.471336008805755435 +35158 cspg_html_5705427229 cspg_html_5705427229:37:3907:3930 Watt Mountain Lacombe, Alberta -0.333838936343566983 +35159 gsa_html_7151930388 gsa_html_7151930388:787:70310:70326 Pueblo Coahuila -0.0254117377860756666 +35160 aapg_ah_318.html aapg_ah_318.html:1347:136623:136642 La Casita Mexico -0.0516166410516480934 +35161 AMJC_html_1873062106 AMJC_html_1873062106:826:93274:93281 Kayenta Arizona -0.46853104470756296 +35162 aapg_ae_860.html aapg_ae_860.html:5:471:477 Dockum Santa Rosa, California -0.469152832749018645 +35163 cspg_html_6985536436 cspg_html_6985536436:159:21668:21695 Kanguk Banks Island -0.0386742716763168529 +35164 aapg_ai_107.html aapg_ai_107.html:538:44892:44909 Bossier Bossier Parish, Louisiana -0.227269848419904108 +35165 aapg_ae_959.html aapg_ae_959.html:2858:213155:213161 Diablo Nashville Basin -0.438867917372156802 +35166 sedimentology_html_3059129672 sedimentology_html_3059129672:942:53361:53366 Atoka Texas -0.440467486742992853 +35167 aapg_ac_807.html aapg_ac_807.html:492:49620:49638 Matawan Monmouth -0.456371367070690814 +35168 aapg_aa_381.html aapg_aa_381.html:15:2151:2169 Vaqueros Rancho Santa Margarita, California -0.00349522085598196267 +35169 aapg_aa_913.html aapg_aa_913.html:446:32876:32882 Sierra Texas -0.470188590895520009 +35170 geology_html_3691192097 geology_html_3691192097:291:24357:24363 Eugene Salem, Oregon -0.495181722890797649 +35171 aapg_ad_4.html aapg_ad_4.html:270:19034:19045 Cannon Perryville, Missouri -0.483631144002422242 +35172 aapg_ai_107.html aapg_ai_107.html:6:666:683 Bossier Shreveport, Louisiana 0.737334600667151507 +35173 gsa_html_5928791685 gsa_html_5928791685:515:45418:45438 Roxbury Conglomerate Naval Air Station Squantum -0.478280146619880497 +35174 aapg_aa_856.html aapg_aa_856.html:117:11006:11015 Smackover Cotton Valley, Louisiana 0.0641784492093896847 +35175 aapg_ah_623.html aapg_ah_623.html:122:13673:13703 Browns Park Colorado -0.016748470666176702 +35176 AMJC_html_7176185664 AMJC_html_7176185664:248:29504:29521 Venango Middle East -0.457555451333636842 +35177 gsa_html_7309078733 gsa_html_7309078733:756:71243:71268 Sierra New Mexico -0.501631577031398268 +35178 aapg_aa_336.html aapg_aa_336.html:86:8081:8087 Wilcox Chattanooga, Tennessee -0.0195726214963804213 +35179 aapg_ac_400.html aapg_ac_400.html:379:43928:43946 Chemung Gilmer County, Georgia 0.0117822633156924803 +35180 sedimentology_html_8752954975 sedimentology_html_8752954975:975:82060:82064 Hall London, Ontario -0.471639785200352879 +35181 aapg_ad_937.html aapg_ad_937.html:7:1127:1133 Casper Powder River (Montana) -0.0279886708512000412 +35182 aapg_ad_379.html aapg_ad_379.html:748:60973:60981 Colorado Arizona -0.44548177794016619 +35183 aapg_ac_333.html aapg_ac_333.html:170:21206:21218 Hermit Grand Canyon -0.44948782523520614 +35184 cspg_html_7866293053 cspg_html_7866293053:274:31355:31377 Beaver Mines Crowsnest Pass, Alberta -0.472678482936493838 +35185 aapg_ah_372.html aapg_ah_372.html:18:2720:2732 Wilcox Mississippi River -0.0397082576932654904 +35186 cspg_html_5685783620 cspg_html_5685783620:296:33836:33874 Snake Indian Lacombe, Alberta -0.470236848829719556 +35187 cspg_html_9354781888 cspg_html_9354781888:98:18215:18226 Rundle Lacombe, Alberta -0.0287347150896633124 +35188 cspg_html_8089302449 cspg_html_8089302449:286:48798:48819 Slave Point Swan Hill, Victoria -0.419679650566534779 +35189 aapg_ai_17.html aapg_ai_17.html:971:63986:63995 Red Bluff Mississippi River 0.40712875721264713 +35190 aapg_ad_652.html aapg_ad_652.html:12:1654:1685 Cowlitz Salem, Oregon -0.458750170743803365 +35191 cspg_html_8267847427 cspg_html_8267847427:352:49071:49096 Sierra New Mexico -0.0782835275776043171 +35192 aapg_ad_652.html aapg_ad_652.html:375:45806:45812 Oregon Salem, Oregon -0.0397082576932654904 +35193 aapg_ac_628.html aapg_ac_628.html:412:71258:71269 Green River Colton, California -0.418742552630068099 +35194 aapg_af_486.html aapg_af_486.html:20:2903:2926 West Foreland McArthur River uranium mine 0.00569802533902298743 +35195 geology_html_4130667604 geology_html_4130667604:17:1107:1117 Santa Cruz California -0.474842748246669499 +35196 aapg_ac_742.html aapg_ac_742.html:36:4906:4929 Gypsum Spring Cheyenne, Wyoming -0.0219956359317186878 +35197 cspg_html_3734757529 cspg_html_3734757529:536:67620:67628 Columbia Lacombe, Alberta -0.0160568272228306316 +35198 sedimentology_html_7879809021 sedimentology_html_7879809021:862:64406:64413 Taggard Great Britain -0.459022435464294998 +35199 aapg_ah_972.html aapg_ah_972.html:284:28582:28590 Wellborn Karnes County, Texas -0.055289015959458003 +35200 cspg_html_8532932475 cspg_html_8532932475:91:11691:11708 Bluesky Willapa Bay -0.0446343409079277068 +35201 geology_html_2632215670 geology_html_2632215670:12:536:546 Santa Cruz California -0.0716224404552154859 +35202 cspg_html_5541937700 cspg_html_5541937700:119:17342:17400 Basal Colorado Springs, Colorado -0.0315018919631344582 +35203 aapg_af_638.html aapg_af_638.html:134:10980:10996 Coldwater Antrim, County Antrim -0.469051848391689397 +35204 aapg_ad_440.html aapg_ad_440.html:489:45420:45427 Norfolk Bluefield, West Virginia -0.0427795572276395697 +35205 cspg_html_2969995408 cspg_html_2969995408:79:9783:9793 Trout Lake Liard River, British Columbia -0.0849608260387818559 +35206 cspg_html_7924356285 cspg_html_7924356285:32:4064:4072 Edmonton Calgary -0.0791294929021330029 +35207 cspg_html_1770934036 cspg_html_1770934036:507:58462:58481 Kaskapau Lacombe, Alberta -0.479521879225688563 +35208 cspg_html_7028413504 cspg_html_7028413504:180:23007:23049 Woodbend Western world -0.0545878728728429602 +35209 aapg_ai_107.html aapg_ai_107.html:216:21183:21203 Smackover East Texas -0.448377013151321557 +35210 gsa_html_9889833548 gsa_html_9889833548:833:77136:77141 Grove California -0.0668112913771392175 +35211 aapg_aa_148.html aapg_aa_148.html:34:5371:5392 Summerville Mancos, Colorado 0.014863007676211246 +35212 gsa_html_3720789279 gsa_html_3720789279:887:86822:86832 Washington Salem, Oregon -0.470188590895520009 +35213 gsa_html_7102550258 gsa_html_7102550258:1369:130287:130314 Chinle New Mexico -0.0764869974309966699 +35214 aapg_ah_749.html aapg_ah_749.html:20:3007:3014 Norfolk Virginia -0.454034931813569353 +35215 palaios_html_1662300404 palaios_html_1662300404:506:51211:51215 Hall London, Ontario -0.460091874413590562 +35216 gsa_html_7012936645 gsa_html_7012936645:124:13974:13995 Martinsburg Pennsylvania -0.00547218286972656846 +35217 aapg_aa_416.html aapg_aa_416.html:110:14823:14829 Kindle Porcupine River (Ontario) -0.49674688103899195 +35218 sedimentology_html_7514538550 sedimentology_html_7514538550:1545:144435:144439 Bond North Atlantic Current -0.00472517057507792094 +35219 geology_html_8562215493 geology_html_8562215493:78:6653:6668 Hampden South Georgia and the South Sandwich Islands -0.123046124703905857 +35220 aapg_ad_766.html aapg_ad_766.html:174:18987:18993 Dakota Mancos, Colorado -0.444295421139491553 +35221 jgeology_html_6399321011 jgeology_html_6399321011:80:3543:3556 Santa Barbara California -0.469038078694436811 +35222 aapg_ae_151.html aapg_ae_151.html:74:7099:7111 Saskatchewan Saskatoon -0.0296755913479795769 +35223 cspg_html_2650524233 cspg_html_2650524233:82:11707:11721 Colorado Regina, Saskatchewan -0.46105569042928074 +35224 aapg_ad_628.html aapg_ad_628.html:206:24198:24204 Navajo Arizona -0.472501057082917231 +35225 aapg_ae_305.html aapg_ae_305.html:66:8887:8893 Perija South America -0.459805657368256959 +35226 cspg_html_5779937878 cspg_html_5779937878:44:5043:5066 Grand Rapids Clearwater, Florida -0.450582005503512739 +35227 aapg_ad_921.html aapg_ad_921.html:98:11886:11900 Point Pleasant Cincinnati -0.48322516565543927 +35228 aapg_ad_329.html aapg_ad_329.html:166:23911:23927 Mahantango Western world -0.440425240506611693 +35229 aapg_ac_316.html aapg_ac_316.html:7:1185:1195 Whitehorse Artesia, New Mexico -0.0509054009526276677 +35230 jgeology_html_2784246086 jgeology_html_2784246086:78:3067:3092 Taylor Antarctica -0.455229509631582041 +35231 cspg_html_7434089303 cspg_html_7434089303:194:24073:24096 Eleanor River Ellesmere Island 1.03595377056528859 +35232 cspg_html_9987144175 cspg_html_9987144175:110:15652:15675 Heiberg Ellesmere Island -0.231727676812253175 +35233 sedimentology_html_7964187419 sedimentology_html_7964187419:770:75165:75169 Hall London, Ontario -0.0263767287584658998 +35234 aapg_ah_420.html aapg_ah_420.html:3:172:185 Bearpaw Lacombe, Alberta -0.429501070897857717 +35235 geology_html_7000342533 geology_html_7000342533:12:597:605 Victoria Victoria, British Columbia -0.0399624195111792577 +35236 aapg_aa_712.html aapg_aa_712.html:131:16728:16745 Platteville Platteville, Colorado -0.00764378019701813464 +35237 aapg_aa_696.html aapg_aa_696.html:757:79805:79813 Colorado Colorado -0.0315036314272049284 +35238 AMJC_html_4299960498 AMJC_html_4299960498:788:90488:90498 Washington Mount Rainier, Maryland -0.496469628762517878 +35239 palaios_html_9150736881 palaios_html_9150736881:35:3480:3511 Kope Cincinnati -0.0457352112838256136 +35240 palaios_html_8176588637 palaios_html_8176588637:776:48253:48259 Martin California -0.459022435464294998 +35241 gsa_html_2832151886 gsa_html_2832151886:595:52683:52691 Columbia Victoria, British Columbia -0.0215106592204126722 +35242 aapg_af_771.html aapg_af_771.html:48:6995:7004 Knoxville California -0.04966612284900708 +35243 aapg_ah_994.html aapg_ah_994.html:435:44976:44992 Pottsville Illinois -0.465888175365361257 +35244 aapg_aa_381.html aapg_aa_381.html:15:2243:2250 Temblor Rancho Santa Margarita, California -0.431183809654780426 +35245 aapg_ae_73.html aapg_ae_73.html:529:71399:71417 Niobrara Trinidad and Tobago -0.46809765859229685 +35246 gsa_html_1024107776 gsa_html_1024107776:935:95509:95518 Bluefield Virginia -0.25165978511450493 +35247 aapg_ae_946.html aapg_ae_946.html:206:18321:18331 Washington Pennsylvania 0.921467681203336886 +35248 aapg_af_130.html aapg_af_130.html:136:24836:24854 Chaffee Leadville, Colorado -0.459022435464294998 +35249 aapg_ah_618.html aapg_ah_618.html:100:8062:8072 Phosphoria Cheyenne, Wyoming 0.0220912422681541903 +35250 cspg_html_3849785044 cspg_html_3849785044:354:36529:36560 Bertie Ontario, California -0.0297260284355998494 +35251 palaios_html_4940783464 palaios_html_4940783464:530:50115:50133 Yakataga Anchorage, Alaska -0.0137370110791438689 +35252 aapg_ah_61.html aapg_ah_61.html:679:69758:69766 Palliser Lacombe, Alberta -0.397111018900198509 +35253 cspg_html_4915680223 cspg_html_4915680223:239:26417:26422 Douro Devon Island -0.0263019613963844621 +35254 aapg_ad_878.html aapg_ad_878.html:166:20377:20391 Colorado Austin, Chicago -0.435926993396556828 +35255 aapg_ah_218.html aapg_ah_218.html:188:22409:22418 Aux Vases Henderson County, Texas -0.43511527002590783 +35256 aapg_ae_427.html aapg_ae_427.html:294:30442:30459 Gaviota Santa Ynez Valley 0.00204466219751255973 +35257 aapg_ad_67.html aapg_ad_67.html:245:31924:31934 Sabinetown Texas -0.455310861563052449 +35258 gsa_html_2975028121 gsa_html_2975028121:641:70612:70621 San Diego California -0.0270600859182637335 +35259 aapg_ad_98.html aapg_ad_98.html:877:77067:77105 Table Head Western Bay, Newfoundland and Labrador -0.485663921579086111 +35260 aapg_ae_4.html aapg_ae_4.html:259:30310:30324 Manning Canyon Oquirrh Mountain Utah Temple -0.489250567816489013 +35261 cspg_html_6255491344 cspg_html_6255491344:294:39597:39631 Kootenay Lacombe, Alberta -0.0391947322443328555 +35262 cspg_html_9735723617 cspg_html_9735723617:279:35203:35217 Beverley Inlet Melville Island (Canada) -0.112543296360052197 +35263 gsa_html_5508128855 gsa_html_5508128855:427:42614:42642 Green River Colorado -0.0288373212008630718 +35264 aapg_ad_958.html aapg_ad_958.html:897:93427:93433 Warsaw Salem, Massachusetts -0.424217090203684033 +35265 aapg_ae_959.html aapg_ae_959.html:1361:98478:98481 Abo New Mexico -0.443202019220692578 +35266 aapg_ae_388.html aapg_ae_388.html:1533:96456:96493 San Cayetano York, Pennsylvania -0.0536287124053924508 +35267 gsa_html_6982030333 gsa_html_6982030333:720:67606:67612 Bourne Wallowa, Oregon -0.515594621108310891 +35268 jgeology_html_8293568246 jgeology_html_8293568246:1231:77943:77953 Washington Seattle -0.470179399208385473 +35269 cspg_html_5484260516 cspg_html_5484260516:1095:91909:91917 Columbia Lacombe, Alberta -0.01912594516902133 +35270 cspg_html_9872589627 cspg_html_9872589627:149:21142:21159 Halfway Lacombe, Alberta -0.435661502416701596 +35271 geology_html_2620787843 geology_html_2620787843:333:26762:26772 Santa Cruz California -0.028972971193404428 +35272 aapg_ai_364.html aapg_ai_364.html:69:8637:8643 Wewoka Holdenville, Oklahoma -0.476033304431228654 +35273 gsa_html_3677258183 gsa_html_3677258183:1367:122204:122214 Provo Great Basin -0.0155129109205666468 +35274 aapg_ad_466.html aapg_ad_466.html:1339:143323:143330 Raritan North Carolina 0.0742168769905004327 +35275 aapg_af_134.html aapg_af_134.html:268:33900:33935 Oceanic Barbados -0.0171829308693467256 +35276 aapg_ae_250.html aapg_ae_250.html:165:15095:15112 Wasatch Moffat County, Colorado -0.456518443898076276 +35277 sedimentology_html_9274676389 sedimentology_html_9274676389:526:56210:56218 Lawrence Amsterdam -0.00130809596842944883 +35278 palaios_html_2449649505 palaios_html_2449649505:691:72343:72359 Chinle Flagstaff, Arizona 0.80944084094764579 +35279 gsa_html_7195000001 gsa_html_7195000001:728:98955:98973 Eureka Sound Ellesmere Island -0.180075972388323818 +35280 aapg_ac_807.html aapg_ac_807.html:1176:102257:102279 Marshalltown Closter, New Jersey -0.0482911263715116029 +35281 cspg_html_3328007773 cspg_html_3328007773:6:335:355 Colorado Victoria, British Columbia -0.0198680940009536566 +35282 aapg_ac_492.html aapg_ac_492.html:133:25892:25900 San Jose Matamoros, Tamaulipas 0.0101073573662476459 +35283 cspg_html_1324104562 cspg_html_1324104562:139:17845:17881 Mount Clark Middle East -0.0423372538738103418 +35284 aapg_af_674.html aapg_af_674.html:71:7652:7664 Stone Corral Lansing, Michigan -0.428868342306482297 +35285 geology_html_8162185466 geology_html_8162185466:169:11306:11321 Arc Middle East -0.0218513582866363479 +35286 aapg_ai_810.html aapg_ai_810.html:302:32347:32372 Norphlet Mississippi River -0.439702904816710427 +35287 cspg_html_6383234409 cspg_html_6383234409:603:63300:63320 Bird Fiord Bathurst Island (Northern Territory) -0.439298641817729429 +35288 aapg_ad_466.html aapg_ad_466.html:893:96852:96857 Aquia Navesink River -0.0318341341997094435 +35289 cspg_html_8250755331 cspg_html_8250755331:728:74369:74387 Colorado Victoria, British Columbia -0.0371791885469511946 +35290 gsa_html_9053175553 gsa_html_9053175553:192:24990:25020 Oquirrh Carmel, Indiana -0.462097962880594848 +35291 aapg_ah_876.html aapg_ah_876.html:268:34074:34093 Mooringsport Mississippi River -0.242869830500047484 +35292 geology_html_9314524367 geology_html_9314524367:15:657:696 Sailor Canyon Sierra Nevada (Spain) -0.0322203122766998376 +35293 aapg_ac_251.html aapg_ac_251.html:782:87114:87124 Washington Salem, Oregon -0.474815026513922711 +35294 aapg_af_0.html aapg_af_0.html:342:37193:37200 Carache Santa Ana, California -0.486471360669343711 +35295 aapg_af_792.html aapg_af_792.html:108:12751:12757 Goliad Oakville, California -0.474618689462150911 +35296 aapg_ac_315.html aapg_ac_315.html:50:6026:6046 Phosphoria Boise, Idaho -0.197773386296228898 +35297 aapg_af_924.html aapg_af_924.html:319:32050:32063 Nacatoch Pine Island (Lee County, Florida) -0.00946799468152085232 +35298 aapg_aa_426.html aapg_aa_426.html:248:56369:56375 Ripley El Salvador -0.013471157649090371 +35299 aapg_aa_71.html aapg_aa_71.html:199:16781:16790 Queenston Salina, Kansas -0.450878806444675151 +35300 aapg_af_544.html aapg_af_544.html:445:51642:51653 Desert Peak Reno, Nevada -0.442074271005849284 +35301 aapg_ai_175.html aapg_ai_175.html:255:32446:32471 Springhill Springhill, Nova Scotia -0.00984327149097449609 +35302 cspg_html_9725676031 cspg_html_9725676031:112:17931:17939 Columbia Victoria, British Columbia -0.434558307819543299 +35303 aapg_af_461.html aapg_af_461.html:109:10807:10820 Lake Michigan Wisconsin -0.0858536264138391875 +35304 aapg_ah_724.html aapg_ah_724.html:3:374:392 Kaskapau Lacombe, Alberta -0.0100152745816292233 +35305 aapg_ai_357.html aapg_ai_357.html:66:8198:8202 Buda Austin, Chicago -0.407141643032325307 +35306 palaios_html_1018466366 palaios_html_1018466366:1447:132829:132861 Montney Lacombe, Alberta -0.4391432028015122 +35307 gsa_html_8237815743 gsa_html_8237815743:27:2345:2355 Rio Grande Western world -0.514414669334340768 +35308 cspg_html_5375448448 cspg_html_5375448448:605:56844:56862 Kaskapau Lacombe, Alberta -0.44714211768966694 +35309 aapg_ah_528.html aapg_ah_528.html:512:54624:54630 Chinle Moenkopi Formation -0.441048011313096677 +35310 sedimentology_html_6886866268 sedimentology_html_6886866268:281:23112:23126 Frio Texas 0.714599744172868201 +35311 aapg_ae_383.html aapg_ae_383.html:441:33745:33753 Woodford Chattanooga, Tennessee -0.0564612372025591683 +35312 aapg_ae_5.html aapg_ae_5.html:291:34286:34305 Horquilla Earp, California -0.432236767973233238 +35313 aapg_af_420.html aapg_af_420.html:200:17716:17722 Casper Cheyenne, Wyoming -0.451751782124743317 +35314 aapg_ac_807.html aapg_ac_807.html:554:55060:55067 Norfolk Virginia -0.480904968568341529 +35315 aapg_ae_30.html aapg_ae_30.html:206:19001:19021 Bainbridge Missouri River -0.0668881808603643824 +35316 aapg_ac_628.html aapg_ac_628.html:667:113562:113568 Sierra Great Basin 0.00204466219751255973 +35317 cspg_html_4516258038 cspg_html_4516258038:394:45224:45228 Eids Bathurst Island (Northern Territory) -0.0199532604557582163 +35318 aapg_ai_175.html aapg_ai_175.html:16:2267:2286 Springhill Cordillera Administrative Region -0.00109094831221136397 +35319 gsa_html_4191208013 gsa_html_4191208013:200:18329:18337 Deposito Encanto Park -0.470181697121159758 +35320 cspg_html_1025724640 cspg_html_1025724640:341:45442:45463 Tribes Hill Mohawk Valley -0.466718659783226908 +35321 cspg_html_1260733368 cspg_html_1260733368:6:497:511 Colorado Lacombe, Alberta -0.0367528086008553287 +35322 aapg_ac_333.html aapg_ac_333.html:594:72390:72405 Supai Supai, Arizona 0.0228230832137831796 +35323 aapg_ai_357.html aapg_ai_357.html:40:5707:5724 Edwards Mexico -0.47735290933611807 +35324 aapg_ai_750.html aapg_ai_750.html:159:17683:17695 Hillsborough Palm Beach County, Florida -0.481945488841025893 +35325 aapg_ai_594.html aapg_ai_594.html:540:47272:47280 Colorado Las Animas County, Colorado -0.00655275945491847703 +35326 sedimentology_html_6083350152 sedimentology_html_6083350152:28:1827:1836 Lancaster Lancaster, California -0.489889776983278402 +35327 gsa_html_9207276905 gsa_html_9207276905:235:19778:19786 Columbia Victoria, British Columbia -0.466718659783226908 +35328 gsa_html_4891459463 gsa_html_4891459463:1210:114067:114075 Rockwell California -0.0182917127831857887 +35329 sedimentology_html_8803606067 sedimentology_html_8803606067:1706:136949:136955 Caseyville New Guinea -0.0130645631501062637 +35330 geology_html_2498895869 geology_html_2498895869:17:1492:1503 Bedford London, Ontario -0.465616092314337648 +35331 geology_html_1904038295 geology_html_1904038295:349:26991:27004 Potomac Maryland 0.0014766026609327194 +35332 gsa_html_9547811307 gsa_html_9547811307:14:825:833 Victoria Victoria, British Columbia -0.0263297817646035749 +35333 sedimentology_html_2898428289 sedimentology_html_2898428289:91:8516:8537 Pine Point Dolomites -0.0554564637243875128 +35334 aapg_ae_705.html aapg_ae_705.html:628:62409:62426 Rincon California -0.0659568396857683342 +35335 aapg_aa_712.html aapg_aa_712.html:171:22726:22741 Maquoketa Mississippi River -0.446465983644730668 +35336 aapg_ai_247.html aapg_ai_247.html:10:1293:1306 Detroit River Michigan -0.0632789777746218668 +35337 aapg_ad_880.html aapg_ad_880.html:267:28153:28162 Oil Creek Spearfish, South Dakota -0.461026124022890449 +35338 aapg_ac_92.html aapg_ac_92.html:195:21593:21608 Atoka Arkoma, Oklahoma -0.275904890485575705 +35339 palaios_html_4936782265 palaios_html_4936782265:509:55670:55681 Black River Ontario, California -0.44844429668252761 +35340 jgeology_html_7697771383 jgeology_html_7697771383:61:2579:2612 Entrada Logan, Utah 0.364697635505234319 +35341 sedimentology_html_5673709888 sedimentology_html_5673709888:70:6293:6312 Edwards Melbourne, Florida -0.464656465989479628 +35342 aapg_ah_96.html aapg_ah_96.html:553:64231:64253 Basal Red River of the North -0.0514492842552477722 +35343 aapg_ah_659.html aapg_ah_659.html:6:1031:1060 Bridger Uinta Mountains -0.0476394385223062114 +35344 aapg_aa_426.html aapg_aa_426.html:260:58677:58695 Norphlet Alabama 0.719074488729145922 +35345 aapg_af_965.html aapg_af_965.html:555:65199:65216 Cardium Lacombe, Alberta -0.0326847865730959877 +35346 cspg_html_6502178723 cspg_html_6502178723:358:44529:44533 Toad Canada -0.401406752728403426 +35347 geology_html_3479183091 geology_html_3479183091:234:21749:21758 Extension England -0.0376282120976162635 +35348 aapg_ak_104.html aapg_ak_104.html:124:16230:16249 Lodgepole Cheyenne, Wyoming -0.462877048614286357 +35349 gsa_html_3803247157 gsa_html_3803247157:26:2130:2138 Colorado Denver -0.0677305389721809675 +35350 aapg_ai_52.html aapg_ai_52.html:106:15402:15411 Etchegoin Monterey, California 0.690021864181058819 +35351 gsa_html_1254347878 gsa_html_1254347878:1222:113213:113221 Columbia Lacombe, Alberta -0.0199532604557582163 +35352 aapg_ae_904.html aapg_ae_904.html:381:38856:38889 Minnelusa Englewood, New Jersey -0.174991324430185446 +35353 gsa_html_7248164569 gsa_html_7248164569:1255:86292:86311 Bathurst New Brunswick, New Jersey -0.465787563493960222 +35354 cspg_html_6546794930 cspg_html_6546794930:224:22482:22504 Winnipegosis Regina, Saskatchewan -0.434637853624058046 +35355 aapg_aa_940.html aapg_aa_940.html:89:9861:9879 Cypress Illinois -0.126519981392432312 +35356 gsa_html_8669968097 gsa_html_8669968097:551:46422:46450 Green River Colorado 0.0312827215063835179 +35357 cspg_html_2094634763 cspg_html_2094634763:267:34347:34356 Ellerslie Lacombe, Alberta -0.0394819549454150931 +35358 aapg_ai_49.html aapg_ai_49.html:651:86169:86187 Thaynes Cheyenne, Wyoming -0.451740527107044376 +35359 aapg_ah_779.html aapg_ah_779.html:516:97613:97632 Arkansas Novaculite Alabama 0.403822617623837143 +35360 cspg_html_6985536436 cspg_html_6985536436:209:28219:28260 Eureka Sound Ellesmere Island -0.43867038361858135 +35361 palaios_html_1369959458 palaios_html_1369959458:817:63222:63239 Bearpaw Lacombe, Alberta -0.443715087361728711 +35362 gsa_html_3842354440 gsa_html_3842354440:499:47402:47421 Challis Coney Island -0.062493142819730535 +35363 aapg_ae_777.html aapg_ae_777.html:287:33934:33951 Tererro Pecos River -0.0144772441484254995 +35364 aapg_ad_440.html aapg_ad_440.html:17:2456:2467 Mauch Chunk Pocono Raceway 0.0119525385350554136 +35365 gsa_html_2023933346 gsa_html_2023933346:980:93003:93015 Santa Susana California -0.0606703967793152318 +35366 aapg_aa_647.html aapg_aa_647.html:900:71224:71233 Tuscarora Juniata County School District -0.47596853330555533 +35367 aapg_ad_760.html aapg_ad_760.html:49:6873:6889 Modelo Santa Clara, California -0.459919224612040101 +35368 aapg_ai_185.html aapg_ai_185.html:4:601:621 Mesaverde Fort Union Trading Post National Historic Site -0.00274648745693117794 +35369 aapg_aa_124.html aapg_aa_124.html:205:21791:21798 Cadomin Mountain Park (Holyoke, Massachusetts) -0.436929900849743147 +35370 cspg_html_6064089067 cspg_html_6064089067:7:559:567 Winnipeg Winnipeg 0.441170390425630166 +35371 aapg_ah_772.html aapg_ah_772.html:632:51689:51697 Chainman Reno, Nevada -0.214437628327440732 +35372 sedimentology_html_8006979411 sedimentology_html_8006979411:1940:124469:124487 Kaskapau Lacombe, Alberta -0.445989406971527558 +35373 aapg_af_308.html aapg_af_308.html:128:12980:13005 Venango Venango, Pennsylvania -0.00818929939777349181 +35374 gsa_html_2645269788 gsa_html_2645269788:61:5686:5714 Green River New Mexico -0.00382529052751042712 +35375 sedimentology_html_1338997515 sedimentology_html_1338997515:2706:106552:106563 Hueco Texas -0.428929839085586462 +35376 aapg_ah_574.html aapg_ah_574.html:10:961:970 Peninsula Chihuahua (state) -0.0271922402503122773 +35377 gsa_html_1377695371 gsa_html_1377695371:959:87943:87971 Green River New Mexico -0.459805657368256959 +35378 sedimentology_html_3358647812 sedimentology_html_3358647812:22:1583:1604 Cliff House Colorado -0.434748345086590549 +35379 gsa_html_9052101586 gsa_html_9052101586:544:68453:68464 Peoria Peoria, Illinois 0.0325003863162265649 +35380 sedimentology_html_8384737970 sedimentology_html_8384737970:280:23939:23950 Carmel Carmel, Indiana -0.449541717141150321 +35381 aapg_ac_630.html aapg_ac_630.html:606:65351:65371 Wind River Wasatch Range -0.00241642073130457187 +35382 aapg_ad_68.html aapg_ad_68.html:181:10542:10557 Allegheny Curlew, Washington -0.43797158338019293 +35383 aapg_ac_575.html aapg_ac_575.html:3:405:425 Phosphoria Boise, Idaho 0.864623243507591122 +35384 cspg_html_3328007773 cspg_html_3328007773:800:88335:88351 Viking Canada -0.0169917673336638479 +35385 aapg_ai_199.html aapg_ai_199.html:59:5579:5585 Brazil Atlantic Ocean -0.465558942626108085 +35386 aapg_ad_695.html aapg_ad_695.html:314:18846:18866 Cane River Shreveport, Louisiana -0.215367864381521168 +35387 gsa_html_7195000001 gsa_html_7195000001:212:25788:25797 Bay Fiord Ellesmere Island -0.443688311537407287 +35388 cspg_html_1324104562 cspg_html_1324104562:139:17923:17958 Mount Cap Middle East -0.0162670985376793149 +35389 cspg_html_9843429624 cspg_html_9843429624:122:15246:15261 Nisku Lacombe, Alberta 0.0208049463724238951 +35390 aapg_aa_889.html aapg_aa_889.html:666:67835:67840 Weeks Texas -0.494552690963700137 +35391 sedimentology_html_2601136107 sedimentology_html_2601136107:1123:75292:75320 San Andres Panhandle, Texas -0.502533193471066175 +35392 sedimentology_html_9981769376 sedimentology_html_9981769376:915:56983:56987 Hall London, Ontario -0.0911159372726111916 +35393 aapg_ah_788.html aapg_ah_788.html:340:36732:36739 Carrizo Samaria (ancient city) -0.423116197439436237 +35394 sedimentology_html_9285288228 sedimentology_html_9285288228:26:1700:1707 Norfolk Netherlands -0.44505934010721393 +35395 cspg_html_4287356899 cspg_html_4287356899:1393:190605:190627 Jungle Creek Porcupine River (Ontario) 0.772555963366363674 +35396 aapg_ad_466.html aapg_ad_466.html:1345:143708:143724 Peedee James River (Dakotas) -0.47601017133294582 +35397 geology_html_4363767289 geology_html_4363767289:26:1016:1024 Toroweap Little Colorado River -0.0521501164490012006 +35398 aapg_ai_583.html aapg_ai_583.html:20:3005:3013 Sundance Powder River Basin 0.543044090164365167 +35399 gsa_html_1290697059 gsa_html_1290697059:108:9760:9769 Peninsula Kirkwood, Missouri -0.00268221124588273983 +35400 cspg_html_1188455526 cspg_html_1188455526:233:36228:36249 Christopher Arctic Ocean -0.0175687387296353664 +35401 gsa_html_9052101586 gsa_html_9052101586:466:55978:55989 Peoria Lake Michigan -0.473746101631411953 +35402 aapg_af_568.html aapg_af_568.html:398:36711:36735 Basal Cheyenne, Wyoming -0.478326534516524793 +35403 aapg_ad_169.html aapg_ad_169.html:60:7789:7800 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.407915098418512478 +35404 gsa_html_7127096507 gsa_html_7127096507:653:60463:60470 Madison California -0.456337429672799166 +35405 aapg_ae_885.html aapg_ae_885.html:207:20331:20352 Supai Grand Canyon -0.50037380579535129 +35406 aapg_ad_338.html aapg_ad_338.html:293:32396:32403 Magothy Merchantville, New Jersey -0.431080339422081793 +35407 gsa_html_7030126147 gsa_html_7030126147:1050:93737:93746 Peninsula Korea -0.485369220602805185 +35408 jgeology_html_8750845452 jgeology_html_8750845452:492:49171:49184 Lake Michigan Salem, Oregon -0.481766159765426027 +35409 cspg_html_2650524233 cspg_html_2650524233:184:22358:22376 Edmonton Lacombe, Alberta -0.460041893415422398 +35410 gsa_html_6967102683 gsa_html_6967102683:63:4783:4794 White Creek Logan, Utah -0.0411306079885422268 +35411 aapg_ad_63.html aapg_ad_63.html:18:1742:1748 Goliad Yorktown, Virginia -0.455184317280275863 +35412 cspg_html_3175305741 cspg_html_3175305741:21:2917:2937 Road River Rocky Mountains -0.0729588592363072941 +35413 cspg_html_5697056884 cspg_html_5697056884:141:14609:14617 Deadwood Regina, Saskatchewan -0.444856013246054061 +35414 aapg_af_575.html aapg_af_575.html:810:113308:113328 Vamoosa Missouri River -0.0324655941438056483 +35415 gsa_html_2877730818 gsa_html_2877730818:831:72440:72468 Noonday Dolomite Death Valley -0.448377013151321557 +35416 sedimentology_html_2258839384 sedimentology_html_2258839384:825:73536:73540 Maya Uxmal -0.489208284150742578 +35417 geology_html_4409924111 geology_html_4409924111:11:576:585 San Diego La Jolla -0.480904968568341529 +35418 aapg_ae_280.html aapg_ae_280.html:229:25495:25500 Utica Frankfort, Illinois -0.428798065147820595 +35419 sedimentology_html_5736826273 sedimentology_html_5736826273:728:52691:52695 Hall London, Ontario -0.465273249433996894 +35420 cspg_html_8121202912 cspg_html_8121202912:328:38711:38719 Columbia Victoria, British Columbia -0.443933785681361437 +35421 geology_html_6474064767 geology_html_6474064767:83:5925:5947 Provo West Coast of the United States -0.0265036602918163264 +35422 aapg_aa_813.html aapg_aa_813.html:387:42954:42974 Fort Union Cheyenne, Wyoming -0.428824418473081392 +35423 gsa_html_3484366946 gsa_html_3484366946:1012:99211:99224 Lone Mountain Anchorage, Alaska -0.0172906783217038999 +35424 cspg_html_2928630722 cspg_html_2928630722:141:16818:16829 Peace River Lacombe, Alberta -0.0231533782740243055 +35425 sedimentology_html_6210806021 sedimentology_html_6210806021:715:42599:42605 Banner Hanson, Massachusetts -0.466714081975797668 +35426 aapg_ah_505.html aapg_ah_505.html:1319:105564:105584 Dakota Golden, Colorado -0.449979706901984855 +35427 gsa_html_7808051457 gsa_html_7808051457:345:30597:30614 Dotsero Colorado -0.46398990802263862 +35428 cspg_html_7201476813 cspg_html_7201476813:184:22938:22960 Winnipegosis Manitoba -0.452461129454831856 +35429 aapg_ae_681.html aapg_ae_681.html:128:15307:15316 Smackover Haynesville, Louisiana -0.448350101124535771 +35430 sedimentology_html_9410532865 sedimentology_html_9410532865:1860:121811:121832 Green River Cheyenne, Wyoming -0.458439436141955869 +35431 geology_html_9418382600 geology_html_9418382600:219:22367:22392 Frontier Cheyenne, Wyoming 0.00448890772882104463 +35432 aapg_ad_3.html aapg_ad_3.html:88:8671:8684 Conococheague Knoxville, Tennessee 0.341287185909770363 +35433 aapg_ad_649.html aapg_ad_649.html:243:29436:29448 Beaver Creek Kirkwood, Missouri -0.432624764132568007 +35434 cspg_html_2083142494 cspg_html_2083142494:6:412:446 Albert New Brunswick, New Jersey -0.469540812180448741 +35435 cspg_html_2182541128 cspg_html_2182541128:65:7711:7717 Fernie Kootenay River -0.462877048614286357 +35436 aapg_af_129.html aapg_af_129.html:148:15464:15486 Colorado Colorado -0.0433629440146906728 +35437 aapg_ad_812.html aapg_ad_812.html:3:247:255 Colorado Arizona 1.69061727579934828 +35438 aapg_ah_754.html aapg_ah_754.html:192:23388:23395 Burrard Burrard Street -0.0962090592759384522 +35439 cspg_html_2098485391 cspg_html_2098485391:41:6184:6192 Kagawong Brookfield, Illinois -0.035973188044241329 +35440 aapg_ae_5.html aapg_ae_5.html:36:4327:4341 Earp Arizona 0.135303460979422641 +35441 aapg_ae_6.html aapg_ae_6.html:102:11351:11372 Georgetown San Marcos, California -0.236367536015185176 +35442 cspg_html_2919583977 cspg_html_2919583977:18:2054:2066 Mount Wilson Regina, Saskatchewan -0.489060307863409593 +35443 gsa_html_8662254581 gsa_html_8662254581:1423:128916:128944 Green River Colorado -0.417361386985468708 +35444 aapg_aa_626.html aapg_aa_626.html:286:32949:32966 Magothy Potomac, Maryland -0.433376961451207021 +35445 gsa_html_8237815743 gsa_html_8237815743:266:25061:25083 Arroyo Jemez Mountains -0.478349729395822987 +35446 aapg_ac_741.html aapg_ac_741.html:199:21525:21543 Niobrara Sharon Springs, Kansas -0.413421942671498677 +35447 aapg_af_575.html aapg_af_575.html:842:119797:119804 Vamoosa Shawnee, Oklahoma -0.04375827605503467 +35448 aapg_ad_279.html aapg_ad_279.html:55:6575:6586 San Antonio Corpus Christi, Texas -0.4796264052884881 +35449 aapg_ac_187.html aapg_ac_187.html:1990:195565:195569 Hall Pennsylvania -0.051480663363561531 +35450 aapg_aa_146.html aapg_aa_146.html:114:14394:14406 Pierre Western world -0.389434225982894788 +35451 gsa_html_9207276905 gsa_html_9207276905:288:23988:23996 Columbia Victoria, British Columbia -0.443782030321690002 +35452 aapg_ac_230.html aapg_ac_230.html:242:26520:26529 La Quinta Western world -0.273426524227460777 +35453 AMJC_html_4692260170 AMJC_html_4692260170:145:16211:16228 Rangeley Rangeley, Maine -0.0460783921822131154 +35454 aapg_ai_816.html aapg_ai_816.html:342:56639:56649 Plattsburg Wyandotte, Michigan -0.448296279445968116 +35455 gsa_html_7498897688 gsa_html_7498897688:1991:144153:144181 Green River New Mexico -0.429934117971200513 +35456 aapg_ah_826.html aapg_ah_826.html:813:74068:74085 Belly River Bloomington, Indiana 0.0505637510906194951 +35457 aapg_ac_505.html aapg_ac_505.html:3:355:363 Michigan Michigan -0.0500861646985385212 +35458 sedimentology_html_6101394073 sedimentology_html_6101394073:29:1709:1732 Rockland Orangeburg, South Carolina -0.0227413796680306819 +35459 aapg_af_249.html aapg_af_249.html:9:1120:1126 Midway Mississippi River -0.470236848829719556 +35460 aapg_ae_427.html aapg_ae_427.html:595:49294:49319 Tumey California -0.474888953093082877 +35461 aapg_ac_714.html aapg_ac_714.html:135:14511:14526 Piper Big Horn Mountains -0.423469918170433446 +35462 aapg_ae_715.html aapg_ae_715.html:581:75348:75352 Frio Houston -0.00291152111123597944 +35463 aapg_ae_15.html aapg_ae_15.html:765:63199:63207 Montreal Canada -0.463579265049131273 +35464 cspg_html_4115156925 cspg_html_4115156925:226:31263:31271 Columbia Victoria, British Columbia -0.0361854896356224864 +35465 gsa_html_9901339383 gsa_html_9901339383:374:36619:36640 Green River Logan, Utah 0.00801209183604277911 +35466 aapg_af_177.html aapg_af_177.html:148:14602:14608 Morgan Stratford, Connecticut -0.447135398674851747 +35467 geology_html_4804337449 geology_html_4804337449:129:15874:15883 Lecompton Russia -0.49361002164838963 +35468 cspg_html_9735723617 cspg_html_9735723617:643:75510:75529 Hecla Bay Melville Island (Canada) 0.48325782348577595 +35469 sedimentology_html_7623092448 sedimentology_html_7623092448:321:19078:19084 Walker Earth -0.0674246889394818638 +35470 cspg_html_3447886929 cspg_html_3447886929:222:25973:25989 Table Head Quebec City -0.0147326815118864023 +35471 aapg_ad_832.html aapg_ad_832.html:69:8979:8989 Kern River Shreveport, Louisiana -0.0559152219546391674 +35472 aapg_ac_672.html aapg_ac_672.html:105:8802:8810 Michigan Michigan 0.0415641462336417689 +35473 aapg_ai_31.html aapg_ai_31.html:282:28225:28234 Catahoula Texas -0.448287309474040385 +35474 aapg_ai_240.html aapg_ai_240.html:238:25235:25249 Winnipeg Red River of the North -0.42653659632637092 +35475 sedimentology_html_3417381350 sedimentology_html_3417381350:1585:110187:110201 Monterey California 0.917292844097628457 +35476 cspg_html_3854139935 cspg_html_3854139935:148:22574:22590 Oldman Canada -0.455279223830003521 +35477 sedimentology_html_6302405335 sedimentology_html_6302405335:1354:96855:96860 Steel Svalbard -2.08461351353560743e-05 +35478 cspg_html_2863271815 cspg_html_2863271815:453:50370:50382 Salina Guelph -0.00515253017068293719 +35479 aapg_aa_598.html aapg_aa_598.html:137:13356:13373 Thaynes Boise, Idaho -0.203352024241471807 +35480 aapg_ad_431.html aapg_ad_431.html:132:10621:10631 Tuscaloosa Sandhills (Carolina) -0.423194790791884379 +35481 cspg_html_4694482219 cspg_html_4694482219:15:1946:1960 Edmonton Lacombe, Alberta -0.466965896576978678 +35482 aapg_ae_959.html aapg_ae_959.html:337:27788:27811 Brushy Canyon Guadalupe Mountains National Park 1.09386125009385382 +35483 cspg_html_3419991847 cspg_html_3419991847:17:2633:2636 Elk Victoria, British Columbia -0.450608983410958508 +35484 cspg_html_2013109828 cspg_html_2013109828:549:80939:80945 Denver Colorado -0.458641287983651336 +35485 cspg_html_1189888589 cspg_html_1189888589:318:40709:40727 Paskapoo Lacombe, Alberta 0.709713917761226387 +35486 aapg_ad_3.html aapg_ad_3.html:754:71510:71518 Lowville Rose Hill, Manhattan -0.0304826089875597575 +35487 aapg_ad_606.html aapg_ad_606.html:63:6582:6590 Colorado Denver -0.478586352630804512 +35488 aapg_af_854.html aapg_af_854.html:535:72679:72685 Warsaw Monroe County, Florida 0.375491364398591598 +35489 gsa_html_6967102683 gsa_html_6967102683:909:75680:75685 Price Arctic Cordillera -0.418503531176707688 +35490 cspg_html_4086951599 cspg_html_4086951599:122:17114:17119 Levis Quebec City -0.0301277931102772942 +35491 gsa_html_7312577962 gsa_html_7312577962:1082:92269:92279 Copenhagen Arizona -0.543872636256133912 +35492 palaios_html_6956866368 palaios_html_6956866368:469:49165:49184 Greenhorn Cheyenne, Wyoming -0.0338277865791703769 +35493 cspg_html_9361096527 cspg_html_9361096527:14:2427:2449 Judith River Regina, Saskatchewan -0.462193603410137988 +35494 cspg_html_5141367518 cspg_html_5141367518:449:61868:61885 Bearpaw Saskatchewan River 1.30173961427912155 +35495 aapg_ad_379.html aapg_ad_379.html:530:45326:45330 Jelm Cheyenne, Wyoming -0.0288773204111550628 +35496 AMJC_html_7321319159 AMJC_html_7321319159:600:60550:60560 Carbondale Anacapa Island -0.0149690067830474411 +35497 aapg_ai_468.html aapg_ai_468.html:14:1939:1952 Cotton Valley Shreveport, Louisiana -0.441419648744354465 +35498 aapg_ah_421.html aapg_ah_421.html:34:3237:3251 St. Mary River Edmonton, London -0.0480262627677959034 +35499 aapg_ah_505.html aapg_ah_505.html:1006:79749:79763 Ingleside Livermore, California -0.485603101959931283 +35500 cspg_html_5438428738 cspg_html_5438428738:75:8967:8986 Athabasca Stuart Island (Washington) -0.509719019143331509 +35501 cspg_html_4625995889 cspg_html_4625995889:525:63344:63395 Bluff Canada -0.462148059021696089 +35502 gsa_html_7102550258 gsa_html_7102550258:802:90281:90298 Kayenta Springdale, Arkansas -0.0409860998014640113 +35503 cspg_html_5345848475 cspg_html_5345848475:337:39043:39060 Carlile Hunting Creek 1.06993196277351466 +35504 aapg_ah_203.html aapg_ah_203.html:510:81942:81960 Morrison New Mexico 0.0357887327729750557 +35505 palaios_html_9973267562 palaios_html_9973267562:80:12446:12460 Kope Kentucky 0.0133338879149081258 +35506 cspg_html_8289943866 cspg_html_8289943866:6:503:530 Grinnell Lacombe, Alberta -0.480611894173340604 +35507 aapg_ah_599.html aapg_ah_599.html:210:15818:15829 San Antonio Texas 0.0320480961649913729 +35508 aapg_ad_908.html aapg_ad_908.html:377:40941:40951 Fort Worth Trinidad and Tobago -0.0237635726163751594 +35509 aapg_ah_847.html aapg_ah_847.html:737:67656:67669 Raritan Closter, New Jersey -0.466219818123899288 +35510 aapg_ah_198.html aapg_ah_198.html:517:65164:65182 Monterey California -0.0160151207401750574 +35511 aapg_aa_898.html aapg_aa_898.html:287:34061:34077 Colton Logan, Utah -0.45421548506785292 +35512 aapg_ai_357.html aapg_ai_357.html:214:24044:24051 Carrizo Carrizo Plain -0.0626206157389647411 +35513 aapg_ac_327.html aapg_ac_327.html:21:3170:3176 Sierra Mexico -0.0113965411474177668 +35514 geology_html_3363667765 geology_html_3363667765:41:4164:4172 Columbia Victoria, British Columbia -0.032256843292129446 +35515 geology_html_6254924018 geology_html_6254924018:36:3053:3083 Fort Union Powder River Basin -0.450595494357366455 +35516 aapg_ae_777.html aapg_ae_777.html:251:29043:29067 Espiritu Santo Meramec River -0.0540332876662449682 +35517 aapg_ad_402.html aapg_ad_402.html:209:22835:22843 Colorado Denver -0.427292746273551127 +35518 aapg_af_575.html aapg_af_575.html:696:95479:95491 Pueblo Harpersville, Alabama 0.00538532058021534091 +35519 aapg_ai_688.html aapg_ai_688.html:58:8710:8722 Williamsport Virginia 0.0101073573662476459 +35520 gsa_html_9687474095 gsa_html_9687474095:790:74489:74509 Toro Chile -0.457532796484121151 +35521 cspg_html_2094634763 cspg_html_2094634763:302:39833:39851 Success Regina, Saskatchewan -0.463332970234029085 +35522 gsa_html_8725992131 gsa_html_8725992131:504:41712:41720 Waterton Lacombe, Alberta -0.481766159765426027 +35523 aapg_ac_71.html aapg_ac_71.html:654:73424:73434 Wellington California -0.0281956113391264446 +35524 gsa_html_3144986031 gsa_html_3144986031:290:31028:31043 Bonanza Anchorage, Alaska 0.00404070500823521667 +35525 aapg_af_506.html aapg_af_506.html:453:52726:52734 Colorado Denver -0.471639785200352879 +35526 aapg_ac_719.html aapg_ac_719.html:113:11864:11870 Weston New Mexico -0.0885910453932529929 +35527 aapg_ah_62.html aapg_ah_62.html:124:16497:16514 Guelph Salina, Kansas -0.482038661537539159 +35528 cspg_html_9119878068 cspg_html_9119878068:273:33891:33928 Waterways Swan Hill, Victoria -0.0288373212008630718 +35529 aapg_ad_880.html aapg_ad_880.html:352:36905:36928 Gypsum Spring Black Hills -0.478349729395822987 +35530 AMJC_html_2360213652 AMJC_html_2360213652:868:90171:90178 Charles West Branch Susquehanna River -0.0176486817607870612 +35531 geology_html_4230032325 geology_html_4230032325:227:22327:22334 Madison Antarctic Peninsula -0.472574788136010782 +35532 gsa_html_8187745750 gsa_html_8187745750:152:10440:10468 Green River Colorado 0.00770284885627177569 +35533 cspg_html_8694594891 cspg_html_8694594891:504:49609:49638 Utica Quebec City -0.472770666406185036 +35534 aapg_ae_54.html aapg_ae_54.html:299:22548:22554 Perija Maracaibo -0.44280960294495586 +35535 aapg_ai_567.html aapg_ai_567.html:1405:167195:167204 Margarita Venezuela -0.074218626882596575 +35536 AMJC_html_5916115748 AMJC_html_5916115748:1176:112854:112864 Washington Salem, Oregon -0.440300736461396947 +35537 aapg_ad_880.html aapg_ad_880.html:428:43350:43368 Sundance Redwater, Texas 1.14486397291100972 +35538 aapg_af_22.html aapg_af_22.html:216:29303:29321 Souris Valley Manitoba -0.49208602118357192 +35539 aapg_af_14.html aapg_af_14.html:787:68407:68426 Rock Springs Sweetwater, Miami-Dade County, Florida -0.471639785200352879 +35540 aapg_ai_583.html aapg_ai_583.html:489:61788:61815 Rierdon Powder River (Montana) 0.00331802598112439446 +35541 cspg_html_2749851978 cspg_html_2749851978:59:12876:12884 Columbia Lacombe, Alberta -0.0388274478076049076 +35542 aapg_ah_780.html aapg_ah_780.html:164:28499:28534 Martinsburg Middle East -0.423469918170433446 +35543 cspg_html_6839937815 cspg_html_6839937815:295:42146:42152 Kaibab Harrisburg, Pennsylvania -0.416246593880677085 +35544 aapg_ak_104.html aapg_ak_104.html:62:9007:9027 Minnelusa Black Hills -0.287399418248366956 +35545 cspg_html_6383234409 cspg_html_6383234409:423:42579:42598 Hecla Bay Bathurst Island (Northern Territory) -0.0144772441484254995 +35546 aapg_ac_807.html aapg_ac_807.html:801:79356:79366 Tuscaloosa Tuscaloosa, Alabama 0.0604679026610536324 +35547 aapg_ah_625.html aapg_ah_625.html:219:21862:21883 Green River Logan, Utah 0.0312479329118896948 +35548 cspg_html_6193252551 cspg_html_6193252551:602:65867:65884 Romaine Anticosti Island -0.233769773403875114 +35549 cspg_html_5973552270 cspg_html_5973552270:60:8365:8386 Slave Point Swan Hill, Victoria -0.469726827457912721 +35550 cspg_html_1222040397 cspg_html_1222040397:546:70840:70858 Mackenzie Middle Ordovician -0.48957011234425174 +35551 palaios_html_8642096121 palaios_html_8642096121:704:60252:60260 Richmond Logan, Utah -0.401413158838788475 +35552 gsa_html_6734844475 gsa_html_6734844475:134:15946:15958 Owens Valley California -0.255624111992487468 +35553 aapg_ac_603.html aapg_ac_603.html:3:198:214 Chinle Logan, Utah 0.071916283410521642 +35554 aapg_ac_807.html aapg_ac_807.html:504:51108:51115 Patuxent Patapsco River -0.0361854896356224864 +35555 aapg_ad_580.html aapg_ad_580.html:434:54085:54101 Lance Cheyenne, Wyoming -0.427658982255246345 +35556 aapg_ad_192.html aapg_ad_192.html:390:41390:41406 Tuscaloosa Alabama -0.0107727926714422488 +35557 aapg_ah_80.html aapg_ah_80.html:4:304:326 Arkose Ridge Talkeetna Mountains -0.517359251936504783 +35558 aapg_ah_530.html aapg_ah_530.html:223:25977:25998 Percha New Mexico -0.439298641817729429 +35559 cspg_html_3966956195 cspg_html_3966956195:51:6053:6069 George Middle Ordovician -0.46741476224763201 +35560 cspg_html_7561290301 cspg_html_7561290301:35:4418:4427 Chinchaga Middle East -0.0417870173071017842 +35561 geology_html_7113954805 geology_html_7113954805:60:4312:4348 Mount Simon Illinois -0.50899473261649919 +35562 aapg_aa_598.html aapg_aa_598.html:449:40575:40594 Chugwater John Crow Mountains 0.00647979387541270779 +35563 aapg_ac_211.html aapg_ac_211.html:119:12468:12475 Madison Lacombe, Alberta 0.006036790497064899 +35564 aapg_ah_521.html aapg_ah_521.html:382:44399:44406 Carrizo Carrizo Plain -0.423076903173580265 +35565 gsa_html_9439813057 gsa_html_9439813057:399:40381:40393 Todos Santos Cabo San Lucas -0.458648092769168181 +35566 aapg_ae_248.html aapg_ae_248.html:32:2774:2782 Michigan Saginaw, Michigan -0.470510360514459824 +35567 aapg_ac_719.html aapg_ac_719.html:124:13626:13643 Vermejo Trinidad and Tobago -0.0841506199442561553 +35568 aapg_ai_158.html aapg_ai_158.html:478:52407:52415 Columbia Victoria, British Columbia -0.441397390812390766 +35569 aapg_ai_17.html aapg_ai_17.html:1304:88743:88766 Chattahoochee Tampa, Florida -0.439098796420780313 +35570 cspg_html_7434089303 cspg_html_7434089303:323:41094:41109 Eids Ellesmere Island -0.204750162692961424 +35571 sedimentology_html_6517352315 sedimentology_html_6517352315:251:9142:9148 Walker Esposizione Universale Roma -0.477130519718023338 +35572 aapg_ae_498.html aapg_ae_498.html:252:24408:24419 Beekmantown Virginia -0.438592713276552693 +35573 sedimentology_html_6811924239 sedimentology_html_6811924239:1366:75853:75858 Piper California 0.00493363837188221747 +35574 gsa_html_1826402027 gsa_html_1826402027:823:88297:88306 Flagstaff Arizona -0.4784100389871494 +35575 aapg_ae_694.html aapg_ae_694.html:225:25872:25891 Woodbine Buda, Texas -0.440354093294291316 +35576 aapg_ai_105.html aapg_ai_105.html:419:52001:52006 Provo Uinta Mountains -0.0617755028178728835 +35577 gsa_html_2059670590 gsa_html_2059670590:191:18635:18644 San Diego Mexico -0.00108399958960863079 +35578 aapg_ad_430.html aapg_ad_430.html:203:15779:15798 Smackover Cotton Valley, Louisiana -0.452112016307883446 +35579 gsa_html_6753732431 gsa_html_6753732431:443:43852:43881 Sespe Los Angeles -0.016748470666176702 +35580 aapg_ad_6.html aapg_ad_6.html:43:4597:4601 Pico Saugus, Massachusetts -0.425883940037075581 +35581 aapg_ad_908.html aapg_ad_908.html:177:20157:20166 Rio Negro Venezuela -0.449433936510724996 +35582 aapg_af_469.html aapg_af_469.html:407:46572:46580 Humboldt Reno, Nevada -0.232033365259185886 +35583 cspg_html_8363357104 cspg_html_8363357104:33:4125:4130 Skoki Middle Ordovician -0.492765112558075979 +35584 aapg_ah_665.html aapg_ah_665.html:182:20288:20303 Weeks Logan, Utah -0.439258669305734428 +35585 cspg_html_4293350162 cspg_html_4293350162:982:98515:98527 Rundle Walpole, Massachusetts -0.495723634298967097 +35586 gsa_html_4755273876 gsa_html_4755273876:987:96354:96363 Peninsula Italy -0.440965692630365336 +35587 aapg_ai_561.html aapg_ai_561.html:12:1192:1198 Sabine Shreveport, Louisiana -0.0615991613866971877 +35588 aapg_af_479.html aapg_af_479.html:454:49400:49418 Cabrillo Pacific Beach, San Diego, California -0.0537193910403591518 +35589 gsa_html_2076560873 gsa_html_2076560873:401:42465:42487 Parry Islands Middle East -0.0236279718682710811 +35590 aapg_ac_222.html aapg_ac_222.html:313:40645:40663 Moenkopi Chinle Formation -0.447314589257592876 +35591 aapg_ai_695.html aapg_ai_695.html:16:1478:1492 Ingleside Wisconsin -0.0438854131077835025 +35592 aapg_af_91.html aapg_af_91.html:583:66929:66942 Blue Mountain Great Basin 0.00277949417154689906 +35593 cspg_html_5220068638 cspg_html_5220068638:185:22138:22149 Belly River Lacombe, Alberta -0.468317764612058318 +35594 aapg_af_340.html aapg_af_340.html:81:9294:9302 Virginia Reston, Virginia -0.038242606390143298 +35595 aapg_af_629.html aapg_af_629.html:369:20394:20410 Dakota Willow Springs, Missouri -0.472302935634413557 +35596 cspg_html_7434089303 cspg_html_7434089303:323:41053:41062 Allen Bay Ellesmere Island 0.394952985334672269 +35597 sedimentology_html_7553974053 sedimentology_html_7553974053:1518:122396:122414 Monterey California -0.468088488699643923 +35598 gsa_html_1860930948 gsa_html_1860930948:143:16239:16253 Ogallala New Mexico -0.0125641469917892202 +35599 aapg_aa_312.html aapg_aa_312.html:139:18214:18220 Brazil Bering Sea -0.0454024962167355328 +35600 aapg_ai_52.html aapg_ai_52.html:7:1568:1576 Monterey McKittrick, California -0.0405508478442002454 +35601 aapg_ae_668.html aapg_ae_668.html:1927:198379:198386 St Marys Cincinnati -0.45995556917210767 +35602 aapg_ac_603.html aapg_ac_603.html:10:1258:1274 Chinle San Rafael Swell -0.00530888185460337992 +35603 aapg_ad_718.html aapg_ad_718.html:154:13779:13782 Lee New Mexico -0.436810292517708865 +35604 cspg_html_3962754176 cspg_html_3962754176:42:6346:6369 Grand Rapids Clearwater, Florida -0.441927274708787343 +35605 gsa_html_3448554349 gsa_html_3448554349:571:59842:59857 Price Sunbury, Pennsylvania -0.208071717594920325 +35606 gsa_html_1538463681 gsa_html_1538463681:959:80892:80902 Las Cruces Mexico -0.0480262627677959034 +35607 cspg_html_8773796463 cspg_html_8773796463:453:45634:45642 Columbia Victoria, British Columbia -0.0060576376426468119 +35608 aapg_ah_199.html aapg_ah_199.html:402:44814:44819 Atoka Red Deer, Alberta -0.0196369298300035668 +35609 cspg_html_3104351736 cspg_html_3104351736:141:17836:17844 Columbia Washington (state) -0.509194389232267453 +35610 cspg_html_6021605367 cspg_html_6021605367:106:12983:12995 Percha New Mexico -0.0427795572276395697 +35611 jgeology_html_1838149422 jgeology_html_1838149422:871:79398:79410 Monroe Creek Anderson Ranch Dam -0.0262532758817809256 +35612 aapg_ad_152.html aapg_ad_152.html:1814:236332:236348 Kaibab Reno, Nevada -0.464501195477937445 +35613 geology_html_3243676584 geology_html_3243676584:11:501:509 Colorado Colorado -0.0415049470252112224 +35614 sedimentology_html_2550885329 sedimentology_html_2550885329:43:3708:3743 Swan Hills Canada -0.439103236963543697 +35615 cspg_html_5141367518 cspg_html_5141367518:474:62851:62859 Waterton Lacombe, Alberta -0.492293463530367514 +35616 aapg_aa_287.html aapg_aa_287.html:315:38826:38842 Viking Regina, Saskatchewan -0.465945346292333973 +35617 aapg_aa_110.html aapg_aa_110.html:4:468:489 Green River Tipton, Indiana -0.0429084214197919464 +35618 aapg_ad_858.html aapg_ad_858.html:267:19058:19067 Smackover Shreveport, Louisiana -0.393951986708506452 +35619 aapg_ah_75.html aapg_ah_75.html:18:2555:2570 Richmond Quebec City -0.467905110852730732 +35620 aapg_ad_1.html aapg_ad_1.html:92:9160:9180 Queenston Oswego, New York 1.02595624147394471 +35621 geology_html_2350878941 geology_html_2350878941:248:19989:20010 Green River Cheyenne, Wyoming -0.455595651058867956 +35622 aapg_ah_411.html aapg_ah_411.html:57:8100:8103 Lee Cheyenne, Wyoming 0.0275261094458850927 +35623 gsa_html_6788701225 gsa_html_6788701225:954:85234:85262 Green River Iran -0.0217296792824245993 +35624 aapg_ad_309.html aapg_ad_309.html:105:10706:10727 Tribes Hill Mohawk Valley -0.495723634298967097 +35625 aapg_ah_97.html aapg_ah_97.html:134:16686:16693 Bromide Iowa -0.411994321190043089 +35626 aapg_af_789.html aapg_af_789.html:178:23793:23807 Brallier Huntington, West Virginia 0.356575068169217801 +35627 aapg_ai_435.html aapg_ai_435.html:31:3889:3901 Pierre Niobrara, Nebraska -0.0152852690750857109 +35628 cspg_html_6306091047 cspg_html_6306091047:80:13582:13604 Charlie Lake Western world -0.474888953093082877 +35629 aapg_ae_876.html aapg_ae_876.html:156:15279:15293 Cedar Mountain Colorado 0.00605416311789900435 +35630 gsa_html_3655236765 gsa_html_3655236765:1200:117053:117081 Green River Colorado 0.0041553613038186523 +35631 aapg_ae_959.html aapg_ae_959.html:1465:105391:105404 Abo New Mexico -0.479672865371614687 +35632 aapg_af_419.html aapg_af_419.html:157:18867:18883 Santa Clara Channel Islands of California -0.466727815469158758 +35633 sedimentology_html_1329483683 sedimentology_html_1329483683:860:62729:62746 Cardium Lacombe, Alberta 0.0157787853942168051 +35634 cspg_html_2161417858 cspg_html_2161417858:304:39071:39087 Bakken Regina, Saskatchewan -0.453653631411627511 +35635 palaios_html_4234830474 palaios_html_4234830474:42:6132:6142 Pittsburgh Bloomington, Indiana -0.0548285557290214137 +35636 cspg_html_8662646956 cspg_html_8662646956:559:69529:69539 Pine Point Great Slave Lake -0.454305775206324536 +35637 aapg_ai_583.html aapg_ai_583.html:353:42867:42884 Rierdon Cheyenne, Wyoming 0.382220596879165042 +35638 aapg_ae_68.html aapg_ae_68.html:94:11571:11592 Strathearn Reno, Nevada -0.432421928049857018 +35639 cspg_html_4727171280 cspg_html_4727171280:108:13050:13068 Edmonton Bearpaw Formation -0.478767343423892489 +35640 aapg_aa_399.html aapg_aa_399.html:425:34571:34579 Niobrara Canada -0.4462802459552766 +35641 sedimentology_html_4116020144 sedimentology_html_4116020144:643:47931:47943 Owens Valley California 0.32870088496716221 +35642 aapg_aa_351.html aapg_aa_351.html:165:17987:17993 Wilcox Missouri River 0.044724913393267729 +35643 aapg_ae_235.html aapg_ae_235.html:190:22929:22939 Tuscaloosa Tuscaloosa, Alabama -0.453355922590981064 +35644 aapg_ae_419.html aapg_ae_419.html:2191:149353:149371 Tamasopo Tula, Hidalgo -0.182601064511268951 +35645 cspg_html_6472484014 cspg_html_6472484014:548:55643:55675 Sayabec Quebec City 0.323290274727639049 +35646 cspg_html_3501550466 cspg_html_3501550466:568:81948:81959 Peace River Lacombe, Alberta -0.473856858113634927 +35647 aapg_ae_299.html aapg_ae_299.html:135:12545:12564 Moenkopi Kaibab, Arizona 0.99530235412846324 +35648 cspg_html_9717154602 cspg_html_9717154602:169:23190:23197 Bearpaw Lacombe, Alberta -0.469988693380082645 +35649 aapg_ae_369.html aapg_ae_369.html:60:7258:7268 Tuscaloosa Tuscaloosa, Alabama 0.0590331741493849427 +35650 aapg_ah_95.html aapg_ah_95.html:74:7858:7876 Scherrer Arizona -0.0195030992148617355 +35651 aapg_ai_503.html aapg_ai_503.html:285:31190:31200 Cabot Head Manitoulin Island -0.0193049620802523206 +35652 cspg_html_8312989046 cspg_html_8312989046:714:79797:79805 Columbia Victoria, British Columbia -0.0278217295801544348 +35653 cspg_html_7985076717 cspg_html_7985076717:98:11640:11665 Allen Bay Little Cornwallis Island 0.0158778374219507717 +35654 sedimentology_html_3199608174 sedimentology_html_3199608174:256:29822:29826 Hall London, Ontario -0.479438267468745405 +35655 geology_html_3361075464 geology_html_3361075464:16:773:782 San Diego California -0.0101247315019664351 +35656 gsa_html_8986707315 gsa_html_8986707315:1167:87267:87295 Green River Iran -0.0268044751666655125 +35657 aapg_aa_7.html aapg_aa_7.html:14:2167:2189 Pigeon Point Pacific coast -0.466718659783226908 +35658 jgeology_html_4115179562 jgeology_html_4115179562:235:17239:17252 Lee Unicoi, Tennessee -0.480807266046245518 +35659 aapg_af_618.html aapg_af_618.html:4:426:434 Woodbine Woods County, Oklahoma -0.431133173871068531 +35660 cspg_html_1770934036 cspg_html_1770934036:615:65521:65543 Dunvegan Canada -0.418529603382018334 +35661 aapg_aa_109.html aapg_aa_109.html:7:920:928 Colorado Des Moines, Washington -0.463734374552763562 +35662 aapg_ae_961.html aapg_ae_961.html:312:23886:23892 Pierre Benton, Arkansas 0.000840794379579699012 +35663 aapg_ad_250.html aapg_ad_250.html:113:10762:10771 Aux Vases Salem, Massachusetts -0.00344831630257747207 +35664 aapg_ae_846.html aapg_ae_846.html:109:11094:11101 Madison Arizona -0.487870386185061844 +35665 aapg_ac_632.html aapg_ac_632.html:204:19464:19480 Amsden Cheyenne, Wyoming -0.00180666765017611854 +35666 gsa_html_6944235645 gsa_html_6944235645:919:69268:69296 Green River Colorado 0.00568412731897794451 +35667 aapg_ai_398.html aapg_ai_398.html:99:12644:12659 Tokio Austin, Chicago -0.00659792866946394031 +35668 geology_html_1122152336 geology_html_1122152336:289:24165:24175 Laurentian South America -0.448632716908224927 +35669 jgeology_html_9366209199 jgeology_html_9366209199:584:48308:48312 Hall London, Ontario -0.472574788136010782 +35670 gsa_html_3436154175 gsa_html_3436154175:1122:89403:89411 Colorado Cheyenne, Wyoming -0.47249414511500698 +35671 palaios_html_4216189038 palaios_html_4216189038:154:13674:13701 Beaufort Banks Island -0.437953842888147871 +35672 aapg_ae_74.html aapg_ae_74.html:450:42488:42505 Entrada Carmel, Indiana -0.424269545188154129 +35673 sedimentology_html_6615089038 sedimentology_html_6615089038:1904:127507:127525 Deer Bay Canadian Arctic Archipelago -0.433635185237620624 +35674 aapg_ad_466.html aapg_ad_466.html:1101:117970:117975 Aquia Maryland -0.00364114626483282803 +35675 cspg_html_8438548095 cspg_html_8438548095:141:13846:13864 Paskapoo Edmonton, London -0.431219036147121426 +35676 gsa_html_8398449001 gsa_html_8398449001:601:47974:47984 Bear River Bear Lake, Michigan -0.151527481992228708 +35677 gsa_html_5865982995 gsa_html_5865982995:1165:125852:125860 Colorado Absaroka -0.455310861563052449 +35678 aapg_ac_529.html aapg_ac_529.html:73:8595:8620 Chinle Colorado -0.404375022345917656 +35679 aapg_ae_147.html aapg_ae_147.html:303:30672:30687 Pico South Mountains (Arizona) -0.473856858113634927 +35680 aapg_af_58.html aapg_af_58.html:50:4095:4114 Flagstaff Logan, Utah -0.280126019009820815 +35681 aapg_ai_49.html aapg_ai_49.html:659:87028:87046 Moenkopi Arizona 0.357004971024091011 +35682 aapg_ae_391.html aapg_ae_391.html:683:67848:67858 Whitehorse Salado, Texas -0.00515253017068293719 +35683 aapg_ae_959.html aapg_ae_959.html:1413:102588:102608 San Andres Texas -0.469896801722409774 +35684 cspg_html_9768299963 cspg_html_9768299963:8:339:375 Battle Lacombe, Alberta -0.0689191446359570387 +35685 aapg_ah_612.html aapg_ah_612.html:50:5036:5041 Yukon Lacombe, Alberta -0.0547866972380022244 +35686 gsa_html_9181545711 gsa_html_9181545711:771:71931:71939 Colorado Colorado -0.0874818314571446376 +35687 aapg_af_129.html aapg_af_129.html:296:31092:31099 Manitou Colorado -0.444891759770598527 +35688 aapg_ac_765.html aapg_ac_765.html:23:4843:4874 Chinle Logan, Utah -0.19227639506498756 +35689 aapg_ak_69.html aapg_ak_69.html:95:12756:12770 Lisburne Northwest Arctic Borough, Alaska -0.0410313671820840969 +35690 aapg_ac_913.html aapg_ac_913.html:214:19305:19310 Atoka Atoka, Oklahoma -0.485546964607742992 +35691 cspg_html_3016068951 cspg_html_3016068951:42:4861:4880 Saskatchewan Manitoba -0.491386278060246817 +35692 palaios_html_9133125241 palaios_html_9133125241:443:56850:56881 Kope Ohio -0.451812561628617604 +35693 cspg_html_6927586285 cspg_html_6927586285:65:10182:10190 Columbia Victoria, British Columbia -0.515461276185991024 +35694 cspg_html_6608209149 cspg_html_6608209149:429:43157:43177 Dawson Bay Regina, Saskatchewan -0.432223543643836305 +35695 aapg_ae_28.html aapg_ae_28.html:206:19923:19951 Gatesburg Pennsylvania -0.473695342935840036 +35696 gsa_html_1130947011 gsa_html_1130947011:181:22101:22122 Black River Kentucky -0.0355416373678999614 +35697 aapg_af_392.html aapg_af_392.html:20:3089:3107 Frontier Logan, Utah 0.00270479477611077846 +35698 aapg_ai_326.html aapg_ai_326.html:118:14595:14608 Mandata Pennsylvania -0.520258443271294668 +35699 cspg_html_7201476813 cspg_html_7201476813:298:36876:36884 Winnipeg Manitoba -0.00200296970089739335 +35700 palaios_html_6644909436 palaios_html_6644909436:245:23886:23894 Belgrade Belgrade -0.492225096233327442 +35701 gsa_html_2538542549 gsa_html_2538542549:61:4616:4644 Green River Colorado 0.0298703839674520077 +35702 aapg_ac_720.html aapg_ac_720.html:225:25388:25398 Vincentown New Egypt, New Jersey -0.018955619907530568 +35703 cspg_html_9142477479 cspg_html_9142477479:170:16136:16152 Allegheny Pottsville, Pennsylvania -0.447133159014188541 +35704 palaios_html_6973830442 palaios_html_6973830442:55:4977:4994 Entrada Logan, Utah -0.0207284668430632625 +35705 gsa_html_2178342427 gsa_html_2178342427:828:78001:78005 Kent Earth -0.0377274176775576064 +35706 aapg_aa_612.html aapg_aa_612.html:73:7412:7418 Bethel Illinois -0.0720142347087937423 +35707 cspg_html_5949578130 cspg_html_5949578130:498:80125:80131 Banner Hanson, Massachusetts -0.00967821874611652505 +35708 aapg_aa_145.html aapg_aa_145.html:697:75758:75768 Washington Snoqualmie Pass, Washington 0.0134433561298242382 +35709 cspg_html_2419618566 cspg_html_2419618566:742:94777:94792 Leduc Lacombe, Alberta -0.0665596603683992066 +35710 aapg_af_225.html aapg_af_225.html:115:13451:13457 Morgan Mount Carmel, Illinois -0.441517589995484405 +35711 gsa_html_1337782073 gsa_html_1337782073:84:7987:8003 Clough Quartzite Littleton, Colorado -0.516686445080154266 +35712 aapg_ae_419.html aapg_ae_419.html:3831:239287:239307 Georgetown Texas -0.00274648745693117794 +35713 aapg_ai_105.html aapg_ai_105.html:650:77144:77163 Moenkopi Kaibab, Arizona 0.337903441434233343 +35714 geology_html_1845191599 geology_html_1845191599:202:18361:18378 Cutler Logan, Utah -0.020196595303077311 +35715 cspg_html_8267847427 cspg_html_8267847427:46:8768:8800 Provincial Milk River, Alberta -0.0283642962878183774 +35716 aapg_ad_101.html aapg_ad_101.html:198:21265:21278 Skinner Ranch Texas -0.0550273870379477323 +35717 aapg_ah_337.html aapg_ah_337.html:73:7331:7350 Smackover Cotton Valley, Louisiana -0.139971904143042808 +35718 gsa_html_3701935694 gsa_html_3701935694:91:9529:9553 Moretown Bennington, Vermont -0.060940981097562269 +35719 aapg_af_92.html aapg_af_92.html:416:39586:39596 Provo Lake Bonneville -0.508237439405196278 +35720 aapg_ae_54.html aapg_ae_54.html:72:9723:9731 Humboldt Venezuela -0.0449008358068114649 +35721 aapg_ai_139.html aapg_ai_139.html:292:27542:27554 Saskatchewan Lacombe, Alberta -0.460964719996515115 +35722 aapg_ad_466.html aapg_ad_466.html:147:15796:15803 Raritan Raritan Bay Drawbridge -0.459837454744856933 +35723 aapg_ai_49.html aapg_ai_49.html:167:18827:18838 White River Glenwood Springs, Colorado 0.0119577510561948014 +35724 aapg_aa_635.html aapg_aa_635.html:703:70943:70948 Cadiz Spain -0.438219985696652659 +35725 aapg_ai_835.html aapg_ai_835.html:86:9627:9635 Beaumont Wisconsin -0.0237635726163751594 +35726 cspg_html_1962846283 cspg_html_1962846283:425:50534:50553 Kootenay Crowsnest Pass, Alberta -0.455536877615232372 +35727 gsa_html_1024107776 gsa_html_1024107776:967:98228:98239 Mabou Bridgetown, Nova Scotia -0.0185419788860923702 +35728 aapg_ad_564.html aapg_ad_564.html:8717:778516:778524 Colorado Colorado -0.108311605978473266 +35729 aapg_ak_112.html aapg_ak_112.html:17:2590:2608 Dunvegan Victoria, British Columbia -0.0160151207401750574 +35730 aapg_ad_984.html aapg_ad_984.html:5:636:662 Tomstown Boyd County, Nebraska -0.41966442363155293 +35731 aapg_ae_813.html aapg_ae_813.html:248:21559:21565 Cedros Trinidad and Tobago 0.321608605633367295 +35732 aapg_ai_105.html aapg_ai_105.html:395:49163:49179 Morgan Uinta County, Wyoming 0.368185680357442868 +35733 aapg_aa_563.html aapg_aa_563.html:343:44123:44133 Rio Grande Uvalde, Texas -0.0432358146258081874 +35734 cspg_html_2570555346 cspg_html_2570555346:141:17896:17912 Long Point Rhode Island Red -0.437953842888147871 +35735 aapg_ai_54.html aapg_ai_54.html:169:19636:19641 Tokio Tuscaloosa, Alabama -0.0226179559252577995 +35736 aapg_ah_978.html aapg_ah_978.html:389:35919:35944 Santa Margarita Rancho Santa Margarita, California 0.204542761563987763 +35737 AMJC_html_3384252704 AMJC_html_3384252704:1572:138193:138201 Virginia Reston, Virginia -0.0287347150896633124 +35738 aapg_af_579.html aapg_af_579.html:29:4239:4247 Colorado Colorado -0.445408004975414329 +35739 aapg_ae_473.html aapg_ae_473.html:514:48616:48625 Catahoula Mississippi River 0.409971987436269003 +35740 aapg_ac_337.html aapg_ac_337.html:353:15892:15909 Minturn Colorado -0.0200714512738383588 +35741 aapg_ai_584.html aapg_ai_584.html:863:91936:91942 Casper Hartville, Missouri 0.687764843282799521 +35742 cspg_html_3129231627 cspg_html_3129231627:183:25793:25802 Copes Bay Ellesmere Island 0.551070213716137625 +35743 gsa_html_9457387752 gsa_html_9457387752:538:45869:45881 Mount Rogers Grandfather Mountain -0.0496957515940984612 +35744 aapg_af_575.html aapg_af_575.html:262:35400:35422 Trempealeau Franconia, New Hampshire -0.433423304094416983 +35745 aapg_ae_465.html aapg_ae_465.html:42:4961:4978 Hosston County Sligo -0.00638076930644856932 +35746 aapg_ae_296.html aapg_ae_296.html:6:1152:1167 Queen Guadalupe Mountains National Park -0.464256927711512946 +35747 cspg_html_2419618566 cspg_html_2419618566:1033:112591:112597 Denver Colorado -0.0311226948006410493 +35748 aapg_af_436.html aapg_af_436.html:176:19768:19776 Columbia Bath, Somerset 0.00732759032730291842 +35749 aapg_af_575.html aapg_af_575.html:841:119677:119680 Ada Missouri River -0.45099125631104503 +35750 geology_html_2144520947 geology_html_2144520947:209:17873:17883 Washington Victoria, British Columbia -0.459837454744856933 +35751 aapg_af_859.html aapg_af_859.html:30:4881:4893 Lissie Beaumont, Texas -0.0310096337279850039 +35752 aapg_ai_272.html aapg_ai_272.html:172:19338:19366 Macasty Utica, New York 0.280711103323463163 +35753 aapg_ac_965.html aapg_ac_965.html:37:5177:5194 Manlius New Scotland, New York -0.438007065376213589 +35754 aapg_ae_904.html aapg_ae_904.html:322:33425:33433 Sundance Williston, Vermont 0.46333297023402914 +35755 aapg_aa_645.html aapg_aa_645.html:390:43146:43156 Fort Union Fort Union Trading Post National Historic Site -0.424544980959276064 +35756 gsa_html_1553263562 gsa_html_1553263562:699:62484:62508 Violin Breccia San Gabriel Valley -0.0932750744782698121 +35757 cspg_html_8509913074 cspg_html_8509913074:602:72001:72034 Collingwood Ontario, California -0.0226179559252577995 +35758 aapg_ad_351.html aapg_ad_351.html:12:1406:1429 Reeds Spring Missouri River -0.286641340368652353 +35759 aapg_af_617.html aapg_af_617.html:326:34391:34413 Marble Falls Durham, North Carolina -0.0299260395523841712 +35760 aapg_ae_3.html aapg_ae_3.html:247:35240:35248 Colorado Colorado -0.0564821715787200349 +35761 geology_html_7008051266 geology_html_7008051266:13:729:736 El Paso Texas -0.427658982255246345 +35762 aapg_aa_734.html aapg_aa_734.html:388:37653:37661 Caballos Texas -0.0330135830277358128 +35763 aapg_ad_691.html aapg_ad_691.html:82:9861:9871 Georgetown Fort Worth, Texas -0.0473502039075794148 +35764 aapg_ah_972.html aapg_ah_972.html:275:28006:28014 Wellborn Neches River -0.499845535291183252 +35765 aapg_ad_565.html aapg_ad_565.html:12:2097:2110 Barnett Western world 0.768709366236233205 +35766 cspg_html_3907807140 cspg_html_3907807140:652:70403:70422 Athabasca Canada -0.460146402321772174 +35767 cspg_html_4272664788 cspg_html_4272664788:328:38763:38780 Pekisko Lacombe, Alberta -0.431097950577111366 +35768 aapg_ak_51.html aapg_ak_51.html:10:1236:1253 Rodessa Smith County, Kansas -0.0252604746773001342 +35769 palaios_html_7114741550 palaios_html_7114741550:383:39320:39328 San Jose California -0.476385003272562391 +35770 aapg_ad_858.html aapg_ad_858.html:130:8522:8527 Tokio Lewisville, Texas -0.43485884955268328 +35771 aapg_aa_399.html aapg_aa_399.html:461:40243:40260 Belly River Colorado -0.447357152169087058 +35772 aapg_ae_916.html aapg_ae_916.html:206:24102:24117 Eagle Colorado -0.450676431675374467 +35773 geology_html_2461616775 geology_html_2461616775:16:831:841 Washington Washington (state) -0.0239565449099976777 +35774 cspg_html_5940878099 cspg_html_5940878099:14:1881:1918 Elm Point Manitoba -0.0518955775586156381 +35775 aapg_ac_719.html aapg_ac_719.html:264:30669:30677 Colorado Burbank, California -0.0321281154583834411 +35776 aapg_ad_803.html aapg_ad_803.html:65:6244:6250 Warsaw Missouri River -0.221602319447859908 +35777 geology_html_5524213035 geology_html_5524213035:203:24526:24532 Cannon New Mexico -0.50210373062480862 +35778 gsa_html_6982030333 gsa_html_6982030333:928:91369:91375 Oregon Salem, Oregon -0.44304146514738707 +35779 aapg_ae_957.html aapg_ae_957.html:778:36287:36304 Salina Detroit River International Wildlife Refuge -0.451054234304276602 +35780 cspg_html_8581304260 cspg_html_8581304260:295:34866:34878 Nicola Victoria, British Columbia -0.0560652408984460074 +35781 cspg_html_7325522863 cspg_html_7325522863:214:33076:33087 Slave Point Lacombe, Alberta 0.895990239237307473 +35782 cspg_html_4859889874 cspg_html_4859889874:5:224:246 Judith River Lacombe, Alberta 1.04207157413475149 +35783 aapg_ae_523.html aapg_ae_523.html:104:10058:10068 Fort Payne Illinois -0.44844429668252761 +35784 aapg_af_653.html aapg_af_653.html:88:8542:8550 Vaqueros Monterey, California -0.028896450511520861 +35785 aapg_ah_385.html aapg_ah_385.html:287:34313:34332 Logan Glenn County, California -0.450707909241451543 +35786 gsa_html_3666562816 gsa_html_3666562816:1015:96583:96589 Kodiak Anchorage, Alaska -0.488759736831659075 +35787 aapg_ad_828.html aapg_ad_828.html:3:313:325 Red Mountain Ventura County, California -0.090290527710580909 +35788 gsa_html_3320600310 gsa_html_3320600310:406:33916:33947 Chinle Colorado Plateau -0.205291716243852257 +35789 aapg_af_470.html aapg_af_470.html:164:16466:16480 Mission Canyon Cheyenne, Wyoming -0.029346885558409766 +35790 aapg_aa_394.html aapg_aa_394.html:29:3882:3892 Pottsville Pottsville, Pennsylvania -0.00610628100951976244 +35791 palaios_html_3889678675 palaios_html_3889678675:54:7180:7198 Quinault Washington (state) -0.474133810779439169 +35792 aapg_aa_48.html aapg_aa_48.html:8:1027:1042 Tyler Williston Basin -0.43580087580188992 +35793 aapg_ae_789.html aapg_ae_789.html:455:53857:53867 Big Valley Calgary -0.0420203413535321854 +35794 aapg_ad_177.html aapg_ad_177.html:63:8267:8274 Chemung Pennsylvania 0.0285799378953653545 +35795 gsa_html_4436750846 gsa_html_4436750846:61:4585:4613 Green River Colorado -0.0210882710852193268 +35796 gsa_html_1766933224 gsa_html_1766933224:44:4683:4691 Winnipeg Canada -0.00877304685539758919 +35797 cspg_html_3023030263 cspg_html_3023030263:514:57210:57229 Niobrara Powder River Basin 0.0141001745086265506 +35798 aapg_ac_333.html aapg_ac_333.html:350:45609:45617 Colorado Durango, Durango -0.0520489971910248345 +35799 aapg_ae_188.html aapg_ae_188.html:245:18041:18050 Wapanucka Atoka, Oklahoma -0.025547354296840772 +35800 cspg_html_7192907687 cspg_html_7192907687:5:257:294 George Western Bay, Newfoundland and Labrador -0.0494674389497957237 +35801 aapg_ah_644.html aapg_ah_644.html:130:15179:15202 Gypsum Spring Red Creek, New York -0.0482388499511915356 +35802 aapg_aa_243.html aapg_aa_243.html:122:10630:10635 Stark Guernsey -0.0774744819488543401 +35803 aapg_af_143.html aapg_af_143.html:362:35059:35098 Otter Millers Creek, North Carolina -0.46105569042928074 +35804 cspg_html_8247666269 cspg_html_8247666269:177:22857:22873 Kanguk Ellesmere Island -0.0188617678361074417 +35805 cspg_html_8587137158 cspg_html_8587137158:518:74052:74064 Golden Spike Redwater, Texas -0.0182917127831857887 +35806 sedimentology_html_1006662626 sedimentology_html_1006662626:3124:61350:61371 Forest Fort Collins, Colorado -0.0299260395523841712 +35807 aapg_ae_185.html aapg_ae_185.html:562:48947:48956 Shongaloo Shreveport, Louisiana -0.0303573786993141213 +35808 aapg_ah_807.html aapg_ah_807.html:124:9846:9852 Sibley Pecos County, Texas -0.485266333037401854 +35809 aapg_ak_21.html aapg_ak_21.html:147:16166:16179 Madison Logan, Utah -0.490313047484592146 +35810 cspg_html_6908537444 cspg_html_6908537444:216:25707:25715 Colorado Denver -0.497066901209229584 +35811 aapg_ai_975.html aapg_ai_975.html:398:35815:35821 Sierra Coahuila -0.450707909241451543 +35812 aapg_ad_883.html aapg_ad_883.html:105:13053:13061 Michigan Utica, New York -0.0347621062592119723 +35813 cspg_html_7833083677 cspg_html_7833083677:2835:231716:231734 Beaufort Banks Island -0.431344541193885822 +35814 gsa_html_8128037381 gsa_html_8128037381:810:80452:80480 Green River Colorado 0.0168735943359838193 +35815 cspg_html_9729377176 cspg_html_9729377176:146:18247:18255 Pardonet Victoria, British Columbia -0.457487488497030304 +35816 aapg_af_130.html aapg_af_130.html:143:25952:25960 Colorado Logan, Utah -0.0559152219546391674 +35817 aapg_ae_474.html aapg_ae_474.html:864:87895:87912 Cypress Bethel, Alaska -0.0654012524480660634 +35818 gsa_html_9106605745 gsa_html_9106605745:607:50834:50855 Green River Logan, Utah 0.00312693377810401713 +35819 aapg_af_915.html aapg_af_915.html:40:4205:4218 Bearpaw Calgary 0.921576775787387392 +35820 aapg_aa_667.html aapg_aa_667.html:106:9511:9519 Colorado Texas -0.0304826089875597575 +35821 AMJC_html_9483792698 AMJC_html_9483792698:1130:103010:103016 Oregon Earth -0.463271407180362194 +35822 aapg_ae_31.html aapg_ae_31.html:135:15791:15811 Batesville Western world -0.03065480270336517 +35823 cspg_html_3473883402 cspg_html_3473883402:394:64504:64532 Cooking Lake Western Canadian Sedimentary Basin -0.462877048614286357 +35824 aapg_ae_705.html aapg_ae_705.html:447:42123:42136 Santa Barbara Monterey, California -0.481156254434641828 +35825 aapg_ae_985.html aapg_ae_985.html:77:6778:6798 Arroyo Carlsbad, New Mexico -0.457555451333636842 +35826 cspg_html_4099674132 cspg_html_4099674132:15:1983:2011 Bakken Regina, Saskatchewan -0.0109239507284224872 +35827 cspg_html_2419618566 cspg_html_2419618566:957:107839:107844 Price Victoria, British Columbia -0.426641763905032778 +35828 aapg_ai_688.html aapg_ai_688.html:113:14854:14874 Huntersville Rochester, Kent -0.450743884934886652 +35829 aapg_ac_545.html aapg_ac_545.html:60:9320:9328 Columbia Victoria, British Columbia -0.022871757858413614 +35830 aapg_ah_779.html aapg_ah_779.html:251:46362:46373 Martinsburg Maysville, Kentucky -0.418503531176707688 +35831 aapg_ae_777.html aapg_ae_777.html:635:73070:73094 Espiritu Santo New Mexico -0.48108644546321655 +35832 aapg_ai_157.html aapg_ai_157.html:436:39526:39532 Guelph Salina, Kansas -0.0304826089875597575 +35833 aapg_ad_440.html aapg_ad_440.html:944:93318:93341 Little Valley Washington (state) -0.0847643989595779218 +35834 cspg_html_4680797491 cspg_html_4680797491:372:38280:38301 Slave Point Lacombe, Alberta -0.420878980795922841 +35835 aapg_ac_688.html aapg_ac_688.html:144:14986:15007 Green River Uinta Mountains -0.45184182728382527 +35836 geology_html_9004383999 geology_html_9004383999:90:8857:8866 Mount Cap Arizona -0.00914484248868216616 +35837 sedimentology_html_3746379745 sedimentology_html_3746379745:1268:86143:86159 Hornby Canada -0.494968839994781917 +35838 aapg_ah_321.html aapg_ah_321.html:40:3972:3992 Greenbrier Huntington, West Virginia -0.457487488497030304 +35839 aapg_aa_339.html aapg_aa_339.html:5:643:649 Wilcox Mississippi River -0.0212673068022475528 +35840 cspg_html_9987144175 cspg_html_9987144175:297:38075:38097 Eureka Sound Canadian Arctic Archipelago -0.465186416944366576 +35841 aapg_ae_70.html aapg_ae_70.html:212:21773:21793 Mesaverde Fort Union Trading Post National Historic Site -0.0340731030781195529 +35842 geology_html_2852518993 geology_html_2852518993:295:24530:24538 Scotland North Connel -0.454041701910604445 +35843 cspg_html_7799850124 cspg_html_7799850124:872:93841:93871 Cairn Lacombe, Alberta -0.450586501765938174 +35844 palaios_html_2413654173 palaios_html_2413654173:1168:95344:95366 Prince Creek Anchorage, Alaska -0.438093558395168947 +35845 gsa_html_5773931818 gsa_html_5773931818:920:100276:100284 Colorado Denver -0.0365787810685492543 +35846 aapg_ah_869.html aapg_ah_869.html:899:89240:89256 Lakota Black Hills -0.00522549424767689355 +35847 AMJC_html_2067433562 AMJC_html_2067433562:504:49182:49191 New River Virginia -0.266373371093769962 +35848 gsa_html_5604955284 gsa_html_5604955284:13:542:550 Colorado Colorado -0.03643260021013002 +35849 aapg_af_288.html aapg_af_288.html:623:68080:68086 Jordan New Mexico -0.0402548881501223546 +35850 geology_html_9004383999 geology_html_9004383999:118:11207:11218 Little Bear Canada -0.0223919711537192666 +35851 aapg_ai_717.html aapg_ai_717.html:23:4163:4184 Arapahoe Florence, Alabama -0.499412697488954616 +35852 aapg_ac_126.html aapg_ac_126.html:169:24534:24555 Haynesville Bossier City, Louisiana -0.442649117020085803 +35853 AMJC_html_7984049819 AMJC_html_7984049819:1049:103498:103506 Virginia Borduas -0.0657559135785179827 +35854 cspg_html_7570103544 cspg_html_7570103544:7:625:642 Rierdon Cheyenne, Wyoming 0.419107717342592501 +35855 aapg_ah_847.html aapg_ah_847.html:89:10384:10403 New Egypt New Egypt, New Jersey -0.0147326815118864023 +35856 palaios_html_3751259297 palaios_html_3751259297:521:61486:61497 Leitchfield Illinois -0.0136379673462826371 +35857 gsa_html_1826402027 gsa_html_1826402027:600:72016:72032 Kaibab Chinle Formation -0.030023437417361392 +35858 aapg_ad_801.html aapg_ad_801.html:301:32560:32580 Vicksburg Mississippi River -0.47735290933611807 +35859 cspg_html_7970178687 cspg_html_7970178687:30:3716:3739 Mountain Park Colorado -0.0133078241167712726 +35860 cspg_html_2253842195 cspg_html_2253842195:100:14530:14552 Buckinghorse Canada -0.0938743540417672218 +35861 aapg_ah_297.html aapg_ah_297.html:150:17587:17605 Edmonton Lacombe, Alberta -0.461171691164054931 +35862 aapg_ac_71.html aapg_ac_71.html:314:36675:36691 Navajo Reno, Nevada -0.0375812203233935049 +35863 aapg_ah_677.html aapg_ah_677.html:115:12627:12639 Solor Church Michigan -0.452882496357985831 +35864 cspg_html_1065856149 cspg_html_1065856149:24:1799:1815 Bow Island Lacombe, Alberta -0.0222894098360483031 +35865 aapg_af_479.html aapg_af_479.html:560:59762:59771 San Diego San Miguel Island, Albay -0.477234757760444439 +35866 aapg_af_266.html aapg_af_266.html:318:34424:34432 Woodford California -0.472501057082917231 +35867 aapg_ae_753.html aapg_ae_753.html:135:15338:15353 Olentangy Pennsylvania 0.0469651548151992435 +35868 cspg_html_8662646956 cspg_html_8662646956:1137:130433:130441 Columbia Victoria, British Columbia -0.462348471732962063 +35869 aapg_ae_4.html aapg_ae_4.html:614:59557:59562 Uinta Logan, Utah 0.00503787248192793299 +35870 aapg_ae_319.html aapg_ae_319.html:499:42043:42054 Uncompahgre Colorado -0.430026468312881383 +35871 gsa_html_4650354985 gsa_html_4650354985:1257:100791:100821 Sandia New Mexico -0.45184182728382527 +35872 geology_html_1343280455 geology_html_1343280455:260:26715:26724 Extension Snake River Canyon (Idaho) -0.462193603410137988 +35873 gsa_html_3010975239 gsa_html_3010975239:207:30110:30118 Michigan Saginaw, Michigan -0.0403837165119642627 +35874 aapg_ac_867.html aapg_ac_867.html:673:92508:92526 Sundance Rock River (Iowa) -0.264908587697094633 +35875 AMJC_html_2925575011 AMJC_html_2925575011:489:61309:61317 Colorado Colorado -0.0611557112481491347 +35876 cspg_html_8288455892 cspg_html_8288455892:37:6713:6736 Bluff Grand Cayman -0.0573527510322950837 +35877 sedimentology_html_7399126879 sedimentology_html_7399126879:2368:112580:112583 Arc Costa Rica -0.444891759770598527 +35878 aapg_aa_563.html aapg_aa_563.html:13:1671:1681 Rio Grande Texas -0.499845535291183252 +35879 aapg_ad_3.html aapg_ad_3.html:331:31410:31417 Axemann Shakopee, Minnesota -0.0560582631991528441 +35880 aapg_ad_758.html aapg_ad_758.html:125:16618:16633 Oread Kansas City, Kansas -0.412799667795391623 +35881 aapg_aa_357.html aapg_aa_357.html:484:43748:43754 Navajo Entrada Sandstone -0.457899875343460883 +35882 aapg_af_188.html aapg_af_188.html:112:13252:13258 Dakota Cheyenne, Wyoming -0.28326410969203869 +35883 aapg_ae_958.html aapg_ae_958.html:2492:209986:210001 Diablo Delaware -0.041731299024428424 +35884 aapg_ad_564.html aapg_ad_564.html:8717:778582:778590 Colorado Farmington, New Mexico -0.0573143663598271388 +35885 aapg_ad_315.html aapg_ad_315.html:12:1450:1462 Reforma Veracruz, Veracruz -0.0222894098360483031 +35886 palaios_html_3105248303 palaios_html_3105248303:470:46154:46176 Point Pleasant Frankfort, Illinois -0.0358774797167535214 +35887 geology_html_7388717714 geology_html_7388717714:293:24040:24048 Columbia Victoria, British Columbia -0.441392939290133568 +35888 gsa_html_7616178634 gsa_html_7616178634:66:5652:5680 Green River Colorado 0.0303817289341750882 +35889 aapg_af_614.html aapg_af_614.html:131:10860:10879 Smackover Arkansas -0.432249992487968249 +35890 aapg_af_69.html aapg_af_69.html:26:2782:2790 Virginia Virginia -0.421938067268467054 +35891 aapg_ae_296.html aapg_ae_296.html:342:32539:32545 Salado West Texas -0.29291210544180174 +35892 gsa_html_3646882130 gsa_html_3646882130:17:1102:1129 Columbia Steens Mountain Wilderness -0.435661502416701596 +35893 aapg_ad_434.html aapg_ad_434.html:177:16311:16352 Madison Barrhead, Alberta -0.432289667144302503 +35894 aapg_ae_916.html aapg_ae_916.html:633:76578:76595 Madison Cut Bank, Montana -0.0598395143222002907 +35895 cspg_html_4403434336 cspg_html_4403434336:30:4226:4252 Aleqatsiaq Fjord Washington (state) -0.515461276185991024 +35896 cspg_html_3942782922 cspg_html_3942782922:92:8324:8356 Montney Lacombe, Alberta -0.490524761849640001 +35897 jgeology_html_5471448181 jgeology_html_5471448181:271:24187:24193 Chinle Moenkopi Formation -0.451956647802202349 +35898 aapg_ah_105.html aapg_ah_105.html:30:5014:5033 San Andres Dolomite Delaware 0.322081465697569569 +35899 gsa_html_1569131616 gsa_html_1569131616:102:10319:10338 Dumisseau Hispaniola -0.509533675899850436 +35900 cspg_html_3008414459 cspg_html_3008414459:99:14560:14592 Provincial Lacombe, Alberta -0.44548177794016619 +35901 aapg_ae_992.html aapg_ae_992.html:616:54330:54338 Red Peak Cheyenne, Wyoming -0.0198420227136738916 +35902 gsa_html_7102550258 gsa_html_7102550258:773:86658:86673 Kayenta Colorado -0.446078886082885928 +35903 gsa_html_2118098695 gsa_html_2118098695:148:13105:13112 Potomac Appalachia -0.434978208988435311 +35904 cspg_html_2498183035 cspg_html_2498183035:186:21335:21345 Swan Hills Swan Hill, Victoria -0.017787713832192225 +35905 cspg_html_4216129224 cspg_html_4216129224:28:3685:3690 Banff Russia -0.0291155791192652773 +35906 aapg_ae_473.html aapg_ae_473.html:148:12950:12960 Tuscaloosa Tuscaloosa, Alabama -0.45896570683289678 +35907 aapg_ae_72.html aapg_ae_72.html:315:27967:27982 Mesaverde Durango, Durango -0.0148473685012762528 +35908 geology_html_8372189192 geology_html_8372189192:84:10657:10687 August Town Jamaica, Queens -0.433387995206966137 +35909 aapg_ad_821.html aapg_ad_821.html:166:10083:10088 Lance Fort Union Trading Post National Historic Site -0.449871874526764137 +35910 aapg_ah_311.html aapg_ah_311.html:352:38314:38337 Salem Morton County, North Dakota -0.479893584862882694 +35911 cspg_html_4193503340 cspg_html_4193503340:284:36912:36918 Moscow Russia 0.0201062134203886071 +35912 palaios_html_9357360196 palaios_html_9357360196:978:77805:77823 Ogallala Austin, Chicago -0.476172115937115059 +35913 cspg_html_2184091860 cspg_html_2184091860:611:57243:57260 Romaine Anticosti Island 0.385322853323871561 +35914 gsa_html_2832151886 gsa_html_2832151886:838:68146:68165 Crowsnest Lacombe, Alberta -0.472501057082917231 +35915 sedimentology_html_7964187419 sedimentology_html_7964187419:1011:85578:85582 Hall London, Ontario -0.438060290900437188 +35916 aapg_aa_4.html aapg_aa_4.html:274:36685:36694 Sherburne Ithaca, New York -0.02390265150978289 +35917 aapg_ad_958.html aapg_ad_958.html:447:43559:43569 Bonneterre Nebraska -0.469726827457912721 +35918 sedimentology_html_7635687013 sedimentology_html_7635687013:633:45969:45985 Baltimore Gneiss Presque Isle, Maine -0.0460783921822131154 +35919 aapg_af_504.html aapg_af_504.html:173:18283:18302 Kuparuk Prudhoe Bay Oil Field -0.0811670828172855463 +35920 aapg_ah_646.html aapg_ah_646.html:204:24686:24704 Moenkopi Logan, Utah -0.274990093403573721 +35921 geology_html_5905450223 geology_html_5905450223:11:470:479 San Diego La Jolla -0.0409860998014640113 +35922 geology_html_6902243889 geology_html_6902243889:246:23086:23092 Antler California -0.455229509631582041 +35923 gsa_html_5965913061 gsa_html_5965913061:866:91776:91785 Extension England -0.477401564658383792 +35924 cspg_html_5456368738 cspg_html_5456368738:141:18775:18795 Dawson Bay Manitoba -0.0240556397080989269 +35925 aapg_af_18.html aapg_af_18.html:78:9732:9748 Inyan Kara Black Hills -0.543480850570072338 +35926 aapg_ad_2.html aapg_ad_2.html:950:132769:132790 Beekmantown Maryland -0.436819151869522138 +35927 sedimentology_html_3865745685 sedimentology_html_3865745685:1688:115000:115019 Kaskapau Lacombe, Alberta -0.152811660274206007 +35928 aapg_ad_1.html aapg_ad_1.html:47:4948:4965 Potsdam Utica, New York -0.0176486817607870612 +35929 aapg_ad_192.html aapg_ad_192.html:63:8430:8443 Rapides Mississippi River -0.515740113164459446 +35930 aapg_ac_471.html aapg_ac_471.html:77:9021:9043 Winnipegosis Regina, Saskatchewan -0.45417711448712661 +35931 AMJC_html_7176185664 AMJC_html_7176185664:649:67506:67514 Colorado Antrim, County Antrim -0.0197377379215514133 +35932 aapg_ae_855.html aapg_ae_855.html:166:17621:17638 Flagstaff Salina, Kansas -0.0799615924049946469 +35933 cspg_html_2820751927 cspg_html_2820751927:257:32039:32061 Albert New Brunswick, New Jersey -0.490054357124853124 +35934 aapg_ah_318.html aapg_ah_318.html:552:64639:64657 Entrada Carmel, Indiana -0.00908750930208491146 +35935 aapg_ac_831.html aapg_ac_831.html:48:6263:6280 Paradox Hermosa, Chicago -0.0286199363218920082 +35936 aapg_ai_256.html aapg_ai_256.html:346:35842:35849 Calvert Ohio -0.455184317280275863 +35937 cspg_html_2420029771 cspg_html_2420029771:927:92090:92124 Beekmantown Ontario, California -0.40142383578010965 +35938 aapg_ah_832.html aapg_ah_832.html:214:25191:25199 Scotland London, Ontario -0.0489010438658518606 +35939 aapg_ad_865.html aapg_ad_865.html:83:7787:7806 Greenhorn Mancos, Colorado -0.385509954769877816 +35940 aapg_af_392.html aapg_af_392.html:6:728:746 Frontier Logan, Utah 0.00404070500823521667 +35941 aapg_ad_466.html aapg_ad_466.html:1372:146047:146055 Columbia Columbia District -0.462097962880594848 +35942 cspg_html_4031489103 cspg_html_4031489103:318:45281:45289 Sheppard Whitefish (fisheries term) -0.497365696740727614 +35943 cspg_html_1347432325 cspg_html_1347432325:9:1088:1114 Sulphur Mountain Pine River (Michigan) -0.0479251987471817145 +35944 aapg_ae_831.html aapg_ae_831.html:109:11171:11176 Price Sherman County, Oregon -0.417467727749844975 +35945 aapg_aa_914.html aapg_aa_914.html:202:20553:20558 Atoka Atoka, Oklahoma -0.46567095948211501 +35946 gsa_html_5039569238 gsa_html_5039569238:460:40374:40382 Columbia Earth 0.016034236202214884 +35947 palaios_html_6956866368 palaios_html_6956866368:43:4504:4518 Naco Arizona -0.485603101959931283 +35948 aapg_ah_972.html aapg_ah_972.html:275:28031:28042 Bluff Neches River -0.497512762155281452 +35949 aapg_ad_921.html aapg_ad_921.html:48:6831:6849 Fairview Lexington, Kentucky -0.455658949817136283 +35950 gsa_html_5335667169 gsa_html_5335667169:650:72757:72762 Stark Republic of China -0.441321717841106853 +35951 sedimentology_html_6613171970 sedimentology_html_6613171970:741:56148:56152 Hall London, Ontario -0.0545320635525082184 +35952 cspg_html_9275863663 cspg_html_9275863663:88:12664:12683 Waterways Swan Hill, Victoria 0.723905732206530095 +35953 aapg_ad_858.html aapg_ad_858.html:77:5947:5957 Tuscaloosa Tensas River 0.0120446265356006221 +35954 aapg_aa_918.html aapg_aa_918.html:1066:109899:109909 Protection Clark County, Indiana -0.426871858406847937 +35955 jgeology_html_8064855537 jgeology_html_8064855537:269:19138:19155 Dakota Cedar Mountains -0.471395835230941529 +35956 aapg_ae_388.html aapg_ae_388.html:1721:108688:108708 Tuscaloosa Melbourne, Florida -0.0102741494050379821 +35957 cspg_html_1065856149 cspg_html_1065856149:31:3716:3727 Mowry Cheyenne, Wyoming 0.0108631399368114955 +35958 aapg_af_579.html aapg_af_579.html:358:36179:36187 Colorado Entrada Sandstone -0.432249992487968249 +35959 cspg_html_7777724998 cspg_html_7777724998:75:10756:10779 Mist Mountain Fernie, British Columbia -0.092888489478919492 +35960 cspg_html_7985076717 cspg_html_7985076717:284:29135:29143 Somerset District Council of Franklin Harbour -0.122711183134687804 +35961 cspg_html_9435196958 cspg_html_9435196958:609:26225:26247 Judith River Lacombe, Alberta -0.000627121340837813067 +35962 palaios_html_9876040400 palaios_html_9876040400:16:946:977 White River Colorado -0.461046592969278191 +35963 aapg_ah_415.html aapg_ah_415.html:114:10380:10400 Milk River Colorado -0.0607524436830816084 +35964 aapg_ai_278.html aapg_ai_278.html:880:104306:104315 Smackover Key West, Florida -0.0210726272729466063 +35965 aapg_ae_960.html aapg_ae_960.html:60:8732:8754 Madison Cheyenne, Wyoming -0.00850549498541811055 +35966 cspg_html_7176835767 cspg_html_7176835767:365:46734:46756 Martin Sault Ste. Marie, Ontario -0.478349729395822987 +35967 aapg_ad_912.html aapg_ad_912.html:776:70449:70455 Moscow Caspian Sea -0.00806073698202901257 +35968 aapg_ac_79.html aapg_ac_79.html:136:16480:16486 Laurel Hocking County, Ohio -0.0223919711537192666 +35969 cspg_html_6252849194 cspg_html_6252849194:254:31325:31347 Judith River Regina, Saskatchewan -0.468054102450840448 +35970 cspg_html_5940878099 cspg_html_5940878099:39:6371:6379 Columbia Lacombe, Alberta -0.0264393249899875019 +35971 aapg_ae_267.html aapg_ae_267.html:51:5498:5508 Lock Haven Jersey Shore -0.0129759471663572871 +35972 aapg_ai_28.html aapg_ai_28.html:485:46257:46263 Lissie Uvalde, Texas -0.0687618144860617092 +35973 palaios_html_4834438637 palaios_html_4834438637:452:44162:44177 Aguja Texas -0.493404616882510805 +35974 aapg_ai_958.html aapg_ai_958.html:227:23458:23464 Goliad Goliad County, Texas -0.442682549290708161 +35975 aapg_ae_181.html aapg_ae_181.html:116:16520:16529 Owl Creek Missouri River -0.437960495533138761 +35976 aapg_ac_867.html aapg_ac_867.html:741:100487:100496 Minnelusa Powder River (Montana) -0.0598011148469018913 +35977 aapg_ac_730.html aapg_ac_730.html:169:24152:24174 Cedar Mountain Logan, Utah -0.469051848391689397 +35978 aapg_ad_466.html aapg_ad_466.html:1689:175100:175112 Marshalltown Navesink River 0.746016769018481907 +35979 aapg_ad_149.html aapg_ad_149.html:153:16198:16203 Swift Western world -0.413350620311348449 +35980 aapg_aa_761.html aapg_aa_761.html:604:76801:76818 Ivishak Prudhoe Bay Oil Field -0.46687889797168336 +35981 aapg_ak_135.html aapg_ak_135.html:138:24055:24073 San Onofre Breccia Newport Beach, California -0.485448733097070706 +35982 aapg_ae_1.html aapg_ae_1.html:182:16999:17007 Cloverly Cheyenne, Wyoming -0.0060576376426468119 +35983 aapg_af_859.html aapg_af_859.html:31:4972:4980 Beaumont Beaumont, Texas 0.0363003431157389658 +35984 aapg_ae_153.html aapg_ae_153.html:832:104814:104834 Hell Creek Fort Union Trading Post National Historic Site -0.453653631411627511 +35985 gsa_html_2989317971 gsa_html_2989317971:1259:124247:124259 Glenns Ferry Boise, Idaho -0.0758777970016545344 +35986 aapg_ah_387.html aapg_ah_387.html:317:32447:32455 Mariposa Sierra Nevada (Spain) 0.934576023742411555 +35987 aapg_ah_311.html aapg_ah_311.html:273:28925:28935 Hell Creek Fort Union Trading Post National Historic Site -0.432289667144302503 +35988 aapg_af_19.html aapg_af_19.html:144:12629:12644 Heath Sumatra -0.48836305156476878 +35989 aapg_ai_996.html aapg_ai_996.html:920:38240:38245 Eutaw Austin, Chicago -0.0319228496664141492 +35990 aapg_ae_369.html aapg_ae_369.html:61:7351:7370 Tuscaloosa Tuscaloosa, Alabama -0.436309875377528411 +35991 gsa_html_5924250698 gsa_html_5924250698:955:90548:90566 Espinaso New Mexico -0.472678482936493838 +35992 jgeology_html_6175642561 jgeology_html_6175642561:844:50827:50849 Heath .nz -0.0452074024796540394 +35993 sedimentology_html_3865745685 sedimentology_html_3865745685:1541:108769:108775 Casper Laramie, Wyoming -0.502347065714454311 +35994 geology_html_9088727052 geology_html_9088727052:394:24451:24458 Madison Canada -0.038242606390143298 +35995 aapg_ac_662.html aapg_ac_662.html:42:7545:7565 Phosphoria Snake River Canyon (Idaho) -0.407291989948090571 +35996 aapg_ah_973.html aapg_ah_973.html:178:15188:15198 Coon Creek Selma to Montgomery marches -0.483407132229491276 +35997 aapg_af_854.html aapg_af_854.html:1406:204640:204658 Golconda Laurens County, Georgia -0.469230874046953295 +35998 cspg_html_9435196958 cspg_html_9435196958:964:40815:40836 Belly River Lacombe, Alberta -0.405978297323881077 +35999 cspg_html_2536163557 cspg_html_2536163557:616:88905:88913 Columbia Victoria, British Columbia 0.00325374947790672006 +36000 aapg_ac_983.html aapg_ac_983.html:277:44729:44754 Blackjack Creek Fort Scott National Historic Site -0.0100083249466689488 +36001 aapg_ac_19.html aapg_ac_19.html:57:4837:4856 Smackover Lafayette County, Florida -0.00639293020944086028 +36002 cspg_html_4298557570 cspg_html_4298557570:109:16367:16385 Whitemud Edmonton, London 0.395876386429125537 +36003 aapg_ae_574.html aapg_ae_574.html:30:4680:4700 Newcastle Powder River (Montana) -0.485874484406754958 +36004 cspg_html_2882304151 cspg_html_2882304151:39:7441:7448 Cadomin Kootenay River 0.000729614901202842885 +36005 aapg_ai_610.html aapg_ai_610.html:767:109571:109601 Warsaw Illinois -0.205291716243852257 +36006 aapg_af_473.html aapg_af_473.html:285:29263:29271 Colorado Denver -0.534433925539896548 +36007 jgeology_html_8088445472 jgeology_html_8088445472:162:9888:9894 Nedrow Jamesville, New York -0.0161993249316557293 +36008 gsa_html_2729737430 gsa_html_2729737430:1059:102290:102296 Oregon Washington (state) -0.472604743150075168 +36009 jgeology_html_6595227218 jgeology_html_6595227218:170:7450:7456 Provo Carpathian Ruthenia -0.0367528086008553287 +36010 cspg_html_1281670295 cspg_html_1281670295:414:44735:44741 Moscow Russia -0.00234867028233571185 +36011 aapg_ae_884.html aapg_ae_884.html:195:26041:26049 Adaville Cheyenne, Wyoming 0.0407232051734329817 +36012 palaios_html_9993198762 palaios_html_9993198762:532:48195:48219 Cedar Mountain Bloomington, Illinois -0.000627121340837813067 +36013 cspg_html_8438548095 cspg_html_8438548095:297:28355:28369 St. Mary River Drumheller -0.48422645917649243 +36014 cspg_html_8145657505 cspg_html_8145657505:11:1348:1368 Swan Hills Lacombe, Alberta -0.472770666406185036 +36015 sedimentology_html_1366098781 sedimentology_html_1366098781:30:1855:1892 Protection Washington (state) -0.446521936096131722 +36016 cspg_html_7404699681 cspg_html_7404699681:392:38020:38026 Walker Victoria, British Columbia -0.0508792537248642374 +36017 cspg_html_9689514766 cspg_html_9689514766:103:13613:13637 Meaford-Dundas Middle Ordovician -0.473815322787249471 +36018 geology_html_3510163360 geology_html_3510163360:294:25185:25188 Rye Greece -0.46567095948211501 +36019 aapg_aa_789.html aapg_aa_789.html:158:21102:21115 Oquirrh Wasatch Range -0.035632122339872542 +36020 aapg_ai_533.html aapg_ai_533.html:52:5757:5763 Viking Colorado 0.0164877985803283875 +36021 aapg_ad_152.html aapg_ad_152.html:48:6535:6541 Tomera Elko, Nevada 0.269395204964499868 +36022 aapg_ad_757.html aapg_ad_757.html:275:34094:34107 Platteville Black River, Jamaica 0.334334691287862695 +36023 jgeology_html_4115179562 jgeology_html_4115179562:629:49963:49987 Erwin Virginia -0.439298641817729429 +36024 aapg_ad_717.html aapg_ad_717.html:212:23529:23550 San Andres Kaibab, Arizona -0.465945346292333973 +36025 palaios_html_6455472411 palaios_html_6455472411:667:68704:68723 Fairview Kentucky -0.462453250854801823 +36026 aapg_ai_105.html aapg_ai_105.html:794:96362:96369 Willard Logan, Utah -0.470085189955252725 +36027 gsa_html_2168907540 gsa_html_2168907540:539:56958:56969 Black Creek Republic of China -0.467130759519596039 +36028 aapg_ae_214.html aapg_ae_214.html:159:10634:10639 Price Berlin -0.00891551021540294177 +36029 aapg_ae_428.html aapg_ae_428.html:799:63884:63892 Colorado Nebraska -0.484413309843390927 +36030 geology_html_1146010106 geology_html_1146010106:45:6139:6158 Flagstaff Gunnison County, Colorado -0.459919224612040101 +36031 aapg_ae_805.html aapg_ae_805.html:247:29093:29102 Horquilla Naco, Sonora 0.110012836291619689 +36032 aapg_ae_66.html aapg_ae_66.html:98:9206:9218 Icebox Black Hills -0.405967571681300876 +36033 aapg_ae_523.html aapg_ae_523.html:91:8796:8801 Salem Illinois -0.449871874526764137 +36034 jgeology_html_9581048587 jgeology_html_9581048587:536:33556:33574 Uwharrie North Carolina -0.0241616892206824377 +36035 aapg_ac_126.html aapg_ac_126.html:170:24786:24805 Haynesville Haynesville, Louisiana 0.0051247343510113369 +36036 cspg_html_9435196958 cspg_html_9435196958:485:21925:21944 Frenchman Regina, Saskatchewan -0.00806073698202901257 +36037 gsa_html_1951402014 gsa_html_1951402014:1095:90581:90591 Las Palmas Lanzarote -0.0708022152189211329 +36038 gsa_html_6985417117 gsa_html_6985417117:258:22134:22142 Humboldt Michigan -0.00440204655713307986 +36039 aapg_aa_626.html aapg_aa_626.html:286:32925:32943 Potomac Charles County, Maryland -0.432223543643836305 +36040 aapg_ah_415.html aapg_ah_415.html:118:10718:10731 Pakowki Milk River, Alberta -0.0229847531233617133 +36041 aapg_ah_686.html aapg_ah_686.html:498:72154:72186 Kekiktuk North Slope Borough, Alaska -0.500602350569185339 +36042 aapg_ac_965.html aapg_ac_965.html:442:43659:43666 Manlius Helderberg -0.487560856421757394 +36043 cspg_html_5484260516 cspg_html_5484260516:6:322:342 Lodgepole Victoria, British Columbia -0.420791864948583338 +36044 geology_html_6476160232 geology_html_6476160232:220:23161:23168 El Paso Texas -0.00782446102673750588 +36045 aapg_ah_662.html aapg_ah_662.html:405:42125:42150 Weeks Bartlesville, Oklahoma -0.454089094007790295 +36046 gsa_html_6039599383 gsa_html_6039599383:410:36775:36793 Eastport Portland, Maine -0.45421548506785292 +36047 aapg_ah_182.html aapg_ah_182.html:92:10346:10362 Jacksonburg Closter, New Jersey 0.558657912357202524 +36048 aapg_ah_371.html aapg_ah_371.html:50:4433:4448 Eutaw Charleston, South Carolina -0.0121732026878597095 +36049 cspg_html_9142742810 cspg_html_9142742810:682:65720:65732 Granite Wash Lacombe, Alberta -0.487987661646075377 +36050 aapg_aa_712.html aapg_aa_712.html:106:12746:12757 Platteville Glenwood, Utah 0.0284338577135258078 +36051 cspg_html_5312588885 cspg_html_5312588885:408:54264:54283 Jefferson Boise, Idaho 0.455880530444785714 +36052 gsa_html_6914337916 gsa_html_6914337916:525:48081:48087 Cannon New Mexico -0.454414135268558672 +36053 aapg_ac_366.html aapg_ac_366.html:69:10173:10191 Rockwood Ohio 0.35488163185227789 +36054 cspg_html_4664502755 cspg_html_4664502755:880:94742:94752 Swan River Regina, Saskatchewan -0.0356704046759730303 +36055 gsa_html_3648258377 gsa_html_3648258377:112:10414:10426 Mount Laurel Closter, New Jersey -0.455310861563052449 +36056 aapg_ac_873.html aapg_ac_873.html:188:13401:13418 White River Hell Creek Formation -0.0201548805337714854 +36057 cspg_html_4422229045 cspg_html_4422229045:202:27738:27759 Hare Indian Norman Wells 1.05571805563089938 +36058 aapg_aa_644.html aapg_aa_644.html:640:54504:54510 Auburn Cheyenne, Wyoming -0.464656465989479628 +36059 aapg_ai_907.html aapg_ai_907.html:543:81686:81693 Halifax Canada -0.440247382693200906 +36060 gsa_html_4649021172 gsa_html_4649021172:77:7155:7183 Green River Colorado 0.00764378019701805137 +36061 aapg_ai_584.html aapg_ai_584.html:422:41347:41367 Roundtop Wheatland, California -0.481766159765426027 +36062 cspg_html_7866293053 cspg_html_7866293053:811:82304:82311 Bearpaw Lacombe, Alberta -0.435880527044409383 +36063 cspg_html_2198503252 cspg_html_2198503252:261:13636:13654 Palliser New Mexico -0.436819151869522138 +36064 geology_html_8682508261 geology_html_8682508261:40:3363:3380 Saturday Mountain Sonora -0.0424382503363121347 +36065 sedimentology_html_5684726433 sedimentology_html_5684726433:1283:98223:98230 El Paso El Paso, Texas -0.454113919430063184 +36066 palaios_html_7805951959 palaios_html_7805951959:253:24642:24664 Prince Creek Anchorage, Alaska -0.492215666694549525 +36067 gsa_html_1347484649 gsa_html_1347484649:172:16022:16044 Green River Wasatch Range 0.000277948477905467942 +36068 gsa_html_4650354985 gsa_html_4650354985:1068:88896:88904 Colorado Colorado -0.441637804770763531 +36069 aapg_ae_4.html aapg_ae_4.html:216:24796:24817 Little Flat Boise, Idaho -0.441392939290133568 +36070 aapg_ae_187.html aapg_ae_187.html:299:31276:31287 Beekmantown Missouri River 0.0106841830799118756 +36071 aapg_ad_169.html aapg_ad_169.html:41:4880:4896 Mauch Chunk Pottsville, Pennsylvania -0.0295851529329683692 +36072 aapg_ai_28.html aapg_ai_28.html:257:23622:23632 Rio Grande Mexico -0.0815508724431631693 +36073 aapg_ad_828.html aapg_ad_828.html:16:1376:1392 Modelo California -0.418625207464451421 +36074 aapg_ac_688.html aapg_ac_688.html:153:15975:15981 Chinle Kayenta, Arizona -0.407218961460851014 +36075 cspg_html_7903023332 cspg_html_7903023332:10:1452:1472 Kananaskis Victoria, British Columbia -0.45295011354581094 +36076 aapg_aa_126.html aapg_aa_126.html:52:4600:4606 Sparta Wisconsin 0.00786094473747839077 +36077 gsa_html_1826402027 gsa_html_1826402027:653:75672:75704 Verde Verde Valley -0.467497231753434772 +36078 aapg_ai_959.html aapg_ai_959.html:10:1329:1335 Goliad Mexia, Texas -0.0400668715535646355 +36079 geology_html_6250311188 geology_html_6250311188:22:1427:1443 Dakota Nebraska -0.446146001135949044 +36080 aapg_ae_268.html aapg_ae_268.html:408:38663:38684 Pottsville Warren County, Ohio -0.0436659722456700511 +36081 aapg_ae_186.html aapg_ae_186.html:124:12125:12133 Woodbine Arkansas -0.409468127528800463 +36082 aapg_ad_469.html aapg_ad_469.html:71:8325:8330 Atoka Des Moines, Washington -0.0145241610261636171 +36083 aapg_ae_574.html aapg_ae_574.html:246:35397:35415 Frontier Powder River (Montana) -0.439631812877842865 +36084 aapg_ad_812.html aapg_ad_812.html:53:7096:7112 Carmel Logan, Utah 0.53054649623870731 +36085 gsa_html_5081991493 gsa_html_5081991493:391:36419:36444 Duchesne River Uinta Mountains -0.503309174123385716 +36086 geology_html_1859844645 geology_html_1859844645:122:9107:9123 Random Canada -0.449541717141150321 +36087 gsa_html_6667015190 gsa_html_6667015190:12:676:683 Newport Salem, Oregon -0.44844429668252761 +36088 aapg_aa_859.html aapg_aa_859.html:51:6182:6190 Columbia Victoria, British Columbia -0.399435607174477791 +36089 aapg_ad_2.html aapg_ad_2.html:373:55476:55508 Potsdam Bennington, Vermont 0.0202939301273731242 +36090 aapg_ah_540.html aapg_ah_540.html:689:62914:62947 Niobrara Niobrara National Scenic River 0.342315549276430098 +36091 gsa_html_6763351946 gsa_html_6763351946:312:38306:38329 Peoria Wisconsin -0.460173667521570073 +36092 aapg_ae_319.html aapg_ae_319.html:708:59998:60011 Gypsum Spring Cheyenne, Wyoming -0.45184182728382527 +36093 sedimentology_html_9909925103 sedimentology_html_9909925103:39:2313:2329 Dakota Logan, Utah -0.453234160803079433 +36094 aapg_ae_877.html aapg_ae_877.html:74:7083:7105 Cooking Lake Lacombe, Alberta -0.0933172496116430328 +36095 cspg_html_2009306839 cspg_html_2009306839:142:19877:19895 Palliser Lacombe, Alberta 0.0382426063901433327 +36096 aapg_ae_4.html aapg_ae_4.html:75:9187:9199 Water Canyon Boise, Idaho -0.192068503575402144 +36097 palaios_html_7181034641 palaios_html_7181034641:506:52526:52533 Canning Perth, Scotland -0.456355529459316345 +36098 aapg_ah_505.html aapg_ah_505.html:1762:144062:144070 Colorado Colorado -0.483015252079283031 +36099 aapg_ad_826.html aapg_ad_826.html:7:1200:1218 Tamasopo Mexico -0.463526807661379381 +36100 aapg_ac_333.html aapg_ac_333.html:1267:152375:152383 Toroweap Coconino County, Arizona -0.424258616829722879 +36101 palaios_html_3889678675 palaios_html_3889678675:34:4184:4194 Washington Salem, Oregon -0.484317543793189031 +36102 aapg_ai_999.html aapg_ai_999.html:276:20741:20757 Carmel Logan, Utah -0.0185124334228341722 +36103 jgeology_html_6990146451 jgeology_html_6990146451:202:12792:12811 Rose Hill Huntington, West Virginia 0.423105282204420008 +36104 aapg_ai_974.html aapg_ai_974.html:693:73578:73586 Quinault Salem, Oregon -0.45921987907792633 +36105 aapg_aa_734.html aapg_aa_734.html:63:6784:6800 Tesnus Arkansas -0.00143491027354907159 +36106 sedimentology_html_5673709888 sedimentology_html_5673709888:1982:116407:116424 Keokuk Burlington, Ontario 0.381738661955444258 +36107 aapg_aa_163.html aapg_aa_163.html:240:25749:25755 Provo Oman -0.459996458565647859 +36108 cspg_html_7015106671 cspg_html_7015106671:219:30719:30746 Catskill Pennsylvania -0.47395378155658785 +36109 aapg_ad_396.html aapg_ad_396.html:164:16457:16465 Victoria Gippsland -0.442548827459522287 +36110 sedimentology_html_1649180994 sedimentology_html_1649180994:74:7961:7966 Crete Greece -0.455229509631582041 +36111 aapg_ah_623.html aapg_ah_623.html:100:10679:10691 State Bridge Glenwood Springs, Colorado -0.465705253187009671 +36112 cspg_html_5376629375 cspg_html_5376629375:391:47339:47380 Waterfowl Lacombe, Alberta -0.482092240402263728 +36113 sedimentology_html_6210806021 sedimentology_html_6210806021:85:5246:5254 Columbia Victoria, British Columbia -0.000774781561203988548 +36114 gsa_html_8833777630 gsa_html_8833777630:674:76480:76487 Laramie Cheyenne, Wyoming -0.485495508601457515 +36115 aapg_ai_491.html aapg_ai_491.html:484:62300:62305 Atoka Des Moines, Washington -0.480853789677316845 +36116 aapg_aa_71.html aapg_aa_71.html:266:22400:22448 Onondaga Indiana County, Pennsylvania -0.503870719216367835 +36117 gsa_html_6433065427 gsa_html_6433065427:879:81896:81920 Bouse Colorado -0.0257194847392249668 +36118 gsa_html_2729737430 gsa_html_2729737430:919:94391:94407 Colter Yellowstone National Park -0.249199036358690507 +36119 aapg_ac_715.html aapg_ac_715.html:429:29640:29650 Cedar Lake Prior Lake, Minnesota -0.507488043088870633 +36120 aapg_ae_187.html aapg_ae_187.html:359:38037:38051 Maquoketa Illinois 0.0016902762572143259 +36121 palaios_html_4216189038 palaios_html_4216189038:454:40822:40840 Beaufort Canadian Arctic Archipelago -0.00229308019174294993 +36122 aapg_ad_337.html aapg_ad_337.html:302:33392:33397 Vaqueros Newport Beach, California 0.00369673695039424762 +36123 cspg_html_6702053097 cspg_html_6702053097:418:47344:47361 Beekmantown Quebec City -0.00229308019174294993 +36124 geology_html_9162688386 geology_html_9162688386:240:22084:22092 San Jose California -0.451351189275800146 +36125 aapg_aa_870.html aapg_aa_870.html:587:54402:54418 Dakota Colorado 0.408269800434662933 +36126 geology_html_2620787843 geology_html_2620787843:16:1184:1194 Santa Cruz California -0.0143434446267858666 +36127 gsa_html_1456999093 gsa_html_1456999093:69:5660:5688 Green River Iran -0.431078138050761561 +36128 aapg_ah_339.html aapg_ah_339.html:4:590:606 Kinderhook Black River, Jamaica -0.460269102262388319 +36129 aapg_ac_190.html aapg_ac_190.html:104:18804:18822 Onondaga Hudson Valley -0.441486425747427802 +36130 aapg_ah_283.html aapg_ah_283.html:91:9064:9076 Yamhill Cowlitz River -0.476033304431228654 +36131 jgeology_html_6836496379 jgeology_html_6836496379:1023:71519:71525 Brazil Venezuela -0.471336008805755435 +36132 cspg_html_8089302449 cspg_html_8089302449:659:110235:110271 Dawson Bay Regina, Saskatchewan -0.447314589257592876 +36133 aapg_ah_536.html aapg_ah_536.html:138:18844:18858 Fredericksburg Paluxy, Texas -0.0833195212122300882 +36134 cspg_html_3026112034 cspg_html_3026112034:9:640:660 Swan Hills Pine Brook, New Jersey -0.460041893415422398 +36135 aapg_ad_171.html aapg_ad_171.html:39:5978:5987 Red Bluff Tehama, California -0.474069180634086484 +36136 gsa_html_2374661120 gsa_html_2374661120:538:54544:54554 Bear River Sevier orogeny -0.0841330846348060796 +36137 aapg_aa_684.html aapg_aa_684.html:465:40661:40680 Chugwater Cheyenne, Wyoming 0.501178751595505512 +36138 aapg_ac_629.html aapg_ac_629.html:533:65024:65029 Price Beaumont, Texas -0.0317923859746223822 +36139 geology_html_4304054973 geology_html_4304054973:63:4872:4886 Rove Virginia -0.0472770257306706979 +36140 gsa_html_8194200546 gsa_html_8194200546:576:67328:67338 Washington Seattle -0.463435584788403632 +36141 gsa_html_4036573414 gsa_html_4036573414:522:56020:56026 Provo Pyrenees -0.0201913809518237848 +36142 cspg_html_1019614994 cspg_html_1019614994:343:54455:54469 Banff Lacombe, Alberta -0.468198533701609299 +36143 cspg_html_9052264748 cspg_html_9052264748:27:3779:3792 Parry Islands Canada -0.0295955881019379606 +36144 aapg_ac_766.html aapg_ac_766.html:938:93309:93328 Slope New Mexico -0.480904968568341529 +36145 geology_html_3335667448 geology_html_3335667448:9:315:330 Rockland California -0.0322203122766998376 +36146 aapg_ah_978.html aapg_ah_978.html:451:41445:41452 Temblor Kern River Preserve -0.439258669305734428 +36147 aapg_aa_550.html aapg_aa_550.html:81:8795:8807 Walnut Goodland, Kansas -0.472678482936493838 +36148 aapg_ae_750.html aapg_ae_750.html:284:31138:31159 Wolfcamp Wichita, Kansas -0.0109795492601601104 +36149 aapg_ad_434.html aapg_ad_434.html:73:8366:8374 Columbia Victoria, British Columbia -0.445765747303770388 +36150 aapg_ae_836.html aapg_ae_836.html:167:13409:13426 Edwards Nelson, New Zealand -0.496102469458349238 +36151 gsa_html_9102781796 gsa_html_9102781796:960:85607:85635 Green River Colorado -0.0103905567969635754 +36152 cspg_html_9354781888 cspg_html_9354781888:993:69149:69158 Spearfish Manitoba -0.00395905591412439809 +36153 aapg_ae_725.html aapg_ae_725.html:25:3090:3105 Mesaverde Colorado -0.450784359288809666 +36154 aapg_ai_388.html aapg_ai_388.html:224:22999:23020 Browns Park Sparks, Nevada -0.0290321011190772874 +36155 palaios_html_7465495929 palaios_html_7465495929:49:4945:4960 Colon Venezuela -0.191218926374905313 +36156 aapg_ae_68.html aapg_ae_68.html:95:12021:12038 Oquirrh Reno, Nevada -0.0268931559198013828 +36157 aapg_ae_72.html aapg_ae_72.html:66:8948:8962 Lynch Dolomite Logan, Utah -0.0144303273551577363 +36158 aapg_ae_369.html aapg_ae_369.html:60:7057:7067 Tuscaloosa Tuscaloosa, Alabama 0.0459320594893250223 +36159 aapg_ah_978.html aapg_ah_978.html:604:56427:56452 Tulare Tulare, California -0.143039860850881773 +36160 aapg_ac_201.html aapg_ac_201.html:475:45838:45843 Kayak Canning River (Alaska) -0.516739860677001617 +36161 aapg_ai_328.html aapg_ai_328.html:183:15906:15917 Lake Valley Rift Valley lakes -0.0977569141125072538 +36162 gsa_html_9310053579 gsa_html_9310053579:712:62516:62542 Chumstick Washington (state) -0.472501057082917231 +36163 aapg_aa_112.html aapg_aa_112.html:64:6874:6882 Red Peak John Crow Mountains -0.441459714368856782 +36164 aapg_ak_24.html aapg_ak_24.html:10:1697:1712 Baird California -0.499203493557790035 +36165 sedimentology_html_7518899751 sedimentology_html_7518899751:1704:90329:90339 Bonneterre Missouri River 0.325165503107888443 +36166 sedimentology_html_8510537334 sedimentology_html_8510537334:1567:122461:122480 Tuscarora Pennsylvania -0.469648742182661783 +36167 cspg_html_8569428280 cspg_html_8569428280:35:4421:4443 Bell West Texas -0.488872438533925924 +36168 cspg_html_5688447798 cspg_html_5688447798:161:24279:24312 Disappointment Bay Ellesmere Island -0.443889149160736518 +36169 aapg_ac_557.html aapg_ac_557.html:28:3827:3850 Holder Sacramento, California -0.0974384983244544894 +36170 aapg_ae_259.html aapg_ae_259.html:3:180:187 Rodessa Shreveport, Louisiana -0.0160185962775735123 +36171 sedimentology_html_3463113014 sedimentology_html_3463113014:293:37575:37585 Sunderland Cambridge, Massachusetts -0.455279223830003521 +36172 jgeology_html_8494933343 jgeology_html_8494933343:679:46441:46469 Green River Cheyenne, Wyoming -0.440265166942118702 +36173 aapg_ad_883.html aapg_ad_883.html:222:21589:21611 Prairie Michigan 0.0414422659303552293 +36174 palaios_html_1262064602 palaios_html_1262064602:910:92301:92307 Denver Colorado -0.448350101124535771 +36175 sedimentology_html_3384519191 sedimentology_html_3384519191:856:50861:50867 Guelph Ontario, California -0.480695619561815057 +36176 cspg_html_4495377323 cspg_html_4495377323:176:21493:21501 Columbia Victoria, British Columbia -0.0420203413535321854 +36177 sedimentology_html_9971475238 sedimentology_html_9971475238:49:2532:2536 Buda Belgrade -0.00109094831221136397 +36178 aapg_ah_536.html aapg_ah_536.html:451:58632:58649 Rodessa Shreveport, Louisiana -0.0105834116577304821 +36179 aapg_ad_614.html aapg_ad_614.html:63:6134:6144 Tuscaloosa Paluxy, Texas 0.368059511204765488 +36180 aapg_ai_439.html aapg_ai_439.html:4:670:675 Tokio Tsuruga Nuclear Power Plant -0.0389336281325362993 +36181 aapg_af_908.html aapg_af_908.html:29:3504:3526 Nowata Arkansas River -0.0565310187113001669 +36182 aapg_aa_229.html aapg_aa_229.html:249:17640:17669 Dunvegan Lacombe, Alberta -0.45644603384473742 +36183 aapg_ai_912.html aapg_ai_912.html:70:13150:13169 Smackover Metro Manila 0.348474579537526474 +36184 aapg_ae_639.html aapg_ae_639.html:17:2020:2038 Woodbine Buda, Texas -0.0169709132296714665 +36185 AMJC_html_3101604482 AMJC_html_3101604482:153:16551:16570 Anakeesta Great Smoky Mountains -0.052851016470200643 +36186 aapg_af_480.html aapg_af_480.html:308:34092:34098 Denver Colorado -0.506336451321114045 +36187 cspg_html_4495377323 cspg_html_4495377323:305:32026:32042 Fernie Victoria, British Columbia -0.419958128211776138 +36188 aapg_ae_999.html aapg_ae_999.html:530:70168:70185 Mint Spring Mississippi River 0.343061633265404786 +36189 aapg_ae_152.html aapg_ae_152.html:101:7914:7931 Anahuac Shreveport, Louisiana -0.436376287029603016 +36190 sedimentology_html_3455721661 sedimentology_html_3455721661:61:6442:6460 Todilto Durango, Durango -0.0571922347974946066 +36191 geology_html_9338232697 geology_html_9338232697:276:21991:22001 Santa Rita New Mexico -0.463307888475886887 +36192 gsa_html_8919738278 gsa_html_8919738278:29:2796:2824 Green River Iran -0.00515253017068293719 +36193 cspg_html_7690718680 cspg_html_7690718680:13:2145:2165 Candelaria Reno, Nevada -0.469506369220983932 +36194 aapg_ad_691.html aapg_ad_691.html:7:852:872 Georgetown Texas -0.0158621976007121031 +36195 aapg_ai_772.html aapg_ai_772.html:49:6279:6295 Yucatan Guatemala -0.462102516958969756 +36196 aapg_ai_157.html aapg_ai_157.html:316:30475:30481 Guelph Norfolk, Virginia -0.042086508975559718 +36197 aapg_ad_581.html aapg_ad_581.html:216:28314:28328 Rome Saltville, Virginia -0.234932749811446379 +36198 aapg_ah_536.html aapg_ah_536.html:227:30908:30915 Rodessa Rodessa, Louisiana -0.450676431675374467 +36199 cspg_html_6927586285 cspg_html_6927586285:94:13866:13874 Columbia Victoria, British Columbia -0.0273313514332929886 +36200 aapg_ac_151.html aapg_ac_151.html:211:31107:31121 Frio Brazoria County, Texas -0.00961046045389274753 +36201 gsa_html_7120668170 gsa_html_7120668170:717:71032:71041 San Diego Baja California peninsula -0.442595627901035182 +36202 cspg_html_9174463232 cspg_html_9174463232:433:39997:40020 Lower Elk Point Lacombe, Alberta -0.467980749597819323 +36203 aapg_aa_118.html aapg_aa_118.html:53:5388:5404 Chazy Brainerd, Minnesota -0.458913519660435476 +36204 aapg_ae_297.html aapg_ae_297.html:175:15860:15866 Oregon Logan, Utah -0.457736710679965686 +36205 cspg_html_2283545366 cspg_html_2283545366:390:50084:50108 Frio Texas -0.470262127852539125 +36206 aapg_ae_305.html aapg_ae_305.html:1414:134629:134634 Colon Maracaibo 0.778904131607232597 +36207 aapg_ae_138.html aapg_ae_138.html:41:4209:4220 Selma Chalk Tuscaloosa, Alabama -0.0535450100863143555 +36208 aapg_aa_145.html aapg_aa_145.html:629:67882:67892 Washington Snoqualmie Pass, Washington -0.44948782523520614 +36209 sedimentology_html_6338456723 sedimentology_html_6338456723:1450:60398:60402 Bond North Atlantic Current -0.0213629091377398328 +36210 aapg_ad_971.html aapg_ad_971.html:221:22058:22068 Citronelle Alabama -0.213135369338190744 +36211 aapg_af_77.html aapg_af_77.html:277:21664:21672 Woodbine Long Lake, New York -0.460337276166031373 +36212 AMJC_html_8804784209 AMJC_html_8804784209:11:539:547 Montreal Quebec City 0.990444026166214186 +36213 cspg_html_3618628685 cspg_html_3618628685:27:4377:4395 Belly River Milk River, Alberta -0.102060766485780344 +36214 gsa_html_1142860634 gsa_html_1142860634:966:74451:74459 Santiago Chile -0.446110205830797302 +36215 aapg_ad_812.html aapg_ad_812.html:82:11333:11355 Todilto Entrada Sandstone 0.740433266317654826 +36216 cspg_html_9872589627 cspg_html_9872589627:139:20608:20634 Halfway Wembley Stadium -0.0181770085033734277 +36217 aapg_ad_351.html aapg_ad_351.html:876:80464:80480 Keokuk Burlington, Ontario -0.012814354007688291 +36218 cspg_html_2758324131 cspg_html_2758324131:368:53734:53750 Bakken Regina, Saskatchewan -0.466144329889246756 +36219 cspg_html_1996419880 cspg_html_1996419880:516:62853:62870 Bowser Victoria, British Columbia -0.459837454744856933 +36220 jgeology_html_5770073609 jgeology_html_5770073609:801:54788:54806 Monterey California -0.00473211949273434716 +36221 aapg_af_854.html aapg_af_854.html:1123:158948:158969 Tar Springs Perry County, Indiana -0.0400668715535646355 +36222 aapg_ai_468.html aapg_ai_468.html:305:37721:37738 Bossier Haynesville, Louisiana -0.479719327950920094 +36223 aapg_af_703.html aapg_af_703.html:207:23420:23429 Aux Vases Daviess County, Missouri -0.0142044328576254025 +36224 aapg_af_461.html aapg_af_461.html:125:12091:12110 Lone Rock Franconia, New Hampshire -0.0284373357943746817 +36225 aapg_ad_797.html aapg_ad_797.html:380:32768:32777 Sugarloaf Naha, Okinawa -0.0330135830277358128 +36226 cspg_html_7881580279 cspg_html_7881580279:117:16258:16275 Yeoman Red River of the North -0.0179684568885802344 +36227 aapg_ah_448.html aapg_ah_448.html:130:13531:13551 San Miguel Texas 0.0014766026609327194 +36228 cspg_html_4176605708 cspg_html_4176605708:429:43427:43439 Saskatchewan Lacombe, Alberta -0.04576482531518513 +36229 aapg_af_11.html aapg_af_11.html:380:38440:38445 Ouray Colorado -0.47944058990843208 +36230 cspg_html_5017240192 cspg_html_5017240192:43:4862:4886 Mission Canyon Manitoba -0.634641841600036893 +36231 aapg_ah_94.html aapg_ah_94.html:284:32951:32971 Fort Union Powder River Basin -0.39840463658690578 +36232 cspg_html_3043423556 cspg_html_3043423556:164:18954:18975 Bird Fiord Bathurst Island (Northern Territory) 0.388615706809896322 +36233 cspg_html_1503116552 cspg_html_1503116552:408:61544:61554 Swan Hills Western world -0.0640858759361697117 +36234 cspg_html_9721864351 cspg_html_9721864351:44:4957:4979 Mount Wilson Richmond, California -0.476449805414249639 +36235 aapg_ae_176.html aapg_ae_176.html:186:22121:22138 Bluesky Edmonton, London -0.487607747652621382 +36236 aapg_ae_694.html aapg_ae_694.html:275:30977:30995 Woodbine Texas -0.463332970234029085 +36237 aapg_ad_307.html aapg_ad_307.html:21:2457:2477 Richardson Mountains Russia -0.0280825762237737336 +36238 cspg_html_9879671248 cspg_html_9879671248:138:14217:14230 Wabamun Lacombe, Alberta -0.0423511843522919873 +36239 cspg_html_9987144175 cspg_html_9987144175:73:10976:11000 Parry Islands Hell Gate -0.0550221545613855598 +36240 aapg_ai_158.html aapg_ai_158.html:443:47526:47539 Traverse Iowa -0.00756560119780054757 +36241 cspg_html_5484260516 cspg_html_5484260516:6:262:275 Wabamun Lacombe, Alberta -0.00229308019174294993 +36242 aapg_ae_6.html aapg_ae_6.html:429:46829:46846 Edwards Central Texas -0.478377564070346595 +36243 aapg_af_854.html aapg_af_854.html:978:137959:137975 Bethel Kentucky -0.473649201225758321 +36244 cspg_html_9768299963 cspg_html_9768299963:200:20798:20815 Wapiti Horseshoe Canyon Formation -0.431078138050761561 +36245 gsa_html_8931761668 gsa_html_8931761668:1039:78556:78584 Green River Colorado -0.0263019613963844621 +36246 cspg_html_3404912985 cspg_html_3404912985:283:45136:45157 Belly River Lacombe, Alberta -0.452112016307883446 +36247 aapg_ac_692.html aapg_ac_692.html:274:29756:29762 Oregon Victoria, British Columbia -0.00161731451970968361 +36248 cspg_html_6839937815 cspg_html_6839937815:23:3579:3587 Dinwoody Las Vegas Strip -0.451787799117909672 +36249 palaios_html_5212272868 palaios_html_5212272868:254:28227:28233 Oregon Washington (state) -0.0330222814746261376 +36250 aapg_ai_38.html aapg_ai_38.html:159:16833:16845 Dakota Colorado Springs, Colorado 0.33601216500462 +36251 aapg_ac_333.html aapg_ac_333.html:633:77669:77679 Supai Arizona -0.433387995206966137 +36252 sedimentology_html_3490195740 sedimentology_html_3490195740:493:41224:41241 Camsell Canada -0.4462802459552766 +36253 aapg_ah_3.html aapg_ah_3.html:395:51518:51545 Palliser Cheyenne, Wyoming -0.433509375056355339 +36254 aapg_ae_181.html aapg_ae_181.html:81:10581:10601 Tuscaloosa Mississippi River -0.0334328557293608816 +36255 aapg_af_575.html aapg_af_575.html:648:88632:88641 Wapanucka Ardmore, Pennsylvania -0.0543315025159756756 +36256 aapg_af_337.html aapg_af_337.html:22:3325:3336 Piney Point Delaware 0.864643782677710471 +36257 geology_html_4658814755 geology_html_4658814755:270:24565:24573 Virginia Cape Charles, Virginia -0.0149690067830474411 +36258 cspg_html_6897022114 cspg_html_6897022114:135:19407:19413 Denver Colorado -0.467194881190696076 +36259 aapg_ad_143.html aapg_ad_143.html:65:5580:5587 Madison Renville County, Minnesota -0.441517589995484405 +36260 aapg_ad_883.html aapg_ad_883.html:19:3345:3353 Michigan Bloomington, Indiana 0.0119525385350554136 +36261 jgeology_html_4305195651 jgeology_html_4305195651:3093:222337:222347 Pottsville Pottsville, Pennsylvania -0.0361611269389206166 +36262 aapg_ad_2.html aapg_ad_2.html:1593:220434:220445 Beekmantown Chambersburg, Pennsylvania 0.00825705540955557274 +36263 aapg_ac_560.html aapg_ac_560.html:267:38629:38648 Vicksburg Texas 0.0069488599553278246 +36264 gsa_html_4098385343 gsa_html_4098385343:113:15064:15070 Beluga Cook Inlet -0.50044998043931721 +36265 geology_html_9316941915 geology_html_9316941915:279:24260:24268 Colorado San Juan, Argentina -0.0104061936391476109 +36266 aapg_ad_3.html aapg_ad_3.html:730:69354:69365 Beekmantown Virginia -0.438326464087016476 +36267 aapg_af_664.html aapg_af_664.html:559:62972:62982 San Andres Ector, Texas -0.45896570683289678 +36268 gsa_html_2605108986 gsa_html_2605108986:138:12561:12580 Matanuska Matanuska-Susitna Valley -0.498374324087579645 +36269 aapg_ah_40.html aapg_ah_40.html:17:1770:1790 San Andres West, Texas -0.0156223882901486526 +36270 gsa_html_3842354440 gsa_html_3842354440:656:60740:60750 Washington North Cascades National Park -0.426510306242507076 +36271 aapg_ae_278.html aapg_ae_278.html:884:91279:91283 Java Sumatra -0.47601017133294582 +36272 aapg_af_453.html aapg_af_453.html:44:5793:5810 Wasatch Fort Union Trading Post National Historic Site -0.38928228683044086 +36273 aapg_ae_73.html aapg_ae_73.html:166:21552:21562 Deer Creek Atoka, Oklahoma -0.0225432067788778057 +36274 aapg_ah_662.html aapg_ah_662.html:459:45484:45492 Colorado Texas -0.11002695788092437 +36275 geology_html_9324035548 geology_html_9324035548:158:18435:18443 Columbia Victoria, British Columbia -0.473778404154942046 +36276 gsa_html_1783148177 gsa_html_1783148177:959:89630:89652 Artist Drive Death Valley 0.930864853981360096 +36277 AMJC_html_2375334599 AMJC_html_2375334599:984:94243:94256 Francis London, Ontario -0.432289667144302503 +36278 aapg_aa_233.html aapg_aa_233.html:391:38646:38656 San Felipe San Juan, Argentina 0.929064706570286059 +36279 cspg_html_8298261690 cspg_html_8298261690:521:56810:56826 Viking Western Canadian Sedimentary Basin 0.92575674775456851 +36280 gsa_html_7272439065 gsa_html_7272439065:435:47589:47604 Lance Fort Union Trading Post National Historic Site -0.022564066972144893 +36281 aapg_ai_515.html aapg_ai_515.html:241:26047:26063 Uinta Wasatch Range -0.0369546842337877615 +36282 gsa_html_4435818803 gsa_html_4435818803:594:53359:53364 Rapid Nassau, Bahamas -0.485238274937032199 +36283 cspg_html_6608209149 cspg_html_6608209149:588:57237:57265 Elk Lacombe, Alberta -0.466782751574986277 +36284 aapg_ai_49.html aapg_ai_49.html:213:25274:25282 Woodside Boise, Idaho -0.470629904958731249 +36285 aapg_ad_810.html aapg_ad_810.html:264:23735:23740 Yukon McConnell Air Force Base -0.464409872562970838 +36286 aapg_ai_802.html aapg_ai_802.html:160:14550:14560 Kinderhook Kinderhook (town), New York -0.451787799117909672 +36287 aapg_af_663.html aapg_af_663.html:70:6791:6813 Higginsville Lexington, Kentucky 0.0166945981893577566 +36288 cspg_html_1962846283 cspg_html_1962846283:68:9148:9163 Grassy Mountain Kootenay River -0.0397744087434021287 +36289 aapg_ae_6.html aapg_ae_6.html:122:13593:13603 Rio Grande East Texas -0.461456070409902219 +36290 geology_html_2705128271 geology_html_2705128271:36:2749:2768 Pocatello Boise, Idaho -0.206698652846716541 +36291 geology_html_7986465918 geology_html_7986465918:242:21529:21536 Pearson Spain -0.47596853330555533 +36292 aapg_ac_517.html aapg_ac_517.html:210:27852:27862 Milk River Colorado -0.0400999482749248432 +36293 cspg_html_4943597281 cspg_html_4943597281:14:1801:1838 Viking Bow Island Airport -0.00333887242237054967 +36294 cspg_html_2758185645 cspg_html_2758185645:282:25050:25062 Rundle Lacombe, Alberta -0.496043265221558505 +36295 aapg_ac_995.html aapg_ac_995.html:73:6626:6648 Huayacocotla San Bartolo District -0.080301481372355793 +36296 aapg_ah_203.html aapg_ah_203.html:526:85324:85342 Morrison New Mexico -0.0118760883237155699 +36297 aapg_ah_823.html aapg_ah_823.html:26:2778:2783 Yukon Manitoba -0.458675312427173743 +36298 sedimentology_html_3349288978 sedimentology_html_3349288978:618:47459:47465 Cooper Thailand -0.0157388171484894208 +36299 aapg_ae_204.html aapg_ae_204.html:248:22459:22469 Clearwater Little Cottonwood Creek -0.0428648860089176492 +36300 sedimentology_html_8274990152 sedimentology_html_8274990152:1469:84933:84957 Nisku Lacombe, Alberta -0.432236767973233238 +36301 AMJC_html_9120759990 AMJC_html_9120759990:602:56210:56228 Provo Greece -0.0730428341615278059 +36302 palaios_html_2223085265 palaios_html_2223085265:18:905:925 Toro Chile -0.46957525648780718 +36303 aapg_ai_583.html aapg_ai_583.html:361:43753:43770 Rierdon Black Hills 0.81325295536031339 +36304 aapg_ad_466.html aapg_ad_466.html:1374:146209:146226 Magothy The Carolinas -0.485729424463417547 +36305 aapg_ac_260.html aapg_ac_260.html:64:10261:10269 Michigan Williston, Vermont -0.462302919433881576 +36306 aapg_ad_2.html aapg_ad_2.html:1079:148338:148357 Beekmantown Adirondack Park -0.430162811457305505 +36307 aapg_ad_720.html aapg_ad_720.html:690:59483:59490 Rustler Carlsbad, New Mexico -0.448529529594894116 +36308 gsa_html_6117440194 gsa_html_6117440194:757:76825:76833 Snowshoe Whitefish (fisheries term) -0.460980639153810601 +36309 sedimentology_html_7306682302 sedimentology_html_7306682302:27:1784:1808 Protection Helsinki -0.454068782805138071 +36310 gsa_html_3720789279 gsa_html_3720789279:1520:136791:136804 Santa Barbara California -0.439631812877842865 +36311 gsa_html_1743346632 gsa_html_1743346632:1034:84833:84869 Morin Quebec City -0.0258220684876826687 +36312 cspg_html_4098352595 cspg_html_4098352595:33:4578:4609 Beaufort Anchorage, Alaska -0.427711626546922574 +36313 gsa_html_7657889405 gsa_html_7657889405:237:22258:22277 Moreno Moraine, Ohio -0.0124129812660324374 +36314 sedimentology_html_6951714124 sedimentology_html_6951714124:16:1113:1143 Swift Lacombe, Alberta -0.467978457419396532 +36315 cspg_html_5450075884 cspg_html_5450075884:812:80003:80026 Beaver Mines Lacombe, Alberta -0.443933785681361437 +36316 aapg_ae_626.html aapg_ae_626.html:173:17588:17601 A-1 Carbonate Lake Erie -0.437049524484892205 +36317 gsa_html_2989317971 gsa_html_2989317971:183:22186:22214 Challis Boise, Idaho -0.488872438533925924 +36318 sedimentology_html_1482430163 sedimentology_html_1482430163:529:57627:57633 Moscow Seattle -0.444835906435795903 +36319 aapg_ac_939.html aapg_ac_939.html:827:88734:88743 Red River Shreveport, Louisiana -0.430334367802676421 +36320 cspg_html_8520409981 cspg_html_8520409981:18:2077:2097 Dawson Bay Manitoba -0.358090701670523315 +36321 cspg_html_3385840278 cspg_html_3385840278:7:523:544 Beaverhill Middle East -0.00200123251374013846 +36322 sedimentology_html_9247485319 sedimentology_html_9247485319:1092:74387:74391 Wise Antarctica -0.496967326315652103 +36323 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16787:16793 Oregon Washington (state) -0.467870731747513147 +36324 cspg_html_3521815736 cspg_html_3521815736:235:33113:33128 Toad Western world -0.492706142050923668 +36325 aapg_af_95.html aapg_af_95.html:16:2327:2344 Walnut Texas -0.0743708697972152444 +36326 sedimentology_html_3941612453 sedimentology_html_3941612453:366:30184:30193 Eel River California -0.0270583470538351585 +36327 aapg_aa_313.html aapg_aa_313.html:970:103877:103884 Halifax Cape Hatteras Light -0.0400668715535646355 +36328 aapg_ac_613.html aapg_ac_613.html:220:34601:34616 Mesaverde San Juan, Argentina 0.316375575138144238 +36329 aapg_aa_542.html aapg_aa_542.html:53:6375:6378 Ada Seminole, Texas -0.458695727712452594 +36330 gsa_html_6980451554 gsa_html_6980451554:72:9075:9092 Moenave Arizona -0.502509328612984252 +36331 aapg_ai_468.html aapg_ai_468.html:246:29822:29841 Cotton Valley Bossier City, Louisiana -0.472770666406185036 +36332 aapg_af_69.html aapg_af_69.html:26:2969:2977 Virginia Virginia 0.0272444067801254249 +36333 geology_html_7977615951 geology_html_7977615951:262:24671:24676 Uinta Logan, Utah -0.0233880656689205678 +36334 gsa_html_2447330132 gsa_html_2447330132:61:3809:3837 Green River Colorado -0.0210882710852193268 +36335 aapg_af_595.html aapg_af_595.html:199:17069:17082 Wilcox Mississippi River -0.42326902375045744 +36336 gsa_html_4472896560 gsa_html_4472896560:334:27146:27161 Lava Creek Tuff Yellowstone National Park -0.433196026302246739 +36337 gsa_html_9162524826 gsa_html_9162524826:58:3670:3698 Green River Colorado 0.00736581097593620986 +36338 cspg_html_9717154602 cspg_html_9717154602:232:35379:35403 Schrader Bluff Anchorage, Alaska -0.458695727712452594 +36339 aapg_ac_486.html aapg_ac_486.html:4:459:465 Dakota Nebraska -0.425516196002090841 +36340 gsa_html_5773604426 gsa_html_5773604426:132:12735:12747 Wilcox Shreveport, Louisiana -0.0103801322392496759 +36341 gsa_html_9870828882 gsa_html_9870828882:940:73672:73693 Green River Cheyenne, Wyoming -0.0594310954775296302 +36342 aapg_ad_368.html aapg_ad_368.html:79:7747:7766 Newcastle Cheyenne, Wyoming -0.433376961451207021 +36343 cspg_html_6252417471 cspg_html_6252417471:254:37115:37137 Eureka Sound Banks Island 0.0191780858485972837 +36344 aapg_ai_94.html aapg_ai_94.html:22:3954:3960 Sonora Veracruz, Veracruz -0.0678021976864085774 +36345 gsa_html_1662492421 gsa_html_1662492421:705:60833:60843 Washington Whidbey Island -0.458659434193013582 +36346 aapg_ai_31.html aapg_ai_31.html:3:452:461 Catahoula Shreveport, Louisiana -0.199182081838063268 +36347 aapg_ah_52.html aapg_ah_52.html:3:393:412 Matanuska Anchorage, Alaska -0.452909542628234352 +36348 aapg_ac_453.html aapg_ac_453.html:147:20738:20747 Worcester England -0.442620143363224416 +36349 gsa_html_9898556493 gsa_html_9898556493:238:27976:27992 Modesto Merced River -0.4391432028015122 +36350 aapg_ae_16.html aapg_ae_16.html:556:65069:65074 Price Ontario, California -0.00696275827002107526 +36351 gsa_html_5664265459 gsa_html_5664265459:1142:107409:107415 Oregon Boise, Idaho -0.0278217295801544348 +36352 aapg_ac_789.html aapg_ac_789.html:176:34967:34975 Colorado Denver -0.495723634298967097 +36353 gsa_html_1975444584 gsa_html_1975444584:921:77452:77480 Green River Colorado -0.00846727342264548197 +36354 aapg_ad_683.html aapg_ad_683.html:732:73296:73301 Supai Monument Valley -0.0172889404553563421 +36355 geology_html_6152131284 geology_html_6152131284:100:9869:9877 Colorado Black Hills -0.460269102262388319 +36356 sedimentology_html_3837328737 sedimentology_html_3837328737:1560:100768:100795 Tidal Memphis International Airport -0.474355436180137646 +36357 AMJC_html_2069773375 AMJC_html_2069773375:1007:69578:69584 Sierra Caribbean -0.466384542072334651 +36358 cspg_html_3914683557 cspg_html_3914683557:915:96858:96862 Wise Cheyenne, Wyoming -0.0146249457170983255 +36359 gsa_html_7808051457 gsa_html_7808051457:585:55802:55819 Manitou Manitou Springs, Colorado -0.0374506887699371238 +36360 AMJC_html_1252169248 AMJC_html_1252169248:608:59065:59075 Laurentian Killingworth, Connecticut -0.440354093294291316 +36361 aapg_ae_454.html aapg_ae_454.html:562:51190:51199 Shongaloo Hubbard, Bowie County, Texas -0.430026468312881383 +36362 gsa_html_7518144145 gsa_html_7518144145:493:39691:39696 Yukon Anchorage, Alaska -0.4852429512232731 +36363 gsa_html_2028006768 gsa_html_2028006768:850:63073:63078 Rapid Earth -0.0363699519026964915 +36364 palaios_html_7465495929 palaios_html_7465495929:167:16597:16614 La Luna Venezuela -0.484534784604727431 +36365 aapg_af_482.html aapg_af_482.html:66:8618:8630 Todos Santos Honduras -0.478911234884053072 +36366 cspg_html_1191211339 cspg_html_1191211339:547:62200:62235 Bakken Williston Basin -0.476449805414249639 +36367 aapg_aa_736.html aapg_aa_736.html:29:3439:3448 Coldwater Sunbury, Pennsylvania -0.0703772867504297434 +36368 aapg_ai_962.html aapg_ai_962.html:209:14857:14870 Brushy Canyon Delaware -0.0647985531001060572 +36369 cspg_html_9275863663 cspg_html_9275863663:991:133009:133026 Gilwood Lacombe, Alberta 0.0216462427440760434 +36370 aapg_af_288.html aapg_af_288.html:183:20076:20090 Earp Arizona -0.56759512892032693 +36371 cspg_html_6159840831 cspg_html_6159840831:314:37955:37972 Cardium Victoria, British Columbia -0.46105569042928074 +36372 aapg_ah_260.html aapg_ah_260.html:209:27119:27128 Flagstaff Flagstaff, Arizona -0.444036457876645585 +36373 aapg_ad_52.html aapg_ad_52.html:734:80554:80573 Coldwater Gladwin County, Michigan -0.436832441054611387 +36374 geology_html_2503160398 geology_html_2503160398:284:24370:24378 Dunvegan Canada -0.44721379024503416 +36375 aapg_ae_805.html aapg_ae_805.html:261:30441:30455 Naco Arizona -0.557097574522704697 +36376 cspg_html_7688587411 cspg_html_7688587411:294:31815:31833 Kaskapau Lacombe, Alberta -0.0155129109205666468 +36377 jgeology_html_4305195651 jgeology_html_4305195651:1306:108976:108985 Manorkill New York City -0.0137248477945169315 +36378 gsa_html_2098291403 gsa_html_2098291403:436:39628:39634 Oregon Washington (state) -0.487987661646075377 +36379 gsa_html_4667678389 gsa_html_4667678389:1222:118091:118129 Kingston Peak Death Valley -0.511053760151644054 +36380 cspg_html_4623526246 cspg_html_4623526246:33:4057:4070 Parry Islands Western world -0.458648092769168181 +36381 aapg_ah_287.html aapg_ah_287.html:371:48018:48024 Denver Colorado -0.456479975332736432 +36382 aapg_ac_924.html aapg_ac_924.html:202:18377:18384 Madison Cheyenne, Wyoming -0.477234757760444439 +36383 cspg_html_3740794265 cspg_html_3740794265:76:8805:8822 Gething Victoria, British Columbia -0.41073257068006791 +36384 aapg_ai_364.html aapg_ai_364.html:145:14115:14121 Oswego Fort Scott National Historic Site -0.482963947665808413 +36385 geology_html_2433950649 geology_html_2433950649:45:2692:2698 Sierra Chihuahua (state) -0.0463867446356681576 +36386 aapg_af_705.html aapg_af_705.html:84:8358:8370 Austin Chalk Buda, Texas -0.449541717141150321 +36387 aapg_aa_158.html aapg_aa_158.html:412:37615:37633 Morrison Colorado Plateau -0.0310322458583647716 +36388 aapg_ah_540.html aapg_ah_540.html:354:33434:33442 Colorado Venezuela -0.450586501765938174 +36389 aapg_ah_881.html aapg_ah_881.html:86:9675:9684 Chuckanut Knowlton Township, New Jersey -0.490143713980378037 +36390 geology_html_3815023299 geology_html_3815023299:293:22752:22770 Yakataga Anchorage, Alaska -0.43344757972276704 +36391 aapg_af_551.html aapg_af_551.html:310:32858:32879 Lake Valley Rift Valley lakes 0.736127233543331871 +36392 aapg_ai_584.html aapg_ai_584.html:828:87934:87948 Converse Hartville, Missouri -0.478535310781285639 +36393 aapg_aa_689.html aapg_aa_689.html:428:53713:53719 Salina Michigan -0.459887424332023564 +36394 cspg_html_6334734829 cspg_html_6334734829:282:28999:29007 Tantalus Indian River (Florida) -0.457492019193031785 +36395 gsa_html_1324861111 gsa_html_1324861111:1013:86373:86396 Slope London, Ontario -0.0298634270365841781 +36396 palaios_html_5896739151 palaios_html_5896739151:423:33150:33154 Hall London, Ontario -0.483897233884893974 +36397 aapg_ae_885.html aapg_ae_885.html:82:9134:9138 Muav Logan, Utah -0.0581466662257922734 +36398 aapg_aa_231.html aapg_aa_231.html:228:22866:22884 Niobrara Niobrara, Nebraska -0.460746428725734014 +36399 cspg_html_7595517955 cspg_html_7595517955:519:54056:54071 Melville Island Canadian Arctic Archipelago -0.492281675671482677 +36400 gsa_html_2458437601 gsa_html_2458437601:68:5726:5754 Green River Colorado -0.0273835184878958443 +36401 aapg_ah_318.html aapg_ah_318.html:3569:290156:290175 Smackover Arkansas -0.410654977258053444 +36402 aapg_ah_260.html aapg_ah_260.html:134:17788:17812 Cedar Mountain Colorado 0.0159560366827661039 +36403 gsa_html_6985417117 gsa_html_6985417117:793:63538:63544 Sierra Reno, Nevada -0.046510437316175636 +36404 aapg_aa_870.html aapg_aa_870.html:584:54177:54193 Dakota Colorado Plateau 0.301392247635912713 +36405 cspg_html_6306091047 cspg_html_6306091047:677:93331:93355 Belloy Victoria, British Columbia 0.399648748784443841 +36406 aapg_ad_855.html aapg_ad_855.html:287:29868:29876 Woodbine East Texas -0.461171691164054931 +36407 aapg_ad_720.html aapg_ad_720.html:808:67931:67946 Queen Artesia, New Mexico -0.466714081975797668 +36408 cspg_html_9735723617 cspg_html_9735723617:405:52178:52200 Nation River Anchorage, Alaska -0.470292003998596664 +36409 sedimentology_html_6268265701 sedimentology_html_6268265701:1344:94042:94058 Viking Lacombe, Alberta -0.455432903203822237 +36410 geology_html_4341033542 geology_html_4341033542:278:23007:23013 Rincon Bolivia -0.49687250405482164 +36411 aapg_aa_37.html aapg_aa_37.html:261:32448:32464 Kaibab Logan, Utah -0.0270809523083245587 +36412 aapg_ac_419.html aapg_ac_419.html:1032:110414:110420 Walker San Clemente, California -0.0330222814746261376 +36413 aapg_ad_945.html aapg_ad_945.html:311:33295:33312 Cold Lake Lacombe, Alberta -0.45230795361337589 +36414 aapg_af_98.html aapg_af_98.html:79:10261:10277 Dakota San Juan, Argentina 0.364635781540265769 +36415 aapg_aa_913.html aapg_aa_913.html:484:33983:33988 Weeks Caldwell County, North Carolina -0.0566077792126221876 +36416 geology_html_8437329166 geology_html_8437329166:60:5316:5331 Orocopia Schist Blue Ridge Mountains -0.43597788776021662 +36417 aapg_ai_94.html aapg_ai_94.html:263:36455:36465 San Felipe San Antonio -0.462143504710773534 +36418 aapg_ac_55.html aapg_ac_55.html:336:40264:40272 Virginia Baltimore -0.029835599351404625 +36419 aapg_ah_632.html aapg_ah_632.html:153:18781:18792 Martinsburg Juniata County School District 1.09371020967056731 +36420 aapg_ah_849.html aapg_ah_849.html:116:13402:13428 Banff Black River, Jamaica 0.0128699558541004178 +36421 sedimentology_html_6763678539 sedimentology_html_6763678539:632:37755:37759 Hall London, Ontario -0.0288373212008630718 +36422 cspg_html_9905904289 cspg_html_9905904289:378:49029:49035 Ferris Regina, Saskatchewan -0.0741521314053231045 +36423 aapg_ad_683.html aapg_ad_683.html:619:63328:63334 Hermit Coconino County, Arizona -0.454305775206324536 +36424 aapg_aa_654.html aapg_aa_654.html:252:38601:38617 Sandia Placitas, New Mexico -0.437563637351169654 +36425 aapg_ai_277.html aapg_ai_277.html:7:1052:1061 Smackover Cape Hatteras Light 0.0172976297884785309 +36426 aapg_ac_807.html aapg_ac_807.html:15:1799:1816 Matawan Maryland -0.0644422036920472285 +36427 palaios_html_2592562131 palaios_html_2592562131:706:59122:59142 Bloomsburg Pennsylvania 0.0101073573662476459 +36428 aapg_aa_415.html aapg_aa_415.html:146:20395:20413 Anacacho San Antonio -0.456561440120662909 +36429 jgeology_html_8355852976 jgeology_html_8355852976:862:50669:50677 Colorado Loveland, Ohio -0.485238274937032199 +36430 jgeology_html_6882545802 jgeology_html_6882545802:400:34941:34959 Fairview Kentucky -0.446110205830797302 +36431 cspg_html_3529479452 cspg_html_3529479452:17:2395:2409 Mission Canyon Williston Basin -0.0225432067788778057 +36432 gsa_html_9052101586 gsa_html_9052101586:548:69180:69202 Peoria Peoria, Illinois -0.477401564658383792 +36433 aapg_ad_59.html aapg_ad_59.html:104:18334:18340 Unicoi Hampton, New Hampshire -0.00693148706696411487 +36434 aapg_ai_784.html aapg_ai_784.html:17:2407:2417 Eau Claire Franconia, New Hampshire -0.441397390812390766 +36435 aapg_aa_15.html aapg_aa_15.html:304:36091:36095 Frio Texas -0.46326000708216164 +36436 sedimentology_html_9378527223 sedimentology_html_9378527223:2068:60124:60141 Carrizo East Texas 0.0241686433122073677 +36437 cspg_html_3942782922 cspg_html_3942782922:31:3321:3329 Columbia Victoria, British Columbia -0.470216166533545032 +36438 aapg_aa_784.html aapg_aa_784.html:21:1669:1683 Chainman Yucca Mountain 0.0208049463724238951 +36439 aapg_aa_976.html aapg_aa_976.html:220:25658:25674 Warsaw Athens, Georgia -0.475473655949527896 +36440 aapg_ae_68.html aapg_ae_68.html:700:65529:65555 Oquirrh Logan, Utah 0.361633873801661954 +36441 aapg_ah_427.html aapg_ah_427.html:808:103397:103414 Haymond Pottsville, Pennsylvania -0.47944058990843208 +36442 gsa_html_8638560961 gsa_html_8638560961:173:22333:22347 Duchesne River Uinta Mountains -0.0975053458822169039 +36443 cspg_html_9729377176 cspg_html_9729377176:67:8524:8533 Baldonnel Victoria, British Columbia -0.449431691216236939 +36444 aapg_aa_348.html aapg_aa_348.html:109:9296:9302 Wilcox Chattanooga, Tennessee -0.449319433531474521 +36445 gsa_html_1368960700 gsa_html_1368960700:854:64350:64378 Green River Iran -0.0194353152309463539 +36446 cspg_html_4659384530 cspg_html_4659384530:7:602:627 Beaverhill Swan Hill, Victoria -0.483456129814212821 +36447 aapg_af_444.html aapg_af_444.html:874:84500:84508 Columbia San Marcos, California -0.442421809625085982 +36448 aapg_aa_62.html aapg_aa_62.html:678:54350:54356 Cedros Trinidad and Tobago -0.0545878728728429602 +36449 aapg_ae_909.html aapg_ae_909.html:12:1951:1963 Uscari Jamaica, Queens -0.47032647773667996 +36450 aapg_ai_468.html aapg_ai_468.html:195:24359:24376 Bossier Bossier City, Louisiana -0.218646017806344656 +36451 aapg_ae_605.html aapg_ae_605.html:75:11128:11138 Deer Creek Wabash and Erie Canal -0.424923287683910134 +36452 gsa_html_4593629541 gsa_html_4593629541:172:17273:17281 Colorado Portland, Maine -0.454475093508583283 +36453 gsa_html_4557277250 gsa_html_4557277250:624:57822:57843 Twin Creek Logan, Utah -0.0450401829043313162 +36454 aapg_ah_329.html aapg_ah_329.html:193:18377:18396 Point Sal Casmalia Hills -0.4899838188757622 +36455 cspg_html_6545726692 cspg_html_6545726692:390:45662:45689 Yakataga Anchorage, Alaska -0.494971205064895448 +36456 aapg_ai_592.html aapg_ai_592.html:326:52818:52829 Green River Uinta Mountains -0.0753001757249387588 +36457 cspg_html_2882882278 cspg_html_2882882278:77:13513:13531 Belcourt Belcourt, North Dakota -0.47395378155658785 +36458 cspg_html_2126655196 cspg_html_2126655196:6:468:478 Kananaskis Pennsylvania -0.428396267465174896 +36459 gsa_html_7137974267 gsa_html_7137974267:544:57955:57967 Saskatchewan Wollaston (Quincy, Massachusetts) -0.466299888436986554 +36460 geology_html_2132529104 geology_html_2132529104:225:23951:23969 Monterey California -0.43919205226689878 +36461 sedimentology_html_7053260653 sedimentology_html_7053260653:465:45173:45177 Hall London, Ontario -0.467877607461444023 +36462 cspg_html_8290572971 cspg_html_8290572971:275:37358:37381 Turner Valley Moose Mountain (Alberta) 0.000564582905986352451 +36463 aapg_af_636.html aapg_af_636.html:352:40971:40980 Schoharie Jeffersonville, Indiana -0.0251613720923007447 +36464 aapg_ae_740.html aapg_ae_740.html:73:10492:10499 Torrens Western world -0.00202555313540596143 +36465 aapg_ah_169.html aapg_ah_169.html:29:3323:3330 Carache Venezuela -0.454685092236895128 +36466 aapg_ae_667.html aapg_ae_667.html:325:39897:39917 Flagstaff Colton, California -0.0207667065675008616 +36467 aapg_ai_584.html aapg_ai_584.html:728:76662:76668 Casper Laramie, Wyoming -0.0422083979785996613 +36468 cspg_html_3026112034 cspg_html_3026112034:743:73492:73530 Leduc Canada -0.00756560119780054757 +36469 cspg_html_1814004928 cspg_html_1814004928:737:72315:72343 Wabamun Lacombe, Alberta -0.454540571750530975 +36470 aapg_ai_66.html aapg_ai_66.html:82:8578:8587 Mesaverde Larimer (Pittsburgh) -0.0175218157848266304 +36471 aapg_aa_145.html aapg_aa_145.html:361:38440:38452 Nicola Kamloops -0.231168635655649574 +36472 aapg_ae_860.html aapg_ae_860.html:5:634:650 Chinle Santa Rosa, California -0.467497231753434772 +36473 aapg_ai_567.html aapg_ai_567.html:1237:157974:157980 Oregon South America -0.0723710727687007088 +36474 cspg_html_6839937815 cspg_html_6839937815:126:17525:17542 Thaynes Great Basin -0.00984327149097449609 +36475 palaios_html_2621173808 palaios_html_2621173808:60:7550:7560 Kananaskis Clearwater, Florida -0.422147407249121198 +36476 aapg_af_440.html aapg_af_440.html:417:41096:41099 Cid Villafranca -0.472823676298187945 +36477 cspg_html_1503116552 cspg_html_1503116552:355:54754:54779 Beaverhill Western world -0.493411698974303814 +36478 cspg_html_6985536436 cspg_html_6985536436:664:85391:85407 Kanguk Banks Island -0.0941221759769068356 +36479 aapg_ai_771.html aapg_ai_771.html:117:11533:11552 Navesink Merchantville, New Jersey -0.49543725338542266 +36480 aapg_ah_441.html aapg_ah_441.html:18:2626:2637 Arkadelphia Arkadelphia, Arkansas -0.402556235390763795 +36481 aapg_aa_233.html aapg_aa_233.html:34:3878:3884 Cupido Matamoros, Tamaulipas -0.0383226719059837143 +36482 sedimentology_html_5613495298 sedimentology_html_5613495298:1359:75343:75359 Chinle Arizona -0.0140132928615952432 +36483 aapg_ae_369.html aapg_ae_369.html:62:7565:7575 Tuscaloosa Tuscaloosa, Alabama 0.0605028149712847074 +36484 aapg_ae_715.html aapg_ae_715.html:62:10177:10207 Catahoula Houston -0.0198211657095899094 +36485 aapg_ai_208.html aapg_ai_208.html:3:355:371 Peedee North Carolina -0.0228248215914789478 +36486 aapg_ah_283.html aapg_ah_283.html:133:13980:14007 Cowlitz Washington (state) 0.00389825344276496875 +36487 aapg_af_616.html aapg_af_616.html:161:12326:12338 Seven Rivers Ward County, North Dakota -0.413981895448320647 +36488 cspg_html_1188455526 cspg_html_1188455526:274:42885:42907 Eureka Sound Ellesmere Island 0.00186225759184010619 +36489 aapg_ae_6.html aapg_ae_6.html:578:62702:62709 Edwards Texas -0.480109712230180896 +36490 aapg_ae_471.html aapg_ae_471.html:117:12163:12176 Cotton Valley Macedonia (region) -0.420526210144467727 +36491 cspg_html_1818321956 cspg_html_1818321956:474:48237:48251 Toad Liard River, British Columbia -0.44326223419282984 +36492 geology_html_5689737055 geology_html_5689737055:20:1391:1395 Hall Texas -0.0449670253897642563 +36493 aapg_aa_4.html aapg_aa_4.html:276:36894:36910 Sonyea Middlesex -0.00581963313965654701 +36494 gsa_html_1275728256 gsa_html_1275728256:784:67075:67086 Santa Clara California -0.470365549607814404 +36495 aapg_ad_335.html aapg_ad_335.html:283:33515:33536 Fort Union Fort Union Trading Post National Historic Site -0.00746310002878541098 +36496 cspg_html_6032369756 cspg_html_6032369756:231:26926:26934 Edmonton Lacombe, Alberta -0.477142101104954475 +36497 gsa_html_1197940982 gsa_html_1197940982:234:21299:21310 Sierra Reno, Nevada -0.46567095948211501 +36498 aapg_aa_928.html aapg_aa_928.html:117:11972:11977 Yegua Washington (state) -0.0130645631501062637 +36499 aapg_ad_37.html aapg_ad_37.html:109:11780:11784 Frio Polk County, Florida -0.0202105002468695241 +36500 cspg_html_4395843019 cspg_html_4395843019:499:66730:66755 Beaverhill Lacombe, Alberta -0.455482628602140449 +36501 cspg_html_5456368738 cspg_html_5456368738:128:16605:16623 Ramparts Thunder Bay River 0.0102341887438569899 +36502 aapg_ae_997.html aapg_ae_997.html:66:8758:8763 Price Victoria, British Columbia -0.446186272521599148 +36503 cspg_html_7297340324 cspg_html_7297340324:162:27462:27477 Gates Carmichael, California -0.0392835092525669338 +36504 aapg_ae_345.html aapg_ae_345.html:424:31143:31153 Tuscaloosa Tuscaloosa, Alabama 0.00291152111123599983 +36505 aapg_ac_509.html aapg_ac_509.html:196:16332:16338 Casper Cheyenne, Wyoming -0.031171398356582336 +36506 palaios_html_8895470583 palaios_html_8895470583:60:6915:6922 La Boca Trinidad and Tobago -0.500385707625650822 +36507 aapg_af_975.html aapg_af_975.html:123:20064:20071 Minturn Colorado -0.0667291605834423041 +36508 gsa_html_1489580785 gsa_html_1489580785:63:4688:4706 Monterey California -0.471193362251331016 +36509 gsa_html_8881958017 gsa_html_8881958017:121:14756:14770 Brooklyn Greenwood, South Carolina -0.486457311735010611 +36510 gsa_html_9353787239 gsa_html_9353787239:930:83484:83501 Pioneer Flagstaff, Arizona -0.446146001135949044 +36511 gsa_html_1248650603 gsa_html_1248650603:13:616:625 Rochester Earth -0.0554564637243875128 +36512 aapg_ae_961.html aapg_ae_961.html:133:10667:10685 Winnipeg Lake Winnipeg -0.390973871546517304 +36513 aapg_aa_713.html aapg_aa_713.html:60:5559:5567 Colorado North Carolina -0.4741730528447482 +36514 aapg_ac_366.html aapg_ac_366.html:419:42839:42856 Keefer Huntington, West Virginia -0.423072537243216251 +36515 aapg_ad_69.html aapg_ad_69.html:191:14961:14969 Cloverly Fort Union Trading Post National Historic Site -0.446052041434467972 +36516 aapg_af_22.html aapg_af_22.html:652:77650:77659 Athabasca Lacombe, Alberta -0.463697875765281653 +36517 aapg_af_888.html aapg_af_888.html:169:17610:17626 San Andres Sandhills (Carolina) -0.465040191962243332 +36518 aapg_ad_740.html aapg_ad_740.html:22:3631:3639 Niobrara Benton, Arkansas -0.425450542305663815 +36519 cspg_html_9689514766 cspg_html_9689514766:814:102204:102212 Montreal Ontario, California -0.471501691978871318 +36520 aapg_aa_813.html aapg_aa_813.html:419:44936:44957 Fort Union Cheyenne, Wyoming -0.280495517322211063 +36521 cspg_html_6121424055 cspg_html_6121424055:262:21137:21153 Besa River Victoria, British Columbia -0.484413309843390927 +36522 gsa_html_9053175553 gsa_html_9053175553:202:25745:25764 Flagstaff Flagstaff, Arizona -0.508540273236390394 +36523 jgeology_html_5981661056 jgeology_html_5981661056:727:56670:56691 Ohanapecosh Washington (state) -0.484161071054726611 +36524 cspg_html_4699684578 cspg_html_4699684578:298:35153:35173 Cairn Lacombe, Alberta -0.496166414713999471 +36525 aapg_ac_557.html aapg_ac_557.html:528:62099:62114 Wolfcamp Otero County, New Mexico -0.0105034896980181463 +36526 aapg_ai_932.html aapg_ai_932.html:530:83978:83985 Temblor California -0.00998573864189263374 +36527 cspg_html_1962846283 cspg_html_1962846283:663:75036:75041 Price Victoria, British Columbia -0.00877304685539758919 +36528 aapg_af_551.html aapg_af_551.html:55:6223:6238 Kinderhook Ouray, Colorado -0.477308890203395286 +36529 gsa_html_6161161007 gsa_html_6161161007:592:45083:45089 Madrid Spain -0.479459169650376604 +36530 aapg_aa_415.html aapg_aa_415.html:247:33627:33633 Annona Clarksville, Tennessee -0.000774781561203988548 +36531 aapg_ai_968.html aapg_ai_968.html:102:10315:10326 White River Colorado -0.475554574599736102 +36532 aapg_ae_72.html aapg_ae_72.html:287:25994:26010 Kaibab Arizona -0.0176521575515221144 +36533 aapg_af_568.html aapg_af_568.html:212:22970:22978 Sundance Albany County, Wyoming 0.000913755927010384181 +36534 gsa_html_5625878232 gsa_html_5625878232:106:14181:14198 Forbes California -0.0102845739324916134 +36535 aapg_ah_955.html aapg_ah_955.html:81:12738:12759 Missisauga Logan Canyon -0.455347020329573748 +36536 aapg_aa_891.html aapg_aa_891.html:124:15282:15298 Olentangy Ohio 0.937858067616811897 +36537 jgeology_html_4305195651 jgeology_html_4305195651:988:95742:95748 Gilboa Stamford, Lincolnshire -0.48878086726465575 +36538 aapg_af_822.html aapg_af_822.html:285:41732:41743 Schenectady Iowa -0.470236848829719556 +36539 cspg_html_6715452766 cspg_html_6715452766:27:5085:5107 Eureka Sound Eocene -0.00153219252139514682 +36540 aapg_ah_656.html aapg_ah_656.html:478:45981:46004 Cherry Canyon Guadalupe Mountains National Park -0.45295011354581094 +36541 aapg_ae_63.html aapg_ae_63.html:310:32271:32289 Adaville Absaroka -0.470200080639580853 +36542 gsa_html_8241338635 gsa_html_8241338635:933:87394:87402 Colorado Arizona -0.463250887108730525 +36543 aapg_ai_17.html aapg_ai_17.html:254:22312:22324 Sabine Alabama -0.0551215722984807754 +36544 aapg_ae_187.html aapg_ae_187.html:203:22224:22230 Guelph Salina, Kansas -0.0195726214963804213 +36545 sedimentology_html_3317453334 sedimentology_html_3317453334:1068:54609:54613 Hall London, Ontario -0.474888953093082877 +36546 gsa_html_3906036914 gsa_html_3906036914:474:47899:47911 Saskatchewan Canada -0.446110205830797302 +36547 gsa_html_4592916077 gsa_html_4592916077:853:61016:61034 Tsadaka Matanuska-Susitna Valley -0.0626555402961383595 +36548 aapg_ae_296.html aapg_ae_296.html:35:3717:3730 Brushy Canyon Delaware -0.48294529227432792 +36549 cspg_html_2860054419 cspg_html_2860054419:42:5458:5477 Whirlpool Manitoulin Island -0.423596590602715206 +36550 aapg_ae_917.html aapg_ae_917.html:234:24907:24932 Battle Eagle River, Alaska -0.452923066065788305 +36551 aapg_aa_702.html aapg_aa_702.html:1642:156408:156420 Charles Regina, Saskatchewan 0.00877304685539762562 +36552 aapg_ad_441.html aapg_ad_441.html:143:12136:12152 Navajo Logan, Utah -0.0140376196944260508 +36553 aapg_ah_857.html aapg_ah_857.html:7:890:897 Chochal Guatemala -0.467584291252108319 +36554 gsa_html_5952049575 gsa_html_5952049575:927:87101:87122 Green River Cheyenne, Wyoming -0.178374319459003589 +36555 aapg_ae_73.html aapg_ae_73.html:630:86507:86517 Rio Grande Montgomery (town), New York -0.0436537812502225328 +36556 aapg_ad_752.html aapg_ad_752.html:19:3412:3417 Tokio Texas -0.378371277431921393 +36557 aapg_ah_417.html aapg_ah_417.html:28:3863:3880 Pakowki Milk River, Alberta -0.46567095948211501 +36558 aapg_ah_265.html aapg_ah_265.html:7:863:880 Hanover Jamaica, Queens -0.455229509631582041 +36559 AMJC_html_3632105729 AMJC_html_3632105729:1008:106916:106922 Oregon California -0.0722591209552992525 +36560 gsa_html_5096547935 gsa_html_5096547935:492:49082:49092 Blackstone Colorado -0.469896801722409774 +36561 aapg_ae_999.html aapg_ae_999.html:329:45769:45784 Tampa Melbourne, Florida -0.0325612728688678896 +36562 jgeology_html_5471448181 jgeology_html_5471448181:249:22379:22395 Dakota Kayenta, Arizona -0.420800576179594099 +36563 aapg_aa_37.html aapg_aa_37.html:331:41298:41320 Gerster Logan, Utah -0.0423703387957518537 +36564 cspg_html_7409170811 cspg_html_7409170811:7:591:597 Exshaw Lacombe, Alberta -0.142128026295038262 +36565 cspg_html_4664502755 cspg_html_4664502755:837:92536:92542 Denver Colorado -0.49345891443649581 +36566 gsa_html_7193789775 gsa_html_7193789775:415:42491:42496 Price Logan, Utah -0.463150573567572499 +36567 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31789:31799 Black Cove Gloucester, Massachusetts -0.465579516089382972 +36568 cspg_html_9941227593 cspg_html_9941227593:241:29767:29786 Lodgepole Williston Basin -0.0182917127831857887 +36569 aapg_ac_246.html aapg_ac_246.html:453:44519:44539 Newcastle Cheyenne, Wyoming -0.457840951353905012 +36570 aapg_ac_667.html aapg_ac_667.html:78:7649:7678 Putnam Woods County, Oklahoma -0.0363142648358218204 +36571 aapg_ah_318.html aapg_ah_318.html:979:99907:99926 Smackover Arkansas -0.0145589143235537784 +36572 aapg_ah_645.html aapg_ah_645.html:536:65646:65651 Piper Williston, Vermont 0.00088769823007264 +36573 aapg_ah_160.html aapg_ah_160.html:300:35890:35911 Fossil Hill Manitoulin Island 0.858124819492786628 +36574 aapg_ae_574.html aapg_ae_574.html:292:41378:41396 Frontier Cheyenne, Wyoming -0.45230795361337589 +36575 geology_html_9628904338 geology_html_9628904338:78:10060:10068 Columbia Lacombe, Alberta -0.439165406786194035 +36576 cspg_html_9157093462 cspg_html_9157093462:315:42842:42850 Columbia Lacombe, Alberta -0.487729676915167776 +36577 cspg_html_6014123208 cspg_html_6014123208:464:57921:57928 Cadomin Regina, Saskatchewan -0.0236279718682710811 +36578 cspg_html_2820961138 cspg_html_2820961138:88:13706:13727 Peace River Lacombe, Alberta 0.0025901399675438766 +36579 aapg_ac_741.html aapg_ac_741.html:174:19332:19350 Niobrara Niobrara, Nebraska -0.446233258036542624 +36580 gsa_html_3019560124 gsa_html_3019560124:684:68839:68847 Virginia Virginia -0.476172115937115059 +36581 aapg_af_598.html aapg_af_598.html:35:3436:3448 Nowata Tulsa, Oklahoma -0.454357696116458765 +36582 geology_html_5045588189 geology_html_5045588189:186:21266:21276 Washington Mount Vernon, New York -0.476033304431228654 +36583 aapg_af_11.html aapg_af_11.html:813:79129:79137 Colorado San Miguel County, New Mexico -0.026705362044744569 +36584 aapg_af_494.html aapg_af_494.html:205:22039:22055 Boas River Southampton Island -0.0421753136565895317 +36585 aapg_ae_71.html aapg_ae_71.html:3:160:171 Kaiparowits Colorado Plateau -0.220237394319014762 +36586 gsa_html_4043558744 gsa_html_4043558744:675:70397:70406 Extension England -0.477179162580930738 +36587 aapg_aa_298.html aapg_aa_298.html:639:85915:85930 Leduc Lacombe, Alberta 0.025411737786075566 +36588 geology_html_1762704695 geology_html_1762704695:16:856:862 Denver Colorado -0.465595518002078101 +36589 cspg_html_4205215905 cspg_html_4205215905:222:28055:28086 Elk Lacombe, Alberta -0.464656465989479628 +36590 aapg_ac_983.html aapg_ac_983.html:400:63005:63015 Plattsburg Kansas City, Kansas -0.427689691071663991 +36591 aapg_ad_921.html aapg_ad_921.html:7:791:805 Point Pleasant Bellevue, Nebraska -0.492342974330111982 +36592 aapg_ai_741.html aapg_ai_741.html:94:10724:10742 Traverse Detroit River International Wildlife Refuge -0.0341705352496151776 +36593 aapg_af_542.html aapg_af_542.html:30:4389:4401 Wilcox Texas 0.0171898823018941105 +36594 cspg_html_3597281324 cspg_html_3597281324:125:15154:15172 Scollard Saint Kitts and Nevis -0.0220234486290734922 +36595 aapg_ac_55.html aapg_ac_55.html:280:33127:33134 Potomac Sea Isle City, New Jersey -0.0286738474366188961 +36596 aapg_ai_991.html aapg_ai_991.html:93:10504:10534 Potomac Patapsco River -0.456479975332736432 +36597 jgeology_html_5764582297 jgeology_html_5764582297:540:37907:37915 Isachsen Hassel (Bergen) -0.0249440441513266963 +36598 aapg_ak_104.html aapg_ak_104.html:489:48196:48212 Amsden Cheyenne, Wyoming -0.06662955675055518 +36599 aapg_ah_621.html aapg_ah_621.html:4:480:495 Molas Hermosa, Chicago -0.468054102450840448 +36600 aapg_ad_943.html aapg_ad_943.html:194:21499:21522 Turner Valley Elkton, Kentucky -0.444920804843658924 +36601 jgeology_html_6990146451 jgeology_html_6990146451:750:54671:54697 Hartselle Alabama -0.446011775932438015 +36602 aapg_ae_71.html aapg_ae_71.html:331:30786:30793 Entrada Summerville, South Carolina -0.425384893115628659 +36603 aapg_ac_805.html aapg_ac_805.html:157:20570:20597 Sioux Quartzite Nebraska 0.322761273662456605 +36604 aapg_ae_711.html aapg_ae_711.html:24:4103:4118 Atoka McAlester, Oklahoma -0.485369220602805185 +36605 geology_html_2099150727 geology_html_2099150727:15:651:657 Oregon Salem, Oregon -0.462097962880594848 +36606 aapg_ai_491.html aapg_ai_491.html:311:38938:38946 San Luis Southeast Asia -0.495740204770814097 +36607 geology_html_7613454065 geology_html_7613454065:325:25995:26004 Salisbury Netherlands -0.451812561628617604 +36608 gsa_html_1024107776 gsa_html_1024107776:1125:106884:106905 Mauch Chunk Pennsylvania -0.43451411861660022 +36609 aapg_ae_419.html aapg_ae_419.html:5030:284361:284370 San Pedro Chihuahua (state) -0.0483573436723463285 +36610 jgeology_html_8355852976 jgeology_html_8355852976:826:50024:50032 Colorado Loveland, Ohio -0.465616092314337648 +36611 aapg_af_561.html aapg_af_561.html:287:24532:24551 Cloverly Wasatch Range 0.0106337973330402312 +36612 jgeology_html_9591757126 jgeology_html_9591757126:93:3431:3439 Victoria Victoria, British Columbia 0.039072882780770507 +36613 aapg_aa_654.html aapg_aa_654.html:10:1876:1882 Sandia New Mexico -0.0432514880119703529 +36614 aapg_ah_528.html aapg_ah_528.html:515:54930:54937 Thaynes Boise, Idaho 0.0372052940212782984 +36615 aapg_aa_718.html aapg_aa_718.html:513:54915:54925 Waynesburg Pennsylvania -0.0708319439882488661 +36616 cspg_html_2749851978 cspg_html_2749851978:70:14486:14496 Kananaskis Bow River -0.020196595303077311 +36617 aapg_ah_187.html aapg_ah_187.html:7:704:713 Boquillas Austin, Chicago -0.0684087120828713036 +36618 geology_html_4705110813 geology_html_4705110813:14:767:773 Oregon Salem, Oregon -0.51639514894102001 +36619 aapg_aa_23.html aapg_aa_23.html:760:97142:97167 Stony Mountain Manitoba 0.722957321829914457 +36620 gsa_html_5394777952 gsa_html_5394777952:329:34906:34926 Candelaria Sierra Nevada (Spain) -0.452003931056544739 +36621 gsa_html_2374661120 gsa_html_2374661120:482:47807:47817 Bear River Snake River Canyon (Idaho) -0.46328736756315686 +36622 aapg_ac_91.html aapg_ac_91.html:590:47996:48008 Rundle Lacombe, Alberta -0.0707899740090749269 +36623 aapg_ae_479.html aapg_ae_479.html:673:51878:51895 Tellico Douglas Lake 0.04644423536575637 +36624 aapg_ai_411.html aapg_ai_411.html:102:9511:9519 Niobrara Colorado 0.738098693956136365 +36625 aapg_ac_634.html aapg_ac_634.html:274:32010:32018 Wolfcamp Florida Panhandle -0.481870957939069144 +36626 aapg_af_887.html aapg_af_887.html:172:17611:17618 El Paso Carlsbad, New Mexico -0.483085217576718073 +36627 aapg_ac_876.html aapg_ac_876.html:213:21692:21700 Columbia Western world 0.0145398000042282032 +36628 aapg_ae_187.html aapg_ae_187.html:238:26466:26474 Richmond Kentucky -0.0466289053122137323 +36629 geology_html_4583734577 geology_html_4583734577:286:26650:26658 Sterling Virginia -0.494538507684199602 +36630 gsa_html_8951179545 gsa_html_8951179545:446:54799:54811 Wilcox Sevier orogeny -0.175837935377935933 +36631 aapg_ad_3.html aapg_ad_3.html:125:10512:10523 Beekmantown Pennsylvania -0.446750257452242616 +36632 aapg_ad_683.html aapg_ad_683.html:780:75722:75726 Rico Coconino County, Arizona -0.458695727712452594 +36633 cspg_html_6984906794 cspg_html_6984906794:961:65943:65952 Greenhorn Cheyenne, Wyoming -0.210259334587481944 +36634 cspg_html_6116883777 cspg_html_6116883777:1615:197987:198007 Peel Wales Island (British Columbia) -0.466842269540434285 +36635 cspg_html_3476862609 cspg_html_3476862609:15:1496:1506 Washington Quesnel Lake Airport -0.43597788776021662 +36636 aapg_aa_976.html aapg_aa_976.html:329:43835:43841 Dakota Sedalia, Missouri 0.0019873350170567061 +36637 cspg_html_4293350162 cspg_html_4293350162:80:13116:13133 Livingstone Highwood, Illinois -0.514237944548021519 +36638 aapg_ai_17.html aapg_ai_17.html:686:49572:49581 Catahoula Red River of the North -0.0532381100685256278 +36639 aapg_ah_703.html aapg_ah_703.html:82:9121:9127 Brazil El Salvador 0.0356947662346870295 +36640 aapg_ah_633.html aapg_ah_633.html:107:15105:15127 Chickasawhay Suwannee County, Florida 0.312039360427777079 +36641 aapg_ai_584.html aapg_ai_584.html:980:102808:102816 Tensleep Cheyenne, Wyoming -0.480695619561815057 +36642 gsa_html_9888752348 gsa_html_9888752348:89:7498:7526 Green River Iran -0.108440404496104703 +36643 geology_html_1433230577 geology_html_1433230577:52:6008:6029 Sugar Amsterdam -0.484135384227082133 +36644 sedimentology_html_1574151857 sedimentology_html_1574151857:315:25951:25957 Oregon Washington (state) -0.469230874046953295 +36645 gsa_html_2877730818 gsa_html_2877730818:1165:97331:97359 Noonday Dolomite Death Valley 0.018625401602390429 +36646 geology_html_5825799037 geology_html_5825799037:49:4781:4808 Sheep Pass Sevier orogeny -0.0239565449099976777 +36647 aapg_ac_807.html aapg_ac_807.html:606:59920:59928 Waccamaw Croatan Sound -0.477130519718023338 +36648 cspg_html_2113617629 cspg_html_2113617629:904:98934:98948 Colorado Canada -0.0380441859515352823 +36649 cspg_html_3461588378 cspg_html_3461588378:260:34290:34298 Columbia Middle East -0.0312131444176052264 +36650 gsa_html_9181545711 gsa_html_9181545711:862:77691:77724 Colorado Colorado -0.474808096218428344 +36651 aapg_af_455.html aapg_af_455.html:254:24672:24699 Lee Kentucky -0.00914484248868216616 +36652 gsa_html_2832151886 gsa_html_2832151886:773:64407:64427 Crowsnest Canada -0.467980749597819323 +36653 aapg_af_130.html aapg_af_130.html:200:34344:34380 Bakken Williston, Vermont -0.439098796420780313 +36654 aapg_ac_551.html aapg_ac_551.html:38:5813:5827 Frio Gulf Coast of the United States -0.426766665462260386 +36655 aapg_ai_696.html aapg_ai_696.html:526:60720:60728 Bathurst Nassau, Bahamas -0.467868439854770279 +36656 aapg_aa_105.html aapg_aa_105.html:220:23503:23509 Fernie Kootenay River 0.765435370827143524 +36657 aapg_aa_702.html aapg_aa_702.html:2032:177778:177784 Denver Colorado 0.0233185283086439279 +36658 aapg_ah_415.html aapg_ah_415.html:8:934:942 Foremost Bow Island Airport -0.467870731747513147 +36659 aapg_ah_535.html aapg_ah_535.html:148:26066:26079 Blue Mountain Martinsburg, Nebraska -0.044108342889871921 +36660 aapg_ae_416.html aapg_ae_416.html:101:9896:9903 Anahuac Tampa, Florida 0.0174575141375943391 +36661 aapg_ad_823.html aapg_ad_823.html:45:4214:4232 Kiamichi New Mexico -0.43597788776021662 +36662 gsa_html_8654362747 gsa_html_8654362747:77:7566:7594 Green River Colorado 0.0193675314837175663 +36663 cspg_html_6116883777 cspg_html_6116883777:826:105409:105431 Barlow Inlet Little Cornwallis Island -0.427645821637091417 +36664 gsa_html_7102550258 gsa_html_7102550258:278:29753:29769 Carmel Colorado -0.459149520620870666 +36665 cspg_html_4298557570 cspg_html_4298557570:6:324:331 Bearpaw Edmonton, London -0.0200262605794136288 +36666 aapg_ah_844.html aapg_ah_844.html:3:184:202 Tensleep Cheyenne, Wyoming -0.00188310382387277047 +36667 aapg_aa_906.html aapg_aa_906.html:611:64820:64828 Colorado Cheyenne, Wyoming -0.0596981355876713832 +36668 aapg_ai_107.html aapg_ai_107.html:685:61869:61886 Bossier Franklin County, Ohio -0.483015252079283031 +36669 aapg_ae_415.html aapg_ae_415.html:994:126052:126071 Catahoula Mississippi River 0.337814845609907877 +36670 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31793:31805 Entrada Carmel, Indiana -0.0543262705664660159 +36671 aapg_ah_387.html aapg_ah_387.html:2586:278908:278917 Knoxville Tehama, California -0.0269348882327513015 +36672 gsa_html_9666442487 gsa_html_9666442487:910:82887:82906 Ellis Bay Eastern Canada -0.209013416940663471 +36673 cspg_html_6984906794 cspg_html_6984906794:506:39264:39280 Walnut Goodland, Kansas -0.0206224389359462197 +36674 aapg_ai_143.html aapg_ai_143.html:3:166:185 Foremost Southern Alberta -0.477269506555081602 +36675 aapg_af_779.html aapg_af_779.html:51:7772:7790 Traverse Antrim, County Antrim -0.413981895448320647 +36676 aapg_af_265.html aapg_af_265.html:343:28583:28589 Walker Mexico -0.0271922402503122773 +36677 aapg_aa_95.html aapg_aa_95.html:151:14212:14218 Banner Cheyenne, Wyoming -0.452172819913734925 +36678 aapg_ah_972.html aapg_ah_972.html:771:78589:78594 Bluff Trinity County, Texas -0.499512563259915887 +36679 gsa_html_7565796237 gsa_html_7565796237:79:5154:5182 Green River Iran -0.0312427146313614852 +36680 aapg_ai_159.html aapg_ai_159.html:591:67567:67582 Gatun Culebra, Puerto Rico -0.0298634270365841781 +36681 cspg_html_7195301827 cspg_html_7195301827:13:2344:2350 Toroweap Logan, Utah -0.00314778018520987368 +36682 geology_html_3107749784 geology_html_3107749784:17:1117:1127 Washington Seattle -0.486038291322309801 +36683 aapg_ae_66.html aapg_ae_66.html:226:22645:22654 Goose Egg Spearfish, South Dakota -0.458641287983651336 +36684 gsa_html_8614162917 gsa_html_8614162917:184:18440:18457 Chinle Kayenta, Arizona -0.0124129812660324374 +36685 aapg_ae_415.html aapg_ae_415.html:955:119364:119373 Catahoula Smith County, Kansas -0.0184724602171786531 +36686 aapg_af_854.html aapg_af_854.html:529:71457:71473 Warsaw Bloomington, Indiana -0.0215106592204126722 +36687 cspg_html_8362959053 cspg_html_8362959053:304:29763:29788 Moosebar Lacombe, Alberta -0.469189557204259144 +36688 geology_html_5635176103 geology_html_5635176103:11:510:519 Rochester Rochester, Kent -0.469189557204259144 +36689 aapg_ac_92.html aapg_ac_92.html:117:12832:12847 Atoka Ouachita Mountains 0.408611724349371319 +36690 aapg_ad_2.html aapg_ad_2.html:618:90644:90663 Alto South Mountains (Arizona) -0.0261593828547695383 +36691 aapg_ah_415.html aapg_ah_415.html:55:5843:5862 Bow Island Bow Island Airport -0.00908750930208491146 +36692 aapg_af_303.html aapg_af_303.html:56:4742:4757 Davis Atoka, Oklahoma -0.418718647833469515 +36693 aapg_ae_354.html aapg_ae_354.html:162:15858:15876 Niobrara Niobrara, Nebraska -0.427768661147865492 +36694 geology_html_8381924936 geology_html_8381924936:19:728:734 Reston Virginia -0.501414666805271692 +36695 aapg_ai_571.html aapg_ai_571.html:4:872:877 Nopah Great Basin -0.413013530266095219 +36696 gsa_html_8241293202 gsa_html_8241293202:310:31183:31190 Concord Chelmsford, Massachusetts -0.0565031060204084085 +36697 aapg_ae_519.html aapg_ae_519.html:251:27370:27389 Brallier Chemung, New York 0.00573971941669260566 +36698 aapg_ae_5.html aapg_ae_5.html:37:4439:4453 Earp Earp, California 0.346133946079916099 +36699 geology_html_4457003230 geology_html_4457003230:306:25481:25501 Pottsville Tuscaloosa, Alabama 0.00608022205823671724 +36700 aapg_ae_472.html aapg_ae_472.html:262:31210:31231 Anita San Antonio -0.0259316078616598014 +36701 aapg_ae_223.html aapg_ae_223.html:72:8786:8804 Frontier Cheyenne, Wyoming -0.348592448533459942 +36702 gsa_html_2369908260 gsa_html_2369908260:1198:116963:116975 Independence Lone Pine, California -0.463253167093327645 +36703 aapg_ae_919.html aapg_ae_919.html:5:784:790 Denver Colorado -0.472881299388360321 +36704 aapg_ah_821.html aapg_ah_821.html:158:16160:16177 Dakota San Juan, Argentina -0.25689419721119533 +36705 gsa_html_6837536663 gsa_html_6837536663:59:3817:3845 Green River Colorado -0.0193049620802523206 +36706 aapg_ae_397.html aapg_ae_397.html:18:2117:2133 Paluxy Paluxy, Texas -0.409614521873845561 +36707 aapg_ah_96.html aapg_ah_96.html:571:65727:65741 Stony Mountain Red River of the North -1.21851565583990018 +36708 gsa_html_5865982995 gsa_html_5865982995:597:65084:65109 Sheep Pass Reno, Nevada -0.470924237538710877 +36709 aapg_aa_906.html aapg_aa_906.html:17:2532:2549 Wasatch Fort Union Trading Post National Historic Site 0.00587522535278851409 +36710 gsa_html_9859522168 gsa_html_9859522168:326:34868:34896 Green River Iran -0.006663945278057983 +36711 cspg_html_9222238695 cspg_html_9222238695:593:67358:67366 Columbia Victoria, British Columbia -0.447189152172129289 +36712 aapg_ac_313.html aapg_ac_313.html:190:22266:22282 Campur Guatemala 0.666354142690025242 +36713 aapg_ad_864.html aapg_ad_864.html:1129:57594:57608 Choctawhatchee Melbourne, Florida -0.227890817695787895 +36714 aapg_ah_505.html aapg_ah_505.html:538:40941:40958 Parting Colorado -0.04375827605503467 +36715 cspg_html_9587281669 cspg_html_9587281669:88:15757:15765 Deadwood Milk River, Alberta -0.0382617524326216984 +36716 gsa_html_2729737430 gsa_html_2729737430:966:97173:97179 Oregon Boise, Idaho -0.482038661537539159 +36717 gsa_html_8003826422 gsa_html_8003826422:69:7461:7485 Morrison Sierra Nevada (Spain) -0.442976805415170927 +36718 aapg_ae_23.html aapg_ae_23.html:454:50041:50051 Rio Grande Amsterdam -0.0354024312234924934 +36719 gsa_html_4988837375 gsa_html_4988837375:300:26892:26896 Bond North Atlantic Current -0.425402399125748287 +36720 aapg_ae_71.html aapg_ae_71.html:311:28790:28808 Wingate Kayenta, Arizona -0.0902887716937625512 +36721 aapg_ae_537.html aapg_ae_537.html:1006:116418:116426 La Habra California -0.0463048645997310923 +36722 aapg_ad_683.html aapg_ad_683.html:512:51314:51330 Toroweap Coconino County, Arizona 0.0112505933991891086 +36723 geology_html_3063573353 geology_html_3063573353:257:24601:24605 Hall Closter, New Jersey -0.45421548506785292 +36724 cspg_html_8740534160 cspg_html_8740534160:165:21075:21084 Gog Purcell Mountains -0.465579516089382972 +36725 gsa_html_8231978293 gsa_html_8231978293:861:68916:68944 Green River Iran -0.0409860998014640113 +36726 aapg_af_636.html aapg_af_636.html:376:44198:44210 Crab Orchard Cincinnati -0.0133078241167712726 +36727 aapg_ad_0.html aapg_ad_0.html:159:15685:15703 Starved Rock Glenwood, Utah -0.453355922590981064 +36728 gsa_html_4785200468 gsa_html_4785200468:148:13551:13557 Seneca Cayuga, Ontario -0.0316445288569785835 +36729 cspg_html_2026880958 cspg_html_2026880958:296:31005:31013 Coalspur Lacombe, Alberta -0.45417711448712661 +36730 aapg_ae_886.html aapg_ae_886.html:603:59054:59071 Kaibab McKee, Kentucky -0.0321281154583834411 +36731 aapg_ai_958.html aapg_ai_958.html:73:6956:6964 Oakville Newton County, Georgia -0.454475093508583283 +36732 aapg_ai_696.html aapg_ai_696.html:46:5579:5604 Strathearn Elko County, Nevada -0.441798115405519942 +36733 palaios_html_5334521487 palaios_html_5334521487:483:57669:57688 Gosport Sand Alabama -0.0179232709792312463 +36734 AMJC_html_7984049819 AMJC_html_7984049819:975:98987:99004 Kittery New Hampshire -0.461001107058420345 +36735 palaios_html_6605749307 palaios_html_6605749307:696:59735:59741 Oxford Logan, Utah -0.0332519228723545321 +36736 palaios_html_2736581987 palaios_html_2736581987:73:8917:8932 Hueco New Mexico -0.485603101959931283 +36737 aapg_ae_876.html aapg_ae_876.html:390:42681:42689 Colorado Tuba City, Arizona -0.0610055739368401337 +36738 aapg_af_221.html aapg_af_221.html:3:386:394 Saratoga Texas -0.0822151314289333579 +36739 aapg_ah_536.html aapg_ah_536.html:395:51835:51842 Rodessa Texas -0.414509711614885035 +36740 aapg_af_479.html aapg_af_479.html:683:72725:72735 Point Loma California -0.0182830230427361955 +36741 aapg_ae_305.html aapg_ae_305.html:1092:94573:94578 Colon Venezuela 0.739016833754738922 +36742 aapg_ai_720.html aapg_ai_720.html:462:45699:45707 Virginia Delaware -0.0552750621644688064 +36743 aapg_ai_584.html aapg_ai_584.html:844:89877:89889 Red Mountain Cheyenne, Wyoming -0.458822766590828601 +36744 aapg_ah_0.html aapg_ah_0.html:108:16416:16424 Colorado Denver -0.502936613094039808 +36745 sedimentology_html_4432289902 sedimentology_html_4432289902:611:53122:53142 Englishtown Sea Girt, New Jersey -0.477957819287112229 +36746 cspg_html_7544078524 cspg_html_7544078524:278:35182:35210 Wabamun Lacombe, Alberta -0.486127228212794971 +36747 AMJC_html_1767296229 AMJC_html_1767296229:14:791:796 Queen Ontario, California -0.0280825762237737336 +36748 cspg_html_5541937700 cspg_html_5541937700:207:29588:29596 Columbia Lacombe, Alberta -0.473746101631411953 +36749 aapg_ac_530.html aapg_ac_530.html:450:43885:43889 Vail Sudan -0.459919224612040101 +36750 cspg_html_1025724640 cspg_html_1025724640:730:80473:80486 Potsdam Quebec City -0.448408411516637184 +36751 gsa_html_9122335434 gsa_html_9122335434:31:2911:2939 Green River Iran 0.00313388258007131059 +36752 aapg_aa_644.html aapg_aa_644.html:122:14261:14269 Cloverly Cedar Mountains -0.0799177940586253965 +36753 gsa_html_2989317971 gsa_html_2989317971:368:42373:42395 Challis Boise, Idaho -0.481870957939069144 +36754 aapg_ae_4.html aapg_ae_4.html:74:9036:9058 Water Canyon Logan, Utah -0.0563112094221221299 +36755 aapg_af_308.html aapg_af_308.html:28:2863:2869 Pocono Greenbrier (Great Smoky Mountains) -0.485383251683019878 +36756 gsa_html_5522350521 gsa_html_5522350521:759:80901:80929 Green River Colorado 0.0216462427440760434 +36757 aapg_ae_454.html aapg_ae_454.html:127:10286:10293 Bossier Shreveport, Louisiana -0.446052041434467972 +36758 aapg_ah_271.html aapg_ah_271.html:71:8682:8712 Cotton Valley Texas -0.411140036392353636 +36759 aapg_ae_66.html aapg_ae_66.html:246:24981:24990 Popo Agie John Crow Mountains -0.441517589995484405 +36760 aapg_ai_583.html aapg_ai_583.html:4:514:522 Sundance Cheyenne, Wyoming -0.0774587226555577546 +36761 gsa_html_8669219468 gsa_html_8669219468:12:550:583 Paradise Phoenix, Arizona -0.02404868566678443 +36762 cspg_html_2253842195 cspg_html_2253842195:7:676:684 Columbia Western Canadian Sedimentary Basin -0.00712258914704064564 +36763 geology_html_7895074591 geology_html_7895074591:374:27681:27686 Price Sellwood Bridge -0.421948969269320462 +36764 cspg_html_2408887763 cspg_html_2408887763:171:22781:22787 Viking Elkton, Kentucky -0.423312692876289309 +36765 aapg_af_479.html aapg_af_479.html:755:79505:79514 San Diego California 0.0530009691515211587 +36766 aapg_af_839.html aapg_af_839.html:407:35250:35262 Grand Rapids Kalamazoo, Michigan -0.0436537812502225328 +36767 aapg_ae_253.html aapg_ae_253.html:116:13814:13827 Cotton Valley Pine Island (Lee County, Florida) -0.00092939054595942859 +36768 jgeology_html_9215313444 jgeology_html_9215313444:436:32723:32733 Washington Spokane, Washington -0.456371367070690814 +36769 gsa_html_4719798013 gsa_html_4719798013:396:40584:40609 Blackwater Draw Texas -0.464409872562970838 +36770 cspg_html_4403434336 cspg_html_4403434336:249:28699:28708 Allen Bay Ellesmere Island 0.800997059965192104 +36771 cspg_html_7404699681 cspg_html_7404699681:379:37296:37324 Elk Lacombe, Alberta -0.0253108955429122949 +36772 aapg_af_333.html aapg_af_333.html:237:23546:23555 Allegheny San Fernando Valley -0.433509375056355339 +36773 gsa_html_8035658736 gsa_html_8035658736:1027:108892:108902 Washington Boise, Idaho -0.0335772561471781444 +36774 aapg_ac_366.html aapg_ac_366.html:39:6219:6239 Queenston Juniata County School District -0.471639785200352879 +36775 cspg_html_1894459898 cspg_html_1894459898:303:33374:33385 Bluff Lacombe, Alberta -0.0202678582495696563 +36776 cspg_html_3966956195 cspg_html_3966956195:403:37033:37049 George Northeast Greenland National Park -0.0387090842219993056 +36777 aapg_ah_779.html aapg_ah_779.html:211:38413:38420 Catheys Colorado 0.0117023385258036017 +36778 aapg_ae_73.html aapg_ae_73.html:135:18575:18591 Sandia Atoka, Oklahoma -0.411662011195115363 +36779 geology_html_4825073774 geology_html_4825073774:342:27433:27436 Rye Colorado -0.472881299388360321 +36780 cspg_html_7083999793 cspg_html_7083999793:163:17339:17347 Columbia Lacombe, Alberta -0.440965692630365336 +36781 cspg_html_1565769407 cspg_html_1565769407:105:14645:14656 Mabou Cape Breton Island -0.476061064960921709 +36782 aapg_ad_800.html aapg_ad_800.html:114:13806:13811 Eutaw Alabama -0.241283037260288491 +36783 aapg_ac_441.html aapg_ac_441.html:22:2924:2933 Littleton Cheyenne, Wyoming -0.0062678467546358578 +36784 gsa_html_7012936645 gsa_html_7012936645:192:21239:21268 Martinsburg Dauphin, Pennsylvania -0.462877048614286357 +36785 aapg_ai_584.html aapg_ai_584.html:797:84125:84141 Casper Laramie, Wyoming -0.196786080162041271 +36786 sedimentology_html_9607046159 sedimentology_html_9607046159:79:8006:8016 Washington Victoria, British Columbia -0.0210882710852193268 +36787 aapg_ae_171.html aapg_ae_171.html:281:24355:24363 Colorado Canyon City, Oregon -0.49570469701623765 +36788 cspg_html_9354781888 cspg_html_9354781888:794:59653:59662 Athabasca Lacombe, Alberta -0.493432945605813467 +36789 cspg_html_8568877195 cspg_html_8568877195:638:78170:78196 Belly River Canada -0.430334367802676421 +36790 cspg_html_7350557114 cspg_html_7350557114:224:23805:23810 Canol Mackenzie River -0.418568713004005333 +36791 cspg_html_3772380029 cspg_html_3772380029:651:80452:80472 St. Edmund Manitoulin Island -0.0559030112571096069 +36792 geology_html_1986444555 geology_html_1986444555:204:19586:19591 Logan Anchorage, Alaska -0.466842269540434285 +36793 aapg_aa_106.html aapg_aa_106.html:230:21269:21281 Winnipegosis Regina, Saskatchewan -0.0412263676786630909 +36794 sedimentology_html_5673709888 sedimentology_html_5673709888:964:42141:42155 Hawthorn Melbourne, Florida -0.484086347872667577 +36795 cspg_html_4976670191 cspg_html_4976670191:277:34253:34261 Columbia Elk Valley (British Columbia) -0.0556657792209241456 +36796 cspg_html_8250755331 cspg_html_8250755331:546:62407:62427 Milk River Lacombe, Alberta -0.461128473443845555 +36797 aapg_ah_469.html aapg_ah_469.html:234:17640:17655 Queen Texas -0.0425061623953187154 +36798 aapg_ae_472.html aapg_ae_472.html:307:37551:37556 Colon Colombia -0.490378908520278767 +36799 aapg_af_509.html aapg_af_509.html:48:7414:7431 Florida Mountains New Mexico -0.4796264052884881 +36800 aapg_ah_903.html aapg_ah_903.html:8:501:507 Reston Virginia -0.420787509362551382 +36801 aapg_ai_280.html aapg_ai_280.html:337:31522:31527 Logan Mexico -0.450784359288809666 +36802 gsa_html_1617077506 gsa_html_1617077506:1109:101312:101331 Dezadeash Jura Mountains -0.486794549910148755 +36803 aapg_aa_745.html aapg_aa_745.html:386:45192:45205 Brushy Canyon New Mexico -0.00590649599379846572 +36804 aapg_ae_841.html aapg_ae_841.html:47:4030:4038 Virginia Maryland -0.425371763818281734 +36805 aapg_ac_490.html aapg_ac_490.html:234:30427:30435 Dunvegan Boulder Creek (Colorado) -0.441406293921039528 +36806 sedimentology_html_6434577006 sedimentology_html_6434577006:228:12341:12344 Gog Mount Assiniboine Provincial Park -0.474526310844171573 +36807 aapg_aa_737.html aapg_aa_737.html:28:3527:3545 Michigan Salina, Kansas 0.0164009085472750435 +36808 sedimentology_html_2258839384 sedimentology_html_2258839384:728:70883:70893 Pittsburgh Uxmal -0.473778404154942046 +36809 gsa_html_6498278239 gsa_html_6498278239:757:70710:70738 Green River Colorado -0.0142026952151300869 +36810 aapg_ai_51.html aapg_ai_51.html:5:765:784 Nanafalia Alabama -0.239113584431401405 +36811 aapg_ai_567.html aapg_ai_567.html:369:45633:45639 Sierra Jamaica, Queens -0.0594310954775296302 +36812 gsa_html_6194837075 gsa_html_6194837075:749:48596:48606 Fort Worth Texas 0.00312693377810401713 +36813 aapg_ad_653.html aapg_ad_653.html:116:15272:15278 Nansen New Siberian Islands -0.42653659632637092 +36814 aapg_aa_357.html aapg_aa_357.html:411:38569:38586 Wingate Logan, Utah -0.447189152172129289 +36815 aapg_ah_871.html aapg_ah_871.html:17:2421:2437 Chazy Quebec City 0.0158517710589337717 +36816 aapg_af_551.html aapg_af_551.html:933:77371:77391 Keokuk Iowa -0.00326069828733479205 +36817 cspg_html_5295390542 cspg_html_5295390542:476:51087:51117 Doig Lacombe, Alberta -0.482921973604061416 +36818 aapg_ad_800.html aapg_ad_800.html:106:12327:12337 Mooreville Alabama -0.130781351388553596 +36819 palaios_html_9789679615 palaios_html_9789679615:850:83330:83339 Flagstaff India -0.0318915382493003205 +36820 aapg_ai_980.html aapg_ai_980.html:220:18154:18169 Swift Cut Bank, Montana -0.431714547785669089 +36821 gsa_html_6423424604 gsa_html_6423424604:1307:113663:113669 Forest Boulder Creek (Colorado) -0.0532381100685256278 +36822 cspg_html_4374961624 cspg_html_4374961624:11:1203:1210 Chetang Mount Robson Provincial Park -0.0741608807606724124 +36823 gsa_html_1662492421 gsa_html_1662492421:737:62882:62892 Washington Columbia Valley -0.487987661646075377 +36824 cspg_html_5832944175 cspg_html_5832944175:22:2862:2870 Columbia Victoria, British Columbia -0.458675312427173743 +36825 aapg_ac_629.html aapg_ac_629.html:89:13393:13403 Citronelle Oberlin, Ohio 0.0537629869540990901 +36826 aapg_ad_152.html aapg_ad_152.html:2050:269924:269945 Strathearn Reno, Nevada 0.365572212514599371 +36827 aapg_ah_311.html aapg_ah_311.html:371:40795:40805 Fort Union Wasatch Range -0.501846159144901716 +36828 aapg_ae_876.html aapg_ae_876.html:673:71440:71452 Dakota Arizona 1.15145151956400094 +36829 sedimentology_html_5918041124 sedimentology_html_5918041124:1071:78199:78205 Conway Austin, Chicago -0.417396109221489231 +36830 aapg_ae_69.html aapg_ae_69.html:183:20419:20446 Chinle Logan, Utah 0.367631472680987115 +36831 aapg_aa_423.html aapg_aa_423.html:39:4980:4996 Rustler Pecos River -0.0439794609034374617 +36832 aapg_ad_424.html aapg_ad_424.html:66:6523:6546 Ogallala Llano Estacado -0.436099602887638937 +36833 sedimentology_html_6930678843 sedimentology_html_6930678843:1430:85444:85450 Provo Pyrenees -0.461026124022890449 +36834 aapg_ad_152.html aapg_ad_152.html:1806:234726:234742 Kaibab Logan, Utah -0.416263934973035432 +36835 cspg_html_3772380029 cspg_html_3772380029:1415:149714:149733 Stonewall Manitoba -0.444036457876645585 +36836 aapg_ae_608.html aapg_ae_608.html:418:49754:49762 Colorado Denver -0.0218809090311719648 +36837 aapg_ad_808.html aapg_ad_808.html:833:54236:54251 Stump Boise, Idaho -0.459860167847925383 +36838 gsa_html_3613642206 gsa_html_3613642206:778:71528:71538 Washington Seattle -0.480367741483547772 +36839 aapg_ad_564.html aapg_ad_564.html:8758:784868:784874 Oregon Washington (state) -0.0261593828547695383 +36840 cspg_html_7988775280 cspg_html_7988775280:426:60755:60779 Athabasca Lacombe, Alberta -0.489913286480908206 +36841 aapg_ah_318.html aapg_ah_318.html:1096:112633:112656 Cotton Valley Shreveport, Louisiana -0.466714081975797668 +36842 aapg_ad_983.html aapg_ad_983.html:221:19531:19568 Williamsport Onondaga (tribe) -0.456344217050148659 +36843 cspg_html_4974799860 cspg_html_4974799860:9:854:859 Flume Germany -0.480960803547703208 +36844 cspg_html_6472484014 cspg_html_6472484014:116:15218:15238 La Vieille New Brunswick, New Jersey -0.0389492941804812226 +36845 aapg_ae_73.html aapg_ae_73.html:385:50199:50206 Entrada Las Vegas Strip -0.250060324989577365 +36846 aapg_af_138.html aapg_af_138.html:11:1089:1099 Reedsville Martinsburg, Nebraska -0.466299888436986554 +36847 aapg_ac_373.html aapg_ac_373.html:739:82399:82408 Peninsula Murmansk Oblast -0.491068403850714985 +36848 aapg_aa_898.html aapg_aa_898.html:219:25211:25230 Flagstaff Flagstaff, Arizona -0.471349814541787038 +36849 aapg_ae_419.html aapg_ae_419.html:1338:106667:106679 Huayacocotla Tampico, Illinois -0.464533160716817162 +36850 aapg_aa_641.html aapg_aa_641.html:55:8206:8212 Madrid Spain -0.496896208616799728 +36851 cspg_html_6675007047 cspg_html_6675007047:753:72658:72685 Athabasca Lacombe, Alberta -0.065846766251426464 +36852 aapg_ai_388.html aapg_ai_388.html:172:16685:16702 Wasatch Wasatch Range 0.0119525385350554136 +36853 gsa_html_1337782073 gsa_html_1337782073:15:663:669 Reston Virginia -0.43344757972276704 +36855 aapg_ac_450.html aapg_ac_450.html:201:24529:24539 Santa Cruz Santa Cruz, California -0.444916336311243943 +36856 aapg_ae_961.html aapg_ae_961.html:297:22178:22184 Dakota Benton, Arkansas 0.0028837259550623588 +36857 gsa_html_9888343667 gsa_html_9888343667:256:23936:23943 Madison California -0.478642038078168519 +36858 sedimentology_html_3551451315 sedimentology_html_3551451315:936:30454:30465 Montpellier Mexico -0.44255997020698512 +36859 cspg_html_1242153796 cspg_html_1242153796:22:3184:3192 Columbia Victoria, British Columbia -0.463332970234029085 +36860 aapg_aa_626.html aapg_aa_626.html:5:816:824 Patuxent Baltimore -0.0373723706496873684 +36861 aapg_ad_808.html aapg_ad_808.html:801:52235:52255 Twin Creek Boise, Idaho -0.0165121278486362495 +36862 cspg_html_4937997995 cspg_html_4937997995:12:816:841 Severn River Churchill River (Atlantic) -0.0184133695346841396 +36863 aapg_aa_976.html aapg_aa_976.html:233:28376:28383 Chanute Plattsburg, Missouri -0.00547218286972656846 +36864 aapg_ai_326.html aapg_ai_326.html:308:37142:37150 Virginia Huntington, West Virginia -0.47249414511500698 +36865 gsa_html_8233590118 gsa_html_8233590118:875:80412:80431 Athabasca Lacombe, Alberta -0.518013160622119884 +36866 aapg_ac_702.html aapg_ac_702.html:361:37547:37557 Deer Creek Atchison, Kansas 0.369789929016104413 +36867 sedimentology_html_9410532865 sedimentology_html_9410532865:1626:111721:111739 Wasatch Cheyenne, Wyoming -0.0209266190161632587 +36868 cspg_html_2208643572 cspg_html_2208643572:395:49662:49678 Fernie Lacombe, Alberta -0.461526610478465105 +36869 aapg_aa_685.html aapg_aa_685.html:194:18146:18155 Flagstaff Salina, Kansas -0.231243163656368544 +36870 gsa_html_6738340121 gsa_html_6738340121:711:65376:65386 Provo Great Basin -0.482987267474293158 +36871 aapg_af_509.html aapg_af_509.html:236:31377:31381 Deal Hidalgo County, New Mexico -0.00447500993536276322 +36872 cspg_html_8612721867 cspg_html_8612721867:424:50955:50969 Woodbend Lacombe, Alberta -0.480728181628129914 +36873 cspg_html_9354781888 cspg_html_9354781888:47:9220:9228 Columbia Victoria, British Columbia -0.451787799117909672 +36874 gsa_html_7808051457 gsa_html_7808051457:791:77566:77583 Manitou Colorado -0.0563251653530414467 +36875 aapg_ai_334.html aapg_ai_334.html:57:6429:6436 Rabinal Santa Rosa, California -0.43580087580188992 +36876 sedimentology_html_8488362853 sedimentology_html_8488362853:1378:107567:107585 Dunvegan Ganges -0.0288373212008630718 +36877 aapg_ad_169.html aapg_ad_169.html:544:60964:60984 Greenbrier Rittenhouse Square -0.0276687018870389392 +36878 aapg_ae_711.html aapg_ae_711.html:41:6244:6265 Hartshorne Atoka, Oklahoma -0.448282824521055501 +36879 aapg_ai_514.html aapg_ai_514.html:96:11471:11486 Salt Lake Boise, Idaho -0.456479975332736432 +36880 aapg_aa_47.html aapg_aa_47.html:688:83657:83664 Minturn Madera County, California -0.458784199315796892 +36881 aapg_ah_3.html aapg_ah_3.html:395:51575:51608 Bighorn Dolomite Cheyenne, Wyoming -0.440300736461396947 +36882 aapg_ad_178.html aapg_ad_178.html:47:4592:4607 Belcher Channel Victoria, British Columbia -0.0799177940586253965 +36883 gsa_html_3380395839 gsa_html_3380395839:48:4715:4725 Washington Anchorage, Alaska -0.455188836413653375 +36884 aapg_ae_783.html aapg_ae_783.html:11:1794:1826 Sycamore Ouachita Mountains -0.490016735996709807 +36885 aapg_ai_385.html aapg_ai_385.html:189:17981:17985 Word San Angelo, Texas -0.486419849038802532 +36886 palaios_html_2623970001 palaios_html_2623970001:562:53527:53541 Beaufort South Africa -0.46398990802263862 +36887 aapg_af_854.html aapg_af_854.html:524:70507:70519 Locust Point Bloomington, Indiana -0.0074248793072545817 +36888 cspg_html_1114211412 cspg_html_1114211412:504:63178:63195 Gething Canada -0.0326847865730959877 +36889 aapg_af_502.html aapg_af_502.html:790:91591:91610 Leadville Colorado -0.491508750292768526 +36890 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3491:3503 Salina Guelph -0.442154460642950498 +36891 geology_html_1877077018 geology_html_1877077018:12:555:565 Washington Seattle -0.0432323316549263759 +36892 aapg_ac_423.html aapg_ac_423.html:77:9093:9103 Rio Grande Almeida Theatre -0.0102845739324916134 +36893 aapg_ae_999.html aapg_ae_999.html:321:44560:44581 Danville Landing Texas -0.481777803377517411 +36894 gsa_html_1164021120 gsa_html_1164021120:12:474:480 Oregon Salem, Oregon -0.419723157415338222 +36895 aapg_ad_683.html aapg_ad_683.html:300:32820:32826 Hermit Supai, Arizona -0.499298579771170536 +36896 aapg_ac_629.html aapg_ac_629.html:136:19000:19010 Citronelle Oberlin, Ohio 0.0206485113150292575 +36897 aapg_af_497.html aapg_af_497.html:786:73653:73659 Pueblo Colorado -0.104381093525843099 +36898 gsa_html_6426465509 gsa_html_6426465509:543:47863:47873 Washington Reston, Virginia -0.04989269854500962 +36899 aapg_ae_370.html aapg_ae_370.html:653:65582:65588 Oregon Washington (state) -0.45295011354581094 +36900 aapg_ad_785.html aapg_ad_785.html:856:93790:93809 Fountain Des Moines, Washington -0.456479975332736432 +36901 jgeology_html_4305195651 jgeology_html_4305195651:604:76437:76461 Slide Mountain Wayne County, Michigan -0.0334258967197983703 +36902 cspg_html_6014123208 cspg_html_6014123208:591:66114:66133 Athabasca Canada -0.464419004431934179 +36903 sedimentology_html_5928847406 sedimentology_html_5928847406:30:1650:1656 Guelph Canada -0.0062678467546358578 +36904 AMJC_html_7085584544 AMJC_html_7085584544:867:91666:91674 Michigan Michigan -0.0093950246056262298 +36905 gsa_html_3281444038 gsa_html_3281444038:30:2877:2905 Green River Colorado -0.0193049620802523206 +36906 aapg_ad_401.html aapg_ad_401.html:147:11496:11503 Andrews Fort Union Trading Post National Historic Site -0.447242908821281704 +36907 gsa_html_5865982995 gsa_html_5865982995:1442:151232:151240 Colorado Colorado -0.117475507202069743 +36908 aapg_af_116.html aapg_af_116.html:903:72490:72505 Huizachal Mexico -0.457650607934439568 +36909 cspg_html_8145657505 cspg_html_8145657505:197:29086:29102 Banff Lacombe, Alberta -0.448484669177164286 +36910 aapg_af_616.html aapg_af_616.html:262:21810:21820 San Andres Crockett County, Tennessee -0.45295011354581094 +36911 gsa_html_4038604474 gsa_html_4038604474:17:1033:1040 Windsor Ontario, California -0.0120741642534044936 +36912 AMJC_html_5421639085 AMJC_html_5421639085:431:46795:46804 Penobscot Potomac, Maryland -0.0554564637243875128 +36913 aapg_af_48.html aapg_af_48.html:492:42949:42966 Shakopee Wisconsin -0.423072537243216251 +36914 cspg_html_3518879351 cspg_html_3518879351:6:341:364 Wood Mountain Regina, Saskatchewan -0.471336008805755435 +36915 aapg_ah_3.html aapg_ah_3.html:395:51461:51483 Chazy Cheyenne, Wyoming -0.0361854896356224864 +36916 aapg_ai_553.html aapg_ai_553.html:188:23413:23421 Wolfcamp Lea County Regional Airport -0.498091786153227578 +36917 cspg_html_6895078083 cspg_html_6895078083:270:29361:29378 Heiberg Ellesmere Island -0.211616639042395693 +36918 aapg_ae_260.html aapg_ae_260.html:58:7670:7684 Word Texas -0.0886893440090896767 +36919 aapg_aa_913.html aapg_aa_913.html:464:33499:33514 Buda Austin, Chicago -0.12178629441399165 +36920 aapg_ae_391.html aapg_ae_391.html:735:74320:74334 Salado Delaware -0.435044526345554627 +36921 sedimentology_html_8829282630 sedimentology_html_8829282630:2197:112410:112414 Wise Southern Ocean -0.496235102069879308 +36922 aapg_ac_440.html aapg_ac_440.html:378:50746:50763 El Abra Mexico -0.474863540124580097 +36923 palaios_html_9451646650 palaios_html_9451646650:936:82377:82381 Leon Spain -0.485238274937032199 +36924 aapg_ac_621.html aapg_ac_621.html:169:13964:13978 Bern Burlingame, California -0.0473205840884710904 +36925 cspg_html_3804945581 cspg_html_3804945581:50:5029:5055 Horseshoe Canyon Saint Kitts and Nevis -0.115167587027458759 +36926 aapg_ah_498.html aapg_ah_498.html:137:11273:11284 Sparta Charlotte, North Carolina -0.452112016307883446 +36927 palaios_html_3889678675 palaios_html_3889678675:1233:114068:114084 Viking Lacombe, Alberta -0.022871757858413614 +36928 sedimentology_html_7094790029 sedimentology_html_7094790029:867:63744:63749 Rapid Republic of China -0.471639785200352879 +36929 aapg_ah_645.html aapg_ah_645.html:419:50666:50686 Twin Creek Williston, Vermont -0.486401118306284352 +36930 aapg_ac_835.html aapg_ac_835.html:1306:183088:183094 Denver Cheyenne, Wyoming -0.0617737568382137961 +36931 gsa_html_4415818938 gsa_html_4415818938:1051:74376:74382 Brazil Almeida Theatre -0.484114368303559472 +36932 aapg_ae_416.html aapg_ae_416.html:187:16571:16577 Moscow Polk County, Florida -0.441406293921039528 +36933 gsa_html_3069013284 gsa_html_3069013284:39:3723:3739 Chinle Earth -0.463910045923527747 +36934 cspg_html_8121999081 cspg_html_8121999081:113:14120:14124 Vail Denver -0.0381695036603138874 +36935 aapg_af_131.html aapg_af_131.html:665:66513:66539 Dewey Lake Texas -0.407124461976563934 +36936 cspg_html_6577476978 cspg_html_6577476978:353:43092:43109 Cardium Lacombe, Alberta 0.00480334593379653455 +36937 gsa_html_9052101586 gsa_html_9052101586:466:55923:55952 Lake Michigan Peoria, Illinois -0.0391129188633264693 +36938 aapg_ac_315.html aapg_ac_315.html:98:10968:10981 Dinwoody Western world -0.404914875400329888 +36939 aapg_af_650.html aapg_af_650.html:12:1695:1713 Dewey Lake Salado, Texas -0.472722268874013252 +36940 aapg_ae_74.html aapg_ae_74.html:378:34498:34506 Moenkopi Chinle Formation 0.0128838563321653186 +36941 aapg_ae_795.html aapg_ae_795.html:446:50836:50841 Molas Merrill, Wisconsin -0.448408411516637184 +36942 aapg_aa_114.html aapg_aa_114.html:238:26499:26506 La Joya Mexico -0.0355033554965811168 +36943 aapg_aa_718.html aapg_aa_718.html:539:58851:58861 Waynesburg Pennsylvania -0.50037380579535129 +36944 cspg_html_4943597281 cspg_html_4943597281:6:373:379 Viking Lacombe, Alberta 0.0249266580512932795 +36945 aapg_ah_536.html aapg_ah_536.html:714:81444:81469 Fredericksburg Austin, Chicago -0.0598534778256571628 +36946 cspg_html_6116883777 cspg_html_6116883777:646:84959:84981 Goose Fiord Bathurst Island (Northern Territory) -0.467016268103292775 +36947 aapg_ah_644.html aapg_ah_644.html:276:33256:33261 Swift Regina, Saskatchewan -0.46105569042928074 +36948 aapg_af_133.html aapg_af_133.html:811:77733:77739 Salina Michigan -0.454357696116458765 +36949 sedimentology_html_3907918417 sedimentology_html_3907918417:16:1118:1136 Dunvegan Canada -0.469506369220983932 +36950 gsa_html_1382394008 gsa_html_1382394008:870:70327:70355 Green River New Mexico -0.00846727342264548197 +36951 gsa_html_6062330506 gsa_html_6062330506:716:72278:72294 Salado Carlsbad, New Mexico -0.00673169924588781169 +36952 cspg_html_7779401416 cspg_html_7779401416:194:23706:23726 Whirlpool Manitoulin Island -0.478349729395822987 +36953 aapg_af_637.html aapg_af_637.html:154:16512:16521 Coldwater Allegan, Michigan -0.46328736756315686 +36954 aapg_ac_720.html aapg_ac_720.html:67:9090:9112 Hornerstown Navesink River -0.473778404154942046 +36955 aapg_ac_333.html aapg_ac_333.html:468:59188:59218 Elephant Canyon Logan, Utah -0.52884399189542497 +36956 gsa_html_5628658687 gsa_html_5628658687:41:3038:3052 Red Rock Arizona -0.470510360514459824 +36957 cspg_html_8727758678 cspg_html_8727758678:641:21485:21490 Yukon Watson Lake (Arizona) -0.0141245014202777339 +36958 cspg_html_3772380029 cspg_html_3772380029:618:76607:76661 Severn River River Severn -0.163805800480235991 +36959 aapg_ai_433.html aapg_ai_433.html:25:3514:3522 Monterey California -0.0356930261214894115 +36960 aapg_ae_73.html aapg_ae_73.html:384:49878:49885 Entrada San Juan Mountains 0.384978170044812884 +36961 gsa_html_5539636252 gsa_html_5539636252:547:54001:54010 Peninsula Italy -0.477204643263094197 +36962 aapg_ai_150.html aapg_ai_150.html:207:19602:19614 Exshaw Lacombe, Alberta -0.476385003272562391 +36963 cspg_html_8568877195 cspg_html_8568877195:120:21237:21263 Belly River Western world -0.450608983410958508 +36964 cspg_html_6193252551 cspg_html_6193252551:525:60606:60640 Romaine Quebec City -0.238299387234133464 +36965 aapg_ai_366.html aapg_ai_366.html:26:2858:2864 Lissie Beaumont, Texas 0.00762640707542289447 +36966 cspg_html_5973552270 cspg_html_5973552270:75:11018:11039 Slave Point Lacombe, Alberta -0.442620143363224416 +36967 cspg_html_3271078123 cspg_html_3271078123:60:5976:5995 Waterways Lacombe, Alberta -0.430000081582776583 +36968 gsa_html_3378098342 gsa_html_3378098342:47:3064:3092 Green River Iran -0.0343184250102417446 +36969 aapg_ah_387.html aapg_ah_387.html:3051:337244:337253 Knoxville Knoxville, Illinois -0.0589947795432145122 +36970 cspg_html_9729377176 cspg_html_9729377176:951:106719:106737 Pardonet Victoria, British Columbia -0.471501691978871318 +36971 aapg_ah_847.html aapg_ah_847.html:84:9783:9803 Vincentown New Egypt, New Jersey -0.43485884955268328 +36972 aapg_ac_688.html aapg_ac_688.html:143:14819:14830 Green River Uinta Mountains -0.0364256392683856012 +36973 aapg_ae_465.html aapg_ae_465.html:174:18475:18488 Cotton Valley Paluxy, Texas -0.388065469156190168 +36974 gsa_html_4913703235 gsa_html_4913703235:105:10371:10388 Grimsby Fairfield County, Connecticut -0.0385036919951944542 +36975 aapg_ah_93.html aapg_ah_93.html:168:21883:21895 Water Canyon Maywood, California -0.466920106770381871 +36976 jgeology_html_6942888254 jgeology_html_6942888254:1091:86771:86788 Wasatch Colorado -0.441637804770763531 +36977 cspg_html_7587979364 cspg_html_7587979364:205:16353:16382 Swan Hills Swan Hill, Victoria -0.0129255578059820249 +36978 aapg_ae_961.html aapg_ae_961.html:165:12123:12142 Red River Lake Winnipeg -0.415566199509196321 +36979 cspg_html_7970836465 cspg_html_7970836465:298:29440:29458 Chicotte Long Island -0.0379467177170490291 +36980 aapg_ac_398.html aapg_ac_398.html:183:17656:17668 Austin Chalk Giddings, Texas -0.478570111716157764 +36981 aapg_ad_721.html aapg_ad_721.html:581:55194:55206 Seven Rivers Carlsbad, New Mexico -0.00848812154371974929 +36982 cspg_html_4392308496 cspg_html_4392308496:424:58533:58557 Clifton Nashville Basin -0.0582339155461368482 +36983 cspg_html_6880168184 cspg_html_6880168184:839:89875:89898 Devon Island Canada 0.360261242874084231 +36984 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2073:2083 Washington San Marcos, California -0.0281312681566624895 +36985 aapg_ai_28.html aapg_ai_28.html:715:67494:67501 Reynosa Uvalde, Texas -0.47495364399168194 +36986 palaios_html_3609052527 palaios_html_3609052527:647:57289:57295 Ithaca Melbourne, Florida -0.494566874481706664 +36987 gsa_html_1119256423 gsa_html_1119256423:209:20478:20511 Gilman Nebraska -0.063450128833629979 +36988 cspg_html_5541937700 cspg_html_5541937700:345:47340:47348 Columbia Victoria, British Columbia -0.428896893887351471 +36989 geology_html_8881449794 geology_html_8881449794:351:29118:29124 Pueblo Caribbean -0.0102845739324916134 +36990 cspg_html_2667403559 cspg_html_2667403559:197:28572:28595 Indian Point West Point, New York -0.0313801301050329814 +36991 aapg_ah_536.html aapg_ah_536.html:171:22751:22759 Sycamore Texas -0.454357696116458765 +36992 aapg_ac_390.html aapg_ac_390.html:15:1318:1328 Washington Salem, Oregon -0.487870386185061844 +36993 aapg_ae_388.html aapg_ae_388.html:183:14251:14282 Tuscaloosa Alabama 0.0117822633156924803 +36994 gsa_html_3151431803 gsa_html_3151431803:73:8989:9006 Entrada Carmel, Indiana -0.168754873534981281 +36995 cspg_html_5484260516 cspg_html_5484260516:463:41656:41672 Exshaw Savoy Hotel -0.461271782333034175 +36996 aapg_ae_369.html aapg_ae_369.html:284:28764:28780 Tuscaloosa Alabama -0.433772050500928763 +36997 sedimentology_html_5909281487 sedimentology_html_5909281487:96:10307:10310 Pen Anglesey -0.465835581370964813 +36998 cspg_html_2419618566 cspg_html_2419618566:662:89602:89612 Beaverfoot Victoria, British Columbia -0.018225670847461909 +36999 aapg_af_751.html aapg_af_751.html:742:90395:90424 Morro California -0.509709389895245502 +37000 aapg_ai_542.html aapg_ai_542.html:152:14911:14919 Colorado Colorado -0.479960973619786069 +37001 aapg_ad_161.html aapg_ad_161.html:95:6135:6158 Cook Mountain Shreveport, Louisiana -0.284390859844719734 +37002 cspg_html_9499345121 cspg_html_9499345121:687:83263:83293 Mount Clark Canada -0.443732938342886629 +37003 aapg_af_779.html aapg_af_779.html:10:1938:1946 Traverse Michigan -0.00332671199784442947 +37004 aapg_ad_223.html aapg_ad_223.html:858:87440:87448 Mercedes Texas -0.488759736831659075 +37005 cspg_html_8174352156 cspg_html_8174352156:105:14834:14842 Columbia Victoria, British Columbia -0.45099125631104503 +37006 aapg_ae_951.html aapg_ae_951.html:844:95034:95041 La Mina Colombia -0.456337429672799166 +37007 aapg_aa_598.html aapg_aa_598.html:224:22803:22811 Red Peak Western world -0.476093453364925034 +37008 cspg_html_2462522466 cspg_html_2462522466:51:7690:7712 Basal Lacombe, Alberta -0.0572986636037091379 +37009 aapg_ae_392.html aapg_ae_392.html:205:17999:18019 Batesville White River (Washington) -0.439258669305734428 +37010 aapg_ae_416.html aapg_ae_416.html:137:12826:12841 Vicksburg Texas -0.124338383676308589 +37011 palaios_html_2158038376 palaios_html_2158038376:742:63672:63689 Bluesky Canada -0.0466289053122137323 +37012 palaios_html_9876040400 palaios_html_9876040400:742:72166:72172 Oxford The Meadows (park) -0.494543235417533422 +37013 aapg_ac_310.html aapg_ac_310.html:188:13554:13562 Colorado Littleton, Colorado -0.0482318797882009612 +37014 aapg_ac_486.html aapg_ac_486.html:303:34501:34517 Dakota Cheyenne, Wyoming -0.0187818201226804364 +37015 gsa_html_5734608463 gsa_html_5734608463:246:17280:17290 San Miguel San Gabriel Valley -0.481945488841025893 +37016 aapg_af_381.html aapg_af_381.html:69:8666:8673 Temblor Santa Monica Mountains -0.428896893887351471 +37017 aapg_ac_364.html aapg_ac_364.html:164:16204:16222 Sundance Cheyenne, Wyoming 0.966363632416354812 +37018 palaios_html_6496160433 palaios_html_6496160433:102:15888:15896 Colorado Colorado -0.0845486898913453133 +37019 aapg_ad_958.html aapg_ad_958.html:450:43782:43794 Gilmore City Nebraska 0.358750851903816614 +37020 aapg_ak_73.html aapg_ak_73.html:281:25131:25153 Tongue River Medora, North Dakota -0.500602350569185339 +37021 aapg_ad_880.html aapg_ad_880.html:248:24904:24923 Spearfish Spearfish, South Dakota 0.400565771074904986 +37022 aapg_ai_388.html aapg_ai_388.html:217:21954:21975 Cathedral Wasatch Range -0.069354448264970503 +37023 sedimentology_html_2741551647 sedimentology_html_2741551647:1022:75994:76000 Banner Central Texas -0.0330918692882290547 +37024 aapg_aa_533.html aapg_aa_533.html:3:504:517 Woodbine Texas 0.0607751376985625757 +37025 aapg_ah_85.html aapg_ah_85.html:124:14059:14069 Tuscaloosa North Carolina -0.420012527736359387 +37026 gsa_html_2561127673 gsa_html_2561127673:486:44489:44507 Grayling Reno, Nevada -0.0376282120976162635 +37027 aapg_ah_534.html aapg_ah_534.html:7:647:669 New Scotland Catskill Mountains -0.0638343634314954694 +37028 gsa_html_7974916531 gsa_html_7974916531:941:80474:80484 Washington Crater Lake National Park -0.460041893415422398 +37029 geology_html_4022603373 geology_html_4022603373:206:19559:19567 Virginia Hampton, New Hampshire -0.458720680358492616 +37030 aapg_ad_2.html aapg_ad_2.html:457:67927:67945 Antietam Mount Alto, West Virginia -0.46957525648780718 +37031 cspg_html_4287356899 cspg_html_4287356899:3952:391649:391665 Alapah Great Britain -0.0909947498903146412 +37032 aapg_ai_49.html aapg_ai_49.html:337:42569:42579 Purgatoire Black Hills -0.0513133096682010376 +37033 aapg_af_854.html aapg_af_854.html:658:92258:92274 Warsaw Burlington, Ontario 0.0178468027380988617 +37034 aapg_af_581.html aapg_af_581.html:131:14947:14954 Quetame Bogota, New Jersey -0.0346959879094753468 +37035 aapg_ai_64.html aapg_ai_64.html:781:95372:95378 Paluxy East Texas -0.436898889813044922 +37036 cspg_html_3385840278 cspg_html_3385840278:96:14434:14453 Waterways Hay River (Canada) -0.176272222632574888 +37037 gsa_html_6597288081 gsa_html_6597288081:30:2786:2814 Green River New Mexico -0.441406293921039528 +37038 aapg_ah_165.html aapg_ah_165.html:228:31100:31121 Woodbend Lacombe, Alberta -0.464419004431934179 +37039 sedimentology_html_5627310003 sedimentology_html_5627310003:520:45402:45412 Washington Seattle -0.0060576376426468119 +37040 aapg_aa_147.html aapg_aa_147.html:1089:103228:103240 Saskatchewan Regina, Saskatchewan -0.05820250565572678 +37041 aapg_af_701.html aapg_af_701.html:209:25856:25865 Stonewall Lee County, Alabama -0.404160875765283478 +37042 jgeology_html_6063383200 jgeology_html_6063383200:573:46850:46860 Santa Cruz California -0.496967326315652103 +37043 aapg_ad_870.html aapg_ad_870.html:328:39132:39140 Michigan Bay City, Texas 0.00829353945746899406 +37044 aapg_aa_37.html aapg_aa_37.html:235:29133:29151 Arcturus Kaibab, Arizona -0.0583176759976086131 +37045 aapg_ah_430.html aapg_ah_430.html:218:16303:16320 Entrada Colorado -0.459460501338182725 +37046 aapg_ad_69.html aapg_ad_69.html:100:7207:7215 Niobrara Niobrara, Nebraska 0.0298842978406814348 +37047 cspg_html_6259492324 cspg_html_6259492324:323:33419:33429 Hart River Kut -0.0431731213623836943 +37048 aapg_af_461.html aapg_af_461.html:164:15005:15013 Michigan Wisconsin -0.447276508327869859 +37049 aapg_ai_288.html aapg_ai_288.html:27:5027:5046 Santiago Santiago -0.439098796420780313 +37050 cspg_html_1004940981 cspg_html_1004940981:183:22182:22205 Eleanor River Ellesmere Island -0.417044603836409955 +37051 aapg_ac_575.html aapg_ac_575.html:587:88594:88598 Word Texas -0.0218270224173490179 +37052 cspg_html_3772380029 cspg_html_3772380029:135:17375:17397 Long Rapids River Severn -0.21304133324260302 +37053 jgeology_html_5029030836 jgeology_html_5029030836:1034:59385:59395 Washington Washington (state) -0.515092872610733887 +37054 AMJC_html_5426926529 AMJC_html_5426926529:694:72203:72210 Windham Bennington, Vermont -0.0641539957505768976 +37055 aapg_aa_148.html aapg_aa_148.html:13:2613:2625 Burro Canyon Colorado -0.470365549607814404 +37056 gsa_html_5353575718 gsa_html_5353575718:1424:91431:91459 Green River Colorado 0.0208501389731201615 +37057 aapg_ae_905.html aapg_ae_905.html:162:17303:17323 Fort Scott Higginsville, Missouri 0.124251506941649797 +37058 aapg_af_711.html aapg_af_711.html:221:21458:21483 Santa Margarita Rancho Santa Margarita, California -0.465705253187009671 +37059 cspg_html_2498183035 cspg_html_2498183035:189:21647:21667 Swan Hills Swan Hill, Victoria -0.476033304431228654 +37060 aapg_ae_993.html aapg_ae_993.html:564:58944:58959 Darby Cheyenne, Wyoming -0.458750170743803365 +37061 aapg_aa_4.html aapg_aa_4.html:194:26013:26025 Ithaca Ithaca, New York -0.04995370085151081 +37062 gsa_html_4058959570 gsa_html_4058959570:127:11959:11985 Bladen Maya Mountain -0.473778404154942046 +37063 aapg_af_379.html aapg_af_379.html:120:13121:13141 Wood River Boise, Idaho -0.247779045598005454 +37064 aapg_af_575.html aapg_af_575.html:310:41789:41799 Smithville Missouri River -0.0473711120814198014 +37065 gsa_html_3225734041 gsa_html_3225734041:940:81107:81128 Wissahickon Maryland 0.0118065882912839915 +37066 geology_html_1695341710 geology_html_1695341710:12:607:611 Troy Earth -0.488956974601549299 +37067 aapg_ac_594.html aapg_ac_594.html:224:20092:20100 Consuelo Morella, Spain -0.4864081422828892 +37068 aapg_af_892.html aapg_af_892.html:203:19253:19270 Marble Falls Texas -0.0289590583087490083 +37069 gsa_html_7605900420 gsa_html_7605900420:510:49605:49634 Antler Reno, Nevada -0.471336008805755435 +37070 aapg_af_808.html aapg_af_808.html:654:83831:83843 Oceanic Coral reef -0.0752056622178548795 +37071 aapg_ae_876.html aapg_ae_876.html:580:62589:62605 Wayan Cheyenne, Wyoming -0.487244407985101158 +37072 aapg_aa_261.html aapg_aa_261.html:245:29848:29862 Nizi Victoria, British Columbia -0.454357696116458765 +37073 cspg_html_9332855346 cspg_html_9332855346:193:17861:17873 Winnipegosis Williston, Vermont -0.485537608740225335 +37074 geology_html_7187083904 geology_html_7187083904:200:18042:18076 Talkeetna Anchorage, Alaska 0.373616621784412573 +37075 geology_html_3815228791 geology_html_3815228791:303:23818:23828 Santa Rita New Mexico -0.454357696116458765 +37076 aapg_af_653.html aapg_af_653.html:1282:157040:157047 Temblor Monterey, California -0.0239565449099976777 +37077 aapg_aa_684.html aapg_aa_684.html:32:4066:4080 Jelm Cheyenne, Wyoming -0.456391730122837791 +37078 cspg_html_7817594878 cspg_html_7817594878:43:9108:9130 Summit Creek Norman Wells 0.794650539593667715 +37079 cspg_html_7994114775 cspg_html_7994114775:226:33533:33540 Mohawk Logan Canyon -0.0328900657953446335 +37080 cspg_html_5479700260 cspg_html_5479700260:180:17297:17312 Maquoketa Iowa -0.186254415079834257 +37081 aapg_ah_779.html aapg_ah_779.html:140:26794:26824 Knox Dolomite Middle Ordovician -0.442154460642950498 +37082 cspg_html_3610827329 cspg_html_3610827329:333:39136:39151 Turtle Mountain Cruden Bay -0.470457490274840129 +37083 cspg_html_9726401168 cspg_html_9726401168:33:3703:3724 Etherington Lacombe, Alberta -0.0317836884462165403 +37084 aapg_ad_757.html aapg_ad_757.html:71:7478:7487 Maquoketa Maquoketa, Iowa -0.0140758476190941898 +37085 aapg_ae_756.html aapg_ae_756.html:93:9639:9645 Provo Kabul Province -0.487565545428885583 +37086 cspg_html_7402164801 cspg_html_7402164801:54:6082:6090 Foremost Lacombe, Alberta -0.478280146619880497 +37087 cspg_html_8928894270 cspg_html_8928894270:333:45137:45152 Nisku Lacombe, Alberta 0.966126814342930129 +37088 aapg_ae_73.html aapg_ae_73.html:134:18449:18466 Minturn New Mexico -0.0146249457170983255 +37089 aapg_ai_488.html aapg_ai_488.html:10:1097:1108 Mowry Harlowton, Montana -0.428824418473081392 +37090 gsa_html_4557277250 gsa_html_4557277250:577:54918:54926 Colorado Denver -0.0909069351524866981 +37091 gsa_html_1266138577 gsa_html_1266138577:324:25755:25772 Campito Salinas Valley -0.464409872562970838 +37092 sedimentology_html_4287650745 sedimentology_html_4287650745:1192:112089:112104 Mesaverde Logan, Utah -0.426817068967231705 +37093 aapg_ac_526.html aapg_ac_526.html:359:31878:31886 Colorado Englewood, New Jersey -0.493978458768718154 +37094 cspg_html_4909069338 cspg_html_4909069338:6:346:368 Albert Canada -0.474815026513922711 +37095 gsa_html_3289054608 gsa_html_3289054608:1038:107957:107967 Slope South Africa -0.00752216847350437468 +37096 aapg_ad_763.html aapg_ad_763.html:739:86825:86840 Tulare Coalinga, California -0.431256465733329653 +37097 aapg_ah_203.html aapg_ah_203.html:594:97660:97678 Morrison New Mexico 0.0307052437422848518 +37098 cspg_html_1124814558 cspg_html_1124814558:34:4685:4699 Colorado Clearwater, Florida -0.0474286098423364472 +37099 aapg_ah_863.html aapg_ah_863.html:443:40520:40530 Pine Point Great Slave Lake -0.477179162580930738 +37100 sedimentology_html_6953711392 sedimentology_html_6953711392:34:1895:1923 Lancaster Norfolk, Virginia -0.0585689638564125953 +37101 gsa_html_2023933346 gsa_html_2023933346:247:27014:27033 Silverado Puente Hills Mall -0.457899875343460883 +37102 cspg_html_6795586308 cspg_html_6795586308:131:12138:12143 Price Victoria, British Columbia -0.00344831630257747207 +37103 aapg_ae_369.html aapg_ae_369.html:341:34548:34563 Eutaw Alabama -0.0191815618988117366 +37104 gsa_html_5865982995 gsa_html_5865982995:1309:138677:138683 Denver Colorado -0.0164321889212732074 +37105 cspg_html_3447886929 cspg_html_3447886929:66:8417:8438 Lawrence Quebec City -0.456337429672799166 +37106 geology_html_4318757553 geology_html_4318757553:406:28135:28140 Tyson Colorado -0.0636597082590081992 +37107 gsa_html_3038126504 gsa_html_3038126504:467:46642:46665 Colorado Bouse, Arizona -0.0269922703660798423 +37108 cspg_html_8891363498 cspg_html_8891363498:198:18585:18603 Michelle Germany -0.456337429672799166 +37109 jgeology_html_2758284699 jgeology_html_2758284699:902:53684:53693 Natkusiak Victoria Island (Nigeria) -0.227007770916088786 +37110 aapg_ad_958.html aapg_ad_958.html:327:33794:33800 Mercer Sherman County, Oregon -0.47601017133294582 +37111 AMJC_html_8402437205 AMJC_html_8402437205:1014:88980:88988 Columbia Washington (state) -0.0191033509173605641 +37112 palaios_html_2399848899 palaios_html_2399848899:535:47361:47378 Raritan Closter, New Jersey -0.44951252529713398 +37113 aapg_af_162.html aapg_af_162.html:34:3723:3735 Little River Arkansas -0.523939352856569007 +37114 gsa_html_9155468742 gsa_html_9155468742:29:2796:2824 Green River Colorado -0.00922476160912374769 +37115 cspg_html_4664502755 cspg_html_4664502755:604:76219:76231 Saskatchewan Edam, Netherlands -0.467071222132578012 +37116 geology_html_1484290235 geology_html_1484290235:170:20262:20271 Beartooth Gallatin, Tennessee -0.062301065412427685 +37117 gsa_html_3613642206 gsa_html_3613642206:703:66305:66315 Washington Seattle -0.492225096233327442 +37118 jgeology_html_8528623267 jgeology_html_8528623267:248:18484:18494 Ash Hollow Nebraska 0.440431910837218665 +37119 jgeology_html_4115179562 jgeology_html_4115179562:626:49888:49919 Unicoi Elk Creek, California -0.451731523193220186 +37120 geology_html_6365665477 geology_html_6365665477:258:20408:20435 Roberts Mountains Reno, Nevada -0.0313801301050329814 +37121 aapg_ad_441.html aapg_ad_441.html:106:8776:8792 Navajo Kayenta, Arizona -0.498034815247566209 +37122 aapg_ah_534.html aapg_ah_534.html:237:19514:19527 Trimmers Rock Delaware River -0.0218270224173490179 +37123 aapg_ah_823.html aapg_ah_823.html:34:3955:3967 Saskatchewan Lacombe, Alberta -0.469809513538571255 +37124 sedimentology_html_3990399320 sedimentology_html_3990399320:816:67257:67266 Red River Manitoba -0.935768917944332479 +37125 aapg_ah_378.html aapg_ah_378.html:168:16439:16452 Comanche Peak Goodland, Kansas -0.0230751498951462693 +37126 aapg_ad_376.html aapg_ad_376.html:14:2382:2393 Mauch Chunk Chattanooga, Tennessee -0.443701699352459789 +37127 cspg_html_8568877195 cspg_html_8568877195:58:9829:9851 Judith River Bearpaw Formation -0.450608983410958508 +37128 gsa_html_3144986031 gsa_html_3144986031:36:3554:3575 Talkeetna Anchorage, Alaska -0.46687889797168336 +37129 gsa_html_3150321506 gsa_html_3150321506:774:80089:80095 Snyder North Carolina -0.48062584784091128 +37130 aapg_aa_288.html aapg_aa_288.html:226:24988:24999 Mowry Cheyenne, Wyoming -0.470696581042233275 +37131 palaios_html_7613412626 palaios_html_7613412626:384:31826:31852 Monterey California -0.455482628602140449 +37132 cspg_html_7632193795 cspg_html_7632193795:249:35211:35219 Virginia Reston, Virginia -0.514511521045416309 +37133 aapg_ah_654.html aapg_ah_654.html:104:10200:10208 Gallatin Gallatin, Tennessee -0.178852602476542472 +37134 aapg_aa_232.html aapg_aa_232.html:214:23082:23092 Purgatoire Colorado -0.481777803377517411 +37135 geology_html_7008051266 geology_html_7008051266:184:17703:17734 Huehuetepec Mexico -0.0488731608770273246 +37136 aapg_ah_318.html aapg_ah_318.html:1306:132065:132078 Cotton Valley Cotton Valley, Louisiana -0.444891759770598527 +37137 aapg_ai_54.html aapg_ai_54.html:5:610:630 Tuscaloosa Selma to Montgomery marches -0.435668138774596203 +37138 geology_html_7473743635 geology_html_7473743635:268:24947:24954 Bromide Lacombe, Alberta 0.0102845739324917348 +37139 aapg_ad_543.html aapg_ad_543.html:19:2947:2955 Woodford Haynesville, Louisiana -0.483477129634449443 +37140 AMJC_html_5916115748 AMJC_html_5916115748:1451:129924:129930 Oregon Washington (state) -0.433368134539702354 +37141 aapg_ae_370.html aapg_ae_370.html:54:7121:7136 Pittsburg Bluff Salem, Oregon -0.479960973619786069 +37142 aapg_ak_85.html aapg_ak_85.html:91:11221:11230 Smackover Arkansas -0.0265836451265893982 +37143 gsa_html_1347484649 gsa_html_1347484649:191:17575:17603 Green River Cheyenne, Wyoming -0.462225485866077257 +37144 aapg_aa_945.html aapg_aa_945.html:15:1984:1994 Rock River Salem, Oregon -0.467980749597819323 +37145 sedimentology_html_6819348196 sedimentology_html_6819348196:31:1934:1944 Keokuk Lewisburg, Pennsylvania -0.471363620495062197 +37146 aapg_af_291.html aapg_af_291.html:62:8202:8216 Lisburne Anchorage, Alaska -0.442720440658756875 +37147 aapg_ae_450.html aapg_ae_450.html:70:5895:5903 Oakville Oakville, California -0.453495743339231705 +37148 aapg_af_469.html aapg_af_469.html:410:47050:47058 Humboldt Reno, Nevada -0.466714081975797668 +37149 aapg_af_892.html aapg_af_892.html:899:84945:84953 Wolfcamp Wichita, Kansas -0.449575401198261781 +37150 aapg_ae_904.html aapg_ae_904.html:148:15484:15493 Spearfish Black Hills 1.00554178746071154 +37151 aapg_ae_345.html aapg_ae_345.html:264:16174:16180 Midway Selma to Montgomery marches -0.0246571760456421665 +37152 aapg_ae_448.html aapg_ae_448.html:239:27931:27937 Paluxy Rodessa, Louisiana -0.497769002174155983 +37153 geology_html_9547147082 geology_html_9547147082:273:25684:25689 Crete Greece -0.487631194234456278 +37154 aapg_ac_889.html aapg_ac_889.html:169:14681:14686 Salem Henderson County, Texas -0.440280728439214952 +37155 cspg_html_9905904289 cspg_html_9905904289:13:2209:2236 Horseshoe Canyon Regina, Saskatchewan -0.4381734052234173 +37156 gsa_html_3872060924 gsa_html_3872060924:748:60733:60745 Owens Valley California 1.29827087510814709 +37157 cspg_html_3008414459 cspg_html_3008414459:481:59599:59619 Milk River Lacombe, Alberta -0.486220855983571787 +37158 cspg_html_3026112034 cspg_html_3026112034:741:73311:73319 Graminia Swan Hill, Victoria -0.470188590895520009 +37159 gsa_html_5756232019 gsa_html_5756232019:14:691:701 Rancheria New Mexico -0.499227264098479506 +37160 cspg_html_5697056884 cspg_html_5697056884:111:11812:11828 Earlie Lacombe, Alberta -0.473746101631411953 +37161 aapg_ai_593.html aapg_ai_593.html:1111:118193:118204 San Antonio San Juan, Argentina -0.0949378114778619692 +37162 gsa_html_4667678389 gsa_html_4667678389:539:49638:49661 Papoose Creek Pocatello, Idaho -0.450586501765938174 +37163 aapg_ai_185.html aapg_ai_185.html:92:9878:9890 Rock Springs Fort Union Trading Post National Historic Site -0.542680309206205136 +37164 aapg_ah_626.html aapg_ah_626.html:152:10779:10786 Cardium Selkirk Mountains -0.0218513582866363479 +37165 aapg_ad_111.html aapg_ad_111.html:453:48405:48413 Colorado Mesa, Arizona -0.463271407180362194 +37166 gsa_html_3860045860 gsa_html_3860045860:954:93017:93027 Washington Seattle -0.431080339422081793 +37167 cspg_html_7602315496 cspg_html_7602315496:5:289:310 Belly River Southern Great Plain 0.00480334593379653455 +37168 cspg_html_6252417471 cspg_html_6252417471:318:46398:46411 Smoking Hills Banks Island -0.0455104965023540933 +37169 cspg_html_3554431164 cspg_html_3554431164:107:18461:18466 Nisku Rocky Mountains -0.474009171210690694 +37170 geology_html_5817459329 geology_html_5817459329:253:23054:23059 Morin Anchorage, Alaska -0.00771327274469656935 +37171 aapg_af_143.html aapg_af_143.html:519:47273:47287 China Mountain Elk River, Minnesota -0.472639307901536299 +37172 geology_html_4966808147 geology_html_4966808147:11:542:552 Washington Washington (state) -0.0400668715535646355 +37173 aapg_ai_66.html aapg_ai_66.html:121:10196:10202 Pierre Niobrara, Nebraska -0.461171691164054931 +37174 geology_html_5045588189 geology_html_5045588189:18:1448:1465 Sisquoc California -0.456391730122837791 +37175 cspg_html_4105062490 cspg_html_4105062490:75:8068:8094 Beaverhill Lacombe, Alberta -0.0238644046922454368 +37176 sedimentology_html_7390870545 sedimentology_html_7390870545:128:12524:12540 Exshaw Lacombe, Alberta -0.0160151207401750574 +37177 aapg_ac_924.html aapg_ac_924.html:514:57652:57668 Amsden Cheyenne, Wyoming -0.406978434997240734 +37178 aapg_ae_499.html aapg_ae_499.html:181:19810:19819 Greenhorn Niobrara, Nebraska -0.462963655759663584 +37179 sedimentology_html_3865745685 sedimentology_html_3865745685:1330:98540:98555 Lee Flint, Michigan -0.434527375159215246 +37180 aapg_ai_816.html aapg_ai_816.html:213:33723:33742 Cherryvale Westerville, Ohio -0.436929900849743147 +37181 gsa_html_1326487457 gsa_html_1326487457:1085:88979:88983 Java Sumatra -0.469419119754978742 +37182 aapg_ae_905.html aapg_ae_905.html:147:15305:15322 Hanover Illinois -0.496938878513721649 +37183 cspg_html_9735723617 cspg_html_9735723617:78:12061:12083 Lime Creek Iowa -0.208869923851703609 +37184 aapg_ad_440.html aapg_ad_440.html:678:68329:68335 Denmar Randolph County, Indiana -0.454475093508583283 +37185 palaios_html_2221534395 palaios_html_2221534395:461:50254:50273 Fairview Kentucky -0.411662011195115363 +37186 aapg_ac_69.html aapg_ac_69.html:176:21182:21198 Colorado Colorado -0.472604743150075168 +37187 aapg_ac_719.html aapg_ac_719.html:50:5555:5567 Pierre Trinidad and Tobago -0.428809045611172668 +37188 aapg_ai_877.html aapg_ai_877.html:506:49314:49322 Virginia Virginia -0.0427586605090743907 +37189 gsa_html_2369908260 gsa_html_2369908260:120:8952:8964 Owens Valley California Water Wars -0.435044526345554627 +37190 aapg_ac_714.html aapg_ac_714.html:665:81553:81568 Swift Big Horn Mountains 0.0227013972285232159 +37191 cspg_html_2013109828 cspg_html_2013109828:587:83812:83817 Price Canada -0.0567787489589199126 +37192 aapg_ae_69.html aapg_ae_69.html:239:26951:26968 Wasatch Uinta Mountains -0.0157388171484894208 +37193 aapg_aa_110.html aapg_aa_110.html:7:911:932 Green River Wasatch Range -0.456778715576978744 +37194 aapg_ah_678.html aapg_ah_678.html:636:81844:81874 Vicksburg Texas -0.17177067674978963 +37195 aapg_ai_28.html aapg_ai_28.html:729:69384:69392 Victoria Victoria County, Nova Scotia -0.443688311537407287 +37196 cspg_html_9435196958 cspg_html_9435196958:1228:51095:51114 Kishenehn Victoria, British Columbia -0.0273835184878958443 +37197 cspg_html_1841843683 cspg_html_1841843683:59:9366:9379 Gypsum Spring Williston Basin -0.441406293921039528 +37198 aapg_ac_730.html aapg_ac_730.html:770:105572:105586 Colorado Rankin, Texas -0.00985717070177309293 +37199 aapg_af_897.html aapg_af_897.html:56:7109:7114 Atoka Hartville, Missouri -0.447153316157111791 +37200 sedimentology_html_2078363788 sedimentology_html_2078363788:103:11136:11237 Basal Portland, Oregon -0.0606843621333682456 +37201 sedimentology_html_1046729113 sedimentology_html_1046729113:1857:151946:151954 Moosebar Victoria, British Columbia -0.467889067103673728 +37202 aapg_ah_90.html aapg_ah_90.html:96:15136:15160 Cedar Mountain Cedar Mountains -0.434606918343987458 +37203 cspg_html_4694482219 cspg_html_4694482219:32:4142:4160 Paskapoo Edmonton, London -0.0217296792824245993 +37204 aapg_af_590.html aapg_af_590.html:631:48722:48730 Colorado Texas -0.0370486621812744707 +37205 cspg_html_8662646956 cspg_html_8662646956:416:52633:52643 Pine Point Dolomites -0.466759861116235797 +37206 gsa_html_4898524010 gsa_html_4898524010:57:3415:3443 Green River Colorado -0.0425061623953187154 +37207 aapg_ad_377.html aapg_ad_377.html:10:1199:1212 Hungry Valley Los Angeles -0.471754879498828661 +37208 aapg_af_242.html aapg_af_242.html:171:19318:19328 Rio Grande Mexico -0.0491450243190722294 +37209 aapg_ad_119.html aapg_ad_119.html:71:9121:9126 Mt Lytton Anchorage, Alaska -0.473778404154942046 +37210 AMJC_html_1873062106 AMJC_html_1873062106:1114:116478:116511 Morrison Mesa County, Colorado -0.0579896204005204766 +37211 aapg_ad_357.html aapg_ad_357.html:119:10615:10640 Santa Margarita Rancho Santa Margarita, California -0.416263934973035432 +37212 aapg_ac_867.html aapg_ac_867.html:548:75800:75810 Phosphoria Cheyenne, Wyoming -0.451812561628617604 +37213 sedimentology_html_8319761442 sedimentology_html_8319761442:1637:81606:81611 Piper Greece -0.457430856722515267 +37214 cspg_html_8723419240 cspg_html_8723419240:6:278:299 Spray Lacombe, Alberta -0.0227552866260881809 +37215 aapg_af_879.html aapg_af_879.html:919:88419:88423 Word Russia -0.442720440658756875 +37216 aapg_ae_350.html aapg_ae_350.html:5:1076:1086 Tuscaloosa Tuscaloosa, Alabama -0.425700050336429825 +37217 gsa_html_7040053075 gsa_html_7040053075:785:83912:83920 San Jose Walnut Creek, North Carolina -0.0570474245850990103 +37218 geology_html_9131630956 geology_html_9131630956:163:14249:14260 Green River Kentucky -0.472717659724808503 +37219 cspg_html_4636216007 cspg_html_4636216007:67:5573:5597 Thumb Mountain Middle Ordovician -0.454258371760158153 +37220 aapg_ae_562.html aapg_ae_562.html:125:12542:12564 Allegheny Huntington, West Virginia -0.306885341215556495 +37221 gsa_html_5389237705 gsa_html_5389237705:14:776:785 Peninsula Anchorage, Alaska -0.0543262705664660159 +37222 aapg_af_808.html aapg_af_808.html:212:28075:28093 Scotland Barbados -0.47503682505792677 +37223 gsa_html_4220229801 gsa_html_4220229801:710:58446:58459 Owyhee Basalt York, Pennsylvania -0.0146249457170983255 +37224 cspg_html_6306091047 cspg_html_6306091047:241:33886:33899 Pardonet Victoria, British Columbia -0.485603101959931283 +37225 aapg_ac_277.html aapg_ac_277.html:28:3283:3302 Aux Vases Chester, Pennsylvania -0.466876608650283409 +37226 gsa_html_6753732431 gsa_html_6753732431:781:69118:69126 Woodford California -0.508588352325726856 +37227 aapg_ac_617.html aapg_ac_617.html:151:20939:20956 Lagarto Brazos River -0.43797158338019293 +37228 palaios_html_9309991705 palaios_html_9309991705:271:30090:30111 Ludlowville Genesee River -0.470188590895520009 +37229 aapg_ad_133.html aapg_ad_133.html:189:17360:17368 Wolfcamp Lea County Regional Airport -0.468198533701609299 +37230 aapg_ae_805.html aapg_ae_805.html:247:29104:29108 Earp Naco, Sonora -0.035632122339872542 +37231 geology_html_8241069332 geology_html_8241069332:207:17974:17989 Orocopia Schist Los Angeles -0.436850160261835319 +37232 AMJC_html_8620643989 AMJC_html_8620643989:766:84042:84059 Edwards Texas -0.477204643263094197 +37233 cspg_html_4685751140 cspg_html_4685751140:21:2574:2582 Imperial Calgary 0.000792153354614578671 +37234 aapg_ai_357.html aapg_ai_357.html:77:9614:9623 Escondido Uvalde, Texas -0.0789560841365127136 +37235 AMJC_html_2905856018 AMJC_html_2905856018:371:53373:53379 Pueblo Antelope Valley Freeway -0.476449805414249639 +37236 aapg_ae_149.html aapg_ae_149.html:206:18912:18920 Virginia Jacksonville, Illinois -0.478243038089782635 +37237 aapg_ah_358.html aapg_ah_358.html:659:42795:42803 Wolfcamp Wichita, Kansas -0.471363620495062197 +37238 cspg_html_8464109528 cspg_html_8464109528:209:25049:25065 Viking Lacombe, Alberta -0.0170265242171895904 +37239 cspg_html_7866293053 cspg_html_7866293053:50:6116:6133 Gething Victoria, British Columbia -0.458641287983651336 +37240 aapg_ac_610.html aapg_ac_610.html:43:4091:4099 Richmond Richmond, California 0.0197377379215514445 +37241 cspg_html_7093237629 cspg_html_7093237629:5:202:241 Leduc Lacombe, Alberta -0.434540631888912565 +37242 aapg_af_579.html aapg_af_579.html:36:5351:5356 Ouray Telluride, Colorado -0.441553207562292771 +37243 cspg_html_2695921112 cspg_html_2695921112:167:18383:18404 Bonaventure Quebec City -0.474438560215669658 +37244 cspg_html_1118978429 cspg_html_1118978429:478:47534:47541 Cadomin Indo-Gangetic Plain -0.446110205830797302 +37245 AMJC_html_5969956211 AMJC_html_5969956211:62:6244:6251 Wasatch Denver -0.00855587800487816325 +37246 cspg_html_6588266079 cspg_html_6588266079:412:37006:37014 La Habra California -0.472501057082917231 +37247 AMJC_html_7984049819 AMJC_html_7984049819:382:38516:38533 Berwick Hartford, Connecticut -0.46328736756315686 +37248 geology_html_7687041657 geology_html_7687041657:113:8321:8357 Gilmore City Iowa -0.225103808655717386 +37249 cspg_html_2053592979 cspg_html_2053592979:18:2212:2217 Yukon Victoria, British Columbia -0.0257872942551229771 +37250 aapg_ae_961.html aapg_ae_961.html:172:13218:13237 Red River Grafton, Massachusetts 0.043901087668934996 +37251 aapg_ae_777.html aapg_ae_777.html:158:18172:18186 Espiritu Santo Sangre de Cristo Range -0.441553207562292771 +37252 aapg_ae_474.html aapg_ae_474.html:1314:137730:137752 Lawrence Franconia, New Hampshire -0.447133159014188541 +37253 gsa_html_1578715955 gsa_html_1578715955:678:58872:58890 Tsadaka Anchorage, Alaska -0.138118543727525245 +37254 cspg_html_2650524233 cspg_html_2650524233:86:12114:12128 Colorado Lacombe, Alberta -0.0653016717146195635 +37255 cspg_html_7176959694 cspg_html_7176959694:18:1950:1958 Montreal Quebec City -0.0280825762237737336 +37256 aapg_ah_443.html aapg_ah_443.html:10:2112:2134 Belly River Anglesey 1.00522327215264884 +37257 aapg_ah_654.html aapg_ah_654.html:972:99628:99659 Madison Cheyenne, Wyoming -0.00840994113992231743 +37258 aapg_ac_953.html aapg_ac_953.html:31:3715:3725 Miccosukee Jefferson County, Colorado -0.00802946509668115739 +37259 cspg_html_3516764931 cspg_html_3516764931:110:18912:18947 Chancellor Middle East -0.493905230900802183 +37260 gsa_html_7932638920 gsa_html_7932638920:1155:106870:106890 Chickaloon Anchorage, Alaska -0.434805805785743127 +37261 aapg_ah_596.html aapg_ah_596.html:199:23740:23750 San Andres Texas -0.426107282258057218 +37262 aapg_ai_573.html aapg_ai_573.html:32:6103:6112 Red River Texas -0.429283522871468093 +37263 aapg_aa_351.html aapg_aa_351.html:61:6803:6808 Viola Black River, Jamaica 0.0312461934847964307 +37264 aapg_af_568.html aapg_af_568.html:202:21954:21967 Sundance Cheyenne, Wyoming -0.0134398809418536571 +37265 aapg_ac_575.html aapg_ac_575.html:250:40645:40665 Phosphoria Boise, Idaho 0.423105282204420008 +37266 aapg_ae_182.html aapg_ae_182.html:175:20854:20875 Pine Island Bellevue, Nebraska -0.0365787810685492543 +37267 aapg_aa_702.html aapg_aa_702.html:956:117917:117936 Detroit River Michigan -0.471340610693628537 +37268 aapg_ae_895.html aapg_ae_895.html:269:23519:23527 Columbia Spokane, Washington -0.462097962880594848 +37269 aapg_ae_62.html aapg_ae_62.html:272:23740:23759 Spearfish Newburg, Louisville 0.00222011822627592647 +37270 aapg_ai_52.html aapg_ai_52.html:84:12189:12198 Etchegoin Monterey, California -0.0197377379215514133 +37271 sedimentology_html_1475030150 sedimentology_html_1475030150:549:49260:49270 Washington Seattle -0.461026124022890449 +37272 aapg_ac_924.html aapg_ac_924.html:12:2125:2149 Mission Canyon Cheyenne, Wyoming -0.458180950614220484 +37273 aapg_ac_749.html aapg_ac_749.html:149:20702:20712 Cabot Head Ontario, California 0.0150802194400128011 +37274 aapg_aa_718.html aapg_aa_718.html:41:4907:4916 Jefferson Waynesburg, Pennsylvania -0.0566182466220960107 +37275 aapg_ah_417.html aapg_ah_417.html:86:8670:8678 Foremost Lacombe, Alberta -0.551757619267361221 +37276 aapg_ac_741.html aapg_ac_741.html:414:45982:45998 Pierre Colorado -0.453130450697368015 +37277 aapg_ad_2.html aapg_ad_2.html:808:114104:114117 Conococheague Chambersburg, Pennsylvania -0.419329491649838015 +37278 aapg_ae_217.html aapg_ae_217.html:21:2248:2256 Nacatoch Shreveport, Louisiana -0.476172115937115059 +37279 aapg_ae_939.html aapg_ae_939.html:452:20256:20261 Queen Carlsbad, New Mexico -0.0436537812502225328 +37280 aapg_ac_71.html aapg_ac_71.html:462:53654:53670 Luning Reno, Nevada -0.496915172747898759 +37281 aapg_ad_441.html aapg_ad_441.html:67:4665:4681 Kaibab Coconino County, Arizona -0.502032175005171721 +37282 geology_html_9264012185 geology_html_9264012185:48:3956:3966 Pine Point Canada -0.496867763222673786 +37283 aapg_ae_705.html aapg_ae_705.html:410:38615:38633 Vaqueros Santa Ynez Valley -0.462111625185478381 +37284 aapg_aa_397.html aapg_aa_397.html:24:3829:3840 Platteville Missouri River 0.0977551548374563095 +37285 aapg_af_579.html aapg_af_579.html:400:41968:41992 Junction Creek Colorado -0.501579132025020247 +37286 jgeology_html_4729017492 jgeology_html_4729017492:1002:55836:55847 Chibougamau Quebec City -0.479459169650376604 +37287 aapg_ai_932.html aapg_ai_932.html:100:15357:15366 Point Sal Monterey, California -0.436872309743032927 +37288 aapg_af_848.html aapg_af_848.html:22:2449:2468 Smackover Shreveport, Louisiana -0.468978412493240793 +37289 aapg_aa_407.html aapg_aa_407.html:357:25361:25370 Rico Indian Creek, Florida -0.501517155815179638 +37290 sedimentology_html_9562282132 sedimentology_html_9562282132:2367:85259:85277 Monterey California -0.015097596462230729 +37291 gsa_html_4308966435 gsa_html_4308966435:1145:113309:113329 North Horn Logan, Utah 0.333923220114412944 +37292 geology_html_6268094795 geology_html_6268094795:128:13912:13939 Columbia Mons -0.452882496357985831 +37293 aapg_ad_2.html aapg_ad_2.html:609:89338:89356 Chickies Lancaster, California -0.0458327637888954545 +37294 jgeology_html_3434214786 jgeology_html_3434214786:607:42660:42682 Horse Spring Arizona -0.0294216697317379976 +37295 cspg_html_2784057671 cspg_html_2784057671:667:70362:70372 Washington Salem, Oregon -0.0283642962878183774 +37296 sedimentology_html_2664743350 sedimentology_html_2664743350:1178:96499:96531 Cutler Colorado -0.0169066131987412362 +37297 aapg_af_497.html aapg_af_497.html:573:53419:53438 Greenhorn Hittin -0.457736710679965686 +37298 aapg_ae_187.html aapg_ae_187.html:298:31146:31157 Beekmantown Arkansas 0.288277924654312456 +37299 aapg_aa_224.html aapg_aa_224.html:152:13014:13022 Martinez Puebla, Puebla -0.43597788776021662 +37300 aapg_ai_740.html aapg_ai_740.html:175:19657:19665 Kootenai Cut Bank, Montana -0.483715163479877641 +37301 cspg_html_6140483769 cspg_html_6140483769:118:17213:17233 Ravenscrag Regina, Saskatchewan -0.00409977035478876605 +37302 cspg_html_5541725202 cspg_html_5541725202:257:36587:36603 Cumberland Logan, Utah -0.465104162426203172 +37303 aapg_ai_962.html aapg_ai_962.html:210:15136:15149 Brushy Canyon Texas -0.0272061513057389563 +37304 cspg_html_7402164801 cspg_html_7402164801:343:35845:35882 Basal Canada -0.466718659783226908 +37305 cspg_html_8520409981 cspg_html_8520409981:95:10777:10789 Winnipegosis Canada -0.443755252554939694 +37306 aapg_ah_644.html aapg_ah_644.html:3:380:385 Piper Williston Basin -0.0979029367274560081 +37307 cspg_html_6014123208 cspg_html_6014123208:20:2463:2470 Cadomin Western world -0.46809765859229685 +37308 aapg_ac_253.html aapg_ac_253.html:466:57716:57722 Frisco Sallisaw, Oklahoma -0.478642038078168519 +37309 aapg_aa_913.html aapg_aa_913.html:480:33872:33887 Buda Texas -0.00486067457957646467 +37310 sedimentology_html_1180682367 sedimentology_html_1180682367:1192:106454:106459 Inman California -0.446593560210975959 +37311 cspg_html_2139304729 cspg_html_2139304729:250:25916:25935 Waterways Lacombe, Alberta -0.0176521575515221144 +37312 aapg_aa_23.html aapg_aa_23.html:1096:143237:143254 Interlake California -0.0194596479158459131 +37313 cspg_html_5880669950 cspg_html_5880669950:625:61868:61897 Swan Hills Lacombe, Alberta -0.030239106807757675 +37314 gsa_html_7915521951 gsa_html_7915521951:215:18235:18253 Stirling Western world -0.459887424332023564 +37315 aapg_ad_301.html aapg_ad_301.html:404:38510:38528 Represa Spain -0.0413099405901366859 +37316 cspg_html_8618252466 cspg_html_8618252466:5:230:247 Cardium Central Alberta -0.465170422412911511 +37317 aapg_aa_261.html aapg_aa_261.html:176:24134:24155 Sadlerochit Atoka, Oklahoma -0.478326534516524793 +37318 aapg_ah_645.html aapg_ah_645.html:259:31914:31931 Rierdon Black Hills -0.614459368513906368 +37319 aapg_af_939.html aapg_af_939.html:29:3638:3646 Richmond Maquoketa, Iowa -0.0156571431142738943 +37320 aapg_af_397.html aapg_af_397.html:79:9339:9346 Todilto Entrada Sandstone -0.466965896576978678 +37321 aapg_ac_451.html aapg_ac_451.html:264:28162:28175 Tuxedni Talkeetna, Alaska -0.448377013151321557 +37322 gsa_html_2989317971 gsa_html_2989317971:757:78271:78293 Challis Snake River Plain (ecoregion) -0.0547762326549638551 +37323 aapg_ae_499.html aapg_ae_499.html:439:48668:48676 Colorado Denver -0.491056633019370192 +37324 cspg_html_2882304151 cspg_html_2882304151:89:17593:17599 Luscar Mountain Park (Holyoke, Massachusetts) -0.452887004013691252 +37325 aapg_ah_536.html aapg_ah_536.html:182:24139:24154 Sligo East Texas -0.463697875765281653 +37326 aapg_ah_469.html aapg_ah_469.html:282:25271:25291 Cane River Shreveport, Louisiana -0.0208414480796128843 +37327 aapg_ah_881.html aapg_ah_881.html:187:21924:21933 Chuckanut Nanaimo -0.458262569586093849 +37328 palaios_html_1584288127 palaios_html_1584288127:486:48934:48965 Kope Ohio -0.469382385724573914 +37329 aapg_ah_592.html aapg_ah_592.html:256:19137:19156 Detroit River Sylvania, Ohio -0.472491841137828439 +37330 jgeology_html_1846074040 jgeology_html_1846074040:433:32732:32740 Michigan Cornwall, Ontario -0.0115529144491077311 +37331 aapg_ac_508.html aapg_ac_508.html:74:6491:6496 Atoka Kansas City, Kansas -0.00915874145499006274 +37332 aapg_af_293.html aapg_af_293.html:3:286:291 Rapid East Coast of the United States -0.435668138774596203 +37333 jgeology_html_9629010327 jgeology_html_9629010327:196:13097:13121 Valley Springs Sierra Nevada (Spain) -0.0120741642534044936 +37334 gsa_html_3387611512 gsa_html_3387611512:1183:121241:121270 Mint Canyon Arizona -0.0427795572276395697 +37335 aapg_ae_34.html aapg_ae_34.html:4:372:386 Frio Shreveport, Louisiana -0.442860875153750722 +37336 cspg_html_6984906794 cspg_html_6984906794:662:50244:50262 Kaskapau Lacombe, Alberta -0.462111625185478381 +37337 geology_html_6197218558 geology_html_6197218558:230:20203:20206 Rye South Africa -0.485495508601457515 +37338 gsa_html_2832151886 gsa_html_2832151886:396:31701:31725 Colorado Beaumont, Texas -0.46567095948211501 +37339 geology_html_2490813080 geology_html_2490813080:135:13291:13297 Brazil South Africa -0.486548633935625752 +37340 aapg_ad_659.html aapg_ad_659.html:331:47142:47153 Jacobsville Keweenaw Peninsula 0.0181300842081989697 +37341 aapg_ah_763.html aapg_ah_763.html:242:24390:24406 Blaine Texas -0.0621456617808601383 +37342 gsa_html_2098291403 gsa_html_2098291403:89:7955:7982 Columbia Willamette Valley -0.0482388499511915356 +37343 aapg_ah_871.html aapg_ah_871.html:653:68974:68979 Chazy Lake Champlain -0.0340417857765505233 +37344 cspg_html_8363357104 cspg_html_8363357104:736:85389:85418 Deadwood Williston Basin 0.0215732361007039963 +37345 aapg_ae_305.html aapg_ae_305.html:1197:107506:107512 Sierra Maracaibo -0.477179162580930738 +37346 aapg_ah_828.html aapg_ah_828.html:275:19238:19246 Sundance Cheyenne, Wyoming -0.472501057082917231 +37347 aapg_ac_486.html aapg_ac_486.html:589:71813:71819 Dakota Denver 0.130230577126040054 +37348 cspg_html_5241714595 cspg_html_5241714595:679:102004:102025 Beaverhill Lacombe, Alberta -0.00520464736105560356 +37349 gsa_html_7542416588 gsa_html_7542416588:907:73197:73205 Colorado Colorado -0.054549503916786618 +37350 aapg_af_348.html aapg_af_348.html:205:22028:22048 Springhill Tierra del Fuego Province (Argentina) -0.00729110700735253591 +37351 palaios_html_5582845937 palaios_html_5582845937:315:31741:31749 Virginia Hampton, New Hampshire -0.481794104698776371 +37352 aapg_ae_466.html aapg_ae_466.html:51:5428:5447 Smackover Cotton Valley, Louisiana -0.417415641024188155 +37353 palaios_html_5505127030 palaios_html_5505127030:1302:78683:78691 Temporal Southwest Florida -0.488912357297633382 +37354 cspg_html_5456368738 cspg_html_5456368738:142:19066:19083 Hare Indian Manitoba -0.0218513582866363479 +37355 cspg_html_2650524233 cspg_html_2650524233:87:12258:12277 Whitemud Regina, Saskatchewan -0.420909473199816475 +37356 aapg_aa_866.html aapg_aa_866.html:46:5784:5791 El Paso Texas -0.0209214044574815329 +37357 gsa_html_5625878232 gsa_html_5625878232:649:75525:75534 San Diego La Jolla -0.469230874046953295 +37358 jgeology_html_9111148993 jgeology_html_9111148993:539:41015:41024 Athabasca Canada -0.0932750744782698121 +37359 aapg_ai_96.html aapg_ai_96.html:284:26742:26750 Oakville Texas -0.0185871661481992051 +37360 aapg_ac_730.html aapg_ac_730.html:778:105824:105833 Extension Arizona -0.0491380533416538867 +37361 aapg_ad_98.html aapg_ad_98.html:377:39819:39842 Barrel Spring Antelope Valley Freeway -0.033773852470743819 +37362 aapg_af_809.html aapg_af_809.html:134:13222:13232 Fort Worth Texas -0.466666016428022079 +37363 aapg_ah_318.html aapg_ah_318.html:1765:166242:166251 San Pedro Durango, Durango -0.464953382280686722 +37364 aapg_ai_873.html aapg_ai_873.html:105:10170:10189 Aux Vases Spencer County, Kentucky -0.456337429672799166 +37365 cspg_html_5345848475 cspg_html_5345848475:976:97490:97522 Provincial Canada -0.0347621062592119723 +37366 aapg_aa_47.html aapg_aa_47.html:770:93085:93103 Minturn Madera County, California -0.476593313058899071 +37367 aapg_ad_351.html aapg_ad_351.html:446:39882:39895 Hampton Sedalia, Missouri 0.436110668683637237 +37368 aapg_ad_871.html aapg_ad_871.html:94:10247:10254 Genshaw Alpena County, Michigan -0.487659330983205019 +37369 gsa_html_9008782516 gsa_html_9008782516:1261:91352:91380 Green River Colorado -0.0293555813701503708 +37370 aapg_ac_214.html aapg_ac_214.html:50:6384:6401 Entrada Carmel, Indiana -0.224554375801164136 +37371 gsa_html_9650039573 gsa_html_9650039573:12:421:428 Shuswap Great Britain -0.49593907588154873 +37372 aapg_ae_415.html aapg_ae_415.html:910:114086:114100 Paynes Hammock Alabama -0.484086347872667577 +37373 cspg_html_9717154602 cspg_html_9717154602:310:45472:45479 Bearpaw Bow River -0.458031335089754243 +37374 cspg_html_9136481292 cspg_html_9136481292:491:56187:56203 Gates Victoria, British Columbia -0.487926676393575676 +37375 aapg_ac_704.html aapg_ac_704.html:124:11181:11191 San Andres Texas -0.00972860319356922895 +37376 cspg_html_8767215556 cspg_html_8767215556:76:8745:8755 Swan Hills Swan Hill, Victoria -0.489060307863409593 +37377 aapg_af_664.html aapg_af_664.html:636:70484:70494 San Andres El Reno, Oklahoma -0.428479686892279998 +37378 aapg_ae_694.html aapg_ae_694.html:174:19324:19338 Woodbine East Texas 0.0262324107117374514 +37379 aapg_ae_941.html aapg_ae_941.html:52:4895:4913 Woodbine Rodessa, Louisiana -0.464533160716817162 +37380 aapg_ah_411.html aapg_ah_411.html:119:14596:14618 Judith River Cheyenne, Wyoming -0.421938067268467054 +37381 cspg_html_7963093032 cspg_html_7963093032:495:51060:51080 Bow Island Lacombe, Alberta -0.463250887108730525 +37382 aapg_ah_789.html aapg_ah_789.html:1217:100857:100862 Colon Maracaibo -0.449440672427322663 +37383 cspg_html_9717154602 cspg_html_9717154602:214:32373:32379 Pierre Lacombe, Alberta -0.456416618922522499 +37384 sedimentology_html_3490195740 sedimentology_html_3490195740:421:38045:38080 Elk Manitoba -0.501793700638435203 +37385 cspg_html_6517402834 cspg_html_6517402834:35:4158:4176 Scollard Lacombe, Alberta -0.0420778026816341078 +37386 cspg_html_6611173979 cspg_html_6611173979:268:25939:25956 Wabamun Edmonton, London 1.1379222186839022 +37387 cspg_html_2498183035 cspg_html_2498183035:387:40719:40727 Columbia Victoria, British Columbia -0.00257103084166600531 +37388 sedimentology_html_6303171089 sedimentology_html_6303171089:1138:95812:95818 Sierra Spain -0.0565310187113001669 +37389 aapg_ac_829.html aapg_ac_829.html:151:17452:17461 Minnelusa Cheyenne, Wyoming -0.469028899015838996 +37390 gsa_html_4719798013 gsa_html_4719798013:321:31524:31559 Blackwater Draw Muleshoe National Wildlife Refuge -0.472604743150075168 +37391 aapg_ah_427.html aapg_ah_427.html:306:40684:40691 Manitou Arkansas River 0.0241738588828840258 +37392 sedimentology_html_2090465227 sedimentology_html_2090465227:813:52107:52111 Hall London, Ontario -0.490054357124853124 +37393 aapg_af_406.html aapg_af_406.html:122:12275:12294 Smackover Alabama 0.368700850953983417 +37394 aapg_ae_652.html aapg_ae_652.html:412:44133:44139 Denver Colorado -0.479772763003628699 +37395 cspg_html_2172704722 cspg_html_2172704722:510:67099:67107 Columbia Lacombe, Alberta 0.00337361649967377053 +37396 sedimentology_html_6376801731 sedimentology_html_6376801731:1571:90542:90550 Colorado Denver -0.442682549290708161 +37397 aapg_af_319.html aapg_af_319.html:308:29156:29164 Colorado Denver -0.440247382693200906 +37398 aapg_ai_477.html aapg_ai_477.html:280:30515:30537 Buckinghorse Pine River (Michigan) -0.422147407249121198 +37399 aapg_ah_387.html aapg_ah_387.html:20:2955:2964 Knoxville Knoxville, Illinois 0.0102845739324917348 +37400 gsa_html_6542025228 gsa_html_6542025228:662:70622:70637 Athabasca Regina, Saskatchewan 1.44130869945877893 +37401 aapg_af_830.html aapg_af_830.html:456:53114:53124 Duck Creek Texas -0.452909542628234352 +37402 aapg_ah_435.html aapg_ah_435.html:190:23494:23509 Indio Texas -0.0404707637071786003 +37403 aapg_ac_867.html aapg_ac_867.html:671:92121:92129 Sundance Cheyenne, Wyoming -0.451351189275800146 +37404 aapg_ac_984.html aapg_ac_984.html:90:7606:7616 Eau Claire Illinois -0.429283522871468093 +37405 aapg_ai_281.html aapg_ai_281.html:258:25088:25094 Sierra Mexico -0.485252303872338198 +37406 cspg_html_9827358538 cspg_html_9827358538:687:73651:73677 Monterey California -0.464355083320625084 +37407 cspg_html_7409170811 cspg_html_7409170811:27:3656:3672 Exshaw Bow River -0.457736710679965686 +37408 geology_html_2818489879 geology_html_2818489879:400:30261:30267 Walker Black Hills -0.467868439854770279 +37409 aapg_aa_626.html aapg_aa_626.html:162:18237:18256 Patuxent Patapsco River -0.459837454744856933 +37410 gsa_html_1826402027 gsa_html_1826402027:195:22222:22228 Kaibab Little Colorado River -0.454089094007790295 +37411 aapg_ae_3.html aapg_ae_3.html:98:13199:13209 Washington Salem, Oregon -0.491282661525563435 +37412 aapg_ae_467.html aapg_ae_467.html:363:27803:27812 Coldwater Sunbury, Pennsylvania -0.00712258914704064564 +37413 cspg_html_2193428533 cspg_html_2193428533:143:20226:20240 Doig Wembley Stadium -0.0389092587749327867 +37414 aapg_ah_416.html aapg_ah_416.html:98:8253:8263 Milk River Milk River, Alberta -0.0743341210904666233 +37415 cspg_html_4298557570 cspg_html_4298557570:18:2398:2415 Bearpaw Edmonton, London -0.0551547118645741019 +37416 geology_html_3305988371 geology_html_3305988371:12:655:663 Michigan Munising, Michigan -0.472512577150688062 +37417 aapg_ah_340.html aapg_ah_340.html:517:50700:50720 Duck Creek Texas -0.375489281837903255 +37418 jgeology_html_8494933343 jgeology_html_8494933343:285:19430:19451 Colorado Logan, Utah -0.475991665297052891 +37419 aapg_ah_260.html aapg_ah_260.html:147:20043:20058 Mesaverde Indianola, Iowa 0.0315471181110921622 +37420 aapg_ac_19.html aapg_ac_19.html:188:16265:16274 Jefferson Navarro County, Texas -0.458913519660435476 +37421 aapg_ac_742.html aapg_ac_742.html:106:12915:12931 Piper Big Horn Mountains 0.109377424528012968 +37422 aapg_ae_614.html aapg_ae_614.html:337:30319:30325 Denver Russia -0.447572237112974447 +37423 cspg_html_2650524233 cspg_html_2650524233:184:22521:22538 Bearpaw Lacombe, Alberta 0.0051247343510113369 +37424 geology_html_7356393951 geology_html_7356393951:269:24936:24940 Hall Reno, Nevada -0.443701699352459789 +37425 cspg_html_9023649778 cspg_html_9023649778:383:43333:43363 Doig Victoria, British Columbia -0.0356704046759730303 +37426 aapg_ad_865.html aapg_ad_865.html:143:15174:15191 Hermosa Logan, Utah -0.454068782805138071 +37427 sedimentology_html_3297550055 sedimentology_html_3297550055:1540:76105:76109 Hess Holborn tube station -0.502986755822435128 +37428 aapg_ae_464.html aapg_ae_464.html:482:29448:29454 Sonora California -0.0807885815366976151 +37429 aapg_ae_573.html aapg_ae_573.html:163:22250:22278 Smackover Shreveport, Louisiana 0.0172976297884785309 +37430 cspg_html_3008414459 cspg_html_3008414459:43:6679:6695 Mt Lytton Milk River, Alberta -0.0521971896884777173 +37431 aapg_aa_302.html aapg_aa_302.html:466:57768:57785 Pequop Kaibab, Arizona -0.490195451192383946 +37432 geology_html_3369835926 geology_html_3369835926:421:27656:27662 Provo Switzerland -0.0464616568793586454 +37433 geology_html_3594831494 geology_html_3594831494:11:449:457 Colorado Colorado -0.467870731747513147 +37434 aapg_aa_685.html aapg_aa_685.html:24:2348:2367 Flagstaff Logan, Utah -0.458641287983651336 +37435 aapg_aa_145.html aapg_aa_145.html:376:40306:40314 Columbia Pacific coast -0.01901471217940277 +37436 cspg_html_1915486237 cspg_html_1915486237:279:36741:36749 Columbia Victoria, British Columbia -0.0402548881501223546 +37437 aapg_aa_684.html aapg_aa_684.html:207:20728:20732 Jelm Cheyenne, Wyoming -0.480597940731277096 +37438 aapg_ae_520.html aapg_ae_520.html:120:10561:10581 Kinderhook Kansas City, Kansas 0.0457299852893208597 +37439 aapg_ae_676.html aapg_ae_676.html:406:49484:49493 Extension Carpathian Ruthenia -0.495711798447340535 +37440 gsa_html_5107598462 gsa_html_5107598462:249:22650:22656 Salina Onondaga (tribe) -0.00610628100951976244 +37441 aapg_ah_972.html aapg_ah_972.html:376:38477:38485 Whitsett Whitsett, North Carolina -0.484135384227082133 +37442 aapg_aa_956.html aapg_aa_956.html:12:1645:1667 Jackson Arkansas -0.47596853330555533 +37443 aapg_ah_505.html aapg_ah_505.html:1689:140353:140359 Denver Idaho Springs, Colorado -0.502707427663107609 +37444 geology_html_6393511849 geology_html_6393511849:12:512:522 Washington Washington (state) -0.450932780647085085 +37445 aapg_ae_562.html aapg_ae_562.html:16:2421:2428 Kanawha Huntington, West Virginia -0.200112018712847228 +37446 aapg_ae_548.html aapg_ae_548.html:528:57395:57408 Santa Barbara California -0.435926993396556828 +37447 geology_html_9045858655 geology_html_9045858655:172:15361:15371 Washington Washington (state) -0.429160487479880115 +37448 aapg_ad_204.html aapg_ad_204.html:138:16554:16559 Mecca Palm Springs, California -0.00349522085598196267 +37449 aapg_aa_960.html aapg_aa_960.html:175:15037:15044 Entrada Colorado Springs, Colorado 0.340554351038941272 +37450 cspg_html_7602315496 cspg_html_7602315496:23:3748:3765 Bearpaw Lacombe, Alberta 0.00861668517403394243 +37451 palaios_html_2298416430 palaios_html_2298416430:367:40539:40559 Cannonball North Carolina -0.454041701910604445 +37452 aapg_ae_474.html aapg_ae_474.html:1072:112914:112925 Paint Creek Bethel, Alaska -0.450080811334427622 +37453 aapg_af_353.html aapg_af_353.html:34:4626:4644 San Onofre Breccia Channel Islands of California -0.487659330983205019 +37454 gsa_html_6117440194 gsa_html_6117440194:148:15799:15812 Gypsum Spring Cheyenne, Wyoming -0.0598011148469018913 +37455 aapg_ad_863.html aapg_ad_863.html:169:22709:22718 Vicksburg Mexico -0.0170265242171895904 +37456 cspg_html_7872970297 cspg_html_7872970297:818:63889:63912 Telford Victoria, British Columbia -0.0208414480796128843 +37457 cspg_html_4785922166 cspg_html_4785922166:371:44048:44076 Horn River Norman Wells 0.799143315767165463 +37458 aapg_ae_777.html aapg_ae_777.html:342:39569:39576 Tererro Pecos River -0.434006092086238693 +37459 jgeology_html_1836103970 jgeology_html_1836103970:89:4336:4371 New Glasgow New Glasgow, Nova Scotia -0.4506269691264706 +37460 aapg_ae_369.html aapg_ae_369.html:421:42948:42963 Eutaw Mississippi River 0.667295402776112545 +37461 aapg_ae_981.html aapg_ae_981.html:421:36080:36093 Laurel Missouri River 0.0147153047402196445 +37462 aapg_aa_791.html aapg_aa_791.html:89:8613:8628 Boggy Bartlesville, Oklahoma -0.0118326507856826232 +37463 cspg_html_6984906794 cspg_html_6984906794:84:11748:11756 Columbia Manitoba -0.44714211768966694 +37464 cspg_html_8072057670 cspg_html_8072057670:23:2073:2092 Catahoula Texas -0.44505934010721393 +37465 gsa_html_4479989476 gsa_html_4479989476:15:612:620 Virginia Reston, Virginia -0.0399624195111792577 +37466 aapg_aa_870.html aapg_aa_870.html:588:54559:54575 Dakota New Mexico 0.346413839190831796 +37467 cspg_html_9222238695 cspg_html_9222238695:52:8005:8013 Columbia Lacombe, Alberta -0.0381695036603138874 +37468 aapg_ah_753.html aapg_ah_753.html:128:21241:21251 Maringouin Germantown, Montgomery County, Maryland -0.0178746093391716279 +37469 aapg_ah_181.html aapg_ah_181.html:147:17607:17625 Entrada Carmel, Indiana -0.454540571750530975 +37470 cspg_html_6306091047 cspg_html_6306091047:256:36237:36245 Columbia Victoria, British Columbia -0.0422292934029165484 +37471 gsa_html_9771697332 gsa_html_9771697332:66:5693:5721 Green River Colorado 0.0276791355387359349 +37472 aapg_ad_55.html aapg_ad_55.html:17:2009:2029 Plattin Decorah, Iowa 0.0207110851767037009 +37473 aapg_af_663.html aapg_af_663.html:423:42091:42109 Altamont Grundy County, Tennessee -0.01912594516902133 +37474 palaios_html_5542013090 palaios_html_5542013090:947:82396:82402 Walker Calgary -0.0615188491485837846 +37475 aapg_ad_368.html aapg_ad_368.html:186:17292:17311 Newcastle White River (Washington) -0.467877607461444023 +37476 aapg_ah_157.html aapg_ah_157.html:191:26781:26788 Platteville Ottawa, Kansas 0.0709228800755703354 +37477 gsa_html_6600937411 gsa_html_6600937411:54:3369:3397 Green River Colorado 0.0373340820120061159 +37478 gsa_html_4385238876 gsa_html_4385238876:215:25176:25185 Fire Lake Kayah State -0.0363699519026964915 +37479 aapg_ac_807.html aapg_ac_807.html:484:49157:49164 Matawan Matawan, New Jersey -0.431080339422081793 +37480 aapg_aa_761.html aapg_aa_761.html:606:77052:77069 Ivishak Anchorage, Alaska 0.925637664483826228 +37481 cspg_html_5203550978 cspg_html_5203550978:559:53978:53986 Montreal Quebec City -0.0469494744747350756 +37482 aapg_af_3.html aapg_af_3.html:81:8208:8222 Naco Arizona 0.799426155021320639 +37483 aapg_ah_623.html aapg_ah_623.html:92:9624:9653 Phosphoria Colorado 0.00186225759184010619 +37484 aapg_ae_75.html aapg_ae_75.html:57:9768:9775 El Paso West, Texas 0.0191780858485972837 +37485 aapg_ac_71.html aapg_ac_71.html:327:38555:38571 Navajo Navajo Nation -0.0292460145715184028 +37486 cspg_html_2040245760 cspg_html_2040245760:6:341:349 Columbia Victoria, British Columbia -0.448282824521055501 +37487 cspg_html_6216640615 cspg_html_6216640615:825:83865:83897 Muskeg Lacombe, Alberta -0.420909473199816475 +37488 gsa_html_6859670581 gsa_html_6859670581:15:741:754 Imnaha Basalt Salem, Oregon -0.451787799117909672 +37489 cspg_html_6816015957 cspg_html_6816015957:49:6798:6827 Fernie Lacombe, Alberta -0.423116197439436237 +37490 aapg_ad_367.html aapg_ad_367.html:123:10546:10566 Beaverfoot Richmond, California -0.424214904641607937 +37491 aapg_ah_329.html aapg_ah_329.html:333:33086:33094 Monterey Western world -0.028708628918134603 +37492 jgeology_html_3899973304 jgeology_html_3899973304:494:31065:31083 Hurricane Mountain Bennington, Vermont -0.0541379230032217468 +37493 gsa_html_1636483297 gsa_html_1636483297:936:80374:80385 Green River Logan, Utah 0.685638078860295264 +37494 cspg_html_4072152826 cspg_html_4072152826:643:78937:78943 Smiths Canada -0.458913519660435476 +37495 aapg_ah_329.html aapg_ah_329.html:328:31792:31799 Sisquoc Monterey, California -0.105704888097083574 +37496 cspg_html_6985536436 cspg_html_6985536436:247:33548:33566 Beaufort Banks Island -0.0164287133220592657 +37497 aapg_ae_916.html aapg_ae_916.html:357:41390:41408 Kootenai Colorado -0.420909473199816475 +37498 gsa_html_2717448156 gsa_html_2717448156:500:48456:48474 Pocatello Boise, Idaho -0.439942880245828727 +37499 aapg_ac_187.html aapg_ac_187.html:2921:300198:300215 El Abra Matamoros, Tamaulipas -0.466759861116235797 +37500 gsa_html_7605900420 gsa_html_7605900420:436:43937:43954 Roberts Mountains Reno, Nevada -0.232518108414324742 +37501 aapg_ai_698.html aapg_ai_698.html:222:26432:26435 Abo New Mexico 0.00923692322806706281 +37502 aapg_ai_687.html aapg_ai_687.html:145:18336:18344 Principe Guinea -0.461026124022890449 +37503 cspg_html_2406266627 cspg_html_2406266627:100:12663:12680 Belly River Lacombe, Alberta -0.00537142262393446989 +37504 gsa_html_4557277250 gsa_html_4557277250:758:66817:66849 Carmel Logan, Utah -0.00515253017068293719 +37505 gsa_html_1549665076 gsa_html_1549665076:684:62328:62338 Ellensburg Washington (state) -0.513250925147667791 +37506 aapg_ak_73.html aapg_ak_73.html:281:24997:25019 Tongue River Medora, North Dakota -0.0369546842337877615 +37507 aapg_ad_766.html aapg_ad_766.html:585:59377:59383 Dakota Shiprock, New Mexico 0.0215714978510087967 +37508 cspg_html_2834693711 cspg_html_2834693711:416:58445:58461 Benson England -0.0172889404553563421 +37509 cspg_html_1812427756 cspg_html_1812427756:157:27190:27203 Kootenay Canmore, Alberta -0.0214063649157180402 +37510 aapg_ai_66.html aapg_ai_66.html:378:34291:34310 Mesaverde Mancos, Colorado 0.0223241763146486936 +37511 aapg_ac_484.html aapg_ac_484.html:734:98215:98220 Husky San Joaquin River 0.00770284885627177569 +37512 cspg_html_7106541506 cspg_html_7106541506:39:4558:4570 Bluesky Miami -0.4784100389871494 +37513 gsa_html_8499611670 gsa_html_8499611670:854:82253:82258 Colon Ithaca, New York -0.0135788887974534252 +37514 aapg_ai_764.html aapg_ai_764.html:30:4359:4368 Oil Creek Texas -0.432421928049857018 +37515 cspg_html_3772380029 cspg_html_3772380029:485:61438:61462 Stony Mountain Nelson, New Zealand 0.016480847365564915 +37516 aapg_ah_847.html aapg_ah_847.html:195:22303:22319 Tinton Closter, New Jersey -0.0975510843475902584 +37517 geology_html_2461616775 geology_html_2461616775:242:18095:18105 Washington Seattle -0.48777188725893289 +37518 AMJC_html_9113252962 AMJC_html_9113252962:485:56623:56671 Open Cambridge, Massachusetts -0.132402300886327068 +37519 geology_html_4075168887 geology_html_4075168887:19:895:903 Columbia Columbia District -0.464706706380762058 +37520 sedimentology_html_3358647812 sedimentology_html_3358647812:1108:86149:86164 Mesaverde Cheyenne, Wyoming -0.0116467387889204136 +37521 aapg_aa_918.html aapg_aa_918.html:1124:113523:113543 Whitehorse Woods County, Oklahoma -0.00704441094107981659 +37522 gsa_html_1119256423 gsa_html_1119256423:13:701:707 Denver Colorado -0.49570469701623765 +37523 aapg_ah_711.html aapg_ah_711.html:412:53891:53901 Washington Victoria, British Columbia 0.0125259211045502007 +37524 aapg_af_291.html aapg_af_291.html:3:161:175 Lisburne Anchorage, Alaska -0.0651619121710063226 +37525 geology_html_2263108272 geology_html_2263108272:160:19263:19270 St Marys Canada -0.467497231753434772 +37526 aapg_af_120.html aapg_af_120.html:383:39747:39752 Logan Bloomington, Indiana -0.0270600859182637335 +37527 geology_html_9004383999 geology_html_9004383999:120:11611:11629 Deadwood Canada -0.435661502416701596 +37528 aapg_af_854.html aapg_af_854.html:939:132827:132839 Renault Yankeetown, Indiana -0.464450966712688929 +37529 palaios_html_1229296810 palaios_html_1229296810:46:4167:4185 Purisima Santa Cruz, California -0.464432702411418319 +37530 sedimentology_html_7979863172 sedimentology_html_7979863172:1305:66069:66074 Steel Svalbard and Jan Mayen -0.460337276166031373 +37531 cspg_html_8612721867 cspg_html_8612721867:1295:145630:145651 Beaverhill Lacombe, Alberta -0.425358634701132332 +37532 jgeology_html_2034269728 jgeology_html_2034269728:77:3316:3325 Extension Earth -0.469038078694436811 +37533 geology_html_3067159650 geology_html_3067159650:13:718:728 Washington Washington (state) -0.46132865731218986 +37534 aapg_ac_677.html aapg_ac_677.html:46:4032:4036 Wise Montague, Prince Edward Island -0.487607747652621382 +37535 aapg_ac_406.html aapg_ac_406.html:118:11040:11059 Smackover East Texas -0.466920106770381871 +37536 cspg_html_5295390542 cspg_html_5295390542:479:51375:51405 Doig Lacombe, Alberta -0.478586352630804512 +37537 aapg_ae_68.html aapg_ae_68.html:360:43641:43648 Oquirrh Reno, Nevada -0.470179399208385473 +37538 aapg_ac_634.html aapg_ac_634.html:69:8344:8354 Petersburg Texas -0.0674246889394818638 +37539 cspg_html_2873888604 cspg_html_2873888604:239:36285:36293 Columbia Victoria, British Columbia -0.00440204655713307986 +37540 geology_html_6006270570 geology_html_6006270570:17:709:717 Virginia Chesapeake Bay -0.0482911263715116029 +37541 aapg_ac_333.html aapg_ac_333.html:654:80448:80463 Supai Arizona -0.451751782124743317 +37542 jgeology_html_7697771383 jgeology_html_7697771383:84:3347:3380 Entrada Logan, Utah -0.183296359843104051 +37543 aapg_ae_876.html aapg_ae_876.html:110:11994:12005 Green River Cedar Mountains 0.00204466219751255973 +37544 cspg_html_2769629211 cspg_html_2769629211:433:50569:50579 Twin Falls Hay River (Canada) 0.312690021098912696 +37545 cspg_html_2834693711 cspg_html_2834693711:523:72741:72761 Huntingdon Vancouver -0.463396817899322633 +37546 aapg_ac_924.html aapg_ac_924.html:3:155:172 Madison Cheyenne, Wyoming -0.486548633935625752 +37547 gsa_html_2541258832 gsa_html_2541258832:1044:75121:75130 San Diego California 0.00954443966628784266 +37548 cspg_html_3796928998 cspg_html_3796928998:57:8265:8277 Granite Wash Lacombe, Alberta -0.441397390812390766 +37549 aapg_ai_51.html aapg_ai_51.html:9:1615:1630 Bluff Alabama -0.0826042669296116888 +37550 aapg_ae_473.html aapg_ae_473.html:336:30895:30913 Holly Springs Holly Springs, Mississippi -0.471363620495062197 +37551 gsa_html_4067767548 gsa_html_4067767548:75:7249:7271 Mount Rogers North Carolina -0.469051848391689397 +37552 AMJC_html_2829615437 AMJC_html_2829615437:136:19922:19942 Washington Pittsburgh -0.451740527107044376 +37553 aapg_ac_277.html aapg_ac_277.html:26:2865:2884 Aux Vases Chester, Pennsylvania 0.00421268950566507355 +37554 aapg_ad_466.html aapg_ad_466.html:1470:155170:155177 St Marys Chesapeake Bay -0.447357152169087058 +37555 cspg_html_4374961624 cspg_html_4374961624:107:14803:14820 Chetang Mount Robson Provincial Park -0.499079897625696711 +37556 gsa_html_9236370057 gsa_html_9236370057:68:4982:5010 Green River Colorado -0.0203286926879938275 +37557 gsa_html_1450002501 gsa_html_1450002501:988:90997:91005 Beaumont Bridgetown, Nova Scotia -0.440325191296006335 +37558 cspg_html_5955028331 cspg_html_5955028331:549:63083:63101 Dunvegan Ganges 0.0155494033221634086 +37559 cspg_html_9957758447 cspg_html_9957758447:280:39952:39970 Saskatchewan Regina, Saskatchewan -0.477269506555081602 +37560 aapg_ah_10.html aapg_ah_10.html:428:59469:59487 Monterey San Luis Obispo, California 0.0188026760171915025 +37561 cspg_html_7102673197 cspg_html_7102673197:25:3358:3375 Cardium Lacombe, Alberta -0.00382181610432916728 +37562 aapg_af_719.html aapg_af_719.html:988:86267:86274 Oceanic Togo -0.0363699519026964915 +37563 gsa_html_7442738603 gsa_html_7442738603:1236:118532:118536 Kent Earth -0.467905110852730732 +37564 cspg_html_1993014403 cspg_html_1993014403:243:31240:31255 Eagle Judith River Formation -0.469070208322842297 +37565 palaios_html_1829506285 palaios_html_1829506285:342:27275:27279 Hall London, Ontario -0.446231020576565107 +37566 geology_html_1033803680 geology_html_1033803680:138:15655:15662 Oceanic Earth -0.0446343409079277068 +37567 aapg_ae_993.html aapg_ae_993.html:307:29823:29838 Darby Grand Teton -0.0338991191876076986 +37568 aapg_ae_324.html aapg_ae_324.html:75:7130:7138 Virginia Virginia -0.0313696934317686249 +37569 aapg_ai_49.html aapg_ai_49.html:290:35424:35428 Jelm Colorado -0.472770666406185036 +37570 gsa_html_4071231613 gsa_html_4071231613:166:17701:17731 Coon Hollow Middle East -0.507380013179488221 +37571 geology_html_9738206646 geology_html_9738206646:210:21388:21392 Bond Logan, Utah -0.00472517057507792094 +37572 aapg_ad_871.html aapg_ad_871.html:496:44454:44471 Genshaw Rockport, Massachusetts -0.08871216365431428 +37573 gsa_html_4067269733 gsa_html_4067269733:666:59472:59488 Chinle Grand Canyon -0.156775850183469595 +37574 aapg_ac_940.html aapg_ac_940.html:454:52764:52798 Franconia Wisconsin 0.0257177460378137691 +37575 aapg_aa_891.html aapg_aa_891.html:95:11201:11209 Onondaga Columbus, Ohio -0.526223307429491527 +37576 aapg_ah_757.html aapg_ah_757.html:3:414:442 Lodgepole Boise, Idaho -0.426146701012070195 +37577 gsa_html_2561127673 gsa_html_2561127673:86:7531:7561 Quinn River Humboldt County, California -0.0781101492998610009 +37578 aapg_ac_380.html aapg_ac_380.html:349:40151:40169 Bloomsburg Pennsylvania -0.00496838305929400877 +37579 aapg_ai_592.html aapg_ai_592.html:177:28704:28725 Green River Uinta Mountains 0.00285245641142386911 +37580 aapg_ae_884.html aapg_ae_884.html:206:27626:27644 Niobrara Black Hills -1.34521135235412093 +37581 gsa_html_3330587082 gsa_html_3330587082:371:31073:31091 Rangeley Portland, Maine -0.441419648744354465 +37582 aapg_ai_986.html aapg_ai_986.html:182:19189:19197 Tensleep Cheyenne, Wyoming -0.0899937712965135361 +37583 aapg_aa_300.html aapg_aa_300.html:3:199:208 San Diego California -0.0418723365935778427 +37584 cspg_html_4655200751 cspg_html_4655200751:136:26368:26374 Antler Nassau, Bahamas -0.0323768745751979448 +37585 aapg_af_653.html aapg_af_653.html:909:105048:105056 Monterey Monterey, California 0.0120359389768452604 +37586 geology_html_9433875128 geology_html_9433875128:275:24460:24473 Saline Valley California -0.22469728565737801 +37587 aapg_ai_998.html aapg_ai_998.html:49:6467:6475 Niobrara Austin, Chicago -0.477512787064485633 +37588 geology_html_7716525239 geology_html_7716525239:15:809:815 Denver Colorado -0.0486919238997245429 +37589 gsa_html_6062330506 gsa_html_6062330506:491:50451:50468 Rustler Santa Rosa, California -0.439165406786194035 +37590 aapg_ai_99.html aapg_ai_99.html:11:2118:2126 Ogallala New Mexico 0.966422853179960795 +37591 palaios_html_2221534395 palaios_html_2221534395:56:8232:8236 Kope Netherlands -0.46809765859229685 +37592 aapg_ai_29.html aapg_ai_29.html:121:15895:15899 Webb Western world -0.0387351937128136078 +37593 aapg_ae_222.html aapg_ae_222.html:55:7485:7502 Admiral Texas 0.0258777074319498125 +37594 aapg_aa_760.html aapg_aa_760.html:404:44024:44029 Crete Sicily -0.0833335469290172881 +37595 aapg_aa_702.html aapg_aa_702.html:17:3121:3136 Elk Colorado -0.0347621062592119723 +37596 sedimentology_html_7072330279 sedimentology_html_7072330279:1528:72253:72257 Bond North Atlantic Current -0.446052041434467972 +37597 gsa_html_5664265459 gsa_html_5664265459:16:731:740 San Diego California -0.466714081975797668 +37598 gsa_html_3996835348 gsa_html_3996835348:71:6318:6346 Green River Colorado 0.00983284708618408117 +37599 aapg_af_897.html aapg_af_897.html:149:13723:13740 Hermosa Colorado -0.0559832533878950947 +37600 cspg_html_9613527162 cspg_html_9613527162:109:15422:15442 Banff Nelson, New Zealand -0.460941978835084587 +37601 aapg_ae_863.html aapg_ae_863.html:559:64616:64631 Pico Ventura County, California 1.07568897121795248 +37602 geology_html_8708783169 geology_html_8708783169:28:2119:2127 La Habra California -0.0699156741554105426 +37603 cspg_html_4664502755 cspg_html_4664502755:877:94609:94628 Crowsnest Lacombe, Alberta -0.434637853624058046 +37604 aapg_aa_20.html aapg_aa_20.html:8:1240:1256 Caseyville Wanless Park -0.495096563279024071 +37605 aapg_ae_981.html aapg_ae_981.html:246:21107:21113 Laurel Cape Girardeau, Missouri -0.458648092769168181 +37606 palaios_html_6281622578 palaios_html_6281622578:172:16254:16259 Chazy Middle Ordovician -0.0395063257526605052 +37607 cspg_html_5117208919 cspg_html_5117208919:161:13694:13714 Forest Victoria, British Columbia -0.441406293921039528 +37608 gsa_html_5737673651 gsa_html_5737673651:424:37006:37037 Chinle Colorado -0.440467486742992853 +37609 cspg_html_3891690307 cspg_html_3891690307:392:40399:40407 Pine Key Melbourne, Florida -0.443813272031764461 +37610 gsa_html_3860045860 gsa_html_3860045860:1297:113418:113428 Washington California -0.458675312427173743 +37611 palaios_html_4940783464 palaios_html_4940783464:369:38978:38996 Yakataga Illinois 0.00145054491803285547 +37612 aapg_ae_73.html aapg_ae_73.html:573:77489:77506 Minturn Las Vegas Strip -0.474715697540505466 +37613 sedimentology_html_6714245905 sedimentology_html_6714245905:821:56589:56595 Lakota Cheyenne, Wyoming -0.456371367070690814 +37614 aapg_ae_0.html aapg_ae_0.html:198:26739:26745 Galena Seward, Alaska -0.508588352325726856 +37615 aapg_ai_583.html aapg_ai_583.html:860:87587:87593 Casper Colorado 0.0146214703763886383 +37616 sedimentology_html_8923738088 sedimentology_html_8923738088:1780:95289:95308 Pine Point Western Canadian Sedimentary Basin -0.521981933522425168 +37617 gsa_html_9525385678 gsa_html_9525385678:188:23937:23945 Columbia Colorado -0.487987661646075377 +37618 cspg_html_2863271815 cspg_html_2863271815:456:50818:50835 Salina Guelph -0.448327675040319895 +37619 aapg_ac_333.html aapg_ac_333.html:688:82803:82819 Bursum New Mexico -0.484098022941034878 +37620 gsa_html_9406395350 gsa_html_9406395350:15:851:859 Colorado Denver -0.462576268150975078 +37621 aapg_ai_17.html aapg_ai_17.html:248:20938:20946 Colorado Texas -0.467263588143899677 +37622 aapg_ai_410.html aapg_ai_410.html:336:29171:29179 Woodford Arkansas -0.446011775932438015 +37623 aapg_ae_553.html aapg_ae_553.html:239:27190:27196 Walker California -0.104231293758026825 +37624 aapg_af_575.html aapg_af_575.html:974:139851:139871 Stillwater Stratford, Connecticut -0.0699576373044528826 +37625 aapg_ad_925.html aapg_ad_925.html:3:184:207 Slope Colombia -0.445213540966811649 +37626 aapg_ae_64.html aapg_ae_64.html:21:3190:3199 Beartooth Absaroka -0.490195451192383946 +37627 aapg_ad_3.html aapg_ad_3.html:89:8853:8864 Beekmantown Pennsylvania -0.423072537243216251 +37628 cspg_html_6306091047 cspg_html_6306091047:73:12895:12904 Baldonnel Victoria, British Columbia -0.0467578283362129754 +37629 gsa_html_2832151886 gsa_html_2832151886:487:42612:42620 Columbia Victoria, British Columbia -0.0999460755975218468 +37630 aapg_ac_527.html aapg_ac_527.html:242:28016:28022 Brazil Korea -0.00500312776260552431 +37631 gsa_html_1931201430 gsa_html_1931201430:679:67765:67772 Hunting Salem, Oregon -0.0296755913479795769 +37632 jgeology_html_9413634903 jgeology_html_9413634903:537:42475:42485 Washington Victoria, British Columbia -0.06179820059879821 +37633 geology_html_9027547689 geology_html_9027547689:12:482:490 Colorado Denver -0.462143504710773534 +37634 aapg_ah_138.html aapg_ah_138.html:19:1948:1954 Dakota Niobrara, Nebraska -0.110846109308101334 +37635 aapg_ah_49.html aapg_ah_49.html:241:25876:25893 Castaic Castaic, California -0.489889776983278402 +37636 cspg_html_7667087595 cspg_html_7667087595:19:2366:2384 Lea Park Lacombe, Alberta -0.44721379024503416 +37637 gsa_html_7875871937 gsa_html_7875871937:486:48912:48920 Beaumont Caldwell, New Jersey -0.440254051746647612 +37638 cspg_html_9119878068 cspg_html_9119878068:402:48739:48764 Beaverhill Lacombe, Alberta -0.46326000708216164 +37639 aapg_aa_267.html aapg_aa_267.html:698:58061:58081 Greenbrier Huntington, West Virginia -0.445213540966811649 +37640 aapg_aa_147.html aapg_aa_147.html:290:35477:35495 Deadwood Winnipeg -0.343164788423289124 +37641 aapg_ad_2.html aapg_ad_2.html:1119:152884:152895 Beekmantown Adirondack Park -0.428850772529409452 +37642 aapg_ak_87.html aapg_ak_87.html:408:52554:52568 Earp Mogollon, New Mexico 0.00543048895720864636 +37643 gsa_html_8241338635 gsa_html_8241338635:175:15629:15644 Bouse Colorado -0.516747144893552557 +37644 gsa_html_8244777175 gsa_html_8244777175:530:59328:59339 Moose River Portland, Maine -0.0136501305925687388 +37645 aapg_ad_721.html aapg_ad_721.html:259:24017:24021 Yeso New Mexico -0.423098733122919901 +37646 aapg_aa_159.html aapg_aa_159.html:492:50212:50246 El Paso Texas -0.478326534516524793 +37647 cspg_html_6284849447 cspg_html_6284849447:241:18242:18264 Eureka Sound Canadian Arctic Archipelago -0.456661018199272462 +37648 aapg_af_198.html aapg_af_198.html:9:1471:1491 Allegheny Pottsville, Pennsylvania -0.456391730122837791 +37649 aapg_ad_697.html aapg_ad_697.html:71:7211:7222 Green River Colorado 0.0215888803557360183 +37650 aapg_ah_994.html aapg_ah_994.html:412:42136:42149 Woodbine Shreveport, Louisiana -0.462453250854801823 +37651 gsa_html_4460244257 gsa_html_4460244257:29:2170:2176 Denver Colorado -0.0559152219546391674 +37652 sedimentology_html_6454285340 sedimentology_html_6454285340:1586:106649:106655 Oxford North Sea oil -0.452909542628234352 +37653 aapg_af_745.html aapg_af_745.html:612:82440:82454 Colorado Niobrara, Nebraska -0.508915364509116785 +37654 aapg_ac_613.html aapg_ac_613.html:182:28089:28108 Mesaverde La Ventana -0.00731021731458604551 +37655 cspg_html_9046359229 cspg_html_9046359229:462:68965:68973 Dunvegan Victoria, British Columbia -0.0378509909163746716 +37656 aapg_ae_295.html aapg_ae_295.html:201:22739:22747 Nacatoch Arkadelphia, Arkansas -0.022564066972144893 +37657 aapg_ad_659.html aapg_ad_659.html:445:63283:63297 Nonesuch Michigan -0.0421143691729161454 +37658 aapg_ah_96.html aapg_ah_96.html:190:21701:21723 Winnipeg Manitoba 0.747351309459144297 +37659 palaios_html_8549721490 palaios_html_8549721490:152:19599:19610 Cutler Logan, Utah -0.0349187039582129002 +37660 aapg_ae_837.html aapg_ae_837.html:197:14320:14334 Frio Houston -0.444916336311243943 +37661 cspg_html_6383234409 cspg_html_6383234409:228:24209:24220 Goose Fiord Ellesmere Island -0.0209266190161632587 +37662 gsa_html_1363375228 gsa_html_1363375228:1174:97277:97305 Green River Iran 0.000132025523515305647 +37663 aapg_ae_875.html aapg_ae_875.html:187:22709:22725 Robles Puerto Rico -0.472501057082917231 +37664 aapg_ai_523.html aapg_ai_523.html:38:4574:4580 Maroon Chinle Formation 0.039711739316000548 +37665 aapg_af_789.html aapg_af_789.html:41:6091:6115 Coeymans Virginia -0.0415711108717550168 +37666 cspg_html_7777724998 cspg_html_7777724998:316:45915:45933 Cadomin Bellevue, Nebraska -0.467071222132578012 +37667 aapg_af_773.html aapg_af_773.html:352:38418:38439 Green River Cheyenne, Wyoming -0.466965896576978678 +37668 aapg_ac_617.html aapg_ac_617.html:98:12083:12101 Oakville Oakville, California 0.0141001745086265506 +37669 aapg_ah_411.html aapg_ah_411.html:188:22162:22170 Colorado Lacombe, Alberta -0.0636509756353897255 +37670 palaios_html_7274959329 palaios_html_7274959329:824:59233:59246 Potsdam Quebec City -0.480807266046245518 +37671 aapg_ah_659.html aapg_ah_659.html:11:1904:1931 Uinta Logan, Utah -0.464432702411418319 +37672 aapg_aa_381.html aapg_aa_381.html:41:5751:5765 Monterey Rancho Santa Margarita, California 0.00496143412054320457 +37673 aapg_aa_762.html aapg_aa_762.html:463:50167:50178 San Antonio Texas -0.0386168312473477923 +37674 aapg_ae_777.html aapg_ae_777.html:316:37429:37453 Espiritu Santo Sangre de Cristo Range -0.0596859178207084368 +37675 aapg_ad_564.html aapg_ad_564.html:4006:312815:312826 Skull Creek Powder River Basin -0.442720440658756875 +37676 AMJC_html_7376657518 AMJC_html_7376657518:1004:95748:95754 Brazil Mato Grosso do Sul -0.0425131277640511673 +37677 cspg_html_5376629375 cspg_html_5376629375:41:7946:7954 Columbia Victoria, British Columbia -0.00673169924588781169 +37678 palaios_html_4834438637 palaios_html_4834438637:493:46350:46365 Melville Island Canada -0.483341806462215584 +37679 geology_html_7286899741 geology_html_7286899741:205:21059:21068 San Diego California -0.0301590999875516533 +37680 gsa_html_9487992082 gsa_html_9487992082:255:31092:31109 Dakota Kaibab, Arizona -0.451823817538329897 +37681 gsa_html_8881958017 gsa_html_8881958017:571:53808:53821 Slocan Victoria, British Columbia -0.45995556917210767 +37682 aapg_ae_174.html aapg_ae_174.html:456:53593:53625 Martinsburg Texas -0.370046829642229014 +37683 aapg_ai_583.html aapg_ai_583.html:87:12533:12547 Sundance Nebraska -0.0219799913092776147 +37684 cspg_html_4272664788 cspg_html_4272664788:59:9441:9449 Columbia Lacombe, Alberta -0.00850549498541811055 +37685 palaios_html_9628693601 palaios_html_9628693601:316:31908:31918 Washington San Juan Islands -0.413964594818093001 +37686 aapg_ac_364.html aapg_ac_364.html:47:5469:5487 Sundance Black Hills 1.0741724935252881 +37687 gsa_html_8398449001 gsa_html_8398449001:58:4920:4930 Bear River Uinta Mountains -0.0972062999443770448 +37688 sedimentology_html_3063208535 sedimentology_html_3063208535:1622:147527:147531 Hall London, Ontario -0.429424154279866799 +37689 aapg_af_26.html aapg_af_26.html:18:2797:2814 Spencer Corvallis, Oregon -0.457487488497030304 +37690 aapg_ae_345.html aapg_ae_345.html:564:45962:45979 Tuscaloosa Tuscaloosa, Alabama -0.012400818539292929 +37691 cspg_html_4392308496 cspg_html_4392308496:76:13214:13235 Bonaventure Nashville Basin -0.473856858113634927 +37692 geology_html_6895819031 geology_html_6895819031:37:4357:4369 Devon Island Canadian Arctic Archipelago -0.460205477971118548 +37693 gsa_html_7657889405 gsa_html_7657889405:1206:95878:95906 Green River Iran -0.0175218157848266304 +37694 aapg_ai_81.html aapg_ai_81.html:175:17486:17492 Oswayo Pennsylvania -0.00215584223507059606 +37695 aapg_ac_333.html aapg_ac_333.html:1289:155245:155265 San Andres Arizona -0.456479975332736432 +37696 aapg_ai_540.html aapg_ai_540.html:20:2025:2031 Oregon Washington (state) -0.0131340660726573313 +37697 palaios_html_6057846631 palaios_html_6057846631:539:52528:52560 Montney Lacombe, Alberta -0.47601017133294582 +37698 gsa_html_7296412338 gsa_html_7296412338:1051:89058:89070 Rockwell Los Angeles -0.0482597604774050865 +37699 cspg_html_6383234409 cspg_html_6383234409:566:59630:59650 Weatherall Bathurst Island (Northern Territory) -0.485874484406754958 +37700 aapg_af_663.html aapg_af_663.html:584:57705:57718 Bedford Adair County, Missouri -0.447706690849008493 +37701 aapg_ah_119.html aapg_ah_119.html:46:4756:4767 Tar Springs Batesville, Arkansas -0.443813272031764461 +37702 palaios_html_9973267562 palaios_html_9973267562:65:9671:9685 Kope Netherlands -0.0116571637323025015 +37703 aapg_aa_248.html aapg_aa_248.html:39:3553:3564 San Antonio Texas -0.0665666499678844448 +37704 aapg_ai_583.html aapg_ai_583.html:77:12058:12063 Swift Cheyenne, Wyoming -0.458262569586093849 +37705 aapg_ad_694.html aapg_ad_694.html:80:10374:10382 Woodbine Arkansas -0.208448707450616055 +37706 aapg_ai_0.html aapg_ai_0.html:1251:133616:133626 Rio Grande Texas -0.0724550382029036655 +37707 palaios_html_1222907427 palaios_html_1222907427:565:57125:57146 Green River Cheyenne, Wyoming -0.449431691216236939 +37708 aapg_ah_82.html aapg_ah_82.html:359:35314:35320 Sierra Mexico -0.500385707625650822 +37709 aapg_ai_147.html aapg_ai_147.html:68:7432:7450 Palliser Mountain Park (Holyoke, Massachusetts) -0.466810220907495799 +37710 aapg_ai_542.html aapg_ai_542.html:149:14599:14608 Mesaverde Logan, Utah -0.443523211116507166 +37711 aapg_ai_751.html aapg_ai_751.html:334:37220:37226 Walton Buckhannon, West Virginia -0.0331684163736417556 +37712 gsa_html_3087345578 gsa_html_3087345578:12:633:641 Colorado Denver -0.0474930775226503829 +37713 aapg_ae_59.html aapg_ae_59.html:584:47453:47459 Denver Colorado -0.0677305389721809675 +37714 aapg_af_579.html aapg_af_579.html:36:5272:5281 Telluride Ouray, Colorado -0.455252106655251121 +37715 gsa_html_7633967689 gsa_html_7633967689:352:40584:40591 Waipaoa North Island (Houtman Abrolhos) -0.429960502864963123 +37716 aapg_ad_318.html aapg_ad_318.html:493:60220:60234 Pleasant Mills Bloomington, Indiana -0.0583700268296453301 +37717 cspg_html_7278001817 cspg_html_7278001817:93:13433:13447 Toad Pine River (Michigan) 0.685978268439189298 +37718 cspg_html_1784868850 cspg_html_1784868850:370:38890:38898 Columbia Victoria, British Columbia -0.0212221131504006823 +37719 aapg_ai_699.html aapg_ai_699.html:47:8127:8144 Beekmantown Green Mountain -0.428868342306482297 +37720 gsa_html_8427644447 gsa_html_8427644447:18:1012:1020 Colorado Denver -0.068237413112107792 +37721 aapg_af_568.html aapg_af_568.html:408:37069:37087 Sundance Colorado -0.463250887108730525 +37722 aapg_ak_58.html aapg_ak_58.html:6:760:782 Harpersville Texas -0.404300065823561483 +37723 aapg_ac_611.html aapg_ac_611.html:321:36685:36694 East Fork Roaring Fork River -0.467980749597819323 +37724 aapg_ae_73.html aapg_ae_73.html:466:61733:61745 Pierre Las Vegas Strip -0.429934117971200513 +37725 aapg_ai_949.html aapg_ai_949.html:16:2570:2575 Yukon Mackenzie River -0.506302887282198189 +37726 aapg_ad_111.html aapg_ad_111.html:83:10043:10062 Mesaverde Colorado -0.411670641203673082 +37727 cspg_html_7941684345 cspg_html_7941684345:362:51126:51138 Granite Wash Lacombe, Alberta -0.0865027302718939517 +37728 aapg_ae_187.html aapg_ae_187.html:11:1189:1197 Michigan Bloomington, Indiana -0.0284095111731004074 +37729 aapg_ac_807.html aapg_ac_807.html:868:84614:84620 Ripley Mississippi River -0.469120700106755939 +37730 gsa_html_7053510738 gsa_html_7053510738:22:1142:1150 Colorado Denver -0.02660103319374214 +37731 aapg_aa_898.html aapg_aa_898.html:94:12008:12027 Flagstaff Logan, Utah -0.0862237792884853887 +37732 sedimentology_html_9186155432 sedimentology_html_9186155432:948:49575:49581 Forbes Africa -0.0235062798697475116 +37733 aapg_ad_785.html aapg_ad_785.html:852:93113:93120 Hermosa Colorado -0.0440369350634172291 +37734 palaios_html_2276475028 palaios_html_2276475028:497:53546:53560 Ogallala Hitchcock County, Nebraska -0.42652126035610638 +37735 palaios_html_3825798781 palaios_html_3825798781:325:31470:31497 Clayton Alabama -0.242785386889292271 +37736 aapg_af_663.html aapg_af_663.html:24:3207:3229 Higginsville Fort Scott National Historic Site -0.0195500267274268287 +37737 aapg_af_489.html aapg_af_489.html:205:17108:17126 San Miguel Texas -0.458784199315796892 +37738 aapg_ae_46.html aapg_ae_46.html:843:85136:85154 Hudspeth Hudspeth County, Texas -0.0584031825755885817 +37739 aapg_ac_831.html aapg_ac_831.html:3:507:524 Paradox Colorado -0.0490387176000708983 +37740 gsa_html_9053175553 gsa_html_9053175553:67:8721:8740 Flagstaff North Horn Formation -0.448296279445968116 +37741 aapg_ad_567.html aapg_ad_567.html:34:5915:5926 Mowry Powder River Basin -0.5291422846743008 +37742 gsa_html_9161666105 gsa_html_9161666105:742:55968:55977 Peninsula Quebec City -0.0551948283959870986 +37743 aapg_ad_335.html aapg_ad_335.html:283:33397:33407 Fort Union Fort Union Trading Post National Historic Site -0.476519241639526414 +37744 aapg_ac_214.html aapg_ac_214.html:25:3138:3155 Entrada Arizona 0.0108718271862225224 +37745 aapg_ah_647.html aapg_ah_647.html:1164:111085:111097 Percha Arizona -0.614252278825094589 +37746 aapg_ai_665.html aapg_ai_665.html:43:6587:6595 Colorado Mississippi River 0.0190703285960370852 +37747 geology_html_3745954494 geology_html_3745954494:223:19663:19670 Andrews Earth -0.469024309212410007 +37748 cspg_html_4287356899 cspg_html_4287356899:788:110330:110349 Tahkandit Anchorage, Alaska -0.461128473443845555 +37749 cspg_html_5595872887 cspg_html_5595872887:71:9387:9405 Saskatchewan Lethbridge -0.470629904958731249 +37750 aapg_aa_732.html aapg_aa_732.html:34:6085:6102 Edwards Texas -0.0327735084996737119 +37751 aapg_ae_846.html aapg_ae_846.html:109:11060:11067 Paradox Arizona -0.464405306663695727 +37752 aapg_aa_761.html aapg_aa_761.html:76:9593:9610 Ivishak Prudhoe Bay Oil Field -0.0465661867457523512 +37753 cspg_html_6306091047 cspg_html_6306091047:513:69867:69876 Baldonnel Southeast Asia -0.459887424332023564 +37754 gsa_html_5737673651 gsa_html_5737673651:499:41681:41697 Chinle Flagstaff, Arizona -0.00802946509668115739 +37755 aapg_ah_814.html aapg_ah_814.html:69:7034:7039 Tokio Tuscaloosa, Alabama -0.43580087580188992 +37756 gsa_html_1734656819 gsa_html_1734656819:197:17071:17079 Imperial Palm Springs, California -0.452055720301517416 +37757 sedimentology_html_7298419341 sedimentology_html_7298419341:1294:83193:83208 Mesaverde Logan, Utah -0.430026468312881383 +37758 aapg_ai_584.html aapg_ai_584.html:915:96239:96247 Roundtop Black Hills -0.474083029548232282 +37759 gsa_html_4520182275 gsa_html_4520182275:1022:108850:108856 Snyder California -0.428896893887351471 +37760 aapg_ah_157.html aapg_ah_157.html:191:26757:26768 Black River Platteville, Colorado -0.429960502864963123 +37761 aapg_ad_954.html aapg_ad_954.html:262:28077:28089 Elvins Missouri River -0.040714500181089297 +37762 gsa_html_3380395839 gsa_html_3380395839:471:49533:49543 Washington Anchorage, Alaska 0.0037592765078730871 +37763 aapg_ae_0.html aapg_ae_0.html:7:800:812 Beaver Creek Kenai, Alaska -0.0517421611604156687 +37764 aapg_ad_728.html aapg_ad_728.html:13:2216:2226 Brownstown Arkansas -0.4597920302667165 +37765 cspg_html_8840748783 cspg_html_8840748783:585:74214:74232 Dunvegan Lacombe, Alberta -0.00782446102673750588 +37766 cspg_html_3772380029 cspg_html_3772380029:670:82741:82752 Severn River River Severn -0.411942525233253254 +37767 aapg_ah_628.html aapg_ah_628.html:15:2176:2182 Chinle Chinle Formation 0.0141887940792581758 +37768 cspg_html_3041902517 cspg_html_3041902517:967:106057:106077 Ross Victoria, British Columbia -0.444838140504144441 +37769 aapg_ai_962.html aapg_ai_962.html:366:28051:28068 San Andres New Mexico 0.00661356417510838065 +37770 gsa_html_7715952024 gsa_html_7715952024:549:45202:45218 Toroweap Arizona -0.0333423889393398495 +37771 aapg_ae_223.html aapg_ae_223.html:118:14703:14721 Frontier Cheyenne, Wyoming -0.454414135268558672 +37772 gsa_html_5587803184 gsa_html_5587803184:417:40112:40140 Green River Colorado -0.0047772874723063536 +37773 aapg_ae_355.html aapg_ae_355.html:35:3445:3451 Sierra Colombia -0.0487929978444478704 +37774 aapg_ae_959.html aapg_ae_959.html:2145:153419:153437 Grayburg Rush Springs, Oklahoma -0.0170265242171895904 +37775 cspg_html_9912281240 cspg_html_9912281240:705:76419:76428 Cathedral Lacombe, Alberta -0.041445748202081481 +37776 aapg_ah_48.html aapg_ah_48.html:460:54465:54481 Inyan Kara Black Hills -0.716936084796850559 +37777 aapg_ad_467.html aapg_ad_467.html:320:24247:24268 Black Creek Black Creek (Toronto) -0.461947691336281385 +37778 aapg_aa_148.html aapg_aa_148.html:191:21476:21488 Burro Canyon Colorado -0.468088488699643923 +37779 aapg_ac_741.html aapg_ac_741.html:77:8873:8891 Niobrara Sharon Springs, Kansas -0.0122652913406572379 +37780 sedimentology_html_5742481863 sedimentology_html_5742481863:2067:101915:101921 Laguna Chile -0.46957525648780718 +37781 aapg_aa_357.html aapg_aa_357.html:289:26556:26567 Green River Colorado -0.0412855650787417178 +37782 cspg_html_3762708087 cspg_html_3762708087:518:68862:68878 Viking Regina, Saskatchewan -0.426503733834695087 +37783 jgeology_html_2236057972 jgeology_html_2236057972:590:34768:34777 Point Sal Healdsburg, California -0.480033015687554854 +37784 aapg_ae_985.html aapg_ae_985.html:42:3930:3942 Arroyo Carlsbad, New Mexico -0.456989251174634625 +37785 gsa_html_4431779557 gsa_html_4431779557:654:49544:49563 Seminole Monahans, Texas -0.0345846315968630358 +37786 aapg_aa_153.html aapg_aa_153.html:19:2256:2262 Ithaca West Fork River -0.0966012418148782803 +37787 aapg_af_38.html aapg_af_38.html:53:5977:5994 El Abra El Abra -0.0549959922383894545 +37788 aapg_ae_904.html aapg_ae_904.html:526:54538:54546 Foremost Bow Island Airport -0.442620143363224416 +37789 gsa_html_3907967944 gsa_html_3907967944:14:608:615 Windsor Ontario, California -0.462166276497962936 +37790 cspg_html_8612721867 cspg_html_8612721867:1244:142633:142666 Graminia Lacombe, Alberta -0.503865938507956024 +37791 aapg_ah_340.html aapg_ah_340.html:284:31706:31714 Kiamichi Goodland, Kansas 0.00773064589700992767 +37792 geology_html_2442755584 geology_html_2442755584:132:8649:8655 Forest Reno, Nevada -0.508588352325726856 +37793 aapg_af_575.html aapg_af_575.html:552:75883:75900 Keokuk Burlington, Ontario 0.0269001112966683227 +37794 aapg_af_918.html aapg_af_918.html:47:4760:4767 Tecovas Texas -0.450932780647085085 +37795 palaios_html_2746116737 palaios_html_2746116737:802:66581:66597 Ripley Alabama -0.482038661537539159 +37796 gsa_html_3038126504 gsa_html_3038126504:524:51996:52020 Bouse Lake Mead -0.0497027230803183603 +37797 aapg_ah_647.html aapg_ah_647.html:993:105678:105702 Kaibab Arizona -0.455595651058867956 +37798 aapg_aa_147.html aapg_aa_147.html:60:9006:9025 Stonewall Regina, Saskatchewan -0.0361854896356224864 +37799 geology_html_9248989380 geology_html_9248989380:282:23457:23465 Scotland North Connel -0.478284785297837578 +37800 aapg_ac_257.html aapg_ac_257.html:42:8488:8504 Frisco Frisco, Texas -0.461271782333034175 +37801 aapg_ai_877.html aapg_ai_877.html:198:20890:20897 Venango Pennsylvania -0.0431086870877795889 +37802 aapg_af_461.html aapg_af_461.html:186:17029:17051 Lake Church Lake Michigan -0.0466289053122137323 +37803 aapg_ae_708.html aapg_ae_708.html:522:58034:58054 Nolichucky Virginia -0.0375464117435093878 +37804 aapg_aa_691.html aapg_aa_691.html:530:69248:69256 Pinnacle Michigan -0.64903645481613359 +37805 gsa_html_3387611512 gsa_html_3387611512:1276:127887:127902 Orocopia Schist California -0.038242606390143298 +37806 aapg_ae_113.html aapg_ae_113.html:208:26478:26513 Stuart Bathurst Island (Northern Territory) -0.460205477971118548 +37807 gsa_html_7555021318 gsa_html_7555021318:14:744:757 Santa Barbara California -0.458865873154244486 +37808 aapg_ac_246.html aapg_ac_246.html:594:57748:57767 Newcastle Mississippi River -0.434673209477638822 +37809 gsa_html_2447153734 gsa_html_2447153734:906:77155:77183 Green River Iran -0.0341705352496151776 +37810 jgeology_html_8907302911 jgeology_html_8907302911:556:44214:44220 Oxford Pergamon Museum -0.473010388882843136 +37811 cspg_html_4056366713 cspg_html_4056366713:146:25477:25495 Paskapoo Calgary -0.471405039658470026 +37812 aapg_ae_185.html aapg_ae_185.html:49:4832:4841 Shongaloo Shreveport, Louisiana -0.00576230371979552514 +37813 aapg_ah_881.html aapg_ah_881.html:88:9917:9937 Huntingdon Washington (state) -0.51380234798317781 +37814 cspg_html_1893593837 cspg_html_1893593837:102:8108:8124 Bad Cache Rapids Churchill River (Atlantic) -0.0500164465946093956 +37815 gsa_html_3648258377 gsa_html_3648258377:1006:93780:93787 Magothy Merchantville, New Jersey 0.00619140699389484142 +37816 aapg_ac_590.html aapg_ac_590.html:19:2446:2454 Ogallala El Capitan 0.00437077655696941486 +37817 cspg_html_6984906794 cspg_html_6984906794:680:51164:51178 Woodbine Fredericksburg, Texas -0.0413499862143105745 +37818 gsa_html_1636483297 gsa_html_1636483297:1020:85639:85667 Green River Cheyenne, Wyoming -0.467071222132578012 +37819 aapg_ac_613.html aapg_ac_613.html:222:35344:35359 Mesaverde New Mexico -0.438734743949590666 +37820 aapg_ai_584.html aapg_ai_584.html:86:8744:8762 Fairbank Des Moines, Washington -0.439165406786194035 +37821 aapg_aa_22.html aapg_aa_22.html:1085:80430:80436 Galena Maquoketa, Iowa -0.0174019020564647256 +37822 gsa_html_7808051457 gsa_html_7808051457:515:47170:47187 Dotsero Glenwood, Utah -0.0452074024796540394 +37823 aapg_ah_754.html aapg_ah_754.html:145:17335:17342 Narrows Burrard Peninsula -0.0691131913707236506 +37824 aapg_ad_2.html aapg_ad_2.html:1449:197317:197334 Martinsburg Pennsylvania 0.990413058585510653 +37825 geology_html_8881449794 geology_html_8881449794:215:20981:20987 Pueblo Colorado -0.474805786132168894 +37826 cspg_html_5515814749 cspg_html_5515814749:6:542:556 Colorado Lacombe, Alberta -0.0126805624942423392 +37827 aapg_ad_146.html aapg_ad_146.html:78:6321:6326 Logan Cheyenne, Wyoming -0.0277660829470280021 +37828 aapg_ah_160.html aapg_ah_160.html:397:48445:48453 Michigan Ohio 0.00479118531736136624 +37829 cspg_html_7602315496 cspg_html_7602315496:34:5516:5527 Belly River Milk River, Alberta -0.0589895439329387733 +37830 gsa_html_1382394008 gsa_html_1382394008:657:56797:56803 Oxford Pakistan -0.063205628823083157 +37831 aapg_ad_466.html aapg_ad_466.html:171:18890:18902 Mount Laurel Salem, Massachusetts -0.534036882727853657 +37832 gsa_html_2374661120 gsa_html_2374661120:540:55016:55026 Bear River Sevier River -0.480728181628129914 +37833 aapg_aa_106.html aapg_aa_106.html:70:7760:7780 Dawson Bay Manitoba 0.708345141099846698 +37834 aapg_ah_754.html aapg_ah_754.html:113:13101:13105 Wendover Sucia Island -0.00771327274469656935 +37835 cspg_html_3610827329 cspg_html_3610827329:92:11952:11957 Banff Turtle Mountain (Alberta) 0.41341113591976536 +37836 gsa_html_6753732431 gsa_html_6753732431:112:10848:10863 Sespe Santa Monica Mountains -0.480277073774662555 +37837 aapg_aa_4.html aapg_aa_4.html:205:27550:27556 Ithaca Ithaca, New York -0.462143504710773534 +37838 aapg_ae_731.html aapg_ae_731.html:384:35735:35757 Grand Rapids Lacombe, Alberta -0.0271922402503122773 +37839 gsa_html_3648258377 gsa_html_3648258377:520:51118:51139 Marshalltown Bass River Township, New Jersey -0.00161731451970968361 +37840 aapg_aa_684.html aapg_aa_684.html:76:9254:9263 Chugwater Cheyenne, Wyoming -0.0532381100685256278 +37841 aapg_ai_581.html aapg_ai_581.html:253:23884:23892 Colorado Denver -0.0480959628490879726 +37842 palaios_html_6025329652 palaios_html_6025329652:683:52837:52853 Luning Reno, Nevada -0.501560061931396017 +37843 cspg_html_1781462584 cspg_html_1781462584:156:20346:20369 Turner Valley Arctic Cordillera -0.00756560119780054757 +37844 cspg_html_9501006975 cspg_html_9501006975:556:57115:57144 Dunvegan Canada -0.427768661147865492 +37845 geology_html_1001858158 geology_html_1001858158:261:22791:22799 Columbia Victoria, British Columbia -0.452882496357985831 +37846 aapg_af_575.html aapg_af_575.html:1183:170333:170341 Niobrara Fort Hayes -0.479802966885531423 +37847 gsa_html_8794167975 gsa_html_8794167975:173:18257:18278 Bell Great Lakes -0.0282234355137958928 +37848 sedimentology_html_6865792054 sedimentology_html_6865792054:1423:92300:92334 San Andres New Mexico -0.457650607934439568 +37849 jgeology_html_4305195651 jgeology_html_4305195651:594:74254:74276 Spechty Kopf New York City -0.430026468312881383 +37850 cspg_html_7336022118 cspg_html_7336022118:262:32798:32808 Missisauga Louisbourg, Nova Scotia -0.0330222814746261376 +37851 geology_html_5956073975 geology_html_5956073975:12:555:561 Reston Virginia -0.04261586758794602 +37852 aapg_ah_644.html aapg_ah_644.html:394:47150:47165 Swift Regina, Saskatchewan -0.436376287029603016 +37853 sedimentology_html_7800568833 sedimentology_html_7800568833:507:45194:45215 Ridge Route Clearwater, Florida 0.562456929421311758 +37854 aapg_ai_322.html aapg_ai_322.html:138:10949:10954 Atima Honduras -0.456328379915839744 +37855 aapg_ai_256.html aapg_ai_256.html:173:18381:18402 Black River Ohio -0.0179684568885802344 +37856 jgeology_html_8528623267 jgeology_html_8528623267:1392:85673:85690 White River Nebraska -0.43720904648285841 +37857 gsa_html_2266546108 gsa_html_2266546108:453:49157:49173 Tehama Central Valley (California) -0.0203634553137257354 +37858 aapg_aa_802.html aapg_aa_802.html:187:15682:15690 La Habra California -0.0343184250102417446 +37859 aapg_ah_416.html aapg_ah_416.html:212:18105:18112 Pakowki Milk River, Alberta -0.449575401198261781 +37860 gsa_html_9353787239 gsa_html_9353787239:1269:105195:105210 Nankoweap Arizona -0.45644603384473742 +37861 aapg_aa_147.html aapg_aa_147.html:65:9930:9942 Saskatchewan Manitoba -0.00600378253077448604 +37862 aapg_ai_592.html aapg_ai_592.html:179:28972:28983 Green River Uinta Mountains 0.653046657564848476 +37863 cspg_html_9872589627 cspg_html_9872589627:26:3835:3852 Halfway Lacombe, Alberta -0.463307888475886887 +37864 aapg_aa_844.html aapg_aa_844.html:165:16525:16536 Monongahela Allegany County, New York -0.4597920302667165 +37865 jgeology_html_2890216221 jgeology_html_2890216221:864:50927:50933 Jordan Amman 0.00088769823007264 +37866 aapg_ae_666.html aapg_ae_666.html:315:33121:33125 Bell Logan, Utah -0.494609426466897539 +37867 aapg_aa_339.html aapg_aa_339.html:44:3279:3296 Foraker Fort Riley North, Kansas -0.0306147978884375553 +37868 aapg_ai_975.html aapg_ai_975.html:281:26992:27012 Sligo County Sligo -0.476519241639526414 +37869 aapg_aa_4.html aapg_aa_4.html:321:42990:42996 Ithaca Ithaca, New York -0.462143504710773534 +37870 aapg_ad_152.html aapg_ad_152.html:1094:139811:139825 Arcturus Reno, Nevada -0.222782907932072838 +37871 aapg_aa_675.html aapg_aa_675.html:9:962:967 Uinta San Juan, Argentina -0.442548827459522287 +37872 geology_html_8304470289 geology_html_8304470289:13:636:642 Provo Texas -0.471543117662309108 +37873 cspg_html_9093703322 cspg_html_9093703322:112:14051:14061 Pine Point Edmonton, London -0.0433054743353417024 +37874 aapg_aa_143.html aapg_aa_143.html:774:86011:86047 Marble Falls Texas -0.450784359288809666 +37875 aapg_ai_153.html aapg_ai_153.html:97:17003:17010 Kanawha Monongahela, Pennsylvania -0.0378509909163746716 +37876 cspg_html_4348111624 cspg_html_4348111624:312:41451:41473 Winnipegosis Williston Basin 0.908529908508467932 +37877 aapg_ah_756.html aapg_ah_756.html:251:23136:23155 Grayburg New Mexico -0.0182917127831857887 +37878 cspg_html_3521815736 cspg_html_3521815736:322:45501:45508 Halfway Lacombe, Alberta -0.422487681828547068 +37879 aapg_ac_551.html aapg_ac_551.html:3:405:429 Frio Gulf Coast of the United States 0.0216966522714720049 +37880 aapg_ae_376.html aapg_ae_376.html:42:3600:3615 Pecan Gap Chalk Texas -0.0288025393782587909 +37881 aapg_af_469.html aapg_af_469.html:369:41885:41893 Humboldt Reno, Nevada -0.491650086397892094 +37882 aapg_ac_346.html aapg_ac_346.html:43:5111:5128 Bromide Great Britain -0.472604743150075168 +37883 aapg_af_663.html aapg_af_663.html:197:23242:23248 Pawnee Missouri River -0.519787929000930848 +37884 geology_html_8933582713 geology_html_8933582713:247:19419:19423 Bond North Atlantic Current -0.465616092314337648 +37885 cspg_html_9421299011 cspg_html_9421299011:694:54243:54255 Saskatchewan Mississippian culture -0.0153756304706319062 +37886 aapg_ai_996.html aapg_ai_996.html:32:4635:4643 Virginia Norfolk, Virginia -0.0137370110791438689 +37887 aapg_ah_181.html aapg_ah_181.html:127:15152:15159 Wingate Chinle Formation -0.020196595303077311 +37888 geology_html_2685302093 geology_html_2685302093:46:3852:3862 San Andres South America -0.450676431675374467 +37889 gsa_html_4234009219 gsa_html_4234009219:44:4023:4041 Whitemud Canada -0.455188836413653375 +37890 aapg_af_128.html aapg_af_128.html:499:44265:44273 Colorado Colorado -0.454610570976523354 +37891 gsa_html_4191208013 gsa_html_4191208013:200:18352:18379 Concepcion Encanto Park -0.463396817899322633 +37892 aapg_af_551.html aapg_af_551.html:120:13733:13750 Keokuk Burlington, Ontario -0.436157146454813294 +37893 aapg_ae_794.html aapg_ae_794.html:212:26469:26490 Coon Creek Selma to Montgomery marches -0.0274774196841049353 +37894 geology_html_5323396367 geology_html_5323396367:19:1442:1448 Oregon Washington (state) -0.459819284677136619 +37895 cspg_html_5438428738 cspg_html_5438428738:101:12365:12371 Brazil Quebec City -0.477790905452477432 +37896 cspg_html_7942491933 cspg_html_7942491933:99:9517:9524 Cadomin Pine River (Michigan) 0.344081453508847113 +37897 aapg_ad_834.html aapg_ad_834.html:82:9318:9326 Coalspur Lacombe, Alberta -0.00180666765017611854 +37898 cspg_html_6566356550 cspg_html_6566356550:166:24311:24316 Banff Victoria, British Columbia -0.0424713356335772868 +37899 cspg_html_8571955552 cspg_html_8571955552:312:39122:39137 Kamik Old Crow, Yukon -0.465026484605756241 +37900 cspg_html_6502178723 cspg_html_6502178723:440:49783:49791 Columbia Lacombe, Alberta -0.50419108937386159 +37901 aapg_af_568.html aapg_af_568.html:360:35096:35114 Converse Cheyenne, Wyoming -0.435694684676078359 +37902 cspg_html_3102530088 cspg_html_3102530088:69:9088:9108 Mt Lytton Canada -0.478326534516524793 +37903 aapg_ac_689.html aapg_ac_689.html:46:5483:5489 Morgan Washington (state) -0.0818470605647486221 +37904 aapg_ah_869.html aapg_ah_869.html:30:3746:3752 Dakota Eaton, Ohio 0.393409482018933665 +37905 cspg_html_8438548095 cspg_html_8438548095:317:31036:31052 Wapiti Edmonton, London -0.463435584788403632 +37906 aapg_af_48.html aapg_af_48.html:29:4502:4519 Bluff Bloomington, Indiana -0.444047618586574599 +37907 aapg_af_425.html aapg_af_425.html:95:9497:9503 Denver Colorado -0.459837454744856933 +37908 aapg_ai_1.html aapg_ai_1.html:351:31445:31453 Colorado Glenwood Springs, Colorado -0.113827791890664887 +37909 palaios_html_5958626598 palaios_html_5958626598:415:38836:38856 Brassfield Ohio 0.0152956953730357167 +37910 aapg_ac_967.html aapg_ac_967.html:203:22424:22442 John Day Western world 0.0147048786828740258 +37911 geology_html_6350726541 geology_html_6350726541:192:20843:20848 Stump Victoria Land -0.0331440604270269723 +37912 aapg_ai_148.html aapg_ai_148.html:66:6234:6239 Leduc Edmonton, London -0.428798065147820595 +37913 aapg_af_579.html aapg_af_579.html:203:21437:21454 Entrada Colorado -0.43673056212772654 +37914 palaios_html_3232474978 palaios_html_3232474978:853:66760:66775 Liard Canada -0.432624764132568007 +37915 aapg_ai_468.html aapg_ai_468.html:300:37441:37459 Bossier Cotton Valley, Louisiana 0.0041553613038186523 +37916 aapg_ad_783.html aapg_ad_783.html:4:404:418 Yeso New Mexico -0.0241651662660577748 +37917 aapg_af_975.html aapg_af_975.html:123:20094:20099 Eagle Colorado -0.0173184842020993671 +37918 aapg_ai_398.html aapg_ai_398.html:266:28995:29004 Smackover Haynesville, Louisiana -0.00746310002878541098 +37919 aapg_af_653.html aapg_af_653.html:1256:152011:152017 Cierbo Bitter Creek (Wyoming) -0.447153316157111791 +37920 cspg_html_6140605204 cspg_html_6140605204:31:5102:5110 Kootenay Lacombe, Alberta -0.449541717141150321 +37921 jgeology_html_1762066237 jgeology_html_1762066237:755:52165:52196 Sturgis Kentucky -0.028002582716924157 +37922 sedimentology_html_6713087654 sedimentology_html_6713087654:91:8589:8603 Victoria Transantarctic Mountains -0.469382385724573914 +37923 jgeology_html_4305195651 jgeology_html_4305195651:2330:163375:163393 Catskill Pennsylvania -0.0431086870877795889 +37924 gsa_html_3144986031 gsa_html_3144986031:81:8736:8759 Bonanza West Coast of the United States 0.00112916628904579774 +37925 aapg_ai_208.html aapg_ai_208.html:13:2042:2064 Castle Hayne North Carolina -0.458641287983651336 +37926 aapg_ai_864.html aapg_ai_864.html:76:9249:9270 Cliff House New Mexico -0.179474167895376902 +37927 gsa_html_9487992082 gsa_html_9487992082:580:59817:59839 Iron Springs Logan, Utah -0.478836965338604204 +37928 sedimentology_html_9522643663 sedimentology_html_9522643663:118:10299:10316 Entrada Logan, Utah -0.0532799592874959385 +37929 palaios_html_1371359772 palaios_html_1371359772:287:26222:26240 Athabasca Canada -0.444838140504144441 +37930 cspg_html_5697056884 cspg_html_5697056884:357:37713:37731 Deadwood Regina, Saskatchewan -0.389016447069475857 +37931 cspg_html_9941227593 cspg_html_9941227593:797:80737:80749 Saskatchewan Colorado -0.46326000708216164 +37932 cspg_html_1781462584 cspg_html_1781462584:169:22968:22981 Madison Arizona -0.0456498537875624916 +37933 aapg_ad_734.html aapg_ad_734.html:153:16117:16131 Colorado Lacombe, Alberta -0.411662011195115363 +37934 gsa_html_8308045298 gsa_html_8308045298:759:76266:76271 Stark New Guinea -0.475258680049542748 +37935 gsa_html_6672856503 gsa_html_6672856503:284:24377:24396 Wenatchee Seattle 0.404606352210066578 +37936 aapg_af_48.html aapg_af_48.html:573:50632:50637 Logan Shark Bay -0.454143259443463898 +37937 aapg_ac_942.html aapg_ac_942.html:228:26874:26891 Hermosa Colorado -0.0516166410516480934 +37938 aapg_af_551.html aapg_af_551.html:246:25788:25804 Percha Ouray, Colorado -0.449871874526764137 +37939 gsa_html_3720789279 gsa_html_3720789279:1511:135844:135854 Washington Salem, Oregon -0.427062550198528901 +37940 aapg_ac_699.html aapg_ac_699.html:147:12277:12287 Georgetown Texas -0.418529603382018334 +37941 cspg_html_1313584654 cspg_html_1313584654:224:28538:28569 Fall River Cheyenne, Wyoming -0.441406293921039528 +37942 aapg_ae_993.html aapg_ae_993.html:326:32437:32445 Birdbear Logan, Utah -0.419025108520490353 +37943 aapg_ai_861.html aapg_ai_861.html:10:1717:1734 Ivishak Prudhoe Bay Oil Field -0.46809765859229685 +37944 aapg_ac_720.html aapg_ac_720.html:198:22951:22971 Vincentown Manasquan, New Jersey -0.465104162426203172 +37945 aapg_ac_301.html aapg_ac_301.html:110:13661:13680 Fish Haven Dolomite Lost River (California) -0.434527375159215246 +37946 gsa_html_5601712699 gsa_html_5601712699:513:42927:42938 Pico Inglewood, California -0.451733774163315116 +37947 palaios_html_7010013984 palaios_html_7010013984:498:48967:48995 Willwood Spain -0.484135384227082133 +37948 cspg_html_6306091047 cspg_html_6306091047:177:25968:25976 Columbia Victoria, British Columbia -0.491332113292233474 +37949 aapg_ae_324.html aapg_ae_324.html:790:79480:79497 Tellico Knoxville, Illinois -0.0398318560820373618 +37950 cspg_html_7587979364 cspg_html_7587979364:596:43651:43671 Keg River Swan Hill, Victoria -0.0254291244488671214 +37951 aapg_ac_222.html aapg_ac_222.html:3:222:230 Colorado Logan, Utah -0.0591727928419457441 +37952 aapg_ae_970.html aapg_ae_970.html:19:1563:1577 Pico Saugus, Massachusetts -0.489744032608619817 +37953 cspg_html_4530154552 cspg_html_4530154552:827:120459:120467 Columbia Lacombe, Alberta -0.467263588143899677 +37954 cspg_html_9725676031 cspg_html_9725676031:101:16578:16586 Columbia Victoria, British Columbia -0.472823676298187945 +37955 cspg_html_4293350162 cspg_html_4293350162:884:94455:94470 Banff Lacombe, Alberta -0.432223543643836305 +37956 gsa_html_4432793908 gsa_html_4432793908:168:19392:19415 Newark Canyon Reno, Nevada 0.802276699186756037 +37957 jgeology_html_9897969301 jgeology_html_9897969301:205:15116:15124 Woodford Markleeville, California -0.0307539456314618806 +37958 aapg_ae_454.html aapg_ae_454.html:474:42723:42733 Lewisville Tuscaloosa, Alabama -0.477642564553472426 +37959 gsa_html_6143207195 gsa_html_6143207195:734:71248:71258 Washington Seattle -0.482430096983488987 +37960 aapg_ai_515.html aapg_ai_515.html:450:50162:50179 Wasatch Uinta Mountains -0.444844842741709823 +37961 aapg_aa_126.html aapg_aa_126.html:74:8088:8107 Franconia Franconia, New Hampshire -0.428045108019172948 +37962 aapg_ah_647.html aapg_ah_647.html:216:22349:22366 El Paso Arizona 0.00088769823007264 +37963 gsa_html_5391661566 gsa_html_5391661566:696:70469:70497 Green River Colorado 0.0285086366528335168 +37964 geology_html_9889606219 geology_html_9889606219:14:612:620 Colorado Denver -0.0515259889792163556 +37965 sedimentology_html_2396812441 sedimentology_html_2396812441:3965:80280:80296 Kodiak Anchorage, Alaska -0.492423140812619287 +37966 cspg_html_2624416465 cspg_html_2624416465:32:4438:4456 Ramparts Western world -0.479496330331430576 +37967 aapg_ac_315.html aapg_ac_315.html:689:72099:72124 Phosphoria Populus sect. Aegiros 0.934622572507655569 +37968 aapg_ad_169.html aapg_ad_169.html:106:14281:14299 Greenbrier Ohio -0.48294529227432792 +37969 aapg_ac_730.html aapg_ac_730.html:155:21850:21866 Dakota Mancos, Colorado -0.422105971765849297 +37970 cspg_html_5685783620 cspg_html_5685783620:91:12728:12747 Cathedral Mount Robson Provincial Park -0.460953349343471763 +37971 aapg_ae_182.html aapg_ae_182.html:99:11133:11139 Lisbon Elm Grove, Wisconsin 0.000555897012734609666 +37972 gsa_html_2745510639 gsa_html_2745510639:195:14075:14103 Green River Colorado 0.0207528012038553401 +37973 aapg_aa_712.html aapg_aa_712.html:167:22199:22214 Maquoketa Dubuque, Iowa -0.43919205226689878 +37974 sedimentology_html_6479296799 sedimentology_html_6479296799:677:41477:41494 Wasatch Spain -0.0512069723189051348 +37975 cspg_html_8231573314 cspg_html_8231573314:491:39558:39566 Colorado Denver -0.45896570683289678 +37976 cspg_html_7404699681 cspg_html_7404699681:371:36863:36871 Bullhead Victoria, British Columbia -0.0648928845243055274 +37977 aapg_ae_873.html aapg_ae_873.html:824:95244:95252 Woodbine Lewisville, Texas -0.450608983410958508 +37978 aapg_ac_807.html aapg_ac_807.html:401:41528:41536 Monmouth Delaware -0.423072537243216251 +37979 cspg_html_7083999793 cspg_html_7083999793:46:6294:6318 Mount Head Meramec River -0.0658607437133109236 +37980 palaios_html_3022467877 palaios_html_3022467877:121:14601:14612 Hornerstown Closter, New Jersey -0.0235062798697475116 +37981 aapg_af_880.html aapg_af_880.html:551:83946:83965 Wolfcamp Texas -0.0377274176775576064 +37982 aapg_ad_434.html aapg_ad_434.html:360:33982:33990 Columbia Victoria, British Columbia -0.460337276166031373 +37983 cspg_html_6816015957 cspg_html_6816015957:52:7312:7320 Columbia Victoria, British Columbia -0.473663043482949409 +37984 gsa_html_8495750621 gsa_html_8495750621:206:26578:26587 San Diego San Francisco -0.465595518002078101 +37985 aapg_ah_486.html aapg_ah_486.html:192:18571:18581 Pottsville Texas -0.0125641469917892202 +37986 cspg_html_4555867289 cspg_html_4555867289:459:44525:44551 Halfway Lacombe, Alberta -0.47829406272822006 +37987 aapg_ae_324.html aapg_ae_324.html:1232:122935:122946 Beekmantown Blackford, Somerset -0.41645904352980373 +37988 aapg_af_338.html aapg_af_338.html:277:32730:32743 Woodbine Texas 0.0157787853942168051 +37989 gsa_html_1826402027 gsa_html_1826402027:625:73676:73685 Flagstaff Arizona -0.488731563736560848 +37990 aapg_ae_5.html aapg_ae_5.html:197:23053:23070 Hale Arizona -0.0158621976007121031 +37991 aapg_ae_805.html aapg_ae_805.html:824:102375:102382 Hermosa Hermosa, Chicago -0.0843522809214683339 +37992 gsa_html_6492324485 gsa_html_6492324485:1039:63185:63189 Fang Earth -0.475397368106546647 +37993 gsa_html_3646882130 gsa_html_3646882130:57:6965:6992 Columbia Boise, Idaho -0.455482628602140449 +37994 sedimentology_html_9244748069 sedimentology_html_9244748069:1581:108047:108061 Pozo Spain -0.471340610693628537 +37995 cspg_html_5954266359 cspg_html_5954266359:116:20945:20965 York River York -0.491049570598957486 +37996 aapg_af_854.html aapg_af_854.html:591:80299:80305 Keokuk Kinderhook (town), New York -0.464610795373413321 +37997 aapg_ae_370.html aapg_ae_370.html:407:36756:36772 Keasey Cowlitz River -0.48062584784091128 +37998 aapg_ae_319.html aapg_ae_319.html:333:24396:24411 Ankareh Uinta Mountains -0.438752499306056365 +37999 gsa_html_5081991493 gsa_html_5081991493:1472:107324:107344 Brian Head Logan, Utah -0.466073422560892126 +38000 aapg_ah_647.html aapg_ah_647.html:815:88398:88407 Horquilla Lampasas, Texas -0.441798115405519942 +38001 gsa_html_6433065427 gsa_html_6433065427:96:12334:12350 Bouse Hualapai Mountains -0.476449805414249639 +38002 gsa_html_9112056802 gsa_html_9112056802:952:94760:94765 Stump Wareham, Dorset -0.470181697121159758 +38003 cspg_html_1934220426 cspg_html_1934220426:100:12345:12353 Ramparts Liard River, British Columbia -0.0105729870441561395 +38004 aapg_ae_958.html aapg_ae_958.html:214:24921:24931 Rio Grande New Mexico -0.473903010792736112 +38005 aapg_af_880.html aapg_af_880.html:469:71004:71019 Supai Grand Canyon -0.423413139400643734 +38006 aapg_af_486.html aapg_af_486.html:136:16064:16082 Kaguyak Matanuska Glacier -0.462193603410137988 +38007 aapg_ah_953.html aapg_ah_953.html:20:3545:3563 Kaskapau Valhalla, New York -0.00908750930208491146 +38008 aapg_ae_884.html aapg_ae_884.html:201:27106:27124 Frontier Niobrara, Nebraska -0.0636597082590081992 +38009 aapg_ai_776.html aapg_ai_776.html:453:48794:48815 Bell New Mexico -0.507022414920169306 +38010 sedimentology_html_2709430059 sedimentology_html_2709430059:314:33870:33891 Gull Island Western world -0.465744120990301047 +38011 aapg_ai_514.html aapg_ai_514.html:93:11008:11026 Humboldt Reno, Nevada -0.431714547785669089 +38012 aapg_ae_677.html aapg_ae_677.html:550:47059:47072 Mountain City Grandfather Mountain -0.0585689638564125953 +38013 cspg_html_9905904289 cspg_html_9905904289:22:3948:3956 Whitemud Lacombe, Alberta -0.469189557204259144 +38014 cspg_html_1222040397 cspg_html_1222040397:540:69949:69971 Broken Skull Western world -0.486127228212794971 +38015 gsa_html_7102550258 gsa_html_7102550258:1723:152171:152187 Stump Colorado 0.36498014639551013 +38016 cspg_html_5141367518 cspg_html_5141367518:8:901:919 Wapiabi Bearpaw Formation -0.448578878596292641 +38017 aapg_ad_2.html aapg_ad_2.html:835:118212:118219 Elbrook Great Valley, New York -0.426501543042148601 +38018 aapg_ad_466.html aapg_ad_466.html:954:102906:102912 Tinton Navesink River -0.122633212525326371 +38019 cspg_html_5376629375 cspg_html_5376629375:39:7438:7446 Arctomys Lacombe, Alberta -0.00731021731458604551 +38020 AMJC_html_6336294256 AMJC_html_6336294256:336:44581:44591 Trout Lake Arizona -0.0249388283192189877 +38021 aapg_ai_28.html aapg_ai_28.html:106:8865:8873 Oakville Texas -0.0978765466905227172 +38022 aapg_aa_23.html aapg_aa_23.html:620:78124:78148 Stony Mountain Manitoba -0.544727209038712523 +38023 aapg_ac_807.html aapg_ac_807.html:326:33248:33255 Raritan Patapsco River -0.0180692565756011246 +38024 palaios_html_2492387369 palaios_html_2492387369:815:72961:72965 Hall Birkeland current -0.0363699519026964915 +38025 aapg_af_751.html aapg_af_751.html:643:82749:82773 Bedford Southern California -0.442575570278969321 +38026 aapg_ad_466.html aapg_ad_466.html:192:22751:22769 Navesink Navesink River -0.0250987813235815996 +38027 aapg_ai_527.html aapg_ai_527.html:46:6286:6293 Vermejo Kirtland, Ohio -0.457582637906406409 +38028 aapg_ac_151.html aapg_ac_151.html:89:15727:15731 Frio West Columbia, West Virginia 0.00736581097593620986 +38029 aapg_ai_98.html aapg_ai_98.html:84:12364:12379 Tokio Arkansas -0.206270581968223066 +38030 aapg_aa_954.html aapg_aa_954.html:6:647:661 Aux Vases Salem, Massachusetts -0.424774571263088097 +38031 jgeology_html_4115179562 jgeology_html_4115179562:235:17106:17121 Lynchburg Unicoi, Tennessee -0.467925738958578585 +38032 cspg_html_4867288101 cspg_html_4867288101:55:7408:7422 Windsor Cape Breton Island -0.440247382693200906 +38033 aapg_af_890.html aapg_af_890.html:206:20366:20384 Grayburg Nashville Basin -0.0308043870775981631 +38034 aapg_af_143.html aapg_af_143.html:771:71890:71899 Knoxville Klamath Mountains (ecoregion) -0.0380668126428187481 +38035 cspg_html_6383234409 cspg_html_6383234409:172:18437:18457 Blue Fiord Bathurst, New South Wales -0.483997622542364558 +38036 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16798:16808 Washington Salem, Oregon -0.472604743150075168 +38037 cspg_html_4516258038 cspg_html_4516258038:153:19614:19624 Ibbett Bay Bathurst Island (Northern Territory) -0.0225014864703161413 +38038 sedimentology_html_6008075388 sedimentology_html_6008075388:141:13555:13565 Washington Brussels -0.415098432787898985 +38039 geology_html_8643498334 geology_html_8643498334:332:27980:27986 Oxford Pergamon Museum -0.478767343423892489 +38040 aapg_ai_364.html aapg_ai_364.html:315:26312:26321 Minnelusa Kansas City, Kansas 0.0184411768934200637 +38041 aapg_ad_637.html aapg_ad_637.html:157:19303:19334 Ingleside Nayarit -0.0539216783663858529 +38042 gsa_html_7999545108 gsa_html_7999545108:1170:133747:133753 Oxford Antarctica -0.0511145820963543537 +38043 aapg_af_83.html aapg_af_83.html:40:3904:3910 Warner Nebraska -0.0678021976864085774 +38044 AMJC_html_6759408618 AMJC_html_6759408618:120:11796:11817 Martinsburg Dauphin, Pennsylvania -0.464074341472865526 +38045 geology_html_6440979906 geology_html_6440979906:341:30283:30288 Swift Closter, New Jersey 0.0228908800795091481 +38046 aapg_ah_288.html aapg_ah_288.html:166:17705:17719 Frio Texas -0.462348471732962063 +38047 aapg_ah_870.html aapg_ah_870.html:23:4087:4105 Woodbine Texas -0.406214290695762203 +38048 gsa_html_1266138577 gsa_html_1266138577:221:19126:19132 Monola Salinas Valley -0.459887424332023564 +38049 aapg_aa_654.html aapg_aa_654.html:45:7746:7760 Espiritu Santo Sangre de Cristo Range -0.462348471732962063 +38050 aapg_ae_305.html aapg_ae_305.html:675:44752:44761 Palmarito Barinas State 0.00421268950566507355 +38051 geology_html_2908722683 geology_html_2908722683:74:6067:6083 Navajo Colorado -0.462225485866077257 +38052 aapg_aa_702.html aapg_aa_702.html:2127:183013:183020 Bromide Lacombe, Alberta -0.0142026952151300869 +38053 aapg_ac_825.html aapg_ac_825.html:556:63533:63541 Monterey Carmel, Indiana 0.799205749295344825 +38054 sedimentology_html_3455721661 sedimentology_html_3455721661:486:38698:38726 Todilto Entrada Sandstone -0.487565545428885583 +38055 aapg_ae_296.html aapg_ae_296.html:316:30438:30448 San Andres Texas -0.0472386945723188914 +38056 geology_html_9833949877 geology_html_9833949877:214:21114:21120 Brazil Africa -0.0487929978444478704 +38057 aapg_ac_427.html aapg_ac_427.html:218:20561:20573 Reforma Mexico -0.0449008358068114649 +38058 aapg_ac_989.html aapg_ac_989.html:319:44230:44249 Carlsbad West Texas -0.469648742182661783 +38059 sedimentology_html_2601136107 sedimentology_html_2601136107:1200:78387:78406 Bonneterre Missouri River -0.14630076652496854 +38060 aapg_ai_491.html aapg_ai_491.html:275:33077:33092 Molas Leadville, Colorado 0.957150409639027422 +38061 cspg_html_8532932475 cspg_html_8532932475:516:50123:50142 Athabasca Lacombe, Alberta -0.473856858113634927 +38062 aapg_ae_803.html aapg_ae_803.html:8:1236:1248 Todos Santos Santa Rosa, California -0.0254117377860756666 +38063 aapg_ai_985.html aapg_ai_985.html:180:16108:16116 San Jose Bogota, New Jersey -0.465568086328610908 +38064 aapg_ai_584.html aapg_ai_584.html:1323:132145:132161 Casper Cheyenne, Wyoming -0.531092560220712384 +38065 aapg_aa_702.html aapg_aa_702.html:251:80208:80216 Colorado Colorado -0.0887297173106065262 +38066 aapg_ad_466.html aapg_ad_466.html:460:54980:54993 Merchantville Matawan, New Jersey -0.111416453275349936 +38067 aapg_aa_913.html aapg_aa_913.html:65:8021:8031 Rio Grande Waller County, Texas -0.506465925368115633 +38068 cspg_html_5660413005 cspg_html_5660413005:97:12267:12304 Calmar Lacombe, Alberta -0.112499133998572892 +38069 cspg_html_4530154552 cspg_html_4530154552:797:118788:118820 Montney Western Canadian Sedimentary Basin -0.510301798380446758 +38070 gsa_html_1860930948 gsa_html_1860930948:18:1086:1121 Ogallala Arizona -0.00202555313540596143 +38071 aapg_ah_640.html aapg_ah_640.html:119:10164:10172 Catskill Chadwick, Illinois -0.0434656937810903587 +38072 jgeology_html_6063383200 jgeology_html_6063383200:549:45555:45564 San Diego Los Angeles -0.459837454744856933 +38073 aapg_ad_921.html aapg_ad_921.html:145:16676:16694 Bellevue Cincinnati -0.0413499862143105745 +38074 cspg_html_4115156925 cspg_html_4115156925:234:31582:31608 Halfway Lacombe, Alberta -0.0211456318473247536 +38075 gsa_html_6317284187 gsa_html_6317284187:805:69760:69767 Shuswap Monashee Pass -0.42595400256464333 +38076 gsa_html_5081991493 gsa_html_5081991493:840:66189:66210 Green River Sevier orogeny 0.00557294326279580542 +38077 aapg_ai_816.html aapg_ai_816.html:326:54037:54041 Iola Wyandotte, Michigan -0.0243790060490477571 +38078 geology_html_5980825322 geology_html_5980825322:12:580:593 Santa Barbara California -0.472881299388360321 +38079 aapg_ad_3.html aapg_ad_3.html:475:44968:44988 Sequatchie Knoxville, Tennessee -0.202875206182865225 +38080 cspg_html_4176605708 cspg_html_4176605708:409:40098:40109 Fish Scales Westgate, Canterbury -0.493905230900802183 +38081 aapg_ai_49.html aapg_ai_49.html:595:78486:78497 White River Glenwood Springs, Colorado -0.0522651849084595707 +38082 sedimentology_html_9398039386 sedimentology_html_9398039386:29:1671:1677 Guelph Ontario, California -0.0268827228609654426 +38083 aapg_ah_158.html aapg_ah_158.html:192:34017:34027 Georgetown Bear Mountain (Connecticut) -0.449440672427322663 +38084 aapg_ae_319.html aapg_ae_319.html:593:49767:49777 Twin Creek Carmel, Indiana -0.458648092769168181 +38085 aapg_aa_647.html aapg_aa_647.html:700:61535:61552 Keefer Huntington, West Virginia -0.0335772561471781444 +38086 cspg_html_9894399778 cspg_html_9894399778:61:5692:5711 Frenchman Edmonton, London 0.0194422674235181538 +38087 aapg_ae_75.html aapg_ae_75.html:170:22806:22826 San Andres New Mexico -0.449431691216236939 +38088 aapg_ae_777.html aapg_ae_777.html:274:32034:32049 Ouray New Mexico 0.0185975939921932121 +38089 palaios_html_2449649505 palaios_html_2449649505:538:61186:61202 Chinle Denver -0.0326847865730959877 +38090 aapg_ae_116.html aapg_ae_116.html:90:11964:11985 Jacobsville Wisconsin 0.340695633123442476 +38091 gsa_html_6905980541 gsa_html_6905980541:74:6836:6864 Green River Colorado 0.0343271244697756148 +38092 aapg_ad_84.html aapg_ad_84.html:85:10146:10154 Michigan Bloomington, Indiana 0.0199914985805541949 +38093 gsa_html_6117440194 gsa_html_6117440194:776:79562:79580 Wasatch Fort Union Trading Post National Historic Site -0.450707909241451543 +38094 palaios_html_8113714689 palaios_html_8113714689:78:7751:7769 Munising Michigan 0.80146139582361553 +38095 aapg_ac_749.html aapg_ac_749.html:105:14698:14714 Salina Guelph -0.427711626546922574 +38096 sedimentology_html_9016561378 sedimentology_html_9016561378:653:59439:59449 Washington Seattle -0.444856013246054061 +38097 sedimentology_html_2272861739 sedimentology_html_2272861739:2233:111725:111731 Reston Virginia -0.508237439405196278 +38098 aapg_ah_623.html aapg_ah_623.html:76:8176:8199 State Bridge Colorado -0.0654012524480660634 +38099 gsa_html_6117440194 gsa_html_6117440194:148:15817:15836 Sundance Cheyenne, Wyoming 0.00177192394418096725 +38100 aapg_aa_256.html aapg_aa_256.html:26:2476:2497 Dakota New Mexico 0.0669318685327719987 +38101 cspg_html_8588503765 cspg_html_8588503765:506:61654:61671 Cardium Victoria, British Columbia -0.449433936510724996 +38102 geology_html_2276070502 geology_html_2276070502:107:11018:11028 Rio Grande Colorado -0.512204726678937461 +38103 aapg_ac_336.html aapg_ac_336.html:79:8710:8733 Mount Wilson Mackenzie River -0.425700050336429825 +38104 aapg_ad_696.html aapg_ad_696.html:95:9597:9604 Carrizo Henderson, Nevada -0.459149520620870666 +38105 aapg_aa_399.html aapg_aa_399.html:429:35551:35558 Pakowki Bearpaw Formation -0.110923797619282435 +38106 geology_html_9314524367 geology_html_9314524367:217:21092:21101 San Diego Sierra Nevada (Spain) -0.0353624097936946907 +38107 aapg_ad_379.html aapg_ad_379.html:708:57048:57065 Entrada Boise, Idaho -0.0440369350634172291 +38108 gsa_html_9866042258 gsa_html_9866042258:1096:82200:82206 Oregon California -0.0521780116650716191 +38109 aapg_ai_140.html aapg_ai_140.html:1199:134054:134059 Cadiz Spain -0.506202203331828748 +38110 jgeology_html_8088445472 jgeology_html_8088445472:113:6185:6202 Manlius Jamesville, New York -0.508148533121380197 +38111 aapg_aa_654.html aapg_aa_654.html:72:10758:10776 Tererro Sangre de Cristo Range -0.473746101631411953 +38112 aapg_ae_29.html aapg_ae_29.html:49:6263:6274 Mauch Chunk Lehigh River -0.426503733834695087 +38113 gsa_html_2989317971 gsa_html_2989317971:547:58097:58119 Sucker Creek Adrian, Michigan -0.467950951742638677 +38114 palaios_html_1734147629 palaios_html_1734147629:128:12520:12543 Negaunee Iron Michigan -0.450586501765938174 +38115 cspg_html_4550597410 cspg_html_4550597410:391:46210:46215 Chazy Middle Ordovician -0.478488911708928044 +38116 gsa_html_3648258377 gsa_html_3648258377:536:53290:53321 Navesink Bass River Township, New Jersey -0.451751782124743317 +38117 sedimentology_html_1930822610 sedimentology_html_1930822610:1005:79403:79428 Sierra New Mexico -0.458439436141955869 +38118 aapg_ah_90.html aapg_ah_90.html:73:11871:11885 Cedar Mountain Cedar Mountains -0.0656650623416815127 +38119 aapg_ae_958.html aapg_ae_958.html:1362:120008:120018 Rio Grande New Mexico -0.460944252925189812 +38120 cspg_html_5501097280 cspg_html_5501097280:388:42580:42607 Astoria Canada -0.0265836451265893982 +38121 sedimentology_html_8097871643 sedimentology_html_8097871643:1918:87053:87061 Colorado Denver -0.0633942422333909211 +38122 aapg_af_98.html aapg_af_98.html:198:16679:16685 Navajo Arizona -0.385793824488239734 +38123 gsa_html_4930932370 gsa_html_4930932370:297:31531:31554 Gunflint Iron Ontario, California -0.456416618922522499 +38124 cspg_html_4413081832 cspg_html_4413081832:495:49065:49079 Woodbend Lacombe, Alberta -0.453234160803079433 +38125 gsa_html_3936574180 gsa_html_3936574180:70:7576:7594 Langford Black Mountains (North Carolina) -0.473903010792736112 +38126 aapg_ac_782.html aapg_ac_782.html:31:6345:6358 Barnett Texas 0.79183958765639062 +38127 cspg_html_3233680622 cspg_html_3233680622:6:421:443 Eureka Sound Ellesmere Island -0.105763068664026738 +38128 aapg_ac_548.html aapg_ac_548.html:37:5186:5208 Mount Simon Illinois -0.0580210292623837137 +38129 geology_html_6685929061 geology_html_6685929061:12:441:451 Washington Vancouver -0.00603852775893074737 +38130 aapg_ai_157.html aapg_ai_157.html:434:39270:39276 Salina Guelph -0.0286877600181881381 +38131 aapg_ac_5.html aapg_ac_5.html:156:15708:15726 Paskapoo Lacombe, Alberta -0.462576268150975078 +38132 sedimentology_html_5706250470 sedimentology_html_5706250470:512:55771:55775 Hall London, Ontario -0.0599791507476206756 +38133 cspg_html_1509800797 cspg_html_1509800797:167:15553:15565 Saskatchewan Cypress Hills, Brooklyn -0.460980639153810601 +38134 aapg_ai_996.html aapg_ai_996.html:1235:52277:52294 Raritan Clementon, New Jersey 0.0167762758658870741 +38135 sedimentology_html_4109585061 sedimentology_html_4109585061:801:74666:74683 Entrada Colorado 0.943520484682471072 +38136 aapg_ai_583.html aapg_ai_583.html:136:18954:18968 Sundance Cheyenne, Wyoming -0.463764030920631232 +38137 aapg_ah_534.html aapg_ah_534.html:230:18951:18959 Catskill Stroudsburg, Pennsylvania 0.00442984212241086077 +38138 aapg_ac_306.html aapg_ac_306.html:54:4802:4818 Gering Nebraska -0.474992922950619234 +38139 aapg_aa_357.html aapg_aa_357.html:378:34937:34953 Chinle Colorado -0.384927738142828935 +38140 cspg_html_5515814749 cspg_html_5515814749:368:45211:45226 Swift Lacombe, Alberta -0.023508018320362277 +38141 cspg_html_3473883402 cspg_html_3473883402:324:51573:51594 Cooking Lake Redwater, Texas -0.447168994241326834 +38142 aapg_ai_949.html aapg_ai_949.html:317:46881:46886 Yukon Canada -0.0492217054882720523 +38143 aapg_ae_937.html aapg_ae_937.html:136:11771:11790 Smackover Alabama -0.44304146514738707 +38144 cspg_html_1962846283 cspg_html_1962846283:383:43102:43117 Kootenay Crowsnest Pass, Alberta -0.435668138774596203 +38145 gsa_html_7248164569 gsa_html_7248164569:631:48669:48678 Peninsula Portland, Maine -0.0548285557290214137 +38146 aapg_ad_435.html aapg_ad_435.html:91:9967:9974 Reynosa Matamoros, Tamaulipas -0.46168136305604579 +38147 gsa_html_3860045860 gsa_html_3860045860:1294:113234:113240 Oregon Washington (state) -0.481870957939069144 +38148 aapg_ae_777.html aapg_ae_777.html:155:18070:18084 Espiritu Santo Gallina -0.48908614313905685 +38149 aapg_af_568.html aapg_af_568.html:212:22915:22933 Sundance Cheyenne, Wyoming 0.0491711655407239337 +38150 AMJC_html_8804784209 AMJC_html_8804784209:1213:100400:100420 Waterville Portland, Maine -0.0292460145715184028 +38151 gsa_html_5056480923 gsa_html_5056480923:596:47757:47782 Barstow Mojave Desert -0.0283642962878183774 +38152 aapg_ah_157.html aapg_ah_157.html:134:17657:17668 Dutch Creek Sylvania, Ohio -0.460146402321772174 +38153 jgeology_html_4305195651 jgeology_html_4305195651:725:84277:84309 Genesee Chemung, New York -0.0335442004664093935 +38154 jgeology_html_4720707312 jgeology_html_4720707312:1437:83635:83643 Beaufort Malawi -0.41964702171351137 +38155 gsa_html_5293445820 gsa_html_5293445820:1234:123228:123233 Yukon Arctic Cordillera -0.470200080639580853 +38156 cspg_html_7310162886 cspg_html_7310162886:63:9426:9445 Neruokpuk Canning River (Alaska) 0.995255477783684284 +38157 aapg_ai_17.html aapg_ai_17.html:177:12621:12630 Nanafalia Alabama -0.258383316623636838 +38158 cspg_html_9683836416 cspg_html_9683836416:477:72286:72299 Foremost Lacombe, Alberta -0.43511527002590783 +38159 cspg_html_6116883777 cspg_html_6116883777:1513:191918:191939 Bathurst Canadian Arctic Archipelago -0.50174601395170626 +38160 cspg_html_5241714595 cspg_html_5241714595:222:34684:34703 Souris River Lacombe, Alberta -0.0145241610261636171 +38161 cspg_html_7872594630 cspg_html_7872594630:304:39149:39162 Windsor Bridgetown, Nova Scotia -0.0423511843522919873 +38162 gsa_html_4472896560 gsa_html_4472896560:135:10856:10871 Lava Creek Tuff Rockland County, New York -0.029835599351404625 +38163 aapg_ah_533.html aapg_ah_533.html:290:35584:35603 Knoxville Knoxville, Illinois 0.0019873350170567061 +38164 aapg_ad_192.html aapg_ad_192.html:80:10963:10973 Tuscaloosa Tuscaloosa, Alabama 0.0189816900058150766 +38165 aapg_ai_594.html aapg_ai_594.html:210:22028:22045 Plattin Glenwood, Utah -0.47735290933611807 +38166 aapg_ah_779.html aapg_ah_779.html:337:63391:63403 Lime Creek Kentucky 0.0494970669219901155 +38167 cspg_html_8463924060 cspg_html_8463924060:8:753:764 Banff Bow River -0.459996458565647859 +38168 cspg_html_9735723617 cspg_html_9735723617:178:22710:22734 Parry Islands Banks Island -0.0256047308874097386 +38169 aapg_aa_298.html aapg_aa_298.html:955:114187:114200 Madison Cheyenne, Wyoming -0.381516627203647096 +38170 aapg_ae_113.html aapg_ae_113.html:234:31629:31651 Eureka Sound Little Cornwallis Island 1.18612410803075674 +38171 sedimentology_html_3850942730 sedimentology_html_3850942730:1409:100396:100412 Casper Cheyenne, Wyoming 0.448567662680297852 +38172 cspg_html_7281679890 cspg_html_7281679890:388:64938:64956 Hare Indian Western world 0.00619140699389484142 +38173 aapg_ai_582.html aapg_ai_582.html:102:9191:9196 Piper Williston Basin 0.285083961306748401 +38174 gsa_html_4461768215 gsa_html_4461768215:804:72312:72340 Green River Colorado 0.0206485113150292575 +38175 gsa_html_5293445820 gsa_html_5293445820:129:13770:13775 Yukon Anchorage, Alaska -0.0689226409127303707 +38176 aapg_ah_753.html aapg_ah_753.html:93:14364:14374 Maringouin New Caledonia -0.0364256392683856012 +38177 sedimentology_html_4132999102 sedimentology_html_4132999102:1491:114072:114101 Dunvegan Lacombe, Alberta -0.416233588263895504 +38178 aapg_ac_70.html aapg_ac_70.html:6:1201:1218 Oquirrh Reno, Nevada 0.233551456693734061 +38179 aapg_ad_441.html aapg_ad_441.html:68:4781:4797 Chinle Kayenta, Arizona -0.478261592156269066 +38180 aapg_ae_405.html aapg_ae_405.html:76:9717:9721 Java Sumatra -0.0365561577052215814 +38181 sedimentology_html_2487544504 sedimentology_html_2487544504:2835:72367:72395 Drakes California -0.434637853624058046 +38182 sedimentology_html_5405263384 sedimentology_html_5405263384:993:64623:64631 Columbia Victoria, British Columbia 0.0105973111472393959 +38183 cspg_html_2161417858 cspg_html_2161417858:60:8279:8299 Big Valley Regina, Saskatchewan -0.447276508327869859 +38184 aapg_ai_0.html aapg_ai_0.html:935:105850:105858 Beaumont Nueces River -0.0598011148469018913 +38185 aapg_ae_305.html aapg_ae_305.html:1335:124885:124907 Los Cuervos Maracaibo -0.0197377379215514133 +38186 palaios_html_4660412431 palaios_html_4660412431:687:56345:56372 Florissant Colorado -0.481945488841025893 +38187 palaios_html_5921824758 palaios_html_5921824758:465:38068:38089 Green River Logan, Utah -0.261354602053147533 +38188 sedimentology_html_6051696699 sedimentology_html_6051696699:333:29342:29349 Johnson East Timor -0.11002695788092437 +38189 aapg_ah_527.html aapg_ah_527.html:33:4173:4186 Lone Mountain Reno, Nevada -0.474992922950619234 +38190 aapg_ac_630.html aapg_ac_630.html:543:56829:56847 Willwood San Fernando Valley -0.0357069470350891913 +38191 gsa_html_1130947011 gsa_html_1130947011:168:20020:20031 Black River Decorah, Iowa -0.445984933244691462 +38192 aapg_aa_684.html aapg_aa_684.html:106:11554:11558 Jelm John Crow Mountains -0.00621572872549000163 +38193 aapg_ah_427.html aapg_ah_427.html:821:104871:104895 Atoka Ouachita Mountains -0.0129533588216162645 +38194 sedimentology_html_9547192041 sedimentology_html_9547192041:1263:91246:91250 Hall London, Ontario -0.440745470442491794 +38195 aapg_af_98.html aapg_af_98.html:24:3620:3643 Burro Canyon Cedar Mountains -0.439103236963543697 +38196 aapg_ah_602.html aapg_ah_602.html:20:1823:1830 Rapides Texas -0.466782751574986277 +38197 gsa_html_3216417833 gsa_html_3216417833:594:49982:49992 Keokuk Closter, New Jersey -0.514867549760272269 +38198 gsa_html_2005293978 gsa_html_2005293978:1089:80222:80230 Virginia Chesapeake Bay -0.44961357796588941 +38199 aapg_ad_169.html aapg_ad_169.html:74:9649:9669 Greenbrier Huntington, West Virginia -0.0678021976864085774 +38200 aapg_ai_364.html aapg_ai_364.html:760:63136:63143 Madison Cheyenne, Wyoming -0.0415049470252112224 +38201 jgeology_html_9781546230 jgeology_html_9781546230:392:39903:39915 Taylor Antarctica -0.463332970234029085 +38202 aapg_af_849.html aapg_af_849.html:4:464:481 Madison Teton County, Idaho -0.0520768920178777336 +38203 sedimentology_html_5933783718 sedimentology_html_5933783718:952:92468:92474 Sierra Spain -0.500707121160588686 +38204 sedimentology_html_3455721661 sedimentology_html_3455721661:54:5684:5717 Entrada New Mexico -0.44255997020698512 +38205 cspg_html_7675189126 cspg_html_7675189126:431:52068:52076 Victoria Earth -0.0549436678913172855 +38206 aapg_ai_357.html aapg_ai_357.html:178:19744:19750 Midway Frio River -0.0905732560193688863 +38207 gsa_html_1931201430 gsa_html_1931201430:15:751:759 Victoria Earth -0.469070208322842297 +38208 aapg_aa_833.html aapg_aa_833.html:233:19267:19275 Colorado Denver -0.438007065376213589 +38209 aapg_ah_289.html aapg_ah_289.html:542:75306:75324 Monterey California 0.538859525685475904 +38210 aapg_ad_2.html aapg_ad_2.html:457:68055:68072 Loudoun Mount Alto, West Virginia -0.490837725318087337 +38211 cspg_html_8121068096 cspg_html_8121068096:381:24104:24114 Mount Hawk Banks Island -0.432227951733042737 +38212 gsa_html_6281658899 gsa_html_6281658899:775:80933:80951 Aycross Cheyenne, Wyoming -0.100225970562333774 +38213 geology_html_7784703862 geology_html_7784703862:70:5846:5854 Michigan Baja California peninsula -0.460980639153810601 +38214 aapg_ac_333.html aapg_ac_333.html:216:27544:27564 San Andres New Mexico -0.0411671706612794855 +38215 cspg_html_2083823293 cspg_html_2083823293:6:453:461 Columbia Victoria, British Columbia -0.443732938342886629 +38216 aapg_ad_808.html aapg_ad_808.html:688:44803:44810 Thaynes Snake River Canyon (Idaho) -0.473081857330366395 +38217 gsa_html_3536104938 gsa_html_3536104938:519:35963:35973 Washington Washington (state) -0.0565379969022386936 +38218 gsa_html_6281658899 gsa_html_6281658899:739:78777:78805 Green River Cheyenne, Wyoming 1.07007615755775642 +38219 aapg_af_397.html aapg_af_397.html:507:58593:58600 Entrada Entrada Sandstone -0.0279295455819341988 +38220 gsa_html_9253181203 gsa_html_9253181203:864:89546:89553 Bedford Pennsylvania -0.0368502653061740099 +38221 aapg_ai_105.html aapg_ai_105.html:15:2067:2084 Humbug Vernal, Utah -0.0467961571994701744 +38222 aapg_ae_715.html aapg_ae_715.html:959:114617:114642 Frio Gulf Coast of the United States -0.448377013151321557 +38223 geology_html_7377899958 geology_html_7377899958:12:418:426 San Jose California -0.0565031060204084085 +38224 aapg_ai_159.html aapg_ai_159.html:145:16216:16221 Gatun Spain -0.192841823734418244 +38225 jgeology_html_4732263487 jgeology_html_4732263487:162:6632:6641 Peninsula Korea -0.0275887108223223723 +38226 gsa_html_3318609085 gsa_html_3318609085:100:10676:10679 Arc Mediterranean Sea -0.431086943566786673 +38227 aapg_af_11.html aapg_af_11.html:502:50787:50792 Ouray Ouray, Colorado -0.0135458743690372828 +38228 AMJC_html_5916115748 AMJC_html_5916115748:1491:132296:132306 Washington Washington (state) -0.0471585481986489807 +38229 geology_html_7192428883 geology_html_7192428883:17:819:827 Colorado Denver -0.447168994241326834 +38230 cspg_html_8312989046 cspg_html_8312989046:6:263:281 Bowser Great Britain -0.476218391360906934 +38231 geology_html_8986165275 geology_html_8986165275:165:18151:18167 Naknek Talkeetna, Alaska -0.450743884934886652 +38232 aapg_ai_584.html aapg_ai_584.html:1351:133839:133845 Casper Laramie, Wyoming -0.447135398674851747 +38233 gsa_html_5865982995 gsa_html_5865982995:1423:149437:149445 Colorado Cheyenne, Wyoming -0.0418113941638034933 +38234 aapg_ae_415.html aapg_ae_415.html:635:79971:79983 Chickasawhay Monroe County, Florida -0.0563286543403086967 +38235 cspg_html_1004940981 cspg_html_1004940981:76:12008:12033 Ninnis Glacier Greenland -0.50037380579535129 +38236 sedimentology_html_7652385579 sedimentology_html_7652385579:348:34162:34172 Copenhagen Alert, Nunavut -0.0272061513057389563 +38237 sedimentology_html_7328045802 sedimentology_html_7328045802:119:11574:11598 Perry Rangeley, Maine -0.470365549607814404 +38238 cspg_html_1781462584 cspg_html_1781462584:190:25551:25584 Leadville San Juan Mountains -0.470188590895520009 +38239 palaios_html_5921824758 palaios_html_5921824758:386:34163:34183 Fort Union Cheyenne, Wyoming -0.0995781947714328153 +38240 aapg_ah_417.html aapg_ah_417.html:271:27047:27068 Belly River Lacombe, Alberta -0.431133173871068531 +38241 sedimentology_html_9710882522 sedimentology_html_9710882522:138:12136:12154 Spencer Middle East -0.469038078694436811 +38242 aapg_ah_387.html aapg_ah_387.html:2854:309718:309727 Knoxville Knoxville, Illinois -0.483015252079283031 +38243 aapg_ac_333.html aapg_ac_333.html:1154:137871:137877 Kaibab Reno, Nevada -0.501412283489766963 +38244 aapg_ad_921.html aapg_ad_921.html:167:18719:18737 Bellevue Kentucky -0.492342974330111982 +38245 gsa_html_4904229335 gsa_html_4904229335:15:758:768 Washington California -0.0245772016562315031 +38246 gsa_html_2726343192 gsa_html_2726343192:953:90208:90217 Flagstaff Baja California peninsula -0.0269348882327513015 +38247 geology_html_4804337449 geology_html_4804337449:95:11471:11476 Basal Middle East -0.503870719216367835 +38248 jgeology_html_6791895583 jgeology_html_6791895583:269:21448:21454 Oregon Maryland -0.467870731747513147 +38249 gsa_html_3069013284 gsa_html_3069013284:198:22269:22285 Chinle Hunt Valley, Maryland -0.433370341259820213 +38250 aapg_af_854.html aapg_af_854.html:659:92560:92566 Warsaw Meramec River -0.00274475026164564852 +38251 AMJC_html_2905856018 AMJC_html_2905856018:636:87686:87696 Washington Boise, Idaho -0.0421753136565895317 +38252 aapg_ad_440.html aapg_ad_440.html:126:11760:11770 Greenbrier Pocono Raceway -0.00326243548975702329 +38253 aapg_ai_105.html aapg_ai_105.html:187:21657:21662 Ophir Western world 0.298510045547872804 +38254 aapg_aa_712.html aapg_aa_712.html:112:13742:13750 Glenwood Hennepin, Illinois -0.436157146454813294 +38255 cspg_html_4382149016 cspg_html_4382149016:199:31550:31555 Ascot Guadeloupe -0.47482657712880405 +38256 cspg_html_6334734829 cspg_html_6334734829:373:39505:39523 Tantalus Indian River (Florida) -0.0463048645997310923 +38257 aapg_ac_103.html aapg_ac_103.html:19:3490:3504 Lyre Clallam County, Washington -0.477123570959987586 +38258 aapg_ah_696.html aapg_ah_696.html:338:46792:46800 Richland Washington (state) -0.472512577150688062 +38259 aapg_aa_684.html aapg_aa_684.html:233:22440:22444 Jelm John Crow Mountains -0.0338991191876076986 +38260 gsa_html_3860045860 gsa_html_3860045860:95:10655:10661 Eugene California -0.00837345699819263926 +38261 aapg_aa_45.html aapg_aa_45.html:210:25848:25864 Cutler Moenkopi Formation -0.506576234057938057 +38262 gsa_html_1678018483 gsa_html_1678018483:14:767:780 Santa Barbara California -0.00655275945491847703 +38263 aapg_ae_471.html aapg_ae_471.html:250:24375:24386 Haynesville Carterville, Illinois -0.483997622542364558 +38264 cspg_html_2907826148 cspg_html_2907826148:176:22352:22375 Smoking Hills Anchorage, Alaska -0.44830973456876172 +38265 sedimentology_html_3238300064 sedimentology_html_3238300064:1724:108969:108987 Norphlet Alabama 0.357803802012529149 +38266 aapg_aa_831.html aapg_aa_831.html:94:7474:7484 Blackstone Pecos County, Texas -0.434540631888912565 +38267 AMJC_html_8128063878 AMJC_html_8128063878:584:75855:75861 Navajo Salem, Oregon -0.00866533097013935834 +38268 aapg_af_770.html aapg_af_770.html:667:62507:62515 Colorado Denver -0.51211056186394277 +38269 aapg_ah_611.html aapg_ah_611.html:13:1262:1268 Oregon California -0.0596981355876713832 +38270 aapg_ad_749.html aapg_ad_749.html:220:20855:20865 San Andres Arizona -0.0218304989680059187 +38271 aapg_ah_686.html aapg_ah_686.html:480:69136:69154 Kekiktuk North Slope Borough, Alaska -0.493905230900802183 +38272 gsa_html_1282811339 gsa_html_1282811339:29:2796:2824 Green River Colorado -0.0102706745632111761 +38273 palaios_html_5582845937 palaios_html_5582845937:318:32221:32229 Virginia Hampton, New Hampshire -0.466965896576978678 +38274 cspg_html_7404699681 cspg_html_7404699681:212:22403:22412 Pocatello Cordillera Administrative Region -0.469506369220983932 +38275 aapg_ae_473.html aapg_ae_473.html:42:4440:4445 Eutaw Tuscaloosa, Alabama -0.45544420419021614 +38276 cspg_html_8363357104 cspg_html_8363357104:436:56682:56700 Deadwood Williston Basin -0.412851508963564873 +38277 aapg_ac_692.html aapg_ac_692.html:234:25593:25617 Watt Mountain Lacombe, Alberta -0.067608196951884289 +38278 aapg_ac_333.html aapg_ac_333.html:251:32527:32535 Colorado Ouray, Colorado -0.463636287457712182 +38279 aapg_ai_49.html aapg_ai_49.html:75:7735:7743 Colorado Logan, Utah -0.051480663363561531 +38280 palaios_html_5268628065 palaios_html_5268628065:163:21466:21483 Gurabo Dominican Republic -0.465776131049653153 +38281 palaios_html_3020881733 palaios_html_3020881733:403:38573:38583 Washington Seattle -0.482917309945881279 +38282 aapg_ai_584.html aapg_ai_584.html:430:42239:42247 Roundtop Moorcroft, Wyoming -0.441553207562292771 +38283 gsa_html_9755702281 gsa_html_9755702281:342:27739:27753 Pico Oak Ridge, Tennessee 0.83936500270819403 +38284 aapg_aa_23.html aapg_aa_23.html:754:96014:96037 Stony Mountain Manitoba 0.384856297121039526 +38285 cspg_html_3762708087 cspg_html_3762708087:45:6132:6148 Viking Cheyenne, Wyoming 0.899736676001273494 +38286 cspg_html_8568877195 cspg_html_8568877195:635:77988:77996 Lea Park Lacombe, Alberta -0.0470679489160925613 +38287 aapg_ai_157.html aapg_ai_157.html:218:23579:23585 Salina Guelph -0.0189695239556965725 +38288 geology_html_5638110690 geology_html_5638110690:229:20398:20406 Colorado San Juan, Argentina -0.49339517418577894 +38289 aapg_ac_410.html aapg_ac_410.html:277:25895:25903 Edmonton Lacombe, Alberta -0.465641239344597002 +38290 cspg_html_9834776341 cspg_html_9834776341:359:36862:36872 Washington Victoria, British Columbia -0.456416618922522499 +38291 aapg_ac_613.html aapg_ac_613.html:84:11049:11058 Mesaverde Mancos, Colorado -0.451913869834985604 +38292 aapg_ae_552.html aapg_ae_552.html:143:27148:27168 Capistrano San Clemente, California -0.0833125083700810565 +38293 aapg_ac_206.html aapg_ac_206.html:60:8002:8011 Rochester Palmyra, New Jersey -0.423404404503234466 +38294 cspg_html_7881580279 cspg_html_7881580279:179:23696:23715 Red River Manitoba 0.766238320170606446 +38295 aapg_ad_440.html aapg_ad_440.html:487:45120:45128 Maccrady Randolph County, Indiana -0.47482657712880405 +38296 sedimentology_html_7195393000 sedimentology_html_7195393000:1222:90237:90264 Basal Central Alberta -0.442762791672519862 +38297 aapg_aa_544.html aapg_aa_544.html:129:17656:17674 Sundance Cheyenne, Wyoming -0.00258840277417883959 +38298 aapg_ah_623.html aapg_ah_623.html:88:9368:9379 Uncompahgre Colorado 0.0128699558541004178 +38299 aapg_ai_583.html aapg_ai_583.html:138:19327:19344 Rierdon Black Hills -0.417222510438449379 +38300 gsa_html_7040053075 gsa_html_7040053075:1111:117892:117921 Mint Canyon California 0.0224215228355517555 +38301 aapg_ae_296.html aapg_ae_296.html:77:7812:7818 Blaine Texas -0.42655631436454855 +38302 aapg_aa_712.html aapg_aa_712.html:9:1674:1692 Platteville Platteville, Colorado -0.464256927711512946 +38303 aapg_af_578.html aapg_af_578.html:80:6706:6724 Gallatin Gallatin, Tennessee -0.46394883518986052 +38304 gsa_html_9152662653 gsa_html_9152662653:23:1397:1414 Laurel Potomac River -0.49252218048089591 +38305 cspg_html_7325522863 cspg_html_7325522863:181:28051:28061 Pine Point Great Slave Lake -0.0438488392428078022 +38306 aapg_aa_245.html aapg_aa_245.html:318:29801:29809 Michigan Michigan -0.0295955881019379606 +38307 cspg_html_8809756626 cspg_html_8809756626:36:8373:8388 Leduc Lacombe, Alberta -0.423138028281424772 +38308 sedimentology_html_1293179143 sedimentology_html_1293179143:1255:85205:85225 Lodgepole Manitoba -0.451740527107044376 +38309 sedimentology_html_4263673886 sedimentology_html_4263673886:16:1162:1205 Walker Iran -0.457514673015389395 +38310 aapg_ae_750.html aapg_ae_750.html:153:18486:18490 Dean Wichita, Kansas -0.00679945329563697194 +38311 aapg_af_15.html aapg_af_15.html:215:21182:21192 Fort Union Fort Union Trading Post National Historic Site 0.0119577510561948014 +38312 aapg_ah_649.html aapg_ah_649.html:87:12158:12178 Toro Dorotea Municipality -0.0444288146314834667 +38313 aapg_ai_700.html aapg_ai_700.html:364:37681:37723 Provo Vienna -0.455211432419709627 +38314 aapg_ae_5.html aapg_ae_5.html:3:192:206 Earp Arizona -0.494566874481706664 +38315 aapg_aa_537.html aapg_aa_537.html:348:41257:41263 Oswego Mississippi River -0.0717623636279665356 +38316 gsa_html_3289054608 gsa_html_3289054608:113:13485:13495 Rio Grande New Mexico 0.00618098339761408676 +38317 aapg_ac_749.html aapg_ac_749.html:89:11885:11891 Guelph Salina, Kansas -0.038468880180471815 +38318 aapg_ac_90.html aapg_ac_90.html:169:25387:25397 Washington California -0.123930616313346176 +38319 aapg_ae_272.html aapg_ae_272.html:841:84571:84580 Coldwater Michigan 0.00369152532234343642 +38320 aapg_ah_90.html aapg_ah_90.html:280:39265:39281 Dakota Colorado 0.0514736902167841487 +38321 geology_html_4022603373 geology_html_4022603373:271:23542:23550 Virginia Chesapeake Bay -0.49463779564980348 +38322 gsa_html_3387611512 gsa_html_3387611512:1270:127415:127428 Santa Barbara California -0.436850160261835319 +38323 aapg_ah_339.html aapg_ah_339.html:252:25042:25142 Brassfield Richmond, California 0.0417156283192791008 +38324 geology_html_4509927877 geology_html_4509927877:273:23433:23448 Gates Canada -0.494968839994781917 +38325 aapg_ah_800.html aapg_ah_800.html:30:2369:2375 Laurel Sumner County, Kansas -0.470696581042233275 +38326 cspg_html_3008414459 cspg_html_3008414459:46:7033:7049 Eagle Milk River, Alberta -0.469809513538571255 +38327 aapg_ae_419.html aapg_ae_419.html:115:13748:13766 Taraises Matamoros, Tamaulipas -0.458641287983651336 +38328 cspg_html_1333179361 cspg_html_1333179361:711:59238:59243 Banff Lacombe, Alberta 0.83830050077384699 +38329 geology_html_3982744980 geology_html_3982744980:45:4458:4478 Eau Claire Wisconsin -0.292015046488785512 +38330 aapg_ai_278.html aapg_ai_278.html:996:114418:114427 Sunniland Dade County, Georgia -0.496867763222673786 +38331 aapg_ah_339.html aapg_ah_339.html:94:9888:9904 Kinderhook Chattanooga, Tennessee -0.490143713980378037 +38332 aapg_ah_387.html aapg_ah_387.html:2424:262656:262662 Oregon Sierra Nevada (Spain) -0.42153260045657942 +38333 gsa_html_5788982444 gsa_html_5788982444:648:60131:60137 Antler Sierra Nevada (Spain) -0.032453416908065226 +38334 aapg_ad_978.html aapg_ad_978.html:3:267:303 Prospect Logan, Utah -0.455482628602140449 +38335 aapg_ad_2.html aapg_ad_2.html:1413:192979:192990 Martinsburg Chambersburg, Pennsylvania -0.00998573864189263374 +38336 gsa_html_1520002998 gsa_html_1520002998:1175:91269:91301 Cutler Colorado -0.467925738958578585 +38337 geology_html_1599906578 geology_html_1599906578:165:15867:15871 Wise Hawaii (island) -0.0180709945054990453 +38338 aapg_af_388.html aapg_af_388.html:694:77764:77785 East Berlin Connecticut River Valley -0.439165406786194035 +38339 aapg_ae_547.html aapg_ae_547.html:92:12054:12062 Sitkinak Kodiak Island -0.472528705500211532 +38340 aapg_ac_617.html aapg_ac_617.html:103:13127:13145 Oakville Oakville, California -0.495988801002771096 +38341 aapg_af_854.html aapg_af_854.html:1145:162006:162017 Waltersburg Illinois -0.464953382280686722 +38342 geology_html_3309524328 geology_html_3309524328:185:19195:19205 Table Head Sydney Basin -0.440425240506611693 +38343 AMJC_html_2067433562 AMJC_html_2067433562:731:62544:62553 New River Virginia -0.257451023852154015 +38344 aapg_ah_83.html aapg_ah_83.html:361:44720:44734 Cloverly Cheyenne, Wyoming -0.463332970234029085 +38345 gsa_html_8432736353 gsa_html_8432736353:792:73470:73498 Green River Iran -0.00448195883180506176 +38346 aapg_aa_618.html aapg_aa_618.html:23:2430:2447 Hosston County Sligo -0.420983530191217814 +38347 aapg_ac_910.html aapg_ac_910.html:483:37881:37898 Huizachal Mexico -0.493411698974303814 +38348 aapg_af_162.html aapg_af_162.html:177:15387:15397 White Rock Clarksville, Tennessee -0.000587166228973446075 +38349 aapg_ac_451.html aapg_ac_451.html:508:52043:52061 Chinitna Talkeetna, Alaska -0.0258916172011711375 +38350 aapg_af_192.html aapg_af_192.html:114:12519:12525 Lissie Texas -0.467870731747513147 +38351 palaios_html_4010001639 palaios_html_4010001639:200:19879:19884 Erwin Benton, Arkansas -0.458720680358492616 +38352 aapg_ae_74.html aapg_ae_74.html:400:37437:37449 Chinle Chinle Formation -0.00180666765017611854 +38353 geology_html_3955381777 geology_html_3955381777:227:22006:22025 Pocatello Melbourne, Florida -0.467980749597819323 +38354 cspg_html_1541051100 cspg_html_1541051100:5:220:227 Deville Regina, Saskatchewan -0.0507694363735156085 +38355 aapg_af_317.html aapg_af_317.html:585:73964:73976 Austin Chalk North Sea oil -0.109619220242648044 +38356 cspg_html_1019614994 cspg_html_1019614994:231:36259:36279 Big Valley Lacombe, Alberta -0.431113360606789509 +38357 aapg_aa_147.html aapg_aa_147.html:60:8916:8925 Red River Regina, Saskatchewan -0.0584293582845294424 +38358 sedimentology_html_1642289162 sedimentology_html_1642289162:925:58906:58921 Mesaverde Cheyenne, Wyoming -0.459887424332023564 +38359 aapg_aa_98.html aapg_aa_98.html:160:13327:13364 Turner Valley Elkton, Kentucky -0.0198211657095899094 +38360 palaios_html_5600528347 palaios_html_5600528347:529:52581:52602 Green River Cheyenne, Wyoming -0.423072537243216251 +38361 gsa_html_1454435675 gsa_html_1454435675:29:2796:2824 Green River Colorado 0.01991328431705746 +38362 aapg_ac_497.html aapg_ac_497.html:50:4945:4962 Ivishak Prudhoe Bay Oil Field 0.840604793757389279 +38363 gsa_html_1130947011 gsa_html_1130947011:370:47087:47098 Black River Michigan -0.42423457487964078 +38364 palaios_html_7196438349 palaios_html_7196438349:885:78974:78982 Victoria Victoria, British Columbia -0.0334258967197983703 +38365 aapg_ae_658.html aapg_ae_658.html:565:58376:58384 Colorado Colorado -0.0242016752892677545 +38366 cspg_html_7576506617 cspg_html_7576506617:615:74579:74598 Chicotte Quebec City -0.44951252529713398 +38367 aapg_ah_203.html aapg_ah_203.html:594:97576:97594 Morrison New Mexico -0.434251235823504111 +38368 aapg_ai_799.html aapg_ai_799.html:38:6809:6825 Dakota Powder River (Montana) -0.467584291252108319 +38369 cspg_html_1732329534 cspg_html_1732329534:62:8873:8889 Battle Edmonton, London -0.0409860998014640113 +38370 cspg_html_2796643803 cspg_html_2796643803:200:31109:31127 Gallatin Cheyenne, Wyoming -0.0285260271643415532 +38371 aapg_ac_415.html aapg_ac_415.html:64:8489:8495 Reston Virginia -0.430461955487671633 +38372 cspg_html_3129231627 cspg_html_3129231627:345:45974:45993 Allen Bay Ellesmere Island 0.4195208671640418 +38373 aapg_ah_663.html aapg_ah_663.html:199:21510:21519 Athabasca Canada -0.545149813883089585 +38374 aapg_ah_318.html aapg_ah_318.html:689:76158:76177 Smackover Shreveport, Louisiana 0.0296616777038547948 +38375 aapg_ai_997.html aapg_ai_997.html:551:41180:41194 Yolo Tehama, California -0.44948782523520614 +38376 aapg_af_13.html aapg_af_13.html:59:6643:6662 Newcastle Black Hills 0.30471195000797352 +38377 aapg_aa_918.html aapg_aa_918.html:971:103177:103187 Whitehorse Cheyenne, Wyoming -0.450649451770273157 +38378 gsa_html_1741354143 gsa_html_1741354143:584:53342:53350 Scotland London, Ontario -0.504081097628738206 +38379 aapg_aa_731.html aapg_aa_731.html:285:37502:37511 Pendleton Marthaville, Louisiana -0.490251895380975244 +38380 aapg_af_468.html aapg_af_468.html:189:18312:18316 Frio Brazoria County, Texas -0.444920804843658924 +38381 aapg_ai_699.html aapg_ai_699.html:46:7997:8006 Whitehall Bennington, Vermont -0.472678482936493838 +38382 aapg_ad_580.html aapg_ad_580.html:445:57083:57103 Fort Union Cheyenne, Wyoming -0.466876608650283409 +38383 gsa_html_6872402505 gsa_html_6872402505:14:666:678 Saskatchewan Regina, Saskatchewan -0.436850160261835319 +38384 aapg_af_188.html aapg_af_188.html:312:35436:35451 Fort Union Wasatch Range -0.0269348882327513015 +38385 geology_html_5691462729 geology_html_5691462729:13:703:713 Washington Earth -0.0243268497329823634 +38386 aapg_aa_732.html aapg_aa_732.html:440:45189:45206 Edwards Texas 0.0154555658286427144 +38387 aapg_aa_322.html aapg_aa_322.html:236:22027:22045 Fayetteville Arkansas 0.0037592765078730871 +38388 aapg_af_854.html aapg_af_854.html:846:119854:119870 Girkin Bethel, Alaska -0.426278108610392503 +38389 sedimentology_html_4044191708 sedimentology_html_4044191708:1977:115522:115543 Lake Valley New Mexico -0.478702368018989743 +38390 aapg_ae_367.html aapg_ae_367.html:171:17893:17909 Weches Charlotte, North Carolina -0.0371844096364450094 +38391 aapg_ac_950.html aapg_ac_950.html:256:29273:29281 Virginia Cape Henry Light -0.0151097603849725953 +38392 gsa_html_6281775990 gsa_html_6281775990:272:24519:24529 Whitewater San Bernardino County, California -0.052275645768300523 +38393 cspg_html_9185158332 cspg_html_9185158332:556:65435:65459 St. Mary River Lacombe, Alberta -0.0169066131987412362 +38394 sedimentology_html_1810438243 sedimentology_html_1810438243:459:29913:29922 Gibraltar Azores -0.512137120075891294 +38395 cspg_html_5497811468 cspg_html_5497811468:254:34338:34359 Mount Cap Colville, Washington 0.0105729870441561968 +38396 cspg_html_4893321109 cspg_html_4893321109:87:10215:10223 Hibernia Ben Nevis -0.530511916546461348 +38397 aapg_ae_700.html aapg_ae_700.html:52:6319:6338 Santa Cruz Santa Cruz County, Arizona -0.035973188044241329 +38398 gsa_html_5865982995 gsa_html_5865982995:1039:112918:112937 Rock Springs Cheyenne, Wyoming -0.0187992000332682825 +38399 aapg_af_360.html aapg_af_360.html:195:18748:18766 Tishomingo Granite Seminole, Texas -0.00190221287180793197 +38400 geology_html_7129477281 geology_html_7129477281:71:6312:6338 Pierre Niobrara, Nebraska -0.457650607934439568 +38401 aapg_af_430.html aapg_af_430.html:54:5980:5989 Escondido Buda, Texas -0.0797688827109446497 +38402 aapg_ai_324.html aapg_ai_324.html:429:45625:45633 Anguille Western world -0.513662038503922114 +38403 aapg_ae_660.html aapg_ae_660.html:24:3317:3336 Smackover Melbourne, Florida -0.410517048470844748 +38404 aapg_ae_679.html aapg_ae_679.html:548:62057:62063 Moscow Russia -0.375306032419137181 +38405 jgeology_html_1188020601 jgeology_html_1188020601:88:3693:3719 Potsdam Adirondack Mountains -0.0113965411474177668 +38406 cspg_html_1053895111 cspg_html_1053895111:174:24632:24649 Cardium Lacombe, Alberta -0.461854353575764598 +38407 sedimentology_html_7445163158 sedimentology_html_7445163158:1053:63393:63397 Bond North Atlantic Current -0.452909542628234352 +38408 geology_html_7344010586 geology_html_7344010586:53:5660:5678 Eureka Sound Ellesmere Island -0.228794790929468694 +38409 aapg_ae_805.html aapg_ae_805.html:262:30585:30597 Supai Grand Canyon -0.44961357796588941 +38410 aapg_ah_871.html aapg_ah_871.html:436:48533:48540 Pamelia Lowville (town), New York 0.938983055423519231 +38411 gsa_html_8794167975 gsa_html_8794167975:1177:111713:111741 Green River Colorado -0.0237635726163751594 +38412 aapg_ae_594.html aapg_ae_594.html:255:29175:29190 Eagle Buda, Texas -0.0178259478113005146 +38413 palaios_html_3415407632 palaios_html_3415407632:269:25786:25790 Hall London, Ontario -0.50564626487896136 +38414 gsa_html_8515975571 gsa_html_8515975571:981:89495:89499 Webb Mongolia -0.079215323809533042 +38415 aapg_af_859.html aapg_af_859.html:93:14798:14806 Beaumont San Antonio -0.000180666507077184774 +38416 aapg_ae_345.html aapg_ae_345.html:632:52772:52791 Smackover Cotton Valley, Louisiana -0.0221712043422439102 +38417 aapg_ai_461.html aapg_ai_461.html:129:17474:17480 Morgan Hartshorne, Oklahoma -0.0261732928942273319 +38418 aapg_ak_8.html aapg_ak_8.html:798:62941:62945 Kent Middle East -0.0360984802655648293 +38419 aapg_ad_954.html aapg_ad_954.html:293:30710:30715 Doerun Missouri River -0.47032647773667996 +38420 aapg_ai_751.html aapg_ai_751.html:304:33554:33562 Onondaga Onondaga (tribe) -0.43344757972276704 +38421 aapg_ah_276.html aapg_ah_276.html:338:32209:32227 Monterey California -0.0117822633156925947 +38422 aapg_ah_93.html aapg_ah_93.html:59:8379:8391 Beaver Creek Maywood, California -0.035632122339872542 +38423 aapg_ah_93.html aapg_ah_93.html:51:7406:7431 Beartooth Logan, Utah -0.00783141030284131325 +38424 aapg_ae_388.html aapg_ae_388.html:1223:72280:72290 Cedar Keys Monroe County, Florida -0.458641287983651336 +38425 cspg_html_6121424055 cspg_html_6121424055:98:7974:7989 Waterways Lacombe, Alberta -0.436850160261835319 +38426 gsa_html_8398449001 gsa_html_8398449001:863:70754:70778 Cutler Logan, Utah -0.441406293921039528 +38427 cspg_html_5241714595 cspg_html_5241714595:69:11759:11777 Prairie Victoria, British Columbia 0.349259247645141602 +38428 palaios_html_4932824604 palaios_html_4932824604:205:20264:20280 Lakota Cheyenne, Wyoming -0.0196369298300035668 +38429 gsa_html_6281658899 gsa_html_6281658899:710:76703:76724 Green River Logan, Utah -0.446146001135949044 +38430 aapg_ae_181.html aapg_ae_181.html:11:1669:1688 Blufftown Cusseta, Alabama -0.0428648860089176492 +38431 gsa_html_9515953275 gsa_html_9515953275:709:71385:71394 Eel River Lancaster, California -0.463250887108730525 +38432 aapg_ai_801.html aapg_ai_801.html:278:30649:30669 Phosphoria Western world -0.442575570278969321 +38433 aapg_af_172.html aapg_af_172.html:3:190:199 Smackover Arkansas 0.0118065882912839915 +38434 cspg_html_7881580279 cspg_html_7881580279:39:6416:6432 Yeoman Red River of the North -0.0315036314272049284 +38435 geology_html_1899758623 geology_html_1899758623:238:20872:20876 Bond North Atlantic Current -0.452927573923113447 +38436 aapg_af_701.html aapg_af_701.html:127:14346:14353 Venango Pennsylvania -0.454113919430063184 +38437 aapg_ah_646.html aapg_ah_646.html:312:37096:37112 Chinle Monument Valley -0.00822752072544734835 +38438 gsa_html_4293193873 gsa_html_4293193873:737:66822:66829 Shuswap Canada -0.462193603410137988 +38439 aapg_af_673.html aapg_af_673.html:205:21932:21945 Garden Valley Reno, Nevada -0.464163347577605745 +38440 gsa_html_8707521176 gsa_html_8707521176:369:35546:35573 Summerside Summerside, Prince Edward Island -0.0717623636279665356 +38441 gsa_html_4695276845 gsa_html_4695276845:78:9275:9283 Colorado Leadville, Colorado -0.441459714368856782 +38442 aapg_ak_83.html aapg_ak_83.html:325:37232:37240 Michigan Michigan -0.0467578283362129754 +38443 cspg_html_7494952355 cspg_html_7494952355:69:16069:16078 Frontenac Saguenay River -0.0657733851347933884 +38444 aapg_ah_202.html aapg_ah_202.html:85:13706:13720 Woodford Wichita, Kansas -0.493659609592116133 +38445 aapg_ah_297.html aapg_ah_297.html:318:35625:35652 Duvernay Lacombe, Alberta -0.0179232709792312463 +38446 cspg_html_1976603247 cspg_html_1976603247:160:17831:17844 A-1 Carbonate Lake Erie -0.006663945278057983 +38447 aapg_ai_958.html aapg_ai_958.html:100:9969:9977 Oakville Cuero, Texas -0.0265836451265893982 +38448 gsa_html_5495469347 gsa_html_5495469347:688:59870:59876 Denver Colorado -0.011961226070766327 +38449 sedimentology_html_8364351073 sedimentology_html_8364351073:1017:89367:89383 Weber Logan, Utah -0.458961168697372135 +38450 aapg_ah_283.html aapg_ah_283.html:517:61925:61935 Washington Salem, Oregon 0.0908507346921023917 +38451 aapg_aa_684.html aapg_aa_684.html:362:34657:34674 Thaynes Cheyenne, Wyoming -0.399608248416400857 +38452 aapg_ad_557.html aapg_ad_557.html:8397:390025:390054 Brushy Canyon Texas 0.912840387010605658 +38453 gsa_html_9053175553 gsa_html_9053175553:32:3196:3211 Flagstaff Flagstaff, Arizona -0.453085363047098455 +38454 aapg_af_129.html aapg_af_129.html:88:10139:10145 Gilman Colorado -0.491106071608619299 +38455 aapg_aa_702.html aapg_aa_702.html:1529:149662:149668 Denver Colorado -0.0189695239556965725 +38456 cspg_html_7667087595 cspg_html_7667087595:19:2403:2420 Bearpaw Regina, Saskatchewan -0.0074248793072545817 +38457 AMJC_html_1873062106 AMJC_html_1873062106:491:63729:63737 Colorado Arizona 0.0661403001102637417 +38458 cspg_html_3060428958 cspg_html_3060428958:167:25901:25908 Bearpaw Lethbridge 0.746909516639410853 +38459 aapg_ad_2.html aapg_ad_2.html:1318:181000:181011 Black River Little Falls, Minnesota -0.0395063257526605052 +38460 aapg_aa_302.html aapg_aa_302.html:466:57865:57870 Loray Kaibab, Arizona -0.0450401829043313162 +38461 cspg_html_1934220426 cspg_html_1934220426:93:11326:11352 Cathedral Kingston, Jamaica -0.436965343294064001 +38462 cspg_html_9729377176 cspg_html_9729377176:133:16587:16609 Charlie Lake Victoria, British Columbia -0.00473211949273434716 +38463 gsa_html_6837513060 gsa_html_6837513060:655:53087:53093 Oregon Moses Lake, Washington -0.496896208616799728 +38464 aapg_aa_721.html aapg_aa_721.html:764:77236:77253 Oquirrh Logan, Utah 0.418751245429501651 +38465 cspg_html_8363357104 cspg_html_8363357104:498:64175:64190 Skoki Mons -0.441406293921039528 +38466 aapg_aa_945.html aapg_aa_945.html:14:1822:1843 Platteville Glenwood, Utah -0.459149520620870666 +38467 aapg_ah_176.html aapg_ah_176.html:331:43689:43708 Rock Springs White River (Washington) -0.0782835275776043171 +38468 aapg_aa_887.html aapg_aa_887.html:30:3984:3989 Verde East Asia -0.506230968925011737 +38469 cspg_html_5891044027 cspg_html_5891044027:416:78674:78686 Beaver Mines Lacombe, Alberta -0.0198420227136738916 +38470 geology_html_7872143358 geology_html_7872143358:11:547:557 Las Cruces New Mexico -0.467130759519596039 +38471 cspg_html_4392308496 cspg_html_4392308496:99:17006:17017 Mabou Bridgetown, Nova Scotia -0.037441986726546049 +38472 cspg_html_3501550466 cspg_html_3501550466:187:27845:27859 Woodbend Lacombe, Alberta -0.0201913809518237848 +38473 aapg_ae_64.html aapg_ae_64.html:310:30075:30085 Fort Union Cheyenne, Wyoming -0.46878567237532498 +38474 aapg_ae_484.html aapg_ae_484.html:171:19398:19406 Virginia Huntington, West Virginia -0.0364256392683856012 +38475 aapg_ae_777.html aapg_ae_777.html:261:30211:30235 Espiritu Santo San Juan Mountains -0.457532796484121151 +38476 cspg_html_8145657505 cspg_html_8145657505:43:7457:7487 Cairn Canmore, Alberta -0.43797158338019293 +38477 aapg_ak_87.html aapg_ak_87.html:66:11001:11011 Santa Rita Patagonia -0.414059752067460762 +38478 gsa_html_3368386568 gsa_html_3368386568:12:697:707 Ellensburg Washington (state) -0.448484669177164286 +38479 aapg_af_130.html aapg_af_130.html:215:36997:37014 Madison Logan, Utah -0.492258100446082036 +38480 aapg_ad_12.html aapg_ad_12.html:304:28563:28578 Colon Venezuela -0.4391432028015122 +38481 cspg_html_5705427229 cspg_html_5705427229:19:2107:2123 Beaverhill Lacombe, Alberta -0.484086347872667577 +38482 aapg_ae_692.html aapg_ae_692.html:865:75679:75685 Denver Colorado -0.0421143691729161454 +38483 cspg_html_8089302449 cspg_html_8089302449:555:97226:97246 Slave Point Coralville, Iowa -0.465835581370964813 +38484 palaios_html_7111318862 palaios_html_7111318862:1291:116793:116811 Washakie Cheyenne, Wyoming -0.476269297170336003 +38485 aapg_af_483.html aapg_af_483.html:66:8618:8630 Todos Santos Honduras -0.451767539383647998 +38486 aapg_ae_324.html aapg_ae_324.html:837:84478:84482 Hall Virginia -0.467889067103673728 +38487 cspg_html_7839431712 cspg_html_7839431712:188:19261:19279 Foremost Lacombe, Alberta -0.485495508601457515 +38488 gsa_html_5865982995 gsa_html_5865982995:200:22207:22215 Washakie Bridger, Montana -0.46567095948211501 +38489 aapg_af_874.html aapg_af_874.html:82:5361:5372 Mauch Chunk Allegheny Mountains 0.0931555806456935281 +38490 gsa_html_3010975239 gsa_html_3010975239:219:31401:31408 Saginaw Michigan -0.423072537243216251 +38491 aapg_ae_660.html aapg_ae_660.html:133:16545:16564 Smackover Mexico -0.454113919430063184 +38492 aapg_ah_181.html aapg_ah_181.html:131:15479:15496 Wingate Chinle Formation -0.502936613094039808 +38493 aapg_ad_670.html aapg_ad_670.html:24:4726:4742 Morgan Logan, Utah 0.366247188022111758 +38494 gsa_html_3942625742 gsa_html_3942625742:765:62343:62371 Green River Colorado 0.0215245651744944214 +38495 aapg_ah_696.html aapg_ah_696.html:3:474:501 Columbia Washington (state) 0.0320480961649913729 +38496 aapg_aa_267.html aapg_aa_267.html:282:23095:23105 Greenbrier Greenbrier (Great Smoky Mountains) -0.54266776804861816 +38497 aapg_aa_550.html aapg_aa_550.html:81:8711:8731 Fredericksburg Goodland, Kansas -0.477642564553472426 +38498 gsa_html_2005293978 gsa_html_2005293978:1219:94534:94560 Kirkwood Closter, New Jersey -0.470200080639580853 +38499 aapg_ai_975.html aapg_ai_975.html:1021:83130:83140 Georgetown Burleson County, Texas -0.467905110852730732 +38500 sedimentology_html_9449833164 sedimentology_html_9449833164:1082:65173:65192 Mansfield Bloomington, Indiana -0.0232768060359763093 +38501 aapg_ad_683.html aapg_ad_683.html:844:81614:81620 Cutler Coconino County, Arizona -0.43919205226689878 +38502 geology_html_7543280232 geology_html_7543280232:14:745:758 Santa Barbara California -0.0179684568885802344 +38503 gsa_html_5522350521 gsa_html_5522350521:676:74346:74351 Rapid Earth -0.444835906435795903 +38504 cspg_html_2070747629 cspg_html_2070747629:317:34209:34226 Bedford Canada -0.0389492941804812226 +38505 gsa_html_7102550258 gsa_html_7102550258:666:77587:77612 Mount Wrightson Colorado Plateau -0.0674474086529613798 +38506 cspg_html_1841843683 cspg_html_1841843683:26:4041:4046 Piper Williston Basin -0.0206137481511775786 +38507 gsa_html_1154886948 gsa_html_1154886948:30:2756:2784 Green River Colorado -0.0337703728597886152 +38508 aapg_ai_399.html aapg_ai_399.html:270:26028:26041 Porters Creek Missouri River -0.00593429213199152261 +38509 AMJC_html_5722410163 AMJC_html_5722410163:715:67313:67342 Chalk Hills Boise, Idaho -0.0415049470252112224 +38510 cspg_html_9551573979 cspg_html_9551573979:36:5932:5956 Basal Lacombe, Alberta -0.0362655388970657272 +38511 geology_html_3921090200 geology_html_3921090200:256:22481:22486 Piper Canada -0.00877304685539758919 +38512 cspg_html_9136481292 cspg_html_9136481292:509:57293:57299 Viking Lacombe, Alberta -0.070922880075570377 +38513 aapg_ad_440.html aapg_ad_440.html:942:93041:93049 Maccrady Salem, Massachusetts -0.0201322850725559367 +38514 aapg_ad_759.html aapg_ad_759.html:175:18626:18631 Sespe Ojai, California -0.491162576381923288 +38515 aapg_af_854.html aapg_af_854.html:885:125723:125740 Renault Perry County, Indiana 0.626179156871639719 +38516 sedimentology_html_9232728124 sedimentology_html_9232728124:16:1082:1102 Toro Chile -0.521784009276108129 +38517 aapg_ai_38.html aapg_ai_38.html:89:9515:9523 Niobrara Colorado -0.464163347577605745 +38518 jgeology_html_4232779030 jgeology_html_4232779030:832:42907:42914 Gateway Logan, Utah -0.410519203459802418 +38519 aapg_ai_584.html aapg_ai_584.html:665:69018:69035 Madison Cheyenne, Wyoming -0.448969278215303857 +38520 palaios_html_5977967483 palaios_html_5977967483:969:90970:90975 Erwin London, Ontario -0.456355529459316345 +38521 cspg_html_9894399778 cspg_html_9894399778:80:7379:7387 Ashville Ashville, Ohio -0.484079342907875299 +38522 aapg_ah_745.html aapg_ah_745.html:17:1793:1801 Glasford Illinois -0.463435584788403632 +38523 sedimentology_html_9980494445 sedimentology_html_9980494445:1513:92137:92141 Hall London, Ontario -0.460946527021081187 +38524 aapg_ah_318.html aapg_ah_318.html:3002:244991:245003 Huayacocotla Veracruz, Veracruz -0.450608983410958508 +38525 aapg_ac_920.html aapg_ac_920.html:79:12539:12552 Carlin Canyon Little Humboldt River -0.510928385396952733 +38526 aapg_ae_454.html aapg_ae_454.html:577:52583:52602 Smackover Arkansas -0.0140376196944260508 +38527 aapg_ad_122.html aapg_ad_122.html:447:38971:38988 Beekmantown Pennsylvania 0.0267679597249096228 +38528 aapg_ad_615.html aapg_ad_615.html:49:5351:5360 Smackover Mississippi River 0.385190431025593472 +38529 aapg_af_634.html aapg_af_634.html:51:7390:7396 Midway Alabama -0.0188200559458422435 +38530 aapg_ad_466.html aapg_ad_466.html:441:52380:52387 Matawan Monmouth -0.442622372073831483 +38531 aapg_af_592.html aapg_af_592.html:75:6001:6011 Rio Grande West Texas -0.501903390372201885 +38532 jgeology_html_4305195651 jgeology_html_4305195651:566:68657:68677 Pottsville Pottsville, Pennsylvania -0.45644603384473742 +38533 cspg_html_7833083677 cspg_html_7833083677:2409:211190:211211 Peratrovich Prince of Wales Island (Nunavut) -0.456391730122837791 +38534 aapg_ae_628.html aapg_ae_628.html:22:2414:2420 Oregon Washington (state) -0.490143713980378037 +38535 palaios_html_6973830442 palaios_html_6973830442:15:634:667 Entrada Logan, Utah -0.233769773403875114 +38536 cspg_html_3102530088 cspg_html_3102530088:74:10063:10088 Telegraph Creek Milk River, Alberta -0.480367741483547772 +38537 aapg_ad_749.html aapg_ad_749.html:277:27856:27871 Queen Delaware 0.020627653408788877 +38538 aapg_ah_417.html aapg_ah_417.html:77:7653:7660 Pakowki Bearpaw Formation -0.465561228542891226 +38539 aapg_ah_486.html aapg_ah_486.html:281:27421:27431 Pottsville West Texas 0.0359349046086117896 +38540 cspg_html_6252417471 cspg_html_6252417471:193:28283:28304 Kanguk Banks Island 1.39479789176543689 +38541 aapg_ac_730.html aapg_ac_730.html:637:92944:92960 Toreva Shiprock, New Mexico -0.438060290900437188 +38542 gsa_html_6672856503 gsa_html_6672856503:280:24104:24113 Chumstick Washington (state) 0.373920186095984097 +38543 cspg_html_6985536436 cspg_html_6985536436:132:18951:18972 Christopher Banks Island -0.725872010199979822 +38544 aapg_ai_94.html aapg_ai_94.html:204:28161:28170 Peninsula Western world -0.462193603410137988 +38545 aapg_aa_745.html aapg_aa_745.html:451:52581:52614 Brushy Canyon New Mexico -0.04576482531518513 +38546 gsa_html_1266138577 gsa_html_1266138577:406:33343:33349 Poleta Salinas Valley -0.453180049702502807 +38547 aapg_ai_105.html aapg_ai_105.html:523:63206:63220 Manning Canyon Uinta Mountains -0.107076791408750538 +38548 aapg_aa_659.html aapg_aa_659.html:158:12002:12010 Montreal Quebec City -0.184109949599515793 +38549 aapg_ad_466.html aapg_ad_466.html:1120:120330:120339 Manasquan Long Branch, New Jersey 0.817339633538624488 +38550 aapg_af_594.html aapg_af_594.html:120:12511:12526 Sand Wells Pennsylvania -0.425004216617257347 +38551 cspg_html_8362959053 cspg_html_8362959053:47:7463:7480 Cadomin Mountain Park (Holyoke, Massachusetts) -0.00673169924588781169 +38552 gsa_html_5096547935 gsa_html_5096547935:239:24719:24735 Sandia Albuquerque, New Mexico -0.0268931559198013828 +38553 aapg_ah_756.html aapg_ah_756.html:109:11606:11621 Queen New Mexico -0.433370341259820213 +38554 palaios_html_5600528347 palaios_html_5600528347:627:58381:58409 Green River Cheyenne, Wyoming -0.0202105002468695241 +38555 aapg_ah_622.html aapg_ah_622.html:82:9460:9472 Pierre Powder River (Montana) -0.060356184578589725 +38556 aapg_aa_216.html aapg_aa_216.html:85:9205:9214 Extension Spain -0.00285766800151459645 +38557 cspg_html_4382149016 cspg_html_4382149016:350:51864:51885 Lawrence Quebec City -0.011961226070766327 +38558 aapg_aa_147.html aapg_aa_147.html:85:11444:11453 Red River Red River of the North -1.09602476906673418 +38559 aapg_ae_113.html aapg_ae_113.html:199:24990:25018 Disappointment Bay Bathurst Island (Northern Territory) -0.484534784604727431 +38560 sedimentology_html_3369397192 sedimentology_html_3369397192:1028:61853:61857 Hall London, Ontario -0.0315540759951786695 +38561 cspg_html_6306091047 cspg_html_6306091047:663:91428:91460 Montney Lacombe, Alberta -0.454113919430063184 +38562 aapg_ak_78.html aapg_ak_78.html:443:53888:53892 Word Texas -0.0626433166781282802 +38563 geology_html_1035667905 geology_html_1035667905:206:20463:20470 Magothy Potomac, Maryland 0.0185680484481220431 +38564 cspg_html_3926542795 cspg_html_3926542795:1635:159100:159120 Swan Hills Canada -0.11090967234053678 +38565 sedimentology_html_1598128253 sedimentology_html_1598128253:82:9125:9148 Tidal Portugal -0.44645479356367046 +38566 aapg_aa_684.html aapg_aa_684.html:225:21698:21710 Red Mountain Cheyenne, Wyoming -0.455310861563052449 +38567 gsa_html_8515975571 gsa_html_8515975571:808:77205:77211 Moscow Mongolia -0.449451899065432481 +38568 aapg_ae_581.html aapg_ae_581.html:663:73022:73041 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0943155228361566844 +38569 aapg_ah_754.html aapg_ah_754.html:242:28053:28062 Extension Vancouver -0.0817489132892840198 +38570 aapg_af_833.html aapg_af_833.html:481:53325:53345 Fall River Greybull, Wyoming 0.83700686838199001 +38571 aapg_ae_692.html aapg_ae_692.html:483:49754:49763 Red River Bowman County, North Dakota -0.000701820035486776629 +38572 palaios_html_2746116737 palaios_html_2746116737:40:4184:4206 Hatchetigbee Vail, Colorado -0.462102516958969756 +38573 geology_html_7315534235 geology_html_7315534235:170:16697:16707 Washington Yakutat City and Borough, Alaska -0.0297260284355998494 +38574 jgeology_html_9413634903 jgeology_html_9413634903:261:19439:19467 Tennessee Mountain Western world -0.495818327103384027 +38575 aapg_ai_307.html aapg_ai_307.html:90:11887:11898 Krebs Inola, Oklahoma -0.0441135678761609556 +38576 AMJC_html_3876900807 AMJC_html_3876900807:681:54404:54414 Washington Corfu (city) -0.048597821756073703 +38577 aapg_af_900.html aapg_af_900.html:67:9732:9740 Columbia Chambers County, Alabama -0.485308421911267773 +38578 palaios_html_3265237488 palaios_html_3265237488:410:35382:35386 Hall London, Ontario -0.438093558395168947 +38579 aapg_ac_222.html aapg_ac_222.html:108:16971:16988 Hermosa Hermosa, Chicago -0.456608964648804683 +38580 gsa_html_6423424604 gsa_html_6423424604:1882:167306:167316 Washington Salem, Oregon 0.0210987003009997266 +38581 aapg_af_94.html aapg_af_94.html:373:46410:46426 Alapah Western world -0.0869589148828558006 +38582 aapg_aa_37.html aapg_aa_37.html:702:65393:65401 Toroweap McKee, Kentucky -0.465579516089382972 +38583 aapg_ad_369.html aapg_ad_369.html:27:3194:3208 Chadakoin Allegany (town), New York 0.0117544633662148706 +38584 cspg_html_7833083677 cspg_html_7833083677:677:57666:57671 Yukon Anchorage, Alaska -0.479552074346371926 +38585 geology_html_4576670336 geology_html_4576670336:37:3248:3255 Oceanic Earth -0.0191815618988117366 +38586 aapg_ai_66.html aapg_ai_66.html:174:14564:14572 Colorado Loveland, Ohio -0.480367741483547772 +38587 cspg_html_5891044027 cspg_html_5891044027:358:70179:70196 Gateway Purcell Mountains -0.478702368018989743 +38588 cspg_html_2165379999 cspg_html_2165379999:467:43740:43747 Windsor Ontario, California -0.452283177596405683 +38589 geology_html_6859574629 geology_html_6859574629:239:24428:24432 Hall North Atlantic Current -0.437337570121169472 +38590 aapg_ah_72.html aapg_ah_72.html:59:8947:8956 Catahoula Shreveport, Louisiana -0.127105556759745386 +38591 sedimentology_html_7623092448 sedimentology_html_7623092448:4022:212226:212244 Tindir Anchorage, Alaska -0.053335758630468931 +38592 cspg_html_2055345483 cspg_html_2055345483:225:30175:30180 Price Arctic Cordillera -0.471589148494391819 +38593 aapg_ad_306.html aapg_ad_306.html:17:2691:2695 Omoa Honduras -0.0650501069612166166 +38594 cspg_html_3966956195 cspg_html_3966956195:391:36167:36200 George Canada -0.039213880157219938 +38595 aapg_ac_252.html aapg_ac_252.html:173:17482:17499 Kaibab Arizona -0.433423304094416983 +38596 cspg_html_1818321956 cspg_html_1818321956:90:11373:11383 Otto Fiord India -0.451956647802202349 +38597 aapg_aa_23.html aapg_aa_23.html:987:130288:130297 Interlake Andros -0.0264393249899875019 +38598 cspg_html_2738241424 cspg_html_2738241424:148:14693:14699 Viking Elkton, Kentucky -0.00861668517403405519 +38599 aapg_ah_486.html aapg_ah_486.html:282:27610:27631 Pottsville Pottsville, Pennsylvania 0.00366894160385648283 +38600 aapg_ad_466.html aapg_ad_466.html:980:106240:106251 Hornerstown Eatontown, New Jersey -0.132889475003999613 +38601 cspg_html_9689514766 cspg_html_9689514766:491:52673:52691 Black River Ottawa, Kansas -0.451751782124743317 +38602 aapg_ah_847.html aapg_ah_847.html:141:15908:15923 Laurel Monmouth County, New Jersey -0.479586916180102352 +38603 aapg_ah_217.html aapg_ah_217.html:159:18301:18319 Brallier Pennsylvania -0.449418219565270449 +38604 aapg_ai_82.html aapg_ai_82.html:373:41194:41205 Mauch Chunk Pottsville, Pennsylvania -0.0261715541385612628 +38605 gsa_html_1869017812 gsa_html_1869017812:64:4771:4799 Green River Colorado -0.0227274727216301153 +38606 gsa_html_7613332937 gsa_html_7613332937:871:76446:76466 Pico Canary Islands -0.470292003998596664 +38607 cspg_html_2039656422 cspg_html_2039656422:69:6965:6982 Shublik Spring River (Missouri) -0.22880037251407967 +38608 aapg_af_695.html aapg_af_695.html:163:16649:16661 Austin Chalk Buda, Texas -0.104090311378221015 +38609 aapg_ac_807.html aapg_ac_807.html:446:45641:45649 St Marys Chesapeake Bay 0.00825358073984722856 +38610 jgeology_html_9366209199 jgeology_html_9366209199:256:22461:22470 Eel River Scotia, New York -0.499631466627061815 +38611 geology_html_6235125926 geology_html_6235125926:161:15483:15492 Salt Lake Wasatch Range -0.469051848391689397 +38612 aapg_ac_563.html aapg_ac_563.html:359:49651:49675 Yucatan Melbourne, Florida -0.475963906981033746 +38613 aapg_aa_737.html aapg_aa_737.html:28:3553:3569 Salina Ohio -0.210865116359208044 +38614 sedimentology_html_4432289902 sedimentology_html_4432289902:149:13340:13361 Marshalltown Sea Girt, New Jersey -0.452882496357985831 +38615 sedimentology_html_5672063331 sedimentology_html_5672063331:1469:47654:47666 Owens Valley Dolomites -0.489006291184516995 +38616 cspg_html_6306091047 cspg_html_6306091047:16:2344:2356 Charlie Lake Victoria, British Columbia 0.414103008420200758 +38617 cspg_html_5281980997 cspg_html_5281980997:47:6478:6486 Waterton Lacombe, Alberta -0.0368380831673493919 +38618 aapg_ae_875.html aapg_ae_875.html:11:2169:2184 Coamo Puerto Rico 0.00619835605907248944 +38619 cspg_html_3804945581 cspg_html_3804945581:314:35717:35731 Edmonton Lacombe, Alberta -0.475977786028375149 +38620 aapg_ae_812.html aapg_ae_812.html:135:14319:14326 Yucatan Chihuahua (state) -0.478284785297837578 +38621 aapg_ah_757.html aapg_ah_757.html:101:11346:11361 Boone Logan, Utah 0.29553100549749417 +38622 aapg_ai_968.html aapg_ai_968.html:56:6344:6352 Colorado Larimer County, Colorado -0.0433629440146906728 +38623 aapg_ad_2.html aapg_ad_2.html:779:110315:110322 Warrior Williamsburg, Virginia -0.436819151869522138 +38624 gsa_html_1119256423 gsa_html_1119256423:149:14669:14683 Arikaree Colorado 0.688386060246070852 +38625 gsa_html_1538463681 gsa_html_1538463681:999:83028:83038 Pittsburgh Sonora -0.00910662035546105052 +38626 aapg_ae_63.html aapg_ae_63.html:483:48189:48217 Salt Lake Boise, Idaho -0.0279486743171803304 +38627 aapg_aa_824.html aapg_aa_824.html:76:8627:8632 Cadiz Spain -0.443889149160736518 +38628 cspg_html_1894459898 cspg_html_1894459898:411:40891:40913 Winnipegosis Regina, Saskatchewan -0.449656248007914428 +38629 aapg_ac_236.html aapg_ac_236.html:604:48959:48969 San Miguel Phoenix, Arizona -0.431086943566786673 +38630 palaios_html_9041058007 palaios_html_9041058007:119:14292:14312 Grant Lake Maysville, Kentucky -0.456518443898076276 +38631 cspg_html_2113617629 cspg_html_2113617629:799:91927:91947 Bow Island Lacombe, Alberta -0.026691451486835667 +38632 gsa_html_4740178746 gsa_html_4740178746:638:69215:69225 Wellington Antarctica -0.0125780473264796473 +38633 aapg_ah_962.html aapg_ah_962.html:25:3858:3873 Viola Atoka, Oklahoma -0.45633516722504075 +38634 cspg_html_9185158332 cspg_html_9185158332:585:67358:67387 Dunvegan Canada 0.00359250443945134234 +38635 aapg_ae_715.html aapg_ae_715.html:446:57137:57152 Frio Texas 0.908449987965105121 +38636 cspg_html_9023649778 cspg_html_9023649778:361:42117:42150 Halfway Victoria, British Columbia -0.486735992068403789 +38637 geology_html_2489830923 geology_html_2489830923:276:19658:19663 Stump South Mountains (Arizona) -0.512342371634373017 +38638 aapg_ah_943.html aapg_ah_943.html:373:50448:50456 Columbia Victoria, British Columbia -0.407614238586680777 +38639 aapg_ac_594.html aapg_ac_594.html:262:23574:23582 Consuelo Morella, Spain -0.467950951742638677 +38640 sedimentology_html_7482146728 sedimentology_html_7482146728:334:39351:39357 Oregon Western world -0.454041701910604445 +38641 cspg_html_9661038059 cspg_html_9661038059:265:38522:38542 Bow Island Lacombe, Alberta -0.0285955894391317911 +38642 aapg_ai_524.html aapg_ai_524.html:64:7832:7851 Bidahochi Chuska Mountains -0.0764869974309966699 +38643 aapg_ah_318.html aapg_ah_318.html:901:93127:93153 Smackover Mexico 0.00112916628904579774 +38644 cspg_html_9058948031 cspg_html_9058948031:35:5016:5028 Pierre Southern Alberta -0.467263588143899677 +38645 aapg_ae_190.html aapg_ae_190.html:171:16114:16130 Kinderhook Salina, Kansas -0.501135865087091292 +38646 aapg_ae_306.html aapg_ae_306.html:924:105696:105702 Perija Cordillera Oriental (Colombia) -0.24392105931856492 +38647 aapg_ac_253.html aapg_ac_253.html:211:28634:28638 Keel Clarita, Oklahoma -0.448969278215303857 +38648 aapg_ad_817.html aapg_ad_817.html:130:12283:12290 Arcadia Carnarvon, Western Australia 0.00993709126204535796 +38649 sedimentology_html_6261114825 sedimentology_html_6261114825:91:7853:7863 Santa Cruz Santa Cruz County, Arizona -0.435838488044850259 +38650 aapg_aa_1.html aapg_aa_1.html:61:8489:8503 Knoxville California -0.00547218286972656846 +38651 cspg_html_2198503252 cspg_html_2198503252:48:4885:4893 Colorado New Mexico -0.442542141875480355 +38652 aapg_af_593.html aapg_af_593.html:157:13074:13093 Whirlpool Guelph -0.452887004013691252 +38653 aapg_af_215.html aapg_af_215.html:12:1967:1972 Eagle Mexico -0.0655532474032289592 +38654 cspg_html_8065532640 cspg_html_8065532640:23:3249:3259 Horn River Middle East -0.461271782333034175 +38655 aapg_aa_775.html aapg_aa_775.html:602:63194:63201 Perdido North Sea oil -0.4597965726108596 +38656 cspg_html_7833083677 cspg_html_7833083677:1303:112690:112695 Yukon Snake River Canyon (Idaho) -0.462193603410137988 +38657 cspg_html_7989435905 cspg_html_7989435905:88:9997:10021 Bearpaw Lacombe, Alberta -0.0147326815118864023 +38658 aapg_aa_463.html aapg_aa_463.html:245:46957:46966 Smackover Cotton Valley, Louisiana -0.0384514743194312794 +38659 aapg_ad_871.html aapg_ad_871.html:24:2894:2902 Michigan Presque Isle State Park -0.464432702411418319 +38660 aapg_af_808.html aapg_af_808.html:653:83788:83805 Oceanic Mount Hillaby -0.460091874413590562 +38661 cspg_html_6252849194 cspg_html_6252849194:280:33149:33176 Horseshoe Canyon Lacombe, Alberta -0.462261924354454456 +38662 aapg_ac_364.html aapg_ac_364.html:330:34730:34748 Sundance Black Hills 0.6344883994739694 +38663 gsa_html_8086754950 gsa_html_8086754950:365:37006:37025 Fox Hills Sweetwater, Miami-Dade County, Florida -0.46279500750727276 +38664 aapg_ae_855.html aapg_ae_855.html:175:18745:18767 Green River Logan, Utah -0.0153756304706319062 +38665 aapg_af_397.html aapg_af_397.html:721:90128:90154 Todilto New Mexico -0.476093453364925034 +38666 cspg_html_9648675035 cspg_html_9648675035:8:448:456 Columbia Victoria, British Columbia -0.0206137481511775786 +38667 gsa_html_7464626519 gsa_html_7464626519:789:79116:79133 Baraboo Quartzite Wisconsin -0.442682549290708161 +38668 aapg_ad_440.html aapg_ad_440.html:443:41555:41560 Price Greenbrier County Schools -0.445213540966811649 +38669 aapg_af_751.html aapg_af_751.html:165:23461:23469 Monterey Kings City -0.441740222253796999 +38670 cspg_html_6116883777 cspg_html_6116883777:545:73294:73309 Douro Little Cornwallis Island -0.0500425908080938953 +38671 cspg_html_9046359229 cspg_html_9046359229:463:69129:69140 Belly River Edmonton, London -0.0277904283209578391 +38672 cspg_html_5141367518 cspg_html_5141367518:8:978:1001 Willow Creek Bearpaw Formation -0.451193701085184695 +38673 geology_html_8189947008 geology_html_8189947008:28:2654:2665 Pine Island Antarctica -0.479447557264900015 +38674 aapg_ai_996.html aapg_ai_996.html:105:10258:10269 Shark River Manasquan, New Jersey -0.470200080639580853 +38675 aapg_af_860.html aapg_af_860.html:16:2150:2160 Sabinetown Texas -0.481393647209346964 +38676 cspg_html_2208643572 cspg_html_2208643572:71:11555:11563 Columbia Victoria, British Columbia -0.0263297817646035749 +38677 cspg_html_7402164801 cspg_html_7402164801:360:36729:36749 Milk River Lacombe, Alberta -0.0459076709606554625 +38678 sedimentology_html_6935812806 sedimentology_html_6935812806:1038:77584:77610 Dolores Colorado -0.473856858113634927 +38679 gsa_html_5756232019 gsa_html_5756232019:15:778:786 Colorado Colorado -0.465787563493960222 +38680 aapg_ae_295.html aapg_ae_295.html:229:26013:26033 Queen Charlotte, North Carolina -0.468255854243320946 +38681 sedimentology_html_1046729113 sedimentology_html_1046729113:988:86259:86276 Cardium Lacombe, Alberta -0.472123282834716163 +38682 sedimentology_html_2123792718 sedimentology_html_2123792718:2105:116987:117002 Mesaverde Logan, Utah -0.415390760726462582 +38683 sedimentology_html_4464071344 sedimentology_html_4464071344:608:48085:48103 Read Bay Canadian Arctic Archipelago -0.0510274225681307883 +38684 gsa_html_6441142238 gsa_html_6441142238:1349:124614:124642 Green River Colorado -0.0317923859746223822 +38685 aapg_af_684.html aapg_af_684.html:76:9265:9284 Flournoy Klamath Mountains (ecoregion) -0.452909542628234352 +38686 cspg_html_6014123208 cspg_html_6014123208:20:2322:2334 Ellerslie Western world 0.947905125913493296 +38687 aapg_ai_581.html aapg_ai_581.html:188:19438:19454 Eagle Judith River Formation -0.0194353152309463539 +38688 aapg_ad_887.html aapg_ad_887.html:51:6007:6015 Bellevue Shreveport, Louisiana -0.0738126679907712968 +38689 aapg_aa_147.html aapg_aa_147.html:794:80372:80380 Deadwood Winnipeg -0.39312986537575878 +38690 aapg_aa_95.html aapg_aa_95.html:171:16421:16429 Colorado Denver -0.0896706993558405441 +38691 cspg_html_7106541506 cspg_html_7106541506:6:427:439 Bluesky Lacombe, Alberta -0.0325612728688678896 +38692 aapg_ad_2.html aapg_ad_2.html:1272:174624:174635 Black River Adirondack Mountains -0.00382529052751042712 +38693 gsa_html_5253952002 gsa_html_5253952002:518:55538:55568 Boulder Creek Victoria, British Columbia 0.0165399327584268979 +38694 gsa_html_2927312038 gsa_html_2927312038:394:35173:35181 Scotland Ballantrae -0.0833966631908211881 +38695 sedimentology_html_1905463017 sedimentology_html_1905463017:700:49158:49162 Hall London, Ontario -0.457899875343460883 +38696 aapg_ad_683.html aapg_ad_683.html:731:72912:72917 Supai Coconino County, Arizona -0.466782751574986277 +38697 aapg_aa_463.html aapg_aa_463.html:212:40793:40800 Hosston Mooringsport, Louisiana -0.432823232966369709 +38698 aapg_aa_626.html aapg_aa_626.html:48:6413:6430 Raritan Maryland -0.487532722920071437 +38699 cspg_html_9060847110 cspg_html_9060847110:520:66530:66541 Rocky Brook Canada -0.456391730122837791 +38700 aapg_ae_694.html aapg_ae_694.html:209:24735:24751 Eagle Tuscaloosa, Alabama -0.0594415674270635172 +38701 gsa_html_5870888413 gsa_html_5870888413:69:4896:4924 Green River Colorado -0.00965910742103491191 +38702 cspg_html_8806021601 cspg_html_8806021601:256:21873:21880 Bearpaw Southern Alberta -0.445157668105484183 +38703 aapg_aa_114.html aapg_aa_114.html:199:22421:22436 Huizachal Matamoros, Tamaulipas -0.0682933468868237858 +38704 aapg_ah_318.html aapg_ah_318.html:1347:136577:136590 Cotton Valley Mexico -0.43911211811260753 +38705 cspg_html_9354781888 cspg_html_9354781888:523:45553:45583 Doig Lacombe, Alberta -0.431080339422081793 +38706 cspg_html_7602315496 cspg_html_7602315496:21:3497:3523 Milk River Milk River, Alberta 0.908840819757604002 +38707 aapg_ae_474.html aapg_ae_474.html:862:87654:87670 Bethel Bethel, Alaska -0.448484669177164286 +38708 cspg_html_4727171280 cspg_html_4727171280:100:11916:11924 Edmonton Edmonton, London -0.508569120353605353 +38709 aapg_ae_544.html aapg_ae_544.html:338:40069:40091 Medicine Hat Milk River, Alberta -0.0652282975338609045 +38710 cspg_html_4143222666 cspg_html_4143222666:66:9352:9378 Montney Western Canadian Sedimentary Basin 0.0103992439306783112 +38711 aapg_ad_280.html aapg_ad_280.html:22:3316:3335 Smackover Haynesville, Louisiana -0.43727109016997745 +38712 aapg_ae_705.html aapg_ae_705.html:611:61347:61365 Monterey California -0.447859095614761116 +38713 cspg_html_3966956195 cspg_html_3966956195:555:45780:45817 Slave Point Victoria, British Columbia -0.0224076161552878329 +38714 jgeology_html_5970406003 jgeology_html_5970406003:1293:76320:76337 Lay Dam Alabama -0.194089984519545566 +38715 geology_html_6228357286 geology_html_6228357286:214:18131:18135 Dean California -0.467925738958578585 +38716 AMJC_html_1470891917 AMJC_html_1470891917:702:71299:71306 Fortune Cameroon -0.453130450697368015 +38717 aapg_ae_474.html aapg_ae_474.html:20:2724:2742 Renault Bethel, Alaska -0.450159455866354863 +38718 aapg_ac_333.html aapg_ac_333.html:427:54985:54990 Supai Supai, Arizona -0.481971110327906849 +38719 aapg_af_535.html aapg_af_535.html:60:6161:6179 Read Bay Little Cornwallis Island -0.000774781561203988548 +38720 aapg_ah_505.html aapg_ah_505.html:659:50676:50684 Frontier Colorado -0.428479686892279998 +38721 cspg_html_5779937878 cspg_html_5779937878:59:6988:7000 Grand Rapids Colorado -0.499246281017071747 +38722 aapg_ah_724.html aapg_ah_724.html:17:2641:2659 Kaskapau Caldwell, New Jersey -0.395345593894236846 +38723 aapg_af_129.html aapg_af_129.html:329:34758:34766 Colorado Colorado -0.0603771315670732084 +38724 cspg_html_6702053097 cspg_html_6702053097:516:62602:62625 Wallace Quebec City -0.0520489971910248345 +38725 palaios_html_2623118674 palaios_html_2623118674:890:96510:96530 North Horn Logan, Utah 0.939053443992534431 +38726 aapg_ai_66.html aapg_ai_66.html:163:13929:13936 Waverly Colorado -0.449319433531474521 +38727 sedimentology_html_6714245905 sedimentology_html_6714245905:557:45033:45039 Pueblo Colorado -0.0155129109205666468 +38728 cspg_html_7799850124 cspg_html_7799850124:469:52820:52839 Waterways Lacombe, Alberta -0.444625928203921772 +38729 aapg_ac_0.html aapg_ac_0.html:28:4399:4412 Bigfork Chert Bigfork, Montana -0.0443365036009496297 +38730 gsa_html_6300072404 gsa_html_6300072404:32:2740:2768 Green River Colorado -0.417467727749844975 +38731 cspg_html_4495395109 cspg_html_4495395109:11:1507:1513 Battle Regina, Saskatchewan -0.464914549119890219 +38732 palaios_html_2621173808 palaios_html_2621173808:1138:109783:109815 Montney Edmonton, London -0.0586492384279609716 +38733 aapg_ah_807.html aapg_ah_807.html:20:2121:2136 Diablo Marfa lights -0.0263297817646035749 +38734 aapg_ae_419.html aapg_ae_419.html:356:43503:43509 Sierra Chihuahua (state) -0.0256238564672171959 +38735 cspg_html_3772380029 cspg_html_3772380029:446:57059:57073 Surprise Creek Churchill River (Atlantic) -0.51909362726773689 +38736 aapg_ad_542.html aapg_ad_542.html:83:11976:11986 Bear River Aspen, Colorado -0.0470470415347230275 +38737 aapg_ai_424.html aapg_ai_424.html:5:652:671 Minnelusa Black Hills -0.00188310382387277047 +38738 gsa_html_9992397034 gsa_html_9992397034:30:2834:2862 Green River Colorado 0.0130159112039108672 +38739 aapg_af_180.html aapg_af_180.html:56:5927:5944 Reynosa Mexico -0.0453014649613171713 +38740 aapg_af_664.html aapg_af_664.html:466:52696:52706 San Andres San Angelo, Texas -0.451193701085184695 +38741 aapg_ad_2.html aapg_ad_2.html:597:87120:87127 Harpers Pennsylvania -0.0183873001701448657 +38742 cspg_html_6252849194 cspg_html_6252849194:6:294:301 Bearpaw Lacombe, Alberta -0.178756574965533044 +38743 palaios_html_2256521782 palaios_html_2256521782:1416:97756:97760 Hall London, Ontario -0.0685870084886600756 +38744 gsa_html_6426465509 gsa_html_6426465509:31:2857:2867 Washington Tacoma, Washington -0.00382529052751042712 +38745 cspg_html_4530154552 cspg_html_4530154552:74:12414:12422 Columbia Lacombe, Alberta -0.00961046045389274753 +38746 cspg_html_2834693711 cspg_html_2834693711:847:110932:110951 Chuckanut Washington (state) -0.501560061931396017 +38747 cspg_html_5515814749 cspg_html_5515814749:152:20160:20174 Colorado Lacombe, Alberta -0.464432702411418319 +38748 aapg_aa_959.html aapg_aa_959.html:110:9163:9180 Madison Logan, Utah -0.0659568396857683342 +38749 aapg_ai_641.html aapg_ai_641.html:22:4168:4183 Eagle Thailand -0.449871874526764137 +38750 cspg_html_2882304151 cspg_html_2882304151:224:38470:38483 Mountain Park Lacombe, Alberta -0.509719019143331509 +38751 palaios_html_5444521865 palaios_html_5444521865:128:12599:12614 Gabbs Reno, Nevada -0.0258394556349876708 +38752 aapg_ae_415.html aapg_ae_415.html:953:118872:118881 Catahoula Western world 0.00255018452536458695 +38753 cspg_html_4422229045 cspg_html_4422229045:202:27774:27804 Canol Norman Wells -0.0062209405263842733 +38754 aapg_ac_23.html aapg_ac_23.html:5:643:650 Clinton Ohio -0.0203286926879938275 +38755 aapg_ai_159.html aapg_ai_159.html:465:53425:53442 La Boca Culebra, Puerto Rico -0.0636597082590081992 +38756 aapg_aa_544.html aapg_aa_544.html:342:46387:46394 Wasatch Aspen, Colorado -0.0219799913092776147 +38757 aapg_ai_49.html aapg_ai_49.html:835:105059:105065 Dakota Niobrara, Nebraska 0.000132025523515305647 +38758 aapg_ae_428.html aapg_ae_428.html:1110:87791:87804 Fleming Oakville, California -0.429960502864963123 +38759 cspg_html_9825544190 cspg_html_9825544190:184:21392:21410 Stettler Lacombe, Alberta -0.460964719996515115 +38760 geology_html_3378578158 geology_html_3378578158:182:19645:19651 Reston Virginia -0.47254944238616009 +38761 aapg_ad_2.html aapg_ad_2.html:1593:220451:220461 Bellefonte Chambersburg, Pennsylvania -0.453130450697368015 +38762 cspg_html_1019614994 cspg_html_1019614994:637:95958:95968 Big Valley Lacombe, Alberta -0.00138974352800571069 +38763 aapg_ae_638.html aapg_ae_638.html:93:8849:8854 Salem Salem, Massachusetts -0.430224392211940587 +38764 jgeology_html_7885748745 jgeology_html_7885748745:886:49663:49668 Rapid Ladakh -0.460337276166031373 +38765 AMJC_html_9113252962 AMJC_html_9113252962:440:53042:53050 Billings Bennington, Vermont -0.474808096218428344 +38766 aapg_ah_830.html aapg_ah_830.html:19:3340:3372 Prospect Nelson, New Zealand -0.409894453797976288 +38767 gsa_html_7765430810 gsa_html_7765430810:670:65486:65499 Santa Barbara California -0.465888175365361257 +38768 aapg_ad_326.html aapg_ad_326.html:34:5492:5511 Keg River Lacombe, Alberta -0.452172819913734925 +38769 aapg_ai_491.html aapg_ai_491.html:422:52660:52682 Hermosa Kaibab, Arizona -0.416285611772415298 +38770 cspg_html_9222238695 cspg_html_9222238695:576:65426:65434 Columbia Lacombe, Alberta -0.0170838731942537375 +38771 cspg_html_1962846283 cspg_html_1962846283:605:71922:71934 Wilcox Texas -0.472823676298187945 +38772 aapg_aa_544.html aapg_aa_544.html:183:24995:25003 Sundance Colorado 0.0069488599553278246 +38773 aapg_ah_387.html aapg_ah_387.html:2852:309260:309269 Knoxville Central Valley (California) -0.493772964396431202 +38774 gsa_html_9515953275 gsa_html_9515953275:707:71200:71209 Eel River California -0.054907041085342348 +38775 aapg_af_392.html aapg_af_392.html:95:11800:11818 Frontier Coalville, Utah -0.0202105002468695241 +38776 palaios_html_7832083703 palaios_html_7832083703:14:649:655 Oxford London, Ontario -0.459996458565647859 +38777 cspg_html_2319756031 cspg_html_2319756031:5:198:210 Granite Wash Lacombe, Alberta -0.41073257068006791 +38778 gsa_html_4067767548 gsa_html_4067767548:75:7208:7222 Ashe Virginia -0.0435562539048757053 +38779 cspg_html_1578389835 cspg_html_1578389835:873:79438:79453 Cairn Jasper National Park -0.45995556917210767 +38780 gsa_html_2605108986 gsa_html_2605108986:1010:86157:86173 Kodiak Kodiak Island -0.477142101104954475 +38781 aapg_ae_296.html aapg_ae_296.html:46:5608:5622 Yeso Wichita, Kansas 0.868071826964941562 +38782 AMJC_html_7984049819 AMJC_html_7984049819:441:43286:43304 Berwick New Hampshire -0.0365787810685492543 +38783 cspg_html_8818854104 cspg_html_8818854104:68:10273:10280 Cadomin Lacombe, Alberta -0.45691453935984655 +38784 cspg_html_4176605708 cspg_html_4176605708:184:19272:19284 Saskatchewan Lacombe, Alberta -0.474888953093082877 +38785 aapg_ah_632.html aapg_ah_632.html:237:30398:30408 Washington Salem, Oregon -0.0333423889393398495 +38786 aapg_aa_148.html aapg_aa_148.html:34:5433:5448 Bluff Entrada Sandstone -0.454068782805138071 +38787 geology_html_1287911214 geology_html_1287911214:29:1607:1613 Denver Colorado -0.0758918007707730657 +38788 gsa_html_9152662653 gsa_html_9152662653:965:87018:87041 Potomac Potomac, Maryland -0.470402324720386178 +38789 aapg_ae_499.html aapg_ae_499.html:305:32588:32594 Denver Florence, Alabama -0.501560061931396017 +38790 aapg_ah_174.html aapg_ah_174.html:549:60617:60623 Sierra Western world -0.486401118306284352 +38791 aapg_ak_87.html aapg_ak_87.html:369:48899:48908 San Pedro Mogollon, New Mexico -0.0460783921822131154 +38792 aapg_ah_620.html aapg_ah_620.html:117:16771:16783 Granite Wash Lake Athabasca 0.295019263257154218 +38793 cspg_html_3854139935 cspg_html_3854139935:98:16108:16115 Pakowki Regina, Saskatchewan -0.0444288146314834667 +38794 aapg_aa_934.html aapg_aa_934.html:122:15065:15079 Word Texas -0.458648092769168181 +38795 palaios_html_9886618772 palaios_html_9886618772:643:71809:71824 Vicksburg Mississippi River -0.475138501585752326 +38796 aapg_aa_381.html aapg_aa_381.html:44:6291:6312 Santa Margarita Rancho Santa Margarita, California -0.465595518002078101 +38797 aapg_ac_417.html aapg_ac_417.html:12:1760:1768 Crescent Raging River -0.35582415877676693 +38798 aapg_aa_147.html aapg_aa_147.html:592:61592:61611 Stonewall Regina, Saskatchewan -0.0767601116094086822 +38799 cspg_html_4727171280 cspg_html_4727171280:86:9532:9539 Bearpaw Red Deer, Alberta 0.0129689969045692858 +38800 palaios_html_6995029632 palaios_html_6995029632:42:4705:4725 Fort Scott Higginsville, Missouri -0.0289590583087490083 +38801 cspg_html_7963093032 cspg_html_7963093032:537:53222:53234 Beaver Mines Lacombe, Alberta -0.125994835188094761 +38802 cspg_html_3065473572 cspg_html_3065473572:122:18400:18422 Deschambault Charlevoix, Michigan -0.478447154667899333 +38803 cspg_html_8250500468 cspg_html_8250500468:547:57076:57094 Dunvegan Lacombe, Alberta -0.0250987813235815996 +38804 aapg_ac_236.html aapg_ac_236.html:527:44595:44602 Paradox Colorado -0.463362613223226583 +38805 aapg_aa_663.html aapg_aa_663.html:165:14312:14320 Woodford Cumberland, Maryland -0.462717531176716879 +38806 aapg_ac_613.html aapg_ac_613.html:66:9091:9100 Mesaverde Mancos, Colorado -0.258377630160638028 +38807 aapg_ac_117.html aapg_ac_117.html:46:10008:10019 San Antonio Texas -0.448350101124535771 +38808 cspg_html_5141367518 cspg_html_5141367518:217:31931:31948 Bearpaw Saskatchewan River 0.85299786473187944 +38809 aapg_ac_634.html aapg_ac_634.html:268:30945:30953 Wolfcamp Amarillo, Texas -0.503937652022910187 +38810 aapg_ac_313.html aapg_ac_313.html:593:67659:67678 Rio Dulce Dulce River -0.0497724382944867913 +38811 cspg_html_9771826320 cspg_html_9771826320:157:24461:24494 Smoking Hills Banks Island -0.0338277865791703769 +38812 aapg_ai_400.html aapg_ai_400.html:75:10292:10301 Red River Mississippi River -0.432223543643836305 +38813 sedimentology_html_4101202094 sedimentology_html_4101202094:89:10033:10041 Columbia Victoria, British Columbia -0.035868779002919772 +38814 aapg_aa_360.html aapg_aa_360.html:417:39081:39099 Edwards Austin, Chicago -0.47503682505792677 +38815 aapg_ad_258.html aapg_ad_258.html:378:44189:44196 Chemung Catskill Mountains -0.00291152111123597944 +38816 cspg_html_3740794265 cspg_html_3740794265:503:47982:47999 Bluesky Victoria, British Columbia -0.495723634298967097 +38817 aapg_ad_52.html aapg_ad_52.html:1023:110420:110428 Michigan Rockford, Illinois -0.450676431675374467 +38818 sedimentology_html_5801163920 sedimentology_html_5801163920:1481:105485:105489 Hall London, Ontario -0.457487488497030304 +38819 aapg_ae_182.html aapg_ae_182.html:371:39123:39134 Pine Island Pine Island (Lee County, Florida) -0.0465034686644063416 +38820 sedimentology_html_5404275170 sedimentology_html_5404275170:776:51909:51913 Hall London, Ontario -0.482963947665808413 +38821 aapg_aa_495.html aapg_aa_495.html:17:2104:2115 Haynesville Haynesville, Louisiana -0.399301351051607634 +38822 aapg_ac_506.html aapg_ac_506.html:233:28875:28898 Little Valley Virginia -0.449703411954729404 +38823 sedimentology_html_2851198678 sedimentology_html_2851198678:73:6915:6946 Brushy Canyon West Texas -0.00949926761203980299 +38824 aapg_ad_379.html aapg_ad_379.html:324:27234:27246 Belden Colorado -0.452896019392303839 +38825 cspg_html_1962846283 cspg_html_1962846283:623:72844:72862 Kootenay Canada -0.0443852715677367574 +38826 gsa_html_4438819447 gsa_html_4438819447:649:64542:64555 Bastion Ridge Canada -0.474276937415326727 +38827 cspg_html_8207916783 cspg_html_8207916783:7:359:367 Columbia Victoria, British Columbia -0.491650086397892094 +38828 aapg_ad_781.html aapg_ad_781.html:106:9722:9744 El Salto El Salto, Jalisco -0.485308421911267773 +38829 aapg_ai_524.html aapg_ai_524.html:3:158:177 Bidahochi New Mexico -0.0379467177170490291 +38830 aapg_ai_30.html aapg_ai_30.html:3:168:176 Oakville Texas -0.00936896389642591365 +38831 aapg_ac_333.html aapg_ac_333.html:830:102308:102316 Toroweap Coconino County, Arizona 0.0108266535129968935 +38832 aapg_ad_466.html aapg_ad_466.html:67:6919:6927 Monmouth Monmouth 0.0652527554908181595 +38833 cspg_html_8568877195 cspg_html_8568877195:671:79903:79925 Judith River Canada -0.0194353152309463539 +38834 cspg_html_7777724998 cspg_html_7777724998:117:16820:16826 Fernie Highwood Pass -0.183523333977261838 +38835 sedimentology_html_1397146399 sedimentology_html_1397146399:42:4103:4111 Victoria Parklands adjoining the Yarra River -0.0326639109248070408 +38836 aapg_aa_148.html aapg_aa_148.html:204:23687:23703 Dakota New Mexico -0.439258669305734428 +38837 aapg_ac_559.html aapg_ac_559.html:613:84103:84113 Washington Anchorage, Alaska -0.030239106807757675 +38838 aapg_ad_379.html aapg_ad_379.html:724:59611:59618 Entrada Logan, Utah -0.0642483167942689143 +38839 aapg_ai_504.html aapg_ai_504.html:59:5701:5710 Interlake Glendive, Montana -0.448753864703002991 +38840 cspg_html_2283545366 cspg_html_2283545366:5:242:268 Halfway Lacombe, Alberta -0.0144303273551577363 +38841 aapg_aa_77.html aapg_aa_77.html:69:7031:7047 Bethel Bethel, Alaska 0.00875567330735306688 +38842 aapg_ac_65.html aapg_ac_65.html:175:17327:17335 Colorado Vail, Colorado -0.0370660655999496616 +38843 geology_html_9386377642 geology_html_9386377642:12:581:591 Washington Seattle -0.474808096218428344 +38844 sedimentology_html_8696183698 sedimentology_html_8696183698:175:17621:17624 Elk Colorado -0.466144329889246756 +38845 aapg_af_591.html aapg_af_591.html:318:24980:24986 Wilcox Arbuckle, California -0.482597909534674852 +38846 aapg_aa_96.html aapg_aa_96.html:69:6831:6848 Paradox Hermosa, Chicago -0.0409390916032161337 +38847 aapg_ae_103.html aapg_ae_103.html:985:82001:82017 Nariva Brighton, Michigan -0.492281675671482677 +38848 aapg_ad_378.html aapg_ad_378.html:28:3757:3772 Santa Margarita Tejon Mountain Village -0.432977626512767833 +38849 gsa_html_7613332937 gsa_html_7613332937:1295:101090:101118 Green River Colorado 0.0202105002468695033 +38850 aapg_ai_159.html aapg_ai_159.html:219:25285:25302 Caimito Culebra, Puerto Rico -0.0313801301050329814 +38851 aapg_ad_695.html aapg_ad_695.html:356:22675:22681 Weches Houston -0.486588444102287743 +38852 geology_html_8086230553 geology_html_8086230553:47:4663:4682 Fox Hills Cheyenne River Indian Reservation -0.458784199315796892 +38853 cspg_html_7297340324 cspg_html_7297340324:870:96366:96374 Columbia Victoria, British Columbia -0.486682122398052641 +38854 cspg_html_7281679890 cspg_html_7281679890:281:46710:46727 Gossage Snake River Canyon (Idaho) -0.0345376534934891677 +38855 gsa_html_9889833548 gsa_html_9889833548:675:65734:65742 Columbia Southwestern United States -0.0205233642338861627 +38856 AMJC_html_5755352984 AMJC_html_5755352984:238:37281:37287 Satsop Bolivia -0.039213880157219938 +38857 gsa_html_6330913937 gsa_html_6330913937:1030:93478:93486 Imperial Los Angeles 0.00493363837188221747 +38858 aapg_ad_614.html aapg_ad_614.html:70:6917:6930 Cotton Valley Shreveport, Louisiana -0.467071222132578012 +38859 aapg_ac_491.html aapg_ac_491.html:25:4487:4498 Las Trancas El Salvador -0.0641539957505768976 +38860 cspg_html_9361096527 cspg_html_9361096527:875:77153:77169 Oldman Regina, Saskatchewan -0.462261924354454456 +38861 aapg_ae_642.html aapg_ae_642.html:97:9318:9327 Smackover Cotton Valley, Louisiana -0.420909473199816475 +38862 cspg_html_8556552074 cspg_html_8556552074:20:1867:1891 Elk Regina, Saskatchewan -0.448377013151321557 +38863 sedimentology_html_3771694852 sedimentology_html_3771694852:1038:71971:71982 Gull Island Ireland -0.4462802459552766 +38864 aapg_ak_132.html aapg_ak_132.html:279:29746:29767 San Jacinto San Jacinto, California -0.486483068290992582 +38865 aapg_af_131.html aapg_af_131.html:711:73152:73170 Dewey Lake Palo Duro Canyon -0.014028931537317782 +38866 palaios_html_2994263883 palaios_html_2994263883:76:8581:8595 Java Iowa -0.420800576179594099 +38867 aapg_ah_167.html aapg_ah_167.html:531:48435:48452 Roberts Mountains Reno, Nevada -0.481945488841025893 +38868 gsa_html_5346692053 gsa_html_5346692053:758:66511:66539 Green River Iran -0.0230751498951462693 +38869 aapg_af_363.html aapg_af_363.html:289:38380:38389 Rose Hill Virginia 0.572356413331163605 +38870 aapg_ac_628.html aapg_ac_628.html:723:123947:123966 Moenkopi Kaibab, Arizona -0.46279500750727276 +38871 aapg_ah_49.html aapg_ah_49.html:292:32476:32487 Tick Canyon San Gabriel Valley -0.468198533701609299 +38872 AMJC_html_1938223835 AMJC_html_1938223835:533:62771:62792 Winterville Bald Mountain (Idaho) -0.524027548595248582 +38873 cspg_html_2546442054 cspg_html_2546442054:70:10210:10223 Blood Reserve Canada -0.469093158774920749 +38874 AMJC_html_2069773375 AMJC_html_2069773375:242:20065:20076 Santa Clara Santa Clara, California -0.44255997020698512 +38875 gsa_html_2541275669 gsa_html_2541275669:860:75890:75897 Oceanic California -0.473323971277166522 +38876 cspg_html_9435196958 cspg_html_9435196958:590:25431:25456 Tranquille Victoria, British Columbia -0.457582637906406409 +38877 aapg_ac_986.html aapg_ac_986.html:123:16699:16717 Willwood Cheyenne, Wyoming -0.00696275827002107526 +38878 aapg_aa_702.html aapg_aa_702.html:487:93572:93580 Colorado Colorado -0.0655637299615308144 +38879 cspg_html_1611261412 cspg_html_1611261412:163:20724:20734 Pine Point Hay River (Canada) -0.469070208322842297 +38880 aapg_ah_659.html aapg_ah_659.html:59:5852:5863 Green River Logan, Utah 0.0303138962556724068 +38881 aapg_ad_466.html aapg_ad_466.html:1199:128378:128398 Tuscaloosa The Carolinas -0.432686505514578101 +38882 cspg_html_5430614285 cspg_html_5430614285:340:39197:39214 Cardium Lacombe, Alberta -0.463396817899322633 +38883 cspg_html_5479700260 cspg_html_5479700260:248:20131:20155 Stony Mountain Manitoba -0.703673177686149121 +38884 aapg_ae_70.html aapg_ae_70.html:394:38287:38295 Colorado Grand Junction, Colorado -0.0180066911955107829 +38885 cspg_html_2498183035 cspg_html_2498183035:176:20288:20298 Swan Hills Swan Hill, Victoria -0.459819284677136619 +38886 aapg_ah_328.html aapg_ah_328.html:268:27878:27885 Wasatch Wasatch Range -0.426190501535792965 +38887 gsa_html_2803067273 gsa_html_2803067273:657:78112:78118 Oldham Ohio -0.467925738958578585 +38888 sedimentology_html_9742953955 sedimentology_html_9742953955:72:8292:8300 Columbia Anchorage, Alaska -0.431641856483014286 +38889 aapg_ae_63.html aapg_ae_63.html:84:9593:9611 Gallatin Bloomington, Illinois -0.472770666406185036 +38890 aapg_ai_144.html aapg_ai_144.html:165:15792:15800 Kaskapau Western world -0.472528705500211532 +38891 jgeology_html_3589217313 jgeology_html_3589217313:624:37866:37883 Hampton Eocene -0.492706142050923668 +38892 cspg_html_3772380029 cspg_html_3772380029:135:17297:17320 Attawapiskat River Severn -0.224433746868304113 +38893 cspg_html_7576506617 cspg_html_7576506617:243:33658:33680 Ekwan River River Severn -0.00910662035546105052 +38894 aapg_aa_44.html aapg_aa_44.html:17:2076:2084 Colorado Logan, Utah -0.479161941644374367 +38895 aapg_ai_367.html aapg_ai_367.html:291:19462:19471 San Diego California -0.484266161538602968 +38896 aapg_ai_287.html aapg_ai_287.html:122:15028:15046 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) -0.503101379122833037 +38897 gsa_html_1941551613 gsa_html_1941551613:55:3479:3507 Green River Colorado -0.0285868941347483252 +38898 cspg_html_3501550466 cspg_html_3501550466:800:100019:100035 Ireton Lacombe, Alberta 0.00299316941719320615 +38899 cspg_html_2090868931 cspg_html_2090868931:72:9179:9196 Wapiabi Lacombe, Alberta -0.463526807661379381 +38900 aapg_ad_71.html aapg_ad_71.html:163:13798:13814 Kaibab Texas -0.411813047275237043 +38901 palaios_html_7565718144 palaios_html_7565718144:64:7430:7442 Cooking Lake Edmonton, London 0.808209116132472483 +38902 cspg_html_5820147834 cspg_html_5820147834:22:2900:2916 Bjorne Melville Island (Canada) -0.0466254209346723472 +38903 cspg_html_3860685167 cspg_html_3860685167:538:57399:57407 Edmonton Lacombe, Alberta -0.0519827474069236295 +38904 aapg_ah_507.html aapg_ah_507.html:23:2722:2732 Caseyville Carbondale, Pennsylvania -0.0263297817646035749 +38905 gsa_html_7635660482 gsa_html_7635660482:814:69569:69602 Morrison Logan, Utah -0.244458205470521855 +38906 aapg_ah_978.html aapg_ah_978.html:784:73842:73862 Etchegoin California -0.00440204655713307986 +38907 aapg_aa_702.html aapg_aa_702.html:487:93564:93570 Denver Colorado -0.00866533097013935834 +38908 aapg_ae_231.html aapg_ae_231.html:99:9729:9737 Onondaga Pennsylvania -0.0204312426216018105 +38909 cspg_html_1159946432 cspg_html_1159946432:674:83244:83260 Viking Canada -0.0111724073673319709 +38910 jgeology_html_1786960036 jgeology_html_1786960036:150:7501:7507 Provo Apuseni Mountains -0.467877607461444023 +38911 cspg_html_6919288430 cspg_html_6919288430:385:53330:53338 Montreal Canada -0.434580403200599208 +38912 aapg_ah_283.html aapg_ah_283.html:519:62193:62216 Lincoln Creek Washington (state) -0.433546895631176765 +38913 aapg_ac_563.html aapg_ac_563.html:330:46728:46745 Yucatan Melbourne, Florida -0.503999808743944788 +38914 aapg_ah_506.html aapg_ah_506.html:187:19163:19187 Traverse West Michigan 0.0327074019013336922 +38915 gsa_html_7173708345 gsa_html_7173708345:1473:106112:106117 Yukon Anchorage, Alaska 0.0164877985803283875 +38916 palaios_html_4648069609 palaios_html_4648069609:684:68810:68819 San Diego Sumida River -0.472823676298187945 +38917 aapg_af_799.html aapg_af_799.html:675:51374:51393 Domengine Coalinga, California -0.439103236963543697 +38918 aapg_af_471.html aapg_af_471.html:238:27983:27991 Pennington Hartselle, Alabama 0.00588564889809547673 +38919 cspg_html_1639841815 cspg_html_1639841815:56:3103:3111 Palliser Elko, Nevada -0.469120700106755939 +38920 aapg_af_130.html aapg_af_130.html:151:27328:27355 Percha Sacramento Mountains (California) -0.469120700106755939 +38921 aapg_ad_140.html aapg_ad_140.html:132:11278:11284 Paluxy County Sligo -0.433685955512457477 +38922 aapg_ac_924.html aapg_ac_924.html:21:3720:3727 Madison Cheyenne, Wyoming -0.00936896389642591365 +38923 palaios_html_5582845937 palaios_html_5582845937:336:34333:34341 Virginia Costa Rica -0.484266161538602968 +38924 aapg_ad_3.html aapg_ad_3.html:473:44425:44435 Reedsville Maysville, Kentucky -0.442620143363224416 +38925 cspg_html_2848938695 cspg_html_2848938695:532:58995:58998 Arc Salar de Uyuni -0.49009668288503172 +38926 aapg_aa_682.html aapg_aa_682.html:576:56726:56746 Cherryvale Cherryvale, Kansas 0.397000457092811176 +38927 cspg_html_1503116552 cspg_html_1503116552:185:32018:32037 Waterways Swan Hill, Victoria -0.458913519660435476 +38928 AMJC_html_5722410163 AMJC_html_5722410163:85:9932:9936 Elko Reno, Nevada 0.373491894268560665 +38929 palaios_html_2623118674 palaios_html_2623118674:15:751:771 North Horn Logan, Utah -0.475977786028375149 +38930 aapg_ai_583.html aapg_ai_583.html:305:36891:36911 Twin Creek Boise, Idaho -0.0292651452152505043 +38931 aapg_ad_715.html aapg_ad_715.html:270:34716:34723 Thrifty Harpersville, Alabama -0.052476148512779229 +38932 cspg_html_9905904289 cspg_html_9905904289:6:665:673 Whitemud Lacombe, Alberta -0.440467486742992853 +38933 aapg_af_589.html aapg_af_589.html:4:327:333 Oregon Washington (state) -0.480644453081816247 +38934 aapg_ah_253.html aapg_ah_253.html:429:52097:52105 Colorado Denver -0.0833615984925758224 +38935 gsa_html_7633967689 gsa_html_7633967689:1049:106074:106079 Rapid California -0.0387351937128136078 +38936 aapg_ah_486.html aapg_ah_486.html:281:27237:27254 Tesnus Pottsville, Pennsylvania -0.454052985518192231 +38937 aapg_ad_3.html aapg_ad_3.html:85:7978:7995 Warrior Virginia -0.0254673751787387811 +38938 aapg_ad_169.html aapg_ad_169.html:491:57424:57445 Greenbrier Greenbrier (Great Smoky Mountains) -0.0832984827182677856 +38939 gsa_html_5274400800 gsa_html_5274400800:550:45544:45562 Monterey California -0.472302935634413557 +38940 aapg_ai_801.html aapg_ai_801.html:187:19332:19352 Phosphoria Cheyenne, Wyoming -0.462512479285274614 +38941 cspg_html_4341656515 cspg_html_4341656515:75:7936:7953 Prophet Western world -0.468455358769372721 +38942 aapg_ah_430.html aapg_ah_430.html:45:4394:4412 Sundance Colorado 0.85322333006883877 +38943 aapg_ac_333.html aapg_ac_333.html:28:3912:3932 San Andres Arizona -0.356333576326790358 +38944 cspg_html_4392308496 cspg_html_4392308496:10:997:1018 Bonaventure Nashville Basin -0.479830848328458015 +38945 aapg_ai_854.html aapg_ai_854.html:168:26106:26124 Niobrara Denver -0.520434041943150461 +38946 cspg_html_8363357104 cspg_html_8363357104:626:77829:77844 Skoki Logan, Utah -0.0497724382944867913 +38947 aapg_ae_71.html aapg_ae_71.html:290:26838:26846 Moenkopi Moenkopi Formation -0.440887830328426711 +38948 aapg_ah_830.html aapg_ah_830.html:12:1611:1638 Prospect Great Basin -0.0276304452324186781 +38949 cspg_html_9222238695 cspg_html_9222238695:462:58727:58735 Columbia Victoria, British Columbia -0.484161071054726611 +38950 aapg_ak_45.html aapg_ak_45.html:15:1787:1795 Colorado Denver -0.495631319068842169 +38951 aapg_ac_71.html aapg_ac_71.html:3:220:237 Dunlap Reno, Nevada -0.02390265150978289 +38952 cspg_html_6306091047 cspg_html_6306091047:46:9026:9034 Columbia Victoria, British Columbia -0.036255097654164431 +38953 aapg_ai_863.html aapg_ai_863.html:90:12118:12125 Carrizo Austin, Chicago 0.0149273021634023628 +38954 aapg_ac_187.html aapg_ac_187.html:2711:277390:277406 Mt Lytton Texas -0.477130519718023338 +38955 sedimentology_html_2545209758 sedimentology_html_2545209758:1349:76053:76065 Saskatchewan Canada -0.473856858113634927 +38956 cspg_html_3328007773 cspg_html_3328007773:665:70120:70128 Colorado Pueblo, Colorado -0.471336008805755435 +38957 aapg_aa_677.html aapg_aa_677.html:18:1622:1632 Washington Salem, Oregon -0.0140758476190941898 +38958 jgeology_html_4305195651 jgeology_html_4305195651:2831:192024:192038 Fram Ellesmere Island -0.44844429668252761 +38959 aapg_ai_156.html aapg_ai_156.html:249:22049:22069 Deer Creek Shawnee, Oklahoma 0.37455670314256867 +38960 palaios_html_3561205174 palaios_html_3561205174:90:10989:11002 Potsdam Edwardsville, Illinois -0.0206224389359462197 +38961 aapg_ac_691.html aapg_ac_691.html:354:23767:23773 Oregon Baldwin, Nassau County, New York 0.00255018452536458695 +38962 aapg_aa_147.html aapg_aa_147.html:903:92819:92839 Stony Mountain Red River of the North 1.00522327215264884 +38963 aapg_aa_684.html aapg_aa_684.html:34:4329:4347 Ankareh Cheyenne, Wyoming -0.441419648744354465 +38964 geology_html_4141849654 geology_html_4141849654:89:7495:7505 Laurentian Gondwana -0.46809765859229685 +38965 cspg_html_4666332434 cspg_html_4666332434:62:10125:10136 Belly River Lacombe, Alberta -0.440245159686024512 +38966 aapg_ah_335.html aapg_ah_335.html:425:53832:53845 Lee Huntington, West Virginia -0.437951625350357587 +38967 aapg_ae_992.html aapg_ae_992.html:562:51516:51525 Popo Agie John Crow Mountains -0.423229723234377797 +38968 aapg_ah_261.html aapg_ah_261.html:571:85922:85931 San Diego California -0.434527375159215246 +38969 aapg_ae_415.html aapg_ae_415.html:347:44584:44595 Mint Spring Mississippi River -0.00846727342264548197 +38970 aapg_ae_415.html aapg_ae_415.html:294:38550:38565 Byram Ocala, Florida -0.057787211363986013 +38971 aapg_ae_268.html aapg_ae_268.html:130:12942:12953 Paint Creek Illinois -0.0322777182092932879 +38972 palaios_html_7484609556 palaios_html_7484609556:13:521:529 Michigan Michigan -0.0461742066701143275 +38973 cspg_html_3891690307 cspg_html_3891690307:31:4286:4294 Pine Key Miami -0.0242746935922993796 +38974 gsa_html_1536819908 gsa_html_1536819908:65:5877:5883 Antler Sonoma, California -0.446078886082885928 +38975 aapg_ae_296.html aapg_ae_296.html:68:6628:6633 Hueco Delaware -0.011327042139941219 +38976 aapg_ac_575.html aapg_ac_575.html:86:14221:14239 Moenkopi Logan, Utah -0.262409067446763011 +38977 aapg_ai_975.html aapg_ai_975.html:1022:83345:83355 San Marcos Fort Worth, Texas -0.467016268103292775 +38978 palaios_html_2048556014 palaios_html_2048556014:890:78932:78949 Kinzers Pennsylvania -0.0373723706496873684 +38979 gsa_html_3510629601 gsa_html_3510629601:608:61916:61925 San Pedro California -0.00485893734726632141 +38980 aapg_ac_569.html aapg_ac_569.html:69:10759:10779 Emma Fiord Canadian Arctic Archipelago 0.320091915055465526 +38981 aapg_ai_336.html aapg_ai_336.html:487:74466:74479 Santa Barbara California 0.00825358073984722856 +38982 geology_html_2705128271 geology_html_2705128271:316:25019:25057 Kingston Peak Death Valley -0.443933785681361437 +38983 aapg_ac_341.html aapg_ac_341.html:107:12280:12293 Bedford Ohio -0.456778715576978744 +38984 gsa_html_3860045860 gsa_html_3860045860:191:21220:21227 Molalla Brownsville, Brooklyn -0.0515190157893396575 +38985 aapg_af_286.html aapg_af_286.html:354:45020:45030 Tuscaloosa Holmesville, Ontario -0.0265071378839745256 +38986 aapg_aa_784.html aapg_aa_784.html:21:1549:1563 Chainman Yucca Mountain -0.0131827182184571217 +38987 aapg_af_448.html aapg_af_448.html:39:5313:5319 Oregon Reno, Nevada -0.0419315382055216873 +38988 aapg_ak_44.html aapg_ak_44.html:65:5931:5942 Viola Franklin County, Ohio -0.484266161538602968 +38989 aapg_ad_466.html aapg_ad_466.html:67:6907:6914 Matawan Monmouth 0.0567473460234724433 +38990 gsa_html_5272671610 gsa_html_5272671610:390:39527:39550 Kingston Peak Amargosa River -0.0346577090486229963 +38991 gsa_html_1197940982 gsa_html_1197940982:1158:109792:109805 Santa Barbara California -0.0306269732531419848 +38992 cspg_html_3589404052 cspg_html_3589404052:632:69596:69613 Kindle Belcourt, North Dakota -0.480695619561815057 +38993 aapg_ad_52.html aapg_ad_52.html:675:73676:73684 Michigan Michigan -0.512026064183976781 +38994 aapg_ai_969.html aapg_ai_969.html:236:25584:25599 Viking Edmonton, London -0.0277904283209578391 +38995 aapg_ae_153.html aapg_ae_153.html:868:109930:109938 Slim Sam Elkhorn Mountain 0.0206415586769715005 +38996 aapg_ak_87.html aapg_ak_87.html:351:46776:46785 San Pedro Mogollon, New Mexico -0.0292460145715184028 +38997 jgeology_html_4915516745 jgeology_html_4915516745:134:10355:10364 Extension Africa -0.00893635855203990699 +38998 gsa_html_5147030878 gsa_html_5147030878:281:24402:24422 Washikemba Bonaire -0.0641173157526796905 +38999 aapg_ae_959.html aapg_ae_959.html:736:57610:57625 Hueco Guadalupe Mountains National Park -0.0410714115890523021 +39000 aapg_ah_140.html aapg_ah_140.html:202:20866:20874 Colorado Colorado -0.487007734355699329 +39001 aapg_af_653.html aapg_af_653.html:635:71751:71759 Vaqueros Santa Ana, California -0.464953382280686722 +39002 cspg_html_5950764790 cspg_html_5950764790:65:9541:9556 Nisku Lacombe, Alberta -0.497769002174155983 +39003 aapg_aa_465.html aapg_aa_465.html:73:14008:14029 Eagle Del Rio, Tennessee -0.0171725037246518962 +39004 aapg_ah_532.html aapg_ah_532.html:15:2049:2054 Ouray Colorado -0.419958128211776138 +39005 jgeology_html_4595326543 jgeology_html_4595326543:502:33393:33399 Mormon Arizona -0.485603101959931283 +39006 aapg_ah_160.html aapg_ah_160.html:50:7938:7956 Syracuse Michigan -0.440745470442491794 +39007 cspg_html_6356755616 cspg_html_6356755616:37:5848:5856 Edmonton Edmonton, London -0.0288025393782587909 +39008 gsa_html_9216496168 gsa_html_9216496168:25:1375:1382 Wasatch Great Basin -0.202431506499421127 +39009 palaios_html_9150736881 palaios_html_9150736881:52:5678:5682 Kope Netherlands -0.483281151267174081 +39010 palaios_html_3105248303 palaios_html_3105248303:534:54209:54223 Point Pleasant Fulton, Missouri -0.47254944238616009 +39011 aapg_ae_187.html aapg_ae_187.html:437:45529:45537 Onondaga Ohio -0.512137120075891294 +39012 cspg_html_3026112034 cspg_html_3026112034:933:85155:85174 Swan Hills Lacombe, Alberta 0.00403028171567929548 +39013 sedimentology_html_7553974053 sedimentology_html_7553974053:30:1813:1821 Montreal Quebec City -0.0473711120814198014 +39014 cspg_html_7201476813 cspg_html_7201476813:143:17825:17849 Red River Bowman County, North Dakota -0.428896893887351471 +39015 gsa_html_6117440194 gsa_html_6117440194:1176:107042:107062 Hell Creek Northern Great Plain -0.444945382159606273 +39016 aapg_ai_87.html aapg_ai_87.html:399:38847:38852 Banff New Mexico -0.425883940037075581 +39017 aapg_ad_608.html aapg_ad_608.html:103:11526:11532 Taylor Oldham County, Kentucky -0.491106071608619299 +39018 gsa_html_7657889405 gsa_html_7657889405:1121:90149:90155 Battle Canary Islands -0.048386967383413422 +39019 aapg_ae_6.html aapg_ae_6.html:336:36356:36360 Buda San Marcos, California -0.422147407249121198 +39020 aapg_aa_105.html aapg_aa_105.html:503:53200:53215 Blackstone Kootenay River -0.0899358272228690803 +39021 aapg_af_370.html aapg_af_370.html:261:24594:24603 San Diego California -0.444844842741709823 +39022 sedimentology_html_6688819115 sedimentology_html_6688819115:103:12103:12116 Cutler Hermosa, Chicago -0.47482657712880405 +39023 aapg_ae_371.html aapg_ae_371.html:126:15571:15579 Kootenay Canada -0.0333528273781736606 +39024 aapg_ac_766.html aapg_ac_766.html:970:95175:95201 San Andres New Mexico -0.469382385724573914 +39025 aapg_ai_795.html aapg_ai_795.html:45:5001:5008 St Marys Ohio -0.477130519718023338 +39026 aapg_af_486.html aapg_af_486.html:355:37593:37609 Tyonek McArthur River uranium mine -0.461171691164054931 +39027 gsa_html_8241293202 gsa_html_8241293202:169:17779:17786 Concord Chelmsford, Massachusetts -0.023508018320362277 +39028 gsa_html_3069013284 gsa_html_3069013284:747:72109:72125 Chinle Arizona -0.432316117842066305 +39029 geology_html_9314524367 geology_html_9314524367:217:21001:21040 Sailor Canyon Sierra Nevada (Spain) -0.0161298137457332978 +39030 cspg_html_8840748783 cspg_html_8840748783:640:77679:77697 Kaskapau Lacombe, Alberta 0.00454971060231966051 +39031 AMJC_html_3226941925 AMJC_html_3226941925:507:53795:53805 Fort Worth Texas -0.0328552724489848888 +39032 aapg_aa_791.html aapg_aa_791.html:90:8766:8777 Krebs Bartlesville, Oklahoma -0.444916336311243943 +39033 aapg_ac_832.html aapg_ac_832.html:80:10762:10778 Ashern Canada -0.201810134652726403 +39034 palaios_html_6025329652 palaios_html_6025329652:633:50586:50592 Oregon Boise, Idaho -0.0596021394822493084 +39035 aapg_ad_153.html aapg_ad_153.html:330:32293:32304 Tar Springs Hardinsburg, Indiana -0.437151438175982732 +39036 geology_html_8653286115 geology_html_8653286115:51:6424:6431 Yucatan Guatemala -0.0291434052387325206 +39037 aapg_ah_520.html aapg_ah_520.html:38:3898:3915 Madison Rift Valley lakes -0.0849608260387818559 +39038 geology_html_9687641771 geology_html_9687641771:224:20429:20446 Seward Regina, Saskatchewan -0.492342974330111982 +39039 aapg_ah_182.html aapg_ah_182.html:78:8879:8890 Jacksonburg Martinsburg, Nebraska -0.038242606390143298 +39040 gsa_html_3692039093 gsa_html_3692039093:58:4256:4284 Green River Colorado -0.0175218157848266304 +39041 palaios_html_7645922717 palaios_html_7645922717:430:47975:48010 New Glasgow Bridgetown, Nova Scotia -0.0381695036603138874 +39042 aapg_ac_594.html aapg_ac_594.html:274:24821:24828 Arcadia Arcadia, California -0.0551215722984807754 +39043 aapg_ae_467.html aapg_ae_467.html:334:25709:25724 Bedford Michigan -0.500402370472918023 +39044 aapg_aa_621.html aapg_aa_621.html:441:53659:53674 Lance Fort Union Trading Post National Historic Site -0.459839726029242057 +39045 cspg_html_8334041965 cspg_html_8334041965:59:11576:11588 Wilcox Texas 0.966437659386633952 +39046 aapg_ac_575.html aapg_ac_575.html:77:11892:11910 Woodside Logan, Utah -0.217266755016180424 +39047 sedimentology_html_1293179143 sedimentology_html_1293179143:151:13584:13601 Watrous Regina, Saskatchewan -0.0566548826845970285 +39048 aapg_af_385.html aapg_af_385.html:370:50644:50655 Green River Cheyenne, Wyoming -0.489438520648204034 +39049 cspg_html_5699627350 cspg_html_5699627350:391:50333:50349 Viking Lacombe, Alberta -0.512840018159359756 +39050 aapg_af_551.html aapg_af_551.html:61:6900:6920 Ouray Ouray, Colorado -0.459919224612040101 +39051 cspg_html_9778753186 cspg_html_9778753186:19:2436:2452 Crowsnest Victoria, British Columbia -0.0168874970090907538 +39052 aapg_ae_544.html aapg_ae_544.html:549:59861:59880 Newcastle Williston, Vermont -0.455229509631582041 +39053 aapg_ae_454.html aapg_ae_454.html:176:14353:14360 Bossier Shreveport, Louisiana -0.460964719996515115 +39054 aapg_ai_17.html aapg_ai_17.html:449:34131:34142 Sparta Natchitoches, Louisiana -0.0236314487961183893 +39055 cspg_html_3023030263 cspg_html_3023030263:6:474:496 Medicine Hat Lacombe, Alberta -0.0418113941638034933 +39056 cspg_html_1293312960 cspg_html_1293312960:775:77338:77354 Viking Lacombe, Alberta -0.0154103849420370986 +39057 aapg_ae_789.html aapg_ae_789.html:5:1035:1055 Big Valley Calgary -0.0799545846423326267 +39058 geology_html_5375015639 geology_html_5375015639:19:1403:1409 Oregon Newport, Rhode Island -0.0367667309306509496 +39059 palaios_html_3467544554 palaios_html_3467544554:756:63256:63264 Colorado Denver -0.469028899015838996 +39060 cspg_html_9613527162 cspg_html_9613527162:235:33414:33419 Banff Moose Mountain (Alberta) -0.477028610170881051 +39061 cspg_html_4617311907 cspg_html_4617311907:605:70570:70603 Windsor Quebec City -0.424214904641607937 +39062 cspg_html_1351473625 cspg_html_1351473625:36:6926:6952 Mount Head Bow River -0.0275887108223223723 +39063 cspg_html_3097746547 cspg_html_3097746547:209:27260:27277 Gething Lacombe, Alberta -0.0404794684713501024 +39064 gsa_html_6869840610 gsa_html_6869840610:896:66105:66133 Green River Iran -0.00850549498541811055 +39065 cspg_html_1324104562 cspg_html_1324104562:54:7714:7744 Mackenzie Cordillera Administrative Region -0.488452230972983181 +39066 cspg_html_5515814749 cspg_html_5515814749:268:34619:34631 Medicine Hat Bow Island Airport -0.484135384227082133 +39067 aapg_aa_696.html aapg_aa_696.html:685:75098:75104 Denver Colorado -0.0486919238997245429 +39068 palaios_html_2994452429 palaios_html_2994452429:158:14422:14430 Columbia Victoria, British Columbia -0.0586021206234843689 +39069 sedimentology_html_2556845651 sedimentology_html_2556845651:176:15087:15091 Troy New York City -0.489955605215405154 +39070 aapg_ah_869.html aapg_ah_869.html:464:49814:49826 Dakota Elk Creek, California -0.440325191296006335 +39071 aapg_aa_86.html aapg_aa_86.html:223:17579:17599 Tuscaloosa Central City, Louisiana -0.266743132234808389 +39072 aapg_ae_708.html aapg_ae_708.html:529:58826:58850 Honaker Virginia -0.463362613223226583 +39073 aapg_ai_835.html aapg_ai_835.html:61:6829:6855 Ingleside Matagorda Island -0.493411698974303814 +39074 aapg_ai_232.html aapg_ai_232.html:47:4095:4104 Smackover Arkansas -0.427645821637091417 +39075 aapg_ac_570.html aapg_ac_570.html:337:29232:29257 Frio Gulf Coast of the United States -0.45937423310039871 +39076 palaios_html_5132711942 palaios_html_5132711942:742:67266:67271 Steel Amsterdam -2.08461351353560743e-05 +39077 aapg_aa_233.html aapg_aa_233.html:4:603:613 San Felipe Matamoros, Tamaulipas -0.0370660655999496616 +39078 aapg_ah_3.html aapg_ah_3.html:60:8727:8752 Mirador Washington (state) -0.0318724035351878252 +39079 aapg_af_483.html aapg_af_483.html:66:8544:8561 El Plan Honduras -0.47735290933611807 +39080 aapg_ah_430.html aapg_ah_430.html:258:21226:21234 Sundance Loveland, Ohio 0.895990239237307473 +39081 gsa_html_4482097834 gsa_html_4482097834:637:58660:58668 Richmond Virginia -0.44830973456876172 +39082 jgeology_html_2022713612 jgeology_html_2022713612:1106:87259:87297 Kingston Peak California -0.0707584967411550164 +39083 aapg_ac_270.html aapg_ac_270.html:55:4335:4369 Onondaga Cattaraugus County, New York -0.467877607461444023 +39084 geology_html_3342004799 geology_html_3342004799:331:27759:27766 Cadomin Lacombe, Alberta -0.00621572872549000163 +39085 cspg_html_9222238695 cspg_html_9222238695:6:402:410 Columbia Victoria, British Columbia -0.0129533588216162645 +39086 aapg_ae_415.html aapg_ae_415.html:971:122381:122396 Byram Shreveport, Louisiana -0.419653547396107496 +39087 aapg_af_861.html aapg_af_861.html:196:19289:19303 Iola Wann, Oklahoma -0.0111046462862114288 +39088 aapg_aa_233.html aapg_aa_233.html:3:289:295 Sierra Mexico -0.493411698974303814 +39089 cspg_html_2863271815 cspg_html_2863271815:487:57652:57669 Guelph Lockport (city), New York -0.00486067457957646467 +39090 gsa_html_8990633722 gsa_html_8990633722:806:65186:65202 Fish Canyon Tuff Durango, Durango -0.0217296792824245993 +39091 cspg_html_4727171280 cspg_html_4727171280:172:16396:16414 Edmonton Lacombe, Alberta 0.0051976984001821944 +39092 cspg_html_1132698231 cspg_html_1132698231:282:38198:38217 Santa Cruz Rancho Santa Margarita, California -0.496102469458349238 +39093 aapg_aa_861.html aapg_aa_861.html:349:35937:35946 Allen Bay Palmer, Alaska -0.450743884934886652 +39094 gsa_html_8106176286 gsa_html_8106176286:1685:137747:137775 Green River Colorado -0.0215106592204126722 +39095 gsa_html_8951179545 gsa_html_8951179545:906:91510:91539 Wilcox Texas -0.0703720409304182948 +39096 aapg_ac_103.html aapg_ac_103.html:32:6457:6476 Crescent Clallam County, Washington -0.44961357796588941 +39097 cspg_html_3926542795 cspg_html_3926542795:1345:142185:142200 Elk Canada -0.018955619907530568 +39098 jgeology_html_3425370855 jgeology_html_3425370855:725:49091:49100 Queenston Oswego, New York -0.00525502734736806466 +39099 cspg_html_4331869613 cspg_html_4331869613:268:36477:36483 Forbes Svalbard -0.0340313466956898014 +39100 aapg_aa_314.html aapg_aa_314.html:186:22450:22457 Raritan Matawan, New Jersey -0.471543117662309108 +39101 cspg_html_4326384800 cspg_html_4326384800:1004:147133:147152 Waterways Lacombe, Alberta -0.470181697121159758 +39102 cspg_html_8806021601 cspg_html_8806021601:79:9010:9030 Griper Bay Banks Island -0.0281956113391264446 +39103 palaios_html_2592562131 palaios_html_2592562131:60:5996:6016 Bloomsburg Pennsylvania -0.449755070503296051 +39104 aapg_ad_81.html aapg_ad_81.html:1046:172392:172399 La Luna South America -0.0465034686644063416 +39105 aapg_ae_138.html aapg_ae_138.html:41:4194:4199 Eutaw Tuscaloosa, Alabama -0.0129255578059820249 +39106 aapg_ai_491.html aapg_ai_491.html:295:36461:36486 Pinkerton Trail Belden, California -0.0239565449099976777 +39107 gsa_html_3199774259 gsa_html_3199774259:254:31203:31209 Midway Pennsylvania -0.452927573923113447 +39108 AMJC_html_1767296229 AMJC_html_1767296229:18:1083:1088 Queen Toronto -0.467071222132578012 +39109 gsa_html_5526369353 gsa_html_5526369353:520:57822:57834 Austin Chalk Texas -0.00638076930644856932 +39110 palaios_html_5921824758 palaios_html_5921824758:493:39827:39857 White River Nebraska -0.0045966157065965357 +39111 cspg_html_9957758447 cspg_html_9957758447:349:44327:44345 Birdbear Regina, Saskatchewan -0.449440672427322663 +39112 sedimentology_html_1966055600 sedimentology_html_1966055600:756:83485:83489 Hall London, Ontario -0.469093158774920749 +39113 cspg_html_3926542795 cspg_html_3926542795:128:18555:18560 Nisku Swan Hill, Victoria -0.00600378253077448604 +39114 aapg_ah_779.html aapg_ah_779.html:139:26587:26595 Virginia Knoxville, Tennessee -0.0859746682400213541 +39115 gsa_html_7854597776 gsa_html_7854597776:823:64063:64091 Green River Colorado -0.448327675040319895 +39116 aapg_af_868.html aapg_af_868.html:279:21499:21503 Hale East County, San Diego -0.444838140504144441 +39117 aapg_af_131.html aapg_af_131.html:664:66305:66331 Dewey Lake Texas 0.960444825051378182 +39118 cspg_html_9717154602 cspg_html_9717154602:715:67253:67271 Lea Park Lacombe, Alberta 0.00348653482604391416 +39119 aapg_af_699.html aapg_af_699.html:228:21686:21689 Elk Greenwood, South Carolina -0.0108839893390520418 +39120 aapg_ac_366.html aapg_ac_366.html:219:25833:25842 Rochester Huntington, West Virginia -0.0239791454230104222 +39121 cspg_html_5117208919 cspg_html_5117208919:204:18243:18284 Muskeg Lacombe, Alberta -0.463253167093327645 +39122 palaios_html_5582845937 palaios_html_5582845937:334:34116:34123 Hampton Virginia -0.0436450734068527316 +39123 aapg_aa_313.html aapg_aa_313.html:1393:148958:148991 Moenkopi Colorado -0.44844429668252761 +39124 aapg_ai_986.html aapg_ai_986.html:221:23585:23603 Paradise Arizona -0.440965692630365336 +39125 cspg_html_8362959053 cspg_html_8362959053:63:9458:9478 Mountain Park Mountain Park (Holyoke, Massachusetts) -0.0464616568793586454 +39126 geology_html_7458357361 geology_html_7458357361:15:802:808 Denver Earth -0.481482104366479757 +39127 sedimentology_html_3181527419 sedimentology_html_3181527419:83:8218:8234 Supai New Mexico -0.0392782870529255687 +39128 aapg_aa_191.html aapg_aa_191.html:488:48280:48291 Horse Range Seattle -0.477204643263094197 +39129 aapg_ac_944.html aapg_ac_944.html:127:14235:14252 Tererro Sangre de Cristo Range -0.457736710679965686 +39130 gsa_html_8246054779 gsa_html_8246054779:1605:122258:122286 Green River Colorado -0.0136501305925687388 +39131 aapg_ai_916.html aapg_ai_916.html:341:45179:45199 Sabinetown Rockdale, Texas -0.431113360606789509 +39132 aapg_ai_975.html aapg_ai_975.html:403:36503:36511 Pearsall Pearsall, Texas -0.142051310765796412 +39133 geology_html_5757826175 geology_html_5757826175:285:25371:25377 Active Oman -0.507380013179488221 +39134 jgeology_html_3756303604 jgeology_html_3756303604:153:8192:8209 Tillery North Carolina -0.0566077792126221876 +39135 geology_html_9889606219 geology_html_9889606219:16:682:690 Colorado Denver -0.449467616590735308 +39136 gsa_html_2145963783 gsa_html_2145963783:525:51460:51488 Strathearn Reno, Nevada -0.478280146619880497 +39137 aapg_ah_60.html aapg_ah_60.html:249:24014:24033 Kulthieth Malaspina Glacier -0.269204246310973949 +39138 aapg_ae_96.html aapg_ae_96.html:280:31424:31432 Columbia Lacombe, Alberta -0.0160185962775735123 +39139 aapg_ad_2.html aapg_ad_2.html:462:68384:68401 Tomstown Virginia -0.0252830771132320185 +39140 cspg_html_4143222666 cspg_html_4143222666:736:66562:66574 Medicine Hat Milk River, Alberta -0.475963906981033746 +39141 aapg_aa_703.html aapg_aa_703.html:306:26200:26216 Seabee England -0.00153219252139514682 +39142 aapg_ac_824.html aapg_ac_824.html:501:50140:50148 Colorado Colorado -0.463764030920631232 +39143 aapg_ae_139.html aapg_ae_139.html:344:35493:35502 Red River Winnipeg 0.418214611139295755 +39144 aapg_ac_55.html aapg_ac_55.html:553:61582:61599 Potomac Chesapeake Bay -0.440247382693200906 +39145 cspg_html_8568877195 cspg_html_8568877195:78:12285:12302 Belly River Dissected Till Plains -0.013877758051455481 +39146 jgeology_html_8529494105 jgeology_html_8529494105:1228:56149:56155 Thrifty London, Ontario -0.0238644046922454368 +39147 aapg_aa_85.html aapg_aa_85.html:144:12635:12646 San Antonio Houston -0.0118656633091786638 +39148 aapg_af_628.html aapg_af_628.html:5:557:565 Golconda Hardinsburg, Indiana -0.435714594595624227 +39149 gsa_html_4675429437 gsa_html_4675429437:602:42761:42771 San Felipe Sonora -0.478642038078168519 +39150 aapg_aa_623.html aapg_aa_623.html:54:6566:6577 Belly River Lacombe, Alberta -0.0905381334512687791 +39151 cspg_html_6306091047 cspg_html_6306091047:633:87538:87546 Columbia Victoria, British Columbia -0.0436450734068527316 +39152 aapg_ae_305.html aapg_ae_305.html:1073:92488:92499 Colon Colombia -0.0220234486290734922 +39153 aapg_ad_329.html aapg_ad_329.html:115:16012:16026 Bedford Pennsylvania 0.00736581097593620986 +39154 aapg_ae_599.html aapg_ae_599.html:597:53961:53982 Sadlerochit Prudhoe Bay Oil Field 0.0037592765078730871 +39155 aapg_af_666.html aapg_af_666.html:234:19491:19507 Amsden Cheyenne, Wyoming -0.455482628602140449 +39156 cspg_html_6588844164 cspg_html_6588844164:346:47867:47873 Taylor Ottawa, Kansas 0.00421268950566507355 +39157 cspg_html_4326384800 cspg_html_4326384800:154:21820:21835 Cairn Lacombe, Alberta -0.448296279445968116 +39158 aapg_ad_557.html aapg_ad_557.html:1252:109937:109955 Madison Cheyenne, Wyoming -0.178865285677625274 +39159 sedimentology_html_3841637081 sedimentology_html_3841637081:241:14228:14263 Swan Hills Swan Hill, Victoria -0.492342974330111982 +39160 aapg_ae_268.html aapg_ae_268.html:185:18404:18421 Cypress Illinois -0.0344245588872295546 +39161 AMJC_html_1252169248 AMJC_html_1252169248:11:649:655 Denver Colorado -0.46328736756315686 +39162 aapg_af_663.html aapg_af_663.html:193:22513:22519 Pawnee Fort Scott National Historic Site -0.035632122339872542 +39163 aapg_ah_224.html aapg_ah_224.html:85:8611:8619 Wolfcamp Texas -0.442682549290708161 +39164 gsa_html_5081991493 gsa_html_5081991493:1354:100627:100648 Green River Logan, Utah -0.489758135810969386 +39165 aapg_aa_306.html aapg_aa_306.html:3:484:488 Lyre Olympic National Park -0.420813643173481466 +39166 aapg_ae_473.html aapg_ae_473.html:149:13286:13293 Wiggins Attala County, Mississippi -0.472501057082917231 +39167 sedimentology_html_3274202608 sedimentology_html_3274202608:104:7794:7800 Sierra Spain -0.0724655339771420881 +39168 aapg_af_849.html aapg_af_849.html:22:3462:3470 Colorado Denver -0.45295011354581094 +39169 cspg_html_8662646956 cspg_html_8662646956:394:51689:51699 Pine Point Dolomites -0.020196595303077311 +39170 aapg_ae_70.html aapg_ae_70.html:363:36948:36956 Colorado Colorado -0.464569693827358687 +39171 aapg_ac_807.html aapg_ac_807.html:500:50507:50524 Raritan Closter, New Jersey -0.0143364940209374722 +39172 aapg_ad_695.html aapg_ad_695.html:66:6187:6202 Cockfield Shreveport, Louisiana -0.24075445543804444 +39173 aapg_af_880.html aapg_af_880.html:416:62829:62835 Putnam Wichita, Kansas -0.0249388283192189877 +39174 cspg_html_9142742810 cspg_html_9142742810:108:15776:15799 Watt Mountain East Kilbride -0.0506509051785974038 +39175 aapg_ad_205.html aapg_ad_205.html:41:5173:5192 Arkansas Novaculite Arkansas -0.288812272785697544 +39176 aapg_ai_112.html aapg_ai_112.html:63:12594:12602 Ogallala San Joaquin River 0.0460313563891954977 +39177 geology_html_4804337449 geology_html_4804337449:135:16580:16584 Iola Russia -0.474863540124580097 +39178 cspg_html_4516258038 cspg_html_4516258038:581:63861:63879 Eleanor River Melville Island (Canada) -0.00696275827002107526 +39179 cspg_html_4409656292 cspg_html_4409656292:775:80485:80496 Peace River Victoria, British Columbia -0.470457490274840129 +39180 palaios_html_5921824758 palaios_html_5921824758:551:42431:42440 Chuckanut Washington (state) -0.0498979272948652103 +39181 aapg_aa_15.html aapg_aa_15.html:82:10797:10816 Wellborn Texas -0.46567095948211501 +39182 cspg_html_2928630722 cspg_html_2928630722:9:1139:1147 Columbia Victoria, British Columbia -0.469038078694436811 +39183 aapg_ae_72.html aapg_ae_72.html:293:26653:26660 Kayenta Chinle Formation -0.0291051443398700656 +39184 aapg_ah_68.html aapg_ah_68.html:197:32082:32093 Beekmantown Kentucky -0.0351971054761553784 +39185 aapg_ah_85.html aapg_ah_85.html:93:10694:10702 Virginia Maryland -0.0576354087003293492 +39186 cspg_html_7278957427 cspg_html_7278957427:100:13804:13826 Eureka Sound Canada -0.0153513023699453546 +39187 aapg_ah_328.html aapg_ah_328.html:313:32549:32567 Sundance Colorado 0.562294828600419461 +39188 aapg_af_95.html aapg_af_95.html:163:14653:14681 Walnut Paluxy, Texas -0.0522390328251030739 +39189 sedimentology_html_9986829348 sedimentology_html_9986829348:1138:81912:81918 Taylor Logan, Utah -0.496915172747898759 +39190 gsa_html_8840132442 gsa_html_8840132442:284:33962:33989 Belly River Highwood, Illinois -0.0201913809518237848 +39191 palaios_html_5941305386 palaios_html_5941305386:650:80352:80358 Chinle Chinle Formation 0.0217713977018547424 +39192 cspg_html_9768299963 cspg_html_9768299963:200:20933:20941 Whitemud Horseshoe Canyon Formation -0.479772763003628699 +39193 cspg_html_2976104632 cspg_html_2976104632:533:54943:54961 Whitemud Lacombe, Alberta 0.961774097242003245 +39194 cspg_html_9941227593 cspg_html_9941227593:393:49544:49553 Lodgepole Williston Basin -0.010750205891597751 +39195 aapg_ac_688.html aapg_ac_688.html:39:4296:4303 Paradox Uinta Mountains -0.0768091337039422117 +39196 aapg_ac_841.html aapg_ac_841.html:287:36893:36898 Coban Honduras -0.465186416944366576 +39197 gsa_html_5209011334 gsa_html_5209011334:12:458:466 Colorado Denver -0.514511521045416309 +39198 aapg_ah_508.html aapg_ah_508.html:4:531:552 Beekmantown Schuylkill River Trail -0.447117481542723516 +39199 cspg_html_6715452766 cspg_html_6715452766:6:319:341 Eureka Sound Ellesmere Island -0.423116197439436237 +39200 aapg_ad_2.html aapg_ad_2.html:1565:215376:215395 Gatesburg Middle East -0.0658153170866257325 +39201 aapg_af_608.html aapg_af_608.html:195:21831:21837 Reklaw Carrizo Plain -0.0131166903262873984 +39202 aapg_ai_241.html aapg_ai_241.html:94:10735:10756 Winnipeg Winnipeg -0.285145758946284522 +39203 aapg_ai_477.html aapg_ai_477.html:288:32115:32123 Moosebar Clearwater, Florida -0.227584023008830127 +39204 aapg_ad_144.html aapg_ad_144.html:21:1895:1901 Dakota Powder River Basin -0.563718892855249121 +39205 aapg_aa_302.html aapg_aa_302.html:325:39185:39205 Phosphoria Cheyenne, Wyoming -0.43773654922535371 +39206 gsa_html_3448554349 gsa_html_3448554349:641:69621:69629 Catskill Pocono Raceway -0.457492019193031785 +39207 aapg_aa_23.html aapg_aa_23.html:298:33538:33551 Winnipeg Red River of the North 1.12835262873376574 +39208 gsa_html_2452406998 gsa_html_2452406998:917:84569:84597 Green River Colorado 0.0182239329046336093 +39209 cspg_html_1456761793 cspg_html_1456761793:26:5351:5359 Columbia Victoria, British Columbia -0.00593429213199152261 +39210 aapg_ad_999.html aapg_ad_999.html:113:11616:11628 Saskatchewan Lacombe, Alberta -0.025547354296840772 +39211 AMJC_html_7141186441 AMJC_html_7141186441:1785:158641:158649 Colorado Denver -0.099176910792588141 +39212 aapg_ah_815.html aapg_ah_815.html:68:5185:5202 Hosston Wayne County, Michigan 0.729534278502796396 +39213 aapg_ah_370.html aapg_ah_370.html:212:16890:16911 Traverse Thunder Bay -0.00346568835703443216 +39214 aapg_ae_4.html aapg_ae_4.html:102:12898:12917 Beirdneau Logan, Utah -0.463396817899322633 +39215 aapg_ah_753.html aapg_ah_753.html:329:52494:52504 Long Reach Eastport, New York -0.131805003075232269 +39216 aapg_ai_584.html aapg_ai_584.html:136:15431:15440 Bell Hartville, Missouri -0.0252830771132320185 +39217 aapg_ak_76.html aapg_ak_76.html:80:10928:10945 Aymamon Guatemala -0.49031069539919736 +39218 aapg_ah_217.html aapg_ah_217.html:235:29397:29426 Price Virginia 0.492361836348856996 +39219 aapg_ai_971.html aapg_ai_971.html:129:13905:13922 Renault Crittenden County, Kentucky -0.0272061513057389563 +39220 aapg_ae_275.html aapg_ae_275.html:214:19124:19140 Modelo Santa Monica Mountains -0.478377564070346595 +39221 aapg_ai_876.html aapg_ai_876.html:53:6642:6655 Lake Michigan Lake Huron -0.440514182187833891 +39222 aapg_ad_52.html aapg_ad_52.html:628:67572:67580 Michigan Michigan -0.433800750581361583 +39223 aapg_aa_147.html aapg_aa_147.html:748:74517:74526 Red River Williston Basin -0.0409390916032161337 +39224 cspg_html_4812473779 cspg_html_4812473779:620:78631:78640 Extension Cape Cod -0.0459076709606554625 +39225 aapg_ak_104.html aapg_ak_104.html:6:1221:1237 Amsden Cheyenne, Wyoming -0.0162966409406991447 +39226 aapg_ad_557.html aapg_ad_557.html:10409:572437:572459 Beaufort Anchorage, Alaska -0.405056313735795426 +39227 palaios_html_3022467877 palaios_html_3022467877:355:39911:39929 Navesink Closter, New Jersey -0.0160151207401750574 +39228 aapg_aa_457.html aapg_aa_457.html:69:12193:12201 Norphlet Haynesville, Louisiana -0.447576718586244704 +39229 aapg_aa_623.html aapg_aa_623.html:13:2365:2383 Lea Park Regina, Saskatchewan -0.050187257094561899 +39230 aapg_ah_44.html aapg_ah_44.html:437:58569:58579 Lock Haven Catskill Mountains -0.478307979059971577 +39231 aapg_ad_660.html aapg_ad_660.html:468:64164:64169 Queen New Mexico -0.454475093508583283 +39232 aapg_ai_321.html aapg_ai_321.html:212:29364:29383 Matagalpa Matagalpa -0.430026468312881383 +39233 aapg_af_568.html aapg_af_568.html:800:75541:75560 Minnelusa Cheyenne, Wyoming 0.0173358628953661428 +39234 aapg_af_98.html aapg_af_98.html:16:2533:2539 Dakota Cedar Mountains -0.00253281259735845714 +39235 palaios_html_7465495929 palaios_html_7465495929:137:14699:14708 Margarita Porlamar -0.484114368303559472 +39236 cspg_html_9343899465 cspg_html_9343899465:866:79190:79202 Vendom Fiord Ellesmere Island -0.0930185185158085015 +39237 aapg_ah_628.html aapg_ah_628.html:14:1855:1871 Chinle Santa Rosa, California -0.427887128546325712 +39238 aapg_ac_499.html aapg_ac_499.html:64:6216:6224 Colorado Denver -0.418625207464451421 +39239 cspg_html_4666332434 cspg_html_4666332434:60:9746:9754 Foremost Milk River, Alberta -0.504238916416323235 +39240 aapg_ac_684.html aapg_ac_684.html:137:13871:13886 Eagle Mississippi River -0.0155250750483416668 +39241 cspg_html_2834693711 cspg_html_2834693711:367:50779:50795 Benson England -0.512523518638323461 +39242 aapg_ad_169.html aapg_ad_169.html:495:58141:58159 Maccrady Greenbrier (Great Smoky Mountains) -0.455279223830003521 +39243 sedimentology_html_7518899751 sedimentology_html_7518899751:1649:87652:87674 Debolt Victoria, British Columbia -0.0217296792824245993 +39244 AMJC_html_2890539371 AMJC_html_2890539371:79:9280:9298 Paskapoo Lacombe, Alberta -0.47735290933611807 +39245 aapg_ad_749.html aapg_ad_749.html:278:28336:28346 San Andres Carlsbad, New Mexico -0.440745470442491794 +39246 cspg_html_2873888604 cspg_html_2873888604:388:56645:56677 Montney Lacombe, Alberta -0.459022435464294998 +39247 aapg_ad_116.html aapg_ad_116.html:207:25849:25864 Joins Marshall County, Kentucky -0.0194353152309463539 +39248 aapg_ah_456.html aapg_ah_456.html:128:15220:15226 Bertie Quebec City -0.455310861563052449 +39249 jgeology_html_3739517257 jgeology_html_3739517257:841:61258:61266 Colorado Gunnison River -0.459860167847925383 +39250 cspg_html_4413081832 cspg_html_4413081832:498:49233:49254 Belly River Lacombe, Alberta -0.459274353933584956 +39251 gsa_html_5140765555 gsa_html_5140765555:293:24433:24438 Olema San Francisco -0.0479251987471817145 +39252 aapg_ac_654.html aapg_ac_654.html:4:408:414 Salina Onondaga (tribe) -0.000701820035486776629 +39253 cspg_html_7494952355 cspg_html_7494952355:126:24306:24325 Rochester Ontario, California -0.454143259443463898 +39254 gsa_html_1327225964 gsa_html_1327225964:58:3499:3527 Green River Colorado -0.0138430056451466221 +39255 aapg_ai_222.html aapg_ai_222.html:187:16207:16214 Success California -0.473676885959420813 +39256 cspg_html_2834693711 cspg_html_2834693711:399:55173:55182 Extension England -0.0523384112455297576 +39257 jgeology_html_2809998069 jgeology_html_2809998069:244:16906:16933 Rhode Island Scituate, Massachusetts -0.415156891376285975 +39258 aapg_ae_873.html aapg_ae_873.html:797:92221:92233 Walnut Goodland, Kansas -0.0848871648700144643 +39259 aapg_ac_198.html aapg_ac_198.html:221:19371:19393 Mt Lytton Austin, Chicago -0.465705253187009671 +39260 aapg_ac_333.html aapg_ac_333.html:1870:183535:183546 Green River Logan, Utah -0.183487016456868907 +39261 aapg_ah_751.html aapg_ah_751.html:58:4685:4694 Boquillas Pecos River -0.440245159686024512 +39262 gsa_html_3696101390 gsa_html_3696101390:604:57491:57517 Chuckanut Washington (state) -0.479475427251918496 +39263 aapg_aa_23.html aapg_aa_23.html:112:12941:12966 Stony Mountain Red River of the North 0.896211714270480964 +39264 sedimentology_html_2845079604 sedimentology_html_2845079604:2545:179805:179809 Ross Stroudsburg, Pennsylvania -0.0100621846511943919 +39265 aapg_ah_253.html aapg_ah_253.html:36:6043:6058 Queen Texas -0.040714500181089297 +39266 aapg_af_833.html aapg_af_833.html:340:37001:37020 Rock Springs Middle East -0.0357069470350891913 +39267 aapg_ac_336.html aapg_ac_336.html:79:8522:8540 Sunblood Mackenzie River -0.0230751498951462693 +39268 gsa_html_6983076294 gsa_html_6983076294:38:4368:4375 El Paso Texas -0.0213125005692229447 +39269 aapg_ai_764.html aapg_ai_764.html:219:22425:22444 Oil Creek West Texas 0.00403028171567929548 +39270 cspg_html_2749851978 cspg_html_2749851978:564:66713:66730 Cardium Lacombe, Alberta -0.435679199475508039 +39271 sedimentology_html_7879809021 sedimentology_html_7879809021:1133:89074:89097 Little Valley Virginia -0.0493471854189157233 +39272 palaios_html_3985706634 palaios_html_3985706634:613:58349:58379 Borden Kentucky -0.498291214810456184 +39273 aapg_ah_374.html aapg_ah_374.html:109:12323:12338 Galesburg Iowa 0.418481804874226926 +39274 aapg_af_575.html aapg_af_575.html:388:52529:52549 Bainbridge Edgewood, Washington -0.0147465829377091441 +39275 aapg_ae_947.html aapg_ae_947.html:144:14243:14250 Temblor Coalinga, California -0.258826927082367375 +39276 aapg_ae_253.html aapg_ae_253.html:86:8064:8087 Cotton Valley Richland, Washington -0.00200296970089739335 +39277 aapg_ah_519.html aapg_ah_519.html:3:439:455 Dakota Colorado 0.671805499328538502 +39278 cspg_html_4407743346 cspg_html_4407743346:419:55288:55294 Oxford Pergamon Museum -0.450676431675374467 +39279 palaios_html_3036115408 palaios_html_3036115408:550:53792:53803 Bloomington Currie, Minnesota -0.494585786210081368 +39280 gsa_html_7442738603 gsa_html_7442738603:1082:106326:106345 Pocatello Boise, Idaho -0.493411698974303814 +39281 cspg_html_2175627313 cspg_html_2175627313:24:3617:3643 Montney Pangaea -0.471432653520514666 +39282 aapg_ah_903.html aapg_ah_903.html:104:17679:17699 Cockfield Charlotte, North Carolina -0.00153219252139514682 +39283 geology_html_2826481437 geology_html_2826481437:359:24461:24467 Oxford Craig, Colorado -0.0137370110791438689 +39284 AMJC_html_1938223835 AMJC_html_1938223835:114:14750:14770 Third Lake Chandler, Arizona -0.457582637906406409 +39285 aapg_ah_505.html aapg_ah_505.html:1384:110155:110161 Dakota Roxborough State Park -0.423312692876289309 +39286 cspg_html_2193428533 cspg_html_2193428533:213:25724:25754 Doig Lacombe, Alberta -0.425384893115628659 +39287 aapg_ai_688.html aapg_ai_688.html:392:43099:43114 Rose Hill Huntington, West Virginia -0.22138741638044987 +39288 sedimentology_html_7195393000 sedimentology_html_7195393000:1083:82616:82634 Dunvegan Lacombe, Alberta -0.492640099962427858 +39289 aapg_ai_28.html aapg_ai_28.html:41:3940:3949 Catahoula Shreveport, Louisiana 0.366763506305416043 +39290 aapg_ad_466.html aapg_ad_466.html:965:104355:104376 Hornerstown Chesapeake Bay -0.12647207574133626 +39291 aapg_af_592.html aapg_af_592.html:136:12166:12172 Paluxy Del Rio, Tennessee -0.0131166903262873984 +39292 palaios_html_8280263766 palaios_html_8280263766:551:42916:42941 Astoria Salem, Oregon -0.479073721727517277 +39293 aapg_ac_222.html aapg_ac_222.html:405:53589:53595 Cutler Hermosa, Chicago -0.47395378155658785 +39294 aapg_aa_914.html aapg_aa_914.html:195:19679:19684 Atoka Parker County, Texas -0.0547762326549638551 +39295 cspg_html_7086880709 cspg_html_7086880709:187:21870:21878 Columbia Lacombe, Alberta -0.00764378019701813464 +39296 aapg_ah_318.html aapg_ah_318.html:2039:184023:184042 La Casita Durango, Durango -0.477142101104954475 +39297 aapg_ah_647.html aapg_ah_647.html:24:2480:2494 Earp Missouri River -0.459837454744856933 +39298 aapg_ac_807.html aapg_ac_807.html:1176:102283:102289 Auburn Closter, New Jersey -0.444835906435795903 +39299 gsa_html_2772998091 gsa_html_2772998091:29:2796:2824 Green River Colorado -0.0480785377707896866 +39300 cspg_html_5818285590 cspg_html_5818285590:409:55633:55639 Oregon Washington (state) -0.0396699599273111145 +39301 cspg_html_3065473572 cspg_html_3065473572:171:23186:23203 Romaine Anticosti Island -0.257833724605025016 +39302 cspg_html_5947812886 cspg_html_5947812886:436:69069:69073 Pika Eldon, Missouri -0.0536688201190548622 +39303 aapg_ah_859.html aapg_ah_859.html:72:8930:8943 Chattahoochee Melbourne, Florida -0.493383370963238699 +39304 sedimentology_html_1046729113 sedimentology_html_1046729113:1901:154088:154107 Rock Springs Cheyenne, Wyoming -0.0534682838330376511 +39305 gsa_html_1040524378 gsa_html_1040524378:730:77743:77750 Norfolk Virginia -0.455197874748240694 +39306 aapg_ad_683.html aapg_ad_683.html:314:34086:34098 Hermit Little Colorado River -0.511015181265963236 +39307 jgeology_html_2022713612 jgeology_html_2022713612:83:3938:3959 Wood Canyon California -0.450707909241451543 +39308 gsa_html_8347407449 gsa_html_8347407449:1012:86569:86597 Green River Colorado -0.000889435409818231594 +39309 aapg_ai_81.html aapg_ai_81.html:540:45863:45871 Catskill Conneaut, Ohio -0.119549619325343123 +39310 gsa_html_9314974751 gsa_html_9314974751:213:24241:24253 Pethei Canada -0.494566874481706664 +39311 gsa_html_1860930948 gsa_html_1860930948:728:73102:73129 Moenkopi Colorado -0.436850160261835319 +39312 gsa_html_3974514270 gsa_html_3974514270:29:2796:2824 Green River Colorado 0.0243268497329823356 +39313 gsa_html_1636483297 gsa_html_1636483297:579:54042:54069 Green River Cheyenne, Wyoming -0.0265836451265893982 +39314 palaios_html_3491046542 palaios_html_3491046542:80:10303:10321 Beekmantown Lincolnshire, Illinois -0.469506369220983932 +39315 aapg_ae_767.html aapg_ae_767.html:98:9518:9539 Johnson Colorado -0.438930071485580497 +39316 sedimentology_html_6688819115 sedimentology_html_6688819115:1095:99758:99765 Gateway Colorado -0.528203408470760083 +39317 geology_html_3476065747 geology_html_3476065747:283:20885:20893 Scotland London, Ontario -0.478488911708928044 +39318 aapg_aa_302.html aapg_aa_302.html:117:14357:14379 Oquirrh Logan, Utah 0.801513010986258378 +39319 cspg_html_9476379853 cspg_html_9476379853:225:27733:27743 Trout Lake Lacombe, Alberta -0.0398370785846279343 +39320 cspg_html_4924970281 cspg_html_4924970281:469:62538:62560 Grand Rapids Clearwater, Florida -0.0255351835335731921 +39321 gsa_html_5773604426 gsa_html_5773604426:388:34906:34938 Wilcox Middle East 0.0254917166036998516 +39322 cspg_html_5484260516 cspg_html_5484260516:1139:100012:100032 Big Valley Lacombe, Alberta -0.441517589995484405 +39323 aapg_ac_876.html aapg_ac_876.html:410:41655:41669 Nonesuch Washington (state) -0.25379183705269287 +39324 sedimentology_html_6688819115 sedimentology_html_6688819115:1095:99714:99730 Cutler Colorado -0.465641239344597002 +39325 aapg_ae_715.html aapg_ae_715.html:1115:123962:123982 Queen East Texas -0.0330048845874642768 +39326 aapg_ae_958.html aapg_ae_958.html:1161:100681:100703 Bluff Carlsbad, New Mexico -0.02660103319374214 +39327 aapg_af_854.html aapg_af_854.html:1059:149188:149206 Golconda Jackson County, Missouri -0.0506509051785974038 +39328 aapg_aa_39.html aapg_aa_39.html:212:19668:19685 Hermosa Colorado -0.449880860071139699 +39329 palaios_html_4902347637 palaios_html_4902347637:15:729:735 Brazil Viracopos-Campinas International Airport -0.454113919430063184 +39330 cspg_html_6284849447 cspg_html_6284849447:29:4003:4009 Luscar Dissected Till Plains -0.0289590583087490083 +39331 aapg_ae_66.html aapg_ae_66.html:209:20403:20423 Minnelusa Powder River (Montana) -0.00138974352800571069 +39332 AMJC_html_8402437205 AMJC_html_8402437205:223:26690:26699 Chumstick Peshastin, Washington -0.480611894173340604 +39333 gsa_html_2561127673 gsa_html_2561127673:502:46146:46167 Quinn River Reno, Nevada -0.435767689782418699 +39334 aapg_ad_318.html aapg_ad_318.html:35:5976:5982 Guelph Ontario, California -0.00693148706696411487 +39335 cspg_html_7602315496 cspg_html_7602315496:8:1116:1136 Milk River Colorado -0.0494674389497957237 +39336 gsa_html_3096615185 gsa_html_3096615185:322:32252:32270 Weymouth Nahant, Massachusetts -0.0404881732436468966 +39337 aapg_ad_865.html aapg_ad_865.html:135:13942:13966 Hermosa Colorado -0.0288773204111550628 +39338 aapg_ah_318.html aapg_ah_318.html:1603:154598:154604 Sierra Durango, Durango -0.0347847257870449039 +39339 aapg_ah_49.html aapg_ah_49.html:79:10009:10023 Violin Breccia San Gabriel Valley -0.493411698974303814 +39340 cspg_html_1222040397 cspg_html_1222040397:727:87294:87310 Cassiar Victoria, British Columbia -0.0584293582845294424 +39341 aapg_ad_2.html aapg_ad_2.html:1815:232717:232729 Little Falls Herkimer County, New York -0.182230818606703593 +39342 aapg_ae_467.html aapg_ae_467.html:316:23664:23671 Bedford Michigan -0.0323925309205377876 +39343 cspg_html_3463500725 cspg_html_3463500725:170:21576:21588 Willow Creek Strawberry Creek -0.445408004975414329 +39344 aapg_ac_55.html aapg_ac_55.html:173:20829:20840 Englishtown Manasquan, New Jersey -0.463396817899322633 +39345 gsa_html_4930932370 gsa_html_4930932370:883:91999:92016 Onaping Sudbury, Suffolk 0.753375355728644558 +39346 aapg_ad_11.html aapg_ad_11.html:141:19850:19864 Wasatch Powder River Basin -0.431256465733329653 +39347 aapg_af_90.html aapg_af_90.html:47:8348:8365 Stirling Death Valley -0.472123282834716163 +39348 aapg_aa_626.html aapg_aa_626.html:218:25191:25210 Patapsco Maryland -0.444871652179790411 +39349 aapg_ad_757.html aapg_ad_757.html:196:21737:21743 Galena Decorah, Iowa -0.0361854896356224864 +39350 cspg_html_6255491344 cspg_html_6255491344:21:3435:3469 Kootenay Victoria, British Columbia -0.454475093508583283 +39351 aapg_ah_160.html aapg_ah_160.html:204:26739:26759 Wills Creek Pennsylvania -0.0188530778518021767 +39352 cspg_html_6116883777 cspg_html_6116883777:1850:211851:211860 Rochester Rochester, Kent -0.0595131262108019449 +39353 palaios_html_2623118674 palaios_html_2623118674:950:99968:99984 New Haven Arkose Hartford, Connecticut -0.0214480825633718564 +39354 gsa_html_5627360957 gsa_html_5627360957:446:42347:42364 Harmony Reno, Nevada -0.226944580971558035 +39355 aapg_ad_983.html aapg_ad_983.html:138:12821:12864 Onondaga Jefferson County, Colorado -0.0119247384368411057 +39356 gsa_html_3032005498 gsa_html_3032005498:75:5204:5232 Green River Iran -0.0229847531233617133 +39357 aapg_af_880.html aapg_af_880.html:471:71238:71243 Supai Logan, Utah -0.406158505395503577 +39358 geology_html_7607447193 geology_html_7607447193:39:3924:3946 Huckleberry Ridge Tuff Boise, Idaho -0.0331753752251057327 +39359 aapg_ae_871.html aapg_ae_871.html:353:57099:57117 Frontier Nebraska -0.186439888830812556 +39360 aapg_ai_816.html aapg_ai_816.html:87:14824:14834 Plattsburg Wyandotte, Michigan -0.46687889797168336 +39361 cspg_html_3102530088 cspg_html_3102530088:317:38086:38104 Lea Park Regina, Saskatchewan -0.406036217790092746 +39362 aapg_ae_319.html aapg_ae_319.html:304:21914:21924 Phosphoria Cheyenne, Wyoming 0.27385556808587308 +39363 aapg_aa_731.html aapg_aa_731.html:382:50416:50428 Wilcox Texas 0.933042125631655894 +39364 aapg_ah_534.html aapg_ah_534.html:390:33216:33224 Catskill Honesdale, Pennsylvania -0.0328413551399559175 +39365 geology_html_9479757031 geology_html_9479757031:258:25516:25522 Oregon Washington (state) -0.458675312427173743 +39366 aapg_ai_696.html aapg_ai_696.html:441:50130:50143 Carlin Canyon Elko County, Nevada 0.0295608042385671933 +39367 geology_html_9772573337 geology_html_9772573337:339:27162:27173 Santa Cruz California -0.0449948948439064453 +39368 cspg_html_8227554214 cspg_html_8227554214:328:35688:35708 Boss Point New Brunswick, New Jersey -0.485603101959931283 +39369 aapg_ad_379.html aapg_ad_379.html:271:23643:23653 San Miguel Colorado -0.470085189955252725 +39370 aapg_ah_181.html aapg_ah_181.html:123:14532:14548 Chinle Chinle Formation -0.4462802459552766 +39371 aapg_aa_4.html aapg_aa_4.html:221:29315:29321 Ithaca Keuka Lake -0.464610795373413321 +39372 aapg_aa_900.html aapg_aa_900.html:71:9013:9024 Chazy Salem, Oregon -0.48957011234425174 +39373 cspg_html_8525917094 cspg_html_8525917094:170:22893:22898 Swift Cheyenne, Wyoming 0.848982476034082723 +39374 cspg_html_1781462584 cspg_html_1781462584:20:2848:2856 Columbia Victoria, British Columbia -0.423116197439436237 +39375 gsa_html_2989317971 gsa_html_2989317971:630:65949:65977 Challis Snake River Plain (ecoregion) -0.454041701910604445 +39376 aapg_aa_648.html aapg_aa_648.html:322:34073:34080 Norfolk Newport, Rhode Island -0.0676012060602025899 +39377 cspg_html_3447886929 cspg_html_3447886929:109:12837:12843 Mingan Anticosti Island -0.445989406971527558 +39378 aapg_ad_269.html aapg_ad_269.html:406:38325:38341 Chinle Colorado -0.0104235679161521783 +39379 sedimentology_html_2733147758 sedimentology_html_2733147758:74:7994:8002 Michigan Cheboygan County, Michigan -0.0340417857765505233 +39380 geology_html_9456541436 geology_html_9456541436:252:25108:25118 Washington Washington (state) -0.450595494357366455 +39381 cspg_html_4693916254 cspg_html_4693916254:50:8621:8648 Birdbear Mississippian culture -0.482430096983488987 +39382 aapg_ae_501.html aapg_ae_501.html:49:5705:5711 Casper Cheyenne, Wyoming -0.0587364945317297577 +39383 cspg_html_5947812886 cspg_html_5947812886:522:78658:78679 Mount Whyte Hockley -0.0208414480796128843 +39384 cspg_html_7866465429 cspg_html_7866465429:36:3636:3655 Kishenehn South Fork Flathead River -0.432316117842066305 +39385 geology_html_6064361784 geology_html_6064361784:198:18615:18619 Bond North Atlantic Current -0.466727815469158758 +39386 aapg_ad_466.html aapg_ad_466.html:965:104286:104296 Vincentown Chesapeake Bay -0.447276508327869859 +39387 aapg_ac_715.html aapg_ac_715.html:17:2345:2355 Cedar Lake Ramsey County, North Dakota -0.476218391360906934 +39388 aapg_af_188.html aapg_af_188.html:226:24846:24854 Colorado Colorado -0.449431691216236939 +39389 cspg_html_5891044027 cspg_html_5891044027:241:46909:46927 Phillips Arctic Cordillera -0.0371844096364450094 +39390 gsa_html_1826402027 gsa_html_1826402027:846:89697:89722 Hickey Arizona 1.30194105414749473 +39391 aapg_ad_717.html aapg_ad_717.html:370:39671:39691 Whitehorse Texas -0.416220582820664042 +39392 cspg_html_2498183035 cspg_html_2498183035:447:44293:44312 Swan Hills Lacombe, Alberta 0.00587522535278851409 +39393 aapg_ah_498.html aapg_ah_498.html:58:4256:4271 Oakville Oakville, California -0.44751173936929356 +39394 sedimentology_html_5673709888 sedimentology_html_5673709888:1958:115138:115143 Queen Nassau, Bahamas -0.466759861116235797 +39395 AMJC_html_9862385279 AMJC_html_9862385279:234:25344:25348 Open Da Qaidam -0.0512069723189051348 +39396 aapg_ac_5.html aapg_ac_5.html:128:12963:12970 Cardium Lacombe, Alberta 0.0287016726144722033 +39397 aapg_ai_699.html aapg_ai_699.html:38:6857:6863 Mohawk Mohawk Valley -0.488731563736560848 +39398 gsa_html_9236370057 gsa_html_9236370057:32:2213:2225 Rhode Island Newport, Rhode Island -0.432236767973233238 +39399 aapg_ae_705.html aapg_ae_705.html:640:63866:63880 Pico Ventura County, California -0.00153219252139514682 +39400 aapg_ad_401.html aapg_ad_401.html:181:13884:13904 Fort Union Long Creek, Illinois -0.450829332903146696 +39401 aapg_ac_400.html aapg_ac_400.html:586:59103:59110 Chemung Huntington, West Virginia 0.374198875702611455 +39402 aapg_ae_546.html aapg_ae_546.html:114:13923:13952 Cotton Valley East Texas -0.00672648739931064853 +39403 aapg_ac_476.html aapg_ac_476.html:528:70886:70906 Banquereau Canada -0.440680970807864891 +39404 aapg_ae_680.html aapg_ae_680.html:352:35135:35143 Woodbine Texas -0.443755252554939694 +39405 geology_html_7028217666 geology_html_7028217666:244:20174:20182 Beaumont Beaumont, Texas -0.461171691164054931 +39406 aapg_ad_883.html aapg_ad_883.html:47:6683:6704 Black River Franconia, New Hampshire -0.020196595303077311 +39407 cspg_html_4558848861 cspg_html_4558848861:76:12689:12697 Palliser Lacombe, Alberta -0.444871652179790411 +39408 aapg_aa_409.html aapg_aa_409.html:36:4820:4826 Perija Venezuela -0.465579516089382972 +39409 sedimentology_html_2487544504 sedimentology_html_2487544504:2829:72100:72118 Monterey California -0.458822766590828601 +39410 aapg_ac_835.html aapg_ac_835.html:1107:161677:161685 Tensleep Western world -0.472574788136010782 +39411 aapg_ac_400.html aapg_ac_400.html:147:15179:15189 Huntingdon Bedford, Massachusetts -0.0257194847392249668 +39412 cspg_html_3354282978 cspg_html_3354282978:999:104173:104200 Grosmont Lacombe, Alberta -0.52419661743740753 +39413 aapg_af_470.html aapg_af_470.html:161:15884:15897 Madison Logan, Utah -0.435926993396556828 +39414 aapg_ac_85.html aapg_ac_85.html:208:19729:19742 Turner Valley Lacombe, Alberta -0.436033210857306397 +39415 aapg_ai_491.html aapg_ai_491.html:607:69159:69167 Colorado Telluride, Colorado -0.47675536629509363 +39416 palaios_html_2945835736 palaios_html_2945835736:128:12596:12605 Beartooth Fort Union Trading Post National Historic Site -0.426720647196584257 +39417 aapg_aa_563.html aapg_aa_563.html:324:41651:41659 Niobrara Mancos, Colorado -0.399612511536531489 +39418 aapg_ai_328.html aapg_ai_328.html:328:34238:34269 Gobbler Sacramento Mountains (California) -0.444835906435795903 +39419 gsa_html_6546953900 gsa_html_6546953900:1078:92484:92494 Santa Cruz California -0.488837217649543798 +39420 aapg_ah_486.html aapg_ah_486.html:146:14525:14535 Pottsville Kentucky 0.0230647194729341684 +39421 cspg_html_9951421861 cspg_html_9951421861:81:13928:13942 Colorado Lacombe, Alberta -0.454305775206324536 +39422 aapg_af_483.html aapg_af_483.html:156:21349:21366 Esquias Honduras -0.458822766590828601 +39423 aapg_af_397.html aapg_af_397.html:225:27280:27287 Entrada Entrada Sandstone -0.444838140504144441 +39424 aapg_ah_217.html aapg_ah_217.html:119:13024:13031 Venango Allegheny Mountains -0.0547866972380022244 +39425 palaios_html_1434442076 palaios_html_1434442076:634:52192:52198 Denver Colorado -0.476172115937115059 +39426 aapg_ai_158.html aapg_ai_158.html:127:13640:13651 Trout River Anchorage, Alaska -0.0102706745632111761 +39427 gsa_html_4385238876 gsa_html_4385238876:220:25746:25765 Gambier Devils Lake, North Dakota -0.486794549910148755 +39428 aapg_ai_272.html aapg_ai_272.html:532:59014:59023 Extension Lacombe, Alberta -0.4506269691264706 +39429 aapg_ae_544.html aapg_ae_544.html:55:8206:8216 Hell Creek Williston, Vermont -0.481132984149795495 +39430 geology_html_8794635693 geology_html_8794635693:144:11245:11254 Extension Ancient Corinth -0.451913869834985604 +39431 cspg_html_3962754176 cspg_html_3962754176:662:73449:73468 Athabasca Lacombe, Alberta -0.480728181628129914 +39432 aapg_af_653.html aapg_af_653.html:871:98194:98200 Cierbo Rancho Santa Margarita, California -0.466384542072334651 +39433 gsa_html_7498897688 gsa_html_7498897688:864:83550:83557 Reynosa Durango, Durango -0.0565659097388836185 +39434 cspg_html_8363357104 cspg_html_8363357104:144:23610:23617 Goodsir Mons -0.479521879225688563 +39435 aapg_ai_919.html aapg_ai_919.html:371:67440:67451 Sadlerochit Anchorage, Alaska -0.478447154667899333 +39436 aapg_aa_415.html aapg_aa_415.html:285:40423:40434 San Antonio Bexar County, Texas -0.0201322850725559367 +39437 gsa_html_8433482071 gsa_html_8433482071:578:48276:48282 Casper Cheyenne, Wyoming -0.0234628186655344677 +39438 aapg_ah_167.html aapg_ah_167.html:356:40604:40609 Yukon Cairns, Queensland -0.0160151207401750574 +39439 aapg_ai_932.html aapg_ai_932.html:547:87306:87310 Hall Nipomo, California -0.444891759770598527 +39440 sedimentology_html_9633602572 sedimentology_html_9633602572:1314:66000:66015 Cairn Lacombe, Alberta -0.424391951314652904 +39441 sedimentology_html_9592635017 sedimentology_html_9592635017:1139:61290:61297 Bedford Cambridge, Massachusetts -0.0291434052387325206 +39442 gsa_html_4557277250 gsa_html_4557277250:794:68885:68901 Navajo Logan, Utah -0.0762191501008962491 +39443 cspg_html_7278957427 cspg_html_7278957427:6:423:435 Eureka Sound Ellesmere Island -0.409390633417001881 +39444 aapg_ai_1.html aapg_ai_1.html:197:17403:17420 Paradox Hermosa, Chicago -0.0183873001701448657 +39445 aapg_af_775.html aapg_af_775.html:255:16573:16592 Beaumont Oakville, California -0.0119525385350553789 +39446 aapg_ai_553.html aapg_ai_553.html:97:12280:12286 Forest Mexico -0.0363142648358218204 +39447 geology_html_9509300520 geology_html_9509300520:238:19685:19690 Rapid Tibet Autonomous Region 0.00920043838208298506 +39448 aapg_ac_983.html aapg_ac_983.html:372:59539:59552 Chanute Kansas City, Kansas -0.462125287699645448 +39449 aapg_ac_555.html aapg_ac_555.html:548:60968:60974 Oxford England -0.448350101124535771 +39450 aapg_ad_192.html aapg_ad_192.html:29:3530:3550 Tuscaloosa Tuscaloosa, Alabama -0.445016883536767272 +39451 aapg_ae_319.html aapg_ae_319.html:16:2078:2098 Twin Creek Uinta Mountains -0.488651745027914197 +39452 gsa_html_2729737430 gsa_html_2729737430:452:47567:47585 Teewinot Grand Valley (Colorado) -0.480667710196792775 +39453 aapg_af_890.html aapg_af_890.html:94:8642:8654 Belle Plains Wichita, Kansas -0.455279223830003521 +39454 cspg_html_7576506617 cspg_html_7576506617:378:55243:55265 Severn River Moose River (Maine) -0.466144329889246756 +39455 aapg_ad_169.html aapg_ad_169.html:366:42572:42592 Greenbrier Huntington, West Virginia -0.484359586108593421 +39456 aapg_af_263.html aapg_af_263.html:357:42650:42660 Hare Fiord Ellesmere Island -0.26254781871971461 +39457 cspg_html_7839431712 cspg_html_7839431712:6:408:426 Pakowki Milk River, Alberta -0.482150482079643117 +39458 aapg_ad_653.html aapg_ad_653.html:652:92025:92030 Price Canada -0.429934117971200513 +39459 sedimentology_html_3141383681 sedimentology_html_3141383681:433:48463:48467 Rico North Atlantic Current -0.429978093202176226 +39460 aapg_aa_870.html aapg_aa_870.html:506:46671:46677 Dakota Lone Pine, California -0.417380918090655029 +39461 aapg_aa_48.html aapg_aa_48.html:14:1663:1669 Oldham Knife River -0.0671957492679766816 +39462 aapg_ae_921.html aapg_ae_921.html:113:7839:7851 Tongue River Fort Union Trading Post National Historic Site -0.460337276166031373 +39463 cspg_html_3026112034 cspg_html_3026112034:257:27351:27361 Wabamun Pine Brook, New Jersey -0.465744120990301047 +39464 cspg_html_9435196958 cspg_html_9435196958:1222:50933:50952 Kishenehn Victoria, British Columbia -0.493489605901760553 +39465 AMJC_html_5825890542 AMJC_html_5825890542:412:47218:47227 San Diego California -0.00832481152182470464 +39466 aapg_ad_379.html aapg_ad_379.html:722:59421:59428 Entrada Cheyenne, Wyoming -0.423116197439436237 +39467 aapg_ae_419.html aapg_ae_419.html:535:61668:61680 Metapan Guatemala 1.91685962629165041 +39468 aapg_ae_970.html aapg_ae_970.html:19:1529:1545 Modelo Saugus, Massachusetts -0.472823676298187945 +39469 aapg_ad_329.html aapg_ad_329.html:173:25549:25572 Mahantango Huntington, West Virginia -0.196654477165576408 +39470 aapg_ac_928.html aapg_ac_928.html:105:13509:13524 Banff Canada -0.454258371760158153 +39471 jgeology_html_4147510455 jgeology_html_4147510455:569:32626:32632 George Washington (state) -0.473653815287124913 +39472 gsa_html_2605108986 gsa_html_2605108986:1018:87260:87277 Chisana Anchorage, Alaska -0.496166414713999471 +39473 aapg_aa_86.html aapg_aa_86.html:229:17718:17733 Woodbine Texas -0.0377274176775576064 +39474 cspg_html_6085371707 cspg_html_6085371707:34:3328:3333 Nisku Western world -0.435661502416701596 +39475 aapg_af_854.html aapg_af_854.html:842:118885:118902 Renault Illinois -0.0310531186314172737 +39476 aapg_ae_631.html aapg_ae_631.html:3:330:338 Michigan Michigan -0.447942032394663792 +39477 cspg_html_9725676031 cspg_html_9725676031:669:72828:72843 Sully Victoria, British Columbia -0.474842748246669499 +39478 cspg_html_4392308496 cspg_html_4392308496:363:50814:50842 Bonaventure Nashville Basin -0.428798065147820595 +39479 cspg_html_8464109528 cspg_html_8464109528:396:45533:45549 Viking Lacombe, Alberta -0.441419648744354465 +39480 aapg_ah_387.html aapg_ah_387.html:90:14301:14317 Merced San Francisco -0.479521879225688563 +39481 cspg_html_8690548664 cspg_html_8690548664:189:24293:24306 Mountain Park Lacombe, Alberta -0.0466271631232556896 +39482 aapg_ae_885.html aapg_ae_885.html:209:20456:20469 Hermosa Naco, Sonora -0.484098022941034878 +39483 aapg_ah_96.html aapg_ah_96.html:262:30599:30613 Winnipeg Garfield County, Colorado -0.473010388882843136 +39484 cspg_html_1313584654 cspg_html_1313584654:267:35736:35748 Grand Rapids Lacombe, Alberta -0.0170265242171895904 +39485 aapg_ac_741.html aapg_ac_741.html:228:24937:24949 Pierre Nebraska 0.0610055739368401823 +39486 sedimentology_html_3249810649 sedimentology_html_3249810649:174:15693:15699 Banner Hanson, Massachusetts -0.47814331678503319 +39487 sedimentology_html_8424936262 sedimentology_html_8424936262:963:57766:57770 Hall London, Ontario -0.026734922025780393 +39488 aapg_af_668.html aapg_af_668.html:34:5522:5528 Pocono Pennsylvania 0.774266316925923848 +39489 cspg_html_1763727002 cspg_html_1763727002:42:7175:7195 Halfway Western world -0.452927573923113447 +39490 aapg_af_471.html aapg_af_471.html:258:30484:30503 Parkwood Illinois 0.0346890281065784789 +39491 aapg_ad_717.html aapg_ad_717.html:401:41645:41651 Kaibab New Mexico -0.107549497846063435 +39492 aapg_ac_90.html aapg_ac_90.html:131:20502:20523 Boyer Ranch Reno, Nevada -0.467870731747513147 +39493 geology_html_8881449794 geology_html_8881449794:132:13241:13247 Pueblo Colorado -0.473649201225758321 +39494 gsa_html_7522207114 gsa_html_7522207114:29:2796:2824 Green River Colorado -0.0249388283192189877 +39495 gsa_html_2369908260 gsa_html_2369908260:124:9753:9765 Owens Valley Owen River -0.0404707637071786003 +39496 gsa_html_7980021147 gsa_html_7980021147:737:63877:63883 Brazil Amazon Basin -0.0242746935922993796 +39497 aapg_aa_298.html aapg_aa_298.html:582:81065:81082 Paradox Logan, Utah -0.456717601557364239 +39498 gsa_html_4058959570 gsa_html_4058959570:500:40065:40075 Baldy Mexico -0.0417243342632335201 +39499 aapg_ae_863.html aapg_ae_863.html:533:60456:60472 Modelo Saugus, Massachusetts -0.48309921135944367 +39500 jgeology_html_9055319560 jgeology_html_9055319560:1156:75521:75525 Hall London, Ontario -0.00092939054595942859 +39501 aapg_ac_807.html aapg_ac_807.html:293:29454:29476 Marshalltown Swedesboro, New Jersey -0.44255997020698512 +39502 gsa_html_6294289895 gsa_html_6294289895:930:84926:84954 Green River Colorado -0.00109094831221136397 +39503 cspg_html_4048108956 cspg_html_4048108956:292:43150:43156 Snyder Canada -0.00652496303282925402 +39504 aapg_ad_784.html aapg_ad_784.html:441:47227:47238 Tejon Ojai, California -0.0811215208535284449 +39505 aapg_ad_466.html aapg_ad_466.html:1568:165611:165621 Sunderland Maryland -0.0280825762237737336 +39506 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68064:68076 Winnipegosis Regina, Saskatchewan -0.460041893415422398 +39507 aapg_ac_527.html aapg_ac_527.html:167:20019:20075 Harpersville Texas -0.452055720301517416 +39508 gsa_html_9579641184 gsa_html_9579641184:522:53553:53580 Sterling Mount McKinley -0.0834317281600618077 +39509 sedimentology_html_6591694824 sedimentology_html_6591694824:495:32391:32397 Moscow Sweden -0.493626550639529649 +39510 aapg_af_479.html aapg_af_479.html:493:51051:51077 Cabrillo Santiago -0.0976918214674376839 +39511 aapg_ai_959.html aapg_ai_959.html:49:5674:5687 Cook Mountain Bastrop, Texas -0.0102706745632111761 +39512 aapg_af_482.html aapg_af_482.html:176:24738:24766 Matagalpa Matagalpa -0.0842400510864208529 +39513 aapg_ae_419.html aapg_ae_419.html:3358:214895:214901 Sierra Coahuila -0.427689691071663991 +39514 aapg_af_288.html aapg_af_288.html:349:42167:42185 Cintura Arizona -0.483341806462215584 +39515 aapg_ah_97.html aapg_ah_97.html:142:17591:17601 Beaverfoot Boise, Idaho -0.00515253017068293719 +39516 aapg_aa_731.html aapg_aa_731.html:282:37251:37272 Rockdale Mississippi River -0.483211169822266751 +39517 aapg_ac_333.html aapg_ac_333.html:1305:156674:156679 Supai Arizona -0.44948782523520614 +39518 aapg_ac_807.html aapg_ac_807.html:8:977:995 Kirkwood Maryland -0.483173848714512189 +39519 aapg_ae_563.html aapg_ae_563.html:3:345:358 Carlile Browns Valley, Minnesota 0.337843034464091918 +39520 cspg_html_8723419240 cspg_html_8723419240:6:333:338 Banff Lacombe, Alberta -0.450707909241451543 +39521 palaios_html_8921418198 palaios_html_8921418198:377:39297:39307 Washington Seattle -0.424706781734201677 +39522 aapg_ai_737.html aapg_ai_737.html:128:16011:16023 Saskatchewan Regina, Saskatchewan -0.481777803377517411 +39523 aapg_af_357.html aapg_af_357.html:143:14200:14206 Warsaw Bloomington, Indiana -0.456608964648804683 +39524 cspg_html_8089302449 cspg_html_8089302449:10:1070:1091 Pine Point Michigan Basin -0.466714081975797668 +39525 cspg_html_9388742281 cspg_html_9388742281:182:21188:21209 Belly River Lacombe, Alberta -0.426679013535527729 +39526 aapg_ak_114.html aapg_ak_114.html:110:14266:14272 Provo Black Sea -0.457240600069655279 +39527 aapg_ac_473.html aapg_ac_473.html:269:36570:36592 Phosphoria Cheyenne, Wyoming -0.385516262145499278 +39528 gsa_html_6478927243 gsa_html_6478927243:64:5047:5075 Green River Iran -0.0254117377860756666 +39529 aapg_af_879.html aapg_af_879.html:34:4700:4706 Moscow Sea of Azov -0.0313696934317686249 +39530 aapg_ah_978.html aapg_ah_978.html:432:39696:39711 Monterey Monterey, California -0.470409220225314617 +39531 cspg_html_4028005492 cspg_html_4028005492:6:260:272 Granite Wash Lacombe, Alberta -0.0319472030481665059 +39532 aapg_ah_327.html aapg_ah_327.html:191:14921:14938 Charles Meramec River -0.405978297323881077 +39533 geology_html_9642461541 geology_html_9642461541:298:19879:19884 Rapid West Antarctic Ice Sheet -0.0642483167942689143 +39534 aapg_ad_67.html aapg_ad_67.html:232:29971:29978 Carrizo Shreveport, Louisiana 0.0146110443570680159 +39535 cspg_html_5947812886 cspg_html_5947812886:516:78251:78268 Carrara Great Basin -0.439391917689554934 +39536 gsa_html_5272671610 gsa_html_5272671610:523:53386:53390 Bond Earth -0.446078886082885928 +39537 geology_html_2647292656 geology_html_2647292656:260:20281:20287 Oregon Earth -0.0690240339091396371 +39538 gsa_html_4924618867 gsa_html_4924618867:774:61788:61816 Green River Colorado 0.0119577510561948014 +39539 cspg_html_4176605708 cspg_html_4176605708:80:10095:10115 Blackstone Lacombe, Alberta -0.000105967854110096421 +39540 aapg_ae_29.html aapg_ae_29.html:72:9042:9048 Pocono Pottsville, Pennsylvania -0.438752499306056365 +39541 aapg_ah_606.html aapg_ah_606.html:75:6666:6681 Piper Yellowstone County, Montana -0.0116884385826105785 +39542 aapg_af_220.html aapg_af_220.html:40:4963:4984 Green River Colorado 0.0323820933546408313 +39543 aapg_ae_220.html aapg_ae_220.html:171:18180:18199 Smackover Cotton Valley, Louisiana -0.440620923452583413 +39544 aapg_ah_847.html aapg_ah_847.html:407:49667:49673 Tinton Navesink River -0.0588307324533976356 +39545 cspg_html_4143222666 cspg_html_4143222666:86:12463:12481 Niobrara Western Canadian Sedimentary Basin -0.451913869834985604 +39546 aapg_ad_602.html aapg_ad_602.html:341:27576:27582 Banner Cheyenne, Wyoming -0.0382043144165835347 +39547 gsa_html_5274400800 gsa_html_5274400800:597:48586:48612 Monterey Coastal California -0.435694684676078359 +39548 aapg_ae_789.html aapg_ae_789.html:90:12469:12477 Palliser Rocky Mountain House, Alberta 0.00724767451713446368 +39549 cspg_html_8227554214 cspg_html_8227554214:97:12279:12292 Windsor Bridgetown, Nova Scotia -0.471099044200062878 +39550 jgeology_html_4305195651 jgeology_html_4305195651:574:71490:71508 Catskill Perry County, Indiana 0.00132025624175985054 +39551 aapg_aa_243.html aapg_aa_243.html:67:7104:7129 Venango Venango, Pennsylvania -0.464405306663695727 +39552 gsa_html_1826402027 gsa_html_1826402027:530:61999:62018 Bidahochi Little Colorado River -0.481766159765426027 +39553 aapg_ad_379.html aapg_ad_379.html:898:74758:74767 Mesaverde Judith River Formation -0.0227153041530863478 +39554 cspg_html_5198658336 cspg_html_5198658336:25:2943:2951 Paskapoo Calgary -0.509533675899850436 +39555 aapg_ah_416.html aapg_ah_416.html:274:21932:21946 Colorado Milk River, Alberta -0.503853986857278446 +39556 gsa_html_3842354440 gsa_html_3842354440:852:72013:72023 Washington Victoria, British Columbia -0.467877607461444023 +39557 cspg_html_9753247638 cspg_html_9753247638:549:56353:56363 Long Point Lake Erie -0.0338277865791703769 +39558 cspg_html_4915680223 cspg_html_4915680223:177:19959:19979 Douro Cape Cod -0.445989406971527558 +39559 aapg_aa_655.html aapg_aa_655.html:3:412:450 Arroyo New Mexico -0.0972379625444076412 +39560 cspg_html_3354282978 cspg_html_3354282978:689:84888:84919 Leduc Lacombe, Alberta -0.00711042808523288782 +39561 aapg_ac_807.html aapg_ac_807.html:784:77852:77858 Midway Claiborne, Alabama 0.00154956435534229684 +39562 aapg_ae_917.html aapg_ae_917.html:89:8377:8393 Maroon Cheyenne, Wyoming -0.431509704805809302 +39563 aapg_ac_263.html aapg_ac_263.html:31:4052:4062 Rio Grande Peru, Indiana -0.498269845185202676 +39564 aapg_ae_917.html aapg_ae_917.html:95:9117:9133 Maroon Colorado -0.509454255852047955 +39565 aapg_ad_466.html aapg_ad_466.html:1457:154053:154070 Calvert Closter, New Jersey -0.404280792197865502 +39566 aapg_ad_2.html aapg_ad_2.html:1426:194376:194397 Jacksonburg Martinsburg, Nebraska -0.0247962629365806077 +39567 sedimentology_html_8384737970 sedimentology_html_8384737970:145:14537:14554 Entrada Carmel, Indiana -0.0335615981810177197 +39568 cspg_html_9435196958 cspg_html_9435196958:1340:55809:55817 Scollard Canada 0.597533058955905139 +39569 cspg_html_5376629375 cspg_html_5376629375:95:14140:14170 Pika Middle East -0.485603101959931283 +39570 aapg_ac_187.html aapg_ac_187.html:2580:262733:262754 Skaneateles Pittsburgh -0.0590401550116134086 +39571 palaios_html_3406135825 palaios_html_3406135825:585:60699:60716 Potsdam Redwood City, California -0.433370341259820213 +39572 aapg_ae_959.html aapg_ae_959.html:372:30828:30842 Word Guadalupe Mountains National Park 0.0019873350170567061 +39573 geology_html_1860179474 geology_html_1860179474:242:23843:23852 San Diego California -0.0165121278486362495 +39574 aapg_ai_239.html aapg_ai_239.html:101:9352:9359 Labette County (United States) -0.0526836311466746532 +39575 cspg_html_1019614994 cspg_html_1019614994:83:15651:15667 Exshaw Regina, Saskatchewan -0.013877758051455481 +39576 cspg_html_4202029418 cspg_html_4202029418:7:927:942 Melville Island Ellesmere Island -0.495723634298967097 +39577 aapg_af_878.html aapg_af_878.html:9:1193:1197 Bond Iowa -0.0101942281259971568 +39578 cspg_html_8904992939 cspg_html_8904992939:251:32727:32738 Earlie Lacombe, Alberta -0.499412697488954616 +39579 aapg_af_677.html aapg_af_677.html:218:28847:28855 Colorado Denver -0.0745966176850047652 +39580 jgeology_html_3739517257 jgeology_html_3739517257:192:11687:11701 Ogallala Texas -0.472722268874013252 +39581 cspg_html_9683836416 cspg_html_9683836416:411:68066:68085 Foremost Lacombe, Alberta -0.49743685420806627 +39582 cspg_html_3772380029 cspg_html_3772380029:542:67931:67946 Red Head Rapids Churchill River (Atlantic) -0.440280728439214952 +39583 gsa_html_9158941999 gsa_html_9158941999:147:14673:14679 Denver Colorado -0.474842748246669499 +39584 cspg_html_5241714595 cspg_html_5241714595:570:85346:85367 Nisku Lacombe, Alberta -0.449431691216236939 +39585 cspg_html_8089302449 cspg_html_8089302449:82:14281:14302 Dawson Bay Canada -0.165080335786984639 +39586 aapg_af_334.html aapg_af_334.html:23:2980:2986 Casper Powder River (Montana) -0.0118326507856826232 +39587 cspg_html_5976982403 cspg_html_5976982403:29:5286:5301 Siyeh Purcell Mountains -0.0147100917110170436 +39588 aapg_af_575.html aapg_af_575.html:572:78160:78177 Keokuk Meramec River -0.0303573786993141213 +39589 gsa_html_6753732431 gsa_html_6753732431:523:52217:52232 Sespe Ventura County, California 0.0103297469190647365 +39590 aapg_ae_467.html aapg_ae_467.html:328:25236:25249 Bedford Antrim, County Antrim -0.458822766590828601 +39591 cspg_html_6702053097 cspg_html_6702053097:474:54720:54730 Rock River Ontario, California -0.471340610693628537 +39592 gsa_html_8271829751 gsa_html_8271829751:449:37835:37847 Owens Valley Sierra Nevada (Spain) -0.421948969269320462 +39593 cspg_html_9361096527 cspg_html_9361096527:31:6943:6955 Saskatchewan Judith River Formation -0.462302919433881576 +39594 geology_html_1545045916 geology_html_1545045916:248:21435:21439 Wise Melbourne, Florida -0.435668138774596203 +39595 aapg_ak_87.html aapg_ak_87.html:375:49272:49288 Supai Earp, California -0.496557296947055582 +39596 aapg_aa_118.html aapg_aa_118.html:22:2709:2734 Highgate Burlington, Ontario -0.508641242562033691 +39597 aapg_aa_415.html aapg_aa_415.html:248:34002:34012 Brownstown Arkansas -0.147934535166182601 +39598 cspg_html_8139359744 cspg_html_8139359744:48:8789:8796 Thorold Salina, Kansas -0.0251613720923007447 +39599 aapg_aa_615.html aapg_aa_615.html:54:6814:6841 Mesaverde Arizona -0.452909542628234352 +39600 aapg_ad_356.html aapg_ad_356.html:372:34866:34888 Buckner Arkansas -0.0093950246056262298 +39601 aapg_aa_684.html aapg_aa_684.html:420:38749:38768 Sundance Carbon County, Wyoming -0.0361854896356224864 +39602 aapg_ae_958.html aapg_ae_958.html:2324:199143:199159 Salado Salado, Texas 0.801774842300845503 +39603 aapg_af_143.html aapg_af_143.html:760:69586:69595 Knoxville Crescent City, California -0.0270600859182637335 +39604 aapg_ac_876.html aapg_ac_876.html:456:44334:44357 Rock Springs Sweetwater, Miami-Dade County, Florida -0.483341806462215584 +39605 aapg_af_971.html aapg_af_971.html:144:19467:19473 Banner Cheyenne, Wyoming -0.455559482332958732 +39606 cspg_html_6306091047 cspg_html_6306091047:67:12235:12244 Baldonnel Lacombe, Alberta -0.479552074346371926 +39607 aapg_ah_647.html aapg_ah_647.html:739:81569:81583 Word West Texas -0.444451727274864927 +39608 aapg_ae_757.html aapg_ae_757.html:1068:75787:75795 Colorado Fremont, California -0.474815026513922711 +39609 aapg_ah_528.html aapg_ah_528.html:517:55213:55220 Thaynes Boise, Idaho 0.787130848329528732 +39610 aapg_ae_4.html aapg_ae_4.html:201:22144:22153 Lodgepole Boise, Idaho -0.477135152254264727 +39611 cspg_html_9008569748 cspg_html_9008569748:36:4021:4029 Edmonton Edmonton, London -0.47482657712880405 +39612 aapg_ad_440.html aapg_ad_440.html:828:82175:82181 Denmar Virginia -0.211417676370924457 +39613 gsa_html_7402665513 gsa_html_7402665513:54:3411:3439 Green River Iran -0.113827791890664887 +39614 aapg_af_206.html aapg_af_206.html:314:37755:37765 Rio Grande Oakville, California -0.0409390916032161337 +39615 aapg_ah_688.html aapg_ah_688.html:238:25794:25802 Norphlet Haynesville, Louisiana -0.430395959711439846 +39616 cspg_html_6702053097 cspg_html_6702053097:30:4497:4518 Lawrence Philipsburg, Centre County, Pennsylvania -0.0201913809518237848 +39617 cspg_html_1763727002 cspg_html_1763727002:408:46352:46369 Halfway Victoria, British Columbia 0.00194564253308291118 +39618 aapg_ad_152.html aapg_ad_152.html:1756:227609:227621 Ruth Kaibab, Arizona -0.480765396922298249 +39619 aapg_af_568.html aapg_af_568.html:632:53180:53192 Beaver Creek Cheyenne, Wyoming -0.0398266335823246886 +39620 gsa_html_1582166619 gsa_html_1582166619:385:35695:35705 Laurentian Alabama -0.505150548331609439 +39621 aapg_ac_568.html aapg_ac_568.html:78:6379:6385 Denver Colorado -0.510578883729431832 +39622 aapg_aa_702.html aapg_aa_702.html:220:78474:78491 Paradox Logan, Utah -0.474888953093082877 +39623 cspg_html_1009749092 cspg_html_1009749092:569:65438:65461 Deer Valley Lacombe, Alberta -0.480611894173340604 +39624 cspg_html_8568877195 cspg_html_8568877195:81:12653:12664 Belly River Lacombe, Alberta -0.0432480050348358624 +39625 cspg_html_5699627350 cspg_html_5699627350:75:10560:10566 Viking North Carolina -0.0842453117972720433 +39626 gsa_html_8261220426 gsa_html_8261220426:97:6846:6874 Green River Iran -0.00190221287180793197 +39627 cspg_html_4132771434 cspg_html_4132771434:642:79711:79719 Columbia Victoria, British Columbia -0.458648092769168181 +39628 aapg_ah_271.html aapg_ah_271.html:34:4794:4817 Cotton Valley Texas -0.448969278215303857 +39629 aapg_ae_984.html aapg_ae_984.html:391:37579:37587 Carlsbad Carlsbad, New Mexico -0.471405039658470026 +39630 sedimentology_html_5402223987 sedimentology_html_5402223987:392:33740:33772 Kinzers Pennsylvania -0.458262569586093849 +39631 aapg_ak_104.html aapg_ak_104.html:124:16186:16205 Lodgepole Cheyenne, Wyoming 0.00330065394967362811 +39632 cspg_html_8231124788 cspg_html_8231124788:192:21211:21228 Rierdon Cheyenne, Wyoming 0.985532389105164608 +39633 jgeology_html_4305195651 jgeology_html_4305195651:865:90482:90510 Mauch Chunk Pottsville, Pennsylvania -0.4462802459552766 +39634 aapg_ah_534.html aapg_ah_534.html:295:24662:24680 Coeymans Delaware Valley -0.463250887108730525 +39635 aapg_ah_387.html aapg_ah_387.html:120:16778:16787 Knoxville Knoxville, Illinois 0.00605416311789900435 +39636 aapg_ad_696.html aapg_ad_696.html:275:25809:25814 Yegua Houston County, Alabama -0.0165225546858394738 +39637 aapg_ai_816.html aapg_ai_816.html:536:93618:93628 Deer Creek Shawnee, Oklahoma -0.456416618922522499 +39638 cspg_html_3850721269 cspg_html_3850721269:95:11689:11695 Putnam Lacombe, Alberta -0.45421548506785292 +39639 aapg_ac_335.html aapg_ac_335.html:478:46128:46143 Woodford Oklahoma City -0.426766665462260386 +39640 aapg_ai_764.html aapg_ai_764.html:103:12111:12124 Montoya Texas -0.463579265049131273 +39641 geology_html_5923102855 geology_html_5923102855:11:613:621 Colorado Denver -0.488724520608411594 +39642 sedimentology_html_2017646131 sedimentology_html_2017646131:971:75944:75953 Sheffield Sheffield station -0.00861668517403405519 +39643 gsa_html_2794002141 gsa_html_2794002141:1382:72718:72724 Jordan Nazca -0.0306269732531419848 +39644 aapg_ai_583.html aapg_ai_583.html:320:38326:38346 Chugwater Spearfish, South Dakota -0.0208501389731201373 +39645 aapg_ad_683.html aapg_ad_683.html:844:81468:81474 Toroweap Coconino County, Arizona -0.0178259478113005146 +39646 sedimentology_html_8825857659 sedimentology_html_8825857659:997:70063:70071 Columbia Orinoco 0.0116536887508022161 +39647 cspg_html_7086880709 cspg_html_7086880709:390:51901:51925 Sulphur Point Great Slave Lake -0.456432457607486186 +39648 sedimentology_html_1118170610 sedimentology_html_1118170610:1000:65094:65101 Oceanic Cleveland -0.464610795373413321 +39649 palaios_html_3415407632 palaios_html_3415407632:245:23889:23901 Saskatchewan Winnipeg -0.460964719996515115 +39650 aapg_ai_491.html aapg_ai_491.html:21:4161:4169 Colorado Montrose, Houston -0.0353624097936946907 +39651 aapg_ac_439.html aapg_ac_439.html:9:1290:1298 Colorado Denver -0.496166414713999471 +39652 aapg_ai_603.html aapg_ai_603.html:54:5768:5787 Green River Flagstaff, Arizona -0.450829332903146696 +39653 cspg_html_8739892219 cspg_html_8739892219:276:43292:43298 Sustut Victoria, British Columbia -0.499227264098479506 +39654 aapg_ad_338.html aapg_ad_338.html:62:7933:7940 Magothy Closter, New Jersey 0.33594180382909411 +39655 aapg_ai_28.html aapg_ai_28.html:439:41893:41910 Lagarto Hidalgo County, New Mexico -0.478990153256473372 +39656 gsa_html_1616304153 gsa_html_1616304153:756:69396:69410 Glasford Wedron, Illinois -0.463834753943271672 +39657 aapg_ae_181.html aapg_ae_181.html:94:13007:13018 Coffee Knoxville, Tennessee -0.476218391360906934 +39658 aapg_ad_351.html aapg_ad_351.html:855:77774:77790 Keokuk Missouri River -0.48294529227432792 +39659 cspg_html_4270552951 cspg_html_4270552951:192:27599:27604 Favel Niobrara, Nebraska -0.0127518020559754426 +39660 aapg_aa_647.html aapg_aa_647.html:479:43450:43459 Tuscarora Chesapeake Bay -0.462398581950347165 +39661 gsa_html_5274400800 gsa_html_5274400800:578:47185:47203 Monterey Compton, California 0.00877304685539762562 +39662 cspg_html_7182873498 cspg_html_7182873498:27:5129:5135 Guelph Salina, Kansas -0.139192983364747863 +39663 aapg_af_154.html aapg_af_154.html:11:945:953 Saratoga Beaumont, Texas -0.476033304431228654 +39664 aapg_ae_182.html aapg_ae_182.html:79:8524:8534 Fort Worth Cotton Valley, Louisiana -0.443782030321690002 +39665 aapg_ae_147.html aapg_ae_147.html:173:19565:19581 Pico South Mountains (Arizona) -0.180815772939358937 +39666 cspg_html_7675189126 cspg_html_7675189126:426:51635:51643 Columbia Victoria, British Columbia -0.460146402321772174 +39667 aapg_ac_590.html aapg_ac_590.html:100:13011:13015 Baca El Capitan -0.0177825001131117176 +39668 aapg_ac_333.html aapg_ac_333.html:1130:134492:134512 San Andres Kaibab, Arizona 0.0334502532720378221 +39669 aapg_af_750.html aapg_af_750.html:177:23885:23890 Viola Salina, Kansas -0.515461276185991024 +39670 cspg_html_9228109535 cspg_html_9228109535:10:1124:1139 Alexo Rocky Mountains -0.467889067103673728 +39671 aapg_ah_659.html aapg_ah_659.html:9:1720:1741 Green River Uinta Mountains -0.00729110700735253591 +39672 sedimentology_html_9235431825 sedimentology_html_9235431825:531:37454:37458 Dyer Plymouth, Massachusetts -0.472528705500211532 +39673 aapg_ae_581.html aapg_ae_581.html:53:6500:6514 Claggett Ardmore, Pennsylvania -0.0221712043422439102 +39674 gsa_html_6674958702 gsa_html_6674958702:60:4115:4143 Green River Colorado -0.0156814715209821626 +39675 cspg_html_2083142494 cspg_html_2083142494:84:11164:11185 Memramcook Hillsborough, California -0.456337429672799166 +39676 gsa_html_5879695606 gsa_html_5879695606:1203:77505:77533 Green River Colorado -0.0116467387889204136 +39677 cspg_html_2184091860 cspg_html_2184091860:738:65220:65257 Ellenburger Dolomite West, Texas -0.494907350500968457 +39678 aapg_ah_217.html aapg_ah_217.html:189:22753:22787 Beekmantown Southampton Township, Bedford County, Pennsylvania 0.044392238442952002 +39679 aapg_ae_55.html aapg_ae_55.html:55:6701:6731 Jupiter Anticosti Island -0.443782030321690002 +39680 aapg_af_854.html aapg_af_854.html:258:32517:32527 Kinderhook Burlington, Ontario -0.0483573436723463285 +39681 aapg_ai_278.html aapg_ai_278.html:776:94186:94205 Card Sound Dolomite Nassau, Bahamas -0.0172889404553563421 +39682 aapg_ai_158.html aapg_ai_158.html:629:60149:60154 Yukon Anchorage, Alaska -0.492309966808552324 +39683 aapg_ad_803.html aapg_ad_803.html:57:5279:5286 Warsaw Burlington, Ontario -0.479960973619786069 +39684 gsa_html_8951179545 gsa_html_8951179545:35:2470:2482 Wilcox Texas -0.416740936010966123 +39685 aapg_ae_681.html aapg_ae_681.html:55:7359:7375 Werner Alabama 0.353966442124840741 +39686 aapg_ah_856.html aapg_ah_856.html:41:6754:6769 Macal Belize 0.838339746685605292 +39687 aapg_aa_416.html aapg_aa_416.html:160:20781:20793 Saskatchewan Lacombe, Alberta -0.487335814372290177 +39688 cspg_html_4699684578 cspg_html_4699684578:321:38391:38411 Mount Hawk Lacombe, Alberta -0.426766665462260386 +39689 aapg_ah_543.html aapg_ah_543.html:52:4987:4996 San Diego San Francisco -0.00736754827882339473 +39690 palaios_html_3112927242 palaios_html_3112927242:30:2567:2601 Juniata Pennsylvania -0.449050071375940441 +39691 cspg_html_3328007773 cspg_html_3328007773:9:775:781 Viking Colorado -0.475397368106546647 +39692 jgeology_html_1103778655 jgeology_html_1103778655:766:48447:48453 Menard Natland -0.489899180704299886 +39693 aapg_ac_649.html aapg_ac_649.html:58:5791:5801 Washington Israel -0.00614971261944179635 +39694 cspg_html_9768299963 cspg_html_9768299963:339:34247:34263 Horseshoe Canyon Lacombe, Alberta -0.4506269691264706 +39695 gsa_html_7102550258 gsa_html_7102550258:199:19827:19845 Morrison Chinle Formation -0.410622648467641627 +39696 aapg_ad_338.html aapg_ad_338.html:8:1321:1328 Raritan Bass River Township, New Jersey -0.00716428423732448638 +39697 cspg_html_9957758447 cspg_html_9957758447:253:36407:36422 Nisku Regina, Saskatchewan -0.442539913358205417 +39698 jgeology_html_9867650961 jgeology_html_9867650961:336:24498:24516 Morrison Anchorage, Alaska -0.408256899955551422 +39699 AMJC_html_5516451353 AMJC_html_5516451353:318:33225:33242 Massabesic Gneiss Cambridge, Massachusetts -0.47596853330555533 +39700 cspg_html_7135913551 cspg_html_7135913551:225:20049:20054 Lance Cheyenne, Wyoming -0.44721379024503416 +39701 cspg_html_3618628685 cspg_html_3618628685:258:30885:30903 Belly River Milk River, Alberta -0.43347626990885002 +39702 aapg_ac_835.html aapg_ac_835.html:1064:154730:154740 Phosphoria Worland, Wyoming -0.448578878596292641 +39703 aapg_ae_658.html aapg_ae_658.html:207:25980:26001 Green River Cheyenne, Wyoming -0.0307539456314618806 +39704 aapg_ai_459.html aapg_ai_459.html:165:16649:16655 Wilcox Kiowa County, Colorado -0.0335772561471781444 +39705 gsa_html_1549665076 gsa_html_1549665076:708:63849:63866 White Rock New Mexico -0.0542599995466573129 +39706 palaios_html_3232474978 palaios_html_3232474978:771:63276:63285 Franconia Germany -0.470365549607814404 +39707 palaios_html_6100595217 palaios_html_6100595217:729:72102:72114 Gosport Sand Alabama -0.470365549607814404 +39708 jgeology_html_8355852976 jgeology_html_8355852976:177:11827:11835 Colorado Pueblo, Colorado -0.45995556917210767 +39709 aapg_ai_694.html aapg_ai_694.html:8:1252:1261 Ingleside Beaumont, Texas -0.437408487283808822 +39710 cspg_html_9717154602 cspg_html_9717154602:472:54779:54786 Bearpaw Bow River -0.457736710679965686 +39711 sedimentology_html_6045439055 sedimentology_html_6045439055:370:24984:24993 Gibraltar Morocco -0.478284785297837578 +39712 aapg_ac_215.html aapg_ac_215.html:352:27681:27687 Denver Colorado -0.455387700672750584 +39713 aapg_ac_910.html aapg_ac_910.html:430:35320:35326 Sierra Mexico -0.448529529594894116 +39714 aapg_af_625.html aapg_af_625.html:810:81262:81268 Salina Ohio -0.0203634553137257354 +39715 sedimentology_html_6758585724 sedimentology_html_6758585724:1328:88619:88662 Prairie Canada -0.462302919433881576 +39716 palaios_html_6496160433 palaios_html_6496160433:54:7628:7658 El Paso New Mexico -0.0330918692882290547 +39717 cspg_html_8740534160 cspg_html_8740534160:199:25743:25758 Eager Purcell Mountains -0.0102845739324916134 +39718 aapg_ad_94.html aapg_ad_94.html:22:2124:2139 Gloucester Ottawa, Kansas -0.0601467185447203748 +39719 geology_html_8070421739 geology_html_8070421739:48:4857:4873 Widder Ontario, California -0.0225014864703161413 +39720 aapg_ac_400.html aapg_ac_400.html:41:4454:4460 Pocono Greenbrier (Great Smoky Mountains) 0.0198854748790227923 +39721 aapg_af_895.html aapg_af_895.html:262:23541:23569 Fountain Colorado -0.0242433999919162424 +39722 gsa_html_1119256423 gsa_html_1119256423:599:54989:54997 Bellevue Iowa -0.0670209924327486856 +39723 aapg_ad_466.html aapg_ad_466.html:964:104092:104103 Hornerstown Navesink River -0.0513133096682010376 +39724 palaios_html_2621173808 palaios_html_2621173808:1299:121290:121313 Montney Lacombe, Alberta -0.0153756304706319062 +39725 cspg_html_9771826320 cspg_html_9771826320:269:46073:46091 Reindeer Ellesmere Island -0.0259316078616598014 +39726 cspg_html_9157093462 cspg_html_9157093462:30:5419:5427 Columbia Fulton, Missouri -0.0165121278486362495 +39727 aapg_ae_73.html aapg_ae_73.html:779:103618:103626 Colorado Colorado -0.032535178592891574 +39728 geology_html_3492857668 geology_html_3492857668:14:627:658 Navajo Logan, Utah -0.49576151014248282 +39729 aapg_ad_154.html aapg_ad_154.html:236:30201:30218 Martinsburg Middle Ordovician -0.451054234304276602 +39730 sedimentology_html_7991621311 sedimentology_html_7991621311:1000:62935:62956 Green River Flint, Michigan 0.00270479477611077846 +39731 aapg_ai_11.html aapg_ai_11.html:513:73502:73510 Colorado Cheyenne, Wyoming -0.4852429512232731 +39732 aapg_aa_302.html aapg_aa_302.html:43:5481:5495 Arcturus Reno, Nevada -0.00168159033485223096 +39733 gsa_html_4828739821 gsa_html_4828739821:549:43770:43789 Sixtymile Western world -0.483085217576718073 +39734 cspg_html_7939613278 cspg_html_7939613278:78:9391:9402 Hare Indian Lacombe, Alberta -0.00652496303282925402 +39735 cspg_html_5241714595 cspg_html_5241714595:204:31714:31742 Dawson Bay Lacombe, Alberta 1.09950051593124032 +39736 aapg_ac_400.html aapg_ac_400.html:298:35230:35238 Elk Randolph County, Indiana -0.471405039658470026 +39737 cspg_html_5295390542 cspg_html_5295390542:384:45495:45518 Doig Lacombe, Alberta -0.0153756304706319062 +39738 aapg_af_897.html aapg_af_897.html:7:1022:1029 Hermosa Atoka, Oklahoma -0.0596981355876713832 +39739 aapg_ad_1.html aapg_ad_1.html:45:4702:4709 Potsdam Pennsylvania -0.446347375724219897 +39740 sedimentology_html_9407647527 sedimentology_html_9407647527:165:13955:13965 Copenhagen Denmark -0.46567095948211501 +39741 aapg_ah_90.html aapg_ah_90.html:36:5594:5616 Burro Canyon Logan, Utah -0.0492670174484324749 +39742 cspg_html_9912281240 cspg_html_9912281240:603:70166:70187 Belly River Lacombe, Alberta 0.006036790497064899 +39743 aapg_ac_70.html aapg_ac_70.html:473:54547:54551 Elko Reno, Nevada -0.465026484605756241 +39744 aapg_aa_635.html aapg_aa_635.html:655:66754:66762 Scotland England -0.48957011234425174 +39745 cspg_html_4555867289 cspg_html_4555867289:304:34208:34236 Smackover Texas -0.48108644546321655 +39746 jgeology_html_6595227218 jgeology_html_6595227218:144:5651:5657 Provo Carpathian Ruthenia -0.467870731747513147 +39747 cspg_html_2094634763 cspg_html_2094634763:16:1873:1892 Ellerslie Lacombe, Alberta -0.0670140022720694672 +39748 sedimentology_html_9252655955 sedimentology_html_9252655955:1253:93708:93712 Hall London, Ontario 0.0294112347046574657 +39749 aapg_ah_631.html aapg_ah_631.html:247:33365:33373 Michigan Illinois -0.463307888475886887 +39750 jgeology_html_2809998069 jgeology_html_2809998069:469:29806:29824 Wamsutta Cambridge, Massachusetts -0.481870957939069144 +39751 cspg_html_6715452766 cspg_html_6715452766:421:50917:50939 Eureka Sound Ellesmere Island -0.487244407985101158 +39752 aapg_ad_302.html aapg_ad_302.html:333:29886:29909 Brushy Canyon Delaware 1.28357774096297006 +39753 aapg_af_775.html aapg_af_775.html:341:23351:23357 Lissie Oakville, California -0.477158315306099867 +39754 gsa_html_4432793908 gsa_html_4432793908:684:75788:75808 Sheep Pass Sevier orogeny -0.00456360840821551893 +39755 aapg_af_397.html aapg_af_397.html:423:49563:49578 Entrada Entrada Sandstone 0.896407206099730791 +39756 jgeology_html_1659592707 jgeology_html_1659592707:1147:63123:63136 Sandia New Mexico -0.443933785681361437 +39757 palaios_html_2847312584 palaios_html_2847312584:489:52835:52854 Fairview Cincinnati -0.463526807661379381 +39758 aapg_ac_841.html aapg_ac_841.html:594:65969:65986 Esquias Honduras -0.441798115405519942 +39759 cspg_html_9768299963 cspg_html_9768299963:167:18016:18034 Scollard Red Deer, Alberta -0.524262784477685595 +39760 aapg_ac_785.html aapg_ac_785.html:23:4626:4639 Barnett Texas -0.471695028578207554 +39761 aapg_af_663.html aapg_af_663.html:588:58321:58327 Pawnee Coal City, Illinois -0.0694995571897462083 +39762 aapg_ae_443.html aapg_ae_443.html:323:27011:27016 Viola Kiowa County, Colorado -0.0147465829377091441 +39763 aapg_ah_321.html aapg_ah_321.html:48:5394:5402 Maccrady Virginia 0.409890146552102763 +39764 aapg_ae_344.html aapg_ae_344.html:44:4991:5001 Tuscaloosa Paluxy, Texas -0.03213507368355039 +39765 aapg_af_654.html aapg_af_654.html:52:4990:5014 Choctawhatchee Melbourne, Florida -0.521471338913109705 +39766 aapg_ah_83.html aapg_ah_83.html:83:10925:10941 Dakota Boise, Idaho -0.00639293020944086028 +39767 aapg_ae_255.html aapg_ae_255.html:135:16663:16673 Frio West Columbia, West Virginia -0.0571311698634529158 +39768 aapg_ac_944.html aapg_ac_944.html:3:173:211 Arroyo New Mexico -0.484191429205932 +39769 cspg_html_2758185645 cspg_html_2758185645:20:2961:2973 Rundle Lacombe, Alberta -0.454935799752899217 +39770 aapg_ae_29.html aapg_ae_29.html:707:66380:66389 Tuscarora Juniata County School District -0.503235126272660094 +39771 gsa_html_8236729701 gsa_html_8236729701:16:988:996 Columbia Victoria, British Columbia -0.475473655949527896 +39772 gsa_html_1355236849 gsa_html_1355236849:1111:100710:100738 Green River Colorado -0.0249388283192189877 +39773 aapg_af_436.html aapg_af_436.html:202:23075:23083 Virginia Washington (state) -0.468054102450840448 +39774 aapg_ad_430.html aapg_ad_430.html:115:8347:8370 Cotton Valley Union Parish, Louisiana -0.0409390916032161337 +39775 aapg_ah_972.html aapg_ah_972.html:3:161:174 Jackson Texas -0.00285766800151459645 +39776 aapg_ae_961.html aapg_ae_961.html:158:11432:11439 Manitou Manitoba -0.454143259443463898 +39777 aapg_ae_863.html aapg_ae_863.html:594:68229:68238 Calabasas Los Angeles 0.619489401537029694 +39778 aapg_ac_53.html aapg_ac_53.html:292:27222:27234 Rhode Island Middletown, Connecticut -0.0482318797882009612 +39779 aapg_ah_234.html aapg_ah_234.html:218:23822:23844 Reforma Campeche, Campeche -0.42652126035610638 +39780 cspg_html_9735723617 cspg_html_9735723617:2795:228649:228668 Griper Bay District Council of Franklin Harbour 0.00782446102673730118 +39781 geology_html_1156739260 geology_html_1156739260:456:25649:25652 Rye Netherlands -0.502850661160650247 +39782 sedimentology_html_8989921425 sedimentology_html_8989921425:1434:121354:121390 Protection Washington (state) -0.471336008805755435 +39783 gsa_html_9457387752 gsa_html_9457387752:813:70147:70164 Wilhite Ohio -0.0292651452152505043 +39784 gsa_html_9687474095 gsa_html_9687474095:1005:87540:87547 Madison Chile -0.0647985531001060572 +39785 gsa_html_1712284048 gsa_html_1712284048:54:3479:3507 Green River Colorado -0.0249388283192189877 +39786 sedimentology_html_5673709888 sedimentology_html_5673709888:331:30048:30062 Hawthorn Iowa -0.0718183339371959717 +39787 aapg_aa_962.html aapg_aa_962.html:191:19908:19919 Black River Mississippi River -0.465616092314337648 +39788 gsa_html_9188280697 gsa_html_9188280697:815:66873:66879 Denver Pakistan -0.52884399189542497 +39789 cspg_html_7325522863 cspg_html_7325522863:181:28120:28148 Athabasca Great Slave Lake -0.511705052361421386 +39790 geology_html_4052445617 geology_html_4052445617:340:24248:24256 Columbia Victoria, British Columbia -0.491445156732988053 +39791 cspg_html_1498300615 cspg_html_1498300615:103:13088:13117 Waterways Lacombe, Alberta 0.0153234988557911112 +39792 cspg_html_2838996125 cspg_html_2838996125:167:30324:30342 Ramparts Mackenzie River -0.475258680049542748 +39793 palaios_html_9175777378 palaios_html_9175777378:640:61270:61287 Verulam Ontario, California -0.0230090906667148494 +39794 gsa_html_5516803566 gsa_html_5516803566:187:14217:14231 Big Fork Chert Arkansas -0.483281151267174081 +39795 palaios_html_4782349341 palaios_html_4782349341:670:58260:58268 Scotland London, Ontario -0.464419004431934179 +39796 aapg_ai_28.html aapg_ai_28.html:821:77957:77975 Lagarto Oakville, California -0.463396817899322633 +39797 aapg_ac_491.html aapg_ac_491.html:207:36271:36281 Copenhagen Denmark -0.030239106807757675 +39798 aapg_ah_131.html aapg_ah_131.html:17:1593:1601 Woodbine Paluxy, Texas 0.0261872029471060912 +39799 aapg_af_375.html aapg_af_375.html:322:31670:31678 Woodford California -0.426370104690330431 +39800 cspg_html_8840748783 cspg_html_8840748783:731:83806:83824 Kaskapau Lacombe, Alberta -0.482038661537539159 +39801 cspg_html_9354781888 cspg_html_9354781888:357:36508:36530 Charlie Lake Victoria, British Columbia -0.42652126035610638 +39802 sedimentology_html_6315461608 sedimentology_html_6315461608:102:11852:11861 Sheffield England -0.44830973456876172 +39803 aapg_ae_344.html aapg_ae_344.html:129:12574:12580 Paluxy Tuscaloosa, Alabama 0.0346890281065784789 +39804 aapg_ac_251.html aapg_ac_251.html:472:54556:54564 Weverton Maryland -0.0343166851191607572 +39805 aapg_af_291.html aapg_af_291.html:57:7849:7857 Lisburne North Slope Borough, Alaska -0.462102516958969756 +39806 sedimentology_html_7652385579 sedimentology_html_7652385579:419:39410:39416 Guelph Canada -0.460953349343471763 +39807 aapg_af_542.html aapg_af_542.html:405:41823:41835 Wilcox Gulf Coast of the United States 0.0192927958306389168 +39808 cspg_html_3012058617 cspg_html_3012058617:276:32992:32997 Price Lacombe, Alberta -0.436810292517708865 +39809 aapg_ae_305.html aapg_ae_305.html:85:11899:11905 Sierra Lake Maracaibo -0.429501070897857717 +39810 aapg_ad_855.html aapg_ad_855.html:247:25075:25083 Woodbine Woods County, Oklahoma -0.438450704245630596 +39811 palaios_html_9507397379 palaios_html_9507397379:184:19338:19348 Washington Reno, Nevada -0.0230751498951462693 +39812 cspg_html_8369994160 cspg_html_8369994160:36:3529:3546 Bluesky Elkton, Kentucky -0.0565031060204084085 +39813 aapg_ah_647.html aapg_ah_647.html:22:2226:2236 Naco Colina, Chile -0.0667064437657132886 +39814 gsa_html_1024107776 gsa_html_1024107776:935:95520:95528 Virginia Bluefield, West Virginia -0.0794868399080936178 +39815 aapg_ae_961.html aapg_ae_961.html:429:36301:36315 Sentinel Butte White River (Washington) -0.427887128546325712 +39816 AMJC_html_1767296229 AMJC_html_1767296229:647:64615:64637 Fisset Brook Cape Breton Island -0.445157668105484183 +39817 cspg_html_2769629211 cspg_html_2769629211:115:13939:13959 Horn River Richmond, California -0.355411066703775147 +39818 cspg_html_8568877195 cspg_html_8568877195:55:9332:9343 Belly River Lacombe, Alberta 0.0113583166753052998 +39819 cspg_html_4796942391 cspg_html_4796942391:417:47824:47842 Dunvegan Western Canadian Sedimentary Basin 0.668691846585163896 +39820 cspg_html_6736202792 cspg_html_6736202792:107:14528:14547 Waterways Lacombe, Alberta -0.0552750621644688064 +39821 aapg_ad_379.html aapg_ad_379.html:405:35463:35486 State Bridge Logan, Utah -0.0544099822313272238 +39822 aapg_ae_370.html aapg_ae_370.html:329:29559:29581 Cowlitz Cowlitz River -0.0224076161552878329 +39823 aapg_aa_991.html aapg_aa_991.html:116:13764:13774 Reforma McAllen, Texas -0.0849713491623119294 +39824 cspg_html_7881580279 cspg_html_7881580279:75:10864:10880 Plattin Missouri River -0.197396688146300375 +39825 aapg_ae_392.html aapg_ae_392.html:83:7139:7159 Moorefield Batesville, Arkansas -0.0252830771132320185 +39826 aapg_ai_152.html aapg_ai_152.html:31:3025:3035 Las Animas Colorado -0.442682549290708161 +39827 gsa_html_3484366946 gsa_html_3484366946:1006:98843:98859 Conception Earth -0.0657559135785179827 +39828 aapg_af_264.html aapg_af_264.html:54:7939:7948 Cold Lake Saudi Arabia -0.0620356593644112372 +39829 AMJC_html_5969956211 AMJC_html_5969956211:1106:152413:152419 Oregon Boise, Idaho -0.0474930775226503829 +39830 cspg_html_6758809287 cspg_html_6758809287:6:312:358 Halfway Lacombe, Alberta -0.456344217050148659 +39831 aapg_ai_491.html aapg_ai_491.html:577:68043:68051 Colorado Brill -0.433368134539702354 +39832 aapg_ae_113.html aapg_ae_113.html:95:12552:12572 Peel Western world -0.475397368106546647 +39833 aapg_af_143.html aapg_af_143.html:623:56236:56250 China Mountain Elk River, Minnesota -0.447168994241326834 +39834 aapg_ah_378.html aapg_ah_378.html:274:25694:25716 Seven Rivers New Mexico -0.42605472644971687 +39835 aapg_ac_941.html aapg_ac_941.html:375:25414:25435 Green River Logan, Utah -0.157080915569131618 +39836 cspg_html_4859889874 cspg_html_4859889874:426:46022:46044 Judith River Lacombe, Alberta -0.456844361180692826 +39837 aapg_af_579.html aapg_af_579.html:161:16850:16858 Colorado Entrada Sandstone -0.489119025533207352 +39838 aapg_ad_564.html aapg_ad_564.html:799:80823:80850 Barnett Wise County, Virginia -0.119055745360699419 +39839 aapg_ad_2.html aapg_ad_2.html:716:102473:102490 Potsdam Adirondack Park -0.508331161806444776 +39840 aapg_aa_830.html aapg_aa_830.html:34:4756:4764 Virginia Ohio -0.0503371552170116185 +39841 gsa_html_4719798013 gsa_html_4719798013:282:27524:27549 Blackwater Draw Muleshoe National Wildlife Refuge -0.0277017418114762735 +39842 aapg_ai_49.html aapg_ai_49.html:810:102799:102811 Dakota Colorado 0.0228230832137831796 +39843 aapg_ai_722.html aapg_ai_722.html:452:46145:46153 Michigan Illinois -0.465595518002078101 +39844 aapg_ah_415.html aapg_ah_415.html:3:176:190 Colorado Bow River -0.44003177575734248 +39845 cspg_html_5220068638 cspg_html_5220068638:127:16238:16255 Wapiabi Lacombe, Alberta -0.038242606390143298 +39846 aapg_ac_687.html aapg_ac_687.html:94:9657:9667 Phosphoria Powder River (Montana) 0.347958538079168378 +39847 aapg_ac_126.html aapg_ac_126.html:206:30773:30780 Bossier Bossier City, Louisiana -0.454032675125810359 +39848 aapg_aa_702.html aapg_aa_702.html:1402:142998:143004 Denver Colorado -0.0172889404553563421 +39849 aapg_ac_486.html aapg_ac_486.html:10:1645:1651 Denver Colorado -0.0617388373496724763 +39850 aapg_ah_665.html aapg_ah_665.html:4:486:513 Prospect Middle East -0.000778255919836127563 +39851 aapg_af_97.html aapg_af_97.html:104:12899:12906 Madison Decatur County, Georgia -0.117776276539076769 +39852 palaios_html_9205440503 palaios_html_9205440503:662:67277:67281 Wise Antarctica -0.00384092543334238609 +39853 aapg_ah_659.html aapg_ah_659.html:5:902:923 Green River Colorado 0.00710174161421996044 +39854 sedimentology_html_3063208535 sedimentology_html_3063208535:2254:175024:175034 Rio Grande New Mexico -0.0311226948006410493 +39855 aapg_ah_157.html aapg_ah_157.html:147:19365:19382 Potsdam Middle East -0.447637220621224075 +39856 aapg_ai_951.html aapg_ai_951.html:98:14526:14543 Sadlerochit Prudhoe Bay Oil Field -0.0116953885534583375 +39857 geology_html_9210804293 geology_html_9210804293:332:24920:24952 Thaynes Logan, Utah 0.340637099892928008 +39858 geology_html_9568100915 geology_html_9568100915:171:17878:17888 Sunderland Cambridge, Massachusetts -0.498034815247566209 +39859 aapg_af_3.html aapg_af_3.html:79:7884:7899 Supai Arizona -0.04966612284900708 +39860 aapg_ac_22.html aapg_ac_22.html:9:1142:1155 Cotton Valley Mississippi River -0.0385036919951944542 +39861 aapg_ai_288.html aapg_ai_288.html:69:12465:12483 San Onofre Breccia San Onofre Nuclear Generating Station -0.471363620495062197 +39862 aapg_ac_720.html aapg_ac_720.html:22:2953:2962 New Egypt Mullica Hill, New Jersey -0.503894623171085909 +39863 gsa_html_4650354985 gsa_html_4650354985:179:15686:15694 San Luis Sangre de Cristo Range -0.522622465392554192 +39864 cspg_html_4298557570 cspg_html_4298557570:803:68878:68896 Edmonton Canada -0.48322516565543927 +39865 aapg_ae_54.html aapg_ae_54.html:68:8959:8968 Rio Negro San Carlos City, Pangasinan -0.458913519660435476 +39866 gsa_html_2220556952 gsa_html_2220556952:799:92353:92372 Pansy Lee Conglomerate Reno, Nevada -0.49339517418577894 +39867 aapg_af_539.html aapg_af_539.html:165:16710:16714 Kent North Sea oil -0.490698877659796917 +39868 aapg_ae_391.html aapg_ae_391.html:133:11791:11798 Rustler Carlsbad, New Mexico -0.0312131444176052264 +39869 cspg_html_6116883777 cspg_html_6116883777:710:92513:92544 Barlow Inlet Little Cornwallis Island -0.0426837810068434811 +39870 geology_html_5584127122 geology_html_5584127122:12:582:588 Denver Colorado -0.51794020793609219 +39871 gsa_html_7199417381 gsa_html_7199417381:637:66132:66147 Arikaree Nebraska -0.532247693099860419 +39872 aapg_ai_774.html aapg_ai_774.html:12:1321:1339 Detroit River Michigan -0.0436537812502225328 +39873 aapg_aa_730.html aapg_aa_730.html:333:34682:34694 Wilcox Texas -0.0429780785253481984 +39874 cspg_html_8920292895 cspg_html_8920292895:1072:110367:110374 El Paso El Paso, Texas -0.472501057082917231 +39875 aapg_ae_473.html aapg_ae_473.html:399:36991:37001 Tallahatta Winona, Mississippi -0.460655489757687109 +39876 aapg_af_854.html aapg_af_854.html:1213:172028:172049 Leitchfield Kentucky -0.0303573786993141213 +39877 aapg_ae_62.html aapg_ae_62.html:303:26068:26080 Dakota Fall River, Nova Scotia -0.448691045323912019 +39878 aapg_ah_686.html aapg_ah_686.html:504:73073:73093 Kanayut Conglomerate Anchorage, Alaska -0.479670542308177961 +39879 cspg_html_8964522233 cspg_html_8964522233:64:7834:7853 Tahkandit Anchorage, Alaska -0.0234576033289263484 +39880 cspg_html_7817594878 cspg_html_7817594878:411:58446:58480 Kootenay Lacombe, Alberta -0.471405039658470026 +39881 aapg_aa_626.html aapg_aa_626.html:25:3349:3362 Potomac Raritan River -0.448282824521055501 +39882 aapg_aa_544.html aapg_aa_544.html:249:33547:33555 Frontier Cheyenne, Wyoming -0.0074248793072545817 +39883 aapg_ac_14.html aapg_ac_14.html:55:4493:4499 Dakota San Juan, Argentina -0.250079176914170809 +39884 cspg_html_2419618566 cspg_html_2419618566:617:84376:84382 Antler Canada -0.0239565449099976777 +39885 sedimentology_html_6577177005 sedimentology_html_6577177005:46:3935:3940 Cadiz Gibraltar -0.50174601395170626 +39886 aapg_aa_734.html aapg_aa_734.html:139:14153:14161 Caballos Texas -0.493659609592116133 +39887 aapg_ad_865.html aapg_ad_865.html:380:37586:37594 Rockwood Ouray, Colorado -0.0451864998498942502 +39888 cspg_html_6927586285 cspg_html_6927586285:529:63324:63332 Columbia Victoria, British Columbia -0.458648092769168181 +39889 aapg_ae_663.html aapg_ae_663.html:69:9002:9017 Sespe Simi Valley, California -0.445984933244691462 +39890 cspg_html_9735723617 cspg_html_9735723617:613:72600:72618 Imperial Banks Island -0.496076419080899056 +39891 jgeology_html_4305195651 jgeology_html_4305195651:2950:205891:205899 Scranton Pocono Raceway -0.498148760929569168 +39892 aapg_ae_656.html aapg_ae_656.html:157:18487:18495 Petaluma Sonoma County, California -0.501602970255366709 +39893 aapg_ad_267.html aapg_ad_267.html:5:693:711 Cotton Valley Shreveport, Louisiana -0.393405244833277101 +39894 gsa_html_4339524478 gsa_html_4339524478:1041:95657:95667 Washington Blue Mountains (Oregon) -0.0231533782740243055 +39895 AMJC_html_5421639085 AMJC_html_5421639085:689:67964:67982 Quantico Virginia -0.0500861646985385212 +39896 cspg_html_3850954719 cspg_html_3850954719:292:38436:38453 Muskiki Southeast Asia -0.0181770085033734277 +39897 aapg_af_16.html aapg_af_16.html:97:11293:11301 Frontier Cheyenne, Wyoming -0.0497096945729348094 +39898 cspg_html_7544078524 cspg_html_7544078524:252:33792:33807 Leduc Lacombe, Alberta 1.04211711789756567 +39899 aapg_ah_295.html aapg_ah_295.html:97:15378:15398 Cool Creek Wisconsin -0.0186775409744464604 +39900 palaios_html_3105248303 palaios_html_3105248303:600:59749:59763 Point Pleasant Fulton, Missouri -0.45184182728382527 +39901 aapg_ae_235.html aapg_ae_235.html:133:16554:16562 Columbia Maryland -0.00200296970089739335 +39902 cspg_html_4812473779 cspg_html_4812473779:1057:122572:122587 Sekwi Canada -0.497180715543366847 +39903 gsa_html_4453142877 gsa_html_4453142877:634:65209:65237 Green River Colorado -0.0217296792824245993 +39904 aapg_ai_654.html aapg_ai_654.html:251:36467:36488 Lodgepole Williston Basin 0.00157388492495401659 +39905 cspg_html_9725676031 cspg_html_9725676031:112:17965:17976 Peace River Victoria, British Columbia -0.449467616590735308 +39906 aapg_ad_564.html aapg_ad_564.html:3980:309546:309557 Mowry Powder River Basin -0.925344645978450453 +39907 palaios_html_6100595217 palaios_html_6100595217:116:13937:13958 Moodys Branch Lisbon 0.290558119714211194 +39908 gsa_html_6194837075 gsa_html_6194837075:319:22606:22610 Buda Texas 0.0149273021634023628 +39909 aapg_ac_870.html aapg_ac_870.html:565:61650:61675 Bowen Gold Coast, Queensland -0.0102706745632111761 +39910 cspg_html_9717154602 cspg_html_9717154602:27:4485:4492 Bearpaw Lacombe, Alberta -0.0213629091377398328 +39911 cspg_html_1503116552 cspg_html_1503116552:1098:165401:165427 Beaverhill Swan Hill, Victoria -0.0283642962878183774 +39912 aapg_ae_45.html aapg_ae_45.html:769:76414:76434 Smackover Haynesville, Louisiana 0.0145172103722691747 +39913 aapg_ad_871.html aapg_ad_871.html:197:21126:21139 Lake Michigan Cheboygan County Airport -0.0383226719059837143 +39914 aapg_ak_97.html aapg_ak_97.html:102:10636:10667 Red Mountain Alabama 0.0139472629974676295 +39915 aapg_af_86.html aapg_af_86.html:437:28148:28164 Salina Ontario, California -0.426720647196584257 +39916 aapg_ah_677.html aapg_ah_677.html:270:29449:29463 Nonesuch Michigan -0.473903010792736112 +39917 aapg_ad_367.html aapg_ad_367.html:383:37471:37479 Palliser Medicine Lake, Minnesota -0.028972971193404428 +39918 sedimentology_html_9633870681 sedimentology_html_9633870681:203:16681:16697 Lance Cheyenne, Wyoming -0.440265166942118702 +39919 cspg_html_8145657505 cspg_html_8145657505:193:28491:28511 Swan Hills Pine Brook, New Jersey 0.657435914978621305 +39920 gsa_html_8030464622 gsa_html_8030464622:718:76256:76265 Red River Earth -0.438060290900437188 +39921 aapg_af_667.html aapg_af_667.html:62:6596:6612 Salado Salado, Texas -0.445338708488509594 +39922 aapg_ah_378.html aapg_ah_378.html:163:15890:15903 Comanche Peak Edwards Plateau -0.0508949420504662894 +39923 aapg_af_416.html aapg_af_416.html:146:18531:18540 Spearfish Canada -0.439125439995052158 +39924 aapg_af_291.html aapg_af_291.html:138:17414:17422 Kekiktuk Prudhoe Bay Oil Field -0.500366664778552739 +39925 aapg_ac_688.html aapg_ac_688.html:9:1153:1170 Paradox San Fernando Valley -0.421454142706894297 +39926 cspg_html_1222040397 cspg_html_1222040397:573:74948:74970 Mount Wilson Rocky Mountains -0.0304773910336276765 +39927 cspg_html_2820961138 cspg_html_2820961138:604:62331:62348 Cardium Lacombe, Alberta -0.416376659595793952 +39928 aapg_ai_854.html aapg_ai_854.html:154:24055:24082 Duvernay Canada 0.00810590751999957886 +39929 gsa_html_9221384561 gsa_html_9221384561:981:97653:97681 Green River Colorado -0.00655275945491847703 +39930 aapg_ad_337.html aapg_ad_337.html:305:33956:33961 Sespe Huntington Beach, California -0.0139559511282587399 +39931 cspg_html_1841843683 cspg_html_1841843683:70:11605:11612 Rierdon Cheyenne, Wyoming -0.455432903203822237 +39932 AMJC_html_8303556104 AMJC_html_8303556104:227:30474:30525 Forest Cleveland -0.0413935142659100155 +39933 aapg_ae_235.html aapg_ae_235.html:396:42301:42309 Columbia Columbia District -0.0344697965895258002 +39934 aapg_ai_364.html aapg_ai_364.html:76:9521:9530 Stonewall Hartshorne, Oklahoma 0.00299316941719320615 +39935 cspg_html_9516677253 cspg_html_9516677253:240:30427:30444 Cardium Lacombe, Alberta -0.487335814372290177 +39936 aapg_ae_123.html aapg_ae_123.html:113:9437:9470 Syracuse Schuyler County, Illinois -0.00967821874611652505 +39937 geology_html_1687980632 geology_html_1687980632:288:21949:21959 Washington Seattle -0.0258220684876826687 +39938 sedimentology_html_2252089833 sedimentology_html_2252089833:416:34829:34868 Bruce Perth, Western Australia -0.473157943062676001 +39939 aapg_aa_351.html aapg_aa_351.html:137:13496:13502 Wilcox Tahlequah, Oklahoma -0.427843250012949428 +39940 palaios_html_2449649505 palaios_html_2449649505:391:42699:42730 Willwood Kayenta, Arizona -0.0458763143871966511 +39941 aapg_ae_369.html aapg_ae_369.html:60:7114:7134 Tuscaloosa Alabama -0.026691451486835667 +39942 aapg_ad_659.html aapg_ad_659.html:265:36568:36589 Jacobsville Michigan -0.000225833135678471921 +39943 gsa_html_9778794100 gsa_html_9778794100:29:2796:2824 Green River Colorado -0.0101247315019664351 +39944 gsa_html_1190215699 gsa_html_1190215699:132:9959:9987 Green River Colorado -0.0119247384368411057 +39945 aapg_ah_376.html aapg_ah_376.html:16:1648:1656 Colorado Denver -0.431086943566786673 +39946 aapg_ad_696.html aapg_ad_696.html:203:20051:20063 Sparta East Texas -0.237137757743123512 +39947 gsa_html_2005293978 gsa_html_2005293978:1097:81278:81291 Potomac Delmarva Peninsula -0.0248379892514390653 +39948 cspg_html_9485413283 cspg_html_9485413283:518:57528:57537 Mackenzie Victoria, British Columbia -0.4364582012241503 +39949 cspg_html_3740794265 cspg_html_3740794265:76:8964:8971 Bluesky Victoria, British Columbia -0.46328736756315686 +39950 aapg_ai_583.html aapg_ai_583.html:438:54977:54982 Swift Black Hills -0.655019640649673773 +39951 gsa_html_1759562042 gsa_html_1759562042:56:5792:5809 Entrada Logan, Utah 0.0258777074319498125 +39952 aapg_ac_575.html aapg_ac_575.html:77:11880:11888 Dinwoody Logan, Utah 1.06984186152658478 +39953 aapg_aa_986.html aapg_aa_986.html:200:16015:16039 Viola Lake City, Florida -0.488759736831659075 +39954 aapg_ac_19.html aapg_ac_19.html:108:8809:8815 Paluxy County Sligo -0.453495743339231705 +39955 aapg_ac_681.html aapg_ac_681.html:207:18600:18612 Wilcox Murray, Kentucky -0.00633038844921864335 +39956 sedimentology_html_9919870433 sedimentology_html_9919870433:1075:71570:71586 Carmel Colorado Plateau -0.249696527735008916 +39957 aapg_ad_812.html aapg_ad_812.html:62:8105:8122 Entrada New Mexico -0.00712258914704064564 +39958 cspg_html_4433937749 cspg_html_4433937749:78:11521:11537 Swan River Lacombe, Alberta -0.0395916240677814321 +39959 aapg_af_292.html aapg_af_292.html:151:19109:19129 Arroyo New Mexico 0.0208049463724238951 +39960 cspg_html_1503116552 cspg_html_1503116552:1606:238655:238675 Swan Hills Lacombe, Alberta -0.0285260271643415532 +39961 aapg_af_26.html aapg_af_26.html:3:184:208 Spencer Salem, Oregon 0.0306043618711196001 +39962 aapg_aa_960.html aapg_aa_960.html:280:22891:22898 Wingate New Mexico -0.448287309474040385 +39963 aapg_aa_739.html aapg_aa_739.html:8:1265:1295 Nopah Great Basin -0.0446848523665537567 +39964 aapg_ai_594.html aapg_ai_594.html:280:29697:29704 Manitou Fremont, California -0.441517589995484405 +39965 aapg_ah_95.html aapg_ah_95.html:41:4649:4669 Rainvalley Arizona -0.0398370785846279343 +39966 cspg_html_1462870252 cspg_html_1462870252:5:225:264 Sulphur Point Lacombe, Alberta -0.500423794622032903 +39967 aapg_ai_28.html aapg_ai_28.html:277:26318:26324 Laredo Nueces County, Texas -0.459639875047440249 +39968 aapg_af_218.html aapg_af_218.html:118:12465:12473 Monterey Monterey, California 0.0101177818467075957 +39969 gsa_html_6426465509 gsa_html_6426465509:609:51660:51670 Washington Seattle -0.449431691216236939 +39970 gsa_html_7642385160 gsa_html_7642385160:524:60195:60203 Virginia Norfolk, Virginia -0.499203493557790035 +39971 sedimentology_html_3458220619 sedimentology_html_3458220619:249:19692:19696 Java Sumatra 0.0112505933991891086 +39972 aapg_af_150.html aapg_af_150.html:78:7457:7479 Schuler Shreveport, Louisiana -0.475138501585752326 +39973 aapg_ah_182.html aapg_ah_182.html:127:13205:13216 Jacksonburg Martinsburg, Nebraska -0.0409390916032161337 +39974 aapg_ae_70.html aapg_ae_70.html:124:14818:14830 Dakota Colorado 0.0182500020623851782 +39975 gsa_html_7020634397 gsa_html_7020634397:670:53281:53298 Tuttle Canada -0.0661403001102636723 +39976 cspg_html_9119878068 cspg_html_9119878068:325:39745:39764 Waterways Swan Hill, Victoria -0.0273313514332929886 +39977 AMJC_html_2648925619 AMJC_html_2648925619:1011:90674:90695 Waits River Bennington, Vermont -0.476130470160059438 +39978 cspg_html_8054926782 cspg_html_8054926782:151:22232:22256 Old Fort Lake Louise, Alberta -0.459149520620870666 +39979 palaios_html_3232474978 palaios_html_3232474978:263:29211:29225 Beaufort South Africa -0.451812561628617604 +39980 aapg_ai_364.html aapg_ai_364.html:47:6455:6465 Pottsville Allegheny Mountains -0.462225485866077257 +39981 aapg_ai_44.html aapg_ai_44.html:169:25413:25419 Sierra Barquisimeto -0.0770735112777767711 +39982 gsa_html_2989317971 gsa_html_2989317971:1246:123177:123193 Valmy Reno, Nevada -0.486513508857715604 +39983 gsa_html_5346692053 gsa_html_5346692053:534:50389:50393 Hall London, Ontario -0.0129533588216162645 +39984 aapg_aa_621.html aapg_aa_621.html:81:8790:8810 Meeteetse Boise, Idaho -0.201511435202830602 +39985 cspg_html_4516258038 cspg_html_4516258038:485:54395:54404 Hecla Bay Bathurst Island (Northern Territory) -0.465705253187009671 +39986 cspg_html_5538678223 cspg_html_5538678223:592:58511:58522 Peace River Victoria, British Columbia -0.00558684125975643809 +39987 aapg_af_722.html aapg_af_722.html:282:26900:26910 San Miguel Darien, Georgia 0.0317280244152079033 +39988 cspg_html_9142477479 cspg_html_9142477479:33:6400:6412 Mercer Kittanning, Pennsylvania -0.466073422560892126 +39989 aapg_ah_871.html aapg_ah_871.html:350:39185:39192 Pamelia Montreal 1.03979944558442217 +39990 aapg_ah_387.html aapg_ah_387.html:2447:264913:264922 Knoxville Mariposa, California -0.498041936399126195 +39991 aapg_ah_573.html aapg_ah_573.html:58:7695:7703 Catskill West Branch Susquehanna River -0.407549780489566693 +39992 cspg_html_2834693711 cspg_html_2834693711:386:53132:53150 Gabriola Galiano Island -0.473718414704639712 +39993 aapg_ah_412.html aapg_ah_412.html:349:30567:30574 Madison Lacombe, Alberta -0.468574624407060158 +39994 aapg_ak_87.html aapg_ak_87.html:86:13934:13953 Horquilla New Mexico 0.286830820286701205 +39995 AMJC_html_1882260638 AMJC_html_1882260638:13:545:556 Main Street Houston -0.0221938023877403003 +39996 aapg_ac_13.html aapg_ac_13.html:34:3968:3972 Webb Las Animas County, Colorado -0.084392614204074054 +39997 cspg_html_1313584654 cspg_html_1313584654:252:33192:33197 Price Regina, Saskatchewan -0.406654245904626011 +39998 cspg_html_4319383223 cspg_html_4319383223:532:62267:62297 Doig Victoria, British Columbia -0.0210726272729466063 +39999 cspg_html_1693073625 cspg_html_1693073625:15:1699:1708 Hay River Lacombe, Alberta -0.0506631068321719905 +40000 gsa_html_1337782073 gsa_html_1337782073:64:5771:5793 Hampshire Littleton, Colorado -0.440247382693200906 +40001 aapg_ac_333.html aapg_ac_333.html:351:45713:45717 Rico San Juan Mountains -0.463332970234029085 +40002 sedimentology_html_8918014440 sedimentology_html_8918014440:358:12705:12709 Hall London, Ontario -0.052851016470200643 +40003 aapg_ad_154.html aapg_ad_154.html:111:12296:12313 Salona Pennsylvania -0.444844842741709823 +40004 gsa_html_2605108986 gsa_html_2605108986:15:1061:1080 Matanuska Matanuska-Susitna Valley -0.0255351835335731921 +40005 cspg_html_2372201862 cspg_html_2372201862:10:873:896 Grand Rapids Clearwater, Florida -0.487729676915167776 +40006 sedimentology_html_8941754323 sedimentology_html_8941754323:1186:49149:49166 Cardium Lacombe, Alberta -0.447153316157111791 +40007 aapg_ah_664.html aapg_ah_664.html:556:56172:56180 Columbia Victoria, British Columbia 0.0227379029303381268 +40008 gsa_html_3151431803 gsa_html_3151431803:699:61459:61487 Green River Colorado 0.0285086366528335168 +40009 jgeology_html_4692255628 jgeology_html_4692255628:432:30057:30065 Aguacate Caribbean -0.0169066131987412362 +40010 aapg_ah_476.html aapg_ah_476.html:35:3904:3924 Wapanucka Atoka, Oklahoma -0.48108644546321655 +40011 aapg_ah_370.html aapg_ah_370.html:495:37348:37360 Norway Point Alpena County, Michigan 0.0240904099609355465 +40012 aapg_ak_136.html aapg_ak_136.html:53:7424:7435 Mowry Cheyenne, Wyoming -0.4462802459552766 +40013 cspg_html_5515814749 cspg_html_5515814749:65:10034:10052 Eastend Lacombe, Alberta -0.0222894098360483031 +40014 aapg_af_849.html aapg_af_849.html:24:3727:3745 Tensleep Larimer County, Colorado -0.0134607320761341784 +40015 aapg_ad_351.html aapg_ad_351.html:525:45346:45365 Northview Sedalia, Missouri -0.444844842741709823 +40016 cspg_html_9768299963 cspg_html_9768299963:339:34268:34287 Scollard Lacombe, Alberta -0.16274062247988702 +40017 cspg_html_1732329534 cspg_html_1732329534:97:13959:13978 Paskapoo Red Deer, Alberta -0.00490757986669080291 +40018 aapg_aa_426.html aapg_aa_426.html:224:50284:50294 Mooreville Selma to Montgomery marches -0.465595518002078101 +40019 cspg_html_8840748783 cspg_html_8840748783:594:74772:74790 Dunvegan Western Canadian Sedimentary Basin -0.440325191296006335 +40020 cspg_html_5807593737 cspg_html_5807593737:640:80528:80553 Beaverhill Lacombe, Alberta -0.459022435464294998 +40021 palaios_html_3751259297 palaios_html_3751259297:654:68902:68935 Bluefield Tallahassee, Florida -0.199112537693475533 +40022 aapg_ai_584.html aapg_ai_584.html:827:87765:87780 Casper Cheyenne, Wyoming -0.0454181735904482173 +40023 geology_html_1122152336 geology_html_1122152336:298:24707:24713 Sierra San Juan, Argentina -0.437953842888147871 +40024 cspg_html_7330983978 cspg_html_7330983978:668:56016:56051 La Vieille New Brunswick, New Jersey -0.458865873154244486 +40025 aapg_ah_888.html aapg_ah_888.html:15:2134:2147 Barnett Montgomery (town), New York -0.427661175709289521 +40026 aapg_ae_415.html aapg_ae_415.html:878:109484:109496 Chickasawhay Flint River (Michigan) -0.00614971261944179635 +40027 aapg_ae_921.html aapg_ae_921.html:384:32256:32274 Winnipeg Black Hills -0.436092963472802964 +40028 aapg_ah_387.html aapg_ah_387.html:85:13465:13493 Francisco San Francisco -0.499246281017071747 +40029 cspg_html_5198658336 cspg_html_5198658336:394:44601:44619 Scollard Calgary -0.029835599351404625 +40030 aapg_ah_901.html aapg_ah_901.html:218:39429:39443 Guayabo Western world -0.491047216471885206 +40031 cspg_html_9060847110 cspg_html_9060847110:558:72609:72634 Anguille Grand Lake, Colorado -0.462097962880594848 +40032 aapg_ad_169.html aapg_ad_169.html:358:42057:42076 Greenbrier Greenbrier (Great Smoky Mountains) -0.513236419036821268 +40033 geology_html_6536193862 geology_html_6536193862:161:13941:13948 Potomac Bass River Township, New Jersey -0.0209474772659758064 +40034 geology_html_7066290984 geology_html_7066290984:11:475:485 Washington Seattle -0.0252656906210169466 +40035 gsa_html_5854091649 gsa_html_5854091649:111:11078:11103 Navajo Kaibab Plateau -0.470262127852539125 +40036 aapg_aa_569.html aapg_aa_569.html:19:3683:3697 Point Pleasant Parkersburg, West Virginia -0.465561228542891226 +40037 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66126:66135 San Diego California -0.453085363047098455 +40038 aapg_ai_410.html aapg_ai_410.html:480:44358:44366 Fountain Pontotoc County, Mississippi -0.448121380852875006 +40039 cspg_html_3178645840 cspg_html_3178645840:332:43734:43754 Baldonnel Victoria, British Columbia -0.480667710196792775 +40040 gsa_html_8688253811 gsa_html_8688253811:388:28196:28204 Colorado Sudan -0.0598011148469018913 +40041 gsa_html_9579641184 gsa_html_9579641184:16:738:748 Washington Washington (state) -0.0306269732531419848 +40042 geology_html_8667067653 geology_html_8667067653:208:16509:16520 Santa Clara Ventura County, California -0.504081097628738206 +40043 cspg_html_5484260516 cspg_html_5484260516:105:12132:12148 Exshaw Crowsnest Pass, Alberta -0.018601069941382109 +40044 gsa_html_5107598462 gsa_html_5107598462:568:55018:55028 Waynesboro Salina, Kansas -0.0455104965023540933 +40045 aapg_af_635.html aapg_af_635.html:72:6794:6799 Joins England -0.484098022941034878 +40046 aapg_ae_161.html aapg_ae_161.html:174:19686:19699 Bearpaw Fort Union Trading Post National Historic Site -0.455387700672750584 +40047 aapg_ah_530.html aapg_ah_530.html:297:30528:30540 Sly Gap Alamogordo, New Mexico -0.428479686892279998 +40048 aapg_ad_168.html aapg_ad_168.html:703:71880:71885 Logan Canada -0.469093158774920749 +40049 aapg_ah_27.html aapg_ah_27.html:54:7445:7463 Barnett Fort Worth, Texas -0.0239565449099976777 +40050 aapg_ae_407.html aapg_ae_407.html:53:5684:5706 Wapsipinicon Iowa -0.244542738054802589 +40051 gsa_html_8284969566 gsa_html_8284969566:743:60208:60214 Reston Virginia -0.0187574882731168305 +40052 aapg_ah_329.html aapg_ah_329.html:99:10396:10403 Sisquoc Monterey, California -0.0421683485517513057 +40053 aapg_ai_584.html aapg_ai_584.html:41:4326:4334 Fountain Hartville, Missouri -0.0583176759976086131 +40054 aapg_ai_340.html aapg_ai_340.html:454:47215:47219 Cass Anchorage, Alaska -0.4462802459552766 +40055 aapg_aa_286.html aapg_aa_286.html:120:15862:15881 Lockatong Closter, New Jersey -0.0045966157065965357 +40056 gsa_html_3818307499 gsa_html_3818307499:394:41245:41260 Nopah Mojave Desert -0.00425264554680848412 +40057 aapg_ae_884.html aapg_ae_884.html:135:17443:17461 Niobrara Mancos, Colorado -0.452238132024570194 +40058 aapg_af_833.html aapg_af_833.html:505:55113:55121 Cloverly Greybull, Wyoming 0.600888344549514342 +40059 aapg_ad_369.html aapg_ad_369.html:22:2887:2901 Chadakoin Bradford, Pennsylvania -0.455279223830003521 +40060 cspg_html_8509913074 cspg_html_8509913074:486:62244:62266 Guelph Lockport (city), New York -0.0320898452936181564 +40061 gsa_html_4108535696 gsa_html_4108535696:654:59169:59180 Main Street Texas -0.0127518020559754426 +40062 cspg_html_5891044027 cspg_html_5891044027:312:60722:60740 Grinnell Purcell Mountains -0.44714211768966694 +40063 aapg_aa_749.html aapg_aa_749.html:11:489:497 Colorado Littleton, Colorado -0.512088833057548598 +40064 aapg_ae_319.html aapg_ae_319.html:467:38785:38799 Duchesne River Lake Fork (Texas) -0.0116884385826105785 +40065 aapg_ac_20.html aapg_ac_20.html:77:7385:7389 Frio Brazoria County, Texas -0.471543117662309108 +40066 gsa_html_1643425974 gsa_html_1643425974:911:89370:89398 Green River Colorado 0.0321194176827209119 +40067 palaios_html_2623118674 palaios_html_2623118674:788:84602:84612 North Horn North Horn Formation -0.0328900657953446335 +40068 aapg_aa_419.html aapg_aa_419.html:619:55070:55078 Langford Launceston, Cornwall -0.455188836413653375 +40069 palaios_html_1803946422 palaios_html_1803946422:171:14535:14546 Bloomington Currie, Minnesota -0.469028899015838996 +40070 aapg_ae_391.html aapg_ae_391.html:325:29750:29767 Rustler Delaware -0.457639279239636709 +40071 geology_html_1378183813 geology_html_1378183813:12:508:520 Rhode Island Newport, Rhode Island -0.437647872469164423 +40072 gsa_html_1790318761 gsa_html_1790318761:470:39330:39348 John Day Salem, Oregon -0.00593429213199152261 +40073 aapg_ai_107.html aapg_ai_107.html:84:7815:7824 Smackover Texas -0.0212673068022475528 +40074 gsa_html_4675429437 gsa_html_4675429437:1267:87461:87471 San Felipe Mexico -0.485874484406754958 +40075 sedimentology_html_1046729113 sedimentology_html_1046729113:145:14986:15008 Shaftesbury Western world -0.479161941644374367 +40076 aapg_ac_563.html aapg_ac_563.html:318:44679:44684 Sligo Texas -0.442239112797514711 +40077 aapg_ac_719.html aapg_ac_719.html:178:21106:21114 Farisita Turkey Creek, Louisiana 0.0157961629131884683 +40078 aapg_ad_921.html aapg_ad_921.html:8:1048:1056 Columbia Norwood, Massachusetts -0.028708628918134603 +40079 aapg_af_225.html aapg_af_225.html:20:2711:2720 Blackford Delaware -0.0146249457170983255 +40080 jgeology_html_3924418909 jgeology_html_3924418909:566:49074:49099 Navajo Colorado -0.4864081422828892 +40081 aapg_ai_321.html aapg_ai_321.html:104:14103:14124 Sepur Guatemala -0.430013274855999439 +40082 gsa_html_6753732431 gsa_html_6753732431:631:59450:59481 Sespe California -0.465579516089382972 +40083 cspg_html_3854139935 cspg_html_3854139935:9:730:747 Pakowki Judith River Formation -0.453292784807282967 +40084 sedimentology_html_9326831356 sedimentology_html_9326831356:234:27184:27202 Congaree Black Creek (Toronto) -0.467905110852730732 +40085 sedimentology_html_6517840970 sedimentology_html_6517840970:32:1922:1928 Moscow Russia -0.425363011053494167 +40086 aapg_ad_715.html aapg_ad_715.html:159:19087:19107 Stonewall Hartshorne, Oklahoma 0.00421268950566507355 +40087 aapg_af_829.html aapg_af_829.html:14:892:914 Prairie Willow River, Minnesota -0.228119555358436588 +40088 cspg_html_7833083677 cspg_html_7833083677:2415:211567:211597 Kogruk Anchorage, Alaska -0.477179162580930738 +40089 AMJC_html_3770590633 AMJC_html_3770590633:982:109464:109470 Oxford Oman -0.0200714512738383588 +40090 palaios_html_4588969442 palaios_html_4588969442:521:32542:32546 Bell Austin, Chicago -0.0237635726163751594 +40091 aapg_aa_603.html aapg_aa_603.html:449:48173:48194 Fish Scales Lacombe, Alberta -0.508588352325726856 +40092 cspg_html_3734757529 cspg_html_3734757529:506:65536:65544 Columbia Victoria, British Columbia -0.0186775409744464604 +40093 cspg_html_9174463232 cspg_html_9174463232:274:27347:27358 Peace River Lacombe, Alberta -0.469051848391689397 +40094 aapg_ac_575.html aapg_ac_575.html:488:72763:72783 Phosphoria Cheyenne, Wyoming -0.430092438352523254 +40095 aapg_ah_357.html aapg_ah_357.html:15:1874:1883 Catahoula Oakville, California -0.437408487283808822 +40096 jgeology_html_8355852976 jgeology_html_8355852976:108:6102:6110 Colorado Pueblo, Colorado -0.509719019143331509 +40097 aapg_ac_324.html aapg_ac_324.html:440:56680:56707 Prospect Great Basin -0.448969278215303857 +40098 aapg_ai_477.html aapg_ai_477.html:53:6867:6887 Kotaneelee Liard River, British Columbia 0.409890146552102763 +40099 cspg_html_5981094114 cspg_html_5981094114:44:6421:6431 Missisauga Logan Canyon -0.485336482309537631 +40100 geology_html_1603435388 geology_html_1603435388:36:3699:3720 North Mountain Basalt High Atlas -0.454034931813569353 +40101 gsa_html_4415818938 gsa_html_4415818938:22:730:736 Brazil Manaus -0.455184317280275863 +40102 aapg_aa_300.html aapg_aa_300.html:324:37188:37197 San Diego California -0.0455035286996004346 +40103 sedimentology_html_6416259425 sedimentology_html_6416259425:821:69391:69411 Ellensburg Washington (state) -0.0358061340755818636 +40104 cspg_html_6577476978 cspg_html_6577476978:422:47288:47296 Columbia Victoria, British Columbia -0.0369546842337877615 +40105 cspg_html_2175627313 cspg_html_2175627313:33:4425:4442 Montney Lacombe, Alberta -0.484310536940914471 +40106 aapg_ai_159.html aapg_ai_159.html:219:25439:25456 La Boca Culebra, Puerto Rico -0.470262127852539125 +40107 aapg_ae_3.html aapg_ae_3.html:264:37724:37735 Lake Valley New Mexico -0.126576759450180681 +40108 aapg_ac_506.html aapg_ac_506.html:439:49484:49492 Virginia Virginia -0.442720440658756875 +40109 cspg_html_4799463481 cspg_html_4799463481:45:6754:6774 Bird Fiord Middle East -0.0865886998807061797 +40110 gsa_html_1337782073 gsa_html_1337782073:58:5055:5068 Gile Mountain Quebec City 0.597460231058285829 +40111 aapg_ac_989.html aapg_ac_989.html:345:48005:48023 Fountain Cheyenne, Wyoming -0.0497027230803183603 +40112 aapg_ai_583.html aapg_ai_583.html:95:13543:13551 Sundance Cheyenne, Wyoming -0.0667553724094207129 +40113 aapg_ac_301.html aapg_ac_301.html:257:30944:30961 Laketown Dolomite Boise, Idaho -0.239521773043652658 +40114 aapg_ah_83.html aapg_ah_83.html:51:7108:7127 Lakota Powder River Basin -0.599632014895228105 +40115 palaios_html_3022467877 palaios_html_3022467877:633:59212:59234 Judith River Lacombe, Alberta -0.441459714368856782 +40116 aapg_aa_820.html aapg_aa_820.html:24:2046:2052 Brazil Manaus -0.429219806124286896 +40117 cspg_html_9330018201 cspg_html_9330018201:118:18394:18401 Windsor Elko, Nevada -0.459837454744856933 +40118 aapg_ae_474.html aapg_ae_474.html:1332:140782:140798 Bethel Bethel, Alaska -0.0230090906667148494 +40119 cspg_html_5688447798 cspg_html_5688447798:203:26583:26594 Goose Fiord Ellesmere Island -0.00922476160912374769 +40120 cspg_html_8789242291 cspg_html_8789242291:249:29463:29497 Kootenay Lacombe, Alberta -0.455211432419709627 +40121 aapg_ah_895.html aapg_ah_895.html:44:7303:7329 Horseshoe Canyon Canada -0.462143504710773534 +40122 aapg_ac_612.html aapg_ac_612.html:81:7895:7913 Fountain Colorado Springs, Colorado 0.0128838563321653186 +40123 sedimentology_html_3952835805 sedimentology_html_3952835805:1140:69458:69479 Green River Cheyenne, Wyoming -0.42423457487964078 +40124 aapg_ai_241.html aapg_ai_241.html:89:10409:10430 Winnipeg Minot (Amtrak station) -0.472943536588278923 +40125 jgeology_html_6388378441 jgeology_html_6388378441:305:23139:23154 Berino New Mexico -0.00357860677920869346 +40126 aapg_ad_973.html aapg_ad_973.html:144:15698:15705 Yucatan Mississippi River -0.0260654904389273911 +40127 gsa_html_5107598462 gsa_html_5107598462:304:26445:26451 Salina Salina, Kansas -0.00979462429282945343 +40128 geology_html_2304390072 geology_html_2304390072:72:7278:7284 Provo Kastrup -0.0175218157848266304 +40129 aapg_ad_801.html aapg_ad_801.html:100:11014:11024 Rio Grande Illinois -0.418699089801867985 +40130 cspg_html_7553438101 cspg_html_7553438101:17:1678:1686 Colorado New Mexico -0.0474286098423364472 +40131 aapg_ac_575.html aapg_ac_575.html:215:35505:35524 Rock Springs Uinta Mountains -0.493383370963238699 +40132 gsa_html_3448554349 gsa_html_3448554349:279:25577:25597 Hampshire Catskill Mountains -0.0117822633156925947 +40133 aapg_ai_356.html aapg_ai_356.html:139:14253:14267 Buda Buda, Texas -0.470510360514459824 +40134 aapg_ac_730.html aapg_ac_730.html:54:7770:7779 Mesaverde Mancos, Colorado 0.0133338879149081258 +40135 aapg_ac_984.html aapg_ac_984.html:150:12702:12722 Ironton Illinois -0.473746101631411953 +40136 aapg_ac_703.html aapg_ac_703.html:164:18069:18086 Charles Williston, Vermont -0.40668644539044313 +40137 aapg_ah_423.html aapg_ah_423.html:65:5568:5584 Madison Lacombe, Alberta -0.461765577936308902 +40138 cspg_html_7093237629 cspg_html_7093237629:632:74462:74474 Golden Spike Saint Kitts and Nevis -0.0508147576234257159 +40139 aapg_ad_466.html aapg_ad_466.html:954:102851:102859 Navesink Monmouth County, New Jersey -0.0146249457170983255 +40140 cspg_html_6249234253 cspg_html_6249234253:1650:164834:164861 Cooking Lake Redwater, Texas -0.470085189955252725 +40141 aapg_ah_318.html aapg_ah_318.html:154:23765:23784 La Casita Mexico -0.0414701241414489052 +40142 aapg_ad_39.html aapg_ad_39.html:55:4237:4245 Columbia Arkansas 0.0223015780954305028 +40143 aapg_ae_461.html aapg_ae_461.html:83:13215:13223 Bellevue County Sligo -0.151846226357991193 +40144 gsa_html_1662492421 gsa_html_1662492421:740:63163:63172 San Diego California -0.501560061931396017 +40145 aapg_ah_766.html aapg_ah_766.html:120:12369:12380 San Ricardo Ventosa 0.876322203389291676 +40146 cspg_html_8145657505 cspg_html_8145657505:447:60504:60523 Smackover Alabama 0.37502080901524748 +40147 cspg_html_4812473779 cspg_html_4812473779:97:17412:17430 Black Cape Cape Cod -0.454034931813569353 +40148 cspg_html_9174463232 cspg_html_9174463232:211:21204:21224 Pine Point Great Slave Lake -0.46687889797168336 +40149 aapg_ae_873.html aapg_ae_873.html:728:84541:84549 Woodbine Rodessa, Louisiana -0.453653631411627511 +40150 aapg_ad_351.html aapg_ad_351.html:1154:92808:92828 Keokuk Iowa -0.222951629114019417 +40151 gsa_html_8319219146 gsa_html_8319219146:468:49514:49522 Bull Run Leesburg, Florida -0.0732667739597909207 +40152 palaios_html_2107285962 palaios_html_2107285962:438:51412:51426 Kope Netherlands 0.000416922734646836166 +40153 cspg_html_8279927914 cspg_html_8279927914:306:29649:29672 Watt Mountain Lacombe, Alberta -0.0331753752251057327 +40154 aapg_aa_901.html aapg_aa_901.html:3:176:187 Mowry Cheyenne, Wyoming -0.455310861563052449 +40155 sedimentology_html_1293179143 sedimentology_html_1293179143:884:70759:70797 Arroyo New Mexico -0.0398370785846279343 +40156 aapg_ah_530.html aapg_ah_530.html:15:2217:2240 Percha New Mexico -0.012400818539292929 +40157 cspg_html_3589404052 cspg_html_3589404052:37:6335:6359 Belloy Henderson, Nevada -0.426679013535527729 +40158 aapg_ad_174.html aapg_ad_174.html:88:9325:9333 Colorado San Juan, Argentina 0.00770284885627177569 +40159 aapg_aa_158.html aapg_aa_158.html:40:5444:5452 Cloverly Cheyenne, Wyoming -0.428890304984825277 +40160 gsa_html_9042941853 gsa_html_9042941853:80:5791:5819 Green River Colorado -0.427935397269568418 +40161 aapg_ac_714.html aapg_ac_714.html:688:84447:84455 Columbia Lacombe, Alberta -0.0168874970090907538 +40162 aapg_ae_68.html aapg_ae_68.html:52:7051:7057 Antler Elko, Nevada -0.487560856421757394 +40163 geology_html_1926795897 geology_html_1926795897:228:20262:20271 San Diego California -0.449656248007914428 +40164 gsa_html_6967102683 gsa_html_6967102683:63:4774:4781 Bugaboo Washington (state) -0.0463867446356681576 +40165 aapg_ad_760.html aapg_ad_760.html:47:6758:6775 Topanga Oak Ridge, Tennessee -0.0105834116577304821 +40166 aapg_ae_755.html aapg_ae_755.html:52:8631:8652 Pungo River North Carolina -0.489758135810969386 +40167 aapg_ai_593.html aapg_ai_593.html:1593:164843:164851 Kiamichi Texas -0.10870330935218607 +40168 aapg_ad_575.html aapg_ad_575.html:305:39137:39154 Entrada Golden, Colorado 0.00753259232389681937 +40169 jgeology_html_8355852976 jgeology_html_8355852976:173:11603:11618 Diablo Texas -0.477130519718023338 +40170 geology_html_5189534136 geology_html_5189534136:176:17926:17932 Moscow Caspian Sea -0.441998542726141919 +40171 aapg_ak_104.html aapg_ak_104.html:6:1157:1170 Madison Cheyenne, Wyoming -0.482884665046712014 +40172 aapg_ad_836.html aapg_ad_836.html:182:17159:17168 Kimmswick Missouri River -0.503913746830082165 +40173 cspg_html_4176605708 cspg_html_4176605708:59:8306:8320 Colorado Lacombe, Alberta -0.484310536940914471 +40174 aapg_ac_333.html aapg_ac_333.html:649:79614:79618 Yeso Grand Canyon -0.411002039717120848 +40175 jgeology_html_6011808724 jgeology_html_6011808724:1285:61423:61429 Brazil El Salvador -0.455184317280275863 +40176 palaios_html_3561205174 palaios_html_3561205174:1146:94532:94545 Potsdam Quebec City 0.00825705540955557274 +40177 aapg_af_788.html aapg_af_788.html:352:28695:28709 Traverse Antrim, County Antrim -0.457750306604137625 +40178 gsa_html_5064963350 gsa_html_5064963350:825:82698:82719 Talkeetna Anchorage, Alaska -0.239900094987577805 +40179 cspg_html_8980454113 cspg_html_8980454113:34:5126:5144 Palliser Lacombe, Alberta -0.50764170996696123 +40180 aapg_ac_903.html aapg_ac_903.html:20:1839:1849 Washington Salem, Oregon -0.43580087580188992 +40181 aapg_ah_688.html aapg_ah_688.html:240:26048:26061 Cotton Valley Mooringsport, Louisiana -0.0098536958986005091 +40182 cspg_html_4298557570 cspg_html_4298557570:366:46325:46351 Horseshoe Canyon Edmonton, London -0.40389539769124605 +40183 aapg_ad_466.html aapg_ad_466.html:1311:140711:140719 Patuxent Patapsco River -0.0366936389096963397 +40184 gsa_html_7151930388 gsa_html_7151930388:1323:100932:100960 Green River Colorado -0.0292651452152505043 +40185 geology_html_3342004799 geology_html_3342004799:324:27349:27365 Valmy Reno, Nevada -0.473746101631411953 +40186 AMJC_html_8273125968 AMJC_html_8273125968:573:61721:61729 Scotland London, Ontario -0.44645479356367046 +40187 aapg_ai_774.html aapg_ai_774.html:6:678:691 Detroit River Canada -0.443715087361728711 +40188 gsa_html_8938402362 gsa_html_8938402362:83:7540:7546 Poleta Inyo County, California -0.0171829308693467256 +40189 aapg_ah_464.html aapg_ah_464.html:23:3918:3928 Pottsville Ohio 0.00933942844638737703 +40190 AMJC_html_5298823237 AMJC_html_5298823237:536:57065:57071 Denver Colorado -0.0293555813701503708 +40191 aapg_aa_903.html aapg_aa_903.html:3:179:202 San Sebastian Puerto Rico -0.509045243574172801 +40192 aapg_ad_811.html aapg_ad_811.html:640:70077:70087 Rio Grande Spain -0.485266333037401854 +40193 aapg_ah_402.html aapg_ah_402.html:8:1544:1551 Cushing Oklahoma City -0.0045966157065965357 +40194 sedimentology_html_3238300064 sedimentology_html_3238300064:1619:104692:104706 Frio Gulf Coast of the United States -0.00217147693343403827 +40195 cspg_html_7938374662 cspg_html_7938374662:275:28177:28188 Peace River Canada 0.000277948477905467942 +40196 gsa_html_5446866849 gsa_html_5446866849:791:62142:62154 Owens Valley California -0.473653815287124913 +40197 gsa_html_3860045860 gsa_html_3860045860:382:41058:41069 Ohanapecosh Washington (state) -0.488759736831659075 +40198 aapg_af_518.html aapg_af_518.html:278:28844:28850 Sierra Cordillera Central (Puerto Rico) -0.486588444102287743 +40199 aapg_ae_886.html aapg_ae_886.html:30:4195:4212 Entrada Arizona -0.454414135268558672 +40200 aapg_ai_82.html aapg_ai_82.html:402:45817:45827 Greenbrier Greenbrier (Great Smoky Mountains) -0.0517421611604156687 +40201 palaios_html_2847312584 palaios_html_2847312584:70:8036:8054 Fairview Kentucky 0.417578421309473702 +40202 cspg_html_8694594891 cspg_html_8694594891:64:8008:8026 Billings Ontario, California -0.0242746935922993796 +40203 aapg_af_366.html aapg_af_366.html:94:10064:10080 Alapah Meramec River -0.514547843397291094 +40204 sedimentology_html_6714245905 sedimentology_html_6714245905:618:47755:47762 Jewett Silt San Francisco 0.0111029088243738312 +40205 cspg_html_4326384800 cspg_html_4326384800:173:24261:24280 Grosmont Lacombe, Alberta -0.446186272521599148 +40206 aapg_ah_158.html aapg_ah_158.html:255:41018:41031 Lone Mountain Silver City, New Mexico -0.110989127792660555 +40207 geology_html_9628904338 geology_html_9628904338:58:7063:7081 Kootenay Lacombe, Alberta -0.45112171556163283 +40208 aapg_af_150.html aapg_af_150.html:64:6417:6445 Smackover Haynesville, Louisiana -0.450878806444675151 +40209 aapg_ad_100.html aapg_ad_100.html:122:11389:11398 Tuscarora Huntington, West Virginia -0.207520163708705269 +40210 aapg_ac_65.html aapg_ac_65.html:69:8572:8587 Molas Colorado -0.471432653520514666 +40211 aapg_ac_782.html aapg_ac_782.html:20:4058:4071 Barnett Texas -0.13688603789678197 +40212 cspg_html_6901590840 cspg_html_6901590840:40:4418:4423 Trail Victoria, British Columbia -0.0303173748455716902 +40213 aapg_ac_126.html aapg_ac_126.html:252:38081:38088 Bossier Haynesville, Louisiana -0.00384092543334238609 +40214 sedimentology_html_9909668452 sedimentology_html_9909668452:29:1715:1725 Washington Seattle 0.00661530145377773292 +40215 gsa_html_5064963350 gsa_html_5064963350:14:812:819 El Paso Texas -0.0164009085472750712 +40216 gsa_html_5732664703 gsa_html_5732664703:836:83642:83658 Unicoi Virginia -0.0301277931102772942 +40217 aapg_ae_358.html aapg_ae_358.html:3:162:175 Penters Chert Batesville, Arkansas -0.442548827459522287 +40218 aapg_ac_686.html aapg_ac_686.html:111:10982:11022 Madison Cheyenne, Wyoming -0.46326000708216164 +40219 gsa_html_8491258533 gsa_html_8491258533:503:57532:57554 Smalls Falls Long Mountain (Hampshire County, Massachusetts) -0.51689284291327231 +40220 jgeology_html_1263059090 jgeology_html_1263059090:797:51572:51589 Potsdam Adirondack Mountains -0.00621572872549000163 +40221 aapg_af_288.html aapg_af_288.html:267:31462:31468 Sierra Oro Grande, California -0.0640439564415558327 +40222 aapg_ac_925.html aapg_ac_925.html:4:733:738 Funks Putah Creek -0.421983856501260468 +40223 aapg_aa_803.html aapg_aa_803.html:394:45601:45618 Haymond Texas -0.499246281017071747 +40224 aapg_ae_185.html aapg_ae_185.html:134:11689:11700 Arkadelphia Texas -0.495723634298967097 +40225 aapg_ah_894.html aapg_ah_894.html:70:10970:11014 Ivishak Prudhoe Bay Oil Field -0.468255854243320946 +40226 cspg_html_3104351736 cspg_html_3104351736:782:83554:83575 Milk River Lacombe, Alberta -0.063513001885771872 +40227 gsa_html_9207276905 gsa_html_9207276905:406:37295:37303 Columbia Victoria, British Columbia -0.0386168312473477923 +40228 aapg_af_653.html aapg_af_653.html:385:45712:45720 Monterey California -0.0483573436723463285 +40229 aapg_af_358.html aapg_af_358.html:183:19313:19321 Columbia Charleston, South Carolina -0.0328900657953446335 +40230 gsa_html_7102550258 gsa_html_7102550258:291:31985:32002 Todilto Logan, Utah -0.141748038309249674 +40231 cspg_html_8369994160 cspg_html_8369994160:132:14544:14560 Shunda Lacombe, Alberta -0.0186775409744464604 +40232 aapg_ai_15.html aapg_ai_15.html:27:4045:4062 Sabine Texas -0.0370190764377468506 +40233 aapg_ae_305.html aapg_ae_305.html:1702:160336:160357 Diablo Maracaibo 0.0242746935922994039 +40234 gsa_html_9843405750 gsa_html_9843405750:1148:116879:116895 Dakota Logan, Utah -0.424269545188154129 +40235 aapg_ae_708.html aapg_ae_708.html:3:484:504 Nolichucky Southwest Virginia 0.388122376734903518 +40236 palaios_html_7061055514 palaios_html_7061055514:183:19728:19733 Spray Earth -0.482597909534674852 +40237 palaios_html_6139698294 palaios_html_6139698294:468:43338:43355 Verulam Ontario, California 0.0150141868655465499 +40238 cspg_html_4326384800 cspg_html_4326384800:19:2421:2436 Canol Victoria, British Columbia -0.0282234355137958928 +40239 aapg_ae_746.html aapg_ae_746.html:642:54351:54368 Cardium Lacombe, Alberta 0.913041794569134146 +40240 gsa_html_6982030333 gsa_html_6982030333:1336:122265:122297 Martin Wallowa, Oregon -0.0457474052838692941 +40241 aapg_ad_318.html aapg_ad_318.html:28:4835:4847 Salina Middle East 0.352458413264157111 +40242 cspg_html_3328007773 cspg_html_3328007773:668:70555:70579 Colorado Colorado -0.078507702655988415 +40243 cspg_html_2161417858 cspg_html_2161417858:6:578:588 Big Valley Lacombe, Alberta -0.0109239507284224872 +40244 gsa_html_6636494931 gsa_html_6636494931:716:67197:67205 Colorado Logan, Utah -0.425004216617257347 +40245 aapg_ac_315.html aapg_ac_315.html:788:76339:76359 Phosphoria Boise, Idaho -0.00349522085598196267 +40246 aapg_af_502.html aapg_af_502.html:380:36422:36431 Smackover Arkansas -0.430026468312881383 +40247 geology_html_4468425941 geology_html_4468425941:159:18075:18106 Chinle Cleveland -0.462644618431458876 +40248 aapg_af_602.html aapg_af_602.html:418:60612:60620 Columbia Texas -0.462644618431458876 +40249 aapg_ai_107.html aapg_ai_107.html:102:9756:9765 Smackover Arkansas -0.0272304956863127501 +40250 aapg_ad_683.html aapg_ad_683.html:313:34021:34027 Kaibab Arizona -0.0546960047123581025 +40251 AMJC_html_5916115748 AMJC_html_5916115748:1417:126738:126748 Washington Ocean City, Washington -0.463435584788403632 +40252 aapg_aa_775.html aapg_aa_775.html:15:767:775 Colorado Colorado -0.0475070165492629953 +40253 aapg_aa_4.html aapg_aa_4.html:336:44434:44454 West Falls Naples, Florida -0.446231020576565107 +40254 aapg_ae_5.html aapg_ae_5.html:204:23435:23449 Earp Arizona -0.56475320255670991 +40255 aapg_aa_157.html aapg_aa_157.html:363:33860:33868 Columbia Victoria, British Columbia -0.0355416373678999614 +40256 jgeology_html_6990146451 jgeology_html_6990146451:213:14282:14316 Greenbrier Huntington, West Virginia -0.0532311352227030424 +40257 gsa_html_2644431875 gsa_html_2644431875:11:498:504 Denver Colorado -0.46944207930236781 +40258 aapg_ae_370.html aapg_ae_370.html:51:6625:6641 Keasey Vernonia, Oregon -0.00756560119780054757 +40259 sedimentology_html_3549891174 sedimentology_html_3549891174:1677:88470:88478 Colorado Southwest Florida -0.46814580209221146 +40260 gsa_html_3414876412 gsa_html_3414876412:625:47091:47115 Bouse Colorado -0.425599363821972831 +40261 gsa_html_6288309074 gsa_html_6288309074:1481:78658:78665 Calvert China -0.453739353605666973 +40262 gsa_html_8955900843 gsa_html_8955900843:805:72247:72257 Washington Winslow, Arizona -0.462102516958969756 +40263 AMJC_html_4376472287 AMJC_html_4376472287:688:85417:85422 Stark Republic of China -0.0274826364360333635 +40264 cspg_html_2420029771 cspg_html_2420029771:1098:102106:102116 Laurentian Quebec City -0.487565545428885583 +40265 cspg_html_2170645676 cspg_html_2170645676:31:5619:5652 Madison Williston Basin -0.491056633019370192 +40266 aapg_ah_665.html aapg_ah_665.html:148:15783:15804 Abercrombie Pioche, Nevada -0.0601467185447203748 +40267 sedimentology_html_5813480998 sedimentology_html_5813480998:1691:125503:125509 Ferris Victoria, British Columbia -0.47596853330555533 +40268 aapg_ai_366.html aapg_ai_366.html:12:1744:1757 Fleming Beaumont, Texas -0.455482628602140449 +40269 cspg_html_3026112034 cspg_html_3026112034:799:77230:77248 Wabamun Pine Brook, New Jersey 0.00179971890851827153 +40270 aapg_ae_67.html aapg_ae_67.html:393:32080:32088 Colorado Colorado -0.457487488497030304 +40271 aapg_ac_419.html aapg_ac_419.html:1029:110245:110251 Walker California -0.449575401198261781 +40272 aapg_ad_327.html aapg_ad_327.html:478:51195:51202 El Abra Mexico -0.435668138774596203 +40273 aapg_ae_794.html aapg_ae_794.html:46:7531:7542 Coffee Tuscaloosa, Alabama -0.170551955571392688 +40274 jgeology_html_4115179562 jgeology_html_4115179562:711:53814:53839 Unicoi Virginia -0.409403548680465024 +40275 cspg_html_5484260516 cspg_html_5484260516:1496:126227:126244 Woodman Logan, Utah -0.207045958707050087 +40276 aapg_ae_973.html aapg_ae_973.html:1137:89647:89651 Yeso Delaware 0.00902496409790776687 +40277 aapg_ae_873.html aapg_ae_873.html:1094:129780:129788 Woodbine Hopkins County, Kentucky -0.49674688103899195 +40278 aapg_ah_364.html aapg_ah_364.html:84:7317:7335 Traverse County Roscommon -0.431133173871068531 +40279 geology_html_9282287293 geology_html_9282287293:246:23837:23843 Moscow Russia -0.478767343423892489 +40280 cspg_html_4326384800 cspg_html_4326384800:2089:253045:253053 Columbia Victoria, British Columbia -0.455229509631582041 +40281 aapg_ae_181.html aapg_ae_181.html:223:33561:33577 Ripley Selma to Montgomery marches 0.365836373386820235 +40413 aapg_ad_640.html aapg_ad_640.html:62:10167:10183 Almond Table Rock, Wyoming 0.700665959709851349 +40282 cspg_html_2175627313 cspg_html_2175627313:236:26714:26731 Montney Victoria, British Columbia -0.0258220684876826687 +40283 aapg_ae_419.html aapg_ae_419.html:238:31505:31511 Sierra Mexico -0.463834753943271672 +40284 geology_html_8085174749 geology_html_8085174749:11:591:604 Santa Barbara California -0.507610494068331364 +40285 aapg_aa_44.html aapg_aa_44.html:142:17046:17053 Gateway Chinle Formation -0.0420064113899637007 +40286 aapg_ac_867.html aapg_ac_867.html:551:76394:76404 Phosphoria Cheyenne, Wyoming -0.446078886082885928 +40287 aapg_ac_730.html aapg_ac_730.html:496:71197:71211 Wepo Niobrara, Nebraska -0.0470400724197041903 +40288 cspg_html_1018915662 cspg_html_1018915662:24:2084:2093 Newcastle New Brunswick, New Jersey -0.494708722782586374 +40289 sedimentology_html_7069619943 sedimentology_html_7069619943:3949:198936:198945 Gibraltar Atlantic Ocean -0.462148059021696089 +40290 aapg_ae_794.html aapg_ae_794.html:1048:95790:95800 Coon Creek Knoxville, Tennessee -0.457514673015389395 +40291 aapg_aa_945.html aapg_aa_945.html:35:3213:3235 Platteville Glenwood, Utah -0.423740755428808513 +40292 aapg_ah_666.html aapg_ah_666.html:141:17371:17398 Madison Logan, Utah -0.0395063257526605052 +40293 aapg_ac_730.html aapg_ac_730.html:274:37659:37674 Mesaverde Salina, Kansas -0.447455726501453044 +40294 aapg_ae_667.html aapg_ae_667.html:92:12894:12915 North Horn Wasatch Range -0.442840811776842536 +40295 aapg_ae_305.html aapg_ae_305.html:1499:142306:142323 Mirador Maracaibo -0.515580073330138555 +40296 gsa_html_3648258377 gsa_html_3648258377:1327:116451:116482 Marshalltown Bass River Township, New Jersey -0.0416442398946082412 +40297 gsa_html_4234009219 gsa_html_4234009219:380:37213:37231 Whitemud Williston Basin -0.0322777182092932879 +40298 aapg_af_370.html aapg_af_370.html:517:47173:47182 San Diego California -0.498497815946421563 +40299 aapg_ah_283.html aapg_ah_283.html:527:63639:63647 Colorado Denver -0.0286738474366188961 +40300 aapg_ac_841.html aapg_ac_841.html:247:31764:31784 Metapan Honduras -0.158211786972924151 +40301 gsa_html_3289054608 gsa_html_3289054608:1157:113927:113935 Victoria Victoria, British Columbia -0.419416475830738156 +40302 cspg_html_1503116552 cspg_html_1503116552:124:20707:20728 Beaverhill Swan Hill, Victoria -0.469152832749018645 +40303 gsa_html_9656708346 gsa_html_9656708346:64:5335:5363 Green River Colorado -0.429978093202176226 +40304 aapg_af_308.html aapg_af_308.html:444:53176:53182 Walton Roane County, Tennessee -0.0773571639850264003 +40305 aapg_ae_877.html aapg_ae_877.html:325:27116:27125 Waterways Lacombe, Alberta 0.883724884315065129 +40306 aapg_ac_972.html aapg_ac_972.html:147:17361:17371 San Marcos Kings City -0.0491380533416538867 +40307 sedimentology_html_7279541485 sedimentology_html_7279541485:1178:62595:62605 Protection Israel -0.46741476224763201 +40308 gsa_html_9579641184 gsa_html_9579641184:518:52996:53014 Sterling Yakutat City and Borough, Alaska -0.4847520804564589 +40309 geology_html_6772191225 geology_html_6772191225:209:19446:19450 Bond North Atlantic Current -0.43344757972276704 +40310 geology_html_6914722681 geology_html_6914722681:13:653:662 San Diego California 0.00348653482604391416 +40311 aapg_ad_855.html aapg_ad_855.html:254:25718:25733 Mt Lytton Paluxy, Texas -0.473663043482949409 +40312 aapg_ai_136.html aapg_ai_136.html:146:10563:10570 Hosston Rodessa, Louisiana -0.445157668105484183 +40313 aapg_ac_529.html aapg_ac_529.html:104:12164:12191 Catahoula Texas -0.429008912224210892 +40314 gsa_html_5250670372 gsa_html_5250670372:825:59187:59215 Green River New Mexico -0.431133173871068531 +40315 cspg_html_4176605708 cspg_html_4176605708:92:11640:11654 Colorado Western Canadian Sedimentary Basin -0.477575355931223244 +40316 cspg_html_5038387495 cspg_html_5038387495:59:4563:4581 Deadwood Williston, Vermont -0.164975898354758899 +40317 aapg_ac_972.html aapg_ac_972.html:114:13239:13247 Monterey Western world 0.540713799976213494 +40318 aapg_ai_82.html aapg_ai_82.html:340:37690:37700 Greenbrier Greenbrier (Great Smoky Mountains) -0.494670894236060144 +40319 aapg_ai_98.html aapg_ai_98.html:83:12136:12154 Woodbine Texas 0.0152956953730357167 +40320 aapg_aa_712.html aapg_aa_712.html:23:3890:3898 Glenwood Wisconsin -0.00908750930208491146 +40321 aapg_ai_388.html aapg_ai_388.html:169:16600:16607 Wasatch Sparks, Nevada -0.02166536358211529 +40322 sedimentology_html_6656277293 sedimentology_html_6656277293:675:45078:45091 Marble Canyon Paria River -0.451875596518584666 +40323 gsa_html_1337782073 gsa_html_1337782073:15:671:679 Virginia Missouri River -0.467016268103292775 +40324 aapg_aa_227.html aapg_aa_227.html:145:15199:15215 Maroon Colorado -0.451740527107044376 +40325 aapg_ah_506.html aapg_ah_506.html:159:15565:15583 Traverse Antrim, County Antrim 0.0726964463576011827 +40326 aapg_ah_536.html aapg_ah_536.html:569:75436:75451 Sligo Austin, Chicago -0.19971289621162322 +40327 gsa_html_8161586681 gsa_html_8161586681:155:18513:18551 Columbia Mount Hood -0.463478914486847693 +40328 cspg_html_3521815736 cspg_html_3521815736:234:32876:32884 Grayling Western world -0.481882602967476315 +40329 aapg_ac_486.html aapg_ac_486.html:323:36496:36503 Laramie Denver -0.429008912224210892 +40330 aapg_ah_646.html aapg_ah_646.html:506:53509:53526 Wingate Kayenta, Arizona -0.0641173157526796905 +40331 gsa_html_9181545711 gsa_html_9181545711:720:68506:68514 Fountain Colorado -0.494538507684199602 +40332 aapg_aa_47.html aapg_aa_47.html:686:83209:83226 Minturn Western world -0.0483573436723463285 +40333 geology_html_8422648497 geology_html_8422648497:282:21846:21850 Bond Iceland -0.448377013151321557 +40334 cspg_html_4617311907 cspg_html_4617311907:445:61167:61186 Smackover Shreveport, Louisiana -0.462398581950347165 +40335 geology_html_3824020066 geology_html_3824020066:54:4789:4795 Brazil Peru, Indiana -0.45421548506785292 +40336 aapg_af_833.html aapg_af_833.html:72:7277:7296 Mesaverde Wasatch Range -0.0276304452324186781 +40337 aapg_aa_610.html aapg_aa_610.html:458:48311:48330 Niobrara Niobrara, Nebraska -0.432267625462602723 +40338 cspg_html_7799850124 cspg_html_7799850124:11:1229:1251 Cooking Lake Middle East -0.030833956297731533 +40339 cspg_html_8065532640 cspg_html_8065532640:76:9971:9989 Sunblood Middle Ordovician -0.00795128547420096733 +40340 aapg_ad_785.html aapg_ad_785.html:953:104943:104951 Fountain Colorado Springs, Colorado -0.041445748202081481 +40341 aapg_ac_824.html aapg_ac_824.html:588:54347:54355 Colorado Colorado -0.44844429668252761 +40342 aapg_ae_974.html aapg_ae_974.html:7:936:946 Rio Grande Zapata, Texas -0.484310536940914471 +40343 gsa_html_1668776393 gsa_html_1668776393:30:2862:2890 Green River Colorado -0.00447500993536276322 +40344 sedimentology_html_3841637081 sedimentology_html_3841637081:1381:61527:61546 Swan Hills Lacombe, Alberta -0.480765396922298249 +40345 geology_html_6275240411 geology_html_6275240411:25:2100:2107 Windsor Ontario, California -0.0236279718682710811 +40346 geology_html_9943866198 geology_html_9943866198:301:25627:25649 Austin Chalk Texas -0.0327735084996737119 +40347 gsa_html_2877093757 gsa_html_2877093757:713:79479:79485 Denver Colorado -0.48184068160181448 +40348 gsa_html_7199417381 gsa_html_7199417381:355:39503:39526 White River South Fork South Platte River -0.432316117842066305 +40349 gsa_html_9152662653 gsa_html_9152662653:201:18780:18786 Denver Reston, Virginia -0.0364256392683856012 +40350 aapg_ah_358.html aapg_ah_358.html:469:23009:23021 Seven Rivers Delaware -0.473819937725990625 +40351 palaios_html_8120466420 palaios_html_8120466420:240:32725:32746 Wood Canyon Durham, North Carolina -0.469230874046953295 +40352 aapg_ai_492.html aapg_ai_492.html:187:23229:23237 Moenkopi Emery County, Utah 0.36899889271030889 +40353 aapg_ah_387.html aapg_ah_387.html:2691:289716:289732 Knoxville Colusa County, California -0.451731523193220186 +40354 cspg_html_3102530088 cspg_html_3102530088:9:839:855 Mt Lytton Milk River, Alberta -0.0280825762237737336 +40355 cspg_html_5312588885 cspg_html_5312588885:421:55944:55963 Jefferson Boise, Idaho -0.506715339897052641 +40356 aapg_ah_222.html aapg_ah_222.html:35:3792:3813 Santa Clara Channel Islands of California -0.0449948948439064453 +40357 aapg_ad_155.html aapg_ad_155.html:150:20221:20239 Vaqueros Santa Cruz Mountains -0.431254263951945216 +40358 sedimentology_html_3907918417 sedimentology_html_3907918417:1731:133099:133117 Dunvegan Lacombe, Alberta -0.44721379024503416 +40359 aapg_ae_96.html aapg_ae_96.html:265:30027:30033 Oregon Reno, Nevada -0.439631812877842865 +40360 gsa_html_4071231613 gsa_html_4071231613:1043:105424:105430 Oregon Boise, Idaho 0.0122722414388244504 +40361 aapg_ae_324.html aapg_ae_324.html:477:47567:47584 Tellico Knoxville, Illinois -0.0832914699086017285 +40362 aapg_ai_148.html aapg_ai_148.html:23:2405:2413 Edmonton Calgary -0.0766340570337449151 +40363 aapg_ai_504.html aapg_ai_504.html:125:12627:12641 Mission Canyon Tioga, Texas -0.00436382766958571481 +40364 palaios_html_1018466366 palaios_html_1018466366:357:41987:42004 Montney Canada -0.0359488258417789419 +40365 cspg_html_9729377176 cspg_html_9729377176:1002:109576:109584 Columbia Victoria, British Columbia -0.451054234304276602 +40366 cspg_html_8107862279 cspg_html_8107862279:23:3065:3087 Mount Whyte Lacombe, Alberta -0.461089806729199636 +40367 cspg_html_7023269572 cspg_html_7023269572:177:27670:27690 Swan Hills Lacombe, Alberta 0.0133669020936891727 +40368 aapg_ae_643.html aapg_ae_643.html:432:53907:53920 Chemung Pocono Raceway -0.429951707818770845 +40369 cspg_html_1260733368 cspg_html_1260733368:186:25371:25388 Medicine Hat Cordillera Administrative Region -0.500012071035915828 +40370 cspg_html_6644065685 cspg_html_6644065685:223:23048:23067 Hecla Bay Melville Island (Canada) -0.40389539769124605 +40371 aapg_ai_1.html aapg_ai_1.html:197:17429:17446 Hermosa Hermosa, Chicago -0.464419004431934179 +40372 AMJC_html_7984049819 AMJC_html_7984049819:111:12612:12633 Tatnic Hill Hartford, Connecticut -0.0236297103321001234 +40373 gsa_html_1100607784 gsa_html_1100607784:1129:90481:90509 Green River Colorado -0.00746310002878541098 +40374 cspg_html_6274889925 cspg_html_6274889925:112:14568:14580 Saskatchewan Lacombe, Alberta -0.473746101631411953 +40375 cspg_html_8362959053 cspg_html_8362959053:144:19999:20012 Mountain Park Lacombe, Alberta -0.462143504710773534 +40376 gsa_html_8236729701 gsa_html_8236729701:123:15269:15289 Point Loma California -0.529993400998311714 +40377 aapg_ah_779.html aapg_ah_779.html:336:63044:63052 Michigan Knoxville, Tennessee -0.0237792189309356042 +40378 gsa_html_1502079979 gsa_html_1502079979:756:62639:62653 Santa Barbara California -0.44304146514738707 +40379 aapg_ah_27.html aapg_ah_27.html:68:9666:9679 Barnett Llano, Texas -0.44280960294495586 +40380 aapg_ae_63.html aapg_ae_63.html:328:33594:33601 Bedford Cheyenne, Wyoming -0.467868439854770279 +40381 gsa_html_8339872809 gsa_html_8339872809:55:3511:3539 Green River New Mexico -0.00243726702917233546 +40382 geology_html_8162185466 geology_html_8162185466:17:622:634 Rhode Island Newport, Rhode Island -0.0277069586489738055 +40383 aapg_ae_280.html aapg_ae_280.html:121:13376:13395 Whirlpool Monroe County, Florida -0.0111724073673319709 +40384 gsa_html_2145963783 gsa_html_2145963783:716:65690:65719 Antler Reno, Nevada -0.463332970234029085 +40385 sedimentology_html_6758585724 sedimentology_html_6758585724:812:70536:70543 Hanover Germany -0.491650086397892094 +40386 sedimentology_html_9226460729 sedimentology_html_9226460729:1482:84965:84980 Bedford London, Ontario -0.0241616892206824377 +40387 cspg_html_1506720813 cspg_html_1506720813:851:90851:90859 Columbia Victoria, British Columbia -0.0323768745751979448 +40388 cspg_html_9970905394 cspg_html_9970905394:19:2235:2259 Snowblind Bay Little Cornwallis Island -0.425402399125748287 +40389 cspg_html_4132771434 cspg_html_4132771434:642:79669:79686 Muskwa Victoria, British Columbia -0.472491841137828439 +40390 gsa_html_4557277250 gsa_html_4557277250:539:52222:52228 Denver Colorado -0.0177077702802340836 +40391 aapg_af_469.html aapg_af_469.html:383:44028:44036 Humboldt Reno, Nevada -0.481156254434641828 +40392 AMJC_html_3489824047 AMJC_html_3489824047:870:95869:95879 Fort Worth Texas -0.432316117842066305 +40393 cspg_html_5345848475 cspg_html_5345848475:744:78858:78876 Deer Creek Niobrara, Nebraska -0.44844429668252761 +40394 aapg_ac_983.html aapg_ac_983.html:386:60646:60655 Wyandotte Plattsburg, Missouri -0.465579516089382972 +40395 aapg_aa_237.html aapg_aa_237.html:28:4019:4028 Williston Salina, Kansas -0.0100083249466689488 +40396 aapg_ac_245.html aapg_ac_245.html:208:31534:31539 Atoka Kearny, New Jersey -0.456371367070690814 +40397 aapg_ai_29.html aapg_ai_29.html:852:90640:90650 Rio Grande Texas -0.457650607934439568 +40398 cspg_html_5541725202 cspg_html_5541725202:637:77268:77278 Cumberland Bridgetown, Nova Scotia -0.460953349343471763 +40399 aapg_aa_357.html aapg_aa_357.html:270:24875:24882 Hermosa Hermosa, Chicago -0.482921973604061416 +40400 aapg_ad_466.html aapg_ad_466.html:29:3508:3516 Virginia Closter, New Jersey -0.0575708500128760542 +40401 aapg_ad_991.html aapg_ad_991.html:27:2721:2740 Smackover Columbia Country -0.00952011624606233578 +40402 aapg_ad_581.html aapg_ad_581.html:75:8800:8809 Allegheny Mount Nittany -0.468203119207894924 +40403 aapg_aa_261.html aapg_aa_261.html:73:9604:9620 Shunda Lacombe, Alberta -0.329414405758069351 +40404 aapg_ac_213.html aapg_ac_213.html:259:21964:21976 Water Canyon Logan, Utah 0.305609891471291861 +40405 aapg_ae_680.html aapg_ae_680.html:367:36945:36965 Tuscaloosa Shreveport, Louisiana 0.374877185203728758 +40406 aapg_ai_491.html aapg_ai_491.html:477:60930:60935 Molas Western world -0.0234628186655344677 +40407 aapg_ae_427.html aapg_ae_427.html:3:154:169 Tumey California -0.176279461489556644 +40408 aapg_aa_37.html aapg_aa_37.html:262:32822:32828 Toroweap Arizona -0.430162811457305505 +40409 aapg_ae_73.html aapg_ae_73.html:397:52156:52169 Ralston Creek Colorado -0.435767689782418699 +40410 gsa_html_1502079979 gsa_html_1502079979:1012:79858:79886 Green River Colorado -0.00268221124588273983 +40411 aapg_ad_264.html aapg_ad_264.html:162:20197:20213 Debolt Lacombe, Alberta -0.000347435604052462668 +40412 cspg_html_7941684345 cspg_html_7941684345:63:11252:11293 Granite Wash Middle East -0.0231725008237077118 +40414 cspg_html_3008745251 cspg_html_3008745251:257:30008:30026 Winnipeg Regina, Saskatchewan -0.240827546810696291 +40415 cspg_html_4617311907 cspg_html_4617311907:265:42232:42248 Cumberland Cape Breton Island -0.438326464087016476 +40416 aapg_ah_165.html aapg_ah_165.html:365:43668:43685 Viking Lacombe, Alberta 0.048691923899724536 +40417 aapg_ad_154.html aapg_ad_154.html:113:12697:12709 Chambersburg Lincolnshire, Illinois -0.475924584215438151 +40418 aapg_ah_416.html aapg_ah_416.html:274:21763:21773 Milk River Colorado 0.469423711616553385 +40419 gsa_html_6169925575 gsa_html_6169925575:1220:106058:106081 Beaufort South Africa -0.46326000708216164 +40420 aapg_ae_705.html aapg_ae_705.html:95:10391:10410 Coldwater Carpinteria, California -0.435694684676078359 +40421 aapg_ad_69.html aapg_ad_69.html:48:3559:3577 Frontier Cheyenne, Wyoming -0.44564275767943895 +40422 aapg_aa_423.html aapg_aa_423.html:38:4747:4750 Abo Texas -0.462045592650446035 +40423 aapg_aa_147.html aapg_aa_147.html:259:31558:31576 Winnipeg Manitoba 0.0165885914321531221 +40424 aapg_aa_419.html aapg_aa_419.html:491:43291:43300 Newcastle Jervis Bay Territory -0.469152832749018645 +40425 aapg_ae_309.html aapg_ae_309.html:46:3310:3320 Las Animas Las Animas County, Colorado -0.0285329833753451834 +40426 aapg_ah_260.html aapg_ah_260.html:326:44185:44206 Price Indianola, Iowa -0.415345281743726258 +40427 aapg_ah_245.html aapg_ah_245.html:6:726:737 Peace River Canada -0.462125287699645448 +40428 aapg_ac_533.html aapg_ac_533.html:68:9645:9673 San Andres West, Texas 0.838229864804119762 +40429 aapg_aa_147.html aapg_aa_147.html:260:31950:31962 Saskatchewan Winnipeg -0.0153148102640597843 +40430 cspg_html_2758185645 cspg_html_2758185645:313:29295:29315 Mount Head Western world -0.449656248007914428 +40431 aapg_ah_49.html aapg_ah_49.html:296:33004:33025 Mint Canyon Canton, Ohio -0.484161071054726611 +40432 aapg_af_454.html aapg_af_454.html:214:20225:20231 Oxford Pergamon Museum -0.476172115937115059 +40433 cspg_html_9388742281 cspg_html_9388742281:194:22593:22609 Wapiti North Portal, Saskatchewan -0.48309921135944367 +40434 cspg_html_4623526246 cspg_html_4623526246:50:5235:5250 Melville Island Bathurst, New South Wales -0.0529312233263838083 +40435 aapg_ac_924.html aapg_ac_924.html:405:42905:42922 Madison Cheyenne, Wyoming -0.473649201225758321 +40436 gsa_html_4557277250 gsa_html_4557277250:480:47034:47051 Carmel Logan, Utah -0.0116467387889204136 +40437 aapg_aa_654.html aapg_aa_654.html:145:22446:22460 Espiritu Santo Sangre de Cristo Range -0.463271407180362194 +40438 aapg_aa_298.html aapg_aa_298.html:750:96740:96753 Madison Cheyenne, Wyoming -0.488759736831659075 +40439 aapg_ad_466.html aapg_ad_466.html:609:68788:68800 Marshalltown Chesapeake Bay -0.038712565483401136 +40440 aapg_ai_54.html aapg_ai_54.html:7:1126:1146 Pottsville Tuscaloosa, Alabama 0.0389875890709778586 +40441 jgeology_html_8494933343 jgeology_html_8494933343:516:40835:40854 Bidahochi Arizona -0.449541717141150321 +40442 cspg_html_1665574291 cspg_html_1665574291:41:7910:7928 Paskapoo Edmonton, London -0.406012620156442849 +40443 aapg_aa_98.html aapg_aa_98.html:213:19022:19030 Montreal Edmonton, London 0.0225744970785357116 +40444 aapg_ad_169.html aapg_ad_169.html:470:54360:54373 Maccrady Greenbrier (Great Smoky Mountains) -0.0132470086808951486 +40445 sedimentology_html_2208426700 sedimentology_html_2208426700:188:14196:14208 Saskatchewan Germany -0.451751782124743317 +40446 aapg_af_261.html aapg_af_261.html:92:13023:13032 Smackover Mississippi River -0.225818706422459659 +40447 AMJC_html_4504848787 AMJC_html_4504848787:381:41405:41420 Lynchburg Virginia -0.229500077532520802 +40448 AMJC_html_4986321644 AMJC_html_4986321644:449:67662:67673 Chopawamsic Piedmont (United States) -0.48062584784091128 +40449 gsa_html_4169081385 gsa_html_4169081385:27:2492:2552 Sierra California -0.0340313466956898014 +40450 geology_html_2475054757 geology_html_2475054757:13:717:729 Rhode Island Newport, Rhode Island -0.0563112094221221299 +40451 cspg_html_6334734829 cspg_html_6334734829:331:36715:36733 Tantalus Indian River (Florida) -0.479073721727517277 +40452 aapg_ak_40.html aapg_ak_40.html:89:10514:10533 Tensleep Cheyenne, Wyoming -0.466842269540434285 +40453 gsa_html_2610916974 gsa_html_2610916974:11:544:552 Colorado Colorado -0.453180049702502807 +40454 cspg_html_1118978429 cspg_html_1118978429:375:35004:35013 Gladstone Alta, Utah -0.484434333090292712 +40455 aapg_ah_370.html aapg_ah_370.html:396:29964:29981 Genshaw Alpena, Michigan -0.524576539311680246 +40456 aapg_ac_944.html aapg_ac_944.html:128:14347:14357 Kinderhook Meramec River -0.00619488152638453249 +40457 aapg_ae_135.html aapg_ae_135.html:21:1991:2007 Sparta Tuscaloosa, Alabama -0.446186272521599148 +40458 cspg_html_9343899465 cspg_html_9343899465:630:60397:60412 Melville Island Bathurst Island (Northern Territory) -0.474842748246669499 +40459 aapg_ad_821.html aapg_ad_821.html:161:9326:9342 Lance Fort Union Trading Post National Historic Site -0.448632716908224927 +40460 aapg_ah_94.html aapg_ah_94.html:315:36901:36921 Fort Union Cheyenne, Wyoming -0.414875456216352911 +40461 aapg_ae_272.html aapg_ae_272.html:15:2474:2482 Michigan Michigan -0.00382529052751042712 +40462 AMJC_html_5916115748 AMJC_html_5916115748:1439:128855:128873 Quinault Washington (state) -0.440280728439214952 +40463 cspg_html_7086880709 cspg_html_7086880709:10:765:774 Bear Rock Western world -0.493836733160428976 +40464 aapg_ae_576.html aapg_ae_576.html:386:34365:34371 Ludlow Much Wenlock -0.0062678467546358578 +40465 gsa_html_7960805478 gsa_html_7960805478:30:2950:2978 Green River Colorado 0.00260230032167935296 +40466 cspg_html_5735081610 cspg_html_5735081610:457:44619:44646 Prairie Saskatoon -0.458031335089754243 +40467 cspg_html_5697056884 cspg_html_5697056884:484:51391:51409 Deadwood Williston Basin -0.134872812958880345 +40468 aapg_ac_730.html aapg_ac_730.html:600:86947:86953 Dakota Mancos, Colorado -0.0775095027827766708 +40469 aapg_af_770.html aapg_af_770.html:8:1426:1431 Uinta Logan, Utah 0.336333869630316751 +40470 cspg_html_5947812886 cspg_html_5947812886:349:54095:54104 Salt Lake Edmonton, London -0.464610795373413321 +40471 cspg_html_8121202912 cspg_html_8121202912:63:7540:7544 Byng Pine River (Michigan) -0.462097962880594848 +40472 sedimentology_html_3479060268 sedimentology_html_3479060268:2055:147941:147947 Moscow Russia -0.471363620495062197 +40473 aapg_ac_126.html aapg_ac_126.html:170:24724:24737 Bossier Haynesville, Louisiana 2.77948468513044932e-05 +40474 cspg_html_6880168184 cspg_html_6880168184:304:40035:40041 Ludlow Greenland -0.444844842741709823 +40475 aapg_aa_298.html aapg_aa_298.html:754:96942:96962 San Andres Texas -0.00817887540482721727 +40476 aapg_aa_904.html aapg_aa_904.html:36:3586:3596 Milk River Lacombe, Alberta -0.0285260271643415532 +40477 gsa_html_7737235229 gsa_html_7737235229:1055:68177:68197 Bonneterre Missouri River 0.662560758708598097 +40478 aapg_ai_159.html aapg_ai_159.html:405:46091:46108 Chipola Melbourne, Florida -0.472678482936493838 +40479 palaios_html_3855840708 palaios_html_3855840708:119:12093:12100 Chadron Nebraska -0.196851884991379816 +40480 aapg_af_624.html aapg_af_624.html:20:2907:2926 Rock Springs Crook, Colorado -0.0514126754650784876 +40481 aapg_ac_653.html aapg_ac_653.html:80:8191:8195 Elko Reno, Nevada -0.451054234304276602 +40482 aapg_ai_959.html aapg_ai_959.html:71:8367:8375 Woodbine Navarro County, Texas -0.0410714115890523021 +40483 aapg_ah_157.html aapg_ah_157.html:213:30141:30149 Glenwood Ottawa, Kansas -0.0147326815118864023 +40484 aapg_ad_105.html aapg_ad_105.html:511:47368:47376 Richmond Santa Marta -0.430000081582776583 +40485 aapg_ae_419.html aapg_ae_419.html:2189:149175:149193 Tamasopo Matamoros, Tamaulipas -0.0215106592204126722 +40486 cspg_html_5403901844 cspg_html_5403901844:21:3273:3292 Keg River Manitoba -0.0617755028178728835 +40487 aapg_aa_731.html aapg_aa_731.html:532:72169:72190 Rockdale Mississippi River 0.373491894268560665 +40488 cspg_html_1984085623 cspg_html_1984085623:534:64818:64836 Colorado Western world -0.491056633019370192 +40489 aapg_ak_87.html aapg_ak_87.html:404:52356:52365 San Pedro Earp, California -0.0366623139169080098 +40490 gsa_html_9161666105 gsa_html_9161666105:765:57009:57018 Peninsula Quebec City -0.0569218086528505626 +40491 gsa_html_2076560873 gsa_html_2076560873:581:58272:58287 Kennedy Channel Ellesmere Island -0.465595518002078101 +40492 aapg_ac_557.html aapg_ac_557.html:502:57723:57744 Lake Valley New Mexico -0.447189152172129289 +40493 jgeology_html_1838149422 jgeology_html_1838149422:1031:94728:94766 John Day Salem, Oregon -0.246025611205234834 +40494 aapg_ad_800.html aapg_ad_800.html:158:19360:19379 Owl Creek Mississippi River -0.256981306195731785 +40495 cspg_html_2490951833 cspg_html_2490951833:577:88347:88361 Tidal Berlin -0.463271407180362194 +40496 cspg_html_3026112034 cspg_html_3026112034:693:67747:67765 Graminia Swan Hill, Victoria -0.0199532604557582163 +40497 aapg_ae_767.html aapg_ae_767.html:97:9215:9236 Johnson New Mexico -0.0832984827182677856 +40498 aapg_ae_370.html aapg_ae_370.html:73:8219:8229 Washington Salem, Oregon -0.0492670174484324749 +40499 sedimentology_html_3181527419 sedimentology_html_3181527419:896:57589:57593 Earp Supai, Arizona -0.494798572382738111 +40500 aapg_ae_419.html aapg_ae_419.html:3296:211148:211154 Sierra Zacatecas, Zacatecas -0.460041893415422398 +40501 aapg_ac_550.html aapg_ac_550.html:46:6019:6033 Frio Gulf Coast of the United States -0.475473655949527896 +40502 aapg_ai_435.html aapg_ai_435.html:5:841:859 Ogallala Niobrara, Nebraska -0.464501195477937445 +40503 aapg_ak_87.html aapg_ak_87.html:66:10993:10999 Empire Santa Rita, New Mexico -0.442720440658756875 +40504 aapg_ad_784.html aapg_ad_784.html:115:13417:13422 Sespe Ojai, California -0.437005217650049682 +40505 aapg_ae_233.html aapg_ae_233.html:14:2173:2186 Woodbine Tuscaloosa, Alabama 0.00106315342262959652 +40506 aapg_ad_696.html aapg_ad_696.html:160:16794:16800 Sparta Charlotte, North Carolina -0.431395188299852905 +40507 aapg_ac_930.html aapg_ac_930.html:146:22115:22123 Virginia Charlottesville, Virginia -0.0705101825671990284 +40508 aapg_ac_222.html aapg_ac_222.html:216:30012:30018 Cutler Logan, Utah -0.440254051746647612 +40509 gsa_html_9119818028 gsa_html_9119818028:14:512:530 Espanola Lake Huron -0.46105569042928074 +40510 sedimentology_html_3599487322 sedimentology_html_3599487322:480:29101:29119 Provo Switzerland -0.025547354296840772 +40511 cspg_html_1124814558 cspg_html_1124814558:5:241:259 Lea Park Lacombe, Alberta -0.477454856949792728 +40512 aapg_ad_427.html aapg_ad_427.html:71:7104:7115 Paluxy Kaufman County, Texas 0.0188339598996110635 +40513 aapg_ae_871.html aapg_ae_871.html:349:56168:56186 Bearpaw Regina, Saskatchewan -0.0499188423304163867 +40514 sedimentology_html_3738352363 sedimentology_html_3738352363:25:1444:1456 Pozo Spain -0.0360984802655648293 +40515 aapg_ah_774.html aapg_ah_774.html:74:10157:10174 Bluff Bloomington, Indiana -0.493565158874039067 +40516 aapg_ac_972.html aapg_ac_972.html:156:18609:18624 Santa Margarita Monterey, California -0.485874484406754958 +40517 aapg_af_799.html aapg_af_799.html:810:63922:63941 Domengine California -0.43654455097558742 +40518 gsa_html_9865056817 gsa_html_9865056817:876:77891:77897 Denver Colorado -0.498269845185202676 +40519 palaios_html_5078880508 palaios_html_5078880508:721:54403:54434 Kope Kentucky 0.00842383986837989471 +40520 aapg_aa_457.html aapg_aa_457.html:77:14102:14111 Smackover Haynesville, Louisiana -0.479802966885531423 +40521 gsa_html_3445493534 gsa_html_3445493534:679:71778:71791 Santa Barbara Monterey, California -0.0252830771132320185 +40522 gsa_html_5707861096 gsa_html_5707861096:765:63087:63094 Bentley Pine Island Glacier -0.47503682505792677 +40523 sedimentology_html_2107951772 sedimentology_html_2107951772:755:51630:51636 Belden Melbourne, Florida -0.45417711448712661 +40524 aapg_ae_113.html aapg_ae_113.html:386:51566:51584 Disappointment Bay Western world -0.424923287683910134 +40525 aapg_ac_617.html aapg_ac_617.html:114:14249:14267 Oakville Balcones Fault -0.0198420227136738916 +40526 gsa_html_9234326602 gsa_html_9234326602:373:49496:49509 Pinnacle Mexico -0.0180709945054990453 +40527 aapg_af_789.html aapg_af_789.html:57:8205:8214 Bluefield The Narrows -0.0209613827792686502 +40528 aapg_ai_28.html aapg_ai_28.html:134:10974:10981 Lagarto Oakville, California -0.134114889733560311 +40529 gsa_html_4667678389 gsa_html_4667678389:765:82969:82992 Papoose Creek Pocatello, Idaho -0.458659434193013582 +40530 aapg_aa_381.html aapg_aa_381.html:100:13374:13382 Vaqueros Paso Robles, California -0.366265771236427007 +40531 aapg_ac_995.html aapg_ac_995.html:329:25223:25244 Mt Lytton Isthmus of Tehuantepec -0.470292003998596664 +40532 aapg_ac_211.html aapg_ac_211.html:604:35928:35948 Castle Reef Dolomite France -0.464473797617463435 +40533 geology_html_6903099226 geology_html_6903099226:65:6998:7002 Troy Kingston, Jamaica -0.0895635994451674383 +40534 aapg_ac_473.html aapg_ac_473.html:274:37657:37675 Tensleep Cheyenne, Wyoming -0.0268166470016257402 +40535 aapg_aa_114.html aapg_aa_114.html:243:27394:27416 Todos Santos Mexico -0.0951593274393736643 +40536 aapg_ad_865.html aapg_ad_865.html:416:41522:41527 Ouray Navajo Nation -0.0121732026878597095 +40537 aapg_ac_749.html aapg_ac_749.html:166:23473:23481 Reynales Maplewood, Minnesota 0.029261666914279668 +40538 aapg_ac_719.html aapg_ac_719.html:167:19753:19771 Huerfano Huerfano, New Mexico -0.489182445167081981 +40539 aapg_ac_835.html aapg_ac_835.html:540:71799:71823 Mission Canyon Lacombe, Alberta -0.412806147791681621 +40540 aapg_ai_974.html aapg_ai_974.html:522:55231:55237 Oregon Washington (state) -0.480644453081816247 +40541 sedimentology_html_2265212258 sedimentology_html_2265212258:701:58645:58675 East Berlin Hartford, Connecticut -0.443732938342886629 +40542 gsa_html_5707861096 gsa_html_5707861096:810:67768:67796 Green River Colorado -0.00696275827002107526 +40543 aapg_ai_491.html aapg_ai_491.html:363:42633:42649 Weber Logan, Utah -0.451812561628617604 +40544 aapg_aa_943.html aapg_aa_943.html:3:177:208 Citronelle Alabama -0.0180988014035504234 +40545 aapg_ac_835.html aapg_ac_835.html:60:8655:8671 Phosphoria Cheyenne, Wyoming -0.0753736874600624968 +40546 gsa_html_6869840610 gsa_html_6869840610:425:32043:32056 Madison Logan, Utah -0.450582005503512739 +40547 aapg_ae_113.html aapg_ae_113.html:69:8254:8277 Peel Wales Island (British Columbia) -0.0269348882327513015 +40548 cspg_html_5308103526 cspg_html_5308103526:460:42031:42049 Dunvegan Victoria, British Columbia -0.00802946509668115739 +40549 sedimentology_html_8748254640 sedimentology_html_8748254640:25:1599:1619 Toro Chile -0.469189557204259144 +40550 aapg_ac_714.html aapg_ac_714.html:15:2148:2153 Piper Big Horn Mountains -0.452161559679639224 +40551 aapg_af_663.html aapg_af_663.html:201:23866:23879 Bandera Worland, Wyoming -0.446011775932438015 +40552 jgeology_html_1376480101 jgeology_html_1376480101:1389:67217:67240 Hermosa Uruguay -0.481905893496514026 +40553 aapg_ae_296.html aapg_ae_296.html:170:18018:18028 San Andres Guadalupe Mountains National Park -0.459860167847925383 +40554 sedimentology_html_2319942817 sedimentology_html_2319942817:85:7419:7430 Green River Uinta Mountains -0.216056624665459829 +40555 palaios_html_4875582819 palaios_html_4875582819:62:7596:7616 Hell Creek Garfield County, Colorado -0.430277178902051582 +40556 aapg_af_854.html aapg_af_854.html:507:67227:67256 Edwardsville West Point, New York -0.460953349343471763 +40557 aapg_ah_484.html aapg_ah_484.html:13:2189:2197 Oakville Charlotte, North Carolina -0.437049524484892205 +40558 gsa_html_3368386568 gsa_html_3368386568:12:709:719 Washington Ellensburg, Washington -0.471336008805755435 +40559 aapg_ai_139.html aapg_ai_139.html:197:18897:18914 Madison Lacombe, Alberta -0.493373928503901382 +40560 aapg_af_890.html aapg_af_890.html:260:25053:25069 Whitehorse Carlsbad, New Mexico -0.0204677435827045166 +40561 aapg_af_833.html aapg_af_833.html:1340:148328:148335 Madison Cheyenne, Wyoming -0.423469918170433446 +40562 cspg_html_2873888604 cspg_html_2873888604:166:27431:27439 Columbia Victoria, British Columbia -0.451767539383647998 +40563 aapg_ai_292.html aapg_ai_292.html:351:33880:33894 Lisburne Anchorage, Alaska -0.0782099723977158628 +40564 gsa_html_3333403908 gsa_html_3333403908:1106:88101:88107 Provo Swansea -0.0354198318919945049 +40565 aapg_ae_981.html aapg_ae_981.html:79:5747:5755 Edgewood Missouri River -0.0431086870877795889 +40566 aapg_ac_490.html aapg_ac_490.html:27:4457:4474 Gething Victoria, British Columbia -0.447942032394663792 +40567 gsa_html_9401081633 gsa_html_9401081633:30:2875:2903 Green River Colorado -0.0180709945054990453 +40568 cspg_html_9941227593 cspg_html_9941227593:525:64507:64516 Lodgepole Williston Basin -0.425481180136460357 +40569 aapg_ac_222.html aapg_ac_222.html:555:65393:65400 Paradox Colorado 1.031332518726922 +40570 palaios_html_9133125241 palaios_html_9133125241:674:75043:75057 Kope Kentucky 0.00299316941719320615 +40571 sedimentology_html_8054490062 sedimentology_html_8054490062:681:40319:40324 Piper California -0.45412746085651301 +40572 palaios_html_4501603736 palaios_html_4501603736:120:11697:11715 Moenkopi Reno, Nevada -0.185149192436871113 +40573 aapg_ac_730.html aapg_ac_730.html:569:82167:82173 Dakota Mancos, Colorado 0.00770284885627177569 +40574 cspg_html_4105062490 cspg_html_4105062490:111:11574:11586 Cooking Lake Manitoba -0.0546419385811677746 +40575 aapg_ad_142.html aapg_ad_142.html:51:3074:3082 Virginia Maryland -0.0725250104300591975 +40576 jgeology_html_1029618549 jgeology_html_1029618549:829:46838:46851 Lone Mountain Reno, Nevada -0.467758435999671263 +40577 geology_html_5325629726 geology_html_5325629726:17:1176:1181 Price Logan, Utah -0.00818929939777349181 +40578 aapg_ai_582.html aapg_ai_582.html:109:10218:10246 Spearfish Spearfish, South Dakota -0.0247962629365806077 +40579 aapg_ah_448.html aapg_ah_448.html:27:2517:2533 Ripley Mississippi River -0.467868439854770279 +40580 aapg_ae_296.html aapg_ae_296.html:348:33338:33341 Abo New Mexico -0.011024723133422322 +40581 aapg_ad_434.html aapg_ad_434.html:450:43320:43342 Grande Greve Quebec City -0.456416618922522499 +40582 aapg_ai_399.html aapg_ai_399.html:146:15102:15118 Ripley Kentucky -0.439125439995052158 +40583 cspg_html_5484260516 cspg_html_5484260516:1190:107634:107642 Columbia Victoria, British Columbia -0.461171691164054931 +40584 gsa_html_5865982995 gsa_html_5865982995:1436:150576:150607 Green River Colorado -0.448578878596292641 +40585 aapg_ad_429.html aapg_ad_429.html:21:2041:2047 Sabine Mississippi River -0.0192893197607112085 +40586 cspg_html_8438548095 cspg_html_8438548095:148:14731:14742 Belly River Colorado -0.161909687970006849 +40587 AMJC_html_5974020359 AMJC_html_5974020359:921:90741:90757 Sandia New Mexico -0.453085363047098455 +40588 aapg_af_459.html aapg_af_459.html:346:40615:40639 Cherry Canyon Texas 1.32061592574115894 +40589 cspg_html_9435196958 cspg_html_9435196958:402:17707:17728 Belly River Lacombe, Alberta -0.464656465989479628 +40590 aapg_ad_112.html aapg_ad_112.html:41:6687:6699 Saskatchewan Germany -0.501703098265810388 +40591 cspg_html_8267847427 cspg_html_8267847427:85:13711:13743 Provincial Milk River, Alberta -0.46328736756315686 +40592 aapg_af_663.html aapg_af_663.html:638:63379:63395 Pawnee Coal City, Illinois -0.450829332903146696 +40593 cspg_html_6306091047 cspg_html_6306091047:729:100125:100134 Baldonnel Victoria, British Columbia -0.0293625380237780009 +40594 aapg_ai_17.html aapg_ai_17.html:85:6232:6244 Midway Alabama -0.0045966157065965357 +40595 gsa_html_3701935694 gsa_html_3701935694:20:837:845 Moretown Bennington, Vermont -0.4597920302667165 +40596 cspg_html_9508543859 cspg_html_9508543859:652:57213:57244 Utica Quebec -0.454113919430063184 +40597 aapg_af_575.html aapg_af_575.html:274:37311:37320 Kindblade Smithville, Ontario -0.0477283018758572417 +40598 aapg_aa_381.html aapg_aa_381.html:42:5964:5972 Monterey Rancho Santa Margarita, California -0.320750770509464656 +40599 aapg_ad_855.html aapg_ad_855.html:287:29786:29807 Woodbine East Texas -0.434527375159215246 +40600 aapg_ai_159.html aapg_ai_159.html:203:23544:23559 Bohio Culebra, Puerto Rico -0.0212221131504006823 +40601 aapg_ai_468.html aapg_ai_468.html:256:31641:31659 Bossier Cotton Valley, Louisiana -0.021093485692349364 +40602 gsa_html_1860930948 gsa_html_1860930948:360:42711:42729 Moenkopi Chinle Formation -0.462576268150975078 +40603 cspg_html_8427119881 cspg_html_8427119881:164:21517:21536 Athabasca Lacombe, Alberta -0.0650186621337854737 +40604 gsa_html_7120668170 gsa_html_7120668170:338:32181:32193 San Fernando Baja California peninsula -0.451731523193220186 +40605 geology_html_2651508892 geology_html_2651508892:284:26122:26140 Monterey California -0.433370341259820213 +40606 aapg_ac_190.html aapg_ac_190.html:7:287:322 Marcellus Freedonia -0.00998573864189263374 +40607 aapg_ac_333.html aapg_ac_333.html:889:108936:108950 Yeso New Mexico -0.450878806444675151 +40608 cspg_html_6927586285 cspg_html_6927586285:494:61244:61274 Doig Victoria, British Columbia -0.457487488497030304 +40609 aapg_aa_357.html aapg_aa_357.html:563:49757:49762 Supai Western world -0.0506509051785974038 +40610 gsa_html_5851281923 gsa_html_5851281923:212:22433:22459 Chumstick Washington (state) -0.484310536940914471 +40611 aapg_af_142.html aapg_af_142.html:263:33584:33603 Cotton Valley Alabama -0.000343961247646823725 +40612 cspg_html_8587137158 cspg_html_8587137158:56:9325:9352 Roberts Mountains Reno, Nevada -0.502850661160650247 +40613 aapg_ac_688.html aapg_ac_688.html:83:8265:8276 Green River Logan, Utah -0.208866244688846819 +40614 aapg_ai_688.html aapg_ai_688.html:69:10022:10037 Rochester Williamsport, Indiana -0.456844361180692826 +40615 aapg_ac_749.html aapg_ac_749.html:253:27146:27164 Eramosa Guelph -0.183338121231104906 +40616 aapg_ac_825.html aapg_ac_825.html:3:382:388 Carmel Monterey, California 0.0364256392683855734 +40617 gsa_html_6105798111 gsa_html_6105798111:527:45753:45781 Green River Iran -0.0144772441484254995 +40618 geology_html_4319281485 geology_html_4319281485:341:24839:24847 Loveland Kingdom of Great Britain -0.00704441094107981659 +40619 geology_html_4860930737 geology_html_4860930737:233:21964:21972 Virginia Shenandoah National Park -0.470188590895520009 +40620 aapg_af_854.html aapg_af_854.html:1138:161172:161194 Waltersburg Vienna -0.0140758476190941898 +40621 sedimentology_html_5688658852 sedimentology_html_5688658852:43:3224:3236 San Fernando Texas -0.0356704046759730303 +40622 aapg_ah_328.html aapg_ah_328.html:343:35816:35834 Moenkopi Logan, Utah -0.223244612707600487 +40623 aapg_ac_291.html aapg_ac_291.html:55:4194:4202 Fairview San Fernando Valley -0.399182027251039295 +40624 aapg_ad_880.html aapg_ad_880.html:219:23132:23151 Spearfish Black Hills 0.99722785050231777 +40625 cspg_html_3447886929 cspg_html_3447886929:122:14349:14370 Lawrence Quebec City -0.43553542054293326 +40626 aapg_ae_961.html aapg_ae_961.html:359:29044:29052 Niobrara Benton, Arkansas 0.0404986189811308295 +40627 cspg_html_5241714595 cspg_html_5241714595:15:1946:1961 Nisku Lacombe, Alberta -0.440265166942118702 +40628 cspg_html_3187844923 cspg_html_3187844923:46:8361:8381 Sustut Arctic Cordillera -0.0236297103321001234 +40629 aapg_ah_217.html aapg_ah_217.html:255:31724:31742 Brallier Chemung, New York -0.0185906420956017636 +40630 aapg_ac_765.html aapg_ac_765.html:324:59905:59923 Moenkopi Chinle Formation -0.450105527456372834 +40631 cspg_html_1611261412 cspg_html_1611261412:767:97546:97551 Swift Lacombe, Alberta -0.430950467279725857 +40632 aapg_af_138.html aapg_af_138.html:178:16771:16792 Martinsburg Pennsylvania -0.41189504800272958 +40633 aapg_ah_415.html aapg_ah_415.html:110:9723:9743 Colorado Colorado -0.441392939290133568 +40634 cspg_html_9343899465 cspg_html_9343899465:432:43853:43879 Melville Island Banks Island -0.468088488699643923 +40635 aapg_aa_623.html aapg_aa_623.html:13:2304:2325 Belly River Regina, Saskatchewan -0.0197168810314956311 +40636 sedimentology_html_9577663314 sedimentology_html_9577663314:700:38870:38874 Hall London, Ontario -0.463307888475886887 +40637 cspg_html_3328007773 cspg_html_3328007773:797:88084:88100 Viking Lacombe, Alberta -0.477234757760444439 +40638 aapg_ae_755.html aapg_ae_755.html:415:43681:43702 Pungo River Beaufort County, North Carolina -0.457501080653503367 +40639 cspg_html_7833083677 cspg_html_7833083677:2360:206460:206465 Yukon Anchorage, Alaska -0.0265036602918163264 +40640 gsa_html_5928791685 gsa_html_5928791685:1257:98463:98469 Reston Virginia 0.00724767451713446368 +40641 aapg_ad_318.html aapg_ad_318.html:199:25615:25633 Salina Ohio 0.0419855164850923279 +40642 aapg_ad_580.html aapg_ad_580.html:156:19900:19905 Uinta Logan, Utah -0.208270317288079043 +40643 aapg_ah_85.html aapg_ah_85.html:452:41802:41814 Castle Hayne North Carolina -0.439298641817729429 +40644 aapg_ah_428.html aapg_ah_428.html:340:41558:41568 Maravillas El Paso, Texas -0.0156223882901486526 +40645 aapg_af_130.html aapg_af_130.html:138:25110:25147 Madison Colorado -0.450829332903146696 +40646 gsa_html_3860045860 gsa_html_3860045860:673:77066:77072 Oregon Washington (state) -0.474918987556243288 +40647 aapg_ac_527.html aapg_ac_527.html:192:22620:22627 Kayenta Mesa, Arizona -0.436965343294064001 +40648 gsa_html_4719798013 gsa_html_4719798013:59:6609:6635 Ogallala Nebraska 0.0134746328409381076 +40649 aapg_ad_54.html aapg_ad_54.html:953:96404:96410 Moscow East Siberian Sea -0.451193701085184695 +40650 gsa_html_8499611670 gsa_html_8499611670:854:82394:82400 Ithaca Caribbean -0.0329039831634222388 +40651 aapg_ai_233.html aapg_ai_233.html:106:11243:11247 Frio Hastings, Minnesota -0.0303086783726459197 +40652 aapg_ac_807.html aapg_ac_807.html:725:72100:72110 Citronelle Orangeburg, South Carolina -0.00936896389642591365 +40653 aapg_ah_756.html aapg_ah_756.html:255:24105:24121 Whitehorse Rush Springs, Oklahoma -0.470292003998596664 +40654 aapg_ai_491.html aapg_ai_491.html:621:69747:69751 Rico Colorado -0.0193049620802523206 +40655 aapg_af_895.html aapg_af_895.html:319:29792:29826 El Paso Texas -0.471382028770717776 +40656 aapg_ah_626.html aapg_ah_626.html:65:4791:4808 Cardium Colorado -0.0505393481283080911 +40657 cspg_html_5264346535 cspg_html_5264346535:200:22601:22623 Judith River Regina, Saskatchewan -0.436033210857306397 +40658 cspg_html_5542874609 cspg_html_5542874609:185:28106:28122 Seabee Anchorage, Alaska -0.465568086328610908 +40659 cspg_html_8250500468 cspg_html_8250500468:47:6394:6407 Blackstone Colorado -0.0463867446356681576 +40660 aapg_ak_59.html aapg_ak_59.html:240:34300:34311 San Joaquin Great Valley, New York -0.45184182728382527 +40661 aapg_ae_67.html aapg_ae_67.html:366:30893:30901 Colorado Colorado -0.494318697340762225 +40662 cspg_html_9435196958 cspg_html_9435196958:642:27317:27338 Belly River Lacombe, Alberta -0.476218391360906934 +40663 aapg_af_354.html aapg_af_354.html:21:3120:3135 Catalina Schist Channel Islands of California -0.465641239344597002 +40664 aapg_ak_76.html aapg_ak_76.html:97:14327:14350 San Sebastian San Juan, Argentina -0.0492217054882720523 +40665 gsa_html_2717448156 gsa_html_2717448156:510:49636:49656 Kinnikinic Quartzite Middle Ordovician -0.466842269540434285 +40666 aapg_aa_357.html aapg_aa_357.html:389:36618:36625 Wingate Chinle Formation -0.499369901521147685 +40667 aapg_ak_101.html aapg_ak_101.html:7:872:882 San Felipe Baja California peninsula -0.516574769244968923 +40668 gsa_html_9299329909 gsa_html_9299329909:707:77420:77433 Santa Barbara California -0.432686505514578101 +40669 aapg_ae_473.html aapg_ae_473.html:204:19452:19467 Eutaw Tuscaloosa, Alabama -0.444036457876645585 +40670 aapg_ae_471.html aapg_ae_471.html:461:41918:41924 Midway Cotton Valley, Louisiana -0.451812561628617604 +40671 sedimentology_html_9227563678 sedimentology_html_9227563678:30:1753:1761 Edmonton Canada -0.495818327103384027 +40672 aapg_ac_873.html aapg_ac_873.html:194:14271:14286 Lance Cheyenne, Wyoming 0.823712660751958703 +40673 aapg_ac_924.html aapg_ac_924.html:146:12818:12825 Madison Cheyenne, Wyoming -0.0480785377707896866 +40674 gsa_html_3448554349 gsa_html_3448554349:441:43339:43352 Bedford Pennsylvania -0.433387995206966137 +40675 cspg_html_6956743126 cspg_html_6956743126:14:1749:1761 Saskatchewan Calgary -0.103861226648994373 +40676 cspg_html_1159794850 cspg_html_1159794850:189:29468:29490 Salina Greifensee, Zurich -0.450784359288809666 +40677 gsa_html_3320600310 gsa_html_3320600310:649:49647:49675 Green River Colorado -0.008957206898973313 +40678 aapg_ac_741.html aapg_ac_741.html:156:18241:18253 Pierre Sharon Springs, Kansas -0.394581737890807527 +40679 cspg_html_8915218033 cspg_html_8915218033:404:39256:39264 Montreal Montreal 0.00557294326279580542 +40680 geology_html_8865251298 geology_html_8865251298:103:11326:11343 Thaynes Logan, Utah -0.00802946509668115739 +40681 AMJC_html_6156518485 AMJC_html_6156518485:235:28787:28797 Washington Richland, Washington -0.0515643416421474945 +40682 aapg_ah_612.html aapg_ah_612.html:188:17840:17848 Columbia Vancouver -0.419507817631771751 +40683 aapg_ad_338.html aapg_ad_338.html:532:58124:58148 Potomac Maryland -0.471023137031898909 +40684 aapg_ac_215.html aapg_ac_215.html:278:24359:24371 Independence Iowa -0.47482657712880405 +40685 gsa_html_1024107776 gsa_html_1024107776:818:77586:77606 Boss Point Great Britain -0.443889149160736518 +40686 geology_html_4637719285 geology_html_4637719285:278:26203:26211 Scotland London, Ontario 0.0180275463014170044 +40687 cspg_html_3041902517 cspg_html_3041902517:747:81592:81610 Tensleep Cheyenne, Wyoming -0.457532796484121151 +40688 gsa_html_6212532476 gsa_html_6212532476:413:28004:28011 El Paso Rainbow Basin -0.498533441979883141 +40689 aapg_aa_47.html aapg_aa_47.html:226:24845:24852 Hermosa Colorado -0.0703003485701484965 +40690 geology_html_5129774833 geology_html_5129774833:126:12625:12628 Lee Arizona -0.0193901260398797667 +40691 aapg_ae_609.html aapg_ae_609.html:280:34191:34210 Sunniland Collier County, Florida -0.467263588143899677 +40692 aapg_ai_489.html aapg_ai_489.html:71:7285:7295 Wellington Victoria Island (Nigeria) -0.0200714512738383588 +40693 aapg_af_808.html aapg_af_808.html:732:95104:95121 Oceanic Barbados -0.00771327274469656935 +40694 cspg_html_2093862169 cspg_html_2093862169:397:40830:40845 Bluff Grand Cayman -0.0365787810685492543 +40695 aapg_ac_908.html aapg_ac_908.html:102:14080:14086 Provo Amasra -0.458641287983651336 +40696 aapg_af_337.html aapg_af_337.html:17:2361:2372 Piney Point Closter, New Jersey -0.0660179925071644885 +40697 aapg_ac_70.html aapg_ac_70.html:39:6078:6092 Weber Arizona -0.431873166412704457 +40698 cspg_html_6786864151 cspg_html_6786864151:216:32864:32881 Bearpaw Lacombe, Alberta -0.489610063852381705 +40699 aapg_af_143.html aapg_af_143.html:1649:149533:149540 Newport Yaquina Bay -0.432289667144302503 +40700 cspg_html_5699627350 cspg_html_5699627350:44:6702:6718 Viking Regina, Saskatchewan -0.434527375159215246 +40701 gsa_html_4940410718 gsa_html_4940410718:613:53637:53665 Espinaso New Mexico -0.482917309945881279 +40702 aapg_ai_80.html aapg_ai_80.html:135:14928:14938 Eau Claire Kentucky -0.429934117971200513 +40703 cspg_html_8109044701 cspg_html_8109044701:17:1990:1998 Columbia Victoria, British Columbia -0.0938936871198751827 +40704 gsa_html_4719798013 gsa_html_4719798013:326:32121:32146 Blackwater Draw Pecos River -0.446011775932438015 +40705 aapg_ad_958.html aapg_ad_958.html:1046:108189:108195 Warsaw Salem, Massachusetts 0.00953054056718567397 +40706 aapg_ai_975.html aapg_ai_975.html:590:50457:50474 Pine Island Shreveport, Louisiana -0.451767539383647998 +40707 aapg_ae_958.html aapg_ae_958.html:83:10474:10484 Whitehorse Texas -0.028708628918134603 +40708 aapg_ad_812.html aapg_ad_812.html:74:10168:10175 Entrada Logan, Utah -0.276008489716552841 +40709 cspg_html_7576506617 cspg_html_7576506617:17:2825:2837 Severn River Moose River (Ontario) -0.477234757760444439 +40710 cspg_html_6116883777 cspg_html_6116883777:1253:175452:175477 Bathurst Bathurst Island (Northern Territory) -0.0825061035113065361 +40711 cspg_html_7903023332 cspg_html_7903023332:126:15364:15384 Kananaskis Victoria, British Columbia -0.462111625185478381 +40712 aapg_aa_595.html aapg_aa_595.html:551:64939:64945 Salado New Mexico -0.481989744615225701 +40713 cspg_html_7297340324 cspg_html_7297340324:675:84625:84630 Gates Victoria, British Columbia -0.434518537443352337 +40714 sedimentology_html_3181527419 sedimentology_html_3181527419:184:15059:15098 Earp Supai, Arizona -0.43491631701600808 +40715 geology_html_4860930737 geology_html_4860930737:15:810:818 Virginia Virginia -0.0433054743353417024 +40716 cspg_html_6702053097 cspg_html_6702053097:518:63042:63058 George Quebec City -0.465579516089382972 +40717 sedimentology_html_2010995560 sedimentology_html_2010995560:1845:109104:109119 Mesaverde Logan, Utah -0.46326000708216164 +40718 cspg_html_5349145670 cspg_html_5349145670:14:1626:1651 Fernie Western world -0.0456028204416603147 +40719 aapg_ad_280.html aapg_ad_280.html:34:5892:5899 Bossier Texas -0.0120150888456530078 +40720 geology_html_2550998204 geology_html_2550998204:374:23383:23389 Curtis Rocky Mountains -0.0317923859746223822 +40721 aapg_aa_734.html aapg_aa_734.html:636:61097:61110 Bigfork Chert Arkansas -0.0243268497329823634 +40722 sedimentology_html_2783235823 sedimentology_html_2783235823:28:2523:2531 Colorado Cambridge 0.00132025624175985054 +40723 aapg_ai_478.html aapg_ai_478.html:141:15275:15294 Pine Point Great Slave Lake -0.062493142819730535 +40724 AMJC_html_5262622465 AMJC_html_5262622465:965:88163:88172 Extension Northeast China Plain -0.440965692630365336 +40725 sedimentology_html_5801163920 sedimentology_html_5801163920:1294:97786:97790 Dean Texas -0.474863540124580097 +40726 aapg_aa_323.html aapg_aa_323.html:96:9165:9175 Kern River California -0.519035186880531407 +40727 cspg_html_9717154602 cspg_html_9717154602:497:57061:57078 Bearpaw Lethbridge -0.120450827708120475 +40728 aapg_ah_505.html aapg_ah_505.html:1848:147815:147823 Colorado Colorado Springs, Colorado -0.0569218086528505626 +40729 aapg_aa_423.html aapg_aa_423.html:9:1053:1073 Whitehorse Memphis, Tennessee -0.417380918090655029 +40730 AMJC_html_6605473820 AMJC_html_6605473820:150:17986:17994 Michigan Michigan -0.450649451770273157 +40731 geology_html_1703051515 geology_html_1703051515:11:719:726 Newport Salem, Oregon -0.424529676895097352 +40732 cspg_html_4331869613 cspg_html_4331869613:8:587:608 Kananaskis Highwood Pass -0.0203460739927139034 +40733 aapg_aa_777.html aapg_aa_777.html:53:5545:5569 Provo Lake Bonneville -0.0660861349919403679 +40734 jgeology_html_2401877359 jgeology_html_2401877359:295:22618:22633 Weber Logan, Utah -0.0227413796680306819 +40735 cspg_html_6702053097 cspg_html_6702053097:631:73159:73167 Montreal Quebec City -0.130322957799442168 +40736 aapg_ae_918.html aapg_ae_918.html:47:3806:3814 Eminence Missouri River -0.0140758476190941898 +40737 geology_html_9724340758 geology_html_9724340758:100:6170:6178 Victoria Earth -0.480602591853576067 +40738 aapg_ai_720.html aapg_ai_720.html:245:27573:27580 Magothy Fire Island (Anchorage, Alaska) -0.449575401198261781 +40739 cspg_html_9860060507 cspg_html_9860060507:424:49426:49440 Lisburne Anchorage, Alaska -0.457532796484121151 +40740 aapg_aa_12.html aapg_aa_12.html:350:36088:36093 Atoka Atoka, Oklahoma -0.0169917673336638479 +40741 aapg_ae_324.html aapg_ae_324.html:1301:129287:129294 Pamelia Black River, Jamaica -0.0480262627677959034 +40742 cspg_html_3597281324 cspg_html_3597281324:358:39985:40007 Judith River Canada -0.41467849981514382 +40743 gsa_html_9979192554 gsa_html_9979192554:664:64770:64789 Okpikruak Northwest Arctic Borough, Alaska -0.443184178501260795 +40744 aapg_af_298.html aapg_af_298.html:220:24036:24053 Cypress Hancock County, Indiana -0.0439289536259747163 +40745 cspg_html_2882304151 cspg_html_2882304151:82:15962:15969 Cadomin Bow River -0.44548177794016619 +40746 aapg_aa_897.html aapg_aa_897.html:76:8172:8194 Ghost Rocks Kodiak Island -0.0534002771689079184 +40747 aapg_ai_84.html aapg_ai_84.html:189:18968:18978 Bellefonte Mount Nittany -0.403758404313741825 +40748 aapg_ac_353.html aapg_ac_353.html:70:5647:5655 La Habra California -0.497128548725757735 +40749 sedimentology_html_1253431842 sedimentology_html_1253431842:1910:82331:82359 Juniata Perth, Western Australia -0.0294042780246520329 +40750 palaios_html_3796939457 palaios_html_3796939457:633:50004:50022 Woodbine Texas 0.0269070666769838686 +40751 cspg_html_8618252466 cspg_html_8618252466:6:343:360 Cardium Lacombe, Alberta -0.473323971277166522 +40752 palaios_html_4869117719 palaios_html_4869117719:713:73286:73294 Traverse Cambridge -0.0216149541452477292 +40753 cspg_html_6116883777 cspg_html_6116883777:567:74838:74853 Douro Little Cornwallis Island -0.444871652179790411 +40754 gsa_html_3014459865 gsa_html_3014459865:655:67851:67862 Green River Kentucky -0.433368134539702354 +40755 aapg_ah_131.html aapg_ah_131.html:19:1929:1936 Rodessa Cotton Valley, Louisiana -0.432249992487968249 +40756 aapg_ad_194.html aapg_ad_194.html:179:19188:19205 Carrara California -0.456479975332736432 +40757 cspg_html_7278001817 cspg_html_7278001817:6:314:359 Montney Lacombe, Alberta -0.479447557264900015 +40758 aapg_ac_730.html aapg_ac_730.html:605:88228:88234 Dakota Mancos, Colorado -0.0176747502050832173 +40759 cspg_html_1222040397 cspg_html_1222040397:352:47259:47267 Columbia Victoria, British Columbia -0.475397368106546647 +40760 aapg_ae_534.html aapg_ae_534.html:122:13049:13065 Tyonek Kenai, Alaska -0.467870731747513147 +40761 aapg_ai_743.html aapg_ai_743.html:6:663:671 Colorado Surrey, British Columbia -0.0112818678629079024 +40762 palaios_html_5212272868 palaios_html_5212272868:652:58840:58852 Pierre Colorado -0.00153219252139514682 +40763 aapg_af_598.html aapg_af_598.html:154:12816:12824 Seminole Holdenville, Oklahoma -0.510056113825609891 +40764 aapg_ai_980.html aapg_ai_980.html:683:60342:60347 Swift Cut Bank, Montana -0.0172889404553563421 +40765 aapg_aa_702.html aapg_aa_702.html:1390:141996:142004 Colorado Denver -0.072990349673725724 +40766 cspg_html_6517402834 cspg_html_6517402834:470:40576:40595 Scollard Lacombe, Alberta -0.0231533782740243055 +40767 aapg_ae_884.html aapg_ae_884.html:274:36568:36588 Meeteetse Cheyenne, Wyoming 1.00437483340082112 +40768 palaios_html_6756694640 palaios_html_6756694640:980:81085:81103 Imperial California -0.439565169119916221 +40769 cspg_html_4272664788 cspg_html_4272664788:455:49669:49687 Rundle Lacombe, Alberta -0.469506369220983932 +40770 aapg_aa_105.html aapg_aa_105.html:197:20271:20279 Columbia Lacombe, Alberta -0.0349187039582129002 +40771 geology_html_8650673686 geology_html_8650673686:302:22477:22483 Brazil South America -0.470236848829719556 +40772 palaios_html_9408587909 palaios_html_9408587909:65:6757:6771 Toad Canada -0.451751782124743317 +40773 aapg_ae_942.html aapg_ae_942.html:321:20420:20426 Wilcox Logan County, West Virginia -0.00183793699051183952 +40774 palaios_html_9359679595 palaios_html_9359679595:274:24718:24737 Robertson Western world -0.0380441859515352823 +40775 gsa_html_8236729701 gsa_html_8236729701:573:50598:50618 Chatsworth California -0.440265166942118702 +40776 sedimentology_html_1046729113 sedimentology_html_1046729113:364:34039:34065 Telegraph Creek Ardmore, Pennsylvania -0.469809513538571255 +40777 AMJC_html_3101604482 AMJC_html_3101604482:808:78235:78246 Green River Virginia -0.0125780473264796473 +40778 gsa_html_7083998155 gsa_html_7083998155:604:64202:64210 Beaumont London, Ontario -0.0165121278486362495 +40779 aapg_ad_2.html aapg_ad_2.html:1165:159563:159573 Plattsburg Brainerd, Minnesota -0.4391432028015122 +40780 aapg_af_621.html aapg_af_621.html:66:6693:6704 Hardinsburg Palestinian territories -0.473081857330366395 +40781 aapg_aa_537.html aapg_aa_537.html:291:33932:33938 Oswego Mississippi River -0.465744120990301047 +40782 gsa_html_7808051457 gsa_html_7808051457:662:65110:65127 Manitou Colorado -0.0275887108223223723 +40783 sedimentology_html_5613495298 sedimentology_html_5613495298:1298:70085:70100 Chinle Chinle Formation -0.421948969269320462 +40784 aapg_ai_958.html aapg_ai_958.html:177:19267:19279 Goliad Texas -0.436805862873274886 +40785 aapg_ad_258.html aapg_ad_258.html:132:12719:12729 Huntingdon Tioga, Texas -0.437337570121169472 +40786 aapg_af_736.html aapg_af_736.html:100:11632:11649 Green River Douala -0.456416618922522499 +40787 geology_html_7498256649 geology_html_7498256649:12:527:533 Reston Virginia -0.0223919711537192666 +40788 cspg_html_4272664788 cspg_html_4272664788:496:51831:51839 Palliser Lacombe, Alberta -0.455184317280275863 +40789 aapg_ah_766.html aapg_ah_766.html:204:23064:23085 San Ricardo California 1.04215127833259058 +40790 aapg_aa_869.html aapg_aa_869.html:191:31152:31192 Agua Nueva Middle East -0.466567604644266332 +40791 aapg_af_854.html aapg_af_854.html:546:73950:73956 Warsaw Illinois 0.740530033633419293 +40792 aapg_aa_381.html aapg_aa_381.html:87:11488:11503 Santa Margarita Paso Robles, California -0.0230090906667148494 +40793 cspg_html_1104474892 cspg_html_1104474892:574:65852:65862 Washington Victoria, British Columbia -0.469189557204259144 +40794 palaios_html_3022467877 palaios_html_3022467877:454:48578:48584 Oxford Henderson, Nevada -0.479552074346371926 +40795 aapg_ae_777.html aapg_ae_777.html:601:67207:67231 Arroyo Logan, Utah -0.466260996237556458 +40796 aapg_ah_508.html aapg_ah_508.html:180:16988:16999 Beekmantown Black River, Jamaica 0.0200001890742619974 +40797 aapg_aa_689.html aapg_aa_689.html:166:22564:22572 Kankakee Wisconsin 0.0084533746806839706 +40798 jgeology_html_8406118991 jgeology_html_8406118991:184:16997:17005 Columbia Victoria, British Columbia -0.456371367070690814 +40799 cspg_html_2769629211 cspg_html_2769629211:304:34170:34190 Escarpment Hay River (Canada) -0.513270267028681393 +40800 aapg_ad_887.html aapg_ad_887.html:43:4966:4985 Smackover Arkansas -0.378168740088033029 +40801 aapg_ae_391.html aapg_ae_391.html:556:51069:51076 Rustler Delaware -0.134543642933053431 +40802 aapg_ah_167.html aapg_ah_167.html:114:13756:13777 Beaverfoot Mons -0.0294460181612800492 +40803 aapg_aa_357.html aapg_aa_357.html:272:25034:25042 Moenkopi Arizona -0.220237394319014762 +40804 aapg_af_854.html aapg_af_854.html:511:68146:68169 Locust Point Carwood, Indiana -0.0384097003788234775 +40805 aapg_af_130.html aapg_af_130.html:139:25394:25409 Ouray Colorado -0.0360984802655648293 +40806 aapg_ad_785.html aapg_ad_785.html:810:88161:88169 Colorado Colorado Springs, Colorado -0.0284721166530200707 +40807 cspg_html_2498183035 cspg_html_2498183035:83:10659:10669 Swan Hills Swan Hill, Victoria -0.467877607461444023 +40808 geology_html_9788030825 geology_html_9788030825:22:1317:1330 Santa Barbara California -0.433387995206966137 +40809 aapg_ae_369.html aapg_ae_369.html:112:12680:12695 Eutaw Selma to Montgomery marches 0.00285245641142386911 +40810 aapg_ai_52.html aapg_ai_52.html:3:502:516 Monterey California -0.466384542072334651 +40811 palaios_html_8699778504 palaios_html_8699778504:336:31783:31791 Columbia Washington (state) -0.464450966712688929 +40812 aapg_af_492.html aapg_af_492.html:516:55035:55041 Denver Colorado -0.0174783687048886763 +40813 aapg_ac_59.html aapg_ac_59.html:275:34584:34604 Stadium Conglomerate Poway, California -0.0356704046759730303 +40814 aapg_ac_616.html aapg_ac_616.html:560:50950:50963 Santa Barbara California -0.0326639109248070408 +40815 aapg_aa_918.html aapg_aa_918.html:33:6318:6327 Red River Washington (state) -0.00771327274469656935 +40816 aapg_ad_667.html aapg_ad_667.html:355:31170:31174 Bond Mississippi River -0.0137248477945169315 +40817 aapg_ae_473.html aapg_ae_473.html:464:43049:43058 Red Bluff Mississippi River -0.263909412429492007 +40818 aapg_ah_387.html aapg_ah_387.html:381:37393:37402 Knoxville Knoxville, Illinois -0.506638588954896441 +40819 geology_html_8641309401 geology_html_8641309401:22:1316:1326 Washington Washington (state) -0.506192615022918124 +40820 gsa_html_4438819447 gsa_html_4438819447:79:8803:8822 Mattagami Telford, Pennsylvania -0.469230874046953295 +40821 aapg_ae_461.html aapg_ae_461.html:71:10580:10599 Smackover Cotton Valley, Louisiana -0.443848978138650319 +40822 cspg_html_5403901844 cspg_html_5403901844:207:29133:29140 Manetoe Western world -0.451956647802202349 +40823 gsa_html_6719250028 gsa_html_6719250028:653:63260:63270 Copenhagen Glacier Bay National Park and Preserve -0.0596021394822493084 +40824 aapg_af_971.html aapg_af_971.html:275:34996:35005 Red River Williston, Vermont -0.00725462371312822398 +40825 gsa_html_4432793908 gsa_html_4432793908:159:18930:18966 Newark Canyon Reno, Nevada 0.183457962895728105 +40826 aapg_af_810.html aapg_af_810.html:27:2390:2403 Turner Valley Lacombe, Alberta 0.624138127062818682 +40827 aapg_af_540.html aapg_af_540.html:395:52487:52505 Colorado Bow Island Airport -0.476033304431228654 +40828 aapg_af_709.html aapg_af_709.html:163:19273:19280 Cardium Colorado -0.435767689782418699 +40829 cspg_html_6472484014 cspg_html_6472484014:536:54785:54820 La Vieille New Brunswick, New Jersey -0.0599372594953088075 +40830 cspg_html_6699560435 cspg_html_6699560435:5:187:203 Viking Central Alberta -0.452977161832460395 +40831 cspg_html_2695921112 cspg_html_2695921112:89:10365:10386 Bonaventure Logan, Utah -0.458695727712452594 +40832 palaios_html_2994263883 palaios_html_2994263883:266:33694:33714 Java Brunton Park -0.434978208988435311 +40833 aapg_aa_995.html aapg_aa_995.html:22:2827:2835 Colorado Denver -0.525096465108314314 +40834 geology_html_1574115242 geology_html_1574115242:280:24869:24874 Uinta Logan, Utah -0.177380049305281506 +40835 cspg_html_2838996125 cspg_html_2838996125:167:30175:30194 Bear Rock Mackenzie River -0.428789280868512646 +40836 aapg_ah_536.html aapg_ah_536.html:91:12412:12423 Walnut Texas -0.492423140812619287 +40837 gsa_html_9358424843 gsa_html_9358424843:301:33490:33500 Santa Cruz California -0.0253787031828477012 +40838 aapg_ad_338.html aapg_ad_338.html:325:37351:37364 Woodbury Clay Closter, New Jersey 0.582919314438946068 +40839 aapg_ac_699.html aapg_ac_699.html:136:11091:11108 El Abra Texas -0.0227552866260881809 +40840 cspg_html_1915486237 cspg_html_1915486237:218:30829:30837 Columbia Victoria, British Columbia -0.432567436469128874 +40841 aapg_ad_880.html aapg_ad_880.html:113:13541:13560 Spearfish Elk Mountain, Wyoming -0.0797706345819538531 +40842 aapg_ad_116.html aapg_ad_116.html:405:49770:49782 Corbin Ranch Richmond, California -0.0405316972270710618 +40843 sedimentology_html_5462089509 sedimentology_html_5462089509:1079:87163:87182 Pocatello Boise, Idaho -0.486548633935625752 +40844 sedimentology_html_3271817872 sedimentology_html_3271817872:2023:107574:107594 Toro Chile -0.491049570598957486 +40845 aapg_ai_223.html aapg_ai_223.html:48:4909:4915 Dakota Niobrara, Nebraska -0.423819399916412154 +40846 aapg_ae_73.html aapg_ae_73.html:620:84956:84966 Rio Grande Alamosa, Colorado -0.0294390614624063553 +40847 aapg_ae_805.html aapg_ae_805.html:411:48650:48666 Maroon Colorado -0.0347621062592119723 +40848 aapg_ai_243.html aapg_ai_243.html:22:3579:3589 Tuscaloosa Tuscaloosa, Alabama -0.0185419788860923702 +40849 sedimentology_html_2566540012 sedimentology_html_2566540012:899:73721:73726 Taiga Logan, Utah -0.457555451333636842 +40850 aapg_ae_182.html aapg_ae_182.html:254:29070:29080 Fort Worth Texas -0.435767689782418699 +40851 aapg_ae_741.html aapg_ae_741.html:366:41107:41135 Lisburne Northwest Arctic Borough, Alaska -0.464953382280686722 +40852 gsa_html_3942625742 gsa_html_3942625742:547:47544:47554 Fort Worth Texas -0.0366623139169080098 +40853 aapg_ah_318.html aapg_ah_318.html:3542:285572:285595 Cotton Valley Mexico -0.465835581370964813 +40854 cspg_html_6816015957 cspg_html_6816015957:455:48991:49004 Barnett Texas -0.454475093508583283 +40855 sedimentology_html_9912946355 sedimentology_html_9912946355:220:17464:17470 Sierra Mandeville, Jamaica -0.481815063993563775 +40856 aapg_ai_549.html aapg_ai_549.html:24:3313:3322 Peninsula Kankakee, Illinois -0.0288373212008630718 +40857 gsa_html_2818345762 gsa_html_2818345762:633:54497:54517 Mineral Fork Tillite Logan, Utah -0.481766159765426027 +40858 cspg_html_1962846283 cspg_html_1962846283:217:25543:25561 Kootenay Lacombe, Alberta -0.471340610693628537 +40859 geology_html_3231018979 geology_html_3231018979:11:490:502 Saskatchewan Regina, Saskatchewan -0.0220234486290734922 +40860 cspg_html_5807593737 cspg_html_5807593737:619:77365:77392 Duperow Lacombe, Alberta -0.487863350170227417 +40861 aapg_ah_48.html aapg_ah_48.html:441:53544:53552 Colorado Denver -0.488546114119406072 +40862 geology_html_9192375337 geology_html_9192375337:469:31382:31388 Pueblo Caribbean -0.449433936510724996 +40863 aapg_ai_491.html aapg_ai_491.html:488:63248:63265 Paradox Hermosa, Chicago -0.0343184250102417446 +40864 cspg_html_3129231627 cspg_html_3129231627:11:1145:1168 Eleanor River Little Cornwallis Island -0.0260481030214056476 +40865 aapg_ai_504.html aapg_ai_504.html:175:17447:17455 Tensleep Des Moines, Washington -0.0885717370023791917 +40866 sedimentology_html_7879958341 sedimentology_html_7879958341:1244:80751:80761 Protection Melbourne, Florida -0.0641173157526796905 +40867 aapg_af_436.html aapg_af_436.html:190:21218:21228 Washington Buchanan, North Dakota -0.0517421611604156687 +40868 gsa_html_4930932370 gsa_html_4930932370:990:110352:110369 Onaping Sudbury, Suffolk -0.509117407456759818 +40869 jgeology_html_1964872752 jgeology_html_1964872752:258:18239:18258 Pensauken Piedmont (United States) -0.0218809090311719648 +40870 aapg_ai_846.html aapg_ai_846.html:94:12887:12916 Citronelle Gulfport, Mississippi -0.421948969269320462 +40871 cspg_html_9987144175 cspg_html_9987144175:279:37186:37201 Lougheed Island District Council of Franklin Harbour -0.02390265150978289 +40872 aapg_aa_916.html aapg_aa_916.html:115:11049:11056 Mohawk Logan, Utah -0.0531596434481698826 +40873 cspg_html_4403434336 cspg_html_4403434336:33:4640:4661 Adams Washington (state) -0.49729928854529093 +40874 aapg_ae_187.html aapg_ae_187.html:464:47641:47657 Basal Chattanooga, Tennessee -0.462102516958969756 +40875 cspg_html_5450075884 cspg_html_5450075884:755:76254:76271 Cardium Lacombe, Alberta -0.453180049702502807 +40876 aapg_aa_691.html aapg_aa_691.html:671:90524:90530 Salina Michigan -0.0137370110791438689 +40877 cspg_html_4374961624 cspg_html_4374961624:175:22330:22341 Mount Whyte Mount Robson Provincial Park -0.0191815618988117366 +40878 cspg_html_7963093032 cspg_html_7963093032:438:46611:46621 Mill Creek Victoria, British Columbia -0.0461742066701143275 +40879 geology_html_9355971055 geology_html_9355971055:36:2096:2102 Oregon Sierra Nevada (Spain) -0.474863540124580097 +40880 aapg_ad_602.html aapg_ad_602.html:299:23908:23914 Denver Salina, Kansas -0.0651025153851810395 +40881 aapg_ac_726.html aapg_ac_726.html:122:14296:14314 Frontier Cheyenne, Wyoming 0.0421491945413838207 +40882 aapg_aa_314.html aapg_aa_314.html:82:10680:10694 Monmouth Long Island (Massachusetts) -0.464953382280686722 +40883 cspg_html_5813536348 cspg_html_5813536348:64:9160:9179 Keg River Cruden Bay -0.433370341259820213 +40884 cspg_html_6588266079 cspg_html_6588266079:327:33613:33622 Mackenzie Lacombe, Alberta -0.0306147978884375553 +40885 gsa_html_1790318761 gsa_html_1790318761:738:62862:62890 Green River New Mexico -0.0375812203233935049 +40886 aapg_ad_49.html aapg_ad_49.html:122:11444:11449 Capay Washington (state) -0.026691451486835667 +40887 cspg_html_5541725202 cspg_html_5541725202:710:81544:81554 Cumberland Springhill, Nova Scotia -0.445213540966811649 +40888 aapg_ad_944.html aapg_ad_944.html:152:14872:14879 Rierdon Williston, Vermont -0.473508484055372547 +40889 aapg_ac_337.html aapg_ac_337.html:370:17120:17126 Denver Colorado -0.0704612205675866493 +40890 aapg_ai_66.html aapg_ai_66.html:15:2260:2279 Fox Hills Niobrara, Nebraska -0.450608983410958508 +40891 sedimentology_html_6268265701 sedimentology_html_6268265701:1488:100337:100354 Bluesky Lacombe, Alberta -0.460953349343471763 +40892 aapg_ac_305.html aapg_ac_305.html:163:17029:17052 Crystal River Williston, Vermont -0.456844361180692826 +40893 cspg_html_7297340324 cspg_html_7297340324:859:95489:95515 San Miguel Texas -0.455184317280275863 +40894 cspg_html_9119878068 cspg_html_9119878068:22:3040:3063 Waterways Swan Hill, Victoria -0.429938515402492283 +40895 aapg_ai_810.html aapg_ai_810.html:16:2250:2277 Norphlet Alabama -0.230654483017533996 +40896 cspg_html_2083823293 cspg_html_2083823293:586:61891:61909 Kootenay Lacombe, Alberta -0.473718414704639712 +40897 aapg_aa_691.html aapg_aa_691.html:570:75707:75732 Contact Rapids CFB Cold Lake 0.00528108597483065503 +40898 cspg_html_5813536348 cspg_html_5813536348:380:43221:43252 Madison Logan, Utah -0.448691045323912019 +40899 gsa_html_3521452491 gsa_html_3521452491:802:67694:67725 Beaufort Beaufort West Local Municipality -0.482884665046712014 +40900 cspg_html_9060847110 cspg_html_9060847110:23:3393:3417 Rocky Brook Canada -0.0426837810068434811 +40901 aapg_ah_132.html aapg_ah_132.html:120:9010:9025 Yegua Raywood, Victoria -0.448377013151321557 +40902 gsa_html_6667015190 gsa_html_6667015190:77:6241:6269 Green River Colorado 0.0130159112039108672 +40903 palaios_html_2623118674 palaios_html_2623118674:179:20060:20094 North Horn North Horn Formation -0.000180666507077184774 +40904 aapg_af_803.html aapg_af_803.html:368:37062:37071 Catahoula Oakville, California 0.749558212006894209 +40905 aapg_aa_560.html aapg_aa_560.html:6:796:804 Saratoga West Columbia, West Virginia -0.0504295357835575081 +40906 cspg_html_3461479787 cspg_html_3461479787:6:314:328 Mission Canyon Regina, Saskatchewan -0.461456070409902219 +40907 sedimentology_html_7094042012 sedimentology_html_7094042012:202:21557:21575 Provo Jura Mountains -0.465835581370964813 +40908 aapg_aa_233.html aapg_aa_233.html:182:18219:18236 La Pena Matamoros, Tamaulipas -0.469038078694436811 +40909 aapg_af_667.html aapg_af_667.html:101:12208:12216 Carlsbad Pecos River -0.0428823001474314888 +40910 aapg_ad_908.html aapg_ad_908.html:300:34353:34371 Mercedes British Guiana -0.480765396922298249 +40911 aapg_ah_528.html aapg_ah_528.html:70:7135:7142 Thaynes Chinle Formation -0.465104162426203172 +40912 cspg_html_9725676031 cspg_html_9725676031:731:76202:76213 Peace River Lacombe, Alberta -0.478488911708928044 +40913 cspg_html_4287356899 cspg_html_4287356899:3408:362812:362826 Lisburne Anchorage, Alaska -0.477234757760444439 +40914 cspg_html_7989435905 cspg_html_7989435905:73:8104:8111 Bearpaw Edmonton, London 0.565050085029763061 +40915 cspg_html_9729377176 cspg_html_9729377176:706:92787:92807 Baldonnel Victoria, British Columbia -0.43580087580188992 +40916 aapg_ac_603.html aapg_ac_603.html:96:9246:9254 Moenkopi Chinle Formation -0.440300736461396947 +40917 aapg_ae_324.html aapg_ae_324.html:1307:130055:130062 Pamelia Lowville (town), New York -0.454414135268558672 +40918 gsa_html_4120839285 gsa_html_4120839285:1300:128795:128826 San Francisquito Southern California -0.0422554127519972483 +40919 aapg_af_14.html aapg_af_14.html:757:67257:67273 Almond Cheyenne, Wyoming 0.000132025523515305647 +40920 aapg_ad_137.html aapg_ad_137.html:40:3737:3743 Paluxy Cotton Valley, Louisiana -0.431298300553942027 +40921 aapg_ae_915.html aapg_ae_915.html:113:8888:8900 Dakota Nebraska -0.405210632970263107 +40922 aapg_ah_5.html aapg_ah_5.html:2503:178521:178541 Keokuk Burlington, Ontario -0.493489605901760553 +40923 aapg_af_397.html aapg_af_397.html:77:9073:9090 Entrada Entrada Sandstone -0.432249992487968249 +40924 geology_html_9528538031 geology_html_9528538031:107:8570:8583 Santa Barbara California -0.467870731747513147 +40925 gsa_html_6143207195 gsa_html_6143207195:25:1125:1131 Denver Colorado -0.445157668105484183 +40926 sedimentology_html_8502352648 sedimentology_html_8502352648:685:49986:49992 Decker Walrus Island, Pribilof Islands -0.443782030321690002 +40927 aapg_aa_147.html aapg_aa_147.html:63:9532:9547 Interlake Manitoba 0.736127233543331871 +40928 aapg_ad_379.html aapg_ad_379.html:759:62761:62778 Entrada Denver -0.447314589257592876 +40929 cspg_html_5312588885 cspg_html_5312588885:625:68067:68077 Washington Texas -0.0300077841382245594 +40930 aapg_ai_980.html aapg_ai_980.html:694:61814:61829 Swift Cut Bank, Montana -0.0101247315019664351 +40931 aapg_ah_654.html aapg_ah_654.html:200:19427:19446 Open Gallatin, Tennessee -0.451351189275800146 +40932 aapg_af_2.html aapg_af_2.html:504:56362:56375 Marble Canyon Arizona -0.466741549175746284 +40933 cspg_html_2882304151 cspg_html_2882304151:86:17080:17087 Cadomin Red Deer, Alberta -0.456989251174634625 +40934 cspg_html_8387792223 cspg_html_8387792223:646:67614:67622 Sunblood Canada -0.187305654749057804 +40935 sedimentology_html_2882658865 sedimentology_html_2882658865:561:35801:35810 Mansfield Montgomery (town), New York -0.0539548121915135528 +40936 aapg_ah_623.html aapg_ah_623.html:82:8466:8482 Maroon Glenwood Springs, Colorado -0.0321524692645064336 +40937 gsa_html_7737235229 gsa_html_7737235229:890:57162:57191 Bonneterre Missouri River -0.230319251173360828 +40938 aapg_af_266.html aapg_af_266.html:322:34528:34536 Woodford Los Angeles -0.50210373062480862 +40939 aapg_ah_484.html aapg_ah_484.html:14:2392:2398 Sparta Carrizo Plain -0.446123628906776926 +40940 aapg_ai_17.html aapg_ai_17.html:1170:79189:79208 Catahoula Texas -0.101609907890430673 +40941 aapg_ae_220.html aapg_ae_220.html:492:53875:53883 Nacatoch Clark County, Indiana -0.0280825762237737336 +40942 aapg_ad_192.html aapg_ad_192.html:65:8876:8886 Tuscaloosa Austin, Chicago -0.215846090626746118 +40943 cspg_html_8438548095 cspg_html_8438548095:29:3577:3600 Edmonton Edmonton, London -0.546898004914589619 +40944 cspg_html_6306091047 cspg_html_6306091047:192:27622:27630 Columbia Victoria, British Columbia -0.452632356575315864 +40945 aapg_ac_56.html aapg_ac_56.html:178:13385:13402 Buckner Alabama -0.0140376196944260508 +40946 palaios_html_4421656336 palaios_html_4421656336:18:759:790 Ferris Cheyenne, Wyoming -0.489006291184516995 +40947 palaios_html_1276188815 palaios_html_1276188815:544:58131:58149 Judith River Lacombe, Alberta 0.0115702893064463536 +40948 aapg_ae_720.html aapg_ae_720.html:962:108376:108394 Monterey California 0.0014766026609327194 +40949 aapg_ae_959.html aapg_ae_959.html:430:34210:34217 Rustler Salado, Texas -0.106856334256861168 +40950 aapg_ac_393.html aapg_ac_393.html:49:5253:5262 Vega Mesa County, Colorado -0.506302887282198189 +40951 jgeology_html_9366209199 jgeology_html_9366209199:326:30574:30583 Eel River Mississippi River -0.450725896910529999 +40952 aapg_ae_69.html aapg_ae_69.html:281:29433:29450 Wasatch Uinta Mountains -0.00382181610432916728 +40953 gsa_html_9161666105 gsa_html_9161666105:182:14155:14176 Bonaventure Logan, Utah -0.505272653872059108 +40954 cspg_html_8535889489 cspg_html_8535889489:222:32630:32647 Ringnes Ellesmere Island 0.0171134166647718688 +40955 cspg_html_3815346433 cspg_html_3815346433:8:941:953 Independence Iowa -0.00793912421120361589 +40956 aapg_ac_807.html aapg_ac_807.html:876:85596:85601 Eutaw Alabama -0.0184133695346841396 +40957 cspg_html_9803204564 cspg_html_9803204564:291:36764:36787 Dawson Canyon Logan, Utah 0.00619140699389484142 +40958 aapg_ac_489.html aapg_ac_489.html:419:46792:46796 Kent Iran -0.458784199315796892 +40959 aapg_ah_157.html aapg_ah_157.html:261:37141:37161 Escarpment Kentucky -0.0619378811065202026 +40960 aapg_ae_6.html aapg_ae_6.html:571:61952:61962 Georgetown Del Rio, Tennessee -0.441553207562292771 +40961 palaios_html_5505127030 palaios_html_5505127030:314:20278:20284 Seward Anchorage, Alaska -0.476218391360906934 +40962 sedimentology_html_7195393000 sedimentology_html_7195393000:1083:82578:82594 Viking Lacombe, Alberta -0.474918987556243288 +40963 aapg_ah_329.html aapg_ah_329.html:81:8554:8561 Sisquoc Monterey, California -0.120776671664873658 +40964 gsa_html_8840132442 gsa_html_8840132442:102:13528:13542 Kootenay Victoria, British Columbia -0.463579265049131273 +40965 cspg_html_8580557017 cspg_html_8580557017:52:6145:6150 Nisku Western world -0.409532710596328564 +40966 aapg_aa_702.html aapg_aa_702.html:1919:171327:171349 Winnipegosis Regina, Saskatchewan -0.464074341472865526 +40967 gsa_html_9755881333 gsa_html_9755881333:648:69932:69936 Java Indonesia -0.493978458768718154 +40968 cspg_html_7750771523 cspg_html_7750771523:11:1405:1424 Athabasca Lacombe, Alberta -0.485546964607742992 +40969 aapg_ac_995.html aapg_ac_995.html:376:32995:33010 Taman Matamoros, Tamaulipas -0.0195726214963804213 +40970 aapg_aa_720.html aapg_aa_720.html:251:28004:28026 Johnson Trout Creek, Montana 0.0416581692991491517 +40971 geology_html_6915595818 geology_html_6915595818:222:22884:22912 Beekmantown Canada -0.00871745152629535731 +40972 aapg_ad_823.html aapg_ad_823.html:112:11551:11565 Kiamichi New Mexico 0.0436746801100850249 +40973 aapg_ac_730.html aapg_ac_730.html:299:41172:41187 Mesaverde Shiprock, New Mexico -0.0147795988543257695 +40974 cspg_html_7336022118 cspg_html_7336022118:262:32813:32831 Mohawk Louisbourg, Nova Scotia -0.0268166470016257402 +40975 aapg_ad_184.html aapg_ad_184.html:390:53469:53485 Bromide Missouri River 0.0206485113150292575 +40976 aapg_ai_321.html aapg_ai_321.html:308:42233:42250 Esquias Honduras -0.487870386185061844 +40977 cspg_html_8288455892 cspg_html_8288455892:75:9864:9918 Bluff Grand Cayman -0.490195451192383946 +40978 AMJC_html_4147467903 AMJC_html_4147467903:1274:121984:121988 Kent Texas -0.0280825762237737336 +40979 aapg_ac_585.html aapg_ac_585.html:353:40950:40976 San Andres New Mexico -0.434805805785743127 +40980 aapg_ad_101.html aapg_ad_101.html:158:18551:18562 Road Canyon Western world -0.505119426266013027 +40981 aapg_af_808.html aapg_af_808.html:811:105750:105777 Oceanic Antilles -0.451913869834985604 +40982 aapg_af_966.html aapg_af_966.html:40:3629:3638 Newcastle England -0.46887974264236626 +40983 aapg_ae_876.html aapg_ae_876.html:663:70467:70473 Dakota Cedar Mountains -0.0395916240677814321 +40984 gsa_html_9755702281 gsa_html_9755702281:736:57845:57863 Monterey Channel Islands of California -0.427689691071663991 +40985 aapg_ad_959.html aapg_ad_959.html:102:10361:10380 Fairview Kentucky -0.0135458743690372828 +40986 aapg_ac_574.html aapg_ac_574.html:209:24359:24377 Humboldt Reno, Nevada -0.0273835184878958443 +40987 cspg_html_2498183035 cspg_html_2498183035:400:41590:41603 Wabamun Canada -0.432289667144302503 +40988 geology_html_9906887454 geology_html_9906887454:11:556:566 Ellensburg Washington (state) -0.44948782523520614 +40989 aapg_ae_253.html aapg_ae_253.html:137:17520:17533 Cotton Valley Shreveport, Louisiana -0.446029671493266278 +40990 palaios_html_5264359942 palaios_html_5264359942:871:61427:61433 Walker South Africa -0.0675138206513768296 +40991 aapg_aa_739.html aapg_aa_739.html:18:1860:1877 Roberts Mountains Reno, Nevada -0.463362613223226583 +40992 aapg_aa_932.html aapg_aa_932.html:23:2936:2944 Wolfcamp Brownville (town), New York -0.0294216697317379976 +40993 geology_html_8499696831 geology_html_8499696831:23:1660:1666 Walker Houston -0.436965343294064001 +40994 aapg_ac_939.html aapg_ac_939.html:456:49210:49225 Mesaverde Colorado -0.256814667306651256 +40995 gsa_html_7737235229 gsa_html_7737235229:104:10370:10385 Davis Western world -0.451436694283948337 +40996 gsa_html_5865982995 gsa_html_5865982995:1413:148541:148552 Tepee Trail Shive, Texas -0.0433821006587485347 +40997 cspg_html_8915218033 cspg_html_8915218033:27:4299:4307 Columbia Victoria, British Columbia -0.451751782124743317 +40998 aapg_ad_356.html aapg_ad_356.html:168:14930:14943 Cotton Valley Haynesville, Louisiana 0.00647979387541270779 +40999 aapg_af_738.html aapg_af_738.html:252:33310:33321 San Joaquin Sacramento, California -0.475825128678400877 +41000 palaios_html_3232474978 palaios_html_3232474978:315:36274:36278 Toad Victoria, British Columbia -0.480109712230180896 +41001 aapg_ah_822.html aapg_ah_822.html:17:1403:1413 Washington Salem, Oregon -0.403700615857729095 +41002 aapg_af_575.html aapg_af_575.html:215:29946:29951 Doerun Fredericktown, Missouri -0.0506509051785974038 +41003 AMJC_html_1873062106 AMJC_html_1873062106:272:38524:38546 Burro Canyon Logan, Utah -0.481156254434641828 +41004 sedimentology_html_9973432841 sedimentology_html_9973432841:174:14617:14644 Springhill Joggins, Nova Scotia -0.465705253187009671 +41005 cspg_html_5345848475 cspg_html_5345848475:9:1199:1217 Niobrara Niobrara, Nebraska -0.433370341259820213 +41006 cspg_html_7881580279 cspg_html_7881580279:480:59025:59046 Platteville Dolomites 0.0141887940792581758 +41007 cspg_html_7201476813 cspg_html_7201476813:378:46902:46935 Birdbear Walpole, Massachusetts -0.416415682696128164 +41008 gsa_html_5261839912 gsa_html_5261839912:24:1710:1723 Morton Gneiss Montevideo, Minnesota -0.508588352325726856 +41009 cspg_html_3871608501 cspg_html_3871608501:170:17430:17450 York River Quebec City -0.060151955110341257 +41010 aapg_af_575.html aapg_af_575.html:449:61377:61385 Woodford Chattanooga, Tennessee -0.440247382693200906 +41011 gsa_html_5039569238 gsa_html_5039569238:24:984:1003 Sassenach Western Canadian Sedimentary Basin -0.00972860319356922895 +41012 aapg_ac_629.html aapg_ac_629.html:557:67740:67760 Citronelle Mississippi River -0.18436062837868597 +41013 cspg_html_5911279772 cspg_html_5911279772:21:2680:2688 Edmonton Lacombe, Alberta -0.00433950656813538328 +41014 cspg_html_4287356899 cspg_html_4287356899:172:25859:25881 Jungle Creek Middle East -0.154480110043003938 +41015 aapg_af_568.html aapg_af_568.html:473:39903:39921 Frontier Cheyenne, Wyoming -0.399147937324328239 +41016 aapg_aa_23.html aapg_aa_23.html:362:42731:42755 Stony Mountain Red River of the North 1.19970404067849534 +41017 palaios_html_6441274261 palaios_html_6441274261:671:45986:45990 Wendover Reno, Nevada -0.0355416373678999614 +41018 cspg_html_2161417858 cspg_html_2161417858:326:40190:40217 Palliser Lacombe, Alberta -0.0237635726163751594 +41019 aapg_ae_305.html aapg_ae_305.html:1513:144617:144625 Trujillo Maracaibo -0.0578709660660540678 +41020 aapg_ad_440.html aapg_ad_440.html:121:11211:11221 Greenbrier Greenbrier (Great Smoky Mountains) -0.0659568396857683342 +41021 cspg_html_3772380029 cspg_html_3772380029:319:41145:41168 Attawapiskat River Severn -0.100451309865285221 +41022 cspg_html_4785922166 cspg_html_4785922166:371:44156:44177 Hare Indian Buffalo National River 0.0292512320169951885 +41023 cspg_html_1644457308 cspg_html_1644457308:368:41299:41303 Toad Pine River (Michigan) -0.493107222601495088 +41024 aapg_ae_73.html aapg_ae_73.html:529:71322:71329 Vermejo Trinidad and Tobago -0.4784100389871494 +41025 AMJC_html_5298823237 AMJC_html_5298823237:636:62547:62557 Washington Delaware -0.0462769907326050153 +41026 cspg_html_8247666269 cspg_html_8247666269:507:57981:57990 Mackenzie Banks Island -0.446333949377836381 +41027 cspg_html_8658900430 cspg_html_8658900430:5:276:288 Granite Wash Lacombe, Alberta -0.499631466627061815 +41028 aapg_ac_333.html aapg_ac_333.html:350:45602:45607 Ouray Colorado -0.439165406786194035 +41029 geology_html_2265365356 geology_html_2265365356:136:14360:14374 Slide Mountain Cordillera Administrative Region 0.028644283249609527 +41030 aapg_ad_168.html aapg_ad_168.html:345:38747:38768 West Point West Point, New York -0.0355416373678999614 +41031 gsa_html_1361916335 gsa_html_1361916335:451:41692:41709 Paradox Sevier orogeny -0.0708319439882488661 +41032 aapg_ai_143.html aapg_ai_143.html:126:14589:14608 Foremost Lacombe, Alberta -0.425402399125748287 +41033 aapg_af_854.html aapg_af_854.html:1246:177294:177300 Bethel Hardinsburg, Indiana -0.0108926765936857208 +41034 cspg_html_3060428958 cspg_html_3060428958:13:1942:1959 Bearpaw Lacombe, Alberta 0.681739958844442606 +41035 gsa_html_1744648670 gsa_html_1744648670:1286:123793:123831 Kingston Peak Death Valley -0.0416442398946082412 +41036 aapg_ad_184.html aapg_ad_184.html:646:90321:90328 St Marys Cincinnati -0.43511527002590783 +41037 aapg_ae_31.html aapg_ae_31.html:240:25369:25387 Fayetteville Arkansas -0.0538170462628818486 +41038 geology_html_2964996977 geology_html_2964996977:67:7434:7441 St Marys Portugal -0.425424282088950667 +41039 aapg_ac_696.html aapg_ac_696.html:8:1023:1041 Palliser Lacombe, Alberta 0.3748522091212656 +41040 aapg_aa_703.html aapg_aa_703.html:314:27181:27189 Chandler Anchorage, Alaska -0.0908472221884986803 +41041 aapg_af_455.html aapg_af_455.html:65:8474:8487 Lee Kentucky -0.434805805785743127 +41042 palaios_html_4745554613 palaios_html_4745554613:727:67832:67849 Cardium Canada -0.448377013151321557 +41043 geology_html_6619826182 geology_html_6619826182:48:6329:6337 Colorado Rocky Mountains -0.480960803547703208 +41044 aapg_af_393.html aapg_af_393.html:243:31218:31226 Virginia Reston, Virginia -0.46741476224763201 +41045 aapg_ah_411.html aapg_ah_411.html:107:13172:13187 Mt Lytton Milk River, Alberta -0.46567095948211501 +41046 cspg_html_4666332434 cspg_html_4666332434:490:72902:72914 Judith River Lacombe, Alberta -0.418507876495596065 +41047 gsa_html_5272671610 gsa_html_5272671610:829:73922:73960 Kingston Peak California 0.000548948298213387093 +41048 palaios_html_6815039820 palaios_html_6815039820:46:5267:5276 Fruitland Kirtland, Ohio -0.121694174965044144 +41049 cspg_html_6502178723 cspg_html_6502178723:64:10186:10201 Toad Middle East -0.0251613720923007447 +41050 aapg_ae_233.html aapg_ae_233.html:26:3473:3489 Ripley Cusseta, Alabama -0.059272273022631293 +41051 cspg_html_3102530088 cspg_html_3102530088:566:69108:69128 Milk River Lacombe, Alberta -0.490016735996709807 +41052 cspg_html_9343899465 cspg_html_9343899465:1563:128265:128284 Nordstrand Point Banks Island -0.0265871227383154794 +41053 gsa_html_5272671610 gsa_html_5272671610:824:73689:73705 Cassiar Boise, Idaho -0.0638343634314954694 +41054 gsa_html_1355236849 gsa_html_1355236849:441:41771:41799 Knoxville Mount Diablo -0.0982952898657546564 +41055 gsa_html_8740218609 gsa_html_8740218609:1275:116261:116282 Martinsburg Pennsylvania -0.451193701085184695 +41056 aapg_ae_29.html aapg_ae_29.html:108:12429:12440 Mauch Chunk Plateau State 0.0115094773461777138 +41057 gsa_html_8035658736 gsa_html_8035658736:834:93043:93053 Washington Salem, Oregon -0.0376282120976162635 +41058 aapg_ah_638.html aapg_ah_638.html:11:1593:1603 Citronelle Alabama 0.421014025898195698 +41059 geology_html_1198148364 geology_html_1198148364:170:13805:13812 Wasatch Mojave Desert -0.476250785622233552 +41060 aapg_aa_959.html aapg_aa_959.html:250:21789:21799 Fort Union Fort Union Trading Post National Historic Site 0.91670672610898396 +41061 gsa_html_3407914201 gsa_html_3407914201:1017:103148:103158 Florissant Washington (state) -0.484920347334282464 +41062 gsa_html_7193789775 gsa_html_7193789775:276:27287:27304 Colorado Logan, Utah -0.499198739530653746 +41063 cspg_html_7804036692 cspg_html_7804036692:77:9461:9486 Beaverhill Swan Hill, Victoria -0.0959013200743605715 +41064 aapg_aa_844.html aapg_aa_844.html:415:42733:42740 Chemung Catskill Mountains -0.0313801301050329814 +41065 cspg_html_2283545366 cspg_html_2283545366:594:63522:63527 Price Charleston, South Carolina -0.480277073774662555 +41066 aapg_ai_411.html aapg_ai_411.html:89:8495:8503 Colorado Denver -0.0491537380497388335 +41067 aapg_ad_858.html aapg_ad_858.html:130:8600:8608 Nacatoch Lewisville, Texas -0.487560856421757394 +41068 aapg_ah_335.html aapg_ah_335.html:469:60986:60996 Pottsville Pottsville, Pennsylvania 0.0484618984488010621 +41069 geology_html_3911481921 geology_html_3911481921:120:15569:15596 Mackenzie Canada -0.0230090906667148494 +41070 aapg_ae_904.html aapg_ae_904.html:107:10894:10903 Newcastle Cheyenne, Wyoming -0.0214063649157180402 +41071 aapg_ac_714.html aapg_ac_714.html:177:20445:20460 Piper Big Horn Mountains 0.0197099287398633874 +41072 cspg_html_5541725202 cspg_html_5541725202:165:24431:24441 Cumberland Bridgetown, Nova Scotia -0.0169917673336638479 +41073 sedimentology_html_2487544504 sedimentology_html_2487544504:2848:72878:72896 Sisquoc California -0.0309000524599756105 +41074 jgeology_html_4115179562 jgeology_html_4115179562:158:10151:10173 Mount Rogers Virginia -0.49345891443649581 +41075 geology_html_3388019368 geology_html_3388019368:225:20438:20446 Iroquois Ontario, California -0.464405306663695727 +41076 aapg_ae_428.html aapg_ae_428.html:8:1144:1161 Fleming East Texas -0.00547565736357211348 +41077 aapg_ae_44.html aapg_ae_44.html:49:4328:4368 Palo Pinto Texas 0.00110484575783631554 +41078 aapg_ae_44.html aapg_ae_44.html:3:292:326 Palo Pinto Texas -0.00606979848079094129 +41079 aapg_ad_466.html aapg_ad_466.html:1573:166008:166015 Matawan East Asia -0.418529603382018334 +41080 gsa_html_3527124774 gsa_html_3527124774:14:740:754 Earp Arizona -0.072565244885876623 +41081 gsa_html_2768342942 gsa_html_2768342942:964:85477:85487 Keokuk Pangnirtung Airport -0.0468588775503323562 +41082 cspg_html_5484260516 cspg_html_5484260516:395:34390:34405 Banff Lacombe, Alberta -0.468317764612058318 +41083 geology_html_9176473534 geology_html_9176473534:332:24720:24725 Price Sellwood Bridge -0.472881299388360321 +41084 aapg_ac_364.html aapg_ac_364.html:25:3629:3647 Sundance Cheyenne, Wyoming -0.0673984739998807758 +41085 aapg_af_637.html aapg_af_637.html:88:9373:9377 Kent Ottawa, Kansas -0.027056608189623254 +41086 aapg_ae_3.html aapg_ae_3.html:289:41600:41618 Paradise Cochise County, Arizona -0.0313696934317686249 +41087 aapg_ad_675.html aapg_ad_675.html:399:39560:39572 Pierre Colorado 0.875467473982169397 +41088 cspg_html_8089302449 cspg_html_8089302449:685:111481:111504 Watt Mountain Lacombe, Alberta -0.419723157415338222 +41089 aapg_ah_763.html aapg_ah_763.html:95:10250:10266 Dog Creek Texas -0.010750205891597751 +41090 aapg_ad_146.html aapg_ad_146.html:16:1180:1190 Washington Cambridge 0.00986759511318437144 +41091 aapg_ai_107.html aapg_ai_107.html:417:39501:39520 Smackover Smith County, Kansas -0.0275956665484899596 +41092 sedimentology_html_1123580665 sedimentology_html_1123580665:308:27960:27968 Scotland England -0.455347020329573748 +41093 aapg_af_728.html aapg_af_728.html:166:20512:20540 Chainman Reno, Nevada -0.472943536588278923 +41094 aapg_ad_90.html aapg_ad_90.html:720:51550:51556 Denver Colorado -0.0564821715787200349 +41095 aapg_ae_856.html aapg_ae_856.html:93:10111:10121 Washington Trinidad and Tobago -0.459819284677136619 +41096 geology_html_4804337449 geology_html_4804337449:106:13138:13143 Swope Middle East -0.469028899015838996 +41097 aapg_ae_961.html aapg_ae_961.html:407:33944:33956 Souris River Missouri River 0.0240000074638330972 +41098 gsa_html_1549665076 gsa_html_1549665076:694:63018:63028 Washington Salem, Oregon -0.0342523093425481095 +41099 aapg_ad_2.html aapg_ad_2.html:1627:225449:225460 Black River Pennsylvania -0.000571531620668953421 +41100 cspg_html_3521815736 cspg_html_3521815736:284:39760:39786 Sulphur Mountain Western world -0.499460251131451871 +41101 aapg_ah_469.html aapg_ah_469.html:320:29791:29810 Cockfield Charlotte, North Carolina -0.407102986074704409 +41102 cspg_html_8694594891 cspg_html_8694594891:280:28558:28566 Billings Carlsbad, New Mexico -0.0452074024796540394 +41103 aapg_af_628.html aapg_af_628.html:198:19819:19826 Renault Illinois -0.039147732983155395 +41104 sedimentology_html_3424454943 sedimentology_html_3424454943:378:33526:33530 Hall London, Ontario -0.455188836413653375 +41105 aapg_ac_841.html aapg_ac_841.html:169:21546:21551 Colon Nicaragua -0.0236279718682710811 +41106 cspg_html_2695921112 cspg_html_2695921112:80:9057:9065 Bathurst New Brunswick, New Jersey -0.457650607934439568 +41107 aapg_ac_8.html aapg_ac_8.html:63:5806:5816 Deep Creek Powder Springs, Georgia -0.520287707072120686 +41108 aapg_ae_959.html aapg_ae_959.html:299:23336:23343 Rustler Lake Elsinore, California -0.0233880656689205678 +41109 aapg_ah_90.html aapg_ah_90.html:280:39333:39355 Burro Canyon Colorado 0.00461398797422866731 +41110 gsa_html_3225734041 gsa_html_3225734041:611:50266:50277 Wissahickon Wissahickon Formation -0.477121254719662491 +41111 aapg_ae_467.html aapg_ae_467.html:457:35189:35197 Michigan Michigan -0.485954043848796258 +41112 aapg_ae_419.html aapg_ae_419.html:117:14180:14196 Cupido Coahuila -0.465641239344597002 +41113 jgeology_html_7554381863 jgeology_html_7554381863:391:22113:22125 Medicine Hat Cheyenne, Wyoming -0.475473655949527896 +41114 aapg_af_0.html aapg_af_0.html:405:43970:43989 Palmarito London, Ontario -0.485336482309537631 +41115 aapg_ac_720.html aapg_ac_720.html:97:12665:12684 Navesink Navesink River -0.444844842741709823 +41116 aapg_aa_934.html aapg_aa_934.html:64:9271:9279 Wolfcamp Shawnee, Oklahoma -0.0244381167530825782 +41117 aapg_ad_653.html aapg_ad_653.html:334:41030:41035 Yukon Anchorage, Alaska -0.464533160716817162 +41118 gsa_html_7411853369 gsa_html_7411853369:671:65231:65255 Persimmon Fork Charleston, South Carolina 0.00299316941719320615 +41119 aapg_ah_297.html aapg_ah_297.html:364:43333:43339 Denver Colorado -0.465616092314337648 +41120 gsa_html_2859205978 gsa_html_2859205978:102:4759:4787 Green River Iran -0.426641763905032778 +41121 gsa_html_5756232019 gsa_html_5756232019:827:72705:72715 Las Cruces New Mexico -0.480853789677316845 +41122 aapg_ad_466.html aapg_ad_466.html:684:75967:75974 Wenonah Mount Laurel Township, New Jersey -0.465568086328610908 +41123 aapg_ae_962.html aapg_ae_962.html:61:6176:6182 Chinle Santa Rosa, California 0.00555904526868866451 +41124 cspg_html_1312400675 cspg_html_1312400675:136:15824:15878 Bearpaw Lethbridge -0.459996458565647859 +41125 aapg_af_167.html aapg_af_167.html:158:18863:18881 Niobrara Ellis County, Kansas -0.407291989948090571 +41126 aapg_aa_648.html aapg_aa_648.html:243:28054:28062 Virginia Norfolk, Virginia -0.0487929978444478704 +41127 aapg_af_579.html aapg_af_579.html:46:6416:6424 Colorado Logan, Utah -0.364285341730039292 +41128 gsa_html_2758185504 gsa_html_2758185504:9:340:360 Fort Union North Carolina -0.43485884955268328 +41129 cspg_html_5904948553 cspg_html_5904948553:591:56686:56702 Debolt Canada -0.428896893887351471 +41130 gsa_html_8837971374 gsa_html_8837971374:143:14743:14762 Bathurst Fredericton (electoral district) 0.00437077655696941486 +41131 aapg_ai_569.html aapg_ai_569.html:352:36896:36903 Garland Garland, Texas -0.472678482936493838 +41132 aapg_ah_532.html aapg_ah_532.html:140:10701:10716 Rockwood Ouray, Colorado -0.414042450061497314 +41133 aapg_ah_53.html aapg_ah_53.html:7:1241:1257 Clifty Norwood, Massachusetts -0.0674089599610137313 +41134 aapg_ae_461.html aapg_ae_461.html:72:10883:10902 Smackover Rodessa, Louisiana -0.000701820035486776629 +41135 aapg_ae_168.html aapg_ae_168.html:229:25597:25618 Antler Reno, Nevada -0.0147326815118864023 +41136 sedimentology_html_8026166811 sedimentology_html_8026166811:668:37188:37193 Inman Mexico -0.424433485516413689 +41137 geology_html_6086140621 geology_html_6086140621:11:590:614 Newcastle Newcastle upon Tyne -0.456654228435151244 +41138 aapg_ac_905.html aapg_ac_905.html:197:18955:18979 Athabasca Lacombe, Alberta -0.493772964396431202 +41139 aapg_ah_180.html aapg_ah_180.html:98:11287:11307 Mahantango Catskill Mountains -0.443848978138650319 +41140 cspg_html_5484260516 cspg_html_5484260516:68:8449:8457 Columbia Victoria, British Columbia -0.491131969162477144 +41141 cspg_html_9810030547 cspg_html_9810030547:518:64306:64318 Cooking Lake Canada -0.42107502020327392 +41142 cspg_html_9435196958 cspg_html_9435196958:955:40264:40282 Edmonton Lacombe, Alberta -0.438930071485580497 +41143 aapg_ac_437.html aapg_ac_437.html:42:4475:4483 La Habra California -0.501903390372201885 +41144 cspg_html_4626597050 cspg_html_4626597050:50:6469:6477 Dinwoody Logan, Utah 1.08929944773195864 +41145 aapg_ac_867.html aapg_ac_867.html:28:4595:4626 Phosphoria Cheyenne, Wyoming -0.00547218286972656846 +41146 jgeology_html_3899973304 jgeology_html_3899973304:821:53468:53476 Virginia Richmond, California -0.503865938507956024 +41147 aapg_ae_658.html aapg_ae_658.html:209:26141:26149 Colorado Logan, Utah -0.0818470605647486221 +41148 gsa_html_7102550258 gsa_html_7102550258:224:22868:22885 Wingate Chinle Formation -0.0148473685012762528 +41149 jgeology_html_4305195651 jgeology_html_4305195651:595:74671:74687 Catskill Ulster County, New York -0.467950951742638677 +41150 aapg_aa_712.html aapg_aa_712.html:162:21934:21942 Rockdale Iowa -0.47945452467748112 +41151 aapg_ah_644.html aapg_ah_644.html:313:37193:37201 Morrison Colorado -0.0380441859515352823 +41152 gsa_html_2584301292 gsa_html_2584301292:1153:92128:92156 Green River Iran 0.00917958991324812311 +41153 gsa_html_7464626519 gsa_html_7464626519:658:72023:72031 Colorado Gunnison County, Colorado -0.459022435464294998 +41154 gsa_html_9274002787 gsa_html_9274002787:57:3632:3660 Green River Colorado -0.436033210857306397 +41155 cspg_html_8438548095 cspg_html_8438548095:297:28535:28542 Bearpaw Drumheller -0.460941978835084587 +41156 aapg_ac_620.html aapg_ac_620.html:4:279:299 Phosphoria Cheyenne, Wyoming 0.00238862567180727833 +41157 aapg_aa_544.html aapg_aa_544.html:216:29657:29676 Frontier Aspen, Colorado -0.446110205830797302 +41158 aapg_af_142.html aapg_af_142.html:66:6209:6228 Smackover Mississippi River 1.03667444059711378 +41159 aapg_ah_774.html aapg_ah_774.html:75:10399:10407 Michigan Wisconsin -0.467950951742638677 +41160 gsa_html_6281658899 gsa_html_6281658899:64:9553:9574 Green River Wasatch Range -0.469230874046953295 +41161 aapg_ai_288.html aapg_ai_288.html:47:9037:9045 Vaqueros San Joaquin Hills (Laguna Niguel, California) 0.00534883845084102843 +41162 palaios_html_3243054568 palaios_html_3243054568:19:1069:1077 Colorado Colorado -0.0219487021071597919 +41163 gsa_html_3412344071 gsa_html_3412344071:91:9913:9918 Price Kenilworth, Illinois -0.454052985518192231 +41164 aapg_ad_659.html aapg_ad_659.html:266:36845:36853 Michigan Keweenaw Peninsula -0.0176782260000604811 +41165 gsa_html_5924250698 gsa_html_5924250698:151:13259:13265 Navajo Chuska Mountains -0.448327675040319895 +41166 aapg_ai_49.html aapg_ai_49.html:303:37818:37824 Navajo New Mexico -0.0511145820963543537 +41167 aapg_aa_721.html aapg_aa_721.html:772:77585:77593 Robinson Reno, Nevada -0.481815063993563775 +41168 aapg_ad_801.html aapg_ad_801.html:145:16150:16169 Tuscahoma Alabama -0.451767539383647998 +41169 aapg_aa_39.html aapg_aa_39.html:112:13345:13358 Hermosa Missouri River -0.0350022236580636789 +41170 aapg_af_18.html aapg_af_18.html:46:6139:6155 Dakota Nebraska -0.448529529594894116 +41171 aapg_ai_974.html aapg_ai_974.html:720:76754:76764 Washington Cascade Mountain (Alberta) -0.0100934580634963432 +41172 geology_html_4637719285 geology_html_4637719285:243:24345:24353 Scotland London, Ontario -0.48294529227432792 +41173 aapg_ad_668.html aapg_ad_668.html:167:20544:20566 Mount Simon Illinois -0.435714594595624227 +41174 palaios_html_6609177739 palaios_html_6609177739:46:7376:7386 Washington Washington (state) -0.00326243548975702329 +41175 gsa_html_4842463190 gsa_html_4842463190:13:622:628 Denver Colorado -0.486419849038802532 +41176 aapg_ad_2.html aapg_ad_2.html:462:68553:68561 Virginia South Mountains (Arizona) -0.444856013246054061 +41177 aapg_ae_223.html aapg_ae_223.html:393:46787:46809 Green River Wasatch Range 0.0112801303919345813 +41178 palaios_html_8582343224 palaios_html_8582343224:623:53095:53099 Hall London, Ontario -0.4506269691264706 +41179 aapg_ae_324.html aapg_ae_324.html:1071:107230:107238 Virginia Pennsylvania -0.0605656576216307002 +41180 cspg_html_8438548095 cspg_html_8438548095:331:32984:32992 Edmonton Edmonton, London -0.0404707637071786003 +41181 aapg_aa_113.html aapg_aa_113.html:460:47097:47118 San Luis Campeche, Campeche -0.467877607461444023 +41182 sedimentology_html_3200584564 sedimentology_html_3200584564:723:58115:58123 Kaskapau Antarctica -0.0379467177170490291 +41183 aapg_ad_628.html aapg_ad_628.html:282:35707:35713 Seward Anchorage, Alaska -0.439098796420780313 +41184 aapg_ai_816.html aapg_ai_816.html:397:65381:65390 Lecompton Iowa -0.000701820035486776629 +41185 aapg_ae_345.html aapg_ae_345.html:766:65043:65066 Tuscaloosa Tuscaloosa, Alabama -0.442328228694744141 +41186 palaios_html_3889678675 palaios_html_3889678675:47:6253:6280 Quinault Washington (state) -0.46105569042928074 +41187 aapg_ai_584.html aapg_ai_584.html:875:93069:93087 Fairbank Laramie, Wyoming -0.430176006996349836 +41188 AMJC_html_9861845551 AMJC_html_9861845551:12:647:655 Colorado Colorado -0.0724917735051158613 +41189 cspg_html_7305003762 cspg_html_7305003762:848:86074:86079 Price Raleigh, North Carolina -0.448282824521055501 +41190 sedimentology_html_8384737970 sedimentology_html_8384737970:286:24283:24300 Entrada Entrada Sandstone -0.0166302989496245716 +41191 aapg_ac_618.html aapg_ac_618.html:13:1635:1641 Tesnus Wichita, Kansas -0.434640063325911763 +41192 aapg_ae_794.html aapg_ae_794.html:708:81383:81389 Coffee Selma to Montgomery marches -0.0251613720923007447 +41193 sedimentology_html_6327914781 sedimentology_html_6327914781:88:6161:6165 Hall London, Ontario -0.037441986726546049 +41194 aapg_af_908.html aapg_af_908.html:19:2314:2330 Nowata Tulsa, Oklahoma -0.0193901260398797667 +41195 aapg_aa_95.html aapg_aa_95.html:118:10923:10932 Mesaverde Mancos, Colorado 0.0106841830799118756 +41196 aapg_aa_358.html aapg_aa_358.html:208:23786:23792 Denver Colorado -0.499331862498102852 +41197 aapg_ai_811.html aapg_ai_811.html:118:17623:17641 Traverse Michigan -0.441419648744354465 +41198 aapg_aa_830.html aapg_aa_830.html:164:17901:17907 Denver Colorado -0.477269506555081602 +41199 geology_html_3709964639 geology_html_3709964639:239:23350:23359 San Diego La Jolla -0.477130519718023338 +41200 cspg_html_4115129593 cspg_html_4115129593:43:6194:6213 Dezadeash Western world -0.461390086357821749 +41201 aapg_ae_848.html aapg_ae_848.html:202:18267:18275 Waterton Pincher Creek, Alberta -0.0532799592874959385 +41202 palaios_html_4248881045 palaios_html_4248881045:197:19283:19294 Kaiparowits Davis, California -0.456661018199272462 +41203 aapg_ah_646.html aapg_ah_646.html:211:25704:25720 Chinle Arizona -0.421454142706894297 +41204 cspg_html_5541937700 cspg_html_5541937700:866:106701:106722 Peace River Lacombe, Alberta -0.437151438175982732 +41205 aapg_ai_82.html aapg_ai_82.html:85:10955:10971 Pocono Pennsylvania -0.00761598320539543048 +41206 gsa_html_5827444677 gsa_html_5827444677:54:3360:3388 Green River Colorado -0.0206137481511775786 +41207 gsa_html_8491258533 gsa_html_8491258533:381:41457:41468 Spider Lake Long Mountain (Hampshire County, Massachusetts) -0.44948782523520614 +41208 aapg_ah_355.html aapg_ah_355.html:102:11482:11490 Michigan Shreveport, Louisiana 0.00369152532234343642 +41209 aapg_af_628.html aapg_af_628.html:230:22832:22840 Golconda Illinois -0.022943031704395548 +41210 cspg_html_7970836465 cspg_html_7970836465:55:6522:6543 Lawrence Logan, Utah -0.470924237538710877 +41211 gsa_html_7446479786 gsa_html_7446479786:525:54549:54555 Banner Earth -0.0134867960158028318 +41212 palaios_html_2399848899 palaios_html_2399848899:732:61630:61650 Tuscaloosa Central Alabama -0.434637853624058046 +41213 aapg_aa_260.html aapg_aa_260.html:318:30813:30841 Lisburne Northwest Arctic Borough, Alaska -0.0724287988596579169 +41214 sedimentology_html_9252655955 sedimentology_html_9252655955:1228:92532:92536 Hall London, Ontario -0.0652667315125914776 +41215 aapg_ad_466.html aapg_ad_466.html:860:92490:92498 Navesink Closter, New Jersey 0.825053903938731459 +41216 aapg_af_18.html aapg_af_18.html:309:34192:34212 Fall River Cheyenne, Wyoming -0.141489391814352383 +41217 gsa_html_6927123889 gsa_html_6927123889:797:70485:70493 Rockwell California -0.484191429205932 +41218 cspg_html_9142742810 cspg_html_9142742810:60:8373:8388 Elk Lacombe, Alberta -0.467980749597819323 +41219 aapg_ah_283.html aapg_ah_283.html:302:31204:31221 Cowlitz Salem, Oregon 0.00088769823007264 +41220 cspg_html_8964522233 cspg_html_8964522233:41:5064:5076 Nation River Anchorage, Alaska -0.473903010792736112 +41221 gsa_html_8311326637 gsa_html_8311326637:55:3529:3557 Green River Colorado 0.00956528832410787587 +41222 aapg_ad_466.html aapg_ad_466.html:141:14811:14822 Englishtown Navesink River 0.470852944814086016 +41223 aapg_af_896.html aapg_af_896.html:11:1052:1059 El Paso Texas -0.0306269732531419848 +41224 aapg_ad_865.html aapg_ad_865.html:163:16948:16963 Ouray Ouray, Colorado -0.405270652453486591 +41225 gsa_html_3046135825 gsa_html_3046135825:15:576:586 Santa Cruz California -0.52143226362200279 +41226 aapg_ah_412.html aapg_ah_412.html:277:23890:23896 Denver Colorado -0.473676885959420813 +41227 aapg_aa_863.html aapg_aa_863.html:452:39071:39078 Edwards Nelson, New Zealand -0.45417711448712661 +41228 aapg_ac_629.html aapg_ac_629.html:319:40777:40784 Bentley Montgomery (town), New York -0.0590401550116134086 +41229 aapg_ah_469.html aapg_ah_469.html:179:15463:15469 Sparta Carrizo Plain -0.467584291252108319 +41230 aapg_aa_548.html aapg_aa_548.html:69:7510:7531 Seminole Holdenville, Oklahoma -0.508804742928565479 +41231 aapg_ai_639.html aapg_ai_639.html:38:5350:5368 Norphlet Pine Hill, New Jersey -0.453008719186489883 +41232 aapg_ad_732.html aapg_ad_732.html:846:108380:108388 Frontier California -0.00234867028233571185 +41233 gsa_html_7808051457 gsa_html_7808051457:515:47247:47264 Manitou Glenwood, Utah -0.403689914658004967 +41234 aapg_ai_912.html aapg_ai_912.html:16:3530:3550 Smackover Chunchula, Alabama -0.453495743339231705 +41235 aapg_ai_157.html aapg_ai_157.html:134:17566:17572 Salina Michigan Basin -0.455252106655251121 +41236 gsa_html_9901339383 gsa_html_9901339383:453:41637:41647 Copenhagen Colorado -0.454610570976523354 +41237 palaios_html_3889678675 palaios_html_3889678675:1262:115699:115717 Quinault Monterey Bay -0.473746101631411953 +41238 palaios_html_5592317362 palaios_html_5592317362:77:10129:10146 Thaynes Boise, Idaho -0.25790572868291356 +41239 aapg_ad_798.html aapg_ad_798.html:195:19894:19899 Price Beaumont, Texas -0.0209214044574815329 +41240 aapg_ai_49.html aapg_ai_49.html:224:26556:26573 Thaynes Cheyenne, Wyoming -0.167855065359327066 +41241 aapg_ah_160.html aapg_ah_160.html:204:26722:26733 Wills Creek Pennsylvania -0.471819338906025898 +41242 gsa_html_4067767548 gsa_html_4067767548:354:32575:32594 Hillabee Greenstone Durham, North Carolina -0.453130450697368015 +41243 gsa_html_2994204451 gsa_html_2994204451:949:89576:89604 Green River Iran -0.0216149541452477292 +41244 aapg_ac_246.html aapg_ac_246.html:20:2834:2853 Newcastle Black Hills -0.744735466664026347 +41245 cspg_html_4666332434 cspg_html_4666332434:518:74715:74752 Basal Lacombe, Alberta -0.0474286098423364472 +41246 aapg_aa_306.html aapg_aa_306.html:139:13233:13243 Washington Seattle -0.451731523193220186 +41247 aapg_aa_643.html aapg_aa_643.html:231:25586:25601 Knoxville Great Valley, New York -0.0268166470016257402 +41248 aapg_ad_960.html aapg_ad_960.html:84:8581:8589 Vaqueros Indian Creek, Florida 0.339204961549052442 +41249 aapg_ac_577.html aapg_ac_577.html:23:4041:4049 Colorado Denver -0.491049570598957486 +41250 palaios_html_3406135825 palaios_html_3406135825:57:6315:6330 Elk Wisconsin -0.474842748246669499 +41251 gsa_html_6330913937 gsa_html_6330913937:766:68144:68154 San Felipe San Jacinto, California -0.0281312681566624895 +41252 aapg_ac_809.html aapg_ac_809.html:60:6581:6599 Kootenai Cut Bank, Montana -0.491897481315385909 +41253 aapg_ac_720.html aapg_ac_720.html:43:5970:5992 Hornerstown Navesink River -0.00910662035546105052 +41254 cspg_html_5295390542 cspg_html_5295390542:412:47067:47097 Doig Victoria, British Columbia -0.482092240402263728 +41255 aapg_ae_777.html aapg_ae_777.html:124:15181:15197 Sandia Sangre de Cristo Range -0.0131166903262873984 +41256 cspg_html_7106541506 cspg_html_7106541506:12:1106:1118 Bluesky Miami -0.496386707811001693 +41257 cspg_html_5381643866 cspg_html_5381643866:446:55650:55680 Kootenay Victoria, British Columbia -0.477158315306099867 +41258 palaios_html_5411840767 palaios_html_5411840767:122:13625:13632 Newport Salem, Oregon -0.486735992068403789 +41259 gsa_html_2729737430 gsa_html_2729737430:972:97395:97411 Colter Teton County, Idaho -0.0795936988758188524 +41260 aapg_aa_147.html aapg_aa_147.html:16:2622:2642 Interlake Red River of the North 0.75041197659314518 +41261 aapg_ac_673.html aapg_ac_673.html:72:8385:8391 Pawnee Kingman, Arizona -0.0391947322443328555 +41262 cspg_html_3953809708 cspg_html_3953809708:507:54262:54268 Antler Arctic Cordillera -0.0286199363218920082 +41263 palaios_html_2859810051 palaios_html_2859810051:30:2353:2361 Grinnell Logan, Utah -0.0288025393782587909 +41264 palaios_html_6914544471 palaios_html_6914544471:326:20877:20891 Beaufort South Africa -0.0132991361893864783 +41265 aapg_ah_370.html aapg_ah_370.html:313:23574:23586 Ferron Point Rockport, Massachusetts 0.0101177818467075957 +41266 aapg_ai_29.html aapg_ai_29.html:391:46007:46025 Reynosa Oakville, California -0.0699226679909632082 +41267 aapg_af_969.html aapg_af_969.html:12:499:516 Bedford Greece -0.0397187025652964501 +41268 aapg_ae_473.html aapg_ae_473.html:330:30096:30106 Tallahatta Mississippi River -0.022046046478918585 +41269 aapg_ad_764.html aapg_ad_764.html:21:2870:2885 Monterey Rancho Santa Margarita, California 0.0227379029303381268 +41270 cspg_html_1784868850 cspg_html_1784868850:6:430:438 Columbia Victoria, British Columbia -0.440254051746647612 +41271 cspg_html_7378664643 cspg_html_7378664643:481:79373:79389 Big Hill Big Hill, Indiana -0.0493785557228638358 +41272 cspg_html_5880669950 cspg_html_5880669950:358:39731:39741 Swan Hills Swan Hill, Victoria -0.425384893115628659 +41273 cspg_html_9633476801 cspg_html_9633476801:16:1426:1438 Saskatchewan Saskatchewan River -0.0504347649062896058 +41274 jgeology_html_9581048587 jgeology_html_9581048587:534:33328:33346 Uwharrie North Carolina -0.460269102262388319 +41275 sedimentology_html_5613495298 sedimentology_html_5613495298:971:48908:48925 Wingate Chinle Formation -0.472512577150688062 +41276 aapg_af_608.html aapg_af_608.html:145:15395:15404 Vicksburg Mississippi River -0.468015132988553406 +41277 aapg_af_808.html aapg_af_808.html:343:46170:46178 Scotland Barbados -0.477454856949792728 +41278 aapg_ad_337.html aapg_ad_337.html:144:16059:16076 Topanga Santa Monica Mountains -0.426107282258057218 +41279 aapg_aa_24.html aapg_aa_24.html:661:77880:77889 Porcupine Kenai, Alaska -0.0469494744747350756 +41280 cspg_html_2920938670 cspg_html_2920938670:342:37444:37450 Brazil Lacombe, Alberta 0.0164478291242488549 +41281 AMJC_html_9378277780 AMJC_html_9378277780:1325:109508:109514 Walker Salem, Oregon -0.495853839651622219 +41282 gsa_html_6608619586 gsa_html_6608619586:92:9968:9978 Washington Salem, Oregon -0.44830973456876172 +41283 gsa_html_5608167218 gsa_html_5608167218:418:36556:36565 Extension Tyrrhenian Sea -0.0366623139169080098 +41284 gsa_html_7840671974 gsa_html_7840671974:102:12594:12611 Ankareh Cheyenne, Wyoming -0.459996458565647859 +41285 aapg_ac_421.html aapg_ac_421.html:538:59268:59289 Bathurst Canadian Arctic Archipelago -0.516739860677001617 +41286 cspg_html_5141367518 cspg_html_5141367518:151:23138:23159 Belly River Morley, West Yorkshire 0.0134746328409381076 +41287 aapg_af_709.html aapg_af_709.html:282:32587:32599 Saskatchewan Victoria, British Columbia -0.48757492352044407 +41288 gsa_html_5293445820 gsa_html_5293445820:199:23753:23774 Wood River Newberry, South Carolina -0.0142044328576254025 +41289 AMJC_html_5421639085 AMJC_html_5421639085:758:72946:72954 Virginia Richardsville, Virginia -0.0437704671979758583 +41290 jgeology_html_4115179562 jgeology_html_4115179562:255:18665:18689 Unicoi Virginia -0.101810674112714106 +41291 aapg_ae_875.html aapg_ae_875.html:445:52652:52672 Cariblanco Puerto Rico -0.0180066911955107829 +41292 geology_html_3420787727 geology_html_3420787727:48:4782:4788 Oregon Owyhee County, Idaho -0.0699296618355630534 +41293 aapg_ad_283.html aapg_ad_283.html:418:46159:46179 San Andres Nashville Basin -0.0510291657486304576 +41294 aapg_ad_314.html aapg_ad_314.html:495:51104:51109 Eagle Gualala, California -0.0237792189309356042 +41295 cspg_html_5949578130 cspg_html_5949578130:947:103246:103263 Duperow Williston Basin -0.443755252554939694 +41296 aapg_aa_806.html aapg_aa_806.html:514:55984:55992 Columbia Victoria, British Columbia -0.442074271005849284 +41297 sedimentology_html_6812678908 sedimentology_html_6812678908:89:9376:9384 Colorado Reno, Nevada -0.0707532505478664642 +41298 cspg_html_4176605708 cspg_html_4176605708:359:34801:34824 Belle Fourche Lacombe, Alberta -0.463332970234029085 +41299 gsa_html_1826402027 gsa_html_1826402027:742:82217:82226 Flagstaff Payson, Arizona -0.053161387141425008 +41300 aapg_ae_843.html aapg_ae_843.html:162:16093:16104 Green River Powder River (Montana) -0.443344757382833909 +41301 gsa_html_4085762401 gsa_html_4085762401:217:19816:19822 Sierra Cambridge -0.0800597021726383307 +41302 cspg_html_8532932475 cspg_html_8532932475:500:48429:48450 Peace River Lacombe, Alberta -0.482597909534674852 +41303 aapg_ad_68.html aapg_ad_68.html:254:18094:18112 Golconda Illinois -0.490378908520278767 +41304 cspg_html_7833083677 cspg_html_7833083677:1507:129019:129024 Yukon Anchorage, Alaska -0.516006916046122477 +41305 aapg_ae_904.html aapg_ae_904.html:197:20705:20720 Englewood Black Hills -0.233898537804955481 +41306 aapg_af_514.html aapg_af_514.html:574:59224:59229 Piper Bridgetown, Nova Scotia -0.438450704245630596 +41307 aapg_ah_781.html aapg_ah_781.html:184:17497:17513 Warner Missouri River -0.494543235417533422 +41308 aapg_ae_370.html aapg_ae_370.html:622:61349:61365 Keasey Cowlitz River -0.0443852715677367574 +41309 cspg_html_2650524233 cspg_html_2650524233:100:14642:14660 Paskapoo Edmonton, London -0.477454856949792728 +41310 aapg_ad_440.html aapg_ad_440.html:183:16029:16035 Denmar Norfolk, Virginia -0.016748470666176702 +41311 aapg_af_471.html aapg_af_471.html:211:24793:24801 Parkwood Hartselle, Alabama -0.00525502734736806466 +41312 palaios_html_3022467877 palaios_html_3022467877:89:10002:10020 Navesink Navesink River -0.0157614078878749141 +41313 gsa_html_4067269733 gsa_html_4067269733:1121:106973:107001 Green River Colorado -0.0092977313772016467 +41314 cspg_html_5807593737 cspg_html_5807593737:5:213:236 Duperow Williston Basin -0.463526807661379381 +41315 cspg_html_5971009166 cspg_html_5971009166:364:47932:47953 Lake Valley New Mexico -0.0375812203233935049 +41316 geology_html_9343070577 geology_html_9343070577:275:19325:19333 Scotland London, Ontario -0.493383370963238699 +41317 aapg_ae_324.html aapg_ae_324.html:965:96835:96853 Moccasin Knoxville, Tennessee -0.460294098757325021 +41318 aapg_ae_388.html aapg_ae_388.html:1174:67518:67528 Cedar Keys Melbourne, Florida -0.430686375541692368 +41319 aapg_ah_276.html aapg_ah_276.html:303:28562:28580 Monterey Monterey, California -0.0674491563270436661 +41320 palaios_html_3028956190 palaios_html_3028956190:122:13524:13535 Collingwood Georgian Bay -0.450006666987963933 +41321 gsa_html_9052101586 gsa_html_9052101586:259:26771:26784 Lake Michigan Des Moines, Washington -0.464473797617463435 +41322 aapg_af_664.html aapg_af_664.html:623:68771:68784 Reno Hardeman County, Tennessee -0.0231533782740243055 +41323 aapg_ai_503.html aapg_ai_503.html:290:31874:31890 Cabot Head Niagara River 0.00106315342262959652 +41324 cspg_html_5541937700 cspg_html_5541937700:863:106525:106541 Viking Lacombe, Alberta -0.479672865371614687 +41325 aapg_af_880.html aapg_af_880.html:1334:140237:140254 Kaibab McKee, Kentucky -0.401618175922411225 +41326 aapg_ae_391.html aapg_ae_391.html:538:49738:49745 Rustler Salado, Texas 0.00163989791216455892 +41327 jgeology_html_6347034809 jgeology_html_6347034809:1173:57515:57537 Jackson Canada -0.498184372130755504 +41328 gsa_html_6330913937 gsa_html_6330913937:1172:106632:106660 Green River Iran -0.0206137481511775786 +41329 aapg_ai_828.html aapg_ai_828.html:716:65312:65324 Wilcox Texas -0.466842269540434285 +41330 aapg_ai_584.html aapg_ai_584.html:813:86210:86226 Casper Powder River Basin -0.0498979272948652103 +41331 aapg_ah_646.html aapg_ah_646.html:214:26082:26098 Chinle Logan, Utah -0.0924597744377525926 +41332 cspg_html_7576506617 cspg_html_7576506617:359:51621:51642 Ekwan River Moose River (Maine) -0.457555451333636842 +41333 gsa_html_4820565134 gsa_html_4820565134:113:11143:11159 Brazil Bloomington, Indiana -0.486548633935625752 +41334 cspg_html_1019614994 cspg_html_1019614994:252:40126:40141 Exshaw Lacombe, Alberta -0.470696581042233275 +41335 aapg_af_614.html aapg_af_614.html:80:6757:6776 Cotton Valley Lisbon -0.434558307819543299 +41336 aapg_af_790.html aapg_af_790.html:15:1341:1351 Stillwater Payne County, Oklahoma -0.00530888185460337992 +41337 aapg_ad_688.html aapg_ad_688.html:103:8685:8703 Frontier Cheyenne, Wyoming -0.451823817538329897 +42065 aapg_ad_92.html aapg_ad_92.html:47:4498:4504 Walker Texas -0.475258680049542748 +41338 gsa_html_7938666655 gsa_html_7938666655:851:75227:75235 Columbia Anchorage, Alaska -0.433376961451207021 +41339 cspg_html_9343899465 cspg_html_9343899465:222:27170:27185 Melville Island Banks Island -0.0363020833297297701 +41340 aapg_ai_46.html aapg_ai_46.html:170:13816:13826 Stillwater Herington, Kansas -0.469327287552563421 +41341 aapg_af_625.html aapg_af_625.html:450:45704:45713 Olentangy Genesee County, Michigan 0.0029462650648450499 +41342 aapg_ah_871.html aapg_ah_871.html:420:45955:45960 Chazy Logan, Utah -0.00149397449100649102 +41343 aapg_ad_366.html aapg_ad_366.html:53:4183:4191 Woodbend Calmar, Alberta -0.44056532751251043 +41344 aapg_af_2.html aapg_af_2.html:662:63513:63521 Colorado Colorado -0.509904404129938871 +41345 aapg_af_575.html aapg_af_575.html:798:111618:111624 Senora Des Moines, Washington -0.049514495194670459 +41346 aapg_ai_491.html aapg_ai_491.html:14:3531:3557 Paradox Hermosa, Chicago 0.764935361600147634 +41347 cspg_html_4132771434 cspg_html_4132771434:805:89178:89190 Granite Wash Lacombe, Alberta -0.46567095948211501 +41348 aapg_ae_428.html aapg_ae_428.html:646:54125:54130 Tampa Melbourne, Florida -0.451767539383647998 +41349 aapg_ad_652.html aapg_ad_652.html:386:47530:47539 San Diego Salem, Oregon -0.443755252554939694 +41350 aapg_ah_729.html aapg_ah_729.html:455:75503:75521 Peninsula Oman -0.471695028578207554 +41351 cspg_html_6675007047 cspg_html_6675007047:682:68085:68104 Athabasca Canada -0.447135398674851747 +41352 aapg_aa_302.html aapg_aa_302.html:5:1077:1093 Kaibab Wood River (Oregon) 0.0185836902013920245 +41353 sedimentology_html_3455721661 sedimentology_html_3455721661:623:46454:46471 Entrada Durango, Durango -0.447168994241326834 +41354 aapg_ad_401.html aapg_ad_401.html:108:7517:7525 Altamont Fort Union Trading Post National Historic Site -0.466810220907495799 +41355 aapg_af_663.html aapg_af_663.html:193:22403:22416 Labette Fort Scott National Historic Site -0.446750257452242616 +41356 aapg_ae_305.html aapg_ae_305.html:1145:101377:101398 Anita Colombia -0.0738126679907712968 +41357 cspg_html_8662646956 cspg_html_8662646956:66:12186:12196 Pine Point Ottawa, Kansas -0.479521879225688563 +41358 aapg_aa_415.html aapg_aa_415.html:102:15286:15299 Woodbine Texas -0.454414135268558672 +41359 aapg_ah_160.html aapg_ah_160.html:618:59564:59570 Luther Livonia, Michigan -0.470292003998596664 +41360 aapg_af_830.html aapg_af_830.html:799:96034:96054 Duck Creek Texas -0.46814580209221146 +41361 cspg_html_3926542795 cspg_html_3926542795:1147:121138:121146 Columbia Victoria, British Columbia -0.415704840112738672 +41362 aapg_ad_170.html aapg_ad_170.html:90:9448:9469 Bird Spring Logan, Utah -0.459919224612040101 +41363 cspg_html_4326384800 cspg_html_4326384800:1976:246639:246655 Ireton Lacombe, Alberta -0.00504308419121407819 +41364 aapg_ae_871.html aapg_ae_871.html:182:27919:27935 Seabee Colville, Washington -0.499369901521147685 +41365 cspg_html_5198658336 cspg_html_5198658336:423:48682:48700 Paskapoo Bow River -0.0854414074196487155 +41366 aapg_ad_641.html aapg_ad_641.html:162:19221:19241 San Andres New Mexico -0.0390781048690825028 +41367 aapg_ae_454.html aapg_ae_454.html:231:18522:18527 Weeks Cotton Valley, Louisiana -0.483341806462215584 +41368 aapg_ah_48.html aapg_ah_48.html:106:13645:13653 Colorado Yuma, Arizona -0.0292460145715184028 +41369 aapg_af_16.html aapg_af_16.html:185:20140:20148 Frontier Logan, Utah -0.210655187461394 +41370 aapg_ae_544.html aapg_ae_544.html:528:58318:58338 Milk River Canada 0.00296016264892234697 +41371 aapg_ae_216.html aapg_ae_216.html:16:1716:1729 Cook Mountain Cleveland -0.467497231753434772 +41372 aapg_ai_15.html aapg_ai_15.html:15:1584:1590 Midway Texas -0.00417620791845697229 +41373 gsa_html_7053510738 gsa_html_7053510738:19:940:946 Denver Colorado -0.0473815661889043852 +41374 cspg_html_1665574291 cspg_html_1665574291:95:16094:16110 Battle Lacombe, Alberta -0.0263297817646035749 +41375 aapg_ac_837.html aapg_ac_837.html:24:2922:2949 Phosphoria Little Cottonwood Creek -0.397978922204782037 +41376 gsa_html_6317284187 gsa_html_6317284187:590:57126:57134 Columbia Victoria, British Columbia -0.470181697121159758 +41377 cspg_html_6715452766 cspg_html_6715452766:457:54089:54108 Beaufort District Council of Franklin Harbour -0.0235062798697475116 +41378 aapg_ai_883.html aapg_ai_883.html:52:5569:5582 Cotton Valley Alabama -0.0245580774074933041 +41379 geology_html_5567115503 geology_html_5567115503:317:23054:23058 Bell London, Ontario -0.45417711448712661 +41380 aapg_ad_800.html aapg_ad_800.html:111:13473:13489 Tuscaloosa Austin, Chicago -0.212891991858726704 +41381 aapg_ad_228.html aapg_ad_228.html:309:18619:18625 Moscow Saudi Arabia -0.00149397449100649102 +41382 aapg_aa_844.html aapg_aa_844.html:291:30485:30488 Elk Gilmer County, Georgia -0.0370660655999496616 +41383 gsa_html_1908033285 gsa_html_1908033285:82:5411:5439 Green River Iran -0.0311226948006410493 +41384 aapg_ae_959.html aapg_ae_959.html:2260:160913:160931 Carlsbad Guadalupe Mountains National Park -0.0676291696793827474 +41385 aapg_ah_201.html aapg_ah_201.html:592:62079:62084 Swift Maryland -0.0170265242171895904 +41386 aapg_ae_983.html aapg_ae_983.html:181:14716:14739 Conococheague Pennsylvania -0.446750257452242616 +41387 geology_html_3987149868 geology_html_3987149868:41:3386:3425 Big Cottonwood Wasatch Range -0.470236848829719556 +41388 aapg_ac_807.html aapg_ac_807.html:1098:98766:98772 Jordan Delaware -0.480109712230180896 +41389 gsa_html_2023933346 gsa_html_2023933346:1025:96347:96356 San Diego California -0.0143781976835972679 +41390 cspg_html_4326384800 cspg_html_4326384800:1625:228735:228746 Trout River Canada -0.00219579757813341547 +41391 palaios_html_3751259297 palaios_html_3751259297:66:8501:8520 Bluefield Huntington, West Virginia -0.0294216697317379976 +41392 cspg_html_9689514766 cspg_html_9689514766:124:16591:16598 Norfolk Dover, Delaware -0.0371791885469511946 +41393 aapg_af_636.html aapg_af_636.html:616:72107:72122 Alto Illinois -0.484098022941034878 +41394 aapg_ah_160.html aapg_ah_160.html:91:13881:13890 Rochester Maryland -0.0581693509362974023 +41395 cspg_html_6964953392 cspg_html_6964953392:372:46583:46591 Columbia Victoria, British Columbia -0.432236767973233238 +41396 aapg_ac_246.html aapg_ac_246.html:275:27416:27426 Fall River Fall River, Nova Scotia 0.553375814281387601 +41397 cspg_html_1278535960 cspg_html_1278535960:295:38142:38164 Charlie Lake Western world -0.463362613223226583 +41398 aapg_ad_169.html aapg_ad_169.html:86:11589:11607 Greenbrier Greenbrier (Great Smoky Mountains) -0.46105569042928074 +41399 jgeology_html_9727318280 jgeology_html_9727318280:84:3353:3362 Extension Eastern Settlement -0.448578878596292641 +41400 aapg_af_773.html aapg_af_773.html:349:38264:38285 Green River Cheyenne, Wyoming 0.0315505970526295323 +41401 gsa_html_8035658736 gsa_html_8035658736:565:58934:58950 Hurwal Wallowa, Oregon -0.030833956297731533 +41402 jgeology_html_4305195651 jgeology_html_4305195651:582:72463:72481 Catskill Newport, Rhode Island -0.444835906435795903 +41403 aapg_af_590.html aapg_af_590.html:467:36179:36200 Green River Colorado -0.0350596438268750282 +41404 sedimentology_html_1316480537 sedimentology_html_1316480537:1441:86415:86419 Hall London, Ontario -0.47254944238616009 +41405 aapg_ac_586.html aapg_ac_586.html:11:1779:1799 Pottsville Pennsylvania 0.0537629869540990901 +41406 palaios_html_5582845937 palaios_html_5582845937:317:31929:31937 Virginia Hampton, New Hampshire -0.0207667065675008616 +41407 palaios_html_9379801166 palaios_html_9379801166:624:57297:57305 Fountain Melbourne, Florida -0.452172819913734925 +41408 aapg_ae_904.html aapg_ae_904.html:117:12107:12119 Dakota Cheyenne, Wyoming -0.228443188312270673 +41409 aapg_af_579.html aapg_af_579.html:23:3531:3547 Colorado New Mexico -0.495818327103384027 +41410 cspg_html_4287356899 cspg_html_4287356899:1586:222200:222220 Hart River Middle East -0.480644453081816247 +41411 gsa_html_1217771406 gsa_html_1217771406:483:43134:43148 Monterey Monterey, California 0.934603952527553683 +41412 aapg_ak_37.html aapg_ak_37.html:88:10268:10280 Medicine Hat Lacombe, Alberta -0.47944058990843208 +41413 aapg_ad_683.html aapg_ad_683.html:60:9397:9411 Rico Hermosa, Chicago -0.500480928372567968 +41414 geology_html_5414642896 geology_html_5414642896:14:988:998 Washington Ellensburg, Washington -0.448282824521055501 +41415 aapg_ai_52.html aapg_ai_52.html:84:12256:12264 Monterey Tulare, California 0.888297417043015125 +41416 geology_html_1056317078 geology_html_1056317078:232:23634:23642 Colorado Denver -0.515565525811440772 +41417 gsa_html_5625878232 gsa_html_5625878232:289:40657:40681 Northumberland Hornby Island -0.041236814250852856 +41418 aapg_ai_957.html aapg_ai_957.html:143:15113:15123 Rio Grande Uvalde, Texas -0.474863540124580097 +41419 aapg_aa_731.html aapg_aa_731.html:530:71581:71590 Pendleton San Marcos, California -0.451787799117909672 +41420 aapg_af_342.html aapg_af_342.html:379:36781:36794 Crystal River Melbourne, Florida -0.481882602967476315 +41421 gsa_html_3447557340 gsa_html_3447557340:673:60016:60028 Rhode Island Newport, Rhode Island 0.846557121439258653 +41422 cspg_html_4796942391 cspg_html_4796942391:61:8849:8867 Dunvegan Victoria, British Columbia -0.442542141875480355 +41423 aapg_af_308.html aapg_af_308.html:409:49313:49333 Greenbrier Greenbrier (Great Smoky Mountains) -0.456518443898076276 +41424 cspg_html_5450075884 cspg_html_5450075884:794:79023:79031 Columbia Lacombe, Alberta -0.0104235679161521783 +41425 aapg_aa_873.html aapg_aa_873.html:339:32601:32607 Brazil Atlantic Ocean 0.0077862400260468867 +41426 sedimentology_html_1735923023 sedimentology_html_1735923023:310:21263:21273 Washington Seattle -0.0152331376513424877 +41427 aapg_ad_466.html aapg_ad_466.html:1222:130865:130872 Raritan Maryland -0.0268166470016257402 +41428 aapg_ac_336.html aapg_ac_336.html:201:20201:20206 Levis Great Britain -0.43919205226689878 +41429 aapg_ac_624.html aapg_ac_624.html:15:1419:1428 New River Middle East -0.444838140504144441 +41430 aapg_aa_12.html aapg_aa_12.html:287:30166:30176 Kinderhook Meramec River 0.00204466219751255973 +41431 aapg_ac_833.html aapg_ac_833.html:17:2610:2625 Mesaverde Colorado -0.428798065147820595 +41432 aapg_aa_824.html aapg_aa_824.html:366:42305:42325 Nicola Ionia -0.477179162580930738 +41433 gsa_html_8244777175 gsa_html_8244777175:732:77082:77110 Green River Colorado -0.0479199713331230001 +41434 cspg_html_9354781888 cspg_html_9354781888:102:19122:19140 Amaranth Williston Basin -0.0306147978884375553 +41435 cspg_html_3233680622 cspg_html_3233680622:703:82338:82350 Devon Island Bath, Somerset -0.4391432028015122 +41436 aapg_af_892.html aapg_af_892.html:384:36344:36373 Palo Pinto Texas -0.0447893597917523589 +41437 aapg_ae_546.html aapg_ae_546.html:4:721:744 Cotton Valley Texas -0.0927865777279500981 +41438 geology_html_7333334845 geology_html_7333334845:190:18243:18262 Richmond Canada -0.469189557204259144 +41439 cspg_html_8260944839 cspg_html_8260944839:140:18132:18159 Twilight Gneiss Stony Creek Metropark -0.474805786132168894 +41440 gsa_html_5756232019 gsa_html_5756232019:902:78650:78656 Reston Virginia -0.41137942023043228 +41441 gsa_html_4837287019 gsa_html_4837287019:9:355:365 Washington Seattle -0.459022435464294998 +41442 aapg_ad_599.html aapg_ad_599.html:59:6560:6581 Potomac Chesapeake Bay -0.397468300914079753 +41443 aapg_ad_283.html aapg_ad_283.html:3:266:300 San Andres New Mexico 0.951095768923187368 +41444 gsa_html_4047856284 gsa_html_4047856284:16:560:568 Colorado Denver -0.461026124022890449 +41445 cspg_html_4287356899 cspg_html_4287356899:2755:304535:304543 Wolfcamp Texas -0.0220321401062539869 +41446 aapg_ac_190.html aapg_ac_190.html:133:23615:23633 Onondaga Cherry Valley, Illinois -0.0107727926714422488 +41447 aapg_ae_658.html aapg_ae_658.html:452:52521:52527 Borden Bloomington, Indiana -0.0442929610094760506 +41448 geology_html_4837910667 geology_html_4837910667:246:19566:19573 Jewett Silt San Francisco -0.011961226070766327 +41449 aapg_ae_3.html aapg_ae_3.html:132:18006:18011 Banff Canada -0.422420053583542066 +41450 aapg_ah_421.html aapg_ah_421.html:34:3189:3202 Bearpaw Edmonton, London -0.10603459047240292 +41451 sedimentology_html_6253258212 sedimentology_html_6253258212:222:20593:20597 Hall London, Ontario -0.482917309945881279 +41452 aapg_ak_117.html aapg_ak_117.html:622:58054:58069 Gower Iowa 0.390401251861921927 +41453 gsa_html_7199417381 gsa_html_7199417381:312:34923:34940 White River Platte River -0.443848978138650319 +41454 aapg_aa_627.html aapg_aa_627.html:324:30115:30120 Banao Trinidad and Tobago -0.50044998043931721 +41455 geology_html_6134040289 geology_html_6134040289:270:23743:23775 Monterey California -0.0373445243533506027 +41456 aapg_af_291.html aapg_af_291.html:160:19096:19111 Lisburne Anchorage, Alaska -0.0652282975338609045 +41457 aapg_ad_446.html aapg_ad_446.html:449:52590:52608 Bedford Chemung, New York -0.0240556397080989269 +41458 aapg_af_986.html aapg_af_986.html:273:39070:39079 Extension Burma 0.0041553613038186523 +41459 geology_html_5723931304 geology_html_5723931304:80:9116:9126 Rio Grande Colorado -0.474918987556243288 +41460 aapg_ai_105.html aapg_ai_105.html:420:52465:52470 Provo Uinta Mountains -0.0424382503363121347 +41461 aapg_ae_981.html aapg_ae_981.html:338:28574:28590 Beech River Missouri River -0.0322951140020652852 +41462 aapg_ah_327.html aapg_ah_327.html:188:14487:14495 Golconda Illinois -0.427562475278838394 +41463 palaios_html_3105248303 palaios_html_3105248303:79:8337:8346 Frankfort Cincinnati -0.0717623636279665356 +41464 aapg_aa_598.html aapg_aa_598.html:4:743:750 Thaynes Cheyenne, Wyoming -0.423085635093811196 +41465 aapg_aa_725.html aapg_aa_725.html:48:5173:5195 Nation River Anchorage, Alaska -0.029835599351404625 +41466 geology_html_3128115724 geology_html_3128115724:228:24107:24112 Weeks Boise, Idaho -0.497128548725757735 +41467 aapg_ae_878.html aapg_ae_878.html:381:38366:38390 Goddard Ardmore, Pennsylvania -0.498053805119432369 +41468 aapg_aa_962.html aapg_aa_962.html:511:54620:54627 Prairie White Sulphur Springs, West Virginia -0.46299328645358262 +41469 aapg_ae_921.html aapg_ae_921.html:316:25773:25786 Madison California -0.484413309843390927 +41470 geology_html_4330731509 geology_html_4330731509:156:18809:18817 Virginia Arizona -0.484098022941034878 +41471 sedimentology_html_7144686124 sedimentology_html_7144686124:319:31857:31863 Animas Columbus, Ohio -0.0211456318473247536 +41472 aapg_ah_645.html aapg_ah_645.html:27:4402:4408 Preuss Boise, Idaho -0.473663043482949409 +41473 cspg_html_7924356285 cspg_html_7924356285:367:35018:35026 Columbia Elk River, Minnesota -0.0289590583087490083 +41474 aapg_aa_696.html aapg_aa_696.html:630:71631:71641 Carbondale Colorado -0.0365561577052215814 +41475 aapg_aa_233.html aapg_aa_233.html:249:26204:26223 Kiamichi Del Rio, Tennessee -0.428798065147820595 +41476 aapg_ac_65.html aapg_ac_65.html:56:7507:7525 Minturn New Mexico 0.587484261630698557 +41477 aapg_ai_756.html aapg_ai_756.html:5:592:617 Smackover Arkansas -0.431097950577111366 +41478 aapg_ae_319.html aapg_ae_319.html:628:53322:53339 Entrada Metro Manila -0.420787509362551382 +41479 aapg_ac_91.html aapg_ac_91.html:134:13149:13159 Scott Peak Boise, Idaho -0.464432702411418319 +41480 cspg_html_9157093462 cspg_html_9157093462:418:48862:48879 Halfway Victoria, British Columbia -0.0553622738508934356 +41481 aapg_ac_983.html aapg_ac_983.html:326:52363:52369 Hertha Cherryvale, Kansas -0.0506509051785974038 +41482 cspg_html_5450075884 cspg_html_5450075884:15:2700:2711 Belly River Colorado -0.0488923304210317836 +41483 aapg_ah_532.html aapg_ah_532.html:20:2409:2424 Ouray Colorado 0.0133669020936891727 +41484 aapg_aa_124.html aapg_aa_124.html:537:55123:55137 Colorado Lacombe, Alberta -0.480807266046245518 +41485 aapg_af_468.html aapg_af_468.html:360:32572:32589 Wilcox Texas 0.00130635878656701733 +41486 aapg_ai_999.html aapg_ai_999.html:143:10144:10152 Colorado Logan, Utah -0.314124635599398905 +41487 aapg_ac_856.html aapg_ac_856.html:672:68536:68545 Sheffield Manchester, New Hampshire -0.0113965411474177668 +41488 palaios_html_1020763489 palaios_html_1020763489:358:44186:44204 Quinault Washington (state) -0.057382412068765952 +41489 aapg_ac_749.html aapg_ac_749.html:47:6088:6094 Guelph Niagara Peninsula 0.311128999248166727 +41490 cspg_html_8649903682 cspg_html_8649903682:10:605:643 Shaftesbury Canada -0.0345376534934891677 +41491 AMJC_html_4579422305 AMJC_html_4579422305:947:81558:81565 Norfolk Virginia -0.465641239344597002 +41492 aapg_ae_235.html aapg_ae_235.html:193:23430:23458 Black Mingo Charleston, South Carolina -0.470262127852539125 +41493 gsa_html_9866042258 gsa_html_9866042258:1955:151699:151708 San Diego Houghton, Michigan -0.448282824521055501 +41494 aapg_ah_647.html aapg_ah_647.html:373:40121:40139 Paradise Animas River -0.0443574041239273714 +41495 gsa_html_5952049575 gsa_html_5952049575:799:78900:78906 Oregon Manchester, New Hampshire -0.00415188686851174563 +41496 aapg_aa_684.html aapg_aa_684.html:95:10655:10659 Jelm John Crow Mountains -0.057502802354199925 +41497 aapg_af_479.html aapg_af_479.html:362:40745:40753 Carlsbad San Diego -0.454258371760158153 +41498 aapg_af_616.html aapg_af_616.html:152:11610:11620 San Andres San Angelo, Texas -0.445989406971527558 +41499 geology_html_9215517313 geology_html_9215517313:15:887:895 Colorado Denver -0.478284785297837578 +41500 cspg_html_4541662139 cspg_html_4541662139:29:3643:3655 Independence New Mexico -0.0178259478113005146 +41501 aapg_ae_185.html aapg_ae_185.html:3:285:294 Shongaloo Shreveport, Louisiana -0.0345376534934891677 +41502 aapg_ah_506.html aapg_ah_506.html:10:1366:1374 Traverse Alpena, Michigan -0.449451899065432481 +41503 aapg_af_139.html aapg_af_139.html:168:18356:18374 John Day Salem, Oregon 0.332976375502649691 +41504 aapg_ae_73.html aapg_ae_73.html:123:16308:16315 Tererro Sangre de Cristo Range -0.0327735084996737119 +41505 cspg_html_1770934036 cspg_html_1770934036:658:68071:68089 Dunvegan Lacombe, Alberta -0.464533160716817162 +41506 aapg_ac_366.html aapg_ac_366.html:181:21948:21954 Keefer Virginia -0.0231725008237077118 +41507 sedimentology_html_7103111053 sedimentology_html_7103111053:46:4317:4326 Peninsula Korea -0.0225014864703161413 +41508 geology_html_7187083904 geology_html_7187083904:11:551:561 Rancheria New Mexico -0.482213387515949554 +41509 geology_html_4520299428 geology_html_4520299428:345:25239:25244 Price Earth 0.00194564253308291118 +41510 aapg_ad_55.html aapg_ad_55.html:97:8089:8096 Decorah Missouri River -0.471503993354400852 +41511 aapg_ad_683.html aapg_ad_683.html:69:10683:10697 Rico Hermosa, Chicago -0.438007065376213589 +41512 sedimentology_html_6277855897 sedimentology_html_6277855897:1891:116026:116039 Saline Valley Death Valley -0.47032647773667996 +41513 aapg_ai_364.html aapg_ai_364.html:739:60493:60502 Allegheny Kansas City, Kansas -0.0108839893390520418 +41514 cspg_html_6032369756 cspg_html_6032369756:238:27871:27879 Edmonton Lacombe, Alberta -0.492423140812619287 +41515 aapg_ac_200.html aapg_ac_200.html:418:41834:41851 Wasatch Western world -0.0159490856269059456 +41516 aapg_ae_460.html aapg_ae_460.html:322:28953:28969 Mt Lytton Austin, Chicago -0.459996458565647859 +41517 aapg_ad_880.html aapg_ad_880.html:296:31183:31187 Wendover Cheyenne, Wyoming -0.00472517057507792094 +41518 aapg_aa_889.html aapg_aa_889.html:668:68118:68123 Weeks Karnes County, Texas -0.460173667521570073 +41519 gsa_html_2989317971 gsa_html_2989317971:722:75292:75314 Sucker Creek Snake River Plain (ecoregion) -0.491282661525563435 +41520 aapg_ad_2.html aapg_ad_2.html:248:37551:37563 Chambersburg Lancaster, California -0.0561681628028869243 +41521 aapg_ad_279.html aapg_ad_279.html:55:6625:6636 San Antonio Corpus Christi, Texas -0.472770666406185036 +41522 aapg_ae_29.html aapg_ae_29.html:72:9056:9066 Loyalhanna Pottsville, Pennsylvania -0.0596021394822493084 +41523 cspg_html_6140605204 cspg_html_6140605204:36:5850:5858 Kootenay Fernie, British Columbia -0.449451899065432481 +41524 aapg_ae_544.html aapg_ae_544.html:344:40590:40605 Telegraph Creek Niobrara, Nebraska -0.432382247831122113 +41525 gsa_html_3655236765 gsa_html_3655236765:724:75068:75077 Extension Death Valley -0.45295011354581094 +41526 aapg_ac_720.html aapg_ac_720.html:4:394:414 Vincentown Maryland -0.0433629440146906728 +41527 gsa_html_8671422836 gsa_html_8671422836:1224:115082:115097 Ross Antarctica -0.480644453081816247 +41528 aapg_ae_677.html aapg_ae_677.html:618:54859:54884 Alligator Back Grandfather Mountain -0.0100621846511943919 +41529 aapg_ad_721.html aapg_ad_721.html:195:17652:17662 San Andres Glorieta Pass 0.0254047831266601826 +41530 aapg_ad_205.html aapg_ad_205.html:32:4451:4470 Arkansas Novaculite Benton, Arkansas 0.00553124928900665478 +41531 AMJC_html_8831189197 AMJC_html_8831189197:873:75745:75766 Green River Cheyenne, Wyoming -0.00564243327627664357 +41532 palaios_html_3112927242 palaios_html_3112927242:940:72371:72392 Juniata Pennsylvania -0.0197377379215514133 +41533 aapg_ai_584.html aapg_ai_584.html:753:79057:79063 Casper Laramie, Wyoming -0.424322003042767071 +41534 gsa_html_5952049575 gsa_html_5952049575:1049:94919:94947 Green River Colorado 0.0156015354196895814 +41535 gsa_html_4543270561 gsa_html_4543270561:598:51480:51490 Point Loma California -0.0185419788860923702 +41536 gsa_html_3613642206 gsa_html_3613642206:816:73861:73871 Washington Seattle -0.0230751498951462693 +41537 aapg_ae_181.html aapg_ae_181.html:11:1794:1810 Ripley Alabama -0.0143781976835972679 +41538 aapg_ah_529.html aapg_ah_529.html:4:514:531 El Paso New Mexico -0.453581450592672242 +41539 aapg_af_357.html aapg_af_357.html:575:54079:54093 Stony Mountain Nassau, Bahamas -0.461128473443845555 +41540 aapg_aa_124.html aapg_aa_124.html:748:78492:78506 Colorado Lacombe, Alberta -0.485369220602805185 +41541 cspg_html_7779401416 cspg_html_7779401416:245:30004:30025 Fossil Hill Michigan Basin -0.00780013856825604972 +41542 gsa_html_7635660482 gsa_html_7635660482:481:40713:40731 Morrison Logan, Utah 0.000564582905986352451 +41543 gsa_html_4312040636 gsa_html_4312040636:555:52611:52620 Eel River Van Duzen River -0.453044786078658057 +41544 aapg_ai_584.html aapg_ai_584.html:47:5101:5110 Ingleside Colorado -0.0366936389096963397 +41545 aapg_ad_918.html aapg_ad_918.html:423:51099:51107 Colorado Colorado -0.475325709854034217 +41546 cspg_html_9119878068 cspg_html_9119878068:11:1448:1468 Swan Hills Swan Hill, Victoria -0.0275956665484899596 +41547 aapg_ai_49.html aapg_ai_49.html:233:27800:27807 Ankareh Boise, Idaho -0.0250466225487357037 +41548 gsa_html_9457387752 gsa_html_9457387752:592:52705:52724 Mineral Bluff North Carolina -0.496938878513721649 +41549 aapg_af_666.html aapg_af_666.html:520:44576:44581 Uinta Bridger, Montana -0.485252303872338198 +41550 cspg_html_6108854431 cspg_html_6108854431:19:2503:2515 Hillsborough New Brunswick, New Jersey -0.480728181628129914 +41551 aapg_aa_62.html aapg_aa_62.html:949:76055:76065 Fort Worth Texas -0.0161923738037419891 +41552 aapg_ad_280.html aapg_ad_280.html:17:2394:2411 Bossier Haynesville, Louisiana -0.453085363047098455 +41553 aapg_aa_702.html aapg_aa_702.html:1042:123075:123083 Colorado Denver -0.501517155815179638 +41554 aapg_ac_807.html aapg_ac_807.html:384:39435:39447 Mount Laurel Delaware -0.247748927162158628 +41555 sedimentology_html_1218754318 sedimentology_html_1218754318:385:39151:39157 Walker Ferris, Texas -0.0455627552096040736 +41556 geology_html_9316941915 geology_html_9316941915:273:23679:23685 Reston Virginia -0.00518380048043042517 +41557 palaios_html_5078880508 palaios_html_5078880508:687:52591:52622 Kope Kentucky -0.467870731747513147 +41558 aapg_aa_415.html aapg_aa_415.html:355:52252:52272 Escondido Texas 0.0367597697633933601 +41559 cspg_html_3550853247 cspg_html_3550853247:190:21488:21500 Medicine Hat Milk River, Alberta -0.485252303872338198 +41560 aapg_ae_305.html aapg_ae_305.html:912:74481:74499 Sabaneta Yellowstone Caldera -0.496043265221558505 +41561 gsa_html_8863489299 gsa_html_8863489299:1128:107892:107920 Green River Colorado -0.0274774196841049353 +41562 jgeology_html_1095412310 jgeology_html_1095412310:140:7905:7922 Manlius Syracuse, New York -0.050246518785567143 +41563 aapg_aa_147.html aapg_aa_147.html:142:17570:17585 Interlake Red River of the North -0.424026964935134976 +41564 aapg_ai_504.html aapg_ai_504.html:140:14245:14250 Otter Chester, Pennsylvania -0.471639785200352879 +41565 cspg_html_1822367166 cspg_html_1822367166:312:35513:35520 Windsor Ontario, California -0.475797375672673772 +41566 gsa_html_3010975239 gsa_html_3010975239:673:72812:72840 Green River Colorado 0.00442984212241086077 +41567 geology_html_9449848150 geology_html_9449848150:136:14089:14116 North Horn Logan, Utah -0.00840994113992231743 +41568 geology_html_7441090490 geology_html_7441090490:37:3757:3778 Kaiparowits Logan, Utah -0.0435562539048757053 +41569 geology_html_7376742736 geology_html_7376742736:19:1558:1579 Mabou Cumberland, Maryland -0.0343184250102417446 +41570 cspg_html_4727171280 cspg_html_4727171280:18:1374:1392 Edmonton Drumheller -0.0718148357754403444 +41571 palaios_html_1574666570 palaios_html_1574666570:19:965:978 Hungry Hollow Ontario, California -0.470200080639580853 +41572 aapg_af_502.html aapg_af_502.html:438:45248:45257 Smackover Shreveport, Louisiana -0.439223139625051329 +41573 aapg_ac_730.html aapg_ac_730.html:333:47266:47286 Yale Point Mesa, Arizona -0.273250347215411193 +41574 cspg_html_9435196958 cspg_html_9435196958:1389:58354:58372 Edmonton Lacombe, Alberta -0.481777803377517411 +41575 aapg_ad_724.html aapg_ad_724.html:147:18217:18227 San Andres New Mexico -0.0178850368240152588 +41576 aapg_ae_220.html aapg_ae_220.html:359:40490:40513 Nacatoch Arkadelphia, Arkansas 0.0149273021634023628 +41577 aapg_ah_158.html aapg_ah_158.html:116:22320:22325 Hueco Sacramento, California -0.002921944296335324 +41578 geology_html_4921848404 geology_html_4921848404:100:12114:12130 Colorado North Atlantic Current -0.0668112913771392175 +41579 aapg_ae_365.html aapg_ae_365.html:38:5416:5425 Sheffield Chattanooga, Tennessee -0.42652126035610638 +41580 aapg_ac_569.html aapg_ac_569.html:336:46928:46949 Green River Colorado 0.395309510041783219 +41581 aapg_ah_647.html aapg_ah_647.html:605:67755:67759 Earp Colina, Chile -0.0307539456314618806 +41582 jgeology_html_4305195651 jgeology_html_4305195651:2144:154964:154970 Oswayo Pocono Raceway -0.479459169650376604 +41583 aapg_ak_98.html aapg_ak_98.html:439:53753:53761 Caballos Gulf of California -0.47944058990843208 +41584 aapg_ac_380.html aapg_ac_380.html:621:67958:67985 Salina Pennsylvania -0.0209266190161632587 +41585 sedimentology_html_9032102238 sedimentology_html_9032102238:39:3745:3759 Northumberland England -0.469327287552563421 +41586 cspg_html_7688587411 cspg_html_7688587411:249:26366:26384 Kaskapau Lacombe, Alberta -0.0212221131504006823 +41587 aapg_ah_756.html aapg_ah_756.html:6:969:989 Dewey Lake Paluxy, Texas -0.428844183946785584 +41588 gsa_html_3426019854 gsa_html_3426019854:60:3943:3971 Green River New Mexico 0.00607327300641191583 +41589 palaios_html_3706035501 palaios_html_3706035501:650:77516:77534 Bridger Cheyenne, Wyoming -0.0341270386384278437 +41590 aapg_ak_105.html aapg_ak_105.html:97:12851:12871 Flagstaff Logan, Utah -0.0342192516575154232 +41591 cspg_html_3404912985 cspg_html_3404912985:841:108127:108148 Belly River Judith River Formation -0.463579265049131273 +41592 aapg_aa_233.html aapg_aa_233.html:15:1905:1911 Cupido Matamoros, Tamaulipas -0.494552690963700137 +41593 sedimentology_html_2865738906 sedimentology_html_2865738906:450:28229:28235 Banner Hanson, Massachusetts -0.467130759519596039 +41594 aapg_ac_364.html aapg_ac_364.html:3:216:240 Sundance Black Hills -0.0304565192398841625 +41595 aapg_ad_954.html aapg_ad_954.html:292:30388:30406 Eminence Fort Sill -0.476672020857479173 +41596 aapg_ad_2.html aapg_ad_2.html:1416:193401:193418 Martinsburg Chambersburg, Pennsylvania 1.01520921683706944 +41597 AMJC_html_3664856625 AMJC_html_3664856625:598:61781:61801 Hell Creek Williston Basin 0.00337361649967377053 +41598 aapg_ae_958.html aapg_ae_958.html:3046:263037:263055 Carlsbad Carlsbad, New Mexico -0.0543262705664660159 +41599 aapg_aa_648.html aapg_aa_648.html:322:34082:34090 Virginia Newport, Rhode Island -0.00090507002785063359 +41600 cspg_html_7777724998 cspg_html_7777724998:81:11397:11405 Bellevue Gladstone, Oregon -0.526137326917986758 +41601 aapg_ae_731.html aapg_ae_731.html:427:38767:38772 Price Regina, Saskatchewan -0.447153316157111791 +41602 geology_html_2442755584 geology_html_2442755584:24:1567:1578 San Joaquin Middle Fork Salmon River -0.0489498393385901787 +41603 geology_html_4355936380 geology_html_4355936380:123:11264:11283 Alburnett Moberly, Missouri -0.449451899065432481 +41604 geology_html_3303545591 geology_html_3303545591:237:20106:20117 Black River Canada -0.452896019392303839 +41605 aapg_ac_691.html aapg_ac_691.html:81:6359:6370 San Joaquin Sacramento, California 0.00845684936576822886 +41606 gsa_html_1040524378 gsa_html_1040524378:315:35761:35768 Challis Western world -0.428967178358428958 +41607 aapg_ae_380.html aapg_ae_380.html:187:14820:14824 Frio Texas -0.447276508327869859 +41608 cspg_html_8316122266 cspg_html_8316122266:269:26911:26932 Shaftesbury Lacombe, Alberta -0.484833872729878101 +41609 sedimentology_html_1123580665 sedimentology_html_1123580665:274:23063:23071 Scotland England -0.0657366949279556412 +41610 aapg_ac_882.html aapg_ac_882.html:395:37889:37910 Fairview Bellevue, Nebraska -0.442421809625085982 +41611 aapg_ai_962.html aapg_ai_962.html:364:27812:27829 San Andres New Mexico -0.49240427742779258 +41612 aapg_ae_124.html aapg_ae_124.html:172:12206:12219 Venango Morgantown, Kentucky -0.0779315236272346834 +41613 aapg_ae_854.html aapg_ae_854.html:247:27309:27332 Turner Valley Elkton, Kentucky -0.137505784327007219 +41614 sedimentology_html_2089385908 sedimentology_html_2089385908:611:57179:57200 Forest Fort Collins, Colorado -0.0259316078616598014 +41615 aapg_ai_80.html aapg_ai_80.html:273:27950:27955 Chazy Arkansas 0.00312693377810401713 +41616 palaios_html_7533095486 palaios_html_7533095486:528:44770:44801 Kope Ohio -0.465561228542891226 +41617 aapg_ac_742.html aapg_ac_742.html:105:12653:12677 Gypsum Spring Black Hills 0.778904131607232597 +41618 aapg_aa_98.html aapg_aa_98.html:189:16212:16229 Charles Regina, Saskatchewan -0.436092963472802964 +41619 aapg_ae_705.html aapg_ae_705.html:597:60081:60089 Vaqueros Santa Ynez Valley -0.0126805624942423392 +41620 aapg_ae_345.html aapg_ae_345.html:632:52612:52617 Eutaw Cotton Valley, Louisiana -0.470457490274840129 +41621 cspg_html_7330983978 cspg_html_7330983978:505:42228:42245 Romaine Anticosti Island -0.0514492842552477722 +41622 cspg_html_8042616083 cspg_html_8042616083:278:28606:28612 Snyder East Lansing, Michigan -0.0421143691729161454 +41623 aapg_ah_797.html aapg_ah_797.html:98:8876:8884 Virginia Ohio -0.453085363047098455 +41624 gsa_html_2717448156 gsa_html_2717448156:1185:115368:115388 Kinnikinic Quartzite Boise, Idaho 0.348444098160072047 +41625 cspg_html_9941518291 cspg_html_9941518291:634:86774:86810 Barlow Inlet Canadian Arctic Archipelago -0.0408468169477428783 +41626 cspg_html_9735723617 cspg_html_9735723617:923:101990:102010 Weatherall Melville Island (Canada) -0.00603852775893074737 +41627 jgeology_html_3756303604 jgeology_html_3756303604:588:41301:41314 Cid North Carolina -0.0875344775607108661 +41628 aapg_ae_998.html aapg_ae_998.html:108:13505:13513 Evanston Absaroka 0.00570844885597124405 +41629 aapg_ad_758.html aapg_ad_758.html:464:57605:57616 Monongahela Pennsylvania -0.00138974352800571069 +41630 aapg_ai_720.html aapg_ai_720.html:253:28426:28433 Raritan Closter, New Jersey -0.456479975332736432 +41631 AMJC_html_3101604482 AMJC_html_3101604482:1003:93047:93056 New River Virginia -0.435694684676078359 +41632 aapg_ad_721.html aapg_ad_721.html:549:50906:50910 Yeso Glorieta Pass -0.0184133695346841396 +41633 gsa_html_2832151886 gsa_html_2832151886:516:45543:45566 Belle Fourche Lacombe, Alberta -0.492519822258861151 +41634 aapg_ae_200.html aapg_ae_200.html:8:1043:1056 Woodbine Buda, Texas -0.456717601557364239 +41635 gsa_html_3198528745 gsa_html_3198528745:581:65089:65097 Columbia Colorado -0.0323768745751979448 +41636 aapg_ai_720.html aapg_ai_720.html:201:22075:22082 Magothy Raritan River -0.468317764612058318 +41637 aapg_ac_212.html aapg_ac_212.html:41:5896:5904 Washakie Big Horn Mountains -0.501903390372201885 +41638 aapg_ah_753.html aapg_ah_753.html:360:57119:57126 Moncton Dover, Delaware -0.392992203411086871 +41639 sedimentology_html_9688946517 sedimentology_html_9688946517:1159:77447:77453 Oxford Pergamon Museum -0.440354093294291316 +41640 aapg_aa_648.html aapg_aa_648.html:243:28045:28052 Norfolk Virginia 0.0308930949523812878 +41641 cspg_html_9152086986 cspg_html_9152086986:22:3097:3105 Columbia Victoria, British Columbia -0.442595627901035182 +41642 aapg_ah_749.html aapg_ah_749.html:56:6695:6702 Norfolk Virginia -0.455482628602140449 +41643 sedimentology_html_3707795029 sedimentology_html_3707795029:1254:79475:79482 Goddard Barbados -0.451787799117909672 +41644 aapg_ad_302.html aapg_ad_302.html:258:25060:25083 Cherry Canyon Texas 1.06709832689664408 +41645 aapg_ae_424.html aapg_ae_424.html:21:2581:2603 Laramie Denver -0.0103905567969635754 +41646 aapg_af_461.html aapg_af_461.html:146:13201:13240 Prairie Wisconsin -0.621321802515652499 +41647 cspg_html_3521815736 cspg_html_3521815736:57:9615:9623 Grayling Middle East -0.0180692565756011246 +41648 cspg_html_4450068317 cspg_html_4450068317:520:63574:63591 White River Chadron, Nebraska -0.463362613223226583 +41649 aapg_ah_649.html aapg_ah_649.html:548:60968:60976 Santiago Chile -0.443933785681361437 +41650 gsa_html_9310053579 gsa_html_9310053579:827:69575:69584 Wenatchee Washington (state) -0.490873029192211763 +41651 gsa_html_4543270561 gsa_html_4543270561:1108:95545:95558 Santa Barbara California -0.0269348882327513015 +41652 gsa_html_9378676329 gsa_html_9378676329:847:75760:75785 Rockslide Kyrgyzstan -0.0432323316549263759 +41653 aapg_ai_73.html aapg_ai_73.html:184:26809:26826 Entrada Colorado Plateau -0.456778715576978744 +41654 cspg_html_3762708087 cspg_html_3762708087:169:22097:22103 Viking Suffield, Connecticut -0.115570692419873028 +41655 cspg_html_8990290265 cspg_html_8990290265:144:22001:22023 Cooking Lake Lacombe, Alberta -0.473746101631411953 +41656 cspg_html_6255491344 cspg_html_6255491344:153:22155:22171 Fernie Highwood, Illinois -0.470843746174451128 +41657 cspg_html_8694594891 cspg_html_8694594891:382:41253:41271 Billings Ontario, California -0.490143713980378037 +41658 aapg_ac_844.html aapg_ac_844.html:395:49936:49946 Whitehorse Fort Yukon, Alaska -0.448578878596292641 +41659 cspg_html_4617311907 cspg_html_4617311907:438:60577:60590 Windsor Bridgetown, Nova Scotia -0.429947310326277143 +41660 aapg_ai_584.html aapg_ai_584.html:487:48477:48488 Broom Creek Wheatland, California -0.014941203695627946 +41661 aapg_ah_335.html aapg_ah_335.html:236:29490:29499 Cranberry Cheyenne, Wyoming -0.0894881044177332219 +41662 cspg_html_4603985064 cspg_html_4603985064:134:17664:17670 Denver Calgary -0.0267888256800368485 +41663 cspg_html_4326384800 cspg_html_4326384800:162:23000:23019 Hay River Lacombe, Alberta -0.477454856949792728 +41664 palaios_html_1307998760 palaios_html_1307998760:300:26399:26413 Byng Victoria, British Columbia -0.0658153170866257325 +41665 aapg_ae_658.html aapg_ae_658.html:565:58368:58374 Denver Colorado -0.0735187178499877164 +41666 gsa_html_4755273876 gsa_html_4755273876:1113:103327:103336 Extension Tyrrhenian Sea -0.489899180704299886 +41667 aapg_ad_652.html aapg_ad_652.html:375:45845:45851 Oregon Salem, Oregon -0.0555785636474421807 +41668 cspg_html_1201397701 cspg_html_1201397701:14:1324:1342 Blakeley Washington (state) -0.0444288146314834667 +41669 aapg_ac_904.html aapg_ac_904.html:402:34964:34969 Eagle Anchorage, Alaska -0.477575355931223244 +41670 aapg_ae_535.html aapg_ae_535.html:36:4722:4729 Tugidak Kodiak Island -0.465561228542891226 +41671 aapg_ae_474.html aapg_ae_474.html:20:2697:2708 Paint Creek Bethel, Alaska -0.464450966712688929 +41672 cspg_html_9435196958 cspg_html_9435196958:649:27938:27959 Belly River Lacombe, Alberta -0.0155129109205666468 +41673 aapg_ae_16.html aapg_ae_16.html:298:35162:35183 Nikanassin Lacombe, Alberta -0.505545660728458635 +41674 aapg_ai_153.html aapg_ai_153.html:408:62766:62788 Cooper Illinois -0.462717531176716879 +41675 cspg_html_7595517955 cspg_html_7595517955:92:10377:10402 Kennedy Channel Ellesmere Island 1.02084218490314838 +41676 aapg_ac_333.html aapg_ac_333.html:425:54762:54767 Supai Supai, Arizona -0.42435479065966919 +41677 aapg_ac_628.html aapg_ac_628.html:528:91197:91207 Fort Union Wasatch Range 0.0116536887508022161 +41678 cspg_html_5438428738 cspg_html_5438428738:290:38414:38433 Athabasca Wollaston (Quincy, Massachusetts) -0.49337628910884479 +41679 gsa_html_2147749463 gsa_html_2147749463:328:27135:27144 Fullerton California -0.0471916520382753418 +41680 aapg_ah_340.html aapg_ah_340.html:26:3603:3612 Red River Denison, Texas -0.0136501305925687388 +41681 aapg_ae_370.html aapg_ae_370.html:351:32499:32515 Keasey Cowlitz River -0.0254291244488671214 +41682 gsa_html_1347484649 gsa_html_1347484649:47:3569:3590 Green River South Pass City, Wyoming -0.0139559511282587399 +41683 cspg_html_9157093462 cspg_html_9157093462:466:51532:51562 Doig Lacombe, Alberta -0.477790905452477432 +41684 sedimentology_html_9251287102 sedimentology_html_9251287102:142:11511:11521 Washington Wa (Japan) -0.471340610693628537 +41685 gsa_html_9891566604 gsa_html_9891566604:154:17114:17133 Prospect Green Mountain -0.481230723565142238 +41686 sedimentology_html_6284954963 sedimentology_html_6284954963:1407:91293:91297 Hall London, Ontario -0.496043265221558505 +41687 aapg_ac_6.html aapg_ac_6.html:458:30206:30223 Black River Ontario, California -0.450595494357366455 +41688 gsa_html_5737673651 gsa_html_5737673651:555:45839:45870 Chinle Arizona 0.0154659921989573207 +41689 gsa_html_8774590177 gsa_html_8774590177:11:515:525 Washington Washington (state) -0.0113965411474177668 +41690 aapg_ai_704.html aapg_ai_704.html:225:24584:24607 Seco Sergipe -0.474918987556243288 +41691 gsa_html_2675218998 gsa_html_2675218998:260:26904:26923 Colorado Mesa, Arizona -0.483015252079283031 +41692 jgeology_html_9215313444 jgeology_html_9215313444:281:19213:19220 Spokane Washington (state) -0.487692158362934725 +41693 aapg_ah_329.html aapg_ah_329.html:282:27729:27736 Sisquoc Monterey, California 0.692234049322472678 +41694 gsa_html_2173189484 gsa_html_2173189484:64:5330:5358 Green River Colorado -0.0409860998014640113 +41695 aapg_af_915.html aapg_af_915.html:76:8499:8517 Kootenai Colorado -0.410536443540969742 +41696 aapg_ak_87.html aapg_ak_87.html:375:49220:49239 Horquilla Earp, California -0.532411080615004306 +41697 cspg_html_5697056884 cspg_html_5697056884:515:53116:53144 Deadwood Canada -0.41400352166597143 +41698 aapg_ak_98.html aapg_ak_98.html:455:55686:55704 Caballos Norton, Massachusetts -0.490251895380975244 +41699 gsa_html_4029815788 gsa_html_4029815788:60:4031:4059 Green River Colorado 0.0303138962556724068 +41700 gsa_html_4067767548 gsa_html_4067767548:668:60568:60572 Ashe North Carolina -0.478326534516524793 +41701 aapg_aa_38.html aapg_aa_38.html:296:30949:30967 Grayburg Guadalupe Mountains National Park -0.0238644046922454368 +41702 cspg_html_6021605367 cspg_html_6021605367:50:5777:5792 Banff Lacombe, Alberta -0.402735827369643196 +41703 sedimentology_html_1338997515 sedimentology_html_1338997515:147:13351:13368 Beeman Sacramento Mountains (California) -0.523194973657894136 +41704 geology_html_5825799037 geology_html_5825799037:194:18624:18633 Extension Sevier orogeny -0.485729424463417547 +41705 sedimentology_html_8108450281 sedimentology_html_8108450281:406:39502:39508 Madrid Spain -0.0481796037635088825 +41706 cspg_html_3404912985 cspg_html_3404912985:81:14198:14219 Belly River Lacombe, Alberta -0.0543471983881304715 +41707 gsa_html_2541258832 gsa_html_2541258832:725:51052:51062 San Felipe California -0.471754879498828661 +41708 cspg_html_3023030263 cspg_html_3023030263:511:56975:56989 Colorado Lacombe, Alberta -0.461854353575764598 +41709 aapg_ah_160.html aapg_ah_160.html:5:752:760 Virginia Maryland -0.466727815469158758 +41710 aapg_af_773.html aapg_af_773.html:344:37755:37776 Green River Cheyenne, Wyoming 0.0117544633662148706 +41711 aapg_ae_524.html aapg_ae_524.html:57:5568:5578 Georgetown Buda, Texas 0.00296016264892234697 +41712 aapg_af_482.html aapg_af_482.html:66:8544:8561 El Plan Honduras -0.0616410638413136674 +41713 aapg_ae_368.html aapg_ae_368.html:34:3491:3503 Marble Falls Texas -0.47495364399168194 +41714 geology_html_1592747864 geology_html_1592747864:47:2530:2535 Yukon Boise, Idaho -0.479586916180102352 +41715 aapg_ae_70.html aapg_ae_70.html:376:37590:37598 Colorado Colorado -0.507564872954145541 +41716 cspg_html_6417125323 cspg_html_6417125323:35:4508:4520 Saskatchewan Lacombe, Alberta -0.0444288146314834667 +41717 aapg_ae_324.html aapg_ae_324.html:275:27774:27782 Virginia Knoxville, Tennessee 0.0191780858485972837 +41718 aapg_ah_700.html aapg_ah_700.html:606:76801:76824 Cotton Valley Texas -0.0218270224173490179 +41719 sedimentology_html_5928478399 sedimentology_html_5928478399:31:1907:1915 Prospect Moscow -0.450676431675374467 +41720 cspg_html_7115701337 cspg_html_7115701337:627:65903:65921 Dunvegan Lacombe, Alberta -0.00806073698202901257 +41721 cspg_html_2729673354 cspg_html_2729673354:106:11051:11071 Colorado Bow Island Airport -0.0580733777022241771 +41722 aapg_ah_343.html aapg_ah_343.html:232:27937:27946 Catahoula Mississippi River 0.842024946036559196 +41723 cspg_html_6021605367 cspg_html_6021605367:28:3212:3241 Big Valley San Fernando Valley -0.470262127852539125 +41724 cspg_html_5117208919 cspg_html_5117208919:195:17348:17368 Keg River Victoria, British Columbia -0.462348471732962063 +41725 cspg_html_2419618566 cspg_html_2419618566:58:11267:11274 Tintina Western Canadian Sedimentary Basin -0.0259316078616598014 +41726 aapg_aa_147.html aapg_aa_147.html:313:37270:37278 Winnipeg Winnipeg -0.455387700672750584 +41727 gsa_html_5202646019 gsa_html_5202646019:692:64212:64240 Laurentian Ottawa, Kansas -0.471405039658470026 +41728 aapg_aa_598.html aapg_aa_598.html:328:34047:34064 Thaynes Cheyenne, Wyoming -0.0295955881019379606 +41729 aapg_ah_96.html aapg_ah_96.html:345:40874:40883 Red River Red River of the North -0.652635242789035508 +41730 gsa_html_9921588890 gsa_html_9921588890:60:4615:4643 Green River New Mexico -0.437960495533138761 +41731 aapg_ae_958.html aapg_ae_958.html:3193:273890:273908 Wolfcamp Guadalupe Mountains National Park -0.49880187346517274 +41732 aapg_af_130.html aapg_af_130.html:147:26679:26720 Lake Valley Sacramento Mountains (California) -0.149404740133397551 +41733 aapg_ai_687.html aapg_ai_687.html:1619:160718:160724 Lisbon Portugal -0.0102706745632111761 +42464 aapg_ah_763.html aapg_ah_763.html:7:833:839 Blaine Texas -0.474888953093082877 +41734 sedimentology_html_9547473041 sedimentology_html_9547473041:647:52097:52105 Virginia Middle Ordovician -0.099449708899508299 +41735 aapg_ai_222.html aapg_ai_222.html:17:1529:1535 Oregon California -0.0405821853026711934 +41736 aapg_ad_466.html aapg_ad_466.html:929:100332:100351 Navesink Monmouth County, New Jersey -0.442649117020085803 +41737 aapg_ae_69.html aapg_ae_69.html:139:16167:16172 Price Logan, Utah -0.446018486726903363 +41738 aapg_ad_3.html aapg_ad_3.html:609:57406:57414 Virginia Craig, Colorado -0.0507572345457288979 +41739 aapg_ak_136.html aapg_ak_136.html:46:6286:6301 Mowry Colorado 0.845296608678356431 +41740 aapg_ad_894.html aapg_ad_894.html:915:92007:92023 Dakota New Mexico 0.0206485113150292575 +41741 aapg_ad_64.html aapg_ad_64.html:134:14736:14754 Naheola Alabama 0.00568412731897794451 +41742 aapg_ah_871.html aapg_ah_871.html:438:48927:48934 Pamelia Montreal -0.471543117662309108 +41743 palaios_html_3931161229 palaios_html_3931161229:981:97297:97311 Kope Cincinnati -0.46326000708216164 +41744 cspg_html_2650524233 cspg_html_2650524233:10:1608:1615 Bearpaw Edmonton, London -0.441740222253796999 +41745 cspg_html_7086880709 cspg_html_7086880709:9:537:544 Camsell Western world -0.487926676393575676 +41746 aapg_ae_356.html aapg_ae_356.html:66:8460:8469 San Pedro Western world -0.00335971886746322954 +41747 cspg_html_5264346535 cspg_html_5264346535:241:25147:25155 Edmonton Edmonton, London -0.0381033635608957824 +41748 aapg_ad_11.html aapg_ad_11.html:29:2569:2575 Ludlow Fort Union Trading Post National Historic Site -0.463734374552763562 +41749 cspg_html_8362959053 cspg_html_8362959053:171:23156:23168 Luscar Lacombe, Alberta -0.443715087361728711 +41750 cspg_html_7201476813 cspg_html_7201476813:512:59808:59838 Red River Buck Creek State Park -0.442620143363224416 +41751 aapg_af_854.html aapg_af_854.html:263:33359:33378 Kinderhook Iowa -0.0312131444176052264 +41752 cspg_html_2419618566 cspg_html_2419618566:957:107579:107583 Toby Victoria, British Columbia -0.137235073441328376 +41753 aapg_af_382.html aapg_af_382.html:3:334:338 Omoa Honduras -0.0914479034346151326 +41754 aapg_aa_702.html aapg_aa_702.html:251:80159:80167 Colorado Colorado -0.109733946746473091 +41755 aapg_ah_753.html aapg_ah_753.html:90:13609:13616 Windsor New Brunswick, New Jersey -0.473718414704639712 +41756 aapg_ae_805.html aapg_ae_805.html:824:102384:102391 Paradox Hermosa, Chicago -0.0544954389304434447 +41757 cspg_html_7176835767 cspg_html_7176835767:75:9037:9057 Arctic Red Sault Ste. Marie, Ontario -0.456479975332736432 +41758 palaios_html_6404782987 palaios_html_6404782987:814:99316:99323 Jewett Silt San Francisco -0.0198211657095899094 +41759 sedimentology_html_6282709960 sedimentology_html_6282709960:407:32148:32154 Forest Boise, Idaho -0.0399624195111792577 +41760 gsa_html_6261207494 gsa_html_6261207494:29:2796:2824 Green River Iran -0.0340313466956898014 +41761 aapg_ac_949.html aapg_ac_949.html:122:11691:11701 Tuscaloosa Alabama -0.428824418473081392 +41762 aapg_ad_15.html aapg_ad_15.html:54:5083:5104 Honey Creek Fort Sill -0.490195451192383946 +41763 aapg_ac_966.html aapg_ac_966.html:104:9983:9993 Rio Grande Mississippi River -0.0397187025652964501 +41764 aapg_ae_73.html aapg_ae_73.html:434:57529:57535 Dakota New Mexico -0.471616768153364618 +41765 gsa_html_2145963783 gsa_html_2145963783:595:55579:55596 Roberts Mountains Reno, Nevada -0.469230874046953295 +41766 aapg_ai_932.html aapg_ai_932.html:540:85810:85814 Hall Englewood, New Jersey -0.462193603410137988 +41767 gsa_html_6753732431 gsa_html_6753732431:29:3173:3188 Sespe Los Angeles -0.437953842888147871 +41768 AMJC_html_5755352984 AMJC_html_5755352984:316:51460:51466 Oregon Washington (state) -0.486457311735010611 +41769 cspg_html_9807337907 cspg_html_9807337907:15:2567:2591 Stony Mountain Williston Basin 0.00103883289603381806 +41770 aapg_ae_135.html aapg_ae_135.html:37:3602:3611 Smackover Cotton Valley, Louisiana -0.450159455866354863 +41771 geology_html_6256782634 geology_html_6256782634:408:25652:25657 Price Sellwood Bridge -0.429351638607468944 +41772 aapg_af_458.html aapg_af_458.html:467:58586:58595 Partridge Gippsland -0.469230874046953295 +41773 sedimentology_html_8866523088 sedimentology_html_8866523088:2527:160241:160251 Protection Eaton, Ohio -0.0358061340755818636 +41774 aapg_ad_692.html aapg_ad_692.html:204:20542:20561 Mansfield Bloomington, Indiana -0.499412697488954616 +41775 cspg_html_8290572971 cspg_html_8290572971:317:42792:42824 Wabamun Lacombe, Alberta -0.489323394611266782 +41776 aapg_ah_641.html aapg_ah_641.html:3:155:178 Ralston Creek Colorado -0.40277859210502448 +41777 aapg_ac_782.html aapg_ac_782.html:158:27409:27450 Barnett Texas 0.934631882734727415 +41778 aapg_af_734.html aapg_af_734.html:432:60326:60332 Denver Colorado -0.482150482079643117 +41779 gsa_html_2664688317 gsa_html_2664688317:1067:89032:89060 Green River New Mexico -0.127712546863228388 +41780 aapg_ad_379.html aapg_ad_379.html:664:54817:54833 Carmel Logan, Utah -0.443688311537407287 +41781 geology_html_2022226404 geology_html_2022226404:283:22677:22683 Jordan Washington (state) -0.0242851248064234297 +41782 cspg_html_6255491344 cspg_html_6255491344:251:36242:36259 Cadomin Fernie, British Columbia 0.366104727232968497 +41783 aapg_ae_981.html aapg_ae_981.html:441:38112:38122 Bainbridge Bloomington, Indiana -0.457582637906406409 +41784 aapg_ae_576.html aapg_ae_576.html:406:35448:35458 Wulff Land Washington (state) -0.0455732069905889839 +41785 sedimentology_html_3490784844 sedimentology_html_3490784844:1110:95323:95354 Kope Ohio -0.0245215675441684301 +41786 cspg_html_7086537250 cspg_html_7086537250:617:87390:87402 Souris River Regina, Saskatchewan -0.443701699352459789 +41787 jgeology_html_4113948097 jgeology_html_4113948097:469:31823:31828 Uinta Wasatch Range -0.459887424332023564 +41788 aapg_ae_681.html aapg_ae_681.html:47:6225:6233 Norphlet Cotton Valley, Louisiana -0.00855587800487816325 +41789 aapg_ai_491.html aapg_ai_491.html:127:14606:14625 Leadville Leadville, Colorado -0.47944058990843208 +41790 aapg_ae_223.html aapg_ae_223.html:242:29565:29586 Green River Tipton, Indiana -0.412832068204634806 +41791 aapg_aa_901.html aapg_aa_901.html:170:18395:18406 Skull Creek Cheyenne, Wyoming -0.425647516918978619 +41792 gsa_html_8053816650 gsa_html_8053816650:882:88838:88843 Price Cambridge -0.471589148494391819 +41793 cspg_html_1976603247 cspg_html_1976603247:160:17794:17819 Guelph Lake Erie -0.452896019392303839 +41794 sedimentology_html_5372057865 sedimentology_html_5372057865:1226:88806:88812 Oregon Washington (state) -0.0195500267274268287 +41795 aapg_ah_508.html aapg_ah_508.html:25:3178:3197 Allentown Lehigh River -0.00728242050639903247 +41796 aapg_af_291.html aapg_af_291.html:32:4393:4401 Lisburne Anchorage, Alaska -0.46305483027617389 +41797 aapg_ac_69.html aapg_ac_69.html:480:51785:51798 Carlile Hittin -0.392441740398001115 +41798 geology_html_8541516172 geology_html_8541516172:39:4492:4502 Santa Rita Baja California peninsula -0.0825937493199244283 +41799 cspg_html_7426180950 cspg_html_7426180950:485:54255:54277 Basal Lacombe, Alberta -0.480597940731277096 +51019 aapg_ah_876.html aapg_ah_876.html:63:8869:8884 Sligo Texas -0.109363305591674273 +41800 sedimentology_html_3358647812 sedimentology_html_3358647812:16:1141:1162 Cliff House Colorado -0.169902242241640383 +41801 gsa_html_1451702506 gsa_html_1451702506:11:552:564 Rhode Island Newport, Rhode Island -0.00728936970704518669 +41802 gsa_html_9898556493 gsa_html_9898556493:200:24670:24682 Modesto Modesto, California -0.434558307819543299 +41803 cspg_html_9275863663 cspg_html_9275863663:47:6529:6549 Swan Hills Middle East -0.0219799913092776147 +41804 aapg_ae_271.html aapg_ae_271.html:64:5429:5440 Winona Alabama 0.372176901977839925 +41805 aapg_ae_713.html aapg_ae_713.html:148:14326:14331 Husky Karachi -0.434580403200599208 +41806 aapg_ac_313.html aapg_ac_313.html:556:62970:62991 Buena Vista Mexico -0.45417711448712661 +41807 AMJC_html_3664856625 AMJC_html_3664856625:633:65187:65207 Hell Creek Northern Great Plain -0.463764030920631232 +41808 cspg_html_3503658083 cspg_html_3503658083:54:6885:6894 Ice River Yoho National Park -0.49293261121873766 +41809 aapg_ai_17.html aapg_ai_17.html:1360:93088:93099 Hattiesburg Leaf River, Illinois -0.0304773910336276765 +41810 aapg_ae_354.html aapg_ae_354.html:175:17380:17399 Mesaverde Niobrara, Nebraska -0.0235062798697475116 +41811 aapg_af_659.html aapg_af_659.html:54:4130:4140 Phosphoria Cheyenne, Wyoming -0.449050071375940441 +41812 aapg_ac_940.html aapg_ac_940.html:729:66992:67007 Salem Bloomington, Indiana -0.45995556917210767 +41813 aapg_aa_561.html aapg_aa_561.html:9:1006:1016 Cumberland Illinois -0.506336451321114045 +41814 cspg_html_4680804918 cspg_html_4680804918:355:46849:46861 Medicine Hat Missouri River -0.0126041104713934711 +41815 aapg_ae_72.html aapg_ae_72.html:135:15726:15739 Hermosa Hermosa, Chicago -0.0386046469573407755 +41816 aapg_af_54.html aapg_af_54.html:274:29767:29798 Green River Colorado -0.48957011234425174 +41817 aapg_ae_415.html aapg_ae_415.html:40:6064:6079 Tampa Melbourne, Florida -0.0774744819488543401 +41818 aapg_af_470.html aapg_af_470.html:258:27559:27576 Madison Cheyenne, Wyoming -0.0233880656689205678 +41819 cspg_html_7903023332 cspg_html_7903023332:8:1098:1118 Kananaskis Elk Valley (British Columbia) -0.177695123433490365 +41820 AMJC_html_7032017201 AMJC_html_7032017201:648:53883:53892 Nian Michikamau Sweden -0.464569693827358687 +41821 gsa_html_3648258377 gsa_html_3648258377:527:51932:51954 Mount Laurel Bass River Township, New Jersey -0.451351189275800146 +41822 AMJC_html_6341723617 AMJC_html_6341723617:1150:96231:96257 Pass Peak Cheyenne, Wyoming 0.0234923722716066929 +41823 geology_html_7647446171 geology_html_7647446171:14:890:899 San Diego California -0.470085189955252725 +41824 cspg_html_6351830705 cspg_html_6351830705:303:41665:41682 Leonard Texas -0.427395804439323346 +41825 gsa_html_3069013284 gsa_html_3069013284:859:80131:80147 Chinle Colorado -0.449541717141150321 +41826 cspg_html_4626597050 cspg_html_4626597050:487:56396:56415 Goose Egg Cheyenne, Wyoming -0.0467578283362129754 +41827 gsa_html_1290697059 gsa_html_1290697059:47:3070:3079 Peninsula Kirkwood, Missouri -0.491106071608619299 +41828 jgeology_html_7281609545 jgeology_html_7281609545:867:55717:55722 Rapid California -0.449418219565270449 +41829 aapg_af_318.html aapg_af_318.html:204:23048:23065 Success Regina, Saskatchewan -0.0350596438268750282 +41830 aapg_af_808.html aapg_af_808.html:748:97417:97435 Scotland Barbados -0.00180666765017611854 +41831 aapg_ae_904.html aapg_ae_904.html:82:7983:7995 Pierre Black Hills -1.38066384871205505 +41832 aapg_af_788.html aapg_af_788.html:444:37912:37929 Grand River Michigan -0.0539652755372888801 +41833 cspg_html_6284849447 cspg_html_6284849447:78:10256:10278 Grand Rapids Clearwater, Florida -0.449937021729037434 +41834 palaios_html_3889678675 palaios_html_3889678675:481:41096:41102 Oregon Washington (state) -0.450608983410958508 +41835 aapg_ai_584.html aapg_ai_584.html:47:5170:5176 Casper Colorado -0.46809765859229685 +41836 cspg_html_3618628685 cspg_html_3618628685:397:47441:47459 Foremost Regina, Saskatchewan -0.0208953316866823252 +41837 cspg_html_7226581844 cspg_html_7226581844:6:330:348 Redknife Victoria, British Columbia -0.500652353075455747 +41838 aapg_af_510.html aapg_af_510.html:240:25757:25776 Minnelusa Black Hills -0.433509375056355339 +41839 aapg_ad_52.html aapg_ad_52.html:1032:111462:111481 Coldwater Michigan -0.477234757760444439 +41840 aapg_ah_753.html aapg_ah_753.html:90:13706:13719 Enrage New Brunswick, New Jersey -0.0534002771689079184 +41841 jgeology_html_3171318738 jgeology_html_3171318738:356:23529:23536 Challis Western world -0.0563251653530414467 +41842 aapg_ac_766.html aapg_ac_766.html:762:85546:85566 San Andres New Mexico -0.447135398674851747 +41843 jgeology_html_6372415613 jgeology_html_6372415613:254:17064:17075 Brechin Ontario, California -0.462453250854801823 +41844 aapg_ac_841.html aapg_ac_841.html:846:89475:89482 Esquias La Libertad, Negros Oriental -0.430176006996349836 +41845 aapg_ad_174.html aapg_ad_174.html:644:64737:64755 Belly River Lacombe, Alberta 0.00976335112648768488 +41846 aapg_ah_678.html aapg_ah_678.html:596:74319:74339 Vicksburg Texas 0.775091533904997743 +41847 aapg_ac_392.html aapg_ac_392.html:65:6239:6249 Fort Payne Monteagle, Tennessee 0.0157770476430144496 +41848 aapg_ad_357.html aapg_ad_357.html:130:11654:11663 San Joaquin Paso Robles, California -0.255417894548074453 +41849 aapg_ah_371.html aapg_ah_371.html:15:1896:1906 Tuscaloosa Columbus, Ohio -0.395906118993133993 +41850 aapg_aa_302.html aapg_aa_302.html:357:43069:43074 Loray Kaibab, Arizona -0.0275887108223223723 +41851 aapg_ae_34.html aapg_ae_34.html:143:13024:13028 Frio Calcasieu Parish, Louisiana -0.428929839085586462 +41852 aapg_af_363.html aapg_af_363.html:154:20291:20294 Lee Virginia -0.034835184903719292 +41853 cspg_html_3849785044 cspg_html_3849785044:40:4745:4765 Bois Blanc Salina, Kansas -0.0248831928885421966 +41854 aapg_ad_466.html aapg_ad_466.html:1054:112808:112819 Hornerstown Delaware River -0.127398387437216792 +41855 cspg_html_5376629375 cspg_html_5376629375:35:6526:6560 Arctomys Lacombe, Alberta 0.0163470368917213865 +41856 aapg_ac_835.html aapg_ac_835.html:1064:154776:154784 Tensleep Worland, Wyoming -0.470181697121159758 +41857 aapg_aa_302.html aapg_aa_302.html:305:36616:36620 Ruth Reno, Nevada -0.463253167093327645 +41858 AMJC_html_3664856625 AMJC_html_3664856625:87:12308:12328 Fort Union Fort Union Trading Post National Historic Site -0.476385003272562391 +41859 aapg_ai_410.html aapg_ai_410.html:504:45820:45829 Chugwater Cheyenne, Wyoming -0.444856013246054061 +41860 aapg_ac_333.html aapg_ac_333.html:1321:158238:158263 Toroweap Coconino County, Arizona -0.475196277624828634 +41861 aapg_ac_313.html aapg_ac_313.html:67:8280:8301 Buena Vista Guatemala -0.460980639153810601 +41862 aapg_ad_720.html aapg_ad_720.html:214:21845:21849 Yeso New Mexico -0.0959241798753545094 +41863 aapg_ae_904.html aapg_ae_904.html:225:23923:23942 Whitewood Black Hills -0.504516367608832228 +41864 aapg_ad_557.html aapg_ad_557.html:11546:678310:678322 Saskatchewan Canada -0.0316445288569785835 +41865 aapg_ae_330.html aapg_ae_330.html:40:5715:5735 Greenbrier Wyoming County, Pennsylvania -0.0944385665930026486 +41866 sedimentology_html_8923738088 sedimentology_html_8923738088:1583:85171:85187 Eldon Dolomites -0.0250987813235815996 +41867 gsa_html_5924250698 gsa_html_5924250698:510:44163:44180 White River Cheyenne, Wyoming 0.00296016264892234697 +41868 aapg_ad_831.html aapg_ad_831.html:43:6661:6673 San Cayetano California -0.0671957492679766816 +41869 aapg_aa_23.html aapg_aa_23.html:1234:148180:148204 Stony Mountain Manitoba 1.06332443199133841 +41870 AMJC_html_4670647492 AMJC_html_4670647492:975:68238:68256 Monterey California -0.481021295519417413 +41871 aapg_ae_305.html aapg_ae_305.html:784:59029:59036 La Luna Venezuela 0.427623887677686554 +41872 aapg_ai_278.html aapg_ai_278.html:747:91698:91716 Pine Key Melbourne, Florida -0.486548633935625752 +41873 aapg_ad_598.html aapg_ad_598.html:48:4902:4911 Queenston Oswego, New York -0.46809765859229685 +41874 aapg_af_350.html aapg_af_350.html:3:426:442 Mojado New Mexico -0.523843818372407899 +41875 aapg_ac_55.html aapg_ac_55.html:175:21088:21106 Magothy Raritan River -0.0187314184669610528 +41876 palaios_html_6273516581 palaios_html_6273516581:669:62009:62027 Edmonton Canada -0.472639307901536299 +41877 cspg_html_9689514766 cspg_html_9689514766:821:104113:104136 Little Falls Ontario, California -0.0192893197607112085 +41878 gsa_html_7102550258 gsa_html_7102550258:1483:136928:136961 Entrada Arizona -0.428868342306482297 +41879 aapg_ad_3.html aapg_ad_3.html:755:71579:71598 Eggleston Reedsville, Wisconsin -0.409382023335090106 +41880 gsa_html_7151930388 gsa_html_7151930388:13:678:688 Las Cruces New Mexico -0.46328736756315686 +41881 cspg_html_8089302449 cspg_html_8089302449:366:63962:63977 Methy Great Slave Lake -0.458720680358492616 +41882 geology_html_4249468723 geology_html_4249468723:207:23169:23178 San Diego California -0.449431691216236939 +41883 gsa_html_2145963783 gsa_html_2145963783:567:54086:54090 Elko Reno, Nevada -0.472512577150688062 +41884 aapg_ad_740.html aapg_ad_740.html:39:5273:5279 Dakota Niobrara, Nebraska -0.00508998959117516313 +41885 aapg_ai_468.html aapg_ai_468.html:250:30248:30253 Sligo Cotton Valley, Louisiana -0.444844842741709823 +41886 aapg_ad_466.html aapg_ad_466.html:293:36010:36023 Potomac Closter, New Jersey -0.420349873120834439 +41887 aapg_aa_507.html aapg_aa_507.html:41:5006:5011 Eutaw Tuscaloosa, Alabama -0.00365504393340889116 +41888 aapg_af_653.html aapg_af_653.html:178:17643:17650 Temblor Monterey, California -0.455658949817136283 +41889 gsa_html_6099173194 gsa_html_6099173194:1347:108429:108457 Green River Colorado -0.43580087580188992 +41890 cspg_html_4694210878 cspg_html_4694210878:69:7109:7132 Attawapiskat River Severn 0.952565828623165189 +41891 aapg_af_471.html aapg_af_471.html:82:11778:11789 Hardinsburg Illinois -0.228951082282404766 +41892 aapg_ac_337.html aapg_ac_337.html:193:10972:10980 Colorado Colorado -0.0414701241414489052 +41893 geology_html_6113200258 geology_html_6113200258:61:6351:6369 Highgate Bennington, Vermont -0.493489605901760553 +41894 aapg_aa_4.html aapg_aa_4.html:258:34498:34504 Ithaca Middlesex -0.466920106770381871 +41895 aapg_ai_255.html aapg_ai_255.html:560:80273:80279 Guelph Louisville, Kentucky -0.0176486817607870612 +41896 aapg_ah_421.html aapg_ah_421.html:234:18481:18489 Edmonton Edmonton, London -0.0510291657486304576 +41897 aapg_af_854.html aapg_af_854.html:1166:165216:165227 Tar Springs Palestinian territories -0.0207284668430632625 +41898 gsa_html_7808051457 gsa_html_7808051457:862:81721:81727 Denver Colorado -0.0669441011416033877 +41899 aapg_ai_479.html aapg_ai_479.html:57:7241:7260 Squaw Bay Michigan -0.470629904958731249 +41900 gsa_html_7498897688 gsa_html_7498897688:1490:116676:116691 Huizachal Mexico -0.0184133695346841396 +41901 aapg_ah_374.html aapg_ah_374.html:109:12288:12300 Ladore Coffeyville, Kansas 0.0339269564270203508 +41902 sedimentology_html_3455721661 sedimentology_html_3455721661:711:50109:50126 Wanakah New Mexico -0.0343184250102417446 +41903 aapg_ac_834.html aapg_ac_834.html:151:13708:13729 Fall River Fall River, Nova Scotia -0.143175502814209626 +41904 aapg_ac_617.html aapg_ac_617.html:113:14074:14083 Catahoula Oakville, California 0.0310392034454004609 +41905 aapg_ae_855.html aapg_ae_855.html:146:15131:15151 North Horn Manti, Utah -0.034835184903719292 +41906 geology_html_6307456185 geology_html_6307456185:116:11980:11984 Alto Sierra de los Tuxtlas -0.448753864703002991 +41907 aapg_af_626.html aapg_af_626.html:569:63050:63056 Oregon Reno, Nevada -0.476061064960921709 +41908 aapg_ac_807.html aapg_ac_807.html:801:79202:79208 Peedee Tuscaloosa, Alabama -0.0114921025211358625 +41909 geology_html_1475885494 geology_html_1475885494:302:25100:25116 Fish Canyon Tuff Reno, Nevada -0.46567095948211501 +41910 gsa_html_2955484242 gsa_html_2955484242:29:2796:2824 Green River Colorado -0.0294721058156958669 +41911 aapg_aa_261.html aapg_aa_261.html:129:18012:18032 Keokuk Austin, Chicago -0.0255351835335731921 +41912 cspg_html_3762708087 cspg_html_3762708087:5:210:226 Viking Lacombe, Alberta 0.00633907480086522146 +41913 gsa_html_8241338635 gsa_html_8241338635:1267:108129:108157 Green River Colorado 0.0329526940847275282 +41914 aapg_af_890.html aapg_af_890.html:212:21247:21263 Custer Texas -0.46328736756315686 +41915 aapg_ae_368.html aapg_ae_368.html:167:16381:16386 Atoka Texas 0.0102845739324917348 +41916 cspg_html_6252417471 cspg_html_6252417471:318:46416:46438 Mason River Banks Island -0.485495508601457515 +41917 gsa_html_3445493534 gsa_html_3445493534:652:69626:69639 Santa Barbara Lompoc, California -0.458695727712452594 +41918 aapg_aa_712.html aapg_aa_712.html:6:717:735 Starved Rock Glenwood, Utah -0.0161298137457332978 +41919 aapg_ae_958.html aapg_ae_958.html:1979:169981:170004 Cherry Canyon Guadalupe Mountains National Park -0.00530888185460337992 +41920 aapg_ad_3.html aapg_ad_3.html:276:25048:25055 Nittany Pennsylvania -0.429978093202176226 +41921 gsa_html_4487093132 gsa_html_4487093132:1077:64704:64732 Green River Colorado -0.0198420227136738916 +41922 gsa_html_7193229774 gsa_html_7193229774:1550:108096:108124 Green River Colorado 0.00588564889809547673 +41923 aapg_ac_714.html aapg_ac_714.html:628:76986:77003 Swift Hartville, Missouri -0.064232596515346338 +41924 aapg_ad_749.html aapg_ad_749.html:278:28268:28283 Queen Carlsbad, New Mexico -0.0243946529781233976 +41925 cspg_html_5241714595 cspg_html_5241714595:591:88056:88100 Saskatchewan Regina, Saskatchewan 0.026065490438927353 +41926 aapg_aa_677.html aapg_aa_677.html:13:1056:1066 Washington Salem, Oregon -0.0477283018758572417 +41927 gsa_html_4557277250 gsa_html_4557277250:533:51533:51539 Denver Colorado Plateau 0.0266045108097300621 +41928 geology_html_9480340228 geology_html_9480340228:11:504:513 Wolfville Earth -0.0354494130936665666 +41929 cspg_html_3233680622 cspg_html_3233680622:102:14580:14598 Eureka Sound Ellesmere Island -0.0216010481193310358 +41930 geology_html_6228357286 geology_html_6228357286:289:23228:23237 San Diego Mexico -0.0455104965023540933 +41931 cspg_html_4293350162 cspg_html_4293350162:752:77951:77968 Prophet Victoria, British Columbia 0.662442373401575524 +41932 aapg_ac_730.html aapg_ac_730.html:308:43003:43018 Mesaverde Mancos, Colorado 0.00179624453777558709 +41933 gsa_html_6784086593 gsa_html_6784086593:841:90034:90062 Green River Colorado 0.000729614901202842885 +41934 aapg_ah_318.html aapg_ah_318.html:117:18041:18064 Cotton Valley Ouachita Mountains -0.0214480825633718564 +41935 aapg_ai_997.html aapg_ai_997.html:1102:103380:103395 Funks Redding, California -0.505042823080860015 +41936 aapg_ai_583.html aapg_ai_583.html:400:50321:50336 Swift Powder River (Montana) -0.435679199475508039 +41937 aapg_ad_2.html aapg_ad_2.html:1606:222463:222474 Beekmantown Pennsylvania -0.459458231015011043 +41938 aapg_ad_67.html aapg_ad_67.html:237:30534:30553 Carrizo Paluxy, Texas -0.0252604746773001342 +41939 cspg_html_4915680223 cspg_html_4915680223:6:448:456 Read Bay Douro DOC -0.0291434052387325206 +41940 aapg_aa_146.html aapg_aa_146.html:10:1244:1256 Pierre Black Hills 0.028096488186581503 +41941 aapg_ad_440.html aapg_ad_440.html:552:52808:52815 Taggard Pickaway County, Ohio -0.486419849038802532 +41942 aapg_ai_31.html aapg_ai_31.html:84:9066:9071 Yegua Texas -0.0425061623953187154 +41943 cspg_html_1166788717 cspg_html_1166788717:56:6130:6138 Big Hill Mount Wilson Observatory -0.0383226719059837143 +41944 aapg_ae_570.html aapg_ae_570.html:210:21999:22014 Rose Hill Salina, Kansas -0.419644846495757451 +41945 palaios_html_7805951959 palaios_html_7805951959:31:2823:2847 Cantwell Anchorage, Alaska -0.0521971896884777173 +41946 aapg_ae_718.html aapg_ae_718.html:23:2426:2435 Gladstone Gold Coast, Queensland -0.0109795492601601104 +41947 gsa_html_1124652135 gsa_html_1124652135:12:550:558 Virginia Reston, Virginia -0.466714081975797668 +41948 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3470:3483 A-1 Carbonate Ontario, California -0.0101247315019664351 +41949 cspg_html_9439353033 cspg_html_9439353033:96:10750:10773 Willow Creek Lacombe, Alberta -0.448296279445968116 +41950 gsa_html_5495469347 gsa_html_5495469347:685:59566:59572 Denver Colorado -0.0172906783217038999 +41951 aapg_ae_777.html aapg_ae_777.html:39:5131:5150 Leadville Colorado -0.0564612372025591683 +41952 aapg_aa_544.html aapg_aa_544.html:172:23246:23252 Lakota Cheyenne, Wyoming -0.429938515402492283 +41953 palaios_html_6090005613 palaios_html_6090005613:76:8426:8442 Racine Wisconsin -0.465558942626108085 +41954 aapg_ad_49.html aapg_ad_49.html:3:492:503 Capay California -0.399301351051607634 +41955 aapg_ac_749.html aapg_ac_749.html:22:2819:2830 Collingwood Michigan 0.320091915055465526 +41956 aapg_ae_65.html aapg_ae_65.html:53:7188:7221 Bighorn Dolomite Middle East -0.452882496357985831 +41957 aapg_ah_181.html aapg_ah_181.html:136:16031:16048 Kayenta Kayenta, Arizona -0.454235799563449505 +41958 aapg_af_808.html aapg_af_808.html:650:83463:83475 Oceanic Mount Hillaby -0.00236951657124383295 +41959 gsa_html_7199417381 gsa_html_7199417381:526:52927:52944 White River Peoria, Illinois -0.445106268068768518 +41960 aapg_ad_466.html aapg_ad_466.html:228:29319:29327 Navesink Merchantville, New Jersey -0.116695406493033768 +41961 aapg_ae_794.html aapg_ae_794.html:46:7510:7525 Eutaw Tuscaloosa, Alabama 0.0990572377739558085 +41962 aapg_ac_835.html aapg_ac_835.html:1319:183718:183746 Tensleep Cheyenne, Wyoming -0.0816262321215897313 +41963 palaios_html_3491046542 palaios_html_3491046542:939:80417:80425 Virginia Middle Ordovician -0.0690817238654864579 +41964 jgeology_html_1838149422 jgeology_html_1838149422:872:79506:79526 Arikaree Nebraska -0.433370341259820213 +41965 aapg_ai_159.html aapg_ai_159.html:335:37245:37268 Gatun Colombia -0.0531596434481698826 +41966 gsa_html_9152662653 gsa_html_9152662653:161:15138:15148 Sykesville Potomac, Maryland -0.485448733097070706 +41967 cspg_html_4374961624 cspg_html_4374961624:144:18424:18433 Cathedral Mount Robson Provincial Park -0.021093485692349364 +41968 sedimentology_html_9111518089 sedimentology_html_9111518089:1368:119510:119515 Steel Svalbard and Jan Mayen -0.423138028281424772 +41969 cspg_html_5241714595 cspg_html_5241714595:790:108710:108727 Muskwa Lacombe, Alberta -0.458659434193013582 +41970 aapg_af_91.html aapg_af_91.html:349:40231:40247 Humbug Oquirrh Mountain Utah Temple -0.445989406971527558 +41971 aapg_ad_575.html aapg_ad_575.html:311:40315:40332 Entrada New Mexico -0.392611082155246427 +41972 aapg_ad_153.html aapg_ad_153.html:435:44996:45019 Michigan Illinois -0.466782751574986277 +41973 geology_html_1533597042 geology_html_1533597042:20:1115:1124 San Diego California -0.510405393276880726 +41974 gsa_html_8194200546 gsa_html_8194200546:756:81169:81175 Reston Virginia -0.437960495533138761 +41975 aapg_ai_321.html aapg_ai_321.html:6:771:788 Esquias Honduras -0.461001107058420345 +41976 aapg_ah_52.html aapg_ah_52.html:327:46859:46873 Lea Park Canada -0.40709869095004142 +41977 gsa_html_4308966435 gsa_html_4308966435:519:55897:55914 Kelvin Cedar Mountains -0.454143259443463898 +41978 gsa_html_5773604426 gsa_html_5773604426:520:45278:45296 Wilcox Middle East -0.458695727712452594 +41979 geology_html_2239244553 geology_html_2239244553:11:486:492 Oregon Salem, Oregon -0.474815026513922711 +41980 aapg_ai_94.html aapg_ai_94.html:291:40734:40762 Chicontepec Matamoros, Tamaulipas -0.0564246022018785667 +41981 aapg_aa_23.html aapg_aa_23.html:905:118032:118041 Interlake Manitoba -0.549355629663086376 +41982 cspg_html_2184091860 cspg_html_2184091860:624:58320:58337 Romaine Anticosti Island -0.269112595115985898 +41983 cspg_html_3385840278 cspg_html_3385840278:97:14697:14718 Beaverhill Victoria, British Columbia -0.0378335861423178335 +41984 geology_html_6536193862 geology_html_6536193862:54:4681:4694 Merchantville Bass River Township, New Jersey -0.451740527107044376 +41985 palaios_html_1521536752 palaios_html_1521536752:99:12715:12731 Greenbrier Maryland -0.0992402686141048429 +41986 cspg_html_3765578343 cspg_html_3765578343:663:74712:74718 Oxford England -0.475473655949527896 +41987 aapg_ad_834.html aapg_ad_834.html:100:12389:12397 Imperial Lacombe, Alberta 0.0459041868910356754 +41988 aapg_ah_789.html aapg_ah_789.html:1116:92121:92133 Guayaguayare Brighton, Michigan -0.47596853330555533 +41989 aapg_aa_855.html aapg_aa_855.html:95:9347:9355 Colorado Denver -0.0408537810405160198 +41990 palaios_html_9731740258 palaios_html_9731740258:115:15052:15058 Pueblo Portland, Oregon -0.484266161538602968 +41991 gsa_html_3288824655 gsa_html_3288824655:885:72598:72626 Green River Colorado -0.0309244037677744686 +41992 aapg_ae_794.html aapg_ae_794.html:76:12076:12086 Coon Creek Selma to Montgomery marches -0.512291657646269938 +41993 gsa_html_4058959570 gsa_html_4058959570:109:9416:9433 Grupera Mexico -0.0772503545557558652 +41994 aapg_af_964.html aapg_af_964.html:644:67973:67989 Viking Lacombe, Alberta -0.0484479577309472886 +41995 aapg_ac_750.html aapg_ac_750.html:66:5775:5782 Prairie Beaumont, Texas 0.0292512320169951885 +41996 aapg_af_984.html aapg_af_984.html:39:4759:4779 Robertson Texas -0.0741293831516637997 +41997 gsa_html_7355826812 gsa_html_7355826812:1279:110291:110319 Green River Colorado 0.0130159112039108672 +41998 aapg_af_653.html aapg_af_653.html:181:18249:18255 Neroly Monterey, California -0.457614356613462614 +41999 cspg_html_3772380029 cspg_html_3772380029:686:85033:85044 Severn River River Severn -0.0416512045942026565 +42000 cspg_html_8525917094 cspg_html_8525917094:24:3149:3164 Swift Lacombe, Alberta -0.439298641817729429 +42001 palaios_html_8113714689 palaios_html_8113714689:291:32767:32780 El Paso New Mexico -0.0343184250102417446 +42002 aapg_ae_999.html aapg_ae_999.html:179:26233:26253 Fort Union Illinois -0.0197168810314956311 +42003 cspg_html_4298557570 cspg_html_4298557570:14:1597:1605 Whitemud Bearpaw Formation -0.463435584788403632 +42004 aapg_ae_884.html aapg_ae_884.html:198:26544:26563 Greenhorn Niobrara, Nebraska 0.247250174872111539 +42005 aapg_ah_90.html aapg_ah_90.html:76:12382:12394 Burro Canyon Cedar Mountains -0.490054357124853124 +42006 aapg_ad_368.html aapg_ad_368.html:3:396:415 Newcastle Cheyenne, Wyoming -0.00562506076616993075 +42007 aapg_ae_744.html aapg_ae_744.html:105:11419:11427 Colorado Denver -0.50037380579535129 +42008 gsa_html_9889833548 gsa_html_9889833548:1068:94596:94602 Walker Mojave Desert 0.0381625415237680371 +42009 geology_html_9194045175 geology_html_9194045175:286:23135:23139 Fram Eastern Settlement -0.440514182187833891 +42010 gsa_html_3436154175 gsa_html_3436154175:192:18269:18290 Green River Wasatch Range -0.0315888654763454985 +42011 aapg_ad_766.html aapg_ad_766.html:616:63397:63403 Dakota Shiprock, New Mexico 0.0263576021868285534 +42012 cspg_html_1665574291 cspg_html_1665574291:97:16497:16511 Edmonton Lacombe, Alberta -0.47032647773667996 +42013 AMJC_html_4299960498 AMJC_html_4299960498:884:98213:98223 Washington Logan, Utah -0.477142101104954475 +42014 aapg_ad_392.html aapg_ad_392.html:54:4337:4347 Rio Grande Tierra del Fuego Province (Argentina) -0.464569693827358687 +42015 cspg_html_5484260516 cspg_html_5484260516:123:13577:13592 Banff Savoy Hotel -0.0709648511005174232 +42016 aapg_aa_4.html aapg_aa_4.html:158:20922:20939 Genesee Ithaca, New York -0.028002582716924157 +42017 gsa_html_3087345578 gsa_html_3087345578:61:4171:4199 Green River Colorado -0.0327735084996737119 +42018 gsa_html_4472896560 gsa_html_4472896560:135:10714:10729 Rockland California -0.472123282834716163 +42019 cspg_html_2758324131 cspg_html_2758324131:12:1721:1785 Bakken Williston, Vermont -0.451526708240674923 +42020 aapg_ah_779.html aapg_ah_779.html:333:62258:62266 Virginia James Bay Project -0.420813643173481466 +42021 gsa_html_3701935694 gsa_html_3701935694:207:19405:19424 Cram Hill Bennington, Vermont -0.496867763222673786 +42022 aapg_af_129.html aapg_af_129.html:431:46506:46523 Minturn Colorado Springs, Colorado -0.431256465733329653 +42023 cspg_html_8030881108 cspg_html_8030881108:72:12292:12308 Blackstone Snake River Canyon (Idaho) -0.0475157284533089252 +42024 jgeology_html_4289404569 jgeology_html_4289404569:797:54960:54964 Hall London, Ontario -0.0296060232794475298 +42025 cspg_html_6351830705 cspg_html_6351830705:97:14095:14112 Gaptank Missouri River -0.0710855196398188366 +42026 aapg_ai_399.html aapg_ai_399.html:120:12776:12788 Coffee Safford, Arizona -0.447404197686881167 +42027 geology_html_4447904587 geology_html_4447904587:276:18869:18900 Chinle Colorado -0.456778715576978744 +42028 aapg_ac_230.html aapg_ac_230.html:50:5951:5963 Perija Venezuela -0.149054103639983421 +42029 cspg_html_6839937815 cspg_html_6839937815:105:14484:14501 Thaynes Logan, Utah 0.405446444578891951 +42030 aapg_af_461.html aapg_af_461.html:122:11829:11849 Eau Claire Michigan 0.0374854970186531133 +42031 aapg_aa_146.html aapg_aa_146.html:13:1546:1570 Pierre Niobrara, Nebraska -0.444945382159606273 +42032 cspg_html_5484260516 cspg_html_5484260516:1060:86166:86186 Big Valley Lacombe, Alberta -0.45644603384473742 +42033 aapg_ae_999.html aapg_ae_999.html:330:45919:45924 Tampa Melbourne, Florida -0.481905893496514026 +42034 geology_html_2124258904 geology_html_2124258904:152:9438:9452 Colorado Cheyenne, Wyoming -0.48757492352044407 +42035 cspg_html_5406720001 cspg_html_5406720001:115:14110:14127 Telford Telford, Pennsylvania -0.0355416373678999614 +42036 sedimentology_html_9260132433 sedimentology_html_9260132433:735:53418:53434 Eureka Quartzite Reno, Nevada 0.431857743988082743 +42037 cspg_html_3521815736 cspg_html_3521815736:58:10081:10089 Columbia Victoria, British Columbia -0.469120700106755939 +42038 aapg_ah_847.html aapg_ah_847.html:81:9328:9339 Hornerstown New Egypt, New Jersey -0.479496330331430576 +42039 cspg_html_4287356899 cspg_html_4287356899:3435:364508:364530 Nation River Anchorage, Alaska -0.459805657368256959 +42040 aapg_ae_287.html aapg_ae_287.html:101:14059:14065 Provo Caribbean 0.000548948298213387093 +42041 geology_html_7232408931 geology_html_7232408931:13:704:714 Washington Seattle -0.0186775409744464604 +42042 aapg_af_559.html aapg_af_559.html:26:5418:5423 Price Houston -0.0266705856756341876 +42043 aapg_ad_399.html aapg_ad_399.html:24:2792:2812 Fort Scott Cleveland -0.443688311537407287 +42044 cspg_html_3385840278 cspg_html_3385840278:218:29538:29558 Swan Hills Swan Hill, Victoria -0.129683459173600107 +42045 aapg_ac_631.html aapg_ac_631.html:290:35858:35877 Salt Lake Boise, Idaho -0.0331440604270269723 +42046 aapg_ae_705.html aapg_ae_705.html:95:10491:10509 Vaqueros Carpinteria, California -0.426510306242507076 +42047 aapg_af_896.html aapg_af_896.html:170:17740:17761 Lake Valley Sacramento Mountains (California) -0.00346568835703443216 +42048 aapg_ah_439.html aapg_ah_439.html:194:20185:20191 Midway Western world -0.0446744016951777928 +42049 gsa_html_4310172940 gsa_html_4310172940:15:544:550 Oregon Salem, Oregon -0.471405039658470026 +42050 aapg_ah_476.html aapg_ah_476.html:52:7171:7176 Atoka Arkansas -0.432421928049857018 +42051 aapg_ac_730.html aapg_ac_730.html:439:62884:62900 Toreva Niobrara, Nebraska -0.514685883065500116 +42052 aapg_ai_592.html aapg_ai_592.html:7:1093:1114 Green River Uinta Mountains -0.47395378155658785 +42053 cspg_html_4404071326 cspg_html_4404071326:453:49073:49094 East Berlin Connecticut River Valley -0.486529900381118929 +42054 aapg_ah_234.html aapg_ah_234.html:147:16136:16146 Enriquillo San Juan, Argentina -0.480602591853576067 +42055 aapg_ae_668.html aapg_ae_668.html:1910:197360:197375 Viola Butler County, Ohio -0.0202678582495696563 +42056 palaios_html_8915371254 palaios_html_8915371254:65:5254:5270 Tamana Trinidad and Tobago -0.51016931229809992 +42057 cspg_html_4272664788 cspg_html_4272664788:95:15316:15321 Banff Lacombe, Alberta -0.0138430056451466221 +42058 aapg_aa_158.html aapg_aa_158.html:428:39502:39510 Cloverly Moberly, Missouri -0.0363020833297297701 +42059 aapg_ad_110.html aapg_ad_110.html:672:72652:72668 Tensleep Darwin, Northern Territory -0.449433936510724996 +42060 cspg_html_2013109828 cspg_html_2013109828:334:61814:61828 Cedared Bear Lake, Michigan -0.0470470415347230275 +42061 aapg_af_854.html aapg_af_854.html:689:96612:96617 Salem Illinois -0.448969278215303857 +42062 AMJC_html_7085584544 AMJC_html_7085584544:360:39980:39996 Animas Colorado -0.461271782333034175 +42063 aapg_ah_876.html aapg_ah_876.html:416:50112:50130 Rodessa Shreveport, Louisiana -0.472210801391301227 +42064 gsa_html_6039599383 gsa_html_6039599383:409:36528:36546 Eastport Passamaquoddy Bay -0.446333949377836381 +42066 aapg_af_562.html aapg_af_562.html:253:25753:25769 Ripley Lyons, Colorado -0.0125432965018171631 +42067 aapg_ac_834.html aapg_ac_834.html:178:16250:16266 Lakota Fall River, Nova Scotia -0.45184182728382527 +42068 aapg_af_304.html aapg_af_304.html:127:12469:12473 Frio Brazoria County, Texas -0.0207667065675008616 +42069 aapg_aa_24.html aapg_aa_24.html:611:72166:72194 Sans Sault Sault Ste. Marie, Ontario 0.929871736303954255 +42070 aapg_ai_581.html aapg_ai_581.html:197:20535:20544 Newcastle Black Hills -0.696120320084075872 +42071 sedimentology_html_1180682367 sedimentology_html_1180682367:528:59586:59594 Monterey Danube Delta -0.44961357796588941 +42072 aapg_ad_758.html aapg_ad_758.html:340:42419:42440 Pittsburgh Ohio -0.0413482450965648035 +42073 sedimentology_html_5482644620 sedimentology_html_5482644620:550:52023:52029 Oregon New Mexico -0.0464616568793586454 +42074 gsa_html_2743423721 gsa_html_2743423721:895:81602:81612 Washington Salem, Oregon -0.488053342950142799 +42075 aapg_ac_730.html aapg_ac_730.html:225:31547:31566 Greenhorn Mancos, Colorado -0.432752661482583012 +42076 aapg_ae_993.html aapg_ae_993.html:376:37406:37425 Hyrum Dolomite Logan, Utah -0.462102516958969756 +42077 aapg_ah_189.html aapg_ah_189.html:50:7007:7025 Glenwood Michigan -0.455876007847145159 +42078 aapg_ac_19.html aapg_ac_19.html:148:12677:12684 Rodessa Western world -0.47814331678503319 +42079 cspg_html_5726581016 cspg_html_5726581016:63:9199:9216 Bowser Middle East -0.0592775088645998635 +42080 aapg_ae_388.html aapg_ae_388.html:1618:100884:100889 Tampa Lake Okeechobee -0.477308890203395286 +42081 cspg_html_7325522863 cspg_html_7325522863:234:36841:36852 Belly River Lacombe, Alberta -0.4784100389871494 +42082 aapg_aa_684.html aapg_aa_684.html:210:20993:21005 Red Mountain Cheyenne, Wyoming -0.442916609041378917 +42083 cspg_html_5141367518 cspg_html_5141367518:216:31872:31879 Bearpaw Pincher Creek, Alberta 0.0111393955416452146 +42084 aapg_aa_994.html aapg_aa_994.html:20:1612:1625 Cotton Valley Shreveport, Louisiana -0.0414509716121673408 +42085 aapg_ad_372.html aapg_ad_372.html:19:2998:3009 San Antonio Texas -0.513599148962507135 +42086 aapg_ac_59.html aapg_ac_59.html:341:41064:41081 Lusardi Southern California -0.00910314561782834229 +42087 aapg_ae_981.html aapg_ae_981.html:95:7466:7482 Brownsport Bainbridge, Georgia -0.0684087120828713036 +42088 aapg_ad_557.html aapg_ad_557.html:8154:361954:361971 Scripps California -0.0260481030214056476 +42089 cspg_html_2193428533 cspg_html_2193428533:210:25520:25543 Doig Lacombe, Alberta -0.47495364399168194 +42090 aapg_af_379.html aapg_af_379.html:115:12477:12495 Chainman Boise, Idaho 0.738930285053277291 +42091 aapg_af_51.html aapg_af_51.html:247:27711:27718 Entrada Chinle Formation -0.444945382159606273 +42092 aapg_ae_268.html aapg_ae_268.html:54:5540:5547 Renault Monroe County, Florida -0.484191429205932 +42093 aapg_af_839.html aapg_af_839.html:384:33385:33393 Michigan Dundee -0.013877758051455481 +42094 aapg_ah_44.html aapg_ah_44.html:349:44934:44954 Lock Haven Bradford County, Pennsylvania -0.46944207930236781 +42095 aapg_aa_15.html aapg_aa_15.html:304:36100:36109 Vicksburg Texas -0.42326902375045744 +42096 aapg_af_897.html aapg_af_897.html:9:1397:1406 Conemaugh Hartville, Missouri -0.441927274708787343 +42097 aapg_ah_141.html aapg_ah_141.html:271:22246:22262 Verde San Juan, Argentina -0.509454255852047955 +42098 aapg_aa_960.html aapg_aa_960.html:6:1239:1246 Entrada Logan, Utah -0.0155459278529819188 +42099 AMJC_html_6341723617 AMJC_html_6341723617:364:34037:34044 Challis Boise, Idaho -0.42422364691980291 +42100 cspg_html_9185158332 cspg_html_9185158332:630:69921:69950 Dunvegan Lacombe, Alberta -0.00530888185460337992 +42101 aapg_ac_23.html aapg_ac_23.html:87:8195:8203 Somerset Bedford, Massachusetts -0.441459714368856782 +42102 aapg_af_889.html aapg_af_889.html:82:6414:6418 Yeso Roosevelt County, Montana -0.0145589143235537784 +42103 aapg_ah_658.html aapg_ah_658.html:95:7741:7748 Gaviota Wheatland, California -0.518178544297494659 +42104 aapg_ad_306.html aapg_ad_306.html:506:56644:56661 Esquias Honduras -0.476033304431228654 +42105 cspg_html_2653900441 cspg_html_2653900441:166:23786:23798 Saskatchewan Lacombe, Alberta -0.497128548725757735 +42106 gsa_html_1000185260 gsa_html_1000185260:223:23566:23581 Flume Thornton Creek -0.455229509631582041 +42107 aapg_af_653.html aapg_af_653.html:981:117558:117566 Monterey Monterey, California -0.0167658489119699126 +42108 geology_html_4907985690 geology_html_4907985690:209:21064:21088 Kaibab Colorado -0.00756560119780054757 +42109 aapg_ad_666.html aapg_ad_666.html:221:27979:27983 Vail Vail, Colorado -0.443715087361728711 +42110 aapg_ad_466.html aapg_ad_466.html:1625:169395:169402 Raritan Potomac, Maryland -0.0206137481511775786 +42111 aapg_ai_951.html aapg_ai_951.html:66:9240:9257 Ivishak Prudhoe Bay Oil Field -0.447153316157111791 +42112 geology_html_5031105867 geology_html_5031105867:284:24031:24035 Bern Switzerland -0.488837217649543798 +42113 aapg_ae_546.html aapg_ae_546.html:8:1961:1970 Smackover Arkansas -0.41753718105898574 +42114 geology_html_6952131012 geology_html_6952131012:211:22972:22977 Rapid Yellow River (Indiana) -0.0617388373496724763 +42115 sedimentology_html_6656277293 sedimentology_html_6656277293:557:38561:38590 Marble Canyon Grand Canyon -0.487692158362934725 +42116 cspg_html_9894399778 cspg_html_9894399778:23:2025:2043 Amaranth Manitoba 0.00173718024385580475 +42117 aapg_aa_98.html aapg_aa_98.html:211:18812:18822 Swan Hills Edmonton, London -0.0685083475994951591 +42118 gsa_html_3010975239 gsa_html_3010975239:424:55215:55236 Saginaw Michigan -0.462143504710773534 +42119 aapg_ae_461.html aapg_ae_461.html:12:2019:2032 Cotton Valley Cotton Valley, Louisiana -0.0172854647230763214 +42120 sedimentology_html_9791218888 sedimentology_html_9791218888:200:16019:16028 San Diego Netherlands -0.452896019392303839 +42121 cspg_html_5880669950 cspg_html_5880669950:233:26267:26286 Waterways Swan Hill, Victoria -0.0431731213623836943 +42122 cspg_html_7799850124 cspg_html_7799850124:173:20776:20796 Swan Hills Swan Hill, Victoria -0.472302935634413557 +42123 cspg_html_9113030208 cspg_html_9113030208:458:51109:51131 Winnipegosis Regina, Saskatchewan -0.0189695239556965725 +42124 aapg_ad_653.html aapg_ad_653.html:442:55651:55673 Eureka Sound Ellesmere Island 0.0251804971014857777 +42125 aapg_ad_152.html aapg_ad_152.html:1828:238644:238650 Kaibab Reno, Nevada -0.0392782870529255687 +42126 aapg_ad_564.html aapg_ad_564.html:8036:712669:712697 Willwood Fort Union Trading Post National Historic Site -0.51440256367763304 +42127 gsa_html_8881958017 gsa_html_8881958017:498:48573:48580 Nisling Victoria, British Columbia -0.485313098580473945 +42128 aapg_af_2.html aapg_af_2.html:340:36147:36152 Supai Grand Canyon -0.499845535291183252 +42129 aapg_ae_416.html aapg_ae_416.html:103:10148:10160 Chickasawhay Suwannee County, Florida -0.449937021729037434 +42130 aapg_ad_69.html aapg_ad_69.html:100:7170:7178 Niobrara Niobrara, Nebraska -0.406218582002202511 +42131 cspg_html_6163691495 cspg_html_6163691495:1025:88688:88701 Madison Williston, Vermont -0.449467616590735308 +42132 aapg_ad_696.html aapg_ad_696.html:415:38261:38271 Cane River Ohio 0.346415867651200138 +42133 aapg_ac_941.html aapg_ac_941.html:382:25874:25895 Green River Logan, Utah 1.16509587475421839 +42134 geology_html_9877356383 geology_html_9877356383:250:20985:20989 Dunn East Pacific Rise -0.0531265133576147158 +42135 cspg_html_3665101783 cspg_html_3665101783:176:17934:17939 Heath Moberly, Missouri -0.456518443898076276 +42136 aapg_ac_765.html aapg_ac_765.html:335:62164:62170 Chinle Chinle Formation -0.429008912224210892 +42137 aapg_ae_391.html aapg_ae_391.html:355:31486:31502 Salado New Mexico 0.580978270648388251 +42138 aapg_af_131.html aapg_af_131.html:735:75488:75511 Ogallala Llano Estacado -0.581519140172823468 +42139 aapg_aa_623.html aapg_aa_623.html:124:14029:14050 Belly River Lacombe, Alberta 0.0115442270239061798 +42140 aapg_ad_337.html aapg_ad_337.html:92:9603:9610 Topanga Santa Monica Mountains -0.427689691071663991 +42141 geology_html_2490813080 geology_html_2490813080:205:19740:19747 Oquirrh Logan, Utah -0.458648092769168181 +42142 cspg_html_1053895111 cspg_html_1053895111:171:24438:24455 Cardium Canada -0.444871652179790411 +42143 aapg_ac_406.html aapg_ac_406.html:105:9788:9794 Paluxy Tuscaloosa, Alabama -0.433376961451207021 +42144 cspg_html_2585769771 cspg_html_2585769771:75:8154:8171 Wabamun Lacombe, Alberta -0.129195047318827111 +42145 cspg_html_3982722300 cspg_html_3982722300:10:944:954 Washington Spokane, Washington -0.446231020576565107 +42146 gsa_html_1079290957 gsa_html_1079290957:1099:103247:103265 Moenkopi Arizona -0.491360372739506945 +42147 aapg_ah_871.html aapg_ah_871.html:470:51348:51355 Pamelia Montreal -0.0454686897735805326 +42148 aapg_ah_260.html aapg_ah_260.html:209:27012:27028 Flagstaff North Horn Formation -0.229905890878771113 +42149 aapg_ad_663.html aapg_ad_663.html:213:27207:27217 Copenhagen Denmark -0.0357887327729749932 +42150 aapg_af_334.html aapg_af_334.html:464:35684:35692 Colorado Denver -0.0425531787403144943 +42151 aapg_af_479.html aapg_af_479.html:423:47868:47888 Point Loma La Jolla Cove -0.454041701910604445 +42152 geology_html_9085928497 geology_html_9085928497:182:14554:14572 John Day Washington (state) -0.247965416324744531 +42153 aapg_ae_780.html aapg_ae_780.html:233:20361:20379 Onondaga Schoharie Creek -0.100833361176845868 +42154 aapg_ad_379.html aapg_ad_379.html:821:67410:67424 Newcastle Black Hills -0.66154923289120493 +42155 aapg_af_890.html aapg_af_890.html:150:14815:14825 San Andres Nashville Basin -0.018225670847461909 +42156 aapg_ac_740.html aapg_ac_740.html:186:24642:24661 Athabasca Lacombe, Alberta -0.465888175365361257 +42157 gsa_html_3445493534 gsa_html_3445493534:658:69982:70000 Monterey California -0.457555451333636842 +42158 aapg_ac_888.html aapg_ac_888.html:462:33578:33584 Putnam Washington (state) -0.0734469825708048141 +42159 aapg_ad_280.html aapg_ad_280.html:6:818:835 Buckner Bossier City, Louisiana -0.482430096983488987 +42160 AMJC_html_9378277780 AMJC_html_9378277780:1231:102003:102011 Colorado Salem, Oregon -0.457501080653503367 +42161 aapg_ac_841.html aapg_ac_841.html:201:25931:25938 El Plan Tegucigalpa -0.502719362846455242 +42162 geology_html_8881449794 geology_html_8881449794:215:20956:20975 Greenhorn Pueblo, Colorado -0.327279103483101796 +42163 aapg_ad_812.html aapg_ad_812.html:6:1201:1218 Wingate Logan, Utah -0.491282661525563435 +42164 aapg_ad_883.html aapg_ad_883.html:119:14433:14442 Queenston Monroe County, Florida -0.44056532751251043 +42165 gsa_html_1227188791 gsa_html_1227188791:29:2796:2824 Green River Colorado -0.0176521575515221144 +42166 geology_html_8241069332 geology_html_8241069332:59:6002:6029 San Francisquito San Gabriel Mountains -0.0336555463053693354 +42167 aapg_ae_581.html aapg_ae_581.html:463:52663:52668 Eagle Western world -0.0617388373496724763 +42168 sedimentology_html_3220122506 sedimentology_html_3220122506:16:1104:1122 Yakataga Anchorage, Alaska -0.469070208322842297 +42169 aapg_ad_944.html aapg_ad_944.html:5:581:593 Saskatchewan Spearfish, South Dakota -0.0200262605794136288 +42170 cspg_html_3008414459 cspg_html_3008414459:430:56522:56542 Milk River Canada -0.0197377379215514133 +42171 gsa_html_5631794630 gsa_html_5631794630:1233:80226:80234 Santiago Chile -0.0165121278486362495 +42172 aapg_af_892.html aapg_af_892.html:245:22518:22523 Atoka Pottsville, Pennsylvania -0.468088488699643923 +42173 palaios_html_7156419053 palaios_html_7156419053:334:31692:31712 Tallahatta Mississippi River -0.436832441054611387 +42174 aapg_ai_699.html aapg_ai_699.html:411:47731:47754 Great Meadows Hudson Falls, New York -0.0439881690847485213 +42175 aapg_ah_318.html aapg_ah_318.html:1797:167573:167593 La Gloria Mexico -0.475196277624828634 +42176 aapg_ah_647.html aapg_ah_647.html:1124:109669:109686 Kaibab McKee, Kentucky -0.438093558395168947 +42177 aapg_ac_841.html aapg_ac_841.html:20:2940:2957 Esquias Honduras -0.0237792189309356042 +42178 aapg_aa_267.html aapg_aa_267.html:366:30587:30597 Greenbrier New Milton railway station -0.0730428341615278059 +42179 cspg_html_6702053097 cspg_html_6702053097:612:72013:72047 Beekmantown Canada -0.417380918090655029 +42180 AMJC_html_1873062106 AMJC_html_1873062106:158:24436:24469 Morrison Cedar Mountains -0.014649273115182132 +42181 aapg_ad_696.html aapg_ad_696.html:199:19553:19559 Weches East Texas -0.161764034868497164 +42182 aapg_ac_422.html aapg_ac_422.html:576:70898:70913 Savik Ellesmere Island -0.00908750930208491146 +42183 aapg_ad_338.html aapg_ad_338.html:242:26532:26539 Magothy Merchantville, New Jersey -0.452821645198212441 +42184 cspg_html_1962846283 cspg_html_1962846283:52:7377:7392 Grassy Mountain Kootenay River -0.491047216471885206 +42185 cspg_html_9501006975 cspg_html_9501006975:530:55301:55309 Dunvegan Victoria, British Columbia -0.00417620791845697229 +42186 aapg_aa_626.html aapg_aa_626.html:104:12764:12782 Raritan Patapsco River -0.0684087120828713036 +42187 aapg_aa_774.html aapg_aa_774.html:474:43429:43435 Moscow Russia -0.485369220602805185 +42188 sedimentology_html_3941612453 sedimentology_html_3941612453:988:79651:79669 Quinault Washington (state) -0.489060307863409593 +42189 aapg_ai_38.html aapg_ai_38.html:39:4261:4273 Dakota Colorado -0.4595967312554044 +42190 aapg_ae_959.html aapg_ae_959.html:855:64582:64585 Abo Sacramento Mountains (California) -0.508429701967176184 +42191 gsa_html_7542416588 gsa_html_7542416588:817:68288:68298 Pittsburgh Sonora -0.448350101124535771 +42192 cspg_html_2419618566 cspg_html_2419618566:432:55233:55241 Columbia Victoria, British Columbia -0.0131827182184571217 +42193 cspg_html_7602315496 cspg_html_7602315496:8:1027:1041 Colorado Milk River, Alberta -0.452927573923113447 +42194 cspg_html_6252417471 cspg_html_6252417471:305:44963:44984 Christopher Banks Island -0.248217711110723077 +42195 sedimentology_html_3592910316 sedimentology_html_3592910316:1306:77130:77157 Sundance Cheyenne, Wyoming -0.447018943573484262 +42196 cspg_html_6873686255 cspg_html_6873686255:274:29445:29462 Cardium Lacombe, Alberta -0.421983856501260468 +42197 aapg_ah_427.html aapg_ah_427.html:358:46769:46787 Parkwood Alabama -0.0305069594683283034 +42198 cspg_html_3463500725 cspg_html_3463500725:121:15909:15923 Mission Canyon Gallatin, Tennessee -0.42423457487964078 +42199 aapg_ac_586.html aapg_ac_586.html:78:9442:9462 Pottsville Pennsylvania -0.0835299115166312223 +42200 cspg_html_1351473625 cspg_html_1351473625:101:17506:17513 Telford Belcourt, North Dakota -0.0599372594953088075 +42201 aapg_af_880.html aapg_af_880.html:572:88010:88016 Pueblo Texas -0.460946527021081187 +42202 aapg_ae_147.html aapg_ae_147.html:7:1316:1332 Modelo South Mountains (Arizona) -0.434558307819543299 +42203 cspg_html_4270552951 cspg_html_4270552951:182:26525:26530 Favel Niobrara, Nebraska -0.0187574882731168305 +42204 geology_html_6344642892 geology_html_6344642892:48:5807:5817 Laurentian Virginia -0.427935397269568418 +42205 aapg_aa_623.html aapg_aa_623.html:24:3285:3312 Belly River Lacombe, Alberta -0.401951417894638341 +42206 cspg_html_8121202912 cspg_html_8121202912:283:34980:34990 Beaverfoot Horseshoe Lake, Arkansas -0.456416618922522499 +42207 geology_html_8138901215 geology_html_8138901215:303:21218:21236 Deer Bay Canadian Arctic Archipelago 0.688136887992824464 +42208 aapg_ai_49.html aapg_ai_49.html:222:26386:26395 Chugwater Colorado -0.4462802459552766 +42209 aapg_aa_231.html aapg_aa_231.html:883:79532:79548 Borden Illinois -0.469024309212410007 +42210 cspg_html_9011256422 cspg_html_9011256422:459:54488:54506 Redknife Lake Ontario -0.0102845739324916134 +42211 sedimentology_html_3606044543 sedimentology_html_3606044543:1748:91948:91956 Columbia Victoria, British Columbia -0.464501195477937445 +42212 aapg_ai_154.html aapg_ai_154.html:261:30280:30303 Wolf Creek Catskill Mountains -0.467877607461444023 +42213 cspg_html_6116883777 cspg_html_6116883777:547:73558:73568 Lands Lokk Ellesmere Island 0.341565905577792539 +42214 sedimentology_html_3417381350 sedimentology_html_3417381350:24:1511:1529 Monterey California -0.069172630485743819 +42215 geology_html_9906887454 geology_html_9906887454:182:13636:13649 Owens Valley Hunter Mountain (ski area) -0.0404220171778900406 +42216 gsa_html_4985165678 gsa_html_4985165678:11:433:443 Washington Seattle -0.0303573786993141213 +42217 aapg_ac_972.html aapg_ac_972.html:114:13126:13141 Santa Margarita Monterey, California -0.0467578283362129754 +42218 aapg_ae_642.html aapg_ae_642.html:34:3147:3152 Logan Arkansas -0.00547218286972656846 +42219 gsa_html_3677258183 gsa_html_3677258183:1296:117297:117321 Cutler Logan, Utah -0.501664952843956957 +42220 cspg_html_6255491344 cspg_html_6255491344:186:28019:28042 Mist Mountain Lacombe, Alberta -0.458648092769168181 +42221 aapg_ae_416.html aapg_ae_416.html:221:20955:20963 Oakville Washington (state) -0.423194790791884379 +42222 aapg_aa_820.html aapg_aa_820.html:611:61290:61296 Brazil Rivers of Paraguay -0.450784359288809666 +42223 aapg_ae_993.html aapg_ae_993.html:311:30470:30477 Madison Englewood, New Jersey -0.068656930221505999 +42224 gsa_html_6672856503 gsa_html_6672856503:257:22593:22603 Washington Seattle -0.466759861116235797 +42225 aapg_aa_114.html aapg_aa_114.html:4:598:615 La Boca Texas -0.03643260021013002 +42226 cspg_html_2769629211 cspg_html_2769629211:78:10034:10068 Waterways Lacombe, Alberta -0.0128247793458777584 +42227 gsa_html_4100032383 gsa_html_4100032383:899:68263:68270 Bedford Cambridge, Massachusetts -0.470292003998596664 +42228 aapg_ad_440.html aapg_ad_440.html:118:10741:10748 Narrows Huntington, West Virginia -0.00334234682961829285 +42229 AMJC_html_7190858839 AMJC_html_7190858839:13:662:670 Colorado Denver -0.436872309743032927 +42230 geology_html_9016396969 geology_html_9016396969:55:6075:6083 Staunton Virginia -0.0299260395523841712 +42231 aapg_ai_584.html aapg_ai_584.html:65:6340:6348 Colorado Hermosa, Chicago -0.470567831774721834 +42232 aapg_ai_876.html aapg_ai_876.html:80:10211:10219 Michigan Antrim, County Antrim -0.4847520804564589 +42233 aapg_ad_3.html aapg_ad_3.html:435:41520:41528 Moccasin Virginia -0.193316178237254999 +42234 aapg_af_133.html aapg_af_133.html:291:30938:30946 Michigan Wisconsin -0.491508750292768526 +42235 aapg_ae_694.html aapg_ae_694.html:86:11389:11393 Buda Buda, Texas 0.0305104381123500537 +42236 aapg_af_399.html aapg_af_399.html:539:54718:54737 Rock Springs Cheyenne, Wyoming -0.455227249960310998 +42237 gsa_html_9666442487 gsa_html_9666442487:757:71976:71995 Ellis Bay Estonia -0.260636853727527207 +42238 aapg_aa_626.html aapg_aa_626.html:285:32723:32740 Magothy Anne Arundel County, Maryland 0.979915964555777119 +42239 cspg_html_8387792223 cspg_html_8387792223:136:19690:19709 Red River Middle East -0.342220554118038367 +42240 cspg_html_3762708087 cspg_html_3762708087:328:43874:43885 Mowry Cheyenne, Wyoming -0.0104235679161521783 +42241 aapg_ac_741.html aapg_ac_741.html:213:23055:23063 Colorado Cheyenne, Wyoming -0.457532796484121151 +42242 aapg_ac_215.html aapg_ac_215.html:352:27689:27697 Colorado Denver -0.465888175365361257 +42243 aapg_ae_803.html aapg_ae_803.html:429:54052:54056 Word West Texas -0.0303573786993141213 +42244 sedimentology_html_8384737970 sedimentology_html_8384737970:280:23913:23929 Carmel Carmel, Indiana -0.0140376196944260508 +42245 cspg_html_8558580101 cspg_html_8558580101:14:1901:1927 Sulphur Mountain Lacombe, Alberta -0.485603101959931283 +42246 aapg_ai_969.html aapg_ai_969.html:332:35984:36002 Grizzly Birch Lake, Minnesota -0.0344280387038531921 +42247 aapg_ai_49.html aapg_ai_49.html:680:89222:89241 Chugwater Cheyenne, Wyoming -0.464419004431934179 +42248 aapg_ad_852.html aapg_ad_852.html:75:7332:7350 Galisteo Socorro County, New Mexico -0.0378335861423178335 +42249 cspg_html_7406325086 cspg_html_7406325086:414:45673:45693 Cadomin Lacombe, Alberta -0.485603101959931283 +42250 cspg_html_7544078524 cspg_html_7544078524:255:34017:34032 Leduc Lacombe, Alberta -0.0282634328663418991 +42251 cspg_html_5699627350 cspg_html_5699627350:14:2197:2257 Viking Lacombe, Alberta -0.0317836884462165403 +42252 aapg_ac_200.html aapg_ac_200.html:9:1130:1147 Wasatch Green River Formation -0.450159455866354863 +42253 aapg_ad_749.html aapg_ad_749.html:83:6738:6746 Carlsbad Ohio -0.51153614920294399 +42254 cspg_html_2009306839 cspg_html_2009306839:142:19986:20003 Wabamun Lacombe, Alberta -0.0672411869339060025 +42255 aapg_ac_941.html aapg_ac_941.html:30:3429:3448 Green River Uinta Mountains -0.0152852690750857109 +42256 aapg_ad_2.html aapg_ad_2.html:1032:141258:141268 Bellefonte Mount Nittany -0.444844842741709823 +42257 cspg_html_4326384800 cspg_html_4326384800:283:32376:32384 Ramparts Middle East -0.0606703967793152318 +42258 aapg_ad_564.html aapg_ad_564.html:5070:407731:407742 Navajo Logan, Utah -0.517709234289180475 +42259 aapg_af_425.html aapg_af_425.html:95:9505:9513 Colorado Denver -0.0231725008237077118 +42260 aapg_ae_72.html aapg_ae_72.html:136:15829:15853 Hermosa Hermosa, Chicago -0.509796057183713014 +42261 aapg_aa_717.html aapg_aa_717.html:65:9534:9553 Gatesburg Pennsylvania -0.0963409548649793029 +42262 gsa_html_5773604426 gsa_html_5773604426:401:36348:36376 Wilcox Middle East -0.437953842888147871 +42263 geology_html_4913268241 geology_html_4913268241:108:10912:10921 Gibraltar Africa -0.00405807716508260231 +42264 cspg_html_8363357104 cspg_html_8363357104:110:17819:17823 Lynx Mount Robson Provincial Park -0.204687756403275717 +42265 sedimentology_html_6479296799 sedimentology_html_6479296799:734:43862:43890 Beaufort South Africa -0.484471709023717834 +42266 aapg_ae_547.html aapg_ae_547.html:107:14757:14778 Ghost Rocks Kodiak Island -0.03957247540005987 +42267 aapg_ac_538.html aapg_ac_538.html:433:49955:49971 Viking Lacombe, Alberta 0.947719144000413793 +42268 cspg_html_4405340534 cspg_html_4405340534:314:46872:46890 Black Cape Cape Cod -0.499270052772917139 +42269 aapg_aa_546.html aapg_aa_546.html:91:9458:9466 Kootenai Colorado -0.401167620462534569 +42270 aapg_af_663.html aapg_af_663.html:669:64898:64920 Higginsville Lexington, Kentucky 0.432552002693668391 +42271 AMJC_html_2829615437 AMJC_html_2829615437:119:18249:18269 Waynesburg Ohio -0.433387995206966137 +42272 cspg_html_1894459898 cspg_html_1894459898:244:26491:26513 Winnipegosis Cayman Islands -0.446078886082885928 +42273 aapg_ac_422.html aapg_ac_422.html:62:9607:9622 Melville Island Ellesmere Island -0.467889067103673728 +42274 aapg_ad_307.html aapg_ad_307.html:108:9845:9855 Arco Hills Western world -0.464473797617463435 +42275 sedimentology_html_8312792007 sedimentology_html_8312792007:1579:129040:129057 Bluesky Lacombe, Alberta -0.0598395143222002907 +42276 aapg_af_664.html aapg_af_664.html:707:79047:79060 Cherry Canyon Delaware -0.449811224417208722 +42277 aapg_ai_154.html aapg_ai_154.html:263:30742:30749 Chemung Catskill Mountains -0.468611324772205295 +42278 aapg_ad_39.html aapg_ad_39.html:184:11925:11942 Tuscaloosa Indian Lake, New York -0.449703411954729404 +42279 aapg_aa_998.html aapg_aa_998.html:99:10107:10127 Fredericksburg Burnett County, Wisconsin -0.493432945605813467 +42280 cspg_html_1296564271 cspg_html_1296564271:616:58925:58958 Collingwood Ontario, California -0.0242433999919162424 +42281 cspg_html_6402140684 cspg_html_6402140684:287:39672:39697 Beaverhill Canada -0.441553207562292771 +42282 gsa_html_5894524520 gsa_html_5894524520:105:13350:13361 Black Creek Salem, Oregon -0.474992922950619234 +42283 aapg_ae_444.html aapg_ae_444.html:155:14601:14612 White River Devon -0.448282824521055501 +42284 aapg_aa_544.html aapg_aa_544.html:321:43304:43313 Mesaverde Cheyenne, Wyoming -0.426278108610392503 +42285 aapg_ai_542.html aapg_ai_542.html:169:16775:16793 Manitou Colorado -0.451733774163315116 +42286 aapg_ai_296.html aapg_ai_296.html:377:37033:37050 Everton Black River, Jamaica -0.488236338984033236 +42287 aapg_ac_613.html aapg_ac_613.html:113:15573:15582 Mesaverde Mancos, Colorado -0.0224858413813775158 +42288 gsa_html_4308966435 gsa_html_4308966435:1126:111388:111396 Colorado Denver -0.0100083249466689488 +42289 aapg_aa_23.html aapg_aa_23.html:1186:146703:146721 Richmond Michigan -0.447220509834383773 +42290 aapg_ae_154.html aapg_ae_154.html:3:357:365 Columbia Victoria, British Columbia -0.473778404154942046 +42291 gsa_html_2953853669 gsa_html_2953853669:29:2796:2824 Green River Colorado -0.0120637391733475121 +42292 aapg_ad_757.html aapg_ad_757.html:235:28282:28288 Wilcox Okmulgee, Oklahoma -0.0344384781603518444 +42293 aapg_ae_415.html aapg_ae_415.html:950:118504:118516 Chickasawhay Alabama 0.0371635252945789613 +42294 sedimentology_html_8244664857 sedimentology_html_8244664857:734:59282:59310 Beaufort South Africa -0.45921987907792633 +42295 gsa_html_6315159481 gsa_html_6315159481:606:58140:58144 Ashe North Carolina -0.46567095948211501 +42296 cspg_html_5450075884 cspg_html_5450075884:709:73600:73608 Moosebar Victoria, British Columbia -0.479161941644374367 +42297 aapg_ad_945.html aapg_ad_945.html:65:8185:8192 Bluesky Lacombe, Alberta -0.04989269854500962 +42298 geology_html_5817459329 geology_html_5817459329:12:467:473 Denver Colorado -0.496867763222673786 +42299 aapg_ah_756.html aapg_ah_756.html:224:19999:20018 San Andres Nashville Basin -0.43580087580188992 +42300 aapg_ad_575.html aapg_ad_575.html:299:37992:38010 Tensleep Cheyenne, Wyoming -0.489006291184516995 +42301 aapg_aa_158.html aapg_aa_158.html:79:9670:9678 Cloverly Cheyenne, Wyoming -0.00334234682961829285 +42302 geology_html_1353352151 geology_html_1353352151:28:3037:3049 Medicine Bow Cheyenne, Wyoming -0.0297260284355998494 +42303 aapg_ad_441.html aapg_ad_441.html:68:4823:4840 Wingate Chinle Formation -0.0164009085472750712 +42304 cspg_html_7688587411 cspg_html_7688587411:89:10358:10369 Fish Scales Westgate, Canterbury -0.456344217050148659 +42305 aapg_ae_147.html aapg_ae_147.html:196:21134:21148 Pico South Mountains (Arizona) -0.14710500953484576 +42306 aapg_ah_378.html aapg_ah_378.html:163:15905:15911 Paluxy Llano Estacado -0.101185516598285632 +42307 geology_html_4273711803 geology_html_4273711803:131:13273:13282 Red River China -0.451054234304276602 +42308 aapg_ad_892.html aapg_ad_892.html:1947:176059:176063 Java Sumatra -0.030239106807757675 +42309 gsa_html_2494729193 gsa_html_2494729193:1526:112836:112864 Green River Colorado 0.01991328431705746 +42310 aapg_ai_561.html aapg_ai_561.html:30:2863:2876 Cotton Valley Tuscaloosa, Alabama -0.0454024962167355328 +42311 sedimentology_html_4283866322 sedimentology_html_4283866322:841:71680:71684 Hall London, Ontario -0.0281312681566624895 +42312 aapg_ad_366.html aapg_ad_366.html:35:3101:3120 Elk Edmonton, London -0.447189152172129289 +42313 cspg_html_7970178687 cspg_html_7970178687:7:528:536 Foremost Edmonton, London -0.461089806729199636 +42314 aapg_ad_760.html aapg_ad_760.html:187:20499:20525 Margarita Monterey, California -0.462097962880594848 +42315 cspg_html_6566356550 cspg_html_6566356550:71:12065:12073 Columbia Henderson, Nevada -0.0242016752892677545 +42316 aapg_aa_15.html aapg_aa_15.html:107:14236:14244 Colorado Texas -0.0158448200336194084 +42317 aapg_ai_851.html aapg_ai_851.html:9:1770:1785 Cibao Puerto Rico -0.485266333037401854 +42318 gsa_html_4593629541 gsa_html_4593629541:75:8248:8268 Littleton Rangeley, Maine -0.450649451770273157 +42319 aapg_ah_753.html aapg_ah_753.html:217:34246:34253 Windsor Mississippian culture -0.417417811248709303 +42320 cspg_html_6193252551 cspg_html_6193252551:229:26256:26290 Mingan Anticosti Island -0.10870330935218607 +42321 aapg_aa_152.html aapg_aa_152.html:129:14788:14794 Sierra Coahuila -0.040554329778819502 +42322 cspg_html_4785922166 cspg_html_4785922166:635:67568:67584 Besa River Victoria, British Columbia 0.0084533746806839706 +42323 aapg_ac_825.html aapg_ac_825.html:121:13173:13199 Monterey Carmel, Indiana -0.397398110589489928 +42324 aapg_ah_876.html aapg_ah_876.html:299:38097:38108 Pine Island San Marcos, California -0.0558000933970826327 +42325 cspg_html_6502178723 cspg_html_6502178723:64:10336:10355 Pardonet Middle East -0.460337276166031373 +42326 cspg_html_3187844923 cspg_html_3187844923:32:6021:6033 Sustut Omineca Mountains -0.0582723056187257615 +42327 palaios_html_5582845937 palaios_html_5582845937:309:30909:30917 Virginia Hampton, New Hampshire -0.0503371552170116185 +42328 aapg_ac_498.html aapg_ac_498.html:52:4768:4781 Cotton Valley Shreveport, Louisiana -0.000180666507077184774 +42329 aapg_ae_544.html aapg_ae_544.html:301:35810:35825 Telegraph Creek Niobrara, Nebraska -0.460410000722277057 +42330 cspg_html_5241714595 cspg_html_5241714595:69:11686:11704 Prairie Victoria, British Columbia 0.148141958285126996 +42331 cspg_html_2198503252 cspg_html_2198503252:58:6247:6259 Percha New Mexico -0.04995370085151081 +42332 aapg_ae_28.html aapg_ae_28.html:894:66499:66503 Bell Illinois -0.462111625185478381 +42333 geology_html_9849574053 geology_html_9849574053:285:22368:22386 Norphlet Alabama -0.00984327149097449609 +42334 aapg_af_561.html aapg_af_561.html:428:39598:39610 Wasatch Wasatch Range -0.315062857400509266 +42335 cspg_html_6839937815 cspg_html_6839937815:349:48943:48961 Moenkopi Reno, Nevada -0.193075337944676767 +42336 aapg_aa_260.html aapg_aa_260.html:429:40218:40232 Lisburne Anchorage, Alaska -0.489899180704299886 +42337 palaios_html_8113714689 palaios_html_8113714689:60:5645:5663 Au Train Munising, Michigan -0.457555451333636842 +42338 cspg_html_3385840278 cspg_html_3385840278:81:11702:11723 Beaverhill Lacombe, Alberta -0.470236848829719556 +42339 cspg_html_9689514766 cspg_html_9689514766:852:110678:110693 Onondaga Detroit River International Wildlife Refuge -0.427988056850810095 +42340 aapg_ac_692.html aapg_ac_692.html:19:2606:2614 Columbia Victoria, British Columbia -0.444844842741709823 +42341 aapg_aa_569.html aapg_aa_569.html:15:2954:2964 Pottsville Greenbrier (Great Smoky Mountains) -0.43347626990885002 +42342 cspg_html_1159794850 cspg_html_1159794850:224:33305:33312 Hunting Southwestern Ontario -0.480904968568341529 +42343 aapg_af_483.html aapg_af_483.html:159:21590:21612 Esquias Lima, Ohio -0.043068633588496115 +42344 aapg_ac_315.html aapg_ac_315.html:837:79156:79174 Tensleep Cheyenne, Wyoming -0.489889776983278402 +42345 aapg_af_129.html aapg_af_129.html:294:30828:30836 Colorado Colorado -0.465835581370964813 +42346 aapg_ai_492.html aapg_ai_492.html:164:20901:20907 Denver Colorado -0.466299888436986554 +42347 aapg_ai_811.html aapg_ai_811.html:50:8149:8165 Salina Detroit River International Wildlife Refuge -0.00253281259735845714 +42348 aapg_ai_296.html aapg_ai_296.html:666:63312:63329 Everton Arkansas -0.175396498898069381 +42349 aapg_ac_333.html aapg_ac_333.html:406:52229:52242 Abo Supai, Arizona -0.349519567949363841 +42350 aapg_af_653.html aapg_af_653.html:1083:128403:128417 Temblor Monterey, California -0.445106268068768518 +42351 aapg_af_129.html aapg_af_129.html:141:14951:14956 Eagle Colorado -0.485285038948243097 +42352 sedimentology_html_6156482329 sedimentology_html_6156482329:932:71875:71882 Renault North Island (Houtman Abrolhos) -0.0187314184669610528 +42353 gsa_html_9487992082 gsa_html_9487992082:209:25907:25915 Moenkopi Chinle Formation -0.0210726272729466063 +42354 aapg_ad_798.html aapg_ad_798.html:195:19927:19935 Beaumont Beaumont, Texas -0.415113588382305221 +42355 gsa_html_2667366192 gsa_html_2667366192:528:50745:50753 Billings California 0.0051247343510113369 +42356 aapg_ai_584.html aapg_ai_584.html:900:95026:95035 Minnelusa Black Hills -0.00357860677920869346 +42357 gsa_html_5261839912 gsa_html_5261839912:147:14811:14828 Montevideo Gneiss Montevideo, Minnesota -0.0222894098360483031 +42358 aapg_af_471.html aapg_af_471.html:76:10422:10456 Pennington Alabama -0.471193362251331016 +42359 aapg_ac_719.html aapg_ac_719.html:41:4272:4295 Poison Canyon Huerfano, New Mexico -0.51098142622720033 +42360 gsa_html_1079290957 gsa_html_1079290957:965:94962:94981 Chugwater Cheyenne, Wyoming -0.462877048614286357 +42361 aapg_ai_278.html aapg_ai_278.html:422:58171:58183 San Cayetano Nassau, Bahamas -0.437408487283808822 +42362 aapg_af_397.html aapg_af_397.html:266:33183:33190 Todilto Entrada Sandstone -0.0882908975330086582 +42363 aapg_aa_842.html aapg_aa_842.html:48:3885:3904 Atoka Strawn, Texas -0.473413916391550615 +42364 aapg_aa_143.html aapg_aa_143.html:933:103087:103113 Oakville Texas 0.0555523991937184047 +42365 aapg_ae_961.html aapg_ae_961.html:292:21693:21709 Dakota Western world -0.43911211811260753 +42366 cspg_html_8694594891 cspg_html_8694594891:24:2666:2684 Billings Ottawa, Kansas -0.470181697121159758 +42367 aapg_ad_801.html aapg_ad_801.html:138:15333:15340 Naheola Shreveport, Louisiana -0.427211623217386149 +42368 gsa_html_7090153753 gsa_html_7090153753:568:45156:45182 Monterey California -0.0369512035856853355 +42369 cspg_html_9343899465 cspg_html_9343899465:1251:106115:106127 Hell Gate Ellesmere Island -0.462102516958969756 +42370 gsa_html_1251300076 gsa_html_1251300076:153:13712:13729 Entrada Goblin Valley State Park 0.00157388492495401659 +42371 cspg_html_8571955552 cspg_html_8571955552:552:61767:61779 Kingak Anchorage, Alaska -0.0535310597964058985 +42372 aapg_ai_296.html aapg_ai_296.html:663:63138:63155 Everton Newton County, Georgia -0.448327675040319895 +42373 aapg_aa_745.html aapg_aa_745.html:109:14521:14536 Queen Nashville Basin -0.468054102450840448 +42374 cspg_html_7675189126 cspg_html_7675189126:238:32590:32605 Sinwa Southern United States -0.497512762155281452 +42375 aapg_ad_979.html aapg_ad_979.html:165:13793:13814 Sweetland Creek Illinois -0.452055720301517416 +42376 cspg_html_9435196958 cspg_html_9435196958:1367:57674:57689 Lance Regina, Saskatchewan -0.450784359288809666 +42377 aapg_ac_26.html aapg_ac_26.html:144:19163:19182 Athabasca Lacombe, Alberta -0.0590000151577707577 +42378 aapg_ad_466.html aapg_ad_466.html:977:105975:105981 Tinton Red Bank, New Jersey -0.0790927086993869627 +42379 aapg_aa_957.html aapg_aa_957.html:48:3924:3932 Oakville Texas 0.498823256662545178 +42380 cspg_html_4860363565 cspg_html_4860363565:50:6745:6760 Elk Regina, Saskatchewan -0.462644618431458876 +42381 cspg_html_7914348578 cspg_html_7914348578:512:57357:57364 Bromide Lacombe, Alberta -0.481230723565142238 +42382 cspg_html_5450075884 cspg_html_5450075884:204:23532:23549 Cardium Wadsworth, Ohio -0.428809045611172668 +42383 geology_html_5784584308 geology_html_5784584308:242:23796:23804 Colorado Denver -0.454041701910604445 +42384 aapg_ai_694.html aapg_ai_694.html:14:2199:2206 Prairie Beaumont, Texas 0.00953054056718567397 +42385 aapg_ah_335.html aapg_ah_335.html:470:61256:61266 Pottsville Pottsville, Pennsylvania -0.436298807226921048 +42386 sedimentology_html_6711379489 sedimentology_html_6711379489:778:48633:48652 Hesquiat Victoria, British Columbia -0.0303556393986496656 +42387 gsa_html_4667678389 gsa_html_4667678389:1272:121172:121178 Moscow Boise, Idaho -0.462261924354454456 +42388 sedimentology_html_6613171970 sedimentology_html_6613171970:620:52224:52228 Hall London, Ontario -0.435767689782418699 +42389 aapg_ad_575.html aapg_ad_575.html:204:26580:26599 Minnelusa Cheyenne, Wyoming -0.447859095614761116 +42390 cspg_html_7602315496 cspg_html_7602315496:13:2195:2208 Bearpaw Lacombe, Alberta 0.0189816900058150766 +42391 cspg_html_7989435905 cspg_html_7989435905:222:24442:24448 Fernie Pincher Creek, Alberta 0.00361335093326647754 +42392 gsa_html_1826402027 gsa_html_1826402027:525:61056:61064 Moenkopi Little Colorado River -0.0896057367909458696 +42393 aapg_ah_708.html aapg_ah_708.html:308:42499:42506 El Paso Texas -0.0189695239556965725 +42394 geology_html_6050254205 geology_html_6050254205:226:22659:22669 Las Cruces Mexico -0.0871712324721038018 +42395 aapg_af_891.html aapg_af_891.html:231:25782:25792 Dewey Lake Texas -0.44304146514738707 +42396 aapg_ah_505.html aapg_ah_505.html:1254:100154:100173 Morrison Idaho Springs, Colorado 0.0603282553696389626 +42397 aapg_ah_318.html aapg_ah_318.html:1929:177324:177328 Yeso Durango, Durango 0.0565240405276485475 +42398 aapg_aa_86.html aapg_aa_86.html:40:3410:3416 Paluxy Buda, Texas -0.0161923738037419891 +42399 aapg_ac_841.html aapg_ac_841.html:237:30505:30525 Metapan Guatemala -0.447314589257592876 +42400 geology_html_3251130221 geology_html_3251130221:16:996:1020 Navajo Arizona -0.484077007932315562 +42401 cspg_html_9729377176 cspg_html_9729377176:1023:110691:110699 Columbia Victoria, British Columbia -0.0221155785118801462 +42402 AMJC_html_8047479732 AMJC_html_8047479732:571:67488:67493 Crete Kavala -0.454143259443463898 +42403 cspg_html_8362959053 cspg_html_8362959053:108:15628:15640 Luscar Lacombe, Alberta -0.0325612728688678896 +42404 aapg_ad_184.html aapg_ad_184.html:654:90622:90629 Choptank Huntington, West Virginia -0.0329666115288539258 +42405 aapg_ah_779.html aapg_ah_779.html:603:111081:111088 Chemung Genesee River -0.450725896910529999 +42406 aapg_ae_576.html aapg_ae_576.html:412:35951:35961 Wulff Land Washington (state) -0.434712986404073964 +42407 cspg_html_7587979364 cspg_html_7587979364:398:32321:32344 Sulphur Point Lacombe, Alberta -0.479586916180102352 +42408 aapg_aa_621.html aapg_aa_621.html:660:74870:74878 Tensleep Cheyenne, Wyoming -0.452927573923113447 +42409 aapg_ai_17.html aapg_ai_17.html:1335:91111:91130 Vicksburg Shreveport, Louisiana -0.00436035322610329925 +42410 aapg_af_733.html aapg_af_733.html:56:7892:7911 Smackover Alabama 0.895807913695847224 +42411 aapg_ai_288.html aapg_ai_288.html:160:21508:21516 Woodford California -0.503041677516484542 +42412 aapg_ai_975.html aapg_ai_975.html:185:20953:20970 Hosston Texas -0.455595651058867956 +42413 aapg_ah_318.html aapg_ah_318.html:304:43400:43409 Morehouse Logan, Utah -0.477872040110580265 +42414 geology_html_1816302922 geology_html_1816302922:332:25885:25903 Willwood Cheyenne, Wyoming -0.0788895248638988161 +42415 aapg_ac_881.html aapg_ac_881.html:97:10463:10489 Dakota Black Hills -0.445233656027364533 +42416 aapg_aa_463.html aapg_aa_463.html:135:26812:26835 Smackover Metro Manila 0.0920065097997967152 +42417 cspg_html_1293312960 cspg_html_1293312960:22:2639:2645 Sierra Beaumont, Texas -0.49570469701623765 +42418 sedimentology_html_8453373858 sedimentology_html_8453373858:1158:71783:71787 Hall London, Ontario -0.0687093721038394695 +42419 jgeology_html_5471448181 jgeology_html_5471448181:249:22479:22497 Morrison Kayenta, Arizona -0.444891759770598527 +42420 aapg_ae_845.html aapg_ae_845.html:37:4553:4559 Morgan Denver 0.00557294326279580542 +42421 aapg_ac_609.html aapg_ac_609.html:498:45831:45849 Ramparts Manitoba 0.0163348723417566302 +42422 aapg_aa_736.html aapg_aa_736.html:263:24248:24252 Lane Michigan 0.0112801303919345813 +42423 aapg_ai_920.html aapg_ai_920.html:67:12198:12206 Honeycut Nashville Basin -0.48312719960823608 +42424 cspg_html_4287356899 cspg_html_4287356899:1067:146825:146846 Sadlerochit Lisburne Peninsula -0.470262127852539125 +42425 aapg_af_494.html aapg_af_494.html:247:26847:26863 Boas River East Bay (San Francisco Bay Area) -0.440280728439214952 +42426 gsa_html_1119256423 gsa_html_1119256423:155:15484:15509 Peoria Nebraska -0.0109795492601601104 +42427 aapg_aa_4.html aapg_aa_4.html:208:27900:27906 Ithaca West Fork River -0.0558960337255716214 +42428 aapg_ad_145.html aapg_ad_145.html:25:2750:2784 Paradox Lisbon -0.487075683437370066 +42429 aapg_ah_318.html aapg_ah_318.html:751:80580:80599 Smackover Arkansas -0.45099125631104503 +42430 aapg_ad_720.html aapg_ad_720.html:209:21526:21546 San Andres New Mexico -0.468384265774498543 +42431 palaios_html_2623970001 palaios_html_2623970001:570:54012:54043 Chinle Arizona -0.429008912224210892 +42432 aapg_ah_181.html aapg_ah_181.html:123:14570:14586 Chinle Chinle Formation -0.43344757972276704 +42433 aapg_af_602.html aapg_af_602.html:704:87159:87177 Caballos Texas -0.507524056198405349 +42434 aapg_af_95.html aapg_af_95.html:445:33076:33093 Edwards Texas 0.0130159112039108672 +42435 aapg_aa_682.html aapg_aa_682.html:576:56752:56762 Cherryvale Cherryvale, Kansas -0.213530005603249473 +42436 palaios_html_9719282309 palaios_html_9719282309:771:56976:56984 Montreal Canada -0.0384097003788234775 +42437 cspg_html_9735723617 cspg_html_9735723617:357:45850:45874 Beverley Inlet Melville Island (Canada) -0.0335372413880994369 +42438 cspg_html_6786864151 cspg_html_6786864151:80:10998:11020 Trent River Qualicum River -0.510578883729431832 +42439 gsa_html_5081991493 gsa_html_5081991493:461:41120:41145 Duchesne River Uinta Mountains -0.452927573923113447 +42440 gsa_html_6491840124 gsa_html_6491840124:792:64789:64804 Salt Lake Boise, Idaho -0.159515640151974059 +42441 aapg_ac_971.html aapg_ac_971.html:126:17017:17033 Oil Creek Seminole, Texas -0.00382181610432916728 +42442 gsa_html_3872060924 gsa_html_3872060924:438:37337:37347 Las Cruces New Mexico -0.0360514955069057563 +42443 gsa_html_8881958017 gsa_html_8881958017:561:53010:53020 Quesnellia Victoria, British Columbia -0.4899838188757622 +42444 sedimentology_html_3100976179 sedimentology_html_3100976179:196:9862:9866 Hall London, Ontario -0.424391951314652904 +42445 cspg_html_1274054064 cspg_html_1274054064:648:77660:77671 Belly River Arctic Cordillera -0.0133078241167712726 +42446 aapg_af_854.html aapg_af_854.html:830:117188:117212 Aux Vases Illinois -0.416558780772657289 +42447 aapg_ai_503.html aapg_ai_503.html:320:35242:35249 Grimsby Rochester, Kent -0.0386046469573407755 +42448 cspg_html_6259492324 cspg_html_6259492324:323:33526:33533 Kutchin Kut -0.451767539383647998 +42449 cspg_html_5241714595 cspg_html_5241714595:845:112274:112307 Graminia Lacombe, Alberta -0.489885075161781369 +42450 aapg_ae_959.html aapg_ae_959.html:2315:165297:165319 Seven Rivers Panhandle, Texas -0.00333887242237054967 +42451 gsa_html_4719798013 gsa_html_4719798013:86:10095:10120 Blackwater Draw Pecos River -0.496881985799363712 +42452 aapg_ai_963.html aapg_ai_963.html:6:715:727 Paluxy New Hope, Pennsylvania -0.00818929939777349181 +42453 aapg_ai_593.html aapg_ai_593.html:1217:131655:131670 Sligo Shreveport, Louisiana -0.428868342306482297 +42454 aapg_ai_31.html aapg_ai_31.html:61:7056:7075 Catahoula Oakville, California -0.020415599374651202 +42455 aapg_ah_199.html aapg_ah_199.html:18:2496:2501 Atoka Berlin 0.00299316941719320615 +42456 cspg_html_4287356899 cspg_html_4287356899:640:89354:89366 Jungle Creek Porcupine River (Ontario) -0.498640329169128094 +42457 aapg_ai_810.html aapg_ai_810.html:4:515:523 Norphlet Mississippi River -0.203234642484330874 +42458 jgeology_html_4115179562 jgeology_html_4115179562:747:54490:54516 Knobs Virginia -0.0644422036920472285 +42459 AMJC_html_3664856625 AMJC_html_3664856625:304:34828:34847 Tongue River Mesa, Arizona -0.0433054743353417024 +42460 cspg_html_5210692627 cspg_html_5210692627:339:42267:42283 Clearwater Middle East -0.513439527987227695 +42461 aapg_ad_721.html aapg_ad_721.html:330:32550:32561 Cloud Chief Texas -0.491056633019370192 +42462 cspg_html_8649903682 cspg_html_8649903682:29:3642:3650 Columbia Victoria, British Columbia -0.00035264713868171768 +42463 aapg_ae_325.html aapg_ae_325.html:142:10018:10024 Pocono Huntington, West Virginia -0.237137757743123512 +42465 aapg_aa_251.html aapg_aa_251.html:167:13717:13730 Cotton Valley Limestone County, Alabama -0.436872309743032927 +42466 palaios_html_6327369225 palaios_html_6327369225:58:7980:8004 Wasatch Logan, Utah 2.77948468513044932e-05 +42467 gsa_html_9991813982 gsa_html_9991813982:58:4170:4198 Green River Colorado 0.0129429334376464592 +42468 sedimentology_html_7487196157 sedimentology_html_7487196157:771:46432:46436 Hall London, Ontario -0.0387508594408773402 +42469 aapg_af_638.html aapg_af_638.html:238:18533:18541 Michigan Saginaw, Michigan -0.471639785200352879 +42470 gsa_html_3447147750 gsa_html_3447147750:1258:89795:89810 Vicksburg Mississippi River -0.454034931813569353 +42471 aapg_ac_82.html aapg_ac_82.html:66:7094:7102 Woodbine Arbuckle, California -0.449703411954729404 +42472 gsa_html_4298040492 gsa_html_4298040492:824:93582:93590 Columbia Victoria, British Columbia -0.466920106770381871 +42473 aapg_ad_466.html aapg_ad_466.html:1664:171925:171938 Virginia Closter, New Jersey -0.0378335861423178335 +42474 aapg_aa_734.html aapg_aa_734.html:233:25357:25365 Caballos Arkansas -0.0438697385751906713 +42475 cspg_html_3990529684 cspg_html_3990529684:298:36080:36096 Chinle Colorado Plateau -0.460269102262388319 +42476 aapg_ad_116.html aapg_ad_116.html:531:68361:68373 Corbin Ranch Jefferson County, Colorado -0.0277904283209578391 +42477 aapg_ae_180.html aapg_ae_180.html:48:5618:5626 Woodbine Austin, Chicago -0.0713828306318116668 +42478 aapg_ad_466.html aapg_ad_466.html:611:69035:69047 Marshalltown Mount Laurel Township, New Jersey -0.423229723234377797 +42479 sedimentology_html_9715489579 sedimentology_html_9715489579:865:36777:36788 Devils Hole Reno, Nevada -0.486588444102287743 +42480 aapg_af_90.html aapg_af_90.html:118:17239:17256 Stirling Spring Mountains National Recreation Area -0.0565379969022386936 +42481 aapg_ad_811.html aapg_ad_811.html:288:31587:31594 Prairie Beaumont, Texas -0.00818929939777349181 +42482 aapg_ad_691.html aapg_ad_691.html:101:11970:11981 Main Street Texas -0.44326223419282984 +42483 aapg_ad_801.html aapg_ad_801.html:280:29949:29958 Red River Shreveport, Louisiana -0.467336881448994379 +42484 aapg_ad_466.html aapg_ad_466.html:453:53756:53769 Merchantville Merchantville, New Jersey -0.0698195098335119141 +42485 AMJC_html_8402437205 AMJC_html_8402437205:665:66055:66063 Columbia Canada -0.00369847415980369305 +42486 aapg_ai_399.html aapg_ai_399.html:169:17214:17227 Porters Creek Missouri River -0.00819798606036370794 +42487 aapg_ah_508.html aapg_ah_508.html:64:7227:7250 Conococheague Maryland -0.231947617714704568 +42488 aapg_ac_334.html aapg_ac_334.html:255:24257:24267 Boyd Creek Indian Mountain State Park -0.025689926843247262 +42489 sedimentology_html_8169007399 sedimentology_html_8169007399:459:51242:51249 Francis London, Ontario -0.0908472221884986803 +42490 aapg_ae_369.html aapg_ae_369.html:41:5087:5092 Eutaw Alabama 0.383409617575008577 +42491 palaios_html_6327369225 palaios_html_6327369225:404:49064:49085 Green River Cheyenne, Wyoming -0.457555451333636842 +42492 palaios_html_5941046452 palaios_html_5941046452:12:638:646 Michigan Michigan -0.0311226948006410493 +42493 aapg_ad_544.html aapg_ad_544.html:49:8909:8926 Chinle Cleveland -0.432421928049857018 +42494 aapg_ae_777.html aapg_ae_777.html:286:33871:33895 Espiritu Santo San Miguel County, New Mexico -0.448282824521055501 +42495 gsa_html_4446967287 gsa_html_4446967287:1154:101096:101124 Green River Colorado -0.0102845739324916134 +42496 cspg_html_6154668421 cspg_html_6154668421:148:15451:15464 Wabamun Lone Pine, California -0.4597920302667165 +42497 aapg_aa_689.html aapg_aa_689.html:62:7863:7871 Michigan Detroit River International Wildlife Refuge -0.449937021729037434 +42498 aapg_ah_859.html aapg_ah_859.html:332:34471:34484 Wilcox Alabama -0.0197134048853638798 +42499 sedimentology_html_9633602572 sedimentology_html_9633602572:1343:67153:67168 Leduc Lacombe, Alberta -0.424846739582848965 +42500 geology_html_5334056231 geology_html_5334056231:148:13746:13753 Shuswap Victoria, British Columbia -0.040395903070456575 +42501 aapg_ai_594.html aapg_ai_594.html:432:43566:43574 Colorado Worcester, Massachusetts -0.0784551606872300467 +42502 gsa_html_3665794246 gsa_html_3665794246:55:3519:3547 Green River Colorado -0.00168159033485223096 +42503 aapg_ai_584.html aapg_ai_584.html:1539:141070:141086 Casper Cheyenne, Wyoming -0.0605063062130408585 +42504 gsa_html_5525079715 gsa_html_5525079715:416:49966:49979 Northwest Arm Russell Fjord -0.521493319594530602 +42505 aapg_ad_337.html aapg_ad_337.html:251:27774:27791 Vasquez San Fernando Valley 1.05317621277075224 +42506 gsa_html_8985264904 gsa_html_8985264904:16:736:744 Galisteo San Jose, California -0.454068782805138071 +42507 sedimentology_html_3296239633 sedimentology_html_3296239633:1485:112380:112412 Cutler Colorado Western Slope -0.477234757760444439 +42508 geology_html_7569052644 geology_html_7569052644:59:5271:5285 Mao Dominican Republic -0.890159211363889868 +42509 aapg_aa_820.html aapg_aa_820.html:142:15964:15974 Rio Grande Sergipe -0.0207806119417890435 +42510 gsa_html_1636483297 gsa_html_1636483297:936:80434:80442 Colorado Uinta Mountains -0.0541954731072742807 +42511 aapg_ae_180.html aapg_ae_180.html:91:11086:11092 Animas Denver -0.014941203695627946 +42512 aapg_ae_921.html aapg_ae_921.html:227:18015:18025 Minnekahta Black Hills 0.637278367942957114 +42513 aapg_ae_81.html aapg_ae_81.html:379:47722:47730 Woodford Atoka, Oklahoma -0.0237792189309356042 +42514 aapg_ad_335.html aapg_ad_335.html:323:38492:38502 Fort Union Fort Union Trading Post National Historic Site -0.480563058112629005 +42515 aapg_aa_712.html aapg_aa_712.html:95:11610:11618 Glenwood Hennepin, Illinois -0.0116467387889204136 +42516 aapg_af_355.html aapg_af_355.html:108:15870:15890 Rincon Cheyenne, Wyoming -0.0158170159526457507 +42517 cspg_html_3926542795 cspg_html_3926542795:1424:146741:146770 Swan Hills Canada -0.02390265150978289 +42518 gsa_html_3144986031 gsa_html_3144986031:241:25221:25238 Buttle Lake England -0.455279223830003521 +42519 palaios_html_6100595217 palaios_html_6100595217:53:5390:5413 Moodys Branch Lisbon -0.451767539383647998 +42520 aapg_aa_784.html aapg_aa_784.html:23:2133:2155 Chainman Yucca Mountain -0.455211432419709627 +42521 cspg_html_7281679890 cspg_html_7281679890:391:65414:65435 Hare Indian Fort Good Hope Airport -0.484674969173666037 +42522 aapg_ai_764.html aapg_ai_764.html:198:20931:20948 El Paso Arizona 0.00404070500823521667 +42523 AMJC_html_7380464118 AMJC_html_7380464118:271:33151:33160 Peninsula Korea -0.4597965726108596 +42524 cspg_html_9771826320 cspg_html_9771826320:338:59954:59985 Amphitheatre Eocene -0.48663294001243923 +42525 aapg_ad_695.html aapg_ad_695.html:362:23310:23320 Cane River Shreveport, Louisiana -0.445273887467667717 +42526 aapg_ah_513.html aapg_ah_513.html:364:38138:38160 Basal Jefferson County, Colorado -0.443688311537407287 +42527 cspg_html_1962846283 cspg_html_1962846283:538:66372:66379 Cadomin Lacombe, Alberta -0.0332814982379016425 +42528 aapg_ai_164.html aapg_ai_164.html:457:43578:43594 San Andres West Texas -0.0100621846511943919 +42529 jgeology_html_8596065691 jgeology_html_8596065691:698:60147:60156 Los Pasos Caribbean -0.448327675040319895 +42530 cspg_html_8231573314 cspg_html_8231573314:329:30779:30787 Columbia Victoria, British Columbia 0.00179971890851827153 +42531 aapg_ah_625.html aapg_ah_625.html:3:429:450 Green River Logan, Utah 0.724308909616165342 +42532 cspg_html_7178716951 cspg_html_7178716951:10:1097:1115 Kootenay Lacombe, Alberta -0.489889776983278402 +42533 aapg_ad_628.html aapg_ad_628.html:130:15031:15060 Wilcox Shreveport, Louisiana 0.00957571265714924832 +42534 aapg_aa_935.html aapg_aa_935.html:10:1525:1530 Eutaw Ocala, Florida 0.0399415292413974818 +42535 gsa_html_5865982995 gsa_html_5865982995:951:104042:104063 Green River London, Ontario 0.296919348061668809 +42536 cspg_html_1818321956 cspg_html_1818321956:450:45465:45473 Columbia Victoria, British Columbia -0.425358634701132332 +42537 geology_html_6674220555 geology_html_6674220555:65:6270:6280 Rio Grande Albuquerque, New Mexico -0.0385036919951944542 +42538 geology_html_9210804293 geology_html_9210804293:88:6455:6468 Thaynes Logan, Utah -0.19120069905590073 +42539 aapg_ah_617.html aapg_ah_617.html:47:5036:5064 Phosphoria Cheyenne, Wyoming 0.0014766026609327194 +42540 aapg_ad_2.html aapg_ad_2.html:1399:191540:191551 Black River Chambersburg, Pennsylvania -0.0122896166911195832 +42541 geology_html_3244064022 geology_html_3244064022:44:3946:3952 Oregon Washington (state) -0.471349814541787038 +42542 aapg_ad_719.html aapg_ad_719.html:120:13418:13424 Blaine Hardeman County, Tennessee -0.462225485866077257 +42543 aapg_ai_11.html aapg_ai_11.html:228:27893:27903 Lane Plattsburg, Missouri -0.018955619907530568 +42544 cspg_html_2040245760 cspg_html_2040245760:323:29719:29727 Columbia Victoria, British Columbia -0.49871872177518084 +42545 aapg_ai_337.html aapg_ai_337.html:332:34584:34590 Ludlow Salina, Kansas -0.0381033635608957824 +42546 aapg_ai_785.html aapg_ai_785.html:22:2392:2400 Michigan Ohio 0.0221920640754822464 +42547 aapg_ac_940.html aapg_ac_940.html:517:56215:56223 Columbia Delaware -0.407614238586680777 +42548 aapg_ae_419.html aapg_ae_419.html:221:28269:28280 Otates Matamoros, Tamaulipas -0.462225485866077257 +42549 aapg_af_14.html aapg_af_14.html:391:34280:34303 Almond Table Rock, Wyoming -0.437098264428985472 +42550 cspg_html_6702053097 cspg_html_6702053097:436:50238:50256 Highgate North Atlantic Current -0.493905230900802183 +42551 gsa_html_4873957926 gsa_html_4873957926:837:95481:95489 San Luis Creede, Colorado -0.459860167847925383 +42552 aapg_ac_514.html aapg_ac_514.html:18:2116:2134 Woodbine Buda, Texas -0.00696275827002107526 +42553 sedimentology_html_2041096405 sedimentology_html_2041096405:153:14138:14151 A-1 Carbonate Guelph -0.426501543042148601 +42554 aapg_ad_49.html aapg_ad_49.html:133:13229:13247 Crescent Washington (state) -0.488651745027914197 +42555 gsa_html_9299329909 gsa_html_9299329909:659:74368:74381 Santa Barbara Baja California peninsula -0.0388274478076049076 +42556 jgeology_html_6388378441 jgeology_html_6388378441:372:30844:30851 El Paso Texas -0.489955605215405154 +42557 aapg_ae_987.html aapg_ae_987.html:50:4185:4200 Viola Black Hills 0.00387740688998069061 +42558 palaios_html_7860397774 palaios_html_7860397774:912:67849:67860 Bloomington Venezuela -0.460964719996515115 +42559 aapg_ai_584.html aapg_ai_584.html:430:42157:42168 Reclamation Moorcroft, Wyoming -0.472501057082917231 +42560 cspg_html_6377182173 cspg_html_6377182173:269:35820:35833 Turner Valley Lacombe, Alberta -0.447276508327869859 +42561 AMJC_html_2360213652 AMJC_html_2360213652:658:76521:76529 Virginia Reston, Virginia -0.0535729107489062092 +42562 gsa_html_9353787239 gsa_html_9353787239:1187:99903:99912 Flagstaff Arizona -0.0465661867457523512 +42563 cspg_html_9214997177 cspg_html_9214997177:38:5416:5428 Winnipegosis Regina, Saskatchewan -0.46398990802263862 +42564 aapg_ah_253.html aapg_ah_253.html:357:41026:41046 San Andres Pecos River -0.477957819287112229 +42565 cspg_html_5542874609 cspg_html_5542874609:163:26005:26023 Kaskapau Dissected Till Plains -0.432686505514578101 +42566 aapg_ah_318.html aapg_ah_318.html:1895:173500:173516 Olvido Matamoros, Tamaulipas 0.038075515230135637 +42567 geology_html_4705110813 geology_html_4705110813:22:1371:1381 Washington Vancouver -0.0074248793072545817 +42568 aapg_ai_153.html aapg_ai_153.html:486:73920:73928 Tensleep Cheyenne, Wyoming -0.00253281259735845714 +42569 cspg_html_3233680622 cspg_html_3233680622:447:52711:52733 Lawson Banks Island -0.496043265221558505 +42570 aapg_ah_972.html aapg_ah_972.html:470:46923:46931 Whitsett Houston -0.474009171210690694 +42571 palaios_html_2298416430 palaios_html_2298416430:380:41216:41238 Judith River Canada -0.0193049620802523206 +42572 cspg_html_9493908895 cspg_html_9493908895:125:10989:11000 Peace River Lacombe, Alberta -0.492470301114008024 +42573 AMJC_html_6430804426 AMJC_html_6430804426:794:64016:64020 Omoa Honduras -0.466741549175746284 +42574 aapg_ae_471.html aapg_ae_471.html:461:42100:42119 Smackover Cotton Valley, Louisiana -0.488508559619346305 +42575 aapg_af_575.html aapg_af_575.html:1087:157338:157344 Dockum Texas County, Missouri -0.477142101104954475 +42576 gsa_html_9513959579 gsa_html_9513959579:731:77381:77409 Green River Colorado -0.0393792500826810471 +42577 palaios_html_1521536752 palaios_html_1521536752:541:55658:55697 Bluefield Blacksburg, Virginia -0.508583544290645562 +42578 gsa_html_5756232019 gsa_html_5756232019:914:79837:79843 Reston New Mexico -0.00562506076616993075 +42579 cspg_html_8891363498 cspg_html_8891363498:9:1010:1015 Yukon Reno, Nevada -0.0718148357754403444 +42580 cspg_html_6064089067 cspg_html_6064089067:47:5169:5187 Winnipeg Manitoba -0.483631144002422242 +42581 aapg_ae_220.html aapg_ae_220.html:6:754:768 Fredericksburg Paluxy, Texas -0.478280146619880497 +42582 aapg_ad_0.html aapg_ad_0.html:163:16167:16172 Rapid Escanaba, Michigan -0.494751281926012032 +42583 palaios_html_1276188815 palaios_html_1276188815:654:64678:64686 Colorado Logan, Utah -0.441392939290133568 +42584 aapg_ah_532.html aapg_ah_532.html:74:6846:6862 Elbert Ouray, Colorado -0.0186775409744464604 +42585 aapg_af_13.html aapg_af_13.html:59:6585:6596 Skull Creek Colorado -0.555336416827354684 +42586 cspg_html_3860685167 cspg_html_3860685167:698:69638:69643 Banff Lacombe, Alberta -0.0154103849420370986 +42587 cspg_html_3328007773 cspg_html_3328007773:791:87604:87612 Dunvegan Lacombe, Alberta -0.431086943566786673 +42588 aapg_ae_223.html aapg_ae_223.html:189:23333:23354 Green River Wasatch Range -0.465787563493960222 +42589 aapg_ad_918.html aapg_ad_918.html:40:5989:6007 Niobrara Colorado Springs, Colorado -0.0178607060340597694 +42590 cspg_html_9751694613 cspg_html_9751694613:434:31879:31887 Beaufort Victoria, British Columbia -0.437953842888147871 +42591 aapg_ad_52.html aapg_ad_52.html:636:68813:68831 Michigan Isabella County, Michigan -0.495894089017784534 +42592 aapg_ah_427.html aapg_ah_427.html:1152:147914:147924 Rio Grande Arkansas -0.446521936096131722 +42593 cspg_html_5541937700 cspg_html_5541937700:881:107875:107899 Basal Canada -0.0851818168587095276 +42594 aapg_ad_466.html aapg_ad_466.html:1511:159633:159641 St Marys Virginia -0.477130519718023338 +42595 aapg_ad_858.html aapg_ad_858.html:115:7215:7225 Lewisville Nevada County, California -0.444945382159606273 +42596 aapg_ah_750.html aapg_ah_750.html:113:15629:15637 San Jose San Jose, California -0.43245499617395633 +42597 AMJC_html_4504848787 AMJC_html_4504848787:127:15427:15449 Mechum River Castleton, Vermont -0.480728181628129914 +42598 gsa_html_3225734041 gsa_html_3225734041:1198:99138:99166 Green River Colorado -0.0172889404553563421 +42599 sedimentology_html_8696183698 sedimentology_html_8696183698:870:68384:68392 Colorado Rocky Mountains -0.0321524692645064336 +42600 aapg_ae_916.html aapg_ae_916.html:595:71094:71102 Cloverly Greybull, Wyoming -0.46814580209221146 +42601 AMJC_html_8619525948 AMJC_html_8619525948:758:75462:75468 Oxford England -0.0370660655999496616 +42602 sedimentology_html_7668777547 sedimentology_html_7668777547:1097:65633:65639 Walker Mojave Desert -0.0861588687112676277 +42603 aapg_ad_721.html aapg_ad_721.html:566:53357:53367 San Andres Carlsbad, New Mexico -0.422193206436869806 +42604 geology_html_8106588521 geology_html_8106588521:227:19138:19144 Denver Colorado -0.0447440730819334553 +42605 aapg_ah_372.html aapg_ah_372.html:12:1814:1820 Midway Alabama -0.463435584788403632 +42606 aapg_ah_722.html aapg_ah_722.html:488:59126:59147 Bathtub Canning River (Alaska) -0.0582339155461368482 +42607 jgeology_html_3669018334 jgeology_html_3669018334:106:3692:3702 San Miguel Mexico -0.437953842888147871 +42608 aapg_aa_314.html aapg_aa_314.html:65:8392:8403 Bedford Hartford, Connecticut -0.450784359288809666 +42609 aapg_ac_251.html aapg_ac_251.html:488:56170:56180 Bald Eagle Pocono Raceway -0.0732842696653886877 +42610 gsa_html_2354205050 gsa_html_2354205050:90:5921:5949 Green River Colorado -0.0442929610094760506 +42611 aapg_ae_73.html aapg_ae_73.html:478:63815:63838 Poison Canyon Trinidad and Tobago -0.123746252372459731 +42612 aapg_aa_399.html aapg_aa_399.html:302:24280:24296 Loon River Clearwater, Florida -0.469230874046953295 +42613 AMJC_html_1873062106 AMJC_html_1873062106:842:94676:94700 Cedar Mountain Cheyenne, Wyoming -0.480611894173340604 +42614 aapg_ah_318.html aapg_ah_318.html:1801:168543:168562 Smackover Arkansas -0.462717531176716879 +42615 jgeology_html_4915516745 jgeology_html_4915516745:1394:89546:89561 Mesaverde Logan, Utah -0.443692774120845845 +42616 aapg_ae_777.html aapg_ae_777.html:34:4556:4572 Sandia Sangre de Cristo Range -0.497835447546589316 +42617 cspg_html_3772380029 cspg_html_3772380029:542:67884:67895 Chasm Creek Churchill River (Atlantic) -0.451740527107044376 +42618 gsa_html_2645269788 gsa_html_2645269788:12:467:475 Virginia Reston, Virginia -0.0423093929821278317 +42619 geology_html_6859574629 geology_html_6859574629:239:24460:24468 Scotland London, Ontario -0.0576354087003293492 +42620 aapg_ah_753.html aapg_ah_753.html:138:23266:23287 Boss Point New Caledonia 0.035562518446775826 +42621 palaios_html_4335779426 palaios_html_4335779426:794:72933:72951 Golconda Bloomington, Indiana 0.0336120517056430201 +42622 aapg_ac_377.html aapg_ac_377.html:184:13169:13177 Colorado Denver -0.487818790090823073 +42623 aapg_ah_442.html aapg_ah_442.html:94:10150:10160 Frio Hockley -0.00972860319356922895 +42624 aapg_ad_3.html aapg_ad_3.html:379:35576:35587 Beekmantown San Fernando Valley -0.446835332876372782 +42625 aapg_ak_135.html aapg_ak_135.html:297:45065:45083 San Onofre Breccia Huntington Beach, California -0.48312719960823608 +42626 aapg_ah_779.html aapg_ah_779.html:242:44498:44503 Utica Alabama -0.0102654623010875242 +42627 aapg_aa_106.html aapg_aa_106.html:246:23629:23652 Winnipegosis Guernsey -0.144639449878435716 +42628 aapg_ae_146.html aapg_ae_146.html:4:588:603 Diablo Chihuahua (state) -0.0577069474480743499 +42629 cspg_html_3874000139 cspg_html_3874000139:313:39425:39460 Olmos Texas -0.0150020229891999878 +42630 gsa_html_3320600310 gsa_html_3320600310:89:7608:7624 Chinle Reno, Nevada 0.00479118531736136624 +42631 cspg_html_2175627313 cspg_html_2175627313:1035:92939:92954 Liard Victoria, British Columbia -0.431086943566786673 +42632 gsa_html_7102550258 gsa_html_7102550258:240:25561:25581 Chinle Chinle Formation 0.891673775240735322 +42633 cspg_html_8649903682 cspg_html_8649903682:265:26296:26307 Peace River Victoria, British Columbia -0.057445224116633907 +42634 aapg_aa_918.html aapg_aa_918.html:728:76221:76231 Salt Plain Kingman, Arizona 0.795555166199739761 +42635 aapg_aa_156.html aapg_aa_156.html:377:37102:37110 Michigan Salina, Kansas -0.0155129109205666468 +42636 palaios_html_2158038376 palaios_html_2158038376:765:65271:65287 Viking Lacombe, Alberta 0.859841306535700456 +42637 gsa_html_4220229801 gsa_html_4220229801:43:3872:3899 Columbia Reno, Nevada -0.495988801002771096 +42638 gsa_html_3320600310 gsa_html_3320600310:56:5897:5913 Chinle Cleveland -0.446186272521599148 +42639 aapg_aa_127.html aapg_aa_127.html:21:3114:3122 Colorado Denver -0.0347969055523305801 +42640 aapg_af_4.html aapg_af_4.html:64:7559:7572 Vaqueros Monterey, California 0.0521780116650716469 +42641 cspg_html_3404912985 cspg_html_3404912985:50:9191:9204 Turner Valley Calgary -0.455229509631582041 +42642 aapg_ah_978.html aapg_ah_978.html:348:32386:32401 Santa Margarita Coalinga, California -0.486759414723522799 +42643 sedimentology_html_2619266804 sedimentology_html_2619266804:31:2057:2063 Guelph Canada 0.0112801303919345813 +42644 aapg_aa_684.html aapg_aa_684.html:10:1333:1337 Jelm John Crow Mountains -0.486436238766394913 +42645 gsa_html_3077327559 gsa_html_3077327559:32:1645:1654 San Diego California -0.449575401198261781 +42646 aapg_ac_714.html aapg_ac_714.html:42:5906:5914 Sundance Cheyenne, Wyoming 0.611447306220383902 +42647 gsa_html_4169081385 gsa_html_4169081385:590:57645:57657 Owens Valley Sierra Nevada (Spain) -0.00993014164144906397 +42648 aapg_ad_466.html aapg_ad_466.html:1053:112670:112681 Hornerstown Swedesboro, New Jersey -0.437960495533138761 +42649 aapg_ah_532.html aapg_ah_532.html:153:12797:12818 Ouray Ouray, Colorado -0.470188590895520009 +42650 cspg_html_5198658336 cspg_html_5198658336:427:49309:49334 Porcupine Calgary -0.495853839651622219 +42651 aapg_af_562.html aapg_af_562.html:49:7039:7049 Pottsville Cumberland River 0.025573434537620069 +42652 cspg_html_2482892781 cspg_html_2482892781:45:7305:7314 Lodgepole Regina, Saskatchewan -0.455536877615232372 +42653 gsa_html_8614162917 gsa_html_8614162917:185:18618:18625 Moenave Chinle Formation -0.452927573923113447 +42654 cspg_html_7086880709 cspg_html_7086880709:10:711:729 Manetoe Western world -0.0442511603309229257 +42655 cspg_html_4680804918 cspg_html_4680804918:571:74843:74863 Bow Island Colorado -0.0665806291926688415 +42656 aapg_ad_864.html aapg_ad_864.html:1392:69514:69533 Catahoula Mississippi River 0.355654404473393138 +42657 aapg_ac_835.html aapg_ac_835.html:333:45952:45968 Bighorn Dolomite Garland, Texas -0.04989269854500962 +42658 cspg_html_3328007773 cspg_html_3328007773:665:70112:70118 Pueblo Colorado -0.0259768148276084687 +42659 geology_html_1644816140 geology_html_1644816140:20:1344:1369 Barstow California -0.0402548881501223546 +42660 aapg_ad_564.html aapg_ad_564.html:8178:733120:733128 Dinwoody Colorado 0.00157388492495401659 +42661 aapg_ai_515.html aapg_ai_515.html:136:15918:15929 Green River Uinta County, Wyoming -0.109193882837557613 +42662 gsa_html_7120668170 gsa_html_7120668170:619:61253:61259 Sonora Baja California peninsula -0.449440672427322663 +42663 gsa_html_2989317971 gsa_html_2989317971:494:53674:53679 Henry Cheyenne, Wyoming -0.0133112992884706332 +42664 palaios_html_6327369225 palaios_html_6327369225:416:49851:49872 Green River Flint, Michigan -0.00949926761203980299 +42665 aapg_aa_918.html aapg_aa_918.html:589:58561:58571 Wellington Nebraska 0.872007259448017602 +42666 aapg_af_579.html aapg_af_579.html:166:17607:17632 Junction Creek La Plata, Maryland -0.00729110700735253591 +42667 aapg_ak_132.html aapg_ak_132.html:236:24773:24790 Subinal Guatemala -0.499460251131451871 +42668 geology_html_9015185849 geology_html_9015185849:89:12043:12061 Yorktown Virginia -0.496386707811001693 +42669 aapg_ad_36.html aapg_ad_36.html:19:2032:2050 Woodbine East Texas -0.471432653520514666 +42670 aapg_ad_413.html aapg_ad_413.html:106:10581:10595 Bedford Pennsylvania -0.490378908520278767 +42671 aapg_ac_950.html aapg_ac_950.html:275:30521:30528 Norfolk Virginia -0.0395063257526605052 +42672 aapg_af_684.html aapg_af_684.html:64:7720:7732 Lookingglass Umpqua, Oregon 0.366158405924930541 +42673 cspg_html_5699627350 cspg_html_5699627350:71:9844:9877 Viking Lacombe, Alberta -0.454089094007790295 +42674 gsa_html_3720789279 gsa_html_3720789279:627:59970:59978 Snowshoe Middle East -0.0323925309205377876 +42675 gsa_html_2393728811 gsa_html_2393728811:12:578:588 Washington Vancouver -0.448296279445968116 +42676 cspg_html_8363357104 cspg_html_8363357104:85:13561:13582 Survey Peak Mons -0.436805862873274886 +42677 geology_html_9851766783 geology_html_9851766783:257:22415:22424 New River Virginia 0.00458619234778334748 +42678 gsa_html_3010975239 gsa_html_3010975239:108:15021:15029 Michigan Michigan -0.4597920302667165 +42679 AMJC_html_1873062106 AMJC_html_1873062106:264:37345:37367 Cedar Mountain Sevier orogeny -0.0216358132048967665 +42680 gsa_html_4919500515 gsa_html_4919500515:1124:101174:101180 Denver Lacombe, Alberta -0.0582339155461368482 +42681 cspg_html_4433937749 cspg_html_4433937749:46:6972:6994 Buckinghorse Victoria, British Columbia -0.453180049702502807 +42682 aapg_ac_744.html aapg_ac_744.html:227:24277:24300 Trujillo San Juan, Argentina -0.430734786843234407 +42683 cspg_html_8152691171 cspg_html_8152691171:338:45637:45667 Swift Lacombe, Alberta -0.447404197686881167 +42684 cspg_html_4287356899 cspg_html_4287356899:350:50173:50191 Imperial Snake River Canyon (Idaho) -0.0233011440153026751 +42685 aapg_ai_583.html aapg_ai_583.html:41:6572:6579 Entrada Boise, Idaho 0.328193483746583969 +42686 aapg_ae_876.html aapg_ae_876.html:170:16841:16864 Cedar Mountain Middle East -0.00514558121477792525 +42687 aapg_ae_342.html aapg_ae_342.html:165:15132:15136 Frio Wharton, New Jersey -0.446078886082885928 +42688 aapg_ac_315.html aapg_ac_315.html:821:78356:78376 Chugwater Powder River Basin -0.458675312427173743 +42689 gsa_html_1951402014 gsa_html_1951402014:1154:93790:93795 Morro Fuerteventura -0.030548703261185188 +42690 sedimentology_html_7373981869 sedimentology_html_7373981869:1246:55277:55282 Logan Shark Bay -0.440265166942118702 +42691 sedimentology_html_7822614615 sedimentology_html_7822614615:86:7987:7997 Carbondale Wa (Japan) -0.463250887108730525 +42692 cspg_html_5241714595 cspg_html_5241714595:178:26674:26680 Ashern Lacombe, Alberta -0.0774517185415306425 +42693 palaios_html_9150736881 palaios_html_9150736881:366:35247:35251 Kope Ohio -0.0243616205908490056 +42694 cspg_html_1456761793 cspg_html_1456761793:6:606:614 Columbia Dunedin, Florida -0.485406637327558677 +42695 cspg_html_6140605204 cspg_html_6140605204:30:4875:4891 Elk Kootenay River -0.457614356613462614 +42696 cspg_html_3008414459 cspg_html_3008414459:87:12991:13023 Telegraph Creek Deadhorse, Alaska -0.470843746174451128 +42697 cspg_html_9771826320 cspg_html_9771826320:1130:143019:143051 Eureka Sound Canada -0.47076786107370483 +42698 aapg_ad_601.html aapg_ad_601.html:3:384:392 Michigan Michigan -0.48757492352044407 +42699 cspg_html_4272664788 cspg_html_4272664788:211:27762:27779 Pekisko Lacombe, Alberta -0.404974877094565033 +42700 aapg_aa_415.html aapg_aa_415.html:25:3871:3891 Escondido Austin, Chicago -0.484833872729878101 +42701 geology_html_2881397713 geology_html_2881397713:104:8308:8320 Galena Lexington, Kentucky -0.04995370085151081 +42702 cspg_html_4495377323 cspg_html_4495377323:8:578:594 Fernie Lacombe, Alberta -0.407382209023896769 +42703 aapg_ai_584.html aapg_ai_584.html:518:51741:51752 Broom Creek Cheyenne, Wyoming 0.00030400614974596395 +42704 aapg_ad_467.html aapg_ad_467.html:317:23784:23801 Matawan Black Creek (Toronto) -0.441553207562292771 +42705 aapg_ai_296.html aapg_ai_296.html:310:30696:30713 Everton Western world -0.441392939290133568 +42706 palaios_html_7679079277 palaios_html_7679079277:16:996:1007 Bloomington Bloomington, Indiana -0.457492019193031785 +42707 geology_html_6295653781 geology_html_6295653781:286:22122:22139 Bird Spring Reno, Nevada -0.467889067103673728 +42708 aapg_aa_600.html aapg_aa_600.html:79:8350:8365 Boggy Frisco, Texas -0.520861003152766511 +42709 aapg_ah_318.html aapg_ah_318.html:302:43272:43293 Mt Lytton Ouachita Mountains -0.486925734041852465 +42710 gsa_html_9487992082 gsa_html_9487992082:301:35713:35729 Dakota Reno, Nevada 0.0396072911881577006 +42711 geology_html_3479183091 geology_html_3479183091:23:1739:1749 Las Cruces New Mexico -0.0578709660660540678 +42712 palaios_html_7957288208 palaios_html_7957288208:116:11459:11495 Big Cottonwood Logan, Utah -0.0391947322443328555 +42713 aapg_ae_223.html aapg_ae_223.html:187:22911:22932 Green River Wasatch Range -0.0166302989496245716 +42714 aapg_aa_791.html aapg_aa_791.html:90:8747:8764 Savanna Bartlesville, Oklahoma -0.463332970234029085 +42715 aapg_ai_689.html aapg_ai_689.html:213:24664:24671 Haymond Lake Erie -0.0902676995493005979 +42716 AMJC_html_8619525948 AMJC_html_8619525948:565:62226:62238 Rhode Island Newport, Rhode Island -0.467870731747513147 +42717 cspg_html_9778753186 cspg_html_9778753186:20:2573:2592 Crowsnest Lacombe, Alberta 0.00403028171567929548 +42718 aapg_ai_299.html aapg_ai_299.html:158:12991:12995 Lane Texas -0.445139789506256323 +42719 gsa_html_2521574821 gsa_html_2521574821:60:4720:4748 Green River Colorado 0.0138291046950378554 +42720 cspg_html_1242153796 cspg_html_1242153796:248:22854:22872 Glenogle Victoria, British Columbia -0.471639785200352879 +42721 gsa_html_3975242273 gsa_html_3975242273:76:6077:6105 Green River New Mexico 0.0376160290239133457 +42722 aapg_ad_575.html aapg_ad_575.html:282:34207:34234 Norphlet Mississippi River -0.437953842888147871 +42723 aapg_af_854.html aapg_af_854.html:881:124982:124988 Bethel Missouri River -0.421310320077140532 +42724 aapg_ae_719.html aapg_ae_719.html:516:55074:55080 Brazil Sergipe -0.476130470160059438 +42725 cspg_html_4348111624 cspg_html_4348111624:59:11318:11340 Winnipegosis Regina, Saskatchewan -0.440254051746647612 +42726 cspg_html_9142477479 cspg_html_9142477479:30:5666:5681 Pottsville Pennsylvania -0.478243038089782635 +42727 gsa_html_7765430810 gsa_html_7765430810:763:72041:72051 Laurentian South America -0.0468588775503323562 +42728 aapg_ah_429.html aapg_ah_429.html:124:10974:10992 Carlsbad Delaware -0.4506269691264706 +42729 gsa_html_4591711448 gsa_html_4591711448:14:500:508 Colorado Denver -0.00440204655713307986 +42730 aapg_ad_557.html aapg_ad_557.html:11530:676588:676608 San Andres Austin, Chicago 0.0655532474032290424 +42731 cspg_html_3531222995 cspg_html_3531222995:175:21890:21905 Basal Lacombe, Alberta -0.0346368297266972797 +42732 gsa_html_2989317971 gsa_html_2989317971:1289:127132:127138 Oregon Boise, Idaho -0.528346263395685911 +42733 cspg_html_3456965010 cspg_html_3456965010:399:53499:53518 Athabasca Lacombe, Alberta -0.441998542726141919 +42734 aapg_ai_29.html aapg_ai_29.html:589:73800:73807 Reynosa Guadalupe River (California) -0.480904968568341529 +42735 aapg_ae_306.html aapg_ae_306.html:1150:131998:132017 Rio Negro Colombia -0.485369220602805185 +42736 cspg_html_8387792223 cspg_html_8387792223:709:74544:74569 Stony Mountain Red River of the North -0.458348730992641562 +42737 palaios_html_2221534395 palaios_html_2221534395:446:49359:49390 Kope Cincinnati -0.449225147740392239 +42738 aapg_ai_462.html aapg_ai_462.html:72:7935:7942 El Abra San Lucas, California -0.463253167093327645 +42739 aapg_ai_107.html aapg_ai_107.html:598:51233:51241 Dorcheat East Texas -0.476593313058899071 +42740 aapg_ah_862.html aapg_ah_862.html:321:41287:41296 Valentine Pacific coast -0.400655385425134014 +42741 aapg_ae_187.html aapg_ae_187.html:156:16662:16670 Michigan Ohio -0.481756844989031929 +42742 gsa_html_5202646019 gsa_html_5202646019:233:22730:22747 Verulam Ottawa, Kansas -0.485799611688376376 +42743 aapg_ai_196.html aapg_ai_196.html:130:15186:15192 Denver Nicaragua -0.486401118306284352 +42744 gsa_html_1217771406 gsa_html_1217771406:468:41540:41564 Monterey Santa Cruz Island -0.404794882831053526 +42745 palaios_html_2746116737 palaios_html_2746116737:824:67619:67639 Tallahatta Alabama -0.458913519660435476 +42746 gsa_html_5039569238 gsa_html_5039569238:340:31716:31725 Sassenach Western world -0.456337429672799166 +42747 aapg_ah_784.html aapg_ah_784.html:77:8791:8795 Yeso Santa Rosa, California -0.455229509631582041 +42748 gsa_html_6194837075 gsa_html_6194837075:334:23529:23547 Woodbine Buda, Texas -0.497963607057285929 +42749 aapg_ac_301.html aapg_ac_301.html:555:59557:59576 Stonewall Manitoba -0.470455191640928916 +42750 gsa_html_2204469229 gsa_html_2204469229:344:35999:36005 Sierra Sierra Nevada (Spain) -0.0369546842337877615 +42751 aapg_af_861.html aapg_af_861.html:71:7455:7475 Stonewall Missouri River 0.000132025523515305647 +42752 aapg_af_859.html aapg_af_859.html:31:4961:4967 Lissie Beaumont, Texas -0.456391730122837791 +42753 cspg_html_5699627350 cspg_html_5699627350:24:3848:3864 Viking Lacombe, Alberta -0.462143504710773534 +42754 cspg_html_6839937815 cspg_html_6839937815:133:18485:18503 Thaynes Logan, Utah 0.333674399588020587 +42755 aapg_ac_603.html aapg_ac_603.html:112:11252:11270 Moenkopi Chinle Formation -0.465787563493960222 +42756 sedimentology_html_2089385908 sedimentology_html_2089385908:541:53887:53923 Protection Corvallis, Oregon -0.466741549175746284 +42757 cspg_html_1870927435 cspg_html_1870927435:118:14224:14249 Beaverhill Lacombe, Alberta -0.475991665297052891 +42758 cspg_html_3531222995 cspg_html_3531222995:382:43644:43652 Finnegan Western Canadian Sedimentary Basin -0.460944252925189812 +42759 gsa_html_8086754950 gsa_html_8086754950:456:45013:45041 Green River New Mexico 1.08175087592342956 +42760 gsa_html_8821895687 gsa_html_8821895687:590:50143:50160 Napipi North Carolina -0.00229308019174294993 +42761 aapg_ac_807.html aapg_ac_807.html:1204:103488:103505 Mount Laurel Sand Closter, New Jersey 0.0155459278529818286 +42762 cspg_html_6795586308 cspg_html_6795586308:138:12441:12460 Kishenehn Victoria, British Columbia -0.0283121254572706732 +42763 aapg_ac_477.html aapg_ac_477.html:631:74410:74416 Walker Lacombe, Alberta -0.0381938711768296663 +42764 aapg_ad_2.html aapg_ad_2.html:1915:235515:235533 Lowville Bellefonte, Pennsylvania 0.00897110580266103318 +42765 aapg_ae_711.html aapg_ae_711.html:27:4340:4350 Hartshorne Arkansas -0.455536877615232372 +42766 cspg_html_1025724640 cspg_html_1025724640:341:45524:45546 Little Falls Mohawk Valley -0.0291155791192652773 +42767 aapg_ae_916.html aapg_ae_916.html:177:19517:19532 Mt Lytton Judith River Formation -0.464884854319956187 +42768 gsa_html_5393856003 gsa_html_5393856003:29:2796:2824 Green River Colorado -0.00861668517403405519 +42769 aapg_ad_356.html aapg_ad_356.html:387:37312:37323 Haynesville Cotton Valley, Louisiana -0.00548086910466888313 +42770 sedimentology_html_8606936913 sedimentology_html_8606936913:196:17186:17195 Peninsula Papua New Guinea -0.481945488841025893 +42771 aapg_af_242.html aapg_af_242.html:66:7564:7570 Sierra Sierra Azul Open Space Preserve -0.0532311352227030424 +42772 aapg_ah_107.html aapg_ah_107.html:134:13180:13190 San Miguel Matamoros, Tamaulipas -0.500830957900678664 +42773 aapg_ah_521.html aapg_ah_521.html:20:3657:3673 Reklaw Carrizo Plain -0.440280728439214952 +42774 aapg_ah_439.html aapg_ah_439.html:159:17351:17363 Midway Richland, Washington -0.0642675305255647478 +42775 aapg_af_877.html aapg_af_877.html:63:6676:6697 Waltersburg Wabash River -0.489250567816489013 +42776 aapg_ac_983.html aapg_ac_983.html:330:52911:52931 Cherryvale Linn County, Oregon -0.219404517377501773 +42777 aapg_af_854.html aapg_af_854.html:383:49375:49385 Keokuk Missouri River -0.461001107058420345 +42778 gsa_html_9314974751 gsa_html_9314974751:664:60864:60876 Pethei Great Slave Lake -0.0148473685012762528 +42779 aapg_ae_204.html aapg_ae_204.html:367:32248:32254 Denver Ontario, California -0.0530497916352297219 +42780 aapg_ad_760.html aapg_ad_760.html:169:18882:18900 Modelo Royal Botanic Gardens, Kew -0.446052041434467972 +42781 cspg_html_3501550466 cspg_html_3501550466:694:94449:94482 Grosmont Canada -0.462225485866077257 +42782 cspg_html_1841843683 cspg_html_1841843683:109:19620:19628 Sundance Cheyenne, Wyoming 1.16328670378312715 +42783 gsa_html_8938402362 gsa_html_8938402362:435:41992:42007 Rapid California -0.0600838800976532805 +42784 aapg_ae_643.html aapg_ae_643.html:399:48768:48780 Huntersville Onondaga (tribe) -0.451751782124743317 +42785 gsa_html_2832151886 gsa_html_2832151886:641:56253:56271 Dunvegan Western Canadian Sedimentary Basin -0.446146001135949044 +42786 gsa_html_3012952404 gsa_html_3012952404:922:73110:73114 Hall Vancouver -0.438007065376213589 +42787 aapg_ac_881.html aapg_ac_881.html:657:77790:77804 Winnipeg Winnipeg 0.633057899470916619 +42788 aapg_ae_161.html aapg_ae_161.html:41:6121:6128 Bearpaw Colorado -0.0103801322392496759 +42789 aapg_ae_461.html aapg_ae_461.html:67:10077:10097 Smackover Bellevue, Nebraska -0.432227951733042737 +42790 palaios_html_9973267562 palaios_html_9973267562:83:13013:13031 Fairview Maysville, Kentucky -2.08461351353560743e-05 +42791 aapg_ac_253.html aapg_ac_253.html:67:9943:9951 Sallisaw Frisco, Texas -0.0571922347974946066 +42792 aapg_af_697.html aapg_af_697.html:62:7148:7180 Prairie Lenawee County, Michigan -0.390796346517511661 +42793 aapg_aa_644.html aapg_aa_644.html:441:40223:40238 Smoot Star Valley -0.49009668288503172 +42794 gsa_html_3648258377 gsa_html_3648258377:175:15280:15287 Potomac Bass River Township, New Jersey -0.0343184250102417446 +42795 aapg_ak_77.html aapg_ak_77.html:721:79838:79843 Logan Mexico -0.450608983410958508 +42796 cspg_html_6306091047 cspg_html_6306091047:259:36845:36853 Columbia Victoria, British Columbia -0.462097962880594848 +42797 aapg_af_449.html aapg_af_449.html:148:18462:18468 Chinle Colorado -0.0310879066661822294 +42798 aapg_ac_730.html aapg_ac_730.html:67:9874:9890 Dakota Show Low, Arizona -0.385566722525139571 +42799 gsa_html_3069013284 gsa_html_3069013284:690:68481:68487 Denver Colorado -0.0486919238997245429 +42800 cspg_html_7281679890 cspg_html_7281679890:281:46629:46647 Mackenzie Snake River Canyon (Idaho) -0.465888175365361257 +42801 aapg_ad_636.html aapg_ad_636.html:498:57528:57542 Frio Gulf Coast of the United States -0.476593313058899071 +42802 gsa_html_6837513060 gsa_html_6837513060:807:62854:62864 Washington Seattle -0.0120637391733475121 +42803 aapg_ae_720.html aapg_ae_720.html:682:77010:77030 Phosphoria California -0.444036457876645585 +42804 aapg_ae_181.html aapg_ae_181.html:232:35501:35520 Owl Creek Mississippi River -0.212637586804794526 +42805 aapg_ae_753.html aapg_ae_753.html:110:12757:12764 Bedford Ohio -0.4597920302667165 +42806 aapg_ad_338.html aapg_ad_338.html:225:24345:24362 Magothy Raritan River -0.425384893115628659 +42807 palaios_html_5958626598 palaios_html_5958626598:478:42360:42376 Bisher Ohio -0.459919224612040101 +42808 aapg_ae_467.html aapg_ae_467.html:263:19430:19439 Squaw Bay Alpena County, Michigan -0.459819284677136619 +42809 aapg_ad_564.html aapg_ad_564.html:1628:148778:148802 Mirador Colombia -0.0991593115842384631 +42810 cspg_html_7201476813 cspg_html_7201476813:266:32350:32375 Mission Canyon Manitoba -0.438386363525214817 +42811 aapg_ah_779.html aapg_ah_779.html:333:62200:62211 Moose River Ontario, California 0.415416749667785967 +42812 gsa_html_1124652135 gsa_html_1124652135:551:52875:52884 Knoxville The Carolinas -0.0527620925297026463 +42813 aapg_ae_24.html aapg_ae_24.html:100:9652:9664 Rhode Island Block Island -0.0444288146314834667 +42814 cspg_html_5484260516 cspg_html_5484260516:240:26810:26818 Columbia Victoria, British Columbia -0.0482597604774050865 +42815 aapg_ai_572.html aapg_ai_572.html:165:19004:19011 Vamoosa Seminole, Texas -0.059246093877292981 +42816 geology_html_1392793466 geology_html_1392793466:162:16569:16578 Gibraltar Pyrenees -0.478349729395822987 +42817 aapg_ae_873.html aapg_ae_873.html:705:82894:82908 Fredericksburg Paluxy, Texas -0.0365561577052215814 +42818 jgeology_html_6186634367 jgeology_html_6186634367:576:47597:47622 Supai Grand Canyon 0.00770284885627177569 +42819 aapg_ac_697.html aapg_ac_697.html:51:4772:4788 Lakota Black Hills -0.0463222858150669353 +42820 gsa_html_9730672044 gsa_html_9730672044:63:5022:5050 Green River Colorado -0.0103905567969635754 +42821 cspg_html_3068776384 cspg_html_3068776384:487:56614:56622 Columbia Victoria, British Columbia -0.476137410984472487 +42822 cspg_html_7323688702 cspg_html_7323688702:75:10441:10459 Cardium Western Canadian Sedimentary Basin 0.679975644992845463 +42823 aapg_ad_466.html aapg_ad_466.html:761:83140:83150 Sykesville Monmouth -0.0306269732531419848 +42824 aapg_ac_726.html aapg_ac_726.html:174:20741:20761 Phosphoria Powder River Basin -0.383522928042279665 +42825 aapg_ai_28.html aapg_ai_28.html:793:75304:75313 Red River Texas -0.461271782333034175 +42826 aapg_ae_341.html aapg_ae_341.html:8:1122:1142 Smackover Cotton Valley, Louisiana 0.381252760072965657 +42827 cspg_html_8662646956 cspg_html_8662646956:131:21218:21241 Watt Mountain Middle East -0.471501691978871318 +42828 gsa_html_1451487636 gsa_html_1451487636:628:53407:53411 Kano Long Island -0.465835581370964813 +42829 gsa_html_6861599329 gsa_html_6861599329:1077:90791:90799 San Jose North Cascades National Park -0.0514126754650784876 +42830 jgeology_html_5471448181 jgeology_html_5471448181:368:28727:28760 Maroon Colorado -0.0259316078616598014 +42831 geology_html_7526114759 geology_html_7526114759:202:16354:16364 Washington Victoria, British Columbia -0.483047901936257684 +42832 aapg_ae_885.html aapg_ae_885.html:228:22627:22633 Kaibab Mesa, Arizona -0.292046103419771053 +42833 gsa_html_4085762401 gsa_html_4085762401:176:17905:17934 Castle Hayne North Carolina -0.00258840277417883959 +42834 gsa_html_5844144465 gsa_html_5844144465:31:2763:2791 Green River Colorado 0.0077862400260468867 +42835 aapg_ah_621.html aapg_ah_621.html:243:31432:31437 Bluff Texas -0.0692128396654030364 +42836 aapg_ad_37.html aapg_ad_37.html:125:13859:13867 Woodbine Glendale, Arizona -0.427672143055296883 +42837 cspg_html_9941518291 cspg_html_9941518291:36:5932:5974 Barlow Inlet Little Cornwallis Island -0.0323768745751979448 +42838 geology_html_1885095801 geology_html_1885095801:237:22089:22093 Bell West Antarctic Ice Sheet -0.457555451333636842 +42839 aapg_ah_871.html aapg_ah_871.html:751:72894:72914 Phosphoria Cheyenne, Wyoming -0.403700615857729095 +42840 gsa_html_3484366946 gsa_html_3484366946:1340:119750:119773 Kuparuk Northwest Arctic Borough, Alaska -0.427672143055296883 +42841 aapg_ae_182.html aapg_ae_182.html:373:39459:39478 Smackover Bellevue, Nebraska -0.0100621846511943919 +42842 gsa_html_4408649953 gsa_html_4408649953:909:79501:79509 Columbia Charleston, South Carolina 0.0337007808680440876 +42843 geology_html_7129477281 geology_html_7129477281:31:3036:3048 Pierre Nebraska -0.206130974979346987 +42844 aapg_ad_960.html aapg_ad_960.html:14:1474:1482 Monterey Salinas, California -0.458634483249725333 +42845 aapg_ai_98.html aapg_ai_98.html:36:5216:5236 Tuscaloosa Talbotton, Georgia -0.235960138308479062 +42846 sedimentology_html_7856249196 sedimentology_html_7856249196:340:35863:35870 Spencer Netherlands -0.453180049702502807 +42847 geology_html_5323396367 geology_html_5323396367:33:3603:3621 John Day Washington (state) -0.0113965411474177668 +42848 aapg_ad_466.html aapg_ad_466.html:965:104431:104439 Navesink Chesapeake Bay -0.122519804234276941 +42849 cspg_html_1188455526 cspg_html_1188455526:142:21922:21938 Bjorne Melville Island (Canada) -0.00746310002878541098 +42850 cspg_html_5810500722 cspg_html_5810500722:76:10770:10778 Columbia Victoria, British Columbia -0.0507415465108338806 +42851 AMJC_html_3664856625 AMJC_html_3664856625:12:719:727 Colorado Denver -0.0230751498951462693 +42852 aapg_ad_812.html aapg_ad_812.html:84:11979:11986 Todilto Summerville, South Carolina -0.00721640314663151046 +42853 gsa_html_2832151886 gsa_html_2832151886:43:3681:3705 Colorado Regina, Saskatchewan -0.0336103119251599386 +42854 aapg_ak_24.html aapg_ak_24.html:3:455:484 Baird California -0.0384097003788234775 +42855 cspg_html_7201476813 cspg_html_7201476813:324:40572:40608 Red River Williston Basin -0.428396267465174896 +42856 aapg_ae_886.html aapg_ae_886.html:526:56926:56934 Colorado Logan, Utah -0.473718414704639712 +42857 aapg_af_775.html aapg_af_775.html:344:23856:23864 Oakville Shreveport, Louisiana -0.459860167847925383 +42858 aapg_ae_498.html aapg_ae_498.html:497:52354:52362 Virginia Virginia -0.0602165397787389756 +42859 gsa_html_7173708345 gsa_html_7173708345:767:60422:60443 Forest Fairbanks, Alaska -0.496896208616799728 +42860 aapg_ai_489.html aapg_ai_489.html:352:39130:39143 Parry Islands Bathurst Island (Northern Territory) -0.487075683437370066 +42861 gsa_html_4474278414 gsa_html_4474278414:1080:86777:86793 Kodiak Kodiak Island -0.057382412068765952 +42862 aapg_ah_876.html aapg_ah_876.html:159:19921:19936 Sligo Llano, Texas 0.00437077655696941486 +42863 aapg_af_271.html aapg_af_271.html:14:1947:1957 Las Cruces Albuquerque, New Mexico -0.0279486743171803304 +42864 gsa_html_2005293978 gsa_html_2005293978:59:5950:5967 Cardium Mexico 0.0129498836932117698 +42865 aapg_ae_267.html aapg_ae_267.html:125:11386:11404 Onondaga Westmoreland County, Pennsylvania -0.492215666694549525 +42866 aapg_ac_59.html aapg_ac_59.html:356:43305:43314 San Diego California -0.0146249457170983255 +42867 aapg_ae_974.html aapg_ae_974.html:11:1421:1426 Yegua Texas -0.0134398809418536571 +42868 aapg_ah_391.html aapg_ah_391.html:551:37727:37757 Sierra California 0.00710174161421996044 +42869 cspg_html_9771826320 cspg_html_9771826320:1157:144679:144698 Beaufort Ellesmere Island -0.0120150888456530078 +42870 aapg_ah_157.html aapg_ah_157.html:291:41859:41883 Knobs Pocono Raceway -0.462963655759663584 +42871 aapg_ai_584.html aapg_ai_584.html:741:78065:78082 Topeka Shawnee, Oklahoma -0.416220582820664042 +42872 aapg_ah_536.html aapg_ah_536.html:187:24831:24838 Hosston County Sligo -0.41990808335141383 +42873 gsa_html_6847282211 gsa_html_6847282211:29:2796:2824 Green River Iran -0.0176521575515221144 +42874 aapg_aa_288.html aapg_aa_288.html:75:9064:9075 Mowry Aspen, Colorado -0.00952011624606233578 +42875 cspg_html_7086880709 cspg_html_7086880709:695:83036:83041 Queen Ottawa, Kansas -0.0271922402503122773 +42876 AMJC_html_5755352984 AMJC_html_5755352984:52:8535:8546 Black Creek Black Creek (Toronto) -0.501664952843956957 +42877 gsa_html_4216613284 gsa_html_4216613284:365:44818:44824 Denver Colorado -0.485336482309537631 +42878 cspg_html_8054926782 cspg_html_8054926782:151:22326:22342 Hector Lake Louise, Alberta -0.488278574417694344 +42879 cspg_html_3473883402 cspg_html_3473883402:616:77074:77104 Nisku Central Alberta -0.0769562029171753648 +42880 aapg_ah_93.html aapg_ah_93.html:188:25184:25201 Maywood Logan, Utah -0.435714594595624227 +42881 aapg_ae_364.html aapg_ae_364.html:278:26312:26318 Salina Peru, Indiana -0.455229509631582041 +42882 geology_html_7543280232 geology_html_7543280232:13:638:648 Pittsburgh Pennsylvania -0.486857796887406991 +42883 AMJC_html_6642101495 AMJC_html_6642101495:1229:125017:125023 Moscow Russia -0.0554564637243875128 +42884 geology_html_6536193862 geology_html_6536193862:233:19414:19422 Michigan West Village Historic District (Detroit, Michigan) -0.489913286480908206 +42885 aapg_ah_73.html aapg_ah_73.html:154:17922:17931 La Casita Mexico -0.457555451333636842 +42886 aapg_ac_333.html aapg_ac_333.html:1025:123584:123590 Kaibab Logan, Utah -0.0476429233409196642 +42887 cspg_html_6611173979 cspg_html_6611173979:496:41540:41553 Wabamun Lacombe, Alberta -0.440280728439214952 +42888 cspg_html_2419618566 cspg_html_2419618566:826:99424:99439 Melville Island Canadian Arctic Archipelago -0.476172115937115059 +42889 aapg_ae_454.html aapg_ae_454.html:515:46357:46375 Cotton Valley Shreveport, Louisiana -0.465776131049653153 +42890 geology_html_9479757031 geology_html_9479757031:243:24850:24860 Washington Boise, Idaho -0.463362613223226583 +42891 aapg_ae_904.html aapg_ae_904.html:484:51037:51042 Mt Lytton Judith River Formation -0.453085363047098455 +42892 aapg_aa_484.html aapg_aa_484.html:312:29296:29302 Tesnus Western world -0.0392835092525669338 +42893 aapg_ah_631.html aapg_ah_631.html:112:14546:14558 Grand Detour Wisconsin -0.0375359691930512371 +42894 gsa_html_9487992082 gsa_html_9487992082:187:22702:22714 Chinle Logan, Utah -0.256985093656831753 +42895 aapg_ac_730.html aapg_ac_730.html:217:30683:30699 Dakota Mancos, Colorado -0.0375255266534370996 +42896 aapg_ac_392.html aapg_ac_392.html:114:10958:10971 Spring Garden Jefferson County, Colorado -0.45644603384473742 +42897 aapg_aa_95.html aapg_aa_95.html:171:16372:16378 Denver Denver -0.0684611516043481111 +42898 aapg_ad_836.html aapg_ad_836.html:207:18113:18122 Kimmswick Iowa -0.087504644690016245 +42899 aapg_aa_426.html aapg_aa_426.html:122:27806:27851 Cotton Valley El Salvador -0.452882496357985831 +42900 aapg_ai_256.html aapg_ai_256.html:173:18408:18429 Black River Ohio -0.445106268068768518 +42901 aapg_ae_999.html aapg_ae_999.html:498:65941:65960 Catahoula Abbeville, Louisiana -0.441593278961416758 +42902 aapg_ai_364.html aapg_ai_364.html:77:9614:9619 Atoka Pottsville, Pennsylvania -0.436872309743032927 +42903 gsa_html_4930932370 gsa_html_4930932370:1169:125776:125784 Michigan Dead River (Kennebec River) -0.469028899015838996 +42904 cspg_html_8859981911 cspg_html_8859981911:6:314:322 Woodbend Lacombe, Alberta -0.496896208616799728 +42905 sedimentology_html_6855199507 sedimentology_html_6855199507:524:42122:42128 Jordan Kingdom of Great Britain -0.463396817899322633 +42906 sedimentology_html_7885928494 sedimentology_html_7885928494:328:33855:33859 Hall London, Ontario -0.028972971193404428 +42907 aapg_ai_17.html aapg_ai_17.html:343:26809:26818 Red River Arkansas -0.465666387088394251 +42908 cspg_html_4382149016 cspg_html_4382149016:448:57783:57791 Kirkwood Canada -0.462261924354454456 +42909 cspg_html_2834693711 cspg_html_2834693711:567:79550:79569 Chuckanut England -0.501631577031398268 +42910 aapg_ac_222.html aapg_ac_222.html:81:13144:13158 Rico Middle East -0.491508750292768526 +42911 gsa_html_1197940982 gsa_html_1197940982:15:811:824 Santa Barbara California -0.462111625185478381 +42912 palaios_html_1803946422 palaios_html_1803946422:21:1166:1175 Frenchman Hell Creek Formation -0.468015132988553406 +42913 cspg_html_7988775280 cspg_html_7988775280:132:21327:21346 Peace River Lacombe, Alberta -0.458262569586093849 +42914 gsa_html_2675218998 gsa_html_2675218998:159:17866:17874 Colorado Mesa, Arizona -0.0916270708291559016 +42915 cspg_html_1450196396 cspg_html_1450196396:11:970:978 Kootenai Swan River, Manitoba -0.451812561628617604 +42916 aapg_ac_419.html aapg_ac_419.html:926:103383:103400 Haymond Texas -0.074218626882596575 +42917 geology_html_3600154554 geology_html_3600154554:241:19356:19362 Ludlow London, Ontario -0.0245285217971666809 +42918 aapg_ae_777.html aapg_ae_777.html:614:69500:69517 Tererro Sangre de Cristo Range -0.0396508111021446064 +42919 aapg_af_192.html aapg_af_192.html:114:12486:12504 Columbia Texas -0.020196595303077311 +42920 geology_html_8297416582 geology_html_8297416582:309:23925:23960 Navajo Logan, Utah -0.0418113941638034933 +42921 geology_html_9848373846 geology_html_9848373846:12:519:527 Virginia Martinsville, Indiana -0.465558942626108085 +42922 aapg_ae_187.html aapg_ae_187.html:153:16156:16164 Traverse Illinois -0.02863037071397799 +42923 AMJC_html_4692260170 AMJC_html_4692260170:1336:124567:124587 Prospect Bennington, Vermont 0.00222011822627592647 +42924 aapg_ad_55.html aapg_ad_55.html:17:1913:1935 Kimmswick Decorah, Iowa 0.00475991516942664804 +42925 gsa_html_9439813057 gsa_html_9439813057:14:950:959 San Diego California -0.444891759770598527 +42926 aapg_ac_824.html aapg_ac_824.html:177:15934:15951 Chaffee Colorado -0.0794868399080936178 +42927 aapg_ac_766.html aapg_ac_766.html:635:79332:79345 Abo West, Texas -0.00399553741552616509 +42928 aapg_af_497.html aapg_af_497.html:692:67630:67634 Ross Stroudsburg, Pennsylvania -0.00761598320539543048 +42929 palaios_html_8713445937 palaios_html_8713445937:942:86498:86502 Ross Pennsylvania -0.0430268388278426187 +42930 aapg_ai_224.html aapg_ai_224.html:143:18234:18242 Michigan Williamsburg, Virginia -0.448296279445968116 +42931 cspg_html_1053895111 cspg_html_1053895111:199:26562:26579 Cardium Canada -0.452172819913734925 +42932 aapg_af_785.html aapg_af_785.html:63:6670:6686 Wilcox Texas 0.0344002002017836164 +42933 cspg_html_2184091860 cspg_html_2184091860:573:54532:54549 Vaureal Canada -0.0438697385751906713 +42934 aapg_aa_351.html aapg_aa_351.html:189:21203:21208 Viola Tahlequah, Oklahoma -0.0255351835335731921 +42935 gsa_html_2393728811 gsa_html_2393728811:65:5548:5576 Green River Colorado -0.00395905591412439809 +42936 gsa_html_9233283294 gsa_html_9233283294:592:61003:61013 Whitehorse Canada -0.0179684568885802344 +42937 gsa_html_5879695606 gsa_html_5879695606:198:13498:13506 Santiago Chile -0.0179232709792312463 +42938 sedimentology_html_4278388483 sedimentology_html_4278388483:1087:66160:66169 Red River Atchafalaya Basin Bridge -0.414059752067460762 +42939 palaios_html_1027055785 palaios_html_1027055785:96:8375:8385 Tradewater Illinois -0.0122896166911195832 +42940 gsa_html_7153425423 gsa_html_7153425423:106:10273:10282 Talkeetna Cook Inlet -0.032535178592891574 +42941 aapg_ac_400.html aapg_ac_400.html:259:30535:30545 Washington Virginia -0.445213540966811649 +42942 aapg_ae_789.html aapg_ae_789.html:288:33115:33120 Banff Mount Assiniboine Provincial Park -0.447637220621224075 +42943 cspg_html_9958679425 cspg_html_9958679425:43:5323:5365 Cooking Lake Lacombe, Alberta -0.134643279539077593 +42944 geology_html_6752696169 geology_html_6752696169:242:21308:21316 Colorado Lodore Falls -0.474618689462150911 +42945 aapg_ad_329.html aapg_ad_329.html:166:23824:23847 Harrell Western world -0.456416618922522499 +42946 aapg_ae_73.html aapg_ae_73.html:512:68782:68789 Vermejo Fruitland, Idaho -0.446146001135949044 +42947 aapg_ac_924.html aapg_ac_924.html:306:32047:32063 Amsden Cheyenne, Wyoming 0.0068081397182383728 +42948 aapg_aa_245.html aapg_aa_245.html:13:1353:1361 Michigan Wisconsin -0.480904968568341529 +42949 aapg_af_16.html aapg_af_16.html:254:26961:26979 Frontier Cheyenne, Wyoming -0.43485884955268328 +42950 cspg_html_7340411855 cspg_html_7340411855:105:14359:14376 Cardium Lacombe, Alberta -0.452544485991732914 +42951 cspg_html_8250755331 cspg_html_8250755331:691:71825:71844 Kaskapau Lacombe, Alberta -0.443889149160736518 +42952 cspg_html_4143222666 cspg_html_4143222666:766:68141:68151 Milk River Hatton, London -0.446011775932438015 +42953 aapg_ae_147.html aapg_ae_147.html:173:19597:19608 Modelo South Mountains (Arizona) -0.424177750848490742 +42954 aapg_af_266.html aapg_af_266.html:331:35018:35026 Woodford California -0.511015181265963236 +42955 gsa_html_8881958017 gsa_html_8881958017:59:6679:6687 Columbia Victoria, British Columbia -0.0404516132545933438 +42956 geology_html_6434160498 geology_html_6434160498:47:3905:3911 Brazil South America -0.0313488201123993324 +42957 aapg_ak_28.html aapg_ak_28.html:70:7968:8000 Chainman Great Basin -0.0274826364360333635 +42958 aapg_ac_563.html aapg_ac_563.html:606:87599:87608 Smackover Texas -0.0461550436827942306 +42959 aapg_ad_466.html aapg_ad_466.html:304:38031:38041 Tuscaloosa North Carolina 0.0399415292413974818 +42960 aapg_aa_918.html aapg_aa_918.html:466:47182:47202 Wellington Rice County, Kansas -0.463396817899322633 +42961 aapg_ad_983.html aapg_ad_983.html:198:17949:17968 Tuscarora Huntington, West Virginia -0.509983867624673737 +42962 aapg_aa_703.html aapg_aa_703.html:316:27417:27441 Schrader Bluff Colville River (Washington) -0.429582389532346398 +42963 aapg_ae_755.html aapg_ae_755.html:193:22210:22230 Bear Bluff The Carolinas -0.465641239344597002 +42964 cspg_html_3409371621 cspg_html_3409371621:38:6338:6346 Columbia Victoria, British Columbia -0.442682549290708161 +42965 palaios_html_4248881045 palaios_html_4248881045:50:6333:6349 Toreva Apache County, Arizona -0.074218626882596575 +42966 aapg_ae_1.html aapg_ae_1.html:84:11009:11027 Woodbine East Texas -0.0323925309205377876 +42967 aapg_ai_504.html aapg_ai_504.html:135:13708:13722 Mission Canyon Williston, Vermont -0.429960502864963123 +42968 aapg_ai_688.html aapg_ai_688.html:477:50001:50038 Williamsport Huntington, West Virginia -0.0783045435489125863 +42969 aapg_aa_625.html aapg_aa_625.html:48:4826:4835 Smackover Shreveport, Louisiana -0.0430651506841664283 +42970 aapg_af_128.html aapg_af_128.html:91:9102:9120 Fairbank Hartville, Missouri -0.498184372130755504 +42971 aapg_ac_380.html aapg_ac_380.html:459:54605:54640 Onondaga Huntington, West Virginia -0.0402548881501223546 +42972 aapg_ac_719.html aapg_ac_719.html:86:8896:8913 Vermejo New Mexico -0.435767689782418699 +42973 cspg_html_4242149791 cspg_html_4242149791:276:40970:41009 Leduc Canada -0.4597965726108596 +42974 aapg_ad_280.html aapg_ad_280.html:70:9180:9197 Buckner East Texas -0.430057253759890901 +42975 geology_html_8779237739 geology_html_8779237739:11:399:407 Colorado Colorado -0.445989406971527558 +42976 aapg_aa_696.html aapg_aa_696.html:621:71080:71088 Colorado Colorado -0.0754682041308947227 +42977 gsa_html_4461768215 gsa_html_4461768215:319:29190:29218 Roundtop Diamond Springs, California -0.449451899065432481 +42978 aapg_af_191.html aapg_af_191.html:528:53084:53092 Big Hill Matagorda County, Texas -0.0457474052838692941 +42979 geology_html_1020302587 geology_html_1020302587:290:18292:18296 Reno Reno, Nevada -0.459919224612040101 +42980 aapg_af_575.html aapg_af_575.html:308:41396:41413 Plattin Decorah, Iowa -0.131501068681736444 +42981 aapg_ai_157.html aapg_ai_157.html:218:23594:23600 Guelph Salina, Kansas 0.00186225759184010619 +42982 aapg_ah_157.html aapg_ah_157.html:176:24503:24513 Eau Claire Illinois 0.013078463721204827 +42983 gsa_html_2220556952 gsa_html_2220556952:9:313:332 Pansy Lee Conglomerate Reno, Nevada -0.51909362726773689 +42984 aapg_af_178.html aapg_af_178.html:208:19894:19909 Tejon Coalinga, California -0.0505393481283080911 +42985 aapg_ai_38.html aapg_ai_38.html:54:5681:5700 Greenhorn Benton, Arkansas -0.367486763503651837 +42986 aapg_ah_198.html aapg_ah_198.html:564:74572:74590 Monterey California 0.0682671278595744085 +42987 palaios_html_2621173808 palaios_html_2621173808:324:35950:35966 Sulphur Mountain Western Canadian Sedimentary Basin -0.478048244360621655 +42988 sedimentology_html_3358647812 sedimentology_html_3358647812:916:78415:78436 Cliff House New Mexico -0.0414196311965765659 +42989 geology_html_8641309401 geology_html_8641309401:20:1151:1161 Washington Washington (state) 0.00427349218410431799 +42990 geology_html_1712936935 geology_html_1712936935:14:699:705 Oregon Salem, Oregon -0.464419004431934179 +42991 AMJC_html_1873062106 AMJC_html_1873062106:924:100768:100782 Cedar Mountain Logan, Utah -0.00347437438530179537 +42992 aapg_ac_719.html aapg_ac_719.html:113:11872:11880 Colorado Weston, Florida -0.0868764472084461725 +42993 aapg_ai_584.html aapg_ai_584.html:828:87887:87903 Casper Hartville, Missouri -0.511097163563986379 +42994 gsa_html_2557883791 gsa_html_2557883791:596:50857:50869 Rio San Juan Dominican Republic 0.00255018452536458695 +42995 aapg_aa_306.html aapg_aa_306.html:74:8564:8582 Crescent Elwha River 0.050286607841473055 +42996 gsa_html_9321084784 gsa_html_9321084784:719:43145:43175 Allochthon Corfu (city) -0.0849713491623119294 +42997 aapg_ai_444.html aapg_ai_444.html:208:19057:19069 Fayetteville Arkansas -0.226859092432318332 +42998 gsa_html_4234009219 gsa_html_4234009219:477:43128:43139 Mowry Cheyenne, Wyoming -0.436819151869522138 +42999 aapg_ad_940.html aapg_ad_940.html:38:4456:4475 Newcastle Powder River (Montana) -0.450582005503512739 +43000 aapg_ac_237.html aapg_ac_237.html:624:53494:53512 El Paso Garden City, New York -0.0398266335823246886 +43001 aapg_ad_440.html aapg_ad_440.html:807:80939:80949 Greenbrier Pocono Raceway -0.0357887327729749932 +43002 aapg_ad_466.html aapg_ad_466.html:330:40586:40593 Raritan Sandhills (Carolina) -0.400356701912782609 +43003 aapg_ah_372.html aapg_ah_372.html:218:20124:20145 Wills Point Rockdale, Texas -0.0500164465946093956 +43004 gsa_html_9152662653 gsa_html_9152662653:1036:92411:92419 Virginia Maryland -0.478377564070346595 +43005 cspg_html_4495377323 cspg_html_4495377323:207:25381:25389 Columbia Lacombe, Alberta -0.0408537810405160198 +43006 aapg_ad_734.html aapg_ad_734.html:171:18104:18112 Colorado Lacombe, Alberta -0.00549476708285740172 +43007 palaios_html_5170998264 palaios_html_5170998264:438:55166:55175 San Diego San Diego County, California -0.0195726214963804213 +43008 cspg_html_7409170811 cspg_html_7409170811:184:25670:25676 Exshaw Boise, Idaho -0.45417711448712661 +43009 gsa_html_2023933346 gsa_html_2023933346:1311:120709:120737 Green River New Mexico -0.0218513582866363479 +43010 gsa_html_8332762949 gsa_html_8332762949:11:512:522 Fort Worth Texas -0.432267625462602723 +43011 aapg_ae_471.html aapg_ae_471.html:221:21721:21734 Cotton Valley Arkadelphia, Arkansas -0.460946527021081187 +43012 aapg_ai_957.html aapg_ai_957.html:355:38095:38103 Beaumont Wisconsin -0.440265166942118702 +43013 aapg_ai_51.html aapg_ai_51.html:9:1775:1784 Nanafalia Chattahoochee River National Recreation Area 0.681295396109935059 +43014 cspg_html_7988775280 cspg_html_7988775280:10:1194:1213 Athabasca Lacombe, Alberta -0.0393566203457145145 +43015 sedimentology_html_1253431842 sedimentology_html_1253431842:185:11897:11903 Oregon The Woodlands, Texas -0.0278043399827988778 +43016 aapg_ai_545.html aapg_ai_545.html:31:3212:3222 Washington Lorain, Ohio 0.00505698208442019893 +43017 cspg_html_3634181348 cspg_html_3634181348:105:12868:12883 Laval Quebec City -0.457514673015389395 +43018 aapg_ae_473.html aapg_ae_473.html:532:51165:51175 Pascagoula Mississippi River 0.699259830082344491 +43019 cspg_html_3796928998 cspg_html_3796928998:53:7616:7625 Athabasca Lake Athabasca -0.478535310781285639 +43020 aapg_ae_324.html aapg_ae_324.html:959:96052:96060 Virginia The Narrows -0.0667588673287185796 +43021 cspg_html_7402164801 cspg_html_7402164801:49:5382:5403 Belly River Lacombe, Alberta -0.502347065714454311 +43022 geology_html_7477160500 geology_html_7477160500:12:562:570 Montreal Quebec City -0.439103236963543697 +43023 sedimentology_html_2806065367 sedimentology_html_2806065367:38:3548:3558 Rio Grande Corralitos, California -0.0385036919951944542 +43024 aapg_ac_807.html aapg_ac_807.html:239:23862:23880 Beacon Hill Gravel Monmouth -0.038712565483401136 +43025 palaios_html_3406135825 palaios_html_3406135825:285:28135:28150 Elk Wisconsin -0.495787550773506447 +43026 cspg_html_7434089303 cspg_html_7434089303:209:26227:26251 Eleanor River Middle Ordovician -0.450932780647085085 +43027 sedimentology_html_2010995560 sedimentology_html_2010995560:1881:110677:110706 Dunvegan Canada -0.0195726214963804213 +43028 sedimentology_html_6577177005 sedimentology_html_6577177005:661:50692:50696 Hall London, Ontario -0.465616092314337648 +43029 gsa_html_1040524378 gsa_html_1040524378:452:54498:54505 Challis Cordillera Administrative Region -0.0431731213623836943 +43030 cspg_html_7474795689 cspg_html_7474795689:5:211:228 Halfway Lacombe, Alberta -0.00621572872549000163 +43031 palaios_html_3105248303 palaios_html_3105248303:265:27148:27157 Frankfort Fulton, Missouri -0.514635023631565658 +43032 aapg_ah_814.html aapg_ah_814.html:148:12580:12588 Caldwell Shreveport, Louisiana -0.480367741483547772 +43033 aapg_ac_646.html aapg_ac_646.html:83:7786:7801 Springhill Tierra del Fuego Province (Argentina) 0.00163989791216455892 +43034 aapg_af_561.html aapg_af_561.html:458:43682:43689 Wasatch Wasatch Range 0.410717482591966498 +43035 aapg_ac_808.html aapg_ac_808.html:135:16747:16767 San Andres Shreveport, Louisiana -0.0116571637323025015 +43036 gsa_html_8050796926 gsa_html_8050796926:686:48054:48064 Washington Reno, Nevada -0.48184068160181448 +43037 cspg_html_4659384530 cspg_html_4659384530:119:14413:14423 Swan Hills Swan Hill, Victoria -0.105563848214952044 +43038 aapg_ad_792.html aapg_ad_792.html:9:1037:1043 Sharon Cambridge, Massachusetts -0.48878086726465575 +43039 cspg_html_9018334227 cspg_html_9018334227:8:515:523 Columbia Victoria, British Columbia -0.475270236544520941 +43040 aapg_ae_461.html aapg_ae_461.html:116:16889:16913 Smackover Haynesville, Louisiana -0.428824418473081392 +43041 cspg_html_9435196958 cspg_html_9435196958:843:35544:35552 Columbia Victoria, British Columbia -0.445106268068768518 +43042 cspg_html_6839937815 cspg_html_6839937815:287:40907:40913 Toroweap Logan, Utah -0.443715087361728711 +43043 aapg_ae_981.html aapg_ae_981.html:83:6230:6247 Brownsport Bainbridge, Georgia -0.0291434052387325206 +43044 palaios_html_7427135834 palaios_html_7427135834:65:7032:7041 Peninsula Kamchatka Peninsula -0.0274096020892318319 +43045 cspg_html_2929384614 cspg_html_2929384614:505:56109:56132 Mowry Western Canadian Sedimentary Basin -0.461128473443845555 +43046 cspg_html_8267847427 cspg_html_8267847427:488:57653:57671 Pakowki Milk River, Alberta -0.0850450117234093361 +43047 aapg_ac_79.html aapg_ac_79.html:24:3301:3308 Clinton Ohio 0.537677271021296699 +43048 cspg_html_4287356899 cspg_html_4287356899:208:30531:30546 Cathedral Mount Burgess -0.449433936510724996 +43049 aapg_ah_516.html aapg_ah_516.html:314:21528:21542 San Pedro Royal Botanic Gardens, Kew -0.42595400256464333 +43050 aapg_ai_958.html aapg_ai_958.html:74:7254:7262 Oakville Navasota Independent School District -0.00993014164144906397 +43051 sedimentology_html_1357220663 sedimentology_html_1357220663:751:49386:49412 Cutler Colorado -0.546741666837041174 +43052 aapg_ad_178.html aapg_ad_178.html:7:719:726 Telford Belcourt, North Dakota -0.473649201225758321 +43053 cspg_html_4666332434 cspg_html_4666332434:64:10447:10455 Foremost Judith River Formation -0.47032647773667996 +43054 aapg_aa_381.html aapg_aa_381.html:43:6030:6037 Temblor Monterey, California 0.0185263371649098986 +43055 aapg_ah_973.html aapg_ah_973.html:170:12472:12481 Demopolis Selma to Montgomery marches 0.0278043399827988778 +43056 aapg_af_470.html aapg_af_470.html:13:2130:2154 Mission Canyon Lisbon -0.384927738142828935 +43057 cspg_html_5820147834 cspg_html_5820147834:21:2674:2690 Bjorne Melville Island (Canada) -0.464569693827358687 +43058 geology_html_3510163360 geology_html_3510163360:283:24642:24657 Wepawaug Schist Hartford, Connecticut -0.433546895631176765 +43059 aapg_aa_295.html aapg_aa_295.html:3:197:217 Waynesburg Huntington, West Virginia -0.0346959879094753468 +43060 cspg_html_7086880709 cspg_html_7086880709:188:21892:21900 Headless Mackenzie River -0.0130645631501062637 +43061 gsa_html_1904554207 gsa_html_1904554207:334:36661:36672 Stony Creek Stony Creek, New York -0.481759173673690755 +43062 cspg_html_2799817929 cspg_html_2799817929:372:41044:41077 Halfway Lacombe, Alberta -0.0374854970186532591 +43063 gsa_html_5865982995 gsa_html_5865982995:988:107733:107751 Wiggins Eaton, Ohio -0.0386046469573407755 +43064 gsa_html_2541258832 gsa_html_2541258832:1094:79203:79231 Green River Colorado -0.0313696934317686249 +43065 cspg_html_5697056884 cspg_html_5697056884:60:6688:6711 Saskatchewan Regina, Saskatchewan -0.0219487021071597919 +43066 sedimentology_html_3948129797 sedimentology_html_3948129797:2265:131448:131464 Viking Lacombe, Alberta -0.485011505687422073 +43067 cspg_html_8558580101 cspg_html_8558580101:23:3453:3479 Sulphur Mountain Lacombe, Alberta -0.471340610693628537 +43068 aapg_aa_22.html aapg_aa_22.html:30:4336:4352 Cutter New Mexico -0.473778404154942046 +43069 aapg_ai_962.html aapg_ai_962.html:365:27919:27947 San Andres Mountain Park (Holyoke, Massachusetts) -0.462166276497962936 +43070 aapg_ac_338.html aapg_ac_338.html:132:14858:14877 Mesaverde Cheyenne, Wyoming -0.477234757760444439 +43071 gsa_html_4695276845 gsa_html_4695276845:756:76751:76757 Pioche Reno, Nevada -0.452977161832460395 +43072 aapg_ae_31.html aapg_ae_31.html:168:19539:19557 Fayetteville Arkansas -0.442720440658756875 +43073 gsa_html_8645043536 gsa_html_8645043536:13:704:713 Rochester Earth -0.0443852715677367574 +43074 aapg_ad_221.html aapg_ad_221.html:247:21676:21684 Colorado Denver -0.443933785681361437 +43075 aapg_ae_998.html aapg_ae_998.html:93:11899:11920 Basal Evanston, Wyoming -0.00217147693343403827 +43076 cspg_html_2973952956 cspg_html_2973952956:371:34189:34214 Toad Lacombe, Alberta -0.444945382159606273 +43077 sedimentology_html_1440665452 sedimentology_html_1440665452:27:1743:1753 Copenhagen Denmark -0.436376287029603016 +43078 geology_html_7297773897 geology_html_7297773897:276:27417:27421 Java Earth -0.448408411516637184 +43079 cspg_html_8477386212 cspg_html_8477386212:130:13854:13871 Exshaw Lacombe, Alberta -0.439343057733562137 +43080 sedimentology_html_3455721661 sedimentology_html_3455721661:36:2693:2726 Entrada New Mexico -0.0743341210904666233 +43081 aapg_ac_361.html aapg_ac_361.html:549:58593:58598 Eagle Gualala, California -0.0191815618988117366 +43082 sedimentology_html_4432289902 sedimentology_html_4432289902:432:36008:36028 Englishtown Sea Girt, New Jersey -0.455197874748240694 +43083 aapg_af_91.html aapg_af_91.html:361:41843:41850 Oquirrh Logan, Utah -0.0330135830277358128 +43084 gsa_html_3318609085 gsa_html_3318609085:838:80593:80621 Green River Colorado 0.00157388492495401659 +43085 aapg_ae_718.html aapg_ae_718.html:94:9710:9743 Curtis Worthington, Minnesota -0.454610570976523354 +43086 aapg_af_392.html aapg_af_392.html:32:3921:3939 Frontier Logan, Utah -0.00243726702917233546 +43087 aapg_aa_995.html aapg_aa_995.html:245:18915:18921 Dakota Carbon County, Wyoming -0.422985222800559113 +43088 cspg_html_3447886929 cspg_html_3447886929:83:10184:10205 Lawrence Quebec City -0.470510360514459824 +43089 gsa_html_5107598462 gsa_html_5107598462:474:43094:43100 Salina Salina, Kansas -0.472678482936493838 +43090 palaios_html_3140337808 palaios_html_3140337808:416:40770:40803 Florissant Colorado -0.0199028557730140769 +43091 cspg_html_6812080835 cspg_html_6812080835:6:341:358 Bearpaw Lacombe, Alberta -0.00984327149097449609 +43092 jgeology_html_6672772311 jgeology_html_6672772311:900:71201:71208 Francis London, Ontario -0.0224076161552878329 +43093 cspg_html_3385840278 cspg_html_3385840278:86:13054:13076 Slave Point Hay River (Canada) 0.303356420460171416 +43094 jgeology_html_9737271632 jgeology_html_9737271632:774:59904:59913 New River Virginia 0.451067730155482738 +43095 aapg_ai_569.html aapg_ai_569.html:441:45356:45372 Dakota New Mexico 0.617595151173672807 +43096 aapg_ac_222.html aapg_ac_222.html:197:27564:27578 Rico Middle East -0.45995556917210767 +43097 cspg_html_2013109828 cspg_html_2013109828:154:27230:27235 Moyie Purcell Mountains -0.0280825762237737336 +43098 cspg_html_7777724998 cspg_html_7777724998:185:27796:27827 Mist Mountain Bellevue, Nebraska -0.0332519228723545321 +43099 aapg_af_745.html aapg_af_745.html:682:89099:89112 Turner Valley Lacombe, Alberta -0.440814423285003532 +43100 geology_html_3834690938 geology_html_3834690938:25:1543:1549 Denver Colorado -0.0598744231387603118 +43101 aapg_ae_439.html aapg_ae_439.html:123:16035:16045 Washington Salem, Oregon -0.478349729395822987 +43102 geology_html_2132529104 geology_html_2132529104:197:21562:21572 Santa Cruz California -0.0147222554474722277 +43103 aapg_aa_731.html aapg_aa_731.html:285:37539:37548 Lime Hill Marthaville, Louisiana -0.0415711108717550168 +43104 palaios_html_1574666570 palaios_html_1574666570:59:5600:5612 Arkona Ontario, California -0.443982888348864235 +43105 aapg_ae_454.html aapg_ae_454.html:561:51093:51102 Shongaloo Texas -0.0247962629365806077 +43106 aapg_ac_575.html aapg_ac_575.html:594:89513:89523 Phosphoria Boise, Idaho 0.0206485113150292575 +43107 aapg_ac_995.html aapg_ac_995.html:186:16122:16147 Huizachal San Bartolo District -0.454041701910604445 +43108 aapg_ad_721.html aapg_ad_721.html:387:36621:36639 Carlsbad Guadalupe Mountains National Park -0.4597920302667165 +43109 palaios_html_4688171682 palaios_html_4688171682:582:66549:66580 Kope Netherlands -0.0158621976007121031 +43110 aapg_ae_415.html aapg_ae_415.html:201:25477:25493 Forest Western world -0.485603101959931283 +43111 sedimentology_html_9702301408 sedimentology_html_9702301408:1227:88160:88166 Forbes Kiribati -0.0122896166911195832 +43112 aapg_aa_148.html aapg_aa_148.html:57:8578:8590 Burro Canyon La Sal Mountains -0.452172819913734925 +43113 gsa_html_4120839285 gsa_html_4120839285:856:96609:96627 Maniobra Los Angeles -0.0491537380497388335 +43114 aapg_ah_965.html aapg_ah_965.html:472:55661:55670 Catahoula Oakville, California -0.0186775409744464604 +43115 aapg_af_575.html aapg_af_575.html:221:30581:30600 Eau Claire Butler County, Ohio -0.438519487168151922 +43116 aapg_ad_257.html aapg_ad_257.html:113:12182:12192 Tuscaloosa Mississippi River -0.429668111316043877 +43117 palaios_html_3064805809 palaios_html_3064805809:185:18008:18026 Coeymans Litchfield, Minnesota -0.443755252554939694 +43118 gsa_html_9865056817 gsa_html_9865056817:993:84269:84299 Elephant Canyon Logan, Utah -0.461089806729199636 +43119 cspg_html_8387792223 cspg_html_8387792223:1656:128020:128053 Pardonet Victoria, British Columbia 0.405502190017599851 +43120 aapg_ah_664.html aapg_ah_664.html:342:35049:35057 Imperial Willingdon -0.245980484231578422 +43121 aapg_ae_26.html aapg_ae_26.html:80:9553:9568 Kope Lexington, Kentucky -0.415098432787898985 +43122 aapg_ai_322.html aapg_ai_322.html:109:8837:8843 Sierra Juticalpa -0.435270040425755234 +43123 aapg_aa_77.html aapg_aa_77.html:76:7939:7961 Paint Creek Chester, Pennsylvania -0.033900859013031269 +43124 jgeology_html_6388378441 jgeology_html_6388378441:321:24678:24723 Berino Wisconsin -0.438839061514967266 +43125 geology_html_8884755462 geology_html_8884755462:16:875:881 Oregon Salem, Oregon -0.505186459859001125 +43126 aapg_af_579.html aapg_af_579.html:62:6875:6880 Ouray Ouray, Colorado -0.00610628100951976244 +43127 aapg_af_291.html aapg_af_291.html:609:64367:64392 Lisburne Anchorage, Alaska -0.451767539383647998 +43128 sedimentology_html_7488726250 sedimentology_html_7488726250:1009:91560:91564 Hall London, Ontario -0.469038078694436811 +43129 aapg_ad_367.html aapg_ad_367.html:372:35835:35850 Wonah Victoria, British Columbia -0.484191429205932 +43130 aapg_af_11.html aapg_af_11.html:587:60592:60601 Telluride Ouray, Colorado -0.495723634298967097 +43131 cspg_html_2094634763 cspg_html_2094634763:313:41448:41467 Athabasca Lacombe, Alberta -0.437953842888147871 +43132 cspg_html_9222238695 cspg_html_9222238695:353:46384:46392 Columbia Lacombe, Alberta -0.00243726702917233546 +43133 cspg_html_9717154602 cspg_html_9717154602:139:18297:18304 Bearpaw Lacombe, Alberta -0.0319228496664141492 +43134 cspg_html_4326384800 cspg_html_4326384800:1163:172465:172473 Columbia Lacombe, Alberta -0.441486425747427802 +43135 aapg_ac_380.html aapg_ac_380.html:422:49991:49999 Onondaga Onondaga (tribe) -0.474355436180137646 +43136 cspg_html_1732329534 cspg_html_1732329534:67:9656:9674 Paskapoo Red Deer, Alberta -0.0331684163736417556 +43137 aapg_af_712.html aapg_af_712.html:56:5878:5884 Denver Colorado -0.513226748439064684 +43138 aapg_ai_785.html aapg_ai_785.html:4:519:530 Beekmantown Ohio 0.0278043399827988778 +43139 aapg_ah_875.html aapg_ah_875.html:1075:99395:99405 Fort Worth Trinidad and Tobago -0.0301173575019116381 +43140 aapg_ae_663.html aapg_ae_663.html:591:54237:54250 Santa Barbara California -0.469152832749018645 +43141 aapg_aa_54.html aapg_aa_54.html:29:2966:2982 Chinle Kingdom of Redonda 0.0545756645455722014 +43142 aapg_ah_766.html aapg_ah_766.html:3:451:473 San Ricardo Guatemala -0.0295434123424303668 +43143 gsa_html_9725118776 gsa_html_9725118776:567:50581:50590 San Pedro Mount Katmai -0.438450704245630596 +43144 aapg_ac_251.html aapg_ac_251.html:78:11389:11407 Morrison Logan, Utah -0.435838488044850259 +43145 aapg_aa_608.html aapg_aa_608.html:12:1925:1942 Corwin Anchorage, Alaska -0.492342974330111982 +43146 aapg_ac_719.html aapg_ac_719.html:16:2135:2145 Las Animas Wet Mountains -0.462143504710773534 +43147 aapg_ae_908.html aapg_ae_908.html:47:5010:5030 Dewey Lake Santa Rosa, California -0.0221155785118801462 +43148 cspg_html_3618628685 cspg_html_3618628685:443:50180:50190 Milk River Lacombe, Alberta -0.456518443898076276 +43149 aapg_ac_844.html aapg_ac_844.html:690:64553:64563 Washington Seattle -0.426720647196584257 +43150 aapg_aa_458.html aapg_aa_458.html:157:22803:22813 Washington Salem, Oregon -0.445984933244691462 +43151 aapg_ad_377.html aapg_ad_377.html:214:20334:20357 Hungry Valley San Gabriel Valley -0.0282234355137958928 +43152 geology_html_6956387253 geology_html_6956387253:337:25420:25446 Athabasca Regina, Saskatchewan -0.0459076709606554625 +43153 cspg_html_9924397126 cspg_html_9924397126:1695:171845:171862 Cardium Lacombe, Alberta -0.0119247384368411057 +43154 aapg_ah_189.html aapg_ah_189.html:23:3220:3246 Prairie Michigan 0.0178798230809493093 +43155 aapg_ae_959.html aapg_ae_959.html:299:23345:23351 Salado West Texas -0.00424743388825097462 +43156 aapg_ac_240.html aapg_ac_240.html:44:5002:5018 Dakota Colorado -0.00125945488018784418 +43157 cspg_html_9648675035 cspg_html_9648675035:615:54378:54401 Beaver Mines Lacombe, Alberta -0.0343445234094948634 +43158 cspg_html_4937997995 cspg_html_4937997995:233:28095:28115 Boas River Southampton Island 0.0112801303919345813 +43159 aapg_ah_165.html aapg_ah_165.html:552:57170:57181 Viking Lacombe, Alberta 0.00700097865383239332 +43160 aapg_ak_104.html aapg_ak_104.html:71:10341:10359 Tensleep Cheyenne, Wyoming -0.0893037617542532663 +43161 cspg_html_2760914701 cspg_html_2760914701:27:3130:3147 Dawson Bay Regina, Saskatchewan -0.376260107220609763 +43162 cspg_html_2139304729 cspg_html_2139304729:11:1600:1609 Hecla Bay Bathurst Island (Northern Territory) -0.418318873112032641 +43163 aapg_af_663.html aapg_af_663.html:842:79364:79384 Fort Scott Fort Scott National Historic Site -0.425516196002090841 +43164 aapg_ac_765.html aapg_ac_765.html:330:60735:60746 Chinle Chinle Formation -0.45921987907792633 +43165 aapg_ae_473.html aapg_ae_473.html:380:34625:34634 Kosciusko Winona, Mississippi -0.442916609041378917 +43166 gsa_html_3648258377 gsa_html_3648258377:466:45067:45088 Englishtown Bass River Township, New Jersey -0.00652496303282925402 +43167 palaios_html_8055229939 palaios_html_8055229939:654:69155:69172 Moenave Logan, Utah -0.428106551564836124 +43168 geology_html_3899329900 geology_html_3899329900:332:25802:25806 Bell London, Ontario -0.473010388882843136 +43169 gsa_html_2168907540 gsa_html_2168907540:325:35813:35824 Black Creek Republic of China -0.492423140812619287 +43170 aapg_af_770.html aapg_af_770.html:513:46821:46829 Colorado White River (Washington) -0.467905110852730732 +43171 aapg_ad_440.html aapg_ad_440.html:128:12048:12058 Greenbrier Ohio -0.025547354296840772 +43172 aapg_ac_557.html aapg_ac_557.html:3:178:208 Holder Sacramento Mountains (California) 0.0126823000424950687 +43173 gsa_html_3414876412 gsa_html_3414876412:101:7615:7621 Brazil Amsterdam -0.4391432028015122 +43174 gsa_html_8491258533 gsa_html_8491258533:674:72134:72138 Hall Portland, Maine -0.432514521719123246 +43175 aapg_ac_327.html aapg_ac_327.html:346:32713:32726 Navarro Texas -0.0517421611604156687 +43176 aapg_ac_190.html aapg_ac_190.html:233:39941:39959 Onondaga Skaneateles (village), New York -0.0535450100863143555 +43177 gsa_html_9152662653 gsa_html_9152662653:1238:107345:107373 Green River Iran -0.0217296792824245993 +43178 aapg_ah_96.html aapg_ah_96.html:193:22291:22299 Winnipeg Big Horn Mountains 0.345077863064735424 +43179 sedimentology_html_3474342063 sedimentology_html_3474342063:1066:72375:72408 Basal Hayward, Wisconsin -0.474842748246669499 +43180 aapg_ae_35.html aapg_ae_35.html:89:8644:8655 Uinta Wasatch Range -0.437098264428985472 +43181 jgeology_html_9065385328 jgeology_html_9065385328:1003:57985:57995 Rio Grande New Mexico -0.506206997527935965 +43182 jgeology_html_5764582297 jgeology_html_5764582297:553:39200:39215 Melville Island Ellesmere Island -0.471363620495062197 +43183 cspg_html_5241714595 cspg_html_5241714595:14:1771:1787 Muskwa Lacombe, Alberta -0.47596853330555533 +43184 gsa_html_7021874106 gsa_html_7021874106:59:3905:3933 Green River New Mexico -0.437049524484892205 +43185 aapg_af_785.html aapg_af_785.html:203:19299:19307 Colorado Texas -0.0967911918431481472 +43186 cspg_html_8109044701 cspg_html_8109044701:102:15325:15336 Peace River Lacombe, Alberta -0.0307122011432018581 +43187 aapg_aa_484.html aapg_aa_484.html:235:22044:22056 Marble Falls Texas -0.439223139625051329 +43188 gsa_html_8213519494 gsa_html_8213519494:798:73645:73662 Kayenta Colorado -0.42422364691980291 +43189 aapg_ac_750.html aapg_ac_750.html:67:5856:5863 Prairie Beaumont, Texas -0.472717659724808503 +43190 aapg_ah_148.html aapg_ah_148.html:36:5815:5825 Wood River Saint Kitts and Nevis 0.0206485113150292575 +43191 aapg_ac_200.html aapg_ac_200.html:504:46760:46782 Green River Colorado -0.00525502734736806466 +43192 aapg_ae_464.html aapg_ae_464.html:429:26271:26277 Sierra Tampico, Illinois -0.457786563407215019 +43193 jgeology_html_7023488312 jgeology_html_7023488312:475:36466:36495 Rome Alabama -0.257970156303620024 +43194 cspg_html_8789242291 cspg_html_8789242291:320:33420:33432 Saskatchewan Waseca, Minnesota -0.467925738958578585 +43195 aapg_ad_2.html aapg_ad_2.html:1105:151485:151496 Beekmantown Chambersburg, Pennsylvania -0.424846739582848965 +43196 cspg_html_3735760125 cspg_html_3735760125:156:18788:18805 Cardium Western world -0.026734922025780393 +43197 geology_html_4373172446 geology_html_4373172446:309:22678:22683 Stark Dade County, Georgia -0.0148473685012762528 +43198 cspg_html_4287356899 cspg_html_4287356899:1492:207302:207322 Hart River Snake River Canyon (Idaho) -0.4852429512232731 +43199 sedimentology_html_5972856435 sedimentology_html_5972856435:795:62422:62426 Hall London, Ontario -0.455252106655251121 +43200 jgeology_html_4305195651 jgeology_html_4305195651:644:80759:80777 Catskill Pennsylvania -0.480853789677316845 +43201 gsa_html_1119256423 gsa_html_1119256423:724:70076:70093 White River Nebraska -0.438060290900437188 +43202 aapg_ak_60.html aapg_ak_60.html:694:73684:73694 Cumberland Gippsland -0.499203493557790035 +43203 aapg_ae_116.html aapg_ae_116.html:34:5313:5321 Michigan Keweenaw Peninsula -0.474805786132168894 +43204 aapg_aa_544.html aapg_aa_544.html:309:41309:41328 Mesaverde Parkman, Maine -0.425450542305663815 +43205 gsa_html_7464626519 gsa_html_7464626519:459:50382:50390 Colorado New Mexico 0.848982476034082723 +43206 gsa_html_1361916335 gsa_html_1361916335:656:62646:62664 Monterey California -0.440247382693200906 +43207 gsa_html_1316826711 gsa_html_1316826711:992:78315:78343 Green River Colorado -0.0206137481511775786 +43208 cspg_html_3235436073 cspg_html_3235436073:10:870:888 Whitemud Lacombe, Alberta -0.0215106592204126722 +43209 geology_html_6058199605 geology_html_6058199605:303:27304:27323 Littleton New Hampshire -0.453234160803079433 +43210 aapg_aa_635.html aapg_aa_635.html:923:92452:92458 Moscow Russia -0.0121732026878597095 +43211 aapg_aa_684.html aapg_aa_684.html:480:41489:41498 Chugwater Cheyenne, Wyoming -0.465460653780432054 +43212 sedimentology_html_2865738906 sedimentology_html_2865738906:533:32074:32095 Lake Valley New Mexico 0.683667817004437128 +43213 palaios_html_9133125241 palaios_html_9133125241:164:20154:20168 Kope Netherlands -0.4597965726108596 +43214 AMJC_html_6341723617 AMJC_html_6341723617:669:60173:60194 Green River Cheyenne, Wyoming -0.473778404154942046 +43215 cspg_html_3501550466 cspg_html_3501550466:531:76136:76153 Duperow Cheyenne, Wyoming 0.0498892127137792671 +43216 jgeology_html_5090133589 jgeology_html_5090133589:177:9794:9810 White Rock San Juan, Argentina -0.0388552982723100598 +43217 cspg_html_1278535960 cspg_html_1278535960:295:38094:38109 Liard Western world -0.485954043848796258 +43218 cspg_html_4287356899 cspg_html_4287356899:4650:447335:447349 Assistance Melville Island (Canada) -0.508150935867965892 +43219 geology_html_3787034723 geology_html_3787034723:206:20624:20634 Copenhagen Denmark -0.440620923452583413 +43220 gsa_html_7199417381 gsa_html_7199417381:119:14868:14876 Loveland Sioux City, Iowa -0.451751782124743317 +43221 cspg_html_9735723617 cspg_html_9735723617:667:79356:79374 Imperial Melville Island (Canada) -0.45412746085651301 +43222 aapg_ae_791.html aapg_ae_791.html:96:10442:10469 Buckskin Mountain Little Humboldt River -0.0240556397080989269 +43223 cspg_html_8089302449 cspg_html_8089302449:188:31320:31324 Lane Regina, Saskatchewan -0.0269348882327513015 +43224 jgeology_html_2563614336 jgeology_html_2563614336:114:4579:4589 San Felipe San Jacinto, California -0.485495508601457515 +43225 aapg_ae_446.html aapg_ae_446.html:330:33830:33840 San Andres Lovington, Illinois -0.416233588263895504 +43226 palaios_html_6441274261 palaios_html_6441274261:555:40209:40233 Cedar Mountain Logan, Utah -0.00272390391992803757 +43227 cspg_html_7941684345 cspg_html_7941684345:449:55560:55582 Shaftesbury Victoria, British Columbia -0.462225485866077257 +43228 sedimentology_html_7306682302 sedimentology_html_7306682302:28:1922:1946 Protection Finland -0.445016883536767272 +43229 aapg_ai_877.html aapg_ai_877.html:31:3798:3833 Lock Haven Pennsylvania -0.0200714512738383588 +43230 gsa_html_2989317971 gsa_html_2989317971:612:64095:64117 Challis Reno, Nevada -0.0373723706496873684 +43231 aapg_ac_213.html aapg_ac_213.html:551:49786:49798 Water Canyon Currie, Minnesota -0.0370660655999496616 +43232 aapg_ad_808.html aapg_ad_808.html:1241:85453:85471 Frontier Cheyenne, Wyoming 0.0173636688334646051 +43233 cspg_html_9236194363 cspg_html_9236194363:100:10711:10734 Watt Mountain Lacombe, Alberta -0.450582005503512739 +43234 aapg_ah_505.html aapg_ah_505.html:550:41833:41840 Madison Leadville, Colorado -0.398055537590053354 +43235 aapg_ai_975.html aapg_ai_975.html:1182:93195:93209 Buda Red River of the North 1.11459574841019715 +43236 aapg_aa_995.html aapg_aa_995.html:638:51233:51241 Colorado Cheyenne, Wyoming -0.0875923890149929163 +43237 gsa_html_1954639412 gsa_html_1954639412:16:1109:1127 Pennington Alabama -0.464419004431934179 +43238 cspg_html_9941518291 cspg_html_9941518291:74:11380:11395 Douro Douro DOC -0.349873536485300729 +43239 aapg_ac_965.html aapg_ac_965.html:705:76309:76316 Manlius Hudson Valley -0.0476394385223062114 +43240 gsa_html_1538463681 gsa_html_1538463681:103:9334:9349 Mural Sonora -0.418625207464451421 +43241 gsa_html_2415293202 gsa_html_2415293202:1121:84336:84339 Rye Netherlands -0.505054791862070251 +43242 aapg_ah_784.html aapg_ah_784.html:137:13730:13750 San Andres New Mexico 0.00331802598112439446 +43243 aapg_ad_3.html aapg_ad_3.html:384:36209:36217 Virginia Knoxville, Tennessee -0.439343057733562137 +43244 aapg_ai_477.html aapg_ai_477.html:361:41213:41221 Edmonton Regina, Saskatchewan -0.474815026513922711 +43245 aapg_ai_296.html aapg_ai_296.html:374:36503:36510 Madison Arkansas -0.493411698974303814 +43246 sedimentology_html_3990399320 sedimentology_html_3990399320:16:1096:1105 Red River Manitoba -0.566958066063255939 +43247 aapg_af_575.html aapg_af_575.html:1182:170191:170197 Dakota Niobrara, Nebraska -0.410517048470844748 +43248 aapg_aa_959.html aapg_aa_959.html:225:19453:19474 Green River Colorado 0.28238688582819671 +43249 aapg_ac_65.html aapg_ac_65.html:797:66675:66683 Colorado Colorado -0.0524011772686955382 +43250 aapg_ai_584.html aapg_ai_584.html:1360:134841:134857 Casper Middle East -0.0129533588216162645 +43251 aapg_ai_696.html aapg_ai_696.html:53:6653:6676 Arcturus Logan, Utah -0.07011150497375368 +43252 palaios_html_3140337808 palaios_html_3140337808:488:44187:44214 Florissant Colorado -0.433370341259820213 +43253 cspg_html_9361096527 cspg_html_9361096527:682:66671:66693 Judith River Lacombe, Alberta -0.00952011624606233578 +43254 cspg_html_4924970281 cspg_html_4924970281:773:81847:81866 Athabasca Canada -0.0245772016562315031 +43255 palaios_html_4736927967 palaios_html_4736927967:154:19876:19895 Birdbear Lacombe, Alberta -0.0247962629365806077 +43256 cspg_html_6984906794 cspg_html_6984906794:893:62306:62327 Shaftesbury Lacombe, Alberta -0.00680987700292186304 +43257 jgeology_html_5792739316 jgeology_html_5792739316:1046:58610:58618 Hudspeth West, Texas -0.518932926331136857 +43258 gsa_html_5272671610 gsa_html_5272671610:270:24744:24762 Aldridge Canada -0.452896019392303839 +43259 cspg_html_6052770195 cspg_html_6052770195:6:386:403 Muskeg Victoria, British Columbia -0.486682122398052641 +43260 aapg_ae_915.html aapg_ae_915.html:108:8108:8116 Niobrara Fort Hayes -0.477804813712121579 +43261 aapg_ad_11.html aapg_ad_11.html:30:2891:2911 Sentinel Butte Fort Union Trading Post National Historic Site -0.442575570278969321 +43262 aapg_af_392.html aapg_af_392.html:15:1881:1899 Frontier Coalville, Utah 0.010743256116110083 +43263 aapg_ad_800.html aapg_ad_800.html:168:21113:21123 Tuscaloosa Tuscaloosa, Alabama -0.45691453935984655 +43264 geology_html_3323467660 geology_html_3323467660:313:26762:26789 Cassiar Canada -0.469070208322842297 +43265 aapg_af_575.html aapg_af_575.html:685:93924:93944 Pinto East Mountain (Hampden County, Massachusetts) -0.509719019143331509 +43266 gsa_html_8035658736 gsa_html_8035658736:1087:113653:113681 Green River Iran -0.152079042766087913 +43267 cspg_html_4298557570 cspg_html_4298557570:36:5293:5305 Pierre Red Deer, Alberta 0.00736581097593620986 +43268 aapg_af_11.html aapg_af_11.html:49:7111:7133 Vallecito Conglomerate San Juan Mountains -0.502180063393425136 +43269 aapg_ai_66.html aapg_ai_66.html:72:7047:7059 Pierre Missouri Valley, Iowa -0.0485803955583026664 +43270 cspg_html_8362959053 cspg_html_8362959053:75:11671:11692 Blackstone Lacombe, Alberta -0.455188836413653375 +43271 aapg_aa_45.html aapg_aa_45.html:34:4806:4824 Moenkopi Colorado -0.439098796420780313 +43272 aapg_ac_289.html aapg_ac_289.html:53:6218:6227 Smackover Saratoga, California -0.00728936970704518669 +43273 aapg_ai_52.html aapg_ai_52.html:141:20687:20699 Tulare McKittrick, California -0.466144329889246756 +43274 cspg_html_6356755616 cspg_html_6356755616:226:35020:35038 Whitemud Regina, Saskatchewan -0.0301590999875516533 +43275 cspg_html_3447886929 cspg_html_3447886929:135:16341:16362 Lawrence Quebec City -0.00761598320539543048 +43276 aapg_ac_867.html aapg_ac_867.html:583:80048:80057 Hampshire Cheyenne River Indian Reservation 0.0191780858485972837 +43277 aapg_ad_802.html aapg_ad_802.html:55:6777:6787 Tuscaloosa Ocala, Florida -0.440814423285003532 +43278 geology_html_7307102876 geology_html_7307102876:266:21766:21778 Devon Island Alert, Nunavut -0.457555451333636842 +43279 aapg_ae_324.html aapg_ae_324.html:313:31063:31072 Newcastle Virginia -0.448632716908224927 +43280 aapg_aa_870.html aapg_aa_870.html:3:278:284 Dakota New Mexico 0.0425026797130011111 +43281 aapg_ac_427.html aapg_ac_427.html:143:14006:14018 Reforma Mexico -0.103325576893896293 +43282 aapg_ae_873.html aapg_ae_873.html:61:8074:8085 Paluxy Rodessa, Louisiana -0.4741730528447482 +43283 aapg_ai_923.html aapg_ai_923.html:70:12448:12456 Colorado Denver -0.500366664778552739 +43284 aapg_af_701.html aapg_af_701.html:558:64637:64645 Virginia Virginia -0.446233258036542624 +43285 geology_html_7867948062 geology_html_7867948062:90:6463:6476 Santa Barbara California -0.0460783921822131154 +43286 cspg_html_2536163557 cspg_html_2536163557:634:90087:90095 Columbia Victoria, British Columbia -0.457582637906406409 +43287 aapg_ad_941.html aapg_ad_941.html:357:26030:26050 Pine Point Great Slave Lake -0.441517589995484405 +43288 aapg_ad_466.html aapg_ad_466.html:1367:145574:145591 Raritan Closter, New Jersey -0.481482104366479757 +43289 aapg_ae_454.html aapg_ae_454.html:178:14500:14507 Bossier East Texas 0.350150278365842005 +43290 cspg_html_3187844923 cspg_html_3187844923:14:1969:1986 Bowser Western world -0.481777803377517411 +43291 aapg_af_854.html aapg_af_854.html:405:53043:53065 Locust Point New Providence, New Jersey -0.0690782274871873381 +43292 aapg_ad_880.html aapg_ad_880.html:883:86051:86069 Sundance Boise, Idaho 0.930079449768467459 +43293 cspg_html_5381643866 cspg_html_5381643866:446:55576:55600 Mist Mountain Lacombe, Alberta -0.445998354490544591 +43294 aapg_ae_873.html aapg_ae_873.html:702:82383:82390 Rodessa Rodessa, Louisiana 0.0226579381642307842 +43295 aapg_ad_945.html aapg_ad_945.html:226:22690:22707 Athabasca Lacombe, Alberta -0.451436694283948337 +43296 cspg_html_4072152826 cspg_html_4072152826:206:25470:25485 Skoki Mons -0.440247382693200906 +43297 aapg_ad_427.html aapg_ad_427.html:154:15886:15905 Smackover Camp County, Texas -0.458750170743803365 +43298 aapg_ad_247.html aapg_ad_247.html:73:5893:5898 Hondo Channel Islands of California -0.0346959879094753468 +43299 aapg_ah_96.html aapg_ah_96.html:480:56462:56471 Maquoketa Iowa 0.345916974514238085 +43300 aapg_af_880.html aapg_af_880.html:515:77707:77713 Casper Cheyenne, Wyoming -0.470457490274840129 +43301 aapg_ai_107.html aapg_ai_107.html:720:67101:67119 Wilberns Pedernales Province -0.00998573864189263374 +43302 aapg_ad_918.html aapg_ad_918.html:122:16376:16392 Dakota Niobrara, Nebraska -0.456541073233143302 +43303 geology_html_2094488742 geology_html_2094488742:236:21889:21894 Tyson Alameda County, California -0.0860939590932400384 +43304 gsa_html_2364640066 gsa_html_2364640066:345:35975:35993 Yakataga Malaspina Glacier -0.227072821842834227 +43305 jgeology_html_7654442814 jgeology_html_7654442814:722:53614:53622 Columbia Escanaba, Michigan -0.0306147978884375553 +43306 aapg_ad_365.html aapg_ad_365.html:49:3928:3940 Viking Lacombe, Alberta -0.477158315306099867 +43307 cspg_html_3102530088 cspg_html_3102530088:51:7030:7045 Eagle Lacombe, Alberta -0.466920106770381871 +43308 geology_html_7649550424 geology_html_7649550424:307:24141:24146 Price Canada 0.0300303944365676138 +43309 aapg_ad_683.html aapg_ad_683.html:719:70969:70984 Rico Hermosa, Chicago -0.0657733851347933884 +43310 aapg_ac_366.html aapg_ac_366.html:350:37199:37218 Tonoloway Salina, Kansas -0.0125432965018171631 +43311 aapg_ad_466.html aapg_ad_466.html:1398:148757:148764 Matawan Monmouth -0.464405306663695727 +43312 aapg_ae_498.html aapg_ae_498.html:976:103257:103294 Blackford Russell County, Virginia 0.753791087160251116 +43313 aapg_ah_271.html aapg_ah_271.html:13:1755:1768 Cotton Valley Texas -0.461854353575764598 +43314 aapg_ai_205.html aapg_ai_205.html:24:3383:3391 Victoria Gippsland -0.0498491257699788942 +43315 sedimentology_html_2806065367 sedimentology_html_2806065367:141:16236:16246 Rio Grande Mesa, Arizona -0.4835517998191603 +43316 aapg_af_633.html aapg_af_633.html:3:184:197 Navarro Texas -0.0237792189309356042 +43317 aapg_ae_839.html aapg_ae_839.html:33:3021:3036 Atoka Arkansas 0.761833295108615305 +43318 aapg_aa_276.html aapg_aa_276.html:14:1354:1360 Sierra Monclova, Ohio 0.00968516832119581395 +43319 aapg_ae_166.html aapg_ae_166.html:158:16857:16893 Prospect Western world 0.0536252247889140582 +43320 gsa_html_9181545711 gsa_html_9181545711:133:14207:14215 Colorado Loveland, Ohio -0.502814850475143738 +43321 AMJC_html_5471526645 AMJC_html_5471526645:333:44220:44238 Uwharrie North Carolina -0.0483573436723463285 +43322 palaios_html_5543030185 palaios_html_5543030185:414:37318:37336 Fillmore Logan, Utah -0.264942857183328606 +43323 aapg_af_862.html aapg_af_862.html:11:1071:1082 San Antonio Texas -0.0185124334228341722 +43324 palaios_html_3008759316 palaios_html_3008759316:237:22324:22332 Bachelor Wooster, Ohio -0.481945488841025893 +43325 aapg_ae_499.html aapg_ae_499.html:514:54216:54222 Denver Colorado -0.49285239645366713 +43326 sedimentology_html_7173233072 sedimentology_html_7173233072:1417:82551:82560 San Diego California -0.405961136351199237 +43327 cspg_html_6193252551 cspg_html_6193252551:25:4918:4938 West Point Quebec City -0.0357069470350891913 +43328 aapg_ah_859.html aapg_ah_859.html:175:20733:20746 Porters Creek Alabama 0.0503301831449730619 +43329 gsa_html_7616408925 gsa_html_7616408925:168:15274:15288 Seco Cordillera Administrative Region -0.477130519718023338 +43330 aapg_ae_959.html aapg_ae_959.html:1635:118843:118859 San Andres West Texas -0.402569062322972349 +43331 aapg_ai_469.html aapg_ai_469.html:491:59902:59907 Nisku Lacombe, Alberta -0.0331684163736417556 +43332 cspg_html_4338314003 cspg_html_4338314003:438:48219:48235 Viking Lacombe, Alberta -0.0092977313772016467 +43333 aapg_ad_466.html aapg_ad_466.html:952:102588:102594 Tinton Monmouth County, New Jersey -0.450582005503512739 +43334 aapg_ai_157.html aapg_ai_157.html:482:45559:45565 Guelph Salina, Kansas -0.0463571283574541332 +43335 aapg_ah_383.html aapg_ah_383.html:165:18692:18703 Santa Clara Los Angeles -0.456778715576978744 +43336 aapg_af_416.html aapg_af_416.html:146:18521:18529 Amaranth Spearfish, South Dakota -0.0235062798697475116 +43337 aapg_ae_415.html aapg_ae_415.html:293:38004:38012 Brooklyn Ocala, Florida -0.0471881674171297158 +43338 gsa_html_2717448156 gsa_html_2717448156:1272:121611:121624 Mountain City Reno, Nevada -0.54065125318590268 +43339 cspg_html_2769629211 cspg_html_2769629211:495:56299:56308 Hay River Western world -0.453085363047098455 +43340 gsa_html_2561127673 gsa_html_2561127673:123:11022:11043 Quinn River Reno, Nevada -0.0315888654763454985 +43341 cspg_html_9725676031 cspg_html_9725676031:578:68174:68190 Viking Lacombe, Alberta -0.433588832161453941 +43342 geology_html_9001300846 geology_html_9001300846:222:20694:20698 Bond North Atlantic Current -0.459083706416541504 +43343 jgeology_html_4305195651 jgeology_html_4305195651:562:67768:67792 Slide Mountain Delaware County, Ohio -0.488743302412917968 +43344 aapg_aa_360.html aapg_aa_360.html:76:7225:7230 Indio Luling, Louisiana -0.0335442004664093935 +43345 aapg_ah_289.html aapg_ah_289.html:527:72842:72868 Monterey California -0.0889666987458137271 +43346 aapg_af_625.html aapg_af_625.html:271:25582:25592 Greenbrier Huntington, West Virginia -0.499298579771170536 +43347 aapg_ac_126.html aapg_ac_126.html:253:38401:38408 Bossier Bossier City, Louisiana -0.0197168810314956311 +43348 aapg_af_943.html aapg_af_943.html:72:6229:6245 Dakota New Mexico -0.448217795173201261 +43349 cspg_html_9222238695 cspg_html_9222238695:88:13669:13685 Fernie Lacombe, Alberta 0.00877304685539762562 +43350 aapg_ad_55.html aapg_ad_55.html:190:13464:13471 Decorah Cape Girardeau, Missouri -0.441927274708787343 +43351 gsa_html_3646882130 gsa_html_3646882130:480:44003:44030 Columbia Blue Mountains (Oregon) -0.0260481030214056476 +43352 aapg_ae_449.html aapg_ae_449.html:35:3210:3219 Frio Chambers County, Alabama 0.0445524781498607414 +43353 cspg_html_2175627313 cspg_html_2175627313:116:14193:14210 Montney Lacombe, Alberta -0.0366623139169080098 +43354 palaios_html_3609052527 palaios_html_3609052527:505:48430:48435 Logan Melbourne, Florida -0.452882496357985831 +43355 aapg_aa_732.html aapg_aa_732.html:314:39130:39151 Platteville Wisconsin -0.449541717141150321 +43356 aapg_ac_983.html aapg_ac_983.html:326:52587:52601 Drum Seminole, Texas -0.425599363821972831 +43357 gsa_html_8222638730 gsa_html_8222638730:810:77865:77881 Thelon Canada 0.00877304685539762562 +43358 aapg_ae_958.html aapg_ae_958.html:2197:189457:189464 Rustler Salado, Texas -0.46814580209221146 +43359 aapg_ah_147.html aapg_ah_147.html:188:21555:21571 Rapid Kuskokwim Mountains -0.0149690067830474411 +43360 aapg_aa_702.html aapg_aa_702.html:487:93535:93543 Colorado Denver -0.0786338057195771767 +43361 cspg_html_4822015639 cspg_html_4822015639:45:7163:7170 Harmony Western world -0.471695028578207554 +43362 aapg_ah_321.html aapg_ah_321.html:48:5508:5516 Virginia Saltville, Virginia -0.485495508601457515 +43363 aapg_ai_975.html aapg_ai_975.html:99:13247:13261 Buda East Texas -0.218457368676860775 +43364 geology_html_7799409237 geology_html_7799409237:26:1053:1061 Colorado Denver -0.040244442684913409 +43365 aapg_aa_23.html aapg_aa_23.html:644:81233:81266 Stony Mountain Manitoba -0.437005217650049682 +43366 cspg_html_6435146689 cspg_html_6435146689:94:7004:7020 Shunda Lacombe, Alberta -0.117420664049426929 +43367 cspg_html_9023649778 cspg_html_9023649778:14:2162:2170 Columbia Victoria, British Columbia -0.454023648431036098 +43368 aapg_aa_507.html aapg_aa_507.html:41:5095:5103 Woodbine Tuscaloosa, Alabama -0.0114139159220517442 +43369 aapg_af_754.html aapg_af_754.html:261:38834:38852 Monterey California -0.0445803462339657702 +43370 gsa_html_2335956331 gsa_html_2335956331:592:53395:53401 Oxford England -0.0287347150896633124 +43371 aapg_af_854.html aapg_af_854.html:1246:177122:177129 Cypress Bethel, Alaska -0.0174019020564647256 +43372 gsa_html_9253181203 gsa_html_9253181203:112:11524:11541 Mandata Pennsylvania -0.484077007932315562 +43373 cspg_html_9476379853 cspg_html_9476379853:17:1861:1868 Waskada Regina, Saskatchewan -0.00508998959117516313 +43374 sedimentology_html_1684535740 sedimentology_html_1684535740:130:13634:13642 Loveland Loveland, Ohio -0.441437455474761709 +43375 gsa_html_4408649953 gsa_html_4408649953:1194:100305:100333 Green River Colorado -0.0332519228723545321 +43376 aapg_af_395.html aapg_af_395.html:22:4231:4250 Kindblade Ardmore, Pennsylvania -0.457555451333636842 +43377 gsa_html_9898556493 gsa_html_9898556493:255:30708:30724 Modesto Tuolumne River -0.00793912421120361589 +43378 aapg_ae_335.html aapg_ae_335.html:412:31179:31204 Leadville Glenwood Springs, Colorado -0.0396281807220570936 +43379 aapg_ac_629.html aapg_ac_629.html:624:74514:74534 Citronelle Citronelle, Alabama -0.440425240506611693 +43380 palaios_html_3308412288 palaios_html_3308412288:177:22169:22185 Fremont Dolomite Texas -0.0679664918754289971 +43381 aapg_ac_617.html aapg_ac_617.html:5:813:822 Catahoula Oakville, California -0.0420203413535321854 +43382 gsa_html_5737673651 gsa_html_5737673651:387:34164:34173 Chinle Colorado Plateau -0.451751782124743317 +43383 aapg_ad_2.html aapg_ad_2.html:1413:192996:193018 Chambersburg Martinsburg, Nebraska -0.467877607461444023 +43384 cspg_html_8587137158 cspg_html_8587137158:825:121394:121399 Yukon Amsterdam -0.0668112913771392175 +43385 aapg_aa_796.html aapg_aa_796.html:506:58679:58699 Milk River Calgary -0.0396629967137020131 +43386 aapg_ac_923.html aapg_ac_923.html:423:44565:44570 Atoka Athens, Georgia -0.454032675125810359 +43387 palaios_html_8391206976 palaios_html_8391206976:526:57631:57650 Fairview Kentucky -0.454258371760158153 +43388 aapg_aa_82.html aapg_aa_82.html:216:22114:22126 Seven Rivers Howard County, Missouri -0.0122896166911195832 +43389 aapg_ah_645.html aapg_ah_645.html:495:58846:58863 Stump Western world -0.479447557264900015 +43390 geology_html_2514713884 geology_html_2514713884:12:454:463 San Diego California -0.483173848714512189 +43391 palaios_html_2557524442 palaios_html_2557524442:554:42051:42081 Albert New Brunswick, New Jersey -0.457691392417615917 +43392 aapg_ae_794.html aapg_ae_794.html:528:57550:57560 Tuscaloosa Selma to Montgomery marches 0.0192858436914013637 +43393 cspg_html_5542874609 cspg_html_5542874609:357:41755:41773 Lea Park Lacombe, Alberta -0.486127228212794971 +43394 aapg_aa_291.html aapg_aa_291.html:23:3104:3120 Navajo Logan, Utah -0.49119789377684242 +43395 cspg_html_1025724640 cspg_html_1025724640:667:76356:76374 Marble Falls Central Texas -0.500511877452422094 +43396 palaios_html_6676788300 palaios_html_6676788300:83:12216:12224 Catskill Ohio -0.432421928049857018 +43397 aapg_ac_574.html aapg_ac_574.html:634:67194:67209 Florissant Colorado -0.484079342907875299 +43398 aapg_ai_958.html aapg_ai_958.html:80:8225:8241 Goliad Oakville, California -0.462143504710773534 +43399 aapg_ac_807.html aapg_ac_807.html:413:42186:42203 Potomac Delaware -0.0835509510841073999 +43400 AMJC_html_9757715503 AMJC_html_9757715503:567:54673:54679 Brazil Earth -0.0640876225882441447 +43401 jgeology_html_2563614336 jgeology_html_2563614336:895:61653:61663 San Felipe San Jacinto, California -0.483341806462215584 +43402 aapg_aa_796.html aapg_aa_796.html:73:8768:8775 Halfway Lacombe, Alberta -0.463271407180362194 +43403 aapg_ae_845.html aapg_ae_845.html:210:22729:22737 Colorado Denver -0.462102516958969756 +43404 palaios_html_9430957613 palaios_html_9430957613:242:21952:21958 Oregon Nebraska -0.437953842888147871 +43405 aapg_ae_3.html aapg_ae_3.html:78:9964:9987 Diamond Peak Reno, Nevada -0.232018452325428226 +43406 aapg_af_486.html aapg_af_486.html:20:2991:3021 Tyonek McArthur River uranium mine -0.46853104470756296 +43407 aapg_ae_767.html aapg_ae_767.html:8:1095:1107 Dockum Mexico -0.451720268426352933 +43408 gsa_html_4234009219 gsa_html_4234009219:94:10698:10704 Toledo Washington (state) -0.469024309212410007 +43409 aapg_aa_147.html aapg_aa_147.html:272:33287:33305 Deadwood Regina, Saskatchewan 0.0889052578484619271 +43410 aapg_ai_216.html aapg_ai_216.html:71:8096:8113 Tellico Athens, Georgia -0.475325709854034217 +43411 cspg_html_5740360566 cspg_html_5740360566:42:6090:6101 Peace River Lacombe, Alberta -0.508148533121380197 +43412 aapg_af_542.html aapg_af_542.html:34:4880:4895 Rockdale Texas -0.0395063257526605052 +43413 gsa_html_5394777952 gsa_html_5394777952:140:12816:12840 Morrison Sierra Nevada (Spain) -0.00979636169170332825 +43414 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10166:10182 Entrada Summerville, South Carolina -0.0284999414056484393 +43415 aapg_ac_983.html aapg_ac_983.html:213:34549:34578 Cherryvale Cherryvale, Kansas 0.0284338577135258078 +43416 aapg_ad_581.html aapg_ad_581.html:8:1099:1109 Reedsville Martinsburg, Nebraska -2.08461351353560743e-05 +43417 aapg_af_191.html aapg_af_191.html:3:233:241 Big Hill Matagorda County, Texas 0.00219579757813351652 +43418 aapg_af_397.html aapg_af_397.html:488:56314:56334 Entrada Chinle Formation -0.089972700631958516 +43419 aapg_ac_944.html aapg_ac_944.html:114:12967:12983 Sandia Sangre de Cristo Range 0.0588848326257092741 +43420 aapg_aa_737.html aapg_aa_737.html:3:286:302 Salina Michigan 0.0215888803557360183 +43421 gsa_html_7127096507 gsa_html_7127096507:756:67816:67844 Green River New Mexico -0.0418723365935778427 +43422 aapg_ae_876.html aapg_ae_876.html:390:42590:42598 Red Rock Logan, Utah -0.0866658985213233368 +43423 cspg_html_1763727002 cspg_html_1763727002:6:394:402 Columbia Lacombe, Alberta -0.0385628723639815305 +43424 aapg_ae_305.html aapg_ae_305.html:1701:160157:160163 Perija Maracaibo -0.486401118306284352 +43425 aapg_aa_23.html aapg_aa_23.html:317:37288:37316 Winnipeg Winnipeg -0.0416442398946082412 +43426 aapg_ah_649.html aapg_ah_649.html:87:11946:11963 Vega Dorotea Municipality -0.485369220602805185 +43427 aapg_ac_413.html aapg_ac_413.html:225:19585:19603 Monterey California -0.474300024554483501 +43428 cspg_html_8477386212 cspg_html_8477386212:7:339:367 Wabamun Lacombe, Alberta -0.42423457487964078 +43429 gsa_html_3380395839 gsa_html_3380395839:29:1663:1681 Crescent Salem, Oregon -0.451812561628617604 +43430 aapg_ad_233.html aapg_ad_233.html:239:22477:22485 Colorado Denver -0.412654959021926393 +43431 cspg_html_5381643866 cspg_html_5381643866:420:53919:53936 Gething Rocky Brook -0.480191064487370922 +43432 cspg_html_9354781888 cspg_html_9354781888:1481:93440:93448 Columbia Victoria, British Columbia -0.450586501765938174 +43433 cspg_html_6985536436 cspg_html_6985536436:209:28305:28327 Eureka Sound Ellesmere Island -0.428844183946785584 +43434 cspg_html_1019614994 cspg_html_1019614994:387:63600:63610 Big Valley Williston Basin -0.0129533588216162645 +43435 aapg_ae_415.html aapg_ae_415.html:104:14663:14668 Tampa Melbourne, Florida -0.48878086726465575 +43436 aapg_ae_705.html aapg_ae_705.html:653:64529:64542 Santa Barbara California -0.0748836295189966306 +43437 sedimentology_html_9186155432 sedimentology_html_9186155432:1086:62320:62330 Washington Seattle -0.0187574882731168305 +43438 aapg_af_575.html aapg_af_575.html:965:137941:137957 Whitehorse Double Mountain (California) -0.00793912421120361589 +43439 geology_html_2052091332 geology_html_2052091332:186:16177:16182 Piper Texas -0.41966442363155293 +43440 cspg_html_2297270979 cspg_html_2297270979:10:968:976 Michigan Ohio -0.0711572225320946106 +43441 aapg_ad_169.html aapg_ad_169.html:339:40183:40205 Mauch Chunk Huntington, West Virginia -0.421964232277811879 +43442 aapg_ah_378.html aapg_ah_378.html:149:14679:14695 San Andres Texas -0.0214480825633718564 +43443 aapg_aa_832.html aapg_aa_832.html:23:3698:3725 Bear Lake Cold Bay Airport -0.0137370110791438689 +43444 aapg_ae_419.html aapg_ae_419.html:224:28718:28724 Sierra Coahuila -0.00910662035546105052 +43445 aapg_ad_461.html aapg_ad_461.html:133:16475:16488 Bearpaw Lacombe, Alberta -0.439942880245828727 +43446 cspg_html_3231136569 cspg_html_3231136569:120:14996:15004 Columbia Victoria, British Columbia -0.427689691071663991 +43447 gsa_html_4828739821 gsa_html_4828739821:840:70643:70662 Nankoweap Arizona -0.00780535052261396422 +43448 gsa_html_8951179545 gsa_html_8951179545:454:56382:56394 Wilcox Sevier orogeny -0.0227274727216301153 +43449 aapg_ae_324.html aapg_ae_324.html:407:40316:40334 Holston Virginia -0.522607791035152647 +43450 aapg_ae_777.html aapg_ae_777.html:222:24934:24941 Tererro Pecos River -0.444856013246054061 +43451 aapg_ai_477.html aapg_ai_477.html:297:34202:34220 Sikanni Liard River, British Columbia 1.19374609725912051 +43452 aapg_ai_49.html aapg_ai_49.html:99:10077:10096 Maroon Aspen, Colorado -0.479496330331430576 +43453 aapg_ai_975.html aapg_ai_975.html:900:72625:72643 Kiamichi Uvalde, Texas -0.00972860319356922895 +43454 aapg_ae_180.html aapg_ae_180.html:96:11487:11495 Woodbine Austin, Chicago -0.429934117971200513 +43455 aapg_ai_112.html aapg_ai_112.html:66:13145:13154 Jacalitos San Joaquin River -0.029835599351404625 +43456 gsa_html_4557277250 gsa_html_4557277250:45:3783:3800 Carmel Logan, Utah -0.458913519660435476 +43457 gsa_html_5568683977 gsa_html_5568683977:600:53146:53150 Hall Logan, Utah -0.443732938342886629 +43458 gsa_html_7554994575 gsa_html_7554994575:665:62654:62679 Alligator Back North Carolina -0.481905893496514026 +43459 gsa_html_5081991493 gsa_html_5081991493:902:73975:73984 Flagstaff Logan, Utah -0.0816788093669866405 +43460 aapg_ad_960.html aapg_ad_960.html:17:1961:1975 Monterey Salinas, California -0.428045108019172948 +43461 aapg_ae_415.html aapg_ae_415.html:262:34261:34270 Red Bluff Alabama -0.0159925297595795608 +43462 aapg_af_248.html aapg_af_248.html:4:1066:1083 Midway Arkansas -0.426370104690330431 +43463 cspg_html_6306091047 cspg_html_6306091047:602:82684:82692 Columbia Victoria, British Columbia -0.486857796887406991 +43464 aapg_aa_4.html aapg_aa_4.html:200:26560:26566 Ithaca Ithaca, New York -0.490689465081328491 +43465 cspg_html_2184632302 cspg_html_2184632302:14:1580:1592 Saskatchewan Lake Athabasca -0.456518443898076276 +43466 gsa_html_2509147847 gsa_html_2509147847:308:43130:43140 Quesnellia Kootenay River -0.473695342935840036 +43467 cspg_html_8298261690 cspg_html_8298261690:762:72207:72228 Peace River Lacombe, Alberta -0.49576151014248282 +43468 aapg_ae_467.html aapg_ae_467.html:246:17381:17397 Traverse Midland County, Michigan -0.485011505687422073 +43469 palaios_html_1434442076 palaios_html_1434442076:634:52200:52208 Colorado Denver -0.527450147435251093 +43470 aapg_ac_380.html aapg_ac_380.html:493:57910:57917 Rondout Lake Erie -0.405403565593077109 +43471 gsa_html_9181545711 gsa_html_9181545711:502:46171:46192 Fountain Manitou Springs, Colorado -0.463910045923527747 +43472 geology_html_2777204669 geology_html_2777204669:74:6587:6595 Humboldt Peru, Indiana -0.079562166471666404 +43473 palaios_html_1262064602 palaios_html_1262064602:21:975:991 Chinle Arizona -0.432289667144302503 +43474 aapg_ai_52.html aapg_ai_52.html:77:10777:10788 Paso Robles Great Valley, New York -0.472491841137828439 +43475 aapg_ad_194.html aapg_ad_194.html:4:506:524 Stirling Quartzite Reno, Nevada -0.0281695262279110618 +43476 cspg_html_6795586308 cspg_html_6795586308:27:2986:2994 Columbia Victoria, British Columbia -0.0427569191180933311 +43477 aapg_aa_954.html aapg_aa_954.html:82:7606:7622 Menard Salem, Massachusetts -0.462717531176716879 +43478 aapg_ad_356.html aapg_ad_356.html:349:33294:33299 Weeks Cotton Valley, Louisiana -0.423116197439436237 +43479 sedimentology_html_8006979411 sedimentology_html_8006979411:156:14221:14229 Columbia Victoria, British Columbia -0.0347899456847786462 +43480 aapg_aa_702.html aapg_aa_702.html:2071:179734:179742 Colorado Colorado -0.0684996075699447898 +43481 cspg_html_4272664788 cspg_html_4272664788:84:13029:13041 Rundle Victoria, British Columbia -0.0319472030481665059 +43482 aapg_ae_24.html aapg_ae_24.html:3:201:213 Rhode Island Block Island 0.590940645353124294 +43483 sedimentology_html_7996519401 sedimentology_html_7996519401:786:68343:68347 Hall London, Ontario -0.486998362492811809 +43484 aapg_af_29.html aapg_af_29.html:739:60871:60877 Jordan Melbourne, Florida -0.4462802459552766 +43485 cspg_html_1781462584 cspg_html_1781462584:196:25957:25974 Keating New Mexico -0.500385707625650822 +43486 aapg_ac_297.html aapg_ac_297.html:22:1848:1854 Oregon Washington (state) -0.476130470160059438 +43487 aapg_af_625.html aapg_af_625.html:569:58926:58934 Sylvania Salina, Kansas -0.0243946529781233976 +43488 cspg_html_9011256422 cspg_html_9011256422:25:3708:3726 Redknife Lake Ontario -0.0192580351591481631 +43489 cspg_html_6927586285 cspg_html_6927586285:57:9206:9214 Columbia Victoria, British Columbia -0.496235102069879308 +43490 sedimentology_html_9716387026 sedimentology_html_9716387026:705:47427:47442 Rapid Fontana, California -0.46809765859229685 +43491 palaios_html_3561205174 palaios_html_3561205174:1102:91977:91994 Potsdam Quebec City -0.090555694698435496 +43492 aapg_ai_975.html aapg_ai_975.html:367:33644:33661 Rodessa Shreveport, Louisiana -0.0226179559252577995 +43493 cspg_html_2548317649 cspg_html_2548317649:242:21921:21952 Ireton Middle East -0.45295011354581094 +43494 aapg_ah_415.html aapg_ah_415.html:29:3764:3778 Colorado Southern Great Plain -0.0526801439940360397 +43495 aapg_ae_3.html aapg_ae_3.html:229:32530:32550 Manning Canyon Uinta Mountains -0.0337703728597886152 +43496 aapg_ai_156.html aapg_ai_156.html:607:51962:51972 Kinderhook Chattanooga, Tennessee -0.472501057082917231 +43497 geology_html_3305988371 geology_html_3305988371:17:954:960 Toledo Ohio -0.474842748246669499 +43498 aapg_ae_113.html aapg_ae_113.html:90:11760:11778 Read Bay Little Cornwallis Island -0.0213125005692229447 +43499 geology_html_8682508261 geology_html_8682508261:25:1625:1645 Maravillas Middle Ordovician -0.471405039658470026 +43500 cspg_html_9177794814 cspg_html_9177794814:106:12773:12794 Etherington Anchorage, Alaska -0.469506369220983932 +43501 cspg_html_2729673354 cspg_html_2729673354:104:10704:10726 Medicine Hat Regina, Saskatchewan -0.470186292964726915 +43502 gsa_html_1706451278 gsa_html_1706451278:1149:72670:72698 Green River Iran -0.445984933244691462 +43503 cspg_html_3129231627 cspg_html_3129231627:393:49514:49534 Irene Bathurst Island (Northern Territory) -0.46853104470756296 +43504 gsa_html_3648258377 gsa_html_3648258377:363:34596:34612 Magothy Bass River Township, New Jersey -0.000571531620668953421 +43505 aapg_ai_249.html aapg_ai_249.html:117:17809:17843 Peten Guatemala -0.0591256711922378136 +43506 sedimentology_html_3181527419 sedimentology_html_3181527419:542:38925:38929 Earp Supai, Arizona -0.492210951964540455 +43507 aapg_aa_132.html aapg_aa_132.html:1082:95916:95949 Woodbend Central Alberta -0.379014642619684095 +43508 sedimentology_html_2136183401 sedimentology_html_2136183401:489:34458:34480 Pigeon Point California -0.492640099962427858 +43509 cspg_html_5593011953 cspg_html_5593011953:36:4294:4306 Saskatchewan Manitoba -0.0218200693181328578 +43510 aapg_ai_49.html aapg_ai_49.html:729:93905:93912 Wingate Kayenta, Arizona -0.0543315025159756756 +43511 aapg_ad_167.html aapg_ad_167.html:256:29448:29462 Richmond Bloomington, Indiana -0.0447475566663644089 +43512 aapg_ae_46.html aapg_ae_46.html:124:12815:12823 Hudspeth Salem, Oregon -0.0478206511244486168 +43513 aapg_ah_329.html aapg_ah_329.html:559:54168:54175 Sisquoc Monterey, California -0.440387442871438828 +43514 geology_html_4598474045 geology_html_4598474045:12:655:663 Richland Washington (state) -0.486401118306284352 +43515 cspg_html_5381643866 cspg_html_5381643866:352:44197:44219 Gorman Rocky Brook -0.448578878596292641 +43516 sedimentology_html_1340746782 sedimentology_html_1340746782:111:11080:11089 Peninsula Korea -0.4506269691264706 +43517 aapg_ac_825.html aapg_ac_825.html:250:26491:26509 Purisima Santa Cruz Mountains -0.47076786107370483 +43518 aapg_ae_892.html aapg_ae_892.html:8:1066:1070 Yeso Sacramento Mountains (California) -0.444223975732980447 +43519 aapg_af_480.html aapg_af_480.html:176:20509:20524 Olentangy Ohio -0.672381913559379374 +43520 gsa_html_4339524478 gsa_html_4339524478:610:66842:66860 Burnt River Schist Salem, Oregon -0.44948782523520614 +43521 aapg_ae_6.html aapg_ae_6.html:92:10058:10077 San Marcos Texas -0.51791589182937825 +43522 aapg_ah_181.html aapg_ah_181.html:144:17243:17260 Entrada Carmel, Indiana -0.0188530778518021767 +43523 cspg_html_4422863308 cspg_html_4422863308:9:1096:1112 Viking Lacombe, Alberta -0.02660103319374214 +43524 cspg_html_5406720001 cspg_html_5406720001:16:2262:2270 Columbia Lacombe, Alberta 0.000555897012734609666 +43525 aapg_ad_858.html aapg_ad_858.html:244:17337:17371 Smackover Shreveport, Louisiana -0.00200296970089739335 +43526 aapg_ai_596.html aapg_ai_596.html:195:25197:25213 Dakota Texas 0.00331802598112439446 +43527 gsa_html_6169925575 gsa_html_6169925575:15:496:502 Oregon Salem, Oregon -0.494585786210081368 +43528 aapg_ai_583.html aapg_ai_583.html:457:57745:57760 Swift Cheyenne, Wyoming -0.444625928203921772 +43529 aapg_ad_908.html aapg_ad_908.html:12:1302:1319 La Luna Southeast Asia -0.431959095961468531 +43530 aapg_ae_993.html aapg_ae_993.html:393:39836:39855 Jefferson Logan, Utah -0.465568086328610908 +43531 gsa_html_7193789775 gsa_html_7193789775:390:39351:39372 Price Logan, Utah -0.487532722920071437 +43532 aapg_ad_808.html aapg_ad_808.html:1236:84521:84530 Greenhorn Niobrara, Nebraska 0.69339875013121699 +43533 aapg_ae_315.html aapg_ae_315.html:7:1516:1533 Decorah Platteville, Colorado 0.0460627135545552402 +43534 cspg_html_7271054047 cspg_html_7271054047:17:1889:1902 Exshaw Victoria, British Columbia -0.00292541869155533898 +43535 cspg_html_5688447798 cspg_html_5688447798:137:19256:19284 Disappointment Bay Little Cornwallis Island -0.447168994241326834 +43536 gsa_html_4954109908 gsa_html_4954109908:14:536:544 Virginia Reston, Virginia -0.492210951964540455 +43537 cspg_html_8250500468 cspg_html_8250500468:339:44123:44144 Peace River Lacombe, Alberta -0.479438267468745405 +43538 geology_html_9805181537 geology_html_9805181537:28:1765:1780 Elk Wisconsin -0.0227396412990933557 +43539 cspg_html_3026112034 cspg_html_3026112034:175:17873:17912 Swan Hills Swan Hill, Victoria -0.00436382766958571481 +43540 aapg_ad_3.html aapg_ad_3.html:58:6236:6253 Elbrook Pennsylvania -0.44304146514738707 +43541 aapg_ai_583.html aapg_ai_583.html:860:87731:87739 Colorado Cheyenne, Wyoming -0.0573300691533551454 +43542 aapg_ae_795.html aapg_ae_795.html:246:30231:30236 Molas Middle East -0.0566182466220960107 +43543 aapg_af_98.html aapg_af_98.html:176:15843:15859 Dakota Colorado 0.00710174161421996044 +43544 aapg_ai_44.html aapg_ai_44.html:52:8559:8565 Perija Sierra Nevada (Spain) 0.392558159852256061 +43545 aapg_aa_654.html aapg_aa_654.html:42:7415:7429 Espiritu Santo Pecos River -0.459805657368256959 +43546 aapg_ac_661.html aapg_ac_661.html:40:4766:4776 Phosphoria Reno, Nevada 0.70181127142309585 +43547 geology_html_5835205134 geology_html_5835205134:240:20395:20399 Java Sumatra -0.0286877600181881381 +43548 aapg_ah_343.html aapg_ah_343.html:228:27345:27354 Catahoula Tampa, Florida -0.455229509631582041 +43549 aapg_ai_797.html aapg_ai_797.html:57:8521:8532 Peace River CFB Cold Lake -0.452927573923113447 +43550 aapg_ah_399.html aapg_ah_399.html:7:825:838 Turner Valley Bow Island Airport -0.438219985696652659 +43551 aapg_aa_684.html aapg_aa_684.html:252:23589:23593 Jelm Cheyenne, Wyoming -0.0358061340755818636 +43552 sedimentology_html_8829282630 sedimentology_html_8829282630:1730:92897:92903 Pueblo Colorado -0.44830973456876172 +43553 aapg_af_449.html aapg_af_449.html:157:19359:19369 Wind River Cheyenne, Wyoming -0.000701820035486776629 +43554 cspg_html_2650524233 cspg_html_2650524233:50:9527:9535 Paskapoo Edmonton, London -0.489006291184516995 +43555 gsa_html_5773604426 gsa_html_5773604426:185:19022:19040 Wilcox Shreveport, Louisiana -0.0364256392683856012 +43556 aapg_aa_146.html aapg_aa_146.html:46:5446:5458 Beaver Creek Black Hills 0.0190633765354167699 +43557 aapg_af_598.html aapg_af_598.html:75:6345:6362 Lenapah Des Moines, Washington -0.214581561848602942 +43558 aapg_af_677.html aapg_af_677.html:123:15667:15683 Almond Cheyenne, Wyoming -0.425358634701132332 +43559 gsa_html_2178342427 gsa_html_2178342427:112:13240:13250 Fort Union Williston Basin -0.458750170743803365 +43560 palaios_html_4223976574 palaios_html_4223976574:80:7242:7260 Yorktown Melbourne, Florida -0.469189557204259144 +43561 aapg_ai_514.html aapg_ai_514.html:85:9940:9944 Vale Salem, Oregon -0.0074248793072545817 +43562 cspg_html_3068776384 cspg_html_3068776384:591:63453:63470 Cardium Lacombe, Alberta -0.469230874046953295 +43563 aapg_af_461.html aapg_af_461.html:171:15692:15714 Salina Wisconsin 0.00325374947790672006 +43564 cspg_html_2954223000 cspg_html_2954223000:208:30201:30212 Green River Cheyenne, Wyoming 0.798974410643992439 +43565 gsa_html_6117440194 gsa_html_6117440194:521:52530:52538 Kootenai Canada 0.344571449656598416 +43566 gsa_html_4067269733 gsa_html_4067269733:896:86252:86260 Toroweap Arizona 0.370946463472556998 +43567 cspg_html_1456761793 cspg_html_1456761793:39:7255:7275 Harrogate Victoria, British Columbia -0.0517735415246776826 +43568 palaios_html_4589193581 palaios_html_4589193581:728:57663:57668 Price Cambridge -0.453044786078658057 +43569 aapg_ac_517.html aapg_ac_517.html:36:4559:4581 Swift Regina, Saskatchewan -0.428824418473081392 +43570 palaios_html_2048556014 palaios_html_2048556014:827:75630:75649 Conasauga Alabama 0.365182279256055287 +43571 aapg_ad_605.html aapg_ad_605.html:18:2143:2154 Kaiparowits Mesa, Arizona 0.00865316951602894749 +43572 sedimentology_html_7553974053 sedimentology_html_7553974053:1361:116177:116186 Peninsula Quebec City -0.0386046469573407755 +43573 aapg_ae_465.html aapg_ae_465.html:41:4721:4736 Sligo Pine Island (Lee County, Florida) 0.00515947912724753696 +43574 aapg_af_162.html aapg_af_162.html:241:21939:21949 Brownstown Texas -0.0105834116577304821 +43575 aapg_ad_275.html aapg_ad_275.html:4:357:372 Diablo Marfa lights -0.0319472030481665059 +43576 cspg_html_4666332434 cspg_html_4666332434:381:64448:64464 Oldman Lacombe, Alberta -0.483341806462215584 +43577 aapg_ad_752.html aapg_ad_752.html:4:529:544 Tokio Texas -0.0219799913092776147 +43578 aapg_ah_903.html aapg_ah_903.html:81:14037:14062 Queen Texas -0.463362613223226583 +43579 AMJC_html_4299960498 AMJC_html_4299960498:765:88804:88831 Columbia Boise, Idaho -0.0449948948439064453 +43580 gsa_html_7151930388 gsa_html_7151930388:530:46882:46888 Sonora Sonora -0.472574788136010782 +43581 gsa_html_8398449001 gsa_html_8398449001:687:58757:58766 Bear Lake East Asia -0.438031460031225395 +43582 palaios_html_8927335141 palaios_html_8927335141:93:11063:11072 San Diego California -0.0102706745632111761 +43583 aapg_ac_575.html aapg_ac_575.html:504:75258:75278 Phosphoria Kaibab, Arizona -0.42170261415648802 +43584 aapg_ah_44.html aapg_ah_44.html:363:47230:47249 Elk Black Moshannon Creek -0.485308421911267773 +43585 aapg_ad_2.html aapg_ad_2.html:1585:219281:219319 Gatesburg Pennsylvania -0.0540873490612621827 +43586 cspg_html_4056366713 cspg_html_4056366713:97:17651:17670 Athabasca Lacombe, Alberta -0.476061064960921709 +43587 aapg_ae_957.html aapg_ae_957.html:797:37394:37407 Woodbine Northeast Texas -0.439445222385884349 +43588 cspg_html_4287356899 cspg_html_4287356899:960:130816:130825 Neruokpuk Anchorage, Alaska -0.499845535291183252 +43589 cspg_html_5688447798 cspg_html_5688447798:154:22947:22975 Disappointment Bay Ellesmere Island -0.487870386185061844 +43590 aapg_aa_732.html aapg_aa_732.html:204:26248:26280 Platteville Salzburg -0.00344831630257747207 +43591 gsa_html_9052101586 gsa_html_9052101586:899:93452:93480 Green River Colorado -0.000774781561203988548 +43592 sedimentology_html_6390126294 sedimentology_html_6390126294:1232:75582:75587 Piper California -0.462166276497962936 +43593 aapg_ac_965.html aapg_ac_965.html:653:70092:70109 Rondout Western world -0.441517589995484405 +43594 aapg_af_664.html aapg_af_664.html:60:6495:6511 San Andres Delaware -0.435668138774596203 +43595 aapg_af_2.html aapg_af_2.html:256:28116:28121 Ouray Logan, Utah -0.0601467185447203748 +43596 aapg_ah_692.html aapg_ah_692.html:523:58110:58128 Frontier Cheyenne, Wyoming -0.427645821637091417 +43597 aapg_ae_305.html aapg_ae_305.html:1419:135213:135221 Trujillo Maracaibo -0.457152280296754032 +43598 aapg_ac_277.html aapg_ac_277.html:27:3085:3104 Aux Vases Chester, Pennsylvania -0.480165495809770027 +43599 aapg_aa_851.html aapg_aa_851.html:184:17364:17375 Hardinsburg Hopkins County, Kentucky -0.457691392417615917 +43600 gsa_html_7040053075 gsa_html_7040053075:900:96744:96752 San Jose Whittier, Alaska -0.473162554531914581 +43601 aapg_ai_241.html aapg_ai_241.html:182:18869:18878 Lodgepole Manitoba -0.458822766590828601 +43602 aapg_ad_466.html aapg_ad_466.html:1349:144335:144354 Monmouth Maryland -0.00871745152629535731 +43603 gsa_html_6753732431 gsa_html_6753732431:628:59280:59295 Sespe California -0.459805657368256959 +43604 aapg_ae_805.html aapg_ae_805.html:572:69371:69389 Hermosa Logan, Utah -0.0255351835335731921 +43605 gsa_html_4522678867 gsa_html_4522678867:329:35514:35524 Wolf Creek Taylorsville, North Carolina -0.426871858406847937 +43606 cspg_html_3610827329 cspg_html_3610827329:360:40888:40903 Turtle Mountain Lacombe, Alberta -0.469070208322842297 +43607 geology_html_5785729740 geology_html_5785729740:219:17338:17342 Kent Eastern Settlement -0.440425240506611693 +43608 aapg_af_575.html aapg_af_575.html:204:27774:27779 Doerun Missouri River -0.011777050823328571 +43609 aapg_af_880.html aapg_af_880.html:567:87127:87143 Coleman Junction Populus sect. Aegiros -0.466842269540434285 +43610 gsa_html_2447153734 gsa_html_2447153734:863:73642:73648 Walker Baja California peninsula -0.0492670174484324749 +43611 cspg_html_7866293053 cspg_html_7866293053:36:4370:4378 Columbia Fall Creek Falls State Park -0.465616092314337648 +43612 aapg_af_878.html aapg_af_878.html:85:9724:9729 Salem Clark County, Indiana -0.465460653780432054 +43613 aapg_ad_833.html aapg_ad_833.html:190:26556:26564 Pine Key Melbourne, Florida 0.637700685058536276 +43614 aapg_ad_564.html aapg_ad_564.html:6837:559741:559765 Frio Texas -0.451054234304276602 +43615 cspg_html_4785922166 cspg_html_4785922166:484:58042:58055 Sulphur Point Great Slave Lake -0.0396629967137020131 +43616 palaios_html_3306053371 palaios_html_3306053371:591:73279:73303 Kaibab Arizona -0.450582005503512739 +43617 gsa_html_6159981164 gsa_html_6159981164:31:2789:2817 Green River Colorado 0.0460313563891954977 +43618 gsa_html_8241293202 gsa_html_8241293202:1298:94425:94453 Green River Colorado -0.00549476708285740172 +43619 cspg_html_9439353033 cspg_html_9439353033:46:5784:5806 Willow Creek Lacombe, Alberta -0.0164252377233713442 +43620 jgeology_html_8064855537 jgeology_html_8064855537:297:21306:21335 Dakota Grand Junction, Colorado -0.456661018199272462 +43621 aapg_ae_832.html aapg_ae_832.html:198:20251:20271 San Andres Hayes, Hillingdon 0.050121023992195389 +43622 gsa_html_7542416588 gsa_html_7542416588:28:1155:1163 Colorado Denver -0.431133173871068531 +43623 aapg_aa_808.html aapg_aa_808.html:279:31579:31587 Columbia Victoria, British Columbia -0.00832481152182470464 +43624 cspg_html_4364132564 cspg_html_4364132564:109:14908:14917 Spearfish Regina, Saskatchewan -0.00537142262393446989 +43625 aapg_ae_904.html aapg_ae_904.html:104:10421:10429 Graneros Clayton County, Georgia -0.0131166903262873984 +43626 geology_html_8092008701 geology_html_8092008701:234:17663:17669 Jordan Amman -0.446186272521599148 +43627 cspg_html_3060428958 cspg_html_3060428958:21:3463:3471 Edmonton Drumheller -0.479772763003628699 +43628 cspg_html_9613527162 cspg_html_9613527162:194:27068:27092 Rundle Elkton, Kentucky -0.510880169431746856 +43629 gsa_html_9487992082 gsa_html_9487992082:255:31070:31078 Moenkopi Kaibab, Arizona 0.0121158646084473642 +43630 aapg_ae_995.html aapg_ae_995.html:127:10405:10410 Weeks Brazos River -0.448578878596292641 +43631 cspg_html_4210762654 cspg_html_4210762654:343:39837:39852 Nisku Lacombe, Alberta -0.02660103319374214 +43632 gsa_html_9310053579 gsa_html_9310053579:858:71777:71787 Washington Victoria, British Columbia -0.00855587800487816325 +43633 aapg_ad_696.html aapg_ad_696.html:211:21223:21229 Sparta Smith County, Kansas -0.422297898476814759 +43634 aapg_ah_633.html aapg_ah_633.html:17:3082:3110 Anahuac Melbourne, Florida 0.30395173794118352 +43635 aapg_ah_486.html aapg_ah_486.html:343:36532:36542 Pottsville Illinois 0.0676012060602025344 +43636 cspg_html_4326384800 cspg_html_4326384800:583:76558:76577 Waterways Lacombe, Alberta -0.474888953093082877 +43637 gsa_html_6250753391 gsa_html_6250753391:1397:107169:107197 Green River Colorado -0.014941203695627946 +43638 sedimentology_html_4287650745 sedimentology_html_4287650745:90:10060:10065 Price Logan, Utah -0.444871652179790411 +43639 aapg_af_357.html aapg_af_357.html:501:48997:49003 Warsaw Salem, Massachusetts 0.00782619834566946823 +43640 aapg_ae_916.html aapg_ae_916.html:361:41848:41866 Kootenai Colorado -0.436805862873274886 +43641 aapg_ae_66.html aapg_ae_66.html:222:22276:22285 Minnelusa Cheyenne, Wyoming -0.0442459352605073172 +43642 aapg_aa_112.html aapg_aa_112.html:91:9795:9803 Sundance Cheyenne, Wyoming 0.00938112555861735607 +43643 cspg_html_5501097280 cspg_html_5501097280:342:39682:39706 Gog Calgary -0.0198420227136738916 +43644 gsa_html_1254347878 gsa_html_1254347878:400:44334:44353 Grinnell Western world -0.418145109379014168 +43645 cspg_html_7872970297 cspg_html_7872970297:818:63937:63945 Columbia Victoria, British Columbia -0.456344217050148659 +43646 aapg_ae_609.html aapg_ae_609.html:70:9865:9874 Sunniland South Florida metropolitan area -0.460041893415422398 +43647 palaios_html_8915371254 palaios_html_8915371254:678:43776:43792 Tamana Trinidad and Tobago 0.286904299180551936 +43648 aapg_ai_364.html aapg_ai_364.html:73:8948:8953 Boggy Bartlesville, Oklahoma -0.460041893415422398 +43649 aapg_ad_257.html aapg_ad_257.html:92:9517:9535 Hosston Mississippi River 0.00330065394967362811 +43650 gsa_html_9927514538 gsa_html_9927514538:1058:72263:72268 Trail Indonesia -0.00357860677920869346 +43651 cspg_html_7086880709 cspg_html_7086880709:482:63763:63775 Fort Simpson Mackenzie River -0.0389336281325362993 +43652 cspg_html_9214997177 cspg_html_9214997177:21:2630:2661 Elk Regina, Saskatchewan -0.0589546399737923554 +43653 aapg_aa_943.html aapg_aa_943.html:117:9419:9435 Goliad Texas -0.42773794978433255 +43654 cspg_html_4541662139 cspg_html_4541662139:75:9859:9877 Independence Iowa -0.460205477971118548 +43655 aapg_ad_812.html aapg_ad_812.html:3:468:476 Colorado Logan, Utah -0.0548599497641807099 +43656 aapg_af_149.html aapg_af_149.html:142:13037:13051 Frio Texas -0.485233598676318545 +43657 aapg_ad_440.html aapg_ad_440.html:320:30950:30956 Denmar Greenbrier (Great Smoky Mountains) -0.21614897200330721 +43658 geology_html_3625758291 geology_html_3625758291:273:23831:23835 Bond North Atlantic Current -0.441740222253796999 +43659 gsa_html_5193064397 gsa_html_5193064397:870:78864:78892 Green River Iran -0.00168159033485223096 +43660 aapg_ad_466.html aapg_ad_466.html:165:18094:18099 Salem Atlantic Highlands, New Jersey 0.0391129188633263722 +43661 aapg_ai_28.html aapg_ai_28.html:451:43101:43111 Rio Grande Texas -0.0315018919631344582 +43662 aapg_aa_615.html aapg_aa_615.html:54:6893:6901 Colorado Logan, Utah -0.0807885815366976151 +43663 aapg_ad_717.html aapg_ad_717.html:65:6861:6878 Hermosa Colorado -0.0761438753515821937 +43664 aapg_aa_147.html aapg_aa_147.html:535:55503:55523 Stony Mountain Red River of the North -0.861571118640628741 +43665 aapg_aa_391.html aapg_aa_391.html:305:26259:26267 Woodbine Arkansas -0.242235674453752048 +43666 sedimentology_html_3490784844 sedimentology_html_3490784844:1394:107726:107748 Bonanza Great Basin -0.0268166470016257402 +43667 gsa_html_9511249221 gsa_html_9511249221:676:69335:69363 Green River Colorado 0.0163470368917213865 +43668 aapg_ah_586.html aapg_ah_586.html:30:2798:2836 Clinton Wayne County, Michigan 0.0237479263172325414 +43669 aapg_ac_983.html aapg_ac_983.html:390:61215:61225 Lane Kansas City, Kansas -0.00274648745693117794 +43670 palaios_html_2623118674 palaios_html_2623118674:929:98814:98834 North Horn Flagstaff, Arizona 0.191474126252669907 +43671 gsa_html_1024107776 gsa_html_1024107776:975:98854:98865 Mabou Canada -0.0334398147432133225 +43672 aapg_aa_918.html aapg_aa_918.html:1200:124876:124896 Minnekahta Colorado 0.7582693258066312 +43673 cspg_html_9970905394 cspg_html_9970905394:17:1795:1815 Peel Arctic 0.382258322858518018 +43674 aapg_aa_267.html aapg_aa_267.html:226:18868:18878 Greenbrier Pennsylvania -0.467980749597819323 +43675 aapg_ad_871.html aapg_ad_871.html:33:4194:4211 Genshaw Rockport, Massachusetts -0.486682122398052641 +43676 gsa_html_2168907540 gsa_html_2168907540:845:85524:85530 Oregon Salem, Oregon -0.507392015805155694 +43677 sedimentology_html_3417381350 sedimentology_html_3417381350:16:1070:1088 Monterey California -0.435840700576749951 +43678 gsa_html_4724832228 gsa_html_4724832228:897:89392:89400 Temporal Canada -0.0368502653061740099 +43679 aapg_af_808.html aapg_af_808.html:307:40042:40058 Pierre Trinidad and Tobago -0.0187574882731168305 +43680 gsa_html_9233283294 gsa_html_9233283294:742:73112:73117 Yukon Anchorage, Alaska -0.487607747652621382 +43681 sedimentology_html_3272211803 sedimentology_html_3272211803:1316:64024:64030 Provo Sicily -0.0111741448327348745 +43682 aapg_ae_324.html aapg_ae_324.html:1459:140247:140259 Chambersburg Lowville (town), New York -0.0105834116577304821 +43683 cspg_html_4769973541 cspg_html_4769973541:370:39719:39739 York River York -0.467016268103292775 +43684 cspg_html_9683836416 cspg_html_9683836416:101:17376:17387 Belly River Lacombe, Alberta -0.465705253187009671 +43685 sedimentology_html_4225650860 sedimentology_html_4225650860:1099:68857:68895 Duck Creek Perth, Western Australia -0.473903010792736112 +43686 cspg_html_5955028331 cspg_html_5955028331:531:62272:62288 Viking Central Alberta 0.013787401887184414 +43687 aapg_ad_759.html aapg_ad_759.html:416:43406:43421 Vaqueros California -0.0319228496664141492 +43688 sedimentology_html_5376758741 sedimentology_html_5376758741:924:80713:80731 Pethei Canada -0.479586916180102352 +43689 aapg_aa_890.html aapg_aa_890.html:98:10764:10781 Martinsburg Saltville, Virginia -0.419653547396107496 +43690 aapg_aa_379.html aapg_aa_379.html:132:16235:16245 Greenbrier Pocono Raceway -0.0190651145503429667 +43691 cspg_html_9912281240 cspg_html_9912281240:614:70925:70932 Wapiabi Lacombe, Alberta -0.0758777970016545344 +43692 sedimentology_html_4270818528 sedimentology_html_4270818528:1383:44147:44157 Washington Seattle -0.46944207930236781 +43693 palaios_html_3103434649 palaios_html_3103434649:290:21974:21994 Tallahatta Benton County, Indiana 0.382220596879165042 +43694 cspg_html_5705427229 cspg_html_5705427229:19:2058:2072 Woodbend Lacombe, Alberta -0.0290321011190772874 +43695 cspg_html_4270552951 cspg_html_4270552951:178:26143:26148 Favel Niobrara, Nebraska -0.477130519718023338 +43696 cspg_html_7866293053 cspg_html_7866293053:288:33383:33391 Columbia Victoria, British Columbia -0.471349814541787038 +43697 sedimentology_html_2623529999 sedimentology_html_2623529999:1064:78822:78832 Santa Cruz Santa Cruz, California -0.0332519228723545321 +43698 aapg_ad_401.html aapg_ad_401.html:174:12794:12813 Fox Hills Fort Union Trading Post National Historic Site -0.442383930489219146 +43699 aapg_ac_807.html aapg_ac_807.html:466:47258:47276 Nanjemoy Potomac River -0.46326000708216164 +43700 sedimentology_html_6040142484 sedimentology_html_6040142484:27:1929:1939 Washington Seattle -0.0194353152309463539 +43701 AMJC_html_1938223835 AMJC_html_1938223835:168:22345:22351 Ludlow Stacyville, Iowa -0.499769415710701548 +43702 palaios_html_7100229719 palaios_html_7100229719:1198:93046:93072 Forest New Mexico -0.0566077792126221876 +43703 aapg_aa_662.html aapg_aa_662.html:13:1670:1711 Onondaga Cambria County, Pennsylvania -0.097519419198812865 +43704 gsa_html_9152662653 gsa_html_9152662653:944:84077:84097 Sykesville Middle Ordovician -0.0203286926879938275 +43705 aapg_ai_996.html aapg_ai_996.html:1391:64215:64225 Washington Chesapeake Bay -0.0632195999825383298 +43706 cspg_html_4623526246 cspg_html_4623526246:122:13236:13266 Bathurst Canada -0.0658555021611150621 +43707 aapg_ai_468.html aapg_ai_468.html:67:9297:9308 Haynesville Bossier City, Louisiana -0.0180066911955107829 +43708 aapg_ah_972.html aapg_ah_972.html:27:3036:3044 Rockland Neches, Texas -0.456661018199272462 +43709 aapg_aa_622.html aapg_aa_622.html:44:6083:6100 Kayenta Colorado 0.00619140699389484142 +43710 aapg_af_337.html aapg_af_337.html:14:2067:2088 Piney Point Delaware -0.452927573923113447 +43711 palaios_html_3614379982 palaios_html_3614379982:18:1520:1538 Niobrara Colorado 0.44891317605659864 +43712 aapg_ac_632.html aapg_ac_632.html:43:5475:5483 Quadrant Cheyenne, Wyoming -0.00399553741552616509 +43713 cspg_html_4937997995 cspg_html_4937997995:219:25884:25900 Bad Cache Rapids Churchill River (Atlantic) -0.470292003998596664 +43714 cspg_html_5381643866 cspg_html_5381643866:344:43178:43186 Columbia Victoria, British Columbia -0.424269545188154129 +43715 aapg_ad_49.html aapg_ad_49.html:125:11855:11872 Cowlitz Washington (state) 0.452431843839983305 +43716 aapg_af_334.html aapg_af_334.html:442:34116:34134 Frontier Cheyenne, Wyoming -0.423076903173580265 +43717 cspg_html_4105062490 cspg_html_4105062490:45:4693:4709 Elk Williston, Vermont -0.022943031704395548 +43718 cspg_html_1870927435 cspg_html_1870927435:167:22867:22872 Nisku North Portal, Saskatchewan -0.460205477971118548 +43719 aapg_ai_957.html aapg_ai_957.html:372:40058:40068 Rio Grande Uvalde, Texas -0.463253167093327645 +43720 aapg_ad_695.html aapg_ad_695.html:259:16212:16218 Weches Houston County, Alabama -0.443933785681361437 +43721 aapg_ae_473.html aapg_ae_473.html:204:19363:19368 Eutaw Tuscaloosa, Alabama -0.463424182586875566 +43722 aapg_ah_638.html aapg_ah_638.html:95:7915:7935 Citronelle Alabama -0.0232333454494710913 +43723 geology_html_8921428298 geology_html_8921428298:175:20098:20108 Washington Salem, Oregon -0.428798065147820595 +43724 cspg_html_8727758678 cspg_html_8727758678:157:6448:6465 Gilwood Lacombe, Alberta -0.0339634929094720234 +43725 aapg_ae_876.html aapg_ae_876.html:114:12163:12187 Cedar Mountain San Rafael Swell -0.466567604644266332 +43726 aapg_ad_812.html aapg_ad_812.html:86:12252:12259 Kayenta Tuba City, Arizona -0.0138430056451466221 +43727 cspg_html_8840748783 cspg_html_8840748783:621:76430:76438 Edmonton Victoria, British Columbia -0.446078886082885928 +43728 cspg_html_9894399778 cspg_html_9894399778:78:7181:7189 Ashville Swan River, Manitoba -0.464533160716817162 +43729 aapg_ac_271.html aapg_ac_271.html:209:18492:18501 Queenston Erie County, New York -0.482488361522119713 +43730 jgeology_html_4310881782 jgeology_html_4310881782:994:62488:62512 Bouse Colorado -0.493489605901760553 +43731 aapg_aa_954.html aapg_aa_954.html:299:28818:28835 Cypress Salem, Massachusetts -0.0407040542010648765 +43732 aapg_ac_749.html aapg_ac_749.html:26:3415:3426 Collingwood Bruce Peninsula National Park -0.179588352658651251 +43733 aapg_ac_730.html aapg_ac_730.html:57:8112:8128 Dakota Logan, Utah -0.201002104848121366 +43734 cspg_html_5829674461 cspg_html_5829674461:416:44709:44726 Cardium Lacombe, Alberta -0.441421874566947425 +43735 aapg_af_655.html aapg_af_655.html:354:28392:28413 Green River Colorado -0.0173254356777415887 +43736 aapg_aa_16.html aapg_aa_16.html:177:18343:18364 Willow Tank Reno, Nevada 0.263074431667885578 +43737 cspg_html_4680804918 cspg_html_4680804918:480:63299:63319 Bow Island Colorado -0.0776583441323688423 +43738 aapg_ah_222.html aapg_ah_222.html:114:10948:10964 Hermosa Hermosa, Chicago -0.402252712512279176 +43739 aapg_ac_575.html aapg_ac_575.html:437:65789:65809 Phosphoria Cheyenne, Wyoming 0.049702723080318395 +43740 aapg_ae_75.html aapg_ae_75.html:192:25877:25896 Mesaverde Colorado -0.0316201760960104078 +43741 sedimentology_html_7586891792 sedimentology_html_7586891792:1204:85000:85004 Hall London, Ontario -0.478447154667899333 +43742 aapg_ae_415.html aapg_ae_415.html:873:108699:108704 Tampa Alabama -0.0422554127519972483 +43743 cspg_html_5688447798 cspg_html_5688447798:161:24063:24083 Blue Fiord Ellesmere Island -0.226494885060926382 +43744 aapg_ac_767.html aapg_ac_767.html:226:29577:29591 Hondo Santa Ynez, California -0.476218391360906934 +43745 cspg_html_3124360347 cspg_html_3124360347:47:9235:9252 Everton Smithville, Ontario -0.444916336311243943 +43746 cspg_html_3473883402 cspg_html_3473883402:359:57677:57698 San Andres Canada -0.477204643263094197 +43747 geology_html_8482136832 geology_html_8482136832:267:22758:22769 Green River Colorado -0.402607544103684378 +43748 aapg_ad_306.html aapg_ad_306.html:144:19172:19187 Peten Honduras -0.488837217649543798 +43749 gsa_html_6169925575 gsa_html_6169925575:1262:109650:109678 Green River Colorado 0.041724334263233534 +43750 aapg_ad_580.html aapg_ad_580.html:471:61749:61753 Kent Powder River (Montana) -0.501536224927626728 +43751 aapg_ai_28.html aapg_ai_28.html:354:33590:33597 Reynosa Uvalde, Texas -0.00867228037401325536 +43752 cspg_html_1004940981 cspg_html_1004940981:76:11994:12003 Bay Fiord Ellesmere Island -0.206814414253551265 +43753 cspg_html_5697056884 cspg_html_5697056884:510:52752:52773 Winnipeg Regina, Saskatchewan -0.418546985241553371 +43754 aapg_af_544.html aapg_af_544.html:205:23636:23648 Grass Valley Reno, Nevada -0.479447557264900015 +43755 aapg_ah_158.html aapg_ah_158.html:173:31123:31133 Georgetown Bear Mountain (Connecticut) 0.00423874779133452326 +43756 cspg_html_1347848644 cspg_html_1347848644:410:47664:47670 Moscow Russia -0.460946527021081187 +43757 aapg_ah_416.html aapg_ah_416.html:62:4984:4994 Milk River Barnwell, Northamptonshire -0.424217090203684033 +43758 aapg_af_598.html aapg_af_598.html:91:8278:8285 Lenapah Tulsa, Oklahoma -0.446110205830797302 +43759 aapg_ac_252.html aapg_ac_252.html:173:17469:17477 Toroweap Arizona -0.433685955512457477 +43760 aapg_ae_791.html aapg_ae_791.html:200:17779:17792 Carlin Canyon Little Humboldt River -0.481759173673690755 +43761 cspg_html_4937997995 cspg_html_4937997995:788:73286:73311 Kenogami River River Severn -0.03001474114876828 +43762 cspg_html_2139304729 cspg_html_2139304729:9:979:999 Griper Bay Middle East -0.246849406039793801 +43763 aapg_ad_67.html aapg_ad_67.html:288:37450:37469 Wilcox Shreveport, Louisiana 0.0371147953305177372 +43764 cspg_html_2973952956 cspg_html_2973952956:570:43982:43990 Columbia Victoria, British Columbia -0.0352075456733289827 +43765 aapg_ae_187.html aapg_ae_187.html:153:16190:16198 Michigan Illinois -0.0375812203233935049 +43766 aapg_ae_705.html aapg_ae_705.html:147:15360:15367 Sisquoc Rancho Santa Margarita, California 0.0126823000424950687 +43767 aapg_ai_504.html aapg_ai_504.html:126:12850:12864 Mission Canyon Williston, Vermont -0.466769017228648164 +43768 gsa_html_1164021120 gsa_html_1164021120:149:11656:11678 Gorge Texas -0.471432653520514666 +43769 gsa_html_4067767548 gsa_html_4067767548:147:15335:15345 Laurentian Blue Ridge Mountains -0.0417243342632335201 +43770 aapg_aa_124.html aapg_aa_124.html:615:63143:63151 Columbia Victoria, British Columbia 0.0228230832137831796 +43771 cspg_html_7086880709 cspg_html_7086880709:329:43059:43079 Horn River Buffalo National River -0.0297260284355998494 +43772 jgeology_html_1836103970 jgeology_html_1836103970:168:12654:12663 Claremont New Glasgow, Nova Scotia -0.0516759141676912878 +43773 cspg_html_2822917851 cspg_html_2822917851:256:29216:29231 Canol Canada -0.500102490048990767 +43774 cspg_html_7086880709 cspg_html_7086880709:271:33613:33621 Columbia Victoria, British Columbia -0.0391024746518720059 +43775 cspg_html_4680804918 cspg_html_4680804918:488:64311:64321 Milk River Bow Island Airport -0.429582389532346398 +43776 aapg_aa_844.html aapg_aa_844.html:415:42650:42669 Catskill Chemung, New York -0.0463222858150669353 +43777 cspg_html_7404699681 cspg_html_7404699681:6:482:490 Columbia Victoria, British Columbia -0.00819798606036370794 +43778 aapg_ai_787.html aapg_ai_787.html:127:14430:14438 Oakville Oakville, California -0.471856174981104159 +43779 geology_html_5415227903 geology_html_5415227903:159:16222:16225 Arc Anchorage, Alaska -0.498117899111855666 +43780 sedimentology_html_2139169476 sedimentology_html_2139169476:45:2953:2962 Peninsula Kula, Hawaii -0.0531544123709719873 +43781 gsa_html_8076115820 gsa_html_8076115820:848:58436:58456 Uinta Logan, Utah -0.0288025393782587909 +43782 aapg_ah_847.html aapg_ah_847.html:27:3523:3529 Tinton Navesink River 0.00753259232389681937 +43783 aapg_aa_691.html aapg_aa_691.html:673:90636:90644 Michigan Salina, Kansas -0.431133173871068531 +43784 aapg_ac_219.html aapg_ac_219.html:398:64059:64068 La Quinta Colombia -0.481393647209346964 +43785 cspg_html_1732329534 cspg_html_1732329534:67:9776:9798 Porcupine Red Deer, Alberta -0.4864081422828892 +43786 cspg_html_8739892219 cspg_html_8739892219:429:51721:51729 Columbia Victoria, British Columbia -0.0115181647621516343 +43787 aapg_ad_798.html aapg_ad_798.html:133:14353:14363 Montgomery Shreveport, Louisiana -0.0852414511844174355 +43788 aapg_ai_278.html aapg_ai_278.html:86:11973:11991 San Cayetano Africa -0.0724917735051158613 +43789 aapg_ae_26.html aapg_ae_26.html:158:15979:15987 Gallatin Kentucky 0.0026179350642104365 +43790 cspg_html_4235335749 cspg_html_4235335749:8:809:829 Milk River Western world -0.0549436678913172855 +43791 aapg_ad_466.html aapg_ad_466.html:66:6849:6856 Matawan Monmouth 0.00403028171567929548 +43792 cspg_html_9683836416 cspg_html_9683836416:468:71703:71720 Belly River Regina, Saskatchewan -0.118323040985335762 +43793 aapg_ah_198.html aapg_ah_198.html:528:67398:67416 Monterey California -0.461765577936308902 +43794 aapg_ad_317.html aapg_ad_317.html:125:12856:12867 Beekmantown Middle Ordovician -0.452977161832460395 +43795 aapg_ac_965.html aapg_ac_965.html:37:5248:5266 Coeymans New Scotland, New York -0.0344245588872295546 +43796 aapg_ac_200.html aapg_ac_200.html:406:39588:39606 Evanston Wasatch Range -0.238872090150752975 +43797 cspg_html_2820961138 cspg_html_2820961138:662:65541:65558 Cardium Lacombe, Alberta -0.455184317280275863 +43798 cspg_html_3008745251 cspg_html_3008745251:195:26370:26378 Columbia Victoria, British Columbia -0.00157388492495419375 +43799 palaios_html_2945835736 palaios_html_2945835736:127:12263:12281 Willwood Fort Union Trading Post National Historic Site -0.463636287457712182 +43800 cspg_html_7023269572 cspg_html_7023269572:31:4616:4636 Beavertail Mackenzie River -0.489006291184516995 +43801 aapg_ai_0.html aapg_ai_0.html:248:30888:30897 Ingleside Copano, Texas -0.0273835184878958443 +43802 aapg_ae_917.html aapg_ae_917.html:305:33715:33725 Mill Creek Bald Mountain (Idaho) -0.44505934010721393 +43803 cspg_html_9957758447 cspg_html_9957758447:242:34118:34137 Saskatchewan Manitoba -0.457532796484121151 +43804 aapg_ah_330.html aapg_ah_330.html:76:8495:8512 Temblor Monterey, California -0.453292784807282967 +43805 aapg_ai_4.html aapg_ai_4.html:90:9855:9862 Temblor Rancho Santa Margarita, California -0.482280957733571936 +43806 aapg_aa_622.html aapg_aa_622.html:161:19848:19864 Chinle Arizona -0.23755854216706368 +43807 aapg_ae_419.html aapg_ae_419.html:334:42408:42414 Sierra Coahuila -0.48312719960823608 +43808 aapg_aa_357.html aapg_aa_357.html:368:34033:34049 Chinle Chinle Formation -0.43532753307863814 +43809 aapg_ae_998.html aapg_ae_998.html:118:15123:15138 Evanston Absaroka -0.429938515402492283 +43810 palaios_html_9583625967 palaios_html_9583625967:77:9876:9894 Harkless California -0.240716973972604414 +43811 gsa_html_1254347878 gsa_html_1254347878:400:44322:44329 Creston Western world -0.477234757760444439 +43812 aapg_aa_399.html aapg_aa_399.html:352:28992:28999 Bearpaw Lethbridge 0.0398248927497265731 +43813 geology_html_5414679991 geology_html_5414679991:253:24173:24190 Chadron Nebraska -0.208584810517989855 +43814 aapg_ac_720.html aapg_ac_720.html:112:14298:14309 Hornerstown Navesink River -0.428242619254491974 +43815 aapg_ad_659.html aapg_ad_659.html:463:66570:66578 Michigan Wisconsin -0.0245041819254211805 +43816 sedimentology_html_4303519838 sedimentology_html_4303519838:811:65456:65480 El Paso Texas -0.494139109891835016 +43817 aapg_ad_918.html aapg_ad_918.html:211:26601:26617 Colorado Colorado -0.441397390812390766 +43818 cspg_html_8988872363 cspg_html_8988872363:37:5625:5634 Mould Bay Western world -0.0519688001609575831 +43819 sedimentology_html_6346136313 sedimentology_html_6346136313:1491:93952:93968 Morgan Logan, Utah -0.248803418219777334 +43820 geology_html_9685477691 geology_html_9685477691:296:25931:25940 San Diego San Andreas Fault -0.0237792189309356042 +43821 aapg_af_857.html aapg_af_857.html:80:7139:7160 Sycamore Sycamore Canyon -0.509827355947473859 +43822 aapg_ae_161.html aapg_ae_161.html:27:3969:3974 Mt Lytton Judith River Formation -0.467194881190696076 +43823 aapg_ad_2.html aapg_ad_2.html:401:60399:60406 Potsdam Adirondack Park -0.0248379892514390653 +43824 palaios_html_3232474978 palaios_html_3232474978:66:6796:6804 Columbia Victoria, British Columbia -0.439942880245828727 +43825 gsa_html_4593629541 gsa_html_4593629541:75:8231:8243 Smalls Falls Rangeley, Maine -0.491332113292233474 +43826 geology_html_8986165275 geology_html_8986165275:15:934:944 Santa Cruz Santa Cruz, California 0.000790416175245119037 +43827 cspg_html_5881057557 cspg_html_5881057557:266:33567:33586 Irene Canadian Arctic Archipelago -0.462166276497962936 +43828 aapg_ad_844.html aapg_ad_844.html:13:1510:1523 Turner Valley Canada -0.0621020097903253188 +43829 aapg_ai_80.html aapg_ai_80.html:337:34854:34860 Cannon Kentucky -0.169009192702099215 +43830 cspg_html_3982722300 cspg_html_3982722300:10:935:942 Spokane Washington (state) -0.478326534516524793 +43831 gsa_html_7102550258 gsa_html_7102550258:1045:109578:109611 Wanakah New Mexico -0.479447557264900015 +43832 aapg_ae_171.html aapg_ae_171.html:269:23392:23398 Denver Denver -0.0438192319420972476 +43833 aapg_ac_151.html aapg_ac_151.html:163:26644:26656 Frio Brazoria County, Texas -0.0335772561471781444 +43834 aapg_ae_154.html aapg_ae_154.html:34:4562:4572 Besa River Liard River, British Columbia -0.246757224879648407 +43835 aapg_ah_378.html aapg_ah_378.html:434:42013:42023 San Andres New Mexico -0.46741476224763201 +43836 aapg_aa_473.html aapg_aa_473.html:276:40374:40391 Muskwa Victoria, British Columbia -0.488731563736560848 +43837 aapg_ac_408.html aapg_ac_408.html:85:8966:8975 Vicksburg Agua Dulce, Nueces County, Texas 0.0157770476430144496 +43838 aapg_aa_863.html aapg_aa_863.html:22:2423:2438 Mural Arizona -0.0310096337279850039 +43839 cspg_html_9136481292 cspg_html_9136481292:524:58099:58118 Peace River Canada -0.448484669177164286 +43840 cspg_html_9516677253 cspg_html_9516677253:278:32367:32384 Cardium Lacombe, Alberta -0.461390086357821749 +43841 aapg_aa_702.html aapg_aa_702.html:253:80395:80403 Colorado Routt County, Colorado -0.0566566272640218263 +43842 palaios_html_1729153923 palaios_html_1729153923:754:67493:67509 Lime Creek Iowa -0.198925878971372566 +43843 aapg_af_469.html aapg_af_469.html:51:7520:7525 Midas Reno, Nevada -0.0513063366802281665 +43844 aapg_ah_534.html aapg_ah_534.html:176:14267:14277 Mahantango Pennsylvania 0.752252229928360272 +43845 aapg_ai_256.html aapg_ai_256.html:98:11800:11810 Eau Claire Franconia, New Hampshire 0.00753259232389681937 +43846 AMJC_html_6341723617 AMJC_html_6341723617:1120:94090:94098 Colorado Denver -0.00500312776260552431 +43847 gsa_html_7020634397 gsa_html_7020634397:55:5196:5218 Nation River Anchorage, Alaska -0.0395916240677814321 +43848 aapg_ae_677.html aapg_ae_677.html:880:82623:82631 Virginia Virginia -0.0665596603683992066 +43849 gsa_html_9888767960 gsa_html_9888767960:531:57028:57034 Moscow Russia 0.0101073573662476459 +43850 aapg_ae_419.html aapg_ae_419.html:2196:150118:150124 Sierra Matamoros, Tamaulipas -0.491131969162477144 +43851 aapg_aa_20.html aapg_aa_20.html:71:9068:9091 Tradewater Caseyville, Illinois -0.457691392417615917 +43852 aapg_ad_879.html aapg_ad_879.html:889:68833:68844 San Antonio Texas -0.527317292541432114 +43853 aapg_ai_583.html aapg_ai_583.html:860:87862:87868 Casper Colorado -0.0398318560820373618 +43854 cspg_html_3854139935 cspg_html_3854139935:11:1167:1179 Judith River Lacombe, Alberta -0.460269102262388319 +43855 aapg_aa_124.html aapg_aa_124.html:239:24874:24894 Cadomin Lacombe, Alberta -0.454089094007790295 +43856 aapg_ae_658.html aapg_ae_658.html:563:58237:58243 Denver Colorado -0.0708319439882488661 +43857 aapg_ad_466.html aapg_ad_466.html:1348:144207:144214 Magothy Delaware -0.256716207508103089 +43858 jgeology_html_8355852976 jgeology_html_8355852976:851:50460:50468 Colorado Pueblo, Colorado -0.473649201225758321 +43859 aapg_ac_900.html aapg_ac_900.html:128:11131:11145 Mission Canyon Pierce County, Washington -0.474300024554483501 +43860 cspg_html_1520641026 cspg_html_1520641026:212:21562:21574 Cooking Lake Canada -0.442542141875480355 +43861 cspg_html_8362959053 cspg_html_8362959053:92:13802:13813 Shaftesbury Victoria, British Columbia -0.181771731720598378 +43862 aapg_ai_72.html aapg_ai_72.html:121:9643:9656 Jackson Texas -0.0223919711537192666 +43863 aapg_ae_594.html aapg_ae_594.html:238:27318:27330 Austin Chalk Del Rio, Tennessee -0.0120741642534044936 +43864 gsa_html_9643610413 gsa_html_9643610413:720:45298:45342 Laurel San Fernando Valley -0.478284785297837578 +43865 cspg_html_3597281324 cspg_html_3597281324:64:8597:8615 Scollard Saint Kitts and Nevis -0.461089806729199636 +43866 aapg_ae_407.html aapg_ae_407.html:134:13094:13098 Bond Macoupin County, Illinois -0.46328736756315686 +43867 gsa_html_7530189581 gsa_html_7530189581:30:2867:2895 Green River Colorado 0.0205546509240995441 +43868 gsa_html_3151431803 gsa_html_3151431803:89:10628:10636 Moenkopi Chinle Formation -0.0239791454230104222 +43869 aapg_ae_658.html aapg_ae_658.html:247:32069:32077 Michigan Antrim, County Antrim 0.00977377551245189879 +43870 aapg_ac_337.html aapg_ac_337.html:51:5243:5248 Cassa Hartville, Missouri -0.466759861116235797 +43871 gsa_html_2374661120 gsa_html_2374661120:522:52885:52895 Bear River Snake River Canyon (Idaho) -0.477714414009500876 +43872 aapg_af_26.html aapg_af_26.html:217:19038:19058 Columbia Tripoli, Lebanon 0.0142461363116521914 +43873 cspg_html_2653900441 cspg_html_2653900441:157:22610:22621 Marsh Creek Edmonton, London -0.465945346292333973 +43874 cspg_html_7086880709 cspg_html_7086880709:161:18441:18460 Chinchaga Great Slave Lake -0.461390086357821749 +43875 sedimentology_html_8006979411 sedimentology_html_8006979411:1114:90644:90664 Colorado Canada -0.473903010792736112 +43876 gsa_html_2832151886 gsa_html_2832151886:773:64377:64389 Beaver Mines Canada -0.463834753943271672 +43877 aapg_af_2.html aapg_af_2.html:266:29700:29705 Ouray Colorado -0.461271782333034175 +43878 cspg_html_2873888604 cspg_html_2873888604:451:60476:60485 Baldonnel Canada -0.0337355768098034706 +43879 jgeology_html_2563614336 jgeology_html_2563614336:1099:72033:72044 Palm Spring California -0.472501057082917231 +43880 aapg_ad_430.html aapg_ad_430.html:128:9260:9272 Hosston Hillsboro, Oregon 0.0208153754241180711 +43881 aapg_ah_505.html aapg_ah_505.html:464:35198:35207 Leadville Fremont, California -0.44830973456876172 +43882 cspg_html_1841843683 cspg_html_1841843683:78:13141:13149 Sawtooth Williston Basin -0.0210882710852193268 +43883 aapg_aa_314.html aapg_aa_314.html:38:5738:5750 Rhode Island Block Island -0.13611688969285024 +43884 aapg_aa_463.html aapg_aa_463.html:212:40738:40752 Fredericksburg Paluxy, Texas -0.486422190409221522 +43885 aapg_ai_328.html aapg_ai_328.html:343:36091:36101 Kinderhook Sacramento Mountains (California) -0.46132865731218986 +43886 aapg_ae_315.html aapg_ae_315.html:5:832:845 Spechts Ferry Decorah, Iowa -0.0100152745816292233 +43887 aapg_af_854.html aapg_af_854.html:609:83263:83275 Borden Kentucky -0.462225485866077257 +43888 cspg_html_2865093674 cspg_html_2865093674:169:16887:16892 Price Canada -0.466144329889246756 +43889 cspg_html_3229148473 cspg_html_3229148473:6:366:383 Wapiabi Southeast Asia -0.455310861563052449 +43890 aapg_ae_915.html aapg_ae_915.html:158:10560:10576 Dakota Nebraska -0.0377378604273613666 +43891 geology_html_9547147082 geology_html_9547147082:163:19228:19233 Crete Africa -0.485252303872338198 +43892 aapg_ah_847.html aapg_ah_847.html:323:38664:38676 Wilcox Alabama -0.11470796561229589 +43893 cspg_html_4861932119 cspg_html_4861932119:557:64168:64186 Kootenay Lacombe, Alberta -0.056229218914080073 +43894 cspg_html_9361096527 cspg_html_9361096527:31:6896:6927 Judith River Lacombe, Alberta -0.214930371767025702 +43895 gsa_html_5843564589 gsa_html_5843564589:9:317:344 Columbia Columbia River -0.0158621976007121031 +43896 aapg_ae_371.html aapg_ae_371.html:231:22021:22029 Kootenai Great Falls (Missouri River) -0.0133147744605960541 +43897 aapg_ah_190.html aapg_ah_190.html:580:75957:75961 Hall North Atlantic Current -0.426190501535792965 +43898 cspg_html_7310162886 cspg_html_7310162886:166:22044:22059 Kayak Prudhoe Bay Oil Field -0.496896208616799728 +43899 aapg_ae_40.html aapg_ae_40.html:286:26809:26829 Cool Creek Healdton, Oklahoma -0.485954043848796258 +43900 aapg_ad_11.html aapg_ad_11.html:100:13924:13934 Fort Union Forsyth, Missouri -0.0286947163144904982 +43901 gsa_html_8076115820 gsa_html_8076115820:827:56788:56809 Big Cottonwood Logan, Utah -0.458720680358492616 +43902 cspg_html_7086537250 cspg_html_7086537250:662:95130:95152 Cooking Lake Lacombe, Alberta -0.472604743150075168 +43903 cspg_html_2784057671 cspg_html_2784057671:667:70351:70357 Oregon Washington (state) 0.00626784675463567306 +43904 gsa_html_7756840723 gsa_html_7756840723:807:68691:68719 Green River Iran -0.0130645631501062637 +43905 aapg_ad_2.html aapg_ad_2.html:1159:158504:158515 Black River Middle Ordovician 0.0197255713995879364 +43906 aapg_aa_960.html aapg_aa_960.html:441:34280:34290 Twin Creek Logan, Utah -0.107357232745444828 +43907 aapg_ae_525.html aapg_ae_525.html:37:3793:3826 Morrison Mesa County, Colorado -0.00619488152638453249 +43908 aapg_ae_777.html aapg_ae_777.html:603:67676:67693 Tererro Sangre de Cristo Range -0.0549959922383894545 +43909 aapg_ai_985.html aapg_ai_985.html:176:15661:15669 San Jose Guayana Region -0.447572237112974447 +43910 aapg_aa_546.html aapg_aa_546.html:168:16584:16600 Dakota Black Hills 0.368121559774868046 +43911 aapg_ad_564.html aapg_ad_564.html:4379:335002:335013 Skull Creek Black Hills -0.41753718105898574 +43912 cspg_html_4348111624 cspg_html_4348111624:330:42744:42772 Prairie Regina, Saskatchewan -0.463307888475886887 +43913 cspg_html_5891044027 cspg_html_5891044027:358:70201:70219 Sheppard Purcell Mountains -0.0231533782740243055 +43914 sedimentology_html_3417381350 sedimentology_html_3417381350:1540:108129:108143 Monterey California -0.0328135205724552625 +43915 cspg_html_5438428738 cspg_html_5438428738:26:3992:4011 Athabasca Regina, Saskatchewan -0.517439442922961956 +43916 aapg_ae_845.html aapg_ae_845.html:147:16252:16272 Mesaverde Wasatch Range -0.441553207562292771 +43917 aapg_af_354.html aapg_af_354.html:22:3491:3496 Sespe Santa Monica Mountains -0.456608964648804683 +43918 gsa_html_3445493534 gsa_html_3445493534:692:72761:72787 Monterey California -0.0205424838715731368 +43919 aapg_ac_511.html aapg_ac_511.html:7:945:954 Wapanucka Atoka, Oklahoma 0.275059114073790245 +43920 aapg_ai_326.html aapg_ai_326.html:244:30204:30213 Port Ewen Monterey, California -0.479161941644374367 +43921 aapg_ae_613.html aapg_ae_613.html:187:23050:23065 Bream Egersund -0.476061064960921709 +43922 AMJC_html_8883212571 AMJC_html_8883212571:1103:109528:109565 Slave Point Canada -0.447133159014188541 +43923 aapg_af_799.html aapg_af_799.html:514:40091:40095 Lodo Western world -0.430000081582776583 +43924 gsa_html_8398449001 gsa_html_8398449001:664:55188:55198 Bear River Bear Lake, Michigan -0.0322951140020652852 +43925 aapg_aa_302.html aapg_aa_302.html:56:7563:7583 Phosphoria Wood River (Oregon) 0.359390875092826523 +43926 aapg_af_242.html aapg_af_242.html:66:7591:7597 Sierra Sierra Azul Open Space Preserve -0.438093558395168947 +43927 cspg_html_8915218033 cspg_html_8915218033:267:26428:26448 Mount Head Missouri River -0.432227951733042737 +43928 palaios_html_2859810051 palaios_html_2859810051:389:34723:34741 Niobrara Colorado -0.497251857335387848 +43929 cspg_html_2873888604 cspg_html_2873888604:142:23822:23854 Montney Lacombe, Alberta -0.485546964607742992 +43930 sedimentology_html_3580525535 sedimentology_html_3580525535:1370:76113:76132 Mansfield Bloomington, Indiana -0.456355529459316345 +43931 aapg_ad_152.html aapg_ad_152.html:159:21557:21565 Wendover Logan, Utah -0.0485106911577510083 +43932 aapg_ad_67.html aapg_ad_67.html:266:35108:35115 Carrizo Carrizo Plain 0.0190477344079485397 +43933 aapg_ac_654.html aapg_ac_654.html:29:2959:2971 Vernon Syracuse, New York -0.403758404313741825 +43934 aapg_af_664.html aapg_af_664.html:356:39591:39601 San Andres Sheffield station -0.235203544378488255 +43935 palaios_html_1369959458 palaios_html_1369959458:976:71165:71174 San Diego Venezuela -0.0236314487961183893 +43936 aapg_af_808.html aapg_af_808.html:305:39891:39907 Pierre Trinidad and Tobago -0.462717531176716879 +43937 cspg_html_5541725202 cspg_html_5541725202:12:1518:1528 Boss Point Riversdale, New Zealand -0.462348471732962063 +43938 aapg_ac_575.html aapg_ac_575.html:208:34339:34344 Weber Western world -0.449811224417208722 +43939 aapg_ae_5.html aapg_ae_5.html:297:34920:34934 Earp Arizona -0.455229509631582041 +43940 aapg_ad_811.html aapg_ad_811.html:727:83773:83778 Pearl Colorado -0.0344697965895258002 +43941 cspg_html_8612721867 cspg_html_8612721867:781:92292:92310 Redknife Victoria, British Columbia -0.000105967854110096421 +43942 palaios_html_6528985782 palaios_html_6528985782:24:1844:1864 Beaufort Balfour, Orkney -0.439391917689554934 +43943 cspg_html_7402164801 cspg_html_7402164801:402:38794:38802 Lea Park Lacombe, Alberta -0.0640561829300472368 +43944 aapg_aa_37.html aapg_aa_37.html:226:27661:27678 Oquirrh Logan, Utah -0.0175218157848266304 +43945 cspg_html_1434585715 cspg_html_1434585715:18:2288:2306 Paskapoo Lacombe, Alberta -0.476519241639526414 +43946 aapg_ae_181.html aapg_ae_181.html:97:13915:13926 Coffee Mississippi River 0.792867169336356703 +43947 geology_html_7065043227 geology_html_7065043227:17:947:957 Santa Cruz Santa Cruz, California -0.0376282120976162635 +43948 aapg_af_897.html aapg_af_897.html:5:750:760 Pottsville Pottsville, Pennsylvania -0.032117678128361131 +43949 aapg_ac_841.html aapg_ac_841.html:1759:179209:179216 El Abra Mexico -0.0727961616893220281 +43950 aapg_ai_296.html aapg_ai_296.html:785:69474:69491 Everton Arkansas -0.49539702585199169 +43951 cspg_html_1132698231 cspg_html_1132698231:284:38377:38402 Santa Margarita Santa Cruz Mountains -0.451767539383647998 +43952 aapg_ac_328.html aapg_ac_328.html:104:11478:11491 Madison Cheyenne, Wyoming -0.0265036602918163264 +43953 aapg_ah_633.html aapg_ah_633.html:17:3023:3045 Chickasawhay Melbourne, Florida 0.753375355728644558 +43954 aapg_ae_994.html aapg_ae_994.html:68:7801:7828 Madison Cheyenne, Wyoming -0.456344217050148659 +43955 aapg_ai_17.html aapg_ai_17.html:250:21440:21460 Sabine Alabama -0.04966612284900708 +43956 gsa_html_8551608565 gsa_html_8551608565:67:5621:5629 Columbia India -0.0118326507856826232 +43957 AMJC_html_2829615437 AMJC_html_2829615437:118:18118:18138 Washington Waynesburg, Pennsylvania -0.0336555463053693354 +43958 aapg_ac_720.html aapg_ac_720.html:4:438:453 Aquia Alabama -0.0131166903262873984 +43959 cspg_html_7457399958 cspg_html_7457399958:101:14451:14465 Beverley Inlet Melville Island (Canada) -0.202239024463426842 +43960 cspg_html_2882882278 cspg_html_2882882278:11:1805:1840 Belcourt Elk Valley (British Columbia) -0.464610795373413321 +43961 aapg_ad_397.html aapg_ad_397.html:113:12217:12226 Cockfield Jefferson County, Colorado 0.0223241763146486936 +43962 gsa_html_9515953275 gsa_html_9515953275:454:49759:49795 Protection California -0.050574209527444236 +43963 gsa_html_7715952024 gsa_html_7715952024:108:11559:11569 Washington Richland, Washington -0.48322516565543927 +43964 cspg_html_6839937815 cspg_html_6839937815:179:25167:25185 Thaynes Logan, Utah -0.233002993085073912 +43965 cspg_html_9941518291 cspg_html_9941518291:48:8345:8368 Barlow Inlet Douro DOC -0.454305775206324536 +43966 aapg_ae_236.html aapg_ae_236.html:50:4086:4097 Black Creek Black Creek (Toronto) 0.0152887445072461998 +43967 aapg_aa_904.html aapg_aa_904.html:419:35926:35950 Milk River Milk River, Alberta -0.458675312427173743 +43968 gsa_html_9161666105 gsa_html_9161666105:895:65568:65601 Windsor Bridgetown, Nova Scotia -0.468015132988553406 +43969 AMJC_html_6759408618 AMJC_html_6759408618:349:36189:36210 Martinsburg Dauphin, Pennsylvania -0.026705362044744569 +43970 aapg_af_670.html aapg_af_670.html:322:30467:30475 Colorado Denver -0.485285038948243097 +43971 cspg_html_6306091047 cspg_html_6306091047:149:22320:22328 Columbia Victoria, British Columbia -0.445984933244691462 +43972 gsa_html_1130947011 gsa_html_1130947011:101:12027:12034 Bromide Black River, Jamaica -0.0495632945700979141 +43973 aapg_ai_997.html aapg_ai_997.html:700:59462:59469 Panoche Mount Diablo -0.520263320497991177 +43974 aapg_ah_289.html aapg_ah_289.html:258:37001:37023 Monterey Vail, Colorado 0.593771723498898618 +43975 aapg_ah_419.html aapg_ah_419.html:20:2221:2234 Bearpaw Lethbridge -0.0441727846104635197 +43976 AMJC_html_9705852531 AMJC_html_9705852531:626:53603:53610 Calvert China -0.451787799117909672 +43977 sedimentology_html_7553974053 sedimentology_html_7553974053:168:19682:19687 Levis Saint Lawrence River -0.524959093543132749 +43978 sedimentology_html_8146922415 sedimentology_html_8146922415:283:15941:15953 Devon Island Canada -0.496043265221558505 +43979 aapg_ac_765.html aapg_ac_765.html:216:38955:38973 Moenkopi Chinle Formation -0.427768661147865492 +43980 gsa_html_5664265459 gsa_html_5664265459:863:89156:89166 Washington Salem, Oregon 0.00461398797422866731 +43981 aapg_ah_123.html aapg_ah_123.html:250:22561:22572 Salina Macomb, Illinois 0.0136101656605613248 +43982 geology_html_5486340907 geology_html_5486340907:233:19675:19682 Madison Decorah, Iowa -0.428868342306482297 +43983 palaios_html_8563431807 palaios_html_8563431807:106:12200:12208 Victoria Gold Coast, Queensland -0.00087380079236194742 +43984 cspg_html_6249234253 cspg_html_6249234253:1668:166942:166965 Leduc Redwater, Texas 0.654803064333341567 +43985 aapg_aa_381.html aapg_aa_381.html:44:6218:6233 Santa Margarita Rancho Santa Margarita, California -0.234828179018819416 +43986 palaios_html_7179643765 palaios_html_7179643765:449:45542:45553 La Luna Venezuela -0.454032675125810359 +43987 aapg_ae_3.html aapg_ae_3.html:252:36064:36071 Madison Colorado -0.47032647773667996 +43988 aapg_ae_6.html aapg_ae_6.html:336:36259:36278 San Marcos Buda, Texas -0.49361002164838963 +43989 aapg_ah_506.html aapg_ah_506.html:50:5416:5425 Squaw Bay Western world -0.498566694311008085 +43990 cspg_html_9735723617 cspg_html_9735723617:288:36191:36210 Hecla Bay Melville Island (Canada) 0.000213672889406611738 +43991 aapg_ad_379.html aapg_ad_379.html:827:68531:68549 Cloverly Greybull, Wyoming 0.0402984110470986576 +43992 sedimentology_html_2359041650 sedimentology_html_2359041650:962:85723:85728 Crete Greece -0.465705253187009671 +43993 sedimentology_html_1574151857 sedimentology_html_1574151857:82:7043:7053 Washington Salem, Oregon -0.416285611772415298 +43994 aapg_ae_306.html aapg_ae_306.html:909:104168:104176 Trujillo Lake Maracaibo -0.0450401829043313162 +43995 cspg_html_1140317615 cspg_html_1140317615:5:178:202 Cardium Lacombe, Alberta 0.000792153354614578671 +43996 gsa_html_3069013284 gsa_html_3069013284:815:77229:77248 Moenkopi Arizona 0.400343903168776549 +43997 sedimentology_html_5672063331 sedimentology_html_5672063331:2497:117645:117660 Provo Cheyenne, Wyoming -0.0340417857765505233 +43998 aapg_ae_154.html aapg_ae_154.html:256:25130:25138 Columbia Victoria, British Columbia -0.433588832161453941 +43999 gsa_html_6753732431 gsa_html_6753732431:10:435:443 Colorado California -0.0304773910336276765 +44000 gsa_html_3942625742 gsa_html_3942625742:24:1677:1689 Little River Metro Manila -0.0233880656689205678 +44001 aapg_ah_329.html aapg_ah_329.html:318:30837:30844 Sisquoc Monterey, California -0.0151097603849725953 +44002 aapg_ah_330.html aapg_ah_330.html:495:42696:42709 Santa Barbara California -0.0358774797167535214 +44003 aapg_ac_530.html aapg_ac_530.html:452:44349:44358 Englewood Colorado -0.543696810713627299 +44004 gsa_html_7384517973 gsa_html_7384517973:533:55411:55417 Banner Barbados 0.00157388492495401659 +44005 cspg_html_1732329534 cspg_html_1732329534:9:987:1012 Paskapoo Red Deer, Alberta -0.427983668441073273 +44006 aapg_aa_482.html aapg_aa_482.html:19:3229:3247 Tamasopo Mexico -0.461001107058420345 +44007 cspg_html_5139035315 cspg_html_5139035315:482:55272:55294 Albert New Brunswick, New Jersey -0.457501080653503367 +44008 aapg_ac_380.html aapg_ac_380.html:406:47908:47920 Salina Helderberg -0.449050071375940441 +44009 geology_html_4936682354 geology_html_4936682354:112:10166:10175 San Pedro Costa Rica -0.0216149541452477292 +44010 cspg_html_1118978429 cspg_html_1118978429:32:4137:4143 Fernie Crowsnest Pass, Alberta 0.365421586876759019 +44011 jgeology_html_4729017492 jgeology_html_4729017492:1311:65696:65717 Manitou Canada -0.477957819287112229 +44012 aapg_af_13.html aapg_af_13.html:905:85986:85995 Red River Shreveport, Louisiana 0.0293903646759532088 +44013 sedimentology_html_8006979411 sedimentology_html_8006979411:1096:90081:90092 Shaftesbury Lacombe, Alberta 0.0125259211045502007 +44014 gsa_html_9898556493 gsa_html_9898556493:200:24798:24810 Modesto Riverbank, California -0.457736710679965686 +44015 sedimentology_html_5613495298 sedimentology_html_5613495298:16:1150:1181 Chinle Logan, Utah -0.444871652179790411 +44016 aapg_ac_661.html aapg_ac_661.html:38:4185:4205 Phosphoria Boise, Idaho 0.398183242776353308 +44017 cspg_html_5954266359 cspg_html_5954266359:361:46645:46657 Fortin Canada -0.48663294001243923 +44018 aapg_ad_960.html aapg_ad_960.html:71:6801:6815 Monterey Indian Creek, Florida -0.416285611772415298 +44019 cspg_html_3102530088 cspg_html_3102530088:71:9358:9383 Milk River Lacombe, Alberta -0.489913286480908206 +44020 aapg_ac_59.html aapg_ac_59.html:303:38026:38040 Mission Valley San Diego -0.225276470885416691 +44021 aapg_ae_855.html aapg_ae_855.html:131:14196:14211 North Horn Flagstaff, Arizona -0.0240556397080989269 +44022 palaios_html_6100595217 palaios_html_6100595217:48:4917:4929 Gosport Sand Lisbon -0.453572428394685367 +44023 aapg_ai_756.html aapg_ai_756.html:43:4016:4025 Smackover Arkansas -0.503961557903669144 +44024 aapg_ad_85.html aapg_ad_85.html:286:24640:24646 Paluxy Paluxy, Texas -0.00486067457957646467 +44025 aapg_ac_924.html aapg_ac_924.html:97:5909:5916 Madison Cheyenne, Wyoming -0.0745073673201512576 +44026 gsa_html_3069013284 gsa_html_3069013284:142:16718:16734 Chinle Arizona -0.449451899065432481 +44027 cspg_html_4287356899 cspg_html_4287356899:1171:161800:161821 Sadlerochit Anchorage, Alaska -0.0425949712561439139 +44028 cspg_html_5973552270 cspg_html_5973552270:122:15948:15973 Beaverhill Canada -0.441553207562292771 +44029 aapg_af_577.html aapg_af_577.html:268:20098:20106 Carlsbad Guadalupe Mountains National Park -0.0378509909163746716 +44030 aapg_af_193.html aapg_af_193.html:630:62721:62729 Emigrant Kentucky -0.478911234884053072 +44031 aapg_ai_836.html aapg_ai_836.html:396:40301:40323 Sierra South America -0.495740204770814097 +44032 aapg_af_517.html aapg_af_517.html:624:87170:87184 Monterey California -0.0118760883237155699 +44033 cspg_html_4319383223 cspg_html_4319383223:44:7385:7399 Toad Victoria, British Columbia 0.157981979796641026 +44034 aapg_ah_537.html aapg_ah_537.html:6:1110:1121 Green River Logan, Utah -0.113181065484781393 +44035 cspg_html_4272664788 cspg_html_4272664788:81:12574:12582 Columbia Victoria, British Columbia -0.0180692565756011246 +44036 aapg_ae_419.html aapg_ae_419.html:245:32791:32797 Sierra Coahuila -0.00537142262393446989 +44037 gsa_html_3289445934 gsa_html_3289445934:595:48661:48666 Price Canada -0.462166276497962936 +44038 aapg_af_289.html aapg_af_289.html:313:29091:29097 Brazil Sergipe -0.478767343423892489 +44039 cspg_html_9332855346 cspg_html_9332855346:125:9267:9273 Ashern Lacombe, Alberta -0.0153756304706319062 +44040 geology_html_1186396673 geology_html_1186396673:241:22145:22150 Rapid Chile -0.431395188299852905 +44041 aapg_ah_528.html aapg_ah_528.html:535:57655:57665 Winnemucca Winnemucca, Nevada 0.253359143902868511 +44042 aapg_ad_784.html aapg_ad_784.html:71:9261:9272 White River Simi Valley, California -0.407188892467938546 +44043 gsa_html_6578729676 gsa_html_6578729676:615:59922:59929 Andrews London, Ontario -0.440247382693200906 +44044 aapg_ac_23.html aapg_ac_23.html:90:8527:8545 Venango Pleasantville, Venango County, Pennsylvania -0.0573440272234611997 +44045 cspg_html_2769629211 cspg_html_2769629211:675:70454:70471 Muskwa Victoria, British Columbia -0.498117899111855666 +44046 jgeology_html_8355852976 jgeology_html_8355852976:654:44282:44288 Pueblo Colorado -0.042086508975559718 +44047 cspg_html_6964953392 cspg_html_6964953392:26:4241:4252 Peace River Canada -0.00500312776260552431 +44048 aapg_ac_511.html aapg_ac_511.html:43:5267:5278 Tulip Creek Grady County, Georgia -0.483281151267174081 +44049 cspg_html_3124360347 cspg_html_3124360347:344:42590:42606 Stanbridge Lake Champlain -0.0516166410516480934 +44050 cspg_html_2803424832 cspg_html_2803424832:51:6949:6969 Degerbols Ellesmere Island 0.165323441185647041 +44051 cspg_html_7912545589 cspg_html_7912545589:161:21513:21533 Clearwater CFB Cold Lake -0.471349814541787038 +44052 aapg_ai_81.html aapg_ai_81.html:123:14325:14343 Venango Pennsylvania -0.467016268103292775 +44053 cspg_html_7970836465 cspg_html_7970836465:365:36553:36571 Chicotte Anticosti Island -0.0584293582845294424 +44054 cspg_html_4298557570 cspg_html_4298557570:71:11255:11270 Edmonton Edmonton, London 0.00239731162737208446 +44055 aapg_aa_761.html aapg_aa_761.html:619:79755:79771 Viking Lacombe, Alberta -0.021093485692349364 +44056 AMJC_html_9709478395 AMJC_html_9709478395:611:55750:55756 Brazil Perth, Western Australia -0.475991665297052891 +44057 aapg_ae_885.html aapg_ae_885.html:221:22175:22185 Naco Hermosa, Chicago -0.414276052949181017 +44058 cspg_html_8917306391 cspg_html_8917306391:38:5652:5673 Peace River Victoria, British Columbia -0.447314589257592876 +44059 aapg_aa_913.html aapg_aa_913.html:388:30371:30388 Edwards Texas -0.478447154667899333 +44060 aapg_ad_153.html aapg_ad_153.html:123:12952:12961 Aux Vases Mississippi River 0.0350126636659991233 +44061 gsa_html_5516163646 gsa_html_5516163646:298:30539:30559 Florissant Colorado -0.472574788136010782 +44062 gsa_html_4667678389 gsa_html_4667678389:1141:113490:113496 Moscow Idaho County, Idaho -0.433368134539702354 +44063 aapg_aa_12.html aapg_aa_12.html:203:22838:22853 Viola Knoxville, Tennessee 0.637866257802277459 +44064 aapg_ad_2.html aapg_ad_2.html:618:90754:90771 Harpers Maryland 0.36301645026953866 +44065 aapg_af_186.html aapg_af_186.html:894:88243:88265 Woodbine Texas -0.00639293020944086028 +44066 aapg_ah_430.html aapg_ah_430.html:200:15076:15084 Colorado Entrada Sandstone -0.500364284453183039 +44067 gsa_html_6281775990 gsa_html_6281775990:819:77080:77089 San Diego California -0.455188836413653375 +44068 gsa_html_3448554349 gsa_html_3448554349:685:74255:74293 Rockwell Maryland -0.0532381100685256278 +44069 cspg_html_6252417471 cspg_html_6252417471:302:44400:44421 Christopher Banks Island -0.0655637299615308144 +44070 aapg_ah_416.html aapg_ah_416.html:239:19989:20009 Milk River Milk River, Alberta -0.472399687021269332 +44071 aapg_aa_288.html aapg_aa_288.html:356:38820:38831 Mowry Cheyenne, Wyoming -0.0237635726163751594 +44072 cspg_html_9689514766 cspg_html_9689514766:282:34414:34449 Black River Ottawa, Kansas -0.0375359691930512371 +44073 aapg_ae_777.html aapg_ae_777.html:350:40131:40148 Tererro San Miguel County, New Mexico -0.429947310326277143 +44074 aapg_ad_756.html aapg_ad_756.html:527:61784:61792 Colorado New Mexico -0.0575132711788683623 +44075 aapg_af_26.html aapg_af_26.html:214:18604:18620 Eugene Salem, Massachusetts -0.444295421139491553 +44076 aapg_ad_800.html aapg_ad_800.html:93:9953:9968 Gordo Mississippi River -0.447153316157111791 +44077 gsa_html_6971334714 gsa_html_6971334714:892:84440:84447 El Paso El Paso, Texas -0.0241616892206824377 +44078 aapg_af_51.html aapg_af_51.html:486:55330:55338 Colorado Logan, Utah -0.474805786132168894 +44079 aapg_ah_646.html aapg_ah_646.html:325:38892:38908 Chinle Arizona -0.453355922590981064 +44080 aapg_ai_410.html aapg_ai_410.html:122:12993:13001 San Luis Conejos, Colorado -0.431157390646727534 +44081 geology_html_8807787667 geology_html_8807787667:221:22026:22059 Cedar Mountain Logan, Utah -0.454034931813569353 +44082 gsa_html_8840132442 gsa_html_8840132442:152:19943:19950 Cadomin Gladstone, Oregon -0.434580403200599208 +44083 aapg_ah_847.html aapg_ah_847.html:376:46168:46187 New Egypt New Egypt, New Jersey -0.0407754352992212923 +44084 aapg_ai_897.html aapg_ai_897.html:116:12876:12895 Llewellyn Middle East -0.010750205891597751 +44085 gsa_html_3873192514 gsa_html_3873192514:59:4963:4991 Green River Colorado -0.0233880656689205678 +44086 aapg_aa_626.html aapg_aa_626.html:17:2259:2272 Potomac Baltimore -0.0482475626636575672 +44087 geology_html_7703511196 geology_html_7703511196:36:4011:4055 Brushy Canyon West, Texas -0.0364256392683856012 +44088 aapg_af_854.html aapg_af_854.html:845:119766:119773 Renault Kentucky -0.450829332903146696 +44089 aapg_ah_108.html aapg_ah_108.html:798:62028:62036 San Jose Costa Rica -0.482232027046335665 +44090 aapg_ad_3.html aapg_ad_3.html:276:24976:24996 Stonehenge Pennsylvania 0.0215714978510087967 +44091 gsa_html_1130947011 gsa_html_1130947011:370:47064:47072 Michigan Ohio -0.0461742066701143275 +44092 aapg_af_771.html aapg_af_771.html:29:4477:4486 Knoxville Great Valley, New York -0.462125287699645448 +44093 cspg_html_4326384800 cspg_html_4326384800:1049:154713:154722 Waterways Swan Hill, Victoria -0.0589319525022998364 +44094 aapg_ai_724.html aapg_ai_724.html:439:42090:42112 Slave Point Canada -0.438450704245630596 +44095 aapg_ah_649.html aapg_ah_649.html:489:59274:59282 Santiago Chile -0.451787799117909672 +44096 aapg_ad_721.html aapg_ad_721.html:572:54504:54514 Whitehorse Carlsbad, New Mexico -0.457514673015389395 +44097 aapg_ah_646.html aapg_ah_646.html:286:34122:34138 Chinle Rio Arriba County, New Mexico 0.0457299852893208597 +44098 aapg_ae_4.html aapg_ae_4.html:6:1053:1072 Jefferson Samaria (ancient city) -0.45644603384473742 +44099 aapg_ad_55.html aapg_ad_55.html:17:2104:2136 Dutchtown Decorah, Iowa -0.432346977926754639 +44100 aapg_aa_147.html aapg_aa_147.html:923:95732:95748 Interlake Regina, Saskatchewan -0.429960502864963123 +44101 aapg_af_638.html aapg_af_638.html:238:18524:18531 Saginaw Michigan -0.463250887108730525 +44102 aapg_ad_466.html aapg_ad_466.html:228:29333:29339 Tinton Navesink River -0.0658886987392225537 +44103 AMJC_html_7872796695 AMJC_html_7872796695:302:23437:23459 Dawson Point Dolomites -0.0285868941347483252 +44104 aapg_ac_845.html aapg_ac_845.html:96:11455:11463 Edmonton Williston, Vermont -0.487659330983205019 +44105 gsa_html_3049782768 gsa_html_3049782768:793:67814:67842 Green River Colorado -0.00910662035546105052 +44106 aapg_ad_11.html aapg_ad_11.html:135:18602:18625 Golden Valley Wasatch Range -0.450582005503512739 +44107 aapg_ai_144.html aapg_ai_144.html:169:16574:16581 Cardium Bow River -0.447189152172129289 +44108 aapg_ai_695.html aapg_ai_695.html:11:1142:1160 Beaumont East Texas -0.134045512536309891 +44109 aapg_ac_380.html aapg_ac_380.html:537:62792:62800 Michigan Ohio -0.04995370085151081 +44110 aapg_aa_148.html aapg_aa_148.html:26:4268:4274 Dakota Phoenix, Arizona 0.0119577510561948014 +44111 aapg_ah_633.html aapg_ah_633.html:138:19317:19339 Chickasawhay Mississippi River 0.880133849757553377 +44112 palaios_html_7377371027 palaios_html_7377371027:328:39933:39951 Monterey California -0.433370341259820213 +44113 palaios_html_1834763898 palaios_html_1834763898:522:51233:51249 Noonday Dolomite California -0.0484305318686929845 +44114 sedimentology_html_1903827149 sedimentology_html_1903827149:2298:125981:125987 Sibley Bonaire -0.0108127539330289211 +44115 aapg_ae_544.html aapg_ae_544.html:7:1037:1056 Greenhorn Niobrara, Nebraska -0.162783795942292864 +44116 AMJC_html_5969956211 AMJC_html_5969956211:1321:167481:167499 Prichard Washington (state) 0.373491894268560665 +44117 jgeology_html_1443949870 jgeology_html_1443949870:93:3714:3720 Oregon Salem, Oregon 0.0195847879214001257 +44118 cspg_html_9735723617 cspg_html_9735723617:3997:262115:262134 Escuminac Quebec City -0.00893635855203990699 +44119 gsa_html_9865056817 gsa_html_9865056817:866:77007:77038 Chinle Colorado -0.449703411954729404 +44120 jgeology_html_8064855537 jgeology_html_8064855537:989:63853:63867 Cedar Mountain Garfield County, Colorado -0.0169917673336638479 +44121 aapg_ae_4.html aapg_ae_4.html:173:19008:19027 Stansbury Logan, Utah -0.469648742182661783 +44122 AMJC_html_5614368947 AMJC_html_5614368947:223:19602:19608 Oxford Oman -0.064665792939098854 +44123 gsa_html_6869840610 gsa_html_6869840610:650:50270:50276 Denver Logan, Utah -0.0252830771132320185 +44124 cspg_html_9068495364 cspg_html_9068495364:407:46537:46545 Montreal Quebec City -0.0678021976864085774 +44125 cspg_html_1732329534 cspg_html_1732329534:56:7837:7863 Paskapoo Lacombe, Alberta -0.0241616892206824377 +44126 aapg_ac_949.html aapg_ac_949.html:200:18942:18949 Sligo Melbourne, Florida 0.343098039917131947 +44127 aapg_ai_28.html aapg_ai_28.html:156:12729:12735 Goliad Goliad County, Texas -0.49871872177518084 +44128 aapg_aa_15.html aapg_aa_15.html:171:23839:23847 Whitsett Whitsett, North Carolina -0.462166276497962936 +44129 gsa_html_6038465409 gsa_html_6038465409:708:61173:61192 Fruitland New Mexico -0.216778908662590114 +44130 cspg_html_6356755616 cspg_html_6356755616:36:5657:5675 Whitemud Lacombe, Alberta -0.0166302989496245716 +44131 palaios_html_1047361324 palaios_html_1047361324:440:43325:43330 Byram Mississippi River -0.0551773863969227188 +44132 aapg_ac_829.html aapg_ac_829.html:63:8437:8447 Dawson Bay Canada -0.420012527736359387 +44133 aapg_ai_28.html aapg_ai_28.html:831:78821:78838 Reynosa Beaumont, Texas -0.503041677516484542 +44134 aapg_ac_235.html aapg_ac_235.html:468:50915:50926 Dakota Black Hills -0.428958392515104758 +44135 aapg_af_785.html aapg_af_785.html:88:8692:8698 Midway Alabama -0.462166276497962936 +44136 aapg_ah_881.html aapg_ah_881.html:43:4343:4359 Chilliwack Victoria, British Columbia -0.0530428169742091782 +44137 jgeology_html_1357129551 jgeology_html_1357129551:1105:82677:82681 Hall London, Ontario -0.471501691978871318 +44138 aapg_aa_322.html aapg_aa_322.html:249:23283:23299 Moorefield Arkansas -0.214254960094357683 +44139 AMJC_html_8866429777 AMJC_html_8866429777:419:51943:51962 Conasauga Alabama 0.0424591462992101251 +44140 aapg_af_551.html aapg_af_551.html:51:5748:5759 Lake Valley Rift Valley lakes 0.899037763993621786 +44141 cspg_html_1265381145 cspg_html_1265381145:227:22700:22727 Palliser Canada 0.0103054229962900919 +44142 aapg_ae_872.html aapg_ae_872.html:62:8374:8395 Black Creek Tuscaloosa, Alabama 0.0354320123768516737 +44143 gsa_html_9656708346 gsa_html_9656708346:28:2574:2584 Washington Seattle 0.00452191499750925936 +44144 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53696:53709 A-1 Carbonate Michigan Basin -0.444856013246054061 +44145 aapg_aa_718.html aapg_aa_718.html:69:7700:7720 Waynesburg Waynesburg, Pennsylvania -0.490604756571324518 +44146 aapg_ac_782.html aapg_ac_782.html:176:30378:30391 Barnett Delaware -0.052476148512779229 +44147 aapg_ad_169.html aapg_ad_169.html:31:4140:4160 Greenbrier Huntington, West Virginia -0.0197377379215514133 +44148 aapg_aa_114.html aapg_aa_114.html:242:27259:27266 La Joya Mexico 0.943255591471285126 +44149 aapg_ae_581.html aapg_ae_581.html:14:2029:2043 Claggett Rocky Mountains -0.458784199315796892 +44150 sedimentology_html_8510537334 sedimentology_html_8510537334:184:16462:16482 Tuscarora Juniata County School District -0.506374811889724219 +44151 cspg_html_3385840278 cspg_html_3385840278:104:15590:15598 Columbia Victoria, British Columbia -0.469070208322842297 +44152 gsa_html_2989317971 gsa_html_2989317971:1246:123165:123172 Harmony Reno, Nevada -0.477454856949792728 +44153 geology_html_2449871414 geology_html_2449871414:52:5758:5789 Poleta Reno, Nevada -0.0545878728728429602 +44154 cspg_html_6383234409 cspg_html_6383234409:566:59488:59508 Bird Fiord Bathurst Island (Northern Territory) -0.00274648745693117794 +44155 geology_html_5555850502 geology_html_5555850502:315:21762:21770 Colorado Williston, Vermont -0.104326459953910433 +44156 cspg_html_2695921112 cspg_html_2695921112:85:9965:9986 Bonaventure Nashville Basin -0.487565545428885583 +44157 aapg_aa_47.html aapg_aa_47.html:400:45474:45490 Maroon Arkansas River -0.403732720143509971 +44158 geology_html_2632957278 geology_html_2632957278:285:26813:26817 Bern Switzerland -0.433864776993285517 +44159 cspg_html_3883962749 cspg_html_3883962749:432:50049:50057 Coalspur Lacombe, Alberta -0.499512563259915887 +44160 aapg_af_891.html aapg_af_891.html:235:26055:26067 Dockum West Texas -0.506302887282198189 +44161 aapg_aa_89.html aapg_aa_89.html:46:4763:4776 Cotton Valley Calhoun, Georgia -0.0149690067830474411 +44162 aapg_ad_52.html aapg_ad_52.html:173:22777:22786 Coldwater County Roscommon -0.490449479583778825 +44163 aapg_ai_66.html aapg_ai_66.html:300:26991:27003 Pierre Kremmling, Colorado -0.42423457487964078 +44164 geology_html_2551930761 geology_html_2551930761:12:618:624 Oregon Salem, Oregon -0.0598011148469018913 +44165 aapg_af_461.html aapg_af_461.html:23:3218:3226 Michigan Wisconsin -0.0101855410408739511 +44166 cspg_html_9476379853 cspg_html_9476379853:12:1103:1115 Saskatchewan Manitoba -0.0509402640663400852 +44167 aapg_aa_712.html aapg_aa_712.html:158:21423:21434 Platteville Decorah, Iowa 0.0169153023812674656 +44168 cspg_html_9046359229 cspg_html_9046359229:94:14367:14374 Shuswap Valhalla, New York 0.0102845739324917348 +44169 aapg_ad_944.html aapg_ad_944.html:152:15004:15012 Sundance Williston, Vermont -0.104950389083150089 +44170 cspg_html_6383234409 cspg_html_6383234409:203:22014:22034 Blue Fiord Bathurst Island (Northern Territory) 0.742716279943111513 +44171 cspg_html_6131861361 cspg_html_6131861361:7:632:662 Mackenzie Mackenzie River 0.0116050390489145696 +44172 cspg_html_1225021992 cspg_html_1225021992:46:5155:5188 Shaftesbury River Torrens -0.472678482936493838 +44173 gsa_html_7499737388 gsa_html_7499737388:744:53778:53796 Caballos Colombia -0.444201650178862151 +44174 aapg_ad_812.html aapg_ad_812.html:10:2003:2010 Entrada Colorado -0.441998542726141919 +44175 aapg_ai_145.html aapg_ai_145.html:149:19142:19155 Fernie The Guardian -0.131794338168717079 +44176 gsa_html_9052101586 gsa_html_9052101586:475:57438:57449 Peoria Peoria, Illinois -0.0387508594408773402 +44177 aapg_ai_688.html aapg_ai_688.html:390:42415:42435 Salina Williamsport, Indiana 0.0057067116030324206 +44178 aapg_ae_999.html aapg_ae_999.html:299:41732:41747 Tampa Melbourne, Florida -0.0507694363735156085 +44179 geology_html_8953766677 geology_html_8953766677:220:20514:20536 Wabamun Calgary -0.477308890203395286 +44180 aapg_aa_110.html aapg_aa_110.html:72:10107:10118 Green River Cheyenne, Wyoming -0.431086943566786673 +44181 palaios_html_9330263255 palaios_html_9330263255:946:71822:71846 Protection Tokyo -0.0243268497329823634 +44182 aapg_af_394.html aapg_af_394.html:523:57092:57112 Mesaverde Cheyenne, Wyoming 0.012174940207071305 +44183 aapg_ah_962.html aapg_ah_962.html:61:7066:7071 Viola Atoka, Oklahoma -0.407085805687464664 +44184 aapg_ae_296.html aapg_ae_296.html:38:4335:4343 Grayburg Delaware -0.489889776983278402 +44185 aapg_ac_310.html aapg_ac_310.html:38:3486:3496 Deer Creek Golden, Colorado -0.449575401198261781 +44186 gsa_html_5737673651 gsa_html_5737673651:380:33733:33749 Chinle Arizona -0.448296279445968116 +44187 aapg_af_143.html aapg_af_143.html:1118:123321:123341 Toro Chile -0.417380918090655029 +44188 geology_html_2132529104 geology_html_2132529104:229:24286:24296 Santa Cruz Santa Cruz Mountains -0.462255092024459469 +44189 aapg_ae_69.html aapg_ae_69.html:282:29657:29668 Browns Park Uinta Mountains -0.444916336311243943 +44190 aapg_ae_113.html aapg_ae_113.html:209:26913:26933 Stuart Western world -0.0187574882731168305 +44191 aapg_ah_779.html aapg_ah_779.html:517:97764:97770 Keokuk Iowa -0.00771674737466516297 +44192 aapg_ad_2.html aapg_ad_2.html:965:133833:133850 Beekmantown Lake Champlain 0.013787401887184414 +44193 aapg_ae_951.html aapg_ae_951.html:376:42287:42296 Rio Negro Bogota, New Jersey -0.506417969655151956 +44194 gsa_html_3069013284 gsa_html_3069013284:347:35824:35840 Chinle New Mexico -0.482784406317177284 +44195 sedimentology_html_7700620799 sedimentology_html_7700620799:1601:108218:108239 Peace River Lacombe, Alberta -0.0241616892206824377 +44196 cspg_html_1188455526 cspg_html_1188455526:276:43074:43089 Lougheed Island Banks Island -0.0330135830277358128 +44197 cspg_html_9346298272 cspg_html_9346298272:288:31555:31566 Trout River Canada -0.00424743388825097462 +44198 aapg_aa_563.html aapg_aa_563.html:314:40238:40258 Eagle Buda, Texas -0.457736710679965686 +44199 aapg_ah_141.html aapg_ah_141.html:272:22399:22416 Dakota San Juan, Argentina -0.43654455097558742 +44200 aapg_ac_719.html aapg_ac_719.html:123:13523:13538 Raton Ganges -0.449431691216236939 +44201 palaios_html_5921824758 palaios_html_5921824758:477:38834:38862 Chuckanut Washington (state) -0.47601017133294582 +44202 sedimentology_html_1358721859 sedimentology_html_1358721859:1499:91802:91808 Provo Central Switzerland -0.0366623139169080098 +44203 geology_html_6868377343 geology_html_6868377343:327:25077:25109 Mt Lytton Texas -0.517524502610378967 +44204 aapg_ae_334.html aapg_ae_334.html:173:12752:12765 Savanna Hartshorne, Oklahoma -0.00515253017068293719 +44205 cspg_html_3476862609 cspg_html_3476862609:11:922:932 Laib Salmo, British Columbia -0.419751437916078163 +44206 aapg_af_868.html aapg_af_868.html:485:36680:36685 Atoka Brentwood, Essex -0.00846727342264548197 +44207 aapg_ad_812.html aapg_ad_812.html:69:9262:9278 Chinle Chinle Formation 0.016034236202214884 +44208 aapg_af_575.html aapg_af_575.html:308:41227:41247 Smithville Ancient Thebes (Boeotia) -0.0400999482749248432 +44209 cspg_html_1509800797 cspg_html_1509800797:143:14156:14178 St. Mary River Bearpaw Formation -0.462111625185478381 +44210 cspg_html_3008414459 cspg_html_3008414459:557:64519:64530 Peace River Western Canadian Sedimentary Basin -0.436850160261835319 +44211 gsa_html_9378676329 gsa_html_9378676329:532:54210:54228 Slope Kyrgyzstan -0.00855587800487816325 +44212 aapg_ak_73.html aapg_ak_73.html:411:35250:35262 Wilcox Texas -0.44951252529713398 +44213 aapg_ad_466.html aapg_ad_466.html:297:36820:36830 Tuscaloosa Virginia -0.442729356500441706 +44214 aapg_ac_807.html aapg_ac_807.html:783:77727:77746 Nanafalia Alabama -0.265508419334605783 +44215 aapg_aa_735.html aapg_aa_735.html:154:13872:13887 Salem Illinois -0.483341806462215584 +44216 gsa_html_5394777952 gsa_html_5394777952:263:27533:27553 Candelaria Reno, Nevada -0.0455732069905889839 +44217 cspg_html_4010530611 cspg_html_4010530611:12:1615:1634 Morro Moose Mountain (Alberta) -0.473081857330366395 +44218 aapg_ae_451.html aapg_ae_451.html:13:2416:2427 Fort Norman Mackenzie River 0.000674025171207849952 +44219 gsa_html_3151431803 gsa_html_3151431803:146:19859:19875 Navajo Colorado Plateau -0.104700099516191344 +44220 gsa_html_1217771406 gsa_html_1217771406:330:29969:29982 Santa Barbara Santa Cruz Island -0.435679199475508039 +44221 cspg_html_1781462584 cspg_html_1781462584:47:4798:4805 Pekisko Lacombe, Alberta -0.0606913448221408289 +44222 aapg_ai_981.html aapg_ai_981.html:624:49603:49610 Anahuac Carrizo Plain -0.460173667521570073 +44223 cspg_html_3447886929 cspg_html_3447886929:1005:104879:104900 Lawrence Quebec City -0.0248379892514390653 +44224 aapg_ae_368.html aapg_ae_368.html:9:1618:1629 Honey Creek Llano, Texas -0.465579516089382972 +44225 palaios_html_2644042510 palaios_html_2644042510:1089:79415:79425 Washington Kennett, Missouri -0.447168994241326834 +44226 aapg_ah_756.html aapg_ah_756.html:224:19938:19943 Queen Nashville Basin -0.0136379673462826371 +44227 aapg_ae_680.html aapg_ae_680.html:355:35545:35563 Woodbine Texas -0.461421940119080776 +44228 geology_html_6881575972 geology_html_6881575972:274:25055:25061 Denver Colorado -0.0538170462628818486 +44229 aapg_ad_94.html aapg_ad_94.html:80:7195:7202 St Marys Cincinnati -0.443344757382833909 +44230 cspg_html_5586087088 cspg_html_5586087088:321:36402:36415 Parry Islands Melville Island (Canada) -0.442620143363224416 +44231 cspg_html_8690548664 cspg_html_8690548664:190:24533:24546 Mountain Park Kilby -0.0338277865791703769 +44232 aapg_ah_528.html aapg_ah_528.html:16:1869:1877 Dinwoody Logan, Utah 0.00792175098374853399 +44233 gsa_html_9112056802 gsa_html_9112056802:770:82454:82486 Taylor Antarctica -0.0236279718682710811 +44234 aapg_ad_36.html aapg_ad_36.html:241:25292:25298 Paluxy Woods County, Oklahoma -0.0367667309306509496 +44235 cspg_html_5438428738 cspg_html_5438428738:552:63284:63295 Rabbit Lake Canada 0.00039260223837717193 +44236 aapg_af_789.html aapg_af_789.html:216:29347:29366 Hampshire Chemung, New York -0.446593560210975959 +44237 cspg_html_4270552951 cspg_html_4270552951:182:26709:26717 Niobrara Niobrara, Nebraska -0.0212673068022475528 +44238 sedimentology_html_6376801731 sedimentology_html_6376801731:203:17898:17906 Beaufort South Africa -0.476519241639526414 +44239 cspg_html_2139304729 cspg_html_2139304729:79:12602:12625 Snowblind Bay Wales Island (British Columbia) -0.0999407947592613199 +44240 cspg_html_3589404052 cspg_html_3589404052:713:78685:78701 Debolt Lacombe, Alberta -0.44714211768966694 +44241 cspg_html_5534161222 cspg_html_5534161222:558:58512:58528 Fernie Western Canadian Sedimentary Basin -0.704202531269695786 +44242 gsa_html_3484366946 gsa_html_3484366946:1138:107444:107455 Sadlerochit Anchorage, Alaska -0.457736710679965686 +44243 aapg_ah_273.html aapg_ah_273.html:92:10932:10941 Milwaukee Milwaukee -0.454041701910604445 +44244 aapg_ae_562.html aapg_ae_562.html:129:13119:13126 Kanawha Huntington, West Virginia -0.207205851494708382 +44245 geology_html_9906887454 geology_html_9906887454:53:4073:4085 Owens Valley Sierra Nevada (Spain) -0.477269506555081602 +44246 cspg_html_1064364469 cspg_html_1064364469:28:3302:3315 Turner Valley Colorado -0.0137248477945169315 +44247 aapg_ac_506.html aapg_ac_506.html:163:18252:18270 Onondaga Erie County, New York -0.465888175365361257 +44248 aapg_ai_156.html aapg_ai_156.html:262:24152:24167 Oread Toronto -0.0172889404553563421 +44249 aapg_aa_732.html aapg_aa_732.html:459:45898:45912 Stony Mountain Nassau, Bahamas -0.438839061514967266 +44250 aapg_ad_696.html aapg_ad_696.html:275:25938:25943 Yegua Houston County, Alabama -0.0583455963886906209 +44251 aapg_aa_877.html aapg_aa_877.html:977:113802:113816 Stony Mountain Nassau, Bahamas 0.107182615715707988 +44252 sedimentology_html_3694687055 sedimentology_html_3694687055:1750:77844:77867 Boulder Creek Canada 0.00403028171567929548 +44253 cspg_html_7939613278 cspg_html_7939613278:16:1746:1771 Mackenzie Canada -0.444625928203921772 +44254 aapg_ae_29.html aapg_ae_29.html:11:1740:1748 Catskill Pocono Raceway -0.00818929939777349181 +44255 gsa_html_5525079715 gsa_html_5525079715:738:67681:67691 Washington Seattle -0.451740527107044376 +44256 aapg_ad_3.html aapg_ad_3.html:125:10394:10411 Warrior Pennsylvania -0.438031460031225395 +44257 cspg_html_8588503765 cspg_html_8588503765:524:62870:62887 Cardium Lacombe, Alberta -0.473323971277166522 +44258 cspg_html_2161417858 cspg_html_2161417858:384:43255:43272 Exshaw Western Canadian Sedimentary Basin 0.537542696176740775 +44259 aapg_ah_978.html aapg_ah_978.html:172:18831:18848 San Joaquin Tulare, California -0.02660103319374214 +44260 palaios_html_8113714689 palaios_html_8113714689:440:44003:44011 Colorado Colorado -0.472501057082917231 +44261 cspg_html_6383234409 cspg_html_6383234409:492:51098:51108 Bird Fiord Ellesmere Island -0.284674622291229196 +44262 aapg_ah_603.html aapg_ah_603.html:96:7208:7252 Pine Island Shreveport, Louisiana -0.441517589995484405 +44263 aapg_af_854.html aapg_af_854.html:507:67260:67269 Jefferson West Point, New York -0.442548827459522287 +44264 cspg_html_8139359744 cspg_html_8139359744:468:61670:61678 Michigan Ontario, California -0.429008912224210892 +44265 aapg_ai_759.html aapg_ai_759.html:50:5370:5378 Michigan Huntington, West Virginia -0.0320063471843775108 +44266 aapg_ae_419.html aapg_ae_419.html:334:42433:42439 Sierra Coahuila -0.479772763003628699 +44267 sedimentology_html_2444875434 sedimentology_html_2444875434:1439:112204:112225 Buffalo Springs South African Republic -0.0411306079885422268 +44268 aapg_af_93.html aapg_af_93.html:219:25103:25119 Lehman Reno, Nevada -0.0435562539048757053 +44269 cspg_html_9894399778 cspg_html_9894399778:21:1736:1744 Vanguard Regina, Saskatchewan -0.0540873490612621827 +44270 aapg_aa_37.html aapg_aa_37.html:368:46469:46487 Moenkopi Logan, Utah 0.645528628031900142 +44271 aapg_ad_546.html aapg_ad_546.html:136:22881:22893 Indian Point York -0.465705253187009671 +44272 cspg_html_2749851978 cspg_html_2749851978:585:67643:67651 Columbia Victoria, British Columbia -0.450608983410958508 +44273 sedimentology_html_5613495298 sedimentology_html_5613495298:1395:76752:76760 Colorado West, Texas -0.536123580939976141 +44274 cspg_html_3516764931 cspg_html_3516764931:110:18859:18868 Gog Middle East -0.00756560119780054757 +44275 gsa_html_5564203929 gsa_html_5564203929:495:54898:54906 Columbia Victoria, British Columbia -0.435926993396556828 +44276 aapg_af_286.html aapg_af_286.html:339:43710:43730 Tuscaloosa Tuscaloosa, Alabama 0.00543048895720864636 +44277 aapg_af_436.html aapg_af_436.html:332:40788:40800 Huntersville Onondaga (tribe) -0.0130645631501062637 +44278 palaios_html_5898287170 palaios_html_5898287170:946:66201:66211 Las Palmas Spain -0.0573527510322950837 +44279 geology_html_2156393433 geology_html_2156393433:84:11226:11232 Oxford London, Ontario -0.0142635127702024425 +44280 aapg_ac_719.html aapg_ac_719.html:116:12102:12125 Poison Canyon Trinidad and Tobago -0.500316679369809947 +44281 geology_html_9734033201 geology_html_9734033201:389:27474:27482 Colorado Cheyenne, Wyoming -0.0321281154583834411 +44282 aapg_ae_876.html aapg_ae_876.html:498:54152:54160 Colorado Mancos, Colorado 0.000350909960469292584 +44283 gsa_html_3412344071 gsa_html_3412344071:775:68940:68968 Green River Colorado -0.00200123251374013846 +44284 gsa_html_9053175553 gsa_html_9053175553:241:31819:31838 Flagstaff Logan, Utah -0.271445784566468784 +44285 AMJC_html_6123772937 AMJC_html_6123772937:912:95361:95380 Littleton Portland, Maine -0.474918987556243288 +44286 aapg_ad_575.html aapg_ad_575.html:310:40120:40139 Minnelusa Cheyenne, Wyoming 0.29343663950547838 +44287 aapg_ae_71.html aapg_ae_71.html:132:11948:11954 Denver Colorado -0.459805657368256959 +44288 cspg_html_4623526246 cspg_html_4623526246:24:2529:2542 Parry Islands Bathurst Island (Northern Territory) -0.453572428394685367 +44289 cspg_html_8040890019 cspg_html_8040890019:859:82993:83001 Columbia Elmworth, Alberta -0.448821175971653663 +44290 gsa_html_1197940982 gsa_html_1197940982:925:88206:88231 Mehrten Sierra Nevada (Spain) -0.0222894098360483031 +44291 aapg_ae_425.html aapg_ae_425.html:60:7751:7761 Washington Washington (state) -0.46328736756315686 +44292 aapg_ad_734.html aapg_ad_734.html:357:35981:35998 Madison Great Falls (Missouri River) -0.535685912318529134 +44293 geology_html_1573138807 geology_html_1573138807:229:22100:22119 Salt Lake Boise, Idaho -0.0425531787403144943 +44294 gsa_html_8955900843 gsa_html_8955900843:15:536:546 Washington Earth -0.469070208322842297 +44295 aapg_ae_93.html aapg_ae_93.html:39:7369:7382 Elk Fernie, British Columbia -0.210321928870104369 +44296 aapg_ah_751.html aapg_ah_751.html:55:4371:4388 Eagle Central Texas -0.0203634553137257354 +44297 geology_html_1745354227 geology_html_1745354227:165:17856:17860 Bond Earth -0.462111625185478381 +44298 gsa_html_5670961546 gsa_html_5670961546:51:5379:5387 Colorado West, Texas -0.509045243574172801 +44299 aapg_ae_992.html aapg_ae_992.html:38:4181:4190 Popo Agie John Crow Mountains -0.0128838563321652909 +44300 aapg_ac_563.html aapg_ac_563.html:654:96876:96895 Woodbine Polk County, Florida -0.433403442682278373 +44301 aapg_ai_877.html aapg_ai_877.html:217:23445:23478 Lockport Dolomite Pennsylvania 0.00906492352307306827 +44302 aapg_ah_467.html aapg_ah_467.html:179:14497:14508 Belly River Milk River, Alberta -0.451767539383647998 +44303 aapg_af_16.html aapg_af_16.html:15:2178:2188 Wind River Powder River (Montana) -0.416220582820664042 +44304 palaios_html_8929618578 palaios_html_8929618578:550:35394:35403 Peninsula Italy -0.452882496357985831 +44305 aapg_ah_624.html aapg_ah_624.html:241:23374:23389 Davis Texas 0.750337394892057086 +44306 gsa_html_4159286899 gsa_html_4159286899:58:3822:3850 Green River Colorado -0.0378509909163746716 +44307 aapg_ai_957.html aapg_ai_957.html:193:21458:21468 Rio Grande Colorado -0.492342974330111982 +44308 palaios_html_6034217939 palaios_html_6034217939:60:7039:7047 Columbia Victoria, British Columbia -0.466842269540434285 +44309 aapg_ah_501.html aapg_ah_501.html:77:8054:8077 Comanche Peak Texas -0.0364256392683856012 +44310 aapg_af_461.html aapg_af_461.html:103:10270:10297 Salina Middle East -0.0260481030214056476 +44311 cspg_html_5484260516 cspg_html_5484260516:216:23269:23277 Columbia Victoria, British Columbia -0.446052041434467972 +44312 geology_html_1998691983 geology_html_1998691983:180:19246:19262 Elwren Bloomington, Indiana 0.0213750767447866766 +44313 aapg_ac_983.html aapg_ac_983.html:330:52950:52964 Iola Linn County, Oregon 0.19937608666849263 +44314 cspg_html_1159794850 cspg_html_1159794850:167:25810:25834 Detroit River Salina, Kansas -0.49293261121873766 +44315 aapg_ad_169.html aapg_ad_169.html:491:57396:57414 Maccrady Greenbrier (Great Smoky Mountains) 0.00736581097593620986 +44316 aapg_ac_535.html aapg_ac_535.html:525:51210:51226 Viking Lacombe, Alberta -0.462097962880594848 +44317 aapg_af_653.html aapg_af_653.html:440:52428:52438 Sespe Southern California -0.471349814541787038 +44318 gsa_html_8549650339 gsa_html_8549650339:386:39180:39200 Eagle Buda, Texas -0.494585786210081368 +44319 gsa_html_6589330144 gsa_html_6589330144:409:41250:41258 Loveland Mississippi River -0.451812561628617604 +44320 aapg_aa_801.html aapg_aa_801.html:21:2274:2289 Bream North Sea oil -0.0899516300729191892 +44321 aapg_ah_97.html aapg_ah_97.html:162:19364:19381 Potsdam Lake Champlain -0.41028649184882271 +44322 sedimentology_html_7782030865 sedimentology_html_7782030865:1654:79923:79935 Saskatchewan Canada -0.486513508857715604 +44323 gsa_html_6621461454 gsa_html_6621461454:59:4230:4258 Green River Iran -0.0120741642534044936 +44324 aapg_af_494.html aapg_af_494.html:121:13275:13290 Red Head Rapids Churchill River (Atlantic) -0.458180950614220484 +44325 aapg_af_785.html aapg_af_785.html:64:7205:7215 Sabinetown Rockdale, Texas -0.44505934010721393 +44326 aapg_ae_415.html aapg_ae_415.html:875:108928:108951 Chickasawhay Suwannee County, Florida -0.446146001135949044 +44327 aapg_ai_366.html aapg_ai_366.html:13:1778:1784 Lissie Beaumont, Texas -0.00472517057507792094 +44328 cspg_html_8353857977 cspg_html_8353857977:65:10003:10020 Forteau North Carolina -0.061529324598319661 +44329 aapg_ai_49.html aapg_ai_49.html:364:46340:46347 Madison Colorado -0.484079342907875299 +44330 sedimentology_html_3358647812 sedimentology_html_3358647812:1133:87241:87247 Denver Colorado -0.473663043482949409 +44331 cspg_html_8438548095 cspg_html_8438548095:297:28567:28590 Blood Reserve Drumheller -0.0074248793072545817 +44332 gsa_html_6668275476 gsa_html_6668275476:30:2438:2444 Denver Colorado -0.499182100648293381 +44333 cspg_html_7989435905 cspg_html_7989435905:253:27529:27537 Columbia Victoria, British Columbia -0.0358774797167535214 +44334 gsa_html_8003826422 gsa_html_8003826422:116:11944:11968 Morrison Sierra Nevada (Spain) -0.00344831630257747207 +44335 gsa_html_1617077506 gsa_html_1617077506:885:85985:85993 Columbia Victoria, British Columbia -0.464610795373413321 +44336 cspg_html_5559471308 cspg_html_5559471308:110:16437:16444 Bedford Bloomington, Indiana -0.455432903203822237 +44337 aapg_ac_741.html aapg_ac_741.html:155:18022:18034 Pierre Sharon Springs, Kansas -0.396855894428721101 +44338 aapg_af_854.html aapg_af_854.html:591:80284:80294 Keokuk Kinderhook (town), New York -0.0242746935922993796 +44339 gsa_html_3014459865 gsa_html_3014459865:284:32126:32145 Bridgeton Closter, New Jersey -0.0671048750369670766 +44340 aapg_ac_881.html aapg_ac_881.html:436:50937:50953 Gorman Texas -0.450649451770273157 +44341 gsa_html_5482737045 gsa_html_5482737045:78:5687:5715 Green River Colorado -0.0208414480796128843 +44342 sedimentology_html_3455721661 sedimentology_html_3455721661:44:3823:3840 Todilto Entrada Sandstone -0.441419648744354465 +44343 cspg_html_1481652369 cspg_html_1481652369:349:52383:52416 Windsor Bridgetown, Nova Scotia -0.471009336433766579 +44344 aapg_ac_634.html aapg_ac_634.html:301:34307:34326 San Andres Littlefield, Arizona -0.402633199444318191 +44345 cspg_html_9768299963 cspg_html_9768299963:309:32453:32479 Horseshoe Canyon Lacombe, Alberta -0.489400926759743782 +44346 sedimentology_html_3296239633 sedimentology_html_3296239633:101:12709:12714 Bluff Logan, Utah -0.070230405725123346 +44347 gsa_html_6982030333 gsa_html_6982030333:173:20032:20045 Nelson Salem, Oregon -0.444094495043231396 +44348 cspg_html_1019614994 cspg_html_1019614994:345:54768:54788 Lodgepole Regina, Saskatchewan -0.455184317280275863 +44349 aapg_af_6.html aapg_af_6.html:75:7523:7531 Woodbine Illinois -0.466759861116235797 +44350 aapg_ai_504.html aapg_ai_504.html:192:19275:19281 Ashern Winnipeg 0.647717471154795166 +44351 aapg_ai_293.html aapg_ai_293.html:83:7373:7387 Lisburne Northwest Arctic Borough, Alaska -0.456344217050148659 +44352 aapg_ad_350.html aapg_ad_350.html:427:46188:46200 Huntersville Randolph County, Indiana -0.0518694268078037299 +44353 cspg_html_5949578130 cspg_html_5949578130:673:88710:88730 Swan Hills Canada -0.0120637391733475121 +44354 cspg_html_4132771434 cspg_html_4132771434:99:15049:15057 Columbia Victoria, British Columbia -0.0345376534934891677 +44355 aapg_ah_757.html aapg_ah_757.html:1048:62703:62708 Uinta Logan, Utah -0.402259124018416014 +44356 aapg_af_694.html aapg_af_694.html:98:10245:10253 Carlsbad Lea County Regional Airport -0.470200080639580853 +44357 aapg_ah_371.html aapg_ah_371.html:100:7798:7809 Summerville Tuscaloosa, Alabama -0.475085351012185853 +44358 aapg_ad_973.html aapg_ad_973.html:4:430:437 Yucatan Campeche, Campeche -0.0407754352992212923 +44359 aapg_aa_622.html aapg_aa_622.html:161:19796:19813 Wingate Arizona -0.0799545846423326267 +44360 cspg_html_5360570542 cspg_html_5360570542:286:28830:28845 Bluff Grand Cayman -0.030023437417361392 +44361 aapg_ad_747.html aapg_ad_747.html:26:4193:4199 Sierra Venezuela -0.510880169431746856 +44362 aapg_ae_369.html aapg_ae_369.html:63:7852:7857 Eutaw Tuscaloosa, Alabama -0.439098796420780313 +44363 aapg_ae_993.html aapg_ae_993.html:51:6552:6559 Maywood Cheyenne, Wyoming -0.45995556917210767 +44364 aapg_ad_930.html aapg_ad_930.html:14:2036:2057 Green River Cheyenne, Wyoming -0.474133810779439169 +44365 aapg_ae_370.html aapg_ae_370.html:519:50032:50056 Scappoose Scappoose, Oregon -0.0200262605794136288 +44366 cspg_html_8363357104 cspg_html_8363357104:21:2097:2108 Survey Peak Logan, Utah -0.00806073698202901257 +44367 aapg_ah_877.html aapg_ah_877.html:958:94012:94020 Woodford San Onofre Nuclear Generating Station -0.476449805414249639 +44368 aapg_ah_131.html aapg_ah_131.html:19:1988:1995 Rodessa Rodessa, Louisiana -0.0177825001131117176 +44369 aapg_ah_69.html aapg_ah_69.html:195:20592:20612 Waynesboro Pennsylvania -0.458103872838477311 +44370 aapg_aa_77.html aapg_aa_77.html:77:7994:8023 Aux Vases Spencer County, Kentucky -0.0433629440146906728 +44371 aapg_ad_250.html aapg_ad_250.html:36:3099:3114 Salem Daviess County, Missouri -0.480904968568341529 +44372 aapg_af_854.html aapg_af_854.html:626:86612:86618 Warsaw Salem, Massachusetts -0.0060576376426468119 +44373 gsa_html_3151431803 gsa_html_3151431803:564:52583:52600 Wingate Earth 0.747921718703284388 +44374 cspg_html_4103411715 cspg_html_4103411715:451:47840:47854 Colorado Canada -0.465595518002078101 +44375 aapg_ae_741.html aapg_ae_741.html:238:26388:26405 Shublik Anchorage, Alaska 0.00311824777620780874 +44376 gsa_html_4591711448 gsa_html_4591711448:530:55824:55841 Conant Creek Tuff Elkhorn, Manitoba -0.443688311537407287 +44377 aapg_ai_31.html aapg_ai_31.html:442:42566:42575 Catahoula Texas -0.434518537443352337 +44378 aapg_ad_466.html aapg_ad_466.html:1119:120207:120218 Shark River Manasquan, New Jersey -0.452909542628234352 +44379 aapg_ae_95.html aapg_ae_95.html:128:20581:20602 Lizard Springs Trinidad and Tobago -0.0633942422333909211 +44380 gsa_html_6350949088 gsa_html_6350949088:828:72998:73026 Green River Colorado -0.0457474052838692941 +44381 cspg_html_2492063773 cspg_html_2492063773:32:4174:4190 Spray Qualicum River -0.0477283018758572417 +44382 gsa_html_3046135825 gsa_html_3046135825:175:19094:19102 Colorado Denver -0.448408411516637184 +44383 sedimentology_html_9634338365 sedimentology_html_9634338365:1244:92680:92708 Sekwi Canada -0.028972971193404428 +44384 aapg_ae_844.html aapg_ae_844.html:61:4991:5000 Mesaverde Wasatch Range 0.203208966196935986 +44385 aapg_ae_267.html aapg_ae_267.html:76:7221:7235 Bedford Hyndman, Pennsylvania -0.0750376425900441402 +44386 aapg_ah_387.html aapg_ah_387.html:2817:304560:304569 Knoxville Knoxville, Illinois -0.49743685420806627 +44387 cspg_html_1124814558 cspg_html_1124814558:34:4821:4844 Grand Rapids Clearwater, Florida -0.470236848829719556 +44388 aapg_ah_612.html aapg_ah_612.html:98:8557:8565 Columbia Victoria, British Columbia -0.439391917689554934 +44389 aapg_ac_867.html aapg_ac_867.html:549:76080:76090 Phosphoria Cheyenne, Wyoming -0.425273299831302687 +44390 aapg_aa_114.html aapg_aa_114.html:243:27487:27494 La Boca Mexico -0.13932308509029645 +44391 geology_html_2835786525 geology_html_2835786525:12:646:653 Newport Salem, Oregon -0.0551773863969227188 +44392 aapg_ac_741.html aapg_ac_741.html:78:9022:9040 Niobrara Black Hills -0.444719742349094338 +44393 aapg_aa_732.html aapg_aa_732.html:308:38715:38755 Madison Cheyenne, Wyoming -0.0111741448327348745 +44394 aapg_ad_921.html aapg_ad_921.html:124:14348:14366 Fairview Western world -0.486857796887406991 +44395 aapg_ac_333.html aapg_ac_333.html:241:30800:30816 Hermosa Colorado -0.512523518638323461 +44396 aapg_af_767.html aapg_af_767.html:823:89170:89174 Dunn North Sea oil -0.442720440658756875 +44397 jgeology_html_8406118991 jgeology_html_8406118991:526:48802:48828 Descon Anchorage, Alaska -0.487565545428885583 +44398 geology_html_1186396673 geology_html_1186396673:335:27601:27610 San Diego California -0.457840951353905012 +44399 aapg_af_575.html aapg_af_575.html:803:112605:112623 Seminole Holdenville, Oklahoma -0.455347020329573748 +44400 aapg_ac_629.html aapg_ac_629.html:634:75812:75822 Citronelle Mississippi River -0.448282824521055501 +44401 aapg_ac_730.html aapg_ac_730.html:162:23339:23348 Greenhorn Mancos, Colorado -0.48003533972520751 +44402 aapg_aa_712.html aapg_aa_712.html:9:1562:1580 Glenwood Platteville, Colorado -0.450707909241451543 +44403 gsa_html_3010975239 gsa_html_3010975239:26:1877:1885 Michigan Saginaw, Michigan -0.440620923452583413 +44404 cspg_html_6644065685 cspg_html_6644065685:314:32652:32671 Hecla Bay Banks Island -0.501760319671297306 +44405 jgeology_html_4338425861 jgeology_html_4338425861:86:3291:3300 Extension Antarctica -0.0508147576234257159 +44406 aapg_ai_533.html aapg_ai_533.html:129:13700:13708 Winnipeg Winnipeg -0.237205075947265254 +44407 aapg_ad_596.html aapg_ad_596.html:327:44436:44455 Lodgepole Manitoba 0.731248415402200758 +44408 cspg_html_5272711466 cspg_html_5272711466:279:33212:33224 Cooking Lake Edmonton, London -0.0896408515668001005 +44409 aapg_aa_588.html aapg_aa_588.html:153:15256:15262 Sierra Isle of Pines, New Caledonia -0.0590261932947709553 +44410 aapg_ai_107.html aapg_ai_107.html:267:27996:28005 Smackover Bossier City, Louisiana -0.437960495533138761 +44411 aapg_ad_800.html aapg_ad_800.html:117:14136:14146 Mooreville Alabama -0.0517421611604156687 +44412 gsa_html_8236729701 gsa_html_8236729701:194:20572:20592 Chatsworth California -0.462348471732962063 +44413 gsa_html_6608619586 gsa_html_6608619586:646:57011:57027 Oregon Salem, Oregon -0.466842269540434285 +44414 aapg_ad_758.html aapg_ad_758.html:441:55557:55566 Conemaugh Allegheny Mountains -0.0199532604557582163 +44415 aapg_ae_871.html aapg_ae_871.html:328:50297:50316 Okpikruak Anchorage, Alaska -0.427988056850810095 +44416 gsa_html_9770197872 gsa_html_9770197872:14:547:557 Washington Washington (state) -0.427843250012949428 +44417 aapg_ae_322.html aapg_ae_322.html:25:3866:3876 Pittsburgh Pennsylvania -0.0515259889792163556 +44418 aapg_ae_863.html aapg_ae_863.html:3:313:329 Modelo California -0.0366623139169080098 +44419 aapg_ad_580.html aapg_ad_580.html:472:61946:61967 Green River Logan, Utah -0.231190993706623604 +44420 aapg_ac_882.html aapg_ac_882.html:364:35172:35190 Fairview Ohio -0.418507876495596065 +44421 aapg_ae_876.html aapg_ae_876.html:52:6339:6351 Burro Canyon Western world 0.0344419579813943499 +44422 gsa_html_8821895687 gsa_html_8821895687:22:968:976 Colorado Denver -0.491084883288990137 +44423 gsa_html_9296779210 gsa_html_9296779210:788:68747:68755 Colorado Colorado -0.124919989620964719 +44424 cspg_html_1114211412 cspg_html_1114211412:208:28520:28526 Wapiti Lacombe, Alberta -0.440467486742992853 +44425 cspg_html_7278001817 cspg_html_7278001817:102:14870:14887 Montney Victoria, British Columbia -0.424479393833646412 +44426 palaios_html_4963986509 palaios_html_4963986509:432:47961:47967 Moscow Central Asia -0.460091874413590562 +44427 aapg_af_354.html aapg_af_354.html:51:7461:7466 Sespe Santa Monica Mountains -0.4847520804564589 +44428 palaios_html_7995532398 palaios_html_7995532398:598:66684:66694 Washington Washington (state) -0.465561228542891226 +44429 aapg_ac_634.html aapg_ac_634.html:276:32272:32280 Wolfcamp Beaver County, Pennsylvania -0.0285868941347483252 +44430 aapg_ac_364.html aapg_ac_364.html:71:9034:9042 Sundance Black Hills 0.0675942151772614824 +44431 aapg_ai_153.html aapg_ai_153.html:87:14880:14891 Monongahela Pottsville, Pennsylvania -0.0093950246056262298 +44432 geology_html_3976121515 geology_html_3976121515:83:10142:10149 Bentley Antarctica -0.476033304431228654 +44433 cspg_html_2863271815 cspg_html_2863271815:202:24158:24174 Guelph Lockport (city), New York -0.464405306663695727 +44434 aapg_ai_337.html aapg_ai_337.html:683:70929:70935 Salina Michigan 1.2018310428311918 +44435 aapg_ac_894.html aapg_ac_894.html:65:5361:5370 Oil Creek Cooke County, Texas -0.0247962629365806077 +44436 aapg_af_92.html aapg_af_92.html:54:5268:5295 Prospect Great Basin -0.43911211811260753 +44437 sedimentology_html_9603159224 sedimentology_html_9603159224:1533:102430:102447 Basal Canada -0.477142101104954475 +44438 palaios_html_5725013009 palaios_html_5725013009:655:49067:49100 Morrison Logan, Utah 1.09263533824449 +44439 aapg_af_85.html aapg_af_85.html:7:1092:1104 Saskatchewan Lacombe, Alberta -0.0250466225487357037 +44440 sedimentology_html_2265212258 sedimentology_html_2265212258:562:44155:44164 Lockatong Passaic, New Jersey -0.501602970255366709 +44441 aapg_ae_24.html aapg_ae_24.html:182:18197:18209 Rhode Island Flint, Michigan 0.00277949417154689906 +44442 aapg_ac_961.html aapg_ac_961.html:552:58274:58292 Savanna McAlester, Oklahoma 0.00815629009485507872 +44443 aapg_aa_259.html aapg_aa_259.html:174:14411:14444 Medicine Hat Lacombe, Alberta -0.0526051706223679347 +44444 cspg_html_4326384800 cspg_html_4326384800:187:25032:25037 Nisku Lacombe, Alberta -0.473157943062676001 +44445 sedimentology_html_8041322681 sedimentology_html_8041322681:734:54431:54435 Bond Bering Sea -0.463396817899322633 +44446 gsa_html_2369540133 gsa_html_2369540133:702:60291:60325 Sanctuary Melbourne, Florida -0.00877304685539758919 +44447 aapg_ae_233.html aapg_ae_233.html:71:8530:8540 Sunderland Pamlico County, North Carolina -0.0262532758817809256 +44448 palaios_html_8399043689 palaios_html_8399043689:112:13594:13602 Montreal Quebec City -0.0323768745751979448 +44449 aapg_ae_981.html aapg_ae_981.html:445:38936:38952 Laurel Bainbridge, Georgia -0.461046592969278191 +44450 jgeology_html_4631584276 jgeology_html_4631584276:91:3509:3520 Main Street Texas -0.435661502416701596 +44451 aapg_ad_0.html aapg_ad_0.html:264:22560:22571 Utica Michigan -0.447276508327869859 +44452 aapg_ad_683.html aapg_ad_683.html:493:49887:49902 Supai Supai, Arizona -0.44844429668252761 +44453 aapg_ad_443.html aapg_ad_443.html:93:13771:13786 Conasauga Sand Mountain (Nevada) -0.226323957444013013 +44454 aapg_af_14.html aapg_af_14.html:489:43285:43305 Fort Union Fort Union Trading Post National Historic Site -0.00473211949273434716 +44455 gsa_html_6457388516 gsa_html_6457388516:9:359:368 Eel River California -0.026183725432627869 +44456 aapg_ae_795.html aapg_ae_795.html:245:30141:30156 Molas Colorado -0.0258220684876826687 +44457 gsa_html_2023933346 gsa_html_2023933346:109:10926:10945 Silverado Santiago -0.451767539383647998 +44458 aapg_ad_653.html aapg_ad_653.html:318:39251:39267 Seabee Anchorage, Alaska -0.449467616590735308 +44459 cspg_html_8145657505 cspg_html_8145657505:369:53459:53479 Swan Hills Lacombe, Alberta -0.45837367399533685 +44460 aapg_ac_26.html aapg_ac_26.html:76:8681:8686 Yukon Canada 0.0259472564108895534 +44461 aapg_ai_696.html aapg_ai_696.html:55:7080:7103 Arcturus Gold Hill, Colorado 0.0145398000042282032 +44462 cspg_html_9689514766 cspg_html_9689514766:286:34503:34538 Black River Ontario, California -0.460091874413590562 +44463 sedimentology_html_7185034547 sedimentology_html_7185034547:1182:49904:49922 Monterey Compton, California -0.446011775932438015 +44464 aapg_ai_592.html aapg_ai_592.html:41:6146:6167 Green River Wasatch Range 0.701594605685778028 +44465 sedimentology_html_2041096405 sedimentology_html_2041096405:618:52595:52611 Guelph Michigan Basin -0.456371367070690814 +44466 gsa_html_9052101586 gsa_html_9052101586:519:64564:64575 Peoria Peoria, Illinois -0.398323737082098672 +44467 aapg_ae_999.html aapg_ae_999.html:502:66474:66495 Hattiesburg Charleston, South Carolina 0.326215860006276559 +44468 aapg_ah_505.html aapg_ah_505.html:1707:140905:140934 Morrison Colorado -0.39369765181059535 +44469 gsa_html_1616304153 gsa_html_1616304153:860:79995:80002 Madison Wisconsin -0.459819284677136619 +44470 aapg_ac_65.html aapg_ac_65.html:820:68096:68113 Minturn Colorado -0.105070252198299519 +44471 gsa_html_8774590177 gsa_html_8774590177:405:43664:43686 Whitehall Shoreham Nuclear Power Plant -0.494609426466897539 +44472 cspg_html_9439353033 cspg_html_9439353033:427:41580:41603 Willow Creek Lacombe, Alberta -0.445989406971527558 +44473 gsa_html_4438819447 gsa_html_4438819447:628:63157:63187 Boulder Creek Canada -0.447168994241326834 +44474 aapg_ac_415.html aapg_ac_415.html:64:8497:8505 Virginia Reston, Virginia -0.481989744615225701 +44475 gsa_html_2832151886 gsa_html_2832151886:103:9872:9895 Belle Fourche Lacombe, Alberta -0.456518443898076276 +44476 cspg_html_2284073413 cspg_html_2284073413:209:26071:26094 Grand Rapids Clearwater, Florida -0.0649348100920485449 +44477 aapg_af_695.html aapg_af_695.html:166:17040:17061 Georgetown Buda, Texas -0.486419849038802532 +44478 aapg_ac_841.html aapg_ac_841.html:1031:107254:107263 San Pedro Concordia, Kansas -0.0180709945054990453 +44479 sedimentology_html_6545837405 sedimentology_html_6545837405:1519:107774:107801 Yakataga Anchorage, Alaska -0.480807266046245518 +44480 cspg_html_4270552951 cspg_html_4270552951:182:26535:26543 Niobrara Niobrara, Nebraska -0.485088647253059335 +44481 geology_html_5989851838 geology_html_5989851838:13:770:797 Bedford The Bronx -0.0296755913479795769 +44482 aapg_aa_696.html aapg_aa_696.html:683:74907:74915 Colorado Denver -0.0463867446356681576 +44483 gsa_html_5952049575 gsa_html_5952049575:787:78177:78185 Colorado Florissant, Colorado -0.527533808118824665 +44484 gsa_html_2877730818 gsa_html_2877730818:1020:84786:84804 Stirling Quartzite California 0.284527907853002804 +44485 aapg_ac_333.html aapg_ac_333.html:1411:162496:162504 Colorado New Mexico -0.469302035375975646 +44486 aapg_ac_563.html aapg_ac_563.html:70:11519:11537 La Boca El Salvador -0.0633034276252869288 +44487 cspg_html_3156423351 cspg_html_3156423351:6:474:482 Kootenay Lacombe, Alberta -0.033773852470743819 +44488 cspg_html_4298557570 cspg_html_4298557570:34:4956:4974 Edmonton Edmonton, London -0.0378527313954509156 +44489 cspg_html_1019614994 cspg_html_1019614994:193:30175:30190 Banff Lacombe, Alberta -0.45896570683289678 +44490 aapg_ah_881.html aapg_ah_881.html:119:14145:14167 Chuckanut Cascade Mountain (Alberta) -0.0481395257140627003 +44491 aapg_ae_59.html aapg_ae_59.html:414:38971:38979 Colorado Colorado -0.0738634110893698348 +44492 AMJC_html_6064451271 AMJC_html_6064451271:602:67728:67736 Monterey California -0.037441986726546049 +44493 cspg_html_1948505826 cspg_html_1948505826:48:5752:5760 Edmonton Lacombe, Alberta -0.502700266635245141 +44494 aapg_ae_875.html aapg_ae_875.html:372:42647:42662 Coamo Corozal Town -0.472501057082917231 +44495 aapg_af_641.html aapg_af_641.html:167:6109:6128 Smackover Ouachita County, Arkansas -0.4597965726108596 +44496 aapg_af_779.html aapg_af_779.html:70:9667:9675 Red Rock Michigan -0.463478914486847693 +44497 aapg_ae_474.html aapg_ae_474.html:1445:153837:153853 Bethel Illinois -0.49285239645366713 +44498 gsa_html_7999545108 gsa_html_7999545108:191:21209:21226 Onaping Sudbury, Suffolk -0.114114087869449349 +44499 cspg_html_6795586308 cspg_html_6795586308:10:1005:1013 Columbia Victoria, British Columbia -0.0317923859746223822 +44500 geology_html_4330731509 geology_html_4330731509:197:20631:20642 Green River Logan, Utah -0.46853104470756296 +44501 sedimentology_html_3417381350 sedimentology_html_3417381350:1362:100681:100699 Monterey San Luis Obispo, California 0.970703935189769052 +44502 aapg_aa_777.html aapg_aa_777.html:188:20516:20559 Weber Weber River -0.419862392479243229 +44503 aapg_ai_1.html aapg_ai_1.html:198:17876:17893 Hermosa Hermosa, Chicago -0.445338708488509594 +44504 gsa_html_8010927234 gsa_html_8010927234:336:26898:26921 Perry Rangeley, Maine -0.486483068290992582 +44505 cspg_html_5484260516 cspg_html_5484260516:989:78195:78210 Banff Lacombe, Alberta -0.473413916391550615 +44506 cspg_html_7507054827 cspg_html_7507054827:447:41432:41440 Pine Key Melbourne, Florida -0.479586916180102352 +44507 aapg_ae_376.html aapg_ae_376.html:4:680:697 Annona East Texas -0.243391603658689781 +44508 sedimentology_html_4278388483 sedimentology_html_4278388483:136:11718:11727 Red River Gainesville, Georgia 0.010743256116110083 +44509 palaios_html_7484609556 palaios_html_7484609556:13:577:585 Michigan Michigan -0.415503384469422588 +44510 cspg_html_6021605367 cspg_html_6021605367:29:3290:3303 Wabamun Lacombe, Alberta -0.434540631888912565 +44511 aapg_ai_491.html aapg_ai_491.html:439:55498:55504 Gothic Colorado -0.443692774120845845 +44512 gsa_html_7715952024 gsa_html_7715952024:70:7909:7980 Sierra Fort Stockton, Texas -0.47254944238616009 +44513 geology_html_5621225990 geology_html_5621225990:269:23002:23026 Judith River Lacombe, Alberta 0.369765070905528459 +44514 aapg_ah_779.html aapg_ah_779.html:387:72172:72180 Coeymans New Scotland, New York -0.0300077841382245594 +44515 aapg_aa_287.html aapg_aa_287.html:320:39936:39942 Viking Canada -0.48715769815048382 +44516 aapg_ai_411.html aapg_ai_411.html:59:4898:4904 Denver Golden, Colorado -0.037441986726546049 +44517 palaios_html_3043956997 palaios_html_3043956997:86:10237:10244 Halifax France -0.441860465923672896 +44518 AMJC_html_6336294256 AMJC_html_6336294256:1844:233524:233531 Madison Wisconsin -0.0243616205908490056 +44519 aapg_aa_702.html aapg_aa_702.html:322:83987:84004 Salina Michigan 0.744335807785937886 +44520 gsa_html_2717448156 gsa_html_2717448156:16:709:715 Denver Colorado -0.0489184707849899883 +44521 gsa_html_3436154175 gsa_html_3436154175:805:68456:68467 Green River Cheyenne, Wyoming -0.18954452569070851 +44522 gsa_html_4308966435 gsa_html_4308966435:867:90598:90608 Washington Salem, Oregon -0.460946527021081187 +44523 aapg_af_890.html aapg_af_890.html:287:28562:28575 Tecovas Lea County Regional Airport -0.435880527044409383 +44524 aapg_aa_159.html aapg_aa_159.html:528:51859:51879 Maravillas Texas -0.461026124022890449 +44525 cspg_html_8089302449 cspg_html_8089302449:262:44654:44674 Traverse Iowa -0.0369459826157555529 +44526 sedimentology_html_7107892700 sedimentology_html_7107892700:520:45253:45260 Magothy Bass River Township, New Jersey -0.0751986612880255756 +44527 cspg_html_9771826320 cspg_html_9771826320:1157:144662:144674 Eureka Sound District Council of Franklin Harbour 0.904605177777358382 +44528 aapg_ac_569.html aapg_ac_569.html:352:49915:49935 Otto Fiord Canada -0.0800439343940866355 +44529 aapg_ai_595.html aapg_ai_595.html:98:7534:7547 Rodessa Goodland, Kansas -0.473903010792736112 +44530 geology_html_2782380458 geology_html_2782380458:244:22781:22787 Morgan Hawaii (island) -0.0246554374675200805 +44531 aapg_aa_674.html aapg_aa_674.html:116:11466:11481 Tyler Powder River (Montana) -0.0541274593989565511 +44532 gsa_html_8271829751 gsa_html_8271829751:626:54031:54043 Owens Valley California -0.00280034052174977849 +44533 aapg_ad_567.html aapg_ad_567.html:93:16994:17005 Mowry Powder River Basin 0.702552877834926148 +44534 palaios_html_7765531315 palaios_html_7765531315:567:56674:56683 Fullerton Great Basin -0.0264132431935258684 +44535 geology_html_8611700372 geology_html_8611700372:220:21394:21404 Washington Newhall, Derbyshire -0.0658153170866257325 +44536 gsa_html_5107598462 gsa_html_5107598462:525:49459:49473 Salina Salina, Kansas -0.0866448442113197659 +44537 gsa_html_2794002141 gsa_html_2794002141:1529:81702:81730 Green River Iran 0.00291152111123599983 +44538 cspg_html_3354282978 cspg_html_3354282978:985:103291:103309 Duvernay Lacombe, Alberta -0.419958128211776138 +44539 aapg_ad_351.html aapg_ad_351.html:640:54168:54180 Reeds Spring Missouri River 0.356685598803992088 +44540 aapg_ad_732.html aapg_ad_732.html:785:99717:99723 Merced Santa Paula, California -0.441740222253796999 +44541 aapg_ae_113.html aapg_ae_113.html:165:19639:19657 Read Bay Little Cornwallis Island -0.0263019613963844621 +44542 aapg_ae_223.html aapg_ae_223.html:421:51785:51802 Wasatch Wasatch Range -0.445408004975414329 +44543 aapg_ac_806.html aapg_ac_806.html:80:7055:7063 Michigan Wisconsin -0.0696009609044018346 +44544 gsa_html_6143207195 gsa_html_6143207195:25:1133:1141 Colorado Denver -0.471589148494391819 +44545 aapg_ac_719.html aapg_ac_719.html:178:21116:21124 Colorado Turkey Creek, Louisiana -0.0909069351524866981 +44546 aapg_ac_126.html aapg_ac_126.html:168:24382:24403 Haynesville Haynesville, Louisiana -0.0161923738037419891 +44547 gsa_html_1130947011 gsa_html_1130947011:80:9200:9212 Galena Iowa -0.0525371721949112538 +44548 cspg_html_7665357428 cspg_html_7665357428:168:17754:17762 Colorado Denver -0.057382412068765952 +44549 gsa_html_9053175553 gsa_html_9053175553:32:3096:3115 Flagstaff Flagstaff, Arizona -0.499246281017071747 +44550 geology_html_8437329166 geology_html_8437329166:319:23657:23663 Walker California -0.0862343054184688818 +44551 sedimentology_html_6714245905 sedimentology_html_6714245905:696:50903:50921 Frontier Cheyenne, Wyoming -0.468696200218799319 +44552 aapg_af_854.html aapg_af_854.html:1139:161264:161275 Tar Springs Vienna 0.0238192040271524609 +44553 gsa_html_4216613284 gsa_html_4216613284:365:44826:44834 Colorado Denver -0.481945488841025893 +44554 gsa_html_5001395565 gsa_html_5001395565:76:6211:6239 Green River Colorado -0.000889435409818231594 +44555 jgeology_html_4305195651 jgeology_html_4305195651:569:69368:69374 Pocono Catskill Mountains -0.0131166903262873984 +44556 aapg_ac_217.html aapg_ac_217.html:62:7969:7984 Hueco Sugarloaf Mountain (Florida) -0.0102706745632111761 +44557 geology_html_7820977853 geology_html_7820977853:12:611:619 Victoria Victoria, British Columbia -0.440425240506611693 +44558 cspg_html_4319383223 cspg_html_4319383223:479:59779:59810 Charlie Lake Victoria, British Columbia -0.483897233884893974 +44559 gsa_html_2729737430 gsa_html_2729737430:456:48179:48197 Teewinot Grand Valley (Colorado) -0.465641239344597002 +44560 cspg_html_2834693711 cspg_html_2834693711:305:42082:42091 Karmutsen Atchison, Kansas -0.488956974601549299 +44561 AMJC_html_4986321644 AMJC_html_4986321644:350:58158:58168 Laurentian Piedmont (United States) -0.00846727342264548197 +44562 jgeology_html_8945102252 jgeology_html_8945102252:836:56907:56915 Purisima Mexico 0.0201062134203886071 +44563 sedimentology_html_2258839384 sedimentology_html_2258839384:484:41377:41381 Maya Los Angeles -0.062405834152056347 +44564 cspg_html_9228109535 cspg_html_9228109535:118:18793:18813 Leduc Lacombe, Alberta -0.463478914486847693 +44565 sedimentology_html_8384737970 sedimentology_html_8384737970:36:2566:2572 Carmel Logan, Utah -0.4784100389871494 +44566 palaios_html_5941305386 palaios_html_5941305386:623:76833:76839 Chinle Parrish, Florida -0.434757184965269161 +44567 gsa_html_4891459463 gsa_html_4891459463:1200:113355:113368 Santa Barbara Ventura County, California -0.0397187025652964501 +44568 cspg_html_8809756626 cspg_html_8809756626:34:8073:8088 Leduc Lacombe, Alberta -0.431080339422081793 +44569 aapg_ac_668.html aapg_ac_668.html:66:6876:6881 Logan Cheyenne, Wyoming -0.0368380831673493919 +44570 aapg_ac_765.html aapg_ac_765.html:33:7117:7133 Chinle Logan, Utah -0.368746379805910462 +44571 aapg_ae_916.html aapg_ae_916.html:705:84216:84234 Cloverly Colorado -0.455211432419709627 +44572 geology_html_3117966752 geology_html_3117966752:35:2590:2599 Peninsula Korea -0.508804742928565479 +44573 aapg_ak_40.html aapg_ak_40.html:128:14148:14178 Eagle Williston, Vermont -0.0122896166911195832 +44574 aapg_ai_535.html aapg_ai_535.html:25:2350:2358 Beaufort Arctic -0.0173254356777415887 +44575 aapg_ai_364.html aapg_ai_364.html:47:6513:6522 Pottsville Pottsville, Pennsylvania -0.0170265242171895904 +44576 aapg_ac_328.html aapg_ac_328.html:106:11748:11761 Madison Cheyenne, Wyoming -0.0715944562659604766 +44577 cspg_html_8250500468 cspg_html_8250500468:583:58856:58874 Dunvegan Lacombe, Alberta -0.0219799913092776147 +44578 sedimentology_html_6714245905 sedimentology_html_6714245905:292:26615:26633 Niobrara Colorado 0.402462176231775548 +44579 aapg_aa_484.html aapg_aa_484.html:330:31377:31387 Pittsburgh Atoka, Oklahoma -0.0967419446549319523 +44580 cspg_html_5438428738 cspg_html_5438428738:398:53696:53719 Cypress Regina, Saskatchewan -0.455184317280275863 +44581 cspg_html_6566356550 cspg_html_6566356550:9:994:1013 Grayling Canada -0.464656465989479628 +44582 aapg_af_12.html aapg_af_12.html:211:17202:17207 Logan Colorado -0.450784359288809666 +44583 aapg_ae_180.html aapg_ae_180.html:87:10551:10572 Price North Horn Formation -0.470510360514459824 +44584 aapg_ai_468.html aapg_ai_468.html:259:32046:32053 Schuler Alabama -0.441740222253796999 +44585 aapg_ac_730.html aapg_ac_730.html:300:41380:41386 Dakota Mancos, Colorado 1.25519916313202562 +44586 cspg_html_2049168857 cspg_html_2049168857:434:42021:42039 Montney Victoria, British Columbia -0.0479199713331230001 +44587 aapg_ai_409.html aapg_ai_409.html:230:26392:26405 Pleasant Hill Blue Lake (South Australia) -0.072565244885876623 +44588 gsa_html_1538463681 gsa_html_1538463681:724:64976:64995 Glance Conglomerate Arizona -0.0418723365935778427 +44589 AMJC_html_4299960498 AMJC_html_4299960498:539:68110:68130 Ellensburg Washington (state) -0.498070421610056713 +44590 aapg_ah_221.html aapg_ah_221.html:97:9744:9753 Red River Bowman County, North Dakota -0.453739353605666973 +44591 aapg_aa_346.html aapg_aa_346.html:218:20660:20680 Fort Payne Chattanooga, Tennessee -0.406173524207266823 +44592 aapg_af_860.html aapg_af_860.html:134:12025:12036 Sparta Shreveport, Louisiana 0.0494064405455096889 +44593 aapg_ae_981.html aapg_ae_981.html:201:16324:16362 Bainbridge Knoxville, Tennessee -0.0161923738037419891 +44594 aapg_ai_515.html aapg_ai_515.html:277:29909:29920 Green River Wasatch Range 0.0285086366528335168 +44595 aapg_aa_610.html aapg_aa_610.html:216:22645:22664 Niobrara Niobrara, Nebraska -0.39871978051781376 +44596 aapg_ad_440.html aapg_ad_440.html:894:86883:86893 Greenbrier Logan County, West Virginia -0.0160255473539090525 +44597 AMJC_html_8213961972 AMJC_html_8213961972:74:9008:9027 Victoria Western world -0.480611894173340604 +44598 cspg_html_3233680622 cspg_html_3233680622:969:98652:98684 Eureka Sound Canada -0.0619012146639673771 +44599 aapg_ac_71.html aapg_ac_71.html:578:68444:68471 Navajo Logan, Utah -0.0588307324533976356 +44600 palaios_html_2399848899 palaios_html_2399848899:629:55062:55067 Eutaw Alabama -0.208869923851703609 +44601 gsa_html_4719798013 gsa_html_4719798013:323:31723:31748 Blackwater Draw Muleshoe National Wildlife Refuge -0.491056633019370192 +44602 cspg_html_5484260516 cspg_html_5484260516:98:11625:11641 Banff Lacombe, Alberta -0.438007065376213589 +44603 cspg_html_5976982403 cspg_html_5976982403:11:1570:1578 Sheppard Whitefish (fisheries term) -0.0312427146313614852 +44604 aapg_ai_105.html aapg_ai_105.html:336:39971:39977 Humbug Uinta Mountains -0.00910662035546105052 +44605 sedimentology_html_2898428289 sedimentology_html_2898428289:1378:72661:72680 Keg River Regina, Saskatchewan -0.0292651452152505043 +44606 aapg_ai_87.html aapg_ai_87.html:222:21351:21363 Exshaw Mississippian culture -0.13611688969285024 +44607 aapg_ah_198.html aapg_ah_198.html:531:68237:68255 Monterey California -0.453423575097804177 +44608 cspg_html_5345848475 cspg_html_5345848475:988:98132:98162 Colorado Regina, Saskatchewan -0.452003931056544739 +44609 palaios_html_5212272868 palaios_html_5212272868:35:3586:3594 Colorado Pueblo, Colorado -0.497038450035218293 +44610 aapg_af_394.html aapg_af_394.html:536:58128:58146 Frontier Cheyenne, Wyoming -0.0353397890519404831 +44611 aapg_af_397.html aapg_af_397.html:563:65790:65797 Todilto Entrada Sandstone -0.0129533588216162645 +44612 cspg_html_9228109535 cspg_html_9228109535:46:7715:7723 Palliser Lacombe, Alberta -0.0358061340755818636 +44613 geology_html_9004383999 geology_html_9004383999:56:6359:6374 Mahto Lacombe, Alberta -0.479586916180102352 +44614 aapg_ac_239.html aapg_ac_239.html:161:19616:19633 Leonard Texas -0.432514521719123246 +44615 aapg_ah_763.html aapg_ah_763.html:123:14514:14530 Blaine Great Moravia -0.0106146855167584628 +44616 gsa_html_3721434568 gsa_html_3721434568:29:2796:2824 Green River Colorado 0.0303138962556724068 +44617 gsa_html_8881958017 gsa_html_8881958017:592:55406:55416 Washington Victoria, British Columbia -0.00998573864189263374 +44618 geology_html_3244064022 geology_html_3244064022:245:20943:20953 Washington Flint, Michigan -0.477142101104954475 +44619 cspg_html_9942234474 cspg_html_9942234474:476:53416:53434 Grosmont Canada -0.394168221131013963 +44620 cspg_html_8207916783 cspg_html_8207916783:133:20078:20092 Colorado Canada -0.0547866972380022244 +44621 gsa_html_9304619722 gsa_html_9304619722:818:66045:66053 Homewood Switzerland -0.498091786153227578 +44622 sedimentology_html_2851198678 sedimentology_html_2851198678:973:70990:71013 Brushy Canyon West Texas -0.417467727749844975 +44623 aapg_ai_584.html aapg_ai_584.html:741:78038:78047 Lecompton Topeka, Kansas -0.0203460739927139034 +44624 cspg_html_3618628685 cspg_html_3618628685:27:4452:4469 Pakowki Milk River, Alberta -0.115326701675760784 +44625 gsa_html_4438819447 gsa_html_4438819447:400:46764:46790 Mattagami Ontario, California -0.430026468312881383 +44626 aapg_ae_981.html aapg_ae_981.html:322:26854:26869 Brownsport Knoxville, Tennessee -0.0167658489119699126 +44627 aapg_ad_105.html aapg_ad_105.html:149:13418:13428 Santa Cruz Tierra del Fuego Province (Argentina) -0.0152331376513424877 +44628 aapg_ac_688.html aapg_ac_688.html:151:15820:15831 Green River Logan, Utah -0.0454181735904482173 +44629 cspg_html_4193503340 cspg_html_4193503340:314:41503:41510 Bearpaw Lacombe, Alberta -0.461089806729199636 +44630 cspg_html_8568877195 cspg_html_8568877195:175:29197:29215 Foremost Regina, Saskatchewan -0.49463779564980348 +44631 cspg_html_1019614994 cspg_html_1019614994:86:16094:16109 Banff Regina, Saskatchewan 0.624216518954461064 +44632 aapg_ac_613.html aapg_ac_613.html:55:7786:7801 Mesaverde Mancos, Colorado -0.021093485692349364 +44633 cspg_html_5345848475 cspg_html_5345848475:130:17792:17806 Colorado Cordillera Administrative Region -0.0554564637243875128 +44634 aapg_ae_692.html aapg_ae_692.html:492:50960:50968 Birdbear Red River of the North -0.5790817418394969 +44635 aapg_aa_955.html aapg_aa_955.html:275:30189:30199 Petersburg Bloomington, Indiana -0.463478914486847693 +44636 aapg_ah_871.html aapg_ah_871.html:436:48508:48523 Laval Lowville (town), New York 0.0209370481380516393 +44637 aapg_ae_791.html aapg_ae_791.html:156:14644:14657 Carlin Canyon Little Humboldt River -0.455347020329573748 +44638 gsa_html_4234009219 gsa_html_4234009219:367:36370:36375 Price Salem, Oregon -0.42422364691980291 +44639 sedimentology_html_6210806021 sedimentology_html_6210806021:754:44483:44502 Jefferson Boise, Idaho 0.370944389720973766 +44640 cspg_html_6159840831 cspg_html_6159840831:236:33888:33905 Cardium Canada -0.475473655949527896 +44641 aapg_ae_45.html aapg_ae_45.html:51:6516:6525 Smackover Arkansas -0.477575355931223244 +44642 aapg_aa_4.html aapg_aa_4.html:205:27476:27482 Ithaca Ithaca, New York -0.470181697121159758 +44643 aapg_aa_147.html aapg_aa_147.html:250:30455:30473 Winnipeg Middle East -0.0559152219546391674 +44644 cspg_html_2863271815 cspg_html_2863271815:647:79094:79126 Guelph Michigan Basin -0.134796299744105647 +44645 AMJC_html_9500753417 AMJC_html_9500753417:672:74701:74724 Pinney Hollow Bennington, Vermont -0.0932821036367335321 +44646 aapg_ad_466.html aapg_ad_466.html:1363:145077:145090 Potomac Delaware -0.0339634929094720234 +44647 sedimentology_html_9111518089 sedimentology_html_9111518089:1339:118130:118135 Steel Svalbard -0.410777836329927315 +44648 aapg_ae_419.html aapg_ae_419.html:184:22347:22356 San Pedro Zacatecas, Zacatecas -0.464610795373413321 +44649 aapg_ae_454.html aapg_ae_454.html:131:10710:10717 Bossier Bellevue, Nebraska -0.436819151869522138 +44650 geology_html_9041891624 geology_html_9041891624:20:825:833 Colorado Denver -0.4784100389871494 +44651 aapg_ai_584.html aapg_ai_584.html:925:97153:97169 Casper Cheyenne, Wyoming -0.0688282422217705164 +44652 palaios_html_8447729660 palaios_html_8447729660:427:48077:48101 Willwood Cheyenne, Wyoming -0.0833125083700810565 +44653 cspg_html_1665574291 cspg_html_1665574291:108:19029:19055 Porcupine Lacombe, Alberta -0.0267436161496287621 +44654 gsa_html_5079672137 gsa_html_5079672137:29:2796:2824 Green River Colorado 0.0669458486593140639 +44655 aapg_ah_505.html aapg_ah_505.html:1558:126308:126314 Dakota Niobrara, Nebraska -0.430532356052481968 +44656 gsa_html_2561127673 gsa_html_2561127673:613:60484:60505 Quinn River Reno, Nevada -0.473746101631411953 +44657 cspg_html_7093237629 cspg_html_7093237629:927:89732:89759 Siyeh Lacombe, Alberta -0.045129017887602145 +44658 geology_html_2350878941 geology_html_2350878941:272:21637:21658 Green River Cheyenne, Wyoming -0.446052041434467972 +44659 AMJC_html_7085584544 AMJC_html_7085584544:857:90730:90750 Fort Union Williston Basin 0.0296616777038547948 +44660 geology_html_1604094278 geology_html_1604094278:300:24675:24681 Abbott California -0.0369546842337877615 +44661 sedimentology_html_9410532865 sedimentology_html_9410532865:1811:119848:119869 Green River Logan, Utah -0.23000829047080143 +44662 aapg_ad_858.html aapg_ad_858.html:130:8533:8539 Paluxy Lewisville, Texas -0.458534686411798065 +44663 aapg_ad_988.html aapg_ad_988.html:96:8652:8662 San Andres New Mexico -0.0407197231755146508 +44664 cspg_html_5381643866 cspg_html_5381643866:443:55368:55402 Kootenay Victoria, British Columbia -0.0492217054882720523 +44665 aapg_ai_974.html aapg_ai_974.html:307:32533:32551 Pasayten Peshastin, Washington -0.460091874413590562 +44666 aapg_ah_521.html aapg_ah_521.html:498:55016:55028 Wilcox Murray, Kentucky 0.0926741263353924732 +44667 geology_html_9449848150 geology_html_9449848150:11:460:466 Oregon Salem, Oregon -0.470216166533545032 +44668 aapg_ad_883.html aapg_ad_883.html:75:9349:9370 Trempealeau Michigan -0.44505934010721393 +44669 palaios_html_3232474978 palaios_html_3232474978:463:46987:47013 Sulphur Mountain Victoria, British Columbia -0.440387442871438828 +44670 aapg_ah_505.html aapg_ah_505.html:696:53455:53471 Denver Arapahoe, North Carolina -0.0784551606872300467 +44671 gsa_html_4438819447 gsa_html_4438819447:356:41547:41566 Mattagami Moose River (Ontario) -0.473663043482949409 +44672 aapg_ad_581.html aapg_ad_581.html:151:19450:19471 Martinsburg Waynesboro, Pennsylvania 0.0150524162295643544 +44673 aapg_ac_251.html aapg_ac_251.html:465:53605:53613 Catskill Pottsville, Pennsylvania 0.0246397902733066602 +44674 aapg_ad_318.html aapg_ad_318.html:110:15185:15191 Guelph Guelph -0.0312131444176052264 +44675 gsa_html_1662492421 gsa_html_1662492421:626:56066:56076 Washington Snohomish, Washington -0.0294042780246520329 +44676 aapg_ae_875.html aapg_ae_875.html:310:36448:36468 Cariblanco Puerto Rico -0.45112171556163283 +44677 aapg_af_854.html aapg_af_854.html:528:71408:71424 Warsaw Salem, Massachusetts -0.0263297817646035749 +44678 palaios_html_4880574501 palaios_html_4880574501:66:8736:8740 Kope Netherlands -0.475138501585752326 +44679 aapg_ah_83.html aapg_ah_83.html:41:6430:6446 Lakota Moberly, Missouri 0.0152470393535955456 +44680 aapg_ad_2.html aapg_ad_2.html:248:37578:37587 Lancaster Chambersburg, Pennsylvania -0.493659609592116133 +44681 palaios_html_4501603736 palaios_html_4501603736:530:45912:45945 Moenkopi Reno, Nevada -0.251446553809053341 +44682 gsa_html_9152662653 gsa_html_9152662653:627:54760:54777 Laurel Sykesville, Maryland -0.0306269732531419848 +44683 gsa_html_5568683977 gsa_html_5568683977:605:53595:53599 Hall Denton, Greater Manchester -0.482987267474293158 +44684 aapg_ac_782.html aapg_ac_782.html:176:30177:30190 Barnett Western world -0.000347435604052462668 +44685 aapg_ah_339.html aapg_ah_339.html:533:40171:40179 Richmond Maysville, Kentucky -0.494971205064895448 +44686 gsa_html_9597147043 gsa_html_9597147043:1253:101741:101749 Suntrana Anchorage, Alaska -0.0500164465946093956 +44687 aapg_ae_904.html aapg_ae_904.html:54:5050:5070 Fort Union Fort Union Trading Post National Historic Site -0.0140376196944260508 +44688 aapg_af_773.html aapg_af_773.html:417:42314:42322 Colorado Denver -0.0941045994506993222 +44689 cspg_html_2796643803 cspg_html_2796643803:622:72123:72129 Denver Colorado -0.443692774120845845 +44690 gsa_html_5051054217 gsa_html_5051054217:12:546:554 Colorado Denver -0.493525020516280222 +44691 cspg_html_8266552811 cspg_html_8266552811:263:32904:32920 Viking Regina, Saskatchewan -0.0973329518889513023 +44692 aapg_ak_105.html aapg_ak_105.html:291:33060:33079 Flagstaff Logan, Utah -0.0464616568793586454 +44693 aapg_af_128.html aapg_af_128.html:499:44314:44322 Colorado Colorado 0.0192962719011844468 +44694 gsa_html_4557277250 gsa_html_4557277250:622:57531:57537 Carmel Logan, Utah -0.0352075456733289827 +44695 aapg_aa_779.html aapg_aa_779.html:85:7598:7619 Green River Logan, Utah 0.61217366872786505 +44696 cspg_html_1565769407 cspg_html_1565769407:498:53343:53351 Richmond Cape Breton Island -0.469038078694436811 +44697 aapg_ac_333.html aapg_ac_333.html:539:65295:65320 Elephant Canyon Logan, Utah -0.416415682696128164 +44698 jgeology_html_2714962789 jgeology_html_2714962789:863:51438:51456 Quantico Virginia -0.457786563407215019 +44699 cspg_html_7963093032 cspg_html_7963093032:44:6259:6269 Mill Creek Bow Island Airport 0.00362377418173365218 +44700 sedimentology_html_2664292498 sedimentology_html_2664292498:556:41418:41427 Peninsula Italy -0.503870719216367835 +44701 aapg_ah_218.html aapg_ah_218.html:15:1905:1916 Dutch Creek Wayne County, Michigan -0.0688317384406363225 +44702 aapg_ai_278.html aapg_ai_278.html:339:47984:47991 Yucatan Nassau, Bahamas -0.0261211303154043166 +44703 aapg_ae_768.html aapg_ae_768.html:53:7169:7186 Rustler Delaware -0.0138986095165589546 +44704 aapg_ah_532.html aapg_ah_532.html:10:1306:1326 Ouray Ouray, Colorado -0.450878806444675151 +44705 geology_html_7252964522 geology_html_7252964522:50:4529:4537 Virginia Chesapeake Bay -0.463478914486847693 +44706 aapg_ae_519.html aapg_ae_519.html:314:34816:34822 Pocono Chemung, New York -0.0480262627677959034 +44707 cspg_html_2419618566 cspg_html_2419618566:797:98106:98112 Antler Arctic Cordillera -0.461026124022890449 +44708 jgeology_html_6175642561 jgeology_html_6175642561:397:23494:23524 Benson .nz -0.441593278961416758 +44709 aapg_ad_2.html aapg_ad_2.html:948:132550:132584 Beekmantown Lake Champlain -0.0290929704411894835 +44710 gsa_html_5756232019 gsa_html_5756232019:1018:88563:88573 Las Cruces New Mexico -0.473815322787249471 +44711 aapg_ai_66.html aapg_ai_66.html:432:40323:40342 Mesaverde Cheyenne, Wyoming -0.450829332903146696 +44712 cspg_html_9476379853 cspg_html_9476379853:25:3013:3018 Yukon Manitoba -0.0212673068022475528 +44713 aapg_ae_803.html aapg_ae_803.html:372:46707:46724 Chochal Guatemala -0.0249388283192189877 +44714 aapg_aa_232.html aapg_aa_232.html:71:7850:7873 Comanche Peak Texas -0.479496330331430576 +44715 aapg_ai_583.html aapg_ai_583.html:101:14642:14650 Sundance Black Hills -0.438029242308958011 +44716 aapg_ah_93.html aapg_ah_93.html:13:2405:2430 Beartooth Western world -0.0582723056187257615 +44717 geology_html_1745354227 geology_html_1745354227:283:25356:25377 Tibbit Hill Quebec City -0.485406637327558677 +44718 cspg_html_6984906794 cspg_html_6984906794:1016:68214:68229 Mesaverde Colorado -0.0573161111128158915 +44719 cspg_html_2863271815 cspg_html_2863271815:98:13832:13848 Guelph Ontario, California 0.642877811458276271 +44720 aapg_ad_0.html aapg_ad_0.html:362:30130:30151 Trempealeau Bloomington, Indiana 0.000840794379579699012 +44721 cspg_html_8964522233 cspg_html_8964522233:41:5035:5047 Calico Bluff Anchorage, Alaska -0.517359251936504783 +44722 gsa_html_9152662653 gsa_html_9152662653:623:54403:54423 Sykesville Potomac, Maryland -0.462166276497962936 +44723 aapg_ae_845.html aapg_ae_845.html:73:7635:7640 Logan Washington (state) -0.422297898476814759 +44724 aapg_ad_602.html aapg_ad_602.html:384:30018:30027 Littleton Colorado -0.0240556397080989269 +44725 aapg_ad_169.html aapg_ad_169.html:41:4909:4919 Greenbrier Huntington, West Virginia -0.0171725037246518962 +44726 aapg_ac_213.html aapg_ac_213.html:314:25740:25757 Laketown Dolomite Reno, Nevada -0.263129575280877825 +44727 gsa_html_7411853369 gsa_html_7411853369:77:8088:8096 Virginia Piedmont (United States) -0.46326000708216164 +44728 aapg_ae_253.html aapg_ae_253.html:107:11858:11871 Cotton Valley Richland, Washington -0.440354093294291316 +44729 gsa_html_3720789279 gsa_html_3720789279:1458:131107:131125 Mariposa California 0.00496317135517138856 +44730 cspg_html_1505194397 cspg_html_1505194397:321:41958:41989 Protection Ottawa, Kansas -0.482038661537539159 +44731 aapg_af_50.html aapg_af_50.html:48:5282:5299 Minturn Colorado -0.441437455474761709 +44732 cspg_html_8525917094 cspg_html_8525917094:401:44961:44979 Sundance Cheyenne, Wyoming -0.429960502864963123 +44733 aapg_ah_843.html aapg_ah_843.html:339:32767:32771 Wise Cheyenne, Wyoming -0.433403442682278373 +44734 cspg_html_1053895111 cspg_html_1053895111:5:316:333 Cardium Lacombe, Alberta -0.469382385724573914 +44735 aapg_ac_730.html aapg_ac_730.html:560:80239:80247 Niobrara Niobrara, Nebraska -0.432977626512767833 +44736 aapg_af_559.html aapg_af_559.html:657:70559:70563 Frio Mexico -0.128394227266309308 +44737 aapg_aa_357.html aapg_aa_357.html:478:42875:42896 Summerville Carmel, Indiana 0.0141210261458290676 +44738 aapg_ai_366.html aapg_ai_366.html:6:1019:1027 Beaumont Lake Charles, Louisiana 0.00718686909166816289 +44739 aapg_ae_699.html aapg_ae_699.html:306:21895:21902 Jewett Silt San Francisco -0.450595494357366455 +44740 gsa_html_2299678284 gsa_html_2299678284:661:68869:68897 Green River Colorado -0.00100408928942736001 +44741 cspg_html_6216640615 cspg_html_6216640615:1123:107735:107743 Columbia Lake Ontario 0.00475991516942664804 +44742 jgeology_html_8305451057 jgeology_html_8305451057:946:62382:62390 Victoria Victoria, British Columbia -0.0283642962878183774 +44743 aapg_ae_981.html aapg_ae_981.html:156:11346:11384 Bainbridge Knoxville, Tennessee 0.0113583166753052998 +44744 aapg_af_291.html aapg_af_291.html:577:62211:62246 Slope Anchorage, Alaska -0.477135152254264727 +44745 aapg_ac_896.html aapg_ac_896.html:186:14604:14610 Annona Saratoga, California -0.442860875153750722 +44746 jgeology_html_6016138758 jgeology_html_6016138758:961:57034:57044 Washington Olympic National Park -0.0167554219628843898 +44747 gsa_html_7554994575 gsa_html_7554994575:89:8397:8405 Virginia North Carolina -0.0175218157848266304 +44748 aapg_ad_153.html aapg_ad_153.html:447:47043:47050 Cypress Bethel, Alaska -0.458103872838477311 +44749 aapg_ah_311.html aapg_ah_311.html:235:24941:24959 Wasatch White River (Washington) -0.423083452106315594 +44750 sedimentology_html_1039739878 sedimentology_html_1039739878:1116:62890:62896 Banner Illinois -0.450649451770273157 +44751 aapg_ai_743.html aapg_ai_743.html:39:3964:3970 Denver Denver -0.464656465989479628 +44752 aapg_ah_505.html aapg_ah_505.html:1883:149359:149367 Colorado Colorado 0.027282662360175531 +44753 cspg_html_4699684578 cspg_html_4699684578:496:54898:54906 Montreal Quebec City 0.796768338223994621 +44754 aapg_ai_854.html aapg_ai_854.html:164:25428:25445 Green River California -0.477872040110580265 +44755 aapg_ah_782.html aapg_ah_782.html:464:41893:41899 Empire Missouri River -0.0214063649157180402 +44756 aapg_aa_548.html aapg_aa_548.html:69:7413:7424 Holdenville Seminole, Texas -0.0376282120976162635 +44757 jgeology_html_8867223198 jgeology_html_8867223198:96:3752:3760 Montreal Earth -0.0441135678761609556 +44758 aapg_ah_469.html aapg_ah_469.html:283:25597:25612 Queen Shreveport, Louisiana -0.463396817899322633 +44759 aapg_ah_871.html aapg_ah_871.html:791:74615:74623 Montreal Quebec City -0.122365646492424179 +44760 jgeology_html_6186634367 jgeology_html_6186634367:1110:72129:72148 Pansy Lee Conglomerate Reno, Nevada -0.476672020857479173 +44761 gsa_html_2076560873 gsa_html_2076560873:509:53081:53090 Hecla Bay Middle East -0.479670542308177961 +44762 aapg_af_11.html aapg_af_11.html:149:16219:16224 Bluff Logan, Utah -0.0407754352992212923 +44763 cspg_html_4937997995 cspg_html_4937997995:1156:90479:90499 Gun River Quebec City -0.250820239361803698 +44764 gsa_html_1536819908 gsa_html_1536819908:729:69200:69223 Antler Reno, Nevada -0.0437617592369742014 +44765 aapg_ai_641.html aapg_ai_641.html:22:4045:4062 Almond Thailand -0.030023437417361392 +44766 gsa_html_2509147847 gsa_html_2509147847:675:74498:74512 Pasayten Victoria, British Columbia -0.460655489757687109 +44767 aapg_aa_37.html aapg_aa_37.html:164:20142:20162 Supai Supai, Arizona 0.0112505933991891086 +44768 geology_html_4304054973 geology_html_4304054973:171:13618:13622 Rove Virginia -0.475977786028375149 +44769 aapg_ad_596.html aapg_ad_596.html:41:5784:5789 Yukon Victoria, British Columbia -0.101652173564673917 +44770 aapg_ah_207.html aapg_ah_207.html:70:9877:9885 Colorado Denver -0.473010388882843136 +44771 geology_html_4046703200 geology_html_4046703200:43:3541:3557 Aleman Texas -0.0316827975818438426 +44772 aapg_ah_529.html aapg_ah_529.html:6:929:946 El Paso Arizona -0.421983856501260468 +44773 cspg_html_2863271815 cspg_html_2863271815:387:39668:39681 A-1 Carbonate Michigan -0.48184068160181448 +44774 cspg_html_7963093032 cspg_html_7963093032:613:57472:57489 Viking Bow Island Airport 0.00724767451713446368 +44775 gsa_html_9487992082 gsa_html_9487992082:624:63119:63156 Blackwater Draw New Mexico -0.489119025533207352 +44776 cspg_html_5497811468 cspg_html_5497811468:317:39002:39010 Columbia Victoria, British Columbia -0.452909542628234352 +44777 cspg_html_9648675035 cspg_html_9648675035:615:54317:54342 Moosebar Lacombe, Alberta -0.0343445234094948634 +44778 palaios_html_5212272868 palaios_html_5212272868:49:5458:5464 Pueblo Earth -0.497081127157615599 +44779 cspg_html_9951421861 cspg_html_9951421861:173:26216:26225 Athabasca Clearwater, Florida -0.04677525052422285 +44780 aapg_ai_515.html aapg_ai_515.html:277:30011:30018 Wasatch Wasatch Range -0.0331753752251057327 +44781 aapg_ai_146.html aapg_ai_146.html:191:14263:14278 Swift Lacombe, Alberta 0.0117822633156924803 +44782 aapg_af_130.html aapg_af_130.html:203:34786:34805 Lodgepole Powder River (Montana) 0.00194564253308291118 +44783 cspg_html_1222040397 cspg_html_1222040397:540:69853:69871 Mackenzie Western world 0.0121158646084473642 +44784 aapg_ae_277.html aapg_ae_277.html:5:845:851 Ludlow Kingdom of Great Britain -0.416415682696128164 +44785 aapg_af_666.html aapg_af_666.html:89:8152:8170 Gallatin Gallatin, Tennessee -0.0497759240720029236 +44786 gsa_html_5015599008 gsa_html_5015599008:691:59779:59796 Wapiabi Lacombe, Alberta -0.439258669305734428 +44787 cspg_html_2803424832 cspg_html_2803424832:51:6707:6718 Blind Fiord Ellesmere Island 0.717959308352521974 +44788 aapg_ad_466.html aapg_ad_466.html:65:6665:6677 Marshalltown Red Bank, New Jersey 0.0157683588888968516 +44789 aapg_ad_717.html aapg_ad_717.html:137:14949:14965 Blaine Amarillo, Texas -0.0062678467546358578 +44790 aapg_ae_746.html aapg_ae_746.html:29:3602:3610 Columbia Victoria, British Columbia -0.477234757760444439 +44791 gsa_html_9513959579 gsa_html_9513959579:186:21825:21838 Blue Mountain Compton, California -0.00786789401885567251 +44792 AMJC_html_6098427986 AMJC_html_6098427986:672:82347:82352 Crete Crete -0.442542141875480355 +44793 aapg_af_16.html aapg_af_16.html:75:9684:9696 Dakota Nebraska -0.433635185237620624 +44794 aapg_ah_385.html aapg_ah_385.html:29:3870:3877 Panoche San Joaquin River -0.0449670253897642563 +44795 gsa_html_4883039712 gsa_html_4883039712:916:85944:85949 Choco Darien, Georgia -0.491282661525563435 +44796 gsa_html_9513959579 gsa_html_9513959579:103:12905:12918 Blue Mountain Humboldt County, California -0.477512787064485633 +44797 gsa_html_6095250049 gsa_html_6095250049:65:5073:5101 Green River Iran -0.421938067268467054 +44798 gsa_html_7668179490 gsa_html_7668179490:1163:75001:75029 Green River Colorado 0.0181300842081989697 +44799 cspg_html_5141367518 cspg_html_5141367518:155:23527:23547 Milk River Milk River, Alberta -0.474863540124580097 +44800 aapg_af_288.html aapg_af_288.html:246:28855:28866 Uncompahgre New Mexico -0.451812561628617604 +44801 aapg_ad_784.html aapg_ad_784.html:115:13404:13412 Fillmore Ojai, California -0.473663043482949409 +44802 aapg_af_291.html aapg_af_291.html:531:58134:58148 Lisburne Anchorage, Alaska -0.0450401829043313162 +44803 aapg_ac_407.html aapg_ac_407.html:193:18915:18920 Nisku Williston, Vermont -0.453008719186489883 +44804 cspg_html_1222040397 cspg_html_1222040397:279:37883:37899 Road River Rocky Mountains -0.462045592650446035 +44805 cspg_html_2625728726 cspg_html_2625728726:709:77234:77254 Keg River Lacombe, Alberta 0.636802142599048326 +44806 jgeology_html_2299509351 jgeology_html_2299509351:532:39923:39936 Topanga California -0.479960973619786069 +44807 aapg_aa_43.html aapg_aa_43.html:604:63340:63361 Lake Valley New Mexico -0.424391951314652904 +44808 aapg_af_579.html aapg_af_579.html:226:24415:24432 Wingate Logan, Utah -0.0916165313557534416 +44809 aapg_ae_805.html aapg_ae_805.html:184:20782:20799 Paradox Hermosa, Chicago -0.469382385724573914 +44810 cspg_html_1893593837 cspg_html_1893593837:335:24623:24648 Red Head Rapids Coral Harbour Airport 0.618755543331826807 +44811 cspg_html_5889831809 cspg_html_5889831809:43:6107:6115 Bullhead Clearwater, Florida -0.454041701910604445 +44812 aapg_ac_856.html aapg_ac_856.html:803:81473:81479 Sierra Kingdom of Asturias 0.011229743772920301 +44813 gsa_html_3150321506 gsa_html_3150321506:646:68386:68390 Bond Nelson, New Zealand -0.452977161832460395 +44814 aapg_ai_280.html aapg_ai_280.html:324:30649:30674 Beaverhill Canada -0.473649201225758321 +44815 aapg_ae_804.html aapg_ae_804.html:11:805:811 Brazil South America -0.489913286480908206 +44816 cspg_html_1456761793 cspg_html_1456761793:42:7722:7730 Columbia Victoria, British Columbia -0.454357696116458765 +44817 geology_html_1762704695 geology_html_1762704695:12:706:714 Colorado Denver -0.0509507230324179883 +44818 aapg_aa_410.html aapg_aa_410.html:432:48592:48596 Home Papua New Guinea -0.494543235417533422 +44819 cspg_html_2803424832 cspg_html_2803424832:55:7567:7578 Trold Fiord Melville Island (Canada) -0.0494029549371166055 +44820 geology_html_4301172553 geology_html_4301172553:326:25287:25315 Green River Cheyenne, Wyoming -0.0179684568885802344 +44821 gsa_html_7331697106 gsa_html_7331697106:1275:122646:122674 Green River New Mexico -0.0652667315125914776 +44822 aapg_ae_4.html aapg_ae_4.html:285:33140:33164 Manning Canyon Boise, Idaho -0.0235062798697475116 +44823 aapg_ah_788.html aapg_ah_788.html:256:26756:26768 Taman Matamoros, Tamaulipas -0.0265036602918163264 +44824 geology_html_6477993459 geology_html_6477993459:341:26564:26571 Paparoa South Georgia and the South Sandwich Islands -0.455229509631582041 +44825 aapg_ae_581.html aapg_ae_581.html:640:71524:71543 Rock Springs Cheyenne, Wyoming 0.261764899533947493 +44826 palaios_html_7860397774 palaios_html_7860397774:10:459:476 La Luna Western world -0.459837454744856933 +44827 aapg_aa_834.html aapg_aa_834.html:3:337:356 Cotton Valley Texas -0.458720680358492616 +44828 aapg_af_791.html aapg_af_791.html:107:9361:9369 Billings Arbuckle, California -0.027863464704799671 +44829 aapg_ai_477.html aapg_ai_477.html:39:5200:5208 Columbia Victoria, British Columbia -0.428789280868512646 +44830 gsa_html_6621461454 gsa_html_6621461454:11:451:461 Washington Washington (state) -0.464409872562970838 +44831 gsa_html_9329574976 gsa_html_9329574976:61:4584:4612 Green River New Mexico -0.442575570278969321 +44832 palaios_html_1086380054 palaios_html_1086380054:47:4957:4972 Aguja Texas -0.492258100446082036 +44833 gsa_html_8030464622 gsa_html_8030464622:778:79815:79821 Snyder California -0.459639875047440249 +44834 aapg_af_779.html aapg_af_779.html:13:2242:2260 Traverse Michigan -0.407111576379738216 +44835 gsa_html_3429903648 gsa_html_3429903648:137:15587:15605 Frontier Cheyenne, Wyoming -0.446521936096131722 +44836 aapg_ae_516.html aapg_ae_516.html:292:28631:28639 Michigan Michigan -0.452896019392303839 +44837 aapg_ai_66.html aapg_ai_66.html:14:1958:1976 Pierre Colorado -0.330088343034848075 +44838 AMJC_html_2829615437 AMJC_html_2829615437:169:23924:23944 Washington Washington (state) -0.428789280868512646 +44839 aapg_ah_239.html aapg_ah_239.html:284:27651:27662 Stockbridge England -0.438031460031225395 +44840 aapg_ae_974.html aapg_ae_974.html:328:33570:33574 Frio Zapata County, Texas -0.0252500427953300452 +44841 cspg_html_8312989046 cspg_html_8312989046:416:47085:47102 Bowser Western world -0.0404707637071786003 +44842 aapg_ah_635.html aapg_ah_635.html:430:55385:55404 La Quinta El Salvador -0.459919224612040101 +44843 geology_html_4601106457 geology_html_4601106457:67:6976:6993 Wingate Chinle Formation -0.456337429672799166 +44844 aapg_ac_586.html aapg_ac_586.html:69:8776:8796 Pottsville Pottsville, Pennsylvania -0.424217090203684033 +44845 gsa_html_2832151886 gsa_html_2832151886:329:25075:25083 Columbia Victoria, British Columbia -0.454143259443463898 +44846 aapg_ae_345.html aapg_ae_345.html:506:39995:40005 Tuscaloosa Adams County, Indiana 0.0180518772845760546 +44847 aapg_af_624.html aapg_af_624.html:217:14291:14309 Deadwood Crook, Colorado 0.00452191499750925936 +44848 aapg_af_575.html aapg_af_575.html:574:78652:78662 Kinderhook Pella, Iowa -0.424269545188154129 +44849 cspg_html_3367984758 cspg_html_3367984758:66:7728:7733 Yukon Regina, Saskatchewan -0.0361854896356224864 +44850 aapg_aa_960.html aapg_aa_960.html:282:23374:23390 Colorado New Mexico -0.470457490274840129 +44851 aapg_ac_475.html aapg_ac_475.html:4:825:833 Columbia Victoria, British Columbia -0.437005217650049682 +44852 cspg_html_2553187793 cspg_html_2553187793:6:428:468 Beaverhill Swan Hill, Victoria -0.0432323316549263759 +44853 gsa_html_9152662653 gsa_html_9152662653:965:87085:87108 Potomac Potomac, Maryland -0.00655275945491847703 +44854 aapg_af_212.html aapg_af_212.html:124:12292:12300 Oakville Brazos River 0.536422130299620492 +44855 aapg_ah_965.html aapg_ah_965.html:465:54591:54600 Vicksburg Whitsett, North Carolina -0.00893635855203990699 +44856 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68048:68059 Meadow Lake Regina, Saskatchewan -0.0338921598886321312 +44857 gsa_html_9613801428 gsa_html_9613801428:54:6767:6804 Talkeetna Anchorage, Alaska -0.476130470160059438 +44858 cspg_html_1781462584 cspg_html_1781462584:63:6837:6845 Columbia Victoria, British Columbia -0.463362613223226583 +44859 gsa_html_8787471244 gsa_html_8787471244:11:514:520 Oregon Salem, Oregon -0.473663043482949409 +44860 gsa_html_4719798013 gsa_html_4719798013:12:500:508 Colorado Denver -0.477401564658383792 +44861 cspg_html_4272664788 cspg_html_4272664788:92:14726:14731 Banff Lacombe, Alberta -0.00125945488018784418 +44862 aapg_aa_995.html aapg_aa_995.html:28:3205:3211 Denver Colorado -0.495894089017784534 +44863 aapg_aa_208.html aapg_aa_208.html:3:188:208 Maravillas West Texas -0.455726774842524995 +44864 aapg_ae_35.html aapg_ae_35.html:132:11679:11700 Green River Uinta County, Wyoming -0.196787908043972559 +44865 aapg_ac_417.html aapg_ac_417.html:28:4719:4727 Crescent Roseburg, Oregon 0.128355168427081417 +44866 aapg_ac_253.html aapg_ac_253.html:222:30124:30130 Frisco Frisco, Texas -0.0370660655999496616 +44867 aapg_ae_451.html aapg_ae_451.html:7:1444:1452 Edmonton Calgary -0.0717623636279665356 +44868 jgeology_html_4599466962 jgeology_html_4599466962:160:11879:11887 Onondaga Union Springs, Alabama -0.0677550076979287624 +44869 geology_html_8928392221 geology_html_8928392221:341:29084:29096 Pioche Reno, Nevada -0.447455726501453044 +44870 aapg_ah_379.html aapg_ah_379.html:169:12480:12486 Sierra Mexico -0.478284785297837578 +44871 aapg_ai_562.html aapg_ai_562.html:186:18133:18146 Midway Alabama -0.493772964396431202 +44872 aapg_af_751.html aapg_af_751.html:766:92859:92868 San Diego California -0.450586501765938174 +44873 cspg_html_1159794850 cspg_html_1159794850:177:27093:27116 Salina Greifensee, Zurich 0.827210138654720706 +44874 gsa_html_9312061344 gsa_html_9312061344:867:81102:81122 Pico Canary Islands -0.0133078241167712726 +44875 sedimentology_html_8364351073 sedimentology_html_8364351073:996:88554:88564 Washington Salem, Oregon -0.477234757760444439 +44876 cspg_html_6038396142 cspg_html_6038396142:8:719:727 Winnipeg Manitoba -0.451751782124743317 +44877 aapg_ad_683.html aapg_ad_683.html:586:59665:59681 Toroweap Flagstaff, Arizona -0.0252830771132320185 +44878 aapg_ae_3.html aapg_ae_3.html:182:25380:25387 Madison Cheyenne, Wyoming -0.059052371538838716 +44879 aapg_ai_877.html aapg_ai_877.html:218:23694:23729 Marcellus Erie County, New York -0.47503682505792677 +44880 aapg_ad_2.html aapg_ad_2.html:1405:192047:192058 Martinsburg Chambersburg, Pennsylvania -0.0486622990277508355 +44881 AMJC_html_5916115748 AMJC_html_5916115748:80:7978:7986 Quinault West Coast of the United States -0.0615712265759854258 +44882 aapg_ac_440.html aapg_ac_440.html:391:51967:51974 El Abra Mexico -0.435694684676078359 +44883 aapg_ae_81.html aapg_ae_81.html:383:48282:48297 Atoka Atoka, Oklahoma -0.464706706380762058 +44884 cspg_html_8521524515 cspg_html_8521524515:6:309:329 Swan River Manitoba -0.448484669177164286 +44885 aapg_ad_808.html aapg_ad_808.html:1243:85836:85854 Frontier Colorado -0.247509882647230534 +44886 cspg_html_5904948553 cspg_html_5904948553:557:54998:55035 Turner Valley Lacombe, Alberta -0.0332814982379016425 +44887 aapg_ai_29.html aapg_ai_29.html:501:63514:63533 Lagarto Sayre, Oklahoma -0.455229509631582041 +44888 sedimentology_html_7914000204 sedimentology_html_7914000204:30:2235:2243 Michigan Konstanz (district) -0.0303173748455716902 +44889 aapg_ae_147.html aapg_ae_147.html:300:29961:29965 Pico South Mountains (Arizona) -0.445016883536767272 +44890 aapg_ac_896.html aapg_ac_896.html:11:1337:1350 Cotton Valley East Texas -0.469230874046953295 +44891 gsa_html_6869840610 gsa_html_6869840610:457:34575:34597 Gilmore City Boise, Idaho -0.00425264554680848412 +44892 cspg_html_4272664788 cspg_html_4272664788:82:12658:12670 Rundle Lacombe, Alberta -0.518129898545215517 +44893 cspg_html_9142742810 cspg_html_9142742810:607:61933:61948 Elk Lacombe, Alberta -0.0164252377233713442 +44894 aapg_af_854.html aapg_af_854.html:625:86406:86422 Keokuk Iowa -0.413633779062269391 +44895 aapg_ad_423.html aapg_ad_423.html:254:21687:21699 Green Valley Texas -0.467584291252108319 +44896 aapg_aa_916.html aapg_aa_916.html:389:36791:36808 Bedford Bridgetown, Nova Scotia -0.0401573975935689137 +44897 aapg_ah_775.html aapg_ah_775.html:373:42016:42024 Colorado Colorado -0.0263019613963844621 +44898 gsa_html_6861599329 gsa_html_6861599329:87:8543:8553 Washington Anchorage, Alaska -0.511386578283423932 +44899 gsa_html_1119256423 gsa_html_1119256423:136:12950:12967 White River Nebraska -0.0355346770173999987 +44900 aapg_ad_466.html aapg_ad_466.html:701:77508:77520 Mount Laurel Mount Laurel Township, New Jersey -0.427672143055296883 +44901 aapg_af_130.html aapg_af_130.html:479:57757:57765 Richmond Sublette County, Wyoming -0.453008719186489883 +44902 gsa_html_6199842914 gsa_html_6199842914:67:5703:5731 Green River Colorado -0.0328900657953446335 +44903 aapg_ae_80.html aapg_ae_80.html:348:59067:59087 Bonneterre Crawford County, Georgia -0.433685955512457477 +44904 aapg_ae_755.html aapg_ae_755.html:165:19854:19875 Pungo River Maryland -0.448327675040319895 +44905 aapg_ad_82.html aapg_ad_82.html:197:20278:20286 La Habra California -0.47601017133294582 +44906 aapg_ae_64.html aapg_ae_64.html:223:22335:22354 Mesaverde Western world -0.43580087580188992 +44907 aapg_ai_107.html aapg_ai_107.html:679:61366:61385 Smackover Franklin County, Ohio -0.436805862873274886 +44908 AMJC_html_9709478395 AMJC_html_9709478395:1119:93952:93979 Albanel Canada -0.0778106923420202601 +44909 aapg_ah_442.html aapg_ah_442.html:94:10328:10337 Catahoula East Texas -0.0101942281259971568 +44910 gsa_html_4298040492 gsa_html_4298040492:904:100906:100911 Yukon Anchorage, Alaska -0.49593907588154873 +44911 sedimentology_html_9908161596 sedimentology_html_9908161596:590:50058:50062 Hall London, Ontario -0.0456254660933555489 +44912 aapg_af_854.html aapg_af_854.html:1407:204796:204804 Richland Wabash River -0.00693148706696411487 +44913 aapg_ai_583.html aapg_ai_583.html:342:41620:41636 Swift Cheyenne, Wyoming -0.426679013535527729 +44914 cspg_html_6255491344 cspg_html_6255491344:87:13388:13402 Kootenay Cairns, Queensland -0.0452074024796540394 +44915 aapg_ah_402.html aapg_ah_402.html:306:34204:34210 Wilcox Seminole, Texas -0.461026124022890449 +44916 aapg_ae_973.html aapg_ae_973.html:896:67604:67611 Rustler Salado, Texas -0.172106619313313919 +44917 aapg_ae_737.html aapg_ae_737.html:320:38890:38904 Lisburne Seward, Alaska -0.490143713980378037 +44918 aapg_af_575.html aapg_af_575.html:1158:166782:166795 Nacatoch Arkadelphia, Arkansas -0.0438697385751906713 +44919 aapg_aa_583.html aapg_aa_583.html:27:3260:3268 Taraises Mexico 0.282201872370859863 +44920 aapg_ah_633.html aapg_ah_633.html:122:17041:17045 Frio Texas -0.0256238564672171959 +44921 palaios_html_9789679615 palaios_html_9789679615:692:74918:74934 Kaibab Logan, Utah -0.486483068290992582 +44922 aapg_ac_841.html aapg_ac_841.html:1361:140734:140762 Punta Gorda Coco River -0.453130450697368015 +44923 cspg_html_9275863663 cspg_html_9275863663:1050:136258:136268 Swan Hills Canada -0.0429920100127147015 +44924 cspg_html_5731893209 cspg_html_5731893209:569:65566:65580 Stony Mountain Nassau, Bahamas -0.433800750581361583 +44925 aapg_af_775.html aapg_af_775.html:477:41299:41318 Catahoula Mississippi River -0.0122896166911195832 +44926 palaios_html_7679079277 palaios_html_7679079277:929:81552:81571 Sundance Cheyenne, Wyoming -0.434540631888912565 +44927 cspg_html_2920938670 cspg_html_2920938670:301:34482:34495 Mountain Park Lacombe, Alberta -0.519873235140612344 +44928 gsa_html_1217771406 gsa_html_1217771406:997:93674:93682 Rockwell Reno, Nevada -0.472528705500211532 +44929 cspg_html_5375448448 cspg_html_5375448448:539:52721:52729 Dunvegan Lacombe, Alberta -0.448529529594894116 +44930 aapg_aa_548.html aapg_aa_548.html:57:6012:6028 Wewoka Okmulgee, Oklahoma -0.485336482309537631 +44931 cspg_html_9474105160 cspg_html_9474105160:410:56521:56526 Banff Lacombe, Alberta -0.450743884934886652 +44932 aapg_aa_72.html aapg_aa_72.html:145:9981:9992 Black River Medina County, Texas 0.00421268950566507355 +44933 aapg_ae_388.html aapg_ae_388.html:13:2616:2636 Tuscaloosa Austin, Chicago -0.442720440658756875 +44934 palaios_html_2399848899 palaios_html_2399848899:199:15885:15901 Eutaw Tuscaloosa, Alabama -0.476324834178458445 +44935 aapg_ai_999.html aapg_ai_999.html:75:6256:6272 Fernie Lacombe, Alberta -0.0189695239556965725 +44936 aapg_ak_69.html aapg_ak_69.html:3:201:215 Nuka Northwest Arctic Borough, Alaska -0.486513508857715604 +44937 cspg_html_1065856149 cspg_html_1065856149:160:15392:15404 Saskatchewan Edmonton, London -0.47829406272822006 +44938 aapg_ae_411.html aapg_ae_411.html:41:3862:3866 Buda Buda, Texas 0.0564804270448709539 +44939 aapg_ac_316.html aapg_ac_316.html:28:3505:3521 Bernal New Mexico 0.00830396347652810271 +44940 cspg_html_9142742810 cspg_html_9142742810:583:60362:60379 Gilwood Lacombe, Alberta -0.497180715543366847 +44941 aapg_ac_574.html aapg_ac_574.html:235:26799:26807 Colorado Florissant, Colorado -0.0313488201123993324 +44942 gsa_html_5865982995 gsa_html_5865982995:1218:130293:130311 Washakie Cheyenne, Wyoming -0.447404197686881167 +44943 aapg_ai_208.html aapg_ai_208.html:263:21598:21611 Navarro Texas -0.443732938342886629 +44944 AMJC_html_1873062106 AMJC_html_1873062106:1024:109223:109256 Morrison Colorado 0.820300567252288726 +44945 sedimentology_html_1972828942 sedimentology_html_1972828942:58:4365:4373 Colorado Denver -0.459805657368256959 +44946 geology_html_4191415179 geology_html_4191415179:385:26489:26499 Washington Death Valley -0.436965343294064001 +44947 cspg_html_4293350162 cspg_html_4293350162:520:55669:55689 Mount Head Carnarvon, Western Australia -0.0199532604557582163 +44948 cspg_html_2165379999 cspg_html_2165379999:489:45542:45549 Windsor Edmonton, London -0.0272304956863127501 +44949 gsa_html_7304754451 gsa_html_7304754451:1004:83850:83860 Washington Southwick, Massachusetts -0.419821054978222807 +44950 sedimentology_html_3297550055 sedimentology_html_3297550055:1533:75867:75871 Hess South China Sea Islands -0.0651619121710063226 +44951 gsa_html_7125621200 gsa_html_7125621200:688:61578:61596 Monterey London, Ontario -0.00229308019174294993 +44952 aapg_aa_47.html aapg_aa_47.html:754:91162:91170 Colorado Madera County, California -0.532128886896152564 +44953 aapg_ae_369.html aapg_ae_369.html:294:29707:29722 Gordo Tuscaloosa, Alabama -0.459294782857853967 +44954 aapg_af_461.html aapg_af_461.html:189:17341:17360 Milwaukee Wisconsin -0.0518694268078037299 +44955 aapg_af_291.html aapg_af_291.html:297:33622:33639 Sadlerochit Prudhoe Bay Oil Field -0.122161886514428192 +44956 palaios_html_2994452429 palaios_html_2994452429:825:82819:82827 Columbia Victoria, British Columbia -0.464419004431934179 +44957 cspg_html_4099674132 cspg_html_4099674132:203:24164:24184 Ravenscrag Regina, Saskatchewan -0.466007095038280028 +44958 cspg_html_8438548095 cspg_html_8438548095:292:27585:27592 Bearpaw Lacombe, Alberta -0.433403442682278373 +44959 gsa_html_1119256423 gsa_html_1119256423:655:59996:60004 Colorado Iowa -0.006663945278057983 +44960 aapg_aa_251.html aapg_aa_251.html:123:9647:9657 Tuscaloosa Mooringsport, Louisiana -0.453292784807282967 +44961 aapg_ac_222.html aapg_ac_222.html:582:66772:66790 Moenkopi Colorado -0.4060962870175715 +44962 aapg_ae_454.html aapg_ae_454.html:274:22061:22080 Cotton Valley Alabama -0.473607675769745107 +44963 gsa_html_8398449001 gsa_html_8398449001:920:74428:74433 Logan Boise, Idaho -0.47703324216366505 +44964 aapg_ah_757.html aapg_ah_757.html:101:11373:11393 Moorefield Arkansas -0.453180049702502807 +44965 aapg_ah_95.html aapg_ah_95.html:218:19594:19618 Toroweap Arizona -0.460337276166031373 +44966 aapg_ai_400.html aapg_ai_400.html:3:341:370 Citronelle Baton Rouge, Louisiana -0.0667291605834423041 +44967 aapg_ai_923.html aapg_ai_923.html:66:11636:11644 Colorado Pinedale, California 0.00347437438530184134 +44968 aapg_ac_714.html aapg_ac_714.html:433:48959:48967 Sundance Cheyenne, Wyoming 1.24031122918568171 +44969 aapg_ad_691.html aapg_ad_691.html:28:3528:3538 Georgetown Brazos River -0.0216149541452477292 +44970 gsa_html_3872060924 gsa_html_3872060924:849:67911:67939 Green River Colorado -0.455252106655251121 +44971 aapg_af_621.html aapg_af_621.html:31:3435:3443 Gallatin Washington (state) -0.0248831928885421966 +44972 cspg_html_5381643866 cspg_html_5381643866:251:30442:30460 Gething Rocky Brook -0.0276304452324186781 +44973 aapg_ac_835.html aapg_ac_835.html:60:8774:8783 Goose Egg Cheyenne, Wyoming -0.062362180290415882 +44974 gsa_html_6914337916 gsa_html_6914337916:532:48599:48607 Columbia Costa Rica -0.0148873353008222888 +44975 aapg_ae_848.html aapg_ae_848.html:43:4003:4008 Yukon Manitoba -0.472512577150688062 +44976 aapg_aa_7.html aapg_aa_7.html:20:2773:2785 Pigeon Point San Gregorio State Beach -0.516856415963551918 +44977 cspg_html_2954223000 cspg_html_2954223000:682:97319:97336 La Luna Venezuela 0.016717189857525426 +44978 aapg_ak_119.html aapg_ak_119.html:407:42875:42881 Denver Colorado -0.0669441011416033877 +44979 aapg_ai_991.html aapg_ai_991.html:132:13919:13927 Virginia Summerville, South Carolina -0.0147326815118864023 +44980 cspg_html_5697056884 cspg_html_5697056884:252:25777:25807 Deadwood Western world -0.454258371760158153 +44981 aapg_aa_590.html aapg_aa_590.html:21:2658:2665 Yucatan Campeche, Campeche -0.0523349242602561895 +44982 sedimentology_html_3605456398 sedimentology_html_3605456398:779:80608:80625 Forest Canada -0.447135398674851747 +44983 gsa_html_1456601097 gsa_html_1456601097:1699:139327:139332 Crete Greece -0.509117407456759818 +44984 aapg_ae_789.html aapg_ae_789.html:393:45924:45940 Sulphur Mountain Western world -0.0198420227136738916 +44985 aapg_ae_220.html aapg_ae_220.html:627:64243:64252 Red River Texas 0.0197099287398633874 +44986 cspg_html_1962846283 cspg_html_1962846283:217:25278:25286 Kootenay Lacombe, Alberta -0.0405508478442002454 +44987 geology_html_6919053505 geology_html_6919053505:276:25653:25662 Sheffield Sheffield station -0.030548703261185188 +44988 cspg_html_4656151786 cspg_html_4656151786:57:3841:3856 Spray Lacombe, Alberta -0.475977786028375149 +44989 aapg_ah_76.html aapg_ah_76.html:5:648:672 Bedford Santiago -0.45644603384473742 +44990 aapg_ai_1.html aapg_ai_1.html:176:16393:16408 Molas San Juan Mountains -0.220237394319014762 +44991 AMJC_html_7313160865 AMJC_html_7313160865:445:39283:39291 Virginia Sterling, Virginia -0.0201913809518237848 +44992 cspg_html_6953218740 cspg_html_6953218740:14:1976:1994 Monteith Victoria, British Columbia -0.494734730892761099 +44993 aapg_ah_435.html aapg_ah_435.html:165:20010:20020 Rio Grande Coahuila -0.487588990851044235 +44994 aapg_ah_198.html aapg_ah_198.html:497:61758:61780 Monterey California -0.0482318797882009612 +44995 geology_html_6449306599 geology_html_6449306599:69:5733:5738 Bluff San Juan River (Nicaragua) -0.456337429672799166 +44996 cspg_html_6238156412 cspg_html_6238156412:199:20874:20882 Billings Logan, Utah -0.474863540124580097 +44997 aapg_ah_684.html aapg_ah_684.html:46:6500:6515 Piper North Sea oil 0.00270479477611077846 +44998 aapg_aa_360.html aapg_aa_360.html:412:37786:37793 Edwards Balcones Fault -0.0263297817646035749 +44999 gsa_html_2989317971 gsa_html_2989317971:646:67737:67759 Glenns Ferry Wood River (Oregon) 0.319187555161197234 +45000 cspg_html_4834918660 cspg_html_4834918660:101:9575:9593 Whitemud Lacombe, Alberta -0.00417620791845697229 +45001 aapg_ac_471.html aapg_ac_471.html:3:210:222 Saskatchewan Regina, Saskatchewan -0.0811793495759210865 +45002 aapg_aa_6.html aapg_aa_6.html:115:14175:14180 Tampa Lake Okeechobee -0.453130450697368015 +45003 cspg_html_1347432325 cspg_html_1347432325:7:689:697 Columbia Victoria, British Columbia -0.473010388882843136 +45004 aapg_ak_60.html aapg_ak_60.html:718:75325:75330 Swift Bay of Fundy -0.0270600859182637335 +45005 cspg_html_9768299963 cspg_html_9768299963:22:2716:2722 Battle Lacombe, Alberta -0.126401105810671516 +45006 aapg_af_211.html aapg_af_211.html:47:3540:3550 San Marcos Luling, Louisiana -0.0323768745751979448 +45007 aapg_ac_91.html aapg_ac_91.html:474:36014:36032 Mt. Head Boise, Idaho -0.439391917689554934 +45008 palaios_html_3105248303 palaios_html_3105248303:185:20483:20497 Kope Kentucky -0.489323394611266782 +45009 cspg_html_4834918660 cspg_html_4834918660:52:7901:7923 Grand Rapids Cordillera Administrative Region -0.455347020329573748 +45010 cspg_html_3023030263 cspg_html_3023030263:51:8149:8166 Wapiabi Manitoba -0.0672971107192817247 +45011 aapg_ae_873.html aapg_ae_873.html:66:8730:8738 Woodbine Lewisville, Texas -0.463478914486847693 +45012 gsa_html_4667678389 gsa_html_4667678389:972:101474:101482 Columbia Victoria, British Columbia -0.00125424333549307727 +45013 aapg_ai_49.html aapg_ai_49.html:451:57519:57539 White River Glenwood Springs, Colorado -0.179031986170319596 +45014 cspg_html_9222238695 cspg_html_9222238695:133:18965:18973 Columbia Victoria, British Columbia 0.027606100144375624 +45015 aapg_af_479.html aapg_af_479.html:714:75472:75492 Point Loma California -0.0476394385223062114 +45016 aapg_aa_267.html aapg_aa_267.html:222:18475:18495 Greenbrier Greenbrier (Great Smoky Mountains) -0.476269297170336003 +45017 gsa_html_8971189731 gsa_html_8971189731:728:71432:71443 Green River Kentucky -0.00547565736357211348 +45018 aapg_af_728.html aapg_af_728.html:17:1882:1903 Green River Colorado -0.313277876677725942 +45019 aapg_ah_645.html aapg_ah_645.html:241:29851:29866 Stump Logan, Utah -0.0443365036009496297 +45020 aapg_ac_70.html aapg_ac_70.html:441:52801:52809 Arcturus Reno, Nevada -0.0116884385826105785 +45021 aapg_aa_148.html aapg_aa_148.html:202:23115:23127 Burro Canyon Colorado -0.410536443540969742 +45022 aapg_ah_894.html aapg_ah_894.html:163:25952:25992 Smackover Texas -0.44714211768966694 +45023 aapg_ah_372.html aapg_ah_372.html:162:14827:14833 Midway Alabama 0.00994404088391406815 +45024 aapg_ac_789.html aapg_ac_789.html:236:46237:46245 Colorado Denver -0.441517589995484405 +45025 aapg_ad_944.html aapg_ad_944.html:75:8030:8049 Spearfish Williston, Vermont 0.915761227950181889 +45026 aapg_ai_296.html aapg_ai_296.html:377:36957:36974 Plattin Black River, Jamaica -0.0130645631501062637 +45027 aapg_aa_73.html aapg_aa_73.html:48:4784:4789 Logan County (United States) -0.00819798606036370794 +45028 aapg_ah_318.html aapg_ah_318.html:807:84753:84772 Smackover Reno, Nevada -0.394333607745541548 +45029 cspg_html_4937997995 cspg_html_4937997995:12:772:784 Severn River Churchill River (Atlantic) -0.00436035322610329925 +45030 aapg_ae_468.html aapg_ae_468.html:79:8401:8409 Oakville Beaumont, Texas -0.0302634568113054996 +45031 gsa_html_2768342942 gsa_html_2768342942:831:77702:77714 Devon Island Canadian Arctic Archipelago -0.44750277708033348 +45032 aapg_ac_301.html aapg_ac_301.html:97:11965:11997 Saturday Mountain Middle Ordovician 0.00179624453777558709 +45033 aapg_ah_978.html aapg_ah_978.html:590:55306:55313 Panoche Coalinga, California -0.0581501561760985122 +45034 cspg_html_2419618566 cspg_html_2419618566:859:101536:101575 Sulphur Point Lacombe, Alberta -0.441459714368856782 +45035 gsa_html_7856084240 gsa_html_7856084240:929:69905:69914 Flagstaff Sonora -0.467868439854770279 +45036 cspg_html_9343899465 cspg_html_9343899465:1313:109970:109989 Nordstrand Point Ellesmere Island -0.445984933244691462 +45037 aapg_ad_133.html aapg_ad_133.html:233:21412:21422 San Andres Martin County, Florida -0.00078520463717508945 +45038 sedimentology_html_2139169476 sedimentology_html_2139169476:370:40177:40186 Peninsula Korea -0.454357696116458765 +45039 AMJC_html_1873062106 AMJC_html_1873062106:349:48439:48447 Colorado Logan, Utah 0.763978146165895544 +45040 AMJC_html_5199783484 AMJC_html_5199783484:13:727:733 Denver Colorado -0.481766159765426027 +45041 gsa_html_8714995028 gsa_html_8714995028:19:1396:1409 Santa Barbara Great Valley, New York -0.414029473757679178 +45042 aapg_af_69.html aapg_af_69.html:18:2165:2176 Trempealeau Ohio -0.44255997020698512 +45043 AMJC_html_5421639085 AMJC_html_5421639085:436:47283:47306 Gorge Sykesville, Maryland -0.0579634464646465175 +45044 aapg_ae_513.html aapg_ae_513.html:113:9850:9866 Midway Austin County, Texas -0.00860799843042621068 +45045 aapg_ah_965.html aapg_ah_965.html:452:52935:52948 Whitsett Whitsett, North Carolina -0.466714081975797668 +45046 gsa_html_5928791685 gsa_html_5928791685:60:5408:5426 Westboro Avalonia -0.0387717471174881742 +45047 cspg_html_3068776384 cspg_html_3068776384:114:17834:17851 Cardium Western world -0.400847443026421002 +45048 aapg_af_674.html aapg_af_674.html:450:41308:41316 Colorado Denver -0.466965896576978678 +45049 cspg_html_4664502755 cspg_html_4664502755:556:67879:67909 Clearwater Western world -0.45295011354581094 +45050 aapg_ai_861.html aapg_ai_861.html:12:1958:1965 Ivishak North Slope Borough, Alaska -0.441637804770763531 +45051 aapg_ae_371.html aapg_ae_371.html:30:4856:4864 Kootenay Canada -0.441989633923979497 +45052 aapg_ac_687.html aapg_ac_687.html:111:10745:10791 Newcastle Cheyenne, Wyoming -0.0349187039582129002 +45053 aapg_ac_354.html aapg_ac_354.html:149:16240:16247 Oceanic Bering Sea -0.485448733097070706 +45054 aapg_ai_63.html aapg_ai_63.html:60:9789:9797 Colorado Colorado -0.0841874443166970715 +45055 aapg_ai_328.html aapg_ai_328.html:9:1078:1098 Rancheria Rift Valley lakes -0.452882496357985831 +45056 aapg_ad_812.html aapg_ad_812.html:81:11157:11173 Navajo New Mexico 0.00736581097593620986 +45057 aapg_af_887.html aapg_af_887.html:141:13598:13608 Whitehorse West Texas -0.00682551256752809629 +45058 aapg_af_479.html aapg_af_479.html:695:73935:73955 Point Loma California -0.448578878596292641 +45059 aapg_af_614.html aapg_af_614.html:82:6917:6940 Cotton Valley Elm Grove, Wisconsin -0.44645479356367046 +45060 aapg_af_879.html aapg_af_879.html:919:88673:88677 Word Texas -0.0289590583087490083 +45061 aapg_ah_328.html aapg_ah_328.html:343:35856:35870 Rico Logan, Utah -0.0335442004664093935 +45062 gsa_html_5495469347 gsa_html_5495469347:697:60224:60240 Morgan Logan, Utah -0.0126614494701577564 +45063 gsa_html_5107598462 gsa_html_5107598462:268:24286:24292 Salina Salina, Kansas -0.0440369350634172291 +45064 aapg_ae_271.html aapg_ae_271.html:145:11864:11884 Cockfield Gosport, Indiana -0.417521987723564914 +45065 aapg_ad_152.html aapg_ad_152.html:287:36082:36090 Chainman Nye County, Nevada -0.0571939795181882898 +45066 aapg_ah_804.html aapg_ah_804.html:62:5613:5621 Red Cave Morton County, North Dakota -0.428824418473081392 +45067 aapg_ac_618.html aapg_ac_618.html:93:9221:9228 Gaptank Val Verde (fictional country) -0.0686499380082768451 +45068 cspg_html_9361096527 cspg_html_9361096527:590:60603:60634 Judith River Lacombe, Alberta -0.437953842888147871 +45069 aapg_aa_110.html aapg_aa_110.html:3:197:218 Green River Cheyenne, Wyoming -0.0186688510697679971 +45070 aapg_ad_361.html aapg_ad_361.html:105:7967:7979 Midway Alabama -0.0127518020559754426 +45071 cspg_html_7201476813 cspg_html_7201476813:160:20297:20316 Red River Williston Basin -0.0197168810314956311 +45072 cspg_html_8775315691 cspg_html_8775315691:6:329:358 Scollard Lacombe, Alberta -0.0575132711788683623 +45073 aapg_aa_622.html aapg_aa_622.html:67:8911:8919 Colorado Logan, Utah -0.06179820059879821 +45074 geology_html_3302921640 geology_html_3302921640:12:498:504 Denver Colorado -0.453572428394685367 +45075 aapg_ad_812.html aapg_ad_812.html:81:11175:11192 Kayenta Chinle Formation -0.0816507680951974596 +45076 sedimentology_html_9561482262 sedimentology_html_9561482262:1055:43754:43764 Rio Grande Tierra del Fuego Province (Argentina) -0.449811224417208722 +45077 aapg_ai_933.html aapg_ai_933.html:130:19145:19162 Green River Cheyenne, Wyoming -0.472123282834716163 +45078 aapg_af_880.html aapg_af_880.html:515:77734:77749 Maroon Cheyenne, Wyoming -0.437049524484892205 +45079 aapg_ae_550.html aapg_ae_550.html:44:6093:6101 Colorado Denver -0.485546964607742992 +45080 gsa_html_3379069611 gsa_html_3379069611:860:66610:66618 Colorado Denver -0.492210951964540455 +45081 aapg_af_0.html aapg_af_0.html:342:37266:37284 Sabaneta Santa Ana, California -0.466219818123899288 +45082 aapg_aa_147.html aapg_aa_147.html:788:79535:79543 Deadwood Williston Basin -0.436810292517708865 +45083 gsa_html_7345831590 gsa_html_7345831590:50:1205:1215 Washington Vancouver -0.424724275346869462 +45084 geology_html_1926795897 geology_html_1926795897:16:786:795 San Diego California -0.0473711120814198014 +45085 cspg_html_3926542795 cspg_html_3926542795:1132:118910:118926 Nisku Swan Hill, Victoria -0.429008912224210892 +45086 aapg_ai_98.html aapg_ai_98.html:84:12400:12405 Eutaw Mississippi River -0.20584628259191512 +45087 aapg_af_397.html aapg_af_397.html:22:3209:3235 Entrada Entrada Sandstone -0.436157146454813294 +45088 sedimentology_html_2806065367 sedimentology_html_2806065367:101:12005:12015 Rio Grande Puerto Palomas, Chihuahua -0.494585786210081368 +45089 aapg_aa_582.html aapg_aa_582.html:203:21499:21515 Martin Sonora -0.463579265049131273 +45090 cspg_html_3521815736 cspg_html_3521815736:289:41006:41013 Halfway Wembley Stadium -0.0249388283192189877 +45091 aapg_af_854.html aapg_af_854.html:893:126374:126393 Aux Vases Illinois -0.437960495533138761 +45092 aapg_ad_880.html aapg_ad_880.html:22:3525:3543 Sundance Black Hills -0.305127513133675476 +45093 aapg_af_482.html aapg_af_482.html:96:12788:12793 Atima Honduras -0.490873029192211763 +45094 aapg_af_577.html aapg_af_577.html:199:13929:13936 Halfway Pecos County, Texas -0.0288025393782587909 +45095 palaios_html_5321533010 palaios_html_5321533010:420:46545:46553 Virginia Reston, Virginia -0.450676431675374467 +45096 gsa_html_5107598462 gsa_html_5107598462:384:32971:32977 Salina Berwick, Pennsylvania -0.423229723234377797 +45097 sedimentology_html_9260132433 sedimentology_html_9260132433:39:2760:2776 Eureka Quartzite Western world -0.438271005074949593 +45098 aapg_ae_17.html aapg_ae_17.html:117:14579:14585 Sierra Caborca -0.437483842668899725 +45099 aapg_aa_732.html aapg_aa_732.html:443:45298:45320 Sevy Dolomite Logan, Utah 0.392477723181951066 +45100 aapg_ad_351.html aapg_ad_351.html:66:7654:7674 Keokuk Missouri River 1.06755257663304093 +45101 aapg_ae_445.html aapg_ae_445.html:72:5836:5851 Tuscaloosa Tuscaloosa, Alabama -0.0105729870441561395 +45102 cspg_html_8917306391 cspg_html_8917306391:430:41942:41959 Cardium Lacombe, Alberta -0.457650607934439568 +45103 sedimentology_html_1623454448 sedimentology_html_1623454448:1290:105005:105009 Hall London, Ontario -0.451751782124743317 +45104 cspg_html_3102530088 cspg_html_3102530088:316:37841:37860 Lea Park Milk River, Alberta -0.118225713646976566 +45105 aapg_af_286.html aapg_af_286.html:320:41473:41489 Viking Lacombe, Alberta -0.0281695262279110618 +45106 aapg_ac_82.html aapg_ac_82.html:164:15106:15111 Atoka Ouachita Parish, Louisiana -0.474203062673125064 +45107 aapg_ah_881.html aapg_ah_881.html:115:13136:13145 Chuckanut Nanaimo -0.471340610693628537 +45108 cspg_html_9587281669 cspg_html_9587281669:88:15778:15784 Exshaw Milk River, Alberta -0.0497968387707368038 +45109 geology_html_9131630956 geology_html_9131630956:160:14064:14075 Green River Kentucky -0.0122896166911195832 +45110 aapg_ad_318.html aapg_ad_318.html:200:25875:25897 Salina Lockport (city), New York 0.0254917166036998516 +45111 gsa_html_5925974677 gsa_html_5925974677:99:10855:10861 Tuscan Tyrrhenian Sea -0.0238644046922454368 +45112 aapg_aa_916.html aapg_aa_916.html:178:17322:17332 Banquereau Logan Canyon -0.450743884934886652 +45113 cspg_html_3579312067 cspg_html_3579312067:32:4617:4637 La Vieille New Brunswick, New Jersey -0.539438829284106802 +45114 AMJC_html_1007005179 AMJC_html_1007005179:750:86302:86308 Ithaca Bolivia -0.4864081422828892 +45115 aapg_ae_115.html aapg_ae_115.html:127:13794:13802 Tensleep Cheyenne, Wyoming -0.0414701241414489052 +45116 gsa_html_2989317971 gsa_html_2989317971:1212:120169:120178 Extension Yellowstone National Park -0.463250887108730525 +45117 aapg_ai_346.html aapg_ai_346.html:10:879:892 Knox Dolomite Mississippi River -0.450707909241451543 +45118 aapg_ae_72.html aapg_ae_72.html:293:26773:26780 Entrada Kayenta, Arizona 0.0204347189005011226 +45119 jgeology_html_6990146451 jgeology_html_6990146451:232:16234:16244 Laurentian Gondwana -0.0530497916352297219 +45120 gsa_html_5608167218 gsa_html_5608167218:431:37729:37732 Arc Tyrrhenian Sea -0.466965896576978678 +45121 gsa_html_7020634397 gsa_html_7020634397:419:34190:34207 Ivishak Anchorage, Alaska -0.478447154667899333 +45122 cspg_html_1065856149 cspg_html_1065856149:62:7496:7504 Columbia Victoria, British Columbia -0.0415972283122600164 +45123 cspg_html_7297340324 cspg_html_7297340324:770:90024:90032 Columbia Victoria, British Columbia -0.488912357297633382 +45124 aapg_ai_567.html aapg_ai_567.html:1047:133646:133650 Java Borneo -0.0165121278486362495 +45125 gsa_html_9979192554 gsa_html_9979192554:869:83935:83939 Hall Canada -0.474918987556243288 +45126 gsa_html_1766967821 gsa_html_1766967821:31:2886:2914 Green River Colorado 0.00945062084184406827 +45127 geology_html_1655073154 geology_html_1655073154:280:23532:23538 Morgan Hawaii (island) -0.443701699352459789 +45128 aapg_ad_466.html aapg_ad_466.html:545:62876:62887 Englishtown Woodbury, New Jersey -0.151831899900214812 +45129 aapg_af_149.html aapg_af_149.html:150:13368:13375 Anahuac Shreveport, Louisiana 0.296412911193537021 +45130 aapg_ae_3.html aapg_ae_3.html:252:36140:36159 Leadville Cheyenne, Wyoming -0.0438697385751906713 +45131 aapg_af_995.html aapg_af_995.html:187:33709:33724 Mesaverde Logan, Utah -0.441459714368856782 +45132 sedimentology_html_2909366246 sedimentology_html_2909366246:1530:75971:76001 East Berlin Cambridge, Massachusetts -0.0460783921822131154 +45133 aapg_ah_779.html aapg_ah_779.html:390:72687:72695 Monterey Lewistown, Pennsylvania -0.0281956113391264446 +45134 aapg_ad_419.html aapg_ad_419.html:84:7526:7534 Traverse Detroit River International Wildlife Refuge 0.00806768629271910689 +45135 gsa_html_9613801428 gsa_html_9613801428:541:57301:57329 Talkeetna Tonga -0.462193603410137988 +45136 aapg_ae_917.html aapg_ae_917.html:218:23347:23372 Battle Eagle River, Alaska -0.44497889773871091 +45137 sedimentology_html_3200584564 sedimentology_html_3200584564:1232:82696:82710 Colorado Canada -0.488837217649543798 +45138 cspg_html_4834918660 cspg_html_4834918660:18:2533:2540 Deville Edmonton, London 0.812632802053108172 +45139 cspg_html_4659384530 cspg_html_4659384530:163:19126:19151 Beaverhill Swan Hill, Victoria -0.464419004431934179 +45140 aapg_ae_579.html aapg_ae_579.html:18:2338:2358 Wind River Cheyenne, Wyoming -0.0374854970186532591 +45141 cspg_html_4031489103 cspg_html_4031489103:39:6524:6532 Columbia Victoria, British Columbia -0.432249992487968249 +45142 geology_html_9449848150 geology_html_9449848150:22:1708:1727 Flagstaff Logan, Utah -0.509757537262199301 +45143 aapg_af_728.html aapg_af_728.html:424:49735:49767 Long Rapids Ontario, California 0.403424561499194811 +45144 aapg_ae_35.html aapg_ae_35.html:104:9876:9890 Duchesne River Wasatch Range -0.0502848648345936219 +45145 aapg_ae_916.html aapg_ae_916.html:414:47334:47348 Colorado Niobrara, Nebraska -0.151885624538624114 +45146 aapg_ae_187.html aapg_ae_187.html:62:4862:4870 Michigan Kentucky -0.00581963313965654701 +45147 aapg_ad_55.html aapg_ad_55.html:24:2942:2949 Plattin Decorah, Iowa -0.464656465989479628 +45148 sedimentology_html_6520137584 sedimentology_html_6520137584:76:9231:9240 Peninsula Korea -0.0530497916352297219 +45149 aapg_ad_169.html aapg_ad_169.html:22:3082:3100 Greenbrier Huntington, West Virginia -0.465558942626108085 +45150 aapg_ae_233.html aapg_ae_233.html:19:2772:2782 Tuscaloosa Chattahoochee River National Recreation Area -0.0167658489119699126 +45151 aapg_ac_972.html aapg_ac_972.html:233:27701:27717 Rico Rancho Santa Margarita, California -0.0526051706223679347 +45152 geology_html_2983174725 geology_html_2983174725:10:341:375 Zabriskie Quartzite Death Valley -0.238507109021628555 +45153 palaios_html_9669360804 palaios_html_9669360804:41:3662:3665 Abo New Mexico -0.474715697540505466 +45154 aapg_ae_415.html aapg_ae_415.html:498:65073:65088 Byram Richland Creek -0.198481264730223428 +45155 cspg_html_5000772122 cspg_html_5000772122:33:5755:5766 Fernie Manitoba -2.08461351353560743e-05 +45156 aapg_ac_613.html aapg_ac_613.html:32:4439:4454 Mesaverde Mancos, Colorado -0.423083452106315594 +45157 sedimentology_html_9257813538 sedimentology_html_9257813538:471:37119:37126 Francis London, Ontario -0.455432903203822237 +45158 aapg_aa_106.html aapg_aa_106.html:320:32823:32831 Edmonton Manitoba -0.457840951353905012 +45159 aapg_ai_340.html aapg_ai_340.html:612:55640:55659 Matanuska Anchorage, Alaska -0.111792614714756322 +45160 aapg_aa_215.html aapg_aa_215.html:297:24831:24839 Santiago Chile -0.0269348882327513015 +45161 aapg_ac_971.html aapg_ac_971.html:1044:88885:88893 Seminole McAlester, Oklahoma -0.465595518002078101 +45162 aapg_ai_780.html aapg_ai_780.html:132:14614:14622 Virginia Long Island (Massachusetts) -0.508857647049569151 +45163 aapg_ae_3.html aapg_ae_3.html:213:29791:29805 Manning Canyon Logan, Utah -0.496938878513721649 +45164 aapg_ah_157.html aapg_ah_157.html:212:29976:29982 Galena Ottawa, Kansas -0.111986892813216776 +45165 aapg_ah_754.html aapg_ah_754.html:3:305:313 Columbia Vancouver -0.450586501765938174 +45166 aapg_ah_633.html aapg_ah_633.html:210:30647:30662 Tampa Tampa, Florida -0.46814580209221146 +45167 aapg_af_84.html aapg_af_84.html:21:1912:1922 Washington Salem, Oregon -0.0249388283192189877 +45168 aapg_af_978.html aapg_af_978.html:972:143623:143633 Copenhagen Denmark -0.455279223830003521 +45169 aapg_af_854.html aapg_af_854.html:1163:164723:164739 Menard Illinois -0.424529676895097352 +45170 cspg_html_7086537250 cspg_html_7086537250:614:86772:86782 Besa River Lacombe, Alberta -0.468384265774498543 +45171 aapg_af_890.html aapg_af_890.html:123:13271:13281 San Andres Guadalupe Mountains National Park -0.420983530191217814 +45172 aapg_af_561.html aapg_af_561.html:438:41181:41193 Wasatch South Fork Eel River 0.00331802598112439446 +45173 aapg_ac_365.html aapg_ac_365.html:238:19438:19445 Yucatan Campeche, Campeche -0.464533160716817162 +45174 aapg_ah_160.html aapg_ah_160.html:89:13320:13327 Manlius Lewistown, Pennsylvania -0.0186775409744464604 +45175 palaios_html_7274959329 palaios_html_7274959329:17:823:828 Laval Quebec City -0.0343184250102417446 +45176 cspg_html_6786864151 cspg_html_6786864151:11:1489:1511 Trent River Qualicum River -0.433403442682278373 +45177 gsa_html_6143207195 gsa_html_6143207195:24:1000:1010 Washington Washington (state) -0.0453014649613171713 +45178 sedimentology_html_3661716164 sedimentology_html_3661716164:226:17069:17089 Lee Kentucky -0.487607747652621382 +45179 gsa_html_3407914201 gsa_html_3407914201:872:94156:94170 Ione Central Valley (California) 0.000792153354614578671 +45180 gsa_html_5601712699 gsa_html_5601712699:843:73658:73668 Washington Washington (state) -0.454089094007790295 +45181 aapg_af_854.html aapg_af_854.html:643:89335:89350 Salem Bloomington, Indiana -0.464405306663695727 +45182 jgeology_html_1095412310 jgeology_html_1095412310:466:28730:28747 Manlius Western world -0.458822766590828601 +45183 cspg_html_8818854104 cspg_html_8818854104:68:10367:10382 Grassy Mountain Lacombe, Alberta -0.463250887108730525 +45184 aapg_aa_655.html aapg_aa_655.html:23:3330:3338 Colorado Sangre de Cristo Range -0.0951065844265481797 +45185 aapg_ad_351.html aapg_ad_351.html:524:45321:45340 Northview Sedalia, Missouri -0.476324834178458445 +45186 cspg_html_2701043964 cspg_html_2701043964:128:15196:15226 Athabasca Alta, Utah -0.471340610693628537 +45187 aapg_ad_757.html aapg_ad_757.html:301:38516:38521 Viola Seminole, Texas -0.0472404368937096517 +45188 aapg_ai_503.html aapg_ai_503.html:67:7261:7278 Grimsby Manitoulin Island -0.449431691216236939 +45189 cspg_html_3233680622 cspg_html_3233680622:55:7445:7463 Eureka Sound Ellesmere Island -0.0294390614624063553 +45190 gsa_html_1217771406 gsa_html_1217771406:483:43199:43213 Monterey Monterey, California -0.0213629091377398328 +45191 aapg_ad_580.html aapg_ad_580.html:436:54709:54716 Wasatch Cheyenne, Wyoming -0.444036457876645585 +45192 aapg_aa_577.html aapg_aa_577.html:5:677:685 Columbia Waterloo, Ontario -0.461046592969278191 +45193 aapg_ae_768.html aapg_ae_768.html:152:15078:15085 Rustler Salado, Texas -0.0445315771469266958 +45194 aapg_ah_3.html aapg_ah_3.html:60:8489:8515 Wabamun New Guinea -0.0112818678629079024 +45195 cspg_html_4392308496 cspg_html_4392308496:102:17924:17945 Bonaventure Quebec City -0.502783815794125233 +45196 palaios_html_3243054568 palaios_html_3243054568:69:8635:8655 Beck Spring Dolomite Cheyenne, Wyoming -0.175819841959225592 +45197 aapg_ah_962.html aapg_ah_962.html:301:30199:30216 West Spring Creek Robertson, New South Wales -0.464656465989479628 +45198 aapg_ad_948.html aapg_ad_948.html:96:9111:9116 Supai Coconino County, Arizona -0.455211432419709627 +45199 aapg_af_854.html aapg_af_854.html:290:35735:35753 Kinderhook Iowa -0.0199532604557582163 +45200 AMJC_html_4299960498 AMJC_html_4299960498:755:87939:87945 Oregon Washington (state) -0.435880527044409383 +45201 aapg_af_11.html aapg_af_11.html:540:54556:54571 Molas Placerville, Colorado -0.0235062798697475116 +45202 palaios_html_7765531315 palaios_html_7765531315:619:59849:59890 Noonday Dolomite Death Valley -0.0783710947280626402 +45203 cspg_html_4839003013 cspg_html_4839003013:28:4057:4078 Beaverhill Lacombe, Alberta -0.457492019193031785 +45204 sedimentology_html_5613495298 sedimentology_html_5613495298:123:12579:12596 Chinle Chinle Formation -0.403734860465849998 +45205 aapg_ah_69.html aapg_ah_69.html:149:14244:14260 Black River Black River, Jamaica -0.447189152172129289 +45206 aapg_ae_72.html aapg_ae_72.html:40:6067:6070 Ute Carrizo Plain -0.472501057082917231 +45207 aapg_af_244.html aapg_af_244.html:75:7664:7674 San Felipe Tampico, Illinois -0.232122845668434552 +45208 gsa_html_4543270561 gsa_html_4543270561:1171:99421:99429 Rockwell Pacific coast -0.0185558826483486587 +45209 aapg_ad_812.html aapg_ad_812.html:92:13556:13563 Entrada Arizona -0.475473655949527896 +45210 aapg_ac_986.html aapg_ac_986.html:404:46439:46455 Chinle Cheyenne, Wyoming 0.00389825344276496875 +45211 aapg_aa_287.html aapg_aa_287.html:411:48330:48346 Viking Lacombe, Alberta -0.452003931056544739 +45212 aapg_ad_337.html aapg_ad_337.html:94:9825:9832 Temblor Santa Monica Mountains -0.480667710196792775 +45213 cspg_html_8362959053 cspg_html_8362959053:301:29593:29602 Mackenzie Victoria, British Columbia -0.00409977035478876605 +45214 AMJC_html_7984049819 AMJC_html_7984049819:797:85026:85044 Eastport Portland, Maine -0.0449008358068114649 +45215 aapg_ae_888.html aapg_ae_888.html:90:10697:10719 Grove Lone Grove, Oklahoma -0.427211623217386149 +45216 sedimentology_html_8745852512 sedimentology_html_8745852512:923:66647:66656 San Diego California -0.441397390812390766 +45217 aapg_aa_906.html aapg_aa_906.html:314:30902:30922 Fort Union Colorado -0.576875207338660934 +45218 cspg_html_4382149016 cspg_html_4382149016:329:48531:48543 Utica Logan, Utah -0.459083706416541504 +45219 cspg_html_4727222822 cspg_html_4727222822:29:4141:4173 Schei Point Middle East -0.444223975732980447 +45220 aapg_ae_715.html aapg_ae_715.html:1027:118947:118966 Catahoula Texas -0.438246604154488462 +45221 aapg_ae_916.html aapg_ae_916.html:289:33563:33571 Kootenai Cut Bank, Montana -0.0254673751787387811 +45222 geology_html_3335667448 geology_html_3335667448:87:7214:7229 Rockland California -0.485448733097070706 +45223 aapg_aa_841.html aapg_aa_841.html:101:9751:9761 Frio Galveston County, Texas -0.00425264554680848412 +45224 aapg_ai_17.html aapg_ai_17.html:1089:71600:71619 Vicksburg Chattahoochee County, Georgia 0.548543981363629474 +45225 aapg_ae_618.html aapg_ae_618.html:54:5447:5453 Walker Lacombe, Alberta -0.123232219055621428 +45226 aapg_aa_973.html aapg_aa_973.html:24:1843:1853 Phosphoria Cheyenne, Wyoming -0.437951625350357587 +45227 jgeology_html_8064855537 jgeology_html_8064855537:677:51288:51293 Provo Sevier orogeny -0.0229847531233617133 +45228 aapg_af_636.html aapg_af_636.html:256:29934:29955 Dutch Creek Illinois -0.0695187887833813717 +45229 aapg_ae_271.html aapg_ae_271.html:98:7332:7342 Washington Alabama -0.057382412068765952 +45230 aapg_ah_747.html aapg_ah_747.html:47:5247:5262 Weber Logan, Utah -0.422243369951963321 +45231 aapg_ae_441.html aapg_ae_441.html:47:3881:3889 Fillmore Michigan -0.455197874748240694 +45232 aapg_ad_2.html aapg_ad_2.html:1104:151375:151396 Beekmantown Pennsylvania -0.414527021884554703 +45233 cspg_html_2734588863 cspg_html_2734588863:26:3616:3628 Saskatchewan Regina, Saskatchewan -0.0248379892514390653 +45234 aapg_af_164.html aapg_af_164.html:36:4001:4017 Iatan Plattsburg, Missouri -0.481673016532011111 +45235 cspg_html_4270552951 cspg_html_4270552951:188:27292:27302 Swan River Niobrara, Nebraska -0.466718659783226908 +45236 aapg_ak_97.html aapg_ak_97.html:120:12080:12102 Red Mountain Alabama -0.0352075456733289827 +45237 geology_html_1451099275 geology_html_1451099275:289:27192:27197 Yukon Arctic Cordillera -0.48663294001243923 +45238 cspg_html_1818321956 cspg_html_1818321956:204:21439:21447 Columbia Canada -0.0729431140893573166 +45239 cspg_html_3447886929 cspg_html_3447886929:1011:105355:105381 Lawrence Eastern Canada -0.478836965338604204 +45240 aapg_af_91.html aapg_af_91.html:354:40857:40877 Manning Canyon Oquirrh Mountain Utah Temple -0.0386777529252957109 +45241 aapg_af_471.html aapg_af_471.html:313:37400:37410 Pottsville Alabama 0.334900948940270671 +45242 cspg_html_1915486237 cspg_html_1915486237:320:39442:39450 Columbia Victoria, British Columbia -0.451812561628617604 +45243 aapg_ac_380.html aapg_ac_380.html:181:22576:22584 Onondaga Onondaga County, New York -0.0709858367369760879 +45244 gsa_html_3680104586 gsa_html_3680104586:30:2784:2812 Green River Colorado 0.000729614901202842885 +45245 aapg_ae_327.html aapg_ae_327.html:131:12858:12866 Michigan Arkansas -0.480765396922298249 +45246 aapg_ac_366.html aapg_ac_366.html:111:14879:14898 Rose Hill Huntington, West Virginia -0.22417395946333929 +45247 aapg_ae_973.html aapg_ae_973.html:560:40794:40798 Yeso New Mexico 0.0125259211045502007 +45248 aapg_aa_358.html aapg_aa_358.html:106:11894:11902 Moenkopi Chinle Formation -0.424269545188154129 +45249 aapg_ad_341.html aapg_ad_341.html:159:16026:16033 Chemung West Branch Susquehanna Valley 0.0121540899829594047 +45250 aapg_ad_575.html aapg_ad_575.html:316:41255:41261 Denver Colorado -0.470236848829719556 +45251 gsa_html_8549650339 gsa_html_8549650339:165:14573:14594 Eagle Buda, Texas -0.449433936510724996 +45252 gsa_html_3032625755 gsa_html_3032625755:789:59948:59959 Abercrombie Southern California -0.465641239344597002 +45253 AMJC_html_1690410018 AMJC_html_1690410018:504:71912:71916 Kent London, Ontario -0.486398776993572868 +45254 aapg_aa_689.html aapg_aa_689.html:470:56024:56067 Prairie Regina, Saskatchewan 0.033690342106603377 +45255 aapg_ac_913.html aapg_ac_913.html:100:9803:9808 Atoka Hartshorne, Oklahoma -0.460941978835084587 +45256 cspg_html_9222238695 cspg_html_9222238695:266:35967:35975 Columbia Victoria, British Columbia -0.457582637906406409 +45257 aapg_af_808.html aapg_af_808.html:382:52269:52287 Scotland Bonaire 0.00724767451713446368 +45258 geology_html_4913268241 geology_html_4913268241:334:25454:25460 Provo Gibraltar -0.451751782124743317 +45259 cspg_html_5960210762 cspg_html_5960210762:77:10088:10099 Buick Creek Valhalla, New York -0.462398581950347165 +45260 cspg_html_3618628685 cspg_html_3618628685:27:4292:4299 Wapiabi Milk River, Alberta -0.132674325857434855 +45261 aapg_ai_154.html aapg_ai_154.html:92:11013:11021 Onondaga Pennsylvania 0.0069488599553278246 +45262 geology_html_1678017973 geology_html_1678017973:122:14837:14858 Jacksonburg Iowa -0.474992922950619234 +45263 cspg_html_5312588885 cspg_html_5312588885:72:9015:9034 Jefferson Boise, Idaho -0.203517104681472327 +45264 gsa_html_4234009219 gsa_html_4234009219:94:10706:10716 Washington Toledo, Spain -0.499298579771170536 +45265 gsa_html_7936718686 gsa_html_7936718686:980:69199:69222 Bluff Hawaii (island) -0.485336482309537631 +45266 cspg_html_1050448431 cspg_html_1050448431:200:26454:26462 Columbia Victoria, British Columbia -0.454041701910604445 +45267 cspg_html_4915680223 cspg_html_4915680223:229:25049:25064 Douro Cape Cod -0.110595399965676564 +45268 aapg_ac_873.html aapg_ac_873.html:195:14393:14408 Lance Cheyenne, Wyoming -0.0514492842552477722 +45269 aapg_ad_169.html aapg_ad_169.html:319:37425:37445 Greenbrier Huntington, West Virginia -0.0311226948006410493 +45270 jgeology_html_5471448181 jgeology_html_5471448181:249:22425:22442 Entrada Kayenta, Arizona -0.441397390812390766 +45271 aapg_af_133.html aapg_af_133.html:164:17897:17909 Osgood Bloomington, Indiana 0.00496317135517138856 +45272 aapg_ah_73.html aapg_ah_73.html:166:18598:18620 Cotton Valley Shreveport, Louisiana -0.422356792753443622 +45273 geology_html_3614605929 geology_html_3614605929:57:5704:5721 Onaping Sudbury, Suffolk -0.506336451321114045 +45274 cspg_html_8775315691 cspg_html_8775315691:86:10305:10324 Coalspur Lacombe, Alberta -0.0338277865791703769 +45275 aapg_aa_118.html aapg_aa_118.html:14:1408:1413 Chazy Champlain Valley -0.463764030920631232 +45276 aapg_ai_281.html aapg_ai_281.html:247:24216:24223 El Abra Mexico -0.130914618893177181 +45277 aapg_ac_984.html aapg_ac_984.html:112:9842:9852 Eau Claire Bonne Terre, Missouri 0.00660835233941787364 +45278 gsa_html_4071231613 gsa_html_4071231613:1043:105265:105275 Washington Boise, Idaho -0.0384514743194312794 +45279 aapg_ae_581.html aapg_ae_581.html:640:71417:71436 Fox Hills Cheyenne, Wyoming -0.0237635726163751594 +45280 cspg_html_3804945581 cspg_html_3804945581:110:12908:12931 Scollard Horseshoe Canyon Formation -0.452909542628234352 +45281 cspg_html_9894399778 cspg_html_9894399778:51:4569:4583 Cloverly Regina, Saskatchewan -0.450582005503512739 +45282 gsa_html_1766933224 gsa_html_1766933224:521:45600:45607 Emerson Norcross, Georgia -0.464473797617463435 +45283 gsa_html_1636483297 gsa_html_1636483297:816:73022:73043 Green River Cheyenne, Wyoming -0.093914777856232784 +45284 aapg_ac_749.html aapg_ac_749.html:149:20550:20567 Grimsby Ontario, California -0.040359343442637502 +45285 cspg_html_4376017434 cspg_html_4376017434:22:3369:3377 Columbia Victoria, British Columbia -0.0312427146313614852 +45286 cspg_html_8818854104 cspg_html_8818854104:135:17620:17628 Columbia Lacombe, Alberta -0.442548827459522287 +45287 sedimentology_html_9626990209 sedimentology_html_9626990209:1361:99122:99137 Mesaverde Cheyenne, Wyoming 0.000564582905986352451 +45288 gsa_html_5401370456 gsa_html_5401370456:217:21891:21901 Santa Cruz Western world -0.499926419938481803 +45289 geology_html_8854515178 geology_html_8854515178:253:20692:20700 Rockwell India -0.0164252377233713442 +45290 sedimentology_html_3206626228 sedimentology_html_3206626228:238:22358:22365 Wiarton Ontario, California -0.490016735996709807 +45291 aapg_ac_971.html aapg_ac_971.html:1096:95021:95038 Bromide McAlester, Oklahoma -0.428967178358428958 +45292 aapg_ai_509.html aapg_ai_509.html:97:8542:8569 West Spring Creek Middle Ordovician -0.493432945605813467 +45293 aapg_ad_111.html aapg_ad_111.html:47:6589:6608 Mesaverde Logan, Utah -0.408375160634021905 +45294 aapg_ae_915.html aapg_ae_915.html:201:16309:16321 Dakota Nebraska -0.408185950321833024 +45295 gsa_html_1931201430 gsa_html_1931201430:723:71094:71100 Active California -0.0396629967137020131 +45296 aapg_ac_227.html aapg_ac_227.html:69:7573:7580 Wasatch Uinta Mountains -0.4381734052234173 +45297 gsa_html_4181975259 gsa_html_4181975259:684:65294:65300 Oregon Salem, Oregon -0.0274826364360333635 +45298 aapg_aa_696.html aapg_aa_696.html:707:76677:76685 Colorado Denver -0.456337429672799166 +45299 geology_html_1056317078 geology_html_1056317078:232:23626:23632 Denver Colorado -0.484191429205932 +45300 sedimentology_html_2139169476 sedimentology_html_2139169476:130:12299:12308 Peninsula Muan International Airport -0.0749396337281352937 +45301 aapg_aa_415.html aapg_aa_415.html:195:27342:27350 Anacacho Bexar County, Texas -0.0380441859515352823 +45302 aapg_ah_847.html aapg_ah_847.html:146:16493:16507 New Egypt New Egypt, New Jersey 0.0121158646084473642 +45303 palaios_html_6453840623 palaios_html_6453840623:15:674:692 Catskill Pennsylvania -0.467870731747513147 +45304 aapg_aa_777.html aapg_aa_777.html:58:6095:6102 Wasatch Wasatch Range -0.461601707643698789 +45305 aapg_af_502.html aapg_af_502.html:790:91630:91638 Colorado Leadville, Colorado -0.494543235417533422 +45306 AMJC_html_6539706032 AMJC_html_6539706032:179:17564:17582 Mamacoke Plainfield, Illinois -0.444916336311243943 +45307 aapg_aa_856.html aapg_aa_856.html:57:4272:4285 Cotton Valley Columbia Country -0.425713184141869205 +45308 aapg_af_167.html aapg_af_167.html:158:18971:18984 Carlile Ellis County, Kansas 0.213290262998998892 +45309 aapg_af_479.html aapg_af_479.html:686:73194:73204 Point Loma San Diego -0.0895635994451674383 +45310 cspg_html_6159840831 cspg_html_6159840831:40:6739:6756 Cardium Victoria, British Columbia -0.0249388283192189877 +45311 jgeology_html_5352797441 jgeology_html_5352797441:91:4003:4020 Baraboo Quartzite Wisconsin -0.494609426466897539 +45312 aapg_ai_145.html aapg_ai_145.html:258:27310:27322 Fernie Lacombe, Alberta -0.440814423285003532 +45313 gsa_html_3484366946 gsa_html_3484366946:1176:109666:109682 Noonday Dolomite Death Valley -0.0398318560820373618 +45314 gsa_html_5664265459 gsa_html_5664265459:745:73321:73328 Juntura Steens Mountain Wilderness -0.0667553724094207129 +45315 aapg_ah_530.html aapg_ah_530.html:231:27375:27382 Sly Gap New Mexico 0.0138673323249030138 +45316 gsa_html_1412681096 gsa_html_1412681096:480:38475:38507 Sierra Guadalajara, Jalisco -0.491577059800919369 +45317 aapg_ac_408.html aapg_ac_408.html:85:8809:8813 Frio Agua Dulce, Nueces County, Texas -0.426720647196584257 +45318 aapg_ae_419.html aapg_ae_419.html:4627:271872:271878 Sierra Mexico -0.00590649599379846572 +45319 gsa_html_8662622130 gsa_html_8662622130:580:55648:55657 Eel River California -0.456518443898076276 +45320 aapg_af_497.html aapg_af_497.html:533:45936:45942 Pueblo Colorado -0.466810220907495799 +45321 cspg_html_6064089067 cspg_html_6064089067:62:7119:7127 Winnipeg Stewartville, Minnesota 0.00157388492495401659 +45322 aapg_af_614.html aapg_af_614.html:56:4354:4373 Smackover Arkansas 2.77948468513044932e-05 +45323 aapg_ae_319.html aapg_ae_319.html:525:44486:44493 Ankareh Uinta Mountains -0.241913064491468266 +45324 aapg_ai_49.html aapg_ai_49.html:632:83040:83050 San Andres Kaibab, Arizona -0.0074248793072545817 +45325 aapg_aa_176.html aapg_aa_176.html:694:67810:67837 Santa Cruz California -0.452927573923113447 +45326 aapg_ai_802.html aapg_ai_802.html:507:46953:46972 Monterey California -0.44645479356367046 +45327 palaios_html_5264377288 palaios_html_5264377288:724:57628:57665 Chickaloon Anchorage, Alaska -0.451767539383647998 +45328 aapg_ae_928.html aapg_ae_928.html:655:47316:47339 Cotton Valley Lisbon -0.454935799752899217 +45329 aapg_ad_960.html aapg_ad_960.html:25:3009:3039 Rico Durham, North Carolina -0.476672020857479173 +45330 cspg_html_6682149301 cspg_html_6682149301:19:2129:2141 Cardium Milk River, Alberta -0.428789280868512646 +45331 gsa_html_3010975239 gsa_html_3010975239:566:65039:65043 Lane Michigan -0.448350101124535771 +45332 cspg_html_8078587269 cspg_html_8078587269:282:24939:24947 Golconda Bloomington, Indiana -0.457614356613462614 +45333 aapg_ac_344.html aapg_ac_344.html:17:1439:1449 Tuscaloosa Austin, Chicago 0.0105973111472393959 +45334 cspg_html_1188455526 cspg_html_1188455526:149:22944:22965 Schei Point Ellesmere Island -0.0062678467546358578 +45335 geology_html_8735977686 geology_html_8735977686:15:630:637 Newport Salem, Oregon -0.455252106655251121 +45336 cspg_html_1506720813 cspg_html_1506720813:805:88156:88162 Denver Colorado -0.457736710679965686 +45337 cspg_html_5104062649 cspg_html_5104062649:111:11130:11152 Slater River Western world -0.462125287699645448 +45338 aapg_aa_685.html aapg_aa_685.html:131:12493:12503 North Horn North Horn Formation 0.000792153354614578671 +45339 aapg_ae_916.html aapg_ae_916.html:252:28699:28704 Eagle Judith River Formation -0.0457038553664062958 +45340 aapg_ae_70.html aapg_ae_70.html:212:21735:21746 Green River Fort Union Trading Post National Historic Site -0.0249388283192189877 +45341 aapg_af_266.html aapg_af_266.html:136:15023:15048 Sycamore Soquel, California -0.127939756268501403 +45342 cspg_html_9843429624 cspg_html_9843429624:57:7307:7312 Nisku Lacombe, Alberta -0.428844183946785584 +45343 aapg_ac_176.html aapg_ac_176.html:55:9279:9286 Kaimiro Turangi 0.0180518772845760546 +45344 aapg_ac_699.html aapg_ac_699.html:136:11060:11067 El Abra Texas 0.00299316941719320615 +45345 palaios_html_2847312584 palaios_html_2847312584:277:36542:36550 Fairview Waynesville, North Carolina -0.491989389258511933 +45346 aapg_af_50.html aapg_af_50.html:814:74269:74278 Leadville Colorado -0.490689465081328491 +45347 palaios_html_2221534395 palaios_html_2221534395:344:42536:42546 Washington Lexington, Kentucky -0.0343166851191607572 +45348 aapg_aa_232.html aapg_aa_232.html:466:53556:53582 Purgatoire New Mexico -0.050187257094561899 +45349 aapg_ah_779.html aapg_ah_779.html:255:47043:47052 Queenston Knoxville, Tennessee -0.0143781976835972679 +45350 aapg_ac_771.html aapg_ac_771.html:407:60614:60642 Wabamun Lacombe, Alberta -0.422243369951963321 +45351 jgeology_html_1357129551 jgeology_html_1357129551:559:67015:67019 Hall London, Ontario -0.449575401198261781 +45352 aapg_af_129.html aapg_af_129.html:392:40992:41010 Fountain Rocky Mountain Arsenal National Wildlife Refuge -0.465568086328610908 +45353 AMJC_html_4446957148 AMJC_html_4446957148:40:6728:6797 Hampshire Bethlehem, Pennsylvania 0.0181526773741318495 +45354 aapg_aa_379.html aapg_aa_379.html:122:14476:14487 Mauch Chunk Pennsylvania -0.448121380852875006 +45355 aapg_ai_256.html aapg_ai_256.html:167:17687:17692 Chazy Ohio -0.46741476224763201 +45356 aapg_ad_565.html aapg_ad_565.html:33:5595:5608 Barnett Montgomery (town), New York -0.0113965411474177668 +45357 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68027:68035 Deadwood Regina, Saskatchewan -0.0894354342663152141 +45358 aapg_ae_260.html aapg_ae_260.html:59:7896:7904 Wolfcamp Orenburg Oblast -0.0100621846511943919 +45359 aapg_ah_664.html aapg_ah_664.html:655:60744:60756 Saskatchewan Canada -0.447133159014188541 +45360 cspg_html_4298557570 cspg_html_4298557570:780:67743:67761 Paskapoo Lacombe, Alberta -0.469152832749018645 +45361 cspg_html_7457399958 cspg_html_7457399958:557:74200:74215 Melville Island Pakistan -0.034835184903719292 +45362 aapg_ae_833.html aapg_ae_833.html:80:5809:5823 Oil Creek Grayson County, Kentucky -0.417728203254524755 +45363 sedimentology_html_4374689845 sedimentology_html_4374689845:146:13717:13725 Virginia Illinois -0.0197168810314956311 +45364 gsa_html_2096927589 gsa_html_2096927589:152:12052:12080 Green River New Mexico 0.782076465384432762 +45365 aapg_ae_324.html aapg_ae_324.html:274:27688:27699 Beekmantown Blackford, Somerset -0.393456092218917641 +45366 cspg_html_1893593837 cspg_html_1893593837:153:10762:10778 Bad Cache Rapids Churchill River (Atlantic) -0.0240556397080989269 +45367 cspg_html_1333179361 cspg_html_1333179361:28:3531:3539 Columbia Victoria, British Columbia -0.0045966157065965357 +45368 palaios_html_5321533010 palaios_html_5321533010:422:46797:46805 Virginia Reston, Virginia -0.454685092236895128 +45369 cspg_html_8612721867 cspg_html_8612721867:1337:148108:148127 Waterways Central Alberta 0.572004525840227096 +45370 aapg_ah_973.html aapg_ah_973.html:154:9336:9353 Matawan Monmouth -0.42429358801520467 +45371 gsa_html_2561127673 gsa_html_2561127673:575:56403:56435 Thaynes Reno, Nevada -0.0380407049266876865 +45372 geology_html_9965120376 geology_html_9965120376:16:915:925 Washington Washington (state) -0.467868439854770279 +45373 aapg_aa_426.html aapg_aa_426.html:231:51730:51740 Mooreville Selma to Montgomery marches -0.500366664778552739 +45374 sedimentology_html_7461243943 sedimentology_html_7461243943:936:60922:60930 Colorado Denver -0.473815322787249471 +45375 gsa_html_4234009219 gsa_html_4234009219:377:36933:36951 Edmonton Canada -0.0230751498951462693 +45376 gsa_html_4675429437 gsa_html_4675429437:225:16235:16241 Sonora Sonora -0.0269348882327513015 +45377 aapg_ad_757.html aapg_ad_757.html:205:22968:22979 Black River Decorah, Iowa 0.0156884224988444454 +45378 cspg_html_3501550466 cspg_html_3501550466:698:94647:94656 Mercy Bay Canada -0.454068782805138071 +45379 palaios_html_3105248303 palaios_html_3105248303:330:32863:32877 Point Pleasant Fulton, Missouri -0.452909542628234352 +45380 cspg_html_5660413005 cspg_html_5660413005:77:10640:10648 Edmonton Lacombe, Alberta -0.480807266046245518 +45381 aapg_aa_124.html aapg_aa_124.html:512:52848:52856 Kootenai Lacombe, Alberta -0.474888953093082877 +45382 gsa_html_5865982995 gsa_html_5865982995:1215:129738:129749 Green River Logan, Utah -0.0619064527137018483 +45383 aapg_aa_118.html aapg_aa_118.html:571:51450:51455 Chazy Lake Champlain -0.0492217054882720523 +45384 cspg_html_9717154602 cspg_html_9717154602:211:31690:31707 Bearpaw Saskatchewan River 0.0101073573662476459 +45385 aapg_aa_737.html aapg_aa_737.html:53:5858:5866 Michigan Livonia, Michigan -0.447572237112974447 +45386 geology_html_6152131284 geology_html_6152131284:176:17411:17419 Colorado Denver -0.472604743150075168 +45387 aapg_ah_519.html aapg_ah_519.html:19:2471:2495 Cedar Mountain Logan, Utah -0.0245772016562315031 +45388 sedimentology_html_2550885329 sedimentology_html_2550885329:1997:110568:110588 Swan Hills Hanson, Massachusetts 0.794504759686705864 +45389 AMJC_html_8804784209 AMJC_html_8804784209:370:35487:35510 Gile Mountain Bennington, Vermont -0.280383887700929646 +45390 aapg_ak_73.html aapg_ak_73.html:21:2483:2503 Fort Union Knife River -0.00436382766958571481 +45391 aapg_ah_469.html aapg_ah_469.html:328:32057:32084 Catahoula East Texas 0.412935756702424661 +45392 aapg_aa_598.html aapg_aa_598.html:293:30559:30566 Thaynes Fall Creek Falls State Park -0.448377013151321557 +45393 aapg_ac_920.html aapg_ac_920.html:44:7394:7401 Oquirrh Pennsylvania -0.512832768710544062 +45394 geology_html_4024391615 geology_html_4024391615:188:21367:21373 Oregon Earth -0.524079000571249454 +45395 aapg_ae_411.html aapg_ae_411.html:62:6660:6674 Buda Buda, Texas -0.0108839893390520418 +45396 cspg_html_7409170811 cspg_html_7409170811:194:27740:27767 Bakken Lacombe, Alberta 0.0218791707506804517 +45397 aapg_af_468.html aapg_af_468.html:358:32444:32459 Frio Texas -0.453008719186489883 +45398 cspg_html_5660413005 cspg_html_5660413005:61:8662:8680 Graminia Lacombe, Alberta -0.504994949683397643 +45399 aapg_ae_916.html aapg_ae_916.html:692:82839:82847 Kootenai Lewistown, Pennsylvania -0.44714211768966694 +45400 aapg_af_17.html aapg_af_17.html:32:4787:4805 Tensleep Cheyenne, Wyoming -0.502757556583302234 +45401 geology_html_9027547689 geology_html_9027547689:12:474:480 Denver Colorado -0.467071222132578012 +45402 aapg_ad_757.html aapg_ad_757.html:318:40355:40366 Platteville Decorah, Iowa -0.0236279718682710811 +45403 cspg_html_8312989046 cspg_html_8312989046:32:4333:4350 Bowser Arctic Cordillera -0.48908614313905685 +45404 cspg_html_4115156925 cspg_html_4115156925:332:37772:37802 Doig Lacombe, Alberta -0.433387995206966137 +45405 aapg_ai_357.html aapg_ai_357.html:214:23766:23773 Carrizo Carrizo Plain -0.0180066911955107829 +45406 palaios_html_5398833984 palaios_html_5398833984:692:83276:83298 Judith River Canada -0.029932996517762829 +45407 aapg_ae_428.html aapg_ae_428.html:1110:87833:87850 Lagarto Oakville, California -0.473746101631411953 +45408 aapg_ac_925.html aapg_ac_925.html:227:35495:35510 Funks Central Valley (California) -0.501579132025020247 +45409 aapg_ae_295.html aapg_ae_295.html:223:25421:25427 Sparta Carrizo Plain 0.00496317135517138856 +45410 cspg_html_9330018201 cspg_html_9330018201:249:34508:34516 Columbia Victoria, British Columbia -0.040714500181089297 +45411 geology_html_9136956675 geology_html_9136956675:398:26485:26491 Walker Earth -0.464884854319956187 +45412 aapg_aa_725.html aapg_aa_725.html:94:8113:8135 Nation River Anchorage, Alaska -0.439294200342729591 +45413 aapg_ai_17.html aapg_ai_17.html:1070:69468:69477 Vicksburg Mississippi River -0.424479393833646412 +45414 gsa_html_7040053075 gsa_html_7040053075:948:102831:102856 Topanga Puente Hills Mall 0.576717846965913661 +45415 aapg_aa_735.html aapg_aa_735.html:71:6531:6553 Borden Illinois -0.40709869095004142 +45416 cspg_html_3026112034 cspg_html_3026112034:280:29455:29480 Wabamun Pine Brook, New Jersey -0.46878567237532498 +45417 cspg_html_4364132564 cspg_html_4364132564:15:1842:1880 Cantuar Regina, Saskatchewan -0.472678482936493838 +45418 sedimentology_html_3358647812 sedimentology_html_3358647812:1187:89411:89428 Cardium Lacombe, Alberta -0.446347375724219897 +45419 geology_html_2052091332 geology_html_2052091332:266:21191:21196 Piper Texas -0.438007065376213589 +45420 cspg_html_9435196958 cspg_html_9435196958:195:8394:8418 Edmonton Edmonton, London -0.480667710196792775 +45421 aapg_ae_344.html aapg_ae_344.html:66:5985:5995 Tuscaloosa Chatham, Massachusetts -0.469189557204259144 +45422 cspg_html_7989435905 cspg_html_7989435905:259:28751:28761 Blackstone Pincher Creek, Alberta -0.416224917949125084 +45423 cspg_html_8826450427 cspg_html_8826450427:448:53529:53546 Cardium Lacombe, Alberta 0.000277948477905467942 +45424 gsa_html_4924618867 gsa_html_4924618867:606:49633:49638 Notch Peak Dolomite Reno, Nevada -0.400279911886047501 +45425 aapg_ah_665.html aapg_ah_665.html:181:19961:19983 Lincoln Peak Great Basin -0.052851016470200643 +45426 aapg_ae_498.html aapg_ae_498.html:696:75730:75738 Moccasin Virginia -0.290637618251955276 +45427 sedimentology_html_1668670745 sedimentology_html_1668670745:795:50913:50917 Hall London, Ontario -0.487560856421757394 +45428 gsa_html_3720789279 gsa_html_3720789279:1427:129058:129068 Clearwater Victoria, British Columbia -0.462512479285274614 +45429 aapg_ai_843.html aapg_ai_843.html:31:3686:3714 Green River Colorado -0.448287309474040385 +45430 aapg_ae_250.html aapg_ae_250.html:215:20903:20911 Tensleep Albany County, Wyoming -0.0677550076979287624 +45431 aapg_aa_685.html aapg_aa_685.html:42:4321:4342 Green River North Horn Formation -0.233506677341447005 +45432 cspg_html_5450075884 cspg_html_5450075884:536:63082:63090 Dunvegan Cordillera Administrative Region -0.455279223830003521 +45433 gsa_html_7040053075 gsa_html_7040053075:255:23976:23989 Topanga Durham, North Carolina -0.450649451770273157 +45434 aapg_ad_116.html aapg_ad_116.html:187:24186:24205 Oil Creek Black River, Jamaica -0.457691392417615917 +45435 gsa_html_8986707315 gsa_html_8986707315:1039:78548:78554 Antler Sonoma, California -0.0437617592369742014 +45436 aapg_ad_836.html aapg_ad_836.html:520:47608:47617 Maquoketa Salina, Kansas 0.0113270421399411219 +45437 aapg_ah_96.html aapg_ah_96.html:13:1969:1983 Stony Mountain Maquoketa, Iowa -0.430000081582776583 +45438 aapg_ad_221.html aapg_ad_221.html:207:19420:19438 Niobrara Cheyenne, Wyoming -0.465890462131599792 +45439 gsa_html_7308681961 gsa_html_7308681961:594:53163:53191 Green River Colorado -0.00292541869155533898 +45440 gsa_html_5625878232 gsa_html_5625878232:283:39467:39488 Northumberland Hornby Island -0.0237635726163751594 +45441 aapg_ac_316.html aapg_ac_316.html:280:27697:27702 Queen New Mexico -0.440387442871438828 +45442 aapg_ad_0.html aapg_ad_0.html:221:19972:19989 Black River Ontario, California -0.01912594516902133 +45443 palaios_html_5958626598 palaios_html_5958626598:97:11185:11205 Brassfield Ohio -0.0227274727216301153 +45444 AMJC_html_5786839382 AMJC_html_5786839382:1041:98031:98052 Waits River Bennington, Vermont -0.442649117020085803 +45445 aapg_ad_466.html aapg_ad_466.html:727:79693:79705 Marshalltown Navesink River -0.420395587036969776 +45446 aapg_ai_49.html aapg_ai_49.html:334:42090:42098 Cloverly Cheyenne, Wyoming -0.00440204655713307986 +45447 aapg_ad_351.html aapg_ad_351.html:235:24830:24839 Northview Sedalia, Missouri -0.480033015687554854 +45448 sedimentology_html_2806065367 sedimentology_html_2806065367:163:17434:17444 Rio Grande New Mexico -0.501531457608635822 +45449 aapg_aa_303.html aapg_aa_303.html:309:28221:28233 Percha Arizona -0.614981501469167746 +45450 gsa_html_8821895687 gsa_html_8821895687:22:960:966 Denver Colorado -0.0921189428740293997 +45451 aapg_ae_324.html aapg_ae_324.html:1197:119953:119961 Nealmont Virginia -0.0734224878264011921 +45452 aapg_ai_947.html aapg_ai_947.html:241:43473:43491 Scotland Barbados -0.473815322787249471 +45453 aapg_af_886.html aapg_af_886.html:249:9501:9505 Frio Iowa 0.706444469298174171 +45454 cspg_html_4845813500 cspg_html_4845813500:27:4202:4218 Albert New Brunswick, New Jersey -0.0169917673336638479 +45455 aapg_ai_498.html aapg_ai_498.html:15:2065:2083 Fountain Colorado -0.0138986095165589546 +45456 palaios_html_9430957613 palaios_html_9430957613:253:22748:22766 Willwood Cheyenne, Wyoming -0.101011195532773893 +45457 aapg_ad_466.html aapg_ad_466.html:391:48304:48311 Patuxent Raritan River -0.0486919238997245429 +45458 aapg_ae_272.html aapg_ae_272.html:774:75767:75775 Michigan Michigan -0.468611324772205295 +45459 cspg_html_6306091047 cspg_html_6306091047:46:8950:8958 Pardonet Victoria, British Columbia -0.492423140812619287 +45460 palaios_html_3020881733 palaios_html_3020881733:493:43512:43522 Washington Seattle -0.466741549175746284 +45461 aapg_ae_668.html aapg_ae_668.html:587:58454:58486 Beekmantown Morrow County, Ohio -0.00548086910466888313 +45462 aapg_ad_69.html aapg_ad_69.html:77:4741:4754 Bearpaw Niobrara, Nebraska 0.0173949505563630383 +45463 aapg_ac_191.html aapg_ac_191.html:39:7977:7993 Otates Matamoros, Tamaulipas -0.0328413551399559175 +45464 aapg_ae_960.html aapg_ae_960.html:416:36069:36076 Madison Cheyenne, Wyoming -0.515885631184686444 +45465 cspg_html_5141367518 cspg_html_5141367518:154:23326:23347 Belly River Crowsnest Pass, Alberta 1.05872486068758009 +45466 palaios_html_2600967323 palaios_html_2600967323:905:61631:61641 Washington Melbourne, Florida -0.0441727846104635197 +45467 cspg_html_7330983978 cspg_html_7330983978:496:40478:40495 Romaine Quebec City 0.023073411490982406 +45468 aapg_af_315.html aapg_af_315.html:75:7285:7291 Laredo Laredo, Texas -0.449937021729037434 +45469 gsa_html_4924618867 gsa_html_4924618867:708:56932:56943 Devils Hole Reno, Nevada -0.456661018199272462 +45470 aapg_aa_374.html aapg_aa_374.html:81:8133:8142 Chugwater Cheyenne, Wyoming -0.499698059895772539 +45471 gsa_html_8938402362 gsa_html_8938402362:86:7883:7889 Antler White Mountains (California) -0.0276304452324186781 +45472 aapg_ah_126.html aapg_ah_126.html:76:6832:6840 Red Cave Moore County, North Carolina -0.452977161832460395 +45473 aapg_ah_536.html aapg_ah_536.html:531:69821:69843 Mooringsport Mississippi River -0.436898889813044922 +45474 aapg_ah_644.html aapg_ah_644.html:359:43307:43326 Sundance Manitoba -0.0992754678581471289 +45475 aapg_ae_370.html aapg_ae_370.html:131:10978:10995 Gaviota California -0.451913869834985604 +45476 aapg_af_460.html aapg_af_460.html:11:1059:1080 Jacobsville Beaver Island (Lake Michigan) -0.46105569042928074 +45477 aapg_ai_583.html aapg_ai_583.html:387:47604:47621 Rierdon Powder River (Montana) -0.00935506485841901096 +45478 aapg_ad_601.html aapg_ad_601.html:94:12433:12441 Michigan Michigan -0.0158535088155795055 +45479 aapg_ae_70.html aapg_ae_70.html:106:12377:12383 Maroon Glenwood Springs, Colorado -0.477512787064485633 +45480 gsa_html_8981262717 gsa_html_8981262717:868:73386:73392 Walker Waterloo, Ontario -0.0323768745751979448 +45481 cspg_html_4132771434 cspg_html_4132771434:361:47256:47264 Columbia Victoria, British Columbia -0.0391024746518720059 +45482 sedimentology_html_1608153778 sedimentology_html_1608153778:342:31787:31791 Hall London, Ontario -0.418568713004005333 +45483 cspg_html_6306091047 cspg_html_6306091047:333:47836:47844 Columbia Victoria, British Columbia -0.469327287552563421 +45484 cspg_html_4257076625 cspg_html_4257076625:653:74214:74232 Mistaya Lacombe, Alberta -0.0129759471663572871 +45485 sedimentology_html_5673709888 sedimentology_html_5673709888:2271:127108:127122 Hawthorn Melbourne, Florida -0.0439289536259747163 +45486 aapg_ae_135.html aapg_ae_135.html:82:7387:7398 Dexter Sand Mapleton, Oregon -0.420071282660241185 +45487 aapg_ai_594.html aapg_ai_594.html:6:812:824 Icebox Glenwood, Utah -0.018955619907530568 +45488 aapg_ac_380.html aapg_ac_380.html:107:14129:14137 Syracuse Michigan -0.451751782124743317 +45489 aapg_aa_598.html aapg_aa_598.html:441:40139:40149 Phosphoria Cheyenne, Wyoming 0.0360445348198588436 +45490 sedimentology_html_2319942817 sedimentology_html_2319942817:86:7486:7497 Uncompahgre White River (Washington) -0.0455627552096040736 +45491 jgeology_html_8355852976 jgeology_html_8355852976:131:7461:7467 Pueblo Colorado 0.0363107844040530953 +45492 aapg_ac_235.html aapg_ac_235.html:468:50726:50746 Fall River Black Hills -0.0236314487961183893 +45493 aapg_ad_53.html aapg_ad_53.html:10:955:963 Colorado Colorado -0.0741293831516637997 +45494 sedimentology_html_9257813538 sedimentology_html_9257813538:275:20261:20275 Northumberland Northumberland, Pennsylvania -0.00952011624606233578 +45495 aapg_ai_399.html aapg_ai_399.html:386:37847:37860 Porters Creek Lagrangian point -0.0198420227136738916 +45496 aapg_ai_4.html aapg_ai_4.html:33:4466:4481 Santa Margarita Monterey, California -0.467194881190696076 +45497 aapg_ah_847.html aapg_ah_847.html:27:3535:3557 Hornerstown New Egypt, New Jersey -0.0268166470016257402 +45498 aapg_ac_841.html aapg_ac_841.html:181:23157:23164 Metapan Honduras -0.0379780466881480191 +45499 cspg_html_9834776341 cspg_html_9834776341:165:19333:19339 Exshaw Lacombe, Alberta -0.431080339422081793 +45500 cspg_html_2796643803 cspg_html_2796643803:369:51554:51562 Finnegan Lacombe, Alberta -0.0709123873709758268 +45501 gsa_html_6181749105 gsa_html_6181749105:671:55737:55765 Green River Colorado 0.0198594035678857569 +45502 aapg_ac_833.html aapg_ac_833.html:3:237:256 Mesaverde Colorado 0.0172385423914250685 +45503 cspg_html_2650524233 cspg_html_2650524233:158:18371:18393 Paskapoo Edmonton, London -0.471543117662309108 +45504 aapg_aa_898.html aapg_aa_898.html:46:6512:6531 Flagstaff Flagstaff, Arizona -0.484086347872667577 +45505 aapg_ac_126.html aapg_ac_126.html:120:18302:18319 Haynesville Shreveport, Louisiana 0.0532067233163113218 +45506 jgeology_html_4305195651 jgeology_html_4305195651:572:70522:70543 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania -0.444871652179790411 +45507 jgeology_html_5276087219 jgeology_html_5276087219:79:3795:3803 Michigan South Africa -0.0358774797167535214 +45508 aapg_ad_466.html aapg_ad_466.html:385:46735:46742 Raritan Closter, New Jersey -0.0405508478442002454 +45509 geology_html_8171304617 geology_html_8171304617:266:21616:21630 Northumberland Holy Island, Anglesey -0.054907041085342348 +45510 cspg_html_8362959053 cspg_html_8362959053:158:22082:22094 Luscar Lacombe, Alberta -0.428896893887351471 +45511 gsa_html_4408649953 gsa_html_4408649953:580:50831:50852 Black Creek Charleston, South Carolina -0.478326534516524793 +45512 cspg_html_4298557570 cspg_html_4298557570:321:41438:41456 Paskapoo Lacombe, Alberta -0.438007065376213589 +45513 aapg_aa_604.html aapg_aa_604.html:31:4589:4593 Java Sumatra -0.42422364691980291 +45514 aapg_ac_380.html aapg_ac_380.html:32:5272:5280 Onondaga Lockport (city), New York -0.034835184903719292 +45515 aapg_ah_328.html aapg_ah_328.html:342:35744:35761 Chugwater Cheyenne, Wyoming -0.438093558395168947 +45516 aapg_ad_958.html aapg_ad_958.html:1005:104378:104384 Warsaw Salina, Kansas -0.441134787563673747 +45517 geology_html_5692481138 geology_html_5692481138:322:29160:29168 Temporal Jemez Pueblo, New Mexico -0.455252106655251121 +45518 cspg_html_1781462584 cspg_html_1781462584:169:22920:22944 Mission Canyon Reno, Nevada -0.00272390391992803757 +45519 aapg_ae_6.html aapg_ae_6.html:388:42073:42092 San Marcos Buda, Texas -0.447404197686881167 +45520 sedimentology_html_3238300064 sedimentology_html_3238300064:1360:93121:93128 Fontana Spain -0.471382028770717776 +45521 cspg_html_6383234409 cspg_html_6383234409:453:45885:45905 Hecla Bay Bathurst Island (Northern Territory) 1.13656448312944236 +45522 palaios_html_9039698014 palaios_html_9039698014:37:4058:4076 Moenkopi Reno, Nevada -0.477790905452477432 +45523 cspg_html_2758185645 cspg_html_2758185645:28:4597:4612 Banff Lacombe, Alberta 0.916896019499207515 +45524 aapg_ac_178.html aapg_ac_178.html:18:2751:2777 Monterey California -0.437647872469164423 +45525 gsa_html_8086754950 gsa_html_8086754950:209:24338:24356 Wasatch Fort Union Trading Post National Historic Site -0.442649117020085803 +45526 cspg_html_3190144626 cspg_html_3190144626:14:1190:1205 Leduc Wood River (Oregon) -0.00424743388825097462 +45527 aapg_aa_114.html aapg_aa_114.html:16:2602:2619 La Caja Matamoros, Tamaulipas -0.0982513021028332961 +45528 aapg_ad_648.html aapg_ad_648.html:241:29050:29058 Colorado Denver -0.489955605215405154 +45529 aapg_ae_805.html aapg_ae_805.html:247:29132:29149 Concha Arizona 0.609733373318248617 +45530 cspg_html_1004940981 cspg_html_1004940981:730:76398:76420 Broken Skull Canada -0.505227161470617636 +45531 gsa_html_9052101586 gsa_html_9052101586:515:63888:63899 Peoria Peoria, Illinois -0.464432702411418319 +45532 aapg_ac_912.html aapg_ac_912.html:165:13426:13435 Goose Egg North Fork, Suffolk County, New York -0.455211432419709627 +45533 aapg_ae_535.html aapg_ae_535.html:30:4071:4091 Sitkalidak Kodiak Island 0.0130315493205527232 +45534 aapg_af_854.html aapg_af_854.html:692:97007:97012 Salem Missouri River 0.711251297324704934 +45535 sedimentology_html_6473571818 sedimentology_html_6473571818:151:17997:18020 Kingston Peak Death Valley -0.502805301219257705 +45536 cspg_html_2094634763 cspg_html_2094634763:41:5512:5526 Ellerslie Lacombe, Alberta -0.0482318797882009612 +45537 cspg_html_6517402834 cspg_html_6517402834:35:4201:4219 Coalspur Lacombe, Alberta -0.50875665121932967 +45538 aapg_ai_996.html aapg_ai_996.html:817:33835:33846 Black Creek Tuscaloosa, Alabama -0.0303086783726459197 +45539 gsa_html_8938402362 gsa_html_8938402362:618:54427:54455 Green River Colorado -0.0121732026878597095 +45540 AMJC_html_6341723617 AMJC_html_6341723617:782:69097:69117 North Horn Green River Formation 0.393765468265460661 +45541 aapg_ae_380.html aapg_ae_380.html:291:24543:24550 Carrizo Carrizo Plain -0.458750170743803365 +45542 cspg_html_6517402834 cspg_html_6517402834:9:461:469 Scollard Lacombe, Alberta 0.971002499721035361 +45543 aapg_af_812.html aapg_af_812.html:29:2809:2822 Cook Mountain Mount Tabor, Portland, Oregon -0.0360514955069057563 +45544 gsa_html_4719798013 gsa_html_4719798013:272:26881:26900 Colorado Nebraska -0.0221155785118801462 +45545 aapg_ai_28.html aapg_ai_28.html:833:79250:79267 Reynosa Uvalde, Texas -0.452003931056544739 +45546 gsa_html_9312061344 gsa_html_9312061344:1169:99482:99488 Reston Virginia -0.445998354490544591 +45547 cspg_html_9354781888 cspg_html_9354781888:1147:77102:77110 Colorado Denver -0.50968050282683186 +45548 palaios_html_9337106210 palaios_html_9337106210:194:26451:26468 Rochester Rochester, Kent -0.455482628602140449 +45549 palaios_html_5170998264 palaios_html_5170998264:441:55411:55420 San Diego Imperial County, California -0.0460121937360480487 +45550 aapg_ad_119.html aapg_ad_119.html:153:15722:15734 Saskatchewan Regina, Saskatchewan -0.011777050823328571 +45551 palaios_html_5373981930 palaios_html_5373981930:879:68560:68591 Minturn Colorado -0.500602350569185339 +45552 cspg_html_9912281240 cspg_html_9912281240:52:7782:7799 Pakowki Milk River, Alberta -0.478326534516524793 +45553 aapg_aa_157.html aapg_aa_157.html:506:48736:48744 Columbia Victoria, British Columbia -0.449440672427322663 +45554 aapg_ah_318.html aapg_ah_318.html:1142:117082:117087 Weeks Hinds County, Mississippi -0.0509507230324179883 +45555 geology_html_7068506787 geology_html_7068506787:174:18813:18825 Little River Virginia -0.458031335089754243 +45556 palaios_html_3904138149 palaios_html_3904138149:13:722:734 Saskatchewan Regina, Saskatchewan -0.500652353075455747 +45557 gsa_html_1075724130 gsa_html_1075724130:631:53905:53920 Bouse Arizona -0.511319039057656965 +45558 cspg_html_2420029771 cspg_html_2420029771:957:94363:94376 Windsor Bridgetown, Nova Scotia -0.435679199475508039 +45559 cspg_html_4298557570 cspg_html_4298557570:427:55945:55955 Swan Hills Lacombe, Alberta -0.449451899065432481 +45560 AMJC_html_4504848787 AMJC_html_4504848787:588:57319:57327 Virginia Blue Ridge Mountains -0.0269348882327513015 +45561 aapg_af_16.html aapg_af_16.html:75:9754:9762 Frontier Cheyenne, Wyoming -0.0318915382493003205 +45562 aapg_ad_379.html aapg_ad_379.html:164:14498:14506 Fountain Colorado -0.471602958215145474 +45563 aapg_ac_888.html aapg_ac_888.html:14:2453:2464 Trempealeau Ohio -0.0396629967137020131 +45564 aapg_ac_867.html aapg_ac_867.html:124:18950:18967 Wasatch Logan, Utah -0.438007065376213589 +45565 aapg_ae_448.html aapg_ae_448.html:6:808:828 Smackover East Texas -0.425384893115628659 +45566 palaios_html_2707987360 palaios_html_2707987360:573:52039:52049 Washington County (United States) -0.018955619907530568 +45567 aapg_ae_419.html aapg_ae_419.html:324:40649:40669 Eagle Coahuila 0.0144285896977665896 +45568 cspg_html_5198658336 cspg_html_5198658336:387:43500:43525 Porcupine Calgary -0.480853789677316845 +45569 sedimentology_html_1046729113 sedimentology_html_1046729113:763:65090:65108 Dunvegan Lacombe, Alberta -0.450080811334427622 +45570 aapg_aa_146.html aapg_aa_146.html:52:6394:6412 Niobrara Niobrara, Nebraska -0.45733345840955697 +45571 aapg_ac_341.html aapg_ac_341.html:220:20473:20488 Salem Bloomington, Indiana -0.472302935634413557 +45572 aapg_ah_358.html aapg_ah_358.html:444:20188:20198 San Andres San Angelo, Texas 0.0101177818467075957 +45573 cspg_html_5241714595 cspg_html_5241714595:13:1705:1725 Swan Hills Lacombe, Alberta -0.489483165548852517 +45574 cspg_html_8692417800 cspg_html_8692417800:209:26382:26407 Guelph Kent County, Maryland -0.456337429672799166 +45575 aapg_ad_379.html aapg_ad_379.html:715:58139:58146 Entrada Colorado 0.0531474376073655316 +45576 sedimentology_html_7211874534 sedimentology_html_7211874534:769:21562:21570 Colorado Arizona -0.0334398147432133225 +45577 aapg_ah_871.html aapg_ah_871.html:439:49111:49118 Pamelia Montreal 0.978596733128582974 +45578 aapg_af_95.html aapg_af_95.html:87:9433:9439 Walnut Paluxy, Texas -0.0244381167530825782 +45579 gsa_html_9979192554 gsa_html_9979192554:924:88197:88203 Denver Anchorage, Alaska -0.465568086328610908 +45580 cspg_html_3926542795 cspg_html_3926542795:141:19868:19889 Leduc Swan Hill, Victoria -0.0157388171484894208 +45581 gsa_html_2398863896 gsa_html_2398863896:835:70568:70596 Green River Colorado -5.55896937595331918e-05 +45582 palaios_html_3978238554 palaios_html_3978238554:162:16570:16587 Forest Western world -0.0391129188633264693 +45583 aapg_af_325.html aapg_af_325.html:45:6915:6919 Frio Shreveport, Louisiana -0.225584706982326771 +45584 aapg_aa_351.html aapg_aa_351.html:196:22087:22099 Everton Missouri River -0.0180988014035504234 +45585 aapg_ai_144.html aapg_ai_144.html:555:43678:43692 Colorado Lacombe, Alberta 0.985552846062688448 +45586 gsa_html_2098291403 gsa_html_2098291403:398:37214:37219 Salem Willamette Valley -0.0349152239847350387 +45587 aapg_ac_214.html aapg_ac_214.html:17:2210:2227 Entrada Logan, Utah 0.0279034609866039528 +45588 aapg_ah_486.html aapg_ah_486.html:279:26701:26721 Pottsville Pottsville, Pennsylvania -0.039147732983155395 +45589 palaios_html_8950546356 palaios_html_8950546356:308:30530:30548 Morrison New Mexico -0.00344831630257747207 +45590 aapg_af_92.html aapg_af_92.html:364:33554:33561 Wasatch Indianola, Iowa -0.0458763143871966511 +45591 gsa_html_8194200546 gsa_html_8194200546:841:88483:88511 Green River Colorado 0.00605416311789900435 +45592 aapg_ae_734.html aapg_ae_734.html:204:18208:18218 Pittsburgh Pennsylvania -0.037441986726546049 +45593 aapg_ae_708.html aapg_ae_708.html:121:14616:14628 Maynardville Maryville, Missouri -0.471543117662309108 +45594 jgeology_html_2809998069 jgeology_html_2809998069:396:27415:27427 Rhode Island Kingston, Jamaica -0.434978208988435311 +45595 cspg_html_4680797491 cspg_html_4680797491:22:2301:2312 Slave Point Moberly, Missouri -0.00680987700292186304 +45596 aapg_ae_113.html aapg_ae_113.html:180:22133:22156 Snowblind Bay Little Cornwallis Island -0.487659330983205019 +45597 gsa_html_7102550258 gsa_html_7102550258:321:35213:35229 Navajo Kayenta, Arizona -0.484098022941034878 +45598 aapg_ad_192.html aapg_ad_192.html:38:4983:4993 Tuscaloosa Tuscaloosa, Alabama 0.0116050390489145696 +45599 cspg_html_9421299011 cspg_html_9421299011:885:73775:73783 Michigan Ontario, California -0.448529529594894116 +45600 geology_html_8264629638 geology_html_8264629638:266:24581:24589 Columbia Maryland -0.470200080639580853 +45601 aapg_ad_640.html aapg_ad_640.html:37:6419:6435 Almond Cheyenne, Wyoming -0.466842269540434285 +45602 aapg_ad_715.html aapg_ad_715.html:215:26312:26325 Barnett Texas 0.00194564253308291118 +45603 jgeology_html_3025326048 jgeology_html_3025326048:674:37836:37859 Siete Cabezas Quepos -0.501602970255366709 +45604 aapg_ae_296.html aapg_ae_296.html:316:30555:30559 Word Texas -0.0998668637958050748 +45605 aapg_ad_173.html aapg_ad_173.html:20:2994:3003 Chugwater Cheyenne, Wyoming -0.462225485866077257 +45606 cspg_html_4298557570 cspg_html_4298557570:800:68524:68532 Scollard Canada 0.793849187746191842 +45607 palaios_html_8699778504 palaios_html_8699778504:57:6325:6335 Florissant Colorado -0.46328736756315686 +45608 cspg_html_6816015957 cspg_html_6816015957:393:45047:45078 Fernie Lacombe, Alberta -0.455387700672750584 +45609 aapg_ae_826.html aapg_ae_826.html:19:1801:1807 Bethel Edgewood, Washington -0.0182917127831857887 +45610 aapg_ac_610.html aapg_ac_610.html:512:41837:41854 Roberts Mountains Reno, Nevada -0.434558307819543299 +45611 cspg_html_5170528958 cspg_html_5170528958:143:24750:24789 Leduc Canada -0.00936896389642591365 +45612 geology_html_8881449794 geology_html_8881449794:203:20275:20293 Frontier Powder River Basin -0.439098796420780313 +45613 palaios_html_3796939457 palaios_html_3796939457:618:49295:49313 Woodbine Arlington, Texas -0.0455557873629378468 +45614 gsa_html_9104183071 gsa_html_9104183071:149:11858:11886 Green River Colorado 0.0104444170595688161 +45615 aapg_ad_800.html aapg_ad_800.html:106:12403:12413 Mooreville Lee County, Alabama -0.0409390916032161337 +45616 gsa_html_3330587082 gsa_html_3330587082:413:36477:36486 Partridge Orfordville, Wisconsin -0.454089094007790295 +45617 aapg_aa_477.html aapg_aa_477.html:131:13090:13107 Black River Lowville (town), New York -0.449467616590735308 +45618 cspg_html_2650524233 cspg_html_2650524233:93:13377:13395 Edmonton Red Deer, Alberta -0.0274774196841049353 +45619 aapg_af_638.html aapg_af_638.html:28:3802:3816 Cuyahoga Ohio 0.0506090710893343371 +45620 aapg_ae_845.html aapg_ae_845.html:37:4501:4507 Banner Nebraska -0.105119608755926394 +45621 aapg_ad_440.html aapg_ad_440.html:447:42207:42215 Maccrady Iowa -0.0268479460541675846 +45622 cspg_html_4859889874 cspg_html_4859889874:20:2862:2884 Judith River Lacombe, Alberta -0.01912594516902133 +45623 aapg_ah_150.html aapg_ah_150.html:197:22151:22159 Colorado Kayenta, Arizona -0.46105569042928074 +45624 aapg_ai_296.html aapg_ai_296.html:3:279:296 Everton Arkansas -0.0162740496879429895 +45625 aapg_ai_287.html aapg_ai_287.html:139:17340:17358 San Onofre Breccia Santa Monica Mountains -0.442649117020085803 +45626 cspg_html_2098485391 cspg_html_2098485391:73:10900:10919 Kagawong Manitoulin Island -0.0348317049570976978 +45627 cspg_html_7560056980 cspg_html_7560056980:426:43630:43637 Halifax Ottawa, Kansas -0.0316827975818438426 +45628 jgeology_html_6595227218 jgeology_html_6595227218:100:3566:3572 Provo Carpathian Ruthenia -0.466782751574986277 +45629 aapg_ae_473.html aapg_ae_473.html:17:2319:2324 Eutaw Tuscaloosa, Alabama 0.0332014709560149793 +45630 aapg_ad_440.html aapg_ad_440.html:488:45274:45280 Pocono Greenbrier (Great Smoky Mountains) -0.434712986404073964 +45631 cspg_html_3041902517 cspg_html_3041902517:1294:143897:143907 Assistance Ellesmere Island -0.461171691164054931 +45632 aapg_ac_789.html aapg_ac_789.html:176:34959:34965 Denver Colorado -0.0506509051785974038 +45633 cspg_html_6064089067 cspg_html_6064089067:61:6853:6865 Galena Winnipeg -0.00704441094107981659 +45634 aapg_ah_612.html aapg_ah_612.html:27:3231:3243 Saskatchewan Manitoba -0.0338921598886321312 +45635 aapg_ac_486.html aapg_ac_486.html:451:51223:51229 Dockum Entrada Sandstone -0.502032175005171721 +45636 aapg_ah_198.html aapg_ah_198.html:206:24817:24843 Monterey California -0.463579265049131273 +45637 aapg_af_779.html aapg_af_779.html:47:7258:7265 Bedford Michigan -0.4597920302667165 +45638 aapg_ae_942.html aapg_ae_942.html:156:11994:12000 Wilcox Bartlesville, Oklahoma -0.0218304989680059187 +45639 aapg_af_880.html aapg_af_880.html:653:103031:103054 Harpersville Texas -0.0379919707069968429 +45640 sedimentology_html_8312792007 sedimentology_html_8312792007:1015:84719:84723 Bern Irish Sea -0.494751281926012032 +45641 cspg_html_9970905394 cspg_html_9970905394:113:12640:12658 Read Bay Cape Cod -0.467870731747513147 +45642 geology_html_1598246130 geology_html_1598246130:271:23196:23206 Washington Seattle -0.00220622071262783657 +45643 gsa_html_7248164569 gsa_html_7248164569:547:41828:41839 Winterville New Brunswick, New Jersey -0.0198767844379988366 +45644 aapg_af_663.html aapg_af_663.html:184:21029:21054 Blackjack Creek Missouri River -0.227952183302546296 +45645 cspg_html_6927586285 cspg_html_6927586285:584:66495:66525 Doig Lacombe, Alberta -0.477308890203395286 +45646 palaios_html_9876040400 palaios_html_9876040400:28:2948:2979 White River Colorado -0.423138028281424772 +45647 gsa_html_9457387752 gsa_html_9457387752:842:71927:71957 Grandfather Mountain North Carolina -0.492239240738401806 +45648 sedimentology_html_3596171707 sedimentology_html_3596171707:989:74938:74942 Hall London, Ontario -0.502707427663107609 +45649 cspg_html_1434585715 cspg_html_1434585715:736:70294:70309 Paskapoo Lacombe, Alberta -0.427672143055296883 +45650 aapg_ah_596.html aapg_ah_596.html:46:4289:4297 Wolfcamp Delaware -0.394588100995168889 +45651 cspg_html_3461588378 cspg_html_3461588378:64:9188:9196 Tulameen Victoria, British Columbia -0.491106071608619299 +45652 cspg_html_4773367370 cspg_html_4773367370:169:13858:13866 Columbia Victoria, British Columbia -0.46567095948211501 +45653 cspg_html_6953269830 cspg_html_6953269830:49:6591:6599 Columbia Victoria, British Columbia -0.00382181610432916728 +45654 aapg_af_38.html aapg_af_38.html:93:8773:8790 El Abra Tampico, Illinois -0.0449670253897642563 +45655 aapg_ac_681.html aapg_ac_681.html:59:4625:4629 Frio Brazoria County, Texas -0.457582637906406409 +45656 cspg_html_4859889874 cspg_html_4859889874:37:6098:6120 Judith River Lacombe, Alberta -0.464761517323236562 +45657 sedimentology_html_3694687055 sedimentology_html_3694687055:545:30005:30035 Success Swan River, Manitoba -0.448282824521055501 +45658 aapg_ai_581.html aapg_ai_581.html:45:4669:4689 Fox Hills Western world 0.0930958350469199142 +45659 aapg_ai_918.html aapg_ai_918.html:46:6825:6833 Colorado Littleton, Colorado -0.481870957939069144 +45660 aapg_ad_466.html aapg_ad_466.html:1154:123815:123823 Virginia Kirkwood, Missouri -0.490449479583778825 +45661 AMJC_html_4504848787 AMJC_html_4504848787:169:18826:18848 Mechum River Charlottesville, Virginia -0.490016735996709807 +45662 jgeology_html_1964872752 jgeology_html_1964872752:899:54477:54503 Kirkwood Closter, New Jersey -0.461526610478465105 +45663 sedimentology_html_9546929698 sedimentology_html_9546929698:197:15956:15963 Pearson Baltimore -0.451733774163315116 +45664 aapg_ah_754.html aapg_ah_754.html:254:29183:29199 Oldman Lacombe, Alberta -0.452882496357985831 +45665 aapg_ah_94.html aapg_ah_94.html:279:31981:31991 Cannonball Nebraska -0.443692774120845845 +45666 gsa_html_3096615185 gsa_html_3096615185:314:31298:31318 Roxbury Conglomerate Cambridge, Massachusetts -0.0362655388970657272 +45667 aapg_ai_208.html aapg_ai_208.html:13:2099:2115 Peedee North Carolina -0.449440672427322663 +45668 aapg_ah_118.html aapg_ah_118.html:97:8378:8385 Kanawha Cheyenne, Wyoming -0.479552074346371926 +45669 aapg_ac_575.html aapg_ac_575.html:198:32279:32297 Tensleep Cheyenne, Wyoming -0.0692600421236072711 +45670 aapg_af_48.html aapg_af_48.html:3:492:512 Salina Michigan -0.00652496303282925402 +45671 aapg_ae_200.html aapg_ae_200.html:120:11382:11403 Main Street Fort Worth, Texas -0.450707909241451543 +45672 aapg_aa_147.html aapg_aa_147.html:324:38695:38715 Stony Mountain Red River of the North -0.403080135263569173 +45673 palaios_html_9408587909 palaios_html_9408587909:593:57394:57427 Moenkopi Reno, Nevada -0.23256099634731689 +45674 aapg_ad_2.html aapg_ad_2.html:1233:168553:168564 Beekmantown Martinsburg, Nebraska 0.006789029590310529 +45675 aapg_ah_449.html aapg_ah_449.html:15:2172:2181 Red River Ouachita Mountains 0.190382462931881602 +45676 aapg_ae_454.html aapg_ae_454.html:77:6154:6172 Cotton Valley Cotton Valley, Louisiana -0.45295011354581094 +45677 aapg_aa_303.html aapg_aa_303.html:3:174:187 Chaffee Colorado -0.0759513172286547938 +45678 gsa_html_2008571566 gsa_html_2008571566:30:2793:2821 Green River Colorado -0.013877758051455481 +45679 aapg_ai_861.html aapg_ai_861.html:60:8688:8705 Ivishak Prudhoe Bay Oil Field -0.509832171247548094 +45680 cspg_html_4666332434 cspg_html_4666332434:340:55775:55792 Belly River Lacombe, Alberta -0.484205441022560468 +45681 aapg_ad_880.html aapg_ad_880.html:644:62134:62151 Rierdon Cheyenne, Wyoming 0.464145089188327142 +45682 aapg_af_625.html aapg_af_625.html:344:32986:32998 Coffee Chattanooga, Tennessee -0.49743685420806627 +45683 aapg_ai_1.html aapg_ai_1.html:8:1221:1228 Paradox Hermosa, Chicago -0.50875665121932967 +45684 aapg_ah_506.html aapg_ah_506.html:143:14110:14119 Squaw Bay Antrim, County Antrim -0.519122849040162593 +45685 aapg_ai_956.html aapg_ai_956.html:74:8824:8834 San Felipe Houston -0.041445748202081481 +45686 cspg_html_4326384800 cspg_html_4326384800:1021:150229:150239 Swan Hills Swan Hill, Victoria 0.664051227833471813 +45687 aapg_ae_103.html aapg_ae_103.html:37:3728:3734 Brazil Salvador, Bahia 0.00331802598112439446 +45688 cspg_html_7278957427 cspg_html_7278957427:19:2885:2897 Strand Fiord Ellesmere Island 0.621628594331850803 +45689 sedimentology_html_5651865124 sedimentology_html_5651865124:134:13809:13816 Bedford Germany -0.0559152219546391674 +45690 aapg_ad_720.html aapg_ad_720.html:805:67061:67069 Carlsbad Carlsbad, New Mexico -0.478307979059971577 +45691 geology_html_8162185466 geology_html_8162185466:174:11808:11811 Arc Cordillera Oriental (Colombia) -0.458641287983651336 +45692 geology_html_6064550828 geology_html_6064550828:12:641:647 Oregon Salem, Oregon -0.427672143055296883 +45693 aapg_ah_143.html aapg_ah_143.html:65:6066:6078 Saskatchewan Lacombe, Alberta -0.459919224612040101 +45694 AMJC_html_2042861811 AMJC_html_2042861811:720:74227:74237 Copenhagen Denmark -0.506250146542552182 +45695 aapg_ac_65.html aapg_ac_65.html:851:69781:69789 Colorado Leadville, Colorado -0.481777803377517411 +45696 cspg_html_1124814558 cspg_html_1124814558:35:4891:4905 Colorado CFB Cold Lake -0.0387351937128136078 +45697 cspg_html_5950764790 cspg_html_5950764790:325:37154:37159 Nisku Lacombe, Alberta -0.0166302989496245716 +45698 aapg_ad_937.html aapg_ad_937.html:65:10559:10565 Casper Cheyenne, Wyoming -0.0113965411474177668 +45699 aapg_ak_87.html aapg_ak_87.html:112:17733:17748 Supai Supai, Arizona -0.471382028770717776 +45700 cspg_html_8316122266 cspg_html_8316122266:19:2519:2527 Columbia Victoria, British Columbia -0.463362613223226583 +45701 cspg_html_9354781888 cspg_html_9354781888:563:48282:48290 Columbia Lacombe, Alberta -0.470510360514459824 +45702 aapg_ah_318.html aapg_ah_318.html:3259:259652:259661 San Pedro Durango, Durango -0.453085363047098455 +45703 aapg_ac_245.html aapg_ac_245.html:384:49798:49803 Atoka Des Moines, Washington -0.443813272031764461 +45704 cspg_html_4915680223 cspg_html_4915680223:23:2600:2623 Read Bay Devon Island -0.0339634929094720234 +45705 aapg_ah_387.html aapg_ah_387.html:2172:234971:234989 Mariposa Sierra Nevada (Spain) -0.460041893415422398 +45706 aapg_af_288.html aapg_af_288.html:80:9854:9861 El Paso El Paso, Texas -0.0507415465108338806 +45707 aapg_ac_529.html aapg_ac_529.html:104:12224:12244 Goliad Texas -0.498319708491524405 +45708 aapg_ac_629.html aapg_ac_629.html:321:40974:40981 Prairie Beaumont, Texas -0.443982888348864235 +45709 aapg_ae_147.html aapg_ae_147.html:386:42217:42233 Modelo South Mountains (Arizona) -0.0159925297595795608 +45710 aapg_ac_971.html aapg_ac_971.html:877:70502:70510 Seminole McAlester, Oklahoma -0.463253167093327645 +45711 aapg_ac_714.html aapg_ac_714.html:184:21900:21908 Sundance Cheyenne, Wyoming 0.0337181788254025394 +45712 aapg_ae_777.html aapg_ae_777.html:32:4329:4345 Sandia New Mexico -0.481575226969792936 +45713 cspg_html_9439353033 cspg_html_9439353033:435:43114:43132 Coalspur Lacombe, Alberta -0.473903010792736112 +45714 cspg_html_9725676031 cspg_html_9725676031:698:74633:74642 Mackenzie Lacombe, Alberta -0.460655489757687109 +45715 AMJC_html_6755612993 AMJC_html_6755612993:495:56413:56438 Norfolk Washington (state) -0.494850594949005074 +45716 aapg_ad_757.html aapg_ad_757.html:287:36578:36589 Black River Decorah, Iowa -0.0469494744747350756 +45717 cspg_html_3627006433 cspg_html_3627006433:58:7420:7438 Dunvegan Lacombe, Alberta -0.030833956297731533 +45718 aapg_af_697.html aapg_af_697.html:3:348:356 Michigan Michigan -0.470179399208385473 +45719 aapg_ae_473.html aapg_ae_473.html:163:15347:15357 Tuscaloosa Southeast Asia -0.456228838585424179 +45720 aapg_ae_331.html aapg_ae_331.html:104:11059:11065 Bethel Hardinsburg, Indiana -0.471340610693628537 +45721 aapg_af_624.html aapg_af_624.html:243:17316:17334 Frontier Cheyenne, Wyoming -0.435926993396556828 +45722 aapg_aa_267.html aapg_aa_267.html:10:1199:1209 Greenbrier Huntington, West Virginia -0.0773484090260280199 +45723 aapg_ae_534.html aapg_ae_534.html:113:11987:12003 Tyonek Cook Inlet -0.454113919430063184 +45724 AMJC_html_4986321644 AMJC_html_4986321644:725:86338:86354 Unicoi Virginia -0.479586916180102352 +45725 sedimentology_html_8076752814 sedimentology_html_8076752814:612:48835:48839 Hall London, Ontario -0.492380698787899029 +45726 cspg_html_1915486237 cspg_html_1915486237:421:44968:44976 Bullhead Lacombe, Alberta -0.026183725432627869 +45727 gsa_html_4930932370 gsa_html_4930932370:895:94397:94405 Michigan Sudbury, Suffolk -0.0218200693181328578 +45728 cspg_html_8089302449 cspg_html_8089302449:6:399:420 Dawson Bay Regina, Saskatchewan -0.00609585742769015466 +45729 palaios_html_9876040400 palaios_html_9876040400:731:71363:71372 San Diego California -0.0441518845397727636 +45730 gsa_html_8881958017 gsa_html_8881958017:142:16861:16869 Columbia Victoria, British Columbia -0.438131262990121173 +45731 aapg_ae_904.html aapg_ae_904.html:151:15961:15981 Minnekahta Spearfish, South Dakota -0.461026124022890449 +45732 gsa_html_2963115179 gsa_html_2963115179:706:59346:59374 Green River Colorado -0.0380441859515352823 +45733 aapg_aa_44.html aapg_aa_44.html:205:25901:25909 Moenkopi Hermosa, Chicago -0.416435194832451061 +45734 cspg_html_4374961624 cspg_html_4374961624:29:5093:5104 Mount Whyte Mount Robson Provincial Park -0.460944252925189812 +45735 aapg_ae_471.html aapg_ae_471.html:68:7423:7452 Smackover Cotton Valley, Louisiana -0.468611324772205295 +45736 palaios_html_9663500426 palaios_html_9663500426:91:7775:7806 Chinle Logan, Utah -0.214463461698994551 +45737 cspg_html_8818854104 cspg_html_8818854104:115:15241:15259 Kootenay Lacombe, Alberta -0.451875596518584666 +45738 aapg_aa_546.html aapg_aa_546.html:186:17487:17505 Kootenai Colorado -0.448821175971653663 +45739 aapg_ah_318.html aapg_ah_318.html:622:70256:70277 Mt Lytton Arkansas -0.0371844096364450094 +45740 aapg_ah_871.html aapg_ah_871.html:414:45044:45061 Pamelia Jefferson County, Colorado -0.0147465829377091441 +45741 geology_html_2632215670 geology_html_2632215670:266:22170:22191 Ghost Rocks Kodiak Island -0.446186272521599148 +45742 aapg_ae_118.html aapg_ae_118.html:538:53614:53653 Ingleside Fort Collins, Colorado -0.0371844096364450094 +45743 sedimentology_html_8718672678 sedimentology_html_8718672678:1091:58121:58137 Viking Lacombe, Alberta -0.474923608334711034 +45744 aapg_ad_452.html aapg_ad_452.html:687:48057:48062 Atoka McAlester, Oklahoma -0.0179232709792312463 +45745 palaios_html_6025329652 palaios_html_6025329652:513:43038:43048 Washington Boise, Idaho -0.459805657368256959 +45746 cspg_html_2512172037 cspg_html_2512172037:29:3121:3145 Grosmont Lacombe, Alberta -0.43720904648285841 +45747 palaios_html_5958626598 palaios_html_5958626598:375:36573:36608 Brassfield Ohio -0.470457490274840129 +45748 aapg_ah_387.html aapg_ah_387.html:2548:275244:275260 Knoxville Knoxville, Illinois -0.482150482079643117 +45749 aapg_ai_468.html aapg_ai_468.html:64:8795:8816 Haynesville Bossier City, Louisiana -0.0189695239556965725 +45750 gsa_html_7309078733 gsa_html_7309078733:84:9645:9655 Rio Grande Puerto Palomas, Chihuahua -0.0168284107080514181 +45751 cspg_html_5922127221 cspg_html_5922127221:469:52215:52221 Wapiti Lacombe, Alberta -0.43911211811260753 +45752 gsa_html_8833777630 gsa_html_8833777630:743:81661:81691 Fort Union Cheyenne, Wyoming 0.0373340820120061159 +45753 gsa_html_9603601502 gsa_html_9603601502:704:51917:51933 Sayabec Western world -0.439223139625051329 +45754 cspg_html_4666332434 cspg_html_4666332434:490:72916:72927 Belly River Judith River Formation -0.000521153440822292734 +45755 aapg_ae_223.html aapg_ae_223.html:241:29351:29372 Green River Wasatch Range -0.0177825001131117176 +45756 cspg_html_5241714595 cspg_html_5241714595:774:107666:107681 Elk Lacombe, Alberta -0.0632195999825383298 +45757 aapg_aa_723.html aapg_aa_723.html:640:60044:60058 Pico Ventura County, California -0.407188892467938546 +45758 geology_html_8807787667 geology_html_8807787667:129:12852:12874 Cedar Mountain Reno, Nevada -0.0303556393986496656 +45759 aapg_ae_993.html aapg_ae_993.html:512:52386:52405 Beirdneau Boise, Idaho -0.44961357796588941 +45760 geology_html_3309524328 geology_html_3309524328:182:18965:18970 Lyell Bridgetown, Nova Scotia -0.447455726501453044 +45761 aapg_ah_435.html aapg_ah_435.html:519:61058:61068 Rio Grande Texas -0.478326534516524793 +45762 gsa_html_7635660482 gsa_html_7635660482:9:363:377 Vega Kingdom of Asturias -0.0669441011416033877 +45763 gsa_html_4071231613 gsa_html_4071231613:1060:107228:107238 Washington Boise, Idaho -0.436832441054611387 +45764 aapg_ac_465.html aapg_ac_465.html:78:7985:8012 Athabasca Lacombe, Alberta -0.048386967383413422 +45765 gsa_html_9139751839 gsa_html_9139751839:804:77306:77314 Virginia McMurdo Sound -0.477123570959987586 +45766 sedimentology_html_3221384871 sedimentology_html_3221384871:1068:82972:83006 Protection Washington (state) -0.460964719996515115 +45767 gsa_html_9962225882 gsa_html_9962225882:82:8258:8264 Oregon Wa (Japan) -0.438271005074949593 +45768 aapg_ae_642.html aapg_ae_642.html:100:9622:9632 Tuscaloosa Paluxy, Texas -0.406132759388199704 +45769 aapg_aa_38.html aapg_aa_38.html:427:40170:40175 Queen Guadalupe Mountains National Park -0.43911211811260753 +45770 aapg_aa_124.html aapg_aa_124.html:403:41449:41457 Kootenai Lacombe, Alberta 0.0410278850679781787 +45771 gsa_html_5613364929 gsa_html_5613364929:716:74262:74270 Colorado San Juan, Argentina -0.0691394144300454816 +45772 aapg_ai_563.html aapg_ai_563.html:39:4161:4169 Virginia Wytheville, Virginia -0.0220234486290734922 +45773 aapg_ae_139.html aapg_ae_139.html:347:35778:35787 Red River Williston, Vermont -0.422557496615976746 +45774 cspg_html_2758185645 cspg_html_2758185645:39:7034:7041 Pekisko Western world -0.00936896389642591365 +45775 aapg_ae_459.html aapg_ae_459.html:28:3285:3297 Crab Orchard Ohio -0.450649451770273157 +45776 aapg_af_188.html aapg_af_188.html:313:35973:35980 Wasatch Cheyenne, Wyoming 0.013078463721204827 +45777 aapg_ai_276.html aapg_ai_276.html:360:44917:44924 Norfolk Newport, Rhode Island -0.434637853624058046 +45778 cspg_html_1878628154 cspg_html_1878628154:6:445:453 Columbia Lacombe, Alberta -0.457555451333636842 +45779 gsa_html_7869763286 gsa_html_7869763286:30:2856:2884 Green River Colorado -0.0074248793072545817 +45780 cspg_html_9735723617 cspg_html_9735723617:357:45813:45836 Parry Islands Melville Island (Canada) -0.496235102069879308 +45781 cspg_html_8525917094 cspg_html_8525917094:170:22816:22833 Swift Powder River Basin -0.438060290900437188 +45782 gsa_html_4308966435 gsa_html_4308966435:1257:124985:124991 Denver Colorado -0.452238132024570194 +45783 sedimentology_html_2806065367 sedimentology_html_2806065367:699:64215:64246 Fort Hancock Texas -0.0251961448544280216 +45784 aapg_ae_777.html aapg_ae_777.html:275:32188:32200 Percha Ouray, Colorado -0.0024667992892967905 +45785 aapg_ae_344.html aapg_ae_344.html:66:6033:6040 Hosston Chatham, Massachusetts -0.428106551564836124 +45786 geology_html_6275240411 geology_html_6275240411:17:1336:1344 Winnipeg Winnipeg -0.0180709945054990453 +45787 aapg_ai_720.html aapg_ai_720.html:368:38051:38058 Magothy Potomac, Maryland 0.0037592765078730871 +45788 aapg_ah_370.html aapg_ah_370.html:186:14418:14432 Traverse Rockport, Massachusetts -0.0121732026878597095 +45789 AMJC_html_6156518485 AMJC_html_6156518485:235:28777:28785 Richland Washington (state) -0.04375827605503467 +45790 cspg_html_4176605708 cspg_html_4176605708:266:24978:24986 Columbia Regina, Saskatchewan -0.0125432965018171631 +45791 gsa_html_1693237510 gsa_html_1693237510:29:2796:2824 Green River Colorado 0.00700097865383239332 +45792 aapg_ac_380.html aapg_ac_380.html:54:8251:8263 Salina Salina, Kansas -0.0146249457170983255 +45793 aapg_ae_419.html aapg_ae_419.html:3778:237664:237684 San Miguel Texas -0.443701699352459789 +45794 aapg_ae_324.html aapg_ae_324.html:160:15844:15852 Virginia Murfreesboro, Tennessee -0.0826410787537256164 +45795 aapg_ah_337.html aapg_ah_337.html:336:41233:41256 Cotton Valley Rodessa, Louisiana -0.00500312776260552431 +45796 palaios_html_7765531315 palaios_html_7765531315:60:7224:7261 Noonday Dolomite California 0.0136205912894358499 +45797 aapg_ad_648.html aapg_ad_648.html:234:27905:27913 Colorado Denver -0.0311226948006410493 +45798 aapg_ac_944.html aapg_ac_944.html:25:3746:3770 Arroyo Sangre de Cristo Range 0.00452191499750925936 +45799 aapg_af_486.html aapg_af_486.html:373:39106:39126 Hemlock Conglomerate McArthur River uranium mine -0.184987457827891666 +45800 gsa_html_4438819447 gsa_html_4438819447:285:32381:32404 Dakota Nebraska 0.346480780278810185 +45801 aapg_ai_17.html aapg_ai_17.html:1308:89485:89496 Hattiesburg Leesville, Ohio -0.0957149297089566198 +45802 aapg_aa_655.html aapg_aa_655.html:3:174:212 Arroyo New Mexico -0.0522651849084595707 +45803 aapg_ac_889.html aapg_ac_889.html:298:26986:27001 Salem Jefferson County, Colorado -0.467925738958578585 +45804 cspg_html_8363357104 cspg_html_8363357104:436:56456:56477 Survey Peak Williston Basin 0.0019873350170567061 +45805 cspg_html_4727171280 cspg_html_4727171280:132:14681:14698 Bearpaw Lacombe, Alberta -0.123930616313346176 +45806 aapg_ak_24.html aapg_ak_24.html:3:398:429 Bragdon California -0.485252303872338198 +45807 cspg_html_4293350162 cspg_html_4293350162:27:4311:4333 Banff Lacombe, Alberta -0.431186011272103542 +45808 aapg_af_469.html aapg_af_469.html:386:44270:44278 Humboldt Reno, Nevada 0.364635781540265769 +45809 aapg_ae_461.html aapg_ae_461.html:64:9536:9547 Pine Island Bellevue, Nebraska -0.0476394385223062114 +45810 aapg_ai_592.html aapg_ai_592.html:195:32326:32337 Green River Uinta Mountains 1.02644774449026377 +45811 geology_html_7868581291 geology_html_7868581291:202:17662:17679 Muskwa Victoria, British Columbia -0.463362613223226583 +45812 cspg_html_6964953392 cspg_html_6964953392:259:32740:32748 Columbia Victoria, British Columbia -0.0269348882327513015 +45813 geology_html_5129774833 geology_html_5129774833:13:949:957 Virginia Charlottesville, Virginia -0.0782870302331403894 +45814 cspg_html_8587137158 cspg_html_8587137158:353:50109:50143 Virginia Lacombe, Alberta -0.0258220684876826687 +45815 cspg_html_5295390542 cspg_html_5295390542:364:44255:44287 Montney Lacombe, Alberta -0.447153316157111791 +45816 aapg_af_614.html aapg_af_614.html:67:5465:5494 Smackover Shreveport, Louisiana -0.447018943573484262 +45817 aapg_ae_380.html aapg_ae_380.html:291:24612:24619 Carrizo Carrizo Plain -0.457501080653503367 +45818 aapg_ai_468.html aapg_ai_468.html:79:10449:10468 Cotton Valley Alabama -0.0263019613963844621 +45819 aapg_ae_419.html aapg_ae_419.html:2191:149598:149602 Wendover Tula, Hidalgo -0.0218270224173490179 +45820 aapg_ac_363.html aapg_ac_363.html:27:3959:3967 Bellevue Rosedale, Toronto -0.0241651662660577748 +45821 sedimentology_html_9260132433 sedimentology_html_9260132433:903:60609:60638 Winnipeg Canada -0.44548177794016619 +45822 aapg_ad_798.html aapg_ad_798.html:50:6925:6935 Montgomery Beaumont, Texas -0.040244442684913409 +45823 aapg_ae_680.html aapg_ae_680.html:381:38232:38240 Woodbine Tuscaloosa, Alabama -0.427645821637091417 +45824 aapg_aa_305.html aapg_aa_305.html:120:17847:17867 Bluff Piedmont (United States) -0.468015132988553406 +45825 cspg_html_1962846283 cspg_html_1962846283:549:68820:68826 Fernie Kootenay River -0.00220622071262783657 +45826 aapg_ah_159.html aapg_ah_159.html:119:13926:13944 Fentress Rockcastle County, Kentucky -0.468317764612058318 +45827 aapg_ac_286.html aapg_ac_286.html:38:3496:3504 Woodbine Rodessa, Louisiana -0.0836701771468338351 +45828 aapg_ae_73.html aapg_ae_73.html:785:104009:104017 Colorado Huerfano County, Colorado -0.0225014864703161413 +45829 gsa_html_4308966435 gsa_html_4308966435:1160:115120:115128 Colorado Denver -0.0532311352227030424 +45830 jgeology_html_4305195651 jgeology_html_4305195651:2678:179971:180006 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania -0.456518443898076276 +45831 aapg_aa_918.html aapg_aa_918.html:727:76120:76130 Salt Plain Cedar Hill, Texas -0.0276304452324186781 +45832 palaios_html_2621173808 palaios_html_2621173808:1280:119385:119393 Columbia Lacombe, Alberta -0.478836965338604204 +45833 geology_html_8631349740 geology_html_8631349740:187:18356:18361 Price Earth -0.460944252925189812 +45834 aapg_ac_835.html aapg_ac_835.html:1643:201533:201539 Denver Cheyenne, Wyoming -0.454935799752899217 +45835 aapg_aa_648.html aapg_aa_648.html:20:2887:2894 Norfolk North Carolina -0.46328736756315686 +45836 gsa_html_2729737430 gsa_html_2729737430:966:97181:97191 Washington Boise, Idaho 0.0101177818467075957 +45837 cspg_html_8915218033 cspg_html_8915218033:291:29933:29941 Columbia Victoria, British Columbia -0.463271407180362194 +45838 aapg_ai_491.html aapg_ai_491.html:103:11900:11917 Hermosa Colorado -0.0825534320397973004 +45839 aapg_ah_724.html aapg_ah_724.html:33:5220:5228 Columbia Lacombe, Alberta -0.460964719996515115 +45840 aapg_ae_253.html aapg_ae_253.html:16:1658:1671 Cotton Valley Shreveport, Louisiana -0.432752661482583012 +45841 geology_html_3342004799 geology_html_3342004799:297:25641:25649 Colorado Denver -0.0140376196944260508 +45842 cspg_html_1841843683 cspg_html_1841843683:82:13980:13987 Rierdon Regina, Saskatchewan 0.429441734671401676 +45843 aapg_ad_351.html aapg_ad_351.html:275:26685:26704 Northview Sedalia, Missouri -0.4597920302667165 +45844 aapg_ad_728.html aapg_ad_728.html:22:3673:3691 Anacacho Merchantville, New Jersey -0.0214480825633718564 +45845 aapg_ac_424.html aapg_ac_424.html:434:61988:61993 Weeks Duval County, Texas -0.506518679863000365 +45846 aapg_ah_645.html aapg_ah_645.html:350:42826:42834 Sundance Cheyenne, Wyoming -0.0215106592204126722 +45847 geology_html_7100320490 geology_html_7100320490:9:296:323 Rapid Great Barrier Reef -0.473649201225758321 +45848 sedimentology_html_3181527419 sedimentology_html_3181527419:453:30041:30045 Earp Supai, Arizona -0.0429920100127147015 +45849 aapg_aa_546.html aapg_aa_546.html:279:27916:27921 Eagle Judith River Formation 0.0408119965625751285 +45850 cspg_html_9069886621 cspg_html_9069886621:158:14418:14440 Lone Mountain Reno, Nevada -0.292638263934229592 +45851 cspg_html_3819756910 cspg_html_3819756910:189:18364:18369 Banff Lacombe, Alberta -0.454764136650290418 +45852 cspg_html_1064364469 cspg_html_1064364469:7:624:630 Viking Canada -0.0395063257526605052 +45853 aapg_ad_366.html aapg_ad_366.html:53:4160:4165 Nisku Calmar, Alberta 0.00126987796984999847 +45854 aapg_ae_370.html aapg_ae_370.html:626:62120:62137 Gaviota Cowlitz River -0.00308350377484213492 +45855 cspg_html_3766007701 cspg_html_3766007701:148:20348:20372 Athabasca Fort McMurray -0.462166276497962936 +45856 gsa_html_5486105965 gsa_html_5486105965:935:78233:78261 Green River Colorado 0.0200558083288706231 +45857 aapg_ad_978.html aapg_ad_978.html:286:27532:27548 Tintic Quartzite Logan, Utah 0.759695885644293356 +45858 sedimentology_html_5397547761 sedimentology_html_5397547761:2374:95397:95402 Price Sellwood Bridge -0.0207667065675008616 +45859 cspg_html_4270552951 cspg_html_4270552951:25:4252:4281 Swan River Swan River, Manitoba -0.418503531176707688 +45860 aapg_ae_370.html aapg_ae_370.html:520:50270:50295 Pittsburg Bluff Scappoose, Oregon -0.0482388499511915356 +45861 aapg_ai_307.html aapg_ai_307.html:90:11872:11883 Boggy Inola, Oklahoma -0.466714081975797668 +45862 jgeology_html_6186634367 jgeology_html_6186634367:320:30346:30359 Marble Canyon Grapevine, California -0.439223139625051329 +45863 aapg_ai_28.html aapg_ai_28.html:834:79484:79490 Lissie Uvalde, Texas -0.428756340544432124 +45864 sedimentology_html_3358647812 sedimentology_html_3358647812:1133:87359:87375 Verde Colorado -0.0716469267425071249 +45865 gsa_html_8152640301 gsa_html_8152640301:154:14400:14416 Naknek Talkeetna Mountains -0.449467616590735308 +45866 aapg_af_562.html aapg_af_562.html:128:12989:13009 Tuscaloosa Tuscaloosa, Alabama -0.438326464087016476 +45867 cspg_html_4269071742 cspg_html_4269071742:219:19192:19211 Kishenehn Victoria, British Columbia -0.0343166851191607572 +45868 aapg_ac_882.html aapg_ac_882.html:453:43115:43133 Bellevue Cincinnati -0.483332474615108865 +45869 aapg_aa_732.html aapg_aa_732.html:524:49326:49343 Edwards Texas -0.0343184250102417446 +45870 aapg_ae_113.html aapg_ae_113.html:108:14195:14215 Peel Bath, Somerset -0.489483165548852517 +45871 aapg_ai_107.html aapg_ai_107.html:602:51634:51642 Dorcheat Texas -0.0591256711922378136 +45872 cspg_html_7297340324 cspg_html_7297340324:40:6811:6833 Basal Regina, Saskatchewan -0.056229218914080073 +45873 aapg_ae_375.html aapg_ae_375.html:16:2880:2900 Tuscaloosa Lewisville, Texas -0.00490757986669080291 +45874 gsa_html_3429903648 gsa_html_3429903648:796:67133:67151 Frontier Powder River Basin -0.0362237739882792509 +45875 gsa_html_4431779557 gsa_html_4431779557:420:33608:33627 Seminole Texas 0.0398092252707295466 +45876 geology_html_6275240411 geology_html_6275240411:44:4213:4226 Lake Michigan Great Lakes region (North America) -0.0236297103321001234 +45877 aapg_aa_746.html aapg_aa_746.html:434:46360:46365 Price Indonesia -0.439691796343032515 +45878 aapg_ah_654.html aapg_ah_654.html:1038:107565:107575 Wind River Powder River (Montana) -0.476519241639526414 +45879 aapg_ac_301.html aapg_ac_301.html:235:28918:28935 Laketown Dolomite Logan, Utah 0.730798086927735069 +45880 sedimentology_html_3490195740 sedimentology_html_3490195740:38:3199:3216 Selkirk Canada -0.441459714368856782 +45881 gsa_html_7040053075 gsa_html_7040053075:804:86246:86263 Santa Rosa Basalt Whittier, Alaska -0.4597965726108596 +45882 palaios_html_4940783464 palaios_html_4940783464:15:881:899 Yakataga Anchorage, Alaska -0.442620143363224416 +45883 aapg_ac_925.html aapg_ac_925.html:192:30378:30395 Forbes Putah Creek -0.0845188772612052858 +45884 aapg_ac_414.html aapg_ac_414.html:197:23888:23894 Oregon Mexico -0.520434041943150461 +45885 aapg_ai_774.html aapg_ai_774.html:42:4359:4377 Detroit River Salina, Kansas -0.462193603410137988 +45886 gsa_html_3049782768 gsa_html_3049782768:609:55525:55535 Washington North Cascades National Park -0.449433936510724996 +45887 aapg_ah_217.html aapg_ah_217.html:324:40816:40825 Tuscarora Woods County, Oklahoma -0.458348730992641562 +45888 gsa_html_3701935694 gsa_html_3701935694:652:62744:62749 Magog Quebec City -0.416810337447515888 +45889 gsa_html_6426465509 gsa_html_6426465509:11:512:522 Washington Seattle -0.47503682505792677 +45890 aapg_ah_895.html aapg_ah_895.html:17:3329:3346 Bluesky Lacombe, Alberta -0.064910353474174412 +45891 cspg_html_9768299963 cspg_html_9768299963:46:5421:5447 Horseshoe Canyon Lacombe, Alberta -0.0733525034842169993 +45892 aapg_ak_76.html aapg_ak_76.html:132:19560:19570 Rio Grande Puerto Rico -0.0309035312152589614 +45893 cspg_html_2873888604 cspg_html_2873888604:107:18038:18060 Charlie Lake Victoria, British Columbia -0.0312131444176052264 +45894 jgeology_html_4599466962 jgeology_html_4599466962:226:16815:16824 Schoharie Onondaga (tribe) -0.0156223882901486526 +45895 cspg_html_5406720001 cspg_html_5406720001:70:9432:9456 Johnson Telford, Pennsylvania -0.493373928503901382 +45896 geology_html_8947691854 geology_html_8947691854:275:23260:23271 Green River Kentucky -0.455197874748240694 +45897 aapg_ah_763.html aapg_ah_763.html:233:23541:23551 Fort Worth Texas -0.447572237112974447 +45898 gsa_html_2145963783 gsa_html_2145963783:446:40819:40825 Antler Sonoma, California -0.00936896389642591365 +45899 aapg_af_786.html aapg_af_786.html:556:34593:34609 Midway Texas -0.420395587036969776 +45900 cspg_html_5450075884 cspg_html_5450075884:836:81372:81389 Cardium Lacombe, Alberta 0.965949268972575159 +45901 aapg_af_854.html aapg_af_854.html:1419:206969:206974 Salem Morgan County, Indiana -0.441406293921039528 +45902 aapg_af_965.html aapg_af_965.html:684:70420:70426 Active East China Sea -0.493383370963238699 +45903 sedimentology_html_3239980492 sedimentology_html_3239980492:399:46483:46489 Oregon Washington (state) -0.446052041434467972 +45904 geology_html_9189584760 geology_html_9189584760:302:20898:20906 Colorado Hinsdale, Massachusetts -0.0355033554965811168 +45905 cspg_html_4176605708 cspg_html_4176605708:558:56341:56362 Fish Scales Lacombe, Alberta -0.484161071054726611 +45906 gsa_html_6117440194 gsa_html_6117440194:556:57408:57432 St. Mary River Omineca Mountains -0.480728181628129914 +45907 cspg_html_7696663937 cspg_html_7696663937:117:16146:16183 Cardium Lacombe, Alberta -0.480891010387966222 +45908 aapg_aa_289.html aapg_aa_289.html:199:20156:20178 Diamond Peak Reno, Nevada -0.192159681386071729 +45909 aapg_ac_289.html aapg_ac_289.html:45:5147:5167 Tuscaloosa Arkansas -0.410777836329927315 +45910 aapg_ac_333.html aapg_ac_333.html:1118:132966:132976 San Andres New Mexico -0.0664740384726391909 +45911 cspg_html_4132771434 cspg_html_4132771434:676:81579:81587 Moosebar Victoria, British Columbia -0.0186688510697679971 +45912 cspg_html_7779401416 cspg_html_7779401416:261:31775:31783 Reynales Niagara Peninsula -0.0352075456733289827 +45913 aapg_ah_871.html aapg_ah_871.html:33:4564:4569 Chazy Quebec City -0.448578878596292641 +45914 gsa_html_4137054086 gsa_html_4137054086:1036:71886:71893 Oak Bay New Brunswick, New Jersey -0.482921973604061416 +45915 aapg_ai_602.html aapg_ai_602.html:924:96659:96680 Green River Colorado 0.0121158646084473642 +45916 aapg_ai_548.html aapg_ai_548.html:136:12108:12124 Tar Springs Rock Hill, South Carolina -0.452896019392303839 +45917 aapg_ac_270.html aapg_ac_270.html:30:2792:2811 Clinton Tripoli, Lebanon -0.446848766559273636 +45918 aapg_aa_533.html aapg_aa_533.html:14:1929:1945 Eagle Austin, Chicago -0.470216166533545032 +45919 aapg_ac_742.html aapg_ac_742.html:125:13844:13867 Gypsum Spring Lytle Creek (California) -0.463332970234029085 +45920 aapg_ae_805.html aapg_ae_805.html:417:49942:49959 Maroon Colorado -0.0668916758617244117 +45921 aapg_ae_789.html aapg_ae_789.html:754:74609:74622 Wabamun Lacombe, Alberta -0.444844842741709823 +45922 gsa_html_5564203929 gsa_html_5564203929:468:52550:52562 Owens Valley California -0.00780187588631296031 +45923 cspg_html_8089302449 cspg_html_8089302449:262:44725:44733 Michigan Iowa -0.473903010792736112 +45924 aapg_ae_419.html aapg_ae_419.html:535:61881:61898 Todos Santos Guatemala 1.21234287297325682 +45925 palaios_html_5444521865 palaios_html_5444521865:128:12623:12639 Luning Reno, Nevada -0.454034931813569353 +45926 cspg_html_7988775280 cspg_html_7988775280:117:18809:18828 Ellerslie Lacombe, Alberta -0.0682409089564764842 +45927 aapg_ah_339.html aapg_ah_339.html:254:25385:25391 Cannon Tripoli, Lebanon -0.485406637327558677 +45928 cspg_html_9516677253 cspg_html_9516677253:246:30827:30844 Cardium Lacombe, Alberta -0.452977161832460395 +45929 AMJC_html_7141186441 AMJC_html_7141186441:1374:121453:121465 Tongue River Knife River -0.458695727712452594 +45930 aapg_ac_429.html aapg_ac_429.html:131:15447:15457 San Andres San Angelo, Texas -0.032453416908065226 +45931 aapg_ad_466.html aapg_ad_466.html:552:63539:63550 Englishtown Swedesboro, New Jersey -0.121137972934531074 +45932 aapg_ad_3.html aapg_ad_3.html:474:44774:44785 Martinsburg Virginia 0.301521275381619325 +45933 aapg_ah_490.html aapg_ah_490.html:68:8331:8340 Minnelusa Black Hills 0.0292129707991410879 +45934 aapg_ai_357.html aapg_ai_357.html:113:13749:13758 Escondido Medina County, Texas -0.0125432965018171631 +45935 cspg_html_7896958755 cspg_html_7896958755:391:42916:42925 Cold Lake Lacombe, Alberta -0.0175218157848266304 +45936 cspg_html_3068776384 cspg_html_3068776384:573:62094:62111 Cardium Lacombe, Alberta -0.470292003998596664 +45937 palaios_html_1262064602 palaios_html_1262064602:768:81686:81702 Chinle Denver 0.368918164971675899 +45938 aapg_ac_363.html aapg_ac_363.html:207:22646:22677 Kern River Fruitvale, British Columbia -0.00355776029227814188 +45939 aapg_ai_17.html aapg_ai_17.html:686:49651:49660 Red River Montgomery (town), New York -0.445157668105484183 +45940 cspg_html_9275863663 cspg_html_9275863663:216:30679:30688 Waterways Swan Hill, Victoria -0.455188836413653375 +45941 aapg_ah_756.html aapg_ah_756.html:28:4580:4595 Choza County (United States) -0.455252106655251121 +45942 aapg_ac_805.html aapg_ac_805.html:159:20822:20830 Michigan Illinois -0.0252604746773001342 +45943 aapg_ah_83.html aapg_ah_83.html:83:10827:10847 Fall River Greybull, Wyoming 0.595001843970129007 +45944 palaios_html_1461828369 palaios_html_1461828369:294:25507:25513 Moscow Illinois -0.472823676298187945 +45945 aapg_af_712.html aapg_af_712.html:57:5935:5943 Colorado Denver -0.500830957900678664 +45946 sedimentology_html_4369226882 sedimentology_html_4369226882:1001:79997:80005 Scotland North Sea oil -0.468015132988553406 +45947 aapg_aa_745.html aapg_aa_745.html:464:55301:55332 Brushy Canyon West, Texas -0.453008719186489883 +45948 jgeology_html_8132623150 jgeology_html_8132623150:154:7745:7756 Tireo Hispaniola -0.0348317049570976978 +45949 gsa_html_9597147043 gsa_html_9597147043:891:77337:77364 Cantwell Anchorage, Alaska -0.494609426466897539 +45950 aapg_ad_2.html aapg_ad_2.html:1325:181892:181903 Black River Mohawk Valley 0.00330065394967362811 +45951 geology_html_1891040895 geology_html_1891040895:184:17297:17322 Eel River Southern Ocean -0.484135384227082133 +45952 gsa_html_3191945202 gsa_html_3191945202:795:53469:53481 Owens Valley California -0.279575802116844296 +45953 jgeology_html_9867650961 jgeology_html_9867650961:301:20705:20723 Morrison Tanzania -0.0310531186314172737 +45954 aapg_ah_797.html aapg_ah_797.html:103:9530:9544 Chazy Morrow County, Ohio -0.0426820396306177158 +45955 aapg_af_799.html aapg_af_799.html:145:9951:9955 Lodo Coalinga, California -0.222334300839454352 +45956 gsa_html_5865982995 gsa_html_5865982995:1403:147461:147469 Colorado Natrona County, Wyoming -0.475196277624828634 +45957 aapg_ac_214.html aapg_ac_214.html:11:1511:1532 Summerville Summerville, South Carolina -0.0101247315019664351 +45958 gsa_html_1561548255 gsa_html_1561548255:599:60753:60778 Barstow California -0.45184182728382527 +45959 cspg_html_9290046117 cspg_html_9290046117:49:7135:7143 Columbia Victoria, British Columbia -0.487007734355699329 +45960 cspg_html_2758185645 cspg_html_2758185645:496:47823:47835 Saskatchewan Canada -0.0347847257870449039 +45961 aapg_ac_629.html aapg_ac_629.html:211:28326:28344 Beaumont Texas 1.04752520308761166 +45962 AMJC_html_1477071550 AMJC_html_1477071550:12:675:681 Reston Virginia -0.44255997020698512 +45963 aapg_aa_147.html aapg_aa_147.html:592:61730:61739 Stonewall Regina, Saskatchewan -0.4784100389871494 +45964 aapg_ae_128.html aapg_ae_128.html:150:13600:13611 Beekmantown Clark County, Indiana -0.428809045611172668 +45965 cspg_html_2040245760 cspg_html_2040245760:202:19279:19287 Columbia Victoria, British Columbia -0.0088338543289246535 +45966 aapg_ai_288.html aapg_ai_288.html:57:10320:10338 San Onofre Breccia Sunset Beach, California -0.0427795572276395697 +45967 aapg_ac_825.html aapg_ac_825.html:596:68409:68417 Purisima Santa Cruz Mountains -0.457514673015389395 +45968 sedimentology_html_7454033006 sedimentology_html_7454033006:606:49862:49871 Mould Bay Ellesmere Island -0.473621517369168465 +45969 cspg_html_6134774167 cspg_html_6134774167:480:49440:49455 Gates Victoria, British Columbia -0.46328736756315686 +45970 cspg_html_1818321956 cspg_html_1818321956:137:15625:15651 Sulphur Mountain Lacombe, Alberta -0.0328900657953446335 +45971 cspg_html_9912281240 cspg_html_9912281240:65:9489:9511 Belly River Canada -0.444856013246054061 +45972 cspg_html_3354282978 cspg_html_3354282978:22:2996:3006 Swan Hills Lacombe, Alberta -0.463435584788403632 +45973 aapg_ad_4.html aapg_ad_4.html:334:24691:24708 Frankfort Lexington, Kentucky -0.08663080806103092 +45974 cspg_html_2796643803 cspg_html_2796643803:665:74563:74571 Deadwood Winnipeg 1.20593956195986896 +45975 sedimentology_html_9005804281 sedimentology_html_9005804281:2159:108541:108545 Bern Switzerland -0.476137410984472487 +45976 aapg_ad_367.html aapg_ad_367.html:16:2069:2074 Banff Lacombe, Alberta -0.433387995206966137 +45977 aapg_ah_506.html aapg_ah_506.html:155:15149:15163 Traverse Antrim, County Antrim -0.447314589257592876 +45978 sedimentology_html_7297058806 sedimentology_html_7297058806:574:34374:34378 Hall London, Ontario -0.455197874748240694 +45979 aapg_ah_869.html aapg_ah_869.html:950:91829:91841 Dakota Western world 0.0225884038971819467 +45980 gsa_html_8152640301 gsa_html_8152640301:447:37920:37939 Chinitna Talkeetna, Alaska -0.484191429205932 +45981 aapg_ad_599.html aapg_ad_599.html:131:14162:14172 Washington Allegheny Mountains -0.0298634270365841781 +45982 aapg_ah_609.html aapg_ah_609.html:148:18318:18333 Mesaverde Beaumont, Texas 0.0193675314837175663 +45983 cspg_html_2283545366 cspg_html_2283545366:613:64534:64564 Doig Lacombe, Alberta -0.470216166533545032 +45984 aapg_aa_731.html aapg_aa_731.html:282:37274:37286 Wilcox Mississippi River -0.428791476930725279 +45985 aapg_ad_660.html aapg_ad_660.html:448:60798:60820 Seven Rivers Wisconsin -0.446146001135949044 +45986 cspg_html_3860685167 cspg_html_3860685167:1163:101966:101982 Amsden Cheyenne, Wyoming -0.0115181647621516343 +45987 aapg_aa_544.html aapg_aa_544.html:95:12263:12279 Casper Douglas, Isle of Man -0.459837454744856933 +45988 cspg_html_5779937878 cspg_html_5779937878:44:5070:5079 Cold Lake Clearwater, Florida -0.483477129634449443 +45989 gsa_html_6982030333 gsa_html_6982030333:1220:113968:113974 Oregon Boise, Idaho -0.0437722087912311292 +45990 jgeology_html_5007120882 jgeology_html_5007120882:811:40968:40980 Saskatchewan Regina, Saskatchewan -0.461128473443845555 +45991 aapg_ai_1.html aapg_ai_1.html:173:15702:15719 Paradox Logan, Utah -0.025689926843247262 +45992 geology_html_7466414502 geology_html_7466414502:226:24794:24814 Bloomsburg Pennsylvania 0.0249388283192191369 +45993 aapg_af_652.html aapg_af_652.html:84:9287:9304 Spearfish Black Hills -0.491989389258511933 +45994 gsa_html_5446866849 gsa_html_5446866849:921:69483:69493 Keokuk Bennington, Vermont -0.449431691216236939 +45995 aapg_af_622.html aapg_af_622.html:97:7896:7900 Kent Ottawa, Kansas -0.479552074346371926 +45996 geology_html_9498301644 geology_html_9498301644:16:891:907 Laurentian North Carolina 2.77948468513044932e-05 +45997 aapg_af_18.html aapg_af_18.html:574:58467:58483 Lakota Black Hills -0.456479975332736432 +45998 aapg_ae_392.html aapg_ae_392.html:228:19880:19890 Batesville White River (Washington) -0.476449805414249639 +45999 aapg_ae_805.html aapg_ae_805.html:10:1400:1408 San Luis Western world -0.504238916416323235 +46000 aapg_ad_466.html aapg_ad_466.html:1384:147301:147308 Magothy Maryland 0.339735252778881947 +46001 aapg_ah_871.html aapg_ah_871.html:520:57546:57561 Laval Montreal 1.10602739669184791 +46002 geology_html_7176261014 geology_html_7176261014:355:26234:26240 Almond West Kalimantan -0.442595627901035182 +46003 aapg_af_482.html aapg_af_482.html:63:8175:8189 El Plan Rosario, Cavite -0.471405039658470026 +46004 aapg_aa_791.html aapg_aa_791.html:452:46366:46376 Pittsburgh India -0.436157146454813294 +46005 aapg_aa_960.html aapg_aa_960.html:29:4377:4395 Sundance Entrada Sandstone 0.0364256392683855734 +46006 gsa_html_1119256423 gsa_html_1119256423:77:6741:6764 Gilman Peoria, Illinois -0.443755252554939694 +46007 cspg_html_9970905394 cspg_html_9970905394:115:12807:12827 Peel Little Cornwallis Island -0.477714414009500876 +46008 sedimentology_html_2865738906 sedimentology_html_2865738906:64:5490:5525 Lake Valley New Mexico -0.0101855410408739511 +46009 aapg_ah_308.html aapg_ah_308.html:172:23325:23334 Smackover Baton Rouge, Louisiana -0.44951252529713398 +46010 gsa_html_4308966435 gsa_html_4308966435:395:41944:41952 Fillmore Logan, Utah 0.390625190653948462 +46011 sedimentology_html_3878151317 sedimentology_html_3878151317:58:3473:3480 El Paso Texas -0.514845747622908356 +46012 cspg_html_2749851978 cspg_html_2749851978:59:12742:12759 Cardium Victoria, British Columbia -0.0250987813235815996 +46013 aapg_ac_629.html aapg_ac_629.html:351:44878:44888 Citronelle Mississippi River -0.460980639153810601 +46014 jgeology_html_4305195651 jgeology_html_4305195651:559:67049:67073 Slide Mountain French Woods Festival of the Performing Arts -0.458641287983651336 +46015 aapg_ae_3.html aapg_ae_3.html:609:59971:59979 Columbia Victoria, British Columbia -0.447189152172129289 +46016 aapg_ae_175.html aapg_ae_175.html:642:65692:65709 Edwards Texas -3.47435585530699967e-06 +46017 aapg_ad_543.html aapg_ad_543.html:43:6588:6598 Horn River Haynesville, Louisiana -0.436830226177315317 +46018 AMJC_html_7085584544 AMJC_html_7085584544:996:101120:101140 Fort Union Cheyenne, Wyoming 0.00517685152155035466 +46019 aapg_ae_271.html aapg_ae_271.html:76:6698:6714 Lisbon Gosport, Indiana -0.0279486743171803304 +46020 cspg_html_6259492324 cspg_html_6259492324:405:42716:42735 Imperial Middle East 0.00829353945746899406 +46021 aapg_aa_148.html aapg_aa_148.html:29:4743:4755 Burro Canyon Logan, Utah 0.00968516832119581395 +46022 aapg_ae_415.html aapg_ae_415.html:436:57781:57789 Brooklyn Yellow River (Indiana) -0.0539548121915135528 +46023 aapg_af_375.html aapg_af_375.html:236:24972:24982 San Miguel Santa Rosa, California -0.416246593880677085 +46024 aapg_ae_863.html aapg_ae_863.html:546:62589:62595 Modelo San Fernando Valley -0.0809077360408886614 +46025 cspg_html_3870653554 cspg_html_3870653554:115:18670:18678 Waterton Lacombe, Alberta -0.471382028770717776 +46026 aapg_af_721.html aapg_af_721.html:113:10457:10465 Victoria Gippsland -0.502232546229342991 +46027 aapg_ad_27.html aapg_ad_27.html:143:11072:11087 Salem Crawford County, Georgia -0.00576230371979552514 +46028 cspg_html_9344966639 cspg_html_9344966639:10:915:923 Columbia Washington (state) -0.479447557264900015 +46029 aapg_af_468.html aapg_af_468.html:444:38058:38083 Frio Texas -0.452172819913734925 +46030 cspg_html_1118978429 cspg_html_1118978429:617:56429:56437 Bellevue Lacombe, Alberta -0.449811224417208722 +46031 geology_html_3107749784 geology_html_3107749784:16:1042:1048 Denver Colorado -0.471962087320613732 +46032 aapg_ad_688.html aapg_ad_688.html:74:6580:6588 Sundance Cheyenne, Wyoming -0.429938515402492283 +46033 aapg_ae_750.html aapg_ae_750.html:63:8342:8345 Abo Wichita, Kansas -0.441459714368856782 +46034 geology_html_2784558180 geology_html_2784558180:13:583:589 Reston Virginia -0.46687889797168336 +46035 gsa_html_2023933346 gsa_html_2023933346:1004:94832:94841 San Diego Los Angeles -0.00515253017068293719 +46036 gsa_html_8740218609 gsa_html_8740218609:30:1994:2031 Potomac Western world -0.497769002174155983 +46037 aapg_ah_448.html aapg_ah_448.html:10:1535:1551 Mt Lytton Val Verde (fictional country) -0.452927573923113447 +46038 aapg_ah_645.html aapg_ah_645.html:545:66855:66860 Piper Tampico, Illinois -0.46105569042928074 +46039 geology_html_4719496125 geology_html_4719496125:205:18326:18331 Price Cambridge -0.0184133695346841396 +46040 aapg_ae_544.html aapg_ae_544.html:7:1013:1032 Belle Fourche Niobrara, Nebraska -0.443619144253208697 +46041 cspg_html_2965587610 cspg_html_2965587610:64:7040:7045 Yukon Victoria, British Columbia -0.474203062673125064 +46042 sedimentology_html_2791106313 sedimentology_html_2791106313:794:48275:48283 Columbia Victoria, British Columbia -0.436850160261835319 +46043 jgeology_html_6882545802 jgeology_html_6882545802:256:21315:21323 Fairview Netherlands -0.455799127156009509 +46044 aapg_ad_329.html aapg_ad_329.html:165:23713:23726 Harrell Huntington, West Virginia 0.353288701646645775 +46045 gsa_html_1254347878 gsa_html_1254347878:870:87079:87101 Mount Nelson Purcell Mountains -0.503913746830082165 +46046 sedimentology_html_9522643663 sedimentology_html_9522643663:131:11214:11231 Entrada Carmel, Indiana -0.446029671493266278 +46047 aapg_af_808.html aapg_af_808.html:811:105610:105635 Scotland Antilles -0.474133810779439169 +46048 cspg_html_2954223000 cspg_html_2954223000:775:110544:110563 Cardium Lacombe, Alberta -0.465888175365361257 +46049 aapg_ae_255.html aapg_ae_255.html:63:7511:7517 Sparta Spurger, Texas -0.407111576379738216 +46050 aapg_ah_519.html aapg_ah_519.html:207:21813:21835 Burro Canyon Cedar Mountains 0.00238862567180727833 +46051 gsa_html_8398449001 gsa_html_8398449001:662:54620:54630 Bear River Uinta Mountains -0.466782751574986277 +46052 aapg_ac_418.html aapg_ac_418.html:43:8256:8263 Astoria Monterey, California -0.0239565449099976777 +46053 aapg_ad_715.html aapg_ad_715.html:92:10910:10916 Morgan Texas -0.00691758876026682835 +46054 cspg_html_4293350162 cspg_html_4293350162:551:58407:58427 Mount Head Carnarvon, Western Australia -0.444891759770598527 +46055 gsa_html_4137054086 gsa_html_4137054086:78:6905:6914 New River New Brunswick, New Jersey -0.0349709036948933905 +46056 gsa_html_2863658561 gsa_html_2863658561:639:64534:64542 Colorado Denver -0.0526836311466746532 +46057 AMJC_html_3632105729 AMJC_html_3632105729:426:63681:63691 Washington Salem, Oregon -0.0433054743353417024 +46058 aapg_ad_648.html aapg_ad_648.html:166:17933:17951 Niobrara Cheyenne, Wyoming -0.460569106302977371 +46059 sedimentology_html_2806065367 sedimentology_html_2806065367:16:1115:1134 Camp Rice New Mexico -0.44304146514738707 +46060 aapg_ae_419.html aapg_ae_419.html:556:64240:64247 Esquias Lima, Ohio -0.474842748246669499 +46061 gsa_html_5089176247 gsa_html_5089176247:16:806:812 Denver Colorado -0.45295011354581094 +46062 aapg_aa_357.html aapg_aa_357.html:215:18830:18847 Hermit Supai, Arizona -0.0592268959056857155 +46063 aapg_ac_807.html aapg_ac_807.html:30:3325:3340 Tampa North Carolina -0.0933453666107364882 +46064 gsa_html_1130947011 gsa_html_1130947011:598:58067:58085 Black River Bloomington, Indiana -0.0454181735904482173 +46065 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9578:9586 Rangeley Frankfort, Illinois -0.0201913809518237848 +46066 gsa_html_1119256423 gsa_html_1119256423:557:49578:49592 Arikaree Peoria, Illinois -0.0378805791019936056 +46067 aapg_ah_27.html aapg_ah_27.html:326:49868:49896 Barnett Fort Worth, Texas 0.00394689541676773725 +46068 aapg_af_854.html aapg_af_854.html:552:75183:75195 Borden Edwardsville, Illinois -0.015097596462230729 +46069 aapg_aa_735.html aapg_aa_735.html:13:1750:1765 Salem Illinois 0.0459128970678524123 +46070 sedimentology_html_8384737970 sedimentology_html_8384737970:432:38566:38583 Carmel Entrada Sandstone -0.040359343442637502 +46071 aapg_aa_548.html aapg_aa_548.html:166:18159:18165 Wilcox Detrick, Virginia -0.497038450035218293 +46072 sedimentology_html_6487219408 sedimentology_html_6487219408:964:61892:61909 Frisco South Africa -0.458695727712452594 +46073 aapg_af_854.html aapg_af_854.html:811:113925:113940 Salem Salem, Massachusetts -0.216686528619153329 +46074 aapg_ac_699.html aapg_ac_699.html:117:9271:9288 El Abra Melbourne, Florida -0.0122896166911195832 +46075 aapg_ah_335.html aapg_ah_335.html:469:60960:60970 Pottsville Pottsville, Pennsylvania 0.00493363837188221747 +46076 cspg_html_8818854104 cspg_html_8818854104:134:17453:17470 Cadomin Kootenay River -0.4391432028015122 +46077 aapg_af_854.html aapg_af_854.html:143:18398:18408 Keokuk Iowa -0.207068012065636936 +46078 geology_html_8092008701 geology_html_8092008701:234:17619:17625 Jordan Amman -0.0388274478076049076 +46079 aapg_ad_156.html aapg_ad_156.html:112:15364:15380 Robles Puerto Rico -0.0320376589059692546 +46080 aapg_ad_602.html aapg_ad_602.html:343:27817:27823 Dakota Denver -0.434251235823504111 +46081 aapg_aa_844.html aapg_aa_844.html:121:12652:12677 Venango Pleasantville, Venango County, Pennsylvania -0.0854922749189336167 +46082 gsa_html_6038465409 gsa_html_6038465409:639:56612:56624 Salina Michigan Basin -0.464501195477937445 +46083 cspg_html_4031489103 cspg_html_4031489103:337:49134:49167 Gateway San Juan Creek -0.42658041474227687 +46084 gsa_html_7498897688 gsa_html_7498897688:967:88899:88911 Todos Santos Mexico -0.0122044780485856749 +46085 cspg_html_5484260516 cspg_html_5484260516:22:3342:3357 Banff Lacombe, Alberta -0.125455591035389419 +46086 gsa_html_4909276655 gsa_html_4909276655:702:59500:59511 Paso Robles California -0.4796264052884881 +46087 gsa_html_6869840610 gsa_html_6869840610:457:34624:34643 Lodgepole Dinant -0.0226179559252577995 +46088 gsa_html_9979192554 gsa_html_9979192554:1106:102444:102472 Green River Colorado -0.00818929939777349181 +46089 palaios_html_6605749307 palaios_html_6605749307:525:49436:49442 Navajo Logan, Utah -0.440354093294291316 +46090 cspg_html_2820961138 cspg_html_2820961138:596:61769:61785 Viking Lacombe, Alberta 0.00311824777620780874 +46091 geology_html_7068506787 geology_html_7068506787:190:20213:20225 Little River Virginia -0.469152832749018645 +46092 sedimentology_html_7775845660 sedimentology_html_7775845660:828:63782:63808 Monterey California -0.0430651506841664283 +46093 aapg_ad_919.html aapg_ad_919.html:51:5376:5386 Fall River Fall River, Nova Scotia -0.134497384274453791 +46094 gsa_html_4557277250 gsa_html_4557277250:645:59177:59197 Sidewinder Volcanics California -0.479459169650376604 +46095 cspg_html_9735723617 cspg_html_9735723617:181:23298:23307 Mackenzie Anchorage, Alaska -0.452632356575315864 +46096 aapg_ah_160.html aapg_ah_160.html:441:52027:52044 Salina Michigan Basin -0.49293261121873766 +46097 aapg_ac_912.html aapg_ac_912.html:24:2921:2938 Amsden Cheyenne, Wyoming 0.0490456884874680213 +46098 geology_html_8611700372 geology_html_8611700372:13:581:589 Montreal Earth -0.0594415674270635172 +46099 aapg_ai_337.html aapg_ai_337.html:390:41249:41255 Ludlow Michigan -0.0400668715535646355 +46100 aapg_af_188.html aapg_af_188.html:21:3337:3352 Mt Lytton Colorado -0.440280728439214952 +46101 geology_html_4386567919 geology_html_4386567919:107:13622:13629 Oquirrh Delaware -0.0447440730819334553 +46102 aapg_ae_498.html aapg_ae_498.html:1016:106317:106357 Liberty Hall Virginia -0.0369512035856853355 +46103 aapg_ae_35.html aapg_ae_35.html:91:8744:8753 Mesaverde Wasatch Range -0.455432903203822237 +46104 geology_html_1624131066 geology_html_1624131066:15:819:826 Windsor Earth -0.448753864703002991 +46105 gsa_html_1904554207 gsa_html_1904554207:880:96172:96178 Denver Lacombe, Alberta -0.485252303872338198 +46106 sedimentology_html_9950467763 sedimentology_html_9950467763:27:1963:1973 Washington Seattle 0.00173023150446143426 +46107 aapg_ac_91.html aapg_ac_91.html:496:39270:39291 Etherington Boise, Idaho 0.0429432499035805049 +46108 palaios_html_8474347362 palaios_html_8474347362:336:46846:46864 Navesink Closter, New Jersey -0.45954677788095788 +46109 gsa_html_6279217599 gsa_html_6279217599:13:557:563 Denver Colorado -0.441397390812390766 +46110 gsa_html_3720789279 gsa_html_3720789279:1239:114505:114511 Oregon Boise, Idaho -0.475991665297052891 +46111 aapg_ae_465.html aapg_ae_465.html:154:15841:15853 Paluxy Cotton Valley, Louisiana -0.407489623375484999 +46112 aapg_aa_991.html aapg_aa_991.html:91:10939:10946 Bandera Duval County, Texas -0.00170938528760355632 +46113 cspg_html_1124814558 cspg_html_1124814558:6:392:401 Cold Lake Lacombe, Alberta 0.590726817029906703 +46114 cspg_html_7325522863 cspg_html_7325522863:96:16513:16542 Beaverhill Great Slave Lake -0.02166536358211529 +46115 cspg_html_8363357104 cspg_html_8363357104:65:9781:9786 Lyell Lacombe, Alberta -0.492470301114008024 +46116 aapg_ah_481.html aapg_ah_481.html:184:14076:14089 Temblor California -0.433588832161453941 +46117 gsa_html_7029917366 gsa_html_7029917366:833:76370:76387 Cardium Bow River 0.0112575432774918507 +46118 aapg_ae_526.html aapg_ae_526.html:91:9194:9207 Cotton Valley Paluxy, Texas -0.0274774196841049353 +46119 aapg_ai_813.html aapg_ai_813.html:42:7807:7827 Road River Prudhoe Bay Oil Field -0.499289070663717582 +46120 aapg_ae_4.html aapg_ae_4.html:294:34224:34245 Bird Spring Reno, Nevada 0.0164009085472750435 +46121 cspg_html_4326384800 cspg_html_4326384800:1030:151619:151640 Beaverhill Lacombe, Alberta -0.4899838188757622 +46122 cspg_html_3447886929 cspg_html_3447886929:54:6974:7012 Lawrence Canada -0.0797338454266485891 +46123 aapg_af_479.html aapg_af_479.html:414:47015:47025 Point Loma La Jolla -0.501545759647369804 +46124 aapg_ae_342.html aapg_ae_342.html:14:1370:1374 Frio Wharton, New Jersey 0.25267917467511497 +46125 cspg_html_9076537566 cspg_html_9076537566:41:5408:5427 Baillarge Middle Ordovician -0.483477129634449443 +46126 aapg_ae_324.html aapg_ae_324.html:128:12000:12008 Virginia Tazewell, Tennessee -0.455229509631582041 +46127 palaios_html_9290889851 palaios_html_9290889851:56:5457:5473 Vernon Pittsford (village), New York -0.449811224417208722 +46128 aapg_ai_907.html aapg_ai_907.html:543:81562:81579 Bedford Canada -0.0515190157893396575 +46129 aapg_ai_105.html aapg_ai_105.html:391:48581:48601 Manning Canyon Oquirrh Mountain Utah Temple -0.0619012146639673771 +46130 aapg_ad_335.html aapg_ad_335.html:586:74117:74123 Casper Cheyenne, Wyoming -0.464610795373413321 +46131 gsa_html_4719798013 gsa_html_4719798013:389:39962:39987 Blackwater Draw Muleshoe National Wildlife Refuge -0.500385707625650822 +46132 aapg_ai_309.html aapg_ai_309.html:417:41777:41785 Santiago Santa Rosa, California -0.0277017418114762735 +46133 aapg_af_139.html aapg_af_139.html:62:7114:7127 Yakima Basalt Washington (state) 0.361510513817770329 +46134 cspg_html_9771826320 cspg_html_9771826320:835:122776:122792 Strathcona Fiord Canadian Arctic Archipelago -0.00547218286972656846 +46135 aapg_ad_837.html aapg_ad_837.html:109:10638:10655 Madison Black Mountains (North Carolina) -0.46326000708216164 +46136 aapg_ai_583.html aapg_ai_583.html:413:52835:52849 Sundance Black Hills -0.454764136650290418 +46137 gsa_html_2145963783 gsa_html_2145963783:450:41246:41252 Antler Cordillera Administrative Region -0.0321524692645064336 +46138 cspg_html_3529479452 cspg_html_3529479452:31:3921:3940 Lodgepole Manitoba -0.954928162487467924 +46139 aapg_aa_735.html aapg_aa_735.html:58:5351:5357 Borden Burlington, Ontario -0.0031964218159343861 +46140 aapg_ai_787.html aapg_ai_787.html:302:32243:32252 Catahoula Oakville, California -0.427672143055296883 +46141 geology_html_5414679991 geology_html_5414679991:194:19789:19795 Oregon Salem, Oregon -0.479459169650376604 +46142 aapg_ae_757.html aapg_ae_757.html:1063:75222:75228 Pueblo Colorado -0.49009668288503172 +46143 gsa_html_5096547935 gsa_html_5096547935:575:55166:55172 Denver Lowell, Massachusetts -0.0743131219486656974 +46144 aapg_ah_181.html aapg_ah_181.html:136:16062:16091 Wingate Kayenta, Arizona -0.00693843622164340684 +46145 palaios_html_8950382583 palaios_html_8950382583:687:59761:59775 Beaufort South Africa -0.477642564553472426 +46146 cspg_html_4272664788 cspg_html_4272664788:81:12459:12471 Rundle Victoria, British Columbia -0.466965896576978678 +46147 gsa_html_8638560961 gsa_html_8638560961:549:67242:67249 Madison Uinta Mountains -0.0529469160775694891 +46148 aapg_ai_720.html aapg_ai_720.html:377:38726:38734 Virginia Melbourne, Florida -0.0414701241414489052 +46149 aapg_ad_653.html aapg_ad_653.html:555:73991:74000 Archibald Kootenay River -0.0279886708512000412 +46150 aapg_ac_720.html aapg_ac_720.html:372:35816:35828 Midway Texas 0.00936896389642591539 +46151 cspg_html_8298261690 cspg_html_8298261690:529:58068:58085 Bluesky Lacombe, Alberta -0.450159455866354863 +46152 aapg_ac_962.html aapg_ac_962.html:460:48264:48280 Dakota Cheyenne, Wyoming -0.443982888348864235 +46153 gsa_html_7199417381 gsa_html_7199417381:917:83166:83187 White River Cheyenne, Wyoming -0.434540631888912565 +46154 gsa_html_6838140604 gsa_html_6838140604:897:77619:77647 Green River Colorado 0.0434656937810903449 +46155 aapg_ah_869.html aapg_ah_869.html:66:7824:7830 Dakota Black Hills -0.446593560210975959 +46156 gsa_html_2667366192 gsa_html_2667366192:700:62411:62415 Hall Los Angeles -0.486548633935625752 +46157 aapg_ae_473.html aapg_ae_473.html:201:18994:18999 Eutaw Tuscaloosa, Alabama -0.44280960294495586 +46158 sedimentology_html_3907918417 sedimentology_html_3907918417:1743:133714:133737 Boulder Creek Canada -0.0512069723189051348 +46159 aapg_ah_521.html aapg_ah_521.html:355:40032:40039 Carrizo Texas 0.00804336370981676048 +46160 aapg_ae_324.html aapg_ae_324.html:686:69011:69019 Virginia Virginia -0.546212367663867049 +46161 cspg_html_3914683557 cspg_html_3914683557:853:95312:95316 Peel Lacombe, Alberta -0.429008912224210892 +46162 aapg_ae_681.html aapg_ae_681.html:58:7890:7896 Werner Alabama 1.18733575725534357 +46163 cspg_html_9735723617 cspg_html_9735723617:180:23155:23175 Bird Fiord Ellesmere Island -0.0217296792824245993 +46164 aapg_ad_467.html aapg_ad_467.html:364:28016:28024 Yorktown North Carolina -0.0377274176775576064 +46165 palaios_html_1511403744 palaios_html_1511403744:448:36668:36674 Warsaw Ohio -0.00274648745693117794 +46166 cspg_html_4326384800 cspg_html_4326384800:1163:172433:172447 Woodbend Lacombe, Alberta -0.0323925309205377876 +46167 aapg_ad_3.html aapg_ad_3.html:84:7685:7695 Nolichucky Giles County, Virginia -0.010750205891597751 +46168 cspg_html_9290046117 cspg_html_9290046117:396:44310:44319 Gog Mount Wilson Observatory -0.0377274176775576064 +46169 jgeology_html_4305195651 jgeology_html_4305195651:281:23567:23585 Catskill Catskill Mountains -0.0660179925071644885 +46170 palaios_html_2276475028 palaios_html_2276475028:31:2480:2498 Morrison Mesa, Arizona -0.247779045598005454 +46171 aapg_ad_648.html aapg_ad_648.html:3:208:226 Niobrara Cheyenne, Wyoming -0.446233258036542624 +46172 cspg_html_4272664788 cspg_html_4272664788:84:13079:13087 Columbia Victoria, British Columbia -0.471543117662309108 +46173 aapg_ad_564.html aapg_ad_564.html:8242:742182:742205 Prince Creek North Slope Borough, Alaska -0.0447475566663644089 +46174 cspg_html_6032369756 cspg_html_6032369756:220:25542:25550 Edmonton Lacombe, Alberta -0.492706142050923668 +46175 aapg_aa_112.html aapg_aa_112.html:214:16315:16323 Tensleep Cheyenne, Wyoming -0.0443365036009496297 +46176 aapg_ai_409.html aapg_ai_409.html:299:34294:34307 Cotton Valley Bellevue, Nebraska -0.452896019392303839 +46177 aapg_ad_721.html aapg_ad_721.html:332:32939:32950 Cloud Chief New Mexico -0.065469387622686781 +46178 aapg_ad_55.html aapg_ad_55.html:506:31164:31171 Plattin Decorah, Iowa -0.00837345699819263926 +46179 gsa_html_9417870342 gsa_html_9417870342:1018:74796:74805 San Diego California -0.0537193910403591518 +46180 sedimentology_html_6550726957 sedimentology_html_6550726957:27:1843:1853 Washington Seattle -0.463271407180362194 +46181 gsa_html_1861017788 gsa_html_1861017788:951:80808:80818 Santa Cruz Santa Cruz, California -0.00369847415980369305 +46182 aapg_ai_594.html aapg_ai_594.html:278:29434:29451 Manitou Gunnison County, Colorado -0.0185419788860923702 +46183 cspg_html_3135622409 cspg_html_3135622409:8:847:863 Belloy Victoria, British Columbia -0.0166302989496245716 +46184 gsa_html_6117440194 gsa_html_6117440194:274:28141:28159 Wasatch Fort Union Trading Post National Historic Site -0.450784359288809666 +46185 cspg_html_7809640865 cspg_html_7809640865:162:16178:16198 Colorado Colorado -0.46328736756315686 +46186 aapg_ak_115.html aapg_ak_115.html:362:31504:31529 Scripps La Jolla -0.479772763003628699 +46187 gsa_html_5089176247 gsa_html_5089176247:13:607:613 Denver Colorado -0.0288025393782587909 +46188 aapg_ad_766.html aapg_ad_766.html:59:6850:6870 Verde Mancos, Colorado -0.486436238766394913 +46189 gsa_html_6753732431 gsa_html_6753732431:766:68284:68290 Walker Colorado -0.49339517418577894 +46190 cspg_html_7086880709 cspg_html_7086880709:173:20147:20164 Manetoe Western world 0.000729614901202842885 +46191 cspg_html_9139420146 cspg_html_9139420146:303:30251:30259 Columbia Lacombe, Alberta -0.015097596462230729 +46192 aapg_ai_567.html aapg_ai_567.html:578:73007:73013 Oregon Victoria, British Columbia -0.0113965411474177668 +46193 cspg_html_6611173979 cspg_html_6611173979:415:37431:37439 Palliser Lacombe, Alberta -0.0237009875122112385 +46194 cspg_html_2796643803 cspg_html_2796643803:6:299:307 Finnegan Lacombe, Alberta -0.515638265999826539 +46195 jgeology_html_2022713612 jgeology_html_2022713612:683:65737:65754 Johnnie Sauk Village, Illinois -0.469230874046953295 +46196 palaios_html_4830763213 palaios_html_4830763213:564:42134:42139 Yukon Canada -0.0235062798697475116 +46197 aapg_af_701.html aapg_af_701.html:329:42791:42803 Huntersville Onondaga (tribe) -0.433403442682278373 +46198 gsa_html_6814608835 gsa_html_6814608835:706:58018:58046 Green River Colorado -0.452977161832460395 +46199 aapg_ah_779.html aapg_ah_779.html:542:103526:103534 Colorado Kentucky -0.0605656576216307002 +46200 gsa_html_8335323050 gsa_html_8335323050:13:592:598 Reston Virginia -0.476449805414249639 +46201 cspg_html_5177583324 cspg_html_5177583324:6:433:445 Saskatchewan Manitoba -0.0521971896884777173 +46202 cspg_html_4132771434 cspg_html_4132771434:232:32370:32375 Yukon Victoria, British Columbia -0.45995556917210767 +46203 aapg_ae_324.html aapg_ae_324.html:1110:110401:110410 Newcastle Virginia -0.00786789401885567251 +46204 aapg_af_663.html aapg_af_663.html:514:50952:50958 Pawnee Adair County, Missouri -0.491047216471885206 +46205 aapg_af_97.html aapg_af_97.html:148:16620:16634 Richmond Bloomington, Indiana -0.45184182728382527 +46206 cspg_html_5241714595 cspg_html_5241714595:653:97650:97672 Winnipegosis Lacombe, Alberta -0.430224392211940587 +46207 gsa_html_9406395350 gsa_html_9406395350:753:68826:68832 Active Logan, Utah -0.451812561628617604 +46208 aapg_ai_223.html aapg_ai_223.html:102:9711:9719 Frontier Moxa -0.470292003998596664 +46209 aapg_ac_333.html aapg_ac_333.html:325:43446:43462 Hueco New Mexico 0.00902496409790776687 +46210 aapg_af_897.html aapg_af_897.html:60:7798:7805 Hermosa Hartville, Missouri -0.456479975332736432 +46211 cspg_html_5358383351 cspg_html_5358383351:98:13297:13310 Windsor Cape Breton Island -0.0111741448327348745 +46212 gsa_html_6143207195 gsa_html_6143207195:822:76976:76986 Washington Seattle -0.469038078694436811 +46213 sedimentology_html_9978802855 sedimentology_html_9978802855:197:16455:16465 Washington Seattle -0.00048640987057772464 +46214 jgeology_html_2074544204 jgeology_html_2074544204:142:7342:7350 Virginia Richmond, California -0.44948782523520614 +46215 jgeology_html_3739517257 jgeology_html_3739517257:1084:68808:68816 Colorado Arkansas River -0.0264132431935258684 +46216 cspg_html_7688587411 cspg_html_7688587411:115:12705:12726 Fish Scales Lacombe, Alberta -0.459887424332023564 +46217 cspg_html_9290046117 cspg_html_9290046117:560:69054:69061 Cadomin Cheyenne, Wyoming -0.396887781482873292 +46218 aapg_ae_365.html aapg_ae_365.html:4:722:737 Sheffield Kinderhook (town), New York -0.0413499862143105745 +46219 aapg_ac_692.html aapg_ac_692.html:239:26388:26394 Reston Manitoba -0.45230795361337589 +46220 AMJC_html_1153492579 AMJC_html_1153492579:1263:127088:127093 Steel Earth -0.461171691164054931 +46221 aapg_ae_884.html aapg_ae_884.html:206:27547:27565 Frontier Niobrara, Nebraska -0.431097950577111366 +46222 aapg_ah_131.html aapg_ah_131.html:47:4563:4570 Rodessa East Texas 0.33012435035274551 +46223 aapg_ai_584.html aapg_ai_584.html:373:36322:36338 Casper Black Hills -0.0402548881501223546 +46224 geology_html_2624273806 geology_html_2624273806:32:2962:2971 Allegheny Virginia -0.0127413767435659193 +46225 aapg_ah_283.html aapg_ah_283.html:266:27871:27887 Keasey Cowlitz River -0.0494029549371166055 +46226 aapg_ah_587.html aapg_ah_587.html:93:8640:8650 Greenbrier Logan, Utah -0.396792123323184864 +46227 aapg_ae_630.html aapg_ae_630.html:175:15024:15038 Minnelusa Powder River (Montana) -0.467950951742638677 +46228 aapg_ah_638.html aapg_ah_638.html:55:5286:5306 Citronelle Alabama -0.435044526345554627 +46229 gsa_html_4675429437 gsa_html_4675429437:1305:90620:90648 Green River Colorado -0.42655631436454855 +46230 aapg_aa_702.html aapg_aa_702.html:1943:172750:172758 Colorado Colorado -0.00781751175163516304 +46231 aapg_aa_609.html aapg_aa_609.html:324:31337:31374 Turner Valley Canada 0.027164418181287342 +46232 aapg_ai_952.html aapg_ai_952.html:72:10924:10941 Ivishak Anchorage, Alaska -0.442720440658756875 +46233 aapg_aa_216.html aapg_aa_216.html:965:93212:93218 Moscow Russia -0.0155250750483416668 +46234 aapg_af_663.html aapg_af_663.html:201:23933:23939 Pawnee Worland, Wyoming -0.457487488497030304 +46235 aapg_ae_863.html aapg_ae_863.html:591:68068:68086 Monterey California -0.46168136305604579 +46236 gsa_html_5766664123 gsa_html_5766664123:273:21805:21833 Green River Iran -0.455347020329573748 +46237 geology_html_4965715689 geology_html_4965715689:71:6421:6445 Crystal Spring Badwater Basin -0.472574788136010782 +46238 cspg_html_7086880709 cspg_html_7086880709:259:31501:31510 Keg River Lacombe, Alberta -0.393269664151954912 +46239 cspg_html_7086880709 cspg_html_7086880709:468:61816:61838 Fort Simpson Hay River (Canada) -0.00922476160912374769 +46240 aapg_aa_702.html aapg_aa_702.html:1529:149670:149678 Colorado Denver -0.000680973887145832246 +46241 palaios_html_3523436416 palaios_html_3523436416:302:36750:36760 Washington San Juan Islands -0.464569693827358687 +46242 aapg_ah_105.html aapg_ah_105.html:18:2993:3012 Dog Creek Nashville Basin -0.0153756304706319062 +46243 aapg_ah_277.html aapg_ah_277.html:281:35474:35482 Colorado Colorado -0.0531596434481698826 +46244 cspg_html_4193503340 cspg_html_4193503340:272:34985:35002 Brazeau Lacombe, Alberta -0.468054102450840448 +46245 aapg_af_11.html aapg_af_11.html:836:80503:80515 Percha New Mexico -0.0536287124053924508 +46246 aapg_ad_732.html aapg_ad_732.html:785:99598:99606 Purisima California -0.00961046045389274753 +46247 aapg_ae_921.html aapg_ae_921.html:14:1777:1791 Sentinel Butte Wasatch Range -0.0438697385751906713 +46248 cspg_html_9957758447 cspg_html_9957758447:306:41620:41653 Birdbear Regina, Saskatchewan -0.451054234304276602 +46249 jgeology_html_3517640817 jgeology_html_3517640817:169:10127:10136 Peninsula Korea -0.49570469701623765 +46250 aapg_ac_741.html aapg_ac_741.html:119:13020:13032 Pierre Sharon Springs, Kansas -0.449811224417208722 +46251 aapg_ai_28.html aapg_ai_28.html:133:10772:10779 Lagarto Oakville, California -0.0982952898657546564 +46252 aapg_af_362.html aapg_af_362.html:313:34190:34198 La Habra California -0.500652353075455747 +46253 aapg_ae_63.html aapg_ae_63.html:90:10119:10152 Bighorn Dolomite Boise, Idaho 0.0460261302066254721 +46254 aapg_aa_995.html aapg_aa_995.html:537:41808:41823 Fort Union Kamp 0.0326830469342973204 +46255 aapg_ai_584.html aapg_ai_584.html:542:54321:54337 Casper Cheyenne, Wyoming -0.266985243140801631 +46256 geology_html_3497669368 geology_html_3497669368:12:690:700 Washington Vancouver -0.477234757760444439 +46257 cspg_html_4298557570 cspg_html_4298557570:418:55140:55156 Battle Western world -0.43519044103107285 +46258 sedimentology_html_2090465227 sedimentology_html_2090465227:935:57149:57153 Hall London, Ontario -0.480695619561815057 +46259 aapg_ac_262.html aapg_ac_262.html:131:13091:13098 El Abra Matamoros, Tamaulipas -0.470216166533545032 +46260 geology_html_3428684109 geology_html_3428684109:293:24982:24991 San Diego California -0.478307979059971577 +46261 cspg_html_9807337907 cspg_html_9807337907:20:3934:3941 Astoria Washington (state) -0.0389701822838023973 +46262 aapg_ad_880.html aapg_ad_880.html:1044:101544:101562 Sundance Entrada Sandstone -0.0160255473539090525 +46263 gsa_html_8551608565 gsa_html_8551608565:1630:106491:106519 Green River Iran -0.0317836884462165403 +46264 cspg_html_1818321956 cspg_html_1818321956:129:15103:15111 Columbia Victoria, British Columbia -0.456371367070690814 +46265 AMJC_html_6123772937 AMJC_html_6123772937:912:95405:95427 Carrabassett Portland, Maine -0.0185558826483486587 +46266 gsa_html_8244777175 gsa_html_8244777175:134:12153:12169 Katahdin Granite Western world -0.0541379230032217468 +46267 aapg_ah_5.html aapg_ah_5.html:2411:169862:169880 Niobrara Niobrara, Nebraska -0.00142101281256669441 +46268 aapg_af_18.html aapg_af_18.html:34:4846:4862 Inyan Kara Black Hills -0.443692774120845845 +46269 aapg_ae_75.html aapg_ae_75.html:34:5712:5727 Bliss Sacramento Mountains (California) -0.101469025767876961 +46270 cspg_html_8438548095 cspg_html_8438548095:281:25461:25478 Eastend Drumheller -0.0346298699616138864 +46271 aapg_af_713.html aapg_af_713.html:115:11421:11444 Cotton Valley Leon County, Florida -0.422356792753443622 +46272 gsa_html_5081991493 gsa_html_5081991493:147:14490:14513 Colton Logan, Utah -0.418529603382018334 +46273 geology_html_6901009663 geology_html_6901009663:251:22023:22027 Kent Kalgoorlie -0.0466985931780469835 +46274 aapg_ad_557.html aapg_ad_557.html:8405:391178:391208 Isaac Cordillera Administrative Region -0.455188836413653375 +46275 aapg_ad_652.html aapg_ad_652.html:413:51731:51751 San Miguel Texas -0.435880527044409383 +46276 gsa_html_4891459463 gsa_html_4891459463:1214:114328:114336 Rockwell Los Angeles 0.00145054491803285547 +46277 geology_html_8372252523 geology_html_8372252523:14:602:611 San Diego California -0.489006291184516995 +46278 aapg_aa_623.html aapg_aa_623.html:3:403:422 Lea Park Lacombe, Alberta -0.00756560119780054757 +46279 aapg_aa_682.html aapg_aa_682.html:153:15596:15614 Stanton Plattsburg, Missouri -0.501624425245378647 +46280 aapg_aa_621.html aapg_aa_621.html:238:30474:30483 Chugwater John Crow Mountains -0.4381734052234173 +46281 gsa_html_4913703235 gsa_html_4913703235:98:8849:8877 Juniata Preston County, West Virginia -0.219545153273155769 +46282 geology_html_9713678354 geology_html_9713678354:246:22394:22402 Rockwell California 0.00764378019701805137 +46283 sedimentology_html_3841637081 sedimentology_html_3841637081:38:2720:2740 Swan Hills Lacombe, Alberta -0.48184068160181448 +46284 aapg_ak_87.html aapg_ak_87.html:5:794:813 Horquilla Supai, Arizona -0.488759736831659075 +46285 aapg_aa_295.html aapg_aa_295.html:48:5601:5605 Kent Pennsylvania -0.415133074492044396 +46286 aapg_ae_643.html aapg_ae_643.html:177:20535:20570 Marcellus Erie County, New York -0.428242619254491974 +46287 gsa_html_7120668170 gsa_html_7120668170:1016:89634:89640 Sonora Sonora -0.0207388958508454117 +46288 cspg_html_9214997177 cspg_html_9214997177:225:23445:23461 Muskeg Lacombe, Alberta -0.462348471732962063 +46289 cspg_html_5954266359 cspg_html_5954266359:112:20001:20012 Lake Branch York -0.464533160716817162 +46290 aapg_ae_305.html aapg_ae_305.html:1061:91173:91188 Colon Colombia -0.0398318560820373618 +46291 aapg_aa_351.html aapg_aa_351.html:191:21416:21422 Wilcox Tahlequah, Oklahoma -0.0326847865730959877 +46292 gsa_html_1217771406 gsa_html_1217771406:874:83525:83538 Santa Barbara Santa Cruz Island -0.0441727846104635197 +46293 aapg_af_129.html aapg_af_129.html:87:9921:9927 Gilman Colorado -0.502936613094039808 +46294 aapg_ac_406.html aapg_ac_406.html:123:11674:11697 Cotton Valley Bossier City, Louisiana -0.402663131504437943 +46295 gsa_html_9207276905 gsa_html_9207276905:15:803:811 Columbia Victoria, British Columbia -0.466965896576978678 +46296 aapg_aa_718.html aapg_aa_718.html:66:7280:7290 Washington Waynesburg, Pennsylvania -0.455229509631582041 +46297 gsa_html_5107598462 gsa_html_5107598462:491:45143:45163 Salina Huntington, West Virginia -0.454764136650290418 +46298 sedimentology_html_2613958727 sedimentology_html_2613958727:593:39444:39448 Hall London, Ontario -0.462097962880594848 +46299 sedimentology_html_3738352363 sedimentology_html_3738352363:887:77662:77668 Sierra Dorset -0.525710017591827783 +46300 aapg_ad_123.html aapg_ad_123.html:20:1972:1979 Clinton Coshocton, Ohio -0.421964232277811879 +46301 palaios_html_3306053371 palaios_html_3306053371:603:73902:73920 Moenkopi Logan, Utah 0.00633907480086522146 +46302 aapg_ai_17.html aapg_ai_17.html:1181:80123:80142 Catahoula Trinity County, Texas -0.145907671563232394 +46303 cspg_html_5479700260 cspg_html_5479700260:210:18707:18737 Red River Manitoba -0.420800576179594099 +46304 aapg_ah_747.html aapg_ah_747.html:45:4933:4948 Weber Mancos, Colorado 0.014863007676211246 +46305 cspg_html_9717154602 cspg_html_9717154602:139:18199:18217 Lea Park Lacombe, Alberta 0.505442673894213268 +46306 aapg_ae_454.html aapg_ae_454.html:240:20070:20077 Bossier Richland, Washington -0.159305467143007889 +46307 sedimentology_html_5313699868 sedimentology_html_5313699868:1071:85701:85705 Hall London, Ontario -0.471340610693628537 +46308 gsa_html_4482373475 gsa_html_4482373475:892:74148:74176 Green River Colorado 0.0398092252707295466 +46309 aapg_ac_420.html aapg_ac_420.html:387:40370:40390 Capistrano San Clemente, California -0.0401573975935689137 +46310 aapg_ac_908.html aapg_ac_908.html:65:9199:9205 Provo Iran -0.501853312833406617 +46311 sedimentology_html_3100976179 sedimentology_html_3100976179:273:12100:12104 Hall London, Ontario -0.465616092314337648 +46312 cspg_html_5541937700 cspg_html_5541937700:486:64353:64369 Viking Lacombe, Alberta 0.675814652027345919 +46313 cspg_html_5973552270 cspg_html_5973552270:80:11599:11618 Waterways Swan Hill, Victoria -0.486588444102287743 +46314 aapg_af_95.html aapg_af_95.html:56:7078:7084 Paluxy Lampasas, Texas -0.45954677788095788 +46315 gsa_html_6491840124 gsa_html_6491840124:938:77303:77312 Pocatello Boise, Idaho -0.471395835230941529 +46316 aapg_ai_462.html aapg_ai_462.html:144:15273:15283 San Felipe El Abra -0.0304826089875597575 +46317 aapg_ae_875.html aapg_ae_875.html:299:35299:35324 Cariblanco Puerto Rico -0.498184372130755504 +46318 aapg_ai_322.html aapg_ai_322.html:138:10978:10983 Colon Honduras -0.458639019733277031 +46319 aapg_ah_96.html aapg_ah_96.html:499:58459:58473 Stony Mountain Williston, Vermont -0.396991952837026985 +46320 cspg_html_4392308496 cspg_html_4392308496:95:16176:16198 Brunswick New Brunswick, New Jersey -0.432289667144302503 +46321 cspg_html_1354945055 cspg_html_1354945055:786:95663:95668 Logan Shark Bay -0.0281695262279110618 +46322 cspg_html_3482605972 cspg_html_3482605972:338:43006:43017 Coal Valley Lacombe, Alberta -0.0144772441484254995 +46323 cspg_html_7561290301 cspg_html_7561290301:33:4113:4122 Keg River Lacombe, Alberta 0.00480334593379653455 +46324 sedimentology_html_7856249196 sedimentology_html_7856249196:27:1617:1621 Bern Switzerland -0.467336881448994379 +46325 aapg_ah_536.html aapg_ah_536.html:221:29950:29965 Sligo Rodessa, Louisiana -0.393765468265460827 +46326 aapg_aa_685.html aapg_aa_685.html:423:39920:39934 Flagstaff North Horn Formation -0.4354911853074247 +46327 aapg_ai_1.html aapg_ai_1.html:301:26699:26706 Paradox Logan, Utah -0.469189557204259144 +46328 cspg_html_6383234409 cspg_html_6383234409:9:866:878 Devon Island Ellesmere Island -0.236382488319722445 +46329 cspg_html_3367984758 cspg_html_3367984758:61:7024:7070 Winnipegosis Regina, Saskatchewan -0.455347020329573748 +46330 aapg_ad_351.html aapg_ad_351.html:893:82570:82574 Hall Burlington, Ontario -0.0213125005692229447 +46331 cspg_html_3772380029 cspg_html_3772380029:542:67900:67925 Red Head Rapids Churchill River (Atlantic) -0.484534784604727431 +46332 aapg_aa_305.html aapg_aa_305.html:215:28896:28916 Citronelle Melbourne, Florida -0.424643370066234593 +46333 gsa_html_9069239422 gsa_html_9069239422:579:59309:59318 San Diego California -0.442595627901035182 +46334 aapg_ah_537.html aapg_ah_537.html:34:4263:4318 Uinta Logan, Utah 0.535526820101393852 +46335 aapg_ah_505.html aapg_ah_505.html:1665:139396:139404 Colorado Bellevue Hospital Center -0.101652173564673917 +46336 geology_html_4395835641 geology_html_4395835641:230:24262:24279 Juniata Pennsylvania -0.455347020329573748 +46337 aapg_ac_701.html aapg_ac_701.html:201:20129:20145 Dakota New Mexico -0.425700050336429825 +46338 palaios_html_7274959329 palaios_html_7274959329:717:53766:53776 Washington California 0.00255018452536458695 +46339 aapg_aa_996.html aapg_aa_996.html:122:11864:11876 San Fernando Newhall, Derbyshire -0.447404197686881167 +46340 sedimentology_html_4278388483 sedimentology_html_4278388483:40:3306:3315 Red River Lake Texoma 0.00475991516942664804 +46341 aapg_ac_408.html aapg_ac_408.html:33:3271:3283 Austin Chalk Brazos County, Texas -0.467925738958578585 +46342 aapg_ae_886.html aapg_ae_886.html:30:4125:4142 Todilto Entrada Sandstone -0.457532796484121151 +46343 aapg_ah_775.html aapg_ah_775.html:280:34609:34617 Colorado Delaware -0.070779481565824906 +46344 aapg_ai_751.html aapg_ai_751.html:484:47592:47610 Sycamore Huntington, West Virginia -0.487870386185061844 +46345 aapg_ae_960.html aapg_ae_960.html:138:15066:15071 Logan Gallatin River -0.473508484055372547 +46346 aapg_ae_73.html aapg_ae_73.html:499:67343:67351 Niobrara Western world 0.0348734643903517438 +46347 aapg_ac_983.html aapg_ac_983.html:299:48398:48414 Hertha Pleasanton, Texas -0.478307979059971577 +46348 aapg_af_308.html aapg_af_308.html:322:37180:37198 Onondaga Hancock County, Indiana 0.0111393955416452146 +46349 aapg_ai_751.html aapg_ai_751.html:310:34386:34395 Tuscarora Onondaga (tribe) -0.487431918821373489 +46350 aapg_af_727.html aapg_af_727.html:148:17708:17714 Chinle Lisbon -0.421890099930447016 +46351 cspg_html_1302279034 cspg_html_1302279034:236:29512:29529 Cardium Lacombe, Alberta 0.00437077655696941486 +46352 aapg_ae_535.html aapg_ae_535.html:26:3395:3415 Sitkalidak Kodiak Island -0.0402548881501223546 +46353 aapg_ac_971.html aapg_ac_971.html:870:69820:69837 Seminole Ardmore, Pennsylvania 0.00764378019701805137 +46354 aapg_ak_118.html aapg_ak_118.html:303:30007:30024 Schuler Shreveport, Louisiana -0.451875596518584666 +46355 aapg_ac_749.html aapg_ac_749.html:138:18781:18785 Hall Manitoulin Island -0.474992922950619234 +46356 cspg_html_8756009083 cspg_html_8756009083:936:94579:94604 Beaverhill Canada -0.440467486742992853 +46357 aapg_af_225.html aapg_af_225.html:82:9386:9396 Pottsville Allegheny Mountains -0.438007065376213589 +46358 aapg_ad_2.html aapg_ad_2.html:1125:153887:153898 Beekmantown Chambersburg, Pennsylvania 0.0419855164850923279 +46359 sedimentology_html_1960418791 sedimentology_html_1960418791:385:25126:25136 Washington Wa (Japan) -0.0288025393782587909 +46360 aapg_ad_244.html aapg_ad_244.html:16:1960:1981 Tribes Hill Little Falls, Minnesota -0.450422402561976354 +46361 aapg_ae_324.html aapg_ae_324.html:235:24110:24130 Beekmantown Cumberland, Maryland -0.487138951235863149 +46362 aapg_ad_460.html aapg_ad_460.html:95:8955:8963 Wolfcamp San Angelo, Texas 0.00633907480086522146 +46363 aapg_af_653.html aapg_af_653.html:1126:135986:135992 Neroly San Pablo Bay National Wildlife Refuge -0.04966612284900708 +46364 aapg_ac_612.html aapg_ac_612.html:344:34955:34973 Sundance Colorado 0.731741843857087848 +46365 sedimentology_html_9547473041 sedimentology_html_9547473041:40:3205:3214 Peninsula Korea -0.451270191944311616 +46366 aapg_ad_878.html aapg_ad_878.html:191:23752:23763 Utica Ironton, Ohio -0.435738929516159335 +46367 gsa_html_1197940982 gsa_html_1197940982:1350:126350:126356 Forest Reno, Nevada -0.467870731747513147 +46368 gsa_html_3379069611 gsa_html_3379069611:929:71600:71628 Green River Colorado 0.0176104480999765035 +46369 sedimentology_html_1125043460 sedimentology_html_1125043460:233:20905:20924 Provo Arctic Ocean -0.455799127156009509 +46370 aapg_ae_473.html aapg_ae_473.html:293:27763:27776 Porters Creek Shreveport, Louisiana -0.459996458565647859 +46371 aapg_aa_37.html aapg_aa_37.html:368:46416:46433 Thaynes Logan, Utah 0.820311984217882095 +46372 aapg_ai_515.html aapg_ai_515.html:452:50403:50414 Green River Uinta Mountains 0.778148210329870249 +46373 palaios_html_9876040400 palaios_html_9876040400:909:82083:82088 Verde Uruguay -0.0211456318473247536 +46374 geology_html_2094488742 geology_html_2094488742:274:24298:24319 Kaiparowits Logan, Utah -0.471589148494391819 +46375 cspg_html_4143222666 cspg_html_4143222666:762:67873:67913 Milk River Lacombe, Alberta -0.462166276497962936 +46376 aapg_ah_205.html aapg_ah_205.html:17:2567:2575 Colorado Denver -0.426608897791606878 +46377 cspg_html_8316122266 cspg_html_8316122266:367:33545:33563 Dunvegan Lacombe, Alberta -0.424214904641607937 +46378 palaios_html_8474347362 palaios_html_8474347362:64:10017:10035 Navesink Bennington, Vermont -0.0161089604302801712 +46379 aapg_aa_314.html aapg_aa_314.html:83:10863:10877 Monmouth Navesink River -0.0442511603309229257 +46380 aapg_ac_246.html aapg_ac_246.html:45:5233:5252 Newcastle Black Hills -0.438326464087016476 +46381 cspg_html_3328007773 cspg_html_3328007773:110:14478:14501 Boulder Creek Middle East -0.458784199315796892 +46382 aapg_aa_808.html aapg_aa_808.html:65:7965:7975 Cumberland Nanaimo -0.451875596518584666 +46383 geology_html_3322439488 geology_html_3322439488:177:18008:18019 San Antonio Texas -0.484114368303559472 +46384 aapg_ah_96.html aapg_ah_96.html:153:16955:16973 Winnipeg Black Hills -0.43500473536893014 +46385 palaios_html_8447729660 palaios_html_8447729660:678:62852:62870 Willwood Cheyenne, Wyoming 0.620204531932607717 +46386 aapg_ai_533.html aapg_ai_533.html:42:4593:4604 Belly River Bearpaw Formation -0.439125439995052158 +46387 aapg_af_98.html aapg_af_98.html:5:551:567 Dakota San Juan, Argentina -0.132439636119951021 +46388 aapg_ah_370.html aapg_ah_370.html:198:15484:15494 Hell Creek Lake Huron -0.470843746174451128 +46389 cspg_html_9643193374 cspg_html_9643193374:313:47084:47113 Kuparuk Prudhoe Bay Oil Field -0.463307888475886887 +46390 cspg_html_5688447798 cspg_html_5688447798:176:25145:25167 Vendom Fiord Ellesmere Island -0.0280825762237737336 +46391 geology_html_9790695678 geology_html_9790695678:268:23148:23156 Scotland Eastern Settlement -0.464501195477937445 +46392 aapg_aa_477.html aapg_aa_477.html:131:13064:13082 Lowville Black River, Jamaica -0.44280960294495586 +46393 aapg_af_880.html aapg_af_880.html:451:67689:67707 Wolfcamp West, Texas -0.431078138050761561 +46394 cspg_html_6577476978 cspg_html_6577476978:419:47053:47061 Bullhead Lacombe, Alberta -0.481777803377517411 +46395 aapg_ah_528.html aapg_ah_528.html:146:14366:14373 Wasatch Great Basin -0.471589148494391819 +46396 aapg_aa_351.html aapg_aa_351.html:165:17848:17860 Everton Missouri River 1.23086755619155874 +46397 aapg_ah_97.html aapg_ah_97.html:364:32956:32962 Walker Victoria, British Columbia -0.0472108174817054069 +46398 aapg_ac_609.html aapg_ac_609.html:6:697:716 Ramparts Canada -0.0242016752892677545 +46399 aapg_ah_847.html aapg_ah_847.html:308:36675:36693 Navesink New Egypt, New Jersey -0.030023437417361392 +46400 aapg_af_142.html aapg_af_142.html:240:30569:30582 Cotton Valley San Marcos, California 1.151366874618861 +46401 sedimentology_html_5402223987 sedimentology_html_5402223987:452:43239:43247 Scotland Germany -0.469152832749018645 +46402 geology_html_7359068205 geology_html_7359068205:370:25591:25595 Bond Logan, Utah -0.454032675125810359 +46403 sedimentology_html_8636627431 sedimentology_html_8636627431:92:8059:8064 Swift Great Britain -0.431298300553942027 +46404 aapg_ad_467.html aapg_ad_467.html:317:23863:23870 Magothy Matawan, New Jersey -0.0446587257123436179 +46405 aapg_ai_28.html aapg_ai_28.html:645:63098:63108 Rio Grande Brazos River -0.504181524295928662 +46406 aapg_aa_154.html aapg_aa_154.html:49:4926:4943 Haymond Texas 0.435665926650076918 +46407 aapg_aa_537.html aapg_aa_537.html:245:28936:28942 Wilcox Chattanooga, Tennessee -0.448282824521055501 +46408 aapg_aa_731.html aapg_aa_731.html:639:77281:77287 Walker England -0.509747907563495084 +46409 aapg_ad_641.html aapg_ad_641.html:3:312:332 San Andres Texas 0.00588564889809547673 +46410 aapg_ah_96.html aapg_ah_96.html:167:19905:19927 Winnipeg Winnipeg 0.0164982254064333228 +46411 aapg_ad_466.html aapg_ad_466.html:296:36600:36607 Raritan Closter, New Jersey -0.00365504393340889116 +46412 aapg_af_789.html aapg_af_789.html:74:10911:10933 Port Jervis Helderberg -0.423740755428808513 +46413 geology_html_2198400893 geology_html_2198400893:280:22594:22600 Walker Honduras -0.477123570959987586 +46414 AMJC_html_6642101495 AMJC_html_6642101495:1235:125553:125559 Moscow Russia -0.0121732026878597095 +46415 aapg_af_128.html aapg_af_128.html:236:24153:24161 Colorado Cheyenne, Wyoming -0.070779481565824906 +46416 aapg_aa_11.html aapg_aa_11.html:47:6683:6696 Thrifty Harpersville, Alabama -0.47254944238616009 +46417 geology_html_6881575972 geology_html_6881575972:180:19351:19359 Colorado Arkansas -0.0624529806761317877 +46418 sedimentology_html_3738352363 sedimentology_html_3738352363:887:77673:77685 Pozo Dorset -0.474992922950619234 +46419 palaios_html_5299480577 palaios_html_5299480577:1328:84504:84509 Rapid Kenya -0.0443365036009496297 +46420 sedimentology_html_5673709888 sedimentology_html_5673709888:1059:46734:46742 Hawthorn Arcadia, California -0.442595627901035182 +46421 aapg_ad_440.html aapg_ad_440.html:364:35427:35433 Denmar Virginia -0.454348666178895855 +46422 aapg_ah_198.html aapg_ah_198.html:549:71605:71623 Monterey California -0.0121123895767299237 +46423 cspg_html_9807337907 cspg_html_9807337907:20:3946:3956 Washington Astoria, Oregon -0.450676431675374467 +46424 aapg_ah_507.html aapg_ah_507.html:23:2746:2756 Carbondale McLeansboro, Illinois -0.458822766590828601 +46425 cspg_html_4793204980 cspg_html_4793204980:21:3877:3893 Nisku Drumheller -0.241305533966942154 +46426 sedimentology_html_7692801661 sedimentology_html_7692801661:1089:88904:88926 Platteville Wisconsin -0.0192371787858654775 +46427 aapg_aa_157.html aapg_aa_157.html:547:53098:53108 Pine Point Great Slave Lake -0.540593714536710457 +46428 aapg_ai_462.html aapg_ai_462.html:347:36514:36531 El Abra Pico de Orizaba -0.470292003998596664 +46429 cspg_html_1996419880 cspg_html_1996419880:374:52205:52213 Columbia Victoria, British Columbia -0.480853789677316845 +46430 AMJC_html_4670647492 AMJC_html_4670647492:880:62855:62873 Monterey California 0.0156362902137903333 +46431 aapg_aa_473.html aapg_aa_473.html:304:44099:44129 Horn River Texas -0.241211799771360924 +46432 aapg_ak_85.html aapg_ak_85.html:34:3993:4008 Red Rock Haynesville, Louisiana -0.0599372594953088075 +46433 cspg_html_9942234474 cspg_html_9942234474:503:55095:55128 Grosmont Lacombe, Alberta -0.506854469137183239 +46434 geology_html_8954266626 geology_html_8954266626:242:17700:17709 Extension Crete -0.0177077702802340836 +46435 cspg_html_3068776384 cspg_html_3068776384:5:271:288 Cardium Lacombe, Alberta -0.486319176175919576 +46436 aapg_ac_586.html aapg_ac_586.html:55:7108:7128 Pottsville Pennsylvania 0.0313209890762018994 +46437 gsa_html_6983076294 gsa_html_6983076294:1039:91038:91066 Green River Colorado 0.0381625415237680371 +46438 sedimentology_html_1574151857 sedimentology_html_1574151857:1184:84688:84694 Oregon England -0.426672439965648742 +46439 cspg_html_2182541128 cspg_html_2182541128:79:9784:9812 Kootenay Kootenay River -0.00138974352800571069 +46440 aapg_ad_4.html aapg_ad_4.html:308:22741:22749 Woodford Perryville, Missouri -0.052275645768300523 +46441 gsa_html_5138192409 gsa_html_5138192409:606:64631:64639 San Jose Baja California peninsula -0.00771674737466516297 +46442 cspg_html_4193503340 cspg_html_4193503340:286:37199:37221 Judith River Lacombe, Alberta -0.420983530191217814 +46443 cspg_html_7474795689 cspg_html_7474795689:288:29073:29081 Columbia Lacombe, Alberta -0.457614356613462614 +46444 aapg_af_579.html aapg_af_579.html:286:31384:31391 Entrada New Mexico -0.473933011341934052 +46445 geology_html_8865251298 geology_html_8865251298:269:25840:25858 Moenkopi Reno, Nevada -0.417361386985468708 +46446 aapg_ai_720.html aapg_ai_720.html:153:18370:18383 Potomac Maryland -0.490313047484592146 +46447 cspg_html_9468274627 cspg_html_9468274627:242:35922:35930 Columbia Victoria, British Columbia -0.460944252925189812 +46448 cspg_html_5217137903 cspg_html_5217137903:56:7764:7772 Columbia Lacombe, Alberta -0.495894089017784534 +46449 palaios_html_2298416430 palaios_html_2298416430:390:41782:41805 Medicine Bow Cheyenne, Wyoming -0.0347847257870449039 +46450 aapg_af_854.html aapg_af_854.html:681:95719:95735 Warsaw Kentucky -0.410622648467641627 +46451 aapg_ae_498.html aapg_ae_498.html:507:53637:53658 Liberty Hall Virginia -0.0280825762237737336 +46452 aapg_ai_105.html aapg_ai_105.html:503:60029:60045 Morgan Uinta Mountains -0.0121732026878597095 +46453 sedimentology_html_1780224335 sedimentology_html_1780224335:440:33742:33777 Lake Valley Sacramento Mountains (California) -0.446593560210975959 +46454 aapg_ai_388.html aapg_ai_388.html:422:43737:43744 Wasatch Mancos, Colorado -0.432227951733042737 +46455 gsa_html_3701935694 gsa_html_3701935694:74:7539:7562 Ottauquechee Moretown, Vermont -0.0532311352227030424 +46456 gsa_html_9253181203 gsa_html_9253181203:19:1178:1194 Esopus Tioga, Texas -0.0367528086008553287 +46457 gsa_html_8398449001 gsa_html_8398449001:664:54966:54972 Nounan Bear Lake, Michigan -0.451875596518584666 +46458 aapg_ae_63.html aapg_ae_63.html:105:11658:11673 Darby Cheyenne, Wyoming -0.0391947322443328555 +46459 gsa_html_4891459463 gsa_html_4891459463:1368:124879:124887 Rockwell Los Angeles -0.0161089604302801712 +46460 gsa_html_2266546108 gsa_html_2266546108:887:84460:84466 Snyder California -0.486588444102287743 +46461 cspg_html_1781462584 cspg_html_1781462584:75:8120:8136 Shunda Burnt River (Oregon) -0.456328379915839744 +46462 palaios_html_7316504476 palaios_html_7316504476:183:15873:15897 El Paso West Texas -0.0518153822203646572 +46463 aapg_ah_244.html aapg_ah_244.html:345:37735:37743 Colorado Denver -0.486419849038802532 +46464 aapg_ai_187.html aapg_ai_187.html:215:22267:22273 Casper Cheyenne, Wyoming -0.481815063993563775 +46465 cspg_html_5345848475 cspg_html_5345848475:759:80834:80851 Niobrara Niobrara, Nebraska -0.43451411861660022 +46466 aapg_ac_486.html aapg_ac_486.html:541:65759:65765 Dakota Denver -0.00200296970089739335 +46467 aapg_ac_807.html aapg_ac_807.html:317:32211:32219 Woodbine Raritan River -0.422627316470123748 +46468 sedimentology_html_7298419341 sedimentology_html_7298419341:1367:86626:86634 Colorado Kremmling, Colorado -0.503999808743944788 +46469 cspg_html_8612721867 cspg_html_8612721867:735:87283:87305 Cooking Lake Lacombe, Alberta -0.010750205891597751 +46470 aapg_ad_837.html aapg_ad_837.html:108:10518:10537 Tensleep Fremont County, Wyoming -0.0342192516575154232 +46471 gsa_html_6466571923 gsa_html_6466571923:29:2796:2824 Green River Iran 0.00427349218410431799 +46472 aapg_ae_182.html aapg_ae_182.html:141:17004:17017 Cotton Valley Shreveport, Louisiana -0.0378335861423178335 +46473 aapg_aa_423.html aapg_aa_423.html:7:852:862 Whitehorse Oklahoma City -0.00782446102673750588 +46474 aapg_ac_692.html aapg_ac_692.html:190:21429:21437 Columbia Vancouver -0.462102516958969756 +46475 geology_html_1163714396 geology_html_1163714396:230:22362:22366 Dean California -0.45995556917210767 +46476 aapg_ad_155.html aapg_ad_155.html:143:19065:19075 Washington Pacific coast -0.465616092314337648 +46477 gsa_html_7102550258 gsa_html_7102550258:263:27366:27373 Moenave Kayenta, Arizona -0.491282661525563435 +46478 aapg_ac_807.html aapg_ac_807.html:319:32299:32316 Potomac Maryland 0.783889034810996366 +46479 gsa_html_2980649380 gsa_html_2980649380:29:2796:2824 Green River Colorado -0.0327735084996737119 +46480 cspg_html_6383234409 cspg_html_6383234409:464:47401:47421 Bird Fiord Half Moon Bay, California -0.455310861563052449 +46481 aapg_ah_49.html aapg_ah_49.html:202:22373:22379 Modelo Castaic, California 0.0014766026609327194 +46482 aapg_ae_185.html aapg_ae_185.html:373:33294:33308 Tokio Sarepta, Louisiana 0.00112916628904579774 +46483 aapg_aa_844.html aapg_aa_844.html:354:36266:36275 Marcellus Roane County, Tennessee -0.428789280868512646 +46484 sedimentology_html_5404275170 sedimentology_html_5404275170:794:52689:52696 Andrews Eastern Settlement -0.0501628553574823693 +46485 aapg_ae_295.html aapg_ae_295.html:284:32159:32177 Smackover Cotton Valley, Louisiana -0.435767689782418699 +46486 cspg_html_9735723617 cspg_html_9735723617:251:31865:31885 Weatherall Melville Island (Canada) -0.253784278043079681 +46487 geology_html_3758368467 geology_html_3758368467:313:21960:21966 Jordan Nazca -0.472574788136010782 +46488 cspg_html_1189888589 cspg_html_1189888589:318:40619:40637 Scollard Lacombe, Alberta -0.180877434646340457 +46489 aapg_ac_749.html aapg_ac_749.html:52:6667:6678 Fossil Hill Manitoulin Island 0.0198489750534512899 +46490 aapg_ai_11.html aapg_ai_11.html:214:25250:25267 Entrada Logan, Utah -0.451812561628617604 +46491 palaios_html_3415407632 palaios_html_3415407632:287:26817:26823 Denver Colorado -0.0640649161516256421 +46492 aapg_ac_235.html aapg_ac_235.html:83:9035:9061 Dakota Black Hills 0.0359714478850470601 +46493 aapg_ae_885.html aapg_ae_885.html:21:3381:3388 Paradox San Juan, Argentina -0.454068782805138071 +46494 aapg_af_445.html aapg_af_445.html:333:30982:30990 Colorado Denver -0.0413499862143105745 +46495 gsa_html_5865982995 gsa_html_5865982995:442:47702:47711 San Diego California -0.00537142262393446989 +46496 cspg_html_8266552811 cspg_html_8266552811:64:8095:8116 Peace River Lacombe, Alberta -0.471589148494391819 +46497 aapg_ae_73.html aapg_ae_73.html:847:107337:107345 Huerfano Las Animas County, Colorado -0.0478206511244486168 +46498 gsa_html_3085400040 gsa_html_3085400040:1079:102088:102098 Washington Antarctica -0.471340610693628537 +46499 cspg_html_4286634979 cspg_html_4286634979:18:2022:2027 Pense Regina, Saskatchewan -0.441048011313096677 +46500 geology_html_5875735156 geology_html_5875735156:24:1427:1431 Kent Portland, Maine -0.0247441052038830135 +46501 aapg_ae_71.html aapg_ae_71.html:275:25709:25720 Kaiparowits Mesa, Arizona 0.00194564253308291118 +46502 cspg_html_3404912985 cspg_html_3404912985:782:105087:105099 Saskatchewan Lacombe, Alberta -0.484114368303559472 +46503 aapg_ae_329.html aapg_ae_329.html:103:12770:12781 Viking Lacombe, Alberta 0.0377134940281073222 +46504 aapg_ai_53.html aapg_ai_53.html:103:11949:11968 Woodbine Texas -0.480644453081816247 +46505 aapg_aa_796.html aapg_aa_796.html:523:62155:62181 Halfway Canada 0.00222011822627592647 +46506 aapg_ac_380.html aapg_ac_380.html:456:53955:53973 Onondaga Pennsylvania -0.112833015810858389 +46507 gsa_html_2863658561 gsa_html_2863658561:587:60825:60833 Colorado Idaho Springs, Colorado -0.481794104698776371 +46508 aapg_ai_972.html aapg_ai_972.html:41:3716:3732 Dakota Las Animas County, Colorado -0.425756964796638493 +46509 aapg_ae_539.html aapg_ae_539.html:568:71352:71364 Pierre Colorado 1.02623783292972082 +46510 cspg_html_1132698231 cspg_html_1132698231:293:39404:39429 Santa Margarita California -0.42653659632637092 +46511 aapg_ah_159.html aapg_ah_159.html:31:3675:3683 Virginia Kentucky -0.0346368297266972797 +46512 gsa_html_7411853369 gsa_html_7411853369:692:67727:67745 Uwharrie Lincolnton, Georgia -0.457532796484121151 +46513 aapg_ah_822.html aapg_ah_822.html:21:1978:1984 Oregon Washington (state) -0.468317764612058318 +46514 aapg_af_54.html aapg_af_54.html:90:11127:11135 Woodbine Texas -0.00268221124588273983 +46515 aapg_ae_960.html aapg_ae_960.html:396:35520:35533 Turner Valley Canada -0.432382247831122113 +46516 jgeology_html_8344159026 jgeology_html_8344159026:61:2533:2542 Peninsula North Carolina -0.449467616590735308 +46517 cspg_html_5976982403 cspg_html_5976982403:122:17153:17161 Sheppard Whitefish (fisheries term) -0.0370660655999496616 +46518 palaios_html_7739817341 palaios_html_7739817341:743:76228:76236 Sheppard Amsterdam -0.444223975732980447 +46519 aapg_ad_351.html aapg_ad_351.html:605:50362:50369 Pierson Springfield, Illinois 0.040575221413890375 +46520 geology_html_4965715689 geology_html_4965715689:170:16547:16568 Marble Canyon Black Mountains, Wales -0.437951625350357587 +46521 aapg_ah_536.html aapg_ah_536.html:183:24235:24253 Sycamore Texas -0.509719019143331509 +46522 aapg_ad_740.html aapg_ad_740.html:37:5033:5041 Niobrara Benton, Arkansas -0.0203634553137257354 +46523 aapg_ah_536.html aapg_ah_536.html:180:23959:23974 Sligo Rodessa, Louisiana -0.444036457876645585 +46524 palaios_html_8064020973 palaios_html_8064020973:78:9992:10001 St. Johns Arizona 0.000112916565930930199 +46525 aapg_ac_245.html aapg_ac_245.html:204:30493:30515 Marble Falls Central Texas -0.461026124022890449 +46526 aapg_ai_28.html aapg_ai_28.html:35:3206:3212 Lissie Oakville, California -0.0328413551399559175 +46527 cspg_html_8649903682 cspg_html_8649903682:28:3438:3446 Columbia Victoria, British Columbia -0.48422645917649243 +46528 aapg_af_710.html aapg_af_710.html:165:18256:18273 Grimsby Guelph -0.386418610483726721 +46529 aapg_ai_326.html aapg_ai_326.html:153:18234:18247 Mandata Pennsylvania -0.486682122398052641 +46530 cspg_html_5973552270 cspg_html_5973552270:58:8025:8049 Fort Vermilion Swan Hill, Victoria -0.485369220602805185 +46531 aapg_ai_829.html aapg_ai_829.html:875:68452:68469 Dennis Missouri River -0.202695513628341845 +46532 cspg_html_4023493198 cspg_html_4023493198:594:66052:66079 Barnett Texas -0.0105834116577304821 +46533 aapg_af_751.html aapg_af_751.html:305:40464:40474 San Miguel Santa Rosa, California -0.0313696934317686249 +46534 aapg_aa_544.html aapg_aa_544.html:192:26352:26368 Dakota Aspen, Colorado -0.445106268068768518 +46535 aapg_af_288.html aapg_af_288.html:164:18203:18216 Barnett New Mexico -0.468978412493240793 +46536 aapg_ae_884.html aapg_ae_884.html:173:22767:22785 Laramie Mancos, Colorado 0.0266045108097300621 +46537 aapg_ad_466.html aapg_ad_466.html:1138:121940:121950 Vincentown Manasquan, New Jersey 0.0468135794702219596 +46538 gsa_html_4216613284 gsa_html_4216613284:56:4420:4431 Supai Grand Canyon -0.44714211768966694 +46539 aapg_af_16.html aapg_af_16.html:71:9134:9143 Greenhorn Cheyenne, Wyoming -0.441798115405519942 +46540 cspg_html_8030881108 cspg_html_8030881108:81:13778:13793 Ludlow Canada -0.0157388171484894208 +46541 gsa_html_2853817533 gsa_html_2853817533:1161:81756:81784 Green River Colorado -0.0340313466956898014 +46542 sedimentology_html_9005804281 sedimentology_html_9005804281:2097:106115:106119 Hall London, Ontario -0.439343057733562137 +46543 gsa_html_3942625742 gsa_html_3942625742:510:44014:44026 Little River Metro Manila -0.0589912891358883654 +46544 aapg_ac_899.html aapg_ac_899.html:107:9464:9477 Cotton Valley Mississippi River -0.0125432965018171631 +46545 aapg_ac_417.html aapg_ac_417.html:13:2037:2045 Crescent Roseburg, Oregon -0.47254944238616009 +46546 aapg_ad_978.html aapg_ad_978.html:186:17358:17370 Pioche Logan, Utah -0.232713910167900023 +46547 aapg_ae_319.html aapg_ae_319.html:600:51107:51124 Entrada Weber River 0.0321837813752043692 +46548 cspg_html_1019614994 cspg_html_1019614994:353:56629:56646 Torquay Lacombe, Alberta -0.0317923859746223822 +46549 aapg_ac_241.html aapg_ac_241.html:56:7360:7370 Tuscaloosa Raritan River 0.0441971680908644846 +46550 AMJC_html_5952299936 AMJC_html_5952299936:17:868:878 Washington Seattle -0.02166536358211529 +46551 aapg_ah_435.html aapg_ah_435.html:202:25158:25164 Laredo China -0.51689284291327231 +46552 gsa_html_2989317971 gsa_html_2989317971:645:67566:67594 Glenns Ferry Snake River Plain (ecoregion) -0.477234757760444439 +46553 aapg_ai_236.html aapg_ai_236.html:144:13039:13046 Venango Bath, Somerset 0.000674025171207849952 +46554 aapg_ae_725.html aapg_ae_725.html:650:61796:61811 Mesaverde Cheyenne, Wyoming 0.0104444170595688161 +46555 cspg_html_1915486237 cspg_html_1915486237:423:45159:45175 Fernie Lacombe, Alberta -0.0655427648639864691 +46556 aapg_ae_415.html aapg_ae_415.html:692:86191:86196 Byram Melbourne, Florida -0.456518443898076276 +46557 aapg_af_21.html aapg_af_21.html:96:10093:10112 Glenburn Glenburn, Victoria -0.018225670847461909 +46558 aapg_ac_235.html aapg_ac_235.html:533:58598:58606 Cloverly Western world 0.778424917491395418 +46559 aapg_ae_81.html aapg_ae_81.html:152:18404:18412 Woodford Bigfork, Montana -0.041731299024428424 +46560 aapg_ai_95.html aapg_ai_95.html:37:3347:3367 San Felipe Matamoros, Tamaulipas -0.460980639153810601 +46561 geology_html_7100928765 geology_html_7100928765:275:26189:26195 Cupido Mexico -0.447242908821281704 +46562 aapg_ae_109.html aapg_ae_109.html:7:529:537 Victoria Gippsland -0.0481796037635088825 +46563 aapg_ac_472.html aapg_ac_472.html:301:27466:27476 Washington Washington (state) -0.415780667525989078 +46564 aapg_aa_1.html aapg_aa_1.html:144:18040:18059 Knoxville California -0.000347435604052462668 +46565 aapg_af_83.html aapg_af_83.html:16:2185:2193 Colorado Denver -0.0657297063436802775 +46566 aapg_ae_63.html aapg_ae_63.html:89:10005:10024 Swan Peak Quartzite Boise, Idaho -0.432267625462602723 +46567 aapg_ak_17.html aapg_ak_17.html:271:23007:23013 Brazil El Salvador -0.0484305318686929845 +46568 aapg_ae_771.html aapg_ae_771.html:3:293:312 Java Hanover -0.0160185962775735123 +46569 aapg_ae_642.html aapg_ae_642.html:135:13207:13214 Bossier Cotton Valley, Louisiana -0.460953349343471763 +46570 aapg_aa_267.html aapg_aa_267.html:4:465:485 Greenbrier Huntington, West Virginia -0.488724520608411594 +46571 gsa_html_1024107776 gsa_html_1024107776:523:52943:52963 Boss Point Bridgetown, Nova Scotia -0.473081857330366395 +46572 aapg_af_788.html aapg_af_788.html:455:39407:39415 Michigan Michigan -0.479475427251918496 +46573 gsa_html_9181545711 gsa_html_9181545711:133:14306:14324 Fountain Colorado -0.0200262605794136288 +46574 geology_html_1828550969 geology_html_1828550969:208:18825:18840 Keele Canada -0.480602591853576067 +46575 aapg_ah_779.html aapg_ah_779.html:154:28929:28936 Pamelia Lowville (town), New York -0.460953349343471763 +46576 aapg_ah_536.html aapg_ah_536.html:565:74876:74896 Fredericksburg Paluxy, Texas -0.0616864584903875982 +46577 aapg_af_305.html aapg_af_305.html:80:8127:8133 Paluxy Cotton Valley, Louisiana 0.00177192394418096725 +46578 aapg_ai_720.html aapg_ai_720.html:464:46383:46390 Raritan Potomac, Maryland -0.00806073698202901257 +46579 geology_html_4738002019 geology_html_4738002019:226:21207:21215 Colorado San Juan, Argentina -0.493525020516280222 +46580 aapg_ae_608.html aapg_ae_608.html:33:5233:5251 Niobrara Denver -0.593962283482899367 +46581 cspg_html_8369994160 cspg_html_8369994160:108:11952:11968 Shunda Elkton, Kentucky -0.447859095614761116 +46582 aapg_ac_251.html aapg_ac_251.html:488:56123:56131 Weverton Juniata County School District -0.428896893887351471 +46583 aapg_aa_684.html aapg_aa_684.html:76:9216:9230 Jelm Cheyenne, Wyoming -0.0421143691729161454 +46584 aapg_aa_316.html aapg_aa_316.html:764:88088:88123 Oceanic Barbados -0.009686905715159351 +46585 geology_html_7192428883 geology_html_7192428883:12:551:557 Denver Colorado -0.0552750621644688064 +46586 aapg_ah_973.html aapg_ah_973.html:21:3353:3367 Monmouth Mount Laurel Township, New Jersey -0.00595166472453073896 +46587 cspg_html_3124360347 cspg_html_3124360347:227:36496:36511 Levis Quebec City -0.0560320968911477979 +46588 aapg_ac_418.html aapg_ac_418.html:43:8242:8250 Monterey Astoria, Oregon 0.055404135856231676 +46589 sedimentology_html_6621214543 sedimentology_html_6621214543:759:67402:67407 Rapid Nassau, Bahamas -0.479521879225688563 +46590 cspg_html_6116883777 cspg_html_6116883777:856:111274:111296 Barlow Inlet Devon -0.466384542072334651 +46591 aapg_ae_794.html aapg_ae_794.html:629:70641:70661 Owl Creek Selma to Montgomery marches -0.0377587459596800123 +46592 aapg_ai_786.html aapg_ai_786.html:572:49746:49751 Stark Ouachita Mountains -0.0682409089564764842 +46593 cspg_html_9011256422 cspg_html_9011256422:453:53880:53900 Swan Hills Victoria, British Columbia -0.0279486743171803304 +46594 aapg_ac_331.html aapg_ac_331.html:126:20101:20124 San Fernando Trinidad and Tobago -0.520965948109948673 +46595 aapg_af_498.html aapg_af_498.html:15:2645:2650 Atoka Texas -0.453130450697368015 +46596 sedimentology_html_1046729113 sedimentology_html_1046729113:348:33087:33101 Colorado Eagle River, Alaska -0.449431691216236939 +46597 aapg_ah_203.html aapg_ah_203.html:595:97969:97987 Morrison New Mexico 0.0133860155832601583 +46598 geology_html_6208545036 geology_html_6208545036:254:20815:20823 Temporal Long Valley, New Jersey -0.441397390812390766 +46599 aapg_ai_4.html aapg_ai_4.html:63:5604:5612 Monterey Santa Monica Mountains -0.451875596518584666 +46600 geology_html_6217398404 geology_html_6217398404:19:1288:1296 Colorado Colorado -0.0566566272640218263 +46601 gsa_html_8606513904 gsa_html_8606513904:11:459:465 Oregon Salem, Oregon -0.495787550773506447 +46602 cspg_html_4326384800 cspg_html_4326384800:1021:150205:150214 Waterways Swan Hill, Victoria 0.482831036830722371 +46603 aapg_ae_667.html aapg_ae_667.html:332:41201:41222 Green River Uinta Mountains -0.455799127156009509 +46604 aapg_ac_333.html aapg_ac_333.html:1801:180144:180160 Kaibab Logan, Utah -0.00365504393340889116 +46605 cspg_html_2040245760 cspg_html_2040245760:7:499:507 Columbia Victoria, British Columbia -0.455595651058867956 +46606 aapg_ae_909.html aapg_ae_909.html:12:2064:2069 Gatun Jamaica, Queens -0.441593278961416758 +46607 aapg_aa_146.html aapg_aa_146.html:24:3543:3560 Pierre Black Hills -0.476519241639526414 +46608 cspg_html_4031489103 cspg_html_4031489103:511:78846:78854 Columbia Victoria, British Columbia -0.420909473199816475 +46609 aapg_ae_73.html aapg_ae_73.html:426:56067:56087 Purgatoire Cheyenne, Wyoming 0.000564582905986352451 +46610 gsa_html_6674166056 gsa_html_6674166056:31:2800:2828 Green River Colorado 0.0051976984001821944 +46611 aapg_ae_526.html aapg_ae_526.html:37:3222:3231 Smackover Columbia Country 0.0174123293107966391 +46612 cspg_html_8525917094 cspg_html_8525917094:231:29618:29633 Masefield Regina, Saskatchewan -0.00818929939777349181 +46613 aapg_ae_805.html aapg_ae_805.html:145:17134:17151 Hermosa Hermosa, Chicago -0.47482657712880405 +46614 cspg_html_3762708087 cspg_html_3762708087:32:4312:4328 Viking Lacombe, Alberta -0.432267625462602723 +46615 aapg_ae_4.html aapg_ae_4.html:205:22654:22660 Humbug Logan, Utah 0.702477421537384683 +46616 aapg_ae_993.html aapg_ae_993.html:106:12085:12107 Duperow Williston, Vermont -0.444558923948896845 +46617 aapg_ac_92.html aapg_ac_92.html:18:3062:3077 Atoka Ouachita Mountains 0.799657668475998396 +46618 aapg_ad_580.html aapg_ad_580.html:465:60629:60643 Baca New Mexico 0.0238817895978296162 +46619 aapg_aa_544.html aapg_aa_544.html:74:8919:8938 Minnelusa Black Hills 0.0343271244697756148 +46620 cspg_html_3531222995 cspg_html_3531222995:175:21749:21764 Basal Lacombe, Alberta -0.0377274176775576064 +46621 aapg_af_305.html aapg_af_305.html:55:5495:5504 Catahoula Tensas River -0.473508484055372547 +46622 gsa_html_8662622130 gsa_html_8662622130:584:55920:55948 San Antonio Chile -0.0466985931780469835 +46623 aapg_ad_283.html aapg_ad_283.html:25:4309:4319 San Andres Guadalupe Mountains National Park -0.447942032394663792 +46624 aapg_ac_26.html aapg_ac_26.html:85:10403:10415 Saskatchewan Lacombe, Alberta -0.467584291252108319 +46625 aapg_ae_189.html aapg_ae_189.html:39:1873:1879 Wilcox Pueblo de Los Angeles -0.420269334815252471 +46626 aapg_ah_283.html aapg_ah_283.html:58:6454:6464 Washington Salem, Oregon -0.0047772874723063536 +46627 aapg_ac_629.html aapg_ac_629.html:268:35420:35427 Prairie Ville Platte, Louisiana 0.00773064589700992767 +46628 palaios_html_8113714689 palaios_html_8113714689:290:32648:32665 Manitou Colorado -0.48715769815048382 +46629 cspg_html_9388742281 cspg_html_9388742281:14:1566:1583 Cardium Cairns, Queensland -0.421938067268467054 +46630 aapg_ac_711.html aapg_ac_711.html:132:11484:11491 El Baul Venezuela -0.456416618922522499 +46631 aapg_af_98.html aapg_af_98.html:44:6308:6324 Dakota Mancos, Colorado -0.431959095961468531 +46632 aapg_af_379.html aapg_af_379.html:39:4284:4291 Pioneer Boise, Idaho -0.0645208083135350441 +46633 cspg_html_4148342026 cspg_html_4148342026:451:41803:41813 Favel Ashville, Ohio -0.476172115937115059 +46634 geology_html_1827419843 geology_html_1827419843:227:19971:19995 Interlake Manitoba -0.539373886114287493 +46635 gsa_html_4695276845 gsa_html_4695276845:787:80285:80291 Pioche Logan, Utah 0.376176747850156867 +46636 cspg_html_2650524233 cspg_html_2650524233:33:6634:6653 Frenchman Cypress Hills, Brooklyn -0.496469628762517878 +46637 aapg_ah_337.html aapg_ah_337.html:117:12476:12486 Rio Grande Texas -0.0465661867457523512 +46638 cspg_html_9388742281 cspg_html_9388742281:96:11360:11368 Columbia Victoria, British Columbia -0.471405039658470026 +46639 aapg_af_947.html aapg_af_947.html:172:27249:27267 Tamasopo New Mexico -0.447168994241326834 +46640 aapg_aa_712.html aapg_aa_712.html:121:15336:15358 Prairie Midwestern United States -0.0311435677292159242 +46641 gsa_html_9765401988 gsa_html_9765401988:65:5384:5412 Green River New Mexico -0.00908750930208491146 +46642 geology_html_2688088926 geology_html_2688088926:75:9235:9248 Edwards San Antonio -0.498117899111855666 +46643 aapg_ah_632.html aapg_ah_632.html:102:14655:14686 Grove Virginia -0.0327735084996737119 +46644 aapg_ad_152.html aapg_ad_152.html:1823:237663:237682 Toroweap Reno, Nevada 0.723905732206530095 +46645 cspg_html_1841843683 cspg_html_1841843683:59:9344:9352 Sawtooth Williston Basin -0.00153219252139514682 +46646 cspg_html_7086880709 cspg_html_7086880709:187:21815:21824 Chinchaga Lacombe, Alberta -0.0138360551692065167 +46647 aapg_aa_147.html aapg_aa_147.html:915:94502:94510 Deadwood Winnipeg -0.370212604405621426 +46648 cspg_html_6383234409 cspg_html_6383234409:203:22117:22131 Eids Bathurst Island (Northern Territory) -0.135278545661169203 +46649 aapg_aa_638.html aapg_aa_638.html:333:28012:28037 Jefferson Abqaiq Airport -0.47076786107370483 +46650 cspg_html_1114211412 cspg_html_1114211412:68:10012:10028 Wapiti Lacombe, Alberta -0.456608964648804683 +46651 cspg_html_9717154602 cspg_html_9717154602:542:59150:59167 Bearpaw Lacombe, Alberta -0.0847871980875385123 +46652 palaios_html_3406135825 palaios_html_3406135825:214:21379:21404 Potsdam Au Sable River (Michigan) -0.434558307819543299 +46653 jgeology_html_8064855537 jgeology_html_8064855537:958:62903:62923 Lakota Black Hills -0.358863649712603594 +46654 aapg_ai_849.html aapg_ai_849.html:32:4403:4413 Bloomsburg Juniata County School District 0.00976335112648768488 +46655 aapg_ai_996.html aapg_ai_996.html:1096:46161:46171 Tuscaloosa Alabama -0.0128004535625113533 +46656 gsa_html_1024107776 gsa_html_1024107776:927:93659:93677 Grove Arkansas -0.443184178501260795 +46657 gsa_html_8840132442 gsa_html_8840132442:195:25721:25729 Columbia Victoria, British Columbia -0.499638601366554358 +46658 aapg_ad_338.html aapg_ad_338.html:333:38269:38280 Englishtown Toms River 0.00239731162737208446 +46659 aapg_aa_23.html aapg_aa_23.html:1211:147475:147493 Winnipeg Manitoba 0.634201496546751065 +46660 jgeology_html_4115179562 jgeology_html_4115179562:635:50173:50181 Virginia Virginia -0.0550273870379477323 +46661 cspg_html_7881580279 cspg_html_7881580279:516:61241:61248 Jewett Silt San Francisco -0.0142026952151300869 +46662 geology_html_6501151583 geology_html_6501151583:125:13904:13910 Frisco Absaroka -0.0421143691729161454 +46663 cspg_html_8328720217 cspg_html_8328720217:121:15344:15360 Skonun Central America -0.0665701447708537258 +46664 aapg_ad_941.html aapg_ad_941.html:486:36386:36404 Muskeg Black Creek (Toronto) -0.472574788136010782 +46665 cspg_html_3129231627 cspg_html_3129231627:405:51370:51393 Eleanor River Ellesmere Island -0.256962369032680826 +46666 aapg_ae_777.html aapg_ae_777.html:135:16816:16821 Ponce Talpa, Texas -0.492640099962427858 +46667 palaios_html_8014937086 palaios_html_8014937086:541:45288:45314 Monterey California -0.463526807661379381 +46668 jgeology_html_8494933343 jgeology_html_8494933343:450:35150:35174 Bouse Southern California -0.030239106807757675 +46669 gsa_html_9898556493 gsa_html_9898556493:243:29117:29129 Turlock Lake Merced River -0.0591256711922378136 +46670 cspg_html_2826081830 cspg_html_2826081830:58:8930:8952 Grand Rapids Waseca, Minnesota -0.481815063993563775 +46671 aapg_ae_731.html aapg_ae_731.html:440:39836:39850 Colorado Regina, Saskatchewan -0.0801017498393796074 +46672 aapg_af_363.html aapg_af_363.html:47:5652:5656 Wise Virginia 0.404043114696398531 +46673 aapg_ai_720.html aapg_ai_720.html:203:22481:22488 Magothy Raritan River -0.415113588382305221 +46674 palaios_html_7922169499 palaios_html_7922169499:88:10529:10537 Colorado Denver -0.489932094547215424 +46675 aapg_ae_731.html aapg_ae_731.html:331:30817:30839 Kootenai Boise, Idaho 0.2993568633530439 +46676 cspg_html_5515814749 cspg_html_5515814749:65:9899:9916 Cardium Lacombe, Alberta 0.00157388492495401659 +46677 cspg_html_7576506617 cspg_html_7576506617:525:70244:70259 Interlake Williston Basin -0.42652126035610638 +46678 sedimentology_html_8424193602 sedimentology_html_8424193602:27:1780:1793 Santa Barbara California -0.49339517418577894 +46679 aapg_af_4.html aapg_af_4.html:64:7761:7769 Monterey Monterey, California 0.00588564889809547673 +46680 cspg_html_8312989046 cspg_html_8312989046:104:13480:13497 Bowser Southern United States -0.456717601557364239 +46681 aapg_af_448.html aapg_af_448.html:39:5299:5305 Oregon Salem, Oregon 0.00427001774421365866 +46682 gsa_html_6117440194 gsa_html_6117440194:508:50124:50143 Morrison Kootenay River -0.463910045923527747 +46683 aapg_ah_179.html aapg_ah_179.html:32:2917:2935 Toroweap Logan, Utah -0.266491531994660913 +46684 aapg_aa_851.html aapg_aa_851.html:96:8795:8800 Salem Wayne County, Michigan -0.462512479285274614 +46685 gsa_html_9725118776 gsa_html_9725118776:36:3459:3468 San Pedro Santorini -0.0352075456733289827 +46686 aapg_ac_315.html aapg_ac_315.html:104:11872:11882 Phosphoria Cheyenne, Wyoming 0.917292844097628457 +46687 palaios_html_4501603736 palaios_html_4501603736:477:43191:43196 Erwin London, Ontario -0.434606918343987458 +46688 aapg_ac_807.html aapg_ac_807.html:802:79585:79595 Tuscaloosa Tuscaloosa, Alabama 0.111082711027963688 +46689 aapg_af_892.html aapg_af_892.html:533:52613:52629 Pueblo Wichita, Kansas -0.460964719996515115 +46690 aapg_aa_304.html aapg_aa_304.html:125:12353:12361 Columbia Mississippi River -0.445213540966811649 +46691 aapg_aa_381.html aapg_aa_381.html:87:11544:11553 Etchegoin Rancho Santa Margarita, California -0.0413552095695404187 +46692 aapg_ae_3.html aapg_ae_3.html:637:61355:61376 Bird Spring Clark County, Indiana -0.46927678392355654 +46693 aapg_aa_777.html aapg_aa_777.html:490:50604:50625 Provo Ogden, Utah -0.44844429668252761 +46694 sedimentology_html_1218754318 sedimentology_html_1218754318:513:44075:44081 Guelph Guelph -0.0491380533416538867 +46695 aapg_ad_442.html aapg_ad_442.html:80:9655:9663 Bellevue Shreveport, Louisiana -0.0959013200743605715 +46696 sedimentology_html_8803606067 sedimentology_html_8803606067:177:12278:12284 Brazil Colombia 0.0120567891219070765 +46697 cspg_html_6502178723 cspg_html_6502178723:64:10322:10331 Baldonnel Middle East -0.43597788776021662 +46698 AMJC_html_8494031493 AMJC_html_8494031493:916:108658:108677 Bonneterre Missouri River -0.192611984968038191 +46699 aapg_af_479.html aapg_af_479.html:619:67115:67124 San Diego Great Valley, New York -0.0144772441484254995 +46700 gsa_html_6734844475 gsa_html_6734844475:175:19044:19052 San Jose Sierra Nevada (Spain) -0.0517944618425102074 +46701 aapg_ae_324.html aapg_ae_324.html:552:56304:56312 Virginia Virginia -0.0155737316203797341 +46702 aapg_ac_952.html aapg_ac_952.html:117:14084:14092 Norphlet Shreveport, Louisiana 0.788713187165921981 +46703 aapg_aa_698.html aapg_aa_698.html:439:41411:41433 Swift Regina, Saskatchewan -0.436571121733102918 +46704 cspg_html_2920938670 cspg_html_2920938670:64:9267:9284 Cadomin Mountain Park (Holyoke, Massachusetts) -0.46853104470756296 +46705 aapg_aa_598.html aapg_aa_598.html:4:799:806 Thaynes Cheyenne, Wyoming -0.362088368842657105 +46706 aapg_ad_149.html aapg_ad_149.html:43:4620:4632 Saskatchewan Lacombe, Alberta -0.437987106587424679 +46707 aapg_af_891.html aapg_af_891.html:133:13597:13617 Dog Creek Texas -0.453008719186489883 +46708 aapg_ad_337.html aapg_ad_337.html:322:36234:36271 Vaqueros San Diego -0.00771327274469656935 +46709 aapg_ad_12.html aapg_ad_12.html:292:26946:26963 La Luna Venezuela -0.453292784807282967 +46710 aapg_ad_718.html aapg_ad_718.html:331:30357:30374 Rustler Culberson County Airport -0.439098796420780313 +46711 gsa_html_7053510738 gsa_html_7053510738:22:1134:1140 Denver Colorado -0.483803859624134081 +46712 jgeology_html_4599466962 jgeology_html_4599466962:389:28488:28497 Schoharie Onondaga (tribe) -0.0260481030214056476 +46713 aapg_af_358.html aapg_af_358.html:50:5593:5603 Citronelle Orangeburg, South Carolina -0.41966442363155293 +46714 aapg_ad_11.html aapg_ad_11.html:103:14250:14260 Hell Creek Hell Creek Formation -0.433933223839739757 +46715 aapg_ae_253.html aapg_ae_253.html:122:15021:15032 Pine Island County Sligo -0.0260481030214056476 +46716 aapg_ai_28.html aapg_ai_28.html:600:59238:59248 Rio Grande Uvalde, Texas -0.0407754352992212923 +46717 cspg_html_8362959053 cspg_html_8362959053:20:3311:3319 Columbia Victoria, British Columbia -0.0379467177170490291 +46718 gsa_html_1193494932 gsa_html_1193494932:677:63918:63940 Columbia Seattle -0.448377013151321557 +46719 aapg_ae_324.html aapg_ae_324.html:1296:128800:128805 Chazy Black River, Jamaica -0.0389336281325362993 +46720 aapg_af_808.html aapg_af_808.html:181:24922:24940 Scotland Barbados -0.500197678525539202 +46721 aapg_ai_985.html aapg_ai_985.html:1376:140288:140299 San Jacinto El Carmen, Chile -0.476061064960921709 +46722 aapg_ae_62.html aapg_ae_62.html:43:4923:4937 Winnipeg Black Hills -0.458675312427173743 +46723 gsa_html_9697375887 gsa_html_9697375887:93:13151:13160 Hay River Simpson Desert -0.444835906435795903 +46724 cspg_html_2834693711 cspg_html_2834693711:533:74471:74491 Huntingdon Bellingham, Washington -0.45421548506785292 +46725 sedimentology_html_8802279411 sedimentology_html_8802279411:944:59479:59496 Frisco South Africa -0.030023437417361392 +46726 aapg_af_452.html aapg_af_452.html:160:19418:19432 Mission Canyon Manitoba 0.816666010625648142 +46727 aapg_af_725.html aapg_af_725.html:162:17448:17468 Wilcox Texas -0.00691758876026682835 +46728 aapg_ad_379.html aapg_ad_379.html:501:42371:42380 Chugwater Arizona -0.437953842888147871 +46729 aapg_aa_407.html aapg_aa_407.html:378:26727:26731 Rico Indian Creek, Florida -0.0310096337279850039 +46730 aapg_af_97.html aapg_af_97.html:78:9290:9309 Dillsboro Decatur County, Georgia -0.063450128833629979 +46731 aapg_ah_647.html aapg_ah_647.html:196:19423:19440 El Paso West Texas -0.467889067103673728 +46732 aapg_af_659.html aapg_af_659.html:62:4978:4986 Beaufort East Timor -0.455726774842524995 +46733 sedimentology_html_2898428289 sedimentology_html_2898428289:1964:97734:97741 Shields Western Canadian Sedimentary Basin -0.454034931813569353 +46734 geology_html_5189534136 geology_html_5189534136:210:20023:20029 Moscow Caspian Sea -0.492578779781284393 +46735 gsa_html_3144986031 gsa_html_3144986031:270:29262:29269 Bonanza Talkeetna, Alaska -0.00349522085598196267 +46736 geology_html_2630608845 geology_html_2630608845:215:21664:21670 Oregon Washington (state) -0.0142026952151300869 +46737 aapg_af_640.html aapg_af_640.html:111:7353:7362 Nanafalia Shreveport, Louisiana 0.38897003761447968 +46738 gsa_html_7354916758 gsa_html_7354916758:793:82365:82369 Bond North Atlantic Current -0.0380407049266876865 +46739 aapg_af_701.html aapg_af_701.html:358:46628:46636 Elk Braxton County, West Virginia -0.441998542726141919 +46740 gsa_html_5656059532 gsa_html_5656059532:66:4934:4962 Green River Colorado -0.00382529052751042712 +46741 cspg_html_5688447798 cspg_html_5688447798:269:30226:30236 Blue Fiord Ellesmere Island -0.444536590280039667 +46742 gsa_html_2584301292 gsa_html_2584301292:92:9198:9204 Peoria Loveland, Ohio -0.456661018199272462 +46743 cspg_html_6472484014 cspg_html_6472484014:10:725:760 La Vieille New Brunswick, New Jersey -0.102254511591343925 +46744 gsa_html_6181749105 gsa_html_6181749105:614:51490:51517 Monterey California -0.00877304685539758919 +46745 aapg_ai_572.html aapg_ai_572.html:165:18973:18976 Ada Seminole, Texas -0.0934877119104869092 +46746 aapg_ah_534.html aapg_ah_534.html:302:25385:25393 Coeymans Harrisburg, Pennsylvania 0.561659622785742663 +46747 aapg_ac_424.html aapg_ac_424.html:262:43680:43693 Jackson Texas -0.0282234355137958928 +46748 aapg_ac_420.html aapg_ac_420.html:16:3099:3107 Monterey Mississippi River 0.0659865424031838566 +46749 palaios_html_2847312584 palaios_html_2847312584:427:49300:49324 Rochester Ontario, California -0.471340610693628537 +46750 gsa_html_2605108986 gsa_html_2605108986:779:64855:64873 Tsadaka Matanuska-Susitna Valley -0.461456070409902219 +46751 cspg_html_4326384800 cspg_html_4326384800:869:123140:123155 Sweetland Creek Iowa -0.0344245588872295546 +46752 gsa_html_1347484649 gsa_html_1347484649:181:16919:16925 Casper Cheyenne, Wyoming 0.0346890281065784789 +46753 cspg_html_6252417471 cspg_html_6252417471:68:10913:10931 Isachsen Banks Island 0.547973048884272673 +46754 aapg_af_575.html aapg_af_575.html:162:21558:21579 Honey Creek Signal Mountain (Wyoming) -0.471695028578207554 +46755 cspg_html_8089302449 cspg_html_8089302449:262:44701:44721 Traverse Iowa -0.0516271009783959151 +46756 aapg_ai_584.html aapg_ai_584.html:395:38579:38590 Reclamation Hartville, Missouri -0.00806073698202901257 +46757 jgeology_html_1500366261 jgeology_html_1500366261:1070:64141:64154 Santa Barbara California -0.0344245588872295546 +46758 aapg_aa_579.html aapg_aa_579.html:20:2147:2151 Word Bartlesville, Oklahoma -0.00908750930208491146 +46759 cspg_html_4382149016 cspg_html_4382149016:476:58979:59007 Utica Quebec City 0.000792153354614578671 +46760 aapg_af_162.html aapg_af_162.html:264:25109:25119 Brownstown Texas 0.00503787248192793299 +46761 cspg_html_6306091047 cspg_html_6306091047:206:29288:29296 Columbia Victoria, British Columbia -0.459837454744856933 +46762 aapg_ac_333.html aapg_ac_333.html:1026:123747:123765 Toroweap Kaibab, Arizona -0.456778715576978744 +46763 aapg_aa_736.html aapg_aa_736.html:169:15586:15605 Milwaukee Wisconsin -0.0339634929094720234 +46764 aapg_aa_287.html aapg_aa_287.html:3:329:345 Viking Regina, Saskatchewan -0.447153316157111791 +46765 geology_html_1458624587 geology_html_1458624587:282:19953:19958 Yukon Arctic Cordillera -0.461026124022890449 +46766 aapg_ad_652.html aapg_ad_652.html:351:42015:42024 San Diego Vail, Colorado -0.486401118306284352 +46767 aapg_ah_71.html aapg_ah_71.html:541:34903:34919 Sabine Texas -0.491084883288990137 +46768 cspg_html_8915218033 cspg_html_8915218033:253:24460:24475 Salem Illinois -0.030023437417361392 +46769 aapg_ad_687.html aapg_ad_687.html:21:2313:2322 Jacalitos Maricopa, Arizona -0.494226535849717374 +46770 gsa_html_5952049575 gsa_html_5952049575:658:69040:69061 Green River Cheyenne, Wyoming -0.449871874526764137 +46771 aapg_ad_55.html aapg_ad_55.html:95:7704:7711 Plattin Decorah, Iowa -0.322578364189597455 +46772 cspg_html_1189888589 cspg_html_1189888589:16:2214:2232 Scollard Cheyenne, Wyoming -0.450582005503512739 +46773 aapg_ai_357.html aapg_ai_357.html:114:14024:14034 Rio Grande Medina County, Texas -0.0820468668175087373 +46774 gsa_html_7498897688 gsa_html_7498897688:967:88916:88938 San Ricardo Mexico -0.0743376209558603424 +46775 cspg_html_3102530088 cspg_html_3102530088:69:9173:9198 Telegraph Creek Canada -0.46132865731218986 +46776 aapg_ah_159.html aapg_ah_159.html:55:6240:6258 Fentress Rockcastle County, Kentucky -0.49570469701623765 +46777 gsa_html_4472896560 gsa_html_4472896560:756:58702:58730 Green River Iran 0.00247374805721130514 +46778 aapg_ai_17.html aapg_ai_17.html:251:21880:21895 Indio Texas -0.431047319390268635 +46779 aapg_ae_74.html aapg_ae_74.html:102:10729:10747 Menefee Fruitland, Idaho -0.500364284453183039 +46780 palaios_html_3716883934 palaios_html_3716883934:111:11918:11922 Hess Kingdom of Bavaria -0.0584293582845294424 +46781 aapg_ah_585.html aapg_ah_585.html:295:21956:21977 Wissahickon Pennsylvania -0.017787713832192225 +46782 aapg_ac_59.html aapg_ac_59.html:257:33063:33079 Friars Riverside, California -0.0446848523665537567 +46783 aapg_ah_228.html aapg_ah_228.html:18:1882:1900 Woodbine Buda, Texas -0.380783826254997293 +46784 aapg_ac_693.html aapg_ac_693.html:32:3399:3405 Guelph Guelph -0.460980639153810601 +46785 aapg_ae_203.html aapg_ae_203.html:15:1862:1871 Olentangy Ohio -0.435714594595624227 +46786 aapg_ae_876.html aapg_ae_876.html:629:66570:66576 Dakota Norwood, Massachusetts -0.22621806523876839 +46787 sedimentology_html_3306606920 sedimentology_html_3306606920:1107:80182:80189 Compton Cambridge, Massachusetts -0.496867763222673786 +46788 aapg_aa_852.html aapg_aa_852.html:72:7366:7370 Frio Victoria County, Nova Scotia -0.22618648462626717 +46789 aapg_ah_963.html aapg_ah_963.html:33:4402:4422 Batesville Arkansas -0.00984327149097449609 +46790 aapg_ah_337.html aapg_ah_337.html:82:9154:9177 Cotton Valley Limestone County, Alabama -0.0207284668430632625 +46791 geology_html_3595608800 geology_html_3595608800:367:31983:32015 Montney Lacombe, Alberta -0.470181697121159758 +46792 aapg_ac_252.html aapg_ac_252.html:82:7355:7369 Rico Logan, Utah -0.0573527510322950837 +46793 aapg_af_461.html aapg_af_461.html:160:14526:14540 Richmond Michigan -0.406132759388199704 +46794 sedimentology_html_3220122506 sedimentology_html_3220122506:997:83694:83780 Yakataga Gulf of Alaska -0.450707909241451543 +46795 aapg_aa_775.html aapg_aa_775.html:571:58934:58943 Vicksburg Oakville, California -0.475963906981033746 +46796 aapg_af_211.html aapg_af_211.html:99:8621:8627 Joliet Caldwell County, North Carolina -0.480904968568341529 +46797 sedimentology_html_3455721661 sedimentology_html_3455721661:709:49906:49923 Entrada New Mexico -0.51342985498938698 +46798 aapg_ac_930.html aapg_ac_930.html:83:11593:11599 Denver Colorado -0.463526807661379381 +46799 geology_html_8507174430 geology_html_8507174430:18:776:784 Virginia Reston, Virginia -0.462097962880594848 +46800 cspg_html_7779401416 cspg_html_7779401416:253:30808:30826 Reynales Irondequoit, New York -0.423902420535258007 +46801 geology_html_8332015754 geology_html_8332015754:284:19844:19853 San Diego California -0.0249388283192189877 +46802 gsa_html_5089176247 gsa_html_5089176247:840:78989:78995 Denver Colorado -0.48062584784091128 +46803 geology_html_3492857668 geology_html_3492857668:323:26083:26099 Navajo Logan, Utah -0.0246554374675200805 +46804 palaios_html_3214166666 palaios_html_3214166666:16:1110:1118 Colorado Denver -0.450608983410958508 +46805 cspg_html_6306091047 cspg_html_6306091047:638:88371:88389 Pardonet Victoria, British Columbia -0.0221155785118801462 +46806 gsa_html_7616408925 gsa_html_7616408925:1002:78951:78957 Jordan Colombia -0.487818790090823073 +46807 aapg_ae_805.html aapg_ae_805.html:969:107642:107647 Molas Merrill, Wisconsin -0.0585724540343924155 +46808 gsa_html_1040524378 gsa_html_1040524378:828:84621:84642 Green River Earth -0.0198420227136738916 +46809 cspg_html_3772380029 cspg_html_3772380029:308:39946:39968 Bad Cache Rapids Nelson, New Zealand -0.466714081975797668 +46810 sedimentology_html_6376801731 sedimentology_html_6376801731:1876:103672:103678 Moscow Russia -0.435738929516159335 +46811 aapg_ae_113.html aapg_ae_113.html:211:27301:27321 Blue Fiord Bathurst Island (Northern Territory) 0.000846005918276088674 +46812 aapg_ac_742.html aapg_ac_742.html:20:3028:3051 Gypsum Spring Cheyenne, Wyoming 0.00204466219751255973 +46813 aapg_ae_877.html aapg_ae_877.html:377:33425:33435 Swan Hills Swan Hill, Victoria -0.0832967295148363263 +46814 aapg_ah_416.html aapg_ah_416.html:126:11433:11443 Milk River Milk River, Alberta -0.462398581950347165 +46815 aapg_ah_529.html aapg_ah_529.html:63:8079:8096 El Paso Cochise County, Arizona -0.393367110951652943 +46816 aapg_ad_306.html aapg_ad_306.html:321:39579:39585 Sierra San Isidro, Buenos Aires -0.464450966712688929 +46817 gsa_html_5528299577 gsa_html_5528299577:924:80759:80764 Crete Greece -0.063450128833629979 +46818 aapg_ae_354.html aapg_ae_354.html:244:24261:24275 Niobrara Niobrara, Nebraska -0.431219036147121426 +46819 sedimentology_html_1046729113 sedimentology_html_1046729113:2103:163523:163541 Dunvegan Wadsworth, Ohio -0.453085363047098455 +46820 geology_html_4881780655 geology_html_4881780655:227:21852:21858 Moscow Russia -0.450608983410958508 +46821 aapg_aa_313.html aapg_aa_313.html:1500:155869:155876 Norfolk Virginia -0.45421548506785292 +46822 aapg_ac_198.html aapg_ac_198.html:71:8057:8078 Mt Lytton Woods County, Oklahoma -0.0448520648685932916 +46823 aapg_ai_107.html aapg_ai_107.html:105:10069:10078 Smackover Bagrationovsk -0.00436035322610329925 +46824 aapg_ae_984.html aapg_ae_984.html:388:37168:37186 Carlsbad Salado, Texas -0.475977786028375149 +46825 cspg_html_7409170811 cspg_html_7409170811:673:77064:77080 Exshaw Lacombe, Alberta 0.00361335093326647754 +46826 aapg_ae_231.html aapg_ae_231.html:82:7358:7370 New Scotland Onondaga (tribe) -0.0488104245199808967 +46827 sedimentology_html_4353954188 sedimentology_html_4353954188:1617:99810:99826 Viking Canada 0.034762106259212 +46828 palaios_html_6100595217 palaios_html_6100595217:448:46278:46301 Moodys Branch Gosport, Indiana -0.0260481030214056476 +46829 cspg_html_3854139935 cspg_html_3854139935:67:10554:10562 Claggett Lacombe, Alberta -0.485285038948243097 +46830 palaios_html_4782349341 palaios_html_4782349341:69:5753:5775 Edwardsville Indian Creek, Florida -0.465579516089382972 +46831 aapg_ae_204.html aapg_ae_204.html:291:25672:25685 Pelican Clearwater, Florida -0.476672020857479173 +46832 aapg_ac_380.html aapg_ac_380.html:490:57643:57650 Rondout Helderberg -0.463253167093327645 +46833 aapg_ad_42.html aapg_ad_42.html:177:18073:18081 Entrance Lacombe, Alberta -0.065469387622686781 +46834 aapg_ai_974.html aapg_ai_974.html:279:28696:28706 Washington Salem, Oregon -0.456371367070690814 +46835 cspg_html_1763727002 cspg_html_1763727002:387:45185:45193 Columbia Lacombe, Alberta -0.460953349343471763 +46836 aapg_ae_794.html aapg_ae_794.html:211:26287:26307 Owl Creek Selma to Montgomery marches -0.449431691216236939 +46837 aapg_af_637.html aapg_af_637.html:3:339:348 Coldwater Antrim, County Antrim -0.0134398809418536571 +46838 sedimentology_html_1581574492 sedimentology_html_1581574492:1007:70566:70570 Kent England -0.484191429205932 +46839 cspg_html_7323688702 cspg_html_7323688702:96:11589:11606 Cardium Lacombe, Alberta -0.469070208322842297 +46840 aapg_ac_900.html aapg_ac_900.html:352:32445:32466 Green River Logan, Utah -0.018225670847461909 +46841 aapg_aa_534.html aapg_aa_534.html:5:615:621 Wilcox Sand Springs, Oklahoma -0.444916336311243943 +46842 aapg_ad_893.html aapg_ad_893.html:523:56452:56461 La Gloria Sola -0.429960502864963123 +46843 sedimentology_html_7928777787 sedimentology_html_7928777787:27:1594:1611 Bedford Bridgetown, Nova Scotia -0.0137248477945169315 +46844 aapg_ae_71.html aapg_ae_71.html:290:26889:26897 Moenkopi Moenkopi Formation -0.443619144253208697 +46845 gsa_html_8016832495 gsa_html_8016832495:12:377:385 Virginia Reston, Virginia -0.475924584215438151 +46846 aapg_aa_44.html aapg_aa_44.html:211:27134:27142 Moenkopi Chinle Formation -0.401663028982934767 +46847 aapg_ad_466.html aapg_ad_466.html:383:46388:46400 Potomac Maryland -0.0448520648685932916 +46848 cspg_html_9771826320 cspg_html_9771826320:1168:146492:146504 Saskatchewan Canada -0.481021295519417413 +46849 aapg_ae_319.html aapg_ae_319.html:709:60165:60172 Entrada Carmel, Indiana -0.422193206436869806 +46850 aapg_ak_55.html aapg_ak_55.html:15:2155:2163 Virginia Virginia -0.497081127157615599 +46851 aapg_ae_29.html aapg_ae_29.html:558:59035:59056 Mauch Chunk Pennsylvania -0.471501691978871318 +46852 aapg_ae_875.html aapg_ae_875.html:329:38618:38623 Coamo Puerto Rico -0.433370341259820213 +46853 cspg_html_4422863308 cspg_html_4422863308:6:407:423 Viking Lacombe, Alberta -0.0411323490648926038 +46854 geology_html_6685496823 geology_html_6685496823:302:22753:22763 Washington Seattle -8.68588966701944485e-05 +46855 gsa_html_1347484649 gsa_html_1347484649:215:19635:19656 Green River Cheyenne, Wyoming -0.462125287699645448 +46856 aapg_ae_295.html aapg_ae_295.html:313:35808:35826 Woodbine Lewisville, Texas 0.0114208658344619116 +46857 aapg_ah_243.html aapg_ah_243.html:58:6878:6896 Morrison Logan, Utah -0.27037330923128905 +46858 aapg_ad_193.html aapg_ad_193.html:416:41411:41421 Washington Reno, Nevada -0.0295851529329683692 +46859 gsa_html_3860045860 gsa_html_3860045860:103:12123:12139 Eugene Springfield, Illinois -0.0692600421236072711 +46860 aapg_ae_805.html aapg_ae_805.html:706:88200:88207 Paradox Hermosa, Chicago 0.856749643298986174 +46861 aapg_ae_519.html aapg_ae_519.html:343:38063:38082 Catskill Doddridge County, West Virginia -0.480695619561815057 +46862 cspg_html_2769629211 cspg_html_2769629211:6:363:372 Hay River Hay River (Canada) -0.459996458565647859 +46863 cspg_html_4031489103 cspg_html_4031489103:586:89344:89352 Columbia Cordillera Administrative Region -0.462102516958969756 +46864 aapg_ah_83.html aapg_ah_83.html:3:322:336 Cloverly Cheyenne, Wyoming 0.943094826127587327 +46865 aapg_ai_974.html aapg_ai_974.html:671:71092:71109 Astoria Salem, Oregon -0.00357860677920869346 +46866 cspg_html_1019614994 cspg_html_1019614994:66:12648:12656 Columbia Lacombe, Alberta -0.0313696934317686249 +46867 palaios_html_2449649505 palaios_html_2449649505:750:76621:76652 Chinle Arizona -0.0475488337758004087 +46868 cspg_html_2496035864 cspg_html_2496035864:16:1786:1811 Clearwater CFB Cold Lake -0.457840951353905012 +46869 cspg_html_2013109828 cspg_html_2013109828:6:263:274 Fort Steele Victoria, British Columbia -0.49009668288503172 +46870 palaios_html_9150736881 palaios_html_9150736881:62:7074:7078 Kope Kentucky -0.233749246673143563 +46871 cspg_html_8359753505 cspg_html_8359753505:63:5276:5288 Saskatchewan Regina, Saskatchewan -0.456391730122837791 +46872 aapg_aa_598.html aapg_aa_598.html:17:2622:2641 Woodside Cheyenne, Wyoming -0.00220622071262783657 +46873 sedimentology_html_1280732031 sedimentology_html_1280732031:1827:146483:146491 Virginia Cape Henry Light -0.503880280715721773 +46874 cspg_html_6383234409 cspg_html_6383234409:252:26336:26356 Weatherall Melville Island (Canada) -0.477454856949792728 +46875 geology_html_5745933097 geology_html_5745933097:12:721:727 Reston Virginia -0.437951625350357587 +46876 aapg_aa_87.html aapg_aa_87.html:140:9884:9888 Frio Texas 0.00201513001144824596 +46877 cspg_html_4031489103 cspg_html_4031489103:328:47390:47407 Gateway Fernie, British Columbia -0.411778522698214466 +46878 gsa_html_4063389966 gsa_html_4063389966:464:46096:46124 Green River Colorado -0.0389492941804812226 +46879 aapg_ad_812.html aapg_ad_812.html:12:2302:2310 Colorado Arizona -0.0583176759976086131 +46880 aapg_aa_851.html aapg_aa_851.html:13:1299:1309 Fort Payne Monteagle, Tennessee -0.0117822633156925947 +46881 gsa_html_6423424604 gsa_html_6423424604:1869:166254:166264 Washington Bellingham, Washington -0.441437455474761709 +46882 geology_html_1598246130 geology_html_1598246130:267:22994:23004 Washington Seattle 0.00863753336572832195 +46883 aapg_aa_786.html aapg_aa_786.html:880:96338:96347 Newcastle England -0.422636044308218217 +46884 gsa_html_5094172657 gsa_html_5094172657:603:50494:50500 Jordan Andes -0.479521879225688563 +46885 aapg_ad_922.html aapg_ad_922.html:3:352:370 Duvernay Lacombe, Alberta -0.492258100446082036 +46886 cspg_html_1312400675 cspg_html_1312400675:280:31302:31319 Bearpaw Regina, Saskatchewan 0.783713618504726428 +46887 aapg_ah_533.html aapg_ah_533.html:41:5927:5946 Knoxville Central Valley (California) -0.455279223830003521 +46888 aapg_ah_528.html aapg_ah_528.html:535:57744:57754 Winnemucca Winnemucca, Nevada -0.46305483027617389 +46889 aapg_ae_29.html aapg_ae_29.html:11:1770:1797 Pottsville Pocono Raceway -0.425402399125748287 +46890 aapg_ad_379.html aapg_ad_379.html:522:44419:44428 Spearfish Black Hills -0.891200035727632289 +46891 aapg_ae_525.html aapg_ae_525.html:89:8544:8552 Colorado Denver -0.0195500267274268287 +46892 sedimentology_html_9909925103 sedimentology_html_9909925103:41:2731:2760 Dunvegan Canada -0.480109712230180896 +46893 aapg_af_666.html aapg_af_666.html:196:15844:15854 Keokuk Missouri River -0.472722268874013252 +46894 geology_html_7212825695 geology_html_7212825695:20:1000:1019 Sandia New Mexico -0.444945382159606273 +46895 sedimentology_html_6711774295 sedimentology_html_6711774295:939:81248:81266 Active Mongolia -0.452909542628234352 +46896 jgeology_html_9025517493 jgeology_html_9025517493:577:31263:31288 Taylor Antarctica -0.474815026513922711 +46897 aapg_ad_94.html aapg_ad_94.html:76:7038:7045 St Marys Woods County, Oklahoma -0.00312693377810404575 +46898 aapg_ah_528.html aapg_ah_528.html:78:8231:8238 Thaynes Logan, Utah -0.227807140907085592 +46899 aapg_ac_575.html aapg_ac_575.html:494:73614:73635 Phosphoria Reno, Nevada 0.328477122610564554 +46900 aapg_af_143.html aapg_af_143.html:1053:111658:111664 Oregon California -0.0554564637243875128 +46901 aapg_ae_602.html aapg_ae_602.html:654:77404:77412 Colorado Denver -0.498640329169128094 +46902 cspg_html_4550597410 cspg_html_4550597410:47:7580:7590 Table Head Reno, Nevada -0.450932780647085085 +46903 palaios_html_5668676736 palaios_html_5668676736:16:878:883 Queen Ontario, California -0.455252106655251121 +46904 aapg_ac_333.html aapg_ac_333.html:1059:127642:127648 Kaibab New Mexico -0.394632643836281716 +46905 aapg_ai_773.html aapg_ai_773.html:98:14185:14208 Detroit River Bloomington, Indiana -0.0180709945054990453 +46906 aapg_ad_205.html aapg_ad_205.html:399:46089:46097 Caballos Arkansas -0.466920106770381871 +46907 gsa_html_3872060924 gsa_html_3872060924:438:37265:37271 Merced New Mexico -0.04375827605503467 +46908 aapg_ai_49.html aapg_ai_49.html:161:18318:18329 White River Sangre de Cristo Range 0.0204746961549148801 +46909 cspg_html_9729377176 cspg_html_9729377176:995:109216:109223 Halfway Victoria, British Columbia -0.493978458768718154 +46910 aapg_ac_213.html aapg_ac_213.html:412:35349:35371 Water Canyon Boise, Idaho -0.44844429668252761 +46911 palaios_html_7465495929 palaios_html_7465495929:142:15014:15025 Bloomington Venezuela -0.494850594949005074 +46912 aapg_af_786.html aapg_af_786.html:590:35522:35545 Arroyo California -0.446186272521599148 +46913 aapg_ah_427.html aapg_ah_427.html:215:29280:29288 Woodford Mississippi River -0.0683248098834712408 +46914 aapg_aa_23.html aapg_aa_23.html:532:64328:64337 Red River Red River of the North 0.698459474094340615 +46915 gsa_html_8398449001 gsa_html_8398449001:754:64248:64258 Bear River Bear Lake, Michigan -0.467130759519596039 +46916 jgeology_html_1841003966 jgeology_html_1841003966:849:43168:43176 Virginia Denver -0.0284721166530200707 +46917 aapg_ah_555.html aapg_ah_555.html:205:18713:18723 Georgetown Austin, Chicago -0.484310536940914471 +46918 cspg_html_5891044027 cspg_html_5891044027:304:58615:58632 Creston Purcell Mountains 0.00853329250629670903 +46919 aapg_ae_803.html aapg_ae_803.html:309:38701:38718 Todos Santos Santa Rosa, California 0.012473794972838452 +46920 cspg_html_5541937700 cspg_html_5541937700:1095:120949:120966 Cardium Lacombe, Alberta 0.0217366323453636913 +46921 cspg_html_2882882278 cspg_html_2882882278:31:5509:5524 Banff Meramec River -0.411670641203673082 +46922 palaios_html_4932824604 palaios_html_4932824604:175:18627:18633 Casper Cheyenne, Wyoming -0.0345846315968630358 +46923 aapg_ah_659.html aapg_ah_659.html:21:3258:3273 Uinta Uinta Mountains -0.268975129211796948 +46924 gsa_html_6294136705 gsa_html_6294136705:64:4442:4470 Green River Colorado -0.0377274176775576064 +46925 aapg_ah_407.html aapg_ah_407.html:265:25829:25835 Tulare San Joaquin River -0.487863350170227417 +46926 aapg_aa_808.html aapg_aa_808.html:237:26505:26513 Columbia Victoria, British Columbia -0.440387442871438828 +46927 gsa_html_1636483297 gsa_html_1636483297:850:75028:75049 Green River Cheyenne, Wyoming -0.116560986304879127 +46928 cspg_html_4319383223 cspg_html_4319383223:655:68316:68342 Halfway Lacombe, Alberta -0.460091874413590562 +46929 cspg_html_6839937815 cspg_html_6839937815:119:16394:16411 Thaynes Montello, Nevada -0.466007095038280028 +46930 aapg_aa_645.html aapg_aa_645.html:115:15986:16004 Kootenai Colorado -0.426455537560242903 +46931 aapg_ai_787.html aapg_ai_787.html:437:45416:45421 Weeks Duval County, Texas -0.0481342981574959458 +46932 gsa_html_2321464653 gsa_html_2321464653:666:66050:66062 Beaver Creek Logan, Utah -0.0358774797167535214 +46933 aapg_aa_44.html aapg_aa_44.html:142:17055:17063 Colorado Chinle Formation -0.0699226679909632082 +46934 geology_html_1904038295 geology_html_1904038295:220:19632:19645 Potomac England -0.0117822633156925947 +46935 aapg_ae_367.html aapg_ae_367.html:113:12215:12222 Lagarto Oakville, California -0.44255997020698512 +46936 aapg_aa_696.html aapg_aa_696.html:707:76706:76712 Denver Colorado 0.0112801303919345813 +46937 gsa_html_6740985985 gsa_html_6740985985:624:53370:53398 Green River Iran -0.0288773204111550628 +46938 palaios_html_3105248303 palaios_html_3105248303:521:52347:52365 Fairview Ohio -0.471589148494391819 +46939 geology_html_2908722683 geology_html_2908722683:258:22218:22243 Navajo Logan, Utah -0.0116467387889204136 +46940 aapg_ac_71.html aapg_ac_71.html:295:34410:34426 Dunlap Tonopah, Arizona -0.459887424332023564 +46941 aapg_ae_59.html aapg_ae_59.html:429:39622:39630 Colorado Colorado -0.496308532687975368 +46942 aapg_aa_702.html aapg_aa_702.html:45:29534:29547 Madison Williston, Vermont -0.478447154667899333 +46943 cspg_html_3521815736 cspg_html_3521815736:327:45856:45878 Charlie Lake Western world -0.450743884934886652 +46944 cspg_html_9290046117 cspg_html_9290046117:767:93253:93271 Whitemud Lacombe, Alberta -0.437960495533138761 +46945 aapg_ai_326.html aapg_ai_326.html:245:30389:30406 Shriver Maryland -0.442575570278969321 +46946 gsa_html_8951179545 gsa_html_8951179545:432:52811:52823 Wilcox Sevier orogeny -0.502509328612984252 +46947 AMJC_html_5471526645 AMJC_html_5471526645:14:775:783 Virginia Reston, Virginia -0.447276508327869859 +46948 jgeology_html_4113948097 jgeology_html_4113948097:353:21847:21855 Wendover Reno, Nevada -0.0219799913092776147 +46949 aapg_ac_239.html aapg_ac_239.html:15:2342:2357 Word Delaware -0.440265166942118702 +46950 aapg_ad_719.html aapg_ad_719.html:196:23072:23082 Whitehorse Texas -0.440300736461396947 +46951 aapg_ad_379.html aapg_ad_379.html:256:21691:21698 Paradox Hermosa, Chicago 0.0212203749353179309 +46952 palaios_html_5067987549 palaios_html_5067987549:800:61209:61218 Sheffield Sheffield station -0.46687889797168336 +46953 sedimentology_html_9084768931 sedimentology_html_9084768931:726:33342:33348 Brazil Dominican Republic -0.0354198318919945049 +46954 aapg_ai_82.html aapg_ai_82.html:134:16148:16168 Greenbrier Huntington, West Virginia -0.442682549290708161 +46955 gsa_html_7213982022 gsa_html_7213982022:78:6538:6566 Green River Colorado 0.0158517710589337717 +46956 aapg_aa_23.html aapg_aa_23.html:169:17426:17439 Winnipeg Winnipeg -0.295762619196250742 +46957 gsa_html_4438819447 gsa_html_4438819447:639:63821:63840 Mattagami Moose River (Ontario) -0.0120150888456530078 +46958 AMJC_html_7085584544 AMJC_html_7085584544:107:15242:15261 Willwood Fort Union Trading Post National Historic Site -0.426510306242507076 +46959 aapg_ai_898.html aapg_ai_898.html:51:6112:6130 Colorado Lakewood, California -0.0292460145715184028 +46960 gsa_html_8840132442 gsa_html_8840132442:235:29366:29384 Belly River Milk River, Alberta -0.452923066065788305 +46961 aapg_ah_80.html aapg_ah_80.html:77:9211:9233 Arkose Ridge Matanuska-Susitna Valley -0.440387442871438828 +46962 aapg_ac_406.html aapg_ac_406.html:126:12223:12246 Cotton Valley Leon County, Florida -0.451812561628617604 +46963 aapg_ah_763.html aapg_ah_763.html:105:11749:11762 Reno Texas -0.50855469666885833 +46964 aapg_ac_251.html aapg_ac_251.html:75:10877:10897 Mansfield Illinois -0.0160255473539090525 +46965 gsa_html_8829596586 gsa_html_8829596586:64:5631:5659 Green River New Mexico -0.0140758476190941898 +46966 jgeology_html_8494933343 jgeology_html_8494933343:480:37881:37908 Imperial Colorado -0.438219985696652659 +46967 cspg_html_1004940981 cspg_html_1004940981:175:21487:21511 Eleanor River Ellesmere Island -0.241913064491468266 +46968 aapg_ad_812.html aapg_ad_812.html:53:6956:6963 Entrada Logan, Utah 0.295622478338895545 +46969 aapg_ah_96.html aapg_ah_96.html:58:7161:7186 Lower Red River Winnipeg -0.410777836329927315 +46970 cspg_html_1372398575 cspg_html_1372398575:24:3969:3987 Paskapoo Edmonton, London -0.441637804770763531 +46971 sedimentology_html_9079273526 sedimentology_html_9079273526:977:81240:81246 Denver Colorado -0.0217661828939377244 +46972 sedimentology_html_4121001591 sedimentology_html_4121001591:612:40031:40035 Hall London, Ontario -0.0408537810405160198 +46973 aapg_aa_426.html aapg_aa_426.html:221:49511:49520 Demopolis Selma to Montgomery marches -0.466842269540434285 +46974 sedimentology_html_9354643568 sedimentology_html_9354643568:1468:88962:88986 Wilcox Texas -0.44844429668252761 +46975 gsa_html_2561127673 gsa_html_2561127673:704:66930:66948 Monterey California 0.965949268972575159 +46976 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56429:56445 Supai Supai, Arizona -0.424249874232666135 +46977 cspg_html_2462522466 cspg_html_2462522466:460:56999:57029 Swift Lacombe, Alberta -0.433376961451207021 +46978 geology_html_6270845386 geology_html_6270845386:53:5868:5876 Scotland Earth -0.464419004431934179 +46979 cspg_html_6383234409 cspg_html_6383234409:593:62189:62209 Bird Fiord Bathurst Island (Northern Territory) 0.830844835449701002 +46980 gsa_html_4695276845 gsa_html_4695276845:133:16037:16058 Wood Canyon California -0.446011775932438015 +46981 aapg_ai_385.html aapg_ai_385.html:146:14185:14208 Seven Rivers Carlsbad, New Mexico -0.449575401198261781 +46982 aapg_af_575.html aapg_af_575.html:1023:149121:149141 Salt Plain Cedar Hill, Texas 0.00238862567180727833 +46983 aapg_af_653.html aapg_af_653.html:2433:215148:215154 Cierbo Monterey, California 0.0298808193709371693 +46984 cspg_html_8556552074 cspg_html_8556552074:17:1495:1511 Meadow Lake Regina, Saskatchewan -0.47495364399168194 +46985 cspg_html_1037979402 cspg_html_1037979402:314:33070:33101 Clinton Norfolk, Virginia -0.0572986636037091379 +46986 aapg_aa_598.html aapg_aa_598.html:433:39726:39741 Jelm Cheyenne, Wyoming -0.449541717141150321 +46987 aapg_aa_289.html aapg_aa_289.html:471:49600:49616 Eureka Quartzite Great Basin -0.433387995206966137 +46988 cspg_html_6038396142 cspg_html_6038396142:9:844:852 Winnipeg Regina, Saskatchewan -0.428791476930725279 +46989 geology_html_6476658393 geology_html_6476658393:317:24865:24882 Potsdam Canada -0.485603101959931283 +46990 aapg_ai_153.html aapg_ai_153.html:586:79912:79933 Pottsville Arkansas -0.440467486742992853 +46991 geology_html_7747769822 geology_html_7747769822:273:22824:22834 Washington Salem, Oregon -0.052523223879062067 +46992 aapg_ah_647.html aapg_ah_647.html:751:83087:83103 Concha Kaibab, Arizona -0.437098264428985472 +46993 cspg_html_9354781888 cspg_html_9354781888:83:15569:15586 Spray Lacombe, Alberta -0.407102986074704409 +46994 aapg_ac_924.html aapg_ac_924.html:146:12878:12902 Mission Canyon Cheyenne, Wyoming -0.00957223787916249708 +46995 aapg_aa_381.html aapg_aa_381.html:50:7034:7055 Santa Margarita Monterey, California -0.0135788887974534252 +46996 aapg_ac_719.html aapg_ac_719.html:40:4097:4109 Pierre Trinidad and Tobago -0.0300095233904997608 +46997 aapg_ac_805.html aapg_ac_805.html:381:48111:48117 Vernon Bourbon County, Kansas -0.451875596518584666 +46998 sedimentology_html_3241560531 sedimentology_html_3241560531:1487:77088:77108 San Andres New Mexico -0.452896019392303839 +46999 gsa_html_9353787239 gsa_html_9353787239:1211:101554:101561 Laramie Arizona -0.466920106770381871 +47000 aapg_ae_961.html aapg_ae_961.html:70:5698:5705 Grafton Glenfield, New Zealand -0.480904968568341529 +47001 aapg_ae_960.html aapg_ae_960.html:5:785:794 Lodgepole Woodhurst -0.00404765387058536857 +47002 sedimentology_html_3551451315 sedimentology_html_3551451315:924:30077:30088 Montpellier Cameroon -0.0473502039075794148 +47003 aapg_ah_973.html aapg_ah_973.html:23:3514:3531 Mount Laurel Matawan, New Jersey -0.515885631184686444 +47004 sedimentology_html_6214596908 sedimentology_html_6214596908:1646:120980:120984 Hall London, Ontario -0.441134787563673747 +47005 palaios_html_4936782265 palaios_html_4936782265:570:59828:59859 Kope Cincinnati -0.0331684163736417556 +47006 cspg_html_7688587411 cspg_html_7688587411:180:17869:17916 Belle Fourche Lacombe, Alberta -0.46132865731218986 +47007 aapg_ah_489.html aapg_ah_489.html:220:18664:18671 Genesee Sherburne County, Minnesota -0.505991286185948796 +47008 aapg_ae_904.html aapg_ae_904.html:258:27100:27108 Deadwood Black Hills -0.584340683361790014 +47009 geology_html_3964689611 geology_html_3964689611:340:23132:23138 Oxford Pergamon Museum -0.0344245588872295546 +47010 cspg_html_4348111624 cspg_html_4348111624:270:38667:38678 Meadow Lake Regina, Saskatchewan -0.485954043848796258 +47011 sedimentology_html_4109585061 sedimentology_html_4109585061:62:6658:6681 Weber Logan, Utah -0.457736710679965686 +47012 gsa_html_6281658899 gsa_html_6281658899:580:67837:67858 Green River Cheyenne, Wyoming -0.455184317280275863 +47013 aapg_ac_719.html aapg_ac_719.html:113:11812:11835 Poison Canyon New Mexico -0.0673425492048920077 +47014 aapg_ae_822.html aapg_ae_822.html:310:29076:29117 Onondaga Waynesburg, Pennsylvania -0.0193206044123134212 +47015 aapg_ad_743.html aapg_ad_743.html:437:47960:47970 Rio Grande Texas -0.511598880603980288 +47016 aapg_af_854.html aapg_af_854.html:1121:158510:158531 Tar Springs Cloverport, Kentucky -0.470567831774721834 +47017 aapg_ai_28.html aapg_ai_28.html:774:73294:73300 Lissie Beaumont, Texas -0.00527934873270450959 +47018 aapg_ac_4.html aapg_ac_4.html:132:12686:12703 Kuparuk Prudhoe Bay Oil Field -0.00993014164144906397 +47019 aapg_ae_803.html aapg_ae_803.html:768:96559:96574 Coban Santa Rosa, California -0.432223543643836305 +47020 aapg_ah_48.html aapg_ah_48.html:89:11856:11862 Lakota Fall River, Nova Scotia -0.364211145330586017 +47021 sedimentology_html_2161298540 sedimentology_html_2161298540:1245:102493:102497 Hall London, Ontario -0.467980749597819323 +47022 cspg_html_7963093032 cspg_html_7963093032:391:39261:39271 Mill Creek Bow Island Airport -0.462148059021696089 +47023 geology_html_1095613658 geology_html_1095613658:15:820:825 Salem India -0.0120637391733475121 +47024 geology_html_3955381777 geology_html_3955381777:149:13445:13463 Tindir Anchorage, Alaska -0.528646834642926389 +47025 cspg_html_7271054047 cspg_html_7271054047:17:1852:1870 Wabamun Lacombe, Alberta -0.436810292517708865 +47026 cspg_html_5954266359 cspg_html_5954266359:346:45658:45666 Montreal Quebec City 0.00608022205823671724 +47027 cspg_html_4943597281 cspg_html_4943597281:5:193:216 Viking Lacombe, Alberta -0.00305744578029933057 +47028 cspg_html_3041902517 cspg_html_3041902517:88:14423:14442 Degerbols Ellesmere Island -0.219537751102943074 +47029 aapg_ad_580.html aapg_ad_580.html:409:49648:49668 Fort Union Cheyenne, Wyoming -0.00527934873270450959 +47030 aapg_ae_908.html aapg_ae_908.html:63:6617:6624 Rustler Salado, Texas 0.000211935711374605716 +47031 aapg_ah_198.html aapg_ah_198.html:531:68047:68065 Monterey California -0.399601853769955162 +47032 cspg_html_8298261690 cspg_html_8298261690:661:66681:66703 Tidal Calgary -0.0716224404552154859 +47033 aapg_ac_867.html aapg_ac_867.html:370:52578:52595 Hermosa Logan, Utah -0.0551215722984807754 +47034 aapg_ae_610.html aapg_ae_610.html:353:27864:27872 Colorado Denver -0.0378335861423178335 +47035 geology_html_7856749045 geology_html_7856749045:13:531:541 Washington Washington (state) -0.0282234355137958928 +47036 aapg_ae_296.html aapg_ae_296.html:338:32032:32045 Brushy Canyon Ector, Texas -0.431714547785669089 +47037 aapg_ad_399.html aapg_ad_399.html:143:12260:12265 Atoka Cleveland -0.439942880245828727 +47038 cspg_html_9222238695 cspg_html_9222238695:274:36651:36667 Fernie Lacombe, Alberta -0.396872900733028944 +47039 geology_html_6859574629 geology_html_6859574629:43:5408:5416 Scotland Faroe Islands -0.0242746935922993796 +47040 aapg_aa_752.html aapg_aa_752.html:300:37009:37027 Grayburg New Mexico -0.430224392211940587 +47041 aapg_ai_688.html aapg_ai_688.html:54:7969:7987 Bloomsburg Maryland -0.450649451770273157 +47042 aapg_aa_357.html aapg_aa_357.html:18:1668:1684 Navajo Carmel, Indiana -0.448691045323912019 +47043 gsa_html_8821895687 gsa_html_8821895687:590:50135:50138 Uva North Carolina -0.444871652179790411 +47044 aapg_ad_236.html aapg_ad_236.html:614:62013:62017 Wendover Mexico -0.478307979059971577 +47045 aapg_ae_998.html aapg_ae_998.html:100:12406:12419 Evanston Absaroka -0.457691392417615917 +47046 aapg_af_575.html aapg_af_575.html:747:104340:104357 Savanna Wewoka, Oklahoma -0.427650208489599781 +47047 aapg_ad_692.html aapg_ad_692.html:104:12902:12911 Uniontown Bloomington, Indiana -0.0307539456314618806 +47048 aapg_ah_435.html aapg_ah_435.html:523:61553:61571 Tamasopo Buda, Texas -0.399341839114352892 +47049 aapg_af_167.html aapg_af_167.html:159:19127:19141 Graneros Niobrara, Nebraska -0.471589148494391819 +47050 aapg_ae_90.html aapg_ae_90.html:35:3760:3780 Milk River Cheyenne, Wyoming -0.0301277931102772942 +47051 cspg_html_3521815736 cspg_html_3521815736:404:57880:57887 Halfway Grayling, Michigan -0.00946799468152085232 +47052 cspg_html_3772380029 cspg_html_3772380029:1136:137539:137551 Attawapiskat Ontario, California -0.151058392400897606 +47053 aapg_ac_191.html aapg_ac_191.html:306:45471:45478 Tamabra Matamoros, Tamaulipas -0.49285239645366713 +47054 AMJC_html_5969956211 AMJC_html_5969956211:269:39859:39864 Moyie Whitefish (fisheries term) -0.0204677435827045166 +47055 cspg_html_9185158332 cspg_html_9185158332:31:6481:6489 Columbia Victoria, British Columbia 0.00423874779133452326 +47056 geology_html_8401842534 geology_html_8401842534:13:710:719 Englewood Colorado -0.563718892855249121 +47057 aapg_ac_527.html aapg_ac_527.html:228:26320:26332 Saskatchewan Lacombe, Alberta -0.0473711120814198014 +47058 aapg_ad_364.html aapg_ad_364.html:3:183:201 Whitemud Canada -0.449440672427322663 +47059 aapg_af_808.html aapg_af_808.html:343:46215:46223 Scotland Barbados -0.49463779564980348 +47060 aapg_ah_385.html aapg_ah_385.html:347:42524:42540 Forbes Central Valley (California) -0.482150482079643117 +47061 aapg_ae_694.html aapg_ae_694.html:219:25338:25346 Woodbine East Texas 0.0183508031154239679 +47062 gsa_html_1562614865 gsa_html_1562614865:11:487:494 El Paso El Paso, Texas -0.443692774120845845 +47063 cspg_html_6116883777 cspg_html_6116883777:918:124911:124933 Barlow Inlet Little Cornwallis Island -0.0176747502050832173 +47064 cspg_html_6108854431 cspg_html_6108854431:52:7632:7654 Hillsborough New Brunswick, New Jersey -0.484086347872667577 +47065 geology_html_6476160232 geology_html_6476160232:208:22088:22091 Rye Rotterdam -0.0514074456528080606 +47066 aapg_ad_401.html aapg_ad_401.html:137:10303:10323 Fort Union Burke County, Georgia -0.0298634270365841781 +47067 aapg_ad_168.html aapg_ad_168.html:315:34634:34654 La Vieille Logan, Utah -0.457691392417615917 +47068 cspg_html_1173833070 cspg_html_1173833070:111:12876:12884 Paskapoo Lacombe, Alberta 0.0389875890709778586 +47069 palaios_html_2847312584 palaios_html_2847312584:276:36328:36342 Kope Waynesville, North Carolina -0.458822766590828601 +47070 gsa_html_4719798013 gsa_html_4719798013:341:34250:34285 Blackwater Draw Pecos River -0.0273835184878958443 +47071 gsa_html_5081991493 gsa_html_5081991493:1157:90257:90262 Rapid Altiplano -0.0498979272948652103 +47072 cspg_html_9825544190 cspg_html_9825544190:88:10027:10044 Williston Lacombe, Alberta -0.00903017619467242315 +47073 jgeology_html_5435533156 jgeology_html_5435533156:453:31216:31238 Schenectady Frankfort, Illinois -0.465568086328610908 +47074 aapg_aa_233.html aapg_aa_233.html:175:17858:17864 Otates Matamoros, Tamaulipas 1.06430988610350186 +47075 gsa_html_8413945677 gsa_html_8413945677:29:2796:2824 Green River Colorado -0.0272061513057389563 +47076 aapg_aa_998.html aapg_aa_998.html:464:41431:41440 Red River Texas -0.43051255536455113 +47077 aapg_ac_246.html aapg_ac_246.html:996:93707:93718 Skull Creek Black Hills -0.686113166922188933 +47078 aapg_ac_930.html aapg_ac_930.html:84:11700:11706 Denver Colorado -0.441553207562292771 +47079 aapg_ad_466.html aapg_ad_466.html:1402:149254:149262 Monmouth Monmouth -0.00436382766958571481 +47080 gsa_html_6433065427 gsa_html_6433065427:9:302:335 Colorado Colorado -0.51245830110465973 +47081 aapg_ae_713.html aapg_ae_713.html:174:17667:17672 Husky Karachi -0.0334258967197983703 +47082 aapg_af_701.html aapg_af_701.html:123:13605:13615 Washington Venango, Pennsylvania -0.0566548826845970285 +47083 gsa_html_8335323050 gsa_html_8335323050:606:55301:55310 Caledonia Fredericton (electoral district) 0.359099536716550205 +47084 aapg_ah_559.html aapg_ah_559.html:40:4172:4189 Wingate Peru, Indiana -0.447168994241326834 +47085 aapg_ac_881.html aapg_ac_881.html:85:9347:9369 Dakota Black Hills 0.688336833559387684 +47086 aapg_ad_758.html aapg_ad_758.html:102:13822:13826 Muav Grand Canyon -0.464256927711512946 +47087 cspg_html_4326384800 cspg_html_4326384800:977:142677:142686 Waterways Victoria, British Columbia -0.014028931537317782 +47088 aapg_ad_565.html aapg_ad_565.html:28:4498:4511 Barnett Montgomery (town), New York 0.563461179304467041 +47089 aapg_ad_652.html aapg_ad_652.html:375:45861:45867 Oregon Salem, Oregon -0.455188836413653375 +47090 cspg_html_9872589627 cspg_html_9872589627:196:24250:24280 Doig Lacombe, Alberta -0.456344217050148659 +47091 aapg_ae_454.html aapg_ae_454.html:236:19415:19423 Columbia Chicot County, Arkansas -0.0259316078616598014 +47092 gsa_html_5625878232 gsa_html_5625878232:284:39683:39702 Gabriola Hornby Island -0.478349729395822987 +47093 aapg_ah_157.html aapg_ah_157.html:211:29744:29750 Galena Illinois -0.0589546399737923554 +47094 cspg_html_5308103526 cspg_html_5308103526:402:38934:38955 Slave Point Lacombe, Alberta -0.42193152612717999 +47095 aapg_ac_781.html aapg_ac_781.html:38:5093:5097 Wise Cleburne, Texas -0.460944252925189812 +47096 gsa_html_3942314627 gsa_html_3942314627:61:4314:4342 Green River Colorado 0.0174766308235116512 +47097 sedimentology_html_1046729113 sedimentology_html_1046729113:265:26899:26916 Wapiabi Lacombe, Alberta -0.452977161832460395 +47098 aapg_aa_702.html aapg_aa_702.html:489:93722:93734 Saskatchewan Cleveland -0.0501471685682714427 +47099 jgeology_html_8355852976 jgeology_html_8355852976:177:11819:11825 Pueblo Colorado -0.468015132988553406 +47100 aapg_ae_59.html aapg_ae_59.html:55:6829:6837 Colorado Cheyenne, Wyoming -0.0699576373044528826 +47101 aapg_ae_876.html aapg_ae_876.html:703:74887:74901 Graneros Colorado -0.462097962880594848 +47102 cspg_html_4286634979 cspg_html_4286634979:336:38146:38168 Swift Williston Basin 0.000753935409928500173 +47103 gsa_html_2168907540 gsa_html_2168907540:987:93213:93223 Washington Cle Elum, Washington -0.0120741642534044936 +47104 gsa_html_2973272646 gsa_html_2973272646:150:18089:18099 Cove Creek Mount Sterling, Illinois -0.4784100389871494 +47105 sedimentology_html_3006596207 sedimentology_html_3006596207:16:1099:1109 Long Point Lake Erie -0.442682549290708161 +47106 gsa_html_9888767960 gsa_html_9888767960:590:61615:61621 Moscow Russia -0.48422645917649243 +47107 cspg_html_7434089303 cspg_html_7434089303:216:26999:27013 Thumb Mountain Ellesmere Island -0.226859092432318332 +47108 sedimentology_html_3941612453 sedimentology_html_3941612453:1002:80348:80366 Quinault Washington (state) -0.493411698974303814 +47109 sedimentology_html_2208426700 sedimentology_html_2208426700:1322:70825:70840 Elk Regina, Saskatchewan -0.491237921935693156 +47110 aapg_ah_633.html aapg_ah_633.html:192:28027:28044 Anahuac Melbourne, Florida -0.232719504843089758 +47111 aapg_ah_962.html aapg_ah_962.html:150:16447:16452 Utica Black River, Jamaica 0.0310392034454004609 +47112 aapg_aa_415.html aapg_aa_415.html:248:34084:34094 Brownstown Arkansas 0.045189983617888882 +47113 gsa_html_9233283294 gsa_html_9233283294:790:78519:78524 Yukon Stewart River -0.0383278935926523318 +47114 cspg_html_2356845260 cspg_html_2356845260:114:14863:14895 Tantalus Western world 0.00650411572503579484 +47115 aapg_aa_146.html aapg_aa_146.html:747:44698:44717 Fox Hills Newcastle, New South Wales -0.472210801391301227 +47116 cspg_html_7777724998 cspg_html_7777724998:901:82272:82306 Kootenay Lacombe, Alberta -0.02166536358211529 +47117 aapg_ac_93.html aapg_ac_93.html:312:31328:31342 Stony Mountain Nassau, Bahamas -0.475797375672673772 +47118 gsa_html_5664265459 gsa_html_5664265459:57:7040:7044 Vale Salem, Oregon -0.0154103849420370986 +47119 cspg_html_1644457308 cspg_html_1644457308:14:1712:1731 Grayling Pine River (Michigan) -0.0270287863917096187 +47120 aapg_ah_276.html aapg_ah_276.html:198:19139:19157 Monterey Rancho Santa Margarita, California -0.432421928049857018 +47121 aapg_ah_27.html aapg_ah_27.html:362:56151:56173 Barnett Fort Worth, Texas -0.397111018900198509 +47122 palaios_html_7805951959 palaios_html_7805951959:265:25371:25395 Cantwell Denali National Park and Preserve -0.480602591853576067 +47123 aapg_ae_176.html aapg_ae_176.html:210:25627:25639 Grand Rapids Clearwater, Florida -0.480191064487370922 +47124 aapg_ai_1.html aapg_ai_1.html:412:38022:38037 Rico Hermosa, Chicago -0.0828251423167676581 +47125 aapg_aa_960.html aapg_aa_960.html:465:36157:36172 Stump Boise, Idaho -0.487607747652621382 +47126 aapg_ah_871.html aapg_ah_871.html:470:51284:51291 Pamelia Montreal -0.222545613671150999 +47127 aapg_ah_647.html aapg_ah_647.html:811:87758:87772 Earp Supai, Arizona -0.476385003272562391 +47128 aapg_ai_587.html aapg_ai_587.html:40:4991:5009 Sycamore Ardmore, Pennsylvania -0.185609023993386857 +47129 cspg_html_3926542795 cspg_html_3926542795:1153:122121:122129 Columbia Victoria, British Columbia -0.451956647802202349 +47130 geology_html_4190153627 geology_html_4190153627:14:716:725 Rochester Rochester, Kent -0.454023648431036098 +47131 geology_html_5916360588 geology_html_5916360588:191:19754:19770 Animas New Mexico 0.396715603280148987 +47132 gsa_html_1904554207 gsa_html_1904554207:1066:108409:108437 Green River Colorado -0.0373723706496873684 +47133 aapg_af_886.html aapg_af_886.html:161:6789:6793 Frio Texas 0.692899781716386332 +47134 aapg_ai_344.html aapg_ai_344.html:90:8853:8875 Sevy Dolomite Logan, Utah -0.237844737726069844 +47135 aapg_ah_547.html aapg_ah_547.html:105:12970:12988 Cantuar Canada -0.0460783921822131154 +47136 sedimentology_html_6952142412 sedimentology_html_6952142412:1610:105792:105811 Cloverly Cheyenne, Wyoming 0.0138099909002030001 +47137 aapg_ad_683.html aapg_ad_683.html:226:25664:25680 Kaibab Supai, Arizona -0.0277904283209578391 +47138 cspg_html_9942234474 cspg_html_9942234474:6:379:412 Grosmont Lacombe, Alberta -0.471349814541787038 +47139 gsa_html_1024107776 gsa_html_1024107776:909:90655:90666 Mauch Chunk Pottsville, Pennsylvania -0.464409872562970838 +47140 aapg_ah_644.html aapg_ah_644.html:120:13907:13926 Spearfish Black Hills 0.70095131441240921 +47141 aapg_ah_763.html aapg_ah_763.html:471:35556:35572 San Andres New Mexico -0.452172819913734925 +47142 cspg_html_9214997177 cspg_html_9214997177:24:2954:2974 Dawson Bay Regina, Saskatchewan -0.00746310002878541098 +47143 aapg_ai_523.html aapg_ai_523.html:34:4135:4142 Entrada Chinle Formation -0.455536877615232372 +47144 aapg_aa_358.html aapg_aa_358.html:7:1174:1180 Denver Colorado -0.0541518744999871654 +47145 AMJC_html_4504848787 AMJC_html_4504848787:61:8597:8619 Mechum River Virginia -0.528646834642926389 +47146 aapg_ac_930.html aapg_ac_930.html:149:22464:22474 Washington Washington (state) -0.450932780647085085 +47147 gsa_html_5773604426 gsa_html_5773604426:487:42157:42169 Wilcox Middle East -0.467194881190696076 +47148 gsa_html_7464626519 gsa_html_7464626519:1118:99293:99310 Uncompahgre Colorado -0.51791589182937825 +47149 aapg_ae_143.html aapg_ae_143.html:131:15093:15100 Gilwood Bantry Bay -0.450586501765938174 +47150 AMJC_html_8128063878 AMJC_html_8128063878:641:81099:81107 Columbia Victoria, British Columbia -0.02166536358211529 +47151 cspg_html_8917306391 cspg_html_8917306391:38:5718:5726 Columbia Victoria, British Columbia -0.0242746935922993796 +47152 AMJC_html_1873062106 AMJC_html_1873062106:253:35924:35938 Cedar Mountain Colorado -0.457582637906406409 +47153 aapg_ae_305.html aapg_ae_305.html:85:11909:11915 Perija Lake Maracaibo 0.269769557166215035 +47154 aapg_aa_399.html aapg_aa_399.html:399:32311:32319 Paskapoo Edmonton, London -0.439223139625051329 +47155 cspg_html_5141367518 cspg_html_5141367518:151:22995:23012 Wapiabi Lacombe, Alberta -0.0594310954775296302 +47156 cspg_html_8891363498 cspg_html_8891363498:290:26978:26999 Blackstone Anchorage, Alaska -0.0255351835335731921 +47157 aapg_ae_153.html aapg_ae_153.html:869:110236:110246 Wolf Creek Elkhorn, Manitoba -0.0187314184669610528 +47158 cspg_html_3068776384 cspg_html_3068776384:481:56182:56199 Cardium Lacombe, Alberta 0.0392974351321529539 +47159 cspg_html_1662483356 cspg_html_1662483356:478:48335:48343 Columbia Victoria, British Columbia -0.435668138774596203 +47160 aapg_af_751.html aapg_af_751.html:99:14283:14293 Nacimiento San Gabriel Valley 0.00851244436400225117 +47161 aapg_ae_794.html aapg_ae_794.html:686:78686:78702 Ripley Mississippi River -0.446186272521599148 +47162 cspg_html_2625728726 cspg_html_2625728726:26:4471:4490 Keg River Earth -0.154896053587876809 +47163 cspg_html_8083337877 cspg_html_8083337877:188:19617:19634 Cardium Lacombe, Alberta -0.00590649599379846572 +47164 gsa_html_6413722646 gsa_html_6413722646:1008:79978:80006 Green River Colorado -0.0283712524140075813 +47165 cspg_html_1450375831 cspg_html_1450375831:20:2667:2687 Cathedral Lacombe, Alberta -0.442548827459522287 +47166 gsa_html_5894524520 gsa_html_5894524520:360:50854:50864 Washington Seattle -0.433685955512457477 +47167 cspg_html_3665101783 cspg_html_3665101783:169:17619:17626 Windsor Ontario, California -0.471639785200352879 +47168 palaios_html_4314553126 palaios_html_4314553126:465:40179:40187 Colorado Rocky Mountains -0.0288373212008630718 +47169 aapg_ac_536.html aapg_ac_536.html:672:68437:68461 Mission Canyon Regina, Saskatchewan -0.404375022345917656 +47170 cspg_html_6306091047 cspg_html_6306091047:162:23957:23976 Pardonet Victoria, British Columbia -0.42773794978433255 +47171 palaios_html_3561205174 palaios_html_3561205174:76:7822:7829 Potsdam Thousand Islands (Indonesia) -0.451767539383647998 +47172 aapg_ae_576.html aapg_ae_576.html:193:17420:17443 Offley Island Greenland -0.489955605215405154 +47173 jgeology_html_4937261141 jgeology_html_4937261141:89:3428:3438 Washington Washington (state) -0.440467486742992853 +47174 aapg_af_736.html aapg_af_736.html:204:22008:22029 Green River Cheyenne, Wyoming -0.500900028677199516 +47175 cspg_html_9768299963 cspg_html_9768299963:242:28019:28035 Battle Lacombe, Alberta -0.468198533701609299 +47176 gsa_html_4667678389 gsa_html_4667678389:524:47032:47046 Monk Cordillera Administrative Region -0.00035264713868171768 +47177 jgeology_html_9867650961 jgeology_html_9867650961:336:24389:24411 Prince Creek Anchorage, Alaska -0.0376282120976162635 +47178 aapg_ad_760.html aapg_ad_760.html:44:6119:6126 Topanga Royal Botanic Gardens, Kew 0.00103883289603381806 +47179 geology_html_4393438384 geology_html_4393438384:87:10610:10625 Lynchburg Martinsville, Indiana -0.0433821006587485347 +47180 jgeology_html_5194715269 jgeology_html_5194715269:98:3603:3611 Colorado Denver -0.463478914486847693 +47181 cspg_html_7271054047 cspg_html_7271054047:14:1513:1533 Big Valley Lacombe, Alberta -0.0422292934029165484 +47182 aapg_af_908.html aapg_af_908.html:29:3422:3443 Holdenville Nowata, Oklahoma -0.0268931559198013828 +47183 aapg_ad_880.html aapg_ad_880.html:217:22629:22637 Sundance Spearfish, South Dakota -0.0555576320764074247 +47184 AMJC_html_4299960498 AMJC_html_4299960498:592:77347:77374 Columbia Washington (state) -0.0509402640663400852 +47185 aapg_ae_419.html aapg_ae_419.html:548:62420:62432 Metapan Tegucigalpa -0.590593205949636602 +47186 cspg_html_3124360347 cspg_html_3124360347:57:11146:11167 Fort Cassin Bennington, Vermont -0.0166302989496245716 +47187 aapg_ae_633.html aapg_ae_633.html:94:8247:8255 Onondaga Ohio -0.487659330983205019 +47188 aapg_ai_296.html aapg_ai_296.html:375:36701:36712 Black River Chattanooga, Tennessee -0.505502548403087726 +47189 gsa_html_2139035730 gsa_html_2139035730:311:21734:21746 Medicine Hat Saskatchewan River -0.448350101124535771 +47190 cspg_html_9228109535 cspg_html_9228109535:10:1282:1289 Maligne Rocky Mountains -0.451740527107044376 +47191 aapg_af_68.html aapg_af_68.html:164:18398:18408 Washington Tulsa, Oklahoma -0.446231020576565107 +47192 aapg_ah_973.html aapg_ah_973.html:176:14748:14764 Ripley Knoxville, Tennessee -0.0218304989680059187 +47193 cspg_html_2749851978 cspg_html_2749851978:35:7428:7445 Cardium Lacombe, Alberta -0.458031335089754243 +47194 aapg_ac_191.html aapg_ac_191.html:40:8311:8328 El Abra Matamoros, Tamaulipas -0.0369512035856853355 +47195 aapg_ad_564.html aapg_ad_564.html:5072:408103:408109 Navajo Kayenta, Arizona -0.0213629091377398328 +47196 aapg_ac_245.html aapg_ac_245.html:318:42326:42341 Oread Shawnee, Oklahoma -0.428791476930725279 +47197 cspg_html_9872589627 cspg_html_9872589627:132:20008:20025 Halfway Victoria, British Columbia -0.485729424463417547 +47198 aapg_ad_785.html aapg_ad_785.html:289:29243:29251 Fountain Colorado Springs, Colorado -0.0458763143871966511 +47199 palaios_html_3022467877 palaios_html_3022467877:115:13440:13461 Hornerstown Navesink River -0.434673209477638822 +47200 gsa_html_6330913937 gsa_html_6330913937:906:82223:82232 San Diego Anza-Borrego Desert State Park 0.0137839266560680976 +47201 sedimentology_html_8652763963 sedimentology_html_8652763963:998:44755:44764 Gibraltar Atlantic Ocean -0.464450966712688929 +47202 aapg_ai_170.html aapg_ai_170.html:122:13828:13836 Frontier Cheyenne, Wyoming -0.00409977035478876605 +47203 gsa_html_2794002141 gsa_html_2794002141:597:35528:35534 Sierra Cordillera Oriental (Colombia) -0.436898889813044922 +47204 aapg_ac_190.html aapg_ac_190.html:90:16799:16820 Skaneateles Skaneateles (village), New York -0.441593278961416758 +47205 palaios_html_6441274261 palaios_html_6441274261:689:47709:47736 Purisima California -0.479475427251918496 +47206 aapg_ai_477.html aapg_ai_477.html:3:324:342 Dunvegan Canada 0.0151584161352478451 +47207 gsa_html_3679385115 gsa_html_3679385115:66:5508:5536 Green River Colorado 0.0423598909123975992 +47208 geology_html_6663105863 geology_html_6663105863:49:4931:4937 Sierra California -0.455188836413653375 +47209 cspg_html_1611261412 cspg_html_1611261412:487:63580:63588 Columbia Victoria, British Columbia -0.437951625350357587 +47210 sedimentology_html_5801163920 sedimentology_html_5801163920:1243:95751:95775 Cherry Canyon Texas -0.487607747652621382 +47211 gsa_html_1817109082 gsa_html_1817109082:495:43197:43202 Eagle Santiago -0.492380698787899029 +47212 cspg_html_5541937700 cspg_html_5541937700:170:24632:24649 Bluesky Lacombe, Alberta -0.0800246627361860391 +47213 aapg_ae_190.html aapg_ae_190.html:100:9843:9863 Keokuk Missouri River 0.323499154066382799 +47214 cspg_html_4845813500 cspg_html_4845813500:330:33971:33998 Albert New Brunswick, New Jersey -0.476130470160059438 +47215 cspg_html_4550597410 cspg_html_4550597410:502:64689:64699 Table Head Canada -0.00280034052174977849 +47216 gsa_html_3818307499 gsa_html_3818307499:657:62935:62963 Green River Iran -0.0060576376426468119 +47217 AMJC_html_6539706032 AMJC_html_6539706032:292:28181:28206 Narragansett Pier Granite Plainfield, Illinois -0.455211432419709627 +47218 aapg_ad_110.html aapg_ad_110.html:671:72276:72284 Tensleep Darwin, Northern Territory -0.493659609592116133 +47219 cspg_html_1159165904 cspg_html_1159165904:21:2966:2984 Gateway Crowsnest Pass, Alberta -0.434518537443352337 +47220 aapg_ac_789.html aapg_ac_789.html:172:34446:34454 Colorado Denver -0.04576482531518513 +47221 aapg_af_139.html aapg_af_139.html:90:11751:11764 John Day North Fork John Day River -0.063513001885771872 +47222 aapg_ai_962.html aapg_ai_962.html:164:11230:11234 Word National Museum of the United States Air Force -0.0125641469917892202 +47223 cspg_html_6038396142 cspg_html_6038396142:13:1475:1507 Winnipeg Winnipeg -0.43797158338019293 +47224 aapg_aa_44.html aapg_aa_44.html:9:1199:1217 Moenkopi Logan, Utah 1.430825420258939 +47225 aapg_af_14.html aapg_af_14.html:467:41334:41349 Lance Fort Union Trading Post National Historic Site -0.440280728439214952 +47226 gsa_html_9417870342 gsa_html_9417870342:1079:78295:78304 San Diego California 0.0382426063901433327 +47227 aapg_ah_199.html aapg_ah_199.html:202:24213:24218 Atoka Atoka, Oklahoma -0.422356792753443622 +47228 aapg_ae_658.html aapg_ae_658.html:64:7509:7517 Colorado Salt Lake City -0.485954043848796258 +47229 aapg_ad_154.html aapg_ad_154.html:241:31292:31308 Reedsville Southampton Township, Bedford County, Pennsylvania -0.0370660655999496616 +47230 aapg_ac_380.html aapg_ac_380.html:247:32103:32115 Salina Lockport (city), New York 0.0346229102009748962 +47231 cspg_html_4293350162 cspg_html_4293350162:958:97485:97490 Banff Calgary -0.0143781976835972679 +47232 aapg_ae_147.html aapg_ae_147.html:368:39678:39684 Modelo South Mountains (Arizona) -0.472639307901536299 +47233 cspg_html_7912545589 cspg_html_7912545589:126:17279:17297 Cold Lake Clearwater, Florida -0.0288564512426946543 +47234 aapg_ae_168.html aapg_ae_168.html:428:46484:46505 Bird Spring Reno, Nevada 0.0320480961649913729 +47235 cspg_html_5973552270 cspg_html_5973552270:80:11563:11591 Waterways Swan Hill, Victoria -0.480777027030782511 +47236 aapg_ad_258.html aapg_ad_258.html:340:38982:38994 Pocono Gilmer County, Georgia -0.421938067268467054 +47237 gsa_html_5773604426 gsa_html_5773604426:918:74613:74632 Smackover Arkansas -0.021541947632611351 +47238 cspg_html_2901354144 cspg_html_2901354144:110:11138:11148 Kananaskis Regina, Saskatchewan -0.441437455474761709 +47239 aapg_ac_330.html aapg_ac_330.html:43:4615:4621 Sonyea Ithaca, New York -0.137249320723045631 +47240 gsa_html_7173708345 gsa_html_7173708345:908:73881:73908 Forest Anchorage, Alaska -0.0363020833297297701 +47241 geology_html_2755017276 geology_html_2755017276:201:25709:25720 Lea Park Canada -0.474009171210690694 +47242 aapg_aa_357.html aapg_aa_357.html:270:24808:24815 Hermosa Hermosa, Chicago -0.440280728439214952 +47243 aapg_ad_760.html aapg_ad_760.html:41:5593:5609 Modelo Royal Botanic Gardens, Kew -0.443701699352459789 +47244 aapg_ac_689.html aapg_ac_689.html:149:16211:16219 Colorado Nebraska -0.0583176759976086131 +47245 aapg_ai_997.html aapg_ai_997.html:790:68450:68456 Guinda Putah Creek 0.7475368883234631 +47246 cspg_html_9508543859 cspg_html_9508543859:345:33838:33843 Aston Logan, Utah -0.462097962880594848 +47247 aapg_ac_246.html aapg_ac_246.html:182:18237:18243 Dakota Fall River, Nova Scotia -0.418507876495596065 +47248 gsa_html_5051054217 gsa_html_5051054217:631:68899:68905 Arroyo New Mexico -0.0307539456314618806 +47249 aapg_aa_314.html aapg_aa_314.html:362:45689:45701 Rhode Island Block Island -0.437960495533138761 +47250 cspg_html_9912281240 cspg_html_9912281240:35:5629:5647 Lea Park Campania -0.4462802459552766 +47251 sedimentology_html_3220122506 sedimentology_html_3220122506:1428:104952:104970 Yakataga Anchorage, Alaska -0.00395905591412439809 +47252 gsa_html_2385470534 gsa_html_2385470534:882:67587:67615 Green River Iran -0.0136501305925687388 +47253 gsa_html_8050796926 gsa_html_8050796926:1061:72801:72813 Dixie Valley Reno, Nevada -0.0375359691930512371 +47254 gsa_html_5756232019 gsa_html_5756232019:1095:95502:95530 Green River Colorado 0.041724334263233534 +47255 aapg_ac_983.html aapg_ac_983.html:338:54174:54184 Cherryvale Nebraska -0.0192893197607112085 +47256 gsa_html_7464626519 gsa_html_7464626519:713:75003:75030 Baraboo Quartzite Wisconsin -0.0358774797167535214 +47257 gsa_html_8241293202 gsa_html_8241293202:176:18909:18919 Chelmsford Concord, California -0.464501195477937445 +47258 aapg_ae_182.html aapg_ae_182.html:272:30570:30581 Arkadelphia Bellevue, Nebraska -0.470292003998596664 +47259 jgeology_html_4115179562 jgeology_html_4115179562:770:54902:54919 Chemung Virginia -0.473903010792736112 +47260 geology_html_7716525239 geology_html_7716525239:12:590:596 Oregon Salem, Oregon -0.048597821756073703 +47261 aapg_af_374.html aapg_af_374.html:54:6524:6540 Navajo Logan, Utah -0.05853057202324604 +47262 AMJC_html_3664856625 AMJC_html_3664856625:647:66501:66511 Fort Union Powder River Basin 0.104791752840357452 +47263 aapg_ae_73.html aapg_ae_73.html:529:71315:71320 Raton Trinidad and Tobago -0.0129759471663572871 +47264 gsa_html_5928791685 gsa_html_5928791685:846:69296:69308 Rhode Island Newport, Rhode Island -0.484114368303559472 +47265 aapg_ae_797.html aapg_ae_797.html:188:21650:21655 Aneth Arizona -0.0324655941438056483 +47266 aapg_aa_913.html aapg_aa_913.html:308:26503:26510 Anahuac County Sligo -0.434637853624058046 +47267 geology_html_7820977853 geology_html_7820977853:231:22063:22071 Colorado Victoria, British Columbia -0.0725250104300591975 +47268 cspg_html_6984906794 cspg_html_6984906794:560:43032:43055 Goodrich Pine River (Michigan) -0.229302790834760323 +47269 cspg_html_3447886929 cspg_html_3447886929:124:14674:14695 Black Cove Utica, New York -0.477123570959987586 +47270 aapg_af_886.html aapg_af_886.html:62:3117:3127 Rio Grande Texas -0.495787550773506447 +47271 sedimentology_html_8034519699 sedimentology_html_8034519699:905:56720:56724 Hall London, Ontario -0.435694684676078359 +47272 aapg_ah_529.html aapg_ah_529.html:45:6251:6267 Abrigo Arizona -0.404717752365691796 +47273 cspg_html_2796643803 cspg_html_2796643803:803:83135:83147 Saskatchewan Saskatoon -0.500652353075455747 +47274 cspg_html_4298557570 cspg_html_4298557570:80:13207:13229 Willow Creek Edmonton, London -0.484434333090292712 +47275 sedimentology_html_8510537334 sedimentology_html_8510537334:1483:119669:119686 Oneonta Catskill Mountains -0.489932094547215424 +47276 aapg_ai_357.html aapg_ai_357.html:83:10377:10385 Anacacho Austin, Chicago -0.436929900849743147 +47277 cspg_html_9872589627 cspg_html_9872589627:188:23448:23470 Charlie Lake Victoria, British Columbia -0.432289667144302503 +47278 aapg_ae_692.html aapg_ae_692.html:551:56187:56215 Prairie Williston, Vermont -0.428242619254491974 +47279 aapg_aa_95.html aapg_aa_95.html:172:16545:16553 Colorado Mesa, Arizona -0.0283121254572706732 +47280 aapg_ah_176.html aapg_ah_176.html:840:62843:62853 Fort Union Townsend, Massachusetts -0.0100621846511943919 +47281 aapg_ah_297.html aapg_ah_297.html:20:2645:2654 Cold Lake Lacombe, Alberta -0.461271782333034175 +47282 gsa_html_2477542063 gsa_html_2477542063:565:51447:51475 Green River Colorado -0.443692774120845845 +47283 gsa_html_7425483970 gsa_html_7425483970:808:59424:59434 Notch Peak Logan, Utah -0.240121136010885222 +47284 aapg_af_771.html aapg_af_771.html:41:5744:5763 Knoxville Great Valley, New York 0.888147540217511411 +47285 cspg_html_6608209149 cspg_html_6608209149:436:44213:44224 Peace River Fort McMurray -0.440514182187833891 +47286 aapg_ah_528.html aapg_ah_528.html:16:1789:1803 China Mountain Reno, Nevada -0.455347020329573748 +47287 gsa_html_3448554349 gsa_html_3448554349:1026:96437:96465 Green River Iran -0.000347435604052462668 +47288 aapg_ad_152.html aapg_ad_152.html:1804:234394:234400 Kaibab Reno, Nevada -0.035973188044241329 +47289 cspg_html_4860363565 cspg_html_4860363565:21:2631:2651 Swan Hills Swan Hill, Victoria -0.0363020833297297701 +47290 gsa_html_1217771406 gsa_html_1217771406:1069:99032:99048 Conejo Volcanics California -0.498032441543816373 +47291 aapg_aa_4.html aapg_aa_4.html:237:31692:31698 Provo Elmira, Ontario -0.0603771315670732084 +47292 aapg_af_479.html aapg_af_479.html:49:6871:6889 Cabrillo San Diego -0.0599232958064123897 +47293 sedimentology_html_8384737970 sedimentology_html_8384737970:674:51639:51643 Hall London, Ontario -0.467870731747513147 +47294 aapg_ad_379.html aapg_ad_379.html:373:31774:31783 Ingleside Colorado -0.018955619907530568 +47295 cspg_html_7795032467 cspg_html_7795032467:72:6290:6296 Viking Lacombe, Alberta -0.451875596518584666 +47296 palaios_html_8113714689 palaios_html_8113714689:411:42555:42559 Lane Michigan -0.423413139400643734 +47297 aapg_ai_235.html aapg_ai_235.html:76:8900:8919 Sunniland Hendry County, Florida -0.495740204770814097 +47298 cspg_html_3124360347 cspg_html_3124360347:224:36399:36404 Levis Quebec City -0.0771277892291317713 +47299 cspg_html_4666332434 cspg_html_4666332434:106:18151:18177 Belly River Western world -0.0103801322392496759 +47300 palaios_html_4248881045 palaios_html_4248881045:73:9292:9298 Toreva Niobrara, Nebraska -0.0490387176000708983 +47301 aapg_ah_318.html aapg_ah_318.html:2839:232117:232134 Todos Santos Guatemala -0.0184133695346841396 +47302 aapg_ad_351.html aapg_ad_351.html:897:82972:82988 Warsaw Missouri River -0.245961681707665858 +47303 aapg_af_47.html aapg_af_47.html:108:11120:11125 Hueco Texas -0.415217518793184637 +47304 palaios_html_8839154766 palaios_html_8839154766:50:7519:7531 Independence California -0.0633959886817150181 +47305 gsa_html_8517233795 gsa_html_8517233795:75:7785:7803 Monterey California -0.0210882710852193268 +47306 cspg_html_2496035864 cspg_html_2496035864:31:2991:3001 Clearwater Clearwater, Florida 0.00458619234778334748 +47307 aapg_af_666.html aapg_af_666.html:523:44865:44875 Wind River Wasatch Range 0.377534234432804316 +47308 aapg_ae_632.html aapg_ae_632.html:194:19310:19321 San Antonio Texas -0.4462802459552766 +47309 geology_html_8394572285 geology_html_8394572285:13:737:746 San Diego La Jolla -0.0437965911337355185 +47310 aapg_ae_295.html aapg_ae_295.html:124:15071:15089 Woodbine Lewisville, Texas -0.424774571263088097 +47311 aapg_aa_23.html aapg_aa_23.html:653:82223:82237 Stony Mountain Winnipeg -0.575360677480450056 +47312 cspg_html_5139035315 cspg_html_5139035315:443:53358:53374 Albert New Brunswick, New Jersey -0.430026468312881383 +47313 aapg_ac_741.html aapg_ac_741.html:335:38370:38382 Pierre Niobrara, Nebraska -0.0326639109248070408 +47314 aapg_ac_452.html aapg_ac_452.html:323:33921:33943 Judith Fancy New Caledonia -0.523939352856569007 +47315 aapg_ae_745.html aapg_ae_745.html:238:32064:32086 Provo California -0.450582005503512739 +47316 aapg_ah_157.html aapg_ah_157.html:240:33648:33661 Lake Michigan Michigan -0.0553518083896980054 +47317 aapg_aa_415.html aapg_aa_415.html:324:48283:48293 Rio Grande Red River of the North 0.0202105002468695033 +47318 aapg_ac_289.html aapg_ac_289.html:53:6096:6104 Nacatoch Saratoga, California -0.443523211116507166 +47319 cspg_html_1624547765 cspg_html_1624547765:434:44878:44911 Grosmont Lacombe, Alberta -0.0368502653061740099 +47320 geology_html_5114678373 geology_html_5114678373:61:5802:5810 Chickies Monocacy River -0.051480663363561531 +47321 aapg_ae_777.html aapg_ae_777.html:342:39548:39565 Tererro Pecos River -0.451931881365200794 +47322 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6549:6574 Willwood Cheyenne, Wyoming 0.00260230032167935296 +47323 cspg_html_4031489103 cspg_html_4031489103:510:78682:78689 Creston Victoria, British Columbia -0.46567095948211501 +47324 gsa_html_2284204284 gsa_html_2284204284:137:17276:17286 Tradewater McLeansboro, Illinois -0.0235653872963641764 +47325 aapg_ac_333.html aapg_ac_333.html:2016:189640:189649 Williston New Mexico -0.469988693380082645 +47326 aapg_ae_734.html aapg_ae_734.html:204:18140:18168 Chemung Pennsylvania -0.00349522085598196267 +47327 cspg_html_4205215905 cspg_html_4205215905:7:548:556 Columbia Victoria, British Columbia -0.452896019392303839 +47328 cspg_html_8826450427 cspg_html_8826450427:429:52747:52764 Cardium Lacombe, Alberta -0.435738929516159335 +47329 gsa_html_3510629601 gsa_html_3510629601:650:64966:64979 Santa Barbara Colorado -0.0377274176775576064 +47330 cspg_html_8078587269 cspg_html_8078587269:99:13142:13164 Etherington Lacombe, Alberta -0.452896019392303839 +47331 aapg_af_598.html aapg_af_598.html:6:509:516 Lenapah Seminole, Texas -0.457501080653503367 +47332 sedimentology_html_7047069536 sedimentology_html_7047069536:888:60160:60170 Washington Whidbey Island 0.0186705890504047615 +47333 gsa_html_2863658561 gsa_html_2863658561:39:3130:3165 Colorado Turkey Creek, Louisiana -0.481989744615225701 +47334 gsa_html_4695276845 gsa_html_4695276845:132:15890:15917 Prospect Logan, Utah -0.441419648744354465 +47335 aapg_ae_146.html aapg_ae_146.html:4:509:515 Diablo Chihuahua (state) -0.0356704046759730303 +47336 cspg_html_5541725202 cspg_html_5541725202:178:26097:26108 Black River Springhill, Nova Scotia 0.0249266580512932795 +47337 sedimentology_html_3826538092 sedimentology_html_3826538092:612:38554:38560 Taylor London, Ontario -0.53956373506098565 +47338 cspg_html_7779401416 cspg_html_7779401416:54:6810:6819 Whirlpool Guelph -0.0627760315715713696 +47339 aapg_ae_708.html aapg_ae_708.html:554:60896:60914 Read Bay Canadian Arctic Archipelago -0.474526310844171573 +47340 gsa_html_6982030333 gsa_html_6982030333:1141:106533:106543 Washington Boise, Idaho -0.0377274176775576064 +47341 gsa_html_7153425423 gsa_html_7153425423:106:10347:10378 Naknek Talkeetna, Alaska -0.0166355123946959997 +47342 aapg_af_615.html aapg_af_615.html:13:1323:1334 San Antonio Laredo, Texas -0.0589947795432145122 +47343 geology_html_9248989380 geology_html_9248989380:155:16371:16394 Kingston Peak Death Valley -0.0105834116577304821 +47344 aapg_af_812.html aapg_af_812.html:17:2148:2171 Cook Mountain East Texas -0.0531596434481698826 +47345 aapg_aa_43.html aapg_aa_43.html:415:46581:46597 Dakota Cheyenne, Wyoming -0.431714547785669089 +47346 aapg_aa_399.html aapg_aa_399.html:304:24615:24625 Loon River Clearwater, Florida -0.0564612372025591683 +47347 cspg_html_7688587411 cspg_html_7688587411:323:36499:36510 Shaftesbury Lacombe, Alberta -0.458031335089754243 +47348 sedimentology_html_6812678908 sedimentology_html_6812678908:475:14492:14504 Sandia New Mexico -0.0544099822313272238 +47349 aapg_ac_4.html aapg_ac_4.html:452:36440:36463 Shublik Anchorage, Alaska -0.433685955512457477 +47350 aapg_ac_65.html aapg_ac_65.html:72:8942:8959 Minturn Colorado -0.00305744578029933057 +47351 geology_html_4760419785 geology_html_4760419785:258:24602:24605 Arc Strait of Messina Bridge -0.0891211826374492255 +47352 sedimentology_html_6473571818 sedimentology_html_6473571818:892:76349:76384 Kingston Peak California -0.067608196951884289 +47353 aapg_ad_649.html aapg_ad_649.html:517:67467:67474 Madison Gallatin, Tennessee -0.45099125631104503 +47354 gsa_html_2005293978 gsa_html_2005293978:269:24921:24939 Choptank Bethany Beach, Delaware -0.455229509631582041 +47355 cspg_html_9354781888 cspg_html_9354781888:1507:95033:95044 Peace River Victoria, British Columbia -0.458659434193013582 +47356 aapg_aa_23.html aapg_aa_23.html:797:102845:102861 Inwood Moose Lake, Minnesota -0.487607747652621382 +47357 aapg_ai_30.html aapg_ai_30.html:42:5530:5537 Lagarto Oakville, California -0.442720440658756875 +47358 aapg_aa_696.html aapg_aa_696.html:683:74870:74878 Colorado Colorado -0.021507182733615033 +47359 gsa_html_2345936136 gsa_html_2345936136:823:71887:71896 San Diego California -0.028972971193404428 +47360 cspg_html_3883962749 cspg_html_3883962749:558:55578:55591 Mountain Park Lacombe, Alberta -0.499331862498102852 +47361 cspg_html_9343899465 cspg_html_9343899465:424:43102:43115 Weatherall Melville Island (Canada) -0.453924360728879206 +47362 aapg_ai_364.html aapg_ai_364.html:86:10197:10216 Wapanucka Atoka, Oklahoma -0.498053805119432369 +47363 aapg_ae_454.html aapg_ae_454.html:146:12489:12496 Bossier Arkansas -0.443688311537407287 +47364 cspg_html_1025724640 cspg_html_1025724640:466:63399:63415 Nepean Ottawa, Kansas 0.895990239237307473 +47365 aapg_ac_807.html aapg_ac_807.html:551:54691:54709 St Marys Virginia -0.444916336311243943 +47366 geology_html_7498256649 geology_html_7498256649:299:23946:23952 Reston Virginia -0.435714594595624227 +47367 cspg_html_8065532640 cspg_html_8065532640:136:17068:17083 Vera Root River (Wisconsin) -0.485954043848796258 +47368 aapg_ah_514.html aapg_ah_514.html:140:12964:12977 Tensleep Cheyenne, Wyoming -0.518494812721360998 +47369 aapg_ac_214.html aapg_ac_214.html:11:1609:1620 Summerville Summerville, South Carolina -0.0126805624942423392 +47370 aapg_ac_5.html aapg_ac_5.html:180:17869:17884 Cairn Lacombe, Alberta -0.450006666987963933 +47371 aapg_ac_720.html aapg_ac_720.html:191:22471:22492 Hornerstown Closter, New Jersey -0.466718659783226908 +47372 aapg_aa_610.html aapg_aa_610.html:216:22503:22511 Niobrara Niobrara, Nebraska -0.410691617835270306 +47373 aapg_af_653.html aapg_af_653.html:1083:128610:128618 Monterey Monterey, California -0.0292147099429476073 +47374 aapg_af_895.html aapg_af_895.html:350:32455:32463 Wilberns Texas -0.2428660773556654 +47375 aapg_af_664.html aapg_af_664.html:184:20652:20675 Whitehorse Western world -0.450829332903146696 +47376 aapg_af_215.html aapg_af_215.html:14:2430:2438 Tamasopo Mexico -0.0809988562397424283 +47377 gsa_html_1538463681 gsa_html_1538463681:1017:84135:84141 Sonora Mexico -0.489932094547215424 +47378 aapg_aa_328.html aapg_aa_328.html:379:27742:27750 Maltrata Pico de Orizaba -0.484161071054726611 +47379 cspg_html_4433937749 cspg_html_4433937749:79:11625:11631 Viking Colorado -0.0347969055523305801 +47380 aapg_ae_391.html aapg_ae_391.html:466:43335:43352 Rustler Salado, Texas -0.0880978310723345287 +47381 aapg_ae_909.html aapg_ae_909.html:248:18015:18033 Vaqueros California -0.454041701910604445 +47382 cspg_html_2695921112 cspg_html_2695921112:234:27079:27087 Bathurst Bass River Township, New Jersey -0.465561228542891226 +47383 cspg_html_4392308496 cspg_html_4392308496:307:41767:41792 Windsor New Brunswick, New Jersey -0.446052041434467972 +47384 AMJC_html_4144856313 AMJC_html_4144856313:80:8549:8558 Extension Umbria -0.483015252079283031 +47385 aapg_ai_569.html aapg_ai_569.html:728:73513:73518 Nisku Lacombe, Alberta -0.437408487283808822 +47386 aapg_ad_457.html aapg_ad_457.html:206:25023:25042 Ellis Bay Anticosti Island -0.260333149045921142 +47387 aapg_ah_203.html aapg_ah_203.html:607:99997:100005 Colorado Denver -0.479447557264900015 +47388 aapg_ad_964.html aapg_ad_964.html:415:32432:32440 Santiago San Fernando Valley -0.00877304685539758919 +47389 sedimentology_html_9662614840 sedimentology_html_9662614840:824:63391:63435 Ross Ireland -0.458180950614220484 +47390 gsa_html_1734656819 gsa_html_1734656819:160:12077:12088 San Jacinto Lake Elsinore, California -0.514685883065500116 +47391 cspg_html_7550088587 cspg_html_7550088587:140:18214:18223 Whitewood Genesee County, Michigan -0.498041936399126195 +47392 aapg_ac_206.html aapg_ac_206.html:78:10172:10180 Syracuse Lockport (city), New York -0.00143491027354907159 +47393 aapg_ae_305.html aapg_ae_305.html:1588:152073:152092 Sierra Maracaibo 0.00951837885947521764 +47394 aapg_aa_105.html aapg_aa_105.html:580:61002:61010 Waterton Pincher Creek, Alberta -0.259149290452569014 +47395 aapg_ae_805.html aapg_ae_805.html:45:6717:6734 Hermosa Hermosa, Chicago -0.00712258914704064564 +47396 gsa_html_2028006768 gsa_html_2028006768:935:66158:66163 Rapid Altiplano -0.485603101959931283 +47397 aapg_ai_49.html aapg_ai_49.html:493:64078:64086 Fountain Colorado -0.0519827474069236295 +47398 cspg_html_6985536436 cspg_html_6985536436:247:33628:33637 Mercy Bay Banks Island -0.447637220621224075 +47399 aapg_ac_628.html aapg_ac_628.html:516:89055:89063 Columbia Logan, Utah -0.00125424333549307727 +47400 gsa_html_8279040833 gsa_html_8279040833:840:63487:63515 Green River Colorado -0.0261715541385612628 +47401 aapg_ah_622.html aapg_ah_622.html:82:9441:9450 Mesaverde Powder River (Montana) -0.444036457876645585 +47402 gsa_html_2832151886 gsa_html_2832151886:43:3882:3896 Colorado Regina, Saskatchewan -0.447357152169087058 +47403 aapg_ah_221.html aapg_ah_221.html:96:9637:9642 Slope Williston, Vermont -0.45295011354581094 +47404 AMJC_html_3632105729 AMJC_html_3632105729:482:67772:67778 Oregon Salem, Oregon -0.427887128546325712 +47405 aapg_ac_9.html aapg_ac_9.html:34:3390:3398 Michigan Michigan -0.469093158774920749 +47406 jgeology_html_2714962789 jgeology_html_2714962789:914:52844:52849 Ascot Quebec City -0.466842269540434285 +47407 aapg_ad_880.html aapg_ad_880.html:209:21247:21265 Sawtooth Cheyenne, Wyoming 0.0336920818995012708 +47408 geology_html_7872143358 geology_html_7872143358:59:6089:6099 Las Cruces Mexico -0.47944058990843208 +47409 aapg_ae_627.html aapg_ae_627.html:15:1617:1622 Uinta Logan, Utah -0.056229218914080073 +47410 aapg_aa_934.html aapg_aa_934.html:295:33318:33332 Word San Angelo, Texas -0.080301481372355793 +47411 gsa_html_4308966435 gsa_html_4308966435:1394:136128:136156 Green River Colorado 0.0442912193104450583 +47412 cspg_html_4621547038 cspg_html_4621547038:259:33598:33610 Eureka Sound West Coast of the United States -0.44645479356367046 +47413 gsa_html_3608744213 gsa_html_3608744213:1076:90197:90225 Green River New Mexico -0.0481395257140627003 +47414 gsa_html_2989317971 gsa_html_2989317971:594:62163:62185 Poison Creek Snake River Plain (ecoregion) -0.443715087361728711 +47415 geology_html_6289534870 geology_html_6289534870:33:3167:3176 Extension Beaumont, Texas -0.480597940731277096 +47416 aapg_ad_738.html aapg_ad_738.html:51:5164:5171 Renault Pila, Laguna -0.0409860998014640113 +47417 aapg_ac_475.html aapg_ac_475.html:361:51065:51071 Casper Cheyenne, Wyoming 0.0287990612010788731 +47418 aapg_ah_378.html aapg_ah_378.html:231:22068:22080 Rustler Salado, Texas -0.467950951742638677 +47419 sedimentology_html_3403184080 sedimentology_html_3403184080:370:57797:57806 Mansfield Montgomery (town), New York -0.441553207562292771 +47420 aapg_ah_49.html aapg_ah_49.html:214:23274:23291 Modelo San Gabriel Valley -0.47675536629509363 +47421 aapg_ai_491.html aapg_ai_491.html:169:19746:19757 Molas Atoka, Oklahoma -0.0135788887974534252 +47422 aapg_ai_247.html aapg_ai_247.html:100:10802:10820 Traverse Michigan -0.488198798133244793 +47423 aapg_ac_647.html aapg_ac_647.html:574:55025:55029 Rome Province of Terni -0.391288842497206357 +47424 cspg_html_3634181348 cspg_html_3634181348:139:15085:15093 Billings Virginia -0.489885075161781369 +47425 cspg_html_8637177176 cspg_html_8637177176:53:7772:7791 Paskapoo Lacombe, Alberta -0.452003931056544739 +47426 cspg_html_2729673354 cspg_html_2729673354:15:2720:2742 Medicine Hat Regina, Saskatchewan -0.44961357796588941 +47427 cspg_html_7804036692 cspg_html_7804036692:1651:172486:172503 Edwards Nelson, New Zealand -0.485406637327558677 +47428 aapg_af_317.html aapg_af_317.html:27:4155:4173 Niobrara North Sea oil 0.76778112073008864 +47429 jgeology_html_6016138758 jgeology_html_6016138758:726:44116:44135 Kulthieth California 1.04207157413475149 +47430 aapg_ah_165.html aapg_ah_165.html:443:51513:51528 Elk Lacombe, Alberta -0.475991665297052891 +47431 palaios_html_6757540995 palaios_html_6757540995:566:52888:52903 Eutaw Alabama -0.262551620307470202 +47432 aapg_aa_24.html aapg_aa_24.html:1062:109371:109393 Imperial Canada -0.0626712564128411864 +47433 aapg_af_461.html aapg_af_461.html:47:4847:4862 Galena Michigan 0.230181453089377513 +47434 aapg_ae_658.html aapg_ae_658.html:574:58969:58975 Denver Colorado -0.0641487557368967259 +47435 aapg_ah_817.html aapg_ah_817.html:114:10510:10519 Spearfish Spearfish, South Dakota -0.0392782870529255687 +47436 aapg_ad_871.html aapg_ad_871.html:33:4076:4084 Traverse Rockport, Massachusetts 0.00489541923396075683 +47437 aapg_aa_729.html aapg_aa_729.html:10:839:849 Georgetown Texas -0.443813272031764461 +47438 aapg_ah_96.html aapg_ah_96.html:413:48103:48119 Red River Manitoba -1.21410090280931415 +47439 cspg_html_5510378933 cspg_html_5510378933:17:1787:1795 Edmonton Edmonton, London -0.487588990851044235 +47440 aapg_ae_937.html aapg_ae_937.html:64:5948:5965 Buckner Alabama -0.507022414920169306 +47441 gsa_html_4234009219 gsa_html_4234009219:604:50654:50682 Green River Colorado -0.0176486817607870612 +47442 jgeology_html_8064855537 jgeology_html_8064855537:284:20454:20474 Eagle Colorado -0.0108839893390520418 +47443 aapg_ad_32.html aapg_ad_32.html:210:18184:18192 Wolfcamp Nashville Basin -0.47032647773667996 +47444 gsa_html_3942625742 gsa_html_3942625742:432:36982:36994 Little River Metro Manila -0.0336242301765741422 +47445 aapg_aa_734.html aapg_aa_734.html:538:55966:55974 Caballos Arkansas -0.478284785297837578 +47446 aapg_af_606.html aapg_af_606.html:231:30327:30352 Santa Margarita Maricopa, Arizona -0.440887830328426711 +47447 geology_html_4699072864 geology_html_4699072864:250:15498:15502 Peel Mackenzie River -0.0322951140020652852 +47448 aapg_aa_0.html aapg_aa_0.html:92:11019:11032 Madison Logan, Utah -0.0304826089875597575 +47449 aapg_ae_498.html aapg_ae_498.html:718:78390:78403 Moccasin Virginia -0.231414590685624144 +47450 aapg_aa_731.html aapg_aa_731.html:124:15976:15985 Pendleton Bastrop, Texas -0.087504644690016245 +47451 aapg_ae_344.html aapg_ae_344.html:71:6644:6649 Tokio Cotton Valley, Louisiana -0.00576230371979552514 +47452 sedimentology_html_1527307623 sedimentology_html_1527307623:70:7804:7832 Sibley Canada -0.46105569042928074 +47453 aapg_ah_27.html aapg_ah_27.html:189:29282:29307 Barnett Texas -0.0520768920178777336 +47454 aapg_ac_200.html aapg_ac_200.html:485:45425:45447 Green River Cheyenne, Wyoming -0.0130645631501062637 +47455 aapg_ad_575.html aapg_ad_575.html:306:39412:39432 San Andres Cheyenne, Wyoming -0.442976805415170927 +47456 cspg_html_8387792223 cspg_html_8387792223:886:93288:93296 Sunblood Red River of the North -0.48062584784091128 +47457 aapg_ae_958.html aapg_ae_958.html:3014:259889:259907 Carlsbad Guadalupe Mountains National Park -0.451731523193220186 +47458 cspg_html_4915680223 cspg_html_4915680223:293:34188:34200 Devon Island Devon Island -0.0817576763542186558 +47459 aapg_ah_978.html aapg_ah_978.html:422:38487:38494 Temblor Middle East 0.00130635878656701733 +47460 aapg_ac_629.html aapg_ac_629.html:538:65713:65723 Montgomery Oberlin, Ohio -0.0735817057493154542 +47461 aapg_ac_928.html aapg_ac_928.html:275:26834:26842 Colorado Denver -0.0875713302145728345 +47462 aapg_aa_903.html aapg_aa_903.html:61:7470:7493 San Sebastian Puerto Rico -0.032535178592891574 +47463 geology_html_2344223288 geology_html_2344223288:236:20806:20821 Catalina Schist California -0.492578779781284393 +47464 aapg_ae_843.html aapg_ae_843.html:180:17881:17889 Colorado Denver -0.443813272031764461 +47465 aapg_af_128.html aapg_af_128.html:283:30629:30649 Minnelusa Cheyenne, Wyoming -0.432267625462602723 +47466 aapg_ad_44.html aapg_ad_44.html:171:17289:17307 Martinsburg Catskill Mountains 0.764487781901672214 +47467 cspg_html_4794669487 cspg_html_4794669487:74:9003:9016 Stuhini Southern United States -0.437960495533138761 +47468 aapg_ai_236.html aapg_ai_236.html:136:12223:12229 Forest Venango, Pennsylvania -0.458262569586093849 +47469 cspg_html_9729377176 cspg_html_9729377176:79:9713:9732 Pardonet Victoria, British Columbia -0.0250466225487357037 +47470 cspg_html_1025724640 cspg_html_1025724640:90:15475:15481 Nepean Ontario, California -0.070779481565824906 +47471 aapg_ai_569.html aapg_ai_569.html:352:36834:36841 Garland Cheyenne, Wyoming -0.455211432419709627 +47472 gsa_html_3014459865 gsa_html_3014459865:131:14005:14023 Beacon Hill Gravel Closter, New Jersey -0.472678482936493838 +47473 gsa_html_8947439513 gsa_html_8947439513:24:1556:1587 Nelson Virginia 0.00103883289603381806 +47474 gsa_html_5022585285 gsa_html_5022585285:540:52042:52048 Active Greece -0.0174019020564647256 +47475 cspg_html_8558580101 cspg_html_8558580101:100:12989:13014 Mackenzie Lacombe, Alberta -0.0195726214963804213 +47476 aapg_ad_148.html aapg_ad_148.html:17:1397:1403 Oregon Washington (state) -0.000680973887145832246 +47477 aapg_ai_236.html aapg_ai_236.html:332:32199:32211 Murphy Creek Freemansburg, Pennsylvania -0.473746101631411953 +47478 aapg_ad_826.html aapg_ad_826.html:12:2175:2183 Tamasopo Austin, Chicago -0.466842269540434285 +47479 cspg_html_9725676031 cspg_html_9725676031:121:18914:18922 Columbia Liard River, British Columbia -0.0331440604270269723 +47480 aapg_ai_862.html aapg_ai_862.html:48:6849:6866 Ivishak Anchorage, Alaska 0.00968516832119581395 +47481 aapg_af_95.html aapg_af_95.html:188:16418:16424 Walnut Paluxy, Texas -0.451720268426352933 +47482 aapg_ae_917.html aapg_ae_917.html:246:26991:27002 Weber Leadville, Colorado -0.46305483027617389 +47483 aapg_af_150.html aapg_af_150.html:114:11487:11506 Cotton Valley Shreveport, Louisiana -0.01748532023179648 +47484 aapg_ad_237.html aapg_ad_237.html:32:3860:3868 Phillips Trinidad and Tobago -0.433864776993285517 +47485 aapg_ai_366.html aapg_ai_366.html:120:13847:13861 Columbia Hockley -0.480777027030782511 +47486 gsa_html_6097265156 gsa_html_6097265156:1313:98069:98097 Green River Colorado 0.0329526940847275282 +47487 gsa_html_5391661566 gsa_html_5391661566:9:412:418 Warner Alturas, California -0.010750205891597751 +47488 sedimentology_html_2139169476 sedimentology_html_2139169476:305:31848:31857 Peninsula Korea -0.488872438533925924 +47489 aapg_af_892.html aapg_af_892.html:357:33592:33608 Haymond Lampasas, Texas -0.455279223830003521 +47490 cspg_html_5699627350 cspg_html_5699627350:6:463:479 Viking Lacombe, Alberta 0.630708485855813183 +47491 cspg_html_7881580279 cspg_html_7881580279:222:28224:28230 Yeoman Manitoba -0.0192371787858654775 +47492 aapg_ad_812.html aapg_ad_812.html:44:4920:4927 Wingate New Mexico -0.455726774842524995 +47493 cspg_html_9692046543 cspg_html_9692046543:118:14918:14938 Viking Regina, Saskatchewan -0.504181524295928662 +47494 geology_html_4262270621 geology_html_4262270621:211:19199:19203 Bell Earth -0.0628808085540469575 +47495 aapg_af_748.html aapg_af_748.html:376:36665:36673 Bullhead Victoria, British Columbia 0.0124216689309690972 +47496 aapg_ae_454.html aapg_ae_454.html:604:55257:55276 Smackover Arkansas -0.44326223419282984 +47497 jgeology_html_5792739316 jgeology_html_5792739316:1065:59258:59293 Carrizo West Texas -0.453044786078658057 +47498 aapg_aa_147.html aapg_aa_147.html:356:42439:42458 Red River Regina, Saskatchewan -0.453653631411627511 +47499 cspg_html_4298557570 cspg_html_4298557570:9:765:777 Battle Lacombe, Alberta 0.731478634089980928 +47500 aapg_aa_229.html aapg_aa_229.html:353:28373:28390 Raritan Closter, New Jersey -0.448484669177164286 +47501 aapg_ai_575.html aapg_ai_575.html:29:3962:3980 Sundance Cheyenne, Wyoming -0.0190651145503429667 +47502 palaios_html_3977026753 palaios_html_3977026753:668:61541:61557 Oldman Southern Alberta -0.459860167847925383 +47503 aapg_aa_264.html aapg_aa_264.html:127:14301:14309 Michigan Salina, Kansas -0.460946527021081187 +47504 aapg_ac_451.html aapg_ac_451.html:549:57323:57330 Kaguyak Cook Inlet -0.00610628100951976244 +47505 aapg_ae_147.html aapg_ae_147.html:276:27419:27425 Oregon Washington (state) -0.47596853330555533 +47506 aapg_ae_70.html aapg_ae_70.html:31:4924:4932 Colorado Denver -0.503560030365998723 +47507 gsa_html_9666193096 gsa_html_9666193096:29:2796:2824 Green River Colorado 0.00920043838208298506 +47508 gsa_html_8398449001 gsa_html_8398449001:651:52725:52735 Bear River Bennington, Vermont -0.472722268874013252 +47509 aapg_af_840.html aapg_af_840.html:255:26712:26721 Maquoketa Middle Ordovician -0.466666016428022079 +47510 aapg_af_299.html aapg_af_299.html:83:8719:8725 Denver Colorado 0.033210169546295347 +47511 aapg_aa_236.html aapg_aa_236.html:191:16334:16351 Gilwood Lacombe, Alberta -0.440354093294291316 +47512 jgeology_html_8064855537 jgeology_html_8064855537:245:16308:16323 Dakota Logan, Utah -0.230207522128534403 +47513 aapg_ac_873.html aapg_ac_873.html:198:14746:14765 Fox Hills Stoneville, Mississippi -0.416810337447515888 +47514 aapg_aa_691.html aapg_aa_691.html:462:59778:59785 Yucatan Atlantic Ocean -0.426608897791606878 +47515 gsa_html_8152640301 gsa_html_8152640301:773:72175:72193 Tsadaka Matanuska-Susitna Valley -0.0484061357269625417 +47516 aapg_ae_983.html aapg_ae_983.html:175:14102:14119 Shakopee Illinois -0.0198211657095899094 +47517 palaios_html_3406135825 palaios_html_3406135825:38:4003:4018 Elk Missouri River -0.0390380689308100493 +47518 aapg_aa_54.html aapg_aa_54.html:33:3389:3406 Wingate New Mexico -0.0268931559198013828 +47519 aapg_ae_576.html aapg_ae_576.html:633:55540:55557 Prince Alfred Bay Devon Island -0.0464198453094291294 +47520 gsa_html_9112056802 gsa_html_9112056802:922:92564:92569 Stump Antarctica -0.0311226948006410493 +47521 aapg_aa_844.html aapg_aa_844.html:380:38930:38937 Chemung Pocono Raceway -0.00364114626483282803 +47522 sedimentology_html_6951714124 sedimentology_html_6951714124:526:51457:51474 Cardium Lacombe, Alberta -0.0268931559198013828 +47523 palaios_html_8054385512 palaios_html_8054385512:366:35395:35417 Judith River Lacombe, Alberta -0.450586501765938174 +47524 cspg_html_1925276454 cspg_html_1925276454:448:51175:51183 Columbia Victoria, British Columbia -0.0335442004664093935 +47525 aapg_ac_711.html aapg_ac_711.html:26:3522:3529 El Baul Barquisimeto -0.458750170743803365 +47526 aapg_ae_419.html aapg_ae_419.html:1343:107346:107363 El Abra Matamoros, Tamaulipas -0.499512563259915887 +47527 aapg_ae_803.html aapg_ae_803.html:376:47247:47254 Grupera Mexico -0.206426733758163561 +47528 gsa_html_5736805405 gsa_html_5736805405:800:63568:63577 San Diego California -0.0414509716121673408 +47529 gsa_html_4557277250 gsa_html_4557277250:57:5693:5709 Navajo Carmel, Indiana -0.479475427251918496 +47530 cspg_html_8568877195 cspg_html_8568877195:632:77816:77839 Basal Lacombe, Alberta -0.471349814541787038 +47531 aapg_ah_486.html aapg_ah_486.html:388:43456:43466 Pottsville Pottsville, Pennsylvania -0.45896570683289678 +47532 aapg_aa_702.html aapg_aa_702.html:1419:144180:144188 Colorado Colorado -0.0815508724431631693 +47533 aapg_ad_564.html aapg_ad_564.html:33:1583:1596 Barnett Texas -0.0639758378978686065 +47534 aapg_ad_641.html aapg_ad_641.html:49:6963:6983 San Andres Nashville Basin -0.430532356052481968 +47535 cspg_html_4269474759 cspg_html_4269474759:1128:112138:112159 Peace River Canada -0.0525145061953963335 +47536 aapg_ac_366.html aapg_ac_366.html:19:3088:3100 Williamsport Salina, Kansas -0.111397028227571984 +47537 aapg_ah_430.html aapg_ah_430.html:218:16259:16267 Sundance Logan, Utah 0.892346309316005115 +47538 palaios_html_3614379982 palaios_html_3614379982:24:2766:2775 Greenhorn Niobrara, Nebraska -0.000774781561203988548 +47539 cspg_html_4860363565 cspg_html_4860363565:56:7666:7678 Winnipegosis Regina, Saskatchewan -0.00910662035546105052 +47540 cspg_html_9136481292 cspg_html_9136481292:22:2766:2781 Gates Victoria, British Columbia -0.446052041434467972 +47541 aapg_af_162.html aapg_af_162.html:245:22534:22554 Brownstown Arkansas -0.0120637391733475121 +47542 aapg_ad_0.html aapg_ad_0.html:291:25289:25297 Michigan Lucas County, Iowa -0.0768091337039422117 +47543 cspg_html_5541725202 cspg_html_5541725202:496:67321:67338 Petitcodiac Magdalen Islands -0.065004686709534798 +47544 aapg_ad_192.html aapg_ad_192.html:413:42930:42950 Tuscaloosa Mississippi River -0.471193362251331016 +47545 cspg_html_9867937846 cspg_html_9867937846:320:40418:40435 Cardium Lacombe, Alberta 0.0193675314837175663 +47546 cspg_html_9958679425 cspg_html_9958679425:43:5430:5442 Cooking Lake Lacombe, Alberta -0.122594227956968782 +47547 gsa_html_8237815743 gsa_html_8237815743:774:71314:71342 Green River Colorado -0.0135788887974534252 +47548 aapg_ah_534.html aapg_ah_534.html:109:8452:8461 Palmerton Esopus Creek -0.0542774392275129219 +47549 aapg_ad_177.html aapg_ad_177.html:261:33711:33721 Washington Virginia -0.030239106807757675 +47550 cspg_html_7881580279 cspg_html_7881580279:48:7442:7454 Saskatchewan Manitoba -0.471382028770717776 +47551 sedimentology_html_2078363788 sedimentology_html_2078363788:310:26829:26930 Basal Portland, Oregon -0.463253167093327645 +47552 gsa_html_3720789279 gsa_html_3720789279:1511:135670:135680 Washington Boise, Idaho -0.00260577470876247183 +47553 AMJC_html_2228158963 AMJC_html_2228158963:454:53650:53673 Spring Point New Brunswick, New Jersey -0.068656930221505999 +47554 palaios_html_9090657620 palaios_html_9090657620:12:510:522 Rhode Island Kingston, Jamaica -0.472722268874013252 +47555 aapg_ad_274.html aapg_ad_274.html:750:62483:62488 Weeks Venezuela -0.0185558826483486587 +47556 cspg_html_6383234409 cspg_html_6383234409:168:18073:18085 Devon Island Ellesmere Island -0.028972971193404428 +47557 cspg_html_3190144626 cspg_html_3190144626:18:1841:1877 Ireton Wood River (Oregon) -0.459083706416541504 +47558 gsa_html_1860930948 gsa_html_1860930948:479:56919:56929 Blackstone Cheyenne, Wyoming -0.466727815469158758 +47559 cspg_html_5832944175 cspg_html_5832944175:515:52245:52261 Viking Lacombe, Alberta -0.472639307901536299 +47560 sedimentology_html_9598250021 sedimentology_html_9598250021:1243:89599:89603 Hall London, Ontario -0.48957011234425174 +47561 geology_html_7986465918 geology_html_7986465918:342:26751:26757 Provo Spain -0.449656248007914428 +47562 aapg_aa_598.html aapg_aa_598.html:153:14633:14650 Thaynes Cheyenne, Wyoming -0.455482628602140449 +47563 gsa_html_1931201430 gsa_html_1931201430:1005:93195:93201 Oregon Washington (state) -0.451731523193220186 +47564 aapg_aa_544.html aapg_aa_544.html:129:17773:17782 Chugwater Spearfish, South Dakota -0.00274648745693117794 +47565 cspg_html_5818285590 cspg_html_5818285590:469:62112:62133 Queen Victoria, British Columbia -0.449451899065432481 +47566 aapg_ae_715.html aapg_ae_715.html:4:544:548 Frio Houston -0.0396629967137020131 +47567 sedimentology_html_9793182930 sedimentology_html_9793182930:1203:75088:75114 Cutler Colorado -0.459837454744856933 +47568 cspg_html_9905904289 cspg_html_9905904289:16:3044:3056 Saskatchewan Lacombe, Alberta -0.459149520620870666 +47569 gsa_html_3898240693 gsa_html_3898240693:795:72246:72255 Valentine Reno, Nevada -0.496166414713999471 +47570 aapg_aa_763.html aapg_aa_763.html:34:1301:1307 Moscow Russia -0.0497759240720029236 +47571 cspg_html_8532932475 cspg_html_8532932475:603:55300:55317 Bluesky Lacombe, Alberta -0.488806694061501346 +47572 aapg_ad_294.html aapg_ad_294.html:692:77656:77665 Gibraltar Madeira -0.4597965726108596 +47573 geology_html_3623743516 geology_html_3623743516:260:22452:22476 El Paso West Texas -0.473157943062676001 +47574 aapg_af_635.html aapg_af_635.html:156:14522:14529 Bromide Platteville, Colorado -0.438031460031225395 +47575 aapg_ah_247.html aapg_ah_247.html:51:6247:6260 Detroit River Michigan -0.472678482936493838 +47576 sedimentology_html_7979863172 sedimentology_html_7979863172:378:25272:25277 Waicoe Svalbard -0.490313047484592146 +47577 cspg_html_9735723617 cspg_html_9735723617:237:30173:30193 Weatherall Melville Island (Canada) -0.0203286926879938275 +47578 aapg_ae_519.html aapg_ae_519.html:119:12355:12380 Venango Venango, Pennsylvania -0.488912357297633382 +47579 sedimentology_html_9380539627 sedimentology_html_9380539627:1000:55577:55581 Hall New York City -0.0435562539048757053 +47580 palaios_html_7805951959 palaios_html_7805951959:364:31011:31027 Pueblo Coahuila -0.0148473685012762528 +47581 sedimentology_html_9662614840 sedimentology_html_9662614840:757:60711:60726 Isaac Canada -0.448327675040319895 +47582 sedimentology_html_3417381350 sedimentology_html_3417381350:1241:95817:95846 Monterey California 0.00222359260486516743 +47583 sedimentology_html_9906287852 sedimentology_html_9906287852:199:22248:22266 Evanston Absaroka -0.50076665576240853 +47584 aapg_ai_561.html aapg_ai_561.html:66:5247:5256 Smackover Summerfield, Kansas -0.436965343294064001 +47585 aapg_ac_408.html aapg_ac_408.html:103:10985:10990 Yegua Charlotte, North Carolina -0.00530888185460337992 +47586 aapg_ai_105.html aapg_ai_105.html:389:48376:48392 Morgan Colorado -0.00773064589701005864 +47587 aapg_ac_841.html aapg_ac_841.html:117:15483:15487 Omoa Honduras -0.0309035312152589614 +47588 aapg_ae_885.html aapg_ae_885.html:256:26170:26195 Carmel Mesa, Arizona -0.0509507230324179883 +47589 gsa_html_3244543920 gsa_html_3244543920:56:4597:4603 Brazil Avalonia -0.0422292934029165484 +47590 aapg_ad_440.html aapg_ad_440.html:318:30681:30689 Virginia Virginia 0.150442620905434421 +47591 aapg_ai_149.html aapg_ai_149.html:3:453:472 Elk Lacombe, Alberta -0.0260168057224487229 +47592 aapg_ae_75.html aapg_ae_75.html:203:26593:26603 San Andres New Mexico -0.43005505476622502 +47593 aapg_af_143.html aapg_af_143.html:118:11140:11153 Logtown Ridge Sierra Nevada (Spain) -0.474815026513922711 +47594 aapg_aa_175.html aapg_aa_175.html:224:22976:22986 Washington Shreveport, Louisiana -0.0258220684876826687 +47595 aapg_ae_877.html aapg_ae_877.html:406:37179:37187 Windfall Western world -0.460964719996515115 +47596 cspg_html_4785922166 cspg_html_4785922166:290:32709:32725 Besa River Victoria, British Columbia -0.423098733122919901 +47597 gsa_html_8820488310 gsa_html_8820488310:348:31616:31633 Shepard Canada -0.480611894173340604 +47598 aapg_af_579.html aapg_af_579.html:226:24388:24405 Kayenta Logan, Utah -0.0398266335823246886 +47599 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6507:6530 Colton Cheyenne, Wyoming -0.457691392417615917 +47600 aapg_af_575.html aapg_af_575.html:308:41517:41532 Maquoketa Decorah, Iowa -0.0946495075342883435 +47601 aapg_af_854.html aapg_af_854.html:641:88718:88734 Warsaw Missouri River 0.700368195457079512 +47602 aapg_ae_846.html aapg_ae_846.html:196:18726:18732 Dakota Entrada Sandstone 0.0383888134751202009 +47603 gsa_html_8389609757 gsa_html_8389609757:29:2796:2824 Green River Iran -0.0102706745632111761 +47604 aapg_ae_973.html aapg_ae_973.html:5:751:758 Thrifty Salado, Texas -0.44304146514738707 +47605 aapg_ah_779.html aapg_ah_779.html:385:71714:71732 Sylvania Ohio -0.0903379404427167437 +47606 aapg_ae_959.html aapg_ae_959.html:2960:221975:221990 Diablo Nashville Basin -0.447314589257592876 +47607 aapg_aa_106.html aapg_aa_106.html:375:39694:39714 Dawson Bay Regina, Saskatchewan -0.022871757858413614 +47608 gsa_html_3448554349 gsa_html_3448554349:71:7846:7859 Bedford Maryland -0.461089806729199636 +47609 aapg_ae_608.html aapg_ae_608.html:3:460:468 Colorado Denver -0.453234160803079433 +47610 sedimentology_html_3490195740 sedimentology_html_3490195740:403:37217:37225 Palliser Lacombe, Alberta -0.0325612728688678896 +47611 aapg_ad_695.html aapg_ad_695.html:73:6997:7009 Sparta Shreveport, Louisiana -0.447276508327869859 +47612 aapg_ac_965.html aapg_ac_965.html:646:68497:68505 Coeymans Helderberg -0.425599363821972831 +47613 gsa_html_2989317971 gsa_html_2989317971:1092:108817:108847 Sucker Creek Boise, Idaho -0.22401810585617285 +47614 aapg_ad_659.html aapg_ad_659.html:469:67386:67407 Jacobsville Lake Superior -0.494850594949005074 +47615 aapg_ae_448.html aapg_ae_448.html:239:27949:27956 Rodessa Paluxy, Texas 0.00786094473747839077 +47616 gsa_html_7193789775 gsa_html_7193789775:364:35913:35924 Green River Logan, Utah -0.243106296424614177 +47617 gsa_html_3701935694 gsa_html_3701935694:639:61981:61999 Moretown Newfane, Vermont -0.0252830771132320185 +47618 cspg_html_2920938670 cspg_html_2920938670:34:4687:4699 Luscar Mountain Park (Holyoke, Massachusetts) 0.00764378019701805137 +47619 aapg_ae_876.html aapg_ae_876.html:3:232:237 Basal Colorado -0.493978458768718154 +47620 aapg_ae_633.html aapg_ae_633.html:12:1010:1028 Onondaga Chautauqua County, Kansas -0.454041701910604445 +47621 aapg_af_789.html aapg_af_789.html:21:3274:3293 Tonoloway Helderberg -0.444094495043231396 +47622 aapg_ah_197.html aapg_ah_197.html:230:21515:21527 Abo New Mexico -0.00922476160912374769 +47623 sedimentology_html_9911926988 sedimentology_html_9911926988:609:60864:60892 Moresby Gold Coast, Queensland -0.511097163563986379 +47624 gsa_html_7554994575 gsa_html_7554994575:665:62645:62649 Ashe North Carolina -0.453008719186489883 +47625 aapg_ad_864.html aapg_ad_864.html:789:46191:46208 Naheola Alabama -0.0283712524140075813 +47626 aapg_af_129.html aapg_af_129.html:474:50228:50236 Colorado Colorado -0.475085351012185853 +47627 cspg_html_3328007773 cspg_html_3328007773:1041:104501:104517 Viking Lacombe, Alberta -0.0187574882731168305 +47628 aapg_af_166.html aapg_af_166.html:99:13081:13089 Big Hill Jefferson County, Colorado -0.482921973604061416 +47629 aapg_ac_807.html aapg_ac_807.html:664:65580:65602 Black Creek Neuse River -0.0137317982422158428 +47630 cspg_html_8568877195 cspg_html_8568877195:342:55292:55310 Foremost Western world -0.457492019193031785 +47631 cspg_html_2093862169 cspg_html_2093862169:293:28943:28948 Bluff Jamaica, Queens -0.472770666406185036 +47632 aapg_ah_647.html aapg_ah_647.html:249:25745:25762 El Paso El Paso, Texas -0.435661502416701596 +47633 cspg_html_8692417800 cspg_html_8692417800:74:10196:10226 Albert New Brunswick, New Jersey -0.480765396922298249 +47634 aapg_ac_729.html aapg_ac_729.html:766:75452:75464 Pierre Texas 0.027282662360175531 +47635 gsa_html_5065061993 gsa_html_5065061993:847:75212:75240 Green River Colorado 0.0104235679161521922 +47636 aapg_ai_514.html aapg_ai_514.html:85:9946:9952 Oregon Boise, Idaho -0.0291434052387325206 +47637 aapg_ae_268.html aapg_ae_268.html:57:5957:5976 Mooretown Chester, Pennsylvania -0.460946527021081187 +47638 sedimentology_html_8055067991 sedimentology_html_8055067991:770:45127:45131 Cote Medley, Florida -0.442519856944349921 +47639 aapg_ae_60.html aapg_ae_60.html:69:9222:9230 Columbia Victoria, British Columbia -0.00846727342264548197 +47640 cspg_html_3354282978 cspg_html_3354282978:212:29216:29228 Golden Spike Redwater, Texas -0.468015132988553406 +47641 aapg_ac_609.html aapg_ac_609.html:3:393:408 Methy Lacombe, Alberta -0.238518337984425344 +47642 aapg_af_77.html aapg_af_77.html:220:16769:16775 Sabine Concordia, Kansas -0.44714211768966694 +47643 aapg_ae_904.html aapg_ae_904.html:237:25393:25414 Platteville Iowa -0.21492483457123876 +47644 gsa_html_2676102786 gsa_html_2676102786:1288:70214:70219 Rapid Altiplano -0.466759861116235797 +47645 aapg_af_711.html aapg_af_711.html:221:21431:21453 Monterey Rancho Santa Margarita, California -0.0893722309497010509 +47646 aapg_af_128.html aapg_af_128.html:139:13462:13468 Casper Cheyenne, Wyoming 0.00868617918509262052 +47647 aapg_ac_720.html aapg_ac_720.html:285:30331:30354 Cook Mountain Texas -0.45112171556163283 +47648 cspg_html_2882882278 cspg_html_2882882278:60:10910:10941 Mount Head Meramec River -0.458750170743803365 +47649 gsa_html_2877730818 gsa_html_2877730818:67:7416:7432 Noonday Dolomite Pahrump, Nevada -0.0544099822313272238 +47650 AMJC_html_3632105729 AMJC_html_3632105729:754:87972:87978 Reston Virginia -0.00272390391992803757 +47651 palaios_html_2325594901 palaios_html_2325594901:57:4624:4640 Chinle Arizona -0.460205477971118548 +47652 aapg_ac_338.html aapg_ac_338.html:132:14926:14944 Frontier Cheyenne, Wyoming -0.0142026952151300869 +47653 cspg_html_4407743346 cspg_html_4407743346:430:55914:55920 Oxford Pergamon Museum -0.0306147978884375553 +47654 gsa_html_4108353219 gsa_html_4108353219:699:53812:53840 Green River Iran -0.0284095111731004074 +47655 cspg_html_7970836465 cspg_html_7970836465:87:11366:11383 Vaureal Anticosti Island -0.463332970234029085 +47656 aapg_ae_310.html aapg_ae_310.html:42:5416:5434 Woodbine Fannin County, Texas -0.448296279445968116 +47657 aapg_ae_771.html aapg_ae_771.html:6:1122:1141 Java Hanover -0.442542141875480355 +47658 gsa_html_3815687797 gsa_html_3815687797:73:4954:4982 Green River Colorado -0.0122896166911195832 +47659 aapg_ae_40.html aapg_ae_40.html:191:15991:16002 Viola Healdton, Oklahoma -0.0462769907326050153 +47660 aapg_ah_505.html aapg_ah_505.html:1510:121718:121726 Niobrara Western world -0.392382477387635764 +47661 cspg_html_9613527162 cspg_html_9613527162:132:18371:18386 Shunda Walpole, Massachusetts -0.466567604644266332 +47662 cspg_html_7093237629 cspg_html_7093237629:6:413:427 Woodbend Lacombe, Alberta -0.451767539383647998 +47663 cspg_html_8089302449 cspg_html_8089302449:555:97364:97386 Lime Creek Lacombe, Alberta 0.000564582905986352451 +47664 gsa_html_9299329909 gsa_html_9299329909:89:9070:9080 Santa Cruz Santa Rosa, California -0.494552690963700137 +47665 aapg_ah_448.html aapg_ah_448.html:139:14774:14784 San Miguel Upson County, Georgia -0.446146001135949044 +47666 aapg_ah_764.html aapg_ah_764.html:479:48028:48045 Haymond Texas -0.462111625185478381 +47667 cspg_html_7833083677 cspg_html_7833083677:3512:265650:265665 Interlake Manitoba -0.446392131630084288 +47668 aapg_ae_71.html aapg_ae_71.html:326:30224:30230 Carmel Carmel, Indiana -0.442548827459522287 +47669 aapg_ae_999.html aapg_ae_999.html:74:11573:11592 Catahoula Mississippi River -0.254345636263846542 +47670 gsa_html_5756232019 gsa_html_5756232019:900:78451:78457 Reston New Mexico -0.459860167847925383 +47671 gsa_html_1355236849 gsa_html_1355236849:167:17663:17682 Knoxville Mount Diablo -0.0792959011673746855 +47672 AMJC_html_6341723617 AMJC_html_6341723617:749:65483:65503 White Sage Great Basin -0.47482657712880405 +47673 cspg_html_9332855346 cspg_html_9332855346:152:13135:13150 Lower Elk Point Regina, Saskatchewan -0.0298634270365841781 +47674 aapg_ac_182.html aapg_ac_182.html:64:9946:9952 Almond Pine Ridge Indian Reservation -0.481759173673690755 +47675 cspg_html_6216640615 cspg_html_6216640615:1074:104882:104904 Slave Point Saudi Arabia -0.407163119769903825 +47676 gsa_html_4675429437 gsa_html_4675429437:730:51663:51673 San Felipe Gulf of California -0.02404868566678443 +47677 aapg_aa_44.html aapg_aa_44.html:243:31541:31549 Moenkopi Arizona 0.0108718271862225224 +47678 gsa_html_2138605540 gsa_html_2138605540:13:651:659 San Jose California -0.463396817899322633 +47679 aapg_ae_372.html aapg_ae_372.html:78:10396:10402 Lisbon San Francisco -0.0196369298300035668 +47680 gsa_html_4837287019 gsa_html_4837287019:88:10138:10156 Blakeley Seattle -0.466810220907495799 +47681 cspg_html_1230998910 cspg_html_1230998910:95:12343:12361 Wabamun Western world -0.457501080653503367 +47682 gsa_html_1860930948 gsa_html_1860930948:207:24570:24592 Shinarump Conglomerate Spring Mountains National Recreation Area -0.0335442004664093935 +47683 aapg_ai_278.html aapg_ai_278.html:853:101940:101949 Smackover Florida Panhandle -0.441593278961416758 +47684 cspg_html_4405340534 cspg_html_4405340534:186:27133:27150 Sayabec Cape Cod -0.0507572345457288979 +47685 cspg_html_8139359744 cspg_html_8139359744:511:67939:67953 Eramosa Bruce Peninsula National Park 0.631256919097067937 +47686 jgeology_html_2401877359 jgeology_html_2401877359:245:18193:18200 Wonewoc Wisconsin -0.451054234304276602 +47687 aapg_ad_958.html aapg_ad_958.html:876:91111:91127 Keokuk Nebraska -0.444844842741709823 +47688 jgeology_html_1836103970 jgeology_html_1836103970:396:31030:31050 Boss Point New Glasgow, Nova Scotia -0.449467616590735308 +47689 aapg_ae_73.html aapg_ae_73.html:166:21810:21827 Minturn Atoka, Oklahoma -0.48715769815048382 +47690 geology_html_7113954805 geology_html_7113954805:56:4018:4039 Mount Simon Illinois -0.47503682505792677 +47691 aapg_ae_981.html aapg_ae_981.html:130:8691:8711 Henryhouse Bainbridge, Georgia -0.0431731213623836943 +47692 cspg_html_7938374662 cspg_html_7938374662:249:24730:24744 Moosebar Victoria, British Columbia -0.465705253187009671 +47693 sedimentology_html_8006979411 sedimentology_html_8006979411:1833:119710:119718 Columbia Victoria, British Columbia -0.458648092769168181 +47694 gsa_html_4308966435 gsa_html_4308966435:927:96659:96667 Columbia Maryland -0.0242746935922993796 +47695 gsa_html_4543270561 gsa_html_4543270561:824:75468:75481 Santa Barbara Goleta, California -0.0229013103912739102 +47696 cspg_html_2554491454 cspg_html_2554491454:309:39304:39319 Mesaverde Logan, Utah -0.457840951353905012 +47697 aapg_ak_96.html aapg_ak_96.html:74:7375:7384 Blackford Lincolnshire, Illinois -0.0129759471663572871 +47698 gsa_html_7915521951 gsa_html_7915521951:1017:91689:91695 Walker Cordillera Administrative Region -0.0565379969022386936 +47699 aapg_ai_49.html aapg_ai_49.html:677:88662:88676 Woodside Boise, Idaho -0.462102516958969756 +47700 aapg_ad_467.html aapg_ad_467.html:265:20772:20792 Tuscaloosa Tuscaloosa, Alabama -0.00806073698202901257 +47701 aapg_ah_580.html aapg_ah_580.html:3:168:188 Haymond West Texas 0.873586577825694377 +47702 aapg_ae_73.html aapg_ae_73.html:607:83065:83073 San Luis Colorado -0.444371337951674328 +47703 aapg_aa_108.html aapg_aa_108.html:22:2600:2627 Prospect Deep Creek Mountains -0.431509704805809302 +47704 gsa_html_8244777175 gsa_html_8244777175:631:67423:67456 Bluffer Pond Portland, Maine -0.488722172911972397 +47705 aapg_aa_288.html aapg_aa_288.html:130:15112:15123 Mowry Cheyenne, Wyoming -0.433376961451207021 +47706 gsa_html_4828739821 gsa_html_4828739821:887:73396:73402 Oxford Flagstaff, Arizona -0.47601017133294582 +47707 cspg_html_4867288101 cspg_html_4867288101:61:8324:8338 Windsor Cape Breton Island -0.451751782124743317 +47708 gsa_html_6481254334 gsa_html_6481254334:855:75285:75293 Santiago Puerto Varas -0.443688311537407287 +47709 aapg_af_575.html aapg_af_575.html:962:137608:137615 Admiral Wichita, Kansas -0.0448416139900337171 +47710 aapg_aa_644.html aapg_aa_644.html:574:50979:50995 Draney Cheyenne, Wyoming -0.50871337107962189 +47711 aapg_ah_506.html aapg_ah_506.html:202:20548:20562 Traverse West Michigan -0.463579265049131273 +47712 AMJC_html_7984049819 AMJC_html_7984049819:590:59267:59284 Berwick Portland, Maine -0.0322203122766998376 +47713 cspg_html_4550597410 cspg_html_4550597410:352:40577:40585 Virginia Bennington, Vermont -0.0317923859746223822 +47714 cspg_html_5812311884 cspg_html_5812311884:5:235:276 Crowsnest Lacombe, Alberta -0.457555451333636842 +47715 gsa_html_9911071626 gsa_html_9911071626:17:801:813 Castle Hayne New Hanover County, North Carolina -0.0209474772659758064 +47716 aapg_ae_590.html aapg_ae_590.html:407:43456:43473 Sparta Carrizo Plain -0.479561365364802261 +47717 gsa_html_4220229801 gsa_html_4220229801:152:11389:11399 Washington Salem, Oregon -0.475085351012185853 +47718 aapg_aa_734.html aapg_aa_734.html:370:36767:36775 Caballos Arkansas -0.46326000708216164 +47719 aapg_ae_188.html aapg_ae_188.html:120:7417:7423 Wilcox Seminole, Texas -0.0250709632878346432 +47720 cspg_html_6216640615 cspg_html_6216640615:166:20573:20581 Columbia Victoria, British Columbia -0.489060307863409593 +47721 aapg_ae_885.html aapg_ae_885.html:259:26689:26708 Mesaverde Navajo County, Arizona -0.434757184965269161 +47722 aapg_aa_625.html aapg_aa_625.html:29:4044:4063 Smackover Arkansas -0.469189557204259144 +47723 sedimentology_html_3983816673 sedimentology_html_3983816673:534:34212:34216 Bond Bering Sea -0.466810220907495799 +47724 cspg_html_6021605367 cspg_html_6021605367:28:3146:3175 Banff San Fernando Valley -0.0653453472638044347 +47725 gsa_html_9353787239 gsa_html_9353787239:1282:106017:106026 Nankoweap Arizona -0.4597920302667165 +47726 geology_html_4460751015 geology_html_4460751015:276:22837:22858 Green River Earth -0.0346577090486229963 +47727 cspg_html_4298557570 cspg_html_4298557570:18:2446:2464 Paskapoo Edmonton, London -0.449703411954729404 +47728 aapg_ai_958.html aapg_ai_958.html:151:15978:15984 Goliad Lavaca, Arkansas -0.462261924354454456 +47729 aapg_ac_246.html aapg_ac_246.html:1382:113497:113503 Viking Lacombe, Alberta -0.464256927711512946 +47730 aapg_ai_107.html aapg_ai_107.html:104:10018:10027 Smackover Hubbard, Bowie County, Texas -0.476519241639526414 +47731 cspg_html_9471997322 cspg_html_9471997322:6:292:322 Waterways Edmonton, London -0.484317543793189031 +47732 jgeology_html_4599466962 jgeology_html_4599466962:305:21945:21957 Seneca Edgecliff, New South Wales -0.0580629079805682485 +47733 aapg_ac_514.html aapg_ac_514.html:18:2033:2054 Georgetown Buda, Texas -0.44844429668252761 +47734 aapg_aa_23.html aapg_aa_23.html:169:17315:17323 Winnipeg Winnipeg -0.0129533588216162645 +47735 cspg_html_5484260516 cspg_html_5484260516:240:26596:26609 Wabamun Lacombe, Alberta -0.202431506499421127 +47736 cspg_html_3043423556 cspg_html_3043423556:332:36093:36110 Prince Alfred Bay Canada -0.0626555402961383595 +47737 aapg_ad_3.html aapg_ad_3.html:536:52106:52114 Virginia Knoxville, Tennessee -0.455279223830003521 +47738 aapg_ac_289.html aapg_ac_289.html:125:9902:9911 Smackover Saratoga, California 0.00130635878656701733 +47739 aapg_ac_789.html aapg_ac_789.html:7:310:323 Barnett Texas -0.386744826367242056 +47740 aapg_ak_54.html aapg_ak_54.html:45:5582:5591 Smackover Mississippi River -0.186619923487000461 +47741 aapg_ak_45.html aapg_ak_45.html:91:9786:9794 Colorado Denver -0.488724520608411594 +47742 cspg_html_7963093032 cspg_html_7963093032:562:54723:54738 Gates Victoria, British Columbia -0.483281151267174081 +47743 palaios_html_1018466366 palaios_html_1018466366:19:1049:1061 Saskatchewan Saskatoon -0.0168284107080514181 +47744 cspg_html_3735760125 cspg_html_3735760125:210:25181:25198 Cardium Canada -0.447242908821281704 +47745 aapg_ad_984.html aapg_ad_984.html:188:18278:18283 Utica Hopkins County, Kentucky -0.0125641469917892202 +47746 aapg_ai_256.html aapg_ai_256.html:277:28857:28876 Kinderhook Hancock County, Indiana -0.485252303872338198 +47747 cspg_html_6121424055 cspg_html_6121424055:226:18988:19005 Muskwa Victoria, British Columbia -0.511015181265963236 +47748 aapg_aa_684.html aapg_aa_684.html:256:24082:24086 Jelm Cheyenne, Wyoming -0.476750735783332602 +47749 gsa_html_4920112244 gsa_html_4920112244:896:57776:57804 Green River Colorado -0.0157614078878749141 +47750 aapg_ad_44.html aapg_ad_44.html:771:82239:82247 Virginia Pennsylvania -0.438246604154488462 +47751 aapg_af_763.html aapg_af_763.html:23:3881:3898 Roberts Mountains Reno, Nevada -0.458913519660435476 +47752 aapg_ad_958.html aapg_ad_958.html:390:39066:39079 Hampton Nebraska 0.0143677717617256336 +47753 aapg_ah_76.html aapg_ah_76.html:50:6703:6717 Bedford Ladd, Illinois -0.0448416139900337171 +47754 AMJC_html_3876900807 AMJC_html_3876900807:688:54770:54774 Bell London, Ontario -0.025453465811003901 +47755 aapg_ad_766.html aapg_ad_766.html:582:58953:58959 Dakota Mesa, Arizona 0.396163129499247924 +47756 aapg_ah_387.html aapg_ah_387.html:376:36645:36654 Knoxville Central Valley (California) -0.467870731747513147 +47757 aapg_ac_884.html aapg_ac_884.html:87:9423:9427 Keel Clarita, Oklahoma -0.502757556583302234 +47758 palaios_html_9663500426 palaios_html_9663500426:849:62688:62702 Beaufort South Africa -0.473508484055372547 +47759 aapg_ad_659.html aapg_ad_659.html:31:4884:4892 Michigan Lake Superior -0.50875665121932967 +47760 aapg_aa_913.html aapg_aa_913.html:40:5639:5653 Fredericksburg Texas -0.021541947632611351 +47761 aapg_ad_111.html aapg_ad_111.html:494:50614:50622 Colorado Mesa, Arizona -0.00952011624606233578 +47762 palaios_html_1371359772 palaios_html_1371359772:56:6108:6116 Columbia Willapa Bay -0.455188836413653375 +47763 aapg_ai_899.html aapg_ai_899.html:83:9220:9238 Morrison Logan, Utah -0.00965910742103491191 +47764 aapg_ae_100.html aapg_ae_100.html:20:2217:2225 Columbia Columbia District -0.430026468312881383 +47765 aapg_ac_366.html aapg_ac_366.html:7:1196:1205 Rose Hill Huntington, West Virginia 0.391018257588567175 +47766 cspg_html_6306091047 cspg_html_6306091047:323:46466:46474 Columbia Victoria, British Columbia -0.0198420227136738916 +47767 aapg_ac_380.html aapg_ac_380.html:422:50040:50048 Onondaga Onondaga (tribe) 0.00568412731897794451 +47768 gsa_html_3379069611 gsa_html_3379069611:765:60573:60578 Price Logan, Utah 0.0137839266560680976 +47769 aapg_ae_254.html aapg_ae_254.html:59:6193:6216 Cotton Valley Texas -0.0229082639361186564 +47770 cspg_html_5660413005 cspg_html_5660413005:140:16859:16877 Graminia Lacombe, Alberta -0.476033304431228654 +47771 cspg_html_2695921112 cspg_html_2695921112:80:8938:8946 Bathurst New Brunswick, New Jersey -0.488123721391326648 +47772 geology_html_5142231224 geology_html_5142231224:23:1488:1494 Reston Virginia -0.491162576381923288 +47773 aapg_ah_678.html aapg_ah_678.html:16:2294:2323 Vicksburg Texas -0.134977799586601221 +47774 aapg_ae_235.html aapg_ae_235.html:186:22455:22466 Black Creek Tuscaloosa, Alabama -0.00771674737466516297 +47775 aapg_ac_688.html aapg_ac_688.html:209:20963:20978 Uinta Uintah, Utah 0.0477335291630139602 +47776 aapg_ad_52.html aapg_ad_52.html:6:572:591 Coldwater Michigan -0.442720440658756875 +47777 aapg_ak_104.html aapg_ak_104.html:476:47384:47397 Madison Cheyenne, Wyoming 0.000842531559138272996 +47778 aapg_ac_301.html aapg_ac_301.html:402:46916:46922 Antler Boise, Idaho 0.00238862567180727833 +47779 sedimentology_html_5613495298 sedimentology_html_5613495298:1556:83465:83481 Chinle Logan, Utah 0.0195013611610286609 +47780 cspg_html_4031489103 cspg_html_4031489103:508:78337:78345 Waterton Canada -0.458659434193013582 +47781 sedimentology_html_7103694532 sedimentology_html_7103694532:661:48286:48292 Moscow Russia -0.470216166533545032 +47782 sedimentology_html_7352727244 sedimentology_html_7352727244:855:44958:44962 Hall London, Ontario 0.00738665861447657893 +47783 cspg_html_2954223000 cspg_html_2954223000:486:72114:72119 Uinta Logan, Utah -0.0247962629365806077 +47784 aapg_ac_402.html aapg_ac_402.html:65:5820:5827 Theresa Zoara -0.448821175971653663 +47785 AMJC_html_5390933660 AMJC_html_5390933660:187:19533:19554 Waits River Cambridge, Massachusetts 0.433630770560566425 +47786 aapg_ac_190.html aapg_ac_190.html:61:11711:11730 Marcellus Pennsylvania -0.030833956297731533 +47787 aapg_af_664.html aapg_af_664.html:710:79373:79386 Brushy Canyon San Angelo, Texas 0.985547731749897959 +47788 aapg_aa_745.html aapg_aa_745.html:345:41829:41858 Brushy Canyon Lea County Regional Airport -0.0417243342632335201 +47789 cspg_html_5203550978 cspg_html_5203550978:444:47306:47324 Fayetteville Arkansas -0.469024309212410007 +47790 gsa_html_7800798612 gsa_html_7800798612:78:6043:6049 Provo Piedmont (United States) -0.0121732026878597095 +47791 aapg_ah_5.html aapg_ah_5.html:1846:94492:94501 San Diego Denver -0.449050071375940441 +47792 aapg_ac_158.html aapg_ac_158.html:79:13616:13638 Cooking Lake Lacombe, Alberta -0.425516196002090841 +47793 aapg_ac_720.html aapg_ac_720.html:43:5956:5964 Navesink Closter, New Jersey -0.402992443146973911 +47794 cspg_html_7587979364 cspg_html_7587979364:1003:68196:68237 Cooking Lake Swan Hill, Victoria -0.01223054087335982 +47795 geology_html_1904038295 geology_html_1904038295:18:1160:1173 Potomac England -0.450595494357366455 +47796 cspg_html_3772380029 cspg_html_3772380029:728:90020:90041 Fossil Hill Ontario, California -0.0558541686875998269 +47797 aapg_ae_973.html aapg_ae_973.html:449:31892:31900 Wolfcamp Mexico -0.0554302997400826919 +47798 palaios_html_3163415141 palaios_html_3163415141:532:46058:46071 Chapel Island Corbin, Burin Peninsula, Newfoundland and Labrador -0.471336008805755435 +47799 sedimentology_html_9698218926 sedimentology_html_9698218926:45:3522:3528 Brazil New Guinea -0.00764378019701813464 +47800 aapg_ad_864.html aapg_ad_864.html:1106:56470:56487 Jackson Mississippi River -0.0455104965023540933 +47801 cspg_html_1019614994 cspg_html_1019614994:101:18458:18475 Wabamun Lacombe, Alberta -0.0174783687048886763 +47802 aapg_ac_714.html aapg_ac_714.html:143:15240:15255 Piper Big Horn Mountains 0.00389825344276496875 +47803 cspg_html_5295390542 cspg_html_5295390542:89:12336:12350 Doig Lacombe, Alberta -0.0463048645997310923 +47804 aapg_af_575.html aapg_af_575.html:548:75182:75192 Kinderhook Missouri River -0.0315036314272049284 +47805 cspg_html_2929384614 cspg_html_2929384614:529:57308:57328 Vicksburg Hidalgo County, New Mexico -0.0274096020892318319 +47806 gsa_html_3872060924 gsa_html_3872060924:18:1099:1111 Owens Valley California -0.182034832497109833 +47807 aapg_ah_871.html aapg_ah_871.html:160:19429:19437 Montreal Ottawa, Kansas -0.169936527968898715 +47808 geology_html_6407364180 geology_html_6407364180:85:7461:7486 Navajo Logan, Utah -0.45184182728382527 +47809 aapg_ac_563.html aapg_ac_563.html:108:18645:18652 Sabinas Mississippi River -0.0973118429454373074 +47810 aapg_ah_69.html aapg_ah_69.html:258:28907:28917 Chazy Western world -0.428929839085586462 +47811 aapg_ae_757.html aapg_ae_757.html:56:7472:7476 Wendover San Juan, Argentina -0.480439817477733677 +47812 cspg_html_7963093032 cspg_html_7963093032:648:59079:59104 Moosebar Lacombe, Alberta -0.489006291184516995 +47813 cspg_html_3772380029 cspg_html_3772380029:122:14836:14850 Kenogami River Canada -0.01912594516902133 +47814 aapg_ae_41.html aapg_ae_41.html:65:5149:5163 Woodbend Lacombe, Alberta -0.430532356052481968 +47815 cspg_html_4773367370 cspg_html_4773367370:331:25535:25551 Hasler Victoria, British Columbia -0.0482388499511915356 +47816 aapg_aa_148.html aapg_aa_148.html:60:9138:9150 Burro Canyon Navajo Nation -0.487588990851044235 +47817 aapg_ae_767.html aapg_ae_767.html:58:6420:6436 Chinle Arizona 0.0529172742431923138 +47818 palaios_html_5321533010 palaios_html_5321533010:422:46789:46795 Reston Hawaii (island) -0.410827415379082961 +47819 cspg_html_2490951833 cspg_html_2490951833:512:77371:77383 Cooking Lake Lacombe, Alberta -0.455387700672750584 +47820 aapg_ad_883.html aapg_ad_883.html:116:14020:14033 Meaford Ontario, California -0.210309041636768029 +47821 aapg_ae_305.html aapg_ae_305.html:818:63889:63895 Perija Venezuela -0.0184133695346841396 +47822 aapg_ah_644.html aapg_ah_644.html:394:47259:47268 Gull Lake Regina, Saskatchewan -0.449467616590735308 +47823 aapg_af_579.html aapg_af_579.html:149:15242:15247 Ouray Telluride, Colorado -0.428896893887351471 +47824 geology_html_4447793411 geology_html_4447793411:100:7433:7443 San Felipe Sonora -0.0242746935922993796 +47825 aapg_ae_725.html aapg_ae_725.html:681:64090:64095 Swift Maryland -0.450519060159522589 +47826 aapg_aa_143.html aapg_aa_143.html:974:107195:107239 Beekmantown Pennsylvania -0.441517589995484405 +47827 sedimentology_html_3405816632 sedimentology_html_3405816632:748:56184:56191 Andrews Norcross, Georgia -0.0540332876662449682 +47828 AMJC_html_5390933660 AMJC_html_5390933660:596:59326:59345 Littleton Littleton, Colorado -0.020196595303077311 +47829 gsa_html_3191945202 gsa_html_3191945202:994:67998:68010 Owens Valley California -0.0412855650787417178 +47830 sedimentology_html_9860745508 sedimentology_html_9860745508:452:35913:35919 Taylor London, Ontario -0.486220855983571787 +47831 aapg_ai_811.html aapg_ai_811.html:220:31181:31192 Dutch Creek Jeffersonville, Indiana 0.0295434123424303807 +47832 cspg_html_3516764931 cspg_html_3516764931:361:60628:60648 Harrogate Victoria, British Columbia -0.493107222601495088 +47833 aapg_ah_859.html aapg_ah_859.html:234:27602:27625 Moodys Branch Alabama -0.252076898053049392 +47834 gsa_html_6982030333 gsa_html_6982030333:751:70822:70830 John Day Wallowa, Oregon -0.489119025533207352 +47835 cspg_html_7256838293 cspg_html_7256838293:13:964:978 Muav Arizona -0.0299260395523841712 +47836 aapg_ae_768.html aapg_ae_768.html:21:3417:3434 Rustler Salado, Texas -0.0379467177170490291 +47837 aapg_aa_495.html aapg_aa_495.html:76:10538:10556 Nacatoch Shreveport, Louisiana -0.227416703855298635 +47838 palaios_html_4936782265 palaios_html_4936782265:672:66279:66287 Colorado Pueblo, Colorado -0.0838385016465107019 +47839 aapg_aa_685.html aapg_aa_685.html:348:31124:31134 North Horn Flagstaff, Arizona -0.492640099962427858 +47840 aapg_ad_440.html aapg_ad_440.html:388:38305:38313 Virginia Virginia -0.0732422800715947925 +47841 jgeology_html_3385510991 jgeology_html_3385510991:595:39657:39678 Tibbit Hill Quebec City -0.486319176175919576 +47842 geology_html_8192302652 geology_html_8192302652:337:28086:28090 Bell Earth -0.480644453081816247 +47843 aapg_ac_410.html aapg_ac_410.html:24:2970:2983 Wapiabi Lacombe, Alberta -0.503937652022910187 +47844 aapg_af_422.html aapg_af_422.html:56:5821:5830 Jamestown Chautauqua County, Kansas -0.0140758476190941898 +47845 gsa_html_3032625755 gsa_html_3032625755:1027:74473:74501 Green River New Mexico -0.0206224389359462197 +47846 aapg_ac_730.html aapg_ac_730.html:598:86437:86453 Toreva Mancos, Colorado -0.0483573436723463285 +47847 aapg_af_575.html aapg_af_575.html:949:134872:134882 Fort Dodge Iowa -0.0533985334168908185 +47848 aapg_aa_415.html aapg_aa_415.html:73:12009:12029 Tokio Western world -0.447135398674851747 +47849 gsa_html_6330913937 gsa_html_6330913937:976:88871:88880 San Diego Southern California -0.0253787031828477012 +47850 palaios_html_7111318862 palaios_html_7111318862:1168:110981:110996 Aguja Austin, Chicago -0.450582005503512739 +47851 aapg_ah_645.html aapg_ah_645.html:24:3671:3679 Sundance Colorado -0.0109795492601601104 +47852 aapg_ai_143.html aapg_ai_143.html:187:20128:20135 Pakowki Lacombe, Alberta -0.150174162799217692 +47853 gsa_html_3448554349 gsa_html_3448554349:258:22876:22896 Hampshire Catskill Mountains -0.499289070663717582 +47854 cspg_html_7434089303 cspg_html_7434089303:417:54252:54260 Read Bay Ellesmere Island -0.477454856949792728 +47855 cspg_html_9689514766 cspg_html_9689514766:369:44151:44179 Ipperwash Ontario, California -0.438060290900437188 +47856 cspg_html_4407743346 cspg_html_4407743346:13:2111:2127 Muskeg Black Creek (Toronto) -0.489119025533207352 +47857 aapg_ah_96.html aapg_ah_96.html:161:18857:18874 Roughlock Winnipeg -0.609631874505187299 +47858 aapg_af_166.html aapg_af_166.html:22:2527:2535 Big Hill Matagorda County, Texas -0.0791452576470934449 +47859 gsa_html_4308966435 gsa_html_4308966435:518:55652:55666 Cedar Mountain Logan, Utah -0.0354198318919945049 +47860 aapg_ah_877.html aapg_ah_877.html:322:36366:36372 Oregon Cape Blanco Light -0.0283712524140075813 +47861 aapg_ac_744.html aapg_ac_744.html:239:26174:26197 Trujillo Corozal Town -0.442649117020085803 +47862 cspg_html_6412687568 cspg_html_6412687568:10:1071:1089 Duperow Lacombe, Alberta -0.446011775932438015 +47863 cspg_html_1962846283 cspg_html_1962846283:24:3649:3673 Kootenay Victoria, British Columbia -0.0644107621385268531 +47864 cspg_html_3883962749 cspg_html_3883962749:429:49800:49811 Coal Valley Lacombe, Alberta -0.520434041943150461 +47865 cspg_html_2018998204 cspg_html_2018998204:251:25065:25070 Yukon Watson Lake (Arizona) -0.0805012213737398286 +47866 aapg_ad_169.html aapg_ad_169.html:95:12882:12902 Loyalhanna Huntington, West Virginia -0.399386590966374855 +47867 aapg_af_128.html aapg_af_128.html:232:23459:23467 Tensleep Cheyenne, Wyoming -0.501531457608635822 +47868 aapg_aa_360.html aapg_aa_360.html:98:10098:10111 Cook Mountain Carrizo Plain -0.49208602118357192 +47869 aapg_ah_574.html aapg_ah_574.html:73:7049:7066 Tamabra Matamoros, Tamaulipas -0.0385036919951944542 +47870 gsa_html_7875871937 gsa_html_7875871937:555:53426:53434 Colorado Williston, Vermont 0.00951837885947521764 +47871 aapg_ai_533.html aapg_ai_533.html:56:6341:6347 Viking Lacombe, Alberta -0.0112818678629079024 +47872 aapg_ae_757.html aapg_ae_757.html:3:250:270 Carlile Colorado -0.571283019782482082 +47873 aapg_ai_28.html aapg_ai_28.html:720:68022:68028 Lissie Uvalde, Texas -0.513487894691595503 +47874 gsa_html_8912192312 gsa_html_8912192312:850:90551:90564 Francis London, Ontario -0.476033304431228654 +47875 aapg_ae_884.html aapg_ae_884.html:350:45474:45496 Judith River Fruitland, Idaho -0.000774781561203988548 +47876 aapg_ad_466.html aapg_ad_466.html:1534:162368:162376 Virginia Yorktown, Virginia -0.463697875765281653 +47877 aapg_ae_369.html aapg_ae_369.html:44:5471:5478 Warrior Tuscaloosa, Alabama -0.418546985241553371 +47878 sedimentology_html_2139169476 sedimentology_html_2139169476:102:9479:9488 Peninsula Korea -0.0190651145503429667 +47879 aapg_ae_181.html aapg_ae_181.html:7:858:863 Eutaw Knoxville, Tennessee -0.415295473859709607 +47880 cspg_html_9222238695 cspg_html_9222238695:187:26598:26606 Columbia Victoria, British Columbia -0.0393566203457145145 +47881 aapg_ai_932.html aapg_ai_932.html:545:86939:86943 Hall San Luis Obispo, California -0.0294721058156958669 +47882 aapg_ae_474.html aapg_ae_474.html:92:8398:8419 Paint Creek Bethel, Alaska -0.022871757858413614 +47883 palaios_html_6139698294 palaios_html_6139698294:71:8851:8867 Bluff Texas -0.494670894236060144 +47884 jgeology_html_3687907140 jgeology_html_3687907140:229:14996:15003 Halifax Canada -0.434518537443352337 +47885 aapg_af_482.html aapg_af_482.html:159:21590:21612 Esquias Lima, Ohio 0.00810590751999957886 +47886 AMJC_html_7988146761 AMJC_html_7988146761:162:24465:24477 Owens Valley California 0.361165179227379007 +47887 aapg_af_50.html aapg_af_50.html:38:4428:4435 Minturn Eagle River, Alaska 0.672874661045348543 +47888 cspg_html_3618628685 cspg_html_3618628685:121:16488:16505 Belly River Deadhorse, Alaska -0.474815026513922711 +47889 aapg_ac_333.html aapg_ac_333.html:135:16754:16772 Toroweap Grand Canyon 0.427702852296176772 +47890 aapg_aa_685.html aapg_aa_685.html:507:44473:44492 Greenfield Dolomite Ohio -0.440265166942118702 +47891 cspg_html_2820961138 cspg_html_2820961138:557:59507:59524 Cardium Lacombe, Alberta -0.448327675040319895 +47892 cspg_html_1781462584 cspg_html_1781462584:121:13829:13847 Pekisko Lacombe, Alberta -0.437953842888147871 +47893 aapg_ai_932.html aapg_ai_932.html:186:28324:28349 Santa Margarita San Juan, Argentina -0.00417620791845697229 +47894 aapg_af_461.html aapg_af_461.html:214:20258:20285 Salina Middle East -0.428824418473081392 +47895 aapg_aa_683.html aapg_aa_683.html:101:14307:14313 Pueblo Colorado -0.0184446528159183526 +47896 aapg_aa_463.html aapg_aa_463.html:212:40712:40724 Mooringsport Paluxy, Texas -0.394515988134561679 +47897 aapg_ah_528.html aapg_ah_528.html:508:53748:53755 Thaynes Logan, Utah -0.237777393063100861 +47898 palaios_html_2621173808 palaios_html_2621173808:568:62813:62830 Montney Lacombe, Alberta -0.456518443898076276 +47899 gsa_html_9901339383 gsa_html_9901339383:392:37815:37822 Laramie Cheyenne, Wyoming -0.03643260021013002 +47900 aapg_ah_283.html aapg_ah_283.html:446:50320:50326 Oregon Washington (state) -0.43374114370115191 +47901 cspg_html_3357826027 cspg_html_3357826027:105:15710:15718 Colorado Denver -0.505042823080860015 +47902 aapg_ae_319.html aapg_ae_319.html:363:27550:27558 Woodside Uinta Mountains -0.447168994241326834 +47903 cspg_html_9894399778 cspg_html_9894399778:78:7156:7166 Swan River Ashville, Ohio -0.455188836413653375 +47904 aapg_ac_662.html aapg_ac_662.html:19:3425:3445 Wood River Boise, Idaho -0.218045000166315284 +47905 aapg_af_653.html aapg_af_653.html:973:115589:115597 Vaqueros Monterey, California -0.0100152745816292233 +47906 aapg_aa_22.html aapg_aa_22.html:39:4728:4733 Hueco Sacramento, California -0.46279500750727276 +47907 aapg_ah_237.html aapg_ah_237.html:292:29741:29759 Peninsula Oman -0.469051848391689397 +47908 aapg_ae_272.html aapg_ae_272.html:391:36078:36096 Michigan Michigan -0.46687889797168336 +47909 cspg_html_3634181348 cspg_html_3634181348:27:4112:4139 Wilberns Texas -0.0350022236580636789 +47910 aapg_ae_885.html aapg_ae_885.html:221:22132:22146 Hermosa Arizona -0.0590261932947709553 +47911 aapg_ad_871.html aapg_ad_871.html:693:58642:58672 Traverse Michigan -0.437151438175982732 +47912 aapg_ad_285.html aapg_ad_285.html:117:14345:14366 Kekiktuk Conglomerate Anchorage, Alaska 0.00865316951602894749 +47913 aapg_ai_597.html aapg_ai_597.html:31:3184:3196 Pierre Sharon Springs, Kansas -0.467263588143899677 +47914 cspg_html_6159840831 cspg_html_6159840831:16:2037:2081 Muskiki Lacombe, Alberta -0.0681587571968451378 +47915 cspg_html_9214997177 cspg_html_9214997177:30:4075:4118 Prairie Regina, Saskatchewan -0.425402399125748287 +47916 aapg_ae_3.html aapg_ae_3.html:78:9951:9959 Chainman Reno, Nevada -0.413661883248239493 +47917 geology_html_5770895858 geology_html_5770895858:11:460:470 Washington Seattle -0.507776191944776634 +47918 aapg_af_979.html aapg_af_979.html:542:74379:74402 Viking Lacombe, Alberta -0.011327042139941219 +47919 aapg_ac_930.html aapg_ac_930.html:109:15160:15166 Oregon Salem, Oregon -0.0240556397080989269 +47920 aapg_aa_39.html aapg_aa_39.html:42:4853:4868 Ouray San Juan, Argentina 0.974623313429761051 +47921 aapg_ae_628.html aapg_ae_628.html:214:19297:19313 Santa Clara Channel Islands of California -0.467877607461444023 +47922 aapg_ai_49.html aapg_ai_49.html:122:12850:12858 Tensleep Cheyenne, Wyoming -0.084392614204074054 +47923 palaios_html_8738458399 palaios_html_8738458399:78:10485:10501 Denver Denver -0.512071933272826629 +47924 aapg_ae_993.html aapg_ae_993.html:6:906:925 Beirdneau Boise, Idaho -0.0693981553655075578 +47925 cspg_html_7403344526 cspg_html_7403344526:412:45127:45144 Cardium Lacombe, Alberta 0.00270479477611077846 +47926 gsa_html_3860045860 gsa_html_3860045860:191:21229:21235 Oregon Molalla, Oregon -0.050246518785567143 +47927 aapg_ae_415.html aapg_ae_415.html:982:124168:124177 Catahoula Wayne County, Michigan 0.610037955989896963 +47928 cspg_html_7406325086 cspg_html_7406325086:51:8304:8312 Kootenai Great Falls (Missouri River) -0.0532328789335157898 +47929 geology_html_1121887201 geology_html_1121887201:270:26080:26086 Navajo Arizona -0.490143713980378037 +47930 aapg_ad_721.html aapg_ad_721.html:209:19142:19152 Whitehorse Texas 0.00550519056834465961 +47931 aapg_af_745.html aapg_af_745.html:612:82499:82517 Niobrara Niobrara, Nebraska -0.416246593880677085 +47932 jgeology_html_2837808723 jgeology_html_2837808723:1221:68761:68765 Hall London, Ontario -0.066447827946063201 +47933 aapg_ai_240.html aapg_ai_240.html:203:22273:22282 Lodgepole Williston, Vermont 0.00801209183604277911 +47934 aapg_ad_379.html aapg_ad_379.html:859:70755:70773 Frontier Cheyenne, Wyoming -0.466384542072334651 +47935 aapg_ah_96.html aapg_ah_96.html:503:59261:59270 Stonewall Manitoba -0.545230335988890591 +47936 aapg_af_725.html aapg_af_725.html:144:15935:15979 Harpersville Harpersville, Alabama -0.4899838188757622 +47937 gsa_html_2023933346 gsa_html_2023933346:538:54731:54742 Sespe Santiago -0.0130645631501062637 +47938 palaios_html_3112927242 palaios_html_3112927242:32:3493:3511 Juniata Juniata County School District 0.006036790497064899 +47939 sedimentology_html_2684332389 sedimentology_html_2684332389:34:1939:1947 Victoria Canada -0.473695342935840036 +47940 aapg_ac_484.html aapg_ac_484.html:687:89447:89464 Temblor California 0.00517685152155035466 +47941 aapg_ae_65.html aapg_ae_65.html:104:12300:12307 Madison Western world -0.52868872649109433 +47942 aapg_ah_779.html aapg_ah_779.html:244:45109:45120 Martinsburg Knoxville, Tennessee -0.364285341730039292 +47943 aapg_ae_71.html aapg_ae_71.html:314:29254:29260 Chinle Kayenta, Arizona -0.426608897791606878 +47944 aapg_ad_125.html aapg_ad_125.html:20:2240:2251 Tar Springs Richland, Washington -0.479447557264900015 +47945 aapg_aa_785.html aapg_aa_785.html:396:43491:43511 Milk River Lacombe, Alberta -0.0301277931102772942 +47946 palaios_html_4501603736 palaios_html_4501603736:116:11279:11296 Thaynes Montello, Nevada -0.00308350377484213492 +47947 gsa_html_1538463681 gsa_html_1538463681:92:8108:8127 Glance Conglomerate Arizona -0.0908612722206774692 +47948 aapg_ad_466.html aapg_ad_466.html:900:97468:97486 Matawan Monmouth -0.481945488841025893 +47949 cspg_html_9354781888 cspg_html_9354781888:83:15542:15563 Spray Lacombe, Alberta -0.436965343294064001 +47950 cspg_html_4193503340 cspg_html_4193503340:12:1539:1549 Milk River Lacombe, Alberta -0.0273835184878958443 +47951 aapg_af_90.html aapg_af_90.html:88:12920:12937 Johnnie Spring Mountains National Recreation Area -0.471589148494391819 +47952 aapg_ad_338.html aapg_ad_338.html:552:59077:59094 Raritan Closter, New Jersey -0.44714211768966694 +47953 aapg_af_886.html aapg_af_886.html:306:12566:12574 Oakville Texas -0.010750205891597751 +47954 geology_html_1523318259 geology_html_1523318259:149:18286:18293 Laramie Hot Springs, Arkansas -0.0128491051493607039 +47955 gsa_html_1248650603 gsa_html_1248650603:1050:92640:92668 Green River Colorado 0.0528824016544673162 +47956 cspg_html_4031489103 cspg_html_4031489103:373:56779:56801 Mount Nelson Pend Oreille River -0.47829406272822006 +47957 cspg_html_5198658336 cspg_html_5198658336:14:1349:1367 Paskapoo Calgary -0.454052985518192231 +47958 aapg_ah_335.html aapg_ah_335.html:378:45952:45962 Boissevain Virginia -0.482038661537539159 +47959 aapg_af_808.html aapg_af_808.html:213:28221:28239 Scotland Trinidad and Tobago -0.460946527021081187 +47960 aapg_ae_364.html aapg_ae_364.html:274:25026:25053 Velasco Trinidad and Tobago -0.442916609041378917 +47961 geology_html_1433230577 geology_html_1433230577:49:5561:5582 Sugar Mohawk Valley -0.446011775932438015 +47962 palaios_html_3022467877 palaios_html_3022467877:288:31298:31309 Hornerstown Navesink River -0.464405306663695727 +47963 cspg_html_4699684578 cspg_html_4699684578:298:35347:35362 Alexo Lacombe, Alberta -0.439165406786194035 +47964 gsa_html_6983076294 gsa_html_6983076294:15:982:1004 Carrizo Texas 0.00906492352307306827 +47965 aapg_aa_360.html aapg_aa_360.html:603:59601:59621 Eagle Luling, Louisiana -0.477121254719662491 +47966 aapg_af_854.html aapg_af_854.html:537:72904:72909 Salem Missouri River -0.361413891465965864 +47967 aapg_ah_729.html aapg_ah_729.html:427:70209:70227 Provo Oman -0.457614356613462614 +47968 gsa_html_9866042258 gsa_html_9866042258:1848:143138:143143 Price Lake Taupo 0.00312693377810401713 +47969 cspg_html_1448647873 cspg_html_1448647873:435:48136:48144 Virginia Middle Ordovician -0.491650086397892094 +47970 aapg_ah_371.html aapg_ah_371.html:230:17568:17578 Tuscaloosa Alabama -0.411662011195115363 +47971 aapg_ai_3.html aapg_ai_3.html:36:5734:5740 Ripley Missouri River -0.426510306242507076 +47972 aapg_ah_604.html aapg_ah_604.html:91:6436:6445 Sunniland Melbourne, Florida -0.481156254434641828 +47973 aapg_ah_647.html aapg_ah_647.html:811:87664:87669 Supai Earp, California -0.400433497789767889 +47974 aapg_ah_289.html aapg_ah_289.html:546:75911:75936 Santa Margarita California -0.465641239344597002 +47975 aapg_ai_959.html aapg_ai_959.html:58:6389:6397 Woodbine Mexia, Texas -0.456416618922522499 +47976 cspg_html_7102673197 cspg_html_7102673197:285:35507:35524 Cardium Lacombe, Alberta 0.0133338879149081258 +47977 aapg_af_606.html aapg_af_606.html:31:3876:3884 Vaqueros Monterey, California -0.0187314184669610528 +47978 aapg_ae_113.html aapg_ae_113.html:211:27548:27562 Eids Bathurst Island (Northern Territory) -0.0185906420956017636 +47979 cspg_html_6331977039 cspg_html_6331977039:53:5409:5427 Read Bay Little Cornwallis Island -0.436819151869522138 +47980 gsa_html_9053175553 gsa_html_9053175553:138:18638:18657 Flagstaff Logan, Utah 0.428170193706552071 +47981 aapg_ac_720.html aapg_ac_720.html:24:3169:3177 Navesink New Egypt, New Jersey 0.394225467313998823 +47982 aapg_ae_473.html aapg_ae_473.html:205:19626:19631 Eutaw Tinsley, South Yorkshire -0.456043359064104259 +47983 aapg_af_433.html aapg_af_433.html:151:18863:18876 Cotton Valley Bogalusa, Louisiana -0.0282234355137958928 +47984 AMJC_html_8196929284 AMJC_html_8196929284:12:589:600 Main Street Houston -0.0200714512738383588 +47985 geology_html_5854468401 geology_html_5854468401:266:24584:24593 San Diego California -0.451740527107044376 +47986 cspg_html_6255491344 cspg_html_6255491344:6:712:725 Mist Mountain Lacombe, Alberta -0.0467578283362129754 +47987 AMJC_html_2648925619 AMJC_html_2648925619:801:77726:77742 Kodiak Anchorage, Alaska -0.449433936510724996 +47988 aapg_ah_847.html aapg_ah_847.html:223:26073:26080 Magothy Woodbury, New Jersey -0.411722422844691849 +47989 aapg_ad_152.html aapg_ad_152.html:1446:186592:186615 Loray Kaibab, Arizona -0.448484669177164286 +47990 gsa_html_5516163646 gsa_html_5516163646:14:680:690 Florissant Colorado -0.06179820059879821 +47991 aapg_ah_96.html aapg_ah_96.html:255:29528:29547 Red River Winnipeg -1.11675736527456659 +47992 aapg_aa_47.html aapg_aa_47.html:826:97534:97542 Colorado Sangre de Cristo Range -0.0503371552170116185 +47993 aapg_ad_466.html aapg_ad_466.html:290:35465:35478 Potomac Delaware -0.222315765855278596 +47994 palaios_html_3406135825 palaios_html_3406135825:538:58283:58299 Nepean Canada -0.442649117020085803 +47995 aapg_ai_688.html aapg_ai_688.html:110:14557:14569 Huntersville Mason County, West Virginia -0.026734922025780393 +47996 cspg_html_9439353033 cspg_html_9439353033:33:4399:4417 Coalspur Lacombe, Alberta -0.0535450100863143555 +47997 AMJC_html_7190858839 AMJC_html_7190858839:1125:105786:105798 Rhode Island Murray, Kentucky 0.63895488283133095 +47998 cspg_html_4727171280 cspg_html_4727171280:94:10803:10824 Belly River Drumheller -0.449440672427322663 +47999 aapg_ai_17.html aapg_ai_17.html:1264:85987:85996 Vicksburg Antigua Guatemala 0.0164877985803283875 +48000 sedimentology_html_8152145374 sedimentology_html_8152145374:345:28452:28472 Takiritini North Island (Houtman Abrolhos) -0.00908750930208491146 +48001 cspg_html_9768299963 cspg_html_9768299963:46:5562:5578 Wapiti Lacombe, Alberta -0.472678482936493838 +48002 cspg_html_4664502755 cspg_html_4664502755:98:13449:13454 Basal Middle East -0.488724520608411594 +48003 aapg_ad_39.html aapg_ad_39.html:184:11974:11997 Cotton Valley Indian Lake, New York -0.442154460642950498 +48004 aapg_af_6.html aapg_af_6.html:55:5861:5865 Frio Illinois -0.0074248793072545817 +48005 gsa_html_1419461902 gsa_html_1419461902:31:1716:1724 Colorado Denver -0.0209266190161632587 +48006 sedimentology_html_4210495015 sedimentology_html_4210495015:109:10450:10458 Victoria McMurdo Sound -0.477142101104954475 +48007 cspg_html_3798354576 cspg_html_3798354576:251:25686:25698 Exshaw Lacombe, Alberta -0.461026124022890449 +48008 cspg_html_1159794850 cspg_html_1159794850:176:27058:27074 Salina Guelph -0.464569693827358687 +48009 geology_html_7009319340 geology_html_7009319340:194:21312:21316 Bond North Atlantic Current -0.458720680358492616 +48010 gsa_html_6939501088 gsa_html_6939501088:910:88253:88281 Green River Colorado 0.0137839266560680976 +48011 aapg_ai_592.html aapg_ai_592.html:3:251:266 Uinta Logan, Utah -0.00174412898347252863 +48012 aapg_ae_110.html aapg_ae_110.html:39:5081:5090 Red River Texas -0.478048244360621655 +48013 cspg_html_9735723617 cspg_html_9735723617:258:32680:32700 Weatherall Melville, New York 0.371784585860491013 +48014 aapg_af_695.html aapg_af_695.html:274:26925:26936 San Antonio Texas -0.431450242580359467 +48015 aapg_aa_399.html aapg_aa_399.html:395:31483:31499 Ravenscrag Bearpaw Formation 0.0103054229962900919 +48016 aapg_ah_779.html aapg_ah_779.html:369:68729:68735 Clifty New Mexico -0.0104235679161521783 +48017 geology_html_9569640645 geology_html_9569640645:150:15475:15482 Halifax Hartford, Connecticut -0.00485893734726632141 +48018 aapg_ad_466.html aapg_ad_466.html:789:86680:86692 Mount Laurel Navesink River -0.0131896685317451183 +48019 aapg_af_880.html aapg_af_880.html:416:62850:62873 Belle Plains Wichita, Kansas -0.473653815287124913 +48020 aapg_ai_970.html aapg_ai_970.html:274:31973:31982 Nipissing Great Lakes region (North America) -0.484098022941034878 +48021 cspg_html_3815346433 cspg_html_3815346433:18:2356:2368 Lime Creek Canada -0.0206137481511775786 +48022 cspg_html_4924970281 cspg_html_4924970281:664:76842:76858 Viking Lacombe, Alberta -0.0542268642733888737 +48023 AMJC_html_5402007949 AMJC_html_5402007949:44:4139:4148 Red River Pearl River (China) -0.0147465829377091441 +48024 aapg_ad_379.html aapg_ad_379.html:746:60535:60543 Sundance Logan, Utah 0.76561602978042187 +48025 aapg_ac_841.html aapg_ac_841.html:1234:126484:126502 Chochal Honduras -0.456133832112874948 +48026 cspg_html_1351473625 cspg_html_1351473625:90:15279:15287 Columbia Victoria, British Columbia -0.0480785377707896866 +48027 cspg_html_9735723617 cspg_html_9735723617:1222:121252:121272 Griper Bay Melville Island (Canada) -0.432289667144302503 +48028 cspg_html_9343899465 cspg_html_9343899465:889:81018:81030 Hecla Bay Ellesmere Island 0.351190699143034579 +48029 sedimentology_html_6382215824 sedimentology_html_6382215824:186:16037:16043 Sierra San Juan, Argentina -0.466810220907495799 +48030 gsa_html_6441142238 gsa_html_6441142238:120:12075:12092 Decorah Pierce County, Washington -0.457899875343460883 +48031 sedimentology_html_3455473347 sedimentology_html_3455473347:1280:80760:80764 Hall London, Ontario -0.460953349343471763 +48032 cspg_html_4530154552 cspg_html_4530154552:38:6622:6671 Montney Lacombe, Alberta -0.460953349343471763 +48033 aapg_ac_380.html aapg_ac_380.html:202:25539:25548 Edgecliff Onondaga County, New York -0.0223919711537192666 +48034 aapg_ac_683.html aapg_ac_683.html:34:3426:3436 Tuscaloosa Shreveport, Louisiana -0.384301744908590315 +48035 aapg_ac_730.html aapg_ac_730.html:236:33044:33060 Dakota Mancos, Colorado -0.380783826254997293 +48036 gsa_html_2726343192 gsa_html_2726343192:12:511:517 Oregon Salem, Oregon -0.514431617555045517 +48037 AMJC_html_5471526645 AMJC_html_5471526645:37:4660:4668 Virginia North Carolina -0.0552750621644688064 +48038 aapg_ac_965.html aapg_ac_965.html:752:82242:82249 Manlius Florida 0.0390920304517169415 +48039 aapg_ah_775.html aapg_ah_775.html:604:52640:52648 Colorado Colorado -0.49240427742779258 +48040 aapg_aa_932.html aapg_aa_932.html:66:6363:6373 Whitehorse Herington, Kansas -0.0321089803604246438 +48041 aapg_ac_837.html aapg_ac_837.html:256:23244:23250 Denver Manderson, Wyoming -0.466741549175746284 +48042 gsa_html_9643610413 gsa_html_9643610413:1266:76789:76793 Dunn California -0.0442929610094760506 +48043 gsa_html_5628658687 gsa_html_5628658687:23:1015:1025 Washington Virginia -0.45417711448712661 +48044 sedimentology_html_8384737970 sedimentology_html_8384737970:460:41222:41238 Entrada Logan, Utah -0.42193152612717999 +48045 aapg_af_509.html aapg_af_509.html:287:34709:34714 Price Arctic Cordillera -0.0168874970090907538 +48046 aapg_ah_320.html aapg_ah_320.html:102:11468:11483 Queenston Huntington, West Virginia -0.0233046208724774252 +48047 aapg_ai_321.html aapg_ai_321.html:78:10344:10351 Metapan El Salvador, Misamis Oriental -0.0470470415347230275 +48048 aapg_ah_779.html aapg_ah_779.html:231:42384:42406 Martinsburg Virginia -0.25270750070712833 +48049 gsa_html_2675218998 gsa_html_2675218998:894:81590:81596 Jordan Colombia -0.040714500181089297 +48050 aapg_ae_873.html aapg_ae_873.html:824:95174:95182 Woodbine Lewisville, Texas -0.00576230371979552514 +48051 aapg_ae_335.html aapg_ae_335.html:222:23212:23226 Frontier Worland, Wyoming -0.404863448247370195 +48052 gsa_html_4071231613 gsa_html_4071231613:588:65576:65602 Wild Sheep Creek Anchorage, Alaska -0.00850549498541811055 +48053 geology_html_1598246130 geology_html_1598246130:147:12052:12062 West Point Winslow, Arizona -0.498091786153227578 +48054 cspg_html_6014123208 cspg_html_6014123208:430:53800:53807 Gething Lacombe, Alberta -0.0433629440146906728 +48055 cspg_html_1689718991 cspg_html_1689718991:22:1781:1786 Banff Regina, Saskatchewan -0.400267114116901412 +48056 cspg_html_5456368738 cspg_html_5456368738:142:18954:18963 Elm Point Manitoba -0.0346368297266972797 +48057 cspg_html_4727171280 cspg_html_4727171280:74:8168:8176 Edmonton Edmonton, London -0.051480663363561531 +48058 cspg_html_5484260516 cspg_html_5484260516:1565:130209:130215 Exshaw Western Canadian Sedimentary Basin 0.674535851648706664 +48059 palaios_html_1262064602 palaios_html_1262064602:970:96870:96895 Chinle Arizona -0.00183793699051183952 +48060 aapg_ad_45.html aapg_ad_45.html:143:9650:9671 Tar Springs Franklin County, Ohio -0.0489916642751505871 +48061 gsa_html_1254347878 gsa_html_1254347878:747:78033:78051 Sheppard Victoria, British Columbia -0.463332970234029085 +48062 geology_html_6154118633 geology_html_6154118633:11:484:494 Washington Washington (state) -0.497000516635433987 +48063 cspg_html_8363357104 cspg_html_8363357104:9:685:697 Mount Wilson Lacombe, Alberta -0.449703411954729404 +48064 cspg_html_3907807140 cspg_html_3907807140:597:67115:67134 Athabasca Lacombe, Alberta -0.491810295816367427 +48065 geology_html_1889009191 geology_html_1889009191:15:674:681 Entrada Logan, Utah -0.447189152172129289 +48066 aapg_ad_760.html aapg_ad_760.html:186:20298:20314 Modelo Monterey, California -0.466782751574986277 +48067 aapg_ae_59.html aapg_ae_59.html:414:38934:38942 Colorado Colorado -0.528065503775656198 +48068 cspg_html_9958679425 cspg_html_9958679425:102:14538:14544 Calmar Edmonton, London -0.445157668105484183 +48069 sedimentology_html_3826538092 sedimentology_html_3826538092:660:40625:40637 Rhododendron Stone Mountain, Georgia -0.460655489757687109 +48070 aapg_ad_871.html aapg_ad_871.html:58:6842:6864 Ferron Point Alpena County, Michigan -0.480853789677316845 +48071 cspg_html_6252417471 cspg_html_6252417471:507:65755:65773 Edmonton Lacombe, Alberta -0.0425131277640511673 +48072 gsa_html_8688253811 gsa_html_8688253811:749:57978:57988 Washington Seattle -0.0458763143871966511 +48073 geology_html_6088921686 geology_html_6088921686:356:28433:28465 Sierra California -0.0504295357835575081 +48074 aapg_ad_557.html aapg_ad_557.html:9824:518169:518174 Husky Anchorage, Alaska -0.0200714512738383588 +48075 sedimentology_html_6949444683 sedimentology_html_6949444683:948:48821:48827 Banner Hanson, Massachusetts -0.448287309474040385 +48076 cspg_html_9046359229 cspg_html_9046359229:834:98593:98601 Columbia Victoria, British Columbia -0.480033015687554854 +48077 cspg_html_2882304151 cspg_html_2882304151:39:7590:7608 Kootenay Bow River -0.452887004013691252 +48078 gsa_html_1650524399 gsa_html_1650524399:45:5942:5953 Green River Powder River (Montana) 0.383827248344948746 +48079 aapg_af_16.html aapg_af_16.html:10:1418:1425 Cardium Canada 0.0171221059283382451 +48080 aapg_ai_975.html aapg_ai_975.html:463:41399:41405 Sierra Mexico -0.472512577150688062 +48081 aapg_af_397.html aapg_af_397.html:615:73067:73084 Todilto Entrada Sandstone 0.896315968095976245 +48082 aapg_ac_270.html aapg_ac_270.html:72:5934:5960 Potsdam Wyoming County, Pennsylvania -0.359678185067755951 +48083 aapg_ac_571.html aapg_ac_571.html:383:52156:52162 Oxford England -0.445998354490544591 +48084 aapg_ah_96.html aapg_ah_96.html:556:64457:64462 Viola Winnipeg -0.0129759471663572871 +48085 aapg_af_568.html aapg_af_568.html:497:40900:40918 Frontier Cheyenne, Wyoming -0.446521936096131722 +48086 aapg_aa_351.html aapg_aa_351.html:6:678:684 Wilcox Tahlequah, Oklahoma -0.428929839085586462 +48087 sedimentology_html_3761610495 sedimentology_html_3761610495:376:44058:44062 Hall London, Ontario -0.464432702411418319 +48088 cspg_html_3354282978 cspg_html_3354282978:1024:105830:105849 Swan Hills Lacombe, Alberta -0.484098022941034878 +48089 aapg_ae_961.html aapg_ae_961.html:125:9861:9868 Grafton Fargo, North Dakota -0.000774781561203988548 +48090 aapg_ae_884.html aapg_ae_884.html:442:56032:56054 Judith River Bowen, Queensland -0.44255997020698512 +48091 aapg_ac_71.html aapg_ac_71.html:166:20880:20897 Sunrise Reno, Nevada -0.454089094007790295 +48092 cspg_html_6134774167 cspg_html_6134774167:400:44902:44919 Cardium Lacombe, Alberta 0.00461398797422866731 +48093 aapg_ai_694.html aapg_ai_694.html:6:934:949 Ingleside Beaumont, Texas -0.0516759141676912878 +48094 cspg_html_2928630722 cspg_html_2928630722:10:1445:1453 Columbia Pine River (Michigan) -0.448287309474040385 +48095 aapg_ae_993.html aapg_ae_993.html:559:58198:58207 Jefferson Cheyenne, Wyoming -0.427672143055296883 +48096 aapg_aa_913.html aapg_aa_913.html:214:19081:19091 Georgetown Buda, Texas -0.469028899015838996 +48097 cspg_html_8312989046 cspg_html_8312989046:98:12413:12431 Smithers Atlantic salmon -0.0587364945317297577 +48098 aapg_aa_998.html aapg_aa_998.html:4:387:401 Sycamore Travis County, Texas -0.488123721391326648 +48099 palaios_html_3751051678 palaios_html_3751051678:44:4217:4225 Sundance Cheyenne, Wyoming -0.44751173936929356 +48100 aapg_af_143.html aapg_af_143.html:550:50108:50136 Humbug Elk River, Minnesota -0.414068403185108291 +48101 geology_html_2183010330 geology_html_2183010330:275:20664:20671 St Marys Earth -0.0217296792824245993 +48102 aapg_ad_596.html aapg_ad_596.html:130:19215:19220 Nisku Lacombe, Alberta -0.470262127852539125 +48103 aapg_af_598.html aapg_af_598.html:37:4064:4076 Nowata Coffeyville, Kansas -0.0583455963886906209 +48104 geology_html_6250524320 geology_html_6250524320:43:3594:3615 North Mountain Basalt Bridgetown, Nova Scotia -0.0293555813701503708 +48105 gsa_html_6691844942 gsa_html_6691844942:638:54856:54884 Green River Colorado 0.0190703285960370852 +48106 cspg_html_7799850124 cspg_html_7799850124:602:67179:67194 Leduc Lacombe, Alberta 0.00892245965980600214 +48107 gsa_html_1491636326 gsa_html_1491636326:1155:95514:95534 Toro Chile -0.0334398147432133225 +48108 aapg_aa_381.html aapg_aa_381.html:35:5015:5023 Monterey Red Rock Canyon National Conservation Area -0.420944322840909546 +48109 gsa_html_4719798013 gsa_html_4719798013:512:50563:50600 Blackwater Draw Texas -0.495818327103384027 +48110 sedimentology_html_3200584564 sedimentology_html_3200584564:1291:85209:85224 Mesaverde Logan, Utah -0.429008912224210892 +48111 geology_html_1536947479 geology_html_1536947479:235:23250:23258 Toroweap Grand Canyon -0.372806152223525922 +48112 cspg_html_9119878068 cspg_html_9119878068:86:11713:11729 Waterways Swan Hill, Victoria 0.960493637566237846 +48113 aapg_aa_800.html aapg_aa_800.html:103:10884:10900 Navajo Logan, Utah -0.0758725455983794705 +48114 gsa_html_6753732431 gsa_html_6753732431:30:3442:3457 Sespe California -0.455184317280275863 +48115 cspg_html_7330983978 cspg_html_7330983978:6:209:231 Boat Harbour Canada -0.448632716908224927 +48116 cspg_html_4727171280 cspg_html_4727171280:63:7011:7018 Bearpaw Edmonton, London -0.423098733122919901 +48117 cspg_html_7281679890 cspg_html_7281679890:383:64024:64042 Mackenzie Victoria, British Columbia -0.0308043870775981631 +48118 aapg_aa_124.html aapg_aa_124.html:24:3584:3592 Columbia Victoria, British Columbia 0.0117909508048517596 +48119 aapg_ae_63.html aapg_ae_63.html:724:61822:61859 Water Canyon Logan, Utah -0.248554795398992251 +48120 aapg_ai_526.html aapg_ai_526.html:121:15069:15089 Mesaverde Chinle Formation -0.471754879498828661 +48121 gsa_html_5952049575 gsa_html_5952049575:742:74293:74311 Willwood Cheyenne, Wyoming -0.0768091337039422117 +48122 cspg_html_3531222995 cspg_html_3531222995:66:9527:9545 Prairie Lacombe, Alberta -0.467618659206059439 +48123 cspg_html_7135913551 cspg_html_7135913551:42:6258:6273 Lance Cheyenne, Wyoming -0.0212221131504006823 +48124 aapg_af_575.html aapg_af_575.html:1117:160844:160862 Edwards Edwards Plateau -0.0334258967197983703 +48125 AMJC_html_2228158963 AMJC_html_2228158963:739:82293:82297 Rome Boothbay Harbor, Maine -0.0344697965895258002 +48126 cspg_html_7552198061 cspg_html_7552198061:217:25583:25589 Denver Cheyenne, Wyoming -0.477308890203395286 +48127 aapg_ae_272.html aapg_ae_272.html:67:8582:8607 Michigan Michigan -0.00035264713868171768 +48128 aapg_ah_427.html aapg_ah_427.html:263:35010:35019 Red River Wichita, Kansas -0.417673931766760265 +48129 aapg_af_397.html aapg_af_397.html:98:11836:11843 Entrada Entrada Sandstone -0.00455839673073113721 +48130 aapg_ad_192.html aapg_ad_192.html:29:3649:3665 Tuscaloosa Tuscaloosa, Alabama 0.0132661220895765857 +48131 cspg_html_3907807140 cspg_html_3907807140:671:71387:71406 Athabasca Lacombe, Alberta -0.465641239344597002 +48132 geology_html_8986165275 geology_html_8986165275:306:28922:28953 Naknek Anchorage, Alaska -0.373986732241483266 +48133 aapg_ah_747.html aapg_ah_747.html:106:12643:12658 Weber Logan, Utah -0.428929839085586462 +48134 aapg_af_662.html aapg_af_662.html:219:15931:15936 Atoka Atoka, Oklahoma -0.434673209477638822 +48135 aapg_af_664.html aapg_af_664.html:209:23074:23078 Word Guadalupe Mountains National Park -0.445157668105484183 +48136 palaios_html_3028956190 palaios_html_3028956190:684:77414:77445 Kope Cincinnati -0.048597821756073703 +48137 cspg_html_8298261690 cspg_html_8298261690:693:68371:68378 Bluesky Lacombe, Alberta -0.459805657368256959 +48138 aapg_ae_319.html aapg_ae_319.html:711:60542:60550 Sundance Entrada Sandstone -0.439103236963543697 +48139 AMJC_html_8033701328 AMJC_html_8033701328:194:19413:19430 Johnnie Death Valley -0.207880493621477397 +48140 aapg_aa_683.html aapg_aa_683.html:403:44558:44581 Dakota Cheyenne, Wyoming -0.419873271062579101 +48141 aapg_ah_603.html aapg_ah_603.html:58:4722:4736 Red Rock Shreveport, Louisiana -0.472501057082917231 +48142 aapg_ac_951.html aapg_ac_951.html:158:17866:17902 Prospect Western world -0.50752645712820299 +48143 cspg_html_4287356899 cspg_html_4287356899:330:47389:47409 Hart River Anchorage, Alaska -0.0579896204005204766 +48144 aapg_ae_185.html aapg_ae_185.html:584:51527:51550 Cotton Valley Cotton Valley, Louisiana -0.0104930651077179086 +48145 sedimentology_html_6758585724 sedimentology_html_6758585724:1168:82645:82683 Paradox Logan, Utah -0.0354494130936665666 +48146 aapg_ac_426.html aapg_ac_426.html:170:17493:17501 Colorado Denver -0.444536590280039667 +48147 aapg_ad_852.html aapg_ad_852.html:85:7836:7852 Chinle Rio Arriba County, New Mexico -0.0783710947280626402 +48148 cspg_html_4495395109 cspg_html_4495395109:6:571:589 Eastend Regina, Saskatchewan -0.449467616590735308 +48149 cspg_html_7248845592 cspg_html_7248845592:131:14976:14988 Wilkie Point Melville Island (Canada) 0.0295747177725359349 +48150 aapg_ah_517.html aapg_ah_517.html:3:174:214 Madison Williamson County, Texas -0.026705362044744569 +48151 aapg_ad_581.html aapg_ad_581.html:461:54040:54046 Oldham Ohio -0.0285260271643415532 +48152 aapg_ah_96.html aapg_ah_96.html:174:20404:20422 Deadwood Winnipeg -0.830589167129688111 +48153 cspg_html_8775315691 cspg_html_8775315691:119:13580:13598 Scollard Saint Kitts and Nevis -0.465616092314337648 +48154 jgeology_html_3861914771 jgeology_html_3861914771:411:20726:20737 Bloomington Harrodsburg, Indiana -0.0412855650787417178 +48155 aapg_ae_969.html aapg_ae_969.html:142:15282:15299 Trabuco Silverado, California -0.0588307324533976356 +48156 aapg_ah_318.html aapg_ah_318.html:501:58980:58999 Smackover Arkansas -0.021507182733615033 +48157 aapg_ad_52.html aapg_ad_52.html:15:1835:1853 Michigan Michigan -0.46927678392355654 +48158 aapg_ac_629.html aapg_ac_629.html:124:17754:17774 Citronelle Alabama 0.0014766026609327194 +48159 aapg_aa_358.html aapg_aa_358.html:106:11911:11928 Chinle Coconino County, Arizona 0.011064684686397621 +48160 aapg_ad_862.html aapg_ad_862.html:30:5210:5218 Virginia Washington (state) -0.0132991361893864783 +48161 sedimentology_html_8923738088 sedimentology_html_8923738088:2022:105379:105384 Price Lake Louise, Alberta -0.491332113292233474 +48162 cspg_html_4694482219 cspg_html_4694482219:37:4662:4680 Bearpaw Lacombe, Alberta -0.441486425747427802 +48163 cspg_html_3860685167 cspg_html_3860685167:860:79825:79845 Mount Head Lacombe, Alberta 1.06962568280984005 +48164 aapg_ac_222.html aapg_ac_222.html:310:40424:40440 Chinle Colorado -0.417363557088893333 +48165 aapg_af_575.html aapg_af_575.html:1128:162259:162271 Independence Arkansas -0.0257872942551229771 +48166 aapg_ae_296.html aapg_ae_296.html:296:27594:27604 San Andres Texas -0.432223543643836305 +48167 cspg_html_6306091047 cspg_html_6306091047:861:108567:108586 Pardonet Lacombe, Alberta -0.448350101124535771 +48168 cspg_html_9275863663 cspg_html_9275863663:73:10589:10606 Gilwood Swan Hill, Victoria -0.0157388171484894208 +48169 aapg_ae_73.html aapg_ae_73.html:318:41224:41230 Dockum Las Vegas Strip -0.511097163563986379 +48170 gsa_html_4930932370 gsa_html_4930932370:297:31658:31672 Rove Ontario, California -0.498566694311008085 +48171 aapg_af_50.html aapg_af_50.html:814:74280:74288 Colorado Leadville, Colorado -0.507456832997254637 +48172 gsa_html_9296779210 gsa_html_9296779210:726:63441:63449 Colorado Colorado 0.00171633402633613891 +48173 aapg_ae_324.html aapg_ae_324.html:1471:141248:141256 Virginia Saltville, Virginia -0.469506369220983932 +48174 aapg_ah_283.html aapg_ah_283.html:101:10299:10305 Oregon Washington (state) -0.431113360606789509 +48175 cspg_html_2083823293 cspg_html_2083823293:51:7703:7711 Columbia Lacombe, Alberta -0.443688311537407287 +48176 AMJC_html_6107665103 AMJC_html_6107665103:792:57736:57742 Sierra Caribbean -0.484077007932315562 +48177 gsa_html_2168907540 gsa_html_2168907540:57:6166:6176 Washington Cascade Locks, Oregon -0.484310536940914471 +48178 aapg_af_551.html aapg_af_551.html:121:13752:13774 Gilmore City Forest City, Iowa -0.399233164297349563 +48179 cspg_html_7182873498 cspg_html_7182873498:307:41571:41580 Newcastle England -0.449467616590735308 +48180 sedimentology_html_3417381350 sedimentology_html_3417381350:1180:93524:93542 Sisquoc California -0.0391129188633264693 +48181 cspg_html_2585769771 cspg_html_2585769771:1107:84272:84280 Edmonton Edmonton, London -0.518013160622119884 +48182 gsa_html_3069013284 gsa_html_3069013284:542:57828:57834 Denver Arizona -0.0791189831010428446 +48183 cspg_html_1333179361 cspg_html_1333179361:628:54256:54264 Columbia Victoria, British Columbia -0.0231725008237077118 +48184 jgeology_html_5968390289 jgeology_html_5968390289:79:3532:3541 San Diego California -0.030239106807757675 +48185 aapg_ae_370.html aapg_ae_370.html:564:55007:55026 Scappoose Durham, North Carolina -0.46814580209221146 +48186 cspg_html_6611173979 cspg_html_6611173979:480:40734:40753 Waterways Lacombe, Alberta -0.055289015959458003 +48187 aapg_ad_152.html aapg_ad_152.html:1937:254741:254747 Toroweap Kaibab, Arizona -0.428106551564836124 +48188 aapg_ad_918.html aapg_ad_918.html:111:14903:14909 Dakota Niobrara, Nebraska -0.453029006636829323 +48189 cspg_html_3860685167 cspg_html_3860685167:1070:97526:97546 Mount Head Lacombe, Alberta -0.473508484055372547 +48190 aapg_af_903.html aapg_af_903.html:191:24769:24785 Blaine Wichita Mountains -0.413283625244229735 +48191 aapg_ae_479.html aapg_ae_479.html:844:69537:69545 Virginia Virginia -0.00183793699051183952 +48192 aapg_ah_978.html aapg_ah_978.html:454:42153:42160 Temblor Coalinga, California 0.419016413264681586 +48193 aapg_ah_533.html aapg_ah_533.html:120:16201:16207 Oregon Roseburg, Oregon -0.458784199315796892 +48194 jgeology_html_3850793895 jgeology_html_3850793895:623:49098:49102 Ross Stroudsburg, Pennsylvania -0.450676431675374467 +48195 geology_html_1074529748 geology_html_1074529748:104:9901:9917 Fish Canyon Tuff Mount Pinatubo -0.0304826089875597575 +48196 palaios_html_5398833984 palaios_html_5398833984:688:83103:83115 Wilcox Texas -0.414847317157849504 +48197 aapg_aa_904.html aapg_aa_904.html:266:22407:22416 Baldonnel Victoria, British Columbia -0.469988693380082645 +48198 gsa_html_3179245953 gsa_html_3179245953:644:61041:61069 Green River Colorado 0.0269070666769838686 +48199 geology_html_3911481921 geology_html_3911481921:127:16505:16526 Wood Canyon Death Valley -0.0282234355137958928 +48200 gsa_html_9417870342 gsa_html_9417870342:1106:80271:80280 San Diego Dubuque, Iowa -0.438219985696652659 +48201 cspg_html_3068776384 cspg_html_3068776384:556:60875:60883 Dunvegan Victoria, British Columbia -0.44951252529713398 +48202 cspg_html_7539214955 cspg_html_7539214955:105:13883:13894 Slave Point Victoria, British Columbia -0.0382043144165835347 +48203 aapg_aa_732.html aapg_aa_732.html:29:4824:4848 Comanche Peak Goodland, Kansas -0.464419004431934179 +48204 aapg_ah_318.html aapg_ah_318.html:2469:209071:209088 Todos Santos Honduras 0.46336717377074399 +48205 aapg_ac_212.html aapg_ac_212.html:471:45347:45367 Fort Union Cheyenne, Wyoming -0.144514447109852506 +48206 sedimentology_html_5557101170 sedimentology_html_5557101170:736:46878:46890 Devon Island Alert, Nunavut -0.00621572872549000163 +48207 aapg_ae_369.html aapg_ae_369.html:44:5459:5469 Tuscaloosa Hale County, Alabama -0.0407197231755146508 +48208 aapg_ah_779.html aapg_ah_779.html:596:109900:109908 Catskill Middle East -0.450586501765938174 +48209 aapg_ad_152.html aapg_ad_152.html:975:128246:128262 Pequop Reno, Nevada 0.00753780424990633125 +48210 jgeology_html_2837808723 jgeology_html_2837808723:1109:65364:65368 Hall London, Ontario -0.0433821006587485347 +48211 aapg_ai_999.html aapg_ai_999.html:277:21158:21174 Navajo Carmel, Indiana -0.487588990851044235 +48212 sedimentology_html_6621214543 sedimentology_html_6621214543:562:49429:49435 Nelson Australasia -0.46105569042928074 +48213 aapg_ad_652.html aapg_ad_652.html:19:2828:2845 Cowlitz Washington (state) -0.440300736461396947 +48214 aapg_ai_928.html aapg_ai_928.html:149:22106:22137 Wilcox Logan, Utah -0.450829332903146696 +48215 cspg_html_2575903827 cspg_html_2575903827:20:2337:2344 Moncton Canada -0.481989744615225701 +48216 aapg_ae_319.html aapg_ae_319.html:592:49670:49684 Duchesne River Lake Fork (Texas) -0.498497815946421563 +48217 gsa_html_5341325188 gsa_html_5341325188:23:2029:2047 Libby Cheyenne, Wyoming -0.461026124022890449 +48218 palaios_html_9962835704 palaios_html_9962835704:51:4884:4911 Elkhorn Mountains Volcanics Choteau, Montana -0.474618689462150911 +48219 gsa_html_6128180434 gsa_html_6128180434:1333:109801:109829 Green River Colorado -0.0281695262279110618 +48220 geology_html_4431824234 geology_html_4431824234:403:28117:28125 Colorado Uinta Mountains -0.0575132711788683623 +48221 gsa_html_4667678389 gsa_html_4667678389:529:48229:48245 Shezal Pocatello, Idaho -0.475258680049542748 +48222 aapg_ae_584.html aapg_ae_584.html:157:18833:18841 Wagwater Richmond, California -0.487729676915167776 +48223 aapg_ae_73.html aapg_ae_73.html:524:70418:70431 Poison Canyon Western world -0.530934385553162524 +48224 jgeology_html_2234970446 jgeology_html_2234970446:1584:77983:77989 Thrifty London, Ontario -0.0602933440335905041 +48225 aapg_ad_641.html aapg_ad_641.html:147:16961:16981 San Andres Hockley -0.418210267133482361 +48226 cspg_html_9234101474 cspg_html_9234101474:183:22751:22766 Dunvegan Western world -0.432243380207432859 +48227 aapg_ah_3.html aapg_ah_3.html:275:36231:36245 Toro New Guinea -0.440300736461396947 +48228 cspg_html_3415721018 cspg_html_3415721018:107:15766:15774 Columbia Pine River (Michigan) -0.483173848714512189 +48229 gsa_html_4446967287 gsa_html_4446967287:583:50997:51005 Ladybird Monashee Pass -0.471340610693628537 +48230 aapg_ah_223.html aapg_ah_223.html:12:1367:1375 Colorado Colorado -0.0171829308693467256 +48231 cspg_html_3026112034 cspg_html_3026112034:261:27588:27605 Wabamun Pine Brook, New Jersey -0.0820328450438727735 +48232 geology_html_3686581490 geology_html_3686581490:11:529:539 Washington Seattle -0.4597920302667165 +48233 aapg_ac_301.html aapg_ac_301.html:186:21544:21576 Saturday Mountain Cheyenne, Wyoming -0.000420397091309257661 +48234 aapg_ac_730.html aapg_ac_730.html:649:95642:95648 Toreva Mesa, Arizona -0.0429641470600764103 +48235 cspg_html_5529147980 cspg_html_5529147980:5:220:232 Nisku Regina, Saskatchewan -0.470510360514459824 +48236 aapg_af_128.html aapg_af_128.html:71:7148:7154 Morgan Hartville, Missouri -0.447135398674851747 +48237 aapg_ac_806.html aapg_ac_806.html:235:18288:18298 Fort Dodge Iowa -0.45896570683289678 +48238 cspg_html_1781462584 cspg_html_1781462584:267:30562:30597 Banff Victoria, British Columbia -0.131506400588453448 +48239 gsa_html_3648258377 gsa_html_3648258377:483:47458:47490 Englishtown Merchantville, New Jersey -0.0409860998014640113 +48240 aapg_af_381.html aapg_af_381.html:32:5109:5116 Temblor Santa Monica Mountains -0.44961357796588941 +48241 aapg_aa_95.html aapg_aa_95.html:15:1613:1630 Hermosa Colorado -0.0774534695690955732 +48242 aapg_aa_621.html aapg_aa_621.html:85:9335:9349 Indian Meadows Fort Union Trading Post National Historic Site -0.521454243240814019 +48243 gsa_html_7199417381 gsa_html_7199417381:126:15156:15173 White River North Fork South Platte River -0.49293261121873766 +48244 geology_html_5929982150 geology_html_5929982150:431:26318:26323 Altyn Beijing -0.451733774163315116 +48245 geology_html_8381924936 geology_html_8381924936:19:736:744 Virginia Reston, Virginia -0.498319708491524405 +48246 gsa_html_3010975239 gsa_html_3010975239:413:53231:53239 Michigan Saginaw, Michigan -0.462717531176716879 +48247 aapg_ac_961.html aapg_ac_961.html:586:62004:62014 Washington Cincinnati -0.0176347786034971379 +48248 AMJC_html_6539706032 AMJC_html_6539706032:391:36560:36585 Narragansett Pier Granite Newport, Rhode Island -0.0550047130016462563 +48249 aapg_ai_281.html aapg_ai_281.html:181:16741:16748 El Abra Guadalupe Mountains National Park -0.450649451770273157 +48250 aapg_aa_944.html aapg_aa_944.html:36:3625:3630 Tampa Melbourne, Florida -0.467870731747513147 +48251 geology_html_1557858249 geology_html_1557858249:263:23484:23492 Columbia Victoria, British Columbia -0.486857796887406991 +48252 sedimentology_html_3870707484 sedimentology_html_3870707484:795:77563:77602 Bruce Perth, Western Australia -0.455197874748240694 +48253 gsa_html_5271110133 gsa_html_5271110133:1241:101002:101009 Madison Earth -0.464569693827358687 +48254 cspg_html_7201476813 cspg_html_7201476813:375:46493:46515 Winnipegosis Regina, Saskatchewan -0.444094495043231396 +48255 aapg_ad_939.html aapg_ad_939.html:367:28937:28953 Inyan Kara Black Hills -0.427935397269568418 +48256 gsa_html_7464626519 gsa_html_7464626519:337:35285:35293 Colorado New Mexico -0.0247441052038830135 +48257 aapg_ae_581.html aapg_ae_581.html:704:75508:75516 Frontier Logan, Utah 0.43230730086041641 +48258 gsa_html_5915330070 gsa_html_5915330070:1008:78997:79015 Bluff Antarctica -0.475258680049542748 +48259 aapg_ac_923.html aapg_ac_923.html:67:6897:6913 Atoka Arkansas -0.259885297422740302 +48260 aapg_aa_477.html aapg_aa_477.html:42:3701:3706 Queen Cumberland Plateau -0.00802599044403999595 +48261 cspg_html_7195301827 cspg_html_7195301827:14:2508:2523 Loray Kaibab, Arizona -0.450784359288809666 +48262 aapg_ai_687.html aapg_ai_687.html:1171:126601:126607 Brazil Gulf of Guinea -0.467016268103292775 +48263 palaios_html_3232474978 palaios_html_3232474978:55:5855:5863 Columbia Victoria, British Columbia -0.443715087361728711 +48264 aapg_aa_702.html aapg_aa_702.html:387:87742:87750 Colorado Colorado -0.0938936871198751827 +48265 cspg_html_1201397701 cspg_html_1201397701:14:1432:1438 Oregon Astoria, Oregon -0.458695727712452594 +48266 cspg_html_1346993331 cspg_html_1346993331:33:4856:4864 Columbia Regina, Saskatchewan 2.77948468513044932e-05 +48267 aapg_af_16.html aapg_af_16.html:324:29728:29746 Frontier Cheyenne, Wyoming -0.0100274364458956249 +48268 aapg_ac_858.html aapg_ac_858.html:752:48906:48914 Principe Portugal -0.487818790090823073 +48269 cspg_html_1498300615 cspg_html_1498300615:96:12051:12070 Waterways Lacombe, Alberta -0.448350101124535771 +48270 palaios_html_4223976574 palaios_html_4223976574:238:19969:19978 San Diego California -0.0355642585385362378 +48271 aapg_aa_0.html aapg_aa_0.html:729:48120:48125 Ophir Logan, Utah 0.133803595066983083 +48272 aapg_ac_940.html aapg_ac_940.html:517:56194:56200 Jordan Delaware -0.0114886275572314532 +48273 cspg_html_4257076625 cspg_html_4257076625:39:6983:7001 Goose Tickle Middle Ordovician -0.0468588775503323562 +48274 aapg_ai_985.html aapg_ai_985.html:477:50216:50222 Sierra Lake Maracaibo -0.0162740496879429895 +48275 aapg_ae_231.html aapg_ae_231.html:44:3129:3147 Onondaga Pennsylvania -0.0471881674171297158 +48276 aapg_ae_921.html aapg_ae_921.html:37:2538:2571 Fort Union Knife River 0.00331802598112439446 +48277 aapg_aa_401.html aapg_aa_401.html:178:19189:19201 Fayetteville Chattanooga, Tennessee -0.0390380689308100493 +48278 aapg_ae_905.html aapg_ae_905.html:172:19019:19038 Jamestown Illinois -0.507841039296802688 +48279 aapg_ac_235.html aapg_ac_235.html:460:49191:49209 Morrison Cheyenne, Wyoming 0.904636042927954631 +48280 aapg_ae_613.html aapg_ae_613.html:428:47916:47920 Kent North Sea oil -0.0229847531233617133 +48281 aapg_ae_852.html aapg_ae_852.html:131:13647:13653 Laurel Hart County, Kentucky -0.420878980795922841 +48282 aapg_af_98.html aapg_af_98.html:11:1984:2000 Dakota San Juan, Argentina 0.750608643960205768 +48283 aapg_ac_506.html aapg_ac_506.html:290:37159:37168 Tuscarora Onondaga (tribe) -0.483341806462215584 +48284 aapg_ad_81.html aapg_ad_81.html:941:159681:159698 La Luna South America -0.0571311698634529158 +48285 geology_html_3345176099 geology_html_3345176099:199:23672:23683 Rabbit Lake Regina, Saskatchewan -0.0475645152925121273 +48286 aapg_ad_865.html aapg_ad_865.html:514:51421:51426 Ouray Hermosa, Chicago -0.0438697385751906713 +48287 aapg_ai_65.html aapg_ai_65.html:37:5408:5426 Frontier Niobrara, Nebraska -0.450649451770273157 +48288 aapg_ai_748.html aapg_ai_748.html:112:11836:11860 Frio Matagorda County, Texas -0.0160568272228306316 +48289 aapg_ad_338.html aapg_ad_338.html:132:13554:13571 Raritan Clementon, New Jersey 0.560344602736506547 +48290 aapg_aa_544.html aapg_aa_544.html:378:50628:50638 Wind River White River (Washington) 0.0410522598943983338 +48291 aapg_ah_69.html aapg_ah_69.html:267:29967:29974 Waverly Ohio -0.464419004431934179 +48292 aapg_ai_942.html aapg_ai_942.html:28:4601:4624 Salado West, Texas -0.466727815469158758 +48293 geology_html_3654008380 geology_html_3654008380:401:27150:27156 Denver Colorado -0.45995556917210767 +48294 cspg_html_1189888589 cspg_html_1189888589:320:41178:41186 Scollard Cheyenne, Wyoming 0.706906451818672288 +48295 palaios_html_3751259297 palaios_html_3751259297:101:13879:13895 Keokuk Sonora -0.0340731030781195529 +48296 cspg_html_5109837857 cspg_html_5109837857:473:53666:53681 Melville Island Ellesmere Island -0.0575132711788683623 +48297 gsa_html_5712812305 gsa_html_5712812305:751:69374:69380 Oregon Washington (state) -0.0317836884462165403 +48298 cspg_html_2729673354 cspg_html_2729673354:11:1664:1686 Medicine Hat Hatton, London -0.499631466627061815 +48299 geology_html_7477160500 geology_html_7477160500:91:9695:9715 Missisauga Logan, Utah -0.474992922950619234 +48300 aapg_ah_656.html aapg_ah_656.html:387:36485:36501 Whitehorse San Angelo, Texas -0.442976805415170927 +48301 aapg_ae_771.html aapg_ae_771.html:20:3573:3593 West Falls Wyoming County, Pennsylvania -0.45644603384473742 +48302 aapg_aa_147.html aapg_aa_147.html:642:66468:66482 Atikameg Manitoba -0.137480849322707294 +48303 aapg_ae_473.html aapg_ae_473.html:273:25595:25600 Eutaw Tuscaloosa, Alabama -0.471395835230941529 +48304 cspg_html_9046359229 cspg_html_9046359229:630:89229:89237 Columbia Victoria, British Columbia -0.0148960237438414324 +48305 gsa_html_7102550258 gsa_html_7102550258:291:31874:31890 Curtis Logan, Utah -0.0272304956863127501 +48306 aapg_ae_354.html aapg_ae_354.html:244:24199:24207 Niobrara Niobrara, Nebraska -0.454935799752899217 +48307 gsa_html_2717448156 gsa_html_2717448156:16:717:725 Colorado Denver -0.458648092769168181 +48308 aapg_ai_328.html aapg_ai_328.html:221:21923:21929 Keokuk Salem, Massachusetts -0.482038661537539159 +48309 geology_html_2624273806 geology_html_2624273806:86:7126:7133 Chemung Juniata County School District -0.0232333454494710913 +48310 aapg_aa_702.html aapg_aa_702.html:732:106627:106653 Madison Williston, Vermont -0.060940981097562269 +48311 cspg_html_3664126562 cspg_html_3664126562:18:2579:2595 Viking Lacombe, Alberta -0.451913869834985604 +48312 cspg_html_7330983978 cspg_html_7330983978:593:51186:51223 Haynesville Canada -0.47395378155658785 +48313 cspg_html_4099674132 cspg_html_4099674132:177:21670:21708 Winnipegosis Regina, Saskatchewan 0.00269610880251506917 +48314 sedimentology_html_1275942184 sedimentology_html_1275942184:25:1843:1853 Washington Seattle -0.473746101631411953 +48315 jgeology_html_9215313444 jgeology_html_9215313444:1088:75219:75232 Yakima Basalt Salem, Oregon -0.476593313058899071 +48316 aapg_ai_592.html aapg_ai_592.html:179:28804:28809 Uinta Uinta Mountains -0.227584023008830127 +48317 aapg_ae_350.html aapg_ae_350.html:60:6055:6071 Tuscaloosa Tuscaloosa, Alabama -0.436376287029603016 +48318 cspg_html_9161888567 cspg_html_9161888567:477:65306:65335 Swan Hills Canada -0.449467616590735308 +48319 aapg_aa_537.html aapg_aa_537.html:201:24336:24342 Wilcox Okmulgee, Oklahoma -0.000347435604052462668 +48320 gsa_html_1826402027 gsa_html_1826402027:198:22486:22502 Kaibab Little Colorado River -0.496102469458349238 +48321 aapg_aa_77.html aapg_aa_77.html:76:7926:7933 Cypress Jackson, Mississippi -0.455188836413653375 +48322 aapg_aa_119.html aapg_aa_119.html:138:15746:15775 Winnipeg Tioga, Texas -0.441406293921039528 +48323 aapg_ac_629.html aapg_ac_629.html:8:936:954 Beaumont Beaumont, Texas 0.0314462292461591339 +48324 AMJC_html_4504848787 AMJC_html_4504848787:578:56493:56501 Virginia Blue Ridge Mountains -0.466718659783226908 +48325 cspg_html_1841843683 cspg_html_1841843683:78:13204:13209 Piper Williston Basin -0.474438560215669658 +48326 aapg_af_636.html aapg_af_636.html:568:66557:66565 Paradise Cincinnati -0.477204643263094197 +48327 aapg_aa_595.html aapg_aa_595.html:337:35965:35978 Abo Wichita, Kansas -0.497512762155281452 +48328 aapg_af_653.html aapg_af_653.html:873:98501:98509 Monterey California 0.00285245641142386911 +48329 aapg_ae_187.html aapg_ae_187.html:369:39258:39275 Warsaw Morgan County, Indiana -0.00673169924588781169 +48330 cspg_html_3447886929 cspg_html_3447886929:1453:129011:129041 Lawrence Quebec City -0.474069180634086484 +48331 sedimentology_html_9906287852 sedimentology_html_9906287852:412:38131:38143 Rock Springs Cheyenne, Wyoming -0.470924237538710877 +48332 sedimentology_html_8094200836 sedimentology_html_8094200836:783:52047:52057 Long Point Lake Erie -0.0374506887699371238 +48333 sedimentology_html_7390870545 sedimentology_html_7390870545:832:70532:70536 Hall London, Ontario -0.455188836413653375 +48334 aapg_ac_995.html aapg_ac_995.html:143:13396:13402 Sierra San Pedro River (Arizona) -0.473778404154942046 +48335 aapg_ah_963.html aapg_ah_963.html:33:4428:4446 Fayetteville Arkansas 0.314010121939772235 +48336 aapg_aa_125.html aapg_aa_125.html:10:1111:1117 Fernie Victoria, British Columbia -0.400922141986709946 +48337 aapg_ac_925.html aapg_ac_925.html:118:17592:17597 Funks Central Valley (California) -0.447404197686881167 +48338 gsa_html_2364640066 gsa_html_2364640066:303:31910:31946 Kulthieth Yakutat City and Borough, Alaska 0.366195569644121977 +48339 aapg_ae_72.html aapg_ae_72.html:10:1829:1852 Honaker Hermosa, Chicago -0.457555451333636842 +48340 jgeology_html_8494933343 jgeology_html_8494933343:104:4277:4305 Bidahochi Arizona -0.458639019733277031 +48341 aapg_ae_499.html aapg_ae_499.html:447:49195:49207 Dakota Denver 0.013078463721204827 +48342 aapg_ad_267.html aapg_ad_267.html:69:6099:6106 Hosston Paluxy, Texas -0.435044526345554627 +48343 aapg_ah_318.html aapg_ah_318.html:1425:141604:141626 Mt Lytton Cotton Valley, Louisiana -0.0397187025652964501 +48344 cspg_html_9275863663 cspg_html_9275863663:102:14777:14786 Waterways Swan Hill, Victoria -0.454068782805138071 +48345 aapg_af_263.html aapg_af_263.html:144:18401:18411 Otto Fiord Ellesmere Island -0.258461033774780635 +48346 aapg_ai_388.html aapg_ai_388.html:287:29291:29313 Bridger Wasatch Range -0.0369894907800668374 +48347 cspg_html_1455361595 cspg_html_1455361595:142:18973:18978 Price Victoria, British Columbia -0.00229308019174294993 +48348 gsa_html_7195000001 gsa_html_7195000001:868:107693:107713 Chickaloon Anchorage, Alaska -0.469093158774920749 +48349 sedimentology_html_8097462471 sedimentology_html_8097462471:3233:273878:273887 Harrogate England -0.455432903203822237 +48350 aapg_aa_130.html aapg_aa_130.html:248:23225:23234 San Diego California -0.440387442871438828 +48351 cspg_html_2570555346 cspg_html_2570555346:141:18078:18094 Table Head Rhode Island Red -0.466842269540434285 +48352 aapg_ad_743.html aapg_ad_743.html:172:18314:18324 Pottsville Atoka, Oklahoma -0.43333944764882032 +48353 AMJC_html_5916115748 AMJC_html_5916115748:179:19747:19755 Beaumont Beaumont, Texas -0.458262569586093849 +48354 cspg_html_6814932427 cspg_html_6814932427:70:9605:9613 Edmonton Redwater, Texas -0.0188530778518021767 +48355 cspg_html_7278001817 cspg_html_7278001817:616:73864:73879 Leduc Lacombe, Alberta -0.010750205891597751 +48356 gsa_html_8349861296 gsa_html_8349861296:1116:92751:92756 Price California -0.00153219252139514682 +48357 aapg_ad_204.html aapg_ad_204.html:266:29035:29046 Palm Spring Kaaba -0.477158315306099867 +48358 gsa_html_3510629601 gsa_html_3510629601:915:82819:82847 Green River Colorado -0.0102706745632111761 +48359 aapg_ai_694.html aapg_ai_694.html:9:1546:1584 Ingleside Beaumont, Texas -0.485266333037401854 +48360 aapg_aa_346.html aapg_aa_346.html:214:19916:19930 Golconda Freedonia -0.448484669177164286 +48361 palaios_html_7465495929 palaios_html_7465495929:44:3945:3962 La Luna Lake Maracaibo -0.0153148102640597843 +48362 aapg_af_266.html aapg_af_266.html:59:7412:7421 San Diego Los Angeles -0.460953349343471763 +48363 palaios_html_5264377288 palaios_html_5264377288:704:56296:56329 Florissant Colorado -0.478488911708928044 +48364 aapg_ah_290.html aapg_ah_290.html:272:29804:29810 Oregon Birch Creek (Umatilla River) -0.445338708488509594 +48365 aapg_aa_945.html aapg_aa_945.html:83:6718:6724 Oregon Trempealeau, Wisconsin 0.0146110443570680159 +48366 aapg_af_743.html aapg_af_743.html:38:5889:5910 Jacksonburg Martinsburg, Nebraska -0.487692158362934725 +48367 sedimentology_html_4150247370 sedimentology_html_4150247370:325:23360:23368 Michigan Ohio -0.0539391172021731619 +48368 aapg_aa_976.html aapg_aa_976.html:232:28016:28035 Wyandotte Plattsburg, Missouri -0.028972971193404428 +48369 cspg_html_1230998910 cspg_html_1230998910:86:10810:10822 Cooking Lake Lacombe, Alberta -0.431641856483014286 +48370 aapg_af_892.html aapg_af_892.html:408:39737:39757 Palo Pinto Eastland County, Texas -0.00364114626483282803 +48371 cspg_html_5484260516 cspg_html_5484260516:982:77734:77749 Banff Lacombe, Alberta 0.543337747037957786 +48372 aapg_ae_906.html aapg_ae_906.html:146:12983:13010 Bethel New Harmony, Indiana -0.446589083540052001 +48373 geology_html_2894856088 geology_html_2894856088:256:23088:23097 San Diego California -0.463271407180362194 +48374 cspg_html_1065856149 cspg_html_1065856149:59:7246:7266 Blackstone Mountain Park (Holyoke, Massachusetts) -0.505076336103595591 +48375 gsa_html_3049782768 gsa_html_3049782768:427:41063:41068 Basal Middle Fork Salmon River -0.0762191501008962491 +48376 gsa_html_2338244700 gsa_html_2338244700:875:77362:77366 Kent Tanzania -0.496881985799363712 +48377 gsa_html_4071231613 gsa_html_4071231613:625:72977:72996 Karmutsen Charlotte, North Carolina -0.465561228542891226 +48378 cspg_html_8306619029 cspg_html_8306619029:13:1873:1891 Niobrara Lacombe, Alberta 0.0143330187187018215 +48379 aapg_ad_660.html aapg_ad_660.html:401:52444:52449 Queen Nashville Basin -0.478535310781285639 +48380 gsa_html_5846950288 gsa_html_5846950288:66:5113:5141 Green River Colorado -0.00109094831221136397 +48381 aapg_ae_974.html aapg_ae_974.html:114:11090:11103 Cook Mountain Leon County, Florida -0.457963336268268129 +48382 aapg_ac_635.html aapg_ac_635.html:133:16027:16046 Hornbrook Klamath River, California -0.0140376196944260508 +48383 cspg_html_4685794369 cspg_html_4685794369:206:21289:21302 Turner Valley Lacombe, Alberta -0.14523954590803731 +48384 gsa_html_1860930948 gsa_html_1860930948:411:50112:50126 Ogallala Rio Grande -0.446186272521599148 +48385 aapg_ad_978.html aapg_ad_978.html:16:2325:2361 Prospect Logan, Utah 0.00989886836448491438 +48386 aapg_ae_454.html aapg_ae_454.html:553:50356:50364 Dorcheat East Texas -0.0475645152925121273 +48387 sedimentology_html_9906287852 sedimentology_html_9906287852:910:76142:76161 Rock Springs Cheyenne, Wyoming -0.189335095694460803 +48388 aapg_ae_171.html aapg_ae_171.html:23:3385:3396 Skull Creek Denver -0.435738929516159335 +48389 aapg_ae_523.html aapg_ae_523.html:93:9090:9099 Aux Vases Wayne County, Michigan -0.438131262990121173 +48390 cspg_html_1870927435 cspg_html_1870927435:53:7526:7531 Cairn Edmonton, London -0.0176521575515221144 +48391 cspg_html_6701095516 cspg_html_6701095516:421:43265:43274 Mesaverde Colorado -0.446052041434467972 +48392 geology_html_7459789449 geology_html_7459789449:168:17029:17052 Rome Alabama -0.256769223525826873 +48393 aapg_ah_427.html aapg_ah_427.html:392:52070:52077 Savanna Atoka, Oklahoma -0.0088338543289246535 +48394 aapg_af_579.html aapg_af_579.html:310:33266:33283 Todilto Kayenta, Arizona -0.0433054743353417024 +48395 aapg_ac_333.html aapg_ac_333.html:1287:154981:154995 Yeso New Mexico -0.461526610478465105 +48396 aapg_aa_654.html aapg_aa_654.html:227:34182:34196 Espiritu Santo Colorado -0.50196539530370976 +48397 sedimentology_html_6766448467 sedimentology_html_6766448467:688:41495:41505 Rio Grande Mexico -0.482784406317177284 +48398 sedimentology_html_5588419537 sedimentology_html_5588419537:1122:57740:57749 Mansfield Eastern Canada -0.457532796484121151 +48399 aapg_af_886.html aapg_af_886.html:90:4305:4313 Frio Uvalde, Texas 0.647187692753357857 +48400 sedimentology_html_5280211633 sedimentology_html_5280211633:1617:120112:120116 Hall London, Ontario -0.0630659190229546224 +48401 aapg_ah_575.html aapg_ah_575.html:581:44693:44704 San Jacinto Shreveport, Louisiana -0.460173667521570073 +48402 aapg_ad_368.html aapg_ad_368.html:42:4008:4017 Newcastle Cheyenne, Wyoming -0.417793333041663884 +48403 aapg_ai_981.html aapg_ai_981.html:187:16422:16432 Rio Grande Mississippi River -0.0347847257870449039 +48404 aapg_ad_258.html aapg_ad_258.html:161:16048:16054 Salina Onondaga (tribe) -0.00893635855203990699 +48405 gsa_html_5694391338 gsa_html_5694391338:89:8803:8820 Packsaddle Schist Llano, Texas 0.00145054491803285547 +48406 cspg_html_8250500468 cspg_html_8250500468:421:51467:51475 Columbia Victoria, British Columbia -0.472639307901536299 +48407 aapg_ai_31.html aapg_ai_31.html:291:28715:28724 Catahoula Oakville, California -0.010750205891597751 +48408 aapg_ae_473.html aapg_ae_473.html:488:45823:45835 Chickasawhay Wayne County, Michigan -0.500402370472918023 +48409 aapg_ad_801.html aapg_ad_801.html:196:21446:21456 Cane River Winona, Mississippi -0.396887781482873292 +48410 sedimentology_html_5330645488 sedimentology_html_5330645488:27:1716:1724 Richmond Hawkesbury River -0.486548633935625752 +48411 aapg_ae_742.html aapg_ae_742.html:169:17155:17163 Michigan Ohio -0.471336008805755435 +48412 cspg_html_5484260516 cspg_html_5484260516:936:71124:71140 Exshaw Netherlands -0.410536443540969742 +48413 cspg_html_1333179361 cspg_html_1333179361:524:43019:43035 Belloy Logan, Utah 0.00968516832119581395 +48414 aapg_af_420.html aapg_af_420.html:130:13063:13072 Red River Williamson County, Texas -0.40029270981764864 +48415 aapg_ae_324.html aapg_ae_324.html:160:15833:15842 Blackford Murfreesboro, Tennessee -0.455803649368251795 +48416 gsa_html_8030464622 gsa_html_8030464622:629:69709:69718 Red River China -0.432227951733042737 +48417 aapg_af_895.html aapg_af_895.html:315:29457:29464 El Paso Texas -0.0381938711768296663 +48418 cspg_html_3473883402 cspg_html_3473883402:33:5092:5102 Pine Point Canada -0.094751466307613344 +48419 aapg_ae_68.html aapg_ae_68.html:105:13049:13055 Moleen Boise, Idaho -0.490378908520278767 +48420 aapg_aa_266.html aapg_aa_266.html:193:21730:21737 Halfway Lake Titicaca -0.427134891546012585 +48421 sedimentology_html_7567618503 sedimentology_html_7567618503:1041:61587:61592 Slope Anchorage, Alaska -0.0414701241414489052 +48422 aapg_ai_542.html aapg_ai_542.html:113:11505:11513 Colorado Benton, Arkansas -0.473676885959420813 +48423 sedimentology_html_9662614840 sedimentology_html_9662614840:1093:74348:74368 Toro Chile -0.466920106770381871 +48424 aapg_ac_5.html aapg_ac_5.html:18:2136:2141 Yukon Victoria, British Columbia -0.000885961050334026765 +48425 aapg_ah_64.html aapg_ah_64.html:44:5372:5379 Chemung Pennsylvania -0.45691453935984655 +48426 aapg_af_854.html aapg_af_854.html:987:139290:139306 Girkin Kentucky -0.451731523193220186 +48427 gsa_html_7030270352 gsa_html_7030270352:91:8853:8858 Sligo Western world -0.468455358769372721 +48428 aapg_ae_379.html aapg_ae_379.html:16:1767:1775 Michigan Antrim, County Antrim -0.048597821756073703 +48429 aapg_aa_23.html aapg_aa_23.html:1218:147736:147754 Winnipeg Manitoba -0.313735726605600285 +48430 aapg_ai_54.html aapg_ai_54.html:7:933:953 Tuscaloosa Alabama -0.428896893887351471 +48431 aapg_ad_721.html aapg_ad_721.html:515:47116:47126 San Andres Carlsbad, New Mexico -0.444625928203921772 +48432 aapg_ah_3.html aapg_ah_3.html:461:59128:59145 Wabamun Cheyenne, Wyoming -0.145411027127210407 +48433 aapg_ad_683.html aapg_ad_683.html:604:62187:62199 Hermit Supai, Arizona -0.033773852470743819 +48434 aapg_ah_318.html aapg_ah_318.html:2589:217769:217777 Consuelo Oaxaca, Oaxaca -0.0245215675441684301 +48435 AMJC_html_6341723617 AMJC_html_6341723617:834:73293:73321 Green River Colorado -0.466842269540434285 +48436 aapg_af_775.html aapg_af_775.html:345:23893:23910 Lissie Oakville, California -0.0732877688136268635 +48437 aapg_aa_147.html aapg_aa_147.html:368:43569:43578 Red River Cheyenne, Wyoming 0.10755655364543612 +48438 cspg_html_4834918660 cspg_html_4834918660:162:11388:11396 Edmonton Edmonton, London -0.057382412068765952 +48439 gsa_html_8213519494 gsa_html_8213519494:616:62197:62201 Bond North Atlantic Current -0.0447475566663644089 +48440 aapg_ad_469.html aapg_ad_469.html:114:11715:11720 Atoka Atoka, Oklahoma -0.00500312776260552431 +48441 aapg_af_397.html aapg_af_397.html:3:198:215 Entrada New Mexico 0.0451133410573592991 +48442 cspg_html_4376017434 cspg_html_4376017434:234:29239:29258 Pardonet Victoria, British Columbia 0.0267801315283120664 +48443 aapg_ae_764.html aapg_ae_764.html:27:3099:3105 Reston Virginia -0.458348730992641562 +48444 cspg_html_9912281240 cspg_html_9912281240:644:72536:72553 Cardium Lacombe, Alberta -0.479830848328458015 +48445 aapg_ai_699.html aapg_ai_699.html:39:6897:6910 Great Meadows Castillo de San Marcos -0.492423140812619287 +48446 aapg_aa_681.html aapg_aa_681.html:45:6429:6443 Traverse Michigan -0.479352341582737318 +48447 geology_html_5147372840 geology_html_5147372840:11:489:500 Main Street Texas -0.0391947322443328555 +48448 aapg_af_593.html aapg_af_593.html:239:18787:18803 Albert Stony Creek Metropark -0.459819284677136619 +48449 aapg_ad_959.html aapg_ad_959.html:82:8605:8613 Fairview Ohio 0.0195847879214001257 +48450 sedimentology_html_3850942730 sedimentology_html_3850942730:201:21193:21209 Carmel Western world -0.464569693827358687 +48451 cspg_html_4915680223 cspg_html_4915680223:146:16137:16156 Allen Bay Cape Cod 1.13821069538227615 +48452 gsa_html_5391661566 gsa_html_5391661566:576:60134:60143 San Pedro Mexico -0.472943536588278923 +48453 aapg_ac_59.html aapg_ac_59.html:339:40953:40968 Sespe Santiago 0.0174575141375943391 +48454 aapg_ac_513.html aapg_ac_513.html:67:7270:7279 Vicksburg County Sligo -0.429055041262400905 +48455 cspg_html_6000032807 cspg_html_6000032807:194:23076:23107 Ireton Lacombe, Alberta -0.457501080653503367 +48456 aapg_aa_288.html aapg_aa_288.html:164:18745:18756 Skull Creek Cheyenne, Wyoming -0.4847520804564589 +48457 cspg_html_9843429624 cspg_html_9843429624:68:8788:8796 Columbia Victoria, British Columbia 0.00173023150446143426 +48458 aapg_ad_302.html aapg_ad_302.html:216:21387:21408 Bell Delaware -0.446231020576565107 +48459 cspg_html_8362959053 cspg_html_8362959053:129:18416:18424 Columbia Victoria, British Columbia -0.496597579989056737 +48460 aapg_ai_208.html aapg_ai_208.html:26:3191:3213 Castle Hayne Castle Hayne, North Carolina -0.0214063649157180402 +48461 gsa_html_7464626519 gsa_html_7464626519:106:12567:12588 Uncompahgre New Mexico -0.0203634553137257354 +48462 cspg_html_8588503765 cspg_html_8588503765:496:61067:61078 Mowry Cheyenne, Wyoming -0.0277886893642299709 +48463 aapg_af_99.html aapg_af_99.html:14:2338:2353 Gatun Costa Rica -0.00490757986669080291 +48464 gsa_html_6731381597 gsa_html_6731381597:15:646:653 Oceanic Malaita Province 0.00238862567180727833 +48465 aapg_ae_884.html aapg_ae_884.html:289:38885:38903 Frontier Rawlins, Wyoming -0.454357696116458765 +48466 cspg_html_9720041449 cspg_html_9720041449:1139:135912:135928 Nisku Lacombe, Alberta -0.458031335089754243 +48467 aapg_ac_414.html aapg_ac_414.html:375:42804:42812 Colorado Denver -0.451751782124743317 +48468 aapg_ae_790.html aapg_ae_790.html:160:19824:19833 Knoxville Knoxville, Illinois -0.492578779781284393 +48469 cspg_html_6675007047 cspg_html_6675007047:599:62578:62586 Edmonton Lacombe, Alberta 0.787923301268565801 +48470 sedimentology_html_6346136313 sedimentology_html_6346136313:1478:93419:93425 Navajo Logan, Utah 0.00389825344276496875 +48471 sedimentology_html_5801163920 sedimentology_html_5801163920:1618:110905:110922 Paradox Colorado -0.483281151267174081 +48472 jgeology_html_9055319560 jgeology_html_9055319560:1358:81704:81712 Michigan Hartford, Connecticut -0.018225670847461909 +48473 aapg_aa_697.html aapg_aa_697.html:186:19102:19113 Black Creek Regina, Saskatchewan -0.442620143363224416 +48474 gsa_html_1119256423 gsa_html_1119256423:293:26912:26920 Bellevue Eustis, Florida -0.455347020329573748 +48475 geology_html_6275240411 geology_html_6275240411:311:27470:27479 Red River Manitoba 0.521222266286298863 +48476 cspg_html_4326384800 cspg_html_4326384800:1015:148927:148951 Fort Vermilion Western world -0.441406293921039528 +48477 sedimentology_html_1685838353 sedimentology_html_1685838353:39:3074:3085 Peace River Lacombe, Alberta -0.491577059800919369 +48478 gsa_html_7808051457 gsa_html_7808051457:661:64921:64940 Colorado Reno, Nevada -0.452896019392303839 +48479 aapg_ac_270.html aapg_ac_270.html:62:5005:5035 Frankfort Cattaraugus County, New York -0.102661409307009718 +48480 gsa_html_6330913937 gsa_html_6330913937:670:55658:55664 Diablo Santa Rosa and San Jacinto Mountains National Monument -0.0074248793072545817 +48481 aapg_ah_318.html aapg_ah_318.html:2035:183434:183440 Sierra Coahuila -0.502347065714454311 +48482 aapg_ac_613.html aapg_ac_613.html:127:17528:17543 Mesaverde Mancos, Colorado -0.365188467586234911 +48483 sedimentology_html_9355085746 sedimentology_html_9355085746:1019:43430:43434 Nome Anchorage, Alaska -0.460953349343471763 +48484 aapg_ah_80.html aapg_ah_80.html:72:8368:8390 Arkose Ridge Matanuska-Susitna Valley -0.0168874970090907538 +48485 aapg_af_705.html aapg_af_705.html:87:8920:8932 Austin Chalk Brazos County, Texas -0.00922476160912374769 +48486 cspg_html_3104351736 cspg_html_3104351736:782:83532:83540 Foremost Lacombe, Alberta -0.441406293921039528 +48487 palaios_html_2413654173 palaios_html_2413654173:621:58302:58316 Edmonton Lacombe, Alberta -0.0289590583087490083 +48488 aapg_ae_995.html aapg_ae_995.html:101:9265:9290 Rockdale Texas -0.0446343409079277068 +48489 aapg_ae_200.html aapg_ae_200.html:120:11358:11372 Weno Fort Worth, Texas -0.457614356613462614 +48490 cspg_html_5807593737 cspg_html_5807593737:38:6632:6649 Duperow Williston, Vermont -0.419653547396107496 +48491 geology_html_4085157477 geology_html_4085157477:285:22151:22170 Pocatello Boise, Idaho -0.484079342907875299 +48492 aapg_af_628.html aapg_af_628.html:163:15763:15779 Bethel Kentucky -0.452909542628234352 +48493 aapg_ai_82.html aapg_ai_82.html:385:43317:43327 Greenbrier Ohio -0.494850594949005074 +48494 cspg_html_6592158461 cspg_html_6592158461:496:75759:75767 Columbia Lacombe, Alberta -0.451875596518584666 +48495 gsa_html_6062330506 gsa_html_6062330506:595:63038:63058 Dockum Pecos River -0.435661502416701596 +48496 cspg_html_2749851978 cspg_html_2749851978:6:544:561 Cardium Bow River -0.00475991516942670528 +48497 aapg_ah_754.html aapg_ah_754.html:85:9962:9977 Comox Qualicum River -0.0158621976007121031 +48498 aapg_ae_62.html aapg_ae_62.html:86:9287:9311 Stony Mountain Red River of the North -1.38656466461450756 +48499 aapg_ai_583.html aapg_ai_583.html:400:50217:50245 Rierdon Powder River (Montana) -0.457514673015389395 +48500 palaios_html_2223085265 palaios_html_2223085265:503:46495:46500 Piper California -0.452887004013691252 +48501 cspg_html_9768299963 cspg_html_9768299963:200:20946:20972 Wapiti Horseshoe Canyon Formation -0.0393566203457145145 +48502 cspg_html_6839937815 cspg_html_6839937815:277:39072:39078 Kaibab Arizona -0.0353624097936946907 +48503 aapg_ai_17.html aapg_ai_17.html:1234:84489:84504 Vicksburg Texas -0.449440672427322663 +48504 aapg_ah_903.html aapg_ah_903.html:11:1296:1307 Sparta Bossier City, Louisiana -0.424706781734201677 +48505 cspg_html_6514903151 cspg_html_6514903151:48:6074:6089 Colorado Lacombe, Alberta -0.0323925309205377876 +48506 aapg_ai_916.html aapg_ai_916.html:378:51247:51259 Wilcox Texas -0.481230723565142238 +48507 aapg_ae_993.html aapg_ae_993.html:484:50012:50031 Beirdneau Wasatch Range -0.033773852470743819 +48508 palaios_html_4480575740 palaios_html_4480575740:531:55790:55810 Fort Payne Kentucky -0.0174783687048886763 +48509 aapg_ad_3.html aapg_ad_3.html:91:9283:9294 Beekmantown Virginia 0.336285608332785702 +48510 gsa_html_2509527541 gsa_html_2509527541:59:4547:4575 Green River Iran -0.0963356789564999566 +48511 sedimentology_html_9906287852 sedimentology_html_9906287852:1258:93302:93309 Wasatch Evanston, Wyoming 0.294671080022278042 +48512 geology_html_2006236083 geology_html_2006236083:57:5960:5965 Simla Nainital -0.00048640987057772464 +48513 aapg_ad_221.html aapg_ad_221.html:130:11281:11293 Austin Chalk Collin County, Texas -0.0346577090486229963 +48514 palaios_html_6409863909 palaios_html_6409863909:283:34575:34606 Kope Ohio -0.00048640987057772464 +48515 geology_html_2276070502 geology_html_2276070502:103:10152:10162 Rio Grande Colorado -0.474355436180137646 +48516 aapg_af_270.html aapg_af_270.html:15:2159:2167 Victoria Regina, Saskatchewan -0.0184133695346841396 +48517 cspg_html_6927586285 cspg_html_6927586285:444:58092:58125 Halfway Canada -0.494751281926012032 +48518 aapg_ae_185.html aapg_ae_185.html:202:17713:17736 Cotton Valley Cotton Valley, Louisiana -0.0188200559458422435 +48519 gsa_html_4181975259 gsa_html_4181975259:845:75218:75224 Oregon Salem, Oregon -0.470200080639580853 +48520 cspg_html_1503116552 cspg_html_1503116552:926:130832:130858 Beaverhill Swan Hill, Victoria -0.444891759770598527 +48521 aapg_ae_958.html aapg_ae_958.html:591:54751:54759 Wolfcamp Guadalupe Mountains National Park -0.0704612205675866493 +48522 aapg_ad_341.html aapg_ad_341.html:128:12099:12131 Rondout Delaware Valley -0.454034931813569353 +48523 aapg_ac_230.html aapg_ac_230.html:748:81000:81006 Sierra Venezuela -0.472770666406185036 +48524 aapg_ah_505.html aapg_ah_505.html:550:41969:41987 Fountain Leadville, Colorado -0.505150548331609439 +48525 gsa_html_2455796186 gsa_html_2455796186:29:2796:2824 Green River Colorado -0.035304988004324106 +48526 aapg_aa_39.html aapg_aa_39.html:234:20516:20533 Hermosa Logan, Utah -0.0570962758686634417 +48527 aapg_ad_575.html aapg_ad_575.html:203:26441:26460 Minnelusa Cheyenne, Wyoming -0.455957418074169007 +48528 aapg_ad_157.html aapg_ad_157.html:189:18331:18335 Frio Calcasieu Parish, Louisiana -0.442539913358205417 +48529 aapg_af_46.html aapg_af_46.html:257:29284:29301 Goddard Absaroka -0.455726774842524995 +48530 palaios_html_6327369225 palaios_html_6327369225:42:4462:4480 Morrison Logan, Utah -0.206814414253551265 +48531 gsa_html_4120839285 gsa_html_4120839285:405:47494:47503 San Diego Baja California peninsula -0.0222894098360483031 +48532 cspg_html_5241714595 cspg_html_5241714595:66:11071:11087 Elk Regina, Saskatchewan 0.0321768231211598324 +48533 palaios_html_5212272868 palaios_html_5212272868:66:6918:6926 Colorado Pueblo, Colorado -0.0100152745816292233 +48534 geology_html_6752696169 geology_html_6752696169:242:21385:21390 Logan Colorado -0.033773852470743819 +48535 aapg_ae_250.html aapg_ae_250.html:21:2707:2715 Colorado Denver -0.413981895448320647 +48536 geology_html_3143391601 geology_html_3143391601:230:20619:20624 Lyell Bridgetown, Nova Scotia -0.0647985531001060572 +48537 cspg_html_6985536436 cspg_html_6985536436:120:16930:16951 Christopher Anchorage, Alaska -0.463697875765281653 +48538 palaios_html_1262064602 palaios_html_1262064602:1003:99645:99661 Chinle Arizona -0.0302321496726148872 +48539 cspg_html_9670138862 cspg_html_9670138862:79:10119:10132 Gog Lake Louise, Alberta -0.450608983410958508 +48540 cspg_html_7102673197 cspg_html_7102673197:288:35821:35838 Cardium Lacombe, Alberta -0.01223054087335982 +48541 cspg_html_7988775280 cspg_html_7988775280:29:4767:4787 Clearwater Western world -0.0354024312234924934 +48542 gsa_html_7102550258 gsa_html_7102550258:1133:114902:114933 Chinle Logan, Utah 1.25781883147163387 +48543 gsa_html_1451702506 gsa_html_1451702506:61:4253:4281 Green River Colorado -0.0239565449099976777 +48544 cspg_html_4498577775 cspg_html_4498577775:91:12102:12124 Mount Whyte Lake Louise, Alberta -0.455229509631582041 +48545 aapg_ae_419.html aapg_ae_419.html:1660:123380:123397 Tamabra Tampico, Illinois -0.0346577090486229963 +48546 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31816:31826 Laurentian Utica, New York -0.462225485866077257 +48547 palaios_html_3962337036 palaios_html_3962337036:845:66048:66062 Bond Mattoon, Illinois -0.495181722890797649 +48548 sedimentology_html_3424454943 sedimentology_html_3424454943:219:26534:26538 Hall London, Ontario -0.495818327103384027 +48549 aapg_ad_379.html aapg_ad_379.html:405:35435:35441 Maroon Logan, Utah -0.00399553741552616509 +48550 palaios_html_6025329652 palaios_html_6025329652:46:4184:4192 Columbia Wallowa, Oregon -0.0225432067788778057 +48551 aapg_ac_473.html aapg_ac_473.html:621:70349:70355 Denver Colorado -0.487607747652621382 +48552 cspg_html_4773367370 cspg_html_4773367370:347:26495:26515 Crowsnest Lacombe, Alberta -0.508915364509116785 +48553 aapg_ac_785.html aapg_ac_785.html:45:8730:8743 Barnett Marfa lights -0.432227951733042737 +48554 aapg_ah_387.html aapg_ah_387.html:2664:288348:288364 Knoxville Colusa, California 1.00921855989049258 +48555 aapg_ai_542.html aapg_ai_542.html:67:6859:6878 Mesaverde Colorado -0.482784406317177284 +48556 aapg_ae_777.html aapg_ae_777.html:286:33704:33726 Tererro San Miguel County, New Mexico -0.478284785297837578 +48557 cspg_html_7970178687 cspg_html_7970178687:55:6792:6804 Viking Lacombe, Alberta -0.462225485866077257 +48558 cspg_html_8637177176 cspg_html_8637177176:53:7634:7651 Belly River Lacombe, Alberta 0.83280868347732917 +48559 cspg_html_8369994160 cspg_html_8369994160:62:6363:6386 Turner Valley Elkton, Kentucky -0.456844361180692826 +48560 geology_html_3374437567 geology_html_3374437567:63:7565:7574 Gibraltar Victoria, British Columbia -0.0116467387889204136 +48561 gsa_html_6738340121 gsa_html_6738340121:12:498:506 Colorado Denver -0.487565545428885583 +48562 cspg_html_8128756616 cspg_html_8128756616:345:40858:40867 Cold Lake Lacombe, Alberta -0.465558942626108085 +48563 aapg_ae_547.html aapg_ae_547.html:495:57020:57036 Kodiak Anchorage, Alaska -0.465888175365361257 +48564 aapg_ac_71.html aapg_ac_71.html:272:31906:31923 Luning Tonopah, Arizona -0.508915364509116785 +48565 cspg_html_8247666269 cspg_html_8247666269:803:84985:85003 Deer Bay Canada -0.430224392211940587 +48566 cspg_html_4413081832 cspg_html_4413081832:309:36263:36278 Woodbend Lacombe, Alberta -0.449575401198261781 +48567 geology_html_1762704695 geology_html_1762704695:14:777:783 Denver Colorado -0.0219487021071597919 +48568 gsa_html_5865982995 gsa_html_5865982995:1211:129327:129348 Green River Gary, Indiana -0.0648125280295872019 +48569 cspg_html_4031489103 cspg_html_4031489103:112:16559:16577 Aldridge Purcell Mountains -0.0323194681554540841 +48570 aapg_ah_176.html aapg_ah_176.html:123:18087:18090 Elk Colorado -0.494670894236060144 +48571 cspg_html_6702053097 cspg_html_6702053097:434:49975:49994 Rock River Philipsburg, Centre County, Pennsylvania -0.456371367070690814 +48572 aapg_af_471.html aapg_af_471.html:216:25339:25358 Parkwood Hartselle, Alabama -0.446011775932438015 +48573 cspg_html_9222238695 cspg_html_9222238695:591:66993:67001 Columbia Victoria, British Columbia -0.465744120990301047 +48574 palaios_html_6025329652 palaios_html_6025329652:366:35567:35577 Washington Salem, Oregon -0.453355922590981064 +48575 cspg_html_6675007047 cspg_html_6675007047:597:62290:62298 Edmonton Lacombe, Alberta -0.474009171210690694 +48576 aapg_aa_702.html aapg_aa_702.html:1417:143974:143982 Colorado Colorado -0.457555451333636842 +48577 aapg_ad_640.html aapg_ad_640.html:54:8670:8686 Almond Table Rock, Wyoming -0.469648742182661783 +48578 cspg_html_3871608501 cspg_html_3871608501:77:8770:8782 Grande Greve York -0.0315036314272049284 +48579 cspg_html_3699720399 cspg_html_3699720399:455:43647:43657 Whitehorse Vancouver -0.451956647802202349 +48580 palaios_html_4880574501 palaios_html_4880574501:141:16307:16311 Kope Bellevue, Nebraska -0.00806073698202901257 +48581 aapg_ah_337.html aapg_ah_337.html:122:13233:13243 Rio Grande Mexico -0.0221938023877403003 +48582 cspg_html_7667087595 cspg_html_7667087595:37:4671:4683 Judith River Canada -0.465705253187009671 +48583 aapg_af_653.html aapg_af_653.html:1051:124486:124492 Cierbo California -0.448282824521055501 +48584 aapg_ae_305.html aapg_ae_305.html:1082:93639:93644 Colon Venezuela -0.119749668972525217 +48585 gsa_html_3014459865 gsa_html_3014459865:208:22714:22733 Pensauken Pennsylvania -0.18373398806940297 +48586 gsa_html_1553263562 gsa_html_1553263562:825:73940:73972 Hungry Valley Southern California -0.436092963472802964 +48587 aapg_ah_415.html aapg_ah_415.html:125:11760:11768 Colorado Colorado 0.013403391494118528 +48588 gsa_html_2220556952 gsa_html_2220556952:805:93721:93744 Newark Canyon Reno, Nevada -0.473746101631411953 +48589 aapg_ae_419.html aapg_ae_419.html:1344:107600:107617 El Abra Texas -0.446011775932438015 +48590 aapg_ac_613.html aapg_ac_613.html:120:16911:16930 Mesaverde Chuska Mountains -0.493626550639529649 +48591 gsa_html_4432793908 gsa_html_4432793908:1256:121755:121775 Sheep Pass Reno, Nevada -0.201938424880354989 +48592 cspg_html_8678892218 cspg_html_8678892218:201:28068:28076 Pine Key Melbourne, Florida -0.273709985141550094 +48593 aapg_ad_68.html aapg_ad_68.html:256:18447:18464 Renault Bethel, Alaska -0.450743884934886652 +48594 aapg_ai_208.html aapg_ai_208.html:3:193:209 Peedee North Carolina -0.00850549498541811055 +48595 gsa_html_3049782768 gsa_html_3049782768:750:64597:64607 Washington Sauk Village, Illinois -0.0281695262279110618 +48596 sedimentology_html_2604269201 sedimentology_html_2604269201:848:47731:47735 Hall London, Ontario -0.489758135810969386 +48597 geology_html_3709964639 geology_html_3709964639:196:20335:20353 Monterey California -0.486319176175919576 +48598 aapg_aa_714.html aapg_aa_714.html:189:16782:16800 Chainman Logan, Utah -0.243049991829334316 +48599 gsa_html_4543270561 gsa_html_4543270561:664:58540:58550 Point Loma Pacific coast -0.0194666001171388929 +48600 cspg_html_1870927435 cspg_html_1870927435:31:4023:4038 Nisku Edmonton, London -0.442916609041378917 +48601 aapg_ae_547.html aapg_ae_547.html:107:14708:14724 Kodiak Kodiak Island 0.486960876069562676 +48602 aapg_ae_705.html aapg_ae_705.html:500:46982:46994 Red Mountain Carpinteria, California -0.480602591853576067 +48603 aapg_aa_712.html aapg_aa_712.html:119:14827:14848 Platteville Hennepin, Illinois 0.000945025165510868953 +48604 aapg_ad_98.html aapg_ad_98.html:30:3898:3914 Eureka Quartzite Middle Ordovician 0.00994404088391406815 +48605 AMJC_html_5421639085 AMJC_html_5421639085:603:61621:61627 Howard Maryland -0.462225485866077257 +48606 gsa_html_6814608835 gsa_html_6814608835:298:25704:25722 Brandywine Maryland -0.471501691978871318 +48607 aapg_ah_843.html aapg_ah_843.html:343:32953:32957 Wise Cheyenne, Wyoming -0.457614356613462614 +48608 aapg_ac_971.html aapg_ac_971.html:867:69312:69327 Viola Ardmore, Pennsylvania -0.449575401198261781 +48609 aapg_aa_266.html aapg_aa_266.html:721:78262:78268 Walker Bolivia -0.524027548595248582 +48610 aapg_ah_44.html aapg_ah_44.html:330:41946:41978 Harrell Middle East -0.472607047424380866 +48611 gsa_html_3860045860 gsa_html_3860045860:1381:119564:119592 Green River Iran -0.0152331376513424877 +48612 sedimentology_html_9562282132 sedimentology_html_9562282132:2361:85014:85019 Cadiz North Atlantic Current -0.464473797617463435 +48613 cspg_html_6383234409 cspg_html_6383234409:32:3605:3617 Devon Island Ellesmere Island -0.43919205226689878 +48614 AMJC_html_8619525948 AMJC_html_8619525948:555:60997:61009 Rhode Island Newport, Rhode Island -0.0782870302331403894 +48615 jgeology_html_3399876436 jgeology_html_3399876436:306:20962:20978 Navajo Colorado Plateau -0.50174601395170626 +48616 aapg_aa_4.html aapg_aa_4.html:240:32268:32285 Chemung Keuka Lake -0.0301590999875516533 +48617 cspg_html_5406720001 cspg_html_5406720001:123:15182:15202 Phosphoria Logan, Utah -0.425363011053494167 +48618 aapg_af_18.html aapg_af_18.html:172:19997:20017 Fall River Fall River, Nova Scotia 0.55123756988824435 +48619 geology_html_3164524816 geology_html_3164524816:23:1534:1542 Colorado Denver -0.529043663170736922 +48620 aapg_af_886.html aapg_af_886.html:90:4342:4353 San Antonio Uvalde, Texas -0.496881985799363712 +48621 cspg_html_3854301924 cspg_html_3854301924:73:6711:6726 Nisku Western Canadian Sedimentary Basin -0.465835581370964813 +48622 aapg_ah_356.html aapg_ah_356.html:61:8611:8631 Sparta Polk County, Florida 0.0602200308608277154 +48623 aapg_ac_333.html aapg_ac_333.html:851:104105:104130 Yeso New Mexico 0.0251613720923008037 +48624 cspg_html_7866293053 cspg_html_7866293053:299:35490:35510 Clearwater Lacombe, Alberta -0.466842269540434285 +48625 gsa_html_1616304153 gsa_html_1616304153:1017:90735:90771 Protection Washington (state) -0.455252106655251121 +48626 aapg_aa_303.html aapg_aa_303.html:377:35401:35409 Colorado Lake Ontario -0.498117899111855666 +48627 aapg_af_614.html aapg_af_614.html:9:1166:1185 Smackover Paluxy, Texas -0.440514182187833891 +48628 palaios_html_1262064602 palaios_html_1262064602:1055:103711:103727 Chinle Arizona -0.417363557088893333 +48629 aapg_ad_244.html aapg_ad_244.html:262:24260:24281 Little Falls Mohawk Valley -0.46814580209221146 +48630 aapg_ae_958.html aapg_ae_958.html:824:73646:73651 Hueco Texas -0.491664221304765947 +48631 aapg_af_854.html aapg_af_854.html:840:118516:118535 Aux Vases Illinois 0.00219579757813351652 +48632 sedimentology_html_3526020464 sedimentology_html_3526020464:90:6882:6886 Java Philippines -0.000781730278493122455 +48633 gsa_html_3816882354 gsa_html_3816882354:937:80007:80012 Price Arctic Cordillera -0.478326534516524793 +48634 gsa_html_8881958017 gsa_html_8881958017:142:16823:16836 Nicola Victoria, British Columbia -0.0184133695346841396 +48635 aapg_ac_586.html aapg_ac_586.html:72:9255:9276 Mauch Chunk Pottsville, Pennsylvania -0.0199532604557582163 +48636 palaios_html_8744932660 palaios_html_8744932660:459:45353:45386 Moenkopi Logan, Utah -0.228811535738714988 +48637 aapg_ai_11.html aapg_ai_11.html:324:43717:43734 Decorah Burlington, Ontario -0.102656124634010679 +48638 sedimentology_html_3199608174 sedimentology_html_3199608174:335:33431:33435 Hall London, Ontario -0.476061064960921709 +48639 geology_html_7296350222 geology_html_7296350222:281:21638:21645 Andrews San Juan Mountains -0.0221051486888918687 +48640 aapg_ak_88.html aapg_ak_88.html:310:32461:32469 Belgrade Serbia -0.47254944238616009 +48641 cspg_html_1064364469 cspg_html_1064364469:7:635:642 Cardium Canada 0.768597623172543321 +48642 gsa_html_4071231613 gsa_html_4071231613:987:100493:100499 Kluane Canada -0.0801017498393796074 +48643 geology_html_1074529748 geology_html_1074529748:67:6307:6327 Carpenter Ridge Tuff San Juan, Argentina 0.406261496084231122 +48644 aapg_ah_878.html aapg_ah_878.html:138:15451:15459 Mayville Wisconsin -0.454113919430063184 +48645 palaios_html_5921824758 palaios_html_5921824758:147:14996:15012 Uinta Logan, Utah -0.481815063993563775 +48646 cspg_html_7403344526 cspg_html_7403344526:371:42713:42730 Cardium Lacombe, Alberta -0.444371337951674328 +48647 gsa_html_7309078733 gsa_html_7309078733:72:7823:7833 Rio Grande Puerto Palomas, Chihuahua -0.462644618431458876 +48648 sedimentology_html_2530371124 sedimentology_html_2530371124:1088:55853:55859 Person Oaxaca, Oaxaca -0.0336555463053693354 +48649 gsa_html_1744648670 gsa_html_1744648670:1388:129043:129062 Pocatello Boise, Idaho -0.484079342907875299 +48650 aapg_ac_939.html aapg_ac_939.html:1006:99242:99264 Shinarump Conglomerate Arizona -0.0252830771132320185 +48651 aapg_ac_666.html aapg_ac_666.html:116:11865:11903 Onondaga Chestnut Ridge, New York -0.131826333006585167 +48652 aapg_ah_678.html aapg_ah_678.html:556:67782:67791 Vicksburg San Marcos, California -0.237120928626499416 +48653 cspg_html_2492063773 cspg_html_2492063773:60:7828:7851 Lambert Hornby Island -0.481989744615225701 +48654 cspg_html_9941518291 cspg_html_9941518291:529:78131:78153 Barlow Inlet Little Cornwallis Island -0.449440672427322663 +48655 aapg_aa_684.html aapg_aa_684.html:282:26032:26041 Popo Agie Cheyenne, Wyoming -0.0450123132997459277 +48656 aapg_ae_625.html aapg_ae_625.html:181:20909:20917 Columbia Victoria, British Columbia -0.000105967854110096421 +48657 sedimentology_html_5598617608 sedimentology_html_5598617608:7:383:387 Home Earth -0.485308421911267773 +48658 aapg_af_460.html aapg_af_460.html:93:8961:8969 Michigan Sault Ste. Marie, Ontario -0.465641239344597002 +48659 aapg_ac_380.html aapg_ac_380.html:402:47185:47193 Michigan Michigan -0.462193603410137988 +48660 gsa_html_4038604474 gsa_html_4038604474:193:15058:15065 Windsor Canada -0.459639875047440249 +48661 aapg_ah_44.html aapg_ah_44.html:348:44743:44762 Marcellus Pennsylvania -0.431959095961468531 +48662 geology_html_2473079158 geology_html_2473079158:11:557:565 Victoria Victoria, British Columbia 0.00403028171567929548 +48663 aapg_ad_280.html aapg_ad_280.html:70:9259:9278 Smackover East Texas -0.259344638465639765 +48664 aapg_aa_287.html aapg_aa_287.html:320:39947:39965 Cardium Canada 0.0429711127899507772 +48665 aapg_ah_625.html aapg_ah_625.html:229:22139:22161 Uinta Logan, Utah -0.465561228542891226 +48666 aapg_ae_307.html aapg_ae_307.html:115:7919:7937 Ogallala New Mexico 0.00331802598112439446 +48667 cspg_html_9501006975 cspg_html_9501006975:411:48111:48129 Dunvegan Ganges -0.455197874748240694 +48668 aapg_ah_64.html aapg_ah_64.html:318:39345:39362 Laramie Colorado -0.0181770085033734277 +48669 cspg_html_6873686255 cspg_html_6873686255:35:4016:4023 Cardium Red Deer, Alberta -0.436832441054611387 +48670 aapg_ac_699.html aapg_ac_699.html:27:3446:3477 Georgetown Val Verde (fictional country) -0.459837454744856933 +48671 aapg_aa_148.html aapg_aa_148.html:212:25176:25188 Burro Canyon Colorado -0.429960502864963123 +48672 cspg_html_4176605708 cspg_html_4176605708:352:34107:34130 Belle Fourche Ashville, Ohio 0.606962401765246184 +48673 cspg_html_4623526246 cspg_html_4623526246:26:2774:2787 Parry Islands Melville Island (Canada) -0.0347847257870449039 +48674 cspg_html_5438428738 cspg_html_5438428738:480:60400:60404 Bell Canada 0.0102341887438569899 +48675 aapg_af_770.html aapg_af_770.html:349:34057:34069 Bear Springs Uinta Mountains -0.501531457608635822 +48676 aapg_ad_718.html aapg_ad_718.html:109:9310:9335 Carlsbad Guadalupe Mountains National Park -0.00202555313540596143 +48677 sedimentology_html_2073446709 sedimentology_html_2073446709:946:54541:54550 San Diego California -0.0489515820397514803 +48678 gsa_html_5865982995 gsa_html_5865982995:976:106223:106244 Green River Colorado 0.487481147242485091 +48679 cspg_html_7833083677 cspg_html_7833083677:2493:215517:215536 Tahkandit Anchorage, Alaska 0.0152956953730357167 +48680 cspg_html_1159165904 cspg_html_1159165904:14:1997:2002 Price Victoria, British Columbia 0.00403028171567929548 +48681 aapg_ae_973.html aapg_ae_973.html:436:31194:31197 Abo Sacramento Mountains (California) -0.449871874526764137 +48682 sedimentology_html_9906287852 sedimentology_html_9906287852:1031:83812:83820 Evanston Logan, Utah -0.437987106587424679 +48683 sedimentology_html_4278388483 sedimentology_html_4278388483:79:8629:8638 Red River Lake Texoma -0.437049524484892205 +48684 aapg_ac_333.html aapg_ac_333.html:359:46833:46838 Ouray Colorado -0.0713810816948926286 +48685 cspg_html_6193252551 cspg_html_6193252551:289:31894:31910 Mingan Middle Ordovician -0.491131969162477144 +48686 aapg_ah_505.html aapg_ah_505.html:1958:152905:152911 Denver Colorado -0.491162576381923288 +48687 gsa_html_1826402027 gsa_html_1826402027:151:17309:17327 Moenkopi Blue Ridge Mountains -0.482784406317177284 +48688 cspg_html_2492063773 cspg_html_2492063773:95:13637:13651 Cedar District Northumberland, Pennsylvania -0.22101139982918222 +48689 aapg_ac_807.html aapg_ac_807.html:413:42377:42394 Potomac Patapsco River 0.794697925686754347 +48690 aapg_ai_296.html aapg_ai_296.html:571:57555:57568 Bromide Arkansas -0.465787563493960222 +48691 sedimentology_html_6812678908 sedimentology_html_6812678908:497:17816:17824 Colorado Reno, Nevada -0.473695342935840036 +48692 aapg_af_978.html aapg_af_978.html:913:132960:132964 Hall London, Ontario -0.0489515820397514803 +48693 gsa_html_8531594123 gsa_html_8531594123:511:62122:62143 Stony Creek Central Valley (California) -0.0599372594953088075 +48694 aapg_af_552.html aapg_af_552.html:265:23631:23638 Blackie London, Ontario -0.498319708491524405 +48695 aapg_ad_683.html aapg_ad_683.html:223:25068:25072 Rico Monument Valley -0.0575708500128760542 +48696 aapg_ah_490.html aapg_ah_490.html:35:4600:4619 Minnelusa Black Hills -0.439298641817729429 +48697 AMJC_html_4299960498 AMJC_html_4299960498:796:90975:90995 Ellensburg Washington (state) -0.0581606260382664664 +48698 cspg_html_3328007773 cspg_html_3328007773:74:10981:11004 Boulder Creek Victoria, British Columbia -0.135723495338025718 +48699 aapg_ac_333.html aapg_ac_333.html:165:20337:20349 Hermit Supai, Arizona -0.0392835092525669338 +48700 aapg_af_470.html aapg_af_470.html:11:1797:1814 Madison Cheyenne, Wyoming -0.0535310597964058985 +48701 aapg_ac_789.html aapg_ac_789.html:7:491:497 Denver Texas -0.0293973213484174656 +48702 aapg_ah_859.html aapg_ah_859.html:217:25527:25540 Cook Mountain Lisbon -0.00972860319356922895 +48703 aapg_ak_85.html aapg_ak_85.html:309:34415:34422 Schuler Cotton Valley, Louisiana -0.473653815287124913 +48704 geology_html_9136956675 geology_html_9136956675:364:24888:24891 Rye Netherlands -0.0252604746773001342 +48705 aapg_ah_441.html aapg_ah_441.html:19:2836:2849 Nacatoch Saratoga, California -0.0370660655999496616 +48706 geology_html_7064273234 geology_html_7064273234:357:23645:23650 Stark Republic of China -0.463332970234029085 +48707 aapg_ac_720.html aapg_ac_720.html:327:33689:33697 Navesink New Egypt, New Jersey -0.0252604746773001342 +48708 cspg_html_9485413283 cspg_html_9485413283:399:50779:50798 Keg River Lacombe, Alberta -0.445984933244691462 +48709 gsa_html_3860045860 gsa_html_3860045860:673:77077:77087 Washington Salem, Oregon -0.0420064113899637007 +48710 aapg_aa_582.html aapg_aa_582.html:142:15203:15209 Sierra Oaxaca, Oaxaca -0.470236848829719556 +48711 gsa_html_3968951986 gsa_html_3968951986:2574:243662:243690 Green River Colorado -0.0887929110714056474 +48712 palaios_html_5582845937 palaios_html_5582845937:371:36995:37001 Denver Las Vegas Strip -0.489885075161781369 +48713 cspg_html_1312400675 cspg_html_1312400675:114:13251:13281 Frenchman Regina, Saskatchewan -0.463307888475886887 +48714 aapg_ad_800.html aapg_ad_800.html:106:12518:12524 Coffee Alabama -0.0595497785830807133 +48715 cspg_html_6021605367 cspg_html_6021605367:47:5248:5256 Woodford Cuyahoga County, Ohio -0.0709631023012109036 +48716 aapg_ae_271.html aapg_ae_271.html:63:5196:5215 Cockfield Gosport, Indiana -0.414392875306418662 +48717 aapg_aa_396.html aapg_aa_396.html:3:365:378 Turner Valley Lacombe, Alberta -0.449656248007914428 +48718 aapg_ae_708.html aapg_ae_708.html:7:1138:1160 Maynardville Maryville, Missouri 0.00710174161421996044 +48719 aapg_ac_505.html aapg_ac_505.html:67:9862:9883 Amherstburg West Branch, Iowa -0.0373131973616702209 +48720 aapg_ac_621.html aapg_ac_621.html:52:6318:6339 Wood Siding Nebraska City, Nebraska -0.412832068204634806 +48721 palaios_html_7274959329 palaios_html_7274959329:212:17164:17177 Potsdam Quebec City -0.451733774163315116 +48722 aapg_aa_110.html aapg_aa_110.html:30:4466:4487 Green River Wasatch Range -0.417578421309473924 +48723 aapg_ac_688.html aapg_ac_688.html:110:11544:11553 Leadville Entrada Sandstone -0.0466271631232556896 +48724 gsa_html_1338947136 gsa_html_1338947136:26:2884:2897 Boulder Creek Colorado -0.472604743150075168 +48725 gsa_html_4132548813 gsa_html_4132548813:221:21476:21504 Green River Colorado -0.0164009085472750712 +48726 aapg_ah_647.html aapg_ah_647.html:741:81919:81925 Concha Kaibab, Arizona -0.0317836884462165403 +48727 aapg_ai_28.html aapg_ai_28.html:210:18947:18953 Lissie Beaumont, Texas -0.0565449751004654944 +48728 cspg_html_5754792643 cspg_html_5754792643:408:43950:43969 Elk Lacombe, Alberta -0.0261211303154043166 +48729 cspg_html_5538678223 cspg_html_5538678223:631:60310:60318 Columbia Victoria, British Columbia -0.45644603384473742 +48730 gsa_html_2145963783 gsa_html_2145963783:784:70854:70882 Green River Colorado -0.0330135830277358128 +48731 gsa_html_8541176417 gsa_html_8541176417:1440:103870:103898 Green River New Mexico -0.0239791454230104222 +48732 aapg_ad_192.html aapg_ad_192.html:58:7798:7814 Tuscaloosa Shreveport, Louisiana -0.46887974264236626 +48733 aapg_ad_168.html aapg_ad_168.html:162:17762:17780 Leon Logan, Utah -0.465945346292333973 +48734 gsa_html_1130947011 gsa_html_1130947011:803:72672:72689 Black River Ohio -0.0448450976147788255 +48735 geology_html_1872065081 geology_html_1872065081:12:867:876 San Diego California -0.479254814429897757 +48736 aapg_ah_847.html aapg_ah_847.html:144:16169:16177 Navesink New Egypt, New Jersey 0.00157388492495401659 +48737 aapg_ac_333.html aapg_ac_333.html:1246:149698:149704 Kaibab Colorado Plateau 0.0183751344780311229 +48738 aapg_ae_465.html aapg_ae_465.html:56:6571:6586 Sligo Pine Island (Lee County, Florida) -0.444295421139491553 +48739 aapg_ah_895.html aapg_ah_895.html:36:6248:6268 Clearwater Canada -0.0344697965895258002 +48740 aapg_aa_254.html aapg_aa_254.html:80:8773:8793 Smackover Mississippi River 0.00917958991324812311 +48741 aapg_ae_682.html aapg_ae_682.html:814:95727:95733 Denver Colorado -0.49462361093906354 +48742 aapg_af_579.html aapg_af_579.html:161:16839:16848 Telluride Entrada Sandstone -0.499631466627061815 +48743 aapg_af_892.html aapg_af_892.html:360:34164:34179 Pinto Lampasas, Texas -0.0361785288593314408 +48744 gsa_html_6281658899 gsa_html_6281658899:744:79049:79077 Green River Cheyenne, Wyoming -0.444916336311243943 +48745 aapg_aa_357.html aapg_aa_357.html:402:37284:37290 Navajo San Juan Mountains -0.491068403850714985 +48746 gsa_html_2927312038 gsa_html_2927312038:549:43816:43824 Scotland Ballantrae -0.490251895380975244 +48747 aapg_ad_441.html aapg_ad_441.html:104:8555:8575 Carmel Carmel, Indiana -0.0434552445968329482 +48748 cspg_html_2013109828 cspg_html_2013109828:567:82171:82177 Antler Arctic Cordillera -0.0236297103321001234 +48749 gsa_html_1132862280 gsa_html_1132862280:858:75666:75694 Green River New Mexico -0.022871757858413614 +48750 gsa_html_1745886324 gsa_html_1745886324:11:498:505 El Paso El Paso, Texas -0.457514673015389395 +48751 gsa_html_5773931818 gsa_html_5773931818:14:745:753 Colorado Denver -0.0251961448544280216 +48752 aapg_ac_629.html aapg_ac_629.html:319:40802:40809 Prairie Montgomery (town), New York -0.0185558826483486587 +48753 cspg_html_6163998187 cspg_html_6163998187:523:59962:59973 Peace River Victoria, British Columbia -0.000931127725879682877 +48754 geology_html_7395209483 geology_html_7395209483:79:5950:5957 El Paso Texas -0.43347626990885002 +48755 gsa_html_5924250698 gsa_html_5924250698:812:76991:77010 Bishop Conglomerate Uinta Mountains -0.471382028770717776 +48756 aapg_ae_428.html aapg_ae_428.html:934:73336:73353 Pawnee Mongolia 0.650142877816842102 +48757 aapg_ac_213.html aapg_ac_213.html:378:31929:31951 Water Canyon Logan, Utah -0.415340950522517127 +48758 cspg_html_4727171280 cspg_html_4727171280:193:17277:17295 Edmonton Canada -0.04576482531518513 +48759 geology_html_2128432722 geology_html_2128432722:314:23583:23589 Walker Great Britain -0.0575708500128760542 +48760 geology_html_3363667765 geology_html_3363667765:15:943:958 Byng Victoria, British Columbia -0.481766159765426027 +48761 cspg_html_9174463232 cspg_html_9174463232:213:21565:21578 Sulphur Point Lacombe, Alberta -0.0389701822838023973 +48762 geology_html_8865975080 geology_html_8865975080:12:583:591 Colorado Colorado -0.0907927787611444576 +48763 aapg_ah_80.html aapg_ah_80.html:8:878:890 Arkose Ridge Matanuska-Susitna Valley -0.0590855308017678646 +48764 sedimentology_html_9193411876 sedimentology_html_9193411876:853:82845:82851 Viking Auckland -0.479719327950920094 +48765 aapg_ah_860.html aapg_ah_860.html:56:6685:6691 Guelph Waukesha, Wisconsin -0.447404197686881167 +48766 aapg_aa_582.html aapg_aa_582.html:130:13618:13636 La Presa Oaxaca, Oaxaca -0.0229013103912739102 +48767 aapg_ae_95.html aapg_ae_95.html:284:42446:42477 Lizard Springs Trinidad and Tobago -0.296541449855484862 +48768 aapg_ai_105.html aapg_ai_105.html:412:50462:50482 Manning Canyon Oquirrh Mountain Utah Temple -0.460980639153810601 +48769 sedimentology_html_9459435622 sedimentology_html_9459435622:871:72340:72345 Price Russia -0.0232768060359763093 +48770 cspg_html_4694210878 cspg_html_4694210878:136:16287:16298 Ekwan River River Severn -0.0515259889792163556 +48771 cspg_html_4409656292 cspg_html_4409656292:748:78862:78879 Cardium Lacombe, Alberta -0.418699089801867985 +48772 aapg_ad_674.html aapg_ad_674.html:320:34191:34196 Swift Maryland -0.439025530522553553 +48773 aapg_af_636.html aapg_af_636.html:525:61547:61568 Brownsport Cincinnati -0.00180666765017611854 +48774 AMJC_html_5471526645 AMJC_html_5471526645:471:63110:63118 Virginia Danville, Virginia -0.431133173871068531 +48775 aapg_ad_68.html aapg_ad_68.html:330:25866:25880 Mansfield Lake Ontario -0.479073721727517277 +48776 aapg_ae_419.html aapg_ae_419.html:1619:120686:120706 Agua Nueva Tampico, Illinois -0.464419004431934179 +48777 sedimentology_html_6643686201 sedimentology_html_6643686201:1886:129373:129393 Ferry Lake Anhydrite East Texas 0.401936462360604874 +48778 cspg_html_7963093032 cspg_html_7963093032:385:38469:38476 Selkirk Victoria, British Columbia -0.478326534516524793 +48779 aapg_ac_4.html aapg_ac_4.html:159:15189:15219 Sadlerochit Prudhoe Bay Oil Field -0.49463779564980348 +48780 aapg_ah_659.html aapg_ah_659.html:59:5868:5890 Uinta Logan, Utah -0.0591553403385562324 +48781 AMJC_html_7141186441 AMJC_html_7141186441:111:15653:15661 Willwood Fort Union Trading Post National Historic Site -0.462225485866077257 +48782 cspg_html_7307388012 cspg_html_7307388012:340:38817:38825 Columbia Lacombe, Alberta -0.439565169119916221 +48783 sedimentology_html_5673709888 sedimentology_html_5673709888:1555:81241:81249 Hawthorn Burlington, Ontario -0.0744356181649514781 +48784 aapg_aa_647.html aapg_aa_647.html:417:36043:36067 Clinton Peru, Indiana -0.0182917127831857887 +48785 aapg_ac_834.html aapg_ac_834.html:151:13805:13816 Dakota Fall River, Nova Scotia -0.0172854647230763214 +48786 cspg_html_5345848475 cspg_html_5345848475:284:33851:33869 Deer Creek Lacombe, Alberta -0.0177077702802340836 +48787 cspg_html_7866293053 cspg_html_7866293053:50:6077:6095 Moosebar Victoria, British Columbia 0.00285245641142386911 +48788 aapg_ah_696.html aapg_ah_696.html:365:51253:51263 Washington Salem, Oregon -0.48878086726465575 +48789 aapg_aa_48.html aapg_aa_48.html:388:42965:42986 Amsden Williston Basin -0.393951986708506452 +48790 aapg_ac_535.html aapg_ac_535.html:510:48906:48922 Viking Lacombe, Alberta -0.409661889393473533 +48791 aapg_ai_241.html aapg_ai_241.html:68:8710:8735 Red River Winnipeg -0.743510431221868662 +48792 gsa_html_2369908260 gsa_html_2369908260:1058:101314:101326 Independence Owen River -0.459996458565647859 +48793 geology_html_3492857668 geology_html_3492857668:130:15099:15116 Kayenta Capitol Reef National Park -0.464450966712688929 +48794 aapg_ad_759.html aapg_ad_759.html:11:1255:1268 Santa Barbara Santa Ynez Valley -0.0744636177146561218 +48795 aapg_aa_745.html aapg_aa_745.html:308:36325:36338 Brushy Canyon Texas -0.0563112094221221299 +48796 aapg_ad_660.html aapg_ad_660.html:477:65744:65764 San Andres Texas -0.233424585010260172 +48797 gsa_html_2168907540 gsa_html_2168907540:172:19896:19916 Montesano Middle East -0.480644453081816247 +48798 aapg_ai_157.html aapg_ai_157.html:462:43070:43081 Salina Norfolk, Virginia 0.0051247343510113369 +48799 aapg_ad_69.html aapg_ad_69.html:6:918:944 Telegraph Creek Niobrara, Nebraska -0.454052985518192231 +48800 gsa_html_9898556493 gsa_html_9898556493:288:35487:35506 Riverbank Merced River -0.454034931813569353 +48801 gsa_html_2542840483 gsa_html_2542840483:29:2796:2824 Green River Iran -0.0157388171484894208 +48802 gsa_html_9865056817 gsa_html_9865056817:831:74944:74952 Colorado Colorado -0.0354198318919945049 +48803 cspg_html_5430614285 cspg_html_5430614285:264:34831:34855 Cardium Lacombe, Alberta -0.0179232709792312463 +48804 geology_html_4304054973 geology_html_4304054973:20:1155:1178 Gunflint Iron Lake Superior -0.0492217054882720523 +48805 AMJC_html_1938223835 AMJC_html_1938223835:249:33580:33602 Spider Lake West Branch, Iowa -0.474133810779439169 +48806 sedimentology_html_2898428289 sedimentology_html_2898428289:58:4951:4994 Winnipegosis Dolomites 0.0249266580512932795 +48807 sedimentology_html_7173233072 sedimentology_html_7173233072:1345:79554:79562 Victoria Victoria, British Columbia -0.460269102262388319 +48808 cspg_html_3815346433 cspg_html_3815346433:18:2415:2424 Waterways Missouri River -0.443755252554939694 +48809 aapg_ad_350.html aapg_ad_350.html:448:49544:49556 Chambersburg Stones River -0.0453014649613171713 +48810 aapg_ah_847.html aapg_ah_847.html:303:36003:36024 Hornerstown Closter, New Jersey -0.0256047308874097386 +48811 AMJC_html_5471526645 AMJC_html_5471526645:521:67896:67904 Virginia Aspen, Colorado -0.000225833135678471921 +48812 aapg_ac_257.html aapg_ac_257.html:59:10758:10764 Frisco Sallisaw, Oklahoma -0.462166276497962936 +48813 aapg_ad_15.html aapg_ad_15.html:45:3633:3639 Decker Wichita Mountains -0.4597920302667165 +48814 aapg_ah_387.html aapg_ah_387.html:2913:319153:319161 Mariposa Klamath Mountains (ecoregion) 0.019209370322652148 +48815 sedimentology_html_9150879626 sedimentology_html_9150879626:97:8760:8769 Peninsula Caribbean -0.0404881732436468966 +48816 aapg_ae_324.html aapg_ae_324.html:209:20490:20496 Kindle San Fernando Valley 0.00467652816836842174 +48817 palaios_html_5200400776 palaios_html_5200400776:324:29900:29922 Trout Valley Portland, Maine -0.491237921935693156 +48818 sedimentology_html_9706021365 sedimentology_html_9706021365:704:44854:44858 Kano Sakai, Osaka -0.463271407180362194 +48819 aapg_af_261.html aapg_af_261.html:125:16668:16677 Smackover Mississippi River -0.010750205891597751 +48820 cspg_html_1975682848 cspg_html_1975682848:123:17689:17706 Gazelle California -0.494798572382738111 +48821 aapg_ah_547.html aapg_ah_547.html:62:8348:8365 Rodessa Rodessa, Louisiana 0.0988601374331275207 +48822 aapg_ah_60.html aapg_ah_60.html:36:5546:5556 Washington Salem, Oregon -0.434757184965269161 +48823 aapg_ae_491.html aapg_ae_491.html:411:34383:34392 Extension Burj Al Arab -0.453653631411627511 +48824 geology_html_4334622851 geology_html_4334622851:218:23581:23587 Pueblo Tulsa, Oklahoma -0.00335971886746322954 +48825 aapg_ad_958.html aapg_ad_958.html:497:49139:49157 Gilmore City Nebraska -0.471349814541787038 +48826 aapg_ai_592.html aapg_ai_592.html:355:57286:57307 Green River Logan, Utah -0.214129501767142877 +48827 gsa_html_6814608835 gsa_html_6814608835:387:34101:34122 Cypresshead Melbourne, Florida -0.498224733320612012 +48828 gsa_html_6181749105 gsa_html_6181749105:570:48367:48375 Monterey Monterey Bay -0.0312131444176052264 +48829 aapg_ad_174.html aapg_ad_174.html:641:64424:64432 Beaumont New Mexico -0.432316117842066305 +48830 aapg_ae_544.html aapg_ae_544.html:631:65732:65740 Colorado Denver -0.0105834116577304821 +48831 aapg_ah_328.html aapg_ah_328.html:132:12231:12239 Colorado Cheyenne, Wyoming -0.0618645484416569108 +48832 cspg_html_3854139935 cspg_html_3854139935:165:23363:23379 Belly River Judith River Formation -0.441459714368856782 +48833 aapg_ai_41.html aapg_ai_41.html:31:2091:2099 Woodbine Austin, Chicago -0.0441205345295084747 +48834 aapg_ae_473.html aapg_ae_473.html:336:30946:30959 Holly Springs Holly Springs, Mississippi -0.470179399208385473 +48835 aapg_ad_683.html aapg_ad_683.html:830:80055:80071 Toroweap Supai, Arizona 0.234139298187085426 +48836 aapg_ah_532.html aapg_ah_532.html:68:6400:6408 Rockwood Colorado -0.47495364399168194 +48837 aapg_ai_321.html aapg_ai_321.html:3:211:228 Esquias Honduras -0.102391900620895052 +48838 aapg_ah_329.html aapg_ah_329.html:259:25330:25344 Monterey California -0.163382909885977118 +48839 cspg_html_8612721867 cspg_html_8612721867:1316:146670:146704 Waterways Swan Hill, Victoria -0.431113360606789509 +48840 cspg_html_1019614994 cspg_html_1019614994:292:46865:46881 Exshaw Lacombe, Alberta -0.0164252377233713442 +48841 aapg_ai_49.html aapg_ai_49.html:337:42624:42641 Skull Creek Black Hills 0.741181098458637666 +48842 cspg_html_5699627350 cspg_html_5699627350:244:32808:32814 Viking Colorado -0.0760738533531988143 +48843 aapg_ac_971.html aapg_ac_971.html:1114:98362:98379 Seminole Arbuckle, California -0.0132470086808951486 +48844 aapg_ae_388.html aapg_ae_388.html:1031:54857:54880 Cook Mountain Lake City, Florida -0.429008912224210892 +48845 gsa_html_9310053579 gsa_html_9310053579:292:26491:26510 Chumstick Leavenworth, Washington -0.0580629079805682485 +48846 geology_html_1573138807 geology_html_1573138807:13:627:635 Colorado Denver -0.484098022941034878 +48847 aapg_ah_318.html aapg_ah_318.html:1298:131365:131382 Hosston Texas -0.431219036147121426 +48848 cspg_html_3554431164 cspg_html_3554431164:81:13806:13821 Leduc Rocky Mountains -0.431113360606789509 +48849 geology_html_1001858158 geology_html_1001858158:282:24153:24161 Victoria Victoria, British Columbia -0.464473797617463435 +48850 cspg_html_1188455526 cspg_html_1188455526:212:33350:33368 Isachsen Melville Island (Canada) -0.00715733505332284085 +48851 aapg_ai_154.html aapg_ai_154.html:300:34612:34618 Pocono Pottsville, Pennsylvania -0.0229847531233617133 +48852 aapg_ae_135.html aapg_ae_135.html:57:4942:4950 Woodbine Cotton Valley, Louisiana -0.42653659632637092 +48853 geology_html_9627486094 geology_html_9627486094:329:27113:27118 Beloc Earth -0.048597821756073703 +48854 cspg_html_7182873498 cspg_html_7182873498:174:23452:23458 Guelph Salina, Kansas 0.0379606416920176618 +48855 aapg_ac_190.html aapg_ac_190.html:158:26452:26477 Skaneateles Skaneateles (village), New York -0.0295955881019379606 +48856 cspg_html_5358383351 cspg_html_5358383351:8:532:552 Windsor Bridgetown, Nova Scotia -0.412851508963564873 +48857 aapg_ac_337.html aapg_ac_337.html:353:15935:15943 Colorado Des Moines, Washington -0.474815026513922711 +48858 aapg_ac_316.html aapg_ac_316.html:104:11878:11883 Queen Guadalupe Mountains National Park -0.473508484055372547 +48859 geology_html_3197685690 geology_html_3197685690:296:26456:26466 Washington Salem, Oregon -0.464432702411418319 +48860 aapg_ai_974.html aapg_ai_974.html:277:28251:28268 Roslyn Cascade Mountain (Alberta) -0.440467486742992853 +48861 aapg_ad_721.html aapg_ad_721.html:658:66096:66103 Rustler Carlsbad, New Mexico -0.47249414511500698 +48862 aapg_af_854.html aapg_af_854.html:954:134560:134577 Renault Yankeetown, Indiana -0.03643260021013002 +48863 aapg_ai_751.html aapg_ai_751.html:135:13356:13363 Bedford Venango, Pennsylvania 0.00389825344276496875 +48864 gsa_html_1783148177 gsa_html_1783148177:788:78858:78882 Mt Lytton Eagle Mountain (Minnesota) -0.0291434052387325206 +48865 sedimentology_html_6268265701 sedimentology_html_6268265701:1131:84766:84770 Hall London, Ontario -0.503235126272660094 +48866 palaios_html_3232474978 palaios_html_3232474978:68:6916:6927 Peace River Victoria, British Columbia -0.451956647802202349 +48867 cspg_html_3354282978 cspg_html_3354282978:253:35953:35974 Cooking Lake Dolomites 0.799073544827392457 +48868 sedimentology_html_6338456723 sedimentology_html_6338456723:1760:77870:77876 Taylor London, Ontario -0.448377013151321557 +48869 aapg_aa_288.html aapg_aa_288.html:294:32064:32075 Mowry Cheyenne, Wyoming -0.390067546604270843 +48870 cspg_html_7866293053 cspg_html_7866293053:302:36071:36081 Loon River Lacombe, Alberta -0.44505934010721393 +48871 aapg_ah_49.html aapg_ah_49.html:74:9288:9294 Modelo Castaic, California -0.052851016470200643 +48872 cspg_html_3501550466 cspg_html_3501550466:9:903:919 Ireton Western world 1.02083125215234327 +48873 aapg_ae_941.html aapg_ae_941.html:116:12976:12992 Paluxy Hopkins County, Kentucky -0.0518380460308014573 +48874 cspg_html_5375448448 cspg_html_5375448448:423:46378:46396 Frontier Powder River Basin -0.448408411516637184 +48875 aapg_ae_537.html aapg_ae_537.html:279:34669:34697 Green River Logan, Utah -0.405967571681300876 +48876 palaios_html_1574666570 palaios_html_1574666570:19:903:907 Hall Ontario, California -0.0721821554732341303 +48877 cspg_html_1053895111 cspg_html_1053895111:227:28699:28716 Cardium Lacombe, Alberta -0.459083706416541504 +48878 aapg_ah_624.html aapg_ah_624.html:209:22129:22137 Colorado Pagosa Springs, Colorado -0.469230874046953295 +48879 cspg_html_8145657505 cspg_html_8145657505:88:13608:13638 Cairn Canmore, Alberta -0.00855587800487816325 +48880 gsa_html_5865982995 gsa_html_5865982995:1123:121407:121428 Green River Colorado -0.242329468640007373 +48881 aapg_ae_152.html aapg_ae_152.html:3:510:528 Anahuac Shreveport, Louisiana 0.0165712133224586826 +48882 gsa_html_9295015624 gsa_html_9295015624:11:488:494 Dayton Ohio 0.00179971890851827153 +48883 aapg_ac_742.html aapg_ac_742.html:38:5166:5189 Gypsum Spring Black Hills -0.02166536358211529 +48884 cspg_html_9361096527 cspg_html_9361096527:872:76994:77016 Judith River Lacombe, Alberta -0.440247382693200906 +48885 gsa_html_9207276905 gsa_html_9207276905:739:61439:61467 Green River Colorado -0.0179232709792312463 +48886 aapg_ad_801.html aapg_ad_801.html:289:31042:31054 Chickasawhay Mississippi River -0.0516462775496139975 +48887 jgeology_html_5816492644 jgeology_html_5816492644:176:9614:9632 John Day Salem, Oregon -0.214356440151645539 +48888 gsa_html_6745753615 gsa_html_6745753615:68:5446:5474 Green River New Mexico -0.452896019392303839 +48889 aapg_ad_351.html aapg_ad_351.html:98:10868:10874 Warsaw Benton County, Indiana -0.379859131081809076 +48890 cspg_html_8662646956 cspg_html_8662646956:74:13661:13682 Pine Point Vancouver -0.0612412562309524039 +48891 aapg_ah_751.html aapg_ah_751.html:128:12585:12605 Boquillas Coahuila -0.0122896166911195832 +48892 aapg_ad_44.html aapg_ad_44.html:136:14080:14108 Martinsburg Blue Ridge Mountains -0.0436450734068527316 +48893 aapg_ae_544.html aapg_ae_544.html:157:20033:20048 Eagle Niobrara, Nebraska -0.491810295816367427 +48894 aapg_ah_418.html aapg_ah_418.html:91:8653:8677 St. Mary River Canada -0.456337429672799166 +48895 gsa_html_7199417381 gsa_html_7199417381:292:32580:32597 White River Nebraska -0.0237635726163751594 +48896 cspg_html_4099674132 cspg_html_4099674132:35:6442:6480 Winnipegosis Regina, Saskatchewan -0.442762791672519862 +48897 aapg_ac_187.html aapg_ac_187.html:4133:398242:398270 San Andres New Mexico 0.00933942844638737703 +48898 gsa_html_6608619586 gsa_html_6608619586:71:6747:6753 Oregon Mexico -0.054549503916786618 +48899 cspg_html_8247666269 cspg_html_8247666269:562:65981:65987 Kanguk Canada 0.563213856393296464 +48900 cspg_html_7833083677 cspg_html_7833083677:1080:92963:92985 Bad Cache Rapids Cheyenne, Wyoming -0.0142026952151300869 +48901 aapg_ak_104.html aapg_ak_104.html:78:11496:11512 Amsden Cheyenne, Wyoming -0.42655631436454855 +48902 geology_html_9558807658 geology_html_9558807658:108:9001:9007 Sierra Lassen Peak -0.0932821036367335321 +48903 cspg_html_6702053097 cspg_html_6702053097:550:68230:68264 Beekmantown Ontario, California -0.0495563232116226007 +48904 aapg_ae_605.html aapg_ae_605.html:97:13712:13728 Salina Kokomo, Indiana -0.433635185237620624 +48905 cspg_html_9683836416 cspg_html_9683836416:30:5811:5829 Judith River Lacombe, Alberta -0.482213387515949554 +48906 cspg_html_6647936472 cspg_html_6647936472:70:7820:7836 Ashern Regina, Saskatchewan -0.0292999282765823432 +48907 gsa_html_3365657149 gsa_html_3365657149:966:89464:89473 Newcastle Sydney Basin -0.0315540759951786695 +48908 palaios_html_6034217939 palaios_html_6034217939:431:46239:46270 Kope Kentucky -0.472491841137828439 +48909 gsa_html_7173708345 gsa_html_7173708345:1018:82361:82382 Forest Anchorage, Alaska -0.503870719216367835 +48910 aapg_ad_156.html aapg_ad_156.html:85:11648:11670 Water Island United States Virgin Islands -0.00837345699819263926 +48911 jgeology_html_3516081227 jgeology_html_3516081227:95:3301:3309 Colorado Earth -0.0403837165119642627 +48912 aapg_ah_140.html aapg_ah_140.html:40:4259:4267 Colorado Cheyenne, Wyoming -0.423085635093811196 +48913 aapg_ad_160.html aapg_ad_160.html:78:7287:7304 Gaptank Pecos County, Texas -0.0711572225320946106 +48914 aapg_ac_126.html aapg_ac_126.html:199:29610:29641 Haynesville Haynesville, Louisiana 0.12256587585181053 +48915 gsa_html_1826402027 gsa_html_1826402027:939:96217:96227 San Diego California 0.0242746935922994039 +48916 aapg_ad_152.html aapg_ad_152.html:1015:131887:131895 Robinson Reno, Nevada -0.509117407456759818 +48917 aapg_ac_584.html aapg_ac_584.html:105:11454:11472 Chandler Colville River (Washington) -0.458031335089754243 +48918 aapg_af_436.html aapg_af_436.html:287:34645:34648 Elk Gilmer County, Georgia -0.460964719996515115 +48919 aapg_af_958.html aapg_af_958.html:11:548:558 Las Cruces New Mexico -0.462111625185478381 +48920 aapg_ai_583.html aapg_ai_583.html:472:59946:59954 Sundance Cheyenne, Wyoming 0.00255018452536458695 +48921 aapg_ae_182.html aapg_ae_182.html:99:11168:11179 Pine Island County Sligo -0.170181956870024464 +48922 aapg_ah_318.html aapg_ah_318.html:909:94364:94372 Colorado New Mexico 0.106801663004051986 +48923 AMJC_html_4299960498 AMJC_html_4299960498:757:88154:88164 Washington Goldendale, Washington -0.0881399539231796092 +48924 aapg_aa_681.html aapg_aa_681.html:45:6542:6564 Traverse Michigan -0.442548827459522287 +48925 aapg_ae_846.html aapg_ae_846.html:193:18545:18561 Dakota Rio Arriba County, New Mexico -0.407433766462265035 +48926 geology_html_4599156600 geology_html_4599156600:267:24010:24034 Gog Lacombe, Alberta -0.458639019733277031 +48927 aapg_aa_626.html aapg_aa_626.html:233:27206:27224 Patuxent Charles County, Maryland -0.444916336311243943 +48928 aapg_af_321.html aapg_af_321.html:360:32295:32303 Bathurst Amsterdam -0.0304773910336276765 +48929 gsa_html_5147030878 gsa_html_5147030878:29:2547:2567 Washikemba Venezuela -0.0525371721949112538 +48930 aapg_af_394.html aapg_af_394.html:318:37533:37543 Wind River Absaroka -0.464419004431934179 +48931 palaios_html_5268628065 palaios_html_5268628065:408:45670:45686 Tamana Trinidad and Tobago 0.402654579396114265 +48932 cspg_html_9717154602 cspg_html_9717154602:994:84866:84883 Bearpaw Lacombe, Alberta -0.432223543643836305 +48933 aapg_af_248.html aapg_af_248.html:33:3221:3227 Midway Shreveport, Louisiana -0.0399833098271603696 +48934 cspg_html_2232872826 cspg_html_2232872826:651:64224:64236 Rundle Central Alberta -0.0492670174484324749 +48935 aapg_ad_808.html aapg_ad_808.html:596:37772:37792 Phosphoria Boise, Idaho 0.0210987003009997266 +48936 aapg_ah_835.html aapg_ah_835.html:22:3640:3656 Chinle Catskill Mountains 0.0121540899829594047 +48937 cspg_html_8558580101 cspg_html_8558580101:6:531:557 Sulphur Mountain Lacombe, Alberta -0.449440672427322663 +48938 aapg_ai_285.html aapg_ai_285.html:56:5878:5895 Kaguyak Mount Katmai 1.0531994758765677 +48939 cspg_html_3124360347 cspg_html_3124360347:46:8891:8902 Chazy Lake Champlain -0.0113965411474177668 +48940 aapg_ak_76.html aapg_ak_76.html:182:27912:27931 Guanajibo Puerto Rico -0.497081127157615599 +48941 cspg_html_5949578130 cspg_html_5949578130:544:82257:82269 Golden Spike Saint Kitts and Nevis -0.461456070409902219 +48942 cspg_html_4495377323 cspg_html_4495377323:14:1611:1659 Fernie Lacombe, Alberta -0.452461129454831856 +48943 aapg_ae_790.html aapg_ae_790.html:162:19979:19988 Knoxville Monterey, California -0.128747555663105889 +48944 geology_html_6359081340 geology_html_6359081340:182:15801:15810 Peninsula Lake Toba -0.473676885959420813 +48945 aapg_aa_598.html aapg_aa_598.html:170:16241:16248 Thaynes Fall Creek Falls State Park -0.459737523933718362 +48946 geology_html_1909563269 geology_html_1909563269:185:23024:23057 Calvert Maryland -0.0400668715535646355 +48947 aapg_ae_863.html aapg_ae_863.html:53:7084:7100 Modelo California -0.204830926855003481 +48948 cspg_html_1456761793 cspg_html_1456761793:23:4780:4812 Mount Forster Victoria, British Columbia -0.0189695239556965725 +48949 aapg_ah_107.html aapg_ah_107.html:206:19557:19574 Encanto Veracruz, Veracruz -0.449521507303549339 +48950 gsa_html_4930932370 gsa_html_4930932370:244:23790:23813 Negaunee Iron Sudbury, Suffolk -0.47495364399168194 +48951 palaios_html_7179643765 palaios_html_7179643765:132:12936:12953 La Luna Venezuela 0.0156623563422135965 +48952 aapg_ah_95.html aapg_ah_95.html:236:20672:20689 Kaibab Logan, Utah -0.391128174124212025 +48953 aapg_ac_224.html aapg_ac_224.html:164:16764:16784 Carmel Illinois -0.457532796484121151 +48954 aapg_ah_779.html aapg_ah_779.html:589:108955:108962 Chemung Catskill Mountains -0.436850160261835319 +48955 cspg_html_4822015639 cspg_html_4822015639:444:53527:53540 Lone Mountain Reno, Nevada -0.0623586879950740192 +48956 cspg_html_1260733368 cspg_html_1260733368:178:23959:23976 Medicine Hat Lacombe, Alberta -0.47254944238616009 +48957 aapg_ai_400.html aapg_ai_400.html:86:11199:11208 Red River Red River of the North 0.0845223846191524297 +48958 aapg_aa_106.html aapg_aa_106.html:74:8285:8299 Methy Lacombe, Alberta -0.448282824521055501 +48959 aapg_ac_634.html aapg_ac_634.html:250:28510:28516 Topeka Toronto -0.0343166851191607572 +48960 cspg_html_3102530088 cspg_html_3102530088:317:38040:38060 Milk River Regina, Saskatchewan -0.431097950577111366 +48961 cspg_html_4193503340 cspg_html_4193503340:291:37941:37959 Foremost Lacombe, Alberta -0.478284785297837578 +48962 gsa_html_9579641184 gsa_html_9579641184:206:19970:19994 Beluga Cook Inlet -0.0993916276676021504 +48963 gsa_html_2818345762 gsa_html_2818345762:520:48087:48107 Mineral Fork Tillite Logan, Utah -0.47495364399168194 +48964 aapg_ai_928.html aapg_ai_928.html:218:33966:33976 Copenhagen Denmark -0.0536287124053924508 +48965 aapg_ae_863.html aapg_ae_863.html:208:24007:24024 Bethel Pottsville, Pennsylvania -0.426931034537195386 +48966 sedimentology_html_1574197024 sedimentology_html_1574197024:2279:105790:105794 Hall London, Ontario -0.460746428725734014 +48967 aapg_ai_883.html aapg_ai_883.html:52:5584:5593 Smackover Mississippi River -0.207012879160401286 +48968 gsa_html_6212532476 gsa_html_6212532476:132:13790:13812 Horse Spring Reno, Nevada -0.442548827459522287 +48969 aapg_af_616.html aapg_af_616.html:639:44561:44566 Queen Artesia, New Mexico 0.0152887445072461998 +48970 palaios_html_8064020973 palaios_html_8064020973:546:62653:62684 Chinle Colorado -0.442575570278969321 +48971 aapg_ad_311.html aapg_ad_311.html:11:1177:1187 Rio Grande Laredo, Texas -0.474815026513922711 +48972 AMJC_html_2905856018 AMJC_html_2905856018:558:83540:83550 Washington Salem, Oregon -0.486483068290992582 +48973 gsa_html_9207276905 gsa_html_9207276905:41:4579:4587 Columbia Victoria, British Columbia -0.0221938023877403003 +48974 palaios_html_5958626598 palaios_html_5958626598:262:28589:28618 Jupiter Anticosti Island -0.233898537804955481 +48975 gsa_html_9535212992 gsa_html_9535212992:652:57964:57992 Green River Colorado -0.0703125886615314499 +48976 aapg_ai_480.html aapg_ai_480.html:237:22184:22194 Kern River Tulare, California -0.484266161538602968 +48977 aapg_ai_816.html aapg_ai_816.html:326:54054:54061 Chanute Westerville, Ohio -0.0834773130254061746 +48978 cspg_html_2094634763 cspg_html_2094634763:235:28643:28660 Deville Tripoli -0.0344697965895258002 +48979 cspg_html_7483574191 cspg_html_7483574191:7:840:858 Waterton Victoria, British Columbia -0.0772503545557558652 +48980 geology_html_8881449794 geology_html_8881449794:171:17125:17143 Frontier Cheyenne, Wyoming -0.0158621976007121031 +48981 cspg_html_1915486237 cspg_html_1915486237:314:39066:39074 Columbia Lacombe, Alberta -0.421127304104932487 +48982 aapg_ah_677.html aapg_ah_677.html:543:61687:61695 Colorado Denver -0.464419004431934179 +48983 palaios_html_4745554613 palaios_html_4745554613:634:62046:62075 Dunvegan Lacombe, Alberta -0.463579265049131273 +48984 cspg_html_1019614994 cspg_html_1019614994:491:84858:84871 Exshaw Lacombe, Alberta -0.0211212969560606381 +48985 aapg_ah_253.html aapg_ah_253.html:363:42167:42187 San Andres Pecos River -0.45691453935984655 +48986 cspg_html_8089302449 cspg_html_8089302449:225:38378:38390 Saskatchewan Mackenzie River -0.413981895448320647 +48987 aapg_af_70.html aapg_af_70.html:101:9542:9553 Tar Springs Hardinsburg, Indiana -0.452382285720717148 +48988 aapg_ae_467.html aapg_ae_467.html:263:19465:19473 Traverse Dolomites -0.0481395257140627003 +48989 palaios_html_6944542452 palaios_html_6944542452:617:51454:51470 Toreva Northeast Arizona -0.492225096233327442 +48990 aapg_ah_622.html aapg_ah_622.html:185:18332:18352 Mesaverde Cheyenne, Wyoming -0.0373410435717038552 +48991 aapg_ai_250.html aapg_ai_250.html:133:15351:15358 Dotsero Colorado -0.500364284453183039 +48992 aapg_ad_1.html aapg_ad_1.html:65:7024:7029 Chazy Black River, Jamaica -0.04261586758794602 +48993 aapg_ah_277.html aapg_ah_277.html:459:47179:47187 Lea Park Colorado -0.204056468159640375 +48994 aapg_ai_523.html aapg_ai_523.html:38:4704:4720 Chinle Chinle Formation 0.000729614901202842885 +48995 aapg_ad_223.html aapg_ad_223.html:679:69523:69529 Denver Colorado -0.466718659783226908 +48996 aapg_ae_380.html aapg_ae_380.html:54:4466:4472 Lissie Shreveport, Louisiana -0.0369546842337877615 +48997 gsa_html_1124652135 gsa_html_1124652135:392:35701:35707 Edisto Western world -0.0675138206513768296 +48998 aapg_ac_333.html aapg_ac_333.html:1917:185381:185399 Moenkopi Colorado 0.934622572507655569 +48999 cspg_html_4348111624 cspg_html_4348111624:41:8325:8376 Winnipegosis Regina, Saskatchewan -0.478642038078168519 +49000 aapg_ad_440.html aapg_ad_440.html:946:93808:93816 Virginia Huntington, West Virginia -0.458103872838477311 +49001 gsa_html_4670506866 gsa_html_4670506866:878:72394:72422 Green River Colorado -0.00871745152629535731 +49002 aapg_ad_720.html aapg_ad_720.html:216:22134:22146 Yeso Sacramento, California -0.166375392529909405 +49003 aapg_ai_28.html aapg_ai_28.html:718:67786:67792 Lissie Beaumont, Texas -0.470409220225314617 +49004 aapg_ah_157.html aapg_ah_157.html:308:44559:44574 Knobs Illinois -0.490524761849640001 +49005 aapg_aa_954.html aapg_aa_954.html:299:28954:28959 Salem Salem, Massachusetts -0.0268166470016257402 +49006 gsa_html_9181545711 gsa_html_9181545711:740:69830:69838 Colorado Denver -0.416558780772657289 +49007 cspg_html_1434585715 cspg_html_1434585715:23:2617:2635 Paskapoo Lacombe, Alberta -0.469382385724573914 +49008 aapg_ae_40.html aapg_ae_40.html:317:30569:30589 Cool Creek Arbuckle, California -0.429055041262400905 +49009 gsa_html_7040053075 gsa_html_7040053075:388:39714:39718 Pico West Coyote Hills 0.610674979497410231 +49010 aapg_ad_55.html aapg_ad_55.html:510:31652:31674 Black River Knoxville, Tennessee -0.447276508327869859 +49011 cspg_html_6163691495 cspg_html_6163691495:997:87109:87122 Madison Williston, Vermont -0.0526051706223679347 +49012 aapg_aa_288.html aapg_aa_288.html:70:8496:8502 Dakota Colorado -0.539641186601440559 +49013 aapg_ad_800.html aapg_ad_800.html:96:10569:10584 Eutaw Selma to Montgomery marches -0.444945382159606273 +49014 aapg_aa_1.html aapg_aa_1.html:295:31338:31374 Whitsett Roseburg, Oregon -0.00564243327627664357 +49015 gsa_html_3544597182 gsa_html_3544597182:951:72711:72739 Green River Colorado 0.00583700570111729284 +49016 palaios_html_5941046452 palaios_html_5941046452:599:52150:52158 Columbia Washington (state) -0.456561440120662909 +49017 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53100:53104 Bell Logan, Utah -0.458784199315796892 +49018 aapg_af_3.html aapg_af_3.html:206:21398:21403 Supai Arizona -0.44951252529713398 +49019 aapg_ac_631.html aapg_ac_631.html:287:35270:35288 Teewinot Cheyenne, Wyoming 0.00173023150446143426 +49020 aapg_ai_975.html aapg_ai_975.html:203:23612:23634 Hosston Coahuila 0.0455923686233088987 +49021 gsa_html_1636483297 gsa_html_1636483297:68:5340:5361 Green River Colorado -0.209153241487085001 +49022 cspg_html_4915680223 cspg_html_4915680223:24:2738:2757 Allen Bay Douro DOC -0.0599372594953088075 +49023 cspg_html_5345848475 cspg_html_5345848475:191:26294:26311 Carlile Lacombe, Alberta -0.0120741642534044936 +49024 sedimentology_html_3274202608 sedimentology_html_3274202608:424:26559:26565 Sierra Kingdom of Asturias -0.493772964396431202 +49025 cspg_html_2863271815 cspg_html_2863271815:496:59528:59539 B Evaporite Salina, Kansas -0.00369847415980369305 +49026 sedimentology_html_6277855897 sedimentology_html_6277855897:1165:90412:90433 Green River Cheyenne, Wyoming -0.447153316157111791 +49027 aapg_aa_124.html aapg_aa_124.html:912:86458:86476 Whitemud Lacombe, Alberta -0.011024723133422322 +49028 cspg_html_5660413005 cspg_html_5660413005:140:16778:16794 Calmar Lacombe, Alberta 0.0166945981893577566 +49029 aapg_ae_705.html aapg_ae_705.html:145:15017:15034 Sisquoc Carpinteria, California -0.459819284677136619 +49030 aapg_ah_260.html aapg_ah_260.html:269:35013:35029 Dakota Salina, Kansas -0.398643114852292035 +49031 aapg_aa_38.html aapg_aa_38.html:368:38376:38398 Word Texas -0.491084883288990137 +49032 cspg_html_7093237629 cspg_html_7093237629:695:77833:77843 Bonneterre Missouri River -0.21698400953725111 +49033 aapg_aa_582.html aapg_aa_582.html:242:25209:25215 Sonora Mexico -0.0724305481451039124 +49034 gsa_html_3330587082 gsa_html_3330587082:576:50808:50817 Littleton Lyons, Illinois -0.0301277931102772942 +49035 gsa_html_5865982995 gsa_html_5865982995:965:105315:105323 Colorado Colorado -0.489182445167081981 +49036 aapg_ah_530.html aapg_ah_530.html:219:25092:25110 Contadero New Mexico -0.47829406272822006 +49037 aapg_ai_107.html aapg_ai_107.html:8:996:1005 Shongaloo Shreveport, Louisiana -0.439165406786194035 +49038 aapg_ae_981.html aapg_ae_981.html:245:20794:20800 Laurel Missouri River -0.0690869684371239745 +49039 aapg_ac_726.html aapg_ac_726.html:176:20933:20943 Phosphoria Sweetwater, Miami-Dade County, Florida 0.0117544633662148706 +49040 aapg_ah_753.html aapg_ah_753.html:97:15406:15416 Boss Point New Brunswick, New Jersey 0.000277948477905467942 +49041 geology_html_1719128861 geology_html_1719128861:261:20540:20546 Denver Lacombe, Alberta -0.0315888654763454985 +49042 geology_html_5554293200 geology_html_5554293200:13:658:670 Saskatchewan Regina, Saskatchewan -0.00818929939777349181 +49043 aapg_ad_757.html aapg_ad_757.html:72:7544:7554 Kinderhook Maquoketa, Iowa -0.498148760929569168 +49044 cspg_html_2695921112 cspg_html_2695921112:69:7234:7255 Bonaventure Quebec City -0.456717601557364239 +49045 jgeology_html_2497886918 jgeology_html_2497886918:152:8351:8360 Peninsula Korea -0.0166302989496245716 +49046 aapg_ad_369.html aapg_ad_369.html:8:1263:1289 Chemung Allegany (town), New York -0.470567831774721834 +49047 cspg_html_9343899465 cspg_html_9343899465:889:81034:81044 Bird Fiord Ellesmere Island -0.0665806291926688415 +49048 cspg_html_4293350162 cspg_html_4293350162:586:60310:60330 Mount Head Carnarvon, Western Australia -0.484833872729878101 +49049 gsa_html_3456556214 gsa_html_3456556214:156:11047:11075 Green River Colorado -0.0156223882901486526 +49050 aapg_ai_573.html aapg_ai_573.html:177:31145:31154 Red River Wichita, Kansas -0.0158448200336194084 +49051 aapg_ac_575.html aapg_ac_575.html:80:12571:12590 Chugwater Cheyenne, Wyoming 0.59045427621281299 +49052 AMJC_html_5507942612 AMJC_html_5507942612:37:3933:3949 New Haven Arkose South Britain Historic District -0.488724520608411594 +49053 geology_html_4355936380 geology_html_4355936380:41:4611:4619 Columbia Moberly, Missouri -0.0363699519026964915 +49054 aapg_ah_431.html aapg_ah_431.html:12:1514:1523 Kimmswick Missouri River -0.270755561609012096 +49055 aapg_aa_147.html aapg_aa_147.html:181:22952:22963 Inwood Inwood, New York -0.488731563736560848 +49056 sedimentology_html_4382679749 sedimentology_html_4382679749:1496:93515:93521 Laguna Castel Gandolfo -0.503751209757658858 +49057 aapg_aa_959.html aapg_aa_959.html:165:13651:13659 Colorado Nebraska -0.0155250750483416668 +49058 aapg_ah_694.html aapg_ah_694.html:396:49576:49582 Walker Netherlands -0.0256238564672171959 +49059 aapg_ae_590.html aapg_ae_590.html:408:43644:43650 Sparta Carrizo Plain -0.404023846023612798 +49060 aapg_aa_348.html aapg_aa_348.html:32:3227:3238 Beekmantown Lowville (town), New York -0.431086943566786673 +49061 aapg_aa_86.html aapg_aa_86.html:40:3395:3399 Buda Paluxy, Texas -0.412110872070292067 +49062 cspg_html_8362959053 cspg_html_8362959053:92:13896:13904 Columbia Victoria, British Columbia -0.13737220656900842 +49063 gsa_html_5039569238 gsa_html_5039569238:104:10060:10073 Graminia Lacombe, Alberta -0.471819338906025898 +49064 cspg_html_1870927435 cspg_html_1870927435:61:8945:8960 Cairn Lacombe, Alberta -0.045129017887602145 +49065 aapg_ai_962.html aapg_ai_962.html:210:15184:15188 Word Texas -0.478326534516524793 +49066 aapg_ac_246.html aapg_ac_246.html:361:36240:36260 Newcastle Black Hills -0.00783141030284131325 +49067 sedimentology_html_9709334433 sedimentology_html_9709334433:146:6984:6988 Hall London, Ontario -0.0125641469917892202 +49068 aapg_ai_958.html aapg_ai_958.html:34:3488:3496 Oakville Duval County, Texas -0.0261715541385612628 +49069 cspg_html_9675666588 cspg_html_9675666588:709:74478:74495 Potsdam Quebec City -0.457691392417615917 +49070 gsa_html_2098291403 gsa_html_2098291403:384:36416:36426 Washington Salem, Oregon -0.450608983410958508 +49071 aapg_ad_784.html aapg_ad_784.html:436:46412:46417 Sespe Oak Ridge, Tennessee -0.4597965726108596 +49072 aapg_ah_5.html aapg_ah_5.html:2411:169835:169853 Niobrara Niobrara, Nebraska -0.421127304104932487 +49073 palaios_html_3889678675 palaios_html_3889678675:82:10534:10552 Quinault Washington (state) -0.0246571760456421665 +49074 aapg_ah_318.html aapg_ah_318.html:282:40679:40694 Morehouse Shreveport, Louisiana -0.268560901200147639 +49075 aapg_aa_233.html aapg_aa_233.html:3:172:178 Sierra Mexico -0.438752499306056365 +49076 aapg_ad_2.html aapg_ad_2.html:1016:139957:139978 Beekmantown Pennsylvania -0.0971851916872859545 +49077 cspg_html_6702053097 cspg_html_6702053097:418:47524:47541 Theresa Quebec City 0.567180718145265939 +49078 geology_html_6536193862 geology_html_6536193862:97:7894:7921 Magothy Bass River Township, New Jersey -0.46809765859229685 +49079 aapg_aa_684.html aapg_aa_684.html:259:24547:24566 Popo Agie Cheyenne, Wyoming -0.00874524918188981232 +49080 gsa_html_5952049575 gsa_html_5952049575:876:83819:83836 Wasatch Cheyenne, Wyoming -0.46853104470756296 +49081 palaios_html_6404782987 palaios_html_6404782987:814:99325:99331 Cooper San Francisco -0.452896019392303839 +49082 AMJC_html_3876900807 AMJC_html_3876900807:737:57967:57971 Bell Berlin -0.503101379122833037 +49083 cspg_html_4550597410 cspg_html_4550597410:495:63438:63444 Walker Knoxville, Tennessee -0.0289590583087490083 +49084 aapg_ak_116.html aapg_ak_116.html:179:18916:18922 Midway Hawaii (island) -0.469120700106755939 +49085 cspg_html_8928894270 cspg_html_8928894270:59:8164:8179 Elk Canada -0.0157388171484894208 +49086 cspg_html_9735723617 cspg_html_9735723617:177:22609:22629 Bird Fiord Melville Island (Canada) -0.444945382159606273 +49087 aapg_ad_351.html aapg_ad_351.html:693:60186:60198 Reeds Spring Burlington, Ontario -0.443688311537407287 +49088 aapg_ah_415.html aapg_ah_415.html:118:10666:10680 Colorado Milk River, Alberta -0.476250785622233552 +49089 aapg_ae_500.html aapg_ae_500.html:289:31735:31741 Casper Cheyenne, Wyoming -0.496881985799363712 +49090 aapg_ai_52.html aapg_ai_52.html:106:15350:15362 Tulare Monterey, California 0.934538787573982899 +49091 gsa_html_9464738899 gsa_html_9464738899:30:3020:3030 Kern River Kern River Preserve -0.0417243342632335201 +49092 cspg_html_8990290265 cspg_html_8990290265:493:72042:72047 Price Victoria, British Columbia -0.040554329778819502 +49093 cspg_html_9290046117 cspg_html_9290046117:895:100078:100098 Cadomin North Portal, Saskatchewan -0.0678528836745330294 +49094 cspg_html_4656151786 cspg_html_4656151786:59:3920:3938 Woodbend Lacombe, Alberta -0.478284785297837578 +49095 aapg_aa_831.html aapg_aa_831.html:194:14906:14938 Thirtyone Texas -0.462102516958969756 +49096 sedimentology_html_1451555837 sedimentology_html_1451555837:157:13289:13295 Oregon Montana -0.450649451770273157 +49097 jgeology_html_2022713612 jgeology_html_2022713612:221:22119:22129 Gog Sauk Village, Illinois -0.466759861116235797 +49098 gsa_html_3096615185 gsa_html_3096615185:798:68891:68919 Green River Colorado -0.011961226070766327 +49099 gsa_html_8549650339 gsa_html_8549650339:43:3855:3864 San Pedro San Marcos, California -0.0804731871776575569 +49100 geology_html_1754147669 geology_html_1754147669:12:614:624 Washington Washington (state) -0.460953349343471763 +49101 AMJC_html_9397261106 AMJC_html_9397261106:758:56771:56779 Beaufort Canada -0.271233520025926933 +49102 palaios_html_4880574501 palaios_html_4880574501:540:49527:49558 Kope Cincinnati -0.0272913568249384605 +49103 gsa_html_9106605745 gsa_html_9106605745:729:59704:59732 Green River Colorado -0.0135788887974534252 +49104 aapg_ad_865.html aapg_ad_865.html:488:48908:48925 Hermosa Ouray, Colorado -0.420012527736359387 +49105 aapg_aa_700.html aapg_aa_700.html:12:1234:1242 Michigan Salina, Kansas -0.487244407985101158 +49106 aapg_ad_440.html aapg_ad_440.html:544:51404:51417 Taggard Monroe County, Florida -0.16810026830668906 +49107 aapg_aa_605.html aapg_aa_605.html:70:8951:8964 Santa Barbara Texas -0.439565169119916221 +49108 cspg_html_2283545366 cspg_html_2283545366:606:64018:64051 Halfway Wembley Stadium -0.4597920302667165 +49109 gsa_html_3646882130 gsa_html_3646882130:311:32847:32853 Oregon Washington (state) -0.0172889404553563421 +49110 aapg_ae_928.html aapg_ae_928.html:211:15579:15585 Paluxy Rodessa, Louisiana -0.404824879621253797 +49111 aapg_ae_73.html aapg_ae_73.html:829:106093:106101 Huerfano Colorado -0.105701362032458196 +49112 cspg_html_5345848475 cspg_html_5345848475:58:8499:8508 Greenhorn Middle East -0.017099513850188628 +49113 cspg_html_8362959053 cspg_html_8362959053:56:8445:8451 Luscar Lacombe, Alberta -0.467980749597819323 +49114 AMJC_html_2069773375 AMJC_html_2069773375:1168:79016:79022 Moscow Moscow -0.0346298699616138864 +49115 sedimentology_html_6499793080 sedimentology_html_6499793080:795:51788:51792 Hall London, Ontario -0.0236297103321001234 +49116 aapg_ad_351.html aapg_ad_351.html:148:15975:15997 Reeds Spring Chattanooga, Tennessee -0.493383370963238699 +49117 cspg_html_1976603247 cspg_html_1976603247:39:4922:4938 Guelph Ontario, California -0.429978093202176226 +49118 geology_html_9924482358 geology_html_9924482358:252:24033:24054 Green River Earth -0.465595518002078101 +49119 aapg_ai_720.html aapg_ai_720.html:385:39299:39316 Potomac Delaware -0.447859095614761116 +49120 cspg_html_2834693711 cspg_html_2834693711:1095:126004:126012 Columbia Washington (state) -0.0344245588872295546 +49121 aapg_ae_873.html aapg_ae_873.html:835:96839:96855 Woodbine Hopkins County, Kentucky -0.470292003998596664 +49122 cspg_html_1118978429 cspg_html_1118978429:106:12984:12996 Saskatchewan Lacombe, Alberta -0.0501628553574823693 +49123 aapg_ah_519.html aapg_ah_519.html:21:2739:2755 Dakota Colorado 0.00804336370981676048 +49124 cspg_html_6216640615 cspg_html_6216640615:1096:105885:105893 Columbia Victoria, British Columbia -0.457691392417615917 +49125 cspg_html_4614759573 cspg_html_4614759573:540:69713:69729 Honna Charlotte Amalie, United States Virgin Islands -0.0161298137457332978 +49126 gsa_html_3320600310 gsa_html_3320600310:584:44538:44554 Chinle Arizona -0.453234160803079433 +49127 aapg_ad_446.html aapg_ad_446.html:445:51752:51760 Cuyahoga Ohio -0.44721379024503416 +49128 sedimentology_html_9980494445 sedimentology_html_9980494445:1081:72733:72739 Cannon Indonesia -0.450649451770273157 +49129 aapg_ai_328.html aapg_ai_328.html:350:36758:36778 Rancheria Rift Valley lakes -0.477512787064485633 +49130 aapg_ah_467.html aapg_ah_467.html:282:26317:26325 Columbia Victoria, British Columbia -0.457555451333636842 +49131 aapg_ad_801.html aapg_ad_801.html:214:23558:23567 Cockfield Mississippi River -0.241211799771360924 +49132 gsa_html_3448554349 gsa_html_3448554349:390:39463:39481 Rockwell Maryland 0.0151114980887050287 +49133 aapg_ah_337.html aapg_ah_337.html:336:41262:41279 Hosston Cotton Valley, Louisiana 0.800997059965192104 +49134 cspg_html_2419618566 cspg_html_2419618566:452:58395:58403 Columbia Anchorage, Alaska -0.470510360514459824 +49135 geology_html_3363667765 geology_html_3363667765:12:711:719 Montreal Earth -0.479670542308177961 +49136 aapg_ai_740.html aapg_ai_740.html:72:7890:7905 Lance Texas -0.483995287789091233 +49137 aapg_ae_324.html aapg_ae_324.html:1276:127530:127535 Chazy Black River, Jamaica -0.417363557088893333 +49138 palaios_html_6757540995 palaios_html_6757540995:625:56235:56250 Eutaw Alabama 0.785944115526217346 +49139 cspg_html_9332855346 cspg_html_9332855346:193:17771:17786 Elk Williston, Vermont -0.0335442004664093935 +49140 aapg_ah_573.html aapg_ah_573.html:78:9249:9260 Port Jervis Delaware River -0.440247382693200906 +49141 aapg_ac_569.html aapg_ac_569.html:47:7241:7261 Emma Fiord Cape Cod -0.477589260736398125 +49142 cspg_html_1781462584 cspg_html_1781462584:10:978:986 Columbia Victoria, British Columbia -0.0544954389304434447 +49143 sedimentology_html_3865745685 sedimentology_html_3865745685:1548:109221:109229 Columbia Victoria, British Columbia -0.01748532023179648 +49144 aapg_ae_343.html aapg_ae_343.html:19:2078:2085 Rapides Shreveport, Louisiana -0.0626555402961383595 +49145 cspg_html_4210762654 cspg_html_4210762654:8:936:951 Nisku Lacombe, Alberta -0.0347847257870449039 +49146 gsa_html_3720789279 gsa_html_3720789279:850:84234:84240 Oregon Salem, Oregon -0.0535450100863143555 +49147 cspg_html_9729377176 cspg_html_9729377176:1086:114264:114283 Pardonet Victoria, British Columbia -0.443813272031764461 +49148 aapg_ad_154.html aapg_ad_154.html:115:13179:13190 Beekmantown Virginia -0.396855894428721101 +49149 aapg_ac_742.html aapg_ac_742.html:18:2907:2926 Spearfish Black Hills 1.11391435562809327 +49150 aapg_ad_318.html aapg_ad_318.html:8:1293:1305 Salina Lockport (city), New York -0.449319433531474521 +49151 aapg_af_788.html aapg_af_788.html:216:18974:18993 Detroit River Michigan -0.0680591279721140391 +49152 cspg_html_1336185084 cspg_html_1336185084:91:10169:10181 Grand Rapids Clearwater, Florida -0.46944207930236781 +49153 sedimentology_html_2057402512 sedimentology_html_2057402512:1048:74464:74472 Dunvegan Western Canadian Sedimentary Basin -0.413981895448320647 +49154 gsa_html_3669079684 gsa_html_3669079684:12:652:658 Moscow Russia -0.454068782805138071 +49155 cspg_html_3926542795 cspg_html_3926542795:1134:119358:119366 Columbia Victoria, British Columbia -0.442575570278969321 +49156 cspg_html_5837603841 cspg_html_5837603841:208:17422:17438 Golata Canada -0.00729110700735253591 +49157 cspg_html_7182873498 cspg_html_7182873498:17:2745:2765 Salina Salina, Kansas -0.44721379024503416 +49158 cspg_html_3328007773 cspg_html_3328007773:1008:101674:101697 Viking Lacombe, Alberta -0.44951252529713398 +49159 cspg_html_6839937815 cspg_html_6839937815:61:8600:8614 Arcturus Kaibab, Arizona -0.0449670253897642563 +49160 cspg_html_1781462584 cspg_html_1781462584:156:20295:20311 Shunda Arctic Cordillera -0.448282824521055501 +49161 aapg_ae_694.html aapg_ae_694.html:42:6776:6780 Buda East Texas 0.351636886501621393 +49162 gsa_html_5694391338 gsa_html_5694391338:80:8202:8219 Big Branch Gneiss Llano, Texas -0.037441986726546049 +49163 cspg_html_4555867289 cspg_html_4555867289:467:44986:45001 Liard Victoria, British Columbia -0.0139559511282587399 +49164 gsa_html_9962225882 gsa_html_9962225882:1061:82264:82270 Oregon Blue Mountains (Oregon) -0.00846727342264548197 +49165 cspg_html_9683836416 cspg_html_9683836416:97:16836:16853 Belly River Lacombe, Alberta -0.0350231036840452647 +49166 aapg_ah_469.html aapg_ah_469.html:278:24524:24544 Tallahatta Gosport, Indiana -0.26067861795959496 +49167 aapg_ah_289.html aapg_ah_289.html:28:4446:4464 Monterey San Joaquin River 0.0182500020623851782 +49168 gsa_html_9670429229 gsa_html_9670429229:812:74048:74076 Green River New Mexico -0.0212255895810763706 +49169 cspg_html_4126093606 cspg_html_4126093606:325:39943:39951 Michigan Ontario, California -0.464610795373413321 +49170 aapg_ae_461.html aapg_ae_461.html:66:9809:9828 Smackover Bellevue, Nebraska -0.441486425747427802 +49171 aapg_ad_3.html aapg_ad_3.html:331:31324:31341 Shakopee Missouri River 0.0102845739324917348 +49172 aapg_af_297.html aapg_af_297.html:164:14636:14644 Michigan Presque Isle County, Michigan -0.461001107058420345 +49173 aapg_ai_140.html aapg_ai_140.html:395:43772:43780 Richmond California -0.490143713980378037 +49174 cspg_html_1962846283 cspg_html_1962846283:613:72240:72258 Kootenay Lacombe, Alberta -0.489182445167081981 +49175 aapg_ai_877.html aapg_ai_877.html:247:28130:28144 Bedford Plateau State -0.463478914486847693 +49176 aapg_aa_712.html aapg_aa_712.html:140:18687:18699 Galena Illinois -0.443715087361728711 +49177 aapg_ah_297.html aapg_ah_297.html:364:43341:43349 Colorado Denver -0.484098022941034878 +49178 cspg_html_8316122266 cspg_html_8316122266:6:433:461 Peace River Lacombe, Alberta -0.448578878596292641 +49179 aapg_ae_96.html aapg_ae_96.html:174:20211:20228 Sunrise Reno, Nevada -0.47503682505792677 +49180 cspg_html_2058480839 cspg_html_2058480839:28:2964:2987 Turner Valley Elkton, Kentucky -0.522529532302455801 +49181 aapg_ac_333.html aapg_ac_333.html:1318:157952:157964 Yeso Arizona -0.449541717141150321 +49182 aapg_ad_763.html aapg_ad_763.html:642:77631:77651 Kern River Rancho Santa Margarita, California -0.467950951742638677 +49183 geology_html_5269070706 geology_html_5269070706:351:26269:26291 Albert Alert, Nunavut -0.465026484605756241 +49184 aapg_ad_116.html aapg_ad_116.html:315:39353:39374 Tulip Creek Seminole, Texas -0.464610795373413321 +49185 gsa_html_1636483297 gsa_html_1636483297:993:84008:84029 Green River Cheyenne, Wyoming -0.466007095038280028 +49186 aapg_ac_602.html aapg_ac_602.html:88:7632:7647 Notch Peak Dolomite Great Basin -0.484266161538602968 +49187 aapg_ad_169.html aapg_ad_169.html:268:31163:31176 Maccrady Greenbrier (Great Smoky Mountains) -0.489323394611266782 +49188 cspg_html_2863271815 cspg_html_2863271815:27:3903:3919 Guelph Ontario, California -0.135187784583294557 +49189 aapg_ac_246.html aapg_ac_246.html:389:38659:38670 Skull Creek Cheyenne, Wyoming -0.46809765859229685 +49190 aapg_ac_806.html aapg_ac_806.html:237:18553:18563 Fort Dodge Fort Dodge (US Army Post) -0.07011150497375368 +49191 geology_html_1288769460 geology_html_1288769460:153:14333:14353 Hell Creek Northern Great Plain -0.0213629091377398328 +49192 aapg_ah_318.html aapg_ah_318.html:1014:102841:102864 Cotton Valley Shreveport, Louisiana 0.0594398221009431182 +49193 aapg_aa_960.html aapg_aa_960.html:293:24791:24808 Todilto Entrada Sandstone -0.406579117825282443 +49194 cspg_html_4530154552 cspg_html_4530154552:367:54451:54485 Montney Lacombe, Alberta -0.447135398674851747 +49195 aapg_ai_975.html aapg_ai_975.html:902:72974:72992 Kiamichi Coahuila -0.45417711448712661 +49196 sedimentology_html_1112576860 sedimentology_html_1112576860:126:14149:14153 Rome Germany -0.460746428725734014 +49197 gsa_html_4315469594 gsa_html_4315469594:591:50754:50758 Ross Pennsylvania -0.0315888654763454985 +49198 gsa_html_1024107776 gsa_html_1024107776:1165:109020:109026 Madrid South America -0.0641173157526796905 +49199 gsa_html_7808051457 gsa_html_7808051457:186:15834:15851 Manitou Manitou Springs, Colorado -0.467950951742638677 +49200 aapg_ai_478.html aapg_ai_478.html:51:4935:4941 Kindle Kingston, Jamaica -0.476093453364925034 +49201 aapg_ac_983.html aapg_ac_983.html:269:43198:43223 Blackjack Creek Iowa -0.0100083249466689488 +49202 aapg_aa_913.html aapg_aa_913.html:21:3317:3345 Edwards Luling, Louisiana -0.473081857330366395 +49203 aapg_ak_101.html aapg_ak_101.html:4:476:499 San Felipe Salvador, Bahia -0.425599363821972831 +49204 geology_html_5069239612 geology_html_5069239612:255:24383:24391 Temporal Mount Spurr -0.0338921598886321312 +49205 aapg_ad_45.html aapg_ad_45.html:257:19721:19737 Tar Springs Pottsville, Pennsylvania -0.507392015805155694 +49206 aapg_aa_731.html aapg_aa_731.html:350:46496:46506 San Marcos Cotulla, Texas -0.499246281017071747 +49207 palaios_html_8113714689 palaios_html_8113714689:256:28852:28870 Munising Logan, Utah -0.449433936510724996 +49208 cspg_html_6255491344 cspg_html_6255491344:231:33481:33489 Columbia Victoria, British Columbia -0.435767689782418699 +49209 aapg_af_431.html aapg_af_431.html:91:9373:9383 Tuscaloosa County Sligo -0.452003931056544739 +49210 aapg_ae_354.html aapg_ae_354.html:171:16539:16547 Niobrara Niobrara, Nebraska -0.433685955512457477 +49211 sedimentology_html_8367734199 sedimentology_html_8367734199:345:36420:36424 Hall London, Ontario -0.0585689638564125953 +49212 geology_html_6217383673 geology_html_6217383673:15:842:859 Uncompahgre Colorado -0.0546872843399983585 +49213 sedimentology_html_1527307623 sedimentology_html_1527307623:864:63290:63318 Sibley Ontario, California -0.0195726214963804213 +49214 gsa_html_5879695606 gsa_html_5879695606:900:64976:64984 Santiago Chile -0.0291155791192652773 +49215 cspg_html_1644457308 cspg_html_1644457308:53:7908:7924 Liard Pine River (Michigan) -0.0867711715944553125 +49216 gsa_html_9866042258 gsa_html_9866042258:1941:150628:150636 Columbia Victoria, British Columbia -0.0212221131504006823 +49217 sedimentology_html_9550478777 sedimentology_html_9550478777:689:47916:47926 Rio Grande Puerto Palomas, Chihuahua -0.497183086839341148 +49218 geology_html_1598246130 geology_html_1598246130:148:12187:12197 West Point Seattle -0.0322203122766998376 +49219 aapg_af_193.html aapg_af_193.html:831:68423:68430 Prairie Southwest Louisiana -0.0253595779197958206 +49220 cspg_html_1644457308 cspg_html_1644457308:500:51009:51017 Columbia Lacombe, Alberta -0.0056632802943650468 +49221 aapg_aa_792.html aapg_aa_792.html:539:59378:59386 La Habra California -0.488452230972983181 +49222 sedimentology_html_1338997515 sedimentology_html_1338997515:116:10462:10468 Diablo Melbourne, Florida -0.497128548725757735 +49223 aapg_ai_49.html aapg_ai_49.html:113:11583:11588 Weber Logan, Utah -0.00112569192733688248 +49224 palaios_html_3022467877 palaios_html_3022467877:376:42607:42618 Hornerstown Navesink River -0.434673209477638822 +49225 aapg_ac_930.html aapg_ac_930.html:83:11601:11609 Colorado Denver 0.0132661220895765857 +49226 palaios_html_2623118674 palaios_html_2623118674:1025:104196:104211 Gates Canada -0.454052985518192231 +49227 gsa_html_1217771406 gsa_html_1217771406:533:47750:47764 Monterey Santa Cruz Island -0.426720647196584257 +49228 aapg_ah_647.html aapg_ah_647.html:156:15365:15382 El Paso El Paso, Texas -0.0328900657953446335 +49229 aapg_ai_146.html aapg_ai_146.html:145:11575:11582 Swift Lacombe, Alberta -0.411778522698214466 +49230 aapg_ah_869.html aapg_ah_869.html:1072:97455:97460 Stark Colorado -0.469051848391689397 +49231 cspg_html_4364132564 cspg_html_4364132564:282:35306:35341 Shaunavon Regina, Saskatchewan -0.409390633417001881 +49232 gsa_html_3380395839 gsa_html_3380395839:305:32266:32276 Washington Coast Mountains -0.0339634929094720234 +49233 aapg_ac_90.html aapg_ac_90.html:250:32531:32537 Jordan Wisconsin 0.289906796200963879 +49234 gsa_html_8067247871 gsa_html_8067247871:1123:81223:81251 Green River New Mexico -0.00638076930644856932 +49235 aapg_ae_419.html aapg_ae_419.html:119:14707:14713 Sierra Torreon, Torrance County, New Mexico -0.443982888348864235 +49236 aapg_ad_350.html aapg_ad_350.html:146:13930:13950 Pottsville Monongalia County, West Virginia -0.449319433531474521 +49237 gsa_html_4012649500 gsa_html_4012649500:1020:89477:89485 Columbia Victoria, British Columbia -0.448287309474040385 +49238 aapg_ac_972.html aapg_ac_972.html:85:9842:9850 Vaqueros Monterey, California 0.0521187344593515289 +49239 palaios_html_6944542452 palaios_html_6944542452:426:41760:41768 San Jose California -0.481794104698776371 +49240 aapg_ac_377.html aapg_ac_377.html:184:13161:13167 Denver Colorado -0.453085363047098455 +49241 cspg_html_7595517955 cspg_html_7595517955:90:10213:10228 Melville Island Ellesmere Island -0.448350101124535771 +49242 aapg_ai_323.html aapg_ai_323.html:145:11354:11363 La Quinta South America -0.452927573923113447 +49243 aapg_ai_584.html aapg_ai_584.html:20:2377:2383 Casper Hartville, Missouri -0.117418894930966466 +49244 gsa_html_2509147847 gsa_html_2509147847:582:68047:68057 Washington Twisp, Washington -0.49339517418577894 +49245 gsa_html_6491840124 gsa_html_6491840124:179:16360:16396 Salt Lake Logan, Utah -0.00716428423732448638 +49246 cspg_html_5501097280 cspg_html_5501097280:329:38592:38616 Gog Victoria, British Columbia -0.458659434193013582 +49247 aapg_ac_805.html aapg_ac_805.html:159:20832:20841 Williston Michigan -0.0139507382494490646 +49248 cspg_html_1025724640 cspg_html_1025724640:322:42782:42790 Montreal Quebec -0.428809045611172668 +49249 aapg_ad_3.html aapg_ad_3.html:421:40291:40296 Chazy Lowville (town), New York -0.0453676577142844081 +49250 aapg_ai_28.html aapg_ai_28.html:495:48028:48037 San Diego Duval County, Texas -0.0307122011432018581 +49251 sedimentology_html_9410532865 sedimentology_html_9410532865:80:6495:6513 Bridger Wasatch Range -0.441392939290133568 +49252 aapg_ae_958.html aapg_ae_958.html:1541:132984:133005 Bell El Capitan -0.0445280936514478309 +49253 cspg_html_4341656515 cspg_html_4341656515:564:51300:51318 Dunvegan Lacombe, Alberta -0.429934117971200513 +49254 aapg_ah_536.html aapg_ah_536.html:130:17976:17983 Hosston County Sligo -0.443732938342886629 +49255 geology_html_4813695285 geology_html_4813695285:12:504:510 Denver Colorado -0.0161993249316557293 +49256 palaios_html_4244053259 palaios_html_4244053259:127:13211:13245 Juniata Pennsylvania -0.42193152612717999 +49257 cspg_html_4298557570 cspg_html_4298557570:228:32548:32580 Whitemud Red Deer, Alberta 0.00543048895720864636 +49258 geology_html_5638110690 geology_html_5638110690:332:26399:26407 Colorado San Juan, Argentina -0.0272061513057389563 +49259 aapg_aa_463.html aapg_aa_463.html:139:27611:27633 Smackover Metro Manila -0.43597788776021662 +49260 gsa_html_1290697059 gsa_html_1290697059:28:1100:1109 Peninsula Quebec City -0.412110872070292067 +49261 gsa_html_2147749463 gsa_html_2147749463:1217:87722:87750 Green River Colorado -0.464409872562970838 +49262 gsa_html_1489580785 gsa_html_1489580785:153:18707:18713 Tuscan Middle East -0.483085217576718073 +49263 aapg_ae_236.html aapg_ae_236.html:55:4676:4686 Pascagoula Hattiesburg, Mississippi -0.0821555370094037563 +49264 aapg_ad_44.html aapg_ad_44.html:233:22950:22958 Virginia Wissahickon Formation -0.0852414511844174355 +49265 aapg_ac_807.html aapg_ac_807.html:801:79228:79239 Black Creek Tuscaloosa, Alabama -0.00647110750301180173 +49266 palaios_html_2376163646 palaios_html_2376163646:63:8204:8220 Pierre Williston Basin -0.43485884955268328 +49267 geology_html_7013093766 geology_html_7013093766:224:21249:21259 Washington Mount Rainier, Maryland -0.008957206898973313 +49268 palaios_html_9150736881 palaios_html_9150736881:19:1073:1104 Kope Cincinnati -0.0336555463053693354 +49269 sedimentology_html_3425717106 sedimentology_html_3425717106:2212:122955:122990 Kingston Peak California 0.390432938357094361 +49270 jgeology_html_8064855537 jgeology_html_8064855537:1383:77311:77323 Dakota Colorado 0.00750479539433046225 +49271 gsa_html_4115149265 gsa_html_4115149265:748:68990:68997 Calvert Reno, Nevada -0.480765396922298249 +49272 aapg_ad_466.html aapg_ad_466.html:276:33683:33700 Raritan Closter, New Jersey -0.42192934575662161 +49273 aapg_aa_23.html aapg_aa_23.html:618:77831:77845 Stony Mountain Red River of the North 1.23884381125693577 +49274 AMJC_html_3632105729 AMJC_html_3632105729:536:72339:72362 Elkhorn Ridge Argillite Texas -0.220026361377412494 +49275 aapg_af_545.html aapg_af_545.html:187:24452:24473 Green River Uinta Mountains 0.806176760213398125 +49276 jgeology_html_5970406003 jgeology_html_5970406003:1632:87717:87734 Lay Dam Chilton County, Alabama -0.0245215675441684301 +49277 sedimentology_html_7298419341 sedimentology_html_7298419341:1294:83237:83242 Uinta Colorado -0.44948782523520614 +49278 cspg_html_1230998910 cspg_html_1230998910:6:369:377 Woodbend Lacombe, Alberta -0.46326000708216164 +49279 aapg_ac_704.html aapg_ac_704.html:485:33872:33880 Tensleep Natrona County, Wyoming -0.0598011148469018913 +49280 aapg_ad_908.html aapg_ad_908.html:384:41354:41360 Perija Colombia 1.00532942263416358 +49281 aapg_ae_904.html aapg_ae_904.html:103:10379:10398 Newcastle Cheyenne, Wyoming -0.0221712043422439102 +49282 aapg_aa_110.html aapg_aa_110.html:28:3805:3826 Green River Cheyenne, Wyoming -0.460821460337920041 +49283 aapg_ah_420.html aapg_ah_420.html:26:2756:2769 Bearpaw Lacombe, Alberta 0.00627827036586882034 +49284 aapg_ae_498.html aapg_ae_498.html:74:8816:8829 Nealmont Virginia -0.0172889404553563421 +49285 cspg_html_6472484014 cspg_html_6472484014:316:31290:31325 La Vieille New Brunswick, New Jersey -0.511053760151644054 +49286 gsa_html_2743423721 gsa_html_2743423721:734:72632:72637 Stark New Guinea -0.50044998043931721 +49287 gsa_html_1569131616 gsa_html_1569131616:473:46743:46746 Rye Dominican Republic -0.507985162763473941 +49288 aapg_ac_245.html aapg_ac_245.html:259:37033:37037 Iola Plattsburg, Missouri -0.0331753752251057327 +49289 gsa_html_2583973712 gsa_html_2583973712:704:61347:61375 Green River Iran -0.0197168810314956311 +49290 aapg_ah_85.html aapg_ah_85.html:179:20018:20036 Hawthorn Charleston, South Carolina -0.471382028770717776 +49291 aapg_ah_556.html aapg_ah_556.html:33:3638:3653 Mesaverde Mancos, Colorado -0.421116411391789958 +49292 aapg_ae_999.html aapg_ae_999.html:410:57047:57067 Poul Creek Tampa, Florida -0.427689691071663991 +49293 palaios_html_7179643765 palaios_html_7179643765:67:7387:7394 La Luna Venezuela -0.434606918343987458 +49294 geology_html_8971123287 geology_html_8971123287:267:25137:25144 Herring California -0.436810292517708865 +49295 aapg_ah_536.html aapg_ah_536.html:446:58100:58123 Mooringsport Rodessa, Louisiana -0.0103905567969635754 +49296 cspg_html_4655200751 cspg_html_4655200751:130:24800:24808 Birdbear Regina, Saskatchewan -0.445157668105484183 +49297 cspg_html_4298557570 cspg_html_4298557570:118:18329:18343 Edmonton Lacombe, Alberta -0.455387700672750584 +49298 aapg_ac_925.html aapg_ac_925.html:209:33188:33194 Guinda Central Valley (California) -0.486513508857715604 +49299 cspg_html_3135622409 cspg_html_3135622409:8:897:902 Mt Lytton Victoria, British Columbia -0.489182445167081981 +49300 sedimentology_html_6051696699 sedimentology_html_6051696699:314:27204:27223 Caledonia New Caledonia -0.477179162580930738 +49301 sedimentology_html_9626990209 sedimentology_html_9626990209:993:85057:85076 Rock Springs Sevier orogeny -0.478488911708928044 +49302 geology_html_1353352151 geology_html_1353352151:300:26893:26902 Flagstaff Arizona -0.454113919430063184 +49303 aapg_af_579.html aapg_af_579.html:206:21879:21886 Wanakah Dolores River -0.491049570598957486 +49304 aapg_ac_881.html aapg_ac_881.html:601:71297:71305 Deadwood Winnipeg 0.693907407218530836 +49305 aapg_aa_23.html aapg_aa_23.html:526:63275:63287 Saskatchewan Red River of the North -0.434606918343987458 +49306 aapg_aa_565.html aapg_aa_565.html:61:7538:7548 Pottsville Allegheny Mountains -0.43779419363430605 +49307 cspg_html_2919583977 cspg_html_2919583977:7:612:636 Cairn Mount Wilson Observatory -0.00590649599379846572 +49308 cspg_html_5891044027 cspg_html_5891044027:485:82570:82578 Grinnell Victoria, British Columbia -0.425756964796638493 +49309 sedimentology_html_1157284082 sedimentology_html_1157284082:895:65633:65661 Tidal Nassau, Bahamas -0.442762791672519862 +49310 aapg_aa_623.html aapg_aa_623.html:54:6582:6601 Lea Park Lacombe, Alberta -0.0881294231717417859 +49311 aapg_ae_873.html aapg_ae_873.html:1107:131512:131520 Woodbine Paluxy, Texas -0.448029460378174149 +49312 aapg_ai_462.html aapg_ai_462.html:78:8661:8678 El Abra Western world -0.478284785297837578 +49313 gsa_html_2145963783 gsa_html_2145963783:176:17600:17606 Tomera Western world -0.441419648744354465 +49314 aapg_ah_52.html aapg_ah_52.html:28:4344:4363 Matanuska Anchorage, Alaska 0.856944158549254542 +49315 gsa_html_5625878232 gsa_html_5625878232:201:29107:29118 San Antonio Baja California peninsula -0.471405039658470026 +49316 aapg_af_664.html aapg_af_664.html:260:28035:28048 Reno Red River of the North 0.0171898823018941105 +49317 aapg_af_854.html aapg_af_854.html:352:44328:44340 Borden Bloomington, Indiana 0.00917958991324812311 +49318 aapg_aa_734.html aapg_aa_734.html:195:20245:20253 Caballos Texas -0.513729771109706412 +49319 aapg_ah_519.html aapg_ah_519.html:225:23764:23783 Cloverly Cedar Mountains -0.418790363991469961 +49320 cspg_html_4769973541 cspg_html_4769973541:367:39588:39605 Gascons York, Pennsylvania -0.462111625185478381 +49321 aapg_aa_633.html aapg_aa_633.html:111:10511:10518 Reynosa Culebra, Puerto Rico -0.480960803547703208 +49322 gsa_html_7102550258 gsa_html_7102550258:280:30114:30130 Navajo Logan, Utah -0.509769574544015613 +49323 aapg_ac_214.html aapg_ac_214.html:58:7063:7070 Gateway Logan, Utah -0.385528877011291904 +49324 aapg_ah_757.html aapg_ah_757.html:223:24151:24169 Doughnut Logan, Utah 0.0267783926986110733 +49325 cspg_html_3521815736 cspg_html_3521815736:63:10664:10668 Toad Grayling, Michigan -0.480960803547703208 +49326 aapg_ae_415.html aapg_ae_415.html:852:105862:105874 Chickasawhay Melbourne, Florida -0.226487453068764083 +49327 aapg_ah_588.html aapg_ah_588.html:83:5393:5401 Lawrence Lee County, Alabama -0.412654959021926393 +49328 cspg_html_1841843683 cspg_html_1841843683:37:5862:5877 Swift Black Hills 0.71672713642078334 +49329 aapg_ah_167.html aapg_ah_167.html:105:12583:12597 Glenogle Victoria, British Columbia -0.428868342306482297 +49330 aapg_ac_65.html aapg_ac_65.html:132:14069:14076 Minturn Kokomo, Indiana 0.488487435940532844 +49331 gsa_html_4432793908 gsa_html_4432793908:173:20593:20619 Sheep Pass Reno, Nevada -0.212891991858726704 +49332 cspg_html_6615471682 cspg_html_6615471682:6:380:403 Cypress Regina, Saskatchewan -0.446231020576565107 +49333 aapg_af_579.html aapg_af_579.html:21:3210:3217 Entrada New Mexico -0.453495743339231705 +49334 aapg_ah_430.html aapg_ah_430.html:221:16666:16692 Dolores Entrada Sandstone -0.474918987556243288 +49335 cspg_html_5456368738 cspg_html_5456368738:91:10054:10064 Horn River Root River (Wisconsin) 0.00661356417510838065 +49336 cspg_html_3860685167 cspg_html_3860685167:739:72421:72437 Shunda Lacombe, Alberta 0.723191045276448063 +49337 aapg_af_891.html aapg_af_891.html:132:13375:13401 Dog Creek Kent County, Maryland -0.455347020329573748 +49338 aapg_ai_205.html aapg_ai_205.html:7:721:729 Victoria Perth, Western Australia -0.0149690067830474411 +49339 aapg_ah_96.html aapg_ah_96.html:456:53453:53462 Red River Iowa 0.0804696829149033344 +49340 aapg_ak_104.html aapg_ak_104.html:384:42084:42124 Madison Cheyenne, Wyoming -0.00949926761203980299 +49341 aapg_aa_1.html aapg_aa_1.html:415:38634:38640 Oregon Portland, Oregon -0.45184182728382527 +49342 aapg_ae_916.html aapg_ae_916.html:490:56489:56507 Kootenai Cut Bank, Montana 0.00179624453777558709 +49343 aapg_ah_876.html aapg_ah_876.html:312:39707:39725 Pearsall East Texas -0.00092939054595942859 +49344 geology_html_9207110672 geology_html_9207110672:13:889:899 Washington Ellensburg, Washington -0.0571311698634529158 +49345 cspg_html_1065856149 cspg_html_1065856149:9:782:796 Colorado Lacombe, Alberta -0.450582005503512739 +49346 sedimentology_html_8926418472 sedimentology_html_8926418472:667:63297:63313 Almond Cheyenne, Wyoming -0.0182917127831857887 +49347 aapg_ad_717.html aapg_ad_717.html:347:36680:36684 Naco Arizona -0.568186056762463698 +49348 geology_html_4447793411 geology_html_4447793411:114:8473:8483 San Felipe California -0.455595651058867956 +49349 cspg_html_7872970297 cspg_html_7872970297:622:55187:55196 Porcupine Cairns, Queensland -0.465568086328610908 +49350 cspg_html_2863271815 cspg_html_2863271815:69:9840:9856 Guelph Lake Erie -0.46814580209221146 +49351 cspg_html_7086880709 cspg_html_7086880709:601:78389:78397 Columbia Lacombe, Alberta -0.427711626546922574 +49352 cspg_html_4298557570 cspg_html_4298557570:186:25882:25901 Whitemud Bearpaw Formation -0.467105570135703974 +49353 aapg_ah_745.html aapg_ah_745.html:4:423:455 Maquoketa Peoria, Illinois -0.400331104587268838 +49354 gsa_html_4317135687 gsa_html_4317135687:853:68106:68134 Green River New Mexico -0.00515253017068293719 +49355 gsa_html_5928791685 gsa_html_5928791685:13:663:672 Wolfville Earth -0.526488676813224865 +49356 palaios_html_1262064602 palaios_html_1262064602:794:83538:83556 Moenave Arizona -0.459887424332023564 +49357 cspg_html_7938374662 cspg_html_7938374662:66:7211:7226 Tuktu Anchorage, Alaska -0.0582827756779698836 +49358 gsa_html_7632212878 gsa_html_7632212878:11:497:507 Rancheria New Mexico -0.454052985518192231 +49359 aapg_ac_363.html aapg_ac_363.html:476:50098:50108 Kern River Fruitvale, British Columbia -0.120634996234339514 +49360 aapg_af_854.html aapg_af_854.html:440:57767:57784 Carwood Bloomington, Indiana -0.0515190157893396575 +49361 gsa_html_9487992082 gsa_html_9487992082:711:69388:69394 Carmel Logan, Utah -0.466073422560892126 +49362 aapg_ah_479.html aapg_ah_479.html:306:31088:31094 Perija Fort Worth, Texas -0.476385003272562391 +49363 cspg_html_8267847427 cspg_html_8267847427:102:15884:15916 Provincial Milk River, Alberta -0.470181697121159758 +49364 gsa_html_2284204284 gsa_html_2284204284:967:108664:108680 Sandia Middle East -0.454052985518192231 +49365 cspg_html_7117661916 cspg_html_7117661916:124:12649:12657 Columbia Victoria, British Columbia -0.0445280936514478309 +49366 geology_html_6565154401 geology_html_6565154401:66:5810:5816 Antler Reno, Nevada -0.0711117522930959228 +49367 aapg_ae_324.html aapg_ae_324.html:765:78080:78088 Virginia Virginia -0.492225096233327442 +49368 aapg_ae_181.html aapg_ae_181.html:83:11507:11527 Tuscaloosa Mississippi River 0.0165885914321531221 +49369 cspg_html_4530154552 cspg_html_4530154552:251:36110:36118 Columbia Victoria, British Columbia -0.0277017418114762735 +49370 cspg_html_4287356899 cspg_html_4287356899:2789:308215:308260 Assistance Ellesmere Island -0.227505938682808134 +49371 cspg_html_7866293053 cspg_html_7866293053:738:70854:70873 Gladstone Victoria, British Columbia -0.450519060159522589 +49372 aapg_ai_49.html aapg_ai_49.html:396:50705:50709 Naco Hartville, Missouri -0.470188590895520009 +49373 aapg_ah_182.html aapg_ah_182.html:285:31205:31227 Jacksonburg Martinsburg, Nebraska -0.0585689638564125953 +49374 aapg_af_663.html aapg_af_663.html:366:37640:37651 Grand River Pleasanton, Texas -0.00610628100951976244 +49375 aapg_aa_691.html aapg_aa_691.html:565:74768:74792 Contact Rapids Lacombe, Alberta 0.0171168923697872649 +49376 aapg_aa_11.html aapg_aa_11.html:42:5778:5785 Thrifty Harpersville, Alabama -0.0335772561471781444 +49377 gsa_html_3331523875 gsa_html_3331523875:752:77816:77831 Mesaverde Colorado -0.446231020576565107 +49378 aapg_ai_629.html aapg_ai_629.html:12:1661:1667 Casper Cheyenne, Wyoming -0.391322670616284007 +49379 aapg_ad_959.html aapg_ad_959.html:3:224:235 Clays Ferry Kentucky -0.0478676973832001112 +49380 gsa_html_6433065427 gsa_html_6433065427:716:70449:70458 New River Virginia -0.213729200638882177 +49381 aapg_ah_219.html aapg_ah_219.html:54:6501:6533 Prairie Gladwin County, Michigan -0.441593278961416758 +49382 gsa_html_8236729701 gsa_html_8236729701:699:59735:59763 Green River Iran -0.0088338543289246535 +49383 aapg_ai_887.html aapg_ai_887.html:226:27271:27279 Edmonton Rainbow trout -0.0438854131077835025 +49384 aapg_aa_610.html aapg_aa_610.html:35:4905:4914 Mesaverde Mancos, Colorado -0.467980749597819323 +49385 aapg_ac_24.html aapg_ac_24.html:24:1905:1913 Virginia Northampton, Massachusetts -0.464450966712688929 +49386 palaios_html_6757540995 palaios_html_6757540995:86:9044:9054 Tuscaloosa Alabama -0.0180066911955107829 +49387 aapg_ah_100.html aapg_ah_100.html:100:9233:9256 Caseyville Caseyville, Illinois -0.0145241610261636171 +49388 aapg_af_880.html aapg_af_880.html:642:100520:100540 Waynesburg Cassville, Georgia 0.930019435597513544 +49389 palaios_html_1521536752 palaios_html_1521536752:584:58403:58408 Price Greenbrier County Schools -0.463636287457712182 +49390 aapg_aa_4.html aapg_aa_4.html:140:18371:18387 Sonyea Middlesex -0.0372366206791455642 +49391 aapg_ah_187.html aapg_ah_187.html:5:419:429 Rio Grande Pecos River -0.0951593274393736643 +49392 jgeology_html_4511554957 jgeology_html_4511554957:692:51684:51693 Greenhorn Niobrara, Nebraska -0.0204677435827045166 +49393 aapg_aa_176.html aapg_aa_176.html:672:66415:66439 Scripps Michigan -0.0539548121915135528 +49394 aapg_ad_757.html aapg_ad_757.html:87:9765:9778 Decorah Decorah, Iowa -0.0204677435827045166 +49395 aapg_ai_515.html aapg_ai_515.html:157:18057:18064 Wasatch Uinta Mountains -0.0209266190161632587 +49396 aapg_af_628.html aapg_af_628.html:233:22972:22994 Paint Creek Bethel, Alaska -0.454034931813569353 +49397 cspg_html_5541937700 cspg_html_5541937700:762:99889:99905 Viking Canada -0.0311226948006410493 +49398 gsa_html_1254347878 gsa_html_1254347878:443:48745:48767 Mount Nelson Victoria, British Columbia -0.0495632945700979141 +49399 gsa_html_2989317971 gsa_html_2989317971:766:79636:79642 Oregon Boise, Idaho -0.460041893415422398 +49400 aapg_ai_583.html aapg_ai_583.html:433:54567:54575 Sundance Cheyenne, Wyoming -0.0828251423167676581 +49401 aapg_ai_932.html aapg_ai_932.html:541:86062:86066 Hall California -0.0943084918782670784 +49402 aapg_ae_736.html aapg_ae_736.html:854:95932:95945 Togiak Basalt Anchorage, Alaska -0.472604743150075168 +49403 aapg_af_711.html aapg_af_711.html:202:20006:20032 Vaqueros Monterey County, California -0.463332970234029085 +49404 sedimentology_html_3200584564 sedimentology_html_3200584564:1029:75122:75146 Kaskapau Victoria, British Columbia -0.481870957939069144 +49405 aapg_aa_626.html aapg_aa_626.html:27:3541:3548 Raritan Patapsco River -0.0313696934317686249 +49406 aapg_ah_528.html aapg_ah_528.html:587:63794:63802 Moenkopi Las Vegas Strip 0.425227353438360156 +49407 gsa_html_1361916335 gsa_html_1361916335:72:8205:8228 Entrada Kayenta, Arizona 0.952036917929761306 +49408 aapg_ad_766.html aapg_ad_766.html:172:18810:18816 Denver New York City -0.453008719186489883 +49409 geology_html_9458302799 geology_html_9458302799:243:20946:20954 Beaumont Ontario, California -0.444871652179790411 +49410 cspg_html_3762708087 cspg_html_3762708087:360:48199:48227 Buckinghorse Suffield, Connecticut -0.0102706745632111761 +49411 cspg_html_4822015639 cspg_html_4822015639:452:53824:53841 Roberts Mountains Reno, Nevada -0.036075857948020304 +49412 aapg_ai_186.html aapg_ai_186.html:435:48500:48522 Colorado New Mexico -0.0456028204416603147 +49413 jgeology_html_4305195651 jgeology_html_4305195651:2983:210150:210172 Diamond Peak Red Rock Canyon National Conservation Area -0.467336881448994379 +49414 aapg_ae_959.html aapg_ae_959.html:1704:122704:122726 Belle Plains Wichita, Kansas -0.475977786028375149 +49415 aapg_ai_183.html aapg_ai_183.html:34:4579:4584 Swift Regina, Saskatchewan -0.440247382693200906 +49416 aapg_ah_645.html aapg_ah_645.html:29:4663:4683 Twin Creek Boise, Idaho -0.456989251174634625 +49417 aapg_af_59.html aapg_af_59.html:107:9352:9373 Ector Chalk Hopkins County, Kentucky -0.497593421871512953 +49418 aapg_ac_719.html aapg_ac_719.html:41:4318:4335 Cuchara Huerfano, New Mexico -0.521471338913109705 +49419 aapg_aa_654.html aapg_aa_654.html:157:24244:24251 Tererro Pecos River -0.527312372412902963 +49420 geology_html_9732082794 geology_html_9732082794:24:1341:1347 Reston Houston -0.433423304094416983 +49421 palaios_html_7206591444 palaios_html_7206591444:219:31527:31531 Word Netherlands -0.479459169650376604 +49422 cspg_html_1313584654 cspg_html_1313584654:57:7394:7414 Clearwater Lacombe, Alberta -0.48322516565543927 +49423 geology_html_4675652536 geology_html_4675652536:323:26964:26984 Pottsville Alabama -0.12983976814684442 +49424 palaios_html_3796939457 palaios_html_3796939457:622:49600:49618 Woodbine Arlington, Texas -0.0282634328663418991 +49425 gsa_html_5516163646 gsa_html_5516163646:256:26274:26296 Florissant Yellowstone National Park -0.0334398147432133225 +49426 sedimentology_html_3078904688 sedimentology_html_3078904688:696:52193:52209 Cupido Mexico -0.470236848829719556 +49427 aapg_ad_749.html aapg_ad_749.html:300:30637:30657 San Andres New Mexico -0.489483165548852517 +49428 cspg_html_3397138450 cspg_html_3397138450:1248:139657:139685 Kishenehn Victoria, British Columbia -0.502032175005171721 +49429 cspg_html_8030881108 cspg_html_8030881108:47:6519:6527 Victoria Canada -0.421983856501260468 +49430 aapg_ai_144.html aapg_ai_144.html:536:42948:42966 Dunvegan Lacombe, Alberta 0.00186225759184010619 +49431 aapg_af_637.html aapg_af_637.html:137:14470:14485 Coldwater Branch County, Michigan -0.458659434193013582 +49432 gsa_html_4919500515 gsa_html_4919500515:668:57412:57419 Canning Western world -0.480602591853576067 +49433 aapg_ae_415.html aapg_ae_415.html:924:115010:115024 Paynes Hammock Mississippi River 0.648024524400836466 +49434 jgeology_html_3517640817 jgeology_html_3517640817:762:48831:48840 Peninsula Goguryeo -0.441397390812390766 +49435 cspg_html_3762708087 cspg_html_3762708087:367:49447:49463 Viking Cheyenne, Wyoming -0.0175218157848266304 +49436 cspg_html_1506720813 cspg_html_1506720813:805:88164:88172 Colorado Denver -0.426370104690330431 +49437 aapg_aa_731.html aapg_aa_731.html:111:14636:14648 Wilcox Texas -0.405961136351199237 +49438 aapg_ai_80.html aapg_ai_80.html:475:47638:47646 Richmond Lexington, Kentucky -0.464884854319956187 +49439 AMJC_html_1153161685 AMJC_html_1153161685:1223:106062:106082 Spences Bridge Victoria, British Columbia -0.0610055739368401337 +49440 geology_html_9004383999 geology_html_9004383999:59:6547:6563 Earlie Canada -0.00786789401885567251 +49441 aapg_ad_306.html aapg_ad_306.html:385:47340:47350 San Marcos San Isidro, Buenos Aires -0.0824938332318140566 +49442 palaios_html_1093950931 palaios_html_1093950931:491:39253:39272 Vicksburg Texas -0.448282824521055501 +49443 aapg_af_775.html aapg_af_775.html:474:40818:40836 Lagarto Shreveport, Louisiana -0.431256465733329653 +49444 aapg_aa_22.html aapg_aa_22.html:306:29439:29458 Maquoketa Iowa -0.202827530986241983 +49445 aapg_ae_319.html aapg_ae_319.html:16:2124:2139 Stump Uinta Mountains -0.457555451333636842 +49446 cspg_html_4374961624 cspg_html_4374961624:164:20927:20936 Cathedral Mount Robson Provincial Park -0.473010388882843136 +49447 aapg_ac_952.html aapg_ac_952.html:118:14261:14280 Norphlet Texas -0.416901434342621002 +49448 gsa_html_7605900420 gsa_html_7605900420:399:41355:41365 Rancheria Reno, Nevada 0.000152871659208356339 +49449 cspg_html_3982722300 cspg_html_3982722300:17:1883:1891 Columbia Boise, Idaho -0.455387700672750584 +49450 gsa_html_6039599383 gsa_html_6039599383:665:61927:61934 Oak Bay New Brunswick, New Jersey 0.00247374805721130514 +49451 gsa_html_1744648670 gsa_html_1744648670:1268:122552:122580 Noonday Dolomite Death Valley -0.470236848829719556 +49452 cspg_html_4664502755 cspg_html_4664502755:984:100567:100579 Saskatchewan Lloydminster -0.0392835092525669338 +49453 aapg_ae_498.html aapg_ae_498.html:584:63240:63262 Liberty Hall Martinsburg, Nebraska -0.467584291252108319 +49454 geology_html_8196498831 geology_html_8196498831:207:19788:19794 Silica Chesapeake Bay -0.494566874481706664 +49455 aapg_ac_730.html aapg_ac_730.html:316:44418:44424 Toreva New Mexico -0.0573300691533551454 +49456 cspg_html_6383234409 cspg_html_6383234409:547:55773:55793 Blue Fiord Ellesmere Island -0.452003931056544739 +49457 aapg_ae_296.html aapg_ae_296.html:149:16227:16237 San Andres Texas -0.00153914125482608162 +49458 AMJC_html_4147467903 AMJC_html_4147467903:989:103402:103410 Colorado Leadville, Colorado -0.47249414511500698 +49459 geology_html_8365664922 geology_html_8365664922:183:16169:16178 Newcastle Durham, North Carolina -0.0188530778518021767 +49460 cspg_html_8316122266 cspg_html_8316122266:40:4715:4736 Shaftesbury Western Canadian Sedimentary Basin -0.504624024509464753 +49461 gsa_html_9870828882 gsa_html_9870828882:992:76350:76366 Bighorn Dolomite Cheyenne, Wyoming -0.449440672427322663 +49462 aapg_ad_718.html aapg_ad_718.html:324:29887:29895 Carlsbad Carlsbad, New Mexico -0.446052041434467972 +49463 aapg_ai_144.html aapg_ai_144.html:14:1601:1609 Dunvegan Lacombe, Alberta -0.230408639772038848 +49464 aapg_ah_4.html aapg_ah_4.html:64:10070:10079 Tamarindo Talara Province -0.458103872838477311 +49465 aapg_ad_68.html aapg_ad_68.html:310:24308:24324 Waltersburg Lake Ontario -0.477234757760444439 +49466 gsa_html_7145599681 gsa_html_7145599681:64:5504:5532 Green River Colorado 0.0433751346014858152 +49467 aapg_ah_411.html aapg_ah_411.html:48:6613:6625 Dakota Bellevue Hospital Center 0.14674753743081112 +49468 gsa_html_6589330144 gsa_html_6589330144:16:763:771 Virginia Reston, Virginia -0.0394610657315065602 +49469 cspg_html_6163691495 cspg_html_6163691495:750:75216:75222 Denver Colorado -0.446011775932438015 +49470 aapg_ac_807.html aapg_ac_807.html:379:38770:38778 Navesink Chesapeake Bay -0.40709869095004142 +49471 cspg_html_9361096527 cspg_html_9361096527:685:66903:66925 Judith River Canada -0.00680987700292186304 +49472 cspg_html_5697056884 cspg_html_5697056884:592:57015:57033 Deadwood Lacombe, Alberta -0.425402399125748287 +49473 sedimentology_html_1293179143 sedimentology_html_1293179143:57:6490:6503 Madison Regina, Saskatchewan -0.0370486621812744707 +49474 cspg_html_7839431712 cspg_html_7839431712:27:3807:3814 Pakowki Campania -0.490378908520278767 +49475 aapg_ad_169.html aapg_ad_169.html:65:8735:8753 Maccrady Greenbrier (Great Smoky Mountains) -0.43580087580188992 +49476 aapg_af_663.html aapg_af_663.html:249:27621:27627 Pawnee Worland, Wyoming -0.455310861563052449 +49477 cspg_html_5375448448 cspg_html_5375448448:563:54433:54451 Kaskapau Victoria, British Columbia -0.476172115937115059 +49478 cspg_html_3850954719 cspg_html_3850954719:345:43980:43988 Columbia Lacombe, Alberta -0.443701699352459789 +49479 cspg_html_5450075884 cspg_html_5450075884:652:70584:70601 Belly River Lacombe, Alberta -0.469648742182661783 +49480 cspg_html_6021605367 cspg_html_6021605367:10:504:509 Banff Kentucky -0.384587386538749243 +49481 cspg_html_4516258038 cspg_html_4516258038:36:5138:5146 Bathurst Melville, New York -0.463271407180362194 +49482 aapg_ad_803.html aapg_ad_803.html:81:7618:7626 Colorado Las Animas County, Colorado -0.514392879281394655 +49483 cspg_html_3914683557 cspg_html_3914683557:322:43436:43446 Cumberland Great Basin -0.455184317280275863 +49484 aapg_af_351.html aapg_af_351.html:67:8834:8853 Kialagvik Anchorage, Alaska 0.323851345971479021 +49485 aapg_ah_529.html aapg_ah_529.html:175:15672:15689 El Paso Gasconade River -0.470200080639580853 +49486 aapg_af_2.html aapg_af_2.html:266:29816:29831 Ouray Colorado -0.459837454744856933 +49487 aapg_ae_59.html aapg_ae_59.html:555:45947:45955 Colorado Logan, Utah -0.51245830110465973 +49488 aapg_aa_47.html aapg_aa_47.html:110:12338:12354 Maroon Leadville, Colorado -0.447314589257592876 +49489 cspg_html_3854139935 cspg_html_3854139935:60:9100:9112 Judith River Milk River, Alberta 0.0014766026609327194 +49490 aapg_aa_696.html aapg_aa_696.html:707:76714:76722 Colorado Colorado -0.472528705500211532 +49491 aapg_af_575.html aapg_af_575.html:481:66305:66315 Springdale Arkansas -0.494543235417533422 +49492 aapg_ai_356.html aapg_ai_356.html:282:27914:27931 Edwards Austin, Chicago -0.0479199713331230001 +49493 aapg_ah_505.html aapg_ah_505.html:1303:104715:104723 Fountain Niobrara, Nebraska -0.509711797196706451 +49494 cspg_html_4405340534 cspg_html_4405340534:186:27268:27286 Black Cape Cape Cod -0.469648742182661783 +49495 palaios_html_1729153923 palaios_html_1729153923:754:67467:67475 Michigan Ohio -0.0112818678629079024 +49496 cspg_html_2882304151 cspg_html_2882304151:73:14501:14521 Cadomin Red Deer, Alberta -0.476137410984472487 +49497 aapg_ae_876.html aapg_ae_876.html:454:49172:49195 Cedar Mountain Mancos, Colorado -0.017787713832192225 +49498 aapg_ae_380.html aapg_ae_380.html:172:13274:13283 Catahoula Texas -0.425371763818281734 +49499 AMJC_html_7141186441 AMJC_html_7141186441:111:15641:15651 Fort Union Wasatch Range -0.484602537618405216 +49500 cspg_html_8438548095 cspg_html_8438548095:285:26241:26252 Belly River Judith River Formation -0.0200714512738383588 +49501 aapg_aa_959.html aapg_aa_959.html:250:21749:21759 Fort Union Fort Union Trading Post National Historic Site -0.00436382766958571481 +49502 gsa_html_5952049575 gsa_html_5952049575:671:69887:69904 Wasatch Cheyenne, Wyoming -0.02980429327875583 +49503 aapg_ah_411.html aapg_ah_411.html:106:12885:12905 Milk River Milk River, Alberta -0.458659434193013582 +49504 aapg_ad_717.html aapg_ad_717.html:189:19798:19806 Wolfcamp Guadalupe Mountains National Park -0.0270600859182637335 +49505 aapg_aa_298.html aapg_aa_298.html:442:63985:64002 El Abra Mexico -0.45633516722504075 +49506 gsa_html_3648258377 gsa_html_3648258377:101:9646:9658 Marshalltown Merchantville, New Jersey -0.464501195477937445 +49507 cspg_html_9613527162 cspg_html_9613527162:177:24495:24510 Banff Moose Mountain (Alberta) 0.796534282662541337 +49508 gsa_html_1254347878 gsa_html_1254347878:1285:119031:119059 Green River New Mexico -0.00243726702917233546 +49509 aapg_aa_731.html aapg_aa_731.html:526:70559:70567 Rockdale Mississippi River -0.0733367571381979416 +49510 sedimentology_html_3771694852 sedimentology_html_3771694852:977:69449:69464 Beaufort South Africa -0.464820899663721254 +49511 gsa_html_6381986868 gsa_html_6381986868:11:410:420 Washington Washington (state) -0.475991665297052891 +49512 aapg_ac_104.html aapg_ac_104.html:36:5151:5169 Crescent Elwha River -0.434558307819543299 +49513 aapg_ai_584.html aapg_ai_584.html:903:95289:95298 Minnelusa Black Hills -0.433370341259820213 +49514 AMJC_html_2702389713 AMJC_html_2702389713:1414:107088:107108 Waterville Portland, Maine -0.469070208322842297 +49515 aapg_ae_905.html aapg_ae_905.html:182:20369:20387 Altamont Missouri River 0.91251828679796565 +49516 palaios_html_9430957613 palaios_html_9430957613:1042:79936:79954 Willwood Cheyenne, Wyoming -0.0608327459561348455 +49517 aapg_ai_523.html aapg_ai_523.html:6:1100:1116 Maroon Glenwood Springs, Colorado -0.455211432419709627 +49518 cspg_html_7334652966 cspg_html_7334652966:228:25942:25962 Whitehorse Lacombe, Alberta -0.0136379673462826371 +49519 aapg_aa_702.html aapg_aa_702.html:1201:132309:132321 Saskatchewan Ohio -0.4391432028015122 +49520 gsa_html_5932926755 gsa_html_5932926755:71:5427:5455 Green River Colorado -0.0429084214197919464 +49521 aapg_af_99.html aapg_af_99.html:41:5403:5422 Rio Dulce Colombia -0.471819338906025898 +49522 aapg_ad_351.html aapg_ad_351.html:696:60447:60467 Keokuk Missouri River -0.45184182728382527 +49523 sedimentology_html_1574151857 sedimentology_html_1574151857:323:26959:26969 Washington Salem, Oregon -0.0407754352992212923 +49524 aapg_ah_289.html aapg_ah_289.html:485:65415:65429 Monterey Lost Hills Oil Field 0.00039260223837717193 +49525 jgeology_html_2632931163 jgeology_html_2632931163:892:50869:50881 Rio San Juan South America -0.0207284668430632625 +49526 aapg_ad_446.html aapg_ad_446.html:528:58474:58482 Scotland Henderson, Nevada -0.0415711108717550168 +49527 palaios_html_9133125241 palaios_html_9133125241:553:67127:67135 Fairview Columbus, Ohio -0.0428823001474314888 +49528 aapg_ah_105.html aapg_ah_105.html:22:3768:3778 San Andres Texas 0.0145380623395336504 +49529 aapg_ah_53.html aapg_ah_53.html:7:1338:1349 Hardinsburg Norwood, Massachusetts -0.507048809502615661 +49530 sedimentology_html_7518899751 sedimentology_html_7518899751:1704:90344:90359 Davis Bonne Terre, Missouri -0.230319251173360828 +49531 aapg_ah_974.html aapg_ah_974.html:141:13490:13499 Vicksburg Texas -0.017099513850188628 +49532 sedimentology_html_9366775637 sedimentology_html_9366775637:1823:113801:113817 Holder New Mexico -0.482989599489924148 +49533 gsa_html_2284204284 gsa_html_2284204284:124:15847:15857 Tradewater Carbondale, Pennsylvania -0.4784100389871494 +49534 aapg_aa_702.html aapg_aa_702.html:1332:139122:139138 Maroon Gunnison County, Colorado -0.0137370110791438689 +49535 aapg_aa_381.html aapg_aa_381.html:15:2312:2337 Santa Margarita Monterey, California -0.487565545428885583 +49536 aapg_ac_730.html aapg_ac_730.html:91:13873:13887 Dakota Mesa, Arizona 0.428868342306482297 +49537 aapg_ad_152.html aapg_ad_152.html:1793:232745:232751 Toroweap Spring Mountains National Recreation Area 0.00884254111791155963 +49538 cspg_html_6839937815 cspg_html_6839937815:133:18472:18480 Woodside Logan, Utah -0.228995739616106975 +49539 cspg_html_8334041965 cspg_html_8334041965:364:43801:43833 Chelmsford Ontario, California -0.477121254719662491 +49540 gsa_html_8549650339 gsa_html_8549650339:501:49095:49118 Edwards Hays County, Texas -0.469093158774920749 +49541 gsa_html_5924250698 gsa_html_5924250698:879:84138:84157 Bidahochi Arizona -0.0600838800976532805 +49542 aapg_ai_11.html aapg_ai_11.html:314:41965:41980 Mesaverde Colorado -0.468015132988553406 +49543 cspg_html_2062868146 cspg_html_2062868146:5:326:343 Cardium Lacombe, Alberta -0.449433936510724996 +49544 gsa_html_2645269788 gsa_html_2645269788:15:632:648 Nassau Chatham, Massachusetts -0.0456028204416603147 +49545 cspg_html_7281679890 cspg_html_7281679890:151:24690:24705 Neruokpuk Anchorage, Alaska -0.0328413551399559175 +49546 sedimentology_html_6459467691 sedimentology_html_6459467691:107:8298:8327 Elk Wisconsin -0.485369220602805185 +49547 gsa_html_8549650339 gsa_html_8549650339:632:58595:58623 Green River Iran -0.0291155791192652773 +49548 aapg_ad_337.html aapg_ad_337.html:445:48091:48106 Sespe California -0.530860251985087128 +49549 gsa_html_4033618575 gsa_html_4033618575:31:2819:2847 Green River Colorado 0.0321194176827209119 +49550 cspg_html_1814004928 cspg_html_1814004928:6:395:417 Debolt Victoria, British Columbia -0.419679650566534779 +49551 jgeology_html_5136863421 jgeology_html_5136863421:178:11024:11030 Salado Chile -0.0257872942551229771 +49552 aapg_ah_335.html aapg_ah_335.html:208:26603:26612 Conemaugh Huntington, West Virginia -0.464656465989479628 +49553 cspg_html_3328007773 cspg_html_3328007773:6:222:242 Colorado Victoria, British Columbia -0.472574788136010782 +49554 aapg_ai_28.html aapg_ai_28.html:8:1448:1456 Oakville Beaumont, Texas -0.166096146228429054 +49555 aapg_ai_91.html aapg_ai_91.html:15:2811:2826 Yegua Aldine, Texas -0.46927678392355654 +49556 geology_html_1574115242 geology_html_1574115242:36:4282:4298 Colton Arizona -0.0311226948006410493 +49557 aapg_aa_721.html aapg_aa_721.html:598:65809:65831 Marble Falls Texas -0.404820594310329573 +49558 gsa_html_8010927234 gsa_html_8010927234:167:10628:10646 Rangeley Rangeley, Maine -0.445016883536767272 +49559 cspg_html_5976982403 cspg_html_5976982403:29:5317:5332 Siyeh Purcell Mountains -0.448529529594894116 +49560 sedimentology_html_4287650745 sedimentology_html_4287650745:1004:103067:103079 Wilcox Texas -0.0249440441513266963 +49561 aapg_af_854.html aapg_af_854.html:962:135360:135381 Paint Creek Illinois -0.0511668783067136951 +49562 aapg_ai_296.html aapg_ai_296.html:398:38845:38862 Everton Sauk Village, Illinois -0.467877607461444023 +49563 gsa_html_8531594123 gsa_html_8531594123:343:48161:48180 San Joaquin Sacramento, California -0.482597909534674852 +49564 gsa_html_4067269733 gsa_html_4067269733:776:73387:73402 Bouse Yuma, Arizona -0.456355529459316345 +49565 gsa_html_2863658561 gsa_html_2863658561:14:579:585 Denver Colorado -0.447242908821281704 +49566 jgeology_html_3589217313 jgeology_html_3589217313:621:37329:37346 Hampton Eocene -0.460487277041231158 +49567 gsa_html_2272681851 gsa_html_2272681851:550:57426:57434 Columbia Vancouver -0.0332519228723545321 +49568 cspg_html_2049168857 cspg_html_2049168857:423:41296:41304 Columbia Victoria, British Columbia -0.00229308019174294993 +49569 gsa_html_9392268586 gsa_html_9392268586:168:16796:16808 Hammer Creek Cedar Mountains 0.151559712730990614 +49570 gsa_html_6143207195 gsa_html_6143207195:127:10202:10212 West Point Seattle -0.468255854243320946 +49571 cspg_html_1050448431 cspg_html_1050448431:27:5035:5043 Columbia Lacombe, Alberta -0.435661502416701596 +49572 palaios_html_5398833984 palaios_html_5398833984:859:93793:93809 Verde Logan, Utah -0.488743302412917968 +49573 cspg_html_4694482219 cspg_html_4694482219:40:4943:4960 Bearpaw Western world -0.0285868941347483252 +49574 geology_html_4022603373 geology_html_4022603373:269:23224:23232 Virginia Chesapeake Bay -0.516747144893552557 +49575 cspg_html_4687600764 cspg_html_4687600764:5:285:303 Dunvegan Lacombe, Alberta -0.464706706380762058 +49576 aapg_ai_498.html aapg_ai_498.html:91:10971:10979 Colorado Las Animas County, Colorado -0.519086321989102428 +49577 cspg_html_3874533817 cspg_html_3874533817:104:13876:13890 Edmonton Drumheller -0.52379238142074902 +49578 cspg_html_4392308496 cspg_html_4392308496:450:61174:61195 Bonaventure Nashville Basin -0.480602591853576067 +49579 jgeology_html_5803513114 jgeology_html_5803513114:138:10734:10754 Seboomook Littleton, Colorado -0.00756560119780054757 +49580 cspg_html_2650524233 cspg_html_2650524233:33:6552:6571 Whitemud Cypress Hills, Brooklyn -0.0619378811065202026 +49581 sedimentology_html_5477609609 sedimentology_html_5477609609:1335:84249:84284 Lake Valley Sacramento Mountains (California) -0.0524011772686955382 +49582 gsa_html_5773121689 gsa_html_5773121689:26:2110:2119 Extension Quebec City -0.0406396375841217364 +49583 aapg_ae_594.html aapg_ae_594.html:553:58146:58153 El Paso Texas 0.0285799378953653545 +49584 aapg_ae_605.html aapg_ae_605.html:103:14360:14376 Salina Mississinewa River -0.014941203695627946 +49585 aapg_ah_519.html aapg_ah_519.html:199:20899:20907 Cloverly Cheyenne, Wyoming -0.00473211949273434716 +49586 palaios_html_5334521487 palaios_html_5334521487:688:67825:67843 Golconda Bloomington, Illinois -0.0408537810405160198 +49587 sedimentology_html_8404795181 sedimentology_html_8404795181:421:33351:33361 Washington Seattle -0.401404617367342786 +49588 aapg_ae_365.html aapg_ae_365.html:4:656:672 Kinderhook Nemaha County, Kansas -0.057382412068765952 +49589 gsa_html_5293445820 gsa_html_5293445820:78:7729:7737 Columbia Victoria, British Columbia 0.932281416136957697 +49590 gsa_html_1217771406 gsa_html_1217771406:1065:98567:98580 Santa Barbara Southern California -0.0185558826483486587 +49591 gsa_html_6279217599 gsa_html_6279217599:140:13198:13226 Green River Iran -0.028708628918134603 +49592 aapg_aa_598.html aapg_aa_598.html:17:2610:2617 Thaynes Cheyenne, Wyoming -0.435679199475508039 +49593 aapg_ae_584.html aapg_ae_584.html:658:62703:62712 San Diego California -0.482784406317177284 +49594 aapg_ah_753.html aapg_ah_753.html:143:24600:24620 Boss Point New Brunswick, New Jersey -0.503471624767146686 +49595 aapg_ak_96.html aapg_ak_96.html:75:7839:7860 Wills Creek Middle Ordovician -0.444844842741709823 +49596 geology_html_6663105863 geology_html_6663105863:62:6828:6834 Sierra Salinas, California -0.439258669305734428 +49597 aapg_ae_324.html aapg_ae_324.html:16:2248:2255 Holston Knoxville, Illinois -0.459919224612040101 +49598 gsa_html_9106605745 gsa_html_9106605745:617:51603:51616 Marble Canyon Arizona -0.449451899065432481 +49599 aapg_af_575.html aapg_af_575.html:686:94067:94074 Graford Missouri River -0.439098796420780313 +49600 sedimentology_html_7724789034 sedimentology_html_7724789034:1915:129704:129737 Grosmont Lacombe, Alberta -0.0415049470252112224 +49601 AMJC_html_4692260170 AMJC_html_4692260170:983:100213:100217 Hall Portland, Maine -0.46567095948211501 +49602 cspg_html_7409170811 cspg_html_7409170811:263:40180:40186 Exshaw Lacombe, Alberta 0.00619140699389484142 +49603 cspg_html_9501006975 cspg_html_9501006975:568:57981:58001 Colorado Lacombe, Alberta -0.484534784604727431 +49604 gsa_html_7040053075 gsa_html_7040053075:969:106094:106113 Duarte Puente Hills Mall -0.490195451192383946 +49605 palaios_html_3028956190 palaios_html_3028956190:109:12317:12335 Collingwood Georgian Bay -0.434637853624058046 +49606 aapg_ae_76.html aapg_ae_76.html:196:19482:19490 Wolfcamp Delaware 0.00573971941669260566 +49607 cspg_html_8588503765 cspg_html_8588503765:564:65514:65544 Cumberland Bridgetown, Nova Scotia -0.4597920302667165 +49608 gsa_html_2599070930 gsa_html_2599070930:867:78239:78267 Green River Colorado 0.026065490438927353 +49609 aapg_ae_282.html aapg_ae_282.html:10:1749:1760 Monongahela Waynesburg, Pennsylvania -0.471819338906025898 +49610 sedimentology_html_9968607362 sedimentology_html_9968607362:584:41646:41650 Hall London, Ontario -0.492225096233327442 +49611 cspg_html_5484260516 cspg_html_5484260516:962:75584:75595 Banff Savoy Hotel -0.410536443540969742 +49612 aapg_ae_330.html aapg_ae_330.html:20:2895:2903 Onondaga Pennsylvania -0.486398776993572868 +49613 gsa_html_5773604426 gsa_html_5773604426:296:29509:29521 Wilcox Middle East -0.445157668105484183 +49614 aapg_ae_369.html aapg_ae_369.html:66:8492:8502 Tuscaloosa Tuscaloosa, Alabama -0.423085635093811196 +49615 gsa_html_7932638920 gsa_html_7932638920:784:79791:79818 Cantwell Anchorage, Alaska -0.457152280296754032 +49616 aapg_ae_60.html aapg_ae_60.html:291:31717:31722 Mt Lytton Colorado -0.43347626990885002 +49617 aapg_ah_505.html aapg_ah_505.html:1729:141950:141958 Colorado Colorado -0.461089806729199636 +49618 aapg_aa_626.html aapg_aa_626.html:350:36958:36971 Potomac Maryland -0.442154460642950498 +49619 aapg_ai_322.html aapg_ai_322.html:283:26371:26381 San Andres Bogota, New Jersey -0.433403442682278373 +49620 aapg_ai_54.html aapg_ai_54.html:104:11423:11443 Tuscaloosa Tuscaloosa, Alabama -0.43911211811260753 +49621 aapg_ah_646.html aapg_ah_646.html:40:5546:5562 Chinle Chinle Formation -0.445050401719124078 +49622 AMJC_html_4692260170 AMJC_html_4692260170:839:91562:91570 Billings New Hampshire -0.493905230900802183 +49623 cspg_html_7779401416 cspg_html_7779401416:221:27003:27015 Neahga Manitoulin Island -0.0268166470016257402 +49624 aapg_ae_611.html aapg_ae_611.html:54:6272:6290 Entrada Kayenta, Arizona 0.00619140699389484142 +49625 sedimentology_html_1046729113 sedimentology_html_1046729113:2396:177409:177426 Cardium Canada 0.0128699558541004178 +49626 aapg_ah_49.html aapg_ah_49.html:214:23252:23263 Mint Canyon San Gabriel Valley -0.0229847531233617133 +49627 gsa_html_6062330506 gsa_html_6062330506:397:41282:41298 Salado Western world -0.457963336268268129 +49628 geology_html_1599906578 geology_html_1599906578:11:471:481 Washington Ellensburg, Washington -0.0341705352496151776 +49629 gsa_html_1923206392 gsa_html_1923206392:1021:79268:79296 Green River Colorado 0.0164877985803283875 +49630 aapg_ah_633.html aapg_ah_633.html:122:17070:17090 Catahoula Mississippi River -0.104303549345685184 +49631 aapg_ah_620.html aapg_ah_620.html:45:7363:7375 Granite Wash Lacombe, Alberta -0.452544485991732914 +49632 aapg_ac_333.html aapg_ac_333.html:250:32371:32375 Rico Hermosa, Chicago -0.440265166942118702 +49633 gsa_html_3436154175 gsa_html_3436154175:688:57271:57279 Columbia Washington (state) -0.461601707643698789 +49634 cspg_html_6644065685 cspg_html_6644065685:207:21331:21356 Weatherall Banks Island -0.471193362251331016 +49635 sedimentology_html_8555942750 sedimentology_html_8555942750:607:30139:30161 Colorado Mexico -0.476269297170336003 +49636 gsa_html_2422494332 gsa_html_2422494332:721:69067:69075 San Jose California -0.00530888185460337992 +49637 aapg_ad_802.html aapg_ad_802.html:59:7253:7263 Tuscaloosa Selma to Montgomery marches 0.0445524781498607414 +49638 gsa_html_5253952002 gsa_html_5253952002:100:11706:11713 Prairie Shreveport, Louisiana -0.426510306242507076 +49639 cspg_html_6134774167 cspg_html_6134774167:508:50931:50939 Montreal Quebec City -0.0854571938224106542 +49640 gsa_html_4557277250 gsa_html_4557277250:412:39659:39675 Navajo Logan, Utah -0.455310861563052449 +49641 geology_html_9687641771 geology_html_9687641771:220:20202:20210 Montreal Regina, Saskatchewan -0.0649505322578053934 +49642 cspg_html_4242149791 cspg_html_4242149791:199:28942:28960 Deadwood Lacombe, Alberta -0.0314131796301364494 +49643 palaios_html_8120466420 palaios_html_8120466420:56:6873:6904 Poleta Reno, Nevada 0.34021736158817989 +49644 aapg_ac_995.html aapg_ac_995.html:352:28635:28654 Morehouse Shreveport, Louisiana -0.0182917127831857887 +49645 gsa_html_5902364273 gsa_html_5902364273:122:9398:9408 Santa Cruz Bolivia -0.463307888475886887 +49646 cspg_html_8279079445 cspg_html_8279079445:146:18332:18345 Turner Valley Lacombe, Alberta -0.0437617592369742014 +49647 aapg_af_406.html aapg_af_406.html:128:12566:12586 Twin Creek Cheyenne, Wyoming -0.477512787064485633 +49648 aapg_ah_234.html aapg_ah_234.html:147:16162:16167 Cibao San Juan, Argentina -0.494670894236060144 +49649 cspg_html_2863271815 cspg_html_2863271815:330:33597:33613 Guelph Ontario, California -0.138161299464445636 +49650 gsa_html_6317284187 gsa_html_6317284187:828:70990:70999 Extension Victoria, British Columbia -0.470924237538710877 +49651 aapg_aa_143.html aapg_aa_143.html:491:63321:63352 Madison Boise, Idaho -0.52379238142074902 +49652 cspg_html_3831007171 cspg_html_3831007171:9:685:692 Wabamun Edmonton, London 0.00496317135517138856 +49653 cspg_html_3579312067 cspg_html_3579312067:587:60148:60156 Montreal Quebec City -0.433368134539702354 +49654 gsa_html_1549665076 gsa_html_1549665076:548:53691:53701 Washington Ellensburg, Washington -0.461271782333034175 +49655 sedimentology_html_7244311893 sedimentology_html_7244311893:1067:57209:57226 Wapiabi Canada -0.479521879225688563 +49656 aapg_ah_260.html aapg_ah_260.html:86:11323:11339 Carmel Colorado Plateau 0.0879539144465768252 +49657 palaios_html_6609177739 palaios_html_6609177739:19:1589:1599 Washington San Juan Islands -0.428824418473081392 +49658 aapg_ac_499.html aapg_ac_499.html:9:1124:1132 Colorado Colorado -0.473856858113634927 +49659 cspg_html_8089302449 cspg_html_8089302449:563:98794:98805 Slave Point Manitoba -0.44751173936929356 +49660 aapg_af_84.html aapg_af_84.html:16:1304:1310 Oregon California -0.0651025153851810395 +49661 aapg_ak_7.html aapg_ak_7.html:59:5616:5620 Kent Africa -0.0381033635608957824 +49662 gsa_html_3010975239 gsa_html_3010975239:359:45145:45153 Michigan Michigan -0.441686785632637413 +49663 cspg_html_8767215556 cspg_html_8767215556:39:4333:4344 Peace River Lacombe, Alberta -0.505033248180269401 +49664 cspg_html_8964522233 cspg_html_8964522233:31:3992:4000 Columbia Arkansas -0.452882496357985831 +49665 cspg_html_8988103418 cspg_html_8988103418:7:722:739 Cardium Victoria, British Columbia -0.0128247793458777584 +49666 aapg_af_854.html aapg_af_854.html:552:75230:75246 Warsaw Edwardsville, Illinois -0.00843600125931864668 +49667 cspg_html_3501550466 cspg_html_3501550466:247:36009:36023 Woodbend Lacombe, Alberta -0.481905893496514026 +49668 aapg_ad_660.html aapg_ad_660.html:239:35258:35266 Carlsbad Carlsbad, New Mexico -0.501793700638435203 +49669 aapg_ai_688.html aapg_ai_688.html:55:8088:8108 Shawangunk Pennsylvania -0.0321089803604246438 +49670 gsa_html_4113859081 gsa_html_4113859081:16:822:834 Owens Valley Sierra Nevada (Spain) -0.0125780473264796473 +49671 sedimentology_html_7306682302 sedimentology_html_7306682302:895:39334:39358 Protection Helsinki -0.465273249433996894 +49672 sedimentology_html_6084996636 sedimentology_html_6084996636:570:58489:58498 San Diego California -0.00920738787404935463 +49673 geology_html_5875735156 geology_html_5875735156:128:10356:10364 Caldwell Texas -0.066601598094393713 +49674 aapg_ai_287.html aapg_ai_287.html:142:17881:17908 San Onofre Breccia Whittier, Alaska -0.0721891522884908071 +49675 geology_html_6051364759 geology_html_6051364759:259:21697:21715 Judith River Regina, Saskatchewan 0.380331837707593823 +49676 sedimentology_html_8676139096 sedimentology_html_8676139096:88:7063:7081 Provo Switzerland -0.4852429512232731 +49677 aapg_ae_741.html aapg_ae_741.html:240:27034:27051 Shublik Anchorage, Alaska 0.052252980591117909 +49678 aapg_ah_877.html aapg_ah_877.html:558:63973:63993 Toro Chile 0.0102845739324917348 +49679 gsa_html_4380249687 gsa_html_4380249687:554:47523:47551 Green River Colorado -0.425516196002090841 +49680 aapg_ai_105.html aapg_ai_105.html:515:61493:61509 Morgan Des Moines, Washington -0.442548827459522287 +49681 gsa_html_9053175553 gsa_html_9053175553:78:10574:10593 Flagstaff Carmel, Indiana -0.0581780758460495664 +49682 aapg_ai_602.html aapg_ai_602.html:1941:213587:213593 Nassau North Carolina -0.483047901936257684 +49683 aapg_ac_662.html aapg_ac_662.html:14:2030:2048 Arcturus Kaibab, Arizona -0.0247441052038830135 +49684 sedimentology_html_9906287852 sedimentology_html_9906287852:412:38114:38122 Adaville Cheyenne, Wyoming -0.456391730122837791 +49685 sedimentology_html_9708366274 sedimentology_html_9708366274:693:58317:58323 Brazil Brejo do Cruz -0.0544954389304434447 +49686 sedimentology_html_1728853853 sedimentology_html_1728853853:1223:75872:75878 Morgan Manitoba -0.492342974330111982 +49687 aapg_ae_886.html aapg_ae_886.html:10:1321:1337 Todilto New Mexico -0.0354494130936665666 +49688 sedimentology_html_3841637081 sedimentology_html_3841637081:1251:56492:56520 Wabamun Lacombe, Alberta -0.481575226969792936 +49689 sedimentology_html_1146501952 sedimentology_html_1146501952:105:5602:5613 Montpellier Languedoc-Roussillon -0.510672873014662465 +49690 aapg_ad_52.html aapg_ad_52.html:633:68309:68327 Michigan Michigan -0.470181697121159758 +49691 aapg_ai_328.html aapg_ai_328.html:350:36834:36855 Lake Valley Rift Valley lakes -0.0829688923513382803 +49692 aapg_aa_315.html aapg_aa_315.html:138:12894:12901 Norfolk Newport, Rhode Island -0.445984933244691462 +49693 aapg_ah_180.html aapg_ah_180.html:98:11317:11335 Catskill West Branch Susquehanna River -0.462576268150975078 +49694 cspg_html_5973552270 cspg_html_5973552270:59:8192:8213 Slave Point Swan Hill, Victoria -0.454847705403765845 +49695 aapg_ae_498.html aapg_ae_498.html:1045:107918:107926 Virginia Middle Ordovician -0.480644453081816247 +49696 aapg_ai_437.html aapg_ai_437.html:20:1739:1752 Nacatoch Austin, Chicago 0.00112916628904579774 +49697 cspg_html_4287356899 cspg_html_4287356899:2544:288241:288247 Oregon Salem, Oregon -0.0331684163736417556 +49698 gsa_html_3436154175 gsa_html_3436154175:1288:101093:101121 Green River Iran 0.0217366323453636913 +49699 cspg_html_6984906794 cspg_html_6984906794:1056:70068:70076 Bullhead Lacombe, Alberta -0.484310536940914471 +49700 aapg_ah_318.html aapg_ah_318.html:2096:187296:187305 Huizachal Matamoros, Tamaulipas -0.517959661345332334 +49701 aapg_ad_169.html aapg_ad_169.html:72:9480:9500 Greenbrier Huntington, West Virginia -0.479772763003628699 +49702 cspg_html_4773367370 cspg_html_4773367370:304:24032:24048 Viking Lacombe, Alberta -0.01223054087335982 +49703 sedimentology_html_6473571818 sedimentology_html_6473571818:886:76055:76090 Kingston Peak Death Valley -0.440280728439214952 +49704 cspg_html_1025724640 cspg_html_1025724640:90:15394:15413 Beekmantown Ontario, California -0.00655275945491847703 +49705 aapg_af_568.html aapg_af_568.html:478:40100:40112 Beaver Creek Cheyenne, Wyoming -0.43511527002590783 +49706 aapg_ai_975.html aapg_ai_975.html:1254:97198:97215 Edwards Barnes, London -0.0571939795181882898 +49707 aapg_ah_647.html aapg_ah_647.html:526:57225:57244 Horquilla Missouri River -0.0341270386384278437 +49708 cspg_html_1118978429 cspg_html_1118978429:459:44957:44960 Elk Arctic Cordillera -0.474069180634086484 +49709 jgeology_html_4305195651 jgeology_html_4305195651:569:69511:69522 Mauch Chunk Pocono Raceway -7.99101848956195929e-05 +49710 geology_html_8422648497 geology_html_8422648497:261:20717:20721 Bond North Atlantic Current -0.435714594595624227 +49711 aapg_aa_487.html aapg_aa_487.html:70:7014:7021 Waverly Ohio -0.439098796420780313 +49712 cspg_html_8145657505 cspg_html_8145657505:313:44735:44743 Columbia Victoria, British Columbia -0.0477788324631043676 +49713 gsa_html_5394777952 gsa_html_5394777952:545:54800:54828 Green River Colorado 0.0155598297326953513 +49714 cspg_html_2820961138 cspg_html_2820961138:585:61152:61168 Viking Lacombe, Alberta -0.496649713850252028 +49715 aapg_ac_333.html aapg_ac_333.html:1196:142788:142814 Dolores Colorado -0.0907822414057088134 +49716 cspg_html_5976982403 cspg_html_5976982403:19:3416:3428 Purcell Lava Cranbrook, British Columbia -0.472678482936493838 +49717 aapg_ah_244.html aapg_ah_244.html:172:21904:21910 Jordan Jurf Kas Sukr Bridge 0.00496143412054320457 +49718 aapg_ad_2.html aapg_ad_2.html:306:46360:46367 Raritan Closter, New Jersey -0.455227249960310998 +49719 aapg_ai_863.html aapg_ai_863.html:16:2353:2359 Reklaw Carrizo Plain -0.46326000708216164 +49720 aapg_af_131.html aapg_af_131.html:314:30517:30524 Rustler Santa Rosa, California 0.971002499721035361 +49721 aapg_af_704.html aapg_af_704.html:186:17627:17641 Mission Canyon Red River of the North -0.416034190533336901 +49722 aapg_ae_103.html aapg_ae_103.html:505:42656:42664 Richmond Knoxville, Tennessee -0.439165406786194035 +49723 aapg_ai_477.html aapg_ai_477.html:67:7645:7656 Peace River Lacombe, Alberta -0.481766159765426027 +49724 sedimentology_html_5394177563 sedimentology_html_5394177563:593:43142:43152 Washington Seattle -0.432752661482583012 +49725 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8922:8942 Success Regina, Saskatchewan -0.4597965726108596 +49726 gsa_html_5293445820 gsa_html_5293445820:737:75656:75683 Nasina West Point, New York -0.0404516132545933438 +49727 aapg_af_397.html aapg_af_397.html:501:58026:58033 Entrada Entrada Sandstone -0.433149694842684174 +49728 aapg_ah_246.html aapg_ah_246.html:79:8505:8513 Virginia Ohio -0.0213125005692229447 +49729 sedimentology_html_1568456861 sedimentology_html_1568456861:124:11869:11889 Toro Western world -0.0527882465150959351 +49730 aapg_ai_594.html aapg_ai_594.html:5:546:553 Manitou Fremont, California -0.0369546842337877615 +49731 palaios_html_4501603736 palaios_html_4501603736:112:10717:10734 Thaynes Reno, Nevada -0.464656465989479628 +49732 cspg_html_6163691495 cspg_html_6163691495:924:83673:83681 Colorado Denver -0.494538507684199602 +49733 palaios_html_8064020973 palaios_html_8064020973:234:26466:26475 St. Johns Arizona -0.467194881190696076 +49734 aapg_ai_230.html aapg_ai_230.html:39:3553:3557 Wise Fort Worth, Texas -0.0257194847392249668 +49735 gsa_html_6861599329 gsa_html_6861599329:947:82274:82300 Chuckanut Washington (state) -0.041445748202081481 +49736 sedimentology_html_3377159939 sedimentology_html_3377159939:700:44220:44224 Hall London, Ontario -0.447357152169087058 +49737 aapg_ad_427.html aapg_ad_427.html:76:7606:7614 Woodbine Paluxy, Texas -0.455252106655251121 +49738 cspg_html_1188455526 cspg_html_1188455526:96:16024:16052 Hare Fiord Ellesmere Island -0.0606843621333682456 +49739 aapg_af_561.html aapg_af_561.html:458:43483:43500 Wasatch Wasatch Range 0.0329805289898998238 +49740 aapg_ai_107.html aapg_ai_107.html:147:14044:14053 Smackover Hunt County, Texas -0.508016392831686092 +49741 cspg_html_6964953392 cspg_html_6964953392:263:33697:33708 Buick Creek Valhalla, New York -0.501052480963019353 +49742 aapg_ad_800.html aapg_ad_800.html:163:20346:20356 Tuscaloosa Western world -0.41518503935183998 +49743 gsa_html_6413722646 gsa_html_6413722646:97:11018:11033 Pethei Canada -0.0355642585385362378 +49744 aapg_ae_993.html aapg_ae_993.html:51:6470:6512 Basal Cheyenne, Wyoming -0.428967178358428958 +49745 gsa_html_8271829751 gsa_html_8271829751:13:634:644 Washington Ellensburg, Washington -0.475473655949527896 +49746 cspg_html_5807593737 cspg_html_5807593737:27:4335:4374 Beaverhill Canada -0.458641287983651336 +49747 AMJC_html_1927572275 AMJC_html_1927572275:829:59740:59749 San Diego California -0.48312719960823608 +49748 gsa_html_1040524378 gsa_html_1040524378:979:95651:95661 Washington Boise, Idaho -0.0492670174484324749 +49749 aapg_aa_261.html aapg_aa_261.html:74:9772:9796 Mission Canyon Cheyenne, Wyoming 0.342911973516983659 +49750 AMJC_html_5421639085 AMJC_html_5421639085:480:52754:52762 Columbia Columbia District -0.455957418074169007 +49751 geology_html_8165119300 geology_html_8165119300:95:11524:11534 Fall River Sierra Foothills AVA -0.441419648744354465 +49752 aapg_ae_33.html aapg_ae_33.html:286:29735:29745 Brownstown Saratoga, California -0.485406637327558677 +49753 cspg_html_9778753186 cspg_html_9778753186:150:22449:22459 Mill Creek Lacombe, Alberta -0.472881299388360321 +49754 geology_html_3305988371 geology_html_3305988371:17:946:952 Toledo Toledo, Spain -0.0746718692135272255 +49755 cspg_html_6163691495 cspg_html_6163691495:412:39104:39117 Madison Cheyenne, Wyoming -0.505322937852164866 +49756 aapg_ai_49.html aapg_ai_49.html:245:29213:29220 Kayenta Colorado -0.422559678409717754 +49757 palaios_html_9507397379 palaios_html_9507397379:10:439:464 Barstow Southern California -0.479459169650376604 +49758 jgeology_html_6388378441 jgeology_html_6388378441:311:23771:23777 Berino Wisconsin -0.471432653520514666 +49759 aapg_ac_941.html aapg_ac_941.html:31:3694:3707 Blue Mountain Uinta Mountains -0.0122896166911195832 +49760 cspg_html_2055345483 cspg_html_2055345483:183:28108:28147 Mount Wilson Middle East -0.445984933244691462 +49761 aapg_ae_68.html aapg_ae_68.html:285:32712:32718 Morgan Ogden, Utah -0.428789280868512646 +49762 aapg_ad_400.html aapg_ad_400.html:196:18892:18910 Woodside Shale Cheyenne, Wyoming 0.0145380623395336504 +49763 aapg_ai_975.html aapg_ai_975.html:365:33140:33155 Sligo Mexico 0.415707006528475753 +49764 cspg_html_2035826481 cspg_html_2035826481:33:3050:3071 Goose Fiord Devon Island -0.0349187039582129002 +49765 aapg_ah_820.html aapg_ah_820.html:125:8779:8794 Basal Cambridge -0.465616092314337648 +49766 aapg_ae_454.html aapg_ae_454.html:151:13050:13067 Bossier Shreveport, Louisiana 0.00906492352307306827 +49767 cspg_html_6024623535 cspg_html_6024623535:10:1361:1369 Cochrane Lacombe, Alberta -0.0198420227136738916 +49768 aapg_ah_157.html aapg_ah_157.html:244:34457:34472 Maquoketa Illinois 0.0289434063312669736 +49769 aapg_af_577.html aapg_af_577.html:292:22727:22735 Carlsbad Salado, Texas -0.456661018199272462 +49770 aapg_aa_731.html aapg_aa_731.html:285:37560:37569 Cow Bayou Marthaville, Louisiana -0.0327735084996737119 +49771 gsa_html_4067269733 gsa_html_4067269733:667:59694:59700 Toroweap Grand Canyon -0.0344697965895258002 +49772 geology_html_4231431479 geology_html_4231431479:213:16788:16828 Bruce Perth, Western Australia -0.464569693827358687 +49773 aapg_af_128.html aapg_af_128.html:294:31539:31549 Phosphoria East Asia -0.437155869458127733 +49774 aapg_ae_973.html aapg_ae_973.html:457:33407:33415 Wolfcamp Nashville Basin -0.474133810779439169 +49775 gsa_html_9299329909 gsa_html_9299329909:1104:100322:100329 Bathtub California -0.0357069470350891913 +49776 cspg_html_4287356899 cspg_html_4287356899:3953:391939:391947 Lisburne Anchorage, Alaska -0.0212255895810763706 +49777 aapg_ac_924.html aapg_ac_924.html:19:3197:3206 Owl Creek Cheyenne, Wyoming -0.144487661574163678 +49778 palaios_html_2736581987 palaios_html_2736581987:546:57374:57405 Chinle Arizona -0.46168136305604579 +49779 aapg_ai_17.html aapg_ai_17.html:1418:98725:98738 Chattahoochee Texas -0.481777803377517411 +49780 geology_html_4781601757 geology_html_4781601757:251:24148:24156 Rockwell California -0.0538170462628818486 +49781 geology_html_3231430262 geology_html_3231430262:14:808:816 Prospect Vladivostok -0.429055041262400905 +49782 aapg_ac_333.html aapg_ac_333.html:1018:122769:122777 Toroweap Grand Canyon -0.416376659595793952 +49783 jgeology_html_1836103970 jgeology_html_1836103970:230:17901:17922 New Glasgow Chandler, Arizona -0.0165121278486362495 +49784 aapg_ah_617.html aapg_ah_617.html:88:8448:8474 Phosphoria Populus sect. Aegiros -0.427137083793760253 +49785 cspg_html_1166855658 cspg_html_1166855658:34:4176:4190 Woodbend Western world -0.440247382693200906 +49786 aapg_ae_660.html aapg_ae_660.html:80:10567:10584 Smackover Alabama 0.0321194176827209119 +49787 aapg_af_652.html aapg_af_652.html:78:8389:8395 Casper Cheyenne, Wyoming -0.444295421139491553 +49788 cspg_html_7970836465 cspg_html_7970836465:461:49859:49876 Macasty Anticosti Island -0.429105566113656023 +49789 gsa_html_7199417381 gsa_html_7199417381:516:51411:51419 Loveland Iowa -0.233538395924086983 +49790 cspg_html_2954223000 cspg_html_2954223000:267:37958:37967 Williston Michigan -0.472823676298187945 +49791 aapg_aa_948.html aapg_aa_948.html:3:160:176 Salado New Mexico -0.43060716238884611 +49792 aapg_ah_635.html aapg_ah_635.html:464:61057:61063 Seward Peru, Indiana 0.00892245965980600214 +49793 cspg_html_6193252551 cspg_html_6193252551:133:20389:20406 Romaine Anticosti Island -0.491897481315385909 +49794 aapg_ai_699.html aapg_ai_699.html:30:5825:5844 Fort Ann Bennington, Vermont 0.326710461053826784 +49795 gsa_html_9766864448 gsa_html_9766864448:29:2796:2824 Green River Colorado 0.0190616385206432704 +49796 aapg_ae_958.html aapg_ae_958.html:2168:187838:187856 Carlsbad Carlsbad, New Mexico -0.472501057082917231 +49797 aapg_ad_318.html aapg_ad_318.html:75:11647:11665 Salamonie Dolomite Bloomington, Indiana -0.0375812203233935049 +49798 cspg_html_3554431164 cspg_html_3554431164:13:1416:1431 Alexo Rocky Mountains -0.499512563259915887 +49799 palaios_html_2994452429 palaios_html_2994452429:818:82439:82455 Liard Victoria, British Columbia -0.163638434610939187 +49800 aapg_ac_333.html aapg_ac_333.html:269:35192:35215 Honaker San Juan Mountains -0.473081857330366395 +49801 cspg_html_8532932475 cspg_html_8532932475:27:4517:4534 Bluesky Lacombe, Alberta -0.477158315306099867 +49802 palaios_html_7179643765 palaios_html_7179643765:731:64456:64462 Ithaca Trinidad and Tobago -0.0661612673906548932 +49803 jgeology_html_3686050500 jgeology_html_3686050500:947:84040:84062 Judith River Lacombe, Alberta -0.037441986726546049 +49804 aapg_aa_37.html aapg_aa_37.html:167:20398:20416 Arcturus Supai, Arizona -0.41964702171351137 +49805 aapg_ad_801.html aapg_ad_801.html:354:37779:37786 Bentley Montgomery (town), New York -0.00965910742103491191 +49806 cspg_html_1065856149 cspg_html_1065856149:29:2948:2959 Peace River Pine River (Michigan) -0.00871745152629535731 +49807 gsa_html_3648258377 gsa_html_3648258377:755:69538:69556 Magothy Mount Laurel Township, New Jersey -0.45230795361337589 +49808 geology_html_2393919492 geology_html_2393919492:22:1628:1636 Colorado Denver -0.496915172747898759 +49809 cspg_html_3966956195 cspg_html_3966956195:453:39540:39565 Elk Texas -0.467889067103673728 +49810 gsa_html_1954639412 gsa_html_1954639412:18:1343:1351 Parkwood Ouachita Parish, Louisiana -0.0103905567969635754 +49811 cspg_html_3097746547 cspg_html_3097746547:475:59105:59120 Swift Lacombe, Alberta 0.365105959397342084 +49812 aapg_aa_381.html aapg_aa_381.html:43:6057:6077 Monterey Monterey, California 0.0604120433703722454 +49813 aapg_aa_736.html aapg_aa_736.html:224:22488:22514 Traverse Michigan -0.00936896389642591365 +49814 cspg_html_7866465429 cspg_html_7866465429:6:261:289 Kishenehn South Fork Flathead River -0.0672971107192817247 +49815 aapg_ad_721.html aapg_ad_721.html:581:55440:55452 Seven Rivers Carlsbad, New Mexico -0.00219579757813341547 +49816 aapg_ah_773.html aapg_ah_773.html:126:7432:7453 Bird Spring Reno, Nevada -0.065469387622686781 +49817 palaios_html_7274959329 palaios_html_7274959329:834:59706:59720 Beaufort South Africa -0.425450542305663815 +49818 aapg_aa_696.html aapg_aa_696.html:742:78860:78877 Hermosa Cleveland -0.502814850475143738 +49819 cspg_html_3926542795 cspg_html_3926542795:266:35300:35315 Leduc Swan Hill, Victoria 1.03648854769202869 +49820 aapg_ae_939.html aapg_ae_939.html:452:20277:20285 Carlsbad El Capitan -0.47601017133294582 +49821 jgeology_html_6882545802 jgeology_html_6882545802:135:9363:9374 Kope Netherlands -0.470409220225314617 +49822 cspg_html_2784057671 cspg_html_2784057671:556:64784:64802 Hesquiat Victoria, British Columbia -0.19885085457401433 +49823 gsa_html_1374900442 gsa_html_1374900442:12:517:524 Madison Wisconsin -0.454610570976523354 +49824 gsa_html_8881958017 gsa_html_8881958017:90:11101:11109 Columbia Victoria, British Columbia -0.445106268068768518 +49825 aapg_aa_745.html aapg_aa_745.html:62:8310:8325 Diablo Nashville Basin -0.435767689782418699 +49826 aapg_aa_332.html aapg_aa_332.html:16:1935:1943 Sundance Cheyenne, Wyoming -0.439103236963543697 +49827 aapg_ah_364.html aapg_ah_364.html:79:6650:6658 Traverse Detroit River International Wildlife Refuge -0.0313696934317686249 +49828 aapg_ae_958.html aapg_ae_958.html:2355:200872:200889 Rustler Salado, Texas -0.0762471596013979958 +49829 aapg_ac_896.html aapg_ac_896.html:152:12044:12050 Annona Saratoga, California -0.0125641469917892202 +49830 aapg_ae_705.html aapg_ae_705.html:294:28274:28281 Casitas Upson County, Georgia -0.0470470415347230275 +49831 aapg_aa_745.html aapg_aa_745.html:90:11292:11295 Abo Delaware -0.022564066972144893 +49832 aapg_ai_907.html aapg_ai_907.html:44:7247:7257 Missisauga Logan Canyon -0.0162740496879429895 +49833 aapg_ae_93.html aapg_ae_93.html:100:16120:16137 Fernie Kootenay River -0.418510049162339692 +49834 aapg_ac_832.html aapg_ac_832.html:82:11062:11071 Interlake Williston, Vermont -0.399032892309526876 +49835 aapg_ah_5.html aapg_ah_5.html:2097:131512:131518 Reston Ottawa, Kansas 0.00920043838208298506 +49836 AMJC_html_7141186441 AMJC_html_7141186441:1785:158825:158831 Denver Colorado -0.474992922950619234 +49837 cspg_html_1312400675 cspg_html_1312400675:242:28179:28185 Battle Edmonton, London -0.0293555813701503708 +49838 aapg_aa_305.html aapg_aa_305.html:146:22335:22355 Citronelle Alabama 0.374402739449963939 +49839 cspg_html_4516258038 cspg_html_4516258038:485:54374:54388 Beverley Inlet Bathurst Island (Northern Territory) -0.451740527107044376 +49840 aapg_ac_536.html aapg_ac_536.html:681:70377:70401 Mission Canyon Coral reef 0.695516620758290571 +49841 aapg_af_509.html aapg_af_509.html:220:30400:30406 Sierra Chihuahua (state) -0.0308043870775981631 +49842 aapg_ac_808.html aapg_ac_808.html:118:14141:14169 San Andres West Texas 0.0520315629787012415 +49843 aapg_ad_745.html aapg_ad_745.html:53:6472:6480 Niobrara Smoky Hill River -0.410536443540969742 +49844 sedimentology_html_8717639424 sedimentology_html_8717639424:577:37825:37846 Cliff House New Mexico -0.0754787060932160803 +49845 gsa_html_5664265459 gsa_html_5664265459:1012:98734:98740 Oregon Steens Mountain Wilderness -0.469028899015838996 +49846 cspg_html_9343899465 cspg_html_9343899465:871:79669:79684 Melville Island Banks Island -0.0209613827792686502 +49847 aapg_aa_409.html aapg_aa_409.html:102:10431:10441 San Andres Sincelejo -0.0162966409406991447 +49848 aapg_ac_881.html aapg_ac_881.html:45:5269:5287 Deadwood Williston, Vermont 0.758526893996508189 +49849 cspg_html_2929384614 cspg_html_2929384614:541:58072:58080 Columbia Lacombe, Alberta -0.49119789377684242 +49850 cspg_html_1336185084 cspg_html_1336185084:49:5603:5623 Clearwater CFB Cold Lake -0.446029671493266278 +49851 palaios_html_8449544506 palaios_html_8449544506:13:577:589 Rhode Island Kingston, Jamaica -0.482987267474293158 +49852 aapg_ai_688.html aapg_ai_688.html:436:47569:47584 Rochester Lockport (city), New York -0.494670894236060144 +49853 aapg_af_854.html aapg_af_854.html:368:47272:47292 Keokuk Iowa -0.187431184812663104 +49854 aapg_ac_781.html aapg_ac_781.html:33:4530:4543 Barnett Texas -0.0327735084996737119 +49855 aapg_aa_914.html aapg_aa_914.html:89:11235:11247 Marble Falls Atoka, Oklahoma -0.00922476160912374769 +49856 aapg_ae_789.html aapg_ae_789.html:53:6995:7002 Wabamun Lacombe, Alberta 0.017290678321703834 +49857 aapg_aa_851.html aapg_aa_851.html:141:13068:13085 Renault Harrodsburg, Indiana -0.431080339422081793 +49858 aapg_ah_644.html aapg_ah_644.html:385:46053:46062 Gull Lake Regina, Saskatchewan -0.44255997020698512 +49859 aapg_ad_146.html aapg_ad_146.html:214:17695:17703 Colorado White River (Washington) -0.465561228542891226 +49860 aapg_ae_492.html aapg_ae_492.html:288:24759:24767 Colorado Denver -0.0378527313954509156 +49861 gsa_html_3445493534 gsa_html_3445493534:59:7210:7228 Monterey Monterey, California -0.455876007847145159 +49862 gsa_html_4873957926 gsa_html_4873957926:1044:114218:114226 Colorado San Juan, Argentina -0.0911879488402320554 +49863 aapg_ah_575.html aapg_ah_575.html:553:42646:42651 Colon Las Cruces, New Mexico -0.469051848391689397 +49864 aapg_aa_797.html aapg_aa_797.html:125:15753:15760 Gateway Colorado 0.0117544633662148706 +49865 aapg_aa_148.html aapg_aa_148.html:34:5331:5348 Entrada Mancos, Colorado -0.410654977258053444 +49866 gsa_html_4012649500 gsa_html_4012649500:868:79699:79707 Columbia Victoria, British Columbia -0.0130645631501062637 +49867 aapg_aa_991.html aapg_aa_991.html:18:2258:2265 Carrizo Oakville, California 0.0119525385350554136 +49868 aapg_ae_324.html aapg_ae_324.html:14:2123:2141 Lowville Murfreesboro, Tennessee 0.00475991516942664804 +49869 aapg_ad_379.html aapg_ad_379.html:722:59526:59532 Navajo Cheyenne, Wyoming -0.46105569042928074 +49870 aapg_ai_11.html aapg_ai_11.html:315:42213:42230 Astoria Astoria, Oregon -0.0219799913092776147 +49871 AMJC_html_3632105729 AMJC_html_3632105729:482:67789:67795 Oregon Salem, Oregon -0.0457038553664062958 +49872 cspg_html_3735760125 cspg_html_3735760125:206:24960:24968 Columbia Victoria, British Columbia -0.441397390812390766 +49873 aapg_ae_601.html aapg_ae_601.html:214:21957:21978 Green River Uinta Mountains -0.270262475025442372 +49874 aapg_ai_112.html aapg_ai_112.html:66:13159:13177 Etchegoin San Joaquin River -0.476324834178458445 +49875 aapg_ae_236.html aapg_ae_236.html:3:166:172 Midway Mississippi River 0.0370625849138354752 +49876 gsa_html_4431779557 gsa_html_4431779557:693:52114:52139 Blackwater Draw Monahans, Texas -0.475963906981033746 +49877 aapg_ae_415.html aapg_ae_415.html:780:96683:96698 Tampa Flint River (Michigan) -0.462102516958969756 +49878 aapg_aa_159.html aapg_aa_159.html:522:51374:51393 Fort Pena Texas -0.482280957733571936 +49879 gsa_html_1130947011 gsa_html_1130947011:249:32069:32084 Galena Netherlands -0.0441727846104635197 +49880 gsa_html_1616304153 gsa_html_1616304153:517:46394:46407 Glasford Vermilion County, Illinois -0.011327042139941219 +49881 aapg_ae_959.html aapg_ae_959.html:1499:107399:107415 San Andres West Texas -0.436832441054611387 +49882 aapg_ae_393.html aapg_ae_393.html:52:3561:3574 Woodbine Mexia, Texas -0.469093158774920749 +49883 aapg_ae_391.html aapg_ae_391.html:784:79757:79764 Rustler Delaware -0.425599363821972831 +49884 aapg_aa_308.html aapg_aa_308.html:33:3945:3963 Zeandale Tarkio, Missouri -0.492281675671482677 +49885 aapg_ae_241.html aapg_ae_241.html:86:7015:7025 Pottsville Ardmore, Pennsylvania -0.423819399916412154 +49886 aapg_aa_623.html aapg_aa_623.html:3:387:398 Belly River Lacombe, Alberta 0.0159838409266510884 +49887 cspg_html_8089302449 cspg_html_8089302449:366:64068:64088 Pine Point Lacombe, Alberta 0.000564582905986352451 +49888 gsa_html_7214330928 gsa_html_7214330928:859:73859:73887 Green River Colorado -0.00860799843042621068 +49889 geology_html_3084685059 geology_html_3084685059:235:21798:21802 Bell Cheyenne, Wyoming -0.449440672427322663 +49890 aapg_ac_609.html aapg_ac_609.html:32:3038:3048 Clearwater Canada -0.474863540124580097 +49891 cspg_html_7602315496 cspg_html_7602315496:43:6970:6991 Belly River Lacombe, Alberta -0.442575570278969321 +49892 palaios_html_5921824758 palaios_html_5921824758:22:1532:1557 Chuckanut Pacific Northwest -0.0463153173244653243 +49893 sedimentology_html_2550885329 sedimentology_html_2550885329:2253:121317:121321 Webb Great Barrier Reef -0.472678482936493838 +49894 cspg_html_6116883777 cspg_html_6116883777:612:80693:80715 Barlow Inlet Devon Island -0.472823676298187945 +49895 aapg_af_134.html aapg_af_134.html:485:43753:43759 Walker Santa Clara County, California -0.480960803547703208 +49896 gsa_html_2005293978 gsa_html_2005293978:1090:80369:80376 Hampton Virginia -0.449656248007914428 +49897 aapg_ad_760.html aapg_ad_760.html:47:6653:6659 Modelo Oak Ridge, Tennessee -0.0291155791192652773 +49898 sedimentology_html_8594924487 sedimentology_html_8594924487:603:36808:36814 Brazil Nordeste, Azores -0.0211456318473247536 +49899 aapg_aa_702.html aapg_aa_702.html:1878:169000:169043 Prairie Regina, Saskatchewan -0.418659974922056588 +49900 geology_html_9333388276 geology_html_9333388276:12:622:634 Saskatchewan Saskatoon -0.477234757760444439 +49901 aapg_ah_611.html aapg_ah_611.html:261:17573:17593 Wagonwheel California -0.464405306663695727 +49902 aapg_ae_67.html aapg_ae_67.html:379:31441:31449 Colorado Colorado -0.503999808743944788 +49903 aapg_ah_320.html aapg_ah_320.html:52:5447:5457 Greenbrier Greenbrier (Great Smoky Mountains) -0.478280146619880497 +49904 sedimentology_html_7007939776 sedimentology_html_7007939776:1034:75447:75458 St Lawrence Mexico -0.440247382693200906 +49905 aapg_ai_504.html aapg_ai_504.html:112:11222:11242 Lodgepole Kinderhook (town), New York -0.440620923452583413 +49906 palaios_html_7274959329 palaios_html_7274959329:415:29494:29509 Elk Wisconsin -0.467925738958578585 +49907 aapg_af_346.html aapg_af_346.html:452:38588:38592 Bays Mexico -0.0144772441484254995 +49908 aapg_ah_609.html aapg_ah_609.html:9:1312:1322 Las Animas Denver -0.038242606390143298 +49909 sedimentology_html_7758624959 sedimentology_html_7758624959:197:22789:22793 Java Fiji -0.469051848391689397 +49910 aapg_ae_154.html aapg_ae_154.html:45:5770:5790 Besa River Victoria, British Columbia 0.635409559760338305 +49911 cspg_html_2873888604 cspg_html_2873888604:262:40090:40098 Columbia Victoria, British Columbia -0.433387995206966137 +49912 aapg_aa_426.html aapg_aa_426.html:193:42963:42973 Mooreville Demopolis, Alabama -0.050706684329443738 +49913 jgeology_html_4504152349 jgeology_html_4504152349:383:36838:36849 Snowy Range Cheyenne, Wyoming -0.448377013151321557 +49914 AMJC_html_3632105729 AMJC_html_3632105729:1008:106891:106914 Martin Salem, Oregon -0.0580629079805682485 +49915 aapg_af_664.html aapg_af_664.html:501:56800:56810 San Andres New Mexico -0.426641763905032778 +49916 cspg_html_7278957427 cspg_html_7278957427:19:2859:2881 Eureka Sound Ellesmere Island -0.431157390646727534 +49917 aapg_aa_626.html aapg_aa_626.html:154:17157:17165 Patuxent Baltimore -0.014649273115182132 +49918 aapg_ai_157.html aapg_ai_157.html:479:45043:45049 Guelph Salina, Kansas 0.887462896272475543 +49919 aapg_ai_296.html aapg_ai_296.html:572:57640:57658 Bromide Arkansas -0.457840951353905012 +49920 cspg_html_9689514766 cspg_html_9689514766:500:53975:53986 Black River Middle East -0.00425611998601696257 +49921 cspg_html_4298557570 cspg_html_4298557570:77:12596:12613 Battle Lacombe, Alberta -0.47032647773667996 +49922 aapg_ae_415.html aapg_ae_415.html:35:5391:5413 Chickasawhay Southeast Asia -0.0236297103321001234 +49923 aapg_ai_49.html aapg_ai_49.html:570:74698:74703 Supai Arizona -0.460964719996515115 +49924 geology_html_8664329492 geology_html_8664329492:99:6046:6053 Spokane Washington (state) -0.442860875153750722 +49925 cspg_html_9136481292 cspg_html_9136481292:263:32521:32536 Gates Victoria, British Columbia -0.0111724073673319709 +49926 aapg_af_579.html aapg_af_579.html:231:25765:25771 Navajo Logan, Utah -0.0890772945972875818 +49927 aapg_ai_828.html aapg_ai_828.html:639:60987:61006 Newcastle Cheyenne, Wyoming -0.448287309474040385 +49928 aapg_ai_31.html aapg_ai_31.html:89:9725:9729 Frio Oakville, California -0.472823676298187945 +49929 palaios_html_2413654173 palaios_html_2413654173:1137:93756:93770 Ogallala Hitchcock County, Nebraska -0.00382181610432916728 +49930 aapg_ad_318.html aapg_ad_318.html:71:11044:11062 Salamonie Dolomite Rockford, Illinois -0.460980639153810601 +49931 gsa_html_1405504955 gsa_html_1405504955:745:54040:54068 Green River Colorado 0.0086653309701393913 +49932 geology_html_6476658393 geology_html_6476658393:42:3844:3865 Chateauguay Brockville -0.0456254660933555489 +49933 aapg_ac_789.html aapg_ac_789.html:7:499:507 Colorado Texas -0.048597821756073703 +49934 gsa_html_4557277250 gsa_html_4557277250:791:68747:68753 Denver Colorado -0.0640753960345868262 +49935 aapg_ai_22.html aapg_ai_22.html:107:10232:10237 Palms Inglewood, California -0.0392835092525669338 +49936 gsa_html_5293445820 gsa_html_5293445820:771:78256:78266 Wood River Salcha River -0.0279486743171803304 +49937 gsa_html_4913703235 gsa_html_4913703235:464:51376:51408 Clinton Ohio -0.437953842888147871 +49938 aapg_ae_959.html aapg_ae_959.html:372:30917:30938 Bell Guadalupe Mountains National Park -0.463332970234029085 +49939 aapg_aa_645.html aapg_aa_645.html:632:60720:60736 Dakota Colorado -0.506804092053788291 +49940 aapg_ah_859.html aapg_ah_859.html:229:26858:26881 Moodys Branch Lisbon -0.47032647773667996 +49941 geology_html_1414092070 geology_html_1414092070:11:498:510 Rhode Island Newport, Rhode Island -0.0957676808076602798 +49942 aapg_af_631.html aapg_af_631.html:199:18762:18778 Salado Nashville Basin 0.355507168579595856 +49943 geology_html_6407364180 geology_html_6407364180:9:396:412 Navajo Logan, Utah 0.0295608042385671933 +49944 aapg_af_728.html aapg_af_728.html:186:23160:23174 Elko Reno, Nevada -0.447637220621224075 +49945 gsa_html_5625878232 gsa_html_5625878232:79:10308:10330 San Jose Baja California peninsula 0.00511431092134340907 +49946 aapg_ae_805.html aapg_ae_805.html:45:6832:6839 Paradox Hermosa, Chicago -0.0267749150398524059 +49947 palaios_html_9876040400 palaios_html_9876040400:703:69380:69389 San Diego California -0.0191815618988117366 +49948 geology_html_4781601757 geology_html_4781601757:216:21438:21442 Bell Reno, Nevada -0.0413499862143105745 +49949 AMJC_html_4299960498 AMJC_html_4299960498:704:84723:84733 Washington Salem, Oregon -0.455252106655251121 +49950 sedimentology_html_3907918417 sedimentology_html_3907918417:1639:129183:129191 Dunvegan Canada -0.455197874748240694 +49951 aapg_ae_839.html aapg_ae_839.html:35:3384:3394 Tuscaloosa Paluxy, Texas 0.182942329431733858 +49952 aapg_ae_147.html aapg_ae_147.html:416:47419:47425 Modelo South Mountains (Arizona) -0.486682122398052641 +49953 cspg_html_3012058617 cspg_html_3012058617:58:8873:8887 Elk Kootenay River -0.392338032376429113 +49954 jgeology_html_6990146451 jgeology_html_6990146451:1385:78537:78555 Uwharrie North Carolina -0.0134607320761341784 +49955 aapg_ah_878.html aapg_ah_878.html:58:7881:7889 Mayville Manitoulin Island -0.409390633417001881 +49956 aapg_ah_253.html aapg_ah_253.html:407:47957:47977 San Andres New Mexico 0.0254047831266601826 +49957 aapg_ac_79.html aapg_ac_79.html:114:14320:14327 Clinton Logan, Utah -0.0335372413880994369 +49958 aapg_ai_897.html aapg_ai_897.html:298:32928:32932 Ione Sacramento, California -0.0222894098360483031 +49959 palaios_html_2449649505 palaios_html_2449649505:672:70890:70896 Denver Arizona -0.0426837810068434811 +49960 aapg_ae_429.html aapg_ae_429.html:75:5391:5407 Stonewall Croton Falls (Metro-North station) 0.0117822633156924803 +49961 gsa_html_7358464191 gsa_html_7358464191:808:79662:79690 Green River Colorado 0.036342108331936164 +49962 palaios_html_7076037184 palaios_html_7076037184:320:29756:29776 Carbondale Missouri River -0.0538135585529799509 +49963 aapg_ae_715.html aapg_ae_715.html:1009:118123:118135 Wilcox Texas 0.804673714687750175 +49964 aapg_ai_810.html aapg_ai_810.html:3:185:212 Norphlet Mississippi River 0.0240765018505445759 +49965 sedimentology_html_8384737970 sedimentology_html_8384737970:125:13025:13045 Hall San Rafael Swell -0.0559832533878950947 +49966 aapg_ad_879.html aapg_ad_879.html:571:43201:43206 Price Mississippi River -0.432382247831122113 +49967 geology_html_7356393951 geology_html_7356393951:41:4007:4017 Winnemucca Reno, Nevada -0.471349814541787038 +49968 aapg_ae_153.html aapg_ae_153.html:868:109988:110015 Elkhorn Mountains Volcanics Elkhorn Mountain -0.480667710196792775 +49969 aapg_ai_688.html aapg_ai_688.html:334:36141:36152 Salina Lockport (city), New York -0.0306269732531419848 +49970 cspg_html_3579312067 cspg_html_3579312067:586:60048:60055 Sayabec Quebec City -0.440245159686024512 +49971 aapg_aa_796.html aapg_aa_796.html:506:58702:58734 Provincial Calgary -0.099979521077352293 +49972 aapg_ad_784.html aapg_ad_784.html:335:36848:36853 Sespe El Capitan -0.477714414009500876 +49973 aapg_ai_66.html aapg_ai_66.html:323:28923:28935 Pierre Colorado -0.409390633417001881 +49974 aapg_ac_697.html aapg_ac_697.html:68:6553:6570 Laramie Golden, Colorado -0.0224076161552878329 +49975 aapg_ai_503.html aapg_ai_503.html:294:32652:32658 Jordan Stony Creek Metropark -0.0203286926879938275 +49976 cspg_html_9648675035 cspg_html_9648675035:43:5042:5050 Columbia Victoria, British Columbia -0.456371367070690814 +49977 aapg_ae_991.html aapg_ae_991.html:624:78006:78019 Woodbine Texas -0.476324834178458445 +49978 geology_html_5814114917 geology_html_5814114917:103:7558:7565 St Marys China -0.44304146514738707 +49979 jgeology_html_7014606947 jgeology_html_7014606947:1173:70568:70581 Santa Barbara California -0.0219487021071597919 +49980 cspg_html_3610827329 cspg_html_3610827329:65:8715:8732 Livingstone Turtle Mountain (Alberta) -0.466965896576978678 +49981 aapg_ac_251.html aapg_ac_251.html:1046:100524:100530 Moscow Pebble Mine -0.461001107058420345 +49982 aapg_aa_731.html aapg_aa_731.html:262:34951:34963 Wilcox Rockdale, Texas -0.053161387141425008 +49983 gsa_html_5737673651 gsa_html_5737673651:622:51731:51759 Green River Iran -0.404974877094565033 +49984 cspg_html_4727222822 cspg_html_4727222822:32:4844:4863 Blaa Mountain Middle East -0.455252106655251121 +49985 geology_html_5892049571 geology_html_5892049571:13:710:719 San Diego La Jolla -0.487565545428885583 +49986 aapg_ac_356.html aapg_ac_356.html:54:7243:7247 Pico Wilmington, North Carolina -0.0115181647621516343 +49987 jgeology_html_3171318738 jgeology_html_3171318738:92:3484:3491 Norfolk Virginia -0.499517319070147847 +49988 aapg_ae_498.html aapg_ae_498.html:590:64192:64204 Knobs Abingdon, Virginia -0.451913869834985604 +49989 aapg_ai_688.html aapg_ai_688.html:62:9298:9316 Bloomsburg Williamsport, Indiana -0.454143259443463898 +49990 cspg_html_9119878068 cspg_html_9119878068:84:11231:11252 Beaverhill Swan Hill, Victoria -0.448377013151321557 +49991 cspg_html_8057060038 cspg_html_8057060038:262:30467:30505 Snake Indian Lacombe, Alberta -0.0460783921822131154 +49992 aapg_ai_572.html aapg_ai_572.html:3:288:295 Vamoosa Seminole, Texas -0.0131340660726573313 +49993 palaios_html_4501603736 palaios_html_4501603736:114:10897:10914 Thaynes Montello, Nevada -0.214673833001461895 +49994 aapg_ad_880.html aapg_ad_880.html:348:35877:35895 Sawtooth Canada -0.00936896389642591365 +49995 gsa_html_1741354143 gsa_html_1741354143:296:27603:27610 Bradore Summerside, Prince Edward Island -0.035973188044241329 +49996 aapg_ai_66.html aapg_ai_66.html:433:40408:40416 Colorado Larimer (Pittsburgh) -0.0354494130936665666 +49997 cspg_html_9343899465 cspg_html_9343899465:1223:104301:104308 Fram Catskill Mountains -0.448377013151321557 +49998 jgeology_html_5090133589 jgeology_html_5090133589:1055:63725:63742 Minturn Colorado -0.00143491027354907159 +49999 cspg_html_4550597410 cspg_html_4550597410:365:41951:41968 Holston Virginia -0.40371559772958876 +50000 cspg_html_9551573979 cspg_html_9551573979:427:46026:46050 Cardium Lacombe, Alberta -0.0346298699616138864 +50001 aapg_ae_884.html aapg_ae_884.html:166:22017:22025 Niobrara Mancos, Colorado 0.570723482313334585 +50002 gsa_html_2204469229 gsa_html_2204469229:36:4351:4357 Sierra Sierra Nevada (Spain) -0.0649348100920485449 +50003 geology_html_2132529104 geology_html_2132529104:200:21936:21954 Monterey Santa Fe Springs, California 0.006036790497064899 +50004 sedimentology_html_3425717106 sedimentology_html_3425717106:2444:130184:130187 Rye Netherlands -0.479586916180102352 +50005 cspg_html_8904992939 cspg_html_8904992939:441:51942:51957 Leduc Lacombe, Alberta -0.409571462462526958 +50006 cspg_html_1312400675 cspg_html_1312400675:236:27612:27639 Cypress Edmonton, London -0.45644603384473742 +50007 cspg_html_7688587411 cspg_html_7688587411:54:6995:7016 Fish Scales Lacombe, Alberta -0.471382028770717776 +50008 aapg_ad_784.html aapg_ad_784.html:527:57066:57071 Sespe Monterey, California -0.0250466225487357037 +50009 sedimentology_html_4432289902 sedimentology_html_4432289902:529:44695:44712 Potomac Raritan River -0.0207284668430632625 +50010 aapg_aa_314.html aapg_aa_314.html:411:49120:49132 Rhode Island Norfolk, Virginia -0.0670209924327486856 +50011 cspg_html_3521815736 cspg_html_3521815736:192:27611:27619 Pardonet Victoria, British Columbia -0.008957206898973313 +50012 aapg_ad_351.html aapg_ad_351.html:645:54758:54778 Keokuk Burlington, Ontario -0.0392835092525669338 +50013 jgeology_html_4305195651 jgeology_html_4305195651:2302:162220:162238 Catskill Selinsgrove Area School District -0.490016735996709807 +50014 aapg_aa_718.html aapg_aa_718.html:619:64960:64968 Fountain Colorado -0.0396699599273111145 +50015 gsa_html_9097637389 gsa_html_9097637389:1044:84627:84631 Hall London, Ontario -0.0286877600181881381 +50016 aapg_ah_894.html aapg_ah_894.html:72:11249:11266 Ivishak Prudhoe Bay Oil Field -0.454935799752899217 +50017 aapg_ai_459.html aapg_ai_459.html:175:17325:17340 Viola Kiowa County, Colorado -0.482963947665808413 +50018 cspg_html_2546442054 cspg_html_2546442054:441:48429:48442 Bearpaw Lethbridge -0.0809077360408886614 +50019 sedimentology_html_3417381350 sedimentology_html_3417381350:1631:112274:112300 Monterey California -0.0198680940009536566 +50020 aapg_ah_505.html aapg_ah_505.html:1741:142911:142929 Laramie Colorado -0.449656248007914428 +50021 aapg_ai_975.html aapg_ai_975.html:52:9496:9512 Paluxy Arkansas -0.442595627901035182 +50022 aapg_ah_505.html aapg_ah_505.html:1960:153211:153217 Denver Denver 0.0263436919689616841 +50023 aapg_ak_98.html aapg_ak_98.html:978:91683:91689 Walker Devon -0.472528705500211532 +50024 cspg_html_4205215905 cspg_html_4205215905:16:2101:2113 Winnipegosis Regina, Saskatchewan -0.446231020576565107 +50025 geology_html_5463531653 geology_html_5463531653:241:18912:18921 Extension England -0.0111741448327348745 +50026 aapg_af_653.html aapg_af_653.html:148:15261:15279 Vaqueros California -0.451812561628617604 +50027 aapg_ae_5.html aapg_ae_5.html:289:33881:33900 Horquilla New Mexico -0.0632684992978399252 +50028 jgeology_html_1924543304 jgeology_html_1924543304:1188:66430:66434 Hall London, Ontario -0.47944058990843208 +50029 aapg_aa_546.html aapg_aa_546.html:279:27813:27835 Judith River Judith River Formation -0.488546114119406072 +50030 aapg_ah_467.html aapg_ah_467.html:242:21848:21854 Fernie Kootenay River 0.355188223870817443 +50031 sedimentology_html_6261114825 sedimentology_html_6261114825:816:62926:62936 Santa Cruz Coastal California -0.0308043870775981631 +50032 aapg_ah_283.html aapg_ah_283.html:500:58994:59000 Oregon Washington (state) -0.505042823080860015 +50033 aapg_ah_422.html aapg_ah_422.html:4:495:512 Belly River Colorado -0.0725599968957631458 +50034 gsa_html_2818345762 gsa_html_2818345762:211:19767:19773 Shezal Canada -0.443813272031764461 +50035 aapg_ad_836.html aapg_ad_836.html:170:14885:14904 Kimmswick Missouri River 0.00954443966628784266 +50036 AMJC_html_1305960228 AMJC_html_1305960228:300:34672:34682 Wild Bight Middle Ordovician -0.479772763003628699 +50037 aapg_ah_328.html aapg_ah_328.html:322:33661:33679 Sundance Cheyenne, Wyoming -0.424190863787559325 +50038 gsa_html_5015599008 gsa_html_5015599008:23:2096:2117 Fish Scales Lacombe, Alberta -0.463307888475886887 +50039 aapg_ad_169.html aapg_ad_169.html:411:47445:47458 Maccrady Greenbrier (Great Smoky Mountains) -0.45184182728382527 +50040 geology_html_8124935570 geology_html_8124935570:240:21698:21703 Uinta Logan, Utah -0.0208118990728868025 +50041 aapg_ae_794.html aapg_ae_794.html:455:49425:49435 Tuscaloosa Selma to Montgomery marches -0.45954677788095788 +50042 aapg_ad_683.html aapg_ad_683.html:845:81664:81670 Toroweap Arizona 0.00801209183604277911 +50043 cspg_html_1781462584 cspg_html_1781462584:187:25327:25341 Lisburne Northwest Arctic Borough, Alaska -0.485207879698670519 +50044 geology_html_4431824234 geology_html_4431824234:187:13799:13806 Challis Absaroka -0.482921973604061416 +50045 aapg_ai_480.html aapg_ai_480.html:149:14352:14358 Tulare California -0.464473797617463435 +50046 cspg_html_9542530836 cspg_html_9542530836:452:41854:41862 Edmonton Calgary -0.022564066972144893 +50047 sedimentology_html_8676320501 sedimentology_html_8676320501:1461:81473:81477 Hall London, Ontario -0.469024309212410007 +50048 gsa_html_7173708345 gsa_html_7173708345:709:53899:53920 Forest Fairbanks, Alaska -0.508612392921665157 +50049 cspg_html_8649903682 cspg_html_8649903682:227:23230:23243 Cruiser Pine River (Michigan) -0.236302121290334011 +50050 aapg_aa_918.html aapg_aa_918.html:685:70626:70646 Salt Plain Cedar Hill, Texas -0.440245159686024512 +50051 aapg_ae_68.html aapg_ae_68.html:312:36800:36817 Oquirrh South Mountains (Arizona) -0.038468880180471815 +50052 aapg_ac_363.html aapg_ac_363.html:111:13010:13018 Bellevue Rosedale, Toronto -0.0518153822203646572 +50053 aapg_ad_39.html aapg_ad_39.html:187:12418:12424 Paluxy Lafayette County, Florida -0.456778715576978744 +50054 cspg_html_4530154552 cspg_html_4530154552:104:16690:16698 Amaranth Regina, Saskatchewan -0.377999640619419153 +50055 cspg_html_9725676031 cspg_html_9725676031:353:45532:45540 Columbia Victoria, British Columbia -0.466384542072334651 +50056 aapg_ac_879.html aapg_ac_879.html:49:7386:7397 Port Orford Salem, Oregon -0.481575226969792936 +50057 gsa_html_1734656819 gsa_html_1734656819:1463:129465:129474 San Diego California -0.43797158338019293 +50058 aapg_ah_973.html aapg_ah_973.html:146:7892:7909 Mount Laurel Navesink River -0.46105569042928074 +50059 gsa_html_7248164569 gsa_html_7248164569:560:42611:42620 Peninsula New Brunswick, New Jersey -0.0456498537875624916 +50060 AMJC_html_6539706032 AMJC_html_6539706032:1155:110642:110658 Westerly Granite Hartford, Connecticut -0.0218513582866363479 +50061 aapg_ae_602.html aapg_ae_602.html:150:19731:19747 Mt Lytton Middle East -0.449541717141150321 +50062 aapg_aa_44.html aapg_aa_44.html:250:32525:32541 Chinle Chinle Formation -0.41716175818439355 +50063 gsa_html_3332333535 gsa_html_3332333535:58:3769:3797 Green River Iran -0.0162740496879429895 +50064 aapg_ac_867.html aapg_ac_867.html:732:99009:99017 Tensleep Cheyenne, Wyoming -0.455229509631582041 +50065 aapg_af_91.html aapg_af_91.html:65:8353:8365 Pioche Great Basin -0.464419004431934179 +50066 cspg_html_2498183035 cspg_html_2498183035:176:20205:20215 Swan Hills Swan Hill, Victoria -0.465568086328610908 +50067 geology_html_9199946858 geology_html_9199946858:12:635:641 Auburn Alabama 0.0249040561511009069 +50068 aapg_ad_169.html aapg_ad_169.html:310:36538:36547 Ada Huntington, West Virginia -3.47435585530699967e-06 +50069 palaios_html_2984628538 palaios_html_2984628538:220:22525:22532 Laramie Cheyenne, Wyoming -0.471292292074721564 +50070 aapg_af_954.html aapg_af_954.html:642:90643:90649 Oxford England -0.0492670174484324749 +50071 aapg_af_636.html aapg_af_636.html:352:40952:40960 Onondaga Jeffersonville, Indiana -0.49593907588154873 +50072 aapg_af_394.html aapg_af_394.html:170:19285:19305 Bear River Absaroka -0.0491345678553158915 +50073 gsa_html_1860930948 gsa_html_1860930948:82:8647:8659 Burro Canyon Colorado -0.0218513582866363479 +50074 aapg_ac_631.html aapg_ac_631.html:325:40051:40068 Bivouac Snake River Canyon (Idaho) -0.51909362726773689 +50075 cspg_html_6121424055 cspg_html_6121424055:67:5340:5360 Pine Point Great Slave Lake -0.474526310844171573 +50076 aapg_ad_717.html aapg_ad_717.html:366:38511:38521 San Andres Arizona 0.0197724994555616325 +50077 aapg_ac_753.html aapg_ac_753.html:153:20379:20396 Entrada Logan, Utah 0.415055132385092007 +50078 aapg_aa_379.html aapg_aa_379.html:64:7174:7183 Conemaugh Monongahela, Pennsylvania -0.0380668126428187481 +50079 sedimentology_html_2115038743 sedimentology_html_2115038743:461:30720:30728 Michigan Upper Peninsula of Michigan -0.450586501765938174 +50080 gsa_html_4244466646 gsa_html_4244466646:64:5028:5056 Green River Iran -0.0109239507284224872 +50081 aapg_ai_149.html aapg_ai_149.html:124:11895:11909 Stony Mountain Manitoba 0.734224695356994639 +50082 cspg_html_4287356899 cspg_html_4287356899:909:125314:125319 Yukon Anchorage, Alaska -0.481021295519417413 +50083 jgeology_html_6942888254 jgeology_html_6942888254:1061:85646:85679 St Marys Maryland 0.00361335093326647754 +50084 gsa_html_8707521176 gsa_html_8707521176:894:79089:79117 Green River Colorado 0.00166769285977138118 +50085 cspg_html_2834693711 cspg_html_2834693711:884:113050:113076 Chuckanut Washington (state) -0.46809765859229685 +50086 jgeology_html_1077326399 jgeology_html_1077326399:153:7228:7244 Navajo Arizona -0.491131969162477144 +50087 aapg_ah_93.html aapg_ah_93.html:190:25518:25527 Jefferson Maywood, California -0.411127098382850775 +50088 geology_html_5689737055 geology_html_5689737055:342:29088:29092 Hall Austin, Chicago -0.00316862659594223991 +50089 aapg_ah_505.html aapg_ah_505.html:698:53779:53795 Denver Green Mountain -0.513016441194247497 +50090 palaios_html_8054385512 palaios_html_8054385512:483:42033:42055 Judith River Lacombe, Alberta -0.000225833135678471921 +50091 palaios_html_5958626598 palaios_html_5958626598:258:28216:28236 Brassfield Ohio 0.00786094473747839077 +50092 cspg_html_3043423556 cspg_html_3043423556:173:20572:20594 Eureka Sound Little Cornwallis Island -0.0318428317651012274 +50093 gsa_html_4482097834 gsa_html_4482097834:323:32160:32168 Virginia Amelia Courthouse, Virginia -0.0260481030214056476 +50094 aapg_ah_160.html aapg_ah_160.html:171:22274:22286 Salina Salina, Kansas -0.438135698925018691 +50095 palaios_html_2449649505 palaios_html_2449649505:632:67532:67563 Chinle Colorado -0.446333949377836381 +50096 aapg_ah_277.html aapg_ah_277.html:661:71107:71114 Halifax Canada -0.481815063993563775 +50097 sedimentology_html_5673709888 sedimentology_html_5673709888:1612:87085:87095 Keokuk Suwannee County, Florida -0.00696275827002107526 +50098 geology_html_1475885494 geology_html_1475885494:11:460:470 Washington Seattle -0.451751782124743317 +50099 palaios_html_8895470583 palaios_html_8895470583:310:31080:31088 San Luis Caribbean -0.445213540966811649 +50100 aapg_ah_670.html aapg_ah_670.html:63:8352:8360 Colorado Denver -0.0146249457170983255 +50101 cspg_html_2986717500 cspg_html_2986717500:13:1770:1781 Trent River Qualicum River -0.27808976091119858 +50102 palaios_html_5543030185 palaios_html_5543030185:84:7855:7873 Fillmore Logan, Utah -0.269975874369027757 +50103 aapg_ae_805.html aapg_ae_805.html:205:23933:23949 Sandia Atoka, Oklahoma -0.0359488258417789419 +50104 aapg_ae_498.html aapg_ae_498.html:610:67036:67044 Nealmont Virginia 0.0609008291312745503 +50105 aapg_ad_153.html aapg_ad_153.html:398:40200:40210 Big Clifty Cincinnati -0.456344217050148659 +50106 sedimentology_html_5746467239 sedimentology_html_5746467239:1896:123657:123662 Piper Bridgetown, Nova Scotia -0.454068782805138071 +50107 aapg_ad_699.html aapg_ad_699.html:6:702:708 Wilcox Seminole, Texas -0.471099044200062878 +50108 palaios_html_7341451922 palaios_html_7341451922:1224:99919:99927 Sheppard Amsterdam -0.0161298137457332978 +50109 aapg_af_46.html aapg_af_46.html:71:9172:9189 Goddard Absaroka -0.0130645631501062637 +50110 palaios_html_5582845937 palaios_html_5582845937:282:28412:28420 Virginia Hampton, New Hampshire -0.475085351012185853 +50111 aapg_aa_735.html aapg_aa_735.html:114:10498:10508 Keokuk Christian County, Kentucky 0.0977217287632240333 +50112 cspg_html_7086880709 cspg_html_7086880709:333:43562:43582 Pine Point Buffalo National River -0.472823676298187945 +50113 aapg_aa_775.html aapg_aa_775.html:252:24362:24369 Perdido Mexico -0.498566694311008085 +50114 cspg_html_7688587411 cspg_html_7688587411:410:41149:41169 Colorado Canada -0.469070208322842297 +50115 gsa_html_9152662653 gsa_html_9152662653:190:17839:17855 Laurel Sykesville, Maryland 0.00496838305929403912 +50116 AMJC_html_4504848787 AMJC_html_4504848787:172:19064:19092 Mechum River Charlottesville, Virginia -0.508674901751657416 +50117 gsa_html_9324067890 gsa_html_9324067890:246:23179:23185 Guelph Guelph -0.465561228542891226 +50118 aapg_ae_135.html aapg_ae_135.html:21:1957:1980 Wilcox Tuscaloosa, Alabama -0.462225485866077257 +50119 aapg_af_95.html aapg_af_95.html:3:326:340 Fredericksburg Central Texas -0.0328900657953446335 +50120 aapg_aa_105.html aapg_aa_105.html:203:21093:21106 Turner Valley Highwood, Illinois -0.0646518183608514319 +50121 aapg_ah_330.html aapg_ah_330.html:152:16498:16506 Monterey Monterey, California -0.429582389532346398 +50122 aapg_ae_652.html aapg_ae_652.html:24:2768:2775 Jackson Gold Coast, Queensland -0.00551735130341763757 +50123 aapg_ad_169.html aapg_ad_169.html:53:6671:6675 Wise Greenbrier (Great Smoky Mountains) -0.044101376246448068 +50124 cspg_html_1118978429 cspg_html_1118978429:106:13008:13025 Success Regina, Saskatchewan -0.450608983410958508 +50125 aapg_ac_333.html aapg_ac_333.html:633:77595:77614 Yeso Supai, Arizona 0.00751869385718860559 +50126 cspg_html_8643545087 cspg_html_8643545087:15:1982:2019 Besa River Victoria, British Columbia -0.450608983410958508 +50127 gsa_html_1210544754 gsa_html_1210544754:290:27413:27421 Mariposa Middle East -0.466718659783226908 +50128 aapg_aa_95.html aapg_aa_95.html:30:3040:3046 Morgan Cheyenne, Wyoming -0.0195726214963804213 +50129 gsa_html_8442628661 gsa_html_8442628661:53:3378:3406 Green River Colorado 0.00602810418845976543 +50130 aapg_ac_720.html aapg_ac_720.html:55:7346:7368 Hornerstown Navesink River -0.453292784807282967 +50131 cspg_html_9343899465 cspg_html_9343899465:586:56110:56129 Bird Fiord Ellesmere Island -0.476324834178458445 +50132 AMJC_html_4670647492 AMJC_html_4670647492:715:51644:51685 Silica Logan, Utah -0.480644453081816247 +50133 aapg_af_854.html aapg_af_854.html:1116:157450:157471 Waltersburg Vienna -0.436832441054611387 +50134 aapg_ai_83.html aapg_ai_83.html:199:19138:19151 Bedford Euclid, Ohio -0.013471157649090371 +50135 aapg_ad_719.html aapg_ad_719.html:159:19466:19486 Whitehorse Memphis, Tennessee -0.457492019193031785 +50136 aapg_ae_221.html aapg_ae_221.html:1029:46304:46314 Cane River Shreveport, Louisiana -0.478280146619880497 +50137 cspg_html_2749851978 cspg_html_2749851978:500:63321:63338 Cardium Canada -0.440247382693200906 +50138 aapg_ac_634.html aapg_ac_634.html:269:31034:31042 Wolfcamp Texas -0.418318873112032641 +50139 aapg_ac_235.html aapg_ac_235.html:629:70019:70052 Cloverly Powder River Basin 0.00534883845084102843 +50140 aapg_ae_884.html aapg_ae_884.html:350:45225:45240 Mesaverde Logan, Utah 0.00259187716092955768 +50141 aapg_ae_4.html aapg_ae_4.html:294:34074:34080 Moleen Reno, Nevada -0.453254453298550908 +50142 aapg_aa_712.html aapg_aa_712.html:110:13297:13308 Platteville Hennepin, Illinois 0.0338573634589742142 +50143 sedimentology_html_3738352363 sedimentology_html_3738352363:1228:96373:96378 Swift Virginia -0.452055720301517416 +50144 geology_html_4466142312 geology_html_4466142312:207:19463:19469 Auburn Eastern Settlement -0.42429358801520467 +50145 cspg_html_4666332434 cspg_html_4666332434:511:74322:74335 Foremost Lacombe, Alberta -0.452887004013691252 +50146 gsa_html_7936718686 gsa_html_7936718686:929:65848:65856 Virginia Reston, Virginia -0.449440672427322663 +50147 cspg_html_5947812886 cspg_html_5947812886:142:19664:19683 Ottertail Western world -0.0225014864703161413 +50148 geology_html_1904038295 geology_html_1904038295:276:22708:22732 Potomac Maryland -0.470179399208385473 +50149 aapg_ah_638.html aapg_ah_638.html:10:1529:1539 Citronelle Alabama -0.411006351820659033 +50150 cspg_html_5430614285 cspg_html_5430614285:343:39511:39528 Cardium Lacombe, Alberta -0.452821645198212441 +50151 geology_html_2705128271 geology_html_2705128271:285:22456:22487 Pocatello Colorado -0.427689691071663991 +50152 gsa_html_8627114993 gsa_html_8627114993:725:70784:70812 Green River Colorado -0.0351518647391547839 +50153 gsa_html_3484366946 gsa_html_3484366946:1837:148660:148671 Sadlerochit Anchorage, Alaska -0.0646588056457986782 +50154 cspg_html_6545726692 cspg_html_6545726692:6:389:401 Snake Indian Victoria, British Columbia -0.448282824521055501 +50155 cspg_html_7325522863 cspg_html_7325522863:106:17943:17964 Slave Point Lacombe, Alberta -0.0349709036948933905 +50156 aapg_af_684.html aapg_af_684.html:525:56992:56998 Oregon Salem, Oregon -0.454414135268558672 +50157 aapg_ah_659.html aapg_ah_659.html:31:4707:4728 Green River Uinta Mountains -0.490143713980378037 +50158 aapg_ak_118.html aapg_ak_118.html:40:4471:4488 Bossier Arkansas -0.015097596462230729 +50159 aapg_ac_952.html aapg_ac_952.html:123:14745:14764 Morehouse Shreveport, Louisiana 0.00239731162737208446 +50160 gsa_html_7040053075 gsa_html_7040053075:248:23419:23437 Vaqueros Santa Monica Mountains -0.455279223830003521 +50161 aapg_ae_388.html aapg_ae_388.html:1412:86363:86383 Tuscaloosa Melbourne, Florida -0.457068497754203162 +50162 aapg_af_50.html aapg_af_50.html:630:57163:57170 Minturn Logan, Utah 0.00454971060231966051 +50163 aapg_ai_250.html aapg_ai_250.html:136:15512:15520 Colorado Colorado -0.458695727712452594 +50164 aapg_ad_836.html aapg_ad_836.html:532:48642:48651 Maquoketa Chattanooga, Tennessee -0.427672143055296883 +50165 gsa_html_5851281923 gsa_html_5851281923:224:23284:23293 Wenatchee Washington (state) -0.23941690741020652 +50166 cspg_html_7833083677 cspg_html_7833083677:3388:259838:259847 Hay River Canada -0.18502016717845024 +50167 aapg_ae_73.html aapg_ae_73.html:478:63636:63643 Vermejo Trinidad and Tobago -0.0695117954687363149 +50168 palaios_html_6327369225 palaios_html_6327369225:33:2835:2862 Morrison Logan, Utah -0.419644846495757451 +50169 palaios_html_8113714689 palaios_html_8113714689:78:7835:7843 Michigan Munising, Michigan -0.458695727712452594 +50170 cspg_html_8464109528 cspg_html_8464109528:171:19752:19762 Besa River Dunedin, Florida -0.0387021217029241207 +50171 sedimentology_html_6376801731 sedimentology_html_6376801731:1755:98929:98935 Denver Colorado -0.466741549175746284 +50172 palaios_html_3105248303 palaios_html_3105248303:267:27515:27529 Point Pleasant Fulton, Missouri -0.517959661345332334 +50173 aapg_ae_794.html aapg_ae_794.html:202:24931:24952 Coon Creek Selma to Montgomery marches -0.456989251174634625 +50174 AMJC_html_8866429777 AMJC_html_8866429777:20:1871:1905 Conasauga Middle East -0.469809513538571255 +50175 cspg_html_9058948031 cspg_html_9058948031:35:4973:4987 Colorado Southern Alberta -0.467870731747513147 +50176 aapg_ae_999.html aapg_ae_999.html:300:41864:41888 St. Marks Tampa, Florida -0.42423457487964078 +50177 gsa_html_8829596586 gsa_html_8829596586:11:475:488 Santa Barbara California -0.0449670253897642563 +50178 cspg_html_1230998910 cspg_html_1230998910:14:1654:1666 Cooking Lake Pine Lake, Georgia -0.450595494357366455 +50179 cspg_html_2769629211 cspg_html_2769629211:78:10334:10346 Fort Simpson Lacombe, Alberta -0.00395905591412439809 +50180 geology_html_9085928497 geology_html_9085928497:285:23757:23783 Ringold Washington (state) -0.433546895631176765 +50181 aapg_ad_580.html aapg_ad_580.html:53:8736:8756 Fort Union Powder River (Montana) -0.460946527021081187 +50182 aapg_ad_212.html aapg_ad_212.html:9:1281:1289 Carlsbad San Angelo, Texas -0.0612988688264293202 +50183 aapg_aa_745.html aapg_aa_745.html:308:36343:36367 Cherry Canyon Spain -0.0249440441513266963 +50184 sedimentology_html_3308968191 sedimentology_html_3308968191:421:36022:36032 Washington Seattle -0.472501057082917231 +50185 aapg_ai_981.html aapg_ai_981.html:546:43025:43030 Yegua Mississippi River -0.0342192516575154232 +50186 geology_html_2057443012 geology_html_2057443012:295:25664:25670 Oregon Virginia -0.454034931813569353 +50187 gsa_html_1040524378 gsa_html_1040524378:925:91859:91867 Colorado Logan, Utah -0.0343184250102417446 +50188 jgeology_html_1836103970 jgeology_html_1836103970:399:31702:31722 Boss Point New Glasgow, Nova Scotia -0.445157668105484183 +50189 cspg_html_3854139935 cspg_html_3854139935:161:23008:23024 Oldman Lacombe, Alberta -0.489889776983278402 +50190 palaios_html_9935872947 palaios_html_9935872947:300:27018:27040 Grand Rapids CFB Cold Lake -0.0387682658349416676 +50191 geology_html_9924482358 geology_html_9924482358:324:28746:28767 Green River Cheyenne, Wyoming -0.476061064960921709 +50192 aapg_ac_334.html aapg_ac_334.html:55:7572:7590 Memramcook Bridgetown, Nova Scotia -0.057382412068765952 +50193 cspg_html_8083337877 cspg_html_8083337877:24:3218:3257 Edmonton Edmonton, London -0.49009668288503172 +50194 cspg_html_6688313426 cspg_html_6688313426:27:4248:4256 Columbia Victoria, British Columbia -0.486794549910148755 +50195 cspg_html_8694594891 cspg_html_8694594891:265:26292:26310 Carlsbad Western world -0.467925738958578585 +50196 aapg_ah_978.html aapg_ah_978.html:286:28247:28262 Etchegoin Coalinga, California -0.0594747287144253775 +50197 aapg_af_50.html aapg_af_50.html:791:73134:73142 Colorado New Mexico -0.0718148357754403444 +50198 aapg_ae_467.html aapg_ae_467.html:229:16489:16503 Traverse Michigan -0.447135398674851747 +50199 sedimentology_html_8282728307 sedimentology_html_8282728307:102:6972:6978 Brazil Switzerland -0.0134607320761341784 +50200 geology_html_8372189192 geology_html_8372189192:11:508:517 San Diego La Jolla -0.0161298137457332978 +50201 cspg_html_2585769771 cspg_html_2585769771:48:6516:6533 Wabamun Lacombe, Alberta -0.0574103284604600139 +50202 cspg_html_4031489103 cspg_html_4031489103:350:51900:51921 Dutch Creek Victoria, British Columbia -0.473676885959420813 +50203 aapg_af_773.html aapg_af_773.html:13:1439:1467 Green River Cheyenne, Wyoming -0.42107502020327392 +50204 gsa_html_2528324760 gsa_html_2528324760:62:5033:5061 Green River New Mexico -0.0291155791192652773 +50205 aapg_ad_154.html aapg_ad_154.html:148:18055:18071 Salona Pennsylvania -0.458031335089754243 +50206 aapg_aa_158.html aapg_aa_158.html:725:61067:61085 Morrison Jefferson County, Colorado -0.0458327637888954545 +50207 aapg_ad_758.html aapg_ad_758.html:125:16701:16711 Deer Creek Kansas City, Kansas -0.219071477277841958 +50208 cspg_html_3104351736 cspg_html_3104351736:766:82650:82672 Belly River Lacombe, Alberta -0.0124129812660324374 +50209 aapg_ai_146.html aapg_ai_146.html:146:11588:11602 Rierdon Southern Alberta -0.149447678525918115 +50210 palaios_html_3028956190 palaios_html_3028956190:61:5814:5838 Collingwood Ontario, California 0.0119577510561948014 +50211 cspg_html_9177794814 cspg_html_9177794814:12:1444:1458 Lisburne Anchorage, Alaska -0.476033304431228654 +50212 cspg_html_3008414459 cspg_html_3008414459:91:13630:13662 Telegraph Creek Deadhorse, Alaska -0.0850835973610678531 +50213 cspg_html_9768299963 cspg_html_9768299963:6:263:279 Battle Lacombe, Alberta -0.464450966712688929 +50214 gsa_html_6776599725 gsa_html_6776599725:706:74479:74506 Bennett Antarctica -0.451751782124743317 +50215 cspg_html_4495377323 cspg_html_4495377323:34:3731:3740 Extension Jasper National Park -0.0131340660726573313 +50216 aapg_ai_356.html aapg_ai_356.html:33:2933:2950 Edwards Luling, Louisiana -0.0449008358068114649 +50217 aapg_ah_213.html aapg_ah_213.html:90:9195:9213 Grayling McArthur River uranium mine -0.442539913358205417 +50218 aapg_aa_12.html aapg_aa_12.html:158:17893:17918 Signal Mountain Fort Sill -0.445408004975414329 +50219 aapg_ai_877.html aapg_ai_877.html:186:18848:18855 Venango Pennsylvania -0.434757184965269161 +50220 gsa_html_6426465509 gsa_html_6426465509:518:46516:46526 Washington Snohomish, Washington -0.462097962880594848 +50221 aapg_ae_461.html aapg_ae_461.html:61:8950:8961 Pine Island Rodessa, Louisiana -0.0264132431935258684 +50222 cspg_html_2498183035 cspg_html_2498183035:53:7124:7145 Swan Hills Lacombe, Alberta -0.0098536958986005091 +50223 sedimentology_html_8097871643 sedimentology_html_8097871643:1918:87045:87051 Denver Colorado -0.484161071054726611 +50224 aapg_aa_300.html aapg_aa_300.html:52:7942:7952 Point Loma San Diego -0.0498979272948652103 +50225 aapg_ac_676.html aapg_ac_676.html:229:23215:23231 Tesnus Texas -0.50210373062480862 +50226 aapg_af_308.html aapg_af_308.html:391:46312:46318 Pocono Gilmer County, Georgia -0.0128247793458777584 +50227 AMJC_html_9113252962 AMJC_html_9113252962:97:13245:13261 Hoosac Green Mountain -0.469988693380082645 +50228 cspg_html_8692417800 cspg_html_8692417800:179:23127:23143 Guelph Salina, Kansas -0.00850549498541811055 +50229 aapg_ac_687.html aapg_ac_687.html:103:10414:10454 Madison Cheyenne, Wyoming -0.432382247831122113 +50230 aapg_ad_466.html aapg_ad_466.html:447:53132:53139 Matawan Mount Laurel Township, New Jersey -0.452186332378920253 +50231 cspg_html_9222238695 cspg_html_9222238695:402:52277:52297 Nikanassin Lacombe, Alberta -0.471363620495062197 +50232 gsa_html_1193494932 gsa_html_1193494932:546:54796:54806 Santa Cruz Washington (state) -0.505035641895052567 +50233 cspg_html_1114211412 cspg_html_1114211412:35:6720:6728 Dunvegan Wapiti, Wyoming -0.40254340862255511 +50234 cspg_html_2873888604 cspg_html_2873888604:11:1190:1209 Pardonet Canada -0.459022435464294998 +50235 aapg_af_854.html aapg_af_854.html:1074:151525:151533 Golconda Kentucky -0.470181697121159758 +50236 cspg_html_5349145670 cspg_html_5349145670:214:24282:24295 Turner Valley Lacombe, Alberta -0.453130450697368015 +50237 palaios_html_3406135825 palaios_html_3406135825:823:75097:75114 Potsdam Canada -0.0274774196841049353 +50238 aapg_ah_645.html aapg_ah_645.html:663:74756:74785 Twin Creek Boise, Idaho -0.0404881732436468966 +50239 aapg_ai_213.html aapg_ai_213.html:407:53227:53243 Peedee Charleston, South Carolina -0.433376961451207021 +50240 sedimentology_html_4021147902 sedimentology_html_4021147902:1007:55509:55534 Monterey Central Valley (California) -0.0500425908080938953 +50241 cspg_html_4099674132 cspg_html_4099674132:272:28549:28605 Bakken Williston Basin 0.0139681145160581478 +50242 sedimentology_html_8748254640 sedimentology_html_8748254640:43:2820:2840 Toro Chile -0.488759736831659075 +50243 cspg_html_5360570542 cspg_html_5360570542:366:36301:36316 Bluff Grand Cayman -0.470216166533545032 +50244 aapg_ad_2.html aapg_ad_2.html:165:22861:22869 Catoctin Loudoun County, Virginia -0.026705362044744569 +50245 palaios_html_6376822353 palaios_html_6376822353:750:70975:70983 Colorado Yellowstone National Park -0.0398370785846279343 +50246 cspg_html_4626597050 cspg_html_4626597050:366:46782:46800 Dinwoody Uinta Mountains -0.0207667065675008616 +50247 aapg_ae_467.html aapg_ae_467.html:197:13255:13269 Traverse Michigan -0.433370341259820213 +50248 cspg_html_4105062490 cspg_html_4105062490:46:4845:4861 Elk Lacombe, Alberta 0.00208809189150845889 +50249 cspg_html_3665101783 cspg_html_3665101783:207:19531:19537 Silica England -0.0233880656689205678 +50250 cspg_html_8089302449 cspg_html_8089302449:33:6076:6110 Watt Mountain Lacombe, Alberta -0.0325612728688678896 +50251 aapg_af_540.html aapg_af_540.html:328:44231:44249 Niobrara Colorado 0.690972560999804197 +50252 aapg_ai_584.html aapg_ai_584.html:1239:126011:126027 Casper Nebraska -0.0124129812660324374 +50253 sedimentology_html_8054490062 sedimentology_html_8054490062:982:56387:56392 Waicoe Svalbard -0.0186775409744464604 +50254 gsa_html_5773604426 gsa_html_5773604426:336:31940:31952 Wilcox Middle East -0.0257872942551229771 +50255 cspg_html_2462765529 cspg_html_2462765529:192:32518:32536 Montney Lacombe, Alberta -0.479254814429897757 +50256 palaios_html_7744552784 palaios_html_7744552784:923:50560:50564 Kent North Atlantic Current -0.449433936510724996 +50257 aapg_af_854.html aapg_af_854.html:943:133268:133274 Bethel Bethel, Alaska -0.00424743388825097462 +50258 aapg_aa_357.html aapg_aa_357.html:478:42718:42734 Carmel San Rafael Swell -0.054549503916786618 +50259 aapg_ae_668.html aapg_ae_668.html:668:67542:67547 Chazy Western world -0.484266161538602968 +50260 geology_html_7991599785 geology_html_7991599785:18:848:856 Colorado Colorado -0.059052371538838716 +50261 geology_html_8124935570 geology_html_8124935570:223:20392:20400 Colorado Logan, Utah -0.0581780758460495664 +50262 geology_html_2442755584 geology_html_2442755584:23:1441:1453 San Joaquin Tuolumne River -0.446052041434467972 +50263 aapg_af_142.html aapg_af_142.html:219:27215:27235 La Casita Mexico -0.0769141826932452088 +50264 aapg_af_319.html aapg_af_319.html:308:29148:29154 Denver Colorado -0.450649451770273157 +50265 cspg_html_1841843683 cspg_html_1841843683:79:13463:13470 Rierdon Williston Basin -0.185958055470042238 +50266 aapg_af_791.html aapg_af_791.html:161:14415:14423 Billings Chattanooga, Tennessee -0.0366936389096963397 +50267 aapg_ah_318.html aapg_ah_318.html:161:24647:24663 Olvido Mexico -0.455536877615232372 +50268 aapg_ad_55.html aapg_ad_55.html:19:2331:2338 Plattin Jefferson County, Colorado 0.0156623563422135965 +50269 gsa_html_4431779557 gsa_html_4431779557:791:62533:62552 Seminole Red Lake, Ontario -0.0366623139169080098 +50270 aapg_ae_875.html aapg_ae_875.html:448:53243:53258 Coamo Puerto Rico -0.432421928049857018 +50271 cspg_html_4937997995 cspg_html_4937997995:787:73199:73224 Red Head Rapids Churchill River (Atlantic) -0.44951252529713398 +50272 aapg_ad_887.html aapg_ad_887.html:169:14376:14385 Frio Texas -0.45184182728382527 +50273 aapg_ah_675.html aapg_ah_675.html:516:73267:73284 Shublik North Slope Borough, Alaska -0.183232811507003907 +50274 aapg_ac_380.html aapg_ac_380.html:463:55200:55209 Schoharie Pennsylvania -0.0121262897059267044 +50275 palaios_html_4834438637 palaios_html_4834438637:445:43827:43853 Horseshoe Canyon Canada -0.436965343294064001 +50276 cspg_html_9354781888 cspg_html_9354781888:346:35842:35859 Halfway Canada -0.481870957939069144 +50277 aapg_af_291.html aapg_af_291.html:256:30035:30049 Lisburne Anchorage, Alaska -0.506206997527935965 +50278 gsa_html_1636483297 gsa_html_1636483297:1122:92565:92599 Lockatong Pennsylvania -0.0282634328663418991 +50279 palaios_html_1018466366 palaios_html_1018466366:1451:133075:133095 Sequatchie Knoxville, Tennessee -0.444818034084118463 +50280 palaios_html_2449649505 palaios_html_2449649505:666:70093:70111 Chinle New Mexico -0.0303173748455716902 +50281 gsa_html_3502869946 gsa_html_3502869946:521:52083:52089 Madrid Sierra Morena -0.0775270132939832185 +50282 aapg_ah_385.html aapg_ah_385.html:119:13685:13701 Forbes Glenn County, California -0.00268221124588273983 +50283 gsa_html_3590020600 gsa_html_3590020600:372:31297:31303 Jordan Israel -0.0189695239556965725 +50284 gsa_html_2246096178 gsa_html_2246096178:592:49209:49215 Galena Wisconsin -0.0262532758817809256 +50285 cspg_html_8250755331 cspg_html_8250755331:656:69417:69449 Provincial Canada -0.0632405567829520537 +50286 aapg_ad_116.html aapg_ad_116.html:427:53005:53024 Corbin Ranch Wichita, Kansas -0.0465661867457523512 +50287 cspg_html_2758324131 cspg_html_2758324131:30:5738:5745 Torquay Williston Basin -0.499845535291183252 +50288 cspg_html_7483574191 cspg_html_7483574191:497:63445:63474 Haig Brook Victoria, British Columbia -0.0367528086008553287 +50289 cspg_html_7688587411 cspg_html_7688587411:33:5001:5022 Fish Scales Lacombe, Alberta -0.444871652179790411 +50290 cspg_html_7970178687 cspg_html_7970178687:6:445:460 Bow Island Colorado -0.0617737568382137961 +50291 sedimentology_html_1640357417 sedimentology_html_1640357417:94:12945:12971 Wingate Logan, Utah -0.0504347649062896058 +50292 aapg_aa_357.html aapg_aa_357.html:171:13342:13356 Rico Hermosa, Chicago -0.452461129454831856 +50293 aapg_ah_387.html aapg_ah_387.html:506:49657:49663 Oregon Santa Barbara, California -0.483631144002422242 +50294 aapg_ad_351.html aapg_ad_351.html:854:77687:77703 Keokuk Burlington, Ontario 0.00861668517403394243 +50295 aapg_ae_461.html aapg_ae_461.html:12:1978:1991 Cotton Valley Cotton Valley, Louisiana -0.0370695462872533757 +50296 aapg_ac_832.html aapg_ac_832.html:80:10729:10753 Stony Mountain Canada -0.311259010663675117 +50297 aapg_ac_187.html aapg_ac_187.html:2326:229039:229058 Marcellus Skaneateles (village), New York 0.0755137127932867941 +50298 aapg_ah_411.html aapg_ah_411.html:104:12493:12508 Mt Lytton Milk River, Alberta 0.0129828974298069524 +50299 geology_html_8754746238 geology_html_8754746238:51:5274:5282 San Jose California -0.0536688201190548622 +50300 aapg_af_653.html aapg_af_653.html:478:55915:55923 Vaqueros Monterey, California -0.00229308019174294993 +50301 cspg_html_9947283670 cspg_html_9947283670:51:6590:6598 Richmond Black River, Jamaica -0.45295011354581094 +50302 palaios_html_1834763898 palaios_html_1834763898:48:5490:5506 Noonday Dolomite Reno, Nevada -0.460146402321772174 +50303 aapg_ah_724.html aapg_ah_724.html:428:54193:54211 Dunvegan Canada -0.0133147744605960541 +50304 cspg_html_2208643572 cspg_html_2208643572:398:49929:49960 Fernie Lacombe, Alberta -0.462644618431458876 +50305 sedimentology_html_4057336647 sedimentology_html_4057336647:72:7738:7747 Rio Negro Manaus -0.448408411516637184 +50306 AMJC_html_7984049819 AMJC_html_7984049819:571:57870:57891 Tatnic Hill Cambridge, Massachusetts -0.075289674136355525 +50307 AMJC_html_8282401144 AMJC_html_8282401144:12:592:600 Victoria Victoria, British Columbia -0.458659434193013582 +50308 cspg_html_7028413504 cspg_html_7028413504:255:34566:34580 Woodbend Lacombe, Alberta -0.0435562539048757053 +50309 cspg_html_9768299963 cspg_html_9768299963:40:4876:4902 Horseshoe Canyon Lacombe, Alberta -0.089302006148403057 +50310 aapg_ai_82.html aapg_ai_82.html:107:13453:13464 Mauch Chunk Huntington, West Virginia -0.443701699352459789 +50311 geology_html_4584769570 geology_html_4584769570:226:22165:22174 San Diego California 0.00902496409790776687 +50312 cspg_html_5955028331 cspg_html_5955028331:604:65964:65980 Viking Lacombe, Alberta -0.455279223830003521 +50313 gsa_html_6672856503 gsa_html_6672856503:313:26309:26318 Wenatchee Washington (state) -0.478836965338604204 +50314 aapg_ah_779.html aapg_ah_779.html:238:43685:43691 Oswego Virginia -0.45412746085651301 +50315 aapg_ad_147.html aapg_ad_147.html:96:8857:8863 Dakota Rio Arriba County, New Mexico 0.0448590321281746168 +50316 sedimentology_html_2806065367 sedimentology_html_2806065367:54:5482:5492 Rio Grande Corralitos, California -0.458534686411798065 +50317 cspg_html_3804945581 cspg_html_3804945581:6:471:479 Whitemud Woodlake, Texas -0.486419849038802532 +50318 aapg_aa_595.html aapg_aa_595.html:550:64858:64874 Salado Texas 0.000416922734646836166 +50319 aapg_af_854.html aapg_af_854.html:1425:207618:207645 Hardinsburg Bethel, Alaska -0.0418113941638034933 +50320 aapg_af_969.html aapg_af_969.html:424:53773:53778 Piper Ancient Corinth -0.444451727274864927 +50321 cspg_html_1818321956 cspg_html_1818321956:561:58661:58680 Baldonnel Saint Kitts and Nevis -0.4784100389871494 +50322 aapg_ad_351.html aapg_ad_351.html:896:82825:82841 Warsaw Illinois -0.0265071378839745256 +50323 aapg_aa_735.html aapg_aa_735.html:224:20510:20527 Gaptank West Texas -0.477123570959987586 +50324 cspg_html_1565769407 cspg_html_1565769407:380:38620:38640 Windsor Sydney Basin 0.0104982774024900572 +50325 aapg_ai_292.html aapg_ai_292.html:412:37981:38009 Lisburne Anchorage, Alaska -0.481777803377517411 +50326 aapg_ac_572.html aapg_ac_572.html:537:60646:60663 Loudoun Maryland -0.0279486743171803304 +50327 aapg_ai_583.html aapg_ai_583.html:96:13897:13905 Sundance Logan, Utah -0.0741521314053231045 +50328 geology_html_8462878156 geology_html_8462878156:239:21918:21925 Carrizo Chile -0.0188200559458422435 +50329 aapg_ac_688.html aapg_ac_688.html:5:579:596 Paradox Logan, Utah 0.8723569150115007 +50330 sedimentology_html_6630646481 sedimentology_html_6630646481:1866:47526:47534 Columbia Victoria, British Columbia -0.0490160622596066617 +50331 aapg_af_897.html aapg_af_897.html:7:1121:1131 Carbondale Hartville, Missouri -0.00771327274469656935 +50332 gsa_html_3445493534 gsa_html_3445493534:619:67661:67674 Santa Barbara California -0.0170838731942537375 +50333 cspg_html_4498577775 cspg_html_4498577775:99:13319:13336 Badshot Purcell Mountains -0.433546895631176765 +50334 cspg_html_5264346535 cspg_html_5264346535:203:22811:22828 Bearpaw Lacombe, Alberta -0.0295851529329683692 +50335 cspg_html_2139304729 cspg_html_2139304729:752:49487:49499 Independence Iowa -0.498034815247566209 +50336 palaios_html_1369959458 palaios_html_1369959458:80:7936:7943 La Luna Colombia -0.44497889773871091 +50337 aapg_ai_696.html aapg_ai_696.html:78:9794:9800 Antler Reno, Nevada -0.0498526115827557514 +50338 aapg_ae_324.html aapg_ae_324.html:884:89592:89596 Hall Holston Mountain -0.0433821006587485347 +50339 geology_html_6504371670 geology_html_6504371670:14:659:671 Rhode Island Kingston, Jamaica 0.545718679229135084 +50340 palaios_html_5264377288 palaios_html_5264377288:85:7593:7614 Chickaloon Matanuska Glacier -0.161595016616761178 +50341 gsa_html_2994204451 gsa_html_2994204451:683:69907:69915 Catskill Rocky Mountains -0.477179162580930738 +50342 aapg_aa_734.html aapg_aa_734.html:63:6684:6692 Caballos Arkansas -0.513270267028681393 +50343 sedimentology_html_7210426968 sedimentology_html_7210426968:223:12040:12045 Crete Greece -0.494968839994781917 +50344 gsa_html_6979201747 gsa_html_6979201747:62:4506:4534 Green River Iran -0.0185419788860923702 +50345 gsa_html_1636483297 gsa_html_1636483297:1018:85286:85308 Green River Cheyenne, Wyoming -0.460944252925189812 +50346 gsa_html_8016832495 gsa_html_8016832495:73:5356:5384 Green River New Mexico 0.0152887445072461998 +50347 gsa_html_5924250698 gsa_html_5924250698:741:70030:70036 Denver Mexico -0.0942416983921714468 +50348 aapg_ae_204.html aapg_ae_204.html:194:16718:16730 Grand Rapids Ottawa, Kansas -0.0957659224263696651 +50349 aapg_ah_645.html aapg_ah_645.html:134:18310:18330 Twin Creek Cheyenne, Wyoming 0.0113687415269668537 +50350 jgeology_html_9553406759 jgeology_html_9553406759:82:4068:4074 Denver Colorado -0.0386168312473477923 +50351 aapg_ai_370.html aapg_ai_370.html:6:589:603 Richmond Butler County, Ohio 0.0383888134751202009 +50352 gsa_html_5277590404 gsa_html_5277590404:660:65098:65102 Hall Los Angeles -0.459887424332023564 +50353 gsa_html_6169925575 gsa_html_6169925575:1223:106258:106273 Beaufort South Africa -0.443732938342886629 +50354 aapg_ad_940.html aapg_ad_940.html:158:16752:16770 Catahoula Mississippi River -0.026691451486835667 +50355 aapg_aa_698.html aapg_aa_698.html:479:45520:45535 Elk Lacombe, Alberta -0.00871745152629535731 +50356 AMJC_html_4504848787 AMJC_html_4504848787:31:4029:4041 Mount Rogers Ocoee, Florida -0.0483573436723463285 +50357 aapg_ac_924.html aapg_ac_924.html:426:45347:45354 Madison Cheyenne, Wyoming -0.0470470415347230275 +50358 gsa_html_6930523879 gsa_html_6930523879:32:2861:2870 Red River Great Lakes region (North America) -0.00967821874611652505 +50359 aapg_ae_848.html aapg_ae_848.html:7:1029:1037 Columbia Lacombe, Alberta -0.00447500993536276322 +50360 aapg_ae_584.html aapg_ae_584.html:631:60580:60588 Fountain Colorado -0.0269348882327513015 +50361 aapg_ai_364.html aapg_ai_364.html:19:2296:2301 Oread Leavenworth, Washington -0.0465034686644063416 +50362 palaios_html_7465495929 palaios_html_7465495929:30:2545:2562 La Luna Venezuela -0.249696527735008916 +50363 cspg_html_6021605367 cspg_html_6021605367:160:19019:19027 Colorado New Mexico -0.055289015959458003 +50364 aapg_aa_784.html aapg_aa_784.html:113:12941:12960 Chainman Yucca Mountain -0.0280825762237737336 +50365 aapg_af_779.html aapg_af_779.html:37:5853:5880 Traverse Michigan -0.0210726272729466063 +50366 AMJC_html_3447844227 AMJC_html_3447844227:15:830:844 Espiritu Santo Puerto Rico -0.00806073698202901257 +50367 aapg_ak_130.html aapg_ak_130.html:330:36162:36168 Jordan Bermuda -0.470629904958731249 +50368 aapg_ad_944.html aapg_ad_944.html:151:14812:14822 Nikanassin Lacombe, Alberta -0.0137248477945169315 +50369 cspg_html_8662646956 cspg_html_8662646956:846:109447:109455 Columbia Victoria, British Columbia -0.0209266190161632587 +50370 aapg_ac_380.html aapg_ac_380.html:80:10756:10764 Syracuse Lockport (city), New York -0.0604679026610536186 +50371 aapg_aa_760.html aapg_aa_760.html:930:106486:106491 Price Earth -0.0310531186314172737 +50372 cspg_html_9435196958 cspg_html_9435196958:1110:47079:47100 Belly River Lacombe, Alberta -0.454052985518192231 +50373 aapg_ac_729.html aapg_ac_729.html:718:69379:69403 Schrader Bluff Colville River (Washington) -0.413108595216795882 +50374 cspg_html_7587979364 cspg_html_7587979364:213:17214:17235 Slave Point Lacombe, Alberta -0.460205477971118548 +50375 aapg_aa_697.html aapg_aa_697.html:195:20076:20087 Black Creek Lacombe, Alberta 0.00325374947790672006 +50376 aapg_ac_629.html aapg_ac_629.html:140:19391:19399 Beaumont Mississippi River 1.04761725431312946 +50377 gsa_html_2758185504 gsa_html_2758185504:969:77954:77982 Green River Colorado -0.0101942281259971568 +50378 sedimentology_html_7829420365 sedimentology_html_7829420365:28:1826:1836 Washington Wa (Japan) -0.0162740496879429895 +50379 cspg_html_5820147834 cspg_html_5820147834:6:348:379 Bjorne Melville Island (Canada) 0.00190221287180775155 +50380 gsa_html_4557277250 gsa_html_4557277250:120:13303:13319 Fish Canyon Tuff Colorado -0.472717659724808503 +50381 aapg_ah_335.html aapg_ah_335.html:470:61344:61364 Pottsville Pottsville, Pennsylvania -0.418529603382018334 +50382 cspg_html_6985536436 cspg_html_6985536436:638:82155:82176 Christopher Banks Island -0.00933942844638739958 +50383 cspg_html_9073385860 cspg_html_9073385860:112:9487:9509 Cooking Lake Redwater, Texas -0.0486622990277508355 +50384 cspg_html_1498300615 cspg_html_1498300615:73:8186:8201 Flume Middle East -0.454143259443463898 +50385 aapg_aa_699.html aapg_aa_699.html:195:17556:17564 Syracuse Pittsford (village), New York -0.462097962880594848 +50386 jgeology_html_8494933343 jgeology_html_8494933343:480:37818:37842 Bouse Colorado -0.471336008805755435 +50387 gsa_html_6492324485 gsa_html_6492324485:31:1223:1229 Sonora Sonora -0.0473205840884710904 +50388 cspg_html_2498183035 cspg_html_2498183035:415:42324:42344 Swan Hills Canada 0.699654116731897813 +50389 geology_html_7094500245 geology_html_7094500245:330:23247:23257 Keokuk Quebec City -0.48312719960823608 +50390 aapg_ae_139.html aapg_ae_139.html:375:38689:38706 Prairie Regina, Saskatchewan 0.0220460464789186475 +50391 cspg_html_9725676031 cspg_html_9725676031:658:72401:72409 Columbia Victoria, British Columbia -0.455658949817136283 +50392 cspg_html_5345848475 cspg_html_5345848475:1036:101073:101084 Peace River Western Canadian Sedimentary Basin -0.442860875153750722 +50393 cspg_html_1025724640 cspg_html_1025724640:549:68348:68364 Nepean Ottawa, Kansas -0.0290477532032288703 +50394 aapg_ai_281.html aapg_ai_281.html:20:3191:3207 Cupido Mexico -0.0534002771689079184 +50395 jgeology_html_8088445472 jgeology_html_8088445472:78:3373:3380 Oneonta Oneonta, New York -0.0179232709792312463 +50396 gsa_html_3860045860 gsa_html_3860045860:606:67970:67976 Eugene Salem, Oregon -0.462143504710773534 +50397 aapg_af_956.html aapg_af_956.html:142:18969:18987 Nonesuch Wisconsin -0.450582005503512739 +50398 aapg_ac_104.html aapg_ac_104.html:30:3982:3996 Lyre Clallam County, Washington -0.00608022205823690199 +50399 aapg_aa_507.html aapg_aa_507.html:44:5479:5489 Tuscaloosa Alabama -0.434436792512804759 +50400 palaios_html_2621173808 palaios_html_2621173808:66:8104:8112 Columbia Victoria, British Columbia -0.435679199475508039 +50401 gsa_html_8515975571 gsa_html_8515975571:36:3301:3310 Extension Mongolia -0.506374811889724219 +50402 aapg_ah_387.html aapg_ah_387.html:18:2716:2725 Knoxville Knoxville, Illinois -0.0247962629365806077 +50403 aapg_ac_23.html aapg_ac_23.html:87:8111:8118 Bedford Venango, Pennsylvania -0.0223919711537192666 +50404 aapg_ah_96.html aapg_ah_96.html:466:54468:54477 Red River Williston, Vermont -0.415254330132500793 +50405 gsa_html_5140765555 gsa_html_5140765555:861:65219:65228 Extension England -0.467889067103673728 +50406 aapg_ae_157.html aapg_ae_157.html:33:2790:2800 South Park Colorado -0.469051848391689397 +50407 gsa_html_6753732431 gsa_html_6753732431:31:3738:3753 Sespe Los Angeles -0.459805657368256959 +50408 cspg_html_8312989046 cspg_html_8312989046:916:91691:91726 Endako Victoria, British Columbia -0.49119789377684242 +50409 aapg_ad_466.html aapg_ad_466.html:755:82294:82311 Mount Laurel Matawan, New Jersey -0.0269922703660798423 +50410 jgeology_html_1659592707 jgeology_html_1659592707:1221:65876:65884 Colorado Larimer County, Colorado -0.0925072120048381769 +50411 aapg_af_663.html aapg_af_663.html:670:65123:65138 Mystic Missouri River -0.46168136305604579 +50412 sedimentology_html_8343819929 sedimentology_html_8343819929:543:60753:60757 Java London, Ontario -0.0381033635608957824 +50413 sedimentology_html_8510537334 sedimentology_html_8510537334:1735:129616:129652 Wood Canyon Marble Mountain Wilderness -0.0270600859182637335 +50414 aapg_ah_779.html aapg_ah_779.html:248:45697:45704 Juniata Maysville, Kentucky 0.0513690938098916444 +50415 cspg_html_7970836465 cspg_html_7970836465:196:22094:22113 Chicotte Anticosti Island -0.0133425758529538245 +50416 aapg_ah_82.html aapg_ah_82.html:371:36007:36013 Sierra Mexico -0.452003931056544739 +50417 aapg_ac_213.html aapg_ac_213.html:426:36575:36598 Taylor Boise, Idaho -0.0550273870379477323 +50418 aapg_aa_931.html aapg_aa_931.html:81:10090:10100 Dewey Lake Texas -0.458675312427173743 +50419 palaios_html_2736581987 palaios_html_2736581987:629:62677:62690 Abo New Mexico -0.00257103084166600531 +50420 aapg_af_312.html aapg_af_312.html:35:3235:3244 Queenston Chautauqua County, Kansas 0.000277948477905467942 +50421 aapg_ae_70.html aapg_ae_70.html:328:34883:34891 Colorado White River (Washington) -0.467950951742638677 +50422 aapg_ai_432.html aapg_ai_432.html:763:92358:92363 Ancon Quito -0.0182917127831857887 +50423 aapg_ad_192.html aapg_ad_192.html:4:458:468 Tuscaloosa Tuscaloosa, Alabama 0.00989886836448491438 +50424 cspg_html_5241714595 cspg_html_5241714595:247:38377:38414 Woodbend Regina, Saskatchewan -0.505272653872059108 +50425 aapg_ad_954.html aapg_ad_954.html:625:55939:55957 Wilberns Texas -0.499298579771170536 +50426 aapg_af_317.html aapg_af_317.html:932:107191:107198 Norfolk Norfolk, Virginia -0.410654977258053444 +50427 palaios_html_7321955282 palaios_html_7321955282:71:9457:9467 Washington San Juan Islands -0.04261586758794602 +50428 palaios_html_1834763898 palaios_html_1834763898:50:5716:5732 Noonday Dolomite Wasserburg am Inn -0.063205628823083157 +50429 aapg_ai_424.html aapg_ai_424.html:8:1561:1580 Minnelusa Black Hills -0.435738929516159335 +50430 cspg_html_7086880709 cspg_html_7086880709:386:51503:51513 Horn River Root River (Wisconsin) -0.0197168810314956311 +50431 aapg_ad_457.html aapg_ad_457.html:265:31568:31575 Jupiter Anticosti Island -0.0232594217874036342 +50432 sedimentology_html_4185931185 sedimentology_html_4185931185:391:35556:35584 Nopah Funeral Mountains -0.0165833779978511626 +50433 gsa_html_8010927234 gsa_html_8010927234:289:21756:21762 Madrid Littleton, Colorado -0.508150935867965892 +50434 cspg_html_5241714595 cspg_html_5241714595:366:56774:56782 Grosmont Redwater, Texas -0.0250987813235815996 +50435 sedimentology_html_1317627316 sedimentology_html_1317627316:467:31049:31053 Hall London, Ontario -0.443732938342886629 +50436 aapg_ac_629.html aapg_ac_629.html:513:62929:62939 Citronelle Oberlin, Ohio -0.00952011624606233578 +50437 cspg_html_2471870619 cspg_html_2471870619:265:33393:33409 Exshaw Western world -0.454357696116458765 +50438 aapg_ad_601.html aapg_ad_601.html:61:7619:7641 Prairie Central Michigan -0.0296008056896251114 +50439 aapg_ac_971.html aapg_ac_971.html:867:69372:69389 Seminole Ardmore, Pennsylvania -0.477454856949792728 +50440 cspg_html_2175627313 cspg_html_2175627313:64:7786:7803 Montney Victoria, British Columbia -0.492239240738401806 +50441 gsa_html_4543270561 gsa_html_4543270561:330:29105:29115 Point Loma Naval Auxiliary Landing Field San Clemente Island -0.0354494130936665666 +50442 palaios_html_2449649505 palaios_html_2449649505:770:77836:77867 Chinle New Mexico -0.0342523093425481095 +50443 cspg_html_4498577775 cspg_html_4498577775:1200:89690:89708 Antietam Virginia 0.391415703682394422 +50444 aapg_ai_78.html aapg_ai_78.html:46:4397:4406 Catahoula Texas -0.0140376196944260508 +50445 geology_html_3472946819 geology_html_3472946819:14:888:898 Washington Seattle -0.420878980795922841 +50446 aapg_ae_135.html aapg_ae_135.html:96:8671:8680 Smackover Canton, Ohio -0.00871745152629535731 +50447 aapg_ah_871.html aapg_ah_871.html:32:4431:4436 Chazy Montreal -0.464953382280686722 +50448 aapg_aa_704.html aapg_aa_704.html:273:32078:32095 Prairie Regina, Saskatchewan 0.0235584334701532984 +50449 aapg_ad_947.html aapg_ad_947.html:939:94088:94096 Colorado Colorado -0.466393694301656669 +50450 aapg_aa_956.html aapg_aa_956.html:106:11741:11762 Danville Landing Mississippi River -0.204544596871737733 +50451 aapg_ae_705.html aapg_ae_705.html:560:54810:54838 Saugus Ojai, California -0.041445748202081481 +50452 aapg_af_664.html aapg_af_664.html:117:12999:13009 San Andres Val Verde (fictional country) -0.447706690849008493 +50453 aapg_ah_644.html aapg_ah_644.html:469:51227:51250 Gypsum Spring Cheyenne, Wyoming -0.440300736461396947 +50454 gsa_html_3087345578 gsa_html_3087345578:12:625:631 Denver Colorado -0.464569693827358687 +50455 aapg_ac_720.html aapg_ac_720.html:78:10235:10244 New Egypt Navesink River -0.48757492352044407 +50456 cspg_html_7028413504 cspg_html_7028413504:8:903:909 Exshaw Western Canadian Sedimentary Basin -0.433368134539702354 +50457 aapg_ac_741.html aapg_ac_741.html:288:33080:33098 Niobrara Sharon Springs, Kansas 0.513872511749928762 +50458 sedimentology_html_3574464143 sedimentology_html_3574464143:1049:58144:58189 Colorado Colorado -0.472722268874013252 +50459 jgeology_html_3739517257 jgeology_html_3739517257:208:13268:13282 Ogallala New Mexico -0.142490224658551073 +50460 gsa_html_4913703235 gsa_html_4913703235:99:9198:9217 Queenston Pennsylvania -0.436805862873274886 +50461 jgeology_html_5970406003 jgeology_html_5970406003:1823:92595:92614 Hillabee Greenstone Alabama -0.269857429404211147 +50462 aapg_ae_324.html aapg_ae_324.html:1134:113930:113938 Virginia The Narrows -0.0400668715535646355 +50463 aapg_ac_151.html aapg_ac_151.html:59:9913:9926 Midway Texas -0.421027095781893512 +50464 aapg_aa_357.html aapg_aa_357.html:291:26901:26912 Green River San Rafael Swell -0.0413499862143105745 +50465 cspg_html_2193428533 cspg_html_2193428533:216:26018:26048 Doig Lacombe, Alberta -0.455197874748240694 +50466 aapg_ad_329.html aapg_ad_329.html:262:32520:32540 Mahantango Huntington, West Virginia 0.729370332480577366 +50467 palaios_html_3022467877 palaios_html_3022467877:368:41083:41096 Pit Navesink River -0.500602350569185339 +50468 gsa_html_2863658561 gsa_html_2863658561:515:55605:55641 Protection Colorado -0.449467616590735308 +50469 aapg_ad_329.html aapg_ad_329.html:114:15805:15825 Mahantango Fulton, Missouri -0.458031335089754243 +50470 aapg_ah_42.html aapg_ah_42.html:138:19036:19053 Entrada Logan, Utah 0.356298789430815832 +50471 palaios_html_2623118674 palaios_html_2623118674:589:60118:60138 North Horn Emery County, Utah 0.343789984353208178 +50472 cspg_html_4176605708 cspg_html_4176605708:80:10301:10320 Big River Ashville, Ohio -0.129459667655763555 +50473 gsa_html_4675429437 gsa_html_4675429437:167:11089:11095 Sonora Baja California peninsula -0.441392939290133568 +50474 aapg_ac_730.html aapg_ac_730.html:154:21579:21585 Dakota Mancos, Colorado 0.354041998744720254 +50475 sedimentology_html_2898428289 sedimentology_html_2898428289:1921:96261:96296 Keg River Lacombe, Alberta -0.461128473443845555 +50476 gsa_html_8076575690 gsa_html_8076575690:1290:96768:96778 Wellington Mound of the Hostages -0.451875596518584666 +50477 gsa_html_5273912996 gsa_html_5273912996:1098:72801:72829 Green River Colorado -0.435694684676078359 +50478 aapg_ae_168.html aapg_ae_168.html:593:63889:63897 Arcturus Reno, Nevada -0.434540631888912565 +50479 jgeology_html_2563614336 jgeology_html_2563614336:265:16896:16906 San Felipe San Jacinto, California -0.00782446102673750588 +50480 cspg_html_1159165904 cspg_html_1159165904:126:19789:19807 Kootenay Elk River, Minnesota -0.447276508327869859 +50481 aapg_ai_340.html aapg_ai_340.html:459:47362:47366 Cass Anchorage, Alaska -0.0232768060359763093 +50482 gsa_html_5274400800 gsa_html_5274400800:547:45381:45407 Monterey California 0.0115094773461777138 +50483 cspg_html_1732329534 cspg_html_1732329534:320:37126:37140 Edmonton Lacombe, Alberta -0.473718414704639712 +50484 aapg_ad_466.html aapg_ad_466.html:727:79776:79788 Mount Laurel Navesink River -0.0520768920178777336 +50485 cspg_html_6985536436 cspg_html_6985536436:848:102848:102857 Mackenzie Lady Franklin Bay -0.0126805624942423392 +50486 geology_html_4075168887 geology_html_4075168887:186:16628:16632 Bell Earth -0.435659290307845004 +50487 aapg_ad_466.html aapg_ad_466.html:1283:137725:137742 Patuxent Maryland -0.476093453364925034 +50488 cspg_html_5697056884 cspg_html_5697056884:40:4070:4088 Deadwood Regina, Saskatchewan 0.0563600553074108876 +50489 aapg_ac_672.html aapg_ac_672.html:105:8734:8742 Michigan Michigan 0.0415432523513411603 +50490 aapg_aa_492.html aapg_aa_492.html:12:1026:1039 Woodbine Shreveport, Louisiana -0.391665243025441145 +50491 aapg_ai_143.html aapg_ai_143.html:117:13282:13300 Basal Lethbridge -0.520258443271294668 +50492 aapg_ac_219.html aapg_ac_219.html:613:97204:97211 La Luna Peru, Indiana 1.40597658726686014 +50493 cspg_html_3277684928 cspg_html_3277684928:283:35946:35969 Edwards Texas -0.486513508857715604 +50494 aapg_ae_873.html aapg_ae_873.html:1083:127797:127809 Paluxy Hopkins County, Kentucky -0.475730309561108622 +50495 gsa_html_5664265459 gsa_html_5664265459:885:90979:90989 Washington Salem, Oregon -0.432227951733042737 +50496 palaios_html_1020763489 palaios_html_1020763489:12:521:531 Washington Wa (Japan) -0.4597965726108596 +50497 palaios_html_4963986509 palaios_html_4963986509:446:48965:48983 Imperial California -0.450608983410958508 +50498 aapg_ad_650.html aapg_ad_650.html:463:52445:52455 Washington China -0.0250709632878346432 +50499 aapg_ac_289.html aapg_ac_289.html:129:10277:10284 Hosston Tuscaloosa, Alabama -0.103559914013148083 +50500 aapg_ad_648.html aapg_ad_648.html:170:18935:18953 Niobrara Niobrara, Nebraska 0.0544239342735702916 +50501 aapg_ae_118.html aapg_ae_118.html:625:62293:62301 Colorado Sweetwater, Miami-Dade County, Florida -0.0310096337279850039 +50502 gsa_html_8638560961 gsa_html_8638560961:91:11246:11260 Duchesne River Logan, Utah -0.114796349378180063 +50503 aapg_ah_541.html aapg_ah_541.html:370:52758:52773 Allegheny Bloomington, Indiana -0.440680970807864891 +50504 aapg_ac_889.html aapg_ac_889.html:106:10230:10241 Tar Springs Hardinsburg, Indiana -0.475325709854034217 +50505 aapg_ah_772.html aapg_ah_772.html:541:42463:42480 Bird Spring Missouri River -0.464533160716817162 +50506 aapg_ae_884.html aapg_ae_884.html:109:14196:14211 Mesaverde Fruitland, Idaho -0.00274648745693117794 +50507 aapg_ae_268.html aapg_ae_268.html:42:4244:4250 Elwren Warren County, Ohio -0.451812561628617604 +50508 gsa_html_5215388101 gsa_html_5215388101:57:3996:4002 Reston Denver -0.0380407049266876865 +50509 aapg_ac_301.html aapg_ac_301.html:230:27939:27970 Interlake Boise, Idaho -0.437987106587424679 +50510 cspg_html_9343899465 cspg_html_9343899465:859:78167:78188 Hecla Bay Melville Island (Canada) -0.251461648860506648 +50511 gsa_html_5253952002 gsa_html_5253952002:402:47539:47548 Red River Shreveport, Louisiana -0.0152852690750857109 +50512 cspg_html_4270552951 cspg_html_4270552951:146:20973:21000 Niobrara Western world 0.0254221697813066458 +50513 cspg_html_3926542795 cspg_html_3926542795:1281:138762:138801 Leduc Lacombe, Alberta -0.438031460031225395 +50514 aapg_aa_945.html aapg_aa_945.html:27:2851:2864 Glenwood Platteville, Colorado -0.446011775932438015 +50515 cspg_html_5241714595 cspg_html_5241714595:702:103459:103495 Exshaw Lacombe, Alberta -0.439098796420780313 +50516 aapg_ad_466.html aapg_ad_466.html:295:36505:36518 Potomac Tuscaloosa, Alabama -0.486588444102287743 +50517 aapg_ai_477.html aapg_ai_477.html:49:6260:6274 Bullhead Pine River (Michigan) -0.0259316078616598014 +50518 aapg_aa_698.html aapg_aa_698.html:384:35599:35619 Keg River Lacombe, Alberta -0.447242908821281704 +50519 cspg_html_8086045309 cspg_html_8086045309:442:52362:52378 Ireton Central Alberta -0.0447893597917523589 +50520 cspg_html_5697056884 cspg_html_5697056884:484:51414:51428 Winnipeg Williston Basin -0.147319516485656832 +50521 aapg_ah_160.html aapg_ah_160.html:200:26128:26142 Salina York, Pennsylvania -0.443813272031764461 +50522 aapg_ac_366.html aapg_ac_366.html:201:24067:24073 Bisher Ohio -0.040359343442637502 +50523 gsa_html_6350949088 gsa_html_6350949088:20:1094:1102 Virginia Reston, Virginia -0.481759173673690755 +50524 aapg_ai_584.html aapg_ai_584.html:775:81799:81819 Minnekahta Laramie, Wyoming -0.484191429205932 +50525 cspg_html_1296564271 cspg_html_1296564271:94:10568:10586 Black River Ontario, California 0.0102341887438569899 +50526 cspg_html_4205215905 cspg_html_4205215905:90:13151:13173 Winnipegosis Regina, Saskatchewan -0.437953842888147871 +50527 aapg_ad_168.html aapg_ad_168.html:111:12659:12664 Logan Logan, Utah -0.449521507303549339 +50528 aapg_af_288.html aapg_af_288.html:183:20052:20061 Horquilla Arizona -0.476672020857479173 +50529 sedimentology_html_2359041650 sedimentology_html_2359041650:982:86910:86915 Crete Greece -0.0503371552170116185 +50530 aapg_ai_100.html aapg_ai_100.html:7:819:825 Provo Jura Mountains -0.507716152641192187 +50531 palaios_html_6025329652 palaios_html_6025329652:763:57125:57136 Coon Hollow Wallowa, Oregon -0.502986755822435128 +50532 geology_html_6496182488 geology_html_6496182488:11:489:495 Oregon Salem, Oregon -0.0514492842552477722 +50533 aapg_ai_4.html aapg_ai_4.html:80:8257:8264 Topanga Monterey, California -0.0180709945054990453 +50534 aapg_ae_886.html aapg_ae_886.html:3:302:328 Todilto New Mexico -0.0510274225681307883 +50535 gsa_html_3720789279 gsa_html_3720789279:1525:137411:137421 Washington Boise, Idaho -0.448282824521055501 +50536 cspg_html_9701352317 cspg_html_9701352317:5:225:245 Otto Fiord Ellesmere Island -0.19120069905590073 +50537 jgeology_html_9111148993 jgeology_html_9111148993:675:48800:48829 Baraboo Quartzite Wisconsin -0.470179399208385473 +50538 aapg_aa_358.html aapg_aa_358.html:72:7248:7264 Toroweap Moenkopi Formation -0.474815026513922711 +50539 cspg_html_4105062490 cspg_html_4105062490:64:6879:6899 Dawson Bay Regina, Saskatchewan -0.00638076930644856932 +50540 aapg_ac_617.html aapg_ac_617.html:160:22219:22237 Oakville Oakville, California -0.00993014164144906397 +50541 aapg_ad_466.html aapg_ad_466.html:1120:120404:120420 Shark River Marlton, New Jersey -0.0228248215914789478 +50542 cspg_html_1762556965 cspg_html_1762556965:54:5557:5571 Elk Southern Alberta -0.0520455103452094406 +50543 geology_html_6070099954 geology_html_6070099954:237:14895:14903 Victoria North Atlantic Current -0.0508147576234257159 +50544 geology_html_6060647318 geology_html_6060647318:166:15917:15928 San Joaquin Sacramento, California -0.0102706745632111761 +50545 aapg_af_881.html aapg_af_881.html:97:13359:13369 Dewey Lake Salado, Texas -0.466759861116235797 +50546 aapg_ai_157.html aapg_ai_157.html:88:11671:11677 Guelph Lockport (city), New York -0.025689926843247262 +50547 aapg_ai_514.html aapg_ai_514.html:90:10772:10776 Elko Reno, Nevada 0.356763386181509767 +50548 geology_html_1652363853 geology_html_1652363853:236:22771:22777 Kodiak Anchorage, Alaska -0.523902607482957028 +50549 cspg_html_1025724640 cspg_html_1025724640:186:26323:26330 Potsdam Quebec City -0.448350101124535771 +50550 aapg_ai_157.html aapg_ai_157.html:90:12155:12167 Guelph Lockport (city), New York -0.015097596462230729 +50551 cspg_html_2490951833 cspg_html_2490951833:143:20295:20310 Leduc Redwater, Texas 0.603187320475897182 +50552 sedimentology_html_1755741053 sedimentology_html_1755741053:1707:84177:84183 Madrid Palacio de Deportes de la Comunidad de Madrid -0.4784100389871494 +50553 aapg_aa_359.html aapg_aa_359.html:84:6953:6959 Seneca Frankfort, Illinois -0.481815063993563775 +50554 cspg_html_4376017434 cspg_html_4376017434:324:34453:34487 Baldonnel Victoria, British Columbia 0.00127856387818086779 +50555 cspg_html_2799817929 cspg_html_2799817929:7:615:623 Columbia Victoria, British Columbia -0.450608983410958508 +50556 gsa_html_1347484649 gsa_html_1347484649:20:907:924 Bridger South Pass City, Wyoming 0.0263436919689616841 +50557 aapg_aa_351.html aapg_aa_351.html:60:6590:6601 Black River Richmond, California -0.466965896576978678 +50558 gsa_html_4558102376 gsa_html_4558102376:64:6575:6640 Hawke Bay North Island (Houtman Abrolhos) -0.0170265242171895904 +50559 aapg_aa_913.html aapg_aa_913.html:91:9860:9867 Edwards Luling, Louisiana -0.0629698704253842251 +50560 gsa_html_9147906661 gsa_html_9147906661:1007:70056:70065 San Diego California -0.488053342950142799 +50561 sedimentology_html_5673709888 sedimentology_html_5673709888:1052:46208:46225 Arcadia Melbourne, Florida 0.00361335093326647754 +50562 aapg_ae_309.html aapg_ae_309.html:3:223:233 Las Animas Colorado 0.0395376597390326226 +50563 jgeology_html_8265681594 jgeology_html_8265681594:493:29205:29214 Peninsula Korea -0.0524220993978513419 +50564 aapg_ae_923.html aapg_ae_923.html:338:31398:31407 Red Bluff Alabama -0.010750205891597751 +50565 cspg_html_9951421861 cspg_html_9951421861:22:3139:3153 Stony Mountain Clearwater, Florida -0.016708500751709255 +50566 cspg_html_8362959053 cspg_html_8362959053:104:15045:15050 Gates Gladstone, Oregon -0.456416618922522499 +50567 aapg_aa_114.html aapg_aa_114.html:24:5012:5027 Huizachal Matamoros, Tamaulipas -0.509194389232267453 +50568 geology_html_8336068994 geology_html_8336068994:156:20973:20981 Santiago Santiago -0.470236848829719556 +50569 gsa_html_5965913061 gsa_html_5965913061:1257:118112:118140 Green River Colorado -0.0455557873629378468 +50570 aapg_ac_333.html aapg_ac_333.html:174:21706:21718 Hermit Grand Canyon -0.0679664918754289971 +50571 cspg_html_4148342026 cspg_html_4148342026:445:41171:41181 Swan River Ashville, Ohio -0.518655426923251284 +50572 gsa_html_4891459463 gsa_html_4891459463:1269:118100:118114 Pico California -0.0156223882901486526 +50573 aapg_ah_157.html aapg_ah_157.html:171:23543:23559 Nolichucky Middle East -0.0405891491966653695 +50574 jgeology_html_3924418909 jgeology_html_3924418909:762:56783:56799 Navajo Logan, Utah -0.456661018199272462 +50575 gsa_html_3380395839 gsa_html_3380395839:1028:85396:85404 Columbia Victoria, British Columbia -0.0217296792824245993 +50576 gsa_html_4366904220 gsa_html_4366904220:14:520:528 Colorado Denver -0.475991665297052891 +50577 aapg_ah_77.html aapg_ah_77.html:128:18870:18889 Rock Springs Green Mountain -0.0449670253897642563 +50578 aapg_ai_480.html aapg_ai_480.html:235:21794:21800 Tulare Tulare, California -0.498566694311008085 +50579 aapg_ac_305.html aapg_ac_305.html:152:15737:15761 Crystal River Williston, Vermont -0.424177750848490742 +50580 sedimentology_html_1598527248 sedimentology_html_1598527248:175:12958:12964 Brazil Uruguay -0.434712986404073964 +50581 aapg_ac_807.html aapg_ac_807.html:882:86409:86417 Woodbine Closter, New Jersey -0.461271782333034175 +50582 palaios_html_5582845937 palaios_html_5582845937:334:34125:34133 Virginia Hampton, New Hampshire -0.0166302989496245716 +50583 geology_html_9637823346 geology_html_9637823346:307:23169:23180 Rabbit Lake Canada -0.0353293487257537869 +50584 aapg_ae_5.html aapg_ae_5.html:24:3065:3082 Earp Pima County, Arizona -0.0282234355137958928 +50585 aapg_ad_335.html aapg_ad_335.html:283:33463:33483 Fort Union Fort Union Trading Post National Historic Site -0.473695342935840036 +50586 aapg_ac_380.html aapg_ac_380.html:175:21785:21800 Carlisle Center Schoharie Creek -0.441517589995484405 +50587 gsa_html_3049782768 gsa_html_3049782768:68:4145:4153 Columbia Washington (state) -0.458822766590828601 +50588 aapg_ai_491.html aapg_ai_491.html:264:31529:31539 Rico Des Moines, Washington -0.474805786132168894 +50589 cspg_html_9508543859 cspg_html_9508543859:174:19855:19866 Utica Black River, Jamaica -0.436819151869522138 +50590 palaios_html_3985706634 palaios_html_3985706634:590:56876:56893 Manlius Rochester, Kent -0.473856858113634927 +50591 cspg_html_4680797491 cspg_html_4680797491:7:445:456 Slave Point Calumet, Pennsylvania 0.00313388258007131059 +50592 palaios_html_8113714689 palaios_html_8113714689:74:7292:7310 Au Train Munising, Michigan -0.500366664778552739 +50593 cspg_html_3026112034 cspg_html_3026112034:280:29301:29329 Swan Hills Middle East -0.0218513582866363479 +50594 cspg_html_5995140321 cspg_html_5995140321:192:18974:18992 Redknife Lake Ontario -0.0442459352605073172 +50595 cspg_html_8520409981 cspg_html_8520409981:95:10695:10699 Wendover Canada -0.471754879498828661 +50596 cspg_html_1456761793 cspg_html_1456761793:39:7306:7329 Mount Forster Victoria, British Columbia -0.0402548881501223546 +50597 cspg_html_5430614285 cspg_html_5430614285:6:435:452 Cardium Lacombe, Alberta -0.472881299388360321 +50598 aapg_ac_71.html aapg_ac_71.html:321:38156:38173 Sunrise Reno, Nevada -0.00457403176417065741 +50599 cspg_html_4326384800 cspg_html_4326384800:319:37974:37979 Canol Middle East 0.00640161657025525247 +50600 gsa_html_9139668698 gsa_html_9139668698:624:53752:53770 Monterey California -0.00234867028233571185 +50601 sedimentology_html_3549891174 sedimentology_html_3549891174:1530:81948:81977 Castle Hayne North Carolina -0.436850160261835319 +50602 cspg_html_4287356899 cspg_html_4287356899:807:112959:112968 Tahkandit Anchorage, Alaska -0.072565244885876623 +50603 aapg_ai_811.html aapg_ai_811.html:104:16315:16332 Grassy Knob Chert Bloomington, Indiana -0.469028899015838996 +50604 aapg_ad_39.html aapg_ad_39.html:195:12961:12966 Tokio Nevada County, California 0.032034179821683724 +50605 gsa_html_1324861111 gsa_html_1324861111:1366:106773:106801 Green River Colorado -0.000180666507077184774 +50606 gsa_html_8985264904 gsa_html_8985264904:22:1310:1324 Baca New Mexico -0.132244075997593774 +50607 aapg_ai_411.html aapg_ai_411.html:108:10918:10922 Wendover Niobrara, Nebraska -0.461271782333034175 +50608 cspg_html_9343899465 cspg_html_9343899465:182:23352:23361 Hecla Bay Melville Island (Canada) -0.455188836413653375 +50609 aapg_af_363.html aapg_af_363.html:47:5691:5699 Virginia Kentucky -0.471501691978871318 +50610 geology_html_8953766677 geology_html_8953766677:267:23082:23115 Palliser Lacombe, Alberta -0.0307539456314618806 +50611 aapg_af_561.html aapg_af_561.html:381:33837:33845 Sundance Wasatch Range 0.00711563996852309245 +50612 cspg_html_9717154602 cspg_html_9717154602:967:83253:83266 Bearpaw Lacombe, Alberta -0.427803761062237942 +50613 aapg_ai_461.html aapg_ai_461.html:129:17587:17592 Boggy Hartshorne, Oklahoma -0.449755070503296051 +50614 cspg_html_9222238695 cspg_html_9222238695:59:9010:9018 Columbia Victoria, British Columbia -0.0173254356777415887 +50615 aapg_ah_253.html aapg_ah_253.html:409:48436:48458 Fort Terrett Texas -0.0479199713331230001 +50616 sedimentology_html_6383713038 sedimentology_html_6383713038:726:63809:63819 Washington County (United States) -0.47076786107370483 +50617 sedimentology_html_1568456861 sedimentology_html_1568456861:1257:92309:92329 Toro Chile -0.08663080806103092 +50618 aapg_ah_586.html aapg_ah_586.html:163:15375:15386 Trempealeau Franconia, New Hampshire -0.499227264098479506 +50619 cspg_html_7675189126 cspg_html_7675189126:52:8099:8115 Inklin Southern United States -0.0896057367909458696 +50620 aapg_aa_302.html aapg_aa_302.html:276:33432:33436 Ruth Reno, Nevada -0.0917394935520658428 +50621 aapg_ac_617.html aapg_ac_617.html:150:20482:20499 Lagarto Brazos River 0.024239922929092543 +50622 cspg_html_1019614994 cspg_html_1019614994:369:60392:60399 Torquay Williston Basin -0.451956647802202349 +50623 aapg_ae_309.html aapg_ae_309.html:176:16860:16866 Keokuk Burlington, Ontario -0.440745470442491794 +50624 aapg_ai_479.html aapg_ai_479.html:665:64486:64497 Bloomington Bloomington, Indiana -0.449451899065432481 +50625 geology_html_2516464125 geology_html_2516464125:296:24790:24799 San Diego California -0.446110205830797302 +50626 aapg_ae_694.html aapg_ae_694.html:209:24600:24608 Woodbine Shreveport, Louisiana -0.0243946529781233976 +50627 aapg_ak_73.html aapg_ak_73.html:3:184:216 Tongue River North Dakota -0.49463779564980348 +50628 geology_html_8332015754 geology_html_8332015754:359:24485:24509 Bouse Colorado -0.464820899663721254 +50629 cspg_html_4516258038 cspg_html_4516258038:125:15807:15815 Bathurst Melville, New York -0.462102516958969756 +50630 cspg_html_5515814749 cspg_html_5515814749:16:2333:2347 Colorado Colorado -0.460980639153810601 +50631 aapg_ae_419.html aapg_ae_419.html:220:28031:28039 Victoria Matamoros, Tamaulipas 0.052762092529702688 +50632 aapg_ae_187.html aapg_ae_187.html:350:36395:36403 Kankakee Ohio -0.463435584788403632 +50633 jgeology_html_8596065691 jgeology_html_8596065691:552:46028:46037 Arc Greater Antilles -0.480853789677316845 +50634 aapg_aa_745.html aapg_aa_745.html:182:23852:23876 Cherry Canyon Spain -0.459819284677136619 +50635 aapg_ai_592.html aapg_ai_592.html:169:27078:27099 Green River Uinta Mountains -0.477130519718023338 +50636 aapg_af_483.html aapg_af_483.html:51:6817:6831 El Plan Rosario, Cavite -0.0281695262279110618 +50637 aapg_af_317.html aapg_af_317.html:184:24236:24254 Niobrara England 0.0201062134203886071 +50638 aapg_ad_137.html aapg_ad_137.html:101:7858:7864 Paluxy East Texas -0.165516142905037189 +50639 geology_html_5825799037 geology_html_5825799037:249:23134:23151 Barstow California -0.478349729395822987 +50640 aapg_ae_884.html aapg_ae_884.html:309:40899:40918 Greenhorn Mancos, Colorado 0.633409575812921455 +50641 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120376:120383 Wasatch Cheyenne, Wyoming 0.852257670728108652 +50642 aapg_af_653.html aapg_af_653.html:1128:136455:136466 Neroly San Pablo Bay National Wildlife Refuge -0.451526708240674923 +50643 palaios_html_2276475028 palaios_html_2276475028:576:57671:57679 Arikaree Cheyenne, Wyoming -0.0239565449099976777 +50644 aapg_ad_957.html aapg_ad_957.html:107:11325:11342 Warner Bartlesville, Oklahoma -0.481766159765426027 +50645 sedimentology_html_3592910316 sedimentology_html_3592910316:32:1885:1892 Halifax Canada -0.0778842414619751316 +50646 cspg_html_1781462584 cspg_html_1781462584:293:32178:32193 Banff Lacombe, Alberta 0.736856683946229718 +50647 aapg_ai_584.html aapg_ai_584.html:64:6200:6210 Fort Scott Brainerd, Minnesota 0.360135982729988202 +50648 cspg_html_5949578130 cspg_html_5949578130:484:79267:79282 Nisku Lacombe, Alberta -0.00621572872549000163 +50649 aapg_ai_51.html aapg_ai_51.html:34:2888:2903 Bluff Alabama -0.0209214044574815329 +50650 AMJC_html_3664856625 AMJC_html_3664856625:386:43587:43599 Tongue River Williston Basin -0.459919224612040101 +50651 gsa_html_6212532476 gsa_html_6212532476:853:68165:68190 Barstow Mojave Desert -0.0699856129181718606 +50652 aapg_ai_774.html aapg_ai_774.html:31:3096:3115 Detroit River Michigan -0.494415595917255202 +50653 aapg_ae_970.html aapg_ae_970.html:45:5691:5706 Pico Saugus, Massachusetts 0.00860278638508799216 +50654 cspg_html_1222040397 cspg_html_1222040397:746:88574:88595 Survey Peak Lacombe, Alberta -0.0206224389359462197 +50655 gsa_html_9859522168 gsa_html_9859522168:223:26801:26825 Protection Harrisburg, Pennsylvania -0.0122896166911195832 +50656 cspg_html_2182541128 cspg_html_2182541128:24:2534:2568 Kootenay Kootenay River -0.073441733687194255 +50657 gsa_html_8926423406 gsa_html_8926423406:12:504:512 Montreal Earth -0.0337703728597886152 +50658 cspg_html_7623652881 cspg_html_7623652881:6:462:476 Woodbend Canada -0.0167554219628843898 +50659 aapg_aa_113.html aapg_aa_113.html:598:63275:63296 San Luis Campeche, Campeche -0.0284721166530200707 +50660 aapg_af_129.html aapg_af_129.html:215:22682:22705 Colorado Eagle River, Alaska -0.470629904958731249 +50661 aapg_ai_991.html aapg_ai_991.html:97:10988:11007 Patuxent Maryland -0.447455726501453044 +50662 gsa_html_1002903193 gsa_html_1002903193:58:3742:3770 Green River New Mexico -0.0283712524140075813 +50663 aapg_aa_595.html aapg_aa_595.html:476:55146:55169 Brushy Canyon Guadalupe Mountains National Park -0.473649201225758321 +50664 aapg_ae_503.html aapg_ae_503.html:481:49284:49298 Nonesuch Michigan -0.430132022580851703 +50665 gsa_html_7518144145 gsa_html_7518144145:1062:79976:79984 Colorado Anchorage, Alaska -0.470236848829719556 +50666 cspg_html_3385840278 cspg_html_3385840278:7:495:515 Swan Hills Middle East -0.0794185214978136572 +50667 aapg_ac_984.html aapg_ac_984.html:273:24405:24428 Starved Rock Illinois -0.0719827501637438222 +50668 cspg_html_7278957427 cspg_html_7278957427:30:4761:4779 Beaufort Ellesmere Island -0.0209613827792686502 +50669 cspg_html_2113617629 cspg_html_2113617629:26:4267:4287 Bow Island Lacombe, Alberta -0.0399833098271603696 +50670 cspg_html_6383234409 cspg_html_6383234409:659:66286:66298 Devon Island Canada -0.443782030321690002 +50671 aapg_ae_904.html aapg_ae_904.html:74:7093:7112 Fox Hills Harding County, New Mexico -0.432977626512767833 +50672 cspg_html_9361096527 cspg_html_9361096527:624:63833:63855 Judith River Canada -0.434540631888912565 +50673 cspg_html_3990529684 cspg_html_3990529684:54:6176:6196 Missisauga Middle East -0.0263297817646035749 +50674 aapg_ac_912.html aapg_ac_912.html:3:291:327 Minnelusa Powder River Basin -0.469382385724573914 +50675 cspg_html_3831007171 cspg_html_3831007171:106:12100:12118 Palliser Lacombe, Alberta -0.0333528273781736606 +50676 aapg_ai_186.html aapg_ai_186.html:466:49943:49949 Casper Cheyenne, Wyoming -0.508569120353605353 +50677 aapg_ad_338.html aapg_ad_338.html:387:45993:45999 Tinton New Egypt, New Jersey -0.4597920302667165 +50678 aapg_ah_779.html aapg_ah_779.html:337:63240:63248 Palliser Boise, Idaho -0.0249440441513266963 +50679 cspg_html_1962846283 cspg_html_1962846283:298:32462:32478 Elk Fernie, British Columbia -0.225746274599880364 +50680 gsa_html_5843564589 gsa_html_5843564589:9:409:418 Troutdale Columbia River -0.503349783808840101 +50681 aapg_ae_1.html aapg_ae_1.html:80:10856:10865 Cockfield Charlotte, North Carolina 0.0340591842664956304 +50682 aapg_ah_337.html aapg_ah_337.html:261:30933:30943 Georgetown Guadalupe County, Texas -0.018225670847461909 +50683 gsa_html_7063115467 gsa_html_7063115467:29:2024:2032 Colorado Denver -0.172001857580951295 +50684 aapg_ae_708.html aapg_ae_708.html:168:19242:19252 Nolichucky Maryville, Missouri -0.481766159765426027 +50685 aapg_ad_756.html aapg_ad_756.html:500:58705:58723 Frontier Cheyenne, Wyoming -0.431133173871068531 +50686 aapg_ae_181.html aapg_ae_181.html:143:20546:20557 Haynesville Alabama 1.0155121661782478 +50687 aapg_ah_244.html aapg_ah_244.html:74:8597:8626 White River Vernal, Utah 0.0051247343510113369 +50688 gsa_html_8398449001 gsa_html_8398449001:585:45637:45643 Nounan Bear Lake, Michigan -0.467950951742638677 +50689 cspg_html_9275863663 cspg_html_9275863663:1067:137385:137410 Beaverhill Lacombe, Alberta -0.439565169119916221 +50690 cspg_html_9879671248 cspg_html_9879671248:38:4595:4608 Exshaw Michigan Basin -0.471856174981104159 +50691 cspg_html_9011889300 cspg_html_9011889300:265:24436:24455 Athabasca Canada -0.0421091453793179041 +50692 cspg_html_7970178687 cspg_html_7970178687:75:10251:10257 Viking Mountain Park (Holyoke, Massachusetts) -0.415087607507273693 +50693 palaios_html_9337106210 palaios_html_9337106210:194:26438:26446 Syracuse Rochester, Kent 0.547932644778722944 +50694 aapg_ai_157.html aapg_ai_157.html:201:22279:22285 Salina Detroit River International Wildlife Refuge -0.0333528273781736606 +50695 aapg_af_142.html aapg_af_142.html:76:6906:6924 Schuler Murray, Kentucky -0.0221155785118801462 +50696 geology_html_6206678042 geology_html_6206678042:238:20403:20407 Bond North Atlantic Current -0.489955605215405154 +50697 aapg_ai_980.html aapg_ai_980.html:821:74711:74718 Rierdon Cut Bank, Montana -0.449811224417208722 +50698 sedimentology_html_8129995818 sedimentology_html_8129995818:1120:90094:90098 Ross Stroudsburg, Pennsylvania -0.457582637906406409 +50699 aapg_ad_0.html aapg_ad_0.html:5:663:688 Black River Middle Ordovician -0.0147795988543257695 +50700 cspg_html_3860685167 cspg_html_3860685167:696:69416:69421 Banff Lacombe, Alberta -0.488236338984033236 +50701 cspg_html_4115156925 cspg_html_4115156925:164:22663:22671 Columbia Victoria, British Columbia -0.48062584784091128 +50702 sedimentology_html_7553974053 sedimentology_html_7553974053:168:19650:19665 Levis Saint Lawrence River -0.454143259443463898 +50703 aapg_af_575.html aapg_af_575.html:832:117014:117019 Boggy Tulsa, Oklahoma 0.350402660663253818 +50704 aapg_ah_221.html aapg_ah_221.html:131:13565:13595 Red River Roosevelt County, Montana -0.408934402337147729 +50705 AMJC_html_1873062106 AMJC_html_1873062106:775:89071:89077 Laguna Hopi Reservation -0.0244381167530825782 +50706 cspg_html_9103491877 cspg_html_9103491877:61:9116:9124 Cummings Clearwater, Florida -0.0344245588872295546 +50707 gsa_html_9979192554 gsa_html_9979192554:668:65366:65389 Kuparuk North Slope Borough, Alaska -0.0241877670798757438 +50708 aapg_ah_100.html aapg_ah_100.html:107:10125:10135 Caseyville Illinois -0.435734504938152245 +50709 palaios_html_8054385512 palaios_html_8054385512:262:21662:21682 Hell Creek Garfield County, Colorado -0.198195887255799341 +50710 aapg_ah_157.html aapg_ah_157.html:244:34374:34396 Wapsipinicon Maquoketa, Iowa -0.0180709945054990453 +50711 aapg_ad_52.html aapg_ad_52.html:617:66202:66221 Coldwater Michigan -0.452461129454831856 +50712 palaios_html_1560586324 palaios_html_1560586324:546:45114:45141 Bear River Cheyenne, Wyoming -0.449575401198261781 +50713 aapg_ah_22.html aapg_ah_22.html:208:27819:27845 Shublik Prudhoe Bay Oil Field -0.02166536358211529 +50714 aapg_ad_0.html aapg_ad_0.html:363:30237:30259 Mount Simon Wayne County, Michigan -0.00910662035546105052 +50715 cspg_html_4937997995 cspg_html_4937997995:89:9625:9645 Boas River Southampton Island -0.0180692565756011246 +50716 aapg_ae_380.html aapg_ae_380.html:43:3290:3296 Lissie Waller County, Texas -0.432752661482583012 +50717 cspg_html_9683836416 cspg_html_9683836416:390:66050:66057 Bearpaw Lethbridge -0.439702904816710427 +50718 sedimentology_html_1640357417 sedimentology_html_1640357417:103:14207:14224 Entrada Logan, Utah -0.461271782333034175 +50719 aapg_af_589.html aapg_af_589.html:57:4092:4098 Oregon Salem, Oregon -0.457650607934439568 +50720 cspg_html_8532932475 cspg_html_8532932475:397:42589:42606 Bluesky Canada -0.229615482365839368 +50721 aapg_aa_905.html aapg_aa_905.html:227:19704:19722 Morrison New Mexico 0.0782239828218890543 +50722 aapg_af_95.html aapg_af_95.html:177:15767:15773 Paluxy Paluxy, Texas -0.0111932569580727604 +50723 geology_html_4141849654 geology_html_4141849654:351:27569:27575 Sierra San Juan, Argentina -0.517823497258333876 +50724 aapg_ai_49.html aapg_ai_49.html:343:43028:43038 Purgatoire Cheyenne, Wyoming -0.0366936389096963397 +50725 aapg_ad_306.html aapg_ad_306.html:107:14623:14627 Maya Maya Mountain -0.458103872838477311 +50726 gsa_html_5865982995 gsa_html_5865982995:1303:137924:137930 Denver Colorado -0.0381695036603138874 +50727 AMJC_html_5390933660 AMJC_html_5390933660:606:60633:60656 Gile Mountain Bennington, Vermont -0.441740222253796999 +50728 aapg_af_625.html aapg_af_625.html:408:41013:41022 Sheffield Huntington, West Virginia -0.00344831630257747207 +50729 aapg_ac_333.html aapg_ac_333.html:93:12804:12820 Cutler Ouray, Colorado -0.0453676577142844081 +50730 gsa_html_5188174363 gsa_html_5188174363:14:507:529 Jackson Boulder Creek (Colorado) -0.20344006534659817 +50731 aapg_ai_49.html aapg_ai_49.html:122:12735:12743 Tensleep Cheyenne, Wyoming -0.0801455498903323876 +50732 aapg_aa_415.html aapg_aa_415.html:85:12744:12757 Woodbine Groesbeck, Ohio -0.0840559300852119912 +50733 aapg_ai_971.html aapg_ai_971.html:165:15950:15969 Aux Vases Illinois -0.465026484605756241 +50734 cspg_html_2553187793 cspg_html_2553187793:85:13272:13280 Edmonton Lacombe, Alberta -0.456518443898076276 +50735 aapg_ae_59.html aapg_ae_59.html:497:43548:43556 Tensleep Hartville, Missouri -0.0264132431935258684 +50736 aapg_ac_252.html aapg_ac_252.html:137:15050:15066 Kaibab San Rafael Swell -0.0188530778518021767 +50737 cspg_html_5198658336 cspg_html_5198658336:399:45223:45241 Scollard Calgary -0.0374854970186532591 +50738 aapg_af_436.html aapg_af_436.html:588:60652:60660 Virginia Virginia -0.0343184250102417446 +50739 palaios_html_9133125241 palaios_html_9133125241:144:17459:17473 Kope Alexandria, Virginia -0.44948782523520614 +50740 aapg_ae_749.html aapg_ae_749.html:646:64946:64954 Virginia Middle Ordovician -0.482989599489924148 +50741 cspg_html_5345848475 cspg_html_5345848475:765:81688:81714 Carlile Lacombe, Alberta -0.00440204655713307986 +50742 aapg_aa_401.html aapg_aa_401.html:82:9350:9362 Fayetteville Batesville, Arkansas -0.470262127852539125 +50743 geology_html_7113954805 geology_html_7113954805:68:5495:5517 Mount Simon Illinois -0.447133159014188541 +50744 gsa_html_2848131029 gsa_html_2848131029:1061:72682:72710 Green River Colorado -0.0098536958986005091 +50745 aapg_ah_754.html aapg_ah_754.html:139:16661:16680 Kitsilano Vancouver -0.0652667315125914776 +50746 cspg_html_2973952956 cspg_html_2973952956:500:40846:40863 Cardium Lacombe, Alberta -0.436850160261835319 +50747 aapg_ac_867.html aapg_ac_867.html:504:68791:68797 Dakota Cheyenne, Wyoming -0.0109795492601601104 +50748 geology_html_4334622851 geology_html_4334622851:218:23589:23597 Colorado Tulsa, Oklahoma -0.458695727712452594 +50749 aapg_ac_967.html aapg_ac_967.html:114:12434:12452 John Day Horse Heaven, Oregon -0.0101942281259971568 +50750 cspg_html_5837603841 cspg_html_5837603841:31:3965:3986 Etherington Lacombe, Alberta -0.0236314487961183893 +50751 aapg_aa_669.html aapg_aa_669.html:111:9037:9048 San Antonio Texas -0.00521159632259529833 +50752 aapg_ai_28.html aapg_ai_28.html:464:44470:44476 Lissie Oakville, California -0.471695028578207554 +50753 aapg_ah_49.html aapg_ah_49.html:214:23168:23186 Castaic San Gabriel Valley -0.438271005074949593 +50754 cspg_html_9768299963 cspg_html_9768299963:36:4243:4270 Battle Red Deer, Alberta -0.028708628918134603 +50755 aapg_ai_98.html aapg_ai_98.html:278:37005:37011 Paluxy Shreveport, Louisiana -0.00183793699051183952 +50756 jgeology_html_3924418909 jgeology_html_3924418909:246:21529:21545 Dakota Nebraska 0.0068081397182383728 +50757 aapg_ad_865.html aapg_ad_865.html:381:37713:37728 Molas Ouray, Colorado -0.474715697540505466 +50758 cspg_html_9951421861 cspg_html_9951421861:438:60200:60222 Grand Rapids Lacombe, Alberta -0.476093453364925034 +50759 aapg_ad_694.html aapg_ad_694.html:151:19031:19044 Nacatoch Travis County, Texas -0.0138430056451466221 +50760 aapg_aa_626.html aapg_aa_626.html:74:8728:8741 Potomac Virginia -0.453292784807282967 +50761 sedimentology_html_9906287852 sedimentology_html_9906287852:202:22529:22555 Weber Absaroka -0.445984933244691462 +50762 aapg_aa_954.html aapg_aa_954.html:283:26393:26410 Cypress Salem, Massachusetts -0.461269507409191593 +50763 aapg_aa_37.html aapg_aa_37.html:217:26541:26547 Kaibab Kaibab, Arizona -0.44280960294495586 +50764 aapg_ae_275.html aapg_ae_275.html:105:9376:9400 Modelo Santa Monica neighborhoods -0.450242601748815363 +50765 gsa_html_1014327387 gsa_html_1014327387:14:565:573 Virginia Reston, Virginia -0.542331739790784084 +50766 aapg_ad_717.html aapg_ad_717.html:82:8847:8853 Tesnus Texas -0.525228952783036385 +50767 gsa_html_6181749105 gsa_html_6181749105:571:48742:48750 Monterey San Francisco -0.460655489757687109 +50768 sedimentology_html_5557101170 sedimentology_html_5557101170:818:50052:50061 Bear Lake Canada -0.074218626882596575 +50769 gsa_html_8194200546 gsa_html_8194200546:756:81177:81185 Virginia Reston, Virginia -0.0259959408940027802 +50770 aapg_ai_17.html aapg_ai_17.html:253:22213:22232 Nanafalia Alabama -0.452896019392303839 +50771 geology_html_4553007488 geology_html_4553007488:160:15643:15653 Mt Lytton Stateline, Nevada -0.455432903203822237 +50772 cspg_html_7182873498 cspg_html_7182873498:30:5817:5855 Salina Salina, Kansas -0.0213629091377398328 +50773 aapg_aa_147.html aapg_aa_147.html:576:60635:60659 Stony Mountain Regina, Saskatchewan -0.030239106807757675 +50774 geology_html_8355223883 geology_html_8355223883:63:5387:5408 Maria Paso Robles, California -0.486457311735010611 +50775 gsa_html_9464738899 gsa_html_9464738899:51:4932:4944 Owens Valley Sierra Nevada (Spain) -0.0217296792824245993 +50776 aapg_ah_881.html aapg_ah_881.html:117:13546:13565 Chuckanut Washington (state) -0.493713923537506649 +50777 aapg_af_892.html aapg_af_892.html:534:52947:52963 Coleman Junction Colorado -0.479960973619786069 +50778 cspg_html_4694210878 cspg_html_4694210878:138:16657:16680 Severn River River Severn -0.436872309743032927 +50779 aapg_ae_415.html aapg_ae_415.html:12:2039:2054 Vicksburg Alabama -0.42326902375045744 +50780 aapg_ah_776.html aapg_ah_776.html:222:18506:18521 Queen Texas -0.0258220684876826687 +50781 aapg_af_479.html aapg_af_479.html:27:4012:4021 San Diego Baja California peninsula -0.0615398000659245978 +50782 cspg_html_9717154602 cspg_html_9717154602:218:33388:33395 Bearpaw North Carolina -0.461171691164054931 +50783 jgeology_html_1300888380 jgeology_html_1300888380:538:40066:40096 Beaumont Brazos River 0.00127335233315172751 +50784 aapg_ai_156.html aapg_ai_156.html:562:47510:47526 Hertha Kansas City, Kansas -0.0265071378839745256 +50785 geology_html_7701530587 geology_html_7701530587:342:25713:25727 Byng Victoria, British Columbia -0.469120700106755939 +50786 aapg_ad_580.html aapg_ad_580.html:70:10789:10801 Tongue River Powder River (Montana) -0.497000516635433987 +50787 geology_html_1063484137 geology_html_1063484137:212:19573:19579 Brazil Earth -0.0592879805614410296 +50788 aapg_ad_440.html aapg_ad_440.html:83:9814:9822 Virginia Bluefield, West Virginia -0.442595627901035182 +50789 aapg_ae_394.html aapg_ae_394.html:3:175:194 La Quinta Venezuela -0.0301277931102772942 +50790 aapg_ac_720.html aapg_ac_720.html:24:3387:3403 Hornerstown Navesink River -0.0516375609200999883 +50791 aapg_af_662.html aapg_af_662.html:409:36076:36083 Cushing Oklahoma City 0.00801209183604277911 +50792 aapg_ah_415.html aapg_ah_415.html:142:12797:12818 Medicine Hat Milk River, Alberta -0.457514673015389395 +50793 aapg_ac_635.html aapg_ac_635.html:12:2286:2292 Oregon Siskiyou County, California -0.0203286926879938275 +50794 aapg_af_320.html aapg_af_320.html:364:64882:64900 Mecca Illinois -0.481989744615225701 +50795 geology_html_5812143414 geology_html_5812143414:290:23315:23319 Hull Quebec City -0.0319228496664141492 +50796 aapg_ai_969.html aapg_ai_969.html:253:27703:27723 Eagle Texas -0.4506269691264706 +50797 cspg_html_1222040397 cspg_html_1222040397:7:573:588 Skoki Victoria, British Columbia -0.0358061340755818636 +50798 aapg_ad_0.html aapg_ad_0.html:296:25949:25954 Logan Logansport, Louisiana -0.00382181610432916728 +50799 palaios_html_7179643765 palaios_html_7179643765:387:39457:39474 La Luna Venezuela -0.488837217649543798 +50800 aapg_ae_563.html aapg_ae_563.html:45:4180:4199 Traverse Black Hills -0.458720680358492616 +50801 aapg_ac_251.html aapg_ac_251.html:437:50429:50438 Tuscarora Pennsylvania 0.0037592765078730871 +50802 aapg_ac_699.html aapg_ac_699.html:162:13451:13458 El Abra El Abra -0.47254944238616009 +50803 gsa_html_1931201430 gsa_html_1931201430:75:7629:7639 Washington Salem, Oregon -0.469070208322842297 +50804 jgeology_html_4200798295 jgeology_html_4200798295:842:51889:51893 Hall London, Ontario -0.491049570598957486 +50805 aapg_ah_696.html aapg_ah_696.html:389:55633:55643 Washington Richland, Washington -0.505042823080860015 +50806 cspg_html_5660413005 cspg_html_5660413005:335:40212:40230 Graminia Lacombe, Alberta -0.463435584788403632 +50807 aapg_aa_24.html aapg_aa_24.html:661:77912:77935 Sagavanirktok Kenai, Alaska -0.0156814715209821626 +50808 sedimentology_html_6781624920 sedimentology_html_6781624920:28:1497:1535 Morgan Kentucky -0.0221155785118801462 +50809 cspg_html_3008414459 cspg_html_3008414459:28:4487:4503 Mt Lytton Lacombe, Alberta -0.0341270386384278437 +50810 gsa_html_6982030333 gsa_html_6982030333:910:89810:89820 Washington Boise, Idaho -0.464450966712688929 +50811 gsa_html_8076115820 gsa_html_8076115820:944:64546:64564 Tindir Canada -0.0421143691729161454 +50812 gsa_html_9843343868 gsa_html_9843343868:614:53632:53642 Washington Washington (state) -0.0320063471843775108 +50813 aapg_aa_960.html aapg_aa_960.html:319:25757:25773 Sandia New Mexico -0.0283712524140075813 +50814 gsa_html_8951179545 gsa_html_8951179545:668:75919:75927 Colorado San Juan, Argentina -0.0394819549454150931 +50815 cspg_html_4287356899 cspg_html_4287356899:3954:392035:392049 Lisburne Anchorage, Alaska -0.0550552936469841589 +50816 cspg_html_6502178723 cspg_html_6502178723:15:1899:1907 Columbia Lacombe, Alberta -0.00614971261944179635 +50817 aapg_ai_957.html aapg_ai_957.html:146:15929:15937 Beaumont Uvalde, Texas -0.00229308019174294993 +50818 aapg_ah_965.html aapg_ah_965.html:148:20466:20480 Lissie Brazos River -0.452977161832460395 +50819 AMJC_html_3664856625 AMJC_html_3664856625:426:46717:46737 Fort Union Williston Basin 0.00312693377810401713 +50820 aapg_ai_584.html aapg_ai_584.html:980:102821:102842 Phosphoria Cheyenne, Wyoming 1.11868364520377428 +50821 cspg_html_3008414459 cspg_html_3008414459:421:55796:55807 Shaftesbury Lacombe, Alberta -0.463332970234029085 +50822 cspg_html_7799850124 cspg_html_7799850124:767:85612:85621 Waterways Swan Hill, Victoria -0.465460653780432054 +50823 aapg_af_854.html aapg_af_854.html:905:128386:128408 Paint Creek Perry County, Indiana -0.0104930651077179086 +50824 aapg_ai_355.html aapg_ai_355.html:21:3443:3453 Rio Grande Mississippi River -0.492215666694549525 +50825 aapg_ai_816.html aapg_ai_816.html:326:54097:54107 Cherryvale Westerville, Ohio -0.119572633244559134 +50826 cspg_html_3854139935 cspg_html_3854139935:56:8592:8603 Belly River Lacombe, Alberta -0.44751173936929356 +50827 geology_html_2384062478 geology_html_2384062478:220:23665:23680 Conemaugh Mahoning County, Ohio -0.470236848829719556 +50828 cspg_html_3772380029 cspg_html_3772380029:1379:147750:147756 Empire Great Britain -0.00257103084166600531 +50829 jgeology_html_9215313444 jgeology_html_9215313444:1197:78266:78272 Oregon Washington (state) -0.0309035312152589614 +50830 aapg_ac_330.html aapg_ac_330.html:55:5584:5600 Ithaca Penn Yan, New York -0.0506631068321719905 +50831 aapg_af_667.html aapg_af_667.html:62:6574:6590 Salado Salado, Texas -0.453572428394685367 +50832 aapg_ae_73.html aapg_ae_73.html:196:24741:24758 Minturn Sangre de Cristo Range -0.462097962880594848 +50833 sedimentology_html_1755237485 sedimentology_html_1755237485:780:50293:50299 Putnam Anchorage, Alaska -0.460946527021081187 +50834 palaios_html_7769060899 palaios_html_7769060899:18:1128:1152 Cedar Mountain Logan, Utah -0.201898104162123587 +50835 gsa_html_3655236765 gsa_html_3655236765:35:2989:2996 Shuswap Victoria, British Columbia -0.466741549175746284 +50836 aapg_ae_124.html aapg_ae_124.html:178:12795:12810 Allegheny Pennsylvania -0.456337429672799166 +50837 geology_html_4509927877 geology_html_4509927877:255:22347:22356 Blackford Earth -0.0113965411474177668 +50838 aapg_af_557.html aapg_af_557.html:131:18048:18063 Sespe California -0.431113360606789509 +50839 gsa_html_3447557340 gsa_html_3447557340:660:59301:59313 Rhode Island Kingston, Jamaica -0.469327287552563421 +50840 gsa_html_1538463681 gsa_html_1538463681:693:63295:63301 Sonora Mexico -0.0399624195111792577 +50841 AMJC_html_3632105729 AMJC_html_3632105729:586:75401:75407 Oregon Washington (state) -0.0292460145715184028 +50842 cspg_html_5973552270 cspg_html_5973552270:21:2808:2825 Waterways Lacombe, Alberta -0.0137370110791438689 +50843 gsa_html_2180342530 gsa_html_2180342530:985:66502:66510 Colorado Afar Region -0.0155250750483416668 +50844 geology_html_7666415040 geology_html_7666415040:220:20134:20138 Bell Coral reef -0.0171725037246518962 +50845 cspg_html_2873888604 cspg_html_2873888604:239:36241:36260 Pardonet Victoria, British Columbia -0.0239565449099976777 +50846 cspg_html_5345848475 cspg_html_5345848475:23:2985:2999 Colorado Regina, Saskatchewan -0.456133832112874948 +50847 aapg_ac_628.html aapg_ac_628.html:528:91232:91239 Wasatch Fort Union Trading Post National Historic Site -0.0118326507856826232 +50848 cspg_html_1925276454 cspg_html_1925276454:618:60223:60234 Peace River Lacombe, Alberta -0.472604743150075168 +50849 aapg_ai_962.html aapg_ai_962.html:162:10994:10998 Word Texas -0.446333949377836381 +50850 gsa_html_8050796926 gsa_html_8050796926:1160:78382:78390 Colorado Reno, Nevada -0.0254673751787387811 +50851 aapg_ah_428.html aapg_ah_428.html:419:49446:49457 Beekmantown Black River, Jamaica -0.453373962765659 +50852 cspg_html_4664502755 cspg_html_4664502755:554:67519:67527 Columbia Victoria, British Columbia -0.0124129812660324374 +50853 aapg_ae_299.html aapg_ae_299.html:135:12534:12540 Kaibab Kaibab, Arizona -0.481230723565142238 +50854 aapg_ai_249.html aapg_ai_249.html:797:103475:103481 Sierra Mexico -0.0674037169779963669 +50855 aapg_ae_999.html aapg_ae_999.html:498:65969:65987 Oakville Abbeville, Louisiana -0.451787799117909672 +50856 cspg_html_6356755616 cspg_html_6356755616:37:5910:5918 Edmonton Lacombe, Alberta -0.469152832749018645 +50857 aapg_ai_364.html aapg_ai_364.html:77:9623:9633 Pottsville Atoka, Oklahoma -0.00382181610432916728 +50858 aapg_ad_979.html aapg_ad_979.html:274:24581:24597 Borden Siltstone Illinois -0.00802946509668115739 +50859 aapg_af_143.html aapg_af_143.html:638:57127:57138 Port Orford Newport, Rhode Island -0.0766130482509662786 +50860 aapg_ah_973.html aapg_ah_973.html:170:12396:12405 Demopolis Selma to Montgomery marches 0.00335277005200346635 +50861 aapg_ak_58.html aapg_ak_58.html:841:85710:85718 Wolfcamp Texas 0.330054337117790753 +50862 aapg_ai_957.html aapg_ai_957.html:115:11346:11357 San Antonio Uvalde, Texas -0.0343184250102417446 +50863 cspg_html_2498183035 cspg_html_2498183035:181:20834:20844 Swan Hills Swan Hill, Victoria -0.0910263636495563661 +50864 aapg_ae_648.html aapg_ae_648.html:876:65251:65257 Madrid Spain -0.470365549607814404 +50865 aapg_af_2.html aapg_af_2.html:23:2986:2993 Paradox San Juan, Argentina -0.0392835092525669338 +50866 cspg_html_2175627313 cspg_html_2175627313:645:74790:74816 Montney Lacombe, Alberta -0.465787563493960222 +50867 aapg_aa_544.html aapg_aa_544.html:133:18386:18394 Sundance Cheyenne, Wyoming -0.0741608807606724124 +50868 cspg_html_8289943866 cspg_html_8289943866:260:35113:35131 Grinnell Michigan -0.45644603384473742 +50869 cspg_html_7587979364 cspg_html_7587979364:167:14470:14491 Slave Point Lacombe, Alberta -0.454041701910604445 +50870 aapg_ah_847.html aapg_ah_847.html:308:36639:36650 Hornerstown New Egypt, New Jersey -0.43485884955268328 +50871 aapg_ae_73.html aapg_ae_73.html:708:95574:95591 Tesuque New Mexico -0.466920106770381871 +50872 gsa_html_7361499125 gsa_html_7361499125:662:58020:58053 Ingleside Colorado -0.449451899065432481 +50873 aapg_aa_243.html aapg_aa_243.html:272:21179:21201 Williamsport Onondaga (tribe) -0.244097583782041244 +50874 cspg_html_3068776384 cspg_html_3068776384:582:62575:62583 Columbia Victoria, British Columbia -0.478326534516524793 +50875 aapg_ad_453.html aapg_ad_453.html:475:54321:54338 Charles Williston, Vermont -0.0060576376426468119 +50876 geology_html_8477017574 geology_html_8477017574:336:27509:27514 Stump India -0.467950951742638677 +50877 aapg_ae_448.html aapg_ae_448.html:131:14786:14793 Rodessa Paluxy, Texas -0.441134787563673747 +50878 cspg_html_9343899465 cspg_html_9343899465:2766:244997:245007 Bird Fiord Ellesmere Island -0.0143434446267858666 +50879 aapg_ah_62.html aapg_ah_62.html:27:4005:4018 Lake Michigan Lake Huron -0.0465034686644063416 +50880 AMJC_html_6642101495 AMJC_html_6642101495:1232:125186:125192 Moscow Russia -0.447153316157111791 +50881 cspg_html_3328007773 cspg_html_3328007773:856:91637:91661 Kaskapau Lacombe, Alberta -0.0408537810405160198 +50882 gsa_html_8398449001 gsa_html_8398449001:687:58636:58642 Nounan East Asia -0.0343166851191607572 +50883 aapg_ad_11.html aapg_ad_11.html:53:6374:6394 Sentinel Butte Fort Union Trading Post National Historic Site -0.455310861563052449 +50884 geology_html_4549662310 geology_html_4549662310:330:21624:21644 Colorado Canada -0.0568450445317184444 +50885 aapg_ae_685.html aapg_ae_685.html:9:1318:1327 Extension Asia -0.466714081975797668 +50886 jgeology_html_9131218619 jgeology_html_9131218619:1179:83174:83200 Athabasca Lacombe, Alberta 0.606670047010320901 +50887 cspg_html_3871608501 cspg_html_3871608501:218:21575:21580 Logan Canada -0.483407132229491276 +50888 aapg_ac_417.html aapg_ac_417.html:40:6220:6232 Lookingglass Tiger Mountain -0.00633038844921864335 +50889 aapg_ai_170.html aapg_ai_170.html:124:14286:14302 Tintic Quartzite Logan, Utah -0.435738929516159335 +50890 cspg_html_9275863663 cspg_html_9275863663:97:13648:13667 Waterways Lacombe, Alberta -0.0175218157848266304 +50891 palaios_html_6528985782 palaios_html_6528985782:772:82471:82485 Beaufort South Africa -0.487335814372290177 +50892 aapg_ac_662.html aapg_ac_662.html:26:4872:4882 Phosphoria Boise, Idaho 0.410260638390925136 +50893 aapg_ah_498.html aapg_ah_498.html:133:11015:11021 Sparta Carrizo Plain -0.467675942101560327 +50894 cspg_html_5697056884 cspg_html_5697056884:600:57791:57809 Winnipeg Regina, Saskatchewan -0.419679650566534779 +50895 aapg_ac_918.html aapg_ac_918.html:40:4745:4751 Sierra Trinidad and Tobago -0.479893584862882694 +50896 aapg_ae_750.html aapg_ae_750.html:151:17963:17967 Dean Wichita, Kansas -0.460946527021081187 +50897 cspg_html_1019614994 cspg_html_1019614994:362:59378:59388 Big Valley Lacombe, Alberta -0.452632356575315864 +50898 aapg_af_471.html aapg_af_471.html:253:29814:29822 Parkwood Hartselle, Alabama -0.463478914486847693 +50899 aapg_ai_835.html aapg_ai_835.html:74:8554:8568 Ingleside Wisconsin -0.0405891491966653695 +50900 aapg_aa_89.html aapg_aa_89.html:42:4083:4099 Atoka Arkansas 0.721692807407542714 +50901 gsa_html_4883039712 gsa_html_4883039712:643:62155:62169 Uva Darien, Georgia -0.0625402900243528098 +50902 aapg_aa_112.html aapg_aa_112.html:155:14192:14211 Frontier Cheyenne, Wyoming -0.0276304452324186781 +50903 aapg_af_149.html aapg_af_149.html:86:9968:9982 Frio Texas -0.426679013535527729 +50904 aapg_af_575.html aapg_af_575.html:377:51060:51078 Sallisaw Frisco, Texas -0.0486919238997245429 +50905 AMJC_html_4692260170 AMJC_html_4692260170:561:56674:56697 Gile Mountain Bennington, Vermont -0.454258371760158153 +50906 aapg_ae_473.html aapg_ae_473.html:380:34597:34607 Tallahatta Claiborne, Alabama 0.276117852704975186 +50907 aapg_ae_251.html aapg_ae_251.html:64:5699:5709 Whitehorse Sandhills (Carolina) 0.0319785146127687589 +50908 cspg_html_2013109828 cspg_html_2013109828:151:26495:26532 Cranbrook Boulder Creek (Colorado) -0.459919224612040101 +50909 cspg_html_7434089303 cspg_html_7434089303:424:55360:55383 Offley Island Washington (state) -0.0824745514303616145 +50910 cspg_html_7914348578 cspg_html_7914348578:6:384:419 Keg River Lacombe, Alberta -0.493107222601495088 +50911 gsa_html_5773604426 gsa_html_5773604426:375:34149:34161 Wilcox Middle East -0.452977161832460395 +50912 aapg_ae_392.html aapg_ae_392.html:12:2412:2432 Batesville Batesville, Arkansas -0.0291781879721639582 +50913 palaios_html_3028956190 palaios_html_3028956190:117:13142:13153 Collingwood Georgian Bay -0.0200714512738383588 +50914 aapg_ad_466.html aapg_ad_466.html:452:53687:53708 Black Creek The Carolinas -0.0494726674071195305 +50915 gsa_html_1130947011 gsa_html_1130947011:113:13170:13181 Black River Illinois -0.448408411516637184 +50916 aapg_ai_477.html aapg_ai_477.html:119:13159:13167 Dunvegan Liard River, British Columbia 0.145727225079464756 +50917 aapg_ae_71.html aapg_ae_71.html:345:31994:32000 Navajo Entrada Sandstone -0.47944058990843208 +50918 AMJC_html_8107504009 AMJC_html_8107504009:438:39460:39469 Peninsula Anticosti Island -0.455310861563052449 +50919 aapg_ah_481.html aapg_ah_481.html:184:14118:14131 Santa Barbara California -0.0544623025343825493 +50920 aapg_ah_633.html aapg_ah_633.html:112:15793:15815 Chickasawhay Shreveport, Louisiana -0.0272913568249384605 +50921 aapg_ac_333.html aapg_ac_333.html:474:59990:60015 Elephant Canyon Missouri River 0.635526213264195894 +50922 gsa_html_6967102683 gsa_html_6967102683:1000:81881:81891 Washington Boise, Idaho 0.0155459278529818286 +50923 aapg_ae_958.html aapg_ae_958.html:3020:260140:260158 Carlsbad New Mexico -0.0315888654763454985 +50924 cspg_html_1288891448 cspg_html_1288891448:82:9762:9786 Monterey California -0.419751437916078163 +50925 aapg_af_11.html aapg_af_11.html:650:68556:68572 Elbert Lisbon -0.47032647773667996 +50926 aapg_aa_739.html aapg_aa_739.html:80:10593:10598 Nopah California -0.438144570858100768 +50927 gsa_html_5952049575 gsa_html_5952049575:833:80810:80828 John Day Manchester, New Hampshire -0.198212350197028431 +50928 gsa_html_7737235229 gsa_html_7737235229:1055:68308:68328 Bonneterre Missouri River -0.0455732069905889839 +50929 aapg_ah_655.html aapg_ah_655.html:352:32144:32159 Atoka Arkansas -0.032256843292129446 +50930 geology_html_1611198163 geology_html_1611198163:40:4204:4207 Pen Alibag -0.473238647285217195 +50931 aapg_ai_17.html aapg_ai_17.html:494:36641:36654 Cook Mountain Shreveport, Louisiana -0.0789700967327639225 +50932 aapg_aa_24.html aapg_aa_24.html:598:70878:70888 Sans Sault Sault Ste. Marie, Ontario 0.975405611425029462 +50933 aapg_ad_440.html aapg_ad_440.html:678:68373:68384 Mauch Chunk Randolph County, Indiana -0.0188530778518021767 +50934 aapg_aa_975.html aapg_aa_975.html:89:8998:9018 Riley Fort Riley North, Kansas -0.0580629079805682485 +50935 aapg_ad_267.html aapg_ad_267.html:69:6091:6097 Paluxy Cotton Valley, Louisiana -0.0656510853556551699 +50936 aapg_aa_171.html aapg_aa_171.html:436:43763:43773 Cumberland Richmond, California -0.432227951733042737 +50937 cspg_html_8362959053 cspg_html_8362959053:140:19655:19674 Hulcross Boulder Creek (Colorado) -0.0297521166629775777 +50938 aapg_ae_175.html aapg_ae_175.html:281:31170:31186 Lance Cheyenne, Wyoming -0.399386590966374855 +50939 aapg_ai_887.html aapg_ai_887.html:448:53421:53430 Red River Red River of the North -0.0105729870441561395 +50940 cspg_html_8362959053 cspg_html_8362959053:11:1237:1251 Bullhead Lacombe, Alberta -0.496915172747898759 +50941 aapg_ac_23.html aapg_ac_23.html:338:27582:27597 Rome Huntington, West Virginia -0.176375378625547558 +50942 aapg_ae_715.html aapg_ae_715.html:140:17323:17333 Rio Grande Houston -0.0401573975935689137 +50943 cspg_html_5198658336 cspg_html_5198658336:542:56216:56234 Edmonton Lacombe, Alberta -0.0849888877567847312 +50944 aapg_ad_98.html aapg_ad_98.html:86:8729:8745 Eureka Quartzite Dolomites -0.0930852917970730193 +50945 aapg_ai_549.html aapg_ai_549.html:212:22285:22292 Saginaw Michigan -0.0575289744471569053 +50946 geology_html_6902243889 geology_html_6902243889:119:11893:11921 Zabriskie Quartzite Mojave Desert -0.0231533782740243055 +50947 aapg_af_59.html aapg_af_59.html:139:11734:11742 Michigan Texas -0.467877607461444023 +50948 aapg_ae_182.html aapg_ae_182.html:110:13544:13559 Tokio Bellevue, Nebraska -0.018225670847461909 +50949 AMJC_html_3101604482 AMJC_html_3101604482:164:17503:17528 Anakeesta Great Smoky Mountains -0.462193603410137988 +50950 aapg_ai_654.html aapg_ai_654.html:81:13799:13832 Lodgepole Williston Basin -0.453029006636829323 +50951 aapg_ai_975.html aapg_ai_975.html:928:76055:76063 Kiamichi San Marcos, California -0.0143781976835972679 +50952 aapg_ae_886.html aapg_ae_886.html:483:52205:52221 Todilto New Mexico -0.430026468312881383 +50953 geology_html_2803121856 geology_html_2803121856:91:6615:6621 Reston Virginia -0.465561228542891226 +50954 aapg_ae_183.html aapg_ae_183.html:60:7110:7127 Cypress Chattanooga, Tennessee -0.437563637351169654 +51020 aapg_ah_501.html aapg_ah_501.html:61:7087:7094 Edwards Texas -0.465641239344597002 +50955 sedimentology_html_1406534478 sedimentology_html_1406534478:347:35927:35937 Washington Seattle -0.456371367070690814 +50956 gsa_html_7151930388 gsa_html_7151930388:584:54961:54967 Sonora Arizona -0.454113919430063184 +50957 aapg_ad_870.html aapg_ad_870.html:125:14276:14284 Michigan Illinois -0.436819151869522138 +50958 aapg_aa_701.html aapg_aa_701.html:75:8747:8764 Salina Salina, Kansas -0.0158448200336194084 +50959 sedimentology_html_6615672773 sedimentology_html_6615672773:660:32746:32749 Gog Salmo, British Columbia -0.0200123557721791495 +50960 cspg_html_7115701337 cspg_html_7115701337:528:59557:59575 Dunvegan Lacombe, Alberta 0.00466610479932860322 +50961 aapg_aa_261.html aapg_aa_261.html:129:18164:18180 Keokuk Burlington, Ontario -0.0156814715209821626 +50962 sedimentology_html_2010995560 sedimentology_html_2010995560:1958:113992:113997 Steel Svalbard -0.00123339715761299233 +50963 geology_html_4781601757 geology_html_4781601757:16:984:995 San Jacinto Lake Elsinore, California -0.0422554127519972483 +50964 AMJC_html_5456868707 AMJC_html_5456868707:323:28605:28611 Provo Northern Italy -0.0128247793458777584 +50965 sedimentology_html_1299148389 sedimentology_html_1299148389:898:69286:69324 Bluff Antarctica -0.0161089604302801712 +50966 aapg_ae_250.html aapg_ae_250.html:186:17413:17419 Quealy Cheyenne, Wyoming -0.0581780758460495664 +50967 geology_html_9699697317 geology_html_9699697317:423:31271:31278 Oceanic California -0.515594621108310891 +50968 geology_html_8605385510 geology_html_8605385510:12:512:520 Virginia Reston, Virginia -0.446110205830797302 +50969 gsa_html_8955900843 gsa_html_8955900843:899:78674:78684 Washington Salem, Oregon -0.478284785297837578 +50970 palaios_html_1229296810 palaios_html_1229296810:369:29153:29171 Purisima Central Valley (California) -0.0232594217874036342 +50971 jgeology_html_2237275680 jgeology_html_2237275680:936:48315:48363 Sierra Great Basin -0.0460783921822131154 +50972 aapg_af_263.html aapg_af_263.html:490:63278:63298 Otto Fiord Ellesmere Island -0.187660433525062759 +50973 aapg_af_143.html aapg_af_143.html:636:56896:56907 Port Orford Cape Blanco Light -0.0548285557290214137 +50974 aapg_ae_803.html aapg_ae_803.html:871:110768:110774 Tactic Santa Rosa, California -0.472512577150688062 +50975 gsa_html_1817109082 gsa_html_1817109082:551:46674:46696 Tejon California -0.474918987556243288 +50976 aapg_ac_313.html aapg_ac_313.html:564:64430:64436 Sierra Guatemala -0.0062678467546358578 +50977 aapg_ad_734.html aapg_ad_734.html:291:29243:29253 Sweetgrass Great Falls (Missouri River) 0.0960595829497102732 +50978 sedimentology_html_3455721661 sedimentology_html_3455721661:78:7396:7413 Todilto Entrada Sandstone -0.100754130758858237 +50979 aapg_ae_454.html aapg_ae_454.html:135:11267:11274 Rodessa Caddo Parish, Louisiana -0.2382713187623825 +50980 aapg_ai_974.html aapg_ai_974.html:16:2624:2630 Oregon Washington (state) -0.065469387622686781 +50981 cspg_html_5947812886 cspg_html_5947812886:394:60830:60850 Cathedral Grand Prairie, Texas -0.0456254660933555489 +50982 aapg_aa_675.html aapg_aa_675.html:22:2163:2178 Weber Logan, Utah -0.47601017133294582 +50983 aapg_ah_630.html aapg_ah_630.html:443:54333:54354 Grove Gallatin, Tennessee -0.490251895380975244 +50984 palaios_html_6975607234 palaios_html_6975607234:550:43089:43097 Virginia Martinsville, Indiana -0.0167554219628843898 +50985 aapg_ah_260.html aapg_ah_260.html:165:22587:22611 Oquirrh Indianola, Iowa -0.456844361180692826 +50986 aapg_ai_29.html aapg_ai_29.html:340:40042:40049 Reynosa Hidalgo County, New Mexico -0.460953349343471763 +50987 sedimentology_html_1458021797 sedimentology_html_1458021797:41:2082:2092 Chelmsford New England Highway -0.474805786132168894 +50988 cspg_html_8990290265 cspg_html_8990290265:357:54421:54438 Perdrix Western world -0.469189557204259144 +50989 aapg_ai_811.html aapg_ai_811.html:490:66237:66245 Michigan Toronto -0.504439820085948343 +50990 gsa_html_4438819447 gsa_html_4438819447:837:79027:79043 Dakota Iowa 0.3645244532103315 +50991 palaios_html_5921824758 palaios_html_5921824758:47:4390:4410 Huntingdon Victoria, British Columbia -0.0317836884462165403 +50992 cspg_html_3999664457 cspg_html_3999664457:13:988:1013 Beaverhill Swan Hill, Victoria -0.469152832749018645 +50993 cspg_html_1265381145 cspg_html_1265381145:303:28702:28710 Palliser Austin, Chicago -0.0195726214963804213 +50994 aapg_ah_978.html aapg_ah_978.html:256:25923:25940 San Joaquin San Joaquin River -0.0223919711537192666 +50995 cspg_html_6163691495 cspg_html_6163691495:158:14568:14585 Shunda Lacombe, Alberta -0.0297729872835114824 +50996 aapg_ae_370.html aapg_ae_370.html:73:8208:8214 Oregon Washington (state) -0.0282234355137958928 +50997 aapg_ad_152.html aapg_ad_152.html:2315:289187:289195 Robinson Reno, Nevada -0.462398581950347165 +50998 cspg_html_9508543859 cspg_html_9508543859:98:11691:11722 Lawrence Quebec -0.463307888475886887 +50999 cspg_html_3618628685 cspg_html_3618628685:453:50752:50769 Wapiabi Lacombe, Alberta -0.463271407180362194 +51000 aapg_ae_427.html aapg_ae_427.html:370:38205:38211 Oregon California -0.435838488044850259 +51001 aapg_ah_421.html aapg_ah_421.html:205:16332:16341 Fox Hills Bow River -0.386955342590981966 +51002 cspg_html_5538678223 cspg_html_5538678223:34:6015:6029 Toad Liard River, British Columbia 0.682730640257591559 +51003 cspg_html_1114211412 cspg_html_1114211412:208:28619:28625 Exshaw Lacombe, Alberta -0.453130450697368015 +51004 sedimentology_html_1253431842 sedimentology_html_1253431842:1910:82290:82298 Victoria Perth, Western Australia -0.457555451333636842 +51005 cspg_html_9222238695 cspg_html_9222238695:274:36692:36700 Columbia Victoria, British Columbia -0.00771674737466516297 +51006 gsa_html_1254347878 gsa_html_1254347878:467:51005:51027 Mount Nelson Victoria, British Columbia -0.455432903203822237 +51007 aapg_ac_609.html aapg_ac_609.html:546:50063:50078 Methy Manitoba -0.0143364940209374722 +51008 aapg_ae_745.html aapg_ae_745.html:528:64869:64877 Gabriola Victoria, British Columbia -0.461001107058420345 +51009 aapg_ak_76.html aapg_ak_76.html:106:15789:15802 San Sebastian Aguadilla, Puerto Rico -0.466842269540434285 +51010 aapg_ah_96.html aapg_ah_96.html:246:28433:28447 Winnipeg Red River of the North 0.496261157361851502 +51011 cspg_html_9435196958 cspg_html_9435196958:1025:43939:43957 Edmonton Lacombe, Alberta -0.0287347150896633124 +51012 cspg_html_3060428958 cspg_html_3060428958:121:19275:19282 Bearpaw Lacombe, Alberta 0.700838411867535482 +51013 cspg_html_8065532640 cspg_html_8065532640:705:79631:79639 Columbia Victoria, British Columbia -0.0340313466956898014 +51014 geology_html_7548308659 geology_html_7548308659:225:22389:22419 Holder New Mexico 0.684698106145237517 +51015 sedimentology_html_6758585724 sedimentology_html_6758585724:973:76355:76383 San Andres Texas -0.458659434193013582 +51016 geology_html_3815023299 geology_html_3815023299:304:23152:23158 Brazil Earth -0.444856013246054061 +51017 cspg_html_7201476813 cspg_html_7201476813:470:57255:57263 Billings Golden Valley, Minnesota -0.41667587665699013 +51018 AMJC_html_3632105729 AMJC_html_3632105729:222:32596:32612 Wild Sheep Creek Middle East -0.0328900657953446335 +51021 aapg_ah_498.html aapg_ah_498.html:67:5604:5620 Catahoula Burleson County, Texas -0.474300024554483501 +51022 gsa_html_8152640301 gsa_html_8152640301:213:18312:18328 Naknek Talkeetna Mountains 0.779301988859607997 +51023 aapg_aa_44.html aapg_aa_44.html:223:28441:28449 Moenkopi Hermosa, Chicago -0.0623674187372027303 +51024 aapg_ah_207.html aapg_ah_207.html:70:9869:9875 Denver Colorado -0.463579265049131273 +51025 aapg_ai_957.html aapg_ai_957.html:3:405:413 Beaumont Uvalde, Texas -0.0166302989496245716 +51026 gsa_html_7040053075 gsa_html_7040053075:746:80073:80081 San Jose Western world -0.480765396922298249 +51027 gsa_html_1119256423 gsa_html_1119256423:88:8112:8138 White River Nebraska 1.14488485980217103 +51028 aapg_aa_491.html aapg_aa_491.html:19:2447:2470 Cook Mountain Rio Grande City, Texas -0.465616092314337648 +51029 cspg_html_3772380029 cspg_html_3772380029:875:109266:109277 Rocky Brook Southampton Island 0.0132661220895765857 +51030 aapg_ah_287.html aapg_ah_287.html:287:35682:35688 Brazil Africa -0.0800246627361860391 +51031 palaios_html_6676788300 palaios_html_6676788300:118:16219:16230 Ludlowville Skaneateles (village), New York -0.454610570976523354 +51032 cspg_html_2986717500 cspg_html_2986717500:444:21174:21196 Trent River Qualicum River -0.500557112785802838 +51033 cspg_html_9228109535 cspg_html_9228109535:80:12049:12069 Leduc Central Alberta -0.469896801722409774 +51034 cspg_html_9905904289 cspg_html_9905904289:106:14978:14985 Eastend Morrin, Alberta -0.00696275827002107526 +51035 cspg_html_8298261690 cspg_html_8298261690:639:65306:65335 Peace River Lacombe, Alberta -0.487870386185061844 +51036 cspg_html_5726581016 cspg_html_5726581016:6:360:368 Columbia Victoria, British Columbia -0.0292460145715184028 +51037 jgeology_html_3625026933 jgeology_html_3625026933:107:5589:5610 Astoria Astoria, Oregon -0.439343057733562137 +51038 aapg_ah_260.html aapg_ah_260.html:117:15329:15347 Morrison Colorado -0.428396267465174896 +51039 aapg_ac_765.html aapg_ac_765.html:335:61997:62016 Chinle Chinle Formation 0.0702653770339795036 +51040 aapg_aa_305.html aapg_aa_305.html:100:15059:15077 Kirkwood Closter, New Jersey -0.0169917673336638479 +51041 cspg_html_8694594891 cspg_html_8694594891:442:46721:46748 Beekmantown Ottawa, Kansas -0.471009336433766579 +51042 aapg_ae_223.html aapg_ae_223.html:122:15269:15283 Niobrara Niobrara, Nebraska -0.0272861401454246727 +51043 aapg_af_381.html aapg_af_381.html:28:4521:4528 Temblor Santa Monica Mountains -0.42192934575662161 +51044 cspg_html_7587979364 cspg_html_7587979364:633:45595:45614 Swan Hills Lacombe, Alberta -0.449433936510724996 +51045 aapg_ae_805.html aapg_ae_805.html:200:23218:23224 Sandia Madera County, California -0.479670542308177961 +51046 geology_html_3139121339 geology_html_3139121339:145:12353:12364 Quadra Wisconsin -0.464450966712688929 +51047 cspg_html_3178645840 cspg_html_3178645840:357:46082:46099 Halfway Victoria, British Columbia -0.448282824521055501 +51048 gsa_html_2206644180 gsa_html_2206644180:55:3476:3504 Green River Colorado 0.00347437438530184134 +51049 aapg_ai_974.html aapg_ai_974.html:25:3989:3995 Oregon Washington (state) -0.452977161832460395 +51050 aapg_ai_278.html aapg_ai_278.html:588:75337:75351 Fredericksburg Melbourne, Florida -0.0659568396857683342 +51051 gsa_html_8926423406 gsa_html_8926423406:784:73908:73936 Green River Colorado -0.0113965411474177668 +51052 cspg_html_8662646956 cspg_html_8662646956:126:20471:20498 Watt Mountain Middle East -0.446029671493266278 +51053 sedimentology_html_8829282630 sedimentology_html_8829282630:1756:93892:93898 Pueblo Colorado -0.501052480963019353 +51054 AMJC_html_5885335353 AMJC_html_5885335353:1073:117871:117877 Denver Logan, Utah -0.0371287181535530572 +51055 gsa_html_8398449001 gsa_html_8398449001:753:64090:64100 Bear River Bear Lake, Michigan -0.480960803547703208 +51056 aapg_af_846.html aapg_af_846.html:13:1382:1393 San Antonio Laredo, Texas -0.101567642695184993 +51057 aapg_ah_623.html aapg_ah_623.html:22:2317:2325 Colorado Colorado -0.467130759519596039 +51058 aapg_af_256.html aapg_af_256.html:112:13319:13350 Cherry Canyon West Texas -0.432421928049857018 +51059 geology_html_9427090233 geology_html_9427090233:399:25773:25780 Dotsero Colorado -0.390289300714757537 +51060 aapg_af_896.html aapg_af_896.html:132:13137:13142 Ouray Colorado -0.0276304452324186781 +51061 palaios_html_6353470714 palaios_html_6353470714:16:899:907 Colorado Colorado 0.00269610880251506917 +51062 cspg_html_4924970281 cspg_html_4924970281:47:6951:6974 Grand Rapids Clearwater, Florida -0.430532356052481968 +51063 cspg_html_8489487451 cspg_html_8489487451:7:728:736 Columbia Victoria, British Columbia -0.437960495533138761 +51064 aapg_ad_763.html aapg_ad_763.html:438:54502:54515 Moreno Knoxville, Illinois -0.442976805415170927 +51065 aapg_ah_555.html aapg_ah_555.html:130:13198:13206 Colorado Arapahoe, North Carolina -0.0419054197993560459 +51066 sedimentology_html_1460260224 sedimentology_html_1460260224:3074:81762:81789 Sundance Cheyenne, Wyoming -0.4597920302667165 +51067 aapg_aa_97.html aapg_aa_97.html:20:1921:1931 Washington Salem, Oregon -0.422147407249121198 +51068 aapg_af_84.html aapg_af_84.html:22:2021:2031 Washington Salem, Oregon -0.446029671493266278 +51069 palaios_html_6815039820 palaios_html_6815039820:437:41283:41301 Willwood Cheyenne, Wyoming -0.472722268874013252 +51070 gsa_html_8753002430 gsa_html_8753002430:9:292:297 Rapid Elba Island -0.0373723706496873684 +51071 geology_html_2384062478 geology_html_2384062478:282:27090:27110 Pottsville Alabama 0.660562826328924269 +51072 cspg_html_4785922166 cspg_html_4785922166:528:62047:62059 Saskatchewan Saskatoon -0.0300077841382245594 +51073 aapg_ai_477.html aapg_ai_477.html:176:18421:18439 Dunvegan Anchorage, Alaska 0.402256986845153985 +51074 aapg_ah_779.html aapg_ah_779.html:137:26023:26034 Black River Lowville (town), New York -0.432144201558994134 +51075 gsa_html_7938666655 gsa_html_7938666655:212:18817:18837 Kotsina Conglomerate Middle East -0.493383370963238699 +51076 cspg_html_8525917094 cspg_html_8525917094:282:36382:36390 Vanguard Lacombe, Alberta -0.49880187346517274 +51077 sedimentology_html_9626990209 sedimentology_html_9626990209:120:13651:13670 Rock Springs Sevier orogeny -0.46687889797168336 +51078 jgeology_html_1740511298 jgeology_html_1740511298:1116:71698:71721 Mount Mineral Cambridge, Massachusetts -0.0231533782740243055 +51079 aapg_ai_17.html aapg_ai_17.html:400:31243:31250 Carrizo Texas 0.756044973144589627 +51080 aapg_ai_503.html aapg_ai_503.html:229:24982:24989 Grimsby Niagara River -0.0398370785846279343 +51081 aapg_af_880.html aapg_af_880.html:456:68795:68808 Abo New Mexico 0.022504963158728828 +51082 cspg_html_9542530836 cspg_html_9542530836:41:6157:6174 Decorah Iowa 0.385028604384979878 +51083 aapg_aa_415.html aapg_aa_415.html:143:19882:19892 Rio Grande Texas -0.459737523933718362 +51084 aapg_ac_749.html aapg_ac_749.html:86:11365:11372 Wiarton Guelph -0.0453676577142844081 +51085 geology_html_2782706793 geology_html_2782706793:311:25795:25801 Eugene Salem, Oregon -0.471695028578207554 +51086 gsa_html_6317284187 gsa_html_6317284187:799:69195:69200 Price Arctic Cordillera -0.441406293921039528 +51087 aapg_ad_83.html aapg_ad_83.html:277:34013:34021 Nacatoch Austin, Chicago -0.438093558395168947 +51088 cspg_html_3740794265 cspg_html_3740794265:503:48024:48032 Columbia Victoria, British Columbia -0.404375022345917656 +51089 gsa_html_7248164569 gsa_html_7248164569:1289:87779:87787 Temporal Ottawa, Kansas -0.0583176759976086131 +51090 gsa_html_4891459463 gsa_html_4891459463:1151:110213:110218 Weeks Los Angeles -0.0526051706223679347 +51091 aapg_ai_594.html aapg_ai_594.html:284:30486:30495 Leadville Fremont, California -0.0716784092788427807 +51092 palaios_html_6100595217 palaios_html_6100595217:238:26037:26067 Moodys Branch Lisbon -0.473815322787249471 +51093 aapg_ah_3.html aapg_ah_3.html:256:34104:34130 Horseshoe Canyon Canada -0.457487488497030304 +51094 gsa_html_1860930948 gsa_html_1860930948:82:8737:8753 Lakota Black Hills 0.0327021829754996912 +51095 gsa_html_6142651299 gsa_html_6142651299:817:74093:74101 Rockwell Los Angeles -0.0422292934029165484 +51096 aapg_af_3.html aapg_af_3.html:80:7979:7992 Supai Arizona -0.453044786078658057 +51097 aapg_ah_609.html aapg_ah_609.html:33:4449:4456 Wasatch Colorado -0.434558307819543299 +51098 cspg_html_9119878068 cspg_html_9119878068:34:4442:4466 Dawson Bay Southern Alberta -0.033900859013031269 +51099 aapg_ae_324.html aapg_ae_324.html:226:22990:22999 Blackford Knoxville, Tennessee 0.334316623698089732 +51100 gsa_html_4472896560 gsa_html_4472896560:712:55311:55315 Webb Gold Coast, Queensland -0.0653016717146195635 +51101 sedimentology_html_5339936934 sedimentology_html_5339936934:1339:71486:71503 Wasatch Colorado -0.0338991191876076986 +51102 sedimentology_html_3841637081 sedimentology_html_3841637081:1397:61975:62011 Debolt Canada -0.412851508963564873 +51103 aapg_ah_876.html aapg_ah_876.html:39:5251:5260 Sunniland Melbourne, Florida -0.47254944238616009 +51104 gsa_html_7102550258 gsa_html_7102550258:220:22133:22163 Wingate Colorado -0.509711797196706451 +51105 cspg_html_9439353033 cspg_html_9439353033:41:5386:5408 Willow Creek Lacombe, Alberta -0.466810220907495799 +51106 jgeology_html_8596065691 jgeology_html_8596065691:1261:85243:85250 Francis London, Ontario -0.00961046045389274753 +51107 aapg_ac_702.html aapg_ac_702.html:338:35554:35569 Oread Iowa -0.0506631068321719905 +51108 cspg_html_9778753186 cspg_html_9778753186:501:57127:57132 Price Lacombe, Alberta -0.438093558395168947 +51109 geology_html_9788030825 geology_html_9788030825:16:883:896 Santa Barbara California -0.465595518002078101 +51110 aapg_ae_876.html aapg_ae_876.html:54:6701:6723 Burro Canyon Cedar Mountains 0.732018332129382721 +51111 aapg_af_854.html aapg_af_854.html:1042:146945:146959 Indian Springs Bloomington, Indiana -0.464074341472865526 +51112 AMJC_html_3101604482 AMJC_html_3101604482:1007:93305:93316 Green River Kentucky -0.455279223830003521 +51113 aapg_ah_376.html aapg_ah_376.html:27:3136:3156 Minnekahta Black Hills -0.456391730122837791 +51114 gsa_html_8669219468 gsa_html_8669219468:564:50776:50786 Washington Western world -0.0390380689308100493 +51115 palaios_html_9068072954 palaios_html_9068072954:556:60121:60147 Stephen Victoria, British Columbia -0.477790905452477432 +51116 palaios_html_3889678675 palaios_html_3889678675:13:752:762 Washington Seattle -0.441437455474761709 +51117 aapg_ae_429.html aapg_ae_429.html:306:22208:22224 Stonewall Texas 0.00387566967745058347 +51118 aapg_af_471.html aapg_af_471.html:228:26987:26995 Parkwood Hartselle, Alabama -0.0127413767435659193 +51119 aapg_ad_2.html aapg_ad_2.html:1386:189588:189599 Black River Pennsylvania -0.456479975332736432 +51120 aapg_ad_800.html aapg_ad_800.html:111:13429:13434 Eutaw Tuscaloosa, Alabama -0.449811224417208722 +51121 cspg_html_4541662139 cspg_html_4541662139:29:3634:3641 Sly Gap Arizona -0.437049524484892205 +51122 geology_html_2270715369 geology_html_2270715369:188:22021:22026 Upham Cambridge, Massachusetts -0.0279295455819341988 +51123 aapg_aa_357.html aapg_aa_357.html:266:24138:24144 Kaibab Supai, Arizona -0.438031460031225395 +51124 cspg_html_3772380029 cspg_html_3772380029:686:84973:84985 Attawapiskat River Severn -0.0451864998498942502 +51125 cspg_html_8250755331 cspg_html_8250755331:531:61406:61425 Kaskapau Lacombe, Alberta -0.473676885959420813 +51126 gsa_html_1347484649 gsa_html_1347484649:139:13519:13540 Green River Colorado 1.01039626003956773 +51127 gsa_html_4120839285 gsa_html_4120839285:1334:131026:131039 Santa Barbara Los Angeles -0.00998573864189263374 +51128 aapg_ae_154.html aapg_ae_154.html:45:5815:5823 Columbia Victoria, British Columbia -0.0118326507856826232 +51129 aapg_af_859.html aapg_af_859.html:70:11292:11311 Beaumont Beaumont, Texas 0.0358200551383494742 +51130 aapg_ai_340.html aapg_ai_340.html:370:42813:42832 Matanuska Anchorage, Alaska -0.0191815618988117366 +51131 aapg_ae_897.html aapg_ae_897.html:35:4654:4658 Java Sumatra -0.442539913358205417 +51132 aapg_ai_105.html aapg_ai_105.html:694:81882:81902 Phosphoria Cheyenne, Wyoming -0.176286700370695076 +51133 aapg_af_286.html aapg_af_286.html:339:43849:43869 Tuscaloosa Mississippi River -0.00274648745693117794 +51134 aapg_af_242.html aapg_af_242.html:170:19113:19123 San Felipe Tampico, Illinois -0.43491631701600808 +51135 gsa_html_9991813982 gsa_html_9991813982:22:1430:1438 Colorado Denver -0.0420203413535321854 +51136 aapg_ad_148.html aapg_ad_148.html:21:1933:1943 Washington Seattle -0.461456070409902219 +51137 aapg_af_305.html aapg_af_305.html:86:8756:8762 Sabine Natchitoches, Louisiana -0.522656706597745768 +51138 cspg_html_4630116521 cspg_html_4630116521:1113:109875:109888 Windsor Bridgetown, Nova Scotia -0.463332970234029085 +51139 aapg_ae_220.html aapg_ae_220.html:654:64780:64790 Brownstown Arkansas -0.255671413520312529 +51140 aapg_aa_148.html aapg_aa_148.html:33:5258:5274 Navajo Colorado -0.494968839994781917 +51141 aapg_ai_975.html aapg_ai_975.html:1182:93382:93401 Buda Buda, Texas 0.908840819757604002 +51142 gsa_html_8820488310 gsa_html_8820488310:348:31635:31643 Sheppard Canada -0.484191429205932 +51143 gsa_html_1142860634 gsa_html_1142860634:648:57674:57679 Rapid Chile -0.498041936399126195 +51144 geology_html_3116381023 geology_html_3116381023:190:19509:19524 Carrizo California -0.450649451770273157 +51145 palaios_html_4501603736 palaios_html_4501603736:574:48344:48376 Thaynes Logan, Utah 0.38347886140311449 +51146 sedimentology_html_8488362853 sedimentology_html_8488362853:1816:125683:125700 Cardium Lacombe, Alberta -0.423413139400643734 +51147 gsa_html_3677258183 gsa_html_3677258183:14:686:692 Denver Colorado -0.473695342935840036 +51148 jgeology_html_4305195651 jgeology_html_4305195651:3047:217100:217110 Pottsville Pottsville, Pennsylvania 0.000213672889406611738 +51149 gsa_html_5952049575 gsa_html_5952049575:881:84307:84315 Colorado Cheyenne, Wyoming -0.447189152172129289 +51150 palaios_html_9127387632 palaios_html_9127387632:991:80778:80794 Pioche Reno, Nevada -0.0256238564672171959 +51151 cspg_html_3521815736 cspg_html_3521815736:235:33094:33102 Grayling Western world -0.474815026513922711 +51152 aapg_ae_295.html aapg_ae_295.html:203:22919:22927 Nacatoch Arkadelphia, Arkansas -0.420852845216307503 +51153 cspg_html_7406325086 cspg_html_7406325086:431:46657:46676 Kootenai Montana -0.458913519660435476 +51154 cspg_html_9343899465 cspg_html_9343899465:494:48688:48704 Parry Islands Banks Island -0.0360984802655648293 +51155 cspg_html_7779401416 cspg_html_7779401416:169:20705:20721 Guelph Lockport (city), New York -0.467980749597819323 +51156 aapg_ae_546.html aapg_ae_546.html:216:25864:25898 Cotton Valley Carthage, Missouri -0.458031335089754243 +51157 aapg_ai_489.html aapg_ai_489.html:509:57716:57728 Eureka Sound Canada 1.08382044925885368 +51158 aapg_af_628.html aapg_af_628.html:133:12771:12789 Golconda Illinois -0.454068782805138071 +51159 gsa_html_9233283294 gsa_html_9233283294:283:27539:27544 Yukon Anchorage, Alaska -0.052523223879062067 +51160 aapg_ad_3.html aapg_ad_3.html:477:45296:45306 Reedsville Juniata County School District -0.475258680049542748 +51161 cspg_html_6334734829 cspg_html_6334734829:276:28235:28257 Nasina Indian River (Florida) 0.00296016264892234697 +51162 aapg_af_664.html aapg_af_664.html:313:33186:33196 San Andres Sheffield station -0.423312692876289309 +51163 aapg_aa_6.html aapg_aa_6.html:84:10173:10178 Tampa Melbourne, Florida -0.062493142819730535 +51164 cspg_html_6116883777 cspg_html_6116883777:1241:174139:174161 Devon Island Ellesmere Island 0.340649209974894507 +51165 AMJC_html_6460325105 AMJC_html_6460325105:135:16403:16417 Valley Springs Sierra Nevada (Spain) -0.459860167847925383 +51166 sedimentology_html_2608220485 sedimentology_html_2608220485:516:25582:25593 St Lawrence Davis Strait -0.022564066972144893 +51167 aapg_ah_592.html aapg_ah_592.html:225:16647:16674 Michigan Tuscola County, Michigan -0.44255997020698512 +51168 aapg_ad_564.html aapg_ad_564.html:6363:505889:505922 Grosmont Canada -0.0399067122276937497 +51169 aapg_ad_756.html aapg_ad_756.html:429:50715:50728 Cotton Valley Pine Island (Lee County, Florida) 0.0119525385350554136 +51170 cspg_html_8089302449 cspg_html_8089302449:286:48842:48862 Swan Hills Swan Hill, Victoria -0.441593278961416758 +51171 aapg_af_497.html aapg_af_497.html:711:69030:69049 Greenhorn Colorado 0.711139769635197871 +51172 cspg_html_3102530088 cspg_html_3102530088:198:23878:23884 Tovell Milk River, Alberta -0.457555451333636842 +51173 aapg_ak_104.html aapg_ak_104.html:467:46808:46817 Interlake Nassau, Bahamas -0.00908750930208491146 +51174 geology_html_4730996186 geology_html_4730996186:12:607:617 Washington Vancouver -0.476269297170336003 +51175 aapg_aa_25.html aapg_aa_25.html:167:15024:15040 Navajo Kayenta, Arizona -0.0196369298300035668 +51176 aapg_ai_250.html aapg_ai_250.html:136:15475:15483 Colorado Colorado -0.0590261932947709553 +51177 gsa_html_8266272099 gsa_html_8266272099:40:4407:4415 Colorado Denver -0.506465925368115633 +51178 aapg_ad_757.html aapg_ad_757.html:178:19651:19667 Kinderhook Mississippi River -0.0475070165492629953 +51179 cspg_html_7941684345 cspg_html_7941684345:449:55654:55662 Columbia Victoria, British Columbia -0.0312131444176052264 +51180 sedimentology_html_1728853853 sedimentology_html_1728853853:972:66498:66503 Yukon Mackenzie River -0.486436238766394913 +51181 cspg_html_2734588863 cspg_html_2734588863:30:4147:4160 Wabamun Lacombe, Alberta -0.452896019392303839 +51182 aapg_af_46.html aapg_af_46.html:22:4036:4053 Goddard Absaroka -0.5040380613457629 +51183 aapg_ae_813.html aapg_ae_813.html:536:43428:43434 Brazil Bolivia -0.473695342935840036 +51184 gsa_html_5378329144 gsa_html_5378329144:1035:91932:91960 Green River Colorado -0.0024667992892967905 +51185 aapg_af_77.html aapg_af_77.html:270:20980:20999 Cotton Valley Upshur County, West Virginia 0.00640161657025525247 +51186 aapg_aa_417.html aapg_aa_417.html:350:48167:48183 Colorado Black Hills -0.0398318560820373618 +51187 cspg_html_2796643803 cspg_html_2796643803:109:17423:17455 Earlie Lacombe, Alberta -0.0158448200336194084 +51188 aapg_aa_598.html aapg_aa_598.html:10:1566:1574 Red Peak Cheyenne, Wyoming -0.43333944764882032 +51189 aapg_ad_662.html aapg_ad_662.html:370:34941:34955 Frio Gulf Coast of the United States -0.432686505514578101 +51190 cspg_html_1354945055 cspg_html_1354945055:853:98865:98882 Duperow Williston Basin -0.44304146514738707 +51191 cspg_html_9868683298 cspg_html_9868683298:695:60901:60909 Edmonton Calgary -0.0517421611604156687 +51192 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17449:17465 Supai Supai, Arizona -0.471888407816635713 +51193 aapg_ah_318.html aapg_ah_318.html:1425:141589:141598 Smackover Cotton Valley, Louisiana -0.428967178358428958 +51194 cspg_html_4233306187 cspg_html_4233306187:58:8421:8435 Colorado Regina, Saskatchewan -0.0700625466031570415 +51195 cspg_html_3104351736 cspg_html_3104351736:806:84701:84723 Pigeon Point California -0.0260481030214056476 +51196 aapg_ad_350.html aapg_ad_350.html:448:49718:49738 Beekmantown Pendleton County, Kentucky 0.0188026760171915025 +51197 cspg_html_1503116552 cspg_html_1503116552:1735:245800:245834 Waterways Lacombe, Alberta -0.0243581435015515282 +51198 aapg_ah_789.html aapg_ah_789.html:28:3301:3309 Richmond Colombia -0.474842748246669499 +51199 aapg_ah_719.html aapg_ah_719.html:55:9144:9152 Colorado Denver -0.49463779564980348 +51200 aapg_ae_660.html aapg_ae_660.html:153:19602:19622 Smackover Alabama -0.436832441054611387 +51201 gsa_html_4557277250 gsa_html_4557277250:567:54067:54099 Carmel Logan, Utah -0.0207667065675008616 +51202 aapg_ac_422.html aapg_ac_422.html:286:35891:35903 Strand Fiord Long Island -0.0383278935926523318 +51203 aapg_ae_74.html aapg_ae_74.html:411:38929:38945 Moenkopi Chinle Formation -0.467584291252108319 +51204 sedimentology_html_2898428289 sedimentology_html_2898428289:161:13914:13932 Winnipegosis Regina, Saskatchewan -0.035632122339872542 +51205 geology_html_8106588521 geology_html_8106588521:466:29738:29766 Green River Cheyenne, Wyoming -0.0940307788787640431 +51206 gsa_html_6967102683 gsa_html_6967102683:701:62485:62493 Columbia Victoria, British Columbia -0.445016883536767272 +51207 aapg_af_99.html aapg_af_99.html:41:5511:5528 Cubagua Guatemala -0.470179399208385473 +51208 aapg_ai_328.html aapg_ai_328.html:88:8713:8734 Lake Valley Las Cruces, New Mexico -0.454475093508583283 +51209 aapg_ad_440.html aapg_ad_440.html:43:4681:4688 Taggard Virginia -0.493525020516280222 +51210 gsa_html_7808051457 gsa_html_7808051457:862:81654:81662 Colorado Colorado -0.0754436996377327307 +51211 gsa_html_5599919112 gsa_html_5599919112:832:59404:59410 Walker Salem, Oregon -0.0247441052038830135 +51212 cspg_html_7086880709 cspg_html_7086880709:259:31611:31622 Hare Indian Lacombe, Alberta -0.0104061936391476109 +51213 aapg_ah_96.html aapg_ah_96.html:27:3155:3169 Stony Mountain Cincinnati -0.420012527736359387 +51214 aapg_ad_960.html aapg_ad_960.html:11:1053:1067 Monterey California -0.391183136796070641 +51215 aapg_ae_181.html aapg_ae_181.html:187:26510:26516 Ripley Montgomery (town), New York -0.482921973604061416 +51216 gsa_html_7875871937 gsa_html_7875871937:779:69938:69966 Green River Colorado -0.0130645631501062637 +51217 cspg_html_7727352096 cspg_html_7727352096:6:391:402 Belly River Judith River Formation -0.0382043144165835347 +51218 aapg_ah_98.html aapg_ah_98.html:207:21667:21673 Icebox Winnipeg -0.583302841860686039 +51219 geology_html_1378183813 geology_html_1378183813:14:615:625 Santa Cruz California -0.508612392921665157 +51220 aapg_ac_586.html aapg_ac_586.html:246:27321:27341 Pottsville Pennsylvania -0.000105967854110096421 +51221 aapg_ai_583.html aapg_ai_583.html:576:75577:75598 Summerville Logan, Utah -0.0349187039582129002 +51222 aapg_ae_630.html aapg_ae_630.html:196:16769:16788 Red River Sheridan County, Wyoming -0.430532356052481968 +51223 cspg_html_3124360347 cspg_html_3124360347:18:3240:3255 Chazy Quebec City -0.303806799877760325 +51224 gsa_html_9353787239 gsa_html_9353787239:997:87788:87797 Flagstaff Arizona -0.43306145074755803 +51225 aapg_af_3.html aapg_af_3.html:71:7058:7073 Supai Oak Creek Canyon -0.455229509631582041 +51226 aapg_ae_513.html aapg_ae_513.html:143:12444:12448 Frio Brazoria County, Texas -0.474203062673125064 +51227 cspg_html_6252417471 cspg_html_6252417471:116:17938:17959 Christopher Banks Island -0.168698963225073939 +51228 geology_html_2132529104 geology_html_2132529104:31:3629:3647 Monterey California -0.440354093294291316 +51229 aapg_ah_973.html aapg_ah_973.html:21:3307:3324 Mount Laurel Monmouth -0.475258680049542748 +51230 aapg_ai_583.html aapg_ai_583.html:29:4974:4982 Sundance Spearfish, South Dakota 0.948005296330360347 +51231 aapg_ae_226.html aapg_ae_226.html:11:1970:1977 Kanawha Ohio -0.489889776983278402 +51232 sedimentology_html_8488362853 sedimentology_html_8488362853:112:11145:11148 Arc Tyrrhenian Sea -0.509904404129938871 +51233 cspg_html_1037979402 cspg_html_1037979402:14:1054:1075 Bluesky Lacombe, Alberta -0.484135384227082133 +51234 cspg_html_5450075884 cspg_html_5450075884:752:76106:76123 Cardium Canada 1.03128790586947106 +51235 AMJC_html_7032017201 AMJC_html_7032017201:648:53845:53855 Stillwater Canada -0.0127518020559754426 +51236 aapg_ah_863.html aapg_ah_863.html:426:38813:38823 Pine Point Great Slave Lake -0.442060906741660098 +51237 aapg_ac_414.html aapg_ac_414.html:297:37224:37240 Kaibab Reno, Nevada -0.450608983410958508 +51238 gsa_html_5955392368 gsa_html_5955392368:12:521:533 Rhode Island Lanzhou Airport -0.486401118306284352 +51239 aapg_ae_789.html aapg_ae_789.html:344:40039:40044 Banff Mount Assiniboine Provincial Park -0.418568713004005333 +51240 geology_html_8366774762 geology_html_8366774762:13:692:704 Rhode Island Newport, Rhode Island -0.0351518647391547839 +51241 cspg_html_1925276454 cspg_html_1925276454:509:54666:54674 Columbia Victoria, British Columbia -0.0239565449099976777 +51242 aapg_af_808.html aapg_af_808.html:343:46064:46082 Scotland Barbados -0.0433629440146906728 +51243 geology_html_9145742448 geology_html_9145742448:283:21565:21571 Madrid Ontario, California -0.457514673015389395 +51244 aapg_ai_139.html aapg_ai_139.html:37:4236:4244 Columbia Victoria, British Columbia -0.473663043482949409 +51245 geology_html_3741422893 geology_html_3741422893:314:21712:21728 Dakota New Mexico -0.126981334233769561 +51246 cspg_html_8612721867 cspg_html_8612721867:879:106709:106724 Nisku Lacombe, Alberta -0.454847705403765845 +51247 gsa_html_5928791685 gsa_html_5928791685:935:75024:75040 Blackstone Newport, Rhode Island -0.454258371760158153 +51248 gsa_html_3151431803 gsa_html_3151431803:420:44085:44099 Rockwell Earth 0.00369673695039424762 +51249 cspg_html_9361096527 cspg_html_9361096527:894:78215:78224 Cathedral Lacombe, Alberta -0.485423007658706274 +51250 cspg_html_8362959053 cspg_html_8362959053:231:26282:26295 Mountain Park Lacombe, Alberta -0.4784100389871494 +51251 aapg_ac_216.html aapg_ac_216.html:185:15940:15952 Stone Corral Nebraska -0.464450966712688929 +51252 aapg_ac_5.html aapg_ac_5.html:3:324:329 Yukon Victoria, British Columbia -0.0802699442520765222 +51253 aapg_ai_143.html aapg_ai_143.html:144:17069:17081 Medicine Hat Bow Island Airport -0.079684793663311812 +51254 gsa_html_8261220426 gsa_html_8261220426:12:491:499 Colorado Denver -0.066428606970004328 +51255 aapg_ac_246.html aapg_ac_246.html:571:54622:54641 Newcastle Black Hills -0.476491466484042558 +51256 aapg_aa_775.html aapg_aa_775.html:373:38424:38438 Frio Houston -0.0365561577052215814 +51257 aapg_ai_835.html aapg_ai_835.html:52:5723:5737 Ingleside Corpus Christi Bay -0.0478206511244486168 +51258 aapg_ad_81.html aapg_ad_81.html:319:50607:50636 Nonesuch Michigan -0.471349814541787038 +51259 geology_html_1499318691 geology_html_1499318691:59:4960:4976 Eureka Quartzite Reno, Nevada 0.281022992241425351 +51260 aapg_ai_189.html aapg_ai_189.html:573:58084:58090 Casper Cheyenne, Wyoming -0.0354198318919945049 +51261 aapg_ai_399.html aapg_ai_399.html:342:32622:32628 Ripley Mississippi River -0.20745031194325686 +51262 aapg_aa_898.html aapg_aa_898.html:121:15572:15591 Flagstaff Flagstaff, Arizona -0.48422645917649243 +51263 cspg_html_7970178687 cspg_html_7970178687:7:624:630 Viking Edmonton, London -0.440280728439214952 +51264 aapg_ae_415.html aapg_ae_415.html:933:116246:116251 Tampa Alabama -0.474815026513922711 +51265 aapg_ad_2.html aapg_ad_2.html:743:105413:105425 Little Falls Saratoga Springs, New York -0.0852291734636597964 +51266 aapg_ae_795.html aapg_ae_795.html:323:39302:39319 Green River Chattanooga, Tennessee -0.443732938342886629 +51267 sedimentology_html_2139169476 sedimentology_html_2139169476:41:2491:2500 Peninsula Korea -0.0299260395523841712 +51268 jgeology_html_8406118991 jgeology_html_8406118991:591:57759:57769 Nome Seward, Alaska -0.0468588775503323562 +51269 aapg_ae_498.html aapg_ae_498.html:931:100195:100203 Virginia Huntington, West Virginia -0.477179162580930738 +51270 aapg_ae_45.html aapg_ae_45.html:34:4785:4803 Norphlet Haynesville, Louisiana -0.44326223419282984 +51271 aapg_af_138.html aapg_af_138.html:188:17231:17239 Catskill Pennsylvania -0.466073422560892126 +51272 cspg_html_6472484014 cspg_html_6472484014:10:597:651 West Point New Brunswick, New Jersey -0.459022435464294998 +51273 aapg_ad_760.html aapg_ad_760.html:174:19648:19663 Santa Margarita California -0.00795128547420096733 +51274 aapg_af_833.html aapg_af_833.html:1099:121881:121905 Tensleep Western world -0.457492019193031785 +51275 cspg_html_4298557570 cspg_html_4298557570:176:25039:25065 Horseshoe Canyon Red Deer, Alberta -0.466965896576978678 +51276 aapg_ah_536.html aapg_ah_536.html:489:63222:63244 Mooringsport Paluxy, Texas -0.411942525233253254 +51277 cspg_html_4293350162 cspg_html_4293350162:958:97495:97503 Mt. Head Lacombe, Alberta -0.0270600859182637335 +51278 gsa_html_6792712999 gsa_html_6792712999:639:63923:63938 Rapid California -0.0292460145715184028 +51279 geology_html_2350878941 geology_html_2350878941:309:23787:23795 Colorado Cheyenne, Wyoming -0.516824847258973485 +51280 cspg_html_7281679890 cspg_html_7281679890:429:71977:71992 Canol Mackenzie River -0.0540071290768429357 +51281 aapg_aa_11.html aapg_aa_11.html:47:6779:6791 Pueblo Harpersville, Alabama -0.472491841137828439 +51282 cspg_html_5403901844 cspg_html_5403901844:228:31206:31226 Keg River Lacombe, Alberta -0.439125439995052158 +51283 geology_html_1934209728 geology_html_1934209728:176:15162:15171 Eel River Monterey Bay -0.0599372594953088075 +51284 aapg_ad_3.html aapg_ad_3.html:537:52288:52296 Virginia Pennsylvania -0.4852429512232731 +51285 aapg_ae_959.html aapg_ae_959.html:2297:163573:163594 Dewey Lake Texas -0.447404197686881167 +51286 cspg_html_4409656292 cspg_html_4409656292:637:72039:72047 Columbia Victoria, British Columbia -0.0370660655999496616 +51287 aapg_ad_443.html aapg_ad_443.html:175:21142:21150 Virginia Campbell, California -0.420604592487333839 +51288 aapg_ah_645.html aapg_ah_645.html:91:12276:12281 Piper Williston, Vermont -0.465588660004120081 +51289 aapg_ah_508.html aapg_ah_508.html:3:328:350 Beekmantown Pennsylvania 0.0762138983371561107 +51290 cspg_html_5880669950 cspg_html_5880669950:685:65265:65302 Beaverhill Lacombe, Alberta -0.444719742349094338 +51291 aapg_af_131.html aapg_af_131.html:676:68349:68366 Tecovas Palo Duro Canyon -0.451767539383647998 +51292 cspg_html_9222238695 cspg_html_9222238695:16:2128:2161 Fernie Lacombe, Alberta -0.216893466590149325 +51293 cspg_html_4176605708 cspg_html_4176605708:716:68572:68580 Colorado Regina, Saskatchewan -0.048597821756073703 +51294 aapg_ae_24.html aapg_ae_24.html:12:1763:1775 Rhode Island Block Island -0.459083706416541504 +51295 aapg_ad_749.html aapg_ad_749.html:215:20138:20146 Carlsbad Guadalupe Mountains National Park -0.478307979059971577 +51296 cspg_html_4319383223 cspg_html_4319383223:601:65750:65763 Red Rock Victoria, British Columbia -0.461390086357821749 +51297 palaios_html_9133125241 palaios_html_9133125241:372:44945:44959 Point Pleasant Lexington, Kentucky -0.471363620495062197 +51298 palaios_html_8054385512 palaios_html_8054385512:471:41420:41440 Hell Creek Eastern Montana -0.457840951353905012 +51299 gsa_html_9514738497 gsa_html_9514738497:793:69362:69368 Laguna Albuquerque, New Mexico -0.496915172747898759 +51300 aapg_ai_584.html aapg_ai_584.html:753:79039:79045 Casper Laramie, Wyoming -0.0187574882731168305 +51301 aapg_ac_380.html aapg_ac_380.html:198:24946:24954 Onondaga Onondaga County, New York -0.0496957515940984612 +51302 aapg_ac_574.html aapg_ac_574.html:330:37096:37115 Esmeralda Reno, Nevada -0.0874923606265977788 +51303 aapg_af_779.html aapg_af_779.html:13:2361:2379 Traverse Michigan -0.453130450697368015 +51304 sedimentology_html_2339468027 sedimentology_html_2339468027:1899:149575:149581 Snyder California -0.495631319068842169 +51305 cspg_html_3501550466 cspg_html_3501550466:568:81845:81863 Grosmont Lacombe, Alberta -0.0309035312152589614 +51306 gsa_html_4058959570 gsa_html_4058959570:924:69922:69928 Taylor London, Ontario -0.467130759519596039 +51307 cspg_html_8575889766 cspg_html_8575889766:117:13302:13324 Eureka Sound Ellesmere Island 0.00132025624175985054 +51308 aapg_ad_3.html aapg_ad_3.html:303:28754:28762 Virginia Knoxville, Tennessee -0.0325612728688678896 +51309 aapg_aa_699.html aapg_aa_699.html:4:502:510 Michigan Ohio -0.0438697385751906713 +51310 aapg_ac_841.html aapg_ac_841.html:1731:176506:176527 El Plan Tegucigalpa -0.0883751474395324116 +51311 aapg_ae_324.html aapg_ae_324.html:618:63454:63463 Bluefield Virginia -0.280545561094326823 +51312 cspg_html_7777724998 cspg_html_7777724998:881:80980:80988 Columbia Lacombe, Alberta 0.00313388258007131059 +51313 aapg_ae_856.html aapg_ae_856.html:233:28208:28223 Aquia Alabama -0.0316445288569785835 +51314 cspg_html_7777724998 cspg_html_7777724998:175:26520:26543 Mist Mountain Bellevue, Nebraska 0.0140028670828276774 +51315 cspg_html_1763727002 cspg_html_1763727002:420:47001:47009 Columbia Victoria, British Columbia -0.496102469458349238 +51316 aapg_af_854.html aapg_af_854.html:362:46372:46387 Keokuk Sedalia, Missouri -0.0200262605794136288 +51317 aapg_ai_1.html aapg_ai_1.html:170:15153:15158 Molas Hermosa, Chicago -0.437953842888147871 +51318 jgeology_html_7979718784 jgeology_html_7979718784:178:14580:14605 Chinle Uncompahgre Plateau -0.222026645746913026 +51319 cspg_html_3104351736 cspg_html_3104351736:17:2000:2017 Pakowki Lacombe, Alberta -0.0185419788860923702 +51320 gsa_html_2324818064 gsa_html_2324818064:812:71290:71299 Red River Shreveport, Louisiana -0.441593278961416758 +51321 cspg_html_4463164802 cspg_html_4463164802:775:69113:69121 Columbia Victoria, British Columbia -0.0515259889792163556 +51322 geology_html_1401703826 geology_html_1401703826:14:810:822 Rhode Island Newport, Rhode Island 0.647801462641034553 +51323 aapg_ae_182.html aapg_ae_182.html:370:38918:38937 Smackover Bellevue, Nebraska -0.0275956665484899596 +51324 aapg_ah_80.html aapg_ah_80.html:91:9917:9936 Matanuska Anchorage, Alaska -0.464419004431934179 +51325 aapg_ak_87.html aapg_ak_87.html:404:52262:52281 Horquilla Mogollon, New Mexico -0.0355033554965811168 +51326 aapg_ai_17.html aapg_ai_17.html:1130:74429:74448 Catahoula Tampa, Florida -0.435661502416701596 +51327 palaios_html_7179643765 palaios_html_7179643765:96:10074:10085 La Luna Venezuela -0.0223919711537192666 +51328 sedimentology_html_2090465227 sedimentology_html_2090465227:873:54355:54359 Bond North Sea -0.46853104470756296 +51329 cspg_html_8316122266 cspg_html_8316122266:367:33634:33643 Mackenzie Lacombe, Alberta -0.460953349343471763 +51330 palaios_html_9935872947 palaios_html_9935872947:30:3100:3110 Laurentian Colorado -0.496043265221558505 +51331 aapg_ae_959.html aapg_ae_959.html:1909:138622:138630 Grayburg Nashville Basin -0.418659974922056588 +51332 aapg_aa_788.html aapg_aa_788.html:500:55511:55529 Sycamore Mississippi River -0.0261211303154043166 +51333 gsa_html_5355534591 gsa_html_5355534591:22:1472:1482 Fort Worth Texas -0.0486622990277508355 +51334 aapg_ai_975.html aapg_ai_975.html:205:24439:24445 Sierra Coahuila -0.472678482936493838 +51335 geology_html_3217046505 geology_html_3217046505:153:11580:11591 Green River Uinta Mountains -0.466842269540434285 +51336 aapg_af_430.html aapg_af_430.html:133:14700:14712 Wilcox Zapata County, Texas 0.985471022930281437 +51337 aapg_ad_763.html aapg_ad_763.html:284:34605:34623 Vaqueros Southeast Asia -0.0162966409406991447 +51338 aapg_ad_379.html aapg_ad_379.html:578:48756:48762 Chinle Kane County, Illinois -0.460146402321772174 +51339 aapg_ai_815.html aapg_ai_815.html:319:34957:34978 Washington Svalbard and Jan Mayen 0.0127014130799759668 +51340 gsa_html_9353787239 gsa_html_9353787239:856:78944:78964 Las Animas West, Texas -0.0583700268296453301 +51341 gsa_html_8499611670 gsa_html_8499611670:831:80687:80694 Jackson Illinois -0.456479975332736432 +51342 gsa_html_8951179545 gsa_html_8951179545:375:44453:44469 Tesnus Mexico -0.489006291184516995 +51343 aapg_ae_212.html aapg_ae_212.html:42:8948:8957 Red River Texas -0.0337286176127971765 +51344 aapg_ac_870.html aapg_ac_870.html:10:990:1008 Bowen Denison, Texas -0.463478914486847693 +51345 aapg_ah_96.html aapg_ah_96.html:423:49399:49413 Red River Red River of the North -1.57663117656521168 +51346 cspg_html_9872589627 cspg_html_9872589627:53:6510:6528 Halfway Dixon, Illinois -0.418529603382018334 +51347 sedimentology_html_9323405610 sedimentology_html_9323405610:234:8839:8843 Hall London, Ontario -0.498433692902457426 +51348 gsa_html_9161666105 gsa_html_9161666105:277:22657:22678 Bonaventure Western world -0.477269506555081602 +51349 aapg_ac_473.html aapg_ac_473.html:238:32257:32277 Phosphoria Logan, Utah -0.456518443898076276 +51350 cspg_html_1770934036 cspg_html_1770934036:584:63426:63434 Columbia Victoria, British Columbia -0.0694086451218119405 +51351 palaios_html_3796939457 palaios_html_3796939457:498:43510:43524 Ogallala Hitchcock County, Nebraska -0.44948782523520614 +51352 aapg_af_133.html aapg_af_133.html:270:28540:28546 Racine Wisconsin -0.00395905591412439809 +51353 cspg_html_4287356899 cspg_html_4287356899:1458:200973:200978 Kayak Anchorage, Alaska -0.055289015959458003 +51354 cspg_html_7450448060 cspg_html_7450448060:11:1286:1302 Belloy Western Canadian Sedimentary Basin -0.371525196112214851 +51355 gsa_html_8354711347 gsa_html_8354711347:182:19110:19138 Green River Colorado -0.0241616892206824377 +51356 cspg_html_7402164801 cspg_html_7402164801:57:6631:6649 Lea Park Lacombe, Alberta -0.0672411869339060025 +51357 aapg_ai_996.html aapg_ai_996.html:1163:50075:50084 Allentown Asbury Park, New Jersey -0.480853789677316845 +51358 geology_html_3854373754 geology_html_3854373754:307:23897:23907 Montgomery New Mexico -0.46398990802263862 +51359 geology_html_1523318259 geology_html_1523318259:253:26461:26469 Colorado Logan, Utah -0.49729928854529093 +51360 aapg_ah_4.html aapg_ah_4.html:292:46343:46358 Heath Talara Province -0.425756964796638493 +51361 sedimentology_html_9626990209 sedimentology_html_9626990209:981:83133:83158 Mesaverde Cheyenne, Wyoming -0.458262569586093849 +51362 aapg_ae_855.html aapg_ae_855.html:172:18068:18082 Flagstaff Flagstaff, Arizona -0.0472770257306706979 +51363 geology_html_8946833559 geology_html_8946833559:277:23218:23237 Pansy Lee Conglomerate Reno, Nevada -0.502437738142499701 +51364 aapg_ah_27.html aapg_ah_27.html:68:9435:9448 Barnett Llano, Texas -0.222226800689231729 +51365 cspg_html_5376629375 cspg_html_5376629375:213:24994:25012 Arctomys Canmore, Alberta -0.482038661537539159 +51366 cspg_html_5904948553 cspg_html_5904948553:6:609:643 Mount Head Lacombe, Alberta -0.405553650112581765 +51367 gsa_html_4234009219 gsa_html_4234009219:377:36912:36931 Whitemud Lacombe, Alberta -0.461089806729199636 +51368 gsa_html_2374661120 gsa_html_2374661120:57:4716:4726 Bear River Sevier River -0.464533160716817162 +51369 aapg_ac_585.html aapg_ac_585.html:201:21659:21678 Smackover Arkansas -0.438031460031225395 +51370 cspg_html_7872970297 cspg_html_7872970297:735:59908:59916 Columbia Victoria, British Columbia -0.484434333090292712 +51371 aapg_ac_924.html aapg_ac_924.html:435:46724:46738 Mission Canyon Logan, Utah -0.453130450697368015 +51372 cspg_html_1962846283 cspg_html_1962846283:30:4626:4644 Kootenay Western world -0.499331862498102852 +51373 geology_html_7829136412 geology_html_7829136412:256:26010:26020 Stillwater Amsterdam -0.0354198318919945049 +51374 geology_html_7193855481 geology_html_7193855481:11:541:549 Colorado Colorado -0.0191815618988117366 +51375 palaios_html_3706035501 palaios_html_3706035501:212:30628:30643 Brule Badlands National Park -0.474526310844171573 +51376 aapg_aa_846.html aapg_aa_846.html:116:6677:6683 Forest Vail, Colorado -0.0423703387957518537 +51377 aapg_ai_491.html aapg_ai_491.html:196:23421:23446 Pinkerton Trail Kaibab, Arizona 0.00401812120916435721 +51378 gsa_html_9506242690 gsa_html_9506242690:733:67890:67895 Rapid Earth 0.0111393955416452146 +51379 gsa_html_8030464622 gsa_html_8030464622:299:33495:33504 Red River China -0.468384265774498543 +51380 aapg_ai_328.html aapg_ai_328.html:194:18166:18177 Lake Valley Alamogordo, New Mexico -0.470843746174451128 +51381 aapg_ad_3.html aapg_ad_3.html:272:24229:24240 Beekmantown Alabama -0.441048011313096677 +51382 aapg_af_419.html aapg_af_419.html:18:2165:2171 Oregon Washington (state) -0.0536287124053924508 +51383 cspg_html_9057975703 cspg_html_9057975703:50:5976:5990 Woodbend Western Canadian Sedimentary Basin -0.0328900657953446335 +51384 gsa_html_5732664703 gsa_html_5732664703:792:80639:80648 Extension Kish (Sumer) -0.459022435464294998 +51385 palaios_html_3022467877 palaios_html_3022467877:385:43877:43888 Hornerstown Navesink River -0.441686785632637413 +51386 aapg_ac_750.html aapg_ac_750.html:61:5282:5289 Prairie Beaumont, Texas -0.471099044200062878 +51387 aapg_af_502.html aapg_af_502.html:44:6566:6575 Smackover Shreveport, Louisiana -0.418529603382018334 +51388 aapg_ah_784.html aapg_ah_784.html:31:3825:3829 Yeso Santa Rosa, California -0.440280728439214952 +51389 gsa_html_4449540565 gsa_html_4449540565:29:2796:2824 Green River New Mexico -0.444838140504144441 +51390 aapg_ac_380.html aapg_ac_380.html:105:13939:13957 Syracuse Michigan -0.465787563493960222 +51391 aapg_ah_646.html aapg_ah_646.html:42:5934:5950 Chinle Logan, Utah -0.425104840508146176 +51392 cspg_html_9354781888 cspg_html_9354781888:681:54375:54383 Columbia Victoria, British Columbia -0.451751782124743317 +51393 geology_html_4850868180 geology_html_4850868180:403:28479:28482 Rye Netherlands -0.502697879639648404 +51394 aapg_aa_662.html aapg_aa_662.html:394:31730:31749 Tuscarora Huntington, West Virginia -0.462143504710773534 +51395 aapg_af_26.html aapg_af_26.html:324:30009:30015 Oregon Salem, Oregon -0.0443365036009496297 +51396 cspg_html_9435196958 cspg_html_9435196958:1420:59444:59465 Belly River Lacombe, Alberta -0.472512577150688062 +51397 aapg_aa_378.html aapg_aa_378.html:33:4033:4039 Empire India -0.0180709945054990453 +51398 gsa_html_5158209975 gsa_html_5158209975:893:75661:75668 Prairie Shreveport, Louisiana -0.457582637906406409 +51399 cspg_html_4272664788 cspg_html_4272664788:84:13009:13024 Banff Victoria, British Columbia -0.443933785681361437 +51400 geology_html_7304783077 geology_html_7304783077:286:25354:25364 Washington Salem, Oregon -0.472823676298187945 +51401 cspg_html_1019614994 cspg_html_1019614994:70:13645:13673 Wabamun Lacombe, Alberta -0.455197874748240694 +51402 geology_html_7252964522 geology_html_7252964522:54:5033:5041 Virginia Hampton, New Hampshire -0.0598395143222002907 +51403 aapg_aa_763.html aapg_aa_763.html:190:16955:16961 Moscow Moscow -0.0347847257870449039 +51404 gsa_html_3317703349 gsa_html_3317703349:11:452:461 San Diego California -0.446392131630084288 +51405 cspg_html_3762708087 cspg_html_3762708087:6:330:346 Viking Lacombe, Alberta 0.00557294326279580542 +51406 aapg_af_91.html aapg_af_91.html:756:84446:84459 Blue Mountain Milford, Connecticut -0.0247962629365806077 +51407 aapg_ad_947.html aapg_ad_947.html:939:94137:94145 Colorado Colorado -0.492309966808552324 +51408 palaios_html_2134211390 palaios_html_2134211390:699:50769:50779 Santa Cruz Spain -0.498184372130755504 +51409 aapg_ai_367.html aapg_ai_367.html:3:348:357 Domengine California -0.430057253759890901 +51410 aapg_ai_816.html aapg_ai_816.html:217:34453:34468 Sarpy Nebraska -0.469540812180448741 +51411 cspg_html_5586087088 cspg_html_5586087088:250:32347:32355 Columbia Victoria, British Columbia -0.477642564553472426 +51412 aapg_af_116.html aapg_af_116.html:231:18873:18879 Sierra Mexico -0.476269297170336003 +51413 aapg_ai_527.html aapg_ai_527.html:28:3065:3084 Mesaverde Kirtland, Ohio -0.455184317280275863 +51414 aapg_aa_106.html aapg_aa_106.html:65:6897:6913 Elk Regina, Saskatchewan -0.0632789777746218668 +51415 cspg_html_2650524233 cspg_html_2650524233:44:8362:8403 Paskapoo Lacombe, Alberta -0.0900464484196999981 +51416 aapg_ad_98.html aapg_ad_98.html:718:68808:68813 Nopah California -0.448377013151321557 +51417 cspg_html_7330983978 cspg_html_7330983978:496:40649:40665 George Anticosti Island -0.425700050336429825 +51418 sedimentology_html_6464815017 sedimentology_html_6464815017:1774:128228:128234 Thrifty London, Ontario -0.464405306663695727 +51419 gsa_html_7206093592 gsa_html_7206093592:435:26826:26854 Green River New Mexico -0.00639293020944086028 +51420 cspg_html_8086045309 cspg_html_8086045309:220:23799:23804 Nisku Edmonton, London -0.452977161832460395 +51421 gsa_html_3333403908 gsa_html_3333403908:1338:100710:100738 Green River New Mexico -0.441392939290133568 +51422 cspg_html_4298557570 cspg_html_4298557570:319:40779:40795 Battle Lacombe, Alberta 0.957106748517227102 +51423 cspg_html_5593011953 cspg_html_5593011953:100:13013:13025 Saskatchewan Lacombe, Alberta -0.433546895631176765 +51424 aapg_aa_193.html aapg_aa_193.html:457:42616:42623 Manlius New Scotland, New York -0.0169066131987412362 +51425 aapg_ae_473.html aapg_ae_473.html:449:41756:41761 Yazoo Ocala, Florida 0.308861855929162654 +51426 aapg_aa_901.html aapg_aa_901.html:33:5150:5156 Casper Cheyenne, Wyoming -0.0337199186226255915 +51427 aapg_ae_511.html aapg_ae_511.html:49:5580:5586 Dakota Uinta County, Wyoming -0.453423575097804177 +51428 jgeology_html_3686050500 jgeology_html_3686050500:989:85488:85509 Niobrara Nebraska -0.267646964058395331 +51429 geology_html_6994251577 geology_html_6994251577:332:23845:23854 Extension Tyrrhenian Sea -0.482917309945881279 +51430 cspg_html_8818854104 cspg_html_8818854104:28:4508:4516 Columbia Lacombe, Alberta -0.469070208322842297 +51431 cspg_html_3060428958 cspg_html_3060428958:180:26784:26801 Bearpaw Saskatchewan River -0.107778818559832595 +51432 aapg_aa_12.html aapg_aa_12.html:304:31287:31305 Sycamore Meramec River -0.521676515192122547 +51433 gsa_html_8740218609 gsa_html_8740218609:924:86281:86304 Sykesville Sykesville, Maryland -0.46105569042928074 +51434 aapg_ae_789.html aapg_ae_789.html:359:42755:42767 Wabamun Barrhead, Alberta -0.443465209869809307 +51435 aapg_ac_888.html aapg_ac_888.html:484:35413:35422 Weir Greenbrier (Great Smoky Mountains) -0.0590401550116134086 +51436 sedimentology_html_1930832872 sedimentology_html_1930832872:1101:67378:67384 Brazil China -0.445016883536767272 +51437 gsa_html_5202646019 gsa_html_5202646019:1036:86061:86089 Green River Colorado -0.00655275945491847703 +51438 jgeology_html_4115179562 jgeology_html_4115179562:201:13578:13590 Liberty Hall Martinsburg, Nebraska -0.434673209477638822 +51439 gsa_html_1119256423 gsa_html_1119256423:339:29251:29259 Colorado Sioux City, Iowa -0.0152331376513424877 +51440 gsa_html_3380395839 gsa_html_3380395839:334:35261:35271 Washington Victoria, British Columbia -0.456337429672799166 +51441 aapg_ad_379.html aapg_ad_379.html:343:30249:30257 Wolfcamp Logan, Utah -0.414176548606843775 +51442 aapg_ai_285.html aapg_ai_285.html:4:600:606 Naknek Cook Inlet -0.453085363047098455 +51443 cspg_html_2184632302 cspg_html_2184632302:99:11315:11334 Athabasca Lacombe, Alberta 1.01047129350840681 +51444 aapg_ai_975.html aapg_ai_975.html:1085:87476:87493 Edwards Del Rio, Tennessee -0.0537193910403591518 +51445 aapg_af_770.html aapg_af_770.html:228:23821:23847 Wasatch Fremont County, Wyoming -0.440300736461396947 +51446 gsa_html_4432793908 gsa_html_4432793908:730:84401:84434 Sheep Pass Sevier orogeny -0.455229509631582041 +51447 jgeology_html_6016138758 jgeology_html_6016138758:732:45089:45098 Kulthieth Yakutat City and Borough, Alaska -0.451733774163315116 +51448 aapg_aa_415.html aapg_aa_415.html:339:49311:49329 Woodbine Arkansas -0.0218270224173490179 +51449 aapg_ac_995.html aapg_ac_995.html:33:4649:4671 Huayacocotla Veracruz, Veracruz -0.0345376534934891677 +51450 aapg_af_540.html aapg_af_540.html:351:46824:46832 Niobrara Niobrara, Nebraska -0.401481493222129504 +51451 AMJC_html_7984049819 AMJC_html_7984049819:885:91401:91418 Kittery New Hampshire -0.0590855308017678646 +51452 cspg_html_8145657505 cspg_html_8145657505:49:8187:8217 Cairn Lacombe, Alberta -0.467877607461444023 +51453 geology_html_9689093687 geology_html_9689093687:259:26927:26933 Snyder Anchorage, Alaska -0.48422645917649243 +51454 geology_html_6487698083 geology_html_6487698083:278:24450:24458 Traverse Canada -0.433370341259820213 +51455 gsa_html_8833777630 gsa_html_8833777630:524:62962:62968 Denver Colorado -0.49208602118357192 +51456 gsa_html_4179834030 gsa_html_4179834030:315:36197:36208 Green River Logan, Utah -0.00673169924588781169 +51457 gsa_html_1130947011 gsa_html_1130947011:51:5394:5420 Galena Lexington, Kentucky -0.447135398674851747 +51458 cspg_html_5295390542 cspg_html_5295390542:289:38280:38294 Halfway Lacombe, Alberta -0.486419849038802532 +51459 jgeology_html_2714962789 jgeology_html_2714962789:927:53233:53254 Chopawamsic Piedmont (United States) -0.480602591853576067 +51460 cspg_html_7587979364 cspg_html_7587979364:217:17656:17678 Slave Point Swan Hill, Victoria -0.00500312776260552431 +51461 gsa_html_7932638920 gsa_html_7932638920:1166:107887:107896 San Diego Houghton, Michigan -0.47249414511500698 +51462 palaios_html_9886618772 palaios_html_9886618772:535:66445:66463 Yorktown Virginia -0.422105971765849297 +51463 aapg_ae_281.html aapg_ae_281.html:6:909:917 Columbia Columbia District -0.0275887108223223723 +51464 aapg_aa_684.html aapg_aa_684.html:191:18756:18774 Ankareh John Crow Mountains -0.460980639153810601 +51465 geology_html_7993398906 geology_html_7993398906:186:23126:23135 San Diego California -0.492258100446082036 +51466 aapg_aa_259.html aapg_aa_259.html:233:19331:19353 Winnipegosis Regina, Saskatchewan -0.445213540966811649 +51467 aapg_ai_569.html aapg_ai_569.html:446:45617:45623 Dakota Chimney Rock, North Carolina -0.0647985531001060572 +51468 geology_html_6004015760 geology_html_6004015760:187:17919:17923 Bond North Atlantic Current -0.472604743150075168 +51469 aapg_ae_768.html aapg_ae_768.html:21:3652:3669 Rustler Salado, Texas 0.924493943744779667 +51470 aapg_ad_785.html aapg_ad_785.html:721:78896:78902 Pueblo Colorado -0.020196595303077311 +51471 jgeology_html_2022713612 jgeology_html_2022713612:683:65709:65727 Stirling Sauk Village, Illinois -0.499460251131451871 +51472 aapg_ah_317.html aapg_ah_317.html:244:22848:22856 Scotland California -0.0304773910336276765 +51473 aapg_ae_794.html aapg_ae_794.html:685:78492:78513 Tuscaloosa Arkansas -0.0719285272229517464 +51474 palaios_html_9973267562 palaios_html_9973267562:555:64626:64640 Kope Cincinnati -0.443933785681361437 +51475 cspg_html_4568084707 cspg_html_4568084707:109:14916:14938 Cooking Lake Lacombe, Alberta -0.436850160261835319 +51476 gsa_html_9053175553 gsa_html_9053175553:62:8404:8430 Flagstaff Logan, Utah -0.4835517998191603 +51477 aapg_ah_536.html aapg_ah_536.html:398:52268:52275 Rodessa Texas 0.376610287891939066 +51478 aapg_ac_356.html aapg_ac_356.html:47:6180:6184 Pico Wilmington, North Carolina -0.450620224441537598 +51479 cspg_html_5406720001 cspg_html_5406720001:214:27876:27897 Ross Telford, Pennsylvania -0.492281675671482677 +51480 gsa_html_4431779557 gsa_html_4431779557:223:21105:21120 Blackwater Draw New Mexico -0.471349814541787038 +51481 aapg_aa_904.html aapg_aa_904.html:713:63667:63674 Paradox San Juan, Argentina -0.00920738787404935463 +51482 aapg_ai_117.html aapg_ai_117.html:9:1163:1178 Weber Uinta County, Wyoming -0.42429358801520467 +51483 aapg_ak_39.html aapg_ak_39.html:153:17673:17680 Success California -0.0320063471843775108 +51484 cspg_html_9778753186 cspg_html_9778753186:139:19802:19810 Columbia Victoria, British Columbia -0.0277017418114762735 +51485 aapg_ac_785.html aapg_ac_785.html:84:15161:15182 Barnett Brown County, Ohio -0.424846739582848965 +51486 aapg_ac_301.html aapg_ac_301.html:219:26465:26482 Saturday Mountain Boise, Idaho -0.210581533920646824 +51487 aapg_ae_34.html aapg_ae_34.html:431:38625:38629 Frio Shreveport, Louisiana -0.43051255536455113 +51488 cspg_html_6351830705 cspg_html_6351830705:250:38434:38448 Word China -0.483281151267174081 +51489 AMJC_html_7141186441 AMJC_html_7141186441:111:15663:15670 Wasatch Fort Union Trading Post National Historic Site -0.456479975332736432 +51490 aapg_ai_491.html aapg_ai_491.html:1001:83337:83354 Hermosa Logan, Utah -0.444223975732980447 +51491 aapg_ah_167.html aapg_ah_167.html:294:34817:34823 Denver Logan, Utah -0.456133832112874948 +51492 aapg_ah_965.html aapg_ah_965.html:155:21724:21732 Beaumont Waller County, Texas -0.413843498963730405 +51493 aapg_ad_451.html aapg_ad_451.html:143:13287:13297 Rio Grande Shreveport, Louisiana -0.446047567402655165 +51494 aapg_ai_366.html aapg_ai_366.html:12:1576:1582 Lissie Beaumont, Texas -0.480644453081816247 +51495 aapg_ac_749.html aapg_ac_749.html:88:11833:11839 Salina Bruce Peninsula National Park 0.0717448730282933961 +51496 aapg_ad_909.html aapg_ad_909.html:161:16532:16538 Sierra Buenos Aires Province -0.458659434193013582 +51497 aapg_ae_319.html aapg_ae_319.html:599:50959:50965 Carmel Metro Manila -0.450676431675374467 +51498 aapg_ad_999.html aapg_ad_999.html:95:9621:9633 Saskatchewan Manitoba 0.0453049487773077783 +51499 geology_html_8196169061 geology_html_8196169061:75:8774:8792 Maccrady Huntington, West Virginia 0.318394802141530708 +51500 gsa_html_7199417381 gsa_html_7199417381:464:48405:48425 Peoria Iowa 0.399887520823042353 +51501 aapg_ae_80.html aapg_ae_80.html:163:27921:27931 Caseyville Pope County, Arkansas 0.00403028171567929548 +51502 aapg_ai_292.html aapg_ai_292.html:341:33209:33223 Lisburne Northwest Arctic Borough, Alaska -0.547488338125502794 +51503 cspg_html_7086880709 cspg_html_7086880709:188:21935:21955 Chinchaga Mackenzie River -0.425424282088950667 +51504 cspg_html_2758324131 cspg_html_2758324131:6:364:400 Bakken Williston Basin -0.0245285217971666809 +51505 gsa_html_4557277250 gsa_html_4557277250:393:37744:37764 Twin Creek Logan, Utah -0.466965896576978678 +51506 palaios_html_5268628065 palaios_html_5268628065:248:35241:35248 Cercado Dominican Republic -0.0291155791192652773 +51507 aapg_af_614.html aapg_af_614.html:177:14070:14083 Cotton Valley Cotton Valley, Louisiana 0.000152871659208356339 +51508 gsa_html_9929401207 gsa_html_9929401207:41:3970:3978 La Habra California -0.0456254660933555489 +51509 aapg_af_579.html aapg_af_579.html:283:30446:30463 Todilto Entrada Sandstone -0.0162740496879429895 +51510 aapg_ae_161.html aapg_ae_161.html:213:22745:22751 Casper Cheyenne, Wyoming -0.464761517323236562 +51511 aapg_ad_2.html aapg_ad_2.html:1337:183814:183831 Schenectady Mohawk Valley -0.0137370110791438689 +51512 aapg_ae_884.html aapg_ae_884.html:276:36944:36953 Mesaverde Cheyenne, Wyoming 0.952296500670019586 +51513 aapg_ae_835.html aapg_ae_835.html:120:10108:10123 Vicksburg Cameron County, Pennsylvania 0.0393827315854168511 +51514 aapg_ae_473.html aapg_ae_473.html:380:34609:34615 Winona Mississippi River 0.405094891306719163 +51515 aapg_ae_324.html aapg_ae_324.html:1299:129146:129154 Lowville Black River, Jamaica -0.0255351835335731921 +51516 cspg_html_8298261690 cspg_html_8298261690:702:69084:69100 Viking Lacombe, Alberta -0.00472517057507792094 +51517 sedimentology_html_1574151857 sedimentology_html_1574151857:1747:116474:116480 Oregon Cape Blanco Light -0.471432653520514666 +51518 aapg_af_947.html aapg_af_947.html:256:40774:40786 Pierre Benton, Arkansas 0.0306495846766580149 +51519 gsa_html_5928791685 gsa_html_5928791685:26:2025:2043 Westboro Cambridge, Massachusetts -0.454034931813569353 +51520 cspg_html_6699560435 cspg_html_6699560435:6:269:285 Viking Central Alberta -0.444838140504144441 +51521 aapg_ac_330.html aapg_ac_330.html:43:4596:4602 Ithaca Middlesex -0.447135398674851747 +51522 aapg_ae_991.html aapg_ae_991.html:698:82417:82435 Tensleep Cheyenne, Wyoming -0.0575289744471569053 +51523 aapg_aa_160.html aapg_aa_160.html:285:29250:29279 Wolfcamp New Mexico -0.43597788776021662 +51524 gsa_html_5851281923 gsa_html_5851281923:242:24735:24741 Oregon Washington (state) -0.0339634929094720234 +51525 cspg_html_6306091047 cspg_html_6306091047:616:84682:84700 Pardonet Victoria, British Columbia -0.456778715576978744 +51526 aapg_ae_487.html aapg_ae_487.html:36:3909:3917 Colorado Denver -0.479475427251918496 +51527 cspg_html_9717154602 cspg_html_9717154602:715:67201:67222 Belly River Lacombe, Alberta -0.171954897028736786 +51528 aapg_ai_748.html aapg_ai_748.html:15:1462:1480 Woodbine Cotton Valley, Louisiana -0.0332519228723545321 +51529 aapg_af_397.html aapg_af_397.html:552:63856:63863 Entrada Entrada Sandstone 1.09083012666003221 +51530 cspg_html_2094634763 cspg_html_2094634763:15:1812:1819 Roseray Regina, Saskatchewan -0.471432653520514666 +51531 sedimentology_html_4369226882 sedimentology_html_4369226882:1052:82219:82239 Toro Chile -0.0283712524140075813 +51532 cspg_html_6306091047 cspg_html_6306091047:11:1387:1396 Baldonnel Victoria, British Columbia -0.426501543042148601 +51533 aapg_ai_340.html aapg_ai_340.html:929:71113:71135 Nation River Anchorage, Alaska -0.0309000524599756105 +51534 aapg_ae_958.html aapg_ae_958.html:75:9407:9427 Dog Creek Texas 0.0162531962434012377 +51535 aapg_ah_647.html aapg_ah_647.html:811:87705:87713 Wolfcamp Earp, California -0.431186011272103542 +51536 aapg_ac_617.html aapg_ac_617.html:82:10179:10192 Oakville Texas -0.00292541869155533898 +51537 sedimentology_html_1614430521 sedimentology_html_1614430521:130:10521:10535 Ross Clare County, Michigan -0.0393792500826810471 +51538 palaios_html_8064020973 palaios_html_8064020973:607:66402:66411 Flagstaff Arizona -0.499298579771170536 +51539 cspg_html_3962754176 cspg_html_3962754176:737:76948:76963 Mesaverde Logan, Utah -0.440245159686024512 +51540 cspg_html_3521815736 cspg_html_3521815736:424:59269:59288 Baldonnel Victoria, British Columbia -0.472639307901536299 +51541 aapg_ad_619.html aapg_ad_619.html:305:32255:32273 Peninsula Oman -0.455799127156009509 +51542 cspg_html_6306091047 cspg_html_6306091047:111:17586:17605 Baldonnel Victoria, British Columbia -0.452927573923113447 +51543 cspg_html_2769629211 cspg_html_2769629211:186:21679:21698 Hay River Richmond, California -0.0326360767857562101 +51544 aapg_af_310.html aapg_af_310.html:13:1729:1741 Winnipegosis Regina, Saskatchewan -0.430461955487671633 +51545 aapg_ae_65.html aapg_ae_65.html:376:38889:38907 Frontier Cheyenne, Wyoming -0.428868342306482297 +51546 aapg_aa_106.html aapg_aa_106.html:153:15707:15730 Winnipegosis Regina, Saskatchewan -0.0424382503363121347 +51547 aapg_ah_848.html aapg_ah_848.html:108:13400:13404 Rome Waynesboro, Pennsylvania -0.43005505476622502 +51548 palaios_html_4745554613 palaios_html_4745554613:500:54000:54016 Viking Lacombe, Alberta -0.483173848714512189 +51549 sedimentology_html_2656486339 sedimentology_html_2656486339:125:13312:13318 Oregon Ontario, California -0.443688311537407287 +51550 cspg_html_2734588863 cspg_html_2734588863:179:21138:21151 Wabamun Lacombe, Alberta -0.466810220907495799 +51551 aapg_ai_82.html aapg_ai_82.html:93:12445:12455 Greenbrier Pennsylvania -0.0456254660933555489 +51552 aapg_ae_901.html aapg_ae_901.html:783:81841:81859 Onondaga Michigan -0.0757587665519955517 +51553 aapg_af_11.html aapg_af_11.html:578:59557:59562 Ouray Mesa, Arizona 0.00877304685539762562 +51554 cspg_html_1993014403 cspg_html_1993014403:22:2488:2495 Bearpaw Zuccotti Park 0.00710174161421996044 +51555 aapg_ad_760.html aapg_ad_760.html:49:6930:6947 Topanga Santa Clara, California -0.46567095948211501 +51556 aapg_ac_333.html aapg_ac_333.html:613:74614:74626 Hermit Grand Canyon -0.483047901936257684 +51557 cspg_html_1173833070 cspg_html_1173833070:104:11818:11826 Paskapoo Edmonton, London -0.489483165548852517 +51558 cspg_html_2650073471 cspg_html_2650073471:8:712:728 Milk River Lacombe, Alberta -0.466782751574986277 +51559 cspg_html_5381643866 cspg_html_5381643866:138:17484:17492 Columbia Victoria, British Columbia -0.0460783921822131154 +51560 cspg_html_3521815736 cspg_html_3521815736:74:12626:12634 Columbia Victoria, British Columbia -0.493565158874039067 +51561 aapg_ae_397.html aapg_ae_397.html:28:3377:3392 Rodessa Paluxy, Texas 0.00369673695039424762 +51562 geology_html_1745354227 geology_html_1745354227:303:26805:26811 Dakota North Carolina -0.0899358272228690803 +51563 aapg_ah_528.html aapg_ah_528.html:530:56937:56944 Thaynes Logan, Utah -0.208413763689156817 +51564 cspg_html_7409170811 cspg_html_7409170811:252:38365:38371 Exshaw Crowsnest Pass, Alberta -0.033900859013031269 +51565 AMJC_html_1964550508 AMJC_html_1964550508:898:102141:102151 Pittsburgh Pennsylvania -0.443782030321690002 +51566 aapg_af_58.html aapg_af_58.html:42:3768:3787 Flagstaff Logan, Utah -0.473676885959420813 +51567 geology_html_5607484480 geology_html_5607484480:155:11714:11722 Michigan Newberry, South Carolina -0.00326069828733479205 +51568 palaios_html_2984628538 palaios_html_2984628538:216:22246:22253 Laramie Cheyenne, Wyoming -0.477269506555081602 +51569 aapg_ai_278.html aapg_ai_278.html:1082:123602:123619 El Abra Mexico -0.008957206898973313 +51570 cspg_html_3129231627 cspg_html_3129231627:182:25173:25182 Copes Bay Ellesmere Island -0.196614266909837687 +51571 cspg_html_5349145670 cspg_html_5349145670:171:18718:18735 Cardium Edmonton, London -0.0377274176775576064 +51572 sedimentology_html_2664743350 sedimentology_html_2664743350:1033:91351:91356 Waicoe Svalbard -0.432267625462602723 +51573 palaios_html_7841806577 palaios_html_7841806577:146:15657:15675 Fillmore Logan, Utah 0.374088639046681548 +51574 gsa_html_8517233795 gsa_html_8517233795:695:63494:63512 Monterey California -0.484434333090292712 +51575 AMJC_html_5969956211 AMJC_html_5969956211:1224:159780:159788 Columbia Maryland -0.46328736756315686 +51576 cspg_html_4624186528 cspg_html_4624186528:194:22935:22943 Victoria Canada -0.045129017887602145 +51577 aapg_ac_905.html aapg_ac_905.html:81:9171:9194 Sulphur Point Great Slave Lake -0.489250567816489013 +51578 gsa_html_7856084240 gsa_html_7856084240:630:53304:53313 San Diego California -0.457963336268268129 +51579 aapg_af_628.html aapg_af_628.html:239:23756:23766 Assistance Evansville, Indiana -0.434518537443352337 +51580 aapg_af_877.html aapg_af_877.html:206:23858:23862 Bond Macoupin County, Illinois -0.0265071378839745256 +51581 aapg_af_575.html aapg_af_575.html:390:52916:52934 Edgewood Missouri River -0.465026484605756241 +51582 cspg_html_9735723617 cspg_html_9735723617:4013:263307:263325 Imperial Canada 0.00442984212241086077 +51583 sedimentology_html_4466059731 sedimentology_html_4466059731:149:7001:7018 Forest Washington (state) -0.486925734041852465 +51584 cspg_html_4069214675 cspg_html_4069214675:676:68725:68732 Halifax Halifax, West Yorkshire -0.432624764132568007 +51585 cspg_html_8587639109 cspg_html_8587639109:396:49125:49137 North Branch Rangiora (New Zealand electorate) -0.0103905567969635754 +51586 sedimentology_html_5673709888 sedimentology_html_5673709888:1235:57450:57460 Keokuk Burlington, Ontario -0.207990812730110386 +51587 aapg_af_397.html aapg_af_397.html:97:11558:11565 Entrada Entrada Sandstone -0.43654455097558742 +51588 aapg_ad_660.html aapg_ad_660.html:288:39292:39304 Arroyo New Mexico -0.0438697385751906713 +51589 aapg_af_854.html aapg_af_854.html:1146:162309:162326 Cypress Crittenden County, Kentucky -0.0190651145503429667 +51590 cspg_html_8231124788 cspg_html_8231124788:247:26101:26122 Fernie Victoria, British Columbia -0.000521153440822292734 +51591 palaios_html_3716378837 palaios_html_3716378837:486:35309:35313 Hall London, Ontario -0.484310536940914471 +51592 aapg_ai_468.html aapg_ai_468.html:17:2239:2256 Hosston Cotton Valley, Louisiana -0.425384893115628659 +51593 cspg_html_3804945581 cspg_html_3804945581:177:22626:22644 Scollard Woodlake, Texas -0.475991665297052891 +51594 AMJC_html_1873062106 AMJC_html_1873062106:289:40831:40847 Dakota Colorado -0.446521936096131722 +51595 gsa_html_7808051457 gsa_html_7808051457:643:62827:62841 Manitou Western world -0.473676885959420813 +51596 geology_html_6957053863 geology_html_6957053863:288:21331:21337 Oregon Earth -0.0470470415347230275 +51597 gsa_html_2832151886 gsa_html_2832151886:206:14691:14720 Belle Fourche Regina, Saskatchewan -0.458750170743803365 +51598 aapg_ae_871.html aapg_ae_871.html:351:56489:56497 Lea Park Canada -0.456337429672799166 +51599 aapg_ai_877.html aapg_ai_877.html:67:7156:7164 Columbia Maryland -0.0152852690750857109 +51600 cspg_html_5960210762 cspg_html_5960210762:367:37172:37195 Doig Lacombe, Alberta -0.477308890203395286 +51601 aapg_aa_147.html aapg_aa_147.html:893:91134:91152 Deadwood Winnipeg -0.342044732562456599 +51602 geology_html_9475820906 geology_html_9475820906:305:27137:27145 Virginia Shreveport, Louisiana -0.0586492384279609716 +51603 cspg_html_8273598401 cspg_html_8273598401:437:43476:43498 Pense Regina, Saskatchewan -0.472302935634413557 +51604 cspg_html_9637099986 cspg_html_9637099986:5:253:277 Athabasca Lacombe, Alberta -0.046510437316175636 +51605 cspg_html_2498576032 cspg_html_2498576032:412:60102:60119 Bedford Canada -0.488722172911972397 +51606 jgeology_html_8653157629 jgeology_html_8653157629:455:25128:25148 Los Pasos Santa Clara, California -0.0584031825755885817 +51607 cspg_html_3854139935 cspg_html_3854139935:126:21412:21418 Oldman Lacombe, Alberta -0.47735290933611807 +51608 AMJC_html_4473205820 AMJC_html_4473205820:1247:117568:117583 Karmutsen Victoria, British Columbia 0.410624803687361151 +51609 aapg_ah_534.html aapg_ah_534.html:126:9853:9865 Schoharie Selinsgrove Area School District -0.467130759519596039 +51610 cspg_html_2420029771 cspg_html_2420029771:77:8850:8872 Beekmantown Philipsburg, Centre County, Pennsylvania -0.0125641469917892202 +51611 cspg_html_7777724998 cspg_html_7777724998:39:5077:5111 Cadomin Victoria, British Columbia -0.00143491027354907159 +51612 gsa_html_8194580528 gsa_html_8194580528:753:75003:75029 San Andres New Mexico -0.472722268874013252 +51613 cspg_html_3026112034 cspg_html_3026112034:836:79294:79309 Nisku Central Alberta -0.499517319070147847 +51614 gsa_html_5158209975 gsa_html_5158209975:303:27540:27549 Red River Saucier, Mississippi -0.440325191296006335 +51615 gsa_html_7559351601 gsa_html_7559351601:172:17207:17215 Columbia Nevado del Ruiz -0.457492019193031785 +51616 aapg_ac_881.html aapg_ac_881.html:680:79751:79761 Bainbridge Missouri River 0.637700685058536276 +51617 aapg_ah_411.html aapg_ah_411.html:108:13317:13332 Mt Lytton Cheyenne, Wyoming -0.0274774196841049353 +51618 gsa_html_4113859081 gsa_html_4113859081:379:35752:35764 Owens Valley California -0.040714500181089297 +51619 aapg_ah_412.html aapg_ah_412.html:324:27918:27925 Madison Lacombe, Alberta -0.487431918821373489 +51620 aapg_aa_960.html aapg_aa_960.html:6:1282:1298 Carmel Cheyenne, Wyoming -0.0180066911955107829 +51621 aapg_ah_289.html aapg_ah_289.html:294:43559:43568 San Joaquin Lost Hills Oil Field -0.436571121733102918 +51622 aapg_ah_311.html aapg_ah_311.html:226:23544:23558 Sentinel Butte Medora, North Dakota -0.413264175920762089 +51623 cspg_html_3734757529 cspg_html_3734757529:446:61651:61670 Deadwood Western Canadian Sedimentary Basin -0.41978407029024345 +51624 aapg_ad_812.html aapg_ad_812.html:93:13833:13840 Entrada Window Rock, Arizona -0.0540071290768429357 +51625 sedimentology_html_8717639424 sedimentology_html_8717639424:769:44432:44436 Hall London, Ontario -0.053335758630468931 +51626 sedimentology_html_1377647395 sedimentology_html_1377647395:577:34866:34873 Dunedin Te Anau -0.463250887108730525 +51627 geology_html_6197218558 geology_html_6197218558:226:20019:20022 Rye Netherlands -0.500602350569185339 +51628 gsa_html_3795828595 gsa_html_3795828595:15:705:716 Black River Ohio -0.0285729816596476081 +51629 cspg_html_5123757551 cspg_html_5123757551:41:4902:4910 Edmonton Edmonton, London -0.446146001135949044 +51630 geology_html_1936727088 geology_html_1936727088:432:27373:27389 Viking Lacombe, Alberta -0.061047472354900531 +51631 cspg_html_9361096527 cspg_html_9361096527:600:61884:61932 Judith River Regina, Saskatchewan -0.0197168810314956311 +51632 aapg_ac_835.html aapg_ac_835.html:1331:184292:184298 Denver Williston, Vermont -0.458641287983651336 +51633 aapg_aa_47.html aapg_aa_47.html:397:45099:45106 Minturn Belden, California 0.334127934240568691 +51634 aapg_ad_564.html aapg_ad_564.html:3920:305186:305192 Denver Colorado -0.0295434123424303668 +51635 aapg_ah_385.html aapg_ah_385.html:120:14106:14122 Forbes Central Valley (California) 0.943425865209743364 +51636 palaios_html_6353470714 palaios_html_6353470714:1125:98744:98756 Hermit Grand Canyon -0.0351971054761553784 +51637 aapg_ai_946.html aapg_ai_946.html:292:37800:37820 Monterey Lost Hills Oil Field 0.722957321829914457 +51638 aapg_aa_23.html aapg_aa_23.html:3:439:448 Red River Manitoba 0.863179136812662229 +51639 aapg_af_575.html aapg_af_575.html:200:27044:27055 Honey Creek Fort Sill -0.00308350377484213492 +51640 cspg_html_5685783620 cspg_html_5685783620:196:25597:25606 Cathedral Red Deer, Alberta 0.00770284885627177569 +51641 aapg_af_854.html aapg_af_854.html:605:82642:82648 Keokuk Burlington, Ontario -0.00806073698202901257 +51642 aapg_ah_656.html aapg_ah_656.html:225:19844:19878 Greenbrier Rittenhouse Square -0.0892159823521425505 +51643 aapg_ai_337.html aapg_ai_337.html:692:71372:71388 Salina Ontario, California -0.467980749597819323 +51644 gsa_html_8076575690 gsa_html_8076575690:163:16006:16013 Clipper Mound of the Hostages 0.00427349218410431799 +51645 aapg_ae_171.html aapg_ae_171.html:666:66675:66687 Dakota Colorado -0.411657696219220992 +51646 aapg_ai_163.html aapg_ai_163.html:308:22595:22598 Lee Coconino County, Arizona -0.454305775206324536 +51647 aapg_aa_23.html aapg_aa_23.html:93:11610:11618 Winnipeg Winnipeg -0.232085561579781968 +51648 cspg_html_8362959053 cspg_html_8362959053:181:24018:24030 Luscar Lacombe, Alberta 0.00936896389642591539 +51649 gsa_html_5865982995 gsa_html_5865982995:869:97109:97130 Green River Cheyenne, Wyoming -0.00611496732905455944 +51650 cspg_html_2013109828 cspg_html_2013109828:154:27180:27192 Eager North Carolina -0.0503650435699674118 +51651 aapg_ac_219.html aapg_ac_219.html:542:84154:84173 Rio Negro Venezuela 0.524537313265965977 +51652 aapg_ae_35.html aapg_ae_35.html:86:8093:8114 Green River Wasatch Range 0.0122722414388244504 +51653 gsa_html_8179386002 gsa_html_8179386002:1894:177614:177619 Davis Loma Prieta 0.00528108597483065503 +51654 cspg_html_4270552951 cspg_html_4270552951:12:1525:1545 Swan River Cordillera Administrative Region -0.454041701910604445 +51655 sedimentology_html_5854122327 sedimentology_html_5854122327:943:55007:55023 Davis Bonne Terre, Missouri 0.372706444433809347 +51656 geology_html_2668804822 geology_html_2668804822:110:9107:9117 San Miguel Lempa River -0.463834753943271672 +51657 aapg_af_890.html aapg_af_890.html:285:28379:28397 Tecovas Santa Rosa, California -0.432466019139625568 +51658 cspg_html_1464478153 cspg_html_1464478153:15:2003:2011 Columbia Victoria, British Columbia -0.0269348882327513015 +51659 gsa_html_5625878232 gsa_html_5625878232:304:42133:42144 San Antonio Baja California peninsula -0.48422645917649243 +51660 cspg_html_3041902517 cspg_html_3041902517:189:30319:30330 Blind Fiord Ellesmere Island -0.22237137140235802 +51661 sedimentology_html_8732044704 sedimentology_html_8732044704:294:12200:12205 Slope Lacombe, Alberta -0.431113360606789509 +51662 cspg_html_1814004928 cspg_html_1814004928:652:67520:67536 Debolt Canada -0.0350387637300794835 +51663 sedimentology_html_6714245905 sedimentology_html_6714245905:574:45839:45845 Casper Laramie, Wyoming -0.0714143115951237362 +51664 gsa_html_1119256423 gsa_html_1119256423:546:48450:48467 White River Colorado -0.491810295816367427 +51665 geology_html_4670733348 geology_html_4670733348:18:755:768 Santa Barbara California -0.454089094007790295 +51666 aapg_aa_300.html aapg_aa_300.html:9:1564:1572 Carlsbad San Diego -0.0275887108223223723 +51667 aapg_aa_463.html aapg_aa_463.html:255:48664:48683 Smackover Metro Manila -0.440778834081400062 +51668 gsa_html_5865982995 gsa_html_5865982995:1475:154684:154701 Bridger Cheyenne, Wyoming -0.121529429654044743 +51669 aapg_ae_69.html aapg_ae_69.html:193:21764:21775 Uncompahgre Logan, Utah -0.0651025153851810395 +51670 geology_html_2054638849 geology_html_2054638849:201:18240:18246 Morgan Hawaii (island) -0.444844842741709823 +51671 AMJC_html_4095366119 AMJC_html_4095366119:1058:109139:109148 San Diego California -0.470365549607814404 +51672 gsa_html_3010975239 gsa_html_3010975239:359:44960:44968 Michigan Michigan -0.479352341582737318 +51673 cspg_html_5541937700 cspg_html_5541937700:869:106932:106954 Shaftesbury Lacombe, Alberta 0.300970064403802418 +51674 aapg_ac_380.html aapg_ac_380.html:568:64565:64571 Salina Michigan -0.227584023008830127 +51675 aapg_ad_329.html aapg_ad_329.html:259:32207:32220 Harrell Pennsylvania -0.0237635726163751594 +51676 aapg_ae_632.html aapg_ae_632.html:155:16512:16529 Edwards County Sligo -0.494670894236060144 +51677 cspg_html_9142742810 cspg_html_9142742810:45:5902:5919 Gilwood Western world -0.473903010792736112 +51678 aapg_af_116.html aapg_af_116.html:486:40874:40883 Smackover Alabama 0.419368633564299209 +51679 aapg_ai_388.html aapg_ai_388.html:334:34856:34881 Browns Park Sparks, Nevada -0.0396699599273111145 +51680 sedimentology_html_5672063331 sedimentology_html_5672063331:2353:112792:112796 Hall London, Ontario -0.484310536940914471 +51681 cspg_html_4011258512 cspg_html_4011258512:6:369:385 Viking Lacombe, Alberta -0.471543117662309108 +51682 aapg_ae_181.html aapg_ae_181.html:104:15195:15214 Owl Creek Mississippi River -0.214913760231027179 +51683 cspg_html_4374961624 cspg_html_4374961624:154:19948:19965 Chetang Mount Robson Provincial Park -0.46567095948211501 +51684 aapg_ae_544.html aapg_ae_544.html:341:40430:40445 Mt Lytton Lacombe, Alberta -0.0221155785118801462 +51685 aapg_ah_157.html aapg_ah_157.html:181:25495:25514 Blackford Virginia -0.243722023369564889 +51686 aapg_ae_319.html aapg_ae_319.html:496:41767:41778 Skull Creek Weber River -0.00928383236367189522 +51687 gsa_html_4591711448 gsa_html_4591711448:907:89260:89268 Colorado Boise, Idaho -0.503041677516484542 +51688 palaios_html_3889678675 palaios_html_3889678675:34:4173:4179 Oregon Washington (state) -0.472491841137828439 +51689 gsa_html_5865982995 gsa_html_5865982995:1433:150064:150081 Wapiti Cheyenne, Wyoming -0.0114868900754173092 +51690 aapg_ai_159.html aapg_ai_159.html:591:67416:67433 Caimito Culebra, Puerto Rico -0.453130450697368015 +51691 aapg_ai_477.html aapg_ai_477.html:397:42780:42785 Yukon McConnell Air Force Base -0.491445156732988053 +51692 aapg_aa_267.html aapg_aa_267.html:153:12868:12886 Greenbrier Huntington, West Virginia -0.00234867028233571185 +51693 aapg_ac_486.html aapg_ac_486.html:6:909:916 Laramie Black Hills -0.481775474642512247 +51694 aapg_ae_876.html aapg_ae_876.html:805:86370:86376 Dakota Mancos, Colorado -0.432267625462602723 +51695 aapg_ac_782.html aapg_ac_782.html:44:9058:9071 Barnett Texas -0.067152059550716528 +51696 cspg_html_9735723617 cspg_html_9735723617:219:28097:28117 Blue Fiord Melville Island (Canada) -0.0104930651077179086 +51697 geology_html_1936727088 geology_html_1936727088:397:24628:24649 Mount Simon Bloomington, Indiana 0.00118301890022228136 +51698 aapg_af_808.html aapg_af_808.html:664:85895:85903 Scotland Mount Hillaby -0.0698894473526489451 +51699 aapg_ae_392.html aapg_ae_392.html:287:26278:26298 Batesville Batesville, Arkansas -0.464533160716817162 +51700 cspg_html_6873686255 cspg_html_6873686255:271:29342:29350 Columbia Lacombe, Alberta -0.0190651145503429667 +51701 cspg_html_3354282978 cspg_html_3354282978:22:3018:3025 Wabamun Swan Hill, Victoria -0.431078138050761561 +51702 palaios_html_5162760373 palaios_html_5162760373:530:49253:49271 Morrison New Mexico -0.471616768153364618 +51703 cspg_html_2784057671 cspg_html_2784057671:86:10669:10679 Washington Salem, Oregon -0.480602591853576067 +51704 cspg_html_4758375962 cspg_html_4758375962:204:25240:25254 Stony Mountain Nassau, Bahamas -0.0197134048853638798 +51705 aapg_ad_584.html aapg_ad_584.html:570:51101:51118 Wilcox Texas -0.476593313058899071 +51706 gsa_html_8379382716 gsa_html_8379382716:34:1189:1197 Montreal Quebec City -0.465558942626108085 +51707 cspg_html_9157093462 cspg_html_9157093462:460:51056:51082 Halfway Lacombe, Alberta -0.485369220602805185 +51708 cspg_html_5973552270 cspg_html_5973552270:93:13466:13486 Swan Hills Mound of the Hostages 0.806957613882351099 +51709 aapg_ai_491.html aapg_ai_491.html:491:63730:63738 San Luis Hermosa, Chicago -0.0546872843399983585 +51710 aapg_ah_387.html aapg_ah_387.html:351:35516:35525 Knoxville Knoxville, Illinois 0.0579686812434109661 +51711 aapg_aa_298.html aapg_aa_298.html:620:84755:84772 Paradox Logan, Utah -0.497038450035218293 +51712 aapg_ac_629.html aapg_ac_629.html:393:50128:50135 Bentley Oberlin, Ohio -0.44751173936929356 +51713 aapg_ad_379.html aapg_ad_379.html:54:4391:4400 Minnelusa Boise, Idaho 1.3097176474306067 +51714 aapg_aa_201.html aapg_aa_201.html:651:62260:62269 Peninsula Korea -0.471340610693628537 +51715 aapg_ae_959.html aapg_ae_959.html:978:73982:73991 Red River Wichita, Kansas -0.42107502020327392 +51716 aapg_aa_62.html aapg_aa_62.html:910:72610:72623 Santa Barbara Juticalpa -0.409278708199914187 +51717 gsa_html_2743423721 gsa_html_2743423721:895:81591:81597 Oregon Washington (state) -0.455229509631582041 +51718 aapg_ac_334.html aapg_ac_334.html:37:4643:4656 Windsor Hillsborough, California -0.436225760714651634 +51719 aapg_ah_657.html aapg_ah_657.html:50:5461:5472 San Joaquin Santa Ana, California -0.457786563407215019 +51720 aapg_ac_490.html aapg_ac_490.html:236:30734:30740 Wapiti Boulder Creek (Colorado) -0.0341322582227332263 +51721 cspg_html_4269474759 cspg_html_4269474759:1031:106121:106128 Bearpaw Drumheller 0.00810590751999957886 +51722 aapg_ac_333.html aapg_ac_333.html:425:54603:54619 Supai Supai, Arizona -0.444094495043231396 +51723 geology_html_7252964522 geology_html_7252964522:248:21946:21954 Virginia Hampton, New Hampshire -0.485369220602805185 +51724 cspg_html_9941227593 cspg_html_9941227593:392:49392:49401 Lodgepole Regina, Saskatchewan -0.409377718322252282 +51725 geology_html_8881449794 geology_html_8881449794:208:20560:20576 Dakota New Mexico -0.432567436469128874 +51726 aapg_ad_106.html aapg_ad_106.html:1092:101618:101624 Warsaw Lublin Voivodeship -0.428791476930725279 +51727 aapg_aa_360.html aapg_aa_360.html:214:18325:18335 San Marcos Balcones Fault -0.407334950390464967 +51728 aapg_ac_835.html aapg_ac_835.html:472:62482:62489 Madison Williston, Vermont -0.0479199713331230001 +51729 aapg_af_3.html aapg_af_3.html:3:315:330 Supai Arizona -0.0208414480796128843 +51730 aapg_af_498.html aapg_af_498.html:433:48071:48093 Marble Falls Texas -0.466714081975797668 +51731 gsa_html_7199417381 gsa_html_7199417381:558:56803:56820 White River Nebraska -0.0237635726163751594 +51732 cspg_html_6290430388 cspg_html_6290430388:37:4617:4632 Leduc Redwater, Texas -0.460410000722277057 +51733 aapg_ac_590.html aapg_ac_590.html:95:11991:12010 Ogallala Guadalupe Mountains National Park -0.0131340660726573313 +51734 gsa_html_8266272099 gsa_html_8266272099:76:7145:7173 Green River Colorado -0.028972971193404428 +51735 aapg_ac_942.html aapg_ac_942.html:103:13543:13560 Paradox Hermosa, Chicago -0.479438267468745405 +51736 palaios_html_1045161497 palaios_html_1045161497:12:469:509 Florissant Florissant, Colorado -0.0665806291926688415 +51737 gsa_html_4667678389 gsa_html_4667678389:561:53483:53505 Caddy Canyon Quartzite Boise, Idaho -0.174101651102561927 +51738 palaios_html_2994452429 palaios_html_2994452429:1425:126741:126758 Cardium Lacombe, Alberta -0.0276304452324186781 +51739 aapg_ac_263.html aapg_ac_263.html:520:39394:39401 Dolores Atacama Large Millimeter Array 0.00255018452536458695 +51740 cspg_html_6953269830 cspg_html_6953269830:40:5230:5245 Gates Vail, Colorado -0.45921987907792633 +51741 cspg_html_3447886929 cspg_html_3447886929:580:67431:67444 Windsor Quebec City -0.0303573786993141213 +51742 gsa_html_5495469347 gsa_html_5495469347:1031:80064:80092 Green River Iran -0.0120637391733475121 +51743 aapg_ac_4.html aapg_ac_4.html:515:41066:41080 Lisburne Anchorage, Alaska -0.0766130482509662786 +51744 cspg_html_9725676031 cspg_html_9725676031:112:17978:17990 Buckinghorse Victoria, British Columbia -0.411748314687254757 +51745 gsa_html_5202646019 gsa_html_5202646019:585:54347:54364 Bearpaw Western Canadian Sedimentary Basin -0.00537142262393446989 +51746 gsa_html_7120668170 gsa_html_7120668170:1180:99286:99292 Sonora Sonora -0.458659434193013582 +51747 aapg_aa_231.html aapg_aa_231.html:357:33114:33132 Niobrara Sharon Springs, Kansas -0.0931555806456935004 +51748 aapg_ac_563.html aapg_ac_563.html:109:18849:18859 San Marcos Coahuila -0.0934718955191790463 +51749 aapg_ac_628.html aapg_ac_628.html:270:43672:43682 North Horn Wasatch Range -0.00215584223507059606 +51750 cspg_html_7434089303 cspg_html_7434089303:119:13354:13366 Archer Fiord Ellesmere Island -0.0608833718356879897 +51751 gsa_html_1007472181 gsa_html_1007472181:29:2796:2824 Green River Colorado -0.00756560119780054757 +51752 aapg_ac_294.html aapg_ac_294.html:6:696:703 Wasatch Uinta Mountains -0.474817336624659858 +51753 aapg_ad_280.html aapg_ad_280.html:34:5994:6003 Smackover Bossier City, Louisiana 0.0123434800357973603 +51754 aapg_ah_871.html aapg_ah_871.html:32:4456:4473 Black River Montreal -0.442595627901035182 +51755 gsa_html_4472896560 gsa_html_4472896560:15:768:774 Denver Colorado -0.471363620495062197 +51756 aapg_ai_31.html aapg_ai_31.html:84:9091:9100 Catahoula Texas -0.427711626546922574 +51757 cspg_html_9354781888 cspg_html_9354781888:99:18499:18507 Columbia Liard River, British Columbia -0.428791476930725279 +51758 aapg_ad_351.html aapg_ad_351.html:233:24074:24094 Northview Sedalia, Missouri -0.0174019020564647256 +51759 aapg_ah_411.html aapg_ah_411.html:55:7969:7980 Dakota Colorado -0.43245499617395633 +51760 aapg_ai_503.html aapg_ai_503.html:15:2379:2388 Rochester Ontario, California 0.0346890281065784789 +51761 aapg_ai_17.html aapg_ai_17.html:1715:132485:132499 Sabine Alabama -0.0285521129744736694 +51762 cspg_html_7086880709 cspg_html_7086880709:186:21603:21612 Bear Rock Norman Wells -0.0247023791461900809 +51763 geology_html_3510163360 geology_html_3510163360:291:25082:25097 Wepawaug Schist New Haven, Connecticut -0.00961046045389274753 +51764 aapg_ai_546.html aapg_ai_546.html:28:3112:3117 Logan Cheyenne, Wyoming -0.00998573864189263374 +51765 sedimentology_html_8000557668 sedimentology_html_8000557668:28:2099:2107 Victoria Victoria, British Columbia -0.00639293020944086028 +51766 sedimentology_html_1293179143 sedimentology_html_1293179143:1048:76452:76456 Kent Williston Basin -0.00793912421120361589 +51767 gsa_html_8319219146 gsa_html_8319219146:915:88423:88457 Lockatong Pennsylvania -0.0840278742132702927 +51768 cspg_html_4555867289 cspg_html_4555867289:29:2945:2982 Charlie Lake Halton (electoral district) -0.0407040542010648765 +51769 aapg_ae_884.html aapg_ae_884.html:18:2535:2554 Mesaverde Cheyenne, Wyoming -0.0254117377860756666 +51770 gsa_html_3445493534 gsa_html_3445493534:53:6537:6555 Monterey California -0.467194881190696076 +51771 aapg_ah_505.html aapg_ah_505.html:679:52833:52845 Laramie Denver -0.45691453935984655 +51772 aapg_af_638.html aapg_af_638.html:235:17896:17905 Coldwater Antrim, County Antrim -0.0247441052038830135 +51773 cspg_html_7963093032 cspg_html_7963093032:63:8363:8370 Cadomin Gladstone, Oregon -0.474715697540505466 +51774 aapg_aa_623.html aapg_aa_623.html:48:5994:6015 Belly River Victoria, British Columbia 0.00130635878656701733 +51775 jgeology_html_5471448181 jgeology_html_5471448181:249:22527:22545 Moenkopi Chinle Formation -0.419644846495757451 +51776 gsa_html_1465687448 gsa_html_1465687448:438:56440:56459 Hillabee Greenstone Alabama -0.232070648178255928 +51777 aapg_ah_318.html aapg_ah_318.html:1646:157984:157990 Sierra Durango, Durango -0.0483573436723463285 +51778 aapg_ah_611.html aapg_ah_611.html:19:1736:1742 Oregon Washington (state) -0.470567831774721834 +51779 geology_html_9215517313 geology_html_9215517313:300:27286:27305 Tsezotene Canada -0.0190651145503429667 +51780 aapg_ah_779.html aapg_ah_779.html:522:98383:98391 Michigan Illinois -0.0121732026878597095 +51781 aapg_af_891.html aapg_af_891.html:136:13941:13957 San Andres Crockett County, Tennessee -0.0111932569580727604 +51782 aapg_af_50.html aapg_af_50.html:48:5357:5364 Minturn Colorado -0.0364256392683856012 +51783 aapg_aa_495.html aapg_aa_495.html:45:6101:6112 Haynesville Ouachita River -0.00786789401885567251 +51784 gsa_html_2531152161 gsa_html_2531152161:66:4857:4885 Green River Iran -0.0213125005692229447 +51785 cspg_html_3043423556 cspg_html_3043423556:164:18928:18937 Hecla Bay Bathurst Island (Northern Territory) -0.452544485991732914 +51786 aapg_af_11.html aapg_af_11.html:535:54065:54074 Telluride San Juan Mountains -0.00952011624606233578 +51787 jgeology_html_9781546230 jgeology_html_9781546230:704:49919:49947 Willwood Cheyenne, Wyoming -0.01223054087335982 +51788 aapg_aa_717.html aapg_aa_717.html:29:4620:4629 Gatesburg Pennsylvania -0.48777188725893289 +51789 gsa_html_3144986031 gsa_html_3144986031:294:32038:32047 Talkeetna Talkeetna, Alaska -0.242886719759163455 +51790 geology_html_3199541859 geology_html_3199541859:90:8224:8250 Bradore Quebec City -0.462193603410137988 +51791 aapg_aa_289.html aapg_aa_289.html:569:54591:54611 Sheep Pass Reno, Nevada -0.0207667065675008616 +51792 geology_html_7113954805 geology_html_7113954805:287:19281:19292 Bloomington Bloomington, Indiana -0.491810295816367427 +51793 aapg_ad_757.html aapg_ad_757.html:334:41957:41964 Decorah Decorah, Iowa -0.380643605361992821 +51794 gsa_html_9102781796 gsa_html_9102781796:535:48749:48765 Naknek Talkeetna Mountains 1.08171399508535693 +51795 aapg_aa_316.html aapg_aa_316.html:719:83061:83067 Provo Cape Hatteras Light -0.458648092769168181 +51796 gsa_html_1727503504 gsa_html_1727503504:1053:99408:99436 Green River Colorado -0.00382181610432916728 +51797 aapg_ae_973.html aapg_ae_973.html:885:66025:66047 Salado Pecos County, Texas 0.00404070500823521667 +51798 aapg_ad_691.html aapg_ad_691.html:6:677:698 Georgetown Texas -0.0112818678629079024 +51799 aapg_ae_519.html aapg_ae_519.html:34:3977:3986 Rose Hill Lee County, Alabama 0.404606352210066578 +51800 aapg_ac_515.html aapg_ac_515.html:190:21325:21335 Washington Salem, Oregon -0.458784199315796892 +51801 cspg_html_7779401416 cspg_html_7779401416:80:10257:10274 Kankakee Michigan Basin -0.442542141875480355 +51802 aapg_ah_318.html aapg_ah_318.html:133:20769:20788 Eagle Mexico 0.0132661220895765857 +51803 aapg_ae_959.html aapg_ae_959.html:1646:119188:119208 Dog Creek San Angelo, Texas -0.466920106770381871 +51804 cspg_html_8288455892 cspg_html_8288455892:557:54917:54941 Bluff Grand Cayman 0.000548948298213387093 +51805 aapg_aa_124.html aapg_aa_124.html:531:54156:54170 Colorado Lacombe, Alberta -0.519203214342752739 +51806 aapg_ad_440.html aapg_ad_440.html:544:51360:51373 Taggard Monroe County, Florida -0.16792537820635875 +51807 aapg_ae_324.html aapg_ae_324.html:270:26965:26974 Blackford Murfreesboro, Tennessee -0.0466254209346723472 +51808 palaios_html_7928599019 palaios_html_7928599019:373:35578:35587 St. Johns Ben Nevis -0.0413482450965648035 +51809 aapg_ai_249.html aapg_ai_249.html:248:34487:34502 Sepur Santa Cruz, California -0.488912357297633382 +51810 cspg_html_3664126562 cspg_html_3664126562:23:3539:3553 Colorado Colorado -0.0589895439329387733 +51811 aapg_ac_71.html aapg_ac_71.html:3:302:309 Sunrise Reno, Nevada -0.474808096218428344 +51812 aapg_ad_564.html aapg_ad_564.html:7382:622256:622277 Haynesville East Feliciana Parish, Louisiana 0.0355485977229620317 +51813 cspg_html_5697056884 cspg_html_5697056884:508:52560:52568 Deadwood Lacombe, Alberta -0.104303549345685184 +51814 aapg_af_486.html aapg_af_486.html:530:51464:51470 Denver Colorado -0.527760227915120561 +51815 aapg_ah_873.html aapg_ah_873.html:363:33117:33134 Cardium Canada -0.428567504724311155 +51816 cspg_html_2161417858 cspg_html_2161417858:60:8381:8388 Torquay Regina, Saskatchewan -0.472210801391301227 +51817 cspg_html_4287356899 cspg_html_4287356899:1617:226991:226996 Yukon West, Texas -0.0413482450965648035 +51818 aapg_aa_761.html aapg_aa_761.html:64:7460:7477 Ivishak Prudhoe Bay Oil Field -0.0330222814746261376 +51819 aapg_ae_708.html aapg_ae_708.html:540:59990:60005 Conasauga Virginia 0.396430829302404697 +51820 cspg_html_3328007773 cspg_html_3328007773:530:55003:55029 Bow Island Calgary -0.476130470160059438 +51821 aapg_ah_53.html aapg_ah_53.html:12:2168:2175 Cypress Illinois -0.143175502814209626 +51822 cspg_html_1296564271 cspg_html_1296564271:348:34051:34074 Blue Mountain Michigan Basin -0.0123938684119111291 +51823 aapg_aa_697.html aapg_aa_697.html:186:18979:18991 Saskatchewan Lacombe, Alberta -0.433403442682278373 +51824 aapg_ad_52.html aapg_ad_52.html:11:1032:1040 Michigan Michigan -0.448892980122610918 +51825 cspg_html_9613527162 cspg_html_9613527162:168:23164:23169 Banff Moose Mountain (Alberta) -0.421938067268467054 +51826 aapg_ah_779.html aapg_ah_779.html:277:51455:51461 Guelph Ohio 1.18510408175575432 +51827 aapg_ad_763.html aapg_ad_763.html:642:77481:77488 Temblor Rancho Santa Margarita, California -0.0445280936514478309 +51828 geology_html_1604094278 geology_html_1604094278:128:12277:12294 Lusardi San Diego -0.504128918336591125 +51829 gsa_html_2768342942 gsa_html_2768342942:757:73164:73168 Bond North Atlantic Current -0.0378805791019936056 +51830 aapg_ad_836.html aapg_ad_836.html:210:18547:18556 Kimmswick Stewartville, Minnesota -0.447168994241326834 +51831 aapg_ae_344.html aapg_ae_344.html:128:12285:12304 Tuscaloosa Paluxy, Texas -0.00272390391992803757 +51832 aapg_ac_807.html aapg_ac_807.html:309:31267:31274 Magothy Maryland 0.908157044101910227 +51833 gsa_html_8162912467 gsa_html_8162912467:12:555:568 Santa Barbara California -0.0658886987392225537 +51834 gsa_html_9666442487 gsa_html_9666442487:370:40783:40802 Ellis Bay Anticosti Island -0.191528816172121558 +51835 aapg_ah_370.html aapg_ah_370.html:193:15150:15167 Genshaw Long Lake, New York -0.508857647049569151 +51836 aapg_ae_657.html aapg_ae_657.html:117:14302:14318 Chinle Lisbon -0.440354093294291316 +51837 cspg_html_4727171280 cspg_html_4727171280:179:16736:16754 Edmonton Lacombe, Alberta -0.473663043482949409 +51838 cspg_html_9501006975 cspg_html_9501006975:530:55320:55339 Kaskapau Lacombe, Alberta -0.450784359288809666 +51839 cspg_html_9683836416 cspg_html_9683836416:341:56860:56881 Bearpaw Lacombe, Alberta 1.04746192732453847 +51840 cspg_html_3041902517 cspg_html_3041902517:876:94602:94625 Skinner Ranch Texas -0.494552690963700137 +51841 aapg_ah_297.html aapg_ah_297.html:150:17512:17531 Paskapoo Lacombe, Alberta -0.485603101959931283 +51842 gsa_html_6270492158 gsa_html_6270492158:69:5099:5127 Green River New Mexico -0.0242816477342707102 +51843 palaios_html_6273516581 palaios_html_6273516581:521:53352:53366 Ogallala Hitchcock County, Nebraska -0.0140376196944260508 +51844 cspg_html_9046359229 cspg_html_9046359229:419:62099:62105 Antler Reno, Nevada -0.0442459352605073172 +51845 aapg_aa_48.html aapg_aa_48.html:427:45724:45740 Amsden Cheyenne, Wyoming -0.409511182438283661 +51846 aapg_aa_929.html aapg_aa_929.html:3:279:287 Beaumont Texas 0.0365022098849613272 +51847 sedimentology_html_6337108022 sedimentology_html_6337108022:1440:73773:73791 Bluff Antarctica -0.501903390372201885 +51848 geology_html_2685302093 geology_html_2685302093:21:1759:1772 San Sebastian Venezuela -0.49576151014248282 +51849 cspg_html_2834693711 cspg_html_2834693711:971:118380:118390 Washington Victoria, British Columbia -0.427768661147865492 +51850 geology_html_8482136832 geology_html_8482136832:267:22818:22826 Colorado Logan, Utah -0.0668742008765395302 +51851 cspg_html_2695921112 cspg_html_2695921112:184:20528:20546 Bathurst Logan, Utah -0.0196404059622709952 +51852 gsa_html_3447147750 gsa_html_3447147750:521:36808:36827 Red Bluff Mississippi River -0.218775494585031899 +51853 gsa_html_8549650339 gsa_html_8549650339:545:51907:51913 Sierra Austin, Chicago -0.524973810802424223 +51854 aapg_ai_292.html aapg_ai_292.html:348:33688:33702 Lisburne Northwest Arctic Borough, Alaska -0.0326639109248070408 +51855 gsa_html_5865982995 gsa_html_5865982995:1364:144233:144254 Green River Colorado 0.0139681145160581478 +51856 cspg_html_1763727002 cspg_html_1763727002:384:44937:44967 Doig Victoria, British Columbia -0.451733774163315116 +51857 aapg_ae_370.html aapg_ae_370.html:634:63332:63357 Pittsburg Bluff Salem, Oregon -0.457582637906406409 +51858 geology_html_6064550828 geology_html_6064550828:30:2289:2362 Colorado Colorado -0.0125780473264796473 +51859 aapg_ad_466.html aapg_ad_466.html:889:96147:96152 Aquia Delaware -0.460946527021081187 +51860 palaios_html_7179643765 palaios_html_7179643765:242:25784:25801 La Luna Venezuela 0.35827107647389661 +51861 geology_html_1641868731 geology_html_1641868731:78:7808:7816 Santiago Fogo Island, Newfoundland and Labrador -0.464533160716817162 +51862 cspg_html_1870927435 cspg_html_1870927435:54:7650:7655 Cairn Edmonton, London -0.447153316157111791 +51863 cspg_html_7994114775 cspg_html_7994114775:11:1125:1146 Missisauga Logan Canyon -0.483015252079283031 +51864 aapg_ac_398.html aapg_ac_398.html:38:3775:3780 Rapid High Island, Texas 0.021156061096595586 +51865 aapg_ae_5.html aapg_ae_5.html:12:1848:1867 Horquilla New Mexico -0.0488731608770273246 +51866 aapg_af_77.html aapg_af_77.html:189:14083:14095 Wilcox Rapides Parish, Louisiana -0.0174019020564647256 +51867 gsa_html_7621561809 gsa_html_7621561809:29:2796:2824 Green River Colorado 0.052995738190968221 +51868 cspg_html_2161417858 cspg_html_2161417858:301:38930:38938 Columbia Victoria, British Columbia -0.420787509362551382 +51869 aapg_aa_93.html aapg_aa_93.html:43:5661:5667 Dakota Powder River (Montana) -0.448648420346381527 +51870 jgeology_html_8518380643 jgeology_html_8518380643:92:4662:4668 Navajo Entrada Sandstone -0.460964719996515115 +51871 cspg_html_4699684578 cspg_html_4699684578:298:35325:35344 Sassenach Lacombe, Alberta 0.0057067116030324206 +51872 aapg_ai_153.html aapg_ai_153.html:87:14813:14823 Pottsville Allegheny River 0.00957571265714924832 +51873 cspg_html_9023649778 cspg_html_9023649778:30:5050:5057 Halfway Victoria, British Columbia -0.472501057082917231 +51874 gsa_html_9755702281 gsa_html_9755702281:786:61442:61456 Pico Ventura County, California -0.0284721166530200707 +51875 gsa_html_5015599008 gsa_html_5015599008:62:6646:6657 Fish Scales Lacombe, Alberta -0.469038078694436811 +51876 gsa_html_6350949088 gsa_html_6350949088:744:65789:65797 Colorado Anchorage, Alaska -0.506336451321114045 +51877 aapg_ac_949.html aapg_ac_949.html:55:5465:5479 Pensacola Clay Tampa, Florida -0.465835581370964813 +51878 cspg_html_3926542795 cspg_html_3926542795:1132:119028:119048 Swan Hills Swan Hill, Victoria 0.750174702215112177 +51879 geology_html_3199541859 geology_html_3199541859:69:6974:7008 Juniata Pennsylvania 0.0254917166036998516 +51880 aapg_ae_324.html aapg_ae_324.html:502:50598:50605 Tellico Athens, Georgia 0.0038357137977889917 +51881 gsa_html_3330587082 gsa_html_3330587082:373:31384:31402 Rangeley Rangeley, Maine -0.0221938023877403003 +51882 aapg_ae_873.html aapg_ae_873.html:162:19978:19992 Nacatoch Paluxy, Texas -0.46687889797168336 +51883 gsa_html_4339524478 gsa_html_4339524478:1041:95812:95818 Oregon Boise, Idaho -0.0379467177170490291 +51884 aapg_af_11.html aapg_af_11.html:766:76327:76332 Ouray Colorado -0.452003931056544739 +51885 aapg_ah_329.html aapg_ah_329.html:596:59944:59953 Etchegoin San Joaquin River -0.0116884385826105785 +51886 cspg_html_7457399958 cspg_html_7457399958:258:33912:33931 Bay Fiord Melville Island (Canada) -0.454357696116458765 +51887 cspg_html_1730027796 cspg_html_1730027796:34:3491:3502 Rocky Brook Coral Harbour Airport -0.466842269540434285 +51888 gsa_html_6194837075 gsa_html_6194837075:513:37859:37865 Weno Texas -0.0166302989496245716 +51889 cspg_html_1222040397 cspg_html_1222040397:352:47306:47316 Road River Victoria, British Columbia -0.436810292517708865 +51890 aapg_ad_466.html aapg_ad_466.html:763:83564:83572 Monmouth Navesink River -0.0188200559458422435 +51891 cspg_html_7278001817 cspg_html_7278001817:661:76084:76101 Montney Lacombe, Alberta -0.465705253187009671 +51892 cspg_html_4630116521 cspg_html_4630116521:1063:107902:107910 Kagawong Ontario, California 0.895170240676264162 +51893 gsa_html_7013860713 gsa_html_7013860713:104:11457:11463 Antler Sonoma, California -0.0764834960652245044 +51894 sedimentology_html_3306606920 sedimentology_html_3306606920:1319:89493:89497 Hall London, Ontario -0.472770666406185036 +51895 geology_html_2029690320 geology_html_2029690320:313:22125:22131 Oxford Pergamon Museum -0.451751782124743317 +51896 gsa_html_5632369561 gsa_html_5632369561:1049:94126:94154 Green River Colorado 0.0251126903607541765 +51897 gsa_html_5280797338 gsa_html_5280797338:586:59661:59689 Green River Iran -0.0114868900754173092 +51898 cspg_html_1324104562 cspg_html_1324104562:72:10148:10164 Hornby East River -0.494517233212117768 +51899 gsa_html_4557277250 gsa_html_4557277250:717:64368:64376 Colorado Denver -0.0819732529814090061 +51900 aapg_aa_415.html aapg_aa_415.html:123:17379:17392 Woodbine Belton, Texas -0.0336555463053693354 +51901 aapg_ae_519.html aapg_ae_519.html:250:27265:27271 Benson Monongalia County, West Virginia -0.047151578986696932 +51902 aapg_ae_974.html aapg_ae_974.html:392:39762:39775 Cook Mountain Zapata, Texas -0.416506742676156949 +51903 cspg_html_9941227593 cspg_html_9941227593:29:4171:4180 Lodgepole Williston, Vermont -0.442682549290708161 +51904 aapg_af_416.html aapg_af_416.html:9:999:1011 Saskatchewan Manitoba -0.0313696934317686249 +51905 sedimentology_html_6261114825 sedimentology_html_6261114825:811:62704:62730 Purisima Santa Cruz County, Arizona -0.0453676577142844081 +51906 aapg_ah_505.html aapg_ah_505.html:464:35082:35099 Ute Fremont, California -0.469038078694436811 +51907 aapg_ac_253.html aapg_ac_253.html:76:11329:11349 Bainbridge Knoxville, Tennessee -0.228443188312270673 +51908 aapg_ai_147.html aapg_ai_147.html:45:4980:5000 Pine Point Great Slave Lake -0.536750664891380236 +51909 aapg_ae_467.html aapg_ae_467.html:315:23589:23606 Bedford Michigan -0.0354198318919945049 +51910 gsa_html_3151431803 gsa_html_3151431803:177:22166:22172 Navajo Kayenta, Arizona -0.181142237708410453 +51911 aapg_ai_29.html aapg_ai_29.html:36:4592:4609 Reynosa Matamoros, Tamaulipas -0.479719327950920094 +51912 cspg_html_2863271815 cspg_html_2863271815:481:56310:56322 Salina Guelph -0.0808376447886259841 +51913 aapg_ah_484.html aapg_ah_484.html:13:2212:2221 Catahoula Oakville, California -0.0512156884373483473 +51914 AMJC_html_8282401144 AMJC_html_8282401144:1067:101643:101648 Rapid Earth -0.0431731213623836943 +51915 palaios_html_5268896536 palaios_html_5268896536:423:36692:36700 Scotland Kingdom of Great Britain -0.469070208322842297 +51916 aapg_ah_378.html aapg_ah_378.html:620:59216:59223 Rustler Salado, Texas -0.00426133164508502027 +51917 cspg_html_5376629375 cspg_html_5376629375:524:53886:53907 Green River Cheyenne, Wyoming -0.0101247315019664351 +51918 aapg_ah_283.html aapg_ah_283.html:239:25703:25720 Keasey Cowlitz River -0.44645479356367046 +51919 aapg_af_128.html aapg_af_128.html:186:18610:18618 Tensleep Laramie, Wyoming -0.458031335089754243 +51920 aapg_aa_463.html aapg_aa_463.html:245:46981:46994 Cotton Valley Haynesville, Louisiana -0.451875596518584666 +51921 aapg_af_683.html aapg_af_683.html:141:14219:14223 Java Philippines -0.0225014864703161413 +51922 aapg_af_255.html aapg_af_255.html:488:56072:56082 Assistance East Timor -0.464501195477937445 +51923 cspg_html_4924970281 cspg_html_4924970281:6:440:449 Cold Lake Clearwater, Florida -0.45421548506785292 +51924 gsa_html_9352654438 gsa_html_9352654438:13:526:532 Denver Colorado -0.0304773910336276765 +51925 gsa_html_6169925575 gsa_html_6169925575:1120:100774:100788 Beaufort South Africa 0.0116536887508022161 +51926 aapg_ai_51.html aapg_ai_51.html:9:1824:1841 Naheola Alabama -0.046973866128671049 +51927 gsa_html_9188280697 gsa_html_9188280697:400:34640:34648 Columbia India -0.0436450734068527316 +51928 cspg_html_9717154602 cspg_html_9717154602:997:85003:85016 Bearpaw Lethbridge -0.0740086441181000282 +51929 aapg_ah_271.html aapg_ah_271.html:17:2402:2415 Cotton Valley Texas -0.448029460378174149 +51930 aapg_ae_993.html aapg_ae_993.html:311:30375:30417 Englewood Englewood, New Jersey -0.0156814715209821626 +51931 aapg_aa_685.html aapg_aa_685.html:29:2826:2835 Flagstaff Uinta Mountains -0.450422402561976354 +51932 cspg_html_3328007773 cspg_html_3328007773:74:11099:11121 Viking Victoria, British Columbia -0.0119247384368411057 +51933 sedimentology_html_4101202094 sedimentology_html_4101202094:429:43091:43097 Oregon Charlotte Amalie, United States Virgin Islands -0.431078138050761561 +51934 cspg_html_2277381496 cspg_html_2277381496:135:15434:15452 Iroquois Bridgetown, Nova Scotia -0.463834753943271672 +51935 palaios_html_2376163646 palaios_html_2376163646:32:2649:2669 Hell Creek Williston Basin -0.445338708488509594 +51936 aapg_ah_199.html aapg_ah_199.html:464:53545:53559 Atoka Red Deer, Alberta -0.419329491649838015 +51937 aapg_ae_411.html aapg_ae_411.html:9:869:883 Buda Travis County, Texas -0.463834753943271672 +51938 aapg_ac_730.html aapg_ac_730.html:495:70957:70965 Niobrara Niobrara, Nebraska 0.0344993751882200356 +51939 cspg_html_3854301924 cspg_html_3854301924:61:6114:6144 Nisku Lacombe, Alberta -0.440265166942118702 +51940 aapg_af_16.html aapg_af_16.html:345:30704:30710 Casper Cheyenne, Wyoming -0.0477788324631043676 +51941 aapg_ah_530.html aapg_ah_530.html:31:4089:4108 Percha Morenci, Michigan -0.449467616590735308 +51942 aapg_ac_729.html aapg_ac_729.html:655:62358:62374 Seabee Chandler, Arizona -0.0363020833297297701 +51943 palaios_html_7930345720 palaios_html_7930345720:55:5501:5517 Navajo Logan, Utah -0.037309716590806806 +51944 cspg_html_3501550466 cspg_html_3501550466:630:90720:90731 Peace River Lacombe, Alberta -0.493772964396431202 +51945 aapg_aa_644.html aapg_aa_644.html:457:41320:41335 Smoot Boise, Idaho 0.0165885914321531221 +51946 aapg_ai_219.html aapg_ai_219.html:115:13682:13697 Deep Creek Anchorage, Alaska -0.0853817704057860671 +51947 jgeology_html_5276087219 jgeology_html_5276087219:556:41120:41128 Humboldt Reno, Nevada -0.4381734052234173 +51948 aapg_aa_702.html aapg_aa_702.html:1402:143006:143014 Colorado Denver -0.498224733320612012 +51949 aapg_ae_993.html aapg_ae_993.html:74:9009:9031 Water Canyon Boise, Idaho -0.204383096652777541 +51950 gsa_html_9392268586 gsa_html_9392268586:120:10851:10870 Lockatong Flemington, New Jersey -0.0196404059622709952 +51951 aapg_ai_236.html aapg_ai_236.html:4:673:690 Juniata Maryland -0.467980749597819323 +51952 aapg_af_397.html aapg_af_397.html:69:8305:8318 Entrada Entrada Sandstone -0.0657559135785179827 +51953 aapg_ae_876.html aapg_ae_876.html:662:70251:70257 Dakota Black Hills 1.28966493492627543 +51954 cspg_html_5431295472 cspg_html_5431295472:5:244:268 Basal Southern Alberta -0.49361002164838963 +51955 aapg_ac_55.html aapg_ac_55.html:166:20354:20376 Englishtown Raritan River -0.452909542628234352 +51956 jgeology_html_1124140788 jgeology_html_1124140788:427:29085:29099 Ogallala Nebraska -0.00621572872549000163 +51957 aapg_ah_647.html aapg_ah_647.html:645:71974:71987 Wolfcamp Colina, Chile -0.0116571637323025015 +51958 aapg_ac_995.html aapg_ac_995.html:4:584:606 Huayacocotla Puebla, Puebla -0.476218391360906934 +51959 sedimentology_html_4432289902 sedimentology_html_4432289902:825:70740:70757 Magothy Bass River Township, New Jersey -0.448350101124535771 +51960 gsa_html_3701388182 gsa_html_3701388182:11:459:468 San Diego California -0.472943536588278923 +51961 gsa_html_1997423355 gsa_html_1997423355:147:17801:17809 Columbia Spokane, Washington -0.0242746935922993796 +51962 aapg_ai_153.html aapg_ai_153.html:402:61732:61749 Reclamation Logan, Utah -0.027260056777366197 +51963 aapg_ac_222.html aapg_ac_222.html:313:40722:40728 Chinle Chinle Formation -0.0270809523083245587 +51964 aapg_ac_807.html aapg_ac_807.html:284:28608:28631 Mount Laurel New Egypt, New Jersey -0.045529657990104451 +51965 gsa_html_3436154175 gsa_html_3436154175:1201:95018:95026 Colorado Uinta Mountains -0.0519827474069236295 +51966 gsa_html_3448554349 gsa_html_3448554349:532:53990:53998 Rockwell Maryland -0.428824418473081392 +51967 cspg_html_4326384800 cspg_html_4326384800:187:24964:24980 Nisku Lacombe, Alberta -0.0391024746518720059 +51968 aapg_ac_475.html aapg_ac_475.html:75:10693:10712 Kishenehn Middle Fork Salmon River -0.455387700672750584 +51969 gsa_html_9181545711 gsa_html_9181545711:136:14906:14924 Fountain Langford, Bedfordshire -0.463396817899322633 +51970 cspg_html_7176835767 cspg_html_7176835767:834:90714:90736 Bonnet Plume Canada -0.0340417857765505233 +51971 cspg_html_8145657505 cspg_html_8145657505:199:29478:29498 Swan Hills Lacombe, Alberta -0.0467961571994701744 +51972 aapg_ai_959.html aapg_ai_959.html:11:1432:1441 Catahoula Oakville, California -0.0153756304706319062 +51973 cspg_html_8363357104 cspg_html_8363357104:58:8354:8366 Mount Wilson Mount Wilson Observatory -0.450595494357366455 +51974 aapg_ai_233.html aapg_ai_233.html:19:1715:1724 Vicksburg Texas -0.464610795373413321 +51975 aapg_ac_65.html aapg_ac_65.html:900:72710:72717 Minturn Colorado 0.552928375759667468 +51976 aapg_ah_823.html aapg_ah_823.html:26:2689:2701 Saskatchewan Victoria, British Columbia -0.02660103319374214 +51977 cspg_html_7971908357 cspg_html_7971908357:11:1501:1509 Columbia South Fork Flathead River -0.00202555313540596143 +51978 aapg_ah_264.html aapg_ah_264.html:60:7620:7632 Saskatchewan Canada -0.473081857330366395 +51979 gsa_html_3069013284 gsa_html_3069013284:704:69356:69381 Chinle Arizona -0.00704441094107981659 +51980 aapg_ah_696.html aapg_ah_696.html:381:54097:54103 Oregon Washington (state) -0.0598011148469018913 +51981 sedimentology_html_6083350152 sedimentology_html_6083350152:736:54183:54187 Hall London, Ontario -0.39803425495743272 +51982 gsa_html_3010975239 gsa_html_3010975239:17:743:751 Virginia Reston, Virginia -0.474815026513922711 +51983 gsa_html_1951402014 gsa_html_1951402014:1095:90555:90565 Las Palmas Fuerteventura -0.0208118990728868025 +51984 cspg_html_4143222666 cspg_html_4143222666:759:67573:67589 Eagle Lacombe, Alberta -0.437151438175982732 +51985 aapg_ah_182.html aapg_ah_182.html:25:3334:3345 Jacksonburg Martinsburg, Nebraska -0.456778715576978744 +51986 aapg_af_206.html aapg_af_206.html:315:38054:38061 Reynosa Oakville, California -0.0363020833297297701 +51987 jgeology_html_8406118991 jgeology_html_8406118991:219:19898:19906 Columbia Victoria, British Columbia -0.0148473685012762528 +51988 geology_html_5309420954 geology_html_5309420954:13:501:511 Washington Washington (state) -0.451956647802202349 +51989 cspg_html_6984906794 cspg_html_6984906794:51:7323:7331 Bullhead Victoria, British Columbia -0.510181355605583309 +51990 aapg_ae_253.html aapg_ae_253.html:45:4351:4355 Troy Urbana, Ohio -0.506465925368115633 +51991 gsa_html_4788482662 gsa_html_4788482662:769:69143:69171 Green River New Mexico 0.00466610479932860322 +51992 gsa_html_7214330928 gsa_html_7214330928:758:65455:65463 Rockwell San Jacinto, California -0.0335442004664093935 +51993 aapg_ah_469.html aapg_ah_469.html:278:24461:24467 Lisbon Alabama -0.234380093706217957 +51994 cspg_html_1923856338 cspg_html_1923856338:340:41489:41495 Oregon Washington (state) -0.0531055891694482279 +51995 cspg_html_4409656292 cspg_html_4409656292:757:79450:79484 Kaskapau Victoria, British Columbia -0.0338991191876076986 +51996 cspg_html_2660872537 cspg_html_2660872537:293:34763:34784 Stuart Texas -0.469093158774920749 +51997 cspg_html_9768299963 cspg_html_9768299963:213:22800:22816 Battle Red Deer, Alberta -0.413942969460138921 +51998 sedimentology_html_8829282630 sedimentology_html_8829282630:1246:68310:68318 Colorado Pueblo, Colorado -0.476172115937115059 +51999 aapg_ac_983.html aapg_ac_983.html:127:21729:21749 Plattsburg Kansas City, Kansas -0.0347847257870449039 +52000 palaios_html_1229296810 palaios_html_1229296810:345:27770:27796 Purisima California 0.0067403856579268933 +52001 aapg_ac_621.html aapg_ac_621.html:144:11935:11954 Pierson Tarkio, Missouri -0.504238916416323235 +52002 aapg_aa_544.html aapg_aa_544.html:76:9505:9513 Tensleep Cheyenne, Wyoming -0.0389492941804812226 +52003 cspg_html_5479700260 cspg_html_5479700260:76:9369:9388 Stonewall Red River of the North -0.450707909241451543 +52004 aapg_ah_411.html aapg_ah_411.html:147:16907:16927 Milk River Colorado -0.00274648745693117794 +52005 aapg_ah_724.html aapg_ah_724.html:305:35018:35036 Kaskapau Anchorage, Alaska -0.420909473199816475 +52006 gsa_html_6589330144 gsa_html_6589330144:107:14487:14498 Peoria Illinois -0.473815322787249471 +52007 aapg_ae_499.html aapg_ae_499.html:469:50461:50469 Colorado Denver -0.48777188725893289 +52008 cspg_html_3926542795 cspg_html_3926542795:1305:140167:140187 Harrogate Victoria, British Columbia -0.451751782124743317 +52009 aapg_ae_319.html aapg_ae_319.html:630:53442:53457 Stump Weber River -0.459887424332023564 +52010 aapg_ah_762.html aapg_ah_762.html:256:26886:26893 Pekisko Rocky Mountains -0.109871623578980615 +52011 aapg_ah_972.html aapg_ah_972.html:614:64945:64954 Vicksburg Mexico -0.408495586011200951 +52012 AMJC_html_5755352984 AMJC_html_5755352984:515:64781:64795 Rockwell California -0.43347626990885002 +52013 aapg_ae_884.html aapg_ae_884.html:378:49372:49390 Frontier Cheyenne, Wyoming -0.411778522698214466 +52014 aapg_ad_696.html aapg_ad_696.html:158:16349:16355 Weches Charlotte, North Carolina -0.438007065376213589 +52015 aapg_aa_44.html aapg_aa_44.html:158:19600:19618 Moenkopi Colorado Plateau 0.951691000355396777 +52016 aapg_af_69.html aapg_af_69.html:191:14171:14177 Seneca Cattaraugus, New York -0.0608763889312039438 +52017 aapg_ad_0.html aapg_ad_0.html:215:18949:18960 Black River Rockland County, New York -0.0194596479158459131 +52018 aapg_aa_702.html aapg_aa_702.html:1419:144125:144133 Colorado Colorado -0.0433995158263024566 +52019 geology_html_7486974373 geology_html_7486974373:209:20560:20568 Columbia Victoria, British Columbia -0.451733774163315116 +52020 cspg_html_6953269830 cspg_html_6953269830:414:45207:45226 Moosebar Victoria, British Columbia -0.486548633935625752 +52021 aapg_ad_947.html aapg_ad_947.html:410:41934:41943 Beartooth Black Hills -0.0417243342632335201 +52022 aapg_aa_47.html aapg_aa_47.html:109:12148:12156 Colorado Villa Grove, Colorado -0.509711797196706451 +52023 aapg_ah_418.html aapg_ah_418.html:3:346:359 Bearpaw Lacombe, Alberta -0.0236384026540843277 +52024 aapg_ac_687.html aapg_ac_687.html:111:10824:10832 Niobrara Cheyenne, Wyoming -0.0270600859182637335 +52025 aapg_ac_888.html aapg_ac_888.html:241:15827:15834 Venango Warren County, Ohio -0.0501471685682714427 +52026 cspg_html_4937997995 cspg_html_4937997995:12:677:693 Bad Cache Rapids River Severn -0.425481180136460357 +52027 cspg_html_3483814747 cspg_html_3483814747:35:5385:5416 Snowblind Bay Little Cornwallis Island -0.439165406786194035 +52028 aapg_ae_570.html aapg_ae_570.html:27:3316:3348 Keefer Lockport (city), New York -0.0265071378839745256 +52029 gsa_html_5394777952 gsa_html_5394777952:341:36230:36238 Golconda Middle East -0.0567124540467143015 +52030 aapg_ah_844.html aapg_ah_844.html:322:45012:45018 Wilcox Oklahoma City 0.0631060852565348829 +52031 aapg_ae_5.html aapg_ae_5.html:292:34378:34397 Horquilla Arizona -0.511015181265963236 +52032 aapg_ae_63.html aapg_ae_63.html:143:16105:16126 Little Flat Logan, Utah -0.4597920302667165 +52033 aapg_ad_757.html aapg_ad_757.html:71:7341:7356 Maquoketa Maquoketa, Iowa -0.405334963050919317 +52034 cspg_html_8369994160 cspg_html_8369994160:84:8944:8967 Turner Valley Elkton, Kentucky -0.0189695239556965725 +52035 jgeology_html_4305195651 jgeology_html_4305195651:3451:238863:238880 Cumberland Cape Breton Island -0.470262127852539125 +52036 aapg_aa_626.html aapg_aa_626.html:283:32510:32523 Potomac Maryland -0.467925738958578585 +52037 jgeology_html_2837808723 jgeology_html_2837808723:1158:66903:66907 Hall London, Ontario -0.435838488044850259 +52038 aapg_ad_883.html aapg_ad_883.html:47:6582:6605 Detroit River Salina, Kansas -0.393634077967334739 +52039 cspg_html_7576506617 cspg_html_7576506617:191:26803:26825 Severn River Moose River (Maine) -0.0238000807076843013 +52040 aapg_ah_678.html aapg_ah_678.html:490:58846:58875 Jackson Houston -0.466007095038280028 +52041 aapg_ac_560.html aapg_ac_560.html:296:43068:43076 Colorado Denver -0.0371791885469511946 +52042 sedimentology_html_6811924239 sedimentology_html_6811924239:1009:52334:52348 Pico Santa Monica neighborhoods -0.456989251174634625 +52043 aapg_ac_333.html aapg_ac_333.html:88:12108:12112 Rico Hermosa, Chicago -0.0495632945700979141 +52044 cspg_html_9771826320 cspg_html_9771826320:1001:134382:134386 Hall London, Ontario -0.469382385724573914 +52045 cspg_html_4298557570 cspg_html_4298557570:201:28596:28612 Battle Edmonton, London 1.05230459865115877 +52046 aapg_ad_267.html aapg_ad_267.html:72:6582:6589 Bossier Natchitoches, Louisiana 0.00547565736357213256 +52047 aapg_ak_99.html aapg_ak_99.html:12:1987:1995 Michigan Huntington, West Virginia -0.0179684568885802344 +52048 aapg_ah_508.html aapg_ah_508.html:180:16734:16744 Ontelaunee Black River, Jamaica -0.467870731747513147 +52049 cspg_html_7086880709 cspg_html_7086880709:406:53728:53739 Peace River Victoria, British Columbia -0.0146249457170983255 +52050 aapg_af_808.html aapg_af_808.html:448:61721:61739 Richmond Jamaica, Queens 0.0119525385350554136 +52051 aapg_ac_807.html aapg_ac_807.html:554:55069:55077 Virginia Norfolk, Virginia -0.062493142819730535 +52052 aapg_ah_529.html aapg_ah_529.html:38:5057:5071 El Paso New Mexico -0.408452575267404749 +52053 palaios_html_4648069609 palaios_html_4648069609:639:66106:66130 Cutler New Mexico -0.449431691216236939 +52054 aapg_ai_975.html aapg_ai_975.html:1012:81810:81818 Kiamichi East Texas 0.367546712110910612 +52055 aapg_ak_135.html aapg_ak_135.html:687:73997:74002 Vaqueros Los Angeles -0.495988801002771096 +52056 aapg_ad_760.html aapg_ad_760.html:3:343:359 Modelo California -0.0391129188633264693 +52057 aapg_ah_98.html aapg_ah_98.html:42:5650:5656 Denver Colorado 0.0223589428647652418 +52058 aapg_ac_200.html aapg_ac_200.html:514:47478:47495 Wasatch Cheyenne, Wyoming 0.0684996075699448176 +52059 sedimentology_html_6293624335 sedimentology_html_6293624335:72:6682:6691 Peninsula Florence, Alabama -0.00153219252139514682 +52060 aapg_aa_415.html aapg_aa_415.html:32:5175:5195 Denton Buda, Texas -0.00486067457957646467 +52061 cspg_html_4409656292 cspg_html_4409656292:686:75027:75051 Kaskapau Victoria, British Columbia -0.451751782124743317 +52062 gsa_html_6247109815 gsa_html_6247109815:1127:109199:109227 Green River Colorado -0.0139559511282587399 +52063 gsa_html_9325423722 gsa_html_9325423722:57:3722:3750 Green River Iran -0.028972971193404428 +52064 aapg_ai_278.html aapg_ai_278.html:634:79796:79804 Palenque Long Island (Massachusetts) -0.0261715541385612628 +52065 gsa_html_7173708345 gsa_html_7173708345:1495:106844:106874 Forest Anchorage, Alaska -0.0784096247774908606 +52066 cspg_html_4727171280 cspg_html_4727171280:91:10153:10167 Bearpaw Edmonton, London -0.443344757382833909 +52067 cspg_html_9613527162 cspg_html_9613527162:171:23547:23562 Banff Moose Mountain (Alberta) -0.0564612372025591683 +52068 cspg_html_4382149016 cspg_html_4382149016:66:10697:10718 Lawrence Quebec City -0.025453465811003901 +52069 cspg_html_4293350162 cspg_html_4293350162:761:79526:79546 Mount Head Canada -0.457514673015389395 +52070 aapg_ai_864.html aapg_ai_864.html:57:7198:7204 Reklaw Karnes County, Texas -0.45995556917210767 +52071 sedimentology_html_7026440455 sedimentology_html_7026440455:1623:88293:88323 East Berlin Cambridge, Massachusetts -0.0146249457170983255 +52072 gsa_html_8571596886 gsa_html_8571596886:61:4519:4547 Green River Colorado -0.015097596462230729 +52073 cspg_html_7866293053 cspg_html_7866293053:370:46175:46194 Gladstone Fall Creek Falls State Park -0.454357696116458765 +52074 jgeology_html_8494933343 jgeology_html_8494933343:332:23082:23090 Colorado Colorado -0.0526051706223679347 +52075 aapg_ah_371.html aapg_ah_371.html:67:5954:5959 Basal Southern United States -0.484359586108593421 +52076 geology_html_2995030913 geology_html_2995030913:15:729:736 Spokane Washington (state) -0.461947691336281385 +52077 gsa_html_1975444584 gsa_html_1975444584:751:64518:64527 Flagstaff Arizona -0.479254814429897757 +52078 cspg_html_8121068096 cspg_html_8121068096:81:6109:6128 Waterways Lacombe, Alberta -0.486513508857715604 +52079 gsa_html_3841341658 gsa_html_3841341658:590:65832:65871 Bruce Perth, Western Australia -0.0316827975818438426 +52080 aapg_ae_67.html aapg_ae_67.html:93:7758:7791 Manitou Denver -0.461089806729199636 +52081 cspg_html_6611173979 cspg_html_6611173979:261:25188:25203 Big Valley Austin, Chicago -0.0456254660933555489 +52082 jgeology_html_4305195651 jgeology_html_4305195651:756:85444:85465 Mauch Chunk Pennsylvania -0.443933785681361437 +52083 cspg_html_1503116552 cspg_html_1503116552:939:133498:133524 Beaverhill Swan Hill, Victoria -0.499213001693062597 +52084 cspg_html_3104089151 cspg_html_3104089151:17:1311:1326 Cardium Western world -0.456228838585424179 +52085 gsa_html_3448554349 gsa_html_3448554349:71:7778:7786 Rockwell Pennsylvania -0.0346298699616138864 +52086 cspg_html_1312400675 cspg_html_1312400675:171:20534:20551 Bearpaw Edmonton, London -0.485729424463417547 +52087 palaios_html_1018466366 palaios_html_1018466366:177:19544:19581 Sequatchie Knoxville, Tennessee 0.351392378485139101 +52088 gsa_html_8241293202 gsa_html_8241293202:176:18921:18928 Concord Chelmsford, Massachusetts -0.0700625466031570415 +52089 gsa_html_9460238774 gsa_html_9460238774:56:3529:3557 Green River Iran -0.0131827182184571217 +52090 jgeology_html_4305195651 jgeology_html_4305195651:807:87104:87126 Spechty Kopf Pennsylvania -0.458659434193013582 +52091 aapg_ah_421.html aapg_ah_421.html:153:12540:12549 Fox Hills Lacombe, Alberta -0.424584335389619316 +52092 aapg_ac_915.html aapg_ac_915.html:181:22219:22223 Rome Netherlands -0.440620923452583413 +52093 cspg_html_3385840278 cspg_html_3385840278:96:14408:14429 Beaverhill Hay River (Canada) -0.474815026513922711 +52094 aapg_ac_846.html aapg_ac_846.html:324:45128:45132 Bell Jamestown, New York -0.0752231645850742897 +52095 aapg_aa_148.html aapg_aa_148.html:28:4513:4535 Burro Canyon Phoenix, Arizona -0.446392131630084288 +52096 cspg_html_8571955552 cspg_html_8571955552:235:27851:27865 Lisburne Great Britain -0.0334398147432133225 +52097 aapg_ae_836.html aapg_ae_836.html:19:2020:2033 Cotton Valley Paluxy, Texas -0.0603771315670732084 +52098 cspg_html_3043423556 cspg_html_3043423556:164:18890:18910 Griper Bay Bathurst Island (Northern Territory) -0.471395835230941529 +52099 cspg_html_2954223000 cspg_html_2954223000:1348:168545:168550 Weeks Tulsa, Oklahoma -0.497081127157615599 +52100 aapg_ae_777.html aapg_ae_777.html:184:20596:20614 Tererro Sangre de Cristo Range -0.47944058990843208 +52101 geology_html_4999100113 geology_html_4999100113:305:29442:29452 Washington Victoria, British Columbia -0.0194666001171388929 +52102 cspg_html_9670138862 cspg_html_9670138862:12:1631:1641 Clearwater Calgary -0.0393566203457145145 +52103 sedimentology_html_8510537334 sedimentology_html_8510537334:2176:147206:147214 Columbia Victoria, British Columbia -0.449703411954729404 +52104 aapg_aa_12.html aapg_aa_12.html:158:18013:18041 West Spring Creek Fort Sill -0.436157146454813294 +52105 gsa_html_7468123532 gsa_html_7468123532:124:12785:12811 Todilto New Mexico -0.46328736756315686 +52106 geology_html_7732353227 geology_html_7732353227:263:20730:20736 Oregon Colorado -0.479552074346371926 +52107 aapg_ae_958.html aapg_ae_958.html:1444:125446:125469 Brushy Canyon Delaware 0.75742868374111294 +52108 gsa_html_3448554349 gsa_html_3448554349:14:600:608 Virginia Reston, Virginia -0.480960803547703208 +52109 sedimentology_html_8748254640 sedimentology_html_8748254640:43:3060:3080 Toro Chile -0.456337429672799166 +52110 aapg_af_2.html aapg_af_2.html:188:20592:20608 Elbert Colorado -0.487607747652621382 +52111 palaios_html_9731740258 palaios_html_9731740258:236:28372:28380 Colorado Red Rock Canyon National Conservation Area -0.0200714512738383588 +52112 cspg_html_1462870252 cspg_html_1462870252:790:91429:91451 Debolt Victoria, British Columbia -0.454052985518192231 +52113 gsa_html_4279960552 gsa_html_4279960552:63:4739:4767 Green River Iran -0.0242746935922993796 +52114 aapg_ai_470.html aapg_ai_470.html:9:1496:1508 Viking Lacombe, Alberta -0.138296697012714548 +52115 jgeology_html_2401877359 jgeology_html_2401877359:1164:69929:69945 Thelon Canada -0.000105967854110096421 +52116 aapg_aa_755.html aapg_aa_755.html:99:12192:12208 Holder Sacramento Mountains (California) -0.177888898813539031 +52117 cspg_html_5529147980 cspg_html_5529147980:7:534:549 Nisku Williston Basin -0.498291214810456184 +52118 jgeology_html_2837808723 jgeology_html_2837808723:1528:77734:77738 Hall London, Ontario -0.485252303872338198 +52119 aapg_ae_324.html aapg_ae_324.html:1037:103084:103092 Virginia Bluefield, West Virginia -0.0446343409079277068 +52120 aapg_ad_691.html aapg_ad_691.html:100:11814:11825 Main Street Red River of the North -0.0292147099429476073 +52121 aapg_ah_779.html aapg_ah_779.html:603:111188:111202 Chemung Genesee River -0.401481493222129504 +52122 cspg_html_4177065182 cspg_html_4177065182:1430:78168:78184 Golata Lacombe, Alberta -0.00654928490142454856 +52123 aapg_ai_583.html aapg_ai_583.html:462:58715:58730 Stump Cheyenne, Wyoming -0.0534682838330376511 +52124 aapg_ad_59.html aapg_ad_59.html:104:18361:18374 Hampton Unicoi, Tennessee -0.411778522698214466 +52125 aapg_ad_329.html aapg_ad_329.html:44:6388:6398 Mahantango San Fernando Valley -0.0558663792968957795 +52126 cspg_html_6786864151 cspg_html_6786864151:48:5850:5872 Trent River Qualicum River -0.485546964607742992 +52127 cspg_html_5754792643 cspg_html_5754792643:354:40468:40485 Gilwood Lacombe, Alberta -0.0116467387889204136 +52128 jgeology_html_9591757126 jgeology_html_9591757126:408:23500:23508 Columbia Victoria, British Columbia -0.45937423310039871 +52129 gsa_html_4701564338 gsa_html_4701564338:29:2796:2824 Green River Iran -0.00972860319356922895 +52130 sedimentology_html_3850942730 sedimentology_html_3850942730:1025:85067:85072 Price Lancaster, California -0.476269297170336003 +52131 aapg_ai_1.html aapg_ai_1.html:14:2381:2398 Paradox Logan, Utah -0.0357069470350891913 +52132 aapg_ae_69.html aapg_ae_69.html:293:31319:31338 Rock Springs Cheyenne, Wyoming -0.513270267028681393 +52133 aapg_ac_222.html aapg_ac_222.html:550:65239:65247 Colorado Grand River (Ontario) -0.100975980139876839 +52134 aapg_aa_23.html aapg_aa_23.html:599:74822:74851 Stony Mountain Winnipeg 0.0705801290566242523 +52135 sedimentology_html_2898428289 sedimentology_html_2898428289:128:11015:11027 Saskatchewan Lacombe, Alberta -0.440514182187833891 +52136 aapg_ad_306.html aapg_ad_306.html:162:21853:21859 Sierra Caribbean -0.500830957900678664 +52137 aapg_ai_346.html aapg_ai_346.html:128:13760:13764 Wise Arkansas -0.460487277041231158 +52138 cspg_html_8363357104 cspg_html_8363357104:230:34581:34602 Survey Peak Mount Wilson Observatory -0.0135458743690372828 +52139 aapg_ah_972.html aapg_ah_972.html:609:64618:64627 Red Bluff Houston -0.41073257068006791 +52140 jgeology_html_4723726179 jgeology_html_4723726179:1131:49876:49888 Saskatchewan North Shore (Lake Superior) -0.439125439995052158 +52141 aapg_ac_55.html aapg_ac_55.html:546:61299:61307 Virginia Closter, New Jersey -0.0498491257699788942 +52142 gsa_html_5507509274 gsa_html_5507509274:15:812:821 San Diego California -0.022353727877684245 +52143 aapg_aa_24.html aapg_aa_24.html:595:70594:70615 Little Bear Sault Ste. Marie, Ontario -0.488956974601549299 +52144 cspg_html_7553438101 cspg_html_7553438101:18:1831:1840 Red River Lacombe, Alberta -0.418507876495596065 +52145 cspg_html_6984906794 cspg_html_6984906794:741:54953:54971 Kaskapau Lacombe, Alberta -0.0481395257140627003 +52146 cspg_html_5541725202 cspg_html_5541725202:205:29932:29942 Boss Point Middleborough, Massachusetts -0.481815063993563775 +52147 aapg_ah_828.html aapg_ah_828.html:607:57178:57207 Twin Creek Cheyenne, Wyoming -0.0355642585385362378 +52148 aapg_ad_728.html aapg_ad_728.html:13:2340:2350 Brownstown Texas 0.390616739249557976 +52149 palaios_html_2399848899 palaios_html_2399848899:629:55072:55092 Blufftown Alabama -0.493300753020914584 +52150 cspg_html_5241714595 cspg_html_5241714595:559:83206:83221 Nisku Lacombe, Alberta -0.0140758476190941898 +52151 aapg_ad_286.html aapg_ad_286.html:178:16415:16429 Lisburne Anchorage, Alaska -0.0758357859303460252 +52152 cspg_html_7989435905 cspg_html_7989435905:259:28663:28676 Brazeau Pincher Creek, Alberta 0.0106841830799118756 +52153 gsa_html_3205893764 gsa_html_3205893764:389:42260:42270 Washington Seattle -0.477234757760444439 +52154 aapg_ah_85.html aapg_ah_85.html:104:12035:12055 Tuscaloosa Chattahoochee County, Georgia 0.00718686909166816289 +52155 cspg_html_7941684345 cspg_html_7941684345:6:573:585 Granite Wash Western Canadian Sedimentary Basin -0.269903277914123774 +52156 gsa_html_4307911073 gsa_html_4307911073:923:63045:63073 Green River Colorado 0.00647979387541270779 +52157 aapg_ac_825.html aapg_ac_825.html:252:26887:26905 Purisima Monterey, California -0.457152280296754032 +52158 aapg_ad_338.html aapg_ad_338.html:235:25634:25651 Magothy Merchantville, New Jersey -0.449755070503296051 +52159 aapg_ah_438.html aapg_ah_438.html:63:6355:6362 Genesee Onondaga (tribe) -0.0544099822313272238 +52160 aapg_ai_292.html aapg_ai_292.html:330:32253:32283 Kogruk Anchorage, Alaska -0.484920347334282464 +52161 aapg_ah_289.html aapg_ah_289.html:554:77457:77475 Monterey California 0.00118301890022228136 +52162 aapg_ah_157.html aapg_ah_157.html:285:40688:40703 Knobs Rockford, Illinois -0.0672411869339060025 +52163 cspg_html_8089302449 cspg_html_8089302449:219:37497:37515 Ramparts Fort Good Hope Airport -0.0244381167530825782 +52164 aapg_aa_797.html aapg_aa_797.html:125:15711:15717 Cutler Colorado -0.0725250104300591975 +52165 gsa_html_5262754204 gsa_html_5262754204:148:17900:17908 Javelina Lajitas, Texas -0.08998674772993627 +52166 aapg_af_830.html aapg_af_830.html:558:65402:65412 Duck Creek Austin, Chicago -0.00291152111123597944 +52167 cspg_html_4086951599 cspg_html_4086951599:93:13921:13930 Queenston Utica, New York -0.0224076161552878329 +52168 aapg_ai_501.html aapg_ai_501.html:152:14124:14147 Lone Mountain Reno, Nevada -0.210732526877297127 +52169 sedimentology_html_5613495298 sedimentology_html_5613495298:965:48605:48623 Moenkopi Chinle Formation -0.4835517998191603 +52170 palaios_html_4501603736 palaios_html_4501603736:118:11521:11538 Thaynes Reno, Nevada -0.454610570976523354 +52171 gsa_html_5295695236 gsa_html_5295695236:646:68132:68141 San Pedro Arizona -0.464501195477937445 +52172 aapg_aa_645.html aapg_aa_645.html:3:244:263 Kootenai Middle East -0.423076903173580265 +52173 aapg_ah_640.html aapg_ah_640.html:31:2967:2984 Chemung Appalachia -0.424249874232666135 +52174 aapg_ac_93.html aapg_ac_93.html:286:30110:30129 Smackover Shreveport, Louisiana -0.481482104366479757 +52175 jgeology_html_4305195651 jgeology_html_4305195651:541:60194:60218 Slide Mountain Ulster County, New York -0.474808096218428344 +52176 aapg_aa_622.html aapg_aa_622.html:168:21633:21644 Uncompahgre Colorado -0.440325191296006335 +52177 gsa_html_5079726047 gsa_html_5079726047:791:88374:88383 Gibraltar Bucaramanga -0.484086347872667577 +52178 aapg_ai_278.html aapg_ai_278.html:896:106047:106068 Fort Pierce Fort Pierce, Florida -0.0645208083135350441 +52179 aapg_ad_434.html aapg_ad_434.html:585:49523:49535 Grand Rapids Lacombe, Alberta -0.484602537618405216 +52180 aapg_ad_991.html aapg_ad_991.html:146:12117:12126 Smackover Cotton Valley, Louisiana -0.41978407029024345 +52181 cspg_html_3065473572 cspg_html_3065473572:176:23762:23769 Macasty Middle Ordovician -0.492281675671482677 +52182 geology_html_5807506094 geology_html_5807506094:203:14742:14748 Provo Svalbard -0.0374506887699371238 +52183 aapg_af_936.html aapg_af_936.html:28:5714:5731 Venango Catskill Mountains -0.449871874526764137 +52184 aapg_ai_482.html aapg_ai_482.html:20:2816:2837 Stone Corral Rice County, Kansas 0.356298789430815832 +52185 cspg_html_5241714595 cspg_html_5241714595:69:11864:11884 Dawson Bay Manitoba 0.293607643312020106 +52186 gsa_html_7242082733 gsa_html_7242082733:63:5560:5588 Green River Colorado -0.0115181647621516343 +52187 aapg_af_236.html aapg_af_236.html:4:703:709 Wewoka Shawnee, Oklahoma -0.0425131277640511673 +52188 aapg_ae_272.html aapg_ae_272.html:761:74345:74353 Richland Austin, Chicago -0.490054357124853124 +52189 cspg_html_8556552074 cspg_html_8556552074:79:6981:6995 Basal Lacombe, Alberta -0.462717531176716879 +52190 aapg_ai_850.html aapg_ai_850.html:30:3416:3421 Mt Lytton Juniata County School District -0.493713923537506649 +52191 aapg_ae_944.html aapg_ae_944.html:123:11330:11349 Aux Vases Vienna -0.025547354296840772 +52192 aapg_ae_129.html aapg_ae_129.html:173:15878:15885 Calvert Huntington, West Virginia 0.0190633765354167699 +52193 aapg_ad_865.html aapg_ad_865.html:146:15592:15609 Hermosa Logan, Utah -0.465945346292333973 +52194 aapg_ah_505.html aapg_ah_505.html:1565:127127:127134 Manitou Fremont, California -0.472678482936493838 +52195 gsa_html_1783148177 gsa_html_1783148177:855:81906:81930 Eagle California -0.0399067122276937497 +52196 aapg_ac_807.html aapg_ac_807.html:884:86720:86725 Eutaw Tuscaloosa, Alabama -0.0174783687048886763 +52197 gsa_html_3942625742 gsa_html_3942625742:419:35528:35558 Little River Metro Manila 0.00605416311789900435 +52198 sedimentology_html_9410532865 sedimentology_html_9410532865:1869:121984:122005 Green River Cheyenne, Wyoming -0.0213125005692229447 +52199 aapg_ae_59.html aapg_ae_59.html:599:48372:48380 Colorado Colorado -0.493411698974303814 +52200 geology_html_7350826381 geology_html_7350826381:13:630:640 Washington Washington (state) -0.445408004975414329 +52201 aapg_ae_959.html aapg_ae_959.html:2313:164821:164828 Rustler Salado, Texas 0.738753895778253233 +52202 aapg_ad_627.html aapg_ad_627.html:20:2602:2631 White River Logan, Utah -0.411006351820659033 +52203 gsa_html_7020634397 gsa_html_7020634397:167:17593:17615 Nation River Anchorage, Alaska -0.0341705352496151776 +52204 palaios_html_6100595217 palaios_html_6100595217:343:35073:35085 Gosport Sand Lisbon -0.469189557204259144 +52205 aapg_ai_897.html aapg_ai_897.html:217:23343:23356 Jackson Shreveport, Louisiana -0.478280146619880497 +52206 cspg_html_1378826439 cspg_html_1378826439:531:44838:44846 Colorado Denver -0.0357887327729749932 +52207 aapg_ad_258.html aapg_ad_258.html:303:34094:34102 Sycamore Bruceton, Pennsylvania -0.454305775206324536 +52208 cspg_html_8266552811 cspg_html_8266552811:278:34965:34975 Bishop Ash California -0.487565545428885583 +52209 aapg_ae_958.html aapg_ae_958.html:82:10371:10387 Whitehorse Delaware -0.00716428423732448638 +52210 gsa_html_5081991493 gsa_html_5081991493:1656:118318:118346 Green River Colorado -0.0185419788860923702 +52211 cspg_html_9275863663 cspg_html_9275863663:83:11822:11847 Beaverhill Swan Hill, Victoria -0.462193603410137988 +52212 cspg_html_4834279610 cspg_html_4834279610:15:1922:1940 Banff Calgary 0.340136660024681237 +52213 aapg_aa_717.html aapg_aa_717.html:505:61285:61304 Gatesburg Pennsylvania -0.0242016752892677545 +52214 gsa_html_9597147043 gsa_html_9597147043:1267:102813:102831 Cantwell Bloomington, Indiana -0.465561228542891226 +52215 gsa_html_1525220569 gsa_html_1525220569:1018:96160:96188 Green River Colorado 0.0224945330956530555 +52216 gsa_html_4719798013 gsa_html_4719798013:316:31068:31093 Blackwater Draw Pecos River -0.458031335089754243 +52217 jgeology_html_8355852976 jgeology_html_8355852976:234:18535:18547 Pierre Nebraska -0.222126720331920519 +52218 cspg_html_7799850124 cspg_html_7799850124:767:85543:85558 Flume Swan Hill, Victoria -0.0358774797167535214 +52219 cspg_html_1118978429 cspg_html_1118978429:459:44962:44969 Cadomin Arctic Cordillera -0.0393566203457145145 +52220 aapg_af_854.html aapg_af_854.html:1088:153517:153533 Menard Randolph County, Indiana -0.0490387176000708983 +52221 aapg_ac_517.html aapg_ac_517.html:55:6661:6681 Nisku Drumheller -0.017099513850188628 +52222 cspg_html_2113617629 cspg_html_2113617629:863:96171:96188 Cardium Lacombe, Alberta -0.0335372413880994369 +52223 geology_html_9172071766 geology_html_9172071766:259:20096:20113 Entrada Logan, Utah 0.392543342096842773 +52224 aapg_ac_807.html aapg_ac_807.html:562:55740:55755 Aquia Potomac River 0.354011367070420246 +52225 aapg_ae_319.html aapg_ae_319.html:333:24314:24330 Woodside Uinta Mountains -0.0105034896980181463 +52226 aapg_ad_833.html aapg_ad_833.html:150:21193:21206 Tensleep Albany County, Wyoming -0.0573300691533551454 +52227 aapg_ae_305.html aapg_ae_305.html:1073:92561:92566 Colon Sweden -0.0347847257870449039 +52228 aapg_af_666.html aapg_af_666.html:471:39907:39917 Wind River Wasatch Range -0.353368294583139009 +52229 cspg_html_7866293053 cspg_html_7866293053:770:76301:76309 Colorado Denver -0.46132865731218986 +52230 palaios_html_9876040400 palaios_html_9876040400:679:66109:66140 White River Colorado -0.461947691336281385 +52231 aapg_ae_876.html aapg_ae_876.html:49:5852:5876 Cedar Mountain Cedar Mountains -0.46132865731218986 +52232 cspg_html_4666332434 cspg_html_4666332434:434:69979:69998 Foremost Lacombe, Alberta -0.0225014864703161413 +52233 aapg_ac_785.html aapg_ac_785.html:280:46119:46145 Barnett Brown County, Ohio -0.386816397096670206 +52234 aapg_ad_569.html aapg_ad_569.html:38:5418:5437 Grosmont Calgary -0.448691045323912019 +52235 jgeology_html_2632931163 jgeology_html_2632931163:365:21287:21299 Rio San Juan South America -0.45295011354581094 +52236 gsa_html_4593629541 gsa_html_4593629541:122:13119:13143 Perry Piermont, New York -0.0169205158924080785 +52237 aapg_ah_518.html aapg_ah_518.html:3:161:178 Ignacio Quartzite Colorado -0.463579265049131273 +52238 aapg_ai_87.html aapg_ai_87.html:552:55721:55734 Banff Victoria, British Columbia -0.459919224612040101 +52239 cspg_html_9725676031 cspg_html_9725676031:51:7471:7476 Liard Liard River, British Columbia -0.461219460550356897 +52240 aapg_aa_104.html aapg_aa_104.html:224:18315:18325 Cedar Keys Jacksonville, Illinois -0.0394819549454150931 +52241 aapg_ah_10.html aapg_ah_10.html:53:7873:7884 Buena Vista Bartow County, Georgia -0.469051848391689397 +52242 aapg_ai_864.html aapg_ai_864.html:67:8562:8568 Reklaw Karnes County, Texas -0.133056626830479446 +52243 palaios_html_5543030185 palaios_html_5543030185:281:29670:29705 Fillmore Logan, Utah -0.213978225431149166 +52244 aapg_aa_286.html aapg_aa_286.html:26:4252:4268 Reedsville Harrisburg, Pennsylvania -0.041236814250852856 +52245 aapg_ac_692.html aapg_ac_692.html:274:29730:29738 Columbia Washington (state) -0.426720647196584257 +52246 cspg_html_7839431712 cspg_html_7839431712:27:3768:3785 Belly River Campania 0.011229743772920301 +52247 cspg_html_9174286035 cspg_html_9174286035:84:10365:10389 Kenogami River Moose River (Maine) -0.436850160261835319 +52248 aapg_ah_847.html aapg_ah_847.html:201:23207:23216 New Egypt Monmouth County, New Jersey -0.486794549910148755 +52249 cspg_html_8362959053 cspg_html_8362959053:140:19637:19650 Boulder Creek Lacombe, Alberta -0.456416618922522499 +52250 sedimentology_html_8006979411 sedimentology_html_8006979411:1833:119651:119668 Cardium Victoria, British Columbia -0.02404868566678443 +52251 palaios_html_3855840708 palaios_html_3855840708:421:35529:35552 Cypress Regina, Saskatchewan -0.422007842206250927 +52252 aapg_aa_898.html aapg_aa_898.html:287:34014:34034 North Horn Logan, Utah -0.273380562907354963 +52253 aapg_af_479.html aapg_af_479.html:799:83323:83332 San Diego California -0.440247382693200906 +52254 cspg_html_8525917094 cspg_html_8525917094:282:36408:36426 Sundance Lacombe, Alberta -0.0350596438268750282 +52255 aapg_ae_370.html aapg_ae_370.html:11:1577:1584 Cowlitz Scappoose, Oregon -0.428868342306482297 +52256 aapg_ah_536.html aapg_ah_536.html:385:50597:50623 Rodessa Rodessa, Louisiana 0.31897147954828331 +52257 gsa_html_1636483297 gsa_html_1636483297:68:5384:5392 Colorado Cheyenne, Wyoming -0.0421143691729161454 +52258 cspg_html_9941227593 cspg_html_9941227593:22:2753:2775 Swift Williston Basin -0.431133173871068531 +52259 aapg_aa_861.html aapg_aa_861.html:25:3882:3894 Devon Island Bath, Somerset 0.247485415584003138 +52260 cspg_html_1975682848 cspg_html_1975682848:121:17468:17490 Lone Mountain Dolomite Reno, Nevada -0.440387442871438828 +52261 aapg_ac_961.html aapg_ac_961.html:511:53396:53403 Savanna McAlester, Oklahoma -0.434558307819543299 +52262 aapg_ae_959.html aapg_ae_959.html:1908:138379:138399 Dog Creek Texas -0.423138028281424772 +52263 cspg_html_7941684345 cspg_html_7941684345:88:14157:14179 Elk Lacombe, Alberta -0.457555451333636842 +52264 gsa_html_8010927234 gsa_html_8010927234:60:3128:3148 Ammonoosuc Volcanics Middle Ordovician -0.496649713850252028 +52265 gsa_html_1536819908 gsa_html_1536819908:823:76382:76410 Green River Iran -0.0208414480796128843 +52266 palaios_html_7679079277 palaios_html_7679079277:387:29797:29815 Sundance Greybull, Wyoming -0.00525502734736806466 +52267 aapg_ae_873.html aapg_ae_873.html:787:90812:90829 Rodessa Hopkins County, Kentucky -0.0551913399926183476 +52268 cspg_html_3385840278 cspg_html_3385840278:1649:181693:181703 Swan Hills Canada -0.47032647773667996 +52269 sedimentology_html_2816603345 sedimentology_html_2816603345:286:24231:24250 Canepatch Charleston, South Carolina -0.469189557204259144 +52270 cspg_html_9236194363 cspg_html_9236194363:46:4968:4998 Beaverhill Edmonton, London -0.0791049700688603447 +52271 aapg_ah_685.html aapg_ah_685.html:353:38331:38339 Colorado Denver -0.0570474245850990103 +52272 cspg_html_4382149016 cspg_html_4382149016:69:11368:11373 Aston Logan, Utah -0.463250887108730525 +52273 aapg_ad_823.html aapg_ad_823.html:151:15575:15592 Rustler Culebra, Puerto Rico -0.455536877615232372 +52274 AMJC_html_1252169248 AMJC_html_1252169248:598:57716:57726 Laurentian New Hampshire -0.443755252554939694 +52275 aapg_ad_466.html aapg_ad_466.html:942:101840:101846 Tinton Monmouth County, New Jersey -0.441635578429476983 +52276 aapg_aa_95.html aapg_aa_95.html:122:11280:11288 Colorado Nebraska -0.479521879225688563 +52277 aapg_ai_52.html aapg_ai_52.html:129:19082:19096 Monterey Santa Maria, California 1.16519738287354047 +52278 cspg_html_1166788717 cspg_html_1166788717:35:4355:4370 Flume Western world -0.425481180136460357 +52279 cspg_html_7777724998 cspg_html_7777724998:791:76164:76182 Kootenay Canada -0.0115181647621516343 +52280 aapg_ai_158.html aapg_ai_158.html:186:19224:19243 Ramparts Anchorage, Alaska -0.487729676915167776 +52281 aapg_ad_810.html aapg_ad_810.html:166:17772:17794 Calico Bluff Anchorage, Alaska -0.500557112785802838 +52282 gsa_html_7966194501 gsa_html_7966194501:29:2796:2824 Green River New Mexico -0.00583700570111723212 +52283 cspg_html_1222040397 cspg_html_1222040397:352:47224:47234 Road River Victoria, British Columbia -0.455482628602140449 +52284 cspg_html_1336185084 cspg_html_1336185084:99:11070:11090 Clearwater Clearwater, Florida -0.512342371634373017 +52285 geology_html_4386567919 geology_html_4386567919:107:13635:13642 Paradox Forest City, Iowa -0.0570788289402861596 +52286 aapg_aa_732.html aapg_aa_732.html:35:6180:6191 West Nueces Mexico -0.078316802907732963 +52287 aapg_aa_37.html aapg_aa_37.html:222:27256:27271 Word Texas -0.458784199315796892 +52288 aapg_ai_969.html aapg_ai_969.html:203:22363:22377 Lea Park Lacombe, Alberta -0.436092963472802964 +52289 aapg_ah_181.html aapg_ah_181.html:93:10402:10422 Rico Logan, Utah -0.0391024746518720059 +52290 aapg_ai_758.html aapg_ai_758.html:47:6365:6372 St Marys Illinois -0.00581963313965654701 +52291 gsa_html_2877730818 gsa_html_2877730818:714:61793:61816 Kingston Peak Death Valley -0.0221155785118801462 +52292 gsa_html_8517233795 gsa_html_8517233795:786:71520:71548 Green River Iran -0.0343166851191607572 +52293 gsa_html_9052101586 gsa_html_9052101586:451:53221:53250 Lake Michigan Wadena County, Minnesota -0.443701699352459789 +52294 cspg_html_9825544190 cspg_html_9825544190:43:5013:5026 Wabamun Calgary -0.475554574599736102 +52295 AMJC_html_6341723617 AMJC_html_6341723617:597:54459:54480 Green River San Antonio -0.0364378209195077504 +52296 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6590:6618 Split Rock Logan, Utah -0.41400352166597143 +52297 gsa_html_3347482194 gsa_html_3347482194:30:2802:2830 Green River Colorado 0.00312693377810401713 +52298 gsa_html_5293445820 gsa_html_5293445820:813:83343:83360 Nasina Salcha River -0.0450401829043313162 +52299 aapg_ah_221.html aapg_ah_221.html:94:9279:9288 Red River Mesa, Arizona 0.0204781724420035026 +52300 aapg_af_471.html aapg_af_471.html:112:14487:14495 Parkwood Hartselle, Alabama -0.451270191944311616 +52301 geology_html_9924482358 geology_html_9924482358:215:21563:21584 Green River Cheyenne, Wyoming -0.479960973619786069 +52302 aapg_ak_87.html aapg_ak_87.html:135:21597:21601 Earp Colina, Chile -0.0628127033078282743 +52303 aapg_ae_797.html aapg_ae_797.html:122:14005:14020 Molas Hermosa, Chicago 0.00190221287180775155 +52304 cspg_html_3367984758 cspg_html_3367984758:200:25892:25900 Columbia Victoria, British Columbia -0.0326639109248070408 +52305 palaios_html_8391206976 palaios_html_8391206976:696:66745:66778 Drakes Kentucky -0.445984933244691462 +52306 aapg_ah_871.html aapg_ah_871.html:482:53301:53306 Chazy Brainerd, Minnesota -0.0659184011035327533 +52307 aapg_ah_100.html aapg_ah_100.html:100:9185:9204 Caseyville Caseyville, Illinois -0.466714081975797668 +52308 aapg_ad_719.html aapg_ad_719.html:104:12691:12711 Whitehorse San Angelo, Texas -0.441686785632637413 +52309 geology_html_6728593303 geology_html_6728593303:15:704:714 Washington Washington (state) -0.428868342306482297 +52310 cspg_html_8089302449 cspg_html_8089302449:218:37341:37349 Columbia Victoria, British Columbia 0.0057067116030324206 +52311 aapg_ac_257.html aapg_ac_257.html:50:9752:9785 Sallisaw Frisco, Texas -0.461171691164054931 +52312 aapg_ah_165.html aapg_ah_165.html:248:33109:33124 Nisku Lacombe, Alberta -0.444371337951674328 +52313 cspg_html_8021635994 cspg_html_8021635994:335:37515:37549 Waterways Lacombe, Alberta -0.436872309743032927 +52314 gsa_html_7298317037 gsa_html_7298317037:550:50937:50959 Monterey California 0.0171168923697872649 +52315 cspg_html_6163998187 cspg_html_6163998187:160:21861:21872 Peace River Lacombe, Alberta -0.454414135268558672 +52316 gsa_html_1217771406 gsa_html_1217771406:862:82254:82267 Santa Barbara California 0.0414422659303552293 +52317 aapg_ad_59.html aapg_ad_59.html:81:14831:14840 Greenhorn Western world -0.401618175922411225 +52318 aapg_af_95.html aapg_af_95.html:445:33160:33177 Edwards Texas -0.022546683475949493 +52319 gsa_html_1489580785 gsa_html_1489580785:769:64864:64892 Green River Colorado -0.0350022236580636789 +52320 aapg_aa_582.html aapg_aa_582.html:75:7407:7413 Sierra Oaxaca, Oaxaca -0.0519827474069236295 +52321 aapg_ae_419.html aapg_ae_419.html:4002:247907:247913 Sierra Texas -0.469506369220983932 +52322 aapg_ae_871.html aapg_ae_871.html:346:55297:55313 Seabee Regina, Saskatchewan 0.00700097865383239332 +52323 aapg_ae_794.html aapg_ae_794.html:61:9794:9809 Eutaw Tuscaloosa, Alabama 0.00543048895720864636 +52324 AMJC_html_4912571726 AMJC_html_4912571726:955:83676:83682 Provo Pyrenees -0.0161993249316557293 +52325 aapg_ac_414.html aapg_ac_414.html:41:4848:4864 Kaibab Reno, Nevada -0.057502802354199925 +52326 cspg_html_8163506304 cspg_html_8163506304:10:1021:1030 Crowsnest Snake River Canyon (Idaho) -0.432267625462602723 +52327 palaios_html_9370776107 palaios_html_9370776107:429:34380:34393 Wabana Toronto -0.0371287181535530572 +52328 geology_html_1204331608 geology_html_1204331608:168:14709:14725 Naknek Novarupta -0.456344217050148659 +52329 aapg_ad_696.html aapg_ad_696.html:322:29813:29819 Reklaw Carrizo Plain -0.384301744908590315 +52330 aapg_ah_652.html aapg_ah_652.html:61:7581:7600 Mesaverde Beaumont, Texas -0.45230795361337589 +52331 gsa_html_1734656819 gsa_html_1734656819:924:79766:79783 Palm Spring Rocky Mountains -0.476519241639526414 +52332 gsa_html_9487992082 gsa_html_9487992082:11:420:426 Oregon Salem, Oregon -0.492215666694549525 +52333 gsa_html_2300589710 gsa_html_2300589710:109:12107:12113 Jordan Israel -0.474203062673125064 +52334 aapg_af_11.html aapg_af_11.html:528:53149:53154 Ouray Colorado -0.0539652755372888801 +52335 aapg_ac_730.html aapg_ac_730.html:316:44680:44686 Dakota Mancos, Colorado 0.0523593331925593583 +52336 cspg_html_3699720399 cspg_html_3699720399:346:36201:36209 Columbia Victoria, British Columbia -0.472491841137828439 +52337 aapg_ai_726.html aapg_ai_726.html:989:103904:103910 Walker Caribbean -0.070116750539820874 +52338 palaios_html_7860397774 palaios_html_7860397774:959:70585:70602 La Luna Venezuela -0.0416442398946082412 +52339 cspg_html_8840748783 cspg_html_8840748783:64:11511:11529 Dunvegan Victoria, British Columbia -0.00786789401885567251 +52340 aapg_af_469.html aapg_af_469.html:422:49133:49141 Humboldt Hatton, London -0.0672936154663871522 +52341 sedimentology_html_7399126879 sedimentology_html_7399126879:2051:99176:99179 Arc Sicily -0.47564012534835387 +52342 aapg_ai_975.html aapg_ai_975.html:337:30519:30536 Hosston County Sligo -0.466219818123899288 +52343 gsa_html_6837513060 gsa_html_6837513060:760:60410:60420 Washington Denmark -0.480765396922298249 +52344 jgeology_html_9091100556 jgeology_html_9091100556:913:51082:51095 South Channel Regina, Saskatchewan -0.472604743150075168 +52345 aapg_ae_171.html aapg_ae_171.html:591:62799:62818 Newcastle Cheyenne, Wyoming -0.441392939290133568 +52346 gsa_html_8427644447 gsa_html_8427644447:18:1004:1010 Denver Colorado -0.535233577629702584 +52347 palaios_html_5411840767 palaios_html_5411840767:775:72557:72563 Oregon Yaquina Bay -0.0258394556349876708 +52348 aapg_ah_259.html aapg_ah_259.html:315:29990:29996 Jordan Melbourne, Florida -0.0170265242171895904 +52349 cspg_html_6131861361 cspg_html_6131861361:126:17744:17752 Columbia Victoria, British Columbia -0.455252106655251121 +52350 aapg_ac_613.html aapg_ac_613.html:104:14412:14421 Mesaverde Mancos, Colorado -0.00138974352800571069 +52351 palaios_html_3105248303 palaios_html_3105248303:470:46258:46272 Point Pleasant Fulton, Missouri -0.0227413796680306819 +52352 aapg_ai_860.html aapg_ai_860.html:407:48646:48659 Decorah Maquoketa, Iowa -0.0189139078212818938 +52353 aapg_aa_147.html aapg_aa_147.html:871:88848:88866 Mayville Michigan -0.471340610693628537 +52354 gsa_html_5089176247 gsa_html_5089176247:879:81315:81319 Helm New Mexico -0.459458231015011043 +52355 gsa_html_4461768215 gsa_html_4461768215:619:60880:60890 Washington Seattle -0.0350961840937315667 +52356 cspg_html_3926542795 cspg_html_3926542795:1205:129583:129601 Graminia Swan Hill, Victoria -0.453495743339231705 +52357 jgeology_html_2518323234 jgeology_html_2518323234:1048:78424:78456 Chelmsford Canada 0.590502364301063842 +52358 aapg_ai_159.html aapg_ai_159.html:94:10498:10516 Caimito Culebra, Puerto Rico -0.0364256392683856012 +52359 AMJC_html_2228158963 AMJC_html_2228158963:780:84851:84870 Penobscot Youngtown, Tasmania -0.468317764612058318 +52360 aapg_ad_169.html aapg_ad_169.html:215:24762:24782 Greenbrier Huntington, West Virginia -0.529889738316304926 +52361 aapg_ae_182.html aapg_ae_182.html:189:22306:22311 Tokio Bellevue, Nebraska -0.420878980795922841 +52362 sedimentology_html_4388131685 sedimentology_html_4388131685:1406:94625:94647 Dunvegan Victoria, British Columbia -0.0230090906667148494 +52363 aapg_aa_644.html aapg_aa_644.html:624:53904:53911 Bridger Cheyenne, Wyoming 0.077267864138491904 +52364 aapg_ae_660.html aapg_ae_660.html:614:54417:54437 Smackover Shreveport, Louisiana -0.439942880245828727 +52365 cspg_html_9768299963 cspg_html_9768299963:19:2413:2429 Horseshoe Canyon Lacombe, Alberta -0.47482657712880405 +52366 aapg_ah_416.html aapg_ah_416.html:113:10157:10165 Kootenai Milk River, Alberta -0.362921754207393699 +52367 cspg_html_7881580279 cspg_html_7881580279:183:23974:23990 Yeoman Regina, Saskatchewan -0.470262127852539125 +52368 aapg_ah_271.html aapg_ah_271.html:79:9822:9841 Cotton Valley Upshur County, West Virginia -0.426895966757440959 +52369 gsa_html_2422494332 gsa_html_2422494332:758:72494:72500 Coburn Weaverville, California -0.0434656937810903587 +52370 palaios_html_3491046542 palaios_html_3491046542:934:80180:80198 Sunblood Canada 0.00661356417510838065 +52371 aapg_ai_1.html aapg_ai_1.html:304:27030:27037 Paradox Hermosa, Chicago -0.455188836413653375 +52372 AMJC_html_5969956211 AMJC_html_5969956211:964:135510:135527 Roberts Mountains Reno, Nevada -0.0454024962167355328 +52373 jgeology_html_4115179562 jgeology_html_4115179562:328:24808:24826 Mount Rogers Unicoi, Tennessee -0.457963336268268129 +52374 cspg_html_9354781888 cspg_html_9354781888:975:68144:68149 Yukon Canada -0.42192934575662161 +52375 aapg_aa_399.html aapg_aa_399.html:223:16954:16971 Wapiabi Niobrara, Nebraska -0.0225432067788778057 +52376 aapg_aa_399.html aapg_aa_399.html:355:29356:29364 Paskapoo Edmonton, London -0.446186272521599148 +52377 sedimentology_html_2898428289 sedimentology_html_2898428289:1332:67808:67830 Winnipegosis Regina, Saskatchewan 1.010503453972178 +52378 gsa_html_1536819908 gsa_html_1536819908:64:5545:5555 Winnemucca Reno, Nevada -0.312619023590949396 +52379 aapg_ae_3.html aapg_ae_3.html:156:21692:21699 Madison Cheyenne, Wyoming -0.0895635994451674383 +52380 geology_html_4825073774 geology_html_4825073774:342:27602:27610 Colorado Creede, Colorado -0.477158315306099867 +52381 cspg_html_4656151786 cspg_html_4656151786:49:3624:3633 Allen Bay Wales Island (British Columbia) -0.0648928845243055274 +52382 aapg_aa_232.html aapg_aa_232.html:30:4187:4207 Purgatoire New Mexico 0.0308478712495681325 +52383 aapg_ah_505.html aapg_ah_505.html:1557:126216:126228 Beaver Creek Niobrara, Nebraska -0.0690240339091396371 +52384 aapg_ac_533.html aapg_ac_533.html:404:49682:49695 Edwards Texas -0.512168508162658687 +52385 aapg_ai_157.html aapg_ai_157.html:316:30324:30330 Guelph Guelph 0.985138745202932542 +52386 aapg_ae_73.html aapg_ae_73.html:776:103418:103426 Colorado Colorado -0.452887004013691252 +52387 cspg_html_4403434336 cspg_html_4403434336:175:19022:19048 Aleqatsiaq Fjord Washington (state) -0.467980749597819323 +52388 gsa_html_2717448156 gsa_html_2717448156:14:611:617 Denver Colorado -0.428824418473081392 +52389 gsa_html_3402632563 gsa_html_3402632563:11:481:491 Washington Washington (state) -0.04261586758794602 +52390 aapg_ah_321.html aapg_ah_321.html:45:4824:4839 Maccrady Saltville, Virginia -0.402209970184436716 +52391 aapg_ai_584.html aapg_ai_584.html:1243:126552:126576 Casper Cheyenne, Wyoming 0.764154910713759628 +52392 geology_html_4355936380 geology_html_4355936380:125:11359:11367 Columbia Fulton, Missouri -0.44951252529713398 +52393 aapg_af_129.html aapg_af_129.html:148:15450:15458 Colorado Eagle River, Alaska -0.00229308019174294993 +52394 aapg_aa_731.html aapg_aa_731.html:262:34928:34949 Rockdale Texas -0.0314218768886919339 +52395 aapg_af_665.html aapg_af_665.html:4:534:538 Frio Oakville, California -0.0918378659466336789 +52396 geology_html_2345007570 geology_html_2345007570:188:18418:18439 Waits River Bennington, Vermont -0.450586501765938174 +52397 geology_html_7635087020 geology_html_7635087020:237:21768:21774 Oxford Pergamon Museum -0.486998362492811809 +52398 cspg_html_7938374662 cspg_html_7938374662:127:13775:13789 Moosebar Pine River (Michigan) -0.447133159014188541 +52399 cspg_html_5241714595 cspg_html_5241714595:437:67223:67238 Nisku Lacombe, Alberta -0.468611324772205295 +52400 aapg_ae_324.html aapg_ae_324.html:275:27795:27803 Virginia Virginia -0.0941836944233983148 +52401 aapg_ae_544.html aapg_ae_544.html:75:10557:10588 Fort Union Williston, Vermont 0.0120359389768452604 +52402 aapg_ae_305.html aapg_ae_305.html:1507:143716:143733 Mirador Maracaibo -0.491106071608619299 +52403 aapg_af_317.html aapg_af_317.html:27:4145:4153 Colorado Texas -0.0742623743803646208 +52404 aapg_ac_635.html aapg_ac_635.html:27:4123:4129 Oregon California -0.426510306242507076 +52405 gsa_html_8774590177 gsa_html_8774590177:199:23386:23394 Pinnacle Shoreham Nuclear Power Plant -0.473718414704639712 +52406 aapg_ae_135.html aapg_ae_135.html:63:5858:5865 Rodessa Hopkins County, Kentucky -0.442542141875480355 +52407 aapg_ah_399.html aapg_ah_399.html:33:5396:5408 Saskatchewan Moose Jaw -0.0721174353750565766 +52408 aapg_ai_523.html aapg_ai_523.html:3:376:391 Weber Carbondale, Pennsylvania -0.0505498065309665512 +52409 aapg_ah_644.html aapg_ah_644.html:347:41503:41508 Swift Regina, Saskatchewan -0.419862392479243229 +52410 aapg_ah_532.html aapg_ah_532.html:31:2945:2950 Ouray Arizona -0.469382385724573914 +52411 geology_html_3067159650 geology_html_3067159650:13:730:740 Washington Washington (state) -0.43485884955268328 +52412 aapg_ah_202.html aapg_ah_202.html:579:78204:78212 Columbia Texas 0.0195013611610286609 +52413 aapg_ah_52.html aapg_ah_52.html:173:24467:24491 Schrader Bluff Anchorage, Alaska -0.50029763809586858 +52414 aapg_ae_454.html aapg_ae_454.html:552:50112:50120 Dorcheat Arkansas -0.467925738958578585 +52415 aapg_ai_17.html aapg_ai_17.html:166:10979:10995 Midway Texas -0.441486425747427802 +52416 aapg_aa_271.html aapg_aa_271.html:504:47826:47831 Weeks Trinidad and Tobago -0.510489724340694284 +52417 cspg_html_9735723617 cspg_html_9735723617:44:6877:6886 Mackenzie Banks Island -0.439445222385884349 +52418 AMJC_html_6341723617 AMJC_html_6341723617:486:44063:44084 Sheep Pass Elko, Nevada -0.0638343634314954694 +52419 gsa_html_8502611935 gsa_html_8502611935:562:43407:43435 Green River Colorado 0.0469494744747351103 +52420 cspg_html_9072696952 cspg_html_9072696952:168:16209:16246 Garbutt Victoria, British Columbia -0.0206224389359462197 +52421 cspg_html_1498300615 cspg_html_1498300615:103:13263:13285 Cairn Lacombe, Alberta 1.18533812413182438 +52422 aapg_af_2.html aapg_af_2.html:261:29069:29074 Ouray Ouray, Colorado -0.0519827474069236295 +52423 aapg_ae_391.html aapg_ae_391.html:491:46235:46253 Rustler Culberson County Airport -0.479586916180102352 +52424 cspg_html_3854139935 cspg_html_3854139935:124:21073:21085 Judith River Lacombe, Alberta -0.00704441094107981659 +52425 jgeology_html_3739517257 jgeology_html_3739517257:208:13208:13225 White River New Mexico -0.461128473443845555 +52426 aapg_ai_157.html aapg_ai_157.html:462:42992:43009 Norfolk Salina, Kansas -0.455387700672750584 +52427 gsa_html_4415707577 gsa_html_4415707577:857:79835:79844 Extension England -0.471405039658470026 +52428 gsa_html_4071231613 gsa_html_4071231613:591:66091:66115 Hunsaker Creek Wallowa, Oregon -0.0265036602918163264 +52429 aapg_ah_535.html aapg_ah_535.html:148:26043:26062 Tuscarora Martinsburg, Nebraska 0.0287016726144722033 +52430 cspg_html_4516258038 cspg_html_4516258038:249:25451:25464 Parry Islands Bathurst Island (Northern Territory) -0.472639307901536299 +52431 aapg_ah_519.html aapg_ah_519.html:91:10558:10564 Dakota Mancos, Colorado 0.0491519953028148951 +52432 gsa_html_7840671974 gsa_html_7840671974:112:14889:14897 Prospect Cheyenne, Wyoming -0.00292541869155533898 +52433 gsa_html_3225734041 gsa_html_3225734041:760:65881:65902 Wissahickon Wilmington, North Carolina -0.485308421911267773 +52434 aapg_ai_898.html aapg_ai_898.html:277:31426:31432 Denver Bloomington, Indiana -0.0457038553664062958 +52435 cspg_html_5497811468 cspg_html_5497811468:186:23548:23569 Mount Clark Western world -0.0315540759951786695 +52436 cspg_html_4659384530 cspg_html_4659384530:23:3045:3071 Slave Point Great Slave Lake -0.653382392315316585 +52437 aapg_ai_48.html aapg_ai_48.html:18:2573:2583 Phosphoria Texas -0.43919205226689878 +52438 aapg_ai_367.html aapg_ai_367.html:363:24658:24666 Vaqueros California -0.443732938342886629 +52439 sedimentology_html_6231777453 sedimentology_html_6231777453:149:12697:12709 Saskatchewan Saskatchewan River -0.434518537443352337 +52440 jgeology_html_6784862387 jgeology_html_6784862387:1087:57917:57926 Mackenzie Back River (Virginia) -0.456391730122837791 +52441 gsa_html_9569209726 gsa_html_9569209726:840:79843:79853 Washington Seattle -0.00743530313754165329 +52442 cspg_html_2838996125 cspg_html_2838996125:69:12944:12964 Beavertail Fort Good Hope Airport -0.492210951964540455 +52443 aapg_aa_12.html aapg_aa_12.html:162:18665:18673 Woodford Chattanooga, Tennessee -0.439391917689554934 +52444 aapg_ai_399.html aapg_ai_399.html:66:7317:7328 Ripley Illinois -0.467925738958578585 +52445 aapg_aa_134.html aapg_aa_134.html:310:34710:34721 Heath Montana -0.433546895631176765 +52446 sedimentology_html_7874076821 sedimentology_html_7874076821:161:15383:15391 Columbia Victoria, British Columbia -0.467889067103673728 +52447 gsa_html_2994204451 gsa_html_2994204451:805:77685:77691 Auburn Alabama -0.457068497754203162 +52448 sedimentology_html_3738352363 sedimentology_html_3738352363:70:6577:6589 Pozo Cazorla -0.030239106807757675 +52449 aapg_ai_296.html aapg_ai_296.html:586:58968:58975 Everton Sauk Village, Illinois -0.0193049620802523206 +52450 cspg_html_3026112034 cspg_html_3026112034:864:81101:81129 Wabamun Lacombe, Alberta -0.00357165794977500582 +52451 aapg_af_130.html aapg_af_130.html:146:26489:26526 Tererro Sangre de Cristo Range -0.0031964218159343861 +52452 cspg_html_9354781888 cspg_html_9354781888:800:59951:59960 Athabasca Lacombe, Alberta -0.488743302412917968 +52453 aapg_aa_730.html aapg_aa_730.html:232:20989:20993 Frio Texas -0.441397390812390766 +52454 palaios_html_9009659906 palaios_html_9009659906:329:38489:38507 Willwood Cheyenne, Wyoming -0.428967178358428958 +52455 sedimentology_html_4066314755 sedimentology_html_4066314755:608:35624:35634 Protection Zagreb -0.43911211811260753 +52456 aapg_ae_715.html aapg_ae_715.html:3:359:373 Frio Texas -0.513328295414127167 +52457 gsa_html_9891566604 gsa_html_9891566604:114:12813:12835 Ottauquechee Fayston, Vermont -0.478836965338604204 +52458 aapg_ac_867.html aapg_ac_867.html:513:70425:70443 Frontier Cheyenne, Wyoming -0.440254051746647612 +52459 aapg_af_854.html aapg_af_854.html:1163:164745:164761 Menard Illinois -0.482092240402263728 +52460 aapg_ae_4.html aapg_ae_4.html:212:23762:23768 Humbug Logan, Utah 0.434165096955452467 +52461 AMJC_html_5969956211 AMJC_html_5969956211:518:73895:73924 Morrison Reno, Nevada -0.0217296792824245993 +52462 geology_html_1456398424 geology_html_1456398424:268:22727:22744 Cardium Lacombe, Alberta -0.428791476930725279 +52463 cspg_html_4132771434 cspg_html_4132771434:6:419:427 Columbia Lacombe, Alberta -0.0306269732531419848 +52464 cspg_html_8316122266 cspg_html_8316122266:296:29199:29207 Hulcross Boulder Creek (Colorado) -0.0773063854410030171 +52465 aapg_ac_252.html aapg_ac_252.html:137:15115:15131 Kaibab San Rafael Swell -0.43773654922535371 +52466 gsa_html_9866042258 gsa_html_9866042258:1655:125914:125924 Bear Bluff Mount Mazama -0.465705253187009671 +52467 cspg_html_5538678223 cspg_html_5538678223:627:59980:59987 Halfway Victoria, British Columbia -0.496308532687975368 +52468 aapg_aa_635.html aapg_aa_635.html:19:2277:2282 Cadiz Spain -0.4597965726108596 +52469 aapg_ak_104.html aapg_ak_104.html:470:47034:47044 Wind River Cheyenne, Wyoming -0.520487704690452802 +52470 cspg_html_3385840278 cspg_html_3385840278:17:2583:2604 Beaverhill Lacombe, Alberta -0.480602591853576067 +52471 cspg_html_4405340534 cspg_html_4405340534:431:64237:64247 West Point New Brunswick, New Jersey -0.422036189718657861 +52472 aapg_ah_148.html aapg_ah_148.html:281:33587:33605 Woodbend Lacombe, Alberta -0.43919205226689878 +52473 aapg_ad_784.html aapg_ad_784.html:483:52151:52156 Sespe Santa Clara County, California -0.444856013246054061 +52474 sedimentology_html_6432222975 sedimentology_html_6432222975:1453:66966:66972 Oxford Pergamon Museum -0.469051848391689397 +52475 cspg_html_1312400675 cspg_html_1312400675:216:25711:25729 Paskapoo Edmonton, London -0.00415188686851174563 +52476 cspg_html_6306091047 cspg_html_6306091047:17:2878:2886 Columbia Victoria, British Columbia -0.43911211811260753 +52477 gsa_html_8820488310 gsa_html_8820488310:1173:100640:100668 Green River Colorado -0.0208414480796128843 +52478 cspg_html_4319383223 cspg_html_4319383223:388:47045:47053 Columbia Victoria, British Columbia -0.0284721166530200707 +52479 aapg_ae_0.html aapg_ae_0.html:358:39639:39661 Nation River Anchorage, Alaska -0.437953842888147871 +52480 cspg_html_5117208919 cspg_html_5117208919:123:10741:10758 Muskeg Victoria, British Columbia -0.457501080653503367 +52481 gsa_html_1119256423 gsa_html_1119256423:466:40834:40842 Colorado Nebraska -0.4847520804564589 +52482 AMJC_html_2890539371 AMJC_html_2890539371:455:46612:46620 Paradise Boise, Idaho -0.10376607260594703 +52483 aapg_aa_721.html aapg_aa_721.html:609:68644:68666 Marble Falls Texas -0.481766159765426027 +52484 aapg_af_634.html aapg_af_634.html:68:10433:10450 Midway Africa -0.0186688510697679971 +52485 aapg_ad_467.html aapg_ad_467.html:317:23673:23694 Black Creek Matawan, New Jersey -0.0173254356777415887 +52486 aapg_ad_37.html aapg_ad_37.html:48:4800:4804 Frio Shreveport, Louisiana -0.258133132598966197 +52487 AMJC_html_6341723617 AMJC_html_6341723617:740:64609:64620 Green River Gary, Indiana 0.00792175098374853399 +52488 aapg_af_614.html aapg_af_614.html:52:4049:4062 Cotton Valley Arkansas -0.43911211811260753 +52489 aapg_aa_20.html aapg_aa_20.html:22:3343:3353 Caseyville Illinois -0.420604592487333839 +52490 aapg_ae_919.html aapg_ae_919.html:5:792:800 Colorado Denver -0.427843250012949428 +52491 gsa_html_5587684798 gsa_html_5587684798:777:64259:64267 Montreal Quebec City -0.519495518957692082 +52492 aapg_af_808.html aapg_af_808.html:431:59410:59428 Scotland Venezuela -0.428172388339105647 +52493 aapg_ah_407.html aapg_ah_407.html:265:25785:25794 Etchegoin San Joaquin River -0.43519044103107285 +52494 aapg_ae_660.html aapg_ae_660.html:601:53620:53628 Norphlet Mississippi River -0.410570924607407073 +52495 aapg_ae_64.html aapg_ae_64.html:254:25494:25507 Willwood Fort Union Trading Post National Historic Site -0.00680987700292186304 +52496 gsa_html_2667366192 gsa_html_2667366192:576:53851:53855 Hall California -0.487729676915167776 +52497 aapg_ai_38.html aapg_ai_38.html:33:3505:3514 Fox Hills Colorado 0.685589056982702338 +52498 gsa_html_7120668170 gsa_html_7120668170:1109:94532:94538 Sonora San Francisco -0.534384284314339153 +52499 aapg_ah_894.html aapg_ah_894.html:111:18492:18507 Torok North Slope Borough, Alaska -0.430000081582776583 +52500 aapg_ae_876.html aapg_ae_876.html:315:33365:33373 Blanding Cedar Mountains -0.455184317280275863 +52501 geology_html_4078898597 geology_html_4078898597:254:17991:17995 Rico Long Valley, New Jersey -0.0346959879094753468 +52502 palaios_html_8391206976 palaios_html_8391206976:506:56331:56351 Grant Lake Ohio -0.42658041474227687 +52503 aapg_ac_246.html aapg_ac_246.html:728:70974:70980 Viking Williston, Vermont -0.414094356996746848 +52504 jgeology_html_3353186896 jgeology_html_3353186896:1254:102180:102189 Sugarloaf California -0.0659026763032643514 +52505 aapg_ai_914.html aapg_ai_914.html:111:18667:18675 Scranton Arkansas -0.0375812203233935049 +52506 geology_html_5412269979 geology_html_5412269979:17:628:634 Peedee Green River Formation -0.475963906981033746 +52507 aapg_ah_692.html aapg_ah_692.html:525:58339:58345 Walker Mexico -0.0355416373678999614 +52508 palaios_html_2736581987 palaios_html_2736581987:561:58245:58260 Hueco New Mexico -0.00530888185460337992 +52509 aapg_aa_106.html aapg_aa_106.html:707:76356:76378 Winnipegosis Regina, Saskatchewan -0.0507694363735156085 +52510 cspg_html_5735081610 cspg_html_5735081610:419:42439:42477 Winnipegosis Regina, Saskatchewan -0.455482628602140449 +52511 cspg_html_3664126562 cspg_html_3664126562:6:319:337 Cardium Lacombe, Alberta 0.0380546290334061663 +52512 aapg_ah_632.html aapg_ah_632.html:155:19398:19415 Martinsburg Pennsylvania -0.030833956297731533 +52513 cspg_html_4685751140 cspg_html_4685751140:323:36265:36284 Keg River Lacombe, Alberta -0.0189695239556965725 +52514 aapg_ae_161.html aapg_ae_161.html:121:14594:14601 Bearpaw Powder River (Montana) -0.463150573567572499 +52515 palaios_html_6025329652 palaios_html_6025329652:93:8829:8842 Nelson Middle East -0.457582637906406409 +52516 gsa_html_8236729701 gsa_html_8236729701:52:4741:4749 Carlsbad San Diego -0.474815026513922711 +52517 cspg_html_4031489103 cspg_html_4031489103:339:49492:49509 Gateway Fernie, British Columbia 0.847744592775970474 +52518 cspg_html_4729994113 cspg_html_4729994113:10:999:1007 Columbia Victoria, British Columbia 0.00387566967745058347 +52519 gsa_html_9052101586 gsa_html_9052101586:355:38829:38840 Peoria Illinois -0.460041893415422398 +52520 cspg_html_4165571187 cspg_html_4165571187:145:15428:15436 Columbia Lacombe, Alberta -0.462097962880594848 +52521 aapg_ad_984.html aapg_ad_984.html:134:12768:12795 Renault Knox County, Illinois -0.463271407180362194 +52522 palaios_html_3561205174 palaios_html_3561205174:12:578:586 Colorado Denver -0.0753631857176970121 +52523 aapg_ah_605.html aapg_ah_605.html:39:4061:4069 Virginia Charleston, South Carolina -0.0297260284355998494 +52524 cspg_html_2784057671 cspg_html_2784057671:89:11070:11090 Huntingdon Fraser Valley -0.46105569042928074 +52525 gsa_html_7411853369 gsa_html_7411853369:704:68734:68752 Uwharrie North Carolina -0.462348471732962063 +52526 jgeology_html_4115179562 jgeology_html_4115179562:317:24386:24401 Lynchburg Unicoi, Tennessee -0.487565545428885583 +52527 gsa_html_5813911420 gsa_html_5813911420:9:325:331 Sierra Chihuahua (state) -0.494609426466897539 +52528 aapg_ah_385.html aapg_ah_385.html:363:44971:44978 Panoche Putah Creek -0.49570469701623765 +52529 aapg_ad_564.html aapg_ad_564.html:8190:734767:734776 San Diego California -0.0263297817646035749 +52530 cspg_html_3962754176 cspg_html_3962754176:37:5274:5293 Cold Lake Lacombe, Alberta -0.47495364399168194 +52531 geology_html_1845997701 geology_html_1845997701:236:20272:20278 Oxford Oman -0.441553207562292771 +52532 cspg_html_2418341010 cspg_html_2418341010:22:2053:2105 Martin Manitoba -0.0472630871063566826 +52533 aapg_ae_305.html aapg_ae_305.html:1606:154764:154773 Carbonera Colombia -0.00508998959117516313 +52534 aapg_ad_810.html aapg_ad_810.html:77:8782:8787 Yukon Watson Lake (Arizona) -0.502986755822435128 +52535 aapg_ad_133.html aapg_ad_133.html:200:18443:18451 Wolfcamp Kent County, Maryland -0.0387351937128136078 +52536 cspg_html_1644457308 cspg_html_1644457308:53:7886:7890 Toad Pine River (Michigan) -0.104326459953910433 +52537 aapg_aa_626.html aapg_aa_626.html:277:31894:31913 Patapsco Maryland 0.765543064960147679 +52538 aapg_ac_835.html aapg_ac_835.html:540:71748:71775 Madison Lacombe, Alberta -0.0230751498951462693 +52539 cspg_html_3516764931 cspg_html_3516764931:443:64267:64272 Price Calgary -0.43347626990885002 +52540 aapg_ai_592.html aapg_ai_592.html:326:52833:52838 Uinta Uinta Mountains -0.112780016486367041 +52541 gsa_html_1217771406 gsa_html_1217771406:12:604:612 Colorado Denver -0.4597965726108596 +52542 aapg_ae_305.html aapg_ae_305.html:1201:108259:108265 Perija Maracaibo 0.445372238394882103 +52543 cspg_html_6193252551 cspg_html_6193252551:488:57960:57977 Beekmantown Montreal -0.0131340660726573313 +52544 aapg_ah_52.html aapg_ah_52.html:353:51326:51339 Navarro Texas -0.0589895439329387733 +52545 geology_html_3745441661 geology_html_3745441661:96:9145:9153 Red Rock Snake River Plain (ecoregion) -0.456844361180692826 +52546 gsa_html_8023326145 gsa_html_8023326145:29:2796:2824 Green River Colorado 0.0182239329046336093 +52547 cspg_html_3156423351 cspg_html_3156423351:6:459:469 Nikanassin Lacombe, Alberta -0.473663043482949409 +52548 gsa_html_3648258377 gsa_html_3648258377:897:84414:84421 Potomac Bass River Township, New Jersey -0.462193603410137988 +52549 geology_html_1519650213 geology_html_1519650213:132:12414:12430 Katahdin Granite Portland, Maine -0.476385003272562391 +52550 aapg_ai_523.html aapg_ai_523.html:7:1302:1318 Maroon Glenwood Springs, Colorado -0.471432653520514666 +52551 AMJC_html_2829615437 AMJC_html_2829615437:118:18092:18112 Waynesburg Washington (state) -0.480695619561815057 +52552 aapg_ai_29.html aapg_ai_29.html:69:7386:7393 Reynosa Oakville, California -0.44714211768966694 +52553 aapg_ac_805.html aapg_ac_805.html:391:49673:49682 Red River Texas -0.442762791672519862 +52554 gsa_html_5625878232 gsa_html_5625878232:333:45125:45135 Washington Baja California peninsula -0.0505811818267982855 +52555 aapg_ac_227.html aapg_ac_227.html:51:6431:6438 Wasatch Uinta Mountains -0.0246554374675200805 +52556 aapg_ai_49.html aapg_ai_49.html:213:25052:25058 Kaibab Cheyenne, Wyoming -0.4506269691264706 +52557 cspg_html_7444963992 cspg_html_7444963992:372:46172:46180 Beaufort Banks Island -0.497218657082449167 +52558 sedimentology_html_2898428289 sedimentology_html_2898428289:216:17805:17827 Winnipegosis Dolomites -0.00729110700735253591 +52559 aapg_aa_696.html aapg_aa_696.html:663:73565:73582 Hermosa Logan, Utah -0.463307888475886887 +52560 cspg_html_4105062490 cspg_html_4105062490:62:6696:6716 Dawson Bay Lacombe, Alberta -0.433387995206966137 +52561 sedimentology_html_8803606067 sedimentology_html_8803606067:188:13513:13519 Sibley Indonesia -0.028708628918134603 +52562 cspg_html_7278001817 cspg_html_7278001817:377:46748:46797 Montney Valhalla, New York -0.480611894173340604 +52563 cspg_html_2695921112 cspg_html_2695921112:80:8846:8881 Bonaventure New Brunswick, New Jersey -0.464450966712688929 +52564 cspg_html_1506720813 cspg_html_1506720813:404:47093:47102 Ellerslie San Fernando Valley -0.0285329833753451834 +52565 gsa_html_2853817533 gsa_html_2853817533:999:69601:69605 Bell London, Ontario -0.0372366206791455642 +52566 aapg_ae_64.html aapg_ae_64.html:118:12276:12296 Phosphoria Cheyenne, Wyoming -0.431395188299852905 +52567 gsa_html_8010927234 gsa_html_8010927234:264:19604:19629 Perry Rangeley, Maine -0.447168994241326834 +52568 cspg_html_5940878099 cspg_html_5940878099:5:195:230 Elm Point Manitoba -0.191740297926894621 +52569 aapg_ad_137.html aapg_ad_137.html:40:3801:3814 Cotton Valley Paluxy, Texas -0.0513133096682010376 +52570 aapg_ah_751.html aapg_ah_751.html:61:5159:5179 Boquillas Buda, Texas -0.457736710679965686 +52571 gsa_html_9310053579 gsa_html_9310053579:624:56149:56168 Chumstick Leavenworth, Washington -0.485369220602805185 +52572 aapg_ae_32.html aapg_ae_32.html:90:9100:9125 Blackjack Creek Tulsa, Oklahoma -0.504301095690400381 +52573 aapg_ai_665.html aapg_ai_665.html:43:6570:6580 Rio Grande Mississippi River -0.00743530313754165329 +52574 gsa_html_8938402362 gsa_html_8938402362:165:16880:16896 Poleta Nelson, New Zealand -0.435659290307845004 +52575 cspg_html_4666332434 cspg_html_4666332434:614:80119:80131 Saskatchewan Lacombe, Alberta -0.0280825762237737336 +52576 sedimentology_html_2383150620 sedimentology_html_2383150620:1043:60395:60399 Hall London, Ontario -0.509904404129938871 +52577 cspg_html_5973552270 cspg_html_5973552270:52:7086:7101 Elk Swan Hill, Victoria -0.466810220907495799 +52578 aapg_ac_302.html aapg_ac_302.html:312:37621:37636 Battleship Wash Hidden Valley, Indiana -0.0456028204416603147 +52579 aapg_ac_680.html aapg_ac_680.html:98:7899:7908 Smackover Hubbard, Bowie County, Texas -0.208943508653358478 +52580 aapg_ai_584.html aapg_ai_584.html:12:1319:1325 Casper Hartville, Missouri -0.474842748246669499 +52581 aapg_af_854.html aapg_af_854.html:658:92387:92404 Keokuk Burlington, Ontario -0.444838140504144441 +52582 aapg_aa_775.html aapg_aa_775.html:454:47398:47405 Perdido Mexico -0.0151097603849725953 +52583 aapg_ah_131.html aapg_ah_131.html:19:1950:1963 Cotton Valley Rodessa, Louisiana -0.425371763818281734 +52584 cspg_html_4326384800 cspg_html_4326384800:1491:220950:220966 Calmar Blue Ridge Mountains -0.444838140504144441 +52585 geology_html_6501151583 geology_html_6501151583:41:4724:4731 Moenave Kayenta, Arizona -0.0841927049659563637 +52586 AMJC_html_3664856625 AMJC_html_3664856625:68:9166:9196 Fort Union Powder River Basin 1.13144097165014434 +52587 aapg_ad_557.html aapg_ad_557.html:11597:682524:682544 San Andres New Mexico -0.417578421309473924 +52588 sedimentology_html_2041096405 sedimentology_html_2041096405:596:47776:47792 Guelph Michigan Basin -0.180971744263058926 +52589 gsa_html_6753732431 gsa_html_6753732431:646:60401:60424 Sespe California -0.451956647802202349 +52590 aapg_ai_583.html aapg_ai_583.html:27:4500:4508 Sundance Black Hills -0.462877048614286357 +52591 cspg_html_4176605708 cspg_html_4176605708:716:68632:68644 Saskatchewan Colorado -0.459819284677136619 +52592 aapg_ad_954.html aapg_ad_954.html:201:20641:20663 Honey Creek Missouri River -0.494968839994781917 +52593 cspg_html_2758185645 cspg_html_2758185645:537:50609:50617 Montreal Montreal -0.456371367070690814 +52594 cspg_html_2758185645 cspg_html_2758185645:444:44516:44531 Banff Lacombe, Alberta -0.447404197686881167 +52595 gsa_html_1491636326 gsa_html_1491636326:1065:90814:90834 Toro Chile -0.457487488497030304 +52596 jgeology_html_5194202686 jgeology_html_5194202686:641:36294:36300 Thrifty London, Ontario -0.424269545188154129 +52597 aapg_ac_313.html aapg_ac_313.html:389:44800:44811 Peten Guatemala -0.501531457608635822 +52598 jgeology_html_3517640817 jgeology_html_3517640817:831:51067:51076 Peninsula Korea -0.0559152219546391674 +52599 aapg_ae_272.html aapg_ae_272.html:633:60831:60849 Michigan Michigan -0.0420064113899637007 +52600 aapg_af_854.html aapg_af_854.html:491:64932:64954 Edwardsville Monroe, Michigan -0.0522442632342049532 +52601 sedimentology_html_2139169476 sedimentology_html_2139169476:110:10330:10339 Peninsula Sikhote-Alin -0.0616410638413136674 +52602 geology_html_3195636693 geology_html_3195636693:12:612:617 Queen Ontario, California -0.0031964218159343861 +52603 cspg_html_8267847427 cspg_html_8267847427:450:54954:54974 Milk River Lacombe, Alberta -0.0150020229891999878 +52604 cspg_html_7769839889 cspg_html_7769839889:399:43985:43993 Frontier Canada -0.00365504393340889116 +52605 cspg_html_7839431712 cspg_html_7839431712:23:3191:3213 Judith River Lacombe, Alberta -0.464706706380762058 +52606 aapg_af_575.html aapg_af_575.html:847:120447:120453 Pawnee Tulsa, Oklahoma 0.0172976297884785309 +52607 cspg_html_1645105717 cspg_html_1645105717:33:4896:4919 Logan Mississauga -0.0116467387889204136 +52608 aapg_aa_233.html aapg_aa_233.html:622:61981:61998 La Pena Mexico -0.48777188725893289 +52609 cspg_html_2378968525 cspg_html_2378968525:6:306:311 Nisku Drumheller 0.0203582409157107361 +52610 aapg_aa_830.html aapg_aa_830.html:92:10654:10664 Washington Kentucky 0.858880742617116333 +52611 aapg_ae_324.html aapg_ae_324.html:1130:113515:113523 Moccasin Virginia 0.0510762317773657826 +52612 aapg_ac_984.html aapg_ac_984.html:255:22902:22912 Eau Claire Wisconsin -0.239205324266312747 +52613 cspg_html_6611173979 cspg_html_6611173979:261:25033:25048 Big Valley Austin, Chicago -0.476172115937115059 +52614 cspg_html_4269101824 cspg_html_4269101824:5:194:235 Albert New Brunswick, New Jersey -0.492225096233327442 +52615 aapg_ah_329.html aapg_ah_329.html:284:28132:28139 Sisquoc Monterey, California -0.453180049702502807 +52616 aapg_ac_276.html aapg_ac_276.html:79:7660:7682 Dutch Creek Wayne County, Michigan -0.394598706257241694 +52617 geology_html_3746649235 geology_html_3746649235:288:22587:22591 Hall RAF Troodos -0.0343184250102417446 +52618 aapg_ah_76.html aapg_ah_76.html:18:2429:2453 Bedford California -0.455595651058867956 +52619 aapg_ad_557.html aapg_ad_557.html:1565:147973:147992 Swan Hills Lacombe, Alberta 0.306636038184464665 +52620 aapg_af_310.html aapg_af_310.html:71:8989:9001 Saskatchewan Manitoba 0.00662225056898444603 +52621 aapg_ac_843.html aapg_ac_843.html:65:7752:7759 Pioneer Sumatra -0.461128473443845555 +52622 cspg_html_2053592979 cspg_html_2053592979:18:2167:2175 Columbia Victoria, British Columbia -0.449467616590735308 +52623 aapg_ah_134.html aapg_ah_134.html:128:10401:10407 Paluxy Tuscaloosa, Alabama -0.0161298137457332978 +52624 geology_html_1499318691 geology_html_1499318691:114:8467:8487 Copenhagen Reno, Nevada -0.00409977035478876605 +52625 cspg_html_4683430733 cspg_html_4683430733:10:812:829 Cardium Lacombe, Alberta -0.440467486742992853 +52626 aapg_af_471.html aapg_af_471.html:105:13687:13703 Pennington Hartselle, Alabama -0.419679650566534779 +52627 sedimentology_html_2208426700 sedimentology_html_2208426700:1221:66745:66774 Salem Bloomington, Indiana -0.477158315306099867 +52628 aapg_aa_302.html aapg_aa_302.html:600:68549:68553 Elko Reno, Nevada -0.00603852775893074737 +52629 cspg_html_4773367370 cspg_html_4773367370:301:23827:23841 Colorado Canada -0.089972700631958516 +52630 aapg_ah_415.html aapg_ah_415.html:31:3987:3997 Bow Island Colorado -0.493836733160428976 +52631 aapg_ah_646.html aapg_ah_646.html:358:42548:42565 Wingate New Mexico -0.0355642585385362378 +52632 palaios_html_7196438349 palaios_html_7196438349:615:61357:61365 Victoria Victoria, British Columbia -0.0539774827937968063 +52633 aapg_aa_416.html aapg_aa_416.html:168:21844:21852 Niobrara Mancos, Colorado -0.0135510871709197296 +52634 gsa_html_3484366946 gsa_html_3484366946:1256:114801:114820 Pocatello Boise, Idaho -0.464450966712688929 +52635 gsa_html_4179834030 gsa_html_4179834030:11:471:477 Forest Colorado -0.0533985334168908185 +52636 cspg_html_7457399958 cspg_html_7457399958:245:31766:31786 Weatherall Melville Island (Canada) 0.0458919926589877181 +52637 gsa_html_9613801428 gsa_html_9613801428:171:19021:19049 Talkeetna Matanuska River -0.488198798133244793 +52638 cspg_html_8568877195 cspg_html_8568877195:58:9915:9922 Pakowki Bearpaw Formation -0.0131827182184571217 +52639 aapg_ad_152.html aapg_ad_152.html:1793:232892:232898 Toroweap Spring Mountains National Recreation Area 0.240769448269032765 +52640 aapg_aa_381.html aapg_aa_381.html:34:4769:4791 Monterey Monterey, California -0.398004460022823248 +52641 geology_html_8586030341 geology_html_8586030341:11:481:488 Halifax Bridgetown, Nova Scotia -0.480728181628129914 +52642 aapg_ae_315.html aapg_ae_315.html:49:4413:4426 Spechts Ferry Darlington, Wisconsin -0.0062678467546358578 +52643 gsa_html_1040858746 gsa_html_1040858746:687:61839:61859 Pit Hawaii (island) -0.431133173871068531 +52644 geology_html_2759081324 geology_html_2759081324:12:567:573 Reston Virginia -0.505572008253837413 +52645 cspg_html_9354781888 cspg_html_9354781888:205:27203:27223 Baldonnel Victoria, British Columbia -0.45417711448712661 +52646 aapg_ae_921.html aapg_ae_921.html:231:18433:18452 Minnelusa Black Hills -0.458822766590828601 +52647 aapg_ai_763.html aapg_ai_763.html:67:8729:8752 Cotton Valley Cotton Valley, Louisiana 0.00786094473747839077 +52648 aapg_ah_318.html aapg_ah_318.html:1099:113177:113200 Cotton Valley Texas -0.474069180634086484 +52649 geology_html_1891301262 geology_html_1891301262:247:22649:22659 Santa Rita New Mexico -0.04375827605503467 +52650 aapg_ai_862.html aapg_ai_862.html:3:392:409 Ivishak North Slope Borough, Alaska -0.445984933244691462 +52651 aapg_ac_246.html aapg_ac_246.html:728:70953:70962 Newcastle Williston, Vermont -0.0395916240677814321 +52652 aapg_ad_691.html aapg_ad_691.html:46:5369:5389 Georgetown Fort Worth, Texas -0.466727815469158758 +52653 cspg_html_8121202912 cspg_html_8121202912:262:32430:32446 Skoki Bow River -0.472678482936493838 +52654 aapg_ai_996.html aapg_ai_996.html:1284:55234:55246 Castle Hayne Neuse River -0.444838140504144441 +52655 aapg_ad_606.html aapg_ad_606.html:63:6574:6580 Denver Colorado -0.053933885546877558 +52656 jgeology_html_6990146451 jgeology_html_6990146451:806:58689:58698 Foreknobs Acadia -0.0621840757917585668 +52657 geology_html_2450882108 geology_html_2450882108:296:22072:22078 Jordan Nazca -0.468015132988553406 +52658 aapg_ah_289.html aapg_ah_289.html:212:29426:29434 Monterey Vail, Colorado -0.46944207930236781 +52659 cspg_html_2929384614 cspg_html_2929384614:529:57299:57303 Frio Texas -0.011024723133422322 +52660 aapg_aa_623.html aapg_aa_623.html:8:1583:1604 Belly River Regina, Saskatchewan -0.472770666406185036 +52661 cspg_html_7086880709 cspg_html_7086880709:548:71543:71554 Slave Point Mackenzie River -0.022943031704395548 +52662 geology_html_9935181457 geology_html_9935181457:11:494:500 Oregon Salem, Oregon -0.473663043482949409 +52663 aapg_ai_854.html aapg_ai_854.html:68:10983:11001 Niobrara Denver -0.747074730755070471 +52664 aapg_af_498.html aapg_af_498.html:437:48365:48384 Sunniland Melbourne, Florida -0.542697867164170455 +52665 gsa_html_3144986031 gsa_html_3144986031:294:31732:31741 Talkeetna Talkeetna, Alaska -0.0475157284533089252 +52666 gsa_html_1917948270 gsa_html_1917948270:31:2718:2746 Green River Colorado 0.0260098507762994979 +52667 aapg_ac_301.html aapg_ac_301.html:109:13619:13638 Fish Haven Dolomite Boise, Idaho -0.412797507806134445 +52668 aapg_ai_759.html aapg_ai_759.html:50:5171:5178 Choptank Ohio -0.0283642962878183774 +52669 cspg_html_4298557570 cspg_html_4298557570:12:1406:1423 Bearpaw Lacombe, Alberta -0.0142044328576254025 +52670 palaios_html_7010013984 palaios_html_7010013984:662:69126:69130 Hall London, Ontario -0.46105569042928074 +52671 aapg_ah_514.html aapg_ah_514.html:151:14001:14016 Tuscaloosa Mississippi River 0.0291955793739523579 +52672 sedimentology_html_6475812971 sedimentology_html_6475812971:873:56357:56366 Extension Apennine Mountains -0.0492966446441219716 +52673 aapg_ad_720.html aapg_ad_720.html:232:23117:23121 Yeso New Mexico -0.437829668886238865 +52674 aapg_af_568.html aapg_af_568.html:378:35901:35919 Tensleep Cheyenne, Wyoming -0.483085217576718073 +52675 aapg_ae_875.html aapg_ae_875.html:275:33030:33045 Coamo Puerto Rico -0.46132865731218986 +52676 aapg_ai_157.html aapg_ai_157.html:322:31253:31259 Salina Guelph -0.461171691164054931 +52677 cspg_html_6064089067 cspg_html_6064089067:81:9843:9851 Winnipeg Red River of the North -0.475034514365578919 +52678 cspg_html_2650524233 cspg_html_2650524233:33:6541:6547 Battle Cypress Hills, Brooklyn -0.0364186783313174417 +52679 aapg_ai_864.html aapg_ai_864.html:39:4839:4845 Reklaw Carrizo Plain -0.0278217295801544348 +52680 aapg_ad_981.html aapg_ad_981.html:429:25749:25754 Swift Bay of Fundy -0.00305744578029933057 +52681 aapg_ae_884.html aapg_ae_884.html:350:45354:45361 Vermejo Cheyenne, Wyoming -0.00728242050639903247 +52682 aapg_ah_402.html aapg_ah_402.html:353:38079:38085 Wilcox Seminole, Texas -0.43553542054293326 +52683 aapg_ae_746.html aapg_ae_746.html:723:61495:61503 Columbia Victoria, British Columbia -0.453044786078658057 +52684 aapg_aa_106.html aapg_aa_106.html:367:38980:39000 Dawson Bay Regina, Saskatchewan -0.411974897386515992 +52685 aapg_ae_873.html aapg_ae_873.html:861:100357:100376 Mt Lytton Delta County, Texas -0.460146402321772174 +52686 sedimentology_html_6338456723 sedimentology_html_6338456723:1603:69848:69855 Potsdam Greifensee, Zurich -0.473746101631411953 +52687 gsa_html_7980021147 gsa_html_7980021147:936:77336:77364 Green River Colorado -0.0268827228609654426 +52688 aapg_ah_529.html aapg_ah_529.html:316:33063:33080 El Paso Chiricahua Mountains -0.455387700672750584 +52689 cspg_html_9613527162 cspg_html_9613527162:109:15363:15380 Pekisko Nelson, New Zealand -0.0544954389304434447 +52690 jgeology_html_3735491109 jgeology_html_3735491109:79:3520:3528 Colorado Colombia -0.433403442682278373 +52691 gsa_html_8076115820 gsa_html_8076115820:1061:72247:72267 Uinta Logan, Utah -0.432316117842066305 +52692 aapg_ac_825.html aapg_ac_825.html:785:79755:79779 Carmel California -0.447189152172129289 +52693 aapg_af_595.html aapg_af_595.html:107:9316:9321 Eutaw Tuscaloosa, Alabama -0.222173053112905444 +52694 gsa_html_2758185504 gsa_html_2758185504:610:53556:53576 Fort Union Williston Basin -0.449433936510724996 +52695 geology_html_7867948062 geology_html_7867948062:24:2089:2112 Kingston Peak Panamint Range -0.478488911708928044 +52696 aapg_ae_354.html aapg_ae_354.html:323:33053:33069 Dakota New Mexico 0.0333702247976296815 +52697 aapg_ae_875.html aapg_ae_875.html:185:22498:22514 Robles Puerto Rico -0.454685092236895128 +52698 sedimentology_html_8923738088 sedimentology_html_8923738088:1814:96951:96961 Pine Point Canada -0.491068403850714985 +52699 gsa_html_9102781796 gsa_html_9102781796:77:8819:8838 Talkeetna Talkeetna Mountains 0.778822461011418943 +52700 gsa_html_2369908260 gsa_html_2369908260:1317:128981:128993 Owens Valley California -0.274978590285336999 +52701 cspg_html_2834693711 cspg_html_2834693711:637:91220:91240 Huntingdon Vancouver -0.0274982867037121582 +52702 aapg_ad_836.html aapg_ad_836.html:932:80035:80045 Viola Mississippian culture -0.0793029079584459673 +52703 gsa_html_1031230113 gsa_html_1031230113:658:61600:61628 Green River Colorado -0.0306147978884375553 +52704 gsa_html_9299329909 gsa_html_9299329909:202:24075:24085 Santa Cruz Santa Rosa, California -0.473676885959420813 +52705 gsa_html_6991576096 gsa_html_6991576096:99:12666:12674 Scotland Reno, Nevada -0.471349814541787038 +52706 geology_html_8201635887 geology_html_8201635887:24:1531:1539 Colorado Colorado -0.449467616590735308 +52707 geology_html_5047080688 geology_html_5047080688:20:701:707 Denver Colorado -0.513357311149671536 +52708 aapg_aa_928.html aapg_aa_928.html:206:22645:22652 Anahuac Friendswood, Texas 0.00543048895720864636 +52709 cspg_html_9735723617 cspg_html_9735723617:1946:170356:170375 Griper Bay Banks Island -0.00100408928942736001 +52710 aapg_af_361.html aapg_af_361.html:75:11082:11088 Walker Grand Bahama -0.00972860319356922895 +52711 cspg_html_2559849177 cspg_html_2559849177:319:43420:43428 Coalspur Lacombe, Alberta -0.0524220993978513419 +52712 aapg_ae_391.html aapg_ae_391.html:467:43463:43479 Tessey Salado, Texas -0.0557529959153640342 +52713 cspg_html_4645836177 cspg_html_4645836177:380:40962:40970 Colorado Denver -0.454143259443463898 +52714 geology_html_6421455685 geology_html_6421455685:398:25194:25203 San Diego California -0.474918987556243288 +52715 aapg_ai_278.html aapg_ai_278.html:321:45663:45670 Yucatan Nassau, Bahamas -0.0966645574676546632 +52716 cspg_html_6517402834 cspg_html_6517402834:252:24539:24547 Coalspur Lacombe, Alberta -0.0135788887974534252 +52717 cspg_html_3627006433 cspg_html_3627006433:35:4710:4728 Dunvegan Lacombe, Alberta -0.484920347334282464 +52718 gsa_html_2300589710 gsa_html_2300589710:111:12595:12601 Jordan Saudi Arabia -0.44951252529713398 +52719 aapg_ad_2.html aapg_ad_2.html:770:109034:109044 Waynesboro Chambersburg, Pennsylvania 0.00957571265714924832 +52720 geology_html_1773903574 geology_html_1773903574:270:25082:25092 Santa Cruz California -0.466965896576978678 +52721 aapg_ai_66.html aapg_ai_66.html:43:5816:5822 Pueblo Colorado -0.483015252079283031 +52722 aapg_af_124.html aapg_af_124.html:247:20301:20311 Pittsburgh Pittsburgh -0.0233880656689205678 +52723 geology_html_3781233733 geology_html_3781233733:247:17994:18004 Washington China 0.00948536852877367512 +52724 aapg_ac_597.html aapg_ac_597.html:267:18297:18307 Assistance San Diego 0.00496317135517138856 +52725 aapg_aa_46.html aapg_aa_46.html:209:24031:24038 Paradox Hermosa, Chicago -0.455197874748240694 +52726 geology_html_2221062873 geology_html_2221062873:380:27823:27833 Washington Mediterranean Sea -0.479586916180102352 +52727 gsa_html_1997423355 gsa_html_1997423355:191:22047:22055 Columbia Snake River Canyon (Idaho) -0.41467849981514382 +52728 palaios_html_6956866368 palaios_html_6956866368:16:1006:1020 Naco Arizona -0.0438192319420972476 +52729 aapg_ac_291.html aapg_ac_291.html:3:333:341 Virginia North Carolina -0.480960803547703208 +52730 aapg_ae_4.html aapg_ae_4.html:299:35037:35051 Manning Canyon Logan, Utah -0.0473711120814198014 +52731 geology_html_3484341641 geology_html_3484341641:15:714:722 Virginia Reston, Virginia -0.457691392417615917 +52732 aapg_ad_466.html aapg_ad_466.html:394:48731:48738 Raritan Closter, New Jersey -0.483995287789091233 +52733 aapg_af_357.html aapg_af_357.html:148:14990:15005 Salem Bloomington, Indiana -0.0206224389359462197 +52734 aapg_ah_632.html aapg_ah_632.html:16:2180:2188 Virginia Piedmont (United States) -0.464450966712688929 +52735 cspg_html_2122549217 cspg_html_2122549217:15:1469:1481 Horton River Lady Franklin Bay -0.510894633924204866 +52736 gsa_html_1130947011 gsa_html_1130947011:213:27145:27160 Galena Lexington, Kentucky -0.010750205891597751 +52737 cspg_html_7426180950 cspg_html_7426180950:340:46059:46076 Basal Western Canadian Sedimentary Basin -0.473746101631411953 +52738 sedimentology_html_6952142412 sedimentology_html_6952142412:1450:99597:99601 Hall London, Ontario -0.000225833135678471921 +52739 aapg_ah_505.html aapg_ah_505.html:639:48992:49004 Dakota Colorado Springs, Colorado -0.422684048833388726 +52740 AMJC_html_3632105729 AMJC_html_3632105729:222:32688:32694 Hurwal Middle East -0.171340888720790063 +52741 sedimentology_html_2010995560 sedimentology_html_2010995560:1937:113183:113202 Athabasca Canada -0.431113360606789509 +52742 cspg_html_9843429624 cspg_html_9843429624:643:88509:88544 Swan Hills Lacombe, Alberta -0.473653815287124913 +52743 geology_html_9438115741 geology_html_9438115741:252:23620:23627 St Marys China -0.446593560210975959 +52744 aapg_aa_44.html aapg_aa_44.html:205:26007:26015 Moenkopi Hermosa, Chicago 0.00547565736357213256 +52745 aapg_ah_464.html aapg_ah_464.html:68:12387:12404 Pottsville Pottsville, Pennsylvania -0.401712156060089309 +52746 aapg_ak_96.html aapg_ak_96.html:75:7548:7567 Eggleston Middle East -0.0466498116089518189 +52747 gsa_html_8955900843 gsa_html_8955900843:520:49122:49143 Weaverville Klamath Mountains (ecoregion) -0.0270583470538351585 +52748 cspg_html_2546442054 cspg_html_2546442054:256:31395:31403 Edmonton Edmonton, London -0.033773852470743819 +52749 aapg_ac_302.html aapg_ac_302.html:107:11431:11446 Moapa Piute, California -0.059099492648124613 +52750 geology_html_7814694704 geology_html_7814694704:97:9026:9058 Michigamme Michigan -0.247852461716279837 +52751 gsa_html_2220556952 gsa_html_2220556952:821:96879:96888 Extension Sonoma, California -0.464610795373413321 +52752 aapg_ai_722.html aapg_ai_722.html:220:24790:24803 Lake Michigan Wisconsin -0.474808096218428344 +52753 sedimentology_html_3427043115 sedimentology_html_3427043115:952:57730:57740 Washington Seattle -0.456337429672799166 +52754 palaios_html_1262064602 palaios_html_1262064602:51:5638:5669 Chinle Colorado Plateau -0.435679199475508039 +52755 aapg_ad_614.html aapg_ad_614.html:67:6617:6626 Smackover Shreveport, Louisiana -0.474276937415326727 +52756 aapg_ad_0.html aapg_ad_0.html:91:10127:10136 Franconia Trempealeau, Wisconsin 0.0217366323453636913 +52757 palaios_html_3207778962 palaios_html_3207778962:391:53495:53515 Fort Union Williston Basin -0.436805862873274886 +52758 aapg_af_317.html aapg_af_317.html:932:107182:107189 Norfolk Norfolk, Virginia -0.475085351012185853 +52759 cspg_html_3102530088 cspg_html_3102530088:312:37043:37065 Judith River Regina, Saskatchewan -0.110178768621581352 +52760 geology_html_6476658393 geology_html_6476658393:42:3961:3977 Nepean Brockville -0.028896450511520861 +52761 aapg_af_187.html aapg_af_187.html:56:6135:6143 Bellevue Haynesville, Louisiana -0.472717659724808503 +52762 aapg_ai_941.html aapg_ai_941.html:205:29599:29609 Washington Green River Formation 0.0171221059283382451 +52763 aapg_ae_113.html aapg_ae_113.html:192:23617:23638 Stuart Bathurst Island (Northern Territory) -0.480904968568341529 +52764 cspg_html_9725676031 cspg_html_9725676031:533:65857:65873 Viking Lacombe, Alberta -0.454034931813569353 +52765 aapg_ae_65.html aapg_ae_65.html:386:39350:39370 Fort Union Cheyenne, Wyoming -0.197773386296228898 +52766 cspg_html_5779937878 cspg_html_5779937878:47:5492:5501 Cold Lake Clearwater, Florida -0.45417711448712661 +52767 gsa_html_4650354985 gsa_html_4650354985:1187:96950:96958 Huerfano Colorado -0.0242746935922993796 +52768 aapg_af_575.html aapg_af_575.html:1135:163232:163239 Edwards Fort Worth, Texas -0.441998542726141919 +52769 cspg_html_4680797491 cspg_html_4680797491:385:39035:39052 Muskwa Victoria, British Columbia -0.508915364509116785 +52770 aapg_ae_544.html aapg_ae_544.html:289:33963:33981 Frontier Cheyenne, Wyoming -0.4364582012241503 +52771 cspg_html_2920938670 cspg_html_2920938670:62:9075:9087 Luscar Mountain Park (Holyoke, Massachusetts) -0.466741549175746284 +52772 gsa_html_6983076294 gsa_html_6983076294:782:73426:73448 Carrizo Canada -0.00344831630257747207 +52773 sedimentology_html_3841637081 sedimentology_html_3841637081:1145:52839:52858 Deadwood Western Canadian Sedimentary Basin 0.0423999411984629093 +52774 palaios_html_7930345720 palaios_html_7930345720:67:6993:7009 Navajo Logan, Utah -0.455211432419709627 +52775 aapg_ai_18.html aapg_ai_18.html:64:5706:5713 Reynosa East Texas -0.450707909241451543 +52776 aapg_ad_801.html aapg_ad_801.html:213:23460:23476 Lisbon Mississippi River -0.00967821874611652505 +52777 aapg_ai_971.html aapg_ai_971.html:125:13165:13182 Renault Kentucky -0.0280825762237737336 +52778 cspg_html_2882882278 cspg_html_2882882278:116:18873:18878 Tetsa Belcourt, North Dakota -0.00638076930644856932 +52779 geology_html_9210804293 geology_html_9210804293:113:7581:7594 Thaynes Logan, Utah -0.249464722158663971 +52780 aapg_ai_409.html aapg_ai_409.html:88:9146:9167 Arkadelphia Arkadelphia, Arkansas -0.451733774163315116 +52781 aapg_af_653.html aapg_af_653.html:440:52321:52329 Vaqueros Southern California -0.451812561628617604 +52782 cspg_html_9343899465 cspg_html_9343899465:1328:110810:110822 Hecla Bay Hell Gate -0.477872040110580265 +52783 AMJC_html_4299960498 AMJC_html_4299960498:752:87762:87768 Oregon Washington (state) -0.460980639153810601 +52784 aapg_ai_340.html aapg_ai_340.html:769:63124:63130 Kodiak Anchorage, Alaska -0.445338708488509594 +52785 aapg_ae_309.html aapg_ae_309.html:176:16822:16828 Keokuk Burlington, Ontario -0.00564243327627664357 +52786 cspg_html_8756009083 cspg_html_8756009083:6:318:340 Horn Plateau Yellowknife -0.00525502734736806466 +52787 aapg_ai_155.html aapg_ai_155.html:12:1299:1306 Kanawha Huntington, West Virginia -0.197261387220828754 +52788 palaios_html_3985706634 palaios_html_3985706634:415:44526:44545 Wingfield Ontario, California -0.444916336311243943 +52789 aapg_ac_237.html aapg_ac_237.html:16:2240:2252 Vinini West, Texas 0.346330675406544664 +52790 cspg_html_1053895111 cspg_html_1053895111:212:27564:27581 Cardium Western Canadian Sedimentary Basin -0.462348471732962063 +52791 aapg_ai_17.html aapg_ai_17.html:1541:109436:109461 Citronelle Texas -0.220765088129482562 +52792 aapg_ai_468.html aapg_ai_468.html:257:31794:31807 Cotton Valley Bossier City, Louisiana -0.444916336311243943 +52793 aapg_ae_836.html aapg_ae_836.html:35:3441:3447 Paluxy Mooringsport, Louisiana -0.450080811334427622 +52794 aapg_ai_163.html aapg_ai_163.html:52:4565:4573 Colorado El Paso County, Texas -0.0543315025159756756 +52795 sedimentology_html_8923738088 sedimentology_html_8923738088:1720:92607:92622 Leduc Lacombe, Alberta 0.00112916628904579774 +52796 cspg_html_9729377176 cspg_html_9729377176:1230:122370:122404 Baldonnel Victoria, British Columbia -0.471543117662309108 +52797 aapg_aa_906.html aapg_aa_906.html:92:10621:10632 White River Cheyenne, Wyoming -0.0445803462339657702 +52798 aapg_ad_337.html aapg_ad_337.html:514:52630:52640 San Miguel California -0.445106268068768518 +52799 aapg_aa_302.html aapg_aa_302.html:762:77890:77907 Oquirrh Logan, Utah -0.230520382227640069 +52800 jgeology_html_4599466962 jgeology_html_4599466962:381:27299:27317 Onondaga Edgecliff, New South Wales -0.49361002164838963 +52801 cspg_html_5308103526 cspg_html_5308103526:339:34502:34513 Peace River Mississippi River -0.501517155815179638 +52802 cspg_html_4143222666 cspg_html_4143222666:698:65104:65114 Milk River Lacombe, Alberta -0.474842748246669499 +52803 aapg_ad_994.html aapg_ad_994.html:7:929:947 Norphlet Alabama 0.396945180703208944 +52804 AMJC_html_7085584544 AMJC_html_7085584544:973:99206:99214 Michigan Cheyenne, Wyoming -0.4864081422828892 +52805 cspg_html_1984085623 cspg_html_1984085623:10:885:903 Colorado Western world -0.487560856421757394 +52806 cspg_html_9735723617 cspg_html_9735723617:44:6740:6754 Beverley Inlet Banks Island -0.0341270386384278437 +52807 aapg_ah_42.html aapg_ah_42.html:66:8685:8691 Navajo Entrada Sandstone -0.49345891443649581 +52808 aapg_ae_981.html aapg_ae_981.html:426:36664:36684 Brownsport Missouri River -0.0366936389096963397 +52809 aapg_ah_644.html aapg_ah_644.html:379:45530:45535 Piper Regina, Saskatchewan -0.445106268068768518 +52810 sedimentology_html_1581574492 sedimentology_html_1581574492:884:65649:65655 Thrifty London, Ontario -0.447404197686881167 +52811 geology_html_2871732406 geology_html_2871732406:15:1078:1086 Edmonton Earth -0.481132984149795495 +52812 AMJC_html_6605473820 AMJC_html_6605473820:12:595:605 Washington Richland, Washington -0.464450966712688929 +52813 cspg_html_5586087088 cspg_html_5586087088:348:38082:38095 Turner Valley Lacombe, Alberta -0.0246554374675200805 +52814 aapg_ae_66.html aapg_ae_66.html:228:22847:22855 Wolfcamp Powder River (Montana) -0.435738929516159335 +52815 cspg_html_4298557570 cspg_html_4298557570:34:4810:4828 Paskapoo Edmonton, London -0.0707549992783903375 +52816 sedimentology_html_3006596207 sedimentology_html_3006596207:976:59040:59050 Long Point Lake Erie -0.499512563259915887 +52817 aapg_af_45.html aapg_af_45.html:224:20970:20976 Nelson Taranaki Region -0.00746310002878541098 +52818 gsa_html_3380395839 gsa_html_3380395839:39:3050:3060 Washington Boise, Idaho -0.0139559511282587399 +52819 aapg_ac_881.html aapg_ac_881.html:306:36312:36329 Tanyard Texas -0.468015132988553406 +52820 geology_html_5189534136 geology_html_5189534136:172:17719:17746 Prairie Regina, Saskatchewan -0.0264393249899875019 +52821 aapg_ah_645.html aapg_ah_645.html:419:50523:50530 Rierdon Williston, Vermont -0.243630024616565799 +52822 aapg_ac_575.html aapg_ac_575.html:121:19800:19821 Phosphoria Reno, Nevada 1.01520921683706944 +52823 gsa_html_4308966435 gsa_html_4308966435:198:22890:22897 Thaynes Logan, Utah -0.215844243946922421 +52824 gsa_html_6062330506 gsa_html_6062330506:673:69311:69328 Rustler New Mexico -0.423469918170433446 +52825 geology_html_5808864928 geology_html_5808864928:53:6799:6808 San Diego California -0.0621770914080825091 +52826 aapg_ah_467.html aapg_ah_467.html:123:10885:10898 Turner Valley Lacombe, Alberta -0.473921472547217282 +52827 AMJC_html_8866429777 AMJC_html_8866429777:188:24860:24894 Conasauga Middle East 0.0282825620772972075 +52828 cspg_html_3735760125 cspg_html_3735760125:228:26459:26476 Cardium Central Alberta -0.487075683437370066 +52829 aapg_ac_741.html aapg_ac_741.html:60:7302:7320 Niobrara Sharon Springs, Kansas -0.453029006636829323 +52830 gsa_html_5628658687 gsa_html_5628658687:711:71323:71332 Flagstaff Arizona -0.48663294001243923 +52831 cspg_html_7963093032 cspg_html_7963093032:6:511:534 Beaver Mines Victoria, British Columbia 0.786950890376309165 +52832 cspg_html_6577476978 cspg_html_6577476978:386:45208:45225 Cardium Lacombe, Alberta -0.462512479285274614 +52833 gsa_html_8319219146 gsa_html_8319219146:906:87559:87579 Lockatong East Coast of the United States -0.501624425245378647 +52834 aapg_ae_705.html aapg_ae_705.html:337:32249:32253 Pico Santa Ynez Valley -0.460946527021081187 +52835 aapg_aa_626.html aapg_aa_626.html:307:34650:34668 Potomac Maryland -0.486735992068403789 +52836 aapg_ah_176.html aapg_ah_176.html:420:49794:49800 Denver Colorado -0.486483068290992582 +52837 palaios_html_5398833984 palaios_html_5398833984:822:91460:91479 Rock Springs Cheyenne, Wyoming -0.0594310954775296302 +52838 aapg_ah_821.html aapg_ah_821.html:128:13118:13124 Dakota San Juan County, Utah 0.0185680484481220431 +52839 aapg_ah_783.html aapg_ah_783.html:127:15914:15925 Shark River Oyster Bay (hamlet), New York -0.0445280936514478309 +52840 cspg_html_1173833070 cspg_html_1173833070:26:3584:3598 Bearpaw Edmonton, London 0.828347176669152918 +52841 gsa_html_3448554349 gsa_html_3448554349:613:66090:66104 Bedford Cleveland -0.0378335861423178335 +52842 aapg_ah_762.html aapg_ah_762.html:210:21778:21785 Pekisko Western world 0.856324370602419171 +52843 aapg_ae_272.html aapg_ae_272.html:178:16844:16862 Michigan Michigan -0.411778522698214466 +52844 geology_html_8312255579 geology_html_8312255579:43:4578:4584 Oregon Arizona -0.0843715707070261806 +52845 cspg_html_8662646956 cspg_html_8662646956:69:12671:12677 Denver Colorado -0.464953382280686722 +52846 aapg_ah_533.html aapg_ah_533.html:243:28430:28439 Knoxville Knoxville, Illinois -0.462261924354454456 +52847 aapg_ad_823.html aapg_ad_823.html:130:13399:13415 Dakota Carrizo Plain 0.0190633765354167699 +52848 gsa_html_1538463681 gsa_html_1538463681:169:15137:15156 Glance Conglomerate Sonora -0.0381033635608957824 +52849 geology_html_5342045301 geology_html_5342045301:182:19949:19963 Beaufort South Africa -0.488198798133244793 +52850 cspg_html_3501550466 cspg_html_3501550466:412:58453:58467 Woodbend Williston Basin -0.43580087580188992 +52851 aapg_ah_276.html aapg_ah_276.html:343:33263:33281 Monterey California 0.643202852373160328 +52852 aapg_af_164.html aapg_af_164.html:78:7083:7099 Kinderhook Carterville, Illinois -0.0313801301050329814 +52853 cspg_html_8556552074 cspg_html_8556552074:17:1326:1341 Elk Regina, Saskatchewan -0.477512787064485633 +52854 aapg_ah_318.html aapg_ah_318.html:2753:227479:227488 Chinameca Veracruz, Veracruz -0.438060290900437188 +52855 aapg_ai_82.html aapg_ai_82.html:68:9281:9301 Greenbrier Pennsylvania -0.487607747652621382 +52856 aapg_aa_484.html aapg_aa_484.html:380:36525:36535 Hartshorne McAlester, Oklahoma -0.425516196002090841 +52857 aapg_ac_730.html aapg_ac_730.html:175:25001:25009 Colorado Mancos, Colorado -0.0395446228610777939 +52858 aapg_ah_534.html aapg_ah_534.html:356:29755:29837 Palmerton Palmerton, Pennsylvania -0.467950951742638677 +52859 gsa_html_2023933346 gsa_html_2023933346:1075:99812:99837 Turtle Mountain Canada -0.0433054743353417024 +52860 aapg_af_143.html aapg_af_143.html:1075:116820:116839 Knoxville Central Valley (California) -0.441637804770763531 +52861 cspg_html_7560056980 cspg_html_7560056980:402:42208:42227 Athabasca Canada -0.448632716908224927 +52862 aapg_ae_369.html aapg_ae_369.html:44:5400:5419 Tuscaloosa Hale County, Alabama -0.00636513386341914979 +52863 aapg_ad_812.html aapg_ad_812.html:87:12621:12628 Wingate Entrada Sandstone -0.504971014020977882 +52864 aapg_ac_569.html aapg_ac_569.html:270:37009:37039 Albert Cheyenne, Wyoming -0.41990808335141383 +52865 cspg_html_6665051947 cspg_html_6665051947:451:45411:45430 Athabasca Lacombe, Alberta -0.489913286480908206 +52866 aapg_aa_569.html aapg_aa_569.html:15:2966:2977 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.0309035312152589614 +52867 gsa_html_3586844705 gsa_html_3586844705:854:79925:79931 Brazil Bolivia -0.491332113292233474 +52868 aapg_af_338.html aapg_af_338.html:195:22396:22409 Woodbine East Texas -0.417728203254524755 +52869 aapg_ad_557.html aapg_ad_557.html:8436:395016:395022 Walker California -0.420791864948583338 +52870 cspg_html_2758185645 cspg_html_2758185645:6:402:417 Banff Lacombe, Alberta -0.080301481372355793 +52871 aapg_ae_959.html aapg_ae_959.html:2935:220920:220942 Belle Plains Texas -0.0546872843399983585 +52872 gsa_html_7449902010 gsa_html_7449902010:62:4645:4673 Green River Colorado -0.0228248215914789478 +52873 palaios_html_4736927967 palaios_html_4736927967:748:67491:67524 Palliser Lacombe, Alberta -0.464610795373413321 +52874 gsa_html_3423427338 gsa_html_3423427338:564:48998:49007 San Diego California -0.0474286098423364472 +52875 aapg_ac_983.html aapg_ac_983.html:271:43798:43823 Blackjack Creek Iowa -0.251272971336097883 +52876 aapg_aa_934.html aapg_aa_934.html:270:30982:30990 Wolfcamp Texas -0.0142026952151300869 +52877 gsa_html_9755702281 gsa_html_9755702281:741:58543:58556 Santa Barbara California 0.0327074019013336922 +52878 cspg_html_8588503765 cspg_html_8588503765:529:63143:63160 Cardium Lacombe, Alberta -0.45417711448712661 +52879 cspg_html_8072057670 cspg_html_8072057670:35:3030:3049 Catahoula Texas -0.454258371760158153 +52880 aapg_af_397.html aapg_af_397.html:266:33103:33120 Entrada Entrada Sandstone 0.948024378498736331 +52881 aapg_ah_180.html aapg_ah_180.html:97:10876:10884 Catskill Catskill Mountains -0.466965896576978678 +52882 aapg_ai_107.html aapg_ai_107.html:229:22891:22911 Smackover Bossier City, Louisiana -0.0265071378839745256 +52883 aapg_ai_274.html aapg_ai_274.html:335:32002:32014 Rhode Island Block Island -0.499764658466963718 +52884 cspg_html_5973552270 cspg_html_5973552270:11:1249:1273 Fort Vermilion Swan Hill, Victoria -0.0346577090486229963 +52885 sedimentology_html_8983980897 sedimentology_html_8983980897:265:18158:18176 St Peter Middle Ordovician -0.0047772874723063536 +52886 aapg_af_628.html aapg_af_628.html:226:22440:22446 Bethel Kentucky 0.0121158646084473642 +52887 aapg_ae_368.html aapg_ae_368.html:46:5337:5349 Marble Falls Llano, Texas -0.262431874982245739 +52888 gsa_html_4520182275 gsa_html_4520182275:113:12330:12357 Oquirrh Logan, Utah -0.454052985518192231 +52889 gsa_html_6062330506 gsa_html_6062330506:738:73531:73572 Sandia Albuquerque, New Mexico -0.0749781369824429333 +52890 gsa_html_9979192554 gsa_html_9979192554:668:65315:65331 Keenan Quartzite Anchorage, Alaska -0.0108839893390520418 +52891 sedimentology_html_2774214081 sedimentology_html_2774214081:1030:46361:46368 Tyonek Catskill Mountains -0.465568086328610908 +52892 gsa_html_9457387752 gsa_html_9457387752:854:72919:72925 Dayton Knoxville, Tennessee -0.0398318560820373618 +52893 palaios_html_7352492968 palaios_html_7352492968:607:60236:60245 Sheffield North Sea oil -0.449440672427322663 +52894 cspg_html_1503116552 cspg_html_1503116552:111:17380:17391 Slave Point Western Canadian Sedimentary Basin -0.0199532604557582163 +52895 cspg_html_7361993452 cspg_html_7361993452:5:225:247 Charlie Lake Lacombe, Alberta -0.499182100648293381 +52896 aapg_aa_898.html aapg_aa_898.html:102:13134:13144 North Horn Sevier orogeny -0.025689926843247262 +52897 aapg_ah_107.html aapg_ah_107.html:34:4874:4878 Frio Matamoros, Tamaulipas -0.462102516958969756 +52898 jgeology_html_2261151445 jgeology_html_2261151445:1467:72746:72750 Hall Glasgow -0.454475093508583283 +52899 aapg_ac_925.html aapg_ac_925.html:156:25375:25384 Hornbrook California -0.469028899015838996 +52900 gsa_html_3614490577 gsa_html_3614490577:37:2726:2756 Madrid Cambridge, Massachusetts -0.484098022941034878 +52901 gsa_html_2509147847 gsa_html_2509147847:731:78530:78549 Peninsula Victoria, British Columbia -0.464432702411418319 +52902 palaios_html_3344823041 palaios_html_3344823041:326:28874:28909 Protection Melbourne, Florida -0.0160255473539090525 +52903 sedimentology_html_8923738088 sedimentology_html_8923738088:131:10886:10894 Columbia Victoria, British Columbia -0.423076903173580265 +52904 palaios_html_6956866368 palaios_html_6956866368:595:64121:64135 Naco Arizona -0.471382028770717776 +52905 gsa_html_9590246141 gsa_html_9590246141:430:43152:43180 Green River Colorado 0.0460313563891954977 +52906 cspg_html_5947812886 cspg_html_5947812886:422:66676:66691 Mural Lacombe, Alberta -0.457487488497030304 +52907 cspg_html_3008414459 cspg_html_3008414459:86:12896:12922 Telegraph Creek Milk River, Alberta -0.486548633935625752 +52908 gsa_html_2028006768 gsa_html_2028006768:845:62740:62745 Rapid Earth -0.463478914486847693 +52909 gsa_html_1783148177 gsa_html_1783148177:482:51790:51812 Artist Drive Black Mountains, Wales -0.490313047484592146 +52910 aapg_af_142.html aapg_af_142.html:114:11091:11095 Buda Houston -0.0129533588216162645 +52911 gsa_html_4385238876 gsa_html_4385238876:984:98110:98138 Green River New Mexico -0.000225833135678471921 +52912 palaios_html_9009659906 palaios_html_9009659906:326:38209:38227 Willwood Cheyenne, Wyoming -0.444844842741709823 +52913 cspg_html_1505194397 cspg_html_1505194397:327:43094:43099 Price Canada -0.471501691978871318 +52914 gsa_html_1450002501 gsa_html_1450002501:190:19175:19191 Cumberland Bridgetown, Nova Scotia -0.421948969269320462 +52915 sedimentology_html_6520137584 sedimentology_html_6520137584:1036:38063:38069 Oregon Washington (state) -0.440247382693200906 +52916 sedimentology_html_5557101170 sedimentology_html_5557101170:728:46441:46447 Forbes Canada -0.0268827228609654426 +52917 geology_html_1745354227 geology_html_1745354227:84:9572:9623 Uinta Colorado -0.494585786210081368 +52918 cspg_html_9214997177 cspg_html_9214997177:225:23371:23398 Prairie Lacombe, Alberta -0.467336881448994379 +52919 gsa_html_3648258377 gsa_html_3648258377:376:36314:36321 Magothy Bass River Township, New Jersey -0.437960495533138761 +52920 aapg_af_142.html aapg_af_142.html:250:31741:31760 Smackover East Texas 0.375193599494022534 +52921 aapg_aa_231.html aapg_aa_231.html:614:53159:53174 Lance Western world -0.46809765859229685 +52922 aapg_af_577.html aapg_af_577.html:84:6372:6380 Carlsbad Pecos River -0.0222894098360483031 +52923 gsa_html_2321645136 gsa_html_2321645136:670:60811:60833 Beartooth Ridgeway (track) -0.0902044837510564135 +52924 aapg_ah_97.html aapg_ah_97.html:37:4973:4995 Beekmantown Western world -0.424479393833646412 +52925 sedimentology_html_2265212258 sedimentology_html_2265212258:847:64256:64270 Frio Brazoria County, Texas -0.0242746935922993796 +52926 palaios_html_8767224707 palaios_html_8767224707:426:33366:33383 Verulam Ontario, California -0.423085635093811196 +52927 cspg_html_2863271815 cspg_html_2863271815:584:75139:75176 Turner Valley Lacombe, Alberta -0.478702368018989743 +52928 aapg_ad_865.html aapg_ad_865.html:109:10651:10667 Chinle Chinle Formation -0.444451727274864927 +52929 aapg_af_18.html aapg_af_18.html:228:26130:26145 Lakota Fall River, Nova Scotia -0.110178768621581352 +52930 cspg_html_5484260516 cspg_html_5484260516:407:35213:35228 Banff Lacombe, Alberta -0.423072537243216251 +52931 aapg_af_602.html aapg_af_602.html:261:35595:35605 Tuscaloosa Chipley, Florida 0.0122722414388244504 +52932 aapg_ai_1.html aapg_ai_1.html:31:3483:3500 Paradox Colorado -0.483047901936257684 +52933 cspg_html_4626597050 cspg_html_4626597050:155:19580:19598 Woodside Shale Boise, Idaho 0.0152887445072461998 +52934 cspg_html_7914348578 cspg_html_7914348578:39:5441:5470 La Luna Venezuela -0.487729676915167776 +52935 palaios_html_3105248303 palaios_html_3105248303:73:7992:8006 Kope Netherlands -0.0230090906667148494 +52936 cspg_html_2734588863 cspg_html_2734588863:26:3389:3401 Saskatchewan Regina, Saskatchewan -0.506417969655151956 +52937 aapg_ae_517.html aapg_ae_517.html:46:3745:3753 Sullivan Bartlesville, Oklahoma -0.407291989948090571 +52938 cspg_html_9894399778 cspg_html_9894399778:77:7102:7122 Swan River Manitoba -0.451069979483473049 +52939 aapg_ai_975.html aapg_ai_975.html:789:64054:64076 Mooringsport Rodessa, Louisiana -0.442720440658756875 +52940 aapg_ac_451.html aapg_ac_451.html:537:55331:55349 Kaguyak Matanuska Glacier -0.460946527021081187 +52941 palaios_html_8738458399 palaios_html_8738458399:604:56255:56265 Washington Sierra Nevada (Spain) -0.021507182733615033 +52942 gsa_html_9865056817 gsa_html_9865056817:863:76752:76776 Kaibab Logan, Utah -0.416884081895734226 +52943 jgeology_html_4289404569 jgeology_html_4289404569:786:54487:54515 Green River Cheyenne, Wyoming -0.478586352630804512 +52944 gsa_html_3745169474 gsa_html_3745169474:737:65789:65817 Green River Colorado -0.038468880180471815 +52945 aapg_aa_24.html aapg_aa_24.html:30:3371:3380 Hay River Victoria, British Columbia -0.451751782124743317 +52946 aapg_ac_714.html aapg_ac_714.html:498:57991:58008 Rierdon Big Horn Mountains 0.0419855164850923279 +52947 cspg_html_1312400675 cspg_html_1312400675:171:20569:20576 Bearpaw Edmonton, London -0.0204677435827045166 +52948 aapg_ad_337.html aapg_ad_337.html:89:9129:9134 Sespe Santa Monica Mountains -0.0262880512325092443 +52949 cspg_html_2170645676 cspg_html_2170645676:18:2914:2931 Madison Williston, Vermont -0.484359586108593421 +52950 gsa_html_4339524478 gsa_html_4339524478:543:58667:58673 Bourne Wallowa, Oregon -0.435714594595624227 +52951 palaios_html_1182208861 palaios_html_1182208861:790:58834:58840 Oregon Earth -0.0560582631991528441 +52952 aapg_af_69.html aapg_af_69.html:478:33513:33524 Gordon Lewis County, Washington -0.0553622738508934356 +52953 aapg_ac_313.html aapg_ac_313.html:156:19598:19610 Todos Santos Guatemala -0.479628728233367385 +52954 aapg_ac_36.html aapg_ac_36.html:72:8179:8186 Yucatan Colombia -0.0466289053122137323 +52955 gsa_html_4432793908 gsa_html_4432793908:242:29540:29560 Sheep Pass Reno, Nevada -0.476033304431228654 +52956 cspg_html_8438548095 cspg_html_8438548095:333:33554:33567 Edmonton Drumheller -0.464501195477937445 +52957 aapg_ah_676.html aapg_ah_676.html:399:51234:51253 Bedford Egham Hythe -0.467263588143899677 +52958 aapg_af_97.html aapg_af_97.html:76:8837:8856 Dillsboro Richmond, California -0.0137370110791438689 +52959 aapg_ah_536.html aapg_ah_536.html:533:70227:70249 Mooringsport Mississippi River -0.445213540966811649 +52960 geology_html_4220538657 geology_html_4220538657:148:15781:15787 Brazil Borborema -0.480728181628129914 +52961 cspg_html_2873888604 cspg_html_2873888604:451:60487:60495 Pardonet Lacombe, Alberta -0.433685955512457477 +52962 aapg_aa_689.html aapg_aa_689.html:304:39015:39028 Salina Middle East -0.00832481152182470464 +52963 aapg_aa_415.html aapg_aa_415.html:289:40834:40853 Escondido River Medina -0.51153614920294399 +52964 aapg_ae_26.html aapg_ae_26.html:52:6960:6964 Kope Bloomington, Indiana -0.417396109221489231 +52965 palaios_html_8120466420 palaios_html_8120466420:316:40306:40334 Sekwi Canada 0.039072882780770507 +52966 aapg_ai_581.html aapg_ai_581.html:141:14442:14461 Greenhorn Black Hills 0.7567432916723138 +52967 aapg_af_981.html aapg_af_981.html:215:20502:20523 Almond Cheyenne, Wyoming -0.440354093294291316 +52968 cspg_html_9725676031 cspg_html_9725676031:590:68880:68901 Shaftesbury Canada -0.0516271009783959151 +52969 aapg_ai_272.html aapg_ai_272.html:408:47630:47643 Windsor Riversdale, New Zealand -0.480904968568341529 +52970 gsa_html_3096615185 gsa_html_3096615185:400:39293:39313 Roxbury Conglomerate Nahant, Massachusetts -0.497512762155281452 +52971 palaios_html_9337106210 palaios_html_9337106210:154:20827:20836 Rochester Syracuse, New York -0.452896019392303839 +52972 palaios_html_3112927242 palaios_html_3112927242:797:64070:64086 Oceanic Tulsa, Oklahoma -0.0371791885469511946 +52973 aapg_ac_286.html aapg_ac_286.html:42:4015:4028 Cotton Valley Rodessa, Louisiana -0.02660103319374214 +52974 gsa_html_1402202856 gsa_html_1402202856:773:67418:67446 Green River Colorado -0.0196404059622709952 +52975 aapg_ad_2.html aapg_ad_2.html:852:120999:121006 Elbrook Waynesboro, Pennsylvania -0.0147465829377091441 +52976 aapg_ah_339.html aapg_ah_339.html:396:34916:34930 Richmond Wayne County, Michigan -0.455184317280275863 +52977 sedimentology_html_1825589032 sedimentology_html_1825589032:6600:131752:131758 Thrifty London, Ontario -0.0180066911955107829 +52978 aapg_af_397.html aapg_af_397.html:562:65538:65555 Todilto Entrada Sandstone -0.436819151869522138 +52979 aapg_ah_260.html aapg_ah_260.html:352:48868:48889 Price North Horn Formation -0.460946527021081187 +52980 cspg_html_7102673197 cspg_html_7102673197:263:34323:34340 Cardium Lacombe, Alberta 0.0156658318281337125 +52981 AMJC_html_3664856625 AMJC_html_3664856625:171:22274:22304 Fort Union Williston Basin -0.434083382761083048 +52982 aapg_ad_2.html aapg_ad_2.html:613:90001:90027 Loudoun South Mountains (Arizona) -0.463307888475886887 +52983 aapg_aa_371.html aapg_aa_371.html:105:8942:8951 Allegheny Pottsville, Pennsylvania 0.0298182070792609652 +52984 aapg_ai_144.html aapg_ai_144.html:5:680:687 Wapiabi Western world -0.0319472030481665059 +52985 cspg_html_7602315496 cspg_html_7602315496:17:3018:3031 Wapiabi Milk River, Alberta -0.0260481030214056476 +52986 gsa_html_6827515960 gsa_html_6827515960:750:72319:72327 Colorado Colorado -0.463478914486847693 +52987 aapg_ac_316.html aapg_ac_316.html:49:6661:6671 Queen Rush Springs, Oklahoma -0.460205477971118548 +52988 aapg_ai_105.html aapg_ai_105.html:670:79764:79778 Duchesne River Lake Fork (Texas) -0.454414135268558672 +52989 cspg_html_1064364469 cspg_html_1064364469:36:4982:4989 Cardium Bow Island Airport -0.0200714512738383588 +52990 sedimentology_html_1918385373 sedimentology_html_1918385373:1011:79574:79578 Hall London, Ontario -0.473649201225758321 +52991 gsa_html_1411412775 gsa_html_1411412775:648:54485:54495 Washington Arctic -0.027056608189623254 +52992 aapg_ai_888.html aapg_ai_888.html:249:29689:29696 Canning Perth, Scotland -0.0286199363218920082 +52993 aapg_ad_440.html aapg_ad_440.html:922:90073:90079 Denmar Huntington, West Virginia 0.340879325487407958 +52994 cspg_html_7248845592 cspg_html_7248845592:104:11184:11191 Awingak Ellesmere Island -0.447404197686881167 +52995 aapg_af_655.html aapg_af_655.html:350:28100:28118 Green River Cheyenne, Wyoming -0.433403442682278373 +52996 aapg_aa_423.html aapg_aa_423.html:34:4180:4190 San Andres Texas -0.463307888475886887 +52997 aapg_ac_506.html aapg_ac_506.html:179:21007:21011 Dean Erie County, New York -0.00967821874611652505 +52998 aapg_ac_475.html aapg_ac_475.html:271:36563:36571 Columbia Flathead County, Montana -0.02390265150978289 +52999 cspg_html_5955028331 cspg_html_5955028331:639:67664:67680 Viking Lacombe, Alberta -0.44751173936929356 +53000 gsa_html_6281775990 gsa_html_6281775990:982:90576:90580 Webb California -0.510928385396952733 +53001 gsa_html_7542416588 gsa_html_7542416588:817:68262:68272 Pittsburgh Sonora -0.0249388283192189877 +53002 aapg_ak_135.html aapg_ak_135.html:261:40114:40132 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) -0.0346368297266972797 +53003 gsa_html_6738340121 gsa_html_6738340121:767:69550:69556 Snyder Great Basin -0.473815322787249471 +53004 aapg_ac_227.html aapg_ac_227.html:10:2161:2178 Wasatch Cheyenne, Wyoming -0.492706142050923668 +53005 aapg_ak_69.html aapg_ak_69.html:9:1602:1616 Nuka Anchorage, Alaska -0.493525020516280222 +53006 aapg_ah_829.html aapg_ah_829.html:169:20960:20981 Green River Colorado 0.346963683403807732 +53007 aapg_ae_473.html aapg_ae_473.html:334:30476:30481 Bashi Mississippi River -0.21089826523552288 +53008 aapg_ah_869.html aapg_ah_869.html:41:4987:4993 Dakota Black Hills 0.0268340353555487666 +53009 cspg_html_9435196958 cspg_html_9435196958:1490:62916:62924 Edmonton Lacombe, Alberta -0.460944252925189812 +53010 geology_html_5638110690 geology_html_5638110690:277:23395:23403 Colorado San Juan, Argentina -0.0842207618660073126 +53011 gsa_html_4671856643 gsa_html_4671856643:14:611:622 San Antonio Beaumont, Texas -0.0358774797167535214 +53012 cspg_html_4132771434 cspg_html_4132771434:823:90229:90237 Columbia Victoria, British Columbia -0.454143259443463898 +53013 aapg_ah_218.html aapg_ah_218.html:104:11715:11726 Platteville Franklin County, Ohio -0.00229308019174294993 +53014 aapg_af_575.html aapg_af_575.html:507:70318:70338 Batesville Arkansas -0.431113360606789509 +53015 sedimentology_html_4382679749 sedimentology_html_4382679749:1383:89703:89725 Gorge Salem, Oregon -0.0537193910403591518 +53016 cspg_html_1784868850 cspg_html_1784868850:467:45563:45581 Dunvegan Lacombe, Alberta -0.419699228406432479 +53017 sedimentology_html_9132694946 sedimentology_html_9132694946:595:50922:50926 Hall London, Ontario -0.479830848328458015 +53018 aapg_ah_49.html aapg_ah_49.html:221:23930:23946 Modelo Canton, Ohio -0.00922476160912374769 +53019 aapg_aa_46.html aapg_aa_46.html:306:34198:34202 Rico Phoenix, Arizona -0.433933223839739757 +53020 cspg_html_8694594891 cspg_html_8694594891:387:42092:42110 Billings Quebec City 0.746457929915631313 +53021 sedimentology_html_2006668573 sedimentology_html_2006668573:967:62532:62536 Hall London, Ontario -0.0259316078616598014 +53022 aapg_af_95.html aapg_af_95.html:16:2549:2565 Walnut Texas -0.0769982235003839055 +53023 cspg_html_7914348578 cspg_html_7914348578:21:3118:3153 Keg River Lacombe, Alberta -0.432223543643836305 +53024 cspg_html_3397138450 cspg_html_3397138450:297:36278:36286 Columbia Western world -0.478284785297837578 +53025 palaios_html_4282283317 palaios_html_4282283317:376:38889:38906 Bridger Cheyenne, Wyoming -0.0330135830277358128 +53026 aapg_ae_639.html aapg_ae_639.html:130:11770:11789 Cotton Valley Brazos County, Texas -0.43797158338019293 +53027 aapg_ai_0.html aapg_ai_0.html:13:1551:1559 Beaumont Nueces River -0.424529676895097352 +53028 aapg_ah_519.html aapg_ah_519.html:92:10700:10716 Dakota Mancos, Colorado -0.43005505476622502 +53029 aapg_ai_523.html aapg_ai_523.html:34:4058:4064 Chinle Entrada Sandstone 0.033516364178986631 +53030 palaios_html_8931934490 palaios_html_8931934490:131:12063:12080 Oquirrh Logan, Utah 0.414767233501796673 +53031 AMJC_html_4692260170 AMJC_html_4692260170:142:15791:15804 Gile Mountain Quebec City -0.57109299067817787 +53032 cspg_html_9717154602 cspg_html_9717154602:211:31471:31488 Bearpaw Saskatchewan River -0.111704310166658521 +53033 aapg_af_493.html aapg_af_493.html:191:21845:21851 Walker Toronto -0.481673016532011111 +53034 aapg_ae_542.html aapg_ae_542.html:76:7075:7090 Saddle Mountain Cook Inlet -0.472770666406185036 +53035 cspg_html_4392308496 cspg_html_4392308496:12:1380:1401 Bonaventure Nashville Basin -0.0521971896884777173 +53036 gsa_html_3387611512 gsa_html_3387611512:1144:118243:118268 Chinle New Mexico 0.000674025171207849952 +53037 aapg_ai_791.html aapg_ai_791.html:203:32232:32244 Todos Santos Guatemala -0.0326847865730959877 +53038 cspg_html_9222238695 cspg_html_9222238695:73:11342:11350 Columbia Victoria, British Columbia -0.436810292517708865 +53039 sedimentology_html_8926418472 sedimentology_html_8926418472:721:68419:68439 San Miguel Texas -0.452896019392303839 +53040 aapg_ai_386.html aapg_ai_386.html:54:5373:5386 Nacatoch Cotton Valley, Louisiana -0.0465034686644063416 +53041 aapg_aa_154.html aapg_aa_154.html:3:169:189 Haymond West Texas -0.444536590280039667 +53042 AMJC_html_4692260170 AMJC_html_4692260170:142:15806:15823 Compton Quebec City -0.469093158774920749 +53043 aapg_ae_187.html aapg_ae_187.html:265:28975:28986 Black River Stones River -0.467905110852730732 +53044 gsa_html_5056480923 gsa_html_5056480923:74:8241:8258 Barstow Rainbow Basin -0.0363020833297297701 +53045 gsa_html_6980451554 gsa_html_6980451554:720:72754:72771 Kayenta Springdale, Arkansas -0.451787799117909672 +53046 aapg_aa_681.html aapg_aa_681.html:38:5615:5629 Traverse Middle East -0.00127856387818105167 +53047 jgeology_html_9097445382 jgeology_html_9097445382:416:30131:30137 Ludlow North China Plain -0.0366623139169080098 +53048 cspg_html_4937997995 cspg_html_4937997995:98:10672:10688 Bad Cache Rapids Churchill River (Atlantic) -0.0983146446404783714 +53049 cspg_html_9717154602 cspg_html_9717154602:118:15731:15748 Bearpaw Lacombe, Alberta -0.490355386135535809 +53050 palaios_html_2399848899 palaios_html_2399848899:40:3911:3942 Tuscaloosa Alabama 0.00736581097593620986 +53051 cspg_html_7632193795 cspg_html_7632193795:249:35203:35209 Reston Virginia -0.458865873154244486 +53052 aapg_ac_867.html aapg_ac_867.html:279:38637:38654 Hermosa Hermosa, Chicago -0.448529529594894116 +53053 gsa_html_6608619586 gsa_html_6608619586:786:67376:67404 Green River Colorado -0.0123938684119111291 +53054 aapg_ac_984.html aapg_ac_984.html:355:30856:30863 Mattoon Salem, Massachusetts -0.446392131630084288 +53055 aapg_ae_68.html aapg_ae_68.html:265:30032:30039 Oquirrh Logan, Utah -0.225335885571741057 +53056 aapg_ak_136.html aapg_ak_136.html:67:8981:8992 Mowry Cheyenne, Wyoming -0.434558307819543299 +53057 aapg_aa_135.html aapg_aa_135.html:383:39314:39325 San Joaquin South America -0.00922476160912374769 +53058 gsa_html_4438819447 gsa_html_4438819447:816:77770:77778 Virginia Wallops Flight Facility -0.467336881448994379 +53059 geology_html_7850098758 geology_html_7850098758:11:557:567 Washington Seattle -0.472491841137828439 +53060 aapg_ac_235.html aapg_ac_235.html:639:71103:71110 Andrews Cheyenne, Wyoming -0.451812561628617604 +53061 aapg_ac_333.html aapg_ac_333.html:313:41335:41350 Supai Grand Canyon -0.416543602707313443 +53062 palaios_html_5398833984 palaios_html_5398833984:867:94211:94219 Bachelor Lacombe, Alberta -0.018194387898863601 +53063 aapg_ad_697.html aapg_ad_697.html:5:463:471 Scotland Colorado -0.449451899065432481 +53064 gsa_html_4181975259 gsa_html_4181975259:297:28687:28693 Osprey Bandon, County Cork -0.017787713832192225 +53065 aapg_ae_609.html aapg_ae_609.html:48:6803:6812 Sunniland South Florida metropolitan area -0.0636597082590081992 +53066 sedimentology_html_1275942184 sedimentology_html_1275942184:382:14822:14832 Washington Wa (Japan) -0.462166276497962936 +53067 aapg_ad_765.html aapg_ad_765.html:28:3279:3288 Fullerton California -0.472823676298187945 +53068 AMJC_html_8619525948 AMJC_html_8619525948:562:62080:62092 Rhode Island Newport, Rhode Island 0.829876984369070869 +53069 aapg_aa_962.html aapg_aa_962.html:318:33859:33869 Cane River Natchitoches, Louisiana -0.02660103319374214 +53070 geology_html_3955381777 geology_html_3955381777:295:26234:26258 Tindir Anchorage, Alaska -0.457430856722515267 +53071 gsa_html_1783148177 gsa_html_1783148177:435:45785:45809 Mt Lytton Black Mountains, Wales -0.482092240402263728 +53072 aapg_aa_855.html aapg_aa_855.html:35:3747:3765 Niobrara Colorado 0.639976486789993526 +53073 aapg_ad_42.html aapg_ad_42.html:23:2982:2990 Columbia Victoria, British Columbia -0.0125780473264796473 +53074 aapg_ae_392.html aapg_ae_392.html:128:11729:11749 Moorefield Batesville, Arkansas -0.5040380613457629 +53075 palaios_html_6441274261 palaios_html_6441274261:32:2859:2893 Northumberland Victoria, British Columbia -0.478280146619880497 +53076 geology_html_7687041657 geology_html_7687041657:120:8803:8822 Lodgepole Logan, Utah 0.00103883289603381806 +53077 aapg_ac_477.html aapg_ac_477.html:590:68037:68054 Cardium Lacombe, Alberta -0.398521739427348864 +53078 aapg_ah_198.html aapg_ah_198.html:223:27415:27441 Monterey California -0.0311226948006410493 +53079 jgeology_html_4305195651 jgeology_html_4305195651:2471:169555:169564 Allegheny Pennsylvania -0.040359343442637502 +53080 palaios_html_4771673911 palaios_html_4771673911:515:53560:53580 Pottsville Alabama 0.00346047674040686785 +53081 gsa_html_3936574180 gsa_html_3936574180:531:57915:57923 Colorado Denver -0.039213880157219938 +53082 palaios_html_8029736168 palaios_html_8029736168:876:79469:79501 Horseshoe Canyon Lacombe, Alberta -0.454258371760158153 +53083 gsa_html_9613801428 gsa_html_9613801428:874:90632:90638 Reston Anchorage, Alaska -0.0197377379215514133 +53084 aapg_ah_283.html aapg_ah_283.html:139:15419:15429 Washington Cowlitz River -0.0284999414056484393 +53085 aapg_ah_387.html aapg_ah_387.html:604:60671:60677 Merced Chowchilla, California -0.0138360551692065167 +53086 aapg_ac_913.html aapg_ac_913.html:120:11791:11810 Wapanucka Wilburton -0.00530888185460337992 +53087 cspg_html_9941518291 cspg_html_9941518291:36:6074:6096 Barlow Inlet Devon Island -0.462102516958969756 +53088 aapg_ac_190.html aapg_ac_190.html:109:19629:19648 Marcellus Pennsylvania -0.438450704245630596 +53089 aapg_ah_645.html aapg_ah_645.html:558:68516:68529 Gypsum Spring Cheyenne, Wyoming -0.456355529459316345 +53090 cspg_html_8363357104 cspg_html_8363357104:19:1954:1962 Columbia Victoria, British Columbia -0.467950951742638677 +53091 aapg_aa_47.html aapg_aa_47.html:149:15615:15631 Sandia Madera County, California -0.452909542628234352 +53092 aapg_ah_505.html aapg_ah_505.html:905:72556:72562 Denver Cheyenne Mountain -0.494517233212117768 +53093 cspg_html_3926542795 cspg_html_3926542795:1212:131129:131158 Graminia Swan Hill, Victoria -0.0467578283362129754 +53094 cspg_html_6306091047 cspg_html_6306091047:105:16868:16877 Baldonnel Lacombe, Alberta -0.461271782333034175 +53095 geology_html_5902277107 geology_html_5902277107:213:21785:21795 Pottsville Alabama 0.410389912454738826 +53096 gsa_html_9613801428 gsa_html_9613801428:488:50927:50948 Talkeetna Talkeetna, Alaska -0.482987267474293158 +53097 aapg_ai_107.html aapg_ai_107.html:217:21462:21471 Smackover New Mexico -0.451812561628617604 +53098 aapg_ae_554.html aapg_ae_554.html:8:938:946 Monterey North Atlantic Current -0.427658982255246345 +53099 cspg_html_9729377176 cspg_html_9729377176:84:10125:10144 Pardonet Victoria, British Columbia -0.443701699352459789 +53100 aapg_af_773.html aapg_af_773.html:401:41377:41398 Green River Cheyenne, Wyoming 0.000277948477905467942 +53101 aapg_af_314.html aapg_af_314.html:24:2961:2971 Wind River Powder River (Montana) -0.442575570278969321 +53102 gsa_html_8638560961 gsa_html_8638560961:757:84708:84736 Green River Colorado 0.000790416175245119037 +53103 cspg_html_2462522466 cspg_html_2462522466:54:8294:8310 Swift Middle East -0.455197874748240694 +53104 geology_html_8798547477 geology_html_8798547477:212:19001:19041 Bruce Perth, Western Australia -0.477512787064485633 +53105 aapg_ae_855.html aapg_ae_855.html:143:14758:14772 Flagstaff North Horn Formation -0.0637435420996290414 +53106 aapg_ah_580.html aapg_ah_580.html:98:9220:9258 Haymond Texas -0.0366936389096963397 +53107 cspg_html_3849785044 cspg_html_3849785044:543:49302:49309 Telford Welland Canal -0.43485884955268328 +53108 aapg_ae_836.html aapg_ae_836.html:19:1889:1895 Paluxy Cotton Valley, Louisiana 0.00786094473747839077 +53109 sedimentology_html_3490195740 sedimentology_html_3490195740:70:8178:8194 Yeoman Regina, Saskatchewan -0.435767689782418699 +53110 aapg_ad_440.html aapg_ad_440.html:829:82412:82420 Virginia Huntington, West Virginia -0.479521879225688563 +53111 aapg_ah_387.html aapg_ah_387.html:2445:264659:264668 Knoxville Knoxville, Illinois -0.473815322787249471 +53112 gsa_html_7120668170 gsa_html_7120668170:1214:101795:101811 Chinle Cordillera Administrative Region -0.393456092218917641 +53113 AMJC_html_1964550508 AMJC_html_1964550508:251:34029:34041 Salina Pennsylvania -0.425363011053494167 +53114 gsa_html_8398449001 gsa_html_8398449001:39:2698:2707 Bear Lake Lake Bonneville -0.474133810779439169 +53115 gsa_html_7199417381 gsa_html_7199417381:304:33940:33957 White River Nebraska -0.467130759519596039 +53116 cspg_html_9060847110 cspg_html_9060847110:17:2485:2496 Mabou Cape Breton Island -0.449433936510724996 +53117 aapg_ad_64.html aapg_ad_64.html:184:18431:18442 Sparta Rockdale, Texas -0.410467485024247236 +53118 aapg_ac_491.html aapg_ac_491.html:132:23699:23715 Yucatan El Salvador 0.0235201874799382538 +53119 cspg_html_3104351736 cspg_html_3104351736:740:81395:81415 Mesaverde Cheyenne, Wyoming -0.460146402321772174 +53120 geology_html_4097535752 geology_html_4097535752:307:24059:24071 Owens Valley Mojave Desert -0.207738927073921692 +53121 cspg_html_6252417471 cspg_html_6252417471:30:4853:4869 Hassel Banks Island -0.466965896576978678 +53122 cspg_html_4693916254 cspg_html_4693916254:396:46451:46459 Billings Golden Valley, Minnesota -0.464473797617463435 +53123 cspg_html_1458415183 cspg_html_1458415183:6:452:469 Bluesky Pine Brook, New Jersey -0.489889776983278402 +53124 aapg_ac_486.html aapg_ac_486.html:689:87841:87849 Colorado Denver -0.0195726214963804213 +53125 sedimentology_html_2986454625 sedimentology_html_2986454625:1270:96091:96125 San Andres Guadalupe Mountains National Park -0.0425218344826495259 +53126 aapg_ad_258.html aapg_ad_258.html:220:23295:23336 Greenbrier Virginia -0.522656706597745768 +53127 aapg_aa_148.html aapg_aa_148.html:196:22134:22156 Burro Canyon Colorado -0.45921987907792633 +53128 aapg_ac_305.html aapg_ac_305.html:43:4868:4874 Vernon Waccasassa River -0.43451411861660022 +53129 cspg_html_5511324665 cspg_html_5511324665:11:618:628 Kananaskis Calgary -0.444835906435795903 +53130 cspg_html_7334652966 cspg_html_7334652966:211:24621:24641 Whitehorse Lacombe, Alberta -0.438007065376213589 +53131 aapg_ad_580.html aapg_ad_580.html:385:47135:47153 Wasatch Fort Union Trading Post National Historic Site -0.0451203085338412122 +53132 gsa_html_5625878232 gsa_html_5625878232:266:37287:37311 Northumberland Hornby Island -0.485369220602805185 +53133 palaios_html_2256521782 palaios_html_2256521782:1077:77853:77867 Bond Illinois -0.44255997020698512 +53134 aapg_aa_918.html aapg_aa_918.html:160:15231:15248 Wellington Wichita, Kansas -0.0399833098271603696 +53135 aapg_af_698.html aapg_af_698.html:63:6280:6312 Queenston Cayuga County, New York -0.464820899663721254 +53136 aapg_ae_945.html aapg_ae_945.html:144:11442:11450 Traverse Detroit River International Wildlife Refuge -0.443732938342886629 +53137 gsa_html_2369908260 gsa_html_2369908260:1115:106996:107008 Independence California Water Wars -0.440300736461396947 +53138 sedimentology_html_2898428289 sedimentology_html_2898428289:2027:100217:100245 Prairie Regina, Saskatchewan 0.845654203985770847 +53139 aapg_ak_135.html aapg_ak_135.html:142:24582:24600 San Onofre Breccia Los Angeles -0.457487488497030304 +53140 gsa_html_3260983053 gsa_html_3260983053:77:6285:6313 Green River Iran -0.444871652179790411 +53141 geology_html_6881575972 geology_html_6881575972:137:15305:15313 Colorado Platte River -0.0454181735904482173 +53142 cspg_html_5295390542 cspg_html_5295390542:86:11857:11879 Charlie Lake Victoria, British Columbia -0.433370341259820213 +53143 cspg_html_1730027796 cspg_html_1730027796:11:1063:1086 Bad Cache Rapids Churchill River (Atlantic) -0.483897233884893974 +53144 cspg_html_7310162886 cspg_html_7310162886:560:80152:80166 Lisburne Anchorage, Alaska -0.462453250854801823 +53145 aapg_ai_491.html aapg_ai_491.html:917:80223:80234 Green River Logan, Utah -0.194714360416355259 +53146 aapg_af_833.html aapg_af_833.html:72:7325:7342 Wasatch Mississippian culture 0.0113270421399411219 +53147 cspg_html_2820751927 cspg_html_2820751927:6:433:469 Albert New Brunswick, New Jersey -0.0485106911577510083 +53148 gsa_html_1569131616 gsa_html_1569131616:409:41766:41778 Rio San Juan Hispaniola -0.0386168312473477923 +53149 aapg_ad_639.html aapg_ad_639.html:521:63393:63406 Lee Kentucky -0.42653659632637092 +53150 aapg_ac_743.html aapg_ac_743.html:3:156:170 Lyre Washington (state) -0.035868779002919772 +53151 cspg_html_4269474759 cspg_html_4269474759:1113:111235:111252 Bearpaw Lacombe, Alberta -0.476935975501023179 +53152 cspg_html_3627006433 cspg_html_3627006433:140:16328:16345 Cardium Mississippi River -0.461947691336281385 +53153 sedimentology_html_1574151857 sedimentology_html_1574151857:319:26349:26359 Washington Salem, Oregon -0.447153316157111791 +53154 aapg_ad_401.html aapg_ad_401.html:104:6983:7011 Fort Union Fort Union Trading Post National Historic Site 0.0051247343510113369 +53155 cspg_html_9725676031 cspg_html_9725676031:57:7996:8012 Lepine Liard River, British Columbia -0.369032013523249547 +53156 gsa_html_2422494332 gsa_html_2422494332:488:47923:47944 Weaverville Weaverville, California -0.0272913568249384605 +53157 gsa_html_2220556952 gsa_html_2220556952:817:95758:95777 Pansy Lee Conglomerate Sevier orogeny -0.441459714368856782 +53158 gsa_html_5373737723 gsa_html_5373737723:1133:75973:76001 Green River Colorado -0.0358061340755818636 +53159 aapg_ae_371.html aapg_ae_371.html:65:10048:10056 Kootenay Canada -0.486588444102287743 +53160 cspg_html_7278957427 cspg_html_7278957427:93:12491:12510 Beaufort Arctic -0.00305744578029933057 +53161 gsa_html_1119256423 gsa_html_1119256423:396:34478:34495 White River Peoria, Illinois -0.45295011354581094 +53162 aapg_ah_870.html aapg_ah_870.html:28:4464:4482 Woodbine Gulf Coast of the United States -0.0480262627677959034 +53163 cspg_html_4626597050 cspg_html_4626597050:179:22818:22826 Dinwoody Cheyenne, Wyoming -0.0197168810314956311 +53164 aapg_ak_87.html aapg_ak_87.html:458:57382:57401 Horquilla Supai, Arizona -0.495711798447340535 +53165 gsa_html_1190215699 gsa_html_1190215699:20:1501:1517 Blaine Blaine County, Oklahoma -0.444835906435795903 +53166 cspg_html_1644457308 cspg_html_1644457308:357:39586:39603 Montney Victoria, British Columbia -0.489250567816489013 +53167 aapg_ai_78.html aapg_ai_78.html:55:5804:5823 Cockfield Texas 0.00039260223837717193 +53168 aapg_aa_47.html aapg_aa_47.html:232:26087:26094 Minturn Colorado -0.0479199713331230001 +53169 gsa_html_3561219088 gsa_html_3561219088:680:70758:70765 Madison California -0.446333949377836381 +53170 cspg_html_5295390542 cspg_html_5295390542:21:2353:2362 Baldonnel Middle East -0.44844429668252761 +53171 gsa_html_2279602635 gsa_html_2279602635:18:908:921 Santa Barbara California -0.467016268103292775 +53172 aapg_ae_231.html aapg_ae_231.html:107:10194:10202 Virginia Huntington, West Virginia -0.0031964218159343861 +53173 cspg_html_3521815736 cspg_html_3521815736:63:10793:10798 Liard Grayling, Michigan -0.479830848328458015 +53174 gsa_html_2717448156 gsa_html_2717448156:728:77518:77527 Hay River Great Slave Lake -0.469070208322842297 +53175 cspg_html_2152913769 cspg_html_2152913769:135:17837:17877 Madison Cheyenne, Wyoming -0.00436035322610329925 +53176 aapg_ac_90.html aapg_ac_90.html:250:32614:32631 Navajo Wisconsin -0.0594415674270635172 +53177 aapg_ad_958.html aapg_ad_958.html:1665:170442:170448 Warsaw Illinois -0.427672143055296883 +53178 aapg_aa_114.html aapg_aa_114.html:40:7301:7313 La Boca Matamoros, Tamaulipas -0.490873029192211763 +53179 gsa_html_8740218609 gsa_html_8740218609:99:9608:9630 Gorge Sykesville, Maryland -0.449451899065432481 +53180 aapg_af_967.html aapg_af_967.html:15:976:984 Colorado Earth -0.0776583441323688423 +53181 aapg_aa_906.html aapg_aa_906.html:63:7262:7272 Fort Union Fort Union Trading Post National Historic Site -0.459887424332023564 +53182 gsa_html_8833777630 gsa_html_8833777630:805:88250:88258 Colorado Middle East -0.466727815469158758 +53183 aapg_ae_904.html aapg_ae_904.html:471:49542:49554 Dakota Potter County, Texas -0.229890996912994527 +53184 cspg_html_8065532640 cspg_html_8065532640:74:9876:9897 Road River Root River (Wisconsin) -0.447455726501453044 +53185 gsa_html_6814608835 gsa_html_6814608835:655:54285:54288 Pit Pinecrest, Florida -0.0237635726163751594 +53186 cspg_html_7494952355 cspg_html_7494952355:199:34943:34959 Salina Ontario, California -0.484602537618405216 +53187 gsa_html_9597147043 gsa_html_9597147043:399:32412:32430 Cantwell Kahiltna Glacier -0.489913286480908206 +53188 aapg_ac_213.html aapg_ac_213.html:53:5835:5842 Wasatch Las Vegas Strip 0.904671319476912816 +53189 aapg_ai_146.html aapg_ai_146.html:305:20940:20952 Saskatchewan Southern Alberta -0.489899180704299886 +53190 aapg_af_436.html aapg_af_436.html:364:44866:44872 Pocono Pocono Raceway -0.42658041474227687 +53191 cspg_html_1730027796 cspg_html_1730027796:239:24159:24196 Bell East Bay (San Francisco Bay Area) -0.057382412068765952 +53192 gsa_html_3936574180 gsa_html_3936574180:531:57907:57913 Denver Colorado -0.48322516565543927 +53193 aapg_ah_516.html aapg_ah_516.html:450:30587:30598 Signal Hill Long Beach, California -0.0548599497641807099 +53194 aapg_ah_827.html aapg_ah_827.html:146:22286:22296 Washington Anchorage, Alaska -0.419699228406432479 +53195 aapg_ac_413.html aapg_ac_413.html:92:8058:8080 Monterey Moberly, Missouri 0.0057067116030324206 +53196 aapg_ae_863.html aapg_ae_863.html:52:6860:6876 Modelo Santa Monica Mountains -0.0939657475912447498 +53197 aapg_aa_647.html aapg_aa_647.html:877:70262:70276 Northumberland Cheyenne, Wyoming -0.0234628186655344677 +53198 cspg_html_6306091047 cspg_html_6306091047:423:60149:60157 Columbia Victoria, British Columbia -0.457691392417615917 +53199 cspg_html_7409170811 cspg_html_7409170811:67:10387:10393 Exshaw Lacombe, Alberta 0.00902496409790776687 +53200 aapg_ae_876.html aapg_ae_876.html:390:42669:42679 Whitewater Black Mountains (North Carolina) -0.0147326815118864023 +53201 aapg_ah_93.html aapg_ah_93.html:241:33204:33214 Washington Salem, Oregon -0.0400999482749248432 +53202 aapg_ai_17.html aapg_ai_17.html:119:9716:9738 Pine Island Shreveport, Louisiana -0.00357860677920869346 +53203 cspg_html_7028413504 cspg_html_7028413504:431:48369:48402 Duvernay Redwater, Texas -0.454258371760158153 +53204 aapg_ah_766.html aapg_ah_766.html:44:5255:5266 San Ricardo Guatemala -0.00395905591412439809 +53205 aapg_ai_345.html aapg_ai_345.html:16:2245:2268 Highland Peak Logan, Utah -0.0481395257140627003 +53206 aapg_ac_11.html aapg_ac_11.html:4:502:510 Tomstown Kentucky -0.0492670174484324749 +53207 aapg_ac_5.html aapg_ac_5.html:189:18994:19011 Cardium Lacombe, Alberta -0.438592713276552693 +53208 aapg_ae_3.html aapg_ae_3.html:234:33142:33150 Doughnut Uinta Mountains -0.00190221287180793197 +53209 cspg_html_2198503252 cspg_html_2198503252:274:15207:15219 Percha Regina, Saskatchewan -0.0158621976007121031 +53210 aapg_ae_224.html aapg_ae_224.html:112:9790:9804 Pico Long Beach, California -0.0497724382944867913 +53211 cspg_html_4287356899 cspg_html_4287356899:3323:350162:350182 Ross Victoria, British Columbia -0.451767539383647998 +53212 aapg_ac_399.html aapg_ac_399.html:85:8846:8868 Mooringsport Melbourne, Florida 0.40265244138042694 +53213 cspg_html_9343899465 cspg_html_9343899465:1698:138870:138886 Parry Islands Banks Island -0.473653815287124913 +53214 aapg_aa_12.html aapg_aa_12.html:371:37709:37724 Fountain Amarillo, Texas -0.0313696934317686249 +53215 aapg_ai_468.html aapg_ai_468.html:45:6041:6048 Bossier Cotton Valley, Louisiana -0.0309035312152589614 +53216 aapg_ae_519.html aapg_ae_519.html:151:15774:15781 Bedford Bath, Somerset -0.0521501164490012006 +53217 aapg_ad_3.html aapg_ad_3.html:270:23942:23952 Stonehenge Pennsylvania 0.00410845643834914769 +53218 aapg_ac_749.html aapg_ac_749.html:52:6886:6894 Reynales Manitoulin Island -0.0312131444176052264 +53219 aapg_ad_337.html aapg_ad_337.html:247:27373:27378 Vaqueros Los Angeles -0.444157000692344317 +53220 geology_html_5967209013 geology_html_5967209013:293:26051:26061 Ellensburg Sierra Nevada (Spain) -0.427843250012949428 +53221 gsa_html_9891566604 gsa_html_9891566604:114:12731:12754 Hazens Notch Fayston, Vermont -0.480597940731277096 +53222 aapg_aa_712.html aapg_aa_712.html:142:19006:19019 Galena Platteville, Colorado -0.452112016307883446 +53223 cspg_html_9343899465 cspg_html_9343899465:553:52529:52542 Weatherall Western world 1.00539312313909046 +53224 aapg_ai_49.html aapg_ai_49.html:96:9570:9575 Weber New Mexico -0.476218391360906934 +53225 cspg_html_6383234409 cspg_html_6383234409:19:2333:2354 Bathurst Devon Island -0.44714211768966694 +53226 cspg_html_1009613854 cspg_html_1009613854:855:76388:76396 Columbia Victoria, British Columbia 0.00100756364994161328 +53227 palaios_html_3977026753 palaios_html_3977026753:67:9449:9459 Washington Washington (state) -0.494708722782586374 +53228 palaios_html_4421656336 palaios_html_4421656336:230:27391:27395 Hall London, Ontario -0.460041893415422398 +53229 cspg_html_5241714595 cspg_html_5241714595:657:98053:98074 Elk Victoria, British Columbia -0.0375359691930512371 +53230 aapg_ai_503.html aapg_ai_503.html:251:27443:27452 Whirlpool Stony Creek Metropark -0.43553542054293326 +53231 aapg_ai_49.html aapg_ai_49.html:207:24385:24389 Yeso Arizona -0.0169205158924080785 +53232 aapg_ai_890.html aapg_ai_890.html:580:60805:60812 Everton England -0.434006092086238693 +53233 cspg_html_4699684578 cspg_html_4699684578:298:35449:35468 Graminia Lacombe, Alberta -0.425424282088950667 +53234 jgeology_html_2236057972 jgeology_html_2236057972:1183:59263:59272 Wenatchee Washington (state) -0.523843818372407899 +53235 sedimentology_html_3455721661 sedimentology_html_3455721661:492:39777:39784 Todilto Entrada Sandstone -0.476033304431228654 +53236 sedimentology_html_8373180957 sedimentology_html_8373180957:28:1947:1956 Newcastle Moffett Federal Airfield 0.0451377272504294991 +53237 palaios_html_1086380054 palaios_html_1086380054:16:770:785 Aguja Texas -0.451787799117909672 +53238 geology_html_2391629888 geology_html_2391629888:330:27688:27707 Round Mountain Silt California -0.0558541686875998269 +53239 aapg_ae_915.html aapg_ae_915.html:191:15261:15273 Dakota Niobrara, Nebraska -0.453919847910234653 +53240 cspg_html_6984906794 cspg_html_6984906794:456:36359:36380 Shaftesbury Lacombe, Alberta -0.0252656906210169466 +53241 aapg_ae_960.html aapg_ae_960.html:119:13317:13330 Madison Gallatin, Tennessee -0.0293347114318519286 +53242 palaios_html_8766622396 palaios_html_8766622396:791:50758:50774 Viking Lacombe, Alberta -0.435714594595624227 +53243 gsa_html_3010975239 gsa_html_3010975239:454:57092:57100 Michigan Michigan 0.00845684936576822886 +53244 gsa_html_5952049575 gsa_html_5952049575:69:7455:7476 Green River Wasatch Range -0.488956974601549299 +53245 geology_html_2009555838 geology_html_2009555838:234:22692:22698 Taylor London, Ontario -0.45184182728382527 +53246 aapg_ah_393.html aapg_ah_393.html:160:17470:17480 Kananaskis Moose Mountain (Alberta) 0.53890196018791503 +53247 sedimentology_html_4210495015 sedimentology_html_4210495015:1206:80924:80932 Monroe Creek London, Ontario -0.449451899065432481 +53248 cspg_html_4287356899 cspg_html_4287356899:351:50387:50407 Hart River Snake River Canyon (Idaho) -0.0303573786993141213 +53249 gsa_html_3331523875 gsa_html_3331523875:9:404:421 Wasatch Colorado 0.00829353945746899406 +53250 aapg_ah_647.html aapg_ah_647.html:438:47219:47235 Concha Naco, Sonora -0.0399624195111792577 +53251 gsa_html_2076560873 gsa_html_2076560873:875:78787:78815 Green River Colorado -0.0259316078616598014 +53252 gsa_html_8629203936 gsa_html_8629203936:37:3136:3142 Reston Virginia -0.0425061623953187154 +53253 cspg_html_7349901875 cspg_html_7349901875:13:1913:1934 Ravenscrag Edmonton, London -0.00680987700292186304 +53254 aapg_ae_31.html aapg_ae_31.html:53:5354:5369 Boone Batesville, Arkansas -0.457650607934439568 +53255 cspg_html_2695921112 cspg_html_2695921112:274:32276:32300 Bathurst Bathurst, New South Wales -0.0463867446356681576 +53256 aapg_ad_0.html aapg_ad_0.html:110:11438:11444 Oneota Michigan -0.0129533588216162645 +53257 cspg_html_9941518291 cspg_html_9941518291:70:10885:10908 Barlow Inlet Douro DOC -0.465705253187009671 +53258 aapg_af_854.html aapg_af_854.html:639:88210:88225 Salem Bloomington, Indiana -0.035304988004324106 +53259 aapg_af_95.html aapg_af_95.html:175:15473:15498 Fredericksburg Burnett County, Wisconsin -0.461171691164054931 +53260 geology_html_2705128271 geology_html_2705128271:15:745:779 Pocatello Boise, Idaho -0.43580087580188992 +53261 aapg_ae_678.html aapg_ae_678.html:365:44193:44209 Flagstaff Uinta Mountains -0.0271922402503122773 +53262 aapg_ac_289.html aapg_ac_289.html:129:10239:10247 Saratoga Tuscaloosa, Alabama -0.13265832367414665 +53263 jgeology_html_8406118991 jgeology_html_8406118991:226:20998:21006 Columbia Victoria, British Columbia -0.434606918343987458 +53264 cspg_html_2184091860 cspg_html_2184091860:809:68972:68980 Montreal Quebec City -0.471340610693628537 +53265 gsa_html_8742331347 gsa_html_8742331347:29:2796:2824 Green River Colorado 0.00863753336572832195 +53266 cspg_html_4937997995 cspg_html_4937997995:294:34303:34318 Red Head Rapids River Severn -0.469648742182661783 +53267 gsa_html_4220229801 gsa_html_4220229801:933:76259:76286 Columbia Salem, Oregon 0.0147604843710856162 +53268 gsa_html_3225734041 gsa_html_3225734041:184:18991:19012 Wissahickon Pennsylvania -0.461128473443845555 +53269 aapg_aa_821.html aapg_aa_821.html:112:12424:12431 Canning Carnarvon, Western Australia -0.080417119286975175 +53270 gsa_html_5246069804 gsa_html_5246069804:314:30764:30768 Bond North Atlantic Current -0.461089806729199636 +53271 gsa_html_8638560961 gsa_html_8638560961:704:80059:80065 Oregon Washington (state) -0.513323459558207906 +53272 geology_html_9924482358 geology_html_9924482358:41:3865:3886 Green River Cheyenne, Wyoming -0.457532796484121151 +53273 cspg_html_5375448448 cspg_html_5375448448:6:243:267 Kaskapau Lacombe, Alberta -0.427062550198528901 +53274 aapg_ac_967.html aapg_ac_967.html:358:38520:38538 John Day Salem, Oregon 0.336619456145435092 +53275 cspg_html_4626597050 cspg_html_4626597050:177:22501:22520 Goose Egg Cheyenne, Wyoming -0.444036457876645585 +53276 aapg_ac_506.html aapg_ac_506.html:301:38537:38546 Tuscarora Newburg, Louisville -0.0205233642338861627 +53277 aapg_ah_978.html aapg_ah_978.html:183:20286:20306 Jacalitos Tulare, California -0.471349814541787038 +53278 aapg_ah_763.html aapg_ah_763.html:100:10989:10998 Dog Creek Texas -0.0137370110791438689 +53279 geology_html_6494447832 geology_html_6494447832:137:15600:15624 Kingston Peak Black Mountains, Wales -0.0436537812502225328 +53280 aapg_ae_31.html aapg_ae_31.html:8:1161:1181 Batesville Arkansas -0.15148629887162382 +53281 geology_html_1146010106 geology_html_1146010106:93:9683:9702 Flagstaff Flagstaff, Arizona -0.0696009609044018346 +53282 aapg_aa_945.html aapg_aa_945.html:15:2018:2024 Oregon Rock River (Iowa) -0.519086321989102428 +53283 cspg_html_5241714595 cspg_html_5241714595:168:25156:25174 Prairie Lacombe, Alberta -0.431157390646727534 +53284 gsa_html_4277724886 gsa_html_4277724886:29:2796:2824 Green River Colorado -0.0452074024796540394 +53285 cspg_html_9275863663 cspg_html_9275863663:79:11221:11242 Fort Vermilion Swan Hill, Victoria 0.768740797645569796 +53286 aapg_ai_858.html aapg_ai_858.html:386:54394:54400 Denver Colorado -0.0176347786034971379 +53287 cspg_html_1221978143 cspg_html_1221978143:32:4214:4220 Cooper California -0.473746101631411953 +53288 cspg_html_9648675035 cspg_html_9648675035:96:12447:12455 Columbia Victoria, British Columbia -0.00349522085598196267 +53289 aapg_ad_626.html aapg_ad_626.html:86:10052:10076 Battle Cheyenne, Wyoming -0.381120851321051057 +53290 cspg_html_3233680622 cspg_html_3233680622:640:75219:75237 Eureka Sound Ellesmere Island -0.0836771905424842505 +53291 gsa_html_9542539418 gsa_html_9542539418:16:670:678 San Jose California -0.471363620495062197 +53292 aapg_ai_17.html aapg_ai_17.html:444:33477:33488 Sparta Texas -0.175837935377935933 +53293 gsa_html_3038126504 gsa_html_3038126504:322:32346:32362 Bouse Mojave Desert -0.492423140812619287 +53294 geology_html_3251130221 geology_html_3251130221:259:22280:22286 Navajo Logan, Utah -0.0379467177170490291 +53295 palaios_html_8229727144 palaios_html_8229727144:12:479:491 Rhode Island Kingston, Jamaica -0.479893584862882694 +53296 sedimentology_html_3841637081 sedimentology_html_3841637081:64:4830:4851 Beaverhill Lacombe, Alberta -0.458641287983651336 +53297 cspg_html_9683836416 cspg_html_9683836416:271:44462:44469 Bearpaw Western world 0.957072792298087616 +53298 aapg_ai_7.html aapg_ai_7.html:354:27197:27222 Eagle East Texas -0.495958018438408699 +53299 aapg_ac_617.html aapg_ac_617.html:99:12379:12397 Oakville Texas 1.11224750016332319 +53300 cspg_html_4176605708 cspg_html_4176605708:358:34719:34730 Shaftesbury Lacombe, Alberta -0.0146249457170983255 +53301 AMJC_html_6341723617 AMJC_html_6341723617:607:55499:55509 Bear River Boise, Idaho -0.47482657712880405 +53302 aapg_af_507.html aapg_af_507.html:645:66289:66297 La Habra California -0.0368502653061740099 +53303 aapg_ad_55.html aapg_ad_55.html:17:2054:2088 Dutchtown Decorah, Iowa -0.020196595303077311 +53304 cspg_html_2093862169 cspg_html_2093862169:409:42597:42612 Bluff Grand Cayman -0.477234757760444439 +53305 aapg_ae_473.html aapg_ae_473.html:33:3246:3251 Eutaw Tuscaloosa, Alabama -0.00530888185460337992 +53306 aapg_ac_750.html aapg_ac_750.html:66:5733:5741 Beaumont Beaumont, Texas 0.0145867169950197675 +53307 aapg_ae_843.html aapg_ae_843.html:147:14544:14549 Lance California -0.064040463163783104 +53308 aapg_aa_299.html aapg_aa_299.html:396:37875:37913 Arroyo New Mexico -0.00260577470876247183 +53309 palaios_html_6273516581 palaios_html_6273516581:665:61822:61853 Chinle New Mexico -0.0168874970090907538 +53310 sedimentology_html_8006979411 sedimentology_html_8006979411:1124:91116:91133 Cardium Canada 0.00118301890022228136 +53311 cspg_html_2013109828 cspg_html_2013109828:504:78444:78462 Glenogle Victoria, British Columbia -0.492380698787899029 +53312 aapg_ac_563.html aapg_ac_563.html:579:82354:82371 Yucatan Key West, Florida -0.477642564553472426 +53313 cspg_html_4409656292 cspg_html_4409656292:778:80721:80729 Columbia Victoria, British Columbia -0.0354198318919945049 +53314 aapg_ai_720.html aapg_ai_720.html:64:9048:9056 Virginia Long Island (Massachusetts) -0.465641239344597002 +53315 cspg_html_8273598401 cspg_html_8273598401:451:44516:44524 Montreal Quebec City -0.0189695239556965725 +53316 gsa_html_9777159316 gsa_html_9777159316:622:57429:57457 Green River Colorado -0.00606979848079094129 +53317 palaios_html_3977026753 palaios_html_3977026753:557:55809:55818 San Diego Currie, Minnesota -0.478586352630804512 +53318 cspg_html_4937997995 cspg_html_4937997995:181:21215:21237 Bad Cache Rapids East Pen Island -0.0298634270365841781 +53319 cspg_html_1818321956 cspg_html_1818321956:178:18602:18610 Columbia Victoria, British Columbia -0.0457352112838256136 +53320 aapg_aa_712.html aapg_aa_712.html:158:21461:21467 Galena Platteville, Colorado -0.018194387898863601 +53321 aapg_ah_505.html aapg_ah_505.html:696:53497:53505 Arapahoe Denver -0.494708722782586374 +53322 aapg_ae_66.html aapg_ae_66.html:265:26242:26250 Sundance Cheyenne, Wyoming 0.0120446265356006221 +53323 cspg_html_4915680223 cspg_html_4915680223:259:29407:29422 Douro Devon Island -0.451731523193220186 +53324 aapg_aa_305.html aapg_aa_305.html:62:9438:9446 Kirkwood Closter, New Jersey -0.0320063471843775108 +53325 cspg_html_8250755331 cspg_html_8250755331:731:74562:74579 Wapiabi Lacombe, Alberta -0.463764030920631232 +53326 gsa_html_1549665076 gsa_html_1549665076:674:61610:61616 Oregon Deschutes River (Washington) -0.0827567749856299162 +53327 aapg_ad_918.html aapg_ad_918.html:98:13608:13626 Frontier Logan, Utah 0.0200001890742619974 +53328 aapg_ad_152.html aapg_ad_152.html:1015:132080:132088 Arcturus Reno, Nevada -0.0854571938224106542 +53329 cspg_html_2471870619 cspg_html_2471870619:234:28529:28568 Exshaw Lacombe, Alberta -0.0763399422018811308 +53330 aapg_ae_415.html aapg_ae_415.html:643:80752:80764 Chickasawhay Flint River (Michigan) -0.428844183946785584 +53331 gsa_html_5271110133 gsa_html_5271110133:1022:89054:89060 Jordan Andes -0.0254117377860756666 +53332 aapg_ae_876.html aapg_ae_876.html:911:100872:100888 Dakota Cheyenne, Wyoming 0.00106315342262959652 +53333 aapg_ah_412.html aapg_ah_412.html:17:1789:1806 Madison Lacombe, Alberta -0.0173254356777415887 +53334 gsa_html_3408312461 gsa_html_3408312461:56:7637:7651 Hawthorn Northern Highland -0.0280825762237737336 +53335 aapg_ac_676.html aapg_ac_676.html:152:15948:15956 Grayburg Welthauptstadt Germania -0.496166414713999471 +53336 sedimentology_html_6714245905 sedimentology_html_6714245905:408:36267:36289 Colorado Uinta Mountains -0.466718659783226908 +53337 cspg_html_8089302449 cspg_html_8089302449:303:52147:52167 Dawson Bay Lacombe, Alberta 1.14925539141962885 +53338 gsa_html_9697375887 gsa_html_9697375887:595:69226:69237 White River Washington (state) -0.460091874413590562 +53339 aapg_ai_491.html aapg_ai_491.html:422:52616:52622 Toroweap Hermosa, Chicago -0.0347969055523305801 +53340 geology_html_4460751015 geology_html_4460751015:204:18522:18540 Willwood Cheyenne, Wyoming -0.489932094547215424 +53341 cspg_html_8904992939 cspg_html_8904992939:251:32697:32715 Cathedral Lacombe, Alberta -0.0177825001131117176 +53342 AMJC_html_5969956211 AMJC_html_5969956211:1782:197286:197304 Harebell Cheyenne, Wyoming -0.472823676298187945 +53343 aapg_ai_468.html aapg_ai_468.html:67:9212:9219 Bossier Haynesville, Louisiana -0.0114868900754173092 +53344 cspg_html_5697056884 cspg_html_5697056884:425:45874:45893 Winnipeg Regina, Saskatchewan -0.0225014864703161413 +53345 aapg_af_420.html aapg_af_420.html:32:3356:3380 Frontier Powder River (Montana) -0.0175218157848266304 +53346 cspg_html_9272962376 cspg_html_9272962376:653:71002:71011 Mackenzie Victoria, British Columbia -0.460980639153810601 +53347 aapg_ae_272.html aapg_ae_272.html:394:36389:36407 Michigan Midland County, Michigan -0.0200714512738383588 +53348 aapg_ai_572.html aapg_ai_572.html:134:14940:14974 Seminole Seminole, Texas -0.497512762155281452 +53349 gsa_html_7208175210 gsa_html_7208175210:1162:102756:102771 Orocopia Schist California -0.451787799117909672 +53350 aapg_ae_904.html aapg_ae_904.html:130:13572:13590 Sundance Black Hills -0.465888175365361257 +53351 cspg_html_4298557570 cspg_html_4298557570:207:29791:29815 St. Mary River Edmonton, London -0.461601707643698789 +53352 aapg_ai_17.html aapg_ai_17.html:1711:131611:131617 Sabine Wilcox County, Georgia -0.0790716892819932904 +53353 aapg_ai_665.html aapg_ai_665.html:43:6788:6798 Rio Grande Mississippi River -0.0423703387957518537 +53354 aapg_ae_392.html aapg_ae_392.html:3:282:302 Moorefield Arkansas -0.467868439854770279 +53355 aapg_ah_143.html aapg_ah_143.html:297:27257:27265 Columbia Lacombe, Alberta -0.464419004431934179 +53356 aapg_ah_3.html aapg_ah_3.html:395:51644:51671 Yeoman Williston, Vermont -0.0579634464646465175 +53357 cspg_html_6351830705 cspg_html_6351830705:66:9106:9123 Gaptank Texas -0.448282824521055501 +53358 gsa_html_9666442487 gsa_html_9666442487:504:53613:53632 Ellis Bay Anticosti Island -0.230419813682176344 +53359 aapg_ad_337.html aapg_ad_337.html:109:10652:10659 Temblor San Joaquin Hills (Laguna Niguel, California) -0.0195030992148617355 +53360 aapg_ae_415.html aapg_ae_415.html:42:6405:6420 Byram Tampa, Florida -0.4796264052884881 +53361 gsa_html_5107598462 gsa_html_5107598462:544:51498:51512 Salina Salina, Kansas -0.465616092314337648 +53362 gsa_html_6982030333 gsa_html_6982030333:1052:100106:100112 Oregon Reston, Virginia -0.477142101104954475 +53363 AMJC_html_1007005179 AMJC_html_1007005179:1053:103681:103694 Santa Barbara California -0.482213387515949554 +53364 sedimentology_html_8829282630 sedimentology_html_8829282630:118:9020:9028 Colorado Pueblo, Colorado -0.0315018919631344582 +53365 cspg_html_3026112034 cspg_html_3026112034:665:63085:63109 Basal Swan Hill, Victoria -0.484077007932315562 +53366 gsa_html_5293445820 gsa_html_5293445820:1313:129139:129167 Green River Colorado -0.0128491051493607039 +53367 aapg_ah_189.html aapg_ah_189.html:308:30949:30957 Michigan Galesville, Maryland -0.0221712043422439102 +53368 cspg_html_7988775280 cspg_html_7988775280:22:3134:3143 Athabasca Lacombe, Alberta -0.495702329885848558 +53369 aapg_ai_980.html aapg_ai_980.html:566:49623:49630 Rierdon Cut Bank, Montana -0.455876007847145159 +53370 palaios_html_4619218296 palaios_html_4619218296:357:24434:24443 Margarita Venezuela -0.462963655759663584 +53371 aapg_ai_816.html aapg_ai_816.html:85:14557:14561 Iola Plattsburg, Missouri -0.0358061340755818636 +53372 aapg_ai_322.html aapg_ai_322.html:175:15416:15431 Bluff Nicaragua -0.0419054197993560459 +53373 aapg_af_2.html aapg_af_2.html:759:68358:68366 Colorado Logan, Utah -0.000571531620668953421 +53374 aapg_aa_945.html aapg_aa_945.html:55:4937:4943 Oregon Kankakee, Illinois -0.523980999640466072 +53375 aapg_ah_972.html aapg_ah_972.html:401:39822:39831 Catahoula Whitsett, North Carolina -0.45954677788095788 +53376 aapg_af_264.html aapg_af_264.html:163:23606:23631 Bjorne Melville Island (Canada) 0.00700097865383239332 +53377 gsa_html_1481298851 gsa_html_1481298851:511:49893:49911 Monterey California -0.0243616205908490056 +53378 cspg_html_2820961138 cspg_html_2820961138:552:59173:59189 Viking Lacombe, Alberta -0.480367741483547772 +53379 jgeology_html_4115179562 jgeology_html_4115179562:641:50428:50436 Virginia Virginia -0.481989744615225701 +53380 cspg_html_6712217582 cspg_html_6712217582:6:329:338 Queenston Ontario, California -0.42423457487964078 +53381 aapg_ae_415.html aapg_ae_415.html:210:26719:26728 Red Bluff Mississippi River -0.0201913809518237848 +53382 AMJC_html_5871345265 AMJC_html_5871345265:1116:84549:84553 Kent London, Ontario -0.492640099962427858 +53383 gsa_html_8881958017 gsa_html_8881958017:512:49574:49587 Slocan Milford, Connecticut -0.0466254209346723472 +53384 palaios_html_9133125241 palaios_html_9133125241:232:28613:28627 Kope Alexandria, Virginia -0.460946527021081187 +53385 geology_html_6325648998 geology_html_6325648998:415:27359:27370 San Antonio Texas -0.0473205840884710904 +53386 aapg_ac_477.html aapg_ac_477.html:627:73724:73741 Cardium Lacombe, Alberta -0.414847317157849504 +53387 cspg_html_8065532640 cspg_html_8065532640:76:10208:10229 Road River Middle Ordovician -0.0265071378839745256 +53388 aapg_ac_536.html aapg_ac_536.html:658:65546:65552 Denver Williston, Vermont -0.472501057082917231 +53389 aapg_ad_626.html aapg_ad_626.html:121:14287:14314 White River Chadron, Nebraska -0.00504308419121407819 +53390 aapg_ai_249.html aapg_ai_249.html:882:116324:116328 Omoa Honduras -0.0584293582845294424 +53391 gsa_html_4983644410 gsa_html_4983644410:984:99164:99192 Green River Colorado -0.0181770085033734277 +53392 cspg_html_6255491344 cspg_html_6255491344:112:16287:16300 Mist Mountain Lacombe, Alberta -0.120723542630530464 +53393 aapg_ai_216.html aapg_ai_216.html:210:21285:21299 Bays Knoxville, Tennessee -0.464761517323236562 +53394 cspg_html_4578604607 cspg_html_4578604607:34:4729:4744 Elk Lacombe, Alberta -0.0185124334228341722 +53395 palaios_html_8474347362 palaios_html_8474347362:228:31248:31266 Navesink Navesink River -0.432316117842066305 +53396 gsa_html_7999545108 gsa_html_7999545108:1556:157498:157526 Green River Iran -0.0369512035856853355 +53397 aapg_af_90.html aapg_af_90.html:113:16245:16262 Stirling Black Mountains, Wales -0.437151438175982732 +53398 geology_html_8280947281 geology_html_8280947281:11:410:423 Santa Barbara California -0.453085363047098455 +53399 aapg_af_382.html aapg_af_382.html:3:324:330 Sierra Honduras -0.10690395184085999 +53400 aapg_ai_975.html aapg_ai_975.html:109:14209:14216 Hosston Shreveport, Louisiana -0.0227413796680306819 +53401 cspg_html_6252849194 cspg_html_6252849194:318:35133:35155 Bonnet Plume Canada -0.447357152169087058 +53402 aapg_ae_804.html aapg_ae_804.html:542:65180:65201 Blanco South Africa -0.0783710947280626402 +53403 cspg_html_5837603841 cspg_html_5837603841:182:16238:16243 Price Lacombe, Alberta -0.0225014864703161413 +53404 geology_html_2550998204 geology_html_2550998204:371:23063:23081 Judith River Regina, Saskatchewan -0.427650208489599781 +53405 aapg_ah_655.html aapg_ah_655.html:376:33002:33023 Eagle Salt Lake City -0.423531068292633761 +53406 geology_html_6792261432 geology_html_6792261432:259:23905:23913 Colorado Denver -0.427768661147865492 +53407 aapg_ae_959.html aapg_ae_959.html:1761:127318:127338 Dog Creek San Angelo, Texas 0.710105076439063954 +53408 geology_html_3302921640 geology_html_3302921640:139:14788:14797 Extension Buffalo National River -0.462111625185478381 +53409 gsa_html_2877730818 gsa_html_2877730818:67:7327:7351 Crystal Spring Pahrump, Nevada -0.506230968925011737 +53410 geology_html_6031974264 geology_html_6031974264:301:22672:22678 Lisbon Charleston, South Carolina -0.458648092769168181 +53411 sedimentology_html_1762761877 sedimentology_html_1762761877:27:1804:1811 Halifax Canada -0.0546419385811677746 +53412 cspg_html_6216640615 cspg_html_6216640615:955:98115:98123 Columbia Lacombe, Alberta -0.00843600125931864668 +53413 gsa_html_1254347878 gsa_html_1254347878:465:50705:50727 Mount Nelson Victoria, British Columbia -0.494318697340762225 +53414 cspg_html_7941684345 cspg_html_7941684345:42:6974:6985 Peace River Lacombe, Alberta -0.485663921579086111 +53415 gsa_html_4339524478 gsa_html_4339524478:739:74755:74761 Oregon California -0.494708722782586374 +53416 aapg_ah_871.html aapg_ah_871.html:471:51477:51484 Pamelia Montreal -0.419679650566534779 +53417 palaios_html_6453840623 palaios_html_6453840623:187:15293:15301 Traverse Pennsylvania -0.0125641469917892202 +53418 aapg_ac_608.html aapg_ac_608.html:180:18304:18320 Catskill Huntington, West Virginia -0.435668138774596203 +53419 gsa_html_2675218998 gsa_html_2675218998:364:35603:35622 Colorado Western world -0.0365787810685492543 +53420 aapg_ad_761.html aapg_ad_761.html:80:7150:7154 Buda Buda, Texas -0.425481180136460357 +53421 gsa_html_2023933346 gsa_html_2023933346:114:11681:11701 Santiago Santiago -0.0233880656689205678 +53422 cspg_html_5198658336 cspg_html_5198658336:476:52224:52238 Edmonton Lacombe, Alberta -0.043068633588496115 +53423 aapg_af_965.html aapg_af_965.html:535:64420:64436 Viking Canada -0.0147795988543257695 +53424 gsa_html_6636494931 gsa_html_6636494931:851:75893:75921 Green River Colorado -0.00520464736105560356 +53425 cspg_html_4287356899 cspg_html_4287356899:966:132181:132186 Kayak Great Britain -0.475991665297052891 +53426 jgeology_html_1836103970 jgeology_html_1836103970:453:35586:35605 Shepody New Brunswick, New Jersey -0.0482388499511915356 +53427 cspg_html_2083823293 cspg_html_2083823293:49:7151:7174 Mist Mountain Eagle Mountain (Minnesota) -0.00793912421120361589 +53428 aapg_aa_44.html aapg_aa_44.html:56:6866:6874 Moenkopi Lisbon -0.0602933440335905041 +53429 cspg_html_1019614994 cspg_html_1019614994:216:33901:33911 Big Valley Lacombe, Alberta -0.0133078241167712726 +53430 aapg_ah_387.html aapg_ah_387.html:2371:256622:256630 San Luis California -0.399162851525774687 +53431 cspg_html_9343899465 cspg_html_9343899465:1599:130261:130279 Melville Island Banks Island -0.0694995571897462083 +53432 aapg_af_19.html aapg_af_19.html:94:9832:9847 Tyler Sumatra -0.0310531186314172737 +53433 aapg_ae_454.html aapg_ae_454.html:299:24316:24321 Weeks Cotton Valley, Louisiana -0.0146249457170983255 +53434 aapg_ai_811.html aapg_ai_811.html:296:40821:40844 Detroit River Bloomington, Indiana -0.442649117020085803 +53435 jgeology_html_1841003966 jgeology_html_1841003966:849:43160:43166 Reston Denver -0.440325191296006335 +53436 aapg_af_589.html aapg_af_589.html:25:2236:2242 Oregon Salem, Oregon -0.487565545428885583 +53437 gsa_html_3429903648 gsa_html_3429903648:17:827:833 Casper Cheyenne, Wyoming -0.519495518957692082 +53438 palaios_html_2621173808 palaios_html_2621173808:828:93625:93657 Montney Lacombe, Alberta -0.456337429672799166 +53439 gsa_html_3872060924 gsa_html_3872060924:695:57925:57937 Owens Valley California 0.0276878302545827092 +53440 aapg_aa_23.html aapg_aa_23.html:862:112532:112544 Grand Rapids Inwood, New York -0.49729928854529093 +53441 aapg_ah_93.html aapg_ah_93.html:117:15730:15746 Bighorn Dolomite Cheyenne, Wyoming -0.0197168810314956311 +53442 cspg_html_2834693711 cspg_html_2834693711:405:55898:55914 Benson Western world -0.496386707811001693 +53443 cspg_html_6193252551 cspg_html_6193252551:70:11195:11211 Mingan Middle Ordovician -0.0198211657095899094 +53444 palaios_html_6455472411 palaios_html_6455472411:415:42475:42496 Fairview Netherlands -2.08461351353560743e-05 +53445 palaios_html_1064392617 palaios_html_1064392617:589:36277:36292 Laval Quebec City -0.493905230900802183 +53446 aapg_ai_49.html aapg_ai_49.html:624:82289:82295 Kaibab Arizona -0.440254051746647612 +53447 aapg_ai_791.html aapg_ai_791.html:498:70121:70127 Caribe La Habana Province -0.0599372594953088075 +53448 aapg_ai_945.html aapg_ai_945.html:160:20790:20809 Smackover Melbourne, Florida -0.198066017848435222 +53449 cspg_html_9332855346 cspg_html_9332855346:6:495:523 Saskatchewan Lacombe, Alberta -0.472528705500211532 +53450 sedimentology_html_9449833164 sedimentology_html_9449833164:305:20138:20145 Sunrise Anchorage, Alaska -0.0443365036009496297 +53451 aapg_ac_701.html aapg_ac_701.html:199:19907:19918 Coal Canyon Cheyenne, Wyoming -0.455387700672750584 +53452 aapg_ae_536.html aapg_ae_536.html:168:18883:18905 Belly River Colorado -0.461601707643698789 +53453 sedimentology_html_3941612453 sedimentology_html_3941612453:261:22293:22308 Quinault Hogsback, Eastern Cape -0.130248342412976087 +53454 gsa_html_7756840723 gsa_html_7756840723:750:64008:64013 Weeks Goree, Texas -0.461001107058420345 +53455 aapg_ae_873.html aapg_ae_873.html:1093:129467:129475 Prichard Hunt County, Texas -0.447133159014188541 +53456 cspg_html_9735723617 cspg_html_9735723617:400:51136:51151 Imperial Mackenzie River 1.03116524011476285 +53457 AMJC_html_4464898807 AMJC_html_4464898807:66:6476:6483 Shuswap Victoria, British Columbia -0.469120700106755939 +53458 palaios_html_3312501193 palaios_html_3312501193:351:34784:34817 Moenkopi Reno, Nevada -0.223489421927692666 +53459 aapg_ai_328.html aapg_ai_328.html:358:37905:37923 La Tuna Mississippian culture -0.464450966712688929 +53460 gsa_html_6426465509 gsa_html_6426465509:577:49768:49774 Reston Anchorage, Alaska -0.0182917127831857887 +53461 cspg_html_6985536436 cspg_html_6985536436:564:72130:72146 Kanguk Banks Island -0.467772185732027057 +53462 aapg_ah_329.html aapg_ah_329.html:588:58491:58510 San Diego San Joaquin River -0.452896019392303839 +53463 aapg_af_859.html aapg_af_859.html:20:3210:3224 Beaumont Beaumont, Texas 0.0147048786828740258 +53464 aapg_ad_164.html aapg_ad_164.html:11:1753:1759 Brazil Venezuela -0.486682122398052641 +53465 cspg_html_4659384530 cspg_html_4659384530:16:1931:1952 Slave Point Lesser Slave Lake Provincial Park -0.46878567237532498 +53466 geology_html_9810499598 geology_html_9810499598:272:21068:21078 Copenhagen Sweden -0.0449670253897642563 +53467 cspg_html_1114211412 cspg_html_1114211412:460:60668:60676 Columbia Lacombe, Alberta -0.482963947665808413 +53468 gsa_html_4930932370 gsa_html_4930932370:911:96362:96370 Michigan Sudbury, Suffolk -0.0276304452324186781 +53469 aapg_aa_956.html aapg_aa_956.html:156:15777:15786 Vicksburg Mississippi River -0.441637804770763531 +53470 aapg_ae_263.html aapg_ae_263.html:72:5654:5672 Monterey Virginia -0.00100582646968047011 +53471 palaios_html_1262064602 palaios_html_1262064602:463:50224:50241 Kayenta Arizona -0.466741549175746284 +53472 palaios_html_2994452429 palaios_html_2994452429:1703:142963:142989 Montney Calgary -0.499298579771170536 +53473 geology_html_8954266626 geology_html_8954266626:347:23823:23829 Provo Greece -0.468384265774498543 +53474 palaios_html_7765531315 palaios_html_7765531315:633:60644:60672 Noonday Dolomite East Palo Alto, California -0.087660830825269237 +53475 cspg_html_3962754176 cspg_html_3962754176:42:6233:6259 Athabasca Clearwater, Florida -0.0139559511282587399 +53476 gsa_html_1412377352 gsa_html_1412377352:29:2796:2824 Green River Colorado -0.444891759770598527 +53477 gsa_html_4438819447 gsa_html_4438819447:595:61153:61172 Mattagami Ontario, California -0.456661018199272462 +53478 geology_html_9216301420 geology_html_9216301420:264:23250:23262 Devon Island Alert, Nunavut -0.0184446528159183526 +53479 cspg_html_4010530611 cspg_html_4010530611:12:1577:1600 Turner Valley Moose Mountain (Alberta) -0.0663552183857922251 +53480 aapg_ad_292.html aapg_ad_292.html:720:70251:70257 Reston Virginia -0.485546964607742992 +53481 geology_html_3642506152 geology_html_3642506152:13:681:690 San Diego La Jolla -0.45295011354581094 +53482 aapg_ai_28.html aapg_ai_28.html:132:10602:10609 Lagarto Oakville, California -0.0130645631501062637 +53483 cspg_html_8532932475 cspg_html_8532932475:505:49251:49280 Peace River Lacombe, Alberta -0.473903010792736112 +53484 aapg_ad_55.html aapg_ad_55.html:43:4216:4223 Plattin Missouri River -0.347889479370965649 +53485 aapg_ah_189.html aapg_ah_189.html:24:3356:3378 Prairie Shakopee, Minnesota 0.0222442135206005684 +53486 gsa_html_5894524520 gsa_html_5894524520:14:536:546 Washington Washington (state) -0.0433054743353417024 +53487 cspg_html_1274054064 cspg_html_1274054064:672:78848:78861 Turner Valley Lacombe, Alberta -0.444891759770598527 +53488 aapg_ai_64.html aapg_ai_64.html:349:38586:38596 Rio Grande Mississippi River -0.479719327950920094 +53489 aapg_ah_847.html aapg_ah_847.html:307:36511:36522 Hornerstown New Egypt, New Jersey -0.0197377379215514133 +53490 aapg_ai_82.html aapg_ai_82.html:322:35895:35905 Greenbrier Greenbrier (Great Smoky Mountains) -0.462877048614286357 +53491 gsa_html_7119168346 gsa_html_7119168346:60:4505:4533 Green River Colorado -0.0306147978884375553 +53492 aapg_ai_78.html aapg_ai_78.html:147:10188:10192 Frio Texas -0.475963906981033746 +53493 aapg_ai_763.html aapg_ai_763.html:71:9326:9343 Schuler County Sligo -0.499412697488954616 +53494 aapg_aa_544.html aapg_aa_544.html:368:49221:49242 White River Cheyenne, Wyoming -0.455876007847145159 +53495 gsa_html_7304754451 gsa_html_7304754451:773:69824:69829 Yukon Emerald Lake (British Columbia) -0.510056113825609891 +53496 cspg_html_7779401416 cspg_html_7779401416:91:11343:11364 Fossil Hill Manitoulin Island 0.210205947039202062 +53497 geology_html_2703219359 geology_html_2703219359:302:24307:24311 Kano Sakai, Osaka -0.0370852093948460179 +53498 aapg_ac_807.html aapg_ac_807.html:372:37754:37775 Vincentown Maryland -0.101578208949101842 +53499 palaios_html_1249829497 palaios_html_1249829497:29:3381:3397 Ripley Alabama -0.300399552532758407 +53500 cspg_html_9061675089 cspg_html_9061675089:92:12820:12830 Lime Creek Bull Run River (Oregon) -0.46105569042928074 +53501 aapg_af_366.html aapg_af_366.html:71:8246:8254 Lisburne Anchorage, Alaska -0.0424800423112160416 +53502 gsa_html_6481254334 gsa_html_6481254334:827:74485:74493 Santiago Puerto Varas -0.44497889773871091 +53503 geology_html_2235998351 geology_html_2235998351:222:21862:21874 Austin Chalk Texas -0.470186292964726915 +53504 cspg_html_3385840278 cspg_html_3385840278:181:24914:24928 Fort Vermilion Swan Hill, Victoria -0.10376959678554544 +53505 aapg_af_673.html aapg_af_673.html:342:36632:36654 Sevy Dolomite Logan, Utah 0.256006350523995119 +53506 palaios_html_5582845937 palaios_html_5582845937:304:30051:30063 Gosport Sand Alabama -0.470629904958731249 +53507 aapg_ac_251.html aapg_ac_251.html:488:56318:56329 Mauch Chunk Juniata County School District -0.018225670847461909 +53508 aapg_ai_18.html aapg_ai_18.html:75:6868:6875 Carrizo Carrizo Plain -0.0287347150896633124 +53509 cspg_html_4260503134 cspg_html_4260503134:8:771:787 Oldman Lacombe, Alberta -0.0668829383623772561 +53510 cspg_html_5484260516 cspg_html_5484260516:1007:80271:80279 Columbia Victoria, British Columbia -0.494670894236060144 +53511 aapg_ac_364.html aapg_ac_364.html:47:5635:5643 Sundance Spearfish, South Dakota 0.147677067642080634 +53512 aapg_ae_73.html aapg_ae_73.html:847:107368:107376 Colorado Mesa, Arizona -0.0526051706223679347 +53513 jgeology_html_8064855537 jgeology_html_8064855537:1149:69668:69672 Hall London, Ontario -0.471616768153364618 +53514 cspg_html_3233680622 cspg_html_3233680622:53:7192:7204 Devon Island Southern United States -0.0173254356777415887 +53515 cspg_html_3804945581 cspg_html_3804945581:150:19040:19056 Battle Woodlake, Texas -0.466782751574986277 +53516 gsa_html_9310053579 gsa_html_9310053579:357:32432:32451 Chumstick Leavenworth, Washington -0.507456832997254637 +53517 palaios_html_8055229939 palaios_html_8055229939:723:73268:73299 Beaufort South Africa -0.0191815618988117366 +53518 cspg_html_3860685167 cspg_html_3860685167:692:69012:69017 Banff Lacombe, Alberta -0.0131827182184571217 +53519 palaios_html_2399848899 palaios_html_2399848899:40:3845:3860 Eutaw Tuscaloosa, Alabama -0.46957525648780718 +53520 cspg_html_8250755331 cspg_html_8250755331:619:67207:67231 Kaskapau Victoria, British Columbia -0.47829406272822006 +53521 aapg_ae_794.html aapg_ae_794.html:8:1527:1533 Coffee Selma to Montgomery marches -0.479447557264900015 +53522 palaios_html_8738458399 palaios_html_8738458399:600:56009:56017 Colorado Florissant, Colorado -0.433387995206966137 +53523 cspg_html_5431295472 cspg_html_5431295472:112:12828:12852 Basal Canada -0.446924894478510359 +53524 aapg_ac_400.html aapg_ac_400.html:368:42562:42570 Onondaga Jackson County, Missouri -0.0818926296508704216 +53525 cspg_html_6306091047 cspg_html_6306091047:39:7766:7788 Charlie Lake Victoria, British Columbia -0.491282661525563435 +53526 aapg_ah_847.html aapg_ah_847.html:17:2301:2320 New Egypt Navesink River -0.447189152172129289 +53527 aapg_ai_399.html aapg_ai_399.html:409:40661:40675 Ripley Lagrangian point -0.485448733097070706 +53528 aapg_ah_372.html aapg_ah_372.html:239:22301:22313 Midway Shreveport, Louisiana -0.431298300553942027 +53529 aapg_ai_202.html aapg_ai_202.html:557:55162:55174 Viking Montreal -0.451751782124743317 +53530 sedimentology_html_2566540012 sedimentology_html_2566540012:1612:118974:118981 Andrews San Juan Mountains -0.047064464348747774 +53531 aapg_ah_972.html aapg_ah_972.html:408:40521:40604 Olmos Glendale, Arizona -0.00048640987057772464 +53532 aapg_ah_678.html aapg_ah_678.html:584:71998:72017 Vicksburg Goliad County, Texas -0.014941203695627946 +53533 sedimentology_html_3181527419 sedimentology_html_3181527419:1357:77515:77519 Earp New Mexico -0.347290468730564572 +53534 aapg_ad_434.html aapg_ad_434.html:72:8235:8243 Columbia Victoria, British Columbia -0.439165406786194035 +53535 palaios_html_2994452429 palaios_html_2994452429:1700:142533:142565 Montney Victoria, British Columbia -0.449440672427322663 +53536 cspg_html_6116883777 cspg_html_6116883777:1047:146551:146570 Allen Bay Little Cornwallis Island 0.00662225056898444603 +53537 gsa_html_2813858917 gsa_html_2813858917:78:4739:4767 Green River New Mexico -0.0150020229891999878 +53538 gsa_html_4432793908 gsa_html_4432793908:107:13040:13059 Pansy Lee Conglomerate Reno, Nevada -0.499075144300376139 +53539 cspg_html_4072152826 cspg_html_4072152826:694:83129:83145 Eldon Regina, Saskatchewan -0.00771327274469656935 +53540 cspg_html_5541725202 cspg_html_5541725202:189:27584:27603 Claremont Middleborough, Massachusetts -0.486513508857715604 +53541 cspg_html_1065856149 cspg_html_1065856149:66:8012:8018 Viking Colorado 0.0191363732938989103 +53542 sedimentology_html_8235548259 sedimentology_html_8235548259:1097:73129:73146 Cupido County Sligo -0.455957418074169007 +53543 cspg_html_9771826320 cspg_html_9771826320:986:133408:133420 Devon Island Canada -0.43797158338019293 +53544 cspg_html_5688447798 cspg_html_5688447798:21:5182:5192 Bird Fiord Ellesmere Island -0.440247382693200906 +53545 cspg_html_2139304729 cspg_html_2139304729:81:12853:12881 Disappointment Bay Little Cornwallis Island -0.475554574599736102 +53546 sedimentology_html_6656277293 sedimentology_html_6656277293:1101:76381:76392 Reclamation Logan, Utah -0.481766159765426027 +53547 aapg_ah_158.html aapg_ah_158.html:206:35118:35131 Lone Mountain Bear Mountain (Connecticut) 0.0187244665243536737 +53548 cspg_html_7667087595 cspg_html_7667087595:128:15091:15109 Belly River Lacombe, Alberta -0.463465231196217298 +53549 aapg_ad_844.html aapg_ad_844.html:160:16119:16140 Lone Rock Regina, Saskatchewan -0.466714081975797668 +53550 cspg_html_3516764931 cspg_html_3516764931:61:9250:9257 Shuswap Omineca Mountains -0.479459169650376604 +53551 cspg_html_8334041965 cspg_html_8334041965:441:48937:48945 Columbia Victoria, British Columbia -0.00193174504042683669 +53552 gsa_html_2220556952 gsa_html_2220556952:19:1032:1051 Pansy Lee Conglomerate Reno, Nevada -0.506216586003456648 +53553 aapg_ae_72.html aapg_ae_72.html:293:26718:26739 Navajo Chinle Formation -0.0222581200663617834 +53554 sedimentology_html_1585135603 sedimentology_html_1585135603:1192:65516:65520 Hall London, Ontario -0.476033304431228654 +53555 aapg_ac_714.html aapg_ac_714.html:352:37709:37717 Sundance Cheyenne, Wyoming -0.443848978138650319 +53556 aapg_ah_978.html aapg_ah_978.html:470:43496:43506 Kern River California -0.488956974601549299 +53557 aapg_af_854.html aapg_af_854.html:1436:209070:209089 Mooretown Warren County, Ohio -0.437953842888147871 +53558 aapg_ah_505.html aapg_ah_505.html:974:78138:78142 Jelm Niobrara, Nebraska -0.446521936096131722 +53559 aapg_aa_696.html aapg_aa_696.html:700:76147:76155 Colorado Colorado 0.0154555658286427144 +53560 aapg_ai_83.html aapg_ai_83.html:193:18262:18275 Bedford Cleveland -0.460980639153810601 +53561 palaios_html_4745554613 palaios_html_4745554613:433:48535:48553 Kaskapau Victoria, British Columbia -0.460146402321772174 +53562 aapg_ah_871.html aapg_ah_871.html:485:53813:53820 Pamelia Montreal -0.219870879695425597 +53563 aapg_af_16.html aapg_af_16.html:318:29503:29521 Frontier Cheyenne, Wyoming 1.00507469721851672 +53564 aapg_ai_957.html aapg_ai_957.html:297:32050:32058 Beaumont Matagorda County, Texas -0.448296279445968116 +53565 aapg_ae_846.html aapg_ae_846.html:190:18250:18256 Dakota Entrada Sandstone -0.00704441094107981659 +53566 cspg_html_1019614994 cspg_html_1019614994:354:57056:57076 Big Valley Lacombe, Alberta -0.476061064960921709 +53567 aapg_ai_136.html aapg_ai_136.html:220:16266:16275 Smackover Haynesville, Louisiana -0.0259768148276084687 +53568 gsa_html_4667678389 gsa_html_4667678389:539:49471:49485 Monk Washington (state) -0.0444723579183447723 +53569 cspg_html_9725676031 cspg_html_9725676031:65:8923:8931 Columbia Victoria, British Columbia -0.467889067103673728 +53570 aapg_aa_93.html aapg_aa_93.html:6:849:855 Dakota Powder River (Montana) -0.393269664151954912 +53571 gsa_html_2743423721 gsa_html_2743423721:973:86383:86389 Walker Salem, Oregon -0.4784100389871494 +53572 sedimentology_html_9522643663 sedimentology_html_9522643663:77:6544:6560 Carmel Entrada Sandstone -0.0489515820397514803 +53573 gsa_html_6330913937 gsa_html_6330913937:12:573:579 Oregon Salem, Oregon -0.43491631701600808 +53574 palaios_html_1944651952 palaios_html_1944651952:46:6123:6133 Washington San Juan Islands -0.456371367070690814 +53575 cspg_html_1962846283 cspg_html_1962846283:177:21007:21015 Columbia Victoria, British Columbia -0.477142101104954475 +53576 gsa_html_7542416588 gsa_html_7542416588:827:68777:68786 Extension Sonora -0.473718414704639712 +53577 cspg_html_6223953329 cspg_html_6223953329:11:541:574 Grosmont Lacombe, Alberta -0.0531596434481698826 +53578 aapg_ai_364.html aapg_ai_364.html:88:10431:10440 Stonewall Black Hills 0.454154544317290576 +53579 gsa_html_5344876933 gsa_html_5344876933:1035:75255:75261 Oregon Earth -0.0213125005692229447 +53580 geology_html_4781601757 geology_html_4781601757:118:11510:11521 San Jacinto Lake Elsinore, California -0.0673984739998807758 +53581 palaios_html_6162571829 palaios_html_6162571829:420:50330:50348 Moenkopi Logan, Utah -0.450676431675374467 +53582 aapg_ac_923.html aapg_ac_923.html:822:75549:75555 Walker England -0.465568086328610908 +53583 cspg_html_4773367370 cspg_html_4773367370:22:2636:2644 Columbia Victoria, British Columbia -0.450595494357366455 +53584 cspg_html_5688447798 cspg_html_5688447798:6:318:346 Disappointment Bay Ellesmere Island -0.00472517057507792094 +53585 cspg_html_8152691171 cspg_html_8152691171:444:51840:51860 Missisauga Ottawa, Kansas -0.0218270224173490179 +53586 cspg_html_5484260516 cspg_html_5484260516:6:280:298 Palliser Victoria, British Columbia -0.231205899240234186 +53587 aapg_ad_151.html aapg_ad_151.html:401:33635:33649 Nuka Anchorage, Alaska -0.0498491257699788942 +53588 cspg_html_3328007773 cspg_html_3328007773:859:91858:91879 Peace River Canada -0.467877607461444023 +53589 gsa_html_5501935421 gsa_html_5501935421:29:2796:2824 Green River Colorado -0.0232768060359763093 +53590 aapg_aa_702.html aapg_aa_702.html:1376:141216:141233 Maroon Colorado -0.49345891443649581 +53591 aapg_aa_255.html aapg_aa_255.html:76:8040:8050 Phosphoria Populus sect. Aegiros -0.434083382761083048 +53592 cspg_html_2769629211 cspg_html_2769629211:117:14029:14050 Slave Point Hay River (Canada) -0.212726071459916621 +53593 aapg_ah_387.html aapg_ah_387.html:307:30907:30916 Knoxville Knoxville, Illinois -0.435668138774596203 +53594 cspg_html_5541725202 cspg_html_5541725202:225:32609:32629 Boss Point Logan, Utah 0.58568781016517335 +53595 aapg_ah_93.html aapg_ah_93.html:128:16795:16820 Beartooth Cheyenne, Wyoming -0.0926653412007348992 +53596 aapg_ae_904.html aapg_ae_904.html:155:16283:16303 Minnekahta Black Hills -0.626308322059532241 +53597 aapg_ae_29.html aapg_ae_29.html:72:8941:8952 Mauch Chunk Pottsville, Pennsylvania -0.43347626990885002 +53598 aapg_ai_583.html aapg_ai_583.html:330:39270:39282 Rierdon Cheyenne, Wyoming -0.455726774842524995 +53599 aapg_ac_835.html aapg_ac_835.html:397:52869:52876 Madison Gallatin, Tennessee -0.457899875343460883 +53600 aapg_aa_251.html aapg_aa_251.html:8:729:738 Smackover East Texas -0.448969278215303857 +53601 cspg_html_4422863308 cspg_html_4422863308:92:9520:9536 Viking Suffield, Connecticut -0.0238000807076843013 +53602 gsa_html_3502153639 gsa_html_3502153639:12:462:470 Virginia Reston, Virginia -0.44721379024503416 +53603 aapg_ad_660.html aapg_ad_660.html:486:67844:67864 San Andres Texas -0.199110707618293081 +53604 aapg_af_129.html aapg_af_129.html:85:9787:9793 Belden Leadville, Colorado -0.459805657368256959 +53605 AMJC_html_2589114080 AMJC_html_2589114080:986:89043:89049 Bowden Tanzania -0.466718659783226908 +53606 aapg_ae_539.html aapg_ae_539.html:262:34662:34680 Sundance Cheyenne, Wyoming -0.464610795373413321 +53607 gsa_html_4047856284 gsa_html_4047856284:1044:98662:98690 Green River Colorado 0.023073411490982406 +53608 aapg_ai_326.html aapg_ai_326.html:131:16051:16064 Mandata Maryland -0.500012071035915828 +53609 gsa_html_9428560088 gsa_html_9428560088:12:616:629 Santa Barbara California -0.472770666406185036 +53610 gsa_html_2989317971 gsa_html_2989317971:552:58603:58625 Sucker Creek Boise River -0.49463779564980348 +53611 aapg_ah_158.html aapg_ah_158.html:4:700:713 Lone Mountain Silver City, New Mexico -0.0103922942235400682 +53612 aapg_ac_22.html aapg_ac_22.html:86:9365:9384 Sunniland Melbourne, Florida -0.465890462131599792 +53613 aapg_aa_898.html aapg_aa_898.html:60:8436:8446 North Horn Flagstaff, Arizona -0.0177825001131117176 +53614 aapg_af_11.html aapg_af_11.html:329:33594:33610 Elbert Colorado -0.46809765859229685 +53615 aapg_ac_910.html aapg_ac_910.html:245:24631:24637 Sierra Coahuila -0.471543117662309108 +53616 aapg_aa_105.html aapg_aa_105.html:395:41215:41231 Belly River Middle East -0.454305775206324536 +53617 geology_html_2873428390 geology_html_2873428390:268:25548:25554 Oxford Pergamon Museum -0.0494674389497957237 +53618 cspg_html_1611261412 cspg_html_1611261412:762:96559:96575 Bow Island Bow Island Airport -0.0767776194443063886 +53619 palaios_html_7465495929 palaios_html_7465495929:266:21276:21283 La Luna Venezuela -0.245284940224553411 +53620 aapg_ai_932.html aapg_ai_932.html:113:17618:17635 Morales Paso Robles, California -0.0617388373496724763 +53621 aapg_ah_652.html aapg_ah_652.html:61:7540:7555 Mesaverde Beaumont, Texas -0.222339861373350794 +53622 aapg_ac_613.html aapg_ac_613.html:167:24340:24359 Mesaverde Mesa, Arizona 0.00865316951602894749 +53623 cspg_html_9177794814 cspg_html_9177794814:106:12825:12839 Nizi Anchorage, Alaska -0.489060307863409593 +53624 aapg_ah_894.html aapg_ah_894.html:34:5403:5420 Shublik Phoenix, Arizona -0.0167658489119699126 +53625 aapg_af_609.html aapg_af_609.html:145:12587:12595 Richmond Allegheny Mountains -0.429934117971200513 +53626 aapg_aa_702.html aapg_aa_702.html:413:89181:89200 Goose Egg Cheyenne, Wyoming -0.491282661525563435 +53627 cspg_html_1351473625 cspg_html_1351473625:196:25009:25017 Montreal Quebec City -0.023508018320362277 +53628 aapg_ac_486.html aapg_ac_486.html:600:73722:73728 Dakota Western world -0.410777836329927315 +53629 aapg_ac_832.html aapg_ac_832.html:80:10815:10837 Interlake Canada 0.813497436620365999 +53630 palaios_html_2339045630 palaios_html_2339045630:335:46284:46292 Virginia Kentucky -0.4864081422828892 +53631 gsa_html_5272406242 gsa_html_5272406242:29:2796:2824 Green River New Mexico -0.0286877600181881381 +53632 aapg_ac_335.html aapg_ac_335.html:333:34054:34071 Henryhouse Knoxville, Tennessee -0.464419004431934179 +53633 geology_html_1998691983 geology_html_1998691983:201:20951:20967 Bethel Bloomington, Indiana -0.0200714512738383588 +53634 aapg_af_728.html aapg_af_728.html:587:61167:61175 Colorado Colorado -0.0632789777746218668 +53635 cspg_html_6702053097 cspg_html_6702053097:787:83061:83092 Beekmantown Montreal -0.0313696934317686249 +53636 aapg_ad_696.html aapg_ad_696.html:206:20410:20416 Sparta Smith County, Kansas -0.447153316157111791 +53637 aapg_ae_797.html aapg_ae_797.html:401:43334:43341 Paradox Colorado 0.74062014076341065 +53638 cspg_html_6255491344 cspg_html_6255491344:5:196:220 Mist Mountain Lacombe, Alberta -0.0789981220482523228 +53639 gsa_html_7127096507 gsa_html_7127096507:75:8723:8737 Stewarts Point Gualala, California -0.0317836884462165403 +53640 aapg_ae_119.html aapg_ae_119.html:467:42562:42566 Wise Cheyenne, Wyoming -0.446669666957771216 +53641 aapg_af_615.html aapg_af_615.html:13:1369:1375 Laredo Corpus Christi, Texas -0.063450128833629979 +53642 cspg_html_3102530088 cspg_html_3102530088:73:9901:9916 Eagle Milk River, Alberta -0.0660110035802407569 +53643 jgeology_html_6738257029 jgeology_html_6738257029:1025:45084:45090 Arroyo Marbella -0.499270052772917139 +53644 aapg_ai_388.html aapg_ai_388.html:324:34269:34281 Laramie Wasatch Range -0.459837454744856933 +53645 aapg_ad_177.html aapg_ad_177.html:8:915:936 Kelvin Atlantic Ocean -0.0590384097953423337 +53646 aapg_ah_318.html aapg_ah_318.html:2249:197715:197734 La Casita Durango, Durango -0.0206137481511775786 +53647 aapg_ai_269.html aapg_ai_269.html:179:17610:17630 Missisauga Bridgetown, Nova Scotia -0.414392875306418662 +53648 aapg_ai_811.html aapg_ai_811.html:43:7047:7060 Detroit River Bloomington, Indiana -0.0281695262279110618 +53649 gsa_html_4924618867 gsa_html_4924618867:14:791:799 Colorado Denver -0.47601017133294582 +53650 aapg_ah_757.html aapg_ah_757.html:934:53966:53987 Etherington Nelson, New Zealand -0.0393792500826810471 +53651 aapg_ad_306.html aapg_ad_306.html:199:25908:25912 Omoa Cofradia -0.105837118024268068 +53652 aapg_aa_852.html aapg_aa_852.html:54:5469:5479 San Miguel County Sligo -0.0381938711768296663 +53653 cspg_html_4132771434 cspg_html_4132771434:322:41936:41956 Kiskatinaw Lacombe, Alberta -0.479475427251918496 +53654 aapg_ah_536.html aapg_ah_536.html:241:32534:32549 Sligo Pine Island (Lee County, Florida) -0.166478091648025323 +53655 aapg_aa_54.html aapg_aa_54.html:99:9764:9770 Abbott New Mexico 0.0102845739324917348 +53656 cspg_html_1019614994 cspg_html_1019614994:491:84456:84469 Exshaw Lacombe, Alberta -0.048054142726116994 +53657 aapg_ac_313.html aapg_ac_313.html:653:73772:73778 Caribe Guatemala -0.0482318797882009612 +53658 aapg_aa_708.html aapg_aa_708.html:669:67542:67563 Springhill Chile -0.00922476160912374769 +53659 cspg_html_1064938580 cspg_html_1064938580:31:4555:4571 Kanguk Canada -0.0134607320761341784 +53660 jgeology_html_4337388898 jgeology_html_4337388898:988:63321:63343 Carrizo Texas -0.434805805785743127 +53661 aapg_ad_959.html aapg_ad_959.html:82:8619:8638 Bellevue Kentucky -0.0293207981584643999 +53662 palaios_html_6757540995 palaios_html_6757540995:55:5301:5319 Niobrara Williston, Vermont -0.435668138774596203 +53663 cspg_html_4769973541 cspg_html_4769973541:157:20734:20746 Indian Point York -0.510672873014662465 +53664 cspg_html_9222238695 cspg_html_9222238695:248:34043:34051 Columbia Victoria, British Columbia -0.482987267474293158 +53665 gsa_html_3225734041 gsa_html_3225734041:583:47893:47914 Wissahickon Pennsylvania 0.0119212634262833451 +53666 sedimentology_html_1006662626 sedimentology_html_1006662626:3381:73051:73061 Washington Salem, Oregon -0.458639019733277031 +53667 aapg_af_11.html aapg_af_11.html:780:77305:77310 Ouray New Mexico -0.440387442871438828 +53668 aapg_ac_807.html aapg_ac_807.html:801:79395:79405 Tuscaloosa Tuscaloosa, Alabama -0.383055076991737908 +53669 cspg_html_4861932119 cspg_html_4861932119:35:4999:5008 Cold Lake Lacombe, Alberta 0.860591338589673183 +53670 gsa_html_8055113978 gsa_html_8055113978:17:1399:1419 Keokuk Adams County, Indiana -0.451812561628617604 +53671 aapg_ah_724.html aapg_ah_724.html:33:5076:5094 Kaskapau Victoria, British Columbia 0.370106920054217192 +53672 geology_html_9924482358 geology_html_9924482358:219:21823:21844 Green River Cheyenne, Wyoming -0.0198680940009536566 +53673 aapg_ac_671.html aapg_ac_671.html:150:14233:14244 Bloomington Bloomington, Indiana -0.434757184965269161 +53674 AMJC_html_1873062106 AMJC_html_1873062106:138:20579:20599 Dakota Mogollon, New Mexico 0.0202939301273731242 +53675 aapg_af_130.html aapg_af_130.html:212:36424:36441 Madison Uinta Mountains -0.481945488841025893 +53676 gsa_html_1047526579 gsa_html_1047526579:894:89704:89709 Logan Calgary -0.462512479285274614 +53677 cspg_html_9717154602 cspg_html_9717154602:180:25282:25299 Bearpaw Lacombe, Alberta -0.416233588263895504 +53678 geology_html_4393438384 geology_html_4393438384:24:2081:2097 Laurentian Piedmont (United States) -0.474133810779439169 +53679 aapg_ai_44.html aapg_ai_44.html:237:34964:34970 Perija Trinidad and Tobago -0.0559030112571096069 +53680 aapg_ai_859.html aapg_ai_859.html:3:365:371 Viking North Sea oil -0.00200123251374013846 +53681 aapg_aa_463.html aapg_aa_463.html:223:43291:43300 Smackover County Sligo -0.427768661147865492 +53682 sedimentology_html_1311285381 sedimentology_html_1311285381:649:60129:60141 Owens Valley California -0.0279295455819341988 +53683 cspg_html_2882304151 cspg_html_2882304151:267:39692:39703 Peace River Lacombe, Alberta -0.460953349343471763 +53684 aapg_ae_345.html aapg_ae_345.html:142:7110:7115 Eutaw Tuscaloosa, Alabama -0.501412283489766963 +53685 aapg_aa_775.html aapg_aa_775.html:828:90091:90098 Perdido Mexico 0.00528108597483065503 +53686 aapg_ai_594.html aapg_ai_594.html:381:39986:39994 Colorado Richmond, California -0.0541954731072742807 +53687 aapg_af_469.html aapg_af_469.html:376:42683:42691 Humboldt Cheyenne, Wyoming -0.471639785200352879 +53688 palaios_html_8113714689 palaios_html_8113714689:231:25166:25209 Jordan Wisconsin 0.398494059351431895 +53689 geology_html_7872603304 geology_html_7872603304:13:882:892 Ellensburg Washington (state) 0.317792649409811556 +53690 cspg_html_7409170811 cspg_html_7409170811:536:68201:68217 Exshaw Lacombe, Alberta -0.428929839085586462 +53691 aapg_ad_341.html aapg_ad_341.html:208:21845:21856 Martinsburg Hudson Valley 0.0791802905998601619 +53692 aapg_ah_847.html aapg_ah_847.html:312:37202:37223 Hornerstown New Egypt, New Jersey -0.0389336281325362993 +53693 aapg_aa_654.html aapg_aa_654.html:251:38305:38329 Arroyo Sangre de Cristo Range -0.477872040110580265 +53694 aapg_ah_387.html aapg_ah_387.html:2550:275702:275711 Knoxville Pope Valley, California -0.0243616205908490056 +53695 aapg_ac_720.html aapg_ac_720.html:263:28898:28915 Aquia Maryland -0.0104235679161521783 +53696 cspg_html_5541937700 cspg_html_5541937700:898:109247:109263 Viking Lacombe, Alberta -0.483047901936257684 +53697 aapg_ah_829.html aapg_ah_829.html:173:21258:21279 Green River Colorado -0.205161361932285707 +53698 cspg_html_5501097280 cspg_html_5501097280:261:34502:34528 Hector Lacombe, Alberta -0.422487681828547068 +53699 gsa_html_6982030333 gsa_html_6982030333:1369:124891:124901 Washington Boise, Idaho -0.0370660655999496616 +53700 cspg_html_7576506617 cspg_html_7576506617:615:74567:74574 Jupiter Quebec City -0.235442627714258224 +53701 aapg_ah_174.html aapg_ah_174.html:510:57937:57943 Sierra Chile -0.0376282120976162635 +53702 sedimentology_html_1180576775 sedimentology_html_1180576775:1406:67520:67541 Golden Grove Barbados -0.491445156732988053 +53703 cspg_html_4796942391 cspg_html_4796942391:469:51470:51492 Dunvegan Victoria, British Columbia -0.423076903173580265 +53704 gsa_html_2023933346 gsa_html_2023933346:1110:102910:102915 Vaqueros California 0.0138291046950378554 +53705 aapg_ad_557.html aapg_ad_557.html:10383:569589:569603 Lisburne Anchorage, Alaska -0.480728181628129914 +53706 aapg_ai_321.html aapg_ai_321.html:90:11735:11742 Esquias Valle, Arizona -0.471340610693628537 +53707 gsa_html_6608619586 gsa_html_6608619586:92:9980:9986 Oregon California -0.00564243327627664357 +53708 gsa_html_9353787239 gsa_html_9353787239:930:83554:83563 Flagstaff Arizona -0.0330222814746261376 +53709 cspg_html_8708246424 cspg_html_8708246424:297:38654:38662 Mainland Great Lakes -0.473653815287124913 +53710 gsa_html_9152662653 gsa_html_9152662653:903:78968:78984 Laurel Sykesville, Maryland -0.0121732026878597095 +53711 gsa_html_9889833548 gsa_html_9889833548:988:88498:88504 Snyder Northern California -0.0134607320761341784 +53712 aapg_ae_66.html aapg_ae_66.html:383:38038:38048 Fort Union Wasatch Range -0.478447154667899333 +53713 aapg_af_877.html aapg_af_877.html:52:5308:5324 Menard Jackson, Mississippi -0.114806955588879878 +53714 cspg_html_4319383223 cspg_html_4319383223:658:68554:68580 Halfway Canada -0.00092939054595942859 +53715 aapg_aa_298.html aapg_aa_298.html:888:107672:107687 Salem Oolitic, Indiana -0.011327042139941219 +53716 cspg_html_4626597050 cspg_html_4626597050:457:55356:55371 Chugwater Salt Lake City -0.006663945278057983 +53717 aapg_af_636.html aapg_af_636.html:344:39798:39807 Pendleton Jeffersonville, Indiana -0.469038078694436811 +53718 jgeology_html_5803513114 jgeology_html_5803513114:186:15529:15547 Rangeley Rangeley, Maine -0.461001107058420345 +53719 cspg_html_1509800797 cspg_html_1509800797:55:6519:6529 Hell Creek Regina, Saskatchewan -0.00691758876026682835 +53720 cspg_html_2175627313 cspg_html_2175627313:33:4492:4500 Columbia Lacombe, Alberta -0.0100934580634963432 +53721 cspg_html_9613527162 cspg_html_9613527162:190:26544:26561 Pekisko Elkton, Kentucky 0.556750128190162341 +53722 cspg_html_9474105160 cspg_html_9474105160:9:1655:1661 Fernie Lacombe, Alberta -0.432289667144302503 +53723 aapg_af_128.html aapg_af_128.html:438:41280:41299 Goose Egg Cheyenne, Wyoming -0.462166276497962936 +53724 gsa_html_8398449001 gsa_html_8398449001:109:9568:9578 Bear River Wasatch Range -0.0911528210903029129 +53725 cspg_html_4799463481 cspg_html_4799463481:45:6564:6575 Goose Fiord Middle East -0.0805029735165471438 +53726 cspg_html_5484260516 cspg_html_5484260516:957:75128:75139 Banff Crowsnest Pass, Alberta 0.0226579381642307842 +53727 cspg_html_2083823293 cspg_html_2083823293:575:61165:61199 Kootenay Lacombe, Alberta -0.0274826364360333635 +53728 gsa_html_4432793908 gsa_html_4432793908:562:61207:61243 Newark Canyon Reno, Nevada -0.282814824323050384 +53729 gsa_html_5773604426 gsa_html_5773604426:821:67561:67573 Wilcox Shreveport, Louisiana -0.0269348882327513015 +53730 cspg_html_2498183035 cspg_html_2498183035:313:35805:35815 Swan Hills Swan Hill, Victoria -0.00639293020944086028 +53731 aapg_ah_881.html aapg_ah_881.html:147:17584:17625 Chuckanut Bellingham, Washington -0.496915172747898759 +53732 cspg_html_4193503340 cspg_html_4193503340:12:1498:1506 Foremost Lacombe, Alberta -0.0512069723189051348 +53733 aapg_ah_871.html aapg_ah_871.html:596:66396:66412 Montreal Lowville (town), New York -0.449433936510724996 +53734 sedimentology_html_4432289902 sedimentology_html_4432289902:608:52698:52710 Marshalltown Sea Girt, New Jersey -0.0265836451265893982 +53735 aapg_ae_231.html aapg_ae_231.html:87:8037:8059 New Scotland Pine Brook, New Jersey -0.0139559511282587399 +53736 aapg_af_318.html aapg_af_318.html:204:23098:23115 Cantuar Regina, Saskatchewan -0.444945382159606273 +53737 aapg_ah_320.html aapg_ah_320.html:49:5099:5119 Greenbrier Huntington, West Virginia -0.412654959021926393 +53738 aapg_ai_328.html aapg_ai_328.html:289:29989:30008 Caballero Sacramento Mountains (California) -0.484310536940914471 +53739 aapg_aa_870.html aapg_aa_870.html:405:36250:36256 Dakota Lone Pine, California -0.447404197686881167 +53740 aapg_ai_82.html aapg_ai_82.html:402:45745:45755 Greenbrier Greenbrier (Great Smoky Mountains) -0.440247382693200906 +53741 jgeology_html_9111148993 jgeology_html_9111148993:373:27791:27806 Sioux Quartzite Southwick, Massachusetts -0.0371844096364450094 +53742 aapg_ac_835.html aapg_ac_835.html:61:8897:8903 Curtis Cheyenne, Wyoming -0.00490757986669080291 +53743 aapg_ai_582.html aapg_ai_582.html:165:14780:14796 Piper Manitoba -0.443933785681361437 +53744 aapg_ac_515.html aapg_ac_515.html:9:1176:1186 Washington Salem, Oregon -0.461526610478465105 +53745 aapg_ae_708.html aapg_ae_708.html:529:58878:58886 Virginia Maryville, Missouri -0.0338277865791703769 +53746 aapg_aa_399.html aapg_aa_399.html:304:24497:24508 Peace River Clearwater, Florida -0.434606918343987458 +53747 sedimentology_html_2613958727 sedimentology_html_2613958727:617:40431:40439 Temporal Virginia -0.49729928854529093 +53748 aapg_ae_50.html aapg_ae_50.html:1717:123913:123936 San Fernando Trinidad and Tobago -0.646779781346124127 +53749 aapg_aa_114.html aapg_aa_114.html:243:27503:27510 La Joya Mexico -0.0506631068321719905 +53750 aapg_af_241.html aapg_af_241.html:128:15239:15258 Fleming Brazoria County, Texas -0.00712258914704064564 +53751 cspg_html_5403901844 cspg_html_5403901844:65:9228:9250 New Scotland Helderberg -0.427658982255246345 +53752 aapg_ad_258.html aapg_ad_258.html:379:44310:44328 Chemung Huntington, West Virginia -0.447404197686881167 +53753 cspg_html_7310162886 cspg_html_7310162886:185:24972:24979 Shublik Anchorage, Alaska 0.00863753336572832195 +53754 gsa_html_3860045860 gsa_html_3860045860:901:89577:89593 Keasey Salem, Oregon -0.457840951353905012 +53755 aapg_ae_74.html aapg_ae_74.html:324:30584:30587 Abo San Ysidro, New Mexico -0.467675942101560327 +53756 aapg_af_877.html aapg_af_877.html:62:6503:6519 Menard Jackson, Mississippi -0.5007452228167526 +53757 aapg_ae_692.html aapg_ae_692.html:529:54040:54052 Judith River Niobrara, Nebraska -0.449575401198261781 +53758 cspg_html_3328007773 cspg_html_3328007773:913:95514:95530 Viking Lacombe, Alberta -0.437953842888147871 +53759 cspg_html_3473883402 cspg_html_3473883402:260:41508:41516 Edmonton Lacombe, Alberta -0.454041701910604445 +53760 aapg_ac_925.html aapg_ac_925.html:207:32958:32964 Guinda Central Valley (California) -0.466473780345575129 +53761 aapg_ai_980.html aapg_ai_980.html:824:74889:74913 Swift Sunriver, Oregon 0.000564582905986352451 +53762 aapg_ah_370.html aapg_ah_370.html:554:43707:43715 Traverse Michigan -0.450080811334427622 +53763 gsa_html_1983936163 gsa_html_1983936163:931:71772:71781 San Diego California -0.48062584784091128 +53764 aapg_aa_717.html aapg_aa_717.html:54:7923:7938 Gatesburg Pennsylvania -0.494566874481706664 +53765 cspg_html_8535889489 cspg_html_8535889489:169:24237:24254 Ringnes Southern United States -0.492894862146309787 +53766 gsa_html_3696101390 gsa_html_3696101390:505:51414:51424 Washington Washington (state) -0.464432702411418319 +53767 cspg_html_9735723617 cspg_html_9735723617:672:80263:80282 Hecla Bay Ellesmere Island -0.471695028578207554 +53768 aapg_af_76.html aapg_af_76.html:115:10861:10872 San Antonio Texas -0.499213001693062597 +53769 aapg_ad_812.html aapg_ad_812.html:6:1263:1270 Todilto Logan, Utah -0.471501691978871318 +53770 aapg_ai_159.html aapg_ai_159.html:161:17866:17881 Bohio Darien, Georgia -0.441392939290133568 +53771 aapg_ac_749.html aapg_ac_749.html:92:12368:12389 Fossil Hill Guelph -0.0291155791192652773 +53772 gsa_html_5147030878 gsa_html_5147030878:551:45725:45732 Laramie Trinidad and Tobago -0.0395655122576923646 +53773 palaios_html_1316705524 palaios_html_1316705524:406:33091:33117 Horseshoe Canyon Drumheller -0.0326639109248070408 +53774 aapg_ah_157.html aapg_ah_157.html:300:42997:43017 Aux Vases Bloomington, Indiana -0.436965343294064001 +53775 gsa_html_7020634397 gsa_html_7020634397:496:39975:39991 Tuttle Caledonia -0.0154677299277763414 +53776 cspg_html_5538678223 cspg_html_5538678223:57:10275:10279 Toad Canada 0.398928510939774217 +53777 palaios_html_1750761566 palaios_html_1750761566:312:32434:32450 Viking Lacombe, Alberta 0.00570844885597124405 +53778 aapg_ac_719.html aapg_ac_719.html:142:16512:16529 Vermejo Niobrara, Nebraska -0.190836187454345663 +53779 aapg_ad_2.html aapg_ad_2.html:1102:150916:150937 Tribes Hill Adirondack Park 0.915023958851416519 +53780 aapg_ah_753.html aapg_ah_753.html:420:67583:67590 Windsor Cumberland, Maryland -0.49293261121873766 +53781 aapg_ad_401.html aapg_ad_401.html:141:10983:10991 Altamont Fort Union Trading Post National Historic Site 0.0462386643207783471 +53782 gsa_html_9233283294 gsa_html_9233283294:913:89346:89374 Green River Colorado -0.0184446528159183526 +53783 cspg_html_9676262628 cspg_html_9676262628:34:4081:4100 Newcastle Cheyenne, Wyoming 0.0249388283192191369 +53784 aapg_ad_467.html aapg_ad_467.html:315:23440:23447 Magothy Austin, Chicago 0.327606443768789002 +53785 cspg_html_1996419880 cspg_html_1996419880:53:6238:6266 Stuhini Middle East -0.480597940731277096 +53786 cspg_html_9018334227 cspg_html_9018334227:27:3129:3137 Columbia Victoria, British Columbia -0.472770666406185036 +53787 cspg_html_9771826320 cspg_html_9771826320:901:127037:127055 Eureka Sound Canada 0.971121971917650151 +53788 sedimentology_html_2041096405 sedimentology_html_2041096405:836:65102:65114 Pethei Great Slave Lake -0.0637435420996290414 +53789 aapg_ac_807.html aapg_ac_807.html:1325:109712:109724 Mount Laurel Closter, New Jersey -0.0694436111220902846 +53790 gsa_html_8774590177 gsa_html_8774590177:93:11698:11707 Whitehall Black River, Jamaica -0.457501080653503367 +53791 cspg_html_5398977308 cspg_html_5398977308:42:5438:5458 West Point Quebec City -0.477204643263094197 +53792 cspg_html_6688313426 cspg_html_6688313426:84:13715:13723 Columbia Victoria, British Columbia -0.0242016752892677545 +53793 aapg_aa_110.html aapg_aa_110.html:64:9437:9458 Green River Cheyenne, Wyoming -0.492578779781284393 +53794 cspg_html_7409170811 cspg_html_7409170811:684:78780:78786 Denver Colorado -0.0613337858129998151 +53795 aapg_aa_36.html aapg_aa_36.html:933:72266:72272 Laguna Texas -0.517359251936504783 +53796 aapg_ah_532.html aapg_ah_532.html:20:2434:2443 Leadville Ouray, Colorado -0.00614797535445591944 +53797 gsa_html_7151930388 gsa_html_7151930388:1004:82236:82263 San Martin Sonora -0.0474286098423364472 +53798 aapg_ah_95.html aapg_ah_95.html:144:13234:13244 Rainvalley Western world -0.488837217649543798 +53799 aapg_ah_555.html aapg_ah_555.html:139:13591:13599 Colorado Arapahoe, North Carolina -0.446110205830797302 +53800 aapg_ae_73.html aapg_ae_73.html:353:46066:46072 Dockum New Mexico -0.470181697121159758 +53801 cspg_html_2498576032 cspg_html_2498576032:378:54680:54684 Hall North Sea -0.452055720301517416 +53802 aapg_ac_478.html aapg_ac_478.html:500:59392:59395 Rye McArthur River uranium mine -0.0210065757716986906 +53803 cspg_html_4699684578 cspg_html_4699684578:298:35438:35444 Calmar Lacombe, Alberta -0.0158448200336194084 +53804 aapg_ad_784.html aapg_ad_784.html:82:11400:11405 Sespe Ojai, California -0.0535729107489062092 +53805 palaios_html_2339045630 palaios_html_2339045630:372:48581:48589 Virginia Knoxville, Tennessee -0.433368134539702354 +53806 cspg_html_1743658399 cspg_html_1743658399:178:24990:25004 King Christian Melville Island (Canada) -0.450608983410958508 +53807 cspg_html_9683836416 cspg_html_9683836416:301:48790:48797 Bearpaw Lacombe, Alberta 1.09384236759647457 +53808 aapg_ae_415.html aapg_ae_415.html:834:102953:102962 Catahoula Mississippi River 0.912044423417186612 +53809 aapg_ae_984.html aapg_ae_984.html:28:3766:3784 Carlsbad Salado, Texas -0.498148760929569168 +53810 cspg_html_3102530088 cspg_html_3102530088:312:37239:37247 Lea Park Lacombe, Alberta -0.458784199315796892 +53811 geology_html_1762704695 geology_html_1762704695:14:785:793 Colorado Denver -0.0353624097936946907 +53812 gsa_html_4339524478 gsa_html_4339524478:1064:98088:98098 Washington Boise, Idaho -0.161294769338714783 +53813 aapg_ac_841.html aapg_ac_841.html:251:32566:32571 Coban Guatemala -0.436850160261835319 +53814 aapg_ad_760.html aapg_ad_760.html:49:7072:7089 Topanga Santa Clara, California -0.484310536940914471 +53815 gsa_html_1154444143 gsa_html_1154444143:1149:87106:87134 Green River Colorado 0.00521159632259531394 +53816 cspg_html_9343899465 cspg_html_9343899465:1844:154123:154154 Beverley Inlet Banks Island 0.00801209183604277911 +53817 cspg_html_4796942391 cspg_html_4796942391:487:52779:52808 Dunvegan Canada -0.420791864948583338 +53818 gsa_html_1210544754 gsa_html_1210544754:570:52724:52730 Oregon California -0.0258220684876826687 +53819 aapg_ah_823.html aapg_ah_823.html:62:6598:6606 Columbia Lacombe, Alberta 0.0642884910313072655 +53820 aapg_af_575.html aapg_af_575.html:835:118269:118286 Lenapah Des Moines, Washington -0.455387700672750584 +53821 cspg_html_4343998218 cspg_html_4343998218:124:13207:13232 Franklin Strait Middle Ordovician -0.0369512035856853355 +53822 sedimentology_html_4287650745 sedimentology_html_4287650745:1192:111894:111899 Swift Logan, Utah -0.467336881448994379 +53823 geology_html_8433649233 geology_html_8433649233:11:558:566 Victoria Victoria, British Columbia -0.0249388283192189877 +53824 aapg_ah_411.html aapg_ah_411.html:119:14741:14760 Mesaverde Judith River Formation -0.0126805624942423392 +53825 geology_html_8596179481 geology_html_8596179481:195:17036:17055 El Modeno Volcanics Glendora, California -0.47032647773667996 +53826 cspg_html_8464109528 cspg_html_8464109528:171:19958:19968 Besa River Dunedin, Florida 0.382560179522853872 +53827 aapg_ah_779.html aapg_ah_779.html:579:107605:107614 Olentangy Ohio 0.134885268794996599 +53828 aapg_af_4.html aapg_af_4.html:110:11386:11399 Santa Barbara California -0.46809765859229685 +53829 cspg_html_2170645676 cspg_html_2170645676:511:64992:64998 Bakken Lacombe, Alberta -0.00890334869044343696 +53830 cspg_html_2803424832 cspg_html_2803424832:55:7751:7772 Trold Fiord Melville Island (Canada) -0.0423703387957518537 +53831 jgeology_html_2964058232 jgeology_html_2964058232:998:67184:67203 Chicotte Anticosti Island -0.204320702557697853 +53832 aapg_ai_732.html aapg_ai_732.html:24:3386:3393 Calvert Illinois -0.0651374545973243124 +53833 aapg_ai_49.html aapg_ai_49.html:303:38182:38189 Entrada Arizona -0.0206224389359462197 +53834 gsa_html_8833777630 gsa_html_8833777630:562:66263:66271 Toroweap Grand Canyon -0.447133159014188541 +53835 aapg_ac_867.html aapg_ac_867.html:712:96033:96061 Minnekahta Powder River (Montana) -0.440387442871438828 +53836 cspg_html_9551573979 cspg_html_9551573979:504:49995:50011 Viking Lacombe, Alberta -0.467016268103292775 +53837 aapg_ah_370.html aapg_ah_370.html:698:55399:55411 Saginaw Michigan -0.465835581370964813 +53838 gsa_html_1105200950 gsa_html_1105200950:441:39433:39469 Beaufort North Carolina 0.00724767451713446368 +53839 aapg_ae_415.html aapg_ae_415.html:472:62713:62720 Edwards Hinds County, Mississippi -0.465595518002078101 +53840 geology_html_2685302093 geology_html_2685302093:174:15968:15981 San Sebastian Andes -0.481766159765426027 +53841 aapg_ah_411.html aapg_ah_411.html:188:22139:22158 Fox Hills Lacombe, Alberta 0.0775865495022873969 +53842 aapg_ad_749.html aapg_ad_749.html:42:3708:3716 Carlsbad Carlsbad, New Mexico -0.482989599489924148 +53843 palaios_html_1262064602 palaios_html_1262064602:799:83897:83910 Chinle New Mexico -0.00952011624606233578 +53844 cspg_html_8535889489 cspg_html_8535889489:280:46245:46260 Savik Middle East -0.466965896576978678 +53845 cspg_html_1984085623 cspg_html_1984085623:13:1313:1328 Colorado Lacombe, Alberta -0.0575132711788683623 +53846 aapg_ac_63.html aapg_ac_63.html:222:21708:21717 Smackover Shreveport, Louisiana 0.0769194352015953181 +53847 aapg_ak_72.html aapg_ak_72.html:65:7205:7219 Salina Towanda, Illinois -0.0142026952151300869 +53848 aapg_aa_888.html aapg_aa_888.html:313:38277:38289 Salina Michigan -0.45896570683289678 +53849 aapg_aa_74.html aapg_aa_74.html:100:8509:8521 Beaver Creek Glasgow -0.0133078241167712726 +53850 AMJC_html_4692260170 AMJC_html_4692260170:574:58269:58290 Spider Lake Portland, Maine -0.0520489971910248345 +53851 cspg_html_7938374662 cspg_html_7938374662:159:17882:17893 Peace River Lacombe, Alberta -0.0633628062510393636 +53852 gsa_html_4108353219 gsa_html_4108353219:653:50141:50155 Troy Arizona -0.470188590895520009 +53853 AMJC_html_6430804426 AMJC_html_6430804426:266:23143:23153 Las Ovejas San Diego -0.493411698974303814 +53854 aapg_af_150.html aapg_af_150.html:64:6375:6405 Haynesville Haynesville, Louisiana -0.026691451486835667 +53855 aapg_aa_960.html aapg_aa_960.html:238:19509:19517 Fountain Entrada Sandstone -0.067608196951884289 +53856 cspg_html_3328007773 cspg_html_3328007773:874:92911:92919 Columbia Lacombe, Alberta -0.0349152239847350387 +53857 cspg_html_4392308496 cspg_html_4392308496:97:16620:16631 Mabou New Brunswick, New Jersey -0.0288373212008630718 +53858 cspg_html_4666332434 cspg_html_4666332434:490:72883:72899 Oldman Lacombe, Alberta -0.0777161308228224296 +53859 gsa_html_7102550258 gsa_html_7102550258:687:80330:80355 Mount Wrightson Colorado Plateau -0.462877048614286357 +53860 aapg_ad_329.html aapg_ad_329.html:135:18833:18843 Mahantango Genesee County, Michigan -0.450932780647085085 +53861 gsa_html_4042740422 gsa_html_4042740422:986:80970:80998 Green River Colorado -0.387814691513593379 +53862 cspg_html_8438548095 cspg_html_8438548095:292:27634:27652 Edmonton Lacombe, Alberta -0.446669666957771216 +53863 gsa_html_9310053579 gsa_html_9310053579:12:493:503 Washington Earth -0.0214063649157180402 +53864 cspg_html_1893593837 cspg_html_1893593837:70:5321:5346 Severn River River Severn 0.0134468313182249857 +53865 aapg_ai_364.html aapg_ai_364.html:776:65266:65271 Atoka Talihina, Oklahoma -0.0264132431935258684 +53866 aapg_ae_535.html aapg_ae_535.html:96:12307:12336 Narrow Cape Kodiak Island 0.358857496809390719 +53867 aapg_ai_941.html aapg_ai_941.html:186:26194:26198 Hall London, Ontario -0.0193049620802523206 +53868 AMJC_html_5390933660 AMJC_html_5390933660:143:13676:13696 Littleton New Hampshire -0.463478914486847693 +53869 cspg_html_5376629375 cspg_html_5376629375:575:56756:56764 Kootenay Calgary -0.0467578283362129754 +53870 jgeology_html_6388378441 jgeology_html_6388378441:95:5219:5234 Berino New Mexico -0.480960803547703208 +53871 geology_html_2878109339 geology_html_2878109339:239:19821:19826 Price Earth 0.00528108597483065503 +53872 aapg_ac_63.html aapg_ac_63.html:45:5744:5764 Smackover Haynesville, Louisiana -0.463636287457712182 +53873 cspg_html_5376629375 cspg_html_5376629375:23:3797:3832 Nolichucky Great Basin -0.0167554219628843898 +53874 aapg_ad_945.html aapg_ad_945.html:304:32425:32433 Columbia Lacombe, Alberta 0.0218791707506804517 +53875 gsa_html_8010927234 gsa_html_8010927234:340:27685:27703 Rangeley Greenvale, New York -0.472491841137828439 +53876 aapg_ac_927.html aapg_ac_927.html:459:61662:61681 Oak Hill Bennington, Vermont -0.469152832749018645 +53877 aapg_ad_306.html aapg_ad_306.html:332:40894:40904 San Marcos San Pedro Sula -0.46814580209221146 +53878 cspg_html_3479659543 cspg_html_3479659543:539:51156:51163 Halifax Canada -0.022871757858413614 +53879 jgeology_html_7023488312 jgeology_html_7023488312:624:44401:44407 Sierra San Juan, Argentina -0.489885075161781369 +53880 sedimentology_html_5967888054 sedimentology_html_5967888054:369:14499:14503 Bell London, Ontario -0.0515259889792163556 +53881 aapg_aa_43.html aapg_aa_43.html:479:52479:52487 Michigan Mexico -0.0278217295801544348 +53882 aapg_ai_105.html aapg_ai_105.html:203:23491:23506 Ophir Middle East -0.447189152172129289 +53883 cspg_html_9843429624 cspg_html_9843429624:872:110703:110711 Columbia Victoria, British Columbia -0.45644603384473742 +53884 cspg_html_5909649442 cspg_html_5909649442:29:2380:2398 Paskapoo Lacombe, Alberta -0.432289667144302503 +53885 aapg_ad_865.html aapg_ad_865.html:109:10780:10797 Wingate Chinle Formation -0.030261717523761382 +53886 gsa_html_8761040843 gsa_html_8761040843:70:5519:5547 Green River New Mexico -0.00704441094107981659 +53887 aapg_ad_140.html aapg_ad_140.html:13:1334:1339 Atoka North Little Rock, Arkansas -0.471340610693628537 +53888 gsa_html_2096186301 gsa_html_2096186301:502:47515:47520 Basal Glacier Bay National Park and Preserve -0.495740204770814097 +53889 aapg_ae_296.html aapg_ae_296.html:165:17533:17543 San Andres San Angelo, Texas -0.0118326507856826232 +53890 gsa_html_9181545711 gsa_html_9181545711:640:63543:63558 Red Rock Red Rock Canyon National Conservation Area -0.0205233642338861627 +53891 sedimentology_html_1158274941 sedimentology_html_1158274941:1522:98228:98233 Yukon Canada -0.470236848829719556 +53892 aapg_ad_466.html aapg_ad_466.html:437:52101:52108 Magothy Navesink River -0.459996458565647859 +53893 cspg_html_9142742810 cspg_html_9142742810:671:65103:65133 Elk Lacombe, Alberta -0.456391730122837791 +53894 aapg_ae_4.html aapg_ae_4.html:46:6153:6162 Bear Lake Logan, Utah -0.453044786078658057 +53895 sedimentology_html_7267703281 sedimentology_html_7267703281:919:69583:69593 Rio Grande New Mexico -0.509827355947473859 +53896 cspg_html_9717154602 cspg_html_9717154602:890:77315:77333 Lea Park Lacombe, Alberta -0.0064971666241045254 +53897 sedimentology_html_9247485319 sedimentology_html_9247485319:33:2152:2159 Waikato Canada 0.0389875890709778586 +53898 cspg_html_6611173979 cspg_html_6611173979:70:9719:9740 Swan Hills Lacombe, Alberta -0.457501080653503367 +53899 geology_html_9872663807 geology_html_9872663807:245:20889:20895 Howard Montgomery (town), New York -0.0693701827807775562 +53900 aapg_ah_973.html aapg_ah_973.html:177:15015:15031 Ripley Mississippi River 0.286386164130463694 +53901 cspg_html_9753247638 cspg_html_9753247638:405:44050:44072 Bluff Bridgetown, Nova Scotia -0.0357069470350891913 +53902 aapg_ae_63.html aapg_ae_63.html:235:24315:24334 Adaville Western world -0.441437455474761709 +53903 palaios_html_1708031813 palaios_html_1708031813:635:51977:51994 Wasatch Cheyenne, Wyoming 0.356286511961379726 +53904 geology_html_7113954805 geology_html_7113954805:223:14537:14559 Mount Simon Illinois -0.00138974352800571069 +53905 aapg_ae_204.html aapg_ae_204.html:190:16252:16274 Grand Rapids Clearwater, Florida -0.464473797617463435 +53906 gsa_html_7020634397 gsa_html_7020634397:100:9521:9526 Yukon Canada -0.440300736461396947 +53907 gsa_html_1860930948 gsa_html_1860930948:64:6165:6187 Shinarump Conglomerate Chinle Formation -0.422356792753443622 +53908 cspg_html_3008414459 cspg_html_3008414459:28:4472:4482 Milk River Lacombe, Alberta -0.443732938342886629 +53909 cspg_html_7117661916 cspg_html_7117661916:6:335:343 Columbia Victoria, British Columbia -0.44505934010721393 +53910 palaios_html_9359679595 palaios_html_9359679595:1136:79045:79063 Sunrise Reno, Nevada -0.473856858113634927 +53911 aapg_ai_29.html aapg_ai_29.html:657:83763:83770 Reynosa Oakville, California -0.434673209477638822 +53912 gsa_html_7032353511 gsa_html_7032353511:31:2790:2818 Green River Colorado -0.0209613827792686502 +53913 sedimentology_html_9710882522 sedimentology_html_9710882522:433:30804:30808 Tyee Elkton, Kentucky -0.0371478620663623291 +53914 cspg_html_3529479452 cspg_html_3529479452:17:2384:2393 Lodgepole Williston Basin -0.0411323490648926038 +53915 geology_html_3911481921 geology_html_3911481921:44:5932:5940 Stirling Death Valley -0.459887424332023564 +53916 cspg_html_4072152826 cspg_html_4072152826:637:78609:78615 Smiths Canada -0.462097962880594848 +53917 cspg_html_5807593737 cspg_html_5807593737:18:3115:3122 Duperow Williston, Vermont -0.0342523093425481095 +53918 aapg_ai_107.html aapg_ai_107.html:382:36745:36762 Bossier Bossier Parish, Louisiana -0.483407132229491276 +53919 cspg_html_7176835767 cspg_html_7176835767:75:9107:9129 Martin Sault Ste. Marie, Ontario -0.463332970234029085 +53920 gsa_html_3826887876 gsa_html_3826887876:665:64893:64903 Washington Salem, Oregon -0.015097596462230729 +53921 aapg_ae_380.html aapg_ae_380.html:261:22762:22768 Weches Charlotte, North Carolina -0.465186416944366576 +53922 geology_html_8953766677 geology_html_8953766677:171:18157:18165 Palliser Lacombe, Alberta -0.444871652179790411 +53923 aapg_ae_474.html aapg_ae_474.html:864:87987:88003 Bethel Bethel, Alaska -0.0199532604557582163 +53924 gsa_html_2220556952 gsa_html_2220556952:220:26216:26235 Pansy Lee Conglomerate Hunting Creek -0.0510291657486304576 +53925 aapg_ah_528.html aapg_ah_528.html:512:54404:54412 Moenkopi Chinle Formation 0.0136205912894358499 +53926 cspg_html_4924970281 cspg_html_4924970281:48:7223:7243 Clearwater CFB Cold Lake -0.465744120990301047 +53927 aapg_ad_0.html aapg_ad_0.html:105:10994:11021 Prairie Trempealeau, Wisconsin -0.43347626990885002 +53928 cspg_html_3023030263 cspg_html_3023030263:576:60502:60514 Saskatchewan Colorado -0.445157668105484183 +53929 aapg_af_663.html aapg_af_663.html:542:53867:53875 Altamont Pleasanton, Texas -0.432823232966369709 +53930 geology_html_8562215493 geology_html_8562215493:20:1299:1314 Hampden South Georgia and the South Sandwich Islands -0.456391730122837791 +53931 aapg_af_148.html aapg_af_148.html:3:278:306 Green River Colorado -0.0330048845874642768 +53932 gsa_html_5687289300 gsa_html_5687289300:242:24111:24120 Peninsula Antarctic Peninsula -0.430686375541692368 +53933 aapg_ac_424.html aapg_ac_424.html:116:18213:18226 Jackson Karnes City, Texas -0.43919205226689878 +53934 geology_html_2094488742 geology_html_2094488742:109:11121:11126 Tyson California -0.433635185237620624 +53935 cspg_html_3860685167 cspg_html_3860685167:704:70159:70174 Banff Moose Mountain (Alberta) -0.440300736461396947 +53936 gsa_html_8820488310 gsa_html_8820488310:896:80366:80371 Price Priest River, Idaho -0.456337429672799166 +53937 aapg_ah_486.html aapg_ah_486.html:135:14003:14023 Pottsville Kentucky 0.019537860324334036 +53938 aapg_ai_151.html aapg_ai_151.html:55:4853:4870 Tellico Middle Ordovician -0.458648092769168181 +53939 aapg_ai_575.html aapg_ai_575.html:33:4668:4686 Sundance Logan, Utah -0.469726827457912721 +53940 aapg_aa_46.html aapg_aa_46.html:24:3131:3154 Honaker Hermosa, Chicago -0.0253108955429122949 +53941 AMJC_html_4692260170 AMJC_html_4692260170:131:14068:14083 Fitch Littleton, Colorado -0.489208284150742578 +53942 sedimentology_html_2258839384 sedimentology_html_2258839384:496:44268:44273 Mt Lytton Mexico -0.476061064960921709 +53943 cspg_html_6566356550 cspg_html_6566356550:33:5740:5760 Fantasque Canada -0.417578421309473924 +53944 cspg_html_8369994160 cspg_html_8369994160:28:2555:2592 Turner Valley Elkton, Kentucky -0.114916555093203546 +53945 geology_html_1292647327 geology_html_1292647327:259:23931:23945 Frio Texas -0.472823676298187945 +53946 cspg_html_4799463481 cspg_html_4799463481:159:17778:17786 Montreal Calgary -0.0164252377233713442 +53947 sedimentology_html_3455721661 sedimentology_html_3455721661:499:40944:40962 Todilto Entrada Sandstone -0.47735290933611807 +53948 aapg_aa_399.html aapg_aa_399.html:432:36197:36211 St. Mary River Fort Union Trading Post National Historic Site -0.133394516779275663 +53949 aapg_ad_77.html aapg_ad_77.html:8:1335:1351 Alazan Mexico -0.474842748246669499 +53950 aapg_ad_169.html aapg_ad_169.html:334:39609:39624 Bluefield Huntington, West Virginia 0.835802065867941923 +53951 aapg_aa_37.html aapg_aa_37.html:64:8432:8460 Bailey Pioche, Nevada -0.440514182187833891 +53952 cspg_html_8920292895 cspg_html_8920292895:253:32067:32082 Leduc Canada -0.0457352112838256136 +53953 aapg_ae_6.html aapg_ae_6.html:633:69034:69039 Sligo County Sligo -0.113780078286705291 +53954 aapg_af_342.html aapg_af_342.html:35:5305:5318 Crystal River Ocala, Florida -0.464953382280686722 +53955 geology_html_1469085342 geology_html_1469085342:47:5962:5993 Minturn Colorado -0.0268931559198013828 +53956 aapg_ad_738.html aapg_ad_738.html:516:24516:24528 Nation River Anchorage, Alaska -0.440254051746647612 +53957 aapg_aa_644.html aapg_aa_644.html:101:11966:11978 Red Mountain Boise, Idaho -0.0202105002468695241 +53958 cspg_html_2161417858 cspg_html_2161417858:63:8580:8596 Exshaw Western world -0.454540571750530975 +53959 aapg_ac_559.html aapg_ac_559.html:624:86083:86088 Steel Svalbard and Jan Mayen -0.436157146454813294 +53960 aapg_ac_838.html aapg_ac_838.html:97:10502:10526 Mt Lytton County Line, Alabama -0.488724520608411594 +53961 jgeology_html_1463337655 jgeology_html_1463337655:665:58058:58068 Washington Salem, Oregon -0.453008719186489883 +53962 aapg_ai_564.html aapg_ai_564.html:52:5750:5768 Kushtaka Stillwater, Oklahoma -0.0230751498951462693 +53963 sedimentology_html_1046729113 sedimentology_html_1046729113:2341:174377:174395 Frontier Cheyenne, Wyoming -0.0113965411474177668 +53964 aapg_ad_3.html aapg_ad_3.html:78:7075:7091 Nolichucky Virginia -0.0526836311466746532 +53965 aapg_af_131.html aapg_af_131.html:184:17237:17245 Carlsbad New Mexico -0.00746310002878541098 +53966 aapg_aa_787.html aapg_aa_787.html:134:13828:13839 Road Canyon Texas -0.0438192319420972476 +53967 aapg_ah_505.html aapg_ah_505.html:1740:142782:142790 Loveland Colorado -0.440247382693200906 +53968 aapg_aa_48.html aapg_aa_48.html:14:1645:1657 Tongue River Cheyenne, Wyoming -0.482280957733571936 +53969 sedimentology_html_1463603507 sedimentology_html_1463603507:41:3771:3796 Barstow California -0.0946758759333774236 +53970 aapg_ai_524.html aapg_ai_524.html:4:473:479 Navajo New Mexico -0.434712986404073964 +53971 aapg_ai_974.html aapg_ai_974.html:24:3867:3877 Washington Salem, Oregon -0.457555451333636842 +53972 aapg_af_751.html aapg_af_751.html:364:48641:48660 Sespe San Gabriel Mountains -0.448296279445968116 +53973 cspg_html_3804945581 cspg_html_3804945581:6:492:511 Scollard Woodlake, Texas -0.16517217259862832 +53974 cspg_html_4326384800 cspg_html_4326384800:2023:249400:249433 Grosmont Lacombe, Alberta -0.495818327103384027 +53975 aapg_ai_153.html aapg_ai_153.html:98:17152:17161 Conemaugh Monongahela, Pennsylvania -0.0456254660933555489 +53976 sedimentology_html_3490195740 sedimentology_html_3490195740:38:3182:3197 Red River Canada -0.427645821637091417 +53977 sedimentology_html_3592910316 sedimentology_html_3592910316:79:9026:9036 Missisauga Logan, Utah -0.477158315306099867 +53978 jgeology_html_3552414984 jgeology_html_3552414984:685:40377:40397 Fort Union Williston Basin -0.00456360840821551893 +53979 aapg_ai_491.html aapg_ai_491.html:170:19828:19843 Pinkerton Trail Durango, Durango -0.0313696934317686249 +53980 geology_html_9657346439 geology_html_9657346439:11:526:535 Rochester Rochester, Kent -0.0171725037246518962 +53981 cspg_html_2077592514 cspg_html_2077592514:170:24915:24932 Prairie Regina, Saskatchewan 0.0121610400561059945 +53982 AMJC_html_8866429777 AMJC_html_8866429777:271:36739:36758 Hartselle Hartselle, Alabama -0.0442929610094760506 +53983 gsa_html_5341325188 gsa_html_5341325188:32:3229:3235 Denver Colorado -0.032256843292129446 +53984 aapg_ac_397.html aapg_ac_397.html:30:2604:2623 Arkansas Novaculite Marshall County, Kentucky -0.457492019193031785 +53985 aapg_ad_2.html aapg_ad_2.html:849:120395:120408 Conococheague Trempealeau, Wisconsin -0.413942969460138921 +53986 aapg_ae_98.html aapg_ae_98.html:4:425:431 Dakota Colorado 0.00853329250629670903 +53987 aapg_ad_880.html aapg_ad_880.html:644:62239:62243 Wendover Cheyenne, Wyoming -0.108950352104948606 +53988 aapg_ai_594.html aapg_ai_594.html:9:1520:1529 Maquoketa Iowa 0.400527367364705289 +53989 cspg_html_3328007773 cspg_html_3328007773:941:97473:97502 Dunvegan Canada -0.0161298137457332978 +53990 gsa_html_1465687448 gsa_html_1465687448:608:71891:71909 Provo Switzerland -0.0178746093391716279 +53991 aapg_ae_871.html aapg_ae_871.html:133:21044:21063 Okpikruak Anchorage, Alaska -0.0728958789354174075 +53992 jgeology_html_4115179562 jgeology_html_4115179562:386:28839:28882 Hardyston Pennsylvania -0.0485106911577510083 +53993 cspg_html_8568877195 cspg_html_8568877195:518:71533:71544 Belly River Arctic Cordillera -0.462302919433881576 +53994 aapg_ac_918.html aapg_ac_918.html:91:12146:12161 Jagua Hatten, Bas-Rhin -0.0245215675441684301 +53995 aapg_ae_539.html aapg_ae_539.html:262:34724:34739 Swift Cheyenne, Wyoming -0.226643531716748559 +53996 aapg_ac_521.html aapg_ac_521.html:290:31158:31165 Oceanic East China Sea -0.427650208489599781 +53997 aapg_ae_354.html aapg_ae_354.html:231:23095:23104 Mesaverde Niobrara, Nebraska -0.512211970574180553 +53998 aapg_ai_595.html aapg_ai_595.html:95:7056:7075 Woodbine Buda, Texas -0.445989406971527558 +53999 aapg_af_937.html aapg_af_937.html:49:7086:7096 Pittsburgh Pittsburgh -0.47746875982474335 +54000 aapg_aa_261.html aapg_aa_261.html:255:30631:30657 Rundle Lacombe, Alberta -0.0727961616893220281 +54001 aapg_ad_758.html aapg_ad_758.html:441:55487:55496 Allegheny Pennsylvania 0.367695564330821012 +54002 cspg_html_3589404052 cspg_html_3589404052:587:64038:64066 Belloy Henderson, Nevada -0.474526310844171573 +54003 aapg_ah_978.html aapg_ah_978.html:173:19122:19138 Tulare Tulare, California -0.452632356575315864 +54004 sedimentology_html_6965253568 sedimentology_html_6965253568:1339:68415:68421 Jordan Andes -0.454032675125810359 +54005 cspg_html_1230998910 cspg_html_1230998910:10:991:1003 Saskatchewan Lacombe, Alberta -0.465568086328610908 +54006 aapg_ah_762.html aapg_ah_762.html:52:5907:5914 Pekisko Middle East -0.457786563407215019 +54007 aapg_aa_712.html aapg_aa_712.html:43:8225:8243 Glenwood Hennepin, Illinois -0.00399553741552616509 +54008 aapg_ah_344.html aapg_ah_344.html:273:30671:30690 Eutaw Tuscaloosa, Alabama -0.502738459495796319 +54009 aapg_aa_245.html aapg_aa_245.html:37:4533:4555 Prairie Middle Ordovician -0.455658949817136283 +54010 aapg_ah_253.html aapg_ah_253.html:429:52089:52095 Denver Colorado -0.0448416139900337171 +54011 cspg_html_7989435905 cspg_html_7989435905:163:17960:17967 Cardium Lacombe, Alberta -0.455957418074169007 +54012 aapg_ac_835.html aapg_ac_835.html:1064:154559:154585 Tensleep Worland, Wyoming -0.466727815469158758 +54013 aapg_ac_569.html aapg_ac_569.html:24:3157:3169 Devon Island Ellesmere Island 0.376772910967801467 +54014 gsa_html_3010975239 gsa_html_3010975239:272:36702:36710 Michigan Saginaw, Michigan -0.466965896576978678 +54015 aapg_ae_472.html aapg_ae_472.html:320:39021:39040 Lizard Springs Trinidad and Tobago -0.580284950398032739 +54016 aapg_aa_797.html aapg_aa_797.html:448:56282:56298 Cutler Colorado -0.0585270818679200291 +54017 aapg_ae_345.html aapg_ae_345.html:366:25878:25883 Eutaw Tuscaloosa, Alabama -0.427650208489599781 +54018 cspg_html_4010530611 cspg_html_4010530611:76:11045:11061 Shunda Lacombe, Alberta -0.485546964607742992 +54019 aapg_ai_54.html aapg_ai_54.html:157:18231:18241 Tuscaloosa Tuscaloosa, Alabama 0.0586248069307834657 +54020 aapg_ai_159.html aapg_ai_159.html:145:16200:16205 Gatun Spain -0.173038855482642001 +54021 aapg_ae_69.html aapg_ae_69.html:54:6168:6188 Uinta Uinta Mountains -0.0295955881019379606 +54022 aapg_ad_870.html aapg_ad_870.html:343:40769:40781 Salina Ohio -0.450235859908255098 +54023 geology_html_8195427400 geology_html_8195427400:234:20402:20411 Rochester Rochester, Kent -0.498068047805524272 +54024 aapg_ah_329.html aapg_ah_329.html:80:8389:8397 Monterey Monterey, California -0.0366135863397639497 +54025 AMJC_html_7278640698 AMJC_html_7278640698:585:77188:77196 Columbia Fulton, Missouri -0.0505393481283080911 +54026 cspg_html_3804945581 cspg_html_3804945581:5:303:322 Scollard Lacombe, Alberta -0.4506269691264706 +54027 sedimentology_html_3694687055 sedimentology_html_3694687055:1699:75985:75995 Swan River Regina, Saskatchewan -0.426679013535527729 +54028 aapg_ah_49.html aapg_ah_49.html:148:17336:17343 Castaic San Gabriel Valley -0.472722268874013252 +54029 aapg_ad_191.html aapg_ad_191.html:39:4661:4678 Cypress Illinois -0.0435562539048757053 +54030 aapg_ad_683.html aapg_ad_683.html:830:80136:80142 Hermit Kaibab, Arizona -0.0753334309003387548 +54031 aapg_ah_647.html aapg_ah_647.html:148:14574:14581 El Paso El Paso, Texas -0.0541954731072742807 +54032 gsa_html_2053196175 gsa_html_2053196175:32:2828:2856 Green River Iran -0.0135788887974534252 +54033 aapg_ai_81.html aapg_ai_81.html:324:27280:27296 Catskill Chestnut Ridge, New York -0.445408004975414329 +54034 cspg_html_3008414459 cspg_html_3008414459:23:3420:3436 Eagle Milk River, Alberta -0.462111625185478381 +54035 palaios_html_2707987360 palaios_html_2707987360:539:50131:50135 Hall London, Ontario -0.0452074024796540394 +54036 aapg_ae_885.html aapg_ae_885.html:440:38237:38256 Bidahochi New Mexico -0.0813580974388404127 +54037 aapg_ai_975.html aapg_ai_975.html:842:68226:68246 Georgetown San Marcos, California -0.493772964396431202 +54038 AMJC_html_6107665103 AMJC_html_6107665103:940:66083:66098 Catalina Schist California -0.0442511603309229257 +54039 aapg_ae_308.html aapg_ae_308.html:17:2047:2067 Kinderhook Chattanooga, Tennessee -0.0177825001131117176 +54040 geology_html_4304054973 geology_html_4304054973:171:13627:13646 Virginia Virginia -0.0259316078616598014 +54041 cspg_html_8525917094 cspg_html_8525917094:231:29744:29751 Rierdon Regina, Saskatchewan -0.45896570683289678 +54042 aapg_aa_24.html aapg_aa_24.html:149:13191:13202 Yukon Cairns, Queensland -0.458695727712452594 +54043 aapg_af_433.html aapg_af_433.html:136:16941:16951 Tuscaloosa Shreveport, Louisiana 0.387679844593402989 +54044 aapg_ad_871.html aapg_ad_871.html:27:3077:3091 Traverse Lake Huron -0.443619144253208697 +54045 cspg_html_1281670295 cspg_html_1281670295:422:45130:45136 Moscow Russia -0.436850160261835319 +54046 aapg_ai_105.html aapg_ai_105.html:519:62502:62522 Manning Canyon Provo River -0.451526708240674923 +54047 aapg_ac_364.html aapg_ac_364.html:422:42199:42207 Sundance Cheyenne, Wyoming -0.0359488258417789419 +54048 sedimentology_html_5557101170 sedimentology_html_5557101170:722:46268:46280 Devon Island Canada -0.472722268874013252 +54049 cspg_html_2769629211 cspg_html_2769629211:574:64748:64767 Hay River Hay River (Canada) -0.237429490051346975 +54050 aapg_aa_86.html aapg_aa_86.html:19:1923:1930 Rodessa Paluxy, Texas -0.472399687021269332 +54051 aapg_ad_338.html aapg_ad_338.html:225:24194:24211 Magothy Raritan River -0.416810337447515888 +54052 cspg_html_8891363498 cspg_html_8891363498:526:44070:44082 Devon Island Canada -0.472123282834716163 +54053 cspg_html_9354781888 cspg_html_9354781888:242:29633:29640 Halfway Lacombe, Alberta -0.467925738958578585 +54054 aapg_ae_884.html aapg_ae_884.html:312:41359:41378 Frontier Cheyenne, Wyoming -0.389341371622803523 +54055 aapg_ad_250.html aapg_ad_250.html:113:10654:10659 Salem Clayton County, Georgia -0.442976805415170927 +54056 aapg_ae_305.html aapg_ae_305.html:1073:92407:92412 Colon Sweden -0.0834773130254061746 +54057 aapg_aa_684.html aapg_aa_684.html:362:34760:34780 Popo Agie Cheyenne, Wyoming -0.476449805414249639 +54058 gsa_html_3448554349 gsa_html_3448554349:550:56249:56257 Catskill Pocono Raceway -0.457840951353905012 +54059 cspg_html_9343899465 cspg_html_9343899465:866:79069:79079 Bird Fiord Ellesmere Island -0.0195500267274268287 +54060 sedimentology_html_3826538092 sedimentology_html_3826538092:151:10241:10247 Forest Germany -0.0566077792126221876 +54061 palaios_html_4782349341 palaios_html_4782349341:419:44473:44480 El Paso El Paso, Texas -0.471639785200352879 +54062 aapg_af_2.html aapg_af_2.html:788:69553:69561 Colorado Colorado -0.457736710679965686 +54063 gsa_html_2758185504 gsa_html_2758185504:19:875:895 Fort Union Fort Union Trading Post National Historic Site -0.00486067457957646467 +54064 aapg_aa_913.html aapg_aa_913.html:367:29043:29048 Sligo Texas 0.0572916846129952889 +54065 aapg_ah_387.html aapg_ah_387.html:20:3106:3115 Knoxville Knoxville, Illinois -0.485406637327558677 +54066 sedimentology_html_5613495298 sedimentology_html_5613495298:1286:68226:68250 Chinle Chinle Formation 0.000132025523515305647 +54067 aapg_ai_49.html aapg_ai_49.html:177:20112:20121 Ingleside Colorado -0.44951252529713398 +54068 cspg_html_7216316403 cspg_html_7216316403:8:543:558 Skoki Mount Wilson Observatory -0.451913869834985604 +54069 gsa_html_1734656819 gsa_html_1734656819:13:648:654 Oregon Salem, Oregon -0.465641239344597002 +54070 gsa_html_6143207195 gsa_html_6143207195:20:657:663 Denver Colorado -0.500830957900678664 +54071 cspg_html_4937997995 cspg_html_4937997995:98:10926:10942 Bad Cache Rapids Churchill River (Atlantic) -0.0404707637071786003 +54072 sedimentology_html_9227563678 sedimentology_html_9227563678:951:66886:66892 Brazil South Africa -0.0767005854360124639 +54073 gsa_html_1650524399 gsa_html_1650524399:537:58179:58189 Rio Grande Powder River (Montana) -0.0186775409744464604 +54074 aapg_aa_96.html aapg_aa_96.html:133:12669:12676 Paradox New Mexico 1.41586356055662987 +54075 cspg_html_9343899465 cspg_html_9343899465:1673:137091:137106 Melville Island Bathurst Island (Northern Territory) -0.505042823080860015 +54076 cspg_html_4794669487 cspg_html_4794669487:597:52809:52827 Tantalus Indian River (Florida) -0.466920106770381871 +54077 cspg_html_5973552270 cspg_html_5973552270:19:2361:2386 Beaverhill Edmonton, London -0.462111625185478381 +54078 cspg_html_1312400675 cspg_html_1312400675:206:24485:24503 Paskapoo Edmonton, London -0.445157668105484183 +54079 cspg_html_3618628685 cspg_html_3618628685:142:19584:19601 Pakowki Deadhorse, Alaska -0.0264393249899875019 +54080 aapg_ad_379.html aapg_ad_379.html:63:6103:6113 Pottsville Chester, Pennsylvania -0.434673209477638822 +54081 aapg_aa_369.html aapg_aa_369.html:80:8270:8276 Pawnee Okmulgee, Oklahoma -0.0381938711768296663 +54082 aapg_ai_581.html aapg_ai_581.html:124:12605:12619 Colorado Colorado -0.0450401829043313162 +54083 gsa_html_9207276905 gsa_html_9207276905:445:40502:40510 Columbia Lacombe, Alberta -0.0193049620802523206 +54084 gsa_html_3985921234 gsa_html_3985921234:817:64808:64836 Green River New Mexico -0.0184133695346841396 +54085 aapg_ah_645.html aapg_ah_645.html:304:37400:37416 Navajo Cheyenne, Wyoming -0.481905893496514026 +54086 aapg_ac_484.html aapg_ac_484.html:708:93325:93340 Tejon California -0.456518443898076276 +54087 cspg_html_3831007171 cspg_html_3831007171:22:2542:2550 Edmonton Central Alberta -0.46328736756315686 +54088 aapg_ah_847.html aapg_ah_847.html:385:47343:47359 Tinton New Egypt, New Jersey -0.516759285399299273 +54089 aapg_ah_534.html aapg_ah_534.html:245:20530:20543 Trimmers Rock Delaware River -0.0974490531255590986 +54090 aapg_ac_302.html aapg_ac_302.html:247:29222:29241 Valentine Great Basin -0.0312427146313614852 +54091 aapg_ai_80.html aapg_ai_80.html:408:42211:42219 Richmond Kentucky -0.0384097003788234775 +54092 cspg_html_3854139935 cspg_html_3854139935:180:24254:24258 Wendover Missouri River -0.479438267468745405 +54093 cspg_html_1274054064 cspg_html_1274054064:768:85864:85872 Beaumont Lacombe, Alberta 0.00738665861447657893 +54094 aapg_ah_292.html aapg_ah_292.html:275:44142:44148 Denver Colorado -0.502986755822435128 +54095 aapg_ad_205.html aapg_ad_205.html:356:43712:43731 Arkansas Novaculite Gulf of California -0.0102706745632111761 +54096 aapg_ae_370.html aapg_ae_370.html:509:48400:48425 Pittsburg Bluff Durham, North Carolina -0.0291434052387325206 +54097 aapg_ai_17.html aapg_ai_17.html:1227:83311:83330 Catahoula Chattahoochee County, Georgia -0.00910662035546105052 +54098 cspg_html_1019614994 cspg_html_1019614994:195:30341:30346 Banff Lacombe, Alberta -0.452632356575315864 +54099 aapg_ah_114.html aapg_ah_114.html:48:5429:5437 Virginia Pennsylvania -0.00920738787404935463 +54100 aapg_ah_253.html aapg_ah_253.html:413:49337:49357 San Andres New Mexico 0.0155024845301738393 +54101 cspg_html_9435196958 cspg_html_9435196958:48:2395:2413 Edmonton Lacombe, Alberta -0.451740527107044376 +54102 cspg_html_7093237629 cspg_html_7093237629:578:68368:68382 Wabamun Southeast Asia -0.205425751974861154 +54103 geology_html_8238612320 geology_html_8238612320:373:29251:29257 Kodiak Anchorage, Alaska -0.525282935505076098 +54104 aapg_ad_691.html aapg_ad_691.html:77:8852:8862 Duck Creek Williamson County, Texas -0.013031549320552711 +54105 geology_html_1598246130 geology_html_1598246130:254:21869:21876 Calvert Seattle 0.0122722414388244504 +54106 palaios_html_6528985782 palaios_html_6528985782:650:75748:75762 Beaufort South Africa -0.424217090203684033 +54107 aapg_ak_97.html aapg_ak_97.html:3:181:212 Red Mountain Alabama -0.00655275945491847703 +54108 cspg_html_7769215019 cspg_html_7769215019:113:10465:10484 Athabasca Houston -0.495787550773506447 +54109 jgeology_html_4232779030 jgeology_html_4232779030:658:37934:37942 Colorado Mesa County, Colorado -0.478377564070346595 +54110 aapg_ae_794.html aapg_ae_794.html:210:26171:26180 Owl Creek Coon Creek Formation -0.0549959922383894545 +54111 gsa_html_9135546132 gsa_html_9135546132:1044:98162:98190 Green River Iran -0.0173254356777415887 +54112 aapg_ac_222.html aapg_ac_222.html:197:27833:27850 Hermosa Middle East -0.476061064960921709 +54113 cspg_html_7985076717 cspg_html_7985076717:105:12498:12506 Read Bay Banks Island -0.0306147978884375553 +54114 aapg_aa_95.html aapg_aa_95.html:30:3033:3038 Logan Nebraska -0.0167658489119699126 +54115 cspg_html_6255491344 cspg_html_6255491344:9:1313:1326 Mist Mountain Lacombe, Alberta -0.447133159014188541 +54116 AMJC_html_3664856625 AMJC_html_3664856625:102:14444:14463 Tongue River Williston Basin -0.0147795988543257695 +54117 cspg_html_8387792223 cspg_html_8387792223:424:46256:46280 Stony Mountain Manitoba -0.547341974470219927 +54118 gsa_html_6714329545 gsa_html_6714329545:59:3749:3777 Green River Colorado 0.038075515230135637 +54119 gsa_html_1024107776 gsa_html_1024107776:940:96202:96212 Maringouin New Brunswick, New Jersey -0.46328736756315686 +54120 aapg_af_664.html aapg_af_664.html:655:72073:72083 San Andres Nashville Basin -0.442682549290708161 +54121 aapg_aa_172.html aapg_aa_172.html:689:74457:74462 Weeks Bridgetown, Nova Scotia -0.51703128019216904 +54122 aapg_ac_198.html aapg_ac_198.html:51:6246:6258 Austin Chalk Arcadia, California -0.431133173871068531 +54123 cspg_html_6383234409 cspg_html_6383234409:37:4378:4398 Bird Fiord Devon Island 0.0152887445072461998 +54124 aapg_ae_875.html aapg_ae_875.html:113:15528:15538 Cariblanco San Juan, Argentina -0.0264393249899875019 +54125 cspg_html_5381643866 cspg_html_5381643866:199:24832:24839 Gething Bickford -0.500402370472918023 +54126 cspg_html_3665101783 cspg_html_3665101783:19:2130:2151 Fossil Hill Manitoulin Island -0.463526807661379381 +54127 gsa_html_7820028180 gsa_html_7820028180:1353:108447:108475 Green River New Mexico -0.436850160261835319 +54128 aapg_ai_897.html aapg_ai_897.html:100:10984:10991 Kanawha Logan, Utah -0.451193701085184695 +54129 aapg_aa_662.html aapg_aa_662.html:8:978:1015 Beekmantown Columbiana County, Ohio -0.41055152885920021 +54130 cspg_html_6839937815 cspg_html_6839937815:18:2297:2315 Moenkopi Arizona -0.22089286955719728 +54131 gsa_html_3423427338 gsa_html_3423427338:679:56243:56271 Green River Colorado 0.0164478291242488549 +54132 sedimentology_html_1737344436 sedimentology_html_1737344436:794:63856:63861 Crete Spain -0.0541239715343548866 +54133 aapg_ai_349.html aapg_ai_349.html:97:12191:12202 Tulip Creek Western world -0.0209613827792686502 +54134 aapg_af_130.html aapg_af_130.html:486:58157:58165 Colorado Wellsville (village), New York -0.482921973604061416 +54135 cspg_html_1256612432 cspg_html_1256612432:15:708:721 Turner Valley Calgary -0.441637804770763531 +54136 sedimentology_html_5673709888 sedimentology_html_5673709888:1228:56840:56850 Keokuk Harris County, Texas 0.366104727232968497 +54137 gsa_html_3816882354 gsa_html_3816882354:903:77959:77979 Dezadeash Anchorage, Alaska -0.425450542305663815 +54138 gsa_html_7040053075 gsa_html_7040053075:1293:132747:132762 Sespe California -0.454089094007790295 +54139 jgeology_html_2872695575 jgeology_html_2872695575:205:12448:12457 New River Huntington, West Virginia 0.364153440493231395 +54140 gsa_html_6980451554 gsa_html_6980451554:750:74757:74789 Moenave Logan, Utah -0.0371844096364450094 +54141 aapg_ai_15.html aapg_ai_15.html:3:241:283 Washington Shreveport, Louisiana -0.469051848391689397 +54142 gsa_html_9310053579 gsa_html_9310053579:721:63054:63073 Chumstick Washington (state) -0.24392105931856492 +54143 cspg_html_3740794265 cspg_html_3740794265:123:15507:15524 Gething Lacombe, Alberta -0.436810292517708865 +54144 aapg_aa_306.html aapg_aa_306.html:95:10537:10555 Crescent Discovery Bay, California -0.498284091541512875 +54145 gsa_html_1254347878 gsa_html_1254347878:964:93628:93637 Beartooth Santa Catarina (state) -0.02390265150978289 +54146 cspg_html_4886960396 cspg_html_4886960396:8:639:654 Hay River Lacombe, Alberta -0.030239106807757675 +54147 gsa_html_2877730818 gsa_html_2877730818:1125:93716:93748 Stirling Cambridge, Massachusetts -0.0205233642338861627 +54148 aapg_ah_506.html aapg_ah_506.html:59:5998:6007 Squaw Bay Michigan -0.43911211811260753 +54149 aapg_ai_28.html aapg_ai_28.html:113:9338:9357 Catahoula Rio Grande City, Texas -0.0443399870178828731 +54150 aapg_af_52.html aapg_af_52.html:21:3318:3336 Rockdale Freestone County, Texas -0.0295955881019379606 +54151 aapg_af_498.html aapg_af_498.html:479:51599:51604 Atoka West, Texas -0.491106071608619299 +54152 geology_html_6370848223 geology_html_6370848223:222:19489:19498 San Diego California -0.46328736756315686 +54153 aapg_aa_645.html aapg_aa_645.html:732:64437:64447 Deep Creek Lima, Ohio -0.470696581042233275 +54154 cspg_html_7115701337 cspg_html_7115701337:40:5928:5939 Shaftesbury Lacombe, Alberta -0.0426837810068434811 +54155 aapg_ah_978.html aapg_ah_978.html:613:57759:57776 Temblor North Carolina -0.441459714368856782 +54156 gsa_html_2832151886 gsa_html_2832151886:432:36987:37016 Belle Fourche Lacombe, Alberta -0.0104235679161521783 +54157 aapg_ad_2.html aapg_ad_2.html:406:61606:61618 Potsdam Bennington, Vermont 0.892104794226726061 +54158 gsa_html_9401594457 gsa_html_9401594457:64:4997:5025 Green River Colorado 0.0077862400260468867 +54159 aapg_ad_918.html aapg_ad_918.html:96:13168:13193 Telegraph Creek Niobrara, Nebraska -0.426028449629804407 +54160 geology_html_7782069611 geology_html_7782069611:13:949:955 Oregon Newport, Rhode Island -0.0242016752892677545 +54161 cspg_html_4666332434 cspg_html_4666332434:602:79342:79360 Foremost Lacombe, Alberta -0.502986755822435128 +54162 aapg_ae_155.html aapg_ae_155.html:29:4583:4591 Rio Lari California -0.482038661537539159 +54163 aapg_ah_763.html aapg_ah_763.html:181:19018:19034 Blaine Texas -0.0354198318919945049 +54164 cspg_html_4326384800 cspg_html_4326384800:1143:169830:169838 Grosmont Western world -0.0843715707070261806 +54165 aapg_ad_2.html aapg_ad_2.html:963:133481:133513 Beekmantown Bennington, Vermont 0.000548948298213387093 +54166 gsa_html_7518144145 gsa_html_7518144145:505:41395:41400 Eagle Nenana River -0.45230795361337589 +54167 aapg_af_381.html aapg_af_381.html:51:7125:7132 Topanga Thousand Oaks, California -0.0164252377233713442 +54168 cspg_html_2546442054 cspg_html_2546442054:50:7348:7365 Bearpaw Lacombe, Alberta -0.0259316078616598014 +54169 aapg_aa_861.html aapg_aa_861.html:89:12033:12052 Allen Bay Dolomites -0.396294845993482969 +54170 cspg_html_2161417858 cspg_html_2161417858:207:26953:26969 Exshaw Lacombe, Alberta -0.420813643173481466 +54171 cspg_html_9214997177 cspg_html_9214997177:254:25954:25960 Jordan Regina, Saskatchewan -0.471382028770717776 +54172 cspg_html_5352733716 cspg_html_5352733716:346:34324:34330 Thrifty London, Ontario -0.448821175971653663 +54173 cspg_html_9689514766 cspg_html_9689514766:810:101511:101525 Hull Ontario, California 0.799870887112425266 +54174 aapg_ah_780.html aapg_ah_780.html:46:8649:8657 Virginia Virginia 0.0488313365824375248 +54175 aapg_ad_280.html aapg_ad_280.html:68:8947:8968 Haynesville Western world -0.446029671493266278 +54176 cspg_html_3521815736 cspg_html_3521815736:35:6211:6219 Columbia Victoria, British Columbia -0.495853839651622219 +54177 gsa_html_1997423355 gsa_html_1997423355:147:17783:17790 Spokane Grand Coulee -0.433387995206966137 +54178 aapg_ai_94.html aapg_ai_94.html:122:17931:17937 Sierra Jura Mountains -0.439343057733562137 +54179 gsa_html_1502079979 gsa_html_1502079979:873:70091:70101 Washington Olympic National Park -0.460964719996515115 +54180 cspg_html_6383234409 cspg_html_6383234409:659:66267:66284 Prince Alfred Bay Devon Island -0.455799127156009509 +54181 sedimentology_html_1493369867 sedimentology_html_1493369867:987:94570:94587 White River Chadron, Nebraska -0.491727831303366836 +54182 aapg_ai_278.html aapg_ai_278.html:905:106921:106930 Sunniland Melbourne, Florida -0.494543235417533422 +54183 aapg_aa_960.html aapg_aa_960.html:487:37446:37463 Entrada Carmel, Indiana -0.0315540759951786695 +54184 aapg_af_579.html aapg_af_579.html:238:26738:26746 Colorado New Mexico -0.470179399208385473 +54185 aapg_aa_316.html aapg_aa_316.html:677:77989:77995 Provo Mid-Atlantic Ridge -0.460944252925189812 +54186 gsa_html_7657889405 gsa_html_7657889405:1157:92048:92058 Santa Cruz Buenos Aires Province -0.47254944238616009 +54187 cspg_html_3479659543 cspg_html_3479659543:349:38065:38085 Missisauga Bridgetown, Nova Scotia -0.43580087580188992 +54188 gsa_html_7910179445 gsa_html_7910179445:56:4403:4431 Green River Iran -0.0128247793458777584 +54189 aapg_af_540.html aapg_af_540.html:339:45698:45706 Niobrara Niobrara, Nebraska -0.459737523933718362 +54190 gsa_html_5293445820 gsa_html_5293445820:1020:105694:105699 Yukon Anchorage, Alaska -0.483995287789091233 +54191 geology_html_2624273806 geology_html_2624273806:86:7138:7158 Hampshire Chemung, New York -0.00530888185460337992 +54192 gsa_html_4108535696 gsa_html_4108535696:19:732:740 Victoria Victoria, British Columbia -0.0317836884462165403 +54193 geology_html_6254924018 geology_html_6254924018:36:3088:3117 Wasatch Powder River Basin -0.026691451486835667 +54194 aapg_ah_158.html aapg_ah_158.html:33:6420:6426 Galena Richmond, California -0.490378908520278767 +54195 sedimentology_html_5673709888 sedimentology_html_5673709888:2254:126408:126421 Edwards Texas -0.0253108955429122949 +54196 palaios_html_6455472411 palaios_html_6455472411:652:67683:67714 Kope Netherlands -0.0115181647621516343 +54197 cspg_html_5456368738 cspg_html_5456368738:398:38192:38212 Dawson Bay Regina, Saskatchewan 1.0155121661782478 +54198 aapg_ai_477.html aapg_ai_477.html:446:45470:45482 Grand Rapids Lacombe, Alberta -0.0774499675145935568 +54199 cspg_html_7229660003 cspg_html_7229660003:88:7145:7157 Saskatchewan Williston, Vermont -0.493107222601495088 +54200 aapg_ac_983.html aapg_ac_983.html:296:47931:47947 Hertha Pleasanton, Texas -0.0107727926714422488 +54201 sedimentology_html_2136183401 sedimentology_html_2136183401:397:30382:30386 Hall London, Ontario -0.472639307901536299 +54202 cspg_html_7839431712 cspg_html_7839431712:119:14271:14288 Bearpaw Lacombe, Alberta -0.0206224389359462197 +54203 aapg_ae_981.html aapg_ae_981.html:259:22708:22714 Laurel Missouri River 0.0105973111472393959 +54204 gsa_html_7706462429 gsa_html_7706462429:216:17002:17013 Beauceville Middle Ordovician -0.458639019733277031 +54205 sedimentology_html_5392002144 sedimentology_html_5392002144:1250:75256:75269 Saline Valley California -0.0510291657486304576 +54206 cspg_html_1993014403 cspg_html_1993014403:415:45879:45885 Denver Colorado 0.0114208658344619116 +54207 cspg_html_7378664643 cspg_html_7378664643:891:117189:117197 Bathurst London, Ontario -0.491237921935693156 +54208 cspg_html_3385840278 cspg_html_3385840278:107:16121:16126 Flume Western world -0.0373131973616702209 +54209 cspg_html_3798354576 cspg_html_3798354576:102:11317:11323 Exshaw Lacombe, Alberta -0.441637804770763531 +54210 aapg_ah_779.html aapg_ah_779.html:352:65953:65961 Columbia Lacombe, Alberta 0.0439028292886041657 +54211 cspg_html_3942782922 cspg_html_3942782922:25:2903:2920 Montney Lacombe, Alberta -0.29804589344213589 +54212 sedimentology_html_7390870545 sedimentology_html_7390870545:132:12723:12744 Trent River Victoria, British Columbia -0.479830848328458015 +54213 jgeology_html_2872695575 jgeology_html_2872695575:165:9603:9621 Olean Conglomerate Pottsville, Pennsylvania -0.466759861116235797 +54214 gsa_html_5250670372 gsa_html_5250670372:153:13208:13214 Denver Colorado -0.455387700672750584 +54215 cspg_html_1462870252 cspg_html_1462870252:725:87640:87664 Elk Lacombe, Alberta -0.0425131277640511673 +54216 aapg_ae_993.html aapg_ae_993.html:12:1700:1720 Beirdneau Maywood, California -0.462398581950347165 +54217 aapg_ad_67.html aapg_ad_67.html:242:31400:31412 Carrizo Shreveport, Louisiana -0.420852845216307503 +54218 aapg_ad_21.html aapg_ad_21.html:93:8958:8986 East Fork Potter County, Texas -0.0424800423112160416 +54219 cspg_html_3734757529 cspg_html_3734757529:190:32192:32211 Swan Hills Swan Hill, Victoria -0.443813272031764461 +54220 aapg_ac_730.html aapg_ac_730.html:568:82026:82042 Dakota Mesa, Arizona -0.476727583594563353 +54221 aapg_ah_422.html aapg_ah_422.html:4:476:489 Bearpaw Colorado -0.0511180684988580478 +54222 geology_html_4431824234 geology_html_4431824234:396:27711:27732 Green River Cheyenne, Wyoming -0.433403442682278373 +54223 aapg_ac_198.html aapg_ac_198.html:230:20308:20323 Mt Lytton Navarro County, Texas -0.472823676298187945 +54224 aapg_aa_98.html aapg_aa_98.html:189:16262:16286 Mission Canyon Regina, Saskatchewan -0.0074248793072545817 +54225 gsa_html_5081991493 gsa_html_5081991493:1129:88350:88380 North Horn Green River Formation -0.0595427971625163491 +54226 aapg_ae_28.html aapg_ae_28.html:278:27184:27190 Brazil Chile -0.0344384781603518444 +54227 aapg_ac_316.html aapg_ac_316.html:205:23422:23443 Bluff New Mexico -0.493201622149070484 +54228 gsa_html_5773604426 gsa_html_5773604426:71:7397:7411 Fredericksburg Shreveport, Louisiana -0.477142101104954475 +54229 aapg_ae_535.html aapg_ae_535.html:32:4196:4207 Narrow Cape Kodiak Island 0.859710966271253318 +54230 gsa_html_7248164569 gsa_html_7248164569:635:49097:49118 Winterville Mount Chase, Maine -0.0333423889393398495 +54231 aapg_ah_871.html aapg_ah_871.html:419:45821:45826 Chazy Lake Champlain -0.424643370066234593 +54232 cspg_html_7866293053 cspg_html_7866293053:284:32812:32832 Clearwater Lacombe, Alberta -0.00260403751521038696 +54233 aapg_ad_294.html aapg_ad_294.html:10:1555:1564 Gibraltar Senegal -0.462102516958969756 +54234 aapg_af_130.html aapg_af_130.html:178:31006:31013 Madison Snake River Canyon (Idaho) -0.425700050336429825 +54235 aapg_ah_698.html aapg_ah_698.html:521:59533:59540 El Paso Texas -0.0171725037246518962 +54236 cspg_html_9637445661 cspg_html_9637445661:88:10173:10190 Muskiki Victoria, British Columbia -0.492258100446082036 +54237 sedimentology_html_7586891792 sedimentology_html_7586891792:907:72886:72890 Hall London, Ontario -0.455536877615232372 +54238 cspg_html_1434585715 cspg_html_1434585715:763:74222:74235 Wood Mountain Turtle Mountain (Alberta) -0.459837454744856933 +54239 palaios_html_8895470583 palaios_html_8895470583:355:36691:36709 San Luis Caribbean -0.453292784807282967 +54240 cspg_html_1925276454 cspg_html_1925276454:310:35525:35553 Baldonnel Victoria, British Columbia -0.0129533588216162645 +54241 aapg_ae_771.html aapg_ae_771.html:75:8698:8714 Sonyea Colton, California -0.486436238766394913 +54242 cspg_html_8054926782 cspg_html_8054926782:326:39928:39948 Kaza Victoria, British Columbia -0.035304988004324106 +54243 cspg_html_4626597050 cspg_html_4626597050:115:14292:14312 Phosphoria Boise, Idaho -0.0016763787815964029 +54244 aapg_aa_143.html aapg_aa_143.html:515:64147:64156 Allegheny Butler County, Ohio -0.459837454744856933 +54245 aapg_af_59.html aapg_af_59.html:90:8220:8229 Red River Texas -0.0111046462862114288 +54246 aapg_ai_584.html aapg_ai_584.html:642:65936:65953 Madison Cheyenne, Wyoming -0.0763399422018811308 +54247 aapg_ai_816.html aapg_ai_816.html:401:66529:66538 Lecompton Shawnee, Oklahoma -0.449575401198261781 +54248 aapg_ai_740.html aapg_ai_740.html:164:17923:17953 Tyler Sumatra -0.417849782389341617 +54249 cspg_html_6964953392 cspg_html_6964953392:493:54439:54469 Doig Lacombe, Alberta -0.47814331678503319 +54250 gsa_html_6395675168 gsa_html_6395675168:372:32737:32743 Sierra Sierra Nevada (Spain) -0.0766340570337449151 +54251 gsa_html_2364640066 gsa_html_2364640066:306:32435:32459 Kulthieth Yakutat City and Borough, Alaska -0.0121732026878597095 +54252 gsa_html_7159719164 gsa_html_7159719164:11:526:539 Santa Barbara California -0.454113919430063184 +54253 aapg_ah_530.html aapg_ah_530.html:7:1121:1138 Sly Gap Cochise County, Arizona -0.0460783921822131154 +54254 aapg_ae_306.html aapg_ae_306.html:229:29685:29706 Victoria Maracaibo -0.479830848328458015 +54255 cspg_html_7941684345 cspg_html_7941684345:530:59831:59843 Granite Wash Loon, Bohol -0.505042823080860015 +54256 cspg_html_4115156925 cspg_html_4115156925:322:37010:37036 Halfway Wembley Stadium -0.46809765859229685 +54257 cspg_html_4409656292 cspg_html_4409656292:315:36839:36847 Columbia Victoria, British Columbia -0.464656465989479628 +54258 aapg_ae_511.html aapg_ae_511.html:44:4943:4960 Paradox San Juan County, Utah -0.232497597185683885 +54259 aapg_ac_617.html aapg_ac_617.html:3:408:426 Oakville Texas 0.930227204868826263 +54260 cspg_html_6502178723 cspg_html_6502178723:355:44095:44103 Columbia Victoria, British Columbia -0.479447557264900015 +54261 aapg_ae_223.html aapg_ae_223.html:411:50097:50114 Wasatch Wasatch Range -0.448969278215303857 +54262 aapg_ah_847.html aapg_ah_847.html:261:31387:31395 Navesink Navesink River -0.457555451333636842 +54263 sedimentology_html_3110839740 sedimentology_html_3110839740:817:66987:66991 Hall London, Ontario -0.469028899015838996 +54264 gsa_html_8433290297 gsa_html_8433290297:888:83516:83525 Extension England -0.48294529227432792 +54265 gsa_html_1409496185 gsa_html_1409496185:891:103824:103830 Oregon Earth -0.0598744231387603118 +54266 aapg_ad_580.html aapg_ad_580.html:254:30722:30734 Tongue River Knife River -0.454052985518192231 +54267 sedimentology_html_4432289902 sedimentology_html_4432289902:601:51827:51849 Marshalltown Merchantville, New Jersey -0.150274383833042757 +54268 aapg_ad_764.html aapg_ad_764.html:23:3108:3115 Temblor Kern River Preserve -0.475977786028375149 +54269 aapg_aa_906.html aapg_aa_906.html:63:7337:7352 Lance Fort Union Trading Post National Historic Site 0.0602601784444955907 +54270 geology_html_3510163360 geology_html_3510163360:30:3436:3451 Wepawaug Schist Hartford, Connecticut -0.511015181265963236 +54271 palaios_html_6757540995 palaios_html_6757540995:57:5594:5622 Foremost Canada -0.452882496357985831 +54272 gsa_html_9613801428 gsa_html_9613801428:156:17526:17554 Talkeetna India -0.0157892119040832224 +54273 aapg_ac_191.html aapg_ac_191.html:127:21785:21802 Tamabra Matamoros, Tamaulipas -0.478307979059971577 +54274 aapg_af_461.html aapg_af_461.html:151:13842:13848 Galena Black River, Jamaica -0.0197168810314956311 +54275 aapg_ae_876.html aapg_ae_876.html:688:73268:73276 Colorado Mancos, Colorado -0.0223919711537192666 +54276 aapg_aa_684.html aapg_aa_684.html:354:33741:33748 Ankareh John Crow Mountains -0.443692774120845845 +54277 sedimentology_html_7390870545 sedimentology_html_7390870545:1034:79946:79969 Cypress Canada -0.498034815247566209 +54278 aapg_aa_685.html aapg_aa_685.html:67:6901:6920 Flagstaff Logan, Utah -0.487565545428885583 +54279 cspg_html_9717154602 cspg_html_9717154602:223:34206:34231 Riding Mountain Manitoba -0.0317836884462165403 +54280 gsa_html_1829810008 gsa_html_1829810008:29:2796:2824 Green River Iran -0.439125439995052158 +54281 gsa_html_7662610396 gsa_html_7662610396:546:45348:45356 Columbia Victoria, British Columbia -0.0598011148469018913 +54282 geology_html_2881397713 geology_html_2881397713:49:3534:3544 Laurentian Cincinnati -0.460205477971118548 +54283 jgeology_html_6186634367 jgeology_html_6186634367:1342:80555:80570 Atoka Ouachita Mountains 0.294566059418399251 +54284 cspg_html_5581374974 cspg_html_5581374974:77:5523:5533 Swan Hills Lacombe, Alberta -0.136341202661930089 +54285 sedimentology_html_1810438243 sedimentology_html_1810438243:126:7590:7599 Gibraltar Caucasus 0.0131861933748900779 +54286 aapg_ad_376.html aapg_ad_376.html:49:6315:6322 Taggard Bethel, Alaska -0.0454024962167355328 +54287 palaios_html_3855840708 palaios_html_3855840708:112:11780:11795 Brule Chadron, Nebraska -0.459887424332023564 +54288 sedimentology_html_9346484023 sedimentology_html_9346484023:1450:97413:97417 Bern Switzerland -0.438060290900437188 +54289 aapg_ai_49.html aapg_ai_49.html:305:38210:38218 Sundance Cheyenne, Wyoming 0.417786819866466541 +54290 jgeology_html_4720707312 jgeology_html_4720707312:93:3567:3574 Madison Wisconsin -0.47032647773667996 +54291 geology_html_6995506328 geology_html_6995506328:75:9197:9203 Provo Marlborough, Massachusetts -0.0230090906667148494 +54292 gsa_html_4431779557 gsa_html_4431779557:518:39830:39849 Seminole Red Lake, Ontario -0.0278217295801544348 +54293 cspg_html_2796643803 cspg_html_2796643803:621:72015:72033 Deadwood Williston Basin 0.779245136154987028 +54294 sedimentology_html_1696510817 sedimentology_html_1696510817:76:4495:4499 Hall London, Ontario -0.482511668442046737 +54295 aapg_ai_898.html aapg_ai_898.html:277:31793:31799 Denver Bloomington, Indiana -0.0124129812660324374 +54296 aapg_ad_174.html aapg_ad_174.html:641:64502:64517 Mesaverde Beaumont, Texas 0.0158517710589337717 +54297 cspg_html_8174352156 cspg_html_8174352156:589:73089:73095 Sierra Victoria, British Columbia -0.458865873154244486 +54298 aapg_ac_475.html aapg_ac_475.html:154:21259:21278 Kishenehn Middle Fork Salmon River -0.461026124022890449 +54299 sedimentology_html_2442491538 sedimentology_html_2442491538:146:12619:12631 Cutler Logan, Utah -0.0511145820963543537 +54300 gsa_html_6982030333 gsa_html_6982030333:685:63057:63063 Bourne Middle East -0.488837217649543798 +54301 cspg_html_4392308496 cspg_html_4392308496:660:72845:72886 Bonaventure Canada -0.423194790791884379 +54302 gsa_html_9598719348 gsa_html_9598719348:29:2796:2824 Green River Colorado 0.0398997488403347936 +54303 aapg_ak_136.html aapg_ak_136.html:582:66514:66525 Mowry Canada -0.0378805791019936056 +54304 aapg_ai_49.html aapg_ai_49.html:217:25710:25720 Minnekahta Black Hills -0.0831126469172651372 +54305 gsa_html_9314974751 gsa_html_9314974751:537:52941:52956 Banff Canada -0.433387995206966137 +54306 jgeology_html_8596065691 jgeology_html_8596065691:603:50707:50716 Escambray Caribbean -0.0659026763032643514 +54307 aapg_ai_941.html aapg_ai_941.html:205:29485:29516 Green River Washington (state) -0.42422364691980291 +54308 sedimentology_html_1623454448 sedimentology_html_1623454448:1637:117287:117304 Cardium Lacombe, Alberta -0.425883940037075581 +54309 cspg_html_5881057557 cspg_html_5881057557:39:5765:5789 Thumb Mountain Canadian Arctic Archipelago -0.0254291244488671214 +54310 aapg_ah_705.html aapg_ah_705.html:113:16871:16879 Colorado Denver -0.0476882261223687196 +54311 aapg_aa_147.html aapg_aa_147.html:932:96288:96296 Deadwood Winnipeg -0.686883229547141205 +54312 aapg_aa_918.html aapg_aa_918.html:480:47889:47906 Stone Corral Santa Fe, New Mexico 1.04697323776777473 +54313 cspg_html_4348111624 cspg_html_4348111624:354:45696:45708 Saskatchewan London, Ontario -0.0169066131987412362 +54314 aapg_ah_157.html aapg_ah_157.html:253:35796:35816 Lime Creek Iowa -0.152920944386188251 +54315 cspg_html_4516258038 cspg_html_4516258038:488:54826:54835 Bay Fiord Bathurst Island (Northern Territory) -0.101150299567795726 +54316 aapg_ah_214.html aapg_ah_214.html:30:3870:3875 Yukon Manitoba -0.42746817109010149 +54317 jgeology_html_9366209199 jgeology_html_9366209199:250:21771:21780 Eel River Scotia, New York -0.444891759770598527 +54318 sedimentology_html_1357699877 sedimentology_html_1357699877:950:67263:67267 Hall London, Ontario -0.498224733320612012 +54319 jgeology_html_2022713612 jgeology_html_2022713612:740:72942:72951 Knoxville Knoxville, Illinois -0.0212221131504006823 +54320 cspg_html_4666332434 cspg_html_4666332434:74:12182:12199 Belly River Lacombe, Alberta -0.452887004013691252 +54321 cspg_html_8649903682 cspg_html_8649903682:227:23156:23169 Cruiser Pine River (Michigan) 0.283746338438776557 +54322 gsa_html_1040524378 gsa_html_1040524378:363:42094:42101 Challis Absaroka -0.474276937415326727 +54323 aapg_ae_660.html aapg_ae_660.html:672:58446:58465 Smackover Arkansas -0.449703411954729404 +54324 aapg_ae_791.html aapg_ae_791.html:3:184:197 Carlin Canyon Reno, Nevada 1.41769715346763681 +54325 geology_html_9498301644 geology_html_9498301644:60:7725:7755 Tuscarora Piedmont (United States) -0.464450966712688929 +54326 geology_html_2005459798 geology_html_2005459798:361:29347:29357 Santa Cruz Bolivia -0.0791049700688603447 +54327 gsa_html_7767271939 gsa_html_7767271939:51:3352:3380 Green River Colorado 0.0355172761611028745 +54328 geology_html_9906887454 geology_html_9906887454:11:652:665 Santa Barbara Washington (state) -0.0328552724489848888 +54329 cspg_html_4326384800 cspg_html_4326384800:977:142864:142872 Columbia Victoria, British Columbia -0.0252604746773001342 +54330 palaios_html_8472682513 palaios_html_8472682513:632:57885:57899 Ogallala Nebraska -0.462348471732962063 +54331 gsa_html_1745886324 gsa_html_1745886324:63:4303:4331 Green River Iran -0.018955619907530568 +54332 cspg_html_4115129593 cspg_html_4115129593:13:1553:1562 Dezadeash Anchorage, Alaska -0.0323925309205377876 +54333 cspg_html_4210762654 cspg_html_4210762654:215:29505:29517 Fort Simpson Lacombe, Alberta -0.00178582142589237621 +54334 aapg_ae_74.html aapg_ae_74.html:435:40693:40708 Kayenta Chinle Formation 0.0141001745086265506 +54335 aapg_af_854.html aapg_af_854.html:469:61908:61925 Borden Carwood, Indiana -0.497512762155281452 +54336 gsa_html_4860220405 gsa_html_4860220405:21:1216:1222 Reston Virginia -0.0194353152309463539 +54337 aapg_ad_600.html aapg_ad_600.html:53:5368:5377 Aux Vases White County, Indiana -0.458750170743803365 +54338 AMJC_html_1938223835 AMJC_html_1938223835:829:102895:102902 Oak Bay New Brunswick, New Jersey -0.477123570959987586 +54339 aapg_ac_744.html aapg_ac_744.html:79:10306:10329 Trujillo San Juan, Argentina -0.0598744231387603118 +54340 jgeology_html_4305195651 jgeology_html_4305195651:2476:169818:169839 Mauch Chunk Pennsylvania -0.442539913358205417 +54341 cspg_html_8298261690 cspg_html_8298261690:471:50927:50944 Bluesky Lacombe, Alberta -0.0299260395523841712 +54342 cspg_html_2570555346 cspg_html_2570555346:542:59946:59954 Edmonton Calgary -0.0424800423112160416 +54343 aapg_ai_925.html aapg_ai_925.html:38:4831:4838 Madison Cheyenne, Wyoming -0.0442459352605073172 +54344 gsa_html_7020634397 gsa_html_7020634397:1027:81221:81249 Green River Colorado -0.439258669305734428 +54345 jgeology_html_5792739316 jgeology_html_5792739316:789:51022:51027 Gower North Atlantic Current -0.0567124540467143015 +54346 aapg_ad_338.html aapg_ad_338.html:565:60209:60219 Gloucester Woodstown, New Jersey -0.0282634328663418991 +54347 palaios_html_6455472411 palaios_html_6455472411:667:68695:68699 Kope Kentucky -0.458720680358492616 +54348 palaios_html_9814494978 palaios_html_9814494978:282:32542:32559 Nassau Bowen Basin -0.479447557264900015 +54349 aapg_aa_682.html aapg_aa_682.html:655:68051:68065 Iola Wyandotte, Michigan -0.0236314487961183893 +54350 sedimentology_html_2090465227 sedimentology_html_2090465227:918:56237:56241 Hall London, Ontario -0.458031335089754243 +54351 cspg_html_5345848475 cspg_html_5345848475:151:20938:20952 Colorado Canada -0.0766550659059574424 +54352 aapg_ah_105.html aapg_ah_105.html:36:6001:6009 Wolfcamp New Mexico -0.462166276497962936 +54353 cspg_html_9865297170 cspg_html_9865297170:360:56472:56480 Coalspur Lacombe, Alberta -0.486419849038802532 +54354 palaios_html_2534218603 palaios_html_2534218603:31:2657:2662 Lance Cheyenne, Wyoming -0.457650607934439568 +54355 gsa_html_6049204738 gsa_html_6049204738:74:5033:5061 Green River Colorado 0.000555897012734609666 +54356 aapg_ac_257.html aapg_ac_257.html:42:8361:8367 Frisco New Scotland, New York -0.0352075456733289827 +54357 aapg_aa_654.html aapg_aa_654.html:131:20724:20731 Tererro Pecos River -0.470181697121159758 +54358 cspg_html_5955028331 cspg_html_5955028331:738:72841:72864 Viking Canada -0.457840951353905012 +54359 geology_html_2648975431 geology_html_2648975431:12:507:513 Reston Virginia -0.452977161832460395 +54360 aapg_ah_203.html aapg_ah_203.html:574:94681:94699 Morrison New Mexico -0.416777804908099903 +54361 aapg_ae_852.html aapg_ae_852.html:31:3689:3705 Tar Springs Glenville, West Virginia -0.0344245588872295546 +54362 jgeology_html_2837808723 jgeology_html_2837808723:1476:76404:76408 Hall London, Ontario -0.43306145074755803 +54363 gsa_html_9457387752 gsa_html_9457387752:839:71729:71758 Wilhite Knoxville, Tennessee -0.0733525034842169993 +54364 cspg_html_6306091047 cspg_html_6306091047:37:7614:7622 Columbia Victoria, British Columbia -0.000680973887145832246 +54365 aapg_ah_764.html aapg_ah_764.html:37:5039:5061 Marble Falls Burnett County, Wisconsin -0.461026124022890449 +54366 aapg_ae_128.html aapg_ae_128.html:182:16773:16784 Trempealeau Kentucky -0.0189695239556965725 +54367 aapg_ah_785.html aapg_ah_785.html:145:17898:17910 Independence Reno, Nevada -0.480960803547703208 +54368 aapg_ah_881.html aapg_ah_881.html:206:24265:24273 Columbia Washington (state) -0.458641287983651336 +54369 sedimentology_html_5841712908 sedimentology_html_5841712908:523:52681:52699 Purisima Aptos, California -0.457430856722515267 +54370 aapg_ah_387.html aapg_ah_387.html:2853:309416:309425 Knoxville Central Valley (California) -0.442568884501612914 +54371 sedimentology_html_1338997515 sedimentology_html_1338997515:2140:81455:81472 Gobbler New Mexico -0.0433054743353417024 +54372 sedimentology_html_8415792465 sedimentology_html_8415792465:914:67225:67243 Sisquoc Compton, California 0.440796628512596156 +54373 aapg_ah_83.html aapg_ah_83.html:362:44910:44929 Lakota Western world -0.173928098388227398 +54374 jgeology_html_8785447572 jgeology_html_8785447572:494:32146:32156 Washington Seattle -0.482038661537539159 +54375 sedimentology_html_5801163920 sedimentology_html_5801163920:666:46800:46816 Salado Salado, Texas -0.455876007847145159 +54376 sedimentology_html_2993655624 sedimentology_html_2993655624:177:16736:16742 Ferris Salem, Oregon -0.0205233642338861627 +54377 palaios_html_6327369225 palaios_html_6327369225:242:31063:31084 Green River Cheyenne, Wyoming -0.475325709854034217 +54378 cspg_html_4326384800 cspg_html_4326384800:260:31162:31181 Grosmont Lacombe, Alberta -0.467889067103673728 +54379 cspg_html_9872589627 cspg_html_9872589627:168:22150:22173 Doig Lacombe, Alberta -0.462111625185478381 +54380 cspg_html_9970905394 cspg_html_9970905394:108:12070:12091 Peel Little Cornwallis Island -0.041731299024428424 +54381 sedimentology_html_7328045802 sedimentology_html_7328045802:350:26687:26706 Frankfort Austin, Chicago -0.443755252554939694 +54382 aapg_aa_918.html aapg_aa_918.html:1336:141636:141645 Dog Creek Stephens County, Georgia 0.961774097242003245 +54383 cspg_html_9951421861 cspg_html_9951421861:64:10433:10442 Cold Lake Lacombe, Alberta -0.479438267468745405 +54384 palaios_html_5398833984 palaios_html_5398833984:867:94130:94156 Horseshoe Canyon Canada -0.000165031905109087207 +54385 cspg_html_5295390542 cspg_html_5295390542:473:50850:50883 Halfway Lacombe, Alberta -0.492258100446082036 +54386 aapg_aa_914.html aapg_aa_914.html:202:20613:20629 Atoka Atoka, Oklahoma -0.0181770085033734277 +54387 aapg_ae_31.html aapg_ae_31.html:70:7781:7801 Batesville Arkansas 0.387494458709141176 +54388 cspg_html_8649903682 cspg_html_8649903682:49:6592:6603 Peace River Lacombe, Alberta -0.0312131444176052264 +54389 sedimentology_html_2993655624 sedimentology_html_2993655624:32:2286:2293 Halifax Canada -0.463526807661379381 +54390 sedimentology_html_6261114825 sedimentology_html_6261114825:700:56803:56830 Santa Cruz Santa Cruz, California -0.489060307863409593 +54391 cspg_html_5241714595 cspg_html_5241714595:459:70408:70423 Nisku Lacombe, Alberta -0.456355529459316345 +54392 aapg_ah_779.html aapg_ah_779.html:277:51541:51547 Guelph Guelph -0.0432288486854336129 +54393 aapg_ac_301.html aapg_ac_301.html:134:15797:15816 Fish Haven Dolomite Boise, Idaho -0.492470301114008024 +54394 cspg_html_3008414459 cspg_html_3008414459:79:11781:11807 Telegraph Creek Colorado 0.339160613501388541 +54395 aapg_af_786.html aapg_af_786.html:80:7837:7843 Oregon California -0.484266161538602968 +54396 aapg_ae_777.html aapg_ae_777.html:582:65056:65080 Arroyo Leadville, Colorado -0.0632405567829520537 +54397 cspg_html_3874533817 cspg_html_3874533817:93:12552:12571 Paskapoo Calgary -0.487532722920071437 +54398 aapg_af_677.html aapg_af_677.html:189:24577:24593 Almond Cheyenne, Wyoming -0.0317836884462165403 +54399 gsa_html_4036573414 gsa_html_4036573414:521:55655:55661 Provo Saudi Arabia -0.0144303273551577363 +54400 aapg_ac_545.html aapg_ac_545.html:476:55658:55676 Dunvegan Canada -0.421964232277811879 +54401 aapg_af_663.html aapg_af_663.html:615:61974:61990 Pawnee Worland, Wyoming -0.442595627901035182 +54402 palaios_html_2128779739 palaios_html_2128779739:523:57584:57602 Dolores Colorado -0.0304826089875597575 +54403 gsa_html_3069013284 gsa_html_3069013284:59:6989:7001 Dockum Chinle Formation -0.0526522468339780461 +54404 aapg_ai_4.html aapg_ai_4.html:85:9083:9091 Monterey Rancho Santa Margarita, California -0.0371791885469511946 +54405 aapg_ah_567.html aapg_ah_567.html:115:13023:13038 Viola Bigfork, Montana -0.420273688065598783 +54406 geology_html_6445717398 geology_html_6445717398:63:9563:9599 Wood Canyon Marble Mountain Wilderness -0.00547218286972656846 +54407 aapg_ah_773.html aapg_ah_773.html:140:8248:8269 Chainman Reno, Nevada -0.467877607461444023 +54408 aapg_ah_972.html aapg_ah_972.html:328:32039:32047 Wellborn Brazos County, Texas -0.48757492352044407 +54409 cspg_html_4165571187 cspg_html_4165571187:57:7489:7504 Banff Kinderhook (town), New York -0.440280728439214952 +54410 jgeology_html_6990146451 jgeology_html_6990146451:1444:80242:80256 Bedford Pennsylvania -0.0251613720923007447 +54411 aapg_af_635.html aapg_af_635.html:155:14358:14369 Platteville Wisconsin -0.409924605045090706 +54412 sedimentology_html_4018219438 sedimentology_html_4018219438:453:39584:39588 Hall London, Ontario -0.456778715576978744 +54413 aapg_ac_498.html aapg_ac_498.html:79:7780:7788 Woodbine Paluxy, Texas -0.0252830771132320185 +54414 aapg_af_299.html aapg_af_299.html:29:3222:3230 Phillips Colorado -0.442762791672519862 +54415 aapg_ad_810.html aapg_ad_810.html:190:21469:21487 Lisburne Anchorage, Alaska -0.449451899065432481 +54416 cspg_html_7839431712 cspg_html_7839431712:23:3286:3303 Bearpaw Lacombe, Alberta -0.493978458768718154 +54417 cspg_html_1336185084 cspg_html_1336185084:351:39637:39646 Cold Lake Clearwater, Florida -0.444871652179790411 +54418 aapg_af_663.html aapg_af_663.html:583:57495:57502 Bedford Adair County, Missouri -0.485252303872338198 +54419 aapg_ak_51.html aapg_ak_51.html:73:7841:7850 Smackover Arkansas -0.464610795373413321 +54420 gsa_html_9181545711 gsa_html_9181545711:727:68965:68983 Fountain Colorado -0.49337628910884479 +54421 gsa_html_9898556493 gsa_html_9898556493:473:52505:52533 Green River Iran -0.470200080639580853 +54422 aapg_ac_699.html aapg_ac_699.html:137:11426:11443 El Abra El Abra -0.0354494130936665666 +54423 aapg_ad_564.html aapg_ad_564.html:8286:748765:748785 Tuscaloosa Shreveport, Louisiana 0.418968590752314962 +54424 gsa_html_5627360957 gsa_html_5627360957:923:83338:83366 Green River Colorado -0.0191815618988117366 +54425 AMJC_html_5421639085 AMJC_html_5421639085:534:56065:56071 Laurel Columbia District -0.00549476708285740172 +54426 aapg_ah_387.html aapg_ah_387.html:2666:288724:288733 Knoxville Knoxville, Illinois -0.447153316157111791 +54427 aapg_ad_221.html aapg_ad_221.html:152:13818:13828 Brownstown Collin County, Texas -0.0237792189309356042 +54428 aapg_ae_803.html aapg_ae_803.html:290:35514:35536 Todos Santos Santa Rosa, California -0.0666645052645467445 +54429 aapg_ae_113.html aapg_ae_113.html:210:27037:27057 Blue Fiord Bathurst Island (Northern Territory) -0.196917692042612946 +54430 aapg_ad_350.html aapg_ad_350.html:366:37962:37980 Coeymans Pottsville, Pennsylvania -0.462348471732962063 +54431 gsa_html_4922631598 gsa_html_4922631598:402:48620:48638 Ogallala New Mexico -0.473819937725990625 +54432 palaios_html_5198166697 palaios_html_5198166697:208:15645:15662 Juniata Pennsylvania -0.432223543643836305 +54433 cspg_html_5241714595 cspg_html_5241714595:300:46094:46112 Duvernay Lacombe, Alberta -0.0221938023877403003 +54434 aapg_ae_991.html aapg_ae_991.html:692:82098:82116 Tensleep Cheyenne, Wyoming -0.419168591508356725 +54435 cspg_html_9435196958 cspg_html_9435196958:423:18990:19006 Belly River Judith River Formation 0.635526213264195894 +54436 aapg_ah_77.html aapg_ah_77.html:245:28552:28575 Rock Springs Sweetwater, Miami-Dade County, Florida -0.471340610693628537 +54437 aapg_ae_789.html aapg_ae_789.html:456:54100:54120 Big Valley Calgary -0.216056624665459829 +54438 gsa_html_3368386568 gsa_html_3368386568:533:44172:44184 Owens Valley Hunter Mountain (ski area) 0.00480334593379653455 +54439 cspg_html_9157093462 cspg_html_9157093462:346:44790:44805 Doig Lacombe, Alberta -0.508857647049569151 +54440 aapg_af_779.html aapg_af_779.html:70:9608:9616 Red Rock Michigan -0.498041936399126195 +54441 cspg_html_9435196958 cspg_html_9435196958:364:16486:16504 Edmonton Lacombe, Alberta -0.00334234682961829285 +54442 aapg_ac_805.html aapg_ac_805.html:927:98218:98223 Stark New Mexico 0.0182239329046336093 +54443 aapg_ae_324.html aapg_ae_324.html:45:4393:4401 Virginia Lenoir City, Tennessee -0.045529657990104451 +54444 aapg_aa_627.html aapg_aa_627.html:38:4467:4473 Sierra Fire Island Pines, New York -0.456228838585424179 +54445 aapg_af_854.html aapg_af_854.html:1023:144207:144224 Cypress Kentucky -0.43654455097558742 +54446 cspg_html_5241714595 cspg_html_5241714595:375:58201:58219 Duvernay Drumheller -0.476324834178458445 +54447 palaios_html_7206591444 palaios_html_7206591444:535:71854:71861 Jackson Caribbean -0.00786789401885567251 +54448 cspg_html_6252417471 cspg_html_6252417471:97:15414:15435 Christopher Banks Island 0.782483553005981824 +54449 aapg_ai_584.html aapg_ai_584.html:66:6478:6487 Minnelusa Black Hills -0.455188836413653375 +54450 aapg_ah_779.html aapg_ah_779.html:547:104643:104651 Michigan Antrim, County Antrim -0.465595518002078101 +54451 aapg_ad_696.html aapg_ad_696.html:241:23673:23686 Cook Mountain Nacogdoches, Texas -0.440425240506611693 +54452 cspg_html_7523901259 cspg_html_7523901259:22:2645:2653 Columbia Victoria, British Columbia -0.4597920302667165 +54453 gsa_html_2178342427 gsa_html_2178342427:981:91421:91449 Green River Iran -0.033773852470743819 +54454 sedimentology_html_3746379745 sedimentology_html_3746379745:40:3285:3294 Peninsula Korea -0.493383370963238699 +54455 cspg_html_4143222666 cspg_html_4143222666:577:59499:59511 Saskatchewan Milk River, Alberta -0.0156223882901486526 +54456 aapg_af_775.html aapg_af_775.html:345:23880:23887 Lagarto Oakville, California -0.426190501535792965 +54457 aapg_ac_631.html aapg_ac_631.html:300:37099:37110 Reclamation Lake Jackson, Texas -0.0392835092525669338 +54458 gsa_html_4534130675 gsa_html_4534130675:18:1060:1067 Pioneer California -0.0607821204892215472 +54459 cspg_html_4617311907 cspg_html_4617311907:334:53669:53676 Windsor Cumberland, Maryland 0.00902496409790776687 +54460 AMJC_html_5908077521 AMJC_html_5908077521:16:929:939 Notch Peak Logan, Utah -0.482092240402263728 +54461 aapg_af_86.html aapg_af_86.html:252:19348:19360 Bedford Prince Edward Islands -0.0111741448327348745 +54462 sedimentology_html_2806065367 sedimentology_html_2806065367:134:15051:15070 Camp Rice Mesa, Arizona -0.452882496357985831 +54463 aapg_ai_873.html aapg_ai_873.html:112:10999:11008 Aux Vases Spencer County, Kentucky -0.0158621976007121031 +54464 aapg_ae_324.html aapg_ae_324.html:335:33700:33720 Beekmantown Holston Mountain 0.0200558083288706231 +54465 cspg_html_1763727002 cspg_html_1763727002:6:519:526 Halfway Lacombe, Alberta -0.0202105002468695241 +54466 aapg_ai_962.html aapg_ai_962.html:359:26462:26485 San Andres Sacramento Mountains (California) -0.0144772441484254995 +54467 gsa_html_5604955284 gsa_html_5604955284:729:73550:73557 Andrews London, Ontario -0.466920106770381871 +54468 aapg_ae_454.html aapg_ae_454.html:594:53520:53527 Haynesville Bossier City, Louisiana -0.479830848328458015 +54469 gsa_html_8771785456 gsa_html_8771785456:930:74562:74571 Extension Victoria, British Columbia -0.0228248215914789478 +54470 cspg_html_9330018201 cspg_html_9330018201:233:33240:33245 Price Victoria, British Columbia -0.0346577090486229963 +54471 aapg_af_551.html aapg_af_551.html:714:67098:67114 Lake Valley Alamogordo, New Mexico -0.0207667065675008616 +54472 cspg_html_5241714595 cspg_html_5241714595:247:38494:38510 Canol Regina, Saskatchewan -0.46944207930236781 +54473 aapg_ac_65.html aapg_ac_65.html:816:67759:67774 Weber Colorado 0.000132025523515305647 +54474 cspg_html_1818321956 cspg_html_1818321956:314:31480:31488 Columbia Victoria, British Columbia -0.454052985518192231 +54475 cspg_html_3962754176 cspg_html_3962754176:631:71602:71625 Athabasca North Carolina -0.480904968568341529 +54476 cspg_html_7587979364 cspg_html_7587979364:217:17641:17651 Swan Hills Lacombe, Alberta -0.460205477971118548 +54477 geology_html_1577541018 geology_html_1577541018:11:469:477 San Jose California -0.430277178902051582 +54478 aapg_ad_351.html aapg_ad_351.html:645:54661:54682 Keokuk Burlington, Ontario -0.439098796420780313 +54479 aapg_ac_579.html aapg_ac_579.html:11:1258:1263 Uinta Wasatch Range -0.0492670174484324749 +54480 cspg_html_3008745251 cspg_html_3008745251:9:1064:1081 Monkman Middle Ordovician -0.476385003272562391 +54481 aapg_ac_536.html aapg_ac_536.html:677:69431:69455 Mission Canyon Golden, Colorado 0.136259308536540558 +54482 cspg_html_3385840278 cspg_html_3385840278:96:14522:14545 Fort Simpson Hay River (Canada) -0.468054102450840448 +54483 geology_html_7732353227 geology_html_7732353227:263:20715:20725 Washington Colorado -0.455211432419709627 +54484 gsa_html_3942625742 gsa_html_3942625742:428:36487:36499 Little River Metro Manila -0.49570469701623765 +54485 aapg_ae_992.html aapg_ae_992.html:24:2407:2426 Chugwater Big Horn, Wyoming -0.00920738787404935463 +54486 cspg_html_6953269830 cspg_html_6953269830:6:470:478 Columbia Victoria, British Columbia -0.493772964396431202 +54487 gsa_html_5664265459 gsa_html_5664265459:1006:98362:98368 Oregon Corcoran, California -0.469726827457912721 +54488 aapg_af_18.html aapg_af_18.html:430:46391:46411 Minnelusa Fall River, Nova Scotia -0.0387508594408773402 +54489 aapg_ac_720.html aapg_ac_720.html:54:7205:7216 Hornerstown Navesink River -0.476593313058899071 +54490 cspg_html_7307388012 cspg_html_7307388012:345:39214:39222 Columbia Victoria, British Columbia -0.0245215675441684301 +54491 aapg_ac_971.html aapg_ac_971.html:26:3900:3910 Viola Colorado -0.0319228496664141492 +54492 aapg_ac_79.html aapg_ac_79.html:97:12289:12305 Oldham Kentucky -0.0362237739882792509 +54493 aapg_ac_719.html aapg_ac_719.html:142:16491:16506 Raton Niobrara, Nebraska -0.164136968389478749 +54494 aapg_ae_71.html aapg_ae_71.html:129:11501:11506 Supai Grand Canyon -0.474842748246669499 +54495 palaios_html_5154213549 palaios_html_5154213549:544:67527:67558 Kope Netherlands -0.420831066107106355 +54496 geology_html_1604094278 geology_html_1604094278:300:24803:24812 San Diego Mexico -0.447153316157111791 +54497 aapg_ad_834.html aapg_ad_834.html:723:77011:77016 Cadiz Spain -0.534297419648117833 +54498 aapg_ah_784.html aapg_ah_784.html:171:17136:17139 Abo New Mexico -0.032453416908065226 +54499 aapg_aa_931.html aapg_aa_931.html:96:12376:12397 San Andres Delaware -0.118369051300375519 +54500 cspg_html_4298557570 cspg_html_4298557570:47:7352:7370 Edmonton Edmonton, London -0.471432653520514666 +54501 jgeology_html_9824086356 jgeology_html_9824086356:98:3698:3706 Scotland North Sea -0.450676431675374467 +54502 cspg_html_9725676031 cspg_html_9725676031:379:49739:49747 Columbia Victoria, British Columbia -0.469051848391689397 +54503 sedimentology_html_8983029075 sedimentology_html_8983029075:904:45065:45069 Hall London, Ontario -0.076928189394647864 +54504 aapg_ad_2.html aapg_ad_2.html:1122:153309:153329 Beekmantown Mount Nittany -0.429960502864963123 +54505 gsa_html_3968951986 gsa_html_3968951986:2464:236135:236141 Walker Zanskar River -0.462045592650446035 +54506 gsa_html_7464626519 gsa_html_7464626519:662:72379:72388 Flagstaff Arizona -0.0191120410110924843 +54507 sedimentology_html_2562878594 sedimentology_html_2562878594:2561:122638:122644 Brazil Mato Grosso do Sul -0.448821175971653663 +54508 cspg_html_3354282978 cspg_html_3354282978:549:71331:71338 Wabamun Pine Brook, New Jersey -0.0175218157848266304 +54509 cspg_html_6140605204 cspg_html_6140605204:55:9071:9101 Elk Kootenay River -0.0232768060359763093 +54510 cspg_html_3447886929 cspg_html_3447886929:238:28044:28078 Lourdes Anticosti Island -0.0799615924049946469 +54511 geology_html_4046703200 geology_html_4046703200:40:3160:3167 Plattin Middle East -0.489483165548852517 +54512 aapg_af_471.html aapg_af_471.html:7:1363:1381 Parkwood Illinois -0.466009382111544301 +54513 cspg_html_2650073471 cspg_html_2650073471:11:1074:1081 Bearpaw Cypress Hills, Brooklyn -0.460487277041231158 +54514 aapg_ac_301.html aapg_ac_301.html:230:27980:28016 Stonewall Boise, Idaho 0.0889315895530132655 +54515 cspg_html_1188455526 cspg_html_1188455526:112:18527:18542 Melville Island Ellesmere Island -0.0893581858963281572 +54516 geology_html_1948005826 geology_html_1948005826:11:648:661 Santa Barbara China -0.449440672427322663 +54517 aapg_aa_734.html aapg_aa_734.html:17:1762:1770 Caballos Arkansas -0.0607227670185504081 +54518 aapg_ae_305.html aapg_ae_305.html:58:8626:8632 Sierra Venezuela -0.486419849038802532 +54519 cspg_html_3521815736 cspg_html_3521815736:320:45318:45326 Columbia Lacombe, Alberta 0.00330065394967362811 +54520 AMJC_html_1873062106 AMJC_html_1873062106:505:65012:65032 Burro Canyon Cedar Mountains -0.0517735415246776826 +54521 cspg_html_4433937749 cspg_html_4433937749:10:909:923 Colorado Regina, Saskatchewan -0.46132865731218986 +54522 cspg_html_5375448448 cspg_html_5375448448:51:6652:6670 Kaskapau Victoria, British Columbia -0.480597940731277096 +54523 aapg_aa_684.html aapg_aa_684.html:359:34179:34193 Jelm John Crow Mountains -0.0278217295801544348 +54524 geology_html_9333388276 geology_html_9333388276:241:24865:24869 Hall London, Ontario -0.485336482309537631 +54525 palaios_html_1500219042 palaios_html_1500219042:94:9743:9759 Viking Lacombe, Alberta -0.0124129812660324374 +54526 aapg_ai_277.html aapg_ai_277.html:116:13262:13284 San Cayetano Melbourne, Florida -0.456391730122837791 +54527 aapg_af_318.html aapg_af_318.html:562:55401:55405 Kent Lacombe, Alberta -0.470292003998596664 +54528 aapg_af_18.html aapg_af_18.html:430:46547:46553 Lakota Fall River, Nova Scotia -0.146425854638582625 +54529 aapg_ah_318.html aapg_ah_318.html:296:42582:42603 Eagle Texas -0.434757184965269161 +54530 aapg_aa_960.html aapg_aa_960.html:373:29612:29619 Wingate Durango, Durango -0.503388006501126029 +54531 aapg_ad_141.html aapg_ad_141.html:70:6539:6552 Rodessa Mooringsport, Louisiana -0.469070208322842297 +54532 palaios_html_7406880997 palaios_html_7406880997:201:18925:18931 Oxford South America -0.496102469458349238 +54533 aapg_ac_881.html aapg_ac_881.html:479:56621:56639 Munising Michigan -0.479719327950920094 +54534 aapg_ac_97.html aapg_ac_97.html:14:2307:2318 Macal Belize -0.0332814982379016425 +54535 aapg_ah_754.html aapg_ah_754.html:242:28067:28088 Protection Vancouver -0.49345891443649581 +54536 aapg_ah_335.html aapg_ah_335.html:376:45480:45489 New River Alabama -0.458913519660435476 +54537 cspg_html_7688587411 cspg_html_7688587411:114:12576:12597 Fish Scales Lacombe, Alberta -0.510884990900938862 +54538 aapg_aa_824.html aapg_aa_824.html:554:61977:61983 Lisbon Lusitania -0.00855587800487816325 +54539 gsa_html_7012936645 gsa_html_7012936645:835:67352:67373 Martinsburg Pennsylvania -0.43306145074755803 +54540 aapg_ac_333.html aapg_ac_333.html:859:105188:105202 Yeso New Mexico -0.011777050823328571 +54541 aapg_ac_98.html aapg_ac_98.html:48:5578:5592 Woodford Texas -0.057785466485775136 +54542 cspg_html_4298557570 cspg_html_4298557570:207:29873:29899 Horseshoe Canyon Edmonton, London -0.0514126754650784876 +54543 aapg_ai_386.html aapg_ai_386.html:104:11411:11433 Pine Island Shreveport, Louisiana -0.456391730122837791 +54544 sedimentology_html_2909366246 sedimentology_html_2909366246:1076:47849:47857 Somerset England -0.439103236963543697 +54545 gsa_html_5215388101 gsa_html_5215388101:57:3922:3928 Denver Colorado -0.0526051706223679347 +54546 palaios_html_8113714689 palaios_html_8113714689:310:35504:35523 Au Train Munising, Michigan -0.479459169650376604 +54547 palaios_html_1834763898 palaios_html_1834763898:58:6508:6524 Noonday Dolomite California -0.480644453081816247 +54548 cspg_html_5345848475 cspg_html_5345848475:91:12827:12841 Colorado Regina, Saskatchewan -0.451526708240674923 +54549 gsa_html_8050796926 gsa_html_8050796926:1225:83409:83437 Green River Colorado -0.0144772441484254995 +54550 aapg_aa_463.html aapg_aa_463.html:229:44317:44326 Smackover County Sligo -0.448821175971653663 +54551 aapg_ac_684.html aapg_ac_684.html:148:15317:15323 Paluxy Hinds County, Mississippi -0.453180049702502807 +54552 aapg_ae_62.html aapg_ae_62.html:303:26233:26244 Skull Creek Fall River, Nova Scotia -0.444844842741709823 +54553 AMJC_html_5421639085 AMJC_html_5421639085:436:47268:47278 Sykesville Washington (state) -0.460041893415422398 +54554 gsa_html_5928791685 gsa_html_5928791685:846:69227:69239 Rhode Island Newport, Rhode Island -0.0526801439940360397 +54555 sedimentology_html_3102998281 sedimentology_html_3102998281:3974:146574:146591 Wilcox Texas 0.00238862567180727833 +54556 aapg_ae_69.html aapg_ae_69.html:282:29609:29620 Green River Uinta Mountains -0.449467616590735308 +54557 aapg_ae_728.html aapg_ae_728.html:518:44176:44184 Colorado Colorado -0.507416021579638388 +54558 aapg_ak_22.html aapg_ak_22.html:17:3160:3166 Casper Cheyenne, Wyoming -0.0291434052387325206 +54559 aapg_ai_366.html aapg_ai_366.html:143:18479:18497 Beaumont Beaumont, Texas -0.431097950577111366 +54560 aapg_ah_93.html aapg_ah_93.html:172:22214:22236 Water Canyon Logan, Utah -0.0235949410914631993 +54561 aapg_af_789.html aapg_af_789.html:56:7973:7995 New Scotland Greenbrier County Schools -0.00771674737466516297 +54562 jgeology_html_4081868571 jgeology_html_4081868571:858:56698:56706 Colorado San Juan, Argentina -0.475991665297052891 +54563 gsa_html_4919500515 gsa_html_4919500515:1179:105191:105197 Denver Colorado -0.441397390812390766 +54564 gsa_html_1124652135 gsa_html_1124652135:355:31719:31730 Summerville Summerville, South Carolina -0.42655631436454855 +54565 gsa_html_2145963783 gsa_html_2145963783:599:56079:56085 Denver Logan, Utah -0.502736072390667199 +54566 aapg_ad_3.html aapg_ad_3.html:417:39594:39611 Tellico Farragut, Tennessee -0.43654455097558742 +54567 aapg_ai_82.html aapg_ai_82.html:80:10447:10467 Loyalhanna Pennsylvania -0.485238274937032199 +54568 cspg_html_9272962376 cspg_html_9272962376:584:66889:66918 Belly River Lacombe, Alberta -0.485663921579086111 +54569 cspg_html_8964522233 cspg_html_8964522233:59:7087:7109 Calico Bluff Russia -0.0354198318919945049 +54570 aapg_aa_702.html aapg_aa_702.html:82:58498:58504 Jordan Williston, Vermont -0.452977161832460395 +54571 cspg_html_2485255876 cspg_html_2485255876:450:55049:55077 Tidal Nassau, Bahamas -0.0325612728688678896 +54572 cspg_html_8145657505 cspg_html_8145657505:194:28625:28645 Swan Hills Lacombe, Alberta -0.0143364940209374722 +54573 aapg_ae_63.html aapg_ae_63.html:288:29798:29806 Prospect Hogsback, Eastern Cape -0.0200123557721791495 +54574 aapg_af_471.html aapg_af_471.html:190:22163:22171 Parkwood Hartselle, Alabama 0.0130315493205527232 +54575 gsa_html_2374661120 gsa_html_2374661120:385:36162:36172 Bear River Logan, Utah -0.0182917127831857887 +54576 aapg_ae_677.html aapg_ae_677.html:576:50118:50122 Rome Piedmont (United States) 0.00861668517403394243 +54577 gsa_html_5079726047 gsa_html_5079726047:1186:107185:107203 Mirador Colombia -0.0399067122276937497 +54578 aapg_af_146.html aapg_af_146.html:118:10711:10718 Potsdam Ontario, California -0.00861668517403405519 +54579 aapg_ah_160.html aapg_ah_160.html:597:58701:58709 Onondaga Syracuse, New York -0.455184317280275863 +54580 aapg_ai_22.html aapg_ai_22.html:55:4874:4891 Temblor Monterey, California -0.476324834178458445 +54581 cspg_html_9825544190 cspg_html_9825544190:198:22400:22433 Stettler Lacombe, Alberta -0.454068782805138071 +54582 gsa_html_7040053075 gsa_html_7040053075:189:18852:18865 Topanga Glendora, California -0.0367528086008553287 +54583 aapg_af_664.html aapg_af_664.html:604:67497:67510 Brushy Canyon Delaware -0.437987106587424679 +54584 aapg_ad_653.html aapg_ad_653.html:537:71046:71068 Belly River Rocky Mountain House, Alberta -0.00855587800487816325 +54585 cspg_html_9222238695 cspg_html_9222238695:475:59438:59459 Fernie Victoria, British Columbia -0.435044526345554627 +54586 gsa_html_6980451554 gsa_html_6980451554:530:57528:57542 Moenave Newark Basin -0.0420064113899637007 +54587 gsa_html_9898556493 gsa_html_9898556493:222:26993:27011 Riverbank King River (Tasmania) -0.0207284668430632625 +54588 aapg_ac_126.html aapg_ac_126.html:202:30046:30075 Smackover Bossier City, Louisiana -0.0102706745632111761 +54589 cspg_html_3041902517 cspg_html_3041902517:227:33586:33594 Tanquary Devon -0.444945382159606273 +54590 aapg_ac_13.html aapg_ac_13.html:46:4346:4354 Colorado Peoria, Illinois -0.0592879805614410296 +54591 jgeology_html_5980405912 jgeology_html_5980405912:647:42493:42506 Santa Barbara California -0.445989406971527558 +54592 palaios_html_1574666570 palaios_html_1574666570:95:8489:8502 Hungry Hollow Michigan Basin -0.0370660655999496616 +54593 aapg_ac_971.html aapg_ac_971.html:13:2133:2148 Viola Tishomingo, Mississippi -0.0210882710852193268 +54594 aapg_aa_23.html aapg_aa_23.html:930:122289:122298 Interlake California -0.020196595303077311 +54595 palaios_html_1222907427 palaios_html_1222907427:586:58697:58725 Green River Cheyenne, Wyoming -0.443688311537407287 +54596 geology_html_1817957696 geology_html_1817957696:11:506:516 Washington Washington (state) -0.0131827182184571217 +54597 geology_html_9642461541 geology_html_9642461541:12:475:483 Virginia Reston, Virginia -0.459837454744856933 +54598 geology_html_1969800884 geology_html_1969800884:74:6392:6396 Bell London, Ontario -0.456778715576978744 +54599 cspg_html_3597281324 cspg_html_3597281324:17:2493:2511 Scollard Lacombe, Alberta -0.424923287683910134 +54600 gsa_html_6980451554 gsa_html_6980451554:789:77690:77707 Moenave Arizona -0.0315018919631344582 +54601 cspg_html_6255491344 cspg_html_6255491344:59:9160:9178 Kootenay Kootenay River -0.462102516958969756 +54602 aapg_ad_123.html aapg_ad_123.html:18:1845:1852 Clinton Morrow County, Ohio -0.452461129454831856 +54603 aapg_ac_831.html aapg_ac_831.html:48:6220:6245 Pinkerton Trail Hermosa, Chicago 1.23884381125693577 +54604 geology_html_2154280470 geology_html_2154280470:251:22807:22822 Melville Island Canadian Arctic Archipelago -0.0609008291312744185 +54605 cspg_html_5960210762 cspg_html_5960210762:441:41499:41522 Doig Lacombe, Alberta -0.450595494357366455 +54606 aapg_ae_223.html aapg_ae_223.html:77:9190:9206 Dakota Cheyenne, Wyoming 0.0334258967197983703 +54607 aapg_ai_241.html aapg_ai_241.html:58:7374:7399 Winnipeg Williston, Vermont -0.468978412493240793 +54608 aapg_ah_965.html aapg_ah_965.html:155:21645:21652 Lagarto Beaumont, Texas -0.403700615857729095 +54609 aapg_ae_416.html aapg_ae_416.html:23:3617:3624 Anahuac Texas -0.0414701241414489052 +54610 cspg_html_4103411715 cspg_html_4103411715:481:49915:49931 Viking Lacombe, Alberta -0.433387995206966137 +54611 aapg_af_139.html aapg_af_139.html:166:18186:18204 John Day Salem, Oregon -0.275431116702913481 +54612 aapg_ae_741.html aapg_ae_741.html:145:15672:15686 Kuna Western world -0.463834753943271672 +54613 sedimentology_html_4232187424 sedimentology_html_4232187424:435:27832:27836 Hall New York City -0.445273887467667717 +54614 sedimentology_html_8829282630 sedimentology_html_8829282630:1451:81048:81052 Hall London, Ontario -0.459022435464294998 +54615 cspg_html_6252849194 cspg_html_6252849194:8:493:511 Bearpaw Lacombe, Alberta 0.409278708199914187 +54616 AMJC_html_7743907070 AMJC_html_7743907070:3028:247329:247338 San Diego California -0.462143504710773534 +54617 aapg_ae_959.html aapg_ae_959.html:925:69263:69278 Hueco Texas -0.439258669305734428 +54618 aapg_af_703.html aapg_af_703.html:209:23794:23801 Renault Hopkins County, Kentucky -0.464450966712688929 +54619 cspg_html_2035826481 cspg_html_2035826481:33:3133:3148 Douro Devon Island -0.520568205482239477 +54620 aapg_ae_999.html aapg_ae_999.html:294:40964:40979 Tampa Melbourne, Florida -0.00818929939777349181 +54621 aapg_ah_27.html aapg_ah_27.html:378:58615:58623 Colorado Denver -0.495740204770814097 +54622 gsa_html_7012936645 gsa_html_7012936645:198:22629:22650 Martinsburg Martinsburg, Nebraska -0.418516567191767941 +54623 cspg_html_6356755616 cspg_html_6356755616:5:254:272 Edmonton Lacombe, Alberta -0.0628808085540469575 +54624 cspg_html_9843429624 cspg_html_9843429624:793:105863:105888 Beaverhill Swan Hill, Victoria -0.0453014649613171713 +54625 geology_html_1292647327 geology_html_1292647327:270:24658:24681 Purgatory Conglomerate Newport, Rhode Island -0.464473797617463435 +54626 geology_html_7296058753 geology_html_7296058753:334:28640:28648 San Jose California -0.515638265999826539 +54627 aapg_aa_287.html aapg_aa_287.html:41:6366:6382 Viking Regina, Saskatchewan -0.452055720301517416 +54628 aapg_ac_835.html aapg_ac_835.html:695:99020:99029 Jefferson Gallatin, Tennessee -0.449433936510724996 +54629 aapg_aa_301.html aapg_aa_301.html:8:1146:1173 Roberts Mountains Antelope Valley Freeway -0.479586916180102352 +54630 gsa_html_8499611670 gsa_html_8499611670:908:86578:86585 Jackson Illinois -0.480667710196792775 +54631 gsa_html_1450002501 gsa_html_1450002501:978:90142:90150 Temporal Colorado -0.0404707637071786003 +54632 aapg_aa_918.html aapg_aa_918.html:505:50818:50842 Stone Corral Rice County, Kansas 0.882986182496554806 +54633 aapg_ai_751.html aapg_ai_751.html:159:16320:16338 Venango Pennsylvania -0.4852429512232731 +54634 cspg_html_6702053097 cspg_html_6702053097:438:50628:50643 Gorge Quebec City -0.0288025393782587909 +54635 aapg_af_621.html aapg_af_621.html:29:3330:3338 Richland Wabash River -0.0486622990277508355 +54636 cspg_html_2796643803 cspg_html_2796643803:247:35233:35241 Finnegan Lacombe, Alberta -0.481393647209346964 +54637 aapg_ac_953.html aapg_ac_953.html:12:1380:1400 Miccosukee Leon County, Florida -0.0506753085057192118 +54638 cspg_html_9725676031 cspg_html_9725676031:529:65681:65689 Columbia Victoria, British Columbia -0.461526610478465105 +54639 aapg_ah_227.html aapg_ah_227.html:64:6880:6889 Frio Agua Dulce, Nueces County, Texas -0.0277017418114762735 +54640 gsa_html_1014327387 gsa_html_1014327387:577:50528:50556 Green River Colorado -0.00035264713868171768 +54641 aapg_ae_147.html aapg_ae_147.html:316:32459:32463 Pico South Mountains (Arizona) 0.857962385357735391 +54642 aapg_ah_330.html aapg_ah_330.html:65:6743:6748 Tejon Monterey, California -0.45295011354581094 +54643 cspg_html_9725676031 cspg_html_9725676031:654:72161:72183 Garbutt Victoria, British Columbia -0.480277073774662555 +54644 aapg_aa_288.html aapg_aa_288.html:46:5617:5636 Mowry Cheyenne, Wyoming -0.450743884934886652 +54645 aapg_ac_535.html aapg_ac_535.html:507:48379:48395 Viking Canada 0.00247374805721130514 +54646 sedimentology_html_9978802855 sedimentology_html_9978802855:1132:63032:63042 Washington Seattle -0.04261586758794602 +54647 aapg_ac_341.html aapg_ac_341.html:105:12016:12032 Pocono Pennsylvania -0.418718647833469515 +54648 geology_html_6902243889 geology_html_6902243889:167:16154:16171 Roberts Mountains California -0.455197874748240694 +54649 jgeology_html_4113948097 jgeology_html_4113948097:155:9622:9632 Provo Lake Bonneville -0.415081112396476104 +54650 cspg_html_9072696952 cspg_html_9072696952:168:16293:16301 Columbia Victoria, British Columbia -0.452882496357985831 +54651 gsa_html_1783148177 gsa_html_1783148177:752:76126:76150 Mt Lytton Eagle Mountain (Minnesota) -0.493978458768718154 +54652 cspg_html_5832944175 cspg_html_5832944175:461:48460:48475 Gates Victoria, British Columbia -0.0345376534934891677 +54653 aapg_ac_983.html aapg_ac_983.html:344:55032:55036 Drum Kansas City, Kansas 0.321978136150311123 +54654 cspg_html_9843429624 cspg_html_9843429624:183:24291:24299 Columbia Victoria, British Columbia -0.463362613223226583 +54655 cspg_html_4348111624 cspg_html_4348111624:256:37810:37828 Elk Lacombe, Alberta -0.0354198318919945049 +54656 cspg_html_1456761793 cspg_html_1456761793:23:4660:4665 Yukon Victoria, British Columbia -0.499412697488954616 +54657 aapg_ah_416.html aapg_ah_416.html:121:10910:10917 Pakowki Milk River, Alberta -0.471340610693628537 +54658 aapg_ae_415.html aapg_ae_415.html:7:1063:1082 Paynes Hammock Alabama -0.48312719960823608 +54659 aapg_ah_978.html aapg_ah_978.html:179:19854:19873 Jacalitos Coalinga, California -0.499412697488954616 +54660 aapg_ad_557.html aapg_ad_557.html:942:72145:72155 Fort Worth Texas -0.0145241610261636171 +54661 cspg_html_5699627350 cspg_html_5699627350:377:49159:49186 Viking Central Alberta -0.0120741642534044936 +54662 gsa_html_7029917366 gsa_html_7029917366:1208:99155:99183 Green River Colorado -0.465595518002078101 +54663 aapg_ac_824.html aapg_ac_824.html:144:13614:13631 Manitou Colorado -0.503560030365998723 +54664 jgeology_html_1836103970 jgeology_html_1836103970:187:14708:14728 Boss Point Joggins, Nova Scotia 0.00269610880251506917 +54665 aapg_ae_428.html aapg_ae_428.html:749:60210:60218 Virginia Closter, New Jersey -0.074218626882596575 +54666 cspg_html_7602315496 cspg_html_7602315496:37:6019:6032 Pakowki Western world -0.464409872562970838 +54667 gsa_html_1591804446 gsa_html_1591804446:292:35295:35301 Denver Millard County, Utah -0.0231533782740243055 +54668 aapg_ac_983.html aapg_ac_983.html:292:47076:47091 Blackjack Creek Fort Scott National Historic Site 1.27963213225877737 +54669 aapg_ac_983.html aapg_ac_983.html:382:60240:60254 Iola Wyandotte, Michigan -0.146131013699244167 +54670 gsa_html_1931201430 gsa_html_1931201430:723:71277:71287 Washington California 0.000842531559138272996 +54671 AMJC_html_7872796695 AMJC_html_7872796695:530:44587:44604 Beekmantown Ottawa, Kansas -0.449656248007914428 +54672 gsa_html_1217771406 gsa_html_1217771406:812:77817:77830 Santa Barbara California 0.000819948225395204918 +54673 aapg_ah_550.html aapg_ah_550.html:168:20683:20699 Tuscan Northern California -0.469051848391689397 +54674 gsa_html_1347484649 gsa_html_1347484649:166:15601:15620 Rock Springs Cheyenne, Wyoming 0.461092081195507764 +54675 cspg_html_7086880709 cspg_html_7086880709:10:661:678 Funeral Western world -0.484471709023717834 +54676 aapg_ac_361.html aapg_ac_361.html:186:20530:20538 Monterey Kings City -0.432382247831122113 +54677 gsa_html_6980451554 gsa_html_6980451554:294:31852:31876 Moenave Washington (state) -0.537515285596005365 +54678 gsa_html_8055113978 gsa_html_8055113978:19:1858:1878 Keokuk Rock Island Township, Rock Island County, Illinois 0.0398074844413279297 +54679 aapg_ad_2.html aapg_ad_2.html:1311:180003:180032 Black River Lowville (town), New York -0.444945382159606273 +54680 aapg_ah_370.html aapg_ah_370.html:133:10122:10136 Traverse Michigan -0.444157000692344317 +54681 aapg_aa_124.html aapg_aa_124.html:657:67983:68003 Cadomin Kootenay River 0.781412856137480127 +54682 aapg_aa_415.html aapg_aa_415.html:180:25077:25092 Tokio Austin, Chicago 0.083470299939366624 +54683 gsa_html_3448554349 gsa_html_3448554349:369:37037:37055 Rockwell Huntington, West Virginia 0.437865145486598828 +54684 aapg_ad_892.html aapg_ad_892.html:1547:132715:132725 Swan River Perth, Scotland -0.410594631039922164 +54685 aapg_ae_681.html aapg_ae_681.html:139:16444:16457 Cotton Valley Mississippi River -0.0265836451265893982 +54686 cspg_html_7402164801 cspg_html_7402164801:54:6095:6112 Oldman Lacombe, Alberta -0.0191815618988117366 +54687 gsa_html_9848053959 gsa_html_9848053959:64:6227:6236 New River Virginia 0.373200919841383538 +54688 AMJC_html_7141186441 AMJC_html_7141186441:1374:121205:121227 Beartooth Knife River -0.469726827457912721 +54689 cspg_html_4326384800 cspg_html_4326384800:490:63112:63131 Hay River Hay River (Canada) -0.480765396922298249 +54690 cspg_html_9388742281 cspg_html_9388742281:74:8922:8940 Dunvegan Pine River (Michigan) -0.452977161832460395 +54691 aapg_af_575.html aapg_af_575.html:186:24946:24972 Signal Mountain Fort Sill -0.0399067122276937497 +54692 sedimentology_html_3965291962 sedimentology_html_3965291962:912:55974:55986 Saskatchewan Canada -0.481905893496514026 +54693 cspg_html_9720041449 cspg_html_9720041449:1142:136385:136401 Nisku Lacombe, Alberta -0.129150650266999234 +54694 sedimentology_html_5763096232 sedimentology_html_5763096232:469:31410:31428 Tindir Canada 0.0051733770423589738 +54695 gsa_html_6627974776 gsa_html_6627974776:109:8453:8458 Yukon Moraine, Ohio -0.471734161410112318 +54696 aapg_ah_776.html aapg_ah_776.html:78:6715:6735 San Andres Texas -0.475085351012185853 +54697 gsa_html_6433065427 gsa_html_6433065427:658:66365:66380 Bouse Arizona -0.499198739530653746 +54698 aapg_ai_583.html aapg_ai_583.html:281:34203:34220 Rierdon Cheyenne, Wyoming -0.0138360551692065167 +54699 gsa_html_8614162917 gsa_html_8614162917:184:18549:18556 Moenave Kayenta, Arizona -0.0432288486854336129 +54700 cspg_html_5995140321 cspg_html_5995140321:198:19948:19956 Columbia Victoria, British Columbia -0.00500312776260552431 +54701 gsa_html_7605900420 gsa_html_7605900420:360:37903:37922 Chainman Reno, Nevada -0.0285329833753451834 +54702 jgeology_html_8355852976 jgeology_html_8355852976:588:42066:42078 Pierre Cheyenne, Wyoming -0.453130450697368015 +54703 aapg_ah_244.html aapg_ah_244.html:316:36678:36703 White River Logan, Utah -0.409377718322252282 +54704 gsa_html_7012936645 gsa_html_7012936645:503:45123:45144 Martinsburg Pennsylvania -0.431097950577111366 +54705 cspg_html_2860054419 cspg_html_2860054419:390:38916:38923 Thorold Ontario, California -0.00217147693343403827 +54706 cspg_html_9683836416 cspg_html_9683836416:285:46335:46356 Bearpaw Lacombe, Alberta -0.0459076709606554625 +54707 aapg_aa_945.html aapg_aa_945.html:19:2350:2368 Glenwood Platteville, Colorado -0.0295955881019379606 +54708 cspg_html_4326384800 cspg_html_4326384800:229:27667:27682 Nisku Lacombe, Alberta -0.469230874046953295 +54709 cspg_html_2686470104 cspg_html_2686470104:32:3414:3421 Windsor Ontario, California -0.463526807661379381 +54710 aapg_af_874.html aapg_af_874.html:82:5377:5388 Pocono Huntington, West Virginia 0.032034179821683724 +54711 gsa_html_5346692053 gsa_html_5346692053:632:57629:57633 Hall London, Ontario -0.462348471732962063 +54712 aapg_ae_840.html aapg_ae_840.html:164:9705:9718 Cotton Valley Tuscaloosa, Alabama -0.0230090906667148494 +54713 cspg_html_9119878068 cspg_html_9119878068:419:49684:49703 Waterways Lacombe, Alberta -0.441437455474761709 +54714 sedimentology_html_5918041124 sedimentology_html_5918041124:1097:78997:79003 Dayton Antarctica -0.458641287983651336 +54715 aapg_af_90.html aapg_af_90.html:37:6184:6211 Prospect Logan, Utah -0.00128551260502975519 +54716 cspg_html_4326384800 cspg_html_4326384800:319:38145:38166 Hare Indian Middle East -0.0146249457170983255 +54717 cspg_html_4666332434 cspg_html_4666332434:6:433:449 Oldman Lacombe, Alberta -0.477714414009500876 +54718 aapg_ad_2.html aapg_ad_2.html:1118:152681:152702 Beekmantown Adirondack Park -0.396853768660702377 +54719 aapg_af_439.html aapg_af_439.html:232:24475:24480 Weeks Las Mercedes (Archaeological Site, Costa Rica) -0.00456360840821551893 +54720 aapg_ae_479.html aapg_ae_479.html:846:69655:69669 Holston Knoxville, Tennessee -0.519434613472833151 +54721 cspg_html_5484260516 cspg_html_5484260516:395:34363:34379 Exshaw Lacombe, Alberta -0.425555590383520532 +54722 aapg_ah_411.html aapg_ah_411.html:71:9572:9582 Milk River Colorado 0.929687167949438509 +54723 aapg_ae_960.html aapg_ae_960.html:312:27754:27767 Fountain Cheyenne, Wyoming -0.440325191296006335 +54724 aapg_ai_105.html aapg_ai_105.html:150:16820:16834 Duchesne River Wasatch Range -0.48062584784091128 +54725 gsa_html_3701935694 gsa_html_3701935694:767:70019:70035 Hawley Cambridge, Massachusetts -0.465579516089382972 +54726 aapg_ae_958.html aapg_ae_958.html:1497:129547:129570 Cherry Canyon Guadalupe Mountains National Park -0.0201913809518237848 +54727 cspg_html_4148342026 cspg_html_4148342026:372:33046:33062 Winnipeg Red River of the North -0.033900859013031269 +54728 aapg_aa_39.html aapg_aa_39.html:82:9150:9164 Paradox Madera County, California -0.063205628823083157 +54729 cspg_html_2729673354 cspg_html_2729673354:9:1281:1303 Medicine Hat Regina, Saskatchewan -0.486483068290992582 +54730 AMJC_html_9757715503 AMJC_html_9757715503:732:65416:65454 Kingston Peak California -0.480597940731277096 +54731 aapg_af_508.html aapg_af_508.html:85:9571:9587 Dakota New Mexico -0.434006092086238693 +54732 AMJC_html_1873062106 AMJC_html_1873062106:294:41424:41432 Colorado Arizona -0.0676291696793827474 +54733 cspg_html_9343899465 cspg_html_9343899465:1853:155386:155398 Hecla Bay Melville, New York -0.0531055891694482279 +54734 cspg_html_8369994160 cspg_html_8369994160:213:23802:23825 Turner Valley Elkton, Kentucky -0.459805657368256959 +54735 cspg_html_9689514766 cspg_html_9689514766:755:92080:92096 Nepean Ontario, California 0.762489794357605666 +54736 aapg_aa_662.html aapg_aa_662.html:153:13440:13477 Beekmantown Ohio -0.433376961451207021 +54737 gsa_html_1931201430 gsa_html_1931201430:679:67806:67816 Washington Salem, Oregon -0.464405306663695727 +54738 aapg_aa_12.html aapg_aa_12.html:329:33622:33629 Goddard Chester, Pennsylvania -0.0238644046922454368 +54739 cspg_html_5586087088 cspg_html_5586087088:420:41830:41847 Cardium Lacombe, Alberta -0.0231533782740243055 +54740 aapg_ai_773.html aapg_ai_773.html:96:14044:14067 Detroit River Bloomington, Indiana -0.479447557264900015 +54741 palaios_html_7308908518 palaios_html_7308908518:445:38971:38993 Pawnee Colorado -0.0424800423112160416 +54742 gsa_html_4220229801 gsa_html_4220229801:933:76401:76411 Washington Boise, Idaho -0.0194666001171388929 +54743 geology_html_8367138957 geology_html_8367138957:14:875:884 San Diego California -0.458720680358492616 +54744 cspg_html_7539214955 cspg_html_7539214955:128:16788:16796 Columbia Victoria, British Columbia -0.0112818678629079024 +54745 cspg_html_4937997995 cspg_html_4937997995:303:35621:35647 Red Head Rapids River Severn -0.0252830771132320185 +54746 cspg_html_4298557570 cspg_html_4298557570:215:31019:31039 Whitemud Lacombe, Alberta 0.597516874348948734 +54747 jgeology_html_4610075495 jgeology_html_4610075495:766:57474:57507 Simmler Central Valley (California) -0.0393792500826810471 +54748 aapg_ai_997.html aapg_ai_997.html:737:63379:63396 Capay Tehama, California -0.454052985518192231 +54749 aapg_ah_311.html aapg_ah_311.html:397:42869:42880 Dakota Huntington, West Virginia 0.00902496409790776687 +54750 aapg_af_385.html aapg_af_385.html:463:59400:59411 Rabbit Lake Regina, Saskatchewan -0.446231020576565107 +54751 aapg_ac_380.html aapg_ac_380.html:61:9355:9363 Michigan Ohio -0.0288564512426946543 +54752 cspg_html_8727758678 cspg_html_8727758678:97:4752:4766 Woodbend Canada -0.0489010438658518606 +54753 gsa_html_5261839912 gsa_html_5261839912:214:21394:21411 Montevideo Gneiss Montevideo, Minnesota -0.18376304547713887 +54754 gsa_html_8740218609 gsa_html_8740218609:1156:107076:107082 Howard Maryland -0.435767689782418699 +54755 gsa_html_2818345762 gsa_html_2818345762:211:19778:19796 Sayunei California -0.458822766590828601 +54756 aapg_ae_369.html aapg_ae_369.html:173:18484:18494 Pottsville Tuscaloosa, Alabama -0.44751173936929356 +54757 cspg_html_1462870252 cspg_html_1462870252:76:11626:11634 Columbia Great Slave Lake -0.459837454744856933 +54758 aapg_ah_894.html aapg_ah_894.html:68:10521:10542 Kekiktuk Prudhoe Bay Oil Field -0.403531550278071638 +54759 sedimentology_html_1686218913 sedimentology_html_1686218913:31:1872:1881 San Diego La Jolla -0.439125439995052158 +54760 gsa_html_1636483297 gsa_html_1636483297:1102:91032:91037 Uinta Cheyenne, Wyoming 0.0290286228807147446 +54761 cspg_html_5381643866 cspg_html_5381643866:218:26868:26890 Gorman Rocky Brook -0.469230874046953295 +54762 aapg_aa_904.html aapg_aa_904.html:744:66192:66200 Colorado Denver -0.496938878513721649 +54763 cspg_html_8089302449 cspg_html_8089302449:448:77722:77741 Dawson Bay Lacombe, Alberta -0.00326243548975702329 +54764 aapg_ae_235.html aapg_ae_235.html:44:6550:6561 Summerville Charleston, South Carolina -0.0407754352992212923 +54765 aapg_ae_985.html aapg_ae_985.html:3:180:202 Seven Rivers New Mexico 0.00585437826724781972 +54766 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10319:10327 Sundance Summerville, South Carolina -0.45184182728382527 +54767 sedimentology_html_3474342063 sedimentology_html_3474342063:946:67324:67346 Pigeon Point California -0.505054791862070251 +54768 cspg_html_8065532640 cspg_html_8065532640:450:54019:54036 Funeral Root River (Wisconsin) -0.06831432219804498 +54769 geology_html_7784703862 geology_html_7784703862:96:7625:7633 Michigan Michigan -0.449811224417208722 +54770 aapg_aa_399.html aapg_aa_399.html:198:14662:14670 Paskapoo Edmonton, London 0.0341566163154089567 +54771 aapg_ah_647.html aapg_ah_647.html:813:88014:88028 Naco Lampasas, Texas -0.0717168881895577925 +54772 aapg_ad_329.html aapg_ad_329.html:123:16732:16752 Mahantango Pennsylvania -0.0194353152309463539 +54773 cspg_html_2175627313 cspg_html_2175627313:1020:92178:92208 Doig Lacombe, Alberta -0.411994321190043089 +54774 aapg_ah_427.html aapg_ah_427.html:484:63026:63034 Woodford Arkansas -0.494566874481706664 +54775 aapg_af_248.html aapg_af_248.html:7:2013:2019 Midway Arkansas -0.0367667309306509496 +54776 gsa_html_2832151886 gsa_html_2832151886:487:42563:42587 Kaskapau Victoria, British Columbia -0.0790716892819932904 +54777 sedimentology_html_2010995560 sedimentology_html_2010995560:1875:110241:110246 Waicoe Nashville Basin -0.458659434193013582 +54778 cspg_html_8810326121 cspg_html_8810326121:18:1587:1594 Serpent Espanola, Ontario -0.467925738958578585 +54779 geology_html_2265365356 geology_html_2265365356:105:10098:10103 Yukon Victoria, British Columbia -0.467905110852730732 +54780 aapg_ah_182.html aapg_ah_182.html:221:22244:22255 Jacksonburg Martinsburg, Nebraska -0.0380441859515352823 +54781 cspg_html_4794669487 cspg_html_4794669487:624:54299:54319 Kunga Queen Charlotte Islands 0.895990239237307473 +54782 cspg_html_8818854104 cspg_html_8818854104:116:15398:15416 Kootenay Lacombe, Alberta -0.456371367070690814 +54783 aapg_ad_466.html aapg_ad_466.html:1339:143252:143259 Raritan North Carolina -0.0555576320764074247 +54784 cspg_html_7434089303 cspg_html_7434089303:236:30432:30452 Irene Ellesmere Island -0.504181524295928662 +54785 aapg_af_575.html aapg_af_575.html:311:41897:41910 Decorah Maquoketa, Iowa 0.309394821384312624 +54786 aapg_ai_478.html aapg_ai_478.html:50:4798:4818 Bear Rock Canol Heritage Trail -0.0463222858150669353 +54787 geology_html_1499318691 geology_html_1499318691:291:22949:22958 Fullerton Iowa -0.00846727342264548197 +54788 aapg_ad_880.html aapg_ad_880.html:623:59678:59701 Gypsum Spring Spearfish, South Dakota -0.464533160716817162 +54789 aapg_ah_505.html aapg_ah_505.html:74:7339:7347 Colorado Denver -0.461171691164054931 +54790 aapg_ai_357.html aapg_ai_357.html:203:22544:22549 Indio Uvalde, Texas -0.495818327103384027 +54791 gsa_html_8820488310 gsa_html_8820488310:915:81778:81797 Nankoweap Arizona -0.503865938507956024 +54792 aapg_ah_747.html aapg_ah_747.html:109:13248:13254 Chinle Entrada Sandstone -0.462658289116715138 +54793 aapg_ad_652.html aapg_ad_652.html:365:43778:43782 Tyee Washington (state) -0.0556448473811242753 +54794 aapg_ai_144.html aapg_ai_144.html:14:1635:1651 Wapiti Lacombe, Alberta -0.23135123516709663 +54795 aapg_ad_766.html aapg_ad_766.html:273:28182:28192 Fort Worth Texas -0.488053342950142799 +54796 cspg_html_7866293053 cspg_html_7866293053:191:19549:19557 Columbia Victoria, British Columbia -0.05853057202324604 +54797 aapg_ac_881.html aapg_ac_881.html:59:6395:6403 Winnipeg Middle Ordovician -0.456608964648804683 +54798 gsa_html_6542025228 gsa_html_6542025228:720:76459:76487 Green River Colorado 0.00208809189150845889 +54799 aapg_ae_552.html aapg_ae_552.html:253:37003:37009 Walker California -0.447135398674851747 +54800 aapg_ad_467.html aapg_ad_467.html:325:24913:24919 Peedee Carteret, New Jersey -0.0482388499511915356 +54801 cspg_html_5875826141 cspg_html_5875826141:27:3083:3101 Elk Lacombe, Alberta -0.0506265019313475798 +54802 aapg_ai_153.html aapg_ai_153.html:106:19033:19049 Hertha Missouri River -0.482232027046335665 +54803 gsa_html_5841426484 gsa_html_5841426484:62:4796:4824 Green River Colorado 0.00132025624175985054 +54804 gsa_html_6588908497 gsa_html_6588908497:29:2796:2824 Green River Colorado -0.0303573786993141213 +54805 gsa_html_5368872589 gsa_html_5368872589:56:3495:3523 Green River Colorado -0.030023437417361392 +54806 aapg_ad_627.html aapg_ad_627.html:58:7240:7247 Laramie Cheyenne, Wyoming -0.48294529227432792 +54807 geology_html_4382394195 geology_html_4382394195:12:605:614 Rochester Rochester, Kent 0.0127014130799759668 +54808 jgeology_html_1385228926 jgeology_html_1385228926:1393:70045:70052 Shuswap Arctic Cordillera -0.484086347872667577 +54809 gsa_html_7296702308 gsa_html_7296702308:699:60194:60222 Green River Colorado -0.0423511843522919873 +54810 sedimentology_html_5664371546 sedimentology_html_5664371546:692:62715:62788 Silica Spain -0.487588990851044235 +54811 aapg_af_143.html aapg_af_143.html:81:8658:8669 Port Orford Salem, Oregon -0.494585786210081368 +54812 geology_html_4122297754 geology_html_4122297754:14:968:978 Santa Cruz California -0.0823097829758181188 +54813 cspg_html_2930376886 cspg_html_2930376886:16:2232:2247 Pense Regina, Saskatchewan -0.0422083979785996613 +54814 aapg_ah_96.html aapg_ah_96.html:153:17021:17029 Deadwood Winnipeg -0.593329064500992431 +54815 cspg_html_1494176863 cspg_html_1494176863:27:3264:3285 Taylor Lacombe, Alberta -0.434757184965269161 +54816 aapg_ah_81.html aapg_ah_81.html:795:87372:87380 Palliser Lacombe, Alberta 0.0208153754241180711 +54817 cspg_html_5241714595 cspg_html_5241714595:414:64399:64404 Nisku Lacombe, Alberta -0.0142044328576254025 +54818 cspg_html_8362959053 cspg_html_8362959053:117:16826:16845 Gladstone Boulder Creek (Colorado) -0.474203062673125064 +54819 cspg_html_8387792223 cspg_html_8387792223:509:54216:54221 Yukon Nelson, New Zealand -0.052523223879062067 +54820 AMJC_html_7898185532 AMJC_html_7898185532:1736:152217:152223 Oregon Earth -0.471543117662309108 +54821 palaios_html_3105248303 palaios_html_3105248303:662:69622:69636 Kope Kentucky -0.0321089803604246438 +54822 gsa_html_6169925575 gsa_html_6169925575:183:18398:18403 Swift Vancouver -0.408452575267404749 +54823 jgeology_html_4232779030 jgeology_html_4232779030:655:37632:37657 Chinle New Mexico -0.427650208489599781 +54824 gsa_html_1957661587 gsa_html_1957661587:56:3485:3513 Green River Colorado -0.0024667992892967905 +54825 aapg_af_575.html aapg_af_575.html:200:26932:26937 Doerun Texas -0.162728030369752363 +54826 AMJC_html_6341723617 AMJC_html_6341723617:1030:86640:86647 Wasatch Cheyenne, Wyoming -0.463332970234029085 +54827 cspg_html_9354781888 cspg_html_9354781888:613:50697:50708 Peace River Victoria, British Columbia -0.0128247793458777584 +54828 aapg_ah_276.html aapg_ah_276.html:31:3850:3870 Point Sal Monterey, California -0.0551215722984807754 +54829 aapg_af_701.html aapg_af_701.html:240:30598:30604 Benson Chemung, New York -0.489913286480908206 +54830 aapg_ai_105.html aapg_ai_105.html:365:45594:45608 Duchesne River Lake Fork (Texas) -0.443701699352459789 +54831 aapg_ai_583.html aapg_ai_583.html:505:63175:63190 Swift Cheyenne, Wyoming -0.0231446862134053188 +54832 sedimentology_html_5597821332 sedimentology_html_5597821332:446:35565:35590 Navajo Logan, Utah -0.0917851661577962219 +54833 geology_html_7732353227 geology_html_7732353227:292:22515:22522 El Paso Washington (state) -0.461026124022890449 +54834 sedimentology_html_8006979411 sedimentology_html_8006979411:1776:117307:117321 Colorado Canada -0.486401118306284352 +54835 gsa_html_7102550258 gsa_html_7102550258:355:40274:40291 Entrada Summerville, South Carolina -0.450707909241451543 +54836 jgeology_html_1836103970 jgeology_html_1836103970:402:32066:32087 New Glasgow New Glasgow, Nova Scotia -0.0169066131987412362 +54837 aapg_ai_107.html aapg_ai_107.html:145:13863:13884 Eagle Hunt County, Texas -0.450743884934886652 +54838 sedimentology_html_8006979411 sedimentology_html_8006979411:149:13690:13708 Frontier Arizona 0.966437659386633952 +54839 palaios_html_5078880508 palaios_html_5078880508:200:13224:13228 Kope Kentucky -0.00258840277417883959 +54840 aapg_aa_678.html aapg_aa_678.html:48:4886:4898 Saskatchewan Lacombe, Alberta 0.00662225056898444603 +54841 gsa_html_1040524378 gsa_html_1040524378:923:91657:91665 Colorado Logan, Utah -0.441798115405519942 +54842 aapg_ac_333.html aapg_ac_333.html:468:59157:59182 Elephant Canyon San Rafael Swell -0.046510437316175636 +54843 aapg_ad_214.html aapg_ad_214.html:210:20845:20878 Moenkopi Colorado -0.411994321190043089 +54844 gsa_html_2511975820 gsa_html_2511975820:11:406:416 Washington Seattle -0.431509704805809302 +54845 jgeology_html_3353186896 jgeology_html_3353186896:596:50569:50589 Pinto Mojave, California -0.489965009664788731 +54846 gsa_html_1983936163 gsa_html_1983936163:516:42551:42571 Angostura Aconcagua -0.0666417887059543163 +54847 gsa_html_4446967287 gsa_html_4446967287:1080:94790:94799 Extension Victoria, British Columbia -0.492225096233327442 +54848 aapg_ah_847.html aapg_ah_847.html:105:12322:12331 New Egypt New Egypt, New Jersey -0.0584293582845294424 +54849 cspg_html_4376017434 cspg_html_4376017434:327:34719:34738 Pardonet Victoria, British Columbia -0.455184317280275863 +54850 gsa_html_6840104719 gsa_html_6840104719:54:3407:3435 Green River Colorado -0.0660092563498428514 +54851 cspg_html_4693916254 cspg_html_4693916254:587:59042:59070 Prairie Regina, Saskatchewan -0.427711626546922574 +54852 aapg_ac_414.html aapg_ac_414.html:306:38090:38116 Plympton Logan, Utah -0.229989671898491455 +54853 cspg_html_6021605367 cspg_html_6021605367:215:22835:22847 Percha New Mexico -0.44830973456876172 +54854 aapg_ac_925.html aapg_ac_925.html:64:9910:9919 Hornbrook Klamath Mountains (ecoregion) -0.0287347150896633124 +54855 cspg_html_1189888589 cspg_html_1189888589:303:37961:37980 Paskapoo Edmonton, London -0.449451899065432481 +54856 aapg_ad_442.html aapg_ad_442.html:82:10000:10020 San Andres West Texas -0.00109094831221136397 +54857 gsa_html_5756232019 gsa_html_5756232019:138:14622:14639 Florida Mountains New Mexico -0.488722172911972397 +54858 gsa_html_9052101586 gsa_html_9052101586:414:48634:48645 Peoria Fox Valley (Illinois) -0.425647516918978619 +54859 aapg_aa_314.html aapg_aa_314.html:186:22579:22594 Monmouth Matawan, New Jersey -0.423764785005152744 +54860 aapg_af_790.html aapg_af_790.html:55:4739:4745 Oswego Pawhuska, Oklahoma -0.450586501765938174 +54861 gsa_html_6982030333 gsa_html_6982030333:1390:127336:127342 Oregon Blue Mountains (Oregon) -0.035304988004324106 +54862 cspg_html_5456368738 cspg_html_5456368738:36:5457:5478 Slave Point Great Slave Lake 1.09988251625023636 +54863 aapg_ai_468.html aapg_ai_468.html:53:7496:7515 Haynesville Bossier City, Louisiana -0.472881299388360321 +54864 aapg_ae_287.html aapg_ae_287.html:535:69677:69683 Provo Coalinga, California -0.487926676393575676 +54865 palaios_html_2994452429 palaios_html_2994452429:1717:144491:144497 Denver Victoria, British Columbia -0.420029936230525147 +54866 aapg_ah_79.html aapg_ah_79.html:39:3988:4000 Austin Chalk Ferris, Texas -0.038242606390143298 +54867 aapg_ad_466.html aapg_ad_466.html:224:28456:28474 Mount Laurel Matawan, New Jersey -0.433368134539702354 +54868 aapg_ad_920.html aapg_ad_920.html:40:3746:3758 Red Mountain Alabama -0.428479686892279998 +54869 aapg_ac_516.html aapg_ac_516.html:159:16524:16534 San Andres Texas 0.00969733008056864083 +54870 aapg_ai_157.html aapg_ai_157.html:425:38749:38765 Salina Guelph 0.0239617604101210226 +54871 aapg_ah_313.html aapg_ah_313.html:46:4566:4594 Spearfish Spearfish, South Dakota 0.0151114980887050287 +54872 aapg_aa_918.html aapg_aa_918.html:8:932:963 Stone Corral Kingman, Arizona -0.48322516565543927 +54873 aapg_ac_719.html aapg_ac_719.html:59:6159:6171 Pierre New Mexico -0.444223975732980447 +54874 sedimentology_html_3914054382 sedimentology_html_3914054382:713:55966:55972 Thrifty London, Ontario -0.0294390614624063553 +54875 cspg_html_2865093674 cspg_html_2865093674:85:13340:13349 Gog Mount Assiniboine Provincial Park -0.466073422560892126 +54876 aapg_ai_981.html aapg_ai_981.html:546:43032:43041 Catahoula Mississippi River -0.239615408829043058 +54877 palaios_html_4501603736 palaios_html_4501603736:150:14442:14450 Moenkopi Reno, Nevada -0.246262549050181578 +54878 aapg_ah_337.html aapg_ah_337.html:336:41208:41227 Smackover Cotton Valley, Louisiana 0.0549262265308100364 +54879 gsa_html_7125621200 gsa_html_7125621200:633:57635:57643 Colorado Denver -0.437151438175982732 +54880 sedimentology_html_8748254640 sedimentology_html_8748254640:89:9558:9578 Toro South America -0.0397187025652964501 +54881 aapg_ae_936.html aapg_ae_936.html:55:7796:7805 Frio Brazoria County, Texas -0.0312427146313614852 +54882 AMJC_html_5722410163 AMJC_html_5722410163:545:56346:56367 Elko Elko, Nevada 0.00480334593379653455 +54883 gsa_html_5293445820 gsa_html_5293445820:737:75687:75697 West Point West Point, New York -0.434606918343987458 +54884 aapg_ae_752.html aapg_ae_752.html:267:27192:27196 Kent Middle East -0.015097596462230729 +54885 jgeology_html_9215313444 jgeology_html_9215313444:89:3626:3634 Richland Washington (state) -0.014941203695627946 +54886 gsa_html_8035658736 gsa_html_8035658736:753:86534:86540 Oregon Blue Mountains (Oregon) -0.0794185214978136572 +54887 palaios_html_2492387369 palaios_html_2492387369:840:74278:74282 Hall Birkeland current -0.485238274937032199 +54888 aapg_ae_26.html aapg_ae_26.html:15:2778:2792 Kope Bloomington, Indiana -0.450080811334427622 +54889 aapg_ak_104.html aapg_ak_104.html:37:5177:5196 Lodgepole Cheyenne, Wyoming -0.433423304094416983 +54890 jgeology_html_1063177056 jgeology_html_1063177056:334:20721:20729 Virginia Hatteras Island -0.063168954684827 +54891 aapg_ae_498.html aapg_ae_498.html:819:91276:91324 Martinsburg Middle East -0.00473211949273434716 +54892 geology_html_2620787843 geology_html_2620787843:295:24509:24519 Santa Cruz Santa Cruz, California -0.451913869834985604 +54893 aapg_ad_55.html aapg_ad_55.html:95:7692:7699 Decorah Missouri River 0.301544736346567588 +54894 sedimentology_html_2852905111 sedimentology_html_2852905111:919:75150:75158 Scotland Spain -0.464533160716817162 +54895 aapg_ac_200.html aapg_ac_200.html:413:40819:40827 Evanston Fort Union Trading Post National Historic Site -0.461601707643698789 +54896 geology_html_6240326392 geology_html_6240326392:272:23852:23860 Colorado Denver -0.459919224612040101 +54897 jgeology_html_8051988838 jgeology_html_8051988838:240:13263:13285 Exshaw Canada -0.463764030920631232 +54898 palaios_html_8113714689 palaios_html_8113714689:232:25420:25428 Michigan Munising, Michigan -0.467868439854770279 +54899 aapg_ah_335.html aapg_ah_335.html:371:44755:44758 Duo Beckley, Oxfordshire -0.478349729395822987 +54900 gsa_html_7012936645 gsa_html_7012936645:70:6887:6908 Martinsburg Hamburg -0.44844429668252761 +54901 cspg_html_3762708087 cspg_html_3762708087:59:8440:8456 Viking Suffield, Connecticut -0.474992922950619234 +54902 AMJC_html_3632105729 AMJC_html_3632105729:589:75863:75869 Oregon Boise, Idaho -0.043068633588496115 +54903 cspg_html_2083823293 cspg_html_2083823293:566:60510:60544 Kootenay Lacombe, Alberta -0.458639019733277031 +54904 geology_html_9145998626 geology_html_9145998626:206:17918:17954 Big Cottonwood Logan, Utah -0.254377774127239886 +54905 aapg_af_480.html aapg_af_480.html:168:19479:19494 Olentangy Ohio 0.133003279441027744 +54906 aapg_af_186.html aapg_af_186.html:1041:111535:111551 Salina Ontario, California -0.0213125005692229447 +54907 cspg_html_1818321956 cspg_html_1818321956:367:36158:36184 Augusta Mountain Reno, Nevada -0.215825777253849882 +54908 aapg_af_598.html aapg_af_598.html:22:2220:2227 Lenapah Seminole, Texas -0.469070208322842297 +54909 cspg_html_5141367518 cspg_html_5141367518:59:9459:9469 Mill Creek Western world -0.489889776983278402 +54910 aapg_ah_779.html aapg_ah_779.html:621:115368:115376 Virginia Bloomington, Indiana -0.00019108957512037629 +54911 aapg_aa_147.html aapg_aa_147.html:52:7335:7349 Stony Mountain Winnipeg -0.470604615354327627 +54912 aapg_ai_935.html aapg_ai_935.html:43:7622:7626 Kent Iran -0.477234757760444439 +54913 aapg_ac_714.html aapg_ac_714.html:134:14288:14311 Gypsum Spring Big Horn Mountains -0.0391947322443328555 +54914 cspg_html_8089302449 cspg_html_8089302449:13:1729:1742 Watt Mountain Lacombe, Alberta -0.00638076930644856932 +54915 cspg_html_8414893458 cspg_html_8414893458:38:5075:5083 Columbia Victoria, British Columbia -0.0286877600181881381 +54916 cspg_html_9343899465 cspg_html_9343899465:87:12252:12265 Griper Bay Little Cornwallis Island 0.00389825344276496875 +54917 aapg_aa_702.html aapg_aa_702.html:384:87537:87545 Colorado New Mexico -0.0824675398862912828 +54918 gsa_html_2076560873 gsa_html_2076560873:280:31726:31738 Devon Island Ellesmere Island 0.251352213085134446 +54919 gsa_html_1337782073 gsa_html_1337782073:94:9487:9507 Ammonoosuc Volcanics Littleton, Colorado -0.0227274727216301153 +54920 palaios_html_3904138149 palaios_html_3904138149:854:63288:63297 Sheffield Bridgewater, Massachusetts -0.0308043870775981631 +54921 palaios_html_5941046452 palaios_html_5941046452:672:56097:56102 Price Middle East -0.449575401198261781 +54922 aapg_ad_860.html aapg_ad_860.html:334:20077:20120 Madison Erie, Pennsylvania -0.46809765859229685 +54923 cspg_html_9119878068 cspg_html_9119878068:211:27204:27218 Fort Vermilion Swan Hill, Victoria -0.431113360606789509 +54924 aapg_ad_871.html aapg_ad_871.html:753:59950:59958 Michigan Walling -0.00527934873270450959 +54925 aapg_af_449.html aapg_af_449.html:126:15896:15902 Oregon Cheyenne, Wyoming 0.00892245965980600214 +54926 sedimentology_html_7328045802 sedimentology_html_7328045802:357:27075:27099 Perry Austin, Chicago -0.462125287699645448 +54927 sedimentology_html_8714923404 sedimentology_html_8714923404:1261:81363:81367 Hall London, Ontario -0.0257194847392249668 +54928 aapg_aa_684.html aapg_aa_684.html:362:34694:34711 Ankareh Cheyenne, Wyoming 0.0265593018683565572 +54929 aapg_ad_670.html aapg_ad_670.html:25:4923:4939 Morgan Logan, Utah -0.24865084951354921 +54930 gsa_html_3225734041 gsa_html_3225734041:775:67950:67958 Scotland Canada -0.468696200218799319 +54931 cspg_html_4498577775 cspg_html_4498577775:1248:91945:91950 Tidal Piedmont (United States) -0.485663921579086111 +54932 cspg_html_1611261412 cspg_html_1611261412:876:110054:110070 Oldman Lethbridge -0.458913519660435476 +54933 aapg_ac_867.html aapg_ac_867.html:647:89170:89177 Madison Cheyenne, Wyoming -0.461001107058420345 +54934 aapg_ah_439.html aapg_ah_439.html:37:4431:4439 Richland Richland, Washington -0.474069180634086484 +54935 aapg_ah_138.html aapg_ah_138.html:19:1987:1995 Sundance Fort Union Trading Post National Historic Site -0.00655275945491847703 +54936 cspg_html_6252417471 cspg_html_6252417471:318:46465:46486 Horton River Banks Island 0.608346551356836018 +54937 cspg_html_3766007701 cspg_html_3766007701:18:1726:1738 Saskatchewan Lacombe, Alberta -0.441419648744354465 +54938 aapg_af_854.html aapg_af_854.html:848:120251:120268 Renault Louisville, Kentucky -0.0197168810314956311 +54939 palaios_html_7654061871 palaios_html_7654061871:607:46096:46104 Edmonton Coral reef -0.0199532604557582163 +54940 gsa_html_9569209726 gsa_html_9569209726:845:80336:80349 Santa Barbara Washington (state) -0.0284721166530200707 +54941 aapg_ad_880.html aapg_ad_880.html:762:73493:73510 Entrada Cheyenne, Wyoming -0.424322003042767071 +54942 geology_html_2006236083 geology_html_2006236083:73:7095:7107 Simla India -0.480695619561815057 +54943 aapg_af_15.html aapg_af_15.html:235:23518:23525 Wasatch Uinta Mountains 0.0581920357260372334 +54944 cspg_html_7351304206 cspg_html_7351304206:6:445:487 Albert New Brunswick, New Jersey -0.473653815287124913 +54945 aapg_ad_784.html aapg_ad_784.html:468:50252:50257 Vaqueros Elwood, Illinois -0.00662225056898431159 +54946 palaios_html_8113714689 palaios_html_8113714689:292:32890:32907 Tanyard Texas -0.0729536108486761037 +54947 cspg_html_4374961624 cspg_html_4374961624:29:5121:5139 Stephen Mount Robson Provincial Park -0.0491450243190722294 +54948 aapg_ah_182.html aapg_ah_182.html:36:4471:4483 Sherman Fall Rockland County, New York -0.0304826089875597575 +54949 aapg_ac_924.html aapg_ac_924.html:18:2990:2997 Madison Boise, Idaho 0.00968516832119581395 +54950 aapg_af_628.html aapg_af_628.html:95:8848:8859 Tar Springs Vienna -0.442860875153750722 +54951 cspg_html_3187264334 cspg_html_3187264334:473:54045:54062 Cardium Canada 0.0155494033221634086 +54952 geology_html_6392821947 geology_html_6392821947:319:26457:26467 Washington Salem, Oregon -0.514937805052130049 +54953 aapg_ai_526.html aapg_ai_526.html:153:19681:19696 Mesaverde New Mexico -0.0114886275572314532 +54954 jgeology_html_8064855537 jgeology_html_8064855537:219:13461:13491 Cedar Mountain Logan, Utah -0.470292003998596664 +54955 aapg_ai_974.html aapg_ai_974.html:406:43914:43920 Oregon California -0.437151438175982732 +54956 cspg_html_8250755331 cspg_html_8250755331:64:11303:11320 Muskiki Canada -0.035632122339872542 +54957 aapg_ad_103.html aapg_ad_103.html:23:2605:2613 Columbia Columbia District -0.0062678467546358578 +54958 aapg_af_551.html aapg_af_551.html:47:5185:5196 Lake Valley Rift Valley lakes -0.414760740519922233 +54959 cspg_html_5117208919 cspg_html_5117208919:22:1794:1800 Muskeg Victoria, British Columbia -0.424479393833646412 +54960 cspg_html_2749851978 cspg_html_2749851978:342:46958:46975 Cardium Lacombe, Alberta -0.460655489757687109 +54961 sedimentology_html_1145136946 sedimentology_html_1145136946:631:71849:71853 Hall London, Ontario -0.450676431675374467 +54962 aapg_ah_370.html aapg_ah_370.html:394:29509:29523 Traverse Alpena, Michigan -0.445376709141400484 +54963 gsa_html_1924998244 gsa_html_1924998244:1037:84723:84737 Cedar Mountain Reno, Nevada -0.47735290933611807 +54964 aapg_ae_999.html aapg_ae_999.html:485:64179:64188 Catahoula Tampa, Florida -0.47032647773667996 +54965 aapg_aa_351.html aapg_aa_351.html:134:12552:12569 Bromide Tahlequah, Oklahoma -0.0298634270365841781 +54966 cspg_html_9361096527 cspg_html_9361096527:42:8668:8676 Edmonton Judith River Formation -0.459919224612040101 +54967 aapg_af_664.html aapg_af_664.html:260:28064:28073 Red River Texas -0.456778715576978744 +54968 AMJC_html_8866429777 AMJC_html_8866429777:223:29866:29895 Laurentian Middle East -0.465616092314337648 +54969 sedimentology_html_2608220485 sedimentology_html_2608220485:1030:59438:59458 Lawrence Quebec City -0.445984933244691462 +54970 aapg_ai_751.html aapg_ai_751.html:135:13444:13454 Cumberland Bath, Somerset -0.00793912421120361589 +54971 aapg_af_792.html aapg_af_792.html:100:11891:11899 Richland Shreveport, Louisiana -0.484674969173666037 +54972 sedimentology_html_5315330584 sedimentology_html_5315330584:83:9041:9045 Java Borneo -0.408246149684567183 +54973 aapg_ai_592.html aapg_ai_592.html:352:57110:57131 Green River Cheyenne, Wyoming -0.00850549498541811055 +54974 aapg_ai_593.html aapg_ai_593.html:1676:171222:171236 Buda Texas -0.433546895631176765 +54975 gsa_html_5625878232 gsa_html_5625878232:186:27344:27360 Forbes Sucia Island -0.0341270386384278437 +54976 cspg_html_8708246424 cspg_html_8708246424:298:38923:38942 Home Lacombe, Alberta -0.0580733777022241771 +54977 aapg_af_728.html aapg_af_728.html:154:18739:18763 Elko Elko, Nevada 0.857134685231354387 +54978 cspg_html_9093703322 cspg_html_9093703322:112:14143:14151 Edmonton Cordillera Administrative Region -0.439702904816710427 +54979 cspg_html_5973552270 cspg_html_5973552270:47:6326:6347 Beaverhill Swan Hill, Victoria -0.0442459352605073172 +54980 aapg_aa_813.html aapg_aa_813.html:344:39443:39463 Fort Union Mississippi River -0.45230795361337589 +54981 cspg_html_2701043964 cspg_html_2701043964:87:12907:12926 Athabasca Winnipeg -0.0193901260398797667 +54982 geology_html_6407364180 geology_html_6407364180:48:5115:5140 Navajo Colorado -0.0368502653061740099 +54983 cspg_html_1188455526 cspg_html_1188455526:96:15983:16003 Otto Fiord Ellesmere Island -0.0209613827792686502 +54984 gsa_html_3096615185 gsa_html_3096615185:206:23105:23118 Nahant Gabbro Nahant, Massachusetts -0.482688821665931855 +54985 aapg_ah_617.html aapg_ah_617.html:206:16934:16940 Denver Colorado -0.067608196951884289 +54986 cspg_html_8590968109 cspg_html_8590968109:331:36837:36856 Beaufort Calgary 0.0239096054865596611 +54987 cspg_html_9713614580 cspg_html_9713614580:45:6951:6983 Willow Creek Lacombe, Alberta -0.455310861563052449 +54988 gsa_html_2028006768 gsa_html_2028006768:1195:81941:81969 Green River Colorado -0.0515259889792163556 +54989 aapg_ae_992.html aapg_ae_992.html:3:234:253 Chugwater John Crow Mountains 0.0570334671417155603 +54990 aapg_af_632.html aapg_af_632.html:77:7205:7225 Palo Pinto Texas -0.0430268388278426187 +54991 aapg_ae_794.html aapg_ae_794.html:665:75835:75855 Coon Creek Selma to Montgomery marches -0.482931300996293389 +54992 gsa_html_9457387752 gsa_html_9457387752:708:64379:64385 Dayton North Carolina -0.0683283057830313123 +54993 aapg_ad_691.html aapg_ad_691.html:11:1414:1434 Fort Worth Texas -0.124029893797949251 +54994 gsa_html_8900182424 gsa_html_8900182424:79:5207:5235 Green River Colorado 0.0173358628953661428 +54995 aapg_ad_466.html aapg_ad_466.html:1291:138402:138419 Patuxent Maryland -0.00334234682961829285 +54996 palaios_html_5264377288 palaios_html_5264377288:99:10414:10434 Chickaloon Matanuska-Susitna Valley -0.529041197789095863 +54997 sedimentology_html_6434577006 sedimentology_html_6434577006:1090:59766:59792 Bradore Quebec City -0.0112818678629079024 +54998 gsa_html_1744648670 gsa_html_1744648670:314:33164:33182 Sheepbed Canada -0.466741549175746284 +54999 cspg_html_4516258038 cspg_html_4516258038:124:15659:15663 Eids Middle East -0.45295011354581094 +55000 aapg_ah_329.html aapg_ah_329.html:325:31363:31370 Sisquoc Monterey, California 0.649654786011226171 +55001 aapg_af_575.html aapg_af_575.html:388:52416:52424 Edgewood Bainbridge, Georgia 0.0116050390489145696 +55002 gsa_html_2240019054 gsa_html_2240019054:491:44860:44869 Cranberry North Carolina -0.499246281017071747 +55003 aapg_ah_179.html aapg_ah_179.html:69:4990:5006 Chinle Chinle Formation -0.480165495809770027 +55004 sedimentology_html_3592910316 sedimentology_html_3592910316:1312:77364:77394 Tuscaloosa Gulf Coast of the United States 0.321533123854847946 +55005 cspg_html_4860363565 cspg_html_4860363565:230:30640:30652 Medicine Hat Milk River, Alberta -0.44714211768966694 +55006 aapg_ah_516.html aapg_ah_516.html:320:22335:22349 San Pedro Lomita, California -0.0139559511282587399 +55007 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4501:4517 Dakota Regina, Saskatchewan -0.0354737741449871191 +55008 aapg_ah_3.html aapg_ah_3.html:461:59048:59074 Camsell Cheyenne, Wyoming -0.448892980122610918 +55009 aapg_ac_835.html aapg_ac_835.html:218:29071:29091 Phosphoria Cheyenne, Wyoming 0.908157044101910227 +55010 aapg_ad_192.html aapg_ad_192.html:310:35367:35383 Tuscaloosa Buckhorn, Pennsylvania -0.447126440065022834 +55011 cspg_html_8054926782 cspg_html_8054926782:387:43183:43204 Martinsburg Pennsylvania -0.450784359288809666 +55012 cspg_html_1962846283 cspg_html_1962846283:30:4812:4834 Livingstone Western world -0.246115869034226165 +55013 aapg_ae_391.html aapg_ae_391.html:479:44404:44421 Rustler Delaware 0.693805023726076997 +55014 gsa_html_8237815743 gsa_html_8237815743:189:15854:15876 Arroyo Santa Ana, California -0.516739860677001617 +55015 cspg_html_2384466756 cspg_html_2384466756:272:36545:36564 Port Hood Bridgetown, Nova Scotia -0.44548177794016619 +55016 aapg_ai_553.html aapg_ai_553.html:220:26833:26841 Carlsbad New Mexico -0.4864081422828892 +55017 aapg_ad_466.html aapg_ad_466.html:218:28227:28240 Merchantville Matawan, New Jersey 0.324189705263160433 +55018 cspg_html_2040245760 cspg_html_2040245760:62:5559:5567 Columbia Victoria, British Columbia -0.480853789677316845 +55019 aapg_ai_462.html aapg_ai_462.html:386:39500:39517 El Abra Matamoros, Tamaulipas -0.46741476224763201 +55020 aapg_aa_126.html aapg_aa_126.html:74:7877:7896 Franconia Franconia, New Hampshire -0.406776609498430197 +55021 aapg_ad_466.html aapg_ad_466.html:793:87207:87219 Mount Laurel Navesink River -0.473010388882843136 +55022 aapg_ac_451.html aapg_ac_451.html:145:15986:16005 Matanuska Seldovia, Alaska 0.190792450509973927 +55023 aapg_ah_779.html aapg_ah_779.html:227:41702:41712 Reedsville Ontario, California 0.00764378019701805137 +55024 cspg_html_2703495345 cspg_html_2703495345:358:51221:51228 Glenelg Bridgetown, Nova Scotia -0.454034931813569353 +55025 aapg_ah_847.html aapg_ah_847.html:146:16580:16595 Laurel New Egypt, New Jersey -0.0219799913092776147 +55026 aapg_af_291.html aapg_af_291.html:516:56502:56526 Lisburne Lisburne Peninsula -0.0216462427440761718 +55027 gsa_html_2832151886 gsa_html_2832151886:673:58677:58682 Yukon Arctic Cordillera -0.451787799117909672 +55028 aapg_aa_731.html aapg_aa_731.html:251:33509:33521 Wilcox Rockdale, Texas 0.757785388074491584 +55029 aapg_ae_140.html aapg_ae_140.html:91:8161:8172 Kaiparowits Uinta Mountains -0.427134891546012585 +55030 aapg_ah_221.html aapg_ah_221.html:94:9314:9321 Duperow Mesa, Arizona 0.0216288601822427068 +55031 gsa_html_7090153753 gsa_html_7090153753:541:43266:43274 Monterey California 0.0176104480999765035 +55032 aapg_ac_688.html aapg_ac_688.html:145:15142:15153 Green River Uinta Mountains -0.463424182586875566 +55033 gsa_html_2378424898 gsa_html_2378424898:946:58672:58678 Jordan Andes -0.478307979059971577 +55034 gsa_html_4216613284 gsa_html_4216613284:146:17240:17266 Hermit Supai, Arizona -0.465787563493960222 +55035 aapg_ad_318.html aapg_ad_318.html:101:13530:13542 Salina Guelph 0.00724767451713446368 +55036 cspg_html_1818321956 cspg_html_1818321956:266:27089:27109 Toad Alaska Highway -0.237590339187089383 +55037 aapg_ac_612.html aapg_ac_612.html:344:34803:34820 Wanakah Summerville, South Carolina -0.111435878433970015 +55038 cspg_html_5479700260 cspg_html_5479700260:73:8926:8950 Stony Mountain Churchill River (Atlantic) -0.444891759770598527 +55039 aapg_ae_350.html aapg_ae_350.html:7:1611:1621 Montgomery Tuscaloosa, Alabama -0.428317245284791537 +55040 cspg_html_5688447798 cspg_html_5688447798:142:20378:20406 Disappointment Bay Ellesmere Island -0.502814850475143738 +55041 gsa_html_3648258377 gsa_html_3648258377:376:36342:36366 Merchantville Bass River Township, New Jersey -0.464256927711512946 +55042 cspg_html_7201476813 cspg_html_7201476813:404:50080:50104 Interlake Winnipeg -0.538592490396480272 +55043 aapg_ai_326.html aapg_ai_326.html:38:5633:5655 New Scotland Virginia -0.0108127539330289211 +55044 jgeology_html_4115179562 jgeology_html_4115179562:1354:73727:73749 Mount Rogers Virginia -0.446029671493266278 +55045 aapg_ad_695.html aapg_ad_695.html:65:5881:5894 Cook Mountain Nacogdoches, Texas -0.00200123251374013846 +55046 aapg_ae_6.html aapg_ae_6.html:543:59161:59168 Edwards County Sligo -0.475554574599736102 +55047 aapg_ae_959.html aapg_ae_959.html:375:31458:31477 Carlsbad El Capitan -0.0200262605794136288 +55048 cspg_html_6816015957 cspg_html_6816015957:360:41249:41262 Barnett Montgomery (town), New York -0.486857796887406991 +55049 aapg_ah_817.html aapg_ah_817.html:114:10491:10505 Mission Canyon Spearfish, South Dakota -0.0163400857195280975 +55050 aapg_ah_753.html aapg_ah_753.html:233:37150:37160 Maringouin New Caledonia -0.0744356181649514781 +55051 AMJC_html_7085584544 AMJC_html_7085584544:897:93636:93644 Michigan Michigan -0.448350101124535771 +55052 cspg_html_1763727002 cspg_html_1763727002:6:553:575 Charlie Lake Lacombe, Alberta -0.4506269691264706 +55053 aapg_ac_586.html aapg_ac_586.html:3:176:196 Pottsville Pennsylvania -0.432686505514578101 +55054 AMJC_html_4066734654 AMJC_html_4066734654:82:6381:6389 Willwood Fort Union Trading Post National Historic Site -0.493772964396431202 +55055 cspg_html_5375448448 cspg_html_5375448448:438:47192:47200 Edmonton Victoria, British Columbia -0.0279295455819341988 +55056 aapg_aa_736.html aapg_aa_736.html:54:6058:6065 Bedford Antrim, County Antrim -0.477204643263094197 +55057 gsa_html_3791863023 gsa_html_3791863023:61:4800:4828 Green River New Mexico -0.447189152172129289 +55058 aapg_ai_249.html aapg_ai_249.html:246:34085:34090 Sepur Campania -0.482213387515949554 +55059 aapg_ai_278.html aapg_ai_278.html:744:91242:91261 Card Sound Dolomite Melbourne, Florida -0.0423703387957518537 +55060 gsa_html_4269059568 gsa_html_4269059568:55:3414:3442 Green River Colorado 0.0173358628953661428 +55061 cspg_html_7138604143 cspg_html_7138604143:105:16532:16543 Blind Fiord Ellesmere Island 0.378598917162351389 +55062 sedimentology_html_4270818528 sedimentology_html_4270818528:1340:42176:42180 Hall London, Ontario -0.0476882261223687196 +55063 aapg_ae_876.html aapg_ae_876.html:50:6003:6015 Cedar Mountain Cedar Mountains -0.00202555313540596143 +55064 aapg_aa_12.html aapg_aa_12.html:462:49036:49056 Moorefield Arbuckle, California -0.0358774797167535214 +55065 cspg_html_8145657505 cspg_html_8145657505:205:30429:30449 Swan Hills Swan Hill, Victoria -0.438519487168151922 +55066 cspg_html_4773367370 cspg_html_4773367370:366:27760:27774 Colorado Canada -0.501531457608635822 +55067 cspg_html_9136481292 cspg_html_9136481292:320:40063:40071 Columbia Victoria, British Columbia -0.495958018438408699 +55068 cspg_html_5976982403 cspg_html_5976982403:120:16769:16781 Purcell Lava Purcell Mountains -0.451731523193220186 +55069 aapg_ac_807.html aapg_ac_807.html:850:83217:83233 Wilcox Alabama 0.0385559099490932269 +55070 aapg_ad_812.html aapg_ad_812.html:49:5993:6000 Kayenta Kayenta, Arizona 0.00103883289603381806 +55071 cspg_html_8590968109 cspg_html_8590968109:55:6024:6031 Tintina Arctic Cordillera -0.477642564553472426 +55072 aapg_ae_973.html aapg_ae_973.html:487:35443:35447 Yeso Texas -0.0630851289271506938 +55073 aapg_ah_275.html aapg_ah_275.html:288:34608:34618 Copenhagen Denmark -0.538048717013721811 +55074 aapg_ai_654.html aapg_ai_654.html:82:14074:14091 Prairie Middle East -0.44844429668252761 +55075 palaios_html_4939666561 palaios_html_4939666561:543:58737:58768 Kope Ohio -0.45995556917210767 +55076 cspg_html_9771826320 cspg_html_9771826320:878:125350:125380 Washington Greenland -0.481777803377517411 +55077 gsa_html_7102550258 gsa_html_7102550258:810:91343:91353 Springdale Kayenta, Arizona -0.106597094169738074 +55078 cspg_html_4099674132 cspg_html_4099674132:94:12773:12795 Winnipegosis Regina, Saskatchewan -0.448296279445968116 +55079 gsa_html_3826887876 gsa_html_3826887876:627:62921:62936 Catalina Schist California -0.500366664778552739 +55080 palaios_html_1262064602 palaios_html_1262064602:1141:110366:110382 Chinle Arizona 0.041724334263233534 +55081 gsa_html_2758185504 gsa_html_2758185504:19:999:1019 Hell Creek Fort Union Trading Post National Historic Site -0.453130450697368015 +55082 aapg_ac_529.html aapg_ac_529.html:104:12133:12158 Whitsett Texas -0.437987106587424679 +55083 aapg_ae_856.html aapg_ae_856.html:212:25472:25496 Lizard Springs Trinidad and Tobago -0.313998276296388767 +55084 cspg_html_9052242265 cspg_html_9052242265:7:588:604 Hector Victoria, British Columbia -0.475138501585752326 +55085 sedimentology_html_5688658852 sedimentology_html_5688658852:1268:73045:73062 Basal Canada -0.485406637327558677 +55086 jgeology_html_6186634367 jgeology_html_6186634367:320:30246:30259 Marble Canyon Grapevine, California -0.474069180634086484 +55087 cspg_html_3772380029 cspg_html_3772380029:11:1003:1036 Bad Cache Rapids River Severn -0.484098022941034878 +55088 aapg_ad_882.html aapg_ad_882.html:278:22768:22789 Snyder Arizona -0.463579265049131273 +55089 aapg_ai_208.html aapg_ai_208.html:232:19921:19937 Peedee North Carolina -0.0177825001131117176 +55090 AMJC_html_5390933660 AMJC_html_5390933660:194:21325:21338 Gile Mountain New Hampshire -0.0283121254572706732 +55091 gsa_html_6169925575 gsa_html_6169925575:858:87807:87816 San Diego Sumida River -0.423902420535258007 +55092 aapg_ac_984.html aapg_ac_984.html:128:11279:11289 Eau Claire Stoddard County, Missouri 0.0138916590264125152 +55093 cspg_html_9613906024 cspg_html_9613906024:831:64747:64772 Beaverhill Canada -0.0466271631232556896 +55094 sedimentology_html_6688355569 sedimentology_html_6688355569:177:17941:17949 Scotland England -0.0799335614166205438 +55095 aapg_ad_880.html aapg_ad_880.html:259:26677:26700 Gypsum Spring Cheyenne, Wyoming 0.00792175098374853399 +55096 cspg_html_2799817929 cspg_html_2799817929:324:38167:38184 Cardium Lacombe, Alberta -0.475397368106546647 +55097 cspg_html_5947812886 cspg_html_5947812886:360:56258:56276 Deadwood Lacombe, Alberta -0.00424743388825097462 +55098 aapg_af_922.html aapg_af_922.html:151:20725:20732 Grayson Kentucky -0.0236279718682710811 +55099 gsa_html_4071231613 gsa_html_4071231613:809:88167:88183 Hurwal Salem, Oregon 0.745424554648395632 +55100 AMJC_html_5402007949 AMJC_html_5402007949:289:26829:26838 Red River Red River of the North 0.645092848137759911 +55101 aapg_ah_962.html aapg_ah_962.html:21:2882:2897 Viola Wichita Mountains -0.462225485866077257 +55102 aapg_ad_379.html aapg_ad_379.html:664:54739:54747 Sawtooth Carmel, Indiana -0.432249992487968249 +55103 aapg_ai_80.html aapg_ai_80.html:318:32770:32788 Utica Lexington, Kentucky -0.459919224612040101 +55104 cspg_html_7176835767 cspg_html_7176835767:233:29483:29498 Husky Banks Island -0.449575401198261781 +55105 aapg_aa_655.html aapg_aa_655.html:24:3392:3422 Ouray Colorado -0.504597707088455083 +55106 aapg_af_138.html aapg_af_138.html:95:10152:10170 Catskill Pocono Raceway -0.44961357796588941 +55107 gsa_html_6589330144 gsa_html_6589330144:837:79972:79980 Colorado Denver -0.476250785622233552 +55108 aapg_af_479.html aapg_af_479.html:703:74860:74880 Point Loma California -0.478349729395822987 +55109 cspg_html_3012058617 cspg_html_3012058617:143:19813:19831 Kootenay Cordillera Administrative Region -0.507910695830472214 +55110 aapg_ac_65.html aapg_ac_65.html:175:17321:17325 Vail Colorado -0.440254051746647612 +55111 cspg_html_2039656422 cspg_html_2039656422:61:6371:6390 Neruokpuk Spring River (Missouri) -0.0475070165492629953 +55112 aapg_ac_841.html aapg_ac_841.html:1212:125145:125160 Atima Honduras -0.0461550436827942306 +55113 cspg_html_4623526246 cspg_html_4623526246:11:1059:1067 Columbia Victoria, British Columbia -0.470236848829719556 +55114 aapg_aa_47.html aapg_aa_47.html:67:7009:7017 Colorado San Juan Islands -0.465744120990301047 +55115 aapg_ad_958.html aapg_ad_958.html:816:83605:83611 Keokuk Burlington, Ontario -0.401438783688395251 +55116 aapg_af_615.html aapg_af_615.html:12:1147:1157 Rio Grande Mexico -0.450595494357366455 +55117 aapg_af_143.html aapg_af_143.html:860:84801:84810 Hornbrook Klamath Mountains (ecoregion) -0.0625944224537374611 +55118 aapg_ai_28.html aapg_ai_28.html:104:8755:8762 Lagarto Oakville, California -7.99101848956195929e-05 +55119 aapg_ad_318.html aapg_ad_318.html:328:35904:35910 Guelph Bloomington, Indiana -0.0416128988126375013 +55120 aapg_af_891.html aapg_af_891.html:43:4414:4430 San Andres New Mexico -0.479161941644374367 +55121 aapg_ac_885.html aapg_ac_885.html:149:15536:15553 Prairie Regina, Saskatchewan -0.450878806444675151 +55122 aapg_aa_918.html aapg_aa_918.html:897:93518:93533 Dog Creek Cave Creek, Arizona 0.930241058945241561 +55123 aapg_ac_56.html aapg_ac_56.html:140:9123:9140 Paradox Grand County, Colorado -0.0368502653061740099 +55124 cspg_html_1025724640 cspg_html_1025724640:83:14228:14246 Beekmantown Ontario, California -0.0156814715209821626 +55125 cspg_html_5090493449 cspg_html_5090493449:6:408:425 Pekisko Lacombe, Alberta -0.00562506076616993075 +55126 aapg_ad_376.html aapg_ad_376.html:38:4103:4113 Cove Creek Pickaway County, Ohio -0.479475427251918496 +55127 cspg_html_1878628154 cspg_html_1878628154:107:13197:13229 Montney Lacombe, Alberta -0.46809765859229685 +55128 aapg_ad_466.html aapg_ad_466.html:1389:147853:147861 Columbia Columbia District -0.49240427742779258 +55129 aapg_ai_810.html aapg_ai_810.html:34:5486:5501 Norphlet Mississippi River 0.257917098062656891 +55130 geology_html_8377407162 geology_html_8377407162:209:20043:20064 Deep Spring Reno, Nevada -0.0722591209552992525 +55131 aapg_ak_132.html aapg_ak_132.html:233:24155:24162 Subinal El Salvador, Misamis Oriental -0.072565244885876623 +55132 aapg_ad_752.html aapg_ad_752.html:4:427:437 Brownstown Texas -0.00581963313965654701 +55133 gsa_html_8427412684 gsa_html_8427412684:618:62496:62528 Chelmsford Sudbury, Suffolk -0.476935975501023179 +55134 cspg_html_5685783620 cspg_html_5685783620:102:14305:14316 Mount Whyte Hockley -0.474069180634086484 +55135 cspg_html_8708246424 cspg_html_8708246424:275:35299:35311 Saskatchewan Lacombe, Alberta -0.49593907588154873 +55136 geology_html_3363667765 geology_html_3363667765:167:17719:17724 Queen Canada -0.450582005503512739 +55137 aapg_ac_126.html aapg_ac_126.html:206:30649:30658 Smackover Bossier City, Louisiana -0.0220321401062539869 +55138 aapg_af_168.html aapg_af_168.html:28:4678:4686 Vaqueros South Mountains (Arizona) -0.463764030920631232 +55139 aapg_ah_318.html aapg_ah_318.html:498:58451:58470 Smackover Navarro County, Texas -0.00500312776260552431 +55140 aapg_ai_65.html aapg_ai_65.html:26:3813:3826 Deadwood Cheyenne, Wyoming -0.432624764132568007 +55141 aapg_ac_617.html aapg_ac_617.html:4:477:494 Fleming Oakville, California 0.0136205912894358499 +55142 cspg_html_3634181348 cspg_html_3634181348:322:31341:31356 Laval Quebec City -0.0191815618988117366 +55143 geology_html_9343070577 geology_html_9343070577:292:20331:20339 Scotland London, Ontario -0.511386578283423932 +55144 aapg_aa_906.html aapg_aa_906.html:559:61414:61434 Fort Union Colorado -0.425647516918978619 +55145 aapg_ah_318.html aapg_ah_318.html:1796:167382:167401 La Gloria Durango, Durango -0.00215584223507059606 +55146 aapg_af_342.html aapg_af_342.html:31:4561:4570 Vicksburg Ocala, Florida -0.469382385724573914 +55147 aapg_ae_6.html aapg_ae_6.html:184:21834:21838 Buda Buda, Texas -0.12911158141554735 +55148 cspg_html_4298557570 cspg_html_4298557570:117:18261:18279 Paskapoo Edmonton, London -0.0369894907800668374 +55149 aapg_ah_415.html aapg_ah_415.html:31:4117:4122 Eagle Colorado -0.0487929978444478704 +55150 sedimentology_html_5928478399 sedimentology_html_5928478399:636:42177:42187 Washington Wa (Japan) -0.431573575808563037 +55151 sedimentology_html_4225650860 sedimentology_html_4225650860:224:17264:17274 Washington Tokyo -0.0289590583087490083 +55152 aapg_ae_415.html aapg_ae_415.html:899:112497:112509 Chickasawhay Tampa, Florida -0.0347969055523305801 +55153 aapg_ad_683.html aapg_ad_683.html:135:17528:17544 Kaibab Coconino County, Arizona -0.0176486817607870612 +55154 gsa_html_8820488310 gsa_html_8820488310:39:3262:3270 Columbia Victoria, British Columbia -0.466714081975797668 +55155 aapg_ad_715.html aapg_ad_715.html:158:18866:18875 Allegheny Hartshorne, Oklahoma -0.467130759519596039 +55156 geology_html_5235685630 geology_html_5235685630:306:25025:25035 Notch Peak Logan, Utah -0.0335876948034024986 +55157 sedimentology_html_3826538092 sedimentology_html_3826538092:623:39072:39078 Taylor London, Ontario -0.457532796484121151 +55158 gsa_html_5015599008 gsa_html_5015599008:684:58926:58946 Colorado Canada -0.0705521503512964721 +55159 cspg_html_8438548095 cspg_html_8438548095:281:25399:25420 Cypress Drumheller -0.481766159765426027 +55160 aapg_ad_379.html aapg_ad_379.html:825:68275:68291 Lakota Black Hills 1.16799699710838878 +55161 aapg_ad_351.html aapg_ad_351.html:36:4498:4528 Keokuk Springfield, Illinois -0.015097596462230729 +55162 cspg_html_6839937815 cspg_html_6839937815:277:39140:39156 Toroweap Logan, Utah 0.373317300133817587 +55163 aapg_aa_172.html aapg_aa_172.html:540:63858:63867 Gibraltar Spain -0.0337286176127971765 +55164 sedimentology_html_3455721661 sedimentology_html_3455721661:487:38784:38801 Todilto Entrada Sandstone -0.0750376425900441402 +55165 gsa_html_2717448156 gsa_html_2717448156:897:95158:95168 Washington Salem, Oregon -0.459919224612040101 +55166 aapg_aa_147.html aapg_aa_147.html:260:31799:31818 Red River Regina, Saskatchewan -0.0527620925297026463 +55167 sedimentology_html_5462089509 sedimentology_html_5462089509:1468:101730:101768 Kingston Peak California -0.465616092314337648 +55168 cspg_html_2172704722 cspg_html_2172704722:507:66134:66156 Basal Regina, Saskatchewan -0.464163347577605745 +55169 aapg_af_939.html aapg_af_939.html:37:4398:4407 Maquoketa Illinois -0.0103801322392496759 +55170 AMJC_html_7176185664 AMJC_html_7176185664:721:73483:73515 Clinton East Cleveland, Ohio -0.461089806729199636 +55171 cspg_html_9439353033 cspg_html_9439353033:777:59249:59257 Edmonton Calgary -0.501545759647369804 +55172 aapg_ah_447.html aapg_ah_447.html:414:45554:45573 Oakville Karnes County, Texas 0.0037592765078730871 +55173 aapg_ah_362.html aapg_ah_362.html:41:3857:3862 Logan Decatur, Georgia -0.0119247384368411057 +55174 aapg_ad_862.html aapg_ad_862.html:101:16942:16952 Duck Creek Zanesville, Ohio -0.025689926843247262 +55175 aapg_ae_776.html aapg_ae_776.html:303:21674:21691 El Abra Mexico -0.440254051746647612 +55176 aapg_ah_722.html aapg_ah_722.html:417:48303:48320 Shublik Canning River (Alaska) -0.0553866933227813371 +55177 cspg_html_5376629375 cspg_html_5376629375:54:9296:9314 Arctomys Canmore, Alberta -0.466073422560892126 +55178 aapg_aa_595.html aapg_aa_595.html:314:33778:33805 Wolfcamp Wichita, Kansas -0.501536224927626728 +55179 gsa_html_2378424898 gsa_html_2378424898:35:1974:1980 Sierra Western world -0.0809988562397424283 +55180 aapg_ae_305.html aapg_ae_305.html:1335:124875:124880 Barco Colombia -0.465787563493960222 +55181 aapg_ac_575.html aapg_ac_575.html:276:43441:43451 Phosphoria Logan, Utah -0.00109094831221136397 +55182 aapg_ai_184.html aapg_ai_184.html:123:12151:12167 Dakota Logan, Utah -0.451193701085184695 +55183 aapg_ah_419.html aapg_ah_419.html:86:8828:8836 Edmonton Lacombe, Alberta -0.504081097628738206 +55184 aapg_ai_462.html aapg_ai_462.html:229:24756:24773 El Abra Southeast Asia -0.488743302412917968 +55185 gsa_html_5253952002 gsa_html_5253952002:100:11955:11974 Beaumont Shreveport, Louisiana 0.0200558083288706231 +55186 aapg_ae_877.html aapg_ae_877.html:460:38970:38987 Gilwood Lacombe, Alberta -0.0345846315968630358 +55187 AMJC_html_5969956211 AMJC_html_5969956211:1727:193045:193053 Colorado Denver -0.0469494744747350756 +55188 aapg_ah_876.html aapg_ah_876.html:541:66725:66737 Mooringsport Alabama -0.0295434123424303668 +55189 AMJC_html_7287542072 AMJC_html_7287542072:1618:142411:142426 Wepawaug Schist Hartford, Connecticut -0.0466289053122137323 +55190 cspg_html_2165379999 cspg_html_2165379999:462:43382:43421 Sulphur Point Lacombe, Alberta -0.515638265999826539 +55191 cspg_html_7334652966 cspg_html_7334652966:196:23289:23309 Whitehorse Lacombe, Alberta -0.488198798133244793 +55192 aapg_ae_381.html aapg_ae_381.html:20:3064:3070 Merced Fresno, California -0.440265166942118702 +55193 aapg_ai_357.html aapg_ai_357.html:178:19726:19735 Escondido Frio River -0.107916418161748018 +55194 aapg_ah_160.html aapg_ah_160.html:80:11786:11794 Michigan Ohio -0.422068899423675037 +55195 gsa_html_8597749242 gsa_html_8597749242:693:75715:75731 Fish Canyon Tuff Colorado -0.467194881190696076 +55196 sedimentology_html_2375557633 sedimentology_html_2375557633:765:59262:59277 Arikaree White River (Washington) -0.029835599351404625 +55197 aapg_af_878.html aapg_af_878.html:149:15114:15131 Warsaw Burlington, Ontario -0.022564066972144893 +55198 aapg_af_95.html aapg_af_95.html:270:22612:22624 Austin Chalk Whitestone, Queens -0.476843350706402158 +55199 aapg_aa_906.html aapg_aa_906.html:3:314:334 Fort Union Colorado -0.437652306106939892 +55200 aapg_af_588.html aapg_af_588.html:33:2957:2967 Sweetgrass Bow Island Airport -0.0378335861423178335 +55201 AMJC_html_1305960228 AMJC_html_1305960228:509:65967:65976 Extension Canada -0.0443399870178828731 +55202 aapg_ad_116.html aapg_ad_116.html:244:30544:30552 Seminole Seminole, Texas -0.0204677435827045166 +55203 gsa_html_2327383408 gsa_html_2327383408:75:6433:6461 Green River Iran -0.00871745152629535731 +55204 aapg_ai_835.html aapg_ai_835.html:71:8185:8199 Ingleside Beaumont, Texas -0.457650607934439568 +55205 gsa_html_7053510738 gsa_html_7053510738:19:948:956 Colorado Denver -0.0258220684876826687 +55206 aapg_aa_824.html aapg_aa_824.html:701:76790:76796 Moscow Orenburg Oblast -0.425481180136460357 +55207 aapg_ac_23.html aapg_ac_23.html:77:7008:7033 Venango Venango, Pennsylvania -0.487565545428885583 +55208 cspg_html_2882304151 cspg_html_2882304151:141:27974:27981 Cadomin Lacombe, Alberta -0.450582005503512739 +55209 gsa_html_9579641184 gsa_html_9579641184:712:68424:68432 Yakataga Anchorage, Alaska 0.0139472629974676295 +55210 cspg_html_3854139935 cspg_html_3854139935:126:21328:21345 Pakowki Lacombe, Alberta -0.0139559511282587399 +55211 aapg_ae_789.html aapg_ae_789.html:92:12903:12923 Big Valley Lacombe, Alberta 1.03674205442711731 +55212 gsa_html_9428560088 gsa_html_9428560088:820:73462:73490 Green River Colorado -0.0359488258417789419 +55213 aapg_ac_151.html aapg_ac_151.html:113:20267:20271 Frio Claiborne, Alabama -0.0143781976835972679 +55214 aapg_ah_536.html aapg_ah_536.html:221:30026:30043 Rodessa County Sligo -0.464569693827358687 +55215 aapg_ae_65.html aapg_ae_65.html:405:40243:40251 Tensleep Cheyenne, Wyoming -0.497000516635433987 +55216 aapg_ac_477.html aapg_ac_477.html:601:69999:70019 Milk River Lacombe, Alberta -0.0320376589059692546 +55217 aapg_ad_683.html aapg_ad_683.html:271:30651:30667 Toroweap Supai, Arizona -0.0377274176775576064 +55218 aapg_aa_612.html aapg_aa_612.html:282:25308:25324 Bethel Kentucky -0.456337429672799166 +55219 aapg_ae_471.html aapg_ae_471.html:115:11933:11956 Cotton Valley Macedonia (region) -0.440325191296006335 +55220 aapg_aa_928.html aapg_aa_928.html:65:7421:7434 Jackson Texas -0.0252500427953300452 +55221 aapg_aa_546.html aapg_aa_546.html:185:17479:17485 Dakota Colorado -0.385371202164418836 +55222 gsa_html_6652746762 gsa_html_6652746762:426:35658:35668 Santa Rita Araguaia River -0.0364186783313174417 +55223 cspg_html_4026212902 cspg_html_4026212902:5:231:247 Exshaw Lacombe, Alberta -0.00587175083806225004 +55224 aapg_ad_430.html aapg_ad_430.html:132:9837:9856 Smackover Cotton Valley, Louisiana -0.463579265049131273 +55225 gsa_html_4482097834 gsa_html_4482097834:681:62328:62356 Green River New Mexico -0.0272913568249384605 +55226 palaios_html_5398833984 palaios_html_5398833984:39:4903:4929 Horseshoe Canyon Lacombe, Alberta -0.451751782124743317 +55227 cspg_html_7467378242 cspg_html_7467378242:271:35888:35896 Columbia Lacombe, Alberta -0.0209613827792686502 +55228 gsa_html_5446866849 gsa_html_5446866849:972:73669:73697 Green River Iran -0.0476394385223062114 +55229 gsa_html_7199417381 gsa_html_7199417381:828:76853:76861 Colorado Larimer (Pittsburgh) -0.481775474642512247 +55230 geology_html_2031965416 geology_html_2031965416:303:24555:24561 Moscow Russia 0.0188026760171915025 +55231 aapg_aa_110.html aapg_aa_110.html:35:5280:5301 Green River Wasatch Range -0.500652353075455747 +55232 sedimentology_html_7103694532 sedimentology_html_7103694532:674:48845:48851 Moscow Russia -0.470457490274840129 +55233 jgeology_html_4902525400 jgeology_html_4902525400:1329:71209:71215 Brazil Mato Grosso do Sul -0.467950951742638677 +55234 aapg_ae_667.html aapg_ae_667.html:460:55872:55898 Flagstaff Logan, Utah -0.262688483970428932 +55235 gsa_html_4520182275 gsa_html_4520182275:263:30899:30909 Washington California -0.052523223879062067 +55236 gsa_html_4837287019 gsa_html_4837287019:69:8295:8303 Bellevue Seattle -0.0679664918754289971 +55237 aapg_ac_720.html aapg_ac_720.html:312:32336:32355 Manasquan Manasquan, New Jersey -0.0182917127831857887 +55238 aapg_ai_958.html aapg_ai_958.html:33:3412:3418 Goliad Oakville, California -0.0381033635608957824 +55239 sedimentology_html_6337108022 sedimentology_html_6337108022:1670:83600:83610 Washington Olympic National Park 0.0103054229962900919 +55240 aapg_ac_222.html aapg_ac_222.html:197:27911:27927 Cutler Middle East -0.441593278961416758 +55241 cspg_html_9683836416 cspg_html_9683836416:459:71050:71061 Belly River Lacombe, Alberta -0.445984933244691462 +55242 aapg_ad_941.html aapg_ad_941.html:592:44508:44531 Lower Elk Point Lacombe, Alberta -0.0822151314289333579 +55243 aapg_ae_973.html aapg_ae_973.html:637:46574:46590 Whitehorse Panhandle, Texas -0.450595494357366455 +55244 AMJC_html_5421639085 AMJC_html_5421639085:24:2575:2582 Potomac Piedmont (United States) -0.0878661627689431846 +55245 cspg_html_2339960084 cspg_html_2339960084:222:35624:35630 Brazil Mexico -0.0231533782740243055 +55246 aapg_aa_973.html aapg_aa_973.html:24:1876:1885 Chugwater Cheyenne, Wyoming -0.0128491051493607039 +55247 gsa_html_8244777175 gsa_html_8244777175:639:68226:68242 Kodiak Anchorage, Alaska -0.0465661867457523512 +55248 aapg_aa_124.html aapg_aa_124.html:616:63319:63327 Columbia Victoria, British Columbia -0.0341705352496151776 +55249 AMJC_html_4486401509 AMJC_html_4486401509:11:457:485 Sandia New Mexico -0.0278217295801544348 +55250 cspg_html_5241714595 cspg_html_5241714595:318:49577:49591 Woodbend Lacombe, Alberta -0.47829406272822006 +55251 aapg_aa_712.html aapg_aa_712.html:13:2515:2530 Maquoketa Glenwood, Utah 0.00452191499750925936 +55252 geology_html_5635691605 geology_html_5635691605:282:20423:20438 Catalina Schist California -0.0632684992978399252 +55253 cspg_html_8773796463 cspg_html_8773796463:31:3968:3976 Columbia Victoria, British Columbia -0.442649117020085803 +55254 cspg_html_3102530088 cspg_html_3102530088:70:9264:9274 Milk River Lacombe, Alberta -0.0213125005692229447 +55255 cspg_html_9768299963 cspg_html_9768299963:19:2366:2382 Battle Lacombe, Alberta -0.495631319068842169 +55256 cspg_html_2283256965 cspg_html_2283256965:19:1807:1815 Scollard Lacombe, Alberta -0.482092240402263728 +55257 geology_html_1943656153 geology_html_1943656153:259:21325:21331 Brazil Texas -0.452896019392303839 +55258 AMJC_html_6952502256 AMJC_html_6952502256:67:8026:8090 Weber Logan, Utah -0.44505934010721393 +55259 aapg_ah_654.html aapg_ah_654.html:987:101494:101512 Tensleep Cheyenne, Wyoming -0.469070208322842297 +55260 cspg_html_7176835767 cspg_html_7176835767:396:50570:50590 Sans Sault Sault Ste. Marie, Ontario -0.487565545428885583 +55261 aapg_ad_168.html aapg_ad_168.html:162:17900:17918 Leon Logan, Utah -0.0329596528046762344 +55262 aapg_ae_305.html aapg_ae_305.html:1501:142884:142905 Diablo Colombia -0.44948782523520614 +55263 gsa_html_5081991493 gsa_html_5081991493:842:66487:66496 Tuscarora Reno, Nevada -0.441740222253796999 +55264 geology_html_2944588605 geology_html_2944588605:239:22019:22025 Jordan Berlin -0.0181770085033734277 +55265 aapg_ad_721.html aapg_ad_721.html:582:55558:55566 Carlsbad Carlsbad, New Mexico -0.457068497754203162 +55266 sedimentology_html_3425717106 sedimentology_html_3425717106:2382:128421:128459 Kingston Peak California -0.471639785200352879 +55267 sedimentology_html_2041096405 sedimentology_html_2041096405:152:13955:13968 A-1 Carbonate Guelph -0.465945346292333973 +55268 palaios_html_7010013984 palaios_html_7010013984:498:48899:48930 Chinle Spain -0.462644618431458876 +55269 aapg_af_891.html aapg_af_891.html:254:27454:27466 Tecovas New Mexico -0.00180666765017611854 +55270 gsa_html_9666442487 gsa_html_9666442487:983:87313:87332 Ellis Bay Anticosti Island -0.0537193910403591518 +55271 gsa_html_3429903648 gsa_html_3429903648:771:65705:65711 Casper Cheyenne, Wyoming -0.432249992487968249 +55272 cspg_html_1962846283 cspg_html_1962846283:666:75158:75163 Price Victoria, British Columbia -0.0152261868031426748 +55273 aapg_ad_2.html aapg_ad_2.html:852:120887:120907 Waynesboro Pennsylvania -0.069202350285655731 +55274 aapg_aa_696.html aapg_aa_696.html:621:70986:71002 Belden Colorado -0.0221155785118801462 +55275 aapg_ac_212.html aapg_ac_212.html:389:42208:42216 Colorado Colorado -0.461171691164054931 +55276 aapg_ae_66.html aapg_ae_66.html:351:34751:34770 Frontier Niobrara, Nebraska 0.971092101382278083 +55277 aapg_ah_413.html aapg_ah_413.html:14:1715:1723 Colorado Denver -0.045529657990104451 +55278 aapg_af_854.html aapg_af_854.html:214:27571:27592 Sweetland Creek Illinois -0.0757815221536820849 +55279 gsa_html_5039569238 gsa_html_5039569238:520:44602:44610 Homewood Lacombe, Alberta -0.448408411516637184 +55280 aapg_ac_629.html aapg_ac_629.html:513:62918:62924 Lissie Beaumont, Texas 1.01443100273412412 +55281 aapg_af_685.html aapg_af_685.html:32:4010:4033 San Cayetano Caribbean -0.476172115937115059 +55282 aapg_ad_329.html aapg_ad_329.html:44:6302:6315 Harrell San Fernando Valley -0.465641239344597002 +55283 palaios_html_3794215041 palaios_html_3794215041:314:36004:36022 Dinwoody Los Angeles -0.00819798606036370794 +55284 aapg_aa_288.html aapg_aa_288.html:79:9510:9532 Mowry Aspen, Colorado -0.47249414511500698 +55285 palaios_html_8950382583 palaios_html_8950382583:790:64570:64578 Colorado Colorado -0.47076786107370483 +55286 aapg_ae_296.html aapg_ae_296.html:38:4100:4116 Whitehorse Delaware -0.00850549498541811055 +55287 gsa_html_3331523875 gsa_html_3331523875:599:67074:67091 Wasatch Colorado -0.446110205830797302 +55288 cspg_html_2113617629 cspg_html_2113617629:796:91756:91772 Viking Lacombe, Alberta 0.00346047674040686785 +55289 aapg_ad_723.html aapg_ad_723.html:113:11087:11095 Colorado New Mexico -0.49009668288503172 +55290 gsa_html_8840132442 gsa_html_8840132442:1131:105718:105738 Spences Bridge Arctic Cordillera -0.500385707625650822 +55291 aapg_ai_688.html aapg_ai_688.html:392:42860:42882 Williamsport Huntington, West Virginia -0.489250567816489013 +55292 aapg_ae_498.html aapg_ae_498.html:252:24249:24265 Beekmantown Virginia 0.0426559190283620771 +55293 aapg_af_461.html aapg_af_461.html:125:12159:12178 Franconia Michigan -0.00100408928942736001 +55294 cspg_html_8089302449 cspg_html_8089302449:591:103450:103462 Saskatchewan Williston Basin -0.44951252529713398 +55295 sedimentology_html_9634338365 sedimentology_html_9634338365:1269:93405:93449 Sekwi Canada -0.443688311537407287 +55296 aapg_ak_87.html aapg_ak_87.html:345:46315:46334 Horquilla Earp, California -0.0700205826390765118 +55297 cspg_html_8587639109 cspg_html_8587639109:1106:109488:109504 Gates Victoria, British Columbia -0.465579516089382972 +55298 gsa_html_2877730818 gsa_html_2877730818:625:52724:52744 Beck Spring Dolomite Kingston, Jamaica -0.500423794622032903 +55299 aapg_ai_514.html aapg_ai_514.html:114:13705:13712 Wasatch Table Rock, Wyoming -0.468198533701609299 +55300 aapg_ac_782.html aapg_ac_782.html:217:36518:36536 Barnett Texas -0.000180666507077184774 +55301 geology_html_2784558180 geology_html_2784558180:278:24089:24095 Fernie Victoria, British Columbia -0.446078886082885928 +55302 aapg_ai_583.html aapg_ai_583.html:29:5029:5045 Sundance Spearfish, South Dakota 0.0298999509663902194 +55303 aapg_ah_228.html aapg_ah_228.html:18:1756:1766 Georgetown Buda, Texas -0.0371791885469511946 +55304 jgeology_html_5803513114 jgeology_html_5803513114:382:27990:27998 Wamsutta Littleton, Colorado -0.452896019392303839 +55305 cspg_html_9343899465 cspg_html_9343899465:1930:164536:164552 Parry Islands Banks Island 0.898871900577596916 +55306 cspg_html_3124360347 cspg_html_3124360347:57:11180:11197 Beekmantown Bennington, Vermont -0.463478914486847693 +55307 aapg_ae_749.html aapg_ae_749.html:75:8700:8708 Virginia Middle Ordovician -0.0214063649157180402 +55308 geology_html_6113200258 geology_html_6113200258:59:5919:5934 Gorge Bennington, Vermont -0.466920106770381871 +55309 aapg_ac_361.html aapg_ac_361.html:103:13247:13264 San Juan Bautista Kings City 0.385962080103102734 +55310 cspg_html_5381643866 cspg_html_5381643866:352:44262:44280 Bickford Rocky Brook -0.44714211768966694 +55311 aapg_ai_388.html aapg_ai_388.html:172:16662:16679 Wasatch Wasatch Range -0.107203780956916281 +55312 cspg_html_8065532640 cspg_html_8065532640:23:3264:3287 Fort Simpson Middle East -0.455432903203822237 +55313 gsa_html_8774590177 gsa_html_8774590177:311:33161:33178 Potsdam Shoreham Nuclear Power Plant -0.0360514955069057563 +55314 AMJC_html_3632105729 AMJC_html_3632105729:605:76702:76725 Martin Salem, Oregon -0.443732938342886629 +55315 sedimentology_html_6812678908 sedimentology_html_6812678908:489:16681:16689 Colorado Great Basin -0.466782751574986277 +55316 gsa_html_5924250698 gsa_html_5924250698:358:29001:29026 Navajo Colorado Plateau -0.48878086726465575 +55317 cspg_html_4937997995 cspg_html_4937997995:207:24214:24236 Bad Cache Rapids Churchill River (Atlantic) -0.488053342950142799 +55318 cspg_html_4115156925 cspg_html_4115156925:40:6877:6895 Halfway Lacombe, Alberta -0.45995556917210767 +55319 AMJC_html_5786839382 AMJC_html_5786839382:915:90889:90910 Waits River Bennington, Vermont -0.232958228561797154 +55320 gsa_html_8161586681 gsa_html_8161586681:13:568:578 Washington Vancouver -0.448287309474040385 +55321 aapg_af_551.html aapg_af_551.html:81:9567:9583 Percha Sacramento Mountains (California) -0.0317836884462165403 +55322 aapg_ai_28.html aapg_ai_28.html:301:28612:28621 Red River Texas -0.0240660707758517355 +55323 aapg_ae_554.html aapg_ae_554.html:142:21580:21588 Monterey California -0.026734922025780393 +55324 geology_html_5878685516 geology_html_5878685516:331:22887:22893 Denver Colorado -0.47495364399168194 +55325 cspg_html_8692417800 cspg_html_8692417800:179:23102:23122 Salina Guelph -0.0129255578059820249 +55326 geology_html_9719345070 geology_html_9719345070:324:28346:28358 Saskatchewan Winnipeg -0.0297521166629775777 +55327 AMJC_html_8107504009 AMJC_html_8107504009:469:42306:42327 Lawrence Middle Ordovician -0.473649201225758321 +55328 gsa_html_1761758743 gsa_html_1761758743:771:62688:62696 Victoria Victoria, British Columbia -0.0261211303154043166 +55329 aapg_ai_503.html aapg_ai_503.html:67:7233:7252 Whirlpool Manitoulin Island -0.442682549290708161 +55330 aapg_ae_407.html aapg_ae_407.html:134:13210:13232 Wapsipinicon Montgomery (town), New York 0.0329179005483870232 +55331 cspg_html_4326384800 cspg_html_4326384800:229:27385:27403 Imperial Lacombe, Alberta 0.0197255713995879364 +55332 aapg_ac_380.html aapg_ac_380.html:86:11910:11915 Utica Seneca County, New York -0.458659434193013582 +55333 aapg_ah_779.html aapg_ah_779.html:242:44522:44532 Reedsville Juniata County School District -0.00633560026005449469 +55334 gsa_html_4695276845 gsa_html_4695276845:232:26544:26571 Prospect Logan, Utah -0.008957206898973313 +55335 aapg_ac_629.html aapg_ac_629.html:220:29555:29561 Lissie Oberlin, Ohio -0.444838140504144441 +55336 sedimentology_html_3865745685 sedimentology_html_3865745685:150:13205:13216 Dunvegan Canada -0.436832441054611387 +55337 aapg_ah_419.html aapg_ah_419.html:31:3878:3892 St. Mary River Lethbridge -0.00514558121477792525 +55338 aapg_ad_720.html aapg_ad_720.html:216:22169:22172 Abo Sacramento, California -0.460655489757687109 +55339 cspg_html_3772380029 cspg_html_3772380029:11:1120:1133 Caution Creek River Severn -0.469051848391689397 +55340 aapg_ad_2.html aapg_ad_2.html:241:36359:36370 Wissahickon Wissahickon Formation -0.466842269540434285 +55341 aapg_ae_715.html aapg_ae_715.html:480:62390:62397 Anahuac Houston 0.876297045908421612 +55342 aapg_ah_339.html aapg_ah_339.html:94:9983:10000 Black River Knoxville, Tennessee -0.381422381343524297 +55343 palaios_html_3022467877 palaios_html_3022467877:77:7813:7834 Hornerstown Navesink River -0.481156254434641828 +55344 gsa_html_4308966435 gsa_html_4308966435:976:100287:100307 Bechler Conglomerate Boise, Idaho -0.466782751574986277 +55345 cspg_html_9735723617 cspg_html_9735723617:702:85165:85189 Parry Islands Ellesmere Island -0.438131262990121173 +55346 aapg_ai_491.html aapg_ai_491.html:26:4725:4735 Rio Grande Emery Theatre -0.0458327637888954545 +55347 aapg_ac_191.html aapg_ac_191.html:84:15096:15120 La Pena Texas -0.0481395257140627003 +55348 cspg_html_7483574191 cspg_html_7483574191:28:5091:5099 Columbia Victoria, British Columbia 0.014863007676211246 +55349 aapg_aa_105.html aapg_aa_105.html:123:12501:12518 Livingstone Moose Mountain (Alberta) -0.412972482339328262 +55350 cspg_html_1296564271 cspg_html_1296564271:629:59598:59611 Wabamun Lacombe, Alberta -0.490604756571324518 +55351 cspg_html_9957758447 cspg_html_9957758447:18:3768:3776 Birdbear Williston, Vermont -0.44505934010721393 +55352 gsa_html_4649438326 gsa_html_4649438326:898:78225:78233 Toroweap Arizona -0.0122044780485856749 +55353 gsa_html_5865982995 gsa_html_5865982995:926:101945:101966 Green River Colorado 0.665117019055666003 +55354 cspg_html_6274889925 cspg_html_6274889925:47:5432:5439 Waskada Manitoba -0.234352092420498453 +55355 cspg_html_4666332434 cspg_html_4666332434:587:78531:78549 Foremost Lacombe, Alberta -0.0651619121710063226 +55356 aapg_ad_581.html aapg_ad_581.html:380:39967:39977 Waynesboro Martinsburg, Nebraska -0.408452575267404749 +55357 cspg_html_8662646956 cspg_html_8662646956:85:15657:15667 Pine Point Great Slave Lake -0.0309035312152589614 +55358 aapg_ac_326.html aapg_ac_326.html:133:11623:11629 Nassau Miami -0.496881985799363712 +55359 aapg_af_95.html aapg_af_95.html:284:23685:23701 Walnut Whitestone, Queens -0.0481342981574959458 +55360 geology_html_6240326392 geology_html_6240326392:239:21661:21670 San Diego California -0.477130519718023338 +55361 cspg_html_1732329534 cspg_html_1732329534:132:18186:18204 Scollard Edmonton, London -0.488806694061501346 +55362 aapg_ae_419.html aapg_ae_419.html:3861:241462:241468 Sierra Chihuahua (state) -0.493744624269059962 +55363 cspg_html_3187844923 cspg_html_3187844923:25:4579:4591 Sustut Arctic Cordillera -0.469120700106755939 +55364 cspg_html_4287356899 cspg_html_4287356899:110:17359:17376 Yukon Anchorage, Alaska -0.0371791885469511946 +55365 cspg_html_9768299963 cspg_html_9768299963:286:31245:31263 Scollard Lacombe, Alberta -0.00756560119780054757 +55366 sedimentology_html_2010995560 sedimentology_html_2010995560:1950:113691:113696 Steel Svalbard 0.000132025523515305647 +55367 cspg_html_8588503765 cspg_html_8588503765:506:61717:61725 Columbia Victoria, British Columbia -0.440300736461396947 +55368 cspg_html_9778753186 cspg_html_9778753186:321:47110:47118 Columbia Kootenay River 0.000903332848040377576 +55369 aapg_ai_175.html aapg_ai_175.html:180:22716:22735 Springhill Cordillera Administrative Region -0.435838488044850259 +55370 aapg_ac_70.html aapg_ac_70.html:517:57037:57058 Bird Spring Clark County, Indiana -0.00395905591412439809 +55371 aapg_aa_86.html aapg_aa_86.html:19:2000:2009 Smackover Rodessa, Louisiana -0.399488888359649408 +55372 aapg_ae_871.html aapg_ae_871.html:658:77136:77160 Schrader Bluff Anchorage, Alaska -0.493017552793039049 +55373 AMJC_html_9664623849 AMJC_html_9664623849:12:555:565 Washington Lexington, Kentucky -0.431133173871068531 +55374 aapg_ah_283.html aapg_ah_283.html:185:19567:19584 Cowlitz Salem, Oregon -0.484317543793189031 +55375 aapg_ac_704.html aapg_ac_704.html:389:29532:29540 Wolfcamp Texas -0.0280825762237737336 +55376 gsa_html_2023933346 gsa_html_2023933346:657:65499:65503 Open Southeast Asia -0.0637435420996290414 +55377 aapg_af_568.html aapg_af_568.html:484:40359:40377 Frontier Cheyenne, Wyoming 0.00442984212241086077 +55378 gsa_html_4624475649 gsa_html_4624475649:29:2796:2824 Green River Colorado -0.0111724073673319709 +55379 cspg_html_9843429624 cspg_html_9843429624:108:12948:12963 Nisku Lacombe, Alberta -0.480667710196792775 +55380 geology_html_8304470289 geology_html_8304470289:11:478:484 Provo Texas -0.526196283990395197 +55381 aapg_ae_594.html aapg_ae_594.html:226:26250:26259 Boquillas Buda, Texas -0.0606843621333682456 +55382 sedimentology_html_6382215824 sedimentology_html_6382215824:1025:75265:75275 Laurentian South America -0.4796264052884881 +55383 cspg_html_7988775280 cspg_html_7988775280:344:56328:56347 Athabasca Lacombe, Alberta -0.472678482936493838 +55384 cspg_html_6351830705 cspg_html_6351830705:74:10429:10451 Hueco Bolivia -0.014941203695627946 +55385 gsa_html_6128180434 gsa_html_6128180434:1027:88745:88755 Laurentian South America -0.487870386185061844 +55386 aapg_ad_337.html aapg_ad_337.html:500:51589:51607 San Onofre Breccia California -0.464432702411418319 +55387 gsa_html_3320600310 gsa_html_3320600310:560:43033:43049 Chinle Colorado -0.467584291252108319 +55388 gsa_html_4312040636 gsa_html_4312040636:636:60720:60730 Washington Seattle -0.437049524484892205 +55389 aapg_ad_921.html aapg_ad_921.html:104:12690:12694 Kope Middletown, Connecticut -0.467925738958578585 +55390 geology_html_7562107138 geology_html_7562107138:305:29397:29419 Rapid Atlanta -0.457786563407215019 +55391 aapg_ai_187.html aapg_ai_187.html:212:22051:22073 Rock Springs Cheyenne, Wyoming -0.0395063257526605052 +55392 cspg_html_2796643803 cspg_html_2796643803:130:20137:20155 Deadwood Regina, Saskatchewan -0.465945346292333973 +55393 aapg_ac_400.html aapg_ac_400.html:366:42297:42305 Onondaga Newburg, Louisville -0.515565525811440772 +55394 geology_html_2789012198 geology_html_2789012198:186:13926:13932 Sonora Sonora -0.477872040110580265 +55395 aapg_aa_684.html aapg_aa_684.html:354:33640:33649 Popo Agie John Crow Mountains -0.0343166851191607572 +55396 gsa_html_7623105085 gsa_html_7623105085:854:65094:65122 Green River Colorado -0.440254051746647612 +55397 cspg_html_1140317615 cspg_html_1140317615:341:32988:33012 Cardium Lacombe, Alberta -0.0850134419051098988 +55398 gsa_html_7199417381 gsa_html_7199417381:374:40919:40945 White River Colorado -0.0101942281259971568 +55399 gsa_html_2743423721 gsa_html_2743423721:213:26747:26761 Tyee Salem, Oregon -0.029835599351404625 +55400 aapg_ae_28.html aapg_ae_28.html:428:41569:41581 Saskatchewan Williston Basin -0.471363620495062197 +55401 cspg_html_4550597410 cspg_html_4550597410:118:14429:14439 Table Head Quebec City -0.0175218157848266304 +55402 aapg_ai_285.html aapg_ai_285.html:4:625:648 Staniukovich Cook Inlet -0.498148760929569168 +55403 aapg_aa_148.html aapg_aa_148.html:254:27079:27095 Dakota Colorado 0.0500094748196380778 +55404 aapg_ah_532.html aapg_ah_532.html:83:7957:7976 Leadville Colorado -0.457786563407215019 +55405 aapg_ae_758.html aapg_ae_758.html:239:22392:22400 Michigan Hesse -0.0381695036603138874 +55406 cspg_html_3447886929 cspg_html_3447886929:736:84068:84089 Lawrence Anticosti Island -0.448296279445968116 +55407 aapg_ai_962.html aapg_ai_962.html:398:29472:29488 Stonewall Texas -0.435926993396556828 +55408 jgeology_html_1300888380 jgeology_html_1300888380:827:60759:60779 Bloomsburg Pennsylvania -0.468455358769372721 +55409 gsa_html_1409496185 gsa_html_1409496185:117:13262:13273 White River Mount Rainier, Maryland -0.460091874413590562 +55410 cspg_html_2561482242 cspg_html_2561482242:20:3898:3906 Wolfcamp Armenia -0.427650208489599781 +55411 cspg_html_9735723617 cspg_html_9735723617:288:36240:36254 Beverley Inlet Melville Island (Canada) 0.00619140699389484142 +55412 cspg_html_6032369756 cspg_html_6032369756:443:53532:53544 Saskatchewan Red River of the North -0.480644453081816247 +55413 aapg_ai_696.html aapg_ai_696.html:584:65027:65035 Robinson Reno, Nevada -0.463332970234029085 +55414 sedimentology_html_9378527223 sedimentology_html_9378527223:2134:62693:62720 Dakota Iowa 0.440262943892384795 +55415 aapg_ac_414.html aapg_ac_414.html:232:28681:28695 Arcturus Kaibab, Arizona -0.504181524295928662 +55416 gsa_html_3387611512 gsa_html_3387611512:1290:129046:129071 Vasquez California -0.479830848328458015 +55417 aapg_aa_61.html aapg_aa_61.html:145:15805:15814 Peninsula Chihuahua (state) -0.475138501585752326 +55418 gsa_html_4913703235 gsa_html_4913703235:402:46388:46406 Catskill Pennsylvania -0.489932094547215424 +55419 aapg_ac_785.html aapg_ac_785.html:8:1146:1176 Barnett Texas 0.00792175098374853399 +55420 aapg_ad_2.html aapg_ad_2.html:1694:229039:229054 Chazy Champlain Valley -0.423098733122919901 +55421 palaios_html_9133125241 palaios_html_9133125241:199:24343:24349 Oxford Middletown, Connecticut -0.037441986726546049 +55422 jgeology_html_6882545802 jgeology_html_6882545802:256:21285:21299 Kope Netherlands -0.43919205226689878 +55423 aapg_af_734.html aapg_af_734.html:245:32062:32087 Seabee North Slope Borough, Alaska -0.467905110852730732 +55424 sedimentology_html_3336430339 sedimentology_html_3336430339:299:10633:10637 Hall London, Ontario -0.455347020329573748 +55425 gsa_html_4408649953 gsa_html_4408649953:98:9005:9016 Summerville Charleston, South Carolina -0.471363620495062197 +55426 gsa_html_2717448156 gsa_html_2717448156:1390:129973:129985 Yellowjacket Boise, Idaho -0.062362180290415882 +55427 aapg_ad_599.html aapg_ad_599.html:137:15240:15247 Venango Pennsylvania -0.0982829732415391871 +55428 cspg_html_5198658336 cspg_html_5198658336:520:55106:55132 Porcupine Lacombe, Alberta -0.489889776983278402 +55429 aapg_ah_973.html aapg_ah_973.html:24:3706:3723 Mount Laurel Monmouth -0.0145241610261636171 +55430 cspg_html_9023649778 cspg_html_9023649778:95:13683:13697 Doig Victoria, British Columbia -0.452927573923113447 +55431 gsa_html_2023933346 gsa_html_2023933346:1241:114705:114713 Woodford California -0.473746101631411953 +55432 aapg_ae_324.html aapg_ae_324.html:1127:113124:113128 Bays Knoxville, Illinois -0.00874524918188981232 +55433 cspg_html_9751694613 cspg_html_9751694613:21:2579:2596 Columbia Banks Island -0.00782446102673750588 +55434 aapg_ac_631.html aapg_ac_631.html:68:9522:9540 Harebell Niobrara, Nebraska -0.456416618922522499 +55435 cspg_html_9275863663 cspg_html_9275863663:96:13392:13429 Swan Hills Swan Hill, Victoria -0.1287457800378701 +55436 cspg_html_5526054268 cspg_html_5526054268:12:1307:1316 Cold Lake CFB Cold Lake 0.0111202834467513927 +55437 gsa_html_2758185504 gsa_html_2758185504:605:53089:53101 Tongue River Williston Basin -0.027056608189623254 +55438 gsa_html_1931201430 gsa_html_1931201430:954:88538:88544 Oregon Coos Bay -0.485308421911267773 +55439 aapg_ai_98.html aapg_ai_98.html:84:12410:12431 Tuscaloosa Arkansas -0.0144355403280247291 +55440 sedimentology_html_5673709888 sedimentology_html_5673709888:1718:101045:101058 Edwards Texas -0.497128548725757735 +55441 cspg_html_6193252551 cspg_html_6193252551:627:67269:67304 La Vieille New Brunswick, New Jersey -0.0643373991687347796 +55442 aapg_ad_55.html aapg_ad_55.html:219:16061:16068 Plattin Lowville (town), New York 0.0014766026609327194 +55443 aapg_ae_419.html aapg_ae_419.html:3390:216547:216553 Sierra Texas -0.485546964607742992 +55444 gsa_html_9152662653 gsa_html_9152662653:190:17771:17791 Sykesville Sykesville, Maryland -0.0616532854445230732 +55445 cspg_html_5891044027 cspg_html_5891044027:12:2140:2155 Altyn Purcell Mountains -0.476028677762377117 +55446 aapg_ae_306.html aapg_ae_306.html:363:45815:45832 Brasso Manzanilla (wine) -0.0378770981344208127 +55447 geology_html_8388701225 geology_html_8388701225:200:14477:14491 Slide Mountain Canada -0.434558307819543299 +55448 gsa_html_4543270561 gsa_html_4543270561:15:642:651 San Diego California -0.0365787810685492543 +55449 aapg_ac_824.html aapg_ac_824.html:585:54126:54134 Colorado Colorado -0.493513215479836842 +55450 aapg_ai_774.html aapg_ai_774.html:12:1341:1356 Lucas Bloomington, Indiana -0.465835581370964813 +55451 palaios_html_6944542452 palaios_html_6944542452:713:57019:57039 Pottsville Alabama 0.349828775752691779 +55452 cspg_html_7602315496 cspg_html_7602315496:42:6618:6631 Bearpaw Colorado -0.431219036147121426 +55453 geology_html_5465889818 geology_html_5465889818:267:25671:25676 Swift North Sea -0.427768661147865492 +55454 cspg_html_4625995889 cspg_html_4625995889:249:33121:33134 Windsor Bridgetown, Nova Scotia -0.0312427146313614852 +55455 cspg_html_8362959053 cspg_html_8362959053:300:29504:29522 Dunvegan Lacombe, Alberta -0.461171691164054931 +55456 gsa_html_6667015190 gsa_html_6667015190:12:685:691 Oregon Newport, Rhode Island -0.479496330331430576 +55457 cspg_html_5731893209 cspg_html_5731893209:43:4327:4343 Ireton Redwater, Texas -0.457614356613462614 +55458 cspg_html_5688447798 cspg_html_5688447798:162:24318:24346 Disappointment Bay Ellesmere Island -0.469896801722409774 +55459 gsa_html_1040524378 gsa_html_1040524378:1070:103638:103666 Green River Colorado 0.00815629009485507872 +55460 cspg_html_6252849194 cspg_html_6252849194:18:2302:2328 Horseshoe Canyon Calgary -0.225796419380692642 +55461 cspg_html_8818854104 cspg_html_8818854104:100:13170:13177 Cadomin Victoria, British Columbia -0.443889149160736518 +55462 cspg_html_2863271815 cspg_html_2863271815:623:77689:77708 A-2 Carbonate Salina, Kansas -0.0474930775226503829 +55463 palaios_html_7765531315 palaios_html_7765531315:368:36403:36431 Green River Great Basin -0.482092240402263728 +55464 aapg_af_327.html aapg_af_327.html:271:24653:24659 Reston Cambridge, Massachusetts -0.0128247793458777584 +55465 aapg_ai_491.html aapg_ai_491.html:1023:84204:84210 Denver Colorado -0.513221913183027123 +55466 aapg_ai_498.html aapg_ai_498.html:91:10939:10949 Las Animas Colorado -0.0941045994506993222 +55467 cspg_html_6140483769 cspg_html_6140483769:49:7235:7255 Ravenscrag Regina, Saskatchewan -0.0241616892206824377 +55468 aapg_ai_136.html aapg_ai_136.html:155:11354:11373 Cotton Valley Cotton Valley, Louisiana -0.0126805624942423392 +55469 aapg_ac_506.html aapg_ac_506.html:154:16910:16917 Venango Pennsylvania -0.498070421610056713 +55470 sedimentology_html_3907918417 sedimentology_html_3907918417:21:1582:1600 Dunvegan Canada -0.0189695239556965725 +55471 aapg_ae_250.html aapg_ae_250.html:156:13828:13844 Dakota Archuleta County, Colorado -0.0316027812971720334 +55472 palaios_html_9337106210 palaios_html_9337106210:325:40569:40585 Moscow Freedonia 0.0136205912894358499 +55473 aapg_ae_419.html aapg_ae_419.html:624:67510:67514 Wendover Niobrara, Nebraska -0.0169917673336638479 +55474 gsa_html_3448554349 gsa_html_3448554349:385:38404:38412 Catskill Pocono Raceway -0.0218513582866363479 +55475 aapg_ah_68.html aapg_ah_68.html:192:31241:31247 Pocono Pennsylvania -0.448350101124535771 +55476 gsa_html_9898556493 gsa_html_9898556493:194:24058:24076 Riverbank Tuolumne River -0.469327287552563421 +55477 aapg_ad_379.html aapg_ad_379.html:324:27213:27219 Maroon Belden, California -0.0137370110791438689 +55478 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16849:16867 Quinault Salem, Oregon -0.49119789377684242 +55479 geology_html_2144520947 geology_html_2144520947:40:2318:2324 Oregon Canada -0.467870731747513147 +55480 aapg_ai_816.html aapg_ai_816.html:87:14813:14822 Wyandotte Plattsburg, Missouri -0.461089806729199636 +55481 geology_html_4561079394 geology_html_4561079394:308:25177:25202 Navajo Logan, Utah -0.502347065714454311 +55482 aapg_ac_741.html aapg_ac_741.html:378:43983:44000 White River Niobrara, Nebraska -0.453423575097804177 +55483 jgeology_html_8309780279 jgeology_html_8309780279:93:3628:3636 Virginia Martinsville, Indiana -0.0587364945317297577 +55484 cspg_html_6356755616 cspg_html_6356755616:363:52611:52629 Edmonton Lacombe, Alberta -0.465026484605756241 +55485 aapg_af_590.html aapg_af_590.html:96:7840:7857 Madison Colorado -0.0242746935922993796 +55486 cspg_html_4269474759 cspg_html_4269474759:1212:117364:117379 Tidal Lacombe, Alberta -0.482353193831112415 +55487 aapg_ae_723.html aapg_ae_723.html:64:8102:8108 Denver Colorado -0.472770666406185036 +55488 sedimentology_html_6663191436 sedimentology_html_6663191436:939:72981:72990 San Diego California -0.0241616892206824377 +55489 gsa_html_9898556493 gsa_html_9898556493:171:21897:21915 Riverbank King River (Tasmania) -0.471589148494391819 +55490 geology_html_1762704695 geology_html_1762704695:78:7532:7551 Fox Hills Cheyenne, Wyoming -0.455279223830003521 +55491 aapg_ai_29.html aapg_ai_29.html:181:22718:22724 Lissie Beaumont, Texas -0.0239565449099976777 +55492 cspg_html_6014123208 cspg_html_6014123208:116:16503:16511 Columbia Lacombe, Alberta -0.484413309843390927 +55493 gsa_html_6457388516 gsa_html_6457388516:708:59521:59530 Eel River Bakersfield, California -0.0514492842552477722 +55494 aapg_ah_108.html aapg_ah_108.html:875:69310:69318 Santiago La Pampa Province -0.0317923859746223822 +55495 cspg_html_8089302449 cspg_html_8089302449:370:64575:64596 Slave Point Western world -0.420983530191217814 +55496 cspg_html_5479700260 cspg_html_5479700260:70:8171:8180 Red River Bath, Somerset -0.444036457876645585 +55497 gsa_html_9370941331 gsa_html_9370941331:13:603:613 Ellensburg Washington (state) 0.317135369233050524 +55498 aapg_aa_679.html aapg_aa_679.html:305:26894:26900 Forbes Anchorage, Alaska -0.00349522085598196267 +55499 aapg_ac_807.html aapg_ac_807.html:801:79314:79324 Tuscaloosa Tuscaloosa, Alabama 0.0243685747717860349 +55500 aapg_aa_15.html aapg_aa_15.html:339:37091:37102 San Antonio Texas -0.476368803491585613 +55501 aapg_ae_59.html aapg_ae_59.html:512:44328:44336 Colorado Colorado -0.507524056198405349 +55502 sedimentology_html_6865792054 sedimentology_html_6865792054:1301:87525:87541 Viking Canada -0.436810292517708865 +55503 gsa_html_4301799785 gsa_html_4301799785:9:323:343 Mineral Fork Tillite Logan, Utah -0.276048780358507662 +55504 sedimentology_html_6084996636 sedimentology_html_6084996636:657:62555:62572 Clayton Alabama -0.459860167847925383 +55505 sedimentology_html_2442491538 sedimentology_html_2442491538:995:88420:88428 Langford Logan, Utah -0.47944058990843208 +55506 AMJC_html_3357557350 AMJC_html_3357557350:895:95508:95516 Yakataga Anchorage, Alaska -0.420791864948583338 +55507 cspg_html_4376017434 cspg_html_4376017434:249:29937:29956 Pardonet Western Canadian Sedimentary Basin -0.623209286805698093 +55508 cspg_html_7378664643 cspg_html_7378664643:744:109085:109100 Leduc Lacombe, Alberta -0.440325191296006335 +55509 gsa_html_5295695236 gsa_html_5295695236:102:12226:12236 Rio Grande New Mexico -0.0252830771132320185 +55510 aapg_af_384.html aapg_af_384.html:617:68159:68173 King Christian Melville Island (Canada) -0.0518955775586156381 +55511 gsa_html_4128899617 gsa_html_4128899617:58:3878:3906 Green River Colorado 0.0327021829754996912 +55512 cspg_html_5778480331 cspg_html_5778480331:180:18493:18501 Waterton Lacombe, Alberta -0.456391730122837791 +55513 cspg_html_8810326121 cspg_html_8810326121:18:1565:1575 Mississagi Espanola, Ontario -0.477135152254264727 +55514 aapg_ah_318.html aapg_ah_318.html:2518:213052:213069 Todos Santos El Salvador -0.0122896166911195832 +55515 jgeology_html_8152094574 jgeology_html_8152094574:717:44461:44494 Dinwoody Cheyenne, Wyoming -0.43911211811260753 +55516 palaios_html_3491046542 palaios_html_3491046542:66:8487:8495 Sunblood Middle East -0.410691617835270306 +55517 aapg_aa_943.html aapg_aa_943.html:14:2031:2051 Citronelle Citronelle, Alabama -0.00928383236367189522 +55518 aapg_ae_904.html aapg_ae_904.html:261:27579:27587 Deadwood Hartville, Missouri -0.47814331678503319 +55519 cspg_html_9343899465 cspg_html_9343899465:80:11258:11271 Griper Bay Melville Island (Canada) -0.423085635093811196 +55520 aapg_af_799.html aapg_af_799.html:501:38471:38475 Lodo Coalinga, California -0.257490805048023297 +55521 aapg_ah_536.html aapg_ah_536.html:184:24445:24450 Sligo Travis County, Texas -0.442976805415170927 +55522 aapg_ae_877.html aapg_ae_877.html:8:1190:1215 Beaverhill Lacombe, Alberta 0.0254047831266601826 +55523 aapg_ah_5.html aapg_ah_5.html:2083:129299:129314 Viola Wasatch Range -0.497593421871512953 +55524 cspg_html_8904992939 cspg_html_8904992939:469:53491:53500 San Diego California 0.00718686909166816289 +55525 aapg_aa_23.html aapg_aa_23.html:945:123507:123525 Interlake Winnipeg 0.261540741496463724 +55526 aapg_ad_152.html aapg_ad_152.html:1920:252626:252632 Kaibab Logan, Utah -0.469024309212410007 +55527 aapg_ac_490.html aapg_ac_490.html:23:4047:4058 Peace River Lacombe, Alberta -0.484555810829268852 +55528 gsa_html_1088102733 gsa_html_1088102733:1059:98821:98830 Littleton Colorado -0.466007095038280028 +55529 aapg_ad_12.html aapg_ad_12.html:305:28675:28690 Colon Venezuela -0.430224392211940587 +55530 gsa_html_5293445820 gsa_html_5293445820:224:27245:27255 West Point Salcha River -0.464656465989479628 +55531 aapg_ae_718.html aapg_ae_718.html:340:33156:33163 Narrows Gold Coast, Queensland -0.496896208616799728 +55532 aapg_ae_958.html aapg_ae_958.html:2799:237121:237126 Hueco El Paso, Texas -0.435767689782418699 +55533 aapg_ad_344.html aapg_ad_344.html:77:9572:9584 Pierre Sharon Springs, Kansas -0.0307539456314618806 +55534 geology_html_9923543975 geology_html_9923543975:206:19613:19620 Halifax Canada -0.472639307901536299 +55535 geology_html_1098024541 geology_html_1098024541:179:18533:18539 Denver Portland, Oregon -0.0599931145602898633 +55536 palaios_html_3308412288 palaios_html_3308412288:552:63690:63714 Stony Mountain Manitoba 0.318438390350474332 +55537 aapg_ae_181.html aapg_ae_181.html:218:32478:32496 Anacacho Texas -0.0690240339091396371 +55538 cspg_html_4293350162 cspg_html_4293350162:776:81323:81333 Mount Head Meramec River -0.431097950577111366 +55539 aapg_aa_712.html aapg_aa_712.html:144:19258:19269 Platteville Wisconsin -0.00673169924588781169 +55540 sedimentology_html_2165832672 sedimentology_html_2165832672:1188:83278:83302 St. Mary River Lacombe, Alberta 0.00496317135517138856 +55541 aapg_af_854.html aapg_af_854.html:846:119884:119895 Paint Creek Bethel, Alaska -0.475977786028375149 +55542 aapg_ah_532.html aapg_ah_532.html:54:5260:5279 Leadville Montezuma County, Colorado -0.474842748246669499 +55543 cspg_html_9234101474 cspg_html_9234101474:183:22594:22601 Cardium Western world -0.451270191944311616 +55544 aapg_ae_563.html aapg_ae_563.html:3:321:340 Greenhorn Browns Valley, Minnesota -0.193097231309261153 +55545 cspg_html_1302279034 cspg_html_1302279034:111:13605:13627 Cardium Mississippi River Delta -0.473778404154942046 +55546 aapg_ah_96.html aapg_ah_96.html:193:22225:22239 Winnipeg Winnipeg 0.852490890139637969 +55547 sedimentology_html_4185931185 sedimentology_html_4185931185:472:43765:43778 El Paso Texas -0.482917309945881279 +55548 aapg_ai_999.html aapg_ai_999.html:66:5936:5952 Fernie Lacombe, Alberta -0.426720647196584257 +55549 aapg_aa_544.html aapg_aa_544.html:243:32786:32804 Frontier Cheyenne, Wyoming -0.0137248477945169315 +55550 cspg_html_4336039563 cspg_html_4336039563:10:1086:1100 Doig Western world -0.473653815287124913 +55551 aapg_ad_169.html aapg_ad_169.html:42:5182:5200 Maccrady Greenbrier (Great Smoky Mountains) -0.0256047308874097386 +55552 cspg_html_5697056884 cspg_html_5697056884:518:53300:53318 Deadwood Regina, Saskatchewan -0.137915463037518504 +55553 gsa_html_7248164569 gsa_html_7248164569:1085:77164:77173 Peninsula Maritimes -0.0397744087434021287 +55554 cspg_html_9487785363 cspg_html_9487785363:27:3576:3588 Saskatchewan Regina, Saskatchewan -0.0497236375773617706 +55555 cspg_html_9008569748 cspg_html_9008569748:29:3397:3405 Edmonton Edmonton, London -0.0653016717146195635 +55556 aapg_ae_794.html aapg_ae_794.html:1048:95770:95786 Ripley Knoxville, Tennessee -0.02166536358211529 +55557 aapg_ai_367.html aapg_ai_367.html:3:431:438 Temblor California -0.443982888348864235 +55558 aapg_ad_864.html aapg_ad_864.html:50:6289:6306 Naheola Mississippi River -0.468198533701609299 +55559 sedimentology_html_7390870545 sedimentology_html_7390870545:1197:87341:87373 Whitemud Regina, Saskatchewan -0.423194790791884379 +55560 aapg_ai_462.html aapg_ai_462.html:308:32559:32576 El Abra Matamoros, Tamaulipas -0.0350022236580636789 +55561 cspg_html_3129231627 cspg_html_3129231627:238:32518:32541 Eleanor River Little Cornwallis Island -0.434527375159215246 +55562 AMJC_html_2702389713 AMJC_html_2702389713:1489:110383:110404 Waits River Bennington, Vermont -0.457650607934439568 +55563 aapg_ad_865.html aapg_ad_865.html:346:34646:34653 Hermosa Hermosa, Chicago -0.509711797196706451 +55564 aapg_ai_742.html aapg_ai_742.html:204:20536:20542 Empire Christian County, Kentucky -0.454258371760158153 +55565 aapg_aa_891.html aapg_aa_891.html:7:1053:1061 Onondaga Ohio -0.022546683475949493 +55566 aapg_ah_76.html aapg_ah_76.html:50:6789:6813 Bedford Ladd, Illinois -0.501602970255366709 +55567 cspg_html_4143222666 cspg_html_4143222666:625:61793:61811 Foremost Regina, Saskatchewan -0.469093158774920749 +55568 cspg_html_8915218033 cspg_html_8915218033:233:21779:21785 Keokuk Lacombe, Alberta -0.00603852775893074737 +55569 sedimentology_html_5673709888 sedimentology_html_5673709888:1746:104841:104848 Edwards Belton, Texas -0.469093158774920749 +55570 aapg_aa_23.html aapg_aa_23.html:119:13846:13864 Winnipeg Winnipeg 1.11136074654652806 +55571 aapg_aa_702.html aapg_aa_702.html:1443:145391:145400 Williston Ohio -0.0198420227136738916 +55572 gsa_html_4591711448 gsa_html_4591711448:1034:98158:98168 Mt Lytton Boise, Idaho -0.0807955905412069963 +55573 gsa_html_3445493534 gsa_html_3445493534:723:74551:74569 Monterey Englewood, New Jersey -0.0128491051493607039 +55574 aapg_ah_387.html aapg_ah_387.html:2627:284075:284084 Knoxville Knoxville, Illinois -0.471405039658470026 +55575 palaios_html_3105248303 palaios_html_3105248303:326:32607:32621 Kope Kentucky 0.325587928151406858 +55576 gsa_html_8881958017 gsa_html_8881958017:223:24235:24247 Nicola Mississippian culture -0.462717531176716879 +55577 cspg_html_7467378242 cspg_html_7467378242:290:37323:37331 Columbia Victoria, British Columbia -0.456717601557364239 +55578 palaios_html_8921418198 palaios_html_8921418198:522:47632:47655 Lincoln Creek Washington (state) -0.481945488841025893 +55579 aapg_ai_996.html aapg_ai_996.html:1281:54987:54995 Pamunkey North Carolina -0.436850160261835319 +55580 aapg_ac_333.html aapg_ac_333.html:617:75257:75262 Supai Grand Canyon -0.00537142262393446989 +55581 geology_html_1827419843 geology_html_1827419843:221:19381:19416 Stony Mountain Manitoba -0.442595627901035182 +55582 cspg_html_4287356899 cspg_html_4287356899:350:50012:50030 Imperial Snake River Canyon (Idaho) 0.394225467313998823 +55583 aapg_af_514.html aapg_af_514.html:628:63570:63578 Monterey California -0.447677557531353298 +55584 aapg_ad_466.html aapg_ad_466.html:1659:171205:171212 Patuxent Patapsco River -0.0515259889792163556 +55585 gsa_html_9025475705 gsa_html_9025475705:86:10976:11004 Green River Iran -0.0109795492601601104 +55586 aapg_aa_23.html aapg_aa_23.html:111:12686:12694 Winnipeg Middle East -0.455252106655251121 +55587 sedimentology_html_6425376816 sedimentology_html_6425376816:1135:103229:103270 San Andres Spain -0.0359453455317570031 +55588 gsa_html_9102781796 gsa_html_9102781796:11:624:637 Santa Barbara California -0.428967178358428958 +55589 aapg_ad_440.html aapg_ad_440.html:487:45091:45097 Denmar Randolph County, Indiana -0.47032647773667996 +55590 aapg_ah_779.html aapg_ah_779.html:369:68773:68778 Onate Arkansas -0.0126614494701577564 +55591 aapg_af_479.html aapg_af_479.html:657:70680:70685 Davis Great Valley, New York 0.0775672877082962814 +55592 aapg_ad_958.html aapg_ad_958.html:661:67416:67428 Reeds Spring Meade County, Kentucky -0.460964719996515115 +55593 palaios_html_7404388355 palaios_html_7404388355:760:65017:65035 Harebell Cheyenne, Wyoming -0.399386590966374855 +55594 aapg_ad_379.html aapg_ad_379.html:168:14724:14732 Fountain Colorado Springs, Colorado -0.506250146542552182 +55595 cspg_html_3043423556 cspg_html_3043423556:299:33780:33801 Bathurst Bathurst Island (Northern Territory) -0.0237792189309356042 +55596 aapg_ah_623.html aapg_ah_623.html:31:3573:3585 State Bridge Logan, Utah -0.0520455103452094406 +55597 gsa_html_1826402027 gsa_html_1826402027:423:47895:47905 Long Point Arizona -0.0424382503363121347 +55598 aapg_af_575.html aapg_af_575.html:837:118618:118626 Seminole Seminole, Texas -0.46326000708216164 +55599 aapg_aa_233.html aapg_aa_233.html:395:39250:39260 San Felipe Mexico -0.0149690067830474411 +55600 aapg_ae_65.html aapg_ae_65.html:361:38363:38382 Mesaverde Cheyenne, Wyoming -0.203111766268187333 +55601 cspg_html_1644457308 cspg_html_1644457308:512:51672:51680 Columbia Victoria, British Columbia -0.478349729395822987 +55602 gsa_html_5373737723 gsa_html_5373737723:745:52414:52424 Laurentian Zihuatanejo -0.486483068290992582 +55603 aapg_ah_206.html aapg_ah_206.html:68:10130:10157 Madison Williston, Vermont -0.493772964396431202 +55604 aapg_af_964.html aapg_af_964.html:574:64328:64344 Viking Lacombe, Alberta -0.0307539456314618806 +55605 geology_html_2132302312 geology_html_2132302312:56:4985:4991 Oregon Washington (state) -0.0391947322443328555 +55606 geology_html_6665160826 geology_html_6665160826:295:24239:24245 Morgan Hawaii (island) -0.463478914486847693 +55607 aapg_ai_49.html aapg_ai_49.html:678:88774:88781 Thaynes Colorado -0.0436450734068527316 +55608 AMJC_html_1163576052 AMJC_html_1163576052:962:90017:90038 Goldenville Bridgetown, Nova Scotia -0.493772964396431202 +55609 palaios_html_4967573105 palaios_html_4967573105:158:15800:15805 Spray San Francisco -0.424217090203684033 +55610 aapg_af_854.html aapg_af_854.html:1864:220573:220588 Kinderhook Iowa -0.47596853330555533 +55611 cspg_html_8042616083 cspg_html_8042616083:33:4072:4080 Michigan Michigan Basin -0.480602591853576067 +55612 aapg_af_242.html aapg_af_242.html:66:7475:7481 Laguna Sierra Azul Open Space Preserve -0.4597965726108596 +55613 aapg_ad_653.html aapg_ad_653.html:527:68985:68993 Columbia Victoria, British Columbia 0.00770284885627177569 +55614 geology_html_5555850502 geology_html_5555850502:361:24692:24704 Saskatchewan Canada -0.0149690067830474411 +55615 aapg_aa_4.html aapg_aa_4.html:212:28289:28295 Provo Elmira, Ontario -0.464473797617463435 +55616 aapg_ac_719.html aapg_ac_719.html:41:4406:4427 Farisita Huerfano, New Mexico -0.505378014283088595 +55617 cspg_html_5541725202 cspg_html_5541725202:205:30030:30051 Wallace New Brunswick, New Jersey -0.487565545428885583 +55618 palaios_html_3491046542 palaios_html_3491046542:963:81452:81474 Severn River Ontario, California -0.454143259443463898 +55619 gsa_html_3788799091 gsa_html_3788799091:29:2796:2824 Green River Colorado -0.00861668517403405519 +55620 cspg_html_9142742810 cspg_html_9142742810:108:15703:15722 Keg River East Kilbride -0.466920106770381871 +55621 aapg_ah_591.html aapg_ah_591.html:54:5184:5201 Cypress Vanderburgh County, Indiana -0.435659290307845004 +55622 cspg_html_2013109828 cspg_html_2013109828:498:77958:77978 Beaverfoot Victoria, British Columbia -0.440325191296006335 +55623 gsa_html_2610916974 gsa_html_2610916974:18:789:795 Denver Colorado -0.432316117842066305 +55624 gsa_html_9181545711 gsa_html_9181545711:632:61992:62010 Fountain Woodland Park, Colorado -0.494226535849717374 +55625 geology_html_7272222523 geology_html_7272222523:278:21960:21968 Scotland Iceland -0.0321524692645064336 +55626 aapg_ac_782.html aapg_ac_782.html:99:18399:18427 Barnett Denton, Greater Manchester -0.0344245588872295546 +55627 aapg_af_562.html aapg_af_562.html:28:4803:4820 Ripley Tuscaloosa, Alabama -0.0310531186314172737 +55628 aapg_ac_151.html aapg_ac_151.html:55:9043:9055 Wilcox Port of South Louisiana -0.160529041485045904 +55629 gsa_html_3646882130 gsa_html_3646882130:17:1265:1295 Grande Ronde Basalt Steens Mountain Wilderness -0.636086992043307875 +55630 cspg_html_5406720001 cspg_html_5406720001:299:37291:37307 Belloy Lacombe, Alberta -0.428789280868512646 +55631 sedimentology_html_7755870444 sedimentology_html_7755870444:931:60233:60237 Hess South China Sea Islands -0.0264132431935258684 +55632 aapg_ai_581.html aapg_ai_581.html:277:24812:24828 Belly River Stanton, California -0.0331962518050419805 +55633 aapg_af_808.html aapg_af_808.html:282:36321:36339 Scotland Trinidad and Tobago -0.0585689638564125953 +55634 jgeology_html_2964058232 jgeology_html_2964058232:511:49801:49807 Ludlow Sweden -0.0720684585345776896 +55635 cspg_html_6702053097 cspg_html_6702053097:35:5615:5620 Logan Philipsburg, Centre County, Pennsylvania -0.00874524918188981232 +55636 aapg_ai_933.html aapg_ai_933.html:306:48215:48223 Beaumont Lacombe, Alberta -0.471009336433766579 +55637 aapg_af_2.html aapg_af_2.html:477:54710:54716 Lisbon Logan, Utah -0.421310320077140532 +55638 sedimentology_html_2272861739 sedimentology_html_2272861739:2239:111883:111891 Virginia Reston, Virginia -0.489899180704299886 +55639 sedimentology_html_2125743017 sedimentology_html_2125743017:1462:72817:72823 Provo Monaco -0.0354494130936665666 +55640 cspg_html_7028413504 cspg_html_7028413504:217:27729:27735 Exshaw Regina, Saskatchewan -0.435661502416701596 +55641 cspg_html_3772380029 cspg_html_3772380029:567:71021:71045 Stony Mountain Nelson, New Zealand -0.394079177887086962 +55642 aapg_ae_715.html aapg_ae_715.html:155:19533:19537 Frio Texas 0.00130635878656701733 +55643 aapg_ad_564.html aapg_ad_564.html:4539:344981:344992 Mowry Powder River Basin -0.423138028281424772 +55644 gsa_html_2832151886 gsa_html_2832151886:595:52634:52658 Kaskapau Lacombe, Alberta -0.0672936154663871522 +55645 aapg_af_291.html aapg_af_291.html:545:59524:59535 Sadlerochit Anchorage, Alaska 0.0200558083288706231 +55646 aapg_ai_787.html aapg_ai_787.html:10:1027:1045 Whitsett Whitsett, North Carolina -0.450582005503512739 +55647 aapg_ah_633.html aapg_ah_633.html:210:30745:30750 Tampa Tampa, Florida -0.419329491649838015 +55648 gsa_html_3151431803 gsa_html_3151431803:106:12990:13007 Kayenta Chinle Formation -0.0460783921822131154 +55649 aapg_ai_765.html aapg_ai_765.html:231:22351:22359 Virginia Mount Nittany -0.0544954389304434447 +55650 aapg_ad_466.html aapg_ad_466.html:1191:127132:127145 Potomac Raritan River -0.425371763818281734 +55651 aapg_ai_736.html aapg_ai_736.html:54:6156:6181 Beluga Kenai, Alaska -0.464409872562970838 +55652 cspg_html_9139420146 cspg_html_9139420146:12:1359:1367 Columbia Victoria, British Columbia -0.452055720301517416 +55653 aapg_aa_549.html aapg_aa_549.html:29:3556:3569 Bandera Peru, Indiana -0.487987661646075377 +55654 aapg_ad_294.html aapg_ad_294.html:1019:111059:111068 Gibraltar Gibraltar -0.479552074346371926 +55655 cspg_html_7310162886 cspg_html_7310162886:171:23021:23037 Wahoo Great Britain -0.0487929978444478704 +55656 geology_html_5414679991 geology_html_5414679991:14:786:811 Brule Badlands National Park -0.231466767624962322 +55657 gsa_html_2584301292 gsa_html_2584301292:803:69379:69393 Ogallala Nebraska -0.438131262990121173 +55658 cspg_html_5559471308 cspg_html_5559471308:419:55135:55151 Salina Ontario, California -0.0205233642338861627 +55659 aapg_ae_917.html aapg_ae_917.html:395:41155:41163 Colorado Gould, Arkansas -0.0478206511244486168 +55660 jgeology_html_4305195651 jgeology_html_4305195651:3806:250141:250176 Mauch Chunk Pennsylvania -0.476028677762377117 +55661 aapg_ae_223.html aapg_ae_223.html:91:11182:11203 Colorado Colorado -0.00382529052751042712 +55662 aapg_ac_414.html aapg_ac_414.html:186:22477:22494 Gerster West Texas 0.0143851483004796468 +55663 cspg_html_9435196958 cspg_html_9435196958:1028:44113:44131 Paskapoo Lacombe, Alberta -0.00168159033485223096 +55664 aapg_ae_660.html aapg_ae_660.html:682:59582:59589 Jackson Mississippi River -0.0495632945700979141 +55665 gsa_html_7102550258 gsa_html_7102550258:803:90410:90420 Springdale Kayenta, Arizona -0.482921973604061416 +55666 cspg_html_2954223000 cspg_html_2954223000:1081:153751:153769 Monterey California -0.471303796266449471 +55667 aapg_af_924.html aapg_af_924.html:330:33065:33073 Nacatoch Shreveport, Louisiana -0.482921973604061416 +55668 sedimentology_html_8983980897 sedimentology_html_8983980897:315:21423:21439 Morgan Logan, Utah -0.230408639772038848 +55669 jgeology_html_4368294692 jgeology_html_4368294692:1267:71731:71739 San Jose California -0.467877607461444023 +55670 aapg_ae_176.html aapg_ae_176.html:234:29271:29287 Viking Lacombe, Alberta 0.769995879055137111 +55671 palaios_html_7337635857 palaios_html_7337635857:12:652:660 Victoria Quebec City 0.0152887445072461998 +55672 cspg_html_3104351736 cspg_html_3104351736:33:4455:4466 Belly River Regina, Saskatchewan -0.109589215477149199 +55673 aapg_aa_147.html aapg_aa_147.html:257:31341:31360 Red River Regina, Saskatchewan 0.0141418777993062121 +55674 aapg_ai_751.html aapg_ai_751.html:304:33666:33674 Onondaga Onondaga (tribe) -0.489932094547215424 +55675 aapg_ae_324.html aapg_ae_324.html:249:25033:25044 Beekmantown Knoxville, Tennessee -0.448753864703002991 +55676 gsa_html_8664789297 gsa_html_8664789297:636:68842:68852 Wind River Cheyenne, Wyoming -0.472881299388360321 +55677 aapg_ai_980.html aapg_ai_980.html:316:26632:26640 Sawtooth Cut Bank, Montana -0.482213387515949554 +55678 aapg_ah_180.html aapg_ah_180.html:97:10737:10755 Catskill Catskill Mountains -0.471382028770717776 +55679 cspg_html_6331977039 cspg_html_6331977039:109:11301:11324 Eleanor River Ellesmere Island -0.224671301162154113 +55680 sedimentology_html_4353954188 sedimentology_html_4353954188:1625:100132:100152 Milk River Canada 0.588477375750647624 +55681 aapg_af_559.html aapg_af_559.html:81:10678:10689 San Antonio Corpus Christi, Texas -0.450784359288809666 +55682 aapg_ai_153.html aapg_ai_153.html:87:14865:14874 Conemaugh Pottsville, Pennsylvania 0.920559396236752536 +55683 aapg_ai_357.html aapg_ai_357.html:19:2767:2779 Walnut Medina County, Texas -0.493383370963238699 +55684 gsa_html_1266138577 gsa_html_1266138577:56:4722:4743 Marble Canyon Populus sect. Aegiros -0.465561228542891226 +55685 gsa_html_7912015830 gsa_html_7912015830:633:59841:59853 Owens Valley California 0.262274130047301157 +55686 aapg_ah_888.html aapg_ah_888.html:7:684:697 Barnett Texas 0.744198169350462013 +55687 cspg_html_7310162886 cspg_html_7310162886:458:65805:65824 Lisburne Anchorage, Alaska -0.0344245588872295546 +55688 geology_html_5465889818 geology_html_5465889818:25:2186:2202 Yucatan Caribbean -0.501545759647369804 +55689 cspg_html_7271054047 cspg_html_7271054047:17:1804:1812 Columbia Western world -0.0396629967137020131 +55690 cspg_html_1597341612 cspg_html_1597341612:101:11693:11713 Leduc Lacombe, Alberta -0.00153219252139514682 +55691 aapg_af_722.html aapg_af_722.html:5:748:758 Springhill Tierra del Fuego Province (Argentina) -0.447357152169087058 +55692 aapg_ac_536.html aapg_ac_536.html:676:69199:69223 Mission Canyon Burke County, Georgia -0.400309773979172889 +55693 cspg_html_5891044027 cspg_html_5891044027:21:3647:3665 Snowslip Victoria, British Columbia -0.0340417857765505233 +55694 jgeology_html_8494933343 jgeology_html_8494933343:351:25159:25167 Colorado Colorado -0.487560856421757394 +55695 aapg_ah_387.html aapg_ah_387.html:227:25084:25088 Toro Knoxville, Illinois -0.493525020516280222 +55696 aapg_aa_635.html aapg_aa_635.html:85:9809:9814 Cadiz Spain -0.0373010146688876193 +55697 gsa_html_6117440194 gsa_html_6117440194:1345:118441:118449 Colorado Denver -0.0379467177170490291 +55698 aapg_ac_881.html aapg_ac_881.html:809:85143:85164 Winnipeg Regina, Saskatchewan -0.09505384211228525 +55699 aapg_ac_333.html aapg_ac_333.html:1136:135213:135223 Phosphoria Logan, Utah -0.421938067268467054 +55700 aapg_ad_280.html aapg_ad_280.html:9:1525:1548 Cotton Valley Haynesville, Louisiana -0.44948782523520614 +55701 aapg_ac_532.html aapg_ac_532.html:574:87956:87969 El Paso Delaware 0.0169570105045463715 +55702 cspg_html_1893593837 cspg_html_1893593837:229:19097:19108 Rocky Brook Coral Harbour Airport -0.407102986074704409 +55703 geology_html_9772573337 geology_html_9772573337:336:26610:26618 Rockwell Baja California peninsula 0.0216966522714720049 +55704 geology_html_8621773259 geology_html_8621773259:191:19548:19558 Rio Grande Boise, Idaho -0.0908314159589170694 +55705 aapg_ai_388.html aapg_ai_388.html:30:3456:3462 Casper Cheyenne, Wyoming -0.0549959922383894545 +55706 aapg_ad_997.html aapg_ad_997.html:61:6744:6763 Mesaverde Garfield County, Colorado -0.0093950246056262298 +55707 cspg_html_7310162886 cspg_html_7310162886:372:51670:51685 Vunta White Mountains (California) -0.50419108937386159 +55708 aapg_ac_924.html aapg_ac_924.html:420:44247:44254 Madison Cheyenne, Wyoming -0.469024309212410007 +55709 aapg_ae_550.html aapg_ae_550.html:236:26683:26689 Denver Colorado -0.00593429213199152261 +55710 aapg_ad_652.html aapg_ad_652.html:17:2505:2512 Cowlitz Pacific Northwest -0.44564275767943895 +55711 cspg_html_9951421861 cspg_html_9951421861:147:22751:22760 Athabasca Clearwater, Florida -0.500385707625650822 +55712 cspg_html_8558580101 cspg_html_8558580101:5:256:282 Sulphur Mountain Lacombe, Alberta -0.0736726896337709797 +55713 cspg_html_8273598401 cspg_html_8273598401:359:38897:38914 Success Regina, Saskatchewan -0.450582005503512739 +55714 gsa_html_5263035126 gsa_html_5263035126:48:3394:3422 Green River New Mexico -0.0310096337279850039 +55715 cspg_html_4272664788 cspg_html_4272664788:35:5918:5923 Banff Lacombe, Alberta -0.209445803569156624 +55716 aapg_af_353.html aapg_af_353.html:60:8129:8137 Woodford California -0.0540332876662449682 +55717 cspg_html_1378826439 cspg_html_1378826439:283:25434:25456 Beaver Mines Lacombe, Alberta -0.470567831774721834 +55718 aapg_ah_536.html aapg_ah_536.html:389:51081:51088 Rodessa Shreveport, Louisiana -0.000889435409818231594 +55719 aapg_ad_749.html aapg_ad_749.html:277:28099:28114 Queen Delaware 0.000819948225395204918 +55720 aapg_ac_629.html aapg_ac_629.html:616:73716:73726 Citronelle Melbourne, Florida 0.0233185283086439279 +55721 aapg_ae_250.html aapg_ae_250.html:5:595:628 Minnelusa Cheyenne, Wyoming -0.46944207930236781 +55722 gsa_html_6971334714 gsa_html_6971334714:13:594:601 El Paso Texas -0.471395835230941529 +55723 cspg_html_3233680622 cspg_html_3233680622:53:7062:7074 Eureka Sound Southern United States -0.00457403176417065741 +55724 gsa_html_7040053075 gsa_html_7040053075:1291:132371:132397 Coldwater California -0.464610795373413321 +55725 sedimentology_html_9443898314 sedimentology_html_9443898314:187:8465:8471 Oregon Washington (state) -0.450586501765938174 +55726 aapg_aa_394.html aapg_aa_394.html:80:9461:9476 Pottsville Pottsville, Pennsylvania -0.0295955881019379606 +55727 aapg_ac_720.html aapg_ac_720.html:405:36817:36837 Vincentown McLean, Virginia -0.0301277931102772942 +55728 cspg_html_6577476978 cspg_html_6577476978:58:7954:7962 Columbia Victoria, British Columbia -0.468455358769372721 +55729 cspg_html_7833083677 cspg_html_7833083677:1238:106710:106739 Blue Fiord Middle East 0.018625401602390429 +55730 aapg_ai_267.html aapg_ai_267.html:356:45414:45421 Halifax Closter, New Jersey -0.472823676298187945 +55731 jgeology_html_8596065691 jgeology_html_8596065691:107:4771:4784 Santa Barbara California -0.480602591853576067 +55732 aapg_ae_794.html aapg_ae_794.html:528:57718:57738 Coon Creek Selma to Montgomery marches -0.44751173936929356 +55733 aapg_aa_698.html aapg_aa_698.html:494:46681:46698 Prairie Regina, Saskatchewan -0.0277904283209578391 +55734 aapg_ac_612.html aapg_ac_612.html:602:47938:47946 Colorado Ogden, Utah -0.469028899015838996 +55735 aapg_aa_233.html aapg_aa_233.html:514:51421:51427 Sierra Matamoros, Tamaulipas -0.482038661537539159 +55736 cspg_html_9713614580 cspg_html_9713614580:151:20886:20904 Pakowki Milk River, Alberta -0.0345846315968630358 +55737 palaios_html_6025329652 palaios_html_6025329652:437:39532:39538 Oregon California -0.486513508857715604 +55738 aapg_ai_4.html aapg_ai_4.html:33:4548:4556 Monterey California -0.438007065376213589 +55739 cspg_html_5832944175 cspg_html_5832944175:431:47083:47089 Oregon Washington (state) -0.462125287699645448 +55740 geology_html_2624273806 geology_html_2624273806:86:7008:7015 Juniata Chemung, New York -0.412903352870055529 +55741 aapg_ac_246.html aapg_ac_246.html:89:9842:9848 Dakota Nebraska -0.442154460642950498 +55742 cspg_html_3068776384 cspg_html_3068776384:556:60901:60908 Cardium Victoria, British Columbia -0.432466019139625568 +55743 cspg_html_5660413005 cspg_html_5660413005:54:7996:8001 Nisku Lacombe, Alberta -0.13611688969285024 +55744 gsa_html_2098291403 gsa_html_2098291403:477:42515:42520 Salem Vancouver -0.463271407180362194 +55745 aapg_ai_385.html aapg_ai_385.html:72:7120:7136 Blaine San Angelo, Texas -0.0204312426216018105 +55746 aapg_ah_756.html aapg_ah_756.html:13:2287:2297 San Andres Texas 0.0175148642461509067 +55747 aapg_ae_907.html aapg_ae_907.html:439:52251:52269 Vaqueros California -0.419094673376114779 +55748 gsa_html_2139035730 gsa_html_2139035730:225:15858:15870 Saskatchewan Lacombe, Alberta -0.484079342907875299 +55749 aapg_ac_661.html aapg_ac_661.html:108:10675:10695 Phosphoria Boise, Idaho -0.461456070409902219 +55750 aapg_aa_232.html aapg_aa_232.html:11:1622:1632 Purgatoire Cheyenne, Wyoming -0.447276508327869859 +55751 aapg_af_668.html aapg_af_668.html:34:5467:5473 Pocono Pocono Raceway -0.452909542628234352 +55752 aapg_ah_416.html aapg_ah_416.html:99:8445:8457 Medicine Hat Saskatchewan River -0.462453250854801823 +55753 palaios_html_1461828369 palaios_html_1461828369:24:1814:1824 Washington Virginia -0.444838140504144441 +55754 aapg_ah_978.html aapg_ah_978.html:284:27955:27970 Etchegoin Middle East -0.0155250750483416668 +55755 cspg_html_2184091860 cspg_html_2184091860:811:69082:69113 Beekmantown Quebec City -0.0158448200336194084 +55756 aapg_ai_388.html aapg_ai_388.html:320:33577:33589 Wasatch Mancos, Colorado 0.00570844885597124405 +55757 aapg_ah_644.html aapg_ah_644.html:28:3864:3876 Saskatchewan Regina, Saskatchewan -0.0362655388970657272 +55758 aapg_ae_448.html aapg_ae_448.html:112:12547:12555 Woodbine Cayuga, Ontario 0.170315510336687653 +55759 aapg_ai_326.html aapg_ai_326.html:153:18350:18357 Mandata Pennsylvania -0.0615398000659245978 +55760 sedimentology_html_9471968156 sedimentology_html_9471968156:512:38702:38724 Todos Santos Mexico -0.422036189718657861 +55761 aapg_af_308.html aapg_af_308.html:317:36234:36253 Tuscarora Cabell County, West Virginia -0.0206137481511775786 +55762 aapg_ad_338.html aapg_ad_338.html:652:65626:65634 Virginia Maryland -0.0551547118645741019 +55763 cspg_html_2882882278 cspg_html_2882882278:6:568:594 Rundle Victoria, British Columbia -0.0464616568793586454 +55764 aapg_ae_454.html aapg_ae_454.html:238:19832:19845 Cotton Valley Arkansas -0.447780648817617921 +55765 aapg_ac_298.html aapg_ac_298.html:4:582:590 Columbia Victoria, British Columbia -0.0311261736195743571 +55766 cspg_html_2492063773 cspg_html_2492063773:31:4060:4074 Cedar District Northumberland, Pennsylvania -0.198644095106167956 +55767 cspg_html_7576506617 cspg_html_7576506617:293:41049:41070 Ekwan River Moose River (Maine) -0.447133159014188541 +55768 gsa_html_3096615185 gsa_html_3096615185:462:45816:45824 Columbia Victoria, British Columbia -0.0326639109248070408 +55769 sedimentology_html_1275942184 sedimentology_html_1275942184:454:17293:17303 Washington Wa (Japan) -0.488806694061501346 +55770 sedimentology_html_2208426700 sedimentology_html_2208426700:1031:57504:57527 Winnipegosis Williston Basin -0.421964232277811879 +55771 aapg_ah_757.html aapg_ah_757.html:1035:61850:61863 Madison Cheyenne, Wyoming -0.0195500267274268287 +55772 aapg_ac_471.html aapg_ac_471.html:269:30256:30273 Prairie Regina, Saskatchewan -0.0350387637300794835 +55773 aapg_ae_223.html aapg_ae_223.html:185:22418:22435 Wasatch Wasatch Range 0.00361335093326647754 +55774 cspg_html_4694482219 cspg_html_4694482219:24:3205:3219 Edmonton Lacombe, Alberta -0.49119789377684242 +55775 aapg_ae_797.html aapg_ae_797.html:106:12310:12315 Molas Colorado 1.010503453972178 +55776 aapg_aa_415.html aapg_aa_415.html:287:40726:40739 Nacatoch Arkansas -0.0365561577052215814 +55777 aapg_ae_369.html aapg_ae_369.html:43:5382:5387 Eutaw Tuscaloosa, Alabama -0.454143259443463898 +55778 aapg_ad_216.html aapg_ad_216.html:372:38163:38180 Rustler Texas 0.0145398000042282032 +55779 cspg_html_5976982403 cspg_html_5976982403:22:3912:3931 Kitchener Purcell Mountains -0.46567095948211501 +55780 geology_html_7239758075 geology_html_7239758075:106:10494:10505 Fort Pierce Melbourne, Florida -0.0320063471843775108 +55781 sedimentology_html_2319942817 sedimentology_html_2319942817:45:2796:2817 Green River Uinta Mountains -0.00652496303282925402 +55782 jgeology_html_3792951165 jgeology_html_3792951165:899:69988:69998 Washington Salem, Oregon -0.453180049702502807 +55783 gsa_html_3412344071 gsa_html_3412344071:712:63354:63359 Swift Logan, Utah -0.470365549607814404 +55784 sedimentology_html_2383150620 sedimentology_html_2383150620:1073:61392:61396 Hall London, Ontario -0.454032675125810359 +55785 aapg_ae_461.html aapg_ae_461.html:61:8903:8924 Cotton Valley Rodessa, Louisiana -0.467194881190696076 +55786 sedimentology_html_7360539162 sedimentology_html_7360539162:942:63805:63809 Hall London, Ontario -0.0256047308874097386 +55787 aapg_af_416.html aapg_af_416.html:10:1177:1187 Blackstone Lacombe, Alberta -0.0165833779978511626 +55788 jgeology_html_4305195651 jgeology_html_4305195651:2170:156183:156206 Catskill Pennsylvania -0.442542141875480355 +55789 palaios_html_1047361324 palaios_html_1047361324:58:6425:6435 Manzanilla Trinidad and Tobago -0.0621055019380407081 +55790 cspg_html_9343899465 cspg_html_9343899465:586:56133:56143 Bird Fiord Ellesmere Island -0.476324834178458445 +55791 cspg_html_4245715705 cspg_html_4245715705:183:23726:23738 Medicine Hat Milk River, Alberta -0.432236767973233238 +55792 aapg_ae_182.html aapg_ae_182.html:250:28485:28503 Nacatoch Bellevue, Nebraska -0.462644618431458876 +55793 aapg_ae_974.html aapg_ae_974.html:197:19915:19919 Jose Mexico -0.49339517418577894 +55794 geology_html_6350025955 geology_html_6350025955:229:19888:19913 Monterey California -0.442539913358205417 +55795 aapg_aa_304.html aapg_aa_304.html:218:20994:21002 La Habra California -0.460294098757325021 +55796 cspg_html_6038396142 cspg_html_6038396142:58:8399:8407 Winnipeg Winnipeg -0.437953842888147871 +55797 sedimentology_html_2709430059 sedimentology_html_2709430059:203:20788:20809 Gull Island North Country, New York -0.043068633588496115 +55798 aapg_af_971.html aapg_af_971.html:13:565:573 Colorado Denver -0.417370067428227742 +55799 aapg_ac_800.html aapg_ac_800.html:45:7534:7554 Fort Union Powder River Basin -0.410519203459802418 +55800 aapg_ad_683.html aapg_ad_683.html:271:30716:30728 Hermit Kaibab, Arizona -0.509276190251657379 +55801 aapg_ai_572.html aapg_ai_572.html:3:297:300 Ada Seminole, Texas -0.473695342935840036 +55802 cspg_html_7409170811 cspg_html_7409170811:610:72364:72380 Exshaw Lacombe, Alberta -0.0847819367399809676 +55803 gsa_html_7425483970 gsa_html_7425483970:804:59194:59204 Notch Peak Earth 0.382562276053345141 +55804 cspg_html_7086880709 cspg_html_7086880709:373:49323:49336 Sulphur Point Lacombe, Alberta -0.516759285399299273 +55805 aapg_af_575.html aapg_af_575.html:513:70983:71007 Fayetteville Batesville, Arkansas -0.0168874970090907538 +55806 palaios_html_5600528347 palaios_html_5600528347:587:55947:55968 Green River Cheyenne, Wyoming -0.436819151869522138 +55807 aapg_ac_497.html aapg_ac_497.html:71:7281:7302 Sadlerochit Anchorage, Alaska -0.0292651452152505043 +55808 aapg_ac_889.html aapg_ac_889.html:120:11462:11473 Tar Springs Tilden, Texas -0.43919205226689878 +55809 aapg_ah_647.html aapg_ah_647.html:29:2888:2901 Naco Arizona -0.0169205158924080785 +55810 aapg_aa_259.html aapg_aa_259.html:231:19102:19119 Gilwood Lacombe, Alberta -0.470188590895520009 +55811 gsa_html_5178458550 gsa_html_5178458550:69:5709:5737 Green River New Mexico -0.4597920302667165 +55812 AMJC_html_4504848787 AMJC_html_4504848787:154:17679:17701 Mechum River Batesville, Arkansas -0.485448733097070706 +55813 aapg_ae_999.html aapg_ae_999.html:722:86099:86104 Tampa Melbourne, Florida -0.0348317049570976978 +55814 sedimentology_html_8076752814 sedimentology_html_8076752814:913:59968:59985 Kuparuk Anchorage, Alaska -0.0301277931102772942 +55815 aapg_ac_715.html aapg_ac_715.html:848:74650:74660 Cedar Lake Lake Minnetonka -0.507380013179488221 +55816 jgeology_html_9033080750 jgeology_html_9033080750:170:13502:13508 Sierra Mexico -0.492239240738401806 +55817 gsa_html_7009530009 gsa_html_7009530009:29:2796:2824 Green River Colorado 0.0251126903607541765 +55818 aapg_aa_735.html aapg_aa_735.html:56:5224:5246 Borden Bloomington, Indiana -0.496867763222673786 +55819 aapg_ai_974.html aapg_ai_974.html:475:50354:50364 Washington Cascade Mountain (Alberta) -0.44961357796588941 +55820 cspg_html_3618628685 cspg_html_3618628685:403:47867:47878 Belly River Arctic Cordillera -0.44844429668252761 +55821 aapg_ad_466.html aapg_ad_466.html:893:96859:96869 Vincentown Navesink River -0.0295434123424303668 +55822 gsa_html_9052101586 gsa_html_9052101586:485:59244:59257 Lake Michigan Illinois -0.0521971896884777173 +55823 gsa_html_9891566604 gsa_html_9891566604:579:52923:52943 Prospect Quebec City -0.416246593880677085 +55824 aapg_aa_90.html aapg_aa_90.html:22:1980:1990 Citronelle East Asia 0.124090170983863712 +55825 sedimentology_html_8006979411 sedimentology_html_8006979411:1887:121541:121546 Swift Logan, Utah 0.0112002068245181611 +55826 geology_html_1952763912 geology_html_1952763912:285:24060:24064 Kent Hawaii (island) -0.482931300996293389 +55827 aapg_ae_296.html aapg_ae_296.html:3:302:322 San Andres Texas -0.46944207930236781 +55828 cspg_html_6517402834 cspg_html_6517402834:361:34082:34087 Lance Lacombe, Alberta -0.472512577150688062 +55829 aapg_ac_158.html aapg_ac_158.html:84:14705:14721 Ireton Lacombe, Alberta -0.467016268103292775 +55830 aapg_af_77.html aapg_af_77.html:63:5596:5607 Paluxy Lafayette County, Florida 0.0184411768934200637 +55831 aapg_ah_869.html aapg_ah_869.html:1039:95902:95918 Dakota Cheyenne, Wyoming -0.418842524529568605 +55832 cspg_html_5117208919 cspg_html_5117208919:195:17333:17343 Pine Point Victoria, British Columbia -0.444945382159606273 +55833 aapg_af_889.html aapg_af_889.html:85:6754:6764 San Andres Ohio -0.447328029963478757 +55834 cspg_html_6306091047 cspg_html_6306091047:553:75902:75911 Baldonnel Victoria, British Columbia -0.435679199475508039 +55835 aapg_ae_4.html aapg_ae_4.html:427:49404:49424 Phosphoria Boise, Idaho -0.40709869095004142 +55836 aapg_ac_563.html aapg_ac_563.html:595:85562:85580 Hosston Texas -0.00153219252139514682 +55837 geology_html_7543280232 geology_html_7543280232:12:536:546 Pittsburgh Pennsylvania -0.0804731871776575569 +55838 aapg_aa_702.html aapg_aa_702.html:973:118988:119007 Smackover Shreveport, Louisiana -0.262597240122123876 +55839 gsa_html_3179245953 gsa_html_3179245953:365:35547:35567 Wellington Arkansas River -0.457691392417615917 +55840 sedimentology_html_8803606067 sedimentology_html_8803606067:177:12261:12267 Brazil Colombia -0.0383818511837466098 +55841 cspg_html_4176605708 cspg_html_4176605708:350:33865:33886 Fish Scales Westgate, Canterbury -0.477512787064485633 +55842 gsa_html_8194580528 gsa_html_8194580528:696:70760:70764 Ladd Nassau, Bahamas -0.474888953093082877 +55843 aapg_ae_415.html aapg_ae_415.html:180:22794:22803 Red Bluff Shreveport, Louisiana -0.032117678128361131 +55844 aapg_ad_379.html aapg_ad_379.html:828:68692:68712 Purgatoire Colorado -0.0329596528046762344 +55845 aapg_ac_699.html aapg_ac_699.html:37:4301:4306 Sligo Shreveport, Louisiana 2.77948468513044932e-05 +55846 cspg_html_2498183035 cspg_html_2498183035:296:32844:32851 Wabamun Lacombe, Alberta 0.79221701080899376 +55847 aapg_aa_37.html aapg_aa_37.html:331:41498:41520 Gerster Logan, Utah -0.228904565484527062 +55848 gsa_html_3331523875 gsa_html_3331523875:77:8994:9011 Wasatch Colorado -0.022564066972144893 +55849 AMJC_html_1873062106 AMJC_html_1873062106:842:94716:94734 Cloverly Cheyenne, Wyoming -0.452882496357985831 +55850 aapg_ae_715.html aapg_ae_715.html:473:61226:61230 Frio Texas -0.0277521713243654156 +55851 geology_html_9316941915 geology_html_9316941915:279:24345:24353 Colorado Colorado -0.439103236963543697 +55852 aapg_ai_515.html aapg_ai_515.html:438:48486:48507 Green River Wasatch Range -0.0204312426216018105 +55853 aapg_af_487.html aapg_af_487.html:75:11301:11310 Peninsula Hawaii (island) -0.00409977035478876605 +55854 geology_html_8665622838 geology_html_8665622838:386:29303:29307 Maya California -0.462302919433881576 +55855 cspg_html_6032369756 cspg_html_6032369756:416:50253:50262 Red River Red River of the North -0.558714246231210465 +55856 aapg_ac_501.html aapg_ac_501.html:118:12401:12409 Lawrence Kentucky -0.408291301606370394 +55857 cspg_html_4287356899 cspg_html_4287356899:3954:392269:392274 Yukon Anchorage, Alaska -0.075625735878494596 +55858 aapg_ae_805.html aapg_ae_805.html:202:23552:23568 Sandia Hermosa, Chicago 0.00145054491803285547 +55859 aapg_ah_779.html aapg_ah_779.html:294:54862:54871 Interlake Pennsylvania 0.791451524271555851 +55860 aapg_af_854.html aapg_af_854.html:1127:159390:159411 Tar Springs Kentucky -0.000364807386249416544 +55861 cspg_html_6985536436 cspg_html_6985536436:399:51055:51077 Eureka Sound Banks Island -0.00200123251374013846 +55862 cspg_html_9346298272 cspg_html_9346298272:280:31061:31069 Colorado Denver -0.0749956385588343988 +55863 cspg_html_9987144175 cspg_html_9987144175:154:21061:21068 Awingak Ellesmere Island -0.0699996007793607794 +55864 aapg_ah_83.html aapg_ah_83.html:41:6345:6364 Lakota Moberly, Missouri 0.013731798242215874 +55865 aapg_aa_855.html aapg_aa_855.html:95:9339:9345 Denver Colorado -0.49743685420806627 +55866 aapg_ac_626.html aapg_ac_626.html:13:1554:1562 Antietam Virginia -0.413162613497799369 +55867 cspg_html_5699627350 cspg_html_5699627350:437:52358:52374 Viking Regina, Saskatchewan -0.466810220907495799 +55868 aapg_ad_466.html aapg_ad_466.html:979:106156:106167 Hornerstown Navesink River -0.459996458565647859 +55869 aapg_ai_1.html aapg_ai_1.html:412:37951:37958 Paradox Hermosa, Chicago -0.504870491781424846 +55870 gsa_html_5601712699 gsa_html_5601712699:528:44541:44548 Newport Inglewood, California -0.466741549175746284 +55871 geology_html_1497479898 geology_html_1497479898:34:4405:4414 Sunniland Nassau, Bahamas -0.0689226409127303707 +55872 palaios_html_9015391191 palaios_html_9015391191:488:45288:45321 Morrison Flagstaff, Arizona 0.0132661220895765857 +55873 palaios_html_1249829497 palaios_html_1249829497:584:53609:53621 Pierre Stroudsburg, Pennsylvania -0.0143364940209374722 +55874 gsa_html_3648258377 gsa_html_3648258377:430:41197:41216 Englishtown Merchantville, New Jersey -0.463332970234029085 +55875 aapg_af_3.html aapg_af_3.html:25:3190:3213 Supai Supai, Arizona -0.0102845739324916134 +55876 aapg_ac_742.html aapg_ac_742.html:45:5987:5995 Sundance Spearfish, South Dakota -0.0646064012122370551 +55877 gsa_html_3701935694 gsa_html_3701935694:61:5937:5947 Laurentian Green Mountain -0.460953349343471763 +55878 aapg_ad_743.html aapg_ad_743.html:172:18365:18374 Wapanucka Pottsville, Pennsylvania -0.424706781734201677 +55879 gsa_html_9962225882 gsa_html_9962225882:720:61923:61933 Washington Boise, Idaho -0.0745966176850047652 +55880 sedimentology_html_2041096405 sedimentology_html_2041096405:572:44854:44878 Pethei Canada -0.471754879498828661 +55881 aapg_af_892.html aapg_af_892.html:533:52725:52731 Pueblo Wichita, Kansas -0.033773852470743819 +55882 gsa_html_3649667431 gsa_html_3649667431:750:68286:68294 Colorado Gunnison County, Colorado -0.0188530778518021767 +55883 aapg_aa_145.html aapg_aa_145.html:85:10938:10945 Selkirk Cariboo Road -0.0567752597365521264 +55884 aapg_af_833.html aapg_af_833.html:731:79891:79899 Sundance Fall River, Nova Scotia -0.01901471217940277 +55885 aapg_ah_754.html aapg_ah_754.html:168:20237:20243 Cultus Canada 0.411068879442835877 +55886 cspg_html_6715452766 cspg_html_6715452766:22:4083:4104 Bird Fiord Ellesmere Island -0.473077246286573494 +55887 cspg_html_9947283670 cspg_html_9947283670:43:5578:5610 Black River Utica, New York -0.465744120990301047 +55888 cspg_html_3129231627 cspg_html_3129231627:290:39476:39519 Bay Fiord Middle Ordovician -0.452172819913734925 +55889 cspg_html_7587979364 cspg_html_7587979364:130:10663:10674 Slave Point Swan Hill, Victoria -0.464409872562970838 +55890 sedimentology_html_1046729113 sedimentology_html_1046729113:1493:134649:134667 Dunvegan Western Canadian Sedimentary Basin -0.304406243868632465 +55891 gsa_html_9613801428 gsa_html_9613801428:1148:107944:107975 Naknek Anchorage, Alaska 0.0354320123768516737 +55892 palaios_html_9877595963 palaios_html_9877595963:31:2410:2432 Colorado Gulf of California -0.0288025393782587909 +55893 cspg_html_9343899465 cspg_html_9343899465:1980:172345:172357 Read Bay Western world -0.0849117184576473893 +55894 cspg_html_7939613278 cspg_html_7939613278:78:9266:9282 Exshaw Lacombe, Alberta 0.00387566967745058347 +55895 aapg_af_553.html aapg_af_553.html:208:17349:17362 Decorah Blue Earth, Minnesota -0.467194881190696076 +55896 geology_html_4460152267 geology_html_4460152267:67:6107:6123 Navajo Logan, Utah -0.469988693380082645 +55897 geology_html_7620463750 geology_html_7620463750:312:24192:24197 Rapid California -0.448632716908224927 +55898 cspg_html_7881580279 cspg_html_7881580279:40:6589:6596 Selkirk Manitoba -0.487631194234456278 +55899 aapg_aa_93.html aapg_aa_93.html:5:459:465 Dakota Powder River (Montana) -0.435099794390076511 +55900 cspg_html_1264368391 cspg_html_1264368391:216:12294:12310 Viking Central Alberta -0.0540332876662449682 +55901 aapg_ai_350.html aapg_ai_350.html:52:5574:5579 Chazy Black River, Jamaica -0.495106025033118957 +55902 aapg_ae_171.html aapg_ae_171.html:528:53900:53918 Niobrara New Mexico -0.46279500750727276 +55903 aapg_ae_6.html aapg_ae_6.html:128:14302:14309 Yucatan Mexico -0.457501080653503367 +55904 cspg_html_9508543859 cspg_html_9508543859:166:19048:19078 Lawrence Quebec City -0.470292003998596664 +55905 aapg_aa_2.html aapg_aa_2.html:191:17497:17522 Telegraph Creek Santa Maria River (California) -0.0031964218159343861 +55906 aapg_ad_182.html aapg_ad_182.html:213:27264:27277 Woodbine East Texas -0.466842269540434285 +55907 sedimentology_html_4432289902 sedimentology_html_4432289902:601:51810:51821 Englishtown Merchantville, New Jersey -0.0103905567969635754 +55908 aapg_aa_533.html aapg_aa_533.html:21:3071:3089 Woodbine Corsicana, Texas -0.407642171728973268 +55909 palaios_html_5559953923 palaios_html_5559953923:666:64988:64995 Francis London, Ontario -0.0646588056457986782 +55910 aapg_af_551.html aapg_af_551.html:450:47129:47139 Keokuk Alamogordo, New Mexico -0.458695727712452594 +55911 aapg_ah_130.html aapg_ah_130.html:65:4294:4301 Edwards Panna Maria, Texas -0.479960973619786069 +55912 jgeology_html_4289404569 jgeology_html_4289404569:516:45760:45781 Green River Logan, Utah 0.354650721211479503 +55913 cspg_html_3404912985 cspg_html_3404912985:748:103246:103268 Judith River Lacombe, Alberta -0.462225485866077257 +55914 aapg_af_518.html aapg_af_518.html:362:37914:37918 Ladd Long Island -0.472639307901536299 +55915 aapg_ai_364.html aapg_ai_364.html:78:9679:9684 Atoka Allegheny Mountains -0.454113919430063184 +55916 geology_html_1390060534 geology_html_1390060534:149:12141:12152 Green River Logan, Utah 0.390857631460045485 +55917 gsa_html_3010975239 gsa_html_3010975239:67:8633:8651 Glenwood Michigan -0.440354093294291316 +55918 aapg_ae_176.html aapg_ae_176.html:152:17635:17650 Colorado Lacombe, Alberta -0.488743302412917968 +55919 aapg_ae_594.html aapg_ae_594.html:342:36315:36334 Mt Lytton Del Rio, Tennessee -0.0516462775496139975 +55920 aapg_af_854.html aapg_af_854.html:1047:147635:147642 Cypress Illinois -0.038468880180471815 +55921 aapg_ac_126.html aapg_ac_126.html:198:29448:29467 Smackover Haynesville, Louisiana -0.0326847865730959877 +55922 sedimentology_html_9906091939 sedimentology_html_9906091939:1243:70052:70058 Oregon Washington (state) -0.0289590583087490083 +55923 palaios_html_7805951959 palaios_html_7805951959:193:20779:20803 Cantwell Anchorage, Alaska -0.471962087320613732 +55924 gsa_html_6278186052 gsa_html_6278186052:54:3460:3488 Green River Colorado -0.0268166470016257402 +55925 cspg_html_4319383223 cspg_html_4319383223:173:22062:22077 Liard Victoria, British Columbia -0.493713923537506649 +55926 cspg_html_1333179361 cspg_html_1333179361:36:4671:4681 Mount Head Lacombe, Alberta -0.465595518002078101 +55927 cspg_html_7561290301 cspg_html_7561290301:6:379:398 Keg River Lacombe, Alberta -0.00153219252139514682 +55928 cspg_html_3008414459 cspg_html_3008414459:30:4837:4857 Milk River Lacombe, Alberta -0.46105569042928074 +55929 aapg_aa_888.html aapg_aa_888.html:53:7287:7299 Salina Lockport (city), New York -0.443755252554939694 +55930 aapg_ai_64.html aapg_ai_64.html:555:65556:65567 Sparta Shreveport, Louisiana -0.474918987556243288 +55931 aapg_ad_999.html aapg_ad_999.html:105:10539:10548 Keg River Lake Ontario -0.416224917949125084 +55932 cspg_html_5345848475 cspg_html_5345848475:62:8834:8852 Niobrara Milk River, Alberta -0.427768661147865492 +55933 aapg_af_728.html aapg_af_728.html:58:7269:7277 Colorado Salt Lake City -0.028972971193404428 +55934 sedimentology_html_4432289902 sedimentology_html_4432289902:260:20182:20203 Marshalltown Sea Girt, New Jersey -0.0785252167728872769 +55935 AMJC_html_2829615437 AMJC_html_2829615437:378:47000:47020 Pocahontas Huntington, West Virginia -0.210590740450777636 +55936 aapg_ad_376.html aapg_ad_376.html:14:2270:2276 Mercer Knoxville, Tennessee -0.0651269728115944357 +55937 jgeology_html_8355852976 jgeology_html_8355852976:308:27087:27093 Pueblo Colorado -0.443715087361728711 +55938 cspg_html_7595517955 cspg_html_7595517955:463:51105:51124 Ella Bay Ellesmere Island 0.0279034609866039528 +55939 sedimentology_html_5575198310 sedimentology_html_5575198310:835:59324:59333 Red River Manitoba -0.421948969269320462 +55940 aapg_ae_836.html aapg_ae_836.html:19:1870:1878 Woodbine Paluxy, Texas -0.0814387114673610912 +55941 palaios_html_3855840708 palaios_html_3855840708:244:22075:22090 Brule Chadron, Nebraska -0.00771674737466516297 +55942 cspg_html_6383234409 cspg_html_6383234409:19:2186:2223 Bird Fiord Little Cornwallis Island 0.332020266912278983 +55943 AMJC_html_3664856625 AMJC_html_3664856625:108:15017:15047 Fort Union Powder River Basin 0.00502397459227056035 +55944 gsa_html_4432793908 gsa_html_4432793908:714:81605:81638 Sheep Pass Reno, Nevada -0.454041701910604445 +55945 palaios_html_2621173808 palaios_html_2621173808:1266:117830:117839 Baldonnel Victoria, British Columbia -0.470292003998596664 +55946 cspg_html_8266552811 cspg_html_8266552811:11:1090:1107 Viking Lacombe, Alberta -0.461171691164054931 +55947 aapg_ai_366.html aapg_ai_366.html:150:19619:19635 Lissie Hockley -0.0322203122766998376 +55948 gsa_html_7468123532 gsa_html_7468123532:158:15961:15979 Morrison New Mexico 0.0101177818467075957 +55949 aapg_aa_106.html aapg_aa_106.html:584:66467:66479 Winnipegosis Regina, Saskatchewan 0.744258592249430251 +55950 aapg_ad_432.html aapg_ad_432.html:25:2585:2593 Virginia Pittsburgh -0.0472630871063566826 +55951 aapg_ai_583.html aapg_ai_583.html:394:48996:49014 Rierdon Cheyenne, Wyoming 0.324159846248864902 +55952 gsa_html_4482097834 gsa_html_4482097834:500:48556:48561 Gates Virginia -0.0530428169742091782 +55953 cspg_html_2796643803 cspg_html_2796643803:684:75779:75813 Deadwood Regina, Saskatchewan -0.0402548881501223546 +55954 aapg_aa_644.html aapg_aa_644.html:98:11509:11515 Draney Evanston, Wyoming -0.0276304452324186781 +55955 aapg_ah_779.html aapg_ah_779.html:234:43010:43021 Martinsburg Maysville, Kentucky -0.450620224441537598 +55956 aapg_ae_113.html aapg_ae_113.html:214:27947:27967 Griper Bay Middle East -0.0165833779978511626 +55957 gsa_html_9666442487 gsa_html_9666442487:993:87686:87705 Ellis Bay Quebec City -0.464473797617463435 +55958 AMJC_html_5908077521 AMJC_html_5908077521:558:59499:59511 Dixie Valley Reno, Nevada -0.0102845739324916134 +55959 cspg_html_2492063773 cspg_html_2492063773:73:9485:9506 Trent River Qualicum River -0.500423794622032903 +55960 cspg_html_3385840278 cspg_html_3385840278:1649:181708:181728 Waterways Swan Hill, Victoria 0.840120370017271023 +55961 aapg_ad_584.html aapg_ad_584.html:594:54915:54940 Frio Gulf Coast of the United States -0.44280960294495586 +55962 aapg_aa_399.html aapg_aa_399.html:548:53515:53521 Viking Fabyan Windmill -0.0765710309536097727 +55963 palaios_html_9789679615 palaios_html_9789679615:773:79544:79560 Chinle Arizona -0.457691392417615917 +55964 gsa_html_2675218998 gsa_html_2675218998:988:88008:88016 Colorado Colombia -0.119970977538468263 +55965 jgeology_html_4305195651 jgeology_html_4305195651:4268:264895:264927 Genesee Genesee County, Michigan -0.034835184903719292 +55966 aapg_ai_584.html aapg_ai_584.html:1234:125776:125795 Tensleep Powder River Basin -0.513294445022670631 +55967 cspg_html_4624186528 cspg_html_4624186528:38:5701:5709 Columbia Arctic Cordillera -0.0373010146688876193 +55968 gsa_html_6241580036 gsa_html_6241580036:411:36730:36738 Fountain Antarctica -0.0324655941438056483 +55969 aapg_ae_846.html aapg_ae_846.html:190:18261:18279 Entrada New Mexico -0.434518537443352337 +55970 cspg_html_3041902517 cspg_html_3041902517:145:23840:23851 Blind Fiord Ellesmere Island -0.0172889404553563421 +55971 aapg_ac_835.html aapg_ac_835.html:647:90989:90996 Madison Garland, Texas -0.478456433836466188 +55972 palaios_html_6090005613 palaios_html_6090005613:44:4813:4829 Racine Wisconsin -0.459805657368256959 +55973 aapg_ad_141.html aapg_ad_141.html:70:6525:6532 Hosston Mooringsport, Louisiana -0.453355922590981064 +55974 aapg_ae_335.html aapg_ae_335.html:173:18226:18252 Wasatch Wasatch Range -0.451270191944311616 +55975 aapg_ai_54.html aapg_ai_54.html:6:859:869 Tuscaloosa Arkansas -0.433370341259820213 +55976 gsa_html_5136288307 gsa_html_5136288307:1096:94449:94477 Green River Colorado -0.410536443540969742 +55977 geology_html_2995030913 geology_html_2995030913:15:738:748 Washington Spokane, Washington -0.473653815287124913 +55978 cspg_html_5170528958 cspg_html_5170528958:196:28431:28459 Wabamun Lacombe, Alberta -0.472574788136010782 +55979 aapg_ah_532.html aapg_ah_532.html:63:6219:6224 Ouray Ouray, Colorado -0.453085363047098455 +55980 aapg_ai_49.html aapg_ai_49.html:94:9329:9334 Supai Grand Canyon -0.480765396922298249 +55981 jgeology_html_5136863421 jgeology_html_5136863421:865:54521:54529 Santiago Chile -0.490143713980378037 +55982 aapg_aa_684.html aapg_aa_684.html:5:542:562 Jelm Cheyenne, Wyoming 0.00775670563708208936 +55983 gsa_html_5274400800 gsa_html_5274400800:574:46971:46989 Monterey Compton, California -0.00691758876026682835 +55984 aapg_ae_29.html aapg_ae_29.html:49:6223:6244 Mauch Chunk Lehigh River -0.408375160634021905 +55985 cspg_html_2161417858 cspg_html_2161417858:203:26407:26423 Exshaw Lacombe, Alberta 0.0115094773461777138 +55986 aapg_aa_507.html aapg_aa_507.html:45:5666:5676 Tuscaloosa Winona, Mississippi -0.00146791674633970823 +55987 aapg_ae_873.html aapg_ae_873.html:156:19436:19450 Nacatoch Paluxy, Texas -0.420852845216307503 +55988 geology_html_1733534725 geology_html_1733534725:17:786:794 Virginia Reston, Virginia -0.479459169650376604 +55989 aapg_af_262.html aapg_af_262.html:217:25560:25568 Colorado Denver -0.462348471732962063 +55990 palaios_html_3163415141 palaios_html_3163415141:68:6019:6042 Chapel Island Corbin, Burin Peninsula, Newfoundland and Labrador -0.492215666694549525 +55991 aapg_ai_999.html aapg_ai_999.html:93:6696:6708 Fernie Lacombe, Alberta 0.016034236202214884 +55992 cspg_html_5241714595 cspg_html_5241714595:158:23645:23654 Keg River Lacombe, Alberta -0.437953842888147871 +55993 aapg_aa_23.html aapg_aa_23.html:373:44115:44124 Red River Middle Ordovician 0.604711328522432034 +55994 aapg_ac_575.html aapg_ac_575.html:475:70601:70619 Tensleep Cheyenne, Wyoming -0.494585786210081368 +55995 cspg_html_5281980997 cspg_html_5281980997:407:52351:52362 Belly River Pincher Creek, Alberta -0.431157390646727534 +55996 aapg_ai_247.html aapg_ai_247.html:74:7552:7570 Traverse Michigan -0.0129533588216162645 +55997 aapg_ad_344.html aapg_ad_344.html:14:1518:1522 Wendover Fort Pierre Chouteau -0.534612659696529158 +55998 gsa_html_7012936645 gsa_html_7012936645:950:75271:75310 Martinsburg Pennsylvania 0.0312827215063835179 +55999 aapg_af_433.html aapg_af_433.html:140:17435:17445 Tuscaloosa Shreveport, Louisiana 0.0236314487961182575 +56000 cspg_html_7924356285 cspg_html_7924356285:330:33612:33620 Mt. Head Highwood Pass -0.0226179559252577995 +56001 aapg_af_479.html aapg_af_479.html:50:7027:7037 Point Loma La Jolla -0.0850660583933714881 +56002 aapg_ac_363.html aapg_ac_363.html:137:15939:15955 Kern River Rancho Santa Margarita, California -0.472823676298187945 +56003 aapg_ai_701.html aapg_ai_701.html:227:22158:22170 Rhode Island French West Africa -0.480904968568341529 +56004 jgeology_html_5792739316 jgeology_html_5792739316:591:43198:43208 Laurentian Texas -0.0357069470350891913 +56005 aapg_ah_85.html aapg_ah_85.html:293:33199:33219 Tuscaloosa Tuscaloosa, Alabama -0.413421942671498677 +56006 aapg_ae_73.html aapg_ae_73.html:898:110125:110133 Colorado Colorado -0.497000516635433987 +56007 cspg_html_5960210762 cspg_html_5960210762:343:35892:35908 Viking Canada -0.0395916240677814321 +56008 aapg_ac_563.html aapg_ac_563.html:296:41520:41526 Midway County Sligo -0.421938067268467054 +56009 cspg_html_3404912985 cspg_html_3404912985:691:100137:100154 Cadomin Lacombe, Alberta 0.000903332848040377576 +56010 gsa_html_9193225131 gsa_html_9193225131:1126:87020:87048 Green River Colorado -0.00793912421120361589 +56011 aapg_ae_973.html aapg_ae_973.html:279:18860:18875 Diablo Otero County, New Mexico -0.0492966446441219716 +56012 aapg_ad_836.html aapg_ad_836.html:141:11603:11611 Richmond Missouri River -0.0419054197993560459 +56013 jgeology_html_4732263487 jgeology_html_4732263487:127:4939:4948 Peninsula Korea -0.0218200693181328578 +56014 aapg_ae_619.html aapg_ae_619.html:49:4825:4850 Frio Gulf Coast of the United States -0.0330135830277358128 +56015 aapg_ae_579.html aapg_ae_579.html:19:2551:2568 Wasatch Cheyenne, Wyoming -0.00537142262393446989 +56016 aapg_ad_557.html aapg_ad_557.html:11528:676353:676363 San Andres Panhandle, Texas -0.440467486742992853 +56017 aapg_ad_168.html aapg_ad_168.html:37:5515:5541 Peninsula Logan, Utah -0.0598325325820526291 +56018 aapg_ac_214.html aapg_ac_214.html:19:2432:2439 Entrada Colorado -0.441867146585301684 +56019 sedimentology_html_1293179143 sedimentology_html_1293179143:1202:83437:83459 Winnipegosis Regina, Saskatchewan -0.0134398809418536571 +56020 aapg_ac_730.html aapg_ac_730.html:175:25049:25064 Mesaverde Mancos, Colorado 0.042253671459683402 +56021 cspg_html_9343899465 cspg_html_9343899465:856:77833:77845 Hecla Bay Melville Island (Canada) 0.744164603596217389 +56022 aapg_af_489.html aapg_af_489.html:242:20548:20566 San Miguel Texas -0.0180692565756011246 +56023 gsa_html_7808051457 gsa_html_7808051457:862:81729:81737 Colorado Denver -0.455229509631582041 +56024 aapg_ai_974.html aapg_ai_974.html:11:1885:1891 Oregon Washington (state) -0.47076786107370483 +56025 AMJC_html_5722410163 AMJC_html_5722410163:653:63547:63553 Denver Colorado -0.0596981355876713832 +56026 sedimentology_html_6303171089 sedimentology_html_6303171089:1221:99494:99514 San Andres New Mexico -0.0337355768098034706 +56027 sedimentology_html_3798833948 sedimentology_html_3798833948:1841:108365:108373 Homewood Oman -0.441486425747427802 +56028 aapg_ak_23.html aapg_ak_23.html:24:3305:3320 Piute Piute, California -0.513487894691595503 +56029 aapg_ai_106.html aapg_ai_106.html:39:4042:4050 Michigan Forest City, Iowa -0.0311226948006410493 +56030 palaios_html_3751051678 palaios_html_3751051678:953:91128:91134 Denver Colorado -0.0517421611604156687 +56031 aapg_ac_92.html aapg_ac_92.html:317:31199:31204 Stark Atoka, Oklahoma -0.00382529052751042712 +56032 cspg_html_4699684578 cspg_html_4699684578:172:21279:21290 Calmar Lacombe, Alberta -0.516031175184113566 +56033 aapg_aa_37.html aapg_aa_37.html:171:20876:20881 Supai Logan, Utah -0.478836965338604204 +56034 cspg_html_5375448448 cspg_html_5375448448:614:57409:57427 Kaskapau Lacombe, Alberta -0.437098264428985472 +56035 sedimentology_html_6225967387 sedimentology_html_6225967387:745:52382:52386 Bond Spain -0.474992922950619234 +56036 aapg_ac_63.html aapg_ac_63.html:17:2660:2696 Haynesville Shreveport, Louisiana -0.0109517499830736591 +56037 cspg_html_1293312960 cspg_html_1293312960:576:66052:66061 San Diego California -0.462097962880594848 +56038 aapg_aa_684.html aapg_aa_684.html:272:25218:25225 Ankareh Cheyenne, Wyoming -0.451787799117909672 +56039 aapg_ae_499.html aapg_ae_499.html:18:2321:2327 Denver Cheyenne, Wyoming -0.474203062673125064 +56040 gsa_html_8986707315 gsa_html_8986707315:1031:77309:77318 Salisbury California -0.47254944238616009 +56041 cspg_html_3482605972 cspg_html_3482605972:134:17120:17135 Gates Mountain Park (Holyoke, Massachusetts) -0.441397390812390766 +56042 aapg_ac_924.html aapg_ac_924.html:114:8041:8055 Mission Canyon Williston, Vermont 0.0468344862448004176 +56043 cspg_html_2049168857 cspg_html_2049168857:355:37006:37014 Billings Golden Valley, Minnesota -0.461001107058420345 +56044 aapg_ah_903.html aapg_ah_903.html:29:6055:6066 Haynesville Bossier City, Louisiana -0.0335772561471781444 +56045 gsa_html_9891566604 gsa_html_9891566604:604:55672:55684 Hazens Notch Green Mountain -0.477957819287112229 +56046 aapg_ad_871.html aapg_ad_871.html:190:20176:20190 Traverse Charlevoix, Michigan -0.438271005074949593 +56047 aapg_ae_885.html aapg_ae_885.html:232:23236:23244 Toroweap Arizona -0.658682595958559713 +56048 aapg_ah_160.html aapg_ah_160.html:303:36518:36524 Salina Bruce Peninsula National Park -0.466299888436986554 +56049 aapg_ai_139.html aapg_ai_139.html:324:30895:30903 Imperial Salina, Kansas 0.0336120517056430201 +56050 AMJC_html_8619525948 AMJC_html_8619525948:599:64351:64369 Wamsutta Cambridge, Massachusetts -0.0354024312234924934 +56051 gsa_html_2509147847 gsa_html_2509147847:670:74152:74160 Columbia Victoria, British Columbia -0.470292003998596664 +56052 aapg_ac_666.html aapg_ac_666.html:156:15863:15874 Mauch Chunk Pennsylvania 0.0173219599396432673 +56053 gsa_html_6142651299 gsa_html_6142651299:812:73710:73723 Santa Barbara California -0.0221938023877403003 +56054 aapg_ai_206.html aapg_ai_206.html:4:684:696 Seven Rivers New Mexico -0.477512787064485633 +56055 aapg_ac_440.html aapg_ac_440.html:453:57371:57378 El Abra Mexico -0.00672648739931064853 +56056 gsa_html_9012451044 gsa_html_9012451044:33:2294:2304 Washington Washington (state) -0.441437455474761709 +56057 aapg_ad_785.html aapg_ad_785.html:113:11327:11345 Fountain Colorado -0.0327161001163027987 +56058 aapg_ac_692.html aapg_ac_692.html:234:25581:25587 Muskeg Lacombe, Alberta -0.00581963313965654701 +56059 aapg_af_2.html aapg_af_2.html:462:51811:51820 Leadville San Juan Mountains -0.0277886893642299709 +56060 cspg_html_5456368738 cspg_html_5456368738:128:16627:16644 Hare Indian Thunder Bay River 0.951931197534225726 +56061 aapg_aa_106.html aapg_aa_106.html:365:38643:38667 Mission Canyon Regina, Saskatchewan 0.029261666914279668 +56062 cspg_html_7334652966 cspg_html_7334652966:238:26610:26624 Toad Victoria, British Columbia -0.0137248477945169315 +56063 palaios_html_7791179988 palaios_html_7791179988:542:48311:48331 Point Loma California -0.208557221246437746 +56064 aapg_ah_517.html aapg_ah_517.html:3:271:317 Madison Williamson County, Texas -0.00743530313754165329 +56065 cspg_html_2490951833 cspg_html_2490951833:353:51304:51316 Golden Spike Lacombe, Alberta 0.00346047674040686785 +56066 aapg_ai_1.html aapg_ai_1.html:343:30437:30444 Paradox Mississippian culture -0.0694436111220902846 +56067 AMJC_html_9749062244 AMJC_html_9749062244:903:80793:80800 Shepard Tulsa, Oklahoma -0.00562506076616993075 +56068 aapg_af_887.html aapg_af_887.html:116:12157:12179 Seven Rivers West Texas -0.0446848523665537567 +56069 aapg_ae_369.html aapg_ae_369.html:68:8694:8709 Eutaw Tuscaloosa, Alabama -0.442649117020085803 +56070 aapg_af_241.html aapg_af_241.html:519:54599:54614 Vicksburg Mississippi River -0.43344757972276704 +56071 cspg_html_2152913769 cspg_html_2152913769:97:14127:14144 Charles Regina, Saskatchewan -0.45099125631104503 +56072 aapg_ah_421.html aapg_ah_421.html:234:18518:18534 Edmonton Red Deer, Alberta -0.0221155785118801462 +56073 aapg_ad_2.html aapg_ad_2.html:487:72113:72131 Tomstown South Mountains (Arizona) -0.061529324598319661 +56074 cspg_html_6014123208 cspg_html_6014123208:585:65777:65796 Athabasca Lacombe, Alberta -0.018225670847461909 +56075 sedimentology_html_3200584564 sedimentology_html_3200584564:1339:87818:87835 Cardium Lacombe, Alberta -0.0196369298300035668 +56076 aapg_ai_153.html aapg_ai_153.html:243:39818:39837 Leadville Colorado -0.48294529227432792 +56077 gsa_html_8398449001 gsa_html_8398449001:664:55060:55070 Bear River Bear Lake, Michigan -0.473653815287124913 +56078 sedimentology_html_3417381350 sedimentology_html_3417381350:1140:92106:92124 Monterey California 1.019990112156687 +56079 aapg_ah_753.html aapg_ah_753.html:93:14389:14412 Enrage New Caledonia -0.448350101124535771 +56080 aapg_ai_811.html aapg_ai_811.html:102:15616:15632 Bailey Bloomington, Indiana -0.474992922950619234 +56081 aapg_ai_477.html aapg_ai_477.html:304:36000:36007 Pelican Liard River, British Columbia -0.0233880656689205678 +56082 cspg_html_8438548095 cspg_html_8438548095:316:30798:30812 St. Mary River Edmonton, London -0.418625207464451421 +56083 cspg_html_1962846283 cspg_html_1962846283:24:3858:3876 Kootenay Lacombe, Alberta -0.0379084268863619928 +56084 aapg_af_808.html aapg_af_808.html:307:40160:40176 Pierre Trinidad and Tobago -0.429668111316043877 +56085 gsa_html_5851281923 gsa_html_5851281923:221:23129:23148 Chumstick Washington (state) -0.0833966631908211881 +56086 cspg_html_9174463232 cspg_html_9174463232:273:27288:27300 Saskatchewan Victoria, British Columbia -0.487926676393575676 +56087 cspg_html_1114211412 cspg_html_1114211412:293:40186:40212 Rundle Lacombe, Alberta -0.450582005503512739 +56088 gsa_html_5773604426 gsa_html_5773604426:23:1118:1147 Wilcox Shreveport, Louisiana 0.0178954643140133429 +56089 gsa_html_4432793908 gsa_html_4432793908:132:16367:16400 White Sage Logan, Utah -0.0589947795432145122 +56090 cspg_html_4768933240 cspg_html_4768933240:10:754:760 Viking Lacombe, Alberta -0.0152331376513424877 +56091 aapg_af_188.html aapg_af_188.html:221:23512:23527 Mt Lytton Colorado -0.444838140504144441 +56092 gsa_html_5625878232 gsa_html_5625878232:219:31518:31542 Cedar District Baja California peninsula -0.486401118306284352 +56093 aapg_ae_415.html aapg_ae_415.html:966:121470:121489 Catahoula Smith County, Kansas -0.413938644445855319 +56094 cspg_html_8806021601 cspg_html_8806021601:87:10241:10261 Weatherall Melville Island (Canada) -0.477575355931223244 +56095 aapg_aa_962.html aapg_aa_962.html:249:24982:24989 Rapides Red River of the North -0.0456498537875624916 +56096 aapg_ai_157.html aapg_ai_157.html:464:43298:43305 Norfolk Salina, Kansas -0.0171725037246518962 +56097 sedimentology_html_3417381350 sedimentology_html_3417381350:1420:103114:103140 Monterey California 0.00828311544079899167 +56098 sedimentology_html_6083350152 sedimentology_html_6083350152:602:47553:47562 Lancaster Lancaster, California -0.485308421911267773 +56099 sedimentology_html_6295528506 sedimentology_html_6295528506:662:49188:49205 Bromide Virginia -0.458659434193013582 +56100 cspg_html_8532932475 cspg_html_8532932475:75:10068:10085 Bluesky Washington (state) -0.0572986636037091379 +56101 aapg_ad_466.html aapg_ad_466.html:769:84570:84582 Mount Laurel Navesink River -0.4899838188757622 +56102 aapg_ah_202.html aapg_ah_202.html:334:42293:42307 Woodford Baden-Baden -0.495988801002771096 +56103 cspg_html_5541937700 cspg_html_5541937700:724:97813:97830 Cardium Lacombe, Alberta -0.454305775206324536 +56104 cspg_html_9987144175 cspg_html_9987144175:154:21135:21150 Melville Island Ellesmere Island -0.0606738881148921952 +56105 cspg_html_4348111624 cspg_html_4348111624:50:9841:9869 Winnipegosis Regina, Saskatchewan 0.000564582905986352451 +56106 aapg_aa_463.html aapg_aa_463.html:250:47892:47903 Haynesville County Sligo -0.356552554010876266 +56107 aapg_aa_357.html aapg_aa_357.html:103:7462:7483 Lake Valley Ouray, Colorado -0.0229013103912739102 +56108 cspg_html_6816410964 cspg_html_6816410964:226:35123:35131 Columbia Victoria, British Columbia -0.0332814982379016425 +56109 aapg_ah_878.html aapg_ah_878.html:368:43917:43933 Michigan Western world -0.0121732026878597095 +56110 aapg_ac_187.html aapg_ac_187.html:3425:323213:323230 Tamabra Matamoros, Tamaulipas -0.50320646435848726 +56111 aapg_ad_865.html aapg_ad_865.html:163:17060:17080 Leadville Colorado -0.0556657792209241456 +56112 aapg_ae_877.html aapg_ae_877.html:193:17776:17801 Beaverhill Swan Hill, Victoria -0.0248379892514390653 +56113 cspg_html_8152691171 cspg_html_8152691171:47:7684:7704 Missisauga Logan, Utah -0.0225884038971819363 +56114 aapg_ai_981.html aapg_ai_981.html:636:51207:51217 Frio Texas 0.582636424809648057 +56115 geology_html_7747769822 geology_html_7747769822:128:11988:11994 Oregon Washington (state) -0.0402548881501223546 +56116 palaios_html_9731740258 palaios_html_9731740258:404:45192:45200 Colorado Washington (state) -0.0574103284604600139 +56117 aapg_af_482.html aapg_af_482.html:188:26374:26391 Esquias Cedros, Trinidad and Tobago -0.0753666862960432615 +56118 aapg_ad_3.html aapg_ad_3.html:334:31786:31797 Beekmantown Knoxville, Tennessee -0.398225814750100382 +56119 aapg_ac_881.html aapg_ac_881.html:296:34761:34778 Manitou Colorado -0.463764030920631232 +56120 cspg_html_5484260516 cspg_html_5484260516:932:70247:70263 Exshaw Lacombe, Alberta -0.467194881190696076 +56121 gsa_html_5865982995 gsa_html_5865982995:1039:113068:113074 Casper Cheyenne, Wyoming -0.474808096218428344 +56122 cspg_html_9157093462 cspg_html_9157093462:380:46635:46669 Halfway Victoria, British Columbia -0.0307122011432018581 +56123 aapg_ad_784.html aapg_ad_784.html:515:55124:55129 Sespe Santa Monica, California -0.0180066911955107829 +56124 aapg_ae_866.html aapg_ae_866.html:3:187:202 Allegheny Allegheny Mountains -0.00092939054595942859 +56125 cspg_html_8756009083 cspg_html_8756009083:853:88770:88792 Horn Plateau Great Slave Lake 0.0479286836918142722 +56126 cspg_html_5940878099 cspg_html_5940878099:222:25826:25847 Winnipegosis Manitoba -0.682184820080122822 +56127 aapg_aa_124.html aapg_aa_124.html:11:1549:1568 Crowsnest Lacombe, Alberta -0.443782030321690002 +56128 aapg_ac_400.html aapg_ac_400.html:147:15169:15177 Columbia Luzerne County, Pennsylvania -0.0233046208724774252 +56129 aapg_ai_249.html aapg_ai_249.html:543:71627:71647 Todos Santos Guatemala 1.13714004426555593 +56130 aapg_ad_930.html aapg_ad_930.html:29:3586:3605 Rock Springs Green River Formation -0.452909542628234352 +56131 cspg_html_7086880709 cspg_html_7086880709:10:700:706 Arnica Western world -0.442762791672519862 +56132 cspg_html_1818321956 cspg_html_1818321956:504:51720:51735 Liard Liard River, British Columbia -0.0199289271438858016 +56133 aapg_af_142.html aapg_af_142.html:280:36125:36148 Cotton Valley Texas 0.0362516172421911975 +56134 aapg_ac_313.html aapg_ac_313.html:569:64938:64954 Toledo Toledo, Spain -0.362604787609639434 +56135 aapg_ae_959.html aapg_ae_959.html:1038:76810:76817 Thrifty Harpersville, Alabama 0.0110316729653651777 +56136 aapg_ah_424.html aapg_ah_424.html:65:5988:6001 Pakowki Bearpaw Formation -0.490016735996709807 +56137 cspg_html_4105062490 cspg_html_4105062490:74:8022:8029 Wabamun Lacombe, Alberta -0.134435114198474176 +56138 palaios_html_1574666570 palaios_html_1574666570:433:34069:34097 Arkona Southwestern Ontario -0.491332113292233474 +56139 aapg_ah_534.html aapg_ah_534.html:339:28482:28494 Esopus Schoharie Creek -0.434518537443352337 +56140 palaios_html_2413654173 palaios_html_2413654173:1180:96321:96343 Prince Creek Lacombe, Alberta -0.0331684163736417556 +56141 aapg_ai_80.html aapg_ai_80.html:448:45168:45174 Saluda Kentucky -0.0856448809254683058 +56142 aapg_af_143.html aapg_af_143.html:20:2532:2539 Newport Salem, Oregon -0.0328413551399559175 +56143 aapg_ad_192.html aapg_ad_192.html:48:6808:6818 Tuscaloosa Tuscaloosa, Alabama -0.00822752072544734835 +56144 cspg_html_2650524233 cspg_html_2650524233:159:18706:18720 Paskapoo Edmonton, London -0.419821054978222807 +56145 jgeology_html_8494933343 jgeology_html_8494933343:432:33255:33266 Green River San Juan, Argentina 0.00608022205823671724 +56146 gsa_html_1119256423 gsa_html_1119256423:469:41014:41031 White River Peoria, Illinois -0.474808096218428344 +56147 cspg_html_5198658336 cspg_html_5198658336:278:29895:29911 Battle Elbow River -0.0193049620802523206 +56148 aapg_ad_351.html aapg_ad_351.html:204:20890:20909 Northview Sedalia, Missouri -0.0699996007793607794 +56149 aapg_ah_820.html aapg_ah_820.html:66:6046:6070 Basal Nebraska -0.0195030992148617355 +56150 aapg_ai_49.html aapg_ai_49.html:274:32653:32660 Entrada Kayenta, Arizona -0.0620181988461695199 +56151 cspg_html_3175305741 cspg_html_3175305741:37:6023:6046 Prongs Creek Porcupine River (Ontario) -0.430057253759890901 +56152 geology_html_8795181748 geology_html_8795181748:193:18645:18649 Bond North Atlantic Current -0.443619144253208697 +56153 aapg_af_666.html aapg_af_666.html:475:40680:40685 Uinta Wasatch Range -0.498269845185202676 +56154 aapg_ac_333.html aapg_ac_333.html:717:87050:87062 Hermit Grand Canyon -0.49208602118357192 +56155 gsa_html_7762716595 gsa_html_7762716595:30:2745:2773 Green River Colorado 0.0260098507762994979 +56156 aapg_ai_96.html aapg_ai_96.html:49:6042:6052 Rio Grande Mexico -0.0388083006594042434 +56157 aapg_ah_206.html aapg_ah_206.html:20:3371:3399 Madison Williston, Vermont -0.454305775206324536 +56158 aapg_af_625.html aapg_af_625.html:450:45784:45791 Genesee Naples, Florida -0.0245041819254211805 +56159 gsa_html_8832466492 gsa_html_8832466492:29:2796:2824 Green River Colorado 0.00167290441282642237 +56160 gsa_html_4339524478 gsa_html_4339524478:602:66395:66405 Washington Salem, Oregon -0.00614971261944179635 +56161 gsa_html_7102550258 gsa_html_7102550258:957:103928:103957 Denver Arizona -0.1073625243052998 +56162 aapg_aa_975.html aapg_aa_975.html:33:3887:3895 Syracuse Colorado -0.473718414704639712 +56163 gsa_html_3566869311 gsa_html_3566869311:284:24950:24960 Washington Salem, Oregon 0.0051247343510113369 +56164 cspg_html_8818854104 cspg_html_8818854104:149:19585:19604 Gladstone Kootenay River -0.455536877615232372 +56165 AMJC_html_5722410163 AMJC_html_5722410163:857:76839:76860 Elko Reno, Nevada -0.216564594315320741 +56166 palaios_html_1857508743 palaios_html_1857508743:1303:82324:82332 Colorado Caribbean -0.0468588775503323562 +56167 aapg_ah_721.html aapg_ah_721.html:157:23570:23578 Colorado Denver -0.514802145094443997 +56168 cspg_html_2834693711 cspg_html_2834693711:764:105613:105621 Columbia Victoria, British Columbia -0.0151097603849725953 +56169 cspg_html_7576506617 cspg_html_7576506617:371:53751:53775 Severn River Moose River (Maine) 0.0057067116030324206 +56170 cspg_html_3026112034 cspg_html_3026112034:795:76757:76772 Leduc Lacombe, Alberta -0.438031460031225395 +56171 aapg_ah_150.html aapg_ah_150.html:343:41774:41787 Astoria Washington (state) -0.417917091668537632 +56172 geology_html_6304592598 geology_html_6304592598:400:31205:31211 Oxford Earth -0.487659330983205019 +56173 cspg_html_8362959053 cspg_html_8362959053:59:8764:8771 Cadomin Gladstone, Oregon -0.442620143363224416 +56174 cspg_html_7539214955 cspg_html_7539214955:127:16552:16569 Wabamun Lacombe, Alberta -0.0248379892514390653 +56175 gsa_html_4111489689 gsa_html_4111489689:767:79928:79956 Green River Iran -0.0237635726163751594 +56176 sedimentology_html_3435480513 sedimentology_html_3435480513:27:1610:1620 Washington Cape Town -0.465568086328610908 +56177 cspg_html_3740794265 cspg_html_3740794265:561:51015:51023 Edmonton Edmonton, London -0.0941221759769068356 +56178 gsa_html_7302180468 gsa_html_7302180468:651:56349:56368 Swan Hills Lacombe, Alberta -0.472639307901536299 +56179 sedimentology_html_4064451318 sedimentology_html_4064451318:102:10273:10276 Arc Tyrrhenian Sea -0.0555576320764074247 +56180 gsa_html_6184191744 gsa_html_6184191744:73:4863:4891 Green River Colorado -0.026705362044744569 +56181 aapg_ah_160.html aapg_ah_160.html:79:11569:11586 Manlius Salina, Kansas -0.485238274937032199 +56182 aapg_ad_2.html aapg_ad_2.html:1389:190105:190127 Chambersburg Chambersburg, Pennsylvania 0.00179624453777558709 +56183 cspg_html_1503116552 cspg_html_1503116552:1255:196031:196058 Watt Mountain Swan Hill, Victoria -0.0409390916032161337 +56184 aapg_ah_318.html aapg_ah_318.html:686:75728:75749 Eagle Cotton Valley, Louisiana -0.486483068290992582 +56185 gsa_html_1538463681 gsa_html_1538463681:95:8688:8704 Morita Caborca -0.0758725455983794705 +56186 aapg_af_846.html aapg_af_846.html:53:5964:5975 San Antonio Laredo, Texas -0.493432945605813467 +56187 geology_html_1977252670 geology_html_1977252670:334:25798:25804 Denver Colorado -0.464405306663695727 +56188 aapg_af_852.html aapg_af_852.html:177:18093:18103 Phosphoria California 0.0245615545418565208 +56189 aapg_ae_705.html aapg_ae_705.html:421:39643:39657 Sisquoc Monterey, California -0.498184372130755504 +56190 aapg_aa_906.html aapg_aa_906.html:92:10404:10412 Washakie Cheyenne, Wyoming 0.330556522693012222 +56191 aapg_ae_223.html aapg_ae_223.html:416:51202:51217 Wasatch Wasatch Range 0.0169604861850129601 +56192 aapg_af_663.html aapg_af_663.html:87:8822:8828 Hertha Missouri River -0.408256899955551422 +56193 aapg_aa_708.html aapg_aa_708.html:618:64396:64427 Lizard Springs Trinidad and Tobago -0.531782470110902294 +56194 AMJC_html_4549460182 AMJC_html_4549460182:348:40798:40808 Santa Cruz California -0.478836965338604204 +56195 gsa_html_4873957926 gsa_html_4873957926:1097:117636:117644 Colorado San Juan, Argentina -0.0272913568249384605 +56196 gsa_html_5147030878 gsa_html_5147030878:291:25632:25652 Aruba Lava Aruba -0.539938571420675806 +56197 cspg_html_1019614994 cspg_html_1019614994:168:26543:26559 Exshaw Moose Mountain (Alberta) -0.159228228708335057 +56198 aapg_ai_216.html aapg_ai_216.html:23:2733:2747 Bays Athens, Georgia -0.0500164465946093956 +56199 geology_html_7870463473 geology_html_7870463473:248:20712:20718 Snyder Cordillera Administrative Region -0.457555451333636842 +56200 aapg_ae_856.html aapg_ae_856.html:93:10005:10029 Lizard Springs Trinidad and Tobago 0.0491659372892764013 +56201 aapg_ac_451.html aapg_ac_451.html:670:68703:68709 Forbes Seldovia, Alaska -0.00693148706696411487 +56202 aapg_ah_83.html aapg_ah_83.html:393:49259:49279 Ephraim Conglomerate Boise, Idaho -0.499460251131451871 +56203 gsa_html_1412681096 gsa_html_1412681096:929:81366:81376 San Felipe Mexico -0.0209613827792686502 +56204 aapg_aa_960.html aapg_aa_960.html:489:37681:37688 Entrada Uinta Mountains -0.455595651058867956 +56205 sedimentology_html_5497977389 sedimentology_html_5497977389:1754:87689:87693 Bern Switzerland -0.485308421911267773 +56206 aapg_aa_90.html aapg_aa_90.html:145:10983:10995 Mooringsport Paluxy, Texas -0.471543117662309108 +56207 gsa_html_3808711160 gsa_html_3808711160:1417:149912:149940 Green River Colorado -0.0146249457170983255 +56208 aapg_aa_712.html aapg_aa_712.html:141:18830:18845 Maquoketa Maquoketa, Iowa -0.0307539456314618806 +56209 aapg_ae_296.html aapg_ae_296.html:81:8572:8576 Word Texas -0.4796264052884881 +56210 geology_html_4664996572 geology_html_4664996572:381:24198:24204 Silica Cambridge -0.470629904958731249 +56211 gsa_html_1826402027 gsa_html_1826402027:646:74855:74891 Bidahochi Flagstaff, Arizona -0.0270583470538351585 +56212 aapg_ae_959.html aapg_ae_959.html:2459:174477:174492 Diablo Nashville Basin -0.45896570683289678 +56213 aapg_af_8.html aapg_af_8.html:21:3262:3268 Denver Colorado -0.483047901936257684 +56214 aapg_ai_469.html aapg_ai_469.html:169:18484:18505 Beaverhill Central Alberta -0.442074271005849284 +56215 aapg_ac_703.html aapg_ac_703.html:164:17986:18000 Mission Canyon Williston, Vermont -0.00253281259735845714 +56216 AMJC_html_6341723617 AMJC_html_6341723617:94:10327:10342 Uinta Green River Formation -0.0223919711537192666 +56217 gsa_html_8931761668 gsa_html_8931761668:14:860:868 Colorado Colorado -0.0424800423112160416 +56218 cspg_html_6306091047 cspg_html_6306091047:597:81442:81450 Columbia Victoria, British Columbia -0.449451899065432481 +56219 geology_html_8422648497 geology_html_8422648497:253:20154:20158 Bond North Atlantic Current 0.0213681238254475256 +56220 cspg_html_4143222666 cspg_html_4143222666:698:65119:65138 Lea Park Lacombe, Alberta -0.479719327950920094 +56221 gsa_html_4649438326 gsa_html_4649438326:1171:98329:98357 Green River Colorado -0.0149690067830474411 +56222 aapg_aa_71.html aapg_aa_71.html:284:24756:24797 Onondaga Johnstown (city), New York -0.476398889039288176 +56223 aapg_ae_70.html aapg_ae_70.html:387:37964:37972 Colorado Colorado -0.481870957939069144 +56224 aapg_ad_683.html aapg_ad_683.html:56:8438:8471 Moenkopi Kaibab, Arizona -0.430334367802676421 +56225 aapg_ae_426.html aapg_ae_426.html:930:78836:78846 Washington Earth -0.0514440544169057073 +56226 aapg_ae_983.html aapg_ae_983.html:402:30030:30050 Renault Chester, Pennsylvania -0.460057796157608223 +56227 aapg_ac_741.html aapg_ac_741.html:380:44150:44168 Niobrara Niobrara, Nebraska 0.0142461363116521914 +56228 aapg_ae_182.html aapg_ae_182.html:141:17246:17257 Pine Island Shreveport, Louisiana -0.444916336311243943 +56229 cspg_html_1925276454 cspg_html_1925276454:14:1509:1517 Columbia Victoria, British Columbia -0.448287309474040385 +56230 AMJC_html_4299960498 AMJC_html_4299960498:804:91658:91668 Washington Toppenish, Washington -0.0125780473264796473 +56231 jgeology_html_1385228926 jgeology_html_1385228926:1310:67754:67767 Santiago Spain -0.483407132229491276 +56232 gsa_html_1326487457 gsa_html_1326487457:1265:100467:100495 Green River Colorado 0.0163470368917213865 +56233 aapg_ac_720.html aapg_ac_720.html:76:9982:9996 Navesink Atlantic Highlands, New Jersey 0.0256551529241273862 +56234 aapg_ai_610.html aapg_ai_610.html:789:110584:110590 Denver Colorado -0.025453465811003901 +56235 cspg_html_7839431712 cspg_html_7839431712:18:2209:2227 Scollard Lacombe, Alberta -0.00291152111123597944 +56236 aapg_ac_841.html aapg_ac_841.html:251:32497:32513 Metapan Guatemala -0.477142101104954475 +56237 gsa_html_1130947011 gsa_html_1130947011:253:32369:32380 Utica Wayne County, Michigan -0.46328736756315686 +56238 palaios_html_6057846631 palaios_html_6057846631:271:28006:28025 Fantasque Canada 0.0141001745086265506 +56239 aapg_ac_63.html aapg_ac_63.html:334:33348:33367 Smackover Shreveport, Louisiana -0.00436382766958571481 +56240 aapg_aa_145.html aapg_aa_145.html:106:13412:13417 Yukon Anchorage, Alaska -0.462166276497962936 +56241 geology_html_9427090233 geology_html_9427090233:12:513:521 Colorado Denver -0.0298634270365841781 +56242 cspg_html_4694482219 cspg_html_4694482219:30:3882:3898 Horseshoe Canyon Edmonton, London -0.463253167093327645 +56243 aapg_ad_721.html aapg_ad_721.html:529:48626:48630 Yeso Guadalupe Mountains National Park -0.469081683474137145 +56244 cspg_html_8756009083 cspg_html_8756009083:827:85014:85034 Pine Point Great Slave Lake -0.515740113164459446 +56245 aapg_ak_37.html aapg_ak_37.html:125:13876:13884 Columbia Victoria, British Columbia -0.465568086328610908 +56246 cspg_html_2462765529 cspg_html_2462765529:219:38004:38018 Doig Lacombe, Alberta -0.0682653799288392982 +56247 jgeology_html_2022713612 jgeology_html_2022713612:1087:86750:86761 Coal Canyon Piceance Basin -0.48757492352044407 +56248 cspg_html_1541051100 cspg_html_1541051100:6:311:328 Deville Regina, Saskatchewan -0.460964719996515115 +56249 geology_html_3608984142 geology_html_3608984142:200:17136:17141 Price Texas 0.0287990612010788731 +56250 cspg_html_6140483769 cspg_html_6140483769:47:6735:6747 Saskatchewan Williston Basin -0.0426837810068434811 +56251 aapg_ae_134.html aapg_ae_134.html:67:5504:5535 Edwards Texas -0.436850160261835319 +56252 aapg_ae_473.html aapg_ae_473.html:505:47275:47287 Chickasawhay Mississippi River 0.343089949451003018 +56253 palaios_html_7337635857 palaios_html_7337635857:127:17157:17165 Victoria Earth -0.489889776983278402 +56254 aapg_ac_692.html aapg_ac_692.html:239:26408:26426 Waskada Manitoba 0.00496143412054320457 +56255 palaios_html_4875582819 palaios_html_4875582819:512:50869:50889 Hell Creek Athens, Georgia 0.00786094473747839077 +56256 aapg_ac_923.html aapg_ac_923.html:20:2821:2832 Arkadelphia Clark County, Indiana -0.444838140504144441 +56257 cspg_html_7086880709 cspg_html_7086880709:512:67257:67267 Pine Point Mackenzie River -0.486436238766394913 +56258 aapg_ah_276.html aapg_ah_276.html:332:30965:30991 Monterey Monterey, California -0.00590649599379846572 +56259 aapg_ai_905.html aapg_ai_905.html:303:39139:39143 Omar Kuwait -0.463764030920631232 +56260 gsa_html_8917146841 gsa_html_8917146841:13:515:528 Santa Barbara California -0.453008719186489883 +56261 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53665:53681 Guelph Salina, Kansas -0.132032530481843602 +56262 cspg_html_8708246424 cspg_html_8708246424:38:4661:4666 Yukon Lacombe, Alberta -0.463250887108730525 +56263 aapg_ae_705.html aapg_ae_705.html:175:18559:18575 Coldwater Carpinteria, California -0.420813643173481466 +56264 aapg_aa_745.html aapg_aa_745.html:360:43116:43129 Cherry Canyon Delaware -0.259761972035515043 +56265 aapg_ad_557.html aapg_ad_557.html:11022:628590:628600 Fort Worth Texas -0.0278217295801544348 +56266 aapg_ai_918.html aapg_ai_918.html:295:38977:38985 Bathurst Amsterdam -0.479447557264900015 +56267 aapg_ai_491.html aapg_ai_491.html:131:15208:15225 Paradox Hermosa, Chicago -0.449440672427322663 +56268 cspg_html_6665051947 cspg_html_6665051947:411:43522:43543 Bearpaw Western Canadian Sedimentary Basin -0.0560320968911477979 +56269 aapg_ai_615.html aapg_ai_615.html:194:25671:25694 Brushy Canyon Texas -0.465616092314337648 +56270 gsa_html_9487992082 gsa_html_9487992082:209:25928:25946 Morrison Chinle Formation 0.856972530859422488 +56271 aapg_ai_974.html aapg_ai_974.html:30:4743:4751 Columbia Boise, Idaho -0.464409872562970838 +56272 aapg_af_579.html aapg_af_579.html:292:32080:32097 Todilto Carmel, Indiana -0.0769562029171753648 +56273 gsa_html_6657110469 gsa_html_6657110469:61:6408:6414 Oregon Coos Bay -0.454540571750530975 +56274 cspg_html_9951421861 cspg_html_9951421861:509:64608:64628 Clearwater Lacombe, Alberta -0.0667553724094207129 +56275 sedimentology_html_3027272172 sedimentology_html_3027272172:445:38105:38110 Crete Western world -0.0373723706496873684 +56276 aapg_af_847.html aapg_af_847.html:234:27612:27632 Sparta Ville Platte, Louisiana -0.426503733834695087 +56277 cspg_html_7988775280 cspg_html_7988775280:341:56199:56218 Athabasca Lacombe, Alberta -0.0397082576932654904 +56278 aapg_ah_552.html aapg_ah_552.html:117:15700:15717 Salina Michigan 0.0215732361007039963 +56279 aapg_ah_467.html aapg_ah_467.html:150:12230:12236 Dakota Colorado -0.424269545188154129 +56280 aapg_aa_645.html aapg_aa_645.html:452:50490:50498 Kootenay Canada -0.481989744615225701 +56281 aapg_ae_320.html aapg_ae_320.html:259:20705:20729 Gypsum Springs Cheyenne, Wyoming -0.482150482079643117 +56282 palaios_html_9379801166 palaios_html_9379801166:615:56888:56902 Ogallala Hitchcock County, Nebraska -0.395870015278393494 +56283 cspg_html_2965587610 cspg_html_2965587610:28:2792:2802 Assistance Calgary -0.451751782124743317 +56284 AMJC_html_4692260170 AMJC_html_4692260170:522:51832:51845 Shaw Mountain Lake Memphremagog -0.450586501765938174 +56285 palaios_html_1574666570 palaios_html_1574666570:56:4867:4875 Catskill Michigan Basin -0.0369546842337877615 +56286 aapg_ah_574.html aapg_ah_574.html:73:6863:6880 El Abra Matamoros, Tamaulipas -0.44948782523520614 +56287 aapg_af_776.html aapg_af_776.html:342:38431:38437 Forest Trinidad and Tobago -0.441637804770763531 +56288 aapg_ac_214.html aapg_ac_214.html:97:11623:11640 Entrada New Mexico -0.442840811776842536 +56289 gsa_html_4675429437 gsa_html_4675429437:225:16140:16146 Sonora Sonora -0.479459169650376604 +56290 AMJC_html_7311175634 AMJC_html_7311175634:21:1251:1261 Santa Cruz California -0.0431731213623836943 +56291 aapg_ae_186.html aapg_ae_186.html:107:10266:10277 Arkadelphia Arkadelphia, Arkansas -0.47076786107370483 +56292 geology_html_8486816817 geology_html_8486816817:12:632:638 Guelph Ontario, California -0.0424800423112160416 +56293 aapg_aa_360.html aapg_aa_360.html:416:38878:38885 Edwards San Marcos, California -0.494708722782586374 +56294 gsa_html_4432793908 gsa_html_4432793908:1162:115173:115189 Valmy Reno, Nevada 0.293586266637033633 +56295 cspg_html_9343899465 cspg_html_9343899465:1927:164175:164191 Parry Islands Banks Island 1.04730089649207114 +56296 aapg_ai_29.html aapg_ai_29.html:70:7517:7524 Reynosa Oakville, California -0.47601017133294582 +56297 cspg_html_5783501569 cspg_html_5783501569:17:2095:2132 Waterfowl Canmore, Alberta -0.0518955775586156381 +56298 aapg_ai_503.html aapg_ai_503.html:225:24458:24465 Grimsby Manitoulin Island -0.0170265242171895904 +56299 geology_html_6752696169 geology_html_6752696169:225:20398:20409 Green River Logan, Utah -0.0129533588216162645 +56300 aapg_ac_414.html aapg_ac_414.html:212:26452:26458 Toroweap Logan, Utah 0.0215245651744944214 +56301 cspg_html_9343899465 cspg_html_9343899465:2665:238804:238813 Mackenzie Mackenzie River 0.0115442270239061798 +56302 aapg_af_393.html aapg_af_393.html:28:5125:5133 Virginia North Carolina -0.0899937712965135361 +56303 aapg_ad_2.html aapg_ad_2.html:1341:184198:184215 Schenectady Canajoharie (village), New York -0.474888953093082877 +56304 aapg_ai_410.html aapg_ai_410.html:407:35220:35236 Casper Cheyenne, Wyoming -0.469189557204259144 +56305 cspg_html_8568877195 cspg_html_8568877195:176:29549:29557 Edmonton Lacombe, Alberta -0.456344217050148659 +56306 aapg_ai_49.html aapg_ai_49.html:490:63439:63447 Quadrant Boise, Idaho -0.0820573831757154815 +56307 aapg_aa_991.html aapg_aa_991.html:18:2524:2532 Oakville Carrizo Plain -0.424529676895097352 +56308 cspg_html_6644065685 cspg_html_6644065685:225:23293:23312 Hecla Bay Melville Island (Canada) 0.0159282324715774928 +56309 cspg_html_4298557570 cspg_html_4298557570:339:42968:42976 Paskapoo Edmonton, London -0.0411323490648926038 +56310 aapg_ac_765.html aapg_ac_765.html:64:12985:13012 Chinle Banbury -0.479830848328458015 +56311 geology_html_7578814768 geology_html_7578814768:222:20726:20735 Extension Tyrrhenian Sea -0.500973869275913808 +56312 gsa_html_4785200468 gsa_html_4785200468:842:68863:68891 Green River Colorado -0.0200714512738383588 +56313 gsa_html_4650354985 gsa_html_4650354985:1115:92072:92080 Colorado Huerfano, New Mexico -0.47249414511500698 +56314 aapg_ae_464.html aapg_ae_464.html:425:25788:25794 Sierra Mexico -0.0709123873709758268 +56315 cspg_html_6116883777 cspg_html_6116883777:1843:211222:211240 Read Bay Little Cornwallis Island -0.0149690067830474411 +56316 aapg_af_890.html aapg_af_890.html:38:3851:3858 Andrews Nashville Basin -0.0460783921822131154 +56317 aapg_ae_18.html aapg_ae_18.html:449:48720:48728 Colorado Colorado -0.440467486742992853 +56318 cspg_html_2297270979 cspg_html_2297270979:62:9625:9634 Olentangy Ohio -0.0152331376513424877 +56319 AMJC_html_7984049819 AMJC_html_7984049819:249:26787:26804 Berwick Portland, Maine -0.493772964396431202 +56320 aapg_ae_458.html aapg_ae_458.html:3:201:218 Annona East Texas 0.0141887940792581758 +56321 aapg_ad_761.html aapg_ad_761.html:74:6075:6087 Paluxy Goodland, Kansas -0.4597920302667165 +56322 aapg_af_0.html aapg_af_0.html:3:342:350 Sabaneta Venezuela -0.503235126272660094 +56323 aapg_af_839.html aapg_af_839.html:332:28402:28406 Kent Allegan, Michigan -0.495035064466688546 +56324 palaios_html_3406135825 palaios_html_3406135825:761:71336:71353 Potsdam Columbus, Ohio -0.00562506076616993075 +56325 aapg_af_551.html aapg_af_551.html:246:25691:25712 Ouray Sacramento Mountains (California) -0.00652496303282925402 +56326 gsa_html_1650524399 gsa_html_1650524399:800:82475:82485 Rio Grande Lubbock, Texas -0.48757492352044407 +56327 AMJC_html_6341723617 AMJC_html_6341723617:544:51017:51026 Flagstaff Cordillera Administrative Region -0.432249992487968249 +56328 aapg_ai_400.html aapg_ai_400.html:11:1490:1501 White River Red River of the North -0.0362411760132516358 +56329 cspg_html_7560056980 cspg_html_7560056980:388:41471:41490 Athabasca Lacombe, Alberta -0.0651025153851810395 +56330 geology_html_5784713294 geology_html_5784713294:108:11334:11342 Rockwell Earth -0.00638076930644856932 +56331 cspg_html_3367984758 cspg_html_3367984758:373:48640:48648 Columbia Victoria, British Columbia -0.0263297817646035749 +56332 cspg_html_4694210878 cspg_html_4694210878:56:5745:5761 Bad Cache Rapids Churchill River (Atlantic) -0.448318704760563236 +56333 cspg_html_3354282978 cspg_html_3354282978:781:90982:91007 Woodbend Lacombe, Alberta -0.485336482309537631 +56334 cspg_html_3419991847 cspg_html_3419991847:58:8332:8344 Fernie Kootenay River -0.462482864578064756 +56335 palaios_html_7465495929 palaios_html_7465495929:329:24002:24021 Greenhorn Pueblo, Colorado 0.135426261132912507 +56336 cspg_html_5345848475 cspg_html_5345848475:346:39812:39824 Morden Manitoba -0.475977786028375149 +56337 sedimentology_html_3358647812 sedimentology_html_3358647812:1008:82085:82104 Rock Springs Cheyenne, Wyoming -0.460205477971118548 +56338 gsa_html_3046135825 gsa_html_3046135825:21:871:879 Colorado Denver -0.489913286480908206 +56339 gsa_html_1075724130 gsa_html_1075724130:536:47806:47830 Bouse California -0.097433220934648318 +56340 gsa_html_8236729701 gsa_html_8236729701:52:4700:4720 Point Loma San Diego -0.464473797617463435 +56341 cspg_html_2695921112 cspg_html_2695921112:579:59342:59383 Bonaventure New Brunswick, New Jersey -0.0191815618988117366 +56342 aapg_ah_647.html aapg_ah_647.html:216:22289:22305 Abrigo El Paso, Texas -0.052476148512779229 +56343 aapg_ae_204.html aapg_ae_204.html:367:32256:32264 Colorado Ontario, California -0.428106551564836124 +56344 gsa_html_1409496185 gsa_html_1409496185:115:12853:12874 Ohanapecosh Mount Rainier, Maryland -0.447018943573484262 +56345 sedimentology_html_3006596207 sedimentology_html_3006596207:28:1649:1655 Guelph Guelph -0.444871652179790411 +56346 aapg_ai_996.html aapg_ai_996.html:918:38083:38088 Eutaw Black Creek (Toronto) -0.452161559679639224 +56347 gsa_html_2299678284 gsa_html_2299678284:139:15214:15219 Morro California -0.482092240402263728 +56348 aapg_ad_564.html aapg_ad_564.html:6263:498529:498554 Ireton Lacombe, Alberta -0.443110589175295999 +56349 aapg_ad_648.html aapg_ad_648.html:196:21396:21414 Niobrara Niobrara, Nebraska -0.416285611772415298 +56350 aapg_ae_884.html aapg_ae_884.html:267:35332:35347 Telegraph Creek Judith River Formation 0.730518847123571957 +56351 cspg_html_1333179361 cspg_html_1333179361:519:42714:42730 Belloy Logan, Utah -0.47829406272822006 +56352 aapg_ae_415.html aapg_ae_415.html:968:121755:121777 Chickasawhay Mississippi River -0.435099794390076511 +56353 geology_html_4735548631 geology_html_4735548631:290:23892:23925 Red Mountain Victoria, British Columbia -0.457487488497030304 +56354 aapg_ad_337.html aapg_ad_337.html:145:16129:16137 Monterey San Jose, California 0.540996573621975063 +56355 aapg_ad_670.html aapg_ad_670.html:3:226:242 Morgan Northern Utah -0.0197377379215514133 +56356 geology_html_7186585215 geology_html_7186585215:295:27826:27831 Spray Earth -0.475977786028375149 +56357 cspg_html_4516258038 cspg_html_4516258038:273:29343:29356 Parry Islands Bathurst Island (Northern Territory) -0.457691392417615917 +56358 aapg_ae_324.html aapg_ae_324.html:981:97955:97963 Virginia Knoxville, Tennessee -0.00382529052751042712 +56359 aapg_ac_902.html aapg_ac_902.html:8:1335:1341 Dakota Colorado -0.00611496732905455944 +56360 gsa_html_1197940982 gsa_html_1197940982:233:21175:21199 Valley Springs Sierra Nevada (Spain) -0.041236814250852856 +56361 aapg_ai_52.html aapg_ai_52.html:6:1095:1107 Temblor Tulare, California -0.437987106587424679 +56362 jgeology_html_3679275302 jgeology_html_3679275302:859:47191:47208 Merced San Francisco -0.484920347334282464 +56363 aapg_ah_385.html aapg_ah_385.html:252:30827:30843 Forbes Yolo County, California 0.00845684936576822886 +56364 aapg_ad_832.html aapg_ad_832.html:69:9084:9093 Smackover Bradford, Pennsylvania -0.000627121340837813067 +56365 aapg_ak_75.html aapg_ak_75.html:179:22912:22919 Yucatan Honduras -0.467889067103673728 +56366 cspg_html_1665574291 cspg_html_1665574291:7:517:535 Paskapoo Lacombe, Alberta -0.0292651452152505043 +56367 aapg_ae_233.html aapg_ae_233.html:34:4542:4562 Tuscaloosa Flint, Michigan 0.0165399327584268979 +56368 aapg_af_341.html aapg_af_341.html:90:15717:15747 Bell Delaware -0.437951625350357587 +56369 cspg_html_5541937700 cspg_html_5541937700:811:103089:103106 Cardium Lacombe, Alberta -0.482884665046712014 +56370 aapg_aa_691.html aapg_aa_691.html:11:1665:1672 Prairie Lacombe, Alberta -0.121796923756292197 +56371 aapg_ai_584.html aapg_ai_584.html:425:41691:41699 Roundtop Hartville, Missouri -0.0274826364360333635 +56372 geology_html_5649632700 geology_html_5649632700:190:14814:14822 Aguacate Cordillera de Talamanca -0.429960502864963123 +56373 cspg_html_4438727998 cspg_html_4438727998:235:24847:24855 Columbia Victoria, British Columbia -0.00771327274469656935 +56374 palaios_html_8062930347 palaios_html_8062930347:569:56066:56085 Fairview Kentucky 0.366682944542737366 +56375 aapg_ad_379.html aapg_ad_379.html:445:38388:38398 Phosphoria Kaibab, Arizona -0.438135698925018691 +56376 geology_html_7484355547 geology_html_7484355547:11:632:638 Oregon Newport, Rhode Island -0.4597965726108596 +56377 gsa_html_2795729732 gsa_html_2795729732:689:67364:67377 Santa Barbara Washington (state) -0.470179399208385473 +56378 aapg_ae_797.html aapg_ae_797.html:33:3597:3604 Hermosa Logan, Utah -0.0285868941347483252 +56379 cspg_html_1841843683 cspg_html_1841843683:87:14961:14968 Rierdon Black Hills -0.0486622990277508355 +56380 gsa_html_3701935694 gsa_html_3701935694:890:77667:77687 Prospect Green Mountain -0.455658949817136283 +56381 aapg_ae_694.html aapg_ae_694.html:237:27256:27271 Buda East Texas -0.441867146585301684 +56382 aapg_ai_484.html aapg_ai_484.html:30:4140:4151 Paluxy Paluxy, Texas -0.450595494357366455 +56383 palaios_html_4936782265 palaios_html_4936782265:387:42303:42316 Montoya Texas -0.429978093202176226 +56384 aapg_ae_93.html aapg_ae_93.html:655:69378:69396 Kootenay Canada -0.475963906981033746 +56385 aapg_ac_807.html aapg_ac_807.html:210:21625:21644 Navesink Matawan, New Jersey -0.425756964796638493 +56386 aapg_ae_471.html aapg_ae_471.html:68:7565:7584 Smackover Cotton Valley, Louisiana -0.0204677435827045166 +56387 aapg_af_854.html aapg_af_854.html:1110:156637:156655 Golconda Illinois -0.0468954646470770981 +56388 aapg_ad_691.html aapg_ad_691.html:32:4259:4279 Georgetown Austin, Chicago -0.464074341472865526 +56389 aapg_ae_236.html aapg_ae_236.html:3:302:313 Hattiesburg Lamar County, Texas 0.732482709595237091 +56390 cspg_html_4516258038 cspg_html_4516258038:687:73377:73398 Bathurst District Council of Franklin Harbour -0.0178746093391716279 +56391 gsa_html_4776439297 gsa_html_4776439297:356:32304:32323 Cram Hill Moretown, Vermont -0.444916336311243943 +56392 aapg_ac_692.html aapg_ac_692.html:234:25513:25528 Elk Lacombe, Alberta -0.470179399208385473 +56393 cspg_html_3463500725 cspg_html_3463500725:121:15958:15974 Bighorn Dolomite Gallatin, Tennessee -0.451751782124743317 +56394 aapg_ad_855.html aapg_ad_855.html:215:21542:21557 Eagle Woods County, Oklahoma -0.0391947322443328555 +56395 aapg_ae_1.html aapg_ae_1.html:70:10434:10440 Dakota Cheyenne, Wyoming 0.0232994055869953955 +56396 cspg_html_9912281240 cspg_html_9912281240:216:26439:26447 Lea Park Canada -0.026734922025780393 +56397 geology_html_2461616775 geology_html_2461616775:233:17366:17376 Washington Washington (state) -0.492776907152809196 +56398 aapg_ah_217.html aapg_ah_217.html:134:15203:15212 Jefferson Bloomington, Indiana -0.433403442682278373 +56399 gsa_html_3696101390 gsa_html_3696101390:505:51365:51375 Washington San Juan Islands -0.0233880656689205678 +56400 cspg_html_6021605367 cspg_html_6021605367:105:12923:12931 Colorado Ouray, Colorado -0.441637804770763531 +56401 gsa_html_1538463681 gsa_html_1538463681:919:77982:77992 Rancheria Sonora -0.0370660655999496616 +56402 aapg_aa_440.html aapg_aa_440.html:6:461:469 Colorado Texas -0.0366623139169080098 +56403 aapg_ah_370.html aapg_ah_370.html:363:27208:27225 Genshaw Michigan -0.459996458565647859 +56404 aapg_ac_691.html aapg_ac_691.html:349:23611:23617 Oregon Baldwin, Nassau County, New York -0.0140376196944260508 +56405 aapg_aa_15.html aapg_aa_15.html:128:17559:17577 Wellborn Whitsett, North Carolina -0.0380441859515352823 +56406 aapg_af_471.html aapg_af_471.html:212:24979:24987 Parkwood Hartselle, Alabama -0.0122896166911195832 +56407 cspg_html_3008414459 cspg_html_3008414459:478:59412:59439 Bearpaw Lacombe, Alberta -0.121520572625445591 +56408 aapg_af_11.html aapg_af_11.html:633:66829:66844 Ouray Lisbon -0.455432903203822237 +56409 cspg_html_2498183035 cspg_html_2498183035:181:20769:20779 Swan Hills Swan Hill, Victoria -0.120132099909179002 +56410 cspg_html_3765578343 cspg_html_3765578343:689:75980:75995 Mesaverde Logan, Utah -0.427645821637091417 +56411 gsa_html_1119256423 gsa_html_1119256423:629:58163:58186 Peoria Nebraska -0.308629859558617603 +56412 palaios_html_6025329652 palaios_html_6025329652:513:43019:43025 Oregon Boise, Idaho -0.04576482531518513 +56413 aapg_ae_24.html aapg_ae_24.html:225:22882:22894 Rhode Island Block Island 0.024684993322469706 +56414 aapg_ae_904.html aapg_ae_904.html:488:51292:51307 Newcastle Benton, Arkansas -0.0254291244488671214 +56415 cspg_html_9361096527 cspg_html_9361096527:602:62281:62302 Bearpaw Lacombe, Alberta -0.125267587714590178 +56416 aapg_af_878.html aapg_af_878.html:5:707:717 Keokuk Illinois -0.0326639109248070408 +56417 aapg_ac_429.html aapg_ac_429.html:146:16363:16375 Golden Spike Lacombe, Alberta -0.0130645631501062637 +56418 sedimentology_html_7445163158 sedimentology_html_7445163158:1063:64016:64020 Bond North Atlantic Current -0.476385003272562391 +56419 aapg_ae_113.html aapg_ae_113.html:215:28272:28282 Griper Bay Bathurst Island (Northern Territory) 0.408345056576759347 +56420 geology_html_8570872670 geology_html_8570872670:38:3467:3475 Columbia Anchorage, Alaska -0.456608964648804683 +56421 aapg_aa_261.html aapg_aa_261.html:38:4593:4620 Lisburne Meramec River -0.484098022941034878 +56422 gsa_html_1248650603 gsa_html_1248650603:887:81457:81474 White Rock Cheyenne, Wyoming -0.0185419788860923702 +56423 palaios_html_7337635857 palaios_html_7337635857:12:619:627 Victoria Canada -0.0173011055226966783 +56424 aapg_ac_563.html aapg_ac_563.html:709:106796:106811 Huizachal Matamoros, Tamaulipas -0.439103236963543697 +56425 sedimentology_html_3220122506 sedimentology_html_3220122506:1571:110331:110349 Yakataga Anchorage, Alaska -0.438007065376213589 +56426 aapg_ah_647.html aapg_ah_647.html:917:97497:97503 Concha Colina, Chile -0.451751782124743317 +56427 cspg_html_8612721867 cspg_html_8612721867:855:103147:103155 Woodbend Lacombe, Alberta -0.037309716590806806 +56428 aapg_ai_996.html aapg_ai_996.html:1292:55950:55960 Tuscaloosa Parris Island, South Carolina 0.0210343869004685075 +56429 aapg_ah_647.html aapg_ah_647.html:371:40044:40066 Lake Valley New Mexico 0.816280348002852874 +56430 gsa_html_6350949088 gsa_html_6350949088:755:66734:66740 Kodiak Anchorage, Alaska -0.0632405567829520537 +56431 aapg_ae_720.html aapg_ae_720.html:704:79441:79449 Woodford Chattanooga, Tennessee -0.450586501765938174 +56432 aapg_ah_656.html aapg_ah_656.html:484:46546:46567 Bell Texas -0.457555451333636842 +56433 cspg_html_9771826320 cspg_html_9771826320:160:25739:25757 Eureka Sound Bathurst Island (Northern Territory) -0.444844842741709823 +56434 aapg_ah_427.html aapg_ah_427.html:809:103485:103491 Tesnus Ouachita Mountains -0.0260481030214056476 +56435 aapg_aa_54.html aapg_aa_54.html:33:3468:3485 Entrada Colorado -0.463697875765281653 +56436 cspg_html_1503116552 cspg_html_1503116552:135:22859:22882 Watt Mountain Swan Hill, Victoria -0.402586165154376396 +56437 geology_html_1752748135 geology_html_1752748135:228:22040:22046 Navajo Arizona -0.0549959922383894545 +56438 gsa_html_6350949088 gsa_html_6350949088:679:60282:60290 Colorado Anchorage, Alaska -0.439125439995052158 +56439 aapg_ad_154.html aapg_ad_154.html:108:11799:11805 Salona Martinsburg, Nebraska -0.462576268150975078 +56440 sedimentology_html_5742481863 sedimentology_html_5742481863:2091:102751:102755 Hall London, Ontario -0.451526708240674923 +56441 aapg_aa_851.html aapg_aa_851.html:19:1755:1765 Fort Payne White County, Indiana 0.00543743794088529138 +56442 palaios_html_9133125241 palaios_html_9133125241:169:20638:20662 Pioneer Alexandria, Virginia -0.0346959879094753468 +56443 cspg_html_5515814749 cspg_html_5515814749:268:34556:34578 Viking Bow Island Airport -0.022871757858413614 +56444 cspg_html_6517402834 cspg_html_6517402834:43:4982:5004 Willow Creek Lacombe, Alberta -0.0230090906667148494 +56445 cspg_html_7553438101 cspg_html_7553438101:24:2793:2817 Stony Mountain Manitoba -0.810016521379413046 +56446 aapg_ae_757.html aapg_ae_757.html:1069:75901:75915 Colorado New Mexico -0.0724340467177544411 +56447 aapg_ad_3.html aapg_ad_3.html:280:25631:25641 Stonehenge Bellefonte, Pennsylvania -0.460041893415422398 +56448 aapg_ad_721.html aapg_ad_721.html:567:53486:53496 San Andres Artesia, New Mexico -0.475554574599736102 +56449 gsa_html_1124652135 gsa_html_1124652135:456:43735:43773 Coosawhatchie Charleston, South Carolina -0.498184372130755504 +56450 aapg_ad_309.html aapg_ad_309.html:117:11944:11949 Logan Perth, Western Australia 0.0191780858485972837 +56451 palaios_html_1262064602 palaios_html_1262064602:888:90483:90491 Colorado Denver -0.0671048750369670766 +56452 aapg_ac_702.html aapg_ac_702.html:307:31853:31866 Kanwaka Topeka, Kansas -0.37016286930498371 +56453 aapg_ae_473.html aapg_ae_473.html:171:16769:16774 Eutaw Tuscaloosa, Alabama -0.420604592487333839 +56454 aapg_aa_379.html aapg_aa_379.html:186:21857:21865 Catskill Appalachian Mountains -0.0409390916032161337 +56455 cspg_html_9433421219 cspg_html_9433421219:384:28696:28702 Walker Regina, Saskatchewan -0.494708722782586374 +56456 aapg_ai_981.html aapg_ai_981.html:243:20663:20671 Beaumont Texas -0.00949926761203980299 +56457 aapg_af_551.html aapg_af_551.html:142:16254:16275 Lake Valley Sacramento Mountains (California) -0.462717531176716879 +56458 cspg_html_2184091860 cspg_html_2184091860:94:13585:13613 Vaureal Anticosti Island -0.018194387898863601 +56459 cspg_html_4298557570 cspg_html_4298557570:193:26984:27008 St. Mary River Edmonton, London -0.47495364399168194 +56460 geology_html_5856096121 geology_html_5856096121:228:20533:20538 Cadiz London, Ontario -0.480728181628129914 +56461 cspg_html_4516258038 cspg_html_4516258038:394:45171:45180 Hecla Bay Bathurst Island (Northern Territory) -0.0540873490612621827 +56462 aapg_ai_388.html aapg_ai_388.html:159:15501:15510 Mesaverde Mancos, Colorado -0.433387995206966137 +56463 aapg_ai_28.html aapg_ai_28.html:6:993:1010 Reynosa Uvalde, Texas -0.0602933440335905041 +56464 cspg_html_6545726692 cspg_html_6545726692:462:51023:51041 Yakataga Gulf of Alaska -0.490524761849640001 +56465 geology_html_9719345070 geology_html_9719345070:324:28312:28330 Winnipeg Regina, Saskatchewan -0.013877758051455481 +56466 cspg_html_3447886929 cspg_html_3447886929:1334:122167:122187 Lawrence Canada -0.0251613720923007447 +56467 cspg_html_9343899465 cspg_html_9343899465:89:12489:12502 Griper Bay Little Cornwallis Island -0.458822766590828601 +56468 cspg_html_5345848475 cspg_html_5345848475:83:11664:11684 Milk River Lacombe, Alberta 0.00515947912724753696 +56469 jgeology_html_3756303604 jgeology_html_3756303604:588:41260:41277 Tillery North Carolina 0.352952024526807684 +56470 jgeology_html_6990146451 jgeology_html_6990146451:666:49130:49150 Pottsville Virginia -0.458659434193013582 +56471 aapg_ad_2.html aapg_ad_2.html:472:70219:70227 Catoctin Loudoun County, Virginia -0.421983856501260468 +56472 aapg_ae_428.html aapg_ae_428.html:1096:86082:86099 Lagarto Burkeville, Texas -0.0236384026540843277 +56473 aapg_ai_107.html aapg_ai_107.html:730:68949:68978 Atoka Texas -0.00818929939777349181 +56474 aapg_ac_807.html aapg_ac_807.html:574:57076:57093 Raritan Surry County, North Carolina -0.0182917127831857887 +56475 cspg_html_1058139432 cspg_html_1058139432:637:75666:75682 Viking Suffield, Connecticut 0.00493363837188221747 +56476 aapg_ac_498.html aapg_ac_498.html:52:4748:4757 Smackover Cotton Valley, Louisiana -0.424846739582848965 +56477 gsa_html_8981262717 gsa_html_8981262717:823:70206:70240 Gates Canada -0.474842748246669499 +56478 aapg_ad_2.html aapg_ad_2.html:430:65051:65061 Troy Schodack Center, New York -0.48663294001243923 +56479 gsa_html_9052101586 gsa_html_9052101586:544:68615:68626 Peoria Peoria, Illinois -0.0180709945054990453 +56480 AMJC_html_1873062106 AMJC_html_1873062106:1279:129720:129738 Morrison New Mexico -0.00527934873270450959 +56481 aapg_ac_913.html aapg_ac_913.html:23:2529:2540 Krebs Hartshorne, Oklahoma -0.00621572872549000163 +56482 gsa_html_1191946086 gsa_html_1191946086:9:325:354 Castle Hayne North Carolina -0.451787799117909672 +56483 gsa_html_7618842473 gsa_html_7618842473:740:74442:74470 Green River Colorado -0.0381938711768296663 +56484 aapg_af_789.html aapg_af_789.html:83:12433:12441 Virginia New Scotland, New York -0.465561228542891226 +56485 aapg_af_130.html aapg_af_130.html:122:23504:23512 Colorado Colorado -0.0560652408984460074 +56486 sedimentology_html_9059871566 sedimentology_html_9059871566:1683:102642:102674 Moenave Logan, Utah -0.0215106592204126722 +56487 geology_html_6126762891 geology_html_6126762891:11:421:427 Oregon Salem, Oregon -0.441486425747427802 +56488 aapg_ac_841.html aapg_ac_841.html:185:24011:24028 El Plan Tegucigalpa -0.0717168881895577925 +56489 gsa_html_2561127673 gsa_html_2561127673:704:67030:67048 Monterey California -0.0145589143235537784 +56490 aapg_aa_4.html aapg_aa_4.html:13:2103:2120 Genesee West Fork River -0.0200714512738383588 +56491 aapg_aa_346.html aapg_aa_346.html:232:22139:22149 Mill Creek Sumner County, Kansas -0.505301387201461782 +56492 geology_html_2803121856 geology_html_2803121856:91:6623:6631 Virginia Reston, Virginia -0.444856013246054061 +56493 aapg_af_537.html aapg_af_537.html:30:4266:4274 Virginia Pennsylvania -0.0596981355876713832 +56494 aapg_ac_618.html aapg_ac_618.html:85:8634:8642 Wolfcamp Val Verde (fictional country) -0.394938132843136114 +56495 aapg_ai_29.html aapg_ai_29.html:31:3879:3885 Laredo Corpus Christi, Texas -0.463307888475886887 +56496 aapg_ae_454.html aapg_ae_454.html:578:52691:52698 Bossier Arkansas -0.0312427146313614852 +56497 cspg_html_5688447798 cspg_html_5688447798:276:30975:30983 Montreal Montreal -0.0550221545613855598 +56498 cspg_html_9343899465 cspg_html_9343899465:2058:182915:182924 Hell Gate Ellesmere Island -0.469093158774920749 +56499 palaios_html_3163415141 palaios_html_3163415141:532:46076:46092 Random Corbin, Burin Peninsula, Newfoundland and Labrador -0.47482657712880405 +56500 cspg_html_8363357104 cspg_html_8363357104:414:52682:52694 Mount Wilson Golden, Colorado -0.000781730278493122455 +56501 cspg_html_9119878068 cspg_html_9119878068:57:7343:7364 Beaverhill Swan Hill, Victoria -0.0511145820963543537 +56502 aapg_ae_185.html aapg_ae_185.html:333:28795:28818 Cotton Valley Cotton Valley, Louisiana 0.0266045108097300621 +56503 aapg_aa_976.html aapg_aa_976.html:216:25242:25258 Carmel Cheyenne, Wyoming -0.0283642962878183774 +56504 gsa_html_3150321506 gsa_html_3150321506:351:39970:39988 Waccamaw Kingstree, South Carolina -0.484114368303559472 +56505 aapg_ai_947.html aapg_ai_947.html:391:63624:63643 Etchegoin Bartow County, Georgia -0.465835581370964813 +56506 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9591:9616 Perry Frankfort, Illinois -0.00456360840821551893 +56507 cspg_html_7809640865 cspg_html_7809640865:143:13716:13752 Saskatchewan Lacombe, Alberta -0.0358061340755818636 +56508 aapg_ah_318.html aapg_ah_318.html:93:14513:14532 Smackover Mississippi River 0.00479118531736136624 +56509 cspg_html_4717886670 cspg_html_4717886670:871:89491:89522 Mission Valley California -0.457492019193031785 +56510 aapg_aa_22.html aapg_aa_22.html:629:55189:55195 Aleman Maysville, Kentucky -0.493432945605813467 +56511 gsa_html_9280112280 gsa_html_9280112280:36:3121:3130 Red River Lake Winnipeg -0.454475093508583283 +56512 geology_html_2350540763 geology_html_2350540763:16:863:871 Virginia Reston, Virginia -0.513541101368581665 +56513 cspg_html_5754792643 cspg_html_5754792643:272:30125:30138 Watt Mountain Wales Island (British Columbia) -0.439445222385884349 +56514 aapg_ah_189.html aapg_ah_189.html:308:31014:31024 Eau Claire Galesville, Maryland -0.0488871023588583545 +56515 gsa_html_8062853427 gsa_html_8062853427:634:56273:56279 Sierra Coahuila -0.438131262990121173 +56516 gsa_html_1636483297 gsa_html_1636483297:1129:93026:93043 Wasatch Cheyenne, Wyoming -0.452172819913734925 +56517 gsa_html_2207983619 gsa_html_2207983619:202:12496:12524 Green River Colorado 0.0329526940847275282 +56518 aapg_ah_973.html aapg_ah_973.html:168:11195:11201 Ripley Alabama -0.0429084214197919464 +56519 aapg_ai_689.html aapg_ai_689.html:261:29703:29720 Haymond Texas -0.465744120990301047 +56520 aapg_af_709.html aapg_af_709.html:19:2095:2103 Columbia Victoria, British Columbia -0.0519688001609575831 +56521 palaios_html_9731740258 palaios_html_9731740258:286:33043:33051 Colorado Hot Springs, Arkansas -0.472943536588278923 +56522 cspg_html_8145657505 cspg_html_8145657505:575:66966:66985 Swan Hills Lacombe, Alberta -0.101222494836740354 +56523 jgeology_html_8492223548 jgeology_html_8492223548:1074:82717:82724 Laramie Cheyenne, Wyoming -0.451767539383647998 +56524 gsa_html_5293445820 gsa_html_5293445820:1139:114633:114638 Yukon Anchorage, Alaska -0.0425131277640511673 +56525 aapg_ae_464.html aapg_ae_464.html:647:41442:41448 Sierra Coahuila -0.504181524295928662 +56526 aapg_ad_811.html aapg_ad_811.html:45:4421:4429 Beaumont Beaumont, Texas -0.0733857459282287045 +56527 gsa_html_8825240131 gsa_html_8825240131:1032:83158:83186 Green River New Mexico -0.0271279018002479055 +56528 cspg_html_9843429624 cspg_html_9843429624:108:13035:13047 Nisku Lacombe, Alberta -0.452882496357985831 +56529 aapg_ad_2.html aapg_ad_2.html:1263:173103:173115 Chambersburg Pennsylvania -0.445984933244691462 +56530 cspg_html_5976982403 cspg_html_5976982403:156:22554:22565 Fort Steele Victoria, British Columbia -0.484920347334282464 +56531 aapg_ae_527.html aapg_ae_527.html:172:15223:15229 Casper Cheyenne, Wyoming -0.0510291657486304576 +56532 aapg_ac_832.html aapg_ac_832.html:1436:133884:133888 Kent Williston, Vermont -0.0378335861423178335 +56533 sedimentology_html_7328045802 sedimentology_html_7328045802:327:24324:24343 Frankfort Austin, Chicago -0.44714211768966694 +56534 cspg_html_8520409981 cspg_html_8520409981:133:14500:14520 Elm Point Manitoba -0.467925738958578585 +56535 gsa_html_7166705576 gsa_html_7166705576:209:14814:14842 Green River Colorado 0.00851244436400225117 +56536 cspg_html_9725676031 cspg_html_9725676031:647:71829:71845 Viking Western Canadian Sedimentary Basin -0.436832441054611387 +56537 geology_html_1087495553 geology_html_1087495553:17:1261:1277 Exshaw Canada -0.452382285720717148 +56538 AMJC_html_5969956211 AMJC_html_5969956211:1704:191578:191584 Denver Colorado -0.0465661867457523512 +56539 gsa_html_8658776916 gsa_html_8658776916:29:2796:2824 Green River Colorado 0.0431731213623836527 +56540 gsa_html_6983076294 gsa_html_6983076294:698:67173:67181 Colorado Mount Evans -0.494798572382738111 +56541 aapg_ah_414.html aapg_ah_414.html:5:539:546 Madison Colorado -0.47829406272822006 +56542 aapg_ae_103.html aapg_ae_103.html:454:36391:36403 San Fernando Santiago -0.458675312427173743 +56543 sedimentology_html_2608220485 sedimentology_html_2608220485:850:50596:50606 Copenhagen Inuvik Region -0.02404868566678443 +56544 gsa_html_7395832415 gsa_html_7395832415:29:2796:2824 Green River Colorado -0.0218809090311719648 +56545 aapg_aa_685.html aapg_aa_685.html:97:9251:9271 Flagstaff North Horn Formation -0.438093558395168947 +56546 aapg_ae_147.html aapg_ae_147.html:173:19632:19638 Modelo South Mountains (Arizona) -0.482921973604061416 +56547 aapg_ah_534.html aapg_ah_534.html:389:33155:33162 Chemung West Branch Susquehanna Valley -0.405978297323881077 +56548 aapg_ai_920.html aapg_ai_920.html:33:6377:6395 Tanyard Middle Ordovician -0.489006291184516995 +56549 aapg_ac_36.html aapg_ac_36.html:1220:119886:119895 Margarita Venezuela -0.013877758051455481 +56550 gsa_html_8504301160 gsa_html_8504301160:14:634:642 Colorado Leadville, Colorado -0.461219460550356897 +56551 cspg_html_9778753186 cspg_html_9778753186:241:36038:36051 Elk Fernie, British Columbia -0.0106233727047021498 +56552 aapg_ah_521.html aapg_ah_521.html:516:55533:55540 Carrizo Leon County, Florida -0.433685955512457477 +56553 aapg_ai_4.html aapg_ai_4.html:80:8266:8273 Temblor Monterey, California -0.470262127852539125 +56554 aapg_af_628.html aapg_af_628.html:215:21455:21466 Waltersburg Vienna -0.470365549607814404 +56555 aapg_aa_691.html aapg_aa_691.html:499:65182:65202 Dawson Bay Lacombe, Alberta -0.451787799117909672 +56556 aapg_ah_817.html aapg_ah_817.html:180:18634:18642 Billings Sheridan County, Wyoming -0.471382028770717776 +56557 aapg_ai_340.html aapg_ai_340.html:961:72919:72936 Shublik Anchorage, Alaska -0.456661018199272462 +56558 aapg_ac_366.html aapg_ac_366.html:16:2784:2790 Salina Williamsport, Indiana -0.449937021729037434 +56559 geology_html_1519650213 geology_html_1519650213:216:21782:21793 Spider Lake Cambridge, Massachusetts -0.466219818123899288 +56560 aapg_af_561.html aapg_af_561.html:360:31174:31186 Wasatch Wasatch Range -0.430176006996349836 +56561 aapg_ai_7.html aapg_ai_7.html:186:15246:15254 Saratoga Arkansas -0.492225096233327442 +56562 aapg_ah_103.html aapg_ah_103.html:53:5131:5135 Elko Reno, Nevada -0.46809765859229685 +56563 cspg_html_7403344526 cspg_html_7403344526:527:51441:51458 Cardium Lacombe, Alberta -0.494406141907674512 +56564 aapg_af_745.html aapg_af_745.html:682:89118:89139 Mount Head Lacombe, Alberta -0.0166302989496245716 +56565 geology_html_3595608800 geology_html_3595608800:203:22186:22190 Hall London, Ontario -0.474069180634086484 +56566 aapg_ae_916.html aapg_ae_916.html:676:81056:81084 Chugwater Cheyenne, Wyoming 0.00825358073984722856 +56567 gsa_html_9152662653 gsa_html_9152662653:201:18766:18774 Virginia Colorado -0.474805786132168894 +56568 cspg_html_6473850945 cspg_html_6473850945:6:381:391 Kinderhook Meramec River -0.479459169650376604 +56569 aapg_ad_152.html aapg_ad_152.html:1840:240624:240641 Gerster Montello, Nevada -0.0152852690750857109 +56570 aapg_af_653.html aapg_af_653.html:656:75496:75503 Temblor Monterey, California -0.443688311537407287 +56571 aapg_ae_161.html aapg_ae_161.html:174:19480:19511 Fort Union Fort Union Trading Post National Historic Site -0.0127761277992233923 +56572 aapg_ac_334.html aapg_ac_334.html:170:16434:16444 Memramcook New Brunswick, New Jersey -0.438386363525214817 +56573 aapg_ai_52.html aapg_ai_52.html:61:8569:8577 Monterey Great Valley, New York -0.0337355768098034706 +56574 aapg_af_242.html aapg_af_242.html:69:7873:7883 Rio Grande Texas -0.0574626720141519567 +56575 palaios_html_3693905739 palaios_html_3693905739:470:37376:37392 Eagle Texas -0.0466985931780469835 +56576 aapg_af_653.html aapg_af_653.html:32:4093:4100 Temblor Monterey, California -0.44714211768966694 +56577 sedimentology_html_9626990209 sedimentology_html_9626990209:63:7834:7853 Rock Springs Cheyenne, Wyoming -0.474815026513922711 +56578 cspg_html_7494952355 cspg_html_7494952355:19:4475:4484 Williston Michigan -0.444838140504144441 +56579 aapg_aa_787.html aapg_aa_787.html:381:43493:43499 Provo Texas -0.0938848993456117137 +56580 gsa_html_2369908260 gsa_html_2369908260:1535:145910:145922 Owens Valley California -0.446186272521599148 +56581 cspg_html_4796942391 cspg_html_4796942391:478:52173:52192 Kaskapau Canada -0.451733774163315116 +56582 aapg_ae_6.html aapg_ae_6.html:405:43764:43776 Austin Chalk Buda, Texas -0.127378864498175565 +56583 cspg_html_2928630722 cspg_html_2928630722:10:1606:1622 Luscar Pine River (Michigan) -0.0450123132997459277 +56584 jgeology_html_4305195651 jgeology_html_4305195651:3062:219268:219287 Bluefield Huntington, West Virginia -0.0171725037246518962 +56585 AMJC_html_7085584544 AMJC_html_7085584544:162:20976:20998 Beartooth Cheyenne, Wyoming -0.464656465989479628 +56586 cspg_html_5541725202 cspg_html_5541725202:191:27868:27884 Enrage New Brunswick, New Jersey -0.460941978835084587 +56587 jgeology_html_1004614520 jgeology_html_1004614520:481:25777:25793 Navajo Logan, Utah -0.49252218048089591 +56588 cspg_html_9941227593 cspg_html_9941227593:379:47851:47865 Colorado Williston Basin -0.479521879225688563 +56589 aapg_ad_350.html aapg_ad_350.html:418:45078:45090 Huntersville Helderberg -0.00334234682961829285 +56590 sedimentology_html_4280878919 sedimentology_html_4280878919:370:21686:21703 Johnnie Death Valley -0.476093453364925034 +56591 cspg_html_3129231627 cspg_html_3129231627:14:1760:1769 Bay Fiord Middle Ordovician -0.456844361180692826 +56592 cspg_html_5241714595 cspg_html_5241714595:652:97533:97542 Keg River Lacombe, Alberta 6.94871171057211356e-06 +56593 aapg_ah_684.html aapg_ah_684.html:10:1712:1727 Piper Western world -0.473238647285217195 +56594 aapg_ah_387.html aapg_ah_387.html:485:46802:46811 Knoxville California -0.0399833098271603696 +56595 aapg_aa_734.html aapg_aa_734.html:692:64346:64352 Silica Texas -0.505054791862070251 +56596 cspg_html_9778753186 cspg_html_9778753186:510:57618:57627 Crowsnest Victoria, British Columbia -0.474808096218428344 +56597 geology_html_7236477240 geology_html_7236477240:316:24832:24846 Ogallala Nebraska -0.00109094831221136397 +56598 gsa_html_8152640301 gsa_html_8152640301:832:76523:76531 Columbia Alaska Panhandle -0.479670542308177961 +56599 aapg_ae_223.html aapg_ae_223.html:94:12071:12090 Mesaverde Colorado -0.441486425747427802 +56600 aapg_ah_260.html aapg_ah_260.html:160:21592:21612 North Horn Logan, Utah -0.264468866926239832 +56601 aapg_ah_719.html aapg_ah_719.html:55:9136:9142 Denver Colorado -0.0350022236580636789 +56602 aapg_ae_415.html aapg_ae_415.html:782:97276:97281 Byram Alabama -0.467483486301144335 +56603 aapg_ac_807.html aapg_ac_807.html:372:37832:37837 Aquia Maryland -0.0375812203233935049 +56604 cspg_html_6306091047 cspg_html_6306091047:98:16000:16019 Pardonet Victoria, British Columbia -0.0215106592204126722 +56605 aapg_ac_419.html aapg_ac_419.html:791:91975:91984 Mesaverde Logan, Utah -0.394683552320570896 +56606 gsa_html_5865982995 gsa_html_5865982995:544:58633:58643 Wind River Powder River Basin -0.0159925297595795608 +56607 aapg_aa_316.html aapg_aa_316.html:876:95318:95326 Virginia Cape Henry Light -0.090056983923528372 +56608 aapg_ac_200.html aapg_ac_200.html:439:42982:42989 Wasatch Logan, Utah 0.83700686838199001 +56609 palaios_html_3043956997 palaios_html_3043956997:170:13853:13871 Kirkwood South Africa -0.470236848829719556 +56610 cspg_html_4210762654 cspg_html_4210762654:301:37754:37784 Nisku Lacombe, Alberta -0.460964719996515115 +56611 aapg_ah_150.html aapg_ah_150.html:343:41837:41857 Washington Washington (state) -0.0246554374675200805 +56612 geology_html_8367138957 geology_html_8367138957:17:1156:1165 San Diego San Diego -0.42423457487964078 +56613 aapg_ac_742.html aapg_ac_742.html:3:294:317 Gypsum Spring Cheyenne, Wyoming -0.0548494850698933514 +56614 aapg_ac_807.html aapg_ac_807.html:248:24808:24815 Calvert Kirkwood, Missouri -0.0114139159220517442 +56615 gsa_html_4064042510 gsa_html_4064042510:9:333:353 Columbia Salem, Oregon -0.471363620495062197 +56616 aapg_ae_805.html aapg_ae_805.html:206:24249:24260 Lake Valley Albuquerque, New Mexico -0.0535310597964058985 +56617 cspg_html_2284073413 cspg_html_2284073413:16:2295:2306 Peace River CFB Cold Lake -0.471405039658470026 +56618 cspg_html_3060428958 cspg_html_3060428958:220:29174:29191 Bearpaw Saskatchewan River -0.462453250854801823 +56619 palaios_html_2221534395 palaios_html_2221534395:450:49627:49658 Kope Cincinnati -0.0283642962878183774 +56620 aapg_ah_708.html aapg_ah_708.html:302:41063:41097 Pottsville Horsey, Norfolk 0.639152218305209185 +56621 aapg_ad_466.html aapg_ad_466.html:1173:125172:125190 Monmouth Delaware -0.416263934973035432 +56622 aapg_aa_23.html aapg_aa_23.html:456:54031:54050 Red River Lake Winnipeg -0.218627521900650851 +56623 aapg_ah_532.html aapg_ah_532.html:144:11254:11269 Ouray New Mexico -0.00693148706696411487 +56624 gsa_html_8128037381 gsa_html_8128037381:667:71662:71670 Rockwell Reno, Nevada -0.455536877615232372 +56625 geology_html_6979549412 geology_html_6979549412:27:1919:1925 Denver Colorado -0.510181355605583309 +56626 cspg_html_2882304151 cspg_html_2882304151:89:17918:17925 Cadomin Mountain Park (Holyoke, Massachusetts) -0.459022435464294998 +56627 aapg_ai_323.html aapg_ai_323.html:250:19354:19373 La Quinta Venezuela 0.00167290441282642237 +56628 palaios_html_2399848899 palaios_html_2399848899:40:3985:4004 Blufftown Tuscaloosa, Alabama -0.479475427251918496 +56629 aapg_ah_427.html aapg_ah_427.html:283:37595:37604 Red River Wichita, Kansas -0.406173524207266823 +56630 aapg_ah_318.html aapg_ah_318.html:1261:127275:127288 Cotton Valley Arkansas -0.0192997479723480518 +56631 aapg_ai_17.html aapg_ai_17.html:1129:74281:74286 Tampa Fort Sumter -0.474815026513922711 +56632 aapg_ai_974.html aapg_ai_974.html:391:41315:41335 Ellensburg Cascade Mountain (Alberta) 0.359390875092826523 +56633 cspg_html_3473883402 cspg_html_3473883402:728:83636:83654 Duvernay Lacombe, Alberta -0.467870731747513147 +56634 palaios_html_9731740258 palaios_html_9731740258:151:20158:20177 Greenhorn Colorado 0.0171898823018941105 +56635 aapg_ac_629.html aapg_ac_629.html:299:38785:38805 Citronelle Mississippi River 0.362715921340359959 +56636 aapg_ae_871.html aapg_ae_871.html:332:51738:51756 Ashville Manitoba -0.475963906981033746 +56637 aapg_ac_235.html aapg_ac_235.html:618:68345:68353 Cloverly Big Horn, Wyoming -0.00802946509668115739 +56638 palaios_html_2623970001 palaios_html_2623970001:764:64667:64671 Hall London, Ontario -0.467925738958578585 +56639 aapg_ac_618.html aapg_ac_618.html:54:5450:5456 Tesnus Texas -0.469028899015838996 +56640 aapg_aa_484.html aapg_aa_484.html:111:9270:9277 Haymond New Mexico -0.433387995206966137 +56641 aapg_ai_296.html aapg_ai_296.html:375:36665:36672 Everton Black River, Jamaica -0.464884854319956187 +56642 AMJC_html_2228158963 AMJC_html_2228158963:928:95688:95703 Fitch Littleton, Colorado -0.0416512045942026565 +56643 geology_html_7723638000 geology_html_7723638000:414:26534:26540 Oregon Earth -0.428106551564836124 +56644 cspg_html_9275863663 cspg_html_9275863663:102:14805:14826 Slave Point Swan Hill, Victoria -0.437953842888147871 +56645 aapg_af_997.html aapg_af_997.html:339:48762:48778 Viking Canada -0.416220582820664042 +56646 gsa_html_7782714579 gsa_html_7782714579:1019:80205:80221 Kodiak Anchorage, Alaska -0.474918987556243288 +56647 aapg_ai_877.html aapg_ai_877.html:217:23590:23624 Gatesburg Pennsylvania -0.464501195477937445 +56648 aapg_ad_318.html aapg_ad_318.html:102:13901:13907 Guelph Rockford, Illinois 0.00534883845084102843 +56649 sedimentology_html_6349066572 sedimentology_html_6349066572:957:59231:59236 Piper Nauru -0.476033304431228654 +56650 aapg_ae_31.html aapg_ae_31.html:124:14696:14716 Batesville Batesville, Arkansas -0.0172889404553563421 +56651 aapg_af_372.html aapg_af_372.html:325:30383:30389 Moscow Bering Sea 0.00550519056834465961 +56652 aapg_ae_711.html aapg_ae_711.html:172:20647:20680 Hartshorne Arkoma, Oklahoma -0.0137248477945169315 +56653 aapg_ad_879.html aapg_ad_879.html:722:56407:56415 Big Hill Texas -0.494585786210081368 +56654 gsa_html_6861599329 gsa_html_6861599329:890:78670:78689 Chumstick Washington (state) 0.0398997488403347936 +56655 gsa_html_4339524478 gsa_html_4339524478:778:77456:77462 Oregon Boise, Idaho -0.0209474772659758064 +56656 palaios_html_6757540995 palaios_html_6757540995:69:7443:7462 Blufftown Alabama -0.455799127156009509 +56657 sedimentology_html_9603159224 sedimentology_html_9603159224:1814:114116:114124 Homewood Oman -0.472604743150075168 +56658 cspg_html_1130307766 cspg_html_1130307766:394:32360:32366 Jordan Southwest Florida -0.465641239344597002 +56659 aapg_ah_42.html aapg_ah_42.html:31:4057:4063 Toroweap Logan, Utah -0.0559030112571096069 +56660 aapg_af_789.html aapg_af_789.html:138:19084:19093 Bluefield Potomac, Maryland 0.00782619834566946823 +56661 cspg_html_3102530088 cspg_html_3102530088:176:21169:21189 Milk River Lacombe, Alberta -0.485448733097070706 +56662 aapg_ae_488.html aapg_ae_488.html:337:27648:27657 Extension Libya -0.478586352630804512 +56663 aapg_af_653.html aapg_af_653.html:770:87250:87257 Temblor Monterey, California -0.467263588143899677 +56664 sedimentology_html_5841712908 sedimentology_html_5841712908:708:66457:66470 Rockwell Mexico -0.454357696116458765 +56665 aapg_ah_828.html aapg_ah_828.html:482:44390:44399 La Casita Mexico -0.499331862498102852 +56666 cspg_html_8121202912 cspg_html_8121202912:274:34142:34150 Columbia Victoria, British Columbia -0.0294721058156958669 +56667 cspg_html_5345848475 cspg_html_5345848475:911:93951:93963 Medicine Hat Lacombe, Alberta -0.454113919430063184 +56668 cspg_html_1975682848 cspg_html_1975682848:421:44171:44188 Roberts Mountains Reno, Nevada -0.450006666987963933 +56669 aapg_ac_337.html aapg_ac_337.html:49:5033:5051 Fairbank Colorado -0.479073721727517277 +56670 gsa_html_1275728256 gsa_html_1275728256:1068:83335:83363 Green River Colorado -0.0168874970090907538 +56671 sedimentology_html_7623092448 sedimentology_html_7623092448:4548:232533:232538 Rapid Wingham, Kent -0.0331440604270269723 +56672 gsa_html_1082816146 gsa_html_1082816146:653:62236:62241 Stark Republic of China -0.480611894173340604 +56673 geology_html_9498301644 geology_html_9498301644:139:16660:16682 Tuscarora Piedmont (United States) 0.0314149190813437368 +56674 aapg_ae_185.html aapg_ae_185.html:181:15348:15357 Shongaloo Paluxy, Texas -0.0206137481511775786 +56675 aapg_ae_419.html aapg_ae_419.html:4066:251137:251143 Sierra El Tigre -0.496896208616799728 +56676 gsa_html_2832151886 gsa_html_2832151886:529:46249:46278 Belle Fourche Lacombe, Alberta -0.462963655759663584 +56677 aapg_ah_134.html aapg_ah_134.html:141:11499:11515 Mt Lytton Arkansas -0.460946527021081187 +56678 cspg_html_3140792560 cspg_html_3140792560:24:2904:2923 Allen Bay Canada -0.00200296970089739335 +56679 geology_html_5171768193 geology_html_5171768193:12:599:609 Washington Earth -0.431344541193885822 +56680 cspg_html_2161417858 cspg_html_2161417858:130:17061:17091 Kinderhook Regina, Saskatchewan -0.493525020516280222 +56681 cspg_html_4433937749 cspg_html_4433937749:72:10631:10655 Mountain Park Lacombe, Alberta -0.0826954205588922436 +56682 aapg_af_625.html aapg_af_625.html:609:62946:62961 Rochester Huntington, West Virginia -0.0103905567969635754 +56683 cspg_html_9912281240 cspg_html_9912281240:597:69533:69555 Judith River Lacombe, Alberta -0.447135398674851747 +56684 aapg_ae_73.html aapg_ae_73.html:435:57587:57593 Dakota Colorado 0.0103054229962900919 +56685 aapg_aa_582.html aapg_aa_582.html:265:26962:26968 Sierra Isthmus of Tehuantepec -0.526255245394435356 +56686 gsa_html_8820488310 gsa_html_8820488310:1029:89772:89813 Mount Nelson Cordillera Administrative Region -0.0413099405901366859 +56687 aapg_af_625.html aapg_af_625.html:410:41404:41416 Benson Pennsylvania -0.463396817899322633 +56688 sedimentology_html_2139169476 sedimentology_html_2139169476:100:9106:9115 Peninsula Korea -0.483281151267174081 +56689 aapg_af_50.html aapg_af_50.html:33:3966:3989 Minturn Colorado -0.442916609041378917 +56690 jgeology_html_1611126241 jgeology_html_1611126241:367:30726:30730 Hall London, Ontario -0.484413309843390927 +56691 gsa_html_1217771406 gsa_html_1217771406:493:44488:44498 Santa Cruz Mojave Desert -0.476130470160059438 +56692 aapg_af_378.html aapg_af_378.html:5:698:705 El Paso El Paso, Texas -0.472770666406185036 +56693 gsa_html_9089127432 gsa_html_9089127432:736:64367:64395 Green River Colorado 0.00936896389642591539 +56694 aapg_af_435.html aapg_af_435.html:51:5543:5552 Smackover Alabama -0.0303173748455716902 +56695 gsa_html_1248731493 gsa_html_1248731493:600:58184:58192 Montreal Quebec City -0.0199532604557582163 +56696 aapg_ai_44.html aapg_ai_44.html:78:12523:12529 Sierra Aruba -0.478280146619880497 +56697 aapg_ai_216.html aapg_ai_216.html:23:2666:2683 Tellico Athens, Georgia -0.454034931813569353 +56698 cspg_html_6377182173 cspg_html_6377182173:229:33345:33353 Coalspur Lacombe, Alberta -0.466842269540434285 +56699 sedimentology_html_7045398856 sedimentology_html_7045398856:778:35883:35888 Laval Victoria, British Columbia -0.419699228406432479 +56700 aapg_aa_233.html aapg_aa_233.html:391:38703:38713 Agua Nueva San Juan, Argentina -0.458822766590828601 +56701 cspg_html_6682149301 cspg_html_6682149301:20:2320:2332 Cardium Milk River, Alberta -0.435679199475508039 +56702 cspg_html_4568084707 cspg_html_4568084707:75:10338:10359 Cooking Lake Redwater, Texas -0.457492019193031785 +56703 aapg_aa_334.html aapg_aa_334.html:135:15416:15423 Waverly Tuscarawas County, Ohio -0.0557338081463183144 +56704 aapg_aa_544.html aapg_aa_544.html:368:49248:49269 White River Cheyenne, Wyoming -0.441392939290133568 +56705 aapg_ad_306.html aapg_ad_306.html:3:222:228 Sierra Honduras -0.0371791885469511946 +56706 sedimentology_html_6051696699 sedimentology_html_6051696699:382:33854:33873 Caledonia New Caledonia -0.471405039658470026 +56707 gsa_html_6672856503 gsa_html_6672856503:259:22759:22778 Chumstick Washington (state) 0.390166802071324592 +56708 palaios_html_1262064602 palaios_html_1262064602:1097:107336:107364 Willwood Cheyenne, Wyoming -0.0316827975818438426 +56709 geology_html_5220137609 geology_html_5220137609:351:27938:27947 San Diego California -0.467925738958578585 +56710 gsa_html_5550900489 gsa_html_5550900489:11:514:524 Fort Worth Texas -0.465705253187009671 +56711 geology_html_9199946858 geology_html_9199946858:11:541:547 Auburn Alabama -0.465705253187009671 +56712 aapg_ac_386.html aapg_ac_386.html:3:374:395 Piney Point Delaware 0.0206937035269286161 +56713 AMJC_html_7141186441 AMJC_html_7141186441:1374:121331:121343 Tongue River Knife River -0.480602591853576067 +56714 aapg_ad_800.html aapg_ad_800.html:168:21172:21182 Tuscaloosa Tuscaloosa, Alabama -0.442720440658756875 +56715 aapg_ah_44.html aapg_ah_44.html:406:53225:53258 Brallier Catskill Mountains -0.378116546015659249 +56716 aapg_aa_133.html aapg_aa_133.html:147:16084:16095 Viking Edmonton, London -0.0214480825633718564 +56717 aapg_ae_544.html aapg_ae_544.html:157:19894:19913 Belle Fourche Niobrara, Nebraska -0.457614356613462614 +56718 cspg_html_3102530088 cspg_html_3102530088:622:78430:78440 Milk River Lacombe, Alberta -0.463697875765281653 +56719 aapg_ah_93.html aapg_ah_93.html:10:1689:1711 Water Canyon Lacombe, Alberta -0.0228978336199521272 +56720 cspg_html_1450375831 cspg_html_1450375831:16:1852:1888 Basal Regina, Saskatchewan -0.0312235809553752276 +56721 cspg_html_4326384800 cspg_html_4326384800:289:33397:33417 Swan Hills Lacombe, Alberta -0.476033304431228654 +56722 cspg_html_1281670295 cspg_html_1281670295:311:37860:37873 Parry Islands Russia -0.427672143055296883 +56723 palaios_html_7316504476 palaios_html_7316504476:233:19027:19033 Cupido Coahuila -0.038712565483401136 +56724 aapg_ad_821.html aapg_ad_821.html:381:28390:28417 Gallatin Gallatin, Tennessee -0.0500164465946093956 +56725 aapg_ad_43.html aapg_ad_43.html:149:14600:14608 Imperial Guelph -0.454475093508583283 +56726 aapg_ac_741.html aapg_ac_741.html:156:18195:18211 Dakota Sharon Springs, Kansas -0.409963372286947847 +56727 aapg_af_900.html aapg_af_900.html:60:8918:8926 Saratoga Spindletop -0.496915172747898759 +56728 cspg_html_3023030263 cspg_html_3023030263:19:2775:2834 Colorado Colorado -0.516798136234339234 +56729 cspg_html_8089302449 cspg_html_8089302449:348:60879:60902 Watt Mountain Lacombe, Alberta -0.44497889773871091 +56730 aapg_ah_165.html aapg_ah_165.html:335:40107:40119 Fernie Victoria, British Columbia -0.436185919564520463 +56731 aapg_ae_959.html aapg_ae_959.html:902:68413:68426 Abo New Mexico -0.0355346770173999987 +56732 gsa_html_2989317971 gsa_html_2989317971:760:78829:78862 Swauger Quartzite Boise, Idaho 1.50965047954658216 +56733 aapg_ac_59.html aapg_ac_59.html:410:45904:45913 San Diego California -0.50320646435848726 +56734 aapg_af_922.html aapg_af_922.html:99:13078:13096 Cuyahoga Waverly, Ohio -0.449431691216236939 +56735 aapg_ah_289.html aapg_ah_289.html:200:27225:27234 Etchegoin Lost Hills Oil Field -0.485537608740225335 +56736 cspg_html_1336185084 cspg_html_1336185084:93:10466:10478 Grand Rapids Clearwater, Florida -0.455211432419709627 +56737 aapg_ai_29.html aapg_ai_29.html:56:6403:6410 Reynosa Uvalde, Texas -0.465579516089382972 +56738 aapg_ah_160.html aapg_ah_160.html:79:11319:11325 Salina Pittsford (village), New York -0.0752056622178548795 +56739 geology_html_1210546744 geology_html_1210546744:179:13630:13647 Bedford Canada -3.12692027106228253e-05 +56740 geology_html_5010866842 geology_html_5010866842:341:23571:23579 Monterey Earth -0.434518537443352337 +56741 gsa_html_8427644447 gsa_html_8427644447:584:50555:50572 Rustler New Mexico -0.0210065757716986906 +56742 aapg_ai_468.html aapg_ai_468.html:407:50718:50737 Cotton Valley Shreveport, Louisiana -0.457840951353905012 +56743 aapg_ah_421.html aapg_ah_421.html:257:21578:21586 Colorado Lacombe, Alberta -0.0515643416421474945 +56744 sedimentology_html_1046729113 sedimentology_html_1046729113:1921:155119:155138 Lea Park Lacombe, Alberta 0.965609136865718365 +56745 aapg_ah_575.html aapg_ah_575.html:621:48373:48383 Fort Worth Texas -0.432514521719123246 +56746 geology_html_8084507315 geology_html_8084507315:11:550:558 Colorado Colorado -0.0610055739368401337 +56747 aapg_ac_334.html aapg_ac_334.html:41:5492:5503 Stony Creek Kingston, Jamaica -0.0229847531233617133 +56748 gsa_html_4220229801 gsa_html_4220229801:940:77003:77013 Washington Salem, Oregon -0.466714081975797668 +56749 aapg_ad_457.html aapg_ad_457.html:485:54952:54958 Oxford Coral reef -0.472943536588278923 +56750 aapg_af_91.html aapg_af_91.html:449:49961:49968 Moenave Kayenta, Arizona 0.0353189084097699293 +56751 aapg_ah_96.html aapg_ah_96.html:439:51069:51078 Red River Nebraska -0.4010480756391126 +56752 aapg_ad_637.html aapg_ad_637.html:33:4792:4806 Frio Gulf Coast of the United States -0.451621232485637181 +56753 cspg_html_9236194363 cspg_html_9236194363:45:4727:4751 Waterways Lacombe, Alberta 0.745730686269548859 +56754 aapg_ac_824.html aapg_ac_824.html:588:54310:54318 Colorado Colorado -0.476088826376257823 +56755 aapg_ae_710.html aapg_ae_710.html:6:874:893 Rock Springs Western world -0.479719327950920094 +56756 cspg_html_5954266359 cspg_html_5954266359:338:45147:45175 Escuminac Quebec City -0.487607747652621382 +56757 cspg_html_8616284826 cspg_html_8616284826:26:3346:3392 Besa River Victoria, British Columbia -0.00447500993536276322 +56758 aapg_ai_328.html aapg_ai_328.html:422:42156:42173 Madison Cheyenne, Wyoming -0.0111741448327348745 +56759 geology_html_4395835641 geology_html_4395835641:58:6993:7024 Dunn Bridgetown, Nova Scotia -0.474918987556243288 +56760 aapg_ad_862.html aapg_ad_862.html:110:18100:18110 Pittsburgh Pittsburgh -0.458720680358492616 +56761 cspg_html_5241714595 cspg_html_5241714595:178:26695:26718 Winnipegosis Lacombe, Alberta -0.0756537420417687512 +56762 geology_html_7594699567 geology_html_7594699567:82:7186:7214 San Andres Texas -0.434805805785743127 +56763 aapg_af_895.html aapg_af_895.html:315:29430:29441 Beekmantown El Paso, Texas -0.00168159033485223096 +56764 aapg_ai_246.html aapg_ai_246.html:475:57757:57779 Winnipegosis Eastern Montana 0.00427349218410431799 +56765 aapg_ad_812.html aapg_ad_812.html:84:11875:11896 Summerville Summerville, South Carolina -0.0118760883237155699 +56766 cspg_html_2122549217 cspg_html_2122549217:17:1711:1732 Horton River Calgary -0.458913519660435476 +56767 cspg_html_2083823293 cspg_html_2083823293:57:8361:8375 Kootenay Victoria, British Columbia 0.00854719127328702234 +56768 aapg_ac_545.html aapg_ac_545.html:409:44913:44921 Columbia Lacombe, Alberta 0.0228143913280455905 +56769 gsa_html_6985417117 gsa_html_6985417117:827:66481:66488 Shuswap Victoria, British Columbia -0.473157943062676001 +56770 cspg_html_5295390542 cspg_html_5295390542:452:49380:49397 Halfway Victoria, British Columbia -0.461526610478465105 +56771 palaios_html_2592562131 palaios_html_2592562131:251:16868:16876 Scotland Canada -0.487818790090823073 +56772 aapg_ai_29.html aapg_ai_29.html:570:71654:71670 Beaumont Kingsville, Ontario -0.0203286926879938275 +56773 aapg_ad_466.html aapg_ad_466.html:193:23446:23463 Mount Laurel Sand Monmouth County, New Jersey 0.0328135205724552972 +56774 cspg_html_3008414459 cspg_html_3008414459:6:451:461 Milk River Lacombe, Alberta -0.0360984802655648293 +56775 cspg_html_9717154602 cspg_html_9717154602:739:68496:68520 Schrader Bluff Anchorage, Alaska -0.469070208322842297 +56776 palaios_html_1311168096 palaios_html_1311168096:661:56691:56707 Carmel Logan, Utah -0.0164009085472750712 +56777 aapg_af_763.html aapg_af_763.html:295:31330:31357 Roberts Mountains Reno, Nevada -0.441686785632637413 +56778 aapg_ae_171.html aapg_ae_171.html:281:24312:24324 Dakota Colorado -0.0142287598645039169 +56779 sedimentology_html_1559456356 sedimentology_html_1559456356:775:42704:42708 Hall London, Ontario -0.485729424463417547 +56780 aapg_af_833.html aapg_af_833.html:648:70443:70449 Dakota North Platte, Nebraska 0.00039260223837717193 +56781 aapg_ah_435.html aapg_ah_435.html:38:4445:4462 Carrizo China 0.00194564253308291118 +56782 aapg_ai_105.html aapg_ai_105.html:42:6601:6612 Green River Great Basin -0.0125432965018171631 +56783 geology_html_4668853783 geology_html_4668853783:198:20072:20076 Bond North Atlantic Current 0.000555897012734609666 +56784 aapg_ah_157.html aapg_ah_157.html:215:30435:30441 Galena Ottawa, Kansas -0.0550273870379477323 +56785 cspg_html_8089302449 cspg_html_8089302449:282:47937:47957 Dawson Bay Regina, Saskatchewan -0.455726774842524995 +56786 aapg_ad_921.html aapg_ad_921.html:7:845:853 Fairview Bellevue, Nebraska -0.434805805785743127 +56787 gsa_html_5268546581 gsa_html_5268546581:173:14451:14456 Raton San Juan, Argentina -0.0271922402503122773 +56788 aapg_aa_777.html aapg_aa_777.html:86:9708:9715 Wasatch Uinta Mountains -0.45421548506785292 +56789 aapg_ac_629.html aapg_ac_629.html:621:74161:74171 Citronelle Crawfordville, Georgia -0.21614897200330721 +56790 aapg_ae_794.html aapg_ae_794.html:549:60281:60302 Coon Creek Selma to Montgomery marches -0.463834753943271672 +56791 cspg_html_5955028331 cspg_html_5955028331:643:67845:67861 Viking Lacombe, Alberta -0.00960003611164492003 +56792 gsa_html_3387611512 gsa_html_3387611512:1572:147977:147986 San Diego California -0.44951252529713398 +56793 aapg_ae_253.html aapg_ae_253.html:122:15107:15113 Lisbon County Sligo 0.00884254111791155963 +56794 palaios_html_9359679595 palaios_html_9359679595:161:13083:13089 Oregon Reno, Nevada -0.457555451333636842 +56795 palaios_html_3022467877 palaios_html_3022467877:18:1217:1238 Hornerstown Closter, New Jersey -0.460269102262388319 +56796 jgeology_html_4599466962 jgeology_html_4599466962:344:25307:25316 Schoharie Onondaga (tribe) -0.441459714368856782 +56797 aapg_ae_999.html aapg_ae_999.html:223:33181:33197 Forest Mississippi River -0.0128491051493607039 +56798 geology_html_4447793411 geology_html_4447793411:279:17776:17785 San Diego Baja California peninsula -0.0243946529781233976 +56799 aapg_ae_17.html aapg_ae_17.html:120:15012:15018 Sonora Chihuahua (state) -0.00609585742769015466 +56800 aapg_af_143.html aapg_af_143.html:681:61493:61507 China Mountain Elk River, Minnesota -0.055289015959458003 +56801 aapg_aa_147.html aapg_aa_147.html:815:81853:81868 Interlake Williston Basin -0.0122044780485856749 +56802 cspg_html_8840748783 cspg_html_8840748783:683:80445:80474 Dunvegan Lacombe, Alberta -0.0143364940209374722 +56803 aapg_ak_55.html aapg_ak_55.html:123:13142:13160 Venango Pleasantville, Venango County, Pennsylvania -0.473815322787249471 +56804 geology_html_7252964522 geology_html_7252964522:216:19856:19864 Virginia Chesapeake Bay -0.0356704046759730303 +56805 cspg_html_3627006433 cspg_html_3627006433:742:74880:74902 Tidal Lacombe, Alberta -0.0599023503310496183 +56806 aapg_ad_283.html aapg_ad_283.html:24:4222:4235 Cherry Canyon Guadalupe Mountains National Park 0.00773064589700992767 +56807 aapg_ae_959.html aapg_ae_959.html:2905:217944:217947 Abo New Mexico -0.467336881448994379 +56808 aapg_af_624.html aapg_af_624.html:234:15502:15520 Tensleep Natrona County, Wyoming -0.497365696740727614 +56809 aapg_ai_696.html aapg_ai_696.html:77:9582:9596 Chainman Western world -0.458865873154244486 +56810 jgeology_html_2497886918 jgeology_html_2497886918:692:40639:40648 Peninsula Korea -0.488837217649543798 +56811 palaios_html_5582845937 palaios_html_5582845937:305:30230:30237 Hampton Virginia -0.457840951353905012 +56812 cspg_html_7576506617 cspg_html_7576506617:371:53898:53919 Ekwan River Moose River (Maine) -0.456778715576978744 +56813 jgeology_html_1836103970 jgeology_html_1836103970:157:11165:11186 New Glasgow New Glasgow, Nova Scotia -0.507456832997254637 +56814 aapg_ai_30.html aapg_ai_30.html:3:178:185 Lagarto Texas -0.00384092543334238609 +56815 gsa_html_5928791685 gsa_html_5928791685:1001:79825:79843 Bedford Newport, Rhode Island 0.00119517916850603854 +56816 aapg_ai_357.html aapg_ai_357.html:250:29286:29299 Cook Mountain Carrizo Plain -0.457068497754203162 +56817 aapg_aa_857.html aapg_aa_857.html:227:19332:19338 Casper Cheyenne, Wyoming -0.442595627901035182 +56818 cspg_html_4674059966 cspg_html_4674059966:64:11596:11604 Columbia Victoria, British Columbia -0.0455732069905889839 +56819 aapg_ah_534.html aapg_ah_534.html:240:19717:19725 Catskill Pennsylvania -0.461001107058420345 +56820 aapg_ac_720.html aapg_ac_720.html:62:8320:8329 New Egypt Closter, New Jersey -0.0062678467546358578 +56821 palaios_html_8767224707 palaios_html_8767224707:455:34636:34674 Copenhagen Reno, Nevada -0.49526215931685702 +56822 sedimentology_html_7103111053 sedimentology_html_7103111053:6678:85869:85878 Peninsula Korea -0.0418113941638034933 +56823 aapg_ai_503.html aapg_ai_503.html:120:13762:13771 Whirlpool Chemung, New York -0.433387995206966137 +56824 gsa_html_5928791685 gsa_html_5928791685:868:70662:70674 Rhode Island Cambridge, Massachusetts -0.0560652408984460074 +56825 aapg_ad_3.html aapg_ad_3.html:378:35469:35479 Smithville Missouri River -0.0199532604557582163 +56826 sedimentology_html_2265212258 sedimentology_html_2265212258:736:60269:60282 Saline Valley California -0.218361202380015218 +56827 aapg_ac_575.html aapg_ac_575.html:587:88505:88519 Word Texas 0.0409791356088135758 +56828 geology_html_1001858158 geology_html_1001858158:138:12270:12276 Denton Wrangell Mountains -0.0206224389359462197 +56829 gsa_html_1119256423 gsa_html_1119256423:950:93634:93659 Brule Nebraska -0.229760680346946744 +56830 sedimentology_html_8923738088 sedimentology_html_8923738088:2029:105573:105578 Price Calgary -0.00564243327627664357 +56831 aapg_ac_961.html aapg_ac_961.html:512:53660:53665 Boggy Atoka, Oklahoma -0.00928383236367189522 +56832 aapg_ah_95.html aapg_ah_95.html:50:5037:5053 Concha Arizona -0.0641539957505768976 +56833 cspg_html_3385840278 cspg_html_3385840278:97:14601:14622 Slave Point Victoria, British Columbia -0.443701699352459789 +56834 aapg_ai_461.html aapg_ai_461.html:118:16089:16099 Atoka Atoka, Oklahoma -0.438007065376213589 +56835 gsa_html_7737235229 gsa_html_7737235229:936:60907:60927 Bonneterre Missouri River -0.192896551165537472 +56836 cspg_html_7086880709 cspg_html_7086880709:312:40061:40078 Arnica Lacombe, Alberta 0.0108822518883867504 +56837 cspg_html_9501006975 cspg_html_9501006975:403:47499:47517 Dunvegan Lacombe, Alberta -0.00877304685539758919 +56838 aapg_ai_514.html aapg_ai_514.html:50:5938:5944 Oregon Reno, Nevada -0.0575080367644486765 +56839 gsa_html_5158209975 gsa_html_5158209975:261:24911:24920 Red River Arkansas River -0.482989599489924148 +56840 gsa_html_1337782073 gsa_html_1337782073:227:20124:20152 Green River Iran -0.0212221131504006823 +56841 gsa_html_1931201430 gsa_html_1931201430:992:91786:91793 Oceanic Salem, Oregon -0.476033304431228654 +56842 aapg_ad_351.html aapg_ad_351.html:109:12116:12133 Fortune Barry County, Missouri -0.0542774392275129219 +56843 aapg_ae_305.html aapg_ae_305.html:776:57583:57592 Rio Negro Colombia -0.463307888475886887 +56844 aapg_ai_38.html aapg_ai_38.html:32:3453:3470 Laramie Colorado -0.0602165397787389756 +56845 gsa_html_5865982995 gsa_html_5865982995:1286:136484:136506 Uinta Logan, Utah -0.446052041434467972 +56846 gsa_html_4650354985 gsa_html_4650354985:298:23894:23911 Minturn Swissvale, Pennsylvania -0.465579516089382972 +56847 aapg_aa_357.html aapg_aa_357.html:484:43664:43680 Carmel Entrada Sandstone -0.408239699577949033 +56848 sedimentology_html_9079273526 sedimentology_html_9079273526:74:9550:9568 Willwood Absaroka -0.0218513582866363479 +56849 aapg_ae_552.html aapg_ae_552.html:129:24382:24400 Cabrillo Astoria, Oregon -0.0377274176775576064 +56850 gsa_html_6715192081 gsa_html_6715192081:12:460:466 Denver Colorado -0.521185644429711381 +56851 aapg_ah_656.html aapg_ah_656.html:128:12309:12332 Brushy Canyon Delaware -0.486401118306284352 +56852 cspg_html_6668748643 cspg_html_6668748643:23:2278:2296 Kootenay Kootenay River -0.459837454744856933 +56853 geology_html_7896220852 geology_html_7896220852:14:1077:1089 Saskatchewan Regina, Saskatchewan -0.0551215722984807754 +56854 gsa_html_7090153753 gsa_html_7090153753:568:45300:45326 Monterey California -0.439098796420780313 +56855 aapg_ai_65.html aapg_ai_65.html:28:4177:4190 Deadwood Cheyenne, Wyoming -0.470629904958731249 +56856 aapg_af_923.html aapg_af_923.html:61:5496:5504 Kootenai Colorado -0.41667587665699013 +56857 gsa_html_6982030333 gsa_html_6982030333:359:38955:38978 Elkhorn Ridge Argillite California -0.483085217576718073 +56858 aapg_ac_887.html aapg_ac_887.html:301:27294:27306 Saskatchewan Manitoba -0.0182917127831857887 +56859 cspg_html_2650524233 cspg_html_2650524233:6:402:419 Bearpaw Edmonton, London -0.436898889813044922 +56860 aapg_ae_845.html aapg_ae_845.html:147:16216:16226 Fort Union Wasatch Range -0.463579265049131273 +56861 cspg_html_9343899465 cspg_html_9343899465:752:69446:69465 Strathcona Fiord Ellesmere Island -0.00397121641303337797 +56862 aapg_aa_525.html aapg_aa_525.html:54:5682:5688 Oswego Fort Scott National Historic Site -0.0675138206513768296 +56863 gsa_html_9304619722 gsa_html_9304619722:872:68925:68943 Cloverly Cheyenne, Wyoming -0.47495364399168194 +56864 aapg_ah_283.html aapg_ah_283.html:512:61075:61083 Columbia Salem, Oregon -0.425516196002090841 +56865 gsa_html_7195000001 gsa_html_7195000001:272:36491:36500 Bay Fiord Ellesmere Island -0.237120928626499416 +56866 aapg_ad_683.html aapg_ad_683.html:619:63488:63500 Hermit Supai, Arizona -0.0199289271438858016 +56867 sedimentology_html_1338997515 sedimentology_html_1338997515:2557:100061:100077 Holder New Mexico -0.447168994241326834 +56868 cspg_html_5000772122 cspg_html_5000772122:21:3219:3225 Fernie East Asia -0.00967821874611652505 +56869 jgeology_html_2236057972 jgeology_html_2236057972:735:44712:44722 Washington Fidalgo Island -0.0279573692057954598 +56870 aapg_ac_881.html aapg_ac_881.html:447:52541:52559 Fillmore Logan, Utah -0.492371267515838928 +56871 aapg_af_399.html aapg_af_399.html:427:44982:44997 Mesaverde Logan, Utah -0.0399624195111792577 +56872 cspg_html_3041902517 cspg_html_3041902517:987:109657:109663 Kaibab Reno, Nevada -0.470510360514459824 +56873 AMJC_html_3664856625 AMJC_html_3664856625:68:9301:9316 Lance Powder River Basin -0.44948782523520614 +56874 aapg_ad_356.html aapg_ad_356.html:377:35696:35715 Smackover Shreveport, Louisiana 0.00299316941719320615 +56875 aapg_ah_343.html aapg_ah_343.html:227:26870:26885 Tampa Melbourne, Florida -0.0347847257870449039 +56876 aapg_ai_321.html aapg_ai_321.html:212:29472:29490 Esquias Matagalpa -0.0491275968873820176 +56877 AMJC_html_5952299936 AMJC_html_5952299936:746:81260:81270 Washington Seattle -0.0445315771469266958 +56878 palaios_html_7179643765 palaios_html_7179643765:387:39551:39566 Colon Venezuela -0.436298807226921048 +56879 AMJC_html_5516451353 AMJC_html_5516451353:503:51007:51024 Berwick New Hampshire -0.479475427251918496 +56880 aapg_ad_564.html aapg_ad_564.html:8720:779513:779521 Colorado Denver -0.403625709862433513 +56881 cspg_html_5783501569 cspg_html_5783501569:58:8080:8130 Waterfowl Canmore, Alberta -0.0282234355137958928 +56882 aapg_ac_714.html aapg_ac_714.html:432:48683:48701 Sundance Black Hills -0.0142026952151300869 +56883 AMJC_html_5722410163 AMJC_html_5722410163:545:56172:56198 Humboldt Elko, Nevada -0.471695028578207554 +56884 aapg_ae_169.html aapg_ae_169.html:60:7098:7107 Peninsula Melbourne, Florida -0.464610795373413321 +56885 gsa_html_4067767548 gsa_html_4067767548:818:71205:71233 Green River Colorado -0.0224076161552878329 +56886 palaios_html_4000761146 palaios_html_4000761146:732:51008:51019 Los Cuervos Colombia -0.448753864703002991 +56887 aapg_ad_683.html aapg_ad_683.html:122:16763:16768 Supai Supai, Arizona -0.429219806124286896 +56888 aapg_ad_351.html aapg_ad_351.html:33:4004:4024 Keokuk Missouri River -0.0303173748455716902 +56889 aapg_af_129.html aapg_af_129.html:294:30755:30762 Manitou Colorado -0.463396817899322633 +56890 aapg_ad_111.html aapg_ad_111.html:440:47947:47955 Colorado Colorado -0.466299888436986554 +56891 geology_html_6086140621 geology_html_6086140621:15:1032:1056 Newcastle Newcastle upon Tyne -0.473695342935840036 +56892 cspg_html_1925276454 cspg_html_1925276454:470:52084:52108 Boulder Creek Victoria, British Columbia -0.475963906981033746 +56893 gsa_html_4071231613 gsa_html_4071231613:831:90011:90016 Yukon Israel -0.489889776983278402 +56894 cspg_html_9941227593 cspg_html_9941227593:16:1720:1747 Viking Regina, Saskatchewan -0.457487488497030304 +56895 aapg_ac_910.html aapg_ac_910.html:486:38060:38075 Huizachal Mexico -0.467889067103673728 +56896 palaios_html_7100229719 palaios_html_7100229719:677:70406:70411 Couch Cornwall, Ontario -0.0312427146313614852 +56897 aapg_ac_69.html aapg_ac_69.html:28:6131:6150 Greenhorn Hartland, Wisconsin -0.301153775471702356 +56898 cspg_html_8089302449 cspg_html_8089302449:63:11100:11121 Dawson Bay Williston Basin 1.1564711079882688 +56899 aapg_ah_654.html aapg_ah_654.html:622:64463:64473 Wind River Powder River (Montana) -0.427988056850810095 +56900 aapg_ae_324.html aapg_ae_324.html:1246:124645:124652 Tellico Farragut, Tennessee -0.466727815469158758 +56901 gsa_html_4385238876 gsa_html_4385238876:62:7820:7825 Yukon Victoria, British Columbia -0.0315036314272049284 +56902 aapg_aa_643.html aapg_aa_643.html:245:26535:26557 Knoxville Belmont, Massachusetts -0.48294529227432792 +56903 cspg_html_3404912985 cspg_html_3404912985:309:49185:49205 Belly River Magdalena River Valley -0.00395905591412439809 +56904 aapg_ae_74.html aapg_ae_74.html:597:56677:56696 Fruitland Fruitland, Idaho -0.0569218086528505626 +56905 aapg_ah_411.html aapg_ah_411.html:71:9455:9469 Colorado Colorado -0.482430096983488987 +56906 aapg_ae_204.html aapg_ae_204.html:263:23275:23294 Peace River Lacombe, Alberta -0.449629298275569411 +56907 aapg_ai_784.html aapg_ai_784.html:8:1069:1080 Beekmantown Fairfield County, Connecticut -0.471193362251331016 +56908 aapg_ah_77.html aapg_ah_77.html:19:3044:3055 Green River South Pass City, Wyoming -0.421127304104932487 +56909 cspg_html_7790224785 cspg_html_7790224785:426:17145:17152 Gazelle Berlin -0.485495508601457515 +56910 aapg_ae_706.html aapg_ae_706.html:261:23020:23035 Rome Juniata County School District 0.0125259211045502007 +56911 aapg_ah_387.html aapg_ah_387.html:228:25284:25292 Mariposa Salem, Oregon -0.433685955512457477 +56912 aapg_ae_350.html aapg_ae_350.html:97:12550:12571 Eagle Alabama -0.00752216847350437468 +56913 gsa_html_9163589331 gsa_html_9163589331:356:23261:23281 Meson Santa Rosa, California -0.0379919707069968429 +56914 aapg_af_298.html aapg_af_298.html:196:20191:20207 Salem Gibson County, Tennessee -0.447189152172129289 +56915 aapg_ai_17.html aapg_ai_17.html:903:59926:59941 Vicksburg Shreveport, Louisiana -0.450586501765938174 +56916 aapg_ae_319.html aapg_ae_319.html:709:60242:60255 Gypsum Spring Entrada Sandstone -0.0809007268683970271 +56917 palaios_html_5268628065 palaios_html_5268628065:248:35253:35270 Gurabo Dominican Republic 0.65821188131668551 +56918 sedimentology_html_7067645238 sedimentology_html_7067645238:1000:80100:80118 Yakataga Gulf of Alaska -0.474009171210690694 +56919 aapg_af_833.html aapg_af_833.html:1235:136578:136586 Sundance Fall River, Nova Scotia 1.0875867796423444 +56920 gsa_html_8398449001 gsa_html_8398449001:17:736:745 Bear Lake Boise, Idaho -0.447314589257592876 +56921 gsa_html_7195000001 gsa_html_7195000001:848:106378:106390 Devon Island Canada -0.449541717141150321 +56922 aapg_ae_419.html aapg_ae_419.html:287:36502:36511 San Pedro Texas -0.0194353152309463539 +56923 cspg_html_9942234474 cspg_html_9942234474:482:53734:53762 Smackover Alabama 0.38376008039002163 +56924 aapg_ae_267.html aapg_ae_267.html:32:4040:4064 Pocono Pocono Raceway -0.479552074346371926 +56925 cspg_html_1124814558 cspg_html_1124814558:6:512:533 Clearwater Lacombe, Alberta -0.484310536940914471 +56926 aapg_af_379.html aapg_af_379.html:115:12365:12384 Lodgepole Reno, Nevada 0.0605028149712847074 +56927 cspg_html_4298557570 cspg_html_4298557570:817:69916:69934 Edmonton Lacombe, Alberta -0.477401564658383792 +56928 aapg_ah_524.html aapg_ah_524.html:76:7766:7783 Entrada Elk Mountain, Wyoming -0.471099044200062878 +56929 sedimentology_html_6545837405 sedimentology_html_6545837405:1626:111809:111831 Yegua Gulf Coast of the United States -0.445106268068768518 +56930 aapg_ae_559.html aapg_ae_559.html:14:2357:2361 Java Western world -0.0176521575515221144 +56931 cspg_html_5484260516 cspg_html_5484260516:675:52186:52206 Banff Crowsnest Pass, Alberta 0.000277948477905467942 +56932 aapg_ai_228.html aapg_ai_228.html:56:4632:4638 Forest Winkler County Airport -0.461001107058420345 +56933 aapg_ae_380.html aapg_ae_380.html:57:4945:4951 Willis Texas -0.492423140812619287 +56934 cspg_html_8231573314 cspg_html_8231573314:262:23607:23628 Blind Fiord Alert, Nunavut -0.439165406786194035 +56935 cspg_html_3942782922 cspg_html_3942782922:57:5980:5988 Columbia Victoria, British Columbia -0.462097962880594848 +56936 gsa_html_1374900442 gsa_html_1374900442:62:4795:4823 Green River Colorado -0.0479251987471817145 +56937 sedimentology_html_8272623948 sedimentology_html_8272623948:1133:85328:85333 Crete Greece -0.493107222601495088 +56938 gsa_html_7302180468 gsa_html_7302180468:501:46783:46813 Belden Colorado -0.462125287699645448 +56939 aapg_af_638.html aapg_af_638.html:211:16147:16156 Coldwater Sunbury, Pennsylvania -0.438093558395168947 +56940 gsa_html_5081991493 gsa_html_5081991493:1392:102687:102708 Green River Logan, Utah -0.0219799913092776147 +56941 aapg_ai_468.html aapg_ai_468.html:51:6915:6928 Cotton Valley Cotton Valley, Louisiana -0.0703125886615314499 +56942 geology_html_9271605425 geology_html_9271605425:211:20399:20409 Escarpment Africa -0.497081127157615599 +56943 aapg_ai_974.html aapg_ai_974.html:321:33644:33650 Cultus Cascade Mountain (Alberta) -0.0315018919631344582 +56944 gsa_html_4670506866 gsa_html_4670506866:672:59399:59408 New River Virginia -0.457963336268268129 +56945 cspg_html_8928894270 cspg_html_8928894270:248:34580:34592 Golden Spike Saint Kitts and Nevis -0.0574103284604600139 +56946 aapg_ac_849.html aapg_ac_849.html:67:7689:7709 Pottsville Alabama -0.00326243548975702329 +56947 aapg_af_923.html aapg_af_923.html:41:4310:4318 Niobrara Lacombe, Alberta -0.354769235780127978 +56948 sedimentology_html_9906287852 sedimentology_html_9906287852:418:38968:38990 Rock Springs Absaroka -0.469382385724573914 +56949 aapg_ai_501.html aapg_ai_501.html:1174:104986:105002 Navajo Logan, Utah -0.472678482936493838 +56950 aapg_ae_419.html aapg_ae_419.html:3272:209795:209804 San Pedro Durango, Durango -0.419703579091311452 +56951 aapg_aa_684.html aapg_aa_684.html:89:10079:10088 Chugwater Cheyenne, Wyoming -0.0870238373427409395 +56952 aapg_ae_180.html aapg_ae_180.html:96:11656:11665 Fox Hills Austin, Chicago -0.02404868566678443 +56953 gsa_html_7120668170 gsa_html_7120668170:571:56031:56037 Sonora Sonora -0.454357696116458765 +56954 AMJC_html_4692260170 AMJC_html_4692260170:91:10236:10244 Rangeley Piermont, New York -0.447153316157111791 +56955 cspg_html_8109044701 cspg_html_8109044701:67:9933:9941 Columbia Victoria, British Columbia -0.018194387898863601 +56956 cspg_html_5432603817 cspg_html_5432603817:948:79330:79335 Logan Mexico -0.0131340660726573313 +56957 cspg_html_3501550466 cspg_html_3501550466:93:14723:14736 Wabamun Lacombe, Alberta -0.452927573923113447 +56958 aapg_ai_720.html aapg_ai_720.html:374:38454:38478 Potomac Maryland -0.487818790090823073 +56959 AMJC_html_5722410163 AMJC_html_5722410163:829:74960:74966 Oxford England -0.44830973456876172 +56960 aapg_ah_97.html aapg_ah_97.html:260:28477:28490 Glenwood Platteville, Colorado -0.409657583161497141 +56961 gsa_html_3860045860 gsa_html_3860045860:1025:96637:96643 Oregon Salem, Oregon -0.479475427251918496 +56962 aapg_ae_872.html aapg_ae_872.html:175:22252:22260 Columbia North Carolina -0.490054357124853124 +56963 aapg_af_561.html aapg_af_561.html:439:41495:41507 Wasatch Wasatch Range 0.0103992439306783112 +56964 gsa_html_4930932370 gsa_html_4930932370:839:85384:85401 Onaping Sudbury, Suffolk 0.0597051171793826913 +56965 gsa_html_9865056817 gsa_html_9865056817:863:76727:76747 Cutler Colorado -0.466741549175746284 +56966 geology_html_7566500982 geology_html_7566500982:12:499:505 Denver Colorado -0.426466491045283669 +56967 cspg_html_5295390542 cspg_html_5295390542:378:45088:45092 Doig Western Canadian Sedimentary Basin 0.860738198843710944 +56968 gsa_html_6982030333 gsa_html_6982030333:783:75338:75346 John Day Salem, Oregon -0.483341806462215584 +56969 cspg_html_2471870619 cspg_html_2471870619:238:29195:29206 Exshaw Lacombe, Alberta -0.0194596479158459131 +56970 gsa_html_3412344071 gsa_html_3412344071:271:25468:25500 Price Kenilworth, Illinois -0.443813272031764461 +56971 aapg_ae_147.html aapg_ae_147.html:333:35518:35532 Pico Oxnard, California 0.696575018707191518 +56972 aapg_ah_859.html aapg_ah_859.html:80:9710:9723 Chattahoochee Columbus, Ohio -0.471589148494391819 +56973 gsa_html_5625878232 gsa_html_5625878232:317:43500:43521 Hornby San Antonio -0.470179399208385473 +56974 cspg_html_3187264334 cspg_html_3187264334:509:56273:56293 Milk River Lacombe, Alberta -0.0540873490612621827 +56975 gsa_html_3841341658 gsa_html_3841341658:1261:101012:101029 Frisco South African Republic -0.0317923859746223822 +56976 aapg_ai_932.html aapg_ai_932.html:542:86253:86257 Hall Santa Barbara, California -0.469028899015838996 +56977 aapg_ac_876.html aapg_ac_876.html:58:7159:7172 Turner Valley Lacombe, Alberta -0.468696200218799319 +56978 sedimentology_html_7668777547 sedimentology_html_7668777547:832:54746:54756 Washington Washington (state) -0.0297521166629775777 +56979 cspg_html_9343899465 cspg_html_9343899465:494:48559:48572 Weatherall Banks Island -0.462398581950347165 +56980 aapg_af_631.html aapg_af_631.html:148:13897:13904 Tecovas Santa Rosa, California -0.455482628602140449 +56981 cspg_html_1260733368 cspg_html_1260733368:47:8074:8086 Medicine Hat Milk River, Alberta -0.484079342907875299 +56982 aapg_ai_278.html aapg_ai_278.html:524:69265:69286 Punta Gorda Melbourne, Florida -0.458675312427173743 +56983 aapg_aa_696.html aapg_aa_696.html:605:70009:70017 Colorado White River (Washington) -0.0283642962878183774 +56984 sedimentology_html_3200584564 sedimentology_html_3200584564:828:66841:66858 Cardium Lacombe, Alberta 0.0108631399368114955 +56985 aapg_ae_711.html aapg_ae_711.html:41:6192:6213 Hartshorne Atoka, Oklahoma -0.437049524484892205 +56986 aapg_ai_751.html aapg_ai_751.html:135:13349:13354 Adams Washington (state) -0.0286199363218920082 +56987 aapg_ai_235.html aapg_ai_235.html:70:7935:7950 Blackjack Creek Alabama -0.00922476160912374769 +56988 aapg_ac_617.html aapg_ac_617.html:210:27909:27927 Oakville Texas -0.0197377379215514133 +56989 aapg_ai_811.html aapg_ai_811.html:159:22696:22707 Dutch Creek Jeffersonville, Indiana -0.0500164465946093956 +56990 sedimentology_html_6373284364 sedimentology_html_6373284364:332:27785:27789 Hall London, Ontario -0.0615467837209233842 +56991 aapg_ah_847.html aapg_ah_847.html:153:17249:17272 Marshalltown Navesink River -0.0133112992884706332 +56992 aapg_ac_200.html aapg_ac_200.html:434:42706:42717 Green River Wasatch Range -0.101388020954367122 +56993 aapg_aa_563.html aapg_aa_563.html:294:37663:37669 Dakota New Mexico -0.447018943573484262 +56994 aapg_af_97.html aapg_af_97.html:164:17533:17546 Richmond Ohio -0.0132991361893864783 +56995 aapg_ai_763.html aapg_ai_763.html:3:364:383 Cotton Valley East Texas -0.405103464302817184 +56996 gsa_html_5587684798 gsa_html_5587684798:116:7737:7751 Rosaire Middle Ordovician -0.494850594949005074 +56997 gsa_html_4431779557 gsa_html_4431779557:732:58045:58064 Seminole Monahans, Texas -0.499198739530653746 +56998 cspg_html_6255491344 cspg_html_6255491344:334:41548:41556 Columbia Victoria, British Columbia -0.472528705500211532 +56999 gsa_html_8699462189 gsa_html_8699462189:29:2796:2824 Green River Colorado -0.0045966157065965357 +57000 cspg_html_2553187793 cspg_html_2553187793:26:4974:4995 Swan Hills Central Alberta -0.0146249457170983255 +57001 aapg_ad_883.html aapg_ad_883.html:12:1815:1819 Kent Middle Ordovician -0.48062584784091128 +57002 cspg_html_6839937815 cspg_html_6839937815:299:42932:42938 Toroweap Spring Mountains National Recreation Area -0.194166651622015296 +57003 gsa_html_6771020692 gsa_html_6771020692:11:431:439 Colorado Colorado -0.0293555813701503708 +57004 aapg_ae_371.html aapg_ae_371.html:44:7255:7263 Morrison Colorado 0.0103054229962900919 +57005 cspg_html_5526054268 cspg_html_5526054268:8:764:786 Grand Rapids Clearwater, Florida -0.0384097003788234775 +57006 cspg_html_3447886929 cspg_html_3447886929:128:15154:15174 Black Cove Utica, New York -0.105158389382260992 +57007 gsa_html_3320600310 gsa_html_3320600310:66:6608:6624 Chinle New Mexico -0.429283522871468093 +57008 geology_html_7012805779 geology_html_7012805779:13:805:818 Santa Barbara California -0.0165121278486362495 +57009 cspg_html_9222238695 cspg_html_9222238695:303:40618:40634 Fernie Lacombe, Alberta -0.449656248007914428 +57010 aapg_af_143.html aapg_af_143.html:1185:129240:129246 Oregon Roseburg, Oregon -0.485448733097070706 +57011 gsa_html_8152640301 gsa_html_8152640301:32:2607:2623 Naknek Talkeetna Mountains 1.16151286797436848 +57012 geology_html_1307726382 geology_html_1307726382:229:21552:21564 Salina Michigan -0.44721379024503416 +57013 aapg_aa_844.html aapg_aa_844.html:361:36676:36682 Morgan Monroe County, Florida -0.451956647802202349 +57014 aapg_aa_179.html aapg_aa_179.html:849:81775:81781 Brazil South America -0.0306269732531419848 +57015 cspg_html_4555867289 cspg_html_4555867289:29:3129:3148 Baldonnel Halton (electoral district) -0.449440672427322663 +57016 sedimentology_html_2258209940 sedimentology_html_2258209940:708:58013:58022 Peninsula Sierra Nevada (Spain) -0.0356704046759730303 +57017 aapg_ad_169.html aapg_ad_169.html:63:8360:8380 Greenbrier Huntington, West Virginia -0.026705362044744569 +57018 gsa_html_7645630695 gsa_html_7645630695:54:3463:3491 Green River Colorado -0.021507182733615033 +57019 aapg_af_847.html aapg_af_847.html:221:26178:26183 Yegua Liberty County, Florida -0.471292292074721564 +57020 cspg_html_3008414459 cspg_html_3008414459:512:61565:61597 Provincial Canada -0.030023437417361392 +57021 gsa_html_8208054335 gsa_html_8208054335:451:46233:46247 Caimito Culebra, Puerto Rico -0.496915172747898759 +57022 gsa_html_2605108986 gsa_html_2605108986:1018:87028:87034 Snyder Anchorage, Alaska -0.0259316078616598014 +57023 gsa_html_5865982995 gsa_html_5865982995:1091:118540:118557 Wasatch Little Cottonwood Creek -0.0456028204416603147 +57024 cspg_html_3762708087 cspg_html_3762708087:376:51236:51253 Pelican Lacombe, Alberta -0.012161040056105972 +57025 cspg_html_8109044701 cspg_html_8109044701:79:11609:11615 Fernie Victoria, British Columbia -0.436872309743032927 +57026 AMJC_html_4504848787 AMJC_html_4504848787:32:4047:4055 Virginia Blue Ridge Mountains -0.0667553724094207129 +57027 aapg_ah_869.html aapg_ah_869.html:36:4303:4309 Dakota Denver -0.410441626823306982 +57028 aapg_ah_23.html aapg_ah_23.html:233:43520:43527 Yucatan Campeche, Campeche -0.0817103560006667978 +57029 aapg_ad_2.html aapg_ad_2.html:619:90850:90874 Alto Cumberland, Maryland -0.430092438352523254 +57030 aapg_ai_197.html aapg_ai_197.html:66:8779:8784 Cadiz Spain -0.0749431340118393574 +57031 aapg_ah_686.html aapg_ah_686.html:452:63471:63482 Kayak Western world -0.422891368619801589 +57032 aapg_ah_978.html aapg_ah_978.html:573:53437:53445 Vaqueros California -0.440778834081400062 +57033 aapg_af_812.html aapg_af_812.html:3:398:421 Cook Mountain East Texas -0.433423304094416983 +57034 gsa_html_5495469347 gsa_html_5495469347:934:73439:73450 Cutler Logan, Utah -0.0260481030214056476 +57035 AMJC_html_5969956211 AMJC_html_5969956211:170:23254:23261 Oquirrh Logan, Utah 0.426089763333988625 +57036 geology_html_5323396367 geology_html_5323396367:263:24249:24281 John Day Salem, Oregon 0.000416922734646836166 +57037 gsa_html_4339524478 gsa_html_4339524478:778:77475:77485 Washington Boise, Idaho -0.463307888475886887 +57038 aapg_ah_534.html aapg_ah_534.html:393:33549:33557 Catskill New Scotland, New York -0.0459076709606554625 +57039 aapg_ah_351.html aapg_ah_351.html:4:554:574 Tuscaloosa Mississippi River -0.462658289116715138 +57040 sedimentology_html_8752954975 sedimentology_html_8752954975:1190:90505:90540 Kingston Peak California -0.466782751574986277 +57041 aapg_aa_702.html aapg_aa_702.html:1105:127033:127041 Colorado Colorado -0.0621997906843823126 +57042 cspg_html_3629133169 cspg_html_3629133169:265:35220:35258 Reindeer Inuvik Region -0.488053342950142799 +57043 cspg_html_6644065685 cspg_html_6644065685:291:31190:31211 Melville Island Banks Island -0.518086119858462979 +57044 aapg_ae_268.html aapg_ae_268.html:362:34001:34023 Buffalo Wallow Palestinian territories -0.0438854131077835025 +57045 aapg_ad_2.html aapg_ad_2.html:128:17360:17367 Setters Wissahickon Formation -0.0217296792824245993 +57046 geology_html_5238536411 geology_html_5238536411:12:711:719 Colorado Colorado -0.0561402516224212972 +57047 aapg_ae_836.html aapg_ae_836.html:35:3458:3470 Mooringsport Paluxy, Texas -0.453044786078658057 +57048 aapg_ah_217.html aapg_ah_217.html:256:31904:31912 Catskill Chemung, New York -0.0607227670185504081 +57049 cspg_html_2175627313 cspg_html_2175627313:830:82945:82977 Montney Lacombe, Alberta -0.480765396922298249 +57050 gsa_html_8030464622 gsa_html_8030464622:264:27970:27979 Red River Red River of the North -0.51876252071496165 +57051 cspg_html_9717154602 cspg_html_9717154602:985:84305:84319 Edmonton Lacombe, Alberta -0.0398475235984446785 +57052 cspg_html_2796643803 cspg_html_2796643803:114:18353:18361 Deadwood Lacombe, Alberta -0.428844183946785584 +57053 cspg_html_4834918660 cspg_html_4834918660:47:6654:6676 Grand Rapids Cordillera Administrative Region -0.492239240738401806 +57054 aapg_ai_366.html aapg_ai_366.html:26:3096:3114 Beaumont Beaumont, Texas -0.0450523758854702583 +57055 cspg_html_8121202912 cspg_html_8121202912:301:36851:36861 Beaverfoot Mount Wilson Observatory -0.452382285720717148 +57056 geology_html_8631349740 geology_html_8631349740:211:19536:19540 Bell London, Ontario -0.0307122011432018581 +57057 aapg_ae_59.html aapg_ae_59.html:134:15229:15246 Charles Williston, Vermont -0.468978412493240793 +57058 aapg_ac_599.html aapg_ac_599.html:183:17131:17137 Tulare Coalinga, California -0.461526610478465105 +57059 aapg_ae_685.html aapg_ae_685.html:3:217:225 Mainland Oriental Mindoro -0.0247962629365806077 +57060 aapg_ad_858.html aapg_ad_858.html:77:5901:5911 Tuscaloosa Tuscaloosa, Alabama 0.0570613820579016634 +57061 cspg_html_8587639109 cspg_html_8587639109:77:9860:9880 Bow Island Lacombe, Alberta -0.477130519718023338 +57062 gsa_html_5813911420 gsa_html_5813911420:15:590:596 Sierra Chihuahua (state) -0.498269845185202676 +57063 aapg_ae_306.html aapg_ae_306.html:716:82548:82553 Colon Maracaibo -0.455595651058867956 +57064 aapg_ai_996.html aapg_ai_996.html:1335:59120:59127 Magothy Closter, New Jersey -0.0230090906667148494 +57065 aapg_ae_454.html aapg_ae_454.html:547:49611:49628 Hosston Shreveport, Louisiana -0.447328029963478757 +57066 cspg_html_4796942391 cspg_html_4796942391:447:49792:49813 Shaftesbury Lacombe, Alberta -0.48422645917649243 +57067 aapg_ae_324.html aapg_ae_324.html:1128:113383:113400 Juniata Knoxville, Illinois -0.469809513538571255 +57068 cspg_html_8250755331 cspg_html_8250755331:128:18268:18288 Milk River Lacombe, Alberta -0.0443365036009496297 +57069 aapg_ah_528.html aapg_ah_528.html:459:48387:48410 Thaynes Boise, Idaho -0.455482628602140449 +57070 aapg_ad_575.html aapg_ad_575.html:291:36220:36238 Norphlet Alabama -0.138467735022496374 +57071 aapg_af_666.html aapg_af_666.html:471:40002:40012 Wind River Wasatch Range 0.396163129499247924 +57072 aapg_ah_379.html aapg_ah_379.html:113:8597:8601 Toro Mexico -0.45954677788095788 +57073 aapg_ac_720.html aapg_ac_720.html:107:13472:13494 Hornerstown Navesink River -0.446750257452242616 +57074 aapg_ad_696.html aapg_ad_696.html:96:9686:9693 Carrizo East Texas 0.37701480668519366 +57075 aapg_ad_918.html aapg_ad_918.html:63:9121:9137 Dakota Colorado -0.415704840112738672 +57076 aapg_ac_741.html aapg_ac_741.html:373:42971:42988 White River Chadron, Nebraska 0.0963339203219136103 +57077 cspg_html_6252849194 cspg_html_6252849194:280:33137:33144 Bearpaw Lacombe, Alberta -0.43347626990885002 +57078 aapg_ae_715.html aapg_ae_715.html:78:11720:11724 Frio Houston -0.47076786107370483 +57079 aapg_ad_440.html aapg_ad_440.html:364:35347:35355 Virginia Huntington, West Virginia -0.0565031060204084085 +57080 geology_html_5045588189 geology_html_5045588189:171:20251:20282 Sisquoc California -0.144403735325380617 +57081 aapg_ai_584.html aapg_ai_584.html:759:79893:79899 Casper Wheatland, California 0.789608920871660236 +57082 aapg_ah_881.html aapg_ah_881.html:297:27895:27905 Washington Skykomish River -0.0441205345295084747 +57083 aapg_ai_107.html aapg_ai_107.html:11:1526:1534 Dorcheat Texas -0.440965692630365336 +57084 aapg_ac_391.html aapg_ac_391.html:261:25225:25233 Michigan Antrim, County Antrim -0.447189152172129289 +57085 AMJC_html_1767296229 AMJC_html_1767296229:770:73185:73192 Oak Bay New Brunswick, New Jersey -0.497128548725757735 +57086 aapg_af_489.html aapg_af_489.html:66:7281:7296 Yegua Texas -0.482784406317177284 +57087 geology_html_8736884207 geology_html_8736884207:12:648:661 Santa Barbara California -0.507408819774050168 +57088 aapg_af_568.html aapg_af_568.html:478:40080:40098 Frontier Cheyenne, Wyoming -0.465561228542891226 +57089 cspg_html_9388742281 cspg_html_9388742281:8:909:917 Columbia Victoria, British Columbia -0.010750205891597751 +57090 AMJC_html_6642101495 AMJC_html_6642101495:1452:139261:139267 Moscow Russia -0.0128491051493607039 +57091 aapg_ad_784.html aapg_ad_784.html:299:33610:33616 Elwood South Mountains (Arizona) -0.481673016532011111 +57092 aapg_aa_23.html aapg_aa_23.html:799:103184:103199 Interlake Manitoba -0.580261236042342698 +57093 aapg_ad_285.html aapg_ad_285.html:98:11860:11876 Alapah Lisburne Peninsula -0.053335758630468931 +57094 sedimentology_html_2221402832 sedimentology_html_2221402832:1322:116317:116323 Lisbon Lisbon -0.0115181647621516343 +57095 aapg_ac_533.html aapg_ac_533.html:408:50340:50360 San Andres Texas -0.42658041474227687 +57096 palaios_html_8113714689 palaios_html_8113714689:195:19401:19419 Au Train Munising, Michigan -0.466920106770381871 +57097 palaios_html_6519121243 palaios_html_6519121243:625:52919:52927 Traverse Cambridge -0.00508998959117516313 +57098 aapg_ah_773.html aapg_ah_773.html:128:7598:7619 Bird Spring Reno, Nevada -0.0456498537875624916 +57099 cspg_html_3926542795 cspg_html_3926542795:170:22944:22954 Swan Hills Lacombe, Alberta -0.427768661147865492 +57100 geology_html_7320404011 geology_html_7320404011:275:15686:15691 Rapid North Sea -0.00972860319356922895 +57101 cspg_html_9778753186 cspg_html_9778753186:7:561:579 Kootenay Lacombe, Alberta -0.0529469160775694891 +57102 aapg_ac_219.html aapg_ac_219.html:11:2287:2292 Weeks South America -0.0515190157893396575 +57103 aapg_ac_305.html aapg_ac_305.html:188:19351:19374 Crystal River Williston, Vermont -0.436832441054611387 +57104 aapg_ae_917.html aapg_ae_917.html:155:15899:15906 Dotsero Des Moines, Washington -0.503653224825654999 +57105 AMJC_html_8620643989 AMJC_html_8620643989:995:98898:98910 Saskatchewan Canada -0.493411698974303814 +57106 geology_html_2841677748 geology_html_2841677748:296:25146:25152 Snyder Japan -0.469382385724573914 +57107 aapg_ac_64.html aapg_ac_64.html:382:36941:36968 Salina Ohio 0.00269610880251506917 +57108 aapg_ak_26.html aapg_ak_26.html:224:19697:19710 El Paso West Texas -0.045129017887602145 +57109 cspg_html_2419618566 cspg_html_2419618566:485:62056:62086 Mount Forster Victoria, British Columbia -0.448529529594894116 +57110 jgeology_html_3450428494 jgeology_html_3450428494:512:28849:28865 Sugarloaf Cambridge, Massachusetts -0.0466985931780469835 +57111 aapg_ad_999.html aapg_ad_999.html:18:2436:2441 Yukon Manitoba -0.0144772441484254995 +57112 aapg_ac_995.html aapg_ac_995.html:360:30380:30398 Norphlet Mexico -0.436934331081807459 +57113 aapg_ai_763.html aapg_ai_763.html:145:16533:16550 Schuler Texas -0.459887424332023564 +57114 aapg_ac_881.html aapg_ac_881.html:376:44599:44607 Colorado Victoria, British Columbia -0.47032647773667996 +57115 aapg_ai_153.html aapg_ai_153.html:412:63477:63485 Michigan Bloomington, Indiana -0.0239565449099976777 +57116 gsa_html_4558102376 gsa_html_4558102376:1089:95576:95604 Green River Colorado -0.0100152745816292233 +57117 aapg_ae_660.html aapg_ae_660.html:22:2928:2948 Smackover Arkansas -0.0201913809518237848 +57118 gsa_html_3368386568 gsa_html_3368386568:13:800:813 Santa Barbara California -0.433370341259820213 +57119 geology_html_1845997701 geology_html_1845997701:129:14408:14416 Scotland California -0.0901447808159118597 +57120 aapg_ah_69.html aapg_ah_69.html:13:1549:1560 Beekmantown Ohio -0.37875140049952527 +57121 cspg_html_3521815736 cspg_html_3521815736:291:41402:41419 Halfway Victoria, British Columbia -0.0472404368937096517 +57122 aapg_ai_858.html aapg_ai_858.html:276:37976:37995 Fox Hills Cheyenne, Wyoming -0.469988693380082645 +57123 palaios_html_6815039820 palaios_html_6815039820:488:44516:44525 Fruitland Kirtland, Ohio 0.845725749562847406 +57124 aapg_aa_906.html aapg_aa_906.html:556:61304:61312 Colorado Routt County, Colorado -0.481766159765426027 +57125 aapg_ai_946.html aapg_ai_946.html:348:46006:46030 Keyes Amarillo, Texas -0.0531265133576147158 +57126 aapg_af_97.html aapg_af_97.html:63:7167:7176 Dillsboro Richmond, California -0.492470301114008024 +57127 aapg_ae_780.html aapg_ae_780.html:193:18538:18556 Sundance Cheyenne, Wyoming -0.471503993354400852 +57128 AMJC_html_7144941731 AMJC_html_7144941731:86:10396:10417 Weaverville Weaverville, California -0.44961357796588941 +57129 cspg_html_7779401416 cspg_html_7779401416:130:15955:15966 Fossil Hill Bruce Peninsula National Park -0.287004855668996806 +57130 aapg_af_375.html aapg_af_375.html:237:25280:25290 San Miguel Santa Cruz Island -0.147934535166182601 +57131 cspg_html_1019614994 cspg_html_1019614994:71:13839:13857 Stettler Williston Basin -0.0240660707758517355 +57132 cspg_html_3043607457 cspg_html_3043607457:5:220:239 Lodgepole Manitoba -0.427650208489599781 +57133 gsa_html_3051954346 gsa_html_3051954346:971:97852:97880 Green River Iran -0.428844183946785584 +57134 geology_html_5967209013 geology_html_5967209013:293:26063:26073 Washington Sierra Nevada (Spain) -0.0295851529329683692 +57135 gsa_html_9207276905 gsa_html_9207276905:628:54036:54044 Columbia Canada -0.0258394556349876708 +57136 cspg_html_5955028331 cspg_html_5955028331:787:75127:75135 Edmonton Edmonton, London 0.0267783926986110733 +57137 cspg_html_7409170811 cspg_html_7409170811:34:5347:5376 Exshaw Canada -0.0219799913092776147 +57138 aapg_ad_2.html aapg_ad_2.html:1129:154434:154444 Stonehenge Wissahickon Formation -0.0497724382944867913 +57139 jgeology_html_2809998069 jgeology_html_2809998069:260:18531:18539 Wamsutta South Attleboro (MBTA station) -0.439391917689554934 +57140 gsa_html_9901339383 gsa_html_9901339383:253:25135:25141 Casper Cheyenne, Wyoming -0.480667710196792775 +57141 aapg_ae_546.html aapg_ae_546.html:38:5422:5435 Cotton Valley Haynesville, Louisiana 0.0182500020623851782 +57142 cspg_html_8250755331 cspg_html_8250755331:122:17013:17045 Provincial Lacombe, Alberta -0.503751209757658858 +57143 cspg_html_6255491344 cspg_html_6255491344:251:36116:36122 Fernie Canmore, Alberta 0.00957571265714924832 +57144 cspg_html_7839431712 cspg_html_7839431712:34:4432:4450 Foremost Milk River, Alberta -0.054549503916786618 +57145 aapg_aa_473.html aapg_aa_473.html:34:5187:5195 Woodford Albany, New York -0.4391432028015122 +57146 aapg_ah_49.html aapg_ah_49.html:63:7744:7750 Saugus Castaic, California -0.449433936510724996 +57147 gsa_html_2832151886 gsa_html_2832151886:43:3900:3910 Wolf Creek Regina, Saskatchewan -0.436819151869522138 +57148 aapg_ai_49.html aapg_ai_49.html:483:62220:62240 Wood River Boise, Idaho 0.39580205881811259 +57149 gsa_html_3817970246 gsa_html_3817970246:776:78684:78689 Rapid Earth -0.454414135268558672 +57150 cspg_html_3026112034 cspg_html_3026112034:113:10944:10981 Swan Hills Swan Hill, Victoria -0.0126614494701577564 +57151 cspg_html_7409170811 cspg_html_7409170811:484:65214:65230 Exshaw Lacombe, Alberta -0.0213629091377398328 +57152 aapg_aa_718.html aapg_aa_718.html:588:63175:63186 Monongahela Pennsylvania -0.0172889404553563421 +57153 aapg_ah_328.html aapg_ah_328.html:93:9442:9450 Colorado Cheyenne, Wyoming -0.0433054743353417024 +57154 aapg_ae_392.html aapg_ae_392.html:128:11785:11791 Warsaw Batesville, Arkansas -0.41753718105898574 +57155 cspg_html_5515814749 cspg_html_5515814749:287:37008:37029 Bow Island Judith River Formation -0.0497236375773617706 +57156 gsa_html_8319219146 gsa_html_8319219146:362:38459:38477 Manassas Leesburg, Florida -0.494708722782586374 +57157 palaios_html_2399848899 palaios_html_2399848899:625:54870:54885 Eutaw Alabama 0.748766477907805816 +57158 aapg_aa_108.html aapg_aa_108.html:44:4317:4329 Pioche Reno, Nevada 0.0041553613038186523 +57159 aapg_ad_440.html aapg_ad_440.html:242:22259:22267 Maccrady Maple Grove, Minnesota -2.08461351353560743e-05 +57160 aapg_ac_380.html aapg_ac_380.html:179:22272:22280 Onondaga Onondaga (tribe) -0.420791864948583338 +57161 gsa_html_8833777630 gsa_html_8833777630:132:15016:15021 Raton North Carolina -0.0517421611604156687 +57162 aapg_ae_72.html aapg_ae_72.html:128:14683:14708 Pinkerton Trail Hermosa, Chicago -0.412799667795391623 +57163 gsa_html_1962042473 gsa_html_1962042473:54:3381:3409 Green River Colorado -0.0207284668430632625 +57164 cspg_html_2703495345 cspg_html_2703495345:115:17227:17234 Mohawk McLean, Virginia -0.441437455474761709 +57165 cspg_html_4326384800 cspg_html_4326384800:1139:169240:169258 Grosmont Lacombe, Alberta -0.0409547609759915096 +57166 aapg_aa_731.html aapg_aa_731.html:426:56107:56119 Wilcox Texas 0.000903332848040377576 +57167 aapg_ad_691.html aapg_ad_691.html:9:1038:1047 Red River Texas -0.0158535088155795055 +57168 aapg_ah_363.html aapg_ah_363.html:121:13621:13632 Waltersburg Uniontown, Pennsylvania -0.0313488201123993324 +57169 aapg_ai_105.html aapg_ai_105.html:523:63360:63376 Morgan Uinta Mountains -0.0365892226375816657 +57170 geology_html_4553007488 geology_html_4553007488:11:772:781 San Diego California -0.447242908821281704 +57171 gsa_html_2816948452 gsa_html_2816948452:59:3982:4010 Green River Colorado -0.0139559511282587399 +57172 cspg_html_6306091047 cspg_html_6306091047:638:88456:88464 Columbia Victoria, British Columbia -0.497769002174155983 +57173 aapg_aa_712.html aapg_aa_712.html:95:11347:11368 Platteville Wisconsin 0.880302726885527909 +57174 jgeology_html_5970406003 jgeology_html_5970406003:584:43051:43088 Hillabee Greenstone Talladega, Alabama -0.474355436180137646 +57175 aapg_ah_453.html aapg_ah_453.html:20:2791:2812 Monterey Monterey, California -0.00729110700735253591 +57176 cspg_html_8250500468 cspg_html_8250500468:401:50740:50758 Dunvegan Lacombe, Alberta 0.00764378019701805137 +57177 aapg_ac_630.html aapg_ac_630.html:386:39733:39751 Willwood Fort Union Trading Post National Historic Site -0.501602970255366709 +57178 aapg_ae_999.html aapg_ae_999.html:410:57031:57041 Washington Atlantic Ocean -0.455184317280275863 +57179 cspg_html_6163998187 cspg_html_6163998187:280:34349:34358 Baldonnel Victoria, British Columbia -0.0486919238997245429 +57180 sedimentology_html_2739036659 sedimentology_html_2739036659:840:49550:49554 Hall London, Ontario -0.425402399125748287 +57181 gsa_html_7029917366 gsa_html_7029917366:922:82272:82290 Monterey California -0.46326000708216164 +57182 palaios_html_8120466420 palaios_html_8120466420:239:32534:32555 Wood Canyon Canada -0.0102845739324916134 +57183 aapg_ak_62.html aapg_ak_62.html:142:18026:18042 Dakota New Mexico -0.241914939942657115 +57184 gsa_html_3613642206 gsa_html_3613642206:947:81597:81606 Inangahua California -0.440354093294291316 +57185 cspg_html_7086880709 cspg_html_7086880709:139:15687:15704 Funeral Mackenzie River -0.424479393833646412 +57186 cspg_html_9361096527 cspg_html_9361096527:53:10651:10669 Lea Park Judith River Formation -0.428824418473081392 +57187 aapg_aa_463.html aapg_aa_463.html:250:47881:47890 Smackover County Sligo -0.0207667065675008616 +57188 cspg_html_5193469258 cspg_html_5193469258:22:2707:2717 Missisauga Logan Canyon -0.0354198318919945049 +57189 cspg_html_3461479787 cspg_html_3461479787:95:13018:13030 Charles Regina, Saskatchewan -0.455252106655251121 +57190 aapg_ae_884.html aapg_ae_884.html:493:57807:57816 Telluride Colorado -0.459996458565647859 +57191 aapg_af_575.html aapg_af_575.html:180:24000:24018 Wilberns Fort Sill -0.488759736831659075 +57192 palaios_html_2188445156 palaios_html_2188445156:16:804:813 Rochester Rochester, Kent -0.486457311735010611 +57193 aapg_ai_871.html aapg_ai_871.html:103:10012:10018 Denver Colorado -0.0326847865730959877 +57194 cspg_html_7351304206 cspg_html_7351304206:475:55626:55662 Albert Canada -0.0170838731942537375 +57195 gsa_html_5864506355 gsa_html_5864506355:1097:78115:78143 Green River Colorado 0.0511442165700865814 +57196 cspg_html_8826450427 cspg_html_8826450427:443:53325:53342 Cardium Lacombe, Alberta -0.467772185732027057 +57197 aapg_aa_85.html aapg_aa_85.html:13:1275:1281 Midway Charlotte, North Carolina 0.713409175572152554 +57198 sedimentology_html_2090465227 sedimentology_html_2090465227:1351:73456:73460 Hall London, Ontario -0.0264393249899875019 +57199 gsa_html_8179386002 gsa_html_8179386002:1979:184280:184308 Green River Colorado -0.00949926761203980299 +57200 aapg_af_799.html aapg_af_799.html:11:1372:1381 Domengine Coalinga, California 0.0289521018719921877 +57201 geology_html_8827053655 geology_html_8827053655:171:18939:18947 Colorado North Atlantic Current -0.0406396375841217364 +57202 cspg_html_5109837857 cspg_html_5109837857:18:2226:2247 Blind Fiord China -0.0750848975436395616 +57203 cspg_html_4924970281 cspg_html_4924970281:640:75554:75574 Clearwater Canada -0.036255097654164431 +57204 gsa_html_1636483297 gsa_html_1636483297:961:82008:82025 Bridger Cheyenne, Wyoming 0.851534486651817524 +57205 AMJC_html_2905856018 AMJC_html_2905856018:342:47865:47871 Pueblo Antelope Valley Freeway -0.480667710196792775 +57206 cspg_html_9222238695 cspg_html_9222238695:457:58409:58421 Fernie Lacombe, Alberta -0.430176006996349836 +57207 gsa_html_3842354440 gsa_html_3842354440:816:69769:69779 Washington North Cascades National Park -0.441740222253796999 +57208 aapg_ac_983.html aapg_ac_983.html:292:47095:47118 Higginsville Iowa -0.09329616199017636 +57209 gsa_html_6776685506 gsa_html_6776685506:359:38995:39028 Catskill Pennsylvania -0.430176006996349836 +57210 aapg_ae_904.html aapg_ae_904.html:528:54814:54820 Viking Colorado -0.0814509789421284658 +57211 gsa_html_9052101586 gsa_html_9052101586:466:55883:55894 Peoria Peoria, Illinois -0.435738929516159335 +57212 aapg_ae_6.html aapg_ae_6.html:296:32469:32488 San Marcos Texas -0.0556221712941747035 +57213 cspg_html_9725676031 cspg_html_9725676031:44:5645:5653 Columbia Victoria, British Columbia -0.428868342306482297 +57214 sedimentology_html_9861358073 sedimentology_html_9861358073:167:7351:7357 Walker Esposizione Universale Roma -0.441686785632637413 +57215 gsa_html_2509147847 gsa_html_2509147847:554:66295:66305 Washington Seattle -0.0047772874723063536 +57216 gsa_html_7542416588 gsa_html_7542416588:23:944:950 Denver Colorado -0.0370852093948460179 +57217 palaios_html_8055229939 palaios_html_8055229939:524:61854:61863 Salt Lake Logan, Utah 0.392208941118108112 +57218 geology_html_8843161090 geology_html_8843161090:34:4559:4567 Columbia Victoria, British Columbia -0.0129533588216162645 +57219 aapg_ai_105.html aapg_ai_105.html:304:34848:34865 Madison Uinta Mountains -0.052476148512779229 +57220 geology_html_4860930737 geology_html_4860930737:250:22959:22967 Virginia Lynchburg, Virginia -0.469896801722409774 +57221 aapg_ae_233.html aapg_ae_233.html:59:7171:7182 Ochlockonee Tampa, Florida -0.026705362044744569 +57222 aapg_ae_454.html aapg_ae_454.html:234:19161:19179 Cotton Valley Arkansas -0.0590244480823071405 +57223 aapg_ad_270.html aapg_ad_270.html:382:41826:41831 Piper California -0.461601707643698789 +57224 aapg_ah_370.html aapg_ah_370.html:3:153:167 Traverse Michigan -0.0555332119916433428 +57225 jgeology_html_8674569080 jgeology_html_8674569080:1555:79408:79414 Oxford India -0.412851508963564873 +57226 AMJC_html_6460325105 AMJC_html_6460325105:825:88463:88473 Florissant Washington (state) -0.416962170343268934 +57227 aapg_af_575.html aapg_af_575.html:679:93356:93368 Marble Falls Lampasas, Texas 0.0546210098697409163 +57228 aapg_ah_435.html aapg_ah_435.html:203:25170:25187 Carrizo Carrizo Plain 1.15835580400503835 +57229 AMJC_html_5969956211 AMJC_html_5969956211:2037:214217:214223 Denver Logan, Utah -0.478326534516524793 +57230 aapg_ad_837.html aapg_ad_837.html:89:8402:8421 Rock Springs Table Rock, Wyoming -0.499369901521147685 +57231 gsa_html_4557277250 gsa_html_4557277250:55:5302:5308 Carmel Colorado Plateau -0.0427586605090743907 +57232 aapg_ac_617.html aapg_ac_617.html:38:4381:4399 Oakville Texas 0.000792153354614578671 +57233 cspg_html_9370028397 cspg_html_9370028397:25:1722:1743 Slave Point East Asia -0.01912594516902133 +57234 aapg_ai_17.html aapg_ai_17.html:1130:74361:74376 Tampa Gulf Coast of the United States -0.50044998043931721 +57235 gsa_html_9053175553 gsa_html_9053175553:30:2695:2718 Flagstaff Logan, Utah -0.501903390372201885 +57236 cspg_html_5484260516 cspg_html_5484260516:1162:104072:104088 Exshaw Lacombe, Alberta 0.0580995520800901416 +57237 aapg_aa_887.html aapg_aa_887.html:49:5758:5773 Mesaverde Fruitland, Idaho -0.0213629091377398328 +57238 aapg_ac_846.html aapg_ac_846.html:269:36387:36411 Bandera Iowa -0.466769017228648164 +57239 aapg_ah_318.html aapg_ah_318.html:1796:167442:167451 San Pedro Durango, Durango -0.434083382761083048 +57240 aapg_ae_73.html aapg_ae_73.html:591:81044:81052 Graneros Niobrara, Nebraska -0.449440672427322663 +57241 geology_html_3098502702 geology_html_3098502702:11:516:526 Washington Earth -0.493017552793039049 +57242 cspg_html_8571955552 cspg_html_8571955552:250:30245:30262 Echooka Old Crow, Yukon -0.458648092769168181 +57243 gsa_html_8194200546 gsa_html_8194200546:13:602:612 Washington Washington (state) -0.43374114370115191 +57244 geology_html_4621436799 geology_html_4621436799:24:1785:1793 Colorado Denver -0.0370660655999496616 +57245 cspg_html_6964953392 cspg_html_6964953392:33:5610:5633 Doig Lacombe, Alberta -0.0294216697317379976 +57246 aapg_ae_884.html aapg_ae_884.html:350:45372:45388 Raton Colorado 0.389237975453769258 +57247 sedimentology_html_4127878912 sedimentology_html_4127878912:83:9059:9065 Dalton Richmond, California 0.00607327300641191583 +57248 aapg_ac_59.html aapg_ac_59.html:16:2492:2501 San Diego Rancho Santa Fe, California -0.0515190157893396575 +57249 jgeology_html_1463337655 jgeology_html_1463337655:665:58047:58053 Oregon Washington (state) -0.482092240402263728 +57250 aapg_ad_766.html aapg_ad_766.html:30:3636:3644 Colorado Shiprock, New Mexico -0.0399067122276937497 +57251 gsa_html_1889035506 gsa_html_1889035506:653:73394:73410 Conejo Volcanics California -0.0280825762237737336 +57252 palaios_html_8064020973 palaios_html_8064020973:10:414:430 Chinle Arizona -0.47395378155658785 +57253 cspg_html_1665574291 cspg_html_1665574291:166:21985:21999 Edmonton Lacombe, Alberta -0.454258371760158153 +57254 aapg_ah_536.html aapg_ah_536.html:129:17786:17791 Sligo County Sligo -0.447572237112974447 +57255 aapg_ad_944.html aapg_ad_944.html:152:15014:15022 Vanguard Williston, Vermont -0.116854595481437631 +57256 aapg_aa_826.html aapg_aa_826.html:107:11724:11739 Monmouth Raritan River -0.0178746093391716279 +57257 aapg_af_803.html aapg_af_803.html:97:10393:10404 San Antonio Texas -0.0757272589670562601 +57258 gsa_html_8152640301 gsa_html_8152640301:582:50951:50967 Naknek Talkeetna Mountains -0.033657286092866022 +57259 aapg_ae_959.html aapg_ae_959.html:3149:239532:239536 Word El Capitan -0.408001075134106161 +57260 cspg_html_2920938670 cspg_html_2920938670:67:9697:9704 Torrens Mountain Park (Holyoke, Massachusetts) -0.476324834178458445 +57261 aapg_ad_3.html aapg_ad_3.html:475:44953:44960 Juniata Juniata County School District -0.254941242054781469 +57262 aapg_ac_240.html aapg_ac_240.html:3:201:223 Burro Canyon Logan, Utah 0.00842383986837989471 +57263 aapg_aa_419.html aapg_aa_419.html:488:42903:42912 Newcastle Jervis Bay Territory -0.462102516958969756 +57264 aapg_af_397.html aapg_af_397.html:583:68270:68277 Entrada Entrada Sandstone -0.0144772441484254995 +57265 gsa_html_7892860907 gsa_html_7892860907:54:3410:3438 Green River Colorado -0.00846727342264548197 +57266 aapg_aa_702.html aapg_aa_702.html:498:94303:94317 Traverse Michigan -0.442762791672519862 +57267 gsa_html_5081991493 gsa_html_5081991493:1019:81516:81527 Green River Logan, Utah 0.00644852294082285706 +57268 cspg_html_1166855658 cspg_html_1166855658:6:306:333 Woodbend Central Alberta -0.044101376246448068 +57269 aapg_ac_380.html aapg_ac_380.html:463:55336:55348 Huntersville Maryland 0.0294321047673081655 +57270 aapg_af_298.html aapg_af_298.html:130:13104:13123 Aux Vases Karnack, Texas -0.483631144002422242 +57271 aapg_ai_811.html aapg_ai_811.html:270:37873:37895 Lime Creek Missouri River -0.455595651058867956 +57272 gsa_html_8236729701 gsa_html_8236729701:199:20941:20968 Tuna Canyon Chatsworth House -0.479254814429897757 +57273 palaios_html_6528985782 palaios_html_6528985782:115:15145:15170 Beaufort KwaZulu-Natal -0.440254051746647612 +57274 aapg_ai_388.html aapg_ai_388.html:318:33198:33217 Rock Springs Wasatch Range -0.0271922402503122773 +57275 cspg_html_5358383351 cspg_html_5358383351:618:84584:84603 Windsor Bridgetown, Nova Scotia -0.464706706380762058 +57276 gsa_html_1744648670 gsa_html_1744648670:1667:145370:145405 Kingston Peak California -0.4864081422828892 +57277 aapg_ae_75.html aapg_ae_75.html:43:6993:7021 El Paso Colina, Chile -0.444916336311243943 +57278 gsa_html_4137054086 gsa_html_4137054086:168:14974:14983 Caledonia New Brunswick, New Jersey -0.44951252529713398 +57279 gsa_html_1582166619 gsa_html_1582166619:648:60136:60146 Tuscaloosa Chilton County, Alabama 0.0628738233650810441 +57280 gsa_html_5625878232 gsa_html_5625878232:298:41599:41610 San Antonio Pacific coast -0.448377013151321557 +57281 aapg_aa_302.html aapg_aa_302.html:563:66196:66211 Weber Colorado 0.0366553528203458837 +57282 gsa_html_6498278239 gsa_html_6498278239:14:744:751 El Paso Texas -0.480853789677316845 +57283 cspg_html_8049997704 cspg_html_8049997704:6:326:336 Milk River Colorado -0.449451899065432481 +57284 geology_html_2822996439 geology_html_2822996439:282:22251:22258 Herring Calais, Maine -0.464706706380762058 +57285 cspg_html_7896958755 cspg_html_7896958755:46:5921:5962 Clearwater Lacombe, Alberta -0.363860841293257742 +57286 aapg_ac_983.html aapg_ac_983.html:384:60517:60527 Lane Wyandotte, Michigan -0.00243726702917233546 +57287 gsa_html_6971334714 gsa_html_6971334714:712:70668:70675 El Paso Las Cruces, New Mexico -0.441437455474761709 +57288 aapg_ah_646.html aapg_ah_646.html:21:3040:3056 Chinle Colorado Plateau -0.00108399958960863079 +57289 aapg_af_890.html aapg_af_890.html:183:18204:18222 Grayburg Texas 0.361337833013773091 +57290 aapg_ai_357.html aapg_ai_357.html:249:28980:28987 Bigford Carrizo Plain -0.473815322787249471 +57291 aapg_ai_82.html aapg_ai_82.html:373:41139:41149 Greenbrier Huntington, West Virginia -0.445157668105484183 +57292 cspg_html_6252417471 cspg_html_6252417471:193:28393:28409 Kanguk Banks Island -0.474875091382084724 +57293 aapg_af_105.html aapg_af_105.html:6:989:997 Eminence Gasconade River -0.0171725037246518962 +57294 cspg_html_2208643572 cspg_html_2208643572:522:57397:57418 Fernie Victoria, British Columbia -0.485780894532253815 +57295 aapg_af_143.html aapg_af_143.html:412:40056:40075 Knoxville California -0.422356792753443622 +57296 sedimentology_html_2806065367 sedimentology_html_2806065367:107:12699:12718 Camp Rice Corralitos, California -0.464473797617463435 +57297 aapg_aa_124.html aapg_aa_124.html:240:25009:25029 Cadomin Lacombe, Alberta -0.028002582716924157 +57298 aapg_aa_463.html aapg_aa_463.html:93:18274:18302 Sunniland Florida -0.477872040110580265 +57299 aapg_aa_976.html aapg_aa_976.html:239:29419:29435 Dakota Monmouth -0.412799667795391623 +57300 cspg_html_5345848475 cspg_html_5345848475:116:15725:15739 Colorado Regina, Saskatchewan -0.473856858113634927 +57301 palaios_html_5212272868 palaios_html_5212272868:260:29472:29482 Washington Salem, Oregon -0.0172889404553563421 +57302 aapg_ah_645.html aapg_ah_645.html:555:68032:68037 Piper Black Hills 0.677204810425512949 +57303 geology_html_3853288888 geology_html_3853288888:249:22233:22237 Dean Anchorage, Alaska -0.486457311735010611 +57304 gsa_html_9613801428 gsa_html_9613801428:585:62446:62474 Talkeetna Tonga -0.448377013151321557 +57305 sedimentology_html_7518899751 sedimentology_html_7518899751:1632:86880:86895 Leduc Lacombe, Alberta -0.0129759471663572871 +57306 aapg_ae_789.html aapg_ae_789.html:571:66227:66240 Wabamun Drumheller -0.454235799563449505 +57307 cspg_html_9768299963 cspg_html_9768299963:200:20892:20900 Scollard Horseshoe Canyon Formation -0.466073422560892126 +57308 aapg_ai_31.html aapg_ai_31.html:286:28532:28541 Catahoula Oakville, California -0.47395378155658785 +57309 cspg_html_1372398575 cspg_html_1372398575:28:4770:4788 Scollard Saint Kitts and Nevis -0.455229509631582041 +57310 cspg_html_5783501569 cspg_html_5783501569:248:24114:24133 Waterfowl Canmore, Alberta -0.445106268068768518 +57311 aapg_af_129.html aapg_af_129.html:329:34844:34852 Colorado Rocky Mountain Arsenal National Wildlife Refuge -0.0116206764451377564 +57312 aapg_ai_145.html aapg_ai_145.html:149:19104:19112 Coalspur The Guardian -0.479670542308177961 +57313 aapg_ae_369.html aapg_ae_369.html:3:383:393 Tuscaloosa Alabama 0.00738665861447657893 +57314 aapg_af_353.html aapg_af_353.html:14:1637:1642 Sespe Los Angeles -0.00936896389642591365 +57315 gsa_html_5773604426 gsa_html_5773604426:729:61624:61636 Wilcox Shreveport, Louisiana -0.436929900849743147 +57316 aapg_aa_563.html aapg_aa_563.html:369:47376:47394 Anacacho Uvalde, Texas -0.511053760151644054 +57317 aapg_af_653.html aapg_af_653.html:31:3880:3886 Neroly Monterey, California -0.0115181647621516343 +57318 cspg_html_4298557570 cspg_html_4298557570:356:45558:45574 Battle Red Deer, Alberta 0.00448890772882104463 +57319 cspg_html_6546794930 cspg_html_6546794930:31:2709:2718 Keg River Bonaire -0.474992922950619234 +57320 palaios_html_3105248303 palaios_html_3105248303:408:39075:39089 Point Pleasant Fulton, Missouri -0.0435562539048757053 +57321 geology_html_6792261432 geology_html_6792261432:259:23897:23903 Denver Colorado -0.488731563736560848 +57322 cspg_html_7872970297 cspg_html_7872970297:75:8505:8513 Columbia Logan, Utah -0.415133074492044396 +57323 aapg_ai_105.html aapg_ai_105.html:298:33821:33827 Midway Oquirrh Mountain Utah Temple -0.0397082576932654904 +57324 gsa_html_4308966435 gsa_html_4308966435:1218:120681:120698 Woodman Denver -0.0176486817607870612 +57325 jgeology_html_9215313444 jgeology_html_9215313444:89:3636:3646 Washington Washington (state) -0.443688311537407287 +57326 aapg_ai_28.html aapg_ai_28.html:838:80065:80071 Goliad Victoria, British Columbia -0.036255097654164431 +57327 gsa_html_3648258377 gsa_html_3648258377:458:44341:44371 Merchantville Bass River Township, New Jersey -0.434558307819543299 +57328 cspg_html_2498183035 cspg_html_2498183035:172:19692:19702 Swan Hills Swan Hill, Victoria -0.0443365036009496297 +57329 cspg_html_9778753186 cspg_html_9778753186:104:15057:15074 Cadomin Cordillera Administrative Region -0.0432514880119703529 +57330 gsa_html_6039599383 gsa_html_6039599383:626:59585:59590 Piper Canada -0.429947310326277143 +57331 aapg_ai_94.html aapg_ai_94.html:249:34195:34201 Sierra Cordillera Administrative Region -0.467889067103673728 +57332 geology_html_3221396549 geology_html_3221396549:13:639:648 San Diego La Jolla -0.431086943566786673 +57333 aapg_af_666.html aapg_af_666.html:542:45680:45701 Green River Cheyenne, Wyoming -0.433387995206966137 +57334 cspg_html_5541937700 cspg_html_5541937700:884:108196:108212 Viking Lacombe, Alberta -0.465705253187009671 +57335 aapg_ae_757.html aapg_ae_757.html:1068:75718:75737 Niobrara Fremont, California 0.28459740221095603 +57336 aapg_ae_35.html aapg_ae_35.html:91:8764:8775 Green River Wasatch Range -0.453495743339231705 +57337 gsa_html_1860930948 gsa_html_1860930948:744:74222:74245 Burro Canyon Cedar Mountains -0.020196595303077311 +57338 aapg_ac_867.html aapg_ac_867.html:680:92881:92897 Casper Cheyenne, Wyoming -0.49252218048089591 +57339 aapg_ah_647.html aapg_ah_647.html:404:43956:43974 Paradise New Mexico -0.0143434446267858666 +57340 gsa_html_8821895687 gsa_html_8821895687:735:60267:60283 Fish Canyon Tuff Colorado -0.0281695262279110618 +57341 aapg_ae_118.html aapg_ae_118.html:509:50021:50029 Colorado Loveland, Ohio -0.0211212969560606381 +57342 aapg_ad_427.html aapg_ad_427.html:123:12825:12832 Rodessa Smith County, Kansas -0.449871874526764137 +57343 cspg_html_6437711782 cspg_html_6437711782:31:3808:3835 Packsaddle Schist Texas -0.48294529227432792 +57344 cspg_html_7086880709 cspg_html_7086880709:371:49060:49068 Columbia Victoria, British Columbia -0.455279223830003521 +57345 aapg_ad_221.html aapg_ad_221.html:149:13434:13444 Brownstown Texas -0.473238647285217195 +57346 aapg_ah_505.html aapg_ah_505.html:1499:120263:120276 Blue Mountain Cheyenne Mountain -0.424706781734201677 +57347 aapg_ae_305.html aapg_ae_305.html:1586:151531:151536 Colon Barinas State -0.435661502416701596 +57348 aapg_ai_279.html aapg_ai_279.html:27:4805:4812 Yucatan Honduras -0.0392835092525669338 +57349 cspg_html_7750771523 cspg_html_7750771523:208:23563:23569 Denver Colorado -0.0581693509362974023 +57350 aapg_ah_536.html aapg_ah_536.html:336:45309:45326 Rodessa East Texas 0.433568967256279691 +57351 gsa_html_8951179545 gsa_html_8951179545:537:66433:66466 Carrizo Texas -0.428824418473081392 +57352 geology_html_4393438384 geology_html_4393438384:45:4747:4755 Virginia Virginia -0.070230405725123346 +57353 AMJC_html_4692260170 AMJC_html_4692260170:858:93056:93075 Littleton New Hampshire -0.456337429672799166 +57354 aapg_ah_157.html aapg_ah_157.html:175:24131:24141 Eau Claire Galesville, Maryland -0.418529603382018334 +57355 aapg_ac_867.html aapg_ac_867.html:292:40306:40328 Paradox Lisbon -0.0257194847392249668 +57356 aapg_aa_114.html aapg_aa_114.html:16:2527:2562 Cupido Matamoros, Tamaulipas -0.448350101124535771 +57357 aapg_ae_803.html aapg_ae_803.html:294:36621:36638 Todos Santos Santa Rosa, California -0.0202678582495696563 +57358 aapg_ad_836.html aapg_ad_836.html:927:79231:79244 Viola Nemaha County, Kansas -0.450519060159522589 +57359 jgeology_html_5970406003 jgeology_html_5970406003:360:25915:25921 Denver Colorado -0.0517421611604156687 +57360 aapg_ad_178.html aapg_ad_178.html:47:4572:4577 Yukon Victoria, British Columbia -0.111616007914926749 +57361 aapg_ad_800.html aapg_ad_800.html:105:12283:12294 Coffee Lee County, Alabama 0.375064524445095304 +57362 aapg_ai_366.html aapg_ai_366.html:115:12862:12880 Columbia Hockley -0.468054102450840448 +57363 cspg_html_2969995408 cspg_html_2969995408:77:9574:9584 Kotaneelee Wapiti, Wyoming 0.980037436360850944 +57364 gsa_html_5894524520 gsa_html_5894524520:228:29465:29475 Washington Montgomery (town), New York -0.0145241610261636171 +57365 aapg_af_854.html aapg_af_854.html:1425:207562:207583 Tar Springs Bethel, Alaska -0.0312427146313614852 +57366 gsa_html_6837513060 gsa_html_6837513060:159:14824:14830 Renton Black River, Jamaica -0.473903010792736112 +57367 aapg_ah_476.html aapg_ah_476.html:51:6893:6909 Atoka Atoka, Oklahoma -0.0628808085540469575 +57368 gsa_html_3649667431 gsa_html_3649667431:1037:85156:85165 South Rim Arizona -0.0885612051895808966 +57369 aapg_ad_317.html aapg_ad_317.html:244:22263:22296 Nittany Pennsylvania -0.0423511843522919873 +57370 cspg_html_5810500722 cspg_html_5810500722:74:10670:10678 Columbia Victoria, British Columbia -0.459860167847925383 +57371 palaios_html_6162571829 palaios_html_6162571829:1139:108720:108743 Montney Victoria, British Columbia -0.0268166470016257402 +57372 cspg_html_9343899465 cspg_html_9343899465:1764:143704:143713 Hell Gate Ellesmere Island -0.483015252079283031 +57373 palaios_html_3889678675 palaios_html_3889678675:1262:115719:115729 Washington Salem, Oregon -0.0852695146736598825 +57374 cspg_html_5697056884 cspg_html_5697056884:117:12172:12185 Earlie Regina, Saskatchewan -0.437953842888147871 +57375 gsa_html_1617077506 gsa_html_1617077506:806:80058:80066 Columbia Victoria, British Columbia -0.455229509631582041 +57376 aapg_ae_692.html aapg_ae_692.html:865:75687:75695 Colorado Denver -0.49593907588154873 +57377 cspg_html_3178645840 cspg_html_3178645840:290:35669:35677 Columbia Victoria, British Columbia -0.0131340660726573313 +57378 gsa_html_9181545711 gsa_html_9181545711:526:48587:48606 Ingleside Colorado -0.489913286480908206 +57379 jgeology_html_4305195651 jgeology_html_4305195651:551:65050:65067 Oneonta Middlesex -0.478488911708928044 +57380 aapg_ah_157.html aapg_ah_157.html:244:34413:34439 Wapsipinicon Illinois 0.747027522256456189 +57381 cspg_html_3008414459 cspg_html_3008414459:584:66401:66409 Colorado Denver -0.0605656576216307002 +57382 jgeology_html_7189790958 jgeology_html_7189790958:163:13388:13396 Coeymans New Scotland, New York -0.464419004431934179 +57383 jgeology_html_4305195651 jgeology_html_4305195651:648:81033:81051 Catskill Selinsgrove Area School District -0.482430096983488987 +57384 aapg_aa_644.html aapg_aa_644.html:177:19647:19667 Ephraim Conglomerate Boise, Idaho -0.0389701822838023973 +57385 gsa_html_5158209975 gsa_html_5158209975:291:26782:26791 Red River Arkansas River 0.0184411768934200637 +57386 aapg_ah_536.html aapg_ah_536.html:129:17832:17837 Sligo County Sligo -0.402962501254613081 +57387 aapg_ah_231.html aapg_ah_231.html:77:7218:7227 Smackover Shreveport, Louisiana -0.414457782643873285 +57388 aapg_ak_76.html aapg_ak_76.html:178:27081:27096 Ponce Trinidad and Tobago -0.462858816604136858 +57389 aapg_ad_721.html aapg_ad_721.html:550:51086:51096 San Andres El Capitan -0.447328029963478757 +57390 gsa_html_3368386568 gsa_html_3368386568:557:46427:46439 Owens Valley Death Valley -0.444856013246054061 +57391 aapg_ai_30.html aapg_ai_30.html:24:2949:2956 Lagarto Oakville, California -0.479496330331430576 +57392 aapg_ad_335.html aapg_ad_335.html:35:5416:5422 Casper Lamont, California -0.45295011354581094 +57393 aapg_ae_789.html aapg_ae_789.html:26:4214:4221 Wabamun Lacombe, Alberta -0.194528122358167049 +57394 aapg_aa_399.html aapg_aa_399.html:503:46065:46078 Turner Valley Edmonton, London -0.0665386916215595231 +57395 aapg_ae_71.html aapg_ae_71.html:485:40973:40981 Toroweap Logan, Utah -0.217684487760916701 +57396 gsa_html_3436154175 gsa_html_3436154175:1120:89122:89143 Green River Cheyenne, Wyoming -0.0158448200336194084 +57397 aapg_af_502.html aapg_af_502.html:438:45259:45290 Smackover Arkansas -0.00125424333549307727 +57398 aapg_ad_69.html aapg_ad_69.html:279:19393:19401 Sundance Fort Union Trading Post National Historic Site -0.00564243327627664357 +57399 aapg_ac_841.html aapg_ac_841.html:1973:188358:188365 Gracias Comayagua 0.00828311544079899167 +57400 cspg_html_9843429624 cspg_html_9843429624:122:15015:15033 Grosmont Lacombe, Alberta 0.0148716961108937215 +57401 gsa_html_6459168056 gsa_html_6459168056:60:3713:3741 Green River Colorado -0.025689926843247262 +57402 aapg_ah_4.html aapg_ah_4.html:101:16327:16339 Salina Talara Province -0.460487277041231158 +57403 aapg_ac_337.html aapg_ac_337.html:65:6461:6479 Converse Hartville, Missouri -0.0323925309205377876 +57404 aapg_ae_86.html aapg_ae_86.html:26:2879:2884 Weeks Frankfort, Illinois -0.486794549910148755 +57405 cspg_html_4773367370 cspg_html_4773367370:201:18828:18852 Pense Williston Basin -0.458180950614220484 +57406 aapg_ai_278.html aapg_ai_278.html:1071:122255:122265 Cedar Keys Melbourne, Florida -0.037309716590806806 +57407 aapg_ad_357.html aapg_ad_357.html:134:12334:12364 Rico Paso Robles, California -0.42595400256464333 +57408 aapg_ac_333.html aapg_ac_333.html:557:67234:67240 Kaibab Logan, Utah -0.00680987700292186304 +57409 palaios_html_8153737238 palaios_html_8153737238:424:46507:46526 Bedford China -0.0188530778518021767 +57410 cspg_html_4287356899 cspg_html_4287356899:11:1871:1885 Lisburne Anchorage, Alaska -0.510952494440722882 +57411 aapg_ah_370.html aapg_ah_370.html:517:39512:39534 Norway Point Alpena, Michigan -0.467950951742638677 +57412 aapg_ae_471.html aapg_ae_471.html:197:19557:19563 Paluxy Lewisville, Texas -0.0368380831673493919 +57413 aapg_ai_477.html aapg_ai_477.html:29:4061:4069 Columbia Victoria, British Columbia -0.472823676298187945 +57414 gsa_html_4919500515 gsa_html_4919500515:1179:105199:105207 Colorado Anchorage, Alaska -0.0131340660726573313 +57415 geology_html_6254924018 geology_html_6254924018:98:10405:10415 Fort Union Wasatch Range -0.028708628918134603 +57416 palaios_html_8915371254 palaios_html_8915371254:574:38309:38325 Brasso Trinidad and Tobago -0.371954779508702482 +57417 aapg_ac_924.html aapg_ac_924.html:430:45895:45908 Madison Logan, Utah -0.0720946960708097884 +57418 aapg_ae_296.html aapg_ae_296.html:172:18347:18351 Yeso New Mexico -0.0159925297595795608 +57419 aapg_ae_60.html aapg_ae_60.html:331:36139:36160 Fort Union Fort Union Trading Post National Historic Site 0.00773064589700992767 +57420 aapg_af_143.html aapg_af_143.html:947:95155:95182 Otter Wedderburn, Victoria 0.0151114980887050287 +57421 aapg_ae_884.html aapg_ae_884.html:129:16641:16653 Pierre Trinidad and Tobago -0.405210632970263107 +57422 cspg_html_7023269572 cspg_html_7023269572:6:249:280 Ramparts Canada -0.0311261736195743571 +57423 sedimentology_html_7586891792 sedimentology_html_7586891792:30:1756:1762 Brazil Egham Hythe -0.518086119858462979 +57424 cspg_html_3008414459 cspg_html_3008414459:163:22086:22118 Provincial Deadhorse, Alaska -0.0531596434481698826 +57425 aapg_ah_532.html aapg_ah_532.html:9:1082:1097 Ouray San Juan Mountains 0.439152084331835113 +57426 aapg_ac_91.html aapg_ac_91.html:480:36835:36856 Little Flat Boise, Idaho -0.0284721166530200707 +57427 cspg_html_9468274627 cspg_html_9468274627:48:6365:6373 Columbia Victoria, British Columbia -0.478307979059971577 +57428 aapg_ah_847.html aapg_ah_847.html:310:36886:36897 Hornerstown New Egypt, New Jersey -0.434527375159215246 +57429 aapg_af_886.html aapg_af_886.html:322:14665:14686 Vicksburg Texas -0.450608983410958508 +57430 aapg_af_363.html aapg_af_363.html:287:38001:38021 Greenbrier Chattanooga, Tennessee -0.0246571760456421665 +57431 cspg_html_1019614994 cspg_html_1019614994:434:73231:73245 Banff Lacombe, Alberta 0.766304410385098667 +57432 aapg_af_143.html aapg_af_143.html:1319:134879:134885 Oregon Durham, North Carolina -0.468015132988553406 +57433 gsa_html_8951179545 gsa_html_8951179545:450:55224:55236 Wilcox Sevier orogeny -0.435679199475508039 +57434 aapg_af_561.html aapg_af_561.html:551:50834:50851 Wasatch Wasatch Range -0.464820899663721254 +57435 aapg_ad_801.html aapg_ad_801.html:208:22756:22765 Cockfield Alabama -0.461947691336281385 +57436 aapg_ah_311.html aapg_ah_311.html:31:4733:4783 Fort Union Fort Union Trading Post National Historic Site -0.381256947923204415 +57437 aapg_ah_311.html aapg_ah_311.html:91:8989:9003 Sentinel Butte Morton County, North Dakota 0.382096949005495401 +57438 cspg_html_2703495345 cspg_html_2703495345:72:12279:12297 Mohawk Logan, Utah -0.491332113292233474 +57439 aapg_aa_357.html aapg_aa_357.html:536:47021:47042 Summerville San Rafael Swell -0.440254051746647612 +57440 gsa_html_5952049575 gsa_html_5952049575:82:8725:8735 Fort Union Wasatch Range 1.08246442741420101 +57441 gsa_html_7272439065 gsa_html_7272439065:630:64001:64029 Green River Colorado -0.0261715541385612628 +57442 aapg_af_92.html aapg_af_92.html:518:48654:48681 Prospect San Francisco -0.0156814715209821626 +57443 cspg_html_8250755331 cspg_html_8250755331:766:76796:76814 Kaskapau Lacombe, Alberta 0.000858166175472142184 +57444 gsa_html_9569209726 gsa_html_9569209726:936:86335:86343 San Jose Washington (state) -0.0548983204460002719 +57445 geology_html_5717057937 geology_html_5717057937:9:296:303 Paradox Olympic National Park -0.0317836884462165403 +57446 geology_html_4257687214 geology_html_4257687214:238:22315:22333 Monterey California -0.463362613223226583 +57447 gsa_html_6869840610 gsa_html_6869840610:82:6997:7019 Gardner Canyon Hidden Valley, Indiana -0.455197874748240694 +57448 aapg_ai_583.html aapg_ai_583.html:860:87782:87788 Casper Colorado -5.55896937595331918e-05 +57449 gsa_html_9303702379 gsa_html_9303702379:75:8138:8154 Rivas El Viejo -0.492215666694549525 +57450 aapg_ai_146.html aapg_ai_146.html:145:11459:11469 Swift Lacombe, Alberta -0.466144329889246756 +57451 aapg_ac_628.html aapg_ac_628.html:352:58356:58364 Colorado Indianola, Iowa -0.0641173157526796905 +57452 gsa_html_9207276905 gsa_html_9207276905:61:6317:6325 Columbia Victoria, British Columbia 0.00587522535278851409 +57453 aapg_ad_167.html aapg_ad_167.html:62:9958:9973 Richmond Maysville, Kentucky -0.030023437417361392 +57454 aapg_ai_584.html aapg_ai_584.html:1360:134790:134812 Converse Middle East -0.476130470160059438 +57455 aapg_aa_934.html aapg_aa_934.html:81:10947:10967 San Andres Texas 0.0467578283362128366 +57456 geology_html_3145756851 geology_html_3145756851:198:21559:21565 Cannon Glenwood Springs, Colorado -0.0369546842337877615 +57457 aapg_ac_333.html aapg_ac_333.html:387:49265:49276 Uncompahgre San Juan Mountains -0.471009336433766579 +57458 aapg_ai_980.html aapg_ai_980.html:918:80553:80558 Swift Cut Bank, Montana -0.400920007653789767 +57459 cspg_html_7777724998 cspg_html_7777724998:44:5789:5826 Cadomin Lacombe, Alberta -0.447153316157111791 +57460 aapg_ac_575.html aapg_ac_575.html:78:12171:12177 Morgan Logan, Utah 0.391809072885163201 +57461 cspg_html_1025724640 cspg_html_1025724640:80:13776:13812 Nepean Ottawa, Kansas -0.0272913568249384605 +57462 aapg_ad_466.html aapg_ad_466.html:209:26393:26404 Hornerstown Monmouth County, New Jersey -0.160744714463041921 +57463 aapg_ak_76.html aapg_ak_76.html:147:22063:22070 Aymamon Arecibo Observatory -0.070230405725123346 +57464 aapg_ah_311.html aapg_ah_311.html:297:33168:33174 Taylor Stark County, Illinois -0.487607747652621382 +57465 aapg_ae_243.html aapg_ae_243.html:86:7219:7235 Custer Wichita Falls, Texas -0.507372811687786252 +57466 AMJC_html_9749062244 AMJC_html_9749062244:892:80169:80186 Charny Quebec City -0.485663921579086111 +57467 palaios_html_5582845937 palaios_html_5582845937:339:34677:34684 Hampton Virginia -0.462261924354454456 +57468 cspg_html_3385840278 cspg_html_3385840278:1494:170173:170194 Beaverhill Hay River (Canada) -0.451733774163315116 +57469 cspg_html_2695921112 cspg_html_2695921112:85:10021:10029 Bathurst Nashville Basin -0.439165406786194035 +57470 gsa_html_4558102376 gsa_html_4558102376:577:52423:52432 Hawke Bay Lake Wairarapa -0.450586501765938174 +57471 aapg_aa_45.html aapg_aa_45.html:317:39139:39147 Colorado Logan, Utah -0.0472770257306706979 +57472 aapg_ae_72.html aapg_ae_72.html:85:11175:11195 Leadville Ouray, Colorado -0.51703128019216904 +57473 cspg_html_9354781888 cspg_html_9354781888:468:42794:42805 Peace River Victoria, British Columbia -0.451875596518584666 +57474 palaios_html_1574666570 palaios_html_1574666570:96:8794:8798 Hall National Museum of the United States Air Force -0.0100621846511943919 +57475 aapg_ae_904.html aapg_ae_904.html:299:31258:31267 Whitewood Black Hills -0.4835517998191603 +57476 aapg_aa_712.html aapg_aa_712.html:151:20028:20039 Platteville Decorah, Iowa -0.428789280868512646 +57477 aapg_af_18.html aapg_af_18.html:79:9797:9813 Inyan Kara Black Hills 0.823597839403940601 +57478 gsa_html_3046135825 gsa_html_3046135825:23:950:960 Santa Cruz California -0.475196277624828634 +57479 aapg_ah_871.html aapg_ah_871.html:290:33551:33562 Chazy Champlain Valley -0.434251235823504111 +57480 cspg_html_7325522863 cspg_html_7325522863:519:73941:73963 Pine Point Canada -0.0500164465946093956 +57481 palaios_html_4745554613 palaios_html_4745554613:17:952:960 Columbia Victoria, British Columbia -0.463271407180362194 +57482 aapg_ae_548.html aapg_ae_548.html:480:53899:53908 San Diego California -0.0177825001131117176 +57483 aapg_ad_3.html aapg_ad_3.html:125:10324:10343 Gatesburg Pennsylvania -0.00639293020944086028 +57484 aapg_ai_183.html aapg_ai_183.html:32:4211:4222 Grand Forks Bow Island Airport -0.0538135585529799509 +57485 jgeology_html_1380249798 jgeology_html_1380249798:112:6491:6514 Bacons Castle Richmond, California -0.46279500750727276 +57486 gsa_html_1727503504 gsa_html_1727503504:699:74465:74472 Madison Wisconsin -0.530260024038875954 +57487 cspg_html_2882882278 cspg_html_2882882278:191:24063:24071 Columbia Victoria, British Columbia -0.0530811776943903371 +57488 aapg_ae_946.html aapg_ae_946.html:206:18259:18267 Lawrence Allegheny Mountains 0.00875567330735306688 +57489 sedimentology_html_8989921425 sedimentology_html_8989921425:1971:145220:145228 Temporal Virginia -0.477121254719662491 +57490 AMJC_html_9862385279 AMJC_html_9862385279:855:92367:92376 Extension England -0.498319708491524405 +57491 aapg_ad_749.html aapg_ad_749.html:130:10757:10769 Arroyo Carlsbad, New Mexico -0.0657978454028295967 +57492 aapg_aa_39.html aapg_aa_39.html:4:530:556 Pinkerton Trail Western world 0.965845727810041077 +57493 cspg_html_6116883777 cspg_html_6116883777:1290:178412:178420 Montreal Canada -0.0475070165492629953 +57494 aapg_af_968.html aapg_af_968.html:478:50257:50265 Colorado Denver -0.482931300996293389 +57495 geology_html_1092004691 geology_html_1092004691:14:573:583 Washington Western world -0.462166276497962936 +57496 aapg_ac_730.html aapg_ac_730.html:413:57992:58008 Toreva Kayenta, Arizona -0.479521879225688563 +57497 aapg_ac_235.html aapg_ac_235.html:369:37658:37666 Cloverly Western world 1.07013024101037613 +57498 aapg_ac_191.html aapg_ac_191.html:55:10088:10104 Cupido Coahuila -0.506936038542152412 +57499 aapg_ac_730.html aapg_ac_730.html:503:72907:72921 Wepo Mancos, Colorado -0.465616092314337648 +57500 gsa_html_6395675168 gsa_html_6395675168:11:586:594 Colorado Colorado -0.0556535689731957051 +57501 cspg_html_6306091047 cspg_html_6306091047:677:93212:93220 Columbia Victoria, British Columbia -0.0345376534934891677 +57502 gsa_html_4578909254 gsa_html_4578909254:64:4860:4888 Green River Colorado 0.0432776103847857113 +57503 aapg_ac_629.html aapg_ac_629.html:13:1701:1707 Lissie Wicomico County, Maryland -0.466782751574986277 +57504 cspg_html_4326384800 cspg_html_4326384800:995:145725:145746 Beaverhill Lacombe, Alberta -0.434805805785743127 +57505 aapg_ac_730.html aapg_ac_730.html:66:9636:9642 Dakota Mancos, Colorado -0.157581664838036539 +57506 aapg_ai_28.html aapg_ai_28.html:284:27631:27638 Lagarto Nueces River -0.459887424332023564 +57507 gsa_html_1154444143 gsa_html_1154444143:18:701:714 Santa Barbara California -0.468255854243320946 +57508 aapg_ai_49.html aapg_ai_49.html:487:62795:62811 Morgan Cheyenne, Wyoming -0.448296279445968116 +57509 sedimentology_html_4369226882 sedimentology_html_4369226882:900:76000:76010 Santa Cruz California -0.481905893496514026 +57510 cspg_html_9508543859 cspg_html_9508543859:174:19780:19791 Black River Middle East -0.4796264052884881 +57511 geology_html_9772573337 geology_html_9772573337:236:20931:20941 Santa Cruz California -0.465568086328610908 +57512 cspg_html_1354651543 cspg_html_1354651543:473:60276:60284 Columbia Victoria, British Columbia -0.492894862146309787 +57513 aapg_aa_644.html aapg_aa_644.html:843:64348:64356 Colorado Cheyenne, Wyoming -0.0704227507384947021 +57514 aapg_ac_400.html aapg_ac_400.html:121:12285:12295 Washington Bloomington, Indiana -0.437987106587424679 +57515 cspg_html_2040245760 cspg_html_2040245760:400:32588:32621 Pardonet Victoria, British Columbia -0.464256927711512946 +57516 aapg_ad_68.html aapg_ad_68.html:420:34991:35007 Waltersburg Palestinian territories -0.476935975501023179 +57517 aapg_ah_775.html aapg_ah_775.html:528:48783:48791 Colorado Colorado -0.0869396137977778566 +57518 aapg_ac_983.html aapg_ac_983.html:269:43265:43285 Fort Scott Iowa -0.257011606150458372 +57519 gsa_html_4837287019 gsa_html_4837287019:363:34352:34359 Calvert Seattle -0.474618689462150911 +57520 aapg_ah_921.html aapg_ah_921.html:30:5814:5822 Hibernia Saint Kitts and Nevis -0.0674246889394818638 +57521 AMJC_html_8619525948 AMJC_html_8619525948:455:54615:54627 Rhode Island Narragansett, Rhode Island -0.475554574599736102 +57522 aapg_ah_847.html aapg_ah_847.html:27:3504:3512 Navesink Closter, New Jersey -0.426679013535527729 +57523 cspg_html_9768299963 cspg_html_9768299963:152:16831:16847 Battle Lacombe, Alberta -0.44280960294495586 +57524 cspg_html_5360570542 cspg_html_5360570542:552:57165:57180 Sekwi Canada -0.425555590383520532 +57525 aapg_ad_865.html aapg_ad_865.html:514:51391:51408 Hermosa Ouray, Colorado -0.455184317280275863 +57526 aapg_aa_360.html aapg_aa_360.html:56:5561:5571 San Marcos Buda, Texas -0.137073015764475226 +57527 aapg_ac_64.html aapg_ac_64.html:395:37811:37833 Winnipegosis Regina, Saskatchewan -0.438752499306056365 +57528 aapg_ac_252.html aapg_ac_252.html:58:5585:5600 Molas Colorado -0.0247962629365806077 +57529 cspg_html_4516258038 cspg_html_4516258038:371:42164:42174 Blue Fiord Bathurst Island (Northern Territory) -0.437953842888147871 +57530 palaios_html_3306053371 palaios_html_3306053371:647:76419:76437 Moenkopi Los Angeles -0.0102706745632111761 +57531 aapg_ac_741.html aapg_ac_741.html:174:19444:19452 Niobrara Niobrara, Nebraska -0.449937021729037434 +57532 aapg_ah_541.html aapg_ah_541.html:135:18252:18262 Pottsville Allegheny Mountains -0.432346977926754639 +57533 aapg_ae_999.html aapg_ae_999.html:410:56965:56985 Catahoula Tampa, Florida -0.0193049620802523206 +57534 aapg_ad_283.html aapg_ad_283.html:432:49087:49097 San Andres Nashville Basin 0.0517595946794558726 +57535 gsa_html_5613364929 gsa_html_5613364929:932:87351:87360 Extension Boise, Idaho -0.451812561628617604 +57536 jgeology_html_8904089554 jgeology_html_8904089554:198:13610:13631 Caldwell Long Range Mountains -0.0181961258392134978 +57537 cspg_html_8990290265 cspg_html_8990290265:56:10304:10308 Elko Elko, Nevada -0.262551620307470202 +57538 aapg_ai_287.html aapg_ai_287.html:119:14535:14553 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) -0.481756844989031929 +57539 aapg_ai_367.html aapg_ai_367.html:363:24524:24531 Temblor California -0.448282824521055501 +57540 aapg_ad_361.html aapg_ad_361.html:295:19039:19053 Midway Mississippi River -0.0139559511282587399 +57541 sedimentology_html_5673709888 sedimentology_html_5673709888:1621:88339:88356 Gambier Burlington, Ontario 0.0129498836932117698 +57542 geology_html_7129477281 geology_html_7129477281:172:15795:15811 Pierre Niobrara, Nebraska -0.455229509631582041 +57543 aapg_af_11.html aapg_af_11.html:173:19486:19509 Elbert Ouray, Colorado -0.0119247384368411057 +57544 gsa_html_7464626519 gsa_html_7464626519:221:24946:24967 Uncompahgre Colorado -0.477130519718023338 +57545 sedimentology_html_8344884381 sedimentology_html_8344884381:1091:95479:95490 Haynesville Virginia -0.463579265049131273 +57546 AMJC_html_6341723617 AMJC_html_6341723617:547:51268:51272 Elko Flagstaff, Arizona -0.48422645917649243 +57547 cspg_html_7201476813 cspg_html_7201476813:266:32336:32345 Lodgepole Manitoba -0.418625207464451421 +57548 sedimentology_html_1182965539 sedimentology_html_1182965539:30:2117:2126 Knoxville Kingdom of the Netherlands -0.0581780758460495664 +57549 aapg_ae_29.html aapg_ae_29.html:465:54424:54430 Pocono Pottsville, Pennsylvania 0.00724767451713446368 +57550 aapg_ad_192.html aapg_ad_192.html:51:7027:7037 Tuscaloosa Shreveport, Louisiana -0.0152852690750857109 +57551 aapg_ae_324.html aapg_ae_324.html:160:15808:15829 Beekmantown Blackford, Somerset 0.289275157718579368 +57552 gsa_html_6105798111 gsa_html_6105798111:19:913:921 Colorado Colorado -0.0454843672721947159 +57553 jgeology_html_1313671806 jgeology_html_1313671806:88:3227:3237 Washington Italy -0.459919224612040101 +57554 aapg_aa_685.html aapg_aa_685.html:392:36348:36362 Flagstaff North Horn Formation -0.458675312427173743 +57555 aapg_ah_160.html aapg_ah_160.html:301:36180:36187 Wiarton Guelph -0.0602828706707072767 +57556 geology_html_7983757693 geology_html_7983757693:353:26120:26132 Austin Chalk Texas -0.48957011234425174 +57557 aapg_af_788.html aapg_af_788.html:572:55033:55043 Bell Dundee -0.474888953093082877 +57558 gsa_html_8951179545 gsa_html_8951179545:1135:107099:107115 Chinle Colorado -0.0292147099429476073 +57559 aapg_aa_901.html aapg_aa_901.html:258:26158:26173 Mowry Cheyenne, Wyoming -0.413497593269594454 +57560 aapg_aa_45.html aapg_aa_45.html:44:6452:6470 Moenkopi Middle East -0.430274979397902546 +57561 gsa_html_8398449001 gsa_html_8398449001:640:51717:51723 Nounan Bear Lake, Michigan -0.500830957900678664 +57562 aapg_ae_959.html aapg_ae_959.html:1081:78974:78987 Putnam Pueblo, Colorado -0.0576546019462155987 +57563 cspg_html_2838996125 cspg_html_2838996125:73:13499:13507 Ramparts Canada -0.463396817899322633 +57564 aapg_ac_765.html aapg_ac_765.html:10:1731:1762 Chinle Logan, Utah -0.245003050254555266 +57565 palaios_html_6100595217 palaios_html_6100595217:252:26569:26582 Moodys Branch Gosport, Indiana -0.470510360514459824 +57566 aapg_ac_924.html aapg_ac_924.html:1231:86119:86132 Madison Cheyenne, Wyoming -0.466782751574986277 +57567 aapg_ah_344.html aapg_ah_344.html:237:26266:26271 Eutaw Kansas City, Kansas 0.0264219371203866585 +57568 geology_html_6060647318 geology_html_6060647318:132:11879:11890 San Joaquin Sacramento, California -0.0216358132048967665 +57569 sedimentology_html_7390870545 sedimentology_html_7390870545:729:66306:66311 Baird Illinois -0.0590069959838379066 +57570 aapg_ad_695.html aapg_ad_695.html:382:24603:24613 Cane River Trinity County, Texas 0.0482109693364585756 +57571 aapg_ai_478.html aapg_ai_478.html:136:14007:14025 Spence River Great Slave Lake -0.462166276497962936 +57572 aapg_af_848.html aapg_af_848.html:6:713:737 Smackover Shreveport, Louisiana -0.467130759519596039 +57573 aapg_ac_126.html aapg_ac_126.html:147:21803:21820 Haynesville Texas -0.00518553772025417709 +57574 cspg_html_6121424055 cspg_html_6121424055:129:11046:11066 Pine Point Great Slave Lake -0.44844429668252761 +57575 cspg_html_8057060038 cspg_html_8057060038:290:32308:32335 Astoria Lacombe, Alberta -0.481759173673690755 +57576 aapg_af_653.html aapg_af_653.html:885:100813:100820 Temblor Monterey, California -0.0353397890519404831 +57577 gsa_html_1148525987 gsa_html_1148525987:500:39325:39353 Green River Colorado -0.0292651452152505043 +57578 cspg_html_9941518291 cspg_html_9941518291:521:76223:76250 Douro Little Cornwallis Island -0.430057253759890901 +57579 aapg_ae_295.html aapg_ae_295.html:211:24055:24061 Midway Arkadelphia, Arkansas -0.437049524484892205 +57580 aapg_ae_220.html aapg_ae_220.html:467:51127:51150 Nacatoch Arkansas -0.463396817899322633 +57581 aapg_ae_319.html aapg_ae_319.html:363:27861:27869 Woodside Uinta Mountains -0.0449670253897642563 +57582 aapg_ae_419.html aapg_ae_419.html:3468:219938:219956 Kiamichi Texas -0.01912594516902133 +57583 aapg_ad_144.html aapg_ad_144.html:59:4748:4754 Casper Cheyenne, Wyoming -0.0274096020892318319 +57584 cspg_html_6121424055 cspg_html_6121424055:93:7542:7557 Canol Lacombe, Alberta -0.472943536588278923 +57585 aapg_ad_691.html aapg_ad_691.html:54:6340:6349 Red River Austin, Chicago -0.443688311537407287 +57586 AMJC_html_6336294256 AMJC_html_6336294256:411:57106:57114 Colorado Maryland -0.486419849038802532 +57587 gsa_html_5865982995 gsa_html_5865982995:1364:144300:144307 Madison Colorado -0.0583176759976086131 +57588 aapg_ac_487.html aapg_ac_487.html:284:43689:43706 Yucatan Mexico -0.078814208906499178 +57589 cspg_html_2929384614 cspg_html_2929384614:319:37542:37549 Halfway Lacombe, Alberta -0.484077007932315562 +57590 gsa_html_3648258377 gsa_html_3648258377:169:14927:14960 Merchantville Merchantville, New Jersey -0.452977161832460395 +57591 geology_html_9222957862 geology_html_9222957862:13:532:542 Washington Vancouver -0.44948782523520614 +57592 cspg_html_9290046117 cspg_html_9290046117:66:8994:9001 Cadomin Mountain Park (Holyoke, Massachusetts) -0.461128473443845555 +57593 cspg_html_9343899465 cspg_html_9343899465:1600:130340:130349 Hecla Bay Banks Island -0.0261593828547695383 +57594 aapg_ae_181.html aapg_ae_181.html:183:26073:26084 Bluff Wilcox County, Georgia -0.0346298699616138864 +57595 cspg_html_4495377323 cspg_html_4495377323:212:26051:26070 Fernie Victoria, British Columbia -0.463821065177301928 +57596 aapg_ad_853.html aapg_ad_853.html:52:5835:5878 Basal Knox County, Illinois -0.0649348100920485449 +57597 palaios_html_5505127030 palaios_html_5505127030:64:5940:5950 Washington Anchorage, Alaska -0.0529312233263838083 +57598 gsa_html_6991576096 gsa_html_6991576096:666:59860:59892 Gunflint Iron Ontario, California -0.0459076709606554625 +57599 aapg_ac_400.html aapg_ac_400.html:326:38062:38065 Elk Lewis County, Washington -0.463910045923527747 +57600 aapg_ah_187.html aapg_ah_187.html:28:2927:2963 Boquillas Val Verde (fictional country) -0.438131262990121173 +57601 cspg_html_8558580101 cspg_html_8558580101:23:3291:3333 Mackenzie Lacombe, Alberta -0.00440204655713307986 +57602 aapg_ac_380.html aapg_ac_380.html:160:20154:20171 Coeymans New Scotland, New York 0.0374211018530512321 +57603 geology_html_9479757031 geology_html_9479757031:243:24821:24848 Columbia Washington (state) -0.455482628602140449 +57604 aapg_ad_98.html aapg_ad_98.html:789:72473:72490 Roberts Mountains Reno, Nevada -0.21399851785900062 +57605 geology_html_3821338208 geology_html_3821338208:258:21970:22001 Kope Cincinnati -0.0308043870775981631 +57606 aapg_ai_694.html aapg_ai_694.html:36:5287:5296 Ingleside Wisconsin -0.0164009085472750712 +57607 aapg_aa_756.html aapg_aa_756.html:350:37411:37448 Turner Valley Lacombe, Alberta -0.421244953243923137 +57608 cspg_html_3521815736 cspg_html_3521815736:276:38696:38710 Columbia Victoria, British Columbia -0.474863540124580097 +57609 aapg_ad_880.html aapg_ad_880.html:217:22720:22729 Spearfish Black Hills -1.20219034465818608 +57610 aapg_ae_71.html aapg_ae_71.html:293:27311:27328 Kayenta Chinle Formation -0.457786563407215019 +57611 gsa_html_2605108986 gsa_html_2605108986:775:64441:64449 Columbia Victoria, British Columbia -0.450707909241451543 +57612 palaios_html_2128779739 palaios_html_2128779739:313:34317:34331 Beaufort South Africa 0.00299316941719320615 +57613 sedimentology_html_9410532865 sedimentology_html_9410532865:1633:112374:112391 Wasatch Green River Formation -0.489400926759743782 +57614 aapg_ah_696.html aapg_ah_696.html:372:52397:52424 Columbia Boise, Idaho -0.0203634553137257354 +57615 aapg_ai_583.html aapg_ai_583.html:140:19635:19643 Sundance Black Hills -0.2880030884356094 +57616 aapg_ai_17.html aapg_ai_17.html:989:65437:65452 Vicksburg Shreveport, Louisiana -0.487138951235863149 +57617 aapg_ah_784.html aapg_ah_784.html:171:17145:17158 Yeso New Mexico -0.0842470653689250532 +57618 aapg_ad_599.html aapg_ad_599.html:302:37852:37859 Chemung Benson, Arizona 0.0683772486088850134 +57619 aapg_ac_191.html aapg_ac_191.html:181:29694:29711 Tamabra Matamoros, Tamaulipas -0.469051848391689397 +57620 cspg_html_3732003228 cspg_html_3732003228:205:27320:27324 Peel Lacombe, Alberta -0.0365892226375816657 +57621 gsa_html_6038465409 gsa_html_6038465409:601:54460:54466 Banner Wasserburg am Inn -0.462261924354454456 +57622 aapg_aa_805.html aapg_aa_805.html:362:34600:34605 Waicoe Svalbard 0.0627882554588273384 +57623 cspg_html_7839431712 cspg_html_7839431712:31:4302:4320 Foremost Milk River, Alberta -0.497066901209229584 +57624 aapg_ae_220.html aapg_ae_220.html:8:1159:1178 Smackover Cotton Valley, Louisiana -0.423076903173580265 +57625 aapg_af_166.html aapg_af_166.html:343:37229:37236 Fleming Hockley -0.0265071378839745256 +57626 cspg_html_9068495364 cspg_html_9068495364:406:46427:46434 Sayabec Quebec City -0.0185558826483486587 +57627 gsa_html_8881958017 gsa_html_8881958017:58:6390:6398 Columbia Victoria, British Columbia -0.0463571283574541332 +57628 aapg_ae_904.html aapg_ae_904.html:95:9472:9491 Greenhorn Benton, Arkansas -0.447556552129163121 +57629 aapg_ah_329.html aapg_ah_329.html:75:7576:7593 Sisquoc Monterey, California -0.0135788887974534252 +57630 aapg_ai_82.html aapg_ai_82.html:290:31574:31594 Greenbrier Greenbrier (Great Smoky Mountains) -0.046510437316175636 +57631 geology_html_5828016264 geology_html_5828016264:292:22055:22066 Green River Kentucky -0.463478914486847693 +57632 cspg_html_5542874609 cspg_html_5542874609:15:2363:2384 Belly River Lacombe, Alberta -0.445989406971527558 +57633 aapg_ac_730.html aapg_ac_730.html:742:104579:104585 Pueblo California -0.033773852470743819 +57634 gsa_html_1491636326 gsa_html_1491636326:1524:116208:116241 Toro Chile 0.000548948298213387093 +57635 aapg_aa_193.html aapg_aa_193.html:539:50858:50875 Jupiter Anticosti Island -0.17819136819468781 +57636 AMJC_html_7085584544 AMJC_html_7085584544:157:20476:20498 Beartooth Fort Union Trading Post National Historic Site -0.465787563493960222 +57637 aapg_ad_893.html aapg_ad_893.html:316:39290:39309 Tantoyuca Mexico -0.460946527021081187 +57638 aapg_af_22.html aapg_af_22.html:503:58017:58030 Turner Valley Lacombe, Alberta 0.000132025523515305647 +57639 cspg_html_3271078123 cspg_html_3271078123:12:1150:1184 Waterways Lacombe, Alberta -0.00153219252139514682 +57640 aapg_ac_574.html aapg_ac_574.html:234:26490:26504 Elko Salem, Oregon -0.423520148342334979 +57641 cspg_html_2570555346 cspg_html_2570555346:456:54120:54136 Table Head Middle Ordovician -0.420800576179594099 +57642 aapg_ae_918.html aapg_ae_918.html:195:11618:11626 Eminence Pecos County, Texas -0.0282234355137958928 +57643 aapg_ai_873.html aapg_ai_873.html:117:11353:11358 Salem Bloomington, Indiana -0.0525145061953963335 +57644 aapg_ad_784.html aapg_ad_784.html:438:46718:46730 Tejon Ojai, California -0.0600280242274353476 +57645 sedimentology_html_7514538550 sedimentology_html_7514538550:645:65561:65569 Colorado Nueces County, Texas -0.0743708697972152444 +57646 cspg_html_7866293053 cspg_html_7866293053:634:64888:64896 Edmonton Clearwater, Florida -0.477308890203395286 +57647 aapg_ac_952.html aapg_ac_952.html:23:2444:2453 Morehouse Arkansas -0.0290321011190772874 +57648 cspg_html_5971009166 cspg_html_5971009166:457:51941:51964 Watt Mountain Lacombe, Alberta -0.442595627901035182 +57649 sedimentology_html_3941612453 sedimentology_html_3941612453:63:7328:7338 Washington Salem, Oregon -0.464405306663695727 +57650 cspg_html_4937997995 cspg_html_4937997995:207:24146:24162 Bad Cache Rapids Churchill River (Atlantic) -0.448350101124535771 +57651 gsa_html_2638848763 gsa_html_2638848763:893:68638:68666 Green River Colorado 0.0295434123424303807 +57652 aapg_ah_869.html aapg_ah_869.html:1019:95072:95078 Dakota Cheyenne County, Kansas 0.0989234900076038509 +57653 aapg_ad_145.html aapg_ad_145.html:16:1829:1855 Entrada Cedar Mountains -0.401880915183389198 +57654 gsa_html_4216613284 gsa_html_4216613284:320:37157:37173 Colton Grand Canyon -0.460946527021081187 +57655 aapg_af_274.html aapg_af_274.html:606:68355:68359 Bern Canton of Fribourg -0.0406396375841217364 +57656 aapg_af_854.html aapg_af_854.html:941:132922:132938 Bethel Bethel, Alaska -0.00258840277417883959 +57657 aapg_ai_243.html aapg_ai_243.html:148:14767:14787 Tuscaloosa Tuscaloosa, Alabama -0.456661018199272462 +57658 aapg_ai_999.html aapg_ai_999.html:10:1766:1786 Twin Creek Boise, Idaho -0.486401118306284352 +57659 geology_html_4704655873 geology_html_4704655873:281:22448:22488 Bruce Perth, Western Australia -0.0322951140020652852 +57660 aapg_ad_599.html aapg_ad_599.html:252:31594:31601 Chemung Catskill Mountains -0.44714211768966694 +57661 cspg_html_2659248847 cspg_html_2659248847:672:66365:66382 Kuparuk Anchorage, Alaska -0.487987661646075377 +57662 geology_html_5494505242 geology_html_5494505242:226:17377:17381 Bell Berlin -0.452382285720717148 +57663 cspg_html_9113030208 cspg_html_9113030208:6:314:348 Otto Fiord Ellesmere Island -0.436092963472802964 +57664 aapg_aa_644.html aapg_aa_644.html:220:22291:22311 Ephraim Conglomerate Cheyenne, Wyoming -0.471501691978871318 +57665 aapg_ah_311.html aapg_ah_311.html:233:24559:24583 Sentinel Butte Wasatch Range -0.0469494744747350756 +57666 cspg_html_2013109828 cspg_html_2013109828:260:47786:47802 Eager Boulder Creek (Colorado) -0.442548827459522287 +57667 aapg_aa_124.html aapg_aa_124.html:754:79107:79124 Viking Bow Island Airport -0.420269334815252471 +57668 aapg_ad_958.html aapg_ad_958.html:1033:107275:107280 Salem Lane County, Oregon -0.48422645917649243 +57669 sedimentology_html_8802279411 sedimentology_html_8802279411:615:46624:46658 Noonday Dolomite East Palo Alto, California -0.472528705500211532 +57670 aapg_ah_182.html aapg_ah_182.html:29:3614:3641 Jacksonburg Closter, New Jersey -0.454041701910604445 +57671 aapg_ae_177.html aapg_ae_177.html:3:388:419 Calmar Central Alberta -0.445016883536767272 +57672 aapg_ah_530.html aapg_ah_530.html:7:1107:1119 Percha Arizona -0.485336482309537631 +57673 cspg_html_2035826481 cspg_html_2035826481:29:2476:2507 Devon Island Middle Ordovician -0.46927678392355654 +57674 aapg_aa_82.html aapg_aa_82.html:241:24795:24803 Wolfcamp Sheffield station -0.42773794978433255 +57675 gsa_html_7173708345 gsa_html_7173708345:866:69146:69172 Forest Anchorage, Alaska -0.489119025533207352 +57676 cspg_html_1503116552 cspg_html_1503116552:1823:250553:250576 Watt Mountain Lacombe, Alberta -0.454113919430063184 +57677 aapg_ah_219.html aapg_ah_219.html:3:384:392 Michigan Michigan -0.448296279445968116 +57678 cspg_html_3367984758 cspg_html_3367984758:14:1252:1264 Saskatchewan Lacombe, Alberta -0.438326464087016476 +57679 cspg_html_3367984758 cspg_html_3367984758:250:33191:33199 Columbia Victoria, British Columbia -0.00109094831221136397 +57680 aapg_ae_519.html aapg_ae_519.html:314:34630:34637 Chemung Pocono Raceway 0.0247215035751388347 +57681 palaios_html_2517822822 palaios_html_2517822822:169:16371:16394 Negaunee Iron Michigan -0.479459169650376604 +57682 palaios_html_8699778504 palaios_html_8699778504:434:36206:36216 Florissant Colorado -0.479459169650376604 +57683 aapg_ae_546.html aapg_ae_546.html:329:34690:34703 Cotton Valley Shreveport, Louisiana -0.441860465923672896 +57684 cspg_html_2650524233 cspg_html_2650524233:87:12247:12253 Battle Regina, Saskatchewan 1.01562581708882971 +57685 aapg_aa_869.html aapg_aa_869.html:445:57363:57369 Sierra Texas -0.477130519718023338 +57686 gsa_html_4031652840 gsa_html_4031652840:12:525:531 Denver Colorado -0.480611894173340604 +57687 aapg_ac_913.html aapg_ac_913.html:146:13778:13787 Wapanucka Hartshorne, Oklahoma -0.538175896445411972 +57688 gsa_html_5628658687 gsa_html_5628658687:800:77349:77374 Mount Wrightson Arizona -0.516759285399299273 +57689 gsa_html_4243887096 gsa_html_4243887096:9:311:330 Wenatchee Washington (state) -0.193170210934819148 +57690 cspg_html_3501550466 cspg_html_3501550466:867:103748:103765 Duperow Williston, Vermont -0.454414135268558672 +57691 aapg_ah_435.html aapg_ah_435.html:329:39748:39766 Oakville San Juan, Argentina -0.0244381167530825782 +57692 sedimentology_html_5928847406 sedimentology_html_5928847406:622:45117:45123 Guelph Canada -0.040359343442637502 +57693 aapg_af_342.html aapg_af_342.html:35:5290:5299 Williston Ocala, Florida -0.0213629091377398328 +57694 aapg_ad_946.html aapg_ad_946.html:515:53026:53044 Evanston Cheyenne, Wyoming 0.0171898823018941105 +57695 cspg_html_7779401416 cspg_html_7779401416:95:11784:11805 Fossil Hill Guelph 0.0383296341554904621 +57696 gsa_html_3926085141 gsa_html_3926085141:1079:88519:88525 Antler Sierra Nevada (Spain) -0.0121732026878597095 +57697 aapg_ac_924.html aapg_ac_924.html:397:42299:42320 Mount Head Canada 0.0405543297788194951 +57698 cspg_html_6216640615 cspg_html_6216640615:1117:107117:107125 Columbia Lake Ontario -0.459996458565647859 +57699 aapg_ai_932.html aapg_ai_932.html:511:80306:80323 Sisquoc California -0.0951065844265481797 +57700 cspg_html_3043423556 cspg_html_3043423556:139:14541:14565 Thumb Mountain Truro, Massachusetts -0.0233046208724774252 +57701 cspg_html_8414893458 cspg_html_8414893458:339:44685:44693 Columbia Victoria, British Columbia -0.492706142050923668 +57702 aapg_aa_463.html aapg_aa_463.html:92:17974:17984 Tuscaloosa Mississippi River -0.48309921135944367 +57703 aapg_ac_924.html aapg_ac_924.html:148:13268:13275 Madison Cheyenne, Wyoming 0.0132035691633885129 +57704 gsa_html_6930523879 gsa_html_6930523879:296:27404:27413 Rochester Ontario, California -0.470200080639580853 +57705 gsa_html_4618680113 gsa_html_4618680113:553:44990:44999 Extension Chihuahua (state) -0.432346977926754639 +57706 cspg_html_3097746547 cspg_html_3097746547:508:61280:61314 Kootenay Lacombe, Alberta -0.0639321725779504468 +57707 cspg_html_1004940981 cspg_html_1004940981:360:38681:38704 Baumann Fiord Ellesmere Island 0.0102845739324917348 +57708 sedimentology_html_9289224221 sedimentology_html_9289224221:1335:91839:91850 Simla Brookfield, Illinois -0.471501691978871318 +57709 geology_html_7916171900 geology_html_7916171900:11:571:579 Montreal Montreal -0.0388274478076049076 +57710 aapg_ae_454.html aapg_ae_454.html:108:8962:8969 Bossier Texas 0.38281598718121479 +57711 cspg_html_3097746547 cspg_html_3097746547:210:27410:27444 Kootenay Lacombe, Alberta -0.0166302989496245716 +57712 aapg_af_653.html aapg_af_653.html:590:65270:65278 Vaqueros Rancho Santa Margarita, California -0.424322003042767071 +57713 aapg_af_839.html aapg_af_839.html:383:33308:33312 Wise Isabella County, Michigan -0.481905893496514026 +57714 gsa_html_7040053075 gsa_html_7040053075:1272:129741:129747 Active Los Angeles -0.00874524918188981232 +57715 gsa_html_7193789775 gsa_html_7193789775:708:72413:72418 Uinta Colorado -0.431113360606789509 +57716 aapg_ai_107.html aapg_ai_107.html:295:31878:31887 Shongaloo Freestone County, Texas -0.427711626546922574 +57717 gsa_html_2076560873 gsa_html_2076560873:581:58292:58311 Ella Bay Ellesmere Island -0.223558048927094855 +57718 aapg_ac_749.html aapg_ac_749.html:105:14683:14689 Guelph Ontario, California -0.00243726702917233546 +57719 geology_html_7391733758 geology_html_7391733758:251:21210:21218 Colorado Pueblo, Colorado -0.435714594595624227 +57720 cspg_html_2939557171 cspg_html_2939557171:700:82843:82848 Price Crowsnest Pass, Alberta -0.0194596479158459131 +57721 aapg_af_788.html aapg_af_788.html:400:32953:32961 Michigan Isabella County, Michigan -0.0272061513057389563 +57722 geology_html_7251669219 geology_html_7251669219:26:1499:1508 Englewood Colorado 0.304304357928461944 +57723 sedimentology_html_6045439055 sedimentology_html_6045439055:49:3304:3313 Gibraltar Morocco -0.447404197686881167 +57724 aapg_ae_643.html aapg_ae_643.html:141:15681:15694 Venango Pleasantville, Venango County, Pennsylvania -0.44951252529713398 +57725 cspg_html_7799850124 cspg_html_7799850124:502:56607:56625 Duvernay Middle East -0.452382285720717148 +57726 aapg_ah_585.html aapg_ah_585.html:160:15498:15510 Chemung Catskill Mountains -0.422007842206250927 +57727 cspg_html_4659384530 cspg_html_4659384530:102:12635:12660 Beaverhill Swan Hill, Victoria -0.0239565449099976777 +57728 AMJC_html_2711105513 AMJC_html_2711105513:783:86745:86753 Columbia Washington (state) -0.0557338081463183144 +57729 aapg_ad_371.html aapg_ad_371.html:148:14341:14353 Sparta Ville Platte, Louisiana -0.463579265049131273 +57730 aapg_aa_712.html aapg_aa_712.html:123:15704:15712 Glenwood Hennepin, Illinois -0.40277859210502448 +57731 cspg_html_1189888589 cspg_html_1189888589:463:51053:51071 Paskapoo Lacombe, Alberta -0.0192893197607112085 +57732 gsa_html_6194837075 gsa_html_6194837075:32:1629:1647 Woodbine Buda, Texas -0.485729424463417547 +57733 palaios_html_2449649505 palaios_html_2449649505:542:61496:61512 Chinle Colorado -0.485423007658706274 +57734 gsa_html_5564203929 gsa_html_5564203929:450:51225:51233 Colorado Littleton, Colorado -0.46567095948211501 +57735 aapg_ai_492.html aapg_ai_492.html:164:20909:20917 Colorado Denver -0.444295421139491553 +57736 jgeology_html_3739517257 jgeology_html_3739517257:605:45998:46003 Raton Sangre de Cristo Range -0.0514126754650784876 +57737 aapg_ac_702.html aapg_ac_702.html:165:16516:16538 Cooper Iowa -0.0822151314289333579 +57738 cspg_html_3328007773 cspg_html_3328007773:113:15029:15050 Bow Island Western world -0.0618645484416569108 +57739 aapg_ad_919.html aapg_ad_919.html:195:17584:17604 Lakota Black Hills 0.537811868823841799 +57740 geology_html_6742382920 geology_html_6742382920:29:4522:4533 Green River Colorado Plateau -0.450707909241451543 +57741 gsa_html_6128180434 gsa_html_6128180434:1068:91258:91264 Oxford South America -0.0169917673336638479 +57742 AMJC_html_1938223835 AMJC_html_1938223835:1026:117657:117674 Traveler Rhyolite Portland, Maine -0.467950951742638677 +57743 geology_html_1496830652 geology_html_1496830652:9:367:396 Pungo River North Carolina -0.453008719186489883 +57744 aapg_ah_644.html aapg_ah_644.html:359:43289:43302 Gypsum Spring Manitoba 0.74154532182014754 +57745 aapg_ah_764.html aapg_ah_764.html:433:44796:44808 Marble Falls Llano, Texas -0.473649201225758321 +57746 aapg_aa_851.html aapg_aa_851.html:218:19855:19871 Raccoon Mountain Clayton County, Georgia 0.0308930949523812878 +57747 aapg_ah_903.html aapg_ah_903.html:11:1407:1435 Smackover Bossier City, Louisiana -0.431080339422081793 +57748 aapg_ah_385.html aapg_ah_385.html:94:10836:10852 Forbes Yolo County, California -0.0252830771132320185 +57749 aapg_ad_192.html aapg_ad_192.html:36:4558:4574 Tuscaloosa Shreveport, Louisiana -0.486422190409221522 +57750 cspg_html_4341656515 cspg_html_4341656515:378:38446:38465 Grayling Victoria, British Columbia -0.020415599374651202 +57751 aapg_ai_66.html aapg_ai_66.html:7:1028:1048 Mesaverde Mancos, Colorado 0.00528282321699887012 +57752 gsa_html_2374661120 gsa_html_2374661120:450:44125:44135 Bear River Lake Bonneville -0.479552074346371926 +57753 aapg_ai_949.html aapg_ai_949.html:294:43176:43195 Kugmallit Canada -0.500830957900678664 +57754 aapg_ac_408.html aapg_ac_408.html:133:14949:14959 Rio Grande Laredo, Texas -0.00239731162737191533 +57755 aapg_ac_835.html aapg_ac_835.html:183:23759:23767 Tensleep Cheyenne, Wyoming -0.0136379673462826371 +57756 gsa_html_4446967287 gsa_html_4446967287:40:3695:3702 Shuswap Coney Island -0.0388083006594042434 +57757 aapg_af_663.html aapg_af_663.html:170:19609:19619 Fort Scott Lexington, Kentucky -0.0111724073673319709 +57758 gsa_html_2059670590 gsa_html_2059670590:21:1024:1035 Santa Clara Santa Clara, California -0.0399833098271603696 +57759 aapg_ae_147.html aapg_ae_147.html:282:28190:28196 Modelo South Mountains (Arizona) -0.0105034896980181463 +57760 palaios_html_5398833984 palaios_html_5398833984:17:1099:1125 Horseshoe Canyon Lacombe, Alberta -0.0268218635055458426 +57761 gsa_html_5613364929 gsa_html_5613364929:1024:93813:93841 Green River Iran -0.42653659632637092 +57762 gsa_html_6983076294 gsa_html_6983076294:920:82104:82112 Hudspeth Texas -0.0592268959056857155 +57763 aapg_ae_923.html aapg_ae_923.html:316:29504:29516 Chickasawhay Mississippi River -0.233564517566522079 +57764 aapg_ac_363.html aapg_ac_363.html:588:64684:64694 Kern River Tehachapi, California 0.0146110443570680159 +57765 cspg_html_4859889874 cspg_html_4859889874:49:7696:7708 Judith River Lacombe, Alberta -0.0125432965018171631 +57766 aapg_ai_31.html aapg_ai_31.html:96:10863:10872 Catahoula Brazos River 0.368940933724694886 +57767 cspg_html_9778753186 cspg_html_9778753186:499:56963:56968 Price Lacombe, Alberta -0.462102516958969756 +57768 gsa_html_2279602635 gsa_html_2279602635:381:38518:38531 Santa Barbara California -0.491445156732988053 +57769 aapg_ad_52.html aapg_ad_52.html:332:38897:38916 Coldwater Michigan -0.520058502262143341 +57770 aapg_ae_777.html aapg_ae_777.html:615:69682:69706 Arroyo Sangre de Cristo Range -0.45112171556163283 +57771 gsa_html_1409496185 gsa_html_1409496185:55:4614:4624 Washington Mount Rainier National Park -0.0423093929821278317 +57772 jgeology_html_8149813123 jgeology_html_8149813123:1007:48745:48753 Colorado Denver -0.0599791507476206756 +57773 cspg_html_9354781888 cspg_html_9354781888:314:33835:33857 Charlie Lake Lacombe, Alberta -0.0151097603849725953 +57774 aapg_ai_11.html aapg_ai_11.html:215:25615:25627 Warsaw Athens, Georgia -0.44721379024503416 +57775 aapg_ae_236.html aapg_ae_236.html:97:8249:8259 Tuscaloosa Tuscaloosa, Alabama -0.445273887467667717 +57776 aapg_aa_266.html aapg_aa_266.html:544:65689:65699 Rio Grande Santa Cruz, California -0.473711493110031245 +57777 aapg_ae_147.html aapg_ae_147.html:284:28337:28341 Pico South Mountains (Arizona) -0.0180066911955107829 +57778 aapg_ad_466.html aapg_ad_466.html:1669:172729:172737 Monmouth Matawan, New Jersey -0.00508998959117516313 +57779 sedimentology_html_4109585061 sedimentology_html_4109585061:873:77548:77575 Norphlet Alabama -0.201452800320358921 +57780 cspg_html_9361096527 cspg_html_9361096527:400:36987:37009 Judith River Lacombe, Alberta -0.0243616205908490056 +57781 cspg_html_5981094114 cspg_html_5981094114:52:7839:7847 Onondaga Cohasset, Massachusetts -0.477454856949792728 +57782 palaios_html_7765531315 palaios_html_7765531315:42:4787:4803 Noonday Dolomite Death Valley -0.0573143663598271388 +57783 jgeology_html_5471448181 jgeology_html_5471448181:249:22624:22641 Kayenta Chinle Formation -0.0153756304706319062 +57784 aapg_ac_617.html aapg_ac_617.html:160:22268:22286 Oakville Oakville, California -0.0218270224173490179 +57785 aapg_ah_340.html aapg_ah_340.html:227:25526:25536 Fort Worth Texas -0.0142044328576254025 +57786 aapg_ah_167.html aapg_ah_167.html:158:16896:16908 Willow Creek White Mountains (California) -0.0200262605794136288 +57787 gsa_html_5516163646 gsa_html_5516163646:14:692:700 Colorado Florissant, Colorado -0.464610795373413321 +57788 aapg_ah_876.html aapg_ah_876.html:162:20576:20583 Hosston Ocala, Florida -0.0966012418148782803 +57789 cspg_html_5287009272 cspg_html_5287009272:263:34950:34958 Columbia Lacombe, Alberta -0.455197874748240694 +57790 aapg_ae_185.html aapg_ae_185.html:451:40261:40266 Tokio Carterville, Illinois -0.44304146514738707 +57791 aapg_ah_157.html aapg_ah_157.html:58:8439:8454 Sheffield Michigan 0.370179447417375129 +57792 cspg_html_7688587411 cspg_html_7688587411:451:43390:43404 Colorado Regina, Saskatchewan -0.495853839651622219 +57793 sedimentology_html_6577177005 sedimentology_html_6577177005:674:51417:51421 Hall London, Ontario -0.487926676393575676 +57794 aapg_ak_55.html aapg_ak_55.html:113:11702:11727 Venango Venango, Pennsylvania -0.476385003272562391 +57795 aapg_ah_318.html aapg_ah_318.html:1747:164497:164516 La Gloria Durango, Durango -0.0519827474069236295 +57796 cspg_html_9476379853 cspg_html_9476379853:167:20947:20955 Columbia Canada -0.449755070503296051 +57797 aapg_ae_961.html aapg_ae_961.html:89:7149:7165 Dakota Lisbon 0.0217366323453636913 +57798 aapg_ah_340.html aapg_ah_340.html:358:39964:39974 Sabinetown Shreveport, Louisiana -0.428106551564836124 +57799 cspg_html_1242153796 cspg_html_1242153796:5:205:223 Glenogle Victoria, British Columbia -0.408256899955551422 +57800 aapg_ad_194.html aapg_ad_194.html:4:807:838 Undifferentiated Reno, Nevada -0.51594384566610596 +57801 aapg_af_92.html aapg_af_92.html:162:14309:14323 Frisco Great Basin -0.454041701910604445 +57802 gsa_html_6971334714 gsa_html_6971334714:791:76913:76933 Camp Rice West Texas -0.0453014649613171713 +57803 jgeology_html_2758284699 jgeology_html_2758284699:88:3480:3487 Halifax Canada -0.460146402321772174 +57804 sedimentology_html_2817567996 sedimentology_html_2817567996:1188:85984:85989 Rapid Nassau, Bahamas -0.47032647773667996 +57805 aapg_ai_811.html aapg_ai_811.html:280:39063:39086 Detroit River Bloomington, Indiana -0.0317836884462165403 +57806 palaios_html_7928599019 palaios_html_7928599019:76:9298:9307 Eel River California -0.232863107962508448 +57807 aapg_ae_204.html aapg_ae_204.html:58:5417:5426 Waterways Edmonton, London 0.0197099287398633874 +57808 aapg_ad_626.html aapg_ad_626.html:100:11760:11778 Oakville Texas -0.416263934973035432 +57809 cspg_html_6306091047 cspg_html_6306091047:172:25399:25407 Columbia Victoria, British Columbia -0.100537576128726977 +57810 cspg_html_3634181348 cspg_html_3634181348:132:14581:14589 Billings Quebec City -0.4597965726108596 +57811 cspg_html_1645105717 cspg_html_1645105717:17:2454:2477 Logan Mississauga -0.453044786078658057 +57812 sedimentology_html_8159393585 sedimentology_html_8159393585:309:22974:22980 Arnica Bad Lauterberg -0.467071222132578012 +57813 aapg_ah_978.html aapg_ah_978.html:607:57080:57095 San Joaquin Middle East -0.42231752950195689 +57814 palaios_html_8931934490 palaios_html_8931934490:354:33598:33602 Hall London, Ontario -0.481759173673690755 +57815 aapg_ah_528.html aapg_ah_528.html:529:56683:56691 Woodside Logan, Utah -0.440620923452583413 +57816 AMJC_html_5421639085 AMJC_html_5421639085:11:627:633 Denver Colorado -0.483085217576718073 +57817 aapg_ad_580.html aapg_ad_580.html:30:4770:4791 Fort Union Wasatch Range 0.0193675314837175663 +57818 aapg_aa_45.html aapg_aa_45.html:163:19575:19581 Kaibab Colorado -0.0178259478113005146 +57819 cspg_html_8532932475 cspg_html_8532932475:11:1297:1314 Bluesky Washington (state) -0.0189695239556965725 +57820 aapg_ah_69.html aapg_ah_69.html:156:14740:14751 Beekmantown Black River, Jamaica 0.0310392034454004609 +57821 aapg_af_91.html aapg_af_91.html:349:40125:40131 Humbug Oquirrh Mountain Utah Temple 0.0234367419993999557 +57822 aapg_ad_335.html aapg_ad_335.html:696:80667:80673 Casper Cheyenne, Wyoming -0.457020948969305785 +57823 jgeology_html_5803513114 jgeology_html_5803513114:539:40659:40676 Massabesic Gneiss Cambridge, Massachusetts -0.485546964607742992 +57824 cspg_html_5345848475 cspg_html_5345848475:991:98548:98567 Niobrara Southern Alberta -0.017099513850188628 +57825 palaios_html_9487403457 palaios_html_9487403457:259:25701:25723 Platteville Glenwood, Utah -0.439125439995052158 +57826 aapg_ac_807.html aapg_ac_807.html:874:85304:85319 Eutaw Alabama -0.230816535809046153 +57827 cspg_html_2490951833 cspg_html_2490951833:332:46600:46629 Mount Hawk Victoria, British Columbia -0.0908015599110148786 +57828 aapg_ah_747.html aapg_ah_747.html:66:7646:7662 Dakota Niobrara, Nebraska 0.0295747177725359349 +57829 cspg_html_5241714595 cspg_html_5241714595:24:3595:3607 Winnipegosis Regina, Saskatchewan -0.461854353575764598 +57830 cspg_html_7402164801 cspg_html_7402164801:57:6520:6546 Belly River Lacombe, Alberta 0.838065080886029379 +57831 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4554:4566 Saskatchewan Regina, Saskatchewan -0.435738929516159335 +57832 cspg_html_1450375831 cspg_html_1450375831:20:2528:2564 Basal Lacombe, Alberta -0.445016883536767272 +57833 gsa_html_6983076294 gsa_html_6983076294:1002:87651:87656 Price Canada -0.0254117377860756666 +57834 aapg_af_2.html aapg_af_2.html:177:19175:19180 Bluff Animas River -0.467925738958578585 +57835 aapg_ac_198.html aapg_ac_198.html:44:5686:5706 Lake Waco Arcadia, California -0.479475427251918496 +57836 aapg_ad_757.html aapg_ad_757.html:273:33811:33824 Decorah Iowa -0.435880527044409383 +57837 aapg_af_860.html aapg_af_860.html:49:4028:4035 Carrizo Houston County, Alabama 0.0263436919689616841 +57838 sedimentology_html_1253431842 sedimentology_html_1253431842:2581:113469:113486 Juniata Pennsylvania -0.415087607507273693 +57839 aapg_ai_688.html aapg_ai_688.html:460:49034:49042 Virginia Huntington, West Virginia -0.486457311735010611 +57840 sedimentology_html_1671289005 sedimentology_html_1671289005:814:76874:76880 Thrifty London, Ontario -0.474808096218428344 +57841 gsa_html_9697375887 gsa_html_9697375887:690:73778:73786 Edmonton Palais Mollard-Clary -0.475991665297052891 +57842 cspg_html_6647936472 cspg_html_6647936472:452:45828:45832 Open Cayman Islands -0.478280146619880497 +57843 gsa_html_3380395839 gsa_html_3380395839:91:9494:9516 Siletz River Volcanics Salem, Oregon -0.493713923537506649 +57844 geology_html_3184756656 geology_html_3184756656:343:25573:25581 Beaufort Caspian Sea -0.0157388171484894208 +57845 cspg_html_2796643803 cspg_html_2796643803:118:18781:18789 Deadwood Lacombe, Alberta -0.0239565449099976777 +57846 jgeology_html_8726487825 jgeology_html_8726487825:203:11094:11109 Atoka Arkoma, Oklahoma -0.467016268103292775 +57847 sedimentology_html_7069619943 sedimentology_html_7069619943:3205:174776:174780 Hall London, Ontario -0.436898889813044922 +57848 aapg_af_854.html aapg_af_854.html:697:98072:98088 Warsaw Iowa -0.448821175971653663 +57849 geology_html_2705128271 geology_html_2705128271:339:26250:26269 Pocatello Boise, Idaho -0.0440369350634172291 +57850 aapg_ac_206.html aapg_ac_206.html:18:2283:2292 Rochester Niagara Falls -0.460269102262388319 +57851 gsa_html_1520002998 gsa_html_1520002998:1244:95640:95648 Colorado Denver -0.491056633019370192 +57852 aapg_aa_302.html aapg_aa_302.html:275:32993:33009 Pequop Logan, Utah 0.345057602248386663 +57853 gsa_html_3936574180 gsa_html_3936574180:112:12717:12743 Wapiti Black Mountains (North Carolina) -0.00965910742103491191 +57854 aapg_ac_59.html aapg_ac_59.html:303:37999:38019 Stadium Conglomerate San Diego -0.217629030837243886 +57855 aapg_aa_4.html aapg_aa_4.html:159:21346:21352 Ithaca Genesee County, Michigan -0.463271407180362194 +57856 aapg_ad_999.html aapg_ad_999.html:171:17495:17500 Price Rocky Mountain House, Alberta -0.473157943062676001 +57857 aapg_ac_6.html aapg_ac_6.html:279:20155:20164 Bonavista Wesleyville, Newfoundland and Labrador -0.0144772441484254995 +57858 palaios_html_8113714689 palaios_html_8113714689:293:33086:33104 Gasconade Dolomite Missouri River -0.233655946564586353 +57859 cspg_html_1503116552 cspg_html_1503116552:893:124799:124825 Beaverhill Swan Hill, Victoria -0.473695342935840036 +57860 gsa_html_7840671974 gsa_html_7840671974:1203:108425:108431 Denver Logan, Utah -0.492258100446082036 +57861 jgeology_html_8064855537 jgeology_html_8064855537:270:19182:19198 Dakota Colorado -0.455536877615232372 +57862 cspg_html_4298557570 cspg_html_4298557570:29:3740:3748 Whitemud Edmonton, London -0.118376129868972987 +57863 jgeology_html_4599466962 jgeology_html_4599466962:318:23088:23097 Edgecliff Schoharie Creek -0.0719582623147414641 +57864 cspg_html_7667087595 cspg_html_7667087595:35:4312:4323 Belly River Lacombe, Alberta -0.0651374545973243124 +57865 aapg_af_890.html aapg_af_890.html:297:30014:30032 Dewey Lake Santa Rosa, California -0.465705253187009671 +57866 aapg_ah_217.html aapg_ah_217.html:324:40947:40975 Whirlpool Woods County, Oklahoma -0.4597920302667165 +57867 gsa_html_5143056094 gsa_html_5143056094:13:636:649 Santa Barbara California -0.485448733097070706 +57868 AMJC_html_5969956211 AMJC_html_5969956211:1764:195524:195542 Harebell Cheyenne, Wyoming -0.46328736756315686 +57869 cspg_html_4103411715 cspg_html_4103411715:47:5894:5904 Wolf Creek Edmonton, London -0.0328900657953446335 +57870 gsa_html_1119256423 gsa_html_1119256423:535:47492:47509 White River Iowa -0.425363011053494167 +57871 aapg_ah_645.html aapg_ah_645.html:527:64546:64553 Rierdon Williston, Vermont -0.0183473272088317541 +57872 aapg_ae_223.html aapg_ae_223.html:137:17837:17856 Mesaverde Iles 0.006036790497064899 +57873 gsa_html_2758185504 gsa_html_2758185504:77:7956:7962 Ludlow Knife River 0.762738755999793905 +57874 aapg_ah_96.html aapg_ah_96.html:569:65538:65558 Stony Mountain Williston, Vermont 0.0118065882912839915 +57875 aapg_ac_504.html aapg_ac_504.html:142:16112:16118 Walker Calcasieu Parish Public Schools -0.441437455474761709 +57876 aapg_ai_364.html aapg_ai_364.html:75:9296:9306 Hartshorne Allegheny Mountains 0.00753780424990633125 +57877 aapg_af_370.html aapg_af_370.html:494:46056:46079 Pico California -0.431157390646727534 +57878 aapg_af_854.html aapg_af_854.html:1405:204539:204560 Tar Springs Jackson County, Missouri -0.443619144253208697 +57879 cspg_html_8387792223 cspg_html_8387792223:1571:125411:125436 Beaverhill Lacombe, Alberta -0.491106071608619299 +57880 aapg_af_129.html aapg_af_129.html:317:33256:33264 Colorado Laramie, Wyoming -0.00334234682961829285 +57881 geology_html_5171768193 geology_html_5171768193:72:7810:7818 Catoctin Blue Ridge Mountains -0.00680987700292186304 +57882 aapg_ah_185.html aapg_ah_185.html:3:307:315 Colorado Grand Canyon -0.490195451192383946 +57883 cspg_html_1064364469 cspg_html_1064364469:30:3549:3565 Cardium Western world -0.00183793699051183952 +57884 cspg_html_1503116552 cspg_html_1503116552:191:32882:32901 Waterways Swan Hill, Victoria -0.463253167093327645 +57885 sedimentology_html_7279263852 sedimentology_html_7279263852:968:61990:62021 Otter England -0.0334258967197983703 +57886 sedimentology_html_9906287852 sedimentology_html_9906287852:1368:97700:97718 Frontier Cheyenne, Wyoming -0.464569693827358687 +57887 geology_html_1074529748 geology_html_1074529748:197:19432:19440 Colorado San Juan, Argentina -0.0628808085540469575 +57888 aapg_ai_887.html aapg_ai_887.html:66:8048:8058 Swan Hills Lacombe, Alberta -0.462111625185478381 +57889 palaios_html_8881502819 palaios_html_8881502819:1012:76878:76883 Rapid Kenya -0.0407040542010648765 +57890 jgeology_html_9876765444 jgeology_html_9876765444:490:30331:30344 Turner Valley Lacombe, Alberta -0.0838911043394959255 +57891 sedimentology_html_7399126879 sedimentology_html_7399126879:1937:94122:94131 Extension Tyrrhenian Sea -0.465616092314337648 +57892 gsa_html_4446967287 gsa_html_4446967287:777:69531:69538 Shuswap Victoria, British Columbia -0.487926676393575676 +57893 aapg_ac_720.html aapg_ac_720.html:79:10278:10289 Hornerstown Navesink River -0.491897481315385909 +57894 gsa_html_4438819447 gsa_html_4438819447:734:71603:71611 Colorado Denver -0.0444288146314834667 +57895 geology_html_5689737055 geology_html_5689737055:41:3765:3769 Hall Texas -0.0113965411474177668 +57896 gsa_html_1549665076 gsa_html_1549665076:398:40068:40101 Columbia Deschutes River (Washington) -0.456355529459316345 +57897 aapg_ak_51.html aapg_ak_51.html:103:10216:10222 Paluxy Tuscaloosa, Alabama -0.452887004013691252 +57898 jgeology_html_1838149422 jgeology_html_1838149422:1027:94495:94533 John Day Salem, Oregon -0.427871770829551135 +57899 aapg_ad_269.html aapg_ad_269.html:61:6983:7001 Morrison New Mexico -0.00417620791845697229 +57900 aapg_aa_563.html aapg_aa_563.html:278:35762:35768 Dakota El Paso, Texas 0.0462665380569858009 +57901 aapg_af_292.html aapg_af_292.html:128:15719:15725 Sandia Madera County, California 0.0336381484452472346 +57902 cspg_html_7310162886 cspg_html_7310162886:286:38660:38674 Old Crow Plain Porcupine River (Ontario) -0.456371367070690814 +57903 aapg_aa_945.html aapg_aa_945.html:66:5667:5673 Oregon Rock River (Iowa) -0.465641239344597002 +57904 cspg_html_3404912985 cspg_html_3404912985:675:99193:99210 Wapiabi Lacombe, Alberta -0.474923608334711034 +57905 aapg_aa_634.html aapg_aa_634.html:1127:94439:94451 Nariva Brighton, Michigan -0.489899180704299886 +57906 aapg_ah_75.html aapg_ah_75.html:3:187:202 Richmond Waynesville, North Carolina -0.45417711448712661 +57907 aapg_af_471.html aapg_af_471.html:105:13673:13682 Hartselle Illinois -0.46132865731218986 +57908 cspg_html_9843429624 cspg_html_9843429624:122:15159:15175 Ireton Lacombe, Alberta 0.024215583511067007 +57909 cspg_html_2703495345 cspg_html_2703495345:515:61347:61361 Frio Texas -0.440300736461396947 +57910 aapg_ae_262.html aapg_ae_262.html:238:28833:28847 Fredericksburg New Mexico -0.443782030321690002 +57911 cspg_html_5017240192 cspg_html_5017240192:514:50131:50155 Mission Canyon Manitoba -0.435880527044409383 +57912 gsa_html_4385238876 gsa_html_4385238876:885:90183:90188 Yukon Canada -0.432567436469128874 +57913 palaios_html_6395613531 palaios_html_6395613531:802:74121:74129 Traverse Cambridge -0.436832441054611387 +57914 aapg_ai_468.html aapg_ai_468.html:31:4037:4058 Haynesville Bossier City, Louisiana -0.443184178501260795 +57915 aapg_ah_779.html aapg_ah_779.html:355:66535:66599 Elk Edmonton, London 1.01049273360003511 +57916 aapg_aa_269.html aapg_aa_269.html:330:43473:43488 Atoka Arkoma, Oklahoma -0.21861827402062442 +57917 aapg_ah_176.html aapg_ah_176.html:527:53233:53267 Dakota Colorado 0.0160185962775735505 +57918 aapg_ai_527.html aapg_ai_527.html:11:1874:1889 Mesaverde New Mexico -0.458750170743803365 +57919 aapg_aa_542.html aapg_aa_542.html:52:6112:6133 Seminole Seminole, Texas -0.436898889813044922 +57920 geology_html_6536193862 geology_html_6536193862:101:8581:8593 Marshalltown Navesink River -0.0621823296950868784 +57921 aapg_ac_984.html aapg_ac_984.html:259:23184:23192 Eminence Trempealeau, Wisconsin -0.0198420227136738916 +57922 aapg_af_363.html aapg_af_363.html:296:39702:39710 Virginia Chattanooga, Tennessee -0.456344217050148659 +57923 cspg_html_9354781888 cspg_html_9354781888:1317:84998:85006 Columbia Lacombe, Alberta -0.44721379024503416 +57924 aapg_ah_974.html aapg_ah_974.html:190:17524:17538 Frio Western world -0.0444723579183447723 +57925 cspg_html_1025724640 cspg_html_1025724640:457:62789:62824 Beekmantown Quebec City 0.006789029590310529 +57926 aapg_ac_983.html aapg_ac_983.html:431:67093:67109 Topeka Shawnee, Oklahoma -0.496308532687975368 +57927 aapg_ad_2.html aapg_ad_2.html:1036:141668:141689 Little Falls Missouri River -0.140526374971991386 +57928 sedimentology_html_4101202094 sedimentology_html_4101202094:261:25017:25023 Oregon Victoria, British Columbia -0.454034931813569353 +57929 geology_html_9990718737 geology_html_9990718737:312:23708:23718 Santa Cruz California -0.0370660655999496616 +57930 aapg_ae_69.html aapg_ae_69.html:175:19457:19463 Morgan Uinta Mountains -0.278783563021323066 +57931 aapg_aa_775.html aapg_aa_775.html:52:4542:4549 Perdido Mexico -0.0460783921822131154 +57932 jgeology_html_5471448181 jgeology_html_5471448181:271:24213:24221 Moenkopi Chinle Formation -0.434518537443352337 +57933 aapg_ae_223.html aapg_ae_223.html:73:8952:8973 Green River Wasatch Range -0.445998354490544591 +57934 aapg_ai_206.html aapg_ai_206.html:878:128665:128670 Price Texas -0.0245772016562315031 +57935 aapg_ad_958.html aapg_ad_958.html:453:44330:44342 Gilmore City Salina, Kansas -0.452238132024570194 +57936 cspg_html_5456368738 cspg_html_5456368738:116:14502:14507 Flume Lacombe, Alberta -0.0429084214197919464 +57937 aapg_ad_379.html aapg_ad_379.html:179:16414:16423 Ingleside Colorado -0.444916336311243943 +57938 aapg_ac_245.html aapg_ac_245.html:201:29836:29841 Atoka Kearny, New Jersey -0.0330918692882290547 +57939 aapg_aa_891.html aapg_aa_891.html:135:16739:16747 Onondaga Columbus, Ohio -0.448377013151321557 +57940 sedimentology_html_6951714124 sedimentology_html_6951714124:497:47981:47996 Swift Lacombe, Alberta -0.435679199475508039 +57941 aapg_ae_294.html aapg_ae_294.html:90:9557:9563 Oswego Bartlesville, Oklahoma -0.47482657712880405 +57942 aapg_ae_556.html aapg_ae_556.html:700:80932:80937 Logan Perth, Western Australia 0.00132025624175985054 +57943 AMJC_html_6952502256 AMJC_html_6952502256:1532:138292:138296 Hall London, Ontario -0.480960803547703208 +57944 aapg_ai_699.html aapg_ai_699.html:38:6603:6632 Hoyt Mohawk Valley -0.440425240506611693 +57945 AMJC_html_5516451353 AMJC_html_5516451353:360:39090:39107 Massabesic Gneiss Hope Valley, South Australia -0.478280146619880497 +57946 gsa_html_8010927234 gsa_html_8010927234:355:29151:29175 Greenvale Cove Piermont, New York -0.465945346292333973 +57947 sedimentology_html_2570550517 sedimentology_html_2570550517:796:66584:66588 Bond Rutherford, New Jersey 0.0104444170595688161 +57948 aapg_ae_454.html aapg_ae_454.html:521:47325:47333 Dorcheat Shreveport, Louisiana -0.0551215722984807754 +57949 cspg_html_3926542795 cspg_html_3926542795:267:35445:35457 Ireton Swan Hill, Victoria -0.478836965338604204 +57950 gsa_html_9152662653 gsa_html_9152662653:63:6558:6575 Laurel Sykesville, Maryland -0.0659026763032643514 +57951 gsa_html_2178342427 gsa_html_2178342427:514:46960:46983 Golden Valley Cheyenne, Wyoming -0.454034931813569353 +57952 cspg_html_6252417471 cspg_html_6252417471:299:43928:43943 Melville Island Banks Island -0.452977161832460395 +57953 aapg_aa_797.html aapg_aa_797.html:448:56326:56333 Gateway Colorado -0.0468310017786063293 +57954 gsa_html_7040053075 gsa_html_7040053075:388:39753:39772 San Pedro West Coyote Hills -0.0231446862134053188 +57955 aapg_ae_498.html aapg_ae_498.html:508:53765:53780 Knobs Virginia -0.492309966808552324 +57956 aapg_ah_665.html aapg_ah_665.html:163:18016:18028 Lincoln Peak Middle East -0.4506269691264706 +57957 aapg_ae_324.html aapg_ae_324.html:237:24341:24349 Virginia Knoxville, Tennessee -0.0303573786993141213 +57958 cspg_html_9941227593 cspg_html_9941227593:644:71780:71796 Viking Regina, Saskatchewan -0.458641287983651336 +57959 palaios_html_2746116737 palaios_html_2746116737:40:4236:4242 Lisbon Vail, Colorado -0.431186011272103542 +57960 gsa_html_9464738899 gsa_html_9464738899:185:22203:22215 Owens Valley Western world -0.0199532604557582163 +57961 cspg_html_9768299963 cspg_html_9768299963:40:4839:4855 Battle Lacombe, Alberta -0.0513133096682010376 +57962 aapg_aa_960.html aapg_aa_960.html:463:36111:36118 Entrada Entrada Sandstone 0.0889052578484619271 +57963 aapg_ai_288.html aapg_ai_288.html:3:411:429 San Onofre Breccia Santa Catalina Island, California -0.0473711120814198014 +57964 gsa_html_2605108986 gsa_html_2605108986:947:80004:80020 Kodiak Anchorage, Alaska 0.0169153023812674656 +57965 gsa_html_4824339911 gsa_html_4824339911:14:654:664 Las Cruces New Mexico -0.467905110852730732 +57966 gsa_html_3144986031 gsa_html_3144986031:402:42410:42419 Talkeetna Anchorage, Alaska -0.062798733096236084 +57967 aapg_ac_222.html aapg_ac_222.html:183:25351:25368 Hermosa Hermosa, Chicago -0.0381033635608957824 +57968 cspg_html_9343899465 cspg_html_9343899465:1742:142319:142335 Parry Islands Cape Cod -0.441406293921039528 +57969 geology_html_9688468115 geology_html_9688468115:14:583:591 Colorado Denver -0.0495458661858674335 +57970 cspg_html_2863271815 cspg_html_2863271815:456:50893:50899 Guelph Salina, Kansas -0.131771231006550915 +57971 aapg_ac_59.html aapg_ac_59.html:354:43173:43182 San Diego California -0.441927274708787343 +57972 aapg_ah_772.html aapg_ah_772.html:727:59926:59937 Bird Spring Reno, Nevada -0.409420769294208231 +57973 aapg_aa_856.html aapg_aa_856.html:135:13073:13086 Cotton Valley Freestone County, Texas 0.0209370481380516393 +57974 aapg_ad_785.html aapg_ad_785.html:827:90665:90683 Fountain Colorado -0.0156571431142738943 +57975 aapg_ai_546.html aapg_ai_546.html:64:7205:7210 Logan Cheyenne, Wyoming -0.0147326815118864023 +57976 palaios_html_3751051678 palaios_html_3751051678:884:86638:86646 Colorado Niwot, Colorado -0.0489916642751505871 +57977 geology_html_8276650950 geology_html_8276650950:13:681:689 Colorado Denver 0.00828311544079899167 +57978 cspg_html_4626597050 cspg_html_4626597050:272:32965:32980 Dinwoody Uinta Mountains 0.00239731162737208446 +57979 geology_html_6197814716 geology_html_6197814716:296:27532:27541 San Diego Earth -0.457582637906406409 +57980 palaios_html_5921824758 palaios_html_5921824758:480:39021:39049 Chuckanut Washington (state) -0.48422645917649243 +57981 cspg_html_6839937815 cspg_html_6839937815:322:46618:46626 Moenkopi Harrisburg, Pennsylvania -0.0124129812660324374 +57982 jgeology_html_4305195651 jgeology_html_4305195651:553:65265:65282 Oneonta Rio Grande Gorge Bridge -0.0608327459561348455 +57983 aapg_ac_233.html aapg_ac_233.html:503:59194:59202 Colorado Littleton, Colorado -0.504181524295928662 +57984 sedimentology_html_8510537334 sedimentology_html_8510537334:1497:120251:120270 Clam Bank Canada -0.433376961451207021 +57985 palaios_html_3105248303 palaios_html_3105248303:148:17121:17138 Black River Netherlands -0.466842269540434285 +57986 aapg_aa_906.html aapg_aa_906.html:649:67058:67066 Colorado Ganges -0.474992922950619234 +57987 cspg_html_8571955552 cspg_html_8571955552:235:27746:27774 Ettrain Old Crow, Yukon 0.0235201874799382538 +57988 gsa_html_5924250698 gsa_html_5924250698:24:2106:2131 Navajo Colorado 0.00452191499750925936 +57989 aapg_ah_799.html aapg_ah_799.html:39:3496:3522 Paint Creek Long Island 0.0248971017270571034 +57990 aapg_aa_346.html aapg_aa_346.html:154:14453:14460 Catheys Chattanooga, Tennessee -0.454847705403765845 +57991 aapg_af_91.html aapg_af_91.html:411:45165:45182 Oquirrh Reno, Nevada 0.74010303513478215 +57992 gsa_html_7193789775 gsa_html_7193789775:693:71480:71504 Mesaverde Logan, Utah -0.44497889773871091 +57993 aapg_ad_696.html aapg_ad_696.html:66:7149:7156 Carrizo Carrizo Plain -0.0264393249899875019 +57994 jgeology_html_7422925176 jgeology_html_7422925176:1219:77890:77896 Provo Switzerland -0.0438854131077835025 +57995 aapg_ac_408.html aapg_ac_408.html:84:8577:8581 Frio Kleberg County, Texas -0.451875596518584666 +57996 aapg_ac_333.html aapg_ac_333.html:356:46413:46420 Hermosa San Juan Mountains -0.441397390812390766 +57997 gsa_html_5737673651 gsa_html_5737673651:517:42821:42837 Chinle Arizona 0.00404765387058551775 +57998 aapg_ah_278.html aapg_ah_278.html:128:16009:16033 Madison Williston, Vermont -0.467194881190696076 +57999 cspg_html_8414893458 cspg_html_8414893458:373:49341:49350 Extension Lacombe, Alberta -0.0498979272948652103 +58000 gsa_html_4169081385 gsa_html_4169081385:47:4644:4656 Owens Valley Sierra Nevada (Spain) -0.0557529959153640342 +58001 sedimentology_html_6277855897 sedimentology_html_6277855897:1547:104167:104179 Salina Michigan Basin 0.598269839640719558 +58002 aapg_ai_66.html aapg_ai_66.html:298:26690:26698 Colorado Kremmling, Colorado -0.0318915382493003205 +58003 aapg_ad_306.html aapg_ad_306.html:289:35842:35846 Omoa San Pedro Sula -0.0926829114889391181 +58004 palaios_html_1834763898 palaios_html_1834763898:488:49269:49301 Johnnie California -0.0418723365935778427 +58005 palaios_html_3467544554 palaios_html_3467544554:736:62069:62075 Denver Colorado -0.474992922950619234 +58006 aapg_ae_679.html aapg_ae_679.html:565:63386:63392 Moscow Russia -0.0284721166530200707 +58007 aapg_ah_759.html aapg_ah_759.html:49:5436:5455 Smackover Northeast Texas 0.409974141235343481 +58008 aapg_ad_758.html aapg_ad_758.html:125:16635:16651 Queen Kansas City, Kansas -0.00936896389642591365 +58009 aapg_ae_429.html aapg_ae_429.html:228:17341:17357 Custer Texas -0.485252303872338198 +58010 geology_html_9801424594 geology_html_9801424594:49:5540:5550 San Miguel Feria de San Telmo -0.471501691978871318 +58011 gsa_html_7808051457 gsa_html_7808051457:680:67620:67637 Manitou Colorado -0.0217296792824245993 +58012 gsa_html_3014011851 gsa_html_3014011851:67:5423:5451 Green River Colorado -0.00395905591412439809 +58013 aapg_ac_742.html aapg_ac_742.html:46:6084:6107 Gypsum Spring Black Hills -0.456371367070690814 +58014 aapg_ai_186.html aapg_ai_186.html:356:43938:43946 Billings Closter, New Jersey -0.0462769907326050153 +58015 palaios_html_3112927242 palaios_html_3112927242:32:3412:3429 Juniata Juniata County School District -0.432223543643836305 +58016 aapg_ah_596.html aapg_ah_596.html:312:32788:32809 Bell Texas -0.460980639153810601 +58017 cspg_html_8818854104 cspg_html_8818854104:9:1003:1010 Cadomin Western world -0.153189696198143349 +58018 aapg_ac_486.html aapg_ac_486.html:668:84250:84258 Colorado Denver -0.490604756571324518 +58019 aapg_ac_986.html aapg_ac_986.html:762:100483:100489 Brazil Africa -0.0651392015634535138 +58020 palaios_html_1874266102 palaios_html_1874266102:289:22762:22766 Hall London, Ontario -0.481815063993563775 +58021 jgeology_html_9824086356 jgeology_html_9824086356:126:6185:6193 Scotland Highland, California -0.0369546842337877615 +58022 palaios_html_5398833984 palaios_html_5398833984:841:92569:92593 St. Mary River Lacombe, Alberta -0.459819284677136619 +58023 aapg_ac_367.html aapg_ac_367.html:55:6626:6654 Ironton Galesville, Maryland -0.0551215722984807754 +58024 aapg_af_624.html aapg_af_624.html:61:5834:5852 Tensleep Carbon County, Wyoming -0.465561228542891226 +58025 gsa_html_1636483297 gsa_html_1636483297:820:73193:73210 Bridger Cheyenne, Wyoming -0.456344217050148659 +58026 aapg_aa_232.html aapg_aa_232.html:40:4980:4994 Graneros New Mexico -0.006663945278057983 +58027 aapg_aa_546.html aapg_aa_546.html:414:42526:42534 Kootenai Colorado -0.063988064245278628 +58028 jgeology_html_8406118991 jgeology_html_8406118991:291:27663:27671 Columbia Victoria, British Columbia -0.48062584784091128 +58029 aapg_af_773.html aapg_af_773.html:3:219:240 Green River Cheyenne, Wyoming -0.0521971896884777173 +58030 aapg_ae_916.html aapg_ae_916.html:206:24020:24035 Eagle Colorado -0.433376961451207021 +58031 aapg_ad_691.html aapg_ad_691.html:75:8497:8507 Duck Creek Red River of the North -0.432267625462602723 +58032 aapg_ah_665.html aapg_ah_665.html:6:914:936 Lincoln Peak Middle East -0.0156223882901486526 +58033 aapg_ai_491.html aapg_ai_491.html:166:19438:19443 Atoka Atoka, Oklahoma -0.483281151267174081 +58034 aapg_ai_697.html aapg_ai_697.html:318:37105:37123 Frontier Cheyenne, Wyoming -0.45230795361337589 +58035 gsa_html_4026604278 gsa_html_4026604278:769:88444:88472 Green River Colorado -0.0391947322443328555 +58036 aapg_ai_136.html aapg_ai_136.html:122:8709:8714 Sligo Hampton, New Hampshire -0.00243726702917233546 +58037 aapg_aa_399.html aapg_aa_399.html:195:14359:14367 Paskapoo Edmonton, London -0.0153756304706319062 +58038 sedimentology_html_7486236177 sedimentology_html_7486236177:1054:81769:81783 Stony Mountain Nassau, Bahamas -0.472952757290721282 +58039 aapg_ah_965.html aapg_ah_965.html:7:897:916 Whitsett Oakville, California -0.0411306079885422268 +58040 aapg_af_16.html aapg_af_16.html:94:11188:11196 Frontier Cheyenne, Wyoming -0.0391947322443328555 +58041 aapg_ae_324.html aapg_ae_324.html:1133:113829:113837 Moccasin Black River, Jamaica -0.410525668454925885 +58042 palaios_html_3614379982 palaios_html_3614379982:17:1383:1399 Dakota Logan, Utah -0.205938114099315117 +58043 cspg_html_8089302449 cspg_html_8089302449:456:79526:79549 Watt Mountain Lacombe, Alberta -0.450582005503512739 +58044 aapg_ah_311.html aapg_ah_311.html:56:6327:6341 Sentinel Butte Medora, North Dakota -0.471405039658470026 +58045 cspg_html_5109837857 cspg_html_5109837857:18:2430:2451 Blind Fiord China -0.116529150757633912 +58046 sedimentology_html_6546385302 sedimentology_html_6546385302:882:60424:60429 Rapid Nassau, Bahamas -0.476593313058899071 +58047 aapg_ad_927.html aapg_ad_927.html:165:18544:18561 Forest Trinidad and Tobago 0.750337394892057086 +58048 sedimentology_html_5412539772 sedimentology_html_5412539772:143:8534:8540 Denver Buddhas of Bamyan -0.087666095624831103 +58049 aapg_ai_962.html aapg_ai_962.html:364:27776:27796 Dog Creek New Mexico -0.438519487168151922 +58050 aapg_ai_249.html aapg_ai_249.html:827:107544:107568 El Tambor Bay Islands Department -0.49593907588154873 +58051 gsa_html_2803067273 gsa_html_2803067273:900:92627:92636 Salisbury Netherlands -0.433403442682278373 +58052 aapg_ae_907.html aapg_ae_907.html:14:2532:2560 Santa Margarita Rancho Santa Margarita, California -0.439125439995052158 +58053 aapg_aa_357.html aapg_aa_357.html:407:37799:37805 Navajo San Juan Mountains -0.0433821006587485347 +58054 sedimentology_html_4369226882 sedimentology_html_4369226882:1316:93915:93943 Ross Tatum, Texas -0.0449948948439064453 +58055 palaios_html_8113714689 palaios_html_8113714689:259:29460:29480 Stonehenge Pennsylvania -0.453130450697368015 +58056 aapg_ad_758.html aapg_ad_758.html:418:53013:53022 Conemaugh Monongahela, Pennsylvania -0.412875270414091666 +58057 cspg_html_6984906794 cspg_html_6984906794:192:21313:21334 Shaftesbury Victoria, British Columbia -0.018955619907530568 +58058 cspg_html_2178758494 cspg_html_2178758494:311:39495:39524 Dunvegan Lacombe, Alberta -0.443715087361728711 +58059 gsa_html_3595133942 gsa_html_3595133942:1039:84397:84425 Green River Colorado 0.0168735943359838193 +58060 jgeology_html_1188020601 jgeology_html_1188020601:1131:57025:57052 Salina Pennsylvania -0.0398318560820373618 +58061 aapg_ac_766.html aapg_ac_766.html:789:87211:87224 Apache Canyon West, Texas -0.471589148494391819 +58062 gsa_html_6982030333 gsa_html_6982030333:379:40637:40660 Elkhorn Ridge Argillite Wallowa, Oregon -0.459860167847925383 +58063 aapg_af_591.html aapg_af_591.html:23:3239:3251 Dakota Black Hills 0.406218582002202511 +58064 geology_html_9016396969 geology_html_9016396969:163:17377:17385 Virginia Waynesboro, Pennsylvania -0.483015252079283031 +58065 aapg_ac_923.html aapg_ac_923.html:69:7207:7227 Hartshorne Arkoma, Oklahoma -0.0388083006594042434 +58066 palaios_html_2623118674 palaios_html_2623118674:1111:108938:108980 North Horn Logan, Utah -0.0463048645997310923 +58067 aapg_ah_193.html aapg_ah_193.html:203:23442:23454 Wilcox Texas -0.454610570976523354 +58068 cspg_html_9290046117 cspg_html_9290046117:29:3814:3848 Cadomin Canada 0.023073411490982406 +58069 aapg_ad_846.html aapg_ad_846.html:110:9853:9868 Salem Ohio -0.436929900849743147 +58070 aapg_ad_947.html aapg_ad_947.html:992:96914:96920 Casper Cheyenne, Wyoming -0.455188836413653375 +58071 gsa_html_9717936122 gsa_html_9717936122:1041:69629:69638 San Diego California 0.448695532279261899 +58072 sedimentology_html_1668670745 sedimentology_html_1668670745:868:54097:54101 Hall London, Ontario -0.0521780116650716191 +58073 cspg_html_6956743126 cspg_html_6956743126:40:5463:5471 Imperial Canada -0.467016268103292775 +58074 aapg_ai_947.html aapg_ai_947.html:378:62438:62457 Etchegoin Bartow County, Georgia -0.452882496357985831 +58075 cspg_html_1770934036 cspg_html_1770934036:658:68160:68169 Mackenzie Victoria, British Columbia -0.0190651145503429667 +58076 gsa_html_3022805793 gsa_html_3022805793:67:7033:7039 Oregon Steens Mountain Wilderness -0.0388274478076049076 +58077 aapg_af_878.html aapg_af_878.html:100:10731:10748 Warsaw Illinois -0.0151097603849725953 +58078 aapg_ae_70.html aapg_ae_70.html:387:37915:37923 Colorado Colorado -0.0285868941347483252 +58079 gsa_html_2939345127 gsa_html_2939345127:29:2796:2824 Green River Colorado -0.0392835092525669338 +58080 gsa_html_5694391338 gsa_html_5694391338:147:15668:15685 Packsaddle Schist White Creek, New York -0.499298579771170536 +58081 aapg_ad_800.html aapg_ad_800.html:114:13816:13837 Mooreville Mississippi River -0.0244381167530825782 +58082 gsa_html_4031652840 gsa_html_4031652840:12:533:541 Colorado Denver -0.475991665297052891 +58083 aapg_af_397.html aapg_af_397.html:280:34242:34249 Entrada Entrada Sandstone -0.439258669305734428 +58084 cspg_html_6984906794 cspg_html_6984906794:89:12549:12570 Shaftesbury Lacombe, Alberta -0.4859095832487208 +58085 aapg_ac_742.html aapg_ac_742.html:37:5044:5052 Sundance Spearfish, South Dakota -0.0492966446441219716 +58086 gsa_html_5215388101 gsa_html_5215388101:94:6895:6923 Green River Colorado 0.0182239329046336093 +58087 jgeology_html_6063383200 jgeology_html_6063383200:558:46531:46542 Green River Logan, Utah 0.307545148962763748 +58088 gsa_html_9781389404 gsa_html_9781389404:56:3517:3545 Green River Colorado 0.0227013972285232159 +58089 aapg_ac_380.html aapg_ac_380.html:510:61028:61036 Onondaga Western world -0.0332519228723545321 +58090 gsa_html_1860930948 gsa_html_1860930948:136:15136:15156 Ash Hollow Nebraska 0.390840724904594983 +58091 sedimentology_html_3941612453 sedimentology_html_3941612453:1292:92071:92081 Washington Olympic National Park -0.459919224612040101 +58092 aapg_ah_464.html aapg_ah_464.html:37:6460:6470 Pottsville Iowa -0.420071282660241185 +58093 cspg_html_2013109828 cspg_html_2013109828:388:70660:70670 Beaverfoot Victoria, British Columbia -0.00771327274469656935 +58094 cspg_html_2703495345 cspg_html_2703495345:196:28326:28334 Colorado Denver -0.489060307863409593 +58095 aapg_aa_143.html aapg_aa_143.html:789:86721:86729 Richmond Ohio -0.436929900849743147 +58096 aapg_ac_730.html aapg_ac_730.html:299:41096:41111 Mesaverde Mancos, Colorado -0.46567095948211501 +58097 geology_html_6240326392 geology_html_6240326392:272:23844:23850 Denver Colorado -0.0489010438658518606 +58098 cspg_html_9941518291 cspg_html_9941518291:539:80089:80111 Barlow Inlet Little Cornwallis Island -0.45184182728382527 +58099 jgeology_html_7844360616 jgeology_html_7844360616:675:39995:40016 Lawrence Picton, Ontario -0.00652496303282925402 +58100 aapg_ai_49.html aapg_ai_49.html:174:19691:19699 Tensleep Cheyenne, Wyoming -0.0191120410110924843 +58101 aapg_ad_318.html aapg_ad_318.html:566:66152:66160 Michigan Salina, Kansas -0.424973594054148252 +58102 gsa_html_3677258183 gsa_html_3677258183:1528:135218:135246 Green River Colorado -0.454041701910604445 +58103 aapg_ac_720.html aapg_ac_720.html:151:18279:18290 Hornerstown Woodstown, New Jersey 0.00112916628904579774 +58104 gsa_html_5955392368 gsa_html_5955392368:676:54171:54199 Green River Iran 0.000112916565930930199 +58105 aapg_ad_766.html aapg_ad_766.html:413:41499:41505 Dakota Chimney Rock, North Carolina -0.455387700672750584 +58106 aapg_aa_976.html aapg_aa_976.html:329:43964:43981 Plattin Sedalia, Missouri -0.0221712043422439102 +58107 aapg_aa_399.html aapg_aa_399.html:456:39115:39132 Belly River Colorado -0.427887128546325712 +58108 aapg_af_11.html aapg_af_11.html:173:19566:19581 Ouray Ouray, Colorado -0.00693148706696411487 +58109 geology_html_5010893341 geology_html_5010893341:251:23521:23530 San Diego California -0.482488361522119713 +58110 gsa_html_6982030333 gsa_html_6982030333:910:89612:89630 Burnt River Schist Boise, Idaho 0.371506522462608402 +58111 cspg_html_5960210762 cspg_html_5960210762:448:41997:42027 Doig Lacombe, Alberta -0.465616092314337648 +58112 palaios_html_4736927967 palaios_html_4736927967:857:74370:74402 Antelope Range Reno, Nevada 0.324106101868801788 +58113 aapg_ah_772.html aapg_ah_772.html:757:64492:64500 Wolfcamp Spring Mountains National Recreation Area -0.423531068292633761 +58114 cspg_html_6665051947 cspg_html_6665051947:666:57263:57280 Bluesky Lacombe, Alberta -0.0277017418114762735 +58115 gsa_html_7822144675 gsa_html_7822144675:363:45640:45649 San Diego Arizona -0.0307122011432018581 +58116 aapg_aa_756.html aapg_aa_756.html:54:5176:5207 Pekisko Canada 0.0014766026609327194 +58117 aapg_ai_720.html aapg_ai_720.html:140:16612:16625 Potomac Closter, New Jersey -0.471292292074721564 +58118 palaios_html_1505752132 palaios_html_1505752132:537:48351:48370 Athabasca Calgary -0.0280825762237737336 +58119 palaios_html_2847312584 palaios_html_2847312584:239:31498:31518 Whitewater Bloomington, Indiana -0.0515259889792163556 +58120 aapg_ad_2.html aapg_ad_2.html:1471:199546:199566 Valentine Pennsylvania -0.0143364940209374722 +58121 palaios_html_2707987360 palaios_html_2707987360:335:31291:31309 Dunvegan Canada -0.474133810779439169 +58122 aapg_ac_517.html aapg_ac_517.html:57:6838:6843 Nisku Drumheller -0.452632356575315864 +58123 cspg_html_4433937749 cspg_html_4433937749:37:5622:5637 Gates Victoria, British Columbia -0.475963906981033746 +58124 palaios_html_8029736168 palaios_html_8029736168:599:64978:65002 Cedar Mountain Logan, Utah -0.0536339438333483312 +58125 aapg_af_479.html aapg_af_479.html:670:71577:71596 Cabrillo California -0.441486425747427802 +58126 aapg_ah_779.html aapg_ah_779.html:238:43705:43712 Juniata Knoxville, Tennessee 0.308490288890292896 +58127 cspg_html_4666332434 cspg_html_4666332434:33:5402:5419 Belly River Lacombe, Alberta -0.441406293921039528 +58128 aapg_ac_765.html aapg_ac_765.html:398:74441:74448 Paradox Moenkopi Formation -0.471363620495062197 +58129 aapg_ai_720.html aapg_ai_720.html:28:4101:4108 Magothy Virginia 0.3145906957467825 +58130 aapg_aa_957.html aapg_aa_957.html:31:2623:2633 Rio Grande Texas -0.470567831774721834 +58131 aapg_ac_730.html aapg_ac_730.html:216:30399:30408 Mesaverde Mancos, Colorado 0.0119525385350554136 +58132 aapg_ad_801.html aapg_ad_801.html:145:16122:16144 Hatchetigbee Alabama -0.444838140504144441 +58133 cspg_html_6608209149 cspg_html_6608209149:429:43090:43113 Watt Mountain Regina, Saskatchewan -0.495631319068842169 +58134 aapg_ad_379.html aapg_ad_379.html:713:57894:57901 Entrada Colorado 0.643453209484166511 +58135 cspg_html_5295390542 cspg_html_5295390542:78:10158:10172 Doig Victoria, British Columbia -0.484471709023717834 +58136 gsa_html_6893315801 gsa_html_6893315801:633:51082:51086 Hall London, Ontario -0.0185558826483486587 +58137 cspg_html_7340411855 cspg_html_7340411855:112:14786:14803 Cardium Western Canadian Sedimentary Basin -0.538285636363882714 +58138 aapg_ah_530.html aapg_ah_530.html:227:27022:27040 Sly Gap Arizona -0.465558942626108085 +58139 aapg_aa_941.html aapg_aa_941.html:151:16315:16325 Cumberland New Haven, Connecticut -0.0252830771132320185 +58140 gsa_html_3436154175 gsa_html_3436154175:1178:93568:93589 Green River Cheyenne, Wyoming -0.0276304452324186781 +58141 aapg_af_598.html aapg_af_598.html:75:6451:6469 Seminole Des Moines, Washington -0.0566566272640218263 +58142 gsa_html_4446967287 gsa_html_4446967287:650:56747:56755 Sicamous Monashee Pass -0.0147326815118864023 +58143 aapg_ae_694.html aapg_ae_694.html:145:17018:17032 Buda East Texas -0.235270783048497995 +58144 aapg_ae_658.html aapg_ae_658.html:329:42757:42767 Montgomery Kentucky -0.500197678525539202 +58145 aapg_aa_147.html aapg_aa_147.html:848:86592:86601 Stonewall Manitoba 0.339204961549052442 +58146 aapg_af_625.html aapg_af_625.html:593:61357:61363 Salina Ohio -0.472390472142967033 +58147 palaios_html_3751259297 palaios_html_3751259297:94:12932:12948 Warsaw Iowa -0.18436062837868597 +58148 AMJC_html_6341723617 AMJC_html_6341723617:649:58724:58745 Green River Colorado 1.10602739669184791 +58149 geology_html_2056111011 geology_html_2056111011:323:26410:26416 Moscow Russia -0.0263019613963844621 +58150 gsa_html_7737235229 gsa_html_7737235229:229:22483:22503 Conasauga Middle East -0.444371337951674328 +58151 aapg_ai_29.html aapg_ai_29.html:191:23854:23860 Goliad Victoria County, Nova Scotia -0.0525371721949112538 +58152 aapg_ae_324.html aapg_ae_324.html:460:45194:45201 Tellico Knoxville, Tennessee -0.156596417833650303 +58153 aapg_ah_328.html aapg_ah_328.html:308:31746:31760 Newcastle Cheyenne, Wyoming -0.022353727877684245 +58154 aapg_ad_15.html aapg_ad_15.html:32:2430:2456 Signal Mountain Fort Sill -0.0800246627361860391 +58155 gsa_html_7585247240 gsa_html_7585247240:54:3372:3400 Green River New Mexico -0.0279573692057954598 +58156 aapg_ae_546.html aapg_ae_546.html:305:33210:33219 Smackover Bossier City, Louisiana -0.40038656628078334 +58157 aapg_af_888.html aapg_af_888.html:8:1157:1173 San Andres Nashville Basin -0.454987756856623182 +58158 aapg_ai_593.html aapg_ai_593.html:1868:182960:182966 Sierra Mexico -0.0521971896884777173 +58159 geology_html_4912693224 geology_html_4912693224:257:22408:22415 Jackson Illinois -0.0341270386384278437 +58160 aapg_ai_583.html aapg_ai_583.html:342:41608:41615 Rierdon Cheyenne, Wyoming -0.505145760245480191 +58161 aapg_af_52.html aapg_af_52.html:3:230:248 Rockdale Texas 0.0242746935922994039 +58162 aapg_ah_762.html aapg_ah_762.html:304:33192:33202 Mount Head Middle East -0.0494029549371166055 +58163 palaios_html_1729153923 palaios_html_1729153923:883:76449:76477 Naco Arizona -0.462097962880594848 +58164 aapg_ad_862.html aapg_ad_862.html:387:61646:61659 Venango Ohio -0.486419849038802532 +58165 cspg_html_8145657505 cspg_html_8145657505:115:17634:17653 Waterways Swan Hill, Victoria -0.498148760929569168 +58166 aapg_ac_493.html aapg_ac_493.html:106:14482:14491 Sheffield England -0.465186416944366576 +58167 aapg_af_775.html aapg_af_775.html:249:16207:16216 Catahoula Beaumont, Texas -0.409377718322252282 +58168 aapg_ai_153.html aapg_ai_153.html:402:61768:61787 Minnelusa Cheyenne, Wyoming -0.0140376196944260508 +58169 aapg_ac_888.html aapg_ac_888.html:408:27967:27974 Clinton Erie County, New York -0.394931767555820878 +58170 aapg_ae_143.html aapg_ae_143.html:6:792:800 Columbia Lacombe, Alberta -0.0160151207401750574 +58171 aapg_ac_326.html aapg_ac_326.html:83:7299:7305 Nassau Miami 0.00782619834566946823 +58172 aapg_ai_581.html aapg_ai_581.html:206:21706:21731 Greenhorn Black Hills -0.470629904958731249 +58173 aapg_ac_190.html aapg_ac_190.html:264:44935:44943 Columbia Wayne County, Michigan -0.421310320077140532 +58174 aapg_ac_335.html aapg_ac_335.html:172:16407:16413 Frisco Frisco, Texas -0.448296279445968116 +58175 sedimentology_html_7307608267 sedimentology_html_7307608267:841:50420:50424 Rome Lazio -0.436033210857306397 +58176 aapg_aa_16.html aapg_aa_16.html:202:21028:21048 North Horn Flagstaff, Arizona -0.490449479583778825 +58177 aapg_af_880.html aapg_af_880.html:466:70554:70569 Supai New Mexico -0.0546419385811677746 +58178 geology_html_2590384709 geology_html_2590384709:17:1178:1184 Denver Colorado -0.485546964607742992 +58179 sedimentology_html_1958297829 sedimentology_html_1958297829:16:1160:1186 Jose Spain -0.488806694061501346 +58180 gsa_html_1130947011 gsa_html_1130947011:637:60592:60607 Maquoketa Bloomington, Illinois -0.470409220225314617 +58181 aapg_ah_782.html aapg_ah_782.html:569:54094:54099 Atoka Wichita, Kansas -0.0103905567969635754 +58182 cspg_html_4374961624 cspg_html_4374961624:144:18411:18422 Mount Whyte Mount Robson Provincial Park -0.452882496357985831 +58183 aapg_ah_678.html aapg_ah_678.html:427:50783:50812 Rio Grande Mexico -0.0204312426216018105 +58184 geology_html_8870678382 geology_html_8870678382:292:24948:24954 Jordan Germany -0.0260481030214056476 +58185 aapg_ac_333.html aapg_ac_333.html:1393:161750:161758 Beaumont New Mexico -0.0283712524140075813 +58186 gsa_html_4408649953 gsa_html_4408649953:1120:94330:94338 Columbia Charleston, South Carolina -0.036075857948020304 +58187 cspg_html_7866293053 cspg_html_7866293053:306:37050:37067 Moosebar Gladstone, Oregon -0.449440672427322663 +58188 cspg_html_5141367518 cspg_html_5141367518:156:23808:23825 Pakowki Crowsnest Pass, Alberta -0.451875596518584666 +58189 geology_html_7988307711 geology_html_7988307711:277:23167:23173 Brazil Mato Grosso do Sul -0.0694436111220902846 +58190 jgeology_html_9867650961 jgeology_html_9867650961:533:38957:38975 Morrison Colorado -0.0216358132048967665 +58191 palaios_html_4736927967 palaios_html_4736927967:791:69551:69568 Palliser Canada -0.466920106770381871 +58192 sedimentology_html_9935378139 sedimentology_html_9935378139:794:34941:34950 Extension Tyrrhenian Sea -0.462125287699645448 +58193 cspg_html_6611173979 cspg_html_6611173979:69:9592:9614 Beaverhill Lacombe, Alberta -0.478284785297837578 +58194 aapg_ae_415.html aapg_ae_415.html:879:109820:109839 Paynes Hammock Wayne County, Michigan 0.685374629067134644 +58195 cspg_html_8568877195 cspg_html_8568877195:635:78001:78023 Belly River Lacombe, Alberta -0.0481865738799804322 +58196 aapg_aa_15.html aapg_aa_15.html:84:11147:11155 Wellborn Texas -0.0146249457170983255 +58197 gsa_html_7791910472 gsa_html_7791910472:653:57013:57022 Natkusiak Victoria Island (Nigeria) -0.491047216471885206 +58198 aapg_ai_750.html aapg_ai_750.html:111:11638:11657 Sunniland Melbourne, Florida -0.0320915848438591694 +58199 cspg_html_2175627313 cspg_html_2175627313:101:12455:12463 Columbia Victoria, British Columbia -0.485285038948243097 +58200 aapg_aa_975.html aapg_aa_975.html:141:15481:15502 Riley Texas County, Missouri 0.00103883289603381806 +58201 gsa_html_5274400800 gsa_html_5274400800:692:56107:56125 Monterey California 0.0294112347046574657 +58202 sedimentology_html_7461243943 sedimentology_html_7461243943:936:60914:60920 Denver Colorado -0.038242606390143298 +58203 aapg_ah_506.html aapg_ah_506.html:78:8233:8251 Genshaw West Michigan -0.500707121160588686 +58204 cspg_html_9675666588 cspg_html_9675666588:691:73081:73093 Wilcox Texas -0.448632716908224927 +58205 AMJC_html_1873062106 AMJC_html_1873062106:1131:117727:117748 Mesaverde Logan, Utah 0.0212203749353179309 +58206 cspg_html_6306091047 cspg_html_6306091047:172:25264:25273 Baldonnel Victoria, British Columbia -0.0375255266534370996 +58207 cspg_html_1312400675 cspg_html_1312400675:201:23842:23849 Bearpaw Edmonton, London -0.478535310781285639 +58208 aapg_ad_446.html aapg_ad_446.html:445:51765:51783 Bedford Cuyahoga County, Ohio -0.0573440272234611997 +58209 sedimentology_html_1180682367 sedimentology_html_1180682367:973:97861:97866 Stark Republic of China -0.448691045323912019 +58210 aapg_ac_221.html aapg_ac_221.html:268:33548:33565 Repetto Los Angeles -0.0180709945054990453 +58211 cspg_html_7866293053 cspg_html_7866293053:165:16442:16460 Moosebar Victoria, British Columbia -0.464501195477937445 +58212 aapg_ai_402.html aapg_ai_402.html:14:1511:1522 San Antonio Texas -0.466473780345575129 +58213 aapg_ae_305.html aapg_ae_305.html:1586:151451:151470 Carbonera Barinas State -0.46809765859229685 +58214 geology_html_4664906472 geology_html_4664906472:83:9968:10002 Cumberland Piedmont (United States) -0.493836733160428976 +58215 geology_html_7784703862 geology_html_7784703862:17:1186:1194 Michigan Michigan -0.507524056198405349 +58216 sedimentology_html_7195393000 sedimentology_html_7195393000:1412:98425:98443 Frontier Cheyenne, Wyoming -0.441686785632637413 +58217 aapg_ac_913.html aapg_ac_913.html:28:3128:3138 Hartshorne Atoka, Oklahoma -0.465595518002078101 +58218 sedimentology_html_5365615944 sedimentology_html_5365615944:713:55696:55712 Chinle Colorado Plateau -0.448029460378174149 +58219 cspg_html_4260503134 cspg_html_4260503134:9:923:943 Ravenscrag Regina, Saskatchewan -0.471432653520514666 +58220 sedimentology_html_9289224221 sedimentology_html_9289224221:1014:76355:76360 Simla Chandpur District -0.0355416373678999614 +58221 cspg_html_3850954719 cspg_html_3850954719:393:47721:47738 Cardium Lacombe, Alberta -0.466759861116235797 +58222 aapg_ac_126.html aapg_ac_126.html:212:31884:31907 Bossier Haynesville, Louisiana -0.462143504710773534 +58223 aapg_ai_477.html aapg_ai_477.html:20:2682:2703 Peace River Pine River (Michigan) -0.0149690067830474411 +58224 aapg_ad_808.html aapg_ad_808.html:1356:92596:92600 Wendover Lima, Ohio -0.0354737741449871191 +58225 jgeology_html_4115179562 jgeology_html_4115179562:235:17192:17207 Price Unicoi, Tennessee -0.453292784807282967 +58226 cspg_html_6252417471 cspg_html_6252417471:341:51400:51422 Eureka Sound Ellesmere Island 0.0124216689309690972 +58227 aapg_ad_653.html aapg_ad_653.html:324:40359:40371 Kingak Canada -0.485537608740225335 +58228 gsa_html_4216613284 gsa_html_4216613284:85:8936:8942 Kaibab San Juan, Argentina -0.0169205158924080785 +58229 sedimentology_html_2139169476 sedimentology_html_2139169476:913:63945:63951 Moscow Russia -0.467980749597819323 +58230 aapg_ae_307.html aapg_ae_307.html:208:13362:13367 Price Llano Estacado -0.451812561628617604 +58231 cspg_html_8362959053 cspg_html_8362959053:84:12897:12910 Mountain Park Lacombe, Alberta -0.0375359691930512371 +58232 aapg_ad_335.html aapg_ad_335.html:159:19491:19513 Allen Ridge Rawlins, Wyoming -0.46814580209221146 +58233 aapg_ac_538.html aapg_ac_538.html:428:49049:49065 Viking Lacombe, Alberta 0.0685065995924775822 +58234 sedimentology_html_9050173913 sedimentology_html_9050173913:981:125483:125487 Hall London, Ontario -0.0464198453094291294 +58235 cspg_html_7866465429 cspg_html_7866465429:222:23792:23797 Price Lacombe, Alberta -0.0347969055523305801 +58236 jgeology_html_4289404569 jgeology_html_4289404569:311:28494:28522 Green River Cheyenne, Wyoming -0.447135398674851747 +58237 cspg_html_8532932475 cspg_html_8532932475:310:32063:32080 Bluesky Willapa Bay -0.449755070503296051 +58238 sedimentology_html_6382215824 sedimentology_html_6382215824:952:72066:72075 Gog Canada -0.448377013151321557 +58239 cspg_html_9354781888 cspg_html_9354781888:1030:71095:71119 Amaranth Manitoba -0.0031964218159343861 +58240 aapg_ae_697.html aapg_ae_697.html:514:55344:55349 Keele England -0.469070208322842297 +58241 aapg_ae_288.html aapg_ae_288.html:156:21160:21174 Cloverly Cheyenne, Wyoming -0.432624764132568007 +58242 aapg_af_130.html aapg_af_130.html:149:27126:27133 Sly Gap Sacramento Mountains (California) -0.0242746935922993796 +58243 geology_html_1787649347 geology_html_1787649347:425:27631:27634 Rye Netherlands -0.478280146619880497 +58244 aapg_af_471.html aapg_af_471.html:282:33136:33144 Parkwood Hartselle, Alabama 0.0373340820120061159 +58245 aapg_ac_690.html aapg_ac_690.html:53:5198:5205 El Paso El Paso, Texas -0.464409872562970838 +58246 sedimentology_html_1368355565 sedimentology_html_1368355565:115:12974:12980 Sonora California -0.053335758630468931 +58247 gsa_html_1636483297 gsa_html_1636483297:830:73844:73865 Green River Cheyenne, Wyoming -0.474715697540505466 +58248 aapg_ad_973.html aapg_ad_973.html:172:18303:18310 Yucatan Melbourne, Florida -0.0322829369444067107 +58249 aapg_ae_692.html aapg_ae_692.html:529:54057:54068 Eagle Niobrara, Nebraska -0.454032675125810359 +58250 aapg_ad_2.html aapg_ad_2.html:860:122095:122114 Allentown Lehigh County, Pennsylvania -0.495711798447340535 +58251 cspg_html_3385840278 cspg_html_3385840278:105:15790:15804 Woodbend Lacombe, Alberta -0.457532796484121151 +58252 aapg_ah_859.html aapg_ah_859.html:235:27935:27954 Williston Melbourne, Florida -0.45417711448712661 +58253 aapg_aa_803.html aapg_aa_803.html:457:49643:49660 Harmony Reno, Nevada -0.481945488841025893 +58254 aapg_ah_536.html aapg_ah_536.html:249:33599:33614 Sligo Pine Island (Lee County, Florida) 0.0505637510906194951 +58255 gsa_html_4671856643 gsa_html_4671856643:17:1139:1150 San Antonio Beaumont, Texas -0.0320063471843775108 +58256 aapg_aa_626.html aapg_aa_626.html:338:36393:36401 Virginia Virginia -0.0508147576234257159 +58257 gsa_html_8398449001 gsa_html_8398449001:982:79683:79711 Green River Colorado -0.0144772441484254995 +58258 sedimentology_html_3817992518 sedimentology_html_3817992518:641:41935:41945 Washington Seattle -0.0516759141676912878 +58259 cspg_html_7994114775 cspg_html_7994114775:218:32137:32158 Missisauga Logan Canyon -0.035304988004324106 +58260 aapg_ai_326.html aapg_ai_326.html:246:30555:30566 Port Jervis Helderberg -0.461001107058420345 +58261 gsa_html_6837536663 gsa_html_6837536663:12:558:568 Washington Richland, Washington -0.480777027030782511 +58262 aapg_ac_313.html aapg_ac_313.html:153:19132:19147 Coban Guatemala -0.455432903203822237 +58263 cspg_html_6108854431 cspg_html_6108854431:52:7459:7481 Hillsborough New Brunswick, New Jersey -0.483015252079283031 +58264 aapg_ad_457.html aapg_ad_457.html:453:52422:52440 Ogallala Texas 0.123703708421029818 +58265 aapg_ai_826.html aapg_ai_826.html:78:8847:8856 Vicksburg Western world -0.466759861116235797 +58266 aapg_aa_4.html aapg_aa_4.html:81:9895:9912 Genesee Lake Erie -0.0397744087434021287 +58267 aapg_ah_276.html aapg_ah_276.html:342:33001:33019 Monterey California 0.0273452626285650702 +58268 aapg_ac_829.html aapg_ac_829.html:102:12427:12444 Prairie Regina, Saskatchewan -0.434606918343987458 +58269 aapg_ad_127.html aapg_ad_127.html:40:3937:3947 Washington Wabash River -0.0460121937360480487 +58270 aapg_ad_368.html aapg_ad_368.html:170:14807:14832 Newcastle Newcastle, New South Wales -0.462045592650446035 +58271 aapg_ah_722.html aapg_ah_722.html:598:73435:73456 Beaufort North Slope Borough, Alaska -0.451956647802202349 +58272 aapg_af_120.html aapg_af_120.html:166:18461:18467 Galena Maquoketa, Iowa -0.433376961451207021 +58273 geology_html_4386567919 geology_html_4386567919:175:18815:18821 Jordan Logan, Utah -0.00832481152182470464 +58274 aapg_ac_451.html aapg_ac_451.html:161:17842:17865 West Foreland Kenai, Alaska -0.430686375541692368 +58275 palaios_html_7841806577 palaios_html_7841806577:512:53764:53771 Madison Decorah, Iowa -0.461601707643698789 +58276 aapg_aa_739.html aapg_aa_739.html:56:7267:7284 Roberts Mountains Table Mountain -0.238518337984425344 +58277 jgeology_html_1762066237 jgeology_html_1762066237:163:11815:11835 Pennington Kentucky -0.388961599755597853 +58278 cspg_html_4298557570 cspg_html_4298557570:831:70413:70427 St. Mary River Lacombe, Alberta -0.0294216697317379976 +58279 aapg_ad_581.html aapg_ad_581.html:9:1191:1195 Rome Waynesboro, Pennsylvania -0.0144807194698022643 +58280 cspg_html_9119878068 cspg_html_9119878068:291:35918:35941 Waterways Swan Hill, Victoria -0.446011775932438015 +58281 aapg_aa_147.html aapg_aa_147.html:113:14368:14377 Red River Red River of the North 0.789092266808410381 +58282 gsa_html_5583768987 gsa_html_5583768987:17:867:875 Colorado Denver -0.109020938967701875 +58283 cspg_html_2419618566 cspg_html_2419618566:205:29090:29108 Starbird Middle East -0.511053760151644054 +58284 gsa_html_4137054086 gsa_html_4137054086:525:33620:33631 Grand River Mira Road -0.484920347334282464 +58285 aapg_ac_613.html aapg_ac_613.html:87:11396:11405 Mesaverde San Juan, Argentina -0.48322516565543927 +58286 aapg_ae_146.html aapg_ae_146.html:256:23989:23995 Diablo Coahuila -0.0325612728688678896 +58287 aapg_ac_912.html aapg_ac_912.html:46:5201:5221 Phosphoria Cheyenne, Wyoming 0.0491519953028148951 +58288 aapg_ac_632.html aapg_ac_632.html:36:4290:4302 Tongue River Cheyenne, Wyoming -0.109977532571430142 +58289 cspg_html_9735723617 cspg_html_9735723617:261:33099:33119 Weatherall Melville Island (Canada) 0.00480334593379653455 +58290 sedimentology_html_8803606067 sedimentology_html_8803606067:2361:161545:161557 Rhododendron Malesia -0.510116323839860719 +58291 cspg_html_3129231627 cspg_html_3129231627:398:50313:50332 Bay Fiord Middle Ordovician -0.481309854062180409 +58292 aapg_ac_414.html aapg_ac_414.html:375:42796:42802 Denver Colorado -0.502936613094039808 +58293 aapg_ai_159.html aapg_ai_159.html:221:25714:25728 Caimito Culebra, Puerto Rico -0.464569693827358687 +58294 aapg_ai_49.html aapg_ai_49.html:105:10593:10608 Wood River Boise, Idaho -0.250533577703829724 +58295 aapg_ae_73.html aapg_ae_73.html:529:71148:71153 Raton Trinidad and Tobago -0.434606918343987458 +58296 aapg_ah_411.html aapg_ah_411.html:23:3872:3890 Sundance Cheyenne, Wyoming -0.413981895448320647 +58297 cspg_html_5889831809 cspg_html_5889831809:75:10337:10345 Wabiskaw Clearwater, Florida -0.0062678467546358578 +58298 cspg_html_4555867289 cspg_html_4555867289:84:9978:10000 Charlie Lake Western world -0.455387700672750584 +58299 cspg_html_3521815736 cspg_html_3521815736:234:32955:32981 Sulphur Mountain Western world -0.490054357124853124 +58300 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8897:8917 Swan River Regina, Saskatchewan -0.470262127852539125 +58301 aapg_ai_31.html aapg_ai_31.html:89:9710:9719 Catahoula Oakville, California -0.0395916240677814321 +58302 cspg_html_8649903682 cspg_html_8649903682:405:31435:31453 Goodrich Pine River (Michigan) -0.484079342907875299 +58303 aapg_ai_107.html aapg_ai_107.html:660:59174:59195 Eagle Smith County, Kansas -0.0215106592204126722 +58304 cspg_html_3521815736 cspg_html_3521815736:284:39711:39726 Liard Western world -0.0045966157065965357 +58305 aapg_ad_960.html aapg_ad_960.html:24:2768:2776 Vaqueros Durham, North Carolina -0.461387811132635606 +58306 cspg_html_5241714595 cspg_html_5241714595:216:33480:33500 Dawson Bay Regina, Saskatchewan -0.449433936510724996 +58307 gsa_html_9299329909 gsa_html_9299329909:575:67225:67235 Santa Cruz Northern Mariana Islands -0.49119789377684242 +58308 cspg_html_3461588378 cspg_html_3461588378:64:9245:9253 Columbia Tulameen River -0.47249414511500698 +58309 gsa_html_7195000001 gsa_html_7195000001:672:95259:95269 Fort Union Cheyenne, Wyoming -0.485729424463417547 +58310 geology_html_9865116883 geology_html_9865116883:12:549:555 Oregon Salem, Oregon -0.482921973604061416 +58311 aapg_af_575.html aapg_af_575.html:1189:171030:171044 Colorado Iowa -0.0171829308693467256 +58312 gsa_html_1324861111 gsa_html_1324861111:14:761:772 San Antonio Texas -0.0225014864703161413 +58313 cspg_html_7989435905 cspg_html_7989435905:76:8559:8572 Turner Valley Pincher Creek, Alberta -0.465558942626108085 +58314 gsa_html_1885101240 gsa_html_1885101240:68:6078:6106 Green River New Mexico -0.0184133695346841396 +58315 cspg_html_6252417471 cspg_html_6252417471:132:20561:20582 Christopher Banks Island -0.442976805415170927 +58316 gsa_html_5879695606 gsa_html_5879695606:131:8355:8363 Santiago Chile -0.4784100389871494 +58317 aapg_ac_971.html aapg_ac_971.html:90:12195:12213 Richmond Knoxville, Tennessee 0.0253213274674223693 +58318 aapg_ah_654.html aapg_ah_654.html:1008:104019:104038 Chugwater John Crow Mountains 1.1187100835874435 +58319 aapg_ac_417.html aapg_ac_417.html:40:6103:6111 Crescent Roslyn, New York -0.0299260395523841712 +58320 cspg_html_1058139432 cspg_html_1058139432:565:72342:72350 Columbia Elk Valley (British Columbia) -0.00202555313540596143 +58321 aapg_ae_35.html aapg_ae_35.html:24:2140:2172 Duchesne River Uinta Mountains -0.455536877615232372 +58322 sedimentology_html_9410532865 sedimentology_html_9410532865:321:27023:27044 Green River Cheyenne, Wyoming -0.48184068160181448 +58323 sedimentology_html_1338997515 sedimentology_html_1338997515:2154:81972:81978 Banner Hanson, Massachusetts -0.427672143055296883 +58324 cspg_html_3271078123 cspg_html_3271078123:6:355:389 Waterways Lacombe, Alberta -0.0347847257870449039 +58325 cspg_html_5542874609 cspg_html_5542874609:15:2312:2330 Lea Park Lacombe, Alberta -0.476130470160059438 +58326 cspg_html_4115129593 cspg_html_4115129593:7:658:677 Dezadeash Anchorage, Alaska -0.0551215722984807754 +58327 sedimentology_html_2257249656 sedimentology_html_2257249656:27:1939:1948 San Diego La Jolla -0.455184317280275863 +58328 cspg_html_4272664788 cspg_html_4272664788:413:47471:47486 Banff Lacombe, Alberta -0.0189139078212818938 +58329 aapg_ac_920.html aapg_ac_920.html:39:6363:6380 Oquirrh Oquirrh Mountain Utah Temple -0.463307888475886887 +58330 sedimentology_html_8502352648 sedimentology_html_8502352648:193:15026:15035 Peninsula Bering Sea -0.00793912421120361589 +58331 gsa_html_8016832495 gsa_html_8016832495:12:369:375 Reston Virginia -0.0204677435827045166 +58332 cspg_html_6736202792 cspg_html_6736202792:29:3319:3345 Athabasca Lacombe, Alberta -0.501793700638435203 +58333 aapg_ae_72.html aapg_ae_72.html:135:15564:15587 Honaker Hermosa, Chicago -0.434558307819543299 +58334 aapg_aa_15.html aapg_aa_15.html:108:14416:14424 Colorado Brookeland, Texas -0.528609873070103653 +58335 gsa_html_6595462156 gsa_html_6595462156:11:445:455 Washington Seattle -0.0465661867457523512 +58336 cspg_html_2882304151 cspg_html_2882304151:13:1815:1839 Mountain Park Dissected Till Plains -0.491049570598957486 +58337 aapg_ae_3.html aapg_ae_3.html:202:28277:28293 Humbug Western world -0.449937021729037434 +58338 aapg_ah_646.html aapg_ah_646.html:136:16256:16273 Chinle Moenkopi Formation 0.0129498836932117698 +58339 jgeology_html_2497886918 jgeology_html_2497886918:162:9400:9409 Peninsula Korea -0.449431691216236939 +58340 aapg_ah_534.html aapg_ah_534.html:349:29294:29313 Palmerton Esopus Creek -0.497038450035218293 +58341 palaios_html_5126640267 palaios_html_5126640267:433:52528:52536 Buff Bay Jamaica, Queens -0.479447557264900015 +58342 cspg_html_8691653606 cspg_html_8691653606:16:1483:1491 Columbia Victoria, British Columbia -0.462102516958969756 +58343 palaios_html_8738458399 palaios_html_8738458399:78:10468:10476 Colorado Denver -0.478488911708928044 +58344 cspg_html_7561290301 cspg_html_7561290301:245:29673:29682 Keg River Lacombe, Alberta -0.456561440120662909 +58345 gsa_html_8881958017 gsa_html_8881958017:629:58312:58318 Nicola Victoria, British Columbia -0.443701699352459789 +58346 cspg_html_5699627350 cspg_html_5699627350:33:5406:5422 Viking Lacombe, Alberta 0.0182708574122537534 +58347 aapg_af_575.html aapg_af_575.html:857:121635:121639 Hale Brentwood, Essex -0.501664952843956957 +58348 palaios_html_2621173808 palaios_html_2621173808:386:41964:41979 Liard Great Britain -0.422007842206250927 +58349 aapg_aa_712.html aapg_aa_712.html:95:11491:11499 Glenwood Illinois 0.0180518772845760546 +58350 gsa_html_4355602156 gsa_html_4355602156:58:3478:3506 Green River New Mexico -0.0225014864703161413 +58351 cspg_html_2198503252 cspg_html_2198503252:8:877:897 Big Valley Regina, Saskatchewan -0.432382247831122113 +58352 cspg_html_6064089067 cspg_html_6064089067:47:5122:5141 Red River Manitoba -0.384154753920163128 +58353 aapg_ah_201.html aapg_ah_201.html:3:364:381 Cardium Lacombe, Alberta 0.0423598909123975992 +58354 gsa_html_3330587082 gsa_html_3330587082:416:36775:36784 Partridge Piermont, New York -0.477957819287112229 +58355 geology_html_2069588739 geology_html_2069588739:113:11081:11085 Java Earth -0.420944322840909546 +58356 cspg_html_2799817929 cspg_html_2799817929:270:35105:35138 Halfway Victoria, British Columbia -0.465568086328610908 +58357 aapg_ae_474.html aapg_ae_474.html:19:2482:2488 Bethel Bethel, Alaska -0.00109094831221136397 +58358 aapg_ai_399.html aapg_ai_399.html:428:43289:43306 Ripley Lagrangian point -0.465641239344597002 +58359 cspg_html_3060428958 cspg_html_3060428958:26:4180:4197 Bearpaw Lethbridge -0.136998223106411715 +58360 aapg_ad_720.html aapg_ad_720.html:628:54777:54806 San Andres Carlsbad, New Mexico -0.430277178902051582 +58361 cspg_html_5697056884 cspg_html_5697056884:527:53814:53843 Winnipeg Renville County, Minnesota -0.119296477215292282 +58362 aapg_ai_323.html aapg_ai_323.html:244:19125:19144 La Quinta Venezuela -0.482038661537539159 +58363 cspg_html_4326384800 cspg_html_4326384800:154:21908:21920 Cooking Lake Lacombe, Alberta -0.418625207464451421 +58364 aapg_ac_841.html aapg_ac_841.html:596:66201:66218 Esquias Comayagua -0.484191429205932 +58365 aapg_ae_729.html aapg_ae_729.html:573:68676:68682 Oxford England -0.0405891491966653695 +58366 palaios_html_6197559060 palaios_html_6197559060:64:7235:7243 Virginia Norfolk, Virginia -0.0464616568793586454 +58367 aapg_ac_633.html aapg_ac_633.html:87:8353:8368 Molas Colorado -0.436850160261835319 +58368 aapg_ai_333.html aapg_ai_333.html:13:1931:1937 Reston Virginia -0.0112818678629079024 +58369 aapg_ai_860.html aapg_ai_860.html:121:18448:18456 Virginia Knoxville, Tennessee -0.0850134419051098988 +58370 aapg_ah_276.html aapg_ah_276.html:341:32673:32691 Monterey California 0.0666190722383492862 +58371 cspg_html_2928630722 cspg_html_2928630722:13:2401:2409 Columbia Victoria, British Columbia -0.48878086726465575 +58372 geology_html_7006210130 geology_html_7006210130:255:21586:21590 Kamo Earth -0.464419004431934179 +58373 aapg_aa_640.html aapg_aa_640.html:9:817:825 Victoria Gippsland -0.0126805624942423392 +58374 gsa_html_9207276905 gsa_html_9207276905:333:29068:29076 Columbia Victoria, British Columbia -0.509454255852047955 +58375 AMJC_html_6755612993 AMJC_html_6755612993:98:11104:11111 Norfolk Washington (state) -0.0187314184669610528 +58376 palaios_html_6676788300 palaios_html_6676788300:268:35099:35110 Ludlowville Skaneateles (village), New York -0.474992922950619234 +58377 aapg_ai_947.html aapg_ai_947.html:418:66557:66598 San Joaquin California 1.08184923779603648 +58378 geology_html_9952457486 geology_html_9952457486:237:18401:18426 Barstow California -0.0743131219486656974 +58379 cspg_html_5740360566 cspg_html_5740360566:42:6016:6034 Grosmont Lacombe, Alberta -0.468978412493240793 +58380 aapg_af_922.html aapg_af_922.html:99:13122:13129 Waverly Cuyahoga County, Ohio -0.472717659724808503 +58381 gsa_html_6212532476 gsa_html_6212532476:894:71379:71404 Bouse Colorado -0.032256843292129446 +58382 cspg_html_1993014403 cspg_html_1993014403:176:22881:22898 Cardium Sunriver, Oregon 0.00118301890022228136 +58383 cspg_html_5976982403 cspg_html_5976982403:113:15805:15816 Fort Steele Victoria, British Columbia -0.498034815247566209 +58384 aapg_ae_135.html aapg_ae_135.html:57:5076:5082 Paluxy Rodessa, Louisiana -0.0551425025320986945 +58385 cspg_html_7330983978 cspg_html_7330983978:684:57188:57225 Slave Point Victoria, British Columbia -0.459294782857853967 +58386 aapg_ac_270.html aapg_ac_270.html:30:2836:2855 Clinton Tripoli, Lebanon -0.45349799868939844 +58387 gsa_html_4922631598 gsa_html_4922631598:577:66654:66672 Ogallala New Mexico -0.444920804843658924 +58388 aapg_aa_544.html aapg_aa_544.html:53:6696:6703 Madison Black Hills -0.460953349343471763 +58389 sedimentology_html_7775845660 sedimentology_html_7775845660:663:57207:57215 Monterey California -0.00633038844921864335 +58390 gsa_html_2509147847 gsa_html_2509147847:690:75675:75685 Washington Boise, Idaho -0.0264132431935258684 +58391 palaios_html_2467851635 palaios_html_2467851635:300:33676:33689 Santa Barbara San Diego Zoo -0.00590649599379846572 +58392 cspg_html_4245715705 cspg_html_4245715705:71:8875:8887 Saskatchewan Victoria, British Columbia -0.0397744087434021287 +58393 aapg_ah_822.html aapg_ah_822.html:70:6045:6056 San Joaquin Central Valley (California) -0.00143491027354907159 +58394 aapg_af_858.html aapg_af_858.html:203:19570:19587 Black River Ohio -0.474009171210690694 +58395 jgeology_html_6388378441 jgeology_html_6388378441:166:12722:12737 Berino New Mexico -0.0469494744747350756 +58396 gsa_html_9052101586 gsa_html_9052101586:599:73825:73836 Peoria Lake Michigan -0.00581963313965654701 +58397 aapg_af_575.html aapg_af_575.html:798:111562:111572 Hartshorne Atoka, Oklahoma -0.0516759141676912878 +58398 sedimentology_html_3965291962 sedimentology_html_3965291962:813:52576:52586 Rio Grande Colorado -0.456561440120662909 +58399 gsa_html_3357931528 gsa_html_3357931528:59:3874:3902 Green River Iran -0.0158448200336194084 +58400 cspg_html_2098485391 cspg_html_2098485391:20:2569:2577 Kagawong Manitoulin Island -0.00795128547420096733 +58401 AMJC_html_4446957148 AMJC_html_4446957148:720:75042:75062 Vassalboro Portland, Maine -0.493383370963238699 +58402 aapg_ak_104.html aapg_ak_104.html:52:8008:8029 Little Flat Boise, Idaho -0.0513133096682010376 +58403 cspg_html_3384086241 cspg_html_3384086241:51:5341:5354 Fernie Kootenay River -0.0180988014035504234 +58404 gsa_html_3648258377 gsa_html_3648258377:727:66870:66882 Marshalltown Merchantville, New Jersey -0.448287309474040385 +58405 palaios_html_5434133746 palaios_html_5434133746:369:34474:34480 Brazil Wilby, Suffolk -0.465835581370964813 +58406 geology_html_4913268241 geology_html_4913268241:98:9318:9321 Arc Gibraltar -0.0188200559458422435 +58407 aapg_ae_383.html aapg_ae_383.html:400:30293:30303 Noel Arkansas -0.0186775409744464604 +58408 aapg_ah_3.html aapg_ah_3.html:106:14200:14223 Viking Lacombe, Alberta -0.139430022656387181 +58409 aapg_ae_502.html aapg_ae_502.html:470:46468:46472 Vail North Atlantic Current -0.0194666001171388929 +58410 gsa_html_2743423721 gsa_html_2743423721:739:72914:72919 Stark Republic of China -0.479772763003628699 +58411 palaios_html_4010001639 palaios_html_4010001639:203:20076:20082 Oxford Benton, Arkansas -0.458720680358492616 +58412 aapg_ai_250.html aapg_ai_250.html:3:194:211 Manitou Colorado -0.435661502416701596 +58413 jgeology_html_4305195651 jgeology_html_4305195651:3616:244714:244735 Mauch Chunk Pennsylvania -0.439103236963543697 +58414 cspg_html_2863271815 cspg_html_2863271815:130:17306:17322 Guelph Guelph -0.456371367070690814 +58415 cspg_html_8694594891 cspg_html_8694594891:165:17720:17738 Billings Carlsbad, New Mexico -0.184976554825904443 +58416 aapg_ac_227.html aapg_ac_227.html:78:8086:8092 Denver Colorado -0.0390781048690825028 +58417 aapg_aa_960.html aapg_aa_960.html:459:35491:35514 Duchesne River Weber River -0.462193603410137988 +58418 aapg_ai_98.html aapg_ai_98.html:170:23772:23795 Smackover Texas -0.473157943062676001 +58419 sedimentology_html_3272211803 sedimentology_html_3272211803:991:50929:50941 Golden Grove Barbados -0.472943536588278923 +58420 gsa_html_5952049575 gsa_html_5952049575:874:83636:83653 Wasatch Cheyenne, Wyoming -0.480728181628129914 +58421 aapg_ae_440.html aapg_ae_440.html:129:14152:14159 Edwards Richland, Washington -0.000889435409818231594 +58422 aapg_ac_807.html aapg_ac_807.html:762:75179:75201 Castle Hayne Dorchester County, Maryland -0.0031964218159343861 +58423 aapg_ac_566.html aapg_ac_566.html:663:73390:73396 Oxford England -0.0193049620802523206 +58424 aapg_ae_904.html aapg_ae_904.html:323:33697:33706 Spearfish Spearfish, South Dakota -0.0446587257123436179 +58425 cspg_html_4796942391 cspg_html_4796942391:426:48422:48440 Dunvegan Lacombe, Alberta -0.451787799117909672 +58426 cspg_html_7404699681 cspg_html_7404699681:206:21579:21596 Toby Victoria, British Columbia -0.008957206898973313 +58427 aapg_af_2.html aapg_af_2.html:732:66957:66965 Colorado Arizona -0.0537193910403591518 +58428 cspg_html_3762708087 cspg_html_3762708087:27:3822:3842 Bow Island Suffield, Connecticut -0.462143504710773534 +58429 geology_html_6407364180 geology_html_6407364180:76:7006:7031 Navajo Logan, Utah -0.463526807661379381 +58430 gsa_html_3447147750 gsa_html_3447147750:421:28268:28283 Yazoo Vail, Colorado 0.437656739765769132 +58431 gsa_html_3883467297 gsa_html_3883467297:1171:83365:83375 Santa Cruz California -0.48184068160181448 +58432 cspg_html_3893568904 cspg_html_3893568904:25:3313:3323 Clearwater Central Alberta -0.0275887108223223723 +58433 cspg_html_8532932475 cspg_html_8532932475:624:56271:56297 Halfway Lacombe, Alberta -0.462512479285274614 +58434 aapg_aa_604.html aapg_aa_604.html:53:7154:7158 Java South Sulawesi 0.00179971890851827153 +58435 aapg_ah_174.html aapg_ah_174.html:213:28365:28374 San Pedro Canoa Quebrada -0.444871652179790411 +58436 cspg_html_5241714595 cspg_html_5241714595:302:46504:46522 Duvernay East Asia -0.440514182187833891 +58437 aapg_ae_1.html aapg_ae_1.html:76:10710:10716 Dakota Denver -0.452724742517472523 +58438 cspg_html_3772380029 cspg_html_3772380029:728:89983:89991 Thornloe Ontario, California -0.4506269691264706 +58439 jgeology_html_3899973304 jgeology_html_3899973304:787:51247:51256 Hampshire New Hampshire -0.435694684676078359 +58440 jgeology_html_8494933343 jgeology_html_8494933343:478:37420:37429 Bidahochi Colorado -0.0567124540467143015 +58441 gsa_html_5625878232 gsa_html_5625878232:284:39672:39677 Spray Hornby Island -0.489889776983278402 +58442 palaios_html_2048556014 palaios_html_2048556014:379:40228:40244 Marjum Logan, Utah -0.0582723056187257615 +58443 cspg_html_9713614580 cspg_html_9713614580:181:25466:25484 Belly River Milk River, Alberta -0.106748756141739579 +58444 gsa_html_5627360957 gsa_html_5627360957:458:43927:43935 Colorado Arizona -0.00590649599379846572 +58445 aapg_ac_612.html aapg_ac_612.html:344:34894:34909 Swift Colorado 0.312520422585894353 +58446 aapg_ae_415.html aapg_ae_415.html:780:96704:96723 Catahoula Flint River (Michigan) -0.0890632505201733593 +58447 sedimentology_html_7390870545 sedimentology_html_7390870545:140:13048:13062 Rove Ontario, California 0.88659117966462353 +58448 AMJC_html_7278640698 AMJC_html_7278640698:585:77137:77145 Columbia Fulton, Missouri -0.0416128988126375013 +58449 aapg_ah_847.html aapg_ah_847.html:83:9573:9581 Navesink New Egypt, New Jersey 0.00884254111791155963 +58450 aapg_ad_149.html aapg_ad_149.html:287:27795:27811 Ireton Lacombe, Alberta 0.721987636497225638 +58451 cspg_html_4617311907 cspg_html_4617311907:363:55727:55740 Windsor Bridgetown, Nova Scotia -0.452909542628234352 +58452 aapg_aa_254.html aapg_aa_254.html:80:8577:8593 Paluxy Davis, California -0.449467616590735308 +58453 aapg_ae_446.html aapg_ae_446.html:335:34602:34605 Abo New Mexico -0.428809045611172668 +58454 gsa_html_9457387752 gsa_html_9457387752:1010:83454:83482 Green River Colorado -0.0412577074309981098 +58455 gsa_html_7134346687 gsa_html_7134346687:30:2772:2800 Green River Colorado -0.00998573864189263374 +58456 aapg_ai_822.html aapg_ai_822.html:27:4868:4899 Salina Ontario, California -0.469726827457912721 +58457 aapg_ae_113.html aapg_ae_113.html:355:46622:46641 Allen Bay Little Cornwallis Island 0.0221903257634018143 +58458 aapg_ad_402.html aapg_ad_402.html:3:156:178 Imperial Canada 0.00917958991324812311 +58459 aapg_af_808.html aapg_af_808.html:342:45808:45826 Scotland Venezuela -0.0658153170866257325 +58460 gsa_html_5737673651 gsa_html_5737673651:555:45927:45936 Flagstaff Arizona -0.499769415710701548 +58461 palaios_html_9359679595 palaios_html_9359679595:777:60229:60248 Robertson Salem, Oregon -0.513357311149671536 +58462 aapg_ac_333.html aapg_ac_333.html:610:74281:74285 Naco Hermosa, Chicago -0.0670140022720694672 +58463 aapg_ai_969.html aapg_ai_969.html:198:21958:21966 Niobrara Benton, Arkansas -0.447404197686881167 +58464 cspg_html_6252417471 cspg_html_6252417471:427:61611:61628 Bearpaw Lacombe, Alberta -0.42422364691980291 +58465 geology_html_9554214556 geology_html_9554214556:16:901:909 Virginia Reston, Virginia -0.479521879225688563 +58466 geology_html_7081929997 geology_html_7081929997:300:23570:23580 San Felipe San Jacinto, California -0.0219799913092776147 +58467 gsa_html_4455106066 gsa_html_4455106066:70:5613:5641 Green River Colorado 0.0450123132997459277 +58468 aapg_ai_991.html aapg_ai_991.html:52:5458:5466 Kirkwood Closter, New Jersey -0.0482911263715116029 +58469 aapg_aa_960.html aapg_aa_960.html:488:37589:37597 Colorado Carmel, Indiana -0.515740113164459446 +58470 aapg_ai_49.html aapg_ai_49.html:625:82453:82473 San Andres New Mexico -0.472040378581138065 +58471 cspg_html_6193252551 cspg_html_6193252551:37:7427:7448 Lawrence Anticosti Island -0.0258220684876826687 +58472 cspg_html_6383234409 cspg_html_6383234409:670:66964:66984 Bird Fiord Ellesmere Island -0.44280960294495586 +58473 cspg_html_3926542795 cspg_html_3926542795:1740:170450:170458 Columbia Lacombe, Alberta -0.436850160261835319 +58474 sedimentology_html_5623851568 sedimentology_html_5623851568:1721:106246:106262 Curtis Logan, Utah -0.205161361932285707 +58475 aapg_aa_416.html aapg_aa_416.html:191:24454:24466 Medicine Hat Bow Island Airport -0.0632195999825383298 +58476 palaios_html_5898287170 palaios_html_5898287170:947:66220:66230 Las Palmas Spain -0.499198739530653746 +58477 cspg_html_8089302449 cspg_html_8089302449:219:37545:37553 Ramparts Mackenzie River -0.0209266190161632587 +58478 aapg_ad_154.html aapg_ad_154.html:34:4935:4942 Elbrook Sayre, Oklahoma -0.431478872073716768 +58479 aapg_ai_82.html aapg_ai_82.html:413:47616:47636 Greenbrier Dolomites -0.436157146454813294 +58480 aapg_ad_285.html aapg_ad_285.html:98:11885:11900 Wahoo Lisburne Peninsula -0.442542141875480355 +58481 gsa_html_8517233795 gsa_html_8517233795:628:57442:57472 Monterey California -0.0156223882901486526 +58482 aapg_ac_486.html aapg_ac_486.html:697:89092:89098 Dakota Cheyenne County, Kansas -0.239113584431401405 +58483 cspg_html_3102530088 cspg_html_3102530088:599:74774:74794 Milk River Lacombe, Alberta -0.435880527044409383 +58484 geology_html_6386536089 geology_html_6386536089:294:24632:24638 Denver Colorado -0.064882403179536724 +58485 aapg_ac_613.html aapg_ac_613.html:55:7953:7978 Crevasse Canyon Fruitland, Idaho -0.212268947294021931 +58486 aapg_af_854.html aapg_af_854.html:686:96211:96217 Warsaw Kentucky -0.443782030321690002 +58487 aapg_aa_702.html aapg_aa_702.html:615:100778:100797 Spearfish Williston, Vermont -0.00837345699819263926 +58488 aapg_ac_90.html aapg_ac_90.html:145:22454:22460 Oregon Reno, Nevada -0.00998573864189263374 +58489 cspg_html_5541725202 cspg_html_5541725202:286:40073:40077 Bell Springhill, Nova Scotia -0.0325612728688678896 +58490 aapg_ai_468.html aapg_ai_468.html:52:7101:7108 Hosston Cotton Valley, Louisiana -0.0235062798697475116 +58491 geology_html_4437314453 geology_html_4437314453:102:9124:9140 Maroon Colorado -0.0466289053122137323 +58492 aapg_ad_802.html aapg_ad_802.html:89:12434:12443 Sunniland Melbourne, Florida -0.0248379892514390653 +58493 aapg_ad_192.html aapg_ad_192.html:77:10374:10394 Tuscaloosa Shreveport, Louisiana -0.225378591151594226 +58494 aapg_ai_751.html aapg_ai_751.html:214:22779:22787 Virginia Dickinson County, Michigan -0.038712565483401136 +58495 cspg_html_8891363498 cspg_html_8891363498:396:34754:34774 Blue Fiord Anchorage, Alaska -0.417849782389341617 +58496 aapg_ai_980.html aapg_ai_980.html:682:60088:60096 Kootenai Cut Bank, Montana -0.0181770085033734277 +58497 cspg_html_8198875303 cspg_html_8198875303:87:13251:13259 Wabiskaw Bow Island Airport -0.482987267474293158 +58498 aapg_ae_878.html aapg_ae_878.html:377:38029:38033 Sims Ardmore, Pennsylvania -0.512052619659571384 +58499 geology_html_8841322008 geology_html_8841322008:275:27942:27949 Oceanic Kerguelen Plateau -0.441048011313096677 +58500 cspg_html_4664502755 cspg_html_4664502755:94:12658:12673 Pense Regina, Saskatchewan -0.458695727712452594 +58501 palaios_html_3022467877 palaios_html_3022467877:550:54207:54215 Virginia Long Island (Massachusetts) -0.11403102415435723 +58502 aapg_aa_415.html aapg_aa_415.html:347:50963:50978 Rio Grande Texas -0.0481796037635088825 +58503 aapg_af_264.html aapg_af_264.html:163:23531:23546 Melville Island Canada -0.0305069594683283034 +58504 gsa_html_3701935694 gsa_html_3701935694:20:851:882 Cram Hill Moretown, Vermont -0.08663080806103092 +58505 AMJC_html_8107504009 AMJC_html_8107504009:287:24899:24911 Fortin York -0.517925618184756242 +58506 aapg_ai_28.html aapg_ai_28.html:838:80242:80249 Lagarto Victoria, British Columbia 0.734803120957756351 +58507 sedimentology_html_2566540012 sedimentology_html_2566540012:1815:130607:130617 Washington Spokane, Washington -0.466842269540434285 +58508 sedimentology_html_3694687055 sedimentology_html_3694687055:1511:68135:68155 Boss Point Kingston, Jamaica -0.531176603287750737 +58509 AMJC_html_7984049819 AMJC_html_7984049819:453:44413:44429 Eliot Berwick, Pennsylvania -0.48422645917649243 +58510 aapg_ai_388.html aapg_ai_388.html:31:3742:3754 Rock Springs Cheyenne, Wyoming -0.463478914486847693 +58511 aapg_ah_52.html aapg_ah_52.html:142:19871:19885 Lodo California -0.451787799117909672 +58512 aapg_aa_644.html aapg_aa_644.html:580:51438:51456 Frontier Cheyenne, Wyoming -0.0234628186655344677 +58513 aapg_ad_718.html aapg_ad_718.html:33:3242:3246 Kent Texas -0.0350961840937315667 +58514 gsa_html_5670961546 gsa_html_5670961546:607:54493:54504 San Antonio San Antonio -0.475991665297052891 +58515 cspg_html_4727171280 cspg_html_4727171280:11:555:573 Edmonton Drumheller -0.045989547021837239 +58516 aapg_af_177.html aapg_af_177.html:16:2647:2667 Stonewall Stratford, Connecticut 0.0310392034454004609 +58517 aapg_ad_860.html aapg_ad_860.html:334:20024:20068 Tensleep Erie, Pennsylvania -0.453130450697368015 +58518 sedimentology_html_9150879626 sedimentology_html_9150879626:27:1857:1863 Ithaca Corvallis, Oregon -0.0538170462628818486 +58519 sedimentology_html_9710882522 sedimentology_html_9710882522:550:42762:42785 Umpqua Salem, Oregon -0.484114368303559472 +58520 palaios_html_7769060899 palaios_html_7769060899:30:2311:2322 Green River Logan, Utah 0.392418458092757771 +58521 aapg_ad_192.html aapg_ad_192.html:345:38449:38459 Tuscaloosa Shreveport, Louisiana -0.42326902375045744 +58522 gsa_html_7125621200 gsa_html_7125621200:77:8916:8919 Arc Israel -0.451875596518584666 +58523 gsa_html_9597147043 gsa_html_9597147043:1250:101486:101494 Suntrana Anchorage, Alaska -0.475977786028375149 +58524 aapg_af_188.html aapg_af_188.html:312:35756:35765 Beartooth Cheyenne, Wyoming -0.026183725432627869 +58525 aapg_ai_518.html aapg_ai_518.html:228:23328:23344 Elbert San Juan Mountains -0.0195726214963804213 +58526 aapg_ac_486.html aapg_ac_486.html:10:1653:1661 Colorado Denver -0.0540071290768429357 +58527 cspg_html_1503116552 cspg_html_1503116552:1764:247297:247317 Swan Hills Lacombe, Alberta -0.0796480051734365646 +58528 aapg_ad_880.html aapg_ad_880.html:158:17027:17036 Newcastle Elk Mountain, Wyoming -0.018225670847461909 +58529 jgeology_html_3739517257 jgeology_html_3739517257:1173:72111:72121 San Miguel New Mexico -0.465616092314337648 +58530 aapg_aa_23.html aapg_aa_23.html:872:114110:114119 Interlake Manitoba -0.449050071375940441 +58531 palaios_html_6273516581 palaios_html_6273516581:591:57647:57652 Lance Fort Union Trading Post National Historic Site -0.0045966157065965357 +58532 cspg_html_3104351736 cspg_html_3104351736:660:76732:76741 Red River Shreveport, Louisiana 0.00179624453777558709 +58533 aapg_ac_71.html aapg_ac_71.html:166:20962:20978 Dunlap Reno, Nevada -0.465104162426203172 +58534 cspg_html_4578604607 cspg_html_4578604607:329:46249:46287 Winnipegosis Regina, Saskatchewan -0.43580087580188992 +58535 palaios_html_8699778504 palaios_html_8699778504:236:24218:24226 Columbia Victoria, British Columbia -0.0433629440146906728 +58536 aapg_aa_662.html aapg_aa_662.html:10:1277:1284 Clinton Guernsey County, Ohio -0.00786789401885567251 +58537 aapg_aa_357.html aapg_aa_357.html:442:40675:40683 Colorado Dolores, Colorado -0.498070421610056713 +58538 gsa_html_1112286422 gsa_html_1112286422:698:69389:69417 Green River Colorado -0.0330135830277358128 +58539 aapg_af_13.html aapg_af_13.html:877:84688:84707 Newcastle Cheyenne, Wyoming -0.442860875153750722 +58540 aapg_ac_719.html aapg_ac_719.html:116:12044:12062 Raton Trinidad and Tobago -0.435661502416701596 +58541 cspg_html_2695921112 cspg_html_2695921112:455:52777:52814 Clifton New Brunswick, New Jersey -0.0368380831673493919 +58542 sedimentology_html_5372057865 sedimentology_html_5372057865:1001:79569:79607 Saddle Mountain Washington (state) -0.0549959922383894545 +58543 aapg_ac_230.html aapg_ac_230.html:242:26461:26467 Sierra Western world -0.450608983410958508 +58544 aapg_ae_959.html aapg_ae_959.html:1759:127135:127148 Abo Texas 0.00194564253308291118 +58545 geology_html_8405011379 geology_html_8405011379:14:798:808 Washington Seattle -0.49463779564980348 +58546 jgeology_html_9600984627 jgeology_html_9600984627:696:66454:66477 Fort Thompson Melbourne, Florida -0.496915172747898759 +58547 aapg_ad_81.html aapg_ad_81.html:1072:176251:176264 Madison Cheyenne, Wyoming -0.446669666957771216 +58548 aapg_af_664.html aapg_af_664.html:655:72022:72026 Word Nashville Basin -0.0409390916032161337 +58549 palaios_html_5264377288 palaios_html_5264377288:752:59381:59410 Chickaloon Anchorage, Alaska -0.0356930261214894115 +58550 gsa_html_2246096178 gsa_html_2246096178:125:11695:11711 Fish Canyon Tuff Colorado -0.510894633924204866 +58551 aapg_af_494.html aapg_af_494.html:89:9852:9867 Red Head Rapids Churchill River (Atlantic) 0.0239617604101210226 +58552 aapg_aa_23.html aapg_aa_23.html:999:132737:132746 Interlake Manitoba -0.44721379024503416 +58553 aapg_ad_52.html aapg_ad_52.html:66:7742:7750 Michigan Michigan -0.479772763003628699 +58554 palaios_html_7647838115 palaios_html_7647838115:17:787:794 Waikato Earth -0.442649117020085803 +58555 cspg_html_6252417471 cspg_html_6252417471:305:44833:44854 Christopher Banks Island 0.00423353613359182031 +58556 aapg_af_880.html aapg_af_880.html:512:76824:76844 Minnelusa Hartville, Missouri 1.10964381448700888 +58557 sedimentology_html_6078727073 sedimentology_html_6078727073:551:36219:36225 Madrid Calatayud (DO) -0.45099125631104503 +58558 cspg_html_3473883402 cspg_html_3473883402:520:71830:71841 Slave Point Victoria, British Columbia -0.473157943062676001 +58559 gsa_html_3096615185 gsa_html_3096615185:372:36722:36742 Dunn Bridgetown, Nova Scotia -0.43911211811260753 +58560 cspg_html_3476862609 cspg_html_3476862609:6:478:488 Washington Colville, Washington -0.428824418473081392 +58561 cspg_html_9717154602 cspg_html_9717154602:169:23253:23260 Bearpaw Lacombe, Alberta -0.462148059021696089 +58562 aapg_ai_96.html aapg_ai_96.html:171:17575:17594 Vicksburg Mexico -0.417370067428227742 +58563 aapg_aa_684.html aapg_aa_684.html:33:4145:4154 Chugwater Cheyenne, Wyoming -0.203799609159164841 +58564 sedimentology_html_3746379745 sedimentology_html_3746379745:100:11261:11270 Peninsula Yellow Sea -0.443933785681361437 +58565 sedimentology_html_2850465402 sedimentology_html_2850465402:93:9700:9710 Sherbrooke Quebec City -0.0249388283192189877 +58566 AMJC_html_8620643989 AMJC_html_8620643989:824:88011:88036 Grosmont Western Canadian Sedimentary Basin -0.0411306079885422268 +58567 aapg_ah_745.html aapg_ah_745.html:138:12043:12054 Platteville Glenwood, Utah -0.424249874232666135 +58568 cspg_html_2462765529 cspg_html_2462765529:227:39478:39490 Halfway Lacombe, Alberta -0.0137370110791438689 +58569 aapg_ae_465.html aapg_ae_465.html:193:20507:20526 Smackover Cotton Valley, Louisiana -0.441459714368856782 +58570 aapg_ah_27.html aapg_ah_27.html:191:29938:29951 Barnett Fort Worth, Texas -0.4391432028015122 +58571 gsa_html_5865982995 gsa_html_5865982995:1039:113047:113066 Rock Springs Cheyenne, Wyoming -0.45691453935984655 +58572 gsa_html_6441142238 gsa_html_6441142238:1271:119158:119197 Prairie Michigan Basin -0.456416618922522499 +58573 gsa_html_3946358846 gsa_html_3946358846:853:79779:79790 Sheep Creek Death Valley -0.0662433899800721065 +58574 aapg_aa_732.html aapg_aa_732.html:62:8755:8778 Comanche Peak Goodland, Kansas -0.458641287983651336 +58575 aapg_aa_147.html aapg_aa_147.html:873:89383:89392 Stonewall Inwood, New York -0.00614971261944179635 +58576 aapg_aa_233.html aapg_aa_233.html:119:13147:13154 La Pena Matamoros, Tamaulipas -0.0249388283192189877 +58577 aapg_ae_120.html aapg_ae_120.html:23:3080:3096 Viking Canada -0.454540571750530975 +58578 aapg_ai_239.html aapg_ai_239.html:62:5438:5443 Viola Ottumwa, Iowa -0.479830848328458015 +58579 aapg_ad_341.html aapg_ad_341.html:204:21185:21196 Jacksonburg Closter, New Jersey -0.447314589257592876 +58580 aapg_ae_993.html aapg_ae_993.html:368:36567:36586 Jefferson Boise, Idaho 0.388603054382978708 +58581 aapg_ah_387.html aapg_ah_387.html:352:35705:35714 Knoxville Knoxville, Illinois -0.0410313671820840969 +58582 aapg_af_142.html aapg_af_142.html:217:26943:26950 Bossier Cotton Valley, Louisiana 0.348665614731890172 +58583 gsa_html_4408649953 gsa_html_4408649953:1098:92666:92675 Knoxville The Carolinas -0.0338991191876076986 +58584 sedimentology_html_5688658852 sedimentology_html_5688658852:1165:66865:66877 San Fernando Texas -0.0534299210189851104 +58585 cspg_html_3762708087 cspg_html_3762708087:377:51479:51495 Viking Suffield, Connecticut -0.446110205830797302 +58586 gsa_html_1217771406 gsa_html_1217771406:1078:100112:100125 Santa Barbara California -0.067608196951884289 +58587 aapg_af_328.html aapg_af_328.html:125:15705:15714 Peninsula Libya -0.470200080639580853 +58588 gsa_html_8926423406 gsa_html_8926423406:684:65942:65951 San Diego Houghton, Michigan -0.0194353152309463539 +58589 palaios_html_1262064602 palaios_html_1262064602:980:97591:97603 Chinle Colorado -0.0111046462862114288 +58590 aapg_ac_912.html aapg_ac_912.html:165:13545:13564 Minnelusa North Fork, Suffolk County, New York 0.00313388258007131059 +58591 aapg_aa_23.html aapg_aa_23.html:483:57472:57490 Red River Brandon, Florida -0.0532328789335157898 +58592 aapg_ad_440.html aapg_ad_440.html:447:42120:42126 Warsaw Pocahontas County, Iowa 0.208373303318665742 +58593 jgeology_html_1287967067 jgeology_html_1287967067:817:44812:44816 Hall London, Ontario -0.46853104470756296 +58594 AMJC_html_1873062106 AMJC_html_1873062106:205:29985:29993 Colorado Arizona -0.0378770981344208127 +58595 aapg_ai_409.html aapg_ai_409.html:105:11611:11630 Nacatoch Arkansas -0.440247382693200906 +58596 jgeology_html_2809998069 jgeology_html_2809998069:282:20905:20927 Fisset Brook Cape Breton Island -0.448484669177164286 +58597 gsa_html_2877730818 gsa_html_2877730818:1067:88753:88771 Johnnie Great Basin 0.308454907207309892 +58598 aapg_af_497.html aapg_af_497.html:93:8919:8945 Greenhorn Hittin 0.00569802533902298743 +58599 cspg_html_2161417858 cspg_html_2161417858:242:32277:32297 Big Valley Lacombe, Alberta -0.470292003998596664 +58600 sedimentology_html_8748254640 sedimentology_html_8748254640:1264:89269:89289 Capistrano San Clemente, California -0.484534784604727431 +58601 palaios_html_1020763489 palaios_html_1020763489:184:20944:20962 Quinault Washington (state) -0.498070421610056713 +58602 gsa_html_3270005590 gsa_html_3270005590:562:48295:48323 Green River Colorado 0.0416372752003647123 +58603 palaios_html_5543030185 palaios_html_5543030185:226:25774:25792 Fillmore Logan, Utah 0.387806263067143275 +58604 aapg_aa_302.html aapg_aa_302.html:673:72604:72612 Toroweap Logan, Utah 0.276234899673635403 +58605 gsa_html_2717448156 gsa_html_2717448156:897:95150:95156 Oregon Boise, Idaho -0.0158621976007121031 +58606 cspg_html_4727171280 cspg_html_4727171280:77:8463:8481 Edmonton Drumheller -0.447242908821281704 +58607 aapg_ai_774.html aapg_ai_774.html:40:4007:4030 Detroit River Tioga, Texas -0.0472770257306706979 +58608 geology_html_9211402765 geology_html_9211402765:35:3787:3793 Provo Anchorage, Alaska -0.0219487021071597919 +58609 sedimentology_html_1671289005 sedimentology_html_1671289005:874:79248:79252 Hall London, Ontario -0.440814423285003532 +58610 aapg_ai_584.html aapg_ai_584.html:792:83602:83607 Cassa Hartville, Missouri -0.0261211303154043166 +58611 cspg_html_9683836416 cspg_html_9683836416:103:18247:18265 Bearpaw Lethbridge 1.05230459865115877 +58612 geology_html_1345246209 geology_html_1345246209:121:15008:15013 Yukon China -0.10783879721138985 +58613 aapg_af_638.html aapg_af_638.html:172:13099:13106 Bedford Antrim, County Antrim -0.470292003998596664 +58614 aapg_ad_24.html aapg_ad_24.html:6:527:536 Rose Hill Lee County, Alabama -0.0501942290339745384 +58615 cspg_html_1665574291 cspg_html_1665574291:88:14478:14507 Paskapoo Lacombe, Alberta 0.611447306220383902 +58616 cspg_html_4031489103 cspg_html_4031489103:561:84931:84939 Columbia Canada -0.455333460622450559 +58617 aapg_aa_146.html aapg_aa_146.html:32:3978:3990 Pierre Black Hills -0.474133810779439169 +58618 cspg_html_6383234409 cspg_html_6383234409:488:50341:50361 Hecla Bay Bathurst Island (Northern Territory) -0.440325191296006335 +58619 cspg_html_4382149016 cspg_html_4382149016:18:2367:2388 Lawrence Quebec City -0.464473797617463435 +58620 geology_html_9177140978 geology_html_9177140978:249:17131:17138 Narrows Hudson Valley -0.0346959879094753468 +58621 aapg_aa_994.html aapg_aa_994.html:65:5295:5318 Cotton Valley Shreveport, Louisiana -0.0263019613963844621 +58622 aapg_af_636.html aapg_af_636.html:340:39354:39362 Onondaga Bloomington, Indiana -0.0124129812660324374 +58623 gsa_html_6142651299 gsa_html_6142651299:890:78330:78338 Rockwell California -0.433933223839739757 +58624 aapg_ac_314.html aapg_ac_314.html:677:60631:60637 Brazil South America 0.00204466219751255973 +58625 cspg_html_3854139935 cspg_html_3854139935:124:20985:21007 Judith River Judith River Formation 0.0130315493205527232 +58626 gsa_html_3720789279 gsa_html_3720789279:951:92360:92373 Topanga Southern California -0.0442929610094760506 +58627 aapg_ac_726.html aapg_ac_726.html:9:1637:1655 Green River Colorado -0.445157668105484183 +58628 aapg_ac_867.html aapg_ac_867.html:494:67641:67649 Colorado Logan, Utah -0.0583176759976086131 +58629 aapg_ai_688.html aapg_ai_688.html:148:18661:18668 Kanawha Woods County, Oklahoma -0.432289667144302503 +58630 cspg_html_7086880709 cspg_html_7086880709:235:27939:27947 Columbia Victoria, British Columbia -0.480853789677316845 +58631 geology_html_8611700372 geology_html_8611700372:270:24405:24415 Washington Mount Pinatubo 0.0381625415237680371 +58632 cspg_html_7474795689 cspg_html_7474795689:66:7672:7680 Columbia Lacombe, Alberta -0.4506269691264706 +58633 gsa_html_3648258377 gsa_html_3648258377:460:44686:44699 Merchantville Merchantville, New Jersey 0.0025901399675438766 +58634 aapg_ai_975.html aapg_ai_975.html:182:20705:20722 Hosston East Texas -0.211314519107923371 +58635 cspg_html_9493908895 cspg_html_9493908895:79:7961:7967 Viking Bow Island Airport -0.428896893887351471 +58636 sedimentology_html_6667049843 sedimentology_html_6667049843:1624:94342:94346 Hall London, Ontario -0.469028899015838996 +58637 sedimentology_html_2530371124 sedimentology_html_2530371124:326:24987:24993 Brazil Morocco -0.504128918336591125 +58638 sedimentology_html_4353954188 sedimentology_html_4353954188:1712:103803:103832 Dunvegan Lacombe, Alberta -0.450006666987963933 +58639 aapg_ah_762.html aapg_ah_762.html:13:1781:1797 Shunda Moose Mountain (Alberta) 0.816280348002852874 +58640 aapg_ai_444.html aapg_ai_444.html:207:18889:18903 Hale Brentwood, Essex -0.494670894236060144 +58641 sedimentology_html_6473571818 sedimentology_html_6473571818:241:25298:25307 Peninsula Quebec City -0.449451899065432481 +58642 cspg_html_3521815736 cspg_html_3521815736:48:8420:8428 Columbia Victoria, British Columbia -0.0354198318919945049 +58643 aapg_ai_163.html aapg_ai_163.html:523:44321:44337 Kaibab Cheyenne, Wyoming -0.115563619969403814 +58644 cspg_html_9753247638 cspg_html_9753247638:20:2118:2134 Albert Stony Creek Metropark -0.00610628100951976244 +58645 cspg_html_9388742281 cspg_html_9388742281:24:2807:2824 Cruiser Ottawa, Kansas -0.00716428423732448638 +58646 cspg_html_7402164801 cspg_html_7402164801:363:36953:36974 Belly River Lacombe, Alberta -0.462644618431458876 +58647 aapg_ad_919.html aapg_ad_919.html:80:8419:8439 Lakota Millers Creek, North Carolina -0.451812561628617604 +58648 sedimentology_html_3526020464 sedimentology_html_3526020464:113:8703:8707 Java Sumatra -0.466727815469158758 +58649 gsa_html_9139668698 gsa_html_9139668698:719:60151:60179 Green River Colorado -0.0186688510697679971 +58650 palaios_html_5488159532 palaios_html_5488159532:556:56340:56357 Verulam Middle Ordovician -0.417361386985468708 +58651 cspg_html_6252417471 cspg_html_6252417471:176:26120:26136 Kanguk Banks Island -0.0258916172011711375 +58652 gsa_html_6627974776 gsa_html_6627974776:80:6160:6165 Yukon Wrangell, Alaska -0.0640561829300472368 +58653 geology_html_6188565888 geology_html_6188565888:400:30830:30837 Shuswap Victoria, British Columbia -0.485799611688376376 +58654 gsa_html_1266138577 gsa_html_1266138577:139:11924:11943 Harkless Salinas Valley -0.0176486817607870612 +58655 aapg_ac_297.html aapg_ac_297.html:19:1412:1418 Oregon Washington (state) -0.0519827474069236295 +58656 cspg_html_8818854104 cspg_html_8818854104:472:58751:58768 Cadomin Victoria, British Columbia -0.469327287552563421 +58657 gsa_html_5928791685 gsa_html_5928791685:102:10165:10177 Rhode Island Newport, Rhode Island -0.44548177794016619 +58658 aapg_ai_153.html aapg_ai_153.html:97:17031:17040 Conemaugh Monongahela, Pennsylvania -0.452238132024570194 +58659 sedimentology_html_8548134576 sedimentology_html_8548134576:33:2510:2518 Michigan Sweden -0.474805786132168894 +58660 cspg_html_3699720399 cspg_html_3699720399:299:31670:31678 Columbia Grand Forks, North Dakota 0.00619140699389484142 +58661 gsa_html_1539840626 gsa_html_1539840626:29:2796:2824 Green River Colorado -0.011292292690643661 +58662 aapg_af_541.html aapg_af_541.html:6:909:917 Virginia Closter, New Jersey -0.466007095038280028 +58663 aapg_aa_234.html aapg_aa_234.html:139:15006:15018 Austin Chalk Texas -0.461390086357821749 +58664 gsa_html_4670964408 gsa_html_4670964408:683:75129:75157 Green River New Mexico -0.423164225946506323 +58665 sedimentology_html_9410532865 sedimentology_html_9410532865:80:6470:6481 Green River Wasatch Range 0.00145054491803285547 +58666 cspg_html_4326384800 cspg_html_4326384800:210:26188:26208 Mount Hawk Lacombe, Alberta 0.468180191914792487 +58667 sedimentology_html_5578813387 sedimentology_html_5578813387:504:41062:41070 Scotland North Sea oil -0.455197874748240694 +58668 palaios_html_3306053371 palaios_html_3306053371:726:80609:80627 Moenkopi Reno, Nevada -0.439125439995052158 +58669 aapg_ae_794.html aapg_ae_794.html:8:1558:1578 Owl Creek Selma to Montgomery marches -0.0338991191876076986 +58670 aapg_af_965.html aapg_af_965.html:582:66219:66235 Viking Lacombe, Alberta -0.448821175971653663 +58671 cspg_html_4132771434 cspg_html_4132771434:800:88747:88761 Bullhead Victoria, British Columbia -0.461526610478465105 +58672 aapg_ah_77.html aapg_ah_77.html:248:28726:28745 Rock Springs Sweetwater, Miami-Dade County, Florida 0.0403314885840308016 +58673 aapg_aa_787.html aapg_aa_787.html:134:13845:13860 Word Texas -0.485336482309537631 +58674 gsa_html_6281658899 gsa_html_6281658899:538:65044:65065 Green River Cheyenne, Wyoming -0.416311624568161565 +58675 gsa_html_3170047312 gsa_html_3170047312:1596:114521:114549 Green River New Mexico -0.0311226948006410493 +58676 jgeology_html_6036993703 jgeology_html_6036993703:468:24887:24894 Dunedin Dunedin, Florida -0.437951625350357587 +58677 aapg_ah_4.html aapg_ah_4.html:299:48061:48099 Heath Talara Province -0.00773064589701005864 +58678 cspg_html_2093862169 cspg_html_2093862169:34:4536:4551 Bluff Jamaica, Queens -0.0309035312152589614 +58679 aapg_ah_264.html aapg_ah_264.html:4:415:428 Hanover Jamaica, Queens -0.00227918267204772502 +58680 aapg_af_494.html aapg_af_494.html:242:26158:26183 Red Head Rapids East Bay (San Francisco Bay Area) -0.471589148494391819 +58681 cspg_html_9683836416 cspg_html_9683836416:53:9992:10003 Sombre Milk River, Alberta -0.0375812203233935049 +58682 aapg_ah_85.html aapg_ah_85.html:115:12946:12959 Matawan The Carolinas -0.00035264713868171768 +58683 aapg_ae_61.html aapg_ae_61.html:143:12006:12011 Tyler Sumatra -0.446392131630084288 +58684 aapg_ac_277.html aapg_ac_277.html:73:6813:6824 Tar Springs Bethel, Alaska -0.473778404154942046 +58685 aapg_ae_876.html aapg_ae_876.html:644:68115:68129 Cedar Mountain Worcester, Massachusetts -0.468611324772205295 +58686 aapg_ad_717.html aapg_ad_717.html:221:24744:24750 Kaibab Logan, Utah -0.00936896389642591365 +58687 aapg_ah_962.html aapg_ah_962.html:160:18099:18114 Viola Black River, Jamaica -0.00576230371979552514 +58688 sedimentology_html_2883226039 sedimentology_html_2883226039:988:45862:45868 Guelph Canada -0.431344541193885822 +58689 palaios_html_2221534395 palaios_html_2221534395:104:14926:14930 Kope Netherlands -0.025689926843247262 +58690 aapg_ac_471.html aapg_ac_471.html:277:30821:30859 Winnipegosis Regina, Saskatchewan -0.435356280726712952 +58691 aapg_ae_939.html aapg_ae_939.html:592:32013:32025 Seven Rivers Salado, Texas -0.450006666987963933 +58692 aapg_af_880.html aapg_af_880.html:683:108879:108887 Wolfcamp French Indochina -0.454143259443463898 +58693 aapg_af_468.html aapg_af_468.html:50:5161:5172 Frio Brazoria County, Texas -0.0321281154583834411 +58694 aapg_ac_450.html aapg_ac_450.html:154:19227:19238 Buena Vista Antelope Hills, Wyoming -0.0373010146688876193 +58695 gsa_html_6177696537 gsa_html_6177696537:29:2796:2824 Green River Iran -0.0273313514332929886 +58696 aapg_aa_959.html aapg_aa_959.html:145:12115:12123 Tensleep Colorado -0.070167457941640754 +58697 aapg_ak_5.html aapg_ak_5.html:673:69542:69550 Scotland Suffolk, Virginia -0.0390380689308100493 +58698 aapg_ac_826.html aapg_ac_826.html:20:3039:3059 Kinnikinic Quartzite Middle Ordovician -0.0446500168455515323 +58699 cspg_html_2018998204 cspg_html_2018998204:219:23218:23240 Imperial Canada -0.421983856501260468 +58700 cspg_html_2976104632 cspg_html_2976104632:73:10839:10847 Colorado Denver -0.46687889797168336 +58701 palaios_html_3061678052 palaios_html_3061678052:914:86497:86529 Marjum Logan, Utah 0.434874321215954596 +58702 cspg_html_9717154602 cspg_html_9717154602:205:29706:29713 Bearpaw Lacombe, Alberta -0.480109712230180896 +58703 gsa_html_9525385678 gsa_html_9525385678:949:95719:95747 Green River Colorado -0.000105967854110096421 +58704 aapg_aa_499.html aapg_aa_499.html:5:667:673 Midway Kern River Preserve -0.0135788887974534252 +58705 aapg_ae_973.html aapg_ae_973.html:1099:86577:86594 Rustler Salado, Texas 0.605853721925671884 +58706 aapg_ac_809.html aapg_ac_809.html:60:6670:6677 Rierdon Cut Bank, Montana 0.0429711127899507772 +58707 aapg_ah_468.html aapg_ah_468.html:169:19671:19693 Pine Island Shreveport, Louisiana -0.0275887108223223723 +58708 aapg_ah_722.html aapg_ah_722.html:428:50039:50068 Sagavanirktok Canning River (Alaska) -0.270824377825043705 +58709 gsa_html_3387611512 gsa_html_3387611512:1008:108783:108791 Columbia Maryland -0.0306147978884375553 +58710 aapg_ac_490.html aapg_ac_490.html:397:56359:56377 Dunvegan Victoria, British Columbia -0.114614281398856016 +58711 aapg_ai_958.html aapg_ai_958.html:47:4364:4379 Catahoula Oakville, California -0.00581963313965654701 +58712 palaios_html_5371490677 palaios_html_5371490677:98:13304:13310 Keokuk Iowa -0.208448707450616055 +58713 gsa_html_1538083661 gsa_html_1538083661:31:2117:2123 Oregon Klamath Mountains (ecoregion) -0.453044786078658057 +58714 sedimentology_html_1568456861 sedimentology_html_1568456861:1285:93849:93853 Hall London, Ontario -0.473746101631411953 +58715 aapg_af_221.html aapg_af_221.html:15:1314:1322 Beaumont Saratoga, California -0.442649117020085803 +58716 aapg_ae_483.html aapg_ae_483.html:434:42028:42037 Extension Anchorage, Alaska -0.448753864703002991 +58717 gsa_html_9280112280 gsa_html_9280112280:694:66353:66361 Michigan Upper Peninsula of Michigan -0.0697792961691182795 +58718 aapg_ae_371.html aapg_ae_371.html:454:34534:34552 Morrison LeRoy, Wisconsin -0.430026468312881383 +58719 AMJC_html_5445402006 AMJC_html_5445402006:759:73536:73543 Calvert China 0.000674025171207849952 +58720 aapg_ae_613.html aapg_ae_613.html:474:50523:50527 Vail Oslo -0.0377274176775576064 +58721 cspg_html_6032369756 cspg_html_6032369756:452:54553:54562 Spearfish Manitoba -0.417363557088893333 +58722 aapg_ae_745.html aapg_ae_745.html:525:64564:64570 Kodiak Anchorage, Alaska -0.0473205840884710904 +58723 cspg_html_5345848475 cspg_html_5345848475:7:869:889 Milk River Regina, Saskatchewan -0.436832441054611387 +58724 cspg_html_5295390542 cspg_html_5295390542:86:11784:11801 Halfway Victoria, British Columbia -0.457582637906406409 +58725 cspg_html_4105062490 cspg_html_4105062490:75:8154:8169 Jefferson Lacombe, Alberta -0.459805657368256959 +58726 aapg_aa_299.html aapg_aa_299.html:456:41428:41442 Stony Mountain Nassau, Bahamas 0.00830396347652810271 +58727 aapg_ad_111.html aapg_ad_111.html:4:681:690 Mesaverde Colorado -0.0355242365002017696 +58728 aapg_ac_920.html aapg_ac_920.html:253:39072:39080 Arcturus Reno, Nevada -0.484161071054726611 +58729 cspg_html_7914348578 cspg_html_7914348578:568:60644:60654 Pine Point Canada -0.500707121160588686 +58730 aapg_ac_532.html aapg_ac_532.html:538:82362:82369 Yucatan Melbourne, Florida -0.47703324216366505 +58731 aapg_ah_318.html aapg_ah_318.html:1185:119116:119139 Cotton Valley Cotton Valley, Louisiana -0.213308703606244571 +58732 cspg_html_1188455526 cspg_html_1188455526:126:20186:20197 Schei Point Middle East -0.425358634701132332 +58733 aapg_ah_645.html aapg_ah_645.html:23:3586:3604 Sundance Black Hills -0.4462802459552766 +58734 cspg_html_4659384530 cspg_html_4659384530:172:20530:20555 Beaverhill Swan Hill, Victoria -0.454113919430063184 +58735 aapg_ad_283.html aapg_ad_283.html:13:2307:2333 San Andres Texas -0.0807885815366976151 +58736 aapg_af_833.html aapg_af_833.html:505:55203:55211 Cloverly Greybull, Wyoming 0.720159303405956797 +58737 aapg_ai_914.html aapg_ai_914.html:33:5156:5185 Atoka Atoka, Oklahoma -0.183301806933308081 +58738 cspg_html_6644065685 cspg_html_6644065685:53:5629:5650 Melville Island Banks Island -0.454540571750530975 +58739 aapg_af_128.html aapg_af_128.html:87:8571:8589 Fairbank Southeast Asia -0.442682549290708161 +58740 AMJC_html_5969956211 AMJC_html_5969956211:1782:197328:197347 Pinyon Conglomerate Cheyenne, Wyoming -0.430224392211940587 +58741 aapg_ai_504.html aapg_ai_504.html:123:12349:12358 Lodgepole Virden, Illinois 0.150134791333581652 +58742 sedimentology_html_8076752814 sedimentology_html_8076752814:598:48349:48357 Victoria Melbourne, Florida -0.417728203254524755 +58743 aapg_aa_193.html aapg_aa_193.html:451:41641:41659 Coeymans Dayville, Oregon -0.469302035375975646 +58744 aapg_aa_548.html aapg_aa_548.html:40:4191:4197 Senora Henryetta, Oklahoma -0.431186011272103542 +58745 gsa_html_7635660482 gsa_html_7635660482:47:3628:3642 Vega Spain -0.00728936970704518669 +58746 aapg_ac_271.html aapg_ac_271.html:349:30628:30652 Venango San Fernando Valley -0.475196277624828634 +58747 geology_html_9522356944 geology_html_9522356944:12:476:485 San Diego California -0.441553207562292771 +58748 aapg_ae_884.html aapg_ae_884.html:237:31631:31639 Colorado Bearpaw Formation -0.457840951353905012 +58749 AMJC_html_3262083241 AMJC_html_3262083241:625:65834:65844 Washington Seattle -0.0256238564672171959 +58750 aapg_aa_379.html aapg_aa_379.html:110:12757:12767 Pottsville Huntington, West Virginia -0.0180066911955107829 +58751 cspg_html_7924356285 cspg_html_7924356285:111:15022:15028 Oregon Asia -0.0550552936469841589 +58752 aapg_ae_31.html aapg_ae_31.html:8:1221:1239 Fayetteville Arkansas -0.244516438544952641 +58753 aapg_ad_379.html aapg_ad_379.html:755:62201:62208 Todilto North Creek, Washington 0.888147540217511411 +58754 aapg_ad_811.html aapg_ad_811.html:727:83726:83736 Rio Grande Colorado -0.447242908821281704 +58755 aapg_ah_467.html aapg_ah_467.html:103:8827:8835 Kootenay Fernie, British Columbia -0.0566566272640218263 +58756 aapg_ae_755.html aapg_ae_755.html:162:19261:19282 Pungo River Virginia -0.102177012334758219 +58757 aapg_ah_779.html aapg_ah_779.html:242:44904:44908 Bays Utica, New York -0.0370660655999496616 +58758 geology_html_4460152267 geology_html_4460152267:9:396:412 Navajo Logan, Utah -0.038242606390143298 +58759 gsa_html_7298317037 gsa_html_7298317037:269:24155:24173 Monterey Western world -0.444945382159606273 +58760 aapg_ae_916.html aapg_ae_916.html:225:26534:26549 Eagle Colorado -0.0484305318686929845 +58761 aapg_ae_581.html aapg_ae_581.html:629:70754:70766 Pierre Cheyenne, Wyoming 0.00633907480086522146 +58762 geology_html_1644816140 geology_html_1644816140:300:23302:23327 Barstow Hanson, Massachusetts -0.0186688510697679971 +58763 aapg_ai_491.html aapg_ai_491.html:430:53791:53808 Hermosa Des Moines, Washington -0.0406396375841217364 +58764 cspg_html_9676262628 cspg_html_9676262628:7:414:431 Cardium Lacombe, Alberta -0.022871757858413614 +58765 aapg_ae_570.html aapg_ae_570.html:4:552:568 Keefer Lockport (city), New York -0.485603101959931283 +58766 palaios_html_6676788300 palaios_html_6676788300:417:50047:50058 Ludlowville Moscow -0.49119789377684242 +58767 aapg_ac_680.html aapg_ac_680.html:88:7230:7248 Cotton Valley East Texas -0.290629862090370727 +58768 aapg_ai_533.html aapg_ai_533.html:324:30153:30170 Judith River Stanton, California -0.0252656906210169466 +58769 jgeology_html_5803513114 jgeology_html_5803513114:935:55531:55550 Littleton Mt. Washington, Los Angeles -0.0252830771132320185 +58770 aapg_ad_584.html aapg_ad_584.html:328:29401:29424 Cotton Valley Mississippi River -0.456043359064104259 +58771 AMJC_html_4504848787 AMJC_html_4504848787:118:14320:14342 Mechum River Blue Ridge Mountains -0.433242360041126984 +58772 aapg_ae_959.html aapg_ae_959.html:1467:105808:105816 Wolfcamp Delaware -0.4784100389871494 +58773 gsa_html_3069013284 gsa_html_3069013284:320:33021:33027 Chinle Chinle Formation -0.455432903203822237 +58774 geology_html_1745354227 geology_html_1745354227:184:19306:19314 Columbia Victoria, British Columbia -0.0285868941347483252 +58775 gsa_html_9052101586 gsa_html_9052101586:454:53697:53708 Peoria Lake Michigan -0.0114886275572314532 +58776 aapg_af_598.html aapg_af_598.html:153:12654:12671 Lenapah Tulsa, Oklahoma -0.029835599351404625 +58777 aapg_ad_2.html aapg_ad_2.html:1381:188854:188871 Black River Bellefonte, Pennsylvania -0.439258669305734428 +58778 aapg_ac_983.html aapg_ac_983.html:375:59864:59878 Iola Raytown, Missouri -0.0446848523665537567 +58779 geology_html_3342004799 geology_html_3342004799:234:21404:21429 Cedar Mountain Colorado -0.0467578283362129754 +58780 jgeology_html_3792951165 jgeology_html_3792951165:1216:80044:80071 Lovelock Reno, Nevada -0.522607791035152647 +58781 aapg_af_542.html aapg_af_542.html:16:2443:2455 Wilcox Texas -0.0335442004664093935 +58782 aapg_ac_71.html aapg_ac_71.html:212:25519:25535 Dunlap Pebble Mine -0.489899180704299886 +58783 aapg_ae_324.html aapg_ae_324.html:250:25236:25256 Beekmantown Cumberland, Maryland -0.441927274708787343 +58784 gsa_html_8433290297 gsa_html_8433290297:1320:110507:110535 Green River Iran -0.0576685607058075797 +58785 gsa_html_1217771406 gsa_html_1217771406:15:778:784 Denver Colorado -0.522656706597745768 +58786 aapg_ac_900.html aapg_ac_900.html:190:17358:17364 Weston Cheyenne, Wyoming -0.477308890203395286 +58787 cspg_html_2319756031 cspg_html_2319756031:10:659:670 Peace River Edmonton, London -0.0319472030481665059 +58788 aapg_ai_49.html aapg_ai_49.html:694:90784:90790 Chinle Cheyenne, Wyoming -0.386715357499841372 +58789 cspg_html_9361096527 cspg_html_9361096527:14:2507:2519 Saskatchewan Judith River Formation -0.496881985799363712 +58790 aapg_ae_803.html aapg_ae_803.html:429:53845:53862 Chochal West Texas -0.45921987907792633 +58791 aapg_ac_972.html aapg_ac_972.html:103:12036:12056 Santa Margarita Salinas, California -0.0331684163736417556 +58792 aapg_ad_882.html aapg_ad_882.html:144:11742:11756 Muav Grand Canyon -0.0605656576216307002 +58793 aapg_af_700.html aapg_af_700.html:11:1013:1021 Virginia Charleston, South Carolina -0.0235062798697475116 +58794 aapg_ai_328.html aapg_ai_328.html:23:2992:3011 Rancheria Rift Valley lakes -0.0194596479158459131 +58795 aapg_ac_765.html aapg_ac_765.html:324:59817:59841 Chinle Chinle Formation -0.457532796484121151 +58796 aapg_ae_537.html aapg_ae_537.html:861:104462:104466 Kent Middle East -0.0599110776039962212 +58797 sedimentology_html_3694687055 sedimentology_html_3694687055:1787:79095:79111 Dakota Iowa -0.257388512664668556 +58798 gsa_html_3872060924 gsa_html_3872060924:9:330:342 Owens Valley California -0.0340313466956898014 +58799 aapg_ah_869.html aapg_ah_869.html:1024:95212:95220 Cloverly Cheyenne, Wyoming 0.736379129940215815 +58800 aapg_ah_638.html aapg_ah_638.html:66:6643:6663 Citronelle Melbourne, Florida 0.389957743175609217 +58801 aapg_af_789.html aapg_af_789.html:29:4473:4483 Pocahontas Bluefield, West Virginia -0.472678482936493838 +58802 cspg_html_7457399958 cspg_html_7457399958:119:16783:16793 Griper Bay Melville Island (Canada) -0.0074248793072545817 +58803 cspg_html_6334734829 cspg_html_6334734829:332:36835:36853 Tantalus Indian River (Florida) -0.0401573975935689137 +58804 aapg_ac_984.html aapg_ac_984.html:173:15191:15200 Franconia Wisconsin 0.00269610880251506917 +58805 aapg_ae_114.html aapg_ae_114.html:82:12365:12381 Carlton Rhyolite Wichita, Kansas -0.473663043482949409 +58806 aapg_ac_940.html aapg_ac_940.html:190:22928:22949 Mauch Chunk Niobrara, Nebraska -0.422297898476814759 +58807 cspg_html_2419618566 cspg_html_2419618566:519:66552:66558 Antler Reno, Nevada -0.47829406272822006 +58808 aapg_af_459.html aapg_af_459.html:417:45438:45459 Bell Delaware -0.037309716590806806 +58809 cspg_html_7866293053 cspg_html_7866293053:189:19050:19058 Moosebar Fall Creek Falls State Park -0.0232768060359763093 +58810 sedimentology_html_2041096405 sedimentology_html_2041096405:612:51588:51619 Winnipegosis Canada -0.44280960294495586 +58811 aapg_ad_466.html aapg_ad_466.html:1299:139222:139230 Virginia Delaware -0.470365549607814404 +58812 gsa_html_2220556952 gsa_html_2220556952:22:1946:1963 Roberts Mountains Reno, Nevada 0.372565207582456315 +58813 cspg_html_5538678223 cspg_html_5538678223:636:60583:60591 Columbia Victoria, British Columbia -0.0505811818267982855 +58814 jgeology_html_1587231718 jgeology_html_1587231718:474:29758:29767 Eel River California -0.050246518785567143 +58815 cspg_html_7409170811 cspg_html_7409170811:659:75695:75711 Exshaw Lacombe, Alberta 0.77109224649143715 +58816 cspg_html_2758324131 cspg_html_2758324131:92:16505:16520 Banff Williston Basin -0.4391432028015122 +58817 gsa_html_8186401201 gsa_html_8186401201:30:2830:2858 Green River Iran -0.0031964218159343861 +58818 aapg_ae_865.html aapg_ae_865.html:612:39821:39829 Scotland London, Ontario -0.0807885815366976151 +58819 cspg_html_4915680223 cspg_html_4915680223:17:1815:1833 Read Bay Little Cornwallis Island -0.0189695239556965725 +58820 aapg_af_854.html aapg_af_854.html:341:42454:42464 Kinderhook Monroe County, Florida -0.0816788093669866405 +58821 aapg_ac_912.html aapg_ac_912.html:61:6352:6371 Minnelusa Powder River (Montana) 0.0157683588888968516 +58822 cspg_html_6163691495 cspg_html_6163691495:44:5902:5919 Pekisko Lacombe, Alberta -0.0202105002468695241 +58823 jgeology_html_2022713612 jgeology_html_2022713612:843:77857:77899 Wood Canyon California -0.0330222814746261376 +58824 aapg_ah_160.html aapg_ah_160.html:75:10907:10926 Onondaga Onondaga (tribe) -0.0773484090260280199 +58825 aapg_ai_146.html aapg_ai_146.html:4:531:549 Sawtooth Lacombe, Alberta -0.452896019392303839 +58826 palaios_html_4880574501 palaios_html_4880574501:169:20041:20045 Kope Middle East -0.42773794978433255 +58827 aapg_aa_734.html aapg_aa_734.html:40:4207:4215 Caballos Arkansas -0.493022272019571606 +58828 cspg_html_1665574291 cspg_html_1665574291:98:16797:16813 Battle Regina, Saskatchewan -0.449440672427322663 +58829 aapg_ad_337.html aapg_ad_337.html:124:13477:13494 Topanga Glendora, California -0.463332970234029085 +58830 gsa_html_3436154175 gsa_html_3436154175:1196:94697:94718 Green River Cheyenne, Wyoming -0.0449008358068114649 +58831 geology_html_1543525199 geology_html_1543525199:34:2227:2235 Colorado Cheyenne, Wyoming -0.449467616590735308 +58832 aapg_ai_82.html aapg_ai_82.html:17:2546:2566 Greenbrier Pennsylvania -0.0518153822203646572 +58833 aapg_ah_470.html aapg_ah_470.html:8:1075:1082 Garland Salem, Oregon -0.485336482309537631 +58834 aapg_ac_986.html aapg_ac_986.html:526:65785:65806 Green River Cheyenne, Wyoming -0.438093558395168947 +58835 sedimentology_html_1293179143 sedimentology_html_1293179143:1120:79756:79768 Saskatchewan Saskatoon -0.492380698787899029 +58836 aapg_ac_472.html aapg_ac_472.html:263:24291:24300 San Diego California -0.442649117020085803 +58837 AMJC_html_4446957148 AMJC_html_4446957148:681:72496:72513 Massabesic Gneiss New Hampshire -0.502850661160650247 +58838 aapg_ac_421.html aapg_ac_421.html:470:55319:55327 Billings Englewood Cliffs, New Jersey -0.483897233884893974 +58839 cspg_html_9683836416 cspg_html_9683836416:271:44425:44439 Edmonton Western world -0.459805657368256959 +58840 aapg_af_789.html aapg_af_789.html:108:15279:15297 Coeymans Pennsylvania -0.0351971054761553784 +58841 aapg_af_896.html aapg_af_896.html:180:19378:19385 La Tuna Berino, New Mexico -0.00389130459133905492 +58842 aapg_ae_319.html aapg_ae_319.html:18:2645:2652 Entrada Uinta Mountains -0.42435479065966919 +58843 AMJC_html_5916115748 AMJC_html_5916115748:1449:129718:129728 Washington Washington (state) -0.466965896576978678 +58844 aapg_aa_791.html aapg_aa_791.html:399:39038:39045 Andrews Bartlesville, Oklahoma -0.0182917127831857887 +58845 aapg_ac_198.html aapg_ac_198.html:269:24145:24164 Eagle Texas -0.509731055861850857 +58846 palaios_html_6404782987 palaios_html_6404782987:777:97433:97464 Kope Ohio -0.0116571637323025015 +58847 aapg_af_799.html aapg_af_799.html:144:9841:9845 Lodo Coalinga, California 0.0171307951953313421 +58848 sedimentology_html_8866523088 sedimentology_html_8866523088:170:10529:10538 Hampshire England -0.481230723565142238 +58849 jgeology_html_5471448181 jgeology_html_5471448181:249:22575:22591 Chinle Kayenta, Arizona -0.471639785200352879 +58850 sedimentology_html_5372057865 sedimentology_html_5372057865:1216:88317:88322 Logan Washington (state) -0.0218513582866363479 +58851 aapg_ai_521.html aapg_ai_521.html:3:215:230 Bluff Victoria, British Columbia -0.48757492352044407 +58852 cspg_html_4376017434 cspg_html_4376017434:121:13855:13871 Pardonet Victoria, British Columbia -0.477234757760444439 +58853 aapg_aa_357.html aapg_aa_357.html:385:35981:35998 Wingate Chinle Formation -0.469070208322842297 +58854 cspg_html_8139359744 cspg_html_8139359744:522:70291:70299 Michigan Ontario, California -0.473815322787249471 +58855 cspg_html_8810326121 cspg_html_8810326121:18:1614:1622 Gowganda Espanola, Ontario -0.450707909241451543 +58856 geology_html_3940901205 geology_html_3940901205:160:13233:13239 Sierra Nicaragua -0.486471360669343711 +58857 aapg_ah_512.html aapg_ah_512.html:47:6690:6709 Athabasca Lacombe, Alberta -0.479670542308177961 +58858 cspg_html_6984906794 cspg_html_6984906794:16:2550:2568 Cruiser Victoria, British Columbia -0.473607675769745107 +58859 aapg_ae_72.html aapg_ae_72.html:10:1818:1825 Hermosa Hermosa, Chicago -0.542818275194568489 +58860 aapg_af_220.html aapg_af_220.html:55:6785:6806 Green River Cheyenne, Wyoming -0.19883804582204756 +58861 gsa_html_7938666655 gsa_html_7938666655:1180:99733:99761 Green River Colorado -0.0345376534934891677 +58862 gsa_html_2818345762 gsa_html_2818345762:564:50771:50794 Kingston Peak California -0.0751006492933520009 +58863 aapg_ae_182.html aapg_ae_182.html:107:13055:13060 Tokio Arkadelphia, Arkansas -0.454034931813569353 +58864 aapg_ae_388.html aapg_ae_388.html:23:4203:4209 Lawson Melbourne, Florida -0.0170265242171895904 +58865 aapg_af_309.html aapg_af_309.html:153:15282:15288 Banner Cheyenne, Wyoming -0.437960495533138761 +58866 aapg_ad_434.html aapg_ad_434.html:395:38240:38252 Saskatchewan Edmonton, London -0.039795298644464551 +58867 sedimentology_html_7623092448 sedimentology_html_7623092448:1772:92696:92703 Shields Caspian Sea -0.478488911708928044 +58868 sedimentology_html_8989921425 sedimentology_html_8989921425:2074:150937:150945 Columbia Victoria, British Columbia -0.480853789677316845 +58869 aapg_ai_756.html aapg_ai_756.html:85:7906:7915 Smackover Cotton Valley, Louisiana -0.468696200218799319 +58870 aapg_ae_153.html aapg_ae_153.html:900:113941:113962 Bearpaw Elkhorn Mountain 0.0169830781212879679 +58871 geology_html_7245620789 geology_html_7245620789:208:22471:22483 Rhode Island Narragansett Bay -0.089972700631958516 +58872 aapg_ad_466.html aapg_ad_466.html:815:88630:88642 Marshalltown Navesink River -0.460946527021081187 +58873 cspg_html_7178716951 cspg_html_7178716951:5:217:251 Kootenay Lacombe, Alberta -0.428929839085586462 +58874 cspg_html_6647936472 cspg_html_6647936472:449:45644:45695 Winnipegosis Regina, Saskatchewan -0.44497889773871091 +58875 aapg_ai_592.html aapg_ai_592.html:255:41653:41674 Green River Uinta Mountains -0.456561440120662909 +58876 aapg_af_653.html aapg_af_653.html:1100:131438:131450 Temblor Monterey, California -0.443688311537407287 +58877 aapg_aa_563.html aapg_aa_563.html:81:11854:11862 Niobrara Benton, Arkansas -0.260483095502549833 +58878 aapg_ae_705.html aapg_ae_705.html:291:27928:27951 Santa Barbara Carpinteria, California -0.43347626990885002 +58879 aapg_aa_161.html aapg_aa_161.html:269:28213:28229 Sabaneta Middle East -0.062493142819730535 +58880 aapg_ac_730.html aapg_ac_730.html:162:23204:23210 Dakota Mancos, Colorado -0.444818034084118463 +58881 aapg_ah_534.html aapg_ah_534.html:318:26507:26519 New Scotland Perry County, Indiana -0.00365504393340889116 +58882 aapg_ae_849.html aapg_ae_849.html:46:4667:4688 Trempealeau Black River, Jamaica -0.463834753943271672 +58883 aapg_aa_861.html aapg_aa_861.html:25:3766:3775 Allen Bay Bath, Somerset 1.43179632841975035 +58884 aapg_ai_583.html aapg_ai_583.html:412:52535:52543 Sundance Cheyenne, Wyoming -0.0124129812660324374 +58885 aapg_ac_333.html aapg_ac_333.html:1530:167474:167500 Green River Emery Theatre -0.432316117842066305 +58886 palaios_html_8881502819 palaios_html_8881502819:12:656:668 Saskatchewan Saskatoon -0.427887128546325712 +58887 aapg_ae_474.html aapg_ae_474.html:3:169:185 Bethel Bethel, Alaska -0.0616026532469797841 +58888 cspg_html_9778753186 cspg_html_9778753186:19:2181:2198 Elk Victoria, British Columbia -0.493489605901760553 +58889 gsa_html_9314639912 gsa_html_9314639912:67:4451:4479 Green River Iran 0.0102845739324917348 +58890 cspg_html_4338314003 cspg_html_4338314003:427:47652:47668 Viking Lacombe, Alberta -0.429938515402492283 +58891 aapg_af_663.html aapg_af_663.html:128:15151:15168 Hertha Pleasanton, Texas 0.30931417388628818 +58892 aapg_ac_198.html aapg_ac_198.html:12:1745:1761 Mt Lytton East Texas -0.0692128396654030364 +58893 aapg_aa_756.html aapg_aa_756.html:364:40053:40057 Kent Denver -0.0262532758817809256 +58894 aapg_ac_133.html aapg_ac_133.html:342:58934:58950 Urenui Taranaki Region -0.43720904648285841 +58895 aapg_ad_440.html aapg_ad_440.html:79:9344:9354 Pocahontas Greenbrier (Great Smoky Mountains) -0.0254291244488671214 +58896 aapg_ac_116.html aapg_ac_116.html:203:31547:31552 Queen Germany -0.0123938684119111291 +58897 cspg_html_9689514766 cspg_html_9689514766:114:15342:15363 Cabot Head Rochester, Kent -0.169117422302364956 +58898 geology_html_5607484480 geology_html_5607484480:48:4284:4292 Michigan Newberry, South Carolina -0.0374506887699371238 +58899 aapg_ad_945.html aapg_ad_945.html:26:3556:3565 Cold Lake Lacombe, Alberta 0.0028837259550623588 +58900 aapg_ai_542.html aapg_ai_542.html:169:16763:16770 Dotsero Stuart, Florida -0.439298641817729429 +58901 gsa_html_2877730818 gsa_html_2877730818:67:7461:7479 Stirling Quartzite Pahrump, Nevada -0.484161071054726611 +58902 sedimentology_html_7622526687 sedimentology_html_7622526687:1711:112427:112431 Dean North West (South African province) -0.473778404154942046 +58903 aapg_af_341.html aapg_af_341.html:110:18932:18950 Woodbine Texas -0.434558307819543299 +58904 aapg_aa_712.html aapg_aa_712.html:144:19274:19292 Decorah Wisconsin -0.40389539769124605 +58905 aapg_ai_801.html aapg_ai_801.html:281:30889:30906 Shublik Prudhoe Bay Oil Field -0.447357152169087058 +58906 geology_html_3653324423 geology_html_3653324423:12:497:505 Virginia Reston, Virginia -0.0399833098271603696 +58907 AMJC_html_5755352984 AMJC_html_5755352984:316:51471:51481 Washington Salem, Oregon -0.0398370785846279343 +58908 aapg_af_964.html aapg_af_964.html:111:16535:16551 Viking Lacombe, Alberta -0.460337276166031373 +58909 geology_html_9215517313 geology_html_9215517313:15:879:885 Denver Colorado -0.494609426466897539 +58910 aapg_ai_91.html aapg_ai_91.html:81:11306:11319 Woodbine East Texas -0.0247962629365806077 +58911 cspg_html_2184091860 cspg_html_2184091860:125:16302:16319 Romaine Anticosti Island -0.268112446764796064 +58912 palaios_html_9133125241 palaios_html_9133125241:115:14545:14549 Kope Utica, New York -0.0200262605794136288 +58913 aapg_ad_691.html aapg_ad_691.html:73:8098:8118 Duck Creek Red River of the North -0.00979636169170332825 +58914 aapg_ai_470.html aapg_ai_470.html:377:40701:40731 Athabasca Edmonton, London -0.513328295414127167 +58915 sedimentology_html_7635687013 sedimentology_html_7635687013:140:13851:13872 Martinsburg Middle Ordovician -0.431157390646727534 +58916 sedimentology_html_3694687055 sedimentology_html_3694687055:1476:66607:66722 Swan River Barbados -0.0217296792824245993 +58917 aapg_aa_37.html aapg_aa_37.html:440:54686:54693 Thaynes Boise, Idaho -0.424584335389619316 +58918 aapg_ad_580.html aapg_ad_580.html:407:49233:49253 Fort Union Cheyenne, Wyoming -0.00384092543334238609 +58919 aapg_ai_206.html aapg_ai_206.html:729:120569:120591 Seven Rivers New Mexico -0.0218270224173490179 +58920 aapg_ai_49.html aapg_ai_49.html:174:19612:19620 Tensleep Cheyenne, Wyoming -0.0702881085066253131 +58921 gsa_html_2393297912 gsa_html_2393297912:56:3383:3411 Green River Iran -0.025547354296840772 +58922 cspg_html_3473883402 cspg_html_3473883402:73:11533:11540 Yucatan Melbourne, Florida -0.00680987700292186304 +58923 aapg_ah_528.html aapg_ah_528.html:551:59438:59448 Candelaria Logan, Utah -0.469302035375975646 +58924 geology_html_1568542162 geology_html_1568542162:18:1335:1345 Santa Cruz Santa Cruz, California -0.458648092769168181 +58925 aapg_ad_720.html aapg_ad_720.html:275:26625:26629 Yeso Sacramento Mountains (California) -0.0727139401370985455 +58926 cspg_html_7989435905 cspg_html_7989435905:289:30441:30452 Coal Valley Lacombe, Alberta -0.471363620495062197 +58927 aapg_af_568.html aapg_af_568.html:135:15149:15175 Tensleep Carbon County, Wyoming -0.19032598230264236 +58928 geology_html_1719128861 geology_html_1719128861:396:28400:28416 Pioche Reno, Nevada -0.427650208489599781 +58929 gsa_html_1502079979 gsa_html_1502079979:446:38450:38466 Fish Canyon Tuff Durango, Durango -0.477512787064485633 +58930 aapg_ah_318.html aapg_ah_318.html:530:62686:62705 Smackover Mexico -0.457152280296754032 +58931 aapg_aa_995.html aapg_aa_995.html:17:2209:2218 Extension Logan, Utah -0.447942032394663792 +58932 aapg_ah_131.html aapg_ah_131.html:47:4577:4590 Cotton Valley Cotton Valley, Louisiana -0.134806975882020091 +58933 cspg_html_2575903827 cspg_html_2575903827:332:39987:40023 Albert New Brunswick, New Jersey -0.0300077841382245594 +58934 aapg_ai_241.html aapg_ai_241.html:128:14139:14174 Bakken Williston, Vermont -0.00748742232116118324 +58935 aapg_af_854.html aapg_af_854.html:1336:192261:192277 Menard Palestinian territories -0.034835184903719292 +58936 aapg_af_492.html aapg_af_492.html:4:489:509 Milk River Canada -0.47482657712880405 +58937 aapg_ad_110.html aapg_ad_110.html:649:70119:70136 Amsden Colorado -0.0431173943944666571 +58938 aapg_ah_53.html aapg_ah_53.html:12:2132:2138 Clifty Illinois -0.111757292619830653 +58939 aapg_af_964.html aapg_af_964.html:104:15254:15268 Colorado Beaumont, Texas -0.478307979059971577 +58940 cspg_html_6702053097 cspg_html_6702053097:784:82888:82898 Laurentian Ontario, California -0.0535310597964058985 +58941 gsa_html_6982030333 gsa_html_6982030333:1000:96710:96718 Columbia Victoria, British Columbia -0.0340313466956898014 +58942 cspg_html_3026112034 cspg_html_3026112034:146:14411:14453 Swan Hills Swan Hill, Victoria -0.0596178478363224226 +58943 aapg_ai_98.html aapg_ai_98.html:170:23857:23864 Buckner Texas -0.459860167847925383 +58944 cspg_html_5170528958 cspg_html_5170528958:91:14440:14458 Birdbear Regina, Saskatchewan -0.0387508594408773402 +58945 aapg_ai_255.html aapg_ai_255.html:357:53905:53911 Racine Illinois 0.0191780858485972837 +58946 aapg_ad_642.html aapg_ad_642.html:424:48266:48274 Somerset Canadian Arctic Archipelago -0.480960803547703208 +58947 aapg_ac_224.html aapg_ac_224.html:154:15797:15817 Caseyville Illinois -0.456518443898076276 +58948 cspg_html_8273598401 cspg_html_8273598401:56:7146:7163 Cantuar Regina, Saskatchewan -0.483047901936257684 +58949 palaios_html_8064020973 palaios_html_8064020973:267:28985:29018 Morrison Cheyenne, Wyoming -0.469896801722409774 +58950 cspg_html_7587979364 cspg_html_7587979364:554:41088:41111 Sulphur Point Lacombe, Alberta -0.0591727928419457441 +58951 gsa_html_7598103587 gsa_html_7598103587:58:3763:3791 Green River Iran -0.434006092086238693 +58952 sedimentology_html_4432289902 sedimentology_html_4432289902:612:53249:53270 Marshalltown Closter, New Jersey -0.0232768060359763093 +58953 aapg_af_39.html aapg_af_39.html:1104:85164:85172 Mercedes Texas -0.438093558395168947 +58954 cspg_html_2175627313 cspg_html_2175627313:1081:96095:96103 Edmonton Calgary -0.43245499617395633 +58955 jgeology_html_4610075495 jgeology_html_4610075495:151:10891:10900 Peninsula Korea -0.0298634270365841781 +58956 cspg_html_1118978429 cspg_html_1118978429:375:34950:34980 Mill Creek Gladstone, Oregon -0.431133173871068531 +58957 cspg_html_2758185645 cspg_html_2758185645:531:49573:49585 Rundle Saskatoon -0.0674089599610137313 +58958 gsa_html_7100033459 gsa_html_7100033459:14:516:522 Oregon Salem, Oregon -0.471639785200352879 +58959 aapg_ae_885.html aapg_ae_885.html:393:36453:36459 Kaibab McKee, Kentucky -0.0509054009526276677 +58960 aapg_af_896.html aapg_af_896.html:170:17776:17781 Hueco Rift Valley lakes -0.454847705403765845 +58961 aapg_af_143.html aapg_af_143.html:1371:137267:137284 Grayson Texas -0.461854353575764598 +58962 cspg_html_7988775280 cspg_html_7988775280:439:61232:61256 Athabasca Canada -0.122711183134687804 +58963 aapg_ac_414.html aapg_ac_414.html:172:19996:20012 Kaibab Kaibab, Arizona -0.0516462775496139975 +58964 aapg_ai_980.html aapg_ai_980.html:609:54172:54177 Swift Cut Bank, Montana -0.0210882710852193268 +58965 gsa_html_5274400800 gsa_html_5274400800:679:54764:54782 Monterey California -0.0178259478113005146 +58966 aapg_ae_544.html aapg_ae_544.html:157:20087:20109 Judith River Niobrara, Nebraska -0.446078886082885928 +58967 gsa_html_9207276905 gsa_html_9207276905:558:49723:49731 Columbia Victoria, British Columbia -0.466741549175746284 +58968 aapg_af_785.html aapg_af_785.html:363:36549:36562 Reklaw San Marcos, California -0.432223543643836305 +58969 aapg_ai_567.html aapg_ai_567.html:576:72563:72573 Washington Salem, Oregon -0.481989744615225701 +58970 aapg_af_29.html aapg_af_29.html:730:60268:60276 Virginia Jacksonville, Illinois -0.0306147978884375553 +58971 aapg_ac_251.html aapg_ac_251.html:488:56188:56195 Juniata Pocono Raceway -0.0218218075926746788 +58972 aapg_ac_252.html aapg_ac_252.html:13:1440:1451 Green River Logan, Utah -0.276735816894681408 +58973 cspg_html_8818854104 cspg_html_8818854104:629:74144:74182 Kootenay Lacombe, Alberta -0.45295011354581094 +58974 geology_html_1872801559 geology_html_1872801559:13:556:562 Oregon Newport, Rhode Island -0.474808096218428344 +58975 aapg_ae_981.html aapg_ae_981.html:449:39479:39489 Brownsport Knoxville, Tennessee -0.477158315306099867 +58976 aapg_ai_337.html aapg_ai_337.html:325:33580:33597 Michigan Salina, Kansas -0.469038078694436811 +58977 palaios_html_2994452429 palaios_html_2994452429:1189:113351:113364 Wabana Canada -0.467263588143899677 +58978 aapg_af_811.html aapg_af_811.html:315:26454:26471 Everton Buffalo National River -0.38255179344279 +58979 aapg_ak_87.html aapg_ak_87.html:462:57910:57919 San Pedro Mogollon, New Mexico -0.0264393249899875019 +58980 aapg_ad_379.html aapg_ad_379.html:263:22573:22580 Paradox Hermosa, Chicago 0.00689674130686037615 +58981 cspg_html_7134658072 cspg_html_7134658072:103:14718:14736 Lea Park Lacombe, Alberta -0.444818034084118463 +58982 sedimentology_html_2737382976 sedimentology_html_2737382976:1905:93737:93754 Kanawha Huntington, West Virginia -0.0230751498951462693 +58983 aapg_ae_467.html aapg_ae_467.html:320:24227:24234 Bedford Sunbury, Pennsylvania -0.469152832749018645 +58984 jgeology_html_9111148993 jgeology_html_9111148993:773:51865:51877 Saskatchewan Saskatoon -0.436298807226921048 +58985 cspg_html_6331977039 cspg_html_6331977039:143:15225:15244 Irene Ellesmere Island -0.465705253187009671 +58986 aapg_ad_317.html aapg_ad_317.html:161:15410:15432 Beekmantown Middle Ordovician 0.0381486172653768829 +58987 cspg_html_2820751927 cspg_html_2820751927:269:32694:32721 Albert New Brunswick, New Jersey -0.461089806729199636 +58988 gsa_html_9417870342 gsa_html_9417870342:72:6853:6859 Provo Green Valley, Los Angeles County, California -0.505675011165956922 +58989 aapg_ai_49.html aapg_ai_49.html:784:99769:99785 Fernie Canada -0.473607675769745107 +58990 cspg_html_2929384614 cspg_html_2929384614:40:6241:6248 Halfway Victoria, British Columbia -0.464405306663695727 +58991 cspg_html_5891044027 cspg_html_5891044027:312:60767:60784 Creston Purcell Mountains -0.446029671493266278 +58992 aapg_aa_176.html aapg_aa_176.html:927:80861:80869 Virginia Virginia -0.070779481565824906 +58993 cspg_html_6140483769 cspg_html_6140483769:109:16316:16354 Mission Canyon Williston Basin -0.462261924354454456 +58994 gsa_html_4012649500 gsa_html_4012649500:21:1130:1138 Columbia Victoria, British Columbia -0.459837454744856933 +58995 cspg_html_9768299963 cspg_html_9768299963:24:2957:2973 Battle Lacombe, Alberta -0.45921987907792633 +58996 cspg_html_7938374662 cspg_html_7938374662:141:15259:15273 Hulcross Pine River (Michigan) -0.476250785622233552 +58997 aapg_ah_48.html aapg_ah_48.html:119:15294:15304 Inyan Kara Denver -0.014028931537317782 +58998 sedimentology_html_3878151317 sedimentology_html_3878151317:38:2269:2279 Copenhagen Denmark -0.499270052772917139 +58999 cspg_html_9354781888 cspg_html_9354781888:249:30100:30133 Halfway Victoria, British Columbia -0.493565158874039067 +59000 sedimentology_html_3200584564 sedimentology_html_3200584564:865:68562:68579 Wapiabi Lacombe, Alberta -0.482931300996293389 +59001 aapg_ad_564.html aapg_ad_564.html:762:76074:76099 Barnett Texas -0.12039416263499389 +59002 aapg_aa_712.html aapg_aa_712.html:6:874:894 Pecatonica Glenwood, Utah -0.365289548605694236 +59003 sedimentology_html_5560245941 sedimentology_html_5560245941:1227:64595:64599 Hall London, Ontario -0.471382028770717776 +59004 cspg_html_6356755616 cspg_html_6356755616:34:5078:5094 Battle Lacombe, Alberta -0.44280960294495586 +59005 geology_html_9324035548 geology_html_9324035548:235:22839:22845 Oregon Washington (state) -0.430026468312881383 +59006 aapg_ae_370.html aapg_ae_370.html:138:11926:11932 Oregon Washington (state) -0.0132991361893864783 +59007 aapg_aa_861.html aapg_aa_861.html:670:70869:70886 Edwards Texas -0.0569218086528505626 +59008 aapg_ai_49.html aapg_ai_49.html:212:24875:24883 Tensleep Cheyenne, Wyoming -0.0192580351591481631 +59009 aapg_aa_145.html aapg_aa_145.html:255:28225:28230 Yukon Middle East 0.0417696053068733891 +59010 palaios_html_9973267562 palaios_html_9973267562:566:65408:65427 Fairview Cincinnati -0.462102516958969756 +59011 aapg_ai_584.html aapg_ai_584.html:559:56271:56277 Casper Cheyenne, Wyoming -0.487588990851044235 +59012 aapg_af_779.html aapg_af_779.html:70:9656:9665 Coldwater Michigan -0.426994598175165718 +59013 AMJC_html_5421639085 AMJC_html_5421639085:13:838:846 Virginia Reston, Virginia -0.481766159765426027 +59014 aapg_ai_352.html aapg_ai_352.html:318:24837:24853 Kinderhook Missouri River -0.0294216697317379976 +59015 cspg_html_5875826141 cspg_html_5875826141:22:2957:2972 Elk Lacombe, Alberta -0.487818790090823073 +59016 aapg_ah_340.html aapg_ah_340.html:289:32424:32432 Kiamichi Goodland, Kansas 0.0236314487961182575 +59017 cspg_html_3020540834 cspg_html_3020540834:47:6717:6734 Cobourg Ontario, California -0.464501195477937445 +59018 geology_html_2461616775 geology_html_2461616775:261:19432:19442 Washington Seattle -0.496166414713999471 +59019 aapg_ad_63.html aapg_ad_63.html:23:2433:2443 Rio Grande San Marcos, California 0.00208809189150845889 +59020 geology_html_4921327591 geology_html_4921327591:322:23985:23989 Bond North Atlantic Current -0.0334398147432133225 +59021 aapg_ae_803.html aapg_ae_803.html:99:13152:13157 Coban Guatemala -0.488872438533925924 +59022 cspg_html_6116883777 cspg_html_6116883777:1119:157262:157272 Lands Lokk Ellesmere Island -0.0685048515860138263 +59023 aapg_af_842.html aapg_af_842.html:47:5734:5757 Cotton Valley Lisbon -0.411722422844691849 +59024 aapg_af_397.html aapg_af_397.html:10:1699:1706 Entrada Entrada Sandstone -0.476324834178458445 +59025 aapg_ah_505.html aapg_ah_505.html:1618:132546:132553 Manitou Niobrara, Nebraska -0.477269506555081602 +59026 gsa_html_2561127673 gsa_html_2561127673:468:42672:42683 Quinn River Victoria, British Columbia -0.442976805415170927 +59027 aapg_ad_2.html aapg_ad_2.html:477:70944:70961 Harpers Virginia 0.34246715343106604 +59028 aapg_aa_775.html aapg_aa_775.html:549:56698:56706 Woodbine Austin, Chicago -0.465835581370964813 +59029 aapg_ah_623.html aapg_ah_623.html:277:27229:27237 Colorado Brill -0.462261924354454456 +59030 geology_html_2181785127 geology_html_2181785127:28:1642:1648 Oregon Salem, Oregon -0.0207284668430632625 +59031 cspg_html_5593011953 cspg_html_5593011953:131:16457:16464 Cardium Lacombe, Alberta -0.454935799752899217 +59032 aapg_ai_241.html aapg_ai_241.html:68:8678:8705 Winnipeg Red River of the North -0.481260978486114932 +59033 aapg_af_392.html aapg_af_392.html:8:1187:1195 Niobrara Logan, Utah -0.434540631888912565 +59034 cspg_html_7938374662 cspg_html_7938374662:138:14945:14960 Gates Anchorage, Alaska -0.447314589257592876 +59035 sedimentology_html_6355445950 sedimentology_html_6355445950:531:40495:40505 Las Cruces New Mexico -0.458641287983651336 +59036 aapg_ai_157.html aapg_ai_157.html:434:39311:39327 Guelph Salina, Kansas -0.469093158774920749 +59037 aapg_ac_237.html aapg_ac_237.html:669:57460:57477 Roberts Mountains Reno, Nevada -0.471193362251331016 +59038 aapg_ac_484.html aapg_ac_484.html:707:93156:93171 Tejon California -0.0490387176000708983 +59039 sedimentology_html_7082794090 sedimentology_html_7082794090:1041:65833:65837 Hall London, Ontario -0.0317836884462165403 +59040 aapg_ae_67.html aapg_ae_67.html:445:34263:34271 Colorado Colorado -0.442720440658756875 +59041 gsa_html_1549665076 gsa_html_1549665076:16:878:888 Washington Ellensburg, Washington -0.479459169650376604 +59042 aapg_ae_250.html aapg_ae_250.html:200:18851:18868 Wasatch Wasatch Range -0.436819151869522138 +59043 cspg_html_1114211412 cspg_html_1114211412:482:61961:61995 Kootenay Lacombe, Alberta -0.476093453364925034 +59044 cspg_html_8875780398 cspg_html_8875780398:6:488:500 Tindir Anchorage, Alaska -0.0768178877007437283 +59045 aapg_ai_141.html aapg_ai_141.html:365:37780:37790 Washington California -0.462111625185478381 +59046 geology_html_1378183813 geology_html_1378183813:245:22719:22727 Monterey California -0.4391432028015122 +59047 gsa_html_9417726942 gsa_html_9417726942:29:2796:2824 Green River Iran -0.0448450976147788255 +59048 aapg_ae_4.html aapg_ae_4.html:125:13926:13945 Jefferson Samaria (ancient city) -0.442595627901035182 +59049 aapg_aa_114.html aapg_aa_114.html:196:22240:22257 La Joya Matamoros, Tamaulipas -0.464761517323236562 +59050 palaios_html_4248032637 palaios_html_4248032637:1376:105335:105349 Victoria Antarctica -0.49345891443649581 +59051 aapg_ac_899.html aapg_ac_899.html:104:9260:9284 Sunniland Melbourne, Florida 0.371684972802459657 +59052 aapg_ai_567.html aapg_ai_567.html:68:8303:8309 Sierra Mexico -0.0261211303154043166 +59053 aapg_ah_221.html aapg_ah_221.html:190:17127:17133 Casper Cheyenne, Wyoming -0.0505393481283080911 +59054 palaios_html_6757540995 palaios_html_6757540995:12:678:684 Auburn Alabama -0.462348471732962063 +59055 aapg_ae_716.html aapg_ae_716.html:459:43042:43059 Cardium Lacombe, Alberta -0.440620923452583413 +59056 aapg_ai_334.html aapg_ai_334.html:55:6186:6199 Chuacus Santa Rosa, California -0.0531265133576147158 +59057 cspg_html_4115129593 cspg_html_4115129593:233:24453:24463 Whitehorse Nabesna Glacier -0.00846727342264548197 +59058 cspg_html_9008569748 cspg_html_9008569748:29:3488:3496 Edmonton Edmonton, London -0.504301095690400381 +59059 gsa_html_4432793908 gsa_html_4432793908:74:7773:7800 Sheep Pass Reno, Nevada -0.173358724717857654 +59060 cspg_html_1611572472 cspg_html_1611572472:84:9497:9505 Columbia Victoria, British Columbia -0.476172115937115059 +59061 aapg_ah_530.html aapg_ah_530.html:219:25072:25077 Onate New Mexico -0.0176521575515221144 +59062 cspg_html_3233680622 cspg_html_3233680622:760:87558:87577 Beaufort District Council of Franklin Harbour -0.453572428394685367 +59063 aapg_ah_49.html aapg_ah_49.html:214:23157:23163 Modelo San Gabriel Valley 0.022504963158728828 +59064 aapg_ae_875.html aapg_ae_875.html:441:51639:51660 Cariblanco Puerto Rico -0.517913460258722202 +59065 gsa_html_5865982995 gsa_html_5865982995:981:106738:106759 Green River Colorado 0.00906492352307306827 +59066 gsa_html_5865982995 gsa_html_5865982995:1317:139375:139383 Colorado Cheyenne, Wyoming -0.448892980122610918 +59067 aapg_ad_466.html aapg_ad_466.html:546:63061:63072 Englishtown Haddonfield, New Jersey -0.0274826364360333635 +59068 geology_html_4561079394 geology_html_4561079394:15:943:959 Navajo Colorado Plateau -0.0598534778256571628 +59069 cspg_html_7248845592 cspg_html_7248845592:131:15058:15073 Savik Melville Island (Canada) -0.48108644546321655 +59070 gsa_html_2989317971 gsa_html_2989317971:707:73161:73183 Sucker Creek Boise River -0.466759861116235797 +59071 cspg_html_9894399778 cspg_html_9894399778:80:7430:7436 Viking Ashville, Ohio -0.0254291244488671214 +59072 cspg_html_7278001817 cspg_html_7278001817:100:14605:14613 Columbia Victoria, British Columbia -0.424269545188154129 +59073 AMJC_html_8494031493 AMJC_html_8494031493:922:109018:109038 Bonneterre Missouri River 0.763202369532687053 +59074 jgeology_html_1838149422 jgeology_html_1838149422:766:66894:66910 Gering Nebraska -0.469120700106755939 +59075 geology_html_2755766138 geology_html_2755766138:13:706:714 Colorado Denver -0.472501057082917231 +59076 gsa_html_7030126147 gsa_html_7030126147:1380:116431:116459 Green River Colorado 0.0212899036713288178 +59077 aapg_ae_305.html aapg_ae_305.html:4:475:481 Perija Venezuela 0.892104794226726061 +59078 cspg_html_8612721867 cspg_html_8612721867:1108:134714:134734 Swan Hills Lacombe, Alberta -0.12609950228959213 +59079 aapg_ai_717.html aapg_ai_717.html:59:9119:9127 Colorado Florence, Alabama -0.477269506555081602 +59080 aapg_ae_981.html aapg_ae_981.html:282:24404:24414 Bainbridge Bainbridge, Georgia -0.484086347872667577 +59081 aapg_af_946.html aapg_af_946.html:96:13439:13447 Colorado Denver -0.0159490856269059456 +59082 aapg_aa_303.html aapg_aa_303.html:26:3102:3119 Chaffee Colorado -0.038712565483401136 +59083 aapg_ai_583.html aapg_ai_583.html:506:63245:63257 Medicine Bow Black Hills 0.389026994963478479 +59084 aapg_ah_659.html aapg_ah_659.html:4:701:708 Bridger Uinta Mountains -0.0351518647391547839 +59085 gsa_html_9613801428 gsa_html_9613801428:1205:112997:113025 Green River New Mexico 0.0142461363116521914 +59086 aapg_ac_714.html aapg_ac_714.html:64:9497:9512 Piper Big Horn Mountains -0.0171725037246518962 +59087 aapg_af_673.html aapg_af_673.html:60:8118:8131 Lone Mountain Table Mountain -0.0289590583087490083 +59088 sedimentology_html_1293179143 sedimentology_html_1293179143:1149:81102:81121 Lodgepole Regina, Saskatchewan -0.429978093202176226 +59089 cspg_html_4270552951 cspg_html_4270552951:141:20095:20107 Morden Regina, Saskatchewan -0.470216166533545032 +59090 aapg_aa_289.html aapg_aa_289.html:161:15547:15556 Bear Lake Boise, Idaho 0.00619140699389484142 +59091 cspg_html_8362959053 cspg_html_8362959053:30:5004:5022 Kootenay Lacombe, Alberta -0.0222894098360483031 +59092 gsa_html_4312040636 gsa_html_4312040636:874:79718:79746 Green River Iran -0.00346568835703443216 +59093 sedimentology_html_9522212001 sedimentology_html_9522212001:1608:59641:59645 Hall London, Ontario -0.0192893197607112085 +59094 aapg_ae_658.html aapg_ae_658.html:166:20770:20778 Colorado Logan, Utah -0.461089806729199636 +59095 aapg_ai_107.html aapg_ai_107.html:560:46888:46909 Eagle Ouachita County, Arkansas -0.458913519660435476 +59096 aapg_aa_914.html aapg_aa_914.html:257:26320:26342 Marble Falls South America -0.495106025033118957 +59097 aapg_ae_542.html aapg_ae_542.html:7:1146:1161 Saddle Mountain Cook Inlet -0.479586916180102352 +59098 aapg_af_470.html aapg_af_470.html:178:18892:18913 Little Flat Logan, Utah -0.467980749597819323 +59099 aapg_ah_773.html aapg_ah_773.html:61:4377:4381 Elko Reno, Nevada -0.503235126272660094 +59100 cspg_html_8988872363 cspg_html_8988872363:132:19521:19527 Bjorne Melville Island (Canada) -0.0303051997851764565 +59101 aapg_ae_305.html aapg_ae_305.html:137:17690:17696 Perija Maracaibo -0.508237439405196278 +59102 aapg_ah_847.html aapg_ah_847.html:17:2433:2439 Tinton Navesink River -0.484602537618405216 +59103 aapg_aa_898.html aapg_aa_898.html:316:37925:37945 North Horn Logan, Utah -0.062472188624581905 +59104 cspg_html_9843429624 cspg_html_9843429624:113:13762:13774 Nisku Lacombe, Alberta -0.477028610170881051 +59105 gsa_html_1636483297 gsa_html_1636483297:1026:86348:86356 Colorado Cheyenne, Wyoming -0.455432903203822237 +59106 gsa_html_5884416968 gsa_html_5884416968:619:57762:57766 Hall Earth -0.433509375056355339 +59107 cspg_html_7779401416 cspg_html_7779401416:251:30565:30576 Fossil Hill Manitoulin Island 0.00906492352307306827 +59108 cspg_html_6306091047 cspg_html_6306091047:225:31880:31888 Columbia Victoria, British Columbia -0.463636287457712182 +59109 aapg_aa_991.html aapg_aa_991.html:18:2324:2329 Yegua Oakville, California -0.135447618229424055 +59110 gsa_html_4828739821 gsa_html_4828739821:384:28582:28591 Sixtymile Western world -0.469506369220983932 +59111 aapg_ac_699.html aapg_ac_699.html:5:795:812 Edwards Texas -0.113347152679608279 +59112 gsa_html_8152640301 gsa_html_8152640301:533:46062:46078 Naknek Talkeetna Mountains -0.557565342581979539 +59113 aapg_ac_517.html aapg_ac_517.html:12:1362:1368 Viking Lacombe, Alberta -0.41753718105898574 +59114 sedimentology_html_2791106313 sedimentology_html_2791106313:52:5602:5611 Peninsula Korea -0.502850661160650247 +59115 aapg_aa_844.html aapg_aa_844.html:380:39049:39056 Chemung Pocono Raceway 0.101234820997389702 +59116 cspg_html_1732329534 cspg_html_1732329534:47:6829:6837 Paskapoo Edmonton, London -0.0360514955069057563 +59117 aapg_ad_880.html aapg_ad_880.html:97:11568:11585 Entrada Logan, Utah -0.430176006996349836 +59118 cspg_html_6116883777 cspg_html_6116883777:856:111304:111310 Ludlow Devon -0.0361854896356224864 +59119 cspg_html_4326384800 cspg_html_4326384800:1037:152605:152624 Waterways Lacombe, Alberta -0.443933785681361437 +59120 cspg_html_3501550466 cspg_html_3501550466:568:81794:81802 Grosmont Lacombe, Alberta -0.436805862873274886 +59121 cspg_html_4287356899 cspg_html_4287356899:3341:354438:354459 Trold Fiord Lacombe, Alberta -0.428844183946785584 +59122 aapg_aa_465.html aapg_aa_465.html:139:24883:24897 Buda Balcones Fault 0.00817887540482735778 +59123 geology_html_2685302093 geology_html_2685302093:90:8244:8257 San Sebastian Andes -0.472639307901536299 +59124 aapg_ad_0.html aapg_ad_0.html:38:4955:4966 Jacobsville Michigan -0.0468588775503323562 +59125 aapg_ac_414.html aapg_ac_414.html:158:19029:19047 Plympton Logan, Utah 0.701142666267804637 +59126 aapg_ae_667.html aapg_ae_667.html:432:53833:53854 Green River Logan, Utah -0.451351189275800146 +59127 aapg_ae_848.html aapg_ae_848.html:123:11999:12007 Columbia Lacombe, Alberta -0.458865873154244486 +59128 gsa_html_7411853369 gsa_html_7411853369:692:67616:67640 Persimmon Fork Lincolnton, Georgia -0.494566874481706664 +59129 aapg_af_479.html aapg_af_479.html:809:83943:83953 Point Loma California -0.0808849562687017909 +59130 cspg_html_7306741348 cspg_html_7306741348:15:1589:1625 Cedar District Saltspring Island -0.0371844096364450094 +59131 aapg_ad_808.html aapg_ad_808.html:526:32498:32516 Tensleep Big Horn Mountains -0.443110589175295999 +59132 cspg_html_1644457308 cspg_html_1644457308:108:14570:14597 Fantasque Pine River (Michigan) -0.435926993396556828 +59133 geology_html_8405011379 geology_html_8405011379:332:28025:28039 Beaufort South Africa -0.506413174236720942 +59134 cspg_html_8990290265 cspg_html_8990290265:56:10162:10176 Elko Elko, Nevada -0.449541717141150321 +59135 aapg_ae_324.html aapg_ae_324.html:848:85771:85779 Billings Safford, Arizona -0.476218391360906934 +59136 aapg_af_50.html aapg_af_50.html:3:331:337 Maroon Colorado -0.0448677412107618342 +59137 aapg_aa_147.html aapg_aa_147.html:60:8936:8961 Stony Mountain Regina, Saskatchewan 0.925894183503814916 +59138 cspg_html_6306091047 cspg_html_6306091047:47:9196:9205 Baldonnel Canada -0.0268827228609654426 +59139 gsa_html_4432793908 gsa_html_4432793908:1259:121988:122008 Sheep Pass Reno, Nevada -0.265508419334605783 +59140 aapg_ac_807.html aapg_ac_807.html:444:45389:45397 Yorktown Chesapeake Bay -0.421183948195739455 +59141 cspg_html_9354781888 cspg_html_9354781888:81:15418:15426 Columbia Lacombe, Alberta -0.0208414480796128843 +59142 aapg_ac_6.html aapg_ac_6.html:432:28302:28315 Windsor Canada 0.00235214466363176024 +59143 cspg_html_7138604143 cspg_html_7138604143:965:86277:86293 Nansen Ellesmere Island -0.460269102262388319 +59144 cspg_html_5697056884 cspg_html_5697056884:50:4927:4943 Earlie Regina, Saskatchewan -0.0138430056451466221 +59145 gsa_html_1520002998 gsa_html_1520002998:1056:84180:84198 Harebell Cheyenne, Wyoming -0.46944207930236781 +59146 cspg_html_1503116552 cspg_html_1503116552:33:5529:5557 Beaverhill Lacombe, Alberta -0.498177249769521491 +59147 aapg_ac_392.html aapg_ac_392.html:207:21414:21429 Laurel Monroe County, Florida -0.506638588954896441 +59148 cspg_html_6472484014 cspg_html_6472484014:94:12838:12858 La Vieille New Brunswick, New Jersey -0.035973188044241329 +59149 gsa_html_9866042258 gsa_html_9866042258:2018:157069:157097 Green River Colorado 0.026065490438927353 +59150 jgeology_html_1838149422 jgeology_html_1838149422:60:2546:2564 John Day Salem, Oregon -0.459458231015011043 +59151 aapg_aa_243.html aapg_aa_243.html:20:2597:2605 Virginia Highlands County, Florida -0.481207451271183029 +59152 gsa_html_1744648670 gsa_html_1744648670:418:43243:43266 Kingston Peak Svalbard and Jan Mayen -0.501135865087091292 +59153 sedimentology_html_9522643663 sedimentology_html_9522643663:104:8866:8873 Entrada Carmel, Indiana -0.465787563493960222 +59154 aapg_af_879.html aapg_af_879.html:815:77228:77247 Grove Texas -0.030239106807757675 +59155 jgeology_html_4357791487 jgeology_html_4357791487:132:7789:7799 Gloucester Bristol Channel -0.0586492384279609716 +59156 cspg_html_1336185084 cspg_html_1336185084:330:37163:37191 Grand Rapids Clearwater, Florida -0.486794549910148755 +59157 cspg_html_3404912985 cspg_html_3404912985:853:108653:108675 Judith River Canada -0.474133810779439169 +59158 gsa_html_1130947011 gsa_html_1130947011:80:9168:9186 Dubuque Iowa 0.40265244138042694 +59159 aapg_ae_319.html aapg_ae_319.html:364:27874:27888 Woodside Uinta Mountains -0.42429358801520467 +59160 cspg_html_4348111624 cspg_html_4348111624:40:8231:8253 Winnipegosis Regina, Saskatchewan -0.456479975332736432 +59161 aapg_ai_269.html aapg_ai_269.html:149:14738:14756 Iroquois Bridgetown, Nova Scotia -0.411813047275237043 +59162 cspg_html_3735760125 cspg_html_3735760125:206:24897:24914 Cardium Victoria, British Columbia -0.424217090203684033 +59163 sedimentology_html_3948129797 sedimentology_html_3948129797:36:2177:2184 Potsdam Germany -0.447314589257592876 +59164 cspg_html_5456368738 cspg_html_5456368738:123:15646:15660 Hume Sault Ste. Marie, Ontario -0.442542141875480355 +59165 aapg_ah_871.html aapg_ah_871.html:758:73284:73320 Highgate Bennington, Vermont 0.0686796549758335595 +59166 gsa_html_1636483297 gsa_html_1636483297:742:68659:68684 Green River Cheyenne, Wyoming -0.232629992302990862 +59167 geology_html_9772573337 geology_html_9772573337:18:1168:1178 Santa Cruz California -0.442595627901035182 +59168 aapg_aa_177.html aapg_aa_177.html:181:15767:15773 Nariva Trinidad and Tobago 0.406046944172075985 +59169 aapg_ah_638.html aapg_ah_638.html:55:5308:5317 Red Bluff Alabama -0.428106551564836124 +59170 cspg_html_1025724640 cspg_html_1025724640:73:12053:12069 Queenston Utica, New York -0.463697875765281653 +59171 aapg_ac_575.html aapg_ac_575.html:375:57873:57893 Phosphoria Boise, Idaho 0.985138745202932542 +59172 aapg_ai_117.html aapg_ai_117.html:7:740:760 Verde Cheyenne, Wyoming -0.00174412898347252863 +59173 aapg_ac_984.html aapg_ac_984.html:125:11032:11042 Bonneterre Illinois 0.028096488186581503 +59174 aapg_aa_465.html aapg_aa_465.html:114:20788:20804 Kainer San Antonio -0.474863540124580097 +59175 sedimentology_html_6156482329 sedimentology_html_6156482329:65:6990:6997 Renault Kenya -0.491445156732988053 +59176 aapg_aa_734.html aapg_aa_734.html:541:56211:56229 Caballos Texas -0.496043265221558505 +59177 aapg_ai_49.html aapg_ai_49.html:702:91359:91373 Jelm Cheyenne, Wyoming 0.0165399327584268979 +59178 aapg_af_468.html aapg_af_468.html:429:37186:37200 Frio Brazoria County, Texas -0.0222581200663617834 +59179 gsa_html_5952049575 gsa_html_5952049575:975:89659:89665 Denver Colorado -0.0322951140020652852 +59180 aapg_ad_995.html aapg_ad_995.html:99:12275:12285 Phosphoria Little Cottonwood Creek 0.0245215675441684024 +59181 palaios_html_7010013984 palaios_html_7010013984:849:80454:80471 Juniata Pennsylvania 0.0152887445072461998 +59182 aapg_ad_344.html aapg_ad_344.html:207:20430:20446 Pierre Missouri Valley, Iowa -0.0784026192910726172 +59183 aapg_ad_919.html aapg_ad_919.html:3:181:212 Lakota Powder River (Montana) -0.47829406272822006 +59184 aapg_ac_333.html aapg_ac_333.html:866:105926:105940 Yeso Arizona -0.0316445288569785835 +59185 cspg_html_3531222995 cspg_html_3531222995:284:33277:33301 Contact Rapids Western world -0.0466271631232556896 +59186 cspg_html_3850954719 cspg_html_3850954719:371:46419:46436 Cardium Lacombe, Alberta -0.472943536588278923 +59187 gsa_html_5277590404 gsa_html_5277590404:530:56279:56294 Rapid Sierra Nevada (U.S.) -0.035632122339872542 +59188 gsa_html_4432793908 gsa_html_4432793908:112:13671:13708 Newark Canyon Sevier orogeny 0.432862931748193125 +59189 aapg_ad_149.html aapg_ad_149.html:30:2847:2859 Saskatchewan Manitoba -0.0161089604302801712 +59190 cspg_html_3354282978 cspg_html_3354282978:745:88740:88759 Bonneterre Missouri River -0.237635230155608307 +59191 aapg_ac_730.html aapg_ac_730.html:560:80312:80327 Telegraph Creek Mancos, Colorado 0.00994404088391406815 +59192 palaios_html_8369745629 palaios_html_8369745629:37:3468:3474 Moscow Orenburg Oblast -0.0152852690750857109 +59193 AMJC_html_6341723617 AMJC_html_6341723617:782:69146:69167 Green River Logan, Utah 1.03595377056528859 +59194 gsa_html_4922631598 gsa_html_4922631598:505:59835:59853 Peoria Peoria, Illinois -0.00639293020944086028 +59195 cspg_html_3831007171 cspg_html_3831007171:5:195:208 Wabamun Lacombe, Alberta -0.448377013151321557 +59196 aapg_ai_998.html aapg_ai_998.html:291:24055:24059 Wendover Lewisville, Texas -0.466842269540434285 +59197 aapg_ad_648.html aapg_ad_648.html:14:1973:1991 Niobrara Berthoud, Colorado -0.408721423065216971 +59198 cspg_html_8174352156 cspg_html_8174352156:181:25091:25099 Columbia Victoria, British Columbia -0.479352341582737318 +59199 gsa_html_8820488310 gsa_html_8820488310:348:31685:31702 Wallace Canada -0.49293261121873766 +59200 aapg_aa_583.html aapg_aa_583.html:27:3333:3339 Sierra Mexico -0.476033304431228654 +59201 geology_html_6153450375 geology_html_6153450375:251:17928:17940 Dixie Valley Reno, Nevada -0.0658153170866257325 +59202 cspg_html_9008569748 cspg_html_9008569748:40:4573:4589 Arnica McKenzie River -0.445213540966811649 +59203 aapg_ac_563.html aapg_ac_563.html:685:102073:102077 Ladd Mexico -0.458695727712452594 +59204 gsa_html_4506689428 gsa_html_4506689428:15:522:530 Colorado Denver -0.000165031905109087207 +59205 palaios_html_1262064602 palaios_html_1262064602:771:82034:82052 Willwood Cheyenne, Wyoming -0.447572237112974447 +59206 aapg_ah_871.html aapg_ah_871.html:751:72918:72929 Coal Canyon Cheyenne, Wyoming -0.473695342935840036 +59207 aapg_ah_318.html aapg_ah_318.html:413:51124:51145 Eagle Shreveport, Louisiana -0.0641976627125528526 +59208 cspg_html_8089302449 cspg_html_8089302449:212:35785:35797 Wapsipinicon Reno, Nevada -0.0123938684119111291 +59209 cspg_html_4498577775 cspg_html_4498577775:1135:86868:86892 Gog Lake Louise, Alberta -0.431086943566786673 +59210 palaios_html_1662300404 palaios_html_1662300404:488:50183:50200 Clarita Arkansas -0.487729676915167776 +59211 cspg_html_1597341612 cspg_html_1597341612:234:21940:21949 Littleton Colorado -0.0236488334467139724 +59212 aapg_ac_702.html aapg_ac_702.html:362:37983:37992 Lecompton Iowa -0.102564524836996906 +59213 palaios_html_1734147629 palaios_html_1734147629:77:9538:9553 Elk Canada -0.463271407180362194 +59214 gsa_html_5625878232 gsa_html_5625878232:339:45704:45715 San Antonio Baja California peninsula 0.00767678914490974897 +59215 cspg_html_8463924060 cspg_html_8463924060:6:254:271 Exshaw Lacombe, Alberta -0.454258371760158153 +59216 cspg_html_8139359744 cspg_html_8139359744:626:77723:77771 Salina Ontario, California 0.76778112073008864 +59217 aapg_ac_613.html aapg_ac_613.html:132:18272:18287 Mesaverde Mancos, Colorado -0.480891010387966222 +59218 aapg_aa_960.html aapg_aa_960.html:321:25859:25866 Entrada Colorado -0.241556768643523628 +59219 sedimentology_html_6855199507 sedimentology_html_6855199507:652:47580:47589 Lancaster Mojave Desert -0.494751281926012032 +59220 aapg_ai_137.html aapg_ai_137.html:140:13107:13122 Tuscaloosa Tuscaloosa, Alabama -0.469809513538571255 +59221 geology_html_1214837624 geology_html_1214837624:307:25228:25232 Dunn California -0.49009668288503172 +59222 palaios_html_5170998264 palaios_html_5170998264:13:981:990 San Diego California -0.445989406971527558 +59223 palaios_html_5268628065 palaios_html_5268628065:163:21454:21461 Cercado Dominican Republic -0.0114139159220517442 +59224 aapg_ai_962.html aapg_ai_962.html:3:277:299 Word New Mexico -0.0826358199035910762 +59225 cspg_html_4298557570 cspg_html_4298557570:80:13125:13149 St. Mary River Edmonton, London -0.462348471732962063 +59226 cspg_html_7963093032 cspg_html_7963093032:85:11342:11362 Mill Creek Crowsnest Pass, Alberta -0.0248379892514390653 +59227 AMJC_html_6759408618 AMJC_html_6759408618:512:49636:49644 Annville Pennsylvania 0.00936896389642591539 +59228 aapg_af_397.html aapg_af_397.html:761:92818:92826 Colorado Denver -0.407614238586680777 +59229 aapg_ah_665.html aapg_ah_665.html:198:22422:22437 Weeks Logan, Utah -0.491084883288990137 +59230 aapg_aa_4.html aapg_aa_4.html:230:30679:30685 Provo Elmira, Ontario -0.445989406971527558 +59231 aapg_ad_717.html aapg_ad_717.html:366:38577:38583 Kaibab Arizona -0.458750170743803365 +59232 cspg_html_4924970281 cspg_html_4924970281:41:6021:6030 Cold Lake Clearwater, Florida 0.00448890772882104463 +59233 cspg_html_9778753186 cspg_html_9778753186:246:36709:36717 Kootenay Fernie, British Columbia -0.459805657368256959 +59234 gsa_html_5274400800 gsa_html_5274400800:681:55182:55200 Monterey California -0.0295851529329683692 +59235 aapg_ae_845.html aapg_ae_845.html:151:17093:17110 Almond Wasatch Range -0.447168994241326834 +59236 geology_html_5745933097 geology_html_5745933097:291:22758:22766 Virginia Hampton, New Hampshire -0.487560856421757394 +59237 aapg_ai_704.html aapg_ai_704.html:57:6891:6901 Fort Worth Guatemala -0.0369546842337877615 +59238 aapg_ad_379.html aapg_ad_379.html:746:60653:60668 Stump Black Hills -0.051480663363561531 +59239 geology_html_2503160398 geology_html_2503160398:267:23243:23267 Kaskapau London, Ontario -0.471405039658470026 +59240 aapg_aa_976.html aapg_aa_976.html:216:25263:25280 Entrada Carmel, Indiana 0.00245985052169809008 +59241 gsa_html_9487992082 gsa_html_9487992082:1040:90635:90663 Green River Colorado 0.00517685152155035466 +59242 aapg_ad_652.html aapg_ad_652.html:37:5215:5219 Tyee Elkton, Kentucky -0.442542141875480355 +59243 gsa_html_8035658736 gsa_html_8035658736:999:106885:106895 Washington Boise, Idaho -0.0292460145715184028 +59244 cspg_html_3953809708 cspg_html_3953809708:525:55426:55434 Columbia Victoria, British Columbia -0.0164009085472750712 +59245 cspg_html_1781462584 cspg_html_1781462584:145:18074:18090 Shunda Arctic Cordillera -0.478990153256473372 +59246 cspg_html_4376017434 cspg_html_4376017434:68:7684:7702 Pardonet Victoria, British Columbia -0.4597920302667165 +59247 gsa_html_6578729676 gsa_html_6578729676:617:60238:60245 Andrews Andrews, Texas -0.462097962880594848 +59248 aapg_ac_835.html aapg_ac_835.html:1459:190855:190875 Phosphoria Boise, Idaho 1.08664259603074331 +59249 aapg_ae_324.html aapg_ae_324.html:505:51048:51065 Tellico Farragut, Tennessee -0.0245772016562315031 +59250 aapg_ah_586.html aapg_ah_586.html:163:15388:15397 Franconia Trempealeau, Wisconsin -0.461456070409902219 +59251 aapg_ae_29.html aapg_ae_29.html:67:8478:8498 Loyalhanna Pocono Raceway -0.0201322850725559367 +59252 aapg_ah_313.html aapg_ah_313.html:104:8701:8710 Whitewood Cheyenne, Wyoming 0.1076976725999651 +59253 cspg_html_5563319344 cspg_html_5563319344:45:7157:7169 Cooking Lake Regina, Saskatchewan -0.451787799117909672 +59254 AMJC_html_8866429777 AMJC_html_8866429777:166:21433:21447 Rome Middle East -0.442976805415170927 +59255 geology_html_4386567919 geology_html_4386567919:107:13695:13705 Wood River Forest City, Iowa -0.061581702115097843 +59256 gsa_html_8549650339 gsa_html_8549650339:84:8422:8435 Edwards Central Texas -0.466714081975797668 +59257 gsa_html_7062589013 gsa_html_7062589013:915:69938:69944 Laguna Chile -0.05853057202324604 +59258 aapg_ah_96.html aapg_ah_96.html:122:13404:13427 Winnipeg Lake Winnipeg 0.327706260315222542 +59259 aapg_ac_730.html aapg_ac_730.html:110:16507:16513 Dakota Mancos, Colorado -0.126411751193410027 +59260 palaios_html_2276475028 palaios_html_2276475028:568:57229:57247 Morrison Colorado -0.510822314008159251 +59261 gsa_html_9194968822 gsa_html_9194968822:18:661:671 Washington Seattle -0.474009171210690694 +59262 aapg_ac_230.html aapg_ac_230.html:276:31011:31017 Sierra Lake Maracaibo -0.466782751574986277 +59263 geology_html_6375620405 geology_html_6375620405:281:21114:21123 Extension England -0.48062584784091128 +59264 aapg_ac_219.html aapg_ac_219.html:672:107499:107513 Pozo Peru, Indiana -0.462111625185478381 +59265 aapg_af_808.html aapg_af_808.html:300:39469:39485 Pierre Barbados -0.455595651058867956 +59266 gsa_html_7199417381 gsa_html_7199417381:435:46014:46034 Peoria Nebraska -0.485546964607742992 +59267 cspg_html_8089302449 cspg_html_8089302449:555:97328:97333 Rapid Coralville, Iowa -0.0558000933970826327 +59268 palaios_html_1018466366 palaios_html_1018466366:1846:154260:154286 Montney Denver -0.481870957939069144 +59269 cspg_html_9735723617 cspg_html_9735723617:2025:175603:175622 Griper Bay District Council of Franklin Harbour -0.00382181610432916728 +59270 sedimentology_html_5613495298 sedimentology_html_5613495298:123:12496:12502 Chinle Chinle Formation -0.00783141030284131325 +59271 aapg_ai_0.html aapg_ai_0.html:565:63032:63042 Rio Grande Copano, Texas -0.480597940731277096 +59272 aapg_aa_253.html aapg_aa_253.html:8:750:759 Wyandotte Calcasieu Parish Public Schools -0.014941203695627946 +59273 gsa_html_3586844705 gsa_html_3586844705:825:77955:77960 Rapid Earth -0.453008719186489883 +59274 aapg_aa_463.html aapg_aa_463.html:227:43998:44005 Hosston Cotton Valley, Louisiana -0.0171725037246518962 +59275 cspg_html_9361096527 cspg_html_9361096527:688:67165:67183 Bearpaw Judith River Formation -0.414059752067460762 +59276 cspg_html_9343899465 cspg_html_9343899465:436:44275:44288 Weatherall Melville Island (Canada) -0.0448416139900337171 +59277 palaios_html_1316705524 palaios_html_1316705524:19:980:1006 Horseshoe Canyon Canada 0.793478014358547035 +59278 aapg_ah_779.html aapg_ah_779.html:244:45274:45288 Bays Martinsburg, Nebraska -0.0512575259493200583 +59279 sedimentology_html_3587753226 sedimentology_html_3587753226:412:32962:32999 Honaker Logan, Utah -0.0543315025159756756 +59280 aapg_ah_647.html aapg_ah_647.html:831:90010:90024 Earp Arizona -0.46326000708216164 +59281 gsa_html_3387611512 gsa_html_3387611512:469:53052:53067 Orocopia Schist Arizona -0.484098022941034878 +59282 cspg_html_9924397126 cspg_html_9924397126:1599:167303:167323 Point Loma San Diego 0.39330143926314387 +59283 aapg_ae_187.html aapg_ae_187.html:189:20336:20344 Michigan Salina, Kansas -0.480904968568341529 +59284 palaios_html_2048556014 palaios_html_2048556014:256:25629:25638 Conasauga Great Basin -0.427672143055296883 +59285 aapg_aa_732.html aapg_aa_732.html:37:6748:6756 Colorado Texas -0.0221051486888918687 +59286 aapg_ad_766.html aapg_ad_766.html:559:55272:55286 Dakota Western world -0.450676431675374467 +59287 cspg_html_6839937815 cspg_html_6839937815:288:41086:41092 Kaibab San Rafael Swell -0.473676885959420813 +59288 aapg_ae_957.html aapg_ae_957.html:939:44397:44403 Dakota Topeka, Kansas -0.441860465923672896 +59289 aapg_af_470.html aapg_af_470.html:274:28971:28979 Colorado Denver -0.534399176355627503 +59290 aapg_ah_611.html aapg_ah_611.html:19:1721:1731 Washington Salem, Oregon -0.0129533588216162645 +59291 sedimentology_html_4004655641 sedimentology_html_4004655641:89:6929:6934 Laval Canada -0.434712986404073964 +59292 aapg_ae_831.html aapg_ae_831.html:97:9854:9871 Wolfcamp Oldham County, Kentucky -0.0218513582866363479 +59293 aapg_ai_584.html aapg_ai_584.html:668:69350:69356 Casper Laramie, Wyoming -0.25700024359620377 +59294 AMJC_html_5438349889 AMJC_html_5438349889:176:21736:21747 San Joaquin King River (Tasmania) -0.473856858113634927 +59295 aapg_af_505.html aapg_af_505.html:257:16847:16856 Englewood Colorado 0.229261847437271654 +59296 jgeology_html_8596065691 jgeology_html_8596065691:709:61358:61361 Arc Caribbean -0.0309035312152589614 +59297 aapg_ai_143.html aapg_ai_143.html:32:3711:3730 Foremost Judith River Formation -0.0260481030214056476 +59298 aapg_ac_748.html aapg_ac_748.html:17:1475:1481 Kaibab Coconino County, Arizona -0.487431918821373489 +59299 aapg_af_590.html aapg_af_590.html:489:37985:38016 Paradox Colorado 0.0306043618711196001 +59300 cspg_html_7602315496 cspg_html_7602315496:12:1945:1953 Foremost Milk River, Alberta -0.487870386185061844 +59301 aapg_af_858.html aapg_af_858.html:187:17805:17810 Utica Ohio -0.462398581950347165 +59302 aapg_ai_477.html aapg_ai_477.html:280:30672:30690 Moosebar Pine River (Michigan) -0.491727831303366836 +59303 geology_html_6268094795 geology_html_6268094795:33:3234:3258 Arcadia Arcadia, California -0.45633516722504075 +59304 cspg_html_7086880709 cspg_html_7086880709:204:23816:23824 Columbia Victoria, British Columbia -0.511893299701262627 +59305 aapg_ad_192.html aapg_ad_192.html:229:26674:26695 Tuscaloosa Southeast Asia -0.035868779002919772 +59306 aapg_ah_418.html aapg_ah_418.html:134:13121:13134 Bearpaw Red Deer, Alberta -0.45112171556163283 +59307 cspg_html_2820961138 cspg_html_2820961138:88:13601:13617 Viking Lacombe, Alberta -0.0464616568793586454 +59308 gsa_html_3448554349 gsa_html_3448554349:418:41515:41530 Price Huntington, West Virginia 0.400343903168776549 +59309 aapg_aa_544.html aapg_aa_544.html:131:17915:17935 Twin Creek Cheyenne, Wyoming -0.501560061931396017 +59310 aapg_ae_718.html aapg_ae_718.html:19:2080:2087 Narrows Gold Coast, Queensland -0.478349729395822987 +59311 aapg_ae_863.html aapg_ae_863.html:508:57193:57210 Modelo San Gabriel Mountains -0.0811793495759210865 +59312 aapg_ac_484.html aapg_ac_484.html:718:95258:95280 Tejon Tehachapi, California -0.0205424838715731368 +59313 cspg_html_8279927914 cspg_html_8279927914:5:209:226 Gilwood Lacombe, Alberta -0.455310861563052449 +59314 sedimentology_html_2139169476 sedimentology_html_2139169476:174:17612:17621 Peninsula Korea -0.0203460739927139034 +59315 gsa_html_8222638730 gsa_html_8222638730:966:89317:89345 Green River Colorado -0.0169917673336638479 +59316 gsa_html_7808051457 gsa_html_7808051457:680:67451:67471 Manitou Colorado -0.491386278060246817 +59317 palaios_html_3551075744 palaios_html_3551075744:36:2914:2923 Peninsula Asia -0.0532799592874959385 +59318 cspg_html_8438548095 cspg_html_8438548095:344:35515:35523 Edmonton Edmonton, London -0.0691394144300454816 +59319 aapg_ad_257.html aapg_ad_257.html:132:14691:14696 Tampa Apalachicola, Florida -0.0245041819254211805 +59320 aapg_ae_993.html aapg_ae_993.html:252:23073:23088 Darby Cheyenne, Wyoming 0.957029137427283905 +59321 jgeology_html_5803513114 jgeology_html_5803513114:206:18081:18099 Rangeley Littleton, Colorado -0.0111741448327348745 +59322 aapg_ad_466.html aapg_ad_466.html:1058:113431:113436 Aquia Delaware -0.0164252377233713442 +59323 cspg_html_2882304151 cspg_html_2882304151:176:34362:34379 Gething Lacombe, Alberta -0.440467486742992853 +59324 cspg_html_5456368738 cspg_html_5456368738:140:18505:18513 Ramparts Mackenzie River -0.0250466225487357037 +59325 sedimentology_html_2399468522 sedimentology_html_2399468522:745:42902:42906 Hall London, Ontario -0.475977786028375149 +59326 AMJC_html_4147467903 AMJC_html_4147467903:959:101332:101340 Richland Washington (state) -0.47482657712880405 +59327 cspg_html_3065473572 cspg_html_3065473572:25:5068:5078 Laurentian Quebec City -0.0350596438268750282 +59328 aapg_ad_855.html aapg_ad_855.html:32:3313:3340 Eagle Paluxy, Texas -0.495631319068842169 +59329 geology_html_1315638178 geology_html_1315638178:112:10364:10381 Roberts Mountains Reno, Nevada -0.0355416373678999614 +59330 palaios_html_2746116737 palaios_html_2746116737:100:9841:9851 Tallahatta Vail, Colorado -0.00180666765017611854 +59331 cspg_html_2090868931 cspg_html_2090868931:9:718:725 Cardium Logan, Utah -0.450649451770273157 +59332 gsa_html_1210544754 gsa_html_1210544754:642:57252:57288 Mariposa California -0.467016268103292775 +59333 aapg_aa_47.html aapg_aa_47.html:887:99262:99270 Colorado Walsenburg, Colorado -0.484077007932315562 +59334 sedimentology_html_8006979411 sedimentology_html_8006979411:1598:109875:109892 Cardium Lacombe, Alberta -0.454143259443463898 +59335 geology_html_6494447832 geology_html_6494447832:290:29036:29074 Kingston Peak Death Valley -0.455279223830003521 +59336 sedimentology_html_1640357417 sedimentology_html_1640357417:971:91776:91793 Entrada Logan, Utah -0.463636287457712182 +59337 cspg_html_4694482219 cspg_html_4694482219:753:72905:72923 Edmonton Alta, Utah -0.450878806444675151 +59338 aapg_ae_643.html aapg_ae_643.html:267:32019:32023 Wise Wise County, Virginia -0.0279486743171803304 +59339 aapg_ah_847.html aapg_ah_847.html:323:38566:38587 Hornerstown Alabama -0.104206621447204023 +59340 aapg_ac_841.html aapg_ac_841.html:881:91942:91949 Esquias Comayagua -0.478377564070346595 +59341 aapg_ad_2.html aapg_ad_2.html:1080:148450:148461 Beekmantown Thousand Islands (Indonesia) -0.411748314687254757 +59342 palaios_html_2276475028 palaios_html_2276475028:77:9738:9756 Morrison San Rafael Swell 0.00618793246160323843 +59343 gsa_html_2258041855 gsa_html_2258041855:62:4447:4475 Green River Colorado 0.0372522840443789555 +59344 geology_html_8986165275 geology_html_8986165275:139:14349:14380 Naknek Mount Michelson (Chugach Mountains) -0.456479975332736432 +59345 aapg_ad_153.html aapg_ad_153.html:107:12299:12318 Aux Vases Illinois -0.482784406317177284 +59346 cspg_html_3397138450 cspg_html_3397138450:918:106689:106698 Kishenehn Western world -0.450586501765938174 +59347 gsa_html_2645269788 gsa_html_2645269788:18:1549:1567 Catoctin Virginia -0.0234628186655344677 +59348 cspg_html_7667087595 cspg_html_7667087595:42:5271:5298 Judith River Regina, Saskatchewan -0.0455732069905889839 +59349 cspg_html_1654370716 cspg_html_1654370716:80:9204:9217 Parry Islands Bathurst Island (Northern Territory) -0.463697875765281653 +59350 gsa_html_7932638920 gsa_html_7932638920:105:10104:10123 Talkeetna Talkeetna, Alaska -0.173154509064235379 +59351 gsa_html_8241338635 gsa_html_8241338635:726:75661:75669 Colorado Colorado -0.470567831774721834 +59352 aapg_aa_787.html aapg_aa_787.html:437:53179:53185 Provo Texas -0.00608022205823690199 +59353 aapg_af_482.html aapg_af_482.html:72:9561:9573 Todos Santos Guatemala 0.819889703774488554 +59354 geology_html_2148995531 geology_html_2148995531:13:521:531 Santa Cruz Santa Cruz, California -0.0472770257306706979 +59355 aapg_ah_313.html aapg_ah_313.html:80:6745:6764 Elm Point Lake Winnipeg -0.47249414511500698 +59356 aapg_ah_469.html aapg_ah_469.html:333:32938:32959 Pascagoula Shreveport, Louisiana -0.0212673068022475528 +59357 cspg_html_4233306187 cspg_html_4233306187:536:64931:64947 Viking Denver -0.474992922950619234 +59358 aapg_ad_344.html aapg_ad_344.html:164:18971:18989 Niobrara Sharon Springs, Kansas -0.00614971261944179635 +59359 aapg_ae_74.html aapg_ae_74.html:821:73339:73346 Paradox Mesa, Arizona -0.4617701303183811 +59360 aapg_ac_986.html aapg_ac_986.html:479:58731:58738 Wasatch Cheyenne, Wyoming 0.00039260223837717193 +59361 aapg_ah_371.html aapg_ah_371.html:49:4262:4282 Tuscaloosa North Carolina 0.083238874181110617 +59362 geology_html_8881449794 geology_html_8881449794:168:16616:16624 Colorado Pueblo, Colorado -0.479447557264900015 +59363 aapg_ac_246.html aapg_ac_246.html:235:23406:23422 Dakota Fall River, Nova Scotia 0.347146346924516125 +59364 aapg_ad_351.html aapg_ad_351.html:13:1634:1651 Pierson Springfield, Illinois -0.008957206898973313 +59365 aapg_ac_629.html aapg_ac_629.html:615:73595:73605 Citronelle Tallahassee, Florida -0.420330282104454056 +59366 gsa_html_4649438326 gsa_html_4649438326:1046:88795:88805 Washington California -0.437098264428985472 +59367 gsa_html_2717448156 gsa_html_2717448156:14:619:627 Colorado Denver -0.0221051486888918687 +59368 palaios_html_2736581987 palaios_html_2736581987:621:62249:62254 Hueco New Mexico -0.458822766590828601 +59369 aapg_ad_466.html aapg_ad_466.html:150:16216:16233 Magothy Matawan, New Jersey -0.0442929610094760506 +59370 aapg_ad_2.html aapg_ad_2.html:573:83461:83478 Nassau Schodack Center, New York -0.500197678525539202 +59371 aapg_aa_831.html aapg_aa_831.html:175:13628:13636 Woodford Texas -0.0331440604270269723 +59372 aapg_ad_628.html aapg_ad_628.html:287:36557:36566 Matanuska Seward, Alaska 0.538275659376378224 +59373 aapg_ae_905.html aapg_ae_905.html:135:13608:13628 Grove Iowa -0.498091786153227578 +59374 geology_html_9794573137 geology_html_9794573137:281:24261:24271 Washington Pacific Northwest -0.0272061513057389563 +59375 cspg_html_8588503765 cspg_html_8588503765:258:31675:31683 Columbia Victoria, British Columbia -0.460953349343471763 +59376 gsa_html_3942625742 gsa_html_3942625742:432:36836:36848 Little River Metro Manila -0.0612988688264293202 +59377 gsa_html_3330587082 gsa_html_3330587082:374:31629:31654 Perry Rangeley, Maine -0.0709631023012109036 +59378 aapg_ae_47.html aapg_ae_47.html:72:5771:5779 Sallisaw Frisco, Texas 0.0158517710589337717 +59379 aapg_aa_193.html aapg_aa_193.html:451:41694:41711 Manlius Dayville, Oregon -0.496102469458349238 +59380 gsa_html_1290697059 gsa_html_1290697059:10:337:346 Peninsula Quebec City -0.455197874748240694 +59381 gsa_html_1075724130 gsa_html_1075724130:19:1061:1066 Bouse Colorado Plateau -0.09105095229508961 +59382 aapg_ae_939.html aapg_ae_939.html:390:16446:16456 Fort Worth Texas -0.0129759471663572871 +59383 gsa_html_2989317971 gsa_html_2989317971:424:47631:47650 Humboldt Elko, Nevada -0.0182917127831857887 +59384 gsa_html_9901339383 gsa_html_9901339383:475:43051:43058 Laramie Cheyenne, Wyoming -0.0344245588872295546 +59385 aapg_ae_35.html aapg_ae_35.html:82:7542:7559 Wasatch Green River Formation -0.449451899065432481 +59386 gsa_html_2561127673 gsa_html_2561127673:90:7778:7799 Quinn River Reno, Nevada -0.480695619561815057 +59387 aapg_ac_807.html aapg_ac_807.html:273:27292:27300 Virginia Maryland -0.0866939710925656165 +59388 aapg_ai_816.html aapg_ai_816.html:675:104086:104101 Oread Toronto -0.00871745152629535731 +59389 aapg_ah_350.html aapg_ah_350.html:243:26534:26554 Price California 0.00299316941719320615 +59390 aapg_ae_587.html aapg_ae_587.html:137:12285:12290 Price England -0.0135198103742529222 +59391 cspg_html_6116883777 cspg_html_6116883777:361:52305:52325 Nordkronen Greenland -0.0558000933970826327 +59392 aapg_ac_187.html aapg_ac_187.html:3359:315943:315967 La Pena Mexico -0.0600280242274353476 +59393 aapg_ae_473.html aapg_ae_473.html:147:12769:12779 Tuscaloosa Tuscaloosa, Alabama -0.00786789401885567251 +59394 aapg_af_711.html aapg_af_711.html:170:16926:16948 Monterey Channel Islands of California -0.0305034808252846526 +59395 sedimentology_html_5477609609 sedimentology_html_5477609609:1269:81957:81977 Maravillas West, Texas -0.465705253187009671 +59396 cspg_html_6252417471 cspg_html_6252417471:339:50699:50722 Eureka Sound Banks Island 0.69401911656658255 +59397 cspg_html_1388123612 cspg_html_1388123612:6:296:349 Kiskatinaw Victoria, British Columbia -0.455252106655251121 +59398 sedimentology_html_7567618503 sedimentology_html_7567618503:27:1750:1767 Bedford Canada -0.434558307819543299 +59399 aapg_aa_696.html aapg_aa_696.html:605:70046:70054 Colorado Colorado -0.062798733096236084 +59400 cspg_html_6472484014 cspg_html_6472484014:427:44298:44318 La Vieille New Brunswick, New Jersey -0.457786563407215019 +59401 aapg_ac_333.html aapg_ac_333.html:243:31055:31059 Rico San Juan Mountains -0.21132741344602915 +59402 cspg_html_6193252551 cspg_html_6193252551:112:17510:17530 La Vieille New Brunswick, New Jersey -0.0492217054882720523 +59403 geology_html_4304054973 geology_html_4304054973:279:22704:22727 Gunflint Iron Ontario, California -0.44721379024503416 +59404 cspg_html_6839937815 cspg_html_6839937815:351:49109:49126 Kaibab Arizona -0.0491275968873820176 +59405 aapg_ac_835.html aapg_ac_835.html:1485:192275:192281 Denver Poplar, London -0.44714211768966694 +59406 AMJC_html_4692260170 AMJC_html_4692260170:532:52757:52776 Littleton New Hampshire -0.0176486817607870612 +59407 AMJC_html_2360213652 AMJC_html_2360213652:148:20399:20417 Chickies Pennsylvania -0.0414701241414489052 +59408 aapg_ah_646.html aapg_ah_646.html:37:5132:5148 Chinle Colorado Plateau -0.410047373199354637 +59409 aapg_af_506.html aapg_af_506.html:453:52718:52724 Denver Colorado -0.0683632649001538473 +59410 gsa_html_9053175553 gsa_html_9053175553:501:51188:51216 Green River Cheyenne, Wyoming -0.455432903203822237 +59411 aapg_af_854.html aapg_af_854.html:811:114055:114060 Salem Bloomington, Indiana 0.559306002297670024 +59412 aapg_ac_629.html aapg_ac_629.html:634:75841:75869 Pascagoula Mississippi River -0.268723142296126705 +59413 gsa_html_8833777630 gsa_html_8833777630:506:61124:61145 Browns Park Colorado -0.459996458565647859 +59414 aapg_aa_685.html aapg_aa_685.html:24:2269:2300 North Horn Flagstaff, Arizona -0.227188061027944116 +59415 aapg_ai_15.html aapg_ai_15.html:15:1494:1511 Sabine Texas -0.484266161538602968 +59416 sedimentology_html_9906287852 sedimentology_html_9906287852:933:78747:78766 Rock Springs Cheyenne, Wyoming -0.508148533121380197 +59417 sedimentology_html_7553974053 sedimentology_html_7553974053:1434:119050:119068 Monterey California -0.494139109891835016 +59418 gsa_html_2059086425 gsa_html_2059086425:45:3730:3751 Lake Valley New Mexico -0.0419681041014585768 +59419 cspg_html_8362959053 cspg_html_8362959053:47:7520:7531 Shaftesbury Mountain Park (Holyoke, Massachusetts) -0.0561193183130543477 +59420 sedimentology_html_8274990152 sedimentology_html_8274990152:33:2022:2028 Denver Ontario, California -0.0531596434481698826 +59421 aapg_aa_645.html aapg_aa_645.html:423:47456:47466 Washington Boise, Idaho -0.0442511603309229257 +59422 cspg_html_9807337907 cspg_html_9807337907:15:2515:2535 Stony Mountain Williston Basin -0.00638076930644856932 +59423 gsa_html_7384517973 gsa_html_7384517973:847:75245:75256 Devils Hole Reno, Nevada -0.059052371538838716 +59424 cspg_html_9222238695 cspg_html_9222238695:107:16360:16368 Columbia Victoria, British Columbia -0.469028899015838996 +59425 aapg_ad_338.html aapg_ad_338.html:387:45974:45982 Navesink New Egypt, New Jersey -0.0576354087003293492 +59426 geology_html_3955381777 geology_html_3955381777:259:24056:24074 Tindir Canada -0.0437722087912311292 +59427 aapg_ai_584.html aapg_ai_584.html:48:5207:5224 Casper Hartville, Missouri -0.440325191296006335 +59428 aapg_ac_617.html aapg_ac_617.html:160:22302:22310 Oakville Oakville, California 0.845634331783655657 +59429 cspg_html_1893593837 cspg_html_1893593837:94:7769:7779 Boas River Southampton Island -0.459887424332023564 +59430 cspg_html_9725676031 cspg_html_9725676031:76:10965:10973 Columbia Victoria, British Columbia -0.469648742182661783 +59431 aapg_aa_696.html aapg_aa_696.html:685:75106:75114 Colorado Denver -0.481766159765426027 +59432 aapg_ai_388.html aapg_ai_388.html:6:1011:1030 Rock Springs Uinta Mountains -0.47249414511500698 +59433 aapg_ac_219.html aapg_ac_219.html:426:68923:68932 La Quinta Venezuela 0.0530009691515211587 +59434 cspg_html_2954223000 cspg_html_2954223000:1107:155292:155297 Weeks Tulsa, Oklahoma -0.50076665576240853 +59435 cspg_html_9825544190 cspg_html_9825544190:170:20584:20606 Winnipegosis Regina, Saskatchewan -0.453829596260670209 +59436 palaios_html_2265050567 palaios_html_2265050567:431:37306:37338 Snake Indian Lacombe, Alberta -0.473903010792736112 +59437 aapg_ah_427.html aapg_ah_427.html:388:51737:51744 Savanna McAlester, Oklahoma 0.0217870421350220764 +59438 aapg_ac_545.html aapg_ac_545.html:459:52297:52305 Moosebar Victoria, British Columbia -0.476843350706402158 +59439 gsa_html_5250670372 gsa_html_5250670372:684:49991:50008 Kuparuk Anchorage, Alaska -0.4597965726108596 +59440 cspg_html_6064089067 cspg_html_6064089067:29:2744:2752 Winnipeg Manitoba -0.592085686726090743 +59441 gsa_html_1616304153 gsa_html_1616304153:98:12363:12376 Glasford Wedron, Illinois -0.482430096983488987 +59442 cspg_html_5381643866 cspg_html_5381643866:23:3108:3131 Mist Mountain Victoria, British Columbia -0.498607073915754984 +59443 aapg_ae_997.html aapg_ae_997.html:35:5750:5776 Kishenehn Crowsnest Pass, Alberta 0.00994404088391406815 +59444 cspg_html_5660413005 cspg_html_5660413005:127:15624:15642 Graminia Blue Ridge Mountains -0.49345891443649581 +59445 aapg_ac_187.html aapg_ac_187.html:3368:317257:317264 Tamabra Texas -0.482917309945881279 +59446 aapg_aa_731.html aapg_aa_731.html:528:71111:71116 Pearl Texas -0.458865873154244486 +59447 aapg_aa_702.html aapg_aa_702.html:563:98270:98278 Michigan Salina, Kansas -0.0632789777746218668 +59448 aapg_ai_105.html aapg_ai_105.html:34:5505:5522 Oquirrh Uinta Mountains -0.0217192496932362561 +59449 aapg_aa_381.html aapg_aa_381.html:16:2444:2463 Etchegoin Rancho Santa Margarita, California -0.418546985241553371 +59450 cspg_html_1915486237 cspg_html_1915486237:176:24668:24693 Bullhead Oakwood, Montgomery County, Ohio -0.503865938507956024 +59451 aapg_ac_867.html aapg_ac_867.html:551:76409:76417 Tensleep Cheyenne, Wyoming -0.0670209924327486856 +59452 aapg_ae_984.html aapg_ae_984.html:5:879:895 Salado Carlsbad, New Mexico -0.000105967854110096421 +59453 aapg_ah_903.html aapg_ah_903.html:11:1444:1455 Haynesville Bossier City, Louisiana -0.440680970807864891 +59454 cspg_html_4727171280 cspg_html_4727171280:74:8200:8208 Edmonton Edmonton, London -0.488724520608411594 +59455 gsa_html_6736277931 gsa_html_6736277931:33:2175:2183 Virginia Norfolk, Virginia -0.0229847531233617133 +59456 aapg_ac_824.html aapg_ac_824.html:613:55909:55917 Colorado Colorado -0.426679013535527729 +59457 aapg_ac_889.html aapg_ac_889.html:149:13320:13331 Tar Springs Hardinsburg, Indiana -0.0552750621644688064 +59458 aapg_ae_694.html aapg_ae_694.html:72:9363:9379 Eagle East Texas -0.0129759471663572871 +59459 cspg_html_7587979364 cspg_html_7587979364:596:43621:43632 Slave Point Swan Hill, Victoria -0.063526973765339334 +59460 aapg_ae_411.html aapg_ae_411.html:62:6474:6488 Buda Buda, Texas -0.0103801322392496759 +59461 aapg_ad_160.html aapg_ad_160.html:9:933:945 Marble Falls Llano, Texas -0.210861433187918834 +59462 aapg_ae_805.html aapg_ae_805.html:212:24968:24984 Sandia Hermosa, Chicago -0.451787799117909672 +59463 gsa_html_7214330928 gsa_html_7214330928:340:28903:28912 San Diego California -0.47032647773667996 +59464 aapg_ah_90.html aapg_ah_90.html:42:7094:7117 Burro Canyon Cedar Mountains -0.448327675040319895 +59465 cspg_html_7576506617 cspg_html_7576506617:291:40704:40728 Severn River Moose River (Maine) -0.0443399870178828731 +59466 aapg_ah_533.html aapg_ah_533.html:234:27131:27150 Knoxville Central Valley (California) -0.48322516565543927 +59467 aapg_ae_217.html aapg_ae_217.html:20:2098:2105 Rodessa Shreveport, Louisiana 0.0215714978510087967 +59468 gsa_html_7195000001 gsa_html_7195000001:205:24285:24297 Eureka Sound Banks Island -0.449755070503296051 +59469 aapg_ae_262.html aapg_ae_262.html:65:6277:6284 Hachita Playas, New Mexico -0.464884854319956187 +59470 cspg_html_5241714595 cspg_html_5241714595:472:72815:72830 Nisku Lacombe, Alberta -0.485336482309537631 +59471 palaios_html_1574666570 palaios_html_1574666570:56:4708:4720 Arkona Michigan Basin -0.449433936510724996 +59472 aapg_ai_760.html aapg_ai_760.html:742:78174:78179 Swift Bay of Fundy -0.470567831774721834 +59473 aapg_ai_17.html aapg_ai_17.html:1711:131701:131707 Sabine Alabama -0.0631986432555989852 +59474 aapg_ah_343.html aapg_ah_343.html:228:27278:27301 Tampa Tampa, Florida -0.478586352630804512 +59475 aapg_ac_198.html aapg_ac_198.html:141:13123:13136 Woodbine Lewisville, Texas 0.00884254111791155963 +59476 aapg_aa_960.html aapg_aa_960.html:238:19414:19423 Stonewall Entrada Sandstone -0.000343961247646823725 +59477 gsa_html_9181545711 gsa_html_9181545711:680:66023:66031 Colorado New Mexico -0.467130759519596039 +59543 geology_html_4132488436 geology_html_4132488436:384:27837:27846 San Diego California -0.0407040542010648765 +59478 sedimentology_html_2444875434 sedimentology_html_2444875434:1120:98067:98098 Duck Creek Perth, Western Australia -0.452977161832460395 +59479 geology_html_5375015639 geology_html_5375015639:288:20928:20936 Colorado Littleton, Colorado -0.0347621062592119723 +59480 gsa_html_4120839285 gsa_html_4120839285:1314:129731:129736 Slope California -0.0126805624942423392 +59481 cspg_html_1456761793 cspg_html_1456761793:121:18773:18781 Columbia Victoria, British Columbia -0.45896570683289678 +59482 aapg_af_388.html aapg_af_388.html:467:57492:57500 Virginia Melbourne, Florida -0.431086943566786673 +59483 aapg_ac_239.html aapg_ac_239.html:56:8005:8009 Word Pecos County, Texas -0.0288564512426946543 +59484 palaios_html_9487403457 palaios_html_9487403457:259:25688:25696 Glenwood Platteville, Colorado -0.0252830771132320185 +59485 gsa_html_2605108986 gsa_html_2605108986:36:3646:3655 Matanuska Anchorage, Alaska -0.110690737976144343 +59486 aapg_af_551.html aapg_af_551.html:63:7225:7231 Sierra New Mexico -0.450707909241451543 +59487 aapg_ad_865.html aapg_ad_865.html:540:54470:54485 Molas Hermosa, Chicago 0.0299729991432183054 +59488 aapg_ah_318.html aapg_ah_318.html:3671:298279:298287 Colorado New Mexico 0.0143677717617256336 +59489 gsa_html_7875871937 gsa_html_7875871937:601:56925:56933 Colorado Williston, Vermont -0.0345376534934891677 +59490 sedimentology_html_2608220485 sedimentology_html_2608220485:892:53285:53291 Guelph Canada -0.44505934010721393 +59491 cspg_html_8489487451 cspg_html_8489487451:29:3873:3887 Colorado Lacombe, Alberta -0.471464870791560964 +59492 gsa_html_6905980541 gsa_html_6905980541:20:1593:1619 San Onofre Breccia Los Angeles -0.486419849038802532 +59493 aapg_ak_37.html aapg_ak_37.html:124:13654:13682 Prairie Regina, Saskatchewan -0.478836965338604204 +59494 aapg_ae_498.html aapg_ae_498.html:707:77075:77093 Moccasin Saltville, Virginia -0.502101345338477723 +59495 cspg_html_3447886929 cspg_html_3447886929:1223:115621:115650 West Point Quebec City -0.00771327274469656935 +59496 aapg_ae_63.html aapg_ae_63.html:123:13769:13781 Water Canyon Boise, Idaho 0.0154590412849191748 +59497 palaios_html_6995029632 palaios_html_6995029632:54:5267:5287 Fort Scott Higginsville, Missouri -0.0273313514332929886 +59498 aapg_ac_333.html aapg_ac_333.html:1137:135440:135450 San Andres Colorado Plateau -0.418944680381056922 +59499 geology_html_9316941915 geology_html_9316941915:236:20842:20845 Rye Creede, Colorado -0.0654012524480660634 +59500 aapg_ah_96.html aapg_ah_96.html:508:59755:59766 Beekmantown Williston, Vermont -0.45896570683289678 +59501 sedimentology_html_6210806021 sedimentology_html_6210806021:692:41746:41765 Keg River Lacombe, Alberta -0.036075857948020304 +59502 sedimentology_html_5462089509 sedimentology_html_5462089509:1315:95954:95958 Bell Oman -0.427843250012949428 +59503 aapg_ah_203.html aapg_ah_203.html:595:97869:97896 Morrison New Mexico -0.408788108616508605 +59504 aapg_ae_921.html aapg_ae_921.html:329:27301:27317 Kinderhook California -0.480277073774662555 +59505 aapg_ae_805.html aapg_ae_805.html:251:29416:29430 Naco Naco, Sonora -0.0616864584903875982 +59506 aapg_ai_105.html aapg_ai_105.html:732:85886:85903 Madison Uinta Mountains -0.454041701910604445 +59507 gsa_html_8210816510 gsa_html_8210816510:29:2796:2824 Green River Colorado -0.0271922402503122773 +59508 AMJC_html_6755612993 AMJC_html_6755612993:495:56398:56408 Washington Norfolk, Virginia -0.474888953093082877 +59509 aapg_ac_190.html aapg_ac_190.html:39:7611:7615 Hall Pennsylvania -0.529120093774679834 +59510 aapg_ad_580.html aapg_ad_580.html:40:6654:6666 Tongue River Wasatch Range -0.434251235823504111 +59511 gsa_html_5825047223 gsa_html_5825047223:12:524:532 Columbia Missouri River -0.457487488497030304 +59512 AMJC_html_6341723617 AMJC_html_6341723617:961:81941:81949 Colorado Uinta Mountains -0.0340313466956898014 +59513 cspg_html_1114211412 cspg_html_1114211412:68:10052:10069 Gething Lacombe, Alberta -0.463435584788403632 +59514 geology_html_6598395476 geology_html_6598395476:188:18049:18053 Bond North Sea -0.461171691164054931 +59515 jgeology_html_3171318738 jgeology_html_3171318738:121:5834:5857 Lowland Creek Volcanics Boise, Idaho -0.498374324087579645 +59516 aapg_ae_789.html aapg_ae_789.html:20:3408:3425 Wabamun Edmonton, London -0.0299260395523841712 +59517 cspg_html_9060847110 cspg_html_9060847110:17:2385:2406 Rocky Brook Cape Breton Island -0.457691392417615917 +59518 aapg_ad_220.html aapg_ad_220.html:407:42722:42727 Logan Perth, Western Australia -0.00504308419121407819 +59519 aapg_ai_962.html aapg_ai_962.html:14:2390:2394 Word New Mexico -0.0350961840937315667 +59520 cspg_html_2703495345 cspg_html_2703495345:6:375:382 Glenelg Canada -0.443782030321690002 +59521 gsa_html_2220556952 gsa_html_2220556952:821:96956:96975 Pansy Lee Conglomerate Sonoma, California -0.0344245588872295546 +59522 aapg_aa_16.html aapg_aa_16.html:99:11382:11403 Willow Tank Sevier orogeny -0.231258069655693288 +59523 cspg_html_5170528958 cspg_html_5170528958:169:26694:26712 Grosmont Canada -0.464405306663695727 +59524 aapg_ae_319.html aapg_ae_319.html:598:50648:50654 Carmel Uinta Mountains -0.439098796420780313 +59525 aapg_ae_26.html aapg_ae_26.html:22:3751:3765 Kope Bloomington, Indiana -0.46687889797168336 +59526 aapg_ac_743.html aapg_ac_743.html:34:4561:4575 Lyre Washington (state) -0.518086119858462979 +59527 cspg_html_6383234409 cspg_html_6383234409:420:42072:42092 Blue Fiord Ellesmere Island -0.244589702551988558 +59528 aapg_ae_620.html aapg_ae_620.html:74:13214:13233 Athabasca Montgomery (town), New York -0.491897481315385909 +59529 aapg_ah_856.html aapg_ah_856.html:18:2663:2677 Tactic Santa Rosa, California -0.447242908821281704 +59530 gsa_html_4438819447 gsa_html_4438819447:808:77259:77267 Colorado Denver -0.0386046469573407755 +59531 cspg_html_5541937700 cspg_html_5541937700:207:29526:29543 Bluesky Lacombe, Alberta -0.501579132025020247 +59532 sedimentology_html_9912946355 sedimentology_html_9912946355:309:18718:18724 Espada Mandeville, Jamaica -0.484310536940914471 +59533 sedimentology_html_1366098781 sedimentology_html_1366098781:28:1794:1800 Oregon Salem, Oregon -0.467980749597819323 +59534 aapg_ae_415.html aapg_ae_415.html:687:85494:85499 Byram Mississippi River -0.234449165578293484 +59535 aapg_ak_135.html aapg_ak_135.html:135:23568:23583 Catalina Schist San Nicolas Island -0.0511459597781269287 +59536 gsa_html_7884891021 gsa_html_7884891021:202:24812:24829 Montevideo Gneiss Montevideo, Minnesota -0.506274119189383809 +59537 aapg_ae_875.html aapg_ae_875.html:377:43052:43067 Coamo San Juan, Argentina -0.466718659783226908 +59538 aapg_ae_985.html aapg_ae_985.html:3:448:470 Seven Rivers New Mexico -0.0164252377233713442 +59539 palaios_html_9359679595 palaios_html_9359679595:161:13095:13111 Dunlap Reno, Nevada -0.0438192319420972476 +59540 cspg_html_6306091047 cspg_html_6306091047:67:12340:12348 Columbia Lacombe, Alberta -0.0406396375841217364 +59541 cspg_html_1191211339 cspg_html_1191211339:6:511:547 Lodgepole Regina, Saskatchewan -0.426501543042148601 +59542 geology_html_1523318259 geology_html_1523318259:228:24791:24799 Colorado Cheyenne, Wyoming -0.0203460739927139034 +59544 aapg_ae_454.html aapg_ae_454.html:180:14901:14908 Bossier Franklin County, Ohio -0.464569693827358687 +59545 aapg_ad_921.html aapg_ad_921.html:61:8023:8044 Clays Ferry Kentucky -0.246031252167905556 +59546 aapg_ah_827.html aapg_ah_827.html:380:51747:51755 Colorado Nebraska -0.0575132711788683623 +59547 gsa_html_4438819447 gsa_html_4438819447:897:84042:84070 Green River Colorado -0.0275887108223223723 +59548 aapg_ac_333.html aapg_ac_333.html:1220:146438:146464 Elephant Canyon New Mexico -0.00440204655713307986 +59549 AMJC_html_1873062106 AMJC_html_1873062106:259:36856:36878 Burro Canyon Sevier orogeny 0.00348653482604391416 +59550 cspg_html_4343998218 cspg_html_4343998218:162:18016:18041 Stony Mountain Manitoba 0.0936863007494080913 +59551 aapg_ai_720.html aapg_ai_720.html:338:36405:36417 Wilcox Texas -0.482688821665931855 +59552 aapg_ai_975.html aapg_ai_975.html:1022:83435:83445 Fort Worth New Braunfels, Texas -0.0223919711537192666 +59553 cspg_html_6566356550 cspg_html_6566356550:53:9606:9614 Columbia Canada -0.42655631436454855 +59554 geology_html_3998068282 geology_html_3998068282:11:600:608 Montreal Quebec City -0.00280034052174977849 +59555 aapg_aa_44.html aapg_aa_44.html:17:2044:2052 Moenkopi Logan, Utah 1.14419605142764924 +59556 sedimentology_html_6425376816 sedimentology_html_6425376816:1362:112994:113022 San Andres New Mexico -0.456479975332736432 +59557 sedimentology_html_3455721661 sedimentology_html_3455721661:87:8645:8652 Entrada Western world -0.449575401198261781 +59558 gsa_html_1914392923 gsa_html_1914392923:110:12203:12224 Palm Spring Western world -0.455536877615232372 +59559 aapg_af_579.html aapg_af_579.html:20:2897:2911 Junction Creek Logan, Utah -0.499246281017071747 +59560 palaios_html_8029736168 palaios_html_8029736168:925:81972:82000 Paskapoo Canada -0.447133159014188541 +59561 gsa_html_6039599383 gsa_html_6039599383:71:6978:7008 Perry Passamaquoddy Bay -0.507380013179488221 +59562 aapg_ai_250.html aapg_ai_250.html:10:1287:1304 Manitou Brainerd, Minnesota -0.0526522468339780461 +59563 aapg_ae_844.html aapg_ae_844.html:61:4929:4947 Ute Wasatch Range -0.451733774163315116 +59564 aapg_ae_354.html aapg_ae_354.html:101:11160:11204 Hinsdale Mancos, Colorado -0.0338921598886321312 +59565 aapg_ah_318.html aapg_ah_318.html:2203:194039:194058 La Casita Durango, Durango -0.478307979059971577 +59566 cspg_html_9354781888 cspg_html_9354781888:318:34035:34069 Halfway Victoria, British Columbia -0.450608983410958508 +59567 gsa_html_4220229801 gsa_html_4220229801:689:57050:57056 Oregon Boise, Idaho -0.482963947665808413 +59568 aapg_ah_371.html aapg_ah_371.html:175:13803:13808 Eutaw Tuscaloosa, Alabama -0.481882602967476315 +59569 aapg_ah_774.html aapg_ah_774.html:662:61007:61025 Bluff Chilton, Wisconsin -0.474009171210690694 +59570 aapg_ah_290.html aapg_ah_290.html:302:34494:34521 Columbia Washington (state) -0.451913869834985604 +59571 aapg_ah_52.html aapg_ah_52.html:454:64171:64183 Moreno California -0.471193362251331016 +59572 cspg_html_9717154602 cspg_html_9717154602:229:34765:34782 Bearpaw Alerta -0.16932668090572045 +59573 geology_html_2881397713 geology_html_2881397713:58:4558:4582 Montoya New Mexico -0.475085351012185853 +59574 aapg_ae_970.html aapg_ae_970.html:45:5680:5686 Saugus Saugus, Massachusetts -0.122899029491039244 +59575 aapg_aa_302.html aapg_aa_302.html:389:47914:47921 Oquirrh Logan, Utah 0.388999570662946215 +59576 aapg_ai_297.html aapg_ai_297.html:536:62850:62871 Pungo River North Carolina -0.0144303273551577363 +59577 jgeology_html_5090133589 jgeology_html_5090133589:1087:64814:64831 Chinle New Mexico -0.451875596518584666 +59578 gsa_html_2168907540 gsa_html_2168907540:351:38991:38997 Satsop Republic of China -0.480602591853576067 +59579 gsa_html_3199774259 gsa_html_3199774259:294:33900:33909 Peninsula Canada -0.0234576033289263484 +59580 aapg_ah_871.html aapg_ah_871.html:595:66128:66135 Pamelia Lowville (town), New York -0.0210882710852193268 +59581 aapg_ac_837.html aapg_ac_837.html:258:23348:23368 Phosphoria Cheyenne, Wyoming -0.484681979003720342 +59582 aapg_ac_807.html aapg_ac_807.html:413:42281:42288 Raritan Patapsco River -0.0769964726355744783 +59583 cspg_html_4773367370 cspg_html_4773367370:199:17742:17759 Cantuar Lacombe, Alberta -0.481870957939069144 +59584 AMJC_html_7174101972 AMJC_html_7174101972:621:63612:63615 Arc London, Ontario -0.46105569042928074 +59585 geology_html_4331833824 geology_html_4331833824:226:18733:18737 Bond North Atlantic Current -0.463478914486847693 +59586 aapg_ad_785.html aapg_ad_785.html:91:9560:9568 Colorado Colorado Springs, Colorado -0.0349152239847350387 +59587 aapg_af_509.html aapg_af_509.html:229:30806:30823 Florida Mountains New Mexico -0.0651025153851810395 +59588 sedimentology_html_6434577006 sedimentology_html_6434577006:160:11139:11148 Gog Mount Assiniboine Provincial Park -0.464405306663695727 +59589 aapg_ae_330.html aapg_ae_330.html:20:2791:2799 Onondaga Onondaga (tribe) 0.0113583166753052998 +59590 cspg_html_5219548415 cspg_html_5219548415:6:321:329 Columbia Victoria, British Columbia -0.499182100648293381 +59591 aapg_ae_181.html aapg_ae_181.html:168:24112:24128 Ripley Alabama -0.479438267468745405 +59592 geology_html_2562015533 geology_html_2562015533:16:929:941 Saskatchewan Regina, Saskatchewan 0.00311824777620780874 +59593 aapg_ad_575.html aapg_ad_575.html:284:34700:34715 Weber Colorado -0.428967178358428958 +59594 gsa_html_5274400800 gsa_html_5274400800:619:50542:50560 Monterey California 0.00351085571163325515 +59595 cspg_html_7963093032 cspg_html_7963093032:438:46597:46609 Beaver Mines Victoria, British Columbia -0.448377013151321557 +59596 aapg_ae_644.html aapg_ae_644.html:70:8138:8155 Hosston Mississippi River -0.257483227596459141 +59597 aapg_aa_116.html aapg_aa_116.html:28:4157:4165 Edmonton Houston -0.0275887108223223723 +59598 aapg_aa_960.html aapg_aa_960.html:269:22193:22200 Wingate New Mexico -0.463636287457712182 +59599 aapg_ac_592.html aapg_ac_592.html:107:11957:11975 Sundance Cheyenne, Wyoming 0.131293131987189754 +59600 gsa_html_3225734041 gsa_html_3225734041:100:9421:9442 Wissahickon Maryland -0.455536877615232372 +59601 aapg_af_97.html aapg_af_97.html:99:12300:12319 Dillsboro Cross Plains, Wisconsin -0.482280957733571936 +59602 cspg_html_9060847110 cspg_html_9060847110:185:26626:26640 Anguille Hampden Park -0.501793700638435203 +59603 jgeology_html_3196624419 jgeology_html_3196624419:562:42168:42178 Brightseat Virginia -0.465641239344597002 +59604 aapg_ai_981.html aapg_ai_981.html:243:20676:20682 Lissie Texas -0.0459076709606554625 +59605 jgeology_html_6203799132 jgeology_html_6203799132:1147:67768:67773 Rapid Cordillera Blanca -0.502783815794125233 +59606 AMJC_html_5421639085 AMJC_html_5421639085:430:46452:46474 Gorge Sykesville, Maryland -0.0492966446441219716 +59607 gsa_html_1266138577 gsa_html_1266138577:478:42468:42487 Harkless Salinas Valley -0.0821555370094037563 +59608 cspg_html_7833083677 cspg_html_7833083677:1463:125168:125173 Yukon Anchorage, Alaska -0.0412263676786630909 +59609 gsa_html_1119256423 gsa_html_1119256423:711:68586:68606 Peoria Nebraska 0.312126095766140699 +62039 aapg_af_131.html aapg_af_131.html:3:400:425 Rustler Texas -0.434978208988435311 +59610 gsa_html_7890131408 gsa_html_7890131408:694:81121:81127 Snyder California -0.480807266046245518 +59611 aapg_ad_379.html aapg_ad_379.html:627:51567:51573 Carmel Logan, Utah 0.0268027363339589375 +59612 cspg_html_6985536436 cspg_html_6985536436:614:78541:78562 Christopher Banks Island -0.00263356980843801889 +59613 aapg_ae_319.html aapg_ae_319.html:707:59581:59587 Carmel Carmel, Indiana -0.478284785297837578 +59614 gsa_html_6117440194 gsa_html_6117440194:1103:102172:102192 Hell Creek Northern Great Plain -0.437005217650049682 +59615 palaios_html_3415407632 palaios_html_3415407632:257:25075:25104 Winnipeg Williston Basin -0.0499188423304163867 +59616 sedimentology_html_1439786368 sedimentology_html_1439786368:456:56834:56838 Bell Carnarvon National Park -0.450608983410958508 +59617 aapg_ah_168.html aapg_ah_168.html:247:22921:22941 Wood River Boise, Idaho 0.445832839489408883 +59618 geology_html_4334622851 geology_html_4334622851:50:6889:6897 Colorado Pueblo, Colorado -0.048597821756073703 +59619 palaios_html_3022467877 palaios_html_3022467877:354:39506:39523 Tinton Navesink River -0.495853839651622219 +59620 gsa_html_1024107776 gsa_html_1024107776:537:54248:54267 Claremont Bridgetown, Nova Scotia -0.467130759519596039 +59621 aapg_ad_351.html aapg_ad_351.html:19:2275:2281 Warsaw Missouri River 0.669286514555408552 +59622 aapg_ah_283.html aapg_ah_283.html:172:18968:18990 Skookumchuck Washington (state) -0.407549780489566693 +59623 aapg_ae_876.html aapg_ae_876.html:162:15917:15948 Cedar Mountain Cedar Mountains -0.484359586108593421 +59624 aapg_af_734.html aapg_af_734.html:432:60334:60342 Colorado Denver -0.459887424332023564 +59625 aapg_af_18.html aapg_af_18.html:9:1440:1457 Lakota Black Hills -0.433864776993285517 +59626 aapg_ah_93.html aapg_ah_93.html:238:32478:32490 Water Canyon Maywood, California -0.0392835092525669338 +59627 aapg_ai_322.html aapg_ai_322.html:232:20728:20738 San Andres Providencia Island -0.0102845739324916134 +59628 aapg_ah_134.html aapg_ah_134.html:77:6917:6928 Haynesville Cotton Valley, Louisiana -0.411295305764214247 +59629 aapg_ah_411.html aapg_ah_411.html:74:10006:10012 Dakota Lacombe, Alberta -0.397566150076938241 +59630 gsa_html_5879695606 gsa_html_5879695606:928:66160:66168 Colorado San Juan, Argentina -0.482987267474293158 +59631 AMJC_html_1873062106 AMJC_html_1873062106:1219:124705:124723 Morrison Garfield County, Colorado -0.416224917949125084 +59632 aapg_af_854.html aapg_af_854.html:1295:185339:185349 Batesville Illinois 0.348047914374606304 +59633 cspg_html_2419618566 cspg_html_2419618566:188:27326:27344 Starbird Middle East -0.482931300996293389 +59634 aapg_ae_153.html aapg_ae_153.html:743:92039:92057 Moenkopi Logan, Utah -0.263692538271054822 +59635 aapg_ai_321.html aapg_ai_321.html:28:3409:3416 Esquias Tegucigalpa -0.428824418473081392 +59636 cspg_html_6715452766 cspg_html_6715452766:24:4418:4440 Eureka Sound Ellesmere Island -0.46878567237532498 +59637 palaios_html_5582845937 palaios_html_5582845937:17:667:675 Virginia Chesapeake Bay -0.467980749597819323 +59638 cspg_html_1934220426 cspg_html_1934220426:68:8478:8501 Lone Mountain Western world -0.487818790090823073 +59639 aapg_af_561.html aapg_af_561.html:287:24569:24588 Sundance Wasatch Range 0.00705309740274946695 +59640 aapg_aa_267.html aapg_aa_267.html:79:7121:7147 Greenbrier Preston County, West Virginia -0.0832984827182677856 +59641 aapg_af_18.html aapg_af_18.html:560:57610:57633 Dakota Cheyenne, Wyoming -0.485780894532253815 +59642 aapg_ac_199.html aapg_ac_199.html:152:19299:19313 Rome Chestnut Ridge, New York -0.438450704245630596 +59643 AMJC_html_8364727089 AMJC_html_8364727089:100:11321:11327 Sierra Merced River -0.482430096983488987 +59644 aapg_ai_333.html aapg_ai_333.html:13:1939:1947 Virginia California -0.0801508059237554388 +59645 aapg_ah_96.html aapg_ah_96.html:167:19931:19939 Deadwood Winnipeg 0.705069966832964301 +59646 aapg_ad_175.html aapg_ad_175.html:235:21824:21832 Gunsight Texas -0.418516567191767941 +59647 gsa_html_7102550258 gsa_html_7102550258:224:22958:22974 Chinle Logan, Utah -0.222951629114019417 +59648 aapg_ah_529.html aapg_ah_529.html:193:17929:17944 Bliss New Mexico -0.443465209869809307 +59649 aapg_aa_44.html aapg_aa_44.html:250:32688:32694 Chinle Chinle Formation -0.327139412109283378 +59650 gsa_html_7102550258 gsa_html_7102550258:1289:125049:125066 Entrada Colorado -0.0353624097936946907 +59651 aapg_ae_958.html aapg_ae_958.html:1812:156131:156152 Bluff Carlsbad, New Mexico -0.457899875343460883 +59652 aapg_aa_544.html aapg_aa_544.html:366:49024:49045 Green River Western world -0.0164009085472750712 +59653 cspg_html_5576979800 cspg_html_5576979800:37:6254:6275 Lawrence Guelph -0.0596859178207084368 +59654 gsa_html_7797980813 gsa_html_7797980813:444:32274:32279 Ascot Middle Ordovician -0.450829332903146696 +59655 cspg_html_3521815736 cspg_html_3521815736:416:58752:58769 Halfway Lacombe, Alberta -0.00149397449100649102 +59656 aapg_ad_351.html aapg_ad_351.html:104:11452:11472 Northview Sedalia, Missouri -0.468317764612058318 +59657 jgeology_html_4305195651 jgeology_html_4305195651:3856:251707:251728 Mauch Chunk Pennsylvania -0.443715087361728711 +59658 cspg_html_8363357104 cspg_html_8363357104:414:52902:52923 Survey Peak Mount Wilson Observatory -0.440387442871438828 +59659 aapg_aa_357.html aapg_aa_357.html:208:17748:17756 Colorado San Juan, Argentina -0.0732877688136268635 +59660 aapg_ac_486.html aapg_ac_486.html:541:65646:65652 Dakota Denver -0.00108399958960863079 +59661 aapg_ac_333.html aapg_ac_333.html:359:46840:46848 Colorado Ouray, Colorado -0.463253167093327645 +59662 palaios_html_8064020973 palaios_html_8064020973:489:59319:59335 Chinle Colorado -0.465888175365361257 +59663 AMJC_html_6539706032 AMJC_html_6539706032:1307:121969:121976 Shuswap Victoria, British Columbia -0.48312719960823608 +59664 palaios_html_3796939457 palaios_html_3796939457:380:38052:38085 Morrison Cheyenne, Wyoming -0.445273887467667717 +59665 aapg_ah_231.html aapg_ah_231.html:146:14134:14143 Smackover Paluxy, Texas -0.437337570121169472 +59666 cspg_html_6517402834 cspg_html_6517402834:34:4038:4046 Scollard Lacombe, Alberta 0.913041794569134146 +59667 cspg_html_6873686255 cspg_html_6873686255:280:29812:29829 Cardium Lacombe, Alberta -0.460953349343471763 +59668 aapg_aa_702.html aapg_aa_702.html:1149:129334:129340 Jordan Regina, Saskatchewan -0.449937021729037434 +59669 aapg_ai_763.html aapg_ai_763.html:56:7285:7302 Schuler East Texas -0.481673016532011111 +59670 aapg_ac_881.html aapg_ac_881.html:680:79732:79740 Colorado Missouri River -0.074218626882596575 +59671 cspg_html_7201476813 cspg_html_7201476813:412:51466:51493 Deadwood Renville County, Minnesota -0.408721423065216971 +59672 geology_html_1085819429 geology_html_1085819429:127:12493:12509 Dakota Nebraska -0.466567604644266332 +59673 aapg_ac_945.html aapg_ac_945.html:89:8083:8109 Nepean Ottawa, Kansas -0.235366042543586118 +59674 aapg_ae_73.html aapg_ae_73.html:417:54934:54947 Ralston Creek Entrada Sandstone -0.463307888475886887 +59675 palaios_html_5321533010 palaios_html_5321533010:418:46283:46289 Reston Virginia -0.00514558121477792525 +64997 aapg_aa_4.html aapg_aa_4.html:96:12150:12167 Genesee Moscow -0.449431691216236939 +59676 gsa_html_2644431875 gsa_html_2644431875:60:3997:4025 Green River Colorado -0.0130645631501062637 +59677 palaios_html_2621173808 palaios_html_2621173808:189:20576:20591 Liard Victoria, British Columbia -0.453180049702502807 +59678 aapg_ad_870.html aapg_ad_870.html:324:38901:38907 Salina Ohio -0.0261524278400712858 +59679 aapg_aa_172.html aapg_aa_172.html:541:64012:64021 Gibraltar Mid-Atlantic Ridge -0.0362655388970657272 +59680 cspg_html_4269474759 cspg_html_4269474759:6:518:530 Willow Creek Bearpaw Formation -0.423164225946506323 +59681 cspg_html_9803204564 cspg_html_9803204564:291:36879:36892 Dawson Canyon Shortland Islands -0.0289590583087490083 +59682 gsa_html_5250670372 gsa_html_5250670372:673:49135:49164 Dunvegan Victoria, British Columbia -0.013877758051455481 +59683 aapg_ah_647.html aapg_ah_647.html:213:21839:21855 Abrigo Arizona -0.0173254356777415887 +59684 palaios_html_3065462369 palaios_html_3065462369:497:50468:50480 Borden Bloomington, Indiana -0.0214063649157180402 +59685 aapg_ad_401.html aapg_ad_401.html:132:9625:9645 Fort Union Burke County, Georgia -0.487431918821373489 +59686 cspg_html_7201476813 cspg_html_7201476813:202:24685:24707 Winnipegosis Manitoba -0.421506447163941034 +59687 cspg_html_8917306391 cspg_html_8917306391:486:45357:45366 Mackenzie Lacombe, Alberta -0.446029671493266278 +59688 aapg_ae_985.html aapg_ae_985.html:42:3705:3733 Arroyo Guadalupe Mountains National Park -0.046510437316175636 +59689 aapg_ak_55.html aapg_ak_55.html:121:12659:12666 Bedford Lycoming County, Pennsylvania -0.0405821853026711934 +59690 gsa_html_1040524378 gsa_html_1040524378:565:66092:66098 Casper Cheyenne, Wyoming -0.0400668715535646355 +59691 sedimentology_html_6550726957 sedimentology_html_6550726957:30:2216:2226 Washington Wa (Japan) -0.0309035312152589614 +59692 cspg_html_6159840831 cspg_html_6159840831:311:37844:37861 Wapiabi Lacombe, Alberta -0.489932094547215424 +59693 aapg_ae_75.html aapg_ae_75.html:43:7337:7341 Earp Rift Valley lakes -0.228368784446275896 +59694 cspg_html_9771826320 cspg_html_9771826320:799:120476:120501 Strathcona Fiord District Council of Franklin Harbour -0.00961046045389274753 +59695 aapg_af_779.html aapg_af_779.html:24:3996:4015 Coldwater Ellsworth, Maine -0.479521879225688563 +59696 aapg_ah_754.html aapg_ah_754.html:124:14342:14350 Comox Newberry, South Carolina -0.492293463530367514 +59697 cspg_html_6116883777 cspg_html_6116883777:1530:192920:192926 Ludlow Canadian Arctic Archipelago -0.01912594516902133 +59698 geology_html_6414512469 geology_html_6414512469:9:366:374 Colorado Rio Grande -0.0146249457170983255 +59699 aapg_af_833.html aapg_af_833.html:514:56593:56601 Cloverly Greybull, Wyoming 0.502891248467273955 +59700 aapg_ae_147.html aapg_ae_147.html:596:63384:63392 Virginia Newport, Rhode Island -0.0446343409079277068 +59701 cspg_html_3962754176 cspg_html_3962754176:37:5299:5310 Peace River Lacombe, Alberta -0.428791476930725279 +59702 gsa_html_4520182275 gsa_html_4520182275:1056:111796:111802 Hadley Yokohama -0.0268166470016257402 +59703 aapg_aa_622.html aapg_aa_622.html:136:16649:16660 Uinta Uinta Mountains -0.442720440658756875 +59704 aapg_ac_973.html aapg_ac_973.html:87:12529:12542 Woodbine East Texas -0.448529529594894116 +59705 aapg_ac_313.html aapg_ac_313.html:556:62880:62897 Icaiche Mexico -0.0168874970090907538 +59706 aapg_aa_37.html aapg_aa_37.html:727:66226:66234 Robinson Reno, Nevada -0.0600280242274353476 +59707 gsa_html_4308966435 gsa_html_4308966435:976:100311:100323 Red Mountain Boise, Idaho 0.00299316941719320615 +59708 aapg_aa_684.html aapg_aa_684.html:220:21474:21494 Popo Agie Cheyenne, Wyoming -0.408091358709371355 +59709 aapg_af_854.html aapg_af_854.html:923:130575:130582 Renault Bloomington, Indiana 0.00403028171567929548 +59710 aapg_ae_535.html aapg_ae_535.html:30:3985:4003 Sitkinak Kodiak Island -0.473778404154942046 +59711 aapg_aa_112.html aapg_aa_112.html:134:13458:13498 Madison Cheyenne, Wyoming -0.458031335089754243 +59712 cspg_html_5697056884 cspg_html_5697056884:40:3989:4017 Saskatchewan Western world -0.491068403850714985 +59713 geology_html_9314524367 geology_html_9314524367:131:14151:14174 Sailor Canyon Reno, Nevada -0.443692774120845845 +59714 palaios_html_4514701655 palaios_html_4514701655:239:31441:31446 Rapid Coralville, Iowa -0.0376282120976162635 +59715 aapg_aa_295.html aapg_aa_295.html:12:1695:1705 Waynesburg Washington (state) -0.432267625462602723 +59716 aapg_ai_952.html aapg_ai_952.html:65:9989:10006 Ivishak North Slope Borough, Alaska -0.0128247793458777584 +59717 aapg_ah_339.html aapg_ah_339.html:73:7528:7538 Montgomery Illinois -0.0684996075699447898 +59718 aapg_ae_777.html aapg_ae_777.html:633:72784:72808 Espiritu Santo Sangre de Cristo Range -0.438219985696652659 +59719 cspg_html_9354781888 cspg_html_9354781888:1510:95192:95199 Halfway Victoria, British Columbia -0.444871652179790411 +59720 aapg_ad_865.html aapg_ad_865.html:147:15752:15756 Rico San Juan County, Utah -0.0460783921822131154 +59721 aapg_ah_10.html aapg_ah_10.html:37:5392:5403 Buena Vista Lost Hills Oil Field -0.0908314159589170694 +59722 cspg_html_7769839889 cspg_html_7769839889:421:45303:45308 Yukon Canada -0.518129898545215517 +59723 aapg_ac_944.html aapg_ac_944.html:42:5312:5336 Arroyo Sangre de Cristo Range -0.508545081019182943 +59724 aapg_ae_697.html aapg_ae_697.html:347:39548:39554 Brazil Mexico -0.040395903070456575 +59725 sedimentology_html_2737382976 sedimentology_html_2737382976:1566:78234:78269 Lee Flint, Michigan -0.42193152612717999 +59726 aapg_af_575.html aapg_af_575.html:290:38460:38465 Viola Wichita, Kansas 0.45022237637671858 +59727 aapg_ae_335.html aapg_ae_335.html:43:4342:4356 Kootenai Cut Bank, Montana 0.0381625415237680371 +59728 aapg_ah_486.html aapg_ah_486.html:280:27079:27089 Pottsville Pottsville, Pennsylvania -0.00874524918188981232 +59729 aapg_ae_319.html aapg_ae_319.html:364:27941:27949 Woodside Uinta Mountains -0.465579516089382972 +59730 cspg_html_7176835767 cspg_html_7176835767:365:46853:46873 Arctic Red Sault Ste. Marie, Ontario -0.474276937415326727 +59731 cspg_html_9970905394 cspg_html_9970905394:136:15515:15533 Read Bay Cape Cod -0.397066367490228722 +59732 cspg_html_1714269019 cspg_html_1714269019:413:46533:46555 Albert New Brunswick, New Jersey -0.0145241610261636171 +59733 gsa_html_7193789775 gsa_html_7193789775:398:39753:39773 North Horn Logan, Utah -0.213839874069783192 +59734 gsa_html_7053510738 gsa_html_7053510738:364:34222:34232 Oro Grande California -0.456355529459316345 +59735 sedimentology_html_2196513122 sedimentology_html_2196513122:2323:54353:54363 Washington Seattle -0.466007095038280028 +59736 cspg_html_7552198061 cspg_html_7552198061:8:694:711 Madison Powder River Basin -0.0492670174484324749 +59737 cspg_html_8840748783 cspg_html_8840748783:728:83526:83550 Kaskapau Canada -0.0519077812744832348 +59738 aapg_ah_753.html aapg_ah_753.html:93:14376:14383 Shepody New Caledonia -0.50855469666885833 +59739 cspg_html_9941518291 cspg_html_9941518291:532:78862:78884 Devon Island Devon Island -0.466842269540434285 +59740 aapg_ae_305.html aapg_ae_305.html:1414:134513:134524 Los Cuervos Maracaibo -0.457501080653503367 +59741 gsa_html_2023933346 gsa_html_2023933346:104:9831:9850 Santiago Western world -0.491047216471885206 +59742 geology_html_8637156375 geology_html_8637156375:11:463:469 Provo Texas -0.439165406786194035 +59743 aapg_aa_254.html aapg_aa_254.html:36:4108:4127 Smackover Mississippi River 0.0121158646084473642 +59744 cspg_html_9501006975 cspg_html_9501006975:577:58743:58761 Dunvegan Victoria, British Columbia 0.0266045108097300621 +59745 sedimentology_html_9380539627 sedimentology_html_9380539627:1244:66883:66887 Hall London, Ontario -0.0641941693436773875 +59746 cspg_html_5810500722 cspg_html_5810500722:140:20187:20197 Besa River Pine River (Michigan) -0.256224004622673307 +59747 aapg_ad_69.html aapg_ad_69.html:91:6084:6106 Judith River Judith River Formation -0.484296523408030366 +59748 cspg_html_7086880709 cspg_html_7086880709:482:63660:63677 Kotcho Hay River (Canada) -0.0328900657953446335 +59749 AMJC_html_8854520503 AMJC_html_8854520503:1098:102919:102937 Niobrara Cheyenne, Wyoming 0.0145380623395336504 +59750 cspg_html_2954223000 cspg_html_2954223000:311:44664:44674 Phosphoria Chattanooga, Tennessee -0.450932780647085085 +59751 aapg_ae_789.html aapg_ae_789.html:3:287:300 Wabamun Canada 0.0168423133530892395 +59752 geology_html_4437314453 geology_html_4437314453:219:20533:20553 Cutler Logan, Utah -0.462143504710773534 +59753 cspg_html_8213243928 cspg_html_8213243928:211:27425:27432 Halifax Canada -0.0534002771689079184 +59754 geology_html_2930719042 geology_html_2930719042:25:1663:1675 Rhode Island Newport, Rhode Island -0.0581606260382664664 +59755 aapg_af_713.html aapg_af_713.html:41:4360:4365 Logan Arkansas 0.0164877985803283875 +59756 aapg_ac_215.html aapg_ac_215.html:14:1929:1938 Englewood Black Hills -0.454089094007790295 +59757 gsa_html_1636483297 gsa_html_1636483297:1062:88643:88664 Green River Cheyenne, Wyoming -0.13688603789678197 +59758 aapg_ah_621.html aapg_ah_621.html:216:28265:28270 Bluff Logan, Utah -0.53556659015745911 +59759 aapg_ah_344.html aapg_ah_344.html:262:29751:29762 Eutaw Tuscaloosa, Alabama -0.453085363047098455 +59760 cspg_html_7326798603 cspg_html_7326798603:90:11832:11845 Parry Islands Bathurst Island (Northern Territory) -0.0198680940009536566 +59761 gsa_html_8740218609 gsa_html_8740218609:801:73381:73400 Laurentian Sykesville, Maryland -0.446669666957771216 +59762 sedimentology_html_2884853283 sedimentology_html_2884853283:475:35976:36010 Noonday Dolomite California -0.456518443898076276 +59763 aapg_ac_749.html aapg_ac_749.html:50:6519:6526 Eramosa Manitoulin Island 0.519800115042494348 +59764 aapg_ah_618.html aapg_ah_618.html:57:4935:4949 Dinwoody Little Cottonwood Creek -0.420878980795922841 +59765 aapg_af_502.html aapg_af_502.html:863:95600:95621 Lake Valley New Mexico 0.790390162299374421 +59766 aapg_ac_699.html aapg_ac_699.html:7:1006:1023 El Abra Mexico -0.456371367070690814 +59767 cspg_html_6259492324 cspg_html_6259492324:323:33487:33492 Canol Kut -0.487560856421757394 +59768 aapg_af_854.html aapg_af_854.html:947:133795:133811 Bethel Illinois -0.0316445288569785835 +59769 sedimentology_html_1425353064 sedimentology_html_1425353064:580:47285:47294 Sheffield Sheffield station -0.446078886082885928 +59770 palaios_html_1834763898 palaios_html_1834763898:86:9385:9401 Noonday Dolomite Death Valley -0.442620143363224416 +59771 aapg_ah_415.html aapg_ah_415.html:119:10968:10982 Colorado Milk River, Alberta -0.485495508601457515 +59772 aapg_aa_870.html aapg_aa_870.html:592:54867:54879 Dakota Colorado -0.424774571263088097 +59773 aapg_af_77.html aapg_af_77.html:19:1773:1789 Tokio Tuscaloosa, Alabama -0.425424282088950667 +59774 geology_html_6113200258 geology_html_6113200258:188:16823:16838 Gorge Bennington, Vermont -0.47249414511500698 +59775 gsa_html_5865982995 gsa_html_5865982995:1442:151056:151088 Green River Colorado 0.875928197587741653 +59776 gsa_html_1040524378 gsa_html_1040524378:222:26856:26863 Challis Absaroka -0.477179162580930738 +59777 cspg_html_4516258038 cspg_html_4516258038:488:54804:54818 Thumb Mountain Bathurst Island (Northern Territory) -0.155986446641179527 +59778 cspg_html_5241714595 cspg_html_5241714595:73:12411:12428 Muskeg Lacombe, Alberta -0.0555785636474421807 +59779 cspg_html_1009749092 cspg_html_1009749092:151:20757:20783 Horseshoe Canyon Lethbridge -0.455482628602140449 +59780 gsa_html_9053175553 gsa_html_9053175553:65:8506:8525 Flagstaff Logan, Utah -0.0417243342632335201 +59781 aapg_ae_546.html aapg_ae_546.html:209:24826:24850 Cotton Valley Carthage, Missouri 0.0133338879149081258 +59782 aapg_ad_683.html aapg_ad_683.html:833:80744:80760 Toroweap Reno, Nevada -0.021507182733615033 +59783 cspg_html_7297340324 cspg_html_7297340324:877:96699:96708 Mackenzie Lacombe, Alberta -0.434606918343987458 +59784 sedimentology_html_3141383681 sedimentology_html_3141383681:190:28076:28084 Scotland Portugal -0.484098022941034878 +59785 cspg_html_9835215306 cspg_html_9835215306:343:32583:32596 Mountain Park Lacombe, Alberta -0.488644702559799748 +59786 aapg_ah_834.html aapg_ah_834.html:44:5554:5571 Borden Albany, New York -0.450707909241451543 +59787 cspg_html_9290046117 cspg_html_9290046117:54:7600:7620 Ellerslie Lacombe, Alberta -0.0683248098834712408 +59788 geology_html_1518005899 geology_html_1518005899:332:28669:28675 Silica Cambridge, Massachusetts -0.04677525052422285 +59789 cspg_html_4433937749 cspg_html_4433937749:10:859:873 Colorado Colorado -0.467194881190696076 +59790 aapg_ac_617.html aapg_ac_617.html:209:27776:27794 Oakville Oakville, California -0.452003931056544739 +59791 AMJC_html_9749062244 AMJC_html_9749062244:382:43894:43918 Frio San Joaquin River -0.451767539383647998 +59792 aapg_ah_337.html aapg_ah_337.html:81:9043:9064 Mt Lytton East Texas -0.033773852470743819 +59793 aapg_ae_280.html aapg_ae_280.html:147:16947:16965 Schenectady Mohawk Valley -0.0212255895810763706 +59794 aapg_ac_940.html aapg_ac_940.html:72:11591:11607 Pocono Knoxville, Tennessee -0.061047472354900531 +59795 gsa_html_6426465509 gsa_html_6426465509:652:54966:54994 Green River Colorado -0.43911211811260753 +59796 aapg_ai_573.html aapg_ai_573.html:102:17575:17584 Red River Texas -0.446011775932438015 +59797 cspg_html_4859889874 cspg_html_4859889874:403:44547:44558 Belly River Lacombe, Alberta -0.0195726214963804213 +59798 aapg_ai_835.html aapg_ai_835.html:84:9551:9578 Ingleside Matagorda Island -0.0555576320764074247 +59799 geology_html_8667067653 geology_html_8667067653:12:702:715 Santa Barbara California -0.478642038078168519 +59800 aapg_ah_83.html aapg_ah_83.html:361:44844:44864 Fall River Cheyenne, Wyoming -0.465744120990301047 +59801 aapg_ah_370.html aapg_ah_370.html:721:57379:57388 Squaw Bay Thunder Bay -0.471432653520514666 +59802 aapg_ah_393.html aapg_ah_393.html:167:18734:18744 Kananaskis Lacombe, Alberta -0.0290321011190772874 +59803 aapg_af_854.html aapg_af_854.html:194:24646:24656 Kinderhook Iowa -0.435694684676078359 +59804 aapg_ad_958.html aapg_ad_958.html:439:42989:43011 Gilmore City Salina, Kansas 1.38065252824629159 +59805 aapg_ah_343.html aapg_ah_343.html:227:26931:26940 Catahoula Tampa, Florida -0.452238132024570194 +59806 aapg_ae_959.html aapg_ae_959.html:2862:213754:213759 Hueco Wichita, Kansas -0.188199087414296168 +59807 gsa_html_8398449001 gsa_html_8398449001:585:45834:45843 Bear Lake Bear Lake, Michigan -0.118615040729352958 +59808 aapg_ah_160.html aapg_ah_160.html:128:17253:17271 Syracuse Michigan 0.0297242892223481166 +59809 cspg_html_4176605708 cspg_html_4176605708:174:17678:17689 Fish Scales Canada -0.489899180704299886 +59810 palaios_html_3977026753 palaios_html_3977026753:84:11112:11128 Oldman California -0.0169917673336638479 +59811 cspg_html_6472484014 cspg_html_6472484014:40:3337:3371 Romaine Anticosti Island -0.264727734215065458 +59812 jgeology_html_5471448181 jgeology_html_5471448181:249:22448:22469 Summerville Kayenta, Arizona 0.00662225056898444603 +59813 cspg_html_7970836465 cspg_html_7970836465:38:4460:4466 Mingan Anticosti Island -0.225762989363270522 +59814 cspg_html_4287356899 cspg_html_4287356899:329:46998:47018 Hart River Anchorage, Alaska -0.124187680710132559 +59815 gsa_html_2422494332 gsa_html_2422494332:608:61129:61135 Shasta California -0.455347020329573748 +59816 gsa_html_3069013284 gsa_html_3069013284:461:50777:50793 Chinle New Mexico -0.036255097654164431 +59817 aapg_ac_199.html aapg_ac_199.html:121:15940:15944 Rome Knoxville, Tennessee -0.234630259639209776 +59818 aapg_ac_55.html aapg_ac_55.html:174:20981:21000 Navesink Merchantville, New Jersey -0.00382529052751042712 +59819 jgeology_html_8828401378 jgeology_html_8828401378:218:12634:12638 Java East Timor -0.0158448200336194084 +59820 gsa_html_2422494332 gsa_html_2422494332:590:59923:59954 Weaverville Weaverville, California -0.433509375056355339 +59821 aapg_ah_200.html aapg_ah_200.html:479:51347:51355 Virginia Reston, Virginia -0.489889776983278402 +59822 gsa_html_4667678389 gsa_html_4667678389:506:44694:44713 Pocatello Washington (state) -0.04995370085151081 +59823 sedimentology_html_5952626645 sedimentology_html_5952626645:938:54841:54873 Grayburg West Texas -0.467194881190696076 +59824 aapg_aa_684.html aapg_aa_684.html:476:41242:41250 Richmond Cheyenne, Wyoming -0.0322951140020652852 +59825 aapg_ah_479.html aapg_ah_479.html:320:33551:33558 La Luna Venezuela -0.486436238766394913 +59826 cspg_html_3521815736 cspg_html_3521815736:255:35704:35720 Liard Western world -0.442542141875480355 +59827 aapg_ah_781.html aapg_ah_781.html:17:1973:1989 Warner Wadden Sea National Parks -0.521092876481792033 +59828 aapg_af_236.html aapg_af_236.html:4:731:742 Holdenville Seminole, Texas -0.0146249457170983255 +59829 cspg_html_9843429624 cspg_html_9843429624:895:112289:112296 Windsor Canada -0.41518503935183998 +59830 aapg_ah_530.html aapg_ah_530.html:219:25079:25086 Sly Gap Arizona -0.469051848391689397 +59831 geology_html_4860930737 geology_html_4860930737:187:18923:18931 Richmond Virginia -0.445016883536767272 +59832 aapg_ae_147.html aapg_ae_147.html:34:4672:4685 Modelo South Mountains (Arizona) -0.460146402321772174 +59833 cspg_html_4341656515 cspg_html_4341656515:391:40446:40454 Columbia Victoria, British Columbia -0.48908614313905685 +59834 AMJC_html_8402437205 AMJC_html_8402437205:12:553:563 Washington Seattle -0.0181770085033734277 +59835 gsa_html_7554994575 gsa_html_7554994575:480:48328:48348 Grandfather Mountain Blue Ridge Mountains -0.02660103319374214 +59836 aapg_ad_599.html aapg_ad_599.html:194:23592:23602 Montgomery Tioga, Texas -0.0539652755372888801 +59837 cspg_html_9771826320 cspg_html_9771826320:165:26923:26941 Eureka Sound Bylot Island Migratory Bird Sanctuary 0.0292512320169951885 +59838 sedimentology_html_8706828793 sedimentology_html_8706828793:1235:74867:74870 Arc Guadeloupe -0.473695342935840036 +59839 aapg_ad_2.html aapg_ad_2.html:602:87899:87912 Harpers Mount Alto, West Virginia -0.032535178592891574 +59840 aapg_ae_546.html aapg_ae_546.html:20:3773:3807 Cotton Valley Texas -0.403734860465849998 +59841 geology_html_5675628934 geology_html_5675628934:323:26501:26519 Provo Greece -0.469024309212410007 +59842 aapg_aa_24.html aapg_aa_24.html:616:72680:72689 Bear Lake Great Slave Lake -0.0168874970090907538 +59843 cspg_html_9692046543 cspg_html_9692046543:100:12004:12020 Viking Cheyenne, Wyoming 0.00825358073984722856 +59844 aapg_aa_644.html aapg_aa_644.html:416:37402:37418 Draney Cheyenne, Wyoming -0.487560856421757394 +59845 gsa_html_4296387685 gsa_html_4296387685:29:2796:2824 Green River Iran 0.0016902762572143259 +59846 aapg_ac_477.html aapg_ac_477.html:600:69777:69794 Cardium Lacombe, Alberta 0.00753259232389681937 +59847 cspg_html_1665574291 cspg_html_1665574291:87:14426:14451 Porcupine Calgary -0.0320063471843775108 +59848 aapg_ae_67.html aapg_ae_67.html:453:34611:34619 Colorado Colorado -0.442682549290708161 +59849 gsa_html_4716386208 gsa_html_4716386208:691:64136:64172 Lawrence Canada -0.487659330983205019 +59850 cspg_html_9330018201 cspg_html_9330018201:120:18981:19007 Windsor Elko, Nevada -0.43911211811260753 +59851 cspg_html_4636216007 cspg_html_4636216007:421:42799:42808 Hecla Bay Little Cornwallis Island -0.000627121340837813067 +59852 gsa_html_2139035730 gsa_html_2139035730:325:22637:22649 Medicine Hat Lacombe, Alberta -0.4864081422828892 +59853 cspg_html_5117208919 cspg_html_5117208919:30:2241:2303 Keg River Victoria, British Columbia -0.0494726674071195305 +59854 aapg_ah_869.html aapg_ah_869.html:38:4581:4600 Dakota Black Hills -0.423186057879705702 +59855 aapg_ah_90.html aapg_ah_90.html:208:32911:32917 Dakota Colorado 0.111792614714756197 +59856 aapg_ae_805.html aapg_ae_805.html:184:20751:20776 Pinkerton Trail Hermosa, Chicago -0.041445748202081481 +59857 cspg_html_9637099986 cspg_html_9637099986:152:18870:18879 Waterways Lacombe, Alberta -0.459022435464294998 +59858 aapg_ai_860.html aapg_ai_860.html:38:7238:7246 Virginia Knoxville, Tennessee -0.03643260021013002 +59859 gsa_html_4120839285 gsa_html_4120839285:1514:143387:143396 San Diego Mexico -0.025453465811003901 +59860 aapg_ad_947.html aapg_ad_947.html:377:39495:39522 Uinta Wichita, Kansas -0.470292003998596664 +59861 aapg_ae_959.html aapg_ae_959.html:1340:97225:97228 Abo Sacramento Mountains (California) -0.0169205158924080785 +59862 palaios_html_4736927967 palaios_html_4736927967:14:657:666 San Diego California -0.500366664778552739 +59863 geology_html_5323396367 geology_html_5323396367:12:525:531 Oregon Salem, Oregon -0.477158315306099867 +59864 aapg_ac_613.html aapg_ac_613.html:3:305:320 Mesaverde San Juan, Argentina -0.0631008461673141369 +59865 cspg_html_2058480839 cspg_html_2058480839:32:3380:3396 Shunda Elkton, Kentucky -0.0507415465108338806 +59866 sedimentology_html_5497683073 sedimentology_html_5497683073:643:45982:45988 Navajo Arizona -0.0450401829043313162 +59867 aapg_ai_997.html aapg_ai_997.html:233:15253:15262 Knoxville Sierra Nevada (Spain) -0.479475427251918496 +59868 cspg_html_9970905394 cspg_html_9970905394:153:17285:17303 Read Bay Bath, Somerset -0.463435584788403632 +59869 aapg_ae_223.html aapg_ae_223.html:416:51060:51075 Wasatch Wasatch Range 0.0198594035678857569 +59870 jgeology_html_9867650961 jgeology_html_9867650961:619:42021:42028 Garland Boddington, Western Australia -0.477204643263094197 +59871 aapg_aa_4.html aapg_aa_4.html:12:1855:1872 Genesee West Fork River -0.038712565483401136 +59872 gsa_html_7715952024 gsa_html_7715952024:525:43784:43794 Washington Richland, Washington -0.465616092314337648 +59873 aapg_ah_645.html aapg_ah_645.html:556:68215:68220 Piper Black Hills -0.57656314156282007 +59874 aapg_ad_867.html aapg_ad_867.html:83:7651:7657 Blaine Texas 0.749192671157214329 +59875 aapg_ae_220.html aapg_ae_220.html:489:53500:53508 Nacatoch Arkadelphia, Arkansas -0.424846739582848965 +59876 geology_html_4664906472 geology_html_4664906472:261:24090:24097 Andrews England -0.511015181265963236 +59877 aapg_ae_951.html aapg_ae_951.html:98:11735:11745 Rio Grande Magdalena River Valley -0.449811224417208722 +59878 aapg_ai_461.html aapg_ai_461.html:38:5250:5266 Boggy Atoka, Oklahoma -0.0466254209346723472 +59879 aapg_ac_212.html aapg_ac_212.html:92:12214:12224 Wind River Big Sandy River (Ohio River) -0.0780085770317936744 +59880 aapg_aa_306.html aapg_aa_306.html:3:400:410 Washington Washington (state) -0.0439533364124982534 +59881 aapg_ae_536.html aapg_ae_536.html:407:43408:43416 Woodbine Libya -0.401509255391847009 +59882 gsa_html_1569131616 gsa_html_1569131616:149:16866:16888 Water Island Mexico -0.462261924354454456 +59883 aapg_aa_47.html aapg_aa_47.html:338:38401:38409 Colorado Madera County, California -0.1123136583937272 +59884 aapg_ac_277.html aapg_ac_277.html:73:6835:6842 Cypress Bethel, Alaska -0.0596021394822493084 +59885 aapg_ae_345.html aapg_ae_345.html:41:3287:3297 Tuscaloosa Selma to Montgomery marches -0.430769996617996531 +59886 aapg_ac_90.html aapg_ac_90.html:128:19831:19848 Sunrise Reno, Nevada -0.452882496357985831 +59887 gsa_html_1124773713 gsa_html_1124773713:935:83951:83979 Green River Colorado -0.0105034896980181463 +59888 aapg_ac_366.html aapg_ac_366.html:350:37233:37239 Salina Salina, Kansas -0.438752499306056365 +59889 aapg_ad_2.html aapg_ad_2.html:628:92471:92485 Antietam South Mountains (Arizona) -0.43451411861660022 +59890 gsa_html_7296702308 gsa_html_7296702308:550:50818:50826 Colorado Costa Rica -0.0402548881501223546 +59891 aapg_aa_731.html aapg_aa_731.html:329:43513:43523 San Marcos Rockdale, Texas -0.460946527021081187 +59892 cspg_html_9354781888 cspg_html_9354781888:62:11851:11875 Pardonet Middle East -0.489466717154934561 +59893 aapg_ai_595.html aapg_ai_595.html:92:6687:6700 Woodbine Buda, Texas -0.0365892226375816657 +59894 cspg_html_2490951833 cspg_html_2490951833:143:20384:20406 Cooking Lake Redwater, Texas 0.705196236094122519 +59895 gsa_html_7884891021 gsa_html_7884891021:623:59038:59053 Wepawaug Schist Hartford, Connecticut -0.491084883288990137 +59896 aapg_ah_505.html aapg_ah_505.html:1689:140361:140369 Colorado Denver -0.0129759471663572871 +59897 aapg_ad_379.html aapg_ad_379.html:806:66440:66450 San Miguel Colorado -0.484191429205932 +59898 aapg_ac_624.html aapg_ac_624.html:33:3877:3885 Cuyahoga Knox County, Illinois 0.164288169414448043 +59899 geology_html_1719128861 geology_html_1719128861:387:27566:27587 Chancellor Ottawa, Kansas -0.45417711448712661 +59900 aapg_ad_958.html aapg_ad_958.html:920:96502:96508 Keokuk Burlington, Ontario -0.0425531787403144943 +59901 gsa_html_6441142238 gsa_html_6441142238:94:9336:9358 Prairie Platteville, Colorado -0.457840951353905012 +59902 aapg_ae_454.html aapg_ae_454.html:234:19100:19107 Schuler Arkansas -0.0765342661116370782 +59903 cspg_html_3479964618 cspg_html_3479964618:231:25434:25439 Yukon Williston Basin -0.485336482309537631 +59904 sedimentology_html_2390782682 sedimentology_html_2390782682:486:39796:39804 Homewood Switzerland -0.491282661525563435 +59905 aapg_ae_705.html aapg_ae_705.html:594:59450:59468 Vaqueros Channel Islands of California 0.00313388258007131059 +59906 aapg_ac_506.html aapg_ac_506.html:296:37884:37902 Onondaga Roane County, Tennessee -0.0497759240720029236 +59907 cspg_html_5973552270 cspg_html_5973552270:141:17455:17474 Waterways Lacombe, Alberta -0.463362613223226583 +59908 cspg_html_3190144626 cspg_html_3190144626:15:1420:1439 Ireton Wood River (Oregon) -0.424269545188154129 +59909 palaios_html_7841806577 palaios_html_7841806577:464:50649:50666 Lehman Logan, Utah -0.251442780069280836 +59910 cspg_html_9290046117 cspg_html_9290046117:560:69067:69088 Cloverly Cheyenne, Wyoming -0.471888407816635713 +59911 cspg_html_9683836416 cspg_html_9683836416:68:12224:12250 Belly River Lacombe, Alberta 0.0121610400561059945 +59912 cspg_html_9951421861 cspg_html_9951421861:179:26897:26909 Grand Rapids Clearwater, Florida -0.435679199475508039 +59913 sedimentology_html_7328045802 sedimentology_html_7328045802:44:3484:3508 Perry Portland, Maine -0.0365561577052215814 +59914 aapg_ae_876.html aapg_ae_876.html:296:30758:30778 Purgatoire Cheyenne, Wyoming 0.0132661220895765857 +59915 gsa_html_9603601502 gsa_html_9603601502:1078:74835:74856 Robitaille Quebec City -0.485546964607742992 +59916 gsa_html_3720789279 gsa_html_3720789279:860:84881:84887 Oregon Salem, Oregon -0.0390380689308100493 +59917 gsa_html_2220556952 gsa_html_2220556952:978:110229:110237 Columbia Berlin -0.452927573923113447 +59918 geology_html_2422572737 geology_html_2422572737:120:8724:8734 San Miguel Ilopango International Airport -0.0341270386384278437 +59919 gsa_html_3436154175 gsa_html_3436154175:1110:88673:88701 Green River Cheyenne, Wyoming -0.0237009875122112385 +59920 aapg_af_704.html aapg_af_704.html:186:17614:17623 Interlake Red River of the North -0.413013530266095219 +59921 aapg_ad_649.html aapg_ad_649.html:97:12538:12550 Beaver Creek Kirkwood, Missouri -0.441637804770763531 +59922 aapg_ac_782.html aapg_ac_782.html:30:5595:5608 Barnett Fort Worth, Texas 0.819672974609171989 +59923 cspg_html_7297340324 cspg_html_7297340324:37:6296:6311 Gates Colombia -0.467870731747513147 +59924 cspg_html_7587979364 cspg_html_7587979364:214:17273:17282 Keg River Lacombe, Alberta -0.447189152172129289 +59925 aapg_ah_750.html aapg_ah_750.html:113:15548:15556 San Jose San Jose, California -0.425402399125748287 +59926 cspg_html_8520409981 cspg_html_8520409981:18:2210:2220 Dawson Bay Manitoba -0.384226146960706783 +59927 aapg_ah_536.html aapg_ah_536.html:179:23742:23759 Hosston East Texas 0.399823558487824027 +59928 aapg_ae_576.html aapg_ae_576.html:654:56615:56619 Peel Greenland -0.481009662118558667 +59929 aapg_ae_877.html aapg_ae_877.html:180:16819:16844 Beaverhill Swan Hill, Victoria -0.456479975332736432 +59930 geology_html_9248989380 geology_html_9248989380:264:22488:22526 Kingston Peak Death Valley -0.491049570598957486 +59931 cspg_html_2863271815 cspg_html_2863271815:27:3930:3942 Salina Guelph -0.439098796420780313 +59932 gsa_html_7296412338 gsa_html_7296412338:968:84360:84372 Owens Valley Mojave Desert 0.369301157692115745 +59933 aapg_ai_980.html aapg_ai_980.html:784:71320:71327 Rierdon Devon -0.444871652179790411 +59934 aapg_ak_137.html aapg_ak_137.html:449:48091:48101 Whitewater Mississippi River -0.486794549910148755 +59935 cspg_html_4326384800 cspg_html_4326384800:215:26381:26392 Peace River Lacombe, Alberta -0.476033304431228654 +59936 cspg_html_6140605204 cspg_html_6140605204:379:55006:55009 Elk Kootenay River -0.467870731747513147 +59937 aapg_ac_182.html aapg_ac_182.html:64:9969:9991 Allen Ridge Pine Ridge Indian Reservation -0.505150548331609439 +59938 geology_html_4117187879 geology_html_4117187879:384:27501:27505 Elko Reno, Nevada -0.45184182728382527 +59939 aapg_ac_333.html aapg_ac_333.html:873:106730:106744 Yeso Colorado Plateau -0.00680987700292186304 +59940 aapg_ac_484.html aapg_ac_484.html:3:451:457 Pleito San Joaquin River -0.0632789777746218668 +59941 aapg_ah_876.html aapg_ah_876.html:641:80023:80037 Rodessa Panola County, Mississippi -0.211213209629202009 +59942 sedimentology_html_2550885329 sedimentology_html_2550885329:16:1164:1184 Swan Hills Lacombe, Alberta -0.455229509631582041 +59943 cspg_html_1462870252 cspg_html_1462870252:825:93409:93429 Swan Hills Canada -0.466759861116235797 +59944 geology_html_7594699567 geology_html_7594699567:12:454:464 Pittsburgh Pennsylvania -0.0406396375841217364 +59945 gsa_html_3542448939 gsa_html_3542448939:12:537:545 Colorado Denver -0.4852429512232731 +59946 gsa_html_7173708345 gsa_html_7173708345:164:12379:12400 Forest Fairbanks, Alaska -0.469038078694436811 +59947 sedimentology_html_2502349116 sedimentology_html_2502349116:410:45919:45923 Hall London, Ontario -0.476519241639526414 +59948 sedimentology_html_6710538369 sedimentology_html_6710538369:621:56404:56408 Hall London, Ontario -0.469051848391689397 +59949 cspg_html_1222040397 cspg_html_1222040397:264:35809:35824 Skoki Rocky Mountains -0.461390086357821749 +59950 aapg_aa_147.html aapg_aa_147.html:642:66452:66462 Moose Lake Inwood, New York -0.00549476708285740172 +59951 gsa_html_2584301292 gsa_html_2584301292:346:31735:31756 Peoria Peoria, Illinois -0.409390633417001881 +59952 aapg_af_494.html aapg_af_494.html:205:22153:22163 Boas River Southampton Island 0.0153165479821608438 +59953 cspg_html_9435196958 cspg_html_9435196958:43:2251:2263 Saskatchewan Regina, Saskatchewan -0.0334258967197983703 +59954 aapg_ai_1.html aapg_ai_1.html:176:16241:16270 Molas San Juan Mountains -0.195857737299332785 +59955 sedimentology_html_9906287852 sedimentology_html_9906287852:433:40292:40297 Trail Colorado -0.0550552936469841589 +59956 gsa_html_5601712699 gsa_html_5601712699:756:67375:67383 Rockwell Los Angeles -0.47249414511500698 +59957 aapg_ae_98.html aapg_ae_98.html:6:583:607 Cedar Mountain Phoenix, Arizona -0.449656248007914428 +59958 aapg_ae_786.html aapg_ae_786.html:299:38690:38710 Rio Grande Peru, Indiana -0.490016735996709807 +59959 cspg_html_5541725202 cspg_html_5541725202:359:49938:49954 Cumberland Cumberland, Maryland -0.43797158338019293 +59960 cspg_html_7281679890 cspg_html_7281679890:372:62198:62212 Hume Inuvik Region -0.0165051766264779701 +59961 cspg_html_9343899465 cspg_html_9343899465:1639:133930:133940 Blue Fiord Bathurst Island (Northern Territory) 0.544051013987885246 +59962 cspg_html_3883962749 cspg_html_3883962749:501:53125:53138 Mountain Park Lacombe, Alberta -0.443782030321690002 +59963 palaios_html_3306053371 palaios_html_3306053371:686:78550:78580 Borden Bloomington, Indiana -0.026705362044744569 +59964 aapg_af_469.html aapg_af_469.html:747:75363:75371 Colorado Denver -0.451875596518584666 +59965 aapg_aa_47.html aapg_aa_47.html:579:69243:69268 Yeso Sangre de Cristo Range -0.410566614408173991 +59966 aapg_af_606.html aapg_af_606.html:126:18698:18706 Vaqueros Monterey, California -0.455658949817136283 +59967 gsa_html_6277693097 gsa_html_6277693097:29:2796:2824 Green River Colorado -0.0128247793458777584 +59968 aapg_ai_756.html aapg_ai_756.html:7:781:791 Tuscaloosa Paluxy, Texas -0.0142026952151300869 +59969 palaios_html_7196438349 palaios_html_7196438349:669:65898:65906 Victoria Douglas, Isle of Man -0.443889149160736518 +59970 aapg_ac_925.html aapg_ac_925.html:123:18933:18938 Funks Putah Creek -0.462225485866077257 +59971 gsa_html_1860930948 gsa_html_1860930948:512:59214:59239 Cedar Mountain Colorado -0.0458327637888954545 +59972 aapg_aa_379.html aapg_aa_379.html:81:9391:9402 Monongahela Monongahela, Pennsylvania -0.465561228542891226 +59973 gsa_html_9597147043 gsa_html_9597147043:1163:95472:95491 Teklanika Anchorage, Alaska -0.480277073774662555 +59974 palaios_html_7484609556 palaios_html_7484609556:473:45713:45723 Washington Vancouver 0.0171307951953313421 +59975 cspg_html_7779401416 cspg_html_7779401416:370:38116:38136 Brassfield Kentucky -0.410519203459802418 +59976 aapg_ak_112.html aapg_ak_112.html:59:6480:6493 Dunvegan Victoria, British Columbia -0.0507415465108338806 +59977 aapg_ah_97.html aapg_ah_97.html:37:4904:4912 Glenogle Western world 0.00112916628904579774 +59978 cspg_html_8535889489 cspg_html_8535889489:338:50272:50287 Savik District Council of Franklin Harbour -0.00893635855203990699 +59979 aapg_ai_3.html aapg_ai_3.html:25:3822:3834 Midway Missouri River -0.0207667065675008616 +59980 aapg_ae_855.html aapg_ae_855.html:8:1148:1165 Green River Flagstaff, Arizona -0.0194596479158459131 +59981 sedimentology_html_2251281862 sedimentology_html_2251281862:1249:92724:92730 Denver Colorado -0.491084883288990137 +59982 cspg_html_1025724640 cspg_html_1025724640:508:65979:66013 Beekmantown Canada -0.459022435464294998 +59983 aapg_ac_753.html aapg_ac_753.html:182:24036:24053 Navajo Entrada Sandstone -0.450743884934886652 +59984 sedimentology_html_9226460729 sedimentology_html_9226460729:1254:75684:75701 White River Chadron, Nebraska 0.00437077655696941486 +59985 aapg_ae_411.html aapg_ae_411.html:14:1394:1412 Woodbine Buda, Texas 0.00773064589700992767 +59986 gsa_html_6580496784 gsa_html_6580496784:629:74440:74448 Fillmore California -0.45633516722504075 +59987 aapg_aa_684.html aapg_aa_684.html:23:2634:2649 Chugwater Cheyenne, Wyoming 0.81323415329055071 +59988 gsa_html_8951179545 gsa_html_8951179545:661:75224:75252 Wilcox Texas -0.415254330132500793 +59989 cspg_html_4193503340 cspg_html_4193503340:302:39554:39572 Edmonton Lacombe, Alberta -0.0592268959056857155 +59990 aapg_af_728.html aapg_af_728.html:587:61052:61082 Cathedral Denver 0.00976335112648768488 +59991 cspg_html_6839937815 cspg_html_6839937815:299:43010:43018 Toroweap Kaibab, Arizona 0.250480777403169097 +59992 gsa_html_4534130675 gsa_html_4534130675:13:689:699 Washington Ellensburg, Washington -0.0016763787815964029 +59993 gsa_html_8671422836 gsa_html_8671422836:1235:116130:116135 Stump Wareham, Dorset -0.0243946529781233976 +59994 aapg_ad_441.html aapg_ad_441.html:71:5120:5142 Summerville Carmel, Indiana 0.0323820933546408313 +59995 aapg_ac_473.html aapg_ac_473.html:3:247:267 Phosphoria Cheyenne, Wyoming -0.0158535088155795055 +59996 geology_html_3063573353 geology_html_3063573353:278:25693:25723 Swift Lacombe, Alberta -0.442762791672519862 +59997 aapg_ah_118.html aapg_ah_118.html:47:4343:4349 Morgan Logan, Utah -0.445821657118386561 +59998 cspg_html_4409656292 cspg_html_4409656292:813:82982:83000 Kaskapau Lacombe, Alberta -0.466920106770381871 +59999 aapg_ac_881.html aapg_ac_881.html:608:72351:72375 Winnipeg Winnipeg -0.122920295835585253 +60000 aapg_aa_147.html aapg_aa_147.html:306:37091:37099 Deadwood Winnipeg 0.0110351478818663008 +60001 aapg_af_788.html aapg_af_788.html:28:3656:3664 Michigan Arkansas -0.426608897791606878 +60002 palaios_html_6025329652 palaios_html_6025329652:513:42826:42849 Martin Salem, Oregon -0.45995556917210767 +60003 palaios_html_5212272868 palaios_html_5212272868:346:38917:38939 Pierre Pueblo, Colorado -0.00652496303282925402 +60004 cspg_html_4659384530 cspg_html_4659384530:13:1497:1522 Beaverhill Swan Hill, Victoria -0.452927573923113447 +60005 cspg_html_9222238695 cspg_html_9222238695:70:10860:10868 Columbia Victoria, British Columbia -0.431157390646727534 +60006 aapg_ak_60.html aapg_ak_60.html:449:53397:53421 Dawson Canyon Logan Canyon -0.450595494357366455 +60007 AMJC_html_5507942612 AMJC_html_5507942612:457:35908:35956 Open New Haven, Connecticut -0.0349187039582129002 +60008 aapg_af_839.html aapg_af_839.html:125:14391:14396 Salem Allegan County, Michigan -0.434540631888912565 +60009 cspg_html_6715452766 cspg_html_6715452766:360:44141:44163 Eureka Sound Ellesmere Island -0.239544245136844358 +60010 aapg_ad_836.html aapg_ad_836.html:33:4676:4679 Lee Missouri River -0.00357860677920869346 +60011 gsa_html_2989317971 gsa_html_2989317971:907:92296:92306 Provo Pocatello, Idaho -0.456344217050148659 +60012 aapg_ai_80.html aapg_ai_80.html:447:45027:45035 Richmond Richmond, California -0.461765577936308902 +60013 aapg_ai_293.html aapg_ai_293.html:281:25228:25242 Nizi Victoria, British Columbia -0.472943536588278923 +60014 aapg_ad_683.html aapg_ad_683.html:60:9464:9486 Hermosa Hermosa, Chicago -0.0169917673336638479 +60015 aapg_ai_158.html aapg_ai_158.html:428:45850:45868 Ramparts Anchorage, Alaska -0.463526807661379381 +60016 geology_html_8312255579 geology_html_8312255579:232:19106:19118 Owens Valley California -0.0770735112777767711 +60017 gsa_html_9914026117 gsa_html_9914026117:31:2788:2816 Green River Colorado -0.00819798606036370794 +60018 aapg_ah_418.html aapg_ah_418.html:156:15507:15524 Bearpaw Lacombe, Alberta -0.431219036147121426 +60019 aapg_ae_344.html aapg_ae_344.html:110:11043:11049 Paluxy New Delhi -0.469120700106755939 +60020 sedimentology_html_2898428289 sedimentology_html_2898428289:1410:75400:75406 Banner Missouri River 0.00528108597483065503 +60021 cspg_html_6984906794 cspg_html_6984906794:860:59900:59918 Kaskapau Lacombe, Alberta -0.47829406272822006 +60022 aapg_aa_909.html aapg_aa_909.html:77:8522:8530 Colorado Denver -0.446078886082885928 +60023 gsa_html_9253181203 gsa_html_9253181203:400:47208:47216 Virginia Huntington, West Virginia -0.0484061357269625417 +60024 aapg_ac_635.html aapg_ac_635.html:54:7522:7531 Hornbrook Little Cottonwood Creek -0.0758918007707730657 +60025 aapg_ac_844.html aapg_ac_844.html:316:39425:39433 Columbia Victoria, British Columbia -0.00378359745738320865 +60026 aapg_aa_233.html aapg_aa_233.html:4:542:548 Cupido Matamoros, Tamaulipas -0.474009171210690694 +60027 cspg_html_5360570542 cspg_html_5360570542:107:13063:13078 Bluff Grand Cayman -0.023508018320362277 +60028 gsa_html_5089176247 gsa_html_5089176247:13:615:623 Colorado Denver -0.442620143363224416 +60029 sedimentology_html_6855199507 sedimentology_html_6855199507:650:47540:47544 Hall London, Ontario -0.494609426466897539 +60030 geology_html_7954103080 geology_html_7954103080:304:27237:27260 Rapid West Greenland Current 0.0105973111472393959 +60031 aapg_ai_49.html aapg_ai_49.html:457:58457:58464 Hermosa Logan, Utah -0.0874555086456083042 +60032 aapg_ae_344.html aapg_ae_344.html:110:10947:10953 Paluxy New Delhi -0.43797158338019293 +60033 gsa_html_5295695236 gsa_html_5295695236:1018:108943:108953 Las Cruces New Mexico -0.0234628186655344677 +60034 sedimentology_html_9586961644 sedimentology_html_9586961644:681:66299:66303 Hall London, Ontario -0.469120700106755939 +60035 aapg_ai_491.html aapg_ai_491.html:134:15602:15619 Hermosa Hermosa, Chicago -0.0595427971625163491 +60036 gsa_html_8955900843 gsa_html_8955900843:529:50522:50540 Clallam Washington (state) -0.089972700631958516 +60037 aapg_ai_81.html aapg_ai_81.html:167:15948:15956 Catskill Pennsylvania -0.0176521575515221144 +60038 aapg_ah_93.html aapg_ah_93.html:14:2515:2521 Oregon Washington (state) -0.0168874970090907538 +60039 geology_html_6685929061 geology_html_6685929061:298:23240:23246 Cooper San Francisco -0.459996458565647859 +60040 aapg_ac_187.html aapg_ac_187.html:2326:229109:229127 Onondaga Skaneateles (village), New York -0.521520185683642667 +60041 sedimentology_html_5315330584 sedimentology_html_5315330584:113:11764:11768 Java Borneo 0.00130635878656701733 +60042 cspg_html_7086880709 cspg_html_7086880709:334:43770:43778 Columbia Victoria, British Columbia -0.486401118306284352 +60043 aapg_ad_170.html aapg_ad_170.html:198:19839:19843 Elko Reno, Nevada 0.0209370481380516393 +60044 aapg_ah_646.html aapg_ah_646.html:210:25433:25449 Chinle Monument Valley -0.437005217650049682 +60045 AMJC_html_1873062106 AMJC_html_1873062106:1095:115038:115049 Canaan Peak Logan, Utah -0.4864081422828892 +60046 aapg_ai_491.html aapg_ai_491.html:134:15469:15481 Paradox Hermosa, Chicago 0.012008138805000507 +60047 cspg_html_4319383223 cspg_html_4319383223:483:59984:60010 Halfway Lacombe, Alberta -0.472501057082917231 +60048 cspg_html_3883962749 cspg_html_3883962749:58:9049:9065 Rundle Rutherford, New Jersey -0.465595518002078101 +60049 cspg_html_9717154602 cspg_html_9717154602:338:47363:47384 Belly River Bow River -0.480367741483547772 +60050 aapg_aa_621.html aapg_aa_621.html:476:58440:58457 Madison Cheyenne, Wyoming -0.495702329885848558 +60051 aapg_ad_466.html aapg_ad_466.html:615:69833:69844 Englishtown Closter, New Jersey -0.426510306242507076 +60052 aapg_ad_154.html aapg_ad_154.html:116:13380:13397 Beekmantown Bellefonte, Pennsylvania -0.432382247831122113 +60053 aapg_ae_140.html aapg_ae_140.html:4:437:442 Uinta Mesa, Arizona -0.449541717141150321 +60054 sedimentology_html_1598128253 sedimentology_html_1598128253:670:52242:52265 Tidal Praia -0.504181524295928662 +60055 aapg_ah_320.html aapg_ah_320.html:94:10314:10323 Tonoloway Huntington, West Virginia -0.380875921772840575 +60056 cspg_html_8818854104 cspg_html_8818854104:65:9629:9636 Cadomin Fernie, British Columbia -0.209335397309481253 +60057 cspg_html_5264346535 cspg_html_5264346535:235:24536:24554 Edmonton Canada -0.479586916180102352 +60058 aapg_ae_973.html aapg_ae_973.html:1150:91165:91172 Rustler Salado, Texas -0.0247962629365806077 +60059 cspg_html_8806021601 cspg_html_8806021601:74:8512:8532 Weatherall Canadian Arctic Archipelago -0.462453250854801823 +60060 aapg_aa_788.html aapg_aa_788.html:434:48061:48077 Carlton Rhyolite Wichita, Kansas -0.489483165548852517 +60061 gsa_html_1000620948 gsa_html_1000620948:32:2760:2769 Littleton Colorado -0.0245215675441684301 +60062 cspg_html_8152691171 cspg_html_8152691171:178:27798:27818 Missisauga Bridgetown, Nova Scotia 0.0215732361007039963 +60063 cspg_html_7938374662 cspg_html_7938374662:88:9926:9941 Torok Anchorage, Alaska -0.436872309743032927 +60064 cspg_html_4056366713 cspg_html_4056366713:98:17801:17819 Morrison New South Wales 0.00130635878656701733 +60065 sedimentology_html_8510537334 sedimentology_html_8510537334:1576:123008:123026 Catskill Pennsylvania -0.475963906981033746 +60066 cspg_html_1004940981 cspg_html_1004940981:631:71501:71516 Melville Island Canadian Arctic Archipelago -0.474888953093082877 +60067 aapg_ai_509.html aapg_ai_509.html:97:8619:8628 Oil Creek Middle Ordovician -0.454041701910604445 +60068 aapg_ah_318.html aapg_ah_318.html:1297:131170:131193 Cotton Valley Shreveport, Louisiana -0.0211212969560606381 +60069 sedimentology_html_2487544504 sedimentology_html_2487544504:2308:40886:40912 Monterey California -0.423116197439436237 +60070 aapg_ae_177.html aapg_ae_177.html:76:7731:7756 Clearwater Clearwater, Florida 0.0192962719011844468 +60071 cspg_html_3907807140 cspg_html_3907807140:562:65332:65351 Athabasca Lacombe, Alberta -0.0644422036920472285 +60072 jgeology_html_4599466962 jgeology_html_4599466962:318:23205:23224 Seneca Edgecliff, New South Wales -0.0619012146639673771 +60073 aapg_ad_957.html aapg_ad_957.html:105:10909:10925 Warner Missouri River 0.00815629009485507872 +60074 aapg_ae_280.html aapg_ae_280.html:149:17302:17323 Little Falls Utica, New York -0.445989406971527558 +60075 gsa_html_1465687448 gsa_html_1465687448:666:77814:77824 Tuscaloosa Alabama -0.00691758876026682835 +60076 geology_html_5745933097 geology_html_5745933097:316:24047:24055 Virginia Hampton, New Hampshire -0.476449805414249639 +60077 aapg_ac_629.html aapg_ac_629.html:351:44902:44910 Williana Shreveport, Louisiana -0.0851818168587095276 +60078 jgeology_html_3589217313 jgeology_html_3589217313:333:19541:19572 Hampton Eocene -0.0131340660726573313 +60079 aapg_ae_415.html aapg_ae_415.html:15:2636:2658 Chickasawhay Suwannee County, Florida -0.47032647773667996 +60080 aapg_ai_31.html aapg_ai_31.html:492:46057:46066 Catahoula Oakville, California -0.46326000708216164 +60081 gsa_html_3836344742 gsa_html_3836344742:234:21552:21580 Green River Colorado 0.0117909508048517596 +60082 aapg_ad_721.html aapg_ad_721.html:613:60095:60113 Carlsbad Winkler County Airport -0.00382529052751042712 +60083 aapg_ai_503.html aapg_ai_503.html:5:771:790 Whirlpool Manitoulin Island -0.0428823001474314888 +60084 cspg_html_2749851978 cspg_html_2749851978:509:64057:64074 Cardium Canada 0.028461682385847821 +60085 aapg_ad_960.html aapg_ad_960.html:26:3188:3213 Santa Margarita Monterey, California -0.446029671493266278 +60086 sedimentology_html_6232988593 sedimentology_html_6232988593:1313:59973:60001 San Andres Panhandle, Texas -0.504516367608832228 +60087 cspg_html_9343899465 cspg_html_9343899465:1605:130879:130894 Melville Island Bathurst Island (Northern Territory) -0.478990153256473372 +60088 aapg_aa_960.html aapg_aa_960.html:291:24446:24453 Entrada Cabuyao, Laguna -0.23187865006853553 +60089 aapg_ah_189.html aapg_ah_189.html:25:3471:3477 Random Illinois -0.440125125196615896 +60090 gsa_html_3648258377 gsa_html_3648258377:352:33413:33420 Magothy Bass River Township, New Jersey -0.442548827459522287 +60091 gsa_html_5015599008 gsa_html_5015599008:737:62945:62965 Crowsnest Regina, Saskatchewan -0.026734922025780393 +60092 gsa_html_8212018023 gsa_html_8212018023:64:5421:5449 Green River Colorado -0.0496957515940984612 +60093 AMJC_html_2228158963 AMJC_html_2228158963:293:38459:38481 Carrabassett Lexington, Kentucky -0.450649451770273157 +60094 aapg_ae_92.html aapg_ae_92.html:211:21434:21446 Cooking Lake Middle East -0.410622648467641627 +60095 aapg_af_785.html aapg_af_785.html:58:6056:6065 Pendleton Marthaville, Louisiana -0.075065645472002826 +60096 gsa_html_9478615109 gsa_html_9478615109:61:5319:5329 Washington Salem, Oregon -0.416810337447515888 +60097 aapg_ac_873.html aapg_ac_873.html:7:832:852 Hell Creek Cheyenne, Wyoming -0.449319433531474521 +60098 gsa_html_9859522168 gsa_html_9859522168:218:26299:26307 Colorado Creede, Colorado -0.473718414704639712 +60099 cspg_html_2838996125 cspg_html_2838996125:243:33076:33098 Imperial Canada 0.0134468313182249857 +60100 aapg_ai_483.html aapg_ai_483.html:93:9394:9406 Exshaw Logan, Utah -0.428798065147820595 +60101 aapg_ad_70.html aapg_ad_70.html:331:23829:23836 Wingate Chinle Formation -0.457514673015389395 +60102 geology_html_6476658393 geology_html_6476658393:264:22154:22188 Nepean Ontario, California -0.444838140504144441 +60103 jgeology_html_4723726179 jgeology_html_4723726179:1159:50748:50752 Hall London, Ontario -0.00832481152182470464 +60104 aapg_ac_214.html aapg_ac_214.html:263:26192:26198 Denver Colorado -0.0925599210575275555 +60105 cspg_html_9689514766 cspg_html_9689514766:596:66554:66562 Montreal Quebec City -0.473746101631411953 +60106 gsa_html_3841341658 gsa_html_3841341658:964:84730:84752 Sokoman Canada -0.0291434052387325206 +60107 aapg_ad_865.html aapg_ad_865.html:540:54629:54636 Hermosa Hermosa, Chicago -0.00522549424767689355 +60108 gsa_html_3010975239 gsa_html_3010975239:388:50015:50036 Saginaw Michigan -0.0297260284355998494 +60109 aapg_ai_592.html aapg_ai_592.html:233:37754:37769 Uinta Uinta Mountains 0.921563137786311826 +60110 cspg_html_9332855346 cspg_html_9332855346:155:14120:14126 Ashern Lacombe, Alberta -0.447572237112974447 +60111 cspg_html_2769629211 cspg_html_2769629211:325:37175:37195 Escarpment Hay River (Canada) -0.0733717490835625458 +60112 aapg_ae_147.html aapg_ae_147.html:313:31781:31785 Pico South Mountains (Arizona) -0.440325191296006335 +60113 cspg_html_4105062490 cspg_html_4105062490:132:13624:13639 Nisku Manitoba -0.067608196951884289 +60114 aapg_ad_930.html aapg_ad_930.html:49:6915:6936 Green River Wasatch Range -0.0125432965018171631 +60115 aapg_af_358.html aapg_af_358.html:122:13569:13583 Fredericksburg Charleston County, South Carolina -0.0833125083700810565 +60116 aapg_ae_263.html aapg_ae_263.html:37:3802:3820 Monterey Pennsylvania -0.435694684676078359 +60117 aapg_ak_85.html aapg_ak_85.html:501:57727:57734 Bossier Shreveport, Louisiana -0.45099125631104503 +60118 aapg_ah_121.html aapg_ah_121.html:103:8306:8322 Dutch Creek Harrodsburg, Indiana -0.0248831928885421966 +60119 gsa_html_4930932370 gsa_html_4930932370:305:32539:32558 Virginia Biwabik, Minnesota -0.51689284291327231 +60120 gsa_html_3387611512 gsa_html_3387611512:632:72754:72764 Diligencia Terres -0.496881985799363712 +60121 gsa_html_1762921562 gsa_html_1762921562:30:2885:2913 Green River Colorado -0.0259316078616598014 +60122 aapg_aa_589.html aapg_aa_589.html:39:3970:3976 Jordan Mexico -0.415087607507273693 +60123 aapg_ae_368.html aapg_ae_368.html:67:7672:7684 Marble Falls Texas -0.438060290900437188 +60124 aapg_ai_411.html aapg_ai_411.html:83:7933:7941 Niobrara Benton, Arkansas -0.446835332876372782 +60125 AMJC_html_7100359452 AMJC_html_7100359452:11:517:527 Washington Washington (state) -0.0477788324631043676 +60126 aapg_ai_98.html aapg_ai_98.html:87:12725:12746 Brownstown Arkansas -0.249055848656603546 +60127 aapg_ad_720.html aapg_ad_720.html:275:26529:26533 Yeso Sacramento Mountains (California) -0.449467616590735308 +60128 palaios_html_6566454518 palaios_html_6566454518:15:601:623 Erin Great Britain -0.492342974330111982 +60129 gsa_html_3330587082 gsa_html_3330587082:316:27266:27284 Rangeley Piermont, New York -0.0363020833297297701 +60130 cspg_html_2406266627 cspg_html_2406266627:293:32787:32804 Belly River Mississippian culture -0.110053436016819522 +60131 aapg_ae_999.html aapg_ae_999.html:706:85071:85083 Castle Hayne North Carolina -0.0296008056896251114 +60132 aapg_ad_191.html aapg_ad_191.html:47:5648:5674 Maquoketa Illinois 0.00103883289603381806 +60133 cspg_html_4269071742 cspg_html_4269071742:39:5131:5146 Kishenehn South Fork Flathead River -0.467071222132578012 +60134 aapg_ah_427.html aapg_ah_427.html:388:51714:51724 Hartshorne McAlester, Oklahoma -0.45230795361337589 +60135 cspg_html_4048108956 cspg_html_4048108956:300:43906:43914 Columbia Victoria, British Columbia -0.431219036147121426 +60136 palaios_html_1262064602 palaios_html_1262064602:1154:111499:111515 Chinle Arizona -0.447189152172129289 +60137 cspg_html_3854139935 cspg_html_3854139935:67:10569:10574 Mt Lytton Lacombe, Alberta -0.435714594595624227 +60138 aapg_ah_318.html aapg_ah_318.html:1912:176321:176344 Cotton Valley Cotton Valley, Louisiana -0.0129759471663572871 +60139 aapg_ad_717.html aapg_ad_717.html:189:19811:19826 Hess Texas -0.190745069894797309 +60140 aapg_ad_959.html aapg_ad_959.html:104:10980:10998 Fairview Kentucky -0.00490757986669080291 +60141 aapg_ai_786.html aapg_ai_786.html:572:49816:49831 Atoka Ouachita Mountains -0.431113360606789509 +60142 cspg_html_7688587411 cspg_html_7688587411:33:4938:4959 Fish Scales Lacombe, Alberta -0.058729513999891382 +60143 aapg_ad_379.html aapg_ad_379.html:580:48945:48951 Navajo Kayenta, Arizona -0.501531457608635822 +60144 aapg_aa_563.html aapg_aa_563.html:290:37223:37229 Dakota New Mexico 0.000840794379579699012 +60145 cspg_html_7434089303 cspg_html_7434089303:232:29982:29991 Bay Fiord Ellesmere Island 0.76935228475477424 +60146 cspg_html_2920938670 cspg_html_2920938670:67:9568:9583 Gates Mountain Park (Holyoke, Massachusetts) -0.0074248793072545817 +60147 gsa_html_5335667169 gsa_html_5335667169:725:78495:78501 Reston Virginia -0.0183873001701448657 +60148 geology_html_2753730955 geology_html_2753730955:102:9009:9014 Crete Crete -0.458641287983651336 +60149 cspg_html_8152691171 cspg_html_8152691171:444:51635:51640 Queen Ottawa, Kansas -0.0330135830277358128 +60150 cspg_html_2408887763 cspg_html_2408887763:435:52714:52736 Eureka Sound Canadian Arctic Archipelago -0.468696200218799319 +60151 aapg_ah_90.html aapg_ah_90.html:3:160:172 Dakota Colorado -0.443077141419275844 +60152 aapg_ah_871.html aapg_ah_871.html:420:46121:46128 Pamelia Logan, Utah -0.148213487377729186 +60153 aapg_ae_233.html aapg_ae_233.html:40:5275:5291 Lisbon Little Ocmulgee River 0.413657559474853775 +60154 cspg_html_6383234409 cspg_html_6383234409:420:42222:42250 Disappointment Bay Ellesmere Island 0.0206328678831181368 +60155 AMJC_html_5471526645 AMJC_html_5471526645:13:664:681 Lane Leesburg, Florida -0.428868342306482297 +60156 cspg_html_1962846283 cspg_html_1962846283:417:49586:49601 Grassy Mountain Moose Mountain (Alberta) -0.0965818955693755476 +60157 aapg_ae_749.html aapg_ae_749.html:601:61535:61543 Virginia Huntington, West Virginia -0.486642307867670931 +60158 gsa_html_4591711448 gsa_html_4591711448:833:83272:83278 Oxford Earth -0.0332258270255799612 +60159 aapg_ak_26.html aapg_ak_26.html:271:22147:22154 El Paso Mexico -0.433403442682278373 +60160 sedimentology_html_9550478777 sedimentology_html_9550478777:71:7787:7797 Rio Grande Puerto Palomas, Chihuahua -0.463764030920631232 +60161 aapg_ac_5.html aapg_ac_5.html:150:15062:15067 Yukon Regina, Saskatchewan -0.0414701241414489052 +60162 aapg_aa_254.html aapg_aa_254.html:108:12237:12266 Sunniland Melbourne, Florida -0.0169066131987412362 +60163 aapg_ad_821.html aapg_ad_821.html:447:33989:33999 Fort Union Wasatch Range -0.455347020329573748 +60164 aapg_ah_943.html aapg_ah_943.html:433:53756:53762 Viking Lacombe, Alberta -0.047151578986696932 +60165 geology_html_1574115242 geology_html_1574115242:14:871:881 Las Cruces New Mexico -0.481945488841025893 +60166 gsa_html_1124652135 gsa_html_1124652135:296:26739:26749 Marks Head Charleston, South Carolina -0.48757492352044407 +60167 aapg_ah_779.html aapg_ah_779.html:158:29425:29431 Mingan Black River, Jamaica -0.498053805119432369 +60168 cspg_html_3129231627 cspg_html_3129231627:221:30719:30743 Eleanor River Ellesmere Island -0.309794200320946123 +60169 geology_html_6384772706 geology_html_6384772706:339:20874:20878 Bond Earth -0.412851508963564873 +60170 geology_html_8795181748 geology_html_8795181748:256:21518:21525 Andrews London, Ontario 0.0238192040271524609 +60171 cspg_html_1019614994 cspg_html_1019614994:515:89209:89215 Exshaw Lacombe, Alberta -0.0623988495130502197 +60172 gsa_html_7193789775 gsa_html_7193789775:901:86308:86336 Green River New Mexico -0.032535178592891574 +60173 gsa_html_1520002998 gsa_html_1520002998:846:69996:70016 Fort Union Cheyenne, Wyoming -0.0671188555924135261 +60174 cspg_html_1665574291 cspg_html_1665574291:100:17272:17291 Paskapoo Calgary -0.491183766642400599 +60175 jgeology_html_1964872752 jgeology_html_1964872752:547:42595:42614 Pensauken Closter, New Jersey -0.459083706416541504 +60176 gsa_html_9848053959 gsa_html_9848053959:827:80317:80326 New River Virginia 0.0014766026609327194 +60177 cspg_html_4495395109 cspg_html_4495395109:16:2287:2306 Frenchman Regina, Saskatchewan -0.476593313058899071 +60178 palaios_html_6441274261 palaios_html_6441274261:693:47892:47909 Shublik Northwest Arctic Borough, Alaska -0.428791476930725279 +60179 geology_html_8106588521 geology_html_8106588521:227:19146:19154 Colorado Denver -0.471543117662309108 +60180 aapg_ai_97.html aapg_ai_97.html:306:30121:30127 Aragon Tampico, Illinois 0.37112482103626987 +60181 aapg_ae_6.html aapg_ae_6.html:388:41997:42012 Buda San Marcos, California -0.000781730278493122455 +60182 aapg_ah_464.html aapg_ah_464.html:25:4261:4270 Allegheny Pottsville, Pennsylvania 0.0276304452324186919 +60183 sedimentology_html_1046729113 sedimentology_html_1046729113:364:33862:33884 Colorado Ardmore, Pennsylvania -0.471501691978871318 +60184 aapg_ah_848.html aapg_ah_848.html:321:39310:39318 Virginia Silicon Valley -0.470181697121159758 +60185 gsa_html_8152640301 gsa_html_8152640301:31:2305:2321 Naknek Talkeetna Mountains -0.329048598435890738 +60186 palaios_html_3022467877 palaios_html_3022467877:357:40106:40112 Tinton Closter, New Jersey -0.493772964396431202 +60187 gsa_html_3942625742 gsa_html_3942625742:256:21621:21633 Little River Metro Manila -0.484077007932315562 +60188 palaios_html_4940783464 palaios_html_4940783464:524:49574:49592 Yakataga Gulf of Alaska -0.444157000692344317 +60189 cspg_html_4031489103 cspg_html_4031489103:340:50356:50362 Nelson Victoria, British Columbia -0.443715087361728711 +60190 gsa_html_8707521176 gsa_html_8707521176:646:61173:61190 Potsdam Earth -0.0366135863397639497 +60191 cspg_html_3804945581 cspg_html_3804945581:143:17842:17858 Battle Saint Kitts and Nevis -0.445998354490544591 +60192 gsa_html_3720789279 gsa_html_3720789279:140:13640:13661 Coon Hollow Wallowa, Oregon -0.491084883288990137 +60193 aapg_ah_700.html aapg_ah_700.html:551:68352:68370 Norphlet Alabama -0.43114858447473281 +60194 aapg_ae_45.html aapg_ae_45.html:418:50464:50490 Smackover Dolomites -0.0154677299277763414 +60195 aapg_ac_380.html aapg_ac_380.html:201:25412:25421 Edgecliff Onondaga (tribe) -0.06179820059879821 +60196 aapg_ac_628.html aapg_ac_628.html:730:125842:125849 Wingate Summerville, South Carolina -0.449575401198261781 +60197 cspg_html_5697056884 cspg_html_5697056884:292:29151:29169 Deadwood Regina, Saskatchewan -0.462143504710773534 +60198 cspg_html_3521815736 cspg_html_3521815736:107:16334:16348 Toad Pine River (Michigan) -0.464450966712688929 +60199 aapg_af_618.html aapg_af_618.html:143:15711:15731 Georgetown Freestone County, Texas 0.0112801303919345813 +60200 cspg_html_9290046117 cspg_html_9290046117:91:12196:12206 Nikanassin Lacombe, Alberta -0.496896208616799728 +60201 gsa_html_2509147847 gsa_html_2509147847:727:78301:78306 Yukon Anchorage, Alaska -0.486419849038802532 +60202 aapg_ad_52.html aapg_ad_52.html:609:65324:65332 Michigan Michigan -0.469093158774920749 +60203 aapg_ad_801.html aapg_ad_801.html:594:48003:48018 Vicksburg Mississippi River 0.0626048997541878011 +60204 aapg_aa_158.html aapg_aa_158.html:254:23955:23983 Phosphoria Boise, Idaho -0.0168874970090907538 +60205 cspg_html_2749851978 cspg_html_2749851978:576:67255:67269 Colorado Cheyenne, Wyoming -0.0365022098849612647 +60206 cspg_html_9689514766 cspg_html_9689514766:729:87665:87670 Weeks Michigan Basin -0.473676885959420813 +60207 gsa_html_1119256423 gsa_html_1119256423:660:61000:61008 Colorado Cheyenne, Wyoming -0.0705521503512964721 +60208 geology_html_9618703528 geology_html_9618703528:263:22460:22465 Grove California -0.481815063993563775 +60209 aapg_ae_873.html aapg_ae_873.html:1100:130618:130626 Woodbine Austin, Chicago -0.0120150888456530078 +60210 aapg_ah_528.html aapg_ah_528.html:488:51588:51596 Moenkopi Lake Mead 0.0498142677304090828 +60211 gsa_html_1465687448 gsa_html_1465687448:734:84083:84093 Tuscaloosa Alabama 0.0149273021634023628 +60212 aapg_ah_344.html aapg_ah_344.html:133:14959:14972 Woodbine Texas -0.0234506495494124188 +60213 aapg_ai_17.html aapg_ai_17.html:226:18301:18316 Bashi Washington (state) -0.0116206764451377564 +60214 aapg_af_861.html aapg_af_861.html:139:14301:14312 Stark Coffeyville, Kansas -0.488837217649543798 +60215 cspg_html_2490951833 cspg_html_2490951833:597:91795:91829 Waterways Lacombe, Alberta -0.052523223879062067 +60216 palaios_html_4949917469 palaios_html_4949917469:564:45644:45663 Fairview Cincinnati -0.0171725037246518962 +60217 cspg_html_6306091047 cspg_html_6306091047:526:72660:72668 Columbia Victoria, British Columbia -0.439565169119916221 +60218 cspg_html_6255491344 cspg_html_6255491344:41:6609:6627 Kootenay Cairns, Queensland -0.467870731747513147 +60219 cspg_html_4272664788 cspg_html_4272664788:406:47087:47102 Banff Victoria, British Columbia -0.436571121733102918 +60220 aapg_ae_419.html aapg_ae_419.html:4399:264931:264940 San Pedro Durango, Durango -0.471819338906025898 +60221 aapg_ai_241.html aapg_ai_241.html:140:15355:15376 Winnipeg Winnipeg -0.216040002652983121 +60222 aapg_ad_893.html aapg_ad_893.html:244:30079:30092 Tres Esquinas Nuevitas -0.461089806729199636 +60223 gsa_html_5605072276 gsa_html_5605072276:796:74990:74994 Hall London, Ontario -0.0788755125032115506 +60224 aapg_aa_928.html aapg_aa_928.html:314:35486:35495 Vicksburg Western world -0.470292003998596664 +60225 cspg_html_1372398575 cspg_html_1372398575:17:2567:2586 Scollard Edmonton, London -0.4597965726108596 +60226 aapg_ae_454.html aapg_ae_454.html:92:6956:6974 Cotton Valley Cotton Valley, Louisiana -0.466384542072334651 +60227 aapg_ac_629.html aapg_ac_629.html:120:17668:17676 Beaumont Beaumont, Texas -0.441553207562292771 +60228 aapg_ai_720.html aapg_ai_720.html:177:20682:20700 Magothy Raritan River -0.106463072693901123 +60229 aapg_af_666.html aapg_af_666.html:554:46600:46607 Wasatch Wasatch Range 0.244833940408868356 +60230 aapg_ad_379.html aapg_ad_379.html:667:55275:55291 Carmel Black Hills -0.457614356613462614 +60231 aapg_ai_717.html aapg_ai_717.html:29:4641:4649 Niobrara Benton, Arkansas -0.427711626546922574 +60232 cspg_html_5740360566 cspg_html_5740360566:395:40090:40098 Grosmont Lacombe, Alberta -0.0171829308693467256 +60233 aapg_af_384.html aapg_af_384.html:356:39088:39100 Kanguk Banks Island -0.388008564703563263 +60234 gsa_html_6038465409 gsa_html_6038465409:708:61050:61069 Fruitland New Mexico 0.305943348190137909 +60235 cspg_html_6163998187 cspg_html_6163998187:523:60123:60134 Peace River Victoria, British Columbia -0.094751466307613344 +60236 geology_html_8332015754 geology_html_8332015754:364:24995:25005 San Felipe Baja California -0.438093558395168947 +60237 sedimentology_html_2208426700 sedimentology_html_2208426700:1201:66172:66189 Prairie Shouldice Hernia Centre -0.00202555313540596143 +60238 cspg_html_8809756626 cspg_html_8809756626:768:87250:87262 Granite Wash Lacombe, Alberta -0.435044526345554627 +60239 aapg_ae_603.html aapg_ae_603.html:365:35502:35514 Dockum Panhandle, Texas -0.503865938507956024 +60240 cspg_html_2013109828 cspg_html_2013109828:160:28327:28347 Chancellor Middle East -0.465888175365361257 +60241 cspg_html_3926542795 cspg_html_3926542795:254:33809:33829 Swan Hills Swan Hill, Victoria -0.062798733096236084 +60242 cspg_html_5892153293 cspg_html_5892153293:32:4479:4487 Columbia Victoria, British Columbia -0.462125287699645448 +60243 aapg_aa_124.html aapg_aa_124.html:708:73443:73451 Columbia Victoria, British Columbia -0.0193327706792452911 +60244 aapg_af_653.html aapg_af_653.html:752:84404:84412 Vaqueros Monterey, California -0.0690187893977949191 +60245 aapg_ah_654.html aapg_ah_654.html:118:12106:12130 Gallatin Cheyenne, Wyoming 0.248116035174118066 +60246 aapg_ae_884.html aapg_ae_884.html:152:19888:19897 Mesaverde Mancos, Colorado -0.111227505239612626 +60247 cspg_html_5697056884 cspg_html_5697056884:292:29041:29046 Swift Regina, Saskatchewan -0.458534686411798065 +60248 sedimentology_html_3479060268 sedimentology_html_3479060268:2035:147071:147077 Moscow Russia -0.440300736461396947 +60249 aapg_ad_169.html aapg_ad_169.html:299:35001:35019 Greenbrier Greenbrier (Great Smoky Mountains) -0.0682513965028206937 +60250 aapg_ad_808.html aapg_ad_808.html:971:64880:64888 Cloverly Cheyenne, Wyoming -0.207027581108364611 +60251 geology_html_5590413695 geology_html_5590413695:266:22967:22974 Fontana Earth -0.0139559511282587399 +60252 aapg_ai_751.html aapg_ai_751.html:483:47480:47489 Elk Huntington, West Virginia -0.0541239715343548866 +60253 aapg_ae_473.html aapg_ae_473.html:176:17333:17348 Eutaw Tuscaloosa, Alabama -0.433368134539702354 +60254 gsa_html_6499317047 gsa_html_6499317047:685:55918:55926 Columbia Victoria, British Columbia -0.0316827975818438426 +60255 gsa_html_3159830288 gsa_html_3159830288:816:72961:72989 Green River Colorado 0.0225884038971819467 +60256 aapg_ad_756.html aapg_ad_756.html:317:38295:38304 Red River Wichita, Kansas 0.013403391494118528 +60257 gsa_html_1744648670 gsa_html_1744648670:1814:154089:154097 Scotland Glasgow -0.0564682153206667384 +60258 gsa_html_1931201430 gsa_html_1931201430:270:24717:24725 Victoria Vancouver -0.0472770257306706979 +60259 gsa_html_7309078733 gsa_html_7309078733:80:8930:8940 Rio Grande Puerto Palomas, Chihuahua -0.473856858113634927 +60260 gsa_html_2877730818 gsa_html_2877730818:1097:90957:90966 San Diego Mexico -0.00973729017387535249 +60261 aapg_ah_785.html aapg_ah_785.html:297:29050:29063 Lone Mountain Reno, Nevada -0.482038661537539159 +60262 aapg_af_789.html aapg_af_789.html:39:5851:5870 Tonoloway Helderberg 0.00877304685539762562 +60263 sedimentology_html_7586891792 sedimentology_html_7586891792:1267:87698:87702 Hall London, Ontario -0.0209214044574815329 +60264 aapg_aa_267.html aapg_aa_267.html:282:23148:23158 Greenbrier Greenbrier (Great Smoky Mountains) -0.488743302412917968 +60265 cspg_html_6252417471 cspg_html_6252417471:419:61128:61154 Rockdale Milam County, Texas -0.448327675040319895 +60266 aapg_ah_218.html aapg_ah_218.html:131:14526:14542 Clifty Harrodsburg, Indiana -0.522223906824046735 +60267 aapg_af_667.html aapg_af_667.html:51:5338:5345 Rustler Pecos River -0.404940589970456177 +60268 aapg_ad_918.html aapg_ad_918.html:95:12988:13006 Niobrara Colorado 0.380582918523034275 +60269 aapg_af_728.html aapg_af_728.html:185:23063:23077 Elko Elko, Nevada -0.27161408868507303 +60270 AMJC_html_2360213652 AMJC_html_2360213652:794:85131:85135 Bond Bloomfield, New Jersey 0.00877304685539762562 +60271 aapg_af_621.html aapg_af_621.html:66:6645:6662 Cypress Hardinsburg, Indiana -0.0180692565756011246 +60272 aapg_ai_999.html aapg_ai_999.html:15:2752:2760 Colorado Logan, Utah -0.325878929110910709 +60273 cspg_html_7086880709 cspg_html_7086880709:273:33958:33967 Keg River Victoria, British Columbia -0.015097596462230729 +60274 aapg_ah_972.html aapg_ah_972.html:577:57430:57439 Vicksburg Mississippi River -0.447404197686881167 +60275 cspg_html_7539214955 cspg_html_7539214955:108:14363:14371 Columbia Victoria, British Columbia -0.451740527107044376 +60276 cspg_html_2175627313 cspg_html_2175627313:1076:95514:95522 Columbia Victoria, British Columbia -0.457691392417615917 +60277 geology_html_8442589137 geology_html_8442589137:12:605:615 Santa Cruz California -0.067880848555025769 +60278 aapg_ad_184.html aapg_ad_184.html:702:92978:92986 Columbia Lacombe, Alberta -0.00243726702917233546 +60279 gsa_html_4913703235 gsa_html_4913703235:272:30933:30941 Virginia Knoxville, Tennessee -0.422016564428893848 +60280 aapg_aa_4.html aapg_aa_4.html:13:2193:2199 Ithaca Genesee County, Michigan -0.0652282975338609045 +60281 aapg_ac_692.html aapg_ac_692.html:62:7141:7149 Columbia Victoria, British Columbia -0.41753718105898574 +60282 palaios_html_4875582819 palaios_html_4875582819:397:44085:44100 Lance Cheyenne, Wyoming -0.455279223830003521 +60283 aapg_ac_477.html aapg_ac_477.html:583:66372:66389 Cardium Canada -0.433376961451207021 +60284 aapg_ae_789.html aapg_ae_789.html:279:31241:31261 Wabamun Edmonton, London -0.484359586108593421 +60285 gsa_html_1826402027 gsa_html_1826402027:521:60159:60178 Bidahochi Little Colorado River -0.057785466485775136 +60286 aapg_ah_90.html aapg_ah_90.html:283:39503:39513 San Miguel Montrose, Houston -0.0427586605090743907 +60287 cspg_html_6134774167 cspg_html_6134774167:451:47985:48002 Cardium Lacombe, Alberta -0.463834753943271672 +60288 aapg_ai_958.html aapg_ai_958.html:305:26346:26352 Lissie Texas -0.459083706416541504 +60289 aapg_ae_928.html aapg_ae_928.html:200:14437:14456 Morehouse Shreveport, Louisiana -0.194529948136063197 +60290 aapg_ah_645.html aapg_ah_645.html:261:32091:32099 Sundance Williston, Vermont 0.00066012773958962624 +60291 AMJC_html_4692260170 AMJC_html_4692260170:1079:107309:107325 Hawley Cambridge, Massachusetts -0.488759736831659075 +60292 cspg_html_7409170811 cspg_html_7409170811:525:67614:67630 Exshaw Lacombe, Alberta -0.0209266190161632587 +60293 cspg_html_8556552074 cspg_html_8556552074:109:10145:10154 Elm Point Regina, Saskatchewan -0.0396629967137020131 +60294 gsa_html_5081991493 gsa_html_5081991493:1558:111845:111853 Colorado Logan, Utah -0.036075857948020304 +60295 aapg_ah_881.html aapg_ah_881.html:144:17267:17277 Huntingdon Burrard Street -0.425516196002090841 +60296 aapg_ad_636.html aapg_ad_636.html:339:40600:40614 Frio Texas -0.455279223830003521 +60297 geology_html_3815023299 geology_html_3815023299:19:789:801 Saskatchewan Regina, Saskatchewan 0.000555897012734609666 +60298 aapg_ac_190.html aapg_ac_190.html:76:14530:14549 Marcellus Pennsylvania -0.0156814715209821626 +60299 aapg_ad_258.html aapg_ad_258.html:118:11474:11484 Washington Bloomington, Indiana -0.467352915169897243 +60300 cspg_html_1173833070 cspg_html_1173833070:21:3171:3189 Edmonton Red Deer, Alberta -0.488278574417694344 +60301 gsa_html_2422494332 gsa_html_2422494332:842:79065:79093 Green River Colorado -0.0045966157065965357 +60302 aapg_ai_278.html aapg_ai_278.html:1667:165312:165326 Fredericksburg Florida -0.492380698787899029 +60303 cspg_html_2482892781 cspg_html_2482892781:6:350:378 Madison Regina, Saskatchewan -0.491056633019370192 +60304 aapg_ac_251.html aapg_ac_251.html:559:66127:66137 Pottsville Martinsburg, Nebraska -0.441867146585301684 +60305 gsa_html_9891566604 gsa_html_9891566604:159:18024:18044 Prospect Green Mountain -0.0120741642534044936 +60306 aapg_ae_917.html aapg_ae_917.html:189:20507:20532 Battle Des Moines, Washington -0.0137370110791438689 +60307 aapg_af_614.html aapg_af_614.html:57:4409:4434 Smackover Paluxy, Texas -0.448408411516637184 +60308 aapg_ae_797.html aapg_ae_797.html:401:43353:43370 Hermosa Colorado -0.0466289053122137323 +60309 aapg_ai_515.html aapg_ai_515.html:46:5976:5987 Green River Uinta Mountains -0.472040378581138065 +60310 jgeology_html_4305195651 jgeology_html_4305195651:577:71744:71770 Huntley Mountain Clinton County, Ohio -0.465595518002078101 +60311 aapg_ah_785.html aapg_ah_785.html:67:9141:9161 Kinnikinic Quartzite Lost River (California) -0.10155003233848732 +60312 gsa_html_9280112280 gsa_html_9280112280:592:58805:58810 Upham Norcross, Georgia -0.440280728439214952 +60313 aapg_ai_816.html aapg_ai_816.html:95:15695:15714 Wyandotte Kansas City, Kansas -0.0391024746518720059 +60314 gsa_html_4522678867 gsa_html_4522678867:382:42170:42186 Mariposa Klamath Mountains (ecoregion) 1.07595633489433773 +60315 palaios_html_9669360804 palaios_html_9669360804:299:28617:28625 Billings New Mexico -0.0303573786993141213 +60316 cspg_html_9058948031 cspg_html_9058948031:411:50533:50546 Bearpaw Canada -0.00258840277417883959 +60317 cspg_html_4409656292 cspg_html_4409656292:637:71976:71993 Cardium Victoria, British Columbia -0.466299888436986554 +60318 aapg_aa_22.html aapg_aa_22.html:1038:79059:79074 Maquoketa Ladd, Illinois -0.216040002652983121 +60319 aapg_ac_361.html aapg_ac_361.html:135:16008:16016 Monterey Kings City -0.428824418473081392 +60320 aapg_af_363.html aapg_af_363.html:296:39662:39666 Wise Virginia -0.0098536958986005091 +60321 cspg_html_4541662139 cspg_html_4541662139:29:3677:3687 Lime Creek Iowa -0.236373143113363132 +60322 aapg_ac_289.html aapg_ac_289.html:53:6151:6161 Tuscaloosa Cotton Valley, Louisiana -0.409894453797976288 +60323 aapg_af_91.html aapg_af_91.html:146:15762:15778 Lehman Logan, Utah -0.0687583183116870361 +60324 aapg_ad_192.html aapg_ad_192.html:62:8297:8315 Rapides Tuscaloosa, Alabama -0.49687250405482164 +60325 aapg_ah_633.html aapg_ah_633.html:117:16434:16458 Paynes Hammock Mississippi River -0.00048640987057772464 +60326 cspg_html_8042616083 cspg_html_8042616083:277:28473:28506 Coldwater Michigan Basin -0.442595627901035182 +60327 gsa_html_1290697059 gsa_html_1290697059:798:57507:57516 Peninsula Quebec City -0.47829406272822006 +60328 aapg_aa_161.html aapg_aa_161.html:3:445:473 La Quinta Venezuela -0.0327735084996737119 +60329 cspg_html_3555714125 cspg_html_3555714125:6:378:384 Shunda Canada -0.475085351012185853 +60330 aapg_ai_610.html aapg_ai_610.html:632:103406:103426 Fort Payne Kentucky -0.0151097603849725953 +60331 aapg_ah_561.html aapg_ah_561.html:189:27232:27253 Bell Texas -0.0791802905998601619 +60332 sedimentology_html_8364351073 sedimentology_html_8364351073:988:88123:88143 Cutler Langford, Bedfordshire -0.04995370085151081 +60333 gsa_html_7518144145 gsa_html_7518144145:346:31171:31179 Farewell Wisconsin -0.453355922590981064 +60334 aapg_ad_604.html aapg_ad_604.html:19:2090:2100 Washington California -0.0377274176775576064 +60335 cspg_html_8289943866 cspg_html_8289943866:284:35952:35957 Price Lacombe, Alberta -0.0173254356777415887 +60336 aapg_ai_514.html aapg_ai_514.html:49:5880:5891 Green River Washington (state) -0.032117678128361131 +60337 aapg_ad_440.html aapg_ad_440.html:16:2274:2284 Greenbrier Huntington, West Virginia -0.464473797617463435 +60338 cspg_html_6434702931 cspg_html_6434702931:7:600:620 Swan Hills Lacombe, Alberta -0.453130450697368015 +60339 cspg_html_8694594891 cspg_html_8694594891:99:12002:12010 Billings Carlsbad, New Mexico -0.0789560841365127136 +60340 cspg_html_3103886269 cspg_html_3103886269:32:4090:4115 Prairie Regina, Saskatchewan -0.0169205158924080785 +60341 geology_html_3834690938 geology_html_3834690938:11:505:513 Colorado Colorado -0.47254944238616009 +60342 aapg_ae_4.html aapg_ae_4.html:216:24707:24713 Humbug Boise, Idaho -0.416224917949125084 +60343 aapg_aa_357.html aapg_aa_357.html:378:34997:35005 Colorado Chinle Formation -0.411683586358437215 +60344 cspg_html_9330018201 cspg_html_9330018201:154:23096:23122 Windsor Elko, Nevada -0.44961357796588941 +60345 aapg_ad_721.html aapg_ad_721.html:183:16498:16501 Abo Wichita, Kansas 0.00222011822627592647 +60346 aapg_aa_732.html aapg_aa_732.html:3:155:172 Edwards Texas -0.458659434193013582 +60347 aapg_ah_652.html aapg_ah_652.html:147:20280:20303 Bell Mancos, Colorado -0.534384284314339153 +60348 palaios_html_2399848899 palaios_html_2399848899:28:2488:2503 Eutaw Alabama -0.196292614677315375 +60349 cspg_html_8463924060 cspg_html_8463924060:21:3114:3137 Exshaw Lacombe, Alberta -0.00638076930644856932 +60350 aapg_ad_0.html aapg_ad_0.html:41:5409:5420 Mount Simon Illinois -0.421983856501260468 +60351 aapg_af_360.html aapg_af_360.html:335:30835:30843 Colorado Denver -0.487431918821373489 +60352 aapg_ac_387.html aapg_ac_387.html:3:374:395 Piney Point Delaware -0.480667710196792775 +60353 aapg_ac_251.html aapg_ac_251.html:559:66030:66041 Martinsburg Pottsville, Pennsylvania 0.0758953017192013357 +60354 cspg_html_8740534160 cspg_html_8740534160:349:40734:40742 Columbia Victoria, British Columbia -0.452896019392303839 +60355 gsa_html_1248731493 gsa_html_1248731493:576:56461:56469 Edmonton Victoria, British Columbia -0.0220234486290734922 +60356 gsa_html_2378424898 gsa_html_2378424898:957:59113:59119 Jordan Nazca -0.466759861116235797 +60357 gsa_html_5089176247 gsa_html_5089176247:840:78997:79005 Colorado Denver -0.52633386733968035 +60358 cspg_html_3772380029 cspg_html_3772380029:601:74421:74440 Stonewall Manitoba -0.474355436180137646 +60359 gsa_html_3144986031 gsa_html_3144986031:437:44745:44753 Victoria Canada -0.443692774120845845 +60360 cspg_html_9905904289 cspg_html_9905904289:335:43036:43044 Whitemud Lacombe, Alberta -0.445998354490544591 +60361 cspg_html_6356755616 cspg_html_6356755616:37:5965:5971 Battle Lacombe, Alberta 0.615310448209994254 +60362 gsa_html_6217942751 gsa_html_6217942751:32:2835:2863 Green River Colorado -0.032256843292129446 +60363 aapg_ah_631.html aapg_ah_631.html:43:4945:4953 Michigan Illinois 0.006789029590310529 +60364 aapg_ae_705.html aapg_ae_705.html:283:26973:26996 Casitas Monterey, California -0.117353438228530296 +60365 AMJC_html_6107665103 AMJC_html_6107665103:767:56555:56567 Rio San Juan Dominican Republic -0.467071222132578012 +60366 gsa_html_4719798013 gsa_html_4719798013:345:34517:34552 Blackwater Draw Pecos River -0.0716469267425071249 +60367 sedimentology_html_6884000103 sedimentology_html_6884000103:107:7215:7219 Hall London, Ontario -0.0252830771132320185 +60368 cspg_html_2873888604 cspg_html_2873888604:408:57745:57767 Charlie Lake Victoria, British Columbia -0.488743302412917968 +60369 gsa_html_2118098695 gsa_html_2118098695:525:50671:50680 New River Virginia 0.340080172255932844 +60370 aapg_ad_157.html aapg_ad_157.html:217:20480:20505 Frio Shreveport, Louisiana -0.100782301382839848 +60371 gsa_html_6971334714 gsa_html_6971334714:650:66452:66459 El Paso Texas -0.0459076709606554625 +60372 aapg_ad_3.html aapg_ad_3.html:410:38509:38517 Virginia Sevier orogeny -0.0616864584903875982 +60373 cspg_html_2083142494 cspg_html_2083142494:5:193:234 Albert New Brunswick, New Jersey -0.465595518002078101 +60374 sedimentology_html_1046729113 sedimentology_html_1046729113:136:14448:14480 Mesaverde Logan, Utah -0.481230723565142238 +60375 gsa_html_9053175553 gsa_html_9053175553:548:54342:54367 Flagstaff Logan, Utah -0.486419849038802532 +60376 aapg_ad_466.html aapg_ad_466.html:365:43855:43863 Patapsco Patapsco River -0.00691758876026682835 +60377 aapg_ae_176.html aapg_ae_176.html:209:25520:25532 Grand Rapids Clearwater, Florida -0.483015252079283031 +60378 sedimentology_html_1046729113 sedimentology_html_1046729113:2402:177533:177539 Walker Lacombe, Alberta -0.489913286480908206 +60379 aapg_af_374.html aapg_af_374.html:54:6434:6450 Navajo Logan, Utah -0.110814328234726089 +60380 palaios_html_3227643058 palaios_html_3227643058:46:5983:5999 Holder Sacramento Mountains (California) -0.478307979059971577 +60381 gsa_html_5773931818 gsa_html_5773931818:826:88938:88957 Twilight Gneiss San Juan Mountains -0.432267625462602723 +60382 aapg_ah_371.html aapg_ah_371.html:48:4126:4136 Tuscaloosa Charleston, South Carolina -0.359817762508174099 +60383 cspg_html_5345848475 cspg_html_5345848475:400:46221:46238 Carlile Niobrara, Nebraska -0.399205464742715455 +60384 palaios_html_7533095486 palaios_html_7533095486:344:30100:30131 Kope Netherlands -0.444945382159606273 +60385 cspg_html_4498577775 cspg_html_4498577775:92:12202:12220 Gog Mount Assiniboine Provincial Park -0.457899875343460883 +60386 AMJC_html_7984049819 AMJC_html_7984049819:770:82861:82866 Salem Kennebunk, Maine -0.00716428423732448638 +60387 aapg_ae_4.html aapg_ae_4.html:187:20430:20447 Leatham Netherlands -0.459996458565647859 +60388 aapg_ac_624.html aapg_ac_624.html:28:3104:3124 Stonehenge Pennsylvania -0.00655275945491847703 +60389 aapg_ae_454.html aapg_ae_454.html:3:267:300 Cotton Valley Shreveport, Louisiana -0.0258394556349876708 +60390 geology_html_5333520037 geology_html_5333520037:236:19977:19983 Dalton Earth -0.0692355667239687722 +60391 aapg_ae_190.html aapg_ae_190.html:155:14992:15017 Keokuk Des Moines, Washington -0.462963655759663584 +60392 gsa_html_5952049575 gsa_html_5952049575:238:27707:27725 San Jose New Mexico -0.139868510532925733 +60393 AMJC_html_5390933660 AMJC_html_5390933660:197:21636:21657 Waits River Springfield, Illinois -0.4784100389871494 +60394 aapg_ad_696.html aapg_ad_696.html:246:24318:24323 Yegua Lee County, Alabama -0.450743884934886652 +60395 gsa_html_4820565134 gsa_html_4820565134:200:16994:17022 Green River Colorado -0.014941203695627946 +60396 gsa_html_6589330144 gsa_html_6589330144:170:21129:21137 Colorado Nebraska -0.482213387515949554 +60397 aapg_ah_972.html aapg_ah_972.html:614:65042:65052 Rio Grande Texas -0.452632356575315864 +60398 aapg_ae_319.html aapg_ae_319.html:608:52294:52301 Entrada Logan, Utah 0.0467578283362128366 +60399 gsa_html_2207983619 gsa_html_2207983619:14:544:651 Cupido Coahuila -0.0391129188633264693 +60400 aapg_ah_149.html aapg_ah_149.html:230:21442:21449 Paradox Williston, Vermont -0.482430096983488987 +60401 aapg_ah_375.html aapg_ah_375.html:44:3993:4031 Santa Clara Santa Clara, California -0.477401564658383792 +60402 aapg_ai_105.html aapg_ai_105.html:330:39196:39210 Duchesne River Red Rock Canyon National Conservation Area -0.0371426409956562426 +60403 aapg_ah_656.html aapg_ah_656.html:480:46150:46171 Bell Texas -0.461026124022890449 +60404 sedimentology_html_3841637081 sedimentology_html_3841637081:1100:51041:51056 Leduc Lacombe, Alberta -0.132871693469764851 +60405 aapg_ah_83.html aapg_ah_83.html:364:45355:45375 Lakota Powder River Basin -0.0268931559198013828 +60406 AMJC_html_1938223835 AMJC_html_1938223835:844:104034:104065 Carrabassett Portland, Maine -0.087939874057958986 +60407 cspg_html_1312400675 cspg_html_1312400675:206:24453:24470 Bearpaw Edmonton, London -0.00243726702917233546 +60408 cspg_html_5949578130 cspg_html_5949578130:814:95799:95812 Wabamun Lacombe, Alberta -0.0131340660726573313 +60409 cspg_html_1173833070 cspg_html_1173833070:30:4226:4234 Paskapoo Edmonton, London -0.0126805624942423392 +60410 aapg_ac_491.html aapg_ac_491.html:139:25350:25366 Yucatan Mexico -0.509731055861850857 +60411 jgeology_html_9439763175 jgeology_html_9439763175:774:55131:55153 Gorge Salem, Oregon -0.48294529227432792 +60412 gsa_html_8295798592 gsa_html_8295798592:177:13390:13418 Green River Colorado -0.0230751498951462693 +60413 gsa_html_1997423355 gsa_html_1997423355:565:52336:52364 Green River Colorado -0.0247441052038830135 +60414 aapg_ai_689.html aapg_ai_689.html:169:18776:18783 Haymond Mexico -0.498982459849811322 +60415 aapg_af_854.html aapg_af_854.html:213:27014:27029 Sweetland Creek Illinois -0.479719327950920094 +60416 aapg_aa_673.html aapg_aa_673.html:56:6574:6583 Smackover Cotton Valley, Louisiana -0.447572237112974447 +60417 aapg_ad_960.html aapg_ad_960.html:110:12098:12116 Monterey California 0.0387491188031818326 +60418 aapg_af_136.html aapg_af_136.html:4:380:389 Red River Texas 0.0152887445072461998 +60419 gsa_html_2284204284 gsa_html_2284204284:137:17288:17298 Carbondale Illinois -0.449433936510724996 +60420 cspg_html_6000032807 cspg_html_6000032807:201:23511:23530 Waterways Lacombe, Alberta -0.0720142347087937423 +60421 cspg_html_4495377323 cspg_html_4495377323:237:28001:28017 Fernie Lacombe, Alberta -0.0140376196944260508 +60422 aapg_ae_917.html aapg_ae_917.html:3:332:340 Colorado Colorado -0.0606738881148921952 +60423 aapg_ad_870.html aapg_ad_870.html:118:13415:13423 Michigan Saginaw, Michigan -0.441486425747427802 +60424 palaios_html_5921824758 palaios_html_5921824758:551:42445:42466 Huntingdon Washington (state) -0.48836305156476878 +60425 aapg_aa_57.html aapg_aa_57.html:13:2092:2101 Red River Bryan County, Oklahoma 0.0258533653677365111 +60426 gsa_html_5865982995 gsa_html_5865982995:1217:129985:130021 Washakie Cheyenne, Wyoming -0.0407754352992212923 +60427 cspg_html_8806021601 cspg_html_8806021601:53:6022:6041 Hecla Bay Banks Island -0.416220582820664042 +60428 aapg_ai_515.html aapg_ai_515.html:530:56613:56621 Colorado Denver -0.473695342935840036 +60429 jgeology_html_1838149422 jgeology_html_1838149422:965:90327:90345 John Day Salem, Oregon -0.456344217050148659 +60430 aapg_aa_784.html aapg_aa_784.html:124:14580:14594 Chainman Yucca Mountain -0.438752499306056365 +60431 cspg_html_4860363565 cspg_html_4860363565:27:3910:3942 Bakken Regina, Saskatchewan -0.425273299831302687 +60432 aapg_ah_678.html aapg_ah_678.html:416:49051:49060 Vicksburg San Marcos, California 0.8723569150115007 +60433 aapg_ad_468.html aapg_ad_468.html:25:3444:3462 St Marys Crisfield, Maryland -0.0384097003788234775 +60434 cspg_html_9060847110 cspg_html_9060847110:70:11000:11011 Rocky Brook Humber -0.486682122398052641 +60435 aapg_ae_668.html aapg_ae_668.html:494:50005:50016 San Joaquin Wilmington, North Carolina 0.00892245965980600214 +60436 aapg_ae_876.html aapg_ae_876.html:132:14139:14147 Colorado Olathe, Kansas -0.102708971704490434 +60437 aapg_aa_23.html aapg_aa_23.html:855:111004:111013 Interlake Manitoba -0.0247023791461900809 +60438 gsa_html_7060993425 gsa_html_7060993425:29:2796:2824 Green River Colorado 0.00570844885597124405 +60439 aapg_af_965.html aapg_af_965.html:486:62602:62618 Viking Canada -0.472722268874013252 +60440 cspg_html_9177794814 cspg_html_9177794814:8:781:787 Alapah Anchorage, Alaska -0.496867763222673786 +60441 aapg_ad_338.html aapg_ad_338.html:260:28080:28118 Englishtown Woodbury, New Jersey 0.00792175098374853399 +60442 gsa_html_9097637389 gsa_html_9097637389:1497:113124:113152 Green River Colorado -0.442595627901035182 +60443 aapg_ai_51.html aapg_ai_51.html:41:3834:3852 Holly Springs Mississippi River -0.0265836451265893982 +60444 gsa_html_9353787239 gsa_html_9353787239:1174:99005:99043 Kingston Peak California -0.437953842888147871 +60445 aapg_af_701.html aapg_af_701.html:240:30486:30519 Brallier Chemung, New York -0.00673169924588781169 +60446 aapg_ad_695.html aapg_ad_695.html:324:19725:19732 Carrizo Texas -0.438071379933533511 +60447 aapg_ai_720.html aapg_ai_720.html:217:24757:24775 Raritan Fire Island (Anchorage, Alaska) -0.466782751574986277 +60448 cspg_html_9011889300 cspg_html_9011889300:240:23198:23217 Athabasca Lacombe, Alberta -0.432316117842066305 +60449 cspg_html_3104351736 cspg_html_3104351736:17:1960:1977 Belly River Lacombe, Alberta -0.00567891556221164669 +60450 aapg_ah_42.html aapg_ah_42.html:66:8706:8724 Wingate Entrada Sandstone -0.00365504393340889116 +60451 aapg_ac_949.html aapg_ac_949.html:55:5533:5553 Citronelle Tampa, Florida -0.454414135268558672 +60452 AMJC_html_7984049819 AMJC_html_7984049819:439:43041:43048 Kittery Newburyport, Massachusetts -0.495740204770814097 +60453 cspg_html_3008414459 cspg_html_3008414459:545:63858:63875 Cardium Lacombe, Alberta -0.420944322840909546 +60454 geology_html_6325648998 geology_html_6325648998:202:13337:13343 Brazil Atlantic Ocean -0.490143713980378037 +60455 aapg_ae_959.html aapg_ae_959.html:1361:98437:98441 Yeso New Mexico -0.115689158230755373 +60456 gsa_html_3380395839 gsa_html_3380395839:48:4730:4736 Oregon Anchorage, Alaska -0.0254117377860756666 +60457 aapg_ai_918.html aapg_ai_918.html:3:232:235 Bug Colorado -0.484191429205932 +60458 aapg_ai_468.html aapg_ai_468.html:49:6462:6469 Sligo Shreveport, Louisiana -0.462143504710773534 +60459 aapg_ad_800.html aapg_ad_800.html:163:20161:20166 Eutaw Western world 0.00369673695039424762 +60460 aapg_ad_581.html aapg_ad_581.html:266:34644:34654 Reedsville Martinsburg, Nebraska -0.0705101825671990284 +60461 gsa_html_9597147043 gsa_html_9597147043:1255:101962:101973 Healy Creek Anchorage, Alaska -0.0223919711537192666 +60462 sedimentology_html_8006979411 sedimentology_html_8006979411:1693:113687:113703 Viking Canada -0.465705253187009671 +60463 cspg_html_8532932475 cspg_html_8532932475:303:31274:31294 Milk River Lacombe, Alberta -0.0398318560820373618 +60464 gsa_html_2717448156 gsa_html_2717448156:1736:154105:154133 Green River Colorado -0.00936896389642591365 +60465 gsa_html_2374661120 gsa_html_2374661120:370:34417:34427 Bear River Logan, Utah -0.466920106770381871 +60466 aapg_af_545.html aapg_af_545.html:361:47498:47515 Green River Uinta Mountains -0.478811436653357958 +60467 aapg_ae_76.html aapg_ae_76.html:280:27738:27754 Colorado Delaware -0.064040463163783104 +60468 gsa_html_5525079715 gsa_html_5525079715:791:71609:71637 Green River Colorado -0.00344831630257747207 +60469 cspg_html_3627006433 cspg_html_3627006433:712:72991:73007 Curtis Logan, Utah -0.0168874970090907538 +60470 cspg_html_9735723617 cspg_html_9735723617:44:6839:6857 Imperial Banks Island -0.44961357796588941 +60471 aapg_aa_563.html aapg_aa_563.html:210:28145:28159 Fredericksburg Trans-Pecos -0.0503371552170116185 +60472 aapg_aa_286.html aapg_aa_286.html:22:3859:3870 Utica Martinsburg, Nebraska -0.0328900657953446335 +60473 sedimentology_html_9111518089 sedimentology_html_9111518089:931:95066:95075 Porcupine Svalbard -0.062493142819730535 +60474 sedimentology_html_3888376365 sedimentology_html_3888376365:95:11272:11282 Conception California -0.487631194234456278 +60475 cspg_html_5017240192 cspg_html_5017240192:462:46832:46856 Amaranth Manitoba -0.505378014283088595 +60476 cspg_html_1505194397 cspg_html_1505194397:168:22339:22356 Bedford Kingston, Jamaica -0.441397390812390766 +60477 sedimentology_html_3865745685 sedimentology_html_3865745685:1688:114981:114989 Dunvegan Lacombe, Alberta -0.0921013750035437895 +60478 aapg_ae_182.html aapg_ae_182.html:210:25148:25153 Tokio Bellevue, Nebraska 0.0530340986575405376 +60479 cspg_html_1354651543 cspg_html_1354651543:805:77534:77542 Columbia Victoria, British Columbia -0.481766159765426027 +60480 aapg_ai_584.html aapg_ai_584.html:1018:106315:106321 Casper Big Horn, Wyoming -0.110595399965676564 +60481 gsa_html_8955900843 gsa_html_8955900843:695:65466:65476 Washington Bellingham, Washington -0.0340313466956898014 +60482 cspg_html_3043607457 cspg_html_3043607457:6:475:494 Lodgepole Manitoba -0.492045952949846654 +60483 gsa_html_4317135687 gsa_html_4317135687:542:52304:52322 Norphlet Alabama -0.176525597007578139 +60484 cspg_html_4341656515 cspg_html_4341656515:378:38308:38316 Columbia Victoria, British Columbia -0.038468880180471815 +60485 cspg_html_7833083677 cspg_html_7833083677:2421:211918:211932 Lisburne Northwest Arctic Borough, Alaska -0.464432702411418319 +60486 aapg_ad_958.html aapg_ad_958.html:451:43942:43954 Gilmore City Nebraska -0.462097962880594848 +60487 aapg_ai_462.html aapg_ai_462.html:174:18569:18576 El Abra Matamoros, Tamaulipas -0.496166414713999471 +60488 cspg_html_7573182509 cspg_html_7573182509:53:5618:5648 Nisku Canada 0.0113583166753052998 +60489 aapg_aa_629.html aapg_aa_629.html:301:33265:33270 Bluff Nettleton, Mississippi -0.487631194234456278 +60490 gsa_html_4408649953 gsa_html_4408649953:816:70808:70818 Georgetown Charleston, South Carolina -0.0254291244488671214 +60491 aapg_ah_644.html aapg_ah_644.html:138:16403:16416 Gypsum Spring Williston Basin -0.427645821637091417 +60492 gsa_html_9312061344 gsa_html_9312061344:907:83190:83196 Madrid Canary Islands -0.0185419788860923702 +60493 sedimentology_html_3200584564 sedimentology_html_3200584564:155:15005:15013 Kaskapau Western world -0.0427795572276395697 +60494 aapg_af_545.html aapg_af_545.html:738:92590:92611 Green River Uinta Mountains -0.456355529459316345 +60495 aapg_ad_169.html aapg_ad_169.html:335:39874:39894 Greenbrier Huntington, West Virginia -0.0412577074309981098 +60496 gsa_html_3096615185 gsa_html_3096615185:766:65909:65915 Reston Cambridge, Massachusetts -0.448484669177164286 +60497 aapg_aa_48.html aapg_aa_48.html:332:35409:35415 Amsden Cheyenne, Wyoming -0.376414339267792553 +60498 aapg_af_366.html aapg_af_366.html:159:19331:19359 Lisburne Northwest Arctic Borough, Alaska -0.045989547021837239 +60499 aapg_aa_860.html aapg_aa_860.html:473:47312:47321 Williston Miles City, Montana -0.444891759770598527 +60500 aapg_ae_113.html aapg_ae_113.html:180:22190:22208 Read Bay Little Cornwallis Island -0.164315170632679364 +60501 geology_html_6347682391 geology_html_6347682391:11:475:481 Oregon Salem, Oregon -0.0464198453094291294 +60502 cspg_html_5241714595 cspg_html_5241714595:187:28576:28611 Winnipegosis Western world -0.45421548506785292 +60503 aapg_af_99.html aapg_af_99.html:34:3990:4010 Springvale Jamaica, Queens 0.0796374942286744714 +60504 aapg_ae_113.html aapg_ae_113.html:167:19828:19846 Read Bay Little Cornwallis Island -0.408246149684567183 +60505 aapg_ad_367.html aapg_ad_367.html:321:31478:31486 Palliser Medicine Lake, Minnesota -0.432236767973233238 +60506 cspg_html_9735723617 cspg_html_9735723617:1061:111640:111659 Griper Bay Melville Island (Canada) -0.471340610693628537 +60507 aapg_af_143.html aapg_af_143.html:68:7412:7427 Oregon Salem, Oregon -0.0289590583087490083 +60508 aapg_ak_132.html aapg_ak_132.html:334:35010:35017 Guayabo Lempa River -0.0335442004664093935 +60509 cspg_html_5541937700 cspg_html_5541937700:567:76052:76078 Horseshoe Canyon Drumheller -0.470200080639580853 +60510 geology_html_9004383999 geology_html_9004383999:47:5603:5607 Pika Logan, Utah 0.013403391494118528 +60511 aapg_ae_147.html aapg_ae_147.html:632:65330:65339 San Diego California -0.487987661646075377 +60512 jgeology_html_6672772311 jgeology_html_6672772311:142:11182:11201 Bellevue Durham, North Carolina -0.450743884934886652 +60513 cspg_html_4272664788 cspg_html_4272664788:80:12352:12364 Rundle Victoria, British Columbia -0.4597965726108596 +60514 aapg_ae_959.html aapg_ae_959.html:2312:164631:164641 Dewey Lake Salado, Texas -0.504971014020977882 +60515 geology_html_1049185803 geology_html_1049185803:382:27583:27609 Athabasca Lacombe, Alberta -0.502850661160650247 +60516 aapg_ac_983.html aapg_ac_983.html:375:59814:59827 Chanute Raytown, Missouri -0.451740527107044376 +60517 geology_html_3262849717 geology_html_3262849717:242:18355:18359 Bell Mexico -0.0092977313772016467 +60518 cspg_html_4727222822 cspg_html_4727222822:411:48223:48231 Columbia Victoria, British Columbia 0.00219579757813351652 +60519 cspg_html_3447886929 cspg_html_3447886929:1250:117815:117835 Lawrence Canada -0.456355529459316345 +60520 aapg_ae_143.html aapg_ae_143.html:228:24646:24663 Prairie Regina, Saskatchewan -0.00409977035478876605 +60521 aapg_ai_503.html aapg_ai_503.html:117:13377:13386 Whirlpool Conesus Lake -0.0263019613963844621 +60522 aapg_aa_147.html aapg_aa_147.html:203:26437:26446 Red River Cheyenne, Wyoming -0.201639705299797328 +60523 geology_html_6476658393 geology_html_6476658393:17:989:1025 Nepean Ontario, California 0.472132494902671451 +60524 aapg_ak_118.html aapg_ak_118.html:44:4979:4996 Schuler Arkansas -0.479496330331430576 +60525 cspg_html_4646711238 cspg_html_4646711238:6:304:327 Cypress Regina, Saskatchewan -0.0592775088645998635 +60526 sedimentology_html_3026836549 sedimentology_html_3026836549:1058:86729:86753 Leduc Innisfail, Alberta -0.0270600859182637335 +60527 aapg_ai_468.html aapg_ai_468.html:31:3942:3959 Bossier Haynesville, Louisiana -0.466741549175746284 +60528 aapg_af_304.html aapg_af_304.html:142:14156:14160 Frio Brazoria County, Texas -0.444625928203921772 +60529 aapg_ae_906.html aapg_ae_906.html:144:12877:12883 Bethel New Harmony, Indiana -0.0368380831673493919 +60530 aapg_ah_816.html aapg_ah_816.html:20:1834:1842 Virginia Buchanan, North Dakota -0.498070421610056713 +60531 aapg_ad_959.html aapg_ad_959.html:9:1502:1513 Clays Ferry Kentucky -0.212597032784124951 +60532 gsa_html_1248731493 gsa_html_1248731493:79:6878:6886 Columbia Victoria, British Columbia -0.457786563407215019 +60533 aapg_ah_277.html aapg_ah_277.html:178:23852:23860 Colorado Colorado -0.43911211811260753 +60534 aapg_ae_147.html aapg_ae_147.html:57:6498:6502 Pico South Mountains (Arizona) -0.035304988004324106 +60535 aapg_ai_163.html aapg_ai_163.html:54:5128:5136 Fountain Colorado -0.471543117662309108 +60536 aapg_ae_983.html aapg_ae_983.html:515:38798:38805 Bedford Ohio -0.443688311537407287 +60537 cspg_html_4867288101 cspg_html_4867288101:46:5498:5521 Windsor Bridgetown, Nova Scotia -0.452927573923113447 +60538 cspg_html_9735723617 cspg_html_9735723617:1946:170252:170271 Griper Bay Banks Island -0.441392939290133568 +60539 aapg_ah_283.html aapg_ah_283.html:133:14081:14087 Oregon Washington (state) -0.447677557531353298 +60540 aapg_ae_181.html aapg_ae_181.html:256:37890:37900 Mooreville Alabama -0.451787799117909672 +60541 geology_html_6915983157 geology_html_6915983157:67:7487:7491 Kent Edenbridge, Kent -0.466920106770381871 +60542 sedimentology_html_5673709888 sedimentology_html_5673709888:862:35320:35333 Edwards Texas -0.424249874232666135 +60543 cspg_html_4568084707 cspg_html_4568084707:641:69916:69937 Cooking Lake Redwater, Texas -0.0370660655999496616 +60544 gsa_html_1124652135 gsa_html_1124652135:773:70703:70731 Green River Colorado -0.00712258914704064564 +60545 aapg_ad_784.html aapg_ad_784.html:404:42395:42401 Llajas Simi Valley, California -0.0517421611604156687 +60546 aapg_aa_712.html aapg_aa_712.html:100:12462:12489 Platteville Hennepin, Illinois -0.0151097603849725953 +60547 aapg_af_854.html aapg_af_854.html:1151:163189:163206 Menard Illinois -0.0659026763032643514 +60548 gsa_html_9296779210 gsa_html_9296779210:788:68739:68745 Denver Colorado -0.112502666966202911 +60549 aapg_aa_232.html aapg_aa_232.html:189:19862:19870 Colorado Canyon City, Oregon -0.0836070570753074532 +60550 gsa_html_9207276905 gsa_html_9207276905:620:53684:53692 Columbia Victoria, British Columbia -0.0571922347974946066 +60551 aapg_ai_17.html aapg_ai_17.html:1315:90316:90325 Catahoula Pineville, Louisiana -0.0516375609200999883 +60552 aapg_ae_876.html aapg_ae_876.html:790:84515:84524 Greenhorn Colorado -0.574230707789738837 +60553 aapg_aa_158.html aapg_aa_158.html:330:28428:28446 Morrison Logan, Utah 0.990340807890730757 +60554 jgeology_html_8355852976 jgeology_html_8355852976:226:17414:17420 Pueblo Colorado -0.0475157284533089252 +60555 palaios_html_2847312584 palaios_html_2847312584:276:36386:36405 Fairview Waynesville, North Carolina -0.451875596518584666 +60556 gsa_html_8319219146 gsa_html_8319219146:485:51501:51521 New Oxford Birdsboro, Pennsylvania -0.488724520608411594 +60557 aapg_ai_974.html aapg_ai_974.html:3:282:288 Oregon Washington (state) -0.0237009875122112385 +60558 palaios_html_2945835736 palaios_html_2945835736:910:62439:62457 Willwood Cheyenne, Wyoming -0.0470470415347230275 +60559 aapg_ad_691.html aapg_ad_691.html:102:12253:12273 Georgetown Texas -0.46567095948211501 +60560 aapg_ad_266.html aapg_ad_266.html:51:4594:4600 Laredo Laredo, Texas -0.463910045923527747 +60561 aapg_af_922.html aapg_af_922.html:97:12935:12953 Onondaga Pottsville, Pennsylvania -0.471464870791560964 +60562 aapg_ae_415.html aapg_ae_415.html:830:101908:101920 Chickasawhay Flint River (Michigan) 0.0165885914321531221 +60563 aapg_aa_358.html aapg_aa_358.html:7:1182:1190 Colorado Denver -0.0511145820963543537 +60564 cspg_html_8247666269 cspg_html_8247666269:177:22821:22837 Hassel Ellesmere Island 0.386972185732268548 +60565 aapg_ah_534.html aapg_ah_534.html:321:26831:26843 New Scotland Lehigh River -0.493659609592116133 +60566 aapg_aa_702.html aapg_aa_702.html:1105:127025:127031 Denver Colorado -0.0577069474480743499 +60567 aapg_ad_738.html aapg_ad_738.html:344:20650:20662 Nation River Anchorage, Alaska -0.447168994241326834 +60568 aapg_ac_400.html aapg_ac_400.html:147:15253:15259 Snyder Bath, Somerset -0.0404794684713501024 +60569 gsa_html_9911071626 gsa_html_9911071626:9:325:347 Castle Hayne North Carolina -0.0408468169477428783 +60570 aapg_ac_590.html aapg_ac_590.html:108:14269:14292 Ogallala Llano Estacado -0.467336881448994379 +60571 cspg_html_5288905067 cspg_html_5288905067:82:10143:10147 Hall Reno, Nevada -0.0307122011432018581 +60572 aapg_ae_45.html aapg_ae_45.html:841:84428:84441 Buckner Western world -0.0031964218159343861 +60573 aapg_aa_289.html aapg_aa_289.html:525:52516:52537 Chainman Reno, Nevada -0.462576268150975078 +60574 aapg_ae_222.html aapg_ae_222.html:38:5823:5840 Gaptank Texas -0.465579516089382972 +60575 aapg_ae_876.html aapg_ae_876.html:744:79771:79777 Dakota Logan, Utah 0.00897110580266103318 +60576 aapg_ah_534.html aapg_ah_534.html:362:30782:30796 Needmore Perry County, Indiana -0.00125424333549307727 +60577 geology_html_9145998626 geology_html_9145998626:283:22349:22365 Jordan Sauk Village, Illinois 0.00792175098374853399 +60578 gsa_html_7040053075 gsa_html_7040053075:406:42447:42466 Duarte Puente Hills Mall -0.481870957939069144 +60579 aapg_ac_535.html aapg_ac_535.html:15:2062:2085 Viking Regina, Saskatchewan -0.420831066107106355 +60580 aapg_af_887.html aapg_af_887.html:40:3631:3638 El Paso New Mexico -0.00751695654912096743 +60581 palaios_html_5896739151 palaios_html_5896739151:569:40782:40799 Cardium Lacombe, Alberta -0.0231533782740243055 +60582 aapg_ah_370.html aapg_ah_370.html:696:55163:55171 Traverse Antrim, County Antrim -0.408547201369101443 +60583 cspg_html_8316122266 cspg_html_8316122266:269:27036:27044 Columbia Victoria, British Columbia -0.00818929939777349181 +60584 cspg_html_9174463232 cspg_html_9174463232:211:21270:21291 Slave Point Great Slave Lake -0.62773070791146679 +60585 cspg_html_4793204980 cspg_html_4793204980:32:5820:5825 Nisku Drumheller -0.465595518002078101 +60586 aapg_ae_549.html aapg_ae_549.html:780:67494:67500 Walker California -0.470636802249923103 +60587 aapg_ah_217.html aapg_ah_217.html:324:40933:40942 Tuscarora Woods County, Oklahoma -0.447357152169087058 +60588 gsa_html_1441945663 gsa_html_1441945663:29:2796:2824 Green River Colorado 0.0328761484441471435 +60589 aapg_ai_29.html aapg_ai_29.html:318:38502:38509 Reynosa Beaumont, Texas -0.060151955110341257 +60590 cspg_html_2013109828 cspg_html_2013109828:552:81264:81280 Sullivan Victoria, British Columbia 0.00753259232389681937 +60591 palaios_html_2994452429 palaios_html_2994452429:759:75126:75144 Dinwoody Canada -0.00935506485841901096 +60592 palaios_html_3491046542 palaios_html_3491046542:19:830:853 Liberty Hall Virginia -0.457501080653503367 +60593 AMJC_html_3928055107 AMJC_html_3928055107:750:105452:105460 Columbia Kazakhstan 0.00662225056898444603 +60594 cspg_html_5541725202 cspg_html_5541725202:8:1209:1220 Mabou Cumberland, Maryland -0.0607000731941202479 +60595 aapg_aa_346.html aapg_aa_346.html:214:19936:19953 Cypress Freedonia -0.066428606970004328 +60596 aapg_ae_305.html aapg_ae_305.html:1774:169211:169216 Colon Maracaibo -0.44721379024503416 +60597 cspg_html_9354781888 cspg_html_9354781888:990:68932:68956 Amaranth Manitoba -0.491826789682116183 +60598 aapg_ai_594.html aapg_ai_594.html:540:47240:47250 Las Animas Colorado -0.498374324087579645 +60599 aapg_ai_49.html aapg_ai_49.html:276:33137:33144 Todilto Colorado -0.45184182728382527 +60600 geology_html_8171981855 geology_html_8171981855:71:7739:7762 Fox Hills Badlands National Park -0.591467463379673708 +60601 aapg_ae_461.html aapg_ae_461.html:64:9490:9498 Bellevue Pine Island (Lee County, Florida) -0.480695619561815057 +60602 aapg_af_964.html aapg_af_964.html:8:274:290 Viking Lacombe, Alberta -0.413162613497799369 +60603 cspg_html_4326384800 cspg_html_4326384800:1013:148542:148567 Beaverhill Swan Hill, Victoria -0.457555451333636842 +60604 aapg_ah_686.html aapg_ah_686.html:507:73496:73516 Kanayut Conglomerate Anchorage, Alaska -0.440245159686024512 +60605 gsa_html_3498499685 gsa_html_3498499685:69:6016:6044 Green River Colorado 0.00775670563708208936 +60606 gsa_html_7499737388 gsa_html_7499737388:730:53158:53182 Cedar Mountain Logan, Utah -0.46687889797168336 +60607 geology_html_4557881511 geology_html_4557881511:20:758:765 Norfolk Earth -0.0491275968873820176 +60608 aapg_ah_343.html aapg_ah_343.html:234:28309:28318 Catahoula Shreveport, Louisiana -0.0248379892514390653 +60609 aapg_af_954.html aapg_af_954.html:642:90651:90657 Oxford England -0.484310536940914471 +60610 cspg_html_4924970281 cspg_html_4924970281:5:187:207 Clearwater Lacombe, Alberta -0.476061064960921709 +60611 palaios_html_4588969442 palaios_html_4588969442:637:40307:40315 Colorado Denver -0.0651619121710063226 +60612 aapg_aa_23.html aapg_aa_23.html:286:32660:32682 Winnipeg Middle East -0.00086858925333630258 +60613 cspg_html_9343899465 cspg_html_9343899465:77:10732:10745 Ibbett Bay Melville Island (Canada) -0.456479975332736432 +60614 gsa_html_5773604426 gsa_html_5773604426:219:21773:21785 Wilcox Shreveport, Louisiana 0.0145641273221797252 +60615 cspg_html_6163691495 cspg_html_6163691495:1084:91869:91886 Madison Big Horn Mountains -0.0167554219628843898 +60616 aapg_ae_305.html aapg_ae_305.html:1588:152133:152139 Perija Maracaibo 0.0713548477104003903 +60617 aapg_ai_17.html aapg_ai_17.html:1191:81565:81574 Catahoula Shreveport, Louisiana -0.487987661646075377 +60618 cspg_html_9941227593 cspg_html_9941227593:99:12881:12907 Viking Regina, Saskatchewan -0.0257194847392249668 +60619 gsa_html_7298317037 gsa_html_7298317037:502:47805:47813 Monterey San Francisco 0.792598303466357068 +60620 aapg_ah_10.html aapg_ah_10.html:281:42004:42012 Monterey Monterey, California -0.0639339191845526011 +60621 aapg_ah_328.html aapg_ah_328.html:256:26315:26334 Minnelusa Cheyenne, Wyoming -0.00475644070930822047 +60622 aapg_ai_49.html aapg_ai_49.html:748:96387:96397 Twin Creek Carmel, Indiana -0.0303573786993141213 +60623 aapg_aa_583.html aapg_aa_583.html:5:665:674 La Casita Mexico -0.447637220621224075 +60624 aapg_aa_78.html aapg_aa_78.html:179:12565:12571 Salina Salem, Massachusetts -0.0763399422018811308 +60625 cspg_html_9023649778 cspg_html_9023649778:6:537:548 Buick Creek Victoria, British Columbia -0.502891248467274066 +60626 gsa_html_8846310336 gsa_html_8846310336:248:14996:15024 Green River Colorado 0.04052473337606078 +60627 aapg_ah_49.html aapg_ah_49.html:244:26261:26279 Towsley San Gabriel Valley -0.025689926843247262 +60628 cspg_html_9735723617 cspg_html_9735723617:4261:276904:276926 Nation River Anchorage, Alaska -0.0616410638413136674 +60629 cspg_html_7602315496 cspg_html_7602315496:8:1169:1190 Milk River Milk River, Alberta -0.454258371760158153 +60630 aapg_af_301.html aapg_af_301.html:93:10972:10993 Atoka Lake Elsinore, California -0.458750170743803365 +60631 gsa_html_9898556493 gsa_html_9898556493:254:30480:30502 Modesto Merced River -0.0132991361893864783 +60632 aapg_af_579.html aapg_af_579.html:18:2418:2429 Summerville Logan, Utah 0.0585689638564125606 +60633 geology_html_9160064262 geology_html_9160064262:100:8691:8695 Hall Kingdom of Great Britain -0.0229847531233617133 +60634 aapg_af_854.html aapg_af_854.html:643:89280:89295 Salem Salem, Massachusetts -0.00716428423732448638 +60635 aapg_ah_49.html aapg_ah_49.html:202:22361:22367 Modelo Castaic, California -0.0327735084996737119 +60636 cspg_html_1771818046 cspg_html_1771818046:186:23236:23244 Ramparts Lacombe, Alberta -0.467905110852730732 +60637 aapg_ae_353.html aapg_ae_353.html:67:7325:7342 Topanga Santa Monica Mountains 0.019537860324334036 +60638 gsa_html_2743423721 gsa_html_2743423721:1038:91261:91289 Green River Colorado -0.014941203695627946 +60639 aapg_aa_288.html aapg_aa_288.html:40:4878:4896 Cloverly Cheyenne, Wyoming -0.461026124022890449 +60640 aapg_ae_594.html aapg_ae_594.html:469:48250:48262 Austin Chalk Austin, Chicago 0.0122722414388244504 +60641 palaios_html_7679079277 palaios_html_7679079277:1013:87047:87081 Carmel Logan, Utah -0.474618689462150911 +60642 gsa_html_9158941999 gsa_html_9158941999:147:14681:14689 Colorado Denver -0.505071548445994001 +60643 geology_html_6901009663 geology_html_6901009663:247:21742:21746 Kent Kalgoorlie -0.450649451770273157 +60644 aapg_ad_575.html aapg_ad_575.html:181:23777:23796 Minnelusa Cheyenne, Wyoming -0.44844429668252761 +60645 cspg_html_8809756626 cspg_html_8809756626:758:86717:86730 Wabamun Lacombe, Alberta -0.423085635093811196 +60646 aapg_af_789.html aapg_af_789.html:35:5144:5166 Decker Closter, New Jersey -0.0600838800976532805 +60647 cspg_html_7938374662 cspg_html_7938374662:141:15139:15154 Gates Pine River (Michigan) -0.00326243548975702329 +60648 cspg_html_6665051947 cspg_html_6665051947:373:40754:40761 Bluesky Lacombe, Alberta -0.0575708500128760542 +60649 gsa_html_9478615109 gsa_html_9478615109:1206:107339:107367 Green River Colorado -0.425555590383520532 +60650 aapg_aa_625.html aapg_aa_625.html:19:2851:2870 Smackover Arkansas -0.0194596479158459131 +60651 gsa_html_1024107776 gsa_html_1024107776:504:50000:50009 Claremont Bridgetown, Nova Scotia -0.422297898476814759 +60652 sedimentology_html_6786688531 sedimentology_html_6786688531:285:16787:16791 Hall London, Ontario -0.454305775206324536 +60653 cspg_html_9222238695 cspg_html_9222238695:526:62679:62687 Columbia Lacombe, Alberta -0.00771327274469656935 +60654 cspg_html_8369994160 cspg_html_8369994160:95:10253:10269 Shunda Elkton, Kentucky 0.00828311544079899167 +60655 aapg_ac_924.html aapg_ac_924.html:602:64885:64901 Amsden Cheyenne, Wyoming 0.0169570105045463715 +60656 aapg_ah_448.html aapg_ah_448.html:33:3844:3864 San Miguel Texas -0.501974934933421491 +60657 cspg_html_1630810190 cspg_html_1630810190:51:6569:6585 Viking Lacombe, Alberta -0.459837454744856933 +60658 aapg_ai_813.html aapg_ai_813.html:37:6798:6817 Neruokpuk Prudhoe Bay Oil Field -0.465104162426203172 +60659 gsa_html_7199417381 gsa_html_7199417381:31:1769:1796 White River Colorado -0.0190651145503429667 +60660 jgeology_html_1838149422 jgeology_html_1838149422:1295:102816:102829 John Day Salem, Oregon -0.50875665121932967 +60661 aapg_aa_98.html aapg_aa_98.html:193:16646:16665 Red River Regina, Saskatchewan -0.018194387898863601 +60662 aapg_aa_305.html aapg_aa_305.html:113:16599:16623 Bluff Melbourne, Florida -0.0709123873709758268 +60663 gsa_html_4954109908 gsa_html_4954109908:14:528:534 Reston Virginia -0.48322516565543927 +60664 aapg_ah_678.html aapg_ah_678.html:594:73896:73908 Wilcox Texas 0.8193423310437975 +60665 aapg_ah_176.html aapg_ah_176.html:214:29202:29210 Morrison Colorado 0.904671319476912816 +60666 geology_html_9210804293 geology_html_9210804293:193:16105:16118 Thaynes Logan, Utah 0.389058639291330999 +60667 aapg_aa_682.html aapg_aa_682.html:287:29849:29858 Wyandotte Plattsburg, Missouri -0.423085635093811196 +60668 cspg_html_9912281240 cspg_html_9912281240:611:70760:70771 Belly River Lacombe, Alberta -0.447153316157111791 +60669 cspg_html_3907807140 cspg_html_3907807140:700:72691:72710 Athabasca Lacombe, Alberta -0.450836079136884949 +60670 gsa_html_8515975571 gsa_html_8515975571:1075:96255:96283 Green River Iran -0.0182917127831857887 +60671 cspg_html_4287356899 cspg_html_4287356899:1562:218600:218605 Yukon Svalbard -0.0335442004664093935 +60672 aapg_ai_82.html aapg_ai_82.html:79:10271:10288 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.00621572872549000163 +60673 aapg_ae_223.html aapg_ae_223.html:393:46852:46869 Wasatch Wasatch Range -0.0178850368240152588 +60674 aapg_ad_721.html aapg_ad_721.html:209:19154:19165 Cloud Chief Texas -0.0645208083135350441 +60675 aapg_ai_154.html aapg_ai_154.html:171:19640:19646 Oswayo Potter County, Texas -0.468054102450840448 +60676 aapg_aa_685.html aapg_aa_685.html:406:37392:37416 Flagstaff Salina, Kansas -0.485088647253059335 +60677 aapg_ai_509.html aapg_ai_509.html:97:8655:8673 Bromide Middle Ordovician -0.457582637906406409 +60678 cspg_html_3023030263 cspg_html_3023030263:514:57192:57205 Carlile Powder River Basin 0.273591231134829471 +60679 cspg_html_4812473779 cspg_html_4812473779:1016:120250:120260 West Point Quebec City -0.497180715543366847 +60680 cspg_html_4210762654 cspg_html_4210762654:34:5767:5782 Nisku Western world -0.434637853624058046 +60681 sedimentology_html_8653890152 sedimentology_html_8653890152:1414:74251:74255 Kano Sakai, Osaka -0.0539774827937968063 +60682 cspg_html_9613906024 cspg_html_9613906024:21:2409:2420 Slave Point Great Slave Lake 0.4545247662235814 +60683 cspg_html_3175305741 cspg_html_3175305741:37:6008:6018 Road River Porcupine River (Ontario) 0.0156223882901486404 +60684 aapg_ae_415.html aapg_ae_415.html:799:99148:99160 Chickasawhay Alabama -0.427658982255246345 +60685 cspg_html_5312588885 cspg_html_5312588885:440:57512:57518 Banner Hanson, Massachusetts -0.461601707643698789 +60686 aapg_ac_924.html aapg_ac_924.html:147:13068:13075 Madison Cheyenne, Wyoming -0.0329039831634222388 +60687 jgeology_html_8264452242 jgeology_html_8264452242:149:10501:10518 Baraboo Quartzite Montello, Nevada -0.0407754352992212923 +60688 aapg_ac_429.html aapg_ac_429.html:131:15430:15435 Queen San Angelo, Texas -0.452887004013691252 +60689 cspg_html_6252417471 cspg_html_6252417471:390:59093:59111 Reindeer Banks Island -0.0140758476190941898 +60690 cspg_html_6514903151 cspg_html_6514903151:258:30486:30494 Columbia Victoria, British Columbia -0.480033015687554854 +60691 gsa_html_4535132950 gsa_html_4535132950:29:2796:2824 Green River Iran -0.033773852470743819 +60692 aapg_ac_71.html aapg_ac_71.html:272:31886:31893 Sunrise Tonopah, Arizona -0.0604207713516429698 +60693 AMJC_html_4692260170 AMJC_html_4692260170:519:51611:51624 Shaw Mountain Bennington, Vermont -0.253119231428050817 +60694 aapg_ai_213.html aapg_ai_213.html:327:42690:42698 Columbia Victoria, British Columbia -0.49871872177518084 +60695 aapg_ad_944.html aapg_ad_944.html:278:26158:26177 Spearfish Williston, Vermont -0.390992893901545346 +60696 aapg_ae_794.html aapg_ae_794.html:455:49468:49488 Owl Creek Selma to Montgomery marches -0.458750170743803365 +60697 cspg_html_9435196958 cspg_html_9435196958:684:29420:29428 Edmonton Lacombe, Alberta -0.0642483167942689143 +60698 gsa_html_5064963350 gsa_html_5064963350:110:12291:12300 Talkeetna Kodiak Island -0.454143259443463898 +60699 aapg_ah_574.html aapg_ah_574.html:72:6586:6593 Tamabra El Abra -0.47482657712880405 +60700 cspg_html_6985536436 cspg_html_6985536436:99:14744:14762 Isachsen Banks Island -0.469896801722409774 +60701 jgeology_html_4599466962 jgeology_html_4599466962:305:21847:21866 Schoharie Edgecliff, New South Wales -0.490054357124853124 +60702 aapg_ac_545.html aapg_ac_545.html:48:8100:8108 Columbia Lacombe, Alberta -0.0102741494050379821 +60703 cspg_html_8089302449 cspg_html_8089302449:553:96730:96752 Souris River Manitoba -0.412903352870055529 +60704 cspg_html_9729377176 cspg_html_9729377176:945:106223:106231 Columbia Victoria, British Columbia -0.448408411516637184 +60705 sedimentology_html_5843972010 sedimentology_html_5843972010:405:37711:37715 Hall London, Ontario -0.032453416908065226 +60706 AMJC_html_4504848787 AMJC_html_4504848787:31:4004:4024 Grandfather Mountain Ocoee, Florida -0.470292003998596664 +60707 aapg_ai_357.html aapg_ai_357.html:39:5426:5436 Georgetown Buda, Texas -0.0283712524140075813 +60708 aapg_af_653.html aapg_af_653.html:1002:120159:120172 Vaqueros Monterey, California 0.00553124928900665478 +60709 aapg_aa_360.html aapg_aa_360.html:289:25944:25971 Eagle Luling, Louisiana -0.0774657267796319271 +60710 aapg_ah_647.html aapg_ah_647.html:532:58068:58087 Horquilla Colina, Chile -0.0411323490648926038 +60711 aapg_aa_663.html aapg_aa_663.html:5:807:811 Rome Kentucky 0.0387438968919614213 +60712 aapg_ai_87.html aapg_ai_87.html:327:30916:30931 Banff Wapiti River -0.428791476930725279 +60713 cspg_html_7086880709 cspg_html_7086880709:134:14990:14999 Cold Lake Great Slave Lake -0.251903244545797489 +60714 aapg_ae_681.html aapg_ae_681.html:47:6235:6244 Smackover Cotton Valley, Louisiana -0.489182445167081981 +60715 aapg_ad_945.html aapg_ad_945.html:113:12244:12255 Peace River Lacombe, Alberta -0.449431691216236939 +60716 aapg_ah_435.html aapg_ah_435.html:223:27341:27348 Bigford Carrizo Plain -0.103537008220091958 +60717 aapg_ae_742.html aapg_ae_742.html:197:19680:19686 Denver Colorado -0.480597940731277096 +60718 aapg_af_589.html aapg_af_589.html:92:5311:5321 Washington Washington (state) -0.493489605901760553 +60719 aapg_ae_958.html aapg_ae_958.html:1271:110754:110783 Cherry Canyon Guadalupe Mountains National Park -0.460980639153810601 +60720 aapg_ae_485.html aapg_ae_485.html:476:54504:54512 Virginia Lynchburg, Virginia -0.487631194234456278 +60721 gsa_html_8549650339 gsa_html_8549650339:230:20519:20540 Eagle Buda, Texas -0.0418113941638034933 +60722 cspg_html_6038396142 cspg_html_6038396142:58:8440:8451 Black River Winnipeg -0.0101247315019664351 +60723 aapg_aa_105.html aapg_aa_105.html:392:40787:40798 Fernie Middle East -0.443077141419275844 +60724 aapg_af_745.html aapg_af_745.html:437:61153:61167 Niobrara Niobrara, Nebraska -0.43867038361858135 +60725 aapg_aa_609.html aapg_aa_609.html:530:50985:51002 Madison Cheyenne, Wyoming -0.467868439854770279 +60726 cspg_html_9905904289 cspg_html_9905904289:301:38024:38042 Whitemud Regina, Saskatchewan -0.436872309743032927 +60727 gsa_html_3080468929 gsa_html_3080468929:78:5814:5842 Green River New Mexico -0.0291434052387325206 +60728 aapg_ad_883.html aapg_ad_883.html:51:7227:7248 Mount Simon Trempealeau, Wisconsin -0.0397082576932654904 +60729 geology_html_5526435496 geology_html_5526435496:15:829:837 Colorado Denver -0.464473797617463435 +60730 cspg_html_8089302449 cspg_html_8089302449:31:5622:5634 Saskatchewan Manitoba -0.0585689638564125953 +60731 palaios_html_2623118674 palaios_html_2623118674:895:96801:96821 North Horn Logan, Utah 0.715699459634007051 +60732 aapg_ah_60.html aapg_ah_60.html:136:12316:12333 Tsadaka California -0.457786563407215019 +60733 aapg_ai_928.html aapg_ai_928.html:126:18298:18312 Woodford Arkansas -0.0423703387957518537 +60734 cspg_html_4694482219 cspg_html_4694482219:37:4617:4657 Edmonton Lacombe, Alberta -0.0332519228723545321 +60735 gsa_html_9238968908 gsa_html_9238968908:66:4801:4829 Green River Colorado -0.0196404059622709952 +60736 aapg_ak_17.html aapg_ak_17.html:271:23038:23044 Brazil El Salvador -0.484135384227082133 +60737 aapg_ai_887.html aapg_ai_887.html:486:57002:57011 Red River Regina, Saskatchewan -0.426503733834695087 +60738 cspg_html_1009749092 cspg_html_1009749092:569:65365:65392 Horseshoe Canyon Lacombe, Alberta -0.0443852715677367574 +60739 aapg_ah_757.html aapg_ah_757.html:208:22357:22372 Salem Bloomington, Indiana -0.489250567816489013 +60740 aapg_ai_409.html aapg_ai_409.html:316:36736:36759 Midway Arkadelphia, Arkansas -0.464473797617463435 +60741 aapg_aa_597.html aapg_aa_597.html:360:33674:33678 Cass London, Ontario -0.046510437316175636 +60742 geology_html_7441090490 geology_html_7441090490:293:24001:24018 Entrada Logan, Utah -0.0556186826721344618 +60743 geology_html_1703051515 geology_html_1703051515:16:1471:1477 Oregon Newport, Rhode Island -0.0210882710852193268 +60744 geology_html_8979691507 geology_html_8979691507:285:26993:27003 Clearwater Boise, Idaho -0.0100934580634963432 +60745 aapg_ae_876.html aapg_ae_876.html:148:14769:14792 Cedar Mountain Logan, Utah -0.253500842156049233 +60746 jgeology_html_9876765444 jgeology_html_9876765444:489:30200:30204 Hall London, Ontario -0.456371367070690814 +60747 AMJC_html_4692260170 AMJC_html_4692260170:853:92569:92588 Littleton New Hampshire -0.44280960294495586 +60748 aapg_ac_867.html aapg_ac_867.html:707:95702:95718 Rock River Cheyenne, Wyoming -0.473081857330366395 +60749 aapg_af_355.html aapg_af_355.html:169:21349:21357 Colorado Denver 0.0106841830799118756 +60750 aapg_af_593.html aapg_af_593.html:157:13055:13072 Grimsby Guelph -0.03065480270336517 +60751 aapg_ah_181.html aapg_ah_181.html:124:14899:14916 Wingate Chinle Formation -0.499412697488954616 +60752 aapg_ac_126.html aapg_ac_126.html:104:15423:15451 Haynesville Haynesville, Louisiana -0.440265166942118702 +60753 aapg_ad_808.html aapg_ad_808.html:1246:86120:86138 Frontier Fremont County, Wyoming -0.00574666843220395917 +60754 gsa_html_9194968822 gsa_html_9194968822:9:292:297 Rapid Anchorage, Alaska -0.49687250405482164 +60755 aapg_aa_943.html aapg_aa_943.html:88:7007:7017 Citronelle Citronelle, Alabama -0.432898220958173763 +60756 cspg_html_2040245760 cspg_html_2040245760:29:2532:2540 Columbia Lacombe, Alberta -0.0275887108223223723 +60757 gsa_html_2783522531 gsa_html_2783522531:264:26176:26189 Midway Selma to Montgomery marches -0.0219487021071597919 +60758 aapg_ac_824.html aapg_ac_824.html:619:56210:56218 Colorado Middle East -0.466782751574986277 +60759 aapg_ae_411.html aapg_ae_411.html:42:4169:4173 Buda Buda, Texas -0.455229509631582041 +60760 aapg_aa_394.html aapg_aa_394.html:29:4029:4043 Waverly Lexington, Kentucky -0.170795646622498604 +60761 cspg_html_9905904289 cspg_html_9905904289:381:49342:49368 Horseshoe Canyon Regina, Saskatchewan -0.424479393833646412 +60762 aapg_aa_300.html aapg_aa_300.html:125:17256:17264 Carlsbad La Jolla -0.0174019020564647256 +60763 aapg_ah_646.html aapg_ah_646.html:16:2345:2361 Chinle Logan, Utah -0.269624388668880388 +60764 AMJC_html_7085584544 AMJC_html_7085584544:1156:110471:110499 Green River Cheyenne, Wyoming -0.487335814372290177 +60765 geology_html_6078681887 geology_html_6078681887:356:26562:26567 Piper Greece -0.44721379024503416 +60766 sedimentology_html_7623092448 sedimentology_html_7623092448:4105:215681:215689 Columbia Victoria, British Columbia -0.432267625462602723 +60767 gsa_html_7938666655 gsa_html_7938666655:379:32295:32315 Berg Creek Wrangell Mountains -0.507776191944776634 +60768 aapg_ae_750.html aapg_ae_750.html:145:16717:16722 Hueco Wichita, Kansas -0.0605063062130408585 +60769 cspg_html_4541662139 cspg_html_4541662139:38:5286:5298 Independence Iowa -0.498497815946421563 +60770 cspg_html_6134774167 cspg_html_6134774167:457:48272:48289 Cardium Lacombe, Alberta -0.44961357796588941 +60771 cspg_html_8227554214 cspg_html_8227554214:293:31855:31877 Hillsborough Hillsborough, California -0.0408468169477428783 +60772 aapg_ae_876.html aapg_ae_876.html:773:82266:82285 Greenhorn Mancos, Colorado -0.451112717771554095 +60773 gsa_html_3448554349 gsa_html_3448554349:84:8832:8840 Catskill Pocono Raceway -0.475258680049542748 +60774 cspg_html_7769839889 cspg_html_7769839889:221:24852:24868 Kotcho Dunedin, Florida -0.0415972283122600164 +60775 jgeology_html_9867650961 jgeology_html_9867650961:702:44539:44557 Morrison Western United States -0.0191033509173605641 +60776 gsa_html_9266920022 gsa_html_9266920022:625:65694:65722 Green River Colorado 0.012008138805000507 +60777 aapg_aa_691.html aapg_aa_691.html:676:90774:90782 Michigan Salina, Kansas -0.0576354087003293492 +60778 aapg_ac_569.html aapg_ac_569.html:104:15709:15729 Emma Fiord Ellesmere Island -0.0222894098360483031 +60779 aapg_af_468.html aapg_af_468.html:294:27525:27540 Frio Brazoria County, Texas 0.00776191758677063481 +60780 cspg_html_9343899465 cspg_html_9343899465:1986:173052:173061 Hell Gate Western world -0.0392835092525669338 +60781 aapg_ae_254.html aapg_ae_254.html:87:9663:9670 Rodessa Rodessa, Louisiana -0.0243581435015515282 +60782 cspg_html_4287356899 cspg_html_4287356899:304:43516:43531 Cathedral Western world -0.478702368018989743 +60783 AMJC_html_4504848787 AMJC_html_4504848787:494:50710:50732 Mechum River Washington (state) -0.465616092314337648 +60784 cspg_html_4210762654 cspg_html_4210762654:12:1720:1735 Nisku Lacombe, Alberta -0.435926993396556828 +60785 aapg_ac_301.html aapg_ac_301.html:275:32578:32601 Jefferson Boise, Idaho -0.149868155204288866 +60786 aapg_ac_971.html aapg_ac_971.html:1111:97878:97893 Viola Seminole, Texas -0.466759861116235797 +60787 cspg_html_3026112034 cspg_html_3026112034:477:43721:43741 Swan Hills Swan Hill, Victoria -0.461526610478465105 +60788 aapg_aa_357.html aapg_aa_357.html:387:36212:36219 Wingate Chinle Formation -0.493772964396431202 +60789 geology_html_4447793411 geology_html_4447793411:89:6597:6603 Sonora Baja California peninsula -0.477130519718023338 +60790 gsa_html_8241338635 gsa_html_8241338635:483:48158:48174 Moenkopi Kaibab, Arizona -0.455229509631582041 +60791 palaios_html_7196438349 palaios_html_7196438349:653:64430:64438 Victoria Melbourne, Florida -0.464473797617463435 +60792 aapg_aa_962.html aapg_aa_962.html:508:54165:54172 Prairie Montgomery (town), New York 0.0223589428647652418 +60793 cspg_html_8174352156 cspg_html_8174352156:325:44918:44926 Columbia Victoria, British Columbia -0.0294216697317379976 +60794 cspg_html_1743658399 cspg_html_1743658399:39:6100:6114 Eids Melville Island (Canada) -0.435694684676078359 +60795 aapg_ae_446.html aapg_ae_446.html:296:29364:29374 San Andres New Mexico 0.0254221697813066458 +60796 cspg_html_7896958755 cspg_html_7896958755:66:7880:7900 Clearwater CFB Cold Lake -0.501545759647369804 +60797 gsa_html_2321464653 gsa_html_2321464653:579:61123:61140 Morales California -0.056428091240923392 +60798 aapg_ae_71.html aapg_ae_71.html:289:26709:26725 Chinle Chinle Formation -0.477790905452477432 +60799 aapg_ae_993.html aapg_ae_993.html:102:11798:11813 Darby Cheyenne, Wyoming 0.975862478652119725 +60800 AMJC_html_7144941731 AMJC_html_7144941731:79:9563:9584 Weaverville Klamath Mountains (ecoregion) -0.441321717841106853 +60801 geology_html_9156967823 geology_html_9156967823:147:13995:14021 Ferris Cheyenne, Wyoming -0.474918987556243288 +60802 aapg_ac_19.html aapg_ac_19.html:170:14728:14736 Woodbine Paluxy, Texas -0.414847317157849504 +60803 gsa_html_4415818938 gsa_html_4415818938:22:766:776 Rio Grande Manaus -0.450586501765938174 +60804 cspg_html_3501550466 cspg_html_3501550466:637:91224:91238 Mission Canyon County (United States) -0.012400818539292929 +60805 aapg_ad_908.html aapg_ad_908.html:70:8127:8136 Rio Negro Venezuela -0.0532311352227030424 +60806 cspg_html_3026112034 cspg_html_3026112034:129:12609:12628 Waterways Swan Hill, Victoria -0.433370341259820213 +60807 aapg_ac_532.html aapg_ac_532.html:338:51140:51153 El Paso Knoxville, Tennessee -0.457487488497030304 +60808 gsa_html_1483985225 gsa_html_1483985225:1048:78571:78599 Green River Colorado -0.0285260271643415532 +60809 cspg_html_5828545040 cspg_html_5828545040:15:1935:1951 Muskeg Canada -0.0217296792824245993 +60810 aapg_ac_972.html aapg_ac_972.html:138:16348:16370 Monterey Paso Robles, California -0.460091874413590562 +60811 cspg_html_4495395109 cspg_html_4495395109:25:3686:3695 Shaunavon Regina, Saskatchewan -0.444844842741709823 +60812 aapg_af_653.html aapg_af_653.html:583:64729:64737 Vaqueros Monterey, California -0.480367741483547772 +60813 cspg_html_9388169273 cspg_html_9388169273:10:808:823 Banff Highland Park, Texas -0.0330222814746261376 +60814 aapg_af_900.html aapg_af_900.html:43:6470:6477 Reynosa Western world -0.0924457189678587615 +60815 aapg_ah_283.html aapg_ah_283.html:375:39981:40003 Skookumchuck Cowlitz River -0.404163017004014413 +60816 gsa_html_1860930948 gsa_html_1860930948:482:57350:57358 Colorado Denver -0.460173667521570073 +60817 aapg_ad_466.html aapg_ad_466.html:1195:127627:127634 Raritan Patapsco River -0.434712986404073964 +60818 aapg_ah_330.html aapg_ah_330.html:528:43648:43666 Vaqueros Monterey County, California 0.00945062084184406827 +60819 cspg_html_4785922166 cspg_html_4785922166:484:58126:58145 Ramparts Great Slave Lake -0.47249414511500698 +60820 aapg_ai_157.html aapg_ai_157.html:228:24042:24048 Guelph Salina, Kansas -0.481156254434641828 +60821 palaios_html_4940783464 palaios_html_4940783464:454:44386:44404 Yakataga Anchorage, Alaska -0.0436537812502225328 +60822 gsa_html_8335323050 gsa_html_8335323050:14:674:680 Reston Virginia -0.462125287699645448 +60823 aapg_aa_734.html aapg_aa_734.html:578:58203:58221 Woodford Sunbury, Pennsylvania -0.0060576376426468119 +60824 aapg_ac_87.html aapg_ac_87.html:111:13625:13633 Colorado Texas -0.0669441011416033877 +60825 cspg_html_3982722300 cspg_html_3982722300:117:17094:17107 Red Rock Lake Bonneville -0.491068403850714985 +60826 sedimentology_html_1046729113 sedimentology_html_1046729113:2077:162329:162337 Dunvegan Victoria, British Columbia -0.0074248793072545817 +60827 geology_html_9805181537 geology_html_9805181537:181:17829:17844 Elk Wisconsin -0.447404197686881167 +60828 geology_html_1817957696 geology_html_1817957696:311:24315:24320 Moran Earth -0.467889067103673728 +60829 cspg_html_5697056884 cspg_html_5697056884:66:7768:7798 Meadow Lake Western world -0.410536443540969742 +60830 jgeology_html_4305195651 jgeology_html_4305195651:584:72792:72813 Mauch Chunk Pottsville, Pennsylvania -0.439165406786194035 +60831 geology_html_5375015639 geology_html_5375015639:19:1394:1401 Newport Salem, Oregon -0.0354198318919945049 +60832 aapg_ae_324.html aapg_ae_324.html:1313:130785:130792 Pamelia Black River, Jamaica -0.435661502416701596 +60833 cspg_html_3097746547 cspg_html_3097746547:326:44324:44340 Fernie Lacombe, Alberta -0.441740222253796999 +60834 gsa_html_9052101586 gsa_html_9052101586:515:63857:63868 Peoria Peoria, Illinois -0.000774781561203988548 +60835 aapg_ae_220.html aapg_ae_220.html:495:54429:54437 Nacatoch Calhoun, Georgia -0.442542141875480355 +60836 aapg_ah_370.html aapg_ah_370.html:642:50937:50948 Ludlowville Moscow -0.106653525775412025 +60837 cspg_html_6702053097 cspg_html_6702053097:29:3880:3901 Lawrence Hartford, Connecticut -0.0343445234094948634 +60838 aapg_ai_276.html aapg_ai_276.html:360:44926:44934 Virginia Newport, Rhode Island -0.0752231645850742897 +60839 aapg_ac_245.html aapg_ac_245.html:288:40244:40253 Wyandotte Plattsburg, Missouri -0.0338921598886321312 +60840 aapg_ae_993.html aapg_ae_993.html:384:38805:38824 Jefferson Cheyenne, Wyoming -0.0265036602918163264 +60841 cspg_html_4422863308 cspg_html_4422863308:63:7996:8012 Viking Lacombe, Alberta -0.44948782523520614 +60842 aapg_ac_634.html aapg_ac_634.html:14:2318:2326 Wolfcamp Roberts County, South Dakota -0.464610795373413321 +60843 aapg_ad_444.html aapg_ad_444.html:46:6196:6215 Wilberns Llano, Texas -0.450080811334427622 +60844 gsa_html_7384517973 gsa_html_7384517973:821:73537:73548 Devils Hole Reno, Nevada -0.481794104698776371 +60845 AMJC_html_6341723617 AMJC_html_6341723617:673:60643:60664 Green River Uinta Mountains -0.0405508478442002454 +60846 cspg_html_5685783620 cspg_html_5685783620:134:19104:19113 Cathedral Lake Louise, Alberta -0.0175218157848266304 +60847 aapg_ae_66.html aapg_ae_66.html:118:11486:11495 Englewood Guernsey -0.421964232277811879 +60848 gsa_html_9219965669 gsa_html_9219965669:994:93164:93192 Green River New Mexico -0.106367849973934808 +60849 sedimentology_html_2806065367 sedimentology_html_2806065367:855:69699:69708 Camp Rice Puerto Palomas, Chihuahua -0.036255097654164431 +60850 gsa_html_9514738497 gsa_html_9514738497:38:3480:3486 Animas Estancia, New Mexico -0.479586916180102352 +60851 aapg_ah_60.html aapg_ah_60.html:251:24520:24539 Kulthieth Malaspina Glacier -0.466727815469158758 +60852 gsa_html_6983076294 gsa_html_6983076294:60:7077:7084 El Paso Llano, Texas -0.0131827182184571217 +60853 cspg_html_9468274627 cspg_html_9468274627:137:18915:18924 Cranbrook Victoria, British Columbia -0.458865873154244486 +60854 aapg_af_292.html aapg_af_292.html:210:22413:22421 Colorado Denver -0.491106071608619299 +60855 geology_html_8261171303 geology_html_8261171303:11:400:412 Rhode Island Newport, Rhode Island -0.4391432028015122 +60856 AMJC_html_2829615437 AMJC_html_2829615437:133:19314:19334 Washington Ohio -0.471543117662309108 +60857 gsa_html_1617077506 gsa_html_1617077506:861:84456:84464 Columbia Victoria, British Columbia -0.44951252529713398 +60858 cspg_html_7866293053 cspg_html_7866293053:802:80756:80777 Christopher Palmer, Alaska -0.0176782260000604811 +60859 jgeology_html_4115179562 jgeology_html_4115179562:201:13618:13625 Juniata Middle East -0.0792959011673746855 +60860 gsa_html_9569209726 gsa_html_9569209726:11:483:491 San Jose California -0.0168284107080514181 +60861 cspg_html_7817594878 cspg_html_7817594878:318:46295:46308 Elk Victoria, British Columbia -0.486513508857715604 +60862 aapg_ai_105.html aapg_ai_105.html:342:41189:41195 Humbug Uinta Mountains -0.00349522085598196267 +60863 aapg_ad_379.html aapg_ad_379.html:860:70803:70811 Frontier Powder River Basin 0.00976335112648768488 +60864 cspg_html_7881580279 cspg_html_7881580279:364:48515:48534 Elm Point Manitoba -0.0345376534934891677 +60865 cspg_html_3796928998 cspg_html_3796928998:53:7766:7778 Granite Wash Lake Athabasca -0.465579516089382972 +60866 gsa_html_4137054086 gsa_html_4137054086:330:25682:25696 Stirling Mira Road -0.498117899111855666 +60867 aapg_ac_629.html aapg_ac_629.html:321:41027:41034 Bentley Beaumont, Texas -0.0193901260398797667 +60868 sedimentology_html_8449933385 sedimentology_html_8449933385:674:40225:40229 Hall London, Ontario -0.492258100446082036 +60869 aapg_ac_971.html aapg_ac_971.html:73:9960:9969 Frankfort Utica, New York -0.0336555463053693354 +60870 palaios_html_5552054627 palaios_html_5552054627:604:50109:50143 Ratcliffe Brook Canada -0.0608327459561348455 +60871 aapg_ac_699.html aapg_ac_699.html:13:1844:1849 Sligo Texas -0.386702728241084648 +60872 aapg_af_483.html aapg_af_483.html:188:26374:26391 Esquias Cedros, Trinidad and Tobago -0.486548633935625752 +60873 AMJC_html_3664856625 AMJC_html_3664856625:57:7322:7342 Fort Union Powder River Basin -0.464163347577605745 +60874 cspg_html_4694482219 cspg_html_4694482219:296:25992:26004 Willow Creek Red Deer, Alberta -0.459887424332023564 +60875 jgeology_html_8494933343 jgeology_html_8494933343:138:8440:8459 Bidahochi Arizona -0.0243946529781233976 +60876 cspg_html_5538678223 cspg_html_5538678223:298:38564:38572 Columbia Victoria, British Columbia -0.00860799843042621068 +60877 gsa_html_6117440194 gsa_html_6117440194:285:29030:29047 Wasatch Cordillera Administrative Region -0.444838140504144441 +60878 aapg_ac_749.html aapg_ac_749.html:109:15307:15328 Gorge Manitoulin Island -0.0532764718431481404 +60879 cspg_html_3328007773 cspg_html_3328007773:971:99176:99198 Buckinghorse Victoria, British Columbia -0.445984933244691462 +60880 sedimentology_html_2139169476 sedimentology_html_2139169476:941:65151:65160 Peninsula Korea -0.484135384227082133 +60881 aapg_aa_918.html aapg_aa_918.html:1011:105042:105062 Whitehorse Big Basin Redwoods State Park -0.00908750930208491146 +60882 aapg_ae_794.html aapg_ae_794.html:627:69838:69846 Virginia James River (Dakotas) -0.0465034686644063416 +60883 aapg_ad_871.html aapg_ad_871.html:69:7738:7760 Ferron Point Rockport, Massachusetts -0.000347435604052462668 +60884 aapg_ad_2.html aapg_ad_2.html:1625:225136:225158 Martinsburg Pennsylvania 0.0241686433122073677 +60885 cspg_html_5807593737 cspg_html_5807593737:29:4694:4712 Birdbear Williston, Vermont -0.46279500750727276 +60886 jgeology_html_4121584613 jgeology_html_4121584613:280:22346:22364 Beaumont Texas -0.00409977035478876605 +60887 cspg_html_7595517955 cspg_html_7595517955:671:63244:63264 Blue Fiord Bathurst Island (Northern Territory) 0.374827233622854417 +60888 cspg_html_5807593737 cspg_html_5807593737:550:67204:67211 Duperow Iowa -0.00253281259735845714 +60889 cspg_html_6116883777 cspg_html_6116883777:689:90647:90669 Devon Island Little Cornwallis Island -0.0154103849420370986 +60890 aapg_af_575.html aapg_af_575.html:526:72366:72376 Kinderhook Chattanooga, Tennessee -0.0808674334425171643 +60891 cspg_html_9508543859 cspg_html_9508543859:196:22377:22382 Chazy Black River, Jamaica -0.470365549607814404 +60892 aapg_ad_2.html aapg_ad_2.html:1039:142040:142060 Beekmantown Great Valley, New York 0.0195500267274268669 +60893 gsa_html_7102550258 gsa_html_7102550258:656:76311:76326 Entrada Colorado 1.01564746766026315 +60894 palaios_html_5725013009 palaios_html_5725013009:937:73004:73026 Felch Colorado -0.478307979059971577 +60895 aapg_ai_974.html aapg_ai_974.html:397:42362:42372 Washington Cascade Mountain (Alberta) -0.452896019392303839 +60896 aapg_ai_338.html aapg_ai_338.html:4:730:738 Carlsbad Artesia, New Mexico -0.478280146619880497 +60897 aapg_aa_880.html aapg_aa_880.html:155:17251:17257 Denver Colorado -0.486419849038802532 +60898 aapg_aa_300.html aapg_aa_300.html:349:38680:38689 San Diego San Diego -0.457532796484121151 +60899 cspg_html_8198875303 cspg_html_8198875303:210:29916:29927 Belly River Lacombe, Alberta -0.472604743150075168 +60900 gsa_html_5601712699 gsa_html_5601712699:22:2031:2038 Newport Inglewood, California -0.434518537443352337 +60901 aapg_ae_236.html aapg_ae_236.html:111:9681:9691 Cane River Hinds County, Mississippi -0.00399553741552616509 +60902 palaios_html_5921824758 palaios_html_5921824758:273:28213:28242 Chuckanut Washington (state) -0.475991665297052891 +60903 cspg_html_9720041449 cspg_html_9720041449:785:87326:87342 Ireton Lacombe, Alberta -0.455957418074169007 +60904 aapg_ad_401.html aapg_ad_401.html:316:25443:25451 Altamont Moraine, Ohio -0.399128762245849478 +60905 aapg_ae_155.html aapg_ae_155.html:312:37312:37320 Rio Lari Cordillera de Talamanca -0.492210951964540455 +60906 cspg_html_6786864151 cspg_html_6786864151:1571:95949:95961 Moreno California -0.463271407180362194 +60907 geology_html_9083528258 geology_html_9083528258:251:22610:22631 Price Logan, Utah -0.466007095038280028 +60908 aapg_aa_699.html aapg_aa_699.html:195:17631:17640 Tonoloway Michigan -0.439165406786194035 +60909 cspg_html_1230573826 cspg_html_1230573826:107:14720:14728 Palliser Eldon, Missouri -0.471695028578207554 +60910 aapg_ac_613.html aapg_ac_613.html:72:9369:9384 Mesaverde New Mexico -0.435880527044409383 +60911 cspg_html_8250755331 cspg_html_8250755331:676:70623:70663 Milk River Lacombe, Alberta 0.000674025171207849952 +60912 gsa_html_1040524378 gsa_html_1040524378:545:64617:64627 Washington Boise, Idaho -0.488837217649543798 +60913 aapg_ah_40.html aapg_ah_40.html:61:6648:6668 San Andres New Mexico -0.413981895448320647 +60914 gsa_html_7518144145 gsa_html_7518144145:502:40877:40882 Mt Lytton Salcha River -0.458695727712452594 +60915 AMJC_html_4504848787 AMJC_html_4504848787:582:56779:56787 Virginia Blue Ridge Mountains -0.0313801301050329814 +60916 aapg_ae_73.html aapg_ae_73.html:358:46678:46694 Bernal Las Vegas Strip -0.486436238766394913 +60917 palaios_html_7465495929 palaios_html_7465495929:69:8101:8118 La Luna South America -0.499412697488954616 +60918 cspg_html_8362959053 cspg_html_8362959053:47:7535:7556 Blackstone Mountain Park (Holyoke, Massachusetts) -0.0273313514332929886 +60919 aapg_ah_387.html aapg_ah_387.html:2809:302978:302987 Knoxville Knoxville, Illinois -0.448287309474040385 +60920 aapg_af_510.html aapg_af_510.html:124:13687:13693 Dakota Powder River (Montana) -0.422095067987643957 +60921 cspg_html_2010437172 cspg_html_2010437172:11:1146:1154 Columbia Gulf Islands -0.0308043870775981631 +60922 gsa_html_4761254244 gsa_html_4761254244:594:55963:55969 Morgan Earth -0.483341806462215584 +60923 cspg_html_7115701337 cspg_html_7115701337:627:65992:66001 Mackenzie Victoria, British Columbia -0.0189695239556965725 +60924 sedimentology_html_8894545819 sedimentology_html_8894545819:2078:118403:118410 Andrews Austin, Chicago -0.440254051746647612 +60925 gsa_html_2877730818 gsa_html_2877730818:1044:86740:86764 Crystal Spring Great Basin -0.480563058112629005 +60926 cspg_html_2113617629 cspg_html_2113617629:27:4445:4465 Bow Island Lacombe, Alberta -0.48294529227432792 +60927 aapg_ae_63.html aapg_ae_63.html:251:25926:25946 Bear River Aspen, Colorado -0.0549436678913172855 +60928 aapg_ah_391.html aapg_ah_391.html:535:37051:37068 Gaviota Santa Barbara, California -0.0347621062592119723 +60929 gsa_html_8892994555 gsa_html_8892994555:717:70808:70814 Snyder California -0.474355436180137646 +60930 aapg_ae_353.html aapg_ae_353.html:3:334:359 Topanga California -0.444288722897409949 +60931 aapg_ae_536.html aapg_ae_536.html:264:28862:28883 Molas Hermosa, Chicago -0.452896019392303839 +60932 sedimentology_html_3417633442 sedimentology_html_3417633442:1265:79763:79770 Bearpaw Judith River Formation -0.0292460145715184028 +60933 aapg_ad_605.html aapg_ad_605.html:126:13431:13452 Baca New Mexico -0.00949926761203980299 +60934 aapg_ac_563.html aapg_ac_563.html:606:87619:87637 Buckner Texas -0.427711626546922574 +60935 cspg_html_5475723116 cspg_html_5475723116:223:25678:25691 Dawson Canyon Logan Canyon -0.477123570959987586 +60936 aapg_af_470.html aapg_af_470.html:189:20394:20425 Georgetown Logan, Utah -0.0215106592204126722 +60937 aapg_ac_93.html aapg_ac_93.html:3:167:202 Smackover Shreveport, Louisiana -0.383373948299306933 +60938 geology_html_3451037536 geology_html_3451037536:323:27065:27070 Weeks Goree, Texas -0.483281151267174081 +60939 aapg_ah_856.html aapg_ah_856.html:21:3078:3084 Tactic Santa Rosa, California -0.0129811598637887184 +60940 aapg_ae_296.html aapg_ae_296.html:316:30450:30456 Blaine Texas 0.259126533117235547 +60941 gsa_html_3014459865 gsa_html_3014459865:202:21591:21610 Pensauken Delmarva Peninsula -0.447357152169087058 +60942 aapg_aa_24.html aapg_aa_24.html:436:50236:50261 Melville Island Melville, New York -0.470629904958731249 +60943 cspg_html_6255491344 cspg_html_6255491344:11:1597:1605 Columbia Elk River, Minnesota -0.470236848829719556 +60944 gsa_html_8833777630 gsa_html_8833777630:895:96103:96131 Green River Colorado -0.41400352166597143 +60945 cspg_html_7985076717 cspg_html_7985076717:98:11627:11635 Read Bay Little Cornwallis Island -0.0590680785366917427 +60946 geology_html_6494447832 geology_html_6494447832:238:25736:25765 Noonday Dolomite Death Valley -0.416263934973035432 +60947 cspg_html_1295372914 cspg_html_1295372914:11:1030:1056 Sabine Mons -0.455310861563052449 +60948 gsa_html_3038126504 gsa_html_3038126504:65:6803:6822 Bidahochi Grand Canyon -0.0619378811065202026 +60949 aapg_af_653.html aapg_af_653.html:2433:215083:215090 Temblor Monterey, California -0.0103801322392496759 +60950 palaios_html_7679079277 palaios_html_7679079277:36:2368:2376 Sundance Cheyenne, Wyoming 0.616802289471098275 +60951 aapg_af_315.html aapg_af_315.html:75:7239:7245 Laredo Laredo, Texas -0.443523211116507166 +60952 aapg_ah_876.html aapg_ah_876.html:429:52247:52259 Rodessa Mississippi River -0.206660067312873424 +60953 cspg_html_7963093032 cspg_html_7963093032:25:3512:3535 Bow Island Bow Island Airport -0.521784009276108129 +60954 aapg_ae_608.html aapg_ae_608.html:275:31985:31993 Niobrara Denver 0.0130315493205527232 +60955 gsa_html_2023933346 gsa_html_2023933346:136:14331:14351 Silverado Santiago -0.050574209527444236 +60956 cspg_html_3104351736 cspg_html_3104351736:17:2108:2118 Milk River Lacombe, Alberta -0.44497889773871091 +60957 palaios_html_1018466366 palaios_html_1018466366:1692:146372:146404 Montney Lacombe, Alberta -0.0388552982723100598 +60958 aapg_ae_370.html aapg_ae_370.html:421:38722:38739 Cowlitz Durham, North Carolina -0.0109239507284224872 +60959 gsa_html_3214664248 gsa_html_3214664248:60:4059:4087 Green River Colorado 0.0216462427440760434 +60960 palaios_html_3716883934 palaios_html_3716883934:105:10737:10757 Keokuk Illinois 0.628090977894628422 +60961 AMJC_html_2360213652 AMJC_html_2360213652:12:690:698 Virginia Reston, Virginia -0.489060307863409593 +60962 aapg_ah_644.html aapg_ah_644.html:390:46489:46504 Swift Regina, Saskatchewan 0.0872905560032472966 +60963 aapg_ac_697.html aapg_ac_697.html:105:9857:9865 Edgemont Greenville, Westchester County, New York -0.469038078694436811 +60964 aapg_ae_873.html aapg_ae_873.html:226:26863:26875 Paluxy Goodland, Kansas -0.417578421309473924 +60965 aapg_aa_537.html aapg_aa_537.html:671:78726:78747 Keokuk Mississippi River -0.420012527736359387 +60966 aapg_ai_523.html aapg_ai_523.html:34:4069:4086 Maroon Entrada Sandstone 0.0126388613665906462 +60967 aapg_ae_498.html aapg_ae_498.html:504:53171:53188 Liberty Hall Virginia -0.460205477971118548 +60968 gsa_html_9579641184 gsa_html_9579641184:848:78483:78511 Green River Colorado -0.0194596479158459131 +60969 palaios_html_3491046542 palaios_html_3491046542:820:75113:75126 Montoya Texas -0.467905110852730732 +60970 cspg_html_9004532597 cspg_html_9004532597:401:51867:51875 Columbia Victoria, British Columbia -0.00998573864189263374 +60971 cspg_html_1372398575 cspg_html_1372398575:6:424:432 Scollard Lacombe, Alberta -0.0237792189309356042 +60972 aapg_ac_90.html aapg_ac_90.html:47:7345:7351 Carmel Logan, Utah -0.462877048614286357 +60973 aapg_ad_466.html aapg_ad_466.html:1511:159767:159774 Calvert Virginia -0.00168159033485223096 +60974 cspg_html_2501368748 cspg_html_2501368748:10:1011:1028 Richmond Iowa -0.0979592360745416002 +60975 gsa_html_7468123532 gsa_html_7468123532:174:17078:17096 Morrison New Mexico 0.921540408532576127 +60976 aapg_af_663.html aapg_af_663.html:310:32435:32443 Altamont Carroll County, Maryland -0.426190501535792965 +60977 aapg_ah_292.html aapg_ah_292.html:116:18791:18798 Challis Boise, Idaho -0.478488911708928044 +60978 cspg_html_8580557017 cspg_html_8580557017:52:6127:6134 Wabamun Western world -0.483631144002422242 +60979 aapg_ad_43.html aapg_ad_43.html:148:14555:14571 Salina Moore County, North Carolina 0.444353474609807397 +60980 jgeology_html_8064855537 jgeology_html_8064855537:296:21163:21185 Burro Canyon Colorado -0.477130519718023338 +60981 gsa_html_7554994575 gsa_html_7554994575:787:73207:73235 Green River Colorado 0.0251700652752691496 +60982 aapg_ad_601.html aapg_ad_601.html:94:12573:12581 Michigan Michigan -0.0142026952151300869 +60983 jgeology_html_8293568246 jgeology_html_8293568246:1155:76148:76158 Washington Seattle -0.465787563493960222 +60984 aapg_ad_223.html aapg_ad_223.html:99:10179:10188 Rio Negro San Salvador de Jujuy -0.0370852093948460179 +60985 gsa_html_7623105085 gsa_html_7623105085:581:45572:45581 Lockatong Newark Basin -0.517359251936504783 +60986 aapg_aa_945.html aapg_aa_945.html:14:1868:1886 Glenwood Platteville, Colorado -0.0184446528159183526 +60987 aapg_ai_462.html aapg_ai_462.html:78:8610:8636 San Felipe El Abra -0.449433936510724996 +60988 cspg_html_8988872363 cspg_html_8988872363:163:23658:23673 Savik Ellesmere Island -0.0204677435827045166 +60989 aapg_ah_751.html aapg_ah_751.html:128:12576:12580 Buda Coahuila -0.411778522698214466 +60990 aapg_ac_313.html aapg_ac_313.html:566:64634:64652 Reforma Guatemala -0.0245215675441684301 +60991 aapg_af_577.html aapg_af_577.html:292:22741:22758 Rustler Carlsbad, New Mexico -0.0326639109248070408 +60992 aapg_ae_876.html aapg_ae_876.html:296:30850:30864 Cloverly Colorado 0.00480334593379653455 +60993 aapg_ai_19.html aapg_ai_19.html:30:5165:5174 Owl Creek Cheyenne, Wyoming -0.454041701910604445 +60994 gsa_html_8222638730 gsa_html_8222638730:740:72837:72843 Thelon Canada -0.442860875153750722 +60995 palaios_html_3889678675 palaios_html_3889678675:1052:102287:102318 Keyser Virginia -0.032256843292129446 +60996 cspg_html_2758185645 cspg_html_2758185645:28:4674:4686 Rundle Lacombe, Alberta -0.0264393249899875019 +60997 aapg_ac_575.html aapg_ac_575.html:247:40177:40197 Phosphoria Boise, Idaho 0.391079555746726315 +60998 aapg_ac_832.html aapg_ac_832.html:108:14896:14925 Interlake Williston, Vermont -0.495948547106679682 +60999 sedimentology_html_9008066459 sedimentology_html_9008066459:1118:72678:72682 Hall London, Ontario -0.467071222132578012 +61000 geology_html_9690282664 geology_html_9690282664:228:16960:16967 Bedford Cambridge, Massachusetts -0.036075857948020304 +61001 aapg_ae_15.html aapg_ae_15.html:751:62464:62469 Logan Canada -0.473157943062676001 +61002 aapg_ai_622.html aapg_ai_622.html:34:6217:6221 Kent Hidden Valley, Indiana -0.0602165397787389756 +61003 jgeology_html_3171318738 jgeology_html_3171318738:910:46901:46907 Denver Colorado -0.458439436141955869 +61004 aapg_ad_864.html aapg_ad_864.html:1493:72737:72753 Ripley Alabama 0.0396072911881577006 +61005 aapg_af_854.html aapg_af_854.html:328:40014:40027 English River Shreveport, Louisiana -0.465888175365361257 +61006 geology_html_8682508261 geology_html_8682508261:40:3386:3406 Whittaker Sonora -0.445998354490544591 +61007 aapg_ad_324.html aapg_ad_324.html:368:32563:32569 Brazil Sergipe -0.484471709023717834 +61008 aapg_af_143.html aapg_af_143.html:72:7798:7812 China Mountain Elk River, Minnesota -0.476218391360906934 +61009 aapg_ad_580.html aapg_ad_580.html:385:47114:47124 Fort Union Powder River (Montana) -0.46809765859229685 +61010 gsa_html_5107598462 gsa_html_5107598462:336:28597:28603 Salina Salina, Kansas -0.407291989948090571 +61011 aapg_ac_594.html aapg_ac_594.html:274:24624:24631 Arcadia Arcadia, California -0.453234160803079433 +61012 gsa_html_5064963350 gsa_html_5064963350:13:711:721 Las Cruces New Mexico -0.014028931537317782 +61013 aapg_ai_54.html aapg_ai_54.html:168:19325:19345 Tuscaloosa Arkansas 0.00528108597483065503 +61014 aapg_aa_109.html aapg_aa_109.html:9:1282:1287 Mt Lytton Colorado 0.0101056199531207262 +61015 AMJC_html_8804784209 AMJC_html_8804784209:1304:105495:105516 Waits River Bennington, Vermont -0.0366623139169080098 +61016 cspg_html_9778753186 cspg_html_9778753186:407:53689:53710 Fernie Victoria, British Columbia 0.814694971999300854 +61017 palaios_html_4501603736 palaios_html_4501603736:232:22709:22726 Thaynes Logan, Utah -0.439942880245828727 +61018 aapg_ad_927.html aapg_ad_927.html:193:21920:21945 Cubagua Venezuela -0.453495743339231705 +61019 cspg_html_7307388012 cspg_html_7307388012:337:38503:38511 Columbia Lacombe, Alberta -0.0259959408940027802 +61020 cspg_html_5515814749 cspg_html_5515814749:464:50440:50475 Bakken Williston Basin -0.404820594310329573 +61021 gsa_html_8128037381 gsa_html_8128037381:56:7963:7969 Panaca Mesa, Arizona -0.489119025533207352 +61022 aapg_ad_575.html aapg_ad_575.html:306:39456:39475 Minnelusa Cheyenne, Wyoming -0.447168994241326834 +61023 aapg_ad_423.html aapg_ad_423.html:268:22179:22198 Oil Creek West Texas -0.0228978336199521272 +61024 sedimentology_html_9634338365 sedimentology_html_9634338365:75:8092:8107 Sekwi Canada -0.100542857800823948 +61025 aapg_ai_344.html aapg_ai_344.html:48:6537:6556 Fish Haven Dolomite Logan, Utah -0.231709039087378249 +61026 aapg_ae_204.html aapg_ae_204.html:222:19862:19884 Grand Rapids Grand Rapids, Michigan -0.459819284677136619 +61027 AMJC_html_1305960228 AMJC_html_1305960228:300:34642:34666 Victoria Middle Ordovician -0.0495632945700979141 +61028 aapg_ad_569.html aapg_ad_569.html:38:5393:5398 Nisku Calgary -0.445989406971527558 +61029 aapg_ah_422.html aapg_ah_422.html:35:3241:3258 Belly River Colorado -0.44844429668252761 +61030 gsa_html_5684855790 gsa_html_5684855790:31:2744:2772 Green River Colorado -0.0145241610261636171 +61031 aapg_ac_575.html aapg_ac_575.html:174:29102:29111 Chugwater Cheyenne, Wyoming -0.429037468031248204 +61032 sedimentology_html_6656277293 sedimentology_html_6656277293:732:49867:49880 Marble Canyon Paria River -0.451913869834985604 +61033 aapg_ae_428.html aapg_ae_428.html:664:54837:54850 Hawthorn Melbourne, Florida -0.0558541686875998269 +61034 aapg_ae_5.html aapg_ae_5.html:183:20988:21002 Earp Arizona -0.446186272521599148 +61035 aapg_ah_973.html aapg_ah_973.html:145:7744:7753 New Egypt Closter, New Jersey -0.462261924354454456 +61036 sedimentology_html_7963472691 sedimentology_html_7963472691:289:29262:29268 Brazil Amazon Basin -0.502757556583302234 +61037 aapg_af_397.html aapg_af_397.html:54:6913:6920 Entrada Entrada Sandstone -0.43085802678688212 +61038 sedimentology_html_1780224335 sedimentology_html_1780224335:499:36427:36437 Washington Boise, Idaho -0.459837454744856933 +61039 aapg_ae_93.html aapg_ae_93.html:762:74218:74247 Kootenay Victoria, British Columbia -0.479438267468745405 +61040 sedimentology_html_5667980395 sedimentology_html_5667980395:1287:82026:82030 Hall London, Ontario -0.465787563493960222 +61041 aapg_ah_253.html aapg_ah_253.html:35:5828:5847 Minnelusa Cheyenne, Wyoming 0.00222011822627592647 +61042 aapg_ad_379.html aapg_ad_379.html:201:17444:17457 Fountain Cheyenne, Wyoming -0.482213387515949554 +61043 jgeology_html_4305195651 jgeology_html_4305195651:607:77171:77187 Catskill Unadilla (town), New York -0.452977161832460395 +61044 cspg_html_7409170811 cspg_html_7409170811:58:9029:9048 Lodgepole Williston, Vermont -0.421964232277811879 +61045 AMJC_html_5969956211 AMJC_html_5969956211:1388:171642:171662 Bechler Conglomerate Boise, Idaho -0.0467961571994701744 +61046 gsa_html_6062330506 gsa_html_6062330506:505:51843:51861 Rustler Salado, Texas -0.482280957733571936 +61047 gsa_html_1650524399 gsa_html_1650524399:875:88159:88187 Green River Iran -0.0163765793969107044 +61048 geology_html_6859574629 geology_html_6859574629:203:21972:21982 Santa Cruz California -0.469120700106755939 +61049 aapg_af_891.html aapg_af_891.html:170:18850:18865 Queen Nashville Basin -0.287496142225121154 +61050 sedimentology_html_6812678908 sedimentology_html_6812678908:494:17097:17109 Sandia Colorado -0.048597821756073703 +61051 aapg_aa_2.html aapg_aa_2.html:279:23211:23219 Colorado Denver -0.0231725008237077118 +61052 aapg_ae_789.html aapg_ae_789.html:25:4014:4028 Palliser Lacombe, Alberta -0.0228978336199521272 +61053 cspg_html_5818285590 cspg_html_5818285590:535:65776:65796 Kunga Queen Charlotte Islands 0.870029924813497391 +61054 geology_html_7458357361 geology_html_7458357361:66:6273:6281 Colorado Denver -0.4864081422828892 +61055 aapg_ae_461.html aapg_ae_461.html:60:8818:8840 Cotton Valley Rodessa, Louisiana -0.42107502020327392 +61056 jgeology_html_8355852976 jgeology_html_8355852976:131:7469:7477 Colorado Pueblo, Colorado -0.480728181628129914 +61057 aapg_ai_255.html aapg_ai_255.html:245:36958:36966 Yorktown Louisville, Kentucky -0.0221155785118801462 +61058 aapg_af_142.html aapg_af_142.html:243:30875:30884 Smackover East Texas 0.354650721211479503 +61059 aapg_aa_415.html aapg_aa_415.html:68:10504:10512 Woodbine Austin, Chicago -0.485313098580473945 +61060 palaios_html_4248032637 palaios_html_4248032637:1381:105586:105600 Victoria Transantarctic Mountains -0.473649201225758321 +61061 aapg_ad_379.html aapg_ad_379.html:503:42689:42696 Thaynes Boise, Idaho 0.38578541242123443 +61062 aapg_ac_366.html aapg_ac_366.html:5:820:854 Juniata Knoxville, Tennessee -0.406218582002202511 +61063 aapg_ak_104.html aapg_ak_104.html:32:4390:4403 Madison Cheyenne, Wyoming -0.498224733320612012 +61064 aapg_af_636.html aapg_af_636.html:387:45572:45581 Whirlpool Jeffersonville, Indiana -0.428045108019172948 +61065 palaios_html_6528985782 palaios_html_6528985782:24:1771:1785 Beaufort Balfour, Orkney -0.429934117971200513 +61066 geology_html_3216923540 geology_html_3216923540:214:26942:26951 Littleton Colorado 0.025573434537620069 +61067 palaios_html_6353470714 palaios_html_6353470714:1094:97160:97188 Willwood Cheyenne, Wyoming -0.472678482936493838 +61068 sedimentology_html_8344884381 sedimentology_html_8344884381:947:89233:89255 Castle Hayne North Carolina -0.0383818511837466098 +61069 cspg_html_3277684928 cspg_html_3277684928:307:37278:37309 Madison Logan, Utah -0.0312827215063834832 +61070 aapg_af_225.html aapg_af_225.html:4:660:670 Pottsville Allegheny Mountains 0.0556413587474331797 +61071 aapg_ah_962.html aapg_ah_962.html:107:11892:11897 Utica Richmond, California -0.387795727605459717 +61072 gsa_html_4173159501 gsa_html_4173159501:198:15084:15112 Green River Iran -0.0288773204111550628 +61073 gsa_html_5107598462 gsa_html_5107598462:662:62471:62478 Bedford Pennsylvania -0.456355529459316345 +61074 gsa_html_8051402894 gsa_html_8051402894:293:33675:33681 Snyder Lancaster, California -0.419958128211776138 +61075 geology_html_7651232192 geology_html_7651232192:226:22121:22127 Sierra California -0.480904968568341529 +61076 cspg_html_3104351736 cspg_html_3104351736:478:64789:64815 Pakowki Milk River, Alberta -0.491131969162477144 +61077 cspg_html_7248845592 cspg_html_7248845592:5:205:220 Savik Ellesmere Island -0.460057796157608223 +61078 aapg_ae_705.html aapg_ae_705.html:68:8018:8036 Vaqueros Carpinteria, California -0.434712986404073964 +61079 aapg_ah_387.html aapg_ah_387.html:2492:269056:269065 Knoxville Central Valley (California) -0.0440369350634172291 +61080 cspg_html_1925276454 cspg_html_1925276454:310:35578:35586 Columbia Victoria, British Columbia -0.462166276497962936 +61081 geology_html_1936727088 geology_html_1936727088:407:25689:25695 Denver Colorado -0.0131340660726573313 +61082 cspg_html_2570555346 cspg_html_2570555346:149:19777:19805 Lourdes Bay of Islands, Newfoundland and Labrador -0.483997622542364558 +61083 palaios_html_3796939457 palaios_html_3796939457:475:42302:42335 Woodbine Texas 0.0278043399827988778 +61084 gsa_html_5756232019 gsa_html_5756232019:877:76269:76286 Florida Mountains New Mexico -0.448327675040319895 +61085 aapg_ac_414.html aapg_ac_414.html:42:5302:5310 Arcturus Kaibab, Arizona -0.500402370472918023 +61086 gsa_html_1337782073 gsa_html_1337782073:63:5558:5581 Gile Mountain Bradford, Pennsylvania -0.477790905452477432 +61087 aapg_ai_435.html aapg_ai_435.html:28:3252:3260 Niobrara Niobrara, Nebraska -0.466073422560892126 +61088 aapg_ah_231.html aapg_ah_231.html:31:2816:2831 Hale Arkoma, Oklahoma -0.47395378155658785 +61089 aapg_ae_377.html aapg_ae_377.html:176:20128:20132 Java Sumatra -0.0100152745816292233 +61090 AMJC_html_4692260170 AMJC_html_4692260170:1010:102386:102393 Concord New Hampshire -0.444891759770598527 +61091 aapg_af_468.html aapg_af_468.html:344:31928:31953 Frio Gulf Coast of the United States -0.475397368106546647 +61092 AMJC_html_4549460182 AMJC_html_4549460182:284:37430:37435 Stark Republic of China -0.481777803377517411 +61093 palaios_html_7206591444 palaios_html_7206591444:479:66693:66708 Hess Guadalupe Mountains National Park -0.485406637327558677 +61094 aapg_ai_583.html aapg_ai_583.html:333:39844:39857 Gypsum Spring Natrona County, Wyoming -0.1387350032367414 +61095 cspg_html_3187264334 cspg_html_3187264334:515:56548:56557 Hampshire England -0.468015132988553406 +61096 aapg_aa_932.html aapg_aa_932.html:70:7029:7037 Wolfcamp Panhandle, Texas -0.0271279018002479055 +61097 cspg_html_1665574291 cspg_html_1665574291:37:6967:6985 Paskapoo Edmonton, London -0.174949725951022955 +61098 aapg_ac_466.html aapg_ac_466.html:112:11785:11798 Santa Barbara Venezuela -0.0572986636037091379 +61099 cspg_html_5542874609 cspg_html_5542874609:388:45060:45077 Wapiabi Crowsnest Pass, Alberta -0.0260481030214056476 +61100 cspg_html_2175627313 cspg_html_2175627313:64:7908:7916 Columbia Victoria, British Columbia -0.440300736461396947 +61101 AMJC_html_2829615437 AMJC_html_2829615437:225:28838:28862 Cross Mountain Raleigh, North Carolina -0.477308890203395286 +61102 aapg_ac_867.html aapg_ac_867.html:30:4982:4991 Minnelusa Cheyenne, Wyoming -0.482511668442046737 +61103 aapg_ah_754.html aapg_ah_754.html:400:37712:37731 Kitsilano Vancouver -0.462102516958969756 +61104 aapg_ac_813.html aapg_ac_813.html:60:5729:5750 Green River Uinta Mountains -0.219870879695425597 +61105 aapg_aa_20.html aapg_aa_20.html:71:9040:9050 Caseyville Caseyville, Illinois -0.491386278060246817 +61106 gsa_html_7121752308 gsa_html_7121752308:998:73328:73356 Green River Colorado 0.0154555658286427144 +61107 cspg_html_9780523405 cspg_html_9780523405:859:105771:105781 Pine Point Cordillera Administrative Region -0.035868779002919772 +61108 cspg_html_9678834263 cspg_html_9678834263:201:22785:22801 Bakken Williston Basin -0.429960502864963123 +61109 aapg_ad_880.html aapg_ad_880.html:5:627:645 Sundance Redwater, Texas -0.0489515820397514803 +61110 geology_html_8596179481 geology_html_8596179481:207:17551:17570 El Modeno Volcanics Glendora, California -0.470409220225314617 +61111 aapg_af_363.html aapg_af_363.html:3:491:495 Wise Virginia -0.462102516958969756 +61112 aapg_aa_537.html aapg_aa_537.html:675:79543:79549 Keokuk Burlington, Ontario 0.0822659625730705196 +61113 aapg_af_18.html aapg_af_18.html:3:216:232 Inyan Kara Black Hills 0.677268343502952841 +61114 aapg_af_497.html aapg_af_497.html:637:61189:61198 Greenhorn Smoky Hill River -0.44304146514738707 +61115 gsa_html_3694472447 gsa_html_3694472447:64:5429:5457 Green River New Mexico -0.434606918343987458 +61116 sedimentology_html_6121651724 sedimentology_html_6121651724:966:54881:54888 Hanover Germany -0.0657366949279556412 +61117 cspg_html_7779401416 cspg_html_7779401416:157:19370:19385 Rochester Irondequoit, New York 0.650578968264968749 +61118 cspg_html_9388742281 cspg_html_9388742281:173:20077:20097 Milk River Lacombe, Alberta -0.418842524529568605 +61119 aapg_ae_274.html aapg_ae_274.html:18:2519:2522 Lee Onondaga (tribe) 0.00220622071262783787 +61120 AMJC_html_9701369019 AMJC_html_9701369019:11:565:575 Pittsburgh Pennsylvania -0.473815322787249471 +61121 cspg_html_8279927914 cspg_html_8279927914:11:1226:1243 Gilwood Western world -0.469230874046953295 +61122 gsa_html_5015599008 gsa_html_5015599008:89:9581:9607 Crowsnest Lacombe, Alberta -0.02390265150978289 +61123 aapg_ai_410.html aapg_ai_410.html:118:12429:12436 Wingate Chinle Formation -0.044101376246448068 +61124 gsa_html_3387611512 gsa_html_3387611512:1003:108450:108460 Washington Washington (state) -0.494850594949005074 +61125 aapg_ae_906.html aapg_ae_906.html:36:4408:4427 Aux Vases Bethel, Alaska -0.0270600859182637335 +61126 cspg_html_1302279034 cspg_html_1302279034:233:29346:29363 Cardium Lacombe, Alberta -0.435838488044850259 +61127 palaios_html_8064020973 palaios_html_8064020973:35:3122:3138 Chinle Arizona -0.00258840277417883959 +61128 aapg_ae_876.html aapg_ae_876.html:1160:115640:115652 Dakota Colorado -0.0233480816501955395 +61129 aapg_ah_95.html aapg_ah_95.html:5:647:663 Concha Arizona -0.4597965726108596 +61130 aapg_ad_763.html aapg_ad_763.html:685:82670:82685 Tejon Western world -0.457492019193031785 +61131 sedimentology_html_9787402396 sedimentology_html_9787402396:1019:70375:70397 Beartooth Cheyenne, Wyoming -0.502783815794125233 +61132 AMJC_html_4149815745 AMJC_html_4149815745:695:67893:67902 Peninsula Italy -0.474842748246669499 +61133 gsa_html_2096186301 gsa_html_2096186301:614:52991:52996 Logan London, Ontario -0.428824418473081392 +61134 sedimentology_html_3877703411 sedimentology_html_3877703411:32:1589:1595 Warsaw Botany, New South Wales 0.00157388492495401659 +61135 gsa_html_9613801428 gsa_html_9613801428:119:13652:13680 Talkeetna Matanuska-Susitna Valley -0.440254051746647612 +61136 aapg_ah_416.html aapg_ah_416.html:12:1373:1393 Milk River Lethbridge -0.0462630538347547429 +61137 aapg_aa_960.html aapg_aa_960.html:282:23420:23427 Entrada Colorado -0.0274774196841049353 +61138 cspg_html_2882304151 cspg_html_2882304151:160:31050:31072 Grand Rapids Clearwater, Florida -0.0645208083135350441 +61139 cspg_html_6383234409 cspg_html_6383234409:28:3257:3278 Bathurst Little Cornwallis Island -0.491897481315385909 +61140 aapg_ac_634.html aapg_ac_634.html:251:28670:28680 Petersburg Panhandle, Texas -0.454475093508583283 +61141 gsa_html_3368386568 gsa_html_3368386568:539:44711:44723 Owens Valley Hunter Mountain (ski area) 0.00661356417510838065 +61142 cspg_html_6702053097 cspg_html_6702053097:553:68403:68444 Beekmantown Ontario, California 0.00710174161421996044 +61143 geology_html_4393438384 geology_html_4393438384:26:2235:2245 Laurentian Western world -0.448578878596292641 +61144 AMJC_html_7141186441 AMJC_html_7141186441:102:13768:13776 Colorado Cheyenne, Wyoming -0.478586352630804512 +61145 aapg_ak_58.html aapg_ak_58.html:980:92500:92512 Harpersville Texas -0.0424382503363121347 +61146 cspg_html_6306091047 cspg_html_6306091047:52:10373:10381 Pardonet Lacombe, Alberta -0.455279223830003521 +61147 cspg_html_4516258038 cspg_html_4516258038:394:45236:45254 Disappointment Bay Bathurst Island (Northern Territory) -0.485336482309537631 +61148 cspg_html_5241714595 cspg_html_5241714595:658:98266:98287 Beaverhill Lacombe, Alberta -0.011777050823328571 +61149 cspg_html_8387792223 cspg_html_8387792223:1079:109595:109621 Sutherland River Devon Island -0.0331684163736417556 +61150 aapg_ad_641.html aapg_ad_641.html:169:20563:20583 San Andres Texas -0.284390859844719734 +61151 gsa_html_5773931818 gsa_html_5773931818:1303:127850:127878 Green River Colorado -0.00861668517403405519 +61152 aapg_af_808.html aapg_af_808.html:722:93553:93570 Oceanic Barbados -0.0181735326260221743 +61153 aapg_aa_622.html aapg_aa_622.html:37:5124:5141 Wingate Chinle Formation -0.453044786078658057 +61154 gsa_html_9303702379 gsa_html_9303702379:696:60592:60620 Green River Iran -0.00832481152182470464 +61155 aapg_ae_535.html aapg_ae_535.html:476:51676:51682 Kodiak Anchorage, Alaska -0.488743302412917968 +61156 palaios_html_8113714689 palaios_html_8113714689:53:4461:4480 Au Train Munising, Michigan 0.0438662553496029853 +61157 gsa_html_9253181203 gsa_html_9253181203:19:1095:1118 New Scotland Tioga, Texas -0.427711626546922574 +61158 cspg_html_2113617629 cspg_html_2113617629:41:7422:7442 Bow Island Lacombe, Alberta -0.501703098265810388 +61159 aapg_aa_12.html aapg_aa_12.html:543:59028:59038 Las Animas Ardmore, Pennsylvania -0.477575355931223244 +61160 gsa_html_1823665376 gsa_html_1823665376:31:2786:2814 Green River Iran -0.456344217050148659 +61161 cspg_html_6702053097 cspg_html_6702053097:436:50376:50399 Wallace North Atlantic Current -0.464450966712688929 +61162 aapg_ah_60.html aapg_ah_60.html:440:34462:34469 Katalla Anchorage, Alaska -0.393426430936971161 +61163 aapg_ad_69.html aapg_ad_69.html:77:4805:4820 Telegraph Creek Niobrara, Nebraska -0.399674328801392809 +61164 aapg_ae_519.html aapg_ae_519.html:314:34683:34690 Chemung Pocono Raceway 0.0501001083966550118 +61165 aapg_ac_575.html aapg_ac_575.html:508:76043:76062 Chugwater Cheyenne, Wyoming -0.111079179538565276 +61166 sedimentology_html_8510537334 sedimentology_html_8510537334:1570:122731:122750 Tuscarora Pennsylvania -0.441486425747427802 +61167 aapg_af_16.html aapg_af_16.html:57:7216:7224 Niobrara Cheyenne, Wyoming -0.392611082155246427 +61168 aapg_ai_172.html aapg_ai_172.html:184:21006:21028 Robinson Castle Hill, Bronx -0.0132991361893864783 +61169 palaios_html_9133125241 palaios_html_9133125241:522:64165:64184 Bellevue Ohio -0.0683632649001538473 +61170 aapg_aa_484.html aapg_aa_484.html:275:24620:24642 Marble Falls Texas -0.0197377379215514133 +61171 aapg_af_868.html aapg_af_868.html:482:36371:36386 Atoka Brentwood, Essex -0.450878806444675151 +61172 aapg_af_641.html aapg_af_641.html:30:2640:2644 Frio Texas -0.43306145074755803 +61173 gsa_html_3720789279 gsa_html_3720789279:860:84900:84910 Washington Boise, Idaho -0.0339634929094720234 +61174 aapg_af_808.html aapg_af_808.html:733:95255:95272 Oceanic Antilles -0.0766200511686235819 +61175 aapg_aa_856.html aapg_aa_856.html:92:7982:7995 Cotton Valley County Sligo -0.0941784213768270956 +61176 gsa_html_8955900843 gsa_html_8955900843:793:71154:71164 Washington Olympic National Park -0.0180692565756011246 +61177 cspg_html_4530154552 cspg_html_4530154552:747:113280:113306 Montney Lacombe, Alberta -0.0477283018758572417 +61178 aapg_af_399.html aapg_af_399.html:492:51480:51499 Fruitland New Mexico 0.289590940032560862 +61179 sedimentology_html_1683104426 sedimentology_html_1683104426:251:17357:17361 Hall London, Ontario -0.457582637906406409 +61180 sedimentology_html_8836111263 sedimentology_html_8836111263:677:61805:61821 Salado Texas -0.395729860048632309 +61181 aapg_ah_972.html aapg_ah_972.html:148:12749:12759 Georgetown East End, Houston -0.393331096923378531 +61182 palaios_html_3308412288 palaios_html_3308412288:96:13769:13785 Bighorn Dolomite Laramide orogeny -0.427645821637091417 +61183 aapg_ai_689.html aapg_ai_689.html:17:2352:2383 Haymond West Texas -0.485495508601457515 +61184 gsa_html_5798752285 gsa_html_5798752285:1076:101112:101117 Stump Wareham, Dorset -0.0252830771132320185 +61185 aapg_ah_486.html aapg_ah_486.html:332:34519:34529 Pottsville Pottsville, Pennsylvania 0.033690342106603377 +61186 aapg_ad_958.html aapg_ad_958.html:458:45147:45159 Gilmore City Salina, Kansas -0.44280960294495586 +61187 gsa_html_4919500515 gsa_html_4919500515:1227:109091:109102 Sadlerochit Anchorage, Alaska -0.451787799117909672 +61188 aapg_ae_498.html aapg_ae_498.html:259:25720:25734 Blackford Middle Ordovician -0.110798437808710001 +61189 cspg_html_2660872537 cspg_html_2660872537:1314:166226:166232 Walker Zeigler, Illinois 0.0041553613038186523 +61190 aapg_ac_730.html aapg_ac_730.html:404:57076:57082 Toreva Mancos, Colorado -0.0637435420996290414 +61191 aapg_ae_725.html aapg_ae_725.html:687:65092:65097 Swift Virginia 0.00543048895720864636 +61192 AMJC_html_1873062106 AMJC_html_1873062106:1177:121208:121224 Dakota New Mexico -0.450784359288809666 +61193 aapg_ah_828.html aapg_ah_828.html:482:44293:44302 Smackover Mexico -0.441421874566947425 +61194 aapg_ah_189.html aapg_ah_189.html:27:4040:4058 Starved Rock Glenwood, Utah 0.0283329937649635794 +61195 aapg_ae_708.html aapg_ae_708.html:594:64136:64148 Maynardville Knoxville, Tennessee -0.484161071054726611 +61196 palaios_html_9876040400 palaios_html_9876040400:880:80616:80622 Denver Northern Great Plain -0.464533160716817162 +61197 aapg_ai_132.html aapg_ai_132.html:14:2097:2102 Yegua Oakville, California -0.00456360840821551893 +61198 aapg_aa_684.html aapg_aa_684.html:480:41448:41458 Phosphoria Cheyenne, Wyoming -0.0144772441484254995 +61199 gsa_html_5143056094 gsa_html_5143056094:67:6244:6272 Green River Colorado 0.0206937035269286161 +61200 geology_html_9156967823 geology_html_9156967823:245:22556:22561 Rapid California -0.477204643263094197 +61201 gsa_html_9666442487 gsa_html_9666442487:1034:90093:90110 Vaureal Quebec City -0.443715087361728711 +61202 geology_html_9172071766 geology_html_9172071766:281:22008:22039 Paradox Logan, Utah -0.141872911050241302 +61203 sedimentology_html_1467256460 sedimentology_html_1467256460:646:57759:57781 Sokoman Quebec City -0.4864081422828892 +61204 aapg_ad_2.html aapg_ad_2.html:849:120207:120218 Trempealeau Chambersburg, Pennsylvania -0.438093558395168947 +61205 aapg_ae_324.html aapg_ae_324.html:1037:103073:103082 Bluefield Virginia 0.698621966856308396 +61206 cspg_html_9343899465 cspg_html_9343899465:1702:139014:139030 Parry Islands Melville Island (Canada) 1.08781065750695261 +61207 palaios_html_3022467877 palaios_html_3022467877:87:9564:9585 Hornerstown Navesink River -0.459022435464294998 +61208 aapg_ai_241.html aapg_ai_241.html:62:7919:7933 Winnipeg Western world 0.00222359260486516743 +61209 AMJC_html_8883212571 AMJC_html_8883212571:1155:113688:113707 Smackover Arkansas -0.458675312427173743 +61210 cspg_html_9894399778 cspg_html_9894399778:61:5489:5503 Cloverly Edmonton, London -0.443715087361728711 +61211 aapg_ac_719.html aapg_ac_719.html:116:12183:12195 Pierre Trinidad and Tobago -0.472770666406185036 +61212 geology_html_6832567545 geology_html_6832567545:11:466:475 Rochester Colorado -0.0448677412107618342 +61213 aapg_ac_837.html aapg_ac_837.html:252:22955:22980 Phosphoria Denver 0.0152887445072461998 +61214 aapg_ad_152.html aapg_ad_152.html:68:10381:10407 Scotty Wash Quartzite Reno, Nevada -0.482430096983488987 +61215 aapg_ae_498.html aapg_ae_498.html:677:73661:73678 Oranda Virginia -0.02404868566678443 +61216 aapg_aa_699.html aapg_aa_699.html:82:8270:8278 Michigan Detroit -0.446231020576565107 +61217 cspg_html_3914683557 cspg_html_3914683557:28:4209:4226 Rustler Regina, Saskatchewan -0.440265166942118702 +61218 gsa_html_5202646019 gsa_html_5202646019:111:11041:11051 Laurentian Middle East -0.488759736831659075 +61219 aapg_af_150.html aapg_af_150.html:86:8528:8545 Bossier Terryville, New York -0.441517589995484405 +61220 aapg_ah_320.html aapg_ah_320.html:54:5971:5981 Loyalhanna Pennsylvania -0.0566182466220960107 +61221 palaios_html_2128779739 palaios_html_2128779739:581:61119:61144 Chinle Arizona -0.439298641817729429 +61222 geology_html_2630581804 geology_html_2630581804:230:24353:24361 Sterling Virginia -0.0891194271071374666 +61223 cspg_html_9474105160 cspg_html_9474105160:419:56981:56997 Fernie Lacombe, Alberta 0.0108266535129968935 +61224 aapg_ae_415.html aapg_ae_415.html:96:13670:13681 Mint Spring Mississippi River -0.258345407276731553 +61225 gsa_html_5081991493 gsa_html_5081991493:402:37520:37541 Green River Sevier River -0.00576230371979552514 +61226 cspg_html_1770934036 cspg_html_1770934036:562:62106:62112 Casper Cheyenne, Wyoming -0.053189286291718256 +61227 AMJC_html_2702389713 AMJC_html_2702389713:1523:112470:112483 Gile Mountain Bennington, Vermont -0.258658188000812417 +61228 aapg_ae_444.html aapg_ae_444.html:240:23275:23283 Colorado Denver -0.0705101825671990284 +61229 aapg_af_130.html aapg_af_130.html:70:13461:13466 Ouray Colorado 0.00222011822627592647 +61230 gsa_html_8241293202 gsa_html_8241293202:232:24894:24901 Concord New Hampshire -0.0369807891323709753 +61231 aapg_ac_661.html aapg_ac_661.html:62:8185:8195 Phosphoria Logan, Utah 0.782940960017289411 +61232 cspg_html_9735723617 cspg_html_9735723617:324:41630:41652 Weatherall Melville Island (Canada) -0.417728203254524755 +61233 cspg_html_1509800797 cspg_html_1509800797:167:15514:15531 Bearpaw Cypress Hills, Brooklyn -0.0121732026878597095 +61234 gsa_html_3436154175 gsa_html_3436154175:989:80943:80961 Harebell Cheyenne, Wyoming -0.440265166942118702 +61235 aapg_ad_410.html aapg_ad_410.html:183:14962:14979 Repetto Ventura County, California -0.0433054743353417024 +61236 gsa_html_6317284187 gsa_html_6317284187:625:59037:59042 Price Victoria, British Columbia -0.481989744615225701 +61237 cspg_html_4326384800 cspg_html_4326384800:239:28725:28741 Kakisa Victoria, British Columbia -0.470200080639580853 +61238 AMJC_html_6341723617 AMJC_html_6341723617:502:46324:46344 Brian Head Galisteo Basin -0.510952494440722882 +61239 gsa_html_3720789279 gsa_html_3720789279:13:766:776 Washington Earth -0.0515259889792163556 +61240 aapg_ad_338.html aapg_ad_338.html:528:57856:57863 Raritan Tuscaloosa, Alabama -0.167608086164066 +61241 aapg_af_666.html aapg_af_666.html:320:26646:26654 Dinwoody John Crow Mountains -0.0523017979841753217 +61242 aapg_ad_63.html aapg_ad_63.html:231:20139:20146 Lagarto Oakville, California -0.0144772441484254995 +61243 sedimentology_html_3316151544 sedimentology_html_3316151544:27:1745:1755 Protection Inverness, Florida -0.0197168810314956311 +61244 cspg_html_2283545366 cspg_html_2283545366:318:40684:40712 Halfway Wembley Stadium -0.471349814541787038 +61245 aapg_ah_621.html aapg_ah_621.html:5:800:807 Hermosa Hermosa, Chicago -0.0177825001131117176 +61246 cspg_html_4937997995 cspg_html_4937997995:631:62805:62827 Severn River East Pen Island -0.451731523193220186 +61247 aapg_ae_907.html aapg_ae_907.html:222:30444:30450 Tulare Tulare, California -0.465568086328610908 +61248 gsa_html_2832151886 gsa_html_2832151886:311:23898:23906 Columbia Lacombe, Alberta -0.0343166851191607572 +61249 aapg_ad_194.html aapg_ad_194.html:221:25063:25078 Nopah Middle East -0.454041701910604445 +61250 gsa_html_4412763245 gsa_html_4412763245:772:66961:66967 Caseyville Pine Grove, Amador County, California -0.457691392417615917 +61251 gsa_html_5339062095 gsa_html_5339062095:988:77695:77723 Green River Colorado -0.0182917127831857887 +61252 aapg_ah_329.html aapg_ah_329.html:283:27872:27879 Sisquoc Monterey, California 0.0259472564108895534 +61253 aapg_af_728.html aapg_af_728.html:186:23301:23328 Woodruff Elko, Nevada -0.0987052799920240947 +61254 aapg_ah_96.html aapg_ah_96.html:246:28394:28413 Red River Winnipeg -1.1184721878660564 +61255 cspg_html_9729377176 cspg_html_9729377176:79:9699:9708 Baldonnel Victoria, British Columbia -0.477158315306099867 +61256 aapg_ad_865.html aapg_ad_865.html:35:3391:3407 Dakota Hermosa, Chicago -0.448484669177164286 +61257 cspg_html_5976982403 cspg_html_5976982403:29:5164:5179 Siyeh Purcell Mountains -0.0401748065473003999 +61258 cspg_html_8727758678 cspg_html_8727758678:623:20765:20773 Columbia Victoria, British Columbia -0.0165121278486362495 +61259 aapg_ae_58.html aapg_ae_58.html:19:3372:3380 Colorado New Mexico -0.0564682153206667384 +61260 cspg_html_5973552270 cspg_html_5973552270:40:5402:5423 Beaverhill Swan Hill, Victoria -0.450586501765938174 +61261 cspg_html_1611261412 cspg_html_1611261412:1132:127782:127790 Waterton Lacombe, Alberta -0.0125432965018171631 +61262 aapg_ah_798.html aapg_ah_798.html:99:8238:8245 Kanawha Upshur County, West Virginia -0.4835517998191603 +61263 aapg_ah_506.html aapg_ah_506.html:315:31678:31686 Michigan Michigan -0.451436694283948337 +61264 aapg_ai_969.html aapg_ai_969.html:41:4176:4184 Lea Park Regina, Saskatchewan -0.078507702655988415 +61265 aapg_ac_724.html aapg_ac_724.html:3:211:220 San Diego California -0.496649713850252028 +61266 sedimentology_html_7195393000 sedimentology_html_7195393000:1365:96289:96308 Athabasca Canada -0.0497236375773617706 +61267 aapg_aa_626.html aapg_aa_626.html:422:40920:40937 Potomac Chesapeake Bay -0.428172388339105647 +61268 aapg_ac_618.html aapg_ac_618.html:77:7384:7400 Wolfcamp Nashville Basin -0.02404868566678443 +61269 aapg_ae_885.html aapg_ae_885.html:447:38431:38437 Navajo Arizona -0.0463850024986732501 +61270 cspg_html_3741054834 cspg_html_3741054834:70:7270:7275 Yukon Great Slave Lake -0.473157943062676001 +61271 cspg_html_8649903682 cspg_html_8649903682:333:28846:28854 Bullhead Lacombe, Alberta -0.0209266190161632587 +61272 aapg_ae_715.html aapg_ae_715.html:77:11581:11602 Anahuac Texas 0.823177019603055782 +61273 aapg_ah_435.html aapg_ah_435.html:203:25193:25210 Carrizo Texas -0.420800576179594099 +61274 jgeology_html_1838149422 jgeology_html_1838149422:349:26131:26149 John Day Nebraska -0.454032675125810359 +61275 palaios_html_7076037184 palaios_html_7076037184:412:42219:42239 Caseyville Illinois -0.457614356613462614 +61276 aapg_af_614.html aapg_af_614.html:10:1413:1419 Paluxy Shreveport, Louisiana -0.458641287983651336 +61277 gsa_html_1132862280 gsa_html_1132862280:659:62582:62588 Provo Pakistan -0.467925738958578585 +61278 cspg_html_3012058617 cspg_html_3012058617:134:18505:18523 Kootenay Victoria, British Columbia -0.459860167847925383 +61279 aapg_aa_324.html aapg_aa_324.html:28:3600:3610 Kinderhook Sedalia, Missouri -0.469024309212410007 +61280 aapg_ah_415.html aapg_ah_415.html:142:12851:12869 Colorado Milk River, Alberta -0.491049570598957486 +61281 aapg_ad_70.html aapg_ad_70.html:389:31117:31134 Wingate New Mexico 0.074579117489675481 +61282 aapg_ad_154.html aapg_ad_154.html:241:31112:31126 Bedford Pennsylvania -0.448753864703002991 +61283 cspg_html_6701095516 cspg_html_6701095516:500:49464:49473 Red River Shreveport, Louisiana -0.0156571431142738943 +61284 aapg_ai_879.html aapg_ai_879.html:300:21651:21663 Granite Wash Topeka, Kansas -0.486398776993572868 +61285 cspg_html_1925276454 cspg_html_1925276454:6:379:400 Peace River Lacombe, Alberta -0.0368502653061740099 +61286 geology_html_1536947479 geology_html_1536947479:12:706:712 Oregon Salem, Oregon -0.006663945278057983 +61287 gsa_html_5628865226 gsa_html_5628865226:448:44636:44645 San Diego Portland, Maine -0.0474930775226503829 +61288 aapg_ae_74.html aapg_ae_74.html:382:35101:35118 Wingate San Juan, Argentina -0.477308890203395286 +61289 aapg_ai_296.html aapg_ai_296.html:814:71714:71722 Colorado Texas -0.0728538924930319937 +61290 cspg_html_7434089303 cspg_html_7434089303:119:13470:13495 Kennedy Channel Ellesmere Island -0.473815322787249471 +61291 geology_html_9216301420 geology_html_9216301420:259:22636:22641 Spray Canada -0.464569693827358687 +61292 aapg_ae_749.html aapg_ae_749.html:585:60515:60532 Holston Knoxville, Tennessee -0.485285038948243097 +61293 cspg_html_6675007047 cspg_html_6675007047:642:65362:65381 Athabasca Lacombe, Alberta -0.473903010792736112 +61294 aapg_ai_564.html aapg_ai_564.html:64:6707:6725 Yakataga Icy Bay Airport -0.441459714368856782 +61295 aapg_aa_537.html aapg_aa_537.html:236:27967:27990 Fayetteville Mississippi River -0.458648092769168181 +61296 sedimentology_html_3336430339 sedimentology_html_3336430339:226:8693:8697 Hall London, Ontario -0.0427795572276395697 +61297 aapg_ai_256.html aapg_ai_256.html:196:21103:21114 Beekmantown Ohio -0.470924237538710877 +61298 aapg_ah_775.html aapg_ah_775.html:345:40599:40607 Colorado Sangre de Cristo Range -0.0274826364360333635 +61299 palaios_html_3312501193 palaios_html_3312501193:52:5943:5961 Woodside Shale Cheyenne, Wyoming 0.386584862560106546 +61300 aapg_ad_192.html aapg_ad_192.html:53:7504:7524 Tuscaloosa Austin, Chicago -0.00655275945491847703 +61301 aapg_ac_198.html aapg_ac_198.html:231:20398:20413 Eagle Balcones Fault -0.4597920302667165 +61302 gsa_html_7425483970 gsa_html_7425483970:46:5178:5188 Notch Peak Logan, Utah -0.253755932089962499 +61303 aapg_af_575.html aapg_af_575.html:868:123593:123611 Altamont Fort Scott National Historic Site -0.209881973251256432 +61304 aapg_aa_249.html aapg_aa_249.html:39:3736:3752 Stonewall County (United States) 0.0353502293883331473 +61305 cspg_html_7881580279 cspg_html_7881580279:361:48032:48050 Selkirk Williston, Vermont -0.0332519228723545321 +61306 cspg_html_8691653606 cspg_html_8691653606:168:17675:17683 Edmonton Calgary -0.488872438533925924 +61307 aapg_ac_337.html aapg_ac_337.html:370:17128:17136 Colorado Denver -0.528491607516559103 +61308 aapg_af_886.html aapg_af_886.html:310:12847:12851 Frio Texas -0.443692774120845845 +61309 cspg_html_7970178687 cspg_html_7970178687:75:10020:10030 Bow Island Mountain Park (Holyoke, Massachusetts) -0.503999808743944788 +61310 palaios_html_3855840708 palaios_html_3855840708:376:33125:33142 White River Nebraska -0.0218304989680059187 +61311 gsa_html_4592916077 gsa_html_4592916077:1013:69972:69984 Arkose Ridge Matanuska-Susitna Valley 0.572106165314591464 +61312 aapg_ai_196.html aapg_ai_196.html:912:92816:92824 Colorado Amarillo, Texas -0.0373723706496873684 +61313 aapg_ah_370.html aapg_ah_370.html:10:1272:1289 Norway Point Alpena, Michigan -0.431395188299852905 +61314 aapg_ae_626.html aapg_ae_626.html:37:4940:4956 Guelph Lake Erie -0.428824418473081392 +61315 aapg_ai_855.html aapg_ai_855.html:326:52142:52166 Frio Texas -0.439125439995052158 +61316 gsa_html_1931201430 gsa_html_1931201430:380:35641:35647 Oregon Washington (state) -0.0384097003788234775 +61317 cspg_html_3354282978 cspg_html_3354282978:93:14242:14260 Wabamun Lacombe, Alberta -0.0513865264409525263 +61318 aapg_af_854.html aapg_af_854.html:1177:167001:167022 Tar Springs Kentucky -0.465595518002078101 +61319 cspg_html_1509800797 cspg_html_1509800797:8:416:423 Bearpaw Lethbridge -0.442620143363224416 +61320 cspg_html_1665574291 cspg_html_1665574291:107:18629:18647 Paskapoo Edmonton, London -0.439165406786194035 +61321 geology_html_3882764006 geology_html_3882764006:397:26678:26684 Snyder Earth -0.46105569042928074 +61322 gsa_html_9181545711 gsa_html_9181545711:909:82038:82066 Green River Colorado -0.0225432067788778057 +61323 gsa_html_5188174363 gsa_html_5188174363:14:696:714 Boulder Creek Reno, Nevada -0.455252106655251121 +61324 aapg_ah_387.html aapg_ah_387.html:3020:333074:333093 Knoxville Knoxville, Illinois 1.17492154874704724 +61325 aapg_aa_118.html aapg_aa_118.html:282:26102:26107 Chazy South Hero, Vermont -0.00215584223507059606 +61326 aapg_ae_794.html aapg_ae_794.html:215:27155:27165 Coon Creek Selma to Montgomery marches -0.452896019392303839 +61327 aapg_ae_419.html aapg_ae_419.html:481:57308:57314 Sierra Coahuila -0.432514521719123246 +61328 geology_html_1357978198 geology_html_1357978198:224:19122:19132 Assistance Republic of China -0.43511527002590783 +61329 aapg_aa_232.html aapg_aa_232.html:38:4634:4654 Purgatoire Colorado -0.426608897791606878 +61330 palaios_html_4880574501 palaios_html_4880574501:53:6106:6110 Kope Netherlands -0.437951625350357587 +61331 cspg_html_1132698231 cspg_html_1132698231:60:8498:8531 Merced San Francisco -0.454610570976523354 +61332 cspg_html_9354781888 cspg_html_9354781888:1471:92922:92964 Sulphur Mountain Victoria, British Columbia -0.421183948195739455 +61333 sedimentology_html_3549891174 sedimentology_html_3549891174:1575:83840:83856 Keokuk Illinois 0.187729577077656279 +61334 aapg_af_808.html aapg_af_808.html:664:85966:85978 Oceanic Mount Hillaby -0.0224493362305642867 +61335 cspg_html_5484260516 cspg_html_5484260516:1188:107091:107118 Big Valley Lacombe, Alberta -0.00447500993536276322 +61336 gsa_html_8003826422 gsa_html_8003826422:55:5948:5975 Vinini Cordillera Administrative Region -0.181925959219789241 +61337 cspg_html_9912281240 cspg_html_9912281240:571:67909:67916 Wapiabi Lacombe, Alberta -0.00693148706696411487 +61338 cspg_html_6116883777 cspg_html_6116883777:1433:187575:187598 Barlow Inlet Devon Island -0.478377564070346595 +61339 aapg_aa_507.html aapg_aa_507.html:57:7112:7117 Eutaw Selma to Montgomery marches -0.420273688065598783 +61340 aapg_af_988.html aapg_af_988.html:130:16084:16099 Nisku Edmonton, London -0.466384542072334651 +61341 aapg_ad_351.html aapg_ad_351.html:15:1720:1740 Keokuk Missouri River -0.450878806444675151 +61342 aapg_ae_254.html aapg_ae_254.html:69:7487:7510 Cotton Valley Shreveport, Louisiana -0.0237635726163751594 +61343 geology_html_6064361784 geology_html_6064361784:236:20951:20963 Devon Island Canada -0.459887424332023564 +61344 aapg_ah_44.html aapg_ah_44.html:363:47270:47288 Brallier Black Moshannon Creek -0.477642564553472426 +61345 geology_html_6350726541 geology_html_6350726541:256:24777:24786 Milwaukee Antarctica -0.451193701085184695 +61346 cspg_html_2738241424 cspg_html_2738241424:75:7487:7511 Shunda Elkton, Kentucky -0.436033210857306397 +61347 aapg_ac_714.html aapg_ac_714.html:490:56699:56714 Swift Big Horn Mountains -0.393443380135681475 +61348 aapg_ak_51.html aapg_ak_51.html:9:1073:1097 Cotton Valley East Texas -0.263152393929756812 +61349 cspg_html_7297340324 cspg_html_7297340324:675:84635:84654 Moosebar Victoria, British Columbia -0.441593278961416758 +61350 jgeology_html_3669018334 jgeology_html_3669018334:61:2553:2563 San Miguel Guanajuato, Guanajuato -0.00527934873270450959 +61351 gsa_html_3542448939 gsa_html_3542448939:12:529:535 Denver Colorado -0.52661647857208993 +61352 sedimentology_html_3438065605 sedimentology_html_3438065605:209:10430:10434 Hall London, Ontario -0.466714081975797668 +61353 aapg_ae_613.html aapg_ae_613.html:324:39518:39522 Vail Vail, Colorado -0.500516638951101323 +61354 aapg_ai_945.html aapg_ai_945.html:281:36938:36965 Smackover Campeche, Campeche 0.00884254111791155963 +61355 aapg_aa_357.html aapg_aa_357.html:195:16890:16898 Colorado Hermosa, Chicago -0.47814331678503319 +61356 aapg_ac_563.html aapg_ac_563.html:364:50622:50646 Yucatan Melbourne, Florida -0.0277017418114762735 +61357 gsa_html_6982030333 gsa_html_6982030333:920:90443:90449 Oregon Boise, Idaho -0.0315036314272049284 +61358 geology_html_6695637881 geology_html_6695637881:187:21524:21532 Scotland Inverness, Florida -0.0558000933970826327 +61359 gsa_html_6771020692 gsa_html_6771020692:60:4444:4472 Green River Colorado 0.00257103084166609899 +61360 palaios_html_7860397774 palaios_html_7860397774:789:59171:59178 La Luna Campania -0.473903010792736112 +61361 aapg_ah_779.html aapg_ah_779.html:653:121490:121496 Amsden Absaroka -0.0355416373678999614 +61362 aapg_af_50.html aapg_af_50.html:3:324:329 Mt Lytton Colorado -0.490873029192211763 +61363 gsa_html_7464626519 gsa_html_7464626519:789:79176:79183 Madison Wisconsin -0.506250146542552182 +61364 gsa_html_5272671610 gsa_html_5272671610:684:63896:63912 Sullivan Victoria, British Columbia -0.0116571637323025015 +61365 sedimentology_html_8226291695 sedimentology_html_8226291695:1099:68316:68339 Salina Michigan Basin 0.793478014358547035 +61366 aapg_ac_334.html aapg_ac_334.html:372:40069:40090 Green River Western world -0.468455358769372721 +61367 aapg_ai_884.html aapg_ai_884.html:73:7386:7395 Vicksburg Texas -0.0711782089274816121 +61368 cspg_html_7404699681 cspg_html_7404699681:133:12653:12662 Athabasca Lacombe, Alberta -0.495988801002771096 +61369 cspg_html_2094634763 cspg_html_2094634763:301:39576:39583 Cantuar Lacombe, Alberta -0.484161071054726611 +61370 cspg_html_2650524233 cspg_html_2650524233:36:7107:7128 Cypress Edmonton, London -0.467130759519596039 +61371 cspg_html_4694482219 cspg_html_4694482219:64:8191:8203 Willow Creek Red Deer, Alberta -0.000774781561203988548 +61372 cspg_html_3521815736 cspg_html_3521815736:107:16525:16551 Sulphur Mountain Pine River (Michigan) -0.441134787563673747 +61373 jgeology_html_8497213674 jgeology_html_8497213674:223:14092:14099 Newport California -0.0441205345295084747 +61374 gsa_html_2877730818 gsa_html_2877730818:67:7386:7409 Kingston Peak Pahrump, Nevada -0.538128513475183423 +61375 cspg_html_6383234409 cspg_html_6383234409:760:73217:73237 Bird Fiord Ellesmere Island -0.0658153170866257325 +61376 AMJC_html_1477071550 AMJC_html_1477071550:11:506:512 Reston Charleston, South Carolina -0.0221712043422439102 +61377 aapg_ai_400.html aapg_ai_400.html:86:11242:11251 Red River Red River of the North 0.417311475943361598 +61378 gsa_html_2699188453 gsa_html_2699188453:604:46835:46841 Moscow Middle East -0.0203286926879938275 +61379 cspg_html_6038396142 cspg_html_6038396142:35:5292:5311 Winnipeg Winnipeg -0.00280034052174977849 +61380 geology_html_8596179481 geology_html_8596179481:233:19207:19226 El Modeno Volcanics Glendora, California -0.47503682505792677 +61381 cspg_html_1822367166 cspg_html_1822367166:40:6317:6347 Queenston Bruce Peninsula National Park -0.47495364399168194 +61382 aapg_af_888.html aapg_af_888.html:223:24373:24388 Queen Ward County, North Dakota -0.0203286926879938275 +61383 aapg_ah_724.html aapg_ah_724.html:417:52188:52205 Cardium Lacombe, Alberta -0.419507817631771751 +61384 gsa_html_3436154175 gsa_html_3436154175:666:55513:55520 Challis Absaroka -0.0438697385751906713 +61385 aapg_af_11.html aapg_af_11.html:479:47641:47646 Ouray Leadville, Colorado -0.456561440120662909 +61386 cspg_html_9354781888 cspg_html_9354781888:443:41638:41660 Charlie Lake Victoria, British Columbia -0.0240556397080989269 +61387 jgeology_html_3899973304 jgeology_html_3899973304:202:11824:11839 Danby Bennington, Vermont -0.0881188924461236978 +61388 aapg_ae_369.html aapg_ae_369.html:62:7486:7496 Tuscaloosa Tuscaloosa, Alabama -0.152421143049018604 +61389 aapg_ac_176.html aapg_ac_176.html:231:39162:39179 Taniwha McKee, Kentucky -0.510952494440722882 +61390 aapg_ai_73.html aapg_ai_73.html:201:29107:29115 Frontier Cheyenne, Wyoming -0.00871745152629535731 +61391 aapg_aa_960.html aapg_aa_960.html:6:1148:1154 Navajo Colorado -0.035632122339872542 +61392 aapg_ae_958.html aapg_ae_958.html:1817:156774:156795 Bluff Llano Estacado -0.02390265150978289 +61393 aapg_ah_370.html aapg_ah_370.html:84:5946:5956 Bell Antrim, County Antrim -0.0151427767765860994 +61394 palaios_html_2517822822 palaios_html_2517822822:144:14792:14796 Fang Earth -0.0321524692645064336 +61395 AMJC_html_6341723617 AMJC_html_6341723617:906:77352:77373 Green River Colorado -0.0432358146258081874 +61396 aapg_ai_143.html aapg_ai_143.html:30:3516:3524 Foremost Southern Alberta -0.460946527021081187 +61397 aapg_af_92.html aapg_af_92.html:162:14405:14424 Morehouse Great Basin -0.458695727712452594 +61398 cspg_html_9222238695 cspg_html_9222238695:567:64972:64980 Columbia Victoria, British Columbia -0.474863540124580097 +61399 aapg_ai_249.html aapg_ai_249.html:118:17941:17946 Basal Guatemala -0.452896019392303839 +61400 sedimentology_html_5315330584 sedimentology_html_5315330584:293:26080:26084 Java Borneo -0.428045108019172948 +61401 gsa_html_8233590118 gsa_html_8233590118:911:82335:82347 Saskatchewan Saskatoon -0.466219818123899288 +61402 aapg_ah_27.html aapg_ah_27.html:492:63396:63419 Barnett Texas 0.0216966522714720049 +61403 gsa_html_4650354985 gsa_html_4650354985:383:30915:30932 Minturn San Juan Creek -0.470188590895520009 +61404 aapg_ac_246.html aapg_ac_246.html:519:50181:50190 Newcastle Cheyenne, Wyoming -0.466714081975797668 +61405 cspg_html_3942782922 cspg_html_3942782922:22:2458:2477 Wapiti Lacombe, Alberta -0.484833872729878101 +61406 cspg_html_3860685167 cspg_html_3860685167:1019:93147:93167 Mount Head Lacombe, Alberta -0.01912594516902133 +61407 aapg_ad_567.html aapg_ad_567.html:187:34512:34523 Mowry Powder River Basin -0.910353436388728454 +61408 aapg_af_431.html aapg_af_431.html:140:14548:14582 Cotton Valley Rusk County, Wisconsin -0.00877304685539758919 +61409 aapg_ac_617.html aapg_ac_617.html:96:11843:11861 Oakville Navasota Independent School District -0.0166302989496245716 +61410 gsa_html_6872402505 gsa_html_6872402505:1109:96651:96679 Green River Iran 0.00786094473747839077 +61411 cspg_html_4845813500 cspg_html_4845813500:226:23974:23991 Albert New Brunswick, New Jersey -0.474203062673125064 +61412 sedimentology_html_9079273526 sedimentology_html_9079273526:797:73870:73889 Willwood Fort Union Trading Post National Historic Site 0.592942962640992333 +61413 aapg_ai_991.html aapg_ai_991.html:68:7985:8006 Hornerstown Closter, New Jersey -0.4597965726108596 +61414 cspg_html_5241714595 cspg_html_5241714595:69:11558:11572 Evie Lacombe, Alberta -0.412564256933393103 +61415 cspg_html_1894459898 cspg_html_1894459898:400:40273:40306 Bluff Grand Cayman -0.0491537380497388335 +61416 cspg_html_4555867289 cspg_html_4555867289:376:40292:40299 Halfway Western Canadian Sedimentary Basin -0.55511719268654236 +61417 aapg_ad_64.html aapg_ad_64.html:134:14819:14825 Midway Texas -0.0822326593462300304 +61418 aapg_ae_125.html aapg_ae_125.html:3:431:442 Trempealeau Ohio -0.028708628918134603 +61419 aapg_af_162.html aapg_af_162.html:262:24750:24767 Eagle Austin, Chicago -0.424217090203684033 +61420 cspg_html_9613527162 cspg_html_9613527162:159:22255:22278 Turner Valley Elkton, Kentucky 0.0051247343510113369 +61421 geology_html_7647446171 geology_html_7647446171:125:10185:10201 Whitewater Thunder Bay -0.465616092314337648 +61422 aapg_aa_717.html aapg_aa_717.html:66:9788:9813 Gatesburg Tyrone, Pennsylvania -0.465026484605756241 +61423 sedimentology_html_8941825370 sedimentology_html_8941825370:1110:61445:61450 Swift Logan, Utah -0.451526708240674923 +61424 cspg_html_7425639496 cspg_html_7425639496:427:60847:60857 Sans Sault Sault Ste. Marie, Ontario -0.432236767973233238 +61425 cspg_html_3642426669 cspg_html_3642426669:37:5713:5725 Viking Regina, Saskatchewan -0.478570111716157764 +61426 aapg_ae_961.html aapg_ae_961.html:132:10584:10598 Stony Mountain Red River of the North 0.751966667481770434 +61427 AMJC_html_6336294256 AMJC_html_6336294256:1995:243649:243659 Washington Reno, Nevada -0.448691045323912019 +61428 aapg_ac_283.html aapg_ac_283.html:39:3660:3716 Oil Creek Grayson County, Kentucky -0.44830973456876172 +61429 geology_html_4122297754 geology_html_4122297754:14:941:951 Santa Cruz Santa Cruz, California -0.00985717070177309293 +61430 gsa_html_4071231613 gsa_html_4071231613:1043:105443:105453 Washington Washington (state) -0.0219799913092776147 +61431 cspg_html_5891044027 cspg_html_5891044027:16:2894:2913 Grinnell Purcell Mountains -0.474805786132168894 +61432 aapg_ae_4.html aapg_ae_4.html:556:56381:56398 Oquirrh Logan, Utah -0.00515253017068293719 +61433 aapg_ad_2.html aapg_ad_2.html:815:115184:115195 Trempealeau Wisconsin -0.0807605456235592767 +61434 palaios_html_5126640267 palaios_html_5126640267:409:51350:51381 Kope Cincinnati -0.0645260486591267418 +61435 geology_html_2350878941 geology_html_2350878941:327:24792:24813 Green River Cheyenne, Wyoming 1.09384236759647457 +61436 geology_html_1098024541 geology_html_1098024541:253:24040:24048 Colorado Pueblo, Colorado -0.489885075161781369 +61437 aapg_ae_440.html aapg_ae_440.html:129:14161:14169 Richland Illinois -0.418790363991469961 +61438 cspg_html_8049997704 cspg_html_8049997704:6:439:453 Colorado Milk River, Alberta -0.0454181735904482173 +61439 gsa_html_7083621709 gsa_html_7083621709:31:2764:2792 Green River Colorado -0.00447500993536276322 +61440 cspg_html_9152086986 cspg_html_9152086986:189:19620:19637 Halfway Lacombe, Alberta -0.0271279018002479055 +61441 gsa_html_8881958017 gsa_html_8881958017:581:54276:54288 Nicola Canada -0.464419004431934179 +61442 gsa_html_4675429437 gsa_html_4675429437:233:16702:16712 San Felipe Sonora -0.456337429672799166 +61443 cspg_html_1333179361 cspg_html_1333179361:691:57980:57988 Columbia Anchorage, Alaska -0.431086943566786673 +61444 gsa_html_4650354985 gsa_html_4650354985:1309:103832:103840 Colorado Colorado -0.470760962753313472 +61445 palaios_html_7541955341 palaios_html_7541955341:754:66610:66639 Laurentian Cordillera Oriental (Colombia) -0.00130809596842944883 +61446 aapg_ad_683.html aapg_ad_683.html:490:49552:49568 Kaibab Coconino County, Arizona -0.0750848975436395616 +61447 aapg_ai_553.html aapg_ai_553.html:59:7893:7901 Wolfcamp Lea County Regional Airport -0.465705253187009671 +61448 gsa_html_1105200950 gsa_html_1105200950:559:48786:48814 Green River Colorado -0.0102706745632111761 +61449 aapg_ah_870.html aapg_ah_870.html:387:31907:31912 Price Huntington, West Virginia -0.241305533966942154 +61450 aapg_aa_108.html aapg_aa_108.html:25:3011:3038 Prospect Reno, Nevada -0.432289667144302503 +61451 aapg_ak_96.html aapg_ak_96.html:75:7731:7759 Tuscarora Middle East -0.0297729872835114824 +61452 aapg_af_85.html aapg_af_85.html:166:19675:19683 Columbia Lacombe, Alberta -0.434083382761083048 +61453 geology_html_2333844059 geology_html_2333844059:267:22021:22027 Jordan Andes -0.0231725008237077118 +61454 aapg_ah_301.html aapg_ah_301.html:253:25804:25818 Mission Canyon Middle East -0.0060576376426468119 +61455 sedimentology_html_1668670745 sedimentology_html_1668670745:785:50530:50534 Hall London, Ontario -0.447153316157111791 +61456 aapg_aa_300.html aapg_aa_300.html:5:877:885 Carlsbad La Jolla -0.0462769907326050153 +61457 geology_html_2852518993 geology_html_2852518993:175:17936:17973 Mechum River Virginia -0.459860167847925383 +61458 sedimentology_html_4044191708 sedimentology_html_4044191708:69:6785:6791 Sierra Spain -0.479475427251918496 +61459 jgeology_html_2563614336 jgeology_html_2563614336:95:3838:3848 San Felipe Southern California -0.465945346292333973 +61460 gsa_html_6441142238 gsa_html_6441142238:1200:114820:114827 Madison Wisconsin -0.491056633019370192 +61461 cspg_html_5973552270 cspg_html_5973552270:61:8674:8695 Beaverhill Swan Hill, Victoria -0.0791049700688603447 +61462 aapg_ad_145.html aapg_ad_145.html:13:1253:1275 Green River Wasatch Range -0.010750205891597751 +61463 aapg_af_397.html aapg_af_397.html:563:65752:65759 Todilto Entrada Sandstone -0.447168994241326834 +61464 gsa_html_2145963783 gsa_html_2145963783:613:57197:57214 Roberts Mountains Reno, Nevada -0.478284785297837578 +61465 cspg_html_8811137053 cspg_html_8811137053:18:1133:1150 Cardium Red Deer, Alberta -0.0195726214963804213 +61466 palaios_html_4282283317 palaios_html_4282283317:484:44218:44238 Hell Creek Northern Great Plain -0.472639307901536299 +61467 aapg_ah_455.html aapg_ah_455.html:26:2685:2703 Woodbine East Texas -0.460146402321772174 +61468 aapg_aa_255.html aapg_aa_255.html:76:8167:8177 Phosphoria Populus sect. Aegiros -0.410525668454925885 +61469 aapg_ad_2.html aapg_ad_2.html:1071:147408:147420 Chambersburg Lancaster, California 0.00313388258007131059 +61470 aapg_ah_534.html aapg_ah_534.html:384:32628:32651 Trimmers Rock Catskill Mountains -0.444844842741709823 +61471 aapg_ae_812.html aapg_ae_812.html:135:14306:14315 Peninsula Coahuila 0.0101073573662476459 +61472 aapg_ae_981.html aapg_ae_981.html:251:21649:21655 Laurel Missouri River -0.0211456318473247536 +61473 cspg_html_5541725202 cspg_html_5541725202:178:26204:26217 Middleborough Springhill, Nova Scotia -0.0393792500826810471 +61474 cspg_html_7402164801 cspg_html_7402164801:402:38807:38829 Belly River Lacombe, Alberta -0.00138974352800571069 +61475 cspg_html_6608209149 cspg_html_6608209149:573:56148:56169 Slave Point Lacombe, Alberta -0.467584291252108319 +61476 aapg_ae_74.html aapg_ae_74.html:547:51256:51270 Graneros Mancos, Colorado -0.114160038901182065 +61477 aapg_ae_364.html aapg_ae_364.html:298:28363:28371 San Jose Quito -0.0390781048690825028 +61478 aapg_ah_60.html aapg_ah_60.html:244:23552:23560 Yakataga Malaspina Glacier -0.489758135810969386 +61479 palaios_html_9451646650 palaios_html_9451646650:278:25503:25518 Conemaugh Kentucky -0.0398266335823246886 +61480 aapg_ad_812.html aapg_ad_812.html:49:5890:5897 Kayenta Kayenta, Arizona -0.10627262979797325 +61481 aapg_ad_169.html aapg_ad_169.html:108:14703:14721 Greenbrier Greenbrier (Great Smoky Mountains) -0.465568086328610908 +61482 cspg_html_8568877195 cspg_html_8568877195:53:8914:8925 Sombre Milk River, Alberta -0.432223543643836305 +61483 palaios_html_1018466366 palaios_html_1018466366:1679:145497:145517 Pottsville Alabama -0.0201913809518237848 +61484 aapg_ac_881.html aapg_ac_881.html:629:74596:74604 Winnipeg Middle Ordovician -0.443344757382833909 +61485 gsa_html_1130947011 gsa_html_1130947011:579:56856:56871 Maquoketa Iowa -0.288818082075670779 +61486 cspg_html_9046359229 cspg_html_9046359229:926:103351:103356 Price Lacombe, Alberta -0.0197377379215514133 +61487 aapg_aa_683.html aapg_aa_683.html:321:37017:37036 Greenhorn Pueblo, Colorado -0.0501628553574823693 +61488 cspg_html_4498577775 cspg_html_4498577775:834:64777:64786 Gog Mount Assiniboine Provincial Park -0.485406637327558677 +61489 aapg_ai_4.html aapg_ai_4.html:82:8432:8439 Temblor Monterey, California -0.486998362492811809 +61490 aapg_ae_681.html aapg_ae_681.html:47:6246:6257 Haynesville Cotton Valley, Louisiana -0.44844429668252761 +61491 aapg_aa_25.html aapg_aa_25.html:167:15005:15022 Kayenta Summerville, South Carolina -0.0153513023699453546 +61492 jgeology_html_6865938591 jgeology_html_6865938591:588:28915:28929 Beaufort South Africa -0.0123938684119111291 +61493 aapg_ae_602.html aapg_ae_602.html:656:77534:77540 Denver Colorado -0.468455358769372721 +61494 gsa_html_2979975664 gsa_html_2979975664:721:74779:74807 Green River Colorado -0.0377587459596800123 +61495 AMJC_html_8402437205 AMJC_html_8402437205:1003:88205:88215 Washington Whidbey Island -0.463362613223226583 +61496 palaios_html_8055229939 palaios_html_8055229939:588:65366:65397 Fort Hancock Chihuahua (state) -0.0383278935926523318 +61497 aapg_ah_292.html aapg_ah_292.html:228:37263:37285 Yellowjacket Boise, Idaho -0.23767264024231341 +61498 cspg_html_5735081610 cspg_html_5735081610:416:42267:42318 Winnipegosis Regina, Saskatchewan -0.446078886082885928 +61499 cspg_html_8789242291 cspg_html_8789242291:170:23886:23904 Eastend Regina, Saskatchewan -0.455347020329573748 +61500 gsa_html_9207276905 gsa_html_9207276905:532:48645:48653 Smithers Victoria, British Columbia -0.0207667065675008616 +61501 aapg_ah_678.html aapg_ah_678.html:640:82691:82702 San Antonio Texas -0.0528056825584691872 +61502 cspg_html_1260733368 cspg_html_1260733368:84:12266:12288 Medicine Hat Lacombe, Alberta -0.452909542628234352 +61503 cspg_html_5450075884 cspg_html_5450075884:7:986:1008 Belly River Colorado -0.008957206898973313 +61504 gsa_html_5339062095 gsa_html_5339062095:885:70227:70249 Gorge Salem, Oregon -0.0569218086528505626 +61505 aapg_ac_475.html aapg_ac_475.html:304:41963:41991 Kishenehn Victoria, British Columbia -0.443688311537407287 +61506 cspg_html_2553187793 cspg_html_2553187793:74:12879:12913 Beaverhill Canada -0.4381734052234173 +61507 aapg_ad_659.html aapg_ad_659.html:351:50128:50149 Jacobsville Michigan -0.0395063257526605052 +61508 gsa_html_9095677084 gsa_html_9095677084:848:69815:69839 Echo Canyon Conglomerate Logan, Utah -0.519327430929987566 +61509 aapg_ad_865.html aapg_ad_865.html:384:38082:38097 Molas Ouray, Colorado -0.00890334869044343696 +61510 gsa_html_6627974776 gsa_html_6627974776:129:11400:11407 Chisana Wrangell Mountains -0.4597920302667165 +61511 palaios_html_8113714689 palaios_html_8113714689:22:1738:1746 Au Train Munising, Michigan -0.450784359288809666 +61512 cspg_html_4555867289 cspg_html_4555867289:373:40152:40172 Baldonnel Lacombe, Alberta -0.0263019613963844621 +61513 gsa_html_8035658736 gsa_html_8035658736:834:92852:92879 Columbia Washington (state) -0.0345376534934891677 +61514 cspg_html_6252417471 cspg_html_6252417471:460:63140:63145 Lance Fort Union Trading Post National Historic Site -0.000225833135678471921 +61515 aapg_ah_712.html aapg_ah_712.html:383:49586:49594 Scotland London, Ontario -0.439298641817729429 +61516 gsa_html_1130947011 gsa_html_1130947011:285:37341:37356 Galena Lexington, Kentucky -0.476061064960921709 +61517 aapg_ad_694.html aapg_ad_694.html:79:10162:10170 Woodbine Grayson County, Kentucky -0.468317764612058318 +61518 sedimentology_html_8337405859 sedimentology_html_8337405859:535:63019:63023 Hall London, Ontario -0.0584031825755885817 +61519 aapg_ad_52.html aapg_ad_52.html:1030:111293:111303 Kinderhook Rockford, Illinois -0.033773852470743819 +61520 aapg_ah_52.html aapg_ah_52.html:126:17238:17257 Matanuska California -0.464419004431934179 +61521 aapg_ah_654.html aapg_ah_654.html:1092:111428:111446 Tensleep Little Cottonwood Creek -0.459819284677136619 +61522 gsa_html_2832151886 gsa_html_2832151886:646:56680:56688 Dunvegan Lacombe, Alberta -0.432227951733042737 +61523 aapg_af_520.html aapg_af_520.html:210:22241:22262 Green River Uinta Mountains 0.359390875092826523 +61524 cspg_html_4693916254 cspg_html_4693916254:37:6784:6819 Madison Williston Basin -0.493432945605813467 +61525 aapg_ae_884.html aapg_ae_884.html:312:41432:41440 Colorado Cheyenne, Wyoming -0.0233880656689205678 +61526 cspg_html_3874000139 cspg_html_3874000139:8:479:498 Olmos Mexico -0.00961046045389274753 +61527 jgeology_html_4305195651 jgeology_html_4305195651:1056:98575:98584 Mansfield Waverly, Tioga County, New York -0.0481796037635088825 +61528 aapg_aa_15.html aapg_aa_15.html:81:10635:10643 Wellborn Brazos County, Texas -0.478488911708928044 +61529 sedimentology_html_2325599130 sedimentology_html_2325599130:539:49326:49341 Torok Anchorage, Alaska -0.0257194847392249668 +61530 palaios_html_6605749307 palaios_html_6605749307:581:52686:52717 Navajo Arizona -0.462261924354454456 +61531 cspg_html_5484260516 cspg_html_5484260516:671:52072:52092 Banff Crowsnest Pass, Alberta -0.45896570683289678 +61532 aapg_ac_590.html aapg_ac_590.html:12:1322:1328 Dakota New Mexico 0.0246397902733066602 +61533 palaios_html_1857508743 palaios_html_1857508743:1303:82316:82322 Pueblo Caribbean -0.0105834116577304821 +61534 gsa_html_4472896560 gsa_html_4472896560:136:10990:11005 Rockland California -0.439125439995052158 +61535 sedimentology_html_1033745069 sedimentology_html_1033745069:1784:86870:86874 Wise Antarctica -0.493565158874039067 +61536 aapg_ac_867.html aapg_ac_867.html:680:92831:92849 Tensleep Cheyenne, Wyoming -0.449703411954729404 +61537 aapg_ah_657.html aapg_ah_657.html:61:6078:6093 Colorado Santa Ana, California -0.466714081975797668 +61538 aapg_ah_756.html aapg_ah_756.html:252:23369:23385 Whitehorse Amarillo, Texas -0.0491275968873820176 +61539 aapg_ac_264.html aapg_ac_264.html:881:87238:87246 Belgrade Sombor Airport -0.0465661867457523512 +61540 cspg_html_1019614994 cspg_html_1019614994:77:14854:14874 Big Valley Regina, Saskatchewan -0.480904968568341529 +61541 aapg_ae_876.html aapg_ae_876.html:188:18673:18684 Black Creek Monticello, New York -0.0153148102640597843 +61542 aapg_aa_865.html aapg_aa_865.html:4:511:528 Welling Knoxville, Tennessee -0.0999302331048078502 +61543 aapg_ae_67.html aapg_ae_67.html:453:34574:34582 Colorado Colorado -0.450595494357366455 +61544 aapg_ad_691.html aapg_ad_691.html:81:9510:9520 Fort Worth Austin, Chicago -0.436805862873274886 +61545 aapg_aa_731.html aapg_aa_731.html:255:33736:33751 Rockdale Mississippi River -0.478280146619880497 +61546 aapg_ah_260.html aapg_ah_260.html:354:49224:49250 Price Indianola, Iowa -0.408497736597414174 +61547 gsa_html_1020641102 gsa_html_1020641102:102:8156:8184 Green River New Mexico 0.00953054056718567397 +61548 cspg_html_1730027796 cspg_html_1730027796:164:17150:17154 Hall England -0.444871652179790411 +61549 aapg_af_810.html aapg_af_810.html:24:2156:2169 Turner Valley Lacombe, Alberta -0.474438560215669658 +61550 gsa_html_2374661120 gsa_html_2374661120:478:47460:47470 Bear River Lake Bonneville -0.487818790090823073 +61551 gsa_html_6169925575 gsa_html_6169925575:223:21932:21940 Beaufort South Africa -0.44280960294495586 +61552 aapg_ad_666.html aapg_ad_666.html:247:32346:32350 Vail London, Ontario -0.0942645486703309748 +61553 cspg_html_2863271815 cspg_html_2863271815:155:19821:19837 Guelph Michigan -0.482688821665931855 +61554 aapg_ae_6.html aapg_ae_6.html:614:67426:67431 Sligo Buda, Texas -0.0937460550520217012 +61555 gsa_html_2726343192 gsa_html_2726343192:358:34048:34073 Piedras Western world -0.467016268103292775 +61556 cspg_html_5955028331 cspg_html_5955028331:475:56551:56569 Dunvegan Canada -0.008957206898973313 +61557 aapg_ah_27.html aapg_ah_27.html:247:38892:38918 Barnett Wise County, Virginia -0.01748532023179648 +61558 aapg_ae_454.html aapg_ae_454.html:530:48095:48100 Weeks Arkansas -0.464533160716817162 +61559 aapg_ah_328.html aapg_ah_328.html:345:36164:36182 Tensleep Cheyenne, Wyoming -0.0147465829377091441 +61560 aapg_ai_958.html aapg_ai_958.html:107:10821:10839 Oakville Cuero, Texas -0.456416618922522499 +61561 gsa_html_6652746762 gsa_html_6652746762:862:72454:72460 Brazil Earth -0.0337199186226255915 +61562 aapg_ae_805.html aapg_ae_805.html:45:6675:6682 Paradox Hermosa, Chicago -0.105510959687662553 +61563 gsa_html_8833777630 gsa_html_8833777630:662:75152:75173 White River White River (Washington) 0.823999812316538405 +61564 aapg_af_614.html aapg_af_614.html:52:4067:4085 Hosston Cotton Valley, Louisiana -0.451913869834985604 +61565 aapg_ah_678.html aapg_ah_678.html:608:76630:76639 Vicksburg Texas -0.146672474548919629 +61566 aapg_aa_761.html aapg_aa_761.html:27:1808:1834 Ivishak Prudhoe Bay Oil Field -0.431714547785669089 +61567 aapg_aa_172.html aapg_aa_172.html:451:51607:51626 Blomidon Wolfville, Nova Scotia -0.0674002216587080011 +61568 aapg_ae_999.html aapg_ae_999.html:317:44204:44225 Mosley Hill Danville, Virginia -0.109080938927309537 +61569 aapg_ah_871.html aapg_ah_871.html:49:6548:6563 Laval Montreal -0.0253787031828477012 +61570 cspg_html_7192907687 cspg_html_7192907687:29:3678:3698 George Middle Ordovician -0.464405306663695727 +61571 gsa_html_6481254334 gsa_html_6481254334:932:80100:80128 Green River Colorado 0.00208809189150845889 +61572 cspg_html_7750771523 cspg_html_7750771523:23:3207:3219 Saskatchewan Lacombe, Alberta -0.475991665297052891 +61573 cspg_html_9987144175 cspg_html_9987144175:291:37674:37693 Beaufort Ellesmere Island -0.00802946509668115739 +61574 cspg_html_9941518291 cspg_html_9941518291:389:52451:52456 Douro Douro DOC 0.834217713177469511 +61575 aapg_ac_228.html aapg_ac_228.html:20:1937:1951 Violin Breccia Castaic, California 1.13816947428367565 +61576 aapg_ae_419.html aapg_ae_419.html:2900:188762:188768 Sierra Madeira wine -0.464656465989479628 +61577 aapg_af_2.html aapg_af_2.html:279:30586:30591 Ouray Ouray, Colorado -0.434757184965269161 +61578 aapg_ai_105.html aapg_ai_105.html:34:5401:5430 Weber Uinta Mountains -0.494850594949005074 +61579 geology_html_3199541859 geology_html_3199541859:15:749:770 Wood Canyon California -0.0062678467546358578 +61580 aapg_ae_999.html aapg_ae_999.html:341:47296:47301 Tampa Decatur, Georgia -0.480667710196792775 +61581 aapg_ad_721.html aapg_ad_721.html:259:24030:24042 Abo New Mexico -0.466219818123899288 +61582 gsa_html_5737673651 gsa_html_5737673651:348:31213:31229 Forest Chinle Formation -0.498053805119432369 +61583 aapg_ad_2.html aapg_ad_2.html:847:119714:119726 Chambersburg Great Valley, New York -0.450725896910529999 +61584 aapg_af_995.html aapg_af_995.html:540:92334:92355 Peace River Logan, Utah 0.0084533746806839706 +61585 sedimentology_html_1046729113 sedimentology_html_1046729113:2085:162601:162619 Dunvegan Victoria, British Columbia -0.447135398674851747 +61586 geology_html_6365665477 geology_html_6365665477:74:6005:6032 Roberts Mountains Reno, Nevada -0.0221938023877403003 +61587 aapg_ad_11.html aapg_ad_11.html:124:17078:17098 Hell Creek Fort Union Trading Post National Historic Site -0.472770666406185036 +61588 cspg_html_8298261690 cspg_html_8298261690:611:63550:63565 Leduc Lacombe, Alberta -0.0129759471663572871 +61589 aapg_ad_194.html aapg_ad_194.html:72:7882:7899 Johnnie Spring Mountains National Recreation Area -0.469093158774920749 +61590 geology_html_3963771785 geology_html_3963771785:16:1332:1339 Yucatan Jamaica, Queens -0.041236814250852856 +61591 aapg_aa_976.html aapg_aa_976.html:405:55135:55143 Altamont Wisconsin -0.440247382693200906 +61592 cspg_html_8298261690 cspg_html_8298261690:521:56856:56873 Bluesky Western Canadian Sedimentary Basin -0.477158315306099867 +61593 aapg_ae_467.html aapg_ae_467.html:483:37943:37956 Saginaw Michigan -0.0283642962878183774 +61594 aapg_ah_871.html aapg_ah_871.html:595:66253:66260 Pamelia Lowville (town), New York -0.157430890729982592 +61595 geology_html_5077031648 geology_html_5077031648:25:2207:2215 Colorado Denver -0.478326534516524793 +61596 jgeology_html_8064855537 jgeology_html_8064855537:244:16206:16212 Dakota Logan, Utah -0.00567891556221164669 +61597 cspg_html_7918236174 cspg_html_7918236174:434:47538:47555 Wilcox Texas -0.451913869834985604 +61598 aapg_ah_318.html aapg_ah_318.html:1757:166017:166036 La Gloria Durango, Durango -0.487431918821373489 +61599 gsa_html_5253952002 gsa_html_5253952002:481:52799:52819 Bloomsburg Pennsylvania -0.440680970807864891 +61600 aapg_ah_370.html aapg_ah_370.html:12:1473:1487 Traverse Michigan 0.00588564889809547673 +61601 aapg_ai_489.html aapg_ai_489.html:340:37932:37960 Disappointment Bay Little Cornwallis Island -0.458659434193013582 +61602 aapg_ah_311.html aapg_ah_311.html:285:31435:31449 Sentinel Butte Fort Union Trading Post National Historic Site -0.43347626990885002 +61603 sedimentology_html_8180487315 sedimentology_html_8180487315:1500:112878:112892 Pico California -0.462261924354454456 +61604 aapg_aa_288.html aapg_aa_288.html:46:5688:5706 Frontier Powder River (Montana) 0.0358200551383494742 +61605 aapg_aa_976.html aapg_aa_976.html:232:28064:28078 Bonner Springs Plattsburg, Missouri -0.43485884955268328 +61606 cspg_html_1565769407 cspg_html_1565769407:86:11115:11135 Windsor Middle East -0.424269545188154129 +61607 aapg_ah_90.html aapg_ah_90.html:78:12756:12764 Colorado Denver -0.0309000524599756105 +61608 gsa_html_3620519671 gsa_html_3620519671:769:84000:84009 Valentine New Mexico -0.481482104366479757 +61609 aapg_af_426.html aapg_af_426.html:80:9596:9604 Colorado Denver -0.0777161308228224296 +61610 aapg_ai_49.html aapg_ai_49.html:595:78537:78553 Maroon Glenwood Springs, Colorado -0.431641856483014286 +61611 aapg_ah_783.html aapg_ah_783.html:127:15845:15856 Shark River Melbourne, Florida -0.0195726214963804213 +61612 palaios_html_9518809405 palaios_html_9518809405:378:37158:37165 Andrews Abu Dhabi (emirate) -0.497863925745818725 +61613 cspg_html_3026112034 cspg_html_3026112034:765:74839:74851 Golden Spike Lacombe, Alberta -0.0171829308693467256 +61614 aapg_ac_629.html aapg_ac_629.html:408:51990:51998 Beaumont Crosby, Texas -0.00809374621701250407 +61615 aapg_ak_104.html aapg_ak_104.html:401:43032:43048 Amsden Cheyenne, Wyoming -0.131563274872198072 +61616 aapg_aa_621.html aapg_aa_621.html:85:9316:9321 Lance Fort Union Trading Post National Historic Site 0.00550519056834465961 +61617 aapg_ak_54.html aapg_ak_54.html:78:10538:10548 Tuscaloosa Mississippi River -0.00490757986669080291 +61618 aapg_ae_226.html aapg_ae_226.html:132:18434:18443 Oil Creek Pennsylvania -0.460146402321772174 +61619 geology_html_9333388276 geology_html_9333388276:13:757:767 Copenhagen Denmark -0.473413916391550615 +61620 aapg_aa_904.html aapg_aa_904.html:181:15398:15418 Mesaverde Western world -0.432624764132568007 +61621 aapg_ae_454.html aapg_ae_454.html:562:51168:51176 Dorcheat Hubbard, Bowie County, Texas -0.0632405567829520537 +61622 aapg_ah_521.html aapg_ah_521.html:451:53543:53558 Queen Texas -0.447153316157111791 +61623 aapg_aa_645.html aapg_aa_645.html:632:60788:60810 Burro Canyon Colorado 0.0134468313182249857 +61624 aapg_ai_159.html aapg_ai_159.html:213:24602:24619 Caimito Caribbean -0.0251613720923007447 +61625 aapg_ae_866.html aapg_ae_866.html:3:364:379 Allegheny Pennsylvania -0.454034931813569353 +61626 gsa_html_2076560873 gsa_html_2076560873:280:31606:31626 Bird Fiord Ellesmere Island 0.026023760671933089 +61627 cspg_html_4392308496 cspg_html_4392308496:46:7619:7627 Montreal Quebec City -0.0646064012122370551 +61628 cspg_html_9344966639 cspg_html_9344966639:163:14677:14689 Coyote Butte Washington (state) -0.448296279445968116 +61629 jgeology_html_4115179562 jgeology_html_4115179562:766:54823:54840 Chemung Virginia -0.442542141875480355 +61630 sedimentology_html_5684840410 sedimentology_html_5684840410:1566:87113:87141 San Andres Texas -0.442542141875480355 +61631 palaios_html_3140337808 palaios_html_3140337808:64:5775:5802 Florissant Colorado -0.451812561628617604 +61632 aapg_af_288.html aapg_af_288.html:140:15438:15454 Martin Arizona -0.0351518647391547839 +61633 aapg_af_812.html aapg_af_812.html:175:15183:15206 Cook Mountain Mexico -0.450932780647085085 +61634 gsa_html_3860045860 gsa_html_3860045860:416:45231:45256 Eugene Durham, North Carolina -0.463271407180362194 +61635 aapg_ah_633.html aapg_ah_633.html:126:17478:17495 Chickasawhay Mississippi River -0.442649117020085803 +61636 cspg_html_5141367518 cspg_html_5141367518:416:58108:58115 Bearpaw Lethbridge -0.434606918343987458 +61637 cspg_html_5880669950 cspg_html_5880669950:358:39869:39879 Swan Hills Swan Hill, Victoria 0.0171794551538984631 +61638 gsa_html_3613642206 gsa_html_3613642206:861:77249:77259 Washington Seattle -0.472512577150688062 +61639 geology_html_6477993459 geology_html_6477993459:148:13384:13393 Extension Antarctica -0.448484669177164286 +61640 geology_html_6663105863 geology_html_6663105863:137:15462:15468 Sierra Mojave Desert -0.0682688757908614247 +61641 gsa_html_7102550258 gsa_html_7102550258:147:16128:16133 Bluff Arizona -0.443782030321690002 +61642 aapg_ac_629.html aapg_ac_629.html:301:39018:39028 Citronelle Oberlin, Ohio -0.425082964849407663 +61643 aapg_af_192.html aapg_af_192.html:210:21494:21517 Cook Mountain Pine Prairie, Louisiana -0.448578878596292641 +61644 aapg_ai_597.html aapg_ai_597.html:31:3052:3070 Niobrara Sharon Springs, Kansas -0.450608983410958508 +61645 jgeology_html_5792739316 jgeology_html_5792739316:788:50994:51016 Carrizo Texas -0.416220582820664042 +61646 gsa_html_6142651299 gsa_html_6142651299:880:77713:77721 Rockwell California -0.0325612728688678896 +61647 gsa_html_7384517973 gsa_html_7384517973:594:59370:59381 San Antonio Texas -0.092454503630889695 +61648 gsa_html_9870828882 gsa_html_9870828882:581:54259:54275 Bighorn Dolomite Southeast Asia -0.440254051746647612 +61649 gsa_html_2059670590 gsa_html_2059670590:191:18674:18683 San Diego Baja California peninsula -0.43911211811260753 +61650 sedimentology_html_5673709888 sedimentology_html_5673709888:980:42976:42984 Hawthorn Arcadia, California -0.463396817899322633 +61651 sedimentology_html_5613495298 sedimentology_html_5613495298:121:12363:12369 Chinle Chinle Formation -0.0439533364124982534 +61652 aapg_ah_654.html aapg_ah_654.html:728:74849:74859 Wind River Fort Union Trading Post National Historic Site -0.233655946564586353 +61653 aapg_ak_135.html aapg_ak_135.html:688:74174:74198 Bedford Santiago 0.00480334593379653455 +61654 sedimentology_html_5955841371 sedimentology_html_5955841371:195:13366:13374 Loveland Colorado -0.0113965411474177668 +61655 gsa_html_8947439513 gsa_html_8947439513:717:69979:70007 Green River Iran -0.0256238564672171959 +61656 gsa_html_4522678867 gsa_html_4522678867:373:40726:40750 Sailor Canyon Klamath Mountains (ecoregion) -0.0160255473539090525 +61657 aapg_ai_82.html aapg_ai_82.html:195:22364:22374 Greenbrier Greenbrier (Great Smoky Mountains) -0.449703411954729404 +61658 aapg_ad_958.html aapg_ad_958.html:735:75390:75406 Keokuk Burlington, Ontario -0.50320646435848726 +61659 cspg_html_2253842195 cspg_html_2253842195:100:14371:14379 Columbia Canada -0.124919989620964719 +61660 cspg_html_3233680622 cspg_html_3233680622:760:87541:87553 Eureka Sound District Council of Franklin Harbour -0.224259313851670278 +61661 cspg_html_5402891623 cspg_html_5402891623:6:444:452 Columbia Victoria, British Columbia -0.484413309843390927 +61662 aapg_ac_635.html aapg_ac_635.html:90:11094:11113 Hornbrook California -0.0436677138178514362 +61663 gsa_html_9152662653 gsa_html_9152662653:186:17206:17222 Laurel Western world -0.0765902888371837176 +61664 geology_html_8042752734 geology_html_8042752734:328:24998:25012 Pico California -0.418507876495596065 +61665 aapg_ad_691.html aapg_ad_691.html:12:1453:1473 Duck Creek Austin, Chicago -0.000180666507077184774 +61666 geology_html_2668804822 geology_html_2668804822:110:9093:9103 Rio Grande Lempa River -0.467925738958578585 +61667 cspg_html_5345848475 cspg_html_5345848475:60:8802:8819 Carlile Manitoba -0.0820468668175087373 +61668 gsa_html_2832151886 gsa_html_2832151886:532:46644:46673 Belle Fourche Lacombe, Alberta 0.0310635550313855154 +61669 cspg_html_3589404052 cspg_html_3589404052:855:97161:97189 Antler Canada -0.0565659097388836185 +61670 sedimentology_html_1685838353 sedimentology_html_1685838353:748:48876:48898 Judith River Canada -0.449431691216236939 +61671 aapg_ac_884.html aapg_ac_884.html:27:3104:3114 Henryhouse Clarita, Oklahoma -0.459887424332023564 +61672 aapg_ai_105.html aapg_ai_105.html:736:86778:86798 Manning Canyon Uinta Mountains -0.455432903203822237 +61673 gsa_html_4667678389 gsa_html_4667678389:571:55081:55096 Inkom Boise, Idaho -0.43519044103107285 +61674 aapg_ae_74.html aapg_ae_74.html:460:43841:43858 Entrada New Mexico -0.44564275767943895 +61675 palaios_html_9009659906 palaios_html_9009659906:322:37903:37928 Willwood Cheyenne, Wyoming -0.0500460767100676454 +61676 aapg_ai_388.html aapg_ai_388.html:319:33448:33468 Mesaverde Wasatch Range -0.457487488497030304 +61677 cspg_html_5955028331 cspg_html_5955028331:564:63673:63689 Viking Central Alberta -0.0183873001701448657 +61678 gsa_html_4385238876 gsa_html_4385238876:783:80616:80620 Mata Madeira -0.482917309945881279 +61679 aapg_ad_351.html aapg_ad_351.html:605:50474:50493 Northview Springfield, Illinois -0.471543117662309108 +61680 aapg_ae_518.html aapg_ae_518.html:37:3882:3906 Cowlitz Washington (state) -0.491049570598957486 +61681 aapg_ac_246.html aapg_ac_246.html:6:1043:1053 Fall River Cheyenne, Wyoming -0.449431691216236939 +61682 aapg_aa_712.html aapg_aa_712.html:93:11086:11097 Platteville Hennepin, Illinois 0.00736581097593620986 +61683 cspg_html_3065473572 cspg_html_3065473572:75:11232:11253 Lawrence Charlevoix, Michigan -0.42193152612717999 +61684 aapg_ai_49.html aapg_ai_49.html:449:57397:57402 Weber Colorado -0.457614356613462614 +61685 gsa_html_1040524378 gsa_html_1040524378:528:63506:63527 Green River Logan, Utah -0.0270600859182637335 +61686 sedimentology_html_2339468027 sedimentology_html_2339468027:1869:148270:148278 Rockwell Johnson Valley, California -0.436819151869522138 +61687 aapg_aa_702.html aapg_aa_702.html:2129:183275:183318 Prairie Canada -0.00530888185460337992 +61688 aapg_ah_217.html aapg_ah_217.html:439:49175:49183 Virginia Virginia -0.489400926759743782 +61689 cspg_html_3328007773 cspg_html_3328007773:791:87614:87625 Shaftesbury Lacombe, Alberta -0.476519241639526414 +61690 aapg_ae_342.html aapg_ae_342.html:78:6612:6621 Frio Blue Lake (South Australia) -0.46279500750727276 +61691 aapg_ai_932.html aapg_ai_932.html:81:12737:12763 Sisquoc Monterey, California -0.470188590895520009 +61692 aapg_ac_512.html aapg_ac_512.html:49:5113:5126 Cotton Valley Mississippi River 0.0102845739324917348 +61693 aapg_ai_581.html aapg_ai_581.html:71:6894:6910 Dakota Black Hills -0.408459026759923627 +61694 aapg_af_575.html aapg_af_575.html:396:53823:53828 Gower Hopkinton, New Hampshire -0.451956647802202349 +61695 aapg_ae_705.html aapg_ae_705.html:283:26788:26803 Sespe Monterey, California -0.062472188624581905 +61696 gsa_html_8735573394 gsa_html_8735573394:736:72253:72270 Massabesic Gneiss New Hampshire -0.477642564553472426 +61697 aapg_ah_766.html aapg_ah_766.html:120:12299:12311 Todos Santos Ventosa 0.860371118737593532 +61698 geology_html_8367138957 geology_html_8367138957:17:1289:1298 San Diego California 0.00954443966628784266 +61699 cspg_html_6984906794 cspg_html_6984906794:110:15297:15332 Kaskapau Moberly, Missouri -0.00672648739931064853 +61700 cspg_html_7086880709 cspg_html_7086880709:178:20711:20716 Yukon Victoria, British Columbia -0.064040463163783104 +61701 aapg_ad_351.html aapg_ad_351.html:1080:90700:90715 Boone Arkansas -0.0993194673697671004 +61702 aapg_ah_781.html aapg_ah_781.html:250:23652:23668 Warner Missouri River -0.00472517057507792094 +61703 geology_html_2350878941 geology_html_2350878941:303:23323:23351 Green River Cheyenne, Wyoming -0.477714414009500876 +61704 geology_html_4334622851 geology_html_4334622851:16:1022:1030 Colorado Denver -0.459149520620870666 +61705 cspg_html_8980498364 cspg_html_8980498364:18:1403:1411 Palliser Cheviot, Ohio -0.0288373212008630718 +61706 aapg_ac_227.html aapg_ac_227.html:43:5854:5861 Wasatch Logan, Utah 0.377365236076339428 +61707 aapg_ai_695.html aapg_ai_695.html:3:161:186 Ingleside Mississippi River -0.0633959886817150181 +61708 jgeology_html_1964872752 jgeology_html_1964872752:283:20776:20785 Pensauken Delmarva Peninsula -0.02660103319374214 +61709 cspg_html_2283545366 cspg_html_2283545366:446:55920:55946 Halfway Lacombe, Alberta -0.456371367070690814 +61710 aapg_ad_192.html aapg_ad_192.html:80:11094:11104 Tuscaloosa Tuscaloosa, Alabama -0.43374114370115191 +61711 aapg_ac_617.html aapg_ac_617.html:153:21228:21245 Lagarto Cuero, Texas -0.0415972283122600164 +61712 sedimentology_html_1117213207 sedimentology_html_1117213207:641:45829:45834 Bluff Andros -0.494538507684199602 +61713 gsa_html_4438819447 gsa_html_4438819447:852:80590:80596 Oxford Crowley, Louisiana -0.0310200700906300558 +61714 cspg_html_2650073471 cspg_html_2650073471:9:892:911 Foremost Saskatchewan -0.481777803377517411 +61715 gsa_html_9505007911 gsa_html_9505007911:54:3406:3434 Green River Colorado -0.0259959408940027802 +61716 aapg_ae_499.html aapg_ae_499.html:453:49621:49634 Carlile Colorado -0.633681963184119623 +61717 cspg_html_9735723617 cspg_html_9735723617:1025:109455:109474 Griper Bay Melville Island (Canada) -0.440300736461396947 +61718 aapg_ad_683.html aapg_ad_683.html:719:70957:70964 Hermosa Monument Valley -0.0361854896356224864 +61719 cspg_html_9987144175 cspg_html_9987144175:89:13120:13129 Hecla Bay Melville Island (Canada) -0.00456360840821551893 +61720 cspg_html_9725676031 cspg_html_9725676031:61:8725:8733 Columbia Victoria, British Columbia -0.470924237538710877 +61721 aapg_aa_298.html aapg_aa_298.html:867:106466:106481 Leduc Lacombe, Alberta -0.440247382693200906 +61722 cspg_html_3501550466 cspg_html_3501550466:567:81642:81659 Ireton Lacombe, Alberta -0.038242606390143298 +61723 aapg_ad_801.html aapg_ad_801.html:246:27053:27060 Wiggins Mississippi River -0.438135698925018691 +61724 aapg_ai_249.html aapg_ai_249.html:805:104992:105009 Campur Guatemala -0.0144772441484254995 +61725 aapg_ah_729.html aapg_ah_729.html:473:79407:79419 Saskatchewan Canada -0.0177825001131117176 +61726 aapg_ai_116.html aapg_ai_116.html:67:5134:5142 Monterey Fresno, California -0.0521501164490012006 +61727 aapg_aa_898.html aapg_aa_898.html:16:2306:2331 Colton Logan, Utah -0.444295421139491553 +61728 cspg_html_9343899465 cspg_html_9343899465:2726:241767:241773 Walker Pennsylvania -0.466718659783226908 +61729 AMJC_html_5969956211 AMJC_html_5969956211:175:24196:24213 Roberts Mountains Reno, Nevada -0.219108478616669072 +61730 aapg_ac_625.html aapg_ac_625.html:3:216:224 Virginia Virginia -0.484310536940914471 +61731 aapg_ae_319.html aapg_ae_319.html:18:2574:2588 Carmel Entrada Sandstone -0.00035264713868171768 +61732 cspg_html_2929384614 cspg_html_2929384614:347:41386:41393 Halfway Lacombe, Alberta -0.434606918343987458 +61733 aapg_ac_654.html aapg_ac_654.html:3:179:197 Syracuse Onondaga (tribe) 0.00736581097593620986 +61734 aapg_ae_789.html aapg_ae_789.html:87:11949:11964 Banff Medicine Lake, Minnesota -0.0250761791656190745 +61735 gsa_html_8332981884 gsa_html_8332981884:667:58590:58611 San Antonio Magdalena River Valley -0.529909482550945055 +61736 gsa_html_4120839285 gsa_html_4120839285:1314:129800:129820 Chatsworth California -0.490251895380975244 +61737 cspg_html_7665357428 cspg_html_7665357428:168:17746:17752 Denver Colorado -0.482597909534674852 +61738 geology_html_9189584760 geology_html_9189584760:257:17868:17876 Colorado Gunnison County, Colorado -0.0657297063436802775 +61739 jgeology_html_7979718784 jgeology_html_7979718784:178:14753:14769 Chinle Uncompahgre Plateau -0.202981562871770466 +61740 aapg_ae_324.html aapg_ae_324.html:525:53361:53370 Newcastle Virginia 0.0232420375574608311 +61741 aapg_ad_350.html aapg_ad_350.html:427:46202:46210 Onondaga Helderberg -0.0461742066701143275 +61742 aapg_aa_702.html aapg_aa_702.html:1176:130844:130848 Kent Lacombe, Alberta -0.0336764237731465785 +61743 sedimentology_html_6323095880 sedimentology_html_6323095880:469:43686:43706 Englishtown Navesink River -0.0122896166911195832 +61744 aapg_af_880.html aapg_af_880.html:494:74787:74797 Phosphoria Mansfield, Ohio -0.000105967854110096421 +61745 aapg_ae_872.html aapg_ae_872.html:298:35574:35584 Tuscaloosa Tuscaloosa, Alabama -0.461526610478465105 +61746 aapg_ac_925.html aapg_ac_925.html:176:28034:28043 Hornbrook Salem, Oregon -0.485874484406754958 +61747 cspg_html_9683836416 cspg_html_9683836416:13:1789:1796 Bearpaw Lacombe, Alberta -0.0441727846104635197 +61748 aapg_ai_83.html aapg_ai_83.html:193:18281:18294 Bedford Cleveland -0.4391432028015122 +61749 aapg_ah_756.html aapg_ah_756.html:203:17830:17836 Salado New Mexico -0.130784905109340127 +61750 aapg_ac_366.html aapg_ac_366.html:73:10662:10681 Tuscarora Huntington, West Virginia -0.0523523592034746896 +61751 cspg_html_3966956195 cspg_html_3966956195:547:45213:45248 West Point Quebec City -0.456416618922522499 +61752 cspg_html_7086880709 cspg_html_7086880709:10:785:805 Chinchaga Western world -0.463834753943271672 +61753 aapg_ah_624.html aapg_ah_624.html:223:22727:22743 Mesaverde Beaumont, Texas -0.0189695239556965725 +61754 gsa_html_8986707315 gsa_html_8986707315:1118:83832:83842 Santa Cruz South China Sea -0.0544099822313272238 +61755 AMJC_html_8831189197 AMJC_html_8831189197:22:1599:1610 Green River Powder River (Montana) -0.449451899065432481 +61756 aapg_aa_492.html aapg_aa_492.html:12:1043:1054 Pine Island Shreveport, Louisiana -0.48604297198076879 +61757 gsa_html_9547811307 gsa_html_9547811307:511:50360:50366 Snyder Cordillera Administrative Region -0.463764030920631232 +61758 aapg_ah_123.html aapg_ah_123.html:114:8988:9000 Salina Salina, Kansas -0.45417711448712661 +61759 aapg_aa_696.html aapg_aa_696.html:605:70038:70044 Denver Colorado -0.0109239507284224872 +61760 geology_html_7800169862 geology_html_7800169862:207:19938:19944 Oxford Antarctica -0.0401573975935689137 +61761 cspg_html_4031489103 cspg_html_4031489103:339:49641:49658 Gateway Fernie, British Columbia 0.818279447801574467 +61762 cspg_html_4768933240 cspg_html_4768933240:98:8004:8015 Banff Lacombe, Alberta -0.461947691336281385 +61763 jgeology_html_8309780279 jgeology_html_8309780279:518:37047:37055 Columbia Victoria, British Columbia -0.47503682505792677 +61764 cspg_html_9912281240 cspg_html_9912281240:611:70785:70803 Judith River Lacombe, Alberta -0.457899875343460883 +61765 aapg_ai_321.html aapg_ai_321.html:388:47011:47028 Subinal El Progreso, Tamaulipas -0.0472630871063566826 +61766 aapg_ac_126.html aapg_ac_126.html:206:30743:30756 Bossier Bossier City, Louisiana -0.479552074346371926 +61767 gsa_html_1337782073 gsa_html_1337782073:92:9124:9133 Littleton Connecticut River Valley -0.436929900849743147 +61768 aapg_aa_932.html aapg_aa_932.html:67:6584:6592 Wolfcamp Nebraska -0.0152331376513424877 +61769 cspg_html_4176605708 cspg_html_4176605708:616:62873:62885 Saskatchewan Victoria, British Columbia -0.0326639109248070408 +61770 aapg_ad_691.html aapg_ad_691.html:79:9315:9325 Georgetown Fort Worth, Texas -0.0131340660726573313 +61771 aapg_ai_517.html aapg_ai_517.html:24:2716:2724 Colorado Shreveport, Louisiana -0.00157388492495419375 +61772 aapg_aa_130.html aapg_aa_130.html:85:8949:8972 Delmar San Diego -0.233906002715733724 +61773 cspg_html_6038396142 cspg_html_6038396142:34:5044:5075 Winnipeg Winnipeg 0.0355955802390251971 +61774 aapg_af_733.html aapg_af_733.html:471:65494:65504 Fort Worth Texas -0.447455726501453044 +61775 gsa_html_9112056802 gsa_html_9112056802:1003:98947:98975 Green River Colorado -0.0157388171484894208 +61776 sedimentology_html_4432289902 sedimentology_html_4432289902:451:37865:37882 Magothy Niger -0.462366693304298693 +61777 aapg_ai_959.html aapg_ai_959.html:66:7438:7447 Catahoula Oakville, California -0.478702368018989743 +61778 cspg_html_4685794369 cspg_html_4685794369:89:10010:10016 Fernie Kootenay River -0.426641763905032778 +61779 gsa_html_9921287588 gsa_html_9921287588:995:90468:90477 Porcupine London, Ontario -0.483803859624134081 +61780 cspg_html_8250755331 cspg_html_8250755331:666:70021:70041 Colorado Regina, Saskatchewan -0.0297521166629775777 +61781 gsa_html_5737673651 gsa_html_5737673651:118:9686:9702 Chinle Arizona -0.442649117020085803 +61782 aapg_af_625.html aapg_af_625.html:400:39999:40008 Hampshire Huntington, West Virginia -0.180467599350946334 +61783 palaios_html_6025329652 palaios_html_6025329652:774:58034:58044 Washington Boise, Idaho -0.0331753752251057327 +61784 aapg_ad_2.html aapg_ad_2.html:938:131150:131159 Gatesburg Pennsylvania -0.449871874526764137 +61785 aapg_ae_658.html aapg_ae_658.html:205:25618:25639 Green River Colorado -0.202365510459311115 +61786 cspg_html_3762708087 cspg_html_3762708087:43:5732:5748 Viking Lacombe, Alberta -0.144075198677253685 +61787 aapg_aa_796.html aapg_aa_796.html:509:59581:59598 Halfway Victoria, British Columbia -0.0365561577052215814 +61788 aapg_ai_811.html aapg_ai_811.html:323:44022:44041 Detroit River Kankakee, Illinois -0.0449670253897642563 +61789 cspg_html_4010530611 cspg_html_4010530611:12:1647:1653 Shunda Moose Mountain (Alberta) -0.440300736461396947 +61790 cspg_html_4293350162 cspg_html_4293350162:462:50882:50903 Etherington Carnarvon, Western Australia -0.00771674737466516297 +61791 AMJC_html_4579422305 AMJC_html_4579422305:12:590:598 Virginia Earth -0.482921973604061416 +61792 aapg_ad_306.html aapg_ad_306.html:133:17951:17955 Omoa San Pedro Sula -0.439298641817729429 +61793 aapg_ah_372.html aapg_ah_372.html:223:21108:21116 Rockdale Milam County, Texas -0.472823676298187945 +61794 gsa_html_5737673651 gsa_html_5737673651:383:33915:33931 Forest Arizona -0.467905110852730732 +61795 gsa_html_1230361711 gsa_html_1230361711:1095:83628:83656 Green River Colorado 0.0337825515028724391 +61796 aapg_ac_104.html aapg_ac_104.html:73:9357:9367 Washington Durham, North Carolina -0.453495743339231705 +61797 gsa_html_3942625742 gsa_html_3942625742:641:53353:53365 Fayetteville Mississippi County, Missouri -0.435738929516159335 +61798 geology_html_2345977738 geology_html_2345977738:37:3548:3566 Pinnacle Bennington, Vermont -0.0311226948006410493 +61799 cspg_html_3871608501 cspg_html_3871608501:77:8698:8718 York River York -0.498982459849811322 +61800 cspg_html_7817594878 cspg_html_7817594878:12:2009:2026 Cadomin Cordillera Administrative Region -0.450743884934886652 +61801 aapg_ai_877.html aapg_ai_877.html:198:20957:20977 Lock Haven Venango, Pennsylvania -0.445984933244691462 +61802 jgeology_html_8293568246 jgeology_html_8293568246:1215:77657:77669 Owens Valley California -0.473653815287124913 +61803 aapg_ac_55.html aapg_ac_55.html:263:30878:30897 Potomac Orinoco 0.00177366112934512657 +61804 aapg_ai_382.html aapg_ai_382.html:52:4809:4817 Colorado New Mexico -0.0534002771689079184 +61805 aapg_ac_65.html aapg_ac_65.html:902:72949:72957 Colorado Colorado -0.0405891491966653695 +61806 aapg_ah_722.html aapg_ah_722.html:560:67749:67769 Thomson Pebble Mine -0.0390380689308100493 +61807 aapg_ah_696.html aapg_ah_696.html:3:519:529 Washington Columbia Basin -0.112308359240477246 +61808 aapg_ah_373.html aapg_ah_373.html:20:1730:1736 Dockum Texas -0.491068403850714985 +61809 gsa_html_1451487636 gsa_html_1451487636:776:63755:63783 Green River Colorado -0.0176521575515221144 +61810 aapg_ai_81.html aapg_ai_81.html:323:27031:27047 Catskill Pennsylvania 0.810113769295308983 +61811 geology_html_1574115242 geology_html_1574115242:260:23248:23287 Uinta Logan, Utah -0.0454024962167355328 +61812 cspg_html_2026880958 cspg_html_2026880958:269:29656:29666 Blackstone Lacombe, Alberta -0.0301173575019116381 +61813 aapg_ac_983.html aapg_ac_983.html:337:54130:54144 Drum Cherryvale, Kansas -0.201068053635438448 +61814 sedimentology_html_5619616403 sedimentology_html_5619616403:554:37676:37686 Sunderland Cambridge, Massachusetts -0.519378584467222626 +61815 cspg_html_6116883777 cspg_html_6116883777:826:105394:105400 Ludlow Little Cornwallis Island -0.492380698787899029 +61816 aapg_af_848.html aapg_af_848.html:5:616:646 Smackover Arkansas -0.452055720301517416 +61817 aapg_ae_68.html aapg_ae_68.html:493:53814:53818 Elko Reno, Nevada -0.30197101758873629 +61818 aapg_af_11.html aapg_af_11.html:501:50625:50633 Colorado Ouray, Colorado -0.046510437316175636 +61819 cspg_html_7804036692 cspg_html_7804036692:2266:214107:214124 Edwards Central Texas -0.473778404154942046 +61820 AMJC_html_6341723617 AMJC_html_6341723617:1033:86802:86819 Wasatch Cheyenne, Wyoming -0.433370341259820213 +61821 aapg_aa_731.html aapg_aa_731.html:251:33486:33507 Rockdale Texas -0.447153316157111791 +61822 palaios_html_7805951959 palaios_html_7805951959:142:14227:14247 North Horn Cheyenne, Wyoming 0.652684832848245744 +61823 cspg_html_1578389835 cspg_html_1578389835:790:74450:74462 Cooking Lake Edmonton, London 0.00285245641142386911 +61824 cspg_html_2419618566 cspg_html_2419618566:493:62881:62900 Sassenach Western world -0.0213802914360882723 +61825 gsa_html_7040053075 gsa_html_7040053075:664:69676:69682 Walnut Puente Hills Mall -0.482921973604061416 +61826 sedimentology_html_2851198678 sedimentology_html_2851198678:71:6813:6847 Ross Ireland -0.479670542308177961 +61827 aapg_ae_974.html aapg_ae_974.html:179:17866:17881 Yegua Laredo, Texas -0.437953842888147871 +61828 aapg_aa_549.html aapg_aa_549.html:8:1235:1248 Labette Peru, Indiana -0.054549503916786618 +61829 aapg_ad_401.html aapg_ad_401.html:174:12825:12837 Pierre Fort Union Trading Post National Historic Site 0.0228908800795091481 +61830 cspg_html_1189888589 cspg_html_1189888589:408:47444:47460 Horseshoe Canyon Lacombe, Alberta -0.45417711448712661 +61831 jgeology_html_9737271632 jgeology_html_9737271632:757:59461:59472 Green River Kentucky -0.435694684676078359 +61832 aapg_ad_110.html aapg_ad_110.html:910:91576:91594 Tensleep Cheyenne, Wyoming -0.521454243240814019 +61833 aapg_ae_901.html aapg_ae_901.html:1375:144300:144321 Dutch Creek Mineola, Texas -0.464405306663695727 +61834 aapg_aa_670.html aapg_aa_670.html:24:2450:2469 Smackover Arkansas -0.00619488152638453249 +61835 jgeology_html_6388378441 jgeology_html_6388378441:378:31619:31634 Berino Wisconsin -0.0150697932324766731 +61836 aapg_ah_638.html aapg_ah_638.html:101:8143:8153 Washington Alabama -0.478280146619880497 +61837 sedimentology_html_2375557633 sedimentology_html_2375557633:651:55200:55208 Colorado San Juan, Argentina -0.44948782523520614 +61838 aapg_ae_993.html aapg_ae_993.html:100:11308:11327 Jefferson Boise, Idaho 0.385255589102109164 +61839 cspg_html_4655200751 cspg_html_4655200751:257:34846:34874 Wabamun Lacombe, Alberta 1.03675895925264072 +61840 aapg_af_85.html aapg_af_85.html:116:12705:12718 Sulphur Point Great Slave Lake -0.11347967496954639 +61841 palaios_html_2945835736 palaios_html_2945835736:902:61881:61899 Willwood Cheyenne, Wyoming 0.00171633402633613891 +61842 sedimentology_html_1357699877 sedimentology_html_1357699877:1022:69790:69823 Basal Hayward, Wisconsin -0.457532796484121151 +61843 cspg_html_1503116552 cspg_html_1503116552:1218:188679:188706 Watt Mountain Swan Hill, Victoria -0.00500312776260552431 +61844 aapg_ah_677.html aapg_ah_677.html:206:21445:21453 Nonesuch Michigan 0.38471763145079485 +61845 cspg_html_9290046117 cspg_html_9290046117:960:103157:103166 Tuscarora Juniata County School District -0.450707909241451543 +61846 aapg_ae_839.html aapg_ae_839.html:47:4130:4138 Norphlet California 0.338900606543295346 +61847 aapg_ah_90.html aapg_ah_90.html:96:15298:15323 Cedar Mountain Colorado -0.492210951964540455 +61848 aapg_ad_871.html aapg_ad_871.html:33:4166:4184 Ferron Point Rockport, Massachusetts -0.454113919430063184 +61849 cspg_html_8964522233 cspg_html_8964522233:41:4983:4988 Mt Lytton Anchorage, Alaska -0.441419648744354465 +61850 sedimentology_html_5309515972 sedimentology_html_5309515972:995:70692:70721 Las Palmas Spain -0.428929839085586462 +61851 cspg_html_3102530088 cspg_html_3102530088:511:60569:60597 Milk River Lacombe, Alberta -0.485266333037401854 +61852 cspg_html_8701311807 cspg_html_8701311807:122:18264:18301 Haida Charlotte, North Carolina -0.0197377379215514133 +61853 aapg_ad_368.html aapg_ad_368.html:104:9104:9123 Newcastle Cheyenne, Wyoming -0.468696200218799319 +61854 aapg_af_628.html aapg_af_628.html:195:19428:19449 Paint Creek Bloomington, Indiana -0.430057253759890901 +61855 cspg_html_1665574291 cspg_html_1665574291:83:13900:13918 Paskapoo Calgary -0.0501628553574823693 +61856 aapg_ad_217.html aapg_ad_217.html:289:30653:30669 Bluff Melbourne, Florida -0.487818790090823073 +61857 gsa_html_5274400800 gsa_html_5274400800:650:53001:53019 Monterey California -0.0119247384368411057 +61858 gsa_html_1124652135 gsa_html_1124652135:277:25183:25203 Marks Head Charleston, South Carolina 0.0180518772845760546 +61859 aapg_af_13.html aapg_af_13.html:699:70492:70510 Niobrara Denver -0.879458844499377168 +61860 aapg_ac_612.html aapg_ac_612.html:125:13921:13930 Chugwater Cheyenne, Wyoming -0.435738929516159335 +61861 cspg_html_1333179361 cspg_html_1333179361:665:56596:56616 Phosphoria Cheyenne, Wyoming -0.469302035375975646 +61862 aapg_af_623.html aapg_af_623.html:104:10666:10691 Onondaga Onondaga (tribe) -0.43451411861660022 +61863 palaios_html_2188445156 palaios_html_2188445156:16:774:789 Rochester Rochester, Kent -0.47944058990843208 +61864 gsa_html_4930932370 gsa_html_4930932370:858:88311:88328 Onaping Michigan 0.672967843161310753 +61865 aapg_ai_53.html aapg_ai_53.html:97:10756:10766 Georgetown Buda, Texas -0.435926993396556828 +61866 aapg_ac_628.html aapg_ac_628.html:254:41022:41031 Fruitland Kirtland, Ohio -0.0203286926879938275 +61867 aapg_ac_333.html aapg_ac_333.html:323:43066:43082 Cutler New Mexico 1.07013024101037613 +61868 gsa_html_8010927234 gsa_html_8010927234:13:444:450 Denver Colorado -0.443889149160736518 +61869 aapg_ai_975.html aapg_ai_975.html:790:64194:64210 Paluxy Arkansas -0.00455839673073113721 +61870 aapg_ah_243.html aapg_ah_243.html:75:8926:8956 Fort Union Cheyenne, Wyoming -0.0166094451813159662 +61871 aapg_ad_387.html aapg_ad_387.html:22:2784:2798 Fredericksburg Goodland, Kansas -0.0535450100863143555 +61872 AMJC_html_4299960498 AMJC_html_4299960498:845:94569:94578 Wenatchee Washington (state) -0.0415711108717550168 +61873 aapg_ad_68.html aapg_ad_68.html:359:28029:28045 Waltersburg Mansfield, Ohio -0.0322203122766998376 +61874 cspg_html_9905904289 cspg_html_9905904289:373:48454:48473 Frenchman Lacombe, Alberta -0.406267933356129318 +61875 cspg_html_1019614994 cspg_html_1019614994:188:29439:29454 Banff Regina, Saskatchewan -0.0853958025721312797 +61876 aapg_ai_865.html aapg_ai_865.html:40:5774:5780 Reston Virginia -0.455188836413653375 +61877 geology_html_6663105863 geology_html_6663105863:152:17943:17949 Sierra Mojave Desert -0.457840951353905012 +61878 sedimentology_html_9973432841 sedimentology_html_9973432841:1388:95420:95426 Guelph Ontario, California -0.499460251131451871 +61879 cspg_html_1189888589 cspg_html_1189888589:42:6339:6357 Paskapoo Cheyenne, Wyoming -0.17255100854166644 +61880 aapg_ae_999.html aapg_ae_999.html:283:39954:39973 Paynes Hammock Mississippi River -0.244580309541078761 +61881 aapg_ah_700.html aapg_ah_700.html:607:77071:77089 Frontier Cheyenne, Wyoming -0.415945341636441257 +61882 AMJC_html_5390933660 AMJC_html_5390933660:596:59443:59462 Littleton Littleton, Colorado -0.516856415963551918 +61883 geology_html_2904356180 geology_html_2904356180:96:8604:8610 Oregon Washington (state) -0.0189695239556965725 +61884 aapg_ai_914.html aapg_ai_914.html:120:20577:20592 Atoka Arkansas -0.246411123525744818 +61885 aapg_ae_324.html aapg_ae_324.html:799:80790:80806 Hatter Pennsylvania -0.0221155785118801462 +61886 cspg_html_5141367518 cspg_html_5141367518:224:33000:33023 Blood Reserve Pincher Creek, Alberta -0.50720959470918292 +61887 jgeology_html_1964872752 jgeology_html_1964872752:164:9964:9992 Pensauken Middle East -0.0256047308874097386 +61888 cspg_html_5949578130 cspg_html_5949578130:603:84966:84997 Leduc Lacombe, Alberta -0.474203062673125064 +61889 cspg_html_1841843683 cspg_html_1841843683:37:5789:5796 Rierdon Williston Basin -0.364910027397277403 +61890 gsa_html_4408649953 gsa_html_4408649953:1014:86348:86354 Lisbon Charleston, South Carolina -0.0203634553137257354 +61891 gsa_html_8332981884 gsa_html_8332981884:660:57836:57850 Seco Salina, Kansas -0.451812561628617604 +61892 jgeology_html_2236057972 jgeology_html_2236057972:83:3642:3650 San Jose California -0.486436238766394913 +61893 aapg_ae_415.html aapg_ae_415.html:294:38334:38342 Brooklyn Ocala, Florida -0.064040463163783104 +61894 jgeology_html_5968390289 jgeology_html_5968390289:455:40258:40264 Oregon Anchorage, Alaska -0.0556797338166599154 +61895 aapg_ai_364.html aapg_ai_364.html:78:9712:9721 Pottsville Atoka, Oklahoma -0.466384542072334651 +61896 geology_html_4912851987 geology_html_4912851987:16:758:768 Santa Cruz California -0.0633959886817150181 +61897 aapg_ad_567.html aapg_ad_567.html:48:8840:8851 Mowry Powder River Basin 0.184538665015463371 +61898 cspg_html_3354282978 cspg_html_3354282978:416:54199:54206 Wabamun Swan Hill, Victoria -0.0596981355876713832 +61899 palaios_html_8642096121 palaios_html_8642096121:723:61569:61600 Chinle New Mexico -0.450707909241451543 +61900 jgeology_html_5352797441 jgeology_html_5352797441:104:5098:5115 Baraboo Quartzite Lake Superior -0.512071933272826629 +61901 cspg_html_5940878099 cspg_html_5940878099:325:41465:41504 Leduc Canada -0.442595627901035182 +61902 aapg_ac_333.html aapg_ac_333.html:971:117749:117763 Hermit Coconino County, Arizona -0.474842748246669499 +61903 aapg_ad_696.html aapg_ad_696.html:211:21274:21290 Sparta Smith County, Kansas -0.459149520620870666 +61904 cspg_html_5450075884 cspg_html_5450075884:603:67828:67849 Bearpaw Western Canadian Sedimentary Basin -0.45099125631104503 +61905 aapg_ae_28.html aapg_ae_28.html:629:52714:52723 Partridge Cheyenne, Wyoming -0.0134398809418536571 +61906 cspg_html_9222238695 cspg_html_9222238695:349:46038:46046 Columbia Victoria, British Columbia -0.467950951742638677 +61907 aapg_ac_950.html aapg_ac_950.html:263:29689:29695 Jordan Melbourne, Florida -0.484555810829268852 +61908 aapg_aa_1.html aapg_aa_1.html:278:29351:29370 Knoxville Salem, Oregon -0.474355436180137646 +61909 aapg_af_90.html aapg_af_90.html:33:5365:5386 Wood Canyon Cornwall, Ontario 0.322081465697569569 +61910 aapg_ai_81.html aapg_ai_81.html:123:14296:14305 Riceville Pennsylvania -0.452882496357985831 +61911 cspg_html_1025724640 cspg_html_1025724640:186:26332:26342 Covey Hill Quebec City -0.0759128064982409895 +61912 aapg_af_653.html aapg_af_653.html:1129:136778:136784 Cierbo Salinas, California -0.0378509909163746716 +61913 aapg_ai_296.html aapg_ai_296.html:579:58583:58600 Plattin Arkansas -0.44951252529713398 +61914 aapg_ah_528.html aapg_ah_528.html:540:58509:58523 China Mountain Great Basin -0.465561228542891226 +61915 aapg_ai_468.html aapg_ai_468.html:204:25372:25389 Bossier Cotton Valley, Louisiana -0.0196369298300035668 +61916 cspg_html_2492063773 cspg_html_2492063773:13:1099:1113 Cedar District California -0.456416618922522499 +61917 gsa_html_1662492421 gsa_html_1662492421:9:349:359 Washington Snohomish, Washington -0.467877607461444023 +61918 aapg_ad_255.html aapg_ad_255.html:139:14284:14288 Frio Galveston Bay Area -0.0914479034346151326 +61919 aapg_ad_800.html aapg_ad_800.html:144:17184:17194 Montgomery Demopolis, Alabama -0.0530846650428415182 +61920 sedimentology_html_5613495298 sedimentology_html_5613495298:751:36911:36921 Las Cruces New Mexico -0.0137370110791438689 +61921 sedimentology_html_1117213207 sedimentology_html_1117213207:1344:97591:97619 Tidal Nassau, Bahamas -0.090689162588663344 +61922 aapg_ad_286.html aapg_ad_286.html:195:18320:18345 Lisburne Anchorage, Alaska -0.400420698070590331 +61923 cspg_html_1925276454 cspg_html_1925276454:383:45544:45555 Peace River Southeast Asia -0.444838140504144441 +61924 palaios_html_1262064602 palaios_html_1262064602:843:87225:87241 Chinle Arizona -0.461128473443845555 +61925 aapg_af_244.html aapg_af_244.html:31:3715:3723 Tamasopo Tampico, Illinois -0.513236419036821268 +61926 gsa_html_9310053579 gsa_html_9310053579:355:32209:32219 Mill Creek Leavenworth, Washington -0.0340417857765505233 +61927 cspg_html_1814004928 cspg_html_1814004928:808:76345:76361 Debolt Victoria, British Columbia -0.0388274478076049076 +61928 aapg_ah_157.html aapg_ah_157.html:303:43639:43650 Hardinsburg Hartselle, Alabama -0.00972860319356922895 +61929 aapg_ac_71.html aapg_ac_71.html:687:75367:75381 Cedar Mountain California -0.0656650623416815127 +61930 cspg_html_7182873498 cspg_html_7182873498:141:19794:19808 Guelph Salina, Kansas -0.478767343423892489 +61931 cspg_html_5515814749 cspg_html_5515814749:6:508:524 Exshaw Lacombe, Alberta -0.451913869834985604 +61932 aapg_aa_702.html aapg_aa_702.html:1575:152241:152247 Denver Colorado -0.0261593828547695383 +61933 gsa_html_5756232019 gsa_html_5756232019:898:78248:78254 Reston Virginia 0.0141887940792581758 +61934 gsa_html_7199417381 gsa_html_7199417381:13:573:581 Colorado Denver -0.0142026952151300869 +61935 geology_html_5406272214 geology_html_5406272214:233:19733:19739 Oxford Earth -0.497237628494831441 +61936 gsa_html_8152640301 gsa_html_8152640301:947:85178:85183 Price Arctic Cordillera -0.427645821637091417 +61937 aapg_ac_563.html aapg_ac_563.html:190:29925:29933 Santiago Mexico -0.0395916240677814321 +61938 aapg_ae_959.html aapg_ae_959.html:371:30695:30711 Kaibab New Mexico -0.459819284677136619 +61939 aapg_ad_862.html aapg_ad_862.html:137:22162:22171 Oil Creek Pennsylvania -0.45184182728382527 +61940 aapg_ae_885.html aapg_ae_885.html:237:24114:24122 Toroweap Kaibab, Arizona 0.896355068279344191 +61941 cspg_html_8612721867 cspg_html_8612721867:1339:148264:148283 Waterways Lacombe, Alberta 0.024022608039297965 +61942 aapg_ae_428.html aapg_ae_428.html:1095:85808:85826 Lagarto East Texas 0.0215714978510087967 +61943 aapg_aa_702.html aapg_aa_702.html:1378:141343:141365 Salina Michigan -0.255179549624218904 +61944 jgeology_html_6990146451 jgeology_html_6990146451:1217:72784:72790 Brazil Mato Grosso do Sul -0.44948782523520614 +61945 aapg_ah_646.html aapg_ah_646.html:94:11850:11866 Chinle Monument Valley -0.397542750505303244 +61946 gsa_html_2059086425 gsa_html_2059086425:503:40141:40162 Lake Valley New Mexico -0.0194353152309463539 +61947 AMJC_html_6539706032 AMJC_html_6539706032:183:18188:18205 New London Gneiss Plainfield, Illinois -0.0378335861423178335 +61948 aapg_ad_69.html aapg_ad_69.html:6:907:912 Mt Lytton Niobrara, Nebraska -0.0530497916352297219 +61949 aapg_af_460.html aapg_af_460.html:93:8853:8864 Jacobsville Sault Ste. Marie, Ontario -0.0237635726163751594 +61950 aapg_ai_10.html aapg_ai_10.html:336:38961:38974 Woodbine East Texas -0.434712986404073964 +61951 aapg_ac_841.html aapg_ac_841.html:140:18287:18294 Gracias Nicaragua -0.474842748246669499 +61952 aapg_aa_995.html aapg_aa_995.html:638:51225:51231 Denver Colorado -0.457514673015389395 +61953 sedimentology_html_6192916422 sedimentology_html_6192916422:597:49912:49922 Sherbrooke Canada -0.0388274478076049076 +61954 cspg_html_5697056884 cspg_html_5697056884:80:9273:9291 Deadwood Regina, Saskatchewan 0.706121910067472269 +61955 aapg_ac_574.html aapg_ac_574.html:329:37030:37047 Truckee Reno, Nevada -0.459819284677136619 +61956 palaios_html_7274959329 palaios_html_7274959329:110:12504:12515 Beauharnois Quebec City -0.441593278961416758 +61957 aapg_ae_74.html aapg_ae_74.html:547:51356:51362 Dakota Mancos, Colorado -0.117802816356760875 +61958 cspg_html_6285618099 cspg_html_6285618099:17:2178:2196 Sunblood Middle Ordovician -0.47254944238616009 +61959 aapg_aa_300.html aapg_aa_300.html:125:17225:17235 Point Loma La Jolla -0.0603771315670732084 +61960 gsa_html_1561548255 gsa_html_1561548255:639:63605:63611 Walker California -0.506206997527935965 +61961 cspg_html_1336185084 cspg_html_1336185084:48:5522:5544 Grand Rapids Clearwater, Florida -0.455188836413653375 +61962 gsa_html_8332981884 gsa_html_8332981884:226:21150:21154 Seco San Antonio -0.0244381167530825782 +61963 gsa_html_6317284187 gsa_html_6317284187:843:71991:71998 Shuswap Victoria, British Columbia -0.501602970255366709 +61964 aapg_ai_337.html aapg_ai_337.html:383:40172:40194 Salina Salina, Kansas -0.0758725455983794705 +61965 palaios_html_5212272868 palaios_html_5212272868:35:3578:3584 Pueblo Colorado -0.458865873154244486 +61966 aapg_ae_296.html aapg_ae_296.html:90:9551:9567 San Andres New Mexico -0.0311226948006410493 +61967 geology_html_6424152054 geology_html_6424152054:257:20080:20084 Bond North Atlantic Current -0.0215106592204126722 +61968 aapg_ai_958.html aapg_ai_958.html:177:19410:19424 Goliad Texas -0.466782751574986277 +61969 aapg_aa_644.html aapg_aa_644.html:640:54563:54570 Freedom Cheyenne, Wyoming -0.0446343409079277068 +61970 cspg_html_4765627863 cspg_html_4765627863:27:2636:2644 Columbia Victoria, British Columbia -0.0301173575019116381 +61971 gsa_html_4930932370 gsa_html_4930932370:990:110272:110289 Onaping Sudbury, Suffolk -0.534404140431555263 +61972 aapg_aa_685.html aapg_aa_685.html:389:35951:35970 Flagstaff Salina, Kansas -0.474842748246669499 +61973 aapg_ai_296.html aapg_ai_296.html:594:59617:59634 Everton Arkansas -0.398123645019175187 +61974 aapg_ah_318.html aapg_ah_318.html:1908:175374:175393 La Casita Mexico -0.470236848829719556 +61975 cspg_html_2749851978 cspg_html_2749851978:414:58152:58169 Cardium Lacombe, Alberta -0.473607675769745107 +61976 cspg_html_4568084707 cspg_html_4568084707:184:24770:24782 Cooking Lake Redwater, Texas -0.434712986404073964 +61977 aapg_ad_695.html aapg_ad_695.html:69:6597:6612 Yegua Texas -0.461765577936308902 +61978 sedimentology_html_6156482329 sedimentology_html_6156482329:927:71642:71649 Renault North Island (Houtman Abrolhos) -0.419679650566534779 +61979 cspg_html_4298557570 cspg_html_4298557570:117:18160:18176 Battle Edmonton, London 1.16545849879536512 +61980 aapg_ae_576.html aapg_ae_576.html:334:29634:29644 Wulff Land Washington (state) 0.0289434063312669736 +61981 aapg_aa_994.html aapg_aa_994.html:62:5036:5055 Smackover Shreveport, Louisiana 0.027164418181287342 +61982 aapg_af_568.html aapg_af_568.html:763:69667:69676 Minnelusa Dolomites -0.439778445957034858 +61983 gsa_html_6281658899 gsa_html_6281658899:725:77855:77863 Colorado Logan, Utah -0.0365787810685492543 +61984 geology_html_4460152267 geology_html_4460152267:93:7815:7840 Navajo Logan, Utah -0.402633199444318191 +61985 aapg_ai_810.html aapg_ai_810.html:410:46351:46370 Smackover Texas 0.428170193706552071 +61986 gsa_html_8427644447 gsa_html_8427644447:591:51411:51415 Dean Northern Great Plain -0.487659330983205019 +61987 gsa_html_1860930948 gsa_html_1860930948:482:57342:57348 Denver Logan, Utah -0.0400999482749248432 +61988 aapg_af_653.html aapg_af_653.html:879:99730:99738 Monterey California -0.00564243327627664357 +61989 aapg_ak_46.html aapg_ak_46.html:28:2451:2457 Dakota San Juan, Argentina 0.395738353755808792 +61990 palaios_html_6273516581 palaios_html_6273516581:591:57675:57685 Fort Union Cheyenne, Wyoming 0.0128838563321653186 +61991 gsa_html_3860045860 gsa_html_3860045860:17:548:554 Oregon Salem, Oregon -0.508804742928565479 +61992 aapg_ad_468.html aapg_ad_468.html:25:3420:3438 St Marys Crisfield, Maryland -0.459639875047440249 +61993 aapg_ad_37.html aapg_ad_37.html:107:11586:11605 Frio West Columbia, West Virginia -0.437960495533138761 +61994 cspg_html_3020540834 cspg_html_3020540834:100:14954:14972 Coboconk Ontario, California -0.441459714368856782 +61995 cspg_html_4794669487 cspg_html_4794669487:104:12553:12572 Takwahoni Victoria, British Columbia -0.00143491027354907159 +61996 aapg_ad_466.html aapg_ad_466.html:286:34699:34706 Raritan Delaware -0.0198211657095899094 +61997 cspg_html_8588503765 cspg_html_8588503765:258:31633:31650 Cardium Victoria, British Columbia -0.450649451770273157 +61998 aapg_ae_451.html aapg_ae_451.html:64:7214:7227 Turner Valley Lloydminster 0.00177366112934512657 +61999 gsa_html_4873957926 gsa_html_4873957926:1177:122222:122230 Colorado Gunnison County, Colorado -0.0330135830277358128 +62000 sedimentology_html_9971475238 sedimentology_html_9971475238:1404:78974:78980 Banner Hanson, Massachusetts -0.46328736756315686 +62001 aapg_af_575.html aapg_af_575.html:1096:158323:158329 Dockum Exeter, New Hampshire -0.455432903203822237 +62002 gsa_html_7808051457 gsa_html_7808051457:669:66219:66236 Manitou Colorado -0.479447557264900015 +62003 AMJC_html_4176785102 AMJC_html_4176785102:49:4594:4613 Smackover Shreveport, Louisiana -0.0173254356777415887 +62004 cspg_html_6223953329 cspg_html_6223953329:35:3043:3061 Grosmont Hondo, Texas -0.446231020576565107 +62005 cspg_html_1894459898 cspg_html_1894459898:382:39361:39365 Open Cayman Islands -0.486513508857715604 +62006 cspg_html_9487785363 cspg_html_9487785363:27:3521:3533 Saskatchewan Regina, Saskatchewan -0.050246518785567143 +62007 aapg_ad_2.html aapg_ad_2.html:1407:192332:192337 Utica Maysville, Kentucky -0.420698224178398028 +62008 sedimentology_html_5673709888 sedimentology_html_5673709888:331:30192:30209 Gambier Texas -0.0515259889792163556 +62009 cspg_html_9717154602 cspg_html_9717154602:222:33992:33999 Bearpaw Lacombe, Alberta 0.689898497940455102 +62010 cspg_html_7244100306 cspg_html_7244100306:91:11233:11241 Colorado Denver -0.455184317280275863 +62011 aapg_ad_921.html aapg_ad_921.html:6:586:600 Kope Lexington, Kentucky 0.0104444170595688161 +62012 geology_html_9210804293 geology_html_9210804293:230:19113:19131 Moenkopi Logan, Utah -0.44714211768966694 +62013 aapg_ae_93.html aapg_ae_93.html:21:4472:4480 Columbia Victoria, British Columbia -0.0259959408940027802 +62014 aapg_af_142.html aapg_af_142.html:271:35023:35042 Cotton Valley Terryville, New York 0.99530235412846324 +62015 gsa_html_2675218998 gsa_html_2675218998:604:56051:56070 Colorado Provinces of Italy -0.470843746174451128 +62016 cspg_html_5542874609 cspg_html_5542874609:15:2216:2223 Wapiabi Lacombe, Alberta -0.497000516635433987 +62017 aapg_af_598.html aapg_af_598.html:144:11506:11523 Lenapah Nowata, Oklahoma 0.0128838563321653186 +62018 jgeology_html_1300888380 jgeology_html_1300888380:200:15903:15921 Beaumont Victoria, British Columbia -0.0331753752251057327 +62019 palaios_html_6701247957 palaios_html_6701247957:20:1205:1216 Black River Jamaica, Queens -0.0414701241414489052 +62020 sedimentology_html_7328045802 sedimentology_html_7328045802:348:26550:26575 Perry Portland, Maine -0.438093558395168947 +62021 gsa_html_1254347878 gsa_html_1254347878:121:15484:15505 Fort Steele Victoria, British Columbia -0.0259037882601301818 +62022 cspg_html_7576506617 cspg_html_7576506617:58:9954:9968 Kenogami River River Severn -0.0131827182184571217 +62023 cspg_html_5376629375 cspg_html_5376629375:475:51821:51843 Bonanza Great Basin -0.455252106655251121 +62024 AMJC_html_9705852531 AMJC_html_9705852531:639:54485:54519 Colorado Amsterdam -0.498566694311008085 +62025 gsa_html_9603601502 gsa_html_9603601502:638:45389:45410 Fortin Connecticut River Valley -0.0250500997947697528 +62026 aapg_aa_610.html aapg_aa_610.html:458:48342:48360 Niobrara Niobrara, Nebraska -0.447780648817617921 +62027 aapg_ai_321.html aapg_ai_321.html:160:22335:22342 Esquias Matagalpa -0.431573575808563037 +62028 gsa_html_6967102683 gsa_html_6967102683:506:41882:41889 Cassiar Bitterroot Range -0.0363699519026964915 +62029 aapg_ai_225.html aapg_ai_225.html:196:17761:17770 Breathitt Kentucky -0.0102706745632111761 +62030 gsa_html_4438819447 gsa_html_4438819447:706:69277:69296 Mattagami Telford, Pennsylvania -0.4597965726108596 +62031 aapg_ah_593.html aapg_ah_593.html:87:8654:8660 Pawnee Ellis County, Kansas 0.00173718024385580475 +62032 aapg_ac_285.html aapg_ac_285.html:47:3423:3429 Viking Karnes County, Texas -0.437953842888147871 +62033 cspg_html_1372398575 cspg_html_1372398575:6:437:456 Paskapoo Lacombe, Alberta -0.448377013151321557 +62034 aapg_ac_913.html aapg_ac_913.html:214:19451:19456 Atoka Atoka, Oklahoma -0.416034190533336901 +62035 aapg_ac_967.html aapg_ac_967.html:404:40602:40608 Oregon Richmond, California -0.0399624195111792577 +62036 aapg_af_496.html aapg_af_496.html:527:46798:46806 Virginia California -0.060940981097562269 +62037 aapg_af_3.html aapg_af_3.html:264:26831:26846 Supai Supai, Arizona -0.00972860319356922895 +62038 AMJC_html_7984049819 AMJC_html_7984049819:17:973:982 Brunswick Portland, Maine 0.0254917166036998516 +62040 palaios_html_3112927242 palaios_html_3112927242:940:72359:72366 Juniata Pennsylvania -0.428824418473081392 +62041 aapg_ae_546.html aapg_ae_546.html:207:24066:24096 Cotton Valley Texas -0.462576268150975078 +62042 aapg_ac_333.html aapg_ac_333.html:1325:158572:158578 Kaibab Grand Canyon -0.464473797617463435 +62043 aapg_ah_283.html aapg_ah_283.html:136:14663:14681 Cowlitz Washington (state) -0.465104162426203172 +62044 cspg_html_4680797491 cspg_html_4680797491:232:24871:24882 Slave Point Swan Hill, Victoria -0.459805657368256959 +62045 aapg_af_779.html aapg_af_779.html:31:5220:5227 Bedford Michigan -0.4835517998191603 +62046 aapg_ac_634.html aapg_ac_634.html:296:33683:33690 Leonard Texas -0.509711797196706451 +62047 aapg_ac_491.html aapg_ac_491.html:37:5707:5722 Taman Taman Peninsula -0.0252500427953300452 +62048 cspg_html_4680804918 cspg_html_4680804918:528:68655:68675 Milk River Bow Island Airport -0.464501195477937445 +62049 aapg_ai_1.html aapg_ai_1.html:171:15448:15453 Molas Leadville, Colorado -0.0280825762237737336 +62050 gsa_html_2729737430 gsa_html_2729737430:587:60809:60825 Colter Signal Mountain (Wyoming) -0.511458947905911177 +62051 aapg_ai_49.html aapg_ai_49.html:716:93116:93123 Wingate Kayenta, Arizona -0.456355529459316345 +62052 cspg_html_3550853247 cspg_html_3550853247:196:22288:22296 Wabiscaw Pelican Lake, Wisconsin -0.471501691978871318 +62053 aapg_ai_501.html aapg_ai_501.html:3:398:421 Lone Mountain Reno, Nevada -0.233238026672745208 +62054 aapg_ae_547.html aapg_ae_547.html:92:12242:12252 Sitkalidak Kodiak Island -0.473815322787249471 +62055 aapg_ae_6.html aapg_ae_6.html:614:67403:67407 Buda County Sligo -0.0988812548415508308 +62056 aapg_ac_341.html aapg_ac_341.html:131:15878:15888 Kinderhook Chattanooga, Tennessee -0.486401118306284352 +62057 AMJC_html_6665023251 AMJC_html_6665023251:16:868:878 Washington Seattle -0.0278217295801544348 +62058 cspg_html_9046359229 cspg_html_9046359229:1005:107533:107541 Columbia Lacombe, Alberta -0.0328900657953446335 +62059 cspg_html_5484260516 cspg_html_5484260516:1558:129806:129822 Banff Lacombe, Alberta 0.748766477907805816 +62060 aapg_ad_466.html aapg_ad_466.html:31:3778:3792 Fredericksburg Richmond, California -0.0825411616336402809 +62061 cspg_html_9435196958 cspg_html_9435196958:245:11351:11363 Souris River Canada -0.471888407816635713 +62062 aapg_ai_82.html aapg_ai_82.html:49:6531:6551 Greenbrier Greenbrier (Great Smoky Mountains) -0.0535450100863143555 +62063 aapg_ad_639.html aapg_ad_639.html:243:29830:29852 Allegheny Pennsylvania 0.00662225056898444603 +62064 cspg_html_5949578130 cspg_html_5949578130:960:104125:104153 Sandia Calgary -0.434527375159215246 +62065 cspg_html_9008569748 cspg_html_9008569748:39:4350:4355 Yukon Victoria, British Columbia -0.0707707378788611785 +62066 aapg_ah_819.html aapg_ah_819.html:55:4117:4138 Green River Wasatch Range -0.450707909241451543 +62067 aapg_ah_301.html aapg_ah_301.html:741:87544:87549 Logan Shark Bay 0.011229743772920301 +62068 palaios_html_6757540995 palaios_html_6757540995:569:53092:53112 Blufftown Alabama -0.219545153273155769 +62069 geology_html_5745933097 geology_html_5745933097:12:729:737 Virginia Reston, Virginia -0.010750205891597751 +62070 aapg_ae_223.html aapg_ae_223.html:117:14595:14613 Frontier Colorado 0.0162097516274166825 +62071 sedimentology_html_7500194879 sedimentology_html_7500194879:671:48025:48039 Frio Texas -0.447942032394663792 +62072 cspg_html_1743658399 cspg_html_1743658399:202:28689:28704 Melville Island Bathurst Island (Northern Territory) -0.473676885959420813 +62073 aapg_aa_358.html aapg_aa_358.html:102:10932:10949 Entrada Carmel, Indiana -0.441330620223003178 +62074 sedimentology_html_1357699877 sedimentology_html_1357699877:970:67966:67970 Hall London, Ontario -0.456344217050148659 +62075 cspg_html_8568877195 cspg_html_8568877195:6:441:452 Belly River Lacombe, Alberta -0.435668138774596203 +62076 cspg_html_5538678223 cspg_html_5538678223:369:46096:46112 Luning California -0.532099188117762467 +62077 cspg_html_5312588885 cspg_html_5312588885:38:4332:4354 Jefferson Boise, Idaho -0.0164009085472750712 +62078 sedimentology_html_2717700395 sedimentology_html_2717700395:692:48751:48755 Hall London, Ontario -0.0763399422018811308 +62079 cspg_html_8532932475 cspg_html_8532932475:646:58198:58206 Edmonton Calgary -0.0487929978444478704 +62080 geology_html_2144574689 geology_html_2144574689:209:21337:21347 Washington Seattle -0.448350101124535771 +62081 sedimentology_html_3990399320 sedimentology_html_3990399320:21:1404:1413 Red River Canada -0.428455538410642989 +62082 aapg_af_461.html aapg_af_461.html:189:17527:17546 Detroit River Wisconsin -0.0566269694758686076 +62083 gsa_html_5734608463 gsa_html_5734608463:610:40970:40996 El Tambor Guatemala -0.46105569042928074 +62084 gsa_html_7120668170 gsa_html_7120668170:836:78661:78667 Sonora Mexico -0.0602165397787389756 +62085 aapg_ae_73.html aapg_ae_73.html:888:109475:109483 Colorado De Baca County, New Mexico -0.0457474052838692941 +62086 cspg_html_4031489103 cspg_html_4031489103:339:49766:49789 Mount Shields Fernie, British Columbia -0.441927274708787343 +62087 sedimentology_html_2041096405 sedimentology_html_2041096405:188:17419:17432 A-1 Carbonate Guelph -0.429978093202176226 +62088 sedimentology_html_5673709888 sedimentology_html_5673709888:1866:111774:111796 Hawthorn Compton, California -0.0447893597917523589 +62089 gsa_html_1166388813 gsa_html_1166388813:772:74495:74501 Snyder Cordillera Administrative Region -0.455252106655251121 +62090 aapg_ai_432.html aapg_ai_432.html:135:18211:18216 Ancon Playas, New Mexico -0.447455726501453044 +62091 aapg_ae_768.html aapg_ae_768.html:21:3677:3693 Salado Culebra, Puerto Rico -0.429055041262400905 +62092 aapg_ah_490.html aapg_ah_490.html:3:277:296 Minnelusa Black Hills -0.041236814250852856 +62093 cspg_html_8021635994 cspg_html_8021635994:32:3550:3578 Watt Mountain Victoria, British Columbia -0.435714594595624227 +62094 aapg_ac_832.html aapg_ac_832.html:1403:132556:132575 Red River Manitoba 0.486693832907076462 +62095 sedimentology_html_1463603507 sedimentology_html_1463603507:1180:75136:75153 Barstow California -0.496881985799363712 +62096 aapg_aa_233.html aapg_aa_233.html:562:57543:57549 Sierra Matamoros, Tamaulipas -0.449440672427322663 +62097 aapg_ad_122.html aapg_ad_122.html:63:5846:5852 Forest Butler County, Ohio -0.467877607461444023 +62098 gsa_html_1024107776 gsa_html_1024107776:940:96155:96176 Pottsville New Brunswick, New Jersey -0.425371763818281734 +62099 geology_html_3717843204 geology_html_3717843204:148:14561:14591 Gowganda Ontario, California -0.0791242379986999145 +62100 aapg_ad_683.html aapg_ad_683.html:156:19862:19880 Moenkopi Supai, Arizona -0.429582389532346398 +62101 cspg_html_3178645840 cspg_html_3178645840:373:47071:47079 Columbia Lacombe, Alberta -0.472823676298187945 +62102 aapg_ac_380.html aapg_ac_380.html:421:49860:49868 Onondaga Onondaga (tribe) -0.450743884934886652 +62103 aapg_ad_991.html aapg_ad_991.html:119:9789:9796 Hosston Tuscaloosa, Alabama -0.429105566113656023 +62104 aapg_ah_181.html aapg_ah_181.html:146:17536:17552 Navajo Carmel, Indiana 0.0237340185087077729 +62105 cspg_html_1763727002 cspg_html_1763727002:432:47621:47647 Halfway Lacombe, Alberta -0.460944252925189812 +62106 cspg_html_7086880709 cspg_html_7086880709:139:15516:15523 Funeral Mackenzie River -0.441392939290133568 +62107 cspg_html_7777724998 cspg_html_7777724998:11:1151:1174 Mist Mountain Crowsnest Pass, Alberta -0.460269102262388319 +62108 cspg_html_4293350162 cspg_html_4293350162:326:36510:36530 Mount Head Carnarvon, Western Australia -0.0127413767435659193 +62109 aapg_ac_951.html aapg_ac_951.html:18:2545:2572 Prospect Logan, Utah -0.000627121340837813067 +62110 aapg_ah_427.html aapg_ah_427.html:159:21250:21259 Red River Wichita Mountains -0.018225670847461909 +62111 cspg_html_1665574291 cspg_html_1665574291:99:17042:17064 Willow Creek Bow River -0.454143259443463898 +62112 aapg_ad_764.html aapg_ad_764.html:19:2478:2486 Vaqueros California 0.0206415586769715005 +62113 aapg_ai_328.html aapg_ai_328.html:88:8781:8791 Rancheria Rift Valley lakes -0.4597965726108596 +62114 cspg_html_3354282978 cspg_html_3354282978:93:14220:14230 Swan Hills Lacombe, Alberta -0.130916395834552224 +62115 aapg_af_318.html aapg_af_318.html:581:56879:56890 Viking Lacombe, Alberta -0.0818926296508704216 +62116 cspg_html_8692417800 cspg_html_8692417800:176:22654:22674 Salina Kent County, Maryland -0.449431691216236939 +62117 cspg_html_4132771434 cspg_html_4132771434:790:88222:88235 Wabamun Lacombe, Alberta -0.467870731747513147 +62118 aapg_ai_105.html aapg_ai_105.html:391:48723:48728 Provo Oquirrh Mountain Utah Temple -0.0716854054235440408 +62119 aapg_ad_2.html aapg_ad_2.html:707:101405:101421 Potsdam Saratoga Springs, New York -0.0518153822203646572 +62120 sedimentology_html_2010995560 sedimentology_html_2010995560:1943:113377:113382 Waicoe Svalbard and Jan Mayen 0.00854719127328702234 +62121 gsa_html_5060576576 gsa_html_5060576576:713:68038:68042 Bond North Atlantic Current -0.471363620495062197 +62122 gsa_html_2895081305 gsa_html_2895081305:32:1735:1750 Cupido Coahuila -0.460980639153810601 +62123 aapg_af_397.html aapg_af_397.html:719:89510:89517 Entrada Entrada Sandstone -0.440300736461396947 +62124 aapg_ad_764.html aapg_ad_764.html:19:2429:2445 Walker Bakersfield, California -0.504439820085948343 +62125 aapg_ah_869.html aapg_ah_869.html:1010:94527:94545 Morrison Cheyenne, Wyoming -0.38928228683044086 +62126 cspg_html_4326384800 cspg_html_4326384800:1046:154124:154133 Waterways Canada -0.443782030321690002 +62127 cspg_html_1260733368 cspg_html_1260733368:6:388:410 Medicine Hat Lacombe, Alberta -0.4852429512232731 +62128 cspg_html_6675007047 cspg_html_6675007047:753:72298:72306 Edmonton Lacombe, Alberta -0.0707549992783903375 +62129 aapg_aa_23.html aapg_aa_23.html:611:76831:76849 Vaureal Anticosti Island -0.0117822633156925947 +62130 cspg_html_1188455526 cspg_html_1188455526:96:16169:16196 Nansen Ellesmere Island -0.454357696116458765 +62131 cspg_html_2625728726 cspg_html_2625728726:768:80419:80434 Elk Lacombe, Alberta -0.498433692902457426 +62132 cspg_html_2184091860 cspg_html_2184091860:573:54559:54576 Macasty Quebec City -0.445157668105484183 +62133 aapg_af_85.html aapg_af_85.html:116:12694:12700 Muskeg Victoria, British Columbia -0.0236297103321001234 +62134 cspg_html_1498300615 cspg_html_1498300615:882:106208:106221 Waterways Lacombe, Alberta -0.456561440120662909 +62135 aapg_ai_549.html aapg_ai_549.html:106:10101:10121 Salina Michigan Basin -0.0709788415156367009 +62136 geology_html_2632215670 geology_html_2632215670:349:26902:26908 Kodiak Anchorage, Alaska -0.489400926759743782 +62137 cspg_html_6134774167 cspg_html_6134774167:549:53432:53447 Gates Canada -0.0174019020564647256 +62138 aapg_ah_687.html aapg_ah_687.html:364:50314:50329 Grosmont Clearwater, Florida 0.0314149190813437368 +62139 cspg_html_5889831809 cspg_html_5889831809:41:5586:5600 Colorado Lacombe, Alberta -0.495740204770814097 +62140 geology_html_1943656153 geology_html_1943656153:263:21683:21689 Brazil Cape Town -0.451787799117909672 +62141 aapg_ai_296.html aapg_ai_296.html:117:12430:12437 Norfolk Baxter County, Arkansas -0.466718659783226908 +62142 cspg_html_4693916254 cspg_html_4693916254:369:44517:44550 Saskatchewan Regina, Saskatchewan -0.0852414511844174355 +62143 aapg_af_612.html aapg_af_612.html:216:26447:26457 Frio East Asia -0.0149690067830474411 +62144 aapg_ae_268.html aapg_ae_268.html:136:13971:13982 Paint Creek Bloomington, Indiana -0.486588444102287743 +62145 gsa_html_2717448156 gsa_html_2717448156:1413:131955:131993 Kingston Peak Death Valley -0.432223543643836305 +62146 aapg_aa_322.html aapg_aa_322.html:120:11979:11997 Sycamore Choteau, Montana -0.488724520608411594 +62147 aapg_ac_333.html aapg_ac_333.html:900:110660:110664 Yeso West, Texas -0.418529603382018334 +62148 gsa_html_6677406936 gsa_html_6677406936:63:5200:5228 Green River Colorado 0.0399833098271603696 +62149 cspg_html_2873888604 cspg_html_2873888604:382:56170:56189 Pardonet Western Canadian Sedimentary Basin -0.601213611952146176 +62150 cspg_html_1730027796 cspg_html_1730027796:85:8988:8998 Boas River Southampton Island -0.477179162580930738 +62151 AMJC_html_8047479732 AMJC_html_8047479732:500:57351:57356 Crete Karpathos -0.0623936110390825444 +62152 palaios_html_9993198762 palaios_html_9993198762:10:440:473 Morrison Cheyenne, Wyoming 0.912303657066549922 +62153 aapg_ac_749.html aapg_ac_749.html:28:3787:3796 Queenston Bruce Peninsula National Park 0.938265608618652824 +62154 gsa_html_9865056817 gsa_html_9865056817:1163:93261:93273 Cutler Logan, Utah -0.02166536358211529 +62155 palaios_html_7076037184 palaios_html_7076037184:302:27598:27603 Spoon Illinois -0.442649117020085803 +62156 cspg_html_4812473779 cspg_html_4812473779:185:30032:30052 La Vieille New Brunswick, New Jersey -0.486588444102287743 +62157 aapg_ad_837.html aapg_ad_837.html:66:6199:6213 Colorado Devon -0.0671048750369670766 +62158 cspg_html_4270552951 cspg_html_4270552951:188:27360:27365 Favel Niobrara, Nebraska -0.462111625185478381 +62159 cspg_html_3008414459 cspg_html_3008414459:29:4697:4713 Mt Lytton Milk River, Alberta -0.429105566113656023 +62160 palaios_html_5600528347 palaios_html_5600528347:657:59939:59967 Green River Cheyenne, Wyoming -0.451751782124743317 +62161 aapg_af_900.html aapg_af_900.html:241:32579:32587 Big Hill Jefferson County, Colorado -0.484161071054726611 +62162 aapg_af_479.html aapg_af_479.html:728:76789:76798 San Diego Baja California peninsula -0.0217296792824245993 +62163 cspg_html_3026112034 cspg_html_3026112034:8:363:373 Swan Hills Lacombe, Alberta 0.716653217161975498 +62164 aapg_ae_411.html aapg_ae_411.html:61:6361:6382 Main Street Grayson County, Kentucky 0.000548948298213387093 +62165 aapg_ah_528.html aapg_ah_528.html:540:58570:58581 Coal Canyon Great Basin -0.467980749597819323 +62166 cspg_html_7777724998 cspg_html_7777724998:844:79160:79170 Swan River Regina, Saskatchewan -0.052851016470200643 +62167 aapg_ae_728.html aapg_ae_728.html:55:6962:6970 Fountain Texas -0.487692158362934725 +62168 aapg_ac_807.html aapg_ac_807.html:549:54500:54508 Richmond Virginia -0.463307888475886887 +62169 aapg_ac_882.html aapg_ac_882.html:312:29916:29934 Fairview Cincinnati -0.029932996517762829 +62170 geology_html_7441090490 geology_html_7441090490:220:18986:19006 North Horn Logan, Utah 0.716453999018062948 +62171 aapg_ae_75.html aapg_ae_75.html:43:7374:7391 Concha Colina, Chile -0.030023437417361392 +62172 cspg_html_9435196958 cspg_html_9435196958:345:15776:15787 Belly River Lacombe, Alberta -0.440265166942118702 +62173 jgeology_html_6388378441 jgeology_html_6388378441:281:21128:21138 Las Cruces New Mexico -0.425599363821972831 +62174 aapg_ae_794.html aapg_ae_794.html:628:70114:70129 Eutaw Piedmont (United States) -0.00773064589701005864 +62175 aapg_ah_427.html aapg_ah_427.html:698:91083:91105 Boggy McAlester, Oklahoma -0.0162740496879429895 +62176 cspg_html_7576506617 cspg_html_7576506617:230:32523:32544 Ekwan River Moose River (Maine) -0.500511877452422094 +62177 palaios_html_6455472411 palaios_html_6455472411:409:41446:41465 Fairview Netherlands -0.486513508857715604 +62178 aapg_ae_70.html aapg_ae_70.html:327:34763:34769 Casper Colorado -0.462302919433881576 +62179 cspg_html_2297270979 cspg_html_2297270979:90:12699:12755 Long Rapids Ontario, California -0.454041701910604445 +62180 aapg_ai_278.html aapg_ai_278.html:776:94257:94275 Pine Key Melbourne, Florida -0.022353727877684245 +62181 sedimentology_html_6577177005 sedimentology_html_6577177005:586:46230:46235 Cadiz Portugal -0.477308890203395286 +62182 cspg_html_6116883777 cspg_html_6116883777:1598:197023:197041 Read Bay Little Cornwallis Island -0.453029006636829323 +62183 gsa_html_6753732431 gsa_html_6753732431:508:50915:50930 Sespe California -0.442682549290708161 +62184 cspg_html_8362959053 cspg_html_8362959053:144:20017:20023 Luscar Mountain Park (Holyoke, Massachusetts) -0.0262532758817809256 +62185 cspg_html_8789242291 cspg_html_8789242291:216:27619:27639 Ravenscrag Canada -0.447153316157111791 +62186 aapg_ae_391.html aapg_ae_391.html:361:32039:32056 Salado Dolomites 0.626179156871639719 +62187 aapg_ae_777.html aapg_ae_777.html:118:14128:14152 Espiritu Santo New Mexico -0.474808096218428344 +62188 AMJC_html_1163576052 AMJC_html_1163576052:836:83127:83134 Pioneer Shreveport, Louisiana -0.459819284677136619 +62189 gsa_html_9310053579 gsa_html_9310053579:437:38871:38896 Chumstick Lake Wenatchee State Park -0.0341270386384278437 +62190 aapg_ai_46.html aapg_ai_46.html:171:14004:14014 Stillwater Herington, Kansas -0.466920106770381871 +62191 aapg_ae_324.html aapg_ae_324.html:87:8844:8851 Narrows Virginia -0.459149520620870666 +62192 cspg_html_4645836177 cspg_html_4645836177:380:40954:40960 Denver Colorado -0.464405306663695727 +62193 cspg_html_9754745914 cspg_html_9754745914:6:392:405 Wapiabi Lacombe, Alberta -0.0315888654763454985 +62194 aapg_ai_942.html aapg_ai_942.html:234:36698:36714 Salado New Mexico -0.478990153256473372 +62195 gsa_html_3883467297 gsa_html_3883467297:817:63827:63836 Eel River California -0.0540873490612621827 +62196 aapg_ae_467.html aapg_ae_467.html:368:28383:28392 Coldwater Sunbury, Pennsylvania -0.44645479356367046 +62197 aapg_ad_798.html aapg_ad_798.html:195:19858:19865 Prairie Shreveport, Louisiana 0.000564582905986352451 +62198 aapg_ac_825.html aapg_ac_825.html:3:372:380 Monterey Carmel, Indiana -0.00822752072544734835 +62199 aapg_ai_295.html aapg_ai_295.html:207:23993:24015 Spavinaw Granite Missouri River -0.465568086328610908 +62200 cspg_html_5807593737 cspg_html_5807593737:6:293:300 Duperow Williston, Vermont -0.418568713004005333 +62201 cspg_html_3831007171 cspg_html_3831007171:32:3549:3556 Camrose Edmonton, London -0.467980749597819323 +62202 aapg_aa_856.html aapg_aa_856.html:106:9944:9950 Paluxy Cotton Valley, Louisiana -0.485107349284571332 +62203 gsa_html_1431051448 gsa_html_1431051448:66:5190:5218 Green River Colorado -0.0131827182184571217 +62204 aapg_ah_647.html aapg_ah_647.html:298:31560:31572 Percha New Mexico -0.454034931813569353 +62205 aapg_aa_626.html aapg_aa_626.html:82:9886:9894 Patuxent Maryland -0.0247441052038830135 +62206 aapg_af_419.html aapg_af_419.html:73:8343:8348 Salem Salem, Oregon -0.0132991361893864783 +62207 cspg_html_8387792223 cspg_html_8387792223:146:21055:21079 Stony Mountain Manitoba -0.445622633670822443 +62208 aapg_ad_696.html aapg_ad_696.html:476:43654:43665 Haynesville Haynesville, Louisiana -0.467978457419396532 +62209 aapg_ai_28.html aapg_ai_28.html:394:37704:37722 Beaumont Nueces County, Texas -0.0274096020892318319 +62210 palaios_html_4547262654 palaios_html_4547262654:30:2655:2661 Denver Nebraska -0.515267358834889722 +62211 jgeology_html_3517640817 jgeology_html_3517640817:83:3403:3412 Peninsula Korea -0.492578779781284393 +62212 geology_html_2056111011 geology_html_2056111011:257:21779:21788 San Diego California -0.464473797617463435 +62213 aapg_ac_221.html aapg_ac_221.html:156:18518:18531 Santa Barbara Santa Monica, California -0.472823676298187945 +62214 aapg_ai_364.html aapg_ai_364.html:762:63325:63333 Colorado Mississippian culture -0.0521780116650716191 +62215 sedimentology_html_6663191436 sedimentology_html_6663191436:939:72994:73007 Santa Barbara San Diego -0.0531596434481698826 +62216 aapg_ah_180.html aapg_ah_180.html:71:7911:7929 Bloomsburg Onondaga (tribe) -0.424433485516413689 +62217 cspg_html_7310162886 cspg_html_7310162886:112:14306:14316 Road River White Mountains (California) -0.450829332903146696 +62218 aapg_ac_841.html aapg_ac_841.html:721:78263:78278 Atima Lake Yojoa -0.496881985799363712 +62219 gsa_html_7151930388 gsa_html_7151930388:718:66722:66732 Rancheria Mexico -0.453008719186489883 +62220 aapg_ai_11.html aapg_ai_11.html:230:28362:28369 Chanute Plattsburg, Missouri -0.443813272031764461 +62221 aapg_aa_684.html aapg_aa_684.html:468:40831:40846 Jelm Cheyenne, Wyoming -0.452977161832460395 +62222 cspg_html_8316122266 cspg_html_8316122266:372:34002:34008 Denver Colorado -0.507392015805155694 +62223 cspg_html_5955028331 cspg_html_5955028331:779:74389:74405 Viking Lacombe, Alberta -0.405967571681300876 +62224 aapg_af_854.html aapg_af_854.html:423:55291:55308 Borden Carwood, Indiana -0.0306147978884375553 +62225 gsa_html_1783148177 gsa_html_1783148177:800:79596:79620 Mt Lytton Hunter Mountain (ski area) -0.478447154667899333 +62226 cspg_html_7866293053 cspg_html_7866293053:284:32733:32753 Loon River Lacombe, Alberta 0.0243268497329823356 +62227 gsa_html_5147030878 gsa_html_5147030878:586:48717:48745 Green River Colorado -0.0228248215914789478 +62228 gsa_html_4234009219 gsa_html_4234009219:29:2179:2210 White River Canada -0.0435040075642708149 +62229 cspg_html_6588266079 cspg_html_6588266079:315:32862:32878 Lakota Cheyenne, Wyoming -0.483631144002422242 +62230 jgeology_html_1198140108 jgeology_html_1198140108:1091:65053:65061 Colorado Gunnison County, Colorado -0.491237921935693156 +62231 aapg_af_666.html aapg_af_666.html:523:44939:44957 Wasatch Wasatch Range -0.429105566113656023 +62232 sedimentology_html_2550885329 sedimentology_html_2550885329:1839:104615:104635 Bloomsburg Pennsylvania -0.454466062398962145 +62233 aapg_ah_134.html aapg_ah_134.html:122:9718:9729 Haynesville Paluxy, Texas -0.434436792512804759 +62234 aapg_ae_631.html aapg_ae_631.html:55:6856:6883 Traverse Falmouth, Massachusetts -0.466007095038280028 +62235 cspg_html_3041902517 cspg_html_3041902517:977:106982:107002 Sabine Henderson, Nevada -0.040554329778819502 +62236 aapg_aa_622.html aapg_aa_622.html:322:34028:34047 Moenkopi Chinle Formation -0.458913519660435476 +62237 palaios_html_2994452429 palaios_html_2994452429:62:7406:7423 Montney Victoria, British Columbia -0.440354093294291316 +62238 aapg_ai_409.html aapg_ai_409.html:299:34271:34282 Pine Island Cotton Valley, Louisiana -0.488731563736560848 +62239 geology_html_9372706434 geology_html_9372706434:12:590:600 Washington Seattle -0.474808096218428344 +62240 aapg_ac_629.html aapg_ac_629.html:120:17567:17585 Beaumont Beaumont, Texas 1.2062703603657412 +62241 cspg_html_1312400675 cspg_html_1312400675:171:20597:20613 Oldman Edmonton, London -0.452896019392303839 +62242 aapg_ac_944.html aapg_ac_944.html:145:15257:15281 Arroyo Placitas, New Mexico -0.0490927421425235155 +62243 palaios_html_2256521782 palaios_html_2256521782:1373:95401:95420 Mansfield Bloomington, Indiana -0.478280146619880497 +62244 sedimentology_html_5597821332 sedimentology_html_5597821332:803:71153:71157 Hall London, Ontario -0.478535310781285639 +62245 aapg_ae_392.html aapg_ae_392.html:8:1517:1537 Batesville Batesville, Arkansas -0.0508147576234257159 +62246 aapg_ai_243.html aapg_ai_243.html:34:4621:4631 Tuscaloosa Tuscaloosa, Alabama -0.0230751498951462693 +62247 aapg_ad_400.html aapg_ad_400.html:3:220:236 Maroon Glenwood Springs, Colorado -0.424269545188154129 +62248 aapg_ae_544.html aapg_ae_544.html:5:749:760 Mowry Judith River Formation -0.451913869834985604 +62249 aapg_af_143.html aapg_af_143.html:1146:127075:127091 Empire Cape Blanco Light 0.293090812425195746 +62250 aapg_aa_813.html aapg_aa_813.html:409:44296:44316 Fort Union Cheyenne, Wyoming -0.040935609523993513 +62251 cspg_html_5241714595 cspg_html_5241714595:637:95366:95414 Lodgepole Regina, Saskatchewan -0.455211432419709627 +62252 AMJC_html_8804784209 AMJC_html_8804784209:382:36757:36778 Waits River Bennington, Vermont -0.457582637906406409 +62253 aapg_ae_700.html aapg_ae_700.html:239:21016:21026 Santa Cruz California -0.45099125631104503 +62254 AMJC_html_8619525948 AMJC_html_8619525948:91:11784:11802 Wamsutta Cambridge, Massachusetts 0.00130635878656701733 +62255 aapg_ai_3.html aapg_ai_3.html:44:7619:7628 Wickliffe Mound City, Missouri -0.454143259443463898 +62256 aapg_ae_268.html aapg_ae_268.html:219:21415:21423 Golconda Kentucky -0.473815322787249471 +62257 aapg_af_291.html aapg_af_291.html:388:43969:43996 Sadlerochit Lisburne Peninsula -0.48062584784091128 +62258 AMJC_html_5969956211 AMJC_html_5969956211:146:20236:20256 Uinta Logan, Utah 0.320589993103513715 +62259 aapg_ac_720.html aapg_ac_720.html:327:33702:33724 Hornerstown New Egypt, New Jersey -0.457068497754203162 +62260 geology_html_3329409452 geology_html_3329409452:250:23540:23550 Rio Grande Phoenix, Arizona -0.47829406272822006 +62261 aapg_af_384.html aapg_af_384.html:371:41173:41180 Audhild Ellesmere Island -0.456391730122837791 +62262 sedimentology_html_1574151857 sedimentology_html_1574151857:319:26338:26344 Oregon Washington (state) -0.455310861563052449 +62263 aapg_ad_466.html aapg_ad_466.html:307:38448:38460 Raritan Tuscaloosa, Alabama -0.452909542628234352 +62264 aapg_ae_791.html aapg_ae_791.html:14:2122:2126 Elko Little Humboldt River -0.419246863914202961 +62265 aapg_ae_4.html aapg_ae_4.html:267:31521:31531 Bear River Deep Creek Mountains -0.475977786028375149 +62266 aapg_ah_654.html aapg_ah_654.html:1058:109672:109691 Chugwater John Crow Mountains 1.04063897930676164 +62267 cspg_html_5909649442 cspg_html_5909649442:282:32886:32904 Paskapoo Lacombe, Alberta -0.454034931813569353 +62268 cspg_html_8928894270 cspg_html_8928894270:487:58235:58253 Birdbear Canada -0.451621232485637181 +62269 aapg_ai_154.html aapg_ai_154.html:45:4659:4677 Onondaga Helderberg -0.0431086870877795889 +62270 aapg_ah_540.html aapg_ah_540.html:389:36554:36570 Dakota Cheyenne, Wyoming -0.443431749269489361 +62271 gsa_html_8241338635 gsa_html_8241338635:1087:95963:95972 Flagstaff Arizona -0.018225670847461909 +62272 aapg_ah_691.html aapg_ah_691.html:350:40570:40588 Norphlet Alabama -0.195886969723654436 +62273 jgeology_html_1740511298 jgeology_html_1740511298:155:10289:10306 Erving Littleton, Colorado -0.47503682505792677 +62274 aapg_ai_267.html aapg_ai_267.html:129:17913:17920 Halifax Cape Hatteras Light -0.478447154667899333 +62275 aapg_ae_871.html aapg_ae_871.html:352:56902:56923 Belly River Lacombe, Alberta -0.433685955512457477 +62276 gsa_html_6281658899 gsa_html_6281658899:600:68969:68987 Wiggins Cheyenne, Wyoming -0.446011775932438015 +62277 cspg_html_2863271815 cspg_html_2863271815:246:28197:28213 Guelph Ontario, California -0.477123570959987586 +62278 aapg_ah_301.html aapg_ah_301.html:688:79574:79582 Wolfcamp Texas -0.427768661147865492 +62279 sedimentology_html_2208426700 sedimentology_html_2208426700:1201:66191:66203 Saskatchewan Shouldice Hernia Centre -0.465561228542891226 +62280 cspg_html_5660413005 cspg_html_5660413005:127:15599:15615 Calmar Blue Ridge Mountains -0.00397121641303337797 +62281 geology_html_2424942195 geology_html_2424942195:12:653:659 Toledo Ohio -0.426190501535792965 +62282 aapg_ai_957.html aapg_ai_957.html:82:8581:8587 Goliad Uvalde, Texas -0.106415461015767945 +62283 aapg_aa_255.html aapg_aa_255.html:83:8624:8632 Tensleep Powder River (Montana) -0.459083706416541504 +62284 aapg_ah_318.html aapg_ah_318.html:80:12413:12432 Smackover Shreveport, Louisiana 0.00177366112934512657 +62285 sedimentology_html_7518899751 sedimentology_html_7518899751:1770:93024:93052 Wabamun Lacombe, Alberta -0.459887424332023564 +62286 aapg_aa_906.html aapg_aa_906.html:454:49813:49823 Fort Union Melbourne, Florida -0.491183766642400599 +62287 aapg_aa_391.html aapg_aa_391.html:245:21242:21250 Woodbine Arkansas -0.002921944296335324 +62288 cspg_html_9872589627 cspg_html_9872589627:8:369:402 Halfway Western Canadian Sedimentary Basin -0.457691392417615917 +62289 aapg_ad_134.html aapg_ad_134.html:16:1453:1458 Atoka Grand Canyon -0.444844842741709823 +62290 aapg_ae_419.html aapg_ae_419.html:4702:273819:273825 Sierra Mexico -0.474815026513922711 +62291 cspg_html_7988775280 cspg_html_7988775280:371:57638:57657 Athabasca Lacombe, Alberta -0.512245776264901864 +62292 gsa_html_1440648000 gsa_html_1440648000:57:4027:4055 Green River Colorado -0.0334258967197983703 +62293 palaios_html_4936782265 palaios_html_4936782265:672:66271:66277 Pueblo Colorado -0.480765396922298249 +62294 cspg_html_6038396142 cspg_html_6038396142:28:4055:4090 Saskatchewan Winnipeg -0.0321524692645064336 +62295 gsa_html_4308966435 gsa_html_4308966435:1275:126385:126394 Rochester Rochester, Kent -0.00908750930208491146 +62296 palaios_html_1027055785 palaios_html_1027055785:374:39556:39571 Conemaugh Ohio -0.00473211949273434716 +62297 aapg_ae_961.html aapg_ae_961.html:94:7754:7761 Grafton Glenfield, New Zealand -0.481775474642512247 +62298 aapg_ah_141.html aapg_ah_141.html:94:8796:8804 Niobrara Mancos, Colorado 0.0239617604101210226 +62299 sedimentology_html_4466059731 sedimentology_html_4466059731:166:7822:7826 Hall London, Ontario -0.0271279018002479055 +62300 cspg_html_4592078516 cspg_html_4592078516:450:60262:60278 Skonun Victoria, British Columbia -0.092234892703118937 +62301 aapg_af_93.html aapg_af_93.html:361:43376:43403 White Sage Gold Hill, Colorado -0.431080339422081793 +62302 aapg_ae_587.html aapg_ae_587.html:137:12366:12372 Oxford England -0.0216358132048967665 +62303 palaios_html_5200400776 palaios_html_5200400776:251:25974:25996 Trout Valley Portland, Maine -0.459805657368256959 +62304 aapg_af_575.html aapg_af_575.html:551:75723:75733 Kinderhook Missouri River 0.00892245965980600214 +62305 cspg_html_8049997704 cspg_html_8049997704:11:697:717 Milk River Southern Alberta -0.0145241610261636171 +62306 aapg_ai_615.html aapg_ai_615.html:272:29297:29328 Brushy Canyon Guadalupe Mountains National Park -0.434540631888912565 +62307 aapg_ad_939.html aapg_ad_939.html:53:6263:6282 Newcastle Black Hills -1.40780785794300334 +62308 aapg_ad_466.html aapg_ad_466.html:1438:152506:152526 Vincentown Vincentown, New Jersey -0.467016268103292775 +62309 aapg_ah_645.html aapg_ah_645.html:527:64443:64450 Rierdon Williston, Vermont 0.0465174059739268259 +62310 aapg_ac_302.html aapg_ac_302.html:107:11385:11402 Laketown Dolomite Piute, California 0.0436328824408613383 +62311 cspg_html_2939557171 cspg_html_2939557171:652:79827:79835 Montreal Canada -0.0312427146313614852 +62312 aapg_ac_730.html aapg_ac_730.html:86:13180:13196 Dakota Iowa 1.15595833215789168 +62313 aapg_ad_283.html aapg_ad_283.html:37:5390:5410 San Andres Delaware -0.0269922703660798423 +62314 aapg_ac_720.html aapg_ac_720.html:322:33412:33430 Navesink Chesapeake Bay 0.00106315342262959652 +62315 aapg_ae_220.html aapg_ae_220.html:51:6072:6091 Smackover Cotton Valley, Louisiana -0.462512479285274614 +62316 aapg_ai_281.html aapg_ai_281.html:71:8138:8145 Tamabra El Abra -0.457514673015389395 +62317 sedimentology_html_2750917004 sedimentology_html_2750917004:46:4118:4124 Oregon California -0.448377013151321557 +62318 aapg_ai_462.html aapg_ai_462.html:77:8468:8498 San Felipe Southeast Asia -0.488872438533925924 +62319 aapg_ah_245.html aapg_ah_245.html:6:739:748 Cold Lake Canada -0.0941924828497174849 +62320 cspg_html_4403434336 cspg_html_4403434336:254:29813:29849 Allen Bay Canada -0.0376282120976162635 +62321 aapg_ah_847.html aapg_ah_847.html:306:36429:36445 Tinton Monmouth County, New Jersey -0.0887929110714056474 +62322 cspg_html_7404699681 cspg_html_7404699681:163:16626:16637 Peace River Lacombe, Alberta -0.0416442398946082412 +62323 aapg_ai_17.html aapg_ai_17.html:1127:73913:73928 Tampa Melbourne, Florida -0.499198739530653746 +62324 cspg_html_3233680622 cspg_html_3233680622:115:16850:16865 Lougheed Island Melville Island (Canada) -0.0464442353657563214 +62325 gsa_html_7102550258 gsa_html_7102550258:211:21174:21189 Bluff Colorado -0.467889067103673728 +62326 palaios_html_4010001639 palaios_html_4010001639:194:19562:19566 Hall Benton, Arkansas -0.0514667170766342913 +62327 aapg_ac_641.html aapg_ac_641.html:271:35645:35660 Mesaverde Colorado -0.438029242308958011 +62328 gsa_html_4910884318 gsa_html_4910884318:17:897:917 Citronelle Melbourne, Florida -0.0275887108223223723 +62329 cspg_html_8558580101 cspg_html_8558580101:25:3648:3664 Sulphur Mountain Lacombe, Alberta -0.449431691216236939 +62330 palaios_html_2201248665 palaios_html_2201248665:667:51124:51128 Ross Pennsylvania -0.483047901936257684 +62331 gsa_html_8716356528 gsa_html_8716356528:949:71697:71706 San Pedro Chile -0.457650607934439568 +62332 aapg_af_854.html aapg_af_854.html:881:125010:125032 Paint Creek Missouri River -0.0151097603849725953 +62333 aapg_ai_464.html aapg_ai_464.html:6:1139:1148 San Pedro California -0.456479975332736432 +62334 cspg_html_9771826320 cspg_html_9771826320:59:9978:9996 Beaufort Ellesmere Island -0.430277178902051582 +62335 aapg_ac_612.html aapg_ac_612.html:94:9564:9577 Fountain Table Mountain -0.476093453364925034 +62336 gsa_html_7605900420 gsa_html_7605900420:426:43131:43148 Roberts Mountains Reno, Nevada -0.485780894532253815 +62337 cspg_html_1188455526 cspg_html_1188455526:274:42840:42852 Strand Fiord Ellesmere Island -0.450676431675374467 +62338 gsa_html_7782714579 gsa_html_7782714579:741:59866:59876 Deer Creek Sierra Nevada (Spain) -0.0016763787815964029 +62339 cspg_html_7115701337 cspg_html_7115701337:583:63172:63193 Shaftesbury Canada -0.4597965726108596 +62340 geology_html_9283835773 geology_html_9283835773:357:23898:23904 Laguna Colombia -0.0473711120814198014 +62341 aapg_ac_791.html aapg_ac_791.html:22:2640:2693 Barnett Texas -0.099386347599501268 +62342 sedimentology_html_5315330584 sedimentology_html_5315330584:87:9349:9353 Java Sumatra -0.504597707088455083 +62343 aapg_ac_742.html aapg_ac_742.html:24:3582:3591 Spearfish Black Hills -0.475397368106546647 +62344 cspg_html_5456368738 cspg_html_5456368738:202:28102:28122 Pine Point Great Slave Lake -0.0438854131077835025 +62345 aapg_ae_873.html aapg_ae_873.html:693:81201:81217 Paluxy Hopkins County, Kentucky -0.417728203254524755 +62346 gsa_html_6636494931 gsa_html_6636494931:756:69461:69467 Denver Logan, Utah -0.454143259443463898 +62347 cspg_html_5818285590 cspg_html_5818285590:38:6007:6013 Osprey Queen Charlotte Strait -0.452927573923113447 +62348 cspg_html_9778753186 cspg_html_9778753186:233:34550:34558 Kootenay Victoria, British Columbia -0.429978093202176226 +62349 aapg_aa_734.html aapg_aa_734.html:256:27450:27458 Caballos Texas -0.471754879498828661 +62350 geology_html_6255115604 geology_html_6255115604:9:322:330 Toroweap Grand Canyon -0.457786563407215019 +62351 cspg_html_4626597050 cspg_html_4626597050:305:37736:37756 Phosphoria Boise, Idaho -0.217303718542182583 +62352 aapg_aa_645.html aapg_aa_645.html:16:2514:2522 Kootenai Boise, Idaho 0.0632195999825383576 +62353 cspg_html_7970836465 cspg_html_7970836465:38:4471:4489 Romaine Anticosti Island 0.794351728871972362 +62354 aapg_ai_80.html aapg_ai_80.html:447:45115:45123 Richmond Richmond, California -0.467980749597819323 +62355 jgeology_html_8494933343 jgeology_html_8494933343:287:19569:19587 Green River Logan, Utah -0.443848978138650319 +62356 aapg_ae_223.html aapg_ae_223.html:483:60201:60228 Sundance Wasatch Range -0.597400895195040027 +62357 aapg_ah_157.html aapg_ah_157.html:278:39956:39968 Borden Rockford, Illinois -0.456778715576978744 +62358 gsa_html_1361916335 gsa_html_1361916335:773:70759:70775 Navajo Logan, Utah -0.494907350500968457 +62359 aapg_ai_29.html aapg_ai_29.html:136:17707:17715 Oakville Nueces County, Texas -0.0231533782740243055 +62360 aapg_ah_387.html aapg_ah_387.html:673:69965:69985 Panoche San Benito County, California -0.449319433531474521 +62361 aapg_ac_302.html aapg_ac_302.html:107:11334:11350 Eureka Quartzite Piute, California -0.430000081582776583 +62362 AMJC_html_4670647492 AMJC_html_4670647492:1024:71576:71602 Monterey California 0.0259472564108895534 +62363 gsa_html_8152640301 gsa_html_8152640301:700:66109:66115 Oregon Anchorage, Alaska -0.461456070409902219 +62364 aapg_aa_360.html aapg_aa_360.html:41:3952:3962 San Marcos Luling, Louisiana -0.513236419036821268 +62365 cspg_html_2803424832 cspg_html_2803424832:69:9898:9910 Devon Island Melville Island (Canada) -0.494971205064895448 +62366 aapg_ad_599.html aapg_ad_599.html:184:22239:22277 Beekmantown Mifflin County, Pennsylvania 0.0254047831266601826 +62367 cspg_html_3854139935 cspg_html_3854139935:190:24869:24887 Foremost Lacombe, Alberta -0.468317764612058318 +62368 cspg_html_9058948031 cspg_html_9058948031:203:26991:26999 Scollard Edmonton, London -0.436805862873274886 +62369 cspg_html_5688447798 cspg_html_5688447798:21:5197:5224 Strathcona Fiord Ellesmere Island 0.333401559686305193 +62370 gsa_html_8136022028 gsa_html_8136022028:74:5817:5845 Green River Iran 0.00528108597483065503 +62371 aapg_ah_99.html aapg_ah_99.html:5:694:703 San Diego California -0.476130470160059438 +62372 aapg_ac_333.html aapg_ac_333.html:116:14415:14434 Moenkopi Coconino County, Arizona -0.131207828947010746 +62373 aapg_ai_49.html aapg_ai_49.html:93:9119:9123 Rico New Mexico -0.05853057202324604 +62374 gsa_html_8840132442 gsa_html_8840132442:152:20086:20100 Kootenay Gladstone, Oregon -0.478349729395822987 +62375 aapg_ae_350.html aapg_ae_350.html:14:2435:2445 Tuscaloosa Alabama -0.438839061514967266 +62376 jgeology_html_4019122920 jgeology_html_4019122920:699:33902:33906 Bern Switzerland -0.0088338543289246535 +62377 geology_html_2243318898 geology_html_2243318898:13:540:548 Colorado Denver -0.493432945605813467 +62378 cspg_html_3554431164 cspg_html_3554431164:106:18412:18417 Nisku Rocky Mountains 0.0077862400260468867 +62379 cspg_html_3404912985 cspg_html_3404912985:53:9974:9987 Turner Valley Calgary -0.00946799468152085232 +62380 aapg_ai_288.html aapg_ai_288.html:65:11726:11744 San Onofre Breccia Santa Monica Mountains -0.0239565449099976777 +62381 aapg_ai_898.html aapg_ai_898.html:271:30920:30926 Denver Colorado -0.470567831774721834 +62382 gsa_html_7464626519 gsa_html_7464626519:139:16782:16790 Colorado Blue Ridge Mountains -0.498319708491524405 +62383 aapg_ah_318.html aapg_ah_318.html:1092:111806:111829 Cotton Valley Texas -0.0177825001131117176 +62384 aapg_af_97.html aapg_af_97.html:114:14709:14716 Madison Richmond, California -0.494609426466897539 +62385 aapg_ac_681.html aapg_ac_681.html:90:7271:7286 Yegua Liberty County, Florida -0.468255854243320946 +62386 cspg_html_2929384614 cspg_html_2929384614:672:65394:65402 Columbia Lacombe, Alberta -0.0149690067830474411 +62387 cspg_html_3187844923 cspg_html_3187844923:24:4281:4310 Sustut Victoria, British Columbia -0.0583700268296453301 +62388 aapg_ad_194.html aapg_ad_194.html:496:59347:59352 Nopah California -0.463526807661379381 +62389 cspg_html_3328007773 cspg_html_3328007773:9:796:822 Fish Scales Colorado -0.0582723056187257615 +62390 cspg_html_9860060507 cspg_html_9860060507:335:42612:42626 Lisburne Prudhoe Bay Oil Field -0.0363699519026964915 +62391 cspg_html_9361096527 cspg_html_9361096527:750:70180:70186 Denver Colorado -0.434606918343987458 +62392 aapg_ac_807.html aapg_ac_807.html:1358:111836:111844 Virginia Delaware -0.0197377379215514133 +62393 aapg_af_808.html aapg_af_808.html:309:40414:40430 Pierre Trinidad and Tobago -0.482688821665931855 +62394 cspg_html_9542530836 cspg_html_9542530836:54:7404:7420 Yeoman Regina, Saskatchewan 0.00854719127328702234 +62395 geology_html_3931488491 geology_html_3931488491:213:16060:16071 San Antonio Texas -0.45417711448712661 +62396 gsa_html_7298317037 gsa_html_7298317037:542:50532:50557 Monterey California -0.458534686411798065 +62397 AMJC_html_8804784209 AMJC_html_8804784209:419:40038:40059 Waits River Bennington, Vermont 0.343567383894467504 +62398 aapg_ah_779.html aapg_ah_779.html:341:64187:64195 Traverse Michigan 0.0165399327584268979 +62399 cspg_html_4343998218 cspg_html_4343998218:177:21047:21071 Thumb Mountain Little Cornwallis Island -0.456608964648804683 +62400 gsa_html_6248204290 gsa_html_6248204290:54:3967:3995 Green River Colorado 0.0173740960694227231 +62401 aapg_ad_432.html aapg_ad_432.html:12:1099:1109 Cumberland Pennsylvania -0.0365787810685492543 +62402 cspg_html_2462765529 cspg_html_2462765529:24:3382:3390 Columbia Victoria, British Columbia -0.00500312776260552431 +62403 palaios_html_1262064602 palaios_html_1262064602:1015:100658:100674 Chinle Albuquerque, New Mexico -0.0122896166911195832 +62404 sedimentology_html_8006979411 sedimentology_html_8006979411:153:13870:13878 Columbia Victoria, British Columbia -0.442762791672519862 +62405 aapg_ai_615.html aapg_ai_615.html:373:34210:34239 Brushy Canyon Texas -0.0724287988596579169 +62406 jgeology_html_4599466962 jgeology_html_4599466962:207:15619:15627 Onondaga Onondaga (tribe) -0.458720680358492616 +62407 aapg_aa_698.html aapg_aa_698.html:555:50900:50943 Prairie Regina, Saskatchewan 0.0682671278595744085 +62408 aapg_aa_232.html aapg_aa_232.html:543:60515:60520 Basal Colorado -0.508674901751657416 +62409 palaios_html_4940783464 palaios_html_4940783464:66:7380:7398 Yakataga Anchorage, Alaska -0.0300077841382245594 +62410 aapg_ae_113.html aapg_ae_113.html:412:56148:56170 Eureka Sound Bathurst Island (Northern Territory) -0.0683789965749633799 +62411 geology_html_9763603202 geology_html_9763603202:204:18704:18708 Bond North Atlantic Current -0.0293555813701503708 +62412 cspg_html_9912281240 cspg_html_9912281240:216:26452:26474 Belly River Canada -0.0263019613963844621 +62413 aapg_ad_883.html aapg_ad_883.html:288:27117:27138 Mount Simon Michigan -0.00936896389642591365 +62414 jgeology_html_5764582297 jgeology_html_5764582297:539:37802:37825 Hassel Ellesmere Island -0.0313696934317686249 +62415 gsa_html_4144293017 gsa_html_4144293017:190:17246:17254 Colorado Denver 0.0111393955416452146 +62416 gsa_html_5587803184 gsa_html_5587803184:75:8365:8387 Hawthorn Northern Highland -0.456355529459316345 +62417 geology_html_5412269979 geology_html_5412269979:384:26678:26686 Colorado Cheyenne, Wyoming -0.466759861116235797 +62418 cspg_html_1019614994 cspg_html_1019614994:344:54545:54559 Banff Lacombe, Alberta -0.025689926843247262 +62419 aapg_ai_356.html aapg_ai_356.html:358:36209:36219 Georgetown Austin, Chicago -0.0155250750483416668 +62420 aapg_ad_958.html aapg_ad_958.html:511:50674:50692 Gilmore City Iowa -0.19397681470961517 +62421 gsa_html_5851281923 gsa_html_5851281923:139:15038:15057 Chumstick Western world -0.0167658489119699126 +62422 aapg_ae_777.html aapg_ae_777.html:525:61779:61803 Espiritu Santo Colorado -0.0225014864703161413 +62423 jgeology_html_1263059090 jgeology_html_1263059090:856:55461:55478 Black River Middle Ordovician -0.464569693827358687 +62424 aapg_ae_471.html aapg_ae_471.html:95:9774:9819 Smackover Macedonia (region) -0.444036457876645585 +62425 aapg_ac_574.html aapg_ac_574.html:88:10755:10778 Newark Canyon Logan, Utah -0.483047901936257684 +62426 aapg_aa_934.html aapg_aa_934.html:64:9308:9312 Word El Capitan -0.457899875343460883 +62427 aapg_af_839.html aapg_af_839.html:24:3360:3372 Grand Rapids Kalamazoo, Michigan -0.048386967383413422 +62428 cspg_html_2182541128 cspg_html_2182541128:171:26771:26789 Kootenay Victoria, British Columbia -0.437960495533138761 +62429 aapg_ai_156.html aapg_ai_156.html:249:22108:22121 Kanwaka Topeka, Kansas -0.0363020833297297701 +62430 aapg_ad_192.html aapg_ad_192.html:100:13327:13337 Tuscaloosa Shreveport, Louisiana -0.260355924752106171 +62431 aapg_ae_959.html aapg_ae_959.html:2060:147274:147287 Brushy Canyon Guadalupe Mountains National Park -0.0214063649157180402 +62432 cspg_html_9046359229 cspg_html_9046359229:490:73473:73481 Columbia Victoria, British Columbia -0.0467578283362129754 +62433 gsa_html_8398449001 gsa_html_8398449001:585:45713:45722 Bear Lake Bear Lake, Michigan -0.449541717141150321 +62434 aapg_af_143.html aapg_af_143.html:1017:106044:106066 Otter Knoxville, Illinois -0.532299676395202925 +62435 aapg_ad_944.html aapg_ad_944.html:152:14988:14995 Rierdon Williston, Vermont -0.440514182187833891 +62436 aapg_aa_23.html aapg_aa_23.html:329:39493:39511 Winnipeg Lake Winnipeg -0.159483304641153706 +62437 aapg_ak_76.html aapg_ak_76.html:314:49071:49084 San Sebastian Puerto Rico -0.0741818792747687555 +62438 aapg_ad_306.html aapg_ad_306.html:137:18305:18324 El Tambor Bay Islands Department 0.0252639519729088609 +62439 aapg_ai_751.html aapg_ai_751.html:135:13573:13583 Washington Lycoming County, Pennsylvania -0.124618533659825809 +62440 geology_html_8888515160 geology_html_8888515160:198:21934:21941 Madison Salem, Oregon -0.458659434193013582 +62441 aapg_ad_36.html aapg_ad_36.html:271:28782:28790 Nacatoch Goodland, Kansas 0.00362377418173365218 +62442 geology_html_7129477281 geology_html_7129477281:277:27734:27746 Pierre Iowa -0.446052041434467972 +62443 aapg_aa_298.html aapg_aa_298.html:759:97222:97239 Paradox Logan, Utah -0.0598325325820526291 +62444 cspg_html_4176605708 cspg_html_4176605708:756:70828:70837 Mackenzie Lacombe, Alberta -0.0286877600181881381 +62445 aapg_af_129.html aapg_af_129.html:388:40561:40579 Fountain Cheyenne, Wyoming -0.490251895380975244 +62446 palaios_html_2449649505 palaios_html_2449649505:784:78694:78719 Chinle New Mexico 0.921213210906844493 +62447 aapg_ah_49.html aapg_ah_49.html:63:7732:7739 Castaic Saugus, Massachusetts 0.938828232431962562 +62448 gsa_html_6652746762 gsa_html_6652746762:958:79773:79801 Green River Iran -0.0206137481511775786 +62449 aapg_ac_984.html aapg_ac_984.html:294:25601:25609 Shakopee Missouri River -0.443982888348864235 +62450 aapg_aa_39.html aapg_aa_39.html:112:13401:13424 Honaker Hermosa, Chicago -0.4364582012241503 +62451 aapg_ah_537.html aapg_ah_537.html:3:180:207 Green River Logan, Utah -0.455957418074169007 +62452 cspg_html_9136481292 cspg_html_9136481292:445:53288:53307 Moosebar Victoria, British Columbia -0.433376961451207021 +62453 jgeology_html_1380249798 jgeology_html_1380249798:361:20027:20054 Yorktown Virginia -0.465666387088394251 +62454 aapg_ac_526.html aapg_ac_526.html:359:31867:31876 Englewood Colorado -0.514475200308338154 +62455 jgeology_html_7023488312 jgeology_html_7023488312:496:37717:37721 Rome Alabama -0.43347626990885002 +62456 aapg_ac_407.html aapg_ac_407.html:249:22124:22130 Casper Cheyenne, Wyoming -0.0378335861423178335 +62457 aapg_ah_97.html aapg_ah_97.html:141:17544:17549 Yukon New Mexico -0.500366664778552739 +62458 cspg_html_3479964618 cspg_html_3479964618:245:27780:27799 Allen Bay Devon Island 1.15334566561595619 +62459 gsa_html_7173708345 gsa_html_7173708345:788:62011:62032 Forest Manley Hot Springs, Alaska -0.466718659783226908 +62460 cspg_html_4392308496 cspg_html_4392308496:204:30674:30691 Clifton New Brunswick, New Jersey -0.470262127852539125 +62461 gsa_html_2319686419 gsa_html_2319686419:29:2796:2824 Green River Colorado -0.0776846107248217038 +62462 aapg_aa_95.html aapg_aa_95.html:118:10977:10983 Dakota Colorado 0.707926513337660324 +62463 aapg_af_602.html aapg_af_602.html:600:76565:76583 Caballos Texas -0.469093158774920749 +62464 aapg_ae_71.html aapg_ae_71.html:192:17671:17676 Supai Hermosa, Chicago -0.434861059774681702 +62465 gsa_html_2561127673 gsa_html_2561127673:486:44438:44459 Quinn River Victoria, British Columbia -0.414176548606843775 +62466 cspg_html_1818321956 cspg_html_1818321956:501:51366:51399 Liard Liard River, British Columbia 0.346421953053846599 +62467 aapg_ah_416.html aapg_ah_416.html:218:18909:18924 Eagle Lacombe, Alberta -0.00475991516942670528 +62468 aapg_aa_838.html aapg_aa_838.html:66:6861:6868 Paradox Colorado -0.435668138774596203 +62469 aapg_ae_974.html aapg_ae_974.html:116:11391:11404 Cook Mountain Zapata, Texas -0.0349935236591723681 +62470 aapg_aa_44.html aapg_aa_44.html:123:14454:14462 Colorado Uncompahgre Plateau -0.485266333037401854 +62471 aapg_ae_296.html aapg_ae_296.html:42:4853:4868 Queen Guadalupe Mountains National Park -0.435679199475508039 +62472 aapg_af_858.html aapg_af_858.html:116:11285:11291 Guelph Springfield, Illinois -0.450586501765938174 +62473 cspg_html_1025724640 cspg_html_1025724640:186:26393:26404 Beauharnois Quebec City -0.0666977065523781804 +62474 gsa_html_9506242690 gsa_html_9506242690:16:837:850 Santa Barbara California -0.00291152111123597944 +62475 palaios_html_7839625833 palaios_html_7839625833:56:6032:6038 Sierra Spain -0.476093453364925034 +62476 aapg_ae_268.html aapg_ae_268.html:318:30785:30801 Menard Randolph County, Indiana -0.0513063366802281665 +62477 aapg_ae_960.html aapg_ae_960.html:32:4614:4621 Madison Lacombe, Alberta -0.0146249457170983255 +62478 aapg_aa_48.html aapg_aa_48.html:3:372:387 Heath Montana 0.441170390425630166 +62479 cspg_html_7779401416 cspg_html_7779401416:6:379:387 Reynales Irondequoit, New York -0.033773852470743819 +62480 cspg_html_7225688145 cspg_html_7225688145:969:96211:96215 Java Sumatra -0.008957206898973313 +62481 gsa_html_4432793908 gsa_html_4432793908:891:95926:95953 Sheep Pass Reno, Nevada -0.202365510459311115 +62482 cspg_html_5198658336 cspg_html_5198658336:355:39350:39372 Porcupine Calgary -0.0185419788860923702 +62483 cspg_html_9717154602 cspg_html_9717154602:223:34263:34270 Bearpaw Manitoba 0.0128838563321653186 +62484 aapg_af_664.html aapg_af_664.html:466:52715:52728 Brushy Canyon San Angelo, Texas -0.0317923859746223822 +62485 sedimentology_html_2442491538 sedimentology_html_2442491538:854:83116:83122 Navajo Logan, Utah -0.487560856421757394 +62486 aapg_ad_272.html aapg_ad_272.html:233:31081:31086 Logan Caribbean -0.451351189275800146 +62487 sedimentology_html_8941825370 sedimentology_html_8941825370:991:57539:57543 Hall London, Ontario -0.511097163563986379 +62488 cspg_html_8112136092 cspg_html_8112136092:100:13043:13063 Sans Sault Sault Ste. Marie, Ontario -0.462193603410137988 +62489 palaios_html_5398833984 palaios_html_5398833984:950:99699:99725 Horseshoe Canyon Drumheller -0.43911211811260753 +62490 aapg_af_18.html aapg_af_18.html:190:22440:22450 Lakota Black Hills 0.17207771903150576 +62491 aapg_ai_49.html aapg_ai_49.html:291:35609:35616 Entrada Cheyenne, Wyoming -0.030239106807757675 +62492 aapg_ah_528.html aapg_ah_528.html:146:14351:14358 Thaynes Great Basin -0.430461955487671633 +62493 aapg_ad_192.html aapg_ad_192.html:271:31729:31753 Tuscaloosa Tuscaloosa, Alabama -0.0118326507856826232 +62494 jgeology_html_1786960036 jgeology_html_1786960036:867:46581:46599 Provo Carpathian Ruthenia -0.0243616205908490056 +62495 AMJC_html_6341723617 AMJC_html_6341723617:761:66806:66812 Curtis Rocky Mountains -0.0137248477945169315 +62496 cspg_html_7799850124 cspg_html_7799850124:952:97861:97891 Sassenach Lacombe, Alberta -0.0143364940209374722 +62497 aapg_ae_113.html aapg_ae_113.html:195:24238:24259 Stuart Wales Island (British Columbia) -0.495226671711669675 +62498 aapg_ae_461.html aapg_ae_461.html:72:10906:10913 Rodessa Caddo Parish, Louisiana -0.0227153041530863478 +62499 aapg_ai_17.html aapg_ai_17.html:1273:87772:87787 Tampa Melbourne, Florida -0.461001107058420345 +62500 gsa_html_1338947136 gsa_html_1338947136:11:472:480 Colorado Denver -0.469028899015838996 +62501 aapg_ae_370.html aapg_ae_370.html:138:11937:11947 Washington Salem, Oregon -0.455347020329573748 +62502 aapg_af_69.html aapg_af_69.html:212:16049:16056 Venango Warren County, Ohio -0.462193603410137988 +62503 aapg_ai_975.html aapg_ai_975.html:395:35003:35018 Sligo Mexico -0.444844842741709823 +62504 aapg_ah_533.html aapg_ah_533.html:320:36597:36617 Knoxville Southern California -0.455279223830003521 +62505 palaios_html_3312501193 palaios_html_3312501193:47:5499:5517 Dinwoody San Rafael Swell -0.0766445614586704072 +62506 cspg_html_5954266359 cspg_html_5954266359:104:18040:18060 Escuminac Hartford, Connecticut -0.0706011131815249549 +62507 aapg_ae_983.html aapg_ae_983.html:503:37926:37933 Bedford Ohio -0.0396629967137020131 +62508 aapg_ad_149.html aapg_ad_149.html:117:11789:11801 Granite Wash Swan Hill, Victoria -0.459996458565647859 +62509 cspg_html_2420029771 cspg_html_2420029771:79:9163:9180 Beekmantown Montreal -0.00725462371312822398 +62510 aapg_af_298.html aapg_af_298.html:190:19345:19350 Salem Pauley Pavilion -0.447242908821281704 +62511 cspg_html_4382149016 cspg_html_4382149016:282:41876:41897 Lawrence Quebec City -0.465616092314337648 +62512 geology_html_7747769822 geology_html_7747769822:129:12198:12204 Oregon Washington (state) -0.464569693827358687 +62513 aapg_ae_75.html aapg_ae_75.html:146:19423:19426 Abo Sacramento, California -0.446029671493266278 +62514 aapg_ac_920.html aapg_ac_920.html:88:14254:14258 Elko Reno, Nevada -0.244991775701945025 +62515 gsa_html_1458852314 gsa_html_1458852314:29:2796:2824 Green River Colorado -0.00850549498541811055 +62516 palaios_html_4648069609 palaios_html_4648069609:848:77215:77219 Bell Sumida River -0.00153219252139514682 +62517 gsa_html_1636483297 gsa_html_1636483297:843:74674:74693 Rock Springs Cheyenne, Wyoming -0.0574103284604600139 +62518 cspg_html_3521815736 cspg_html_3521815736:284:39549:39566 Halfway Western world -0.0218270224173490179 +62519 palaios_html_2048556014 palaios_html_2048556014:781:73078:73088 Tuscaloosa Alabama -0.0152331376513424877 +62520 gsa_html_1217771406 gsa_html_1217771406:12:596:602 Denver Colorado -0.47596853330555533 +62521 aapg_af_810.html aapg_af_810.html:180:12531:12544 Turner Valley Sioux City, Iowa 0.684358575325669571 +62522 palaios_html_8113714689 palaios_html_8113714689:250:28251:28259 Munising Munising, Michigan -0.46687889797168336 +62523 geology_html_3837862421 geology_html_3837862421:275:18098:18104 Thrifty London, Ontario -0.00871745152629535731 +62524 aapg_ad_52.html aapg_ad_52.html:1018:109505:109512 Waverly Ohio -0.13807935155176182 +62525 sedimentology_html_6797369774 sedimentology_html_6797369774:592:36005:36011 Denver Nishinomiya Shrine -0.0245041819254211805 +62526 cspg_html_8568877195 cspg_html_8568877195:122:21758:21770 Medicine Hat Regina, Saskatchewan -0.489483165548852517 +62527 cspg_html_6472484014 cspg_html_6472484014:552:55993:56014 La Vieille Quebec City -0.0582827756779698836 +62528 aapg_ad_958.html aapg_ad_958.html:1021:106530:106545 Salem Comanche County, Oklahoma -0.484114368303559472 +62529 palaios_html_9128271317 palaios_html_9128271317:487:48688:48694 Madrid Palacio de Deportes de la Comunidad de Madrid -0.477204643263094197 +62530 aapg_ae_546.html aapg_ae_546.html:3:380:389 Smackover East Texas 0.329668337624955177 +62531 aapg_ad_44.html aapg_ad_44.html:233:22916:22937 Wissahickon Wissahickon Formation -0.0252604746773001342 +62532 gsa_html_2832151886 gsa_html_2832151886:646:56690:56701 Shaftesbury Lacombe, Alberta -0.0250466225487357037 +62533 gsa_html_6281775990 gsa_html_6281775990:943:87201:87207 Abbott California -0.0366936389096963397 +62534 aapg_ah_871.html aapg_ah_871.html:365:40001:40008 Pamelia Black River, Jamaica 0.01526267877796662 +62535 aapg_ah_505.html aapg_ah_505.html:1420:113190:113197 Manitou Colorado Springs, Colorado -0.0138430056451466221 +62536 sedimentology_html_3907918417 sedimentology_html_3907918417:1352:116786:116806 Bloomsburg Pennsylvania -0.482280957733571936 +62537 geology_html_5777537211 geology_html_5777537211:334:27163:27169 Taylor Earth 0.00932900417506294689 +62538 geology_html_6245725563 geology_html_6245725563:260:24850:24879 Dunvegan Canada -0.452927573923113447 +62539 gsa_html_3795828595 gsa_html_3795828595:16:872:883 Black River Cincinnati -0.458822766590828601 +62540 aapg_ah_283.html aapg_ah_283.html:482:55685:55695 Washington Salem, Oregon -0.387260666940380693 +62541 cspg_html_4812473779 cspg_html_4812473779:1024:120679:120687 Montreal Montreal -0.0360984802655648293 +62542 gsa_html_1817109082 gsa_html_1817109082:554:47007:47029 Tejon California -0.489955605215405154 +62543 aapg_ac_749.html aapg_ac_749.html:92:12449:12455 Guelph Manitoulin Island -0.0213629091377398328 +62544 aapg_ac_841.html aapg_ac_841.html:1407:146253:146266 Santa Barbara Comayagua -0.0236314487961183893 +62545 aapg_ah_764.html aapg_ah_764.html:517:49698:49710 Marble Falls Texas -0.0126805624942423392 +62546 aapg_ac_807.html aapg_ac_807.html:252:25046:25064 Kirkwood Delaware Bay 0.307429265212747271 +62547 aapg_ad_306.html aapg_ad_306.html:283:35216:35220 Omoa Honduras -0.536880125125266283 +62548 AMJC_html_1873062106 AMJC_html_1873062106:130:19335:19343 Colorado New Mexico -0.472770666406185036 +62549 cspg_html_9868683298 cspg_html_9868683298:9:549:557 Columbia Victoria, British Columbia -0.0120637391733475121 +62550 gsa_html_4904229335 gsa_html_4904229335:83:8206:8234 Green River Colorado -0.0062678467546358578 +62551 aapg_ac_214.html aapg_ac_214.html:94:10955:10978 Carmel Entrada Sandstone -0.00436035322610329925 +62552 cspg_html_7117661916 cspg_html_7117661916:170:16832:16848 Debolt Lacombe, Alberta -0.485207879698670519 +62553 sedimentology_html_1831649145 sedimentology_html_1831649145:2264:136199:136219 Enrage Canada -0.463253167093327645 +62554 aapg_ai_584.html aapg_ai_584.html:765:80856:80862 Casper Laramie, Wyoming -0.479586916180102352 +62555 cspg_html_9613527162 cspg_html_9613527162:374:39133:39138 Banff Lacombe, Alberta -0.458031335089754243 +62556 aapg_aa_598.html aapg_aa_598.html:26:4245:4252 Thaynes Cheyenne, Wyoming 0.351392378485139101 +62557 palaios_html_2847312584 palaios_html_2847312584:430:49490:49502 Galena Middle Ordovician -0.0832721847378371238 +62558 aapg_ai_81.html aapg_ai_81.html:192:18546:18569 Conemaugh Pennsylvania -0.030413036449144077 +62559 aapg_ai_720.html aapg_ai_720.html:218:24880:24893 Matawan Fire Island (Anchorage, Alaska) -0.455658949817136283 +62560 aapg_aa_465.html aapg_aa_465.html:167:28907:28918 San Antonio Texas -0.0274826364360333635 +62561 aapg_ae_370.html aapg_ae_370.html:622:61503:61519 Keasey Cowlitz River -0.0482388499511915356 +62562 aapg_ah_686.html aapg_ah_686.html:511:74495:74513 Kekiktuk North Slope Borough, Alaska -0.0685870084886600756 +62563 cspg_html_9119878068 cspg_html_9119878068:205:26389:26408 Waterways Swan Hill, Victoria -0.44645479356367046 +62564 aapg_ac_289.html aapg_ac_289.html:129:10290:10314 Cotton Valley Saratoga, California -0.0209266190161632587 +62565 AMJC_html_8402437205 AMJC_html_8402437205:1014:88990:88999 Wenatchee Washington (state) -0.0356704046759730303 +62566 gsa_html_9866042258 gsa_html_9866042258:288:25246:25254 Colorado Denver -0.426766665462260386 +62567 aapg_aa_463.html aapg_aa_463.html:259:49844:49853 Smackover County Sligo -0.0572271292989487909 +62568 aapg_ae_388.html aapg_ae_388.html:1415:86660:86668 Woodbine Tuscaloosa, Alabama -0.00652496303282925402 +62569 cspg_html_3618628685 cspg_html_3618628685:108:14515:14532 Pakowki Deadhorse, Alaska -0.039213880157219938 +62570 aapg_ai_226.html aapg_ai_226.html:16:1672:1680 Colorado Denver -0.507456832997254637 +62571 aapg_ad_567.html aapg_ad_567.html:122:22517:22528 Mowry Black Hills -0.479719327950920094 +62572 aapg_ae_454.html aapg_ae_454.html:185:15328:15347 Cotton Valley Alabama -0.435659290307845004 +62573 aapg_ah_531.html aapg_ah_531.html:110:12664:12668 Hall Whitefield, Bangalore -0.0543315025159756756 +62574 aapg_ai_887.html aapg_ai_887.html:327:38513:38523 Washington California -0.447153316157111791 +62575 palaios_html_2994452429 palaios_html_2994452429:955:100427:100444 Montney Pangaea -0.45421548506785292 +62576 aapg_ai_82.html aapg_ai_82.html:322:35779:35789 Greenbrier Greenbrier (Great Smoky Mountains) -0.010750205891597751 +62577 cspg_html_8581304260 cspg_html_8581304260:359:38438:38446 Columbia Victoria, British Columbia -0.0316827975818438426 +62578 aapg_ah_430.html aapg_ah_430.html:11:1632:1640 Sundance Loveland, Ohio -0.0293207981584643999 +62579 aapg_ac_333.html aapg_ac_333.html:93:12826:12842 Cutler Ouray, Colorado -0.0519077812744832348 +62580 aapg_ah_531.html aapg_ah_531.html:69:8018:8022 Hall Norwood, Massachusetts -0.0147795988543257695 +62581 cspg_html_4626597050 cspg_html_4626597050:128:16043:16050 Wasatch Cheyenne, Wyoming 0.355280217833085998 +62582 geology_html_5323396367 geology_html_5323396367:136:14449:14459 Washington Salem, Oregon -0.494566874481706664 +62583 AMJC_html_5969956211 AMJC_html_5969956211:269:39866:39871 Libby Whitefish (fisheries term) -0.456518443898076276 +62584 gsa_html_9194968822 gsa_html_9194968822:765:56536:56564 Green River Colorado -0.008957206898973313 +62585 aapg_ae_185.html aapg_ae_185.html:172:14190:14205 Tokio East Texas -0.494798572382738111 +62586 aapg_ai_654.html aapg_ai_654.html:93:15752:15765 Madison Regina, Saskatchewan -0.473676885959420813 +62587 aapg_ai_583.html aapg_ai_583.html:578:75828:75833 Swift Logan, Utah -0.0140376196944260508 +62588 geology_html_2861469472 geology_html_2861469472:208:19181:19185 Bell Reno, Nevada -0.446231020576565107 +62589 aapg_ai_105.html aapg_ai_105.html:391:48555:48575 Manning Canyon Oquirrh Mountain Utah Temple -0.057787211363986013 +62590 jgeology_html_6836496379 jgeology_html_6836496379:188:13626:13632 Oregon Santa Ynez Valley -0.0606703967793152318 +62591 aapg_ai_49.html aapg_ai_49.html:566:74295:74299 Yeso New Mexico -0.467870731747513147 +62592 aapg_ah_318.html aapg_ah_318.html:2125:189433:189449 Olvido Matamoros, Tamaulipas -0.450676431675374467 +62593 gsa_html_4423935950 gsa_html_4423935950:58:3907:3935 Green River Colorado -0.00143491027354907159 +62594 aapg_ac_557.html aapg_ac_557.html:19:2484:2500 Holder Sacramento Mountains (California) -0.0850134419051098988 +62595 aapg_ac_246.html aapg_ac_246.html:55:6742:6761 Newcastle Powder River (Montana) -0.426641763905032778 +62596 cspg_html_3068776384 cspg_html_3068776384:553:60645:60653 Dunvegan Lacombe, Alberta -0.0133078241167712726 +62597 gsa_html_9326716020 gsa_html_9326716020:58:3872:3900 Green River New Mexico 0.00724767451713446368 +62598 gsa_html_5158209975 gsa_html_5158209975:890:75451:75459 Colorado Shreveport, Louisiana -0.0606703967793152318 +62599 aapg_ae_845.html aapg_ae_845.html:110:12237:12243 Lakota North Park (Pittsburgh) -0.065846766251426464 +62600 geology_html_9941904394 geology_html_9941904394:12:563:571 Montreal Montreal -0.471432653520514666 +62601 aapg_ae_181.html aapg_ae_181.html:95:13315:13325 Mooreville Arcola, Virginia -0.0310096337279850039 +62602 cspg_html_6306091047 cspg_html_6306091047:312:44113:44121 Columbia Victoria, British Columbia -0.455432903203822237 +62603 aapg_ai_334.html aapg_ai_334.html:138:15078:15093 Sepur Guatemala 0.669068308830308989 +62604 cspg_html_8316122266 cspg_html_8316122266:351:32460:32468 Columbia Victoria, British Columbia -0.455482628602140449 +62605 aapg_ac_380.html aapg_ac_380.html:455:53784:53792 Onondaga Pennsylvania -0.461526610478465105 +62606 palaios_html_9119298597 palaios_html_9119298597:683:60416:60443 Purisima California -0.00614971261944179635 +62607 geology_html_4632030088 geology_html_4632030088:197:19628:19634 Oliver Great Britain -0.051480663363561531 +62608 gsa_html_1326487457 gsa_html_1326487457:247:21192:21197 Heath Tumbes (city) -0.47596853330555533 +62609 aapg_ai_491.html aapg_ai_491.html:1023:84212:84220 Colorado Denver -0.470188590895520009 +62610 aapg_ad_34.html aapg_ad_34.html:16:2913:2923 Fort Worth Red River of the North -0.444844842741709823 +62611 aapg_ad_105.html aapg_ad_105.html:387:35225:35235 Georgetown Essequibo River -0.469230874046953295 +62612 AMJC_html_8308027091 AMJC_html_8308027091:925:69987:69993 Provo Algeria -0.00243726702917233546 +62613 aapg_ae_47.html aapg_ae_47.html:72:5783:5792 Schoharie Sallisaw, Oklahoma -0.422036189718657861 +62614 gsa_html_4108535696 gsa_html_4108535696:751:65102:65110 Victoria Canada -0.469189557204259144 +62615 aapg_ae_959.html aapg_ae_959.html:1042:77513:77521 Wolfcamp Harpersville, Alabama -0.0196369298300035668 +62616 aapg_af_318.html aapg_af_318.html:205:23260:23267 Cantuar Lloydminster -0.464569693827358687 +62617 jgeology_html_9629010327 jgeology_html_9629010327:212:14905:14922 Mehrten Stanislaus River -0.488837217649543798 +62618 sedimentology_html_7623092448 sedimentology_html_7623092448:3302:184459:184493 Noonday Dolomite California -0.0938743540417672218 +62619 aapg_ae_993.html aapg_ae_993.html:170:17098:17107 Jefferson Logan, Utah -2.08461351353560743e-05 +62620 sedimentology_html_6107009157 sedimentology_html_6107009157:937:47226:47230 Hall London, Ontario -0.0539914339701684301 +62621 cspg_html_6306091047 cspg_html_6306091047:475:65655:65663 Columbia Victoria, British Columbia -0.467130759519596039 +62622 aapg_af_312.html aapg_af_312.html:70:6394:6421 Onondaga Cattaraugus County, New York -0.0137370110791438689 +62623 aapg_ad_157.html aapg_ad_157.html:169:16928:16932 Frio Gulf Coast of the United States -0.142704355157712959 +62624 aapg_ad_918.html aapg_ad_918.html:159:20945:20963 Niobrara Colorado 0.639976486789993526 +62625 aapg_ae_223.html aapg_ae_223.html:481:59817:59822 Uinta Colorado -0.0578709660660540678 +62626 aapg_ai_326.html aapg_ai_326.html:230:27802:27811 Port Ewen New Scotland, New York -0.0293555813701503708 +62627 cspg_html_8289943866 cspg_html_8289943866:260:35142:35156 Nonesuch Michigan -0.0312131444176052264 +62628 aapg_ad_2.html aapg_ad_2.html:1474:200111:200137 Jacksonburg Black River, Jamaica 0.0215714978510087967 +62629 aapg_ad_167.html aapg_ad_167.html:33:4692:4701 Hermitage Kentucky -0.017787713832192225 +62630 aapg_ai_584.html aapg_ai_584.html:836:88727:88745 Converse Cheyenne, Wyoming -0.489889776983278402 +62631 sedimentology_html_1275942184 sedimentology_html_1275942184:230:9931:9941 Washington Salem, Oregon -0.484266161538602968 +62632 aapg_ai_105.html aapg_ai_105.html:159:18887:18901 Duchesne River Pine Valley, Pennsylvania -0.459860167847925383 +62633 aapg_ae_168.html aapg_ae_168.html:326:35732:35753 Bird Spring Reno, Nevada 0.0303138962556724068 +62634 aapg_ac_22.html aapg_ac_22.html:72:7815:7824 Smackover Mississippi River -0.0300077841382245594 +62635 jgeology_html_3329269187 jgeology_html_3329269187:1358:73547:73553 Provo Oman -0.495818327103384027 +62636 cspg_html_7866293053 cspg_html_7866293053:9:903:920 Gething Lacombe, Alberta -0.454113919430063184 +62637 gsa_html_9052101586 gsa_html_9052101586:286:29930:29944 Dows Iowa -0.489182445167081981 +62638 geology_html_4442818636 geology_html_4442818636:321:25793:25798 Rapid Wingham, Kent -0.459887424332023564 +62639 aapg_ah_972.html aapg_ah_972.html:745:75982:75991 Vicksburg Whitsett, North Carolina -0.00048640987057772464 +62640 aapg_ai_584.html aapg_ai_584.html:863:91926:91934 Tensleep Hartville, Missouri -0.047151578986696932 +62641 cspg_html_4177065182 cspg_html_4177065182:20:1922:1939 Mattson Victoria, British Columbia -0.442542141875480355 +62642 aapg_ac_270.html aapg_ac_270.html:71:5819:5845 Theresa Tompkins County, New York -0.471405039658470026 +62643 palaios_html_5793673513 palaios_html_5793673513:139:15655:15679 Waccamaw North Carolina -0.0166302989496245716 +62644 cspg_html_3516764931 cspg_html_3516764931:144:25065:25075 Chancellor Split Rock Creek State Park -0.4804630690816033 +62645 gsa_html_1860930948 gsa_html_1860930948:129:14091:14105 Ogallala Nebraska -0.466988792369548711 +62646 aapg_ac_366.html aapg_ac_366.html:450:44668:44705 Williamsport Huntington, West Virginia -0.113559190864801138 +62647 palaios_html_4830763213 palaios_html_4830763213:573:42593:42627 Ratcliffe Brook New Brunswick, New Jersey -0.0219487021071597919 +62648 aapg_ae_794.html aapg_ae_794.html:214:26737:26757 Owl Creek Selma to Montgomery marches -0.0321524692645064336 +62649 gsa_html_9299329909 gsa_html_9299329909:710:77639:77652 Santa Barbara California -0.0994937104222652496 +62650 gsa_html_5295695236 gsa_html_5295695236:15:627:633 Reston Virginia -0.054289647030115594 +62651 gsa_html_6038465409 gsa_html_6038465409:367:31499:31511 Salina Michigan Basin -0.0158535088155795055 +62652 gsa_html_8086754950 gsa_html_8086754950:80:8941:8963 Green River Wasatch Range -0.054549503916786618 +62653 aapg_af_636.html aapg_af_636.html:222:26164:26170 Pegram Buffalo National River 0.00163989791216455892 +62654 geology_html_5251784697 geology_html_5251784697:12:593:600 El Paso Texas -0.027863464704799671 +62655 aapg_ah_871.html aapg_ah_871.html:419:45762:45769 Pamelia Lake Champlain -0.187485765505892521 +62656 aapg_aa_643.html aapg_aa_643.html:230:25213:25228 Knoxville Belmont, Massachusetts 0.960444825051378182 +62657 aapg_aa_47.html aapg_aa_47.html:429:49684:49691 Minturn Muddy Creek (Utah) -0.452003931056544739 +62658 gsa_html_2989317971 gsa_html_2989317971:1102:110026:110037 Apple Creek Boise, Idaho -0.0203286926879938275 +62659 sedimentology_html_3200584564 sedimentology_html_3200584564:818:66387:66405 Dunvegan Ganges 0.00423874779133452326 +62660 geology_html_3717843204 geology_html_3717843204:127:13210:13240 Gowganda Ontario, California -0.478284785297837578 +62661 aapg_ae_580.html aapg_ae_580.html:136:19888:19893 Yukon Mekong Delta -0.0874607731951062284 +62662 aapg_ac_920.html aapg_ac_920.html:37:5799:5814 Loray Kaibab, Arizona 0.00130635878656701733 +62663 aapg_ah_49.html aapg_ah_49.html:228:24391:24407 Mint Canyon San Gabriel Valley 0.934622572507655569 +62664 palaios_html_8832148578 palaios_html_8832148578:578:57747:57775 Tidal Nassau, Bahamas -0.0556657792209241456 +62665 gsa_html_5952049575 gsa_html_5952049575:887:84733:84741 Colorado Cheyenne, Wyoming -0.0407754352992212923 +62666 aapg_ad_785.html aapg_ad_785.html:710:77188:77196 Fountain Colorado Springs, Colorado -0.498117899111855666 +62667 cspg_html_3926542795 cspg_html_3926542795:1601:157135:157171 Glenwood Michigan Basin -0.0284999414056484393 +62668 cspg_html_7881580279 cspg_html_7881580279:93:13160:13199 Red River Red River of the North 0.583197021371344215 +62669 aapg_af_397.html aapg_af_397.html:180:22171:22178 Entrada Entrada Sandstone 0.330046335865896268 +62670 aapg_ac_807.html aapg_ac_807.html:328:33542:33549 Potomac Raritan River -0.414094356996746848 +62671 cspg_html_9354781888 cspg_html_9354781888:610:50556:50575 Peace River Lacombe, Alberta -0.471543117662309108 +62672 aapg_af_131.html aapg_af_131.html:199:19339:19351 Chinle Santa Rosa, California 0.0230264746483653561 +62673 palaios_html_5559953923 palaios_html_5559953923:551:58551:58569 Manitou Colorado -0.463435584788403632 +62674 aapg_af_545.html aapg_af_545.html:209:26487:26495 Scotland North Sea oil -0.441392939290133568 +62675 cspg_html_1434585715 cspg_html_1434585715:599:58425:58443 Coalspur Lacombe, Alberta -0.4597965726108596 +62676 aapg_ah_42.html aapg_ah_42.html:53:7163:7180 Wingate Chinle Formation -0.0408537810405160198 +62677 aapg_ah_116.html aapg_ah_116.html:216:18509:18516 Venango Bloomington, Indiana -0.48184068160181448 +62678 jgeology_html_8264452242 jgeology_html_8264452242:405:34827:34844 Baraboo Quartzite Wisconsin -0.486513508857715604 +62679 sedimentology_html_6630646481 sedimentology_html_6630646481:150:12628:12636 Columbia Victoria, British Columbia -0.0233046208724774252 +62680 aapg_ai_884.html aapg_ai_884.html:59:6089:6099 Frio Jackson County, Missouri -0.0869010118843198398 +62681 aapg_ae_419.html aapg_ae_419.html:693:70830:70845 Coban Guatemala -0.58161152311382347 +62682 cspg_html_7779401416 cspg_html_7779401416:112:13846:13867 Irondequoit Quebec City -0.488759736831659075 +62683 aapg_ad_942.html aapg_ad_942.html:802:66978:66995 Muskwa Victoria, British Columbia -0.428967178358428958 +62684 sedimentology_html_1275942184 sedimentology_html_1275942184:230:9946:9952 Oregon Washington (state) -0.444945382159606273 +62685 cspg_html_4516258038 cspg_html_4516258038:103:12679:12689 Ibbett Bay Middle Ordovician -0.00494753624494615688 +62686 aapg_ac_235.html aapg_ac_235.html:125:13473:13491 Cloverly Black Hills 1.09364099774401113 +62687 aapg_ad_944.html aapg_ad_944.html:166:15738:15746 Columbia Black Hills -0.448282824521055501 +62688 aapg_aa_598.html aapg_aa_598.html:93:10419:10427 Red Peak John Crow Mountains 0.0169570105045463715 +62689 aapg_af_575.html aapg_af_575.html:965:137898:137908 San Andres Wichita, Kansas -0.416224917949125084 +62690 cspg_html_8152691171 cspg_html_8152691171:35:5889:5920 Missisauga Bridgetown, Nova Scotia -0.480667710196792775 +62691 cspg_html_2268386384 cspg_html_2268386384:29:3942:3953 Peace River CFB Cold Lake -0.447135398674851747 +62692 aapg_af_684.html aapg_af_684.html:33:4097:4101 Tyee Pacific Northwest -0.0303051997851764565 +62693 aapg_ae_552.html aapg_ae_552.html:186:32110:32114 Ross Stroudsburg, Pennsylvania -0.0302251925413498726 +62694 AMJC_html_1873062106 AMJC_html_1873062106:234:33580:33586 Dakota Colorado Plateau 0.0191363732938989103 +62695 aapg_ac_881.html aapg_ac_881.html:451:53270:53293 Fountain Missouri River -0.0093950246056262298 +62696 cspg_html_4623526246 cspg_html_4623526246:50:5286:5294 Bathurst Melville Island (Canada) -0.514635023631565658 +62697 aapg_aa_124.html aapg_aa_124.html:158:17166:17186 Blackstone Lacombe, Alberta -0.138556821535857966 +62698 cspg_html_4364132564 cspg_html_4364132564:47:6546:6569 Watrous Regina, Saskatchewan -0.497593421871512953 +62699 geology_html_7458357361 geology_html_7458357361:15:810:818 Colorado Denver -0.0632684992978399252 +62700 aapg_ah_646.html aapg_ah_646.html:310:36969:36985 Chinle Arizona 0.0202383101655327323 +62701 cspg_html_8121999081 cspg_html_8121999081:113:14154:14160 Denver Vail, Colorado -0.488806694061501346 +62702 cspg_html_9275863663 cspg_html_9275863663:652:90586:90601 Waterways Swan Hill, Victoria -0.485285038948243097 +62703 cspg_html_5976982403 cspg_html_5976982403:6:514:533 Kitchener Victoria, British Columbia -0.124817136584573066 +62704 aapg_ae_658.html aapg_ae_658.html:576:59123:59132 Englewood Colorado -0.455387700672750584 +62705 jgeology_html_1095412310 jgeology_html_1095412310:267:14901:14918 Manlius Jamesville, New York -0.476269297170336003 +62706 cspg_html_4666332434 cspg_html_4666332434:149:25862:25888 Horseshoe Canyon Lacombe, Alberta -0.464432702411418319 +62707 aapg_ae_370.html aapg_ae_370.html:11:1615:1624 Scappoose Cowlitz River -0.109003292117754447 +62708 aapg_aa_399.html aapg_aa_399.html:285:22563:22580 Pelican Mountain Park (Holyoke, Massachusetts) -0.4852429512232731 +62709 aapg_ai_877.html aapg_ai_877.html:217:23406:23440 Onondaga Pennsylvania -0.0594310954775296302 +62710 gsa_html_3826887876 gsa_html_3826887876:903:79527:79555 Green River Colorado -0.00291152111123597944 +62711 aapg_ad_799.html aapg_ad_799.html:133:14521:14531 Kinderhook Knoxville, Tennessee -0.0184446528159183526 +62712 aapg_ah_387.html aapg_ah_387.html:2881:314349:314357 Mariposa Sierra Nevada (Spain) -0.0168874970090907538 +62713 cspg_html_3233680622 cspg_html_3233680622:98:14053:14079 Eureka Sound Ellesmere Island -0.0208953316866823252 +62714 aapg_af_579.html aapg_af_579.html:143:14301:14315 Junction Creek Animas River -0.481794104698776371 +62715 cspg_html_1948505826 cspg_html_1948505826:7:1037:1046 Cold Lake Rocky Mountain House (electoral district) -0.040714500181089297 +62716 cspg_html_1962846283 cspg_html_1962846283:19:2706:2714 Columbia Victoria, British Columbia -0.450608983410958508 +62717 aapg_ad_283.html aapg_ad_283.html:10:1669:1679 San Andres New Mexico 1.17210484622476141 +62718 cspg_html_5406720001 cspg_html_5406720001:81:10852:10876 Johnson Canada -0.49871872177518084 +62719 aapg_ae_570.html aapg_ae_570.html:242:24717:24734 Keefer Huntington, West Virginia -0.0394610657315065602 +62720 cspg_html_2882304151 cspg_html_2882304151:91:18414:18437 Grand Rapids Clearwater, Florida -0.0074248793072545817 +62721 aapg_ae_981.html aapg_ae_981.html:233:19310:19326 Laurel Missouri River -0.0433629440146906728 +62722 palaios_html_3232474978 palaios_html_3232474978:860:67520:67535 Liard Victoria, British Columbia -0.480667710196792775 +62723 sedimentology_html_2912098544 sedimentology_html_2912098544:540:46272:46301 Dunvegan Canada -0.440387442871438828 +62724 geology_html_9714557029 geology_html_9714557029:22:1682:1694 Saskatchewan Colorado -0.455211432419709627 +62725 aapg_af_725.html aapg_af_725.html:111:11801:11815 Jewett Silt Macoupin County, Illinois -0.0124129812660324374 +62726 aapg_ae_68.html aapg_ae_68.html:637:62067:62073 Antler Logan, Utah -0.0490387176000708983 +62727 gsa_html_5271110133 gsa_html_5271110133:895:82111:82117 Oxford Crowley, Louisiana -0.470216166533545032 +62728 jgeology_html_1004614520 jgeology_html_1004614520:326:19932:19945 Carmel Carmel, Indiana -0.0407040542010648765 +62729 cspg_html_8145657505 cspg_html_8145657505:103:16376:16411 Swan Hills Middle East -0.447780648817617921 +62730 geology_html_1379947458 geology_html_1379947458:236:22235:22241 Oxford Earth -0.473663043482949409 +62731 palaios_html_6090005613 palaios_html_6090005613:219:24074:24080 Racine Wisconsin -0.0425949712561439139 +62732 cspg_html_5376629375 cspg_html_5376629375:434:49867:49895 Tidal Nassau, Bahamas -0.47814331678503319 +62733 palaios_html_1422826240 palaios_html_1422826240:837:56506:56514 Santiago Chile -0.430092438352523254 +62734 aapg_ad_174.html aapg_ad_174.html:429:43492:43513 Belly River Lacombe, Alberta 0.0220912422681541903 +62735 cspg_html_3129231627 cspg_html_3129231627:167:22935:22963 Eleanor River Ellesmere Island 0.319798322012395275 +62736 aapg_ad_2.html aapg_ad_2.html:828:117130:117147 Tomstown Hagerstown, Maryland -0.112499133998572892 +62737 palaios_html_1704439947 palaios_html_1704439947:398:36090:36094 Hall London, Ontario -0.448821175971653663 +62738 aapg_ad_717.html aapg_ad_717.html:401:41724:41734 San Andres New Mexico -0.100643210977552147 +62739 AMJC_html_9551207710 AMJC_html_9551207710:12:670:676 Oregon Salem, Oregon -0.0288773204111550628 +62740 jgeology_html_4115179562 jgeology_html_4115179562:227:16244:16264 Bluefield San Fernando Valley -0.0303573786993141213 +62741 AMJC_html_8196929284 AMJC_html_8196929284:717:68003:68016 Francis London, Ontario -0.0152852690750857109 +62742 gsa_html_1951402014 gsa_html_1951402014:1241:100830:100858 Green River New Mexico -0.435738929516159335 +62743 jgeology_html_4925928181 jgeology_html_4925928181:772:60244:60248 Hall London, Ontario -0.501602970255366709 +62744 gsa_html_9687474095 gsa_html_9687474095:742:71551:71571 Toro Chile -0.465561228542891226 +62745 aapg_ai_581.html aapg_ai_581.html:64:5877:5883 Dakota Cheyenne, Wyoming 0.678998168003249303 +62746 aapg_af_785.html aapg_af_785.html:90:9363:9371 Rockdale Alabama -0.115689158230755373 +62747 aapg_ad_152.html aapg_ad_152.html:6:1056:1083 Ferguson Logan, Utah -0.469028899015838996 +62748 jgeology_html_7218166865 jgeology_html_7218166865:296:18694:18698 Hall London, Ontario -0.464409872562970838 +62749 aapg_ai_974.html aapg_ai_974.html:305:31911:31921 Washington Washington (state) -0.00639293020944086028 +62750 aapg_ac_55.html aapg_ac_55.html:507:58652:58658 Jordan Delmarva Peninsula -0.434558307819543299 +62751 gsa_html_3014459865 gsa_html_3014459865:740:72657:72677 Pensauken Closter, New Jersey 0.00751869385718860559 +62752 sedimentology_html_9398039386 sedimentology_html_9398039386:366:43896:43902 Thrifty London, Ontario -0.47601017133294582 +62753 gsa_html_1232517399 gsa_html_1232517399:1236:88603:88612 San Pedro Mexico -0.491282661525563435 +62754 aapg_af_988.html aapg_af_988.html:129:15880:15910 Nisku Lacombe, Alberta -0.459458231015011043 +62755 gsa_html_9310053579 gsa_html_9310053579:712:62608:62618 Washington Washington (state) -0.450649451770273157 +62756 aapg_ai_483.html aapg_ai_483.html:97:10588:10607 Lodgepole Canada -0.456043359064104259 +62757 aapg_af_187.html aapg_af_187.html:155:18871:18889 Woodbine Cotton Valley, Louisiana -0.434558307819543299 +62758 sedimentology_html_2359041650 sedimentology_html_2359041650:162:15230:15235 Crete Crete -0.448282824521055501 +62759 aapg_ac_661.html aapg_ac_661.html:36:3734:3744 Phosphoria Boise, Idaho 0.429995683865847078 +62760 aapg_aa_740.html aapg_aa_740.html:3:345:360 Darby Western Wyoming Community College 0.000277948477905467942 +62761 gsa_html_4719798013 gsa_html_4719798013:335:33578:33603 Blackwater Draw Pecos River 0.0203582409157107361 +62762 aapg_ak_12.html aapg_ak_12.html:162:15043:15059 Yucatan Coahuila -0.0378805791019936056 +62763 gsa_html_4806681442 gsa_html_4806681442:9:307:325 Espinaso New Mexico -0.466782751574986277 +62764 palaios_html_8062930347 palaios_html_8062930347:83:11473:11489 Drakes Ohio -0.439391917689554934 +62765 cspg_html_1132698231 cspg_html_1132698231:271:36299:36327 Santa Margarita Willapa Bay 0.0014766026609327194 +62766 aapg_aa_598.html aapg_aa_598.html:75:8734:8752 Red Peak John Crow Mountains -0.0320063471843775108 +62767 aapg_ac_333.html aapg_ac_333.html:258:33606:33619 Hermosa San Juan River (Nicaragua) 0.417120535601381348 +62768 geology_html_4860930737 geology_html_4860930737:189:19176:19184 Virginia Eaton, Ohio -0.442595627901035182 +62769 AMJC_html_8494031493 AMJC_html_8494031493:895:106857:106886 Bonneterre Missouri River -0.238048659418252151 +62770 gsa_html_4873957926 gsa_html_4873957926:156:14631:14655 Colorado New Mexico -0.479447557264900015 +62771 aapg_ae_415.html aapg_ae_415.html:863:107896:107911 Tampa Melbourne, Florida -0.0743376209558603424 +62772 cspg_html_8089302449 cspg_html_8089302449:447:77421:77444 Watt Mountain Manitoba -0.477790905452477432 +62773 gsa_html_4043558744 gsa_html_4043558744:17:610:623 Santa Barbara California -0.00472517057507792094 +62774 aapg_af_743.html aapg_af_743.html:83:12969:12986 Beekmantown Pennsylvania 0.028461682385847821 +62775 cspg_html_6839937815 cspg_html_6839937815:131:18302:18320 Dinwoody Candelaria, Tenerife -0.426503733834695087 +62776 cspg_html_9725676031 cspg_html_9725676031:677:73244:73265 Peace River Lacombe, Alberta -0.474808096218428344 +62777 aapg_af_652.html aapg_af_652.html:111:10951:10960 Newcastle Cheyenne, Wyoming -0.387384928078103152 +62778 gsa_html_5096547935 gsa_html_5096547935:655:61134:61142 Colorado Denver -0.0418113941638034933 +62779 gsa_html_5829598582 gsa_html_5829598582:15:792:800 Virginia Reston, Virginia -0.464501195477937445 +62780 aapg_ae_67.html aapg_ae_67.html:376:31322:31330 Colorado Colorado -0.47596853330555533 +62781 aapg_ac_126.html aapg_ac_126.html:206:30710:30727 Haynesville Bossier City, Louisiana -0.0225744970785356804 +62782 aapg_ai_567.html aapg_ai_567.html:6:833:839 Sierra Baja California peninsula -0.0500164465946093956 +62783 aapg_ac_634.html aapg_ac_634.html:277:32296:32304 Wolfcamp Roberts County, South Dakota -0.0377274176775576064 +62784 aapg_ac_730.html aapg_ac_730.html:778:105837:105863 Laramie Arizona -0.0685870084886600756 +62785 cspg_html_1962846283 cspg_html_1962846283:85:11613:11631 Kootenay Crowsnest Pass, Alberta -0.477123570959987586 +62786 cspg_html_4287356899 cspg_html_4287356899:329:47050:47072 Calico Bluff Anchorage, Alaska -0.458659434193013582 +62787 geology_html_4719496125 geology_html_4719496125:196:17738:17751 Santa Barbara California -0.496881985799363712 +62788 gsa_html_6319769557 gsa_html_6319769557:793:62000:62006 Moscow Russia -0.0489010438658518606 +62789 cspg_html_1509800797 cspg_html_1509800797:18:2058:2065 Bearpaw Williston Basin -0.000774781561203988548 +62790 aapg_ac_477.html aapg_ac_477.html:30:3734:3754 Blackstone Lacombe, Alberta -0.436805862873274886 +62791 aapg_ad_399.html aapg_ad_399.html:150:13005:13012 Warsaw Atoka, Oklahoma -0.00874524918188981232 +62792 gsa_html_5293445820 gsa_html_5293445820:1154:116245:116255 Whitehorse Victoria, British Columbia -0.430176006996349836 +62793 jgeology_html_9982766343 jgeology_html_9982766343:170:9686:9694 Michigan Isle Royale National Park 0.00877304685539762562 +62794 cspg_html_4860363565 cspg_html_4860363565:25:3217:3245 Nisku Lacombe, Alberta -0.457736710679965686 +62795 aapg_ae_415.html aapg_ae_415.html:968:121731:121740 Catahoula Mississippi River -0.281448583327354951 +62796 geology_html_7376742736 geology_html_7376742736:157:14700:14720 Boss Point Black River, Jamaica -0.442539913358205417 +62797 aapg_ad_387.html aapg_ad_387.html:18:2462:2482 Georgetown Buda, Texas 0.000564582905986352451 +62798 aapg_ac_544.html aapg_ac_544.html:267:31890:31905 Atoka Benton, Arkansas 0.0396212175390018365 +62799 aapg_ad_457.html aapg_ad_457.html:257:30412:30424 Attawapiskat River Severn -0.435738929516159335 +62800 aapg_af_150.html aapg_af_150.html:10:954:973 Cotton Valley Texas -0.422036189718657861 +62801 gsa_html_4408649953 gsa_html_4408649953:952:82631:82639 Columbia Charleston, South Carolina -0.480765396922298249 +62802 aapg_ai_349.html aapg_ai_349.html:63:8211:8222 Tulip Creek Black River, Jamaica -0.470200080639580853 +62803 aapg_ad_880.html aapg_ad_880.html:267:28254:28262 Sundance Spearfish, South Dakota -0.415503384469422588 +62804 cspg_html_9735723617 cspg_html_9735723617:1758:158572:158592 Weatherall District Council of Franklin Harbour -0.00100408928942736001 +62805 cspg_html_6306091047 cspg_html_6306091047:592:80562:80570 Columbia Victoria, British Columbia -0.466810220907495799 +62806 aapg_ac_364.html aapg_ac_364.html:51:6456:6464 Sundance Cheyenne, Wyoming -0.416615158514964445 +62807 gsa_html_2867695251 gsa_html_2867695251:922:91243:91271 Green River Colorado -0.424391951314652904 +62808 aapg_ad_683.html aapg_ad_683.html:223:25077:25096 Moenkopi Monument Valley 0.333923220114412944 +62809 aapg_ak_104.html aapg_ak_104.html:78:11445:11469 Mission Canyon Cheyenne, Wyoming -0.46853104470756296 +62810 aapg_ac_967.html aapg_ac_967.html:15:2748:2753 Spray Richmond, California -0.451270191944311616 +62811 aapg_ac_59.html aapg_ac_59.html:66:8909:8929 Point Loma Carlsbad, New Mexico -0.424269545188154129 +62812 cspg_html_3385840278 cspg_html_3385840278:1494:170077:170089 Fort Simpson Hay River (Canada) -0.011327042139941219 +62813 aapg_ai_996.html aapg_ai_996.html:1183:50647:50656 Hall Crisfield, Maryland -0.477158315306099867 +62814 aapg_ad_433.html aapg_ad_433.html:72:9727:9732 Slope Anchorage, Alaska -0.460294098757325021 +62815 aapg_ae_884.html aapg_ae_884.html:280:37542:37557 Mesaverde San Juan River (Nicaragua) -0.463834753943271672 +62816 aapg_ai_247.html aapg_ai_247.html:139:15878:15896 Detroit River Bloomington, Indiana -0.447168994241326834 +62817 aapg_ai_28.html aapg_ai_28.html:668:64389:64400 San Antonio Bexar County, Texas -0.449703411954729404 +62818 aapg_ad_743.html aapg_ad_743.html:329:36834:36843 Red River Texas 0.00496143412054320457 +62819 cspg_html_5484260516 cspg_html_5484260516:1155:102932:102949 Exshaw Lacombe, Alberta -0.0804731871776575569 +62820 palaios_html_8113714689 palaios_html_8113714689:58:5305:5313 Munising Michigan 0.961774097242003245 +62821 gsa_html_9152662653 gsa_html_9152662653:186:17162:17182 Sykesville Western world -0.456518443898076276 +62822 gsa_html_4520182275 gsa_html_4520182275:1070:113080:113086 Walker Salem, Oregon -0.462111625185478381 +62823 aapg_ai_583.html aapg_ai_583.html:462:58683:58698 Swift Boise, Idaho 0.136845082520528794 +62824 cspg_html_5973552270 cspg_html_5973552270:88:12963:12985 Waterways Swan Hill, Victoria -0.471501691978871318 +62825 aapg_aa_898.html aapg_aa_898.html:299:35643:35649 Salina Flagstaff, Arizona -0.010750205891597751 +62826 cspg_html_9865297170 cspg_html_9865297170:575:68855:68863 Montreal Quebec City -0.464450966712688929 +62827 cspg_html_3008745251 cspg_html_3008745251:8:937:945 Columbia Lacombe, Alberta -0.0183873001701448657 +62828 aapg_af_62.html aapg_af_62.html:12:1945:1953 Woodford Ardmore, Pennsylvania -0.488837217649543798 +62829 aapg_ac_961.html aapg_ac_961.html:459:48355:48377 Nacatoch Mississippi River 0.0140028670828276774 +62830 gsa_html_6980451554 gsa_html_6980451554:177:22583:22607 Moenave Logan, Utah -0.434518537443352337 +62831 sedimentology_html_6864390594 sedimentology_html_6864390594:1702:73277:73295 Fountain Colorado -0.488806694061501346 +62832 aapg_ad_812.html aapg_ad_812.html:87:12546:12563 Kayenta Entrada Sandstone -0.42429358801520467 +62833 jgeology_html_8355852976 jgeology_html_8355852976:250:20959:20965 Pueblo Colorado -0.472770666406185036 +62834 aapg_ah_678.html aapg_ah_678.html:585:72165:72184 Vicksburg Texas -0.2153567872986554 +62835 gsa_html_7199417381 gsa_html_7199417381:602:62303:62320 White River Peoria, Illinois 0.00235214466363176024 +62836 cspg_html_1351473625 cspg_html_1351473625:125:20884:20892 Columbia Victoria, British Columbia -0.0136379673462826371 +62837 aapg_ah_766.html aapg_ah_766.html:188:20675:20686 San Ricardo Mexico -0.0290477532032288703 +62838 aapg_af_775.html aapg_af_775.html:341:23296:23314 Beaumont Oakville, California -0.473077246286573494 +62839 cspg_html_5818285590 cspg_html_5818285590:497:63670:63678 Columbia Victoria, British Columbia -0.467071222132578012 +62840 gsa_html_8237815743 gsa_html_8237815743:624:59868:59883 Rockland California -0.462717531176716879 +62841 aapg_ae_268.html aapg_ae_268.html:201:20150:20168 Golconda Kentucky -0.471543117662309108 +62842 palaios_html_2449649505 palaios_html_2449649505:814:80856:80865 Flagstaff Arizona -0.050246518785567143 +62843 gsa_html_7012936645 gsa_html_7012936645:16:787:793 Reston Virginia -0.49526215931685702 +62844 cspg_html_7896958755 cspg_html_7896958755:28:3653:3676 Clearwater Clearwater, Florida -0.0417243342632335201 +62845 gsa_html_1826402027 gsa_html_1826402027:564:66430:66445 Verde Verde Valley 0.665797750631106688 +62846 cspg_html_1312400675 cspg_html_1312400675:227:26567:26574 Bearpaw Lacombe, Alberta 1.01556087071046464 +62847 aapg_ac_807.html aapg_ac_807.html:396:40947:40960 Merchantville Closter, New Jersey -0.44951252529713398 +62848 cspg_html_2178758494 cspg_html_2178758494:355:42326:42334 Edmonton Lacombe, Alberta -0.470188590895520009 +62849 aapg_ac_337.html aapg_ac_337.html:61:5957:5973 Casper Laramie, Wyoming -0.00153219252139514682 +62850 aapg_aa_114.html aapg_aa_114.html:16:2642:2658 Olvido Matamoros, Tamaulipas -0.483281151267174081 +62851 gsa_html_7623105085 gsa_html_7623105085:548:42772:42778 Chinle Chinle Formation 0.0157787853942168051 +62852 aapg_ah_646.html aapg_ah_646.html:328:39071:39087 Chinle Monument Valley -0.0198680940009536566 +62853 aapg_ae_253.html aapg_ae_253.html:137:17574:17581 Rodessa Cotton Valley, Louisiana 0.433193819990585816 +62854 gsa_html_7102550258 gsa_html_7102550258:803:90425:90432 Kayenta Springdale, Arkansas -0.0400999482749248432 +62855 geology_html_8881449794 geology_html_8881449794:168:16608:16614 Pueblo Colorado -0.449433936510724996 +62856 aapg_ah_148.html aapg_ah_148.html:3:433:455 Cooking Lake Lacombe, Alberta 0.0330222814746261306 +62857 cspg_html_8928894270 cspg_html_8928894270:98:14272:14292 Leduc Swan Hill, Victoria -0.392664007189856556 +62858 cspg_html_9361096527 cspg_html_9361096527:863:76127:76134 Pakowki Lacombe, Alberta -0.487870386185061844 +62859 gsa_html_6562044688 gsa_html_6562044688:29:2796:2824 Green River Iran -0.0191815618988117366 +62860 aapg_ah_635.html aapg_ah_635.html:449:58342:58347 Cuche Trinidad and Tobago -0.54586473814104286 +62861 aapg_ai_366.html aapg_ai_366.html:3:320:328 Beaumont Texas -0.0379467177170490291 +62862 gsa_html_1861017788 gsa_html_1861017788:951:80848:80858 Santa Cruz Santa Cruz, California -0.011327042139941219 +62863 aapg_af_385.html aapg_af_385.html:496:61579:61607 Echo Bay Canada -0.442542141875480355 +62864 gsa_html_9457387752 gsa_html_9457387752:547:46981:46989 Catoctin Grandfather Mountain -0.00291152111123597944 +62865 geology_html_2576576682 geology_html_2576576682:277:24685:24695 Washington Seattle -0.0139559511282587399 +62866 aapg_ac_943.html aapg_ac_943.html:237:25542:25551 Red River Red River of the North -0.433376961451207021 +62867 AMJC_html_6341723617 AMJC_html_6341723617:1102:92130:92151 Green River Cheyenne, Wyoming -0.0467578283362129754 +62868 gsa_html_7248164569 gsa_html_7248164569:729:58634:58655 Winterville Portland, Maine -0.0399067122276937497 +62869 geology_html_3420787727 geology_html_3420787727:85:8862:8872 Washington Salem, Oregon 0.0150141868655465499 +62870 aapg_ai_996.html aapg_ai_996.html:1380:63387:63393 Conway Charleston, South Carolina -0.439125439995052158 +62871 aapg_af_288.html aapg_af_288.html:524:61769:61777 Paradise Arizona -0.0242746935922993796 +62872 aapg_ad_466.html aapg_ad_466.html:1332:141914:141922 Patuxent Tuscaloosa, Alabama -0.0135788887974534252 +62873 aapg_ah_270.html aapg_ah_270.html:7:956:975 Cotton Valley Texas -0.432466019139625568 +62874 aapg_aa_4.html aapg_aa_4.html:321:42861:42881 Ithaca Ithaca, New York -0.0610771505726213221 +62875 aapg_ah_536.html aapg_ah_536.html:536:70951:70973 Mooringsport Mississippi River -0.480904968568341529 +62876 aapg_ah_647.html aapg_ah_647.html:743:82199:82216 Concha Kaibab, Arizona -0.451733774163315116 +62877 sedimentology_html_3966923042 sedimentology_html_3966923042:653:42834:42838 Hall London, Ontario -0.450707909241451543 +62878 geology_html_6637295427 geology_html_6637295427:356:26070:26079 San Diego Bergh -0.4597920302667165 +62879 sedimentology_html_1789858684 sedimentology_html_1789858684:1426:88708:88714 Oxford Pergamon Museum -0.476093453364925034 +62880 cspg_html_7083999793 cspg_html_7083999793:27:3417:3434 Exshaw Victoria, British Columbia 0.0116050390489145696 +62881 aapg_ae_31.html aapg_ae_31.html:53:5420:5440 Moorefield Batesville, Arkansas -0.458648092769168181 +62882 gsa_html_8236729701 gsa_html_8236729701:123:15295:15309 Ladd California -0.0148473685012762528 +62883 gsa_html_4120839285 gsa_html_4120839285:153:18260:18275 Catalina Schist Los Angeles -0.053189286291718256 +62884 cspg_html_6383234409 cspg_html_6383234409:547:55801:55811 Blue Fiord Ellesmere Island -0.43519044103107285 +62885 cspg_html_4666332434 cspg_html_4666332434:628:80886:80894 Lea Park Lacombe, Alberta -0.434014924984671757 +62886 cspg_html_5484260516 cspg_html_5484260516:1328:117398:117406 Columbia Victoria, British Columbia -0.440425240506611693 +62887 aapg_ai_836.html aapg_ai_836.html:1289:128292:128304 Rhode Island Newport, Rhode Island -0.494318697340762225 +62888 aapg_ad_169.html aapg_ad_169.html:29:4070:4075 Mingo Greenbrier (Great Smoky Mountains) -0.0247962629365806077 +62889 cspg_html_9354781888 cspg_html_9354781888:468:42831:42839 Columbia Victoria, British Columbia -0.440280728439214952 +62890 aapg_ah_98.html aapg_ah_98.html:207:21656:21665 Roughlock Winnipeg -0.565484000396018427 +62891 cspg_html_6839937815 cspg_html_6839937815:299:43023:43029 Toroweap Kaibab, Arizona 0.406718645918977106 +62892 aapg_af_568.html aapg_af_568.html:124:14061:14079 Tensleep Cheyenne, Wyoming 0.00772022200488064678 +62893 gsa_html_7736249476 gsa_html_7736249476:67:5158:5186 Green River Iran -0.427843250012949428 +62894 aapg_ah_157.html aapg_ah_157.html:161:21526:21536 Eau Claire Galesville, Maryland -0.455568524378559381 +62895 aapg_ah_664.html aapg_ah_664.html:535:54502:54513 Peace River Cordillera Administrative Region -0.507113599778522772 +62896 gsa_html_3484366946 gsa_html_3484366946:1012:99365:99375 Washington Anchorage, Alaska -0.0372366206791455642 +62897 cspg_html_9987144175 cspg_html_9987144175:243:32336:32355 Eureka Sound Bathurst Island (Northern Territory) 0.0325003863162265649 +62898 cspg_html_5541937700 cspg_html_5541937700:997:115558:115575 Cardium Lacombe, Alberta -0.461219460550356897 +62899 sedimentology_html_8384737970 sedimentology_html_8384737970:49:4090:4097 Entrada Entrada Sandstone -0.44948782523520614 +62900 cspg_html_5955028331 cspg_html_5955028331:654:68482:68498 Viking Lacombe, Alberta 0.768252047064682642 +62901 aapg_ah_427.html aapg_ah_427.html:401:53095:53102 Vamoosa Shawnee, Oklahoma -0.0194666001171388929 +62902 palaios_html_6327369225 palaios_html_6327369225:81:12720:12744 Morrison Manitoba -0.000521153440822292734 +62903 aapg_ac_449.html aapg_ac_449.html:50:5624:5641 Grassy Knob Chert Illinois -0.432289667144302503 +62904 aapg_aa_960.html aapg_aa_960.html:488:37602:37608 Carmel Colorado -0.490873029192211763 +62905 cspg_html_2498183035 cspg_html_2498183035:387:40672:40694 Slave Point Victoria, British Columbia -0.481775474642512247 +62906 gsa_html_4078158156 gsa_html_4078158156:109:13002:13018 Ithaca Pennsylvania -0.048597821756073703 +62907 aapg_ae_711.html aapg_ae_711.html:22:3958:3978 Hartshorne Arkoma, Oklahoma -0.408788108616508605 +62908 aapg_ac_867.html aapg_ac_867.html:494:67562:67583 Green River Cheyenne, Wyoming 0.0293347114318519633 +62909 cspg_html_9778753186 cspg_html_9778753186:49:7057:7060 Elk Kootenay River -0.472528705500211532 +62910 aapg_af_663.html aapg_af_663.html:703:69015:69031 Hertha Worland, Wyoming -0.459819284677136619 +62911 gsa_html_9053175553 gsa_html_9053175553:67:8822:8839 Colton North Horn Formation -0.458641287983651336 +62912 aapg_aa_369.html aapg_aa_369.html:36:4919:4925 Wilcox Okmulgee, Oklahoma -0.011024723133422322 +62913 sedimentology_html_9269517598 sedimentology_html_9269517598:760:45758:45776 Provo Swiss Alps -0.488837217649543798 +62914 sedimentology_html_2165832672 sedimentology_html_2165832672:57:6937:6946 Peninsula Korea -0.459860167847925383 +62915 aapg_aa_662.html aapg_aa_662.html:12:1459:1508 Onondaga Pennsylvania -0.425450542305663815 +62916 gsa_html_4071231613 gsa_html_4071231613:419:42955:42981 Wild Sheep Creek Middle East -0.470216166533545032 +62917 gsa_html_8782312274 gsa_html_8782312274:56:3371:3399 Green River Colorado 0.00208809189150845889 +62918 geology_html_2308944786 geology_html_2308944786:52:4882:4901 Pocatello Boise, Idaho -0.463396817899322633 +62919 cspg_html_4298557570 cspg_html_4298557570:405:52931:52950 Frenchman Lacombe, Alberta -0.480904968568341529 +62920 aapg_af_854.html aapg_af_854.html:613:84291:84307 Kinderhook New Providence, New Jersey -0.0768091337039422117 +62921 aapg_af_575.html aapg_af_575.html:1146:165007:165022 Tokio Arkansas 0.0188026760171915025 +62922 cspg_html_2873888604 cspg_html_2873888604:349:53350:53382 Montney Lacombe, Alberta -0.515783765843611408 +62923 gsa_html_8840132442 gsa_html_8840132442:1131:105682:105685 Arc Arctic Cordillera -0.4506269691264706 +62924 aapg_ai_862.html aapg_ai_862.html:44:6448:6470 Sadlerochit Anchorage, Alaska -0.475963906981033746 +62925 gsa_html_5253952002 gsa_html_5253952002:397:47065:47081 Breathitt Kentucky -0.0109239507284224872 +62926 AMJC_html_1873062106 AMJC_html_1873062106:158:24511:24534 Burro Canyon Cedar Mountains -0.460953349343471763 +62927 cspg_html_2834693711 cspg_html_2834693711:1023:121684:121694 Washington Skagit River -0.0435005244860851084 +62928 cspg_html_4845813500 cspg_html_4845813500:5:240:281 Rocky Brook Western Bay, Newfoundland and Labrador -0.491282661525563435 +62929 aapg_aa_203.html aapg_aa_203.html:15:1588:1596 Beaufort Morehead City, North Carolina -0.424177750848490742 +62930 aapg_af_785.html aapg_af_785.html:65:7376:7381 Bashi Alabama -0.445998354490544591 +62931 aapg_af_129.html aapg_af_129.html:85:9740:9759 Leadville Belden, California -0.450595494357366455 +62932 aapg_af_619.html aapg_af_619.html:157:15644:15650 Wilcox Prague 0.0223241763146486936 +62933 gsa_html_8614162917 gsa_html_8614162917:1015:93974:93983 Flagstaff Arizona -0.0532799592874959385 +62934 aapg_aa_357.html aapg_aa_357.html:442:40654:40671 Dolores Colorado -0.469093158774920749 +62935 cspg_html_4326384800 cspg_html_4326384800:1646:230049:230057 Columbia Victoria, British Columbia -0.0140376196944260508 +62936 aapg_ai_940.html aapg_ai_940.html:166:23717:23723 Oxford England -0.0271279018002479055 +62937 aapg_af_674.html aapg_af_674.html:76:8182:8191 Greenhorn Lansing, Michigan 0.0230056138725967946 +62938 aapg_aa_717.html aapg_aa_717.html:439:57320:57333 Venango Pennsylvania -0.478280146619880497 +62939 cspg_html_7777724998 cspg_html_7777724998:245:35128:35135 Cadomin Lacombe, Alberta 0.0263436919689616841 +62940 cspg_html_8145657505 cspg_html_8145657505:193:28373:28388 Leduc Pine Brook, New Jersey -0.0709858367369760879 +62941 sedimentology_html_8364351073 sedimentology_html_8364351073:996:88543:88549 Oregon Washington (state) -0.0443852715677367574 +62942 aapg_af_292.html aapg_af_292.html:7:877:887 Nacimiento New Mexico -0.417439513760371694 +62943 gsa_html_9253181203 gsa_html_9253181203:155:16463:16471 Virginia Massanutten Mountain (Peak) -0.0286199363218920082 +62944 aapg_aa_105.html aapg_aa_105.html:653:68588:68593 Banff Kootenay River -0.0126805624942423392 +62945 aapg_ai_278.html aapg_ai_278.html:552:71999:72008 Sunniland Collier County, Florida -0.466920106770381871 +62946 aapg_ad_466.html aapg_ad_466.html:1387:147678:147695 Matawan Potomac River -0.0213629091377398328 +62947 aapg_ac_235.html aapg_ac_235.html:33:3918:3936 Morrison Cheyenne, Wyoming 0.856215065610129056 +62948 cspg_html_8568877195 cspg_html_8568877195:73:11893:11910 Bearpaw Western world -0.446750257452242616 +62949 aapg_ad_944.html aapg_ad_944.html:131:12810:12833 Watrous Regina, Saskatchewan -0.0392835092525669338 +62950 cspg_html_9542530836 cspg_html_9542530836:47:6855:6874 Red River Williston Basin -0.449629298275569411 +62951 cspg_html_3023030263 cspg_html_3023030263:48:7721:7735 Colorado Lacombe, Alberta -0.474069180634086484 +62952 aapg_aa_654.html aapg_aa_654.html:45:7786:7793 Tererro Sangre de Cristo Range 0.00239731162737208446 +62953 gsa_html_4695276845 gsa_html_4695276845:1038:99422:99425 Rye Reno, Nevada -0.45995556917210767 +62954 aapg_ah_608.html aapg_ah_608.html:88:7968:7973 Aneth Texas -0.0383278935926523318 +62955 aapg_ah_779.html aapg_ah_779.html:269:49684:49694 Shawangunk Edgewood, Washington -0.0269348882327513015 +62956 aapg_ad_340.html aapg_ad_340.html:58:8383:8400 Temblor California -0.450676431675374467 +62957 gsa_html_5272671610 gsa_html_5272671610:453:47800:47817 Badshot Victoria, British Columbia -0.451193701085184695 +62958 cspg_html_2253842195 cspg_html_2253842195:7:690:712 Garbutt Victoria, British Columbia -0.444871652179790411 +62959 aapg_ae_72.html aapg_ae_72.html:149:17482:17490 Colorado Durango, Durango 0.0110316729653651777 +62960 gsa_html_7840671974 gsa_html_7840671974:102:12553:12573 Twin Creek Cheyenne, Wyoming -0.472399687021269332 +62961 cspg_html_6331977039 cspg_html_6331977039:51:5058:5071 Eleanor River Ellesmere Island -0.464163347577605745 +62962 aapg_ac_420.html aapg_ac_420.html:387:40312:40318 Walker California -0.49293261121873766 +62963 gsa_html_8236729701 gsa_html_8236729701:52:4760:4769 San Diego Carlsbad, New Mexico -0.496043265221558505 +62964 aapg_ah_869.html aapg_ah_869.html:52:6157:6163 Dakota Cheyenne, Wyoming -0.405334963050919317 +62965 aapg_ac_90.html aapg_ac_90.html:221:30655:30671 Navajo Colorado Plateau -0.39733217864713144 +62966 aapg_ai_28.html aapg_ai_28.html:835:79660:79667 Lagarto Victoria, British Columbia -0.0416128988126375013 +62967 aapg_ah_98.html aapg_ah_98.html:326:29321:29336 Interlake Manitoba 0.0262324107117374514 +62968 aapg_ai_144.html aapg_ai_144.html:255:26556:26562 Wapiti Wapiti River -0.204900680520933604 +62969 geology_html_8304470289 geology_html_8304470289:14:714:720 Provo Texas -0.473663043482949409 +62970 gsa_html_7195000001 gsa_html_7195000001:1049:118600:118622 Eureka Sound Ellesmere Island -0.438007065376213589 +62971 cspg_html_7178716951 cspg_html_7178716951:27:3744:3761 Kootenay Turtle Mountain (Alberta) -0.435661502416701596 +62972 sedimentology_html_8732044704 sedimentology_html_8732044704:287:12048:12053 Hondo Lacombe, Alberta -0.484413309843390927 +62973 aapg_af_653.html aapg_af_653.html:216:22495:22503 Vaqueros Monterey, California -0.469506369220983932 +62974 cspg_html_8649903682 cspg_html_8649903682:50:6871:6882 Peace River Weymouth, Massachusetts 0.000138974235394869979 +62975 cspg_html_6383234409 cspg_html_6383234409:488:50325:50335 Bird Fiord Bathurst Island (Northern Territory) 0.966422853179960795 +62976 aapg_ai_163.html aapg_ai_163.html:96:8149:8157 Colorado Turkey Creek, Louisiana -0.496867763222673786 +62977 aapg_ai_81.html aapg_ai_81.html:488:40095:40103 Catskill Pennsylvania -0.50174601395170626 +62978 gsa_html_8398449001 gsa_html_8398449001:600:47517:47527 Bear River Bear Lake, Michigan -0.477130519718023338 +62979 AMJC_html_5516451353 AMJC_html_5516451353:505:51221:51238 Massabesic Gneiss New Hampshire -0.493383370963238699 +62980 aapg_ah_311.html aapg_ah_311.html:233:24494:24505 White River Wasatch Range 0.00480334593379653455 +62981 aapg_ad_157.html aapg_ad_157.html:95:10728:10751 Wilcox Texas -0.128053367488339648 +62982 aapg_ah_534.html aapg_ah_534.html:393:33527:33539 New Scotland Catskill Mountains 0.490637697765273939 +62983 aapg_ae_835.html aapg_ae_835.html:63:6033:6037 Buda Buda, Texas 0.697179697637936302 +62984 gsa_html_9898556493 gsa_html_9898556493:243:29134:29146 Laguna Merced River -0.0669441011416033877 +62985 aapg_ae_779.html aapg_ae_779.html:17:1897:1904 El Paso New Mexico -0.00840994113992231743 +62986 aapg_ai_468.html aapg_ai_468.html:67:9312:9332 Smackover Bossier City, Louisiana -0.440745470442491794 +62987 aapg_ae_62.html aapg_ae_62.html:303:26261:26277 Mowry Fall River, Nova Scotia -0.44564275767943895 +62988 cspg_html_3404912985 cspg_html_3404912985:283:45240:45261 Belly River Lacombe, Alberta -0.0152852690750857109 +62989 aapg_af_51.html aapg_af_51.html:247:27692:27698 Chinle Entrada Sandstone -0.433864776993285517 +62990 cspg_html_8535889489 cspg_html_8535889489:144:20544:20561 Ringnes Melville Island (Canada) -0.167353923849335562 +62991 aapg_ak_85.html aapg_ak_85.html:262:30172:30180 Red Rock Haynesville, Louisiana 0.000389127881818486141 +62992 gsa_html_9207276905 gsa_html_9207276905:523:48047:48055 Columbia Victoria, British Columbia -0.503471624767146686 +62993 cspg_html_8231573314 cspg_html_8231573314:9:646:665 Grayling Canada -0.450743884934886652 +62994 aapg_ad_169.html aapg_ad_169.html:81:10701:10714 Maccrady Greenbrier (Great Smoky Mountains) -0.018225670847461909 +62995 aapg_ae_370.html aapg_ae_370.html:73:8288:8303 Pittsburg Bluff Salem, Oregon -0.0288564512426946543 +62996 aapg_ah_387.html aapg_ah_387.html:422:41490:41499 Knoxville Mariposa, California 0.0051733770423589738 +62997 aapg_ad_169.html aapg_ad_169.html:42:5259:5279 Greenbrier Greenbrier (Great Smoky Mountains) -0.464432702411418319 +62998 aapg_aa_712.html aapg_aa_712.html:40:7222:7239 Platteville Hennepin, Illinois -0.408723574141923396 +62999 aapg_ai_366.html aapg_ai_366.html:150:19585:19591 Lissie Hockley -0.463271407180362194 +63000 aapg_ac_896.html aapg_ac_896.html:227:17637:17646 Smackover Cotton Valley, Louisiana -0.463478914486847693 +63001 aapg_ai_883.html aapg_ai_883.html:59:6300:6318 Rodessa Southeast Asia 0.0221468680191138668 +63002 palaios_html_4501603736 palaios_html_4501603736:206:20017:20035 Moenkopi Reno, Nevada -0.459819284677136619 +63003 jgeology_html_8064855537 jgeology_html_8064855537:254:17525:17547 Burro Canyon Logan, Utah -0.0222581200663617834 +63004 cspg_html_3023030263 cspg_html_3023030263:527:57920:57926 Denver Colorado -0.47829406272822006 +63005 cspg_html_9435196958 cspg_html_9435196958:388:17197:17205 Edmonton Lacombe, Alberta -0.0582723056187257615 +63006 cspg_html_2863271815 cspg_html_2863271815:909:93304:93320 Guelph Ontario, California -0.145843352574366841 +63007 gsa_html_7248164569 gsa_html_7248164569:193:11052:11061 Peninsula New Brunswick, New Jersey -0.469070208322842297 +63008 cspg_html_4272664788 cspg_html_4272664788:200:25969:25977 Columbia Victoria, British Columbia -0.443755252554939694 +63009 cspg_html_5973552270 cspg_html_5973552270:90:13139:13158 Waterways Swan Hill, Victoria -0.451956647802202349 +63010 cspg_html_7550088587 cspg_html_7550088587:138:17872:17881 Whitewood Genesee County, Michigan -0.471382028770717776 +63011 aapg_ai_688.html aapg_ai_688.html:410:45454:45469 Rochester Huntington, West Virginia -0.478349729395822987 +63012 aapg_ah_753.html aapg_ah_753.html:77:12548:12560 Windsor New Brunswick, New Jersey 0.00427349218410431799 +63013 gsa_html_6893818738 gsa_html_6893818738:1225:80446:80474 Green River Colorado 0.00103883289603381806 +63014 aapg_ai_249.html aapg_ai_249.html:10:1918:1924 Sierra Bay Islands Department -0.0534682838330376511 +63015 aapg_ae_233.html aapg_ae_233.html:74:8758:8767 Brunswick Pamlico County, North Carolina -0.0288025393782587909 +63016 cspg_html_1818321956 cspg_html_1818321956:365:35765:35773 Columbia Victoria, British Columbia -0.432289667144302503 +63017 aapg_aa_712.html aapg_aa_712.html:13:2321:2329 Glenwood Glenwood, Utah -0.0143781976835972679 +63018 gsa_html_3669079684 gsa_html_3669079684:174:18568:18576 Michigan Moscow -0.485313098580473945 +63019 aapg_ai_917.html aapg_ai_917.html:240:36119:36127 Columbia London, Ontario -0.0757587665519955517 +63020 aapg_ad_883.html aapg_ad_883.html:224:21997:22019 Prairie Illinois -0.399461181792570508 +63021 aapg_af_560.html aapg_af_560.html:90:9060:9077 Cockfield Liberty County, Florida 0.00936896389642591539 +63022 aapg_ai_913.html aapg_ai_913.html:18:2460:2479 Mesaverde Colorado -0.459860167847925383 +63023 aapg_aa_419.html aapg_aa_419.html:925:78721:78726 Price Perth, Western Australia -0.0108839893390520418 +63024 cspg_html_5541725202 cspg_html_5541725202:199:28816:28840 Boss Point New Brunswick, New Jersey -0.481905893496514026 +63025 cspg_html_3883962749 cspg_html_3883962749:67:10042:10050 Columbia Victoria, British Columbia -0.0140376196944260508 +63026 AMJC_html_1964550508 AMJC_html_1964550508:709:80370:80393 Salina Lockport (city), New York -0.457614356613462614 +63027 aapg_ac_745.html aapg_ac_745.html:133:11318:11324 Oswego Oswego, New York -0.455211432419709627 +63028 aapg_ad_581.html aapg_ad_581.html:156:20052:20073 Martinsburg Waynesboro, Pennsylvania -0.45921987907792633 +63029 aapg_ak_87.html aapg_ak_87.html:275:39766:39775 San Pedro Mogollon, New Mexico -0.425450542305663815 +63030 aapg_ad_69.html aapg_ad_69.html:91:6112:6134 Judith River Judith River Formation -0.00659792866946394031 +63031 aapg_ad_557.html aapg_ad_557.html:11495:673708:673728 Ferry Lake Anhydrite Mexico -0.437953842888147871 +63032 aapg_ah_721.html aapg_ah_721.html:157:23562:23568 Denver Colorado -0.464501195477937445 +63033 cspg_html_4617311907 cspg_html_4617311907:334:53678:53683 Mabou Cumberland, Maryland -0.474992922950619234 +63034 cspg_html_9343899465 cspg_html_9343899465:489:47706:47719 Weatherall Melville Island (Canada) 0.425201099347204015 +63035 cspg_html_2769629211 cspg_html_2769629211:64:8414:8422 Columbia Lacombe, Alberta -0.0601886111919468711 +63036 jgeology_html_4305195651 jgeology_html_4305195651:1920:142698:142708 Pottsville Pennsylvania -0.0160151207401750574 +63037 aapg_aa_161.html aapg_aa_161.html:375:35266:35270 Wise Cheyenne, Wyoming -0.00862537191936540298 +63038 aapg_ac_313.html aapg_ac_313.html:156:19676:19688 Metapan Guatemala -0.0465034686644063416 +63039 sedimentology_html_3826538092 sedimentology_html_3826538092:612:38563:38570 Francis London, Ontario -0.492776907152809196 +63040 gsa_html_7193789775 gsa_html_7193789775:127:14680:14688 Colorado Logan, Utah -0.470186292964726915 +63041 geology_html_5114678373 geology_html_5114678373:61:5948:5958 Mahantango Neshaminy Creek -0.482213387515949554 +63042 aapg_ai_980.html aapg_ai_980.html:361:29918:29926 Sawtooth Sunriver, Oregon -0.433403442682278373 +63043 gsa_html_5628658687 gsa_html_5628658687:623:65802:65810 Colorado Arizona -0.58132913138456499 +63044 cspg_html_9735723617 cspg_html_9735723617:702:85135:85144 Hecla Bay Banks Island 0.437029586149333849 +63045 aapg_ai_364.html aapg_ai_364.html:32:4461:4470 Minnelusa Cheyenne, Wyoming 0.106858097859685294 +63046 aapg_ac_841.html aapg_ac_841.html:1719:174707:174714 Esquias Comayagua -0.465579516089382972 +63047 aapg_ad_169.html aapg_ad_169.html:271:31692:31707 Maccrady Greenbrier (Great Smoky Mountains) 0.0206415586769715005 +63048 aapg_af_392.html aapg_af_392.html:3:370:388 Frontier Logan, Utah 0.0163783171925127626 +63049 aapg_ae_93.html aapg_ae_93.html:731:72732:72750 Kootenay Lacombe, Alberta -0.487075683437370066 +63050 cspg_html_9735723617 cspg_html_9735723617:610:72073:72093 Weatherall Banks Island -0.0128247793458777584 +63051 aapg_ah_159.html aapg_ah_159.html:109:12511:12520 Jamestown Knoxville, Tennessee -0.5040380613457629 +63052 palaios_html_4939666561 palaios_html_4939666561:385:49887:49898 Clays Ferry Frankfort, Illinois -0.431186011272103542 +63053 aapg_ad_418.html aapg_ad_418.html:117:10710:10726 Salem Plainville, Connecticut -0.0024667992892967905 +63054 aapg_ad_2.html aapg_ad_2.html:1609:223037:223048 Beekmantown Bellefonte, Pennsylvania -0.427689691071663991 +63055 cspg_html_5109837857 cspg_html_5109837857:85:10787:10817 Degerbols Melville Island (Canada) 0.0141731553100891607 +63056 gsa_html_4339524478 gsa_html_4339524478:654:69725:69731 Oregon Boise, Idaho -0.041731299024428424 +63057 aapg_ad_400.html aapg_ad_400.html:169:15858:15885 Elk Chinle Formation -0.465945346292333973 +63058 aapg_ae_694.html aapg_ae_694.html:277:31121:31139 Woodbine Texas -0.441593278961416758 +63059 cspg_html_8260944839 cspg_html_8260944839:461:50908:50949 Albert New Brunswick, New Jersey -0.4835517998191603 +63060 cspg_html_1188455526 cspg_html_1188455526:126:20202:20219 Bjorne Middle East -0.474526310844171573 +63061 aapg_ai_275.html aapg_ai_275.html:301:31123:31131 Virginia Delaware -0.475085351012185853 +63062 gsa_html_4740178746 gsa_html_4740178746:692:73015:73019 Wise Antarctica -0.442620143363224416 +63063 aapg_ad_880.html aapg_ad_880.html:222:23571:23590 Spearfish Black Hills 0.0316932345281389222 +63064 cspg_html_9011256422 cspg_html_9011256422:365:49321:49366 Jean Marie Lacombe, Alberta -0.0315540759951786695 +63065 aapg_ac_971.html aapg_ac_971.html:115:16017:16044 Oil Creek Colorado -0.00819798606036370794 +63066 geology_html_1845191599 geology_html_1845191599:250:22195:22211 Maroon Colorado -0.0101855410408739511 +63067 cspg_html_3634181348 cspg_html_3634181348:337:32997:33009 Rockwell Terrebonne Parish, Louisiana -0.0339634929094720234 +63068 cspg_html_8065532640 cspg_html_8065532640:609:74433:74442 Mackenzie Root River (Wisconsin) -0.00922476160912374769 +63069 aapg_ae_904.html aapg_ae_904.html:528:54861:54872 Peace River Bow Island Airport -0.411295305764214247 +63070 aapg_ac_719.html aapg_ac_719.html:178:21029:21050 Farisita Colorado -0.0161089604302801712 +63071 cspg_html_5576979800 cspg_html_5576979800:43:7277:7298 Fossil Hill Guelph -0.026183725432627869 +63072 aapg_ac_838.html aapg_ac_838.html:432:39188:39208 Sheep Pass Reno, Nevada -0.049002120544744579 +63073 aapg_aa_303.html aapg_aa_303.html:420:37477:37489 Percha New Mexico -0.408366559381472483 +63074 cspg_html_7192907687 cspg_html_7192907687:625:64107:64126 Kingsport Knoxville, Tennessee -0.235803186427641837 +63075 aapg_ai_583.html aapg_ai_583.html:178:26259:26276 Rierdon Cheyenne, Wyoming 0.0150141868655465499 +63076 aapg_ai_584.html aapg_ai_584.html:382:37115:37123 Fairbank Crook, Colorado -0.480602591853576067 +63077 aapg_aa_23.html aapg_aa_23.html:483:57536:57554 Winnipeg Brandon, Florida 0.298595873147094959 +63078 aapg_af_426.html aapg_af_426.html:10:1381:1388 Paradox Logan, Utah -0.0757272589670562601 +63079 aapg_aa_776.html aapg_aa_776.html:489:52115:52124 Extension Africa -0.499079897625696711 +63080 aapg_ai_49.html aapg_ai_49.html:232:27548:27561 Ankareh Colorado 0.0127135759284121592 +63081 aapg_ae_182.html aapg_ae_182.html:363:38197:38205 Bellevue Cotton Valley, Louisiana -0.477121254719662491 +63082 aapg_ad_757.html aapg_ad_757.html:277:34677:34684 Decorah Decorah, Iowa -0.423360731207782837 +63083 aapg_ae_14.html aapg_ae_14.html:577:55776:55782 Jordan Karak District 0.016480847365564915 +63084 sedimentology_html_9586961644 sedimentology_html_9586961644:949:75142:75166 Kaskapau Lacombe, Alberta -0.0298634270365841781 +63085 geology_html_3926757172 geology_html_3926757172:267:25589:25597 Rockwell Los Angeles -0.446052041434467972 +63086 gsa_html_1210544754 gsa_html_1210544754:122:12225:12237 Owens Valley Sierra Nevada (Spain) -0.054907041085342348 +63087 aapg_ai_54.html aapg_ai_54.html:173:20270:20290 Pottsville Alabama -0.22111512042772688 +63088 aapg_af_310.html aapg_af_310.html:180:20898:20910 Winnipegosis Winnipeg -0.00771327274469656935 +63089 cspg_html_8089302449 cspg_html_8089302449:123:20608:20628 Dawson Bay Regina, Saskatchewan -0.0332519228723545321 +63090 aapg_ah_158.html aapg_ah_158.html:103:20043:20049 Aleman Richmond, California -0.503894623171085909 +63091 cspg_html_7176835767 cspg_html_7176835767:336:43034:43053 Rat River Sault Ste. Marie, Ontario -0.0392782870529255687 +63092 aapg_ak_105.html aapg_ak_105.html:99:13183:13192 Flagstaff Colorado Plateau -0.466718659783226908 +63093 aapg_ah_344.html aapg_ah_344.html:245:27403:27408 Eutaw Tuscaloosa, Alabama 0.383019419787442694 +63094 sedimentology_html_1627982771 sedimentology_html_1627982771:769:43947:43951 Hall London, Ontario -0.467497231753434772 +63095 aapg_aa_590.html aapg_aa_590.html:897:68412:68418 Jordan Melbourne, Florida -0.0120741642534044936 +63096 aapg_ac_807.html aapg_ac_807.html:504:51098:51106 Patapsco Maryland -0.435926993396556828 +63097 aapg_ah_69.html aapg_ah_69.html:157:14831:14842 Chazy Waverly, Ohio -0.4597965726108596 +63098 AMJC_html_6341723617 AMJC_html_6341723617:930:79015:79032 Bridger Sweetwater, Miami-Dade County, Florida -0.01912594516902133 +63099 aapg_ai_105.html aapg_ai_105.html:389:48434:48446 Belden Colorado -0.465616092314337648 +63100 aapg_ae_846.html aapg_ae_846.html:90:8391:8408 Madison New Mexico -0.462302919433881576 +63101 aapg_ad_3.html aapg_ad_3.html:528:51202:51211 Gatesburg Pennsylvania -0.439125439995052158 +63102 sedimentology_html_8980458097 sedimentology_html_8980458097:594:37730:37734 Hall London, Ontario -0.0423703387957518537 +63103 cspg_html_3962754176 cspg_html_3962754176:486:58848:58874 Horseshoe Canyon Lacombe, Alberta 0.753038204534453248 +63104 palaios_html_8417650440 palaios_html_8417650440:461:43001:43021 Point Loma California -0.0191815618988117366 +63105 gsa_html_7040053075 gsa_html_7040053075:408:42596:42615 Duarte San Gabriel Mountains -0.467130759519596039 +63106 aapg_ad_257.html aapg_ad_257.html:109:11595:11615 Tuscaloosa Mississippi River -0.434412491337421103 +63107 gsa_html_1983821343 gsa_html_1983821343:57:4159:4187 Green River Colorado -0.458659434193013582 +63108 sedimentology_html_7708427167 sedimentology_html_7708427167:888:59237:59241 Bond Overland, Missouri -0.456371367070690814 +63109 gsa_html_1445615163 gsa_html_1445615163:29:2796:2824 Green River Colorado -0.0402548881501223546 +63110 cspg_html_4176605708 cspg_html_4176605708:713:68355:68369 Colorado Regina, Saskatchewan -0.48757492352044407 +63111 aapg_aa_702.html aapg_aa_702.html:881:113945:113953 Billings Regina, Saskatchewan -0.0648928845243055274 +63112 aapg_ad_81.html aapg_ad_81.html:1064:175082:175115 Lodgepole Williston Basin -0.433387995206966137 +63113 geology_html_7907725439 geology_html_7907725439:238:20402:20409 Bathtub California -0.464501195477937445 +63114 aapg_ac_9.html aapg_ac_9.html:130:13137:13145 Michigan Salina, Kansas -0.448578878596292641 +63115 aapg_ad_979.html aapg_ad_979.html:369:32868:32884 Borden Siltstone Illinois -0.421244953243923137 +63116 aapg_ah_371.html aapg_ah_371.html:3:194:214 Tuscaloosa Tuscaloosa, Alabama -0.212656020751035846 +63117 palaios_html_3207778962 palaios_html_3207778962:57:7407:7415 Virginia Texas -0.0444288146314834667 +63118 geology_html_6889011624 geology_html_6889011624:40:4002:4011 Red River Canada -0.42567378326686256 +63119 aapg_ai_54.html aapg_ai_54.html:39:4565:4585 Tuscaloosa Selma to Montgomery marches -0.470409220225314617 +63120 aapg_ae_370.html aapg_ae_370.html:136:11504:11519 Pittsburg Bluff Columbia Country -0.460746428725734014 +63121 gsa_html_2017427047 gsa_html_2017427047:12:529:539 Washington Richland, Washington -0.493411698974303814 +63122 cspg_html_1378826439 cspg_html_1378826439:519:43956:43962 Viking Lacombe, Alberta -0.481230723565142238 +63123 cspg_html_6472484014 cspg_html_6472484014:99:13536:13556 La Vieille New Brunswick, New Jersey -0.458720680358492616 +63124 gsa_html_9694069566 gsa_html_9694069566:689:64588:64595 Jupiter Arizona -0.442595627901035182 +63125 aapg_ak_76.html aapg_ak_76.html:113:16872:16887 Cibao Puerto Rico -0.458675312427173743 +63126 aapg_af_575.html aapg_af_575.html:1145:164783:164791 Woodbine McCurtain County, Oklahoma -0.0145589143235537784 +63127 aapg_ah_853.html aapg_ah_853.html:46:3130:3137 Reforma Trinidad and Tobago -0.0958432919429277747 +63128 aapg_ac_240.html aapg_ac_240.html:47:5255:5263 Colorado Logan, Utah -0.0243790060490477571 +63129 geology_html_5478272719 geology_html_5478272719:253:20813:20832 Leadville Colorado -0.0201322850725559367 +63130 aapg_af_397.html aapg_af_397.html:615:72968:72975 Entrada Entrada Sandstone -0.0122044780485856749 +63131 aapg_ac_206.html aapg_ac_206.html:39:5601:5616 Guelph Dolomite Ontario, California 0.0167762758658870741 +63132 aapg_ah_289.html aapg_ah_289.html:102:14405:14422 Temblor Monterey, California -0.466759861116235797 +63133 aapg_ad_662.html aapg_ad_662.html:367:34207:34232 Frio Gulf Coast of the United States -0.469896801722409774 +63134 aapg_ai_145.html aapg_ai_145.html:80:10219:10235 Fernie Big Horn Mountains -0.403786229575477607 +63135 cspg_html_6356755616 cspg_html_6356755616:5:233:252 Whitemud Lacombe, Alberta -0.0413499862143105745 +63136 geology_html_5638110690 geology_html_5638110690:266:22566:22582 Fish Canyon Tuff Colorado -0.441437455474761709 +63137 aapg_ai_751.html aapg_ai_751.html:126:12688:12713 Venango Venango, Pennsylvania -0.484077007932315562 +63138 aapg_ae_777.html aapg_ae_777.html:29:4121:4137 Sandia Sangre de Cristo Range -0.0120637391733475121 +63139 cspg_html_5117208919 cspg_html_5117208919:154:13110:13126 Muskeg Lacombe, Alberta -0.0260481030214056476 +63140 aapg_aa_399.html aapg_aa_399.html:542:52404:52411 Bearpaw Lacombe, Alberta -0.0146127820266622622 +63141 aapg_ad_466.html aapg_ad_466.html:622:70879:70891 Mount Laurel Mount Laurel Township, New Jersey -0.0957659224263696651 +63142 cspg_html_1019614994 cspg_html_1019614994:441:74386:74396 Big Valley Lacombe, Alberta -0.0146249457170983255 +63143 aapg_ac_646.html aapg_ac_646.html:716:51673:51680 Astoria Matanzas Province -0.485336482309537631 +63144 AMJC_html_8522115051 AMJC_html_8522115051:1188:123000:123006 Oregon Earth -0.458784199315796892 +63145 aapg_ad_764.html aapg_ad_764.html:23:3274:3293 Etchegoin Kern River Preserve 0.0209370481380516393 +63146 cspg_html_1962846283 cspg_html_1962846283:551:69419:69439 Cadomin Kootenay River -0.197431429092405131 +63147 cspg_html_4382149016 cspg_html_4382149016:290:43263:43280 Beekmantown Black River, Jamaica -0.0496556656724261927 +63148 aapg_ai_957.html aapg_ai_957.html:301:32498:32506 Beaumont Beaumont, Texas -0.439223139625051329 +63149 aapg_af_668.html aapg_af_668.html:52:6854:6860 Pocono Chadwick, Illinois -0.411700846829734624 +63150 gsa_html_5486105965 gsa_html_5486105965:768:66593:66605 Dixie Valley Reno, Nevada -0.469038078694436811 +63151 gsa_html_3677258183 gsa_html_3677258183:1126:105993:105999 Denver Columbus, Ohio -0.492706142050923668 +63152 sedimentology_html_7879809021 sedimentology_html_7879809021:983:79823:79854 Greenbrier Huntington, West Virginia -0.4864081422828892 +63153 aapg_af_450.html aapg_af_450.html:237:25028:25055 White River Logan, Utah -0.421983856501260468 +63154 gsa_html_1636483297 gsa_html_1636483297:865:75963:75985 Green River Cheyenne, Wyoming -0.0286877600181881381 +63155 gsa_html_4842463190 gsa_html_4842463190:59:3834:3862 Green River Colorado 0.0250483611716524161 +63156 AMJC_html_5969956211 AMJC_html_5969956211:1978:210256:210264 Colorado Denver -0.0767601116094086822 +63157 aapg_af_667.html aapg_af_667.html:63:6812:6818 Salado New Mexico -0.45644603384473742 +63158 aapg_ae_45.html aapg_ae_45.html:34:4716:4725 Smackover Haynesville, Louisiana -0.00576230371979552514 +63159 cspg_html_3501550466 cspg_html_3501550466:79:12851:12862 Peace River Lacombe, Alberta -0.0376282120976162635 +63160 aapg_ai_593.html aapg_ai_593.html:2013:188191:188211 Duck Creek Texas -0.00456360840821551893 +63161 gsa_html_5884416968 gsa_html_5884416968:573:55336:55361 Sandia New Mexico -0.0221155785118801462 +63162 gsa_html_2877093757 gsa_html_2877093757:773:83313:83331 Monterey London, Ontario -0.450676431675374467 +63163 aapg_ah_871.html aapg_ah_871.html:494:54343:54348 Chazy Montreal -0.46328736756315686 +63164 jgeology_html_8936542604 jgeology_html_8936542604:1420:81621:81627 Thrifty London, Ontario -0.0544099822313272238 +63165 cspg_html_7553438101 cspg_html_7553438101:16:1512:1531 Red River Manitoba -0.517021564527098909 +63166 cspg_html_9343899465 cspg_html_9343899465:2654:238193:238220 Sonyea McAlester, Oklahoma -0.0336764237731465785 +63167 aapg_ae_539.html aapg_ae_539.html:618:74947:74952 Swift Cape Cod -0.472123282834716163 +63168 aapg_ae_794.html aapg_ae_794.html:570:63198:63218 Owl Creek Selma to Montgomery marches -0.0311226948006410493 +63169 gsa_html_6627974776 gsa_html_6627974776:673:53143:53148 Yukon Anchorage, Alaska -0.440354093294291316 +63170 geology_html_5856149391 geology_html_5856149391:400:29564:29573 Peninsula California -0.460091874413590562 +63171 cspg_html_4326384800 cspg_html_4326384800:1015:149026:149041 Elk Lacombe, Alberta -0.0315036314272049284 +63172 aapg_ac_879.html aapg_ac_879.html:9:1450:1456 Oregon California -0.0312131444176052264 +63173 aapg_ah_335.html aapg_ah_335.html:425:53860:53864 Wise Huntington, West Virginia -0.51842181676789878 +63174 cspg_html_3529479452 cspg_html_3529479452:225:25164:25183 Lodgepole Manitoba -0.432289667144302503 +63175 aapg_af_559.html aapg_af_559.html:94:12181:12186 Price Nueces River -0.443701699352459789 +63176 aapg_ai_158.html aapg_ai_158.html:573:58365:58370 Yukon McConnell Air Force Base -0.0203860510554202887 +63177 gsa_html_1783148177 gsa_html_1783148177:550:59127:59139 Artist Drive Black Mountains, Wales -0.461526610478465105 +63178 aapg_aa_360.html aapg_aa_360.html:332:29186:29191 Indio Luling, Louisiana -0.0655637299615308144 +63179 cspg_html_6906803477 cspg_html_6906803477:21:2730:2764 Otto Fiord Ellesmere Island -0.460946527021081187 +63180 cspg_html_7182873498 cspg_html_7182873498:153:21054:21061 Eramosa Salina, Kansas -0.454068782805138071 +63181 aapg_af_575.html aapg_af_575.html:806:112826:112834 Seminole Missouri River -0.454305775206324536 +63182 cspg_html_9951421861 cspg_html_9951421861:534:66335:66343 Wabiskaw Lacombe, Alberta -0.481905893496514026 +63183 aapg_ad_98.html aapg_ad_98.html:60:6405:6440 Ninemile Reno, Nevada -0.470510360514459824 +63184 palaios_html_3384603985 palaios_html_3384603985:61:7608:7613 Hueco Texas -0.0168874970090907538 +63185 jgeology_html_2497886918 jgeology_html_2497886918:933:49950:49959 Peninsula Korea -0.487659330983205019 +63186 aapg_ac_586.html aapg_ac_586.html:79:9639:9660 Mauch Chunk Pottsville, Pennsylvania -0.470085189955252725 +63187 cspg_html_5198658336 cspg_html_5198658336:329:35320:35339 Paskapoo Lacombe, Alberta -0.0968105391223467865 +63188 aapg_ai_902.html aapg_ai_902.html:266:37587:37593 Denver Walsenburg, Colorado -0.454023648431036098 +63189 sedimentology_html_5972856435 sedimentology_html_5972856435:343:29633:29637 Cote Guinea -0.462877048614286357 +63190 geology_html_5486340907 geology_html_5486340907:67:6809:6816 Platteville Wisconsin -0.454305775206324536 +63191 aapg_aa_147.html aapg_aa_147.html:166:20376:20395 Stonewall Moose Lake, Minnesota 0.907642546292629637 +63192 gsa_html_6701310840 gsa_html_6701310840:609:56319:56336 Cardium Lacombe, Alberta -0.466073422560892126 +63193 jgeology_html_1838149422 jgeology_html_1838149422:1367:105656:105694 John Day Arizona -0.00365504393340889116 +63194 gsa_html_3795828595 gsa_html_3795828595:17:1001:1018 Black River Ohio -0.486682122398052641 +63195 aapg_aa_23.html aapg_aa_23.html:394:47064:47073 Red River Lake Winnipeg 1.16545849879536512 +63196 cspg_html_2462765529 cspg_html_2462765529:219:38069:38087 Montney Lacombe, Alberta -0.45184182728382527 +63197 aapg_ad_948.html aapg_ad_948.html:49:4757:4773 Tintic Quartzite Logan, Utah -0.226965024520060094 +63198 aapg_ah_328.html aapg_ah_328.html:287:30255:30263 Colorado Mancos, Colorado -0.451812561628617604 +63199 aapg_ad_660.html aapg_ad_660.html:396:51240:51255 Queen Guadalupe Mountains National Park -0.170210832621804892 +63200 aapg_ad_758.html aapg_ad_758.html:375:47217:47225 Lawrence Pleasanton, Texas -0.434518537443352337 +63201 aapg_ae_658.html aapg_ae_658.html:565:58313:58321 Colorado Denver -0.462261924354454456 +63202 sedimentology_html_9257813538 sedimentology_html_9257813538:36:3248:3262 Northumberland England -0.0083213368469432069 +63203 gsa_html_2877730818 gsa_html_2877730818:329:33379:33399 Beck Spring Dolomite Saratoga Springs, New York -0.00846727342264548197 +63204 cspg_html_2093862169 cspg_html_2093862169:321:31618:31626 Pine Key Grand Cayman -0.187842395272737439 +63205 aapg_ad_880.html aapg_ad_880.html:926:91920:91930 Minnekahta Redwater, Texas -0.0580629079805682485 +63206 cspg_html_8362959053 cspg_html_8362959053:56:8673:8696 Beaver Mines Mountain Park (Holyoke, Massachusetts) -0.457492019193031785 +63207 cspg_html_8649903682 cspg_html_8649903682:50:6760:6768 Weymouth Anchorage, Alaska -0.47482657712880405 +63208 aapg_ai_958.html aapg_ai_958.html:8:707:723 Goliad Oakville, California -0.0321281154583834411 +63209 aapg_af_259.html aapg_af_259.html:47:4760:4776 Viking Lacombe, Alberta 1.04764602366446802 +63210 geology_html_7929665686 geology_html_7929665686:12:630:639 Rochester Rochester, Kent -0.444844842741709823 +63211 cspg_html_1818321956 cspg_html_1818321956:87:10869:10879 Otto Fiord Ellesmere Island 0.275899135195492862 +63212 cspg_html_7963093032 cspg_html_7963093032:6:648:656 Columbia Lacombe, Alberta -0.021507182733615033 +63213 aapg_ai_153.html aapg_ai_153.html:271:42408:42430 Marble Falls Llano, Texas -0.464533160716817162 +63214 aapg_aa_945.html aapg_aa_945.html:62:5329:5350 Platteville Rock River (Iowa) -0.4364582012241503 +63215 aapg_af_683.html aapg_af_683.html:749:77135:77143 La Habra California -0.491386278060246817 +63216 aapg_ac_15.html aapg_ac_15.html:115:10874:10884 San Andres Hockley -0.440543090068643561 +63217 sedimentology_html_1756157477 sedimentology_html_1756157477:1659:89762:89775 Saline Valley Death Valley -0.025689926843247262 +63218 cspg_html_5484260516 cspg_html_5484260516:184:19514:19529 Banff Lacombe, Alberta -0.157752194495070053 +63219 aapg_ai_907.html aapg_ai_907.html:44:7285:7312 Logan Logan Canyon -0.463579265049131273 +63220 aapg_af_50.html aapg_af_50.html:779:72540:72557 Minturn Eagle County, Colorado -0.207038607645744083 +63221 aapg_ah_189.html aapg_ah_189.html:23:3190:3211 Trempealeau Michigan -0.461128473443845555 +63222 palaios_html_4940783464 palaios_html_4940783464:494:47216:47234 Yakataga Anchorage, Alaska 0.0364256392683855734 +63223 gsa_html_8881958017 gsa_html_8881958017:142:16805:16811 Slocan Victoria, British Columbia -0.46398990802263862 +63224 gsa_html_7195000001 gsa_html_7195000001:904:109736:109760 Eureka Sound Ellesmere Island -0.0415049470252112224 +63225 cspg_html_3618628685 cspg_html_3618628685:27:4304:4322 Bearpaw Milk River, Alberta -0.457582637906406409 +63226 gsa_html_9135582298 gsa_html_9135582298:857:77124:77129 Price Trans-Pecos -0.0277017418114762735 +63227 aapg_aa_233.html aapg_aa_233.html:500:49498:49504 Sierra Matamoros, Tamaulipas -0.482987267474293158 +63228 aapg_af_133.html aapg_af_133.html:292:31138:31146 Michigan Illinois -0.0503371552170116185 +63229 aapg_ai_720.html aapg_ai_720.html:385:39225:39231 Jordan Delaware -0.481777803377517411 +63230 aapg_ac_305.html aapg_ac_305.html:148:15070:15096 Williston Santa Fe River (New Mexico) -0.440745470442491794 +63231 AMJC_html_6341723617 AMJC_html_6341723617:1167:97686:97694 Colorado Cheyenne, Wyoming -0.437098264428985472 +63232 aapg_aa_148.html aapg_aa_148.html:194:21898:21919 Red Rock Arizona -0.469120700106755939 +63233 sedimentology_html_3798833948 sedimentology_html_3798833948:1431:94163:94166 Arc Israel -0.076928189394647864 +63234 aapg_ah_847.html aapg_ah_847.html:83:9529:9543 New Egypt Navesink River 0.00404765387058551775 +63235 aapg_ad_338.html aapg_ad_338.html:549:58915:58921 Jordan Delaware -0.485423007658706274 +63236 cspg_html_2165379999 cspg_html_2165379999:489:45466:45474 Edmonton Calgary -0.507610494068331364 +63237 cspg_html_3328007773 cspg_html_3328007773:1002:101275:101296 Peace River Lacombe, Alberta 0.0156223882901486404 +63238 cspg_html_9924397126 cspg_html_9924397126:1518:163588:163592 Ross Stroudsburg, Pennsylvania -0.4597965726108596 +63239 cspg_html_6255491344 cspg_html_6255491344:321:40915:40920 Price Victoria, British Columbia -0.0240660707758517355 +63240 gsa_html_1983936163 gsa_html_1983936163:854:67609:67615 Jordan Nazca -0.484310536940914471 +63241 aapg_ac_289.html aapg_ac_289.html:66:7234:7243 Smackover Haynesville, Louisiana 0.0312653271966033056 +63242 aapg_ah_524.html aapg_ah_524.html:59:6056:6062 Curtis Entrada Sandstone -0.463435584788403632 +63243 geology_html_2443480901 geology_html_2443480901:328:24285:24291 Walker Earth -0.060151955110341257 +63244 cspg_html_5241714595 cspg_html_5241714595:457:69955:69970 Nisku Lacombe, Alberta -0.0158621976007121031 +63245 aapg_af_976.html aapg_af_976.html:39:4802:4822 Robertson West, Texas -0.0337703728597886152 +63246 aapg_ae_863.html aapg_ae_863.html:457:51276:51285 San Pedro Los Angeles -0.450707909241451543 +63247 aapg_ac_628.html aapg_ac_628.html:350:57643:57664 Price Wasatch Range -0.435668138774596203 +63248 cspg_html_4694482219 cspg_html_4694482219:42:5167:5190 Willow Creek Lacombe, Alberta -0.0242851248064234297 +63249 aapg_ai_763.html aapg_ai_763.html:34:4884:4908 Cotton Valley East Texas -0.437951625350357587 +63250 gsa_html_2663192210 gsa_html_2663192210:59:3755:3783 Green River New Mexico -0.0223919711537192666 +63251 aapg_ae_71.html aapg_ae_71.html:109:9672:9687 Ouray Ouray, Colorado -0.0321089803604246438 +63252 aapg_ae_705.html aapg_ae_705.html:149:15713:15730 Sisquoc Santa Ynez Valley -0.0380668126428187481 +63253 aapg_aa_118.html aapg_aa_118.html:360:34333:34341 Lowville Otter Creek, Florida -0.00369847415980369305 +63254 aapg_ad_908.html aapg_ad_908.html:253:28129:28134 Colon Colombia -0.0106251101425459231 +63255 aapg_ah_311.html aapg_ah_311.html:56:6431:6445 Sentinel Butte Fort Union Trading Post National Historic Site -0.00100408928942736001 +63256 aapg_ae_182.html aapg_ae_182.html:271:30387:30393 Midway Arkadelphia, Arkansas -0.440620923452583413 +63257 gsa_html_2023933346 gsa_html_2023933346:1137:105363:105371 Rockwell Los Angeles -0.0432358146258081874 +63258 gsa_html_3049782768 gsa_html_3049782768:713:62211:62221 Washington Vashon, Washington -0.035632122339872542 +63259 gsa_html_5947781643 gsa_html_5947781643:1040:73071:73099 Green River Colorado -0.0235062798697475116 +63260 cspg_html_7779401416 cspg_html_7779401416:96:11835:11845 Georgetown Bruce Peninsula National Park -0.478377564070346595 +63261 aapg_af_624.html aapg_af_624.html:128:9621:9639 Frontier Fremont County, Wyoming -0.454610570976523354 +63262 aapg_aa_133.html aapg_aa_133.html:147:16163:16168 Nisku Edmonton, London -0.0218270224173490179 +63263 palaios_html_4736927967 palaios_html_4736927967:907:77239:77256 Wabamun Canada -0.0100152745816292233 +63264 geology_html_1333851680 geology_html_1333851680:268:18088:18099 San Antonio Texas -0.466727815469158758 +63265 cspg_html_4257076625 cspg_html_4257076625:435:57084:57095 Winterhouse Utica, New York -0.152555488415120039 +63266 cspg_html_1732329534 cspg_html_1732329534:46:6672:6680 Paskapoo North Portal, Saskatchewan -0.450707909241451543 +63267 geology_html_8807787667 geology_html_8807787667:139:14535:14550 Valmy Reno, Nevada 0.631927496554376744 +63268 gsa_html_6869840610 gsa_html_6869840610:650:50278:50286 Colorado Reno, Nevada -0.0237792189309356042 +63269 geology_html_8228677420 geology_html_8228677420:16:921:931 Washington Washington (state) -0.469382385724573914 +63270 AMJC_html_4692260170 AMJC_html_4692260170:928:96754:96762 Billings Bennington, Vermont -0.464409872562970838 +63271 gsa_html_3484366946 gsa_html_3484366946:420:47195:47218 Cararra Vienna -0.476033304431228654 +63272 aapg_ac_380.html aapg_ac_380.html:179:22332:22341 Schoharie Onondaga (tribe) -0.447314589257592876 +63273 aapg_aa_267.html aapg_aa_267.html:651:54397:54407 Greenbrier Greenwood, South Carolina -0.507456832997254637 +63274 aapg_ad_557.html aapg_ad_557.html:1433:133669:133693 Mission Canyon Williston Basin -0.401509255391847009 +63275 aapg_ac_984.html aapg_ac_984.html:301:26224:26232 Shakopee Wisconsin -0.025689926843247262 +63276 jgeology_html_6672772311 jgeology_html_6672772311:900:71192:71198 Taylor London, Ontario -0.510056113825609891 +63277 cspg_html_2729673354 cspg_html_2729673354:12:2060:2082 Medicine Hat Regina, Saskatchewan -0.0230751498951462693 +63278 aapg_af_0.html aapg_af_0.html:421:46250:46268 Sabaneta Colorado -0.440887830328426711 +63279 gsa_html_8321564642 gsa_html_8321564642:562:54896:54905 Extension Saudi Arabia -0.01223054087335982 +63280 gsa_html_9053175553 gsa_html_9053175553:217:27882:27899 Flagstaff Flagstaff, Arizona -0.485266333037401854 +63281 aapg_ae_319.html aapg_ae_319.html:709:60283:60291 Sundance Carmel, Indiana 0.0563443548054756993 +63282 palaios_html_4880574501 palaios_html_4880574501:65:8474:8478 Kope Netherlands -0.468455358769372721 +63283 cspg_html_2418341010 cspg_html_2418341010:107:13353:13377 Interlake Winnipeg 0.785725004805442162 +63284 gsa_html_9152662653 gsa_html_9152662653:18:844:850 Reston Virginia -0.46887974264236626 +63285 aapg_aa_626.html aapg_aa_626.html:311:34952:34965 Potomac Maryland -0.0156223882901486526 +63286 aapg_ai_350.html aapg_ai_350.html:87:8956:8962 Wewoka Seminole, Texas -0.441593278961416758 +63287 cspg_html_2960999819 cspg_html_2960999819:5:293:305 Granite Wash Canada -0.0343166851191607572 +63288 gsa_html_3936574180 gsa_html_3936574180:160:17408:17433 Trout Peak Trachyandesite Black Mountains (North Carolina) -0.470216166533545032 +63289 aapg_ad_971.html aapg_ad_971.html:315:28428:28436 Colorado Logan, Utah -0.042293721268789268 +63290 aapg_ac_807.html aapg_ac_807.html:158:16352:16363 Summerville Walterboro, South Carolina -0.0229847531233617133 +63291 aapg_ah_289.html aapg_ah_289.html:558:78304:78322 Monterey Monterey, California -0.435668138774596203 +63292 cspg_html_9388742281 cspg_html_9388742281:144:16471:16479 Columbia Victoria, British Columbia -0.469093158774920749 +63293 aapg_ah_442.html aapg_ah_442.html:69:7552:7562 Rio Grande Frio River -0.45295011354581094 +63294 cspg_html_9343899465 cspg_html_9343899465:182:23375:23385 Bird Fiord Melville Island (Canada) -0.446750257452242616 +63295 aapg_ac_727.html aapg_ac_727.html:173:23878:23886 Virginia Tazewell County, Virginia -0.0380668126428187481 +63296 aapg_aa_598.html aapg_aa_598.html:327:33988:33996 Woodside Cheyenne, Wyoming -0.477179162580930738 +63297 geology_html_9594634115 geology_html_9594634115:12:611:621 Las Cruces New Mexico -0.461001107058420345 +63298 aapg_ai_974.html aapg_ai_974.html:648:67886:67896 Washington Coos Bay -0.477512787064485633 +63299 aapg_ai_326.html aapg_ai_326.html:207:23933:23943 Cumberland Maryland -0.0284721166530200707 +63300 cspg_html_6675007047 cspg_html_6675007047:45:5783:5810 Athabasca Lacombe, Alberta -0.0549959922383894545 +63301 aapg_ad_11.html aapg_ad_11.html:89:11916:11936 Sentinel Butte Little Missouri River (North Dakota) -0.441740222253796999 +63302 aapg_ah_203.html aapg_ah_203.html:565:93184:93192 Colorado New Mexico -0.0782835275776043171 +63303 cspg_html_7086880709 cspg_html_7086880709:48:5731:5739 Columbia Victoria, British Columbia -0.450878806444675151 +63304 gsa_html_2658521990 gsa_html_2658521990:555:49133:49161 Green River Colorado 0.0398997488403347936 +63305 aapg_ac_882.html aapg_ac_882.html:279:27468:27472 Kope Ohio -0.00108399958960863079 +63306 aapg_ae_229.html aapg_ae_229.html:4:375:381 Marlow Stephens County, Georgia -0.006663945278057983 +63307 sedimentology_html_6261114825 sedimentology_html_6261114825:700:56834:56844 Santa Cruz California -0.486857796887406991 +63308 geology_html_6441805793 geology_html_6441805793:57:6020:6031 White River Cheyenne, Wyoming -0.0233880656689205678 +63309 gsa_html_3926085141 gsa_html_3926085141:1249:102163:102191 Green River Colorado 0.0260098507762994979 +63310 cspg_html_7409170811 cspg_html_7409170811:538:68340:68356 Besa River Victoria, British Columbia -0.486881222882081688 +63311 AMJC_html_8273125968 AMJC_html_8273125968:609:64091:64111 Waterville Portland, Maine -0.488731563736560848 +63312 cspg_html_1583755854 cspg_html_1583755854:22:2432:2443 Peace River Fort McMurray -0.464432702411418319 +63313 aapg_aa_856.html aapg_aa_856.html:106:9834:9847 Cotton Valley Paluxy, Texas -0.42652126035610638 +63314 aapg_ad_169.html aapg_ad_169.html:409:47127:47140 Maccrady Greenbrier (Great Smoky Mountains) -0.453085363047098455 +63315 cspg_html_4699684578 cspg_html_4699684578:529:56698:56714 Ireton Lacombe, Alberta -0.465026484605756241 +63316 cspg_html_5109837857 cspg_html_5109837857:100:12360:12371 Blind Fiord Ellesmere Island -0.0433821006587485347 +63317 palaios_html_6327369225 palaios_html_6327369225:462:52431:52439 Richmond Colorado -0.0386046469573407755 +63318 aapg_ad_557.html aapg_ad_557.html:11050:631586:631618 Montney Lacombe, Alberta -0.00305744578029933057 +63319 aapg_ah_387.html aapg_ah_387.html:3020:332958:332967 Knoxville Knoxville, Illinois 0.0130159112039108672 +63320 aapg_af_469.html aapg_af_469.html:746:75271:75279 Virginia Reston, Virginia -0.0391129188633264693 +63321 aapg_af_291.html aapg_af_291.html:22:3116:3124 Lisburne Lisburne Peninsula -0.469896801722409774 +63322 aapg_ai_147.html aapg_ai_147.html:49:5635:5654 Hay River Great Slave Lake -0.0471916520382753418 +63323 gsa_html_3080468929 gsa_html_3080468929:11:493:506 Santa Barbara California -0.469024309212410007 +63324 aapg_ah_108.html aapg_ah_108.html:33:3198:3206 San Jose Panama -0.00357860677920869346 +63325 gsa_html_8495750621 gsa_html_8495750621:507:59992:60002 Santa Cruz California -0.485285038948243097 +63326 aapg_ah_656.html aapg_ah_656.html:243:21186:21202 Whitehorse San Angelo, Texas -0.42773794978433255 +63327 AMJC_html_4299960498 AMJC_html_4299960498:847:94937:94947 Washington Lake Chelan -0.435714594595624227 +63328 aapg_ai_727.html aapg_ai_727.html:155:16074:16080 Moscow Russia -0.464409872562970838 +63329 aapg_aa_24.html aapg_aa_24.html:694:81957:81972 Melville Island Little Cornwallis Island 0.00346047674040686785 +63330 gsa_html_3521452491 gsa_html_3521452491:676:57693:57707 Beaufort South Africa -0.444916336311243943 +63331 jgeology_html_1263059090 jgeology_html_1263059090:1555:81260:81277 Potsdam Lake Champlain -0.0265036602918163264 +63332 aapg_ah_189.html aapg_ah_189.html:34:4971:4979 Glenwood Black River, Jamaica -0.399819294476285336 +63333 aapg_af_575.html aapg_af_575.html:491:68114:68120 Warsaw Burlington, Ontario -0.0248831928885421966 +63334 aapg_aa_623.html aapg_aa_623.html:8:1675:1693 Lea Park Regina, Saskatchewan -0.410517048470844748 +63335 aapg_ae_319.html aapg_ae_319.html:713:60781:60787 Carmel Logan, Utah -0.454357696116458765 +63336 aapg_ac_749.html aapg_ac_749.html:50:6506:6513 Wiarton Manitoulin Island -0.198497730099902986 +63337 aapg_aa_702.html aapg_aa_702.html:326:84256:84262 Casper Cheyenne, Wyoming -0.00178582142589237621 +63338 aapg_ad_821.html aapg_ad_821.html:449:34222:34244 Fort Union Fort Union Trading Post National Historic Site -0.380457370639646464 +63339 aapg_ae_777.html aapg_ae_777.html:610:68776:68787 Lake Valley New Mexico -0.472678482936493838 +63340 aapg_af_323.html aapg_af_323.html:40:6621:6639 Green River Uinta Mountains -0.199745848139325749 +63341 cspg_html_9343899465 cspg_html_9343899465:827:75061:75080 Strathcona Fiord Pennsylvania -0.475085351012185853 +63342 aapg_ac_414.html aapg_ac_414.html:153:18670:18676 Toroweap Logan, Utah 0.325819128688476733 +63343 geology_html_2144574689 geology_html_2144574689:230:22532:22542 Washington Seattle -0.47482657712880405 +63344 cspg_html_4495377323 cspg_html_4495377323:240:28230:28246 Fernie Victoria, British Columbia -0.453829596260670209 +63345 aapg_ae_415.html aapg_ae_415.html:755:93352:93367 Byram Wayne County, Michigan -0.427292746273551127 +63346 sedimentology_html_3238300064 sedimentology_html_3238300064:1600:103811:103823 Viking England -0.43911211811260753 +63347 aapg_af_859.html aapg_af_859.html:12:1817:1823 Lissie Beaumont, Texas -0.445989406971527558 +63348 aapg_ac_200.html aapg_ac_200.html:406:39717:39734 Wasatch Evanston, Wyoming 0.721926067514853664 +63349 gsa_html_4310172940 gsa_html_4310172940:84:5359:5387 Green River Iran -0.000180666507077184774 +63350 aapg_aa_702.html aapg_aa_702.html:1441:145182:145201 Goose Egg Cheyenne, Wyoming -0.0277017418114762735 +63351 aapg_ai_82.html aapg_ai_82.html:19:2970:2995 Loyalhanna Ohio -0.464405306663695727 +63352 palaios_html_9041058007 palaios_html_9041058007:101:11891:11911 Grant Lake Bellevue, Nebraska -0.481230723565142238 +63353 gsa_html_8549650339 gsa_html_8549650339:574:53731:53754 Edwards Texas -0.0420899914954959778 +63354 aapg_ad_2.html aapg_ad_2.html:724:103327:103341 Theresa Thousand Islands (Indonesia) -0.468384265774498543 +63355 geology_html_2873428390 geology_html_2873428390:280:26208:26214 Oxford Pergamon Museum -0.433546895631176765 +63356 aapg_ad_921.html aapg_ad_921.html:53:7505:7519 Kope Lexington, Kentucky 0.284377348809895791 +63357 palaios_html_3022467877 palaios_html_3022467877:347:38438:38460 Hornerstown Navesink River -0.466718659783226908 +63358 cspg_html_3665101783 cspg_html_3665101783:198:19031:19066 Lake Valley New Mexico 0.762662673704975758 +63359 jgeology_html_9065385328 jgeology_html_9065385328:1144:62633:62639 Sierra Cordillera Oriental (Colombia) -0.441517589995484405 +63360 cspg_html_2419618566 cspg_html_2419618566:841:100527:100540 Slocan Milford, Connecticut -0.464656465989479628 +63361 aapg_ai_582.html aapg_ai_582.html:163:14446:14451 Piper Regina, Saskatchewan -0.0136501305925687388 +63362 jgeology_html_4305195651 jgeology_html_4305195651:3000:211766:211777 Mauch Chunk Carbon County, Wyoming -0.0144772441484254995 +63363 aapg_af_150.html aapg_af_150.html:66:6780:6797 Schuler Arkansas -0.0143434446267858666 +63364 aapg_aa_682.html aapg_aa_682.html:655:68207:68223 Vilas Wyandotte, Michigan -0.00395905591412439809 +63365 aapg_ac_305.html aapg_ac_305.html:211:21140:21149 Williston Crystal River, Florida -0.456337429672799166 +63366 aapg_ad_169.html aapg_ad_169.html:43:5367:5387 Greenbrier Huntington, West Virginia -0.183341752695619503 +63367 gsa_html_2300589710 gsa_html_2300589710:417:44599:44605 Jordan Israel -0.470262127852539125 +63368 aapg_ae_959.html aapg_ae_959.html:3275:252812:252833 Bluff Nashville Basin -0.0572986636037091379 +63369 aapg_ai_175.html aapg_ai_175.html:255:32403:32422 Springhill Springhill, Nova Scotia -0.454305775206324536 +63370 aapg_ac_782.html aapg_ac_782.html:205:34905:34918 Barnett Texas -0.0940307788787640431 +63371 aapg_ae_951.html aapg_ae_951.html:748:88480:88490 Rio Grande Magdalena River Valley -0.484161071054726611 +63372 aapg_ad_606.html aapg_ad_606.html:33:3861:3867 Dakota Niobrara, Nebraska 0.0362620584816016611 +63373 aapg_ae_907.html aapg_ae_907.html:210:29021:29036 Santa Margarita Tulare, California -0.423312692876289309 +63374 aapg_aa_906.html aapg_aa_906.html:469:51628:51638 Fort Union Fort Union Trading Post National Historic Site -0.45037070619498798 +63375 aapg_af_236.html aapg_af_236.html:4:760:768 Seminole Wewoka, Oklahoma -0.0470470415347230275 +63376 gsa_html_7302180468 gsa_html_7302180468:377:32654:32673 Pine Point Victoria, British Columbia -0.0487929978444478704 +63377 cspg_html_8532932475 cspg_html_8532932475:303:31206:31232 Horseshoe Canyon Lacombe, Alberta 0.00994404088391406815 +63378 palaios_html_8474347362 palaios_html_8474347362:17:1167:1185 Navesink Closter, New Jersey -0.441419648744354465 +63379 cspg_html_8362959053 cspg_html_8362959053:170:23091:23098 Cadomin Gladstone, Oregon -0.445106268068768518 +63380 aapg_af_353.html aapg_af_353.html:7:985:995 San Miguel Santa Cruz, California -0.0209613827792686502 +63381 aapg_af_450.html aapg_af_450.html:229:24504:24512 Colorado Denver -0.497512762155281452 +63382 aapg_ai_30.html aapg_ai_30.html:10:1035:1054 Catahoula Oakville, California -0.485406637327558677 +63383 aapg_aa_47.html aapg_aa_47.html:400:45331:45338 Minturn Arkansas River -0.459460501338182725 +63384 palaios_html_3491046542 palaios_html_3491046542:66:8501:8522 Road River Middle East 0.00573971941669260566 +63385 aapg_af_579.html aapg_af_579.html:226:24344:24360 Carmel Logan, Utah -0.426871858406847937 +63386 aapg_ad_930.html aapg_ad_930.html:176:18817:18838 Green River Cheyenne, Wyoming 0.0279086779016434645 +63387 aapg_ae_350.html aapg_ae_350.html:5:899:915 Tuscaloosa Tuscaloosa, Alabama -0.434006092086238693 +63388 cspg_html_3501550466 cspg_html_3501550466:485:70153:70168 Hondo Abu Dhabi (emirate) -0.480695619561815057 +63389 aapg_ah_182.html aapg_ah_182.html:63:6902:6913 Jacksonburg Pennsylvania -0.0503371552170116185 +63390 gsa_html_6837513060 gsa_html_6837513060:634:50480:50486 Renton Black River, Jamaica -0.514802145094443997 +63391 aapg_ah_505.html aapg_ah_505.html:1958:152913:152921 Colorado Denver -0.0153756304706319062 +63392 cspg_html_6163691495 cspg_html_6163691495:106:11111:11138 Tongue River Cheyenne, Wyoming -0.0482911263715116029 +63393 cspg_html_6249234253 cspg_html_6249234253:1905:187536:187548 Cooking Lake Canada -0.468384265774498543 +63394 gsa_html_7938666655 gsa_html_7938666655:481:40653:40678 Moonshine Creek Wrangell Mountains -0.486436238766394913 +63395 aapg_ai_28.html aapg_ai_28.html:810:77179:77187 Beaumont Uvalde, Texas -0.00344831630257747207 +63396 aapg_ad_941.html aapg_ad_941.html:72:6768:6783 Elk Lacombe, Alberta -0.0233880656689205678 +63397 aapg_ad_293.html aapg_ad_293.html:514:51040:51046 Oxford England -0.441927274708787343 +63398 aapg_ad_244.html aapg_ad_244.html:219:20327:20339 Little Falls Lowville (town), New York -0.0277904283209578391 +63399 cspg_html_9177794814 cspg_html_9177794814:106:12918:12934 Alapah Anchorage, Alaska -0.45995556917210767 +63400 gsa_html_7195000001 gsa_html_7195000001:180:21667:21689 Eureka Sound Ellesmere Island -0.0682688757908614247 +63401 aapg_ae_686.html aapg_ae_686.html:323:30867:30882 Sandia Bermuda -0.0395916240677814321 +63402 aapg_ad_351.html aapg_ad_351.html:566:48250:48273 Reeds Spring Burlington, Ontario -0.0354024312234924934 +63403 aapg_ae_0.html aapg_ae_0.html:202:27611:27621 Washington Seward, Alaska -0.47596853330555533 +63404 aapg_af_858.html aapg_af_858.html:184:17324:17335 Utica Ohio -0.00751695654912096743 +63405 AMJC_html_2905856018 AMJC_html_2905856018:1036:112033:112043 Washington Boise, Idaho -0.0185558826483486587 +63406 aapg_ae_498.html aapg_ae_498.html:5:849:883 Beekmantown Virginia -0.20218220016504046 +63407 geology_html_9872663807 geology_html_9872663807:250:21191:21226 Mauch Chunk Pennsylvania -0.0546960047123581025 +63408 aapg_aa_626.html aapg_aa_626.html:87:10806:10829 Potomac Maryland -0.457736710679965686 +63409 aapg_aa_892.html aapg_aa_892.html:164:14451:14461 Washington South America -0.464656465989479628 +63410 aapg_ai_399.html aapg_ai_399.html:132:14071:14091 Tuscaloosa Kentucky -0.440387442871438828 +63411 aapg_af_486.html aapg_af_486.html:20:3052:3068 Tyonek McArthur River uranium mine -0.00417620791845697229 +63412 aapg_ah_82.html aapg_ah_82.html:389:36731:36737 Sierra Coahuila -0.00817887540482721727 +63413 cspg_html_7988775280 cspg_html_7988775280:313:54974:54993 Athabasca Ansley, Warwickshire -0.475085351012185853 +63414 cspg_html_3740794265 cspg_html_3740794265:30:3624:3659 Gething Lacombe, Alberta -0.470292003998596664 +63415 AMJC_html_7984049819 AMJC_html_7984049819:232:25321:25339 Kittery New Hampshire 0.00442984212241086077 +63416 gsa_html_5851281923 gsa_html_5851281923:11:497:507 Washington Earth 0.0232420375574608311 +63417 aapg_ah_237.html aapg_ah_237.html:282:28800:28818 Peninsula Oman -0.457555451333636842 +63418 gsa_html_7040053075 gsa_html_7040053075:630:67024:67031 Repetto Montebello, New York -0.507610494068331364 +63419 aapg_ac_807.html aapg_ac_807.html:678:67269:67289 Tuscaloosa North Carolina -0.415098432787898985 +63420 aapg_ac_313.html aapg_ac_313.html:533:60655:60673 Peten Guatemala -0.481777803377517411 +63421 cspg_html_5141367518 cspg_html_5141367518:198:30267:30298 Bearpaw Lacombe, Alberta -0.440245159686024512 +63422 aapg_ac_705.html aapg_ac_705.html:136:14955:14969 Woodford Beaumont, Texas -0.535626248989032439 +63423 cspg_html_9485413283 cspg_html_9485413283:28:3847:3855 Columbia Victoria, British Columbia -0.0308043870775981631 +63424 aapg_ac_741.html aapg_ac_741.html:287:32873:32885 Pierre Niobrara, Nebraska 0.566212916716027914 +63425 jgeology_html_8064855537 jgeology_html_8064855537:248:16860:16871 Mowry Logan, Utah -0.0098536958986005091 +63426 aapg_ai_153.html aapg_ai_153.html:85:14196:14211 Allegheny Allegheny Mountains 0.884243401350662928 +63427 cspg_html_3762708087 cspg_html_3762708087:367:49471:49485 Colorado Victoria, British Columbia -0.0674771191864974446 +63428 gsa_html_3502869946 gsa_html_3502869946:825:69313:69341 Green River Colorado 0.0128960192558849225 +63429 gsa_html_7012936645 gsa_html_7012936645:68:6535:6556 Martinsburg Hamburg -0.434558307819543299 +63430 aapg_ad_466.html aapg_ad_466.html:434:51785:51792 Magothy Austin, Chicago 0.356771574641862654 +63431 palaios_html_1574666570 palaios_html_1574666570:75:7274:7286 Arkona Ausable River (New York) -0.0711327385089104147 +63432 aapg_ad_564.html aapg_ad_564.html:8809:791251:791262 San Antonio Texas -0.508148533121380197 +63433 aapg_af_636.html aapg_af_636.html:776:82697:82704 Waverly Kentucky -0.494798572382738111 +63434 cspg_html_7777724998 cspg_html_7777724998:805:76877:76887 Mill Creek Lacombe, Alberta -0.0887648248398874851 +63435 aapg_ac_466.html aapg_ac_466.html:103:11250:11267 Forest Trinidad and Tobago -0.460953349343471763 +63436 aapg_ad_3.html aapg_ad_3.html:473:44611:44628 Juniata Maysville, Kentucky -0.0196369298300035668 +63437 aapg_ac_719.html aapg_ac_719.html:4:482:499 Vermejo Trinidad and Tobago -0.0292651452152505043 +63438 aapg_af_663.html aapg_af_663.html:614:61614:61640 Putnam Chariton, Iowa -0.0279886708512000412 +63439 aapg_aa_73.html aapg_aa_73.html:94:9005:9015 Pocahontas Randolph, New Jersey -0.468696200218799319 +63440 gsa_html_2729737430 gsa_html_2729737430:1304:115652:115661 Extension Owyhee County, Idaho -0.471382028770717776 +63441 aapg_ae_69.html aapg_ae_69.html:282:29629:29643 Duchesne River Uinta Mountains -0.476218391360906934 +63442 cspg_html_5688447798 cspg_html_5688447798:5:195:223 Disappointment Bay Ellesmere Island -0.0354198318919945049 +63443 aapg_af_788.html aapg_af_788.html:444:37829:37842 Saginaw Michigan -0.00865490686640832049 +63444 aapg_ah_859.html aapg_ah_859.html:178:20922:20945 Porters Creek Alabama -0.44255997020698512 +63445 aapg_aa_12.html aapg_aa_12.html:371:37763:37775 Granite Wash Dalhart, Texas -0.420029936230525147 +63446 gsa_html_3666562816 gsa_html_3666562816:944:92378:92384 Kodiak Anchorage, Alaska -0.47564012534835387 +63447 aapg_ad_63.html aapg_ad_63.html:231:20037:20054 Goliad Oakville, California 0.025102258581667973 +63448 AMJC_html_2360213652 AMJC_html_2360213652:658:76513:76519 Reston Virginia -0.456416618922522499 +63449 sedimentology_html_9626990209 sedimentology_html_9626990209:179:18002:18021 Rock Springs Colorado -0.050246518785567143 +63450 aapg_ad_470.html aapg_ad_470.html:54:6008:6013 Atoka Atoka, Oklahoma -0.455595651058867956 +63451 gsa_html_9487992082 gsa_html_9487992082:255:30919:30925 Navajo Carmel, Indiana -0.0591256711922378136 +63452 aapg_aa_399.html aapg_aa_399.html:88:8109:8125 Fernie Victoria, British Columbia 0.693634420143153019 +63453 aapg_af_695.html aapg_af_695.html:11:1061:1080 Jackson Charlotte, North Carolina -0.439103236963543697 +63454 aapg_ai_720.html aapg_ai_720.html:147:17522:17529 Magothy Long Island (Massachusetts) -0.431133173871068531 +63455 cspg_html_2882882278 cspg_html_2882882278:199:24551:24559 Columbia Victoria, British Columbia -0.495631319068842169 +63456 cspg_html_7963093032 cspg_html_7963093032:562:54792:54800 Columbia Victoria, British Columbia -0.425599363821972831 +63457 gsa_html_9613801428 gsa_html_9613801428:690:78824:78852 Talkeetna Matanuska Glacier -0.174918979757985066 +63458 aapg_aa_667.html aapg_aa_667.html:105:9373:9378 Raton New Mexico -0.521551937667661947 +63459 aapg_ai_758.html aapg_ai_758.html:47:6564:6572 Michigan Ohio -0.0943682554128243978 +63460 gsa_html_6105070212 gsa_html_6105070212:474:55110:55117 Astoria Anchorage, Alaska -0.426567269006246197 +63461 AMJC_html_6107665103 AMJC_html_6107665103:935:65752:65767 Catalina Schist Southern California 0.00145054491803285547 +63462 aapg_ai_7.html aapg_ai_7.html:475:33179:33195 Mt Lytton East Texas -0.47944058990843208 +63463 cspg_html_3473883402 cspg_html_3473883402:394:64551:64578 Slave Point Western Canadian Sedimentary Basin -0.41964702171351137 +63464 geology_html_8482136832 geology_html_8482136832:263:22567:22588 Green River Cheyenne, Wyoming -0.0186775409744464604 +63465 gsa_html_4446967287 gsa_html_4446967287:1095:95988:95995 Shuswap Victoria, British Columbia -0.483281151267174081 +63466 aapg_ah_530.html aapg_ah_530.html:223:25885:25897 Percha New Mexico -0.0292460145715184028 +63467 aapg_aa_227.html aapg_aa_227.html:490:41401:41410 Chugwater Cheyenne, Wyoming -0.441419648744354465 +63468 gsa_html_9207276905 gsa_html_9207276905:424:37902:37910 Columbia Victoria, British Columbia -0.454052985518192231 +63469 cspg_html_7434089303 cspg_html_7434089303:417:54240:54249 Allen Bay Ellesmere Island -0.223244612707600487 +63470 aapg_ai_838.html aapg_ai_838.html:236:38286:38300 Red Rock Mississippi River -0.0715909582527316651 +63471 aapg_ae_388.html aapg_ae_388.html:1720:108514:108534 Tuscaloosa Austin, Chicago 0.0329179005483870232 +63472 gsa_html_7040053075 gsa_html_7040053075:27:2142:2150 San Jose Whittier, Alaska -0.466741549175746284 +63473 cspg_html_9272820228 cspg_html_9272820228:494:45366:45375 Cold Lake Clearwater, Florida -0.0180692565756011246 +63474 cspg_html_6274889925 cspg_html_6274889925:22:2105:2113 Columbia Regina, Saskatchewan -0.478349729395822987 +63475 geology_html_8336068994 geology_html_8336068994:47:4639:4647 Santiago Andes -0.466007095038280028 +63476 gsa_html_6169925575 gsa_html_6169925575:735:80113:80127 Beaufort South Africa -0.0180709945054990453 +63477 palaios_html_6025329652 palaios_html_6025329652:359:34919:34937 Burnt River Schist Salem, Oregon 0.0173358628953661428 +63478 aapg_ad_140.html aapg_ad_140.html:84:7667:7672 Sligo County Sligo -0.451913869834985604 +63479 aapg_ad_37.html aapg_ad_37.html:18:1999:2023 Woodbine Trinity County, Texas -0.378801536806531947 +63480 aapg_aa_537.html aapg_aa_537.html:16:2278:2284 Wilcox Mississippi River -0.00716428423732448638 +63481 palaios_html_1708031813 palaios_html_1708031813:676:54505:54542 Bloomington Bloomington, Indiana 0.00163989791216455892 +63482 cspg_html_8109044701 cspg_html_8109044701:80:11637:11642 Banff Lacombe, Alberta -0.440254051746647612 +63483 aapg_af_497.html aapg_af_497.html:533:45914:45932 Niobrara Pueblo, Colorado 0.059574213615560076 +63484 gsa_html_4303631494 gsa_html_4303631494:663:60869:60875 Madrid Palacio de Deportes de la Comunidad de Madrid -0.0556343814854292629 +63485 aapg_ai_49.html aapg_ai_49.html:600:79239:79247 San Luis Arizona -0.0662765888090927624 +63486 aapg_ae_973.html aapg_ae_973.html:450:32103:32111 Wolfcamp New Mexico -0.466782751574986277 +63487 aapg_ad_919.html aapg_ad_919.html:112:11234:11254 Fall River Millers Creek, North Carolina -0.444916336311243943 +63488 cspg_html_6502178723 cspg_html_6502178723:466:51505:51526 Shaftesbury Lacombe, Alberta -0.436810292517708865 +63489 aapg_ac_741.html aapg_ac_741.html:236:26175:26193 Niobrara Sharon Springs, Kansas -0.221515243454455252 +63490 aapg_ad_400.html aapg_ad_400.html:226:20989:21009 Phosphoria Uinta Mountains 0.0322290101271773613 +63491 sedimentology_html_6076936029 sedimentology_html_6076936029:513:44839:44849 Washington Seattle -0.523980999640466072 +63492 aapg_ak_4.html aapg_ak_4.html:606:62696:62702 Denver Colorado -0.0484061357269625417 +63493 cspg_html_8915218033 cspg_html_8915218033:224:20503:20508 Banff Lacombe, Alberta -0.446029671493266278 +63494 geology_html_6407364180 geology_html_6407364180:13:794:819 Navajo Logan, Utah -0.483341806462215584 +63495 aapg_ae_47.html aapg_ae_47.html:142:13320:13328 Sallisaw Turkey Creek, Louisiana -0.481815063993563775 +63496 gsa_html_4930932370 gsa_html_4930932370:946:102627:102647 Michigamme Baraga County, Michigan -0.449451899065432481 +63497 sedimentology_html_3100976179 sedimentology_html_3100976179:122:7409:7413 Hall London, Ontario -0.473856858113634927 +63498 aapg_af_280.html aapg_af_280.html:64:8752:8758 Denver Colorado -0.030413036449144077 +63499 palaios_html_1018466366 palaios_html_1018466366:918:105186:105202 Viking Lacombe, Alberta 0.871607916005920247 +63500 aapg_ae_904.html aapg_ae_904.html:495:52072:52085 Sundance Cheyenne, Wyoming 0.916805871722892074 +63501 aapg_ae_147.html aapg_ae_147.html:314:31971:31985 Pico South Mountains (Arizona) -0.0252500427953300452 +63502 aapg_ah_619.html aapg_ah_619.html:16:2219:2225 Denver Cheyenne, Wyoming -0.458822766590828601 +63503 sedimentology_html_5880564597 sedimentology_html_5880564597:1138:72602:72608 Denver Colorado -0.457532796484121151 +63504 palaios_html_2048556014 palaios_html_2048556014:724:69852:69867 Conasauga San Fernando Valley -0.454305775206324536 +63505 geology_html_7638652755 geology_html_7638652755:298:22179:22183 Hall Borneo -0.47395378155658785 +63506 gsa_html_8531594123 gsa_html_8531594123:494:60744:60752 Caldwell Toronto -0.448282824521055501 +63507 aapg_ai_66.html aapg_ai_66.html:150:12801:12809 Loveland Colorado -0.0101855410408739511 +63508 gsa_html_7102550258 gsa_html_7102550258:1129:114499:114530 Chinle New Mexico -0.00547218286972656846 +63509 aapg_ad_599.html aapg_ad_599.html:131:14209:14222 Venango Allegheny Mountains -0.471432653520514666 +63510 aapg_ad_236.html aapg_ad_236.html:267:29147:29153 Brazil Africa -0.416884081895734226 +63511 aapg_af_530.html aapg_af_530.html:227:20545:20552 El Paso Texas -0.458641287983651336 +63512 geology_html_6060647318 geology_html_6060647318:243:20475:20500 Francisco California -0.479475427251918496 +63513 aapg_ah_387.html aapg_ah_387.html:2831:307338:307352 Knoxville Knoxville, Illinois -0.0916446366778986277 +63514 gsa_html_8833777630 gsa_html_8833777630:813:89264:89270 Denver Flores Island (Azores) -0.0292460145715184028 +63515 aapg_ad_721.html aapg_ad_721.html:621:61067:61075 Carlsbad Carlsbad, New Mexico -0.471543117662309108 +63516 sedimentology_html_5673709888 sedimentology_html_5673709888:895:37097:37110 Edwards Belton, Texas -0.498566694311008085 +63517 aapg_ac_341.html aapg_ac_341.html:171:18569:18584 Price Virginia 0.376406001828912706 +63518 cspg_html_9648675035 cspg_html_9648675035:26:2361:2369 Columbia Victoria, British Columbia -0.0206137481511775786 +63519 gsa_html_2178342427 gsa_html_2178342427:912:85229:85235 Walker Earth -0.478326534516524793 +63520 cspg_html_7988775280 cspg_html_7988775280:247:43452:43472 Clearwater Clearwater, Florida -0.0286199363218920082 +63521 aapg_ae_805.html aapg_ae_805.html:97:12965:12980 Molas Atoka, Oklahoma -0.0153148102640597843 +63522 aapg_ad_152.html aapg_ad_152.html:1015:131776:131794 Arcturus Reno, Nevada -0.455188836413653375 +63523 aapg_ad_306.html aapg_ad_306.html:196:25480:25486 Sierra Honduras -0.454113919430063184 +63524 aapg_ai_145.html aapg_ai_145.html:162:20985:21005 Nikanassin Kootenay River -0.444871652179790411 +63525 cspg_html_3233680622 cspg_html_3233680622:778:88464:88486 Eureka Sound Canadian Arctic Archipelago 1.20192474847452058 +63526 aapg_ai_696.html aapg_ai_696.html:77:9629:9651 Diamond Peak Western world -0.436872309743032927 +63527 aapg_ad_39.html aapg_ad_39.html:284:20121:20138 Hosston Shreveport, Louisiana -0.0129533588216162645 +63528 aapg_ai_999.html aapg_ai_999.html:240:18409:18413 Wendover Black Hills -0.0216149541452477292 +63529 aapg_aa_685.html aapg_aa_685.html:385:35300:35309 Flagstaff Thistle, Utah -0.486483068290992582 +63530 aapg_ai_17.html aapg_ai_17.html:105:8391:8397 Midway Pine Island (Lee County, Florida) -0.456337429672799166 +63531 cspg_html_3026112034 cspg_html_3026112034:665:63067:63080 Watt Mountain Swan Hill, Victoria -0.440467486742992853 +63532 aapg_af_897.html aapg_af_897.html:7:1105:1110 Boggy Allegheny Mountains -0.450586501765938174 +63533 aapg_ad_918.html aapg_ad_918.html:397:49384:49402 Niobrara El Paso County, Texas 0.0433821006587485278 +63534 jgeology_html_3899973304 jgeology_html_3899973304:204:12227:12255 Dalton Bennington, Vermont -0.0330222814746261376 +63535 aapg_ah_40.html aapg_ah_40.html:7:276:296 San Andres Colorado -0.0364186783313174417 +63536 aapg_ai_599.html aapg_ai_599.html:13:2254:2261 Hanover Hanover -0.0741031352927268294 +63537 cspg_html_2571672964 cspg_html_2571672964:25:3329:3353 Boundary Creek Canada -0.471382028770717776 +63538 cspg_html_5406720001 cspg_html_5406720001:299:37379:37387 Columbia Victoria, British Columbia -0.413938644445855319 +63539 gsa_html_3190469354 gsa_html_3190469354:1446:95175:95203 Green River Colorado -0.0411306079885422268 +63540 cspg_html_5837603841 cspg_html_5837603841:105:13109:13125 Belloy Middle East -0.454414135268558672 +63541 aapg_ah_44.html aapg_ah_44.html:363:47323:47360 Bald Eagle Black Moshannon Creek 0.0264219371203866585 +63542 aapg_ae_973.html aapg_ae_973.html:232:16740:16746 Navajo De Baca County, New Mexico -0.0651619121710063226 +63543 aapg_ae_68.html aapg_ae_68.html:105:13069:13090 Strathearn Boise, Idaho -0.0211456318473247536 +63544 cspg_html_2882304151 cspg_html_2882304151:12:1657:1666 Ellerslie Dissected Till Plains -0.469152832749018645 +63545 aapg_ai_49.html aapg_ai_49.html:669:88007:88015 Moenkopi Spearfish, South Dakota -0.0282234355137958928 +63546 aapg_ae_705.html aapg_ae_705.html:522:49346:49353 Repetto Monterey, California -0.464501195477937445 +63547 aapg_ai_529.html aapg_ai_529.html:313:27454:27460 Oxford Portland, Oregon -0.00202555313540596143 +63548 cspg_html_4165571187 cspg_html_4165571187:147:15819:15827 Columbia Victoria, British Columbia -0.0207284668430632625 +63549 cspg_html_3849785044 cspg_html_3849785044:26:2850:2870 Springvale Onondaga (tribe) -0.064665792939098854 +63550 aapg_ae_411.html aapg_ae_411.html:13:1231:1253 Colorado Texas 0.0415432523513411603 +63551 cspg_html_9803204564 cspg_html_9803204564:291:36948:36970 Logan Shortland Islands -0.0143364940209374722 +63552 aapg_ae_681.html aapg_ae_681.html:49:6586:6602 Werner Choctaw County, Alabama -0.237429490051346975 +63553 aapg_ai_80.html aapg_ai_80.html:170:19340:19348 Virginia Kentucky -0.462097962880594848 +63554 aapg_ah_420.html aapg_ah_420.html:3:290:312 Bearpaw Lacombe, Alberta -0.0263297817646035749 +63555 jgeology_html_6388378441 jgeology_html_6388378441:338:26734:26749 Berino New Mexico -0.0267749150398524059 +63556 aapg_ai_584.html aapg_ai_584.html:239:24616:24624 Tensleep Black Hills 0.351769350420876814 +63557 cspg_html_8316122266 cspg_html_8316122266:269:26872:26900 Peace River Victoria, British Columbia -0.0200714512738383588 +63558 cspg_html_5688447798 cspg_html_5688447798:130:17777:17799 Vendom Fiord Ellesmere Island -0.460953349343471763 +63559 gsa_html_4988837375 gsa_html_4988837375:488:35889:35898 Peninsula Sweden -0.0282234355137958928 +63560 aapg_ah_476.html aapg_ah_476.html:45:5928:5939 Bloyd Brentwood, Essex -0.441421874566947425 +63561 aapg_ah_411.html aapg_ah_411.html:22:3771:3778 Madison Lacombe, Alberta -0.499198739530653746 +63562 gsa_html_5865982995 gsa_html_5865982995:1413:148557:148575 Aycross Cheyenne, Wyoming 0.442136640123241553 +63563 cspg_html_8980454113 cspg_html_8980454113:140:15630:15648 Wabamun Red River of the North -0.461390086357821749 +63564 gsa_html_6426465509 gsa_html_6426465509:510:45761:45771 Washington Washington (state) -0.482430096983488987 +63565 cspg_html_3482605972 cspg_html_3482605972:8:690:702 Luscar Lacombe, Alberta -0.0279486743171803304 +63566 cspg_html_1462870252 cspg_html_1462870252:192:25485:25508 Sulphur Point Western Canadian Sedimentary Basin -0.513396000397295715 +63567 cspg_html_4626597050 cspg_html_4626597050:179:22831:22851 Goose Egg Cheyenne, Wyoming -0.084624099195333452 +63568 gsa_html_7642385160 gsa_html_7642385160:690:72377:72383 Oxford North Sea oil -0.494538507684199602 +63569 aapg_ak_63.html aapg_ak_63.html:174:26835:26855 Wind River Cheyenne, Wyoming -0.478280146619880497 +63570 aapg_ac_632.html aapg_ac_632.html:42:5269:5277 Quadrant Cheyenne, Wyoming -0.0334398147432133225 +63571 cspg_html_1336185084 cspg_html_1336185084:419:44515:44532 Cardium Central Alberta -0.431113360606789509 +63572 aapg_ac_296.html aapg_ac_296.html:157:15492:15498 Navajo Coconino County, Arizona -0.0327508930417841695 +63573 aapg_ae_206.html aapg_ae_206.html:394:45043:45066 Catahoula Oakville, California 0.00753780424990633125 +63574 AMJC_html_4692260170 AMJC_html_4692260170:12:611:619 Virginia Reston, Virginia -0.0480227777799580868 +63575 cspg_html_8267847427 cspg_html_8267847427:8:730:762 Provincial Lacombe, Alberta -0.490054357124853124 +63576 aapg_ae_904.html aapg_ae_904.html:528:54836:54844 Foremost Bow Island Airport -0.014941203695627946 +63577 geology_html_5045588189 geology_html_5045588189:281:27657:27667 Santa Cruz California -0.0596021394822493084 +63578 sedimentology_html_9973432841 sedimentology_html_9973432841:1298:92016:92036 Boss Point Maritimes -0.0126614494701577564 +63579 gsa_html_9139668698 gsa_html_9139668698:624:53821:53839 Monterey California -0.0239565449099976777 +63580 aapg_ae_873.html aapg_ae_873.html:226:26817:26837 Fredericksburg Paluxy, Texas -0.0366936389096963397 +63581 aapg_ad_377.html aapg_ad_377.html:247:24648:24658 Kern River California -0.443813272031764461 +63582 gsa_html_7890131408 gsa_html_7890131408:692:80930:80936 Snyder California -0.04375827605503467 +63583 aapg_ac_563.html aapg_ac_563.html:702:105064:105077 Cotton Valley East Texas -0.448969278215303857 +63584 aapg_ae_419.html aapg_ae_419.html:2016:140065:140074 Huizachal Matamoros, Tamaulipas 0.00877304685539762562 +63585 aapg_ae_35.html aapg_ae_35.html:82:7618:7635 Green River Green River Formation -0.225196635647693127 +63586 aapg_ah_853.html aapg_ah_853.html:74:7063:7079 Brasso Trinidad and Tobago -0.0556657792209241456 +63587 gsa_html_8398449001 gsa_html_8398449001:585:45791:45801 Bear River Bear Lake, Michigan -0.131207828947010746 +63588 aapg_ac_807.html aapg_ac_807.html:395:40801:40814 Merchantville Merchantville, New Jersey -0.42773794978433255 +63589 aapg_ai_846.html aapg_ai_846.html:79:10909:10926 Prairie Shreveport, Louisiana -0.427658982255246345 +63590 aapg_ah_647.html aapg_ah_647.html:753:83607:83613 Concha Arizona -0.05853057202324604 +63591 geology_html_6088921686 geology_html_6088921686:25:1662:1691 Sierra San Gabriel Mountains -0.456608964648804683 +63592 cspg_html_3012058617 cspg_html_3012058617:5:245:263 Kootenay Victoria, British Columbia -0.450582005503512739 +63593 aapg_ac_305.html aapg_ac_305.html:234:22808:22828 Williston Crystal River, Florida -0.466666016428022079 +63594 geology_html_4341033542 geology_html_4341033542:275:22822:22830 Billings North Carolina -0.500423794622032903 +63595 cspg_html_3665101783 cspg_html_3665101783:5:196:233 Fossil Hill Manitoulin Island -0.0241599506982851236 +63596 aapg_ah_96.html aapg_ah_96.html:476:55664:55678 Stony Mountain Nebraska -0.0591675570859205024 +63597 aapg_ad_784.html aapg_ad_784.html:180:20507:20515 Vaqueros Ventura County, California -0.446669666957771216 +63598 aapg_af_890.html aapg_af_890.html:8:1203:1213 San Andres Texas 0.00957571265714924832 +63599 cspg_html_5281980997 cspg_html_5281980997:638:83285:83293 Montreal Winnipeg -0.454357696116458765 +63600 AMJC_html_4473205820 AMJC_html_4473205820:953:102214:102220 Silica Tokyo -0.00949926761203980299 +63601 aapg_ae_454.html aapg_ae_454.html:102:8401:8418 Bossier Shreveport, Louisiana 0.353799010415271287 +63602 cspg_html_4176605708 cspg_html_4176605708:425:43031:43046 Favel Manitoba -0.484114368303559472 +63603 gsa_html_2803067273 gsa_html_2803067273:657:78086:78092 Dayton Ohio -0.48294529227432792 +63604 cspg_html_7325522863 cspg_html_7325522863:90:15519:15536 Prairie Western world -0.428809045611172668 +63605 aapg_aa_745.html aapg_aa_745.html:15:973:986 Cherry Canyon Texas -0.0263297817646035749 +63606 aapg_af_631.html aapg_af_631.html:162:15877:15893 Salado Salado, Texas -0.0074248793072545817 +63607 gsa_html_4837287019 gsa_html_4837287019:338:32785:32795 Washington Salem, Oregon -0.0153148102640597843 +63608 cspg_html_5541937700 cspg_html_5541937700:212:30552:30572 Bow Island Lacombe, Alberta -0.487692158362934725 +63609 aapg_ac_629.html aapg_ac_629.html:418:53415:53423 Columbia Beaumont, Texas 0.0258533653677365111 +63610 cspg_html_1222040397 cspg_html_1222040397:540:70056:70078 Rabbitkettle Western world 0.830984338028033842 +63611 geology_html_2128565360 geology_html_2128565360:39:4515:4532 Campito California -0.029835599351404625 +63612 cspg_html_3772380029 cspg_html_3772380029:366:46921:46944 Portage Chute Manitoba -0.473649201225758321 +63613 cspg_html_6140605204 cspg_html_6140605204:20:3504:3512 Columbia Lacombe, Alberta -0.0232594217874036342 +63614 aapg_ac_313.html aapg_ac_313.html:125:16124:16141 Chochal Santa Rosa, California -0.0306147978884375553 +63615 gsa_html_2178342427 gsa_html_2178342427:759:72332:72336 Dunn Canada -0.463271407180362194 +63616 cspg_html_7866293053 cspg_html_7866293053:50:6158:6166 Columbia Victoria, British Columbia -0.0164009085472750712 +63617 aapg_ac_333.html aapg_ac_333.html:697:84162:84165 Abo New Mexico -0.456661018199272462 +63618 aapg_ae_324.html aapg_ae_324.html:982:98112:98120 Virginia La Follette, Tennessee -0.0491380533416538867 +63619 sedimentology_html_7328045802 sedimentology_html_7328045802:83:9405:9424 Frankfort Schenectady, New York -0.48878086726465575 +63620 cspg_html_5660413005 cspg_html_5660413005:140:16804:16817 Graminia Lacombe, Alberta -0.118471692074951299 +63621 cspg_html_1611261412 cspg_html_1611261412:426:55291:55299 Columbia Victoria, British Columbia -0.0386046469573407755 +63622 aapg_af_624.html aapg_af_624.html:23:3485:3491 Casper Cheyenne, Wyoming -0.453355922590981064 +63623 aapg_ac_206.html aapg_ac_206.html:33:4804:4812 Rockwood Guelph -0.480765396922298249 +63624 geology_html_7391733758 geology_html_7391733758:52:5266:5283 Pueblo Pueblo, Colorado -0.0124129812660324374 +63625 aapg_ac_222.html aapg_ac_222.html:592:67375:67385 San Miguel Phoenix, Arizona -0.360692574821675938 +63626 cspg_html_4409656292 cspg_html_4409656292:822:83546:83564 Kaskapau Lacombe, Alberta -0.416433026798005201 +63627 cspg_html_3962754176 cspg_html_3962754176:752:77626:77645 Athabasca Lacombe, Alberta -0.448327675040319895 +63628 aapg_ac_246.html aapg_ac_246.html:1384:113675:113694 Newcastle Cheyenne, Wyoming -0.522314359909286763 +63629 gsa_html_8531594123 gsa_html_8531594123:792:81403:81413 Washington Victoria, British Columbia -0.473663043482949409 +63630 aapg_ai_584.html aapg_ai_584.html:390:38125:38143 Fairbank Hartville, Missouri -0.0243946529781233976 +63631 geology_html_8138840025 geology_html_8138840025:211:21550:21559 Extension Macquarie Island -0.0113965411474177668 +63632 gsa_html_7822144675 gsa_html_7822144675:436:50667:50676 San Diego California 0.0130159112039108672 +63633 cspg_html_3129231627 cspg_html_3129231627:42:5634:5652 Disappointment Bay Little Cornwallis Island -0.028972971193404428 +63634 aapg_ae_371.html aapg_ae_371.html:165:18470:18488 Cloverly Cheyenne, Wyoming -0.474618689462150911 +63635 cspg_html_1665574291 cspg_html_1665574291:28:5281:5289 Edmonton Red Deer, Alberta -0.480644453081816247 +63636 gsa_html_2989317971 gsa_html_2989317971:304:35376:35407 Glenns Ferry Salem, Oregon -0.0765220112251028262 +63637 cspg_html_7178716951 cspg_html_7178716951:8:858:870 Fernie Kootenay River -0.453572428394685367 +63638 sedimentology_html_3348144402 sedimentology_html_3348144402:27:1623:1629 Guelph Canada -0.450586501765938174 +63639 aapg_ah_859.html aapg_ah_859.html:23:3518:3531 Chattahoochee Alabama -0.0445280936514478309 +63640 gsa_html_7974916531 gsa_html_7974916531:1179:94721:94749 Green River New Mexico -0.446078886082885928 +63641 aapg_ah_973.html aapg_ah_973.html:192:17064:17077 Nacatoch Saratoga, California -0.475196277624828634 +63642 cspg_html_8352050670 cspg_html_8352050670:85:8664:8673 Tahkandit Ellesmere Island -0.455347020329573748 +63643 aapg_af_2.html aapg_af_2.html:307:34744:34768 Leadville San Juan Mountains -0.0699156741554105426 +63644 gsa_html_2162821431 gsa_html_2162821431:1079:94114:94120 Oregon Southern California -0.458675312427173743 +63645 aapg_ah_659.html aapg_ah_659.html:4:777:792 Uinta Bridger, Montana -0.0481395257140627003 +63646 aapg_ae_753.html aapg_ae_753.html:128:14781:14795 Java Knoxville, Tennessee -0.478349729395822987 +63647 aapg_ah_40.html aapg_ah_40.html:7:410:418 Colorado Ankara -0.44497889773871091 +63648 gsa_html_7938666655 gsa_html_7938666655:411:34964:34983 Kennicott Wrangell Mountains -0.0376282120976162635 +63649 aapg_ae_220.html aapg_ae_220.html:450:49929:49937 Saratoga Ashley County, Arkansas -0.489182445167081981 +63650 gsa_html_4557277250 gsa_html_4557277250:429:41469:41487 Morrison Logan, Utah -0.461601707643698789 +63651 cspg_html_2283256965 cspg_html_2283256965:19:1820:1839 Coalspur Lacombe, Alberta -0.434558307819543299 +63652 gsa_html_8161586681 gsa_html_8161586681:737:75417:75423 Oregon Salem, Massachusetts 0.000416922734646836166 +63653 aapg_af_779.html aapg_af_779.html:77:10277:10296 Coldwater Michigan -0.420791864948583338 +63654 cspg_html_6306091047 cspg_html_6306091047:124:18901:18909 Columbia Victoria, British Columbia -0.426679013535527729 +63655 aapg_aa_39.html aapg_aa_39.html:53:6743:6756 Hermosa Atoka, Oklahoma -0.0610771505726213221 +63656 aapg_af_143.html aapg_af_143.html:776:72622:72631 Knoxville Central Valley (California) -0.497180715543366847 +63657 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3330:3355 Victoria San Carlos City, Pangasinan -0.420012527736359387 +63658 gsa_html_3447557340 gsa_html_3447557340:711:62343:62355 Rhode Island Narragansett Bay -0.0844574989417890276 +63659 sedimentology_html_7352727244 sedimentology_html_7352727244:849:44818:44822 Hall London, Ontario -0.534563007276694369 +63660 palaios_html_3912601201 palaios_html_3912601201:534:58873:58889 Dakota Arizona -0.00486067457957646467 +63661 AMJC_html_6341723617 AMJC_html_6341723617:1095:91330:91351 Green River Cheyenne, Wyoming 0.920813565605315243 +63662 aapg_af_786.html aapg_af_786.html:391:29804:29820 Llajas California -0.457736710679965686 +63663 cspg_html_9637445661 cspg_html_9637445661:135:14268:14285 Cardium Victoria, British Columbia -0.0132991361893864783 +63664 aapg_ah_847.html aapg_ah_847.html:385:47460:47466 Tinton New Egypt, New Jersey -0.0838385016465107019 +63665 aapg_ah_289.html aapg_ah_289.html:199:27036:27055 San Joaquin Lost Hills Oil Field -0.441593278961416758 +63666 aapg_aa_106.html aapg_aa_106.html:495:54078:54098 Dawson Bay Manitoba 0.0182239329046336093 +63667 aapg_aa_147.html aapg_aa_147.html:83:11171:11195 Stony Mountain Red River of the North -0.38010591608200528 +63668 gsa_html_4339524478 gsa_html_4339524478:979:91462:91468 Oregon Boise, Idaho -0.0313488201123993324 +63669 cspg_html_1140317615 cspg_html_1140317615:358:34007:34024 Bearpaw Saskatchewan River -0.46326000708216164 +63670 aapg_ah_374.html aapg_ah_374.html:63:6836:6854 Seminole Tulsa County, Oklahoma -0.0540071290768429357 +63671 aapg_ai_932.html aapg_ai_932.html:454:70707:70715 Monterey Santa Maria, California 0.862491186965331891 +63672 geology_html_3882764006 geology_html_3882764006:347:23855:23866 San Antonio Texas -0.127471155881611536 +63673 cspg_html_9493908895 cspg_html_9493908895:41:4142:4150 Columbia Lacombe, Alberta -0.444036457876645585 +63674 aapg_ad_145.html aapg_ad_145.html:26:2874:2880 Lisbon Ouray, Colorado -0.023370681300786636 +63675 sedimentology_html_6425376816 sedimentology_html_6425376816:1277:109466:109486 San Andres New Mexico -0.00190221287180793197 +63676 aapg_af_575.html aapg_af_575.html:738:102471:102487 Wewoka Texas -0.0309000524599756105 +63677 aapg_ad_466.html aapg_ad_466.html:1374:146352:146373 Black Creek The Carolinas -0.45995556917210767 +63678 cspg_html_1019614994 cspg_html_1019614994:77:14745:14763 Palliser Regina, Saskatchewan 0.0101177818467075957 +63679 cspg_html_5973552270 cspg_html_5973552270:61:8484:8498 Fort Vermilion Swan Hill, Victoria -0.0666977065523781804 +63680 aapg_ah_536.html aapg_ah_536.html:180:23890:23907 Rodessa County Sligo 0.0159560366827661039 +63681 gsa_html_4557277250 gsa_html_4557277250:60:6301:6317 Carmel Logan, Utah -0.467071222132578012 +63682 aapg_ac_214.html aapg_ac_214.html:7:888:895 Entrada Logan, Utah 0.761833295108615305 +63683 aapg_ah_427.html aapg_ah_427.html:636:83411:83429 Parkwood Alabama 0.425257984121839572 +63684 cspg_html_6306091047 cspg_html_6306091047:10:1215:1223 Columbia Victoria, British Columbia -0.431256465733329653 +63685 aapg_ai_477.html aapg_ai_477.html:69:8062:8070 Columbia Victoria, British Columbia -0.0220234486290734922 +63686 geology_html_6689329648 geology_html_6689329648:51:5431:5440 Gladstone Gold Coast, Queensland -0.492640099962427858 +63687 aapg_ae_839.html aapg_ae_839.html:47:4057:4070 Cotton Valley Shreveport, Louisiana -0.433403442682278373 +63688 palaios_html_2994452429 palaios_html_2994452429:1303:119137:119169 Montney Lacombe, Alberta -0.464419004431934179 +63689 aapg_ad_335.html aapg_ad_335.html:487:62241:62261 Phosphoria Cheyenne, Wyoming 0.410588165592720156 +63690 geology_html_9810499598 geology_html_9810499598:36:4006:4023 Ludlow Gotland 0.0102341887438569899 +63691 gsa_html_4058959570 gsa_html_4058959570:136:13068:13084 Bladen Maya Mountain -0.481759173673690755 +63692 aapg_ai_791.html aapg_ai_791.html:128:19168:19174 Sierra Los Naranjos -0.472123282834716163 +63693 aapg_ad_52.html aapg_ad_52.html:644:70050:70058 Michigan Michigan -0.445560028460347757 +63694 aapg_ad_695.html aapg_ad_695.html:281:17496:17502 Reklaw Texas -0.0273313514332929886 +63695 aapg_ae_295.html aapg_ae_295.html:223:25389:25395 Reklaw Charlotte, North Carolina -0.0774324572797522176 +63696 aapg_ah_0.html aapg_ah_0.html:111:16544:16552 Colorado Denver -0.416376659595793952 +63697 aapg_aa_94.html aapg_aa_94.html:58:5376:5384 Moenkopi Emery County, Utah -0.456228838585424179 +63698 geology_html_6752696169 geology_html_6752696169:55:7375:7386 Green River Uinta Mountains -0.0154677299277763414 +63699 aapg_ad_960.html aapg_ad_960.html:43:4701:4709 Monterey Durham, North Carolina 0.0228908800795091481 +63700 gsa_html_1504398873 gsa_html_1504398873:585:57756:57776 Ellensburg Washington (state) -0.286304981698915884 +63701 cspg_html_1019614994 cspg_html_1019614994:53:9092:9098 Antler Western Canadian Sedimentary Basin -0.464820899663721254 +63702 aapg_ad_959.html aapg_ad_959.html:64:6590:6618 Clays Ferry Lexington, Kentucky -0.429160487479880115 +63703 aapg_ac_187.html aapg_ac_187.html:2109:209638:209657 Marcellus Pennsylvania -0.389949297242189186 +63704 aapg_aa_2.html aapg_aa_2.html:20:2557:2575 Kootenai Colorado -0.42773794978433255 +63705 gsa_html_8840132442 gsa_html_8840132442:972:93822:93834 Beaver Mines Canada -0.460980639153810601 +63706 aapg_ac_729.html aapg_ac_729.html:78:6360:6379 Okpikruak Anchorage, Alaska -0.458180950614220484 +63707 cspg_html_2152913769 cspg_html_2152913769:37:4945:4964 Elk Regina, Saskatchewan -0.0529312233263838083 +63708 gsa_html_8688253811 gsa_html_8688253811:741:57235:57245 Coquihalla Victoria, British Columbia -0.497365696740727614 +63709 sedimentology_html_5613495298 sedimentology_html_5613495298:968:48724:48730 Chinle Chinle Formation -0.455482628602140449 +63710 palaios_html_2188445156 palaios_html_2188445156:15:566:574 Colorado Earth -0.478326534516524793 +63711 jgeology_html_8518380643 jgeology_html_8518380643:138:7854:7862 Victoria Trafford -0.472512577150688062 +63712 gsa_html_3536104938 gsa_html_3536104938:681:48171:48199 Green River Iran -0.0192893197607112085 +63713 gsa_html_1124652135 gsa_html_1124652135:275:24968:24988 Parachucla Charleston, South Carolina -0.454068782805138071 +63714 AMJC_html_2042861811 AMJC_html_2042861811:877:82191:82199 Scotland West Greenland Current -0.481815063993563775 +63715 aapg_af_48.html aapg_af_48.html:619:52887:52899 Rundle Lacombe, Alberta -0.0430651506841664283 +63716 aapg_aa_147.html aapg_aa_147.html:143:17652:17671 Stonewall Manitoba -0.544538619976151161 +63717 aapg_ah_779.html aapg_ah_779.html:516:97659:97669 Fort Payne Arkansas 0.461638120664527807 +63718 aapg_ac_575.html aapg_ac_575.html:496:73823:73833 Phosphoria Logan, Utah 0.359669975177656975 +63719 aapg_aa_918.html aapg_aa_918.html:1063:109421:109431 Protection Clark County, Indiana -0.0429223527967571086 +63720 aapg_ae_876.html aapg_ae_876.html:15:2063:2069 Dakota Cedar Mountains 0.0125068081791336935 +63721 aapg_af_468.html aapg_af_468.html:321:30697:30712 Frio Brazoria County, Texas -0.00716428423732448638 +63722 aapg_ai_17.html aapg_ai_17.html:359:28761:28771 Cane River Richland, Washington -0.455197874748240694 +63723 aapg_aa_683.html aapg_aa_683.html:9:1589:1595 Dakota Logan, Utah -0.224058923293539963 +63724 jgeology_html_3425370855 jgeology_html_3425370855:819:57812:57823 Black River Utica, New York -0.427672143055296883 +63725 gsa_html_7193229774 gsa_html_7193229774:965:72347:72357 Washington Olympic National Park -0.00357860677920869346 +63726 cspg_html_9119878068 cspg_html_9119878068:86:11412:11431 Waterways Swan Hill, Victoria -0.038468880180471815 +63727 gsa_html_5851281923 gsa_html_5851281923:282:28259:28287 Green River Colorado 0.0327021829754996912 +63728 sedimentology_html_6051696699 sedimentology_html_6051696699:439:38378:38397 Caledonia New Caledonia -0.47495364399168194 +63729 aapg_af_575.html aapg_af_575.html:322:44485:44494 Red River Llano, Texas -0.0247962629365806077 +63730 cspg_html_2161417858 cspg_html_2161417858:237:31310:31330 Big Valley Lacombe, Alberta -0.0364186783313174417 +63731 aapg_ad_341.html aapg_ad_341.html:64:5523:5529 Mohawk Closter, New Jersey -0.0385036919951944542 +63732 sedimentology_html_2165832672 sedimentology_html_2165832672:918:72474:72488 Pozo Spain -0.470567831774721834 +63733 palaios_html_5624633010 palaios_html_5624633010:18:814:830 Noonday Dolomite Death Valley -0.0699156741554105426 +63734 gsa_html_6194837075 gsa_html_6194837075:165:14875:14891 Paluxy Texas -2.08461351353560743e-05 +63735 aapg_ah_165.html aapg_ah_165.html:315:38705:38725 Wabamun Lacombe, Alberta 0.957131004261835838 +63736 cspg_html_8174352156 cspg_html_8174352156:248:32714:32722 Columbia Victoria, British Columbia -0.451812561628617604 +63737 aapg_af_248.html aapg_af_248.html:18:2591:2607 Midway Northeast Texas -0.426278108610392503 +63738 aapg_ae_794.html aapg_ae_794.html:695:79896:79917 Coon Creek Knoxville, Tennessee -0.0657559135785179827 +63739 cspg_html_4287356899 cspg_html_4287356899:1413:194151:194172 Trold Fiord Ellesmere Island -0.434757184965269161 +63740 geology_html_8757137275 geology_html_8757137275:103:8079:8097 Scollard Lacombe, Alberta -0.0337703728597886152 +63741 cspg_html_6306091047 cspg_html_6306091047:729:100188:100196 Columbia Victoria, British Columbia -0.466842269540434285 +63742 aapg_ah_528.html aapg_ah_528.html:551:59500:59508 Moenkopi Candelaria, Tenerife 0.370701788314011682 +63743 gsa_html_2279602635 gsa_html_2279602635:12:549:562 Santa Barbara California -0.455197874748240694 +63744 cspg_html_5193469258 cspg_html_5193469258:8:512:522 Missisauga Logan Canyon -0.0540873490612621827 +63745 aapg_af_854.html aapg_af_854.html:422:55041:55053 Locust Point Kentucky -0.44948782523520614 +63746 aapg_ac_965.html aapg_ac_965.html:75:10197:10214 Manlius Helderberg -0.435880527044409383 +63747 aapg_ai_78.html aapg_ai_78.html:50:5152:5157 Yegua Texas -0.452909542628234352 +63748 aapg_aa_897.html aapg_aa_897.html:76:8161:8167 Kodiak Kodiak Island -0.0891861377691842427 +63749 aapg_ad_460.html aapg_ad_460.html:95:9030:9049 San Andres San Angelo, Texas -0.461155768602865224 +63750 gsa_html_6765882493 gsa_html_6765882493:808:108488:108509 Cliff House Colorado -0.474918987556243288 +63751 cspg_html_9778753186 cspg_html_9778753186:178:26107:26126 Crowsnest Southeast Asia -0.413350620311348449 +63752 gsa_html_3860045860 gsa_html_3860045860:469:50068:50074 Oregon Glenwood, Utah -0.500423794622032903 +63753 aapg_ac_569.html aapg_ac_569.html:353:50096:50108 Devon Island Canadian Arctic Archipelago -0.458720680358492616 +63754 aapg_ad_960.html aapg_ad_960.html:13:1322:1336 Monterey Los Angeles 0.0428352820524564998 +63755 aapg_ae_959.html aapg_ae_959.html:1840:132903:132918 Dog Creek Texas -0.465561228542891226 +63756 aapg_ah_724.html aapg_ah_724.html:15:2076:2094 Kaskapau Victoria, British Columbia -0.0342192516575154232 +63757 aapg_ai_4.html aapg_ai_4.html:69:6386:6394 Monterey Santa Monica Mountains -0.00143491027354907159 +63758 aapg_aa_415.html aapg_aa_415.html:341:49832:49842 Rio Grande Hays County, Texas -0.45896570683289678 +63759 aapg_ah_974.html aapg_ah_974.html:92:9435:9441 Goliad Oakville, California -0.0294216697317379976 +63760 aapg_ai_755.html aapg_ai_755.html:88:9729:9734 Viola Bartlesville, Oklahoma -0.486401118306284352 +63761 sedimentology_html_3220122506 sedimentology_html_3220122506:85:8129:8147 Yakataga Anchorage, Alaska -0.476130470160059438 +63762 gsa_html_2246096178 gsa_html_2246096178:905:70601:70629 Green River Colorado -0.00583700570111723212 +63763 gsa_html_3448554349 gsa_html_3448554349:568:59398:59416 Rockwell Pennsylvania -0.028708628918134603 +63764 geology_html_7675416751 geology_html_7675416751:269:23506:23510 Kano Texas -0.481870957939069144 +63765 sedimentology_html_2865738906 sedimentology_html_2865738906:479:29543:29555 Golden Spike Canada -0.0279295455819341988 +63766 geology_html_6060647318 geology_html_6060647318:162:15354:15365 San Joaquin California -0.443701699352459789 +63767 sedimentology_html_2670349557 sedimentology_html_2670349557:1386:101344:101351 Kayenta Logan, Utah -0.419507817631771751 +63768 gsa_html_4940410718 gsa_html_4940410718:281:23523:23536 Topanga Hawaii (island) -0.470696581042233275 +63769 AMJC_html_9120759990 AMJC_html_9120759990:599:56089:56099 Washington Hobbs, New Mexico -0.0313696934317686249 +63770 aapg_af_854.html aapg_af_854.html:512:68689:68695 Keokuk Burlington, Ontario -0.0158535088155795055 +63771 cspg_html_4382149016 cspg_html_4382149016:9:785:806 Lawrence Quebec City -0.0280825762237737336 +63772 aapg_ac_835.html aapg_ac_835.html:397:52839:52849 Phosphoria Gallatin, Tennessee -0.000105967854110096421 +63773 aapg_aa_22.html aapg_aa_22.html:521:49035:49040 Upham Sacramento, California -0.407523998422812062 +63774 geology_html_4363767289 geology_html_4363767289:81:7943:7951 Toroweap Grand Canyon -0.0146249457170983255 +63775 cspg_html_4385655879 cspg_html_4385655879:55:7794:7802 Graminia Western world -0.465568086328610908 +63776 aapg_ae_642.html aapg_ae_642.html:100:9614:9620 Paluxy Tuscaloosa, Alabama -0.471856174981104159 +63777 aapg_ai_367.html aapg_ai_367.html:362:24349:24356 Temblor Coalinga, California -0.180619918254416895 +63778 aapg_ac_841.html aapg_ac_841.html:814:85812:85827 Atima Albia, Iowa -0.471292292074721564 +63779 geology_html_2632215670 geology_html_2632215670:18:870:876 Kodiak Anchorage, Alaska -0.0699576373044528826 +63780 aapg_ae_921.html aapg_ae_921.html:241:19990:20006 Amsden California -0.445408004975414329 +63781 cspg_html_1124814558 cspg_html_1124814558:6:495:507 Grand Rapids Clearwater, Florida -0.0675138206513768296 +63782 gsa_html_6369667498 gsa_html_6369667498:831:63838:63866 Green River Colorado -0.0152331376513424877 +63783 gsa_html_2557883791 gsa_html_2557883791:914:71915:71943 Green River Colorado 0.00199775813947338649 +63784 aapg_af_663.html aapg_af_663.html:3:155:163 Traverse Iowa -0.0293555813701503708 +63785 gsa_html_8971189731 gsa_html_8971189731:748:72642:72652 Wind River Cheyenne, Wyoming -0.461601707643698789 +63786 gsa_html_7166705576 gsa_html_7166705576:12:404:413 San Diego California -0.479459169650376604 +63787 aapg_ai_154.html aapg_ai_154.html:300:34468:34476 Catskill Chemung, New York -0.0426837810068434811 +63788 cspg_html_5479700260 cspg_html_5479700260:54:5248:5267 Allen Bay Wales Island (British Columbia) 0.81534370722758398 +63789 aapg_ad_683.html aapg_ad_683.html:203:22902:22918 Toroweap Kaibab, Arizona -0.481794104698776371 +63790 aapg_aa_615.html aapg_aa_615.html:55:6924:6933 Mesaverde Mancos, Colorado -0.428106551564836124 +63791 AMJC_html_2403907797 AMJC_html_2403907797:707:70358:70367 New River Virginia -0.452003931056544739 +63792 gsa_html_1024107776 gsa_html_1024107776:1362:121661:121689 Green River Colorado 0.0037592765078730871 +63793 aapg_ac_515.html aapg_ac_515.html:78:9979:10000 Sespe Monterey, California -0.432227951733042737 +63794 aapg_ah_0.html aapg_ah_0.html:12:1184:1192 Virginia Canada -0.488872438533925924 +63795 aapg_ah_827.html aapg_ah_827.html:685:79000:79005 Weeks Colorado -0.0606791251219278779 +63796 aapg_ac_575.html aapg_ac_575.html:79:12339:12347 Woodside Shale Cheyenne, Wyoming 0.375297703648011294 +63797 cspg_html_4395843019 cspg_html_4395843019:60:7562:7583 Beaverhill Lacombe, Alberta -0.0130645631501062637 +63798 aapg_ah_97.html aapg_ah_97.html:23:3181:3186 Levis Logan, Utah 0.0182169811347791637 +63799 cspg_html_9958679425 cspg_html_9958679425:36:3953:3961 Palliser Regina, Saskatchewan -0.468255854243320946 +63800 aapg_ah_157.html aapg_ah_157.html:164:22372:22391 Franconia Illinois -0.420395587036969776 +63801 aapg_ai_288.html aapg_ai_288.html:62:11350:11368 San Onofre Breccia Sunset Beach, California -0.0218270224173490179 +63802 gsa_html_8951179545 gsa_html_8951179545:22:1365:1377 Wilcox Texas 1.0531994758765677 +63803 aapg_af_97.html aapg_af_97.html:104:12834:12850 Saluda Wayne County, Michigan -0.0459076709606554625 +63804 aapg_aa_708.html aapg_aa_708.html:423:43770:43786 Moreno Victoria, British Columbia -0.0351971054761553784 +63805 gsa_html_9312061344 gsa_html_9312061344:976:87176:87185 San Diego California -0.0521971896884777173 +63806 jgeology_html_5968390289 jgeology_html_5968390289:455:40243:40253 Washington Salem, Oregon -0.0285868941347483252 +63807 aapg_ai_144.html aapg_ai_144.html:40:4549:4557 Dunvegan Western world -0.0280825762237737336 +63808 aapg_ad_327.html aapg_ad_327.html:474:50779:50796 Edwards Central Texas -0.0373723706496873684 +63809 aapg_ad_318.html aapg_ad_318.html:111:15324:15330 Guelph Louisville, Kentucky -0.0304826089875597575 +63810 cspg_html_1378826439 cspg_html_1378826439:353:33758:33766 Columbia Victoria, British Columbia -0.469648742182661783 +63811 aapg_aa_960.html aapg_aa_960.html:241:19849:19875 Dockum New Mexico -0.441517589995484405 +63812 aapg_ac_214.html aapg_ac_214.html:229:24216:24224 Colorado Arizona -0.062493142819730535 +63813 aapg_ae_182.html aapg_ae_182.html:138:16630:16653 Cotton Valley Bellevue, Nebraska -0.454305775206324536 +63814 cspg_html_4859889874 cspg_html_4859889874:6:380:402 Judith River Lacombe, Alberta -0.492578779781284393 +63815 palaios_html_5212272868 palaios_html_5212272868:557:52480:52486 Denver Colorado -0.480807266046245518 +63816 cspg_html_5541937700 cspg_html_5541937700:190:27477:27504 Bow Island Lacombe, Alberta -0.0520768920178777336 +63817 aapg_ad_272.html aapg_ad_272.html:450:57325:57330 Logan Mexico -0.023370681300786636 +63818 aapg_af_771.html aapg_af_771.html:360:42472:42485 Santa Barbara California -0.444945382159606273 +63819 aapg_ae_876.html aapg_ae_876.html:1119:114470:114492 Cedar Mountain Colorado -0.0167658489119699126 +63820 aapg_aa_12.html aapg_aa_12.html:437:46190:46208 Sallisaw Frisco, Texas -0.0213629091377398328 +63821 aapg_af_497.html aapg_af_497.html:644:62425:62433 Colorado Pueblo, Colorado -0.456416618922522499 +63822 aapg_ae_454.html aapg_ae_454.html:110:9155:9162 Bossier Franklin County, Ohio -0.0277904283209578391 +63823 cspg_html_7804036692 cspg_html_7804036692:2199:210721:210755 Beaverhill Swan Hill, Victoria -0.485406637327558677 +63824 sedimentology_html_3490784844 sedimentology_html_3490784844:1191:99042:99067 Kope Kentucky -0.0340731030781195529 +63825 aapg_ah_486.html aapg_ah_486.html:275:26030:26040 Pottsville Pottsville, Pennsylvania -0.403734860465849998 +63826 cspg_html_9332855346 cspg_html_9332855346:200:18917:18938 Meadow Lake Regina, Saskatchewan -0.500602350569185339 +63827 cspg_html_9717154602 cspg_html_9717154602:30:4972:4979 Bearpaw Regina, Saskatchewan -0.0834878326748107052 +63828 AMJC_html_1873062106 AMJC_html_1873062106:1279:129568:129586 Morrison New Mexico -0.01748532023179648 +63829 aapg_ad_466.html aapg_ad_466.html:374:45298:45305 Raritan Closter, New Jersey -0.447168994241326834 +63830 aapg_ad_466.html aapg_ad_466.html:1397:148622:148640 Monmouth Monmouth County, New Jersey 0.0195013611610286609 +63831 gsa_html_5865982995 gsa_html_5865982995:1036:112502:112509 Wasatch Uinta Mountains -0.0279573692057954598 +63832 gsa_html_7139851572 gsa_html_7139851572:63:4406:4434 Green River New Mexico -0.026705362044744569 +63833 aapg_af_528.html aapg_af_528.html:751:86317:86327 San Miguel California -0.0718463193149325163 +63834 aapg_ae_45.html aapg_ae_45.html:64:8676:8685 Smackover Haynesville, Louisiana -0.436929900849743147 +63835 gsa_html_3720789279 gsa_html_3720789279:897:87556:87562 Oregon Washington (state) 0.0166945981893577566 +63836 cspg_html_7576506617 cspg_html_7576506617:368:53240:53261 Ekwan River Moose River (Maine) -0.464473797617463435 +63837 aapg_ac_235.html aapg_ac_235.html:460:49366:49374 Colorado Black Hills -0.0532381100685256278 +63838 cspg_html_9060847110 cspg_html_9060847110:757:92669:92702 Windsor New Brunswick, New Jersey -0.0237635726163751594 +63839 aapg_ad_154.html aapg_ad_154.html:15:2157:2168 Beekmantown Middle Ordovician 0.0506962257068529765 +63840 cspg_html_3665101783 cspg_html_3665101783:6:330:351 Fossil Hill Manitoulin Island -0.00447500993536276322 +63841 gsa_html_9152662653 gsa_html_9152662653:9:364:372 Virginia Potomac, Maryland -0.539249010462475864 +63842 cspg_html_5784810575 cspg_html_5784810575:5:211:228 Cardium Lacombe, Alberta -0.00440204655713307986 +63843 aapg_ae_999.html aapg_ae_999.html:506:67151:67168 Calvert Tampa, Florida -0.00659792866946394031 +63844 aapg_aa_934.html aapg_aa_934.html:68:10361:10367 Blaine San Angelo, Texas -0.448350101124535771 +63845 cspg_html_6472484014 cspg_html_6472484014:552:55983:55990 Sayabec Quebec City -0.462644618431458876 +63846 cspg_html_7667087595 cspg_html_7667087595:35:4413:4434 Belly River Lacombe, Alberta -0.0657943510724481456 +63847 cspg_html_5875826141 cspg_html_5875826141:39:4582:4600 Elk Lacombe, Alberta -0.0709631023012109036 +63848 aapg_aa_28.html aapg_aa_28.html:85:7523:7534 San Antonio Texas -0.433149694842684174 +63849 aapg_ac_825.html aapg_ac_825.html:782:79481:79506 Monterey California -0.458103872838477311 +63850 aapg_af_579.html aapg_af_579.html:279:29976:30000 Junction Creek Colorado -0.0534682838330376511 +63851 AMJC_html_5402953865 AMJC_html_5402953865:313:33339:33358 Loveland Nebraska -0.449225147740392239 +63852 aapg_ac_399.html aapg_ac_399.html:85:8964:8983 Sunniland Mississippi River -0.0412263676786630909 +63853 aapg_ai_105.html aapg_ai_105.html:495:58791:58797 Morgan Lake Fork (Texas) -0.448424111103477352 +63854 aapg_ae_420.html aapg_ae_420.html:552:38883:38901 Sundance Cheyenne, Wyoming -0.00308350377484213492 +63855 gsa_html_9310053579 gsa_html_9310053579:251:21931:21950 Chumstick Leavenworth, Washington -0.474992922950619234 +63856 gsa_html_9161666105 gsa_html_9161666105:11:476:485 Peninsula Quebec City -0.451731523193220186 +63857 cspg_html_6306091047 cspg_html_6306091047:861:108553:108562 Baldonnel Calgary -0.0447893597917523589 +63858 AMJC_html_6430804426 AMJC_html_6430804426:52:2318:2328 Las Ovejas Zihuatanejo -0.0383226719059837143 +63859 cspg_html_7086880709 cspg_html_7086880709:312:40049:40056 Manetoe Lacombe, Alberta -0.464501195477937445 +63860 gsa_html_5250670372 gsa_html_5250670372:153:13216:13224 Colorado Denver -0.0365022098849612647 +63861 aapg_ac_630.html aapg_ac_630.html:465:47412:47423 Green River Cheyenne, Wyoming 0.354231933765234153 +63862 sedimentology_html_9715489579 sedimentology_html_9715489579:67:4342:4353 Devils Hole Reno, Nevada -0.0548599497641807099 +63863 gsa_html_3484366946 gsa_html_3484366946:1129:106658:106669 Sadlerochit Anchorage, Alaska -0.0480262627677959034 +63864 aapg_ah_372.html aapg_ah_372.html:51:5436:5449 Bluff Brazos River -0.501536224927626728 +63865 aapg_ac_536.html aapg_ac_536.html:669:67755:67779 Mission Canyon Williston, Vermont -0.0527097848455400086 +63866 palaios_html_2376163646 palaios_html_2376163646:482:54011:54017 Chinle Calgary -0.018225670847461909 +63867 aapg_aa_381.html aapg_aa_381.html:43:6138:6146 Monterey Monterey, California -0.432823232966369709 +63868 aapg_af_301.html aapg_af_301.html:93:11138:11145 Vermejo Lake Elsinore, California -0.0627236437644316941 +63869 gsa_html_1024107776 gsa_html_1024107776:703:64519:64547 Maringouin New Brunswick, New Jersey -0.487588990851044235 +63870 sedimentology_html_5834032566 sedimentology_html_5834032566:120:13312:13334 Gull Island Clare County, Michigan -0.00425264554680848412 +63871 cspg_html_4555867289 cspg_html_4555867289:427:42562:42584 Charlie Lake Victoria, British Columbia -0.45417711448712661 +63872 gsa_html_5107598462 gsa_html_5107598462:300:26061:26067 Salina Salina, Kansas -0.466007095038280028 +63873 aapg_aa_701.html aapg_aa_701.html:658:68739:68747 Michigan Salina, Kansas -0.035973188044241329 +63874 aapg_af_684.html aapg_af_684.html:64:7765:7777 Umpqua Roseburg, Oregon -0.478284785297837578 +63875 geology_html_3901917315 geology_html_3901917315:391:26394:26412 Imperial Southern California -0.457614356613462614 +63876 aapg_ae_569.html aapg_ae_569.html:281:26728:26736 La Habra California -0.482931300996293389 +63877 gsa_html_3368386568 gsa_html_3368386568:898:70913:70941 Green River Colorado -0.0389492941804812226 +63878 aapg_ad_440.html aapg_ad_440.html:390:38708:38714 Keokuk Illinois -0.0247023791461900809 +63879 aapg_ai_583.html aapg_ai_583.html:413:52891:52899 Sundance Black Hills -0.558140858526077199 +63880 sedimentology_html_3885557411 sedimentology_html_3885557411:189:9700:9704 Hall London, Ontario -0.463307888475886887 +63881 aapg_ae_181.html aapg_ae_181.html:81:10771:10786 Eutaw Mississippi River 0.287554179913963703 +63882 cspg_html_2419618566 cspg_html_2419618566:547:71625:71630 Yukon Victoria, British Columbia -0.480597940731277096 +63883 aapg_aa_22.html aapg_aa_22.html:629:55145:55160 Richmond Maysville, Kentucky -0.0284999414056484393 +63884 aapg_ac_63.html aapg_ac_63.html:344:33868:33885 Buckner Texas -0.439298641817729429 +63885 cspg_html_7248845592 cspg_html_7248845592:121:13911:13926 Savik Ellesmere Island -0.472639307901536299 +63886 aapg_ac_720.html aapg_ac_720.html:411:37002:37022 Vincentown McLean, Virginia -0.433376961451207021 +63887 cspg_html_1019614994 cspg_html_1019614994:508:88024:88036 Saskatchewan Lacombe, Alberta -0.0230090906667148494 +63888 aapg_ac_538.html aapg_ac_538.html:29:4233:4239 Viking Lacombe, Alberta -0.0521971896884777173 +63889 cspg_html_2695921112 cspg_html_2695921112:389:48391:48405 Northumberland New Brunswick, New Jersey -0.0518955775586156381 +63890 aapg_ah_974.html aapg_ah_974.html:91:9278:9284 Lissie Beaumont, Texas -0.441740222253796999 +63891 aapg_ae_26.html aapg_ae_26.html:9:1767:1771 Kope Kentucky 0.293504649757134417 +63892 aapg_ac_536.html aapg_ac_536.html:100:11109:11122 Madison Williston, Vermont -0.461271782333034175 +63893 aapg_aa_357.html aapg_aa_357.html:485:43920:43927 Todilto San Juan Mountains -0.464450966712688929 +63894 aapg_ad_564.html aapg_ad_564.html:7455:632693:632710 Wabamun Canada 0.697435452122331045 +63895 aapg_aa_567.html aapg_aa_567.html:158:14439:14445 Weston Silver City, New Mexico -0.486398776993572868 +63896 cspg_html_3447886929 cspg_html_3447886929:86:10457:10470 Potsdam Quebec City -0.442620143363224416 +63897 geology_html_5077031648 geology_html_5077031648:25:2199:2205 Denver Colorado -0.057382412068765952 +63898 gsa_html_1591315291 gsa_html_1591315291:656:53998:54026 Green River Colorado 0.00792175098374853399 +63899 aapg_ac_176.html aapg_ac_176.html:66:11662:11687 Giant Foresets Pacific Northwest -0.0550047130016462563 +63900 gsa_html_3216417833 gsa_html_3216417833:679:55888:55916 Green River New Mexico -0.452882496357985831 +63901 aapg_ah_505.html aapg_ah_505.html:841:68010:68028 Fountain Denver -0.070779481565824906 +63902 aapg_ad_801.html aapg_ad_801.html:233:26035:26040 Yazoo Mississippi River 0.380725224208707802 +63903 cspg_html_7675189126 cspg_html_7675189126:431:52100:52108 Victoria Earth -0.45995556917210767 +63904 aapg_ac_557.html aapg_ac_557.html:521:60804:60824 Keokuk Illinois -0.506465925368115633 +63905 gsa_html_3069013284 gsa_html_3069013284:605:62033:62049 Chinle Arizona -0.432236767973233238 +63906 cspg_html_5501097280 cspg_html_5501097280:312:37711:37719 Columbia Victoria, British Columbia -0.448327675040319895 +63907 aapg_aa_887.html aapg_aa_887.html:53:6622:6630 Niobrara Horseshoe Canyon Formation -0.00100582646968047011 +63908 aapg_aa_689.html aapg_aa_689.html:357:47198:47213 Elk Lacombe, Alberta -0.00961046045389274753 +63909 gsa_html_3330587082 gsa_html_3330587082:164:13740:13755 Albee Piermont, New York -0.474918987556243288 +63910 gsa_html_3211466538 gsa_html_3211466538:15:691:699 Virginia Reston, Virginia -0.0181770085033734277 +63911 aapg_ae_461.html aapg_ae_461.html:71:10652:10671 Smackover Cotton Valley, Louisiana -0.00861668517403405519 +63912 aapg_ac_814.html aapg_ac_814.html:126:13431:13452 Green River Logan, Utah 0.27879894203130634 +63913 gsa_html_5670961546 gsa_html_5670961546:607:54380:54412 Marble Falls Central Texas -0.467950951742638677 +63914 aapg_ai_152.html aapg_ai_152.html:31:3057:3065 Colorado Las Animas County, Colorado -0.442542141875480355 +63915 cspg_html_7409170811 cspg_html_7409170811:15:1652:1668 Exshaw Regina, Saskatchewan -0.0619012146639673771 +63916 gsa_html_1525220569 gsa_html_1525220569:782:76772:76778 Brazil Lake Ontario -0.469152832749018645 +63917 cspg_html_3521815736 cspg_html_3521815736:404:57660:57665 Liard Grayling, Michigan -0.0237635726163751594 +63918 gsa_html_3069013284 gsa_html_3069013284:826:78070:78086 Chinle Arizona -0.440887830328426711 +63919 gsa_html_2832151886 gsa_html_2832151886:431:36843:36875 Fish Scales Beaumont, Texas -0.512071933272826629 +63920 gsa_html_9310053579 gsa_html_9310053579:671:60128:60138 Washington Snohomish, Washington -0.481870957939069144 +63921 sedimentology_html_6338456723 sedimentology_html_6338456723:1637:72131:72135 Bond North Sea 0.00920043838208298506 +63922 aapg_aa_680.html aapg_aa_680.html:21:2242:2248 Seneca Edgecliff, New South Wales -0.0632195999825383298 +63923 gsa_html_3942625742 gsa_html_3942625742:600:50774:50786 Fayetteville Arkansas -0.488278574417694344 +63924 cspg_html_4530154552 cspg_html_4530154552:64:11212:11220 Columbia Victoria, British Columbia -0.43485884955268328 +63925 aapg_af_93.html aapg_af_93.html:669:76699:76714 Arcturus Deep Creek, Virginia -0.0215106592204126722 +63926 aapg_ah_972.html aapg_ah_972.html:651:68031:68040 Catahoula Oakville, California -0.0756204847403440378 +63927 aapg_ae_904.html aapg_ae_904.html:246:26346:26354 Deadwood Black Hills 0.649916220506187248 +63928 cspg_html_6984906794 cspg_html_6984906794:86:11958:11966 Columbia Victoria, British Columbia -0.466727815469158758 +63929 aapg_af_704.html aapg_af_704.html:259:22270:22276 Casper Cheyenne, Wyoming 0.00437077655696941486 +63930 aapg_ai_852.html aapg_ai_852.html:28:4465:4470 Cibao San Juan, Argentina -0.504439820085948343 +63931 aapg_af_653.html aapg_af_653.html:874:98607:98615 Monterey California -0.441517589995484405 +63932 aapg_ah_318.html aapg_ah_318.html:513:60227:60246 Smackover Shreveport, Louisiana -0.404910589703049384 +63933 gsa_html_5051880568 gsa_html_5051880568:1019:83413:83441 Green River Colorado -0.00621572872549000163 +63934 aapg_ad_466.html aapg_ad_466.html:854:91912:91924 Mount Laurel Navesink River -0.462111625185478381 +63935 cspg_html_7777724998 cspg_html_7777724998:127:18062:18066 Bell Lacombe, Alberta -0.482092240402263728 +63936 aapg_ah_876.html aapg_ah_876.html:158:19843:19860 Hosston County Sligo -0.465579516089382972 +63937 aapg_ah_847.html aapg_ah_847.html:279:33639:33658 New Egypt New Egypt, New Jersey -0.494415595917255202 +63938 jgeology_html_1740511298 jgeology_html_1740511298:269:18689:18698 Partridge Cambridge, Massachusetts -0.235410872453765574 +63939 geology_html_9004383999 geology_html_9004383999:293:25278:25303 Earlie Regina, Saskatchewan -0.0203286926879938275 +63940 sedimentology_html_3016530453 sedimentology_html_3016530453:443:33203:33207 Hall London, Ontario -0.0420064113899637007 +63941 aapg_aa_621.html aapg_aa_621.html:221:27506:27524 Tensleep Laramide orogeny -0.484098022941034878 +63942 aapg_aa_322.html aapg_aa_322.html:191:17385:17405 Batesville Arkansas -0.480667710196792775 +63943 aapg_ai_157.html aapg_ai_157.html:316:30513:30530 Norfolk Guelph -0.485799611688376376 +63944 aapg_ac_807.html aapg_ac_807.html:399:41123:41141 Matawan Chesapeake Bay 0.54921650193388305 +63945 aapg_ae_124.html aapg_ae_124.html:189:13286:13306 New Oxford Pennsylvania -0.479552074346371926 +63946 gsa_html_9613801428 gsa_html_9613801428:14:700:710 Santa Cruz California -0.0541379230032217468 +63947 geology_html_4687032620 geology_html_4687032620:174:20427:20436 Extension Earth -0.463526807661379381 +63948 jgeology_html_9040793836 jgeology_html_9040793836:1068:67351:67355 Hall London, Ontario -0.495853839651622219 +63949 aapg_ai_959.html aapg_ai_959.html:50:5818:5824 Goliad DeWitt, New York -0.0176486817607870612 +63950 aapg_ac_414.html aapg_ac_414.html:261:32427:32433 Kaibab Arizona -0.44721379024503416 +63951 gsa_html_9979192554 gsa_html_9979192554:691:68120:68140 Richardson Mountains Arctic Cordillera -0.450582005503512739 +63952 cspg_html_1462870252 cspg_html_1462870252:996:103820:103827 Windsor Canada -0.00530888185460337992 +63953 aapg_ai_49.html aapg_ai_49.html:335:42200:42206 Dakota Colorado -0.00349522085598196267 +63954 cspg_html_4287356899 cspg_html_4287356899:3411:363103:363117 Lisburne Northwest Arctic Borough, Alaska -0.458534686411798065 +63955 aapg_ah_521.html aapg_ah_521.html:392:45799:45806 Carrizo Texas -0.435880527044409383 +63956 aapg_ad_466.html aapg_ad_466.html:1051:112319:112330 Hornerstown Closter, New Jersey -0.496199573426924667 +63957 aapg_ae_544.html aapg_ae_544.html:290:34166:34174 Frontier Big Horn Mountains -0.453829596260670209 +63958 palaios_html_7010013984 palaios_html_7010013984:880:82463:82483 Diligencia California -0.226368545603941873 +63959 aapg_ac_75.html aapg_ac_75.html:31:4291:4329 Slave Point Canada -0.0196369298300035668 +63960 gsa_html_3019648601 gsa_html_3019648601:56:3595:3623 Green River Colorado 0.00686025828250414957 +63961 aapg_ae_185.html aapg_ae_185.html:7:1099:1108 Shongaloo Carterville, Illinois -0.438093558395168947 +63962 AMJC_html_2375334599 AMJC_html_2375334599:1037:98523:98526 Arc Guadeloupe -0.459805657368256959 +63963 aapg_ah_140.html aapg_ah_140.html:40:4162:4168 Banner Nebraska 0.0122722414388244504 +63964 palaios_html_7765531315 palaios_html_7765531315:614:59403:59419 Noonday Dolomite California -0.487926676393575676 +63965 aapg_ah_618.html aapg_ah_618.html:231:19387:19407 Phosphoria East Carbon, Utah 0.103697351783257632 +63966 gsa_html_7199417381 gsa_html_7199417381:583:59247:59264 White River Nebraska -0.435880527044409383 +63967 aapg_ah_134.html aapg_ah_134.html:16:1824:1837 Cotton Valley Tuscaloosa, Alabama -0.0374506887699371238 +63968 aapg_aa_147.html aapg_aa_147.html:466:47711:47723 Saskatchewan Red River of the North -0.428824418473081392 +63969 aapg_ai_49.html aapg_ai_49.html:239:28726:28742 Navajo Arizona -0.0423703387957518537 +63970 cspg_html_2863271815 cspg_html_2863271815:130:17402:17414 Salina Guelph -0.022871757858413614 +63971 AMJC_html_5786839382 AMJC_html_5786839382:824:84959:84967 Scotland London, Ontario -0.461001107058420345 +63972 gsa_html_7884891021 gsa_html_7884891021:24:1467:1473 Benson Ortonville, Minnesota -0.447153316157111791 +63973 cspg_html_4659384530 cspg_html_4659384530:15:1815:1840 Beaverhill Lacombe, Alberta -0.0666417887059543163 +63974 aapg_aa_135.html aapg_aa_135.html:270:28056:28061 Yukon Anchorage, Alaska -0.160953216972101659 +63975 aapg_af_592.html aapg_af_592.html:243:20247:20257 Rio Grande Texas -0.479719327950920094 +63976 aapg_af_880.html aapg_af_880.html:640:100143:100153 San Andres Kaibab, Arizona -0.42930549515539379 +63977 gsa_html_8491258533 gsa_html_8491258533:303:35889:35896 Concord Hooksett, New Hampshire -0.448484669177164286 +63978 sedimentology_html_4004655641 sedimentology_html_4004655641:89:6865:6873 Montreal Canada 0.000846005918276088674 +63979 gsa_html_7040053075 gsa_html_7040053075:288:27391:27408 Topanga Whittier, Alaska -0.457786563407215019 +63980 aapg_ai_958.html aapg_ai_958.html:98:9510:9518 Oakville Hallettsville, Texas -0.463150573567572499 +63981 aapg_ah_779.html aapg_ah_779.html:395:73416:73424 Onondaga Kentucky -0.515580073330138555 +63982 aapg_ah_498.html aapg_ah_498.html:58:4403:4411 Oakville Oakville, California -0.400599908935085014 +63983 aapg_ac_575.html aapg_ac_575.html:561:84934:84938 Word East Timor -0.0371478620663623291 +63984 gsa_html_9053175553 gsa_html_9053175553:248:32507:32535 Flagstaff Sevier orogeny -0.492210951964540455 +63985 aapg_aa_712.html aapg_aa_712.html:131:16701:16722 Platteville Decorah, Iowa -0.425700050336429825 +63986 aapg_ae_749.html aapg_ae_749.html:673:66720:66737 Holston Middle Ordovician -0.0623936110390825444 +63987 aapg_ae_354.html aapg_ae_354.html:459:46451:46467 Dakota Colorado -0.421183948195739455 +63988 cspg_html_9717154602 cspg_html_9717154602:301:44705:44717 Saskatchewan Lacombe, Alberta -0.445984933244691462 +63989 aapg_ae_605.html aapg_ae_605.html:22:3486:3494 Michigan Illinois -0.443782030321690002 +63990 aapg_af_129.html aapg_af_129.html:87:9943:9959 Belden Colorado -0.448121380852875006 +63991 cspg_html_4915680223 cspg_html_4915680223:31:4203:4212 Allen Bay Douro DOC -0.472302935634413557 +63992 aapg_aa_898.html aapg_aa_898.html:3:190:222 Flagstaff Logan, Utah -0.260232560501467314 +63993 aapg_ad_807.html aapg_ad_807.html:10:538:545 Prairie Beaumont, Texas -0.455876007847145159 +63994 cspg_html_2882882278 cspg_html_2882882278:191:23975:23991 Belloy Victoria, British Columbia -0.219136230131869281 +63995 aapg_aa_697.html aapg_aa_697.html:605:54996:55002 Jordan Regina, Saskatchewan -0.4506269691264706 +63996 aapg_ad_858.html aapg_ad_858.html:317:23022:23029 Hosston Columbia Country -0.414224136377933094 +63997 palaios_html_6404017234 palaios_html_6404017234:185:13902:13912 Washington Willapa River -0.0417243342632335201 +63998 aapg_af_598.html aapg_af_598.html:35:3501:3518 Lenapah Tulsa, Oklahoma -0.0158448200336194084 +63999 gsa_html_3677258183 gsa_html_3677258183:68:9263:9269 Oregon Great Basin -0.0349187039582129002 +64000 AMJC_html_8128063878 AMJC_html_8128063878:1188:139624:139640 Fish Canyon Tuff Reno, Nevada -0.49743685420806627 +64001 aapg_ah_167.html aapg_ah_167.html:575:50488:50515 Saturday Mountain Boise, Idaho -0.0232768060359763093 +64002 aapg_ac_209.html aapg_ac_209.html:176:20834:20840 Moscow Stavropol Krai -0.441867146585301684 +64003 aapg_ah_772.html aapg_ah_772.html:3:186:203 Bird Spring Reno, Nevada -0.064253556896579106 +64004 aapg_af_854.html aapg_af_854.html:511:67897:67913 Warsaw Kentucky 0.0117614133513245806 +64005 aapg_ae_577.html aapg_ae_577.html:702:65278:65286 La Habra California -0.00756560119780054757 +64006 cspg_html_4659384530 cspg_html_4659384530:59:7735:7745 Swan Hills Swan Hill, Victoria 0.121811096269070815 +64007 aapg_af_808.html aapg_af_808.html:866:112021:112038 Macabou Martinique -0.0480855077974690417 +64008 aapg_ad_652.html aapg_ad_652.html:405:50237:50243 Umpqua Salem, Oregon -0.0510291657486304576 +64009 gsa_html_2557883791 gsa_html_2557883791:631:53145:53151 Active Caribbean -0.0494029549371166055 +64010 aapg_af_854.html aapg_af_854.html:438:57320:57337 Carwood Jefferson County, Colorado -0.0186688510697679971 +64011 aapg_ad_599.html aapg_ad_599.html:251:31520:31526 Benson Chemung, New York -0.433376961451207021 +64012 aapg_ae_350.html aapg_ae_350.html:14:2411:2427 Tuscaloosa Tuscaloosa, Alabama 0.0284338577135258078 +64013 aapg_ae_705.html aapg_ae_705.html:171:18047:18061 Pico Santa Paula, California -0.0243946529781233976 +64014 aapg_ae_872.html aapg_ae_872.html:64:8789:8805 Peedee Charleston, South Carolina -0.442548827459522287 +64015 gsa_html_3412344071 gsa_html_3412344071:686:61244:61251 Blackie London, Ontario -0.471382028770717776 +64016 AMJC_html_9709478395 AMJC_html_9709478395:625:57695:57701 Brazil Perth, Western Australia -0.0407197231755146508 +64017 aapg_ah_340.html aapg_ah_340.html:8:1010:1024 Fredericksburg Texas -0.0442929610094760506 +64018 aapg_ah_370.html aapg_ah_370.html:186:14347:14357 Bell Presque Isle County, Michigan -0.48108644546321655 +64019 aapg_aa_971.html aapg_aa_971.html:32:3624:3629 Otter Western world -0.419727508207806521 +64020 sedimentology_html_7267703281 sedimentology_html_7267703281:1112:77908:77912 Hall London, Ontario -0.504870491781424846 +64021 cspg_html_8089302449 cspg_html_8089302449:38:7349:7361 Saskatchewan Manitoba -0.486401118306284352 +64022 jgeology_html_4305195651 jgeology_html_4305195651:4222:263272:263293 Mauch Chunk Pennsylvania -0.0194353152309463539 +64023 cspg_html_8337197939 cspg_html_8337197939:101:12984:12991 Cardium Turtle Mountain (Alberta) -0.0347621062592119723 +64024 gsa_html_7540592278 gsa_html_7540592278:821:69480:69508 Green River Colorado 0.0086653309701393913 +64025 aapg_ad_921.html aapg_ad_921.html:122:14221:14229 Fairview Clifton Hill, Victoria -0.450242601748815363 +64026 aapg_ad_941.html aapg_ad_941.html:359:26388:26401 Sulphur Point Lacombe, Alberta -0.423360731207782837 +64027 gsa_html_5773931818 gsa_html_5773931818:14:737:743 Denver Colorado -0.0517735415246776826 +64028 aapg_ai_957.html aapg_ai_957.html:373:40266:40276 Rio Grande Nueces County, Texas -0.499270052772917139 +64029 aapg_ac_904.html aapg_ac_904.html:5:435:442 Success Cook Inlet -0.0586492384279609716 +64030 aapg_ae_805.html aapg_ae_805.html:45:6623:6628 Molas Hermosa, Chicago 0.800275476251073981 +64031 cspg_html_9735723617 cspg_html_9735723617:567:67889:67909 Griper Bay Melville Island (Canada) -0.0194596479158459131 +64032 cspg_html_1019614994 cspg_html_1019614994:242:38454:38469 Exshaw Regina, Saskatchewan -0.152731043916800285 +64033 cspg_html_3871608501 cspg_html_3871608501:24:2791:2811 York River Quebec City -0.467130759519596039 +64034 palaios_html_7930345720 palaios_html_7930345720:414:41269:41275 Navajo Logan, Utah -0.468255854243320946 +64035 geology_html_8394572285 geology_html_8394572285:14:856:865 San Diego La Jolla -0.0332519228723545321 +64036 aapg_ae_872.html aapg_ae_872.html:62:8159:8169 Tuscaloosa Black Creek (Toronto) 0.0218739559102570369 +64037 cspg_html_2973952956 cspg_html_2973952956:326:26282:26296 Toad Canada -0.472639307901536299 +64038 aapg_ai_17.html aapg_ai_17.html:1379:94307:94320 Fleming Missouri River -0.441397390812390766 +64039 aapg_aa_243.html aapg_aa_243.html:274:21586:21592 Ripley Newburg, Louisville 0.0126823000424950687 +64040 aapg_ai_28.html aapg_ai_28.html:720:68113:68119 Lissie Uvalde, Texas -0.49576151014248282 +64041 cspg_html_4298557570 cspg_html_4298557570:29:3861:3867 Battle Edmonton, London -0.025453465811003901 +64042 aapg_af_653.html aapg_af_653.html:24:3119:3127 Vaqueros Monterey, California -0.466009382111544301 +64043 aapg_af_394.html aapg_af_394.html:170:19487:19511 Echo Canyon Conglomerate Absaroka -0.101324627107628323 +64044 aapg_ae_438.html aapg_ae_438.html:127:13152:13158 Forest Clearfield, Utah -0.490143713980378037 +64045 cspg_html_3860685167 cspg_html_3860685167:770:74333:74349 Shunda Lacombe, Alberta -0.460946527021081187 +64046 aapg_ac_158.html aapg_ac_158.html:71:11910:11925 Leduc Lacombe, Alberta -0.405482893166834724 +64047 cspg_html_8306619029 cspg_html_8306619029:11:1485:1501 Seabee Regina, Saskatchewan -0.451733774163315116 +64048 gsa_html_3069013284 gsa_html_3069013284:808:76363:76379 Chinle Arizona -0.450242601748815363 +64049 aapg_ad_221.html aapg_ad_221.html:158:14841:14851 Brownstown Texas -0.456844361180692826 +64050 gsa_html_9843343868 gsa_html_9843343868:624:54606:54616 Florissant Beringia -0.436965343294064001 +64051 palaios_html_8113714689 palaios_html_8113714689:10:433:452 Au Train Munising, Michigan -0.464533160716817162 +64052 aapg_ae_70.html aapg_ae_70.html:166:18656:18665 Mesaverde Wasatch Range 0.722957321829914457 +64053 cspg_html_7340411855 cspg_html_7340411855:5:316:333 Cardium Lacombe, Alberta -0.442595627901035182 +64054 aapg_ac_924.html aapg_ac_924.html:480:52387:52402 Clore Illinois -0.380959651960412593 +64055 aapg_ah_318.html aapg_ah_318.html:1259:126884:126905 Eagle Arkansas -0.487607747652621382 +64056 aapg_af_91.html aapg_af_91.html:442:49033:49039 Chinle Logan, Utah -0.228690604739809539 +64057 sedimentology_html_9465837890 sedimentology_html_9465837890:876:78968:78985 Forest Canada -0.446347375724219897 +64058 aapg_af_568.html aapg_af_568.html:509:41338:41357 Mesaverde Cheyenne, Wyoming -0.464163347577605745 +64059 aapg_ae_875.html aapg_ae_875.html:391:44362:44385 Trujillo Corozal Town -0.0128491051493607039 +64060 aapg_ah_343.html aapg_ah_343.html:234:28125:28134 Catahoula Shreveport, Louisiana 0.00757428774719277713 +64061 aapg_ah_519.html aapg_ah_519.html:39:4064:4080 Carmel Mancos, Colorado -0.405360688451148032 +64062 aapg_ah_442.html aapg_ah_442.html:7:2018:2023 Yegua Neches, Texas -0.431133173871068531 +64063 cspg_html_9343899465 cspg_html_9343899465:1986:173046:173050 Fram Western world -0.0263297817646035749 +64064 gsa_html_3069013284 gsa_html_3069013284:408:42152:42176 Chinle Chinle Formation -0.427711626546922574 +64065 aapg_ae_884.html aapg_ae_884.html:445:56247:56252 Eagle Montana -0.0282634328663418991 +64066 aapg_af_878.html aapg_af_878.html:100:10707:10717 Keokuk Bloomington, Indiana -0.386433340606916198 +64067 cspg_html_7539214955 cspg_html_7539214955:136:17889:17894 Banff Victoria, British Columbia -0.482357854432652111 +64068 aapg_ac_414.html aapg_ac_414.html:185:22240:22258 Plympton Arizona -0.435838488044850259 +64069 aapg_ah_754.html aapg_ah_754.html:295:33553:33573 Protection Nooksack River -0.0346368297266972797 +64070 gsa_html_1783148177 gsa_html_1783148177:585:61279:61298 Artist Drive Eagle Mountain (Minnesota) -0.470924237538710877 +64071 cspg_html_3990529684 cspg_html_3990529684:317:37117:37137 Missisauga Bridgetown, Nova Scotia -0.0392835092525669338 +64072 AMJC_html_4692260170 AMJC_html_4692260170:12:603:609 Reston Virginia -0.0161993249316557293 +64073 aapg_ah_97.html aapg_ah_97.html:83:10613:10621 Glenogle Boise, Idaho -0.442328228694744141 +64074 aapg_ai_444.html aapg_ai_444.html:245:22343:22353 Pottsville Boston Mountains -0.0212673068022475528 +64075 cspg_html_9070870548 cspg_html_9070870548:496:50638:50655 Cardium Lacombe, Alberta -0.0139559511282587399 +64076 cspg_html_5484260516 cspg_html_5484260516:184:19486:19504 Palliser Lacombe, Alberta -0.463526807661379381 +64077 aapg_aa_537.html aapg_aa_537.html:628:74028:74034 Wilcox Okmulgee, Oklahoma -0.00417620791845697229 +64078 gsa_html_6980451554 gsa_html_6980451554:17:1011:1037 Moenave Africa -0.000521153440822292734 +64079 aapg_af_751.html aapg_af_751.html:99:14416:14427 San Jacinto Santa Ynez, California -0.0552750621644688064 +64080 cspg_html_4498577775 cspg_html_4498577775:915:73668:73677 Gog Western world -0.00447500993536276322 +64081 gsa_html_1758002330 gsa_html_1758002330:29:2796:2824 Green River Colorado 0.0129429334376464592 +64082 aapg_aa_90.html aapg_aa_90.html:55:4147:4157 Washington Escambia County, Alabama -0.0273313514332929886 +64083 cspg_html_9354781888 cspg_html_9354781888:353:36319:36341 Charlie Lake Victoria, British Columbia -0.0304773910336276765 +64084 gsa_html_2832151886 gsa_html_2832151886:505:44363:44371 Columbia Lacombe, Alberta -0.457555451333636842 +64085 aapg_aa_912.html aapg_aa_912.html:951:105098:105103 Weeks Long Island -0.0301590999875516533 +64086 aapg_ac_59.html aapg_ac_59.html:68:9138:9155 Trabuco Baja California peninsula -0.444838140504144441 +64087 aapg_ae_305.html aapg_ae_305.html:1387:131360:131365 Colon Maracaibo -0.491068403850714985 +64088 gsa_html_4113859081 gsa_html_4113859081:325:31742:31754 Owens Valley California -0.048386967383413422 +64089 sedimentology_html_8795569507 sedimentology_html_8795569507:1441:90302:90306 Webb New England -0.487560856421757394 +64090 aapg_ak_96.html aapg_ak_96.html:75:7802:7821 Rose Hill Middle East -0.435838488044850259 +64091 AMJC_html_5969956211 AMJC_html_5969956211:1161:155309:155328 Glance Conglomerate Arizona -0.0024667992892967905 +64092 sedimentology_html_4432289902 sedimentology_html_4432289902:259:20073:20090 Navesink Sea Girt, New Jersey -0.450829332903146696 +64093 aapg_ah_160.html aapg_ah_160.html:200:26052:26061 Rochester Salina, Kansas 0.006036790497064899 +64094 cspg_html_3447886929 cspg_html_3447886929:240:28287:28307 Lawrence Quebec City -0.0319472030481665059 +64095 aapg_af_150.html aapg_af_150.html:15:1750:1769 Cotton Valley Shreveport, Louisiana -0.441860465923672896 +64096 cspg_html_9018334227 cspg_html_9018334227:450:58713:58721 Columbia Victoria, British Columbia -0.435679199475508039 +64097 aapg_ad_351.html aapg_ad_351.html:687:59609:59631 Fern Glen Missouri River -0.470200080639580853 +64098 aapg_af_2.html aapg_af_2.html:294:32768:32773 Ouray Ouray, Colorado -0.481766159765426027 +64099 aapg_ad_760.html aapg_ad_760.html:172:19289:19303 Temblor California 0.0474861080185087076 +64100 aapg_ae_454.html aapg_ae_454.html:530:48006:48012 Morgan Arkansas -0.041731299024428424 +64101 cspg_html_2253842195 cspg_html_2253842195:357:41635:41658 Viking Lacombe, Alberta -0.46927678392355654 +64102 aapg_ad_683.html aapg_ad_683.html:535:53413:53429 Toroweap Coconino County, Arizona -0.4852429512232731 +64103 aapg_ae_371.html aapg_ae_371.html:352:31511:31519 Kootenay Canada -0.46927678392355654 +64104 jgeology_html_2872695575 jgeology_html_2872695575:104:4194:4239 Cross Mountain Knoxville, Tennessee 0.284618637299906718 +64105 cspg_html_1159165904 cspg_html_1159165904:163:22272:22277 Price Victoria, British Columbia -0.412799667795391623 +64106 aapg_ah_646.html aapg_ah_646.html:80:10502:10519 Wingate Chinle Formation -0.467889067103673728 +64107 geology_html_9865729825 geology_html_9865729825:369:27555:27561 Snyder London, Ontario -0.447168994241326834 +64108 gsa_html_4719798013 gsa_html_4719798013:306:29999:30024 Blackwater Draw Pecos River -0.475258680049542748 +64109 cspg_html_2838996125 cspg_html_2838996125:351:36074:36086 Saskatchewan Saskatoon -0.0416442398946082412 +64110 cspg_html_9343899465 cspg_html_9343899465:1980:172333:172343 Blue Fiord Western world -0.0295851529329683692 +64111 cspg_html_3627006433 cspg_html_3627006433:726:74091:74109 Dunvegan Lacombe, Alberta -0.000347435604052462668 +64112 aapg_ah_96.html aapg_ah_96.html:281:31753:31772 Red River Black Hills 0.872157085520794739 +64113 aapg_aa_243.html aapg_aa_243.html:18:2376:2383 Venango Bradford, Pennsylvania -0.0450401829043313162 +64114 aapg_ai_975.html aapg_ai_975.html:51:9453:9470 Rodessa Paluxy, Texas -0.45644603384473742 +64115 aapg_ah_978.html aapg_ah_978.html:145:15985:16000 Santa Margarita Maricopa, Arizona -0.0228248215914789478 +64116 aapg_aa_960.html aapg_aa_960.html:281:23133:23140 Entrada New Mexico 0.024653698889595406 +64117 AMJC_html_1873062106 AMJC_html_1873062106:39:4776:4784 Colorado Logan, Utah -0.0640387165256721819 +64118 aapg_ah_635.html aapg_ah_635.html:426:54653:54662 Rio Negro Colombia -0.448029460378174149 +64119 cspg_html_3043423556 cspg_html_3043423556:340:36809:36816 Halifax Calgary -0.475258680049542748 +64120 aapg_ah_505.html aapg_ah_505.html:1464:117836:117849 Niobrara Cheyenne Mountain -0.427718207288046381 +64121 aapg_ae_602.html aapg_ae_602.html:656:77542:77550 Colorado Denver -0.450829332903146696 +64122 aapg_ah_72.html aapg_ah_72.html:101:14026:14049 Tampa Melbourne, Florida -0.463362613223226583 +64123 aapg_ah_318.html aapg_ah_318.html:1798:168016:168025 San Pedro Mexico -0.456844361180692826 +64124 aapg_ac_984.html aapg_ac_984.html:266:23797:23816 Roubidoux Missouri River -0.437384108901903046 +64125 aapg_ac_629.html aapg_ac_629.html:230:30925:30932 Jackson Shreveport, Louisiana -0.0338921598886321312 +64126 cspg_html_7278001817 cspg_html_7278001817:613:73669:73701 Montney Lacombe, Alberta -0.472823676298187945 +64127 aapg_af_912.html aapg_af_912.html:20:2342:2353 Selma Chalk Mississippi River -0.0491380533416538867 +64128 aapg_ae_873.html aapg_ae_873.html:537:61993:62007 Midway Franklin County, Ohio 0.0293712338461080379 +64129 aapg_ac_363.html aapg_ac_363.html:502:53471:53481 Kern River Rosedale, Toronto 1.09355921392803235 +64130 aapg_ae_147.html aapg_ae_147.html:51:6300:6314 Pico Royal Botanic Gardens, Kew -0.0792608673663744157 +64131 gsa_html_9608448205 gsa_html_9608448205:20:1562:1580 Parkwood Pottsville, Pennsylvania -0.413942969460138921 +64132 cspg_html_9648675035 cspg_html_9648675035:50:6312:6320 Columbia Victoria, British Columbia -0.446231020576565107 +64133 aapg_ad_2.html aapg_ad_2.html:1283:176729:176746 Pamelia Lowville (town), New York -0.418546985241553371 +64134 aapg_ai_720.html aapg_ai_720.html:244:27513:27530 Magothy Long Island (Massachusetts) -0.079979111857066118 +64135 cspg_html_7229660003 cspg_html_7229660003:92:7900:7911 Peace River Lacombe, Alberta -0.0180692565756011246 +64136 jgeology_html_2497886918 jgeology_html_2497886918:124:5571:5580 Peninsula Korea -0.0177825001131117176 +64137 aapg_ad_337.html aapg_ad_337.html:252:27863:27868 Sespe Santa Ynez, California -0.248761978327629169 +64138 aapg_af_664.html aapg_af_664.html:552:62164:62180 San Andres Nashville Basin -0.00984327149097449609 +64139 sedimentology_html_7069619943 sedimentology_html_7069619943:2968:166982:166987 Cadiz North Atlantic Current -0.474009171210690694 +64140 aapg_ac_950.html aapg_ac_950.html:275:30530:30538 Virginia Newport, Rhode Island -0.00434298101078220162 +64141 aapg_ae_794.html aapg_ae_794.html:202:24843:24863 Owl Creek Selma to Montgomery marches -0.0299260395523841712 +64142 geology_html_1025754752 geology_html_1025754752:215:22502:22540 Pueblo Dominican Republic -0.487659330983205019 +64143 aapg_af_458.html aapg_af_458.html:380:51363:51394 Lizard Springs Trinidad and Tobago 0.103318529393047712 +64144 gsa_html_1079290957 gsa_html_1079290957:105:15077:15103 Ankareh Cheyenne, Wyoming -0.469152832749018645 +64145 geology_html_6031974264 geology_html_6031974264:199:15924:15933 Gibraltar Spain -0.4852429512232731 +64146 aapg_ae_959.html aapg_ae_959.html:212:15845:15861 San Andres West Texas -0.00125424333549307727 +64147 cspg_html_8312989046 cspg_html_8312989046:58:7481:7489 Columbia Victoria, British Columbia -0.473815322787249471 +64148 aapg_ac_873.html aapg_ac_873.html:14:1712:1731 Fox Hills Cheyenne, Wyoming -0.465104162426203172 +64149 cspg_html_2418341010 cspg_html_2418341010:45:5628:5640 Saskatchewan Manitoba -0.0424382503363121347 +64150 aapg_aa_320.html aapg_aa_320.html:328:30063:30068 Trail Archidona Canton -0.441437455474761709 +64151 aapg_ai_523.html aapg_ai_523.html:14:1957:1973 Maroon Colorado -0.469152832749018645 +64152 aapg_ai_584.html aapg_ai_584.html:1137:116630:116637 Laramie Laramie, Wyoming -0.0448677412107618342 +64153 aapg_ai_584.html aapg_ai_584.html:844:89939:89946 Laramie Cheyenne, Wyoming -0.440467486742992853 +64154 aapg_ak_137.html aapg_ak_137.html:320:34885:34918 Robinson Illinois -0.449451899065432481 +64155 cspg_html_8840748783 cspg_html_8840748783:587:74470:74488 Dunvegan Lacombe, Alberta -0.458913519660435476 +64156 aapg_ae_499.html aapg_ae_499.html:42:5983:5989 Denver Florence, Alabama -0.47254944238616009 +64157 cspg_html_6255491344 cspg_html_6255491344:59:9319:9327 Kootenay Kootenay River -0.476033304431228654 +64158 gsa_html_7938666655 gsa_html_7938666655:1119:94874:94889 Mesaverde Logan, Utah -0.0507415465108338806 +64159 cspg_html_1503116552 cspg_html_1503116552:751:100442:100465 Watt Mountain Swan Hill, Victoria -0.412851508963564873 +64160 geology_html_2263108272 geology_html_2263108272:12:567:579 Saskatchewan Saskatoon -0.0407040542010648765 +64161 AMJC_html_2829615437 AMJC_html_2829615437:135:19728:19744 Greene Pennsylvania -0.468317764612058318 +64162 aapg_aa_300.html aapg_aa_300.html:310:36655:36664 San Diego California -0.461526610478465105 +64163 cspg_html_3529479452 cspg_html_3529479452:414:48004:48012 Bathurst Amsterdam -0.517359251936504783 +64164 aapg_ad_337.html aapg_ad_337.html:85:8367:8372 Sespe Topanga, California -0.263629764864512228 +64165 palaios_html_2376163646 palaios_html_2376163646:605:63328:63348 Hell Creek Garfield County, Colorado 0.0115094773461777138 +64166 sedimentology_html_2041096405 sedimentology_html_2041096405:58:6716:6728 Salina Ontario, California -0.451787799117909672 +64167 cspg_html_5891044027 cspg_html_5891044027:304:58446:58461 Altyn Purcell Mountains -0.448377013151321557 +64168 cspg_html_1058139432 cspg_html_1058139432:6:375:391 Viking Lacombe, Alberta -0.461765577936308902 +64169 cspg_html_3012058617 cspg_html_3012058617:58:8830:8842 Fernie Kootenay River 0.0150524162295643544 +64170 cspg_html_4694210878 cspg_html_4694210878:102:11878:11900 Bad Cache Rapids Canada -0.424584335389619316 +64171 sedimentology_html_1568456861 sedimentology_html_1568456861:873:67641:67645 Toro Puerto Natales -0.46326000708216164 +64172 jgeology_html_4595326543 jgeology_html_4595326543:479:32658:32668 Washington Mount Rainier, Maryland -0.0350961840937315667 +64173 cspg_html_7833083677 cspg_html_7833083677:2977:238255:238273 Beaufort Canada 0.70378342404956451 +64174 gsa_html_1946688773 gsa_html_1946688773:67:6109:6137 Green River Colorado 0.00688805487028741267 +64175 aapg_aa_465.html aapg_aa_465.html:133:23891:23913 Edwards Buda, Texas -0.020196595303077311 +64176 cspg_html_7896958755 cspg_html_7896958755:391:42895:42914 Clearwater Lacombe, Alberta -0.463362613223226583 +64177 gsa_html_8793864878 gsa_html_8793864878:1089:101908:101936 Green River Colorado 0.0225397300825282074 +64178 gsa_html_5604955284 gsa_html_5604955284:765:76236:76248 Devon Island Canadian Arctic Archipelago -0.46132865731218986 +64179 gsa_html_1119256423 gsa_html_1119256423:535:47578:47592 Arikaree Iowa 0.0969864278692996185 +64180 gsa_html_4220229801 gsa_html_4220229801:897:73149:73155 Moscow Salem, Oregon -0.47249414511500698 +64181 cspg_html_6880168184 cspg_html_6880168184:783:86437:86445 Montreal Quebec City -0.458648092769168181 +64182 aapg_ai_11.html aapg_ai_11.html:228:27905:27924 Wyandotte Plattsburg, Missouri 0.00770284885627177569 +64183 gsa_html_9181545711 gsa_html_9181545711:114:12017:12041 Fountain Manitou Springs, Colorado -0.484079342907875299 +64184 cspg_html_5345848475 cspg_html_5345848475:81:11332:11346 Colorado Colorado -0.478377564070346595 +64185 cspg_html_1296564271 cspg_html_1296564271:523:53969:53977 Michigan Black River, Jamaica -0.458695727712452594 +64186 cspg_html_2013109828 cspg_html_2013109828:260:47772:47781 Cranbrook Boulder Creek (Colorado) -0.0736062012519662079 +64187 sedimentology_html_3865745685 sedimentology_html_3865745685:1850:121080:121109 Dunvegan Canada -0.444094495043231396 +64188 palaios_html_2449649505 palaios_html_2449649505:741:76188:76204 Chinle Arizona -0.0200262605794136288 +64189 sedimentology_html_2139169476 sedimentology_html_2139169476:316:33342:33351 Peninsula Korea -0.471464870791560964 +64190 gsa_html_3613881239 gsa_html_3613881239:30:2713:2741 Green River Colorado -0.0334398147432133225 +64191 gsa_html_6985417117 gsa_html_6985417117:822:65977:65982 Tyson Colorado -0.449755070503296051 +64192 aapg_ai_296.html aapg_ai_296.html:44:5762:5769 Everton Arkansas 0.0197377379215514445 +64193 cspg_html_5241714595 cspg_html_5241714595:69:11734:11740 Ashern Regina, Saskatchewan 0.04966089425891905 +64194 gsa_html_4873957926 gsa_html_4873957926:943:108431:108439 Colorado San Juan, Argentina -0.448892980122610918 +64195 aapg_af_482.html aapg_af_482.html:51:6817:6831 El Plan Rosario, Cavite -0.484161071054726611 +64196 cspg_html_1147920398 cspg_html_1147920398:265:30276:30292 Yucatan Mexico -0.496967326315652103 +64197 gsa_html_7199417381 gsa_html_7199417381:314:35408:35425 White River Nebraska -0.452887004013691252 +64198 aapg_ah_93.html aapg_ah_93.html:143:18726:18751 Beartooth Maywood, California -0.487818790090823073 +64199 sedimentology_html_5376758741 sedimentology_html_5376758741:953:81891:81911 Beck Spring Dolomite California -0.480960803547703208 +64200 cspg_html_7866293053 cspg_html_7866293053:22:2840:2858 Moosebar Fall Creek Falls State Park -0.00280034052174977849 +64201 aapg_ak_85.html aapg_ak_85.html:238:27717:27728 Summerfield Haynesville, Louisiana -0.490195451192383946 +64202 cspg_html_1372398575 cspg_html_1372398575:17:2546:2554 Whitemud Edmonton, London -0.454357696116458765 +64203 gsa_html_8917146841 gsa_html_8917146841:504:58545:58551 Brazil California -0.439098796420780313 +64204 gsa_html_4695276845 gsa_html_4695276845:94:10505:10511 Pioche Reno, Nevada -0.461171691164054931 +64205 cspg_html_5783501569 cspg_html_5783501569:119:13180:13204 Waterfowl Canmore, Alberta -0.481766159765426027 +64206 sedimentology_html_9580310584 sedimentology_html_9580310584:1597:93635:93643 Homewood Lacombe, Alberta -0.0322203122766998376 +64207 geology_html_4965715689 geology_html_4965715689:71:6228:6246 Johnnie Badwater Basin -0.197733152910592541 +64208 palaios_html_5559953923 palaios_html_5559953923:344:36968:36975 Manitou Wellsville (village), New York -0.462166276497962936 +64209 aapg_ai_774.html aapg_ai_774.html:87:10128:10151 Detroit River Bloomington, Indiana -0.466727815469158758 +64210 gsa_html_5626813365 gsa_html_5626813365:66:4687:4715 Green River Colorado -0.0321281154583834411 +64211 sedimentology_html_8364351073 sedimentology_html_8364351073:109:14686:14698 Cutler Logan, Utah -0.485238274937032199 +64212 AMJC_html_2803997704 AMJC_html_2803997704:550:62777:62795 Monterey California -0.462512479285274614 +64213 palaios_html_3112927242 palaios_html_3112927242:91:10794:10814 Tuscarora Juniata County School District -0.424479393833646412 +64214 aapg_ai_94.html aapg_ai_94.html:90:13965:13971 Sierra Coahuila -0.0252500427953300452 +64215 aapg_ai_692.html aapg_ai_692.html:22:4025:4045 Rico Puerto Rico -0.519086321989102428 +64216 aapg_ad_466.html aapg_ad_466.html:763:83921:83929 Navesink Navesink River -0.00190221287180793197 +64217 geology_html_2210212114 geology_html_2210212114:18:652:682 Rapid Antarctic Peninsula -0.46105569042928074 +64218 aapg_ah_659.html aapg_ah_659.html:45:5401:5409 Colorado Duncan, British Columbia -0.4852429512232731 +64219 aapg_ad_440.html aapg_ad_440.html:83:9692:9702 Greenbrier Bluefield, West Virginia -0.482110877310477137 +64220 aapg_af_897.html aapg_af_897.html:56:7033:7042 Minnelusa Hermosa, Chicago 0.892216913324789473 +64221 gsa_html_7102550258 gsa_html_7102550258:178:17456:17473 Kayenta Springdale, Arkansas -0.448287309474040385 +64222 aapg_ad_457.html aapg_ad_457.html:453:52352:52357 Price Ogallala, Nebraska 0.0394958811133746673 +64223 gsa_html_2989317971 gsa_html_2989317971:1051:105032:105063 Glenns Ferry Boise, Idaho 0.372565207582456315 +64224 palaios_html_9973267562 palaios_html_9973267562:346:50251:50270 Fairview Netherlands -0.446110205830797302 +64225 jgeology_html_3517640817 jgeology_html_3517640817:170:10302:10311 Peninsula China -0.456391730122837791 +64226 gsa_html_2557883791 gsa_html_2557883791:752:60963:60975 Rio San Juan Dominican Republic -0.494538507684199602 +64227 sedimentology_html_5315330584 sedimentology_html_5315330584:822:73073:73077 Java Java -0.0449948948439064453 +64228 aapg_ac_692.html aapg_ac_692.html:281:30977:30985 Edmonton Lacombe, Alberta -0.464656465989479628 +64229 aapg_ai_584.html aapg_ai_584.html:613:62487:62497 Rock River Ohio -0.045529657990104451 +64230 cspg_html_8145657505 cspg_html_8145657505:199:29553:29570 Wabamun Lacombe, Alberta 0.657629823461640228 +64231 gsa_html_1119256423 gsa_html_1119256423:22:1160:1168 Colorado Denver -0.509711797196706451 +64232 geology_html_5689737055 geology_html_5689737055:43:4221:4225 Hall Texas -0.50037380579535129 +64233 aapg_ai_582.html aapg_ai_582.html:109:10151:10166 Piper Spearfish, South Dakota -0.479960973619786069 +64234 aapg_ah_881.html aapg_ah_881.html:78:8397:8406 Chuckanut Bellingham, Washington -0.526144696315186566 +64235 cspg_html_1025724640 cspg_html_1025724640:329:43463:43471 Montreal Philipsburg, Centre County, Pennsylvania -0.457532796484121151 +64236 jgeology_html_3080152449 jgeology_html_3080152449:1142:66906:66926 Kanayut Conglomerate Anchorage, Alaska -0.474808096218428344 +64237 aapg_ae_296.html aapg_ae_296.html:83:8672:8682 San Andres Texas -0.486220855983571787 +64238 aapg_ah_643.html aapg_ah_643.html:24:3927:3958 White River North Carolina -0.0182917127831857887 +64239 aapg_aa_288.html aapg_aa_288.html:122:14306:14317 Mowry Cheyenne, Wyoming -0.464706706380762058 +64240 aapg_ac_92.html aapg_ac_92.html:117:12918:12933 Atoka Atoka, Oklahoma 0.502156208651921343 +64241 aapg_af_621.html aapg_af_621.html:66:6718:6729 Tar Springs Hardinsburg, Indiana -0.458695727712452594 +64242 palaios_html_2713180466 palaios_html_2713180466:127:16394:16405 Kope Pioneer Valley -0.202130876453521513 +64243 aapg_ae_370.html aapg_ae_370.html:511:48829:48854 Pittsburg Bluff Clatskanie, Oregon -0.444916336311243943 +64244 palaios_html_4830763213 palaios_html_4830763213:568:42356:42361 Yukon Canadian Arctic Archipelago -0.448282824521055501 +64245 geology_html_8865251298 geology_html_8865251298:278:26491:26523 Thaynes Wasatch County, Utah 0.738231674598185617 +64246 gsa_html_2059670590 gsa_html_2059670590:12:472:481 San Diego La Jolla -0.431097950577111366 +64247 aapg_af_0.html aapg_af_0.html:577:65363:65393 Sabaneta Colorado -0.490449479583778825 +64248 gsa_html_8504301160 gsa_html_8504301160:30:2024:2032 Colorado Denver -0.473695342935840036 +64249 aapg_af_854.html aapg_af_854.html:620:85703:85719 Keokuk Illinois 0.409007557307690672 +64250 aapg_ae_233.html aapg_ae_233.html:78:9194:9213 Hawthorn Chattahoochee River National Recreation Area -0.0625944224537374611 +64251 aapg_aa_736.html aapg_aa_736.html:24:2825:2838 Bedford Michigan -0.493432945605813467 +64252 aapg_ad_718.html aapg_ad_718.html:142:12284:12302 Carlsbad Delaware -0.0662433899800721065 +64253 aapg_ai_278.html aapg_ai_278.html:1089:124985:125002 La Luna Mexico -0.229258125359608267 +64254 palaios_html_2994452429 palaios_html_2994452429:1700:142660:142668 Columbia Victoria, British Columbia -0.426028449629804407 +64255 aapg_ak_4.html aapg_ak_4.html:414:44849:44857 Columbia Bogota, New Jersey -0.0246554374675200805 +64256 aapg_ah_724.html aapg_ah_724.html:33:5163:5174 Peace River Lacombe, Alberta -0.483407132229491276 +64257 aapg_ad_466.html aapg_ad_466.html:1444:153188:153196 Nanjemoy Potomac, Maryland -0.0981404551654363605 +64258 aapg_ac_782.html aapg_ac_782.html:30:5568:5578 Fort Worth Texas -0.468255854243320946 +64259 palaios_html_4939666561 palaios_html_4939666561:423:52993:53010 Kope Netherlands -0.413108595216795882 +64260 aapg_ai_811.html aapg_ai_811.html:157:22088:22106 Traverse Michigan -0.432316117842066305 +64261 aapg_ae_855.html aapg_ae_855.html:147:15409:15428 Flagstaff North Horn Formation -0.0544099822313272238 +64262 gsa_html_7536529677 gsa_html_7536529677:29:2796:2824 Green River Colorado -0.444844842741709823 +64263 aapg_aa_851.html aapg_aa_851.html:63:5586:5596 Fort Payne Monteagle, Tennessee 0.0477091351858283177 +64264 sedimentology_html_5673709888 sedimentology_html_5673709888:1775:107670:107676 Banner Hanson, Massachusetts -0.447455726501453044 +64265 aapg_ae_999.html aapg_ae_999.html:489:64686:64695 Catahoula Texas -0.452112016307883446 +64266 aapg_ai_958.html aapg_ai_958.html:120:11897:11905 Oakville Cuero, Texas -0.483085217576718073 +64267 aapg_ad_335.html aapg_ad_335.html:556:72052:72058 Casper Cheyenne, Wyoming -0.447328029963478757 +64268 cspg_html_6252417471 cspg_html_6252417471:340:51235:51241 Kanguk Banks Island -0.0114868900754173092 +64269 geology_html_6868377343 geology_html_6868377343:90:7343:7350 Yucatan Shreveport, Louisiana -0.454258371760158153 +64270 aapg_ai_144.html aapg_ai_144.html:443:39435:39443 Kaskapau Lacombe, Alberta -0.467130759519596039 +64271 aapg_af_854.html aapg_af_854.html:843:119268:119275 Renault Kentucky -0.0120741642534044936 +64272 AMJC_html_6438444321 AMJC_html_6438444321:876:141156:141164 Columbia Columbia District -0.457555451333636842 +64273 aapg_ad_96.html aapg_ad_96.html:646:67545:67551 Brazil South America -0.437987106587424679 +64274 aapg_ac_730.html aapg_ac_730.html:324:45598:45613 Mesaverde Colorado -0.403734860465849998 +64275 aapg_ah_486.html aapg_ah_486.html:275:25955:25965 Pottsville Pottsville, Pennsylvania 0.00179624453777558709 +64276 cspg_html_7561290301 cspg_html_7561290301:215:26252:26261 Keg River Black Creek (Toronto) -0.447242908821281704 +64277 aapg_ah_535.html aapg_ah_535.html:82:14435:14444 Tuscarora Piedmont (United States) -0.412654959021926393 +64278 gsa_html_6720727969 gsa_html_6720727969:55:3402:3430 Green River Colorado -0.018955619907530568 +64279 aapg_ah_52.html aapg_ah_52.html:24:3635:3648 Boulder Creek Matanuska River -0.00908750930208491146 +64280 palaios_html_3706035501 palaios_html_3706035501:29:3252:3267 Brule Badlands National Park -0.390650545283234507 +64281 sedimentology_html_3941612453 sedimentology_html_3941612453:21:1588:1606 Quinault Washington (state) -0.0223919711537192666 +64282 aapg_ah_446.html aapg_ah_446.html:393:51968:51975 Saginaw Michigan -0.484534784604727431 +64283 AMJC_html_3632105729 AMJC_html_3632105729:885:97308:97318 Washington Blue Mountains (Oregon) -0.0379919707069968429 +64284 aapg_ah_373.html aapg_ah_373.html:3:163:200 Dockum West Texas -0.486513508857715604 +64285 gsa_html_3860045860 gsa_html_3860045860:998:95174:95180 Oregon Salem, Oregon -0.471340610693628537 +64286 aapg_ae_324.html aapg_ae_324.html:1189:118485:118493 Virginia Knoxville, Tennessee -0.48312719960823608 +64287 aapg_ad_362.html aapg_ad_362.html:124:12478:12488 Washington Pennsylvania -0.459149520620870666 +64288 aapg_ah_829.html aapg_ah_829.html:212:23343:23364 Green River Colorado -0.436898889813044922 +64289 aapg_ah_633.html aapg_ah_633.html:18:3161:3176 Tampa Melbourne, Florida -0.0551215722984807754 +64290 geology_html_6889011624 geology_html_6889011624:56:5871:5880 Red River Canada -0.390494201677682007 +64291 gsa_html_6589330144 gsa_html_6589330144:605:64607:64616 Red River Shreveport, Louisiana -0.428824418473081392 +64292 geology_html_1269281410 geology_html_1269281410:293:23625:23630 Rapid Altiplano -0.0205233642338861627 +64293 sedimentology_html_9578409685 sedimentology_html_9578409685:31:1763:1772 San Diego Portugal -0.485252303872338198 +64294 cspg_html_5538678223 cspg_html_5538678223:353:43995:44013 Pardonet Lima, Ohio -0.458750170743803365 +64295 gsa_html_4058959570 gsa_html_4058959570:924:69931:69938 Francis London, Ontario -0.482987267474293158 +64296 aapg_ai_82.html aapg_ai_82.html:339:37412:37422 Greenbrier Pottsville, Pennsylvania -0.0501471685682714427 +64297 aapg_aa_753.html aapg_aa_753.html:24:1707:1711 Java Jamaica, Queens -0.441553207562292771 +64298 aapg_aa_861.html aapg_aa_861.html:100:13291:13300 Allen Bay Little Cornwallis Island 1.010503453972178 +64299 aapg_ai_107.html aapg_ai_107.html:3:426:445 Cotton Valley Texas -0.443701699352459789 +64300 gsa_html_4883039712 gsa_html_4883039712:225:21427:21444 Clarita Darien, Georgia -0.0147326815118864023 +64301 aapg_ae_904.html aapg_ae_904.html:494:51917:51929 Dakota Cheyenne, Wyoming 0.416385331260796354 +64302 aapg_ai_157.html aapg_ai_157.html:125:16795:16807 Salina Michigan 1.03038531259346877 +64303 aapg_ah_415.html aapg_ah_415.html:121:11057:11078 Medicine Hat Milk River, Alberta -0.481989744615225701 +64304 aapg_ac_477.html aapg_ac_477.html:632:74791:74808 Cardium Lacombe, Alberta -0.41102791262143179 +64305 geology_html_7867948062 geology_html_7867948062:98:6795:6823 Noonday Dolomite Knoxville, Illinois -0.445989406971527558 +64306 aapg_ad_834.html aapg_ad_834.html:101:12606:12619 Turner Valley Edmonton, London 0.752051642582416857 +64307 aapg_ac_838.html aapg_ac_838.html:327:30597:30607 Sheep Pass Pennington, New Jersey -0.411515312628227159 +64308 geology_html_1098024541 geology_html_1098024541:253:24032:24038 Pueblo Colorado -0.484359586108593421 +64309 cspg_html_9157093462 cspg_html_9157093462:261:35336:35344 Columbia Victoria, British Columbia -0.467950951742638677 +64310 aapg_ac_235.html aapg_ac_235.html:624:69083:69104 Otter Black Hills -0.444891759770598527 +64311 aapg_aa_147.html aapg_aa_147.html:679:69774:69790 Cedar Lake Manitoba -0.460953349343471763 +64312 cspg_html_3501550466 cspg_html_3501550466:95:14747:14774 Woodbend Lacombe, Alberta -0.04375827605503467 +64313 geology_html_2755017276 geology_html_2755017276:121:16502:16513 Mowry Cheyenne, Wyoming -0.449871874526764137 +64314 aapg_ac_730.html aapg_ac_730.html:537:76868:76888 Yale Point Niobrara, Nebraska -0.0566077792126221876 +64315 aapg_ad_760.html aapg_ad_760.html:23:3556:3563 Temblor Monterey, California -0.0129533588216162645 +64316 sedimentology_html_9813295185 sedimentology_html_9813295185:232:22737:22761 Monterey Monterey Bay 0.024215583511067007 +64317 aapg_ae_692.html aapg_ae_692.html:229:24843:24868 Tyler Williston, Vermont -0.409532710596328564 +64318 aapg_ae_473.html aapg_ae_473.html:334:30486:30498 Hatchetigbee Mississippi River 0.0151114980887050287 +64319 cspg_html_2865093674 cspg_html_2865093674:48:7877:7886 Gog Mount Robson Provincial Park -0.441392939290133568 +64320 aapg_ai_46.html aapg_ai_46.html:3:165:170 Logan Logan, Utah -0.43491631701600808 +64321 gsa_html_6838140604 gsa_html_6838140604:843:73548:73561 Santa Barbara Denver -0.043068633588496115 +64322 geology_html_9377254383 geology_html_9377254383:234:19929:19939 Washington Seattle -0.50044998043931721 +64323 palaios_html_3232474978 palaios_html_3232474978:334:38847:38855 Columbia Victoria, British Columbia -0.472528705500211532 +64324 aapg_ad_831.html aapg_ad_831.html:49:7844:7854 Washington Salem, Oregon -0.448296279445968116 +64325 cspg_html_3819756910 cspg_html_3819756910:21:2817:2822 Eldon Bow River -0.430334367802676421 +64326 aapg_aa_203.html aapg_aa_203.html:414:40738:40759 Newport Morehead City, North Carolina -0.448377013151321557 +64327 gsa_html_2894930385 gsa_html_2894930385:33:2798:2826 Green River Iran -0.00178582142589237621 +64328 gsa_html_7999545108 gsa_html_7999545108:1100:128961:128978 Onaping Ontario, California -0.10741896810386263 +64329 cspg_html_4031489103 cspg_html_4031489103:318:45414:45432 Sheppard Whitefish (fisheries term) -0.463271407180362194 +64330 aapg_aa_644.html aapg_aa_644.html:845:64557:64565 Colorado Mesa, Arizona -0.0381695036603138874 +64331 aapg_ai_153.html aapg_ai_153.html:99:17764:17779 Conemaugh Pottsville, Pennsylvania -0.128944656708214228 +64332 aapg_aa_621.html aapg_aa_621.html:81:8752:8760 Frontier Boise, Idaho -0.441998542726141919 +64333 cspg_html_1019614994 cspg_html_1019614994:88:16602:16622 Besa River Victoria, British Columbia -0.475325709854034217 +64334 palaios_html_6973830442 palaios_html_6973830442:43:3558:3591 Entrada Logan, Utah -0.478688445352025149 +64335 aapg_ad_675.html aapg_ad_675.html:392:38267:38283 Viking Regina, Saskatchewan 0.00387566967745058347 +64336 sedimentology_html_3358647812 sedimentology_html_3358647812:67:7998:8013 Mesaverde Colorado -0.474009171210690694 +64337 gsa_html_1860930948 gsa_html_1860930948:209:24938:24952 Ogallala Nebraska -0.0329666115288539258 +64338 geology_html_4460152267 geology_html_4460152267:88:7379:7395 Navajo Logan, Utah -0.474923608334711034 +64339 gsa_html_5081991493 gsa_html_5081991493:57:4867:4872 Uinta Flagstaff, Arizona -0.446078886082885928 +64340 cspg_html_2834693711 cspg_html_2834693711:764:105508:105519 Quadra Victoria, British Columbia -0.433588832161453941 +64341 aapg_ad_271.html aapg_ad_271.html:403:42196:42202 Jordan Melbourne, Florida -0.469081683474137145 +64342 aapg_ad_883.html aapg_ad_883.html:95:11786:11794 Rockland Black River, Jamaica -0.491386278060246817 +64343 aapg_ae_89.html aapg_ae_89.html:229:23425:23431 Jordan Melbourne, Florida -0.471602958215145474 +64344 aapg_af_579.html aapg_af_579.html:18:2452:2476 Junction Creek Logan, Utah -0.0829005228678815348 +64345 aapg_ae_794.html aapg_ae_794.html:666:76076:76096 Coon Creek Selma to Montgomery marches -0.0584293582845294424 +64346 gsa_html_8820488310 gsa_html_8820488310:1062:92148:92175 Moenkopi Arizona -0.463332970234029085 +64347 aapg_ad_340.html aapg_ad_340.html:17:3019:3057 Wilcox Arbuckle, California -0.450784359288809666 +64348 aapg_ah_532.html aapg_ah_532.html:11:1448:1463 Ouray New Mexico -0.0391129188633264693 +64349 cspg_html_5376629375 cspg_html_5376629375:23:3729:3744 Rome Colton, California 0.150718267505138726 +64350 aapg_ac_324.html aapg_ac_324.html:529:69926:69949 Prospect Strawberry Creek -0.45644603384473742 +64351 gsa_html_3860045860 gsa_html_3860045860:191:21144:21160 Eugene Molalla, Oregon -0.47032647773667996 +64352 aapg_ai_975.html aapg_ai_975.html:365:33059:33074 Sligo East Texas -0.000180666507077184774 +64353 cspg_html_9771826320 cspg_html_9771826320:1019:135436:135454 Eureka Sound Canada -0.445016883536767272 +64354 aapg_ad_0.html aapg_ad_0.html:49:6069:6079 Eau Claire Bloomington, Indiana 0.413867284467723084 +64355 aapg_aa_267.html aapg_aa_267.html:62:6043:6053 Greenbrier Monongalia County, West Virginia -0.0960982703961578283 +64356 aapg_ac_187.html aapg_ac_187.html:5088:484110:484120 Swan Hills Canada -0.018225670847461909 +64357 geology_html_7844336616 geology_html_7844336616:375:27741:27747 Sierra Caribbean -0.0387682658349416676 +64358 aapg_ac_824.html aapg_ac_824.html:504:50297:50305 Colorado Colorado -0.0832984827182677856 +64359 aapg_ac_739.html aapg_ac_739.html:393:51725:51734 Conemaugh Allegheny Mountains -0.0140758476190941898 +64360 cspg_html_6255491344 cspg_html_6255491344:101:14729:14738 Crowsnest Elk River, Minnesota -0.492225096233327442 +64361 sedimentology_html_2089385908 sedimentology_html_2089385908:29:1803:1848 Protection Charlottesville, Virginia -0.0146249457170983255 +64362 aapg_ai_837.html aapg_ai_837.html:221:31276:31283 Yucatan Melbourne, Florida -0.487588990851044235 +64363 aapg_af_382.html aapg_af_382.html:3:235:239 Omoa Honduras 0.275379337285848624 +64364 aapg_ah_535.html aapg_ah_535.html:142:24991:25002 Beekmantown Cincinnati -0.434805805785743127 +64365 aapg_ad_466.html aapg_ad_466.html:391:48317:48325 Patuxent Closter, New Jersey 0.0173740960694227231 +64366 aapg_ac_103.html aapg_ac_103.html:39:7602:7606 Lyre Clallam County, Washington -0.454052985518192231 +64367 gsa_html_1040524378 gsa_html_1040524378:459:55897:55904 Challis Absaroka -0.49576151014248282 +64368 aapg_af_128.html aapg_af_128.html:292:31295:31315 Phosphoria Boise, Idaho 0.344840833847854911 +64369 aapg_ah_335.html aapg_ah_335.html:72:8733:8740 Kanawha Huntington, West Virginia -0.240818175936048567 +64370 cspg_html_2929384614 cspg_html_2929384614:40:6312:6320 Columbia Victoria, British Columbia -0.471405039658470026 +64371 aapg_ah_997.html aapg_ah_997.html:70:14075:14083 Virginia Pennsylvania 0.025801203938223681 +64372 aapg_aa_44.html aapg_aa_44.html:26:3359:3377 Moenkopi Moenkopi Formation -0.490190747679279337 +64373 jgeology_html_9215313444 jgeology_html_9215313444:111:6040:6067 Columbia Boise, Idaho -0.44951252529713398 +64374 aapg_af_664.html aapg_af_664.html:4:446:469 Lancaster Val Verde (fictional country) -0.505322937852164866 +64375 cspg_html_5358383351 cspg_html_5358383351:547:78714:78727 Windsor Canada -0.474863540124580097 +64376 cspg_html_5832944175 cspg_html_5832944175:512:52038:52055 Cadomin Lacombe, Alberta -0.429938515402492283 +64377 cspg_html_9942234474 cspg_html_9942234474:494:54623:54656 Grosmont Lacombe, Alberta -0.45295011354581094 +64378 aapg_ah_665.html aapg_ah_665.html:205:23523:23545 Lincoln Peak Great Basin -0.497365696740727614 +64379 aapg_ad_954.html aapg_ad_954.html:45:4929:4945 Spavinaw Granite Missouri River -0.469809513538571255 +64380 aapg_ac_742.html aapg_ac_742.html:152:14876:14899 Gypsum Spring Spearfish, South Dakota -0.111570091650914277 +64381 cspg_html_1118978429 cspg_html_1118978429:508:50446:50454 Columbia Crowsnest Pass, Alberta -0.44714211768966694 +64382 geology_html_2076933519 geology_html_2076933519:258:22254:22262 Columbia Victoria, British Columbia -0.480667710196792775 +64383 gsa_html_5664265459 gsa_html_5664265459:1150:107857:107867 Washington Salem, Oregon -0.0617737568382137961 +64384 aapg_ah_505.html aapg_ah_505.html:700:53972:53988 Denver Green Mountain -0.0489515820397514803 +64385 aapg_ae_768.html aapg_ae_768.html:34:5143:5160 Rustler Salado, Texas -0.431113360606789509 +64386 aapg_aa_730.html aapg_aa_730.html:265:26478:26490 Wilcox Alabama -0.0282634328663418991 +64387 gsa_html_6281658899 gsa_html_6281658899:706:76513:76534 Green River Cheyenne, Wyoming -0.456561440120662909 +64388 aapg_ah_337.html aapg_ah_337.html:76:7964:7979 Sligo Travis County, Texas -0.435044526345554627 +64389 aapg_ae_220.html aapg_ae_220.html:428:47476:47482 Annona Ouachita River -0.455432903203822237 +64390 palaios_html_6100595217 palaios_html_6100595217:141:16624:16636 Gosport Sand Lisbon -0.0529469160775694891 +64391 aapg_ah_860.html aapg_ah_860.html:61:7752:7768 Bainbridge Illinois -0.0579634464646465175 +64392 gsa_html_3032625755 gsa_html_3032625755:93:6884:6891 Dunedin South Island -0.432223543643836305 +64393 aapg_ac_924.html aapg_ac_924.html:109:7565:7578 Madison Cheyenne, Wyoming -0.0416442398946082412 +64394 aapg_aa_3.html aapg_aa_3.html:6:897:906 Knoxville Central Valley (California) -0.00108399958960863079 +64395 cspg_html_4694482219 cspg_html_4694482219:42:5130:5144 St. Mary River Lacombe, Alberta -0.0125015955652136978 +64396 aapg_ah_411.html aapg_ah_411.html:72:9766:9782 Belly River Canada -0.457532796484121151 +64397 gsa_html_1761758743 gsa_html_1761758743:818:66091:66119 Green River Colorado -0.0357887327729749932 +64398 aapg_ai_584.html aapg_ai_584.html:1337:133172:133188 Casper Laramie, Wyoming 0.823873448339357939 +64399 aapg_ai_81.html aapg_ai_81.html:66:6513:6679 Chemung Wellsburg, West Virginia -0.0673425492048920077 +64400 aapg_ac_13.html aapg_ac_13.html:33:3739:3747 Wolfcamp Texas -0.43797158338019293 +64401 sedimentology_html_1527307623 sedimentology_html_1527307623:903:64655:64672 Moenave Arizona -0.022871757858413614 +64402 geology_html_5781128007 geology_html_5781128007:228:21662:21666 Dean North Atlantic Current -0.459819284677136619 +64403 aapg_af_426.html aapg_af_426.html:10:1282:1285 Bug Logan, Utah -0.513396000397295715 +64404 aapg_ai_141.html aapg_ai_141.html:195:21347:21355 Colorado Texas -0.440300736461396947 +64405 aapg_af_392.html aapg_af_392.html:107:12771:12779 Frontier Logan, Utah -0.237706310056008951 +64406 gsa_html_5813911420 gsa_html_5813911420:28:2489:2495 Denver Santa Monica, California -0.0764834960652245044 +64407 aapg_ac_333.html aapg_ac_333.html:359:46785:46801 Cutler Ouray, Colorado -0.500197678525539202 +64408 AMJC_html_6430804426 AMJC_html_6430804426:174:15013:15019 Sierra Honduras -0.020196595303077311 +64409 cspg_html_4343998218 cspg_html_4343998218:153:16382:16395 Eleanor River Little Cornwallis Island -0.0263297817646035749 +64410 aapg_ah_469.html aapg_ah_469.html:306:27958:27973 Queen East Texas -0.451875596518584666 +64411 cspg_html_6021605367 cspg_html_6021605367:12:1012:1018 Exshaw Ouray, Colorado -0.471695028578207554 +64412 AMJC_html_6341723617 AMJC_html_6341723617:649:58769:58777 Colorado Uinta Mountains -0.0769562029171753648 +64413 sedimentology_html_2041096405 sedimentology_html_2041096405:47:5348:5361 A-1 Carbonate Michigan Basin -0.0375812203233935049 +64414 cspg_html_2988178236 cspg_html_2988178236:6:378:386 Columbia Victoria, British Columbia -0.435668138774596203 +64415 aapg_aa_426.html aapg_aa_426.html:231:51778:51788 Mooreville Selma to Montgomery marches -0.492380698787899029 +64416 sedimentology_html_7635687013 sedimentology_html_7635687013:657:48125:48141 Baltimore Gneiss Maryland -0.011777050823328571 +64417 aapg_ah_871.html aapg_ah_871.html:22:3167:3184 Beekmantown Quebec City -0.00746310002878541098 +64418 aapg_ac_807.html aapg_ac_807.html:937:90271:90291 Brightseat Maryland -0.0616864584903875982 +64419 aapg_ae_370.html aapg_ae_370.html:510:48760:48785 Pittsburg Bluff Durham, North Carolina -0.440425240506611693 +64420 cspg_html_8054926782 cspg_html_8054926782:143:20605:20612 Selkirk Monashee Pass -0.172496809963819026 +64421 aapg_ac_366.html aapg_ac_366.html:110:14769:14790 Shawangunk Pennsylvania 0.0577662728561892727 +64422 gsa_html_8662622130 gsa_html_8662622130:573:55044:55053 Eel River California -0.390052764692527865 +64423 gsa_html_5301789232 gsa_html_5301789232:1409:108938:108943 Rapid China -0.0770752621700601381 +64424 geology_html_6501151583 geology_html_6501151583:200:17874:17906 Moenave Logan, Utah -0.472210801391301227 +64425 jgeology_html_1380249798 jgeology_html_1380249798:372:20433:20441 Virginia Maryland -0.468198533701609299 +64426 aapg_aa_71.html aapg_aa_71.html:248:20458:20509 Onondaga Clearfield County, Pennsylvania -0.506206997527935965 +64427 cspg_html_3328007773 cspg_html_3328007773:465:47766:47782 Viking Western world -0.0121732026878597095 +64428 cspg_html_9729377176 cspg_html_9729377176:161:20542:20561 Pardonet Victoria, British Columbia -0.444891759770598527 +64429 jgeology_html_3517640817 jgeology_html_3517640817:93:3808:3817 Peninsula Korea -0.465561228542891226 +64430 cspg_html_4655200751 cspg_html_4655200751:175:30002:30027 Woodbend Lacombe, Alberta -0.454143259443463898 +64431 geology_html_8379330260 geology_html_8379330260:67:7958:7963 Logan Arizona -0.448282824521055501 +64432 aapg_ai_581.html aapg_ai_581.html:70:6800:6806 Dakota Fall River, Nova Scotia -0.416341973707545276 +64433 aapg_ae_836.html aapg_ae_836.html:35:3347:3352 Tokio Paluxy, Texas -0.073840664120924035 +64434 aapg_af_579.html aapg_af_579.html:354:36083:36099 Colorado New Mexico -0.471543117662309108 +64435 aapg_ae_454.html aapg_ae_454.html:412:35394:35403 Shongaloo Arkansas -0.485663921579086111 +64436 sedimentology_html_6261114825 sedimentology_html_6261114825:21:1551:1561 Santa Cruz California -0.537507810148310394 +64437 sedimentology_html_4287650745 sedimentology_html_4287650745:1015:103545:103582 Mesaverde Colorado Western Slope -0.455432903203822237 +64438 cspg_html_2536163557 cspg_html_2536163557:534:83171:83182 White River Cordillera Administrative Region -0.0303573786993141213 +64439 cspg_html_5880669950 cspg_html_5880669950:563:58287:58307 Swan Hills Lacombe, Alberta 0.0108631399368114955 +64440 jgeology_html_4511554957 jgeology_html_4511554957:138:9395:9400 Doerun Fitzroy River (Queensland) -0.449018650964511823 +64441 aapg_ae_72.html aapg_ae_72.html:129:14986:15011 Pinkerton Trail Colorado -0.42652126035610638 +64442 gsa_html_2758185504 gsa_html_2758185504:84:9164:9174 Hell Creek Fort Union Trading Post National Historic Site -0.462125287699645448 +64443 AMJC_html_7174101972 AMJC_html_7174101972:9:373:378 Rapid Poland -0.0816788093669866405 +64444 cspg_html_3020540834 cspg_html_3020540834:47:6807:6819 Sherman Fall Ontario, California -0.491106071608619299 +64445 aapg_ae_465.html aapg_ae_465.html:174:18414:18420 Paluxy Lewisville, Texas 0.00285245641142386911 +64446 AMJC_html_7777190388 AMJC_html_7777190388:174:24143:24161 Willwood Fort Union Trading Post National Historic Site -0.479552074346371926 +64447 aapg_ad_335.html aapg_ad_335.html:283:33412:33428 Lance Fort Union Trading Post National Historic Site -0.0373131973616702209 +64448 aapg_ad_821.html aapg_ad_821.html:285:19014:19024 Phosphoria Cheyenne, Wyoming 1.0306637247754924 +64449 gsa_html_4431779557 gsa_html_4431779557:18:991:1010 Seminole Pecos River -0.461089806729199636 +64450 cspg_html_3235436073 cspg_html_3235436073:7:552:570 Whitemud Regina, Saskatchewan -0.46809765859229685 +64451 aapg_ad_615.html aapg_ad_615.html:49:5336:5349 Cotton Valley Mississippi River -0.421964232277811879 +64452 sedimentology_html_1603253798 sedimentology_html_1603253798:1033:56155:56159 Hall London, Ontario -0.469051848391689397 +64453 geology_html_8171981855 geology_html_8171981855:39:3887:3908 Hell Creek Texas -0.475730309561108622 +64454 cspg_html_7561290301 cspg_html_7561290301:32:3746:3761 Elk Lacombe, Alberta -0.0423703387957518537 +64455 geology_html_1573138807 geology_html_1573138807:247:23482:23501 Pinyon Conglomerate Cheyenne, Wyoming -0.509983867624673737 +64456 cspg_html_9011256422 cspg_html_9011256422:462:54798:54816 Redknife Lake Ontario -0.494139109891835016 +64457 gsa_html_5022585285 gsa_html_5022585285:13:594:604 Rancheria New Mexico -0.0428823001474314888 +64458 aapg_ai_365.html aapg_ai_365.html:281:40656:40665 Conemaugh Monongahela, Pennsylvania -0.458648092769168181 +64459 aapg_af_662.html aapg_af_662.html:418:37658:37667 Red River Burkburnett, Texas -0.439343057733562137 +64460 cspg_html_7989435905 cspg_html_7989435905:352:34000:34013 Turner Valley Lacombe, Alberta -0.00112569192733688248 +64461 sedimentology_html_1046729113 sedimentology_html_1046729113:1549:137374:137390 Viking Lacombe, Alberta -0.0659568396857683342 +64462 aapg_ai_515.html aapg_ai_515.html:508:55946:55967 Green River Uintah, Utah -0.445157668105484183 +64463 aapg_ak_78.html aapg_ak_78.html:441:53445:53449 Word El Capitan -0.0531544123709719873 +64464 gsa_html_2509147847 gsa_html_2509147847:673:74280:74294 Pasayten Pocatello, Idaho 0.774996259533265119 +64465 gsa_html_8335323050 gsa_html_8335323050:1617:137627:137630 Arc Portland, Maine -0.489323394611266782 +64466 aapg_ae_415.html aapg_ae_415.html:973:122940:122950 Waynesboro Melbourne, Florida -0.429105566113656023 +64467 cspg_html_8740534160 cspg_html_8740534160:275:35116:35132 Mural Selkirk, Scottish Borders -0.447276508327869859 +64468 AMJC_html_4483069041 AMJC_html_4483069041:129:16263:16273 Washington Skykomish River -0.0139559511282587399 +64469 jgeology_html_4305195651 jgeology_html_4305195651:1760:133476:133485 Manorkill New York City -0.453292784807282967 +64470 aapg_aa_23.html aapg_aa_23.html:900:117451:117460 Interlake Inwood, New York 0.0115094773461777138 +64471 aapg_ah_489.html aapg_ah_489.html:257:25108:25126 Genesee Genesee County, Michigan -0.47601017133294582 +64472 aapg_af_18.html aapg_af_18.html:92:11264:11280 Dakota Black Hills 0.00919696363654177486 +64473 aapg_ad_94.html aapg_ad_94.html:30:3391:3402 Collingwood Manitoulin Island -0.419723157415338222 +64474 cspg_html_6839937815 cspg_html_6839937815:142:19798:19815 Thaynes Logan, Utah -0.122796244221970205 +64475 cspg_html_7409170811 cspg_html_7409170811:531:67895:67910 Banff Canada -0.408452575267404749 +64476 cspg_html_3482605972 cspg_html_3482605972:8:742:750 Coalspur Lacombe, Alberta -0.465705253187009671 +64477 aapg_ad_567.html aapg_ad_567.html:45:8278:8289 Mowry Sevier orogeny 0.0108631399368114955 +64478 jgeology_html_5435533156 jgeology_html_5435533156:308:19086:19095 Frankfort Schenectady, New York -0.46132865731218986 +64479 aapg_ad_940.html aapg_ad_940.html:30:3425:3445 Newcastle Cheyenne, Wyoming -0.032535178592891574 +64480 aapg_ac_618.html aapg_ac_618.html:84:8253:8261 Wolfcamp Val Verde (fictional country) -0.474805786132168894 +64481 aapg_ad_784.html aapg_ad_784.html:121:14350:14363 Santa Barbara Goleta, California -0.489889776983278402 +64482 cspg_html_8231573314 cspg_html_8231573314:162:17184:17188 Toad Victoria, British Columbia -0.0439881690847485213 +64483 aapg_ae_147.html aapg_ae_147.html:276:27427:27437 Washington Salem, Oregon -0.484098022941034878 +64484 cspg_html_2803424832 cspg_html_2803424832:56:7841:7862 Trold Fiord Melville Island (Canada) -0.013877758051455481 +64485 aapg_ae_319.html aapg_ae_319.html:709:60149:60155 Navajo Entrada Sandstone -0.102177012334758219 +64486 gsa_html_3270365850 gsa_html_3270365850:1008:79368:79396 Green River Colorado -0.0115181647621516343 +64487 cspg_html_7587979364 cspg_html_7587979364:1099:72876:72881 Logan Shark Bay -0.0133078241167712726 +64488 palaios_html_2878618850 palaios_html_2878618850:496:44890:44900 Washington Antarctica -0.0309035312152589614 +64489 gsa_html_5601712699 gsa_html_5601712699:1005:84771:84799 Green River New Mexico -0.01223054087335982 +64490 sedimentology_html_7879809021 sedimentology_html_7879809021:1481:105951:105988 Madison Cheyenne, Wyoming -0.48108644546321655 +64491 aapg_ah_283.html aapg_ah_283.html:480:55254:55264 Washington Salem, Oregon -0.466718659783226908 +64492 gsa_html_6765882493 gsa_html_6765882493:777:105349:105369 Eau Claire Iowa 0.415605190188115592 +64493 aapg_af_738.html aapg_af_738.html:208:27599:27610 Stony Creek Los Gatos, California -0.500385707625650822 +64494 aapg_ae_93.html aapg_ae_93.html:813:76612:76620 Edmonton Calgary -0.0607821204892215472 +64495 cspg_html_3404912985 cspg_html_3404912985:167:26777:26788 Belly River Lacombe, Alberta -0.131996978140019372 +64496 aapg_ai_107.html aapg_ai_107.html:187:18765:18784 Smackover Morris County, New Jersey -0.0135788887974534252 +64497 gsa_html_8491258533 gsa_html_8491258533:607:68221:68228 Concord New Hampshire -0.467071222132578012 +64498 cspg_html_6255491344 cspg_html_6255491344:241:34805:34815 Mount Head Highwood Pass -0.00125424333549307727 +64499 cspg_html_9717154602 cspg_html_9717154602:203:28977:28984 Bearpaw Regina, Saskatchewan -0.032256843292129446 +64500 aapg_af_857.html aapg_af_857.html:167:15066:15087 Sycamore Puente Hills Mall -0.418659974922056588 +64501 palaios_html_7963065354 palaios_html_7963065354:589:47545:47563 Chicotte Canada -0.121945738355498906 +64502 cspg_html_1378826439 cspg_html_1378826439:523:44259:44289 Tidal Kingdom of the Netherlands -0.489889776983278402 +64503 gsa_html_4650354985 gsa_html_4650354985:816:66661:66678 Minturn Wet Mountains -0.0500164465946093956 +64504 aapg_ai_581.html aapg_ai_581.html:67:6444:6460 Dakota Black Hills 0.299015338756860427 +64505 sedimentology_html_5795881935 sedimentology_html_5795881935:463:15984:15989 Yukon Anchorage, Alaska -0.509709389895245502 +64506 gsa_html_1904554207 gsa_html_1904554207:880:96180:96188 Colorado Lacombe, Alberta -0.479789026501235227 +64507 aapg_af_751.html aapg_af_751.html:702:86848:86870 Mint Canyon California -0.0675575131851859773 +64508 gsa_html_4191208013 gsa_html_4191208013:185:16740:16749 Guzmantla Pico de Orizaba -0.471363620495062197 +64509 aapg_aa_713.html aapg_aa_713.html:26:2209:2216 Vasquez Western world -0.453044786078658057 +64510 aapg_ah_487.html aapg_ah_487.html:211:24807:24813 Midway Texas -0.0270600859182637335 +64511 aapg_ae_461.html aapg_ae_461.html:60:8793:8800 Rodessa Cotton Valley, Louisiana 0.0057067116030324206 +64512 aapg_ah_645.html aapg_ah_645.html:800:79279:79297 Morrison LeRoy, Wisconsin 1.00350130186581477 +64513 aapg_af_861.html aapg_af_861.html:71:7429:7447 Seminole Missouri River -0.032535178592891574 +64514 aapg_ad_880.html aapg_ad_880.html:9:1431:1449 Sundance Cheyenne, Wyoming 0.891311974504299442 +64515 gsa_html_7199417381 gsa_html_7199417381:326:37053:37070 White River Sand Hills (Nebraska) 0.00751869385718860559 +64516 gsa_html_4828739821 gsa_html_4828739821:549:43845:43854 Nankoweap Western world -0.0184133695346841396 +64517 aapg_ah_96.html aapg_ah_96.html:511:60090:60098 Winnipeg Winnipeg -0.43553542054293326 +64518 aapg_ac_72.html aapg_ac_72.html:26:3801:3813 Todos Santos Guatemala 0.779039089689502529 +64519 cspg_html_4624186528 cspg_html_4624186528:175:21440:21453 Sustut Victoria, British Columbia -0.0280825762237737336 +64520 aapg_aa_870.html aapg_aa_870.html:307:28134:28140 Dakota Lone Pine, California -0.00547565736357211348 +64521 geology_html_3251130221 geology_html_3251130221:35:4726:4751 Navajo Arizona -0.04576482531518513 +64522 aapg_ah_283.html aapg_ah_283.html:15:1998:2008 Washington Salem, Oregon -0.453234160803079433 +64523 cspg_html_6306091047 cspg_html_6306091047:588:80191:80199 Columbia Victoria, British Columbia -0.46927678392355654 +64524 sedimentology_html_1568456861 sedimentology_html_1568456861:24:1641:1661 Toro Roman Empire -0.431186011272103542 +64525 aapg_ae_755.html aapg_ae_755.html:5:974:995 Pungo River Belgrade -0.473508484055372547 +64526 sedimentology_html_9633602572 sedimentology_html_9633602572:173:13682:13687 Cairn Lacombe, Alberta -0.473778404154942046 +64527 palaios_html_2994452429 palaios_html_2994452429:1697:142160:142192 Montney Calgary -0.440300736461396947 +64528 gsa_html_7498897688 gsa_html_7498897688:31:3240:3250 Laurentian Mexico -0.479772763003628699 +64529 cspg_html_1498300615 cspg_html_1498300615:73:8230:8250 Cairn Middle East -0.47395378155658785 +64530 geology_html_4437314453 geology_html_4437314453:219:20558:20582 Kaibab Logan, Utah -0.440280728439214952 +64531 aapg_ac_191.html aapg_ac_191.html:40:8376:8393 Tamabra Matamoros, Tamaulipas -0.0923016531810131602 +64532 geology_html_4877683427 geology_html_4877683427:249:23990:23996 Oxford Netherlands -0.529576363991167476 +64533 aapg_ai_583.html aapg_ai_583.html:5:636:653 Swift Cheyenne, Wyoming 0.128158106685322765 +64534 gsa_html_5081991493 gsa_html_5081991493:1578:112922:112943 Green River Logan, Utah -0.445984933244691462 +64535 aapg_ah_756.html aapg_ah_756.html:98:10264:10272 Grayburg Crockett County, Tennessee -0.43911211811260753 +64536 aapg_af_320.html aapg_af_320.html:264:44970:44989 Minnelusa Colorado 0.00968516832119581395 +64537 aapg_ad_94.html aapg_ad_94.html:31:3683:3701 Black River Ottawa, Kansas -0.452882496357985831 +64538 aapg_ac_104.html aapg_ac_104.html:63:8672:8690 Crescent Washington (state) -0.45733345840955697 +64539 aapg_ad_169.html aapg_ad_169.html:226:25800:25820 Greenbrier Greenbrier (Great Smoky Mountains) -0.464610795373413321 +64540 aapg_aa_233.html aapg_aa_233.html:224:23375:23381 Sierra Matamoros, Tamaulipas -0.0147795988543257695 +64541 cspg_html_6255491344 cspg_html_6255491344:144:20740:20754 Kootenay Victoria, British Columbia -0.431113360606789509 +64542 aapg_aa_654.html aapg_aa_654.html:257:38844:38858 Espiritu Santo Sangre de Cristo Range -0.471336008805755435 +64543 gsa_html_1536819908 gsa_html_1536819908:577:55814:55827 Edna Mountain Cordillera Administrative Region -0.505322937852164866 +64544 palaios_html_9133125241 palaios_html_9133125241:581:69087:69091 Kope Kentucky -0.426994598175165718 +64545 aapg_aa_112.html aapg_aa_112.html:87:8931:8954 Gypsum Spring Western world -0.00961046045389274753 +64546 aapg_ad_440.html aapg_ad_440.html:130:12453:12469 Denmar Ohio -0.0147100917110170436 +64547 aapg_ae_249.html aapg_ae_249.html:28:3180:3186 Pawnee Trego, Wisconsin -0.0196404059622709952 +64548 cspg_html_3367984758 cspg_html_3367984758:61:7106:7118 Saskatchewan Regina, Saskatchewan -0.0316827975818438426 +64549 aapg_ac_730.html aapg_ac_730.html:638:93101:93117 Toreva Mancos, Colorado -0.203010903699997497 +64550 cspg_html_6383234409 cspg_html_6383234409:450:45399:45445 Bird Fiord Bathurst Island (Northern Territory) -0.0388552982723100598 +64551 aapg_ad_2.html aapg_ad_2.html:1281:176542:176564 Black River Watertown, Massachusetts -0.435738929516159335 +64552 aapg_ai_974.html aapg_ai_974.html:168:18565:18580 Latah Washington (state) -0.0304826089875597575 +64553 aapg_ac_420.html aapg_ac_420.html:41:6164:6170 Carmel Monterey, California -0.42653659632637092 +64554 aapg_ai_249.html aapg_ai_249.html:330:43130:43140 San Felipe Austin, Chicago -0.0257194847392249668 +64555 aapg_ah_221.html aapg_ah_221.html:130:13427:13457 Red River Richland County, Illinois -0.458675312427173743 +64556 aapg_ae_72.html aapg_ae_72.html:85:11165:11170 Ouray Leadville, Colorado -0.0230751498951462693 +64557 aapg_ah_617.html aapg_ah_617.html:88:8350:8381 Phosphoria Populus sect. Aegiros 0.0282495207301355182 +64558 aapg_ah_700.html aapg_ah_700.html:602:76291:76309 Norphlet Mississippi River -0.448529529594894116 +64559 aapg_ai_774.html aapg_ai_774.html:55:6332:6345 Detroit River Michigan -0.0544954389304434447 +64560 aapg_ai_156.html aapg_ai_156.html:544:45713:45730 Chanute Seminole, Texas -0.50419108937386159 +64561 AMJC_html_5969956211 AMJC_html_5969956211:432:63448:63466 Morrison Colorado 1.14153322508408928 +64562 aapg_ac_743.html aapg_ac_743.html:197:24884:24898 Lyre Salem, Oregon -0.0259316078616598014 +64563 aapg_af_728.html aapg_af_728.html:423:49312:49329 Collingwood Ottawa, Kansas -0.466842269540434285 +64564 cspg_html_6665051947 cspg_html_6665051947:545:50957:50968 Peace River Lacombe, Alberta -0.439223139625051329 +64565 gsa_html_8675210751 gsa_html_8675210751:30:2870:2898 Green River Colorado -0.0137370110791438689 +64566 cspg_html_2013109828 cspg_html_2013109828:473:76122:76130 Columbia Victoria, British Columbia -0.467877607461444023 +64567 aapg_ai_975.html aapg_ai_975.html:22:5958:5974 Sligo Balcones Fault -0.445119676497256811 +64568 aapg_ac_824.html aapg_ac_824.html:579:53858:53866 Colorado Colorado -0.47482657712880405 +64569 aapg_ai_877.html aapg_ai_877.html:248:28264:28281 Lockport Dolomite Pennsylvania -0.455432903203822237 +64570 cspg_html_5345848475 cspg_html_5345848475:315:36661:36678 Carlile Western world -0.0344697965895258002 +64571 sedimentology_html_7514538550 sedimentology_html_7514538550:663:66593:66601 Colorado Texas -0.0541954731072742807 +64572 gsa_html_4128085755 gsa_html_4128085755:632:61064:61070 Navajo New Mexico -0.0301277931102772942 +64573 aapg_ae_602.html aapg_ae_602.html:575:71067:71074 Norfolk Norfolk, Virginia -0.030023437417361392 +64574 aapg_ah_387.html aapg_ah_387.html:317:32284:32292 Mariposa Sierra Nevada (Spain) -0.438093558395168947 +64575 sedimentology_html_9998036374 sedimentology_html_9998036374:1183:76161:76171 Santa Cruz California -0.482597909534674852 +64576 cspg_html_4409656292 cspg_html_4409656292:135:19206:19223 Cardium Victoria, British Columbia -0.0158621976007121031 +64577 aapg_ah_387.html aapg_ah_387.html:455:45077:45085 Roseburg Salem, Oregon -0.440467486742992853 +64578 cspg_html_9083138317 cspg_html_9083138317:206:28562:28581 Hesquiat Victoria, British Columbia -0.440467486742992853 +64579 cspg_html_7881580279 cspg_html_7881580279:41:6644:6661 Yeoman Williston, Vermont -0.46809765859229685 +64580 cspg_html_9872589627 cspg_html_9872589627:161:21762:21769 Halfway Western Canadian Sedimentary Basin -0.503471624767146686 +64581 cspg_html_6278093686 cspg_html_6278093686:217:16092:16111 Pardonet Victoria, British Columbia -0.0313801301050329814 +64582 gsa_html_4115149265 gsa_html_4115149265:15:647:655 San Jose California -0.448327675040319895 +64583 aapg_ae_185.html aapg_ae_185.html:563:49103:49112 Shongaloo Shreveport, Louisiana -0.487729676915167776 +64584 cspg_html_8532932475 cspg_html_8532932475:397:42610:42621 Peace River Canada -0.442916609041378917 +64585 gsa_html_4930932370 gsa_html_4930932370:1230:129504:129521 Onaping Sudbury, Suffolk -0.00562506076616993075 +64586 cspg_html_6032369756 cspg_html_6032369756:257:30154:30162 Edmonton Golden, Colorado -0.515580073330138555 +64587 AMJC_html_8279406037 AMJC_html_8279406037:412:33596:33603 Choptank China -0.446029671493266278 +64588 aapg_ad_335.html aapg_ad_335.html:242:28599:28618 Fox Hills Rawlins, Wyoming -0.408256899955551422 +64589 cspg_html_9778753186 cspg_html_9778753186:47:6718:6726 Kootenay Victoria, British Columbia -0.462261924354454456 +64590 sedimentology_html_3703661901 sedimentology_html_3703661901:601:38670:38674 Ross Stroudsburg, Pennsylvania -0.0281695262279110618 +64591 aapg_ad_883.html aapg_ad_883.html:102:12723:12737 Glenwood Ohio -0.444891759770598527 +64592 aapg_aa_245.html aapg_aa_245.html:323:30264:30272 Michigan Michigan -0.478767343423892489 +64593 gsa_html_1130947011 gsa_html_1130947011:287:37802:37833 Maquoketa Iowa 0.379152557499315757 +64594 aapg_ah_105.html aapg_ah_105.html:8:1016:1026 San Andres Guadalupe Mountains National Park 2.77948468513044932e-05 +64595 aapg_af_397.html aapg_af_397.html:221:26662:26679 Todilto Entrada Sandstone -0.480695619561815057 +64596 gsa_html_6143207195 gsa_html_6143207195:812:76351:76361 Washington Logan, Utah -0.487560856421757394 +64597 palaios_html_2048556014 palaios_html_2048556014:529:58878:58897 Conasauga Alabama 0.611857170143610962 +64598 cspg_html_3008414459 cspg_html_3008414459:81:12251:12267 Mt Lytton Milk River, Alberta -0.0111724073673319709 +64599 cspg_html_3102530088 cspg_html_3102530088:155:19671:19681 Milk River Lacombe, Alberta -0.467870731747513147 +64600 aapg_ai_255.html aapg_ai_255.html:486:71551:71557 Guelph Huntington County, Indiana -0.00334234682961829285 +64601 aapg_aa_288.html aapg_aa_288.html:122:14280:14294 Colorado Cheyenne, Wyoming -0.0540873490612621827 +64602 aapg_ai_105.html aapg_ai_105.html:454:54867:54888 Morgan Uinta Mountains 0.398962593467464155 +64603 aapg_af_859.html aapg_af_859.html:91:14309:14319 Rio Grande Nueces County, Texas -0.476324834178458445 +64604 gsa_html_3151431803 gsa_html_3151431803:81:9838:9854 Navajo Kayenta, Arizona -0.108018739307558731 +64605 aapg_ai_49.html aapg_ai_49.html:156:17394:17397 Abo New Mexico 0.000548948298213387093 +64606 cspg_html_4210762654 cspg_html_4210762654:289:37083:37091 Columbia Manitoba -0.442595627901035182 +64607 sedimentology_html_8159393585 sedimentology_html_8159393585:79:6788:6794 Arnica Harz National Park -0.0235062798697475116 +64608 sedimentology_html_8357192793 sedimentology_html_8357192793:581:49427:49432 Crete Azov -0.0405821853026711934 +64609 gsa_html_1024107776 gsa_html_1024107776:124:12764:12781 Clifden Rocky Brook -0.0236297103321001234 +64610 cspg_html_9119878068 cspg_html_9119878068:205:26276:26289 Watt Mountain Swan Hill, Victoria -0.0143781976835972679 +64611 gsa_html_8271829751 gsa_html_8271829751:820:70501:70529 Green River Colorado -0.443889149160736518 +64612 aapg_ah_994.html aapg_ah_994.html:364:39768:39781 Woodbine East Texas -0.44721379024503416 +64613 aapg_ad_564.html aapg_ad_564.html:8242:742163:742177 Schrader Bluff North Slope Borough, Alaska -0.0237635726163751594 +64614 gsa_html_9457387752 gsa_html_9457387752:11:671:677 Dayton Ohio -0.507022414920169306 +64615 gsa_html_6776599725 gsa_html_6776599725:877:86293:86297 Wise Antarctica -0.4597920302667165 +64616 gsa_html_1130947011 gsa_html_1130947011:94:10651:10662 Black River Iowa -0.0323194681554540841 +64617 cspg_html_9499345121 cspg_html_9499345121:36:5717:5726 Mount Cap Great Slave Lake -0.0909929935774005938 +64618 aapg_ad_178.html aapg_ad_178.html:80:6742:6750 Columbia Victoria, British Columbia -0.417786819866466375 +64619 aapg_aa_287.html aapg_aa_287.html:369:45914:45921 Cardium Lacombe, Alberta -0.47814331678503319 +64620 cspg_html_6953269830 cspg_html_6953269830:49:6524:6545 Gates Victoria, British Columbia -0.441459714368856782 +64621 jgeology_html_4305195651 jgeology_html_4305195651:1656:127967:127989 Walton Delaware County, Ohio -0.477123570959987586 +64622 gsa_html_1826402027 gsa_html_1826402027:423:47806:47843 Shinarump Conglomerate Blue Ridge Mountains -0.0425131277640511673 +64623 sedimentology_html_7482146728 sedimentology_html_7482146728:315:36433:36441 Columbia Sacramento, California -0.479893584862882694 +64624 aapg_af_830.html aapg_af_830.html:583:69080:69086 Paluxy Texas -0.433685955512457477 +64625 cspg_html_4860363565 cspg_html_4860363565:72:9414:9419 Nisku Drumheller -0.22469728565737801 +64626 aapg_ai_773.html aapg_ai_773.html:65:9659:9678 Detroit River Bloomington, Indiana -0.0337703728597886152 +64627 aapg_ai_366.html aapg_ai_366.html:110:12212:12218 Lissie Beaumont, Texas -0.473695342935840036 +64628 aapg_ai_278.html aapg_ai_278.html:773:93936:93955 Card Sound Dolomite Andros, Bahamas -0.0317923859746223822 +64629 cspg_html_9872589627 cspg_html_9872589627:190:23743:23769 Halfway Lacombe, Alberta -0.437005217650049682 +64630 aapg_af_598.html aapg_af_598.html:37:4078:4095 Lenapah Nowata, Oklahoma 0.00689674130686037615 +64631 aapg_ae_391.html aapg_ae_391.html:456:42134:42155 Salado Pecos River -0.44497889773871091 +64632 aapg_ad_736.html aapg_ad_736.html:128:13911:13924 Venango Pennsylvania -0.442622372073831483 +64633 aapg_ae_959.html aapg_ae_959.html:431:34332:34338 Tessey Salado, Texas -0.49339517418577894 +64634 geology_html_7716023618 geology_html_7716023618:12:615:625 Washington Washington (state) -0.480853789677316845 +64635 gsa_html_4220229801 gsa_html_4220229801:152:11255:11282 Columbia Boise, Idaho -0.0283712524140075813 +64636 aapg_ah_340.html aapg_ah_340.html:284:31731:31741 Duck Creek Goodland, Kansas -0.416233588263895504 +64637 aapg_ad_149.html aapg_ad_149.html:271:26918:26923 Banff Lacombe, Alberta -0.417439513760371694 +64638 aapg_ai_249.html aapg_ai_249.html:89:13911:13934 El Plan Tegucigalpa -0.449575401198261781 +64639 AMJC_html_1873062106 AMJC_html_1873062106:253:36064:36082 Morrison Colorado -0.459458231015011043 +64640 aapg_ad_721.html aapg_ad_721.html:621:60898:60906 Carlsbad Carlsbad, New Mexico -0.447153316157111791 +64641 aapg_ae_182.html aapg_ae_182.html:371:39009:39030 Pine Island Pine Island (Lee County, Florida) -0.0315036314272049284 +64642 gsa_html_6734844475 gsa_html_6734844475:107:13564:13568 Wise Big Hill, Indiana -0.452882496357985831 +64643 aapg_ad_2.html aapg_ad_2.html:690:99302:99319 Potsdam Alexandria, Virginia -0.0109795492601601104 +64644 aapg_ae_29.html aapg_ae_29.html:3:198:220 Mauch Chunk Western Pennsylvania -0.0242746935922993796 +64645 aapg_ah_343.html aapg_ah_343.html:241:29506:29515 Catahoula Mississippi River -0.254719989863012752 +64646 aapg_ae_961.html aapg_ae_961.html:159:11635:11646 Black River Winnipeg -0.485308421911267773 +64647 palaios_html_8113714689 palaios_html_8113714689:295:33522:33542 Chepultepec Dolomite Kingsport, Tennessee -0.231375459051915255 +64648 aapg_af_656.html aapg_af_656.html:60:5651:5658 Lagarto Oakville, California -0.442976805415170927 +64649 gsa_html_6109201332 gsa_html_6109201332:264:27625:27629 Airy Pine Island (Lee County, Florida) -0.0600280242274353476 +64650 aapg_aa_192.html aapg_aa_192.html:300:35259:35273 Red Rock Lima, Ohio -0.0541379230032217468 +64651 cspg_html_9768299963 cspg_html_9768299963:46:5468:5485 Belly River Lacombe, Alberta -0.452887004013691252 +64652 gsa_html_7484893681 gsa_html_7484893681:29:2796:2824 Green River Colorado -0.00627827036586884463 +64653 cspg_html_2929384614 cspg_html_2929384614:53:8387:8404 Halfway Western world -0.410691617835270306 +64654 aapg_ah_828.html aapg_ah_828.html:267:18513:18528 Sundance Cheyenne, Wyoming -0.460205477971118548 +64655 sedimentology_html_2550885329 sedimentology_html_2550885329:1891:106660:106705 Winnipegosis Canada -0.0109239507284224872 +64656 jgeology_html_7189790958 jgeology_html_7189790958:686:61924:61948 El Paso West Texas -0.46687889797168336 +64657 aapg_af_64.html aapg_af_64.html:42:6126:6137 Beekmantown Scandinavian Peninsula -0.466144329889246756 +64658 aapg_ah_860.html aapg_ah_860.html:52:6250:6266 Racine Joliet, Illinois -0.451875596518584666 +64659 cspg_html_2834693711 cspg_html_2834693711:440:61311:61331 Protection Nanaimo 0.317786708571335952 +64660 aapg_ah_544.html aapg_ah_544.html:563:48559:48569 Cedar Keys Melbourne, Florida -0.380564085387067208 +64661 cspg_html_7378664643 cspg_html_7378664643:975:122616:122655 Wabamun Lacombe, Alberta -0.458720680358492616 +64662 AMJC_html_4464898807 AMJC_html_4464898807:1025:85023:85030 Shuswap Monashee Pass -0.0225014864703161413 +64663 aapg_af_540.html aapg_af_540.html:850:94217:94225 Colorado Denver -0.0766340570337449151 +64664 aapg_ae_884.html aapg_ae_884.html:199:26636:26655 Frontier Black Hills -0.462045592650446035 +64665 gsa_html_9053175553 gsa_html_9053175553:226:29469:29490 Green River Cheyenne, Wyoming -0.4597965726108596 +64666 aapg_ad_757.html aapg_ad_757.html:289:36932:36938 Wilcox Decorah, Iowa -0.00576230371979552514 +64667 gsa_html_1024107776 gsa_html_1024107776:885:88778:88795 Shepody Dorchester, Dorset -0.470262127852539125 +64668 aapg_ad_918.html aapg_ad_918.html:410:50149:50167 Frontier Cheyenne, Wyoming 0.0127014130799759668 +64669 cspg_html_6014123208 cspg_html_6014123208:71:11237:11245 Moosebar Western world -0.0504626536225437905 +64670 aapg_af_845.html aapg_af_845.html:141:14040:14048 Woodbine Paluxy, Texas -0.451767539383647998 +64671 aapg_af_854.html aapg_af_854.html:1336:192400:192411 Paint Creek Bremen (state) -0.0131166903262873984 +64672 gsa_html_6983076294 gsa_html_6983076294:762:71820:71854 Hazel Texas -0.0816367475229434758 +64673 aapg_ai_469.html aapg_ai_469.html:437:52001:52006 Nisku Calmar, Alberta -0.14374670287485336 +64674 aapg_ai_187.html aapg_ai_187.html:237:23436:23442 Casper Cheyenne, Wyoming -0.475963906981033746 +64675 cspg_html_9119878068 cspg_html_9119878068:79:10186:10205 Waterways Swan Hill, Victoria -0.466782751574986277 +64676 geology_html_3184756656 geology_html_3184756656:361:26652:26656 Bern Switzerland -0.0329596528046762344 +64677 aapg_aa_684.html aapg_aa_684.html:132:13874:13878 Jelm John Crow Mountains -0.442239112797514711 +64678 sedimentology_html_2737382976 sedimentology_html_2737382976:1561:77858:77873 Lee Kentucky -0.449937021729037434 +64679 aapg_aa_663.html aapg_aa_663.html:168:14697:14714 Tomstown Dolomite Boyd County, Nebraska -0.471888407816635713 +64680 aapg_ai_284.html aapg_ai_284.html:316:29004:29012 East Arm Canada -0.46687889797168336 +64681 aapg_ai_751.html aapg_ai_751.html:96:8962:8973 Reclamation Pennsylvania -0.485495508601457515 +64682 aapg_ai_28.html aapg_ai_28.html:258:23882:23889 Lagarto Oakville, California -0.456371367070690814 +64683 AMJC_html_8883212571 AMJC_html_8883212571:790:84925:84944 Smackover Arkansas -0.0505811818267982855 +64684 gsa_html_3720789279 gsa_html_3720789279:1066:100353:100359 Oregon Washington (state) -0.136074165455668944 +64685 aapg_aa_305.html aapg_aa_305.html:148:22734:22750 Bluff Melbourne, Florida -0.46326000708216164 +64686 AMJC_html_4464898807 AMJC_html_4464898807:29:1251:1258 Shuswap Victoria, British Columbia -0.469038078694436811 +64687 sedimentology_html_3083192111 sedimentology_html_3083192111:436:36759:36773 Frio Texas -0.443688311537407287 +64688 aapg_ae_525.html aapg_ae_525.html:37:3765:3777 Dakota Mesa County, Colorado -0.424433485516413689 +64689 aapg_ac_22.html aapg_ac_22.html:121:13511:13540 Sunniland Melbourne, Florida 0.006789029590310529 +64690 aapg_ai_3.html aapg_ai_3.html:43:7279:7295 Ripley Illinois 0.465616092314337648 +64691 aapg_ac_563.html aapg_ac_563.html:176:28150:28167 La Boca Zacatecas, Zacatecas -0.513396000397295715 +64692 cspg_html_9637099986 cspg_html_9637099986:160:19396:19420 Athabasca Fort McMurray -0.472881299388360321 +64693 aapg_ae_612.html aapg_ae_612.html:475:50413:50419 Jordan Saudi Arabia -0.4391432028015122 +64694 aapg_ac_404.html aapg_ac_404.html:156:18347:18354 Rapides Washington (state) -0.103336148170558348 +64695 gsa_html_7890131408 gsa_html_7890131408:697:81513:81523 Washington Seattle -0.434580403200599208 +64696 aapg_af_187.html aapg_af_187.html:3:159:172 Cotton Valley Shreveport, Louisiana -0.0513133096682010376 +64697 aapg_ah_138.html aapg_ah_138.html:88:8672:8680 Cloverly Cheyenne, Wyoming 0.0197099287398633874 +64698 gsa_html_6423424604 gsa_html_6423424604:52:4057:4066 Garibaldi North Cascades National Park -0.183501543389156946 +64699 aapg_ae_464.html aapg_ae_464.html:368:21485:21495 Rio Grande Texas -0.0505968695241524116 +64700 cspg_html_2796643803 cspg_html_2796643803:127:19925:19940 Basal Williston Basin -0.489119025533207352 +64701 cspg_html_1188455526 cspg_html_1188455526:236:36789:36810 Christopher Melville Island (Canada) 0.0131861933748900779 +64702 gsa_html_7242992219 gsa_html_7242992219:31:2857:2885 Green River Iran -0.00680987700292186304 +64703 aapg_ai_91.html aapg_ai_91.html:13:2473:2492 Cockfield Livingston, Scotland -0.000521153440822292734 +64704 aapg_ae_182.html aapg_ae_182.html:142:17347:17370 Cotton Valley Arkansas 0.0218948152814134635 +64705 aapg_aa_673.html aapg_aa_673.html:34:4274:4303 Sunniland Rodessa, Louisiana -0.0682688757908614247 +64706 aapg_ad_466.html aapg_ad_466.html:1204:128830:128843 Potomac Raritan River -0.00773064589701005864 +64707 sedimentology_html_9260132433 sedimentology_html_9260132433:122:11683:11699 Eureka Quartzite Western United States -0.071620691439041248 +64708 gsa_html_4699550738 gsa_html_4699550738:578:50642:50650 Beaumont Pakistan -0.462398581950347165 +64709 cspg_html_6434702931 cspg_html_6434702931:11:1296:1318 Souris River Regina, Saskatchewan 1.019990112156687 +64710 cspg_html_4785922166 cspg_html_4785922166:484:57975:57996 Dawson Bay Great Slave Lake -0.432466019139625568 +64711 aapg_ah_644.html aapg_ah_644.html:130:15248:15261 Gypsum Spring Red Creek, New York -0.0301590999875516533 +64712 aapg_aa_233.html aapg_aa_233.html:539:54775:54781 Sierra Western world -0.0523523592034746896 +64713 gsa_html_9865056817 gsa_html_9865056817:1150:92381:92401 Cutler Logan, Utah -0.00583700570111723212 +64714 palaios_html_5198166697 palaios_html_5198166697:120:10542:10559 Juniata Knoxville, Tennessee -0.219693203236796891 +64715 gsa_html_6789601149 gsa_html_6789601149:1076:91603:91631 Green River Colorado -0.0444723579183447723 +64716 aapg_ac_366.html aapg_ac_366.html:131:17094:17113 Rose Hill Pennsylvania -0.447357152169087058 +64717 aapg_af_433.html aapg_af_433.html:151:18852:18861 Smackover Bogalusa, Louisiana -0.42107502020327392 +64718 cspg_html_8740534160 cspg_html_8740534160:304:37626:37634 Columbia Victoria, British Columbia -0.501903390372201885 +64719 aapg_ai_468.html aapg_ai_468.html:3:354:373 Cotton Valley Mississippi River -0.420878980795922841 +64720 palaios_html_2736581987 palaios_html_2736581987:571:58975:58980 Hueco New Mexico -0.0101247315019664351 +64721 aapg_ad_641.html aapg_ad_641.html:23:3067:3087 San Andres New Mexico -0.432236767973233238 +64722 aapg_ah_591.html aapg_ah_591.html:49:4639:4655 Bethel Gibson County, Tennessee -0.423740755428808513 +64723 geology_html_1844850227 geology_html_1844850227:11:516:526 Pittsburgh Pittsburgh -0.0425061623953187154 +64724 aapg_aa_507.html aapg_aa_507.html:111:14009:14019 Tuscaloosa Mississippi River -0.479893584862882694 +64725 aapg_ad_604.html aapg_ad_604.html:13:1453:1463 Washington Salem, Oregon -0.439223139625051329 +64726 aapg_af_625.html aapg_af_625.html:634:65382:65398 Dayton Ohio -0.0139559511282587399 +64727 cspg_html_1714269019 cspg_html_1714269019:661:72792:72828 Albert New Brunswick, New Jersey -0.479438267468745405 +64728 cspg_html_2485255876 cspg_html_2485255876:500:57779:57787 Belgrade Jerusalem -0.537119184394947768 +64729 aapg_ai_49.html aapg_ai_49.html:669:88030:88037 Thaynes Spearfish, South Dakota -0.0264393249899875019 +64730 aapg_aa_1.html aapg_aa_1.html:32:4106:4117 Port Orford Roseburg, Oregon -0.466727815469158758 +64731 aapg_af_143.html aapg_af_143.html:234:23742:23761 Knoxville California -0.477204643263094197 +64732 cspg_html_6255491344 cspg_html_6255491344:6:737:740 Elk Lacombe, Alberta -0.0474930775226503829 +64733 jgeology_html_4729017492 jgeology_html_4729017492:997:55604:55613 Natkusiak Victoria Island (Nigeria) -0.500385707625650822 +64734 cspg_html_6255491344 cspg_html_6255491344:15:2416:2429 Elk Lacombe, Alberta 0.311288560578480256 +64735 cspg_html_6193252551 cspg_html_6193252551:491:58326:58343 Romaine Anticosti Island -0.220661388340702397 +64736 aapg_ac_628.html aapg_ac_628.html:730:125919:125927 Morrison Summerville, South Carolina -0.0197898802463074598 +64737 cspg_html_4614759573 cspg_html_4614759573:150:22214:22221 Moresby Southern United States -0.0315018919631344582 +64738 sedimentology_html_9633602572 sedimentology_html_9633602572:1283:64777:64792 Nisku Central Alberta -0.080417119286975175 +64739 gsa_html_5865982995 gsa_html_5865982995:1473:154299:154316 Wasatch Cheyenne, Wyoming -0.467263588143899677 +64740 aapg_ae_984.html aapg_ae_984.html:26:3212:3230 Carlsbad Salado, Texas -0.473695342935840036 +64741 palaios_html_8113714689 palaios_html_8113714689:232:25449:25457 Au Train Michigan -0.467675942101560327 +64742 aapg_ah_561.html aapg_ah_561.html:729:68828:68845 Toroweap McKee, Kentucky -0.0414509716121673408 +64743 aapg_ah_206.html aapg_ah_206.html:123:16810:16819 Smackover Melbourne, Florida 0.0038357137977889917 +64744 gsa_html_5773604426 gsa_html_5773604426:73:7518:7532 Navarro Austin, Chicago -0.464419004431934179 +64745 cspg_html_4298557570 cspg_html_4298557570:796:68240:68248 Scollard Lacombe, Alberta 0.588810488631844819 +64746 aapg_ah_621.html aapg_ah_621.html:5:781:788 Paradox Hermosa, Chicago -0.0207180378412566112 +64747 aapg_ai_962.html aapg_ai_962.html:228:16313:16329 San Andres West Texas -0.00183793699051183952 +64748 cspg_html_2198503252 cspg_html_2198503252:336:17246:17258 Percha Arizona -0.721245963838533344 +64749 aapg_ae_873.html aapg_ae_873.html:180:21965:21978 Cotton Valley Cotton Valley, Louisiana -0.456371367070690814 +64750 aapg_aa_208.html aapg_aa_208.html:852:76073:76081 Caballos Arkansas -0.447780648817617921 +64751 palaios_html_3112927242 palaios_html_3112927242:754:61577:61584 Juniata Pennsylvania -0.42422364691980291 +64752 cspg_html_2184091860 cspg_html_2184091860:705:62725:62742 Romaine Anticosti Island -0.462512479285274614 +64753 gsa_html_1536819908 gsa_html_1536819908:658:63568:63578 Washington Reno, Nevada -0.466144329889246756 +64754 aapg_ah_72.html aapg_ah_72.html:61:9289:9298 Catahoula Texas 0.0171221059283382451 +64755 aapg_ae_70.html aapg_ae_70.html:272:28825:28844 Mesaverde Mancos, Colorado -0.0213281445923519004 +64756 geology_html_9772573337 geology_html_9772573337:264:22360:22370 Wind River Cheyenne, Wyoming -0.512748196547868185 +64757 aapg_ah_647.html aapg_ah_647.html:699:76831:76837 Kaibab Colorado -0.0243616205908490056 +64758 cspg_html_3766007701 cspg_html_3766007701:135:19090:19100 Bow Island Lacombe, Alberta -0.0363142648358218204 +64759 AMJC_html_1163576052 AMJC_html_1163576052:1118:100292:100300 Colorado Lima, Ohio -0.0442459352605073172 +64760 gsa_html_4438819447 gsa_html_4438819447:470:52261:52288 Mattagami Ontario, California -0.462143504710773534 +64761 aapg_ai_887.html aapg_ai_887.html:197:24130:24138 Edmonton Lacombe, Alberta -0.458659434193013582 +64762 aapg_aa_807.html aapg_aa_807.html:25:3721:3729 Virginia Maryland -0.488747997928766997 +64763 gsa_html_4898068092 gsa_html_4898068092:56:7180:7186 Provo Switzerland -0.0490160622596066617 +64764 cspg_html_1818321956 cspg_html_1818321956:516:53201:53216 Liard Pine River (Michigan) -0.0833826372790101578 +64765 aapg_ai_157.html aapg_ai_157.html:25:4825:4831 Salina Ontario, California -0.449433936510724996 +64766 aapg_ad_844.html aapg_ad_844.html:31:3284:3291 Deville Lacombe, Alberta -0.0219191512463435823 +64767 cspg_html_7727352096 cspg_html_7727352096:5:253:266 Foremost Central Alberta -0.474918987556243288 +64768 aapg_ac_806.html aapg_ac_806.html:229:17635:17651 Hertha Glenwood, Utah -0.491237921935693156 +64769 jgeology_html_1095412310 jgeology_html_1095412310:136:7604:7621 Manlius Helderberg -0.0641976627125528526 +64770 jgeology_html_2872695575 jgeology_html_2872695575:780:44103:44116 Lee Virginia -0.0200262605794136288 +64771 aapg_ah_823.html aapg_ah_823.html:270:26858:26877 Athabasca Lacombe, Alberta -0.522637140016843027 +64772 aapg_af_568.html aapg_af_568.html:467:39705:39717 Beaver Creek Cheyenne, Wyoming -0.444036457876645585 +64773 aapg_ad_580.html aapg_ad_580.html:436:54727:54748 Fort Union Cheyenne, Wyoming -0.463253167093327645 +64774 AMJC_html_7032017201 AMJC_html_7032017201:858:72297:72307 Stillwater Amsterdam -0.459919224612040101 +64775 cspg_html_9023649778 cspg_html_9023649778:316:37779:37787 Columbia Victoria, British Columbia -0.452909542628234352 +64776 cspg_html_1611261412 cspg_html_1611261412:762:96583:96591 Foremost Bow Island Airport -0.0943682554128243978 +64777 aapg_ai_367.html aapg_ai_367.html:362:24277:24289 Temblor Coalinga, California -0.241305533966942154 +64778 aapg_ah_754.html aapg_ah_754.html:150:17879:17892 Burrard Newberry, South Carolina -0.460146402321772174 +64779 aapg_ad_864.html aapg_ad_864.html:133:18029:18041 Chickasawhay Mississippi River 0.398928510939774217 +64780 aapg_aa_4.html aapg_aa_4.html:153:20344:20354 Hatch Hill Naples, Florida -0.460944252925189812 +64781 cspg_html_3404912985 cspg_html_3404912985:107:18198:18215 Bearpaw Lacombe, Alberta -0.465641239344597002 +64782 cspg_html_7675189126 cspg_html_7675189126:432:52313:52321 Victoria Calgary -0.458865873154244486 +64783 aapg_af_892.html aapg_af_892.html:113:10923:10932 Roubidoux Gasconade River 0.00410845643834914769 +64784 cspg_html_5688447798 cspg_html_5688447798:182:25475:25496 Bathurst Canadian Arctic Archipelago -0.00215584223507059606 +64785 aapg_ah_159.html aapg_ah_159.html:255:26668:26681 Lee Kentucky 0.0159282324715774928 +64786 aapg_ad_933.html aapg_ad_933.html:31:3434:3440 Denver Colorado -0.496386707811001693 +64787 aapg_ac_833.html aapg_ac_833.html:3:375:394 Mesaverde Colorado -0.0646588056457986782 +64788 gsa_html_1951402014 gsa_html_1951402014:41:1317:1327 Santa Cruz La Laguna, Chalatenango -0.464450966712688929 +64789 aapg_ac_944.html aapg_ac_944.html:38:5094:5127 Arroyo New Mexico -0.524262784477685595 +64790 cspg_html_1173833070 cspg_html_1173833070:20:3004:3022 Edmonton Lacombe, Alberta -0.474888953093082877 +64791 aapg_ai_501.html aapg_ai_501.html:443:39400:39428 Lone Mountain California -0.0574103284604600139 +64792 sedimentology_html_3865745685 sedimentology_html_3865745685:1708:115768:115797 Dunvegan Canada -0.448377013151321557 +64793 palaios_html_3985706634 palaios_html_3985706634:64:7035:7039 Bell New York State Museum -0.482150482079643117 +64794 cspg_html_2585022950 cspg_html_2585022950:103:8974:8994 Mount Head Carnarvon, Western Australia -0.45295011354581094 +64795 AMJC_html_5421639085 AMJC_html_5421639085:534:56199:56207 Columbia Eastern Washington -0.0301277931102772942 +64796 gsa_html_4898068092 gsa_html_4898068092:887:72124:72128 Bern Switzerland -0.463636287457712182 +64797 cspg_html_9951421861 cspg_html_9951421861:81:13960:13974 Colorado Lacombe, Alberta -0.489006291184516995 +64798 aapg_ad_0.html aapg_ad_0.html:361:29842:29863 Mount Simon Michigan -0.00190221287180793197 +64799 gsa_html_7018200979 gsa_html_7018200979:1017:85298:85326 Green River Colorado -0.0137248477945169315 +64800 aapg_ac_71.html aapg_ac_71.html:272:31957:31974 Dunlap Tonopah, Arizona -0.0539391172021731619 +64801 aapg_af_409.html aapg_af_409.html:83:11784:11789 Steel Svalbard and Jan Mayen -0.457736710679965686 +64802 aapg_ac_841.html aapg_ac_841.html:278:35845:35860 Atima Honduras -0.0569218086528505626 +64803 cspg_html_9613906024 cspg_html_9613906024:799:63166:63187 Gordo Iowa -0.494708722782586374 +64804 geology_html_8708783169 geology_html_8708783169:23:1692:1700 Colorado Denver -0.484086347872667577 +64805 cspg_html_9735723617 cspg_html_9735723617:2103:180803:180822 Griper Bay Melville Island (Canada) -0.44721379024503416 +64806 cspg_html_4773367370 cspg_html_4773367370:347:26480:26490 Mill Creek Lacombe, Alberta -0.025453465811003901 +64807 cspg_html_2297270979 cspg_html_2297270979:206:28613:28621 Michigan Lake Erie -0.485336482309537631 +64808 geology_html_2304200931 geology_html_2304200931:337:26120:26126 Oxford Antarctica -0.048386967383413422 +64809 geology_html_4050348053 geology_html_4050348053:342:24948:24952 Bond North Atlantic Current -0.499631466627061815 +64810 cspg_html_2567885124 cspg_html_2567885124:39:5421:5439 Bonavista Western world -0.0413499862143105745 +64811 gsa_html_4506689428 gsa_html_4506689428:16:559:567 Michigan Michigan -0.00761598320539543048 +64812 cspg_html_5381643866 cspg_html_5381643866:403:50925:50938 Elk Victoria, British Columbia -0.0555576320764074247 +64813 aapg_ac_928.html aapg_ac_928.html:81:11100:11106 Exshaw Lacombe, Alberta -0.00470953551256090425 +64814 sedimentology_html_1116078090 sedimentology_html_1116078090:1504:100698:100705 Yucatan Melbourne, Florida -0.455184317280275863 +64815 jgeology_html_2809998069 jgeology_html_2809998069:142:8511:8529 Wamsutta South Attleboro (MBTA station) -0.46814580209221146 +64816 aapg_ah_289.html aapg_ah_289.html:3:335:361 Monterey California 1.11391435562809327 +64817 aapg_ac_59.html aapg_ac_59.html:25:3883:3893 Point Loma Poway, California -0.0489010438658518606 +64818 aapg_ai_136.html aapg_ai_136.html:134:9488:9498 Tokio Bossier Parish, Louisiana -0.4391432028015122 +64819 cspg_html_3762708087 cspg_html_3762708087:25:3539:3555 Viking Suffield, Connecticut -0.432316117842066305 +64820 aapg_af_291.html aapg_af_291.html:173:20647:20652 Kayak Prudhoe Bay Oil Field -0.0416442398946082412 +64821 aapg_ae_296.html aapg_ae_296.html:172:18315:18325 San Andres New Mexico -0.398017229173224574 +64822 gsa_html_6983076294 gsa_html_6983076294:926:82644:82678 Carrizo Texas -0.426510306242507076 +64823 aapg_ad_983.html aapg_ad_983.html:205:18782:18799 Martinsburg California -0.41753718105898574 +64824 gsa_html_9513959579 gsa_html_9513959579:358:39742:39755 Blue Mountain Southeast Asia -0.47503682505792677 +64825 cspg_html_6159840831 cspg_html_6159840831:286:36216:36223 Muskiki Canada -0.442548827459522287 +64826 aapg_ai_296.html aapg_ai_296.html:791:70033:70050 Black River Middle Ordovician -0.0131827182184571217 +64827 cspg_html_5241714595 cspg_html_5241714595:408:63327:63349 Duperow Regina, Saskatchewan -0.48262355044528582 +64828 aapg_ae_74.html aapg_ae_74.html:547:51413:51432 Greenhorn Mancos, Colorado -0.104077975679792809 +64829 palaios_html_3112927242 palaios_html_3112927242:114:11365:11382 Juniata Pennsylvania -0.433387995206966137 +64830 gsa_html_9901339383 gsa_html_9901339383:105:10003:10025 Green River Wasatch Range -0.0161298137457332978 +64831 sedimentology_html_8748254640 sedimentology_html_8748254640:110:11434:11454 Toro South America -0.47249414511500698 +64832 aapg_aa_643.html aapg_aa_643.html:482:56134:56140 Sierra Tessin, Germany -0.053189286291718256 +64833 palaios_html_3766207176 palaios_html_3766207176:843:69214:69220 Snyder Maquoketa, Iowa -0.454052985518192231 +64834 palaios_html_5212272868 palaios_html_5212272868:265:29937:29964 Santa Cruz California -0.426608897791606878 +64835 sedimentology_html_2344543466 sedimentology_html_2344543466:554:41299:41303 Hall London, Ontario -0.498374324087579645 +64836 aapg_ai_208.html aapg_ai_208.html:230:19718:19747 Castle Hayne North Carolina -0.0207284668430632625 +64837 jgeology_html_7189790958 jgeology_html_7189790958:171:14192:14208 Rondout New Scotland, New York -0.446333949377836381 +64838 aapg_ad_152.html aapg_ad_152.html:1857:243417:243435 Plympton Kaibab, Arizona -0.00143491027354907159 +64839 aapg_ah_881.html aapg_ah_881.html:251:26039:26049 Washington Victoria, British Columbia -0.0617388373496724763 +64840 aapg_ac_905.html aapg_ac_905.html:6:688:708 Keg River Lacombe, Alberta -0.0339269564270203508 +64841 geology_html_4842726186 geology_html_4842726186:202:17735:17753 Monterey California -0.028708628918134603 +64842 aapg_ad_2.html aapg_ad_2.html:1410:192638:192661 Martinsburg Maryland 0.306347535404524918 +64843 cspg_html_8388911199 cspg_html_8388911199:121:11656:11668 Madison Regina, Saskatchewan -0.041445748202081481 +64844 geology_html_3911481921 geology_html_3911481921:89:11968:11989 Wood Canyon Death Valley -0.0501942290339745384 +64845 jgeology_html_2837808723 jgeology_html_2837808723:1045:63223:63227 Hall London, Ontario -0.464761517323236562 +64846 sedimentology_html_5644973990 sedimentology_html_5644973990:323:21211:21221 Washington Wa (Japan) -0.456391730122837791 +64847 aapg_ah_93.html aapg_ah_93.html:235:31899:31921 Water Canyon Logan, Utah -0.473649201225758321 +64848 aapg_ai_811.html aapg_ai_811.html:419:57363:57384 Vernon Washington (state) -0.462398581950347165 +64849 geology_html_4341033542 geology_html_4341033542:35:2761:2771 Stillwater Ontario, California -0.0541379230032217468 +64850 gsa_html_3860045860 gsa_html_3860045860:1025:96593:96599 Oregon Salem, Massachusetts -0.0251492016446104201 +64851 aapg_aa_158.html aapg_aa_158.html:131:14413:14431 Morrison Africa 0.694466144723210221 +64852 AMJC_html_2905856018 AMJC_html_2905856018:116:18715:18725 Winnemucca Fernley, Nevada -0.0330135830277358128 +64853 cspg_html_7790224785 cspg_html_7790224785:426:17071:17078 Gazelle Berlin -0.500402370472918023 +64854 gsa_html_4740889735 gsa_html_4740889735:29:2796:2824 Green River Iran -0.0149690067830474411 +64855 aapg_ai_491.html aapg_ai_491.html:131:15339:15350 Molas Hermosa, Chicago -0.476593313058899071 +64856 palaios_html_3751259297 palaios_html_3751259297:642:68254:68273 Hartselle Alabama -0.476269297170336003 +64857 aapg_aa_924.html aapg_aa_924.html:32:3570:3577 Waverly Ohio -0.491650086397892094 +64858 aapg_ac_807.html aapg_ac_807.html:576:57503:57510 Norfolk Raritan River -0.0434656937810903587 +64859 gsa_html_3069013284 gsa_html_3069013284:866:80721:80737 Chinle Arizona -0.0117822633156925947 +64860 palaios_html_8738458399 palaios_html_8738458399:120:15639:15644 Palms Quito -0.461001107058420345 +64861 sedimentology_html_1755741053 sedimentology_html_1755741053:1707:84185:84191 Madrid Palacio de Deportes de la Comunidad de Madrid -0.466714081975797668 +64862 cspg_html_3883962749 cspg_html_3883962749:522:54068:54081 Mountain Park Lacombe, Alberta -0.482921973604061416 +64863 cspg_html_4924970281 cspg_html_4924970281:41:6223:6237 Colorado Clearwater, Florida -0.502700266635245141 +64864 aapg_ai_816.html aapg_ai_816.html:190:29175:29184 Wyandotte Plattsburg, Missouri -0.457691392417615917 +64865 aapg_ae_73.html aapg_ae_73.html:460:60884:60892 Niobrara Las Vegas Strip -0.000889435409818231594 +64866 aapg_ae_855.html aapg_ae_855.html:223:22819:22850 Green River Logan, Utah -0.179633665768703571 +64867 aapg_aa_655.html aapg_aa_655.html:24:3516:3540 Espiritu Santo Colorado -0.462102516958969756 +64868 aapg_af_745.html aapg_af_745.html:275:41418:41433 Viola Wasatch Range -0.437005217650049682 +64869 aapg_ah_775.html aapg_ah_775.html:622:53454:53460 Denver Leadville, Colorado -0.0666645052645467445 +64870 gsa_html_9106605745 gsa_html_9106605745:677:55517:55543 Flagstaff Logan, Utah -0.476093453364925034 +64871 palaios_html_6757540995 palaios_html_6757540995:620:55956:55971 Eutaw Alabama -0.223394832430526158 +64872 aapg_ai_582.html aapg_ai_582.html:103:9324:9339 Piper Spearfish, South Dakota -0.469230874046953295 +64873 aapg_ae_630.html aapg_ae_630.html:155:13347:13355 Deadwood McHenry County, Illinois -0.00473211949273434716 +64874 aapg_ah_464.html aapg_ah_464.html:17:3053:3063 Pottsville Illinois -0.022943031704395548 +64875 aapg_ad_801.html aapg_ad_801.html:354:37769:37777 Williana Montgomery (town), New York -0.0458327637888954545 +64876 aapg_ad_379.html aapg_ad_379.html:86:7278:7284 Morgan Des Moines, Washington -0.42435479065966919 +64877 cspg_html_9023649778 cspg_html_9023649778:264:32104:32112 Columbia Victoria, British Columbia -0.427768661147865492 +64878 aapg_af_889.html aapg_af_889.html:112:9325:9335 Whitehorse Nashville Basin -0.446146001135949044 +64879 sedimentology_html_7553974053 sedimentology_html_7553974053:1593:125437:125455 Monterey California -0.441392939290133568 +64880 cspg_html_4392308496 cspg_html_4392308496:663:73108:73115 Halifax Halifax, West Yorkshire -0.0239565449099976777 +64881 aapg_ai_0.html aapg_ai_0.html:786:88784:88805 Beaumont Falfurrias, Texas -0.162506780032361325 +64882 aapg_ah_176.html aapg_ah_176.html:744:60036:60044 Colorado Denver -0.0285260271643415532 +64883 geology_html_8096032717 geology_html_8096032717:286:26531:26540 San Diego Cambridge -0.428045108019172948 +64884 cspg_html_9867228130 cspg_html_9867228130:50:7370:7386 Pocono Pennsylvania 0.363288232114978016 +64885 cspg_html_3473883402 cspg_html_3473883402:674:80367:80381 Woodbend Lacombe, Alberta -0.436810292517708865 +64886 gsa_html_6967102683 gsa_html_6967102683:109:10398:10403 Yukon Cordillera Administrative Region -0.453234160803079433 +64887 aapg_ah_687.html aapg_ah_687.html:98:13887:13902 Colorado Lacombe, Alberta 0.0129498836932117698 +64888 aapg_ac_251.html aapg_ac_251.html:234:27879:27891 Crab Orchard Pennsylvania -0.443632531064978408 +64889 aapg_aa_96.html aapg_aa_96.html:70:6916:6939 Honaker Hermosa, Chicago -0.0575080367644486765 +64890 aapg_ai_292.html aapg_ai_292.html:38:4278:4292 Lisburne Anchorage, Alaska -0.529741672123131613 +64891 gsa_html_7102550258 gsa_html_7102550258:1050:110059:110077 Morrison New Mexico 0.00829353945746899406 +64892 cspg_html_8917306391 cspg_html_8917306391:44:6382:6390 Columbia Victoria, British Columbia -0.43347626990885002 +64893 gsa_html_8664789297 gsa_html_8664789297:214:24892:24902 Wind River Cheyenne, Wyoming -0.487075683437370066 +64894 aapg_ah_505.html aapg_ah_505.html:486:37265:37276 White River Green Mountain -0.0309035312152589614 +64895 cspg_html_6252417471 cspg_html_6252417471:446:62449:62464 Melville Island District Council of Franklin Harbour -0.460146402321772174 +64896 cspg_html_6052770195 cspg_html_6052770195:6:481:489 Columbia Lacombe, Alberta -0.470292003998596664 +64897 sedimentology_html_8916145998 sedimentology_html_8916145998:162:6700:6704 Hall London, Ontario -0.450006666987963933 +64898 aapg_ah_411.html aapg_ah_411.html:77:10543:10561 Niobrara Cheyenne, Wyoming 0.740219763670231568 +64899 aapg_ae_846.html aapg_ae_846.html:201:19421:19438 El Paso New Mexico -0.0122896166911195832 +64900 palaios_html_8950546356 palaios_html_8950546356:449:40978:41003 Chinle Arizona -0.444838140504144441 +64901 cspg_html_9354781888 cspg_html_9354781888:209:27568:27587 Baldonnel Victoria, British Columbia -0.0176486817607870612 +64902 aapg_ak_118.html aapg_ak_118.html:313:31439:31456 Schuler Calhoun, Georgia -0.490604756571324518 +64903 aapg_ae_884.html aapg_ae_884.html:240:33002:33017 Eagle Colorado -0.0758357859303460252 +64904 gsa_html_7302180468 gsa_html_7302180468:533:48504:48520 Belden Colorado -0.476093453364925034 +64905 aapg_ah_779.html aapg_ah_779.html:208:37592:37600 Winnipeg Logan, Utah 0.355932569578642333 +64906 aapg_aa_684.html aapg_aa_684.html:33:4086:4090 Jelm Cheyenne, Wyoming -0.029835599351404625 +64907 cspg_html_9683836416 cspg_html_9683836416:544:76868:76875 Bearpaw Lacombe, Alberta -0.0741048851457884045 +64908 palaios_html_9133125241 palaios_html_9133125241:106:14138:14142 Kope Lexington, Kentucky -0.482688821665931855 +64909 cspg_html_9970905394 cspg_html_9970905394:202:21941:21968 Read Bay Canada 0.960884296289088224 +64910 gsa_html_3368386568 gsa_html_3368386568:11:586:599 Santa Barbara California -0.0475645152925121273 +64911 AMJC_html_5390933660 AMJC_html_5390933660:549:53428:53451 Gile Mountain Piscataquis River -0.485252303872338198 +64912 aapg_ac_720.html aapg_ac_720.html:342:34815:34825 Aquia Maryland -0.443688311537407287 +64913 aapg_ah_640.html aapg_ah_640.html:68:6430:6438 Michigan Western world 0.0121158646084473642 +64914 aapg_ad_921.html aapg_ad_921.html:48:6794:6812 Bellevue Lexington, Kentucky -0.466769017228648164 +64915 aapg_ah_318.html aapg_ah_318.html:719:77488:77507 Smackover Arkansas 0.0136761947097850285 +64916 aapg_ah_724.html aapg_ah_724.html:75:10457:10465 Columbia Victoria, British Columbia -0.0332258270255799612 +64917 gsa_html_7657796970 gsa_html_7657796970:731:59962:59990 Green River Colorado -0.451913869834985604 +64918 sedimentology_html_9260132433 sedimentology_html_9260132433:24:1638:1665 Eureka Quartzite Hanson, Massachusetts -0.0126614494701577564 +64919 aapg_ah_621.html aapg_ah_621.html:38:5291:5308 Hermosa Colorado -0.4462802459552766 +64920 cspg_html_4364132564 cspg_html_4364132564:48:6752:6771 Spearfish Manitoba 0.896315968095976245 +64921 aapg_ai_720.html aapg_ai_720.html:175:20450:20458 Virginia Closter, New Jersey -0.0164321889212732074 +64922 jgeology_html_8406118991 jgeology_html_8406118991:384:33878:33881 Arc Middle Ordovician -0.520526734377550149 +64923 aapg_ad_351.html aapg_ad_351.html:677:57954:57970 Keokuk Missouri River 0.123319066931469851 +64924 geology_html_9319232778 geology_html_9319232778:196:16332:16343 San Jacinto Baja California peninsula -0.493373928503901382 +64925 gsa_html_3648258377 gsa_html_3648258377:727:66857:66868 Englishtown Navesink River -0.448377013151321557 +64926 gsa_html_6915651341 gsa_html_6915651341:67:5662:5690 Green River Iran -0.00346568835703443216 +64927 cspg_html_4530154552 cspg_html_4530154552:95:15657:15671 Toad Victoria, British Columbia -0.02390265150978289 +64928 palaios_html_9068072954 palaios_html_9068072954:1073:97408:97435 Morrison Logan, Utah -0.214463461698994551 +64929 aapg_ac_961.html aapg_ac_961.html:586:62019:62025 Oregon Delaware -0.0435005244860851084 +64930 sedimentology_html_8103241482 sedimentology_html_8103241482:1992:73020:73034 Monterey California -0.0207667065675008616 +64931 aapg_ah_647.html aapg_ah_647.html:755:83837:83858 Snyder Colina, Chile -0.471819338906025898 +64932 aapg_ah_203.html aapg_ah_203.html:497:79219:79252 Morrison New Mexico -0.424177750848490742 +64933 geology_html_7388717714 geology_html_7388717714:99:8515:8524 Dog Creek Fraser River (Colorado) -0.000571531620668953421 +64934 palaios_html_3022467877 palaios_html_3022467877:272:29397:29416 Hornerstown Navesink River -0.466299888436986554 +64935 sedimentology_html_1123580665 sedimentology_html_1123580665:262:22645:22653 Scotland England -0.50396633916237854 +64936 aapg_ac_714.html aapg_ac_714.html:343:36897:36905 Tensleep Greybull, Wyoming -0.0455732069905889839 +64937 cspg_html_7779401416 cspg_html_7779401416:6:389:400 Irondequoit Ontario, California -0.0509507230324179883 +64938 geology_html_9004383999 geology_html_9004383999:90:8988:9013 Earlie Arizona -0.036255097654164431 +64939 gsa_html_1248731493 gsa_html_1248731493:735:68012:68017 Yukon Anchorage, Alaska -0.026734922025780393 +64940 cspg_html_1841843683 cspg_html_1841843683:69:11276:11284 Sawtooth Black Hills -0.423076903173580265 +64941 aapg_ah_150.html aapg_ah_150.html:467:58274:58280 Oxford Kingdom of Great Britain -0.0760756038911345883 +64942 geology_html_1070233947 geology_html_1070233947:17:819:830 Main Street Houston -0.0331440604270269723 +64943 cspg_html_1665574291 cspg_html_1665574291:12:2027:2056 Pakowki Lacombe, Alberta -0.468015132988553406 +64944 palaios_html_6612266529 palaios_html_6612266529:509:45063:45096 Casselman Ohio -0.0601467185447203748 +64945 cspg_html_4287356899 cspg_html_4287356899:353:50587:50607 Mt Lytton Snake River Canyon (Idaho) -0.447189152172129289 +64946 aapg_af_892.html aapg_af_892.html:629:61831:61841 San Andres San Angelo, Texas -0.417396109221489231 +64947 sedimentology_html_7879809021 sedimentology_html_7879809021:1174:90737:90757 Greenbrier Huntington, West Virginia -0.452909542628234352 +64948 AMJC_html_4299960498 AMJC_html_4299960498:851:95449:95459 Washington Skykomish River -0.465558942626108085 +64949 aapg_af_799.html aapg_af_799.html:417:29511:29526 Lodo Contra Costa County, California -0.425481180136460357 +64950 cspg_html_2834693711 cspg_html_2834693711:399:55196:55217 Protection England -0.02980429327875583 +64951 cspg_html_2758185645 cspg_html_2758185645:31:5071:5083 Rundle Lacombe, Alberta -0.473653815287124913 +64952 aapg_ac_222.html aapg_ac_222.html:104:16562:16568 Denver Colorado -0.458675312427173743 +64953 aapg_af_653.html aapg_af_653.html:889:101404:101411 Temblor Monterey, California -0.0419054197993560459 +64954 aapg_ai_319.html aapg_ai_319.html:16:1589:1606 Martinsburg Huntington, West Virginia 0.406261496084231122 +64955 aapg_ae_746.html aapg_ae_746.html:675:58170:58186 Viking California -0.427768661147865492 +64956 aapg_ai_959.html aapg_ai_959.html:74:8905:8914 Catahoula Brazos County, Texas -0.456518443898076276 +64957 jgeology_html_6175642561 jgeology_html_6175642561:1403:79332:79364 Chelmsford Canada -0.431047319390268635 +64958 gsa_html_4249721605 gsa_html_4249721605:818:71594:71603 Lancaster Sahara Desert (ecoregion) -0.462097962880594848 +64959 aapg_ai_105.html aapg_ai_105.html:304:34886:34900 Duchesne River Uinta Mountains -0.467925738958578585 +64960 sedimentology_html_7755870444 sedimentology_html_7755870444:290:21297:21302 Slope Philippines 0.0142461363116521914 +64961 aapg_ac_214.html aapg_ac_214.html:53:6618:6625 Entrada Logan, Utah -0.457786563407215019 +64962 AMJC_html_8402437205 AMJC_html_8402437205:998:87975:87985 Washington Whidbey Island -0.481393647209346964 +64963 geology_html_6421455685 geology_html_6421455685:338:22055:22065 Washington Washington (state) -0.0175687387296353664 +64964 aapg_ah_816.html aapg_ah_816.html:35:3669:3677 Virginia Maryland -0.0144094754740811647 +64965 aapg_ad_920.html aapg_ad_920.html:109:9884:9896 Red Mountain Alabama -0.22907575363198493 +64966 aapg_ae_126.html aapg_ae_126.html:115:11406:11417 Benson Upshur County, West Virginia -0.0440369350634172291 +64967 cspg_html_6116883777 cspg_html_6116883777:1639:199506:199529 Snowblind Bay Little Cornwallis Island -0.455310861563052449 +64968 cspg_html_8121202912 cspg_html_8121202912:244:30467:30484 Monkman Victoria, British Columbia -0.462097962880594848 +64969 aapg_aa_382.html aapg_aa_382.html:31:3895:3904 Etchegoin Rancho Santa Margarita, California -0.495106025033118957 +64970 sedimentology_html_1946067194 sedimentology_html_1946067194:30:1985:2002 Bedford Canada 0.00775670563708208936 +64971 cspg_html_9157093462 cspg_html_9157093462:40:7420:7428 Columbia Victoria, British Columbia -0.46132865731218986 +64972 aapg_ah_330.html aapg_ah_330.html:356:35598:35603 Tejon Fresno, California -0.503937652022910187 +64973 palaios_html_9886618772 palaios_html_9886618772:76:9137:9152 Byram Mississippi River -0.145832632896961523 +64974 aapg_ai_493.html aapg_ai_493.html:37:5263:5278 Uinta Wasatch County, Utah 0.468216875869754467 +64975 gsa_html_5752397324 gsa_html_5752397324:66:5338:5366 Green River Colorado -0.0380668126428187481 +64976 cspg_html_7576506617 cspg_html_7576506617:12:1588:1609 Ekwan River Moose River (Maine) -0.472501057082917231 +64977 geology_html_6149597609 geology_html_6149597609:209:19668:19678 Washington Boise, Idaho -0.0409860998014640113 +64978 aapg_ad_466.html aapg_ad_466.html:365:43818:43826 Patapsco Delaware -0.0313801301050329814 +64979 aapg_ah_335.html aapg_ah_335.html:182:23721:23730 Pottsville Pottsville, Pennsylvania -0.440254051746647612 +64980 gsa_html_8035658736 gsa_html_8035658736:806:90970:90980 Washington Boise, Idaho -0.038242606390143298 +64981 aapg_ae_370.html aapg_ae_370.html:485:45365:45381 Keasey Scappoose, Oregon -0.456355529459316345 +64982 aapg_aa_678.html aapg_aa_678.html:243:25055:25072 Halfway Victoria, British Columbia -0.484359586108593421 +64983 aapg_ai_515.html aapg_ai_515.html:124:14880:14891 Green River Uinta Mountains -0.449871874526764137 +64984 aapg_ac_741.html aapg_ac_741.html:378:43933:43951 Niobrara White River (Washington) 0.0303765110226876037 +64985 aapg_ae_35.html aapg_ae_35.html:129:11481:11502 Green River Logan, Utah 0.673813087153270152 +64986 aapg_ah_696.html aapg_ah_696.html:365:51265:51271 Oregon Washington (state) -0.474863540124580097 +64987 AMJC_html_5516451353 AMJC_html_5516451353:503:50973:50990 Massabesic Gneiss Berwick, Pennsylvania -0.455347020329573748 +64988 gsa_html_9106605745 gsa_html_9106605745:655:53840:53856 Verde Logan, Utah -0.0500164465946093956 +64989 gsa_html_1078292661 gsa_html_1078292661:30:2834:2842 Richland Washington (state) -0.454258371760158153 +64990 aapg_ai_81.html aapg_ai_81.html:168:16118:16134 Catskill Western world -0.450608983410958508 +64991 cspg_html_9717154602 cspg_html_9717154602:301:44759:44776 Wapiabi Lacombe, Alberta -0.0456254660933555489 +64992 palaios_html_5921824758 palaios_html_5921824758:389:34354:34380 Chuckanut Washington (state) -0.525096465108314314 +64993 aapg_ae_93.html aapg_ae_93.html:33:6278:6286 Kootenay Lacombe, Alberta -0.429978093202176226 +64994 aapg_ai_811.html aapg_ai_811.html:458:63881:63912 Dutch Creek Jeffersonville, Indiana -0.469028899015838996 +64995 aapg_ac_594.html aapg_ac_594.html:372:35829:35837 Consuelo Arcadia, California -0.501602970255366709 +64996 geology_html_3106508906 geology_html_3106508906:124:11504:11514 Washington Victoria, British Columbia -0.0517421611604156687 +64998 aapg_ad_944.html aapg_ad_944.html:152:15028:15047 Morrison Williston, Vermont -0.0846048083221491165 +64999 aapg_ai_388.html aapg_ai_388.html:53:4861:4880 Rock Springs Cheyenne, Wyoming -0.463307888475886887 +65000 aapg_ac_336.html aapg_ac_336.html:79:8604:8625 Beaverfoot Mons 0.00773064589700992767 +65001 aapg_ai_107.html aapg_ai_107.html:555:45898:45907 Shongaloo Ellis County, Kansas -0.0413499862143105745 +65002 aapg_ai_930.html aapg_ai_930.html:574:81252:81258 Walker Mississippi River -0.0169205158924080785 +65003 geology_html_1309674459 geology_html_1309674459:205:17015:17024 Extension Quito -0.49570469701623765 +65004 aapg_ad_257.html aapg_ad_257.html:75:7356:7365 Smackover Alabama -0.0679577527007072385 +65005 aapg_ac_714.html aapg_ac_714.html:645:79618:79633 Swift Big Horn Mountains -0.425363011053494167 +65006 cspg_html_5949578130 cspg_html_5949578130:438:72064:72091 Duperow Williston Basin -0.421948969269320462 +65007 gsa_html_7915521951 gsa_html_7915521951:1059:95270:95298 Green River Colorado -0.0195500267274268287 +65008 gsa_html_2378818060 gsa_html_2378818060:891:66502:66508 Oxford Pergamon Museum -0.446146001135949044 +65009 gsa_html_4385238876 gsa_html_4385238876:74:10289:10294 Yukon Anchorage, Alaska -0.0861027306072187637 +65010 cspg_html_7595517955 cspg_html_7595517955:366:41518:41555 Eleanor River Bathurst Island (Northern Territory) -0.0726124770348033355 +65011 aapg_ah_592.html aapg_ah_592.html:98:7215:7245 Traverse Elba, Alabama -0.00168159033485223096 +65012 aapg_af_416.html aapg_af_416.html:138:17451:17463 Saskatchewan Regina, Saskatchewan -0.45112171556163283 +65013 aapg_ad_991.html aapg_ad_991.html:141:11450:11455 Sligo Natchitoches, Louisiana -0.483057230694543871 +65014 aapg_ai_143.html aapg_ai_143.html:3:265:284 Foremost Southern Alberta -0.47495364399168194 +65015 sedimentology_html_3841637081 sedimentology_html_3841637081:850:38941:38959 Wabamun Swan Hill, Victoria 1.07022039271966563 +65016 aapg_ae_419.html aapg_ae_419.html:4916:280709:280716 El Paso Texas -0.457514673015389395 +65017 cspg_html_1665574291 cspg_html_1665574291:97:16552:16570 Paskapoo Lacombe, Alberta -0.00893635855203990699 +65018 cspg_html_9068495364 cspg_html_9068495364:407:46527:46535 Montreal Quebec City -0.0390380689308100493 +65019 aapg_aa_189.html aapg_aa_189.html:3:446:463 La Pena Texas -0.0592879805614410296 +65020 aapg_ae_904.html aapg_ae_904.html:330:34752:34761 Maquoketa Galena Group -0.0101942281259971568 +65021 sedimentology_html_3888376365 sedimentology_html_3888376365:516:47254:47260 Abbott California -0.481759173673690755 +65022 gsa_html_2220556952 gsa_html_2220556952:1317:135274:135302 Green River Iran -0.0315018919631344582 +65023 sedimentology_html_5746467239 sedimentology_html_5746467239:1890:123321:123326 Piper Gauley River -0.443715087361728711 +65024 aapg_ai_31.html aapg_ai_31.html:282:28175:28184 Catahoula Texas -0.0400999482749248432 +65025 cspg_html_9905904289 cspg_html_9905904289:56:8118:8137 Frenchman Regina, Saskatchewan -0.487987661646075377 +65026 aapg_ai_491.html aapg_ai_491.html:254:30403:30407 Rico Colorado -0.471336008805755435 +65027 aapg_ah_654.html aapg_ah_654.html:995:102665:102693 Phosphoria Cheyenne, Wyoming -0.345691935205780065 +65028 aapg_ad_855.html aapg_ad_855.html:252:25453:25468 Mt Lytton Paluxy, Texas -0.0278217295801544348 +65029 aapg_aa_955.html aapg_aa_955.html:226:24004:24023 Mansfield Clayton County, Georgia -0.491445156732988053 +65030 aapg_ac_841.html aapg_ac_841.html:257:33370:33385 Coban Honduras -0.431344541193885822 +65031 aapg_ai_542.html aapg_ai_542.html:217:18744:18750 Denver Colorado -0.045529657990104451 +65032 cspg_html_6306091047 cspg_html_6306091047:140:20954:20974 Baldonnel Victoria, British Columbia -0.00936896389642591365 +65033 gsa_html_5737673651 gsa_html_5737673651:383:33959:33990 Chinle Arizona -0.0169205158924080785 +65034 aapg_ai_603.html aapg_ai_603.html:44:4685:4706 Price North Horn Formation -0.469028899015838996 +65035 aapg_ah_962.html aapg_ah_962.html:160:18244:18255 Black River Athens, Georgia -0.00716428423732448638 +65036 aapg_ad_801.html aapg_ad_801.html:569:47208:47214 Midway Alabama -0.440254051746647612 +65037 aapg_ac_91.html aapg_ac_91.html:500:39731:39752 Etherington Boise, Idaho -0.394473571183871052 +65038 aapg_ak_137.html aapg_ak_137.html:167:19746:19764 Whitewater Wabash River -0.517925618184756242 +65039 gsa_html_4837287019 gsa_html_4837287019:381:35557:35567 Washington Hays, Kansas -0.446011775932438015 +65040 geology_html_9321919623 geology_html_9321919623:215:20730:20736 Snyder Russia -0.4462802459552766 +65041 gsa_html_2832151886 gsa_html_2832151886:461:39732:39755 Belle Fourche Lacombe, Alberta -0.468255854243320946 +65042 aapg_ah_339.html aapg_ah_339.html:251:24437:24716 Onondaga Knoxville, Tennessee -0.0264393249899875019 +65043 aapg_ai_388.html aapg_ai_388.html:114:11050:11057 Wasatch Western world -0.00712258914704064564 +65044 aapg_ai_27.html aapg_ai_27.html:22:2580:2584 Frio Texas -0.511618183538216087 +65045 cspg_html_2769629211 cspg_html_2769629211:675:70420:70431 Slave Point Victoria, British Columbia -0.491282661525563435 +65046 geology_html_6685929061 geology_html_6685929061:13:545:553 Montreal Quebec City -0.0560320968911477979 +65047 aapg_ae_847.html aapg_ae_847.html:109:7817:7828 San Joaquin Sacramento, California -0.446186272521599148 +65048 geology_html_7208965006 geology_html_7208965006:11:470:478 Virginia Norfolk, Virginia -0.427887128546325712 +65049 aapg_ae_708.html aapg_ae_708.html:77:10369:10389 Nolichucky Maynardville, Tennessee -0.0286877600181881381 +65050 gsa_html_1024107776 gsa_html_1024107776:496:48785:48794 Claremont Bridgetown, Nova Scotia -0.46326000708216164 +65051 aapg_af_636.html aapg_af_636.html:593:69752:69771 Pendleton Bloomington, Indiana -0.0477788324631043676 +65052 aapg_ae_681.html aapg_ae_681.html:32:5200:5219 Smackover Alabama -0.427768661147865492 +65053 aapg_aa_125.html aapg_aa_125.html:17:2041:2046 Banff Fernie, British Columbia -0.260955810260206256 +65054 aapg_ah_753.html aapg_ah_753.html:128:21253:21260 Shepody Germantown, Montgomery County, Maryland -0.486513508857715604 +65055 aapg_ai_49.html aapg_ai_49.html:167:18843:18868 Starved Rock White River (Washington) -0.449440672427322663 +65056 palaios_html_2256521782 palaios_html_2256521782:29:1201:1218 Mattoon Illinois -0.0468588775503323562 +65057 gsa_html_2657648234 gsa_html_2657648234:1223:76755:76783 Green River Colorado -0.0175218157848266304 +65058 gsa_html_8236729701 gsa_html_8236729701:166:19099:19119 Point Loma San Diego -0.481777803377517411 +65059 cspg_html_1312400675 cspg_html_1312400675:30:3749:3761 Saskatchewan Lacombe, Alberta -0.463435584788403632 +65060 gsa_html_4701409557 gsa_html_4701409557:47:3063:3091 Green River New Mexico -0.0192893197607112085 +65061 cspg_html_8427119881 cspg_html_8427119881:68:12911:12935 Athabasca Lacombe, Alberta -0.084283890531804101 +65062 gsa_html_1569131616 gsa_html_1569131616:621:57410:57438 Green River Colorado -0.0194353152309463539 +65063 aapg_ad_192.html aapg_ad_192.html:271:31520:31540 Tuscaloosa Tuscaloosa, Alabama -0.469798028895982545 +65064 aapg_af_142.html aapg_af_142.html:219:27203:27210 La Caja Mexico -0.496967326315652103 +65065 gsa_html_9439813057 gsa_html_9439813057:1306:123725:123753 Green River Iran 0.0057067116030324206 +65066 aapg_aa_610.html aapg_aa_610.html:99:10281:10299 Niobrara Niobrara, Nebraska 0.0434378293176635316 +65067 gsa_html_2145963783 gsa_html_2145963783:176:17611:17617 Moleen Western world -0.467675942101560327 +65068 aapg_ad_880.html aapg_ad_880.html:883:86191:86206 Swift Logan, Utah -0.408721423065216971 +65069 cspg_html_1743060601 cspg_html_1743060601:20:3132:3140 Columbia Victoria, British Columbia -0.458720680358492616 +65070 aapg_af_653.html aapg_af_653.html:385:45798:45807 San Pedro Monterey, California -0.0845714879189703589 +65071 aapg_ae_826.html aapg_ae_826.html:19:1792:1799 Cypress Bethel, Alaska -0.0790716892819932904 +65072 geology_html_7548138059 geology_html_7548138059:16:876:883 Shuswap Canada -0.0165833779978511626 +65073 cspg_html_4293350162 cspg_html_4293350162:436:47386:47406 Mount Head Carnarvon, Western Australia -0.456337429672799166 +65074 aapg_ac_835.html aapg_ac_835.html:1186:176369:176379 Phosphoria Cheyenne, Wyoming -0.0991170738149193126 +65075 aapg_ac_575.html aapg_ac_575.html:560:84825:84839 Word Texas -0.0218513582866363479 +65076 sedimentology_html_8344884381 sedimentology_html_8344884381:1091:95492:95500 Virginia Haynesville, Louisiana -0.533838435832596936 +65077 palaios_html_9518809405 palaios_html_9518809405:570:48225:48249 Tidal Colorado River Delta -0.0529312233263838083 +65078 geology_html_4599156600 geology_html_4599156600:106:11274:11293 Eagle Victoria, British Columbia -0.018955619907530568 +65079 aapg_aa_903.html aapg_aa_903.html:33:4399:4422 San Sebastian Puerto Rico -0.0462769907326050153 +65080 aapg_ae_767.html aapg_ae_767.html:147:13991:14013 Entrada Colorado -0.45020439864490136 +65081 aapg_ac_335.html aapg_ac_335.html:171:16254:16270 Frisco Frisco, Texas -0.440680970807864891 +65082 aapg_ah_772.html aapg_ah_772.html:637:52752:52771 Diamond Peak Logan, Utah -0.210732526877297127 +65083 aapg_af_594.html aapg_af_594.html:13:2039:2059 Greenbrier Virginia -0.0599931145602898633 +65084 gsa_html_1457488796 gsa_html_1457488796:67:4803:4831 Green River Colorado 0.0120567891219070765 +65085 gsa_html_8016617669 gsa_html_8016617669:627:58233:58239 Kodiak Anchorage, Alaska -0.478349729395822987 +65086 aapg_ae_534.html aapg_ae_534.html:190:18958:18966 Colorado Denver -0.482353193831112415 +65087 sedimentology_html_3850942730 sedimentology_html_3850942730:1170:91409:91425 Carmel Logan, Utah -0.469093158774920749 +65088 aapg_ad_865.html aapg_ad_865.html:379:37449:37464 Molas Ouray, Colorado -0.0334258967197983703 +65089 aapg_ad_426.html aapg_ad_426.html:16:2028:2032 Frio Oakville, California -0.438219985696652659 +65090 aapg_aa_734.html aapg_aa_734.html:29:3547:3555 Caballos Arkansas -0.445984933244691462 +65091 geology_html_2235998351 geology_html_2235998351:292:26495:26507 Austin Chalk Texas -0.0131340660726573313 +65092 sedimentology_html_2912098544 sedimentology_html_2912098544:568:47461:47476 Mesaverde Logan, Utah -0.470457490274840129 +65093 aapg_ah_96.html aapg_ah_96.html:508:59704:59718 Winnipeg Williston, Vermont -0.0216149541452477292 +65094 sedimentology_html_6425376816 sedimentology_html_6425376816:1431:115388:115414 San Andres Guadalupe Mountains National Park -0.45295011354581094 +65095 aapg_af_701.html aapg_af_701.html:123:13652:13665 Venango Venango, Pennsylvania -0.460946527021081187 +65096 sedimentology_html_6210806021 sedimentology_html_6210806021:22:1545:1555 Pine Point Canada -0.4597920302667165 +65097 gsa_html_1553263562 gsa_html_1553263562:479:40172:40188 Cutler Colorado -0.0338921598886321312 +65098 cspg_html_3012058617 cspg_html_3012058617:68:10368:10382 Elk Kootenay River -0.0500861646985385212 +65099 geology_html_2705128271 geology_html_2705128271:151:14275:14294 Pocatello Boise, Idaho -0.433376961451207021 +65100 cspg_html_4655200751 cspg_html_4655200751:154:28577:28616 Leduc Canada -0.0308043870775981631 +65101 cspg_html_8532932475 cspg_html_8532932475:47:7180:7197 Bluesky Willapa Bay -0.478280146619880497 +65102 jgeology_html_6372415613 jgeology_html_6372415613:254:17040:17055 Dolly Ridge Ontario, California -0.0489515820397514803 +65103 cspg_html_1347848644 cspg_html_1347848644:407:47562:47568 Moscow Russia -0.0567787489589199126 +65104 gsa_html_1610161932 gsa_html_1610161932:1128:96272:96300 Green River Colorado -0.0288373212008630718 +65105 aapg_ac_730.html aapg_ac_730.html:201:28375:28390 Mesaverde Mancos, Colorado -0.455347020329573748 +65106 cspg_html_4555867289 cspg_html_4555867289:359:39234:39241 Halfway Lacombe, Alberta -0.459860167847925383 +65107 gsa_html_5924250698 gsa_html_5924250698:1036:98415:98421 Denver Colorado -0.478488911708928044 +65108 aapg_ac_315.html aapg_ac_315.html:821:78342:78351 Goose Egg Powder River Basin 0.016480847365564915 +65109 aapg_ah_289.html aapg_ah_289.html:130:17156:17164 Monterey Monterey, California -0.448753864703002991 +65110 sedimentology_html_6884737185 sedimentology_html_6884737185:1733:86838:86852 Monterey California -0.444223975732980447 +65111 aapg_ac_234.html aapg_ac_234.html:18:2715:2726 San Joaquin California -0.4597920302667165 +65112 geology_html_8376844606 geology_html_8376844606:288:25012:25020 Columbia London, Ontario -0.431113360606789509 +65113 gsa_html_6983076294 gsa_html_6983076294:996:87198:87212 Troy Arizona -0.473778404154942046 +65114 gsa_html_2207983619 gsa_html_2207983619:142:7968:7974 Cupido Coahuila -0.0265036602918163264 +65115 aapg_aa_199.html aapg_aa_199.html:14:2146:2166 Beekmantown Harrisonburg, Virginia -0.432289667144302503 +65116 aapg_ac_809.html aapg_ac_809.html:171:15169:15184 Mt Lytton Yellowstone River -0.466810220907495799 +65117 aapg_ae_705.html aapg_ae_705.html:3:471:489 Casitas California -0.407382209023896769 +65118 cspg_html_1222040397 cspg_html_1222040397:277:37592:37612 Owen Creek Rocky Mountains -0.44255997020698512 +65119 aapg_ad_2.html aapg_ad_2.html:1053:143948:143957 Lancaster Great Valley, New York -0.0866939710925656165 +65120 aapg_af_595.html aapg_af_595.html:107:9345:9355 Tuscaloosa Alabama -0.453355922590981064 +65121 gsa_html_4440281271 gsa_html_4440281271:11:464:470 Oregon Salem, Oregon -0.442074271005849284 +65122 gsa_html_3613642206 gsa_html_3613642206:804:72930:72948 Blakeley Kitsap County, Washington -0.48322516565543927 +65123 gsa_html_2877730818 gsa_html_2877730818:790:69168:69197 Johnnie Reno, Nevada -0.465595518002078101 +65124 aapg_ad_683.html aapg_ad_683.html:249:27605:27623 Moenkopi San Juan River (Nicaragua) -0.445729966806921007 +65125 aapg_aa_463.html aapg_aa_463.html:207:39486:39507 Smackover Flomaton, Alabama -0.470629904958731249 +65126 gsa_html_5238935078 gsa_html_5238935078:79:5626:5654 Green River Colorado 0.0396072911881577006 +65127 sedimentology_html_9512899279 sedimentology_html_9512899279:881:49860:49884 Scripps California -0.489889776983278402 +65128 gsa_html_9968391192 gsa_html_9968391192:68:5644:5672 Green River Colorado -0.0145589143235537784 +65129 cspg_html_7229660003 cspg_html_7229660003:167:13211:13223 Saskatchewan Keewatin, Minnesota -0.0543315025159756756 +65130 cspg_html_8334041965 cspg_html_8334041965:185:30926:30934 Columbia Lacombe, Alberta -0.0250987813235815996 +65131 aapg_ad_169.html aapg_ad_169.html:493:57660:57680 Greenbrier Kentucky -0.141623171375927837 +65132 geology_html_8881449794 geology_html_8881449794:116:10289:10295 Pueblo Colorado -0.473718414704639712 +65133 aapg_ak_118.html aapg_ak_118.html:49:5898:5915 Schuler Calhoun, Georgia -0.500480928372567968 +65134 cspg_html_2182541128 cspg_html_2182541128:5:209:213 Peel Lacombe, Alberta -0.418659974922056588 +65135 cspg_html_1676191879 cspg_html_1676191879:18:2606:2621 Maquoketa Iowa 0.375780879921339628 +65136 aapg_ac_344.html aapg_ac_344.html:42:3822:3831 Peninsula Suwannee County, Florida -0.505054791862070251 +65137 aapg_af_891.html aapg_af_891.html:60:5757:5762 Queen New Mexico -0.0127413767435659193 +65138 palaios_html_8895470583 palaios_html_8895470583:310:31183:31191 San Luis Caribbean -0.0158448200336194084 +65139 aapg_ah_311.html aapg_ah_311.html:19:3112:3122 Fort Union White River (Washington) -0.014649273115182132 +65140 aapg_af_575.html aapg_af_575.html:1140:164007:164015 Kiamichi Arkansas -0.0122896166911195832 +65141 aapg_ah_335.html aapg_ah_335.html:466:60154:60163 Conemaugh Huntington, West Virginia -0.446186272521599148 +65142 gsa_html_8662254581 gsa_html_8662254581:999:103332:103344 Owens Valley California -0.0176521575515221144 +65143 aapg_af_50.html aapg_af_50.html:62:7224:7231 Minturn Eagle River, Alaska 0.402996720633186589 +65144 cspg_html_3772380029 cspg_html_3772380029:471:59812:59831 Red River Manitoba -0.413964594818093001 +65145 aapg_ah_647.html aapg_ah_647.html:645:72042:72058 Concha Colina, Chile -0.052476148512779229 +65146 cspg_html_4298557570 cspg_html_4298557570:350:44570:44578 Paskapoo Bow River -0.447314589257592876 +65147 cspg_html_9778753186 cspg_html_9778753186:19:2224:2232 Kootenay Victoria, British Columbia -0.493029350908754882 +65148 aapg_ae_4.html aapg_ae_4.html:300:35262:35276 Manning Canyon Boise, Idaho -0.0118656633091786638 +65149 aapg_aa_610.html aapg_aa_610.html:180:18388:18402 Niobrara Niobrara, Nebraska -0.439502972586644391 +65150 cspg_html_1812427756 cspg_html_1812427756:254:38705:38717 Fernie Lacombe, Alberta -0.440620923452583413 +65151 geology_html_5745933097 geology_html_5745933097:398:27930:27937 Hampton Virginia -0.0526836311466746532 +65152 aapg_af_636.html aapg_af_636.html:243:28541:28549 Onondaga Knoxville, Tennessee -0.132389855916347304 +65153 gsa_html_6861599329 gsa_html_6861599329:941:81992:82002 Washington Washington (state) -0.464409872562970838 +65154 aapg_ah_223.html aapg_ah_223.html:83:8505:8511 Denver Colorado -0.488722172911972397 +65155 aapg_ae_992.html aapg_ae_992.html:561:51217:51226 Popo Agie John Crow Mountains -0.025547354296840772 +65156 aapg_ah_327.html aapg_ah_327.html:346:31636:31645 Minnelusa Cambridge 0.00339446295123063376 +65157 cspg_html_3097746547 cspg_html_3097746547:635:68231:68251 Cadomin Lacombe, Alberta -0.465026484605756241 +65158 gsa_html_5056480923 gsa_html_5056480923:728:56489:56514 Barstow California 0.605319107311050986 +65159 gsa_html_8066465143 gsa_html_8066465143:1499:117042:117070 Green River Colorado 0.0190703285960370852 +65160 aapg_ad_0.html aapg_ad_0.html:112:11797:11812 Oneota Shakopee, Minnesota -0.0192893197607112085 +65161 cspg_html_5456368738 cspg_html_5456368738:93:10338:10352 Hume Root River (Wisconsin) 0.971121971917650151 +65162 aapg_af_518.html aapg_af_518.html:343:36804:36810 Jordan Caribbean -0.462125287699645448 +65163 sedimentology_html_4367606328 sedimentology_html_4367606328:272:13546:13553 Pearson Ontario, California -0.0505968695241524116 +65164 cspg_html_7402164801 cspg_html_7402164801:55:6229:6240 Belly River Judith River Formation -0.495096563279024071 +65165 aapg_af_854.html aapg_af_854.html:412:53982:54004 Locust Point Jackson County, Missouri -0.474842748246669499 +65166 gsa_html_1636483297 gsa_html_1636483297:387:33434:33445 Green River Cheyenne, Wyoming -0.0404707637071786003 +65167 cspg_html_4105062490 cspg_html_4105062490:130:13516:13524 Edmonton Lacombe, Alberta -0.496938878513721649 +65168 aapg_ai_986.html aapg_ai_986.html:183:19532:19538 Morgan Logan, Utah -0.0513586342510970947 +65169 aapg_af_532.html aapg_af_532.html:330:38834:38840 Denver Colorado -0.0252830771132320185 +65170 jgeology_html_4305195651 jgeology_html_4305195651:523:54680:54703 Oneonta Chenango County, New York -0.0607524436830816084 +65171 gsa_html_9968391192 gsa_html_9968391192:32:2903:2915 Saskatchewan Regina, Saskatchewan -0.0371791885469511946 +65172 aapg_aa_409.html aapg_aa_409.html:36:4773:4778 Colon Venezuela -0.480807266046245518 +65173 aapg_af_891.html aapg_af_891.html:121:11938:11954 Stonewall San Angelo, Texas -0.018225670847461909 +65174 aapg_ak_135.html aapg_ak_135.html:64:11117:11136 Santiago Santiago -0.0425949712561439139 +65175 cspg_html_1019614994 cspg_html_1019614994:220:34643:34663 Big Valley Lacombe, Alberta -0.487926676393575676 +65176 gsa_html_5773604426 gsa_html_5773604426:86:8564:8576 Wilcox Shreveport, Louisiana -0.0126805624942423392 +65177 gsa_html_2422494332 gsa_html_2422494332:562:56763:56773 Deer Creek Klamath Mountains (ecoregion) -0.0161923738037419891 +65178 aapg_ad_552.html aapg_ad_552.html:234:32286:32322 Ferris Cheyenne, Wyoming -0.483015252079283031 +65179 geology_html_3451037536 geology_html_3451037536:313:26546:26554 Colorado Arctic -0.445998354490544591 +65180 cspg_html_8312989046 cspg_html_8312989046:1004:101020:101028 Smithers Victoria, British Columbia -0.0842453117972720433 +65181 aapg_ai_514.html aapg_ai_514.html:117:13984:14006 Mt Lytton Nye County, Nevada -0.467870731747513147 +65182 aapg_ac_730.html aapg_ac_730.html:159:22456:22462 Dakota Mancos, Colorado 0.937142092453809306 +65183 cspg_html_5949578130 cspg_html_5949578130:857:98883:98891 Colorado Denver -0.479475427251918496 +65184 aapg_ae_67.html aapg_ae_67.html:379:31478:31486 Colorado Colorado -0.454089094007790295 +65185 AMJC_html_5421639085 AMJC_html_5421639085:12:716:722 Reston Virginia -0.42655631436454855 +65186 palaios_html_4282283317 palaios_html_4282283317:516:46321:46341 Phosphoria Boise, Idaho -0.217222399802566912 +65187 aapg_aa_731.html aapg_aa_731.html:243:32667:32682 Rockdale Mississippi River -0.080417119286975175 +65188 sedimentology_html_2301796541 sedimentology_html_2301796541:151:14247:14252 Ponce Region of Murcia -0.499298579771170536 +65189 sedimentology_html_5372057865 sedimentology_html_5372057865:461:41586:41591 Logan Lake Sammamish State Park -0.00125424333549307727 +65190 aapg_ad_338.html aapg_ad_338.html:387:46005:46027 Hornerstown Navesink River -0.0110733719867148073 +65191 aapg_aa_4.html aapg_aa_4.html:49:6936:6952 Sonyea Genesee County, Michigan -0.0602165397787389756 +65192 sedimentology_html_9289224221 sedimentology_html_9289224221:590:43953:43965 Pethei Africa -0.0341270386384278437 +65193 sedimentology_html_7738052307 sedimentology_html_7738052307:1158:78227:78244 Frisco South Africa -0.0127413767435659193 +65194 cspg_html_7970836465 cspg_html_7970836465:25:2553:2571 Chicotte Anticosti Island -0.499845535291183252 +65195 cspg_html_6816015957 cspg_html_6816015957:523:53351:53359 Columbia Victoria, British Columbia -0.0405891491966653695 +65196 aapg_af_799.html aapg_af_799.html:637:48273:48296 Martinez California 0.039072882780770507 +65197 sedimentology_html_4072526193 sedimentology_html_4072526193:363:14583:14587 Hall London, Ontario -0.473815322787249471 +65198 aapg_aa_775.html aapg_aa_775.html:830:90267:90274 Yucatan Mexico -0.478377564070346595 +65199 cspg_html_1336185084 cspg_html_1336185084:15:1417:1440 Clearwater Clearwater, Florida -0.0385036919951944542 +65200 sedimentology_html_3181527419 sedimentology_html_3181527419:994:62740:62756 Hermit Arizona -0.486513508857715604 +65201 aapg_ad_801.html aapg_ad_801.html:354:37804:37811 Prairie Shreveport, Louisiana -0.002921944296335324 +65202 aapg_ae_958.html aapg_ae_958.html:3193:274020:274025 Hueco Guadalupe Mountains National Park -0.454143259443463898 +65203 palaios_html_1262064602 palaios_html_1262064602:999:99135:99152 Kayenta Colorado -0.028002582716924157 +65204 aapg_ad_2.html aapg_ad_2.html:1398:191327:191348 Black River Chambersburg, Pennsylvania -0.00314778018520987368 +65205 aapg_ae_973.html aapg_ae_973.html:628:46069:46079 San Andres New Mexico -0.00291152111123597944 +65206 gsa_html_4432793908 gsa_html_4432793908:876:95086:95092 Oregon California -0.478349729395822987 +65207 aapg_ac_363.html aapg_ac_363.html:198:21771:21779 Bellevue Bakersfield, California -0.0185419788860923702 +65208 aapg_ad_918.html aapg_ad_918.html:63:9147:9156 Mesaverde Colorado -0.00562506076616993075 +65209 aapg_ac_719.html aapg_ac_719.html:40:4189:4204 Raton Trinidad and Tobago -0.455229509631582041 +65210 cspg_html_9905904289 cspg_html_9905904289:381:49385:49403 Scollard Regina, Saskatchewan -0.114658471735088821 +65211 aapg_ae_235.html aapg_ae_235.html:186:22490:22496 Peedee Black Creek (Toronto) -0.0315018919631344582 +65212 cspg_html_4407096618 cspg_html_4407096618:12:1539:1547 Columbia Victoria, British Columbia -0.452927573923113447 +65213 aapg_ac_743.html aapg_ac_743.html:197:24991:25001 Washington Salem, Oregon -0.49208602118357192 +65214 cspg_html_4498577775 cspg_html_4498577775:93:12361:12364 Gog Mount Robson Provincial Park -0.0243616205908490056 +65215 gsa_html_5928791685 gsa_html_5928791685:88:8379:8395 Blackstone Newport, Rhode Island -0.0316445288569785835 +65216 aapg_ad_11.html aapg_ad_11.html:93:12604:12618 Sentinel Butte Almont, Michigan -0.435880527044409383 +65217 aapg_ae_805.html aapg_ae_805.html:652:80621:80626 Bluff Mesa, Arizona -0.142051310765796412 +65218 palaios_html_3931161229 palaios_html_3931161229:998:98164:98183 Fairview Kentucky -0.0280825762237737336 +65219 gsa_html_5039569238 gsa_html_5039569238:486:42285:42317 Chelmsford Ontario, California 0.40588606057227794 +65220 aapg_ac_690.html aapg_ac_690.html:62:5817:5823 Dakota Rio Arriba County, New Mexico 1.01002125246559005 +65221 geology_html_1401703826 geology_html_1401703826:213:20417:20421 Hall Earth -0.43911211811260753 +65222 aapg_ah_385.html aapg_ah_385.html:244:29624:29640 Venado Putah Creek -0.0328900657953446335 +65223 aapg_ac_380.html aapg_ac_380.html:95:12971:12979 Syracuse Salina, Kansas -0.480807266046245518 +65224 cspg_html_5217137903 cspg_html_5217137903:227:32242:32269 Paskapoo Colorado -0.0177825001131117176 +65225 aapg_ai_163.html aapg_ai_163.html:545:45712:45731 Ingleside Table Mountain -0.486588444102287743 +65226 geology_html_8070421739 geology_html_8070421739:48:4941:4962 Ludlowville Arkona, Ontario -0.0339634929094720234 +65227 aapg_ac_245.html aapg_ac_245.html:233:34612:34617 Atoka Kearny, New Jersey -0.477204643263094197 +65228 aapg_ah_411.html aapg_ah_411.html:29:4844:4852 Kootenay Great Falls (Missouri River) -0.0263297817646035749 +65229 aapg_af_653.html aapg_af_653.html:925:108006:108024 Monterey Monterey, California -0.467130759519596039 +65230 cspg_html_7434089303 cspg_html_7434089303:159:18862:18899 Bay Fiord Ellesmere Island 0.00404070500823521667 +65231 gsa_html_1538463681 gsa_html_1538463681:14:586:596 Las Cruces New Mexico -0.03643260021013002 +65232 aapg_ah_174.html aapg_ah_174.html:632:68885:68893 Santiago Chile -0.0225014864703161413 +65233 aapg_ad_105.html aapg_ad_105.html:73:7043:7051 San Jose Costa Rica -0.0447057537480869752 +65234 aapg_af_579.html aapg_af_579.html:17:2093:2117 Junction Creek Entrada Sandstone -0.430277178902051582 +65235 gsa_html_1536819908 gsa_html_1536819908:710:67848:67879 Edna Mountain Sparks, Nevada -0.514392879281394655 +65236 aapg_aa_208.html aapg_aa_208.html:751:71029:71050 Green River Logan, Utah -0.203322678118445954 +65237 aapg_ad_63.html aapg_ad_63.html:113:9297:9307 Sabinetown Rockdale, Texas -0.485663921579086111 +65238 aapg_af_880.html aapg_af_880.html:647:101504:101512 Wolfcamp Wichita, Kansas -0.0159490856269059456 +65239 aapg_af_551.html aapg_af_551.html:39:4229:4249 Keokuk Iowa -0.445998354490544591 +65240 aapg_ah_556.html aapg_ah_556.html:143:12026:12054 Green River Mancos, Colorado -0.45412746085651301 +65241 AMJC_html_3632105729 AMJC_html_3632105729:793:90594:90600 Oregon Salem, Oregon -0.0861237823121896728 +65242 geology_html_2894856088 geology_html_2894856088:256:23012:23016 Hall San Diego -0.06662955675055518 +65243 jgeology_html_1095412310 jgeology_html_1095412310:317:18020:18046 Coeymans Cherry Valley, Illinois -0.0455104965023540933 +65244 aapg_ah_385.html aapg_ah_385.html:370:46062:46083 Venado Glenn County, California -0.472528705500211532 +65245 gsa_html_8881958017 gsa_html_8881958017:489:48113:48119 Nelson Victoria, British Columbia -0.0576354087003293492 +65246 aapg_ah_828.html aapg_ah_828.html:514:48737:48756 Norphlet Mississippi River -0.432382247831122113 +65247 aapg_ai_157.html aapg_ai_157.html:317:30617:30623 Guelph Guelph -0.0134607320761341784 +65248 gsa_html_9889833548 gsa_html_9889833548:852:78734:78738 Hall California -0.448408411516637184 +65249 sedimentology_html_6282709960 sedimentology_html_6282709960:376:27596:27607 Green River Basin, Wyoming -0.466965896576978678 +65250 gsa_html_5020337593 gsa_html_5020337593:32:2908:2936 Green River Iran 0.0189729999692566688 +65251 aapg_ae_777.html aapg_ae_777.html:106:12678:12702 Espiritu Santo Pecos River -0.006663945278057983 +65252 aapg_ah_415.html aapg_ah_415.html:142:12912:12932 Milk River Colorado -0.0282234355137958928 +65253 aapg_ae_63.html aapg_ae_63.html:368:37735:37759 Wasatch Colorado -0.00334234682961829285 +65254 gsa_html_7102550258 gsa_html_7102550258:781:87956:87963 Kayenta Kayenta, Arizona -0.45644603384473742 +65255 cspg_html_1336185084 cspg_html_1336185084:394:43073:43082 Cold Lake Lacombe, Alberta -0.0387717471174881742 +65256 aapg_ad_683.html aapg_ad_683.html:121:16563:16579 Kaibab Supai, Arizona 0.032034179821683724 +65257 gsa_html_3412344071 gsa_html_3412344071:673:60256:60262 Denver Logan, Utah -0.474863540124580097 +65258 cspg_html_6985536436 cspg_html_6985536436:664:85316:85339 Smoking Hills Banks Island -0.102952077983906543 +65259 aapg_ai_28.html aapg_ai_28.html:188:16732:16738 Lissie Brazos River -0.0221051486888918687 +65260 aapg_aa_313.html aapg_aa_313.html:751:80189:80204 Supai Kamthi -0.010750205891597751 +65261 cspg_html_5538678223 cspg_html_5538678223:83:13774:13779 Liard Victoria, British Columbia -0.457501080653503367 +65262 aapg_ae_513.html aapg_ae_513.html:49:4315:4323 Woodbine Austin County, Texas 0.032651733480724969 +65263 gsa_html_3014459865 gsa_html_3014459865:124:13012:13030 Beacon Hill Gravel Piedmont (United States) -0.0363020833297297701 +65264 geology_html_7526114759 geology_html_7526114759:14:860:870 Washington Earth -0.432236767973233238 +65265 aapg_ae_29.html aapg_ae_29.html:233:28716:28737 Mauch Chunk Plateau State -0.420878980795922841 +65266 jgeology_html_1836103970 jgeology_html_1836103970:210:16482:16502 Boss Point New Glasgow, Nova Scotia -0.0321089803604246438 +65267 aapg_ae_863.html aapg_ae_863.html:904:79786:79795 San Diego California -0.455188836413653375 +65268 aapg_ae_306.html aapg_ae_306.html:363:45621:45628 Cercado Dominican Republic -0.0653820349799959372 +65269 aapg_ad_194.html aapg_ad_194.html:521:60482:60499 Roberts Mountains Reno, Nevada -0.455658949817136283 +65270 gsa_html_7248164569 gsa_html_7248164569:619:48018:48039 Winterville Portland, Maine -0.470179399208385473 +65271 cspg_html_3354282978 cspg_html_3354282978:188:24993:25003 Swan Hills Middle East -0.0223919711537192666 +65272 aapg_ac_743.html aapg_ac_743.html:202:25175:25185 Washington Salem, Oregon -0.469093158774920749 +65273 gsa_html_3010975239 gsa_html_3010975239:17:735:741 Reston Virginia -0.461171691164054931 +65274 aapg_af_775.html aapg_af_775.html:284:19245:19252 Lagarto Oakville, California -0.425358634701132332 +65275 cspg_html_5141367518 cspg_html_5141367518:59:9382:9392 Blackstone Western world -0.458348730992641562 +65276 geology_html_2391629888 geology_html_2391629888:31:2943:2962 Round Mountain Silt San Joaquin River -0.500973869275913808 +65277 aapg_ai_583.html aapg_ai_583.html:395:49660:49681 Twin Creek Boise, Idaho -0.0221155785118801462 +65278 cspg_html_8509913074 cspg_html_8509913074:486:62134:62151 Eramosa Guelph -0.42429358801520467 +65279 aapg_af_320.html aapg_af_320.html:136:25227:25238 Open Missouri River -0.0458327637888954545 +65280 aapg_ah_385.html aapg_ah_385.html:410:51113:51129 Venado Marysville, Washington -0.449871874526764137 +65281 sedimentology_html_8765800807 sedimentology_html_8765800807:1612:79868:79872 Lane Chandler, Arizona -0.440325191296006335 +65282 cspg_html_1962846283 cspg_html_1962846283:417:49407:49423 Fernie Moose Mountain (Alberta) -0.0238539737580712313 +65283 cspg_html_3990529684 cspg_html_3990529684:7:270:290 Missisauga Bridgetown, Nova Scotia -0.0570055523431757527 +65284 gsa_html_8951179545 gsa_html_8951179545:585:70133:70145 Wilcox Texas 0.867980916090571597 +65285 aapg_ah_107.html aapg_ah_107.html:242:23586:23595 Peninsula Chihuahua (state) -0.458913519660435476 +65286 aapg_aa_607.html aapg_aa_607.html:333:34847:34856 San Diego Bering Sea -0.504971014020977882 +65287 aapg_ad_169.html aapg_ad_169.html:488:56531:56551 Greenbrier Huntington, West Virginia -0.466782751574986277 +65288 sedimentology_html_6601404154 sedimentology_html_6601404154:361:35962:35966 Hall London, Ontario -0.493383370963238699 +65289 gsa_html_5625878232 gsa_html_5625878232:317:43434:43445 San Antonio Hornby Island -0.449440672427322663 +65290 aapg_ae_185.html aapg_ae_185.html:203:17985:17998 Cotton Valley Carterville, Illinois -0.0231725008237077118 +65291 aapg_ah_97.html aapg_ah_97.html:23:3100:3105 Logan Quebec City -0.038242606390143298 +65292 aapg_ae_777.html aapg_ae_777.html:674:76735:76744 Montezuma Gallina 0.52239993296805276 +65293 gsa_html_7012936645 gsa_html_7012936645:1039:81497:81525 Green River Colorado 0.0126996755306063025 +65294 cspg_html_9865297170 cspg_html_9865297170:479:63305:63313 Columbia Victoria, British Columbia -0.462877048614286357 +65295 cspg_html_4694482219 cspg_html_4694482219:390:34410:34423 Bearpaw Edmonton, London -0.0248831928885421966 +65296 gsa_html_9304619722 gsa_html_9304619722:987:75853:75881 Green River Colorado -0.00914484248868216616 +65297 palaios_html_7769060899 palaios_html_7769060899:534:51153:51168 Arikaree Nebraska -0.0217296792824245993 +65298 cspg_html_9343899465 cspg_html_9343899465:2589:234307:234323 Ireton Lacombe, Alberta -0.469024309212410007 +65299 aapg_af_421.html aapg_af_421.html:65:7770:7798 Traverse Saginaw County, Michigan -0.424217090203684033 +65300 aapg_ai_249.html aapg_ai_249.html:805:104982:104987 Coban Guatemala -0.466782751574986277 +65301 aapg_ae_415.html aapg_ae_415.html:708:87823:87845 Chickasawhay Mississippi River 0.355280217833085998 +65302 aapg_ae_223.html aapg_ae_223.html:93:11799:11815 Dakota Moffat County, Colorado -0.0860536103543428355 +65303 aapg_ai_468.html aapg_ai_468.html:305:37795:37806 Haynesville Bossier City, Louisiana -0.458784199315796892 +65304 gsa_html_7338496414 gsa_html_7338496414:29:2796:2824 Green River Colorado 0.00976335112648768488 +65305 aapg_af_482.html aapg_af_482.html:396:50959:50976 Esquias Honduras -0.471349814541787038 +65306 geology_html_2490144372 geology_html_2490144372:216:21195:21203 Colorado Rangeley, Maine -0.0577069474480743499 +65307 aapg_ad_918.html aapg_ad_918.html:270:34244:34260 Dakota Elk Creek, California -0.441048011313096677 +65308 gsa_html_4985165678 gsa_html_4985165678:68:5279:5307 Green River Colorado -0.0304826089875597575 +65309 sedimentology_html_8510537334 sedimentology_html_8510537334:828:61029:61074 Bloomsburg Maryland -0.222834820388990607 +65310 aapg_aa_870.html aapg_aa_870.html:543:50322:50328 Dakota Lone Pine, California 0.0353502293883331473 +65311 aapg_ai_999.html aapg_ai_999.html:41:4299:4315 Fernie Canada -0.466132892839340118 +65312 cspg_html_9119878068 cspg_html_9119878068:246:31679:31689 Swan Hills Swan Hill, Victoria -0.157053996494032067 +65313 cspg_html_7985076717 cspg_html_7985076717:336:31283:31301 Beaufort Alta, Utah -0.303419072550182856 +65314 aapg_ac_414.html aapg_ac_414.html:153:18527:18543 Toroweap Reno, Nevada -0.0671048750369670766 +65315 geology_html_5277762023 geology_html_5277762023:212:21478:21482 Fang China -0.0623936110390825444 +65316 gsa_html_4385238876 gsa_html_4385238876:598:61834:61854 Wolverine Kayah State -0.0180988014035504234 +65317 cspg_html_9343899465 cspg_html_9343899465:735:67874:67884 Blue Fiord Ellesmere Island 0.370577398500603172 +65318 geology_html_2144574689 geology_html_2144574689:263:25062:25070 Rockwell California -0.442720440658756875 +65319 aapg_ae_999.html aapg_ae_999.html:305:42452:42467 Vicksburg Texas 0.0173219599396432673 +65320 gsa_html_9102781796 gsa_html_9102781796:722:65444:65465 Talkeetna Anchorage, Alaska -0.0215106592204126722 +65321 cspg_html_8587137158 cspg_html_8587137158:1229:142086:142094 Montreal Quebec City -0.480695619561815057 +65322 palaios_html_4588969442 palaios_html_4588969442:106:7979:7997 Wilberns Texas -0.465835581370964813 +65323 sedimentology_html_7486236177 sedimentology_html_7486236177:1054:81801:81810 Interlake Nassau, Bahamas -0.458648092769168181 +65324 cspg_html_2826081830 cspg_html_2826081830:392:46193:46217 Cold Lake Lacombe, Alberta -0.459819284677136619 +65325 aapg_ad_11.html aapg_ad_11.html:114:15818:15830 Tongue River Fort Union Trading Post National Historic Site -0.0355416373678999614 +65326 cspg_html_9957758447 cspg_html_9957758447:41:7327:7342 Elk Lacombe, Alberta -0.456844361180692826 +65327 cspg_html_3404912985 cspg_html_3404912985:736:102636:102657 Belly River Lacombe, Alberta 0.605147351070731032 +65328 cspg_html_5312588885 cspg_html_5312588885:6:481:500 Jefferson Boise, Idaho -0.49009668288503172 +65329 aapg_ai_913.html aapg_ai_913.html:274:39772:39787 Mesaverde Colorado -0.00908750930208491146 +65330 cspg_html_1065856149 cspg_html_1065856149:31:3470:3478 Weymouth Victoria, British Columbia -0.0758725455983794705 +65331 gsa_html_7633967689 gsa_html_7633967689:824:89007:89012 Stark Republic of China -0.502736072390667199 +65332 aapg_ad_311.html aapg_ad_311.html:3:240:252 Wilcox Laredo, Texas -0.450707909241451543 +65333 cspg_html_4287356899 cspg_html_4287356899:3952:391881:391897 Alapah Great Britain -0.089124693700249405 +65334 cspg_html_1962846283 cspg_html_1962846283:310:33992:34000 Kootenay Lacombe, Alberta -0.487588990851044235 +65335 aapg_ac_361.html aapg_ac_361.html:367:41649:41657 Monterey San Francisco -0.00567891556221164669 +65336 AMJC_html_1252169248 AMJC_html_1252169248:438:40205:40218 Monson Gneiss Middletown, Connecticut -0.0314218768886919339 +65337 cspg_html_8690548664 cspg_html_8690548664:8:811:824 Mountain Park Lacombe, Alberta -0.467905110852730732 +65338 gsa_html_8261220426 gsa_html_8261220426:34:2396:2409 Nahant Gabbro Cape Ann -0.467950951742638677 +65339 aapg_ae_60.html aapg_ae_60.html:297:32386:32394 Kootenai Colorado -0.445729966806921007 +65340 sedimentology_html_6812582012 sedimentology_html_6812582012:1280:96940:96944 Hall London, Ontario -0.0700275766104342806 +65341 jgeology_html_4289404569 jgeology_html_4289404569:574:47778:47799 Green River Colorado -0.0242746935922993796 +65342 gsa_html_7102550258 gsa_html_7102550258:278:29663:29679 Navajo Colorado -0.487565545428885583 +65343 aapg_ah_337.html aapg_ah_337.html:270:32337:32347 Georgetown Del Rio, Tennessee 0.0132035691633885129 +65344 aapg_ac_65.html aapg_ac_65.html:89:10106:10123 Minturn Colorado -0.0316445288569785835 +65345 cspg_html_8089302449 cspg_html_8089302449:541:94298:94320 Souris River Manitoba -0.0173184842020993671 +65346 cspg_html_8568877195 cspg_html_8568877195:36:6402:6419 Belly River Western world -0.126645959160419624 +65347 aapg_ah_387.html aapg_ah_387.html:2887:315563:315572 Knoxville Knoxville, Illinois -0.0133825404023746423 +65348 aapg_ac_65.html aapg_ac_65.html:72:8884:8900 Morgan Colorado -0.457487488497030304 +65349 gsa_html_6441142238 gsa_html_6441142238:202:20425:20437 Galena Decorah, Iowa -0.47944058990843208 +65350 cspg_html_6021605367 cspg_html_6021605367:29:3394:3407 Wabamun Lacombe, Alberta -0.473081857330366395 +65351 jgeology_html_1380249798 jgeology_html_1380249798:162:9903:9930 Yorktown Richmond, California -0.0180066911955107829 +65352 sedimentology_html_1574197024 sedimentology_html_1574197024:2114:101261:101265 Hall London, Ontario -0.4899838188757622 +65353 aapg_ad_808.html aapg_ad_808.html:999:66747:66765 Cloverly Greybull, Wyoming -0.404910589703049384 +65354 aapg_af_575.html aapg_af_575.html:308:41339:41358 Dutchtown Gasconade River 0.0051247343510113369 +65355 gsa_html_7199417381 gsa_html_7199417381:300:33656:33673 White River Colorado -0.0114886275572314532 +65356 cspg_html_8520409981 cspg_html_8520409981:106:12305:12327 Winnipegosis Regina, Saskatchewan -0.462512479285274614 +65357 AMJC_html_1873062106 AMJC_html_1873062106:1282:129952:129970 Morrison Colorado -0.00332671199784442947 +65358 cspg_html_9894399778 cspg_html_9894399778:21:1760:1782 Gravelbourg Regina, Saskatchewan -0.46328736756315686 +65359 cspg_html_5891044027 cspg_html_5891044027:444:79869:79874 Price Lacombe, Alberta -0.0380407049266876865 +65360 aapg_ae_877.html aapg_ae_877.html:103:10278:10303 Beaverhill Swan Hill, Victoria -0.0460801342538044584 +65361 gsa_html_7199417381 gsa_html_7199417381:327:37228:37245 White River Fort Morgan, Colorado -0.00893635855203990699 +65362 aapg_aa_906.html aapg_aa_906.html:63:7310:7320 Fort Union Fort Union Trading Post National Historic Site -0.499460251131451871 +65363 palaios_html_5198166697 palaios_html_5198166697:19:996:1013 Juniata Pennsylvania -0.483995287789091233 +65364 aapg_aa_507.html aapg_aa_507.html:57:7085:7094 Vicksburg Selma to Montgomery marches -0.465787563493960222 +65365 aapg_ac_695.html aapg_ac_695.html:199:20947:20956 Red River Shreveport, Louisiana 0.0162167027605189147 +65366 aapg_ac_702.html aapg_ac_702.html:244:25363:25379 Hertha Kansas City, Kansas -0.0526051706223679347 +65367 sedimentology_html_8040371660 sedimentology_html_8040371660:477:39285:39292 Yucatan Cozumel -0.0415711108717550168 +65368 jgeology_html_6830240002 jgeology_html_6830240002:929:52951:52959 Colorado Boise, Idaho -0.0650501069612166166 +65369 aapg_ac_702.html aapg_ac_702.html:307:31905:31925 Deer Creek Topeka, Kansas -0.423076903173580265 +65370 aapg_ai_996.html aapg_ai_996.html:1232:52104:52120 Englishtown Asbury Park, New Jersey -0.433368134539702354 +65371 cspg_html_2799817929 cspg_html_2799817929:38:4783:4791 Columbia Victoria, British Columbia -0.0435771525292741949 +65372 aapg_ai_583.html aapg_ai_583.html:25:3811:3829 Sundance Spearfish, South Dakota -0.0343480032007440067 +65373 cspg_html_2838996125 cspg_html_2838996125:66:12267:12271 Peel Mackenzie River -0.0309035312152589614 +65374 aapg_af_120.html aapg_af_120.html:76:10490:10511 Black River Bloomington, Indiana 0.0130315493205527232 +65375 aapg_ai_583.html aapg_ai_583.html:87:12413:12421 Sundance Colorado 0.191674663265214457 +65376 cspg_html_6252849194 cspg_html_6252849194:240:30242:30255 Wood Mountain Turtle Mountain (Alberta) -0.0230090906667148494 +65377 cspg_html_2834693711 cspg_html_2834693711:869:112138:112169 Huntingdon Victoria, British Columbia -0.449811224417208722 +65378 aapg_ae_959.html aapg_ae_959.html:1164:84403:84425 Belle Plains Wichita County, Kansas -0.502261174624528683 +65379 aapg_ac_834.html aapg_ac_834.html:71:6576:6593 Skull Creek Fall River, Nova Scotia -0.433403442682278373 +65380 gsa_html_2645022916 gsa_html_2645022916:61:4163:4191 Green River Colorado -0.0331440604270269723 +65381 sedimentology_html_8006979411 sedimentology_html_8006979411:1636:111407:111429 Dunvegan Victoria, British Columbia -0.443688311537407287 +65382 cspg_html_4069214675 cspg_html_4069214675:653:67067:67082 Elk Lacombe, Alberta -0.503041677516484542 +65383 geology_html_1523318259 geology_html_1523318259:213:23744:23750 Denver Colorado -0.062383134104740029 +65384 aapg_aa_568.html aapg_aa_568.html:68:9598:9607 Rio Negro Texas -0.0658886987392225537 +65385 aapg_ah_318.html aapg_ah_318.html:2850:233309:233317 Colorado Arizona -0.0733087637528969799 +65386 cspg_html_9717154602 cspg_html_9717154602:794:71368:71375 Bearpaw Bow River 0.652005470626194183 +65387 geology_html_2391629888 geology_html_2391629888:79:7686:7705 Round Mountain Silt San Joaquin River -0.0354024312234924934 +65388 sedimentology_html_9950467763 sedimentology_html_9950467763:404:30988:30992 Hall London, Ontario -0.0461550436827942306 +65389 aapg_ac_338.html aapg_ac_338.html:411:47254:47268 Woodbend Canada -0.464533160716817162 +65390 AMJC_html_1767296229 AMJC_html_1767296229:871:80130:80154 Rocky Brook Cape Breton Highlands National Park -0.0313801301050329814 +65391 aapg_ai_582.html aapg_ai_582.html:164:14550:14569 Sundance Western world -0.481309854062180409 +65392 aapg_af_23.html aapg_af_23.html:71:11762:11784 Calico Bluff Salem, Oregon -0.0497968387707368038 +65393 gsa_html_5924250698 gsa_html_5924250698:741:70038:70043 Raton Mexico -0.453130450697368015 +65394 gsa_html_8549650339 gsa_html_8549650339:36:2664:2680 Person Texas -0.442548827459522287 +65395 aapg_af_527.html aapg_af_527.html:397:47042:47046 Kent Middle East -0.0285729816596476081 +65396 gsa_html_2352572665 gsa_html_2352572665:321:31848:31859 Devils Hole Death Valley -0.446333949377836381 +65397 aapg_ad_169.html aapg_ad_169.html:81:10782:10800 Greenbrier Greenbrier (Great Smoky Mountains) -0.45896570683289678 +65398 aapg_ad_280.html aapg_ad_280.html:4:556:579 Cotton Valley Haynesville, Louisiana -0.447357152169087058 +65399 aapg_ah_421.html aapg_ah_421.html:257:21460:21469 Fox Hills Lethbridge -0.402932560256648253 +65400 aapg_aa_360.html aapg_aa_360.html:406:36951:36968 Edwards Balcones Fault -0.462193603410137988 +65401 aapg_ai_480.html aapg_ai_480.html:237:22145:22151 Tulare Kern River Preserve -0.00217147693343403827 +65402 gsa_html_8614162917 gsa_html_8614162917:548:50334:50365 Bonanza Indian Hill, Ohio 0.00607327300641191583 +65403 palaios_html_8064020973 palaios_html_8064020973:535:61829:61860 Chinle Colorado 0.334123919897969135 +65404 cspg_html_9735723617 cspg_html_9735723617:321:41141:41165 Beverley Inlet Bathurst Island (Northern Territory) 0.80975477924188799 +65405 aapg_ai_835.html aapg_ai_835.html:55:6247:6261 Ingleside Mustang Island -0.0315888654763454985 +65406 cspg_html_7086880709 cspg_html_7086880709:161:18484:18506 Mirage Point Great Slave Lake -0.460964719996515115 +65407 aapg_ah_878.html aapg_ah_878.html:138:15526:15540 Maquoketa Wisconsin -0.194484304195867208 +65408 cspg_html_4298557570 cspg_html_4298557570:203:28941:28952 Lance Lacombe, Alberta 0.0115442270239061798 +65409 cspg_html_5971009166 cspg_html_5971009166:338:46669:46677 Virginia Middle Ordovician -0.450829332903146696 +65410 cspg_html_7378664643 cspg_html_7378664643:799:111968:111988 Swan Hills Lacombe, Alberta -0.171064640162123471 +65411 aapg_ad_823.html aapg_ad_823.html:63:5587:5604 Rustler New Mexico -0.431509704805809302 +65412 aapg_ah_160.html aapg_ah_160.html:336:41338:41351 Lake Michigan Michigan -0.0474930775226503829 +65413 cspg_html_6163998187 cspg_html_6163998187:240:30762:30770 Pardonet Murray River -0.0233046208724774252 +65414 aapg_af_745.html aapg_af_745.html:457:63603:63621 Ashville Knoxville, Tennessee -0.129108029727497658 +65415 aapg_ae_885.html aapg_ae_885.html:258:26644:26652 Niobrara Mesa, Arizona -0.435767689782418699 +65416 aapg_ae_159.html aapg_ae_159.html:93:12650:12674 Mt Lytton Dallas County, Alabama -0.434518537443352337 +65417 cspg_html_9214997177 cspg_html_9214997177:225:23362:23368 Muskeg Lacombe, Alberta -0.483407132229491276 +65418 aapg_aa_626.html aapg_aa_626.html:51:6758:6776 Patapsco Raritan River -0.0505968695241524116 +65419 gsa_html_5096547935 gsa_html_5096547935:572:54939:54945 Denver Colorado -0.0284860290220287533 +65420 sedimentology_html_5909281487 sedimentology_html_5909281487:269:22459:22467 Scotland England -0.0708669192229898631 +65421 aapg_af_598.html aapg_af_598.html:144:11564:11582 Seminole Nowata, Oklahoma -0.0239565449099976777 +65422 gsa_html_6105070212 gsa_html_6105070212:987:104427:104461 Monterey California -0.468054102450840448 +65423 geology_html_5880276793 geology_html_5880276793:11:471:477 Oregon Salem, Oregon -0.50436806319393368 +65424 jgeology_html_5471448181 jgeology_html_5471448181:342:27414:27421 Gateway Colorado -0.488278574417694344 +65425 aapg_ae_814.html aapg_ae_814.html:1129:105969:105978 Gibraltar Spain -0.0370660655999496616 +65426 aapg_ae_755.html aapg_ae_755.html:56:9430:9448 Yorktown North Carolina -0.131563274872198072 +65427 cspg_html_8587137158 cspg_html_8587137158:979:129943:129959 Ireton Lacombe, Alberta -0.468696200218799319 +65428 cspg_html_3482605972 cspg_html_3482605972:375:45491:45512 Gates Victoria, British Columbia -0.460205477971118548 +65429 aapg_ae_265.html aapg_ae_265.html:66:7863:7882 Tuscarora Ohio -0.242018093145252355 +65430 cspg_html_2769629211 cspg_html_2769629211:654:69347:69356 Mackenzie Great Slave Lake -0.46326000708216164 +65431 aapg_ad_52.html aapg_ad_52.html:1360:134982:134998 Michigan Michigan -0.445989406971527558 +65432 gsa_html_5625878232 gsa_html_5625878232:694:78499:78510 San Antonio Seattle -0.0527882465150959351 +65433 aapg_aa_737.html aapg_aa_737.html:266:20914:20920 Salina Michigan -0.456989251174634625 +65434 gsa_html_4308966435 gsa_html_4308966435:486:51733:51751 Morrison Reno, Nevada -0.444157000692344317 +65435 aapg_ad_564.html aapg_ad_564.html:4099:323989:324000 Mowry Powder River Basin -0.602429235817162123 +65436 aapg_aa_525.html aapg_aa_525.html:65:7092:7098 Oswego Bartlesville, Oklahoma -0.487729676915167776 +65437 aapg_af_150.html aapg_af_150.html:13:1343:1362 Cotton Valley Shreveport, Louisiana -0.452055720301517416 +65438 gsa_html_1197940982 gsa_html_1197940982:1383:129376:129404 Green River Iran 0.0106841830799118756 +65439 aapg_ae_319.html aapg_ae_319.html:43:4969:4983 Duchesne River Vernal, Utah -0.0207667065675008616 +65440 aapg_aa_995.html aapg_aa_995.html:404:30831:30850 Tensleep Sweetwater, Miami-Dade County, Florida -0.0724462917404976592 +65441 aapg_ac_297.html aapg_ac_297.html:63:5766:5777 San Joaquin Central Valley (California) -0.427650208489599781 +65442 aapg_ae_305.html aapg_ae_305.html:4:465:471 Sierra Venezuela -0.0516462775496139975 +65443 gsa_html_6283028745 gsa_html_6283028745:29:2796:2824 Green River Iran -0.0232768060359763093 +65444 aapg_ae_44.html aapg_ae_44.html:139:12034:12054 Palo Pinto Texas -0.025547354296840772 +65445 aapg_ah_847.html aapg_ah_847.html:105:12195:12217 Hornerstown New Egypt, New Jersey -0.029755595097347827 +65446 sedimentology_html_2898428289 sedimentology_html_2898428289:91:8436:8474 Winnipegosis Dolomites 1.04215127833259058 +65447 aapg_ac_790.html aapg_ac_790.html:92:12043:12062 Rancheria New Mexico -0.409769551293028944 +65448 aapg_ai_877.html aapg_ai_877.html:217:23535:23550 Eagle Pennsylvania -0.0376282120976162635 +65449 sedimentology_html_9980494445 sedimentology_html_9980494445:1609:96267:96271 Hall London, Ontario -0.478284785297837578 +65450 gsa_html_7765430810 gsa_html_7765430810:927:82303:82308 Piper Quebec City -0.444719742349094338 +65451 aapg_af_854.html aapg_af_854.html:939:132872:132889 Renault Yankeetown, Indiana -0.479672865371614687 +65452 aapg_af_575.html aapg_af_575.html:1041:152214:152224 Fort Dodge Iowa -0.011024723133422322 +65453 gsa_html_1776474442 gsa_html_1776474442:709:65156:65165 Extension England -0.484086347872667577 +65454 cspg_html_9924015973 cspg_html_9924015973:252:18637:18660 San Fernando Trinidad and Tobago -0.0397082576932654904 +65455 gsa_html_2662905881 gsa_html_2662905881:61:4285:4313 Green River New Mexico -0.0180692565756011246 +65456 gsa_html_2538542549 gsa_html_2538542549:11:518:527 San Diego California -0.0485211467780206906 +65457 aapg_ac_215.html aapg_ac_215.html:43:5563:5582 Lodgepole Englewood, New Jersey -0.415087607507273693 +65458 gsa_html_2266546108 gsa_html_2266546108:261:26386:26392 Sierra Great Basin -0.467905110852730732 +65459 aapg_aa_731.html aapg_aa_731.html:4:1095:1119 Rockdale Rockdale, Texas -0.483015252079283031 +65460 aapg_ad_351.html aapg_ad_351.html:645:54644:54656 Reeds Spring Burlington, Ontario -0.425402399125748287 +65461 cspg_html_4860363565 cspg_html_4860363565:25:3327:3363 Viking Lacombe, Alberta -0.448753864703002991 +65462 aapg_ai_282.html aapg_ai_282.html:141:17951:17961 Swan Hills Lacombe, Alberta -0.450676431675374467 +65463 aapg_ad_918.html aapg_ad_918.html:232:28636:28647 Green River Logan, Utah -0.242667173348904336 +65464 sedimentology_html_5854122327 sedimentology_html_5854122327:943:54992:55002 Bonneterre Missouri River -0.446186272521599148 +65465 aapg_af_561.html aapg_af_561.html:431:39943:39955 Wasatch North Fork, Suffolk County, New York -0.0101942281259971568 +65466 geology_html_7305069377 geology_html_7305069377:214:21436:21444 Scotland Inverness, Florida -0.0373723706496873684 +65467 aapg_aa_888.html aapg_aa_888.html:52:6913:6919 Guelph Lockport (city), New York -0.454052985518192231 +65468 aapg_af_502.html aapg_af_502.html:185:20742:20751 Smackover Arkansas -0.414224136377933094 +65469 jgeology_html_8152094574 jgeology_html_8152094574:726:44979:44985 Taylor London, Ontario -0.457736710679965686 +65470 aapg_ai_468.html aapg_ai_468.html:76:10023:10044 Haynesville East Texas -0.20500898740821713 +65471 aapg_ad_466.html aapg_ad_466.html:769:84590:84598 Navesink Mount Laurel Township, New Jersey -0.150861472403981789 +65472 geology_html_2345007570 geology_html_2345007570:57:5591:5612 Waits River Bennington, Vermont -0.0340313466956898014 +65473 aapg_ac_867.html aapg_ac_867.html:720:97406:97416 Phosphoria Cheyenne, Wyoming 0.0067403856579268933 +65474 cspg_html_8363357104 cspg_html_8363357104:14:1412:1420 Columbia Victoria, British Columbia -0.487818790090823073 +65475 gsa_html_2135260967 gsa_html_2135260967:854:57124:57152 Green River New Mexico -0.0463048645997310923 +65476 aapg_ad_230.html aapg_ad_230.html:425:40360:40367 Oceanic East China Sea -0.484098022941034878 +65477 gsa_html_4339524478 gsa_html_4339524478:654:69744:69754 Washington Boise, Idaho -0.0522861066432878455 +65478 aapg_ak_104.html aapg_ak_104.html:59:8373:8386 Madison Cheyenne, Wyoming -0.430176006996349836 +65479 aapg_ae_419.html aapg_ae_419.html:182:21945:21952 La Pena Mexico 0.00767678914490974897 +65480 aapg_aa_110.html aapg_aa_110.html:65:9640:9651 Green River Bridger, Montana -0.421948969269320462 +65481 gsa_html_4098385343 gsa_html_4098385343:936:89455:89483 Green River Colorado -0.0358061340755818636 +65482 sedimentology_html_2139169476 sedimentology_html_2139169476:719:55992:56001 Peninsula Korea -0.417363557088893333 +65483 cspg_html_2418341010 cspg_html_2418341010:107:13217:13241 Stony Mountain Winnipeg -0.46220271256694978 +65484 aapg_ac_714.html aapg_ac_714.html:593:71568:71572 Wendover Lima, Ohio -0.458641287983651336 +65485 aapg_ad_801.html aapg_ad_801.html:111:12695:12708 Porters Creek Knoxville, Tennessee -0.194931660410759156 +65486 aapg_ad_393.html aapg_ad_393.html:472:46833:46838 Cadiz Spain -0.467870731747513147 +65487 cspg_html_9222238695 cspg_html_9222238695:482:59821:59840 Bullhead Pine River (Michigan) -0.489885075161781369 +65488 cspg_html_9294141307 cspg_html_9294141307:359:41334:41368 Romaine Quebec City -0.0448520648685932916 +65489 aapg_ad_152.html aapg_ad_152.html:2275:287126:287134 Toroweap Arizona -0.00475644070930822047 +65490 aapg_ad_564.html aapg_ad_564.html:8828:793847:793899 El Paso Texas -0.4597965726108596 +65491 cspg_html_3104351736 cspg_html_3104351736:600:73061:73080 Foremost Lacombe, Alberta -0.455184317280275863 +65492 aapg_ad_466.html aapg_ad_466.html:232:29869:29876 Magothy Raritan River 0.0202939301273731242 +65493 aapg_af_593.html aapg_af_593.html:156:12939:12958 Whirlpool Onondaga (tribe) -0.0183873001701448657 +65494 sedimentology_html_9598250021 sedimentology_html_9598250021:1226:88498:88503 Piper California -0.452112016307883446 +65495 sedimentology_html_4372260172 sedimentology_html_4372260172:394:33785:33813 Whirlpool Canada 0.0160707294001578987 +65496 aapg_aa_125.html aapg_aa_125.html:183:14438:14459 Fernie Memphis International Airport 0.0296512424807474848 +65497 geology_html_1929739389 geology_html_1929739389:11:548:561 Santa Barbara California -0.484135384227082133 +65498 gsa_html_6982030333 gsa_html_6982030333:1052:100114:100120 Reston Salem, Oregon -0.0074248793072545817 +65499 sedimentology_html_7103111053 sedimentology_html_7103111053:106:9968:9977 Peninsula Korea -0.492281675671482677 +65500 aapg_ah_871.html aapg_ah_871.html:766:73607:73612 Logan Canada -0.452896019392303839 +65501 aapg_ai_584.html aapg_ai_584.html:707:74390:74407 Casper Laramie, Wyoming -0.0190651145503429667 +65502 aapg_ac_807.html aapg_ac_807.html:553:54974:54984 Petersburg Virginia -0.457492019193031785 +65503 jgeology_html_2837808723 jgeology_html_2837808723:1443:75374:75378 Hall London, Ontario -0.482038661537539159 +65504 aapg_ac_613.html aapg_ac_613.html:182:28002:28023 Cliff House La Ventana 0.454944835556338856 +65505 aapg_ad_0.html aapg_ad_0.html:152:14824:14832 Starved Rock Iowa -0.471639785200352879 +65506 cspg_html_9008569748 cspg_html_9008569748:40:4458:4476 Bear Rock McKenzie River -0.0371426409956562426 +65507 cspg_html_3772380029 cspg_html_3772380029:748:93123:93131 Wabi Ontario, California -0.464405306663695727 +65508 aapg_ae_448.html aapg_ae_448.html:130:14599:14606 Rodessa Paluxy, Texas -0.407642171728973268 +65509 AMJC_html_2380581964 AMJC_html_2380581964:687:74031:74039 Columbia Washington (state) 0.0103054229962900919 +65510 gsa_html_6967102683 gsa_html_6967102683:673:60745:60751 Oregon Boise, Idaho -0.47482657712880405 +65511 aapg_ac_333.html aapg_ac_333.html:202:25413:25427 Yeso New Mexico -0.0421753136565895317 +65512 aapg_ad_908.html aapg_ad_908.html:233:25498:25503 Colon El Salvador -0.499270052772917139 +65513 aapg_ae_4.html aapg_ae_4.html:432:49820:49839 Jefferson Samaria (ancient city) -0.460964719996515115 +65514 aapg_ai_202.html aapg_ai_202.html:396:38840:38846 Denver Los Angeles -0.0606756337834147286 +65515 aapg_aa_315.html aapg_aa_315.html:138:12903:12911 Virginia Norfolk, Virginia -0.458110673552686087 +65516 sedimentology_html_1930832872 sedimentology_html_1930832872:1101:67405:67410 Crete Lesotho -0.044101376246448068 +65517 cspg_html_7086880709 cspg_html_7086880709:345:45439:45457 Ramparts Mackenzie River -0.45995556917210767 +65518 aapg_ac_252.html aapg_ac_252.html:88:8247:8263 Cutler Logan, Utah -0.0310096337279850039 +65519 geology_html_1860179474 geology_html_1860179474:235:23418:23427 San Diego California -0.450608983410958508 +65520 aapg_ah_318.html aapg_ah_318.html:1990:180913:180919 Sierra Santa Clara, California -0.476093453364925034 +65521 cspg_html_9872379166 cspg_html_9872379166:12:1805:1811 Denver Colorado -0.0707532505478664642 +65522 aapg_ac_575.html aapg_ac_575.html:279:44325:44335 Phosphoria Boise, Idaho -0.237156456965375517 +65523 gsa_html_4438819447 gsa_html_4438819447:119:12007:12033 Mattagami Moose River (Ontario) -0.0373131973616702209 +65524 aapg_ad_41.html aapg_ad_41.html:7:764:772 Virginia Maryland -0.0766200511686235819 +65525 aapg_ae_959.html aapg_ae_959.html:2196:156318:156327 Dog Creek Texas -0.0288564512426946543 +65526 aapg_ac_71.html aapg_ac_71.html:552:65299:65305 Oregon Tonopah, Arizona -0.460964719996515115 +65527 aapg_ah_448.html aapg_ah_448.html:121:12594:12607 Nacatoch Texas -0.0345376534934891677 +65528 gsa_html_7102550258 gsa_html_7102550258:1396:132009:132026 Entrada Logan, Utah -0.455347020329573748 +65529 gsa_html_5274400800 gsa_html_5274400800:582:47406:47419 Santa Barbara California -0.0695834773703316728 +65530 cspg_html_1025724640 cspg_html_1025724640:296:39426:39432 Nepean Ontario, California -0.00806073698202901257 +65531 aapg_ad_3.html aapg_ad_3.html:752:71252:71277 Moccasin Allegheny Mountains -0.00178582142589237621 +65532 sedimentology_html_7473206318 sedimentology_html_7473206318:994:71948:71978 East Berlin Hartford, Connecticut 0.386549084551593869 +65533 gsa_html_2877730818 gsa_html_2877730818:67:7438:7455 Johnnie Pahrump, Nevada -0.471349814541787038 +65534 jgeology_html_9055319560 jgeology_html_9055319560:1121:74286:74290 Reno Nevada -0.456989251174634625 +65535 geology_html_9642641090 geology_html_9642641090:304:25493:25514 Oxford London, Ontario -0.450608983410958508 +65536 cspg_html_9810030547 cspg_html_9810030547:456:54687:54697 Swan Hills Redwater, Texas -0.459819284677136619 +65537 aapg_ah_753.html aapg_ah_753.html:90:13661:13679 Shepody New Brunswick, New Jersey -0.459996458565647859 +65538 AMJC_html_3664856625 AMJC_html_3664856625:633:65042:65062 Hell Creek Northern Great Plain -0.423229723234377797 +65539 cspg_html_2175627313 cspg_html_2175627313:87:10561:10578 Montney Victoria, British Columbia -0.525179880727496329 +65540 aapg_ad_883.html aapg_ad_883.html:15:2588:2596 Michigan Michigan -0.0424382503363121347 +65541 gsa_html_3069013284 gsa_html_3069013284:745:71892:71904 Dockum Lubbock, Texas -0.45644603384473742 +65542 aapg_ac_414.html aapg_ac_414.html:158:18947:18963 Kaibab Logan, Utah -0.0338921598886321312 +65543 aapg_aa_954.html aapg_aa_954.html:280:25937:25954 Cypress Salem, Massachusetts -0.434518537443352337 +65544 sedimentology_html_3660550601 sedimentology_html_3660550601:384:38057:38061 Hall New York City -0.444871652179790411 +65545 aapg_ai_569.html aapg_ai_569.html:323:34473:34491 Tensleep Fremont County, Wyoming -0.466714081975797668 +65546 aapg_ah_528.html aapg_ah_528.html:187:18921:18947 Wasatch Wasatch Range -0.432223543643836305 +65547 aapg_ae_70.html aapg_ae_70.html:366:37184:37192 Colorado Colorado -0.457492019193031785 +65548 aapg_aa_288.html aapg_aa_288.html:142:16444:16455 Mowry Cheyenne, Wyoming 0.0037592765078730871 +65549 gsa_html_6589330144 gsa_html_6589330144:16:755:761 Reston Virginia -0.450784359288809666 +65550 gsa_html_3921767428 gsa_html_3921767428:30:2782:2810 Green River Iran -0.030239106807757675 +65551 aapg_af_69.html aapg_af_69.html:377:26005:26010 Price Huntington, West Virginia -0.156833271330545004 +65552 cspg_html_3065473572 cspg_html_3065473572:198:25710:25727 Romaine Anticosti Island -0.454041701910604445 +65553 aapg_ah_521.html aapg_ah_521.html:381:44149:44156 Carrizo Texas 0.0310392034454004609 +65554 gsa_html_1079290957 gsa_html_1079290957:1106:103679:103695 Chinle New Mexico -0.447018943573484262 +65555 geology_html_6134040289 geology_html_6134040289:164:15154:15179 Monterey California -0.481309854062180409 +65556 palaios_html_9722479245 palaios_html_9722479245:15:917:923 Oswego Oswego, New York -0.0580629079805682485 +65557 aapg_aa_654.html aapg_aa_654.html:13:2375:2381 Sandia Colorado -0.433387995206966137 +65558 palaios_html_2621173808 palaios_html_2621173808:742:88707:88738 Charlie Lake Victoria, British Columbia -0.0234576033289263484 +65559 gsa_html_4250535803 gsa_html_4250535803:30:2893:2921 Green River Colorado -0.0462769907326050153 +65560 jgeology_html_4436895778 jgeology_html_4436895778:433:30972:30985 Bigfork Chert Arkansas -0.506202203331828748 +65561 aapg_aa_484.html aapg_aa_484.html:380:36562:36578 Boggy Atoka, Oklahoma 0.33062056150682001 +65562 palaios_html_8921418198 palaios_html_8921418198:13:709:719 Washington Washington (state) -0.447455726501453044 +65563 aapg_ac_380.html aapg_ac_380.html:180:22494:22532 Bois Blanc Onondaga (tribe) -0.00253281259735845714 +65564 aapg_ae_319.html aapg_ae_319.html:191:14646:14652 Navajo Uinta Mountains -0.513396000397295715 +65565 jgeology_html_3014544514 jgeology_html_3014544514:94:3497:3505 Colorado Colorado -0.459837454744856933 +65566 gsa_html_7737235229 gsa_html_7737235229:895:57481:57501 Bonneterre Pennsylvania -0.0088338543289246535 +65567 cspg_html_8587137158 cspg_html_8587137158:976:129728:129743 Cairn Jasper National Park -0.452887004013691252 +65568 cspg_html_7817594878 cspg_html_7817594878:297:42924:42947 Summit Creek Denver -0.463478914486847693 +65569 gsa_html_7518144145 gsa_html_7518144145:1131:84564:84572 Colorado Colorado -0.00178582142589237621 +65570 aapg_ah_159.html aapg_ah_159.html:55:6371:6399 Crab Orchard Rockcastle County, Kentucky -0.429186850864238578 +65571 cspg_html_6818181730 cspg_html_6818181730:12:947:960 Turner Valley Elkton, Kentucky -0.444871652179790411 +65572 aapg_aa_207.html aapg_aa_207.html:29:3928:3935 Paradox San Juan, Argentina 0.362849708320515163 +65573 aapg_af_502.html aapg_af_502.html:738:86762:86771 Smackover Arkansas -0.477844221658683899 +65574 gsa_html_4432793908 gsa_html_4432793908:1315:126845:126873 Green River Colorado 0.0382426063901433327 +65575 aapg_ae_96.html aapg_ae_96.html:418:48315:48321 Oregon Reno, Nevada -0.0171829308693467256 +65576 gsa_html_8551608565 gsa_html_8551608565:1116:69551:69559 Columbia Rodinia -0.469327287552563421 +65577 aapg_ah_644.html aapg_ah_644.html:265:31996:32008 Saskatchewan Regina, Saskatchewan -0.476519241639526414 +65578 cspg_html_8030881108 cspg_html_8030881108:102:17254:17264 Road River Arctic Cordillera -0.0466498116089518189 +65579 gsa_html_9457387752 gsa_html_9457387752:958:79282:79297 Lynchburg Virginia -0.0584031825755885817 +65580 aapg_ae_461.html aapg_ae_461.html:83:13229:13234 Sligo Bellevue, Nebraska -0.432316117842066305 +65581 AMJC_html_2228158963 AMJC_html_2228158963:912:94558:94571 Cookson Portland, Maine -0.00751695654912096743 +65582 aapg_aa_381.html aapg_aa_381.html:25:3434:3442 Vaqueros Muddy Creek (Utah) -0.441517589995484405 +65583 geology_html_8667067653 geology_html_8667067653:11:554:567 Santa Barbara California -0.038712565483401136 +65584 cspg_html_6108854431 cspg_html_6108854431:79:11821:11834 Windsor Hillsborough, California -0.441740222253796999 +65585 cspg_html_2749851978 cspg_html_2749851978:16:2975:2992 Cardium Lacombe, Alberta -0.451875596518584666 +65586 aapg_aa_597.html aapg_aa_597.html:493:47664:47672 Somerset Bradford, Pennsylvania -0.414332299009727623 +65587 cspg_html_4132771434 cspg_html_4132771434:584:76321:76336 Banff Canada -0.436819151869522138 +65588 cspg_html_7086880709 cspg_html_7086880709:307:39370:39387 Dunedin Lacombe, Alberta -0.095660420979053376 +65589 aapg_ah_318.html aapg_ah_318.html:3053:247872:247889 La Caja Mexico -0.0110733719867148073 +65590 gsa_html_2175645598 gsa_html_2175645598:30:2808:2836 Green River Colorado -0.00035264713868171768 +65591 aapg_ae_454.html aapg_ae_454.html:202:16542:16561 Smackover Bossier City, Louisiana -0.48309921135944367 +65592 aapg_ae_335.html aapg_ae_335.html:41:4091:4108 Madison Cut Bank, Montana -0.022871757858413614 +65593 cspg_html_3041902517 cspg_html_3041902517:986:109113:109126 Skinner Ranch Texas -0.428106551564836124 +65594 aapg_ad_352.html aapg_ad_352.html:369:28780:28789 Wapanucka Atoka, Oklahoma -0.437408487283808822 +65595 gsa_html_5394777952 gsa_html_5394777952:440:46418:46424 Antler Sonoma, California -0.0268166470016257402 +65596 jgeology_html_3213904974 jgeology_html_3213904974:393:38234:38261 Abo Texas 0.0162062760616442578 +65597 aapg_ac_629.html aapg_ac_629.html:538:65593:65598 Price Shreveport, Louisiana 0.0139472629974676295 +65598 cspg_html_5891044027 cspg_html_5891044027:319:62092:62111 Kitchener Purcell Mountains -0.0490387176000708983 +65599 palaios_html_3716883934 palaios_html_3716883934:102:10079:10094 Rochester Morocco -0.463332970234029085 +65600 cspg_html_4010530611 cspg_html_4010530611:183:20082:20098 Shunda Lacombe, Alberta -0.0249440441513266963 +65601 jgeology_html_1838149422 jgeology_html_1838149422:725:62105:62120 John Day Nebraska -0.479521879225688563 +65602 cspg_html_9717154602 cspg_html_9717154602:955:82805:82822 Bearpaw Lacombe, Alberta 0.00718686909166816289 +65603 aapg_ah_991.html aapg_ah_991.html:410:64835:64844 Smackover Arkansas -0.10651421187209395 +65604 cspg_html_8556552074 cspg_html_8556552074:69:6207:6223 Meadow Lake Regina, Saskatchewan -0.478377564070346595 +65605 aapg_ae_29.html aapg_ae_29.html:76:9378:9399 Mauch Chunk Plateau State -0.465835581370964813 +65606 cspg_html_4845813500 cspg_html_4845813500:318:33236:33272 Albert New Brunswick, New Jersey -0.0207284668430632625 +65607 cspg_html_1260733368 cspg_html_1260733368:287:37902:37922 Milk River Lacombe, Alberta -0.463478914486847693 +65608 cspg_html_4685751140 cspg_html_4685751140:76:9227:9249 Winnipegosis Regina, Saskatchewan -0.0171829308693467256 +65609 cspg_html_2347522298 cspg_html_2347522298:914:53801:53832 Lime Creek Iowa 0.351848836223841166 +65610 aapg_af_788.html aapg_af_788.html:36:4760:4768 Michigan Michigan Basin -0.057382412068765952 +65611 geology_html_7678329140 geology_html_7678329140:328:27946:27954 Temporal Canada -0.480597940731277096 +65612 aapg_ah_422.html aapg_ah_422.html:132:11024:11044 Milk River Colorado -0.491056633019370192 +65613 aapg_af_932.html aapg_af_932.html:3:304:325 Green River Cheyenne, Wyoming -0.437408487283808822 +65614 aapg_ad_623.html aapg_ad_623.html:327:31581:31590 Hampshire Dorset 0.027533065140249207 +65615 geology_html_9554214556 geology_html_9554214556:14:794:804 Santa Cruz Santa Cruz, California -0.44951252529713398 +65616 sedimentology_html_3464809003 sedimentology_html_3464809003:1196:68656:68686 Nisku Lacombe, Alberta 0.016701549469463943 +65617 sedimentology_html_3599980060 sedimentology_html_3599980060:1654:74858:74864 Banner Hanson, Massachusetts -0.455658949817136283 +65618 aapg_af_19.html aapg_af_19.html:4:915:930 Heath Sumatra -0.0456254660933555489 +65619 AMJC_html_1938223835 AMJC_html_1938223835:111:14458:14480 Spider Lake Helderberg -0.0565659097388836185 +65620 cspg_html_2419618566 cspg_html_2419618566:1128:118707:118726 Swan Hills Lacombe, Alberta -0.462125287699645448 +65621 aapg_af_482.html aapg_af_482.html:156:21349:21366 Esquias Honduras -0.483281151267174081 +65622 aapg_ac_867.html aapg_ac_867.html:684:93131:93150 Weber Colorado -0.441226022634032489 +65623 aapg_aa_830.html aapg_aa_830.html:92:10781:10789 Virginia Ohio 0.0155111731885242323 +65624 aapg_ae_630.html aapg_ae_630.html:268:20318:20324 Casper Cheyenne, Wyoming -0.0317836884462165403 +65625 aapg_ah_871.html aapg_ah_871.html:788:74367:74375 Montreal Black River, Jamaica -0.399301351051607634 +65626 gsa_html_3463181327 gsa_html_3463181327:612:63316:63335 Provo Wanaka -0.0473502039075794148 +65627 aapg_ah_49.html aapg_ah_49.html:201:22263:22284 Modelo San Gabriel Valley -0.0200714512738383588 +65628 aapg_ah_763.html aapg_ah_763.html:242:24297:24303 Blaine Texas -0.0612883937690323899 +65629 cspg_html_6611173979 cspg_html_6611173979:76:10460:10476 Ireton Kingman, Arizona -0.490524761849640001 +65630 aapg_ae_999.html aapg_ae_999.html:273:38745:38765 Jackson Alabama -0.0301590999875516533 +65631 aapg_af_431.html aapg_af_431.html:88:8994:9003 Smackover Cotton Valley, Louisiana -0.00819798606036370794 +65632 jgeology_html_4121584613 jgeology_html_4121584613:137:9456:9488 Prairie Beaumont, Texas -0.442916609041378917 +65633 aapg_ai_498.html aapg_ai_498.html:19:3301:3323 Stone Corral Colorado 0.861783625353889193 +65634 aapg_ac_594.html aapg_ac_594.html:260:23352:23360 Consuelo Morella, Spain -0.515832271561596056 +65635 aapg_ah_871.html aapg_ah_871.html:160:19581:19601 Rockcliffe Montreal 0.379620766458302117 +65636 AMJC_html_5650773737 AMJC_html_5650773737:574:63752:63762 Washington Earth -0.441419648744354465 +65637 cspg_html_3233680622 cspg_html_3233680622:634:74444:74466 Eureka Sound Bathurst Island (Northern Territory) -0.417363557088893333 +65638 gsa_html_4339524478 gsa_html_4339524478:543:58547:58570 Elkhorn Ridge Argillite Wallowa, Oregon -0.493432945605813467 +65639 cspg_html_6284849447 cspg_html_6284849447:179:16357:16377 Clearwater Lacombe, Alberta -0.465104162426203172 +65640 aapg_ad_344.html aapg_ad_344.html:12:1405:1417 Pierre Fort Pierre Chouteau -0.0317349824048286169 +65641 aapg_aa_124.html aapg_aa_124.html:922:86781:86789 Montreal Canada -0.0834878326748107052 +65642 aapg_aa_305.html aapg_aa_305.html:41:6369:6382 Cohansey Sand Closter, New Jersey -0.405958991250406132 +65643 aapg_aa_612.html aapg_aa_612.html:298:26231:26239 Michigan Bloomington, Indiana -0.415087607507273693 +65644 aapg_ah_203.html aapg_ah_203.html:487:77283:77301 Morrison New Mexico -0.398183242776353197 +65645 gsa_html_7215168680 gsa_html_7215168680:1056:76993:77021 Green River Colorado -0.0242016752892677545 +65646 cspg_html_8022192099 cspg_html_8022192099:6:489:511 Winnipegosis Regina, Saskatchewan -0.455387700672750584 +65647 geology_html_7192428883 geology_html_7192428883:17:811:817 Denver Colorado -0.478307979059971577 +65648 palaios_html_3028956190 palaios_html_3028956190:760:82461:82494 Collingwood Ontario, California -0.450595494357366455 +65649 aapg_ah_978.html aapg_ah_978.html:231:23707:23713 Tulare San Joaquin River -0.398055537590053354 +65650 aapg_af_397.html aapg_af_397.html:593:69452:69459 Entrada Entrada Sandstone -0.454540571750530975 +65651 aapg_ac_590.html aapg_ac_590.html:39:4367:4387 San Andres Sacramento, California -0.428967178358428958 +65652 aapg_ai_287.html aapg_ai_287.html:256:30121:30136 Catalina Schist Santa Catalina Island, California -0.457514673015389395 +65653 gsa_html_1520002998 gsa_html_1520002998:1196:92505:92525 Wind River Cheyenne, Wyoming -0.0279486743171803304 +65654 aapg_ae_473.html aapg_ae_473.html:460:42614:42623 Red Bluff Western world -0.414276052949181017 +65655 AMJC_html_1163576052 AMJC_html_1163576052:1177:103805:103822 Elbrook Virginia -0.486735992068403789 +65656 gsa_html_1040524378 gsa_html_1040524378:993:96819:96835 Renova Boise, Idaho -0.505322937852164866 +65657 palaios_html_8062930347 palaios_html_8062930347:561:55658:55689 Kope Ohio -0.428929839085586462 +65658 aapg_af_279.html aapg_af_279.html:269:25802:25806 Java South Sumatra -0.459022435464294998 +65659 aapg_af_397.html aapg_af_397.html:162:20284:20291 Todilto San Juan, Argentina 1.01389664600371576 +65660 cspg_html_8990290265 cspg_html_8990290265:357:54326:54343 Borsato Western world -0.462102516958969756 +65661 cspg_html_6290430388 cspg_html_6290430388:46:5957:5979 Cooking Lake Lacombe, Alberta 0.845686000928265957 +65662 gsa_html_8951179545 gsa_html_8951179545:1187:110496:110526 Wilcox Texas -0.0211456318473247536 +65663 aapg_ae_780.html aapg_ae_780.html:197:18758:18776 Sundance Cheyenne, Wyoming -0.253440382630054417 +65664 sedimentology_html_5667980395 sedimentology_html_5667980395:1387:85322:85326 Kano Long Island -0.050706684329443738 +65665 aapg_ae_66.html aapg_ae_66.html:265:26203:26217 Gypsum Springs Cheyenne, Wyoming -0.0959997940063162108 +65666 aapg_ah_881.html aapg_ah_881.html:143:17136:17144 Columbia Victoria, British Columbia -0.0620181988461695199 +65667 cspg_html_4727171280 cspg_html_4727171280:53:5203:5220 Bearpaw Edmonton, London 0.689963262329117977 +65668 aapg_ah_289.html aapg_ah_289.html:514:70365:70383 Monterey California -0.458750170743803365 +65669 gsa_html_8003826422 gsa_html_8003826422:69:7571:7580 Gull Lake Sierra Nevada (Spain) -0.0519827474069236295 +65670 gsa_html_6473868323 gsa_html_6473868323:879:80045:80073 Green River Colorado -0.0345376534934891677 +65671 cspg_html_6252417471 cspg_html_6252417471:227:32714:32736 Eureka Sound Long Island -0.028896450511520861 +65672 palaios_html_8447836636 palaios_html_8447836636:367:31062:31081 Port Hood Canada -0.429938515402492283 +65673 cspg_html_7587979364 cspg_html_7587979364:130:10748:10765 Wabamun Swan Hill, Victoria -0.478586352630804512 +65674 aapg_ah_387.html aapg_ah_387.html:221:24202:24211 Knoxville Mariposa, California 1.04215127833259058 +65675 cspg_html_5955028331 cspg_html_5955028331:787:74984:74992 Edmonton Lacombe, Alberta -0.025547354296840772 +65676 aapg_ak_39.html aapg_ak_39.html:13:1430:1436 Oregon West Coast of the United States -0.458648092769168181 +65677 aapg_aa_622.html aapg_aa_622.html:134:16376:16392 Chinle Uinta Mountains -0.455658949817136283 +65678 gsa_html_1347484649 gsa_html_1347484649:20:1046:1067 Green River South Pass City, Wyoming -0.486127228212794971 +65679 cspg_html_4937997995 cspg_html_4937997995:1001:83195:83215 Brassfield Kentucky -0.444891759770598527 +65680 aapg_af_779.html aapg_af_779.html:3:504:522 Traverse Michigan -0.476033304431228654 +65681 cspg_html_6014123208 cspg_html_6014123208:101:14747:14767 Cadomin Western world -0.464953382280686722 +65682 cspg_html_8568877195 cspg_html_8568877195:195:32756:32764 Edmonton Cardston, Alberta -0.0675138206513768296 +65683 aapg_ae_594.html aapg_ae_594.html:130:15583:15601 Buda Buda, Texas -0.0109239507284224872 +65684 geology_html_7441090490 geology_html_7441090490:328:26104:26125 Kaiparowits Logan, Utah -0.479496330331430576 +65685 sedimentology_html_5896091996 sedimentology_html_5896091996:29:1959:1966 Newport Bremen (state) -0.445016883536767272 +65686 AMJC_html_6341723617 AMJC_html_6341723617:687:61868:61892 Echo Canyon Conglomerate Logan, Utah -0.515885631184686444 +65687 aapg_aa_381.html aapg_aa_381.html:42:5913:5928 Santa Margarita Monterey, California 0.411966264708108043 +65688 cspg_html_8112136092 cspg_html_8112136092:290:32998:33007 Mackenzie Mackenzie River 0.0121610400561059945 +65689 aapg_ai_546.html aapg_ai_546.html:80:8580:8588 Onondaga Braxton County, West Virginia -0.459083706416541504 +65690 aapg_ah_387.html aapg_ah_387.html:2735:293821:293830 Knoxville Gilroy, California 0.948005296330360347 +65691 aapg_ac_536.html aapg_ac_536.html:670:68139:68147 Colorado Colorado -0.443688311537407287 +65692 aapg_ah_943.html aapg_ah_943.html:332:48549:48566 Cardium Canada -0.450784359288809666 +65693 aapg_aa_975.html aapg_aa_975.html:145:16299:16319 Wellington Panhandle, Texas 0.782483553005981824 +65694 aapg_aa_582.html aapg_aa_582.html:239:24488:24494 Sonora Middle East -0.067608196951884289 +65695 aapg_ad_338.html aapg_ad_338.html:206:21896:21914 Potomac Closter, New Jersey -0.455121051786884834 +65696 aapg_ai_28.html aapg_ai_28.html:56:4818:4824 Lissie Brazos River -0.0263767287584658998 +65697 cspg_html_7587979364 cspg_html_7587979364:307:25860:25879 Keg River Lacombe, Alberta 0.00845684936576822886 +65698 aapg_ae_470.html aapg_ae_470.html:139:19186:19192 Wilcox Oklahoma City -0.449541717141150321 +65699 cspg_html_1893593837 cspg_html_1893593837:67:4997:5013 Bad Cache Rapids Churchill River (Atlantic) -0.46741476224763201 +65700 gsa_html_8577037831 gsa_html_8577037831:58:3925:3953 Green River Colorado -0.00168159033485223096 +65701 aapg_ae_244.html aapg_ae_244.html:3:154:170 Custer Texas -0.0735187178499877164 +65702 aapg_ae_4.html aapg_ae_4.html:522:54349:54353 Elko Reno, Nevada 0.41284934886022373 +65703 cspg_html_9865297170 cspg_html_9865297170:68:11907:11915 Columbia Victoria, British Columbia -0.418507876495596065 +65704 aapg_ac_617.html aapg_ac_617.html:5:725:742 Fleming Oakville, California -0.052851016470200643 +65705 gsa_html_1119256423 gsa_html_1119256423:13:709:717 Colorado Denver -0.471888407816635713 +65706 sedimentology_html_2664292498 sedimentology_html_2664292498:42:2618:2622 Bern Slovakia -0.0490387176000708983 +65707 jgeology_html_4305195651 jgeology_html_4305195651:610:78302:78318 Catskill Downsville, New York -0.455432903203822237 +65708 aapg_ah_415.html aapg_ah_415.html:125:11632:11640 Colorado Colorado -0.0201322850725559367 +65709 geology_html_1186396673 geology_html_1186396673:249:22873:22882 San Diego California -0.476172115937115059 +65710 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31737:31752 Carmel Carmel, Indiana -0.470216166533545032 +65711 palaios_html_4875582819 palaios_html_4875582819:48:6121:6142 Hell Creek Bearpaw Formation -0.582390636384924054 +65712 aapg_ai_523.html aapg_ai_523.html:30:3703:3719 Maroon Chinle Formation -0.482917309945881279 +65713 aapg_ae_306.html aapg_ae_306.html:1343:150386:150392 Midway Trinidad and Tobago -0.0244381167530825782 +65714 aapg_ae_147.html aapg_ae_147.html:58:6665:6678 Santa Barbara Royal Botanic Gardens, Kew -0.462398581950347165 +65715 aapg_af_142.html aapg_af_142.html:285:36759:36772 Cotton Valley San Marcos, California -0.44505934010721393 +65716 palaios_html_4745554613 palaios_html_4745554613:645:63077:63104 Kaskapau Canada -0.491162576381923288 +65717 geology_html_1305608113 geology_html_1305608113:15:915:928 Santa Barbara California -0.0364186783313174417 +65718 cspg_html_3907807140 cspg_html_3907807140:69:11044:11070 Athabasca Lacombe, Alberta -0.0537193910403591518 +65719 sedimentology_html_2028210082 sedimentology_html_2028210082:24:1523:1531 Winnipeg Canada -0.0274096020892318319 +65720 aapg_ah_387.html aapg_ah_387.html:2424:262783:262792 Knoxville Salem, Oregon -0.445998354490544591 +65721 cspg_html_6608209149 cspg_html_6608209149:32:3409:3422 Watt Mountain Lacombe, Alberta -0.416246593880677085 +65722 aapg_ah_861.html aapg_ah_861.html:381:40952:40988 Santa Margarita Rancho Santa Margarita, California -0.480853789677316845 +65723 aapg_aa_644.html aapg_aa_644.html:569:50672:50678 Draney Cheyenne, Wyoming -0.535755525222579854 +65724 aapg_ae_845.html aapg_ae_845.html:137:14826:14833 Vermejo Trinidad and Tobago -0.458720680358492616 +65725 sedimentology_html_3315128474 sedimentology_html_3315128474:413:32441:32446 Moran South Africa -0.469093158774920749 +65726 aapg_ai_514.html aapg_ai_514.html:118:14041:14052 Green River Uinta Mountains 0.833431039598897194 +65727 cspg_html_9433421219 cspg_html_9433421219:220:18548:18555 Halifax Springhill, Nova Scotia -0.0333423889393398495 +65728 aapg_af_785.html aapg_af_785.html:111:12114:12124 Rio Grande Mississippi River -0.464706706380762058 +65729 aapg_ae_687.html aapg_ae_687.html:176:21118:21146 Phosphoria Boise, Idaho 0.0403262658072725752 +65730 aapg_ad_2.html aapg_ad_2.html:708:101602:101609 Potsdam Saratoga Springs, New York -0.00861668517403405519 +65731 gsa_html_7040053075 gsa_html_7040053075:341:32476:32494 Monterey Puente Hills Mall -0.453234160803079433 +65732 aapg_af_302.html aapg_af_302.html:31:2864:2873 Lancaster Amarillo, Texas -0.476033304431228654 +65733 aapg_ah_387.html aapg_ah_387.html:2831:307211:307220 Knoxville Knoxville, Illinois -0.0523750246926542248 +65734 aapg_ai_411.html aapg_ai_411.html:117:11810:11818 Niobrara Benton, Arkansas -0.388478647091484164 +65735 cspg_html_9771826320 cspg_html_9771826320:231:39186:39204 Eureka Sound Ellesmere Island 0.701497286623590899 +65736 AMJC_html_3632105729 AMJC_html_3632105729:754:87980:87988 Virginia Reston, Virginia -0.479475427251918496 +65737 AMJC_html_9378277780 AMJC_html_9378277780:90:8665:8671 Oregon Reno, Nevada -0.0476429233409196642 +65738 gsa_html_8951179545 gsa_html_8951179545:324:37923:37943 Wilcox Laramide orogeny -0.440387442871438828 +65739 aapg_ai_491.html aapg_ai_491.html:630:70132:70137 Ouray Colorado -0.0212221131504006823 +65740 gsa_html_9052101586 gsa_html_9052101586:548:69138:69160 Peoria Peoria, Illinois -0.0327735084996737119 +65741 aapg_ah_529.html aapg_ah_529.html:45:6427:6444 El Paso New Mexico 0.100197804094478246 +65742 aapg_aa_934.html aapg_aa_934.html:54:8247:8251 Word Texas -0.43797158338019293 +65743 cspg_html_6032369756 cspg_html_6032369756:289:33629:33677 Kiskatinaw Grand Prairie, Texas -0.432466019139625568 +65744 aapg_ai_49.html aapg_ai_49.html:224:26578:26592 Woodside Cheyenne, Wyoming 0.359099536716550205 +65745 aapg_ah_505.html aapg_ah_505.html:1729:141990:141998 Colorado Colorado -0.0332814982379016425 +65746 palaios_html_1249829497 palaios_html_1249829497:82:10496:10512 Ripley Alabama -0.197861171124804225 +65747 gsa_html_1616304153 gsa_html_1616304153:579:52517:52532 Bond Modesto, California -0.0485211467780206906 +65748 palaios_html_4501603736 palaios_html_4501603736:546:46896:46900 Hall London, Ontario -0.462097962880594848 +65749 geology_html_4687032620 geology_html_4687032620:18:872:877 Cadiz Spain -0.451787799117909672 +65750 aapg_af_833.html aapg_af_833.html:264:28115:28133 Frontier Cheyenne, Wyoming -0.448753864703002991 +65751 cspg_html_7494952355 cspg_html_7494952355:215:36957:36977 Salina Ontario, California -0.497593421871512953 +65752 aapg_ai_31.html aapg_ai_31.html:332:32203:32212 Catahoula Texas -0.462398581950347165 +65753 palaios_html_5444521865 palaios_html_5444521865:738:63844:63848 Peel Cambridge -0.0208414480796128843 +65754 AMJC_html_1938223835 AMJC_html_1938223835:51:6583:6602 Seboomook Portland, Maine -0.473778404154942046 +65755 gsa_html_8886950186 gsa_html_8886950186:58:3719:3747 Green River Colorado -0.417439513760371694 +65756 palaios_html_5921824758 palaios_html_5921824758:458:37794:37802 Victoria Lacombe, Alberta -0.0529312233263838083 +65757 aapg_ai_81.html aapg_ai_81.html:173:17319:17336 Venango Venango, Pennsylvania -0.0391129188633264693 +65758 aapg_ai_144.html aapg_ai_144.html:5:639:647 Dunvegan Western world 0.000555897012734609666 +65759 cspg_html_8089302449 cspg_html_8089302449:698:112083:112102 Saskatchewan Manitoba -0.489913286480908206 +65760 aapg_af_880.html aapg_af_880.html:491:74105:74140 Baird Western world -0.465579516089382972 +65761 gsa_html_7635660482 gsa_html_7635660482:613:57484:57503 Morrison Kingdom of Asturias -0.0784096247774908606 +65762 gsa_html_6753732431 gsa_html_6753732431:17:1033:1062 Wood Canyon Mojave Desert -0.4597920302667165 +65763 aapg_af_131.html aapg_af_131.html:206:20604:20616 Barstow Delaware -0.474808096218428344 +65764 geology_html_6149597609 geology_html_6149597609:299:26929:26939 Washington Salem, Oregon 0.00347437438530184134 +65765 aapg_af_128.html aapg_af_128.html:228:22868:22873 Cassa Hartville, Missouri 0.0138968718938555121 +65766 aapg_ai_17.html aapg_ai_17.html:501:37614:37627 Cook Mountain Mt. Lebanon, Pennsylvania -0.432567436469128874 +65767 palaios_html_2158038376 palaios_html_2158038376:771:65982:65998 Viking Lacombe, Alberta 0.675521879872121533 +65768 gsa_html_9487992082 gsa_html_9487992082:1004:87431:87464 Colton Logan, Utah -0.0295851529329683692 +65769 cspg_html_5515814749 cspg_html_5515814749:285:36533:36538 Eagle Suffield, Connecticut -0.456344217050148659 +65770 aapg_ai_29.html aapg_ai_29.html:603:76250:76256 Lissie Beaumont, Texas -0.473856858113634927 +65771 aapg_ah_505.html aapg_ah_505.html:1425:113651:113671 Fox Hills Denver -0.0432323316549263759 +65772 aapg_ad_145.html aapg_ad_145.html:10:949:978 Weber Wasatch Range 0.00330065394967362811 +65773 geology_html_1021950961 geology_html_1021950961:260:22436:22448 Owens Valley Sierra Nevada (Spain) -0.0456498537875624916 +65774 aapg_ai_981.html aapg_ai_981.html:614:48608:48618 Rio Grande Nueces County, Texas -0.454089094007790295 +65775 sedimentology_html_7964187419 sedimentology_html_7964187419:898:81018:81035 Forest Victoria, British Columbia -0.455347020329573748 +65776 aapg_ae_308.html aapg_ae_308.html:3:160:179 Kinderhook Sedgwick County, Kansas -0.0668742008765395302 +65777 aapg_ad_2.html aapg_ad_2.html:721:103027:103039 Theresa Adirondack Park -0.00472517057507792094 +65778 aapg_ac_926.html aapg_ac_926.html:24:3638:3658 Bonny Gate Jamaica, Queens -0.468015132988553406 +65779 gsa_html_6991576096 gsa_html_6991576096:347:34445:34452 Sokoman Canada -0.441553207562292771 +65780 aapg_af_188.html aapg_af_188.html:224:24453:24478 Telegraph Creek Colorado -0.483995287789091233 +65781 aapg_ai_491.html aapg_ai_491.html:14:3436:3453 Hermosa Hermosa, Chicago -0.0303573786993141213 +65782 aapg_ae_391.html aapg_ae_391.html:484:45126:45134 Carlsbad Salado, Texas -0.466759861116235797 +65783 aapg_ai_975.html aapg_ai_975.html:102:13698:13720 Hosston County Sligo -0.435668138774596203 +65784 cspg_html_8767215556 cspg_html_8767215556:77:8864:8883 Waterways Swan Hill, Victoria -0.435838488044850259 +65785 gsa_html_8959359653 gsa_html_8959359653:74:5761:5789 Green River Colorado 0.0267036232242571329 +65786 cspg_html_8145657505 cspg_html_8145657505:72:12022:12052 Nisku Lacombe, Alberta -0.455211432419709627 +65787 aapg_ad_52.html aapg_ad_52.html:1123:122766:122783 Michigan Michigan -0.456391730122837791 +65788 aapg_aa_288.html aapg_aa_288.html:78:9393:9404 Mowry Aspen, Colorado -0.0300077841382245594 +65789 cspg_html_2498183035 cspg_html_2498183035:37:5313:5350 Swan Hills Lacombe, Alberta -0.0233880656689205678 +65790 aapg_ai_614.html aapg_ai_614.html:51:8438:8451 Brushy Canyon South Africa -0.423116197439436237 +65791 aapg_ai_773.html aapg_ai_773.html:50:7766:7779 Detroit River Michigan -0.472678482936493838 +65792 cspg_html_6116883777 cspg_html_6116883777:1373:184182:184197 Douro Canadian Arctic Archipelago -0.0403993849472303809 +65793 aapg_ae_658.html aapg_ae_658.html:371:47302:47318 Albert New Brunswick, New Jersey -0.0672971107192817247 +65794 gsa_html_1079290957 gsa_html_1079290957:1255:113990:114018 Green River Iran -0.0185419788860923702 +65795 gsa_html_7195000001 gsa_html_7195000001:208:24679:24691 Strand Fiord Banks Island -0.463253167093327645 +65796 aapg_ah_134.html aapg_ah_134.html:77:6854:6860 Paluxy Cotton Valley, Louisiana -0.0382077954989542418 +65797 aapg_aa_399.html aapg_aa_399.html:460:39929:39946 Belly River Colorado -0.0574626720141519567 +65798 aapg_ac_824.html aapg_ac_824.html:645:57598:57606 Colorado Colorado -0.489060307863409593 +65799 gsa_html_1248650603 gsa_html_1248650603:979:87595:87601 Casper Cheyenne, Wyoming -0.0156084863745100371 +65800 sedimentology_html_3865745685 sedimentology_html_3865745685:1815:119411:119420 Mackenzie Lacombe, Alberta -0.440247382693200906 +65801 aapg_ah_844.html aapg_ah_844.html:128:17427:17445 Tensleep Cheyenne, Wyoming -0.508545081019182943 +65802 aapg_ai_996.html aapg_ai_996.html:97:9397:9408 Hornerstown Navesink River -0.446011775932438015 +65803 gsa_html_4179834030 gsa_html_4179834030:344:37558:37569 Green River Logan, Utah -0.471962087320613732 +65804 cspg_html_9951421861 cspg_html_9951421861:509:64678:64702 Athabasca Lacombe, Alberta -0.48312719960823608 +65805 aapg_ah_645.html aapg_ah_645.html:527:64294:64301 Rierdon Williston, Vermont 0.00882516754170479915 +65806 aapg_ah_466.html aapg_ah_466.html:62:8157:8166 Jacalitos Fruitvale, British Columbia -0.476093453364925034 +65807 aapg_aa_109.html aapg_aa_109.html:31:4096:4113 Minturn Colorado -0.469024309212410007 +65808 aapg_af_490.html aapg_af_490.html:504:46362:46369 La Luna Netherlands -0.456479975332736432 +65809 aapg_ah_10.html aapg_ah_10.html:436:60086:60112 Monterey California 0.0320046076467277729 +65810 cspg_html_2498183035 cspg_html_2498183035:172:19741:19751 Swan Hills Swan Hill, Victoria -0.0398318560820373618 +65811 gsa_html_1783148177 gsa_html_1783148177:496:53279:53292 Marble Canyon Hunter Mountain (ski area) -0.507380013179488221 +65812 aapg_ai_145.html aapg_ai_145.html:89:11575:11584 Hay River Fall Creek Falls State Park -0.478535310781285639 +65813 cspg_html_2758185645 cspg_html_2758185645:39:7061:7078 Shunda Western world 0.568056427790827989 +65814 aapg_ac_246.html aapg_ac_246.html:1274:107909:107929 Lakota Cheyenne, Wyoming -0.478284785297837578 +65815 aapg_aa_16.html aapg_aa_16.html:157:15995:16017 Iron Springs Logan, Utah -0.486323858371827678 +65816 aapg_ac_635.html aapg_ac_635.html:226:23544:23550 Forbes Anchorage, Alaska 0.0261872029471060912 +65817 aapg_ae_473.html aapg_ae_473.html:409:38017:38024 Wiggins Hinds County, Mississippi -0.489006291184516995 +65818 gsa_html_1783148177 gsa_html_1783148177:482:51816:51840 Mt Lytton Black Mountains, Wales -0.0196404059622709952 +65819 aapg_ac_646.html aapg_ac_646.html:150:13068:13076 Colorado Denver -0.486401118306284352 +65820 gsa_html_3646882130 gsa_html_3646882130:384:37479:37485 Oregon Salem, Oregon -0.0615398000659245978 +65821 gsa_html_9299329909 gsa_html_9299329909:301:37808:37818 Santa Cruz Northern Mariana Islands -0.0271922402503122773 +65822 aapg_af_786.html aapg_af_786.html:99:10863:10882 Tantoyuca Mexico -0.485495508601457515 +65823 aapg_ah_358.html aapg_ah_358.html:655:42331:42341 San Andres Wichita, Kansas -0.483047901936257684 +65824 aapg_af_652.html aapg_af_652.html:84:9256:9266 Minnekahta Spearfish, South Dakota -0.422105971765849297 +65825 aapg_ah_221.html aapg_ah_221.html:86:8087:8101 Mission Canyon Red River of the North -0.601113305601679304 +65826 gsa_html_5272671610 gsa_html_5272671610:407:41637:41678 Osgood Reno, Nevada -0.466810220907495799 +65827 aapg_ae_220.html aapg_ae_220.html:215:23628:23647 Smackover Arkansas -0.0139698521433335547 +65828 aapg_ad_380.html aapg_ad_380.html:286:27151:27159 Colorado Denver -0.0494674389497957237 +65829 cspg_html_1009749092 cspg_html_1009749092:551:64517:64525 Columbia Lacombe, Alberta -0.0709858367369760879 +65830 aapg_af_854.html aapg_af_854.html:212:26749:26775 Sweetland Creek Missouri River -0.082127492843560676 +65831 gsa_html_1569131616 gsa_html_1569131616:102:10343:10355 Rio San Juan Hispaniola -0.287484534984643436 +65832 cspg_html_4293350162 cspg_html_4293350162:66:10183:10204 Mount Head Victoria, British Columbia 0.0284721166530199944 +65833 aapg_ae_959.html aapg_ae_959.html:2309:164225:164232 Rustler Salado, Texas -0.42653659632637092 +65834 cspg_html_2175627313 cspg_html_2175627313:87:10672:10680 Grayling Victoria, British Columbia -0.0838911043394959255 +65835 aapg_ae_658.html aapg_ae_658.html:94:12020:12028 Colorado Newcastle, New South Wales -0.0616410638413136674 +65836 sedimentology_html_4044191708 sedimentology_html_4044191708:111:8939:8947 Grayburg Artesia, New Mexico -0.00100408928942736001 +65837 cspg_html_9905904289 cspg_html_9905904289:13:2358:2365 Eastend Regina, Saskatchewan -0.0548494850698933514 +65838 aapg_aa_644.html aapg_aa_644.html:409:36975:36984 East Fork Turkey Creek, Louisiana -0.452003931056544739 +65839 aapg_ai_974.html aapg_ai_974.html:648:67926:67930 Tyee Coos Bay -0.225335885571741057 +65840 gsa_html_4216613284 gsa_html_4216613284:313:36121:36132 Green River Logan, Utah -0.429978093202176226 +65841 gsa_html_2575244827 gsa_html_2575244827:101:11176:11199 Fort Thompson Biscayne Bay -0.04677525052422285 +65842 aapg_ac_807.html aapg_ac_807.html:295:29636:29642 Auburn Closter, New Jersey -0.444536590280039667 +65843 sedimentology_html_6282709960 sedimentology_html_6282709960:746:52513:52521 Colorado Siskiyou County, California -0.0685205836641246541 +65844 aapg_ah_871.html aapg_ah_871.html:22:3202:3219 Black River Quebec City -0.425818261082402505 +65845 aapg_ai_696.html aapg_ai_696.html:544:62368:62372 Elko Reno, Nevada 0.325819128688476733 +65846 aapg_ae_871.html aapg_ae_871.html:353:57362:57382 Greenhorn Niobrara, Nebraska 0.649956897064103867 +65847 cspg_html_3783878189 cspg_html_3783878189:7:671:688 Mt Lytton Porcupine River (Ontario) -0.517359251936504783 +65848 gsa_html_5894524520 gsa_html_5894524520:445:56050:56056 Oregon Corvallis, Oregon -0.006663945278057983 +65849 cspg_html_8109044701 cspg_html_8109044701:27:3533:3540 Shuswap Fraser River (Colorado) -0.474863540124580097 +65850 aapg_ad_440.html aapg_ad_440.html:525:49184:49210 Denmar Rich Creek, Virginia -0.0715944562659604766 +65851 cspg_html_9987144175 cspg_html_9987144175:384:42876:42898 Eureka Sound Melville Island (Canada) -0.0286947163144904982 +65852 gsa_html_7875871937 gsa_html_7875871937:712:64757:64773 Nisku Lacombe, Alberta -0.0318915382493003205 +65853 gsa_html_9866042258 gsa_html_9866042258:79:7863:7871 Columbia Victoria, British Columbia 0.0173219599396432673 +65854 cspg_html_7409170811 cspg_html_7409170811:507:66679:66691 Rundle Lacombe, Alberta -0.448969278215303857 +65855 cspg_html_4924970281 cspg_html_4924970281:495:66132:66152 Clearwater Lacombe, Alberta -0.455188836413653375 +65856 palaios_html_5600528347 palaios_html_5600528347:510:51341:51362 Green River Cheyenne, Wyoming -0.421983856501260468 +65857 aapg_ai_321.html aapg_ai_321.html:162:22665:22672 Esquias Matagalpa -0.0524220993978513419 +65858 aapg_ae_415.html aapg_ae_415.html:850:105167:105182 Tampa Suwannee County, Florida -0.468198533701609299 +65859 aapg_ai_46.html aapg_ai_46.html:437:35385:35395 Wellington Stillwater, Oklahoma -0.0194353152309463539 +65860 cspg_html_5375461731 cspg_html_5375461731:211:24675:24697 Logan Cohasset, Massachusetts -0.114614281398856016 +65861 aapg_ae_233.html aapg_ae_233.html:19:2870:2889 Blufftown Chattahoochee River National Recreation Area -0.0292147099429476073 +65862 aapg_ac_985.html aapg_ac_985.html:11:1165:1174 Uniontown Kentucky -0.106914533613010301 +65863 aapg_ai_962.html aapg_ai_962.html:209:14879:14903 Cherry Canyon West Texas -0.447153316157111791 +65864 gsa_html_8347407449 gsa_html_8347407449:818:72936:72941 Simla Netherlands -0.0312427146313614852 +65865 geology_html_1481269821 geology_html_1481269821:40:4248:4253 Crete Santorini -0.0419054197993560459 +65866 cspg_html_7310162886 cspg_html_7310162886:484:69160:69186 Shublik Middle East -0.0255351835335731921 +65867 gsa_html_9843343868 gsa_html_9843343868:750:63290:63300 Florissant Colorado -0.0519827474069236295 +65868 cspg_html_4659384530 cspg_html_4659384530:39:5389:5410 Slave Point Great Slave Lake -0.463150573567572499 +65869 aapg_af_75.html aapg_af_75.html:17:1463:1468 Atoka Meramec River -0.0083213368469432069 +65870 aapg_ae_797.html aapg_ae_797.html:144:16962:16969 Paradox Colorado 0.409502571306355312 +65871 geology_html_3872542987 geology_html_3872542987:18:750:762 Rhode Island Newport, Rhode Island -0.0781889568375554733 +65872 gsa_html_7999545108 gsa_html_7999545108:1094:128339:128356 Onaping Ames, Iowa -0.16932668090572045 +65873 aapg_af_912.html aapg_af_912.html:45:5442:5457 Eutaw Tuscaloosa, Alabama -0.00508998959117516313 +65874 sedimentology_html_7103111053 sedimentology_html_7103111053:7224:101571:101605 Serpent Canada -0.458720680358492616 +65875 aapg_ac_617.html aapg_ac_617.html:144:19415:19433 Oakville Navasota Independent School District 0.904318654321803916 +65876 aapg_ai_414.html aapg_ai_414.html:87:7892:7907 Maquoketa Richmond, California -0.236808686522651746 +65877 aapg_ah_533.html aapg_ah_533.html:134:17557:17563 Oregon Douglas County, Colorado -0.463579265049131273 +65878 aapg_af_237.html aapg_af_237.html:445:44742:44751 Vicksburg West Columbia, West Virginia -0.46927678392355654 +65879 cspg_html_3328007773 cspg_html_3328007773:19:2501:2521 Bow Island Lacombe, Alberta -0.44951252529713398 +65880 aapg_ae_939.html aapg_ae_939.html:415:18108:18126 Admiral Pueblo, Colorado -0.48322516565543927 +65881 cspg_html_7310162886 cspg_html_7310162886:80:11312:11321 Neruokpuk Anchorage, Alaska -0.450932780647085085 +65882 cspg_html_4298557570 cspg_html_4298557570:34:4660:4668 Edmonton Edmonton, London -0.487692158362934725 +65883 cspg_html_8089302449 cspg_html_8089302449:257:43779:43809 Dawson Bay Regina, Saskatchewan -0.00382529052751042712 +65884 cspg_html_9780523405 cspg_html_9780523405:974:112787:112797 Pine Point Canada -0.45421548506785292 +65885 cspg_html_3102530088 cspg_html_3102530088:312:37006:37013 Pakowki Regina, Saskatchewan -0.449703411954729404 +65886 gsa_html_7808051457 gsa_html_7808051457:788:77442:77450 Colorado Colorado -0.076928189394647864 +65887 sedimentology_html_2883226039 sedimentology_html_2883226039:27:1601:1607 Guelph Canada -0.0594415674270635172 +65888 aapg_ah_411.html aapg_ah_411.html:100:11746:11762 Dakota Colorado -0.387427053875289751 +65889 gsa_html_8505456484 gsa_html_8505456484:64:4704:4732 Green River Iran -0.00972860319356922895 +65890 sedimentology_html_2139169476 sedimentology_html_2139169476:312:32635:32644 Peninsula Korea -0.454540571750530975 +65891 aapg_af_130.html aapg_af_130.html:150:27186:27193 Sly Gap Alamogordo, New Mexico -0.0539356294315417248 +65892 aapg_af_397.html aapg_af_397.html:177:21553:21560 Todilto San Juan, Argentina 1.00847047838474602 +65893 aapg_ak_93.html aapg_ak_93.html:5:459:472 Santa Barbara California -0.0171829308693467256 +65894 gsa_html_6179372774 gsa_html_6179372774:30:2830:2858 Green River Colorado 0.0136084280561302121 +65895 cspg_html_4176605708 cspg_html_4176605708:41:5734:5765 Colorado Western Canadian Sedimentary Basin -0.492258100446082036 +65896 geology_html_7725117438 geology_html_7725117438:297:22711:22717 Jordan Andes -0.490195451192383946 +65897 cspg_html_3124360347 cspg_html_3124360347:164:30300:30305 Joins Antelope Valley Freeway -0.435661502416701596 +65898 aapg_ad_880.html aapg_ad_880.html:105:12600:12615 Stump Cheyenne, Wyoming 0.0216966522714720049 +65899 sedimentology_html_6132952052 sedimentology_html_6132952052:85:5633:5637 Hall London, Ontario -0.481766159765426027 +65900 aapg_ad_466.html aapg_ad_466.html:127:12543:12560 Matawan Matawan, New Jersey -0.0731390571048582405 +65901 sedimentology_html_1253431842 sedimentology_html_1253431842:2639:115386:115389 Rye Netherlands -0.545003888735479558 +65902 gsa_html_1538463681 gsa_html_1538463681:553:47982:47998 Morita Mexico -0.463362613223226583 +65903 aapg_af_471.html aapg_af_471.html:249:29159:29168 Hartselle Illinois 0.00179624453777558709 +65904 aapg_ai_974.html aapg_ai_974.html:25:4000:4010 Washington Salem, Oregon -0.497081127157615599 +65905 cspg_html_7985076717 cspg_html_7985076717:146:17173:17193 Weatherall Banks Island -0.0264393249899875019 +65906 aapg_af_11.html aapg_af_11.html:380:38447:38455 Colorado Ouray, Colorado -0.0131340660726573313 +65907 aapg_ah_318.html aapg_ah_318.html:143:22223:22232 Huizachal Matamoros, Tamaulipas -0.488806694061501346 +65908 cspg_html_9590907762 cspg_html_9590907762:6:405:433 Winnipegosis Williston Basin -0.00984327149097449609 +65909 gsa_html_5293445820 gsa_html_5293445820:72:7073:7093 Mt Lytton Anchorage, Alaska -0.0390380689308100493 +65910 aapg_ae_845.html aapg_ae_845.html:135:14362:14374 Rockwell Ohio -0.013877758051455481 +65911 geology_html_6738351295 geology_html_6738351295:282:28385:28397 San Fernando California -0.0394819549454150931 +65912 aapg_af_653.html aapg_af_653.html:973:115599:115606 Temblor Monterey, California -0.470292003998596664 +65913 cspg_html_2784057671 cspg_html_2784057671:530:63231:63237 Sustut Victoria, British Columbia -0.0299260395523841712 +65914 aapg_ai_334.html aapg_ai_334.html:146:16468:16490 Todos Santos Guatemala 0.848566890465165979 +65915 cspg_html_8227554214 cspg_html_8227554214:94:11821:11843 Hillsborough Hillsborough, California -0.494708722782586374 +65916 aapg_ad_318.html aapg_ad_318.html:129:18211:18228 Salina Ohio -0.411974897386515992 +65917 gsa_html_4675111395 gsa_html_4675111395:29:2796:2824 Green River Colorado -0.0135788887974534252 +65918 cspg_html_3926269712 cspg_html_3926269712:17:2657:2679 Goldenville Bridgetown, Nova Scotia -0.441459714368856782 +65919 aapg_ae_473.html aapg_ae_473.html:387:35770:35777 Carrizo Texas -0.454764136650290418 +65920 aapg_ai_105.html aapg_ai_105.html:556:66885:66902 Oquirrh Des Moines, Washington -0.462261924354454456 +65921 palaios_html_8113714689 palaios_html_8113714689:440:44073:44081 Colorado Colorado -0.0633453418880029068 +65922 aapg_ah_90.html aapg_ah_90.html:223:35020:35032 Dakota Aspen, Colorado 0.0139020847622993767 +65923 aapg_ad_147.html aapg_ad_147.html:142:12700:12717 Dakota San Juan, Argentina -0.237120928626499416 +65924 aapg_ai_49.html aapg_ai_49.html:138:15066:15072 Casper Cheyenne, Wyoming -0.441553207562292771 +65925 cspg_html_5484260516 cspg_html_5484260516:804:62549:62568 Lodgepole Savoy Hotel -0.00326243548975702329 +65926 aapg_ad_960.html aapg_ad_960.html:98:10738:10752 Monterey Salinas, California -0.446669666957771216 +65927 gsa_html_1215126126 gsa_html_1215126126:29:2796:2824 Green River New Mexico -0.0155250750483416668 +65928 palaios_html_4880574501 palaios_html_4880574501:570:51328:51347 Bellevue Columbus, Ohio -0.074218626882596575 +65929 cspg_html_3860685167 cspg_html_3860685167:908:83399:83419 Mount Head Lacombe, Alberta -0.0193049620802523206 +65930 aapg_ae_873.html aapg_ae_873.html:220:26198:26218 Fredericksburg Paluxy, Texas -0.459022435464294998 +65931 cspg_html_5697056884 cspg_html_5697056884:145:14874:14889 Deadwood Regina, Saskatchewan -0.446052041434467972 +65932 cspg_html_8212454185 cspg_html_8212454185:83:11615:11632 Cardium Mississippian culture -0.433546895631176765 +65933 cspg_html_7412849391 cspg_html_7412849391:6:450:468 Edmonton Regina, Saskatchewan -0.466666016428022079 +65934 cspg_html_2471870619 cspg_html_2471870619:321:41001:41031 Exshaw Lacombe, Alberta -0.441517589995484405 +65935 aapg_ae_428.html aapg_ae_428.html:658:54457:54462 Tampa Melbourne, Florida -0.473649201225758321 +65936 aapg_ae_419.html aapg_ae_419.html:1607:119139:119146 El Abra Matamoros, Tamaulipas -0.506417969655151956 +65937 aapg_ai_49.html aapg_ai_49.html:242:28951:28958 Todilto Kayenta, Arizona -0.0561402516224212972 +65938 aapg_ah_97.html aapg_ah_97.html:136:16978:16987 Red River Black River, Jamaica -0.437647872469164423 +65939 aapg_af_598.html aapg_af_598.html:154:12770:12781 Holdenville Seminole, Texas -0.461271782333034175 +65940 cspg_html_7918236174 cspg_html_7918236174:575:57060:57068 Montreal Canada -0.00369847415980369305 +65941 cspg_html_3102530088 cspg_html_3102530088:184:22203:22223 Milk River Lacombe, Alberta -0.462143504710773534 +65942 gsa_html_6450008436 gsa_html_6450008436:829:75012:75022 South Park Colorado -0.492470301114008024 +65943 cspg_html_7817594878 cspg_html_7817594878:153:23523:23534 Fort Norman Mackenzie River -0.0708686679907450101 +65944 aapg_ae_526.html aapg_ae_526.html:73:6792:6801 Smackover Cotton Valley, Louisiana -0.0195726214963804213 +65945 aapg_af_483.html aapg_af_483.html:51:6872:6884 El Plan Rosario, Cavite -0.457514673015389395 +65946 cspg_html_5139035315 cspg_html_5139035315:569:59941:59972 Green River Colorado -0.0405891491966653695 +65947 aapg_ai_491.html aapg_ai_491.html:456:58045:58060 Weber Colorado 0.00657881861281526918 +65948 aapg_af_653.html aapg_af_653.html:733:82556:82564 Vaqueros Monterey, California -0.0566182466220960107 +65949 AMJC_html_8128063878 AMJC_html_8128063878:662:83487:83495 Columbia California -0.461001107058420345 +65950 cspg_html_1225021992 cspg_html_1225021992:46:5214:5233 Dunvegan River Torrens 0.00724767451713446368 +65951 aapg_ac_187.html aapg_ac_187.html:2009:197838:197859 Skaneateles Moscow -0.450784359288809666 +65952 aapg_ai_957.html aapg_ai_957.html:200:22313:22319 Lissie Beaumont, Texas -0.00985717070177309293 +65953 aapg_aa_544.html aapg_aa_544.html:82:10763:10779 Casper Cheyenne, Wyoming 0.00060280083765856514 +65954 aapg_ah_750.html aapg_ah_750.html:111:15450:15458 San Jose Feria de San Telmo 0.000350909960469292584 +65955 aapg_ah_612.html aapg_ah_612.html:139:13062:13068 Viking Lacombe, Alberta 0.0259994183633270558 +65956 geology_html_4386567919 geology_html_4386567919:63:7471:7487 Tesnus West, Texas -0.500830957900678664 +65957 gsa_html_3432892843 gsa_html_3432892843:69:4703:4731 Green River Colorado 0.0111202834467513927 +65958 aapg_aa_934.html aapg_aa_934.html:293:33104:33110 Blaine New Mexico -0.389619959755421852 +65959 aapg_aa_775.html aapg_aa_775.html:371:38244:38263 Vicksburg Mexico -0.064966254466043899 +65960 cspg_html_1893593837 cspg_html_1893593837:8:412:437 Red Head Rapids Churchill River (Atlantic) -0.0130645631501062637 +65961 aapg_ah_746.html aapg_ah_746.html:442:41650:41654 Hall Big Bend (Texas) 0.112852449105824995 +65962 cspg_html_4694482219 cspg_html_4694482219:6:410:437 Horseshoe Canyon Lacombe, Alberta -0.284643733737720506 +65963 aapg_aa_718.html aapg_aa_718.html:88:8801:8812 Monongahela Ohio -0.0373723706496873684 +65964 aapg_ai_154.html aapg_ai_154.html:218:25998:26003 Danby Ellisburg (village), New York -0.498091786153227578 +65965 sedimentology_html_1338997515 sedimentology_html_1338997515:147:13340:13346 Holder Sacramento Mountains (California) -0.123746252372459731 +65966 aapg_ai_11.html aapg_ai_11.html:228:27926:27946 Bonner Springs Wyandotte, Michigan -0.0421753136565895317 +65967 cspg_html_3026112034 cspg_html_3026112034:775:75623:75647 Basal Calgary -0.472512577150688062 +65968 aapg_af_994.html aapg_af_994.html:346:60821:60837 Forbes Central Valley (California) 0 +65969 cspg_html_6702053097 cspg_html_6702053097:539:67468:67491 Wallace Quebec City -0.454041701910604445 +65970 gsa_html_5495469347 gsa_html_5495469347:685:59574:59582 Colorado Colorado -0.0345393934196406502 +65971 sedimentology_html_9699563254 sedimentology_html_9699563254:609:52456:52471 Mesaverde Mancos, Colorado -0.436965343294064001 +65972 aapg_ah_339.html aapg_ah_339.html:353:32829:32835 Camden Benton County, Indiana -0.00486067457957646467 +65973 cspg_html_2013109828 cspg_html_2013109828:28:4529:4537 Columbia Lacombe, Alberta -0.010750205891597751 +65974 cspg_html_6383234409 cspg_html_6383234409:463:47333:47352 Hecla Bay Bathurst Island (Northern Territory) 0.946804465286931074 +65975 aapg_ae_876.html aapg_ae_876.html:614:65422:65430 Woodside Logan, Utah 0.0159282324715774928 +65976 aapg_ai_503.html aapg_ai_503.html:361:40001:40007 Neahga Lockport (city), New York -0.464405306663695727 +65977 aapg_ah_876.html aapg_ah_876.html:639:79637:79651 Rodessa Alabama 0.267490564813086806 +65978 aapg_ae_3.html aapg_ae_3.html:239:33904:33912 Doughnut Uinta Mountains -0.483715163479877641 +65979 aapg_aa_702.html aapg_aa_702.html:2071:179685:179693 Colorado Denver -0.010750205891597751 +65980 aapg_ad_190.html aapg_ad_190.html:18:3558:3565 Cypress Illinois -0.424217090203684033 +65981 palaios_html_6973830442 palaios_html_6973830442:305:26185:26202 Entrada Logan, Utah -0.463271407180362194 +65982 aapg_ah_550.html aapg_ah_550.html:132:16358:16374 Tehama Central Valley (California) -0.489885075161781369 +65983 aapg_ac_807.html aapg_ac_807.html:945:90831:90844 Potomac Maryland -0.00998573864189263374 +65984 aapg_af_922.html aapg_af_922.html:69:9580:9587 Waverly Kentucky -0.439391917689554934 +65985 aapg_ai_584.html aapg_ai_584.html:1239:126076:126090 Converse Nebraska -0.51791589182937825 +65986 gsa_html_8794167975 gsa_html_8794167975:962:98028:98036 Temporal Republic of China -0.480695619561815057 +65987 gsa_html_5924250698 gsa_html_5924250698:1073:101787:101804 Entrada New Mexico -0.478767343423892489 +65988 sedimentology_html_8344884381 sedimentology_html_8344884381:1000:91479:91501 Castle Hayne Charleston, South Carolina -0.0456028204416603147 +65989 cspg_html_4516258038 cspg_html_4516258038:256:26505:26518 Parry Islands Melville Island (Canada) -0.488956974601549299 +65990 cspg_html_4069214675 cspg_html_4069214675:648:66660:66686 Gilwood Canada -0.0333423889393398495 +65991 geology_html_8362064551 geology_html_8362064551:355:25044:25056 Rockwell Sea of Marmara -0.0117822633156925947 +65992 aapg_aa_610.html aapg_aa_610.html:533:56519:56537 Niobrara Cape Verde -0.490195451192383946 +65993 aapg_ae_278.html aapg_ae_278.html:1130:121039:121043 Java Sumatra -0.0118656633091786638 +65994 aapg_ai_49.html aapg_ai_49.html:815:103422:103432 Purgatoire Colorado 0.0399833098271603696 +65995 palaios_html_3796939457 palaios_html_3796939457:587:47886:47904 Woodbine Texas -0.457582637906406409 +65996 gsa_html_4650354985 gsa_html_4650354985:1092:90192:90223 Minturn Colorado -0.488956974601549299 +65997 aapg_ae_839.html aapg_ae_839.html:35:3376:3382 Paluxy Rodessa, Louisiana -0.00404765387058536857 +65998 aapg_ac_617.html aapg_ac_617.html:117:15159:15168 Catahoula Oakville, California -0.453495743339231705 +65999 cspg_html_1976603247 cspg_html_1976603247:49:6319:6326 Moncton New Brunswick, New Jersey -0.451767539383647998 +66000 aapg_ai_760.html aapg_ai_760.html:774:81613:81630 Bedford Gulf of Maine -0.44255997020698512 +66001 jgeology_html_8907302911 jgeology_html_8907302911:560:44385:44391 Oxford Pergamon Museum -0.46105569042928074 +66002 aapg_ah_260.html aapg_ah_260.html:137:18370:18394 Cedar Mountain Indianola, Iowa 0.0369894907800667264 +66003 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135402:135421 Kaskapau Lacombe, Alberta -0.130308745197719705 +66004 aapg_ac_491.html aapg_ac_491.html:213:37372:37387 Taman Mexico -0.489932094547215424 +66005 aapg_ad_812.html aapg_ad_812.html:63:8189:8205 Navajo Kayenta, Arizona -0.495723634298967097 +66006 AMJC_html_9500753417 AMJC_html_9500753417:448:60366:60386 Caldwell Quebec City -0.486457311735010611 +66007 gsa_html_3860045860 gsa_html_3860045860:1122:103075:103084 Fullerton Pacific coast 0.00255018452536458695 +66008 aapg_ae_73.html aapg_ae_73.html:635:87279:87287 San Luis New Mexico -0.426107282258057218 +66009 cspg_html_8288455892 cspg_html_8288455892:491:50704:50719 Bluff Grand Cayman -0.506250146542552182 +66010 aapg_ac_744.html aapg_ac_744.html:230:24697:24720 Trujillo Rio de Janeiro -0.476033304431228654 +66011 cspg_html_5241714595 cspg_html_5241714595:178:26726:26741 Elk Lacombe, Alberta -0.0950257131635070668 +66012 aapg_af_143.html aapg_af_143.html:20:2398:2409 Port Orford Salem, Oregon -0.0641173157526796905 +66013 cspg_html_1662483356 cspg_html_1662483356:426:43416:43424 Columbia Victoria, British Columbia -0.456844361180692826 +66014 aapg_ac_363.html aapg_ac_363.html:460:49057:49067 Kern River Bakersfield, California -0.491131969162477144 +66015 cspg_html_9717154602 cspg_html_9717154602:423:51317:51324 Bearpaw Bow River -0.0689173964984060861 +66016 aapg_ah_302.html aapg_ah_302.html:595:58849:58863 Frio Brazoria County, Texas -0.0101247315019664351 +66017 geology_html_6745194930 geology_html_6745194930:11:499:509 Washington Seattle -0.0609008291312744185 +66018 sedimentology_html_9699563254 sedimentology_html_9699563254:157:11723:11752 Mesaverde Colorado -0.00793912421120361589 +66019 gsa_html_8279040833 gsa_html_8279040833:784:59219:59224 Stump Antarctica -0.0274826364360333635 +66020 sedimentology_html_8244664857 sedimentology_html_8244664857:621:53920:53927 Hampton Bolivia -0.465705253187009671 +66021 aapg_ah_618.html aapg_ah_618.html:98:7823:7831 Tensleep Little Cottonwood Creek -0.431086943566786673 +66022 aapg_ac_505.html aapg_ac_505.html:68:10205:10216 Amherstburg West Branch, Iowa -0.0176486817607870612 +66023 aapg_ad_169.html aapg_ad_169.html:82:11106:11119 Maccrady Greenbrier (Great Smoky Mountains) 0.0147517959743398014 +66024 gsa_html_9843405750 gsa_html_9843405750:1350:129381:129402 Green River Cheyenne, Wyoming -0.464450966712688929 +66025 aapg_ac_198.html aapg_ac_198.html:220:19216:19228 Austin Chalk Austin, Chicago -0.00243726702917233546 +66026 jgeology_html_9629010327 jgeology_html_9629010327:761:68376:68382 Sierra Stanislaus River -0.0466271631232556896 +66027 aapg_ac_333.html aapg_ac_333.html:285:37674:37678 Rico Colorado -0.0421683485517513057 +66028 aapg_ad_441.html aapg_ad_441.html:539:39457:39468 Reclamation Sacramento, California -0.448408411516637184 +66029 aapg_ac_222.html aapg_ac_222.html:592:67409:67417 Colorado Phoenix, Arizona -0.452003931056544739 +66030 cspg_html_7779401416 cspg_html_7779401416:24:2685:2694 Allegheny Michigan -0.464610795373413321 +66031 aapg_ai_29.html aapg_ai_29.html:672:85151:85169 Anacacho Texas -0.0457038553664062958 +66032 cspg_html_5406272225 cspg_html_5406272225:11:1096:1127 Elk Canada -0.473746101631411953 +66033 cspg_html_3501550466 cspg_html_3501550466:752:97350:97383 Saskatchewan Regina, Saskatchewan -0.484079342907875299 +66034 aapg_ak_87.html aapg_ak_87.html:471:59441:59461 Horquilla Mogollon, New Mexico -0.490195451192383946 +66035 aapg_ai_249.html aapg_ai_249.html:134:20475:20490 Coban Maya Mountain -0.486682122398052641 +66036 aapg_af_789.html aapg_af_789.html:56:7952:7960 Virginia Greenbrier County Schools -0.0541379230032217468 +66037 gsa_html_7040053075 gsa_html_7040053075:635:67770:67789 Duarte San Gabriel Mountains -0.452909542628234352 +66038 cspg_html_8414893458 cspg_html_8414893458:9:964:972 Columbia Victoria, British Columbia -0.460946527021081187 +66039 aapg_ai_275.html aapg_ai_275.html:132:16250:16273 Raritan North Carolina -0.109808079743535611 +66040 sedimentology_html_7770460326 sedimentology_html_7770460326:133:13768:13772 Kent Maidstone -0.028972971193404428 +66041 cspg_html_7262483221 cspg_html_7262483221:5:292:296 Bell Western Canadian Sedimentary Basin -0.453180049702502807 +66042 geology_html_9622075409 geology_html_9622075409:98:7465:7475 Santa Cruz California -0.466741549175746284 +66043 aapg_ai_17.html aapg_ai_17.html:255:22613:22628 Indio Texas 0.0164478291242488549 +66044 geology_html_1626776709 geology_html_1626776709:286:26248:26254 Oxford Antarctica -0.0116206764451377564 +66045 geology_html_4373172446 geology_html_4373172446:325:23456:23461 Stark Republic of China -0.477454856949792728 +66046 cspg_html_2161417858 cspg_html_2161417858:114:14950:14962 Exshaw Lacombe, Alberta -0.00832481152182470464 +66047 aapg_ae_67.html aapg_ae_67.html:366:30856:30864 Colorado Colorado -0.463697875765281653 +66048 aapg_ae_115.html aapg_ae_115.html:488:39388:39392 Wise Cheyenne, Wyoming -0.0255351835335731921 +66049 gsa_html_4179834030 gsa_html_4179834030:315:36180:36191 Green River Logan, Utah -0.42435479065966919 +66050 cspg_html_6715452766 cspg_html_6715452766:96:13392:13413 Strathcona Fiord Ellesmere Island -0.461390086357821749 +66051 aapg_ae_350.html aapg_ae_350.html:61:6400:6427 Lewisville Lewisville, Texas -0.461271782333034175 +66052 aapg_ai_145.html aapg_ai_145.html:12:1348:1368 Nikanassin Lacombe, Alberta -0.0490160622596066617 +66053 cspg_html_2703495345 cspg_html_2703495345:196:28318:28324 Denver Colorado -0.488724520608411594 +66054 aapg_aa_679.html aapg_aa_679.html:309:27287:27292 Mt Lytton Anchorage, Alaska -0.483047901936257684 +66055 gsa_html_4543270561 gsa_html_4543270561:989:86867:86880 Santa Barbara California -0.437953842888147871 +66056 gsa_html_9216496168 gsa_html_9216496168:1184:108603:108611 Colorado California -0.00537142262393446989 +66057 jgeology_html_9413634903 jgeology_html_9413634903:84:3536:3542 Dayton Ohio -0.432227951733042737 +66058 aapg_ah_10.html aapg_ah_10.html:470:61705:61723 Monterey Kern County, California -0.0530811776943903371 +66059 aapg_ae_959.html aapg_ae_959.html:1621:117617:117633 Whitehorse Nashville Basin -0.444916336311243943 +66060 aapg_aa_736.html aapg_aa_736.html:29:3418:3433 Coldwater Sunbury, Pennsylvania -0.466718659783226908 +66061 AMJC_html_2890539371 AMJC_html_2890539371:306:35608:35626 Prichard Washington (state) 0.428361145685369094 +66062 aapg_af_900.html aapg_af_900.html:247:32987:32995 Big Hill Shreveport, Louisiana -0.0566566272640218263 +66063 cspg_html_8549221170 cspg_html_8549221170:50:5600:5605 Swift Colorado -0.358611408630430895 +66064 geology_html_6476658393 geology_html_6476658393:345:26269:26275 Walker Colorado 0.00285245641142386911 +66065 gsa_html_9417870342 gsa_html_9417870342:22:915:924 San Diego Yuma, Arizona -0.474888953093082877 +66066 geology_html_5972436991 geology_html_5972436991:15:1090:1096 Oregon Newport, Rhode Island -0.0373723706496873684 +66067 cspg_html_9613906024 cspg_html_9613906024:34:3885:3896 Slave Point Lacombe, Alberta -0.470510360514459824 +66068 aapg_ae_370.html aapg_ae_370.html:483:45089:45114 Pittsburg Bluff Columbia Country -0.0470470415347230275 +66069 aapg_aa_37.html aapg_aa_37.html:269:33908:33918 Phosphoria Boise, Idaho 0.310798121424673557 +66070 cspg_html_6383234409 cspg_html_6383234409:529:54182:54211 Bird Fiord Bathurst Island (Northern Territory) -0.47254944238616009 +66071 cspg_html_2498183035 cspg_html_2498183035:337:37817:37827 Bonneterre Missouri River -0.268998039288774582 +66072 geology_html_4966808147 geology_html_4966808147:13:754:764 Washington Seattle -0.435738929516159335 +66073 gsa_html_5902364273 gsa_html_5902364273:864:63257:63285 Green River Colorado -0.01912594516902133 +66074 gsa_html_2561127673 gsa_html_2561127673:539:50975:51001 Sulphur Mountain Henderson, Nevada -0.0168284107080514181 +66075 geology_html_5045588189 geology_html_5045588189:216:23265:23269 Hall Norwell, Massachusetts -0.0754682041308947227 +66076 gsa_html_8241338635 gsa_html_8241338635:319:31077:31087 Long Point Blue Ridge Mountains -0.0300077841382245594 +66077 sedimentology_html_2767426262 sedimentology_html_2767426262:983:62815:62823 Montreal Montreal -0.426510306242507076 +66078 gsa_html_1419461902 gsa_html_1419461902:936:80316:80338 Mifflintown Maryland -0.437098264428985472 +66079 aapg_ai_278.html aapg_ai_278.html:642:80957:80976 Cayo Coco Cayo Coco -0.470567831774721834 +66080 aapg_ae_499.html aapg_ae_499.html:508:53792:53804 Dakota Colorado 0.00515947912724753696 +66081 sedimentology_html_6084996636 sedimentology_html_6084996636:71:10223:10234 Green River Logan, Utah -0.013877758051455481 +66082 aapg_ah_678.html aapg_ah_678.html:490:58751:58781 Vicksburg Houston -0.436832441054611387 +66083 sedimentology_html_8230868664 sedimentology_html_8230868664:237:19711:19727 Navajo Colorado -0.449575401198261781 +66084 cspg_html_4287356899 cspg_html_4287356899:1591:223009:223025 Yukon Calgary -0.466718659783226908 +66085 aapg_ai_974.html aapg_ai_974.html:632:65924:65934 Washington Salem, Oregon -0.453495743339231705 +66086 cspg_html_5375448448 cspg_html_5375448448:486:49989:50013 Kaskapau Lacombe, Alberta -0.00865143216571868413 +66087 aapg_aa_156.html aapg_aa_156.html:382:37345:37353 Michigan Ohio -0.0409860998014640113 +66088 aapg_ac_866.html aapg_ac_866.html:375:47302:47329 Catahoula Texas -0.456344217050148659 +66089 aapg_aa_15.html aapg_aa_15.html:44:5633:5651 Whitsett Whitsett, North Carolina -0.04677525052422285 +66090 aapg_af_602.html aapg_af_602.html:675:84317:84327 San Marcos Mexico -0.494139109891835016 +66091 gsa_html_5147030878 gsa_html_5147030878:304:26979:26992 San Sebastian Venezuela -0.02166536358211529 +66092 gsa_html_7151930388 gsa_html_7151930388:458:39616:39622 Sonora Chihuahua (state) -0.0379467177170490291 +66093 sedimentology_html_9355085746 sedimentology_html_9355085746:1140:50201:50211 Rio Grande South America -0.0332519228723545321 +66094 aapg_ai_816.html aapg_ai_816.html:163:25352:25358 Hertha Mound City, Missouri -0.0159490856269059456 +66095 aapg_ah_519.html aapg_ah_519.html:3:268:297 Burro Canyon Dolores, Colorado -0.0731985412745507769 +66096 aapg_ah_469.html aapg_ah_469.html:280:24960:24974 Kosciusko Mississippi River 0.307835886681221027 +66097 palaios_html_6409863909 palaios_html_6409863909:21:1442:1473 Kope Cincinnati 0.00238862567180727833 +66098 gsa_html_8128037381 gsa_html_8128037381:487:61432:61443 Devils Hole Reno, Nevada -0.0395916240677814321 +66099 aapg_aa_484.html aapg_aa_484.html:143:12397:12405 Wolfcamp Texas -0.0088338543289246535 +66100 gsa_html_3445493534 gsa_html_3445493534:740:76145:76163 Monterey California -0.0156223882901486526 +66101 gsa_html_4724832228 gsa_html_4724832228:942:94078:94106 Green River Colorado -0.0213629091377398328 +66102 aapg_ah_644.html aapg_ah_644.html:396:47539:47557 Sundance Regina, Saskatchewan -0.0045966157065965357 +66103 gsa_html_1679507393 gsa_html_1679507393:112:10227:10243 Bighorn Dolomite Absaroka -0.219071477277841958 +66104 aapg_ah_978.html aapg_ah_978.html:256:26122:26139 San Joaquin San Joaquin River -0.414029473757679178 +66105 aapg_ah_83.html aapg_ah_83.html:417:52130:52150 Bear River Boise, Idaho -0.509719019143331509 +66106 cspg_html_7817594878 cspg_html_7817594878:394:57564:57570 Denver Colorado -0.0389092587749327867 +66107 aapg_ad_757.html aapg_ad_757.html:102:11657:11663 Wilcox Decorah, Iowa -0.43491631701600808 +66108 gsa_html_7199417381 gsa_html_7199417381:513:51073:51081 Loveland Peoria, Illinois -0.431959095961468531 +66109 aapg_ai_117.html aapg_ai_117.html:107:9890:9898 Colorado Colorado -0.0659568396857683342 +66110 aapg_ac_807.html aapg_ac_807.html:326:33257:33265 Patapsco Delaware -0.021507182733615033 +66111 cspg_html_1124814558 cspg_html_1124814558:147:18258:18282 Cold Lake Middle East 0.601870012423831091 +66112 gsa_html_4719798013 gsa_html_4719798013:383:38971:39005 Blackwater Draw Muleshoe National Wildlife Refuge -0.453130450697368015 +66113 aapg_ad_691.html aapg_ad_691.html:97:11394:11403 Red River Brazos River -0.432346977926754639 +66114 geology_html_1575703686 geology_html_1575703686:11:471:481 Washington Vancouver -0.49339517418577894 +66115 geology_html_4658814755 geology_html_4658814755:13:572:578 Reston Virginia -0.474842748246669499 +66116 aapg_ae_268.html aapg_ae_268.html:54:5593:5610 Renault Monroe County, Florida -0.0100934580634963432 +66117 gsa_html_8086754950 gsa_html_8086754950:365:37053:37072 Rock Springs Cheyenne, Wyoming -0.104999744001501583 +66118 palaios_html_9948623145 palaios_html_9948623145:508:53321:53337 Esopus Canadian Arctic Archipelago -0.462193603410137988 +66119 aapg_ad_440.html aapg_ad_440.html:551:52551:52558 Taggard Maple Grove, Minnesota -0.02660103319374214 +66120 gsa_html_4883039712 gsa_html_4883039712:725:71873:71893 Chucunaque Darien, Georgia -0.450586501765938174 +66121 cspg_html_9778753186 cspg_html_9778753186:130:19026:19043 Livingstone Moose Mountain (Alberta) -0.0174019020564647256 +66122 cspg_html_2161417858 cspg_html_2161417858:378:42842:42872 Bakken Williston Basin -0.437647872469164423 +66123 aapg_ae_876.html aapg_ae_876.html:1111:113956:113967 Grand River Logan, Utah 0.00186225759184010619 +66124 aapg_ae_959.html aapg_ae_959.html:3056:230952:230975 Brushy Canyon Delaware -0.067774233200589562 +66125 aapg_aa_302.html aapg_aa_302.html:367:44650:44655 Loray Kaibab, Arizona -0.064253556896579106 +66126 aapg_ad_683.html aapg_ad_683.html:377:39040:39048 Michigan University of California Museum of Paleontology -0.486735992068403789 +66127 aapg_ad_318.html aapg_ad_318.html:72:11344:11356 Salina Fort Wayne (Detroit) -0.01810053933590966 +66128 aapg_aa_357.html aapg_aa_357.html:523:46110:46116 Navajo Emery Theatre -0.057787211363986013 +66129 cspg_html_9343899465 cspg_html_9343899465:2058:182823:182840 Beverley Inlet Ellesmere Island -0.488759736831659075 +66130 aapg_ad_959.html aapg_ad_959.html:82:8599:8603 Kope Kentucky 0.00423874779133452326 +66131 gsa_html_7542416588 gsa_html_7542416588:28:1147:1153 Denver Colorado -0.489913286480908206 +66132 AMJC_html_4670647492 AMJC_html_4670647492:1000:69933:69941 Scotland London, Ontario -0.459919224612040101 +66133 cspg_html_1645105717 cspg_html_1645105717:31:4523:4546 Logan Mississauga -0.46279500750727276 +66134 sedimentology_html_9986829348 sedimentology_html_9986829348:1063:78888:78896 Columbia Victoria, British Columbia -0.478586352630804512 +66135 sedimentology_html_3490195740 sedimentology_html_3490195740:570:44450:44469 Red River Richland County, Illinois 0.917274800446813532 +66136 geology_html_2705128271 geology_html_2705128271:69:6126:6160 Pocatello Boise, Idaho -0.495818327103384027 +66137 aapg_ae_324.html aapg_ae_324.html:835:84080:84101 Beekmantown Knoxville, Tennessee -0.00486067457957646467 +66138 AMJC_html_9113252962 AMJC_html_9113252962:184:24100:24116 Hoosac Washington (state) -0.452382285720717148 +66139 aapg_ac_367.html aapg_ac_367.html:31:4279:4289 Ironton Wisconsin -0.0633034276252869288 +66140 gsa_html_9310053579 gsa_html_9310053579:647:58566:58576 Washington Seattle -0.443701699352459789 +66141 cspg_html_9343899465 cspg_html_9343899465:316:34688:34701 Ibbett Bay Melville Island (Canada) -0.420787509362551382 +66142 sedimentology_html_3141058446 sedimentology_html_3141058446:800:38957:38962 Price Sellwood Bridge 0.028633848846508738 +66143 aapg_ae_324.html aapg_ae_324.html:1127:113093:113101 Moccasin Knoxville, Tennessee -0.236862903917762296 +66144 gsa_html_5064963350 gsa_html_5064963350:816:82180:82188 Columbia Victoria, British Columbia -0.417500283370627168 +66145 geology_html_6752696169 geology_html_6752696169:210:19645:19656 Green River Logan, Utah -0.238662449912783015 +66146 cspg_html_6255491344 cspg_html_6255491344:231:33438:33456 Kootenay Victoria, British Columbia -0.0164009085472750712 +66147 geology_html_1574115242 geology_html_1574115242:260:23226:23237 Green River Uinta Mountains -0.47735290933611807 +66148 aapg_ae_876.html aapg_ae_876.html:699:74298:74304 Pueblo Colorado -0.00802946509668115739 +66149 gsa_html_8549650339 gsa_html_8549650339:75:6960:6971 San Antonio Balcones Fault -0.0506631068321719905 +66150 aapg_ac_333.html aapg_ac_333.html:24:3485:3499 Yeso Colorado Plateau -0.426503733834695087 +66151 aapg_ae_364.html aapg_ae_364.html:203:15572:15578 Sierra Guayaquil -0.0195500267274268287 +66152 aapg_ai_409.html aapg_ai_409.html:169:19473:19478 Tokio Arkansas -0.0179232709792312463 +66153 aapg_aa_654.html aapg_aa_654.html:17:3635:3641 Sandia Sangre de Cristo Range 0.0303138962556724068 +66154 geology_html_6209572524 geology_html_6209572524:350:27794:27800 Oregon Salem, Oregon -0.456391730122837791 +66155 aapg_ac_587.html aapg_ac_587.html:450:52294:52310 Chinle Logan, Utah -0.206908131150409902 +66156 aapg_ai_720.html aapg_ai_720.html:154:18685:18698 Elk Raritan River -0.0114886275572314532 +66157 gsa_html_5158209975 gsa_html_5158209975:513:44754:44761 Prairie Saucier, Mississippi -0.471754879498828661 +66158 geology_html_4318757553 geology_html_4318757553:298:21306:21314 Colorado Gunnison County, Colorado -0.456561440120662909 +66159 aapg_aa_357.html aapg_aa_357.html:383:35660:35677 Dolores Chinle Formation -0.00729110700735253591 +66160 aapg_aa_913.html aapg_aa_913.html:409:31091:31098 El Abra Mexico -0.0385036919951944542 +66161 aapg_ai_197.html aapg_ai_197.html:651:71655:71660 Cadiz Spain -0.427711626546922574 +66162 geology_html_4965715689 geology_html_4965715689:71:6450:6466 Noonday Dolomite Badwater Basin -0.204917201506072344 +66163 sedimentology_html_6473571818 sedimentology_html_6473571818:151:17929:17952 Kingston Peak California -0.0198420227136738916 +66164 aapg_ae_446.html aapg_ae_446.html:335:34627:34648 San Andres New Mexico -0.434580403200599208 +66165 aapg_ak_76.html aapg_ak_76.html:141:20924:20941 Aymamon Aguadilla, Puerto Rico -0.452238132024570194 +66166 gsa_html_2667366192 gsa_html_2667366192:685:61252:61256 Hall Los Angeles -0.0440369350634172291 +66167 sedimentology_html_2601136107 sedimentology_html_2601136107:1494:91753:91772 Wabamun Canada -0.424391951314652904 +66168 gsa_html_3566869311 gsa_html_3566869311:379:33252:33268 Latah Fishing Lake -0.455658949817136283 +66169 aapg_af_792.html aapg_af_792.html:108:12664:12673 Catahoula Oakville, California -0.427672143055296883 +66170 palaios_html_3609052527 palaios_html_3609052527:15:730:765 Fort Thompson Melbourne, Florida -0.48108644546321655 +66171 aapg_ai_584.html aapg_ai_584.html:439:43073:43085 Cassa Hartville, Missouri -0.442595627901035182 +66172 aapg_ah_505.html aapg_ah_505.html:1463:117652:117665 Fountain Colorado Springs, Colorado -0.488724520608411594 +66173 aapg_ac_940.html aapg_ac_940.html:814:71509:71518 Tuscarora Juniata County School District -0.0316445288569785835 +66174 cspg_html_2758185645 cspg_html_2758185645:311:29059:29069 Mount Head Western world -0.465558942626108085 +66175 cspg_html_5345848475 cspg_html_5345848475:82:11483:11497 Colorado Lacombe, Alberta -0.0234350035564931981 +66176 cspg_html_8260944839 cspg_html_8260944839:113:14154:14181 Twilight Gneiss Stony Creek Metropark -0.0530497916352297219 +66177 aapg_ai_249.html aapg_ai_249.html:83:12901:12907 Sierra Santa Rosa, California -0.457555451333636842 +66178 gsa_html_5107598462 gsa_html_5107598462:560:53655:53665 Waynesboro Salina, Kansas -0.0162966409406991447 +66179 geology_html_8366774762 geology_html_8366774762:39:3244:3259 Lance Campania -0.440247382693200906 +66180 aapg_ad_466.html aapg_ad_466.html:1173:125150:125157 Magothy Delaware 0.0206415586769715005 +66181 cspg_html_9361096527 cspg_html_9361096527:6:427:449 Judith River Regina, Saskatchewan -0.200463608232106238 +66182 jgeology_html_8265681594 jgeology_html_8265681594:154:9489:9498 Peninsula Korea -0.513250925147667791 +66183 cspg_html_9354781888 cspg_html_9354781888:244:29745:29752 Success Calgary -0.474808096218428344 +66184 aapg_ad_760.html aapg_ad_760.html:173:19553:19565 Modelo Royal Botanic Gardens, Kew -0.0610055739368401337 +66185 aapg_ac_807.html aapg_ac_807.html:284:28477:28496 New Egypt Red Bank, New Jersey -0.463307888475886887 +66186 gsa_html_9579641184 gsa_html_9579641184:392:37550:37566 Beluga Cook Inlet -0.461026124022890449 +66187 aapg_af_575.html aapg_af_575.html:397:53896:53918 Wapsipinicon Sheffield station -0.440254051746647612 +66188 aapg_ah_978.html aapg_ah_978.html:221:22696:22713 San Joaquin Tulare, California -0.0569532124128039746 +66189 jgeology_html_4305195651 jgeology_html_4305195651:2298:161946:161964 Catskill Pennsylvania -0.423085635093811196 +66190 aapg_ae_59.html aapg_ae_59.html:605:48653:48661 Colorado Middle East -0.0419054197993560459 +66191 AMJC_html_4144856313 AMJC_html_4144856313:219:25804:25816 Tuscan Costa Rica -0.493659609592116133 +66192 aapg_ai_583.html aapg_ai_583.html:317:38081:38089 Sundance Cheyenne, Wyoming -0.0343567026836881298 +66193 cspg_html_4287356899 cspg_html_4287356899:2648:296759:296765 Oregon China -0.0354024312234924934 +66194 cspg_html_1925276454 cspg_html_1925276454:560:57073:57082 Cold Lake Lacombe, Alberta -0.0120637391733475121 +66195 palaios_html_3422917437 palaios_html_3422917437:638:46388:46411 Lincoln Creek Washington (state) -0.0165121278486362495 +66196 cspg_html_6985536436 cspg_html_6985536436:740:96693:96711 Beaufort Western world 1.32916148169261694 +66197 aapg_af_854.html aapg_af_854.html:551:74988:75004 Warsaw Kentucky -0.0293207981584643999 +66198 cspg_html_9343899465 cspg_html_9343899465:1605:130836:130857 Bathurst Banks Island -0.0128491051493607039 +66199 aapg_ac_333.html aapg_ac_333.html:156:19674:19692 Toroweap Grand Canyon 0.41716175818439355 +66200 aapg_ah_974.html aapg_ah_974.html:302:28919:28937 Oakville Western world -0.00729110700735253591 +66201 sedimentology_html_2359041650 sedimentology_html_2359041650:685:68025:68030 Crete Crete -0.470188590895520009 +66202 aapg_ai_958.html aapg_ai_958.html:91:8965:8973 Oakville Brazos River -0.484079342907875299 +66203 geology_html_3573540187 geology_html_3573540187:353:28099:28105 Active Chile -0.458695727712452594 +66204 aapg_ae_415.html aapg_ae_415.html:969:121841:121860 Catahoula Mississippi River -0.0969881867967479633 +66205 cspg_html_2471870619 cspg_html_2471870619:460:54029:54051 Tidal Lacombe, Alberta -0.469506369220983932 +66206 cspg_html_4915680223 cspg_html_4915680223:6:382:401 Allen Bay Douro DOC -0.153431597651559282 +66207 aapg_ai_80.html aapg_ai_80.html:335:34376:34385 Hermitage Utica, New York 0.695662826626942565 +66208 gsa_html_3510629601 gsa_html_3510629601:862:78317:78330 Santa Barbara California 1.03630835107517805 +66209 geology_html_5021862237 geology_html_5021862237:241:19387:19392 Stark Republic of China -0.464450966712688929 +66210 aapg_ae_185.html aapg_ae_185.html:218:19081:19104 Cotton Valley Cotton Valley, Louisiana -0.448484669177164286 +66211 aapg_aa_960.html aapg_aa_960.html:246:20149:20156 Entrada Colorado -0.427711626546922574 +66212 aapg_af_18.html aapg_af_18.html:179:21005:21021 Fall River Black Hills 1.07776468794470781 +66213 aapg_ac_629.html aapg_ac_629.html:408:51978:51985 Anahuac Saratoga, California 0.952133045229016872 +66214 aapg_ae_961.html aapg_ae_961.html:343:27093:27101 Niobrara Niobrara, Nebraska -0.458534686411798065 +66215 cspg_html_1841843683 cspg_html_1841843683:110:20031:20039 Sundance Cheyenne, Wyoming -0.00590649599379846572 +66216 cspg_html_4915680223 cspg_html_4915680223:256:28958:28977 Allen Bay Ellesmere Island -0.219626579206764927 +66217 cspg_html_4072152826 cspg_html_4072152826:206:25401:25418 Mistaya Mons -0.472040378581138065 +66218 cspg_html_7086537250 cspg_html_7086537250:82:8023:8046 Besa River Canada -0.462225485866077257 +66219 gsa_html_7800798612 gsa_html_7800798612:1167:74384:74388 Hall London, Ontario -0.473676885959420813 +66220 aapg_af_18.html aapg_af_18.html:117:14085:14091 Lakota Fall River, Nova Scotia 0.0442842525178795549 +66221 gsa_html_7199417381 gsa_html_7199417381:245:27482:27499 White River Cheyenne, Wyoming -0.0345376534934891677 +66222 aapg_ah_157.html aapg_ah_157.html:144:18692:18709 Potsdam Adirondack Mountains -0.465460653780432054 +66223 cspg_html_9157093462 cspg_html_9157093462:470:51833:51863 Doig Lacombe, Alberta -0.485954043848796258 +66224 aapg_ai_144.html aapg_ai_144.html:439:38977:38984 Cardium Colorado -0.456391730122837791 +66225 aapg_aa_995.html aapg_aa_995.html:555:43038:43047 Minnelusa Hartville, Missouri -0.446078886082885928 +66226 aapg_ai_82.html aapg_ai_82.html:369:40621:40635 Maccrady Ohio -0.0276304452324186781 +66227 cspg_html_6206575791 cspg_html_6206575791:76:10111:10140 Atoka Atoka, Oklahoma -0.0263019613963844621 +66228 aapg_ae_843.html aapg_ae_843.html:115:10708:10715 Garland Big Horn Mountains -0.476672020857479173 +66229 aapg_ae_959.html aapg_ae_959.html:1654:120201:120211 San Andres San Angelo, Texas -0.0277886893642299709 +66230 aapg_ae_182.html aapg_ae_182.html:20:2554:2562 Bellevue Bossier Parish, Louisiana -0.449541717141150321 +66231 aapg_aa_73.html aapg_aa_73.html:95:9108:9114 Putnam Jackson, Mississippi -0.452909542628234352 +66232 aapg_ae_886.html aapg_ae_886.html:3:185:211 Todilto New Mexico -0.440280728439214952 +66233 aapg_aa_261.html aapg_aa_261.html:110:15624:15648 Surrett Canyon Great Basin 0.401449460901774802 +66234 cspg_html_5141367518 cspg_html_5141367518:272:39488:39510 Willow Creek Fort Union Trading Post National Historic Site -0.448282824521055501 +66235 aapg_ae_885.html aapg_ae_885.html:230:22900:22914 Yeso New Mexico -0.000538525226563065168 +66236 gsa_html_8063253461 gsa_html_8063253461:75:5330:5358 Green River Colorado 0.0278043399827988778 +66237 gsa_html_3826887876 gsa_html_3826887876:728:68864:68872 Columbia Charleston, South Carolina -0.0331684163736417556 +66238 aapg_ac_451.html aapg_ac_451.html:153:16482:16501 Matanuska Kenai, Alaska -0.0754436996377327307 +66239 aapg_ah_611.html aapg_ah_611.html:89:6386:6397 San Joaquin Ventura County, California 0.00314256858309431165 +66240 cspg_html_2175627313 cspg_html_2175627313:532:66684:66701 Montney Pangaea -0.457614356613462614 +66241 aapg_ai_592.html aapg_ai_592.html:255:41467:41488 Green River Uinta Mountains -0.432752661482583012 +66242 aapg_aa_233.html aapg_aa_233.html:250:26298:26316 Kiamichi Texas -0.471395835230941529 +66243 aapg_aa_784.html aapg_aa_784.html:24:2560:2574 Chainman Yucca Mountain -0.485336482309537631 +66244 gsa_html_5865982995 gsa_html_5865982995:1347:142222:142250 Green River Sevier orogeny 1.08615875623101332 +66245 geology_html_2888478969 geology_html_2888478969:169:13409:13417 Michigan Colorado -0.00771327274469656935 +66246 cspg_html_8840748783 cspg_html_8840748783:56:10128:10147 Kaskapau Victoria, British Columbia -0.030023437417361392 +66247 aapg_ae_74.html aapg_ae_74.html:450:42380:42386 Carmel Arizona -0.469028899015838996 +66248 cspg_html_6546794930 cspg_html_6546794930:37:3276:3285 Keg River Bonaire 0.334445110330793882 +66249 geology_html_1201526836 geology_html_1201526836:25:2431:2437 Brazil India -0.018225670847461909 +66250 aapg_ah_290.html aapg_ah_290.html:299:34020:34030 Washington Columbia River Basalt Group -0.424269545188154129 +66251 aapg_ah_696.html aapg_ah_696.html:345:47721:47769 Rockwell Washington (state) -0.44961357796588941 +66252 sedimentology_html_2865738906 sedimentology_html_2865738906:562:33186:33207 Lake Valley New Mexico -0.456355529459316345 +66253 aapg_aa_521.html aapg_aa_521.html:175:25101:25114 Chemung Gartland -0.42773794978433255 +66254 aapg_ai_153.html aapg_ai_153.html:95:16105:16114 Allegheny Monongahela, Pennsylvania -0.0285260271643415532 +66255 aapg_ae_471.html aapg_ae_471.html:12:1747:1755 Dorcheat Lafayette County, Florida -0.00229308019174294993 +66256 aapg_aa_158.html aapg_aa_158.html:693:59569:59577 Humboldt Reno, Nevada -0.246411123525744818 +66257 cspg_html_6252417471 cspg_html_6252417471:176:26024:26050 Kanguk Banks Island -0.431133173871068531 +66258 aapg_ae_594.html aapg_ae_594.html:264:29988:30004 Eagle Del Rio, Tennessee -0.502757556583302234 +66259 aapg_af_788.html aapg_af_788.html:213:18430:18451 Detroit River Tuscola County, Michigan -0.0181770085033734277 +66260 aapg_ae_535.html aapg_ae_535.html:523:54451:54458 Chignik Anchorage, Alaska -0.27609482821405934 +66261 cspg_html_6675007047 cspg_html_6675007047:660:66793:66812 Athabasca Lacombe, Alberta -0.462166276497962936 +66262 aapg_ac_134.html aapg_ac_134.html:631:88695:88703 Temporal North Sea oil -0.484161071054726611 +66263 aapg_aa_785.html aapg_aa_785.html:393:42967:42975 Moosebar Victoria, British Columbia -0.0240556397080989269 +66264 aapg_ai_583.html aapg_ai_583.html:125:17450:17464 Sundance Powder River Basin -0.0217296792824245993 +66265 aapg_ad_152.html aapg_ad_152.html:1806:234885:234900 Loray Gold Hill, Colorado -0.247748927162158628 +66266 cspg_html_2175627313 cspg_html_2175627313:94:11658:11666 Columbia Lacombe, Alberta -0.439098796420780313 +66267 cspg_html_5456368738 cspg_html_5456368738:247:32579:32595 Rock River Lake Winnipegosis -0.0539548121915135528 +66268 aapg_ah_157.html aapg_ah_157.html:175:24155:24162 Ironton Galesville, Maryland -0.0431173943944666571 +66269 aapg_ah_370.html aapg_ah_370.html:99:6850:6880 Traverse Michigan -0.418959896003603949 +66270 sedimentology_html_3704214524 sedimentology_html_3704214524:458:33097:33101 Hall London, Ontario -0.0394819549454150931 +66271 aapg_ae_305.html aapg_ae_305.html:1389:131557:131562 Colon Maracaibo -0.418529603382018334 +66272 aapg_ad_192.html aapg_ad_192.html:221:25726:25736 Tuscaloosa Tuscaloosa, Alabama -0.407682998505227157 +66273 geology_html_4032147846 geology_html_4032147846:12:537:547 Washington Seattle -0.453130450697368015 +66274 aapg_ac_719.html aapg_ac_719.html:46:4686:4698 Pierre New Mexico -0.353364212757203977 +66275 aapg_ah_97.html aapg_ah_97.html:134:16698:16706 Glenogle Iowa -0.444295421139491553 +66276 cspg_html_1503116552 cspg_html_1503116552:90:14084:14105 Beaverhill Lacombe, Alberta -0.0272061513057389563 +66277 sedimentology_html_9079273526 sedimentology_html_9079273526:726:70922:70940 Willwood Cheyenne, Wyoming -0.488743302412917968 +66278 cspg_html_7757695996 cspg_html_7757695996:62:9274:9280 Lisbon Cascais Aerodrome -0.0245580774074933041 +66279 cspg_html_6163998187 cspg_html_6163998187:56:8005:8022 Cadomin Canada -0.436810292517708865 +66280 sedimentology_html_1157284082 sedimentology_html_1157284082:782:61509:61515 Sierra Spain -0.0623586879950740192 +66281 gsa_html_8662622130 gsa_html_8662622130:743:68666:68675 Eel River California -0.468015132988553406 +66282 aapg_ad_834.html aapg_ad_834.html:315:34261:34269 Richmond Texas 0.0143851483004796468 +66283 aapg_ad_122.html aapg_ad_122.html:138:12087:12100 Venango Pleasantville, Venango County, Pennsylvania -0.00130809596842944883 +66284 aapg_ae_794.html aapg_ae_794.html:46:7484:7504 Tuscaloosa Selma to Montgomery marches 0.0393914353477890847 +66285 aapg_ai_877.html aapg_ai_877.html:308:36161:36175 Elk Gilmer County, Georgia -0.45644603384473742 +66286 cspg_html_9729377176 cspg_html_9729377176:613:81483:81502 Pardonet Western Canadian Sedimentary Basin -0.44721379024503416 +66287 aapg_aa_259.html aapg_aa_259.html:119:9685:9718 Beaverhill Swan Hill, Victoria -0.01912594516902133 +66288 aapg_aa_548.html aapg_aa_548.html:100:10816:10827 Boggy Winslow, Arizona -0.471432653520514666 +66289 gsa_html_3445493534 gsa_html_3445493534:654:69760:69778 Monterey California -0.4462802459552766 +66290 aapg_ai_524.html aapg_ai_524.html:42:5021:5030 Bidahochi Pueblo, Colorado -0.089972700631958516 +66291 sedimentology_html_2139169476 sedimentology_html_2139169476:490:46544:46553 Peninsula Korea -0.486483068290992582 +66292 aapg_ac_628.html aapg_ac_628.html:270:43304:43325 Price North Horn Formation 0.00810590751999957886 +66293 cspg_html_6611173979 cspg_html_6611173979:483:40883:40902 Waterways Lacombe, Alberta -0.455536877615232372 +66294 aapg_af_541.html aapg_af_541.html:269:31257:31264 Mohawk Middle East -0.0123938684119111291 +66295 aapg_ae_69.html aapg_ae_69.html:148:17021:17026 Weber Vernal, Utah -0.466219818123899288 +66296 aapg_ae_295.html aapg_ae_295.html:172:19283:19289 Taylor Austin, Chicago -0.511145392267911225 +66297 gsa_html_3392872323 gsa_html_3392872323:14:404:431 Francisco Oakland, California -0.47601017133294582 +66298 gsa_html_4067269733 gsa_html_4067269733:871:83891:83906 Bouse Arizona -0.0690240339091396371 +66299 sedimentology_html_2601136107 sedimentology_html_2601136107:1107:74495:74501 Banner Burlington, Ontario -0.473903010792736112 +66300 cspg_html_8809756626 cspg_html_8809756626:97:16490:16495 Leduc Lacombe, Alberta 0.739569695306806052 +66301 aapg_ad_599.html aapg_ad_599.html:66:7288:7298 Washington Coshocton, Ohio -0.423083452106315594 +66302 aapg_ac_246.html aapg_ac_246.html:1295:108973:108992 Newcastle Cheyenne, Wyoming -0.0128247793458777584 +66303 cspg_html_2860054419 cspg_html_2860054419:303:34205:34222 Wilcox Texas -0.465835581370964813 +66304 cspg_html_9354781888 cspg_html_9354781888:1519:95662:95669 Halfway Victoria, British Columbia -0.498070421610056713 +66305 aapg_af_221.html aapg_af_221.html:68:7549:7563 Columbia Saratoga, California -0.4597920302667165 +66306 aapg_ae_71.html aapg_ae_71.html:422:37820:37824 Elko Reno, Nevada -0.21364066679231386 +66307 aapg_af_854.html aapg_af_854.html:1018:143321:143338 Cypress Illinois -0.491162576381923288 +66308 aapg_aa_351.html aapg_aa_351.html:62:6999:7014 Viola Richmond, California -0.0416442398946082412 +66309 cspg_html_6383234409 cspg_html_6383234409:661:66413:66430 Prince Alfred Bay Devon Island -0.502757556583302234 +66310 palaios_html_3112927242 palaios_html_3112927242:419:27693:27712 Tuscarora Juniata County School District -0.452882496357985831 +66311 palaios_html_9133125241 palaios_html_9133125241:425:53749:53763 Kope Utica, New York -0.474888953093082877 +66312 aapg_ae_845.html aapg_ae_845.html:193:21411:21417 Dakota Nebraska -0.438519487168151922 +66313 aapg_ai_357.html aapg_ai_357.html:25:3573:3590 Edwards Uvalde, Texas -0.0544099822313272238 +66314 aapg_aa_667.html aapg_aa_667.html:76:7580:7587 Rustler Delaware -0.439223139625051329 +66315 aapg_ac_486.html aapg_ac_486.html:706:90919:90927 Colorado Colorado -0.492258100446082036 +66316 aapg_ai_704.html aapg_ai_704.html:645:67694:67707 Oceanic El Paso, Texas -0.470567831774721834 +66317 cspg_html_6591133539 cspg_html_6591133539:123:17282:17301 Maquoketa Cheyenne, Wyoming -0.0399972367301592718 +66318 aapg_ac_832.html aapg_ac_832.html:143:18064:18089 Stony Mountain New Mexico -0.391690623302325847 +66319 aapg_af_265.html aapg_af_265.html:49:4708:4718 Washington Netherlands 0.013787401887184414 +66320 aapg_af_130.html aapg_af_130.html:153:27599:27635 Caloso New Mexico -0.479447557264900015 +66321 gsa_html_5107598462 gsa_html_5107598462:670:63143:63160 Prairie Regina, Saskatchewan -0.452977161832460395 +66322 sedimentology_html_2139169476 sedimentology_html_2139169476:94:8081:8090 Peninsula Korea -0.483281151267174081 +66323 aapg_ad_808.html aapg_ad_808.html:803:52581:52594 Gypsum Spring Cheyenne, Wyoming -0.476172115937115059 +66324 aapg_ah_253.html aapg_ah_253.html:42:7033:7052 Minnelusa Cheyenne, Wyoming -0.414133289004417537 +66325 cspg_html_2482892781 cspg_html_2482892781:18:2640:2647 Madison Williston, Vermont -0.4506269691264706 +66326 aapg_ai_399.html aapg_ai_399.html:28:4393:4402 Morehouse Mound City, Missouri -0.00425264554680848412 +66327 cspg_html_4530154552 cspg_html_4530154552:107:17082:17099 Montney Lacombe, Alberta -0.014941203695627946 +66328 AMJC_html_5426926529 AMJC_html_5426926529:776:77023:77041 Moretown Western Massachusetts -0.266205675261033559 +66329 cspg_html_6306091047 cspg_html_6306091047:18:3006:3025 Pardonet Canada -0.0527882465150959351 +66330 gsa_html_8003826422 gsa_html_8003826422:13:506:514 San Jose California -0.0489515820397514803 +66331 aapg_aa_787.html aapg_aa_787.html:190:21064:21080 Rustler Salado, Texas -0.476218391360906934 +66332 aapg_ai_581.html aapg_ai_581.html:277:24763:24780 Judith River Stanton, California -0.022564066972144893 +66333 aapg_ad_564.html aapg_ad_564.html:4789:374567:374573 Bakken Regina, Saskatchewan 0.0879293437965523172 +66334 palaios_html_9133125241 palaios_html_9133125241:454:59217:59241 Rochester Germany -0.015097596462230729 +66335 aapg_ae_838.html aapg_ae_838.html:25:2494:2501 Rapides Mississippi River -0.0312827215063834832 +66336 aapg_ae_791.html aapg_ae_791.html:200:17707:17728 Beacon Flat Little Humboldt River -0.0408537810405160198 +66337 gsa_html_4175379013 gsa_html_4175379013:418:46234:46245 Uncompahgre San Juan, Argentina -0.458695727712452594 +66338 AMJC_html_1873062106 AMJC_html_1873062106:507:65359:65383 Cedar Mountain Mogollon, New Mexico -0.0212221131504006823 +66339 aapg_ad_683.html aapg_ad_683.html:493:49961:49976 Supai Kaibab, Arizona -0.457514673015389395 +66340 aapg_ai_553.html aapg_ai_553.html:145:18032:18040 Wolfcamp Anderson Ranch Dam -0.448753864703002991 +66341 cspg_html_9493908895 cspg_html_9493908895:47:4608:4625 Cardium Grand Prairie, Texas -0.478836965338604204 +66342 aapg_ae_92.html aapg_ae_92.html:19:2596:2612 Ireton Lacombe, Alberta -0.00806073698202901257 +66343 aapg_ad_2.html aapg_ad_2.html:828:117222:117230 Antietam Hagerstown, Maryland -0.0681640008898087846 +66344 aapg_ae_876.html aapg_ae_876.html:1154:115348:115358 San Miguel Colorado -0.00771674737466516297 +66345 aapg_ah_174.html aapg_ah_174.html:262:34057:34076 San Pedro San Pedro de Atacama 0.00816497675122986391 +66346 aapg_ai_154.html aapg_ai_154.html:34:3224:3232 Onondaga Pennsylvania -0.454034931813569353 +66347 aapg_ah_456.html aapg_ah_456.html:62:5866:5874 Montreal Montreal -0.455310861563052449 +66348 aapg_aa_105.html aapg_aa_105.html:392:40774:40782 Kootenay Middle East 0.0314462292461591339 +66349 cspg_html_3008745251 cspg_html_3008745251:45:7609:7619 Road River Middle Ordovician -0.450649451770273157 +66350 sedimentology_html_5376758741 sedimentology_html_5376758741:985:83067:83087 Beck Spring Dolomite California -0.517524502610378967 +66351 gsa_html_3648258377 gsa_html_3648258377:101:9664:9683 Navesink Merchantville, New Jersey -0.47495364399168194 +66352 palaios_html_2376163646 palaios_html_2376163646:263:29464:29484 Hell Creek Williston Basin -0.416376659595793952 +66353 sedimentology_html_4236052766 sedimentology_html_4236052766:1205:68477:68482 Piper California -0.459737523933718362 +66354 aapg_ah_775.html aapg_ah_775.html:25:4033:4039 Sierra Mexico -0.0334258967197983703 +66355 sedimentology_html_8829282630 sedimentology_html_8829282630:536:31124:31130 Pueblo Morocco -0.0419054197993560459 +66356 cspg_html_6116883777 cspg_html_6116883777:912:123148:123163 Douro Little Cornwallis Island -0.0031964218159343861 +66357 cspg_html_9683836416 cspg_html_9683836416:340:56733:56740 Bearpaw Lacombe, Alberta -0.0643059581765174221 +66358 cspg_html_8362959053 cspg_html_8362959053:59:8872:8884 Beaver Mines Mountain Park (Holyoke, Massachusetts) -0.0175218157848266304 +66359 aapg_ad_169.html aapg_ad_169.html:303:35367:35382 Bluefield Greenbrier (Great Smoky Mountains) -0.487987661646075377 +66360 aapg_af_809.html aapg_af_809.html:25:3061:3089 La Quinta Venezuela 0.0143677717617256336 +66361 geology_html_4409924111 geology_html_4409924111:323:27764:27773 San Diego California -0.0238000807076843013 +66362 palaios_html_2623118674 palaios_html_2623118674:514:54896:54916 North Horn Carbon County, Wyoming -0.474888953093082877 +66363 aapg_aa_357.html aapg_aa_357.html:34:3906:3925 Moenkopi Hermosa, Chicago -0.0128247793458777584 +66364 aapg_ad_253.html aapg_ad_253.html:83:8468:8476 Wolfcamp Delaware -0.0098536958986005091 +66365 aapg_ak_137.html aapg_ak_137.html:455:48743:48767 Sabine Ship Island (Mississippi) -0.474842748246669499 +66366 gsa_html_6970021444 gsa_html_6970021444:78:5445:5473 Green River Colorado -0.0173254356777415887 +66367 aapg_ad_927.html aapg_ad_927.html:197:22171:22186 Ponce Puerto Rico -0.444157000692344317 +66368 geology_html_7420494965 geology_html_7420494965:13:536:542 Denver Colorado -0.447168994241326834 +66369 aapg_ai_119.html aapg_ai_119.html:75:7782:7810 East Fork Potter County, Texas -0.458641287983651336 +66370 cspg_html_7434089303 cspg_html_7434089303:209:26208:26222 Thumb Mountain Middle Ordovician -0.459149520620870666 +66371 gsa_html_8892994555 gsa_html_8892994555:779:75904:75932 Green River Colorado -0.0458763143871966511 +66372 geology_html_3982744980 geology_html_3982744980:20:954:971 Wonewoc Wisconsin -0.4835517998191603 +66373 gsa_html_7120086445 gsa_html_7120086445:1053:96939:96967 Green River New Mexico -0.000587166228973446075 +66374 aapg_aa_147.html aapg_aa_147.html:169:21181:21201 Interlake Middle East -0.455799127156009509 +66375 aapg_ah_811.html aapg_ah_811.html:170:14078:14090 Austin Chalk Macedonia (region) -0.014028931537317782 +66376 sedimentology_html_2566540012 sedimentology_html_2566540012:1718:125074:125084 Washington Olympic National Park -0.439702904816710427 +66377 aapg_aa_813.html aapg_aa_813.html:289:33212:33233 Fort Union Cheyenne, Wyoming -0.00972860319356922895 +66378 cspg_html_7777724998 cspg_html_7777724998:283:40861:40876 Husky Manitoba -0.451767539383647998 +66379 cspg_html_6566356550 cspg_html_6566356550:9:964:980 Sulphur Mountain Canada -0.442595627901035182 +66380 aapg_af_150.html aapg_af_150.html:82:7972:7989 Schuler Haynesville, Louisiana -0.475554574599736102 +66381 aapg_ae_296.html aapg_ae_296.html:152:16469:16479 San Andres Texas -0.464569693827358687 +66382 aapg_ad_351.html aapg_ad_351.html:748:64736:64756 Keokuk Missouri River -0.0382077954989542418 +66383 aapg_af_288.html aapg_af_288.html:761:76993:77008 Diablo New Mexico -0.0497724382944867913 +66384 cspg_html_9185158332 cspg_html_9185158332:525:63699:63719 Mill Creek Lacombe, Alberta -0.443715087361728711 +66385 palaios_html_7465495929 palaios_html_7465495929:211:18925:18942 La Luna Germany -0.0339634929094720234 +66386 sedimentology_html_7487196157 sedimentology_html_7487196157:737:45158:45162 Hall London, Ontario -0.462097962880594848 +66387 aapg_ad_466.html aapg_ad_466.html:889:96154:96164 Vincentown Delaware -0.0101855410408739511 +66388 aapg_ai_791.html aapg_ai_791.html:203:32249:32267 El Plan Honduras -0.0421143691729161454 +66389 aapg_ac_337.html aapg_ac_337.html:328:15155:15171 Casper Cheyenne, Wyoming -0.059099492648124613 +66390 sedimentology_html_2258839384 sedimentology_html_2258839384:103:7856:7863 Yucatan Spain -0.0431173943944666571 +66391 aapg_aa_732.html aapg_aa_732.html:320:39369:39386 Edwards Central Texas -0.455184317280275863 +66392 aapg_aa_622.html aapg_aa_622.html:67:9063:9079 Chinle Colorado 0.41521102281850808 +66393 gsa_html_4716386208 gsa_html_4716386208:944:79923:79931 Temporal Canada -0.0431731213623836943 +66394 aapg_ai_504.html aapg_ai_504.html:56:5350:5359 Interlake Williston, Vermont -0.434606918343987458 +66395 aapg_ae_958.html aapg_ae_958.html:1038:91674:91681 Leonard Guadalupe Mountains National Park -0.0464616568793586454 +66396 gsa_html_9979192554 gsa_html_9979192554:1037:96305:96311 Oxford England -0.0350022236580636789 +66397 aapg_ac_59.html aapg_ac_59.html:288:36125:36151 Stadium Conglomerate California -0.011024723133422322 +66398 cspg_html_2471870619 cspg_html_2471870619:323:41475:41493 Exshaw Lacombe, Alberta -0.433403442682278373 +66399 cspg_html_3026112034 cspg_html_3026112034:820:78574:78595 Swan Hills Canada 0.608699854343891511 +66400 gsa_html_5664265459 gsa_html_5664265459:960:95366:95393 Columbia Earth -0.413013530266095219 +66401 gsa_html_1000620948 gsa_html_1000620948:32:2771:2779 Colorado Littleton, Colorado -0.0767180930594499044 +66402 aapg_ad_98.html aapg_ad_98.html:800:73122:73146 Johnson California -0.00972860319356922895 +66403 geology_html_2871732406 geology_html_2871732406:14:962:970 Colorado Colorado -0.501579132025020247 +66404 aapg_ai_528.html aapg_ai_528.html:495:38516:38520 Mata Texas -0.0497759240720029236 +66405 cspg_html_2820961138 cspg_html_2820961138:5:240:256 Viking Lacombe, Alberta -0.451193701085184695 +66406 geology_html_6152131284 geology_html_6152131284:298:25025:25033 Rockwell California -0.47076786107370483 +66407 aapg_aa_778.html aapg_aa_778.html:90:12477:12497 West Falls Ohio -0.473649201225758321 +66408 geology_html_9449848150 geology_html_9449848150:246:22239:22243 Kent Earth -0.486457311735010611 +66409 aapg_af_143.html aapg_af_143.html:1649:149542:149548 Oregon Newport, Rhode Island -0.040359343442637502 +66410 gsa_html_5961880366 gsa_html_5961880366:1240:86230:86248 Monterey California -0.453355922590981064 +66411 AMJC_html_1938223835 AMJC_html_1938223835:756:97354:97373 Ripogenus Presque Isle, Maine -0.46741476224763201 +66412 aapg_ae_362.html aapg_ae_362.html:128:11771:11789 Michigan Bloomington, Indiana -0.443344757382833909 +66413 gsa_html_6491840124 gsa_html_6491840124:873:71838:71857 Pocatello Logan, Utah -0.0388552982723100598 +66414 cspg_html_3529479452 cspg_html_3529479452:464:51651:51656 Rapid Moberly, Missouri -0.0281695262279110618 +66415 gsa_html_8035658736 gsa_html_8035658736:797:89953:89969 Hurwal Salem, Oregon 0.934371256086511948 +66416 aapg_ai_267.html aapg_ai_267.html:167:22212:22219 Halifax Cape Hatteras Light -0.486419849038802532 +66417 gsa_html_8971189731 gsa_html_8971189731:1071:92920:92948 Green River Iran -0.022871757858413614 +66418 aapg_ad_567.html aapg_ad_567.html:125:22994:23005 Mowry Powder River Basin -0.894186956289154788 +66419 aapg_ae_537.html aapg_ae_537.html:507:62917:62925 Humboldt Peru, Indiana -0.459458231015011043 +66420 aapg_af_130.html aapg_af_130.html:229:38612:38617 Ouray San Juan, Argentina -0.0395916240677814321 +66421 palaios_html_9119298597 palaios_html_9119298597:627:57481:57490 San Diego Nassau, Bahamas -0.022871757858413614 +66422 aapg_af_131.html aapg_af_131.html:673:68057:68071 Tecovas Palo Duro Canyon -0.460041893415422398 +66423 cspg_html_7799850124 cspg_html_7799850124:432:48994:49014 Swan Hills Lacombe, Alberta -0.0393792500826810471 +66424 aapg_aa_380.html aapg_aa_380.html:64:6413:6432 Mansfield Bloomington, Indiana 0.00179624453777558709 +66425 aapg_ae_5.html aapg_ae_5.html:37:4512:4516 Earp New Mexico -0.00729631890862444 +66426 sedimentology_html_5613495298 sedimentology_html_5613495298:1379:76198:76224 Dolores Colorado -0.025453465811003901 +66427 aapg_aa_869.html aapg_aa_869.html:175:28616:28633 El Abra Mexico -0.0209613827792686502 +66428 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12659:12676 Entrada Carmel, Indiana 1.07577402639214625 +66429 cspg_html_4685794369 cspg_html_4685794369:30:4243:4249 Fernie Kootenay River -0.446333949377836381 +66430 aapg_ae_473.html aapg_ae_473.html:49:5319:5340 Mt Lytton Mississippi River -0.494609426466897539 +66431 cspg_html_4287356899 cspg_html_4287356899:3441:364859:364878 Tahkandit Anchorage, Alaska -0.00395905591412439809 +66432 aapg_ae_822.html aapg_ae_822.html:5:636:645 Gatesburg Lake Erie -0.0682933468868237858 +66433 aapg_aa_147.html aapg_aa_147.html:318:37791:37820 Winnipeg Red River of the North -0.0152331376513424877 +66434 aapg_aa_37.html aapg_aa_37.html:702:65406:65423 Kaibab McKee, Kentucky -0.0345376534934891677 +66435 cspg_html_3734757529 cspg_html_3734757529:319:48976:49001 Beaverhill Lacombe, Alberta -0.469024309212410007 +66436 cspg_html_7727352096 cspg_html_7727352096:6:377:389 Judith River Lacombe, Alberta -0.464656465989479628 +66437 jgeology_html_2784246086 jgeology_html_2784246086:83:3587:3603 Taylor Antarctica -0.454034931813569353 +66438 aapg_af_479.html aapg_af_479.html:547:57503:57513 Point Loma Pacific Beach, San Diego, California -0.0386725310522930826 +66439 aapg_ai_145.html aapg_ai_145.html:27:3184:3199 Kootenay Fernie, British Columbia -0.443715087361728711 +66440 aapg_aa_777.html aapg_aa_777.html:64:7163:7173 Bear River Wasatch Range -0.478307979059971577 +66441 aapg_aa_702.html aapg_aa_702.html:1390:141959:141967 Colorado Denver -0.0114382406218870684 +66442 gsa_html_9135546132 gsa_html_9135546132:942:89243:89249 Oregon Coos Bay -0.487870386185061844 +66443 palaios_html_9564759024 palaios_html_9564759024:772:68278:68282 Hall Benton, Arkansas -0.00395905591412439809 +66444 cspg_html_3041902517 cspg_html_3041902517:930:101174:101190 Pequop Reno, Nevada -0.011024723133422322 +66445 aapg_ac_586.html aapg_ac_586.html:218:23329:23349 Pottsville Allegheny Mountains -0.002921944296335324 +66446 cspg_html_2161417858 cspg_html_2161417858:251:34010:34030 Big Valley Manitoba -0.451733774163315116 +66447 cspg_html_9343899465 cspg_html_9343899465:1621:132111:132130 Griper Bay Melville Island (Canada) -0.428844183946785584 +66448 aapg_aa_541.html aapg_aa_541.html:61:8326:8336 Pottsville Kentucky 0.0560931517678905298 +66449 aapg_af_129.html aapg_af_129.html:141:14958:14966 Colorado Eagle County, Colorado -0.0860290504336563705 +66450 aapg_ad_994.html aapg_ad_994.html:71:7820:7839 Smackover Choctaw County, Alabama -0.222545613671150999 +66451 cspg_html_3908181328 cspg_html_3908181328:99:12349:12354 Logan Texas -0.0180066911955107829 +66452 gsa_html_1538463681 gsa_html_1538463681:315:25697:25713 Morita Sonora -0.513270267028681393 +66453 cspg_html_5541725202 cspg_html_5541725202:33:3963:3973 Boss Point Riversdale, New Zealand -0.455197874748240694 +66454 aapg_ad_716.html aapg_ad_716.html:57:5087:5095 Wolfcamp Cibolo, Texas -0.00547218286972656846 +66455 aapg_af_781.html aapg_af_781.html:18:2038:2058 Palo Pinto Haskell County, Oklahoma -0.492239240738401806 +66456 aapg_ai_17.html aapg_ai_17.html:1063:67853:67868 Vicksburg Shreveport, Louisiana -0.450608983410958508 +66457 aapg_af_402.html aapg_af_402.html:252:21353:21370 Wingate Texas -0.485336482309537631 +66458 aapg_ah_561.html aapg_ah_561.html:729:68815:68823 Toroweap McKee, Kentucky -0.451436694283948337 +66459 gsa_html_2178342427 gsa_html_2178342427:514:47039:47064 Willwood Cheyenne, Wyoming -0.434540631888912565 +66460 aapg_af_136.html aapg_af_136.html:4:316:336 Eagle Texas -0.443755252554939694 +66461 aapg_af_728.html aapg_af_728.html:586:60859:60868 Englewood Alabama 0.015973414331359119 +66462 jgeology_html_5435533156 jgeology_html_5435533156:149:9707:9729 Schenectady Frankfort, Illinois -0.513270267028681393 +66463 aapg_af_288.html aapg_af_288.html:301:36231:36247 Concha Chihuahua (state) -0.0184133695346841396 +66464 cspg_html_2796643803 cspg_html_2796643803:217:33025:33033 Finnegan Lacombe, Alberta -0.0849713491623119294 +66465 jgeology_html_4595326543 jgeology_html_4595326543:289:18929:18933 Open San Francisco -0.456661018199272462 +66466 cspg_html_4550597410 cspg_html_4550597410:292:32064:32082 Holston New Mexico -0.0710208129815087796 +66467 sedimentology_html_7094042012 sedimentology_html_7094042012:984:78156:78164 Homewood Switzerland -0.465579516089382972 +66468 AMJC_html_6341723617 AMJC_html_6341723617:622:56658:56675 Wasatch Cheyenne, Wyoming 1.02609425761442985 +66469 aapg_ai_28.html aapg_ai_28.html:181:15837:15843 Lissie Beaumont, Texas -0.0700205826390765118 +66470 jgeology_html_6558112478 jgeology_html_6558112478:1128:73253:73260 El Paso Texas -0.0392782870529255687 +66471 aapg_ah_387.html aapg_ah_387.html:2451:265762:265771 Knoxville Knoxville, Illinois -0.012991585261457014 +66472 sedimentology_html_7708427167 sedimentology_html_7708427167:856:58212:58216 Bond Bering Sea -0.465744120990301047 +66473 aapg_ac_953.html aapg_ac_953.html:93:8341:8361 Miccosukee Leon County, Florida -0.482921973604061416 +66474 geology_html_9386377642 geology_html_9386377642:11:476:486 Washington Seattle -0.469093158774920749 +66475 aapg_ae_73.html aapg_ae_73.html:369:48401:48408 Entrada Colorado 0.00039260223837717193 +66476 gsa_html_4664745184 gsa_html_4664745184:1323:117473:117501 Green River Colorado 0.0442912193104450583 +66477 palaios_html_7765531315 palaios_html_7765531315:571:56786:56821 Kingston Peak California -0.265748420756482084 +66478 aapg_ad_466.html aapg_ad_466.html:441:52401:52418 Magothy Monmouth 0.00568412731897794451 +66479 aapg_ae_873.html aapg_ae_873.html:217:25546:25552 Paluxy Paluxy, Texas -0.429055041262400905 +66480 sedimentology_html_8264321118 sedimentology_html_8264321118:1733:61982:62013 Madison Logan, Utah 0.013855168982307953 +66481 cspg_html_1506300938 cspg_html_1506300938:6:428:446 Woodbend Drumheller -0.456844361180692826 +66482 aapg_ai_986.html aapg_ai_986.html:290:26805:26813 Colorado Hermosa, Chicago -0.502757556583302234 +66483 aapg_ai_651.html aapg_ai_651.html:105:17580:17597 Entrada Logan, Utah -0.276935465707665418 +66484 aapg_ah_646.html aapg_ah_646.html:319:38019:38036 Wingate Chinle Formation -0.460953349343471763 +66485 sedimentology_html_9252655955 sedimentology_html_9252655955:973:82825:82829 Hall London, Ontario -0.493383370963238699 +66486 aapg_af_947.html aapg_af_947.html:252:39788:39797 Mesaverde Mancos, Colorado -0.450242601748815363 +66487 gsa_html_8495750621 gsa_html_8495750621:215:27509:27519 Santa Cruz San Francisco -0.438219985696652659 +66488 sedimentology_html_5801163920 sedimentology_html_5801163920:1299:98199:98215 Salado Texas 0.00186225759184010619 +66489 aapg_ae_73.html aapg_ae_73.html:291:38507:38511 Yeso Colorado -0.42658041474227687 +66490 AMJC_html_4504848787 AMJC_html_4504848787:531:53527:53535 Temporal Blue Ridge Mountains -0.464450966712688929 +66491 geology_html_6289534870 geology_html_6289534870:160:17391:17398 Oceanic Iceland -0.447168994241326834 +66492 aapg_ah_203.html aapg_ah_203.html:512:82453:82471 Morrison New Mexico -0.449418219565270449 +66493 gsa_html_9353787239 gsa_html_9353787239:1056:91672:91685 Sandia New Mexico -0.01912594516902133 +66494 aapg_ad_880.html aapg_ad_880.html:644:62040:62058 Sundance Cheyenne, Wyoming -0.0218304989680059187 +66495 cspg_html_5783501569 cspg_html_5783501569:404:39429:39457 Tidal Nassau, Bahamas -0.447572237112974447 +66496 aapg_ad_39.html aapg_ad_39.html:141:10281:10288 Rodessa North West Delhi -0.00729110700735253591 +66497 cspg_html_7839431712 cspg_html_7839431712:6:395:403 Foremost Lacombe, Alberta -0.0170265242171895904 +66498 aapg_ac_219.html aapg_ac_219.html:1305:137252:137262 Springhill Springhill, Nova Scotia -0.487415509978654238 +66499 gsa_html_7012936645 gsa_html_7012936645:50:5046:5073 Martinsburg Martinsburg, Nebraska 0.0217366323453636913 +66500 cspg_html_6255491344 cspg_html_6255491344:291:39437:39455 Kootenay Victoria, British Columbia -0.0204312426216018105 +66501 aapg_ah_763.html aapg_ah_763.html:261:26470:26490 Dog Creek San Angelo, Texas -0.233973188431284257 +66502 gsa_html_1662492421 gsa_html_1662492421:17:759:769 Washington Snohomish, Washington -0.00961046045389274753 +66503 aapg_ah_643.html aapg_ah_643.html:22:3425:3431 Oregon Washington (state) -0.472512577150688062 +66504 gsa_html_4557277250 gsa_html_4557277250:16:842:859 Carmel Logan, Utah -0.0130645631501062637 +66505 aapg_ac_579.html aapg_ac_579.html:51:6667:6688 Green River Logan, Utah 0.0344419579813943499 +66506 aapg_aa_976.html aapg_aa_976.html:231:27907:27917 Lane Wyandotte, Michigan -0.428809045611172668 +66507 cspg_html_7963093032 cspg_html_7963093032:8:858:872 Colorado Lacombe, Alberta -0.496967326315652103 +66508 cspg_html_2345233886 cspg_html_2345233886:458:48081:48099 Norphlet Alabama 0.301681600410229178 +66509 aapg_ae_267.html aapg_ae_267.html:123:10971:10996 Onondaga Onondaga (tribe) -0.453044786078658057 +66510 aapg_ae_182.html aapg_ae_182.html:34:4532:4545 Nacatoch Shreveport, Louisiana -0.0359488258417789419 +66511 aapg_af_588.html aapg_af_588.html:72:8395:8406 Fort Norman Clearwater, Florida -0.0482597604774050865 +66512 cspg_html_9905904289 cspg_html_9905904289:22:3969:3988 Scollard Lacombe, Alberta -0.0949905522567052185 +66513 gsa_html_7411853369 gsa_html_7411853369:355:34653:34677 Persimmon Fork North Carolina -0.4506269691264706 +66514 aapg_ad_126.html aapg_ad_126.html:25:2465:2471 Morgan Clayton County, Georgia -0.475825128678400877 +66515 cspg_html_9827358538 cspg_html_9827358538:869:84349:84366 La Luna Colombia -0.0656650623416815127 +66516 sedimentology_html_2851198678 sedimentology_html_2851198678:993:71918:71955 Brushy Canyon West Texas -0.0365022098849612647 +66517 aapg_ak_60.html aapg_ak_60.html:297:36038:36060 Brunswick Anticosti Island -0.449433936510724996 +66518 aapg_ac_841.html aapg_ac_841.html:1018:105973:105979 Sierra Juticalpa -0.0541518744999871654 +66519 cspg_html_3762708087 cspg_html_3762708087:376:51138:51155 Shaftesbury Lacombe, Alberta -0.00746310002878541098 +66520 palaios_html_2621173808 palaios_html_2621173808:357:39411:39437 Sulphur Mountain Lacombe, Alberta -0.459860167847925383 +66521 aapg_af_625.html aapg_af_625.html:308:29036:29044 Maccrady Huntington, West Virginia -0.0399067122276937497 +66522 aapg_ad_822.html aapg_ad_822.html:267:22726:22738 Pierre Colorado 0.688136887992824464 +66523 gsa_html_5115747948 gsa_html_5115747948:29:2796:2824 Green River Colorado -0.0222581200663617834 +66524 aapg_af_663.html aapg_af_663.html:208:24690:24698 Altamont Lafayette County, Florida 0.00361335093326647754 +66525 cspg_html_3874533817 cspg_html_3874533817:101:13489:13507 Paskapoo Calgary -0.2600522772411481 +66526 aapg_ac_333.html aapg_ac_333.html:1324:158436:158442 Toroweap Colorado Plateau -0.467130759519596039 +66527 aapg_af_854.html aapg_af_854.html:385:49830:49840 Keokuk Kentucky -0.0550273870379477323 +66528 aapg_ac_741.html aapg_ac_741.html:380:44311:44319 Niobrara Niobrara, Nebraska -0.0245580774074933041 +66529 aapg_ak_7.html aapg_ak_7.html:545:45624:45628 Kent Kingdom of Great Britain -0.0468588775503323562 +66530 cspg_html_7409170811 cspg_html_7409170811:18:2262:2277 Banff Crowsnest Pass, Alberta -0.0770735112777767711 +66531 aapg_ah_387.html aapg_ah_387.html:2843:308893:308902 Knoxville Central Valley (California) -0.0468588775503323562 +66532 aapg_ah_283.html aapg_ah_283.html:529:64076:64093 Cowlitz Salem, Oregon -0.45112171556163283 +66533 aapg_aa_698.html aapg_aa_698.html:388:36197:36203 Muskeg Regina, Saskatchewan -0.0491537380497388335 +66534 cspg_html_4105062490 cspg_html_4105062490:119:12133:12152 Woodbend Lacombe, Alberta -0.0415711108717550168 +66535 aapg_ac_5.html aapg_ac_5.html:128:12945:12951 Viking Lacombe, Alberta -0.470510360514459824 +66536 aapg_ae_544.html aapg_ae_544.html:286:33721:33729 Columbia Victoria, British Columbia -0.479719327950920094 +66537 aapg_aa_959.html aapg_aa_959.html:245:20880:20888 Colorado Logan, Utah -0.0306147978884375553 +66538 cspg_html_5541937700 cspg_html_5541937700:845:104992:105008 Viking Lacombe, Alberta 0.53483116731007585 +66539 geology_html_6685929061 geology_html_6685929061:298:23231:23238 Jewett Silt San Francisco -0.459819284677136619 +66540 cspg_html_3102530088 cspg_html_3102530088:519:61756:61774 Lea Park Lacombe, Alberta -0.0447893597917523589 +66541 aapg_ad_351.html aapg_ad_351.html:739:64200:64220 Keokuk Benton County, Indiana -0.0164252377233713442 +66542 gsa_html_8627114993 gsa_html_8627114993:658:65577:65583 Snyder California -0.0194666001171388929 +66543 aapg_af_727.html aapg_af_727.html:110:12437:12445 Colorado New Mexico -0.0717168881895577925 +66544 jgeology_html_1532196666 jgeology_html_1532196666:557:30222:30243 Michigamme Michigan -0.0567124540467143015 +66545 aapg_aa_598.html aapg_aa_598.html:324:33594:33602 Red Peak Cheyenne, Wyoming -0.471349814541787038 +66546 gsa_html_3448554349 gsa_html_3448554349:937:90090:90098 Catskill Middle East -0.465460653780432054 +66547 cspg_html_3129231627 cspg_html_3129231627:262:35179:35202 Eleanor River Little Cornwallis Island -0.471639785200352879 +66548 gsa_html_1734656819 gsa_html_1734656819:163:12351:12361 San Felipe Lake Elsinore, California -0.459805657368256959 +66549 aapg_ae_465.html aapg_ae_465.html:220:23561:23580 Eagle Austin, Chicago -0.467758435999671263 +66550 gsa_html_7632212878 gsa_html_7632212878:116:11179:11200 Love Ranch Laramide orogeny -0.463253167093327645 +66551 gsa_html_8335323050 gsa_html_8335323050:14:682:690 Virginia Reston, Virginia -0.478349729395822987 +66552 aapg_ai_699.html aapg_ai_699.html:549:65732:65745 Windsor Canada -0.418699089801867985 +66553 aapg_ai_53.html aapg_ai_53.html:111:13125:13135 Indio Carrizo Plain -0.428809045611172668 +66554 AMJC_html_5390933660 AMJC_html_5390933660:194:21227:21238 Waits River Hanover -0.0383818511837466098 +66555 sedimentology_html_2073446709 sedimentology_html_2073446709:971:55216:55225 San Diego California -0.0130645631501062637 +66556 aapg_aa_918.html aapg_aa_918.html:921:97235:97255 Whitehorse Lake City, Florida -0.448282824521055501 +66557 cspg_html_5828545040 cspg_html_5828545040:45:7042:7058 Muskeg Lacombe, Alberta -0.461128473443845555 +66558 cspg_html_3129231627 cspg_html_3129231627:418:53203:53227 Eleanor River Ellesmere Island 0.353570363470429527 +66559 aapg_ai_49.html aapg_ai_49.html:337:42714:42734 Lakota Colorado 0.740530033633419293 +66560 aapg_ae_904.html aapg_ae_904.html:449:46710:46724 Spearfish Nebraska -0.0323768745751979448 +66561 sedimentology_html_5673709888 sedimentology_html_5673709888:1318:63140:63146 Banner Burlington, Ontario -0.0297260284355998494 +66562 aapg_ae_974.html aapg_ae_974.html:197:19937:19947 Rio Grande Mexico -0.0530497916352297219 +66563 cspg_html_4298557570 cspg_html_4298557570:34:4723:4749 Horseshoe Canyon Edmonton, London -0.451751782124743317 +66564 cspg_html_9817084056 cspg_html_9817084056:265:32296:32301 Price Victoria, British Columbia -0.0250987813235815996 +66565 aapg_ad_865.html aapg_ad_865.html:515:51524:51529 Ouray Hermosa, Chicago -0.0477283018758572417 +66566 aapg_ae_467.html aapg_ae_467.html:362:27685:27700 Coldwater Sunbury, Pennsylvania -0.073593953486042904 +66567 gsa_html_8349861296 gsa_html_8349861296:754:63326:63339 Marble Canyon Queen Valley, Arizona -0.506230968925011737 +66568 aapg_aa_701.html aapg_aa_701.html:370:42087:42094 Edwards Bonaire -0.0478206511244486168 +66569 aapg_ah_378.html aapg_ah_378.html:387:36795:36805 San Andres Lovington, Illinois -0.440354093294291316 +66570 aapg_ai_255.html aapg_ai_255.html:569:81470:81476 Guelph Mississinewa River -0.0133147744605960541 +66571 aapg_ac_333.html aapg_ac_333.html:784:95703:95713 Yeso Coconino County, Arizona -0.00263356980843801889 +66572 palaios_html_8022996125 palaios_html_8022996125:25:2175:2185 Washington San Juan Island -0.479447557264900015 +66573 gsa_html_2989317971 gsa_html_2989317971:1259:124300:124306 Oregon Boise, Idaho 0.00877304685539762562 +66574 cspg_html_3124360347 cspg_html_3124360347:46:9033:9044 Chazy Knoxville, Tennessee -0.425555590383520532 +66575 aapg_ae_803.html aapg_ae_803.html:388:48458:48465 Chochal Guatemala 0.00403028171567929548 +66576 cspg_html_9222238695 cspg_html_9222238695:403:52622:52630 Columbia Victoria, British Columbia -0.448287309474040385 +66577 aapg_aa_934.html aapg_aa_934.html:64:9296:9300 Word El Capitan -0.0272913568249384605 +66578 aapg_ai_97.html aapg_ai_97.html:92:7482:7487 Tampa Melbourne, Florida -0.478307979059971577 +66579 cspg_html_4326384800 cspg_html_4326384800:1051:154991:154999 Columbia Victoria, British Columbia -0.431086943566786673 +66580 aapg_ai_740.html aapg_ai_740.html:159:17008:17045 Mt Lytton Laredo, Texas -0.487565545428885583 +66581 aapg_af_98.html aapg_af_98.html:192:16483:16497 Colorado New Mexico -0.496043265221558505 +66582 aapg_ac_70.html aapg_ac_70.html:59:7904:7921 Bird Spring Logan, Utah -0.026705362044744569 +66583 cspg_html_5889831809 cspg_html_5889831809:264:28074:28092 Whitemud Lacombe, Alberta 0.00923692322806706281 +66584 aapg_ac_699.html aapg_ac_699.html:147:12074:12091 El Abra Buda, Texas -0.0222250920387939838 +66585 aapg_ae_794.html aapg_ae_794.html:48:7902:7922 Tuscaloosa Alabama 0.0313209890762018994 +66586 aapg_af_785.html aapg_af_785.html:228:21531:21537 Sparta Charlotte, North Carolina -0.470085189955252725 +66587 aapg_ae_692.html aapg_ae_692.html:564:57888:57908 Cannonball Fort Union Trading Post National Historic Site -0.485207879698670519 +66588 aapg_aa_515.html aapg_aa_515.html:26:3042:3055 Bandera Nowata, Oklahoma -0.412799667795391623 +66589 cspg_html_2418341010 cspg_html_2418341010:22:2142:2151 Williston Manitoba -0.0248831928885421966 +66590 aapg_ai_213.html aapg_ai_213.html:469:57817:57839 Albert New Brunswick, New Jersey -0.441517589995484405 +66591 cspg_html_5538678223 cspg_html_5538678223:16:2739:2753 Toad Lacombe, Alberta -0.0329596528046762344 +66592 aapg_ae_294.html aapg_ae_294.html:90:9427:9442 Oswego Bartlesville, Oklahoma -0.505071548445994001 +66593 geology_html_6225848515 geology_html_6225848515:12:552:558 Oregon Salem, Oregon -0.49337628910884479 +66594 aapg_ad_829.html aapg_ad_829.html:15:2423:2438 Eutaw Mississippi River 0.365572212514599371 +66595 aapg_ad_971.html aapg_ad_971.html:143:16313:16323 Washington California -0.0433821006587485347 +66596 aapg_ae_253.html aapg_ae_253.html:126:15904:15912 Converse Pine Island (Lee County, Florida) -0.0323768745751979448 +66597 aapg_af_854.html aapg_af_854.html:546:73961:73977 Salem Kentucky -0.356890314068973813 +66598 gsa_html_7542416588 gsa_html_7542416588:31:1356:1362 Denver Colorado -0.460953349343471763 +66599 aapg_ae_776.html aapg_ae_776.html:28:3070:3098 Sunniland Melbourne, Florida -0.513879770414208292 +66600 jgeology_html_7844360616 jgeology_html_7844360616:1342:57680:57693 Turners Falls Connecticut River Valley -0.0427795572276395697 +66601 sedimentology_html_7482146728 sedimentology_html_7482146728:492:56304:56310 Oregon Willamette Valley -0.443933785681361437 +66602 cspg_html_8298261690 cspg_html_8298261690:147:19108:19125 Bluesky Lacombe, Alberta -0.49576151014248282 +66603 cspg_html_5960210762 cspg_html_5960210762:395:38602:38632 Doig Victoria, British Columbia -0.465568086328610908 +66604 aapg_ae_4.html aapg_ae_4.html:212:23963:23983 Deep Creek Logan, Utah -0.06179820059879821 +66605 aapg_aa_717.html aapg_aa_717.html:60:8794:8813 Gatesburg Pennsylvania -0.449467616590735308 +66606 jgeology_html_2872695575 jgeology_html_2872695575:769:43830:43850 Pocahontas Huntington, West Virginia 0.310327557387767017 +66607 gsa_html_1040524378 gsa_html_1040524378:336:38832:38839 Shuswap Victoria, British Columbia -0.045129017887602145 +66608 aapg_ad_2.html aapg_ad_2.html:1054:144038:144055 Beekmantown Great Valley, New York -0.0158222292153577075 +66609 cspg_html_7777724998 cspg_html_7777724998:783:75620:75628 Columbia Lacombe, Alberta -0.466727815469158758 +66610 aapg_ac_380.html aapg_ac_380.html:203:25794:25803 Edgecliff Onondaga (tribe) -0.522876863339778231 +66611 gsa_html_8833777630 gsa_html_8833777630:805:88490:88496 Denver Middle East -0.478349729395822987 +66612 cspg_html_7244100306 cspg_html_7244100306:8:456:481 Tyonek Cook Inlet 0.335152036473730985 +66613 aapg_aa_787.html aapg_aa_787.html:390:45419:45435 Tessey Texas -0.231190993706623604 +66614 aapg_ah_3.html aapg_ah_3.html:405:52786:52802 Yeoman Regina, Saskatchewan -0.0135788887974534252 +66615 sedimentology_html_9229777954 sedimentology_html_9229777954:275:25386:25397 San Antonio Texas -0.480602591853576067 +66616 aapg_ac_517.html aapg_ac_517.html:112:13667:13675 Columbia Victoria, British Columbia -0.440887830328426711 +66617 aapg_ah_826.html aapg_ah_826.html:1214:118214:118235 Navajo Arizona -0.461854353575764598 +66618 cspg_html_8316122266 cspg_html_8316122266:40:4686:4707 Peace River Western Canadian Sedimentary Basin -0.467980749597819323 +66619 aapg_ad_379.html aapg_ad_379.html:522:44471:44480 Chugwater Spearfish, South Dakota -0.478586352630804512 +66620 jgeology_html_2872695575 jgeology_html_2872695575:179:10710:10740 Cross Mountain Knoxville, Tennessee -0.484135384227082133 +66621 cspg_html_6402140684 cspg_html_6402140684:247:37844:37861 Manlius Jamesville, New York -0.47076786107370483 +66622 aapg_ae_200.html aapg_ae_200.html:128:12360:12373 Woodbine Buda, Texas -0.481989744615225701 +66623 aapg_ae_73.html aapg_ae_73.html:582:79458:79467 Greenhorn Las Vegas Strip 0.0270618247829091697 +66624 aapg_ah_520.html aapg_ah_520.html:38:3604:3614 Keokuk Missouri River 0.961421913056279775 +66625 AMJC_html_7872796695 AMJC_html_7872796695:538:45208:45241 Dawson Point Ontario, California -0.456479975332736432 +66626 AMJC_html_6341723617 AMJC_html_6341723617:664:59717:59738 Green River Logan, Utah 0.012008138805000507 +66627 cspg_html_7561290301 cspg_html_7561290301:35:4536:4545 Chinchaga Middle East -0.0135510871709197296 +66628 geology_html_1298873382 geology_html_1298873382:94:7112:7143 Noonday Dolomite Death Valley -0.242209413068550372 +66629 cspg_html_4666332434 cspg_html_4666332434:33:5473:5481 Foremost Lacombe, Alberta -0.473695342935840036 +66630 sedimentology_html_9562282132 sedimentology_html_9562282132:2392:86270:86275 Cadiz Gibraltar -0.0440369350634172291 +66631 aapg_ad_958.html aapg_ad_958.html:547:54409:54431 Gilmore City Sedalia, Missouri -0.0120637391733475121 +66632 gsa_html_2266546108 gsa_html_2266546108:948:88500:88517 Kern River Hanson, Massachusetts -0.437960495533138761 +66633 aapg_ad_801.html aapg_ad_801.html:407:41348:41367 Vicksburg Alabama -0.0124129812660324374 +66634 geology_html_5878685516 geology_html_5878685516:334:23031:23044 Salina Ohio 0.0200001890742619974 +66635 aapg_ah_486.html aapg_ah_486.html:279:26839:26859 Pottsville Texas 0.0939815659159246586 +66636 cspg_html_3479964618 cspg_html_3479964618:322:37700:37719 Baillarge Middle Ordovician -0.450582005503512739 +66637 cspg_html_3597281324 cspg_html_3597281324:146:17991:18017 Horseshoe Canyon Drumheller -0.485336482309537631 +66638 cspg_html_1462870252 cspg_html_1462870252:768:90178:90193 Leduc Lacombe, Alberta -0.01223054087335982 +66639 aapg_ai_399.html aapg_ai_399.html:208:20420:20433 Porters Creek Kentucky 0.0213994119840473472 +66640 aapg_aa_232.html aapg_aa_232.html:663:66958:66964 Albert Harding County, New Mexico -0.0125641469917892202 +66641 gsa_html_5865982995 gsa_html_5865982995:985:106948:106969 Green River Logan, Utah -0.0328413551399559175 +66642 gsa_html_6672856503 gsa_html_6672856503:257:22488:22514 Chumstick Washington (state) -0.0399067122276937497 +66643 cspg_html_4326384800 cspg_html_4326384800:187:24945:24953 Grosmont Lacombe, Alberta -0.0391129188633264693 +66644 aapg_ae_904.html aapg_ae_904.html:490:51579:51593 Newcastle Laurens County, Georgia -0.0323925309205377876 +66645 aapg_ac_984.html aapg_ac_984.html:356:31176:31184 Glenwood Mattoon, Illinois -0.00494406177644301364 +66646 aapg_ak_87.html aapg_ak_87.html:379:49439:49455 Supai Earp, California -0.435767689782418699 +66647 aapg_ai_477.html aapg_ai_477.html:309:36573:36581 Columbia Victoria, British Columbia -0.0460121937360480487 +66648 cspg_html_4326384800 cspg_html_4326384800:22:2872:2880 Columbia Victoria, British Columbia -0.450582005503512739 +66649 geology_html_9847697044 geology_html_9847697044:214:21466:21472 Denver Colorado -0.466782751574986277 +66650 aapg_af_575.html aapg_af_575.html:274:37350:37367 West Spring Creek Smithville, Ontario -0.494566874481706664 +66651 cspg_html_8590968109 cspg_html_8590968109:331:36824:36832 Frontier Calgary 0.0228074378227447853 +66652 cspg_html_9343899465 cspg_html_9343899465:562:53240:53253 Weatherall Banks Island -0.462453250854801823 +66653 aapg_ai_958.html aapg_ai_958.html:53:5051:5059 Oakville DeWitt, New York -0.437960495533138761 +66654 jgeology_html_9629010327 jgeology_html_9629010327:930:73318:73335 Mehrten Sierra Nevada (Spain) -0.44280960294495586 +66655 gsa_html_3860045860 gsa_html_3860045860:898:89412:89428 Eugene Salem, Oregon -0.467877607461444023 +66656 aapg_ae_324.html aapg_ae_324.html:190:18344:18355 Beekmantown Blackford, Somerset 0.0119525385350554136 +66657 aapg_ah_93.html aapg_ah_93.html:10:1658:1683 Beartooth Maywood, California -0.449629298275569411 +66658 gsa_html_9613801428 gsa_html_9613801428:876:90844:90865 Talkeetna Anchorage, Alaska -0.074218626882596575 +66659 cspg_html_6306091047 cspg_html_6306091047:549:75154:75175 Pardonet Western world -0.0355242365002017696 +66660 cspg_html_6702053097 cspg_html_6702053097:376:43349:43383 Beekmantown Quebec City -0.437953842888147871 +66661 aapg_af_639.html aapg_af_639.html:5:539:545 Sabine Texas -0.448296279445968116 +66662 geology_html_3363667765 geology_html_3363667765:9:362:376 Byng Victoria, British Columbia -0.0246571760456421665 +66663 aapg_ai_249.html aapg_ai_249.html:763:100247:100264 Subinal Guatemala -0.065469387622686781 +66664 cspg_html_7330983978 cspg_html_7330983978:593:51254:51279 Elk Canada -0.0379467177170490291 +66665 aapg_ai_720.html aapg_ai_720.html:224:25901:25908 Magothy Closter, New Jersey -0.43580087580188992 +66666 sedimentology_html_3417381350 sedimentology_html_3417381350:111:10803:10821 Monterey California -0.00417620791845697229 +66667 aapg_ah_387.html aapg_ah_387.html:225:24845:24854 Knoxville Knoxville, Illinois -0.444856013246054061 +66668 aapg_ai_726.html aapg_ai_726.html:991:104088:104093 Weeks Long Island 0.00312693377810401713 +66669 aapg_ae_248.html aapg_ae_248.html:90:8951:8961 Bell Detroit River International Wildlife Refuge -0.0866448442113197659 +66670 aapg_ai_107.html aapg_ai_107.html:234:23676:23695 Smackover Shreveport, Louisiana -0.447242908821281704 +66671 cspg_html_1565769407 cspg_html_1565769407:138:19015:19020 Mabou Riversdale, New Zealand -0.470181697121159758 +66672 cspg_html_9771826320 cspg_html_9771826320:157:24625:24641 Kanguk Banks Island 0.013731798242215874 +66673 aapg_ai_810.html aapg_ai_810.html:63:8851:8859 Norphlet Mississippi River -0.442620143363224416 +66674 gsa_html_1124652135 gsa_html_1124652135:258:23423:23443 Parachucla Savannah River Site 0.000277948477905467942 +66675 aapg_ae_791.html aapg_ae_791.html:270:22379:22392 Carlin Canyon Little Humboldt River -0.501903390372201885 +66676 aapg_ac_719.html aapg_ac_719.html:234:28395:28407 Pierre Trinidad and Tobago -0.445989406971527558 +66677 aapg_ae_65.html aapg_ae_65.html:112:13645:13661 Amsden Western world -0.127939756268501403 +66678 cspg_html_6252417471 cspg_html_6252417471:493:64892:64914 Bonnet Plume Canada -0.474888953093082877 +66679 cspg_html_8612721867 cspg_html_8612721867:165:23247:23268 Beaverhill Lacombe, Alberta -0.488710434526852255 +66680 gsa_html_5732664703 gsa_html_5732664703:638:67931:67947 Laurentian Lake Allatoona -0.471543117662309108 +66681 cspg_html_8121202912 cspg_html_8121202912:220:27232:27236 Lynx Mount Robson Provincial Park -0.229729033563836282 +66682 aapg_ad_810.html aapg_ad_810.html:75:8629:8634 Yukon Victoria, British Columbia -0.489932094547215424 +66683 AMJC_html_3489824047 AMJC_html_3489824047:849:94474:94483 San Diego California -0.432289667144302503 +66684 sedimentology_html_7039507291 sedimentology_html_7039507291:61:6864:6873 Lodgepole Anchorage, Alaska 0.00661356417510838065 +66685 geology_html_7009319340 geology_html_7009319340:198:21504:21508 Bond North Sea -0.418529603382018334 +66686 gsa_html_8003826422 gsa_html_8003826422:423:45248:45252 Hall California -0.0397187025652964501 +66687 aapg_aa_114.html aapg_aa_114.html:16:2487:2504 La Pena Matamoros, Tamaulipas -0.444838140504144441 +66688 gsa_html_5096547935 gsa_html_5096547935:384:39132:39159 Rio Grande Laramide orogeny 0.00194564253308291118 +66689 palaios_html_9962835704 palaios_html_9962835704:161:17752:17779 Elkhorn Mountains Volcanics Elkhorn Mountain -0.0117822633156925947 +66690 aapg_ac_588.html aapg_ac_588.html:37:4962:4972 Nolichucky Rogersville, Tennessee -0.0272165846064648005 +66691 aapg_ad_939.html aapg_ad_939.html:96:9468:9477 Newcastle Black Hills -0.611516058945008267 +66692 aapg_ad_721.html aapg_ad_721.html:240:22675:22695 San Andres New Mexico -0.456328379915839744 +66693 geology_html_6414512469 geology_html_6414512469:272:23792:23802 Rio Grande Kenya -0.464409872562970838 +66694 aapg_ai_4.html aapg_ai_4.html:71:7181:7188 Temblor Monterey, California -0.0293555813701503708 +66695 geology_html_2516074878 geology_html_2516074878:13:792:802 Washington Vancouver -0.00280034052174977849 +66696 cspg_html_1841843683 cspg_html_1841843683:63:10000:10013 Gypsum Spring Black Hills -0.0248379892514390653 +66697 cspg_html_3124360347 cspg_html_3124360347:47:9187:9198 Beekmantown Smithville, Ontario -0.0117822633156925947 +66698 aapg_ai_811.html aapg_ai_811.html:50:8240:8253 Detroit River Jeffersonville, Indiana -0.0294721058156958669 +66699 geology_html_3982744980 geology_html_3982744980:269:23893:23909 Nepean Ontario, California -0.444835906435795903 +66700 AMJC_html_4299960498 AMJC_html_4299960498:639:80420:80430 Washington Twisp, Washington -0.454305775206324536 +66701 aapg_af_399.html aapg_af_399.html:436:46302:46318 Dakota Logan, Utah -0.408600970227393889 +66702 jgeology_html_4305195651 jgeology_html_4305195651:535:57685:57702 Oneonta Delaware County, Ohio -0.0534682838330376511 +66703 palaios_html_6757540995 palaios_html_6757540995:525:50781:50800 Demopolis Alabama -0.488743302412917968 +66704 cspg_html_4568084707 cspg_html_4568084707:92:12843:12858 Flume Jasper, Texas -0.0273835184878958443 +66705 aapg_ai_78.html aapg_ai_78.html:55:5881:5886 Yegua Texas -0.0467578283362129754 +66706 aapg_aa_44.html aapg_aa_44.html:314:36138:36156 Moenkopi McKee, Kentucky -0.0692075949730113632 +66707 aapg_ae_677.html aapg_ae_677.html:1043:92216:92222 Denver Colorado -0.432567436469128874 +66708 aapg_ai_773.html aapg_ai_773.html:87:13413:13436 Detroit River Detroit River International Wildlife Refuge -0.474133810779439169 +66709 cspg_html_6647936472 cspg_html_6647936472:6:195:234 Winnipegosis Regina, Saskatchewan 0.00587522535278851409 +66710 cspg_html_6927586285 cspg_html_6927586285:428:57385:57411 Halfway Lacombe, Alberta -0.451270191944311616 +66711 cspg_html_1665574291 cspg_html_1665574291:110:19404:19430 Porcupine Red Deer, Alberta -0.499460251131451871 +66712 cspg_html_7963093032 cspg_html_7963093032:8:830:850 Bow Island Lacombe, Alberta -0.0626555402961383595 +66713 gsa_html_1520002998 gsa_html_1520002998:893:73077:73085 Columbia Victoria, British Columbia -0.447189152172129289 +66714 cspg_html_9157093462 cspg_html_9157093462:258:34581:34589 Columbia Western Canadian Sedimentary Basin -0.465744120990301047 +66715 aapg_ai_863.html aapg_ai_863.html:67:9487:9494 Carrizo Leon County, Florida 0.597233701957608387 +66716 palaios_html_1574666570 palaios_html_1574666570:58:5356:5368 Arkona Skaneateles (village), New York -0.0628493752676267947 +66717 sedimentology_html_3865745685 sedimentology_html_3865745685:1681:114644:114690 Dunvegan Canada -0.0224562895865069063 +66718 aapg_aa_369.html aapg_aa_369.html:73:7887:7893 Wilcox Oswego, New York -0.441553207562292771 +66719 aapg_ac_948.html aapg_ac_948.html:189:21797:21804 Yucatan Key West, Florida -0.487926676393575676 +66720 aapg_ad_720.html aapg_ad_720.html:38:5147:5160 Marble Canyon New Mexico -0.0482911263715116029 +66721 aapg_ah_645.html aapg_ah_645.html:397:48756:48763 Rierdon Logan, Utah 0.0365039501328323565 +66722 geology_html_1745354227 geology_html_1745354227:169:18106:18110 Bond Washington (state) -0.492380698787899029 +66723 gsa_html_5107598462 gsa_html_5107598462:264:24023:24029 Salina Onondaga (tribe) 1.04766904029206942 +66724 aapg_ai_107.html aapg_ai_107.html:5:638:657 Smackover East Texas -0.485537608740225335 +66725 aapg_ah_86.html aapg_ah_86.html:136:15656:15669 Santa Barbara Goleta, California -0.50564626487896136 +66726 aapg_ae_419.html aapg_ae_419.html:107:13356:13365 Chinameca Veracruz, Veracruz -0.0147326815118864023 +66727 aapg_af_568.html aapg_af_568.html:701:61265:61284 Sundance Dolomites -0.446924894478510359 +66728 sedimentology_html_6323095880 sedimentology_html_6323095880:462:42573:42604 Englishtown Bass River Township, New Jersey -0.449440672427322663 +66729 gsa_html_1120968922 gsa_html_1120968922:871:65253:65258 Piper Greece -0.465744120990301047 +66730 cspg_html_2873888604 cspg_html_2873888604:180:29068:29076 Columbia Victoria, British Columbia -0.476130470160059438 +66731 cspg_html_2175627313 cspg_html_2175627313:880:85540:85557 Cardium Lacombe, Alberta -0.00564243327627664357 +66732 aapg_ae_777.html aapg_ae_777.html:254:29129:29153 Espiritu Santo Colorado -0.496896208616799728 +66733 aapg_ac_613.html aapg_ac_613.html:101:13975:13984 Mesaverde Mancos, Colorado -0.416224917949125084 +66734 gsa_html_5408021181 gsa_html_5408021181:14:754:762 Colorado Colorado -0.496043265221558505 +66735 gsa_html_1662492421 gsa_html_1662492421:724:61833:61843 Washington Salem, Oregon -0.0241616892206824377 +66736 aapg_aa_548.html aapg_aa_548.html:65:6918:6935 Holdenville Holdenville, Oklahoma -0.463910045923527747 +66737 gsa_html_5587684798 gsa_html_5587684798:116:7614:7628 Oak Hill Middle Ordovician -0.0268409907031377237 +66738 geology_html_4758625177 geology_html_4758625177:276:24715:24720 Stark Republic of China -0.4597920302667165 +66739 palaios_html_2339045630 palaios_html_2339045630:663:64476:64497 Martinsburg Virginia -0.0367667309306509496 +66740 aapg_ae_250.html aapg_ae_250.html:118:10309:10327 Tensleep Cheyenne, Wyoming -0.00168159033485223096 +66741 cspg_html_8520409981 cspg_html_8520409981:109:12835:12847 Saskatchewan Canada -0.0124129812660324374 +66742 palaios_html_3888883838 palaios_html_3888883838:422:28531:28537 Warsaw Poland -0.00473211949273434716 +66743 gsa_html_6324930608 gsa_html_6324930608:657:60358:60386 Green River New Mexico -0.0269348882327513015 +66744 geology_html_6152131284 geology_html_6152131284:268:22826:22834 Rockwell East Palo Alto, California -0.452927573923113447 +66745 aapg_ah_96.html aapg_ah_96.html:571:65750:65759 Stonewall Red River of the North 0.57823513222065781 +66746 jgeology_html_6865938591 jgeology_html_6865938591:391:20169:20187 Morrison Colorado Plateau -0.246507046153613435 +66747 aapg_ai_224.html aapg_ai_224.html:86:9905:9913 Michigan Mississippian culture -0.478349729395822987 +66748 aapg_aa_39.html aapg_aa_39.html:144:15955:15963 San Luis Supai, Arizona -0.474863540124580097 +66749 gsa_html_5813443820 gsa_html_5813443820:60:4895:4923 Green River Colorado -0.030548703261185188 +66750 palaios_html_4480575740 palaios_html_4480575740:539:56264:56268 Kope Netherlands -0.0401573975935689137 +66751 gsa_html_9010386030 gsa_html_9010386030:49:3060:3088 Green River Colorado -0.00215584223507059606 +66752 aapg_ac_440.html aapg_ac_440.html:476:59409:59415 Denver Colorado -0.509827355947473859 +66753 aapg_ad_564.html aapg_ad_564.html:3940:306504:306514 Fort Worth Texas -0.0261593828547695383 +66754 aapg_ah_978.html aapg_ah_978.html:158:17795:17801 Tulare North Carolina -0.450242601748815363 +66755 cspg_html_8078587269 cspg_html_8078587269:16:1729:1750 Etherington Lacombe, Alberta -0.441637804770763531 +66756 cspg_html_1644457308 cspg_html_1644457308:45:7248:7256 Columbia Victoria, British Columbia -0.0247441052038830135 +66757 AMJC_html_5402007949 AMJC_html_5402007949:33:3176:3185 Red River Southeast Asia -0.431113360606789509 +66758 aapg_ah_429.html aapg_ah_429.html:101:8305:8325 San Andres Delaware -0.428396267465174896 +66759 aapg_ac_612.html aapg_ac_612.html:68:6530:6543 Fountain Table Mountain -0.0146249457170983255 +66760 aapg_ai_583.html aapg_ai_583.html:401:50430:50456 Swift Powder River (Montana) -0.49543725338542266 +66761 aapg_ac_588.html aapg_ac_588.html:138:20646:20655 Conasauga Rogersville, Tennessee -0.423413139400643734 +66762 aapg_ai_504.html aapg_ai_504.html:124:12496:12517 Lodgepole Williston, Vermont -0.422068899423675037 +66763 gsa_html_2246096178 gsa_html_2246096178:102:9439:9471 Mount Simon Missouri River -0.02166536358211529 +66764 sedimentology_html_1401791418 sedimentology_html_1401791418:49:3524:3532 Homewood Logan, Utah -0.496967326315652103 +66765 aapg_af_85.html aapg_af_85.html:219:24358:24370 Granite Wash Lacombe, Alberta -0.481882602967476315 +66766 aapg_af_614.html aapg_af_614.html:6:710:729 Smackover Arkansas -0.463579265049131273 +66767 aapg_ai_28.html aapg_ai_28.html:809:77079:77085 Lissie Uvalde, Texas -0.441397390812390766 +66768 aapg_ae_113.html aapg_ae_113.html:195:24137:24157 Peel Wales Island (British Columbia) -0.474069180634086484 +66769 aapg_ae_419.html aapg_ae_419.html:1660:123446:123456 San Felipe Tampico, Illinois 0.826344386492347649 +66770 palaios_html_8447729660 palaios_html_8447729660:465:51033:51043 Fort Union Cheyenne, Wyoming -0.455310861563052449 +66771 AMJC_html_3632105729 AMJC_html_3632105729:950:102607:102613 Reston Snake River -0.451731523193220186 +66772 AMJC_html_1873062106 AMJC_html_1873062106:507:65272:65294 Burro Canyon Mogollon, New Mexico -0.484833872729878101 +66773 AMJC_html_9500753417 AMJC_html_9500753417:615:70934:70954 Catoctin Virginia -0.455310861563052449 +66774 aapg_ae_877.html aapg_ae_877.html:3:169:203 Beaverhill Swan Hill, Victoria -0.0181735326260221743 +66775 jgeology_html_2236057972 jgeology_html_2236057972:103:5434:5444 Washington Sierra Nevada (Spain) -0.0130645631501062637 +66776 aapg_ah_53.html aapg_ah_53.html:29:3754:3771 Cypress Illinois -0.434527375159215246 +66777 cspg_html_1975682848 cspg_html_1975682848:96:13747:13767 Road River Canada -0.0180709945054990453 +66778 aapg_ai_802.html aapg_ai_802.html:358:34001:34009 Woodford Kinderhook (town), New York -0.503880280715721773 +66779 gsa_html_3448554349 gsa_html_3448554349:732:77304:77319 Price Maryland 0.415722171573327415 +66780 aapg_ad_580.html aapg_ad_580.html:423:52302:52323 Fort Union Powder River (Montana) -0.0411306079885422268 +66781 palaios_html_6376822353 palaios_html_6376822353:734:69937:69943 Silica Washington (state) -0.0198420227136738916 +66782 aapg_ae_171.html aapg_ae_171.html:80:7509:7526 Skull Creek Cheyenne, Wyoming -0.451526708240674923 +66783 sedimentology_html_9247485319 sedimentology_html_9247485319:224:19541:19545 Wise Antarctica -0.460091874413590562 +66784 aapg_ae_474.html aapg_ae_474.html:3:326:342 Bethel Bethel, Alaska -0.436225760714651634 +66785 sedimentology_html_3458220619 sedimentology_html_3458220619:485:34605:34609 Hall London, Ontario -0.494798572382738111 +66786 cspg_html_4768933240 cspg_html_4768933240:10:641:647 Viking Lacombe, Alberta -0.427689691071663991 +66787 aapg_ad_991.html aapg_ad_991.html:10:1087:1100 Cotton Valley East Texas -0.257549531589046199 +66788 aapg_ad_715.html aapg_ad_715.html:163:19882:19899 Vamoosa Pawhuska, Oklahoma -0.0717623636279665356 +66789 aapg_aa_689.html aapg_aa_689.html:62:7909:7932 Detroit River Michigan -0.463271407180362194 +66790 cspg_html_6383234409 cspg_html_6383234409:325:33327:33337 Bird Fiord Bird Island, North Carolina -0.0742623743803646208 +66791 aapg_ac_366.html aapg_ac_366.html:211:24698:24704 Keefer Middle East -0.00549476708285740172 +66792 cspg_html_6383234409 cspg_html_6383234409:423:42666:42686 Bird Fiord Bathurst Island (Northern Territory) -0.496597579989056737 +66793 palaios_html_8512528505 palaios_html_8512528505:579:78998:79008 Washington San Juan Island -0.454041701910604445 +66794 gsa_html_6982030333 gsa_html_6982030333:1379:125995:126006 Coon Hollow Wallowa, Oregon -0.472512577150688062 +66795 aapg_ae_124.html aapg_ae_124.html:128:9658:9665 St Marys Cincinnati -0.0107189319127300592 +66796 geology_html_6186734946 geology_html_6186734946:134:16412:16423 Clays Ferry Whitby, Ontario -0.0853765083548601034 +66797 aapg_ad_194.html aapg_ad_194.html:219:24637:24653 Hamburg Dolomite Hamburg -0.456355529459316345 +66798 cspg_html_1256612432 cspg_html_1256612432:65:3705:3717 Fernie Lacombe, Alberta -0.437829668886238865 +66799 geology_html_5635691605 geology_html_5635691605:39:4184:4199 Catalina Schist California -0.075065645472002826 +66800 cspg_html_3501550466 cspg_html_3501550466:125:19662:19676 Woodbend Lacombe, Alberta -0.465561228542891226 +66801 geology_html_7208965006 geology_html_7208965006:11:461:468 Norfolk Virginia -0.442575570278969321 +66802 gsa_html_7120668170 gsa_html_7120668170:965:86375:86380 Price Texas -0.446011775932438015 +66803 gsa_html_5932926755 gsa_html_5932926755:11:495:501 Denver Colorado -0.035304988004324106 +66804 cspg_html_6839937815 cspg_html_6839937815:284:40269:40290 Kaibab Kaibab, Arizona -0.488837217649543798 +66805 gsa_html_8495750621 gsa_html_8495750621:606:66026:66054 Green River Iran -0.0129533588216162645 +66806 AMJC_html_3664856625 AMJC_html_3664856625:447:48488:48508 Fort Union Powder River Basin -0.00188310382387277047 +66807 AMJC_html_7984049819 AMJC_html_7984049819:439:43110:43127 Berwick Newburyport, Massachusetts -0.460041893415422398 +66808 aapg_aa_299.html aapg_aa_299.html:490:43200:43217 Duperow Williston, Vermont -0.446589083540052001 +66809 gsa_html_1254347878 gsa_html_1254347878:148:18967:18976 Appekunny Spokane, Washington -0.456561440120662909 +66810 aapg_af_598.html aapg_af_598.html:76:6591:6609 Seminole Coffeyville, Kansas -0.461269507409191593 +66811 cspg_html_2758324131 cspg_html_2758324131:362:53366:53386 Lodgepole Williston Basin -0.469093158774920749 +66812 aapg_ae_295.html aapg_ae_295.html:274:31259:31267 Woodbine Paluxy, Texas -0.454113919430063184 +66813 gsa_html_3942625742 gsa_html_3942625742:427:36449:36461 Little River Metro Manila -0.453234160803079433 +66814 aapg_ad_2.html aapg_ad_2.html:852:121011:121024 Conococheague Waynesboro, Pennsylvania 0.00917958991324812311 +66815 aapg_ae_72.html aapg_ae_72.html:123:13970:14004 Cutler Atoka, Oklahoma -0.4060962870175715 +66816 cspg_html_1498300615 cspg_html_1498300615:103:13305:13323 Duvernay Lacombe, Alberta -0.00188310382387277047 +66817 aapg_aa_124.html aapg_aa_124.html:593:61584:61593 Crowsnest Bow Island Airport -0.503751209757658858 +66818 aapg_ac_750.html aapg_ac_750.html:66:5784:5792 Beaumont Beaumont, Texas -0.0366309890194308346 +66819 aapg_af_551.html aapg_af_551.html:36:3784:3810 Lake Valley Rift Valley lakes -0.0664198701841711703 +66820 aapg_af_134.html aapg_af_134.html:261:33512:33530 Caballos Texas -0.498148760929569168 +66821 gsa_html_9052101586 gsa_html_9052101586:354:38482:38488 Peoria Illinois 0.708307072814480909 +66822 aapg_af_653.html aapg_af_653.html:88:8552:8559 Temblor Monterey, California -0.515012912222461039 +66823 cspg_html_8637177176 cspg_html_8637177176:53:7708:7722 Edmonton Lacombe, Alberta -0.456391730122837791 +66824 aapg_af_130.html aapg_af_130.html:139:25344:25363 Leadville Colorado -0.528609873070103653 +66825 cspg_html_2796643803 cspg_html_2796643803:622:72131:72139 Colorado Denver -0.489060307863409593 +66826 aapg_ae_981.html aapg_ae_981.html:45:4492:4502 Bainbridge Knoxville, Tennessee -0.450422402561976354 +66827 gsa_html_1254347878 gsa_html_1254347878:1055:100115:100121 Fernie Victoria, British Columbia -0.0277886893642299709 +66828 aapg_ae_777.html aapg_ae_777.html:601:67382:67399 Tererro Logan, Utah -0.4899838188757622 +66829 cspg_html_7409170811 cspg_html_7409170811:450:63324:63336 Exshaw Lacombe, Alberta -0.474203062673125064 +66830 geology_html_3912421261 geology_html_3912421261:223:21206:21213 Madison Antarctic Peninsula -0.464533160716817162 +66831 palaios_html_4282283317 palaios_html_4282283317:556:48516:48535 Hell Creek Northern Great Plain -0.458720680358492616 +66832 aapg_ad_357.html aapg_ad_357.html:130:11554:11573 Purisima Paso Robles, California -0.464081187779838644 +66833 aapg_ad_960.html aapg_ad_960.html:33:3911:3925 Monterey Salinas, California -0.448350101124535771 +66834 aapg_ah_139.html aapg_ah_139.html:73:5682:5691 Mesaverde Wasatch Range -0.536322601319043413 +66835 sedimentology_html_7879809021 sedimentology_html_7879809021:684:46004:46011 Taggard Greenbrier (Great Smoky Mountains) -0.0706553225515223066 +66836 aapg_ad_350.html aapg_ad_350.html:366:38047:38053 Pocono Middle Ordovician -0.420983530191217814 +66837 cspg_html_7817594878 cspg_html_7817594878:86:15439:15456 Monster Western world -0.4391432028015122 +66838 aapg_ah_370.html aapg_ah_370.html:258:19362:19372 Bell Lake Ontario -0.491056633019370192 +66839 gsa_html_8821895687 gsa_html_8821895687:806:65502:65530 Green River New Mexico -0.0268166470016257402 +66840 aapg_ai_542.html aapg_ai_542.html:169:16887:16904 Dotsero Colorado -0.480033015687554854 +66841 sedimentology_html_6770212333 sedimentology_html_6770212333:456:40188:40202 Rockwood Virginia -0.477872040110580265 +66842 geology_html_2180500426 geology_html_2180500426:234:18910:18915 Piper Burlington House -0.433387995206966137 +66843 aapg_ae_96.html aapg_ae_96.html:58:7250:7256 Oregon California -0.00619488152638453249 +66844 aapg_ac_702.html aapg_ac_702.html:362:37927:37933 Topeka Iowa -0.0941327219294862821 +66845 aapg_ac_617.html aapg_ac_617.html:154:21502:21509 Lagarto Brazos River -0.424217090203684033 +66846 AMJC_html_3632105729 AMJC_html_3632105729:914:99583:99589 Oregon Boise, Idaho -0.0529312233263838083 +66847 aapg_aa_86.html aapg_aa_86.html:40:3376:3384 Woodbine Austin, Chicago -0.44255997020698512 +66848 sedimentology_html_2251281862 sedimentology_html_2251281862:1249:92732:92740 Colorado Denver -0.453423575097804177 +66849 aapg_ac_71.html aapg_ac_71.html:18:2784:2791 Sunrise Tonopah, Arizona -0.454032675125810359 +66850 aapg_ah_419.html aapg_ah_419.html:114:10455:10468 Bearpaw Lacombe, Alberta 1.00540904946282583 +66851 palaios_html_4248881045 palaios_html_4248881045:211:20397:20413 Toreva Arizona 0.30747247487366125 +66852 cspg_html_8362959053 cspg_html_8362959053:31:5423:5441 Kootenay Lacombe, Alberta -0.487607747652621382 +66853 aapg_ae_253.html aapg_ae_253.html:113:12960:12979 Smackover Texas 0.015528550514538322 +66854 aapg_ad_440.html aapg_ad_440.html:703:70829:70835 Denmar Pocono Raceway 0.0363107844040530953 +66855 cspg_html_6252849194 cspg_html_6252849194:333:35994:36001 Bearpaw Lacombe, Alberta -0.0603771315670732084 +66856 gsa_html_9310053579 gsa_html_9310053579:772:66266:66292 Chumstick Washington (state) -0.0684087120828713036 +66857 cspg_html_8266552811 cspg_html_8266552811:57:7292:7306 Joli Fou Colorado -0.462644618431458876 +66858 aapg_ai_133.html aapg_ai_133.html:114:13534:13549 Eagle Woods County, Oklahoma -0.485011505687422073 +66859 aapg_ah_530.html aapg_ah_530.html:293:30384:30396 Percha Arizona -0.00756560119780054757 +66860 sedimentology_html_9912946355 sedimentology_html_9912946355:309:18703:18711 Santiago Mandeville, Jamaica -0.441397390812390766 +66861 aapg_ad_440.html aapg_ad_440.html:552:52775:52781 Denmar Pickaway County, Ohio -0.0667588673287185796 +66862 aapg_ae_182.html aapg_ae_182.html:220:26221:26231 Brownstown Shreveport, Louisiana -0.431450242580359467 +66863 geology_html_9177140978 geology_html_9177140978:77:6047:6055 Fort Ann Ontario, California -0.0374506887699371238 +66864 aapg_ad_883.html aapg_ad_883.html:64:8197:8219 Mount Simon Michigan -0.451270191944311616 +66865 palaios_html_7679079277 palaios_html_7679079277:829:69941:69954 Gypsum Spring Cheyenne, Wyoming -0.463579265049131273 +66866 aapg_ac_187.html aapg_ac_187.html:3359:316039:316045 Cupido Mexico -0.0422292934029165484 +66867 aapg_ai_29.html aapg_ai_29.html:592:74334:74341 Reynosa Guadalupe River (California) -0.518047207450479941 +66868 aapg_ai_53.html aapg_ai_53.html:153:18073:18077 Buda Buda, Texas -0.416376659595793952 +66869 aapg_ai_141.html aapg_ai_141.html:199:21823:21838 Atoka Texas -0.389016447069475857 +66870 cspg_html_7667087595 cspg_html_7667087595:42:5314:5340 Belly River Regina, Saskatchewan -0.0191033509173605641 +66871 aapg_ae_473.html aapg_ae_473.html:442:40585:40590 Yazoo Alabama -0.0517735415246776826 +66872 gsa_html_4249721605 gsa_html_4249721605:635:59894:59928 Oxford Oxford Centre -0.0322951140020652852 +66873 cspg_html_9354781888 cspg_html_9354781888:531:46039:46069 Doig Canada 0.00179624453777558709 +66874 aapg_aa_123.html aapg_aa_123.html:407:39359:39372 Red Rock Victoria, British Columbia -0.465364661240374011 +66875 cspg_html_4727171280 cspg_html_4727171280:19:1429:1446 Bearpaw Rosedale, Toronto -0.44505934010721393 +66876 cspg_html_5880669950 cspg_html_5880669950:527:56157:56182 Beaverhill Lacombe, Alberta -0.0416442398946082412 +66877 aapg_ae_204.html aapg_ae_204.html:309:27240:27260 Clearwater Clearwater, Florida -0.46944207930236781 +66878 gsa_html_9748868095 gsa_html_9748868095:530:41304:41332 Green River Colorado -0.0171829308693467256 +66879 aapg_ac_527.html aapg_ac_527.html:12:1630:1640 Washington Colorado -0.0272061513057389563 +66880 cspg_html_5376629375 cspg_html_5376629375:24:4271:4279 Columbia Lacombe, Alberta -0.0222894098360483031 +66881 cspg_html_8694594891 cspg_html_8694594891:49:6131:6155 Laurentian Quebec City -0.469024309212410007 +66882 aapg_ai_31.html aapg_ai_31.html:477:45306:45315 Catahoula Texas -0.0105729870441561395 +66883 sedimentology_html_5372057865 sedimentology_html_5372057865:1481:101185:101195 Washington Whidbey Island -0.515267358834889722 +66884 gsa_html_2877093757 gsa_html_2877093757:24:1168:1179 San Antonio Texas -0.485285038948243097 +66885 sedimentology_html_5841712908 sedimentology_html_5841712908:97:10947:10957 Santa Cruz California -0.485495508601457515 +66886 aapg_ai_816.html aapg_ai_816.html:526:91448:91465 Stanton Cherryvale, Kansas -0.480644453081816247 +66887 cspg_html_1037979402 cspg_html_1037979402:20:1827:1839 Winnipegosis Regina, Saskatchewan -0.00998573864189263374 +66888 geology_html_2861886936 geology_html_2861886936:258:21122:21126 Hall London, Ontario -0.0218513582866363479 +66889 aapg_ad_98.html aapg_ad_98.html:273:26714:26719 Chazy Reno, Nevada -0.464565127106344233 +66890 cspg_html_4298557570 cspg_html_4298557570:72:11487:11509 Edmonton Drumheller -0.487863350170227417 +66891 aapg_aa_328.html aapg_aa_328.html:163:13884:13890 Pueblo Oaxaca, Oaxaca -0.463307888475886887 +66892 gsa_html_1079290957 gsa_html_1079290957:394:41338:41355 Ankareh Cheyenne, Wyoming -0.465888175365361257 +66893 palaios_html_5212272868 palaios_html_5212272868:557:52407:52415 Colorado Denver -0.461128473443845555 +66894 aapg_ac_310.html aapg_ac_310.html:191:13671:13679 Colorado Denver -0.472604743150075168 +66895 cspg_html_4376017434 cspg_html_4376017434:10:943:951 Columbia Victoria, British Columbia -0.466920106770381871 +66896 aapg_ai_255.html aapg_ai_255.html:56:10176:10188 Salina Bloomington, Indiana -0.0505393481283080911 +66897 gsa_html_9345375159 gsa_html_9345375159:55:3530:3558 Green River Colorado -0.00291152111123597944 +66898 aapg_af_695.html aapg_af_695.html:163:16684:16694 Georgetown Buda, Texas 0.00496143412054320457 +66899 aapg_af_97.html aapg_af_97.html:43:4149:4164 Richmond Maysville, Kentucky 0.00277949417154689906 +66900 aapg_ai_281.html aapg_ai_281.html:258:25098:25105 El Abra Mexico -0.492281675671482677 +66901 gsa_html_4558102376 gsa_html_4558102376:338:30930:30939 Hawke Bay Cape Cod -0.00993014164144906397 +66902 jgeology_html_5803513114 jgeology_html_5803513114:137:10532:10549 Madrid Rangeley, Maine -0.0412542252309949092 +66903 jgeology_html_5471448181 jgeology_html_5471448181:117:8770:8778 Colorado Gunnison River -0.052275645768300523 +66904 cspg_html_3060428958 cspg_html_3060428958:241:30298:30314 Horseshoe Canyon Lacombe, Alberta -0.424846739582848965 +66905 cspg_html_2208643572 cspg_html_2208643572:601:61599:61607 Columbia Victoria, British Columbia -0.456479975332736432 +66906 sedimentology_html_1796291503 sedimentology_html_1796291503:1156:95847:95851 Bond Spain -0.455482628602140449 +66907 gsa_html_5932926755 gsa_html_5932926755:11:503:511 Colorado Denver -0.463307888475886887 +66908 gsa_html_7605900420 gsa_html_7605900420:204:23041:23063 Diamond Peak Reno, Nevada -0.0327787274578006591 +66909 palaios_html_9133125241 palaios_html_9133125241:58:7906:7910 Kope Netherlands -0.441406293921039528 +66910 aapg_ai_796.html aapg_ai_796.html:121:14574:14582 Michigan Colorado -0.0357887327729749932 +66911 aapg_ah_387.html aapg_ah_387.html:26:4112:4121 Knoxville Knoxville, Illinois -0.0699366556892110497 +66912 aapg_ac_788.html aapg_ac_788.html:7:648:666 Barnett Texas 0.0538100708448110074 +66913 aapg_ai_328.html aapg_ai_328.html:416:41771:41777 Warsaw Illinois -0.0156814715209821626 +66914 aapg_ac_669.html aapg_ac_669.html:41:3360:3366 Bethel Chester, Pennsylvania -0.487659330983205019 +66915 aapg_ac_209.html aapg_ac_209.html:259:28891:28897 Moscow Gaza Strip -0.394995422216483705 +66916 aapg_ah_138.html aapg_ah_138.html:31:3311:3319 Niobrara Powder River (Montana) 0.0108266535129968935 +66917 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10622:10628 Ludlow Salina, Kansas -0.447153316157111791 +66918 aapg_ai_533.html aapg_ai_533.html:52:5584:5592 Colorado Colorado -0.0423372538738103418 +66919 aapg_ai_515.html aapg_ai_515.html:28:3925:3930 Uinta Wasatch Range -0.454113919430063184 +66920 aapg_ai_250.html aapg_ai_250.html:59:6467:6474 Manitou Brainerd, Minnesota -0.434606918343987458 +66921 gsa_html_7040053075 gsa_html_7040053075:984:108311:108324 Santa Barbara Long Beach, California -0.46326000708216164 +66922 cspg_html_4860363565 cspg_html_4860363565:70:9237:9257 Nisku Drumheller 0.0200558083288706231 +66923 cspg_html_7779401416 cspg_html_7779401416:54:6913:6930 Guelph Manitoulin Island 0.952508104251164389 +66924 palaios_html_2449649505 palaios_html_2449649505:676:71002:71014 Chinle New Mexico 1.40500997337925426 +66925 geology_html_9207110672 geology_html_9207110672:261:21298:21308 Washington California -0.457514673015389395 +66926 cspg_html_6274889925 cspg_html_6274889925:299:36490:36502 Saskatchewan Victoria, British Columbia -0.467877607461444023 +66927 aapg_ad_581.html aapg_ad_581.html:268:34971:34982 Martinsburg Waynesboro, Pennsylvania 0.00296016264892234697 +66928 cspg_html_2184091860 cspg_html_2184091860:809:68982:68990 Montreal Quebec City -0.460946527021081187 +66929 gsa_html_1662492421 gsa_html_1662492421:766:64412:64417 Logan Washington (state) -0.464457815922497574 +66930 cspg_html_2419618566 cspg_html_2419618566:497:63722:63730 Columbia Arctic Cordillera -0.030023437417361392 +66931 cspg_html_8727758678 cspg_html_8727758678:83:4302:4312 Whitehorse Victoria, British Columbia -0.463764030920631232 +66932 sedimentology_html_2664292498 sedimentology_html_2664292498:618:46647:46656 Peninsula Italy -0.0280825762237737336 +66933 cspg_html_6984906794 cspg_html_6984906794:950:65420:65439 Belle Fourche Cheyenne, Wyoming -0.44948782523520614 +66934 aapg_af_799.html aapg_af_799.html:142:9434:9439 Tejon Coalinga, California -0.0533845834162286967 +66935 gsa_html_6491840124 gsa_html_6491840124:941:77447:77452 Logan Boise, Idaho -0.0306147978884375553 +66936 cspg_html_2139304729 cspg_html_2139304729:28:4871:4890 Hecla Bay Bathurst Island (Northern Territory) -0.0307122011432018581 +66937 aapg_ae_860.html aapg_ae_860.html:4:426:438 Dockum New Mexico -0.510952494440722882 +66938 aapg_ac_730.html aapg_ac_730.html:333:47208:47224 Toreva Mesa, Arizona -0.47249414511500698 +66939 aapg_ah_370.html aapg_ah_370.html:254:18992:19006 Traverse Thunder Bay -0.443813272031764461 +66940 aapg_ae_498.html aapg_ae_498.html:8:1466:1481 Knobs Middle Ordovician -0.018194387898863601 +66941 aapg_ae_181.html aapg_ae_181.html:166:23908:23924 Ripley Sumter County, Florida -0.398225814750100382 +66942 aapg_ae_644.html aapg_ae_644.html:55:6181:6194 Cotton Valley Alabama -0.0531596434481698826 +66943 aapg_ad_858.html aapg_ad_858.html:141:9469:9493 Fredericksburg Tuscaloosa, Alabama -0.447314589257592876 +66944 aapg_ac_629.html aapg_ac_629.html:632:75392:75402 Citronelle Mississippi River -0.000587166228973446075 +66945 geology_html_1164915378 geology_html_1164915378:16:1018:1048 Florissant Colorado -0.481815063993563775 +66946 sedimentology_html_8337405859 sedimentology_html_8337405859:527:62820:62824 Hall London, Ontario -0.017787713832192225 +66947 cspg_html_2139304729 cspg_html_2139304729:45:7263:7283 Griper Bay Bathurst Island (Northern Territory) -0.237635230155608307 +66948 gsa_html_9310053579 gsa_html_9310053579:757:65365:65375 Washington Washington (state) -0.487075683437370066 +66949 aapg_ae_999.html aapg_ae_999.html:75:11795:11814 Catahoula Wayne County, Michigan 0.770233900498374369 +66950 sedimentology_html_9569972069 sedimentology_html_9569972069:892:64868:64886 Frontier Cheyenne, Wyoming -0.460146402321772174 +66951 cspg_html_3404912985 cspg_html_3404912985:59:11047:11068 Belly River Lacombe, Alberta 0.60724940747303513 +66952 aapg_ad_734.html aapg_ad_734.html:153:15995:16010 Eagle Milk River, Alberta -0.0303573786993141213 +66953 aapg_ah_253.html aapg_ah_253.html:417:50175:50194 Smackover Arkansas 0.0263436919689616841 +66954 sedimentology_html_9860745508 sedimentology_html_9860745508:452:35922:35929 Francis London, Ontario -0.454113919430063184 +66955 gsa_html_1075724130 gsa_html_1075724130:72:7835:7850 Bouse Mexico -0.477121254719662491 +66956 sedimentology_html_7328045802 sedimentology_html_7328045802:114:11196:11221 Perry Rangeley, Maine -0.420787509362551382 +66957 aapg_aa_416.html aapg_aa_416.html:203:25992:26003 Peace River Fort McMurray -0.457840951353905012 +66958 cspg_html_6116883777 cspg_html_6116883777:803:103151:103160 Allen Bay Cape Cod 1.17858794788448651 +66959 palaios_html_7679079277 palaios_html_7679079277:68:6943:6951 Tensleep Greybull, Wyoming -0.0366623139169080098 +66960 aapg_ai_97.html aapg_ai_97.html:8:943:950 Tamabra Tampico, Illinois -0.242158767330384578 +66961 cspg_html_7817594878 cspg_html_7817594878:41:8922:8939 Cadomin Lacombe, Alberta -0.459083706416541504 +66962 sedimentology_html_3334022816 sedimentology_html_3334022816:649:36223:36227 Hall Iceland -0.464569693827358687 +66963 geology_html_1884878014 geology_html_1884878014:11:468:478 San Diego California -0.478488911708928044 +66964 aapg_ae_325.html aapg_ae_325.html:155:12026:12038 Pocono Pennsylvania -0.0242016752892677545 +66965 aapg_ac_586.html aapg_ac_586.html:256:28977:28998 Mauch Chunk Pottsville, Pennsylvania -0.434518537443352337 +66966 aapg_ae_254.html aapg_ae_254.html:67:7391:7409 Woodbine Houston County, Alabama -0.00472517057507792094 +66967 aapg_ad_945.html aapg_ad_945.html:70:8741:8749 Columbia Victoria, British Columbia -0.443344757382833909 +66968 palaios_html_1311168096 palaios_html_1311168096:534:50281:50295 Traverse Michigan -0.46132865731218986 +66969 palaios_html_2107285962 palaios_html_2107285962:665:73418:73437 Fairview Kentucky -0.21683064358565618 +66970 gsa_html_8951179545 gsa_html_8951179545:331:38933:38941 Colorado New Mexico -0.43606640628415283 +66971 aapg_ai_584.html aapg_ai_584.html:1190:122352:122360 Tensleep Western world -0.499298579771170536 +66972 cspg_html_3104351736 cspg_html_3104351736:652:76260:76276 Dakota Iowa 0.341569945485196591 +66973 aapg_ac_341.html aapg_ac_341.html:57:6926:6942 Warsaw Chattanooga, Tennessee -0.0132991361893864783 +66974 aapg_ac_241.html aapg_ac_241.html:11:1496:1508 Potomac Maryland -0.451751782124743317 +66975 aapg_af_808.html aapg_af_808.html:300:39495:39513 Scotland Barbados -0.436934331081807459 +66976 aapg_ah_276.html aapg_ah_276.html:332:30879:30897 Monterey California -2.08461351353560743e-05 +66977 AMJC_html_5421639085 AMJC_html_5421639085:95:11541:11562 Popes Head Piedmont (United States) -0.469189557204259144 +66978 aapg_ah_779.html aapg_ah_779.html:337:63290:63295 Onate Arizona -0.0589110102921853729 +66979 aapg_aa_563.html aapg_aa_563.html:253:33208:33218 Georgetown Trans-Pecos -0.458695727712452594 +66980 aapg_ae_552.html aapg_ae_552.html:218:34554:34570 Kodiak Anchorage, Alaska -0.494798572382738111 +66981 gsa_html_2832151886 gsa_html_2832151886:258:18731:18759 Shaftesbury Victoria, British Columbia -0.441437455474761709 +66982 geology_html_9924482358 geology_html_9924482358:256:24301:24322 Green River Cheyenne, Wyoming -0.00772717126605294326 +66983 gsa_html_6062330506 gsa_html_6062330506:740:73759:73787 Sandia New Mexico -0.0331440604270269723 +66984 geology_html_7441090490 geology_html_7441090490:252:21084:21106 Pawnee Colorado -0.473663043482949409 +66985 aapg_af_130.html aapg_af_130.html:151:27286:27319 Caballero Sacramento Mountains (California) 0.00130635878656701733 +66986 palaios_html_2994452429 palaios_html_2994452429:1678:140769:140784 Liard Victoria, British Columbia -0.478326534516524793 +66987 aapg_ae_170.html aapg_ae_170.html:8:1080:1100 Road River Middle East -0.171355334030864948 +66988 gsa_html_7425483970 gsa_html_7425483970:816:60033:60043 Notch Peak Logan, Utah -0.428791476930725279 +66989 aapg_ac_928.html aapg_ac_928.html:132:17148:17163 Banff Canada -0.429008912224210892 +66990 cspg_html_1934220426 cspg_html_1934220426:68:8574:8587 Lone Mountain Western world -0.0822151314289333579 +66991 jgeology_html_2837808723 jgeology_html_2837808723:1100:64995:64999 Hall London, Ontario -0.497180715543366847 +66992 aapg_ah_847.html aapg_ah_847.html:261:31481:31489 Navesink Navesink River -0.447153316157111791 +66993 cspg_html_5807593737 cspg_html_5807593737:688:87983:88008 Beaverhill Lacombe, Alberta -0.467071222132578012 +66994 aapg_ac_315.html aapg_ac_315.html:681:71744:71764 Phosphoria Cheyenne, Wyoming 0.943520484682471072 +66995 gsa_html_1951402014 gsa_html_1951402014:923:81687:81693 Madrid Fuerteventura -0.471543117662309108 +66996 aapg_ae_539.html aapg_ae_539.html:605:73550:73555 Swift Washington (state) 0.0159282324715774928 +66997 gsa_html_2178342427 gsa_html_2178342427:23:979:1002 Golden Valley Williston Basin -0.521630101712826311 +66998 aapg_ad_192.html aapg_ad_192.html:75:10230:10240 Tuscaloosa Shreveport, Louisiana -0.0194596479158459131 +66999 aapg_ac_333.html aapg_ac_333.html:426:54909:54914 Supai Arizona -0.461026124022890449 +67000 AMJC_html_5916115748 AMJC_html_5916115748:1401:125725:125735 Washington Seattle -0.466741549175746284 +67001 cspg_html_5688447798 cspg_html_5688447798:128:17333:17353 Blue Fiord Ellesmere Island -0.270958196564676512 +67002 cspg_html_9720041449 cspg_html_9720041449:809:90994:91002 Duvernay Lacombe, Alberta -0.479830848328458015 +67003 cspg_html_7970836465 cspg_html_7970836465:349:34562:34578 Mingan Anticosti Island -0.0237635726163751594 +67004 aapg_ac_961.html aapg_ac_961.html:636:65585:65604 Morehouse Shreveport, Louisiana -0.254062096215336097 +67005 aapg_ac_807.html aapg_ac_807.html:279:27936:27953 Mount Laurel Sand Delaware -0.486735992068403789 +67006 aapg_ae_904.html aapg_ae_904.html:402:41244:41253 Minnelusa Cambridge 0.0145398000042282032 +67007 aapg_ai_688.html aapg_ai_688.html:385:41841:41858 Salina Salina, Kansas 0.452094001206270968 +67008 aapg_ac_462.html aapg_ac_462.html:704:76463:76471 Woodford California -0.0485106911577510083 +67009 aapg_ai_763.html aapg_ai_763.html:3:339:356 Schuler East Texas -0.446029671493266278 +67010 aapg_ah_716.html aapg_ah_716.html:39:6006:6025 San Andres West, Texas -0.45417711448712661 +67011 palaios_html_3706035501 palaios_html_3706035501:611:75310:75331 Palm Spring California -0.0671957492679766816 +67012 cspg_html_4287356899 cspg_html_4287356899:1171:161713:161721 Lisburne Anchorage, Alaska -0.472678482936493838 +67013 gsa_html_5079726047 gsa_html_5079726047:404:47026:47030 Leon Pliocene -0.026705362044744569 +67014 geology_html_4860930737 geology_html_4860930737:233:21788:21794 Morgan Shenandoah National Park -0.420831066107106355 +67015 aapg_ac_603.html aapg_ac_603.html:113:11474:11490 Chinle Freedonia -0.226134470774657675 +67016 aapg_af_130.html aapg_af_130.html:71:13615:13620 Ouray Arizona -0.0338991191876076986 +67017 cspg_html_1118978429 cspg_html_1118978429:511:50552:50576 Mist Mountain Lacombe, Alberta -0.456479975332736432 +67018 aapg_ac_905.html aapg_ac_905.html:81:9383:9391 Columbia Victoria, British Columbia -0.417578421309473924 +67019 aapg_af_540.html aapg_af_540.html:850:94209:94215 Denver Colorado -0.445016883536767272 +67020 aapg_aa_791.html aapg_aa_791.html:406:40650:40664 Frio Texas -0.47249414511500698 +67021 gsa_html_8774590177 gsa_html_8774590177:326:34300:34308 Pinnacle Shoreham Nuclear Power Plant -0.627376247615757832 +67022 aapg_ai_409.html aapg_ai_409.html:313:36206:36211 Tokio Pine Island (Lee County, Florida) -0.0285260271643415532 +67023 cspg_html_7938374662 cspg_html_7938374662:139:14990:15005 Gates Pine River (Michigan) -0.446750257452242616 +67024 aapg_ae_576.html aapg_ae_576.html:507:45461:45471 Wulff Land Washington (state) -0.439125439995052158 +67025 jgeology_html_4818393006 jgeology_html_4818393006:593:51702:51728 Sterling Closter, New Jersey -0.527450147435251093 +67026 aapg_af_667.html aapg_af_667.html:51:5257:5263 Salado Pecos River 0.00313388258007131059 +67027 cspg_html_3102530088 cspg_html_3102530088:73:9667:9687 Milk River Lacombe, Alberta -0.0169917673336638479 +67028 sedimentology_html_2845079604 sedimentology_html_2845079604:673:61940:61961 Tyee Salem, Oregon -0.481766159765426027 +67029 aapg_af_85.html aapg_af_85.html:116:12896:12904 Columbia Victoria, British Columbia -0.0482597604774050865 +67030 AMJC_html_5471526645 AMJC_html_5471526645:312:41629:41637 Virginia North Carolina -0.501531457608635822 +67031 aapg_ae_473.html aapg_ae_473.html:167:16199:16209 Tuscaloosa Pottsville, Pennsylvania 0.0126823000424950687 +67032 aapg_ae_319.html aapg_ae_319.html:363:27724:27731 Thaynes Uinta Mountains -0.474618689462150911 +67033 cspg_html_5484260516 cspg_html_5484260516:556:45358:45364 Exshaw Middle East -0.0122896166911195832 +67034 aapg_aa_232.html aapg_aa_232.html:262:29121:29129 Kiamichi Texas -0.427843250012949428 +67035 gsa_html_5440223208 gsa_html_5440223208:31:2725:2753 Green River Colorado -0.0214063649157180402 +67036 gsa_html_9007868123 gsa_html_9007868123:1035:99380:99408 Green River Colorado 0.0187574882731169276 +67037 palaios_html_6757540995 palaios_html_6757540995:70:7507:7522 Eutaw Tuscaloosa, Alabama -0.0119247384368411057 +67038 aapg_ae_416.html aapg_ae_416.html:102:9989:9996 Anahuac Tampa, Florida -0.00415188686851174563 +67039 sedimentology_html_1598128253 sedimentology_html_1598128253:1638:110783:110788 Rapid Perth, Western Australia -0.063168954684827 +67040 cspg_html_3041902517 cspg_html_3041902517:213:32309:32325 Nansen Cape Cod -0.441392939290133568 +67041 aapg_af_854.html aapg_af_854.html:143:18413:18430 Keokuk Burlington, Ontario 0.347822455795758156 +67042 gsa_html_9314974751 gsa_html_9314974751:630:59045:59051 Oxford Oman -0.500385707625650822 +67043 sedimentology_html_1568456861 sedimentology_html_1568456861:162:14994:15014 Toro Puerto Natales -0.44505934010721393 +67044 cspg_html_4176605708 cspg_html_4176605708:425:42963:42983 Blackstone Manitoba -0.448327675040319895 +67045 aapg_ad_2.html aapg_ad_2.html:767:108825:108845 Waynesboro Chambersburg, Pennsylvania -0.503853986857278446 +67046 palaios_html_3796939457 palaios_html_3796939457:587:47927:47943 Mt Lytton Texas -0.02980429327875583 +67047 aapg_aa_702.html aapg_aa_702.html:2116:182381:182387 Walker Regina, Saskatchewan -0.0212255895810763706 +67048 palaios_html_4940783464 palaios_html_4940783464:443:43505:43536 Yakataga Anchorage, Alaska -0.478347409879961272 +67049 geology_html_6064550828 geology_html_6064550828:120:9180:9198 Red Rock Red Rock Canyon National Conservation Area -0.500707121160588686 +67050 aapg_ai_27.html aapg_ai_27.html:10:1455:1464 Escondido Colorado -0.433368134539702354 +67051 aapg_ad_970.html aapg_ad_970.html:219:21500:21510 Wellington Auckland -0.463636287457712182 +67052 cspg_html_6116883777 cspg_html_6116883777:831:106241:106263 Devon Island Douro DOC -0.0185558826483486587 +67053 aapg_ad_823.html aapg_ad_823.html:117:12125:12145 Purgatoire Las Vegas Strip -0.45995556917210767 +67054 cspg_html_2954223000 cspg_html_2954223000:558:81913:81925 Saskatchewan Germany -0.0227413796680306819 +67055 cspg_html_5345848475 cspg_html_5345848475:23:3207:3221 Colorado Lacombe, Alberta -0.450836079136884949 +67056 sedimentology_html_8510537334 sedimentology_html_8510537334:2203:148402:148419 Juniata Pennsylvania -0.038945812834305378 +67057 cspg_html_8298261690 cspg_html_8298261690:523:57135:57152 Bluesky Lacombe, Alberta -0.441927274708787343 +67058 cspg_html_4768933240 cspg_html_4768933240:100:8252:8263 Banff Huntington, West Virginia 0.00235214466363176024 +67059 jgeology_html_3936154268 jgeology_html_3936154268:607:48195:48211 Chinle Logan, Utah 0.0014766026609327194 +67060 aapg_ai_491.html aapg_ai_491.html:319:40444:40451 Paradox Hermosa, Chicago -0.063513001885771872 +67061 aapg_ad_351.html aapg_ad_351.html:396:35710:35719 Northview Sedalia, Missouri -0.457152280296754032 +67062 aapg_aa_394.html aapg_aa_394.html:70:7644:7655 Mauch Chunk Pottsville, Pennsylvania -0.0176486817607870612 +67063 aapg_ad_441.html aapg_ad_441.html:96:7761:7767 Navajo Carmel, Indiana -0.0675138206513768296 +67064 aapg_ae_805.html aapg_ae_805.html:411:48674:48691 Paradox Glenwood Springs, Colorado -0.0149690067830474411 +67065 palaios_html_3751259297 palaios_html_3751259297:101:13821:13837 Warsaw Sonora -0.884345460763434454 +67066 aapg_ac_235.html aapg_ac_235.html:19:2378:2398 Otter Cheyenne, Wyoming 0.0121540899829594047 +67067 gsa_html_3649667431 gsa_html_3649667431:1041:85454:85463 Flagstaff Coconino County, Arizona -0.041731299024428424 +67068 aapg_ad_683.html aapg_ad_683.html:136:17561:17577 Kaibab Arizona -0.434518537443352337 +67069 aapg_ad_169.html aapg_ad_169.html:299:34896:34916 Greenbrier Greenbrier (Great Smoky Mountains) -0.0965942068054704284 +67070 aapg_ai_197.html aapg_ai_197.html:473:53246:53254 Scotland South Shetland Islands -0.469038078694436811 +67071 gsa_html_5262754204 gsa_html_5262754204:148:17978:17999 Black Peaks Lajitas, Texas -0.118864588896106849 +67072 cspg_html_1818321956 cspg_html_1818321956:25:2446:2454 Columbia Victoria, British Columbia -0.503471624767146686 +67073 gsa_html_1119256423 gsa_html_1119256423:233:22518:22541 Peoria Nebraska -0.288897478203820723 +67074 aapg_ai_899.html aapg_ai_899.html:40:4527:4535 Colorado Cheyenne, Wyoming -0.0565310187113001669 +67075 cspg_html_5954266359 cspg_html_5954266359:334:44877:44885 Montreal Quebec City -0.462166276497962936 +67076 aapg_ac_201.html aapg_ac_201.html:697:70141:70162 Sadlerochit Lisburne Peninsula -0.0449948948439064453 +67077 gsa_html_7199417381 gsa_html_7199417381:399:43457:43477 Peoria Nebraska 0.351190699143034579 +67078 aapg_aa_934.html aapg_aa_934.html:124:15358:15364 Blaine Texas 0.0334137184633839859 +67079 aapg_ah_535.html aapg_ah_535.html:150:26301:26324 Bald Eagle Pennsylvania -0.038945812834305378 +67080 aapg_ah_827.html aapg_ah_827.html:230:31376:31394 Woodbine East Texas -0.0126805624942423392 +67081 aapg_ai_157.html aapg_ai_157.html:86:11297:11303 Guelph Guelph 0.933906159076282161 +67082 aapg_ae_253.html aapg_ae_253.html:4:480:493 Cotton Valley Shreveport, Louisiana -0.0313696934317686249 +67083 aapg_ai_28.html aapg_ai_28.html:211:19135:19141 Lissie Beaumont, Texas -0.457487488497030304 +67084 sedimentology_html_6305487627 sedimentology_html_6305487627:691:40109:40113 Hall London, Ontario -0.455595651058867956 +67085 cspg_html_3860685167 cspg_html_3860685167:1152:101465:101478 Madison Williston Basin -0.0463850024986732501 +67086 sedimentology_html_3990399320 sedimentology_html_3990399320:90:9698:9707 Red River Canada -0.471395835230941529 +67087 sedimentology_html_9716387026 sedimentology_html_9716387026:869:53225:53231 Ferris Canadian Arctic Archipelago -0.482931300996293389 +67088 aapg_ac_338.html aapg_ac_338.html:482:50797:50816 Newcastle Cheyenne, Wyoming 0.0291329704369279151 +67089 aapg_af_877.html aapg_af_877.html:83:8875:8886 Tar Springs Illinois -0.0337355768098034706 +67090 cspg_html_1962846283 cspg_html_1962846283:534:65255:65269 Cadomin Kootenay River 0.0151114980887050287 +67091 cspg_html_7777724998 cspg_html_7777724998:87:12572:12579 Cadomin Kootenay River -0.00109094831221136397 +67092 gsa_html_5391661566 gsa_html_5391661566:612:63499:63512 Santa Barbara Pacific Northwest -0.456355529459316345 +67093 jgeology_html_1063161201 jgeology_html_1063161201:1209:82142:82146 Hall London, Ontario -0.475991665297052891 +67094 palaios_html_3614379982 palaios_html_3614379982:18:1624:1640 Dakota Colorado -0.013471157649090371 +67095 aapg_af_397.html aapg_af_397.html:761:92810:92816 Denver Colorado -0.494734730892761099 +67096 aapg_aa_208.html aapg_aa_208.html:56:6719:6729 Maravillas Middle East -0.49141453931286927 +67097 cspg_html_2094634763 cspg_html_2094634763:240:29693:29713 Ellerslie Lacombe, Alberta -0.451740527107044376 +67098 geology_html_5690680302 geology_html_5690680302:366:22788:22792 Kano Republic of China -0.475258680049542748 +67099 aapg_ah_364.html aapg_ah_364.html:13:1583:1602 Sylvania Detroit River International Wildlife Refuge -0.494585786210081368 +67100 aapg_ad_957.html aapg_ad_957.html:153:15481:15511 Labette Peru, Indiana -0.00840994113992231743 +67101 gsa_html_8335323050 gsa_html_8335323050:13:600:608 Virginia Reston, Virginia -0.49119789377684242 +67102 geology_html_7498256649 geology_html_7498256649:12:535:543 Virginia Reston, Virginia -0.0381695036603138874 +67103 sedimentology_html_3761610495 sedimentology_html_3761610495:27:1819:1836 Bedford Canada -0.443982888348864235 +67104 aapg_af_579.html aapg_af_579.html:185:19885:19902 Entrada Logan, Utah -0.422007842206250927 +67105 cspg_html_8121999081 cspg_html_8121999081:107:13612:13617 Banff Denver -0.45112171556163283 +67106 aapg_af_286.html aapg_af_286.html:342:44355:44375 Tuscaloosa Tuscaloosa, Alabama -0.461765577936308902 +67107 cspg_html_3129231627 cspg_html_3129231627:9:998:1009 Trold Fiord Ellesmere Island -0.242700947751814888 +67108 geology_html_8546760997 geology_html_8546760997:16:918:928 Pittsburgh Pittsburgh -0.491664221304765947 +67109 cspg_html_1260733368 cspg_html_1260733368:291:38633:38645 Medicine Hat Milk River, Alberta -0.457840951353905012 +67110 cspg_html_1188455526 cspg_html_1188455526:59:9442:9460 Beaufort Ellesmere Island -0.00229308019174294993 +67111 cspg_html_6895078083 cspg_html_6895078083:373:37078:37125 Heiberg Canadian Arctic Archipelago -0.45295011354581094 +67112 aapg_af_854.html aapg_af_854.html:686:96125:96140 Salem Kentucky -0.463332970234029085 +67113 cspg_html_9987144175 cspg_html_9987144175:341:40566:40582 Hassel District Council of Franklin Harbour 0.694329520385260079 +67114 geology_html_8482136832 geology_html_8482136832:319:25958:25986 Green River Cheyenne, Wyoming -0.006663945278057983 +67115 aapg_aa_792.html aapg_aa_792.html:532:58612:58620 La Habra California -0.480644453081816247 +67116 cspg_html_6163691495 cspg_html_6163691495:931:84023:84047 Mission Canyon Williston, Vermont -0.46853104470756296 +67117 gsa_html_8152640301 gsa_html_8152640301:589:52474:52490 Naknek Talkeetna Mountains -0.239113584431401405 +67118 aapg_af_852.html aapg_af_852.html:173:17692:17700 Wolfcamp Bolivia -0.445408004975414329 +67119 cspg_html_5950764790 cspg_html_5950764790:259:28321:28333 Nisku Lacombe, Alberta -0.458784199315796892 +67120 aapg_ae_239.html aapg_ae_239.html:150:16056:16065 Wapanucka Atoka, Oklahoma 0.0149273021634023628 +67121 aapg_aa_898.html aapg_aa_898.html:3:317:336 Flagstaff Logan, Utah -0.488731563736560848 +67122 cspg_html_4326384800 cspg_html_4326384800:2098:253522:253543 Beaverhill Lacombe, Alberta -0.488452230972983181 +67123 cspg_html_9052264748 cspg_html_9052264748:370:42626:42639 Parry Islands Melville Island (Canada) -0.472770666406185036 +67124 aapg_ai_932.html aapg_ai_932.html:113:17702:17744 Paso Robles Paso Robles, California -0.0606703967793152318 +67125 aapg_ai_916.html aapg_ai_916.html:383:52193:52205 Carrizo Austin, Chicago -0.0213629091377398328 +67126 cspg_html_4450068317 cspg_html_4450068317:520:63467:63490 Cypress Chadron, Nebraska -0.0449670253897642563 +67127 aapg_ah_775.html aapg_ah_775.html:622:53487:53496 Leadville Denver -0.0294721058156958669 +67128 aapg_ad_696.html aapg_ad_696.html:234:22711:22717 Sparta East Texas 0.353966442124840741 +67129 AMJC_html_4299960498 AMJC_html_4299960498:146:18353:18372 Grande Ronde Basalt Washington (state) -0.243594353064113006 +67130 cspg_html_5660413005 cspg_html_5660413005:6:346:364 Graminia Lacombe, Alberta -0.087939874057958986 +67131 aapg_ae_694.html aapg_ae_694.html:255:29073:29089 Eagle Texas -0.0103922942235400682 +67132 aapg_aa_7.html aapg_aa_7.html:3:159:181 Pigeon Point California -0.47596853330555533 +67133 aapg_af_579.html aapg_af_579.html:336:35316:35325 Red River Colfax County, Nebraska -0.00378359745738320865 +67134 sedimentology_html_6951714124 sedimentology_html_6951714124:743:60199:60216 Cardium Lacombe, Alberta -0.469327287552563421 +67135 gsa_html_1412681096 gsa_html_1412681096:777:68291:68295 Hall Earth -0.0524220993978513419 +67136 aapg_ah_654.html aapg_ah_654.html:975:100128:100135 Madison Cheyenne, Wyoming -0.47735290933611807 +67137 cspg_html_9023649778 cspg_html_9023649778:95:13722:13730 Columbia Victoria, British Columbia -0.510983837255400308 +67138 aapg_ac_414.html aapg_ac_414.html:41:4890:4918 Arcturus Logan, Utah 0.000792153354614578671 +67139 aapg_ae_428.html aapg_ae_428.html:749:60237:60245 Kirkwood Closter, New Jersey 0.00515947912724753696 +67140 cspg_html_5810500722 cspg_html_5810500722:365:40927:40935 Bullhead Victoria, British Columbia -0.458659434193013582 +67141 aapg_ah_656.html aapg_ah_656.html:284:25336:25340 Word Delaware -0.441406293921039528 +67142 aapg_af_673.html aapg_af_673.html:41:5406:5419 Lone Mountain Reno, Nevada 0.799437177439719315 +67143 aapg_ah_484.html aapg_ah_484.html:8:1507:1520 Cook Mountain Charlotte, North Carolina -0.464706706380762058 +67144 sedimentology_html_8054490062 sedimentology_html_8054490062:896:52434:52439 Piper California -0.463478914486847693 +67145 aapg_ad_564.html aapg_ad_564.html:5010:400633:400641 Morrison New Mexico -0.468845325526150825 +67146 aapg_ac_832.html aapg_ac_832.html:1451:134559:134564 Logan Perth, Western Australia -0.445016883536767272 +67147 geology_html_5107688875 geology_html_5107688875:363:25514:25551 Whipple Cave Reno, Nevada -0.044101376246448068 +67148 cspg_html_6306091047 cspg_html_6306091047:35:7033:7052 Pardonet Williston Basin -0.481870957939069144 +67149 palaios_html_7700233151 palaios_html_7700233151:651:72303:72307 Hall London, Ontario -0.49361002164838963 +67150 cspg_html_5976982403 cspg_html_5976982403:34:6334:6353 Kitchener Selkirk Mountains -0.478280146619880497 +67151 aapg_ad_910.html aapg_ad_910.html:39:6561:6567 Forest Pembrokeshire -0.0703772867504297434 +67152 aapg_ad_98.html aapg_ad_98.html:86:8684:8702 Ninemile Dolomites -0.155509340021829395 +67153 palaios_html_5582845937 palaios_html_5582845937:324:32984:32991 Hampton Chickahominy River -0.0170265242171895904 +67154 aapg_af_376.html aapg_af_376.html:131:16044:16052 Colorado Denver -0.469070208322842297 +67155 palaios_html_4880574501 palaios_html_4880574501:141:16338:16346 Fairview Bellevue, Nebraska -0.478377564070346595 +67156 aapg_ad_466.html aapg_ad_466.html:307:38644:38651 Raritan Closter, New Jersey -0.0375359691930512371 +67157 aapg_ae_63.html aapg_ae_63.html:562:53426:53433 Wasatch Uinta Mountains -0.00562506076616993075 +67158 palaios_html_9973267562 palaios_html_9973267562:39:5227:5246 Fairview Netherlands -0.0391024746518720059 +67159 aapg_aa_826.html aapg_aa_826.html:107:11673:11680 Raritan Matawan, New Jersey -0.462512479285274614 +67160 geology_html_3614605929 geology_html_3614605929:53:5332:5349 Onaping Sudbury, Suffolk -0.491131969162477144 +67161 gsa_html_1361916335 gsa_html_1361916335:72:8193:8199 Navajo Kayenta, Arizona -0.0322777182092932879 +67162 aapg_ac_766.html aapg_ac_766.html:635:79349:79362 Apache Canyon Austin, Chicago -0.11176435700940375 +67163 cspg_html_6140605204 cspg_html_6140605204:47:7438:7457 Crowsnest Lacombe, Alberta -0.452977161832460395 +67164 cspg_html_2184632302 cspg_html_2184632302:10:1071:1090 Athabasca Lacombe, Alberta -0.483047901936257684 +67165 cspg_html_4326384800 cspg_html_4326384800:134:19763:19782 Waterways Lacombe, Alberta -0.470188590895520009 +67166 aapg_ae_280.html aapg_ae_280.html:45:5278:5284 Kindle Niagara Falls -0.440265166942118702 +67167 cspg_html_4210762654 cspg_html_4210762654:297:37502:37532 Nisku Lacombe, Alberta -0.0340731030781195529 +67168 cspg_html_4115156925 cspg_html_4115156925:164:22623:22637 Doig Victoria, British Columbia -0.456337429672799166 +67169 aapg_ae_310.html aapg_ae_310.html:119:13618:13634 Eagle Lake Dallas, Texas -0.471405039658470026 +67170 gsa_html_8302283600 gsa_html_8302283600:72:5786:5814 Green River Colorado -0.0194353152309463539 +67171 aapg_ae_471.html aapg_ae_471.html:115:11820:11839 Cotton Valley Cotton Valley, Louisiana -0.458695727712452594 +67172 gsa_html_8161586681 gsa_html_8161586681:762:77318:77324 Oregon Portland, Oregon -0.025547354296840772 +67173 aapg_aa_761.html aapg_aa_761.html:64:7383:7397 Lisburne Prudhoe Bay Oil Field -0.0728538924930319937 +67174 gsa_html_1230361711 gsa_html_1230361711:421:41509:41536 Whakataki Lake Wairarapa -0.0308043870775981631 +67175 aapg_ae_182.html aapg_ae_182.html:109:13420:13437 Midway Richland, Washington 0.00039260223837717193 +67176 aapg_ai_582.html aapg_ai_582.html:102:9068:9102 Sawtooth Williston Basin -0.0200123557721791495 +67177 gsa_html_9865056817 gsa_html_9865056817:1239:98741:98769 Green River New Mexico -0.0270600859182637335 +67178 aapg_ah_700.html aapg_ah_700.html:543:66802:66829 Belly River Canada -0.435661502416701596 +67179 sedimentology_html_4072526193 sedimentology_html_4072526193:742:26237:26241 Hall London, Ontario -0.0103905567969635754 +67180 aapg_ae_904.html aapg_ae_904.html:357:38012:38035 Decorah Winnipeg -0.451526708240674923 +67181 cspg_html_6306091047 cspg_html_6306091047:485:66995:67004 Baldonnel Victoria, British Columbia -0.452882496357985831 +67182 aapg_ak_43.html aapg_ak_43.html:76:7077:7083 Morgan Clayton County, Georgia -0.0117822633156925947 +67183 AMJC_html_1163576052 AMJC_html_1163576052:1222:106746:106772 Pioneer Corvallis, Oregon -0.0426837810068434811 +67184 aapg_af_221.html aapg_af_221.html:291:26712:26720 Saratoga Texas -0.0307539456314618806 +67185 sedimentology_html_3220122506 sedimentology_html_3220122506:778:57304:57322 Yakataga Sumatra -0.451751782124743317 +67186 cspg_html_4516258038 cspg_html_4516258038:124:15666:15676 Blue Fiord Middle East -0.103945810103481057 +67187 cspg_html_8571955552 cspg_html_8571955552:555:62001:62006 Yukon White Mountains (California) -0.43451411861660022 +67188 cspg_html_7595517955 cspg_html_7595517955:732:67393:67403 Blue Fiord Ellesmere Island -0.24689455797158627 +67189 geology_html_4129066248 geology_html_4129066248:185:21036:21071 Fillmore Logan, Utah -0.22621806523876839 +67190 cspg_html_5593011953 cspg_html_5593011953:12:1034:1046 Saskatchewan Regina, Saskatchewan -0.461390086357821749 +67191 gsa_html_5952049575 gsa_html_5952049575:379:46330:46341 Green River Florissant, Colorado -0.155993621886905603 +67192 cspg_html_6143853630 cspg_html_6143853630:338:30117:30133 Fernie Victoria, British Columbia -0.440514182187833891 +67193 cspg_html_8121202912 cspg_html_8121202912:133:16489:16504 Mahto Horseshoe Lake, Arkansas -0.0175218157848266304 +67194 aapg_ai_28.html aapg_ai_28.html:211:19231:19239 Oakville Beaumont, Texas -0.491989389258511933 +67195 aapg_ae_791.html aapg_ae_791.html:341:28387:28410 Carlin Canyon Reno, Nevada -0.454540571750530975 +67196 aapg_ah_318.html aapg_ah_318.html:283:40792:40811 Mt Lytton Shreveport, Louisiana -0.0560652408984460074 +67197 cspg_html_9675666588 cspg_html_9675666588:438:48663:48675 Wilcox Texas -0.0152331376513424877 +67198 aapg_ai_980.html aapg_ai_980.html:826:75123:75128 Swift Sunriver, Oregon -0.459839726029242057 +67199 palaios_html_5340655380 palaios_html_5340655380:1033:79124:79132 Arikaree Cheyenne, Wyoming -0.0255351835335731921 +67200 geology_html_4658814755 geology_html_4658814755:267:24238:24246 Virginia Hampton, New Hampshire -0.0481342981574959458 +67201 aapg_aa_415.html aapg_aa_415.html:126:17953:17963 Rio Grande Hays County, Texas -0.448282824521055501 +67202 cspg_html_1312400675 cspg_html_1312400675:136:15968:15991 Blood Reserve Lethbridge -0.470457490274840129 +67203 aapg_ac_366.html aapg_ac_366.html:330:35083:35089 Salina Huntington, West Virginia -0.38109991494430473 +67204 gsa_html_4339524478 gsa_html_4339524478:1041:95831:95841 Washington Boise, Idaho 0.00299316941719320615 +67205 cspg_html_5484260516 cspg_html_5484260516:1331:117578:117591 Wabamun Victoria, British Columbia 0.00403028171567929548 +67206 cspg_html_9771826320 cspg_html_9771826320:381:67482:67511 Ramparts Porcupine River (Ontario) -0.465744120990301047 +67207 aapg_af_12.html aapg_af_12.html:54:5577:5585 Colorado Logan, Utah 0.00337361649967377053 +67208 palaios_html_3766207176 palaios_html_3766207176:667:62893:62924 Kope Cincinnati 0.0273522182314596893 +67209 cspg_html_4298557570 cspg_html_4298557570:111:16571:16579 Whitemud Edmonton, London -0.457487488497030304 +67210 cspg_html_3385840278 cspg_html_3385840278:1617:179541:179552 Slave Point Victoria, British Columbia -0.485954043848796258 +67211 cspg_html_6255491344 cspg_html_6255491344:186:28076:28094 Kootenay Lacombe, Alberta -0.47601017133294582 +67212 gsa_html_5242353054 gsa_html_5242353054:1031:81336:81364 Green River Colorado 0.000564582905986352451 +67213 cspg_html_1962846283 cspg_html_1962846283:217:25494:25509 Basal Lacombe, Alberta -0.0726667070674847093 +67214 geology_html_8807787667 geology_html_8807787667:11:537:547 Las Cruces New Mexico -0.0283642962878183774 +67215 palaios_html_2339045630 palaios_html_2339045630:192:27140:27165 Virginia Virginia -0.479459169650376604 +67216 cspg_html_9365429794 cspg_html_9365429794:6:381:398 Lyleton Manitoba -0.444844842741709823 +67217 aapg_ac_602.html aapg_ac_602.html:100:8755:8778 Bonanza Providence Mountains State Recreation Area -0.00756560119780054757 +67218 sedimentology_html_6315461608 sedimentology_html_6315461608:315:29101:29105 Hall London, Ontario -0.460946527021081187 +67219 gsa_html_5138192409 gsa_html_5138192409:1025:104327:104355 Green River Colorado -0.0131827182184571217 +67220 cspg_html_9951421861 cspg_html_9951421861:483:62853:62877 Athabasca Lacombe, Alberta -0.510405393276880726 +67221 sedimentology_html_6302405335 sedimentology_html_6302405335:1093:86598:86617 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0616410638413136674 +67222 aapg_ae_138.html aapg_ae_138.html:42:4340:4350 Tuscaloosa Tuscaloosa, Alabama -0.00680987700292186304 +67223 aapg_ae_794.html aapg_ae_794.html:215:27171:27191 Owl Creek Tuscaloosa, Alabama -0.0452074024796540394 +67224 aapg_ad_870.html aapg_ad_870.html:328:39123:39130 Saginaw Michigan -0.00347089997391153079 +67225 gsa_html_5373737723 gsa_html_5373737723:998:67601:67608 El Paso Mexico -0.025689926843247262 +67226 aapg_ac_786.html aapg_ac_786.html:46:7929:7949 Barnett Texas -0.014941203695627946 +67227 aapg_ah_366.html aapg_ah_366.html:309:17143:17153 Fort Union Knife River 0.0200001890742619974 +67228 aapg_ai_170.html aapg_ai_170.html:85:9126:9143 Ankareh Logan, Utah -0.210765673344498666 +67229 aapg_aa_47.html aapg_aa_47.html:338:38371:38388 Minturn Colorado -0.0414701241414489052 +67230 aapg_ah_217.html aapg_ah_217.html:241:30278:30311 Reedsville Virginia -0.497128548725757735 +67231 aapg_ae_324.html aapg_ae_324.html:224:22636:22643 Narrows Virginia -0.472943536588278923 +67232 aapg_aa_152.html aapg_aa_152.html:13:1219:1225 Sierra Chihuahua (state) -0.492578779781284393 +67233 aapg_af_628.html aapg_af_628.html:163:15798:15805 Renault Bloomington, Indiana -0.431086943566786673 +67234 gsa_html_6504003944 gsa_html_6504003944:618:51211:51239 Green River Colorado -0.0222581200663617834 +67235 cspg_html_5964371399 cspg_html_5964371399:218:26199:26203 Kent England -0.448287309474040385 +67236 palaios_html_5600528347 palaios_html_5600528347:492:50209:50230 Green River Cheyenne, Wyoming -0.470629904958731249 +67237 sedimentology_html_6401379806 sedimentology_html_6401379806:729:25929:25944 Melville Island Bathurst Island (Northern Territory) -0.494552690963700137 +67238 gsa_html_3833278026 gsa_html_3833278026:648:49644:49672 Green River Colorado -0.0335442004664093935 +67239 aapg_ae_142.html aapg_ae_142.html:15:1187:1197 Washington California -0.00729110700735253591 +67240 aapg_ac_618.html aapg_ac_618.html:13:1746:1754 Wolfcamp Wichita, Kansas -0.00305744578029933057 +67241 aapg_ae_876.html aapg_ae_876.html:177:17495:17509 Cedar Mountain Middle East -0.455229509631582041 +67242 aapg_ac_720.html aapg_ac_720.html:120:15413:15424 Hornerstown Closter, New Jersey -0.448408411516637184 +67243 aapg_ae_142.html aapg_ae_142.html:19:1709:1715 Oregon Washington (state) -0.0219487021071597919 +67244 aapg_ai_158.html aapg_ai_158.html:19:2692:2700 Columbia Victoria, British Columbia -0.446011775932438015 +67245 palaios_html_1018466366 palaios_html_1018466366:1601:140711:140730 Athabasca Canada -0.463332970234029085 +67246 aapg_ah_784.html aapg_ah_784.html:16:1859:1876 Chinle Santa Rosa, California 0.00404070500823521667 +67247 jgeology_html_5471448181 jgeology_html_5471448181:200:17752:17768 Chinle Chinle Formation 0.0116050390489145696 +67248 gsa_html_1047526579 gsa_html_1047526579:887:88971:88978 Madison Transantarctic Mountains -0.0620356593644112372 +67249 aapg_ai_278.html aapg_ai_278.html:974:112441:112460 Sunniland Melbourne, Florida -0.269456317063398232 +67250 aapg_ai_139.html aapg_ai_139.html:323:30741:30755 Guelph Guelph -0.02660103319374214 +67251 aapg_ad_784.html aapg_ad_784.html:549:59372:59377 Sespe Santa Clara, California -0.435767689782418699 +67252 aapg_af_684.html aapg_af_684.html:507:53532:53538 Oregon East Pacific Rise -0.491049570598957486 +67253 aapg_ae_969.html aapg_ae_969.html:110:11462:11469 Trabuco Silverado, California -0.450080811334427622 +67254 geology_html_1598246130 geology_html_1598246130:235:20677:20687 Washington Seattle -0.448287309474040385 +67255 cspg_html_9872589627 cspg_html_9872589627:175:22611:22648 Charlie Lake Western Canadian Sedimentary Basin -0.0182917127831857887 +67256 aapg_ae_324.html aapg_ae_324.html:1230:122653:122660 Holston Farragut, Tennessee -0.486513508857715604 +67257 aapg_aa_626.html aapg_aa_626.html:126:15448:15466 Patapsco Anne Arundel County, Maryland -0.0458327637888954545 +67258 sedimentology_html_9906287852 sedimentology_html_9906287852:545:48601:48611 Wind River Sevier orogeny -0.452927573923113447 +67259 aapg_af_2.html aapg_af_2.html:217:23786:23803 Ignacio Quartzite San Juan Mountains -0.451270191944311616 +67260 aapg_aa_974.html aapg_aa_974.html:1142:123230:123237 Herring Hutchinson County, South Dakota -0.411813047275237043 +67261 cspg_html_1434585715 cspg_html_1434585715:8:536:547 Coal Valley Lacombe, Alberta -0.490604756571324518 +67262 geology_html_4687032620 geology_html_4687032620:30:2689:2694 Cadiz Sicily -0.0507572345457288979 +67263 aapg_ai_761.html aapg_ai_761.html:605:61537:61545 Scotland London, Ontario -0.49687250405482164 +67264 aapg_ae_789.html aapg_ae_789.html:3:179:207 Wabamun Canada -0.42652126035610638 +67265 aapg_ai_4.html aapg_ai_4.html:32:4407:4422 Santa Margarita San Pablo Bay National Wildlife Refuge -0.463271407180362194 +67266 aapg_ae_324.html aapg_ae_324.html:837:84370:84378 Lowville Virginia -0.459837454744856933 +67267 aapg_aa_598.html aapg_aa_598.html:3:215:233 Thaynes Cheyenne, Wyoming 0.18828645011559339 +67268 aapg_aa_415.html aapg_aa_415.html:97:14515:14528 Woodbine Texas -0.473856858113634927 +67269 cspg_html_9905904289 cspg_html_9905904289:337:43354:43370 Battle Lacombe, Alberta -0.0233046208724774252 +67270 aapg_ae_708.html aapg_ae_708.html:344:37219:37229 Nolichucky Kentucky -0.0146249457170983255 +67271 aapg_ae_5.html aapg_ae_5.html:101:11336:11340 Earp Colina, Chile -0.0526051706223679347 +67272 geology_html_6365665477 geology_html_6365665477:66:5679:5689 Henryhouse Clarita, Oklahoma -0.0246554374675200805 +67273 aapg_ah_4.html aapg_ah_4.html:310:49176:49201 Heath Talara Province -0.451956647802202349 +67274 aapg_ae_959.html aapg_ae_959.html:1791:128508:128528 Dog Creek Delaware 0.767098048621551065 +67275 aapg_ac_824.html aapg_ac_824.html:585:54175:54183 Colorado Colorado -0.0715140025476868335 +67276 geology_html_4117187879 geology_html_4117187879:133:10372:10389 Buckskin Mountain Reno, Nevada -0.242205661477333634 +67277 aapg_ac_65.html aapg_ac_65.html:35:5235:5252 Minturn Colorado -0.46328736756315686 +67278 sedimentology_html_8006979411 sedimentology_html_8006979411:1713:114641:114658 Wapiabi Southern Alberta -0.441517589995484405 +67279 aapg_ad_2.html aapg_ad_2.html:1463:198783:198804 Black River Pennsylvania -0.464820899663721254 +67280 aapg_ai_366.html aapg_ai_366.html:26:3044:3062 Beaumont Beaumont, Texas -0.033900859013031269 +67281 gsa_html_1520002998 gsa_html_1520002998:1112:87593:87599 Denver Colorado -0.467336881448994379 +67282 aapg_ae_753.html aapg_ae_753.html:486:47907:47915 Colorado Denver -0.482092240402263728 +67283 aapg_af_241.html aapg_af_241.html:812:82970:82976 Goliad Austin, Chicago -0.475963906981033746 +67284 cspg_html_1222040397 cspg_html_1222040397:545:70670:70675 Skoki County Tipperary -0.01223054087335982 +67285 aapg_ae_681.html aapg_ae_681.html:94:11940:11948 Norphlet Melbourne, Florida -0.282340630143326776 +67286 aapg_ad_325.html aapg_ad_325.html:1127:105258:105264 Denver Colorado -0.438131262990121173 +67287 aapg_ah_96.html aapg_ah_96.html:142:15421:15444 Winnipeg Lake Winnipeg -0.43005505476622502 +67288 aapg_ad_810.html aapg_ad_810.html:166:17840:17845 Eagle Anchorage, Alaska -0.472722268874013252 +67289 AMJC_html_2829615437 AMJC_html_2829615437:119:18327:18344 Greene Ohio -0.010750205891597751 +67290 cspg_html_3068776384 cspg_html_3068776384:34:4635:4652 Cardium Western Canadian Sedimentary Basin -0.504836987075273025 +67291 sedimentology_html_2963848220 sedimentology_html_2963848220:28:1735:1745 Washington Seattle -0.0109795492601601104 +67292 aapg_ah_763.html aapg_ah_763.html:34:3566:3586 Dog Creek San Angelo, Texas 0.0192858436914013637 +67293 aapg_ae_309.html aapg_ae_309.html:46:3342:3350 Colorado Las Animas County, Colorado -0.0783395703709623553 +67294 sedimentology_html_2375557633 sedimentology_html_2375557633:291:22708:22714 Gering Cheyenne, Wyoming -0.505227161470617636 +67295 jgeology_html_5968390289 jgeology_html_5968390289:900:60324:60366 Protection Sacramento, California -0.116444257486234562 +67296 sedimentology_html_3907918417 sedimentology_html_3907918417:1205:110867:110878 Shaftesbury Lacombe, Alberta 0.006789029590310529 +67297 aapg_ah_835.html aapg_ah_835.html:22:3701:3717 Chinle Chinle Formation -0.105094930392687941 +67298 sedimentology_html_2993655624 sedimentology_html_2993655624:586:47960:47966 Taylor London, Ontario -0.464610795373413321 +67299 gsa_html_5293445820 gsa_html_5293445820:29:2339:2356 Nasina Salcha River -0.0111724073673319709 +67300 cspg_html_2965587610 cspg_html_2965587610:64:7004:7012 Columbia Victoria, British Columbia -0.0373010146688876193 +67301 aapg_aa_537.html aapg_aa_537.html:325:38093:38099 Oswego Mississippi River -0.496199573426924667 +67302 aapg_ae_28.html aapg_ae_28.html:889:66233:66237 Bell Illinois -0.472574788136010782 +67303 aapg_af_895.html aapg_af_895.html:363:33257:33268 Dagger Flat Texas -0.0397744087434021287 +67304 cspg_html_1984085623 cspg_html_1984085623:652:72431:72439 Columbia Victoria, British Columbia -0.452909542628234352 +67305 cspg_html_4392308496 cspg_html_4392308496:340:47382:47414 Bonaventure New Brunswick, New Jersey -0.0181770085033734277 +67306 aapg_ad_467.html aapg_ad_467.html:250:18844:18854 Tuscaloosa North Carolina -0.459639875047440249 +67307 aapg_ae_794.html aapg_ae_794.html:5:1014:1031 Coffee Selma to Montgomery marches -0.383344574514053293 +67308 aapg_aa_799.html aapg_aa_799.html:258:25575:25579 Ladd Middle America (Americas) -0.064966254466043899 +67309 aapg_ae_498.html aapg_ae_498.html:762:83845:83872 Beekmantown Middle Ordovician -0.453759657418999152 +67310 aapg_ae_860.html aapg_ae_860.html:63:6333:6353 Dockum Texas -0.466473780345575129 +67311 gsa_html_8955900843 gsa_html_8955900843:37:2724:2741 Clallam Olympic National Park -0.0398370785846279343 +67312 aapg_ad_958.html aapg_ad_958.html:866:90193:90199 Keokuk Burlington, Ontario -0.393532368034487212 +67313 sedimentology_html_7668777547 sedimentology_html_7668777547:29:1690:1703 Santa Barbara California -0.452112016307883446 +67314 cspg_html_6839937815 cspg_html_6839937815:307:44443:44449 Kaibab Harrisburg, Pennsylvania -0.440254051746647612 +67315 aapg_aa_645.html aapg_aa_645.html:632:60692:60714 Burro Canyon Colorado -0.463253167093327645 +67316 aapg_aa_96.html aapg_aa_96.html:163:15614:15631 Dakota New Mexico -0.0454024962167355328 +67317 geology_html_4184347978 geology_html_4184347978:182:19559:19568 San Diego California 0.0234332651137741967 +67318 aapg_ai_581.html aapg_ai_581.html:125:12852:12861 Greenhorn Niobrara, Nebraska -0.467772185732027057 +67319 aapg_aa_146.html aapg_aa_146.html:14:1797:1806 Newcastle Cheyenne, Wyoming -0.00349522085598196267 +67320 aapg_ai_959.html aapg_ai_959.html:71:8454:8460 Midway Navarro County, Texas -0.399546435197115635 +67321 cspg_html_9060847110 cspg_html_9060847110:698:89045:89086 Rocky Brook Western Bay, Newfoundland and Labrador -0.0532799592874959385 +67322 cspg_html_7229660003 cspg_html_7229660003:81:6080:6104 Stony Mountain Regina, Saskatchewan -0.444916336311243943 +67323 gsa_html_8664789297 gsa_html_8664789297:124:15468:15478 Wind River Cheyenne, Wyoming -0.472604743150075168 +67324 aapg_ae_679.html aapg_ae_679.html:597:65438:65444 Moscow Russia -0.467016268103292775 +67325 gsa_html_4234009219 gsa_html_4234009219:367:36377:36384 Hunting Salem, Oregon -0.441553207562292771 +67326 aapg_ae_777.html aapg_ae_777.html:259:29829:29845 Elbert San Juan Mountains -0.0330135830277358128 +67327 gsa_html_4667678389 gsa_html_4667678389:530:48550:48573 Kingston Peak Boise, Idaho -0.462512479285274614 +67328 palaios_html_5340655380 palaios_html_5340655380:828:71543:71553 Santa Cruz Buenos Aires Province -0.0726019809646935299 +67329 cspg_html_8954870161 cspg_html_8954870161:146:16299:16305 Walker Mississippi River -0.473718414704639712 +67330 aapg_ah_678.html aapg_ah_678.html:562:68988:68998 Rio Grande Houston -0.0662433899800721065 +67331 aapg_ah_150.html aapg_ah_150.html:197:22191:22198 Kayenta Colorado -0.448327675040319895 +67332 aapg_af_90.html aapg_af_90.html:55:9308:9324 Noonday Dolomite Death Valley -0.0482911263715116029 +67333 cspg_html_5170528958 cspg_html_5170528958:73:11145:11157 Saskatchewan Lacombe, Alberta -0.44951252529713398 +67334 aapg_aa_357.html aapg_aa_357.html:402:37049:37065 Navajo San Juan Mountains -0.48878086726465575 +67335 gsa_html_1550108701 gsa_html_1550108701:29:2796:2824 Green River Colorado 0.0382426063901433327 +67336 sedimentology_html_3536140106 sedimentology_html_3536140106:128:13415:13422 Pearson Kingdom of Great Britain -0.467980749597819323 +67337 aapg_ai_145.html aapg_ai_145.html:229:26649:26665 Fernie Lacombe, Alberta 0.576285276653708323 +67338 aapg_ae_419.html aapg_ae_419.html:2544:170141:170147 Sierra Coahuila -0.471405039658470026 +67339 aapg_ad_162.html aapg_ad_162.html:3:153:165 Fayetteville North Carolina 0.0216705783597687732 +67340 cspg_html_6840476817 cspg_html_6840476817:655:67704:67730 West Point Quebec City -0.466718659783226908 +67341 gsa_html_6317193093 gsa_html_6317193093:59:4347:4375 Green River Colorado 0.0312827215063835179 +67342 aapg_ae_402.html aapg_ae_402.html:18:2892:2896 Java Borneo 0.00194564253308291118 +67343 geology_html_8351855241 geology_html_8351855241:63:7257:7273 Colorado Sierra Nevada (Spain) -0.473663043482949409 +67344 aapg_ai_980.html aapg_ai_980.html:520:45376:45383 Rierdon Cut Bank, Montana -0.437098264428985472 +67345 aapg_aa_463.html aapg_aa_463.html:223:43330:43335 Sligo Cotton Valley, Louisiana -0.00236256780797241758 +67346 sedimentology_html_6282709960 sedimentology_html_6282709960:718:50152:50162 Washington Anchorage, Alaska -0.0279486743171803304 +67347 gsa_html_7272184443 gsa_html_7272184443:31:2747:2775 Green River Colorado -0.0124129812660324374 +67348 geology_html_8897397746 geology_html_8897397746:39:4643:4647 Java Sumatra -0.450649451770273157 +67349 palaios_html_3022467877 palaios_html_3022467877:346:38337:38350 Pit Closter, New Jersey -0.502707427663107609 +67350 aapg_ad_575.html aapg_ad_575.html:125:17249:17276 Norphlet Alabama -0.237137757743123512 +67351 cspg_html_3874000139 cspg_html_3874000139:428:47790:47796 Denver Calgary -0.0111932569580727604 +67352 jgeology_html_6865938591 jgeology_html_6865938591:468:25555:25572 Entrada Logan, Utah -0.00952011624606233578 +67353 aapg_ai_388.html aapg_ai_388.html:66:5381:5403 Green River Wasatch Range -0.424322003042767071 +67354 cspg_html_6163691495 cspg_html_6163691495:431:41483:41499 Shunda Lacombe, Alberta -0.474888953093082877 +67355 aapg_ah_44.html aapg_ah_44.html:313:39380:39411 Lock Haven Allegheny Mountains -0.434540631888912565 +67356 aapg_ah_143.html aapg_ah_143.html:132:12316:12324 Columbia Victoria, British Columbia -0.433370341259820213 +67357 aapg_aa_803.html aapg_aa_803.html:299:38471:38489 Morrison Colorado -0.429428549347213639 +67358 geology_html_2345007570 geology_html_2345007570:231:21397:21412 Wepawaug Schist Hartford, Connecticut -0.053335758630468931 +67359 aapg_af_923.html aapg_af_923.html:41:4327:4337 Bow Island Manitoba -0.0584293582845294424 +67360 gsa_html_2561127673 gsa_html_2561127673:487:44716:44742 Monterey California -0.060940981097562269 +67361 AMJC_html_4579422305 AMJC_html_4579422305:947:81567:81575 Virginia Norfolk, Virginia -0.0703772867504297434 +67362 aapg_ad_822.html aapg_ad_822.html:115:9932:9939 Laramie Western world -0.472491841137828439 +67363 cspg_html_6116883777 cspg_html_6116883777:620:81798:81820 Devon Island Victoria, British Columbia -0.434540631888912565 +67364 cspg_html_4409656292 cspg_html_4409656292:717:76892:76911 Niobrara Regina, Saskatchewan -0.43919205226689878 +67365 aapg_ad_0.html aapg_ad_0.html:266:22808:22823 Queenston Michigan 0.0699716250932050504 +67366 aapg_aa_23.html aapg_aa_23.html:170:17563:17571 Winnipeg Manitoba 1.06973976582786934 +67367 cspg_html_4413081832 cspg_html_4413081832:525:50818:50836 Duvernay Lacombe, Alberta -0.485107349284571332 +67368 aapg_af_575.html aapg_af_575.html:389:52720:52728 Onondaga Helderberg -0.0799335614166205438 +67369 aapg_ac_528.html aapg_ac_528.html:39:4285:4293 Colorado Colorado -0.471888407816635713 +67370 aapg_ah_169.html aapg_ah_169.html:75:6788:6807 La Quinta Venezuela -0.218597928855436385 +67371 aapg_ah_694.html aapg_ah_694.html:195:23494:23508 Frio Texas -0.0247023791461900809 +67372 aapg_ad_557.html aapg_ad_557.html:8327:381151:381166 Isaac Victoria, British Columbia -0.0580629079805682485 +67373 palaios_html_5559953923 palaios_html_5559953923:138:14525:14539 Indian Springs Cotopaxi, Colorado -0.499213001693062597 +67374 aapg_ah_479.html aapg_ah_479.html:309:31342:31348 Sierra Venezuela -0.0877889427713105935 +67375 cspg_html_3328007773 cspg_html_3328007773:411:41159:41172 Boulder Creek Boulder Creek (Colorado) -0.433588832161453941 +67376 aapg_ah_328.html aapg_ah_328.html:132:12219:12229 Wellington Cheyenne, Wyoming -0.00030574332788744856 +67377 aapg_ak_135.html aapg_ak_135.html:70:12653:12668 Catalina Schist Los Angeles 0.627477503730690889 +67378 AMJC_html_5969956211 AMJC_html_5969956211:528:75704:75708 Java East Timor -0.00904754985525311507 +67379 aapg_af_16.html aapg_af_16.html:71:9149:9173 Belle Fourche Niobrara, Nebraska -0.0535328035811359418 +67380 aapg_ad_335.html aapg_ad_335.html:617:76167:76180 Gypsum Spring Cheyenne, Wyoming -0.440265166942118702 +67381 aapg_ae_337.html aapg_ae_337.html:6:838:845 Bedford Bedford, Massachusetts -0.391151427203922986 +67382 aapg_ac_295.html aapg_ac_295.html:61:6366:6390 Cutler Tripoli, Lebanon -0.0148699584237191908 +67383 aapg_ak_97.html aapg_ak_97.html:66:7605:7617 Red Mountain Irondale, Alabama -0.454305775206324536 +67384 aapg_af_625.html aapg_af_625.html:591:60993:60999 Salina Huntington, West Virginia -0.445984933244691462 +67385 aapg_aa_350.html aapg_aa_350.html:5:553:571 Traverse Saginaw, Michigan 0.0263436919689616841 +67386 geology_html_1763793577 geology_html_1763793577:72:6440:6452 Little River Matanuska Glacier -0.466714081975797668 +67387 aapg_ad_379.html aapg_ad_379.html:530:45313:45322 Popo Agie Arizona -0.040395903070456575 +67388 aapg_ah_94.html aapg_ah_94.html:25:3626:3646 Fort Union Cheyenne, Wyoming -0.46168136305604579 +67389 sedimentology_html_6454285340 sedimentology_html_6454285340:1477:101742:101746 Bond North Atlantic Current -0.471695028578207554 +67390 cspg_html_3008414459 cspg_html_3008414459:57:8924:8929 Eagle Middle East -0.0203460739927139034 +67391 aapg_ai_31.html aapg_ai_31.html:308:30530:30544 Oakville Oakville, California -0.470181697121159758 +67392 geology_html_6256782634 geology_html_6256782634:419:26269:26274 Price Sellwood Bridge -0.022353727877684245 +67393 palaios_html_7465495929 palaios_html_7465495929:161:15998:16015 La Luna Venezuela -0.181962249686020483 +67394 aapg_ah_505.html aapg_ah_505.html:1762:144022:144030 Colorado Colorado -0.257060844873444438 +67395 aapg_ai_366.html aapg_ai_366.html:105:11683:11701 Charles Lake Charles, Louisiana -0.014941203695627946 +67396 gsa_html_3510629601 gsa_html_3510629601:589:60607:60619 Wilcox Texas -0.471292292074721564 +67397 aapg_ae_473.html aapg_ae_473.html:148:12928:12938 Tuscaloosa Tuscaloosa, Alabama -0.435661502416701596 +67398 aapg_ai_569.html aapg_ai_569.html:184:22402:22407 Leduc Redwater, Texas -0.0323194681554540841 +67399 aapg_ae_813.html aapg_ae_813.html:824:70843:70854 Bowden Jamaica, Queens -0.461219460550356897 +67400 gsa_html_8740218609 gsa_html_8740218609:1327:120584:120612 Green River Colorado -0.0131340660726573313 +67401 aapg_ah_270.html aapg_ah_270.html:49:6007:6056 Cotton Valley Terryville, New York -0.0149690067830474411 +67402 aapg_ae_805.html aapg_ae_805.html:251:29555:29569 Naco Arizona -0.0486919238997245429 +67403 palaios_html_6620293274 palaios_html_6620293274:519:53856:53872 Noonday Dolomite Death Valley -0.477401564658383792 +67404 gsa_html_1549665076 gsa_html_1549665076:736:65974:65980 Oregon Boise, Idaho -0.432236767973233238 +67405 aapg_ah_320.html aapg_ah_320.html:52:5565:5575 Greenbrier Greenbrier (Great Smoky Mountains) -0.426766665462260386 +67406 gsa_html_8622484687 gsa_html_8622484687:952:80659:80676 Mirador Colombia -0.0432323316549263759 +67407 cspg_html_7138604143 cspg_html_7138604143:1027:90387:90395 Montreal Canada -0.49285239645366713 +67408 cspg_html_7330983978 cspg_html_7330983978:63:7374:7396 Boat Harbour Stephenville, Newfoundland and Labrador -0.175354892695805453 +67409 aapg_ai_136.html aapg_ai_136.html:202:14883:14891 Nacatoch Paluxy, Texas -0.0269348882327513015 +67410 palaios_html_3055982207 palaios_html_3055982207:14:713:721 Colorado Colorado -0.0312827215063834832 +67411 aapg_af_48.html aapg_af_48.html:627:53669:53688 Greenfield Dolomite Ohio -0.013877758051455481 +67412 gsa_html_4618680113 gsa_html_4618680113:1004:71784:71812 Green River New Mexico -0.0242016752892677545 +67413 sedimentology_html_2309878186 sedimentology_html_2309878186:898:55923:55943 Toro Roman Empire -0.0433629440146906728 +67414 aapg_ae_876.html aapg_ae_876.html:442:47544:47558 Cedar Mountain Cedar Mountains -0.456661018199272462 +67415 cspg_html_9771826320 cspg_html_9771826320:847:123466:123487 Bathurst Canadian Arctic Archipelago -0.474863540124580097 +67416 cspg_html_4326384800 cspg_html_4326384800:316:37590:37598 Ramparts Mackenzie River -0.46853104470756296 +67417 aapg_ac_70.html aapg_ac_70.html:512:56750:56767 Oquirrh Logan, Utah 0.405838872978861953 +67418 cspg_html_5810500722 cspg_html_5810500722:295:37449:37457 Columbia Victoria, British Columbia -0.0396508111021446064 +67419 aapg_aa_546.html aapg_aa_546.html:142:14213:14231 Sundance Cheyenne, Wyoming 0.0532067233163113218 +67420 aapg_aa_24.html aapg_aa_24.html:923:104223:104228 Yukon Memphis International Airport -0.49345891443649581 +67421 gsa_html_4128085755 gsa_html_4128085755:601:59373:59382 San Diego California -0.0312427146313614852 +67422 aapg_ac_316.html aapg_ac_316.html:180:20095:20105 San Andres Amarillo, Texas -0.0167658489119699126 +67423 palaios_html_1574666570 palaios_html_1574666570:429:33893:33901 Michigan Ontario, California -0.0518153822203646572 +67424 aapg_ae_680.html aapg_ae_680.html:341:34320:34338 Woodbine Mississippi River -0.00786789401885567251 +67425 palaios_html_5268628065 palaios_html_5268628065:208:28611:28629 Cercado Dominican Republic -0.0231725008237077118 +67426 cspg_html_4272664788 cspg_html_4272664788:434:48738:48744 Antler Arctic Cordillera -0.0390781048690825028 +67427 gsa_html_7151930388 gsa_html_7151930388:675:64281:64291 Las Cruces Albuquerque, New Mexico -0.467889067103673728 +67428 aapg_aa_761.html aapg_aa_761.html:614:78751:78774 Viking Lacombe, Alberta 0.984403357002399448 +67429 aapg_af_131.html aapg_af_131.html:711:73256:73274 Tecovas Panhandle, Texas 0.229049702139889316 +67430 cspg_html_7688587411 cspg_html_7688587411:181:18025:18065 Belle Fourche Lacombe, Alberta 0.0037592765078730871 +67431 gsa_html_2369908260 gsa_html_2369908260:161:14537:14549 Independence Big Pines, California -0.491056633019370192 +67432 cspg_html_4338314003 cspg_html_4338314003:451:48918:48934 Viking Lacombe, Alberta -0.0122896166911195832 +67433 aapg_ai_923.html aapg_ai_923.html:71:12567:12573 Denver California -0.44721379024503416 +67434 geology_html_3911481921 geology_html_3911481921:89:11925:11943 Stirling Quartzite Grapevine, California -0.0197168810314956311 +67435 gsa_html_3022805793 gsa_html_3022805793:34:2552:2565 Imnaha Basalt Snake River Canyon (Idaho) -0.0140758476190941898 +67436 aapg_ah_428.html aapg_ah_428.html:464:55120:55131 San Antonio Red River of the North -0.476172115937115059 +67437 aapg_ac_126.html aapg_ac_126.html:59:9445:9452 Yucatan Melbourne, Florida -0.497000516635433987 +67438 gsa_html_5625878232 gsa_html_5625878232:258:36382:36396 Northumberland Victoria, British Columbia -0.484135384227082133 +67439 aapg_ac_366.html aapg_ac_366.html:303:33487:33506 Tonoloway Salina, Kansas -0.442539913358205417 +67440 aapg_ai_272.html aapg_ai_272.html:55:7475:7483 Montreal Quebec -0.450608983410958508 +67441 aapg_aa_626.html aapg_aa_626.html:443:41912:41918 Walker Mexico -0.42422364691980291 +67442 aapg_ai_615.html aapg_ai_615.html:266:29035:29058 Brushy Canyon West, Texas -0.476593313058899071 +67443 cspg_html_5891044027 cspg_html_5891044027:350:68022:68052 Dutch Creek Purcell Mountains -0.452882496357985831 +67444 cspg_html_3233680622 cspg_html_3233680622:108:15644:15662 Eureka Sound Western world 0.805474866812612156 +67445 geology_html_4117187879 geology_html_4117187879:413:29377:29380 Rye Cheyenne, Wyoming -0.44721379024503416 +67446 geology_html_1210546744 geology_html_1210546744:224:15807:15812 Piper London, Ontario -0.0295955881019379606 +67447 aapg_ah_337.html aapg_ah_337.html:257:30326:30346 Georgetown Texas -0.00334234682961829285 +67448 aapg_ac_832.html aapg_ac_832.html:63:8393:8417 Stony Mountain Richmond, California -0.0192371787858654775 +67449 aapg_ae_513.html aapg_ae_513.html:136:11929:11933 Frio Brazoria County, Texas 0.0139472629974676295 +67450 aapg_ah_606.html aapg_ah_606.html:113:10682:10707 Madison Regina, Saskatchewan -0.0355416373678999614 +67451 gsa_html_7151930388 gsa_html_7151930388:927:77761:77767 Sonora Mexico -0.0443365036009496297 +67452 cspg_html_4530154552 cspg_html_4530154552:53:9427:9435 Columbia Victoria, British Columbia -0.446110205830797302 +67453 cspg_html_2419618566 cspg_html_2419618566:559:73949:73960 Peace River Saguenay River -0.0505498065309665512 +67454 aapg_ah_260.html aapg_ah_260.html:429:59886:59930 Twin Creek Logan, Utah -0.0833966631908211881 +67455 aapg_ae_805.html aapg_ae_805.html:865:104355:104363 Colorado Brill -0.517959661345332334 +67456 aapg_ah_775.html aapg_ah_775.html:607:52792:52800 Colorado Colorado -0.471543117662309108 +67457 aapg_ae_305.html aapg_ae_305.html:964:80027:80033 Perija Maracaibo -0.449440672427322663 +67458 aapg_ac_841.html aapg_ac_841.html:1047:108519:108534 Atima Juticalpa -0.00590649599379846572 +67459 geology_html_5956073975 geology_html_5956073975:12:563:571 Virginia Reston, Virginia -0.465616092314337648 +67460 palaios_html_3028956190 palaios_html_3028956190:700:78196:78200 Kope Kentucky -0.437951625350357587 +67461 AMJC_html_5952299936 AMJC_html_5952299936:346:40295:40313 Flournoy Baldwin, Nassau County, New York -0.0315036314272049284 +67462 sedimentology_html_2865738906 sedimentology_html_2865738906:77:6373:6394 Lake Valley Alamogordo, New Mexico -0.43491631701600808 +67463 aapg_ai_153.html aapg_ai_153.html:99:17745:17762 Monongahela Pottsville, Pennsylvania -0.0606145356761965959 +67464 aapg_af_518.html aapg_af_518.html:355:37316:37320 Ladd Caribbean -0.0712359219424234941 +67465 palaios_html_5371490677 palaios_html_5371490677:573:64437:64457 Fort Payne Kentucky -0.23884026801031305 +67466 aapg_ac_187.html aapg_ac_187.html:116:10467:10475 Edmonton Durham, North Carolina -0.472604743150075168 +67467 aapg_ak_122.html aapg_ak_122.html:4:569:575 Brazil Senegal -0.0155737316203797341 +67468 geology_html_3908555385 geology_html_3908555385:381:31477:31481 Bern Peru, Indiana -0.0449670253897642563 +67469 gsa_html_6567049100 gsa_html_6567049100:1045:83215:83221 Oregon Deschutes County, Oregon -0.507841039296802688 +67470 aapg_ac_631.html aapg_ac_631.html:171:22441:22456 Split Rock Cheyenne, Wyoming -0.0504626536225437905 +67471 aapg_ai_138.html aapg_ai_138.html:22:1936:1944 Virginia Virginia -0.0524220993978513419 +67472 gsa_html_6784853399 gsa_html_6784853399:862:74135:74144 Extension Tyrrhenian Sea -0.0221155785118801462 +67473 aapg_ae_789.html aapg_ae_789.html:24:3934:3955 Alexo Western world -0.458439436141955869 +67474 sedimentology_html_8510537334 sedimentology_html_8510537334:419:28661:28682 Wood Canyon California -0.258383316623636838 +67475 cspg_html_3023030263 cspg_html_3023030263:576:60442:60450 Colorado Regina, Saskatchewan -0.478377564070346595 +67476 palaios_html_8113714689 palaios_html_8113714689:301:34182:34201 Copes Bay Devon Island -0.0194666001171388929 +67477 aapg_ac_984.html aapg_ac_984.html:359:31487:31504 Shakopee Trempealeau, Wisconsin -0.0153513023699453546 +67478 aapg_af_575.html aapg_af_575.html:1137:163705:163726 Main Street Fort Worth, Texas -0.451270191944311616 +67479 aapg_ac_333.html aapg_ac_333.html:1130:134593:134610 Kaibab Arizona -0.466727815469158758 +67480 aapg_ac_478.html aapg_ac_478.html:464:52894:52928 Solor Church Rice County, Kansas -0.0841243170057191653 +67481 gsa_html_3244543920 gsa_html_3244543920:526:45259:45293 Bluffer Pond Portland, Maine -0.484135384227082133 +67482 cspg_html_6284849447 cspg_html_6284849447:297:20915:20937 Moreno California -0.0183873001701448657 +67483 aapg_af_900.html aapg_af_900.html:18:2964:2970 Dayton Houston -0.0596859178207084368 +67484 aapg_ad_351.html aapg_ad_351.html:884:81708:81724 Keokuk Burlington, Ontario -0.469189557204259144 +67485 aapg_ae_324.html aapg_ae_324.html:133:12988:12996 Virginia Knoxville, Tennessee -0.493017552793039049 +67486 cspg_html_5688447798 cspg_html_5688447798:276:31076:31084 Montreal Calgary -0.110861999955482821 +67487 aapg_ai_705.html aapg_ai_705.html:370:40783:40787 Mina Tyrrhenian Sea -0.522744762084662362 +67488 cspg_html_1841843683 cspg_html_1841843683:37:5701:5725 Sundance Black Hills -0.427672143055296883 +67489 aapg_aa_945.html aapg_aa_945.html:62:5289:5295 Oregon Rock River (Iowa) 0.0151114980887050287 +67490 geology_html_4117187879 geology_html_4117187879:384:27554:27562 Michigan Elko, Nevada -0.0416442398946082412 +67491 geology_html_2694254780 geology_html_2694254780:257:21118:21125 Paradox Delaware -0.443688311537407287 +67492 aapg_ah_665.html aapg_ah_665.html:4:604:626 Lincoln Peak Middle East -0.0616026532469797841 +67493 palaios_html_7111318862 palaios_html_7111318862:1150:110128:110149 Belly River Ottawa, Kansas -0.429934117971200513 +67494 aapg_ae_960.html aapg_ae_960.html:59:8527:8545 Madison Lacombe, Alberta 0.0173358628953661428 +67495 gsa_html_1650524399 gsa_html_1650524399:709:77133:77144 Green River Colorado -0.4597920302667165 +67496 aapg_ah_182.html aapg_ah_182.html:47:5496:5517 Jacksonburg Closter, New Jersey -0.00530888185460337992 +67497 aapg_ad_800.html aapg_ad_800.html:86:8792:8807 Gordo Tuscaloosa, Alabama 0.00112916628904579774 +67498 palaios_html_6273516581 palaios_html_6273516581:629:59872:59880 Colorado New Mexico -0.512168508162658687 +67499 aapg_ad_356.html aapg_ad_356.html:425:41873:41896 Cotton Valley Haynesville, Louisiana -0.412799667795391623 +67500 aapg_af_854.html aapg_af_854.html:627:86676:86692 Warsaw Salem, Massachusetts 0.0321837813752043692 +67501 aapg_ac_406.html aapg_ac_406.html:105:9761:9770 Smackover Tuscaloosa, Alabama 0.0232350838706968307 +67502 gsa_html_6117440194 gsa_html_6117440194:107:12025:12052 Madison Middle East -0.0161993249316557293 +67503 gsa_html_2832151886 gsa_html_2832151886:197:13969:13992 Belle Fourche Lacombe, Alberta -0.0156814715209821626 +67504 aapg_ah_686.html aapg_ah_686.html:3:493:511 Kekiktuk Anchorage, Alaska -0.0532381100685256278 +67505 aapg_aa_702.html aapg_aa_702.html:1386:141724:141730 Luther Livonia, Michigan -0.47944058990843208 +67506 gsa_html_5928791685 gsa_html_5928791685:126:12846:12865 Cambridge Argillite Cambridge, Massachusetts -0.0626555402961383595 +67507 aapg_ac_915.html aapg_ac_915.html:174:21861:21865 Rome Great Britain -0.431721156363299219 +67508 aapg_ad_785.html aapg_ad_785.html:685:74123:74142 Ingleside Colorado -0.468015132988553406 +67509 cspg_html_3831007171 cspg_html_3831007171:99:11604:11614 Big Valley Buffalo Pound Lake -0.0728713868027355133 +67510 sedimentology_html_3668336165 sedimentology_html_3668336165:30:1676:1685 Hampshire Newport, Rhode Island -0.466714081975797668 +67511 AMJC_html_5471526645 AMJC_html_5471526645:460:62147:62155 Virginia Charlotte, North Carolina -0.442548827459522287 +67512 aapg_ac_586.html aapg_ac_586.html:9:1623:1643 Pottsville Pennsylvania 0.0209370481380516393 +67513 aapg_ah_140.html aapg_ah_140.html:194:20185:20193 Colorado Emery Theatre -0.423312692876289309 +67514 cspg_html_2882304151 cspg_html_2882304151:11:1232:1253 Loon River Dissected Till Plains -0.473903010792736112 +67515 cspg_html_2758185645 cspg_html_2758185645:100:10243:10253 Mount Head Lacombe, Alberta -0.493201622149070484 +67516 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9567:9576 Frankfort Rangeley, Maine -0.0311226948006410493 +67517 palaios_html_4244053259 palaios_html_4244053259:197:16801:16835 Juniata Pennsylvania -0.411657696219220992 +67518 AMJC_html_3632105729 AMJC_html_3632105729:479:67484:67494 Washington Boise, Idaho -0.0221938023877403003 +67519 aapg_ai_929.html aapg_ai_929.html:319:45413:45419 Walker Mississippi River -0.499213001693062597 +67520 aapg_ad_182.html aapg_ad_182.html:213:27402:27415 Woodbine East Texas -0.477158315306099867 +67521 aapg_ah_645.html aapg_ah_645.html:22:3448:3456 Sundance Black Hills 1.09280490441451095 +67522 palaios_html_8113714689 palaios_html_8113714689:294:33238:33253 Grove Bennington, Vermont -0.492239240738401806 +67523 AMJC_html_7984049819 AMJC_html_7984049819:1085:106402:106421 Bathurst New Brunswick, New Jersey -0.479475427251918496 +67524 aapg_aa_643.html aapg_aa_643.html:228:24983:25002 Knoxville Great Valley, New York -0.481905893496514026 +67525 aapg_ac_635.html aapg_ac_635.html:108:13263:13282 Hornbrook Klamath River, California -0.456416618922522499 +67526 cspg_html_9905904289 cspg_html_9905904289:30:4722:4731 Frenchman Cypress Hills, Brooklyn -0.470200080639580853 +67527 aapg_ai_773.html aapg_ai_773.html:47:7434:7458 Detroit River Bloomington, Indiana -0.449431691216236939 +67528 aapg_ae_68.html aapg_ae_68.html:108:13719:13736 Oquirrh Logan, Utah -0.277972559563021249 +67529 aapg_ae_570.html aapg_ae_570.html:55:6057:6074 Lockport Dolomite Huntington, West Virginia -0.00786789401885567251 +67530 aapg_ae_147.html aapg_ae_147.html:596:63375:63382 Norfolk Virginia -0.0207667065675008616 +67531 aapg_af_85.html aapg_af_85.html:235:26691:26699 Columbia Victoria, British Columbia 0.0122722414388244504 +67532 aapg_ah_60.html aapg_ah_60.html:237:22761:22771 Stillwater Stillwater, Oklahoma -0.458784199315796892 +67533 gsa_html_9724885783 gsa_html_9724885783:396:33972:33980 San Jose Mexico -0.485663921579086111 +67534 aapg_ai_50.html aapg_ai_50.html:132:8352:8367 Maquoketa Missouri River -0.495035064466688546 +67535 aapg_ai_154.html aapg_ai_154.html:197:23402:23410 Onondaga Potter County, Texas -0.469189557204259144 +67536 gsa_html_8241338635 gsa_html_8241338635:614:60174:60190 Toroweap Peach Springs, Arizona -0.496235102069879308 +67537 aapg_ac_366.html aapg_ac_366.html:134:17430:17449 Rose Hill Pennsylvania -0.439125439995052158 +67538 AMJC_html_4464898807 AMJC_html_4464898807:91:10546:10553 Shuswap Victoria, British Columbia -0.465595518002078101 +67539 aapg_ah_96.html aapg_ah_96.html:236:26858:26867 Williston Regina, Saskatchewan -0.441437455474761709 +67540 jgeology_html_9055319560 jgeology_html_9055319560:171:12706:12711 Choco Caribbean Plate -0.446029671493266278 +67541 gsa_html_4058959570 gsa_html_4058959570:97:7470:7493 Macal Guatemala -0.512245776264901864 +67542 aapg_ai_583.html aapg_ai_583.html:151:21735:21743 Sundance Cheyenne, Wyoming 1.01473350507202476 +67543 aapg_ah_903.html aapg_ah_903.html:80:13803:13816 Cook Mountain Charlotte, North Carolina -0.39123387417681621 +67544 aapg_aa_267.html aapg_aa_267.html:73:6773:6783 Greenbrier Huntington, West Virginia -0.49880187346517274 +67545 cspg_html_2498183035 cspg_html_2498183035:352:38681:38701 Swan Hills Canada -0.0344697965895258002 +67546 gsa_html_1338947136 gsa_html_1338947136:11:464:470 Denver Colorado -0.495711798447340535 +67547 cspg_html_8387792223 cspg_html_8387792223:1404:119679:119694 Banff Lacombe, Alberta 0.0069488599553278246 +67548 aapg_ac_609.html aapg_ac_609.html:6:626:640 Methy Canada -0.45295011354581094 +67549 cspg_html_9435196958 cspg_html_9435196958:464:20920:20926 Jordan Lacombe, Alberta -0.035973188044241329 +67550 gsa_html_7737235229 gsa_html_7737235229:1141:74159:74187 Green River Colorado -0.0476429233409196642 +67551 gsa_html_4482097834 gsa_html_4482097834:350:35376:35388 Mount Rogers North Carolina -0.475196277624828634 +67552 gsa_html_6491840124 gsa_html_6491840124:948:77832:77837 Logan Boise, Idaho -0.0272913568249384605 +67553 aapg_aa_360.html aapg_aa_360.html:361:32092:32098 Joliet Cibolo, Texas 0.00619835605907248944 +67554 aapg_ah_464.html aapg_ah_464.html:23:4095:4105 Pottsville Ohio 0.856749643298986174 +67555 cspg_html_2803424832 cspg_html_2803424832:51:6933:6944 Trold Fiord Ellesmere Island -0.062493142819730535 +67556 gsa_html_3436154175 gsa_html_3436154175:1148:91271:91277 Denver Colorado -0.0539303977788516478 +67557 aapg_ah_536.html aapg_ah_536.html:186:24683:24700 Hosston Texas -0.436805862873274886 +67558 aapg_ah_329.html aapg_ah_329.html:9:902:919 Sisquoc Monterey, California -0.0829688923513382803 +67559 cspg_html_2297270979 cspg_html_2297270979:407:51348:51374 Traverse Michigan -0.442542141875480355 +67560 aapg_ae_465.html aapg_ae_465.html:202:21789:21808 Smackover Cotton Valley, Louisiana -0.452887004013691252 +67561 aapg_ad_784.html aapg_ad_784.html:157:17114:17132 Vaqueros Ojai, California -0.443782030321690002 +67562 cspg_html_9018334227 cspg_html_9018334227:498:62245:62280 Peratrovich Anchorage, Alaska -0.0160255473539090525 +67563 aapg_ad_325.html aapg_ad_325.html:870:85813:85830 Rodessa Mississippi River 0.028096488186581503 +67564 cspg_html_3041902517 cspg_html_3041902517:1474:153273:153295 Road Canyon West, Texas -0.0575708500128760542 +67565 cspg_html_2512172037 cspg_html_2512172037:62:6069:6087 Grosmont Lacombe, Alberta -0.462166276497962936 +67566 jgeology_html_8750845452 jgeology_html_8750845452:137:13165:13190 Lake Michigan Milwaukee -0.494798572382738111 +67567 jgeology_html_4305195651 jgeology_html_4305195651:1275:107537:107555 Catskill Hyner View State Park -0.0396699599273111145 +67568 cspg_html_5241714595 cspg_html_5241714595:669:100069:100083 Woodbend Williston Basin -0.0449008358068114649 +67569 cspg_html_3097746547 cspg_html_3097746547:466:58662:58696 Kootenay Victoria, British Columbia -0.483477129634449443 +67570 aapg_ac_333.html aapg_ac_333.html:1220:146232:146248 Hueco New Mexico -0.0541518744999871654 +67571 palaios_html_5552054627 palaios_html_5552054627:633:51649:51662 Potsdam Quebec City -0.0134398809418536571 +67572 cspg_html_4374961624 cspg_html_4374961624:79:11763:11774 Arctomys Mississippian culture -0.0241651662660577748 +67573 gsa_html_3896686383 gsa_html_3896686383:736:65484:65493 Peninsula Korea -0.418742552630068099 +67574 gsa_html_2374661120 gsa_html_2374661120:660:62857:62885 Provo Logan, Utah -0.474888953093082877 +67575 AMJC_html_8831189197 AMJC_html_8831189197:199:23339:23350 Green River Cheyenne, Wyoming -0.0381938711768296663 +67576 aapg_ah_646.html aapg_ah_646.html:254:29877:29888 Green River Colorado -0.0523523592034746896 +67577 aapg_af_360.html aapg_af_360.html:229:21149:21169 Wellington Noble County, Indiana -0.452821645198212441 +67578 aapg_ae_296.html aapg_ae_296.html:315:30408:30412 Word Carlsbad, New Mexico -0.0128247793458777584 +67579 sedimentology_html_7173233072 sedimentology_html_7173233072:119:9357:9363 Denver Colorado -0.474808096218428344 +67580 aapg_ac_291.html aapg_ac_291.html:65:4765:4773 Virginia Virginia -0.0112818678629079024 +67581 sedimentology_html_7469811723 sedimentology_html_7469811723:765:57915:57922 Francis London, Ontario -0.474069180634086484 +67582 cspg_html_2083823293 cspg_html_2083823293:57:8487:8499 Beaver Mines Fernie, British Columbia -0.434606918343987458 +67583 aapg_ah_318.html aapg_ah_318.html:756:81422:81441 Smackover Arkansas 0.0329179005483870232 +67584 jgeology_html_3196624419 jgeology_html_3196624419:677:45452:45469 Temblor California -0.432227951733042737 +67585 aapg_af_241.html aapg_af_241.html:798:80880:80890 Rio Grande Texas -0.463526807661379381 +67586 aapg_ae_993.html aapg_ae_993.html:276:25865:25884 Jefferson Western world 0.00515947912724753696 +67587 aapg_af_896.html aapg_af_896.html:252:23569:23589 Keokuk New Mexico -0.04294324990358038 +67588 cspg_html_2139304729 cspg_html_2139304729:453:40738:40756 Imperial Mackenzie River -0.00500312776260552431 +67589 geology_html_9818459550 geology_html_9818459550:12:502:508 Oregon Salem, Oregon -0.466782751574986277 +67590 palaios_html_8767224707 palaios_html_8767224707:385:31216:31230 Kope Cincinnati -0.460944252925189812 +67591 cspg_html_5456368738 cspg_html_5456368738:88:9368:9385 Nahanni Root River (Wisconsin) -0.224205502982887467 +67592 aapg_af_169.html aapg_af_169.html:225:23755:23759 Java Java -0.00436035322610329925 +67593 cspg_html_4298557570 cspg_html_4298557570:109:16297:16313 Battle Edmonton, London 0.0117440383913719158 +67594 gsa_html_1860930948 gsa_html_1860930948:530:60555:60569 Ogallala Nebraska -0.469667114565224364 +67595 cspg_html_4326384800 cspg_html_4326384800:682:92422:92430 Columbia Lacombe, Alberta -0.0373010146688876193 +67596 palaios_html_2376163646 palaios_html_2376163646:63:8189:8202 Bearpaw Hell Creek Formation -0.00639293020944086028 +67597 aapg_ad_2.html aapg_ad_2.html:463:68626:68650 Waynesboro Pennsylvania -0.0391129188633264693 +67598 jgeology_html_1403059257 jgeology_html_1403059257:803:60465:60469 Hall London, Ontario -0.0339634929094720234 +67599 aapg_ai_17.html aapg_ai_17.html:8:1186:1205 Catahoula Shreveport, Louisiana -0.441798115405519942 +67600 aapg_ak_60.html aapg_ak_60.html:492:58017:58037 Missisauga Onondaga (tribe) -0.416233588263895504 +67601 gsa_html_9296779210 gsa_html_9296779210:743:64930:64940 Montgomery Sangre de Cristo Range -0.0791364994490296597 +67602 aapg_ae_324.html aapg_ae_324.html:216:21461:21470 Newcastle Mechanicsburg, Ohio -0.408411716790418711 +67603 sedimentology_html_3063208535 sedimentology_html_3063208535:783:71217:71233 Dakota Logan, Utah -0.448408411516637184 +67604 aapg_ad_721.html aapg_ad_721.html:332:32883:32893 Whitehorse New Mexico -0.457582637906406409 +67605 aapg_ae_267.html aapg_ae_267.html:50:5298:5306 Catskill Onondaga (tribe) -0.46328736756315686 +67606 gsa_html_7151930388 gsa_html_7151930388:1039:84587:84597 Las Cruces Albuquerque, New Mexico -0.455197874748240694 +67607 cspg_html_7378664643 cspg_html_7378664643:949:120915:120943 Wabamun Lacombe, Alberta 0.36313380236373749 +67608 geology_html_2438726195 geology_html_2438726195:410:29516:29522 Active Mid-Atlantic Ridge -0.494543235417533422 +67609 aapg_ak_101.html aapg_ak_101.html:4:586:592 Sonora Salvador, Bahia -0.49570469701623765 +67610 cspg_html_9023649778 cspg_html_9023649778:354:41677:41684 Halfway Lacombe, Alberta -0.450595494357366455 +67611 cspg_html_2803424832 cspg_html_2803424832:50:6618:6628 Hare Fiord Ellesmere Island -0.0338991191876076986 +67612 AMJC_html_6759408618 AMJC_html_6759408618:506:49310:49319 Lancaster Pennsylvania -0.00434298101078220162 +67613 cspg_html_4293350162 cspg_html_4293350162:396:43969:43973 Wendover Western world -0.464884854319956187 +67614 aapg_ah_655.html aapg_ah_655.html:318:30046:30067 Hartshorne Atoka, Oklahoma -0.457650607934439568 +67615 aapg_aa_507.html aapg_aa_507.html:45:5554:5560 Winona Tuscaloosa, Alabama -0.445157668105484183 +67616 sedimentology_html_2487314953 sedimentology_html_2487314953:1360:98452:98473 Cliff House Colorado -0.492423140812619287 +67617 cspg_html_4105062490 cspg_html_4105062490:106:10895:10907 Cooking Lake Lacombe, Alberta -0.473746101631411953 +67618 cspg_html_7833083677 cspg_html_7833083677:2596:220679:220684 Yukon Canada -0.456344217050148659 +67619 gsa_html_2168907540 gsa_html_2168907540:167:19250:19261 Black Creek Cascade Locks, Oregon -0.0222894098360483031 +67620 geology_html_5689737055 geology_html_5689737055:75:9019:9023 Hall Texas -0.436819151869522138 +67621 aapg_ai_773.html aapg_ai_773.html:72:10535:10558 Detroit River Michigan -0.0249388283192189877 +67622 gsa_html_6329945861 gsa_html_6329945861:75:5514:5542 Green River Colorado -0.0225014864703161413 +67623 sedimentology_html_8384737970 sedimentology_html_8384737970:78:8728:8745 Potsdam Ontario, California 0.00247722244128732597 +67624 gsa_html_5924250698 gsa_html_5924250698:362:29804:29812 Colorado Chuska Mountains -0.0776583441323688423 +67625 cspg_html_5660413005 cspg_html_5660413005:41:5926:5943 Gramina Blue Ridge Mountains -0.462111625185478381 +67626 cspg_html_7378664643 cspg_html_7378664643:669:104348:104378 Belden Colorado -0.441486425747427802 +67627 aapg_ai_410.html aapg_ai_410.html:131:14019:14027 Colorado New Mexico -0.0243268497329823634 +67628 aapg_ae_72.html aapg_ae_72.html:420:37448:37454 Chinle Logan, Utah -0.18988330188489691 +67629 aapg_ai_583.html aapg_ai_583.html:353:42933:42950 Rierdon Powder River (Montana) -0.442976805415170927 +67630 aapg_aa_702.html aapg_aa_702.html:1642:156442:156454 Saskatchewan Williston, Vermont -0.496896208616799728 +67631 gsa_html_2729737430 gsa_html_2729737430:611:62770:62787 Conant Creek Tuff Signal Mountain (Wyoming) -0.457582637906406409 +67632 aapg_ah_140.html aapg_ah_140.html:202:20922:20930 Colorado Colorado -0.0653820349799959372 +67633 cspg_html_1878628154 cspg_html_1878628154:110:13396:13428 Montney Western Canadian Sedimentary Basin -0.572429418028121972 +67634 cspg_html_4382149016 cspg_html_4382149016:479:59334:59355 Lawrence Canada -0.450608983410958508 +67635 cspg_html_9717154602 cspg_html_9717154602:716:67367:67391 Schrader Bluff Anchorage, Alaska -0.0342523093425481095 +67636 cspg_html_2013109828 cspg_html_2013109828:461:75232:75238 Fernie Victoria, British Columbia -0.430334367802676421 +67637 aapg_ac_631.html aapg_ac_631.html:184:24386:24404 Teewinot Boise, Idaho -0.469230874046953295 +67638 cspg_html_3385840278 cspg_html_3385840278:109:16573:16592 Waterways Lacombe, Alberta -0.0159490856269059456 +67639 geology_html_9015185849 geology_html_9015185849:234:23613:23621 Colorado Anchorage, Alaska -0.450582005503512739 +67640 gsa_html_3646882130 gsa_html_3646882130:35:4060:4087 Columbia Salem, Oregon -0.479960973619786069 +67641 aapg_ae_628.html aapg_ae_628.html:22:2402:2412 Washington California -0.468255854243320946 +67642 cspg_html_1346993331 cspg_html_1346993331:19:2342:2350 Edmonton Western world -0.0200714512738383588 +67643 gsa_html_8985264904 gsa_html_8985264904:16:750:765 Baca San Jose, California -0.435880527044409383 +67644 aapg_ac_187.html aapg_ac_187.html:4855:463049:463058 San Diego California -0.484317543793189031 +67645 aapg_af_479.html aapg_af_479.html:776:81695:81720 Mission Valley California -0.160847165991828578 +67646 geology_html_8086244922 geology_html_8086244922:110:10317:10329 Owens Valley North Atlantic Current -0.498374324087579645 +67647 gsa_html_9234326602 gsa_html_9234326602:686:78656:78683 Purisima California -0.0490160622596066617 +67648 cspg_html_3233680622 cspg_html_3233680622:974:98908:98920 Eureka Sound Ellesmere Island 0.000211935711374605716 +67649 cspg_html_6873686255 cspg_html_6873686255:21:2290:2300 Crossfield Grand Prairie, Texas -0.552148520685517896 +67650 aapg_ah_847.html aapg_ah_847.html:270:32394:32410 Tinton Tinton Falls, New Jersey 0.0289434063312669736 +67651 sedimentology_html_8872877945 sedimentology_html_8872877945:1235:56304:56309 Baird Fraser River (Colorado) -0.428929839085586462 +67652 cspg_html_8854733099 cspg_html_8854733099:504:52203:52208 Price Lacombe, Alberta -0.430176006996349836 +67653 aapg_ac_71.html aapg_ac_71.html:89:11466:11489 Sailor Canyon Westgate, Canterbury -0.075065645472002826 +67654 aapg_ai_975.html aapg_ai_975.html:199:22757:22774 Hosston County Sligo -0.120266669942715898 +67655 aapg_ah_422.html aapg_ah_422.html:239:20591:20604 Turner Valley Highwood, Illinois -0.467980749597819323 +67656 geology_html_9303342015 geology_html_9303342015:250:21802:21816 Buen Greenland 0.419018587071319115 +67657 aapg_ah_351.html aapg_ah_351.html:95:10174:10194 Tuscaloosa Mississippi River -0.410654977258053444 +67658 cspg_html_4287356899 cspg_html_4287356899:1147:158378:158394 Alapah Southeast Asia -0.467071222132578012 +67659 cspg_html_9771826320 cspg_html_9771826320:159:25233:25252 Hoodoo Melville Island (Canada) -0.095660420979053376 +67660 aapg_ad_683.html aapg_ad_683.html:661:66645:66653 Moenkopi Chinle Formation -0.467978457419396532 +67661 geology_html_3216923540 geology_html_3216923540:75:9462:9484 Sokoman Canada -0.438031460031225395 +67662 aapg_ah_49.html aapg_ah_49.html:240:25662:25679 Castaic Castaic, California -0.0585689638564125953 +67663 aapg_ai_277.html aapg_ai_277.html:213:25078:25098 Lane Matamoros, Tamaulipas -0.46132865731218986 +67664 aapg_ae_499.html aapg_ae_499.html:317:33516:33524 Colorado Nebraska -0.0493785557228638358 +67665 jgeology_html_6016138758 jgeology_html_6016138758:732:45103:45124 Poul Creek Yakutat City and Borough, Alaska 0.330996858848342845 +67666 aapg_ae_613.html aapg_ae_613.html:61:6915:6923 Scotland Great Britain -0.459294782857853967 +67667 cspg_html_6665051947 cspg_html_6665051947:576:52582:52601 Athabasca Canada -0.462261924354454456 +67668 cspg_html_4298557570 cspg_html_4298557570:39:5718:5726 Paskapoo Edmonton, London -0.108643315896902654 +67669 sedimentology_html_1311285381 sedimentology_html_1311285381:611:58298:58401 Adams France -0.0649348100920485449 +67670 aapg_ah_505.html aapg_ah_505.html:781:62060:62078 Fountain Denver -0.502850661160650247 +67671 aapg_ad_763.html aapg_ad_763.html:735:86159:86168 Jacalitos Alcalde, New Mexico -0.461001107058420345 +67672 cspg_html_6377182173 cspg_html_6377182173:226:33096:33107 Coal Valley Lacombe, Alberta -0.0208953316866823252 +67673 aapg_ac_262.html aapg_ac_262.html:119:11565:11582 Tamabra Tampico, Illinois -0.486401118306284352 +67674 aapg_ad_169.html aapg_ad_169.html:42:5340:5358 Maccrady Greenbrier (Great Smoky Mountains) 0.0243268497329823356 +67675 sedimentology_html_8926418472 sedimentology_html_8926418472:887:84350:84368 Dunvegan Lacombe, Alberta -0.00846727342264548197 +67676 gsa_html_3447147750 gsa_html_3447147750:1534:113818:113846 Green River Colorado -0.0364186783313174417 +67677 cspg_html_4143222666 cspg_html_4143222666:96:13019:13037 Niobrara Milk River, Alberta -0.000165031905109087207 +67678 aapg_ai_756.html aapg_ai_756.html:7:851:860 Smackover Tuscaloosa, Alabama -0.0667291605834423041 +67679 aapg_ad_466.html aapg_ad_466.html:607:68629:68646 Marshalltown Swedesboro, New Jersey -0.103341433820315368 +67680 palaios_html_3105248303 palaios_html_3105248303:205:21886:21900 Kope Kentucky -0.0298634270365841781 +67681 cspg_html_9468274627 cspg_html_9468274627:90:12895:12903 Columbia Victoria, British Columbia -0.434580403200599208 +67682 aapg_ai_17.html aapg_ai_17.html:1562:112373:112380 Reynosa Matamoros, Tamaulipas -0.0438697385751906713 +67683 cspg_html_2161417858 cspg_html_2161417858:73:10016:10036 Big Valley Lacombe, Alberta 0.0034048861784739216 +67684 cspg_html_3854139935 cspg_html_3854139935:85:13784:13796 Judith River Edmonton, London 0.0125259211045502007 +67685 sedimentology_html_9378527223 sedimentology_html_9378527223:135:10223:10239 Dakota Iowa 0.347893541532280914 +67686 aapg_ai_49.html aapg_ai_49.html:206:24059:24065 Toroweap New Mexico -0.433588832161453941 +67687 cspg_html_9905904289 cspg_html_9905904289:16:2974:2980 Ferris Regina, Saskatchewan -0.0195726214963804213 +67688 aapg_ah_289.html aapg_ah_289.html:539:74622:74636 Monterey California -0.102247466137432075 +67689 aapg_ad_440.html aapg_ad_440.html:180:15642:15657 Bluefield Bluefield, West Virginia -0.0265071378839745256 +67690 geology_html_5339295464 geology_html_5339295464:11:485:491 Oregon Salem, Oregon -0.0473711120814198014 +67691 aapg_ad_669.html aapg_ad_669.html:3:226:242 Morgan Northern Utah -0.465558942626108085 +67692 palaios_html_8113714689 palaios_html_8113714689:84:8390:8406 Au Train Munising, Michigan -0.510884990900938862 +67693 aapg_ad_351.html aapg_ad_351.html:766:66638:66647 Northview Sedalia, Missouri -0.0184133695346841396 +67694 aapg_ad_317.html aapg_ad_317.html:208:19815:19826 Beekmantown Middle Ordovician -0.424706781734201677 +67695 aapg_ah_430.html aapg_ah_430.html:174:12612:12627 Sundance Loveland, Ohio 0.98042227884095412 +67696 cspg_html_7330983978 cspg_html_7330983978:741:60582:60601 Swan Hills Lacombe, Alberta -0.0331440604270269723 +67697 cspg_html_4272664788 cspg_html_4272664788:192:25038:25043 Banff Lacombe, Alberta -0.434712986404073964 +67698 sedimentology_html_1046729113 sedimentology_html_1046729113:1857:151959:151975 Gates Victoria, British Columbia -0.0129759471663572871 +67699 aapg_ae_255.html aapg_ae_255.html:269:30700:30710 Frio Texas -0.4010480756391126 +67700 aapg_ac_290.html aapg_ac_290.html:54:4485:4492 Rodessa Paluxy, Texas 0.00259187716092955768 +67701 aapg_ah_329.html aapg_ah_329.html:73:7452:7460 Monterey Santa Maria, California -0.0831687474910221408 +67702 cspg_html_1242153796 cspg_html_1242153796:22:3144:3162 Glenogle Victoria, British Columbia -0.0198420227136738916 +67703 cspg_html_8990290265 cspg_html_8990290265:115:17836:17861 Beaverhill Lacombe, Alberta -0.0227396412990933557 +67704 sedimentology_html_3417381350 sedimentology_html_3417381350:1547:108386:108400 Monterey California -0.0371791885469511946 +67705 gsa_html_7195000001 gsa_html_7195000001:838:105728:105749 Strathcona Fiord Ellesmere Island -0.0188200559458422435 +67706 gsa_html_1071078122 gsa_html_1071078122:712:65201:65226 Sierra New Mexico -0.448484669177164286 +67707 sedimentology_html_6475812971 sedimentology_html_6475812971:89:9079:9085 Tuscan Umbria -0.460946527021081187 +67708 palaios_html_3889678675 palaios_html_3889678675:1077:104173:104191 Quinault Washington (state) -0.456391730122837791 +67709 sedimentology_html_2726982309 sedimentology_html_2726982309:1198:81804:81824 Fall River Cheyenne, Wyoming -0.465616092314337648 +67710 gsa_html_4985165678 gsa_html_4985165678:32:2567:2575 Colorado Denver -0.489889776983278402 +67711 cspg_html_5456368738 cspg_html_5456368738:202:28039:28050 Peace River Great Slave Lake -0.466842269540434285 +67712 gsa_html_4339524478 gsa_html_4339524478:667:70680:70686 Oregon Washington (state) -0.0474930775226503829 +67713 sedimentology_html_6076554928 sedimentology_html_6076554928:2098:63407:63411 Kano Atlantic Northeast -0.027056608189623254 +67714 aapg_aa_563.html aapg_aa_563.html:118:17338:17346 Monterey Reno, Nevada -0.414938230881873871 +67715 aapg_af_3.html aapg_af_3.html:182:18995:19004 St. Johns Springerville, Arizona -0.0405891491966653695 +67716 aapg_ae_797.html aapg_ae_797.html:225:25333:25338 Aneth Colorado -0.251944768601767566 +67717 gsa_html_4438819447 gsa_html_4438819447:68:7713:7732 Mattagami Moose River (Ontario) -0.0293555813701503708 +67718 aapg_ae_324.html aapg_ae_324.html:345:34783:34790 Holston Knoxville, Illinois 0.0068081397182383728 +67719 aapg_ac_613.html aapg_ac_613.html:167:24408:24426 Mesaverde Mesa, Arizona -0.0525336851134121097 +67720 gsa_html_8319219146 gsa_html_8319219146:359:38097:38117 New Oxford Leesburg, Florida -0.464432702411418319 +67721 AMJC_html_6755612993 AMJC_html_6755612993:112:13774:13784 Washington Norfolk, Virginia -0.456661018199272462 +67722 aapg_ah_318.html aapg_ah_318.html:1222:123691:123714 Cotton Valley Arkansas -0.444157000692344317 +67723 aapg_aa_44.html aapg_aa_44.html:21:2823:2830 Gateway Colorado 0.0925019411369065458 +67724 aapg_ac_628.html aapg_ac_628.html:973:149823:149833 Phosphoria Central America -0.0241651662660577748 +67725 aapg_ad_973.html aapg_ad_973.html:46:6759:6766 Yucatan Melbourne, Florida -0.487729676915167776 +67726 aapg_ae_364.html aapg_ae_364.html:283:26779:26784 Ancon Estancia, New Mexico -0.0917394935520658428 +67727 sedimentology_html_3101598025 sedimentology_html_3101598025:27:1937:1944 Waikato Ottawa, Kansas -0.00490757986669080291 +67728 aapg_ah_751.html aapg_ah_751.html:55:4315:4324 Boquillas Central Texas -0.499213001693062597 +67729 aapg_ai_148.html aapg_ai_148.html:116:11697:11713 Belly River Bearpaw Formation 0.0132661220895765857 +67730 aapg_ah_105.html aapg_ah_105.html:17:2864:2874 San Andres Nashville Basin -0.439631812877842865 +67731 aapg_ai_49.html aapg_ai_49.html:493:64058:64067 Ingleside Colorado -0.473663043482949409 +67732 cspg_html_8363357104 cspg_html_8363357104:69:10457:10472 Skoki Lacombe, Alberta -0.0429084214197919464 +67733 cspg_html_7336022118 cspg_html_7336022118:425:44935:44942 Halifax Bridgetown, Nova Scotia -0.0315888654763454985 +67734 cspg_html_7970836465 cspg_html_7970836465:82:10937:10954 Mingan Anticosti Island -0.0129759471663572871 +67735 AMJC_html_7984049819 AMJC_html_7984049819:176:20505:20512 Kittery Portland, Maine -0.488912357297633382 +67736 gsa_html_4913703235 gsa_html_4913703235:99:9108:9127 Whirlpool Crawford County, Georgia -0.427689691071663991 +67737 aapg_ad_67.html aapg_ad_67.html:266:35219:35226 Carrizo Carrizo Plain 0.0162097516274166825 +67738 aapg_ac_730.html aapg_ac_730.html:587:84246:84252 Dakota Mesa, Arizona -0.285566829586023252 +67739 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10332:10350 Wanakah Summerville, South Carolina -0.0957659224263696651 +67740 aapg_ac_618.html aapg_ac_618.html:77:7350:7358 Wolfcamp Nashville Basin -0.0270809523083245587 +67741 aapg_ai_144.html aapg_ai_144.html:280:29340:29361 Belly River Southern Alberta 0.658353061432287334 +67742 aapg_ae_223.html aapg_ae_223.html:419:51613:51625 Wasatch Wasatch Range -0.452172819913734925 +67743 aapg_aa_645.html aapg_aa_645.html:133:18964:18972 Kootenai Lacombe, Alberta -0.42423457487964078 +67744 aapg_aa_23.html aapg_aa_23.html:110:12597:12605 Winnipeg Manitoba 1.08187997975135741 +67745 aapg_ai_516.html aapg_ai_516.html:185:25175:25195 Mansfield Retford railway station -0.508674901751657416 +67746 gsa_html_6788701225 gsa_html_6788701225:903:81148:81155 Madison Wisconsin -0.0295955881019379606 +67747 gsa_html_1217771406 gsa_html_1217771406:673:62195:62205 San Miguel Santa Cruz Island -0.44255997020698512 +67748 aapg_ai_975.html aapg_ai_975.html:1009:81058:81076 Kiamichi Mexico 0.025573434537620069 +67749 aapg_ac_91.html aapg_ac_91.html:474:35841:35861 Scott Peak Lacombe, Alberta 0.323540934227103172 +67750 aapg_ad_269.html aapg_ad_269.html:15:1904:1923 Wilcox East Texas 0.342315549276430098 +67751 aapg_ae_415.html aapg_ae_415.html:9:1455:1474 Catahoula Tampa, Florida -0.408239699577949033 +67752 aapg_ae_59.html aapg_ae_59.html:291:29302:29319 Skull Creek Mexico -0.419603518287304689 +67753 aapg_ad_852.html aapg_ad_852.html:118:10302:10315 Abo New Mexico -0.461601707643698789 +67754 aapg_ah_203.html aapg_ah_203.html:558:91765:91783 Morrison New Mexico 0.0425514373897620327 +67755 aapg_ad_845.html aapg_ad_845.html:174:16614:16642 East Fork Tioga, Texas -0.0144772441484254995 +67756 aapg_ad_466.html aapg_ad_466.html:634:72071:72079 Navesink Mount Laurel Township, New Jersey -0.450676431675374467 +67757 aapg_ad_91.html aapg_ad_91.html:468:35086:35094 Rockwood Shreveport, Louisiana -0.456416618922522499 +67758 aapg_ah_878.html aapg_ah_878.html:116:13262:13272 St. Edmund Manitoulin Island -0.0733525034842169993 +67759 jgeology_html_7023488312 jgeology_html_7023488312:743:48520:48544 Riley Middle East -0.457532796484121151 +67760 aapg_aa_484.html aapg_aa_484.html:143:12470:12474 Yeso Wichita, Kansas -0.00922476160912374769 +67761 aapg_ah_973.html aapg_ah_973.html:160:10181:10192 Black River Bladen County, North Carolina -0.0316201760960104078 +67762 aapg_ae_905.html aapg_ae_905.html:58:5861:5869 Traverse Missouri River -0.431256465733329653 +67763 cspg_html_2498183035 cspg_html_2498183035:346:38394:38414 Swan Hills Lacombe, Alberta -0.432236767973233238 +67764 cspg_html_5832944175 cspg_html_5832944175:504:51505:51514 Mackenzie Lacombe, Alberta -0.460953349343471763 +67765 aapg_ae_498.html aapg_ae_498.html:213:20290:20309 Blackford Blackford, Somerset -0.0060576376426468119 +67766 geology_html_5972436991 geology_html_5972436991:11:547:557 Washington Seattle -0.0420064113899637007 +67767 AMJC_html_4692260170 AMJC_html_4692260170:616:64638:64648 Laurentian Green Mountain -0.466714081975797668 +67768 gsa_html_1776474442 gsa_html_1776474442:765:67550:67556 Brazil Bolivia -0.45644603384473742 +67769 aapg_ad_460.html aapg_ad_460.html:309:29607:29617 Fort Worth Texas -0.0274982867037121582 +67770 cspg_html_8477386212 cspg_html_8477386212:31:4139:4166 Wabamun Michigan Basin -0.455347020329573748 +67771 gsa_html_9299329909 gsa_html_9299329909:480:55667:55680 Santa Barbara Santa Monica, California -0.466741549175746284 +67772 aapg_ah_532.html aapg_ah_532.html:15:2004:2019 Ouray Ouray, Colorado -0.0894881044177332219 +67773 aapg_ac_506.html aapg_ac_506.html:143:15450:15460 Washington Allegheny Mountains -0.0508949420504662894 +67774 cspg_html_3026112034 cspg_html_3026112034:100:9643:9678 Swan Hills Lacombe, Alberta -0.0765220112251028262 +67775 aapg_ae_973.html aapg_ae_973.html:980:73988:73992 Yeso New Mexico -0.417578421309473924 +67776 cspg_html_6927586285 cspg_html_6927586285:450:58371:58388 Halfway Lacombe, Alberta -0.464656465989479628 +67777 cspg_html_4210762654 cspg_html_4210762654:98:14790:14805 Nisku Lacombe, Alberta -0.475138501585752326 +67778 cspg_html_9361096527 cspg_html_9361096527:23:4799:4838 Judith River Lacombe, Alberta -0.0294216697317379976 +67779 aapg_ak_73.html aapg_ak_73.html:116:9708:9730 Tongue River Medora, North Dakota -0.521434705772356399 +67780 aapg_ad_784.html aapg_ad_784.html:482:51920:51925 Sespe Monterey, California -0.444856013246054061 +67781 aapg_aa_148.html aapg_aa_148.html:34:5415:5429 Junction Creek Entrada Sandstone -0.0668742008765395302 +67782 aapg_ai_17.html aapg_ai_17.html:67:4500:4516 Midway Shreveport, Louisiana -0.452927573923113447 +67783 aapg_af_489.html aapg_af_489.html:66:7024:7037 Jackson Texas -0.430277178902051582 +67784 aapg_ah_107.html aapg_ah_107.html:37:5361:5368 Sabinas Coahuila -0.518353693130880755 +67785 aapg_ai_468.html aapg_ai_468.html:63:8564:8581 Bossier Shreveport, Louisiana -0.227505938682808134 +67786 aapg_af_857.html aapg_af_857.html:478:41504:41513 Claremont San Gabriel Valley -0.0161298137457332978 +67787 aapg_ae_392.html aapg_ae_392.html:181:15410:15414 Hall Norwood, Massachusetts -0.0411306079885422268 +67788 gsa_html_3205893764 gsa_html_3205893764:91:10970:10994 Lincoln Creek Logan, Utah -0.459837454744856933 +67789 aapg_ac_882.html aapg_ac_882.html:431:41023:41042 Bellevue Bellevue, Nebraska -0.485266333037401854 +67790 palaios_html_4939666561 palaios_html_4939666561:80:10463:10479 Clays Ferry Frankfort, Illinois -0.470629904958731249 +67791 aapg_ah_3.html aapg_ah_3.html:60:8624:8638 Toro Saudi Arabia -0.0617388373496724763 +67792 sedimentology_html_6084996636 sedimentology_html_6084996636:570:58467:58487 Point Loma San Diego -0.0498072961417324808 +67793 jgeology_html_2563614336 jgeology_html_2563614336:1383:83065:83071 Oregon Salem, Oregon -0.472770666406185036 +67794 cspg_html_6644065685 cspg_html_6644065685:227:23520:23545 Weatherall Banks Island 0.0223589428647652418 +67795 cspg_html_4385655879 cspg_html_4385655879:133:18514:18521 Wabamun Edmonton, London -0.0699261649121321327 +67796 aapg_ac_400.html aapg_ac_400.html:347:40425:40430 Mingo Logan, Utah -0.484413309843390927 +67797 aapg_ah_387.html aapg_ah_387.html:2661:288030:288039 Knoxville Knoxville, Illinois -0.441397390812390766 +67798 geology_html_9001300846 geology_html_9001300846:218:20505:20509 Bond North Atlantic Current -0.468015132988553406 +67799 aapg_ai_491.html aapg_ai_491.html:26:4876:4882 Denver Colorado -0.482963947665808413 +67800 gsa_html_8398449001 gsa_html_8398449001:48:3480:3489 Bear Lake Lake Bonneville -0.0473815661889043852 +67801 aapg_ah_505.html aapg_ah_505.html:1562:126603:126610 Manitou Adelaide -0.459819284677136619 +67802 aapg_ad_358.html aapg_ad_358.html:71:10808:10817 Vicksburg Alabama -0.041731299024428424 +67803 geology_html_8757137275 geology_html_8757137275:50:5108:5138 Washington Peel, Isle of Man -0.0580210292623837137 +67804 geology_html_2705128271 geology_html_2705128271:36:2902:2925 Kingston Peak Boise, Idaho -0.0137370110791438689 +67805 geology_html_2760377496 geology_html_2760377496:313:23181:23187 Moscow Russia -0.466741549175746284 +67806 aapg_ae_958.html aapg_ae_958.html:1734:151284:151305 Bluff Carlsbad, New Mexico -0.432514521719123246 +67807 cspg_html_8904992939 cspg_html_8904992939:211:28528:28549 Cooking Lake Lacombe, Alberta -0.4804630690816033 +67808 geology_html_2868693517 geology_html_2868693517:99:6366:6377 Simla India -0.464533160716817162 +67809 gsa_html_4169081385 gsa_html_4169081385:514:49231:49243 Owens Valley Western world -0.016748470666176702 +67810 aapg_ad_182.html aapg_ad_182.html:333:40799:40806 Antlers Reno, Nevada -0.4617701303183811 +67811 cspg_html_2553187793 cspg_html_2553187793:20:4056:4096 Beaverhill Lacombe, Alberta -0.527118051498324247 +67812 gsa_html_5928791685 gsa_html_5928791685:90:8617:8628 Bedford Cambridge, Massachusetts -0.498032441543816373 +67813 gsa_html_5272671610 gsa_html_5272671610:261:23877:23884 Spokane Washington (state) -0.028708628918134603 +67814 aapg_aa_328.html aapg_aa_328.html:598:46361:46372 Chicontepec Puerta -0.0482597604774050865 +67815 gsa_html_7464626519 gsa_html_7464626519:454:49517:49538 Uncompahgre Colorado -0.468317764612058318 +67816 aapg_aa_231.html aapg_aa_231.html:218:21995:22013 Niobrara Western world -0.0972062999443770448 +67817 gsa_html_1079290957 gsa_html_1079290957:883:90007:90032 Preuss Cheyenne, Wyoming 0.338942929315691199 +67818 aapg_ak_97.html aapg_ak_97.html:98:10498:10529 Red Mountain Alabama -0.467194881190696076 +67819 aapg_ac_924.html aapg_ac_924.html:3:190:200 Wind River Cheyenne, Wyoming -0.0468954646470770981 +67820 gsa_html_6657110469 gsa_html_6657110469:65:6848:6855 Pioneer Cape Blanco Light -0.441798115405519942 +67821 aapg_ac_546.html aapg_ac_546.html:166:21088:21102 Frio Gulf Coast of the United States -0.420944322840909546 +67822 aapg_ae_394.html aapg_ae_394.html:21:2387:2397 Rio Palmar Maracaibo -0.448408411516637184 +67823 cspg_html_3404912985 cspg_html_3404912985:107:18142:18163 Belly River Lacombe, Alberta 0.0321194176827209119 +67824 gsa_html_3946358846 gsa_html_3946358846:1106:93357:93370 Bedford Flint, Michigan -0.0563112094221221299 +67825 aapg_aa_350.html aapg_aa_350.html:3:221:229 Michigan Saginaw, Michigan -0.0570962758686634417 +67826 aapg_af_397.html aapg_af_397.html:487:56185:56192 Entrada Entrada Sandstone -0.476028677762377117 +67827 gsa_html_9052101586 gsa_html_9052101586:512:63359:63376 Peoria Peoria, Illinois -0.479586916180102352 +67828 cspg_html_3409371621 cspg_html_3409371621:27:4240:4248 Columbia Victoria, British Columbia -0.466782751574986277 +67829 aapg_ad_2.html aapg_ad_2.html:1183:161879:161890 Black River Stones River -0.495958018438408699 +67830 gsa_html_9457387752 gsa_html_9457387752:973:80549:80555 Dayton East Tennessee -0.0138430056451466221 +67831 cspg_html_4680804918 cspg_html_4680804918:591:78336:78356 Bow Island Colorado -0.0733367571381979416 +67832 gsa_html_7199417381 gsa_html_7199417381:285:31583:31600 White River Nebraska -0.410622648467641627 +67833 aapg_af_808.html aapg_af_808.html:542:74941:74949 Scotland Barbados -0.00312693377810404575 +67834 gsa_html_4308966435 gsa_html_4308966435:198:22846:22861 Ophir Logan, Utah -0.410536443540969742 +67835 aapg_ah_329.html aapg_ah_329.html:69:6705:6720 Lospe Knoxville, Illinois -0.174830360797725709 +67836 AMJC_html_1873062106 AMJC_html_1873062106:144:21965:21986 Cedar Mountain Colorado Plateau -0.482917309945881279 +67837 aapg_af_877.html aapg_af_877.html:177:20372:20389 Cypress Illinois -0.480191064487370922 +67838 aapg_af_579.html aapg_af_579.html:18:2600:2606 Navajo Logan, Utah -0.0106146855167584628 +67839 palaios_html_2623118674 palaios_html_2623118674:920:98241:98259 Morrison Logan, Utah -0.0457369532827290315 +67840 aapg_af_11.html aapg_af_11.html:633:66804:66820 Elbert Ouray, Colorado -0.0188530778518021767 +67841 jgeology_html_4121584613 jgeology_html_4121584613:175:13134:13152 Beaumont Texas -0.453085363047098455 +67842 palaios_html_6978265091 palaios_html_6978265091:1135:93539:93551 Taylor Antarctica -0.458641287983651336 +67843 aapg_ah_505.html aapg_ah_505.html:1371:109362:109375 Fountain Hunting Creek -0.421027095781893512 +67844 gsa_html_5060576576 gsa_html_5060576576:12:503:509 Twilight Gneiss Anchorage, Alaska -0.450582005503512739 +67845 jgeology_html_9413634903 jgeology_html_9413634903:572:45815:45819 Elko Elko County, Nevada -0.0355764391888484105 +67846 aapg_af_397.html aapg_af_397.html:719:89747:89754 Entrada Entrada Sandstone 0.000416922734646836166 +67847 aapg_aa_563.html aapg_aa_563.html:305:39159:39165 Dakota New Mexico -0.402932560256648253 +67848 AMJC_html_7984049819 AMJC_html_7984049819:393:39402:39426 Kittery Berwick, Pennsylvania -0.478284785297837578 +67849 cspg_html_6984906794 cspg_html_6984906794:294:26444:26465 Shaftesbury Lacombe, Alberta -0.0258394556349876708 +67850 palaios_html_4782349341 palaios_html_4782349341:191:21851:21868 Keokuk Burlington, Ontario -0.470179399208385473 +67851 geology_html_9161832999 geology_html_9161832999:12:664:673 Rochester Earth 0.0288373212008630891 +67852 palaios_html_7206591444 palaios_html_7206591444:601:76015:76036 Road Canyon Guadalupe Mountains National Park -0.0507572345457288979 +67853 geology_html_7287678807 geology_html_7287678807:13:733:738 Queen Egham Hythe -0.441486425747427802 +67854 sedimentology_html_7186710002 sedimentology_html_7186710002:744:76599:76604 Piper London, Ontario -0.484359586108593421 +67855 cspg_html_8273598401 cspg_html_8273598401:451:44402:44410 Montreal Quebec City -0.0207284668430632625 +67856 cspg_html_7587979364 cspg_html_7587979364:217:17626:17639 Sulphur Point Lacombe, Alberta -0.471382028770717776 +67857 cspg_html_5807593737 cspg_html_5807593737:427:53931:53943 Duperow Regina, Saskatchewan -0.0303173748455716902 +67858 aapg_ah_52.html aapg_ah_52.html:84:11536:11555 Matanuska Canada 0.980706023970205898 +67859 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3251:3257 Carmel Entrada Sandstone -0.0497724382944867913 +67860 aapg_ac_117.html aapg_ac_117.html:61:12369:12381 Austin Chalk Texas -0.40038656628078334 +67861 geology_html_8643967398 geology_html_8643967398:382:28018:28021 Rye Netherlands -0.455197874748240694 +67862 cspg_html_6816015957 cspg_html_6816015957:543:54609:54620 Peace River Victoria, British Columbia -0.460953349343471763 +67863 aapg_ac_262.html aapg_ac_262.html:131:13081:13087 Sierra Matamoros, Tamaulipas -0.499227264098479506 +67864 aapg_ae_805.html aapg_ae_805.html:330:39629:39647 Hermosa Emery Theatre -0.500516638951101323 +67865 cspg_html_4694482219 cspg_html_4694482219:608:63833:63840 Bearpaw Drumheller 0.817748723534367561 +67866 cspg_html_5541725202 cspg_html_5541725202:547:71818:71829 Mabou Bridgetown, Nova Scotia -0.0492217054882720523 +67867 aapg_af_779.html aapg_af_779.html:107:13826:13841 Bedford Michigan -0.0340731030781195529 +67868 aapg_ad_466.html aapg_ad_466.html:65:6726:6732 Tinton Mount Laurel Township, New Jersey 0.848790630155791481 +67869 gsa_html_4339524478 gsa_html_4339524478:930:87839:87845 Oregon Dubuque, Iowa -0.039213880157219938 +67870 cspg_html_9136481292 cspg_html_9136481292:616:62790:62808 Dunvegan Victoria, British Columbia -0.0233880656689205678 +67871 gsa_html_2076560873 gsa_html_2076560873:280:31492:31574 Strathcona Fiord Ellesmere Island 0.808414226328334151 +67872 gsa_html_6765882493 gsa_html_6765882493:926:118501:118540 Prairie Michigan Basin -0.444871652179790411 +67873 gsa_html_1569131616 gsa_html_1569131616:44:3575:3597 Water Island Puerto Rico -0.0338277865791703769 +67874 cspg_html_8904992939 cspg_html_8904992939:379:45244:45259 Leduc Middle East -0.0397082576932654904 +67875 gsa_html_1040524378 gsa_html_1040524378:475:58199:58206 Challis Absaroka -0.472722268874013252 +67876 aapg_ai_916.html aapg_ai_916.html:37:4803:4831 Wilcox Houston -0.00965910742103491191 +67877 aapg_ai_28.html aapg_ai_28.html:32:2474:2481 Reynosa Uvalde, Texas -0.471303796266449471 +67878 aapg_ae_777.html aapg_ae_777.html:274:32087:32111 Espiritu Santo New Mexico -0.424322003042767071 +67879 aapg_ah_612.html aapg_ah_612.html:139:13052:13060 Dunvegan Lacombe, Alberta -0.46957525648780718 +67880 aapg_aa_684.html aapg_aa_684.html:186:18485:18494 Popo Agie Cheyenne, Wyoming -0.0311226948006410493 +67881 aapg_aa_145.html aapg_aa_145.html:320:34835:34843 Columbia Victoria, British Columbia -0.0131340660726573313 +67882 gsa_html_9052101586 gsa_html_9052101586:281:29296:29308 Wedron Lake Michigan -0.006663945278057983 +67883 aapg_ad_800.html aapg_ad_800.html:159:19455:19464 Owl Creek Missouri River -0.0300077841382245594 +67884 aapg_ai_957.html aapg_ai_957.html:460:46251:46261 Rio Grande Texas -0.0279486743171803304 +67885 aapg_ae_639.html aapg_ae_639.html:132:11943:11956 Cotton Valley Polk County, Florida -0.466132892839340118 +67886 sedimentology_html_1308526935 sedimentology_html_1308526935:1333:78315:78320 Rapid San Fernando Valley -0.466810220907495799 +67887 gsa_html_5274400800 gsa_html_5274400800:592:48336:48354 Monterey California -0.406379519352218999 +67888 cspg_html_6216640615 cspg_html_6216640615:35:3896:3914 Redknife Lake Ontario -0.0245285217971666809 +67889 cspg_html_3129231627 cspg_html_3129231627:172:23576:23599 Eleanor River Ellesmere Island -0.226777324807542036 +67890 sedimentology_html_6192916422 sedimentology_html_6192916422:597:49900:49910 Sherbrooke Canada -0.51380234798317781 +67891 cspg_html_1597341612 cspg_html_1597341612:21:3792:3826 Virginia Redwater, Texas -0.0427795572276395697 +67892 aapg_aa_644.html aapg_aa_644.html:363:33369:33378 East Fork Turkey Creek, Louisiana -0.473718414704639712 +67893 aapg_ae_28.html aapg_ae_28.html:967:69886:69894 Michigan Michigan -0.449541717141150321 +67894 aapg_ai_996.html aapg_ai_996.html:1335:59070:59088 Magothy Closter, New Jersey 0.808209116132472483 +67895 aapg_aa_702.html aapg_aa_702.html:2071:179763:179769 Denver Colorado -0.0615398000659245978 +67896 aapg_ae_353.html aapg_ae_353.html:257:23661:23686 Sycamore Southeast Asia -0.479438267468745405 +67897 gsa_html_1591804446 gsa_html_1591804446:292:35303:35311 Colorado Logan, Utah -0.0525371721949112538 +67898 aapg_ai_81.html aapg_ai_81.html:522:43766:43783 Venango Western world -0.0180692565756011246 +67899 cspg_html_1114211412 cspg_html_1114211412:564:66391:66403 Saskatchewan Saskatoon -0.459860167847925383 +67900 palaios_html_5793673513 palaios_html_5793673513:116:14088:14109 Yorktown Virginia -0.454113919430063184 +67901 sedimentology_html_8926418472 sedimentology_html_8926418472:1351:100695:100713 Frontier Powder River Basin 0.00270479477611077846 +67902 aapg_ah_978.html aapg_ah_978.html:784:73828:73837 Jacalitos California -0.451193701085184695 +67903 aapg_af_59.html aapg_af_59.html:88:8003:8043 Ector Chalk Texas -0.00806073698202901257 +67904 sedimentology_html_8006979411 sedimentology_html_8006979411:1916:123239:123257 Kaskapau Lacombe, Alberta -0.0470400724197041903 +67905 aapg_ah_779.html aapg_ah_779.html:242:44505:44516 Martinsburg Juniata County School District -0.389784615359809017 +67906 aapg_af_653.html aapg_af_653.html:590:65283:65297 Temblor Rancho Santa Margarita, California 0.00866359361934424498 +67907 aapg_ad_350.html aapg_ad_350.html:486:54805:54812 Chemung Helderberg -0.429160487479880115 +67908 sedimentology_html_8415792465 sedimentology_html_8415792465:734:52907:52926 Monterey California -0.428809045611172668 +67909 aapg_ad_338.html aapg_ad_338.html:518:57143:57150 Magothy Potomac, Maryland -0.43911211811260753 +67910 aapg_ac_414.html aapg_ac_414.html:183:21956:21972 Concha Arizona -0.523821773562303528 +67911 aapg_ae_113.html aapg_ae_113.html:214:27820:27840 Bird Fiord Middle East -0.440245159686024512 +67912 palaios_html_3214166666 palaios_html_3214166666:16:1102:1108 Denver Colorado -0.509711797196706451 +67913 aapg_ac_305.html aapg_ac_305.html:10:1280:1304 Crystal River Williston, Vermont 0.000555897012734609666 +67914 aapg_ah_849.html aapg_ah_849.html:105:11945:11971 Banff Lacombe, Alberta -0.0184133695346841396 +67915 palaios_html_3308412288 palaios_html_3308412288:557:63900:63914 Stony Mountain Ottawa, Kansas -0.0207667065675008616 +67916 cspg_html_4893321109 cspg_html_4893321109:142:15610:15617 Halifax Bridgetown, Nova Scotia -0.0476394385223062114 +67917 gsa_html_6046354763 gsa_html_6046354763:30:2852:2880 Green River Colorado 0.0224841030390626473 +67918 cspg_html_5345848475 cspg_html_5345848475:334:38643:38662 Greenhorn Lacombe, Alberta -0.0215106592204126722 +67919 palaios_html_9162690338 palaios_html_9162690338:266:30471:30491 Pottsville Alabama -0.470365549607814404 +67920 cspg_html_6668748643 cspg_html_6668748643:11:628:641 Turner Valley Calgary 0.731439162075320226 +67921 gsa_html_9194968822 gsa_html_9194968822:30:1242:1250 Puyallup Washington (state) -0.0458327637888954545 +67922 cspg_html_8089302449 cspg_html_8089302449:564:98887:98907 Dawson Bay Regina, Saskatchewan -0.052249493647091097 +67923 jgeology_html_9366209199 jgeology_html_9366209199:363:34862:34872 Rio Grande Ottawa, Kansas -0.496938878513721649 +67924 aapg_aa_684.html aapg_aa_684.html:31:3870:3879 Chugwater Cheyenne, Wyoming -0.0514440544169057073 +67925 aapg_aa_718.html aapg_aa_718.html:69:7635:7654 Waynesburg Waynesburg, Pennsylvania -0.519378584467222626 +67926 aapg_ae_756.html aapg_ae_756.html:331:33700:33711 Simla Mussoorie -0.444856013246054061 +67927 gsa_html_1465687448 gsa_html_1465687448:441:56987:57006 Hillabee Greenstone Blue Ridge Mountains -0.464405306663695727 +67928 gsa_html_7464626519 gsa_html_7464626519:106:12590:12598 Colorado Arizona -0.473663043482949409 +67929 aapg_ad_871.html aapg_ad_871.html:409:38699:38706 Genshaw Michigan -0.433376961451207021 +67930 gsa_html_3800109653 gsa_html_3800109653:63:4896:4924 Green River Colorado -0.00157388492495419375 +67931 aapg_ac_995.html aapg_ac_995.html:359:30177:30196 Huizachal Mexico -0.498070421610056713 +67932 jgeology_html_3450428494 jgeology_html_3450428494:293:15889:15905 Manhattan Schist Hartford, Connecticut -0.471349814541787038 +67933 jgeology_html_1763946791 jgeology_html_1763946791:160:9818:9827 Eel River California -0.450080811334427622 +67934 cspg_html_4326384800 cspg_html_4326384800:453:57363:57383 Horn River Victoria, British Columbia -0.44280960294495586 +67935 aapg_ah_387.html aapg_ah_387.html:119:16419:16428 Knoxville Sierra Nevada (Spain) -0.0117822633156925947 +67936 aapg_ah_448.html aapg_ah_448.html:3:269:289 San Miguel Texas 0.718436083987155083 +67937 aapg_ae_907.html aapg_ae_907.html:222:30463:30483 Santa Margarita Tulare, California -0.430026468312881383 +67938 aapg_ac_477.html aapg_ac_477.html:618:72644:72661 Wapiabi Lacombe, Alberta -0.457691392417615917 +67939 aapg_ac_574.html aapg_ac_574.html:505:59225:59252 Imperial California 0.0266045108097300621 +67940 cspg_html_1822367166 cspg_html_1822367166:311:35416:35437 Fossil Hill Ontario, California -0.119544308444597652 +67941 cspg_html_3926542795 cspg_html_3926542795:170:22973:22991 Wabamun Swan Hill, Victoria -0.0248379892514390653 +67942 aapg_af_298.html aapg_af_298.html:90:9087:9097 Fort Payne Indian Creek, Florida -0.428929839085586462 +67943 cspg_html_9879671248 cspg_html_9879671248:26:3152:3158 Peoria Grand Prairie, Texas -0.0235062798697475116 +67944 aapg_ai_975.html aapg_ai_975.html:102:13863:13891 Cotton Valley County Sligo -0.455188836413653375 +67945 sedimentology_html_9272952561 sedimentology_html_9272952561:1381:52022:52035 Francis London, Ontario -0.0313488201123993324 +67946 cspg_html_9735723617 cspg_html_9735723617:1547:143637:143657 Weatherall Melville Island (Canada) 0.0264219371203866585 +67947 gsa_html_9280112280 gsa_html_9280112280:639:62860:62871 Grand Forks Lake Agassiz -0.453355922590981064 +67948 aapg_ac_749.html aapg_ac_749.html:89:11900:11906 Salina Guelph -0.460269102262388319 +67949 aapg_ah_560.html aapg_ah_560.html:253:26714:26725 Green River Logan, Utah -0.0291051443398700656 +67950 AMJC_html_8107504009 AMJC_html_8107504009:275:24355:24367 Fortin York -0.479670542308177961 +67951 aapg_ae_454.html aapg_ae_454.html:113:9413:9430 Bossier Shreveport, Louisiana -0.0238644046922454368 +67952 aapg_ak_87.html aapg_ak_87.html:132:20940:20954 Earp Supai, Arizona -0.482038661537539159 +67953 cspg_html_5501097280 cspg_html_5501097280:69:11803:11819 Hector Lacombe, Alberta -0.0210065757716986906 +67954 palaios_html_9948623145 palaios_html_9948623145:725:70687:70699 Rhode Island Bennington, Vermont -0.449467616590735308 +67955 aapg_ai_140.html aapg_ai_140.html:92:14469:14487 Lisburne Chandler, Arizona -0.497000516635433987 +67956 gsa_html_9280112280 gsa_html_9280112280:12:504:510 Toledo Toledo, Spain -0.466810220907495799 +67957 cspg_html_5381643866 cspg_html_5381643866:467:56907:56924 Gething Canada -0.433635185237620624 +67958 aapg_af_664.html aapg_af_664.html:247:27071:27087 San Andres New Mexico -0.419723157415338222 +67959 aapg_af_97.html aapg_af_97.html:108:13485:13505 Whitewater Elkhorn, Manitoba -0.0250466225487357037 +67960 cspg_html_5832944175 cspg_html_5832944175:504:51416:51434 Dunvegan Lacombe, Alberta -0.44505934010721393 +67961 cspg_html_1565769407 cspg_html_1565769407:100:13547:13566 Inverness Cape Breton Island -0.45421548506785292 +67962 gsa_html_9299329909 gsa_html_9299329909:724:78386:78400 Rockwell California -0.0433821006587485347 +67963 geology_html_4804337449 geology_html_4804337449:226:26136:26149 Hermosa Logan, Utah -0.480644453081816247 +67964 aapg_ah_620.html aapg_ah_620.html:131:18758:18776 Potsdam Winnipeg 0.0171603387287625683 +67965 cspg_html_3008414459 cspg_html_3008414459:20:2613:2629 Eagle Milk River, Alberta -0.446110205830797302 +67966 aapg_ai_249.html aapg_ai_249.html:510:66401:66418 Subinal Guatemala -0.48062584784091128 +67967 aapg_aa_796.html aapg_aa_796.html:60:6662:6670 Columbia Lacombe, Alberta -0.002921944296335324 +67968 aapg_ai_81.html aapg_ai_81.html:94:10252:10259 Chemung Wellsburg, West Virginia -0.433509375056355339 +67969 cspg_html_3097746547 cspg_html_3097746547:604:66588:66629 Clearwater Lacombe, Alberta -0.029932996517762829 +67970 aapg_ah_373.html aapg_ah_373.html:197:10643:10655 Marble Falls Llano, Texas -0.455279223830003521 +67971 aapg_af_854.html aapg_af_854.html:1096:154752:154768 Bethel Hardinsburg, Indiana -0.02660103319374214 +67972 aapg_ae_113.html aapg_ae_113.html:352:45904:45922 Read Bay Bathurst Island (Northern Territory) 0.0249770777964540731 +67973 cspg_html_2873888604 cspg_html_2873888604:359:55069:55100 Charlie Lake Victoria, British Columbia -0.432223543643836305 +67974 aapg_ah_828.html aapg_ah_828.html:516:49047:49066 Smackover Garfield County, Colorado -0.227269848419904108 +67975 aapg_af_745.html aapg_af_745.html:612:82472:82490 Niobrara Niobrara, Nebraska -0.463150573567572499 +67976 aapg_ah_318.html aapg_ah_318.html:1178:118374:118397 Cotton Valley Shreveport, Louisiana -0.371797038141230662 +67977 aapg_ai_787.html aapg_ai_787.html:75:8302:8311 Catahoula Karnes County, Texas -0.0108839893390520418 +67978 gsa_html_9266920022 gsa_html_9266920022:120:13449:13453 Rome Tuscumbia, Missouri -0.460487277041231158 +67979 aapg_aa_313.html aapg_aa_313.html:290:33308:33315 Halifax Canada -0.46105569042928074 +67980 aapg_ac_728.html aapg_ac_728.html:237:23904:23928 Marble Canyon Antelope Hills, Wyoming -0.462576268150975078 +67981 gsa_html_1549665076 gsa_html_1549665076:57:6095:6101 Oregon Palmer, Alaska -0.0295434123424303668 +67982 aapg_ae_419.html aapg_ae_419.html:3599:228312:228330 Kiamichi Texas -0.469120700106755939 +67983 aapg_ai_899.html aapg_ai_899.html:120:13015:13033 Oakville Texas -0.0667588673287185796 +67984 sedimentology_html_3841637081 sedimentology_html_3841637081:1134:52376:52389 Swan Hills Lacombe, Alberta -0.0297260284355998494 +67985 aapg_ae_305.html aapg_ae_305.html:137:17680:17686 Sierra Maracaibo -0.0173254356777415887 +67986 aapg_ad_723.html aapg_ad_723.html:192:17937:17955 Rustler San Angelo, Texas -0.446392131630084288 +67987 jgeology_html_4599466962 jgeology_html_4599466962:303:21682:21706 Seneca Edgecliff, New South Wales -0.514547843397291094 +67988 sedimentology_html_7330318168 sedimentology_html_7330318168:1693:102606:102610 Ross Stroudsburg, Pennsylvania -0.462097962880594848 +67989 sedimentology_html_9512899279 sedimentology_html_9512899279:623:39221:39245 Scripps San Diego -0.525096465108314314 +67990 aapg_ai_846.html aapg_ai_846.html:88:11978:11995 Prairie Texas -0.0118326507856826232 +67991 aapg_af_663.html aapg_af_663.html:190:21868:21875 Bedford Ardmore, Pennsylvania -0.453292784807282967 +67992 aapg_ae_581.html aapg_ae_581.html:561:63518:63533 Mt Lytton Niobrara, Nebraska -0.48663294001243923 +67993 aapg_ac_884.html aapg_ac_884.html:26:2955:2962 Clarita Clarita, Oklahoma -0.0820468668175087373 +67994 aapg_aa_351.html aapg_aa_351.html:47:5577:5585 Richmond Tahlequah, Oklahoma -0.0158535088155795055 +67995 cspg_html_9272820228 cspg_html_9272820228:407:38859:38879 Clearwater CFB Cold Lake -0.481230723565142238 +67996 aapg_ae_916.html aapg_ae_916.html:314:36386:36400 Colorado Devon -0.480667710196792775 +67997 AMJC_html_7984049819 AMJC_html_7984049819:249:26906:26924 Kittery Portland, Maine -0.456344217050148659 +67998 palaios_html_8505514256 palaios_html_8505514256:42:4516:4540 Fort Thompson Melbourne, Florida -0.480765396922298249 +67999 aapg_ae_419.html aapg_ae_419.html:3355:214330:214342 Barril Viejo Coahuila -0.043068633588496115 +68000 gsa_html_3014011851 gsa_html_3014011851:31:2606:2615 San Diego California -0.0327735084996737119 +68001 cspg_html_8337197939 cspg_html_8337197939:143:18084:18104 Turtle Mountain Turtle Mountain (Alberta) -0.475085351012185853 +68002 aapg_ah_633.html aapg_ah_633.html:207:30085:30106 Shoal River Port of South Louisiana -0.501703098265810388 +68003 gsa_html_2877093757 gsa_html_2877093757:20:737:748 San Antonio Texas -0.507408819774050168 +68004 aapg_ac_126.html aapg_ac_126.html:136:20254:20263 Smackover Haynesville, Louisiana -0.417415641024188155 +68005 sedimentology_html_3317453334 sedimentology_html_3317453334:1044:53413:53417 Hall London, Ontario -0.466714081975797668 +68006 aapg_ac_151.html aapg_ac_151.html:29:5407:5421 Frio Brazoria County, Texas -0.436898889813044922 +68007 aapg_ad_43.html aapg_ad_43.html:895:94986:94991 Cadiz Spain -0.014730943834189306 +68008 cspg_html_4270678085 cspg_html_4270678085:6:241:267 Palliser Lacombe, Alberta -0.435679199475508039 +68009 sedimentology_html_9634338365 sedimentology_html_9634338365:1530:103943:103977 San Andres New Mexico 0.0188026760171915025 +68010 aapg_ah_182.html aapg_ah_182.html:282:30690:30707 Sherman Fall Rockland County, New York -0.510894633924204866 +68011 aapg_ae_473.html aapg_ae_473.html:281:26286:26299 Porters Creek Mississippi River 0.335533791818206917 +68012 jgeology_html_4599466962 jgeology_html_4599466962:305:21925:21941 Schoharie Edgecliff, New South Wales -0.452896019392303839 +68013 cspg_html_8145657505 cspg_html_8145657505:32:5668:5688 Leduc Lacombe, Alberta -0.00756560119780054757 +68014 geology_html_2852518993 geology_html_2852518993:175:17996:18004 Virginia Blue Ridge Mountains -0.47032647773667996 +68015 gsa_html_3010975239 gsa_html_3010975239:178:26487:26494 Saginaw Michigan -0.415254330132500793 +68016 aapg_aa_684.html aapg_aa_684.html:238:22674:22678 Jelm John Crow Mountains -0.0500164465946093956 +68017 aapg_ad_880.html aapg_ad_880.html:267:28267:28276 Spearfish Elk Mountain, Wyoming 0.471329106019202193 +68018 aapg_ac_65.html aapg_ac_65.html:116:12536:12544 Robinson Colorado -0.0398475235984446785 +68019 aapg_ad_169.html aapg_ad_169.html:372:42957:42987 Greenbrier Greenbrier (Great Smoky Mountains) -0.0226370778536699215 +68020 cspg_html_2546442054 cspg_html_2546442054:70:10192:10208 Horseshoe Canyon Canada -0.50743042537916494 +68021 aapg_ad_2.html aapg_ad_2.html:1089:149373:149385 Chambersburg Pennsylvania -0.471336008805755435 +68022 aapg_ah_828.html aapg_ah_828.html:515:48936:48955 Smackover Mississippi River 0.33663957048508425 +68023 cspg_html_4326384800 cspg_html_4326384800:273:31820:31835 Cairn Lacombe, Alberta -0.459860167847925383 +68024 cspg_html_2284073413 cspg_html_2284073413:15:2036:2058 Grand Rapids Clearwater, Florida -0.0685870084886600756 +68025 aapg_af_751.html aapg_af_751.html:256:34594:34603 Point Sal Piedras Blancas National Park -0.0308043870775981631 +68026 aapg_ai_829.html aapg_ai_829.html:784:63893:63915 Marble Falls Texas -0.477158315306099867 +68027 aapg_ah_427.html aapg_ah_427.html:395:52259:52274 Stillwater Wichita Mountains -0.0364256392683856012 +68028 aapg_aa_684.html aapg_aa_684.html:372:35645:35654 Popo Agie Cheyenne, Wyoming -0.0386046469573407755 +68029 gsa_html_5550900489 gsa_html_5550900489:9:337:368 Luning Reno, Nevada -0.47076786107370483 +68030 AMJC_html_4299960498 AMJC_html_4299960498:873:97454:97464 Washington Toppenish, Washington -0.451767539383647998 +68031 cspg_html_4132771434 cspg_html_4132771434:232:32354:32362 Columbia Victoria, British Columbia -0.442575570278969321 +68032 aapg_ai_583.html aapg_ai_583.html:401:50488:50495 Rierdon Powder River (Montana) -0.00998573864189263374 +68033 aapg_aa_670.html aapg_aa_670.html:226:19077:19086 Smackover Cotton Valley, Louisiana -0.426895966757440959 +68034 gsa_html_9497185033 gsa_html_9497185033:1433:123289:123308 Ogallala Texas -0.382727915206069191 +68035 cspg_html_5541937700 cspg_html_5541937700:484:63989:64006 Cardium Lacombe, Alberta -0.0917675997111469938 +68036 aapg_af_886.html aapg_af_886.html:340:15958:15966 Oakville Texas -0.473746101631411953 +68037 aapg_af_95.html aapg_af_95.html:452:33436:33452 Walnut Texas -0.478586352630804512 +68038 aapg_aa_399.html aapg_aa_399.html:302:24239:24260 Peace River Clearwater, Florida -0.0113965411474177668 +68039 gsa_html_7232523169 gsa_html_7232523169:1124:100071:100099 Green River Colorado 0.000674025171207849952 +68040 aapg_ac_782.html aapg_ac_782.html:188:33088:33101 Barnett Ouachita Parish, Louisiana -0.0379467177170490291 +68041 cspg_html_2408887763 cspg_html_2408887763:171:22762:22772 Bow Island Elkton, Kentucky -0.47032647773667996 +68042 jgeology_html_9097445382 jgeology_html_9097445382:468:34478:34484 Ludlow Mongolia -0.0158621976007121031 +68043 cspg_html_6217113527 cspg_html_6217113527:6:507:527 Clearwater Lacombe, Alberta -0.0426837810068434811 +68044 AMJC_html_1873062106 AMJC_html_1873062106:1172:120937:120955 Morrison New Mexico -0.427134891546012585 +68045 aapg_ac_867.html aapg_ac_867.html:672:92356:92364 Sundance Cheyenne, Wyoming -0.0204677435827045166 +68046 geology_html_6173381301 geology_html_6173381301:343:26145:26155 Santa Rita New Mexico -0.0285260271643415532 +68047 aapg_ad_757.html aapg_ad_757.html:277:34506:34515 Maquoketa Decorah, Iowa 0.0256551529241273862 +68048 sedimentology_html_8491728149 sedimentology_html_8491728149:842:59941:59965 El Paso Texas -0.449433936510724996 +68049 aapg_ae_827.html aapg_ae_827.html:8:851:868 Hardinsburg Gibson County, Tennessee -0.426370104690330431 +68050 geology_html_2307006478 geology_html_2307006478:14:894:904 Washington Washington (state) -0.0425131277640511673 +68051 cspg_html_9569186913 cspg_html_9569186913:190:24738:24746 Michigan Ontario, California -0.00771674737466516297 +68052 aapg_aa_477.html aapg_aa_477.html:69:6919:6927 Fentress Knoxville, Tennessee -0.0637645007449576251 +68053 AMJC_html_8619525948 AMJC_html_8619525948:778:76700:76718 Wamsutta Cambridge, Massachusetts -0.039147732983155395 +68054 geology_html_2350540763 geology_html_2350540763:16:855:861 Reston Virginia -0.473649201225758321 +68055 palaios_html_5921824758 palaios_html_5921824758:490:39652:39659 Hunting Arizona -0.503235126272660094 +68056 cspg_html_5264346535 cspg_html_5264346535:18:2106:2113 Bearpaw Edmonton, London -0.1076623923313033 +68057 gsa_html_8614162917 gsa_html_8614162917:169:16325:16347 Bonanza Middle East -0.453180049702502807 +68058 aapg_ae_625.html aapg_ae_625.html:244:27420:27430 Trout Lake Victoria, British Columbia -0.440247382693200906 +68059 cspg_html_7896958755 cspg_html_7896958755:228:23213:23233 Clearwater CFB Cold Lake -0.437960495533138761 +68060 aapg_ac_126.html aapg_ac_126.html:173:25260:25271 Haynesville Bossier City, Louisiana -0.0137248477945169315 +68061 geology_html_6674220555 geology_html_6674220555:96:9925:9935 Rio Grande Albuquerque, New Mexico -0.462111625185478381 +68062 aapg_ae_154.html aapg_ae_154.html:130:13385:13394 Ottertail Ganges -0.490016735996709807 +68063 aapg_ad_318.html aapg_ad_318.html:98:13080:13086 Dayton Rochester, Kent -0.447153316157111791 +68064 AMJC_html_5969956211 AMJC_html_5969956211:765:106982:106987 Maria Arizona -0.0682688757908614247 +68065 AMJC_html_6460325105 AMJC_html_6460325105:563:64834:64848 Ione California -0.0181770085033734277 +68066 gsa_html_5625878232 gsa_html_5625878232:216:31024:31048 Cedar District Victoria, British Columbia -0.497081127157615599 +68067 geology_html_2239244553 geology_html_2239244553:272:22971:22979 Columbia Victoria, British Columbia -0.478280146619880497 +68068 aapg_ac_215.html aapg_ac_215.html:58:7308:7327 Lodgepole Williston Basin 0.0408172196119912442 +68069 aapg_ah_93.html aapg_ah_93.html:95:12554:12573 Jefferson Cheyenne, Wyoming -0.0132991361893864783 +68070 aapg_ah_141.html aapg_ah_141.html:94:8823:8832 Greenhorn Rio Arriba County, New Mexico 0.0178468027380988617 +68071 aapg_ae_73.html aapg_ae_73.html:476:63141:63158 Vermejo New Mexico 0.264994262913083589 +68072 gsa_html_3445493534 gsa_html_3445493534:686:72274:72287 Santa Barbara California -0.0617737568382137961 +68073 gsa_html_2098291403 gsa_html_2098291403:482:42625:42631 Walker Salem, Oregon -0.457501080653503367 +68074 aapg_ae_96.html aapg_ae_96.html:366:41740:41746 Oregon Reno, Nevada -0.459996458565647859 +68075 aapg_af_638.html aapg_af_638.html:5:768:777 Coldwater Antrim, County Antrim -0.42429358801520467 +68076 sedimentology_html_2444875434 sedimentology_html_2444875434:1200:101193:101201 East Arm Great Slave Lake -0.0295955881019379606 +68077 aapg_ad_575.html aapg_ad_575.html:267:32147:32166 Minnelusa Cheyenne, Wyoming -0.0430651506841664283 +68078 geology_html_4599156600 geology_html_4599156600:208:20554:20562 Columbia Victoria, British Columbia -0.450242601748815363 +68079 geology_html_2149669942 geology_html_2149669942:83:7136:7145 Peninsula Quebec City -0.45421548506785292 +68080 aapg_aa_349.html aapg_aa_349.html:12:1677:1683 Morgan Athens, Georgia -0.442154460642950498 +68081 aapg_aa_484.html aapg_aa_484.html:578:57470:57480 Washington Nowata, Oklahoma -0.472501057082917231 +68082 gsa_html_8881958017 gsa_html_8881958017:542:51528:51533 Price Arctic Cordillera -0.450743884934886652 +68083 geology_html_1092004691 geology_html_1092004691:11:427:437 Washington Seattle -0.00603852775893074737 +68084 geology_html_6957664969 geology_html_6957664969:31:3012:3022 San Miguel Piedra (Spain) -0.479893584862882694 +68085 aapg_ae_959.html aapg_ae_959.html:367:30232:30246 Word Newberry, South Carolina -0.431450242580359467 +68086 aapg_ad_947.html aapg_ad_947.html:428:43525:43534 Beartooth Black Hills -0.0500861646985385212 +68087 aapg_ac_366.html aapg_ac_366.html:109:14452:14471 Rose Hill Alabama -0.0268931559198013828 +68088 cspg_html_1025724640 cspg_html_1025724640:673:76746:76757 Beekmantown Quebec City -0.435714594595624227 +68089 cspg_html_8363357104 cspg_html_8363357104:674:82258:82285 Columbia Canada -0.0288025393782587909 +68090 palaios_html_4588969442 palaios_html_4588969442:632:39669:39676 Shields Middle East -0.510578883729431832 +68091 gsa_html_2832151886 gsa_html_2832151886:763:63761:63779 Kaskapau Lacombe, Alberta -0.0613948910157753394 +68092 gsa_html_5199743781 gsa_html_5199743781:29:2796:2824 Green River Colorado -0.0170265242171895904 +68093 aapg_aa_785.html aapg_aa_785.html:377:38630:38648 Dunvegan Ganges -0.438031460031225395 +68094 gsa_html_6982030333 gsa_html_6982030333:1311:120613:120619 Oregon Atlantic salmon -0.0146249457170983255 +68095 sedimentology_html_2758508965 sedimentology_html_2758508965:653:67933:67956 Brushy Canyon West Texas -0.032256843292129446 +68096 gsa_html_9417870342 gsa_html_9417870342:942:69848:69857 San Diego California -0.467497231753434772 +68097 aapg_ae_805.html aapg_ae_805.html:972:107897:107905 Colorado Colorado -0.0119247384368411057 +68098 aapg_ae_643.html aapg_ae_643.html:432:53800:53812 Pocono Chemung, New York 0.00346047674040686785 +68099 aapg_ad_11.html aapg_ad_11.html:135:18578:18585 Wasatch Golden Valley, Minnesota -0.00108399958960863079 +68100 gsa_html_6672856503 gsa_html_6672856503:250:22011:22020 Wenatchee Washington (state) -0.107528330532672328 +68101 cspg_html_9354781888 cspg_html_9354781888:360:36795:36812 Halfway Lacombe, Alberta -0.0118326507856826232 +68102 geology_html_4028691505 geology_html_4028691505:298:21524:21533 San Diego Earth -0.467950951742638677 +68103 cspg_html_1313584654 cspg_html_1313584654:239:30895:30917 Grand Rapids Lacombe, Alberta -0.447314589257592876 +68104 cspg_html_7297340324 cspg_html_7297340324:767:89772:89780 Moosebar Victoria, British Columbia -0.506089547715895649 +68105 sedimentology_html_3990399320 sedimentology_html_3990399320:926:71813:71832 Athabasca Lacombe, Alberta -0.477269506555081602 +68106 aapg_aa_663.html aapg_aa_663.html:150:13370:13384 Rome Kentucky -0.00518553772025417709 +68107 geology_html_1475885494 geology_html_1475885494:312:25874:25884 Washington Lake Chelan -0.0349187039582129002 +68108 cspg_html_1509800797 cspg_html_1509800797:8:522:536 St. Mary River Lethbridge -0.49337628910884479 +68109 aapg_af_52.html aapg_af_52.html:3:250:262 Wilcox Texas 0.0494064405455096889 +68110 gsa_html_3906036914 gsa_html_3906036914:445:45258:45268 Rio Grande Colorado -0.0427795572276395697 +68111 aapg_ae_415.html aapg_ae_415.html:6:745:767 Chickasawhay Flint River (Michigan) -0.455211432419709627 +68112 cspg_html_4937997995 cspg_html_4937997995:1228:94851:94859 Victoria Iqaluit Airport -0.00170938528760355632 +68113 aapg_ae_220.html aapg_ae_220.html:447:49630:49636 Annona Saratoga, California -0.0512069723189051348 +68114 gsa_html_9052101586 gsa_html_9052101586:474:57310:57338 Peoria Illinois -0.473663043482949409 +68115 aapg_ad_466.html aapg_ad_466.html:486:56774:56787 Merchantville Chesapeake Bay 0.888233179235117354 +68116 aapg_ac_5.html aapg_ac_5.html:154:15376:15384 Reindeer Canada 0.318061997336479663 +68117 aapg_ae_235.html aapg_ae_235.html:74:10740:10747 Raritan Piedmont (United States) -0.162071535308041609 +68118 aapg_ad_169.html aapg_ad_169.html:358:41917:41945 Greenbrier Greenbrier (Great Smoky Mountains) -0.0537193910403591518 +68119 gsa_html_4179834030 gsa_html_4179834030:445:42556:42573 Forest Victoria, British Columbia -0.488856001939906637 +68120 aapg_ai_81.html aapg_ai_81.html:96:10530:10538 Catskill Closter, New Jersey -0.0417243342632335201 +68121 cspg_html_4338314003 cspg_html_4338314003:388:43225:43251 Cardium Lacombe, Alberta -0.454357696116458765 +68122 aapg_ad_879.html aapg_ad_879.html:477:36138:36147 St. Marks Melbourne, Florida -0.461001107058420345 +68123 aapg_ah_224.html aapg_ah_224.html:59:6196:6225 Cherry Canyon Delaware 0.30063397926353369 +68124 aapg_ac_380.html aapg_ac_380.html:503:59610:59618 Onondaga Edgecliff, New South Wales -0.0133078241167712726 +68125 gsa_html_2369540133 gsa_html_2369540133:691:59708:59714 Oxford London, Ontario -0.433376961451207021 +68126 geology_html_4050020504 geology_html_4050020504:15:662:668 Utuado Puerto Rico -0.0649051127837110275 +68127 aapg_aa_95.html aapg_aa_95.html:124:11612:11621 Mesaverde Colorado -0.486588444102287743 +68128 gsa_html_6324930608 gsa_html_6324930608:459:46900:46904 Hall Indonesia -0.498269845185202676 +68129 gsa_html_2863658561 gsa_html_2863658561:639:64526:64532 Denver Colorado -0.0741048851457884045 +68130 cspg_html_5891044027 cspg_html_5891044027:304:58493:58508 Siyeh Purcell Mountains -0.0111046462862114288 +68131 cspg_html_3060428958 cspg_html_3060428958:186:27138:27155 Brazeau Lacombe, Alberta 0.343757603436470383 +68132 cspg_html_5660413005 cspg_html_5660413005:138:16457:16475 Graminia Lacombe, Alberta -0.0573300691533551454 +68133 gsa_html_1254347878 gsa_html_1254347878:155:20020:20039 Kitchener Victoria, British Columbia -0.0330222814746261376 +68134 aapg_ah_276.html aapg_ah_276.html:343:33224:33242 Monterey California -0.365343187229025201 +68135 aapg_ac_393.html aapg_ac_393.html:83:7872:7880 Colorado Denver -0.0317349824048286169 +68136 cspg_html_6014123208 cspg_html_6014123208:622:68109:68126 Cadomin Lacombe, Alberta -0.00818929939777349181 +68137 cspg_html_5264346535 cspg_html_5264346535:209:23150:23167 Bearpaw Lacombe, Alberta 0.00346047674040686785 +68138 cspg_html_3043423556 cspg_html_3043423556:285:32845:32857 Devon Island District Council of Franklin Harbour -0.434518537443352337 +68139 aapg_ae_253.html aapg_ae_253.html:29:2955:2964 Smackover Arkansas -0.436898889813044922 +68140 aapg_ac_313.html aapg_ac_313.html:564:64440:64450 Santa Cruz Belize -0.0480959628490879726 +68141 cspg_html_6252849194 cspg_html_6252849194:336:36357:36365 Edmonton Drumheller -0.493373928503901382 +68142 aapg_af_575.html aapg_af_575.html:1187:170774:170780 Dakota Niobrara, Nebraska 0.011229743772920301 +68143 aapg_ac_730.html aapg_ac_730.html:440:63029:63045 Toreva Mancos, Colorado -0.505301387201461782 +68144 aapg_af_397.html aapg_af_397.html:581:67460:67467 Entrada San Juan, Argentina 0.00877304685539762562 +68145 gsa_html_6281775990 gsa_html_6281775990:943:87329:87338 San Diego California -0.0291155791192652773 +68146 cspg_html_7310162886 cspg_html_7310162886:230:31179:31200 Kingak Anchorage, Alaska 0.891561764416917368 +68147 aapg_af_98.html aapg_af_98.html:44:6260:6282 La Cruz Mancos, Colorado -0.444223975732980447 +68148 aapg_aa_697.html aapg_aa_697.html:602:54882:54920 Winnipegosis Regina, Saskatchewan -0.412654959021926393 +68149 aapg_ad_812.html aapg_ad_812.html:49:5856:5872 Carmel Logan, Utah -0.192480660446794072 +68150 sedimentology_html_1350909813 sedimentology_html_1350909813:542:33615:33621 Decker Bering Sea -0.0333423889393398495 +68151 aapg_ai_63.html aapg_ai_63.html:103:15165:15173 Moenkopi Kaibab, Arizona -0.430000081582776583 +68152 gsa_html_5924250698 gsa_html_5924250698:863:82274:82280 Denver Colorado -0.47735290933611807 +68153 cspg_html_8928894270 cspg_html_8928894270:393:52085:52100 Leduc Lacombe, Alberta -0.466842269540434285 +68154 palaios_html_4745554613 palaios_html_4745554613:381:41027:41044 Cardium Victoria, British Columbia -0.474009171210690694 +68155 cspg_html_2695921112 cspg_html_2695921112:581:59605:59612 Halifax Calgary -0.459805657368256959 +68156 cspg_html_4348111624 cspg_html_4348111624:283:39680:39718 Winnipegosis Regina, Saskatchewan 0.985532389105164608 +68157 aapg_ah_439.html aapg_ah_439.html:7:796:808 Midway Monroe, Michigan 0.0014766026609327194 +68158 aapg_ad_466.html aapg_ad_466.html:1291:138467:138475 Columbia Maryland -0.4364582012241503 +68159 aapg_ai_975.html aapg_ai_975.html:498:45212:45223 Otates Mexico -0.0339634929094720234 +68160 aapg_af_770.html aapg_af_770.html:219:23050:23080 Amsden Sublette County, Wyoming -0.430334367802676421 +68161 geology_html_6237235566 geology_html_6237235566:257:26693:26705 Saskatchewan Cumberland, Maryland -0.035973188044241329 +68162 aapg_ad_351.html aapg_ad_351.html:373:34076:34085 Northview Sedalia, Missouri -0.0269348882327513015 +68163 aapg_ai_946.html aapg_ai_946.html:294:38052:38068 Forbes California -0.470365549607814404 +68164 cspg_html_7086880709 cspg_html_7086880709:388:51577:51586 Kee Scarp Norman Wells -0.0842032262829474631 +68165 cspg_html_5484260516 cspg_html_5484260516:1062:86355:86375 Big Valley Lacombe, Alberta -0.490689465081328491 +68166 aapg_af_854.html aapg_af_854.html:571:77354:77370 Warsaw Edwardsville, Illinois -0.0134398809418536571 +68167 cspg_html_7409170811 cspg_html_7409170811:54:8261:8267 Exshaw Lacombe, Alberta 0.567724678844252595 +68168 aapg_af_629.html aapg_af_629.html:42:4181:4187 Casper Cheyenne, Wyoming -0.454089094007790295 +68169 cspg_html_3907807140 cspg_html_3907807140:608:68034:68053 Athabasca Lacombe, Alberta 0.00466610479932860322 +68170 aapg_ad_760.html aapg_ad_760.html:52:7614:7620 Modelo Royal Botanic Gardens, Kew -0.463332970234029085 +68171 geology_html_8865251298 geology_html_8865251298:323:29071:29089 Moenkopi Durham, North Carolina -0.018194387898863601 +68172 cspg_html_9108214620 cspg_html_9108214620:373:41711:41739 Shaunavon Regina, Saskatchewan -0.00729110700735253591 +68173 aapg_ah_157.html aapg_ah_157.html:58:8417:8435 Aplington Michigan 0.282591200286315014 +68174 aapg_ac_333.html aapg_ac_333.html:1644:173149:173164 Supai Arizona -0.472952757290721282 +68175 gsa_html_8951179545 gsa_html_8951179545:88:10593:10605 Wilcox Mexico -0.00998573864189263374 +68176 gsa_html_9052101586 gsa_html_9052101586:465:55749:55778 Peoria Illinois -0.494318697340762225 +68177 gsa_html_3561219088 gsa_html_3561219088:685:71181:71196 Rapid Sierra Nevada (U.S.) -0.0195500267274268287 +68178 aapg_ai_87.html aapg_ai_87.html:327:30967:30985 Palliser Wapiti River -0.464450966712688929 +68179 gsa_html_6330913937 gsa_html_6330913937:1038:94476:94485 San Diego Anza-Borrego Desert State Park -0.0661787401831004096 +68180 gsa_html_8614162917 gsa_html_8614162917:1021:94266:94283 Kaibab Arizona -0.45995556917210767 +68181 aapg_ah_318.html aapg_ah_318.html:373:47836:47857 Mt Lytton Alabama -0.0306269732531419848 +68182 aapg_ah_182.html aapg_ah_182.html:61:6539:6560 Jacksonburg Black River, Jamaica -0.0121176021244513432 +68183 aapg_ah_182.html aapg_ah_182.html:282:30580:30592 Rockland Northampton, Massachusetts -0.46567095948211501 +68184 aapg_ac_766.html aapg_ac_766.html:1068:99994:100014 Abo Texas -0.435668138774596203 +68185 sedimentology_html_5280211633 sedimentology_html_5280211633:1673:122484:122488 Hall London, Ontario -0.448287309474040385 +68186 aapg_ad_2.html aapg_ad_2.html:658:95216:95233 Potsdam Little Falls, Minnesota -0.0459041868910356546 +68187 cspg_html_2139304729 cspg_html_2139304729:44:7203:7234 Griper Bay Long Island -0.0606913448221408289 +68188 aapg_ac_416.html aapg_ac_416.html:84:13913:13921 Colorado Denver -0.0778527202742316377 +68189 cspg_html_8414893458 cspg_html_8414893458:471:55378:55386 Moosebar Canada -0.436810292517708865 +68190 aapg_ae_5.html aapg_ae_5.html:289:33755:33769 Earp New Mexico -0.451913869834985604 +68191 aapg_ah_520.html aapg_ah_520.html:38:3857:3876 Leadville Colorado -0.0143434446267858666 +68192 aapg_af_575.html aapg_af_575.html:850:120983:120994 Bloyd Arkansas -0.454034931813569353 +68193 cspg_html_2625728726 cspg_html_2625728726:6:728:737 Keg River Lacombe, Alberta -0.439165406786194035 +68194 aapg_aa_24.html aapg_aa_24.html:145:12734:12745 Yukon Anchorage, Alaska -0.00865143216571868413 +68195 aapg_ae_366.html aapg_ae_366.html:25:3123:3142 Conemaugh Huntington, West Virginia -0.0409390916032161337 +68196 aapg_ae_499.html aapg_ae_499.html:296:31289:31304 Niobrara Niobrara, Nebraska -0.429556015157376514 +68197 aapg_ad_466.html aapg_ad_466.html:1415:150449:150467 Nanjemoy Virginia -0.43597788776021662 +68198 palaios_html_6325040562 palaios_html_6325040562:674:53431:53437 Brazil Campos Basin -0.471589148494391819 +68199 gsa_html_3555897579 gsa_html_3555897579:1691:84899:84927 Green River Colorado -0.0409860998014640113 +68200 aapg_ak_135.html aapg_ak_135.html:64:10917:10936 Santiago Santiago -0.457514673015389395 +68201 aapg_ad_763.html aapg_ad_763.html:685:82786:82795 Domengine Western world -0.00312693377810404575 +68202 geology_html_8740091940 geology_html_8740091940:11:437:446 San Diego California -0.459996458565647859 +68203 gsa_html_5274400800 gsa_html_5274400800:584:47600:47613 Santa Barbara California -0.450829332903146696 +68204 aapg_ae_753.html aapg_ae_753.html:463:45526:45532 Walker Pennsylvania -0.466759861116235797 +68205 geology_html_2355805035 geology_html_2355805035:301:22245:22249 Bond North Atlantic Current -0.441392939290133568 +68206 aapg_ad_717.html aapg_ad_717.html:122:13357:13364 Leonard Texas -0.0758130300811714203 +68207 aapg_af_264.html aapg_af_264.html:90:13295:13304 Athabasca Lacombe, Alberta -0.472604743150075168 +68208 cspg_html_5484260516 cspg_html_5484260516:86:10727:10737 Big Valley Lacombe, Alberta -0.0500425908080938953 +68209 sedimentology_html_9173053479 sedimentology_html_9173053479:1746:89970:89974 Hall London, Ontario -0.477123570959987586 +68210 cspg_html_1506720813 cspg_html_1506720813:696:77696:77705 Ellerslie San Fernando Valley -0.419644846495757451 +68211 cspg_html_3772380029 cspg_html_3772380029:366:47051:47070 Red River Manitoba -0.435926993396556828 +68212 gsa_html_9295015624 gsa_html_9295015624:54:3373:3401 Green River Colorado -0.0177825001131117176 +68213 aapg_ae_563.html aapg_ae_563.html:86:8023:8032 Greenhorn Hittin -0.454357696116458765 +68214 aapg_aa_122.html aapg_aa_122.html:1114:134908:134920 Cooking Lake Lacombe, Alberta -0.471501691978871318 +68215 aapg_aa_131.html aapg_aa_131.html:193:18395:18405 Ellensburg Washington (state) -0.507372811687786252 +68216 jgeology_html_4599466962 jgeology_html_4599466962:954:58690:58708 Onondaga Edgecliff, New South Wales -0.0732667739597909207 +68217 aapg_af_375.html aapg_af_375.html:61:6502:6512 San Miguel San Nicolas Island -0.0247023791461900809 +68218 aapg_ac_133.html aapg_ac_133.html:261:45844:45850 Urenui Taranaki Region -0.44564275767943895 +68219 aapg_ah_148.html aapg_ah_148.html:190:22569:22591 Cooking Lake Lacombe, Alberta -0.448287309474040385 +68220 aapg_ac_212.html aapg_ac_212.html:49:7395:7407 Rock Springs Cheyenne, Wyoming -0.51245830110465973 +68221 cspg_html_7544078524 cspg_html_7544078524:289:35927:35940 Wabamun Lacombe, Alberta -0.501412283489766963 +68222 gsa_html_1807597349 gsa_html_1807597349:895:79064:79070 Provo Pakistan -0.477142101104954475 +68223 geology_html_6768757956 geology_html_6768757956:293:28549:28558 San Diego California -0.451956647802202349 +68224 gsa_html_8237815743 gsa_html_8237815743:364:34773:34805 Sierra San Francisco -0.0435771525292741949 +68225 cspg_html_1624547765 cspg_html_1624547765:443:45774:45782 Columbia Elk Valley (British Columbia) -0.0278217295801544348 +68226 cspg_html_2729673354 cspg_html_2729673354:14:2586:2608 Medicine Hat Hatton, London -0.463396817899322633 +68227 aapg_ah_283.html aapg_ah_283.html:139:15225:15243 Cowlitz Washington (state) -0.472722268874013252 +68228 gsa_html_5274400800 gsa_html_5274400800:642:52507:52525 Monterey California -0.434518537443352337 +68229 cspg_html_2882882278 cspg_html_2882882278:77:13446:13464 Belcourt Belcourt, North Dakota -0.519086321989102428 +68230 aapg_aa_745.html aapg_aa_745.html:487:61461:61485 Cherry Canyon Texas -0.0269348882327513015 +68231 gsa_html_2076560873 gsa_html_2076560873:127:14250:14256 Ludlow Svalbard and Jan Mayen -0.0233880656689205678 +68232 cspg_html_1265381145 cspg_html_1265381145:25:3364:3399 Palliser Moose Mountain (Alberta) -0.411657696219220992 +68233 jgeology_html_8152094574 jgeology_html_8152094574:726:44988:44995 Francis London, Ontario -0.501602970255366709 +68234 aapg_aa_960.html aapg_aa_960.html:278:22521:22528 Entrada New Mexico -0.477978685774982481 +68235 aapg_ad_466.html aapg_ad_466.html:65:6688:6700 Mount Laurel Red Bank, New Jersey 0.0250709632878346536 +68236 cspg_html_9435196958 cspg_html_9435196958:1359:57167:57183 Belly River Lacombe, Alberta -0.475258680049542748 +68237 aapg_af_891.html aapg_af_891.html:170:18884:18892 Grayburg Nashville Basin -0.270138274410025803 +68238 aapg_ae_133.html aapg_ae_133.html:60:4948:4983 Ashe Bridgeport, California -0.0766550659059574424 +68239 cspg_html_9717154602 cspg_html_9717154602:890:77390:77397 Bearpaw Lacombe, Alberta -0.0263767287584658998 +68240 cspg_html_8463924060 cspg_html_8463924060:6:386:404 Palliser Lacombe, Alberta -0.00567891556221164669 +68241 cspg_html_7587979364 cspg_html_7587979364:917:61876:61891 Leduc Lacombe, Alberta -0.460980639153810601 +68242 cspg_html_5818285590 cspg_html_5818285590:620:70575:70594 Karmutsen Victoria, British Columbia -0.435926993396556828 +68243 aapg_ad_863.html aapg_ad_863.html:219:27962:27971 Catahoula Shreveport, Louisiana -0.291184540384762713 +68244 geology_html_2393919492 geology_html_2393919492:22:1620:1626 Denver Colorado -0.468054102450840448 +68245 aapg_ak_112.html aapg_ak_112.html:17:2652:2660 Columbia Victoria, British Columbia -0.414276052949181017 +68246 aapg_ac_924.html aapg_ac_924.html:1307:89458:89474 Amsden Cheyenne, Wyoming 0.819460125297851394 +68247 aapg_ae_552.html aapg_ae_552.html:138:25815:25833 Cabrillo Chile -0.488759736831659075 +68248 aapg_ae_777.html aapg_ae_777.html:601:67346:67370 Arroyo Logan, Utah -0.46105569042928074 +68249 aapg_af_471.html aapg_af_471.html:193:22599:22607 Parkwood Hartselle, Alabama -0.439343057733562137 +68250 aapg_af_397.html aapg_af_397.html:482:55351:55358 Entrada Entrada Sandstone -0.436805862873274886 +68251 aapg_ae_841.html aapg_ae_841.html:47:3938:3946 Virginia Virginia -0.0570055523431757527 +68252 geology_html_1414092070 geology_html_1414092070:67:5828:5838 Santa Cruz California -0.466727815469158758 +68253 geology_html_1669907327 geology_html_1669907327:12:506:512 Reston Virginia -0.478642038078168519 +68254 aapg_ae_460.html aapg_ae_460.html:100:8125:8134 Cockfield Tomball, Texas -0.0111741448327348745 +68255 aapg_aa_696.html aapg_aa_696.html:621:71043:71051 Colorado Denver -0.476093453364925034 +68256 aapg_aa_563.html aapg_aa_563.html:385:49300:49316 Fox Hills Coahuila -0.438219985696652659 +68257 cspg_html_9343899465 cspg_html_9343899465:2749:243755:243769 Beverley Inlet Melville Island (Canada) -0.440300736461396947 +68258 jgeology_html_4937430430 jgeology_html_4937430430:481:24264:24286 Gorge Salem, Oregon -0.03001474114876828 +68259 aapg_ac_699.html aapg_ac_699.html:132:10674:10691 El Abra Mexico -0.428844183946785584 +68260 aapg_ai_787.html aapg_ai_787.html:108:11008:11021 Jackson Mexico -0.441406293921039528 +68261 aapg_ac_191.html aapg_ac_191.html:84:15006:15023 Tamabra Texas -0.0350961840937315667 +68262 aapg_ac_492.html aapg_ac_492.html:52:11512:11518 Sonora Coahuila -0.396524328378157986 +68263 aapg_aa_47.html aapg_aa_47.html:941:100893:100901 Colorado Sangre de Cristo Range -0.484135384227082133 +68264 palaios_html_3751051678 palaios_html_3751051678:67:6974:6982 Sundance Cheyenne, Wyoming -0.0102706745632111761 +68265 cspg_html_2462765529 cspg_html_2462765529:235:39877:39903 Halfway Fulton, Missouri -0.452887004013691252 +68266 gsa_html_6143207195 gsa_html_6143207195:704:68665:68672 Calvert Seattle -0.497304031813642022 +68267 aapg_ae_777.html aapg_ae_777.html:140:17373:17397 Espiritu Santo Pecos River -0.516934128760433431 +68268 aapg_ad_800.html aapg_ad_800.html:138:16345:16354 Demopolis Tupelo, Mississippi 0.00868617918509262052 +68269 AMJC_html_2890539371 AMJC_html_2890539371:342:37836:37853 Belly River Lacombe, Alberta -0.463332970234029085 +68270 sedimentology_html_7879809021 sedimentology_html_7879809021:1362:100351:100359 Virginia Middle Ordovician -0.0397082576932654904 +68271 cspg_html_7777724998 cspg_html_7777724998:805:76892:76912 Crowsnest Lacombe, Alberta -0.0704262479842909239 +68272 gsa_html_1266138577 gsa_html_1266138577:678:56488:56516 Green River Colorado -0.0272304956863127501 +68273 geology_html_9965120376 geology_html_9965120376:15:810:819 San Diego California -0.46326000708216164 +68274 gsa_html_5625878232 gsa_html_5625878232:285:40025:40049 Northumberland Hornby Island -0.0550552936469841589 +68275 aapg_ac_807.html aapg_ac_807.html:558:55163:55174 Piney Point Virginia -0.446011775932438015 +68276 aapg_ae_705.html aapg_ae_705.html:617:61778:61791 Santa Barbara California -0.471340610693628537 +68277 aapg_ah_647.html aapg_ah_647.html:730:80443:80451 Scherrer Colina, Chile -0.47735290933611807 +68278 aapg_ac_692.html aapg_ac_692.html:10:1402:1414 Granite Wash Lacombe, Alberta -0.232085561579781968 +68279 aapg_ah_467.html aapg_ah_467.html:179:14602:14607 Eagle Milk River, Alberta -0.478307979059971577 +68280 sedimentology_html_8594924487 sedimentology_html_8594924487:34:1748:1752 Bern Switzerland -0.451740527107044376 +68281 aapg_ah_318.html aapg_ah_318.html:1912:176076:176105 La Casita Cotton Valley, Louisiana -0.471432653520514666 +68282 palaios_html_1422826240 palaios_html_1422826240:85:8306:8314 Santiago Chile -0.448287309474040385 +68283 aapg_ac_597.html aapg_ac_597.html:267:18446:18455 San Diego California -0.465744120990301047 +68284 cspg_html_4727171280 cspg_html_4727171280:100:11942:11950 Edmonton Edmonton, London -0.0346959879094753468 +68285 sedimentology_html_3521009800 sedimentology_html_3521009800:60:4383:4394 San Antonio San Antonio -0.430092438352523254 +68286 cspg_html_1019614994 cspg_html_1019614994:68:13606:13614 Columbia Lacombe, Alberta -0.0248379892514390653 +68287 cspg_html_4550597410 cspg_html_4550597410:432:52995:53003 Bathurst England -0.532029895279770626 +68288 cspg_html_7938374662 cspg_html_7938374662:82:9155:9174 Matanuska Anchorage, Alaska 0.574277755866116735 +68289 aapg_aa_674.html aapg_aa_674.html:142:14401:14406 Tyler Pennsylvania -0.439258669305734428 +68290 cspg_html_8662646956 cspg_html_8662646956:845:109288:109298 Pine Point Hay River (Canada) -0.0858694142895367885 +68291 aapg_ah_27.html aapg_ah_27.html:350:53993:54006 Barnett Fort Worth, Texas -0.47814331678503319 +68292 aapg_ai_764.html aapg_ai_764.html:112:12986:12999 Montoya West Texas -0.471432653520514666 +68293 sedimentology_html_1463603507 sedimentology_html_1463603507:1110:72358:72388 Ridge Route California -0.150424722813500139 +68294 gsa_html_1783148177 gsa_html_1783148177:767:77297:77321 Eagle Eagle Mountain (Minnesota) -0.424643370066234593 +68295 aapg_ae_69.html aapg_ae_69.html:183:20497:20527 Morgan Logan, Utah -0.213308703606244571 +68296 cspg_html_7325522863 cspg_html_7325522863:247:39200:39206 Viking Lacombe, Alberta -0.478488911708928044 +68297 aapg_ah_387.html aapg_ah_387.html:972:99045:99058 Mariposa Sierra Nevada (Spain) -0.0584293582845294424 +68298 aapg_ai_17.html aapg_ai_17.html:195:15002:15018 Sabine Arkansas -0.0901061499572393121 +68299 aapg_ah_654.html aapg_ah_654.html:584:61274:61294 Wind River Badwater Basin -0.49293261121873766 +68300 aapg_ah_224.html aapg_ah_224.html:97:10202:10210 Wolfcamp Lea County Regional Airport -0.425581854206124321 +68301 aapg_aa_735.html aapg_aa_735.html:43:4606:4612 Keokuk Burlington, Ontario -0.467194881190696076 +68302 gsa_html_5202646019 gsa_html_5202646019:643:61083:61094 Utica Earth -0.42655631436454855 +68303 cspg_html_8568877195 cspg_html_8568877195:122:21590:21608 Foremost Regina, Saskatchewan -0.479447557264900015 +68304 geology_html_3579174499 geology_html_3579174499:14:767:775 Montreal Quebec City -0.450595494357366455 +68305 aapg_ad_760.html aapg_ad_760.html:54:7912:7917 Sespe Santa Clara County, California -0.447220509834383773 +68306 cspg_html_8334041965 cspg_html_8334041965:415:46609:46625 Ireton Lacombe, Alberta -0.46957525648780718 +68307 aapg_ah_625.html aapg_ah_625.html:168:17606:17617 Green River Uinta Mountains -0.464409872562970838 +68308 geology_html_1557858249 geology_html_1557858249:224:21395:21401 Abbott Earth -0.486759414723522799 +68309 aapg_ai_0.html aapg_ai_0.html:934:105696:105704 Beaumont Corpus Christi Bay -0.497769002174155983 +68310 cspg_html_4555867289 cspg_html_4555867289:382:40634:40671 Charlie Lake Western Canadian Sedimentary Basin -0.469230874046953295 +68311 cspg_html_4516258038 cspg_html_4516258038:403:46007:46020 Eleanor River Bathurst Island (Northern Territory) -0.0031964218159343861 +68312 cspg_html_6121424055 cspg_html_6121424055:93:7495:7511 Muskwa Lacombe, Alberta -0.481815063993563775 +68313 aapg_ae_757.html aapg_ae_757.html:3:339:352 Carlile Colorado 0.693969465613901715 +68314 gsa_html_8491258533 gsa_html_8491258533:102:10211:10220 Sugarloaf Bennington, Vermont -0.134486709306892271 +68315 aapg_af_150.html aapg_af_150.html:95:9810:9827 Schuler Mississippi River -0.0211456318473247536 +68316 aapg_ac_646.html aapg_ac_646.html:685:48492:48500 Crescent Tulsa, Oklahoma -0.461171691164054931 +68317 cspg_html_1645105717 cspg_html_1645105717:429:43264:43271 Halifax Canada -0.454143259443463898 +68318 aapg_aa_232.html aapg_aa_232.html:277:31291:31311 Purgatoire Colorado -0.436850160261835319 +68319 aapg_aa_787.html aapg_aa_787.html:434:52663:52669 Provo Texas -0.466144329889246756 +68320 cspg_html_8211273957 cspg_html_8211273957:13:1643:1659 Ireton Lacombe, Alberta -0.0297521166629775777 +68321 gsa_html_6015282381 gsa_html_6015282381:563:54221:54231 Washington McKenzie River -0.0277904283209578391 +68322 cspg_html_4860363565 cspg_html_4860363565:25:3372:3409 Nisku Lacombe, Alberta -0.451621232485637181 +68323 sedimentology_html_7879809021 sedimentology_html_7879809021:184:15064:15068 Webb Huntington, West Virginia -0.44497889773871091 +68324 cspg_html_2418341010 cspg_html_2418341010:320:33437:33451 Winnipeg Manitoba -0.00440204655713307986 +68325 aapg_ah_508.html aapg_ah_508.html:64:7319:7329 Stonehenge Maryland 0.609711426411672419 +68326 aapg_ae_498.html aapg_ae_498.html:664:72696:72714 Nealmont Virginia -0.471543117662309108 +68327 aapg_ah_779.html aapg_ah_779.html:503:94300:94311 Bonaventure Quebec City -0.469070208322842297 +68328 aapg_ac_635.html aapg_ac_635.html:126:15208:15217 Hornbrook Medford, Massachusetts -0.0505585218776990336 +68329 geology_html_7068506787 geology_html_7068506787:308:27467:27475 Virginia Charlottesville, Virginia -0.503894623171085909 +68330 cspg_html_6383234409 cspg_html_6383234409:556:57365:57394 Bird Fiord Bathurst Island (Northern Territory) 0.742763163839774143 +68331 palaios_html_2736581987 palaios_html_2736581987:413:48102:48117 Hueco New Mexico -0.451733774163315116 +68332 cspg_html_2738241424 cspg_html_2738241424:50:4662:4685 Turner Valley Elkton, Kentucky -0.0261593828547695383 +68333 aapg_ae_959.html aapg_ae_959.html:2996:225964:225972 Wolfcamp Delaware -0.462453250854801823 +68334 aapg_aa_298.html aapg_aa_298.html:1053:121546:121571 Phosphoria Little Cottonwood Creek -0.452909542628234352 +68335 jgeology_html_8494933343 jgeology_html_8494933343:457:35742:35750 Colorado Little Colorado River -0.452882496357985831 +68336 cspg_html_5241714595 cspg_html_5241714595:366:56867:56893 Athabasca Redwater, Texas -0.491106071608619299 +68337 aapg_af_450.html aapg_af_450.html:152:19263:19274 Green River Cheyenne, Wyoming 0.0382426063901433327 +68338 cspg_html_2969995408 cspg_html_2969995408:169:20311:20328 Sikanni Victoria, British Columbia -0.478939087605926406 +68339 aapg_aa_848.html aapg_aa_848.html:190:16945:16951 Banner Cheyenne, Wyoming -0.0134398809418536571 +68340 cspg_html_8121202912 cspg_html_8121202912:280:34737:34742 Wonah Mount Wilson Observatory -0.448350101124535771 +68341 AMJC_html_9113252962 AMJC_html_9113252962:477:56031:56039 Bachelor Cambridge, Massachusetts -0.0401573975935689137 +68342 sedimentology_html_7282237695 sedimentology_html_7282237695:1563:69390:69394 Hall London, Ontario 0.0265992943860679579 +68343 geology_html_1287911214 geology_html_1287911214:29:1615:1623 Colorado Denver -0.0162966409406991447 +68344 cspg_html_3579312067 cspg_html_3579312067:32:4541:4558 Sayabec New Brunswick, New Jersey 0.331128991350750468 +68345 cspg_html_1336185084 cspg_html_1336185084:351:39496:39516 Clearwater CFB Cold Lake -0.0101247315019664351 +68346 cspg_html_9771826320 cspg_html_9771826320:751:117201:117219 Beaufort Canadian Arctic Archipelago -0.0237635726163751594 +68347 gsa_html_7040053075 gsa_html_7040053075:393:40582:40601 Duarte San Gabriel Mountains -0.43911211811260753 +68348 cspg_html_9637445661 cspg_html_9637445661:188:17399:17408 Mackenzie Lacombe, Alberta -0.425450542305663815 +68349 gsa_html_2030116710 gsa_html_2030116710:858:72703:72731 Green River Colorado 0.0398997488403347936 +68350 aapg_ah_318.html aapg_ah_318.html:735:79804:79823 Smackover Shreveport, Louisiana 0.0451133410573592991 +68351 palaios_html_9133125241 palaios_html_9133125241:363:43553:43559 Oxford Alexandria, Virginia -0.138093603187520231 +68352 aapg_ac_363.html aapg_ac_363.html:482:50900:50914 Tejon Maricopa, Arizona -0.065719223483192965 +68353 gsa_html_7464626519 gsa_html_7464626519:1115:98994:99016 Vallecito Conglomerate Albuquerque, New Mexico -0.065719223483192965 +68354 gsa_html_2422494332 gsa_html_2422494332:626:62420:62430 Washington Seattle -0.426931034537195386 +68355 aapg_ah_370.html aapg_ah_370.html:381:28879:28900 Potter Farm Rockport, Massachusetts -0.483803859624134081 +68356 aapg_ai_491.html aapg_ai_491.html:444:56399:56411 Rico Coconino County, Arizona -0.496967326315652103 +68357 jgeology_html_1838149422 jgeology_html_1838149422:763:66371:66389 John Day Boise, Idaho -0.453008719186489883 +68358 geology_html_2789012198 geology_html_2789012198:249:16908:16914 Sonora Sonora -0.02404868566678443 +68359 aapg_ae_708.html aapg_ae_708.html:154:17987:18007 Nolichucky Maryville, Missouri -0.038242606390143298 +68360 cspg_html_9958679425 cspg_html_9958679425:36:3859:3864 Nisku Regina, Saskatchewan 0.715561491034139796 +68361 aapg_ac_882.html aapg_ac_882.html:540:49211:49219 Fairview Kentucky -0.44721379024503416 +68362 palaios_html_1229296810 palaios_html_1229296810:227:20910:20943 Morrison Cheyenne, Wyoming -0.449937021729037434 +68363 cspg_html_3354282978 cspg_html_3354282978:742:88608:88626 Wabamun Lacombe, Alberta -0.431573575808563037 +68364 aapg_ai_31.html aapg_ai_31.html:233:23701:23709 Oakville Texas -0.513115544774828347 +68365 cspg_html_5976982403 cspg_html_5976982403:31:5570:5585 Siyeh Purcell Mountains -0.453044786078658057 +68366 aapg_ah_868.html aapg_ah_868.html:92:8715:8724 Mesaverde Beaumont, Texas -0.000627121340837813067 +68367 geology_html_6476658393 geology_html_6476658393:33:3040:3056 Nepean Ontario, California -0.0767986289283236756 +68368 aapg_ae_958.html aapg_ae_958.html:2196:189407:189428 Dewey Lake Salado, Texas -0.0045966157065965357 +68369 gsa_html_3445493534 gsa_html_3445493534:676:71462:71475 Santa Barbara California -0.0120741642534044936 +68370 cspg_html_5541937700 cspg_html_5541937700:1027:117090:117106 Viking Lacombe, Alberta 0.617703337252108797 +68371 aapg_ae_70.html aapg_ae_70.html:394:38333:38341 Colorado Grand Junction, Colorado -0.474863540124580097 +68372 jgeology_html_1077326399 jgeology_html_1077326399:455:27718:27734 Navajo Colorado Plateau -0.479447557264900015 +68373 cspg_html_7963093032 cspg_html_7963093032:631:58262:58282 Cadomin Lacombe, Alberta -0.0283121254572706732 +68374 aapg_ac_617.html aapg_ac_617.html:144:19607:19617 Washington Texas -0.0098536958986005091 +68375 aapg_ac_899.html aapg_ac_899.html:54:5117:5136 Sunniland North Florida -0.521454243240814019 +68376 aapg_ah_795.html aapg_ah_795.html:31:2835:2869 Onondaga Chautauqua, New York -0.501560061931396017 +68377 gsa_html_5274400800 gsa_html_5274400800:589:47971:47997 Monterey California -0.0123938684119111291 +68378 aapg_aa_541.html aapg_aa_541.html:54:7210:7217 Cypress Hartselle, Alabama -0.469038078694436811 +68379 gsa_html_1151405886 gsa_html_1151405886:29:2796:2824 Green River Colorado -0.00112569192733688248 +68380 aapg_ah_443.html aapg_ah_443.html:8:1385:1406 Belly River Mill City, Oregon 0.0140028670828276774 +68381 gsa_html_4432793908 gsa_html_4432793908:1162:115161:115168 Harmony Reno, Nevada -0.536775559442618677 +68382 gsa_html_6457388516 gsa_html_6457388516:721:60268:60272 Webb New Zealand -0.0865027302718939517 +68383 aapg_ac_380.html aapg_ac_380.html:500:58988:59016 Bois Blanc Ohio -0.0225432067788778057 +68384 aapg_ad_11.html aapg_ad_11.html:135:18687:18700 Golden Valley Wasatch Range -0.451767539383647998 +68385 aapg_aa_987.html aapg_aa_987.html:303:29889:29894 Salem Patoka, Illinois -0.0449948948439064453 +68386 aapg_ac_867.html aapg_ac_867.html:490:67026:67047 Green River Uinta Mountains -0.450932780647085085 +68387 palaios_html_9135834510 palaios_html_9135834510:472:37235:37243 Columbia Victoria, British Columbia -0.456561440120662909 +68388 palaios_html_6025329652 palaios_html_6025329652:746:56064:56070 Oregon Hells Canyon -0.463332970234029085 +68389 cspg_html_3854139935 cspg_html_3854139935:33:5343:5354 Belly River Lacombe, Alberta -0.0240556397080989269 +68390 cspg_html_9354781888 cspg_html_9354781888:634:51741:51749 Columbia Victoria, British Columbia -0.0310096337279850039 +68391 gsa_html_8244777175 gsa_html_8244777175:132:11891:11909 Hurricane Mountain Western world -0.484191429205932 +68392 aapg_ae_415.html aapg_ae_415.html:685:85274:85279 Ponce Melbourne, Florida -0.469327287552563421 +68393 aapg_ad_858.html aapg_ad_858.html:287:20861:20867 Paluxy Rodessa, Louisiana -0.474526310844171573 +68394 gsa_html_3816882354 gsa_html_3816882354:801:70856:70864 Columbia Victoria, British Columbia -0.452927573923113447 +68395 geology_html_6903099226 geology_html_6903099226:290:24918:24923 Swift Closter, New Jersey -0.5023685398710237 +68396 gsa_html_4108535696 gsa_html_4108535696:768:66445:66453 Victoria Canada -0.0381938711768296663 +68397 gsa_html_1040524378 gsa_html_1040524378:784:81019:81025 Casper Cheyenne, Wyoming -0.0306147978884375553 +68398 aapg_aa_23.html aapg_aa_23.html:609:76526:76550 Stony Mountain Cheyenne, Wyoming -0.404884875905779817 +68399 aapg_ad_218.html aapg_ad_218.html:172:21269:21293 Bedford Southern California -0.463362613223226583 +68400 gsa_html_5798752285 gsa_html_5798752285:572:51240:51260 Earp Africa -0.470181697121159758 +68401 cspg_html_3041902517 cspg_html_3041902517:1294:143912:143934 Trold Fiord Ellesmere Island -0.221843190655882344 +68402 aapg_ah_318.html aapg_ah_318.html:1435:143202:143225 Cotton Valley Arkansas -0.0274774196841049353 +68403 aapg_ae_454.html aapg_ae_454.html:559:51005:51024 Smackover Nevada County, California -0.437005217650049682 +68404 gsa_html_4216613284 gsa_html_4216613284:320:36986:37002 Hermit Grand Canyon -0.0642483167942689143 +68405 cspg_html_2490951833 cspg_html_2490951833:601:92511:92527 Nisku Lacombe, Alberta -0.447133159014188541 +68406 gsa_html_6753587537 gsa_html_6753587537:71:5700:5728 Green River Colorado -0.00802946509668115739 +68407 aapg_ae_415.html aapg_ae_415.html:261:34200:34216 Forest Mississippi River -0.0484305318686929845 +68408 aapg_ae_767.html aapg_ae_767.html:189:17985:17993 Colorado Sangre de Cristo Range -0.451787799117909672 +68409 aapg_ai_340.html aapg_ai_340.html:957:72592:72606 Nuka Anchorage, Alaska -0.472528705500211532 +68410 aapg_ae_544.html aapg_ae_544.html:297:35221:35234 Carlile Black Hills -0.833466066849338105 +68411 cspg_html_2873888604 cspg_html_2873888604:262:40040:40065 Baldonnel Victoria, British Columbia -0.454068782805138071 +68412 cspg_html_9343899465 cspg_html_9343899465:428:43647:43659 Hecla Bay Melville Island (Canada) -0.22621806523876839 +68413 aapg_ad_318.html aapg_ad_318.html:199:25499:25511 Salina Bloomington, Indiana -0.0421561596313226317 +68414 cspg_html_1173833070 cspg_html_1173833070:133:16083:16097 Paskapoo Edmonton, London 0.768597623172543321 +68415 aapg_ac_380.html aapg_ac_380.html:447:52742:52765 Onondaga Wyckoff, New Jersey -0.483173848714512189 +68416 cspg_html_2838996125 cspg_html_2838996125:139:26614:26624 Camp Creek Texas -0.0379467177170490291 +68417 AMJC_html_3632105729 AMJC_html_3632105729:472:66773:66783 Washington Salem, Oregon 0.00517685152155035466 +68418 aapg_ah_131.html aapg_ah_131.html:44:4160:4174 Fredericksburg Paluxy, Texas -0.45995556917210767 +68419 cspg_html_4269474759 cspg_html_4269474759:1146:113239:113265 Horseshoe Canyon Lacombe, Alberta -0.0329039831634222388 +68420 sedimentology_html_3445384933 sedimentology_html_3445384933:780:55554:55558 Hall London, Ontario -0.499698059895772539 +68421 cspg_html_9119878068 cspg_html_9119878068:84:11082:11104 Waterways Swan Hill, Victoria -0.462143504710773534 +68422 cspg_html_8571955552 cspg_html_8571955552:254:30886:30903 Sadlerochit Prudhoe Bay Oil Field -0.478642038078168519 +68423 cspg_html_1124814558 cspg_html_1124814558:6:374:388 Colorado Lacombe, Alberta -0.425179221488128367 +68424 aapg_ae_916.html aapg_ae_916.html:174:19094:19109 Mt Lytton Cut Bank, Montana -0.483047901936257684 +68425 cspg_html_2919583977 cspg_html_2919583977:40:4025:4033 Columbia Victoria, British Columbia -0.457501080653503367 +68426 sedimentology_html_8510537334 sedimentology_html_8510537334:731:55242:55247 Eagle Pennsylvania -0.1005234917059874 +68427 jgeology_html_2784246086 jgeology_html_2784246086:52:2299:2324 Taylor Antarctica -0.464610795373413321 +68428 gsa_html_7193789775 gsa_html_7193789775:188:21323:21328 Price Logan, Utah -0.00515253017068293719 +68429 aapg_aa_684.html aapg_aa_684.html:191:18741:18750 Popo Agie Cheyenne, Wyoming -0.0644317231554809439 +68430 palaios_html_7930345720 palaios_html_7930345720:395:40181:40199 Kayenta Chinle Formation -0.0144772441484254995 +68431 aapg_ac_920.html aapg_ac_920.html:37:5910:5928 Gerster Kaibab, Arizona -0.489119025533207352 +68432 jgeology_html_4599466962 jgeology_html_4599466962:318:23077:23086 Schoharie Syracuse, New York -0.00922476160912374769 +68433 cspg_html_7809640865 cspg_html_7809640865:129:11828:11849 Shaftesbury Lacombe, Alberta 0.385255589102109164 +68434 cspg_html_5541937700 cspg_html_5541937700:620:84061:84077 Viking Pebble Mine -0.482688821665931855 +68435 cspg_html_4636216007 cspg_html_4636216007:428:43678:43693 Melville Island Ellesmere Island -0.480728181628129914 +68436 aapg_ah_428.html aapg_ah_428.html:191:24134:24151 El Paso El Paso, Texas -0.446110205830797302 +68437 aapg_aa_147.html aapg_aa_147.html:423:45831:45851 Stonewall Red River of the North 0.961011321132334895 +68438 aapg_ah_95.html aapg_ah_95.html:111:10339:10355 Concha Arizona -0.424164638088738555 +68439 sedimentology_html_1467256460 sedimentology_html_1467256460:529:46897:46914 Gorge Shire of Roebourne -0.488724520608411594 +68440 aapg_af_568.html aapg_af_568.html:763:69701:69720 Sundance Dolomites -0.426817068967231705 +68441 gsa_html_9296779210 gsa_html_9296779210:726:63354:63362 Colorado Denver -0.476172115937115059 +68442 geology_html_7477160500 geology_html_7477160500:161:18292:18312 Missisauga Ontario, California -0.027056608189623254 +68443 sedimentology_html_1946067194 sedimentology_html_1946067194:595:37314:37326 Green Valley Green Valley, Los Angeles County, California -0.472501057082917231 +68444 cspg_html_6611173979 cspg_html_6611173979:467:40080:40098 Palliser Victoria, British Columbia 0.0396072911881577006 +68445 aapg_ae_643.html aapg_ae_643.html:208:24664:24673 Rose Hill Lee County, Alabama 0.312690021098912696 +68446 aapg_ad_981.html aapg_ad_981.html:246:15404:15417 Windsor Middle East -0.00908750930208491146 +68447 cspg_html_1915486237 cspg_html_1915486237:323:39599:39607 Columbia Victoria, British Columbia -0.500900028677199516 +68448 geology_html_8813860602 geology_html_8813860602:58:5110:5116 Denver Colorado -0.0506108141717031973 +68449 gsa_html_4339524478 gsa_html_4339524478:1050:96483:96489 Oregon Boise, Idaho -0.0060750102692951162 +68450 cspg_html_5170528958 cspg_html_5170528958:140:24566:24575 Nisku Lacombe, Alberta -0.0265071378839745256 +68451 gsa_html_5274400800 gsa_html_5274400800:688:55737:55755 Monterey California -0.0168874970090907538 +68452 cspg_html_4126093606 cspg_html_4126093606:93:10499:10505 Guelph Ontario, California -0.460946527021081187 +68453 gsa_html_8052506041 gsa_html_8052506041:68:5296:5324 Green River Colorado -0.0300077841382245594 +68454 cspg_html_6927586285 cspg_html_6927586285:228:32057:32067 Quesnellia Western world -0.490054357124853124 +68455 aapg_ah_881.html aapg_ah_881.html:69:7307:7327 Huntingdon Western world -0.450582005503512739 +68456 aapg_af_625.html aapg_af_625.html:609:62804:62819 Bloomsburg Salina, Kansas 0.349426008480504646 +68457 geology_html_7526114759 geology_html_7526114759:46:3809:3819 Washington Cascade Range -0.00910662035546105052 +68458 jgeology_html_1110223691 jgeology_html_1110223691:122:8772:8778 Provo Black Sea -0.0467578283362129754 +68459 aapg_ae_272.html aapg_ae_272.html:39:5444:5462 Michigan Michigan -0.461765577936308902 +68460 aapg_ae_324.html aapg_ae_324.html:88:9029:9036 Honaker Virginia -0.464450966712688929 +68461 cspg_html_6255491344 cspg_html_6255491344:251:36155:36158 Elk Fernie, British Columbia -0.473081857330366395 +68462 jgeology_html_2830376336 jgeology_html_2830376336:516:32297:32303 Madrid Canada -0.0481796037635088825 +68463 cspg_html_9072696952 cspg_html_9072696952:8:436:458 Buckinghorse Canada -0.465787563493960222 +68464 cspg_html_7938374662 cspg_html_7938374662:75:8478:8500 Grand Rapids Svalbard -0.47503682505792677 +68465 cspg_html_1732329534 cspg_html_1732329534:65:9357:9382 Porcupine Lacombe, Alberta -0.0406396375841217364 +68466 aapg_aa_369.html aapg_aa_369.html:14:2128:2148 Palo Pinto Texas -0.035304988004324106 +68467 sedimentology_html_2442491538 sedimentology_html_2442491538:1033:89778:89794 Cutler Colorado -0.442595627901035182 +68468 aapg_ad_2.html aapg_ad_2.html:1397:191120:191132 Chambersburg Martinsburg, Nebraska -0.476324834178458445 +68469 aapg_aa_913.html aapg_aa_913.html:382:29967:29973 Sierra Mexico -0.507524056198405349 +68470 aapg_ai_250.html aapg_ai_250.html:61:6653:6670 Manitou Brainerd, Minnesota -0.470216166533545032 +68471 cspg_html_1893593837 cspg_html_1893593837:176:13536:13552 Bad Cache Rapids Southampton Island -0.445989406971527558 +68472 aapg_ad_444.html aapg_ad_444.html:31:4259:4276 El Paso West Texas 0.00346047674040686785 +68473 cspg_html_6331977039 cspg_html_6331977039:145:15562:15581 Red River Manitoba 0.0778317062626914663 +68474 jgeology_html_3353186896 jgeology_html_3353186896:579:48492:48512 Pinto Cordillera Administrative Region -0.0572986636037091379 +68475 gsa_html_3930345425 gsa_html_3930345425:68:4155:4183 Green River Colorado -0.0245215675441684301 +68476 sedimentology_html_3417633442 sedimentology_html_3417633442:79:6860:6895 Colorado Shreveport, Louisiana -0.0466271631232556896 +68477 aapg_af_849.html aapg_af_849.html:7:815:833 Tensleep Carbon County, Wyoming -0.445157668105484183 +68478 palaios_html_4782349341 palaios_html_4782349341:561:52467:52471 Lane Germany -0.469093158774920749 +68479 aapg_ai_697.html aapg_ai_697.html:251:27241:27247 Casper Cheyenne, Wyoming -0.463332970234029085 +68480 cspg_html_9720041449 cspg_html_9720041449:1149:137948:137969 Cooking Lake Lacombe, Alberta 0.59201072278915956 +68481 cspg_html_3521815736 cspg_html_3521815736:445:60827:60835 Columbia Lacombe, Alberta -0.417439513760371694 +68482 aapg_af_653.html aapg_af_653.html:482:56388:56396 Vaqueros Salinas, California -0.410570924607407073 +68483 aapg_aa_901.html aapg_aa_901.html:30:4737:4748 Mowry Colorado -0.485088647253059335 +68484 cspg_html_8250500468 cspg_html_8250500468:47:6325:6340 Dunvegan Colorado -0.0219956359317186878 +68485 aapg_aa_4.html aapg_aa_4.html:279:37428:37449 Bluff Keuka Lake -0.4796264052884881 +68486 gsa_html_5274400800 gsa_html_5274400800:55:5590:5616 Monterey California -0.466073422560892126 +68487 aapg_ai_20.html aapg_ai_20.html:43:4356:4384 San Joaquin Tulare, California -0.415444905134973175 +68488 aapg_af_327.html aapg_af_327.html:30:4017:4025 Virginia Reston, Virginia -0.480644453081816247 +68489 aapg_ac_301.html aapg_ac_301.html:109:13421:13440 Fish Haven Dolomite Boise, Idaho -0.430057253759890901 +68490 sedimentology_html_9199455608 sedimentology_html_9199455608:1137:77301:77305 Hall London, Ontario -0.486483068290992582 +68491 cspg_html_9073385860 cspg_html_9073385860:112:9562:9577 Leduc Redwater, Texas -0.0339269564270203508 +68492 aapg_ae_73.html aapg_ae_73.html:367:48240:48257 Entrada Exeter, New Hampshire -0.0165833779978511626 +68493 aapg_ad_801.html aapg_ad_801.html:207:22644:22650 Sparta Lisbon -0.424479393833646412 +68494 gsa_html_1766933224 gsa_html_1766933224:732:62932:62937 Moran Lake Agassiz -0.037441986726546049 +68495 cspg_html_9113030208 cspg_html_9113030208:23:3087:3124 Otto Fiord Ellesmere Island -0.230645170115578974 +68496 cspg_html_8362959053 cspg_html_8362959053:297:29261:29275 Bullhead Victoria, British Columbia -0.463271407180362194 +68497 aapg_ac_628.html aapg_ac_628.html:308:50861:50882 Price Colorado -0.00112569192733688248 +68498 gsa_html_4487093132 gsa_html_4487093132:917:56137:56143 Provo Switzerland -0.486483068290992582 +68499 aapg_ad_918.html aapg_ad_918.html:3:444:462 Niobrara Colorado 0.654928904352631402 +68500 cspg_html_8371777215 cspg_html_8371777215:155:19473:19481 Columbia Victoria, British Columbia -0.0389701822838023973 +68501 aapg_ai_357.html aapg_ai_357.html:23:3265:3288 Comanche Peak Uvalde, Texas -0.0242746935922993796 +68502 gsa_html_1290697059 gsa_html_1290697059:633:47571:47580 Peninsula Quebec City -0.468015132988553406 +68503 aapg_ae_767.html aapg_ae_767.html:62:6621:6638 Entrada New Mexico -0.429501070897857717 +68504 cspg_html_8568877195 cspg_html_8568877195:359:58756:58778 Belly River Regina, Saskatchewan -0.470696581042233275 +68505 sedimentology_html_3181527419 sedimentology_html_3181527419:433:27719:27723 Earp Supai, Arizona -0.50396633916237854 +68506 aapg_ac_575.html aapg_ac_575.html:527:79294:79301 Ankareh Moenkopi Formation -0.384633600615377991 +68507 palaios_html_8798455546 palaios_html_8798455546:324:34179:34185 Walker Caribbean -0.470510360514459824 +68508 aapg_ad_466.html aapg_ad_466.html:290:35442:35449 Raritan Closter, New Jersey 0.0150802194400128011 +68509 gsa_html_6136696916 gsa_html_6136696916:9:376:396 Columbia Central America -0.442762791672519862 +68510 aapg_ae_789.html aapg_ae_789.html:22:3489:3502 Wabamun Lacombe, Alberta -0.444856013246054061 +68511 gsa_html_8549650339 gsa_html_8549650339:21:731:742 San Antonio Texas -0.499203493557790035 +68512 aapg_ad_258.html aapg_ad_258.html:160:15935:15957 Williamsport Blair County, Pennsylvania -0.473649201225758321 +68513 aapg_ah_894.html aapg_ah_894.html:72:11218:11235 Sadlerochit Prudhoe Bay Oil Field -0.0104235679161521783 +68514 aapg_ae_416.html aapg_ae_416.html:146:14001:14008 Anahuac Tampa, Florida 0.000333538178495732928 +68515 cspg_html_3187844923 cspg_html_3187844923:289:42119:42125 Sustut Victoria, British Columbia -0.486513508857715604 +68516 gsa_html_3648258377 gsa_html_3648258377:1105:101057:101064 Magothy Potomac, Maryland -0.46105569042928074 +68517 aapg_ae_886.html aapg_ae_886.html:462:50299:50329 Green River Cheyenne, Wyoming -0.0290477532032288703 +68518 geology_html_9635786061 geology_html_9635786061:238:21136:21144 Santiago Spain -0.414094356996746848 +68519 aapg_ai_157.html aapg_ai_157.html:539:49260:49277 Guelph Salina, Kansas -0.0277521713243654156 +68520 gsa_html_4719798013 gsa_html_4719798013:272:26837:26862 Blackwater Draw Pecos River -0.0306269732531419848 +68521 sedimentology_html_4004655641 sedimentology_html_4004655641:298:17237:17246 San Diego Canada 0.0164478291242488549 +68522 aapg_ah_218.html aapg_ah_218.html:184:21743:21760 Leipers Barren County, Kentucky -0.487987661646075377 +68523 gsa_html_8030464622 gsa_html_8030464622:64:5524:5533 Red River Red River of the North 0.0282216965011833493 +68524 aapg_af_673.html aapg_af_673.html:333:35211:35224 Lone Mountain Reno, Nevada -0.0548041382450311088 +68525 cspg_html_1925276454 cspg_html_1925276454:503:54119:54140 Shaftesbury Canada -0.428242619254491974 +68526 aapg_ah_644.html aapg_ah_644.html:385:45963:45968 Piper Regina, Saskatchewan -0.448578878596292641 +68527 aapg_aa_960.html aapg_aa_960.html:327:26642:26659 Dolores Durango, Durango -0.0733367571381979416 +68528 palaios_html_5269624070 palaios_html_5269624070:692:73091:73095 Hall Spain -0.0098536958986005091 +68529 cspg_html_1818321956 cspg_html_1818321956:297:29579:29594 Prida Reno, Nevada -0.448377013151321557 +68530 aapg_ac_334.html aapg_ac_334.html:376:40356:40377 Green River Sweetwater, Miami-Dade County, Florida -0.0358061340755818636 +68531 aapg_aa_644.html aapg_aa_644.html:721:58949:58957 Colorado Colorado -0.485252303872338198 +68532 cspg_html_8054926782 cspg_html_8054926782:38:5779:5803 Old Fort Lake Louise, Alberta -0.464569693827358687 +68533 cspg_html_4235335749 cspg_html_4235335749:12:1424:1446 Medicine Hat Lacombe, Alberta -0.441486425747427802 +68534 jgeology_html_4115179562 jgeology_html_4115179562:167:10927:10945 Catoctin Lynchburg, Virginia -0.0753211789679867488 +68535 aapg_ad_81.html aapg_ad_81.html:1077:177088:177097 Lodgepole Cheyenne, Wyoming 0.00731716651897006305 +68536 cspg_html_3026112034 cspg_html_3026112034:753:74179:74187 Palliser Lacombe, Alberta -0.452003931056544739 +68537 aapg_ac_881.html aapg_ac_881.html:659:78132:78151 Red River Winnipeg -0.512813437160698493 +68538 aapg_ah_4.html aapg_ah_4.html:528:61191:61201 San Marcos Lima, Ohio -0.478326534516524793 +68539 palaios_html_3912601201 palaios_html_3912601201:316:39426:39432 Dakota Bridgewater, Massachusetts -0.464256927711512946 +68540 cspg_html_9222238695 cspg_html_9222238695:301:40347:40363 Fernie Lacombe, Alberta 0.0159282324715774928 +68541 aapg_ai_975.html aapg_ai_975.html:1181:93038:93052 Buda Texas 0.000564582905986352451 +68542 aapg_aa_465.html aapg_aa_465.html:167:28859:28878 Glen Rose San Antonio -0.031171398356582336 +68543 aapg_ah_214.html aapg_ah_214.html:294:37289:37308 Home Lacombe, Alberta -0.505572008253837413 +68544 palaios_html_3855840708 palaios_html_3855840708:388:33820:33835 Florissant Colorado -0.482921973604061416 +68545 aapg_af_58.html aapg_af_58.html:66:4728:4739 Trempealeau Ohio -0.462193603410137988 +68546 cspg_html_7866293053 cspg_html_7866293053:264:29561:29584 Grand Rapids Clearwater, Florida -0.0437878831463548446 +68547 palaios_html_2592562131 palaios_html_2592562131:809:64222:64251 Bloomsburg Pennsylvania -0.0139559511282587399 +68548 cspg_html_6901590840 cspg_html_6901590840:266:22886:22896 Pine Point Canada -0.470188590895520009 +68549 jgeology_html_3625026933 jgeology_html_3625026933:123:6866:6872 Oregon Washington (state) -0.0205233642338861627 +68550 aapg_ad_44.html aapg_ad_44.html:702:74786:74792 Oswego Juniata County School District -0.04995370085151081 +68551 aapg_ah_469.html aapg_ah_469.html:249:19623:19634 Arkadelphia Alabama -0.0223919711537192666 +68552 geology_html_6113200258 geology_html_6113200258:61:6317:6332 Gorge Bennington, Vermont -0.500900028677199516 +68553 aapg_ad_55.html aapg_ad_55.html:6:722:729 Plattin Cape Girardeau, Missouri -0.417673931766760265 +68554 cspg_html_6985536436 cspg_html_6985536436:733:95136:95152 Kanguk Banks Island 0.766154847963989249 +68555 geology_html_1719128861 geology_html_1719128861:15:578:583 Queen Ontario, California -0.0525336851134121097 +68556 cspg_html_5345848475 cspg_html_5345848475:87:12325:12339 Colorado Regina, Saskatchewan 0.00438467433341639505 +68557 palaios_html_8095221691 palaios_html_8095221691:203:23406:23416 Carbondale Illinois -0.0188200559458422435 +68558 AMJC_html_5916115748 AMJC_html_5916115748:107:11272:11291 Quinault Montesano, Washington -0.464405306663695727 +68559 aapg_ah_245.html aapg_ah_245.html:268:26137:26148 Peace River Canada -0.0228978336199521272 +68560 aapg_af_653.html aapg_af_653.html:385:45703:45710 Temblor Monterey, California -0.0626677639389229546 +68561 aapg_ac_702.html aapg_ac_702.html:361:37580:37596 Oread Atchison, Kansas -0.383273241608677373 +68562 cspg_html_2093862169 cspg_html_2093862169:414:43567:43582 Bluff Grand Cayman -0.510251210266653876 +68563 aapg_ad_317.html aapg_ad_317.html:43:4823:4832 Gatesburg Pennsylvania -0.495787550773506447 +68564 aapg_af_579.html aapg_af_579.html:320:34398:34415 Entrada Entrada Sandstone -0.406379519352218999 +68565 gsa_html_7199417381 gsa_html_7199417381:577:58895:58922 White River Nebraska -0.0259959408940027802 +68566 cspg_html_5660413005 cspg_html_5660413005:73:10159:10173 Wabamun Blue Ridge Mountains 0.0105729870441561968 +68567 aapg_ah_654.html aapg_ah_654.html:343:34188:34208 Minnekahta Black Hills -0.425756964796638493 +68568 cspg_html_3097746547 cspg_html_3097746547:44:6896:6920 Clearwater Calgary -0.057502802354199925 +68569 aapg_ae_224.html aapg_ae_224.html:31:3293:3302 San Pedro Wilmington, North Carolina 0.0169153023812674656 +68570 gsa_html_9457387752 gsa_html_9457387752:292:28196:28224 Tonoloway Maryland -0.449433936510724996 +68571 aapg_ak_87.html aapg_ak_87.html:404:52314:52330 Supai Mogollon, New Mexico -0.4597965726108596 +68572 aapg_ai_328.html aapg_ai_328.html:183:15828:15849 Lake Valley Rift Valley lakes -0.377573879918978228 +68573 aapg_ah_75.html aapg_ah_75.html:269:33569:33584 Richmond Quebec City -0.444371337951674328 +68574 aapg_ai_153.html aapg_ai_153.html:255:41265:41281 Belden Kearny, New Jersey -0.423164225946506323 +68575 aapg_aa_906.html aapg_aa_906.html:651:67427:67442 Mesaverde New Mexico -0.46814580209221146 +68576 aapg_aa_485.html aapg_aa_485.html:161:20824:20829 Colon Piura Region -0.466759861116235797 +68577 gsa_html_5664265459 gsa_html_5664265459:1207:112208:112214 Walker Salem, Oregon -0.498319708491524405 +68578 sedimentology_html_7775845660 sedimentology_html_7775845660:663:57220:57238 Sisquoc Monterey, California -0.451787799117909672 +68579 aapg_ae_35.html aapg_ae_35.html:111:10451:10472 Green River Colorado -0.423098733122919901 +68580 cspg_html_4626597050 cspg_html_4626597050:161:20170:20187 Dinwoody Logan, Utah -0.187507598191424651 +68581 cspg_html_6255491344 cspg_html_6255491344:318:40794:40799 Price Victoria, British Columbia -0.00680987700292186304 +68582 aapg_ai_82.html aapg_ai_82.html:300:32985:32995 Greenbrier Greenbrier (Great Smoky Mountains) -0.0482911263715116029 +68583 aapg_aa_303.html aapg_aa_303.html:310:28386:28398 Percha Colorado 0.0452074024796540047 +68584 aapg_ac_100.html aapg_ac_100.html:47:5724:5742 Norphlet Mexico -0.463362613223226583 +68585 gsa_html_3448554349 gsa_html_3448554349:461:45202:45215 Bedford Huntington, West Virginia -0.464419004431934179 +68586 sedimentology_html_6367222020 sedimentology_html_6367222020:882:45991:45999 Colorado Leadville, Colorado -0.450608983410958508 +68587 cspg_html_7903023332 cspg_html_7903023332:12:1942:1950 Columbia Lacombe, Alberta -0.456337429672799166 +68588 aapg_ad_2.html aapg_ad_2.html:169:23782:23799 Loudoun South Mountains (Arizona) -0.487075683437370066 +68589 aapg_aa_544.html aapg_aa_544.html:88:11491:11507 Casper Black Hills 0.350895375039131152 +68590 gsa_html_1931201430 gsa_html_1931201430:1002:92835:92841 Oregon Salem, Oregon -0.0533845834162286967 +68591 sedimentology_html_2139169476 sedimentology_html_2139169476:343:36602:36611 Peninsula Korea -0.45633516722504075 +68592 sedimentology_html_1044851140 sedimentology_html_1044851140:795:76937:76963 Monterey California -0.461128473443845555 +68593 cspg_html_4785922166 cspg_html_4785922166:484:58058:58080 Slave Point Great Slave Lake -0.427764273749561608 +68594 gsa_html_4067269733 gsa_html_4067269733:9:491:499 Colorado Grand Canyon -0.507841039296802688 +68595 cspg_html_9905904289 cspg_html_9905904289:6:675:681 Battle Lacombe, Alberta -0.0678179277713222561 +68596 aapg_ae_156.html aapg_ae_156.html:58:8409:8418 Williston Lacombe, Alberta -0.441637804770763531 +68597 cspg_html_3589404052 cspg_html_3589404052:912:103072:103096 Belloy Boise, Idaho -0.452896019392303839 +68598 aapg_ai_296.html aapg_ai_296.html:29:4210:4217 Everton Arkansas 0.366695338272187144 +68599 aapg_ak_58.html aapg_ak_58.html:968:91855:91871 Borden Illinois -0.464501195477937445 +68600 gsa_html_1266138577 gsa_html_1266138577:406:33412:33425 Poleta Salinas Valley -0.479552074346371926 +68601 aapg_ac_361.html aapg_ac_361.html:499:54264:54300 Francisco Monterey Bay -0.447357152169087058 +68602 aapg_ah_779.html aapg_ah_779.html:588:108727:108734 Chemung Pennsylvania -0.207472370110967308 +68603 aapg_ah_624.html aapg_ah_624.html:134:13355:13363 Beaumont New Mexico -0.0254117377860756666 +68604 aapg_aa_597.html aapg_aa_597.html:347:33017:33021 Cass Great Britain 0.0221468680191138668 +68605 aapg_ae_182.html aapg_ae_182.html:222:26756:26769 Cotton Valley Haynesville, Louisiana -0.0466271631232556896 +68606 sedimentology_html_6777727337 sedimentology_html_6777727337:1438:85656:85660 Bond North Atlantic Current -0.481815063993563775 +68607 aapg_ai_765.html aapg_ai_765.html:304:28090:28098 Virginia Huntington, West Virginia -0.507716152641192187 +68608 aapg_ak_131.html aapg_ak_131.html:247:37220:37251 Lizard Springs Trinidad and Tobago -0.60207356315775884 +68609 aapg_ad_156.html aapg_ad_156.html:76:9911:9933 Water Island Puerto Rico -0.448753864703002991 +68610 jgeology_html_8064855537 jgeology_html_8064855537:192:11588:11604 Dakota Logan, Utah -0.208163659242167315 +68611 cspg_html_1450375831 cspg_html_1450375831:18:2194:2202 Deadwood Middle Ordovician -0.442682549290708161 +68612 aapg_ah_797.html aapg_ah_797.html:103:9487:9498 Trempealeau Morrow County, Ohio -0.0411671706612794855 +68613 aapg_ai_593.html aapg_ai_593.html:1507:157171:157200 Denton Goodland, Kansas -0.455184317280275863 +68614 aapg_ai_107.html aapg_ai_107.html:671:60202:60219 Hosston East Texas -0.223706440966633613 +68615 aapg_aa_648.html aapg_aa_648.html:268:29718:29726 Virginia Norfolk, Virginia -0.052851016470200643 +68616 cspg_html_9970905394 cspg_html_9970905394:98:10819:10842 Snowblind Bay Little Cornwallis Island -0.480695619561815057 +68617 aapg_aa_72.html aapg_aa_72.html:42:2671:2681 Washington Coshocton, Ohio -0.470236848829719556 +68618 geology_html_5817459329 geology_html_5817459329:256:23610:23618 Colorado Denver -0.485252303872338198 +68619 cspg_html_3367984758 cspg_html_3367984758:232:29985:29993 Columbia Victoria, British Columbia -0.0279573692057954598 +68620 aapg_ah_328.html aapg_ah_328.html:353:37548:37555 Madison Garland, Texas -0.0924703160718303441 +68621 aapg_af_461.html aapg_af_461.html:174:16039:16059 Bois Blanc Michigan -0.43727109016997745 +68622 geology_html_3024313000 geology_html_3024313000:139:14607:14613 Brazil San Francisco -0.017787713832192225 +68623 cspg_html_5210692627 cspg_html_5210692627:15:2409:2417 Imperial Fort McMurray -0.440354093294291316 +68624 gsa_html_3720789279 gsa_html_3720789279:1494:134245:134256 Coon Hollow Wallowa, Oregon -0.489182445167081981 +68625 aapg_ac_251.html aapg_ac_251.html:752:85870:85887 Baraboo Quartzite Wisconsin -0.491162576381923288 +68626 aapg_ai_725.html aapg_ai_725.html:20:3299:3303 Iola Osage County, Kansas -0.0478206511244486168 +68627 sedimentology_html_9176704178 sedimentology_html_9176704178:835:64708:64712 Hall London, Ontario -0.450242601748815363 +68628 cspg_html_4636216007 cspg_html_4636216007:108:12109:12117 Bathurst Melville, New York -0.49339517418577894 +68629 cspg_html_5889831809 cspg_html_5889831809:43:6038:6061 Grand Rapids Clearwater, Florida -0.474842748246669499 +68630 cspg_html_2536163557 cspg_html_2536163557:188:30076:30088 Saskatchewan Williston Basin -0.430176006996349836 +68631 cspg_html_7378664643 cspg_html_7378664643:883:116746:116764 Grosmont Canada -0.476385003272562391 +68632 cspg_html_7839431712 cspg_html_7839431712:119:14167:14193 Horseshoe Canyon Lacombe, Alberta -0.177727719939992757 +68633 AMJC_html_8785759243 AMJC_html_8785759243:1009:90033:90052 Arc Honolulu -0.457501080653503367 +68634 cspg_html_8231573314 cspg_html_8231573314:9:722:739 Montney Canada -0.447276508327869859 +68635 aapg_ad_880.html aapg_ad_880.html:618:59120:59138 Sundance Black Hills 0.0014766026609327194 +68636 geology_html_2888478969 geology_html_2888478969:169:13392:13400 Colorado Melbourne, Florida -0.0209613827792686502 +68637 aapg_ae_305.html aapg_ae_305.html:23:3784:3803 Rio Negro Maracaibo -0.0735187178499877164 +68638 aapg_ah_505.html aapg_ah_505.html:1719:141540:141548 Colorado Colorado -0.487729676915167776 +68639 palaios_html_3751259297 palaios_html_3751259297:65:8382:8401 Hartselle Monteagle, Tennessee -0.44830973456876172 +68640 gsa_html_8601242601 gsa_html_8601242601:32:2671:2699 Green River Colorado -0.00174412898347252863 +68641 aapg_ad_785.html aapg_ad_785.html:693:75518:75526 Fountain Colorado Springs, Colorado -0.532029895279770626 +68642 aapg_ai_107.html aapg_ai_107.html:568:48193:48202 Shongaloo East Texas -0.242809781250613643 +68643 geology_html_8555444116 geology_html_8555444116:235:22146:22158 Rhode Island Newport, Rhode Island -0.4784100389871494 +68644 aapg_ai_276.html aapg_ai_276.html:28:4349:4357 Virginia Cape Henry Light -0.480611894173340604 +68645 gsa_html_5625878232 gsa_html_5625878232:291:40887:40911 Northumberland Hornby Island -0.467772185732027057 +68646 jgeology_html_4305195651 jgeology_html_4305195651:567:68905:68923 Catskill Hyner View State Park -0.00593429213199152261 +68647 aapg_ac_333.html aapg_ac_333.html:21:3261:3275 Yeso New Mexico 0.815192775041989171 +68648 gsa_html_1712275503 gsa_html_1712275503:177:15589:15617 Green River New Mexico -0.0365022098849612647 +68649 aapg_aa_544.html aapg_aa_544.html:80:10307:10326 Minnelusa Black Hills -0.321227271563727657 +68650 cspg_html_9942234474 cspg_html_9942234474:506:55247:55280 Grosmont Lacombe, Alberta 0.00330065394967362811 +68651 cspg_html_3385840278 cspg_html_3385840278:19:2927:2948 Beaverhill Lacombe, Alberta -0.041445748202081481 +68652 aapg_ad_883.html aapg_ad_883.html:97:12119:12127 Starved Rock Iowa 0.363722811030195881 +68653 aapg_af_886.html aapg_af_886.html:233:9190:9200 Washington Texas -0.438752499306056365 +68654 aapg_ah_97.html aapg_ah_97.html:97:12406:12411 Viola Middle Ordovician -0.0219487021071597919 +68655 aapg_af_734.html aapg_af_734.html:215:28175:28191 Seabee North Slope Borough, Alaska -0.441593278961416758 +68656 gsa_html_7938666655 gsa_html_7938666655:39:3672:3680 Columbia Victoria, British Columbia -0.0421143691729161454 +68657 aapg_af_653.html aapg_af_653.html:958:112600:112608 Monterey Monterey, California -0.422095067987643957 +68658 sedimentology_html_3417381350 sedimentology_html_3417381350:1376:101270:101288 Monterey California 0.701142666267804637 +68659 gsa_html_7090153753 gsa_html_7090153753:541:43279:43296 Sisquoc Monterey, California -0.050246518785567143 +68660 jgeology_html_9215313444 jgeology_html_9215313444:1036:73646:73686 Columbia Wallowa, Oregon -0.00243726702917233546 +68661 cspg_html_3589404052 cspg_html_3589404052:637:70125:70153 Wood River Boise, Idaho -0.216287501989054498 +68662 geology_html_5133950749 geology_html_5133950749:11:451:457 Oregon Salem, Oregon -0.471336008805755435 +68663 aapg_ae_863.html aapg_ae_863.html:38:5661:5677 Modelo Santa Monica Mountains -0.00782446102673750588 +68664 sedimentology_html_3805411746 sedimentology_html_3805411746:722:34138:34142 Hall London, Ontario -0.50196539530370976 +68665 palaios_html_3055982207 palaios_html_3055982207:396:47929:47949 Hell Creek Eastern Montana -0.475325709854034217 +68666 aapg_ah_77.html aapg_ah_77.html:168:23684:23705 Green River Cheyenne, Wyoming -0.0753334309003387548 +68667 cspg_html_2703495345 cspg_html_2703495345:72:12354:12364 Missisauga Logan, Utah -0.0543315025159756756 +68668 aapg_ah_487.html aapg_ah_487.html:78:9037:9043 Midway Hangu District (Pakistan) 0.0137839266560680976 +68669 cspg_html_4495377323 cspg_html_4495377323:212:26095:26103 Columbia Victoria, British Columbia -0.454143259443463898 +68670 aapg_ae_715.html aapg_ae_715.html:511:66770:66784 Frio Beaumont, Texas -0.054549503916786618 +68671 aapg_ae_758.html aapg_ae_758.html:39:4539:4558 Salina Michigan -0.44548177794016619 +68672 aapg_ai_150.html aapg_ai_150.html:235:22906:22918 Keokuk Burlington, Ontario -0.437951625350357587 +68673 aapg_ai_409.html aapg_ai_409.html:300:34582:34593 Pine Island Bellevue, Nebraska -0.0684891195527563695 +68674 jgeology_html_7089929609 jgeology_html_7089929609:598:35080:35089 Natkusiak Victoria Island (Nigeria) -0.507610494068331364 +68675 aapg_aa_351.html aapg_aa_351.html:4:280:285 Viola Tahlequah, Oklahoma -0.463253167093327645 +68676 geology_html_8171981855 geology_html_8171981855:15:717:725 San Jose California -0.0817278820011349827 +68677 cspg_html_5593011953 cspg_html_5593011953:120:15285:15295 Big Valley Lacombe, Alberta -0.0206137481511775786 +68678 aapg_ad_944.html aapg_ad_944.html:176:16624:16633 Spearfish Williston, Vermont 0.0154659921989573207 +68679 aapg_aa_913.html aapg_aa_913.html:162:15364:15375 San Antonio La Salle, Colorado -0.0385036919951944542 +68680 cspg_html_2083823293 cspg_html_2083823293:583:61724:61746 Rock Springs Cheyenne, Wyoming -0.502936613094039808 +68681 aapg_ad_42.html aapg_ad_42.html:187:19079:19103 Colorado Bow Island Airport -0.0358774797167535214 +68682 aapg_ah_645.html aapg_ah_645.html:21:3044:3052 Sundance Black Hills -0.627215955280950199 +68683 gsa_html_4432793908 gsa_html_4432793908:902:96815:96835 White Sage Great Basin -0.0423372538738103418 +68684 geology_html_5414642896 geology_html_5414642896:14:976:986 Ellensburg Washington (state) -0.281577634473827554 +68685 aapg_ae_296.html aapg_ae_296.html:311:29313:29323 San Andres Texas -0.420134393777613191 +68686 sedimentology_html_6261114825 sedimentology_html_6261114825:827:63569:63577 Monterey San Francisco -0.451270191944311616 +68687 aapg_ah_415.html aapg_ah_415.html:10:980:994 Colorado Lacombe, Alberta -0.464473797617463435 +68688 cspg_html_2758185645 cspg_html_2758185645:39:7105:7125 Banff Western world -0.133330492452828825 +68689 aapg_ae_92.html aapg_ae_92.html:15:1843:1857 Woodbend Lacombe, Alberta -0.00382181610432916728 +68690 aapg_ad_466.html aapg_ad_466.html:452:53601:53618 Matawan The Carolinas -0.0395063257526605052 +68691 gsa_html_5732664703 gsa_html_5732664703:517:51032:51051 Mineral Bluff Cartersville, Georgia -0.444838140504144441 +68692 gsa_html_5293445820 gsa_html_5293445820:717:72713:72730 Nasina Fairbanks, Alaska -0.455229509631582041 +68693 cspg_html_6255491344 cspg_html_6255491344:90:13807:13826 Morrissey Moose Mountain (Alberta) -0.094217090545618179 +68694 gsa_html_3445493534 gsa_html_3445493534:562:63688:63706 Monterey Santa Barbara, California -0.0139559511282587399 +68695 aapg_ai_54.html aapg_ai_54.html:102:11147:11162 Eutaw Selma to Montgomery marches -0.488644702559799748 +68696 cspg_html_5541937700 cspg_html_5541937700:7:665:673 Columbia Victoria, British Columbia -0.47503682505792677 +68697 cspg_html_7086537250 cspg_html_7086537250:23:3285:3295 Besa River Kinderhook (town), New York -0.509550523561513535 +68698 aapg_ad_37.html aapg_ad_37.html:116:12755:12760 Yegua Newton County, Georgia -0.448282824521055501 +68699 cspg_html_2406266627 cspg_html_2406266627:324:36214:36222 Coalspur Lacombe, Alberta -0.475924584215438151 +68700 cspg_html_3129231627 cspg_html_3129231627:37:4811:4830 Allen Bay Little Cornwallis Island -0.0780838804057026048 +68701 gsa_html_4385238876 gsa_html_4385238876:722:76146:76162 Nina Creek Victoria, British Columbia -0.471819338906025898 +68702 cspg_html_8818854104 cspg_html_8818854104:115:15268:15275 Cadomin Lacombe, Alberta -0.482430096983488987 +68703 cspg_html_1962846283 cspg_html_1962846283:541:67121:67135 Cadomin Kootenay River -0.461155768602865224 +68704 aapg_ah_847.html aapg_ah_847.html:17:2445:2467 Hornerstown Navesink River -0.444838140504144441 +68705 cspg_html_6702053097 cspg_html_6702053097:552:68323:68331 Montreal Quebec City -0.486401118306284352 +68706 aapg_af_771.html aapg_af_771.html:332:40546:40560 Knoxville Pacific coast -0.0650501069612166166 +68707 aapg_ah_5.html aapg_ah_5.html:3559:267471:267479 Colorado Canada -0.0581501561760985122 +68708 aapg_af_854.html aapg_af_854.html:727:101927:101932 Salem Missouri River -0.417786819866466375 +68709 geology_html_2776857685 geology_html_2776857685:63:6240:6268 Noonday Dolomite Death Valley -0.079975607961460915 +68710 cspg_html_6709380965 cspg_html_6709380965:163:19354:19365 San Antonio Texas -0.521588576122501091 +68711 aapg_aa_684.html aapg_aa_684.html:225:21671:21692 Chugwater Cheyenne, Wyoming -0.454143259443463898 +68712 aapg_ac_75.html aapg_ac_75.html:131:15068:15076 Billings Honduras -0.0500164465946093956 +68713 aapg_ac_187.html aapg_ac_187.html:3647:347800:347807 Tamabra Matamoros, Tamaulipas -0.0592268959056857155 +68714 aapg_ah_779.html aapg_ah_779.html:211:38328:38336 Colorado Alabama -0.0832721847378371238 +68715 aapg_ad_341.html aapg_ad_341.html:128:12019:12057 Shawangunk Mohawk Valley 0.0221903257634018143 +68716 gsa_html_3205893764 gsa_html_3205893764:11:504:514 Washington Seattle -0.0416442398946082412 +68717 aapg_ac_241.html aapg_ac_241.html:46:6530:6549 Raritan Closter, New Jersey -0.454143259443463898 +68718 aapg_af_338.html aapg_af_338.html:394:47196:47204 Woodbine Paluxy, Texas -0.438060290900437188 +68719 cspg_html_2546442054 cspg_html_2546442054:195:25386:25394 Edmonton Saskatchewan River -0.463253167093327645 +68720 cspg_html_9435196958 cspg_html_9435196958:463:20765:20771 Jordan Lacombe, Alberta -0.016748470666176702 +68721 aapg_ah_647.html aapg_ah_647.html:438:47118:47137 Horquilla Earp, California -0.0313488201123993324 +68722 aapg_ah_585.html aapg_ah_585.html:122:11419:11441 Onondaga Pennsylvania -0.501846159144901716 +68723 aapg_af_397.html aapg_af_397.html:512:59088:59095 Entrada Entrada Sandstone 0.989979701184894645 +68724 aapg_ah_623.html aapg_ah_623.html:284:27667:27692 Weber Colorado 0.0334502532720378221 +68725 aapg_ac_702.html aapg_ac_702.html:361:37566:37575 Lecompton Topeka, Kansas -0.0446848523665537567 +68726 gsa_html_7633967689 gsa_html_7633967689:1101:110900:110928 Green River Colorado -0.0140758476190941898 +68727 aapg_ad_761.html aapg_ad_761.html:77:6524:6537 Comanche Peak Goodland, Kansas -0.448377013151321557 +68728 aapg_ad_427.html aapg_ad_427.html:153:15605:15624 Smackover Hubbard, Bowie County, Texas -0.0495563232116226007 +68729 aapg_ad_575.html aapg_ad_575.html:295:37091:37116 Weber Colorado 0.012265291340657087 +68730 cspg_html_4374961624 cspg_html_4374961624:233:25875:25883 Columbia Victoria, British Columbia -0.462111625185478381 +68731 aapg_ae_853.html aapg_ae_853.html:592:63115:63125 Rio Grande Cotabato City -0.0391947322443328555 +68732 aapg_af_598.html aapg_af_598.html:37:4007:4023 Pawnee Nowata, Oklahoma -0.0247962629365806077 +68733 aapg_ac_899.html aapg_ac_899.html:27:2701:2720 Cotton Valley Bay Springs, Mississippi -0.456432457607486186 +68734 gsa_html_6142651299 gsa_html_6142651299:12:720:729 San Diego California -0.464450966712688929 +68735 gsa_html_3096615185 gsa_html_3096615185:78:8144:8159 Weymouth Cambridge 0.325807168958191506 +68736 aapg_ah_820.html aapg_ah_820.html:141:10606:10615 Frankfort Atoka, Oklahoma -0.0674089599610137313 +68737 aapg_af_354.html aapg_af_354.html:42:6571:6586 Sespe Santa Monica Mountains -0.468384265774498543 +68738 cspg_html_5241714595 cspg_html_5241714595:618:91939:91962 Nisku Lacombe, Alberta -0.0144303273551577363 +68739 cspg_html_8568877195 cspg_html_8568877195:686:80723:80745 Judith River Lacombe, Alberta -0.452909542628234352 +68740 aapg_ac_517.html aapg_ac_517.html:32:3941:3953 Winnipegosis Regina, Saskatchewan -0.382593724513552003 +68741 aapg_ah_631.html aapg_ah_631.html:223:30020:30028 Richmond Richmond, California -0.455310861563052449 +68742 cspg_html_1019614994 cspg_html_1019614994:102:18546:18563 Wabamun Lacombe, Alberta -0.453130450697368015 +68743 geology_html_2905801026 geology_html_2905801026:248:24795:24799 Bell Earth -0.482038661537539159 +68744 aapg_ae_805.html aapg_ae_805.html:399:47197:47220 Hermosa Southeast Asia -0.0210065757716986906 +68745 gsa_html_9181545711 gsa_html_9181545711:522:47716:47734 Fountain Colorado -0.450595494357366455 +68746 aapg_ai_136.html aapg_ai_136.html:114:8116:8123 Rodessa County Sligo -0.460944252925189812 +68747 aapg_ah_633.html aapg_ah_633.html:192:27966:27980 Tampa Texas -0.0206137481511775786 +68748 cspg_html_2749851978 cspg_html_2749851978:579:67371:67388 Cardium Lacombe, Alberta -0.427711626546922574 +68749 geology_html_6889011624 geology_html_6889011624:221:22521:22529 Montreal Canada -0.032256843292129446 +68750 aapg_ai_241.html aapg_ai_241.html:183:19056:19070 Winnipeg Williston, Vermont -0.000521153440822292734 +68751 palaios_html_6409863909 palaios_html_6409863909:291:35030:35034 Kope Kentucky -0.0227413796680306819 +68752 aapg_ac_707.html aapg_ac_707.html:21:2111:2129 Kootenai Colorado 0.0457125653315258382 +68753 aapg_ac_956.html aapg_ac_956.html:3:209:216 Pamlico North Carolina -0.496649713850252028 +68754 aapg_ah_536.html aapg_ah_536.html:108:14379:14399 Fredericksburg Walnut, California -0.475085351012185853 +68755 cspg_html_3772380029 cspg_html_3772380029:390:49831:49844 Portage Chute Churchill River (Atlantic) -0.460946527021081187 +68756 aapg_ae_904.html aapg_ae_904.html:496:52234:52254 Minnekahta Cheyenne, Wyoming -0.444036457876645585 +68757 aapg_ac_807.html aapg_ac_807.html:473:48033:48053 Brightseat Washington (state) -0.467950951742638677 +68758 cspg_html_4656151786 cspg_html_4656151786:36:2927:2935 Woodbend Lacombe, Alberta -0.449575401198261781 +68759 aapg_ah_448.html aapg_ah_448.html:115:11493:11502 Escondido Texas -0.424479393833646412 +68760 aapg_aa_25.html aapg_aa_25.html:167:14940:14956 Chinle Carmel, Indiana -0.0176521575515221144 +68761 cspg_html_9689514766 cspg_html_9689514766:197:27174:27180 Arkona Whitby, Ontario -0.46398990802263862 +68762 cspg_html_2863271815 cspg_html_2863271815:58:8189:8197 Michigan Ontario, California -0.0359488258417789419 +68763 gsa_html_9603601502 gsa_html_9603601502:674:48875:48888 Cabano New Brunswick, New Jersey -0.0657821209328515732 +68764 cspg_html_5450075884 cspg_html_5450075884:514:60031:60039 Lea Park Colorado -0.451956647802202349 +68765 cspg_html_4541662139 cspg_html_4541662139:37:5081:5099 Independence Iowa -0.472722268874013252 +68766 aapg_af_81.html aapg_af_81.html:329:35329:35335 Casper Cheyenne, Wyoming -0.0186775409744464604 +68767 aapg_ah_654.html aapg_ah_654.html:981:100904:100922 Tensleep Cheyenne, Wyoming 0.000132025523515305647 +68768 geology_html_4625726818 geology_html_4625726818:11:466:479 Santa Barbara California -0.456778715576978744 +68769 geology_html_6149597609 geology_html_6149597609:266:24287:24297 Washington Boise, Idaho -0.452927573923113447 +68770 aapg_ac_499.html aapg_ac_499.html:64:6208:6214 Denver Colorado -0.512137120075891294 +68771 aapg_ai_321.html aapg_ai_321.html:208:28573:28580 Esquias Lima, Ohio -0.0365022098849612647 +68772 gsa_html_3379069611 gsa_html_3379069611:736:58778:58807 Needles Range Reno, Nevada -0.0166302989496245716 +68773 cspg_html_6644065685 cspg_html_6644065685:225:23352:23372 Weatherall Banks Island 0.806072723768259225 +68774 cspg_html_3618628685 cspg_html_3618628685:27:4211:4232 Belly River Milk River, Alberta -0.486529900381118929 +68775 gsa_html_8955900843 gsa_html_8955900843:902:78961:78976 Makah Pearl, Mississippi 0.0112575432774918507 +68776 palaios_html_7111318862 palaios_html_7111318862:51:5582:5596 St. Mary River Lacombe, Alberta -0.0363020833297297701 +68777 gsa_html_5851281923 gsa_html_5851281923:139:15105:15124 Chumstick Tumwater, Washington -0.0383226719059837143 +68778 cspg_html_5949578130 cspg_html_5949578130:591:84564:84579 Leduc Lacombe, Alberta -0.0566548826845970285 +68779 jgeology_html_9366209199 jgeology_html_9366209199:244:20991:21000 Eel River California -0.453085363047098455 +68780 palaios_html_7262673634 palaios_html_7262673634:61:5438:5458 Robertson New Mexico -0.488759736831659075 +68781 cspg_html_9778753186 cspg_html_9778753186:246:36755:36761 Fernie Kootenay River -0.456328379915839744 +68782 aapg_ac_807.html aapg_ac_807.html:329:33688:33695 Raritan Closter, New Jersey -0.446110205830797302 +68783 cspg_html_3187844923 cspg_html_3187844923:29:5240:5252 Sustut Cordillera Administrative Region -0.469120700106755939 +68784 cspg_html_4924970281 cspg_html_4924970281:495:66156:66165 Cold Lake Lacombe, Alberta -0.467497231753434772 +68785 aapg_ah_889.html aapg_ah_889.html:52:7620:7624 Wise Denton, Greater Manchester -0.451740527107044376 +68786 sedimentology_html_6884737185 sedimentology_html_6884737185:1620:82150:82176 Monterey California -0.454540571750530975 +68787 cspg_html_9136481292 cspg_html_9136481292:445:53278:53283 Gates Victoria, British Columbia -0.448484669177164286 +68788 jgeology_html_6882545802 jgeology_html_6882545802:391:34523:34537 Kope Cincinnati -0.462398581950347165 +68789 aapg_ah_96.html aapg_ah_96.html:679:71081:71089 Winnipeg Regina, Saskatchewan -0.451526708240674923 +68790 cspg_html_2929384614 cspg_html_2929384614:313:37197:37204 Halfway Lacombe, Alberta -0.477454856949792728 +68791 aapg_af_425.html aapg_af_425.html:33:3319:3327 Niobrara Weld County, Colorado -0.402962501254613081 +68792 aapg_ai_468.html aapg_ai_468.html:191:24162:24186 Cotton Valley Bossier City, Louisiana -0.438839061514967266 +68793 aapg_ac_506.html aapg_ac_506.html:298:38140:38174 Tuscarora Randolph County, Indiana 0.279729687070824684 +68794 aapg_ae_750.html aapg_ae_750.html:113:12971:12974 Abo Wichita, Kansas 0.00239731162737208446 +68795 aapg_ah_167.html aapg_ah_167.html:206:21779:21794 Melville Island Melville Island (Canada) -0.477179162580930738 +68796 gsa_html_3150321506 gsa_html_3150321506:575:63893:63901 Virginia Reston, Virginia -0.47254944238616009 +68797 aapg_ad_466.html aapg_ad_466.html:1051:112402:112413 Hornerstown Closter, New Jersey -0.472040378581138065 +68798 cspg_html_9987144175 cspg_html_9987144175:212:28086:28099 Baumann Fiord Ellesmere Island -0.000364807386249416544 +68799 aapg_ac_699.html aapg_ac_699.html:136:11259:11276 Edwards Texas -0.117420664049426929 +68800 jgeology_html_9131218619 jgeology_html_9131218619:1106:80722:80734 Martin Regina, Saskatchewan -0.454113919430063184 +68801 aapg_ai_503.html aapg_ai_503.html:199:22646:22665 Whirlpool Lockport (city), New York -0.462102516958969756 +68802 aapg_af_854.html aapg_af_854.html:1024:144444:144463 Golconda Kentucky -0.450159455866354863 +68803 aapg_ai_31.html aapg_ai_31.html:66:7331:7348 Catahoula Oakville, California -0.47076786107370483 +68804 sedimentology_html_5588419537 sedimentology_html_5588419537:128:8987:8995 Scotland Dundee -0.506705745639774774 +68805 gsa_html_4339524478 gsa_html_4339524478:793:78519:78525 Oregon Wallowa, Oregon -0.0931626095973885349 +68806 gsa_html_9865056817 gsa_html_9865056817:1091:88911:88919 Rockwell Reno, Nevada -0.447153316157111791 +68807 gsa_html_6765882493 gsa_html_6765882493:794:107226:107234 Colorado Colorado -0.485285038948243097 +68808 sedimentology_html_9586961644 sedimentology_html_9586961644:1163:83200:83222 Dunvegan Victoria, British Columbia 0.0162097516274166825 +68809 aapg_ah_77.html aapg_ah_77.html:230:27724:27734 Washington Cheyenne, Wyoming -0.0346368297266972797 +68810 gsa_html_1338947136 gsa_html_1338947136:31:3202:3208 Denver Colorado -0.498269845185202676 +68811 aapg_ac_292.html aapg_ac_292.html:100:8473:8487 Mission Canyon Williston Basin -0.474715697540505466 +68812 gsa_html_1132862280 gsa_html_1132862280:22:1053:1061 Montreal Quebec City 0.0171307951953313421 +68813 aapg_ac_624.html aapg_ac_624.html:30:3437:3454 Beekmantown Pennsylvania 0.025411737786075566 +68814 cspg_html_3926542795 cspg_html_3926542795:1352:142703:142720 Wabamun Canada -0.0525145061953963335 +68815 cspg_html_9119878068 cspg_html_9119878068:33:4285:4305 Dawson Bay Lacombe, Alberta -0.0448520648685932916 +68816 cspg_html_9177794814 cspg_html_9177794814:165:18258:18273 Banff Lacombe, Alberta 0.53302532192909613 +68817 palaios_html_8062930347 palaios_html_8062930347:659:61626:61646 Grant Lake Ohio -0.46853104470756296 +68818 geology_html_3524397213 geology_html_3524397213:207:20755:20763 Temporal Antarctica -0.463636287457712182 +68819 sedimentology_html_1598128253 sedimentology_html_1598128253:1212:94223:94235 Taylor Antarctica -0.464706706380762058 +68820 cspg_html_8250755331 cspg_html_8250755331:572:64435:64452 Wapiabi Lacombe, Alberta -0.471382028770717776 +68821 aapg_ah_318.html aapg_ah_318.html:1613:156130:156146 Olvido Matamoros, Tamaulipas -0.509731055861850857 +68822 sedimentology_html_2664743350 sedimentology_html_2664743350:961:89120:89135 Arc Japan -0.502700266635245141 +68823 aapg_ae_253.html aapg_ae_253.html:106:11508:11531 Cotton Valley Shreveport, Louisiana -0.0230751498951462693 +68824 aapg_ah_96.html aapg_ah_96.html:567:65349:65363 Stony Mountain Cincinnati -0.432243380207432859 +68825 aapg_ad_169.html aapg_ad_169.html:536:60651:60671 Greenbrier Dolomites -0.49141453931286927 +68826 cspg_html_4769973541 cspg_html_4769973541:791:78226:78234 Montreal Quebec City -0.471695028578207554 +68827 cspg_html_3020540834 cspg_html_3020540834:122:18465:18476 Collingwood Manitoulin Island -0.00243726702917233546 +68828 aapg_aa_22.html aapg_aa_22.html:316:30617:30626 Maquoketa Iowa 0.40062551308934452 +68829 gsa_html_7999545108 gsa_html_7999545108:1403:147445:147462 Onaping Ontario, California -0.0490387176000708983 +68830 aapg_ai_136.html aapg_ai_136.html:114:8140:8145 Sligo Rodessa, Louisiana -0.453008719186489883 +68831 palaios_html_7765531315 palaios_html_7765531315:26:2541:2562 Green River Lake Turkana -0.476385003272562391 +68832 aapg_aa_302.html aapg_aa_302.html:584:67604:67621 Bird Spring Clark County, Indiana -0.470200080639580853 +68833 jgeology_html_6990146451 jgeology_html_6990146451:318:21516:21539 Mount Rogers Grandfather Mountain -0.0559030112571096069 +68834 geology_html_2439191324 geology_html_2439191324:179:23138:23146 Virginia Congo Basin -0.0180692565756011246 +68835 aapg_ad_944.html aapg_ad_944.html:193:18202:18220 Kootenay Lacombe, Alberta -0.253863649508773326 +68836 sedimentology_html_3085837666 sedimentology_html_3085837666:65:5609:5618 San Diego London, Ontario -0.457555451333636842 +68837 geology_html_7835405582 geology_html_7835405582:398:27843:27849 Sonora Baja California peninsula -0.506336451321114045 +68838 aapg_ae_113.html aapg_ae_113.html:352:45979:45997 Read Bay Bathurst Island (Northern Territory) 0.0696359281413944653 +68839 aapg_ah_421.html aapg_ah_421.html:77:8191:8200 Fox Hills Lacombe, Alberta -0.41400352166597143 +68840 aapg_ae_113.html aapg_ae_113.html:386:51719:51733 Eids Western world -0.0011413265553120147 +68841 gsa_html_3447147750 gsa_html_3447147750:459:31214:31237 Moodys Branch Vail, Colorado -0.441397390812390766 +68842 gsa_html_9299329909 gsa_html_9299329909:671:75226:75240 Rockwell California -0.486513508857715604 +68843 cspg_html_3385840278 cspg_html_3385840278:181:24874:24886 Gilwood Swan Hill, Victoria 0.00633907480086522146 +68844 cspg_html_8477386212 cspg_html_8477386212:35:4705:4721 Banff Calgary -0.473508484055372547 +68845 cspg_html_2796643803 cspg_html_2796643803:519:62680:62688 Deadwood Regina, Saskatchewan -0.028002582716924157 +68846 AMJC_html_4692260170 AMJC_html_4692260170:518:51479:51502 Shaw Mountain Hartford, Connecticut -0.0477283018758572417 +68847 cspg_html_1509800797 cspg_html_1509800797:57:6898:6923 St. Mary River Cypress Hills, Brooklyn -0.467889067103673728 +68848 gsa_html_4695276845 gsa_html_4695276845:105:12184:12190 Pioche Reno, Nevada 0.00877304685539762562 +68849 cspg_html_5406720001 cspg_html_5406720001:171:21661:21669 Columbia Victoria, British Columbia -0.113333017278489448 +68850 cspg_html_8250755331 cspg_html_8250755331:27:4146:4184 Kaskapau Lacombe, Alberta -0.43306145074755803 +68851 gsa_html_2743423721 gsa_html_2743423721:876:80654:80661 Dubuque Salem, Oregon -0.407188892467938546 +68852 aapg_ai_58.html aapg_ai_58.html:10:1120:1128 Richmond Richmond, California -0.440247382693200906 +68853 cspg_html_5241714595 cspg_html_5241714595:309:47764:47778 Woodbend Lacombe, Alberta -0.0232768060359763093 +68854 gsa_html_9303702379 gsa_html_9303702379:200:21851:21867 Rivas El Viejo -0.046973866128671049 +68855 aapg_af_878.html aapg_af_878.html:173:16935:16941 Borden Southern Indiana -0.424492510899656617 +68856 cspg_html_6252417471 cspg_html_6252417471:528:67391:67400 Mackenzie Lady Franklin Bay -0.411700846829734624 +68857 aapg_ad_64.html aapg_ad_64.html:134:14702:14708 Midway Texas 0.0328135205724552972 +68858 gsa_html_5598634716 gsa_html_5598634716:15:549:561 Rhode Island Newport, Rhode Island 0.00369673695039424762 +68859 aapg_ah_289.html aapg_ah_289.html:555:77579:77597 Monterey California 1.12008678757128322 +68860 aapg_af_675.html aapg_af_675.html:477:58208:58216 La Habra California -0.0105034896980181463 +68861 aapg_ah_469.html aapg_ah_469.html:179:15605:15610 Yegua Carrizo Plain 0.00194564253308291118 +68862 gsa_html_6893315801 gsa_html_6893315801:778:61738:61766 Green River Colorado 0.00186225759184010619 +68863 aapg_aa_267.html aapg_aa_267.html:290:23563:23573 Greenbrier Greenbrier (Great Smoky Mountains) -0.475196277624828634 +68864 aapg_af_350.html aapg_af_350.html:101:7483:7490 El Paso Texas -0.470188590895520009 +68865 sedimentology_html_3455721661 sedimentology_html_3455721661:61:6430:6437 Entrada Durango, Durango -0.442860875153750722 +68866 gsa_html_1197940982 gsa_html_1197940982:1268:119194:119199 Piper California -0.013471157649090371 +68867 geology_html_5486340907 geology_html_5486340907:68:6918:6936 Decorah Wisconsin -0.260955810260206256 +68868 gsa_html_1119256423 gsa_html_1119256423:856:86541:86555 Arikaree Nebraska -0.441517589995484405 +68869 geology_html_9663748090 geology_html_9663748090:224:22348:22353 Stark Republic of China -0.0391129188633264693 +68870 aapg_ae_69.html aapg_ae_69.html:341:36208:36230 Green River Wasatch Range 0.0381486172653768829 +68871 cspg_html_8756009083 cspg_html_8756009083:5:187:209 Horn Plateau Canada -0.405013451517262313 +68872 aapg_ac_617.html aapg_ac_617.html:103:13190:13198 Oakville Oakville, California -0.0347969055523305801 +68873 aapg_ac_246.html aapg_ac_246.html:9:1510:1529 Newcastle Newcastle, New South Wales 0.0144650805272560756 +68874 geology_html_6064550828 geology_html_6064550828:312:24947:24956 San Diego California -0.0156223882901486526 +68875 gsa_html_6221700050 gsa_html_6221700050:892:80454:80464 Washington Seattle -0.462111625185478381 +68876 jgeology_html_3025326048 jgeology_html_3025326048:668:37211:37230 Dumisseau Caribbean -0.42773794978433255 +68877 sedimentology_html_1293179143 sedimentology_html_1293179143:89:8932:8941 Spearfish Regina, Saskatchewan -0.34070976227545624 +68878 aapg_ac_316.html aapg_ac_316.html:49:6625:6633 Grayburg New Mexico -0.441397390812390766 +68879 aapg_af_188.html aapg_af_188.html:294:34174:34181 Wasatch Wasatch Range -0.460655489757687109 +68880 cspg_html_7866293053 cspg_html_7866293053:256:27888:27898 Clearwater Lacombe, Alberta 0.0106841830799118756 +68881 aapg_ac_484.html aapg_ac_484.html:460:54862:54868 Oregon California -0.0576354087003293492 +68882 geology_html_2344223288 geology_html_2344223288:330:26048:26063 Catalina Schist California -0.475258680049542748 +68883 aapg_ac_305.html aapg_ac_305.html:178:18001:18029 Crystal River Williston, Vermont -0.398521739427348864 +68884 aapg_ae_147.html aapg_ae_147.html:291:28935:28951 Modelo Oak Ridge, Tennessee -0.0156223882901486526 +68885 cspg_html_6306091047 cspg_html_6306091047:162:23943:23952 Baldonnel Victoria, British Columbia -0.435668138774596203 +68886 aapg_ad_152.html aapg_ad_152.html:751:99733:99751 Arcturus Logan, Utah -0.419653547396107496 +68887 cspg_html_7086880709 cspg_html_7086880709:512:67223:67230 Funeral Mackenzie River -0.425363011053494167 +68888 aapg_aa_563.html aapg_aa_563.html:48:5904:5916 Austin Chalk Netherlands 0.0110316729653651777 +68889 aapg_ah_150.html aapg_ah_150.html:66:6394:6404 Washington Mexico -0.463435584788403632 +68890 aapg_af_50.html aapg_af_50.html:862:76784:76792 Colorado Colorado -0.0901482927297732051 +68891 aapg_ac_612.html aapg_ac_612.html:528:45493:45509 Maroon Gunnison County, Colorado -0.488722172911972397 +68892 aapg_af_575.html aapg_af_575.html:1182:170239:170258 Greenhorn Niobrara, Nebraska -0.351865141694925609 +68893 sedimentology_html_9901119270 sedimentology_html_9901119270:199:17843:17895 Washington Athens, Georgia -0.017787713832192225 +68894 jgeology_html_8265681594 jgeology_html_8265681594:80:3608:3617 Peninsula Korea -0.455387700672750584 +68895 aapg_af_128.html aapg_af_128.html:15:1586:1614 Phosphoria Guernsey -0.404820594310329573 +68896 aapg_af_579.html aapg_af_579.html:18:2612:2630 Entrada Logan, Utah -0.00773064589701005864 +68897 cspg_html_3076059179 cspg_html_3076059179:60:6730:6735 Price Victoria, British Columbia -0.473746101631411953 +68898 aapg_aa_844.html aapg_aa_844.html:380:39007:39013 Pocono Chemung, New York -0.0562414302028879168 +68899 sedimentology_html_3333646967 sedimentology_html_3333646967:1458:101129:101133 Hall London, Ontario -0.456344217050148659 +68900 cspg_html_4105062490 cspg_html_4105062490:118:11861:11875 Woodbend Lacombe, Alberta -0.43919205226689878 +68901 sedimentology_html_2390782682 sedimentology_html_2390782682:612:45197:45217 Capistrano California -0.442720440658756875 +68902 gsa_html_2422494332 gsa_html_2422494332:617:61750:61754 Open California -0.04677525052422285 +68903 aapg_af_131.html aapg_af_131.html:804:78993:79009 Salado Carlsbad, New Mexico 1.06962568280984005 +68904 aapg_ac_720.html aapg_ac_720.html:113:14384:14399 Navesink Mullica Hill, New Jersey -0.00434298101078220162 +68905 geology_html_9210804293 geology_html_9210804293:59:4279:4292 Thaynes Logan, Utah -0.22789639629539532 +68906 aapg_af_317.html aapg_af_317.html:412:53960:53972 Austin Chalk North Sea oil -0.0296008056896251114 +68907 aapg_ac_824.html aapg_ac_824.html:341:34768:34776 Fountain Fremont, California -0.0243790060490477571 +68908 aapg_ae_855.html aapg_ae_855.html:146:15157:15172 North Horn North Horn Formation -0.0242746935922993796 +68909 cspg_html_1351473625 cspg_html_1351473625:164:23293:23301 Columbia Victoria, British Columbia -0.00291152111123597944 +68910 aapg_ad_168.html aapg_ad_168.html:335:37208:37217 Clemville Logan, Utah -0.459860167847925383 +68911 aapg_ac_586.html aapg_ac_586.html:220:23517:23537 Pottsville Pottsville, Pennsylvania -0.448969278215303857 +68912 aapg_ai_409.html aapg_ai_409.html:93:9907:9920 Nacatoch Arkadelphia, Arkansas -0.490524761849640001 +68913 aapg_ae_772.html aapg_ae_772.html:10:900:915 Mesaverde Beaumont, Texas -0.0300077841382245594 +68914 cspg_html_5308103526 cspg_html_5308103526:440:40927:40935 Columbia Lacombe, Alberta -0.443732938342886629 +68915 jgeology_html_4305195651 jgeology_html_4305195651:2831:192044:192055 Blind Fiord Ellesmere Island 0.406948373282879527 +68916 gsa_html_6893315801 gsa_html_6893315801:660:53587:53594 Laramie Antarctica -0.463307888475886887 +68917 geology_html_5621225990 geology_html_5621225990:12:509:519 Washington Washington (state) -0.486529900381118929 +68918 aapg_ad_466.html aapg_ad_466.html:65:6627:6640 Merchantville Raritan River 0.000548948298213387093 +68919 geology_html_7566500982 geology_html_7566500982:12:507:515 Colorado Denver -0.499246281017071747 +68920 aapg_ah_90.html aapg_ah_90.html:83:13791:13809 Morrison Colorado -0.433657258933567102 +68921 cspg_html_5660413005 cspg_html_5660413005:323:38041:38054 Wabamun Lacombe, Alberta -0.486998362492811809 +68922 aapg_af_575.html aapg_af_575.html:392:53135:53143 Onondaga Helderberg -0.0559152219546391674 +68923 aapg_ae_96.html aapg_ae_96.html:503:55400:55408 Columbia Victoria, British Columbia -0.0339269564270203508 +68924 cspg_html_1498300615 cspg_html_1498300615:6:339:354 Cairn Jasper, Texas -0.4381734052234173 +68925 aapg_af_808.html aapg_af_808.html:696:89641:89653 San Fernando Trinidad and Tobago 0.301097095889399535 +68926 aapg_ac_245.html aapg_ac_245.html:177:26805:26810 Atoka Kearny, New Jersey -0.447314589257592876 +68927 aapg_ae_62.html aapg_ae_62.html:7:1090:1104 Winnipeg Williston, Vermont -0.425756964796638493 +68928 cspg_html_3328007773 cspg_html_3328007773:889:93927:93950 Viking Lacombe, Alberta -0.435694684676078359 +68929 sedimentology_html_5673709888 sedimentology_html_5673709888:2396:131815:131834 Edwards Melbourne, Florida -0.483477129634449443 +68930 aapg_ai_219.html aapg_ai_219.html:295:22314:22324 Washington Anchorage, Alaska -0.459805657368256959 +68931 aapg_ai_773.html aapg_ai_773.html:34:5443:5462 Detroit River Detroit River International Wildlife Refuge -0.464405306663695727 +68932 aapg_ad_659.html aapg_ad_659.html:331:46944:46979 Portage Lake Volcanics Keweenaw Peninsula -0.442649117020085803 +68933 aapg_ai_81.html aapg_ai_81.html:90:9534:9541 Chemung Juniata County School District 0.020759753884348222 +68934 aapg_af_186.html aapg_af_186.html:903:90177:90183 Midway Romania -0.466727815469158758 +68935 cspg_html_2184632302 cspg_html_2184632302:6:419:437 Martin Lake Athabasca -0.043955078042755065 +68936 gsa_html_4940410718 gsa_html_4940410718:655:56696:56709 Santa Barbara Baja California peninsula -0.0114886275572314532 +68937 aapg_ah_467.html aapg_ah_467.html:114:10542:10550 Quadrant Lacombe, Alberta -0.0323768745751979448 +68938 aapg_ah_289.html aapg_ah_289.html:513:70060:70078 Monterey California -0.0665701447708537258 +68939 palaios_html_3140337808 palaios_html_3140337808:459:42890:42898 Colorado Florissant, Colorado -0.466714081975797668 +68940 aapg_af_320.html aapg_af_320.html:200:34025:34030 Oread Nemaha County, Kansas -0.46398990802263862 +68941 aapg_aa_699.html aapg_aa_699.html:191:17189:17200 Wills Creek Michigan 0.0744198684860625098 +68942 aapg_ae_849.html aapg_ae_849.html:27:2741:2759 Black River Middle Ordovician -0.0309244037677744686 +68943 aapg_ah_505.html aapg_ah_505.html:557:42697:42717 Ingleside Denver -0.0802068706445484281 +68944 aapg_ah_487.html aapg_ah_487.html:78:8942:8954 Midway Hangu District (Pakistan) -0.00409977035478876605 +68945 cspg_html_4727171280 cspg_html_4727171280:77:8510:8527 Bearpaw Edmonton, London 0.394876603396074277 +68946 jgeology_html_1838149422 jgeology_html_1838149422:741:63895:63913 John Day Nebraska -0.02404868566678443 +68947 aapg_ae_73.html aapg_ae_73.html:458:60543:60556 Carlile Niobrara, Nebraska -0.00470953551256090425 +68948 aapg_af_437.html aapg_af_437.html:53:4854:4862 Colorado Denver -0.433864776993285517 +68949 aapg_af_14.html aapg_af_14.html:493:43840:43859 Rock Springs Fort Union Trading Post National Historic Site -0.46809765859229685 +68950 cspg_html_1732329534 cspg_html_1732329534:72:10822:10841 Paskapoo Edmonton, London -0.449467616590735308 +68951 cspg_html_6306091047 cspg_html_6306091047:65:11837:11846 Baldonnel Victoria, British Columbia -0.449811224417208722 +68952 gsa_html_4120839285 gsa_html_4120839285:88:10167:10182 Catalina Schist California -0.0526051706223679347 +68953 aapg_ai_49.html aapg_ai_49.html:702:91375:91384 Popo Agie Cheyenne, Wyoming -0.0352075456733289827 +68954 aapg_ac_426.html aapg_ac_426.html:38:4898:4926 Twin Creek Philippi -0.030833956297731533 +68955 aapg_af_308.html aapg_af_308.html:380:44546:44556 Greenbrier Pocono Raceway -0.00868617918509266736 +68956 aapg_ae_594.html aapg_ae_594.html:595:63406:63413 Calvert Val Verde (fictional country) -0.028896450511520861 +68957 AMJC_html_3632105729 AMJC_html_3632105729:422:63297:63307 Washington Boise, Idaho -0.470188590895520009 +68958 aapg_ah_779.html aapg_ah_779.html:189:34875:34886 Martinsburg Juniata County School District 0.0433821006587485278 +68959 cspg_html_8756009083 cspg_html_8756009083:776:79930:79950 Dawson Bay Manitoba -0.438386363525214817 +68960 aapg_af_0.html aapg_af_0.html:138:14389:14407 Sabaneta Portuguesa (state) -0.0288373212008630718 +68961 aapg_aa_761.html aapg_aa_761.html:598:75767:75784 Ivishak Prudhoe Bay Oil Field -0.462225485866077257 +68962 aapg_aa_208.html aapg_aa_208.html:267:29279:29289 Maravillas Bigfork, Montana -0.0110733719867148073 +68963 gsa_html_7737235229 gsa_html_7737235229:887:57010:57039 Bonneterre Missouri River -0.21920468574280863 +68964 aapg_ah_372.html aapg_ah_372.html:5:875:881 Midway Texas -0.0170838731942537375 +68965 aapg_ad_2.html aapg_ad_2.html:1434:195313:195324 Black River Pennsylvania -0.0423372538738103418 +68966 cspg_html_1925276454 cspg_html_1925276454:398:48317:48325 Columbia Victoria, British Columbia -0.433403442682278373 +68967 gsa_html_6281775990 gsa_html_6281775990:24:861:870 San Diego California -0.440265166942118702 +68968 aapg_aa_208.html aapg_aa_208.html:265:28996:29006 Maravillas Chihuahua (state) -0.479447557264900015 +68969 jgeology_html_3730434521 jgeology_html_3730434521:1566:66351:66357 Provo Spain -0.476061064960921709 +68970 aapg_ai_503.html aapg_ai_503.html:54:6118:6127 Queenston Richmond, California -0.0245215675441684301 +68971 aapg_ad_466.html aapg_ad_466.html:891:96541:96549 Navesink Closter, New Jersey -0.463910045923527747 +68972 aapg_ai_583.html aapg_ai_583.html:41:6469:6477 Sundance Black Hills -0.0336538065181428286 +68973 geology_html_1477892936 geology_html_1477892936:287:24895:24904 Flagstaff Colorado Plateau -0.486548633935625752 +68974 cspg_html_5688447798 cspg_html_5688447798:134:18733:18761 Disappointment Bay Ellesmere Island -0.478377564070346595 +68975 aapg_ah_972.html aapg_ah_972.html:658:68828:68837 Catahoula Whitsett, North Carolina -0.42366648599621326 +68976 sedimentology_html_5455387915 sedimentology_html_5455387915:27:1674:1684 Washington Seattle -0.450676431675374467 +68977 aapg_ad_401.html aapg_ad_401.html:17:1505:1525 Fort Union Burke County, Georgia -0.0149690067830474411 +68978 aapg_af_628.html aapg_af_628.html:145:13697:13716 Golconda Hardinsburg, Indiana -0.00425264554680848412 +68979 aapg_ai_849.html aapg_ai_849.html:32:4347:4357 Juniata Juniata County School District -0.458103872838477311 +68980 aapg_af_308.html aapg_af_308.html:554:59424:59443 Tuscarora Huntington, West Virginia -0.231168635655649574 +68981 aapg_ad_715.html aapg_ad_715.html:289:37059:37064 Boggy McAlester, Oklahoma -0.431219036147121426 +68982 aapg_aa_22.html aapg_aa_22.html:3:330:358 El Paso Middle East 0.871487336096148035 +68983 gsa_html_4339524478 gsa_html_4339524478:793:78605:78611 Oregon Wallowa, Oregon -0.0649051127837110275 +68984 gsa_html_5293445820 gsa_html_5293445820:23:1558:1568 Wood River Salcha River -0.416311624568161565 +68985 aapg_ai_724.html aapg_ai_724.html:281:27513:27532 Allen Bay Devon Island -0.692395001693661305 +68986 aapg_ae_358.html aapg_ae_358.html:3:316:328 Independence Arkansas -0.0515190157893396575 +68987 aapg_af_143.html aapg_af_143.html:402:39127:39146 Knoxville California -0.0031964218159343861 +68988 gsa_html_5651065626 gsa_html_5651065626:31:2623:2651 Green River New Mexico -0.0433629440146906728 +68989 aapg_ah_90.html aapg_ah_90.html:73:11771:11785 Cedar Mountain Cedar Mountains -0.440325191296006335 +68990 aapg_af_562.html aapg_af_562.html:174:18439:18455 Ripley Marshall County, Kentucky -0.433376961451207021 +68991 geology_html_6612217855 geology_html_6612217855:346:25343:25353 Washington Victoria, British Columbia -0.0286877600181881381 +68992 cspg_html_5406272225 cspg_html_5406272225:220:24566:24585 Keg River Lacombe, Alberta 0.000416922734646836166 +68993 palaios_html_3022467877 palaios_html_3022467877:84:9077:9098 Hornerstown Navesink River -0.477130519718023338 +68994 aapg_af_854.html aapg_af_854.html:901:127646:127653 Renault Missouri River -0.481766159765426027 +68995 cspg_html_4193503340 cspg_html_4193503340:264:33643:33662 Foremost Lacombe, Alberta -0.441406293921039528 +68996 aapg_ac_222.html aapg_ac_222.html:310:40139:40147 Colorado Uncompahgre Plateau -0.390380128073110677 +68997 aapg_ae_93.html aapg_ae_93.html:76:13116:13142 Kootenay Kootenay River -0.428798065147820595 +68998 aapg_ah_654.html aapg_ah_654.html:199:19197:19216 Open Gallatin, Tennessee -0.507841039296802688 +68999 palaios_html_6676788300 palaios_html_6676788300:759:90189:90199 Washington Washington (state) -0.441637804770763531 +69000 aapg_ac_628.html aapg_ac_628.html:257:41550:41555 Lance Fort Union Trading Post National Historic Site -0.002921944296335324 +69001 aapg_ak_55.html aapg_ak_55.html:203:20803:20815 Murphy Creek Freemansburg, Pennsylvania -0.0852291734636597964 +69002 aapg_ai_94.html aapg_ai_94.html:156:22508:22515 Yucatan Campeche, Campeche -0.467889067103673728 +69003 gsa_html_3816882354 gsa_html_3816882354:793:70465:70473 Columbia Victoria, British Columbia -0.488956974601549299 +69004 cspg_html_7779401416 cspg_html_7779401416:16:1743:1752 Rochester Michigan Basin -0.0209613827792686502 +69005 aapg_ae_26.html aapg_ae_26.html:118:13633:13647 Kope Lexington, Kentucky -0.0228978336199521272 +69006 gsa_html_2513978868 gsa_html_2513978868:29:2796:2824 Green River New Mexico -0.445998354490544591 +69007 aapg_ac_126.html aapg_ac_126.html:29:4801:4818 Bossier Texas -0.454052985518192231 +69008 AMJC_html_7984049819 AMJC_html_7984049819:604:61281:61299 Berwick Fredericton (electoral district) -0.504301095690400381 +69009 aapg_ac_841.html aapg_ac_841.html:531:60319:60336 Esquias Guatemala -0.442575570278969321 +69010 cspg_html_2419618566 cspg_html_2419618566:754:95620:95626 Vernon Victoria, British Columbia -0.439298641817729429 +69011 cspg_html_1897017405 cspg_html_1897017405:96:12635:12643 Montreal Quebec City -0.501316956453099594 +69012 aapg_ae_465.html aapg_ae_465.html:229:24606:24625 Smackover Cotton Valley, Louisiana -0.00365504393340889116 +69013 aapg_ae_73.html aapg_ae_73.html:36:5161:5166 Raton Colorado -0.0520768920178777336 +69014 gsa_html_5960043103 gsa_html_5960043103:406:37034:37049 Catalina Schist California -0.448408411516637184 +69015 aapg_ai_669.html aapg_ai_669.html:87:13344:13363 Mesaverde Piceance Basin -0.110210543809711972 +69016 gsa_html_2178342427 gsa_html_2178342427:107:13067:13090 Golden Valley Williston Basin -0.491237921935693156 +69017 cspg_html_4287356899 cspg_html_4287356899:3330:351798:351826 Cathedral Texas -0.0164009085472750712 +69018 cspg_html_6216640615 cspg_html_6216640615:1185:111485:111492 Windsor Calgary -0.409532710596328564 +69019 cspg_html_7117661916 cspg_html_7117661916:113:11204:11212 Columbia Victoria, British Columbia -0.484471709023717834 +69020 gsa_html_1119256423 gsa_html_1119256423:140:13399:13416 White River Peoria, Illinois -0.432223543643836305 +69021 gsa_html_4670964408 gsa_html_4670964408:517:63277:63292 Rapid Sierra Nevada (U.S.) -0.434527375159215246 +69022 geology_html_8881449794 geology_html_8881449794:97:8961:8975 Graneros Pueblo, Colorado 0.0125259211045502007 +69023 aapg_ac_251.html aapg_ac_251.html:488:56304:56310 Pocono Catskill Mountains -0.066447827946063201 +69024 gsa_html_7798851983 gsa_html_7798851983:55:3491:3519 Green River Colorado -0.0246571760456421665 +69025 aapg_ai_879.html aapg_ai_879.html:300:21744:21754 Basal Topeka, Kansas -0.452055720301517416 +69026 cspg_html_4860363565 cspg_html_4860363565:13:1341:1347 Viking Lacombe, Alberta -0.132626319575632451 +69027 gsa_html_8833777630 gsa_html_8833777630:524:62873:62881 Colorado Denver -0.485799611688376376 +69028 cspg_html_5241714595 cspg_html_5241714595:747:106082:106097 Nisku Wood River (Oregon) -0.490689465081328491 +69029 aapg_aa_147.html aapg_aa_147.html:752:75056:75072 Elk Williston Basin -0.471405039658470026 +69030 aapg_ak_87.html aapg_ak_87.html:345:46367:46383 Supai Earp, California -0.481905893496514026 +69031 aapg_ai_468.html aapg_ai_468.html:257:31891:31908 Bossier Shreveport, Louisiana -0.490378908520278767 +69032 aapg_ai_594.html aapg_ai_594.html:366:37324:37343 Red River Fremont, California -0.451767539383647998 +69033 sedimentology_html_3941612453 sedimentology_html_3941612453:1240:89680:89696 Rapid California -0.475196277624828634 +69034 AMJC_html_8402437205 AMJC_html_8402437205:860:80255:80265 Washington Mount Rainier, Maryland -0.0385036919951944542 +69035 palaios_html_2449649505 palaios_html_2449649505:727:74892:74912 Mill Creek Canada -0.0393792500826810471 +69036 cspg_html_8464109528 cspg_html_8464109528:194:23234:23244 Pine Point Victoria, British Columbia -0.0128491051493607039 +69037 aapg_ad_178.html aapg_ad_178.html:47:4354:4364 Phosphoria Victoria, British Columbia -0.427658982255246345 +69038 aapg_ac_536.html aapg_ac_536.html:654:64331:64338 Madison Williston, Vermont -0.0865027302718939517 +69039 aapg_ah_527.html aapg_ah_527.html:292:36555:36572 Roberts Mountains Reno, Nevada -0.199236986883022993 +69040 cspg_html_2172704722 cspg_html_2172704722:844:96194:96223 Dunvegan Lacombe, Alberta 0.00452191499750925936 +69041 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66090:66100 Point Loma California 0.421083733990151088 +69042 cspg_html_1140317615 cspg_html_1140317615:84:8046:8063 Cardium Zapata, Texas 0.845654203985770847 +69043 gsa_html_6667015190 gsa_html_6667015190:11:544:554 Washington Washington (state) -0.460964719996515115 +69044 aapg_ac_63.html aapg_ac_63.html:118:11943:11954 Haynesville Shreveport, Louisiana -0.445273887467667717 +69045 gsa_html_8558656785 gsa_html_8558656785:538:61953:61981 Green River New Mexico -0.0137248477945169315 +69046 cspg_html_2701043964 cspg_html_2701043964:47:7168:7193 Athabasca Canada -0.0365022098849612647 +69047 gsa_html_3648258377 gsa_html_3648258377:789:73480:73499 New Egypt Bass River Township, New Jersey -0.0062678467546358578 +69048 aapg_ae_419.html aapg_ae_419.html:2376:158971:158977 Sierra Matamoros, Tamaulipas -0.466782751574986277 +69049 geology_html_6663105863 geology_html_6663105863:75:9099:9105 Sierra Carmel Valley, San Diego, California -0.48757492352044407 +69050 cspg_html_6038396142 cspg_html_6038396142:6:248:288 Winnipeg Winnipeg 0.937539740875754424 +69051 aapg_ai_388.html aapg_ai_388.html:354:36743:36751 Colorado Cheyenne, Wyoming -0.47395378155658785 +69052 aapg_af_653.html aapg_af_653.html:8:863:871 Vaqueros Monterey, California -0.401663028982934767 +69053 cspg_html_9076537566 cspg_html_9076537566:304:40344:40364 Ship Point Middle Ordovician 0.00556946876400186627 +69054 aapg_aa_642.html aapg_aa_642.html:130:17935:17946 Louann Salt Texas -0.44304146514738707 +69055 gsa_html_8707521176 gsa_html_8707521176:578:56715:56722 Calvert Canada -0.480602591853576067 +69056 cspg_html_7881580279 cspg_html_7881580279:317:40752:40758 Yeoman Red River of the North -0.481673016532011111 +69057 aapg_ae_367.html aapg_ae_367.html:113:12334:12343 Catahoula Oakville, California -0.0201548805337714854 +69058 aapg_ac_730.html aapg_ac_730.html:213:29960:29976 Toreva Mancos, Colorado -0.0548285557290214137 +69059 aapg_af_242.html aapg_af_242.html:72:8109:8125 Midway Coahuila -0.480191064487370922 +69060 aapg_ae_875.html aapg_ae_875.html:329:38541:38556 Coamo Puerto Rico -0.0385036919951944542 +69061 aapg_ae_666.html aapg_ae_666.html:193:17518:17526 Prospect Absaroka 0.0450384410513308686 +69062 aapg_ac_538.html aapg_ac_538.html:39:5496:5502 Viking Edmonton, London -0.0661787401831004096 +69063 gsa_html_7605900420 gsa_html_7605900420:457:45507:45523 Navajo Logan, Utah -0.453008719186489883 +69064 aapg_af_483.html aapg_af_483.html:203:27679:27702 Jaitique Honduras -0.43797158338019293 +69065 aapg_ad_801.html aapg_ad_801.html:451:43863:43876 Jackson Mississippi River -0.506302887282198189 +69066 aapg_ad_763.html aapg_ad_763.html:618:74739:74759 Kern River Porterville, California -0.470409220225314617 +69067 aapg_ah_435.html aapg_ah_435.html:225:27644:27651 Carrizo Carrizo Springs, Texas -0.0122896166911195832 +69068 aapg_aa_22.html aapg_aa_22.html:510:47518:47523 Upham Sacramento, California -0.457492019193031785 +69069 sedimentology_html_1358721859 sedimentology_html_1358721859:1391:87664:87672 Homewood Switzerland -0.467925738958578585 +69070 aapg_ad_882.html aapg_ad_882.html:270:22222:22228 Kaibab Arizona -0.425481180136460357 +69071 aapg_ae_268.html aapg_ae_268.html:277:27319:27340 Tar Springs Kentucky -0.032256843292129446 +69072 aapg_af_897.html aapg_af_897.html:61:7926:7936 Pottsville New Mexico -0.553731916678017022 +69073 aapg_ad_683.html aapg_ad_683.html:738:73892:73898 Cutler Colorado 0.0336920818995012708 +69074 cspg_html_7378664643 cspg_html_7378664643:758:109873:109894 Slave Point Lacombe, Alberta -0.00680987700292186304 +69075 geology_html_7176261014 geology_html_7176261014:319:24017:24021 Hall Asia -0.0500861646985385212 +69076 gsa_html_2168907540 gsa_html_2168907540:406:44272:44283 Black Creek Republic of China -0.455229509631582041 +69077 cspg_html_6038396142 cspg_html_6038396142:53:7456:7476 Whitewood Winnipeg -0.0147535336534526714 +69078 aapg_ac_730.html aapg_ac_730.html:7:870:879 Mesaverde Colorado -0.00334234682961829285 +69079 aapg_ac_684.html aapg_ac_684.html:172:17720:17736 Paluxy Paluxy, Texas -0.00581963313965654701 +69080 sedimentology_html_1215305624 sedimentology_html_1215305624:1196:64823:64828 Inman Baja California peninsula -0.420791864948583338 +69081 cspg_html_3447886929 cspg_html_3447886929:58:7678:7698 Lawrence Anticosti Island -0.0151427767765860994 +69082 cspg_html_6193252551 cspg_html_6193252551:71:11368:11384 Mingan Middle Ordovician -0.503865938507956024 +69083 cspg_html_5345848475 cspg_html_5345848475:82:11524:11544 Milk River Lacombe, Alberta -0.0317836884462165403 +69084 aapg_ah_575.html aapg_ah_575.html:352:28670:28675 Ancon Santa Paula, California -0.0429641470600764103 +69085 gsa_html_2794002141 gsa_html_2794002141:1376:72506:72512 Jordan Andes -0.0261715541385612628 +69086 aapg_ad_691.html aapg_ad_691.html:107:12542:12563 Main Street Austin, Chicago -0.0203634553137257354 +69087 cspg_html_5960210762 cspg_html_5960210762:229:22313:22329 Viking Lacombe, Alberta -0.0379780466881480191 +69088 aapg_ae_419.html aapg_ae_419.html:222:28370:28376 Sierra Texas -0.456355529459316345 +69089 aapg_ac_807.html aapg_ac_807.html:504:51044:51057 Potomac Maryland 0.00637729476319610217 +69090 gsa_html_9937008037 gsa_html_9937008037:29:2796:2824 Green River Colorado 0.0154555658286427144 +69091 aapg_af_266.html aapg_af_266.html:128:14390:14408 San Onofre Breccia Santa Catalina Island, California -0.461171691164054931 +69092 gsa_html_2804482794 gsa_html_2804482794:27:2079:2089 Washington Washington (state) -0.0147795988543257695 +69093 aapg_af_397.html aapg_af_397.html:360:42492:42499 Entrada San Juan, Argentina -0.448534015757702353 +69094 aapg_ai_469.html aapg_ai_469.html:414:48368:48381 Wabamun Lacombe, Alberta -0.45921987907792633 +69095 palaios_html_8720358102 palaios_html_8720358102:182:12074:12080 Sonora Mexico -0.489889776983278402 +69096 aapg_aa_621.html aapg_aa_621.html:174:22796:22818 Tensleep Powder River (Montana) -0.457501080653503367 +69097 aapg_ae_642.html aapg_ae_642.html:97:9299:9312 Cotton Valley Mooringsport, Louisiana -0.47735290933611807 +69098 gsa_html_1009717507 gsa_html_1009717507:1036:89570:89598 Green River Iran -0.0279295455819341988 +69099 aapg_af_713.html aapg_af_713.html:32:3029:3036 Edwards Atoka, Oklahoma 0.0112141065617119059 +69100 aapg_ac_882.html aapg_ac_882.html:279:27377:27400 Fairview Ohio -0.463271407180362194 +69101 aapg_ad_466.html aapg_ad_466.html:1534:162256:162274 Yorktown Yorktown, Virginia -0.431133173871068531 +69102 cspg_html_8649903682 cspg_html_8649903682:227:23055:23068 Cruiser Pine River (Michigan) -0.19943099724499061 +69103 aapg_ae_998.html aapg_ae_998.html:102:12679:12687 Evanston Absaroka -0.443813272031764461 +69104 aapg_ad_152.html aapg_ad_152.html:1789:231767:231789 Kaibab Western world -0.449541717141150321 +69105 gsa_html_1538463681 gsa_html_1538463681:999:83054:83064 Pittsburgh Pittsburgh -0.448282824521055501 +69106 aapg_ad_716.html aapg_ad_716.html:39:2500:2508 Wolfcamp Cibolo, Texas -0.487075683437370066 +69107 aapg_ah_430.html aapg_ah_430.html:111:10164:10172 Sundance Denver 0.823712660751958703 +69108 geology_html_3231018979 geology_html_3231018979:373:26939:26957 Mistaya Lacombe, Alberta -0.481905893496514026 +69109 cspg_html_2863271815 cspg_html_2863271815:95:13559:13571 Salina Ontario, California -0.133319821871534794 +69110 aapg_ai_592.html aapg_ai_592.html:179:28818:28829 White River Uinta Mountains 0.190628445447331263 +69111 sedimentology_html_1275942184 sedimentology_html_1275942184:399:15351:15361 Washington Wa (Japan) -0.022353727877684245 +69112 aapg_af_480.html aapg_af_480.html:303:33640:33655 Olentangy Ohio -0.466144329889246756 +69113 cspg_html_5542874609 cspg_html_5542874609:448:55084:55102 Lea Park Lacombe, Alberta -0.03065480270336517 +69114 cspg_html_7361993452 cspg_html_7361993452:6:343:374 Charlie Lake Lacombe, Alberta -0.463332970234029085 +69115 sedimentology_html_3738352363 sedimentology_html_3738352363:18:1088:1094 Sierra Spain -0.071620691439041248 +69116 cspg_html_1188455526 cspg_html_1188455526:216:33874:33892 Isachsen Melville Island (Canada) 0.0530689719882701874 +69117 AMJC_html_5326057686 AMJC_html_5326057686:1334:94379:94416 Partridge Cambridge, Massachusetts -0.028972971193404428 +69118 geology_html_4393438384 geology_html_4393438384:46:5163:5179 Laurentian Piedmont (United States) -0.00946799468152085232 +69119 aapg_ah_645.html aapg_ah_645.html:459:54140:54148 Sundance Williston, Vermont 0.0583595566293753712 +69120 gsa_html_3038126504 gsa_html_3038126504:166:21425:21440 Bouse Gulf of California -0.500423794622032903 +69121 aapg_ac_493.html aapg_ac_493.html:96:12651:12660 Sheffield England -0.458641287983651336 +69122 palaios_html_1729153923 palaios_html_1729153923:27:1755:1777 Lime Creek Ohio -0.450582005503512739 +69123 aapg_ai_862.html aapg_ai_862.html:3:237:254 Ivishak Anchorage, Alaska -0.0355416373678999614 +69124 sedimentology_html_1598128253 sedimentology_html_1598128253:1127:89634:89657 Tidal Kingdom of the Netherlands -0.449755070503296051 +69125 cspg_html_9435196958 cspg_html_9435196958:115:4974:4985 Belly River Lacombe, Alberta -0.475395056458015053 +69126 AMJC_html_4299960498 AMJC_html_4299960498:12:508:518 Washington Seattle 0.0145398000042282032 +69127 aapg_ae_224.html aapg_ae_224.html:26:2583:2590 Repetto El Segundo, California -0.110770188344590945 +69128 aapg_ai_11.html aapg_ai_11.html:324:43569:43575 Dakota Decorah, Iowa -0.00786789401885567251 +69129 aapg_ai_48.html aapg_ai_48.html:18:2527:2541 Word Texas -0.510181355605583309 +69130 aapg_ai_583.html aapg_ai_583.html:860:87660:87666 Denver Cheyenne, Wyoming -0.0518153822203646572 +69131 aapg_ae_392.html aapg_ae_392.html:58:5834:5844 Batesville White River (Washington) -0.459819284677136619 +69132 cspg_html_4822015639 cspg_html_4822015639:220:35975:35995 Table Head Reno, Nevada -0.020196595303077311 +69133 aapg_ad_466.html aapg_ad_466.html:1405:149479:149493 Pamunkey Maryland -0.453495743339231705 +69134 cspg_html_4915680223 cspg_html_4915680223:281:32404:32419 Douro Devon Island -0.268520820904325663 +69135 aapg_af_98.html aapg_af_98.html:11:1780:1786 Dakota San Juan, Argentina 0.0239096054865596611 +69136 aapg_ai_592.html aapg_ai_592.html:326:52774:52798 Duchesne River Uinta Mountains -0.070833692744541904 +69137 aapg_ae_68.html aapg_ae_68.html:64:8102:8108 Antler Reno, Nevada -0.0045966157065965357 +69138 sedimentology_html_5922191587 sedimentology_html_5922191587:805:73413:73422 Peninsula Korea -0.485308421911267773 +69139 aapg_ah_779.html aapg_ah_779.html:500:93838:93849 Mauch Chunk Bloomington, Indiana -0.0222894098360483031 +69140 sedimentology_html_4021147902 sedimentology_html_4021147902:994:54813:54817 Hall London, Ontario -0.464501195477937445 +69141 aapg_ai_44.html aapg_ai_44.html:193:29547:29553 Sierra Lake Maracaibo -0.467925738958578585 +69142 gsa_html_6413722646 gsa_html_6413722646:825:68851:68859 East Arm Great Slave Lake 0.00312693377810401713 +69143 gsa_html_7971827722 gsa_html_7971827722:70:5461:5489 Green River Colorado 0.0373340820120061159 +69144 aapg_ak_51.html aapg_ak_51.html:121:11631:11654 Cotton Valley Goodland, Kansas -0.438007065376213589 +69145 gsa_html_8740218609 gsa_html_8740218609:14:643:649 Reston Virginia -0.459805657368256959 +69146 sedimentology_html_2041096405 sedimentology_html_2041096405:475:32694:32706 Salina Guelph -0.436819151869522138 +69147 palaios_html_4216189038 palaios_html_4216189038:79:7871:7889 Beaufort Banks Island 0.652909491757343918 +69148 gsa_html_2713524768 gsa_html_2713524768:555:48817:48836 Cotton Valley Shreveport, Louisiana -0.415156891376285975 +69149 cspg_html_6278093686 cspg_html_6278093686:224:16512:16520 Columbia Victoria, British Columbia -0.0226179559252577995 +69150 aapg_ad_3.html aapg_ad_3.html:276:25016:25033 Axemann Pennsylvania -0.444223975732980447 +69151 cspg_html_3012058617 cspg_html_3012058617:240:31772:31784 Beaver Mines Lacombe, Alberta -0.443755252554939694 +69152 aapg_ae_906.html aapg_ae_906.html:36:4483:4500 Cypress Bethel, Alaska -0.475977786028375149 +69153 aapg_ae_185.html aapg_ae_185.html:281:24912:24923 Tokio Carterville, Illinois 0.00851244436400225117 +69154 aapg_ae_876.html aapg_ae_876.html:493:53570:53589 Greenhorn Mancos, Colorado -0.453653631411627511 +69155 sedimentology_html_5673709888 sedimentology_html_5673709888:1359:66473:66509 Gambier Mount Gambier Airport 0.00919696363654177486 +69156 aapg_af_244.html aapg_af_244.html:107:12130:12140 Rio Grande Tampico, Illinois -0.450242601748815363 +69157 aapg_ae_271.html aapg_ae_271.html:67:5876:5893 Lisbon Lisbon -0.494971205064895448 +69158 aapg_ac_699.html aapg_ac_699.html:147:12038:12045 El Abra Texas 0.00994404088391406815 +69159 aapg_ad_801.html aapg_ad_801.html:207:22656:22669 Cook Mountain Winona, Mississippi -0.0138430056451466221 +69160 aapg_ai_716.html aapg_ai_716.html:53:7878:7896 Frontier Cheyenne, Wyoming -0.0316445288569785835 +69161 gsa_html_4058959570 gsa_html_4058959570:109:9493:9510 Chochal Mexico -0.450649451770273157 +69162 cspg_html_9670138862 cspg_html_9670138862:21:2932:2946 Gog Lacombe, Alberta -0.43580087580188992 +69163 palaios_html_9290889851 palaios_html_9290889851:425:36156:36168 Salina Bloomington, Indiana -0.0213629091377398328 +69164 aapg_aa_47.html aapg_aa_47.html:498:58823:58830 Minturn Madera County, California -0.0203634553137257354 +69165 aapg_ad_2.html aapg_ad_2.html:1060:145547:145558 Beekmantown Wissahickon Formation -0.455595651058867956 +69166 aapg_ad_714.html aapg_ad_714.html:4:394:404 Fort Worth Texas -0.4847520804564589 +69167 aapg_ak_36.html aapg_ak_36.html:237:26139:26153 Lisburne Anchorage, Alaska -0.47829406272822006 +69168 cspg_html_1611572472 cspg_html_1611572472:16:2206:2214 Columbia Victoria, British Columbia -0.0196404059622709952 +69169 aapg_aa_995.html aapg_aa_995.html:22:2819:2825 Denver Colorado -0.0883014286807499854 +69170 aapg_ai_720.html aapg_ai_720.html:216:24464:24472 Virginia Long Island (Massachusetts) 0.0025901399675438766 +69171 gsa_html_4308966435 gsa_html_4308966435:556:59833:59849 Inkom Pocatello, Idaho -0.486398776993572868 +69172 aapg_ah_505.html aapg_ah_505.html:669:51792:51807 Mesaverde Rocky Ridge, Calgary -0.0160151207401750574 +69173 gsa_html_6982030333 gsa_html_6982030333:1470:134066:134094 Green River Colorado -0.00860799843042621068 +69174 gsa_html_4012649500 gsa_html_4012649500:1099:95459:95487 Green River Colorado -0.420791864948583338 +69175 aapg_ae_904.html aapg_ae_904.html:231:24752:24763 Black River Richmond, California -0.426028449629804407 +69176 cspg_html_1948505826 cspg_html_1948505826:72:9753:9761 Columbia Victoria, British Columbia -0.440280728439214952 +69177 aapg_aa_371.html aapg_aa_371.html:177:14700:14714 Bedford Ohio -0.458750170743803365 +69178 gsa_html_4543270561 gsa_html_4543270561:14:543:549 Denver Colorado -0.479830848328458015 +69179 aapg_ad_325.html aapg_ad_325.html:436:42371:42390 Smackover Iran -0.390137235613900013 +69180 aapg_ai_491.html aapg_ai_491.html:14:3568:3585 Hermosa Hermosa, Chicago -0.467870731747513147 +69181 aapg_ai_843.html aapg_ai_843.html:8:1140:1179 Green River Colorado 0.0101177818467075957 +69182 sedimentology_html_1559456356 sedimentology_html_1559456356:734:40964:40968 Hall London, Ontario -0.502347065714454311 +69183 aapg_ai_503.html aapg_ai_503.html:112:12545:12554 Whirlpool Lewiston, Idaho -0.455197874748240694 +69184 aapg_ae_777.html aapg_ae_777.html:665:76216:76225 Montezuma Gallina -0.0236314487961183893 +69185 aapg_af_95.html aapg_af_95.html:168:14861:14867 Walnut Paluxy, Texas -0.0438697385751906713 +69186 gsa_html_8713261856 gsa_html_8713261856:1031:94574:94602 Green River Colorado -0.0156223882901486526 +69187 aapg_ah_167.html aapg_ah_167.html:572:50359:50385 Valmy Reno, Nevada -0.0273313514332929886 +69188 cspg_html_7602315496 cspg_html_7602315496:12:2005:2018 Pakowki Milk River, Alberta -0.461128473443845555 +69189 aapg_af_18.html aapg_af_18.html:173:20335:20351 Inyan Kara Black Hills -1.19129424707078879 +69190 gsa_html_1040524378 gsa_html_1040524378:1000:97378:97384 Casper Cheyenne, Wyoming -0.448296279445968116 +69191 aapg_ad_3.html aapg_ad_3.html:383:36145:36166 Beekmantown Blackford, Somerset -0.0198680940009536566 +69192 cspg_html_8520409981 cspg_html_8520409981:133:14435:14455 Elk Lacombe, Alberta -0.0306269732531419848 +69193 aapg_ac_400.html aapg_ac_400.html:441:51959:51965 Walton Lewis County, Washington -0.0210882710852193268 +69194 cspg_html_1296564271 cspg_html_1296564271:523:53925:53947 Black River Michigan -0.462102516958969756 +69195 sedimentology_html_2739036659 sedimentology_html_2739036659:743:44203:44212 Gibraltar North Africa -0.0665596603683992066 +69196 sedimentology_html_7553974053 sedimentology_html_7553974053:206:21726:21741 Levis Middle Ordovician -0.45995556917210767 +69197 aapg_ah_203.html aapg_ah_203.html:496:79030:79048 Morrison New Mexico 0.0084533746806839706 +69198 aapg_ai_206.html aapg_ai_206.html:10:2116:2134 Carlsbad Guadalupe Mountains National Park -0.452927573923113447 +69199 aapg_ai_613.html aapg_ai_613.html:51:8341:8355 Ross Laingsburg, Western Cape -0.0448450976147788255 +69200 aapg_ae_67.html aapg_ae_67.html:353:30314:30322 Colorado Colorado -0.455310861563052449 +69201 aapg_ah_365.html aapg_ah_365.html:274:27960:27966 Morgan Cumberland, Maryland -0.458865873154244486 +69202 gsa_html_1266138577 gsa_html_1266138577:347:27768:27776 Harkless Salinas Valley -0.495853839651622219 +69203 aapg_ai_886.html aapg_ai_886.html:184:17197:17201 Kent Sterling, Virginia -0.465595518002078101 +69204 aapg_ah_561.html aapg_ah_561.html:1031:77964:77981 Hermosa Logan, Utah -0.490190747679279337 +69205 geology_html_9004383999 geology_html_9004383999:124:11968:11984 Earlie Regina, Saskatchewan -0.422007842206250927 +69206 cspg_html_6873686255 cspg_html_6873686255:33:3878:3888 Crossfield Lacombe, Alberta -0.469070208322842297 +69207 palaios_html_8512528505 palaios_html_8512528505:1071:103875:103890 Liard Victoria, British Columbia -0.0209613827792686502 +69208 palaios_html_3491046542 palaios_html_3491046542:493:50850:50862 Liberty Hall Virginia -0.463764030920631232 +69209 palaios_html_4805247539 palaios_html_4805247539:649:76108:76141 Calvert Maryland -0.46279500750727276 +69210 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90013:90018 Steel Cheyenne, Wyoming -0.428798065147820595 +69211 geology_html_3221826633 geology_html_3221826633:15:948:956 Colorado Colorado -0.477234757760444439 +69212 aapg_aa_416.html aapg_aa_416.html:176:23140:23149 Mackenzie Lacombe, Alberta 0.04052473337606078 +69213 aapg_ak_39.html aapg_ak_39.html:91:10251:10259 Imperial California -7.99101848956195929e-05 +69214 aapg_ah_75.html aapg_ah_75.html:18:2477:2491 Richmond Quebec City -0.0313696934317686249 +69215 aapg_ah_567.html aapg_ah_567.html:128:14501:14515 Woodford Ouachita Mountains -0.449811224417208722 +69216 geology_html_9872095446 geology_html_9872095446:32:3104:3113 Eel River California -0.0363020833297297701 +69217 cspg_html_2625728726 cspg_html_2625728726:574:71007:71032 Jubilee Bridgetown, Nova Scotia -0.448377013151321557 +69218 AMJC_html_5969956211 AMJC_html_5969956211:1799:198658:198666 Colorado Denver -0.0494674389497957237 +69219 aapg_ah_529.html aapg_ah_529.html:11:1699:1727 El Paso Arizona -0.00673169924588781169 +69220 gsa_html_1991568528 gsa_html_1991568528:13:602:615 Santa Barbara California -0.457639279239636709 +69221 aapg_aa_756.html aapg_aa_756.html:381:43502:43519 Pekisko Calgary -0.441486425747427802 +69222 aapg_ae_391.html aapg_ae_391.html:809:82237:82251 Salado Western world 0.0213681238254475256 +69223 aapg_ae_805.html aapg_ae_805.html:105:14147:14163 Sandia New Mexico -0.49007551974140473 +69224 cspg_html_5889831809 cspg_html_5889831809:75:10227:10247 Clearwater Lacombe, Alberta -0.488837217649543798 +69225 cspg_html_8818854104 cspg_html_8818854104:138:18088:18095 Cadomin Fernie, British Columbia -0.251593736866136009 +69226 cspg_html_1893593837 cspg_html_1893593837:175:13389:13405 Bad Cache Rapids Churchill River (Atlantic) -0.0409390916032161337 +69227 cspg_html_3354282978 cspg_html_3354282978:799:92005:92026 Swan Hills Canada -0.4381734052234173 +69228 aapg_ah_387.html aapg_ah_387.html:225:24776:24780 Toro Knoxville, Illinois 0.0605028149712847074 +69229 gsa_html_7216089779 gsa_html_7216089779:1650:126461:126489 Green River Iran -0.429934117971200513 +69230 aapg_ac_807.html aapg_ac_807.html:667:66089:66106 Magothy Closter, New Jersey 0.0573230901293903042 +69231 aapg_ae_280.html aapg_ae_280.html:57:6505:6524 Whirlpool Lewiston, Idaho -0.49345891443649581 +69232 cspg_html_3020540834 cspg_html_3020540834:115:17246:17257 Collingwood Ontario, California -0.471888407816635713 +69233 aapg_ad_944.html aapg_ad_944.html:30:3583:3604 Whitehorse Spearfish, South Dakota -0.0101942281259971568 +69234 aapg_af_788.html aapg_af_788.html:444:37720:37728 Michigan Saginaw, Michigan -0.446924894478510359 +69235 cspg_html_7576506617 cspg_html_7576506617:214:30266:30288 Severn River Moose River (Maine) -0.432382247831122113 +69236 aapg_ai_1.html aapg_ai_1.html:57:7672:7689 Paradox Hermosa, Chicago -0.494538507684199602 +69237 aapg_af_470.html aapg_af_470.html:233:25686:25714 Phosphoria Boise, Idaho -0.282810968429403731 +69238 aapg_ae_485.html aapg_ae_485.html:550:59776:59782 Denver Colorado -0.0776846107248217038 +69239 aapg_ai_582.html aapg_ai_582.html:11:1400:1408 Sundance Regina, Saskatchewan -0.449451899065432481 +69240 gsa_html_4216613284 gsa_html_4216613284:105:11225:11236 Green River Logan, Utah -0.0270600859182637335 +69241 aapg_ah_529.html aapg_ah_529.html:207:20276:20292 Abrigo El Paso, Texas -0.427768661147865492 +69242 cspg_html_9879671248 cspg_html_9879671248:38:4617:4635 Wabamun Michigan Basin -0.422036189718657861 +69243 aapg_ae_324.html aapg_ae_324.html:228:23152:23161 Knoxville Lenoir City, Tennessee -0.428791476930725279 +69244 gsa_html_8863489299 gsa_html_8863489299:571:70231:70236 Crete Crete -0.502757556583302234 +69245 cspg_html_8250755331 cspg_html_8250755331:676:70688:70703 Mt Lytton Lacombe, Alberta -0.491282661525563435 +69246 cspg_html_7402164801 cspg_html_7402164801:405:38982:38990 Foremost Lacombe, Alberta -0.0272861401454246727 +69247 gsa_html_2832151886 gsa_html_2832151886:212:14983:15006 Belle Fourche Lacombe, Alberta -0.439098796420780313 +69248 aapg_ac_70.html aapg_ac_70.html:39:6177:6183 Kaibab Arizona 0.016034236202214884 +69249 palaios_html_6757540995 palaios_html_6757540995:513:50263:50278 Eutaw Alabama -0.218527647364909705 +69250 cspg_html_8267847427 cspg_html_8267847427:452:55112:55144 Provincial Southern Alberta -0.438326464087016476 +69251 aapg_ac_983.html aapg_ac_983.html:281:45745:45761 Pawnee Henrietta, New York -0.477844221658683899 +69252 geology_html_9088880172 geology_html_9088880172:368:28755:28759 Java Borneo -0.00100408928942736001 +69253 aapg_aa_286.html aapg_aa_286.html:34:5394:5422 Lockatong Pennsylvania -0.130322957799442168 +69254 aapg_ad_564.html aapg_ad_564.html:5496:447977:447983 Casper Mesa, Arizona -0.44844429668252761 +69255 sedimentology_html_7094042012 sedimentology_html_7094042012:29:1785:1789 Bern Switzerland -0.0541954731072742807 +69256 sedimentology_html_9793182930 sedimentology_html_9793182930:940:66452:66469 Hermosa Logan, Utah -0.478349729395822987 +69257 aapg_ac_506.html aapg_ac_506.html:225:27971:27986 Price Pulaski County, Missouri -0.403854725824422056 +69258 aapg_ai_879.html aapg_ai_879.html:300:21938:21964 Foraker Topeka, Kansas -0.485406637327558677 +69259 aapg_ah_654.html aapg_ah_654.html:1012:104393:104402 Popo Agie Cheyenne, Wyoming -0.453085363047098455 +69260 cspg_html_6644065685 cspg_html_6644065685:106:10350:10370 Weatherall Banks Island -0.458822766590828601 +69261 gsa_html_1402336710 gsa_html_1402336710:1154:96623:96630 Calvert China -0.450878806444675151 +69262 gsa_html_3841987980 gsa_html_3841987980:55:3440:3468 Green River Colorado -0.028972971193404428 +69263 aapg_ac_414.html aapg_ac_414.html:150:18344:18361 Pequop Logan, Utah -0.264099679210359817 +69264 aapg_ae_133.html aapg_ae_133.html:17:1670:1678 Wolfcamp Atoka, Oklahoma -0.473718414704639712 +69265 palaios_html_3112927242 palaios_html_3112927242:677:57190:57209 Tuscarora Pennsylvania -0.443848978138650319 +69266 gsa_html_9666442487 gsa_html_9666442487:974:86829:86849 Ellis Bay Anticosti Island -0.0156814715209821626 +69267 cspg_html_8363357104 cspg_html_8363357104:786:88483:88491 Columbia Victoria, British Columbia -0.461128473443845555 +69268 aapg_ac_305.html aapg_ac_305.html:153:15917:15926 Williston Williston, Vermont -0.430277178902051582 +69269 gsa_html_4120839285 gsa_html_4120839285:323:39237:39240 Arc Mojave Desert -0.469540812180448741 +69270 aapg_aa_77.html aapg_aa_77.html:26:3065:3072 Renault Chester, Pennsylvania -0.0383226719059837143 +69271 aapg_ac_624.html aapg_ac_624.html:33:3890:3906 Logan Cuyahoga County, Ohio -0.0447475566663644089 +69272 aapg_af_149.html aapg_af_149.html:130:12482:12486 Frio Texas -0.438060290900437188 +69273 aapg_ae_660.html aapg_ae_660.html:385:38035:38044 Smackover Shreveport, Louisiana -0.462453250854801823 +69274 gsa_html_3096615185 gsa_html_3096615185:561:52363:52376 Nahant Gabbro Cambridge, Massachusetts -0.474842748246669499 +69275 sedimentology_html_6951714124 sedimentology_html_6951714124:659:56871:56886 Swift Lacombe, Alberta 0.00285245641142386911 +69276 gsa_html_4675429437 gsa_html_4675429437:1085:77051:77061 San Felipe Baja California peninsula 0.0119525385350554136 +69277 geology_html_1001858158 geology_html_1001858158:223:20886:20894 Columbia Victoria, British Columbia -0.439391917689554934 +69278 aapg_ae_75.html aapg_ae_75.html:175:23672:23692 San Andres Alamogordo, New Mexico -0.403818336608281703 +69279 aapg_af_830.html aapg_af_830.html:456:53134:53140 Weno Texas -0.464569693827358687 +69280 cspg_html_6252849194 cspg_html_6252849194:324:35446:35464 Edmonton Canada -0.028708628918134603 +69281 aapg_ad_267.html aapg_ad_267.html:5:681:688 Hosston Shreveport, Louisiana -0.011024723133422322 +69282 cspg_html_9011256422 cspg_html_9011256422:465:55013:55033 Jean Marie Canada -0.471589148494391819 +69283 cspg_html_9941227593 cspg_html_9941227593:518:63737:63759 Colorado Western world -0.444856013246054061 +69284 aapg_ac_516.html aapg_ac_516.html:49:5233:5241 Wolfcamp New Mexico -0.486483068290992582 +69285 aapg_aa_495.html aapg_aa_495.html:82:11388:11401 Cotton Valley Haynesville, Louisiana 0.00404765387058551775 +69286 aapg_ah_815.html aapg_ah_815.html:132:9983:9988 Eutaw Selma to Montgomery marches -0.0245285217971666809 +69287 aapg_ae_921.html aapg_ae_921.html:314:25334:25341 Madison California -0.398110874527413783 +69288 aapg_ah_655.html aapg_ah_655.html:301:28610:28628 Fayetteville Chattanooga, Tennessee 0.00442984212241086077 +69289 aapg_af_397.html aapg_af_397.html:636:76728:76747 Entrada Entrada Sandstone -0.00274648745693117794 +69290 palaios_html_1222907427 palaios_html_1222907427:14:731:739 Virginia Martinsville, Indiana -0.0498072961417324808 +69291 cspg_html_3516764931 cspg_html_3516764931:144:25080:25100 Ottertail Split Rock Creek State Park -0.461271782333034175 +69292 cspg_html_1018915662 cspg_html_1018915662:200:18346:18365 Albert Keewatin, Minnesota -0.45644603384473742 +69293 gsa_html_1142695444 gsa_html_1142695444:197:16529:16535 Arroyo Rio Grande -0.462097962880594848 +69294 aapg_aa_702.html aapg_aa_702.html:2006:176009:176019 San Miguel Colorado -0.471382028770717776 +69295 aapg_ad_683.html aapg_ad_683.html:121:16490:16496 Hermit Kaibab, Arizona -0.0870870060717457567 +69296 aapg_ae_960.html aapg_ae_960.html:64:9227:9234 Madison Cheyenne, Wyoming 0.0197377379215514445 +69297 aapg_ae_182.html aapg_ae_182.html:372:39245:39258 Cotton Valley Pine Island (Lee County, Florida) -0.454414135268558672 +69298 geology_html_8566260854 geology_html_8566260854:186:22073:22098 Navajo Colorado -0.0308043870775981631 +69299 aapg_ah_391.html aapg_ah_391.html:305:20812:20828 Sacate Wheatland, California -0.503388006501126029 +69300 aapg_aa_463.html aapg_aa_463.html:133:26383:26397 Smackover Mississippi River -0.431256465733329653 +69301 cspg_html_4319383223 cspg_html_4319383223:427:53253:53258 Liard Canada -0.0426837810068434811 +69302 palaios_html_6229157009 palaios_html_6229157009:239:26082:26088 Brazil Peru, Indiana -0.458750170743803365 +69303 gsa_html_3199774259 gsa_html_3199774259:432:45308:45317 Peninsula Quebec City -0.0483573436723463285 +69304 aapg_ai_477.html aapg_ai_477.html:288:32382:32403 Peace River Clearwater, Florida -0.44721379024503416 +69305 aapg_ae_272.html aapg_ae_272.html:5:569:587 Michigan Dundee -0.482597909534674852 +69306 gsa_html_6967102683 gsa_html_6967102683:617:55322:55330 Columbia Washington (state) -0.0455104965023540933 +69307 gsa_html_8236729701 gsa_html_8236729701:215:22405:22434 Jalama Santa Ynez, California -0.0238644046922454368 +69308 aapg_ah_84.html aapg_ah_84.html:20:2713:2734 Bell Delaware -0.457963336268268129 +69309 cspg_html_6116883777 cspg_html_6116883777:1257:176011:176032 Goose Fiord Ellesmere Island -0.447135398674851747 +69310 AMJC_html_3632105729 AMJC_html_3632105729:298:42834:42840 Oregon Boise, Idaho -0.0451203085338412122 +69311 cspg_html_3026112034 cspg_html_3026112034:693:67647:67662 Leduc Swan Hill, Victoria -0.438326464087016476 +69312 aapg_af_593.html aapg_af_593.html:243:19191:19202 New Glasgow Bridgetown, Nova Scotia -0.491056633019370192 +69313 geology_html_1095613658 geology_html_1095613658:39:3886:3891 Salem India -0.0482475626636575672 +69314 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8865:8881 Dakota Regina, Saskatchewan 0.00662225056898444603 +69315 sedimentology_html_2139169476 sedimentology_html_2139169476:331:35903:35912 Peninsula Korea -0.48663294001243923 +69316 aapg_ae_875.html aapg_ae_875.html:322:37921:37941 Cariblanco Puerto Rico -0.0388274478076049076 +69317 geology_html_8397638507 geology_html_8397638507:323:24798:24811 Santa Barbara Sierra Nevada (Spain) -0.46132865731218986 +69318 aapg_ah_835.html aapg_ah_835.html:22:3768:3784 Chinle Chinle Formation -0.127378864498175565 +69319 sedimentology_html_8488362853 sedimentology_html_8488362853:1437:109822:109825 Arc Strait of Messina Bridge -0.0439289536259747163 +69320 sedimentology_html_6811924239 sedimentology_html_6811924239:1196:66032:66043 Santa Clara Anacapa Island -0.458784199315796892 +69321 aapg_af_745.html aapg_af_745.html:457:63173:63188 Conasauga Bloomington, Indiana -0.0461585278589675685 +69322 aapg_ae_921.html aapg_ae_921.html:410:33847:33865 Deadwood Black Hills -0.176055068150425875 +69323 aapg_ah_362.html aapg_ah_362.html:88:9154:9169 Viola Lindsborg, Kansas -0.454041701910604445 +69324 gsa_html_1662492421 gsa_html_1662492421:724:61848:61854 Oregon Washington (state) -0.0326639109248070408 +69325 cspg_html_6143853630 cspg_html_6143853630:9:576:584 Columbia Victoria, British Columbia -0.443813272031764461 +69326 aapg_ad_67.html aapg_ad_67.html:254:33381:33394 Carrizo Carrizo Plain -0.43025958301185474 +69327 geology_html_4393438384 geology_html_4393438384:45:4913:4921 Virginia Virginia -0.428844183946785584 +69328 aapg_ai_107.html aapg_ai_107.html:605:51971:51979 Dorcheat Arkansas -0.0363699519026964915 +69329 palaios_html_2621173808 palaios_html_2621173808:92:11371:11383 Charlie Lake Victoria, British Columbia -0.421938067268467054 +69330 aapg_af_788.html aapg_af_788.html:216:18939:18953 Traverse Detroit River International Wildlife Refuge -0.0254117377860756666 +69331 geology_html_6638965672 geology_html_6638965672:295:21961:21980 Pocatello Boise, Idaho -0.47596853330555533 +69332 aapg_ac_5.html aapg_ac_5.html:8:926:931 Yukon Victoria, British Columbia -0.491508750292768526 +69333 cspg_html_1188455526 cspg_html_1188455526:47:6886:6904 Isachsen Anchorage, Alaska 0.00039260223837717193 +69334 aapg_ad_628.html aapg_ad_628.html:34:4055:4063 Virginia Ohio -0.0336764237731465785 +69335 cspg_html_6038396142 cspg_html_6038396142:68:9944:9969 Winnipeg Regina, Saskatchewan 0.0264375862020742869 +69336 cspg_html_1503116552 cspg_html_1503116552:1006:146241:146266 Beaverhill Western world -0.492342974330111982 +69337 gsa_html_1071078122 gsa_html_1071078122:815:72294:72322 Green River Colorado -0.425818261082402505 +69338 aapg_af_789.html aapg_af_789.html:66:9591:9603 New Scotland Virginia -0.00716428423732448638 +69339 aapg_ac_563.html aapg_ac_563.html:595:85552:85557 Sligo Texas -0.422162673402975031 +69340 aapg_ae_280.html aapg_ae_280.html:306:34481:34486 Clyde Wayne County, Michigan -0.478307979059971577 +69341 cspg_html_9435196958 cspg_html_9435196958:189:8083:8103 Lance Cheyenne, Wyoming -0.47564012534835387 +69342 aapg_aa_546.html aapg_aa_546.html:167:16383:16401 Kootenai Cheyenne, Wyoming -0.00409977035478876605 +69343 AMJC_html_2069773375 AMJC_html_2069773375:1168:79008:79014 Moscow Moscow -0.431186011272103542 +69344 aapg_ai_461.html aapg_ai_461.html:42:5705:5710 Atoka Stringtown, Oklahoma -0.0152331376513424877 +69345 aapg_ai_772.html aapg_ai_772.html:7:919:929 Santa Cruz Guatemala -0.474805786132168894 +69346 aapg_ai_409.html aapg_ai_409.html:90:9683:9691 Nacatoch Arkadelphia, Arkansas -0.454089094007790295 +69347 cspg_html_4680797491 cspg_html_4680797491:32:3979:3999 Swan Hills Swan Hill, Victoria -0.119781536453150608 +69348 aapg_ah_521.html aapg_ah_521.html:362:41289:41304 Carrizo Carrizo Plain -0.00312693377810404575 +69349 sedimentology_html_3088624548 sedimentology_html_3088624548:30:2254:2264 Washington Wa (Japan) -0.00178582142589237621 +69350 palaios_html_7841806577 palaios_html_7841806577:609:59991:60007 George Canada -0.463271407180362194 +69351 AMJC_html_7895169864 AMJC_html_7895169864:665:84712:84718 Medway Israel -0.0532311352227030424 +69352 geology_html_3342004799 geology_html_3342004799:120:9957:9977 Cadomin Victoria, British Columbia 0.0069488599553278246 +69353 cspg_html_8740534160 cspg_html_8740534160:328:39038:39043 Mural Middle East -0.0347969055523305801 +69354 aapg_ai_218.html aapg_ai_218.html:108:11091:11099 Virginia Texas -0.0707899740090749269 +69355 gsa_html_7737235229 gsa_html_7737235229:920:59551:59570 Bonneterre Missouri River -0.179550290391049444 +69356 aapg_ah_157.html aapg_ah_157.html:155:20722:20738 Potsdam Illinois -0.429947310326277143 +69357 sedimentology_html_6951714124 sedimentology_html_6951714124:107:11337:11362 Swift Williston Basin -0.457691392417615917 +69358 gsa_html_5394777952 gsa_html_5394777952:11:587:595 San Jose California -0.462111625185478381 +69359 aapg_ah_657.html aapg_ah_657.html:6:733:744 San Joaquin Santa Rosa, California 0.00801209183604277911 +69360 cspg_html_1925276454 cspg_html_1925276454:506:54376:54397 Shaftesbury Lacombe, Alberta -0.00771327274469656935 +69361 aapg_af_70.html aapg_af_70.html:42:4521:4555 Leipers Kentucky -0.0224841030390627583 +69362 aapg_ai_688.html aapg_ai_688.html:150:19217:19226 Rochester Williamsport, Indiana -0.516074843452147825 +69363 aapg_ae_287.html aapg_ae_287.html:117:16179:16185 Provo Caledonia -0.0308043870775981631 +69364 aapg_ah_0.html aapg_ah_0.html:111:16536:16542 Denver Colorado -0.48878086726465575 +69365 sedimentology_html_1046729113 sedimentology_html_1046729113:2156:165812:165845 Basal Lacombe, Alberta -0.0374506887699371238 +69366 aapg_af_514.html aapg_af_514.html:577:59392:59397 Piper Stroudsburg, Pennsylvania -0.0128247793458777584 +69367 gsa_html_4308966435 gsa_html_4308966435:494:53222:53240 Morrison Reno, Nevada 0.00039260223837717193 +69368 sedimentology_html_4072526193 sedimentology_html_4072526193:355:14389:14393 Hall London, Ontario -0.447242908821281704 +69369 gsa_html_9102781796 gsa_html_9102781796:367:35209:35228 Talkeetna Talkeetna Mountains 0.00163989791216455892 +69370 cspg_html_6252417471 cspg_html_6252417471:225:32196:32216 Horton River Banks Island -0.148428086605987219 +69371 gsa_html_2877730818 gsa_html_2877730818:1056:88180:88193 Santa Barbara California -0.457736710679965686 +69372 gsa_html_8398449001 gsa_html_8398449001:656:53714:53724 Bear River Bear Lake, Michigan -0.0541239715343548866 +69373 aapg_af_612.html aapg_af_612.html:60:9105:9109 Frio Texas Coastal Bend -0.487692158362934725 +69374 cspg_html_3328007773 cspg_html_3328007773:910:95287:95315 Viking Lacombe, Alberta -0.449451899065432481 +69375 geology_html_9498301644 geology_html_9498301644:111:13444:13463 Tuscarora North Carolina -0.0120741642534044936 +69376 aapg_ad_721.html aapg_ad_721.html:566:53269:53279 San Andres El Capitan -0.00384092543334238609 +69377 cspg_html_7839431712 cspg_html_7839431712:173:18363:18382 Scollard Lacombe, Alberta -0.0880978310723345287 +69378 cspg_html_6839937815 cspg_html_6839937815:239:33569:33587 Moenkopi Logan, Utah -0.212891991858726704 +69379 aapg_ah_428.html aapg_ah_428.html:466:55419:55429 Maravillas Missouri River -0.44951252529713398 +69380 cspg_html_9942234474 cspg_html_9942234474:427:50494:50527 Grosmont Lacombe, Alberta -0.454143259443463898 +69381 sedimentology_html_9634338365 sedimentology_html_9634338365:1075:83372:83402 Sekwi Canada 0.861448554466663907 +69382 aapg_aa_463.html aapg_aa_463.html:259:49834:49842 Norphlet Cotton Valley, Louisiana 0.00313388258007131059 +69383 aapg_ae_250.html aapg_ae_250.html:225:22307:22331 Wasatch Cheyenne, Wyoming 0.0177008186812158755 +69384 cspg_html_5241714595 cspg_html_5241714595:158:23569:23588 Keg River Lacombe, Alberta -0.444451727274864927 +69385 aapg_ac_629.html aapg_ac_629.html:408:52057:52065 Beaumont Saratoga, California -0.0361854896356224864 +69386 aapg_ad_169.html aapg_ad_169.html:65:8815:8823 Maccrady Greenbrier (Great Smoky Mountains) 0.00179624453777558709 +69387 cspg_html_7963093032 cspg_html_7963093032:613:57457:57467 Bow Island Lacombe, Alberta -0.477158315306099867 +69388 palaios_html_3232474978 palaios_html_3232474978:62:6447:6463 Liard Victoria, British Columbia -0.428844183946785584 +69389 palaios_html_9993198762 palaios_html_9993198762:61:7257:7275 Cloverly Moberly, Missouri -0.435659290307845004 +69390 geology_html_1745354227 geology_html_1745354227:142:16297:16303 Dakota North Carolina -0.433635185237620624 +69391 cspg_html_8928894270 cspg_html_8928894270:333:45184:45205 Beaverhill Lacombe, Alberta -0.443688311537407287 +69392 cspg_html_4495377323 cspg_html_4495377323:225:27089:27108 Pardonet Western Canadian Sedimentary Basin -0.475258680049542748 +69393 cspg_html_2083823293 cspg_html_2083823293:586:61911:61926 Grassy Mountain Lacombe, Alberta -0.0259124818798982144 +69394 aapg_ai_694.html aapg_ai_694.html:19:2906:2913 Prairie Mississippi River -0.0160151207401750574 +69395 aapg_aa_878.html aapg_aa_878.html:715:79061:79069 La Habra California -0.463636287457712182 +69396 aapg_ah_253.html aapg_ah_253.html:27:4359:4378 Smackover Arkansas -0.465945346292333973 +69397 aapg_ae_473.html aapg_ae_473.html:472:44007:44016 Red Bluff Mississippi River 0.38839220337337621 +69398 aapg_ah_871.html aapg_ah_871.html:30:4148:4165 Black River Montreal -0.0189139078212818938 +69399 geology_html_1712790579 geology_html_1712790579:303:24281:24298 El Abra Mexico -0.461271782333034175 +69400 cspg_html_1004940981 cspg_html_1004940981:705:75058:75092 Baumann Fiord Canadian Arctic Archipelago 0.358055859908875285 +69401 aapg_af_880.html aapg_af_880.html:551:83845:83871 Coleman Junction Populus sect. Aegiros -0.0225432067788778057 +69402 cspg_html_1613963359 cspg_html_1613963359:17:1747:1754 Cardium Swan Hill, Victoria -0.0140376196944260508 +69403 geology_html_7526114759 geology_html_7526114759:38:2954:2964 Washington California -0.0468588775503323562 +69404 aapg_af_801.html aapg_af_801.html:295:34363:34437 Oswego Herington, Kansas -0.106588276812246488 +69405 aapg_ah_370.html aapg_ah_370.html:3:296:304 Michigan Michigan -0.0933717264743761932 +69406 aapg_ad_855.html aapg_ad_855.html:74:6906:6925 Smackover Bagrationovsk -0.448753864703002991 +69407 cspg_html_8267847427 cspg_html_8267847427:10:1179:1200 Belly River Lacombe, Alberta 0.0105973111472393959 +69408 geology_html_2199106256 geology_html_2199106256:12:479:489 Washington Washington (state) -0.452896019392303839 +69409 palaios_html_4421656336 palaios_html_4421656336:321:33103:33109 Reston Virginia -0.0200749274855987619 +69410 gsa_html_6776685506 gsa_html_6776685506:455:46914:46942 Green River Colorado -0.00440204655713307986 +69411 aapg_aa_725.html aapg_aa_725.html:62:6647:6656 Porcupine Cairns, Queensland -0.520287707072120686 +69412 aapg_ae_29.html aapg_ae_29.html:443:50621:50632 Deer Valley Greenbrier (Great Smoky Mountains) -0.0388083006594042434 +69413 aapg_ae_997.html aapg_ae_997.html:68:8863:8868 Price Victoria, British Columbia 0.0415293231231648394 +69414 aapg_ah_464.html aapg_ah_464.html:15:2508:2518 Pottsville Illinois 0.0227013972285232159 +69415 aapg_ah_428.html aapg_ah_428.html:476:56147:56157 Maravillas West Texas -0.481759173673690755 +69416 AMJC_html_3632105729 AMJC_html_3632105729:953:102961:102967 Reston Virginia -0.0255351835335731921 +69417 aapg_ai_491.html aapg_ai_491.html:438:55386:55401 Molas Hermosa, Chicago -0.0441205345295084747 +69418 sedimentology_html_2208426700 sedimentology_html_2208426700:94:7091:7129 Winnipegosis Regina, Saskatchewan -0.0246554374675200805 +69419 aapg_ac_609.html aapg_ac_609.html:546:50240:50258 Ramparts Mackenzie River -0.456344217050148659 +69420 cspg_html_5456368738 cspg_html_5456368738:76:7046:7066 Pine Point Great Slave Lake -0.47482657712880405 +69421 geology_html_9292085223 geology_html_9292085223:85:6709:6719 Laurentian Iowa -0.468455358769372721 +69422 aapg_ae_419.html aapg_ae_419.html:1657:122450:122470 San Felipe Tampico, Illinois -0.488731563736560848 +69423 aapg_ah_198.html aapg_ah_198.html:549:71415:71441 Monterey California -0.035868779002919772 +69424 aapg_ai_49.html aapg_ai_49.html:337:42686:42705 Newcastle Colorado -0.373450321656403017 +69425 geology_html_8686255478 geology_html_8686255478:206:23752:23762 Stillwater South Africa -0.453085363047098455 +69426 cspg_html_6255491344 cspg_html_6255491344:7:1016:1032 Fernie Kootenay River -0.054289647030115594 +69427 geology_html_3987149868 geology_html_3987149868:175:14735:14754 Red Creek Quartzite Uinta Mountains -0.47564012534835387 +69428 aapg_ac_337.html aapg_ac_337.html:353:15838:15844 Walker Colorado -0.463253167093327645 +69429 cspg_html_9354781888 cspg_html_9354781888:519:45254:45287 Halfway Lacombe, Alberta -0.0111741448327348745 +69430 aapg_ad_721.html aapg_ad_721.html:550:51267:51271 Yeso El Capitan 0.00830396347652810271 +69431 gsa_html_6481254334 gsa_html_6481254334:778:71604:71610 Jordan Nazca -0.458961168697372135 +69432 aapg_af_395.html aapg_af_395.html:112:13326:13330 Bond Michigan -0.402735827369643196 +69433 gsa_html_9053175553 gsa_html_9053175553:485:50074:50093 Flagstaff Logan, Utah 0.403848304101866062 +69434 aapg_af_149.html aapg_af_149.html:124:12154:12161 Anahuac Shreveport, Louisiana -0.430092438352523254 +69435 aapg_ah_246.html aapg_ah_246.html:21:2510:2518 Virginia Pennsylvania -0.431186011272103542 +69436 aapg_ac_867.html aapg_ac_867.html:489:66787:66817 Green River Colorado -0.0152852690750857109 +69437 aapg_ai_566.html aapg_ai_566.html:9:1054:1060 Viking Manitoba -0.0115181647621516343 +69438 gsa_html_9901339383 gsa_html_9901339383:518:46707:46735 Green River Iran -0.0165833779978511626 +69439 sedimentology_html_8230868664 sedimentology_html_8230868664:367:29231:29249 Kayenta Chinle Formation -0.430026468312881383 +69440 gsa_html_3906036914 gsa_html_3906036914:600:58738:58766 Green River Colorado -0.0259959408940027802 +69441 gsa_html_3170047312 gsa_html_3170047312:19:714:727 Santa Barbara California -0.467497231753434772 +69442 cspg_html_4105062490 cspg_html_4105062490:183:19130:19195 Lodgepole Williston, Vermont -0.479672865371614687 +69443 sedimentology_html_3417381350 sedimentology_html_3417381350:88:8831:8857 Monterey Monterey, California -0.00786789401885567251 +69444 aapg_ai_105.html aapg_ai_105.html:155:18168:18182 Duchesne River Lake Fork (Texas) 0.413240405049243975 +69445 aapg_ai_589.html aapg_ai_589.html:27:3502:3517 Mesaverde New Mexico -0.463435584788403632 +69446 geology_html_1599906578 geology_html_1599906578:93:11438:11444 Oregon Earth -0.420800576179594099 +69447 aapg_ae_391.html aapg_ae_391.html:381:34456:34462 Salado Delaware -0.174318611290379788 +69448 aapg_aa_4.html aapg_aa_4.html:67:8312:8329 Genesee Genesee County, Michigan -0.489250567816489013 +69449 aapg_ae_419.html aapg_ae_419.html:1617:120630:120640 Georgetown Texas -0.107605944636536832 +69450 aapg_ai_17.html aapg_ai_17.html:578:42609:42618 Vicksburg Winnfield, Louisiana -0.000521153440822292734 +69451 aapg_af_848.html aapg_af_848.html:13:1240:1259 Smackover Arkansas -0.439565169119916221 +69452 aapg_ae_933.html aapg_ae_933.html:48:5838:5864 Smackover Arkansas -0.462512479285274614 +69453 aapg_af_772.html aapg_af_772.html:916:96573:96580 Telford Cambridge -0.494552690963700137 +69454 gsa_html_8755064746 gsa_html_8755064746:1451:124186:124192 Oxford Antarctica -0.0626555402961383595 +69455 palaios_html_2623970001 palaios_html_2623970001:50:6143:6157 Beaufort South Africa -0.464505761870192324 +69456 cspg_html_7938374662 cspg_html_7938374662:136:14441:14456 Gates Victoria, British Columbia -0.227952183302546296 +69457 cspg_html_8600619449 cspg_html_8600619449:7:643:663 Horn River Norman Wells -0.00183793699051183952 +69458 aapg_ad_785.html aapg_ad_785.html:149:14669:14687 Fountain Colorado -0.440514182187833891 +69459 aapg_aa_146.html aapg_aa_146.html:761:45045:45064 Fox Hills Newcastle, New South Wales 0.00369673695039424762 +69460 cspg_html_9729377176 cspg_html_9729377176:673:91160:91191 Charlie Lake Victoria, British Columbia -0.0303051997851764565 +69461 cspg_html_9648675035 cspg_html_9648675035:50:6375:6387 Buckinghorse Victoria, British Columbia -0.466727815469158758 +69462 cspg_html_8426933697 cspg_html_8426933697:377:49994:50034 Mount Head Victoria, British Columbia -0.443982888348864235 +69463 cspg_html_5141367518 cspg_html_5141367518:8:959:973 St. Mary River Bearpaw Formation -0.40254340862255511 +69464 aapg_ae_26.html aapg_ae_26.html:158:15914:15918 Hall Kentucky -0.0378509909163746716 +69465 aapg_ai_958.html aapg_ai_958.html:119:11724:11732 Oakville Oakville, California -0.008957206898973313 +69466 geology_html_9192375337 geology_html_9192375337:469:31390:31398 Colorado Pueblo, Colorado -0.472678482936493838 +69467 aapg_ai_887.html aapg_ai_887.html:453:54233:54245 Winnipegosis Regina, Saskatchewan -0.469081683474137145 +69468 aapg_ai_170.html aapg_ai_170.html:85:8933:8957 Echo Canyon Conglomerate Salt Lake City -0.490251895380975244 +69469 aapg_ai_52.html aapg_ai_52.html:226:33476:33491 Santa Margarita Monterey, California -0.445984933244691462 +69470 geology_html_7013093766 geology_html_7013093766:241:22263:22273 Washington Seattle -0.472722268874013252 +69471 palaios_html_9408587909 palaios_html_9408587909:69:7146:7164 Montney Canada -0.0272913568249384605 +69472 aapg_aa_796.html aapg_aa_796.html:474:54150:54176 Halfway Lacombe, Alberta -0.468054102450840448 +69473 cspg_html_3516764931 cspg_html_3516764931:361:60656:60666 Beaverfoot Victoria, British Columbia -0.0207284668430632625 +69474 cspg_html_8875780398 cspg_html_8875780398:9:853:873 Road River Anchorage, Alaska -0.0116467387889204136 +69475 cspg_html_7323688702 cspg_html_7323688702:123:13236:13244 Columbia Lacombe, Alberta -0.017787713832192225 +69476 jgeology_html_4436895778 jgeology_html_4436895778:421:30356:30369 Bigfork Chert Arkansas -0.050246518785567143 +69477 cspg_html_6193252551 cspg_html_6193252551:634:67872:67893 La Vieille Quebec City -0.447404197686881167 +69478 aapg_ah_160.html aapg_ah_160.html:85:12334:12340 Guelph Salina, Kansas -0.0149690067830474411 +69479 cspg_html_4541662139 cspg_html_4541662139:50:6744:6752 Ramparts Iowa -0.0312427146313614852 +69480 aapg_ah_289.html aapg_ah_289.html:202:27738:27756 Monterey Lost Hills Oil Field -0.467194881190696076 +69481 geology_html_4150214358 geology_html_4150214358:48:3360:3366 Brazil Asia -0.431080339422081793 +69482 cspg_html_4298557570 cspg_html_4298557570:25:3515:3529 Edmonton Lacombe, Alberta -0.49337628910884479 +69483 aapg_ai_479.html aapg_ai_479.html:543:60784:60798 Traverse Michigan -0.0307539456314618806 +69484 gsa_html_1536819908 gsa_html_1536819908:583:56790:56803 Edna Mountain Reno, Nevada 0.366947374704338358 +69485 aapg_aa_544.html aapg_aa_544.html:322:43612:43632 Fox Hills Cheyenne, Wyoming -0.413964594818093001 +69486 gsa_html_7632212878 gsa_html_7632212878:507:48734:48744 Las Cruces New Mexico -0.455188836413653375 +69487 cspg_html_1503116552 cspg_html_1503116552:1682:242531:242550 Waterways Lacombe, Alberta -0.0741608807606724124 +69488 aapg_ai_307.html aapg_ai_307.html:67:9715:9735 Fort Scott Oswego, New York -0.0212673068022475528 +69489 aapg_aa_340.html aapg_aa_340.html:242:20723:20731 Billings Seminole, Texas -0.0303173748455716902 +69490 geology_html_8561500906 geology_html_8561500906:177:19666:19672 Oregon Mount Mazama -0.464419004431934179 +69491 aapg_ad_3.html aapg_ad_3.html:428:40544:40549 Chazy Black River, Jamaica -0.461026124022890449 +69492 cspg_html_1645105717 cspg_html_1645105717:429:43338:43345 Halifax Halifax, West Yorkshire -0.43797158338019293 +69493 aapg_ah_688.html aapg_ah_688.html:238:25822:25831 Smackover Haynesville, Louisiana -0.435738929516159335 +69494 aapg_ai_38.html aapg_ai_38.html:86:9129:9147 Wellington Colorado -0.476449805414249639 +69495 gsa_html_1617077506 gsa_html_1617077506:888:86249:86257 Columbia Victoria, British Columbia -0.458659434193013582 +69496 cspg_html_4069214675 cspg_html_4069214675:419:52885:52912 Belly River Lacombe, Alberta -0.0157892119040832224 +69497 cspg_html_1025724640 cspg_html_1025724640:617:72769:72810 Laurentian Bennington, Vermont -0.460953349343471763 +69498 aapg_ah_978.html aapg_ah_978.html:221:22730:22745 Etchegoin San Joaquin River -0.432752661482583012 +69499 aapg_ac_33.html aapg_ac_33.html:106:12473:12486 Santa Barbara Colorado -0.498566694311008085 +69500 AMJC_html_6341723617 AMJC_html_6341723617:825:72607:72627 Sheep Pass Reno, Nevada -0.0288025393782587909 +69501 aapg_ad_852.html aapg_ad_852.html:83:7694:7710 Chinle Quay County, New Mexico -0.430950467279725857 +69502 aapg_aa_118.html aapg_aa_118.html:421:39859:39868 Whitehall Glen Falls -0.466567604644266332 +69503 aapg_ah_237.html aapg_ah_237.html:247:25576:25594 Peninsula Strait of Hormuz -0.423098733122919901 +69504 AMJC_html_1767296229 AMJC_html_1767296229:770:73197:73214 Waweig New Brunswick, New Jersey -0.520287707072120686 +69505 aapg_ae_324.html aapg_ae_324.html:1241:123953:123970 Tellico Knoxville, Tennessee -0.454235799563449505 +69506 cspg_html_7093237629 cspg_html_7093237629:91:14402:14424 Cooking Lake Lacombe, Alberta -0.472678482936493838 +69507 gsa_html_7464626519 gsa_html_7464626519:302:32121:32129 Colorado New Mexico -0.0380441859515352823 +69508 cspg_html_1456761793 cspg_html_1456761793:6:646:653 Dunedin Victoria, British Columbia -0.460980639153810601 +69509 aapg_ae_253.html aapg_ae_253.html:107:12008:12019 Pine Island Bellevue, Nebraska -0.444916336311243943 +69510 aapg_af_23.html aapg_af_23.html:166:22026:22031 Mt Lytton Anchorage, Alaska -0.469152832749018645 +69511 sedimentology_html_2912098544 sedimentology_html_2912098544:66:8027:8033 Chinle Kayenta, Arizona 0.00452191499750925936 +69512 aapg_af_704.html aapg_af_704.html:155:14094:14118 Mission Canyon Williston, Vermont -0.00369847415980369305 +69513 aapg_aa_426.html aapg_aa_426.html:260:58764:58781 Hosston Mississippi River -0.253652001424978957 +69514 aapg_ae_415.html aapg_ae_415.html:454:60558:60580 Chickasawhay Mississippi River -0.0671206031642847673 +69515 sedimentology_html_9665687367 sedimentology_html_9665687367:953:71459:71485 Monterey California -0.470629904958731249 +69516 geology_html_5337740991 geology_html_5337740991:195:17743:17751 Columbia Rodinia -0.0271922402503122773 +69517 aapg_ai_572.html aapg_ai_572.html:165:19036:19043 Vamoosa Seminole, Texas -0.47076786107370483 +69518 aapg_ad_3.html aapg_ad_3.html:281:25946:25953 Nittany Virginia -0.459837454744856933 +69519 cspg_html_8417280957 cspg_html_8417280957:25:3841:3845 Hull Yorkshire -0.451733774163315116 +69520 cspg_html_9361096527 cspg_html_9361096527:524:52214:52230 Lance Judith River Formation -0.025547354296840772 +69521 cspg_html_2784057671 cspg_html_2784057671:62:8177:8192 Sooke Victoria, British Columbia -0.487565545428885583 +69522 gsa_html_1124652135 gsa_html_1124652135:261:23943:23959 Edisto Charleston, South Carolina -0.0292460145715184028 +69523 aapg_ae_75.html aapg_ae_75.html:19:3318:3328 Rio Grande Sacramento, California -0.499213001693062597 +69524 gsa_html_3860045860 gsa_html_3860045860:683:77857:77867 Sunderland Cambridge, Massachusetts -0.510884990900938862 +69525 sedimentology_html_8989921425 sedimentology_html_8989921425:2035:148600:148604 Hall London, Ontario -0.456371367070690814 +69526 cspg_html_4785922166 cspg_html_4785922166:220:23638:23657 Lonely Bay Great Slave Lake -0.435880527044409383 +69527 aapg_aa_95.html aapg_aa_95.html:195:18020:18026 Denver Colorado -0.0213629091377398328 +69528 sedimentology_html_2898428289 sedimentology_html_2898428289:2041:100818:100837 Swan Hills Lacombe, Alberta -0.0298634270365841781 +69529 cspg_html_9222238695 cspg_html_9222238695:369:48500:48516 Fernie Lacombe, Alberta -0.430000081582776583 +69530 aapg_ah_536.html aapg_ah_536.html:131:18097:18112 Hosston County Sligo -0.173722022337896437 +69531 gsa_html_8658090840 gsa_html_8658090840:556:38904:38932 Green River Colorado 0.00810590751999957886 +69532 aapg_ae_415.html aapg_ae_415.html:201:25416:25432 Forest Western world -0.52413535650861709 +69533 aapg_aa_4.html aapg_aa_4.html:294:39685:39702 Genesee Middlesex -0.0744356181649514781 +69534 aapg_aa_116.html aapg_aa_116.html:71:9811:9821 Coronation Calgary -0.0469494744747350756 +69535 aapg_ak_20.html aapg_ak_20.html:3:227:261 Windsor Bridgetown, Nova Scotia -0.42658041474227687 +69536 palaios_html_8839154766 palaios_html_8839154766:61:8799:8832 Moenkopi Reno, Nevada 0.729180208241987704 +69537 cspg_html_6334734829 cspg_html_6334734829:36:5161:5179 Tantalus Indian River (Florida) -0.456371367070690814 +69538 aapg_ae_65.html aapg_ae_65.html:479:43889:43905 Casper Cheyenne, Wyoming -0.474863540124580097 +69539 aapg_ai_30.html aapg_ai_30.html:44:5667:5673 Goliad Oakville, California 0.00936896389642591539 +69540 cspg_html_6417125323 cspg_html_6417125323:24:2650:2658 Winnipeg Lacombe, Alberta -0.452172819913734925 +69541 cspg_html_9119878068 cspg_html_9119878068:11:1176:1195 Waterways Swan Hill, Victoria -0.463435584788403632 +69542 aapg_aa_626.html aapg_aa_626.html:96:11704:11721 Potomac Maryland -0.45995556917210767 +69543 gsa_html_8035658736 gsa_html_8035658736:935:101211:101217 Oregon Salem, Oregon -0.446110205830797302 +69544 palaios_html_7308908518 palaios_html_7308908518:458:39772:39786 Beaufort South Africa -0.477957819287112229 +69545 aapg_ad_194.html aapg_ad_194.html:88:9162:9180 Stirling Crystal Springs, Mississippi -0.490524761849640001 +69546 aapg_aa_23.html aapg_aa_23.html:526:63136:63149 Winnipeg Regina, Saskatchewan 0.579800273711700731 +69547 aapg_ac_807.html aapg_ac_807.html:576:57520:57527 Raritan Norfolk, Virginia -0.065846766251426464 +69548 cspg_html_8078587269 cspg_html_8078587269:389:30425:30433 Montreal Montreal -0.497593421871512953 +69549 aapg_ae_710.html aapg_ae_710.html:49:5885:5904 Rock Springs Table Rock, Wyoming -0.0778527202742316377 +69550 gsa_html_5601712699 gsa_html_5601712699:248:19859:19875 Conejo Volcanics Santa Monica Mountains -0.447637220621224075 +69551 cspg_html_9683836416 cspg_html_9683836416:289:46808:46825 Belly River Lacombe, Alberta -0.421964232277811879 +69552 aapg_aa_288.html aapg_aa_288.html:48:5933:5951 Frontier Niobrara, Nebraska -0.423083452106315594 +69553 aapg_ai_87.html aapg_ai_87.html:90:10239:10254 Banff Wapiti, Wyoming -0.00349522085598196267 +69554 aapg_ad_958.html aapg_ad_958.html:543:54153:54169 Sedalia Dolomite Salina, Kansas -0.452003931056544739 +69555 aapg_ae_454.html aapg_ae_454.html:432:37724:37732 Dorcheat Arkansas -0.0263297817646035749 +69556 palaios_html_2707987360 palaios_html_2707987360:733:60966:60981 Eutaw Alabama 0.50243773814249959 +69557 aapg_ah_387.html aapg_ah_387.html:683:71912:71918 Oregon Santa Barbara, California -0.501602970255366709 +69558 cspg_html_1503116552 cspg_html_1503116552:77:11673:11698 Beaverhill Swan Hill, Victoria -0.073593953486042904 +69559 cspg_html_2749851978 cspg_html_2749851978:82:16516:16533 Cardium Lacombe, Alberta -0.447189152172129289 +69560 cspg_html_2093862169 cspg_html_2093862169:6:345:378 Bluff Grand Cayman -0.493489605901760553 +69561 cspg_html_9290046117 cspg_html_9290046117:397:44340:44347 Cadomin Mount Wilson Observatory -0.449431691216236939 +69562 AMJC_html_5438349889 AMJC_html_5438349889:137:15419:15430 San Joaquin Great Valley, New York -0.44280960294495586 +69563 aapg_af_286.html aapg_af_286.html:214:29501:29521 Tuscaloosa Shreveport, Louisiana -0.214063086198476166 +69564 aapg_ai_29.html aapg_ai_29.html:200:24973:24984 San Antonio River Medina -0.0194666001171388929 +69565 aapg_ah_754.html aapg_ah_754.html:487:46567:46584 Burrard Victoria, British Columbia 0.52255398734112668 +69566 aapg_ah_96.html aapg_ah_96.html:113:11921:11939 Winnipeg Lake Winnipeg 1.03898955626550449 +69567 cspg_html_3404912985 cspg_html_3404912985:787:105375:105392 Wapiabi Lacombe, Alberta -0.473856858113634927 +69568 gsa_html_2832151886 gsa_html_2832151886:504:44131:44139 Columbia Victoria, British Columbia -0.455252106655251121 +69569 geology_html_7484355547 geology_html_7484355547:131:11898:11904 Blanco Iceland -0.0450401829043313162 +69570 sedimentology_html_3358647812 sedimentology_html_3358647812:784:69391:69422 Cliff House Colorado -0.474815026513922711 +69571 cspg_html_1462870252 cspg_html_1462870252:776:90600:90625 Elk Canada -0.0205233642338861627 +69572 sedimentology_html_9227563678 sedimentology_html_9227563678:1067:74518:74536 Sierra Uruguay -0.454068782805138071 +69573 aapg_af_923.html aapg_af_923.html:41:4452:4466 Colorado Bow Island Airport -0.0447893597917523589 +69574 aapg_af_971.html aapg_af_971.html:15:862:868 Denver Houston -0.501846159144901716 +69575 cspg_html_3501550466 cspg_html_3501550466:219:31961:31983 Cooking Lake Redwater, Texas -0.0602828706707072767 +69576 palaios_html_2487157982 palaios_html_2487157982:386:30026:30043 Kinzers Pennsylvania -0.480728181628129914 +69577 aapg_ai_504.html aapg_ai_504.html:82:7780:7789 Jefferson Tioga, Texas -0.465835581370964813 +69578 aapg_ae_656.html aapg_ae_656.html:47:6425:6431 Oregon Colorado -0.0284721166530200707 +69579 aapg_ah_678.html aapg_ah_678.html:607:76248:76267 Vicksburg Texas -0.173855788802739358 +69580 cspg_html_8826450427 cspg_html_8826450427:414:51800:51821 Cardium Lacombe, Alberta -0.00241642073130457187 +69581 aapg_ai_156.html aapg_ai_156.html:335:29749:29767 Stranger Tonganoxie, Kansas 0.00208635470354952756 +69582 aapg_ah_762.html aapg_ah_762.html:4:543:548 Banff Western world 1.02574100876928442 +69583 cspg_html_9046359229 cspg_html_9046359229:426:63175:63183 Columbia Victoria, British Columbia -0.457582637906406409 +69584 sedimentology_html_5597821332 sedimentology_html_5597821332:771:69948:69960 Taylor Antarctica -0.441486425747427802 +69585 aapg_af_483.html aapg_af_483.html:177:24911:24928 Subinal Guatemala -0.436810292517708865 +69586 aapg_af_338.html aapg_af_338.html:395:47446:47462 Mt Lytton Austin, Chicago -0.463697875765281653 +69587 cspg_html_7281679890 cspg_html_7281679890:14:2153:2172 Neruokpuk Anchorage, Alaska -0.450595494357366455 +69588 aapg_af_318.html aapg_af_318.html:331:34680:34692 Saskatchewan Evesham Township, New Jersey -0.0172889404553563421 +69589 gsa_html_7634641428 gsa_html_7634641428:135:11045:11073 Green River Colorado -0.417044603836409955 +69590 gsa_html_3648258377 gsa_html_3648258377:1075:98984:99000 Eagle Texas -0.478911234884053072 +69591 aapg_aa_4.html aapg_aa_4.html:27:3735:3752 Sonyea Genesee County, Michigan -0.460269102262388319 +69592 cspg_html_2172704722 cspg_html_2172704722:128:22583:22605 Basal Central Alberta -0.473815322787249471 +69593 sedimentology_html_3490195740 sedimentology_html_3490195740:78:8560:8583 Yeoman Williston Basin -0.444945382159606273 +69594 aapg_ac_612.html aapg_ac_612.html:107:11192:11201 Oil Creek Arkansas River -0.445028056128614735 +69595 palaios_html_5148615526 palaios_html_5148615526:283:29154:29163 San Diego Canada -0.0365561577052215814 +69596 aapg_aa_382.html aapg_aa_382.html:9:1560:1579 San Joaquin McKittrick, California -0.466384542072334651 +69597 palaios_html_5067987549 palaios_html_5067987549:810:61746:61758 Judith River Nebraska 0.0350996641256197603 +69598 aapg_ae_93.html aapg_ae_93.html:40:7466:7484 Kootenay Carbondale, Pennsylvania -0.44645479356367046 +69599 cspg_html_4680797491 cspg_html_4680797491:7:429:443 Fort Vermilion Calumet, Pennsylvania 0.00112916628904579774 +69600 cspg_html_8312989046 cspg_html_8312989046:105:13738:13755 Bowser Anchorage, Alaska -0.453085363047098455 +69601 aapg_ah_167.html aapg_ah_167.html:114:13702:13716 Glenogle Mons -0.0496504370895280364 +69602 cspg_html_7561290301 cspg_html_7561290301:92:10060:10069 Chinchaga Lacombe, Alberta -0.015097596462230729 +69603 cspg_html_1132698231 cspg_html_1132698231:483:64332:64349 Cardium Lacombe, Alberta -0.428868342306482297 +69604 aapg_ac_398.html aapg_ac_398.html:177:17002:17015 Cotton Valley Trinity County, Texas -0.0273835184878958443 +69605 cspg_html_7402164801 cspg_html_7402164801:22:2785:2806 Belly River Lacombe, Alberta 0.0108631399368114955 +69606 aapg_ad_258.html aapg_ad_258.html:366:42738:42741 Elk Chemung, New York 0.0150141868655465499 +69607 aapg_ad_3.html aapg_ad_3.html:402:37566:37582 Chazy Knoxville, Tennessee -0.458031335089754243 +69608 cspg_html_7244100306 cspg_html_7244100306:465:49333:49357 Scripps Middle America (Americas) -0.513270267028681393 +69609 aapg_ah_772.html aapg_ah_772.html:112:10766:10777 Bird Spring Spring Mountains National Recreation Area -0.0287347150896633124 +69610 aapg_ad_52.html aapg_ad_52.html:975:105537:105561 Basal Michigan -0.507610494068331364 +69611 cspg_html_7182873498 cspg_html_7182873498:141:19842:19857 Eramosa Guelph -0.00537142262393446989 +69612 gsa_html_3648258377 gsa_html_3648258377:827:77565:77595 Navesink Merchantville, New Jersey -0.0422292934029165484 +69613 cspg_html_4924970281 cspg_html_4924970281:700:78612:78632 Clearwater Lacombe, Alberta -0.484359586108593421 +69614 cspg_html_1996419880 cspg_html_1996419880:519:63044:63061 Bowser Victoria, British Columbia -0.482150482079643117 +69615 gsa_html_6194837075 gsa_html_6194837075:523:38101:38111 Duck Creek Texas 0.0293903646759532088 +69616 aapg_aa_792.html aapg_aa_792.html:515:56393:56409 Queen Guadalupe Mountains National Park 0.00868617918509262052 +69617 gsa_html_1075724130 gsa_html_1075724130:44:4644:4659 Bouse Colorado Plateau -0.0105034896980181463 +69618 aapg_ah_780.html aapg_ah_780.html:163:28264:28274 Pocahontas San Fernando Valley -0.0213629091377398328 +69619 aapg_aa_73.html aapg_aa_73.html:52:5353:5358 Mingo Upshur County, West Virginia -0.0159925297595795608 +69620 geology_html_6020561892 geology_html_6020561892:11:551:559 Montreal Quebec City -0.0455104965023540933 +69621 AMJC_html_5516451353 AMJC_html_5516451353:109:12725:12742 Massabesic Gneiss New Hampshire -0.469093158774920749 +69622 jgeology_html_1412104794 jgeology_html_1412104794:1420:63782:63798 Unicoi Virginia -0.471340610693628537 +69623 geology_html_1624131066 geology_html_1624131066:319:23531:23548 Eramosa Bruce Peninsula National Park -0.450707909241451543 +69624 aapg_af_764.html aapg_af_764.html:198:19074:19083 Sheffield England -0.0159925297595795608 +69625 cspg_html_9435196958 cspg_html_9435196958:947:39870:39888 Edmonton Lacombe, Alberta -0.455876007847145159 +69626 aapg_ad_466.html aapg_ad_466.html:915:99299:99309 Sykesville Atlantic Highlands, New Jersey -0.429938515402492283 +69627 gsa_html_1290697059 gsa_html_1290697059:943:66142:66175 Windsor Canada -0.0165833779978511626 +69628 aapg_ah_766.html aapg_ah_766.html:61:7141:7153 Todos Santos Guatemala 0.60480396126354441 +69629 aapg_aa_232.html aapg_aa_232.html:277:31329:31346 Skull Creek Colorado -0.439391917689554934 +69630 aapg_ac_888.html aapg_ac_888.html:168:10782:10791 Queenston Cayuga, Ontario -0.420787509362551382 +69631 AMJC_html_1163576052 AMJC_html_1163576052:1222:106799:106805 Oregon Salem, Oregon -0.439565169119916221 +69632 gsa_html_3069013284 gsa_html_3069013284:22:1568:1599 Chinle Arizona -0.00771674737466516297 +69633 aapg_ac_8.html aapg_ac_8.html:13:1267:1276 Red River Williston, Vermont -0.420944322840909546 +69634 cspg_html_3328007773 cspg_html_3328007773:74:11006:11030 Columbia Boulder Creek (Colorado) -0.040359343442637502 +69635 gsa_html_6738340121 gsa_html_6738340121:12:490:496 Denver Colorado -0.0473205840884710904 +69636 geology_html_2350878941 geology_html_2350878941:32:2937:2958 Green River Cheyenne, Wyoming -0.44714211768966694 +69637 palaios_html_8066821111 palaios_html_8066821111:472:34395:34426 Lotbiniere Quebec City -0.507372811687786252 +69638 aapg_ac_794.html aapg_ac_794.html:93:14108:14124 Wilcox White Clay Creek -0.457514673015389395 +69639 aapg_ah_876.html aapg_ah_876.html:636:79139:79153 Rodessa Mississippi River -0.247852461716279837 +69640 cspg_html_2803424832 cspg_html_2803424832:95:13948:13969 Trold Fiord Ellesmere Island -0.256814667306651256 +69641 geology_html_6434160498 geology_html_6434160498:281:19124:19134 Rio Grande Northeast Region, Brazil -0.0235653872963641764 +69642 aapg_ah_429.html aapg_ah_429.html:104:8610:8628 San Andres New Mexico -0.452055720301517416 +69643 sedimentology_html_7885928494 sedimentology_html_7885928494:29:1769:1778 Sheffield Thetford, Vermont -0.412797507806134445 +69644 palaios_html_9068072954 palaios_html_9068072954:791:83391:83395 Hall London, Ontario -0.00771674737466516297 +69645 aapg_ai_235.html aapg_ai_235.html:84:9584:9604 Tuscaloosa Mississippi River -0.0194666001171388929 +69646 aapg_ae_448.html aapg_ae_448.html:255:29996:30012 Paluxy Paluxy, Texas 0.00312693377810401713 +69647 palaios_html_9196930977 palaios_html_9196930977:164:19966:19997 Kope Kentucky -0.448282824521055501 +69648 gsa_html_1520002998 gsa_html_1520002998:1289:99407:99435 Green River Colorado 0.00330065394967362811 +69649 cspg_html_2175627313 cspg_html_2175627313:90:11359:11376 Montney Western Canadian Sedimentary Basin -0.464569693827358687 +69650 aapg_ae_805.html aapg_ae_805.html:158:19149:19155 Bursum New Mexico -0.413964594818093001 +69651 cspg_html_9771826320 cspg_html_9771826320:489:89304:89316 Devon Island Ellesmere Island -0.00112569192733688248 +69652 aapg_ad_652.html aapg_ad_652.html:407:50620:50626 Oregon Salem, Oregon -0.0200262605794136288 +69653 sedimentology_html_2090465227 sedimentology_html_2090465227:1333:72711:72719 Montreal Quebec City -0.0732877688136268635 +69654 aapg_aa_544.html aapg_aa_544.html:179:24478:24488 Bear River Cheyenne, Wyoming -0.466920106770381871 +69655 gsa_html_7199417381 gsa_html_7199417381:15:633:639 Denver Colorado -0.489889776983278402 +69656 geology_html_5683702508 geology_html_5683702508:11:427:435 Colorado Colorado -0.500602350569185339 +69657 aapg_ah_962.html aapg_ah_962.html:314:32612:32620 Richmond Utica, New York -0.43911211811260753 +69658 aapg_ae_694.html aapg_ae_694.html:14:2109:2127 Woodbine Texas 0.40007516706843349 +69659 gsa_html_7293889862 gsa_html_7293889862:29:2796:2824 Green River New Mexico -0.0391024746518720059 +69660 aapg_ac_400.html aapg_ac_400.html:147:15227:15241 Northumberland Bedford, Massachusetts 0.000590640586425824916 +69661 aapg_ah_877.html aapg_ah_877.html:539:62788:62808 Toro Chile -0.476269297170336003 +69662 gsa_html_9052101586 gsa_html_9052101586:428:50336:50358 Roxana Silt Illinois -0.0203286926879938275 +69663 sedimentology_html_9512899279 sedimentology_html_9512899279:334:18739:18836 Scripps California -0.482917309945881279 +69664 aapg_ai_699.html aapg_ai_699.html:541:65325:65346 Tribes Hill Mohawk Valley 1.02604456762083607 +69665 aapg_ae_63.html aapg_ae_63.html:527:51701:51708 Wasatch Uinta Mountains -0.490251895380975244 +69666 aapg_ae_438.html aapg_ae_438.html:184:19589:19598 Queenston Mercer County, New Jersey -0.439631812877842865 +69667 aapg_ac_337.html aapg_ac_337.html:339:15414:15430 Casper Cheyenne, Wyoming -0.462143504710773534 +69668 gsa_html_3141609953 gsa_html_3141609953:58:4339:4367 Green River Colorado -0.02166536358211529 +69669 cspg_html_9052242265 cspg_html_9052242265:7:682:690 Columbia Victoria, British Columbia -0.456561440120662909 +69670 aapg_ae_370.html aapg_ae_370.html:420:38373:38385 Keasey Durham, North Carolina -0.0606703967793152318 +69671 aapg_ae_35.html aapg_ae_35.html:91:8781:8797 Uinta Wasatch Range 0.00179971890851827153 +69672 aapg_ai_82.html aapg_ai_82.html:53:7192:7202 Greenbrier Huntington, West Virginia -0.0297521166629775777 +69673 aapg_af_155.html aapg_af_155.html:3:325:337 Martinsville Shreveport, Louisiana -0.0521971896884777173 +69674 gsa_html_8549650339 gsa_html_8549650339:600:55484:55488 Bell Llano, Texas 0.0138291046950378554 +69675 aapg_ad_306.html aapg_ad_306.html:252:32371:32375 Omoa Honduras -0.484266161538602968 +69676 sedimentology_html_1046729113 sedimentology_html_1046729113:1911:154665:154694 Dunvegan Canada -0.00514558121477792525 +69677 aapg_ah_69.html aapg_ah_69.html:271:30631:30652 Black River Ohio -0.422036189718657861 +69678 aapg_aa_654.html aapg_aa_654.html:293:41355:41379 Arroyo New Mexico -0.0805012213737398286 +69679 palaios_html_9973267562 palaios_html_9973267562:539:63551:63570 Fairview Kentucky -0.477575355931223244 +69680 aapg_ah_402.html aapg_ah_402.html:187:16338:16344 Wilcox Mississippi River -0.467016268103292775 +69681 cspg_html_5541725202 cspg_html_5541725202:178:26140:26150 Springhill Middleborough, Massachusetts -0.457492019193031785 +69682 cspg_html_9222238695 cspg_html_9222238695:75:11683:11691 Columbia Lacombe, Alberta -0.0131827182184571217 +69683 aapg_ad_379.html aapg_ad_379.html:630:51864:51880 Weber Reno, Nevada 0.0184168454524612397 +69684 gsa_html_9135546132 gsa_html_9135546132:15:846:855 St. Johns Auckland -0.467877607461444023 +69685 aapg_ah_759.html aapg_ah_759.html:20:3198:3203 Atoka Ouachita Mountains -0.0637330628047515779 +69686 aapg_ae_985.html aapg_ae_985.html:37:3473:3481 Carlsbad New Mexico -0.427887128546325712 +69687 aapg_ah_96.html aapg_ah_96.html:69:8835:8843 Deadwood Black Hills -0.809418423134964704 +69688 geology_html_7441090490 geology_html_7441090490:298:24251:24282 Navajo Logan, Utah -0.498070421610056713 +69689 AMJC_html_4692260170 AMJC_html_4692260170:843:91733:91741 Billings New Hampshire -0.0431731213623836943 +69690 cspg_html_9516677253 cspg_html_9516677253:368:36581:36598 Cardium Lacombe, Alberta -0.443782030321690002 +69691 aapg_ae_465.html aapg_ae_465.html:158:16454:16467 Cotton Valley Paluxy, Texas -0.455211432419709627 +69692 aapg_ah_136.html aapg_ah_136.html:4:455:463 Virginia North Carolina -0.0400668715535646355 +69693 cspg_html_9232336736 cspg_html_9232336736:350:47237:47248 San Antonio Texas -0.514392879281394655 +69694 aapg_ah_318.html aapg_ah_318.html:675:74425:74446 Eagle Arkansas -0.0444723579183447723 +69695 aapg_ae_185.html aapg_ae_185.html:178:14977:14982 Tokio Texas -0.00771327274469656935 +69696 AMJC_html_5507942612 AMJC_html_5507942612:92:10814:10830 New Haven Arkose Hartford, Connecticut -0.230810947520435072 +69697 gsa_html_7464626519 gsa_html_7464626519:992:92089:92097 Michigan Fremont County, Wyoming -0.0269348882327513015 +69698 cspg_html_7777724998 cspg_html_7777724998:182:27275:27300 Elk Bellevue, Nebraska -0.465561228542891226 +69699 aapg_ac_126.html aapg_ac_126.html:168:24291:24308 Haynesville Haynesville, Louisiana 0.00130635878656701733 +69700 geology_html_2688088926 geology_html_2688088926:208:22007:22018 San Antonio Texas -0.0687408374731612593 +69701 aapg_ai_477.html aapg_ai_477.html:264:28830:28842 Garbutt Western world -0.00500312776260552431 +69702 palaios_html_1574666570 palaios_html_1574666570:12:609:617 Michigan Michigan -0.0398370785846279343 +69703 gsa_html_8066465143 gsa_html_8066465143:1230:101960:101978 Cloverly Cheyenne, Wyoming -0.00795128547420096733 +69704 aapg_ac_825.html aapg_ac_825.html:328:35178:35186 Monterey Monterey, California -0.0461742066701143275 +69705 cspg_html_1565769407 cspg_html_1565769407:339:34840:34851 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador -0.0320063471843775108 +69706 aapg_ad_10.html aapg_ad_10.html:363:40822:40841 Smackover Northeast Texas -0.033900859013031269 +69707 aapg_ac_720.html aapg_ac_720.html:66:8804:8822 Navesink Atlantic Highlands, New Jersey -0.0277017418114762735 +69708 aapg_ac_301.html aapg_ac_301.html:7:1271:1280 Phi Kappa Wood River (Oregon) 0.40007516706843349 +69709 gsa_html_7248164569 gsa_html_7248164569:586:45186:45207 Winterville Portland, Maine -0.481794104698776371 +69710 aapg_ak_21.html aapg_ak_21.html:147:16129:16138 Lodgepole Logan, Utah -0.438031460031225395 +69711 cspg_html_5940878099 cspg_html_5940878099:6:447:466 Elm Point Manitoba -0.444838140504144441 +69712 gsa_html_3066599496 gsa_html_3066599496:29:2796:2824 Green River Colorado 0.0086653309701393913 +69713 sedimentology_html_6253258212 sedimentology_html_6253258212:53:4880:4889 Sheffield England -0.457487488497030304 +69714 aapg_ae_92.html aapg_ae_92.html:3:189:205 Ireton Central Alberta 0.755730302773104712 +69715 cspg_html_2973952956 cspg_html_2973952956:386:35340:35358 Dunvegan Lacombe, Alberta -0.431097950577111366 +69716 aapg_ac_213.html aapg_ac_213.html:477:41894:41900 Antler Manhattan, Kansas 0.000792153354614578671 +69717 aapg_ad_351.html aapg_ad_351.html:901:83621:83627 Warsaw Carterville, Illinois -0.469726827457912721 +69718 cspg_html_5349145670 cspg_html_5349145670:197:23132:23148 Fernie Western world -0.498533441979883141 +69719 aapg_ac_829.html aapg_ac_829.html:128:14665:14674 Chugwater Cheyenne, Wyoming -0.0133078241167712726 +69720 palaios_html_3105248303 palaios_html_3105248303:824:83434:83465 Kope Ohio -0.0310096337279850039 +69721 sedimentology_html_9400855930 sedimentology_html_9400855930:1124:46737:46741 Hall London, Ontario -0.477142101104954475 +69722 aapg_af_653.html aapg_af_653.html:1223:146517:146523 Cierbo San Pablo Bay National Wildlife Refuge 0.0194422674235181538 +69723 palaios_html_4501603736 palaios_html_4501603736:117:11393:11410 Thaynes Montello, Nevada -0.00369847415980369305 +69724 aapg_ai_149.html aapg_ai_149.html:3:327:339 Saskatchewan Lacombe, Alberta -0.0834773130254061746 +69725 aapg_ai_593.html aapg_ai_593.html:1199:129271:129275 Webb Peru, Indiana -0.0325612728688678896 +69726 aapg_ah_871.html aapg_ah_871.html:22:3069:3080 Chazy Quebec City -0.0332814982379016425 +69727 aapg_ae_324.html aapg_ae_324.html:686:68954:68962 Virginia Virginia -0.432249992487968249 +69728 aapg_ah_297.html aapg_ah_297.html:352:41277:41285 Columbia Piel Island -0.421244953243923137 +69729 gsa_html_6062330506 gsa_html_6062330506:746:74288:74329 Sandia New Mexico -0.0554564637243875128 +69730 aapg_ai_388.html aapg_ai_388.html:204:20738:20745 Wasatch Wasatch Range -0.265154203368942964 +69731 aapg_ad_218.html aapg_ad_218.html:212:23977:24001 Bedford California -0.491131969162477144 +69732 aapg_ad_337.html aapg_ad_337.html:83:7922:7937 Sespe California -0.441686785632637413 +69733 cspg_html_6647936472 cspg_html_6647936472:72:8088:8111 Winnipegosis Regina, Saskatchewan -0.0143434446267858666 +69734 cspg_html_5534161222 cspg_html_5534161222:552:58137:58155 Montney Victoria, British Columbia -0.437049524484892205 +69735 gsa_html_1465687448 gsa_html_1465687448:303:35027:35037 Laurentian Alabama -0.460964719996515115 +69736 aapg_af_436.html aapg_af_436.html:350:42925:42932 Chemung Pocono Raceway -0.0144772441484254995 +69737 aapg_ah_134.html aapg_ah_134.html:126:10020:10030 Tuscaloosa Paluxy, Texas -0.448691045323912019 +69738 aapg_ai_760.html aapg_ai_760.html:748:78793:78805 Rhode Island Block Island -0.099954877010970139 +69739 aapg_ad_978.html aapg_ad_978.html:218:21192:21219 Prospect Logan, Utah -0.435694684676078359 +69740 cspg_html_1065856149 cspg_html_1065856149:55:6573:6581 Columbia Victoria, British Columbia -0.0225014864703161413 +69741 cspg_html_3860685167 cspg_html_3860685167:479:49865:49885 Mount Head Canada -0.032759591289564273 +69742 aapg_aa_401.html aapg_aa_401.html:30:3825:3836 White River Arkansas -0.407833427441819663 +69743 aapg_aa_960.html aapg_aa_960.html:162:13120:13137 Entrada North Creek, Washington -0.457877211813394192 +69744 aapg_ah_283.html aapg_ah_283.html:149:16844:16859 Pittsburg Bluff Scappoose, Oregon -0.416823350767709766 +69745 cspg_html_4341656515 cspg_html_4341656515:92:9660:9680 Besa River Western world -0.011327042139941219 +69746 aapg_ai_218.html aapg_ai_218.html:123:12740:12748 Virginia Ohio -0.0408468169477428783 +69747 cspg_html_9717154602 cspg_html_9717154602:216:32941:32948 Bearpaw Saskatchewan River -0.00109094831221136397 +69748 aapg_ac_949.html aapg_ac_949.html:55:5375:5390 Byram Tampa, Florida -0.391212733297352122 +69749 palaios_html_9133125241 palaios_html_9133125241:571:68650:68681 Kope Ohio -0.42107502020327392 +69750 gsa_html_3812583067 gsa_html_3812583067:30:2880:2908 Green River Colorado -0.00936896389642591365 +69751 aapg_ac_364.html aapg_ac_364.html:51:6421:6429 Sundance Cheyenne, Wyoming -0.441397390812390766 +69752 palaios_html_5398833984 palaios_html_5398833984:664:81942:81964 Tidal Calgary -0.481766159765426027 +69753 aapg_ae_280.html aapg_ae_280.html:231:25758:25769 Utica Frankfort, Illinois -0.033900859013031269 +69754 gsa_html_6971334714 gsa_html_6971334714:82:7936:7946 Rio Grande Texas -0.446186272521599148 +69755 gsa_html_2877730818 gsa_html_2877730818:790:69258:69271 Santa Barbara Reno, Nevada -0.448287309474040385 +69756 aapg_ah_766.html aapg_ah_766.html:55:6494:6509 Sepur Guatemala -0.487588990851044235 +69757 aapg_ae_4.html aapg_ae_4.html:279:32712:32736 Manning Canyon Oquirrh Mountain Utah Temple -0.463362613223226583 +69758 aapg_af_206.html aapg_af_206.html:299:36351:36358 Lagarto Oakville, California 0.864163359365575534 +69759 cspg_html_3804945581 cspg_html_3804945581:377:39342:39360 Edmonton Lacombe, Alberta -0.509863471384815359 +69760 aapg_af_833.html aapg_af_833.html:1075:119160:119168 Tensleep Cheyenne, Wyoming -0.492281675671482677 +69761 cspg_html_4165571187 cspg_html_4165571187:6:397:405 Columbia Victoria, British Columbia -0.470629904958731249 +69762 aapg_af_83.html aapg_af_83.html:23:2920:2928 Colorado Nebraska -0.480728181628129914 +69763 aapg_ac_899.html aapg_ac_899.html:33:3394:3404 Tuscaloosa Selma to Montgomery marches -0.449703411954729404 +69764 AMJC_html_5438349889 AMJC_html_5438349889:158:18957:18963 Merced Yosemite Valley -0.0358774797167535214 +69765 gsa_html_6967102683 gsa_html_6967102683:449:38156:38163 Bugaboo White Creek, New York -0.487818790090823073 +69766 cspg_html_7278001817 cspg_html_7278001817:98:14191:14195 Toad Pine River (Michigan) -0.269272988519961065 +69767 aapg_ai_17.html aapg_ai_17.html:84:6118:6129 Arkadelphia Alabama -0.0162966409406991447 +69768 gsa_html_1860930948 gsa_html_1860930948:82:8698:8716 Cloverly Cheyenne, Wyoming -0.0312131444176052264 +69769 gsa_html_5865982995 gsa_html_5865982995:1056:114813:114819 Denver Colorado -0.063513001885771872 +69770 cspg_html_3664126562 cspg_html_3664126562:6:308:314 Viking Lacombe, Alberta 0.0162184405441189519 +69771 aapg_ai_858.html aapg_ai_858.html:386:54402:54410 Colorado Denver -0.47735290933611807 +69772 gsa_html_8833777630 gsa_html_8833777630:568:66791:66798 Laramie Cheyenne, Wyoming -0.0416442398946082412 +69773 aapg_ac_868.html aapg_ac_868.html:18:2301:2309 Wolfcamp Middle Ordovician 0.00259187716092955768 +69774 sedimentology_html_9326831356 sedimentology_html_9326831356:362:44547:44555 Virginia Taylorsville, North Carolina -0.509747907563495084 +69775 gsa_html_8208054335 gsa_html_8208054335:124:13909:13924 Gatun South America -0.0314218768886919339 +69776 gsa_html_9478615109 gsa_html_9478615109:604:64648:64657 San Diego San Francisco -0.448282824521055501 +69777 aapg_af_95.html aapg_af_95.html:63:7608:7624 Walnut Paluxy, Texas -0.0362655388970657272 +69778 palaios_html_1803946422 palaios_html_1803946422:21:1156:1164 Scollard Hell Creek Formation -0.500602350569185339 +69779 aapg_af_854.html aapg_af_854.html:829:116984:116993 Aux Vases Illinois -0.423076903173580265 +69780 cspg_html_2175627313 cspg_html_2175627313:8:750:758 Columbia Victoria, British Columbia -0.438060290900437188 +69781 gsa_html_2803067273 gsa_html_2803067273:825:87343:87350 Laramie Reno, Nevada -0.00048640987057772464 +69782 aapg_af_785.html aapg_af_785.html:60:6327:6345 Mansfield Shreveport, Louisiana -0.482963947665808413 +69783 aapg_ah_757.html aapg_ah_757.html:170:18006:18040 Deep Creek Western world -0.0306147978884375553 +69784 aapg_ai_241.html aapg_ai_241.html:191:20140:20169 Tyler Williston, Vermont -0.00693148706696411487 +69785 aapg_ac_905.html aapg_ac_905.html:62:7095:7103 Birdbear Regina, Saskatchewan -0.423072537243216251 +69786 cspg_html_7204006147 cspg_html_7204006147:24:2684:2698 Woodbend Lacombe, Alberta -0.469024309212410007 +69787 aapg_af_653.html aapg_af_653.html:894:102390:102397 Temblor Monterey, California 0.00219579757813351652 +69788 aapg_ae_464.html aapg_ae_464.html:660:42673:42679 Sierra Durango, Durango -0.465579516089382972 +69789 aapg_ah_318.html aapg_ah_318.html:1457:145521:145527 Sierra Coahuila -0.40709439584394741 +69790 cspg_html_8290572971 cspg_html_8290572971:404:51437:51455 Pine Point Western Canadian Sedimentary Basin -0.475963906981033746 +69791 cspg_html_9905904289 cspg_html_9905904289:46:6655:6671 Battle Regina, Saskatchewan -0.47503682505792677 +69792 aapg_ad_379.html aapg_ad_379.html:562:46930:46934 Jelm Colorado -0.445560028460347757 +69793 cspg_html_8362959053 cspg_html_8362959053:144:19949:19961 Luscar Mountain Park (Holyoke, Massachusetts) -0.476218391360906934 +69794 cspg_html_6255491344 cspg_html_6255491344:190:28665:28688 Mist Mountain Highwood Pass -0.0269348882327513015 +69795 aapg_ah_479.html aapg_ah_479.html:328:34693:34703 Fort Worth Texas 0.0325734502177588287 +69796 gsa_html_3648258377 gsa_html_3648258377:729:67314:67335 Navesink Merchantville, New Jersey -0.00655275945491847703 +69797 sedimentology_html_4303519838 sedimentology_html_4303519838:868:67622:67656 Guilmette Reno, Nevada 0.334123919897969135 +69798 cspg_html_6252417471 cspg_html_6252417471:339:50688:50694 Kanguk Banks Island -0.00885991470119330479 +69799 aapg_ad_327.html aapg_ad_327.html:423:47022:47029 El Abra Mexico -0.434757184965269161 +69800 cspg_html_8756009083 cspg_html_8756009083:853:88887:88905 Ramparts Mackenzie River -0.0193049620802523206 +69801 aapg_af_124.html aapg_af_124.html:249:20515:20525 Washington Washington (state) -0.452882496357985831 +69802 aapg_af_854.html aapg_af_854.html:1045:147382:147389 Cypress Hardinsburg, Indiana -0.0389945517946098455 +69803 aapg_aa_358.html aapg_aa_358.html:73:7519:7540 Kaibab Coconino County, Arizona -0.0408537810405160198 +69804 aapg_ac_126.html aapg_ac_126.html:196:28963:28990 Haynesville Haynesville, Louisiana -0.0168874970090907538 +69805 cspg_html_7106541506 cspg_html_7106541506:22:2378:2395 Bluesky Lacombe, Alberta -0.466782751574986277 +69806 aapg_aa_566.html aapg_aa_566.html:67:8312:8324 Wasatch Wasatch Range 0.030710461792603283 +69807 gsa_html_8881958017 gsa_html_8881958017:284:28923:28931 Columbia Victoria, British Columbia -0.0183890381267497773 +69808 gsa_html_2168907540 gsa_html_2168907540:1002:94014:94020 Snyder California -0.00680987700292186304 +69809 aapg_ae_4.html aapg_ae_4.html:496:53100:53117 Laketown Dolomite Boise, Idaho -0.242205661477333634 +69810 aapg_aa_73.html aapg_aa_73.html:84:7699:7704 Mingo Logan, Utah -0.0460783921822131154 +69811 sedimentology_html_2670349557 sedimentology_html_2670349557:758:59804:59829 Chinle New Mexico -0.000774781561203988548 +69812 gsa_html_9253181203 gsa_html_9253181203:400:47182:47204 Huntersville Huntington, West Virginia 0.361512569704441622 +69813 aapg_ah_818.html aapg_ah_818.html:97:7914:7931 Wasatch Cheyenne, Wyoming -0.0303556393986496656 +69814 cspg_html_3521815736 cspg_html_3521815736:22:3587:3591 Toad Williston, Vermont -0.470236848829719556 +69815 geology_html_7296058753 geology_html_7296058753:286:25770:25777 Madison Wisconsin -0.474815026513922711 +69816 aapg_ai_523.html aapg_ai_523.html:65:7585:7601 Maroon Glenwood Springs, Colorado -0.442575570278969321 +69817 cspg_html_3772380029 cspg_html_3772380029:528:66485:66506 Chasm Creek Manitoba -0.506216586003456648 +69818 cspg_html_3734757529 cspg_html_3734757529:23:6556:6564 Columbia Lacombe, Alberta 0.00313388258007131059 +69819 sedimentology_html_8039977515 sedimentology_html_8039977515:90:11889:11893 Open Cameroon 0.0117909508048517596 +69820 cspg_html_6964953392 cspg_html_6964953392:227:28916:28941 Doig Lacombe, Alberta -0.0229013103912739102 +69821 aapg_af_712.html aapg_af_712.html:43:4971:4976 Uinta Logan, Utah -0.199672622400509758 +69822 gsa_html_5250670372 gsa_html_5250670372:156:13524:13532 Colorado Denver -0.471501691978871318 +69823 aapg_ai_651.html aapg_ai_651.html:43:7504:7521 Entrada Logan, Utah 0.00588564889809547673 +69824 gsa_html_7151930388 gsa_html_7151930388:1102:87961:87971 Las Cruces Mexico -0.0316827975818438426 +69825 gsa_html_7102550258 gsa_html_7102550258:824:94442:94448 Laguna Hopi Reservation -0.462097962880594848 +69826 gsa_html_4946611079 gsa_html_4946611079:27:2376:2382 Denver Colorado -0.474888953093082877 +69827 cspg_html_3907807140 cspg_html_3907807140:445:50164:50176 Willow Creek Lacombe, Alberta -0.459860167847925383 +69828 AMJC_html_1767296229 AMJC_html_1767296229:912:82398:82415 Waweig New Brunswick, New Jersey -0.487631194234456278 +69829 aapg_ad_351.html aapg_ad_351.html:666:56960:56982 Reeds Spring Springfield, Illinois -0.45691453935984655 +69830 aapg_ah_534.html aapg_ah_534.html:384:32668:32676 Catskill Stroudsburg, Pennsylvania -0.480765396922298249 +69831 cspg_html_8571955552 cspg_html_8571955552:250:30276:30293 Sadlerochit Old Crow, Yukon -0.466842269540434285 +69832 aapg_ai_572.html aapg_ai_572.html:19:2634:2637 Ada Pawhuska, Oklahoma -0.0427586605090743907 +69833 aapg_ah_678.html aapg_ah_678.html:637:82048:82078 Vicksburg Texas -0.01748532023179648 +69834 gsa_html_8151857853 gsa_html_8151857853:988:67096:67124 Green River Colorado -0.0327735084996737119 +69835 sedimentology_html_3239980492 sedimentology_html_3239980492:399:46494:46504 Washington Salem, Oregon -0.442548827459522287 +69836 aapg_af_480.html aapg_af_480.html:308:34100:34108 Colorado Denver -0.465595518002078101 +69837 aapg_ai_940.html aapg_ai_940.html:166:23709:23715 Provo England -0.494609426466897539 +69838 gsa_html_6982030333 gsa_html_6982030333:1404:128776:128786 Washington Salem, Oregon -0.441740222253796999 +69839 gsa_html_5903488391 gsa_html_5903488391:56:3440:3468 Green River Colorado -0.0400668715535646355 +69840 jgeology_html_2872695575 jgeology_html_2872695575:1161:56098:56123 Narragansett Pier Granite Newport, Rhode Island -0.0462769907326050153 +69841 aapg_ae_537.html aapg_ae_537.html:295:36800:36821 Green River Uinta Mountains -0.466219818123899288 +69842 gsa_html_6991576096 gsa_html_6991576096:727:62980:63015 Lake Valley New Mexico -0.493201622149070484 +69843 gsa_html_7797980813 gsa_html_7797980813:410:29185:29190 Ascot Middle Ordovician 0.673151239456339923 +69844 aapg_aa_4.html aapg_aa_4.html:275:36793:36799 Ithaca Lake Erie -0.466219818123899288 +69845 geology_html_2421984018 geology_html_2421984018:244:25606:25614 Colorado Mast cell -0.0506509051785974038 +69846 aapg_ai_287.html aapg_ai_287.html:150:19640:19658 San Onofre Breccia Santa Monica Mountains -0.435632745408778388 +69847 palaios_html_2713180466 palaios_html_2713180466:411:51779:51790 Black River Canada -0.470365549607814404 +69848 sedimentology_html_5972597463 sedimentology_html_5972597463:575:35475:35486 St Lawrence Canada -0.0230751498951462693 +69849 aapg_ae_190.html aapg_ae_190.html:130:12545:12561 Warsaw Missouri River -0.313846267142593116 +69850 palaios_html_2994452429 palaios_html_2994452429:759:75006:75017 Blind Fiord Boise, Idaho -0.104090311378221015 +69851 AMJC_html_4299960498 AMJC_html_4299960498:592:77460:77470 Washington Washington (state) -0.45644603384473742 +69852 cspg_html_8078587269 cspg_html_8078587269:20:2460:2504 Etherington Lacombe, Alberta -0.470567831774721834 +69853 palaios_html_6409863909 palaios_html_6409863909:291:35039:35058 Fairview Kentucky -0.0395063257526605052 +69854 gsa_html_4298040492 gsa_html_4298040492:748:86754:86762 Columbia Victoria, British Columbia -0.0580210292623837137 +69855 gsa_html_3542448939 gsa_html_3542448939:18:1168:1176 Colorado Colorado -0.0519827474069236295 +69856 cspg_html_4298557570 cspg_html_4298557570:321:41175:41191 Battle Lacombe, Alberta -0.0352928076644283273 +69857 aapg_ac_741.html aapg_ac_741.html:79:9146:9154 Niobrara Sharon Springs, Kansas -0.0302321496726148872 +69858 aapg_ac_617.html aapg_ac_617.html:160:22165:22172 Lagarto Oakville, California 0.0587679070187656777 +69859 AMJC_html_5786839382 AMJC_html_5786839382:1006:95845:95851 Barrow Stonehaven -0.447357152169087058 +69860 aapg_ae_73.html aapg_ae_73.html:829:106123:106131 Colorado Huerfano, New Mexico -0.485238274937032199 +69861 cspg_html_3597281324 cspg_html_3597281324:234:31291:31309 Scollard Lacombe, Alberta -0.4852429512232731 +69862 gsa_html_1266138577 gsa_html_1266138577:316:24981:24996 Campito Salinas Valley -0.0221155785118801462 +69863 cspg_html_3501550466 cspg_html_3501550466:56:9900:9940 Grosmont Lacombe, Alberta -0.473653815287124913 +69864 aapg_ai_593.html aapg_ai_593.html:484:54084:54097 Sabana Grande Montevideo, Minnesota -0.517614432526960822 +69865 aapg_ad_946.html aapg_ad_946.html:149:17381:17399 Adaville Hogsback, Eastern Cape -0.463636287457712182 +69866 aapg_af_575.html aapg_af_575.html:794:110811:110816 Atoka Lampasas, Texas -0.471501691978871318 +69867 cspg_html_1312400675 cspg_html_1312400675:245:28747:28769 Paskapoo Cypress Hills, Brooklyn -0.45921987907792633 +69868 sedimentology_html_1863210990 sedimentology_html_1863210990:1072:71852:71885 Florissant Colorado -0.0540437511294119405 +69869 aapg_ac_807.html aapg_ac_807.html:362:36866:36874 Kirkwood Closter, New Jersey -0.0239791454230104222 +69870 aapg_aa_399.html aapg_aa_399.html:399:32220:32228 Edmonton Edmonton, London -0.492578779781284393 +69871 jgeology_html_4115179562 jgeology_html_4115179562:167:10963:10979 Unicoi Lynchburg, Virginia -0.0700625466031570415 +69872 aapg_af_461.html aapg_af_461.html:164:15033:15050 Mayville Michigan -0.0584031825755885817 +69873 jgeology_html_9091100556 jgeology_html_9091100556:913:51147:51163 Martin Regina, Saskatchewan -0.452003931056544739 +69874 aapg_ai_583.html aapg_ai_583.html:40:6253:6261 Sundance Black Hills -0.450784359288809666 +69875 aapg_ai_592.html aapg_ai_592.html:335:53652:53673 Green River Logan, Utah -0.25165978511450493 +69876 gsa_html_5079726047 gsa_html_5079726047:1278:112582:112610 Barco Colombia -0.460269102262388319 +69877 cspg_html_5198658336 cspg_html_5198658336:609:61380:61388 Edmonton Canada -0.467905110852730732 +69878 aapg_ac_749.html aapg_ac_749.html:127:16841:16850 Whirlpool Manitoulin Island -0.463910045923527747 +69879 sedimentology_html_8732044704 sedimentology_html_8732044704:64:4992:5004 Saskatchewan Saskatoon -0.4835517998191603 +69880 aapg_ac_618.html aapg_ac_618.html:99:10207:10215 Wolfcamp Val Verde (fictional country) -0.449541717141150321 +69881 aapg_ad_564.html aapg_ad_564.html:337:31186:31199 Barnett Texas -0.429852769171556459 +69882 gsa_html_9353787239 gsa_html_9353787239:785:72657:72672 Hazel West, Texas -0.485448733097070706 +69883 aapg_ac_628.html aapg_ac_628.html:730:125548:125555 Entrada Coconino County, Arizona -0.044108342889871921 +69884 sedimentology_html_9462081149 sedimentology_html_9462081149:641:65665:65675 Washington Washington (state) -0.0393792500826810471 +69885 cspg_html_2420029771 cspg_html_2420029771:68:7431:7448 Beekmantown Quebec City 0.000729614901202842885 +69886 sedimentology_html_2886138394 sedimentology_html_2886138394:1196:81119:81128 Lancaster California -0.0758025274165664009 +69887 aapg_ac_688.html aapg_ac_688.html:266:22933:22948 Uinta Wasatch County, Utah -0.0338921598886321312 +69888 aapg_ad_379.html aapg_ad_379.html:711:57518:57536 Sundance Cheyenne, Wyoming 0.0330640341118859857 +69889 palaios_html_9408587909 palaios_html_9408587909:69:7256:7274 Dinwoody Canada -0.443732938342886629 +69890 gsa_html_3380395839 gsa_html_3380395839:84:8570:8592 Siletz River Volcanics Salem, Oregon -0.475991665297052891 +69891 aapg_ad_760.html aapg_ad_760.html:169:18942:18961 Modelo Royal Botanic Gardens, Kew -0.0178850368240152588 +69892 jgeology_html_5970406003 jgeology_html_5970406003:1303:76765:76784 Hillabee Greenstone Clayton County, Georgia -0.0371478620663623291 +69893 cspg_html_1173833070 cspg_html_1173833070:74:8841:8849 Edmonton Edmonton, London -0.488956974601549299 +69894 palaios_html_7274959329 palaios_html_7274959329:24:1461:1476 Elk Wisconsin -0.00547218286972656846 +69895 gsa_html_3898240693 gsa_html_3898240693:583:57091:57100 Flagstaff Flagstaff, Arizona -0.0653820349799959372 +69896 aapg_ae_71.html aapg_ae_71.html:192:17603:17620 Hermosa Naco, Sonora -0.0730428341615278059 +69897 aapg_ae_72.html aapg_ae_72.html:10:1777:1794 Paradox Hermosa, Chicago 0.00401812120916435721 +69898 aapg_ac_716.html aapg_ac_716.html:162:13206:13225 Pierson Saline County, Kansas -0.0218809090311719648 +69899 aapg_aa_23.html aapg_aa_23.html:254:28429:28437 Winnipeg Winnipeg -0.178852602476542472 +69900 cspg_html_2882304151 cspg_html_2882304151:31:5342:5360 Kootenay Lacombe, Alberta -0.452909542628234352 +69901 aapg_ah_311.html aapg_ah_311.html:196:19006:19026 Hell Creek Medora, North Dakota -0.456371367070690814 +69902 aapg_ai_287.html aapg_ai_287.html:119:14569:14584 Catalina Schist San Joaquin Hills (Laguna Niguel, California) -0.479830848328458015 +69903 gsa_html_8662622130 gsa_html_8662622130:777:71233:71255 Oceanic California -0.495787550773506447 +69904 geology_html_5856096121 geology_html_5856096121:73:4055:4060 Cadiz Gibraltar -0.491068403850714985 +69905 cspg_html_7028413504 cspg_html_7028413504:261:36144:36160 Exshaw Regina, Saskatchewan -0.450649451770273157 +69906 jgeology_html_3391865091 jgeology_html_3391865091:799:48602:48616 Frio Brazoria County, Texas -0.0254117377860756666 +69907 cspg_html_3124360347 cspg_html_3124360347:46:8811:8856 Beekmantown Quebec City 0.355883476593148229 +69908 aapg_ak_87.html aapg_ak_87.html:142:22444:22458 Earp Colina, Chile 0.00173718024385580475 +69909 palaios_html_7067174246 palaios_html_7067174246:879:80501:80505 Ross Pennsylvania -0.0334398147432133225 +69910 gsa_html_8740218609 gsa_html_8740218609:924:86377:86387 Sykesville Sykesville, Maryland -0.0712359219424234941 +69911 geology_html_2187977160 geology_html_2187977160:225:19796:19803 Potsdam El Paso, Texas -0.451767539383647998 +69912 cspg_html_5541725202 cspg_html_5541725202:710:81532:81542 Springhill Cumberland, Maryland 0.00112916628904579774 +69913 aapg_ae_154.html aapg_ae_154.html:3:423:462 Besa River Victoria, British Columbia 0.586333072733333571 +69914 cspg_html_8369994160 cspg_html_8369994160:170:17839:17862 Turner Valley Elkton, Kentucky -0.457614356613462614 +69915 gsa_html_3445493534 gsa_html_3445493534:11:477:490 Santa Barbara California -0.479521879225688563 +69916 cspg_html_3447886929 cspg_html_3447886929:1238:116621:116649 Utica Quebec City -0.455432903203822237 +69917 palaios_html_9408587909 palaios_html_9408587909:50:5517:5535 Moenkopi Reno, Nevada -0.471888407816635713 +69918 aapg_ai_584.html aapg_ai_584.html:65:6257:6287 Tensleep Hermosa, Chicago -0.455197874748240694 +69919 gsa_html_6330913937 gsa_html_6330913937:946:85731:85740 San Diego Palm Springs, California -0.0291434052387325206 +69920 aapg_aa_563.html aapg_aa_563.html:278:35919:35926 El Paso Texas -0.0404794684713501024 +69921 gsa_html_7808051457 gsa_html_7808051457:411:36643:36660 Dotsero Glenwood, Utah -0.448350101124535771 +69922 AMJC_html_7777190388 AMJC_html_7777190388:174:24229:24249 Fort Union Fort Union Trading Post National Historic Site -0.436929900849743147 +69923 cspg_html_9361096527 cspg_html_9361096527:520:51659:51681 Judith River Judith River Formation -0.433546895631176765 +69924 aapg_ah_628.html aapg_ah_628.html:84:8977:8983 Abbott New Mexico -0.464610795373413321 +69925 aapg_af_664.html aapg_af_664.html:530:59473:59489 Whitehorse Lea County Regional Airport 0.0178589681215644003 +69926 geology_html_3573540187 geology_html_3573540187:325:26666:26676 Notch Peak Logan, Utah 0.316886010601094725 +69927 geology_html_4813695285 geology_html_4813695285:227:22909:22922 Garden Valley California -0.0564612372025591683 +69928 aapg_ai_49.html aapg_ai_49.html:246:29519:29526 Dolores New Mexico -0.0429920100127147015 +69929 aapg_ah_165.html aapg_ah_165.html:222:30402:30416 Woodbend Lacombe, Alberta 0.0651584182255954131 +69930 aapg_af_575.html aapg_af_575.html:496:68566:68582 Moorefield Batesville, Arkansas -0.469093158774920749 +69931 jgeology_html_8494933343 jgeology_html_8494933343:536:41623:41651 Bidahochi Arizona -0.511015181265963236 +69932 aapg_ae_71.html aapg_ae_71.html:331:30807:30818 Summerville Carmel, Indiana -0.44951252529713398 +69933 cspg_html_1611261412 cspg_html_1611261412:824:103766:103777 Peace River Regina, Saskatchewan -0.459149520620870666 +69934 aapg_af_279.html aapg_af_279.html:268:25579:25583 Java Sumatra -0.456989251174634625 +69935 aapg_af_551.html aapg_af_551.html:76:8792:8804 Percha Sacramento Mountains (California) -0.457555451333636842 +69936 aapg_ai_479.html aapg_ai_479.html:109:12247:12266 Coldwater Michigan 0.0216462427440760434 +69937 cspg_html_5697056884 cspg_html_5697056884:425:45787:45806 Winnipeg Regina, Saskatchewan -0.449451899065432481 +69938 cspg_html_8363357104 cspg_html_8363357104:39:5303:5314 Survey Peak Victoria, British Columbia -0.054549503916786618 +69939 aapg_aa_805.html aapg_aa_805.html:359:34445:34450 Steel Svalbard and Jan Mayen -0.468696200218799319 +69940 cspg_html_8312989046 cspg_html_8312989046:484:55723:55741 Bowser Middle East -0.461128473443845555 +69941 cspg_html_5141367518 cspg_html_5141367518:217:32225:32229 Wendover Saskatchewan River -0.000521153440822292734 +69942 aapg_ah_754.html aapg_ah_754.html:192:23512:23519 Burrard Burrard Street -0.485423007658706274 +69943 aapg_ac_834.html aapg_ac_834.html:255:24145:24154 Newcastle Fall River, Nova Scotia -0.436805862873274886 +69944 gsa_html_4111489689 gsa_html_4111489689:660:73325:73330 Queen Belfast, Maine -0.0306269732531419848 +69945 aapg_ae_783.html aapg_ae_783.html:16:2749:2757 Woodford Ouachita Mountains -0.523980999640466072 +69946 aapg_ad_430.html aapg_ad_430.html:128:9394:9411 Hosston Columbia Country -0.0172854647230763214 +69947 aapg_ae_181.html aapg_ae_181.html:169:24275:24281 Ripley Bullock County, Alabama -0.247295338348013705 +69948 cspg_html_5837603841 cspg_html_5837603841:182:16496:16506 Mount Head Lacombe, Alberta -0.0413865497636988627 +69949 aapg_ac_594.html aapg_ac_594.html:257:22717:22725 Consuelo Arcadia, California -0.40859021622219649 +69950 gsa_html_1662492421 gsa_html_1662492421:571:50468:50476 Columbia Fraser River (Colorado) -0.43720904648285841 +69951 gsa_html_4930932370 gsa_html_4930932370:290:29923:29940 Onaping Chelmsford, Massachusetts -0.067880848555025769 +69952 aapg_ai_292.html aapg_ai_292.html:58:6048:6062 Lisburne Prudhoe Bay Oil Field -0.0491537380497388335 +69953 aapg_aa_38.html aapg_aa_38.html:339:36653:36663 San Andres Guadalupe Mountains National Park -0.465460653780432054 +69954 cspg_html_6216640615 cspg_html_6216640615:955:98023:98068 Jean Marie Lacombe, Alberta -0.0460121937360480487 +69955 cspg_html_3762708087 cspg_html_3762708087:376:51305:51321 Viking Lacombe, Alberta 0.53832055681460611 +69956 gsa_html_8398449001 gsa_html_8398449001:624:50046:50052 Nounan Bear Lake, Michigan -0.434978208988435311 +69957 geology_html_7791742275 geology_html_7791742275:11:435:445 Washington Washington (state) -0.0313696934317686249 +69958 aapg_ae_320.html aapg_ae_320.html:196:15128:15144 Heath Judith River Formation -0.42435479065966919 +69959 cspg_html_4031489103 cspg_html_4031489103:198:28309:28326 Creston Whitefish (fisheries term) -0.477130519718023338 +69960 aapg_ai_997.html aapg_ai_997.html:919:85434:85452 Martinez California -0.448287309474040385 +69961 cspg_html_8571955552 cspg_html_8571955552:288:36132:36144 Kingak Anchorage, Alaska -0.0457352112838256136 +69962 aapg_af_880.html aapg_af_880.html:653:102782:102790 Big Blue Texas 0.00361335093326647754 +69963 gsa_html_8332981884 gsa_html_8332981884:507:43726:43744 Rio Seco Cordillera Administrative Region -0.472823676298187945 +69964 aapg_af_900.html aapg_af_900.html:9:1613:1621 Colorado Calcasieu Parish, Louisiana -0.0674089599610137313 +69965 aapg_ad_145.html aapg_ad_145.html:105:9497:9514 Hermosa Lisbon -0.476172115937115059 +69966 sedimentology_html_3865745685 sedimentology_html_3865745685:1583:110703:110732 Dunvegan Canada -0.483477129634449443 +69967 aapg_af_887.html aapg_af_887.html:143:14062:14072 Whitehorse El Capitan -0.122881307649061314 +69968 sedimentology_html_1253431842 sedimentology_html_1253431842:198:12967:12973 Oregon Vienna -0.00138974352800571069 +69969 jgeology_html_4305195651 jgeology_html_4305195651:1668:129007:129018 Port Jervis Orange County, California -0.473010388882843136 +69970 aapg_ae_464.html aapg_ae_464.html:579:39068:39074 Sierra Mexico -0.020196595303077311 +69971 cspg_html_9214997177 cspg_html_9214997177:261:26454:26476 Winnipegosis Regina, Saskatchewan 0.0163348723417566302 +69972 aapg_ai_367.html aapg_ai_367.html:155:8391:8400 Domengine Coalinga, California 0.000132025523515305647 +69973 gsa_html_7193789775 gsa_html_7193789775:359:35630:35635 Price Logan, Utah -0.46398990802263862 +69974 aapg_aa_484.html aapg_aa_484.html:116:10070:10091 Seminole Arbuckle, California -0.0293555813701503708 +69975 cspg_html_7777724998 cspg_html_7777724998:291:42096:42119 Mist Mountain Fernie, British Columbia -0.477269506555081602 +69976 aapg_aa_544.html aapg_aa_544.html:336:45273:45291 Wasatch Wasatch Range -0.474133810779439169 +69977 gsa_html_5664265459 gsa_html_5664265459:885:90971:90977 Oregon Boise, Idaho -0.447153316157111791 +69978 gsa_html_1491636326 gsa_html_1491636326:1328:105069:105089 Toro Chile -0.459837454744856933 +69979 gsa_html_5865982995 gsa_html_5865982995:1403:147310:147330 Wind River Cheyenne, Wyoming -0.467870731747513147 +69980 aapg_aa_288.html aapg_aa_288.html:344:37096:37109 Belle Fourche Cheyenne, Wyoming -0.44830973456876172 +69981 cspg_html_1894459898 cspg_html_1894459898:23:3297:3319 Winnipegosis Regina, Saskatchewan -0.00729110700735253591 +69982 aapg_ae_305.html aapg_ae_305.html:904:73540:73546 Perija Colombia -0.0439794609034374617 +69983 gsa_html_1817109082 gsa_html_1817109082:11:615:628 Santa Barbara California -0.495740204770814097 +69984 aapg_ad_757.html aapg_ad_757.html:121:13493:13506 Decorah Black River, Jamaica 0.039072882780770507 +69985 cspg_html_9867228130 cspg_html_9867228130:50:7317:7335 Sturgeon Quartzite Maryland -0.13061610816901148 +69986 aapg_ad_715.html aapg_ad_715.html:62:6868:6877 Red River Texas -0.430461955487671633 +69987 cspg_html_2769629211 cspg_html_2769629211:328:37881:37902 Twin Falls Hay River (Canada) 0.437874014847403403 +69988 cspg_html_9332855346 cspg_html_9332855346:128:9852:9868 Meadow Lake Lacombe, Alberta -0.458822766590828601 +69989 cspg_html_6502178723 cspg_html_6502178723:59:9490:9498 Columbia Victoria, British Columbia 0.00770284885627177569 +69990 aapg_af_653.html aapg_af_653.html:266:28079:28086 Temblor Monterey, California -0.426510306242507076 +69991 sedimentology_html_9698218926 sedimentology_html_9698218926:120:11097:11118 Kaiparowits Logan, Utah -0.0492966446441219716 +69992 cspg_html_6472484014 cspg_html_6472484014:99:13618:13628 La Vieille New Brunswick, New Jersey -0.0371844096364450094 +69993 cspg_html_5360570542 cspg_html_5360570542:504:54412:54431 Minnelusa Black Hills -0.00448195883180506176 +69994 cspg_html_2650524233 cspg_html_2650524233:250:25209:25227 Edmonton Lacombe, Alberta -0.502697879639648404 +69995 aapg_aa_47.html aapg_aa_47.html:397:44843:44865 Minturn Colorado -0.225911572227343732 +69996 aapg_ac_961.html aapg_ac_961.html:511:53409:53414 Boggy Hartshorne, Oklahoma -0.0442459352605073172 +69997 aapg_ae_803.html aapg_ae_803.html:460:57443:57465 Todos Santos Guatemala 0.148644492334003453 +69998 aapg_af_874.html aapg_af_874.html:142:10442:10458 Pottsville Huntington, West Virginia -0.446333949377836381 +69999 cspg_html_4727171280 cspg_html_4727171280:31:3167:3175 Edmonton Edmonton, London -0.493411698974303814 +70000 sedimentology_html_7567618503 sedimentology_html_7567618503:1217:68764:68769 Piper Gauley River 0.00736581097593620986 +70001 gsa_html_5107598462 gsa_html_5107598462:453:41198:41212 Salina Lackawanna County, Pennsylvania -0.480277073774662555 +70002 aapg_ac_719.html aapg_ac_719.html:142:16462:16485 Poison Canyon Niobrara, Nebraska -0.212230244497165793 +70003 gsa_html_9152662653 gsa_html_9152662653:63:6542:6552 Sykesville Potomac, Maryland -0.448327675040319895 +70004 aapg_aa_148.html aapg_aa_148.html:24:3949:3965 Dakota Colorado -0.43333944764882032 +70005 aapg_ac_200.html aapg_ac_200.html:434:42722:42740 Wasatch Cheyenne, Wyoming -0.0688317384406363225 +70006 geology_html_1703051515 geology_html_1703051515:11:728:734 Oregon Newport, Rhode Island -0.465705253187009671 +70007 aapg_aa_993.html aapg_aa_993.html:85:9197:9205 Woodbine Henderson County, Texas -0.465744120990301047 +70008 aapg_ac_441.html aapg_ac_441.html:516:46001:46010 Littleton Colorado -0.49361002164838963 +70009 palaios_html_1631555231 palaios_html_1631555231:177:17204:17232 Phosphoria Boise, Idaho -0.198834386194241014 +70010 aapg_ad_557.html aapg_ad_557.html:11080:634531:634537 Denver Austin, Chicago -0.492640099962427858 +70011 aapg_ac_714.html aapg_ac_714.html:440:50177:50192 Piper Cheyenne, Wyoming 0.331902059466423816 +70012 aapg_ac_251.html aapg_ac_251.html:1120:104387:104394 Juniata Baltimore -0.423085635093811196 +70013 geology_html_7602201228 geology_html_7602201228:346:22739:22743 Hall London, Ontario -0.469230874046953295 +70014 gsa_html_1024107776 gsa_html_1024107776:813:76668:76673 Mabou Cumberland, Maryland -0.062301065412427685 +70015 gsa_html_1826402027 gsa_html_1826402027:215:24545:24564 Moenkopi Chinle Formation 0.743352861171669765 +70016 aapg_aa_544.html aapg_aa_544.html:340:46222:46232 Wind River Wasatch Range -0.475658623912591838 +70017 gsa_html_4339524478 gsa_html_4339524478:700:72821:72842 Ghost Rocks Anchorage, Alaska -0.473653815287124913 +70018 aapg_ah_688.html aapg_ah_688.html:283:30214:30223 Smackover Mooringsport, Louisiana -0.447556552129163121 +70019 cspg_html_5796730780 cspg_html_5796730780:5:194:235 Albert New Brunswick, New Jersey -0.487560856421757394 +70020 cspg_html_8568877195 cspg_html_8568877195:496:70105:70127 Judith River Lacombe, Alberta -0.494703994121465485 +70021 aapg_af_664.html aapg_af_664.html:610:68402:68412 San Andres Cloudcroft, New Mexico -0.459083706416541504 +70022 aapg_ah_228.html aapg_ah_228.html:18:1778:1801 Austin Chalk Buda, Texas -0.00621572872549000163 +70023 aapg_ac_867.html aapg_ac_867.html:505:68855:68872 Lakota Cheyenne, Wyoming -0.0339269564270203508 +70024 aapg_ad_255.html aapg_ad_255.html:149:15368:15402 Cook Mountain Texas 0.00738665861447657893 +70025 aapg_ai_17.html aapg_ai_17.html:84:6025:6031 Midway Arkansas 0.634317947848480834 +70026 aapg_ac_65.html aapg_ac_65.html:37:5743:5750 Edwards Western world -0.440620923452583413 +70027 cspg_html_9941227593 cspg_html_9941227593:16:1793:1815 Colorado Regina, Saskatchewan -0.45417711448712661 +70028 aapg_aa_995.html aapg_aa_995.html:534:41238:41257 Minnelusa Black Hills -0.0225014864703161413 +70029 geology_html_4907985690 geology_html_4907985690:192:19871:19889 Moenkopi Logan, Utah 0.0578308334706525706 +70030 aapg_af_16.html aapg_af_16.html:61:7809:7817 Frontier Logan, Utah 0.0191780858485972837 +70031 AMJC_html_1833407407 AMJC_html_1833407407:353:38309:38317 Syracuse Maryland -0.474133810779439169 +70032 cspg_html_5345848475 cspg_html_5345848475:748:79297:79315 Niobrara Regina, Saskatchewan -0.44645479356367046 +70033 aapg_af_291.html aapg_af_291.html:22:3150:3161 Kayak Lisburne Peninsula -0.492640099962427858 +70034 sedimentology_html_9339358185 sedimentology_html_9339358185:1200:61591:61595 Bond Bering Sea -0.447135398674851747 +70035 AMJC_html_4147467903 AMJC_html_4147467903:1179:115870:115888 Shublik Anchorage, Alaska -0.00922476160912374769 +70036 gsa_html_3445493534 gsa_html_3445493534:676:71435:71453 Monterey California -0.0644841260256455856 +70037 aapg_ae_415.html aapg_ae_415.html:833:102859:102876 Chipola Tampa, Florida -0.0285729816596476081 +70038 AMJC_html_6341723617 AMJC_html_6341723617:1162:97453:97474 Green River Cheyenne, Wyoming 0.00637555749164633347 +70039 aapg_ad_248.html aapg_ad_248.html:107:11586:11603 Almond Table Rock, Wyoming -0.423085635093811196 +70040 aapg_aa_735.html aapg_aa_735.html:217:20118:20134 Ireton Lacombe, Alberta -0.472528705500211532 +70041 aapg_ae_4.html aapg_ae_4.html:163:17786:17800 Hyrum Dolomite Logan, Utah -0.0744356181649514781 +70042 cspg_html_3367984758 cspg_html_3367984758:192:24680:24692 Saskatchewan Victoria, British Columbia -0.0116571637323025015 +70043 cspg_html_6306091047 cspg_html_6306091047:608:83546:83554 Columbia Victoria, British Columbia -0.431186011272103542 +70044 aapg_ai_750.html aapg_ai_750.html:109:11376:11392 Paluxy Tylertown, Mississippi -0.430057253759890901 +70045 aapg_ah_370.html aapg_ah_370.html:221:17402:17410 Michigan Michigan -0.0321281154583834411 +70046 aapg_af_830.html aapg_af_830.html:402:45826:45839 Comanche Peak Goodland, Kansas -0.434540631888912565 +70047 aapg_ad_244.html aapg_ad_244.html:24:3082:3094 Little Falls Cushing, Oklahoma 0.0287155852254783843 +70048 aapg_ad_716.html aapg_ad_716.html:7:1021:1028 El Paso Texas -0.448287309474040385 +70049 geology_html_3911481921 geology_html_3911481921:44:5685:5706 Wood Canyon Death Valley -0.039213880157219938 +70050 sedimentology_html_5497977389 sedimentology_html_5497977389:1636:82891:82897 Provo Central Switzerland -0.0270600859182637335 +70051 aapg_af_384.html aapg_af_384.html:559:63057:63088 Bjorne Melville Island (Canada) 0.849430364405748817 +70052 gsa_html_1776474442 gsa_html_1776474442:985:80999:81027 Green River Iran -0.00486067457957646467 +70053 aapg_ae_886.html aapg_ae_886.html:489:53206:53222 Todilto Delaware -0.461219460550356897 +70054 cspg_html_1870927435 cspg_html_1870927435:45:6054:6059 Nisku Lacombe, Alberta -0.450743884934886652 +70055 jgeology_html_9065385328 jgeology_html_9065385328:1059:59823:59838 Salt Lake Logan, Utah -0.457501080653503367 +70056 sedimentology_html_6205607876 sedimentology_html_6205607876:31:1919:1930 Montpellier Tehran -0.450829332903146696 +70057 aapg_af_575.html aapg_af_575.html:1101:158925:158931 Dockum New Mexico -0.0461550436827942306 +70058 cspg_html_8581304260 cspg_html_8581304260:362:38552:38558 Nicola Victoria, British Columbia 0.577347487385296509 +70059 cspg_html_3041902517 cspg_html_3041902517:440:50917:50929 Devon Island Ellesmere Island -0.456661018199272462 +70060 gsa_html_2914239166 gsa_html_2914239166:148:10400:10428 Green River Colorado -0.000364807386249416544 +70061 gsa_html_8076115820 gsa_html_8076115820:1102:75909:75937 Green River Colorado 0.0225884038971819467 +70062 cspg_html_8990290265 cspg_html_8990290265:194:28651:28668 Borsato Lacombe, Alberta -0.480644453081816247 +70063 aapg_ai_957.html aapg_ai_957.html:256:28424:28442 Colorado Uvalde, Texas -0.00961046045389274753 +70064 aapg_ai_614.html aapg_ai_614.html:51:8341:8355 Ross South Africa -0.0100083249466689488 +70065 aapg_ah_487.html aapg_ah_487.html:130:14658:14668 Copenhagen Sweden -0.070167457941640754 +70066 aapg_ad_908.html aapg_ad_908.html:253:28160:28167 La Luna Colombia -0.0274096020892318319 +70067 aapg_ae_526.html aapg_ae_526.html:102:10176:10185 Smackover Cotton Valley, Louisiana 0.0111029088243738312 +70068 aapg_af_90.html aapg_af_90.html:163:24763:24780 Johnnie Death Valley -0.212960207996324591 +70069 aapg_af_652.html aapg_af_652.html:201:18892:18897 Provo Logan, Utah -0.451913869834985604 +70070 aapg_ah_618.html aapg_ah_618.html:239:19724:19744 Phosphoria Cheyenne, Wyoming -0.440425240506611693 +70071 cspg_html_4407096618 cspg_html_4407096618:18:2538:2546 Columbia Victoria, British Columbia -0.474276937415326727 +70072 gsa_html_7580135520 gsa_html_7580135520:561:52335:52341 Oregon Salem, Oregon -0.462111625185478381 +70073 aapg_aa_61.html aapg_aa_61.html:89:9092:9099 El Abra Matamoros, Tamaulipas -0.0825534320397973004 +70074 aapg_aa_233.html aapg_aa_233.html:174:17720:17736 Cupido Matamoros, Tamaulipas -0.470179399208385473 +70075 aapg_aa_23.html aapg_aa_23.html:612:77050:77069 Ellis Bay Anticosti Island -0.21520171534475338 +70076 aapg_ad_715.html aapg_ad_715.html:47:4740:4749 Red River Texas -0.430532356052481968 +70077 gsa_html_4446967287 gsa_html_4446967287:696:62782:62791 Extension Bitterroot Range -0.434673209477638822 +70078 AMJC_html_1964550508 AMJC_html_1964550508:17:1149:1174 Vernon Lockport (city), New York -0.471501691978871318 +70079 aapg_ac_629.html aapg_ac_629.html:296:38572:38580 Columbia Shreveport, Louisiana 0.0069488599553278246 +70080 aapg_aa_934.html aapg_aa_934.html:135:16901:16909 Wolfcamp Shawnee, Oklahoma -0.0274826364360333635 +70081 geology_html_1456717882 geology_html_1456717882:261:25139:25144 Stark Republic of China -0.476269297170336003 +70082 gsa_html_2207622902 gsa_html_2207622902:13:523:535 Rhode Island Kingston, Jamaica -0.120870535153718719 +70083 aapg_af_625.html aapg_af_625.html:178:16077:16085 Homewood Pottsville, Pennsylvania -0.456771924925561401 +70084 aapg_ae_871.html aapg_ae_871.html:353:57196:57208 Pierre Nebraska 0.758272759342944247 +70085 sedimentology_html_9550478777 sedimentology_html_9550478777:30:1969:1979 Las Cruces Norfolk, Virginia -0.029835599351404625 +70086 cspg_html_2384466756 cspg_html_2384466756:171:24518:24534 Hassel Bylot Island Migratory Bird Sanctuary -0.00673169924588781169 +70087 palaios_html_3308412288 palaios_html_3308412288:111:15434:15450 Bighorn Dolomite Big Horn Mountains -0.101143256201429291 +70088 aapg_ah_763.html aapg_ah_763.html:376:31723:31745 Word Texas -0.485423007658706274 +70089 geology_html_4431824234 geology_html_4431824234:383:26951:26979 Green River Cheyenne, Wyoming -0.0147795988543257695 +70090 aapg_ah_103.html aapg_ah_103.html:50:4963:4978 Weber Colorado -0.467483486301144335 +70091 aapg_aa_945.html aapg_aa_945.html:83:6837:6848 Trempealeau Franconia, New Hampshire -0.0245215675441684301 +70092 aapg_ac_538.html aapg_ac_538.html:181:21890:21912 Colorado Lacombe, Alberta -0.453044786078658057 +70093 aapg_ac_689.html aapg_ac_689.html:93:11022:11029 Entrada Logan, Utah -0.291731685228628468 +70094 cspg_html_1333334241 cspg_html_1333334241:10:1071:1092 Taylor Atoka, Oklahoma 0.0119212634262833451 +70095 geology_html_2688088926 geology_html_2688088926:160:18844:18861 Edwards Texas -0.478349729395822987 +70096 sedimentology_html_3455721661 sedimentology_html_3455721661:472:36789:36805 Entrada Entrada Sandstone -0.134221627198767679 +70097 aapg_ai_932.html aapg_ai_932.html:458:71465:71482 Sisquoc Monterey, California -0.483015252079283031 +70098 aapg_ae_666.html aapg_ae_666.html:366:36637:36645 Colorado Englewood, New Jersey -0.466741549175746284 +70099 gsa_html_6491840124 gsa_html_6491840124:792:64858:64867 Pocatello Boise, Idaho -0.0596021394822493084 +70100 aapg_ac_241.html aapg_ac_241.html:7:1072:1091 Raritan Maryland 0.0270566081896232748 +70101 aapg_ad_760.html aapg_ad_760.html:23:3565:3572 Topanga Monterey, California -0.0233880656689205678 +70102 aapg_ah_774.html aapg_ah_774.html:75:10378:10395 Bluff Wisconsin -0.473653815287124913 +70103 gsa_html_8379382716 gsa_html_8379382716:1013:74008:74036 Green River Colorado -0.025453465811003901 +70104 cspg_html_2139304729 cspg_html_2139304729:18:3007:3032 Melville Island Banks Island -0.421127304104932487 +70105 gsa_html_8035658736 gsa_html_8035658736:628:69282:69303 Coon Hollow Wallowa, Oregon -0.0336555463053693354 +70106 cspg_html_3820268079 cspg_html_3820268079:263:26041:26059 Grimsby Norfolk County, Ontario -0.452887004013691252 +70107 aapg_ad_170.html aapg_ad_170.html:220:21165:21186 Chainman Reno, Nevada 0.405463596689579431 +70108 aapg_af_502.html aapg_af_502.html:89:11635:11642 Bossier Arkansas -0.446231020576565107 +70109 gsa_html_4870128713 gsa_html_4870128713:64:4966:4994 Green River Colorado -0.0102706745632111761 +70110 geology_html_4710933862 geology_html_4710933862:305:24049:24054 Price Taranaki Region -0.459819284677136619 +70111 cspg_html_5541937700 cspg_html_5541937700:190:27444:27468 Bluesky Lacombe, Alberta -0.478377564070346595 +70112 cspg_html_2650524233 cspg_html_2650524233:96:13914:13932 Paskapoo Edmonton, London -0.456337429672799166 +70113 aapg_af_854.html aapg_af_854.html:1172:166370:166391 Waltersburg Randolph County, Indiana -0.417370067428227742 +70114 aapg_af_128.html aapg_af_128.html:17:2087:2094 Oquirrh Denver 0.347000213775182753 +70115 aapg_aa_844.html aapg_aa_844.html:429:44245:44254 Pendleton Raleigh, North Carolina -0.0572986636037091379 +70116 aapg_ae_553.html aapg_ae_553.html:232:26715:26721 Walker England -0.0433054743353417024 +70117 cspg_html_1506720813 cspg_html_1506720813:295:36210:36220 Bow Island Mesa, Arizona -0.121520572625445591 +70118 AMJC_html_5421639085 AMJC_html_5421639085:581:59650:59658 Columbia Columbia District -0.00593429213199152261 +70119 cspg_html_6238156412 cspg_html_6238156412:60:7117:7136 Mesaverde Mancos, Colorado -0.466219818123899288 +70120 geology_html_7281768508 geology_html_7281768508:14:651:663 Rhode Island Newport, Rhode Island -0.460946527021081187 +70121 cspg_html_4625995889 cspg_html_4625995889:249:33167:33189 Bluff Bridgetown, Nova Scotia -0.448484669177164286 +70122 aapg_ah_411.html aapg_ah_411.html:75:10329:10337 Niobrara Colorado 0.336341913372281198 +70123 gsa_html_3387611512 gsa_html_3387611512:1557:146935:146948 Santa Barbara Terres -0.47249414511500698 +70124 aapg_aa_287.html aapg_aa_287.html:66:9570:9586 Viking Colorado -0.00564243327627664357 +70125 aapg_ah_411.html aapg_ah_411.html:102:11981:11989 Colorado Cheyenne, Wyoming -0.457650607934439568 +70126 aapg_aa_724.html aapg_aa_724.html:135:13140:13167 Roberts Mountains Antelope Valley Freeway -0.477130519718023338 +70127 gsa_html_5344876933 gsa_html_5344876933:1254:88778:88806 Green River Colorado -0.025547354296840772 +70128 cspg_html_9343899465 cspg_html_9343899465:2026:178740:178759 Strathcona Fiord Bathurst Island (Northern Territory) -0.433376961451207021 +70129 cspg_html_3008414459 cspg_html_3008414459:32:5348:5358 Milk River Lacombe, Alberta -0.037309716590806806 +70130 aapg_aa_171.html aapg_aa_171.html:622:53346:53356 Cumberland Bridgetown, Nova Scotia -0.032535178592891574 +70131 aapg_ac_729.html aapg_ac_729.html:669:63945:63961 Seabee Colville River (Washington) -0.0227274727216301153 +70132 aapg_ae_154.html aapg_ae_154.html:37:5227:5235 Columbia Victoria, British Columbia -0.0455732069905889839 +70133 cspg_html_9185158332 cspg_html_9185158332:405:56891:56909 Dunvegan Canada -0.476368803491585613 +70134 cspg_html_4270552951 cspg_html_4270552951:241:34568:34573 Favel Niobrara, Nebraska -0.527341893637327197 +70135 gsa_html_7102550258 gsa_html_7102550258:671:78282:78299 Entrada Colorado -0.423138028281424772 +70136 aapg_ah_612.html aapg_ah_612.html:111:10223:10240 Wabamun Calgary -0.0108839893390520418 +70137 gsa_html_1491636326 gsa_html_1491636326:1225:99471:99479 Santiago Chile -0.488856001939906637 +70138 cspg_html_1503116552 cspg_html_1503116552:81:12323:12348 Fort Vermillion Swan Hill, Victoria -0.454041701910604445 +70139 aapg_ae_643.html aapg_ae_643.html:161:18066:18099 Lockport Dolomite Pennsylvania -0.225681274296637507 +70140 cspg_html_2536163557 cspg_html_2536163557:23:3991:4002 White River Cordillera Administrative Region -0.460091874413590562 +70141 cspg_html_3097746547 cspg_html_3097746547:673:70396:70419 Beaver Mines Lacombe, Alberta -0.0541518744999871654 +70142 cspg_html_2546442054 cspg_html_2546442054:438:48290:48307 Bearpaw Lacombe, Alberta -0.0160151207401750574 +70143 aapg_ac_630.html aapg_ac_630.html:534:55135:55153 Willwood South Fork Eel River -0.443732938342886629 +70144 aapg_ad_564.html aapg_ad_564.html:4567:349889:349900 Mowry Powder River Basin -0.557619039130980987 +70145 sedimentology_html_3206626228 sedimentology_html_3206626228:962:68572:68580 Victoria Victoria, British Columbia -0.49141453931286927 +70146 gsa_html_3985921234 gsa_html_3985921234:639:50703:50707 Wise Texas -0.454089094007790295 +70147 aapg_ah_253.html aapg_ah_253.html:413:49465:49485 San Andres New Mexico -0.025547354296840772 +70148 palaios_html_2534218603 palaios_html_2534218603:438:33266:33275 San Diego Currie, Minnesota -0.453085363047098455 +70149 aapg_af_129.html aapg_af_129.html:148:15367:15386 Eagle Colorado -0.0101855410408739511 +70150 aapg_ai_28.html aapg_ai_28.html:284:27591:27597 Lissie Nueces River -0.468611324772205295 +70151 gsa_html_1592991535 gsa_html_1592991535:1438:107993:108021 Green River Colorado 0.0103992439306783112 +70152 aapg_ac_697.html aapg_ac_697.html:171:16522:16539 Laramie Golden, Colorado -0.00149397449100649102 +70153 aapg_ac_400.html aapg_ac_400.html:358:41507:41516 Tuscarora Newburg, Louisville -0.0162670985376793149 +70154 aapg_ac_253.html aapg_ac_253.html:4:822:838 Frisco Sallisaw, Oklahoma 0.0156223882901486404 +70155 sedimentology_html_2623529999 sedimentology_html_2623529999:1329:89673:89694 Gull Island Ireland -0.477308890203395286 +70156 jgeology_html_9215313444 jgeology_html_9215313444:1163:77106:77112 Oregon Washington (state) -0.444856013246054061 +70157 aapg_ah_318.html aapg_ah_318.html:1222:123799:123816 Hosston Arkansas 0.0758953017192013357 +70158 aapg_ai_996.html aapg_ai_996.html:1215:51529:51540 Summerville Charleston, South Carolina -0.462097962880594848 +70159 aapg_ae_75.html aapg_ae_75.html:58:10046:10063 El Paso El Paso, Texas -0.0311226948006410493 +70160 AMJC_html_7984049819 AMJC_html_7984049819:232:25309:25316 Berwick Hartford, Connecticut -0.0665596603683992066 +70161 aapg_ah_779.html aapg_ah_779.html:241:44309:44313 Bays Knoxville, Tennessee 0.0197724994555616325 +70162 cspg_html_1378826439 cspg_html_1378826439:31:3397:3413 Viking Beaumont, Texas -0.436805862873274886 +70163 cspg_html_8809756626 cspg_html_8809756626:98:16683:16698 Leduc Lacombe, Alberta -0.458822766590828601 +70164 aapg_af_2.html aapg_af_2.html:496:56046:56059 Marble Canyon Arizona -0.48663294001243923 +70165 aapg_ai_278.html aapg_ai_278.html:694:85852:85860 Palenque Nassau, Bahamas -0.505054791862070251 +70166 gsa_html_5207325123 gsa_html_5207325123:1167:95233:95261 Green River New Mexico 0.00296016264892234697 +70167 aapg_ad_799.html aapg_ad_799.html:66:8523:8532 Conasauga Stones River 0.006036790497064899 +70168 sedimentology_html_9550478777 sedimentology_html_9550478777:694:49073:49083 Rio Grande New Mexico -0.0328135205724552625 +70169 jgeology_html_7653197658 jgeology_html_7653197658:814:49213:49233 Timber Mountain Tuff Reno, Nevada -0.473815322787249471 +70170 aapg_ac_313.html aapg_ac_313.html:706:78623:78632 Rio Dulce Maya Mountain -0.409829847082120668 +70171 gsa_html_6803319080 gsa_html_6803319080:11:504:514 Washington Washington (state) -0.45184182728382527 +70172 gsa_html_2059086425 gsa_html_2059086425:641:49232:49260 Green River Colorado -0.017099513850188628 +70173 aapg_aa_109.html aapg_aa_109.html:3:230:238 Colorado Des Moines, Washington -0.431157390646727534 +70174 aapg_ai_584.html aapg_ai_584.html:895:94477:94497 Minnelusa Hartville, Missouri -0.440245159686024512 +70175 aapg_aa_54.html aapg_aa_54.html:46:4643:4660 Entrada Colorado -0.00877304685539758919 +70176 aapg_ae_71.html aapg_ae_71.html:442:38809:38820 Kaiparowits Mesa, Arizona -0.0331440604270269723 +70177 aapg_ad_70.html aapg_ad_70.html:232:16064:16081 Wingate Chinle Formation 0.0123730180392838014 +70178 jgeology_html_8653157629 jgeology_html_8653157629:455:25116:25123 Matagua Santa Clara, California -0.089302006148403057 +70179 gsa_html_5587684798 gsa_html_5587684798:844:67576:67597 Tibbit Hill Quebec City -0.440354093294291316 +70180 gsa_html_8955900843 gsa_html_8955900843:695:65411:65436 Clallam Washington (state) -0.442595627901035182 +70181 aapg_ah_505.html aapg_ah_505.html:1751:143247:143266 Ingleside Davis, California -0.45421548506785292 +70182 aapg_af_469.html aapg_af_469.html:459:53155:53163 Humboldt Sierra Nevada (Spain) 0.317792649409811556 +70183 gsa_html_1783148177 gsa_html_1783148177:945:88646:88651 Nopah California -0.459887424332023564 +70184 aapg_ae_383.html aapg_ae_383.html:195:17816:17831 Olentangy Iowa -0.0138360551692065167 +70185 cspg_html_8298261690 cspg_html_8298261690:516:56025:56042 Bluesky Lacombe, Alberta -0.454034931813569353 +70186 sedimentology_html_9505235776 sedimentology_html_9505235776:143:11741:11747 Brazil St. Louis, Missouri -0.0279486743171803304 +70187 palaios_html_2994452429 palaios_html_2994452429:62:7322:7330 Columbia Lacombe, Alberta -0.451767539383647998 +70188 gsa_html_9188280697 gsa_html_9188280697:855:70235:70263 Green River Colorado 0.0251126903607541765 +70189 aapg_ad_758.html aapg_ad_758.html:125:16511:16532 Fort Scott Kansas City, Kansas -0.237322889496806189 +70190 aapg_aa_740.html aapg_aa_740.html:104:11740:11757 Madison Big Horn Mountains -0.0941063570998651594 +70191 palaios_html_3105248303 palaios_html_3105248303:519:52180:52194 Kope Netherlands -0.476593313058899071 +70192 aapg_ad_812.html aapg_ad_812.html:90:13284:13306 Wanakah New Mexico 0.317978810109577015 +70193 cspg_html_3065473572 cspg_html_3065473572:271:34504:34525 West Point Kirkwood, Missouri -0.0666645052645467445 +70194 sedimentology_html_8118481873 sedimentology_html_8118481873:733:51840:51848 Columbia Victoria, British Columbia -0.0240556397080989269 +70195 aapg_ad_910.html aapg_ad_910.html:471:56662:56668 Forest Kingdom of Great Britain -0.51090909867131673 +70196 cspg_html_9046359229 cspg_html_9046359229:618:88628:88636 Columbia Lacombe, Alberta -0.0199532604557582163 +70197 gsa_html_5697121435 gsa_html_5697121435:504:44636:44664 Green River Colorado -0.0423511843522919873 +70198 cspg_html_6306091047 cspg_html_6306091047:41:8133:8152 Baldonnel Victoria, British Columbia -0.449656248007914428 +70199 aapg_ad_2.html aapg_ad_2.html:1579:218220:218236 Theresa Pennsylvania -0.457736710679965686 +70200 aapg_af_684.html aapg_af_684.html:471:48387:48401 Tyee Salem, Oregon -0.447735825093380557 +70201 aapg_af_789.html aapg_af_789.html:94:13220:13229 New River Virginia 0.291898589406831221 +70202 aapg_ai_157.html aapg_ai_157.html:464:43376:43387 Salina Norfolk, Virginia -0.0105034896980181463 +70203 cspg_html_3124360347 cspg_html_3124360347:49:9537:9548 Beekmantown Bennington, Vermont -0.0380407049266876865 +70204 gsa_html_5687289300 gsa_html_5687289300:753:70401:70408 Andrews Antarctica -0.450586501765938174 +70205 cspg_html_6985536436 cspg_html_6985536436:445:57764:57776 Wilkie Point Middle East 0.00206550844934132302 +70206 aapg_ah_618.html aapg_ah_618.html:57:5004:5014 Phosphoria Little Cottonwood Creek -0.449319433531474521 +70207 aapg_ad_469.html aapg_ad_469.html:70:8128:8147 Wapanucka Hartshorne, Oklahoma -0.415098432787898985 +70208 aapg_aa_463.html aapg_aa_463.html:215:41300:41317 Hosston Shreveport, Louisiana -0.46279500750727276 +70209 cspg_html_4298557570 cspg_html_4298557570:132:20829:20841 Willow Creek Red Deer, Alberta 0.00938112555861735607 +70210 aapg_ac_689.html aapg_ac_689.html:46:5476:5481 Logan Colorado -0.00861668517403405519 +70211 cspg_html_8083337877 cspg_html_8083337877:174:18696:18704 Waterton Calgary -0.455252106655251121 +70212 cspg_html_2083823293 cspg_html_2083823293:548:59076:59083 Wasatch Cheyenne, Wyoming -0.460146402321772174 +70213 gsa_html_4234009219 gsa_html_4234009219:523:45410:45420 Washington Cowlitz River -0.00639293020944086028 +70214 aapg_ai_1.html aapg_ai_1.html:345:30943:30950 Hermosa San Juan Mountains -0.216433431900929285 +70215 aapg_af_733.html aapg_af_733.html:281:38383:38399 Yucatan Mississippi River 0.0374593908208417023 +70216 aapg_ac_270.html aapg_ac_270.html:62:4857:4887 Queenston Delaware County, Ohio -0.446233258036542624 +70217 gsa_html_6433065427 gsa_html_6433065427:71:7871:7880 New River Virginia -0.189806799067141152 +70218 gsa_html_6095219520 gsa_html_6095219520:1394:123655:123683 Green River Colorado -0.00486067457957646467 +70219 cspg_html_6545726692 cspg_html_6545726692:441:49895:49913 Yakataga Anchorage, Alaska -0.456661018199272462 +70220 aapg_ac_569.html aapg_ac_569.html:234:31271:31299 Emma Fiord Devon 1.15056346111197638 +70221 AMJC_html_8402437205 AMJC_html_8402437205:998:87946:87953 Whidbey Washington (state) -0.490449479583778825 +70222 palaios_html_3105248303 palaios_html_3105248303:66:7316:7330 Kope Netherlands -0.448327675040319895 +70223 cspg_html_3328007773 cspg_html_3328007773:29:4110:4130 Colorado Canada -0.448296279445968116 +70224 aapg_aa_621.html aapg_aa_621.html:660:74888:74894 Casper Cheyenne, Wyoming -0.470181697121159758 +70225 aapg_ai_491.html aapg_ai_491.html:293:36277:36302 Pinkerton Trail San Juan Mountains -0.0683248098834712408 +70226 cspg_html_6249234253 cspg_html_6249234253:94:11831:11851 Woodbend Lacombe, Alberta -0.519495518957692082 +70227 aapg_ah_187.html aapg_ah_187.html:13:1393:1402 Boquillas Austin, Chicago -0.479254814429897757 +70228 aapg_ah_140.html aapg_ah_140.html:48:5413:5419 Lakota Denver 0.00404765387058551775 +70229 cspg_html_4626597050 cspg_html_4626597050:415:52860:52879 Goose Egg Cheyenne, Wyoming -0.0304826089875597575 +70230 aapg_ad_942.html aapg_ad_942.html:802:66944:66955 Slave Point Victoria, British Columbia -0.417624004674976901 +70231 aapg_af_789.html aapg_af_789.html:29:4603:4612 Bluefield Greenbrier (Great Smoky Mountains) -0.0180066911955107829 +70232 palaios_html_9731740258 palaios_html_9731740258:404:45140:45154 Graneros Pueblo, Colorado -0.447276508327869859 +70233 aapg_ai_504.html aapg_ai_504.html:135:13728:13737 Lodgepole Williston, Vermont -0.455432903203822237 +70234 cspg_html_7896958755 cspg_html_7896958755:233:23953:23961 Columbia Victoria, British Columbia -0.484266161538602968 +70235 cspg_html_2863271815 cspg_html_2863271815:596:75875:75914 Leduc Canada -0.00696275827002107526 +70236 aapg_ae_67.html aapg_ae_67.html:399:32485:32493 Colorado Colorado -0.110658958344678274 +70237 sedimentology_html_6051696699 sedimentology_html_6051696699:87:8055:8074 Caledonia New Caledonia -0.455211432419709627 +70238 geology_html_2345977738 geology_html_2345977738:275:25034:25055 Tibbit Hill Quebec City -0.0278217295801544348 +70239 aapg_ac_178.html aapg_ac_178.html:207:31324:31342 Monterey Kern County, California 0.338290119801750222 +70240 aapg_ac_518.html aapg_ac_518.html:20:2983:2990 Canning Carnarvon, Western Australia -0.446110205830797302 +70241 cspg_html_6021605367 cspg_html_6021605367:127:15239:15257 Palliser Lacombe, Alberta -0.444844842741709823 +70242 aapg_af_591.html aapg_af_591.html:45:4974:4997 Salem Morton County, North Dakota -0.0301277931102772942 +70243 aapg_ah_646.html aapg_ah_646.html:363:43653:43670 Wingate Colorado -0.51098142622720033 +70244 cspg_html_6472484014 cspg_html_6472484014:143:18246:18273 La Vieille New Brunswick, New Jersey -0.474276937415326727 +70245 aapg_ac_841.html aapg_ac_841.html:932:96956:96976 Todos Santos Honduras 0.0187783441423678282 +70246 cspg_html_4326384800 cspg_html_4326384800:1137:168838:168845 Camrose Hay River (Canada) -0.000225833135678471921 +70247 cspg_html_1962846283 cspg_html_1962846283:620:72626:72644 Kootenay Canada -0.439343057733562137 +70248 aapg_ah_871.html aapg_ah_871.html:365:39919:39924 Chazy Black River, Jamaica -0.524968905019393639 +70249 gsa_html_5107598462 gsa_html_5107598462:670:63162:63174 Saskatchewan Shouldice Hernia Centre -0.489889776983278402 +70250 gsa_html_4474278414 gsa_html_4474278414:1199:95648:95676 Green River Colorado 0.0393775093317873526 +70251 aapg_aa_233.html aapg_aa_233.html:250:26394:26402 Kiamichi Texas -0.469648742182661783 +70252 aapg_ae_324.html aapg_ae_324.html:1299:129244:129251 Pamelia Lowville (town), New York -0.0116467387889204136 +70253 cspg_html_1841843683 cspg_html_1841843683:96:16656:16673 Rierdon Black Hills -0.0321089803604246438 +70254 aapg_ad_466.html aapg_ad_466.html:1431:151704:151712 Virginia Richmond, California -0.0900218656800999273 +70255 aapg_ai_572.html aapg_ai_572.html:4:536:543 Hilltop Coffeyville, Kansas -0.0541954731072742807 +70256 aapg_ac_91.html aapg_ac_91.html:552:45437:45451 Hale Arkansas -0.459837454744856933 +70257 gsa_html_9608448205 gsa_html_9608448205:27:2041:2053 Crab Orchard Houston -0.021507182733615033 +70258 aapg_ac_126.html aapg_ac_126.html:31:5087:5098 Haynesville Texas -0.0173254356777415887 +70259 aapg_aa_4.html aapg_aa_4.html:150:19759:19775 Sonyea Naples, Florida -0.461219460550356897 +70260 aapg_ah_277.html aapg_ah_277.html:178:23989:24007 Cardium Colorado 0.0781872055449968351 +70261 aapg_af_653.html aapg_af_653.html:824:92905:92912 Temblor Western world -0.441419648744354465 +70262 aapg_aa_109.html aapg_aa_109.html:9:1308:1316 Colorado Colorado -0.056229218914080073 +70263 sedimentology_html_8272623948 sedimentology_html_8272623948:1158:86636:86641 Crete Gournia -0.485546964607742992 +70264 aapg_ah_646.html aapg_ah_646.html:76:10042:10060 Moenkopi Chinle Formation -0.468203119207894924 +70265 aapg_ai_948.html aapg_ai_948.html:240:33903:33922 Mesaverde Colorado -0.278633626530153222 +70266 geology_html_5220137609 geology_html_5220137609:284:24145:24154 San Diego California -0.491332113292233474 +70267 aapg_ac_269.html aapg_ac_269.html:56:6326:6336 Washington California -0.437953842888147871 +70268 jgeology_html_2809998069 jgeology_html_2809998069:106:4868:4888 Dighton Conglomerate Newport, Rhode Island -0.465579516089382972 +70269 aapg_ae_34.html aapg_ae_34.html:36:2856:2870 Frio Shreveport, Louisiana -0.4899838188757622 +70270 cspg_html_7817594878 cspg_html_7817594878:318:46251:46259 Columbia Victoria, British Columbia -0.46809765859229685 +70271 gsa_html_8271829751 gsa_html_8271829751:775:66498:66510 Owens Valley California -0.245924077333448815 +70272 cspg_html_9778753186 cspg_html_9778753186:46:6569:6586 Elk Lacombe, Alberta -0.456479975332736432 +70273 aapg_ac_824.html aapg_ac_824.html:482:49075:49093 Manitou Colorado -0.4899838188757622 +70274 aapg_ac_563.html aapg_ac_563.html:785:120356:120363 Yucatan Mexico -0.0707549992783903375 +70275 gsa_html_3199774259 gsa_html_3199774259:138:16586:16594 Virginia Maryland -0.462644618431458876 +70276 geology_html_1877077018 geology_html_1877077018:11:460:470 Washington Washington (state) -0.0338991191876076986 +70277 jgeology_html_1621824585 jgeology_html_1621824585:846:52049:52055 Provo Carpathian Ruthenia -0.46567095948211501 +70278 cspg_html_2863271815 cspg_html_2863271815:518:62949:62965 Guelph Guelph -0.0357887327729749932 +70279 aapg_aa_154.html aapg_aa_154.html:43:4667:4687 Haymond West Texas -0.0519827474069236295 +70280 gsa_html_7040053075 gsa_html_7040053075:333:31271:31291 Topanga Glendora, California -0.181744516276052842 +70281 palaios_html_3716883934 palaios_html_3716883934:104:10575:10587 Silica Ohio -0.00786789401885567251 +70282 cspg_html_4031489103 cspg_html_4031489103:328:47291:47309 Sheppard Fernie, British Columbia -0.444036457876645585 +70283 gsa_html_3445493534 gsa_html_3445493534:224:25906:25930 Monterey Monterey, California -0.477234757760444439 +70284 cspg_html_3354282978 cspg_html_3354282978:862:95627:95645 Monterey California -0.46944207930236781 +70285 aapg_ah_157.html aapg_ah_157.html:163:21992:22019 Potsdam Galesville, Maryland 0.00806768629271910689 +70286 aapg_ae_70.html aapg_ae_70.html:231:24199:24209 Phosphoria Cheyenne, Wyoming -0.240308482658723066 +70287 cspg_html_8363357104 cspg_html_8363357104:82:13005:13026 Survey Peak North Carolina -0.00786789401885567251 +70288 gsa_html_6020965239 gsa_html_6020965239:324:22421:22449 Green River Colorado 0.0147517959743398014 +70289 cspg_html_3953809708 cspg_html_3953809708:604:59492:59509 Exshaw Lacombe, Alberta 0.00167290441282642237 +70290 geology_html_5972436991 geology_html_5972436991:15:1081:1088 Newport Salem, Oregon -0.440125125196615896 +70291 gsa_html_9843343868 gsa_html_9843343868:624:54618:54626 Colorado Florissant, Colorado -0.492239240738401806 +70292 palaios_html_5373981930 palaios_html_5373981930:771:63558:63571 Wabana Canada -0.077497245462319897 +70293 aapg_af_663.html aapg_af_663.html:24:2919:2940 Fort Scott Missouri River 0.449755070503296051 +70294 sedimentology_html_2396812441 sedimentology_html_2396812441:3832:75498:75506 Homewood Switzerland -0.0506509051785974038 +70295 aapg_ae_694.html aapg_ae_694.html:265:30233:30251 Woodbine East Texas -0.485546964607742992 +70296 aapg_af_388.html aapg_af_388.html:48:5763:5790 Provo Middle East 0.0180518772845760546 +70297 aapg_aa_724.html aapg_aa_724.html:128:12229:12256 Roberts Mountains Much Wenlock -0.479447557264900015 +70298 AMJC_html_1252169248 AMJC_html_1252169248:965:94660:94675 Fourmile Gneiss Cambridge, Massachusetts -0.480611894173340604 +70299 gsa_html_5664265459 gsa_html_5664265459:14:538:547 San Diego California -0.465787563493960222 +70300 palaios_html_3415407632 palaios_html_3415407632:287:26825:26833 Colorado Denver -0.0174019020564647256 +70301 aapg_af_663.html aapg_af_663.html:339:35218:35224 Pawnee Higginsville, Missouri -0.447404197686881167 +70302 aapg_ai_838.html aapg_ai_838.html:200:33936:33959 Anacacho Texas -0.450586501765938174 +70303 sedimentology_html_4089685201 sedimentology_html_4089685201:1366:95901:95909 Beaumont Pyrenees -0.466965896576978678 +70304 aapg_ae_681.html aapg_ae_681.html:103:13160:13168 Norphlet Alabama -0.21683064358565618 +70305 aapg_ad_756.html aapg_ad_756.html:159:17538:17545 Chemung Catskill Mountains -0.436376287029603016 +70306 aapg_ah_781.html aapg_ah_781.html:371:37247:37261 Krebs Missouri River 0.766154847963989249 +70307 palaios_html_5941305386 palaios_html_5941305386:1125:106589:106622 Maroon Colorado -0.457736710679965686 +70308 gsa_html_4697070830 gsa_html_4697070830:417:38663:38675 Saline River Arkansas River -0.467877607461444023 +70309 aapg_ae_667.html aapg_ae_667.html:461:56076:56097 Green River Uinta Mountains -0.466759861116235797 +70310 aapg_ah_532.html aapg_ah_532.html:34:3199:3214 Ouray New Mexico -0.0295955881019379606 +70311 cspg_html_8414893458 cspg_html_8414893458:465:54868:54883 Gates Victoria, British Columbia -0.0140758476190941898 +70312 aapg_af_561.html aapg_af_561.html:312:27024:27042 Sundance South Fork Eel River -0.0134867960158028318 +70313 cspg_html_8588503765 cspg_html_8588503765:594:67381:67398 Cardium Lacombe, Alberta -0.442548827459522287 +70314 aapg_af_98.html aapg_af_98.html:183:16165:16170 Mt Lytton Colorado -0.449811224417208722 +70315 gsa_html_4837287019 gsa_html_4837287019:395:36374:36384 Washington Seattle -0.0447893597917523589 +70316 aapg_ad_785.html aapg_ad_785.html:908:100100:100118 Fountain Colorado Springs, Colorado -0.512059862211240779 +70317 geology_html_3106921824 geology_html_3106921824:210:18841:18868 Dry Branch Texas -0.484161071054726611 +70318 cspg_html_8568877195 cspg_html_8568877195:566:74015:74037 Judith River Lacombe, Alberta -0.45417711448712661 +70319 cspg_html_2873888604 cspg_html_2873888604:342:52355:52387 Montney Canada -0.449433936510724996 +70320 aapg_ah_631.html aapg_ah_631.html:80:10432:10440 Sylvania Bloomington, Indiana -0.479438267468745405 +70321 aapg_ad_821.html aapg_ad_821.html:303:20145:20154 Chugwater Boise, Idaho 0.00312693377810401713 +70322 geology_html_8379330260 geology_html_8379330260:71:8092:8103 Green River Uinta Mountains -0.0147326815118864023 +70323 gsa_html_2162821431 gsa_html_2162821431:1046:91501:91510 San Diego California -0.0171829308693467256 +70324 gsa_html_4904229335 gsa_html_4904229335:32:3282:3288 Oregon Washington (state) -0.028972971193404428 +70325 gsa_html_8614162917 gsa_html_8614162917:1113:99284:99296 Hermit Arizona -0.0313488201123993324 +70326 aapg_ah_871.html aapg_ah_871.html:791:74575:74592 Black River Quebec City 0.0225884038971819467 +70327 geology_html_3251308521 geology_html_3251308521:128:15957:15972 Santa Margarita Oceanside, New York -0.0268931559198013828 +70328 geology_html_6277961763 geology_html_6277961763:11:519:529 Washington Washington (state) -0.494538507684199602 +70329 jgeology_html_5515502227 jgeology_html_5515502227:579:37834:37849 Rapid Fontana, California -0.471336008805755435 +70330 aapg_ae_984.html aapg_ae_984.html:34:4566:4583 Rustler Carlsbad, New Mexico -0.0144772441484254995 +70331 gsa_html_8244777175 gsa_html_8244777175:588:63798:63819 Tibbit Hill Quebec City -0.487729676915167776 +70332 gsa_html_9569209726 gsa_html_9569209726:861:81711:81721 Washington Seattle -0.00761598320539543048 +70333 sedimentology_html_6473571818 sedimentology_html_6473571818:971:80133:80142 Peninsula Quebec City -0.425647516918978619 +70334 gsa_html_3860045860 gsa_html_3860045860:1028:96713:96729 Eugene Salem, Oregon -0.0465661867457523512 +70335 jgeology_html_8492223548 jgeology_html_8492223548:172:14399:14415 Bighorn Dolomite Cheyenne, Wyoming -0.0124129812660324374 +70336 gsa_html_2168907540 gsa_html_2168907540:172:19878:19891 Lincoln Creek Middle East -0.472881299388360321 +70337 aapg_ad_441.html aapg_ad_441.html:269:19849:19865 Navajo Logan, Utah -0.536745686075263517 +70338 aapg_ai_974.html aapg_ai_974.html:638:66104:66113 Peninsula Gulf of California -0.428798065147820595 +70339 cspg_html_2784057671 cspg_html_2784057671:625:68445:68463 Yakataga Anchorage, Alaska 0.0181804843813068509 +70340 cspg_html_7182873498 cspg_html_7182873498:141:19898:19916 Salina Guelph -0.450743884934886652 +70341 AMJC_html_1252169248 AMJC_html_1252169248:911:90445:90455 Laurentian Western world -0.466810220907495799 +70342 cspg_html_9720041449 cspg_html_9720041449:1130:134281:134297 Ireton Lacombe, Alberta -0.460269102262388319 +70343 aapg_ad_351.html aapg_ad_351.html:906:84353:84370 Keokuk Norwood, Massachusetts -0.433368134539702354 +70344 aapg_ad_351.html aapg_ad_351.html:567:48360:48366 Keokuk Burlington, Ontario -0.408388062652851769 +70345 aapg_ae_884.html aapg_ae_884.html:387:50494:50505 Green River Powder River (Montana) -0.420898582944997601 +70346 gsa_html_2076560873 gsa_html_2076560873:634:61943:61965 Nation River Anchorage, Alaska -0.458648092769168181 +70347 cspg_html_7229660003 cspg_html_7229660003:24:2070:2088 Winnipeg California -0.462963655759663584 +70348 aapg_ae_419.html aapg_ae_419.html:257:33739:33757 Maltrata Mexico -0.0508792537248642374 +70349 cspg_html_2139304729 cspg_html_2139304729:96:15866:15882 Percha New Mexico -0.454032675125810359 +70350 aapg_ad_351.html aapg_ad_351.html:209:21286:21295 Northview Missouri River 0.0737986699830724541 +70351 gsa_html_4234009219 gsa_html_4234009219:36:3358:3376 Whitemud Canada -0.0092977313772016467 +70352 aapg_ac_289.html aapg_ac_289.html:125:9867:9872 Tokio Cotton Valley, Louisiana -0.41400352166597143 +70353 aapg_ac_8.html aapg_ac_8.html:44:3691:3697 Dakota Niobrara, Nebraska -0.441637804770763531 +70354 aapg_af_776.html aapg_af_776.html:194:22736:22740 Erin Trinidad and Tobago -0.506302887282198189 +70355 aapg_ah_972.html aapg_ah_972.html:615:65111:65120 Vicksburg East Texas -0.262089798811181829 +70356 cspg_html_3404912985 cspg_html_3404912985:6:479:510 Belly River Lacombe, Alberta -0.48108644546321655 +70357 aapg_ad_116.html aapg_ad_116.html:445:55244:55263 Oil Creek Delaware -0.249464722158663971 +70358 geology_html_2624273806 geology_html_2624273806:75:5973:5980 Juniata Oswego, New York -0.461854353575764598 +70359 aapg_ac_219.html aapg_ac_219.html:2107:166308:166318 San Marcos Lima, Ohio -0.444916336311243943 +70360 geology_html_6134040289 geology_html_6134040289:267:23524:23532 Monterey Bakersfield, California -0.0216149541452477292 +70361 aapg_ad_721.html aapg_ad_721.html:566:53306:53314 Carlsbad El Capitan -0.050246518785567143 +70362 cspg_html_2826081830 cspg_html_2826081830:331:42262:42285 Grand Rapids Waseca, Minnesota -0.493659609592116133 +70363 jgeology_html_2240612531 jgeology_html_2240612531:937:71426:71433 Shuswap Victoria, British Columbia -0.466727815469158758 +70364 geology_html_8757137275 geology_html_8757137275:94:7694:7712 Edmonton Canada -0.450784359288809666 +70365 sedimentology_html_7685445048 sedimentology_html_7685445048:36:1909:1918 Sheffield Kingdom of Great Britain -0.485799611688376376 +70366 AMJC_html_4486401509 AMJC_html_4486401509:401:38074:38086 Pinal Schist Arizona -0.486483068290992582 +70367 palaios_html_8801470615 palaios_html_8801470615:554:50669:50674 Chazy Quebec City -0.466842269540434285 +70368 cspg_html_9093703322 cspg_html_9093703322:127:15098:15103 Queen Canada -0.440254051746647612 +70369 gsa_html_2605108986 gsa_html_2605108986:732:59524:59552 Matanuska Matanuska-Susitna Valley -0.0608327459561348455 +70370 aapg_ad_660.html aapg_ad_660.html:479:66227:66249 Seven Rivers New Mexico -0.0337703728597886152 +70371 cspg_html_4422863308 cspg_html_4422863308:69:8445:8461 Viking Lacombe, Alberta -0.0235062798697475116 +70372 aapg_af_614.html aapg_af_614.html:63:5040:5059 Paluxy Miller County, Arkansas -0.434518537443352337 +70373 aapg_aa_16.html aapg_aa_16.html:173:17680:17686 Dakota Logan, Utah 0.373092863736691482 +70374 cspg_html_9720041449 cspg_html_9720041449:43:5327:5341 Woodbend Lacombe, Alberta -0.070230405725123346 +70375 aapg_ac_569.html aapg_ac_569.html:359:50880:50901 Kekiktuk Conglomerate Anchorage, Alaska -0.439778445957034858 +70376 gsa_html_2989317971 gsa_html_2989317971:1181:117616:117625 Pocatello Bannock County, Idaho -0.0212255895810763706 +70377 gsa_html_9052101586 gsa_html_9052101586:368:40533:40549 Columbia Wisconsin -0.449440672427322663 +70378 aapg_ae_415.html aapg_ae_415.html:392:50376:50387 Mint Spring Melbourne, Florida 0.353709179286813336 +70379 aapg_ai_269.html aapg_ai_269.html:108:11129:11143 Windsor North Atlantic Igneous Province -0.456337429672799166 +70380 aapg_ac_367.html aapg_ac_367.html:141:16602:16612 Ironton Galesville, Maryland -0.474808096218428344 +70381 cspg_html_5813536348 cspg_html_5813536348:47:7065:7084 Keg River Lacombe, Alberta -0.0540873490612621827 +70382 aapg_aa_717.html aapg_aa_717.html:487:60081:60100 Gatesburg Bellefonte, Pennsylvania -0.455211432419709627 +70383 gsa_html_5064963350 gsa_html_5064963350:1076:100145:100173 Green River Colorado -0.0201913809518237848 +70384 aapg_aa_702.html aapg_aa_702.html:776:108622:108641 Minnelusa Cheyenne, Wyoming 0.0334328557293608886 +70385 aapg_ah_532.html aapg_ah_532.html:3:198:220 Ouray Ouray, Colorado -0.0486622990277508355 +70386 aapg_aa_23.html aapg_aa_23.html:793:101895:101930 Stony Mountain Winnipeg 0.00948536852877367512 +70387 cspg_html_5955028331 cspg_html_5955028331:616:66521:66537 Viking Canada -0.470510360514459824 +70388 aapg_af_653.html aapg_af_653.html:216:22516:22523 Temblor Monterey, California -0.0116467387889204136 +70389 aapg_ad_575.html aapg_ad_575.html:239:30116:30143 Minnelusa Cheyenne, Wyoming -0.0507398033978869734 +70390 aapg_aa_998.html aapg_aa_998.html:76:7782:7798 Walnut Burnett County, Wisconsin -0.0399624195111792577 +70391 gsa_html_5865982995 gsa_html_5865982995:49:5603:5630 Green River Uinta Mountains -0.0665317020564821365 +70392 sedimentology_html_4185931185 sedimentology_html_4185931185:745:58527:58543 Eureka Quartzite Reno, Nevada -0.230751340270195421 +70393 gsa_html_2675218998 gsa_html_2675218998:249:26128:26147 Colorado Mesa, Arizona -0.476385003272562391 +70394 cspg_html_8089302449 cspg_html_8089302449:41:7762:7771 Kee Scarp Swan Hill, Victoria -0.470629904958731249 +70395 aapg_aa_215.html aapg_aa_215.html:837:68159:68163 Toro Darien, Georgia -0.0401573975935689137 +70396 AMJC_html_1153492579 AMJC_html_1153492579:1410:136126:136132 Denver Colorado -0.467905110852730732 +70397 aapg_ah_119.html aapg_ah_119.html:43:4460:4476 Paint Creek Long Island -0.0323925309205377876 +70398 sedimentology_html_6051696699 sedimentology_html_6051696699:345:30171:30190 Caledonia New Caledonia 0.00204466219751255973 +70399 aapg_ad_466.html aapg_ad_466.html:1332:141958:141978 Tuscaloosa Charleston, South Carolina -0.482784406317177284 +70400 aapg_ah_534.html aapg_ah_534.html:7:680:688 Catskill New Scotland, New York -0.486436238766394913 +70401 aapg_ai_272.html aapg_ai_272.html:385:46593:46600 Windsor Magdalen Islands -0.471099044200062878 +70402 cspg_html_4623526246 cspg_html_4623526246:103:12161:12174 Parry Islands Bathurst Island (Northern Territory) -0.0178746093391716279 +70403 aapg_ae_473.html aapg_ae_473.html:281:26156:26168 Midway Mississippi River -0.0414509716121673408 +70404 gsa_html_3649667431 gsa_html_3649667431:99:8907:8923 Supai Coconino County, Arizona 0.0300860507289495566 +70405 cspg_html_4799463481 cspg_html_4799463481:110:14574:14596 Vendom Fiord Canadian Arctic Archipelago -0.481766159765426027 +70406 geology_html_1146010106 geology_html_1146010106:118:12310:12346 Flagstaff Gunnison County, Colorado -0.535586475934947126 +70407 aapg_ae_805.html aapg_ae_805.html:280:33061:33069 San Luis Colorado -0.474815026513922711 +70408 cspg_html_8078587269 cspg_html_8078587269:99:13127:13137 Mount Head Lacombe, Alberta -0.45295011354581094 +70409 aapg_ai_278.html aapg_ai_278.html:1224:141474:141493 Sunniland Collier County, Florida -0.451526708240674923 +70410 gsa_html_1520002998 gsa_html_1520002998:69:9816:9826 Wind River Fremont County, Wyoming -0.455211432419709627 +70411 aapg_ae_415.html aapg_ae_415.html:475:63250:63255 Byram Pearl River (China) -0.0381695036603138874 +70412 aapg_ai_49.html aapg_ai_49.html:102:10441:10446 Weber Oquirrh Mountain Utah Temple -0.00289067474354989112 +70413 aapg_ah_90.html aapg_ah_90.html:83:13704:13726 Burro Canyon Colorado -0.431133173871068531 +70414 cspg_html_4794669487 cspg_html_4794669487:69:8392:8400 Columbia Victoria, British Columbia -0.010750205891597751 +70415 aapg_ah_881.html aapg_ah_881.html:258:26379:26391 Red Mountain Washington (state) -0.0234628186655344677 +70416 cspg_html_1822367166 cspg_html_1822367166:24:3472:3515 Bruce Manitoulin Island 0.0432776103847857113 +70417 geology_html_9906887454 geology_html_9906887454:65:5232:5245 Owens Valley Owen River -0.454034931813569353 +70418 aapg_ac_972.html aapg_ac_972.html:17:2538:2549 San Joaquin Ventura County, California -0.026691451486835667 +70419 AMJC_html_1873062106 AMJC_html_1873062106:988:105570:105603 Morrison Colorado -0.446146001135949044 +70420 aapg_ac_687.html aapg_ac_687.html:94:9766:9776 Wind River Powder River (Montana) -0.44056532751251043 +70421 cspg_html_1662483356 cspg_html_1662483356:546:57809:57817 Columbia Victoria, British Columbia -0.00806073698202901257 +70422 cspg_html_3783878189 cspg_html_3783878189:279:33684:33702 Porcupine Western world -0.0179232709792312463 +70423 cspg_html_1265381145 cspg_html_1265381145:175:18888:18916 Wabamun Lacombe, Alberta -0.474009171210690694 +70424 aapg_ac_881.html aapg_ac_881.html:488:58326:58334 Munising Ontario, California -0.461638120664527696 +70425 cspg_html_6252849194 cspg_html_6252849194:292:33976:33982 Denver Colorado -0.479447557264900015 +70426 aapg_ai_49.html aapg_ai_49.html:645:85065:85075 San Andres New Mexico -0.0279486743171803304 +70427 gsa_html_3380395839 gsa_html_3380395839:305:32281:32287 Oregon Anchorage, Alaska -0.0283712524140075813 +70428 aapg_af_92.html aapg_af_92.html:164:14628:14644 Eureka Quartzite Great Basin 0.00118301890022228136 +70429 gsa_html_2832151886 gsa_html_2832151886:54:4351:4374 Belle Fourche Lacombe, Alberta -0.435668138774596203 +70430 jgeology_html_1740511298 jgeology_html_1740511298:163:11051:11060 Partridge Littleton, Colorado -0.473010388882843136 +70431 palaios_html_9133125241 palaios_html_9133125241:445:57384:57390 Oxford Kentucky 0.783889034810996366 +70432 geology_html_1574115242 geology_html_1574115242:253:22708:22723 Mesaverde Logan, Utah -0.0200714512738383588 +70433 aapg_ae_904.html aapg_ae_904.html:95:9497:9511 Graneros Benton, Arkansas -0.441553207562292771 +70434 cspg_html_2083823293 cspg_html_2083823293:44:6243:6266 Mist Mountain Canada -0.0160568272228306316 +70435 cspg_html_7777724998 cspg_html_7777724998:883:81084:81113 Kootenay Victoria, British Columbia -0.458641287983651336 +70436 gsa_html_3613642206 gsa_html_3613642206:15:750:758 Colorado Denver -0.501793700638435203 +70437 cspg_html_1818321956 cspg_html_1818321956:346:34237:34246 Hell Gate Liard River, British Columbia -0.0327735084996737119 +70438 sedimentology_html_9010798620 sedimentology_html_9010798620:1119:72996:73000 Hall London, Ontario -0.465568086328610908 +70439 aapg_ah_318.html aapg_ah_318.html:2209:195963:195979 Olvido Durango, Durango -0.470567831774721834 +70440 aapg_aa_23.html aapg_aa_23.html:763:97519:97544 Stony Mountain Manitoba 0.0327021829754996912 +70441 aapg_ae_465.html aapg_ae_465.html:193:20390:20396 Paluxy Cotton Valley, Louisiana -0.43060716238884611 +70442 gsa_html_1119256423 gsa_html_1119256423:397:34708:34728 Peoria Nebraska 0.806957613882351099 +70443 cspg_html_7985076717 cspg_html_7985076717:244:27301:27309 Somerset Wales Island (British Columbia) -0.129314034723080284 +70444 AMJC_html_4299960498 AMJC_html_4299960498:796:91012:91025 Yakima Basalt Baltimore -0.0280825762237737336 +70445 cspg_html_4143222666 cspg_html_4143222666:720:66092:66112 Colorado Lacombe, Alberta -0.075065645472002826 +70446 aapg_af_188.html aapg_af_188.html:198:21152:21171 Greenhorn Black Hills -1.51332145875094071 +70447 aapg_ad_958.html aapg_ad_958.html:873:90638:90648 Keokuk Morton County, North Dakota -0.0243946529781233976 +70448 sedimentology_html_9314461378 sedimentology_html_9314461378:310:22259:22263 Bern Washington (state) -0.498091786153227578 +70449 aapg_ae_958.html aapg_ae_958.html:3182:272612:272628 Tessey El Capitan -0.102576855446592813 +70450 sedimentology_html_3200584564 sedimentology_html_3200584564:1302:85716:85730 Colorado Regina, Saskatchewan -0.441486425747427802 +70451 palaios_html_5321533010 palaios_html_5321533010:424:47022:47030 Virginia Kauai -0.0623674187372027303 +70452 aapg_ac_983.html aapg_ac_983.html:179:29999:30005 Hertha Missouri River 0.860452671781403389 +70453 aapg_ae_173.html aapg_ae_173.html:200:13919:13933 Hoyt Hoyt, Kansas -0.0259768148276084687 +70454 gsa_html_8833777630 gsa_html_8833777630:504:61028:61034 Denver New Mexico -0.0410313671820840969 +70455 geology_html_6894495298 geology_html_6894495298:385:28385:28395 Washington Salem, Oregon -0.411670641203673082 +70456 gsa_html_6728533108 gsa_html_6728533108:29:2796:2824 Green River Colorado 0.0156015354196895814 +70457 aapg_ah_199.html aapg_ah_199.html:257:28528:28533 Atoka Red Deer, Alberta -0.0370660655999496616 +70458 aapg_ae_324.html aapg_ae_324.html:753:76334:76342 Virginia Knoxville, Tennessee -0.0167554219628843898 +70459 aapg_ai_28.html aapg_ai_28.html:468:45043:45049 Lissie Beaumont, Texas 0.76778112073008864 +70460 aapg_ah_217.html aapg_ah_217.html:198:23914:23920 Forest Lycoming County, Pennsylvania -0.0203286926879938275 +70461 geology_html_7320018761 geology_html_7320018761:248:24996:25000 Kent Juan de Fuca Plate -0.0349187039582129002 +70462 aapg_ae_4.html aapg_ae_4.html:359:42746:42768 Marble Falls Texas -0.478349729395822987 +70463 aapg_ae_534.html aapg_ae_534.html:130:14450:14466 Tyonek McArthur River uranium mine -0.0581693509362974023 +70464 geology_html_5745933097 geology_html_5745933097:316:24038:24045 Hampton Virginia -0.472501057082917231 +70465 aapg_ae_959.html aapg_ae_959.html:1591:115814:115824 San Andres Nashville Basin 0.345533825858617416 +70466 aapg_ak_85.html aapg_ak_85.html:246:28689:28700 Summerfield Red Rocks Amphitheatre -0.0180709945054990453 +70467 cspg_html_4287356899 cspg_html_4287356899:799:112280:112289 Tahkandit Anchorage, Alaska -0.0581501561760985122 +70468 aapg_ac_730.html aapg_ac_730.html:295:40451:40461 Yale Point Kayenta, Arizona -0.482688821665931855 +70469 aapg_af_143.html aapg_af_143.html:548:49905:49919 China Mountain Elk River, Minnesota -0.50899473261649919 +70470 aapg_ah_157.html aapg_ah_157.html:176:24550:24566 Nolichucky Illinois 0.0178954643140133429 +70471 aapg_ad_784.html aapg_ad_784.html:308:34635:34640 Sespe Simi Valley, California -0.4391432028015122 +70472 aapg_af_358.html aapg_af_358.html:138:15241:15253 Little River North Carolina -0.462225485866077257 +70473 aapg_aa_914.html aapg_aa_914.html:89:11395:11400 Atoka Atoka, Oklahoma -0.0309000524599756105 +70474 aapg_ah_148.html aapg_ah_148.html:95:12174:12188 Woodbend Lacombe, Alberta -0.0346298699616138864 +70475 sedimentology_html_2041096405 sedimentology_html_2041096405:152:14032:14040 Imperial Guelph -0.498533441979883141 +70476 sedimentology_html_2684332389 sedimentology_html_2684332389:1181:90922:90930 Edmonton Vancouver -0.499270052772917139 +70477 AMJC_html_7144941731 AMJC_html_7144941731:426:46725:46735 Washington Olympic National Park -0.471382028770717776 +70478 cspg_html_6517402834 cspg_html_6517402834:9:485:508 Willow Creek Lacombe, Alberta -0.0288564512426946543 +70479 aapg_aa_848.html aapg_aa_848.html:184:16143:16151 Niobrara Nebraska -0.216754889389138533 +70480 geology_html_3573540187 geology_html_3573540187:211:20196:20204 Colorado San Juan, Argentina -0.531003583106429478 +70481 cspg_html_9683836416 cspg_html_9683836416:432:69227:69249 Judith River Canada -0.431298300553942027 +70482 geology_html_7315534235 geology_html_7315534235:177:17748:17755 El Paso Austin, Chicago 0.0133338879149081258 +70483 gsa_html_1504398873 gsa_html_1504398873:692:65391:65419 Green River Colorado -0.00425264554680848412 +70484 gsa_html_4191208013 gsa_html_4191208013:200:18445:18471 Concepcion Encanto Park -0.0342192516575154232 +70485 cspg_html_9729377176 cspg_html_9729377176:729:94117:94136 Pardonet Victoria, British Columbia -0.0373010146688876193 +70486 aapg_aa_833.html aapg_aa_833.html:233:19259:19265 Denver Colorado -0.456608964648804683 +70487 aapg_aa_712.html aapg_aa_712.html:171:22666:22684 Glenwood Mississippi River 0.00106315342262959652 +70488 gsa_html_7272439065 gsa_html_7272439065:422:45902:45921 Willwood Fort Union Trading Post National Historic Site -0.0265836451265893982 +70489 aapg_af_16.html aapg_af_16.html:174:18948:18974 Frontier Powder River (Montana) 0.0113583166753052998 +70490 aapg_ad_603.html aapg_ad_603.html:183:15580:15586 Casper Cheyenne, Wyoming -0.456561440120662909 +70491 aapg_aa_22.html aapg_aa_22.html:318:30821:30829 Richmond Maquoketa, Iowa -0.402825635420565487 +70492 aapg_af_420.html aapg_af_420.html:103:9880:9899 Red River Williston, Vermont 0.0573196006201792951 +70493 aapg_ae_974.html aapg_ae_974.html:116:11551:11561 Rio Grande Zapata, Texas -0.489899180704299886 +70494 gsa_html_3368386568 gsa_html_3368386568:106:8141:8153 Owens Valley Hunter Mountain (ski area) -0.471395835230941529 +70495 AMJC_html_4986321644 AMJC_html_4986321644:13:812:818 Reston Virginia 0.0068081397182383728 +70496 aapg_ae_185.html aapg_ae_185.html:3:203:210 Bossier Shreveport, Louisiana -0.451751782124743317 +70497 aapg_ah_427.html aapg_ah_427.html:833:106409:106419 Pottsville Ardmore, Pennsylvania 0.0488313365824375248 +70498 cspg_html_2253842195 cspg_html_2253842195:398:44109:44130 Peace River Lacombe, Alberta -0.462193603410137988 +70499 aapg_ah_318.html aapg_ah_318.html:2794:229677:229696 Todos Santos Guatemala -0.427887128546325712 +70500 aapg_ah_385.html aapg_ah_385.html:320:39332:39348 Forbes Sierra Nevada (Spain) -0.108233976284391714 +70501 AMJC_html_6759408618 AMJC_html_6759408618:451:45103:45124 Martinsburg Pennsylvania -0.473081857330366395 +70502 gsa_html_3944153453 gsa_html_3944153453:31:2829:2857 Green River Colorado 0.0251700652752691496 +70503 gsa_html_1817109082 gsa_html_1817109082:346:31067:31083 Tulare Tulare, California -0.445106268068768518 +70504 aapg_ad_205.html aapg_ad_205.html:231:23337:23356 Arkansas Novaculite Benton, Arkansas -0.457492019193031785 +70505 cspg_html_9735723617 cspg_html_9735723617:331:42695:42704 Hecla Bay Bathurst Island (Northern Territory) -0.00490757986669080291 +70506 aapg_aa_888.html aapg_aa_888.html:96:12020:12033 Lake Michigan Presque Isle State Park -0.038712565483401136 +70507 aapg_ai_545.html aapg_ai_545.html:30:3008:3018 Washington Coshocton, Ohio -0.475991665297052891 +70508 aapg_ah_435.html aapg_ah_435.html:359:42879:42885 Sierra Matamoros, Tamaulipas -0.493432945605813467 +70509 aapg_ae_923.html aapg_ae_923.html:363:34139:34159 Jackson Alabama 0.0159838409266510884 +70510 cspg_html_5538678223 cspg_html_5538678223:48:8439:8444 Liard Pine River (Michigan) -0.455229509631582041 +70511 sedimentology_html_2816603345 sedimentology_html_2816603345:415:37707:37716 Mould Bay Canada -0.0181770085033734277 +70512 gsa_html_9321084784 gsa_html_9321084784:1513:89609:89637 Green River Colorado -0.0206224389359462197 +70513 aapg_aa_357.html aapg_aa_357.html:440:40489:40506 Todilto Logan, Utah -0.084103274765632216 +70514 aapg_ah_521.html aapg_ah_521.html:394:46050:46057 Carrizo Texas -0.455432903203822237 +70515 cspg_html_9843429624 cspg_html_9843429624:828:107941:107958 Cardium Lacombe, Alberta -0.438386363525214817 +70516 aapg_ai_528.html aapg_ai_528.html:322:24745:24750 Colon Long Island -0.451733774163315116 +70517 cspg_html_9435196958 cspg_html_9435196958:1652:69749:69761 Grand Rapids Lacombe, Alberta -0.482921973604061416 +70518 aapg_aa_898.html aapg_aa_898.html:335:39116:39135 Flagstaff Logan, Utah -0.273097167507818483 +70519 aapg_ad_812.html aapg_ad_812.html:84:12053:12074 Summerville Summerville, South Carolina -0.0504574244803313587 +70520 sedimentology_html_2393201679 sedimentology_html_2393201679:1408:79574:79578 Hall London, Ontario -0.0433054743353417024 +70521 geology_html_7391733758 geology_html_7391733758:266:22214:22233 Greenhorn Colorado -0.440887830328426711 +70522 geology_html_6002239825 geology_html_6002239825:265:23998:24006 Scotland London, Ontario -0.48757492352044407 +70523 gsa_html_8236702042 gsa_html_8236702042:29:2796:2824 Green River Colorado 0.0276791355387359349 +70524 aapg_ae_62.html aapg_ae_62.html:43:4889:4897 Deadwood Black Hills -0.418742552630068099 +70525 aapg_ad_192.html aapg_ad_192.html:48:6741:6751 Tuscaloosa Tuscaloosa, Alabama -0.0118969383630564592 +70526 aapg_ae_741.html aapg_ae_741.html:372:41541:41559 Lisburne Anchorage, Alaska -0.497512762155281452 +70527 aapg_aa_315.html aapg_aa_315.html:138:12926:12938 Rhode Island Newport, Rhode Island -0.0849888877567847312 +70528 aapg_ae_725.html aapg_ae_725.html:591:57190:57205 Mesaverde Colorado -0.446521936096131722 +70529 cspg_html_6216640615 cspg_html_6216640615:1123:107669:107687 Redknife Victoria, British Columbia -0.0487929978444478704 +70530 aapg_aa_702.html aapg_aa_702.html:560:98112:98118 Salina Michigan -0.274852062145189757 +70531 aapg_ai_52.html aapg_ai_52.html:6:1175:1190 Santa Margarita Tulare, California -0.0131340660726573313 +70532 cspg_html_5345848475 cspg_html_5345848475:26:3665:3684 Niobrara Lacombe, Alberta -0.439098796420780313 +70533 cspg_html_8775315691 cspg_html_8775315691:86:10292:10300 Scollard Lacombe, Alberta -0.47254944238616009 +70534 aapg_aa_463.html aapg_aa_463.html:259:49896:49901 Sligo Haynesville, Louisiana -0.0164009085472750712 +70535 geology_html_8881449794 geology_html_8881449794:215:20989:20997 Colorado Pueblo, Colorado -0.47596853330555533 +70536 sedimentology_html_9618201377 sedimentology_html_9618201377:1805:99268:99286 Bluff Antarctica -0.483047901936257684 +70537 aapg_af_575.html aapg_af_575.html:204:27860:27871 Trempealeau Franconia, New Hampshire -0.445408004975414329 +70538 aapg_ak_97.html aapg_ak_97.html:22:2680:2717 Red Mountain Alabama 0.0165885914321531221 +70539 aapg_ae_305.html aapg_ae_305.html:1444:137891:137898 Mirador Colombia 0.0191780858485972837 +70540 sedimentology_html_3657672075 sedimentology_html_3657672075:152:8519:8524 Rivas Puertas -0.0335442004664093935 +70541 cspg_html_1019614994 cspg_html_1019614994:706:99758:99766 Palliser Lacombe, Alberta -0.44961357796588941 +70542 gsa_html_2989317971 gsa_html_2989317971:748:76950:76972 Poison Creek Reno, Nevada -0.493383370963238699 +70543 palaios_html_3312501193 palaios_html_3312501193:56:6711:6729 Moenkopi Logan, Utah -0.457514673015389395 +70544 palaios_html_1222907427 palaios_html_1222907427:14:717:729 Martinsville Virginia -0.476449805414249639 +70545 aapg_ae_45.html aapg_ae_45.html:69:9373:9382 Smackover Mississippi River -0.0610055739368401337 +70546 gsa_html_7205511748 gsa_html_7205511748:56:4101:4129 Green River Colorado -0.0045966157065965357 +70547 palaios_html_5334521487 palaios_html_5334521487:416:54011:54022 Bloomington Bloomington, Indiana -0.471501691978871318 +70548 aapg_af_16.html aapg_af_16.html:70:8990:8998 Frontier Cheyenne, Wyoming -0.439391917689554934 +70549 aapg_ac_337.html aapg_ac_337.html:11:1310:1326 Casper Laramie, Wyoming -0.501631577031398268 +70550 aapg_af_845.html aapg_af_845.html:103:10237:10244 Rodessa Rodessa, Louisiana -0.448892980122610918 +70551 cspg_html_1841843683 cspg_html_1841843683:109:19729:19746 Rierdon Black Hills 0.0263576021868285534 +70552 aapg_ai_411.html aapg_ai_411.html:107:10509:10513 Wendover Niobrara, Nebraska -0.415087607507273693 +70553 aapg_ad_314.html aapg_ad_314.html:493:50644:50658 Lodo California -0.0553518083896980054 +70554 sedimentology_html_1685838353 sedimentology_html_1685838353:16:1139:1150 Peace River Canada -0.489889776983278402 +70555 aapg_ah_530.html aapg_ah_530.html:131:12896:12913 El Paso El Paso, Texas -0.458750170743803365 +70556 gsa_html_8515541396 gsa_html_8515541396:54:3343:3371 Green River Colorado -0.02390265150978289 +70557 cspg_html_6611173979 cspg_html_6611173979:261:25226:25246 Big Valley Austin, Chicago -0.499517319070147847 +70558 sedimentology_html_1429481808 sedimentology_html_1429481808:355:27885:27891 Ferris Antarctica -0.452896019392303839 +70559 gsa_html_5147030878 gsa_html_5147030878:167:16089:16095 Denver Colorado -0.0518955775586156381 +70560 cspg_html_1159794850 cspg_html_1159794850:183:28237:28253 Salina Greifensee, Zurich -0.00200296970089739335 +70561 geology_html_1098024541 geology_html_1098024541:283:25972:25991 Greenhorn Pueblo, Colorado 0.063329624004984153 +70562 aapg_ac_477.html aapg_ac_477.html:30:3899:3907 Colorado Lacombe, Alberta -0.481994403250043446 +70563 gsa_html_7498897688 gsa_html_7498897688:1835:133778:133785 El Paso Texas -0.465561228542891226 +70564 gsa_html_4432793908 gsa_html_4432793908:684:75872:75895 Newark Canyon Sevier orogeny -0.47944058990843208 +70565 aapg_ac_896.html aapg_ac_896.html:205:15978:15997 Cotton Valley East Texas -0.0168874970090907538 +70566 gsa_html_5107598462 gsa_html_5107598462:483:44332:44352 Salina Huntington, West Virginia -0.00756560119780054757 +70567 aapg_aa_457.html aapg_aa_457.html:30:6206:6225 Smackover Alabama -0.212785063635020505 +70568 gsa_html_1636483297 gsa_html_1636483297:1024:86147:86155 Colorado Cheyenne, Wyoming -0.469152832749018645 +70569 aapg_ad_836.html aapg_ad_836.html:975:83033:83041 Colorado Missouri River -0.0585689638564125953 +70570 aapg_ae_786.html aapg_ae_786.html:153:18189:18220 Santiago Iquique -0.472040378581138065 +70571 aapg_af_397.html aapg_af_397.html:594:69591:69608 Todilto Entrada Sandstone -0.488198798133244793 +70572 aapg_ad_137.html aapg_ad_137.html:38:3562:3571 Smackover Paluxy, Texas -0.404229397679558511 +70573 cspg_html_4148342026 cspg_html_4148342026:313:28046:28058 Souris River Manitoba 0.930079449768467459 +70574 aapg_af_652.html aapg_af_652.html:78:8426:8436 Minnekahta Cheyenne, Wyoming -0.47495364399168194 +70575 aapg_af_143.html aapg_af_143.html:979:99711:99730 Knoxville Salem, Oregon -0.0358774797167535214 +70576 aapg_af_568.html aapg_af_568.html:661:55767:55797 Eagle East Texas -0.48294529227432792 +70577 geology_html_2391629888 geology_html_2391629888:272:24393:24410 Temblor California -0.418546985241553371 +70578 aapg_ai_887.html aapg_ai_887.html:252:30010:30058 Kiskatinaw Grand Prairie, Texas -0.4597920302667165 +70579 gsa_html_3150321506 gsa_html_3150321506:575:63940:63952 Fayetteville Virginia -0.423194790791884379 +70580 aapg_ac_364.html aapg_ac_364.html:197:18892:18906 Sundance Cheyenne, Wyoming 0.994506017417950416 +70581 aapg_aa_463.html aapg_aa_463.html:223:43302:43315 Cotton Valley County Sligo -0.431509704805809302 +70582 aapg_af_854.html aapg_af_854.html:354:44713:44740 Keokuk Burlington, Ontario -0.470567831774721834 +70583 palaios_html_2994452429 palaios_html_2994452429:759:75172:75189 Montney Lacombe, Alberta -0.188149947542508661 +70584 cspg_html_9330018201 cspg_html_9330018201:194:29993:30001 Columbia Victoria, British Columbia -0.014941203695627946 +70585 gsa_html_4457798787 gsa_html_4457798787:69:4830:4858 Green River Colorado -0.0257194847392249668 +70586 aapg_ah_370.html aapg_ah_370.html:679:53862:53873 Potter Farm Thunder Bay -0.451740527107044376 +70587 aapg_ac_952.html aapg_ac_952.html:4:382:401 Smackover Arkansas 0.0128473675913012321 +70588 palaios_html_5659211478 palaios_html_5659211478:660:52449:52454 Rapid Kenya -0.0674002216587080011 +70589 gsa_html_6589330144 gsa_html_6589330144:837:79964:79970 Denver Colorado -0.486483068290992582 +70590 aapg_ae_124.html aapg_ae_124.html:35:3258:3267 Gatesburg Crawford County, Georgia -0.532297200923133929 +70591 gsa_html_7193789775 gsa_html_7193789775:398:39677:39682 Price Logan, Utah 0.00346047674040686785 +70592 aapg_ah_292.html aapg_ah_292.html:75:12646:12653 Pioneer Boise, Idaho -0.489885075161781369 +70593 aapg_ai_583.html aapg_ai_583.html:28:4880:4888 Sundance Cheyenne, Wyoming 0.139080708771814887 +70594 aapg_ac_879.html aapg_ac_879.html:129:17102:17122 Red Bluff Tehama, California -0.464761517323236562 +70595 jgeology_html_7189901965 jgeology_html_7189901965:203:13417:13436 Escondido Austin, Chicago -0.460569106302977371 +70596 gsa_html_4432793908 gsa_html_4432793908:937:99366:99377 White River Colorado Plateau -0.0180709945054990453 +70597 geology_html_4851899495 geology_html_4851899495:244:22987:23005 Harebell Cheyenne, Wyoming -0.413938644445855319 +70598 aapg_af_674.html aapg_af_674.html:448:41151:41159 Colorado Denver -0.447276508327869859 +70599 aapg_ad_379.html aapg_ad_379.html:10:1421:1428 Entrada Western world -0.0442929610094760506 +70600 cspg_html_4727222822 cspg_html_4727222822:351:44709:44720 Roche Point Barrow, Alaska -0.0646518183608514319 +70601 cspg_html_5541937700 cspg_html_5541937700:190:27415:27438 Viking Lacombe, Alberta -0.0242746935922993796 +70602 cspg_html_9275863663 cspg_html_9275863663:88:12735:12755 Swan Hills Swan Hill, Victoria -0.448282824521055501 +70603 cspg_html_3277684928 cspg_html_3277684928:225:27419:27432 Edwards Texas -0.439343057733562137 +70604 aapg_ad_2.html aapg_ad_2.html:1219:166217:166229 Chambersburg Pennsylvania 0.0029462650648450499 +70605 cspg_html_4530154552 cspg_html_4530154552:95:15673:15679 Kindle Victoria, British Columbia -0.469028899015838996 +70606 aapg_ae_921.html aapg_ae_921.html:115:7962:7986 Sentinel Butte Wasatch Range -0.459887424332023564 +70607 aapg_ae_981.html aapg_ae_981.html:39:3750:3779 Bainbridge Louisville, Kentucky -0.416220582820664042 +70608 aapg_af_734.html aapg_af_734.html:80:11463:11481 Kongakut Anchorage, Alaska -0.452909542628234352 +70609 palaios_html_3232474978 palaios_html_3232474978:820:65294:65308 Beaufort South Africa 0.0069488599553278246 +70610 aapg_af_551.html aapg_af_551.html:902:76676:76687 Lake Valley New Mexico -0.011024723133422322 +70611 aapg_ae_181.html aapg_ae_181.html:202:29190:29205 Eutaw Texas -0.434673209477638822 +70612 aapg_aa_844.html aapg_aa_844.html:170:17088:17095 Venango Bath, Somerset -0.42658041474227687 +70613 aapg_ad_757.html aapg_ad_757.html:284:35590:35596 Wilcox Arbuckle, California -0.0183195199772356702 +70614 palaios_html_4736927967 palaios_html_4736927967:154:19909:19928 Jefferson Boise, Idaho -0.232070648178255928 +70615 cspg_html_5241714595 cspg_html_5241714595:256:40006:40045 Woodbend Lacombe, Alberta -0.442542141875480355 +70616 sedimentology_html_6373355705 sedimentology_html_6373355705:733:55253:55261 Homewood Switzerland -0.476093453364925034 +70617 aapg_af_142.html aapg_af_142.html:291:37773:37793 Fredericksburg San Marcos, California -0.0361402446727228516 +70618 aapg_ai_760.html aapg_ai_760.html:745:78614:78626 Rhode Island Cambridge, Massachusetts -0.436810292517708865 +70619 aapg_ak_21.html aapg_ak_21.html:89:10283:10296 Madison Cheyenne, Wyoming 0.0025901399675438766 +70620 sedimentology_html_4382679749 sedimentology_html_4382679749:122:10813:10819 Diablo Puerta -0.448350101124535771 +70621 aapg_ad_318.html aapg_ad_318.html:114:15790:15798 Michigan Rockford, Illinois -0.0345393934196406502 +70622 jgeology_html_2714962789 jgeology_html_2714962789:559:36979:36984 Ascot Canada -0.452112016307883446 +70623 aapg_aa_23.html aapg_aa_23.html:926:121467:121485 Interlake Winnipeg 0.802790062853349529 +70624 aapg_aa_702.html aapg_aa_702.html:1183:131287:131291 Kent North Sea oil -0.00161731451970968361 +70625 palaios_html_1275288372 palaios_html_1275288372:551:42710:42718 Columbia Africa -0.0274826364360333635 +70626 aapg_ae_660.html aapg_ae_660.html:677:58831:58839 Colorado Littleton, Colorado -0.458865873154244486 +70627 aapg_ae_885.html aapg_ae_885.html:287:30776:30783 Paradox San Juan, Argentina -0.456371367070690814 +70628 palaios_html_6273516581 palaios_html_6273516581:599:58229:58249 Verde Colorado -0.500516638951101323 +70629 aapg_ac_807.html aapg_ac_807.html:413:42290:42298 Patapsco Delaware -0.471543117662309108 +70630 aapg_ah_278.html aapg_ah_278.html:273:28828:28837 Littleton Colorado -0.460944252925189812 +70631 aapg_ad_325.html aapg_ad_325.html:728:73936:73944 La Habra California -0.516798136234339234 +70632 geology_html_8979691507 geology_html_8979691507:181:20096:20106 Washington Salem, Oregon -0.0375812203233935049 +70633 geology_html_5334056231 geology_html_5334056231:336:27246:27253 Shuswap Victoria, British Columbia -0.504128918336591125 +70634 palaios_html_6025329652 palaios_html_6025329652:46:4083:4088 Yukon Canada -0.493659609592116133 +70635 aapg_ae_3.html aapg_ae_3.html:186:25996:26003 Madison Cheyenne, Wyoming -0.0556657792209241456 +70636 cspg_html_3447886929 cspg_html_3447886929:109:12848:12866 Macasty Anticosti Island -0.0633890028914885356 +70637 aapg_ae_958.html aapg_ae_958.html:2008:172227:172248 Bell Carlsbad, New Mexico -0.0553622738508934356 +70638 aapg_ai_796.html aapg_ai_796.html:121:14598:14623 Niobrara Ohio 0.777290509071013158 +70639 aapg_ah_505.html aapg_ah_505.html:546:41591:41603 Madison Colorado Springs, Colorado -0.49871872177518084 +70640 aapg_ae_873.html aapg_ae_873.html:660:78122:78127 Tyler Texas -0.440325191296006335 +70641 geology_html_2771926766 geology_html_2771926766:449:27298:27302 Hall Hungary -0.463250887108730525 +70642 gsa_html_4946611079 gsa_html_4946611079:63:5101:5129 Green River Colorado 0.0234332651137741967 +70643 aapg_ae_958.html aapg_ae_958.html:72:8878:8891 Abo New Mexico 0.00892245965980600214 +70644 palaios_html_2623118674 palaios_html_2623118674:1010:103307:103324 Laramie Colorado -0.435714594595624227 +70645 aapg_ac_56.html aapg_ac_56.html:180:13865:13882 Zuloaga Mexico -0.415087607507273693 +70646 gsa_html_6672856503 gsa_html_6672856503:290:24975:24984 Wenatchee Washington (state) -0.455726774842524995 +70647 aapg_ad_683.html aapg_ad_683.html:122:16718:16724 Hermit Logan, Utah 0.352860220951463077 +70648 cspg_html_6953269830 cspg_html_6953269830:545:52396:52405 Mackenzie Lacombe, Alberta -0.100849207460862983 +70649 aapg_aa_99.html aapg_aa_99.html:16:1907:1918 Stony Creek New Brunswick, New Jersey -0.0615188491485837846 +70650 cspg_html_4405340534 cspg_html_4405340534:543:74812:74838 West Point Quebec City -0.476033304431228654 +70651 aapg_ad_329.html aapg_ad_329.html:259:32237:32257 Mahantango Pennsylvania 0.41902945617765408 +70652 palaios_html_8153737238 palaios_html_8153737238:384:44014:44024 Washington Virginia -0.47395378155658785 +70653 aapg_ai_720.html aapg_ai_720.html:261:29619:29632 Potomac Closter, New Jersey -0.494850594949005074 +70654 sedimentology_html_7107892700 sedimentology_html_7107892700:461:41010:41023 Merchantville Bass River Township, New Jersey -0.0164252377233713442 +70655 cspg_html_4409656292 cspg_html_4409656292:58:8149:8175 Carlile Lacombe, Alberta -0.443755252554939694 +70656 aapg_aa_732.html aapg_aa_732.html:513:48474:48507 Nittany Pennsylvania -0.00190221287180793197 +70657 aapg_ae_170.html aapg_ae_170.html:183:24031:24042 Jones Ridge Middle Ordovician -0.460946527021081187 +70658 cspg_html_6121424055 cspg_html_6121424055:222:18770:18778 Columbia Victoria, British Columbia -0.442649117020085803 +70659 sedimentology_html_2258209940 sedimentology_html_2258209940:691:57307:57316 Peninsula Korea -0.467905110852730732 +70660 gsa_html_3010975239 gsa_html_3010975239:390:50475:50483 Michigan Michigan -0.0539216783663858529 +70661 aapg_ai_399.html aapg_ai_399.html:297:28459:28466 Calhoun Illinois 0.013078463721204827 +70662 cspg_html_1434585715 cspg_html_1434585715:847:79597:79615 Edmonton Lacombe, Alberta -0.458659434193013582 +70663 aapg_ai_410.html aapg_ai_410.html:458:41321:41336 Molas Colorado -0.46853104470756296 +70664 aapg_ad_610.html aapg_ad_610.html:124:13530:13541 San Antonio Texas -0.0379467177170490291 +70665 aapg_ai_66.html aapg_ai_66.html:392:35953:35972 Mesaverde Colorado -0.451956647802202349 +70666 gsa_html_2557883791 gsa_html_2557883791:654:54647:54653 Active Caribbean -0.0301277931102772942 +70667 aapg_ae_836.html aapg_ae_836.html:50:4894:4913 Cotton Valley Cotton Valley, Louisiana -0.42595400256464333 +70668 gsa_html_5865982995 gsa_html_5865982995:997:108663:108684 Green River Cheyenne, Wyoming -0.196506434405195052 +70669 geology_html_6108897835 geology_html_6108897835:98:7863:7869 Oxford Pergamon Museum -0.49361002164838963 +70670 aapg_ae_354.html aapg_ae_354.html:194:19504:19522 Hinsdale Hinsdale, Massachusetts -0.0151427767765860994 +70671 aapg_ah_189.html aapg_ah_189.html:303:30212:30233 Mount Simon Michigan 0.313737700458319502 +70672 cspg_html_3734757529 cspg_html_3734757529:319:49031:49050 Swan Hills Lacombe, Alberta -0.491162576381923288 +70673 cspg_html_9452156251 cspg_html_9452156251:9:705:721 Guelph Ontario, California -0.0315018919631344582 +70674 cspg_html_7779401416 cspg_html_7779401416:6:507:524 Guelph Guelph 1.04600870612344488 +70675 gsa_html_8244777175 gsa_html_8244777175:190:18811:18831 Dead River Llandeilo railway station -0.484086347872667577 +70676 gsa_html_7137974267 gsa_html_7137974267:609:62287:62299 Saskatchewan Wollaston (Quincy, Massachusetts) -0.4597920302667165 +70677 aapg_aa_4.html aapg_aa_4.html:161:21641:21647 Ithaca Genesee County, Michigan -0.0616026532469797841 +70678 aapg_af_16.html aapg_af_16.html:72:9199:9217 Frontier Black Hills -0.0586649444393614536 +70679 gsa_html_7102550258 gsa_html_7102550258:328:35970:35987 Entrada Western world 0.0232489912472030949 +70680 jgeology_html_2034269728 jgeology_html_2034269728:575:36395:36400 Crete Greece -0.452112016307883446 +70681 aapg_ah_387.html aapg_ah_387.html:627:63577:63586 Knoxville California -0.489060307863409593 +70682 jgeology_html_8406118991 jgeology_html_8406118991:658:60513:60523 Nome Anchorage, Alaska -0.456355529459316345 +70683 aapg_ai_321.html aapg_ai_321.html:62:8061:8077 Metapan Guatemala -0.0303051997851764565 +70684 cspg_html_5542874609 cspg_html_5542874609:511:57380:57398 Niobrara Nebraska -0.202424173492710635 +70685 cspg_html_5123757551 cspg_html_5123757551:20:1806:1830 Belly River Lacombe, Alberta 0.0121158646084473642 +70686 aapg_af_653.html aapg_af_653.html:738:83304:83311 Temblor Monterey, California -0.459887424332023564 +70687 aapg_ae_625.html aapg_ae_625.html:9:1088:1100 Saskatchewan Victoria, British Columbia -0.000889435409818231594 +70688 gsa_html_7384517973 gsa_html_7384517973:222:29333:29344 Devils Hole Reno, Nevada -0.0526522468339780461 +70689 aapg_ah_647.html aapg_ah_647.html:749:82945:82963 Word West Texas -0.062798733096236084 +70690 gsa_html_5605072276 gsa_html_5605072276:847:79028:79056 Green River New Mexico -0.457514673015389395 +70691 aapg_ad_744.html aapg_ad_744.html:175:18824:18832 Ogallala Niobrara, Nebraska -0.387837870094741521 +70692 aapg_ai_366.html aapg_ai_366.html:143:18445:18453 Beaumont Beaumont, Texas -0.491727831303366836 +70693 aapg_ae_652.html aapg_ae_652.html:412:44141:44149 Colorado Denver -0.473081857330366395 +70694 gsa_html_2005293978 gsa_html_2005293978:1181:90664:90681 Cardium Caspian Sea -0.425424282088950667 +70695 aapg_ak_87.html aapg_ak_87.html:250:37999:38008 Horquilla Supai, Arizona -0.0265071378839745256 +70696 aapg_af_397.html aapg_af_397.html:54:7030:7037 Entrada Entrada Sandstone -0.411748314687254757 +70697 gsa_html_8664789297 gsa_html_8664789297:54:5165:5175 Wind River Cheyenne, Wyoming -0.514683461115880037 +70698 aapg_aa_47.html aapg_aa_47.html:579:69161:69178 Entrada Sangre de Cristo Range -0.442649117020085803 +70699 geology_html_5929849590 geology_html_5929849590:195:22785:22790 Rapid California -0.495787550773506447 +70700 cspg_html_1984085623 cspg_html_1984085623:324:39366:39373 Halfway Victoria, British Columbia -0.0365022098849612647 +70701 aapg_ac_333.html aapg_ac_333.html:202:25454:25458 Yeso New Mexico -0.0171829308693467256 +70702 aapg_ah_647.html aapg_ah_647.html:155:15108:15115 El Paso New Mexico -0.448287309474040385 +70703 aapg_ah_623.html aapg_ah_623.html:100:10650:10656 Maroon Glenwood Springs, Colorado -0.454068782805138071 +70704 aapg_aa_193.html aapg_aa_193.html:164:15224:15241 Sayabec Western world -0.473695342935840036 +70705 aapg_ac_363.html aapg_ac_363.html:474:49864:49874 Kern River Maricopa, Arizona -0.445917829955656875 +70706 aapg_ae_181.html aapg_ae_181.html:13:1994:2013 Owl Creek Alabama 0.350142137935855413 +70707 gsa_html_5274400800 gsa_html_5274400800:587:47759:47785 Monterey California -0.437960495533138761 +70708 cspg_html_2419618566 cspg_html_2419618566:188:27197:27216 Harrogate Middle East -0.0338991191876076986 +70709 aapg_ae_544.html aapg_ae_544.html:631:65724:65730 Denver Colorado -0.0683248098834712408 +70710 gsa_html_1347484649 gsa_html_1347484649:222:20139:20156 Wasatch Cheyenne, Wyoming -0.464419004431934179 +70711 aapg_aa_379.html aapg_aa_379.html:111:12976:12994 Homewood Ohio -0.0657681436623334947 +70712 sedimentology_html_3599980060 sedimentology_html_3599980060:1944:85092:85097 Price Spain -0.0335772561471781444 +70713 cspg_html_4812473779 cspg_html_4812473779:927:115275:115303 West Point Quebec City -0.0618645484416569108 +70714 aapg_ac_419.html aapg_ac_419.html:688:79586:79612 Repetto Ventura County, California -0.0196404059622709952 +70715 aapg_af_545.html aapg_af_545.html:236:29726:29744 La Luna Canada -0.0345011151082800435 +70716 cspg_html_9717154602 cspg_html_9717154602:794:71420:71446 Horseshoe Canyon Bow River -0.463478914486847693 +70717 aapg_af_779.html aapg_af_779.html:51:7743:7751 Red Rock Antrim, County Antrim -0.496469628762517878 +70718 geology_html_3745441661 geology_html_3745441661:69:6257:6281 Challis Lemhi Pass -0.508641242562033691 +70719 aapg_af_206.html aapg_af_206.html:36:4202:4211 San Diego Robstown, Texas -0.090562719217956042 +70720 aapg_ai_945.html aapg_ai_945.html:229:29730:29749 Sunniland Melbourne, Florida 0.404833450298286546 +70721 aapg_ai_296.html aapg_ai_296.html:191:18856:18874 Everton Missouri River 0.386972185732268548 +70722 cspg_html_1841843683 cspg_html_1841843683:63:10053:10060 Swift Black Hills -0.00877304685539758919 +70723 cspg_html_8298261690 cspg_html_8298261690:737:71003:71026 Viking Lacombe, Alberta -0.462125287699645448 +70724 aapg_af_898.html aapg_af_898.html:167:17972:17976 Word Alta, Utah -0.0612412562309524039 +70725 gsa_html_7195000001 gsa_html_7195000001:1240:131381:131409 Green River Colorado 0.0208049463724238951 +70726 aapg_ai_107.html aapg_ai_107.html:107:10426:10447 Mt Lytton Bagrationovsk -0.0711117522930959228 +70727 geology_html_9734033201 geology_html_9734033201:253:19011:19019 Colorado Gunnison County, Colorado -0.486483068290992582 +70728 geology_html_5635691605 geology_html_5635691605:315:22326:22332 Morgan London, Ontario -0.493905230900802183 +70729 aapg_ac_714.html aapg_ac_714.html:768:94289:94304 Swift Big Horn Mountains -0.463396817899322633 +70730 aapg_ai_898.html aapg_ai_898.html:271:30928:30936 Colorado Denver -0.477872040110580265 +70731 aapg_aa_426.html aapg_aa_426.html:222:49720:49744 Prairie Demopolis, Alabama -0.410282182892136194 +70732 AMJC_html_5390933660 AMJC_html_5390933660:169:17038:17061 Gile Mountain Western world -0.443701699352459789 +70733 geology_html_8933582713 geology_html_8933582713:243:19223:19227 Bond North Atlantic Current -0.454357696116458765 +70734 aapg_ad_668.html aapg_ad_668.html:50:7171:7188 Cardium Lacombe, Alberta -0.0508792537248642374 +70735 aapg_af_964.html aapg_af_964.html:48:6307:6323 Viking Lacombe, Alberta -0.434527375159215246 +70736 sedimentology_html_5824712484 sedimentology_html_5824712484:30:2255:2265 Washington Wa (Japan) -0.42326902375045744 +70737 aapg_aa_399.html aapg_aa_399.html:345:28151:28171 Milk River Canada -0.471340610693628537 +70738 cspg_html_4407096618 cspg_html_4407096618:454:40412:40437 Besa River Victoria, British Columbia -0.494734730892761099 +70739 aapg_ae_873.html aapg_ae_873.html:836:97020:97047 Woodbine Hopkins County, Kentucky -0.504707767311657118 +70740 aapg_ac_506.html aapg_ac_506.html:233:28900:28905 Price Virginia -0.224090464703743886 +70741 aapg_ae_634.html aapg_ae_634.html:57:5360:5368 Niobrara Yuma County, Colorado 0.0295747177725359349 +70742 aapg_aa_76.html aapg_aa_76.html:106:7898:7907 Aux Vases Kenner, Louisiana -0.406579117825282443 +70743 sedimentology_html_9662614840 sedimentology_html_9662614840:987:69740:69744 Hall London, Ontario -0.476672020857479173 +70744 gsa_html_5865982995 gsa_html_5865982995:77:9974:9995 Green River Colorado -0.0294721058156958669 +70745 aapg_ac_867.html aapg_ac_867.html:551:76538:76548 Phosphoria Cheyenne, Wyoming 0.0136205912894358499 +70746 aapg_ah_318.html aapg_ah_318.html:1073:110370:110393 Cotton Valley Texas -0.01912594516902133 +70747 cspg_html_3610827329 cspg_html_3610827329:80:10613:10628 Turtle Mountain Turtle Mountain (Alberta) -0.443732938342886629 +70748 sedimentology_html_3344288983 sedimentology_html_3344288983:395:37531:37535 Hall London, Ontario -0.0258394556349876708 +70749 aapg_aa_921.html aapg_aa_921.html:25:2415:2432 Chickasawhay Wayne County, Michigan 0.751314445840283174 +70750 aapg_aa_626.html aapg_aa_626.html:72:8354:8367 Potomac Sea Isle City, New Jersey 0.00983284708618408117 +70751 aapg_aa_23.html aapg_aa_23.html:859:111827:111836 Interlake Inwood, New York 0.0245615545418565208 +70752 cspg_html_4031489103 cspg_html_4031489103:368:56044:56067 Striped Peak Pend Oreille River -0.0213125005692229447 +70753 aapg_ae_526.html aapg_ae_526.html:37:3249:3258 Smackover Columbia Country 6.94871172528014426e-05 +70754 aapg_ac_500.html aapg_ac_500.html:16:2120:2134 Trois Rivieres Louisville, Kentucky -0.484098022941034878 +70755 aapg_ai_595.html aapg_ai_595.html:171:13632:13650 Woodbine Texas -0.437953842888147871 +70756 cspg_html_7799850124 cspg_html_7799850124:180:21757:21769 Cooking Lake Swan Hill, Victoria -0.0808376447886259841 +70757 aapg_ae_93.html aapg_ae_93.html:39:7319:7327 Kootenay Fernie, British Columbia -0.473663043482949409 +70758 aapg_ae_794.html aapg_ae_794.html:525:56978:56993 Eutaw Mississippi River -0.276348118272502108 +70759 aapg_ac_924.html aapg_ac_924.html:233:22181:22188 Madison Cheyenne, Wyoming -0.00802946509668115739 +70760 sedimentology_html_6615672773 sedimentology_html_6615672773:1053:57606:57610 Hall London, Ontario -0.0418113941638034933 +70761 cspg_html_3065473572 cspg_html_3065473572:415:51049:51083 Romaine Anticosti Island -0.480597940731277096 +70762 aapg_ae_681.html aapg_ae_681.html:124:14886:14907 Haynesville Alabama 0.050365043569967391 +70763 aapg_aa_696.html aapg_aa_696.html:21:2830:2835 Mt Lytton Colorado -0.0169066131987412362 +70764 geology_html_8106588521 geology_html_8106588521:288:21711:21732 Green River Cheyenne, Wyoming -0.0175218157848266304 +70765 aapg_af_388.html aapg_af_388.html:609:71920:71945 Chinle Chinle Formation -0.443465209869809307 +70766 aapg_af_397.html aapg_af_397.html:97:11640:11658 Entrada Entrada Sandstone -0.46132865731218986 +70767 sedimentology_html_3907918417 sedimentology_html_3907918417:1507:123638:123656 Dunvegan Canada -0.0179232709792312463 +70768 cspg_html_3129231627 cspg_html_3129231627:267:35759:35782 Eleanor River Middle Ordovician 0.820087491164879112 +70769 gsa_html_6330913937 gsa_html_6330913937:981:89268:89278 San Felipe San Jacinto, California 0.010354070858040092 +70770 aapg_ae_135.html aapg_ae_135.html:21:2082:2104 Haynesville Paluxy, Texas -0.426871858406847937 +70771 gsa_html_9866042258 gsa_html_9866042258:1096:82251:82257 Oregon Boise, Idaho -0.0347847257870449039 +70772 aapg_aa_654.html aapg_aa_654.html:195:29741:29758 Tererro Colorado -0.446011775932438015 +70773 cspg_html_8371777215 cspg_html_8371777215:20:2871:2879 Columbia Lacombe, Alberta -0.465705253187009671 +70774 cspg_html_2973952956 cspg_html_2973952956:573:44181:44189 Columbia Victoria, British Columbia -0.455197874748240694 +70775 aapg_ah_762.html aapg_ah_762.html:18:2740:2745 Banff Western world 0.840888546450514918 +70776 aapg_ac_602.html aapg_ac_602.html:101:9010:9015 Nopah California -0.4597965726108596 +70777 aapg_ae_974.html aapg_ae_974.html:336:34141:34154 Cook Mountain Texas -0.426503733834695087 +70778 aapg_ad_798.html aapg_ad_798.html:50:6971:6981 Rio Grande Shreveport, Louisiana -0.0365561577052215814 +70779 gsa_html_4736350317 gsa_html_4736350317:852:78384:78412 Green River Colorado -0.0388274478076049076 +70780 cspg_html_4555867289 cspg_html_4555867289:376:40286:40290 Doig Western Canadian Sedimentary Basin 0.0176347786034971622 +70781 gsa_html_5894524520 gsa_html_5894524520:290:40747:40757 Washington Olympic National Park -0.442575570278969321 +70782 aapg_af_579.html aapg_af_579.html:299:32634:32642 Colorado Logan, Utah 0.00897110580266103318 +70783 aapg_af_877.html aapg_af_877.html:162:18968:18987 Aux Vases Randolph, New Jersey -0.474842748246669499 +70784 aapg_ai_233.html aapg_ai_233.html:19:1738:1748 Frio Texas 0.00389825344276496875 +70785 aapg_aa_598.html aapg_aa_598.html:345:35471:35490 Popo Agie Cheyenne, Wyoming -0.43960071186326577 +70786 gsa_html_8398449001 gsa_html_8398449001:109:9635:9661 Thaynes Wasatch Range -0.0857852129390877655 +70787 aapg_af_300.html aapg_af_300.html:26:2735:2741 Dakota Logan, Utah 0.292523694411476631 +70788 cspg_html_1124814558 cspg_html_1124814558:18:2531:2545 Colorado Manitoba -0.0384097003788234775 +70789 aapg_ai_38.html aapg_ai_38.html:54:5665:5679 Graneros Benton, Arkansas -0.487987661646075377 +70790 aapg_ae_845.html aapg_ae_845.html:37:4546:4551 Logan Denver -0.00861668517403405519 +70791 cspg_html_5287009272 cspg_html_5287009272:341:39161:39179 Dunvegan Lacombe, Alberta -0.014941203695627946 +70792 cspg_html_1732329534 cspg_html_1732329534:268:33569:33584 Paskapoo Red Deer, Alberta -0.108156348310480308 +70793 aapg_ae_959.html aapg_ae_959.html:2865:214026:214034 Wolfcamp Delaware -0.493168581108366477 +70794 cspg_html_9508543859 cspg_html_9508543859:263:27151:27178 Lawrence Charlevoix, Michigan -0.435838488044850259 +70795 aapg_ad_169.html aapg_ad_169.html:64:8586:8607 Pottsville Ohio 0.0448590321281746168 +70796 aapg_aa_702.html aapg_aa_702.html:908:115712:115720 Columbia Lacombe, Alberta -0.0126805624942423392 +70797 cspg_html_2198503252 cspg_html_2198503252:6:498:506 Palliser New Mexico 0.000112916565930930199 +70798 aapg_ac_940.html aapg_ac_940.html:199:24493:24508 Supai West Germany -0.435738929516159335 +70799 aapg_ah_646.html aapg_ah_646.html:486:52344:52360 Chinle San Rafael Swell -0.237317279134580061 +70800 aapg_af_128.html aapg_af_128.html:457:42158:42177 Minnelusa Black Hills -0.244007441176275097 +70801 sedimentology_html_5673709888 sedimentology_html_5673709888:276:25419:25445 Hawthorn Iowa -0.0277886893642299709 +70802 gsa_html_1650524399 gsa_html_1650524399:111:15720:15727 El Paso Colorado -0.462102516958969756 +70803 aapg_ad_250.html aapg_ad_250.html:24:2142:2151 Aux Vases Salem, Massachusetts -0.425756964796638493 +70804 sedimentology_html_6473571818 sedimentology_html_6473571818:719:69278:69298 Chatsworth California -0.461219460550356897 +70805 gsa_html_1071078122 gsa_html_1071078122:597:58452:58477 Sierra New Mexico -0.463332970234029085 +70806 aapg_ac_983.html aapg_ac_983.html:292:47161:47181 Fort Scott Higginsville, Missouri 0.322651922317842121 +70807 cspg_html_5541937700 cspg_html_5541937700:1092:120730:120746 Viking Lacombe, Alberta -0.00633038844921864335 +70808 aapg_ad_234.html aapg_ad_234.html:443:43492:43496 Frio Shreveport, Louisiana -0.252826475752036206 +70809 aapg_aa_787.html aapg_aa_787.html:427:51206:51212 Provo Texas -0.0312427146313614852 +70810 sedimentology_html_2566540012 sedimentology_html_2566540012:1474:109994:110004 Washington Washington (state) -0.44830973456876172 +70811 geology_html_4860930737 geology_html_4860930737:187:18933:18941 Virginia Columbus, Ohio -0.4597965726108596 +70812 geology_html_4953519343 geology_html_4953519343:9:296:301 Rapid Ladakh -0.447276508327869859 +70813 geology_html_7388717714 geology_html_7388717714:86:7354:7363 Dog Creek Fraser River (Colorado) -0.497304031813642022 +70814 aapg_ac_133.html aapg_ac_133.html:113:19502:19523 Urenui Taranaki Region -0.420878980795922841 +70815 geology_html_3197685690 geology_html_3197685690:312:27440:27450 Washington Salem, Oregon -0.463764030920631232 +70816 aapg_ac_730.html aapg_ac_730.html:274:37635:37651 Toreva Salina, Kansas -0.47688734625276219 +70817 aapg_af_878.html aapg_af_878.html:3:352:362 Kinderhook Meramec River -0.102471165842059564 +70818 aapg_ai_444.html aapg_ai_444.html:122:11692:11704 Fayetteville Batesville, Arkansas -0.45691453935984655 +70819 palaios_html_9948623145 palaios_html_9948623145:634:65914:65926 Taylor Antarctica -0.474009171210690694 +70820 aapg_ae_846.html aapg_ae_846.html:49:4851:4864 Hermosa Arizona -0.465744120990301047 +70821 aapg_ac_509.html aapg_ac_509.html:94:9356:9370 Mission Canyon Ward County, North Dakota -0.423293041524000824 +70822 aapg_ah_847.html aapg_ah_847.html:44:5085:5096 Hornerstown Manasquan, New Jersey -0.431219036147121426 +70823 geology_html_5412269979 geology_html_5412269979:273:19388:19409 Green River Tipton, Indiana -0.0840401486357338912 +70824 gsa_html_6492324485 gsa_html_6492324485:16:684:690 Sonora Sonora -0.430057253759890901 +70825 gsa_html_7029917366 gsa_html_7029917366:838:76767:76789 Horse Spring Arizona -0.436929900849743147 +70826 cspg_html_8352050670 cspg_html_8352050670:85:8829:8849 Assistance Ellesmere Island -0.198497730099902986 +70827 aapg_aa_416.html aapg_aa_416.html:168:21858:21866 Colorado Niobrara, Nebraska -0.0534682838330376511 +70828 aapg_af_854.html aapg_af_854.html:441:57991:57998 Carwood Locust Point, Bronx -0.487631194234456278 +70829 aapg_ad_338.html aapg_ad_338.html:418:50910:50920 Tuscaloosa Tuscaloosa, Alabama -0.0233880656689205678 +70830 cspg_html_9717154602 cspg_html_9717154602:85:12073:12090 Bearpaw Lacombe, Alberta -0.46398990802263862 +70831 cspg_html_7349901875 cspg_html_7349901875:13:1839:1850 Belly River Edmonton, London -0.493196901921330588 +70832 cspg_html_7866293053 cspg_html_7866293053:634:65004:65026 Grand Rapids Clearwater, Florida -0.0759600697089188176 +70833 gsa_html_3445493534 gsa_html_3445493534:776:79051:79077 Monterey California 0.985394325118652992 +70834 cspg_html_8362959053 cspg_html_8362959053:59:9036:9049 Mountain Park Gladstone, Oregon -0.0604207713516429698 +70835 aapg_ae_973.html aapg_ae_973.html:450:32303:32320 Wolfcamp Panhandle, Texas -0.0142044328576254025 +70836 aapg_aa_898.html aapg_aa_898.html:110:14192:14213 Green River Uinta Mountains -0.00818929939777349181 +70837 cspg_html_8387792223 cspg_html_8387792223:591:61829:61863 Ramparts Canada -0.0251613720923007447 +70838 aapg_ad_466.html aapg_ad_466.html:385:46771:46784 Potomac Closter, New Jersey -0.443732938342886629 +70839 cspg_html_9951421861 cspg_html_9951421861:345:49803:49809 Viking Clearwater, Florida -0.510672873014662465 +70840 aapg_ad_411.html aapg_ad_411.html:108:9592:9600 Colorado Gurley, Nebraska -0.0783150515688535026 +70841 aapg_ac_325.html aapg_ac_325.html:6:937:955 Ingleside Texas -0.0759128064982409895 +70842 aapg_ai_357.html aapg_ai_357.html:22:3114:3126 Walnut Val Verde (fictional country) -0.480644453081816247 +70843 aapg_ah_138.html aapg_ah_138.html:19:2056:2065 Minnelusa Fort Union Trading Post National Historic Site -0.00893635855203990699 +70844 sedimentology_html_2670349557 sedimentology_html_2670349557:758:59680:59706 Kayenta Colorado -0.035304988004324106 +70845 cspg_html_5375448448 cspg_html_5375448448:539:52740:52759 Kaskapau Lacombe, Alberta -0.0232768060359763093 +70846 gsa_html_9865056817 gsa_html_9865056817:616:57090:57108 Loveland Nebraska 0.441197093469131607 +70847 aapg_aa_106.html aapg_aa_106.html:808:79670:79681 Meadow Lake Regina, Saskatchewan -0.431641856483014286 +70848 aapg_aa_787.html aapg_aa_787.html:418:49773:49787 Word Texas -0.448296279445968116 +70849 aapg_ac_391.html aapg_ac_391.html:181:17029:17037 Traverse Detroit River International Wildlife Refuge -0.43511527002590783 +70850 aapg_ad_614.html aapg_ad_614.html:66:6564:6574 Montgomery Shreveport, Louisiana -0.520395016724688131 +70851 aapg_ae_319.html aapg_ae_319.html:522:43917:43921 Jelm Cheyenne, Wyoming -0.0753666862960432615 +70852 cspg_html_2492063773 cspg_html_2492063773:14:1415:1430 Spray California -0.477269506555081602 +70853 aapg_ai_105.html aapg_ai_105.html:343:41668:41684 Humbug Oquirrh Mountain Utah Temple -0.444223975732980447 +70854 aapg_af_575.html aapg_af_575.html:831:116912:116917 Atoka Hartshorne, Oklahoma -0.0278217295801544348 +70855 aapg_ad_880.html aapg_ad_880.html:105:12763:12781 Sundance Cheyenne, Wyoming 0.0103054229962900919 +70856 aapg_ai_810.html aapg_ai_810.html:3:286:304 Norphlet Melbourne, Florida 0.36222619397664646 +70857 aapg_aa_267.html aapg_aa_267.html:77:6999:7019 Greenbrier Huntington, West Virginia -0.456989251174634625 +70858 aapg_ac_983.html aapg_ac_983.html:393:61570:61579 Wyandotte Anderson County, South Carolina -0.465641239344597002 +70859 cspg_html_4382149016 cspg_html_4382149016:143:22407:22428 Lawrence Quebec City -0.441686785632637413 +70860 cspg_html_8328720217 cspg_html_8328720217:676:80700:80716 Skonun Charlotte Amalie, United States Virgin Islands -0.458865873154244486 +70861 palaios_html_3904138149 palaios_html_3904138149:1006:70519:70524 Rapid Kenya -0.532203138693779554 +70862 sedimentology_html_6121651724 sedimentology_html_6121651724:889:52397:52404 Hanover Hanover -0.0447440730819334553 +70863 cspg_html_2749851978 cspg_html_2749851978:475:61591:61608 Cardium Lacombe, Alberta -0.485954043848796258 +70864 aapg_af_393.html aapg_af_393.html:175:26574:26582 Virginia Blue Ridge Mountains -0.47596853330555533 +70865 sedimentology_html_6302405335 sedimentology_html_6302405335:1204:90750:90766 Verde North Sea oil -0.479670542308177961 +70866 aapg_ah_675.html aapg_ah_675.html:554:81674:81692 Cantwell Anchorage, Alaska -0.496881985799363712 +70867 gsa_html_3130918973 gsa_html_3130918973:63:4406:4434 Green River Colorado 0.0138291046950378554 +70868 AMJC_html_9701369019 AMJC_html_9701369019:1118:119430:119437 Oceanic Washington (state) -0.0204312426216018105 +70869 geology_html_5201135879 geology_html_5201135879:16:1014:1024 Washington Washington (state) -0.0389092587749327867 +70870 aapg_af_614.html aapg_af_614.html:56:4390:4397 Hosston Arkansas -0.493626550639529649 +70871 aapg_ai_288.html aapg_ai_288.html:57:10258:10276 San Onofre Breccia Sunset Beach, California -0.0660861349919403679 +70872 aapg_ae_959.html aapg_ae_959.html:2098:150472:150492 Whitehorse Ward County, North Dakota -0.421964232277811879 +70873 cspg_html_9996004410 cspg_html_9996004410:24:3485:3490 Queen Ontario, California -0.443692774120845845 +70874 sedimentology_html_4121403149 sedimentology_html_4121403149:883:64745:64781 Protection Washington (state) -0.510880169431746856 +70875 cspg_html_9941518291 cspg_html_9941518291:429:60910:60946 Barlow Inlet Devon Island -0.454113919430063184 +70876 sedimentology_html_9526222722 sedimentology_html_9526222722:1099:65097:65104 Andrews Austin, Chicago -0.0157388171484894208 +70877 aapg_ae_69.html aapg_ae_69.html:431:44877:44898 Green River Logan, Utah -0.211968561547113632 +70878 aapg_ah_318.html aapg_ah_318.html:687:75821:75840 Smackover Hempstead County, Arkansas -0.446669666957771216 +70879 aapg_ac_881.html aapg_ac_881.html:659:77993:78001 Deadwood Winnipeg -0.503005858609136269 +70880 aapg_ak_85.html aapg_ak_85.html:437:54504:54523 Smackover Shreveport, Louisiana -0.485369220602805185 +70881 gsa_html_3936574180 gsa_html_3936574180:598:62505:62511 Oregon Washington (state) -0.466718659783226908 +70882 aapg_aa_914.html aapg_aa_914.html:152:16236:16241 Atoka Atoka, Oklahoma -0.0230751498951462693 +70883 aapg_ad_71.html aapg_ad_71.html:167:14478:14494 Kaibab Arizona -0.448691045323912019 +70884 aapg_ac_380.html aapg_ac_380.html:465:55486:55494 Onondaga Onondaga (tribe) -0.0357887327729749932 +70885 aapg_aa_739.html aapg_aa_739.html:90:11151:11168 Roberts Mountains Reno, Nevada -0.441593278961416758 +70886 aapg_ad_182.html aapg_ad_182.html:27:3391:3404 Woodbine Texas -0.420143099082623706 +70887 sedimentology_html_8748254640 sedimentology_html_8748254640:912:72347:72367 Toro Chile -0.429960502864963123 +70888 aapg_ae_601.html aapg_ae_601.html:71:8518:8523 Uinta Douala -0.0493785557228638358 +70889 aapg_ah_271.html aapg_ah_271.html:21:3120:3143 Cotton Valley East Texas -0.39325059955857522 +70890 aapg_ak_104.html aapg_ak_104.html:470:46999:47016 Madison Cheyenne, Wyoming -0.474842748246669499 +70891 aapg_ad_960.html aapg_ad_960.html:27:3222:3236 Monterey California 0.000132025523515305647 +70892 jgeology_html_7908118530 jgeology_html_7908118530:1256:68055:68069 Ogallala Nebraska -0.445989406971527558 +70893 aapg_ae_877.html aapg_ae_877.html:74:7013:7038 Beaverhill Lacombe, Alberta -0.458641287983651336 +70894 aapg_ai_569.html aapg_ai_569.html:378:38509:38527 Tensleep Cheyenne, Wyoming -0.0386046469573407755 +70895 aapg_aa_465.html aapg_aa_465.html:86:16468:16479 San Antonio San Antonio -0.0106146855167584628 +70896 geology_html_8631349740 geology_html_8631349740:168:17224:17228 Bell London, Ontario -0.0413499862143105745 +70897 cspg_html_6252417471 cspg_html_6252417471:509:66079:66097 Edmonton Lacombe, Alberta -0.441740222253796999 +70898 aapg_ae_380.html aapg_ae_380.html:257:22318:22324 Sparta Charlotte, North Carolina -0.463435584788403632 +70899 cspg_html_7779401416 cspg_html_7779401416:203:24734:24767 Neahga Niagara Peninsula -0.458675312427173743 +70900 cspg_html_9354781888 cspg_html_9354781888:418:40092:40109 Halfway Victoria, British Columbia -0.436850160261835319 +70901 aapg_ai_28.html aapg_ai_28.html:3:160:167 Reynosa Brazos River -0.478911234884053072 +70902 aapg_ae_168.html aapg_ae_168.html:326:35651:35678 Ferguson Reno, Nevada 0.0156015354196895814 +70903 sedimentology_html_2670349557 sedimentology_html_2670349557:1386:101363:101380 Navajo Kayenta, Arizona -0.451733774163315116 +70904 sedimentology_html_2566540012 sedimentology_html_2566540012:920:74306:74314 Colorado Arizona -0.0446343409079277068 +70905 aapg_ad_37.html aapg_ad_37.html:48:4928:4933 Yegua Shreveport, Louisiana -0.465273249433996894 +70906 gsa_html_2729737430 gsa_html_2729737430:1188:109083:109103 Split Rock Cheyenne, Wyoming -0.469382385724573914 +70907 aapg_ae_67.html aapg_ae_67.html:376:31254:31262 Colorado Colorado -0.441517589995484405 +70908 cspg_html_4845813500 cspg_html_4845813500:240:26090:26109 Rocky Brook New Brunswick, New Jersey -0.476218391360906934 +70909 aapg_af_241.html aapg_af_241.html:215:22317:22325 Big Hill Jefferson County, Colorado -0.0489916642751505871 +70910 gsa_html_7354916758 gsa_html_7354916758:1233:111699:111727 Green River Colorado -0.0265836451265893982 +70911 aapg_ad_466.html aapg_ad_466.html:1111:119273:119284 Shark River Manasquan, New Jersey -0.487588990851044235 +70912 sedimentology_html_6302405335 sedimentology_html_6302405335:983:81206:81224 Dunvegan Lacombe, Alberta -0.44056532751251043 +70913 cspg_html_7595517955 cspg_html_7595517955:463:51085:51100 Kennedy Channel Ellesmere Island -0.476324834178458445 +70914 aapg_ai_321.html aapg_ai_321.html:160:22423:22451 Matagalpa Matagalpa -0.358480183888458204 +70915 sedimentology_html_7390870545 sedimentology_html_7390870545:130:12623:12643 Blackstone Lacombe, Alberta -0.431097950577111366 +70916 aapg_ai_326.html aapg_ai_326.html:237:28811:28819 Monterey Virginia -0.434673209477638822 +70917 cspg_html_9912281240 cspg_html_9912281240:5:218:226 Lea Park Central Alberta -0.418503531176707688 +70918 cspg_html_2198503252 cspg_html_2198503252:48:4866:4881 Ouray Colorado -0.440254051746647612 +70919 gsa_html_8055113978 gsa_html_8055113978:61:4938:4966 Green River Colorado -0.00877304685539758919 +70920 aapg_ah_3.html aapg_ah_3.html:255:34035:34049 Toro Lacombe, Alberta -0.459837454744856933 +70921 AMJC_html_5908077521 AMJC_html_5908077521:735:69908:69918 Notch Peak Logan, Utah -0.00673169924588781169 +70922 aapg_ah_208.html aapg_ah_208.html:51:6839:6860 Green River Uinta Mountains -0.220929909401817254 +70923 aapg_ae_947.html aapg_ae_947.html:422:41068:41072 Helm Coalinga, California -0.490449479583778825 +70924 cspg_html_4409656292 cspg_html_4409656292:775:80521:80529 Columbia Victoria, British Columbia -0.0365561577052215814 +70925 aapg_aa_305.html aapg_aa_305.html:95:14042:14059 Calvert Maryland 0.908823048720824422 +70926 aapg_ah_188.html aapg_ah_188.html:31:3754:3774 Phosphoria Cheyenne, Wyoming -0.452055720301517416 +70927 aapg_ad_466.html aapg_ad_466.html:138:14172:14180 Navesink Salem County, New Jersey 0.930079449768467459 +70928 gsa_html_4913703235 gsa_html_4913703235:98:8918:8937 Tuscarora Huntington, West Virginia -0.0438697385751906713 +70929 gsa_html_1322753048 gsa_html_1322753048:11:422:431 San Diego California -0.469230874046953295 +70930 aapg_af_471.html aapg_af_471.html:82:11766:11776 Big Clifty Illinois -0.259885297422740302 +70931 cspg_html_5345848475 cspg_html_5345848475:1048:101868:101882 Colorado Canada -0.036075857948020304 +70932 aapg_ah_696.html aapg_ah_696.html:28:4337:4364 Columbia Ellensburg, Washington -0.369934946056104885 +70933 jgeology_html_4305195651 jgeology_html_4305195651:4252:264487:264504 Cumberland Cape Breton Island -0.0506631068321719905 +70934 geology_html_3106921824 geology_html_3106921824:19:1094:1114 Dry Branch Chesapeake Bay -0.0365561577052215814 +70935 aapg_ad_851.html aapg_ad_851.html:214:24471:24490 San Andres Hobbs, New Mexico 0.00132025624175985054 +70936 AMJC_html_9397261106 AMJC_html_9397261106:665:50738:50748 Santa Cruz California -0.50037380579535129 +70937 cspg_html_1984085623 cspg_html_1984085623:235:28852:28866 Colorado Lacombe, Alberta -0.0691131913707236506 +70938 geology_html_3118572913 geology_html_3118572913:41:1427:1438 Santa Clara Baja California peninsula -0.447135398674851747 +70939 cspg_html_2408887763 cspg_html_2408887763:333:41537:41545 Beaumont Lacombe, Alberta -0.00157388492495419375 +70940 aapg_ae_999.html aapg_ae_999.html:343:47646:47676 Crystal River Ocala, Florida -0.0133147744605960541 +70941 cspg_html_4785922166 cspg_html_4785922166:92:10090:10095 Methy Regina, Saskatchewan -0.0154103849420370986 +70942 aapg_af_575.html aapg_af_575.html:173:23137:23158 Honey Creek Fort Sill 0.048625703753802714 +70943 aapg_ae_368.html aapg_ae_368.html:119:11735:11740 Atoka Hartshorne, Oklahoma -0.483341806462215584 +70944 cspg_html_4286634979 cspg_html_4286634979:48:6102:6109 Success Lacombe, Alberta -0.0147795988543257695 +70945 geology_html_2065184601 geology_html_2065184601:56:4428:4452 Stirling Perth, Western Australia -0.458634483249725333 +70946 aapg_ad_997.html aapg_ad_997.html:5:750:756 Dakota Colorado -0.405154903826434598 +70947 aapg_aa_90.html aapg_aa_90.html:27:2406:2416 Citronelle Alabama -0.439223139625051329 +70948 sedimentology_html_5952626645 sedimentology_html_5952626645:1099:61213:61244 Red River Regina, Saskatchewan -0.453234160803079433 +70949 cspg_html_4298557570 cspg_html_4298557570:203:29014:29033 Frenchman Lacombe, Alberta -0.0184133695346841396 +70950 aapg_ae_906.html aapg_ae_906.html:140:12685:12696 Tar Springs New Harmony, Indiana -0.479521879225688563 +70951 aapg_ah_318.html aapg_ah_318.html:3052:247698:247710 Huayacocotla Oaxaca, Oaxaca -0.0975106233699656877 +70952 aapg_aa_724.html aapg_aa_724.html:182:18697:18705 Humboldt Reno, Nevada -0.248249721572553428 +70953 palaios_html_9993198762 palaios_html_9993198762:487:45610:45643 Morrison Cheyenne, Wyoming -0.474203062673125064 +70954 aapg_ac_545.html aapg_ac_545.html:37:5970:5978 Moosebar Cordillera Administrative Region -0.0526836311466746532 +70955 aapg_ad_811.html aapg_ad_811.html:169:18573:18581 Colorado La Navidad -0.487607747652621382 +70956 aapg_ac_807.html aapg_ac_807.html:483:49110:49117 Matawan Monmouth 0.0268340353555487666 +70957 aapg_ae_68.html aapg_ae_68.html:527:55760:55771 Browns Park Colorado -0.248709238241135833 +70958 aapg_aa_137.html aapg_aa_137.html:717:71603:71611 Prospect Great Artesian Basin -0.00109094831221136397 +70959 AMJC_html_4504848787 AMJC_html_4504848787:39:4752:4762 Laurentian Blue Ridge Mountains -0.459837454744856933 +70960 aapg_af_472.html aapg_af_472.html:464:50254:50271 Duperow Williston, Vermont 0.0117822633156924803 +70961 aapg_af_16.html aapg_af_16.html:72:9292:9301 Greenhorn Black Hills -0.83030264155922251 +70962 cspg_html_1312400675 cspg_html_1312400675:242:28257:28266 Frenchman Edmonton, London -0.463435584788403632 +70963 aapg_aa_399.html aapg_aa_399.html:316:25556:25564 Columbia Victoria, British Columbia -0.455211432419709627 +70964 aapg_ad_338.html aapg_ad_338.html:230:25256:25263 Magothy Raritan River -0.0254673751787387811 +70965 aapg_ac_333.html aapg_ac_333.html:851:104053:104077 Abo New Mexico -0.432567436469128874 +70966 sedimentology_html_2912098544 sedimentology_html_2912098544:88:10450:10476 Kayenta Colorado 0.752932669588081804 +70967 aapg_ad_994.html aapg_ad_994.html:68:7417:7426 Smackover Cotton Valley, Louisiana -0.44497889773871091 +70968 sedimentology_html_2934110499 sedimentology_html_2934110499:32:2242:2252 Copenhagen Denmark -0.0125780473264796473 +70969 gsa_html_6983076294 gsa_html_6983076294:611:56828:56842 Sandia New Mexico -0.0328413551399559175 +70970 aapg_ah_696.html aapg_ah_696.html:367:51715:51763 Rockwell Washington (state) -0.0322777182092932879 +70971 aapg_ah_387.html aapg_ah_387.html:2655:286797:286806 Knoxville Knoxville, Illinois -0.442720440658756875 +70972 aapg_ah_724.html aapg_ah_724.html:38:5635:5653 Kaskapau Lacombe, Alberta -0.0295955881019379606 +70973 aapg_ad_286.html aapg_ad_286.html:192:17893:17907 Lisburne Anchorage, Alaska -0.478447154667899333 +70974 aapg_ad_42.html aapg_ad_42.html:3:280:285 Leduc Canada -0.420813643173481466 +70975 aapg_af_248.html aapg_af_248.html:37:4089:4095 Midway South Vacherie, Louisiana -0.458659434193013582 +70976 gsa_html_7498897688 gsa_html_7498897688:850:81442:81452 Laurentian Mexico -0.011777050823328571 +70977 cspg_html_5287009272 cspg_html_5287009272:63:11412:11420 Columbia Victoria, British Columbia -0.4391432028015122 +70978 sedimentology_html_9410532865 sedimentology_html_9410532865:1197:82848:82859 Green River Wasatch Range 0.00505698208442019893 +70979 aapg_ah_42.html aapg_ah_42.html:45:6013:6044 Navajo Cheyenne, Wyoming -0.423229723234377797 +70980 gsa_html_6982030333 gsa_html_6982030333:1179:110295:110316 Coon Hollow Boise, Idaho -0.479475427251918496 +70981 jgeology_html_4305195651 jgeology_html_4305195651:1911:141808:141824 Pocono Pottsville, Pennsylvania -0.457492019193031785 +70982 palaios_html_8055229939 palaios_html_8055229939:592:65684:65721 Blackwater Draw New Mexico -0.0345376534934891677 +70983 gsa_html_5079726047 gsa_html_5079726047:962:95905:95922 Mirador Colombia -0.442720440658756875 +70984 gsa_html_9511249221 gsa_html_9511249221:436:46991:47003 Rhode Island Closter, New Jersey -0.462348471732962063 +70985 AMJC_html_5969956211 AMJC_html_5969956211:154:21180:21187 Wasatch Wasatch Range -0.43485884955268328 +70986 sedimentology_html_2909366246 sedimentology_html_2909366246:1492:74488:74509 Green River Cheyenne, Wyoming -0.490251895380975244 +70987 aapg_ai_157.html aapg_ai_157.html:3:280:296 Salina Ontario, California -0.446669666957771216 +70988 aapg_ai_28.html aapg_ai_28.html:8:1501:1507 Lissie Oakville, California -0.161868328767136388 +70989 aapg_ac_729.html aapg_ac_729.html:719:69500:69514 Schrader Bluff Colville River (Washington) 0.00100756364994161328 +70990 aapg_af_892.html aapg_af_892.html:277:24448:24470 Marble Falls Texas -0.498374324087579645 +70991 geology_html_2189486964 geology_html_2189486964:277:21896:21906 Washington Alert, Nunavut 0.000674025171207849952 +70992 geology_html_3342004799 geology_html_3342004799:297:25633:25639 Denver Colorado -0.443715087361728711 +70993 aapg_ah_962.html aapg_ah_962.html:150:16479:16487 Richmond Frankfort, Illinois -0.0598744231387603118 +70994 aapg_ad_2.html aapg_ad_2.html:1342:184326:184336 Snake Hill Schenectady, New York -0.0930466334480639368 +70995 aapg_ad_466.html aapg_ad_466.html:1576:166494:166502 Virginia James River (Dakotas) -0.558878150159528131 +70996 aapg_ae_959.html aapg_ae_959.html:1752:125941:125946 Clyde Wichita, Kansas -0.0291434052387325206 +70997 aapg_ae_783.html aapg_ae_783.html:11:1647:1661 Woodford Ouachita Mountains -0.0705521503512964721 +70998 jgeology_html_3679275302 jgeology_html_3679275302:557:32998:33014 Merced California -0.0433054743353417024 +70999 cspg_html_4450068317 cspg_html_4450068317:12:2047:2055 Columbia Victoria, British Columbia -0.478377564070346595 +71000 aapg_af_923.html aapg_af_923.html:41:4223:4235 Medicine Hat Colorado -0.0394819549454150931 +71001 jgeology_html_9727318280 jgeology_html_9727318280:985:60877:60885 Scotland Eastern Settlement -0.477179162580930738 +71002 geology_html_5171768193 geology_html_5171768193:309:26919:26933 Maidens Gneiss Virginia -0.0586492384279609716 +71003 gsa_html_1337782073 gsa_html_1337782073:58:5114:5131 Compton Quebec City -0.444871652179790411 +71004 aapg_ah_623.html aapg_ah_623.html:119:13161:13169 Colorado Moffat County, Colorado -0.044101376246448068 +71005 aapg_ai_899.html aapg_ai_899.html:105:11223:11230 Wasatch Cheyenne, Wyoming -0.0183873001701448657 +71006 aapg_ai_492.html aapg_ai_492.html:124:15631:15639 Tensleep Cheyenne, Wyoming -0.489060307863409593 +71007 cspg_html_1462870252 cspg_html_1462870252:689:85691:85710 Keg River Lacombe, Alberta -0.465026484605756241 +71008 cspg_html_4937997995 cspg_html_4937997995:114:13509:13540 Kenogami River River Severn -0.469382385724573914 +71009 aapg_ae_220.html aapg_ae_220.html:450:49919:49927 Nacatoch Ashley County, Arkansas -0.446029671493266278 +71010 cspg_html_3397138450 cspg_html_3397138450:561:65827:65835 Columbia Victoria, British Columbia -0.474888953093082877 +71011 aapg_aa_109.html aapg_aa_109.html:3:187:204 Minturn Colorado -0.472639307901536299 +71012 aapg_ai_148.html aapg_ai_148.html:225:24449:24457 Imperial Calgary -0.433370341259820213 +71013 AMJC_html_5402953865 AMJC_html_5402953865:1003:104743:104752 New River Virginia -0.477234757760444439 +71014 aapg_aa_44.html aapg_aa_44.html:378:38264:38288 Moenkopi California 0.0136101656605613248 +71015 aapg_ac_719.html aapg_ac_719.html:4:632:663 Cuchara Huerfano, New Mexico -0.127220910871006648 +71016 gsa_html_4667678389 gsa_html_4667678389:486:41507:41527 Beck Spring Dolomite California -0.0582723056187257615 +71017 aapg_af_575.html aapg_af_575.html:1084:157178:157193 Buffalo Springs Texas 0.0127413767435658448 +71018 cspg_html_4498577775 cspg_html_4498577775:1209:90244:90278 Hardyston Pennsylvania -0.448408411516637184 +71019 geology_html_2132529104 geology_html_2132529104:16:974:984 Santa Cruz California -0.442074271005849284 +71020 cspg_html_4298557570 cspg_html_4298557570:336:42508:42521 Edmonton Red Deer, Alberta -0.00764378019701813464 +71021 aapg_ai_87.html aapg_ai_87.html:901:82661:82666 Yukon McConnell Air Force Base -0.481775474642512247 +71022 aapg_ae_544.html aapg_ae_544.html:327:38542:38562 Milk River Canada -0.434712986404073964 +71023 aapg_ad_596.html aapg_ad_596.html:134:19654:19678 Athabasca Fort McMurray 0.00493363837188221747 +71024 gsa_html_9478615109 gsa_html_9478615109:604:64618:64624 Oregon Astoria, Oregon -0.0291155791192652773 +71025 aapg_ah_536.html aapg_ah_536.html:407:53406:53413 Rodessa Brazos River -0.0195274319849271828 +71026 gsa_html_5854091649 gsa_html_5854091649:672:63824:63852 Green River Colorado -0.0182917127831857887 +71027 aapg_aa_131.html aapg_aa_131.html:193:18407:18417 Washington Ellensburg, Washington -0.409582227139468624 +71028 palaios_html_3889678675 palaios_html_3889678675:1088:104904:104921 Wapiabi Canada -0.448327675040319895 +71029 palaios_html_5582845937 palaios_html_5582845937:317:31920:31927 Hampton Virginia -0.448296279445968116 +71030 aapg_ah_243.html aapg_ah_243.html:75:8997:9021 Battle Cheyenne, Wyoming -0.444945382159606273 +71031 aapg_ad_81.html aapg_ad_81.html:1669:225546:225555 Partridge Cheyenne, Wyoming -0.464409872562970838 +71032 cspg_html_3734757529 cspg_html_3734757529:14:3126:3137 Peace River Canada -0.469070208322842297 +71033 cspg_html_5685783620 cspg_html_5685783620:166:22238:22253 Ross Mount Assiniboine Provincial Park -0.477123570959987586 +71034 aapg_ai_468.html aapg_ai_468.html:45:5981:5994 Cotton Valley Bossier City, Louisiana -0.0456951454104699284 +71035 aapg_ad_221.html aapg_ad_221.html:247:21668:21674 Denver Colorado -0.469648742182661783 +71036 cspg_html_6434702931 cspg_html_6434702931:12:1423:1433 Swan Hills Victoria, British Columbia 1.01499293100032628 +71037 cspg_html_1509800797 cspg_html_1509800797:13:1538:1555 Bearpaw Lacombe, Alberta -0.0031964218159343861 +71038 aapg_ae_958.html aapg_ae_958.html:564:52806:52821 Hueco Guadalupe Mountains National Park -0.0128247793458777584 +71039 aapg_af_497.html aapg_af_497.html:357:29345:29358 Carlile Hittin 0.0609008291312745503 +71040 gsa_html_8681034341 gsa_html_8681034341:428:43038:43046 Lawrence Chapel Hill, North Carolina -0.442916609041378917 +71041 aapg_ac_55.html aapg_ac_55.html:172:20752:20771 Kirkwood Manasquan, New Jersey 0.0156623563422135965 +71042 cspg_html_4685794369 cspg_html_4685794369:154:16940:16964 Blood Reserve Lacombe, Alberta -0.0375812203233935049 +71043 aapg_ah_978.html aapg_ah_978.html:487:44536:44543 Temblor Coalinga, California -0.478284785297837578 +71044 aapg_ae_827.html aapg_ae_827.html:68:6300:6322 Hardinsburg Gibson County, Tennessee -0.0144303273551577363 +71045 cspg_html_7881580279 cspg_html_7881580279:106:14633:14649 Yeoman Regina, Saskatchewan -0.432346977926754639 +71046 gsa_html_1119256423 gsa_html_1119256423:1131:104191:104199 Colorado Larimer (Pittsburgh) -0.473778404154942046 +71047 jgeology_html_2714962789 jgeology_html_2714962789:804:49334:49342 Virginia South Boston, Virginia -0.485406637327558677 +71048 geology_html_7305069377 geology_html_7305069377:317:27415:27427 Grand Rapids Michigan -0.0482911263715116029 +71049 geology_html_2065893412 geology_html_2065893412:140:16564:16570 Oxford Earth -0.471432653520514666 +71050 cspg_html_6306091047 cspg_html_6306091047:464:64373:64382 Baldonnel Victoria, British Columbia -0.00871745152629535731 +71051 sedimentology_html_9199455608 sedimentology_html_9199455608:1211:80964:80968 Hall London, Ontario -0.0401573975935689137 +71052 cspg_html_5940878099 cspg_html_5940878099:269:32867:32876 Elm Point Manitoba -0.459887424332023564 +71053 aapg_ae_877.html aapg_ae_877.html:406:37234:37245 Peace River Western world -0.0237635726163751594 +71054 aapg_af_11.html aapg_af_11.html:207:21813:21829 Ouray Ouray, Colorado 0.00828311544079899167 +71055 cspg_html_6351830705 cspg_html_6351830705:210:32541:32545 Word China -0.452882496357985831 +71056 gsa_html_1040524378 gsa_html_1040524378:1008:97831:97848 Wapiti Cheyenne, Wyoming -0.460946527021081187 +71057 cspg_html_2083823293 cspg_html_2083823293:548:59088:59115 Fort Union Cheyenne, Wyoming -0.520980592674810339 +71058 gsa_html_4312040636 gsa_html_4312040636:651:61176:61198 Wilson Grove Martin County, Florida -0.0115181647621516343 +71059 aapg_ah_31.html aapg_ah_31.html:505:68586:68615 Breathitt Kentucky -0.481021295519417413 +71060 aapg_ai_50.html aapg_ai_50.html:93:6274:6298 Kinderhook Mississippi River -0.515667363891819996 +71061 cspg_html_6588844164 cspg_html_6588844164:40:5228:5245 Wabamun Lacombe, Alberta 0.0223015780954305028 +71062 aapg_ac_436.html aapg_ac_436.html:167:13026:13034 Colorado Denver -0.0604207713516429698 +71063 jgeology_html_8406118991 jgeology_html_8406118991:349:31538:31546 Columbia Victoria, British Columbia -0.465616092314337648 +71064 AMJC_html_6341723617 AMJC_html_6341723617:1097:91488:91506 Washakie Cheyenne, Wyoming -0.460953349343471763 +71065 aapg_ac_217.html aapg_ac_217.html:40:5389:5404 Hueco Sugarloaf Mountain (Florida) -0.455595651058867956 +71066 aapg_af_446.html aapg_af_446.html:72:9039:9047 Colorado Englewood, New Jersey -0.478280146619880497 +71067 cspg_html_4148342026 cspg_html_4148342026:302:26499:26529 Red River Winnipeg -1.0653686719965676 +71068 cspg_html_8568877195 cspg_html_8568877195:381:62523:62540 Belly River Regina, Saskatchewan -0.455957418074169007 +71069 cspg_html_3187844923 cspg_html_3187844923:228:34716:34726 Quesnellia Western world -0.487818790090823073 +71070 cspg_html_9142742810 cspg_html_9142742810:631:63307:63340 Gilwood Lacombe, Alberta -0.0247441052038830135 +71071 aapg_af_399.html aapg_af_399.html:579:57493:57499 Denver Colorado -0.482280957733571936 +71072 aapg_aa_683.html aapg_aa_683.html:164:21770:21777 Potomac Potomac River -0.0193049620802523206 +71073 palaios_html_1574666570 palaios_html_1574666570:75:7322:7335 Hungry Hollow Ausable River (New York) -0.0407493201995180257 +71074 aapg_ac_635.html aapg_ac_635.html:53:7301:7320 Hornbrook Salem, Oregon -0.0735187178499877164 +71075 jgeology_html_9413634903 jgeology_html_9413634903:870:58470:58483 Mountain City Reno, Nevada -0.497128548725757735 +71076 aapg_ae_736.html aapg_ae_736.html:784:91128:91134 Denver California -0.441419648744354465 +71077 aapg_ac_631.html aapg_ac_631.html:329:40268:40286 Teewinot Snake River Canyon (Idaho) -0.479521879225688563 +71078 aapg_ai_739.html aapg_ai_739.html:12:992:1002 Washington California -0.444871652179790411 +71079 cspg_html_2920938670 cspg_html_2920938670:270:32502:32515 Mountain Park Lacombe, Alberta -0.0389092587749327867 +71080 cspg_html_6472484014 cspg_html_6472484014:406:39924:39944 La Vieille New Brunswick, New Jersey -0.0675575131851859773 +71081 sedimentology_html_1649180994 sedimentology_html_1649180994:982:68456:68490 Arroyo New Mexico -0.46326000708216164 +71082 aapg_ah_5.html aapg_ah_5.html:2264:151062:151077 Mt Lytton Manitoba -0.0421143691729161454 +71083 geology_html_9828260455 geology_html_9828260455:16:913:923 Washington Washington (state) -0.0393792500826810471 +71084 aapg_af_704.html aapg_af_704.html:104:9561:9577 Kelvin Absaroka -0.0334258967197983703 +71085 aapg_ai_898.html aapg_ai_898.html:272:30994:31003 Englewood Colorado -0.471193362251331016 +71086 cspg_html_6306091047 cspg_html_6306091047:10:1127:1135 Pardonet Victoria, British Columbia -0.449541717141150321 +71087 aapg_ai_136.html aapg_ai_136.html:202:14903:14909 Paluxy Goodland, Kansas -0.449541717141150321 +71088 aapg_ai_356.html aapg_ai_356.html:139:14243:14247 Buda Buda, Texas -0.462261924354454456 +71089 sedimentology_html_3917671511 sedimentology_html_3917671511:1000:56948:56952 Hall London, Ontario -0.4597965726108596 +71090 cspg_html_2803424832 cspg_html_2803424832:50:6633:6643 Otto Fiord Ellesmere Island -0.0407754352992212923 +71091 cspg_html_7086880709 cspg_html_7086880709:178:20795:20802 Manetoe Victoria, British Columbia -0.450707909241451543 +71092 aapg_ac_300.html aapg_ac_300.html:214:19457:19476 Matanuska Anchorage, Alaska -0.458659434193013582 +71093 aapg_ah_519.html aapg_ah_519.html:3:625:633 Colorado Dolores, Colorado -0.114442828476788813 +71094 cspg_html_4287356899 cspg_html_4287356899:2368:276449:276469 Hare Fiord Canada 0.749666561646018303 +71095 aapg_ac_126.html aapg_ac_126.html:136:20329:20352 Cotton Valley Haynesville, Louisiana -0.4597920302667165 +71096 aapg_ai_489.html aapg_ai_489.html:352:39426:39441 Melville Island Bathurst Island (Northern Territory) -0.0582827756779698836 +71097 gsa_html_2546701917 gsa_html_2546701917:11:500:508 Colorado Colorado -0.0250466225487357037 +71098 sedimentology_html_1581574492 sedimentology_html_1581574492:856:64618:64630 Austin Chalk Texas -0.460548648285701634 +71099 sedimentology_html_3220122506 sedimentology_html_3220122506:1146:93419:93437 Yakataga Anchorage, Alaska -0.0556186826721344618 +71100 aapg_ae_319.html aapg_ae_319.html:707:59566:59576 Twin Creek Carmel, Indiana -0.488651745027914197 +71101 cspg_html_9717154602 cspg_html_9717154602:213:31902:31909 Bearpaw Pacific coast 0.00238862567180727833 +71102 gsa_html_9457387752 gsa_html_9457387752:958:79341:79349 Virginia Blacksburg, Virginia -0.14578439489322581 +71103 cspg_html_1274054064 cspg_html_1274054064:656:77992:77998 Denver Colorado -0.45644603384473742 +71104 cspg_html_9735723617 cspg_html_9735723617:1290:125732:125752 Weatherall District Council of Franklin Harbour -0.0198680940009536566 +71105 palaios_html_4782349341 palaios_html_4782349341:673:58397:58413 Borden Kentucky -0.457786563407215019 +71106 geology_html_8086230553 geology_html_8086230553:15:783:791 San Jose California -0.0891562933960735327 +71107 aapg_ah_82.html aapg_ah_82.html:411:37856:37871 Huizachal Mexico 0.0463013803611307534 +71108 aapg_af_854.html aapg_af_854.html:919:129992:130009 Renault Bethel, Alaska -0.469028899015838996 +71109 gsa_html_5601712699 gsa_html_5601712699:573:50649:50665 Pico Rancho Las Cienegas 0.916076214801732625 +71110 sedimentology_html_8939014373 sedimentology_html_8939014373:1022:64117:64124 Hampton Bolivia -0.489182445167081981 +71111 cspg_html_3942782922 cspg_html_3942782922:97:8669:8677 Columbia Canada -0.0191033509173605641 +71112 aapg_aa_371.html aapg_aa_371.html:185:15879:15890 Mauch Chunk Appalachia 0.00437077655696941486 +71113 gsa_html_3860045860 gsa_html_3860045860:685:78029:78035 Oregon Lane County, Oregon -0.0628808085540469575 +71114 palaios_html_4834438637 palaios_html_4834438637:427:42697:42706 San Diego Currie, Minnesota -0.481870957939069144 +71115 aapg_aa_504.html aapg_aa_504.html:94:13338:13348 Pittsburgh Pittsburgh -0.014941203695627946 +71116 aapg_ad_930.html aapg_ad_930.html:96:11522:11543 Green River Tipton, Indiana -0.0233046208724774252 +71117 aapg_aa_653.html aapg_aa_653.html:3:156:165 Extension Kentucky 0.0147153047402196445 +71118 aapg_ai_810.html aapg_ai_810.html:18:2540:2558 Norphlet Melbourne, Florida 0.0014766026609327194 +71119 aapg_ai_143.html aapg_ai_143.html:187:20118:20126 Foremost Lacombe, Alberta -0.0541518744999871654 +71120 cspg_html_4272664788 cspg_html_4272664788:9:789:804 Banff Lacombe, Alberta -0.477872040110580265 +71121 aapg_af_912.html aapg_af_912.html:20:2363:2373 Tuscaloosa Mississippi River -0.447117481542723516 +71122 aapg_af_854.html aapg_af_854.html:197:25526:25541 Sweetland Creek Mississippi River -0.190162015256399086 +71123 cspg_html_1065856149 cspg_html_1065856149:31:3870:3878 Columbia Lacombe, Alberta -0.0255351835335731921 +71124 cspg_html_8980454113 cspg_html_8980454113:204:21874:21891 Camsell Canada -0.43347626990885002 +71125 sedimentology_html_2258839384 sedimentology_html_2258839384:832:73817:73824 Gateway Mexico -0.444856013246054061 +71126 gsa_html_7040053075 gsa_html_7040053075:383:39033:39061 Sycamore Puente Hills Mall -0.444856013246054061 +71127 aapg_af_591.html aapg_af_591.html:22:3024:3034 Mt Lytton Black Hills -0.481815063993563775 +71128 cspg_html_9778753186 cspg_html_9778753186:150:22332:22351 Crowsnest Lacombe, Alberta -0.459860167847925383 +71129 cspg_html_9439353033 cspg_html_9439353033:9:410:432 Willow Creek Lacombe, Alberta -0.461271782333034175 +71130 geology_html_3492857668 geology_html_3492857668:130:15016:15038 Navajo Capitol Reef National Park 0.00270479477611077846 +71131 sedimentology_html_6756374564 sedimentology_html_6756374564:673:50302:50306 Hall London, Ontario -0.0268166470016257402 +71132 cspg_html_5406720001 cspg_html_5406720001:71:9691:9708 Telford Telford, Pennsylvania -0.464419004431934179 +71133 aapg_af_2.html aapg_af_2.html:672:63862:63870 Toroweap Logan, Utah 0.854275325700933452 +71134 sedimentology_html_2652378359 sedimentology_html_2652378359:783:69271:69284 Topanga Southern California -0.464533160716817162 +71135 aapg_ai_159.html aapg_ai_159.html:481:55749:55766 La Boca Culebra, Puerto Rico -0.501135865087091292 +71136 aapg_aa_740.html aapg_aa_740.html:3:174:189 Darby Western Wyoming Community College -0.0212221131504006823 +71137 aapg_ah_877.html aapg_ah_877.html:454:54087:54093 Eugene Salem, Oregon -0.492470301114008024 +71138 sedimentology_html_3479060268 sedimentology_html_3479060268:2217:156373:156383 Washington Seattle -0.0227274727216301153 +71139 cspg_html_4785922166 cspg_html_4785922166:59:5690:5702 Saskatchewan Manitoba -0.470510360514459824 +71140 aapg_ae_946.html aapg_ae_946.html:235:21312:21317 Stark Muskingum River -0.472639307901536299 +71141 aapg_ac_825.html aapg_ac_825.html:256:27550:27568 Purisima Santa Cruz Mountains 0.00179624453777558709 +71142 aapg_aa_4.html aapg_aa_4.html:292:39213:39229 Sonyea Lake Erie -0.0866658985213233368 +71143 aapg_ae_994.html aapg_ae_994.html:62:7447:7474 Madison Cheyenne, Wyoming -0.47249414511500698 +71144 aapg_ae_223.html aapg_ae_223.html:74:9031:9042 Green River Colorado -0.474009171210690694 +71145 aapg_ad_918.html aapg_ad_918.html:96:13242:13257 Eagle Niobrara, Nebraska 0.0206398205178702186 +71146 aapg_ae_345.html aapg_ae_345.html:812:70283:70299 Tuscaloosa Tuscaloosa, Alabama -0.430334367802676421 +71147 aapg_ah_301.html aapg_ah_301.html:202:19416:19444 Smackover Illinois -0.0160568272228306316 +71148 aapg_af_779.html aapg_af_779.html:3:417:425 Red Rock Michigan -0.123753343088365275 +71149 gsa_html_6837536663 gsa_html_6837536663:12:548:556 Richland Washington (state) -0.460953349343471763 +71150 aapg_aa_148.html aapg_aa_148.html:34:5617:5633 Dakota Mancos, Colorado -0.416220582820664042 +71151 sedimentology_html_2368393060 sedimentology_html_2368393060:2035:111288:111313 Monterey California -0.460205477971118548 +71152 jgeology_html_1838149422 jgeology_html_1838149422:1027:94461:94479 John Day Salem, Oregon -0.199573772077193512 +71153 geology_html_2606071344 geology_html_2606071344:178:15808:15812 Bond North Sea -0.441989633923979497 +71154 cspg_html_3488663948 cspg_html_3488663948:30:4962:4981 Athabasca Lacombe, Alberta -0.0388083006594042434 +71155 aapg_ah_903.html aapg_ah_903.html:8:509:517 Virginia Texas -0.0399067122276937497 +71156 aapg_af_2.html aapg_af_2.html:299:33545:33553 Colorado Lisbon -0.492239240738401806 +71157 aapg_ai_278.html aapg_ai_278.html:767:93385:93393 Pine Key Melbourne, Florida 0.400798358155383339 +71158 aapg_ai_399.html aapg_ai_399.html:207:20288:20301 Porters Creek Lagrangian point -0.470629904958731249 +71159 aapg_ac_989.html aapg_ac_989.html:80:11569:11580 Trempealeau Wisconsin 0.0425026797130011111 +71160 aapg_ae_392.html aapg_ae_392.html:267:24319:24331 Crab Orchard Kentucky -0.451956647802202349 +71161 aapg_ad_68.html aapg_ad_68.html:359:28051:28067 Waltersburg Mansfield, Ohio -0.490313047484592146 +71162 aapg_ah_638.html aapg_ah_638.html:10:1552:1561 Red Bluff Alabama -0.433370341259820213 +71163 cspg_html_6193252551 cspg_html_6193252551:422:53575:53597 Boat Harbour Canada -0.0186775409744464604 +71164 geology_html_4220538657 geology_html_4220538657:334:27917:27922 Lyell London, Ontario -0.471962087320613732 +71165 cspg_html_6134774167 cspg_html_6134774167:531:52270:52278 Columbia Victoria, British Columbia -0.0264393249899875019 +71166 cspg_html_9637445661 cspg_html_9637445661:162:16043:16060 Cardium Lacombe, Alberta -0.018194387898863601 +71167 aapg_aa_95.html aapg_aa_95.html:21:2379:2387 San Luis San Juan, Argentina -0.437953842888147871 +71168 aapg_ac_451.html aapg_ac_451.html:130:13869:13882 Tuxedni Middle East -0.0233046208724774252 +71169 gsa_html_2877730818 gsa_html_2877730818:1223:102428:102456 Green River Colorado -0.450707909241451543 +71170 aapg_ai_132.html aapg_ai_132.html:14:2141:2150 Vicksburg Charlotte, North Carolina -0.0642448233953223369 +71171 cspg_html_1351473625 cspg_html_1351473625:90:15166:15188 Fortress Mountain Victoria, British Columbia -0.0462630538347547429 +71172 aapg_ae_958.html aapg_ae_958.html:3191:273609:273627 Wolfcamp Guadalupe Mountains National Park -0.431157390646727534 +71173 cspg_html_8840748783 cspg_html_8840748783:649:78430:78459 Dunvegan Canada -0.403818336608281703 +71174 sedimentology_html_3805411746 sedimentology_html_3805411746:643:30710:30714 Hall London, Ontario -0.470262127852539125 +71175 aapg_ai_49.html aapg_ai_49.html:817:103893:103905 Dakota Colorado -0.470292003998596664 +71176 aapg_ae_650.html aapg_ae_650.html:240:24939:24948 Extension Algeria -0.490251895380975244 +71177 aapg_aa_484.html aapg_aa_484.html:380:36518:36523 Atoka McAlester, Oklahoma -0.422068899423675037 +71178 aapg_ae_397.html aapg_ae_397.html:3:299:304 Tyler Texas -0.00922476160912374769 +71179 aapg_ai_364.html aapg_ai_364.html:139:13612:13621 Stonewall Atoka, Oklahoma -0.498533441979883141 +71180 geology_html_5337740991 geology_html_5337740991:37:2827:2835 Columbia Earth -0.448121380852875006 +71181 aapg_aa_24.html aapg_aa_24.html:458:53064:53082 Lisburne Noatak River -0.462482864578064756 +71182 aapg_ae_253.html aapg_ae_253.html:106:11743:11766 Cotton Valley Rodessa, Louisiana -0.434518537443352337 +71183 aapg_ae_928.html aapg_ae_928.html:146:9632:9642 Davis Mount Holly, North Carolina -0.0114139159220517442 +71184 aapg_ae_419.html aapg_ae_419.html:1660:123342:123362 Agua Nueva Tampico, Illinois -0.15767321084340688 +71185 aapg_ae_324.html aapg_ae_324.html:1244:124487:124504 Tellico Athens, Georgia -0.46168136305604579 +71186 aapg_ac_544.html aapg_ac_544.html:336:42638:42646 Scranton Logan, Utah -0.0320063471843775108 +71187 aapg_af_545.html aapg_af_545.html:732:91759:91763 Frio Shreveport, Louisiana -0.0137248477945169315 +71188 gsa_html_6117440194 gsa_html_6117440194:431:44405:44430 Porcupine Wasatch Range -0.485285038948243097 +71189 aapg_aa_233.html aapg_aa_233.html:119:13291:13297 Cupido Matamoros, Tamaulipas -0.470236848829719556 +71190 geology_html_3374437567 geology_html_3374437567:218:20413:20421 Colorado Littleton, Colorado -0.452055720301517416 +71191 gsa_html_7464626519 gsa_html_7464626519:1118:99315:99337 Vallecito Conglomerate Colorado -0.49119789377684242 +71192 aapg_ac_825.html aapg_ac_825.html:115:12654:12681 Purisima Santa Cruz, California -0.420800576179594099 +71193 aapg_ah_738.html aapg_ah_738.html:427:55448:55454 Brazil Chile -0.0235653872963641764 +71194 cspg_html_6964953392 cspg_html_6964953392:423:50645:50675 Doig Victoria, British Columbia -0.469038078694436811 +71195 aapg_ae_757.html aapg_ae_757.html:56:7331:7335 Wendover San Juan, Argentina -0.45295011354581094 +71196 aapg_ae_319.html aapg_ae_319.html:596:50333:50344 Skull Creek Carmel, Indiana -0.416558780772657289 +71197 cspg_html_7798993528 cspg_html_7798993528:109:16353:16361 Palliser Lacombe, Alberta -0.487075683437370066 +71198 sedimentology_html_6711379489 sedimentology_html_6711379489:163:13760:13775 Sooke France -0.502707427663107609 +71199 aapg_ae_536.html aapg_ae_536.html:370:38819:38830 Belly River Illinois -0.477957819287112229 +71200 aapg_ac_634.html aapg_ac_634.html:20:2837:2862 Wolfcamp Florida Panhandle -0.494850594949005074 +71201 gsa_html_7012936645 gsa_html_7012936645:33:3056:3080 Martinsburg Martinsburg, Nebraska -0.433376961451207021 +71202 aapg_ah_143.html aapg_ah_143.html:291:26901:26929 Wabamun Canada -0.00904754985525311507 +71203 geology_html_2318773362 geology_html_2318773362:361:29075:29081 Oxford Pergamon Museum -0.0373010146688876193 +71204 gsa_html_6281658899 gsa_html_6281658899:796:82236:82259 Friars California -0.0387090842219993056 +71205 aapg_af_188.html aapg_af_188.html:271:30875:30890 Mt Lytton Colorado -0.464610795373413321 +71206 cspg_html_2184632302 cspg_html_2184632302:114:12004:12023 Athabasca Lacombe, Alberta -0.0567752597365521264 +71207 geology_html_9001300846 geology_html_9001300846:254:22578:22582 Bond North Atlantic Current -0.441517589995484405 +71208 aapg_ai_932.html aapg_ai_932.html:436:68284:68303 Point Sal Monterey, California -0.169315856709011003 +71209 aapg_ak_55.html aapg_ak_55.html:113:11783:11789 Forest Venango, Pennsylvania -0.452003931056544739 +71210 aapg_ad_170.html aapg_ad_170.html:90:9125:9149 Manning Canyon Logan, Utah -0.482092240402263728 +71211 aapg_ae_35.html aapg_ae_35.html:104:9802:9809 Wasatch Uinta Mountains 0.006789029590310529 +71212 aapg_ad_283.html aapg_ad_283.html:400:43695:43719 San Andres Nashville Basin -0.425424282088950667 +71213 cspg_html_2834693711 cspg_html_2834693711:964:117967:117977 Washington Victoria, British Columbia -0.439258669305734428 +71214 gsa_html_3648258377 gsa_html_3648258377:366:35098:35105 Magothy Bass River Township, New Jersey -0.47814331678503319 +71215 gsa_html_1520002998 gsa_html_1520002998:1001:80851:80878 Wind River Cheyenne, Wyoming -0.441406293921039528 +71216 cspg_html_9234101474 cspg_html_9234101474:183:22827:22842 Dunvegan Western world -0.472881299388360321 +71217 aapg_ah_847.html aapg_ah_847.html:203:23634:23643 New Egypt New Egypt, New Jersey -0.45644603384473742 +71218 aapg_ae_416.html aapg_ae_416.html:189:16920:16929 Catahoula Texas 0.0114990524500483016 +71219 aapg_ah_435.html aapg_ah_435.html:95:12170:12180 Georgetown Buda, Texas -0.478347409879961272 +71220 aapg_ak_104.html aapg_ak_104.html:33:4481:4494 Madison Cheyenne, Wyoming -0.0336555463053693354 +71221 gsa_html_2098291403 gsa_html_2098291403:378:36023:36029 Oregon Washington (state) -0.0221712043422439102 +71222 cspg_html_4287356899 cspg_html_4287356899:3323:350009:350031 Jungle Creek Victoria, British Columbia -0.00679945329563697194 +71223 aapg_af_0.html aapg_af_0.html:3:355:375 Palmarito Venezuela -0.0405891491966653695 +71224 cspg_html_4666332434 cspg_html_4666332434:351:58236:58252 Oldman Lacombe, Alberta -0.474526310844171573 +71225 aapg_ae_473.html aapg_ae_473.html:176:17354:17359 Eutaw Tuscaloosa, Alabama -0.398800711690714793 +71226 sedimentology_html_1269685062 sedimentology_html_1269685062:1504:89091:89096 Yukon Canada -0.0265036602918163264 +71227 jgeology_html_1045551181 jgeology_html_1045551181:78:3315:3323 Victoria Victoria, British Columbia -0.0630659190229546224 +71228 gsa_html_5865982995 gsa_html_5865982995:1003:109131:109148 Bridger Cheyenne, Wyoming -0.455188836413653375 +71229 geology_html_5494505242 geology_html_5494505242:213:16550:16554 Bell Africa -0.46105569042928074 +71230 cspg_html_4210762654 cspg_html_4210762654:227:30958:30973 Nisku Lacombe, Alberta -0.43491631701600808 +71231 aapg_ae_448.html aapg_ae_448.html:226:25987:26006 Smackover East Texas 0.330428455352783812 +71232 aapg_af_129.html aapg_af_129.html:468:49872:49880 Fountain Colorado -0.477121254719662491 +71233 cspg_html_9843429624 cspg_html_9843429624:48:6452:6460 Columbia Lake Ontario -0.0598011148469018913 +71234 cspg_html_9735723617 cspg_html_9735723617:360:46190:46215 Beverley Inlet Melville Island (Canada) 0.955213301426953376 +71235 aapg_ad_2.html aapg_ad_2.html:807:113972:113981 Franconia Franconia, New Hampshire 0.04004946279949749 +71236 aapg_af_854.html aapg_af_854.html:464:61325:61337 Locust Point Carwood, Indiana -0.484413309843390927 +71237 aapg_ae_909.html aapg_ae_909.html:148:14987:15011 Choctawhatchee Melbourne, Florida -0.477269506555081602 +71238 cspg_html_6255491344 cspg_html_6255491344:331:41328:41336 Columbia Victoria, British Columbia 0.000277948477905467942 +71239 aapg_ac_742.html aapg_ac_742.html:18:2794:2812 Sundance Black Hills 0.0441954264113851442 +71240 cspg_html_1434585715 cspg_html_1434585715:283:26368:26386 Paskapoo Calgary -0.450330250214128536 +71241 cspg_html_9157093462 cspg_html_9157093462:35:6603:6611 Columbia Victoria, British Columbia -0.483341806462215584 +71242 cspg_html_4403434336 cspg_html_4403434336:249:28712:28731 Read Bay Aitkin, Minnesota -0.481156254434641828 +71243 aapg_ad_719.html aapg_ad_719.html:98:12050:12059 Red River San Angelo, Texas -0.0118326507856826232 +71244 aapg_ae_310.html aapg_ae_310.html:72:8708:8716 Woodbine Whitesboro, New York -0.0114139159220517442 +71245 aapg_ad_169.html aapg_ad_169.html:78:10107:10127 Greenbrier Huntington, West Virginia -0.484266161538602968 +71246 cspg_html_4176605708 cspg_html_4176605708:409:40036:40059 Belle Fourche Westgate, Canterbury -0.054289647030115594 +71247 palaios_html_9719282309 palaios_html_9719282309:1110:73456:73481 Bowden Jamaica, Queens -0.449433936510724996 +71248 aapg_ac_400.html aapg_ac_400.html:147:15243:15251 Somerset Bedford, Massachusetts -0.0589319525022998364 +71249 AMJC_html_4504848787 AMJC_html_4504848787:286:29331:29353 Mechum River Charlottesville, Virginia -0.0176486817607870612 +71250 aapg_ad_466.html aapg_ad_466.html:559:64103:64119 Englishtown Closter, New Jersey -0.213050552251147385 +71251 aapg_ac_301.html aapg_ac_301.html:186:21642:21650 Richmond Logan, Utah -0.0405891491966653695 +71252 geology_html_1403981704 geology_html_1403981704:295:24627:24630 Rye Netherlands -0.0257194847392249668 +71253 aapg_ac_749.html aapg_ac_749.html:28:3614:3623 Queenston Niagara Falls -0.14123968776322629 +71254 aapg_af_575.html aapg_af_575.html:503:69708:69728 Batesville Boston Mountains -0.0584031825755885817 +71255 sedimentology_html_8676320501 sedimentology_html_8676320501:1493:82835:82840 Cadiz North Atlantic Current -0.471349814541787038 +71256 AMJC_html_8522115051 AMJC_html_8522115051:801:89538:89544 Oregon Boise, Idaho -0.47675536629509363 +71257 aapg_aa_314.html aapg_aa_314.html:411:49097:49105 Virginia Newport, Rhode Island -0.054289647030115594 +71258 aapg_ai_28.html aapg_ai_28.html:831:78756:78772 Lissie Beaumont, Texas -0.0165833779978511626 +71259 sedimentology_html_7186710002 sedimentology_html_7186710002:765:77498:77504 Moscow Russia -0.458750170743803365 +71260 aapg_ad_2.html aapg_ad_2.html:1031:141087:141108 Stonehenge Mount Nittany -0.466842269540434285 +71261 aapg_af_264.html aapg_af_264.html:159:22995:23023 Green River Uinta Mountains -0.0111724073673319709 +71262 aapg_aa_146.html aapg_aa_146.html:124:15937:15956 Mesaverde Cheyenne, Wyoming 0.0451063735866777601 +71263 geology_html_9628904338 geology_html_9628904338:46:5717:5733 Carmel Arizona -0.456391730122837791 +71264 gsa_html_8319219146 gsa_html_8319219146:526:56025:56045 Lockatong Doylestown, Pennsylvania -0.0449948948439064453 +71265 gsa_html_2672526596 gsa_html_2672526596:29:2796:2824 Green River Colorado -0.0135788887974534252 +71266 aapg_ai_234.html aapg_ai_234.html:111:11085:11094 Wyandotte Avoca, County Wicklow -0.470236848829719556 +71267 aapg_ai_107.html aapg_ai_107.html:240:24825:24832 Bossier Franklin County, Ohio -0.474203062673125064 +71268 gsa_html_2295363948 gsa_html_2295363948:789:57952:57980 Green River Colorado 0.00856109004465422686 +71269 aapg_af_90.html aapg_af_90.html:3:337:355 Stirling Death Valley -0.464610795373413321 +71270 cspg_html_1962846283 cspg_html_1962846283:688:76550:76570 Cadomin North Portal, Saskatchewan -0.454143259443463898 +71271 gsa_html_7193789775 gsa_html_7193789775:447:46299:46310 Green River Grand Junction, Colorado -0.201898104162123587 +71272 aapg_af_383.html aapg_af_383.html:49:7301:7307 Sierra Guatemala -0.499246281017071747 +71273 cspg_html_4516258038 cspg_html_4516258038:371:42179:42194 Bird Fiord Bathurst Island (Northern Territory) -0.00716428423732448638 +71274 aapg_ad_154.html aapg_ad_154.html:15:2051:2068 Martinsburg Middle Ordovician -0.0131340660726573313 +71275 palaios_html_6978265091 palaios_html_6978265091:868:79161:79165 Hall London, Ontario -0.485252303872338198 +71276 aapg_ac_79.html aapg_ac_79.html:26:3860:3867 Clinton Ontario, California 0.00587522535278851409 +71277 aapg_ai_664.html aapg_ai_664.html:9:1060:1101 Washington Houston -0.0323925309205377876 +71278 aapg_ad_0.html aapg_ad_0.html:215:19001:19009 Rockland Black River, Jamaica -0.0118656633091786638 +71279 aapg_af_854.html aapg_af_854.html:962:135423:135434 Paint Creek Randolph County, Indiana -0.446052041434467972 +71280 aapg_ai_523.html aapg_ai_523.html:38:4749:4765 Maroon Chinle Formation -0.466842269540434285 +71281 gsa_html_5960043103 gsa_html_5960043103:829:63938:63966 Green River Colorado 0.0120984894537366702 +71282 palaios_html_1474437774 palaios_html_1474437774:1072:81103:81131 Green River Logan, Utah -0.176742798631654513 +71283 cspg_html_9753247638 cspg_html_9753247638:587:58564:58588 Albert New Brunswick, New Jersey -0.0527620925297026463 +71284 geology_html_5412269979 geology_html_5412269979:92:6394:6415 Green River Cheyenne, Wyoming -0.00365504393340889116 +71285 cspg_html_2758185645 cspg_html_2758185645:307:28505:28528 Turner Valley Lacombe, Alberta -0.0102706745632111761 +71286 geology_html_2881397713 geology_html_2881397713:189:17372:17383 Black River Ontario, California -0.0443852715677367574 +71287 aapg_ah_536.html aapg_ah_536.html:100:13112:13128 Walnut Paluxy, Texas -0.492239240738401806 +71288 cspg_html_1665574291 cspg_html_1665574291:6:464:482 Edmonton Lacombe, Alberta -0.0306147978884375553 +71289 cspg_html_3328007773 cspg_html_3328007773:411:41060:41079 Boulder Creek Boulder Creek (Colorado) -0.500102490048990767 +71290 cspg_html_2178758494 cspg_html_2178758494:277:36964:36988 Athabasca Lacombe, Alberta -0.446669666957771216 +71291 aapg_ai_227.html aapg_ai_227.html:50:4688:4694 Dakota Uinta Mountains -0.0031964218159343861 +71292 aapg_aa_298.html aapg_aa_298.html:742:96333:96350 Paradox Logan, Utah -0.455188836413653375 +71293 aapg_ae_901.html aapg_ae_901.html:993:108567:108588 Dutch Creek Missouri River -0.0312427146313614852 +71294 gsa_html_1040524378 gsa_html_1040524378:936:92891:92897 Denver Colorado -0.0836070570753074532 +71295 aapg_ad_715.html aapg_ad_715.html:289:37009:37015 Morgan McAlester, Oklahoma -0.415081112396476104 +71296 aapg_ac_563.html aapg_ac_563.html:396:55797:55813 Yucatan Santiago -0.0498491257699788942 +71297 palaios_html_2621173808 palaios_html_2621173808:1054:105457:105462 Banff Lacombe, Alberta -0.0151097603849725953 +71298 aapg_ad_958.html aapg_ad_958.html:493:48622:48644 Gilmore City Logan County, West Virginia 0.0121158646084473642 +71299 aapg_ah_318.html aapg_ah_318.html:1839:171287:171293 Sierra Zacatecas, Zacatecas -0.0916692289916149899 +71300 aapg_ah_644.html aapg_ah_644.html:133:15685:15698 Gypsum Spring Black Hills -0.44951252529713398 +71301 aapg_ac_212.html aapg_ac_212.html:45:6693:6698 Uinta Uinta Mountains -0.0327735084996737119 +71302 aapg_ai_249.html aapg_ai_249.html:806:105059:105079 Agua Nueva Guatemala 0.895573582211752761 +71303 gsa_html_7040053075 gsa_html_7040053075:419:44022:44028 Walnut San Jose, California -0.493383370963238699 +71304 gsa_html_2220556952 gsa_html_2220556952:806:93924:93943 Pansy Lee Conglomerate Reno, Nevada -0.090689162588663344 +71305 gsa_html_4710273960 gsa_html_4710273960:73:3898:3926 Green River New Mexico -0.448287309474040385 +71306 geology_html_2124258904 geology_html_2124258904:287:19151:19160 Champagne Illinois -0.456416618922522499 +71307 aapg_ai_781.html aapg_ai_781.html:10:1195:1201 Sierra Chihuahua (state) -0.0590855308017678646 +71308 aapg_af_981.html aapg_af_981.html:584:59148:59169 Almond Cheyenne, Wyoming -0.456344217050148659 +71309 aapg_ac_252.html aapg_ac_252.html:75:6749:6774 Elephant Canyon Hermosa, Chicago -0.451787799117909672 +71310 aapg_ad_316.html aapg_ad_316.html:592:67600:67604 Kent Tanzania -0.466727815469158758 +71311 aapg_ac_514.html aapg_ac_514.html:18:2009:2021 Austin Chalk Buda, Texas -0.432567436469128874 +71312 aapg_ah_622.html aapg_ah_622.html:82:9153:9172 Mesaverde Powder River (Montana) 0.390046429652356696 +71313 aapg_ae_692.html aapg_ae_692.html:127:14820:14838 Deadwood Sauk Village, Illinois -0.460294098757325021 +71314 aapg_ai_49.html aapg_ai_49.html:275:32941:32948 Wingate Dolores, Colorado -0.484077007932315562 +71315 gsa_html_3241858546 gsa_html_3241858546:14:475:481 Reston Virginia -0.04576482531518513 +71316 aapg_ae_813.html aapg_ae_813.html:769:66556:66561 Colon Matanzas -0.465595518002078101 +71317 aapg_ah_878.html aapg_ah_878.html:258:30082:30093 Fossil Hill Lake Huron -0.0329039831634222388 +71318 cspg_html_8891363498 cspg_html_8891363498:260:23892:23914 Fort Simpson McKenzie River -0.459919224612040101 +71319 palaios_html_1203478109 palaios_html_1203478109:1023:90571:90589 Imperial California -0.442595627901035182 +71320 aapg_ad_785.html aapg_ad_785.html:786:85209:85225 Fountain Western world -0.0301277931102772942 +71321 cspg_html_7971908357 cspg_html_7971908357:128:16320:16349 Kishenehn Victoria, British Columbia -0.441553207562292771 +71322 aapg_ac_301.html aapg_ac_301.html:395:46143:46156 Mountain City Reno, Nevada -0.0222581200663617834 +71323 cspg_html_9508543859 cspg_html_9508543859:157:18043:18056 Potsdam Black River, Jamaica -0.0301590999875516533 +71324 palaios_html_2623118674 palaios_html_2623118674:10:442:462 North Horn Logan, Utah -0.208163659242167315 +71325 aapg_af_164.html aapg_af_164.html:106:9092:9097 Boone Mississippi River -0.489758135810969386 +71326 aapg_ai_29.html aapg_ai_29.html:563:70351:70357 Lissie Beaumont, Texas -0.0707549992783903375 +71327 cspg_html_3858482121 cspg_html_3858482121:155:14210:14213 Pen Canada -0.0516462775496139975 +71328 gsa_html_1826402027 gsa_html_1826402027:511:59345:59364 Bidahochi Mogollon, New Mexico -0.462963655759663584 +71329 aapg_ac_831.html aapg_ac_831.html:48:6253:6260 Hermosa Hermosa, Chicago -0.145200249708965612 +71330 palaios_html_1018466366 palaios_html_1018466366:908:104528:104532 Bell Logan, Utah -0.464419004431934179 +71331 aapg_aa_145.html aapg_aa_145.html:61:8204:8212 Columbia Victoria, British Columbia -0.447859095614761116 +71332 aapg_ae_35.html aapg_ae_35.html:92:8923:8936 Wasatch Uinta Mountains -0.409498265768523217 +71333 gsa_html_8491258533 gsa_html_8491258533:295:35201:35212 Spider Lake Long Mountain (Hampshire County, Massachusetts) -0.464884854319956187 +71334 aapg_ae_324.html aapg_ae_324.html:1235:123206:123214 Virginia Knoxville, Tennessee -0.470457490274840129 +71335 aapg_af_438.html aapg_af_438.html:112:14576:14596 Reforma Mexico -0.485238274937032199 +71336 sedimentology_html_3526020464 sedimentology_html_3526020464:493:32187:32191 Java Borneo -0.464450966712688929 +71337 aapg_ae_535.html aapg_ae_535.html:213:26142:26153 Narrow Cape Cape Cod -0.0568223643929518102 +71338 geology_html_4052445617 geology_html_4052445617:296:21322:21330 Columbia Victoria, British Columbia -0.442548827459522287 +71339 cspg_html_2013109828 cspg_html_2013109828:301:55959:55980 Beaverfoot Western world -0.469230874046953295 +71340 cspg_html_7086880709 cspg_html_7086880709:306:39136:39144 Columbia Victoria, British Columbia -0.481870957939069144 +71341 gsa_html_4415818938 gsa_html_4415818938:394:29731:29737 Brazil Venezuela -0.458641287983651336 +71342 geology_html_3654008380 geology_html_3654008380:401:27158:27166 Colorado Denver -0.0510291657486304576 +71343 cspg_html_8312989046 cspg_html_8312989046:105:13659:13671 Bowser Anchorage, Alaska -0.0242746935922993796 +71344 aapg_ad_3.html aapg_ad_3.html:362:33493:33506 Knox Dolomite East Tennessee -0.451875596518584666 +71345 aapg_ai_816.html aapg_ai_816.html:201:31431:31435 Drum Cherryvale, Kansas -0.493404616882510805 +71346 geology_html_5323396367 geology_html_5323396367:163:17515:17543 John Day Salem, Oregon 0.513391164141319578 +71347 aapg_af_150.html aapg_af_150.html:51:5135:5148 Cotton Valley Arkansas -0.012400818539292929 +71348 aapg_ad_958.html aapg_ad_958.html:507:50132:50152 Keokuk Sedalia, Missouri -0.0338991191876076986 +71349 aapg_aa_654.html aapg_aa_654.html:238:35979:35996 Tererro Sangre de Cristo Range -0.0325612728688678896 +71350 aapg_af_733.html aapg_af_733.html:91:13127:13151 Frio Shreveport, Louisiana -0.455310861563052449 +71351 gsa_html_8833777630 gsa_html_8833777630:824:90432:90438 Reston Virginia -0.465616092314337648 +71352 gsa_html_1009717507 gsa_html_1009717507:853:78653:78661 Scotland London, Ontario -0.0507572345457288979 +71353 gsa_html_1744648670 gsa_html_1744648670:1705:147740:147778 Kingston Peak California 0.713121465938920784 +71354 aapg_ae_324.html aapg_ae_324.html:771:78940:78961 Beekmantown Cumberland, Maryland -0.482430096983488987 +71355 geology_html_1655073154 geology_html_1655073154:286:24078:24095 Rapid Kilauea, Hawaii -0.496235102069879308 +71356 aapg_af_579.html aapg_af_579.html:264:28201:28212 Summerville Logan, Utah -0.438592713276552693 +71357 cspg_html_3328007773 cspg_html_3328007773:971:99256:99264 Columbia Victoria, British Columbia -0.457555451333636842 +71358 aapg_ai_416.html aapg_ai_416.html:75:8542:8558 Dakota Cheyenne, Wyoming 0.431078138050761561 +71359 gsa_html_7040053075 gsa_html_7040053075:414:43212:43219 Topanga San Gabriel Mountains -0.482597909534674852 +71360 aapg_aa_956.html aapg_aa_956.html:190:19656:19665 Vicksburg Mississippi River -0.462111625185478381 +71361 aapg_ad_683.html aapg_ad_683.html:73:11118:11144 Dolores Colorado -0.07011150497375368 +71362 geology_html_8351855241 geology_html_8351855241:52:5912:5928 Colorado Uinta Mountains -0.0372366206791455642 +71363 aapg_ad_255.html aapg_ad_255.html:143:14828:14858 Vicksburg Texas -0.0306147978884375553 +71364 aapg_ae_777.html aapg_ae_777.html:607:68386:68405 Leadville Colorado -0.477401564658383792 +71365 gsa_html_8237815743 gsa_html_8237815743:417:40650:40672 Arroyo Santo Domingo, Ilocos Sur -0.044101376246448068 +71366 cspg_html_3124360347 cspg_html_3124360347:100:18457:18467 Table Head Great Britain -0.0115181647621516343 +71367 gsa_html_2768342942 gsa_html_2768342942:761:73494:73498 Bond North Atlantic Current -0.413350620311348449 +71368 sedimentology_html_4101202094 sedimentology_html_4101202094:439:45922:45930 Columbia Victoria, British Columbia -0.00456360840821551893 +71369 cspg_html_7434089303 cspg_html_7434089303:340:43326:43338 Warming Land Washington (state) -0.491075466427918716 +71370 aapg_ad_430.html aapg_ad_430.html:175:13239:13269 Smackover Shreveport, Louisiana -0.0160185962775735123 +71371 aapg_aa_71.html aapg_aa_71.html:220:18284:18292 Onondaga Potter County, Texas -0.491237921935693156 +71372 sedimentology_html_9793182930 sedimentology_html_9793182930:1055:70292:70299 Gateway Colorado -0.50210373062480862 +71373 aapg_ai_159.html aapg_ai_159.html:361:40095:40120 Empire Salem, Oregon -0.472881299388360321 +71374 sedimentology_html_3021996168 sedimentology_html_3021996168:782:41924:41949 Fort Crittenden Arizona -0.0277017418114762735 +71375 cspg_html_2378968525 cspg_html_2378968525:8:621:643 Basal Drumheller -0.492470301114008024 +71376 aapg_ah_534.html aapg_ah_534.html:335:28137:28151 Onondaga Stroudsburg, Pennsylvania -0.507456832997254637 +71377 gsa_html_2364640066 gsa_html_2364640066:749:76331:76339 Yakataga Anchorage, Alaska -0.0222894098360483031 +71378 aapg_ae_419.html aapg_ae_419.html:1849:131450:131468 Tamasopo Tampico, Illinois 0.672177710051479971 +71379 jgeology_html_1836103970 jgeology_html_1836103970:138:9141:9161 Boss Point Logan, Utah -0.491386278060246817 +71380 aapg_ae_884.html aapg_ae_884.html:190:25321:25330 Mesaverde Powder River Basin -0.438450704245630596 +71381 gsa_html_7580135520 gsa_html_7580135520:611:55412:55418 Oregon Salem, Oregon -0.518086119858462979 +71382 palaios_html_4455103779 palaios_html_4455103779:71:8051:8057 Walker Sapelo Island -0.479719327950920094 +71383 geology_html_4499032177 geology_html_4499032177:13:697:703 Oxford Ohio -0.486735992068403789 +71384 aapg_ah_966.html aapg_ah_966.html:95:8759:8765 Bethel Bethel, Alaska -0.466299888436986554 +71385 geology_html_1943656153 geology_html_1943656153:279:22512:22518 Brazil Cape Town -0.465787563493960222 +71386 aapg_ai_424.html aapg_ai_424.html:3:153:162 Minnelusa Black Hills 1.15922917189978936 +71387 aapg_ae_571.html aapg_ae_571.html:181:15208:15216 Colorado Denver -0.477269506555081602 +71388 gsa_html_9991813982 gsa_html_9991813982:22:1422:1428 Denver Colorado -0.47735290933611807 +71389 cspg_html_9689514766 cspg_html_9689514766:815:102277:102284 Telford Ontario, California -0.450006666987963933 +71390 aapg_ad_580.html aapg_ad_580.html:466:60814:60826 Wilcox Texas -0.462302919433881576 +71391 aapg_af_592.html aapg_af_592.html:152:13024:13040 San Andres West Texas -0.00998573864189263374 +71392 aapg_ae_461.html aapg_ae_461.html:22:3638:3657 Smackover Cotton Valley, Louisiana -0.426608897791606878 +71393 aapg_ae_35.html aapg_ae_35.html:73:6989:7000 Green River Wasatch Range -0.466073422560892126 +71394 cspg_html_2113617629 cspg_html_2113617629:923:100622:100639 Cardium Canada -0.0129759471663572871 +71395 aapg_aa_171.html aapg_aa_171.html:532:49050:49055 Logan Canada -0.463465231196217298 +71396 aapg_ai_546.html aapg_ai_546.html:59:6210:6217 Kanawha Logan, Utah -0.463764030920631232 +71397 aapg_af_579.html aapg_af_579.html:36:5327:5331 Rico Ouray, Colorado -0.44056532751251043 +71398 cspg_html_1118978429 cspg_html_1118978429:171:18022:18039 Cadomin Crowsnest Pass, Alberta -0.0963145753933744159 +71399 gsa_html_7102550258 gsa_html_7102550258:1168:117469:117500 Haymond West, Texas -0.484114368303559472 +71400 sedimentology_html_4372260172 sedimentology_html_4372260172:628:52191:52207 Curtis Logan, Utah -0.437960495533138761 +71401 aapg_aa_598.html aapg_aa_598.html:425:39383:39392 Chugwater Cheyenne, Wyoming 0.000729614901202842885 +71402 AMJC_html_3663607423 AMJC_html_3663607423:202:18843:18849 Oxford England -0.455252106655251121 +71403 aapg_ah_476.html aapg_ah_476.html:51:6955:6960 Atoka Atoka, Oklahoma -0.424391951314652904 +71404 sedimentology_html_8094200836 sedimentology_html_8094200836:168:11386:11392 Sierra Sierra Nevada (Spain) -0.485266333037401854 +71405 geology_html_2132302312 geology_html_2132302312:56:4973:4983 Washington Victoria, British Columbia -0.0309000524599756105 +71406 aapg_aa_303.html aapg_aa_303.html:310:28503:28511 Colorado Colorado -0.473653815287124913 +71407 aapg_ad_67.html aapg_ad_67.html:246:32132:32153 Sabinetown Mississippi River -0.4597965726108596 +71408 gsa_html_2145963783 gsa_html_2145963783:687:63484:63490 Snyder California 0.00157388492495401659 +71409 gsa_html_2962806074 gsa_html_2962806074:1159:99243:99250 Perdido Mexico -0.457582637906406409 +71410 cspg_html_5345848475 cspg_html_5345848475:346:39754:39771 Carlile Manitoba 0.80281962240900917 +71411 aapg_ah_180.html aapg_ah_180.html:114:12768:12776 Onondaga Lehigh River -0.458720680358492616 +71412 aapg_ah_330.html aapg_ah_330.html:152:16634:16651 Temblor Monterey, California -0.0120637391733475121 +71413 palaios_html_1262064602 palaios_html_1262064602:738:79805:79821 Chinle Arizona -0.441437455474761709 +71414 aapg_af_448.html aapg_af_448.html:39:5166:5172 Oregon Boise, Idaho 0.0377517841107266536 +71415 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8100:8108 Snowslip Grinnell, Iowa -0.470365549607814404 +71416 gsa_html_8346147422 gsa_html_8346147422:29:2796:2824 Green River Colorado -0.0199532604557582163 +71417 cspg_html_3328007773 cspg_html_3328007773:980:99971:99979 Columbia Lacombe, Alberta -0.0127518020559754426 +71418 cspg_html_3404912985 cspg_html_3404912985:326:52169:52190 Belly River Judith River Formation -0.448484669177164286 +71419 cspg_html_3104351736 cspg_html_3104351736:17:2047:2063 Oldman Lacombe, Alberta -0.487631194234456278 +71420 aapg_aa_633.html aapg_aa_633.html:23:3313:3322 Macuspana Veracruz, Veracruz 0.00557294326279580542 +71421 aapg_ah_90.html aapg_ah_90.html:73:11697:11709 Burro Canyon Cedar Mountains 0.0134746328409381076 +71422 palaios_html_2847312584 palaios_html_2847312584:276:36377:36381 Kope Waynesville, North Carolina -0.486925734041852465 +71423 aapg_af_436.html aapg_af_436.html:176:19735:19742 Bedford Venango, Pennsylvania -0.110475348463202602 +71424 gsa_html_7195000001 gsa_html_7195000001:176:21280:21298 Eureka Sound Greely, Ontario -0.45644603384473742 +71425 aapg_ac_965.html aapg_ac_965.html:261:26904:26911 Manlius Western world -0.0625245742486152251 +71426 jgeology_html_9604503485 jgeology_html_9604503485:442:28861:28869 Michigan Phoenix, Arizona -0.0506509051785974038 +71427 aapg_ad_247.html aapg_ad_247.html:9:730:740 Washington Salem, Oregon -0.0355416373678999614 +71428 aapg_af_461.html aapg_af_461.html:341:29502:29510 Colorado Denver -0.487926676393575676 +71429 aapg_ae_113.html aapg_ae_113.html:124:16415:16433 Read Bay Wales Island (British Columbia) -0.42655631436454855 +71430 geology_html_9763603202 geology_html_9763603202:314:25418:25430 Owens Valley Sierra Nevada (U.S.) -0.479073721727517277 +71431 aapg_ac_528.html aapg_ac_528.html:77:8523:8535 Rock Springs Cheyenne, Wyoming -0.0957747143406404849 +71432 gsa_html_9101414177 gsa_html_9101414177:29:2796:2824 Green River Colorado -0.0280825762237737336 +71433 aapg_ah_69.html aapg_ah_69.html:149:14234:14239 Chazy Black River, Jamaica -0.0343166851191607572 +71434 sedimentology_html_2139169476 sedimentology_html_2139169476:872:62376:62385 Peninsula Korea -0.486794549910148755 +71435 aapg_ad_691.html aapg_ad_691.html:49:5668:5678 Georgetown Austin, Chicago -0.0156223882901486526 +71436 aapg_af_861.html aapg_af_861.html:294:28266:28278 Weston Missouri River -0.235973218310699312 +71437 sedimentology_html_1157284082 sedimentology_html_1157284082:782:61520:61532 Pozo Spain -0.515177687643571414 +71438 gsa_html_4543270561 gsa_html_4543270561:840:76990:76999 San Diego California -0.0241651662660577748 +71439 aapg_ad_786.html aapg_ad_786.html:96:10115:10133 Honeycut Llano, Texas -0.530855309992410929 +71440 aapg_ac_253.html aapg_ac_253.html:4:721:737 Frisco Frisco, Texas -0.435679199475508039 +71441 cspg_html_8662646956 cspg_html_8662646956:85:15739:15748 Mackenzie Great Slave Lake -0.253954364804115817 +71442 gsa_html_9898556493 gsa_html_9898556493:150:19321:19339 Riverbank Tuolumne River 0.00618098339761408676 +71443 geology_html_6684799635 geology_html_6684799635:28:870:874 Bern Switzerland -0.451733774163315116 +71444 aapg_af_728.html aapg_af_728.html:138:16725:16736 Elko Reno, Nevada -0.204735478673384763 +71445 gsa_html_4543270561 gsa_html_4543270561:979:86082:86095 Santa Barbara Baja California peninsula -0.0706553225515223066 +71446 aapg_ah_529.html aapg_ah_529.html:5:669:685 Abrigo Arizona -0.452887004013691252 +71447 aapg_ah_696.html aapg_ah_696.html:367:51693:51701 Richland Washington (state) -0.495740204770814097 +71448 aapg_aa_37.html aapg_aa_37.html:19:2937:2953 Toroweap Reno, Nevada 0.30818957589607926 +71449 aapg_ac_334.html aapg_ac_334.html:16:1849:1856 Moncton Stony Creek, New York -0.450586501765938174 +71450 cspg_html_9843429624 cspg_html_9843429624:122:14938:14960 Cooking Lake Lacombe, Alberta 0.780141185022632633 +71451 aapg_ai_28.html aapg_ai_28.html:19:2030:2039 Red River Texas -0.42652126035610638 +71452 sedimentology_html_5613495298 sedimentology_html_5613495298:934:47338:47344 Chinle Chinle Formation -0.486220855983571787 +71453 aapg_af_508.html aapg_af_508.html:384:41117:41133 Viking Regina, Saskatchewan -0.0102706745632111761 +71454 aapg_ae_181.html aapg_ae_181.html:108:16023:16029 Ripley Selma to Montgomery marches -0.205291716243852257 +71455 aapg_ai_515.html aapg_ai_515.html:365:39052:39063 Green River Uinta Mountains -0.233769773403875114 +71456 gsa_html_7618842473 gsa_html_7618842473:579:59850:59858 Fountain McMurdo Sound -0.00440204655713307986 +71457 aapg_ad_0.html aapg_ad_0.html:77:8005:8024 Franconia Wisconsin -0.451956647802202349 +71458 aapg_ac_215.html aapg_ac_215.html:58:7209:7228 Englewood Black Hills -0.0276130558793904295 +71459 aapg_ac_807.html aapg_ac_807.html:420:43176:43184 Patapsco Maryland -0.020196595303077311 +71460 aapg_ae_419.html aapg_ae_419.html:1522:115626:115638 Mendez Texas -0.106057512087672848 +71461 jgeology_html_3196624419 jgeology_html_3196624419:562:42183:42199 Aquia Virginia -0.010750205891597751 +71462 cspg_html_7178716951 cspg_html_7178716951:58:8521:8536 Grassy Mountain Kootenay River -0.455188836413653375 +71463 aapg_ah_391.html aapg_ah_391.html:604:39570:39587 Gaviota California -0.0149690067830474411 +71464 aapg_ac_824.html aapg_ac_824.html:599:54985:54993 Colorado Royal Gorge Bridge -0.462102516958969756 +71465 gsa_html_9898556493 gsa_html_9898556493:73:9567:9585 Merced California -0.0402548881501223546 +71466 geology_html_5412269979 geology_html_5412269979:310:22007:22013 Oxford Crowley, Louisiana -0.43597788776021662 +71467 aapg_ac_913.html aapg_ac_913.html:142:13503:13508 Atoka Hartshorne, Oklahoma -0.00547565736357211348 +71468 aapg_ah_180.html aapg_ah_180.html:71:7754:7762 Onondaga Esopus Creek -0.473815322787249471 +71469 aapg_af_833.html aapg_af_833.html:1075:119209:119228 Minnelusa Cheyenne, Wyoming -0.472501057082917231 +71470 cspg_html_8279927914 cspg_html_8279927914:21:2718:2735 Gilwood Lacombe, Alberta -0.441798115405519942 +71471 aapg_ah_903.html aapg_ah_903.html:104:17704:17710 Sparta Charlotte, North Carolina -0.459887424332023564 +71472 sedimentology_html_2909366246 sedimentology_html_2909366246:1715:81865:81870 Price Gold Coast, Queensland -0.00547565736357211348 +71473 aapg_ad_959.html aapg_ad_959.html:45:4817:4828 Clays Ferry Williamstown, Victoria -0.01748532023179648 +71474 cspg_html_9222238695 cspg_html_9222238695:554:64219:64227 Columbia Victoria, British Columbia -0.0158621976007121031 +71475 aapg_aa_193.html aapg_aa_193.html:9:1475:1482 Sayabec Western world -0.0160568272228306316 +71476 cspg_html_3529479452 cspg_html_3529479452:429:48927:48933 Silica Amsterdam -0.060940981097562269 +71477 aapg_af_625.html aapg_af_625.html:578:59879:59889 Bloomsburg Salina, Kansas 0.957145558229600457 +71478 aapg_af_952.html aapg_af_952.html:45:4671:4677 Brazil Thailand -0.0684611516043481111 +71479 aapg_ac_246.html aapg_ac_246.html:580:56306:56337 Newcastle Black Hills 0.00313388258007131059 +71480 aapg_ai_584.html aapg_ai_584.html:73:7169:7187 Tensleep Laramie, Wyoming -0.0168874970090907538 +71481 gsa_html_9754183813 gsa_html_9754183813:58:4198:4226 Green River Colorado 0.0112505933991891086 +71482 aapg_ae_180.html aapg_ae_180.html:48:5770:5778 Nacatoch Austin, Chicago 0.00573971941669260566 +71483 gsa_html_2826748134 gsa_html_2826748134:58:4354:4382 Green River Colorado -0.0316827975818438426 +71484 jgeology_html_1188020601 jgeology_html_1188020601:319:19366:19378 Little Falls Lyon Mountain (Clinton County, New York) -0.452909542628234352 +71485 aapg_ac_846.html aapg_ac_846.html:33:5629:5649 Carbondale Modesto, California 0.0169153023812674656 +71486 cspg_html_8369994160 cspg_html_8369994160:82:8770:8793 Turner Valley Elkton, Kentucky -0.466810220907495799 +71487 aapg_ac_199.html aapg_ac_199.html:122:15990:15998 Tomstown Dolomites -0.462097962880594848 +71488 aapg_af_178.html aapg_af_178.html:239:21852:21862 Washington Mount Diablo -0.403197783083087236 +71489 geology_html_4621207756 geology_html_4621207756:281:23922:23940 Frontier Cheyenne, Wyoming -0.417361386985468708 +71490 aapg_ac_745.html aapg_ac_745.html:133:11231:11247 Oswego Oswego, New York -0.484674969173666037 +71491 cspg_html_2758324131 cspg_html_2758324131:32:6056:6075 Lodgepole Middle East -0.457532796484121151 +71492 aapg_ac_613.html aapg_ac_613.html:3:340:359 Mesaverde New Mexico -0.0619064527137018483 +71493 gsa_html_5060576576 gsa_html_5060576576:692:66335:66342 Andrews Iceland -0.437953842888147871 +71494 gsa_html_8707521176 gsa_html_8707521176:827:73791:73814 Pinney Hollow Bennington, Vermont -0.048597821756073703 +71495 aapg_aa_682.html aapg_aa_682.html:542:52633:52639 Hertha Bourbon County, Kansas -0.425883940037075581 +71496 cspg_html_7963093032 cspg_html_7963093032:360:34759:34790 Bow Island Lacombe, Alberta -0.485252303872338198 +71497 cspg_html_5779937878 cspg_html_5779937878:19:2447:2456 Athabasca CFB Cold Lake -0.0435562539048757053 +71498 sedimentology_html_6210806021 sedimentology_html_6210806021:828:47459:47474 Nisku Lacombe, Alberta -0.0062678467546358578 +71499 aapg_ad_133.html aapg_ad_133.html:164:15556:15564 Wolfcamp Ector, Texas -0.000180666507077184774 +71500 sedimentology_html_4101202094 sedimentology_html_4101202094:426:42576:42582 Oregon Salem, Oregon -0.466920106770381871 +71501 gsa_html_8840132442 gsa_html_8840132442:851:85391:85399 Beaumont Caldwell, New Jersey -0.444871652179790411 +71502 aapg_ai_593.html aapg_ai_593.html:1907:184529:184539 Fort Worth Texas 0.0124216689309690972 +71503 gsa_html_3484366946 gsa_html_3484366946:1826:147803:147814 Sadlerochit Anchorage, Alaska -0.434580403200599208 +71504 sedimentology_html_8344884381 sedimentology_html_8344884381:1169:98847:98873 River Bend North Carolina -0.0209613827792686502 +71505 gsa_html_1075724130 gsa_html_1075724130:410:34749:34774 Bouse Colorado Plateau -0.0451203085338412122 +71506 palaios_html_3063127986 palaios_html_3063127986:874:79395:79413 Yakataga Anchorage, Alaska -0.0263436919689617882 +71507 AMJC_html_1873062106 AMJC_html_1873062106:1021:108931:108945 Cedar Mountain Logan, Utah -0.485285038948243097 +71508 aapg_ae_65.html aapg_ae_65.html:239:26349:26364 Telegraph Creek Niobrara, Nebraska -0.504073924760045866 +71509 gsa_html_1266138577 gsa_html_1266138577:621:51895:51905 Notch Peak Logan, Utah -0.22621806523876839 +71510 aapg_af_471.html aapg_af_471.html:282:33190:33199 Hartselle Hartselle, Alabama -0.444945382159606273 +71511 aapg_af_211.html aapg_af_211.html:20:1662:1679 Edwards Luling, Louisiana -0.0586492384279609716 +71512 aapg_ah_467.html aapg_ah_467.html:324:30112:30118 Fernie Benton, Arkansas 0.423858724577294343 +71513 cspg_html_4636216007 cspg_html_4636216007:579:55646:55661 Melville Island Canadian Arctic Archipelago -0.0540437511294119405 +71514 aapg_ac_984.html aapg_ac_984.html:359:31658:31684 Ironton Trempealeau, Wisconsin 0.0014766026609327194 +71515 aapg_ac_233.html aapg_ac_233.html:503:59183:59192 Littleton Colorado -0.471501691978871318 +71516 AMJC_html_7984049819 AMJC_html_7984049819:716:77372:77388 Eliot Fredericton (electoral district) -0.468255854243320946 +71517 aapg_ae_391.html aapg_ae_391.html:461:42761:42767 Salado Delaware -0.442762791672519862 +71518 aapg_ah_618.html aapg_ah_618.html:125:11118:11138 Phosphoria Logan, Utah -0.25165978511450493 +71519 gsa_html_7808051457 gsa_html_7808051457:39:2997:3021 Manitou Colorado -0.0120637391733475121 +71520 cspg_html_8600619449 cspg_html_8600619449:202:25159:25177 Hare Indian Canol Heritage Trail -0.443732938342886629 +71521 geology_html_5723433868 geology_html_5723433868:176:15230:15234 Bell Africa -0.501135865087091292 +71522 cspg_html_6810036199 cspg_html_6810036199:9:1155:1176 Peace River Lacombe, Alberta -0.458822766590828601 +71523 aapg_ae_147.html aapg_ae_147.html:438:49138:49144 Modelo South Mountains (Arizona) -0.0236279718682710811 +71524 aapg_aa_544.html aapg_aa_544.html:132:18053:18062 Chugwater Cheyenne, Wyoming -0.452882496357985831 +71525 aapg_ah_83.html aapg_ah_83.html:83:10764:10784 Bear River Cheyenne, Wyoming -0.00369326253166423358 +71526 cspg_html_9343899465 cspg_html_9343899465:1343:112207:112226 Nordstrand Point Ellesmere Island -0.235311874701958496 +71527 aapg_af_622.html aapg_af_622.html:42:4073:4077 Kent County Clare -0.467016268103292775 +71528 aapg_aa_644.html aapg_aa_644.html:612:53401:53417 Draney Boise, Idaho -0.469152832749018645 +71529 cspg_html_7086880709 cspg_html_7086880709:482:63649:63655 Tetcho Hay River (Canada) -0.087615202831262437 +71530 geology_html_4584769570 geology_html_4584769570:220:21656:21666 Point Loma La Jolla -0.460980639153810601 +71531 cspg_html_2834693711 cspg_html_2834693711:111:16803:16808 Comox Nanaimo -0.481766159765426027 +71532 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4532:4552 Swan River Regina, Saskatchewan -0.00680987700292186304 +71533 gsa_html_3445493534 gsa_html_3445493534:733:75492:75510 Sisquoc California -0.0153756304706319062 +71534 gsa_html_8349861296 gsa_html_8349861296:1040:87440:87449 Esmeralda Mono County, California -0.462453250854801823 +71535 sedimentology_html_1904148776 sedimentology_html_1904148776:1046:58627:58633 Taylor London, Ontario -0.482963947665808413 +71536 aapg_ah_779.html aapg_ah_779.html:517:97749:97759 Keokuk Illinois 0.00738665861447657893 +71537 gsa_html_8840132442 gsa_html_8840132442:260:30794:30813 Paskapoo Lacombe, Alberta 0.886232628883539708 +71538 aapg_ad_152.html aapg_ad_152.html:1945:255262:255272 Phosphoria Reno, Nevada -0.445157668105484183 +71539 cspg_html_1222040397 cspg_html_1222040397:38:5497:5512 Skoki Middle Ordovician -0.00515253017068293719 +71540 aapg_ae_687.html aapg_ae_687.html:40:5502:5522 Phosphoria Boise, Idaho 0.416845040021309454 +71541 geology_html_8042752734 geology_html_8042752734:92:7690:7697 Pacoima San Fernando Valley -0.471363620495062197 +71542 aapg_af_486.html aapg_af_486.html:146:17013:17036 West Foreland Cook Inlet -0.474918987556243288 +71543 aapg_ac_841.html aapg_ac_841.html:1194:123461:123468 Gracias Juticalpa -0.526223307429491527 +71544 gsa_html_9052101586 gsa_html_9052101586:530:66463:66476 Lake Michigan Des Moines, Washington -0.028002582716924157 +71545 sedimentology_html_8006979411 sedimentology_html_8006979411:1305:98508:98516 Columbia Victoria, British Columbia -0.441459714368856782 +71546 cspg_html_5484260516 cspg_html_5484260516:216:23091:23117 Big Valley Victoria, British Columbia -0.439165406786194035 +71547 palaios_html_6757540995 palaios_html_6757540995:402:34546:34565 Demopolis Alabama 0.00389825344276496875 +71548 aapg_ac_611.html aapg_ac_611.html:454:47306:47312 Shasta Stanton, California -0.49756020810841417 +71549 gsa_html_5272671610 gsa_html_5272671610:595:58086:58094 Columbia Victoria, British Columbia 0.0102845739324917348 +71550 aapg_ad_466.html aapg_ad_466.html:798:87452:87460 Oak Hill Middletown, Connecticut 0.0140028670828276774 +71551 aapg_ah_644.html aapg_ah_644.html:301:36185:36193 Sundance Manitoba -0.0669441011416033877 +71552 cspg_html_6644065685 cspg_html_6644065685:312:32479:32494 Melville Island Banks Island 0.671730481915214228 +71553 aapg_ai_1.html aapg_ai_1.html:144:12333:12340 Paradox Hermosa, Chicago -0.4597965726108596 +71554 cspg_html_7330983978 cspg_html_7330983978:517:44083:44099 George Middle Ordovician -0.0909069351524866981 +71555 aapg_ac_158.html aapg_ac_158.html:79:13562:13580 Woodbend Lacombe, Alberta -0.433933223839739757 +71556 aapg_aa_623.html aapg_aa_623.html:201:20770:20792 Belly River Lacombe, Alberta 0.0355485977229620317 +71557 aapg_ad_918.html aapg_ad_918.html:428:51579:51583 Kent Colorado -0.470188590895520009 +71558 gsa_html_1164021120 gsa_html_1164021120:645:52380:52408 Green River Colorado -0.0429084214197919464 +71559 aapg_ah_199.html aapg_ah_199.html:361:39105:39126 Atoka Red Deer, Alberta 0.00270479477611077846 +71560 cspg_html_2232872826 cspg_html_2232872826:361:40511:40521 Mount Head Lacombe, Alberta -0.471888407816635713 +71561 aapg_af_242.html aapg_af_242.html:74:8420:8430 Rio Grande Texas -0.0217296792824245993 +71562 cspg_html_4298557570 cspg_html_4298557570:196:27612:27620 Edmonton Lacombe, Alberta -0.483047901936257684 +71563 gsa_html_1009717507 gsa_html_1009717507:13:558:570 Saskatchewan Saskatoon -0.484266161538602968 +71564 aapg_ad_338.html aapg_ad_338.html:293:32359:32366 Magothy Merchantville, New Jersey -0.443813272031764461 +71565 aapg_aa_960.html aapg_aa_960.html:381:30741:30748 Wingate Chinle Formation -0.530860251985087128 +71566 aapg_aa_789.html aapg_aa_789.html:193:27038:27046 Colorado Denver -0.499213001693062597 +71567 gsa_html_1623174141 gsa_html_1623174141:29:2796:2824 Green River Colorado 0.0424591462992101251 +71568 aapg_aa_844.html aapg_aa_844.html:170:17061:17069 Somerset Venango, Pennsylvania -0.0349152239847350387 +71569 aapg_ae_981.html aapg_ae_981.html:244:20686:20692 Laurel Bloomington, Indiana -0.493489605901760553 +71570 aapg_ad_683.html aapg_ad_683.html:73:11100:11108 Colorado Chinle Formation -0.015097596462230729 +71571 aapg_ah_724.html aapg_ah_724.html:15:2144:2152 Columbia Victoria, British Columbia -0.01223054087335982 +71572 cspg_html_4287356899 cspg_html_4287356899:1147:158518:158526 Lisburne Southeast Asia -0.486436238766394913 +71573 gsa_html_5274400800 gsa_html_5274400800:622:50758:50784 Monterey California -0.0221712043422439102 +71574 cspg_html_7839431712 cspg_html_7839431712:23:3141:3161 Milk River Lacombe, Alberta -0.480728181628129914 +71575 aapg_ah_654.html aapg_ah_654.html:1220:117370:117383 Madison Cheyenne, Wyoming -0.523870762848687055 +71576 aapg_ac_807.html aapg_ac_807.html:866:84327:84343 Ripley Little Ocmulgee River -0.458822766590828601 +71577 palaios_html_5582845937 palaios_html_5582845937:305:30239:30247 Virginia Hampton, New Hampshire -0.483407132229491276 +71578 cspg_html_4516258038 cspg_html_4516258038:48:6690:6713 Eleanor River Middle Ordovician -0.451731523193220186 +71579 aapg_ae_694.html aapg_ae_694.html:101:12295:12313 Woodbine East Texas -0.442620143363224416 +71580 gsa_html_9715480407 gsa_html_9715480407:29:2796:2824 Green River Colorado -0.0316445288569785835 +71581 geology_html_2132529104 geology_html_2132529104:246:25421:25446 Sierra New Mexico -0.0409390916032161337 +71582 gsa_html_4557277250 gsa_html_4557277250:402:38721:38727 Carmel Inyo County, California -0.0254291244488671214 +71583 cspg_html_6331977039 cspg_html_6331977039:334:33080:33100 Bird Fiord Ellesmere Island -0.1522885960291957 +71584 aapg_ad_466.html aapg_ad_466.html:756:82680:82698 Monmouth Monmouth -0.450743884934886652 +71585 cspg_html_1506720813 cspg_html_1506720813:437:50227:50237 Crossfield Bantry Bay -0.054907041085342348 +71586 aapg_ae_855.html aapg_ae_855.html:143:14743:14753 North Horn Flagstaff, Arizona -0.436965343294064001 +71587 aapg_af_358.html aapg_af_358.html:214:22496:22504 Columbia Charleston, South Carolina 0.0318845801678622684 +71588 sedimentology_html_3914054382 sedimentology_html_3914054382:92:10589:10597 Scotland England -0.466920106770381871 +71589 gsa_html_1119256423 gsa_html_1119256423:744:72344:72358 Arikaree Sand Hills (Nebraska) -0.478284785297837578 +71590 cspg_html_6514903151 cspg_html_6514903151:289:31699:31705 Wapiti Lacombe, Alberta -0.455482628602140449 +71591 aapg_ad_784.html aapg_ad_784.html:388:40829:40834 Sespe Simi Valley, California -0.446593560210975959 +71592 gsa_html_3225734041 gsa_html_3225734041:888:77575:77586 Chopawamsic Piedmont (United States) -0.462453250854801823 +71593 gsa_html_6240811462 gsa_html_6240811462:702:73485:73513 Green River Colorado 0.00279686612982589121 +71594 aapg_ac_4.html aapg_ac_4.html:203:21711:21741 Kogruk Anchorage, Alaska -0.485252303872338198 +71595 aapg_ah_329.html aapg_ah_329.html:334:33138:33155 Sisquoc Lompoc, California -0.0252830771132320185 +71596 aapg_ac_298.html aapg_ac_298.html:11:1241:1253 Saskatchewan Great Britain -0.0385036919951944542 +71597 cspg_html_9905904289 cspg_html_9905904289:442:52739:52744 Lance Fort Union Trading Post National Historic Site -0.0239565449099976777 +71598 palaios_html_5977967483 palaios_html_5977967483:1105:97807:97819 Borden Bloomington, Indiana -0.026734922025780393 +71599 cspg_html_7963093032 cspg_html_7963093032:31:4218:4241 Beaver Mines Lacombe, Alberta 0.89460691547371618 +71600 aapg_ae_605.html aapg_ae_605.html:103:14170:14188 Salamonie Dolomite Mississinewa River -0.451526708240674923 +71601 aapg_ad_683.html aapg_ad_683.html:122:16774:16780 Hermit Supai, Arizona -0.0453676577142844081 +71602 cspg_html_9330018201 cspg_html_9330018201:46:7567:7571 Elko Elko, Nevada -0.00125424333549307727 +71603 AMJC_html_5916115748 AMJC_html_5916115748:1491:132250:132260 Washington Washington (state) -0.0529451724368442747 +71604 aapg_ai_489.html aapg_ai_489.html:456:51946:51958 Eureka Sound Middle East -0.0180692565756011246 +71605 cspg_html_3589404052 cspg_html_3589404052:521:56260:56276 Belloy Western world -0.47249414511500698 +71606 cspg_html_7881580279 cspg_html_7881580279:195:24825:24844 Red River Manitoba -0.0147465829377091441 +71607 geology_html_9192784282 geology_html_9192784282:226:20880:20884 Kamo Earth -0.469093158774920749 +71608 aapg_af_854.html aapg_af_854.html:1163:164783:164789 Menard Randolph County, Indiana -0.4597920302667165 +71609 aapg_ac_366.html aapg_ac_366.html:243:28121:28147 Keefer Virginia -0.466965896576978678 +71610 sedimentology_html_4353954188 sedimentology_html_4353954188:1839:108612:108616 Hall London, Ontario -0.456416618922522499 +71611 aapg_ai_1.html aapg_ai_1.html:432:41135:41142 Wasatch Uinta Mountains -0.441686785632637413 +71612 gsa_html_9152662653 gsa_html_9152662653:15:675:683 Colorado Denver -0.481156254434641828 +71613 aapg_ai_17.html aapg_ai_17.html:441:32734:32745 Sparta Shreveport, Louisiana 0.416944816813441421 +71614 cspg_html_3328007773 cspg_html_3328007773:901:94907:94936 Dunvegan Canada -0.477589260736398125 +71615 aapg_ae_959.html aapg_ae_959.html:2280:161719:161740 Dewey Lake Salado, Texas -0.0923016531810131602 +71616 aapg_ad_287.html aapg_ad_287.html:248:27622:27630 Colorado Denver -0.438031460031225395 +71617 aapg_aa_267.html aapg_aa_267.html:242:20434:20454 Greenbrier Ohio -0.0308043870775981631 +71618 cspg_html_3328007773 cspg_html_3328007773:1051:105242:105253 Peace River Lacombe, Alberta -0.0461742066701143275 +71619 aapg_ad_880.html aapg_ad_880.html:247:24670:24693 Gypsum Spring Cheyenne, Wyoming -0.00716428423732448638 +71620 aapg_ah_3.html aapg_ah_3.html:461:58989:59016 Bighorn Dolomite Cheyenne, Wyoming -0.458439436141955869 +71621 aapg_ai_53.html aapg_ai_53.html:21:2389:2400 San Antonio Guadalupe County, Texas -0.0516166410516480934 +71622 gsa_html_3035665976 gsa_html_3035665976:243:21876:21905 Kern River North Carolina -0.489060307863409593 +71623 palaios_html_2376163646 palaios_html_2376163646:55:7010:7030 Hell Creek Williston Basin -0.0101247315019664351 +71624 aapg_ah_182.html aapg_ah_182.html:261:27715:27736 Martinsburg Northampton, Massachusetts -0.018210029367258386 +71625 aapg_ah_184.html aapg_ah_184.html:100:11989:11996 Garland Montgomery (town), New York -0.4852429512232731 +71626 aapg_ae_415.html aapg_ae_415.html:696:86877:86899 Chickasawhay Tampa, Florida -0.0309261431487619573 +71627 sedimentology_html_3854944886 sedimentology_html_3854944886:576:19546:19550 Hall London, Ontario -0.468255854243320946 +71628 aapg_af_50.html aapg_af_50.html:5:611:618 Minturn Colorado -0.444871652179790411 +71629 palaios_html_7860397774 palaios_html_7860397774:63:4991:5008 La Luna Venezuela -0.0397187025652964501 +71630 aapg_ae_428.html aapg_ae_428.html:968:76489:76511 Lagarto Burkeville, Texas -0.440325191296006335 +71631 cspg_html_2010437172 cspg_html_2010437172:103:13484:13506 Trent River Qualicum River -0.035632122339872542 +71632 sedimentology_html_8001929837 sedimentology_html_8001929837:217:16582:16586 Java East Timor -0.0363142648358218204 +71633 aapg_ae_319.html aapg_ae_319.html:367:28466:28484 Dinwoody Cheyenne, Wyoming -0.407253327138874854 +71634 palaios_html_2736581987 palaios_html_2736581987:461:52435:52445 Rancheria New Mexico -0.499517319070147847 +71635 palaios_html_1574666570 palaios_html_1574666570:27:1722:1779 Arkona Ontario, California 0.0165399327584268979 +71636 gsa_html_3330587082 gsa_html_3330587082:497:44994:45021 Rangeley Piermont, New York -0.500402370472918023 +71637 sedimentology_html_2441484618 sedimentology_html_2441484618:1447:109803:109813 Trout Lake Wisconsin -0.485495508601457515 +71638 aapg_ah_411.html aapg_ah_411.html:49:6828:6846 Kootenai Cheyenne, Wyoming -0.00305744578029933057 +71639 aapg_af_575.html aapg_af_575.html:311:42063:42072 Maquoketa Decorah, Iowa 0.00103883289603381806 +71640 aapg_af_575.html aapg_af_575.html:513:71151:71161 Moorefield Batesville, Arkansas -0.47735290933611807 +71641 aapg_aa_755.html aapg_aa_755.html:463:49162:49168 Walker Texas -0.474069180634086484 +71642 aapg_ad_944.html aapg_ad_944.html:271:25837:25872 Shaunavon Regina, Saskatchewan -0.441437455474761709 +71643 aapg_ai_31.html aapg_ai_31.html:68:7412:7430 Oakville Oakville, California -0.0206137481511775786 +71644 aapg_ae_395.html aapg_ae_395.html:31:3075:3094 Dog Creek Texas -0.414059752067460762 +71645 aapg_ai_986.html aapg_ai_986.html:277:26386:26402 Amsden Cheyenne, Wyoming -0.00308350377484213492 +71646 cspg_html_6608209149 cspg_html_6608209149:499:50006:50029 Watt Mountain Regina, Saskatchewan 0.0091413677478372514 +71647 sedimentology_html_6812678908 sedimentology_html_6812678908:533:21511:21521 South Park Black Mountains (North Carolina) -0.0319472030481665059 +71648 aapg_ad_466.html aapg_ad_466.html:756:82642:82650 Navesink Monmouth -0.0416512045942026565 +71649 gsa_html_3069013284 gsa_html_3069013284:638:64782:64791 St. Johns Arizona -0.474009171210690694 +71650 aapg_aa_936.html aapg_aa_936.html:3:412:426 Fredericksburg Melbourne, Florida -0.0732667739597909207 +71651 aapg_aa_124.html aapg_aa_124.html:571:58562:58578 Viking Bow Island Airport -0.154164613437078463 +71652 aapg_aa_112.html aapg_aa_112.html:214:16333:16339 Casper Cheyenne, Wyoming -0.433546895631176765 +71653 aapg_ac_333.html aapg_ac_333.html:860:105255:105259 Yeso Arizona -0.446392131630084288 +71654 aapg_ac_888.html aapg_ac_888.html:32:3230:3241 Shoal River Pamlico County, North Carolina -0.0405316972270710618 +71655 aapg_ah_632.html aapg_ah_632.html:167:21781:21789 Virginia Piedmont (United States) -0.434606918343987458 +71656 aapg_af_14.html aapg_af_14.html:741:66700:66719 Rock Springs Cheyenne, Wyoming -0.060151955110341257 +71657 aapg_ae_181.html aapg_ae_181.html:236:36370:36380 Mooreville Alabama -0.0408468169477428783 +71658 aapg_ae_581.html aapg_ae_581.html:615:69677:69685 Colorado Rocky Mountains -0.499631466627061815 +71659 aapg_ac_844.html aapg_ac_844.html:341:42702:42707 Yukon Mid-Atlantic Ridge -0.476093453364925034 +71660 AMJC_html_7537237712 AMJC_html_7537237712:859:85970:85978 Temporal Spain -0.0449008358068114649 +71661 aapg_af_636.html aapg_af_636.html:209:24445:24451 Camden Buffalo National River -0.431080339422081793 +71662 aapg_ai_871.html aapg_ai_871.html:77:8222:8230 Niobrara Routt County, Colorado -0.460041893415422398 +71663 aapg_ac_158.html aapg_ac_158.html:66:10942:10948 Antler Sonoma, California -0.436810292517708865 +71664 gsa_html_3010975239 gsa_html_3010975239:79:10711:10718 Saginaw Michigan Basin -0.466741549175746284 +71665 geology_html_7649550424 geology_html_7649550424:279:22330:22334 Bell Kimberley (Western Australia) 0.0051247343510113369 +71666 aapg_ac_487.html aapg_ac_487.html:284:43561:43566 Logan Mexico -0.0233046208724774252 +71667 gsa_html_6169925575 gsa_html_6169925575:17:708:718 Washington Washington (state) -0.477158315306099867 +71668 aapg_ae_74.html aapg_ae_74.html:714:67071:67095 Arroyo New Mexico -0.478284785297837578 +71669 palaios_html_7100229719 palaios_html_7100229719:1045:86537:86543 Brazil Ubatuba -0.472678482936493838 +71670 cspg_html_5241714595 cspg_html_5241714595:676:101419:101427 Birdbear Regina, Saskatchewan -0.413964594818093001 +71671 cspg_html_4326384800 cspg_html_4326384800:1147:170435:170455 Twin Falls Hay River (Canada) -0.00326069828733479205 +71672 cspg_html_9912281240 cspg_html_9912281240:600:69850:69872 Judith River Lacombe, Alberta -0.0208414480796128843 +71673 aapg_ad_758.html aapg_ad_758.html:372:46575:46586 Lane Cherryvale, Kansas -0.415081112396476104 +71674 cspg_html_8525917094 cspg_html_8525917094:14:1883:1913 Swift Lacombe, Alberta -0.00527934873270450959 +71675 sedimentology_html_1574151857 sedimentology_html_1574151857:29:2033:2043 Washington Cambridge -0.0210882710852193268 +71676 aapg_ae_464.html aapg_ae_464.html:557:36657:36663 Sierra Tampico, Illinois -0.0218809090311719648 +71677 aapg_ah_90.html aapg_ah_90.html:215:34284:34290 Dakota Colorado Plateau -0.413290108437776027 +71678 aapg_ah_253.html aapg_ah_253.html:404:47556:47597 Minnelusa Black Hills -0.433242360041126984 +71679 AMJC_html_8745118655 AMJC_html_8745118655:1297:104360:104368 Temporal Long Valley Caldera -0.440354093294291316 +71680 aapg_ad_105.html aapg_ad_105.html:402:36705:36716 San Antonio Honduras -0.492281675671482677 +71681 cspg_html_3942782922 cspg_html_3942782922:55:5622:5630 Columbia Lacombe, Alberta 0.00607327300641191583 +71682 palaios_html_4196951131 palaios_html_4196951131:937:62024:62052 Green River Cheyenne, Wyoming -0.0346577090486229963 +71683 aapg_ah_379.html aapg_ah_379.html:168:12187:12193 Sierra Tampico, Illinois -0.0118656633091786638 +71684 aapg_af_624.html aapg_af_624.html:30:4189:4207 Tensleep Carbon County, Wyoming -0.044101376246448068 +71685 gsa_html_7464626519 gsa_html_7464626519:410:42834:42855 Uncompahgre Colorado -0.547407582358977129 +71686 aapg_ac_333.html aapg_ac_333.html:164:20114:20129 Supai Supai, Arizona -0.44948782523520614 +71687 jgeology_html_8494933343 jgeology_html_8494933343:733:47832:47856 Bouse Colorado -0.0304826089875597575 +71688 aapg_ai_282.html aapg_ai_282.html:464:48045:48062 Edwards Texas -0.0826410787537256164 +71689 gsa_html_1617077506 gsa_html_1617077506:27:1953:1961 Columbia Victoria, British Columbia -0.473815322787249471 +71690 AMJC_html_7777190388 AMJC_html_7777190388:248:31216:31224 Michigan Cheyenne, Wyoming -0.455211432419709627 +71691 aapg_ai_292.html aapg_ai_292.html:406:37513:37527 Nuka Anchorage, Alaska -0.4796264052884881 +71692 cspg_html_6502178723 cspg_html_6502178723:21:2976:2984 Columbia Victoria, British Columbia -0.44751173936929356 +71693 cspg_html_4796942391 cspg_html_4796942391:415:47687:47705 Dunvegan Lacombe, Alberta -0.449937021729037434 +71694 sedimentology_html_6210806021 sedimentology_html_6210806021:895:50318:50326 Montreal Quebec City -0.447637220621224075 +71695 aapg_ad_440.html aapg_ad_440.html:516:47994:48000 Denmar Virginia -0.478048244360621655 +71696 cspg_html_7093237629 cspg_html_7093237629:6:367:411 Leduc Lacombe, Alberta -0.474526310844171573 +71697 geology_html_1948005826 geology_html_1948005826:12:754:767 Santa Barbara California -0.460146402321772174 +71698 sedimentology_html_2770923459 sedimentology_html_2770923459:666:60974:60980 Thrifty London, Ontario -0.47829406272822006 +71699 cspg_html_2575903827 cspg_html_2575903827:359:42179:42200 Green River Cheyenne, Wyoming -0.486588444102287743 +71700 aapg_ac_241.html aapg_ac_241.html:21:2947:2954 Raritan Closter, New Jersey -0.449811224417208722 +71701 aapg_ai_17.html aapg_ai_17.html:1085:70881:70894 Oakville Texas -0.0238644046922454368 +71702 cspg_html_4666332434 cspg_html_4666332434:349:57613:57620 Bearpaw Lacombe, Alberta -0.0288581903387940229 +71703 aapg_ah_903.html aapg_ah_903.html:29:6071:6085 Bossier Haynesville, Louisiana -0.452896019392303839 +71704 aapg_ae_959.html aapg_ae_959.html:944:71586:71594 Wolfcamp Crockett County, Tennessee -0.483477129634449443 +71705 aapg_ai_28.html aapg_ai_28.html:946:87408:87418 Rio Grande Texas -0.0578709660660540678 +71706 aapg_ae_789.html aapg_ae_789.html:89:12337:12345 Palliser Rocky Mountain House, Alberta -0.00877304685539758919 +71707 aapg_ad_893.html aapg_ad_893.html:307:37914:37937 Lisbon Lisbon -0.454034931813569353 +71708 gsa_html_3144986031 gsa_html_3144986031:560:53822:53850 Green River Colorado -0.0120741642534044936 +71709 aapg_ad_337.html aapg_ad_337.html:94:9906:9913 Topanga Santa Monica Mountains -0.492187378708275225 +71710 cspg_html_9778753186 cspg_html_9778753186:244:36519:36536 Cadomin Kootenay River -0.0820573831757154815 +71711 aapg_ae_998.html aapg_ae_998.html:90:11503:11511 Evanston Kemmerer, Wyoming -0.00200123251374013846 +71712 aapg_ai_28.html aapg_ai_28.html:394:37836:37844 Beaumont Beaumont, Texas -0.0279573692057954598 +71713 aapg_ac_82.html aapg_ac_82.html:179:16688:16696 Woodbine Arkansas -0.199110707618293081 +71714 aapg_ae_341.html aapg_ae_341.html:214:22772:22791 Smackover East Texas -0.262369155104792084 +71715 cspg_html_9735723617 cspg_html_9735723617:358:45928:45948 Weatherall Banks Island 0.00480855762713061109 +71716 gsa_html_1734656819 gsa_html_1734656819:1252:115503:115512 San Diego Anza-Borrego Desert State Park 0.0354320123768516737 +71717 gsa_html_3445493534 gsa_html_3445493534:579:64935:64953 Monterey California -0.169485441759595235 +71718 cspg_html_3735760125 cspg_html_3735760125:252:27757:27774 Viking Canada -0.454034931813569353 +71719 aapg_ad_155.html aapg_ad_155.html:142:18875:18883 Vaqueros California -0.0556535689731957051 +71720 cspg_html_9142742810 cspg_html_9142742810:108:15737:15756 Chinchaga East Kilbride -0.00639293020944086028 +71721 cspg_html_6644065685 cspg_html_6644065685:54:5881:5902 Melville Island Banks Island 0.685552292963852561 +71722 aapg_ae_794.html aapg_ae_794.html:58:9317:9337 Tuscaloosa Mississippi River 0.00644852294082285706 +71723 cspg_html_5976982403 cspg_html_5976982403:39:6766:6777 Fort Steele Victoria, British Columbia -0.477714414009500876 +71724 aapg_ae_74.html aapg_ae_74.html:435:40714:40730 Navajo Chinle Formation -0.522382817630519303 +71725 palaios_html_9876040400 palaios_html_9876040400:850:78628:78643 Arikaree White River (Washington) -0.040359343442637502 +71726 sedimentology_html_7969365301 sedimentology_html_7969365301:1107:54153:54157 Bond Anchorage, Alaska 0.00770284885627177569 +71727 aapg_af_384.html aapg_af_384.html:700:78378:78387 Bay Fiord Canada -0.0105729870441561395 +71728 aapg_ad_880.html aapg_ad_880.html:264:27779:27802 Gypsum Spring Spearfish, South Dakota -0.00108399958960863079 +71729 aapg_ac_882.html aapg_ac_882.html:426:40404:40422 Bellevue Cincinnati -0.446029671493266278 +71730 jgeology_html_1836103970 jgeology_html_1836103970:185:14423:14443 Boss Point New Glasgow, Nova Scotia -0.00515253017068293719 +71731 gsa_html_2877730818 gsa_html_2877730818:1058:88308:88343 Kingston Peak California -0.223394832430526158 +71732 gsa_html_2667366192 gsa_html_2667366192:683:60917:60921 Hall California 0.00772022200488064678 +71733 aapg_ad_675.html aapg_ad_675.html:398:39471:39477 Casper Cheyenne, Wyoming 0.0328761484441471435 +71734 aapg_af_713.html aapg_af_713.html:145:14277:14300 Cotton Valley Haynesville, Louisiana -0.510316252698830075 +71735 palaios_html_9408587909 palaios_html_9408587909:471:50232:50250 Moenkopi Logan, Utah 0.00437077655696941486 +71736 cspg_html_8211273957 cspg_html_8211273957:40:5963:5971 Duvernay Edmonton, London -0.479447557264900015 +71737 aapg_ae_873.html aapg_ae_873.html:704:82642:82649 Rodessa Paluxy, Texas -0.458695727712452594 +71738 palaios_html_3105248303 palaios_html_3105248303:768:79663:79669 Reston Lexington, Kentucky -0.0140758476190941898 +71739 cspg_html_2749851978 cspg_html_2749851978:612:69130:69147 Cardium Lacombe, Alberta -0.446333949377836381 +71740 aapg_ah_318.html aapg_ah_318.html:4110:311772:311791 Smackover Arkansas -0.411215511501720588 +71741 cspg_html_4376017434 cspg_html_4376017434:83:9903:9911 Columbia Victoria, British Columbia -0.41806475417105543 +71742 cspg_html_9073385860 cspg_html_9073385860:6:361:376 Leduc Lacombe, Alberta -0.43911211811260753 +71743 gsa_html_4592916077 gsa_html_4592916077:1063:73914:73942 Green River New Mexico -0.0343166851191607572 +71744 cspg_html_1503116552 cspg_html_1503116552:124:20849:20869 Swan Hills Swan Hill, Victoria 0.617639533212698932 +71745 aapg_af_12.html aapg_af_12.html:54:5538:5543 Logan Denver 0.00330065394967362811 +71746 gsa_html_1248731493 gsa_html_1248731493:676:63791:63799 Columbia Victoria, British Columbia -0.454041701910604445 +71747 sedimentology_html_7382984039 sedimentology_html_7382984039:2720:76976:76980 Hall London, Ontario -0.441740222253796999 +71748 aapg_ac_582.html aapg_ac_582.html:1865:163055:163070 Slope Southern California 0.0251961448544280181 +71749 aapg_ae_324.html aapg_ae_324.html:1299:129256:129264 Lowville Black River, Jamaica 0.00640161657025525247 +71750 aapg_ad_403.html aapg_ad_403.html:43:6881:6898 Barnett Meramec River -0.478702368018989743 +71751 aapg_ah_96.html aapg_ah_96.html:723:73059:73067 Colorado Fremont, California -0.487607747652621382 +71752 gsa_html_1925035608 gsa_html_1925035608:1322:84491:84519 Green River Iran -0.0111741448327348745 +71753 cspg_html_5697056884 cspg_html_5697056884:598:57538:57557 Winnipeg Regina, Saskatchewan -0.0957676808076602798 +71754 cspg_html_2013109828 cspg_html_2013109828:209:37031:37048 Cedared Bear Lake, Michigan -0.469327287552563421 +71755 cspg_html_6163691495 cspg_html_6163691495:1080:91712:91729 Madison Cheyenne, Wyoming -0.460953349343471763 +71756 aapg_af_286.html aapg_af_286.html:369:46931:46945 Viking Tuscaloosa, Alabama -0.425424282088950667 +71757 gsa_html_4675429437 gsa_html_4675429437:33:1634:1640 Sonora Baja California peninsula -0.490016735996709807 +71758 aapg_ac_882.html aapg_ac_882.html:59:6171:6179 Richmond Middletown, Connecticut -0.484191429205932 +71759 palaios_html_6605749307 palaios_html_6605749307:576:52478:52494 Toreva Arizona -0.500516638951101323 +71760 aapg_ai_814.html aapg_ai_814.html:128:13954:13986 Viola Podolia Governorate -0.0409390916032161337 +71761 cspg_html_4530154552 cspg_html_4530154552:650:97580:97597 Montney Lacombe, Alberta -0.462166276497962936 +71762 geology_html_1085819429 geology_html_1085819429:39:3276:3292 Dakota Iowa -0.0312827215063834832 +71763 aapg_ai_432.html aapg_ai_432.html:317:42499:42504 Ancon Gulf Coast of the United States -0.463307888475886887 +71764 aapg_ae_181.html aapg_ae_181.html:8:1009:1024 Eutaw Selma to Montgomery marches -0.471099044200062878 +71765 cspg_html_8740534160 cspg_html_8740534160:362:41388:41396 Columbia Victoria, British Columbia 0.00997357679106987589 +71766 aapg_af_839.html aapg_af_839.html:232:22960:22964 Kent Allegan, Michigan -0.469070208322842297 +71767 gsa_html_4891459463 gsa_html_4891459463:13:746:755 San Diego California -0.449433936510724996 +71768 palaios_html_5542013090 palaios_html_5542013090:796:73924:73928 Hall Canada -0.471382028770717776 +71769 aapg_aa_696.html aapg_aa_696.html:605:69960:69968 Colorado Denver -0.0179232709792312463 +71770 aapg_ai_49.html aapg_ai_49.html:326:41010:41018 Sundance New Mexico -0.0547936736355184237 +71771 gsa_html_1662492421 gsa_html_1662492421:766:64504:64514 Washington Logan, Utah -0.442239112797514711 +71772 geology_html_9924482358 geology_html_9924482358:301:27151:27172 Green River Colorado 0.0157753098919383092 +71773 aapg_ai_82.html aapg_ai_82.html:383:42799:42809 Greenbrier Greenbrier (Great Smoky Mountains) -0.467905110852730732 +71774 aapg_ac_215.html aapg_ac_215.html:3:184:203 Englewood Englewood, New Jersey 0.931966308763869988 +71775 aapg_aa_735.html aapg_aa_735.html:88:8053:8059 Borden Illinois -0.466714081975797668 +71776 aapg_af_636.html aapg_af_636.html:838:84317:84325 Onondaga Illinois -0.00334234682961829285 +71777 gsa_html_2690093052 gsa_html_2690093052:1159:87390:87418 Green River Colorado -0.010750205891597751 +71778 cspg_html_4403434336 cspg_html_4403434336:252:29514:29526 Devon Island Canada -0.441486425747427802 +71779 aapg_af_664.html aapg_af_664.html:391:43586:43596 San Andres Delaware -0.458822766590828601 +71780 gsa_html_7102550258 gsa_html_7102550258:224:22748:22765 Wingate Logan, Utah -0.0328413551399559175 +71781 aapg_ac_969.html aapg_ac_969.html:40:4175:4200 Basal Ardmore, Pennsylvania -0.464473797617463435 +71782 AMJC_html_3632105729 AMJC_html_3632105729:856:95276:95282 Oregon Salem, Oregon -0.456355529459316345 +71783 gsa_html_2927312038 gsa_html_2927312038:47:3807:3815 Scotland Great Britain -0.49361002164838963 +71784 aapg_ac_846.html aapg_ac_846.html:3:518:525 Bandera Illinois 0.580859595858312594 +71785 aapg_aa_95.html aapg_aa_95.html:15:1512:1520 Colorado Hermosa, Chicago -0.505093093122894188 +71786 cspg_html_5542874609 cspg_html_5542874609:328:38544:38558 Colorado Lacombe, Alberta -0.498409944871875787 +71787 aapg_af_854.html aapg_af_854.html:1137:160915:160936 Tar Springs Kentucky 0.0162167027605189147 +71788 cspg_html_4413081832 cspg_html_4413081832:21:2112:2127 Leduc Lacombe, Alberta -0.441406293921039528 +71789 AMJC_html_5516451353 AMJC_html_5516451353:387:42678:42695 Massabesic Gneiss New Hampshire -0.463478914486847693 +71790 aapg_aa_116.html aapg_aa_116.html:26:3700:3705 Banff Edmonton, London 0.012956833950435254 +71791 aapg_ah_820.html aapg_ah_820.html:158:12193:12199 Dakota Colorado -0.413666207040704892 +71792 aapg_ah_328.html aapg_ah_328.html:347:36519:36535 Amsden Cheyenne, Wyoming -0.00515253017068293719 +71793 gsa_html_3225734041 gsa_html_3225734041:611:50093:50104 Wissahickon Wissahickon Formation -0.0265036602918163264 +71794 aapg_ai_49.html aapg_ai_49.html:202:23356:23360 Yeso Colorado -0.424529676895097352 +71795 gsa_html_6861599329 gsa_html_6861599329:12:553:566 Santa Barbara California -0.481777803377517411 +71796 palaios_html_6461864355 palaios_html_6461864355:730:69418:69438 Pottsville Alabama 0.337323662918477707 +71797 cspg_html_4822015639 cspg_html_4822015639:395:51019:51025 Jordan Reno, Nevada -0.437049524484892205 +71798 aapg_af_889.html aapg_af_889.html:106:8858:8868 San Andres Lovington, Illinois -0.440300736461396947 +71799 geology_html_6329538200 geology_html_6329538200:201:17664:17668 Bell London, Ontario -0.450595494357366455 +71800 aapg_ad_190.html aapg_ad_190.html:18:3239:3256 Cypress Illinois -0.485266333037401854 +71801 aapg_aa_457.html aapg_aa_457.html:62:11218:11227 Smackover Haynesville, Louisiana -0.0227396412990933557 +71802 cspg_html_3354282978 cspg_html_3354282978:188:24980:24991 Slave Point Lacombe, Alberta -0.0259959408940027802 +71803 gsa_html_8549650339 gsa_html_8549650339:232:20704:20718 Buda Buda, Texas -0.477714414009500876 +71804 gsa_html_6792712999 gsa_html_6792712999:792:74112:74140 Green River Iran -0.00234867028233571185 +71805 aapg_af_939.html aapg_af_939.html:32:3969:3975 Keokuk Burlington, Ontario -0.459083706416541504 +71806 gsa_html_2369540133 gsa_html_2369540133:876:73127:73155 Green River Colorado -0.0184133695346841396 +71807 aapg_ac_235.html aapg_ac_235.html:624:69366:69372 Lakota Black Hills -0.67539816946408171 +71808 AMJC_html_4504848787 AMJC_html_4504848787:377:40724:40746 Mechum River Lynchburg, Virginia -0.469024309212410007 +71809 aapg_ah_654.html aapg_ah_654.html:1080:110863:110879 Amsden Little Cottonwood Creek -0.442762791672519862 +71810 aapg_af_625.html aapg_af_625.html:416:42024:42043 Chemung Pennsylvania -0.0268931559198013828 +71811 aapg_ae_473.html aapg_ae_473.html:385:35411:35427 Sparta Winona, Mississippi -0.250179095943365015 +71812 aapg_ad_69.html aapg_ad_69.html:80:5109:5124 Telegraph Creek Niobrara, Nebraska -0.457736710679965686 +71813 gsa_html_3085400040 gsa_html_3085400040:1477:127577:127605 Green River New Mexico -0.00395905591412439809 +71814 aapg_ae_217.html aapg_ae_217.html:17:1816:1834 Nacatoch Shreveport, Louisiana -0.452927573923113447 +71815 aapg_ah_871.html aapg_ah_871.html:410:44466:44473 Pamelia Beaconsfield, Quebec 0.433961928838573541 +71816 cspg_html_2170645676 cspg_html_2170645676:18:2646:2731 Bakken Williston, Vermont -0.02390265150978289 +71817 aapg_ae_324.html aapg_ae_324.html:655:65984:65991 Holston Knoxville, Tennessee -0.0607891032877243623 +71818 aapg_ad_808.html aapg_ad_808.html:1289:87440:87458 Frontier Richmond, California 1.19442249589656924 +71819 aapg_aa_712.html aapg_aa_712.html:9:1702:1717 Galena Platteville, Colorado -0.465595518002078101 +71820 aapg_ah_490.html aapg_ah_490.html:35:4441:4461 Minnelusa Black Hills 0.792042786079546479 +71821 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17908:17918 Washington Victoria, British Columbia -0.0463867446356681576 +71822 cspg_html_3732003228 cspg_html_3732003228:217:27752:27757 Price Lacombe, Alberta -0.025689926843247262 +71823 aapg_ac_831.html aapg_ac_831.html:17:2550:2555 Aneth Des Moines, Washington -0.039213880157219938 +71824 cspg_html_1962846283 cspg_html_1962846283:492:59150:59158 Columbia Victoria, British Columbia -0.0176486817607870612 +71825 aapg_aa_126.html aapg_aa_126.html:32:3077:3096 Franconia Goodhue County, Minnesota -0.214378582017249852 +71826 aapg_ah_428.html aapg_ah_428.html:388:46614:46622 Caballos Santiago -0.0192893197607112085 +71827 aapg_ae_419.html aapg_ae_419.html:182:21880:21891 Otates Mexico -0.0531596434481698826 +71828 cspg_html_7378664643 cspg_html_7378664643:356:62171:62199 Milk River Lacombe, Alberta -0.475395056458015053 +71829 aapg_ae_791.html aapg_ae_791.html:3:373:386 Carlin Canyon Elko County, Nevada 0.925637664483826228 +71830 cspg_html_1962846283 cspg_html_1962846283:311:34158:34168 Elk Crowsnest Pass, Alberta -0.483631144002422242 +71831 cspg_html_1132698231 cspg_html_1132698231:214:28645:28678 Merced San Francisco -0.564967462598419567 +71832 gsa_html_1529344185 gsa_html_1529344185:68:5627:5655 Green River Colorado 0.0138291046950378554 +71833 aapg_ak_26.html aapg_ak_26.html:65:6786:6803 Florida Mountains Sugarloaf Mountain (Florida) -0.447168994241326834 +71834 aapg_af_653.html aapg_af_653.html:602:66559:66566 Temblor Monterey, California 0.0267679597249096228 +71835 aapg_af_12.html aapg_af_12.html:212:17323:17335 Dakota Denver 0.0113270421399411219 +71836 aapg_ah_555.html aapg_ah_555.html:160:15201:15209 Niobrara Colorado 0.350738579050467791 +71837 gsa_html_5664265459 gsa_html_5664265459:1182:110007:110034 Columbia Washington (state) -0.467868439854770279 +71838 aapg_ai_444.html aapg_ai_444.html:49:4985:5012 Hale Winslow, Arizona -0.489889776983278402 +71839 gsa_html_7808051457 gsa_html_7808051457:682:68011:68028 Manitou Western world -0.0116953885534583375 +71840 jgeology_html_1004614520 jgeology_html_1004614520:295:17216:17232 Carmel Carmel, Indiana -0.0373010146688876193 +71841 cspg_html_1763727002 cspg_html_1763727002:435:47927:47957 Doig Lacombe, Alberta -0.457532796484121151 +71842 cspg_html_8121999081 cspg_html_8121999081:68:7631:7648 Bearpaw Lacombe, Alberta -0.439258669305734428 +71843 aapg_ai_3.html aapg_ai_3.html:45:7723:7732 Morehouse Missouri River -0.448578878596292641 +71844 aapg_ad_440.html aapg_ad_440.html:79:9120:9130 Greenbrier Greenbrier (Great Smoky Mountains) -0.437098264428985472 +71845 gsa_html_9314974751 gsa_html_9314974751:690:62410:62418 Homewood Oman -0.0156571431142738943 +71846 cspg_html_4176605708 cspg_html_4176605708:271:26027:26034 Cookson Duxbury, Massachusetts -0.0387090842219993056 +71847 cspg_html_9735723617 cspg_html_9735723617:44:6729:6738 Hecla Bay Banks Island 0.360598078193160754 +71848 gsa_html_6967025223 gsa_html_6967025223:660:49962:49990 Green River Colorado -0.428242619254491974 +71849 aapg_af_397.html aapg_af_397.html:507:58498:58505 Entrada Entrada Sandstone -0.432236767973233238 +71850 cspg_html_7378664643 cspg_html_7378664643:855:115129:115162 Grosmont Canada -0.431186011272103542 +71851 geology_html_1600610801 geology_html_1600610801:121:8440:8452 Saskatchewan Canada -0.0285868941347483252 +71852 aapg_aa_712.html aapg_aa_712.html:144:19297:19312 Galena Platteville, Colorado -0.464565127106344233 +71853 aapg_ad_466.html aapg_ad_466.html:1368:145752:145759 Raritan Closter, New Jersey -0.438131262990121173 +71854 cspg_html_2749851978 cspg_html_2749851978:412:57981:57999 Frontier Natrona County, Wyoming 0.000945025165510868953 +71855 geology_html_7320404011 geology_html_7320404011:330:18005:18009 Bond North Atlantic Current -0.482488361522119713 +71856 geology_html_7388717714 geology_html_7388717714:289:23788:23796 Columbia Victoria, British Columbia -0.500423794622032903 +71857 aapg_ac_726.html aapg_ac_726.html:17:3135:3140 Atoka McAlester, Oklahoma -0.466842269540434285 +71858 aapg_ad_798.html aapg_ad_798.html:195:19846:19854 Beaumont Shreveport, Louisiana 0.0445524781498607414 +71859 geology_html_8865251298 geology_html_8865251298:178:20561:20578 Thaynes Logan, Utah 0.39935888720516971 +71860 aapg_aa_678.html aapg_aa_678.html:231:24099:24124 Beaverhill Lacombe, Alberta -0.459860167847925383 +71861 aapg_ae_905.html aapg_ae_905.html:203:22945:22961 Hertha Illinois -0.0466271631232556896 +71862 cspg_html_7278957427 cspg_html_7278957427:30:4511:4533 Eureka Sound Ellesmere Island 0.356298789430815832 +71863 gsa_html_1266138577 gsa_html_1266138577:357:28893:28910 Campito Salinas Valley -0.426278108610392503 +71864 aapg_aa_302.html aapg_aa_302.html:336:40761:40779 Toroweap Logan, Utah 0.189888766482837867 +71865 aapg_ae_839.html aapg_ae_839.html:35:3367:3374 Rodessa Paluxy, Texas -0.0705696370250030597 +71866 gsa_html_1316826711 gsa_html_1316826711:234:18211:18216 Yukon Teslin, Yukon -0.494543235417533422 +71867 aapg_ae_370.html aapg_ae_370.html:376:34738:34744 Keasey Cowlitz River -0.443848978138650319 +71868 cspg_html_9951421861 cspg_html_9951421861:261:37445:37453 Wabiskaw Clearwater, Florida -0.0452074024796540394 +71869 gsa_html_4776439297 gsa_html_4776439297:927:80423:80430 Windham Bennington, Vermont -0.481156254434641828 +71870 aapg_ah_411.html aapg_ah_411.html:120:14882:14901 Mesaverde Cheyenne, Wyoming -0.0277886893642299709 +71871 aapg_ae_860.html aapg_ae_860.html:63:6178:6184 Dockum Texas -0.0294721058156958669 +71872 aapg_af_461.html aapg_af_461.html:343:29672:29678 Casper Cheyenne, Wyoming -0.0291434052387325206 +71873 aapg_af_392.html aapg_af_392.html:3:164:182 Frontier Logan, Utah 0.0460627135545552402 +71874 AMJC_html_5516451353 AMJC_html_5516451353:348:37167:37184 Massabesic Gneiss Middlesex Fells Reservation Parkways -0.497678834727188768 +71875 cspg_html_5264346535 cspg_html_5264346535:191:22077:22098 Bearpaw Western Canadian Sedimentary Basin -0.433370341259820213 +71876 geology_html_3484341641 geology_html_3484341641:15:706:712 Reston Virginia -0.462143504710773534 +71877 gsa_html_3942625742 gsa_html_3942625742:140:11645:11657 Little River Metro Manila -0.0544954389304434447 +71878 aapg_ac_310.html aapg_ac_310.html:103:7834:7850 Niobrara Niobrara, Nebraska 0.0076020847154375723 +71879 aapg_ae_904.html aapg_ae_904.html:494:52045:52053 Sundance Cheyenne, Wyoming 0.00902496409790776687 +71880 gsa_html_7199417381 gsa_html_7199417381:559:56915:56939 White River Nebraska -0.471589148494391819 +71881 aapg_ah_77.html aapg_ah_77.html:242:28408:28431 Rock Springs Sweetwater, Miami-Dade County, Florida -0.459149520620870666 +71882 aapg_ah_876.html aapg_ah_876.html:434:53257:53271 Rodessa Mississippi River -0.238608172487322051 +71883 cspg_html_1509800797 cspg_html_1509800797:185:16563:16576 Bearpaw Lacombe, Alberta 0.864163359365575534 +71884 palaios_html_1086380054 palaios_html_1086380054:47:5003:5021 Javelina Texas -0.498566694311008085 +71885 gsa_html_2098291403 gsa_html_2098291403:318:30838:30848 Washington Seattle -0.00639293020944086028 +71886 aapg_ac_7.html aapg_ac_7.html:12:1238:1244 Oregon West Coast of the United States -0.460946527021081187 +71887 cspg_html_6252417471 cspg_html_6252417471:275:40559:40581 Eureka Sound Banks Island -0.571288226734352644 +71888 cspg_html_3521815736 cspg_html_3521815736:63:11018:11041 Charlie Lake Grayling, Michigan -0.0161993249316557293 +71889 aapg_ai_524.html aapg_ai_524.html:82:10768:10787 Bidahochi Chuska Mountains -0.478307979059971577 +71890 aapg_af_854.html aapg_af_854.html:511:68119:68131 Edwardsville Kentucky 0.0245615545418565208 +71891 gsa_html_8774590177 gsa_html_8774590177:661:65608:65623 Lone Rock Burlington, Ontario -0.0340417857765505233 +71892 gsa_html_8671422836 gsa_html_8671422836:487:50744:50763 Patuxent Pensacola, Florida -0.0148473685012762528 +71893 palaios_html_8064020973 palaios_html_8064020973:559:63204:63218 Ogallala Hitchcock County, Nebraska -0.00168159033485223096 +71894 aapg_ah_607.html aapg_ah_607.html:117:10778:10795 Dakota Powder River (Montana) 0.0331214442375329515 +71895 aapg_ae_200.html aapg_ae_200.html:128:12457:12474 Mt Lytton Buda, Texas 0.00626784675463567306 +71896 cspg_html_2098485391 cspg_html_2098485391:306:35569:35577 Virginia Middle Ordovician -0.469189557204259144 +71897 aapg_af_890.html aapg_af_890.html:282:28000:28013 Tecovas Lea County Regional Airport -0.521134376616695261 +71898 cspg_html_3456965010 cspg_html_3456965010:13:1690:1698 Edmonton Lacombe, Alberta -0.454540571750530975 +71899 cspg_html_6278093686 cspg_html_6278093686:144:12578:12586 Columbia Victoria, British Columbia -0.0178746093391716279 +71900 aapg_ah_335.html aapg_ah_335.html:196:25059:25069 Pottsville Cheyenne, Wyoming -0.00125945488018784418 +71901 aapg_ae_560.html aapg_ae_560.html:307:28165:28173 La Habra California -0.433546895631176765 +71902 aapg_ah_645.html aapg_ah_645.html:226:28147:28165 Sundance Black Hills -0.0345376534934891677 +71903 cspg_html_8057060038 cspg_html_8057060038:242:29223:29238 Mahto Canada -0.0503371552170116185 +71904 aapg_ah_536.html aapg_ah_536.html:529:69570:69592 Mooringsport Paluxy, Texas -0.427672143055296883 +71905 sedimentology_html_6282709960 sedimentology_html_6282709960:367:26776:26782 Oregon Anchorage, Alaska -0.464405306663695727 +71906 aapg_ae_308.html aapg_ae_308.html:39:3640:3650 Kinderhook Chattanooga, Tennessee -0.488743302412917968 +71907 gsa_html_8194200546 gsa_html_8194200546:15:884:894 Washington Earth -0.446146001135949044 +71908 aapg_ac_511.html aapg_ac_511.html:7:970:975 Atoka Atoka, Oklahoma 0.37901255313860821 +71909 aapg_ai_157.html aapg_ai_157.html:91:12431:12437 Guelph Lockport (city), New York -0.45099125631104503 +71910 gsa_html_3289054608 gsa_html_3289054608:1559:131368:131377 Partridge Africa -0.429951707818770845 +71911 sedimentology_html_6225967387 sedimentology_html_6225967387:1089:63959:63963 Pico Spain -0.492578779781284393 +71912 geology_html_5785729740 geology_html_5785729740:252:19467:19475 Scotland London, Ontario -0.446110205830797302 +71913 aapg_af_381.html aapg_af_381.html:32:5146:5169 Topanga Santa Monica Mountains -0.44714211768966694 +71914 cspg_html_3501550466 cspg_html_3501550466:586:84125:84150 Grosmont Lacombe, Alberta -0.0218513582866363479 +71915 aapg_ah_775.html aapg_ah_775.html:262:32464:32480 Dakota Colorado 0.0317923859746223406 +71916 AMJC_html_4446957148 AMJC_html_4446957148:743:76247:76281 Seboomook Portland, Maine -0.0264393249899875019 +71917 aapg_af_2.html aapg_af_2.html:294:32858:32863 Ouray Ouray, Colorado -0.445016883536767272 +71918 aapg_ai_592.html aapg_ai_592.html:3:211:232 Green River Wasatch County, Utah -0.02660103319374214 +71919 aapg_ai_468.html aapg_ai_468.html:65:8822:8851 Bossier Haynesville, Louisiana -0.466741549175746284 +71920 cspg_html_6116883777 cspg_html_6116883777:628:82945:82971 Bathurst Devon Island -0.0734137397316363544 +71921 cspg_html_9343899465 cspg_html_9343899465:1223:104327:104338 Catskill Pennsylvania -0.471382028770717776 +71922 gsa_html_7820028180 gsa_html_7820028180:1017:85869:85878 Extension England -0.473010388882843136 +71923 cspg_html_7483574191 cspg_html_7483574191:118:19073:19108 Altyn Lacombe, Alberta -0.470179399208385473 +71924 aapg_ai_326.html aapg_ai_326.html:34:5103:5121 New Scotland Cumberland, Maryland -0.460953349343471763 +71925 aapg_ae_428.html aapg_ae_428.html:934:73367:73375 Colorado Colorado -0.109691585747909728 +71926 aapg_aa_702.html aapg_aa_702.html:638:101835:101855 Dawson Bay Regina, Saskatchewan -0.428962785426607374 +71927 aapg_af_773.html aapg_af_773.html:72:7845:7866 Green River Cheyenne, Wyoming -0.246535259805692158 +71928 aapg_ac_749.html aapg_ac_749.html:105:14871:14884 Guelph Guelph 0.00528282321699887012 +71929 cspg_html_4495377323 cspg_html_4495377323:298:31584:31592 Columbia Lacombe, Alberta -0.446392131630084288 +71930 cspg_html_4031489103 cspg_html_4031489103:382:58125:58144 Kitchener Pend Oreille River -0.485874484406754958 +71931 cspg_html_9683836416 cspg_html_9683836416:551:77277:77299 Judith River Lacombe, Alberta -0.456344217050148659 +71932 aapg_af_162.html aapg_af_162.html:176:14937:14945 Saratoga Texas -0.0627236437644316941 +71933 palaios_html_7206591444 palaios_html_7206591444:677:80484:80495 Road Canyon Washington (state) -0.0871712324721038018 +71934 cspg_html_6702053097 cspg_html_6702053097:474:54735:54759 Wallace Ontario, California -0.0507694363735156085 +71935 sedimentology_html_2960358802 sedimentology_html_2960358802:27:1976:1983 Compton Portland, Oregon -0.0293555813701503708 +71936 aapg_ai_105.html aapg_ai_105.html:14:1942:1956 Duchesne River Uinta Mountains -0.0346577090486229963 +71937 aapg_ad_466.html aapg_ad_466.html:1314:140888:140896 Patapsco Baltimore -0.465616092314337648 +71938 cspg_html_3893568904 cspg_html_3893568904:22:2463:2473 Mill Creek Mountain Park (Holyoke, Massachusetts) -0.443692774120845845 +71939 aapg_ad_720.html aapg_ad_720.html:77:8472:8475 Abo Sacramento Mountains (California) -0.424217090203684033 +71940 cspg_html_3627006433 cspg_html_3627006433:782:76926:76943 Wapiabi Lacombe, Alberta -0.446146001135949044 +71941 aapg_af_684.html aapg_af_684.html:92:10916:10934 Bateman Elkton, Kentucky -0.498184372130755504 +71942 aapg_aa_887.html aapg_aa_887.html:3:409:414 Verde New Mexico 0.0174575141375943391 +71943 jgeology_html_8596065691 jgeology_html_8596065691:651:55429:55438 Escambray Caribbean Plate -0.463478914486847693 +71944 cspg_html_4717886670 cspg_html_4717886670:722:81966:81983 Entrada Logan, Utah -0.258042166908440951 +71945 aapg_af_384.html aapg_af_384.html:235:26383:26395 Devon Island Ellesmere Island -0.442575570278969321 +71946 cspg_html_8568877195 cspg_html_8568877195:66:10683:10700 Belly River Lacombe, Alberta -0.466759861116235797 +71947 aapg_af_789.html aapg_af_789.html:206:27930:27949 Hampshire Huntington, West Virginia -0.217678941990322478 +71948 palaios_html_2339045630 palaios_html_2339045630:97:14312:14320 Virginia Knoxville, Tennessee -0.464432702411418319 +71949 aapg_aa_303.html aapg_aa_303.html:228:20822:20836 Dyer Glenwood Canyon -0.480611894173340604 +71950 geology_html_2705128271 geology_html_2705128271:157:14604:14636 Pocatello Pocatello, Idaho -0.448408411516637184 +71951 geology_html_1713003521 geology_html_1713003521:314:27007:27013 Walker Earth -0.0198680940009536566 +71952 cspg_html_9343899465 cspg_html_9343899465:955:83404:83414 Bird Fiord Ellesmere Island 0.00346047674040686785 +71953 cspg_html_7086880709 cspg_html_7086880709:204:23837:23855 Hare Indian Victoria, British Columbia -0.42422364691980291 +71954 gsa_html_3648258377 gsa_html_3648258377:1172:104928:104949 Laurel Closter, New Jersey -0.478284785297837578 +71955 palaios_html_1018466366 palaios_html_1018466366:835:100255:100272 Bluesky Victoria, British Columbia -0.0301277931102772942 +71956 AMJC_html_8854520503 AMJC_html_8854520503:913:92974:92984 Washington Victoria, British Columbia -0.452887004013691252 +71957 cspg_html_2083823293 cspg_html_2083823293:563:60218:60242 Mist Mountain Lacombe, Alberta -0.457487488497030304 +71958 AMJC_html_1873062106 AMJC_html_1873062106:407:54883:54898 Bluff Middle East -0.0202678582495696563 +71959 aapg_ad_250.html aapg_ad_250.html:190:20027:20031 Bell Webster County, Missouri -0.429934117971200513 +71960 aapg_ac_333.html aapg_ac_333.html:656:80886:80911 Sandia Sandia-Manzano Mountains -0.444415997821092701 +71961 aapg_aa_820.html aapg_aa_820.html:118:13070:13080 Rio Grande Sergipe -0.0191120410110924843 +71962 palaios_html_3308412288 palaios_html_3308412288:473:57974:57990 Bighorn Dolomite Cheyenne, Wyoming -0.118213326742896738 +71963 aapg_ac_133.html aapg_ac_133.html:53:10291:10307 Urenui Taranaki Region -0.409571462462526958 +71964 aapg_af_129.html aapg_af_129.html:115:12559:12575 Belden Leadville, Colorado -0.00965910742103491191 +71965 aapg_ad_169.html aapg_ad_169.html:64:8489:8508 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.441392939290133568 +71966 jgeology_html_6016138758 jgeology_html_6016138758:939:56315:56333 Yakataga Anchorage, Alaska -0.497512762155281452 +71967 aapg_aa_457.html aapg_aa_457.html:115:20665:20688 Smackover Haynesville, Louisiana 0.127141049858089467 +71968 aapg_af_68.html aapg_af_68.html:178:19160:19172 Saskatchewan Manitoba -0.0331684163736417556 +71969 aapg_ah_619.html aapg_ah_619.html:37:5046:5060 Graneros Benton, Arkansas -0.0613948910157753394 +71970 aapg_ae_873.html aapg_ae_873.html:812:93575:93589 Woodbine Goodland, Kansas -0.0322829369444067107 +71971 aapg_ah_505.html aapg_ah_505.html:267:21565:21589 Morrison Denver 0.74728046664236325 +71972 cspg_html_7688587411 cspg_html_7688587411:374:39123:39141 Kaskapau Victoria, British Columbia -0.467925738958578585 +71973 aapg_ad_159.html aapg_ad_159.html:41:4479:4500 Green River Colorado -0.461456070409902219 +71974 cspg_html_2253842195 cspg_html_2253842195:382:43115:43123 Columbia Victoria, British Columbia -0.0442459352605073172 +71975 aapg_ad_600.html aapg_ad_600.html:117:13070:13074 Rome Lee County, Alabama -0.206167712646750684 +71976 geology_html_4035987281 geology_html_4035987281:336:27921:27927 Oregon Yokohama -0.467889067103673728 +71977 gsa_html_9233283294 gsa_html_9233283294:765:76416:76425 San Diego California -0.00472517057507792094 +71978 gsa_html_3380395839 gsa_html_3380395839:867:75195:75205 Washington Seattle -0.0117822633156925947 +71979 palaios_html_8582343224 palaios_html_8582343224:575:51482:51503 Green River Cheyenne, Wyoming -0.478586352630804512 +71980 cspg_html_1019614994 cspg_html_1019614994:66:12728:12736 Columbia Victoria, British Columbia -0.00593429213199152261 +71981 aapg_aa_15.html aapg_aa_15.html:243:34027:34045 Whitsett Karnes County, Texas -0.472512577150688062 +71982 sedimentology_html_2898428289 sedimentology_html_2898428289:1933:96622:96644 Winnipegosis Williston Basin 1.01027837183071179 +71983 cspg_html_9717154602 cspg_html_9717154602:203:29251:29272 Belly River Regina, Saskatchewan -0.449451899065432481 +71984 sedimentology_html_8384737970 sedimentology_html_8384737970:47:3672:3688 Carmel Entrada Sandstone -0.0264132431935258684 +71985 aapg_ae_419.html aapg_ae_419.html:551:63033:63040 Metapan El Salvador, Misamis Oriental -0.0366623139169080098 +71986 aapg_ad_828.html aapg_ad_828.html:70:4617:4635 Vaqueros Maricopa, Arizona -0.434527375159215246 +71987 jgeology_html_8265681594 jgeology_html_8265681594:452:27371:27380 Peninsula Korea -0.4462802459552766 +71988 cspg_html_6502178723 cspg_html_6502178723:21:2933:2951 Pardonet Western Canadian Sedimentary Basin -0.431080339422081793 +71989 gsa_html_4557277250 gsa_html_4557277250:266:26033:26049 Fish Canyon Tuff Sierra Nevada (Spain) -0.0916446366778986277 +71990 aapg_aa_549.html aapg_aa_549.html:10:1566:1578 Nowata Peru, Indiana -0.0307539456314618806 +71991 aapg_aa_312.html aapg_aa_312.html:1122:117885:117890 Weeks Long Island -0.455595651058867956 +71992 aapg_aa_473.html aapg_aa_473.html:34:5197:5209 Fayetteville Antrim, County Antrim -0.0599913690820130588 +71993 cspg_html_4516258038 cspg_html_4516258038:485:54506:54520 Thumb Mountain Bathurst Island (Northern Territory) -0.434540631888912565 +71994 aapg_af_854.html aapg_af_854.html:552:75153:75175 Edwardsville Kentucky -0.473695342935840036 +71995 aapg_ad_747.html aapg_ad_747.html:69:9858:9866 Trujillo Venezuela -0.465641239344597002 +71996 aapg_ae_789.html aapg_ae_789.html:237:26736:26744 Palliser Calgary -0.483477129634449443 +71997 aapg_ah_775.html aapg_ah_775.html:525:48580:48588 Colorado Colorado -0.457514673015389395 +71998 gsa_html_8067247871 gsa_html_8067247871:519:34620:34628 Colorado Rocky Mountains -0.487560856421757394 +71999 aapg_aa_889.html aapg_aa_889.html:599:63552:63568 Inyan Kara Black Hills 0.734908947627438414 +72000 cspg_html_9343899465 cspg_html_9343899465:833:75911:75928 Beverley Inlet Bathurst Island (Northern Territory) -0.47495364399168194 +72001 aapg_ah_385.html aapg_ah_385.html:369:45855:45869 Pioneer Central Valley (California) -0.456661018199272462 +72002 aapg_ae_958.html aapg_ae_958.html:1663:145562:145580 Carlsbad Carlsbad, New Mexico -0.461526610478465105 +72003 aapg_ad_580.html aapg_ad_580.html:25:4175:4185 Fort Union Powder River (Montana) -0.424923287683910134 +72004 aapg_ai_356.html aapg_ai_356.html:145:14972:14986 Buda Del Rio, Tennessee -0.458641287983651336 +72005 aapg_ah_807.html aapg_ah_807.html:149:12357:12365 Wolfcamp Kent County, Maryland -0.458639019733277031 +72006 aapg_ae_999.html aapg_ae_999.html:317:44086:44107 Danville Landing Shreveport, Louisiana -0.246883269866815913 +72007 aapg_aa_4.html aapg_aa_4.html:237:31630:31647 Chemung Elmira, Ontario -0.444969960131650022 +72008 gsa_html_1520002998 gsa_html_1520002998:1109:87243:87253 Wind River Cheyenne, Wyoming -0.0226179559252577995 +72009 aapg_af_808.html aapg_af_808.html:153:21249:21267 Scotland Barbados -0.0881188924461236978 +72010 aapg_ad_564.html aapg_ad_564.html:7885:691742:691752 Fort Union Hell Creek Formation -0.455184317280275863 +72011 aapg_ad_63.html aapg_ad_63.html:205:17894:17908 Frio Whitsett, North Carolina -0.471363620495062197 +72012 aapg_ad_301.html aapg_ad_301.html:173:19560:19592 Niobrara Cheyenne, Wyoming -0.451526708240674923 +72013 cspg_html_2796643803 cspg_html_2796643803:152:22936:22989 Deadwood Lacombe, Alberta -0.432346977926754639 +72014 cspg_html_2419618566 cspg_html_2419618566:51:10034:10040 Antler Canada -0.455595651058867956 +72015 aapg_ad_457.html aapg_ad_457.html:197:23904:23909 Chazy Bennington, Vermont -0.0326639109248070408 +72016 aapg_ai_583.html aapg_ai_583.html:521:65789:65804 Swift Cheyenne, Wyoming -0.441517589995484405 +72017 aapg_ai_491.html aapg_ai_491.html:169:19776:19802 Paradox Atoka, Oklahoma 0.0145380623395336504 +72018 gsa_html_6927123889 gsa_html_6927123889:15:668:681 Santa Barbara California -0.458648092769168181 +72019 aapg_ad_696.html aapg_ad_696.html:453:41309:41320 San Antonio Texas -0.457532796484121151 +72020 palaios_html_9133125241 palaios_html_9133125241:563:68074:68105 Kope Cincinnati -0.0242016752892677545 +72021 geology_html_2187977160 geology_html_2187977160:24:2089:2096 El Paso Texas -0.0505811818267982855 +72022 cspg_html_5688447798 cspg_html_5688447798:13:3087:3141 Disappointment Bay Ellesmere Island -0.070087025732908273 +72023 aapg_ai_1.html aapg_ai_1.html:301:26644:26651 Hermosa Hermosa, Chicago -0.469726827457912721 +72024 aapg_ac_65.html aapg_ac_65.html:796:66543:66551 Colorado Garfield County, Colorado -0.0536287124053924508 +72025 aapg_ah_871.html aapg_ah_871.html:434:48269:48276 Pamelia Lowville (town), New York 0.423172958660259835 +72026 aapg_ae_272.html aapg_ae_272.html:15:2486:2505 Coldwater Michigan -0.013877758051455481 +72027 aapg_ah_370.html aapg_ah_370.html:10:1195:1203 Traverse Alpena, Michigan -0.434518537443352337 +72028 cspg_html_5034642555 cspg_html_5034642555:425:40242:40275 Leadville Colorado -0.0334398147432133225 +72029 aapg_ad_664.html aapg_ad_664.html:503:47408:47429 Green River Uinta Mountains -0.458534686411798065 +72030 aapg_ad_580.html aapg_ad_580.html:483:63649:63661 Dockum Panhandle, Texas -0.480191064487370922 +72031 aapg_ah_157.html aapg_ah_157.html:255:36105:36119 Alto Illinois -0.457501080653503367 +72032 aapg_af_653.html aapg_af_653.html:852:95347:95355 Vaqueros California -0.457514673015389395 +72033 cspg_html_2838996125 cspg_html_2838996125:167:30372:30387 Canol Mackenzie River -0.0212673068022475528 +72034 aapg_ac_198.html aapg_ac_198.html:232:20527:20545 Eagle Navarro County, Texas -0.0894196333487102674 +72035 aapg_af_308.html aapg_af_308.html:281:32017:32023 Benson Taylor County, Wisconsin -0.0324655941438056483 +72036 aapg_ai_287.html aapg_ai_287.html:278:31415:31423 Woodford California -0.489913286480908206 +72037 sedimentology_html_7879809021 sedimentology_html_7879809021:522:36601:36608 Taggard Greenbrier (Great Smoky Mountains) -0.486398776993572868 +72038 cspg_html_6116883777 cspg_html_6116883777:646:84863:84871 Bathurst Bathurst Island (Northern Territory) -0.466782751574986277 +72039 gsa_html_8398449001 gsa_html_8398449001:625:50365:50375 Bear River Bear Lake, Michigan -0.480695619561815057 +72040 sedimentology_html_7094042012 sedimentology_html_7094042012:600:52960:52966 Provo Jura Mountains 0.0373340820120061159 +72041 gsa_html_8517233795 gsa_html_8517233795:634:57963:57971 Monterey Compton, California -0.0116467387889204136 +72042 sedimentology_html_7169923152 sedimentology_html_7169923152:906:52456:52476 San Andres New Mexico -0.411994321190043089 +72043 aapg_af_586.html aapg_af_586.html:86:10945:10955 Washington Arizona -0.0137248477945169315 +72044 aapg_ai_916.html aapg_ai_916.html:79:10276:10290 Rockdale Mississippi River -0.464706706380762058 +72045 aapg_af_845.html aapg_af_845.html:133:13025:13033 Woodbine Paluxy, Texas -0.417363557088893333 +72046 cspg_html_9735723617 cspg_html_9735723617:637:74648:74666 Imperial Banks Island -0.0161298137457332978 +72047 aapg_ac_621.html aapg_ac_621.html:140:11125:11143 Zeandale Tarkio, Missouri -0.481766159765426027 +72048 aapg_ai_153.html aapg_ai_153.html:495:74837:74848 Monongahela Ohio -0.440325191296006335 +72049 gsa_html_3818307499 gsa_html_3818307499:600:58150:58156 Walker California -0.472678482936493838 +72050 aapg_af_854.html aapg_af_854.html:973:137359:137380 Paint Creek Illinois -0.080417119286975175 +72051 aapg_aa_23.html aapg_aa_23.html:544:67016:67036 Red River Manitoba -1.07759393142305293 +72052 aapg_ah_95.html aapg_ah_95.html:41:4628:4644 Concha Arizona -0.467071222132578012 +72053 aapg_ae_407.html aapg_ae_407.html:136:13480:13502 Wapsipinicon Illinois -0.437005217650049682 +72054 aapg_ac_879.html aapg_ac_879.html:5:1042:1048 Shasta Roaring Fork River -0.045129017887602145 +72055 aapg_aa_23.html aapg_aa_23.html:1006:133752:133761 Interlake Regina, Saskatchewan -0.00832481152182470464 +72056 gsa_html_1616304153 gsa_html_1616304153:827:77550:77557 Yucatan Melbourne, Florida -0.0676658721418899739 +72057 aapg_ae_516.html aapg_ae_516.html:206:20588:20610 A-2 Evaporite Salina, Kansas -0.47564012534835387 +72058 aapg_ae_789.html aapg_ae_789.html:583:68007:68024 Wabamun Edmonton, London -0.0342523093425481095 +72059 aapg_ad_695.html aapg_ad_695.html:70:6675:6681 Sparta Nacogdoches, Texas -0.431086943566786673 +72060 sedimentology_html_6338456723 sedimentology_html_6338456723:1668:73745:73751 Laguna Guatemala -0.428809045611172668 +72061 gsa_html_8549650339 gsa_html_8549650339:490:48473:48491 Monterey California -0.473607675769745107 +72062 aapg_ai_216.html aapg_ai_216.html:33:3911:3918 Holston Knoxville, Illinois -0.448327675040319895 +72063 geology_html_4301172553 geology_html_4301172553:331:25737:25765 Green River Cheyenne, Wyoming -0.461128473443845555 +72064 sedimentology_html_6951714124 sedimentology_html_6951714124:810:62886:62890 Hall London, Ontario -0.481482104366479757 +72065 palaios_html_3232474978 palaios_html_3232474978:539:52661:52669 Columbia Canada -0.0268931559198013828 +72066 gsa_html_9723549532 gsa_html_9723549532:74:6981:7009 Green River Colorado -0.408246149684567183 +72067 aapg_ac_439.html aapg_ac_439.html:9:1282:1288 Denver Colorado -0.387814691513593379 +72068 gsa_html_7537857494 gsa_html_7537857494:400:43753:43765 Rhode Island Charleston, South Carolina -0.0272061513057389563 +72069 aapg_ai_720.html aapg_ai_720.html:28:4163:4171 Virginia Maryland -0.0192024182130031904 +72070 aapg_aa_906.html aapg_aa_906.html:559:61362:61370 Beaumont Colorado 0.0261872029471060912 +72071 aapg_ah_753.html aapg_ah_753.html:77:12223:12240 Windsor New Caledonia 0.00640161657025525247 +72072 gsa_html_5851281923 gsa_html_5851281923:95:7757:7773 Roslyn Cheney, Washington -0.484079342907875299 +72073 gsa_html_2832151886 gsa_html_2832151886:455:39271:39279 Columbia Boise, Idaho -0.406132759388199704 +72074 aapg_af_510.html aapg_af_510.html:327:35939:35947 Colorado Colorado -0.036075857948020304 +72075 aapg_ad_696.html aapg_ad_696.html:317:29536:29542 Weches Charlotte, North Carolina 0.0051247343510113369 +72076 aapg_ac_587.html aapg_ac_587.html:506:54305:54326 Cowlitz Castle Rock, Colorado -0.0560652408984460074 +72077 cspg_html_1520641026 cspg_html_1520641026:5:228:247 Duvernay Central Alberta -0.478349729395822987 +72078 aapg_ah_978.html aapg_ah_978.html:315:30938:30953 Santa Margarita Coalinga, California -0.44751173936929356 +72079 aapg_ae_609.html aapg_ae_609.html:393:41816:41822 Denver Colorado -0.480667710196792775 +72080 gsa_html_7102550258 gsa_html_7102550258:1641:147271:147283 Chinle New Mexico -0.0238644046922454368 +72081 geology_html_4459606676 geology_html_4459606676:53:5496:5504 Scotland Iceland -0.482963947665808413 +72082 aapg_ah_53.html aapg_ah_53.html:29:3632:3638 Clifty Illinois 0.0630624263197179652 +72083 aapg_ad_119.html aapg_ad_119.html:14:1967:1975 Columbia Victoria, British Columbia -0.0233046208724774252 +72084 aapg_ai_305.html aapg_ai_305.html:491:41693:41698 Swift Virginia -0.452112016307883446 +72085 aapg_ad_55.html aapg_ad_55.html:219:16082:16090 Lowville Tripoli, Lebanon -0.438031460031225395 +72086 sedimentology_html_5385231326 sedimentology_html_5385231326:860:60936:60941 Piper California -0.435659290307845004 +72087 aapg_ac_399.html aapg_ac_399.html:101:10476:10492 Sparta Adams County, Indiana 0.00179624453777558709 +72088 cspg_html_7688587411 cspg_html_7688587411:306:34552:34590 Fish Scales Lacombe, Alberta -0.48108644546321655 +72089 aapg_ai_94.html aapg_ai_94.html:122:17941:17948 El Abra Jura Mountains -0.452112016307883446 +72090 sedimentology_html_4089685201 sedimentology_html_4089685201:1790:120956:120960 Hall London, Ontario -0.499198739530653746 +72091 gsa_html_8241338635 gsa_html_8241338635:604:59105:59121 Moenkopi Grand Canyon 0.00285245641142386911 +72092 gsa_html_9603601502 gsa_html_9603601502:284:17214:17235 Anse Cascon Western world -0.484077007932315562 +72093 aapg_ad_269.html aapg_ad_269.html:70:7928:7945 Entrada Entrada Sandstone -0.483803859624134081 +72094 geology_html_3955381777 geology_html_3955381777:209:20698:20716 Tindir Cambridge -0.0559152219546391674 +72095 aapg_ah_189.html aapg_ah_189.html:27:4175:4183 Starved Rock Michigan -0.481021295519417413 +72096 aapg_ai_316.html aapg_ai_316.html:23:3705:3713 Thomonde Rio Frio, Texas -0.48422645917649243 +72097 cspg_html_1025724640 cspg_html_1025724640:546:68160:68176 Nepean Ottawa, Kansas -0.0547936736355184237 +72098 aapg_ae_473.html aapg_ae_473.html:334:30602:30634 Undifferentiated Lauderdale County, Tennessee -0.0185419788860923702 +72099 aapg_ah_198.html aapg_ah_198.html:512:64427:64445 Monterey Santa Barbara, California -0.0365370148980476567 +72100 cspg_html_5484260516 cspg_html_5484260516:1348:118720:118736 Bakken Regina, Saskatchewan -0.452055720301517416 +72101 gsa_html_8549650339 gsa_html_8549650339:590:54730:54755 Edwards Texas -0.033773852470743819 +72102 aapg_ad_908.html aapg_ad_908.html:248:27383:27400 La Luna Venezuela 0.0189729999692566688 +72103 aapg_ak_26.html aapg_ak_26.html:266:21847:21853 Sierra Chihuahua (state) -0.463579265049131273 +72104 cspg_html_9717154602 cspg_html_9717154602:310:45500:45521 Belly River Bow River 0.627477503730690889 +72105 cspg_html_2834693711 cspg_html_2834693711:393:54133:54154 Protection Nanoose Bay, British Columbia -0.471009336433766579 +72106 cspg_html_9023649778 cspg_html_9023649778:33:5646:5654 Columbia Victoria, British Columbia -0.468611324772205295 +72107 cspg_html_9354781888 cspg_html_9354781888:1147:77094:77100 Denver Colorado -0.0383226719059837143 +72108 cspg_html_8363357104 cspg_html_8363357104:28:3282:3290 Columbia Victoria, British Columbia -0.419958128211776138 +72109 aapg_ac_251.html aapg_ac_251.html:782:87103:87109 Oregon Washington (state) -0.441553207562292771 +72110 aapg_ae_884.html aapg_ae_884.html:276:36845:36860 Mesaverde Colorado 0.921540408532576127 +72111 aapg_ai_581.html aapg_ai_581.html:94:9372:9388 Dakota Fall River, Nova Scotia -0.00486067457957646467 +72112 cspg_html_4326384800 cspg_html_4326384800:994:145568:145579 Slave Point Swan Hill, Victoria -0.175414588798915971 +72113 aapg_ae_519.html aapg_ae_519.html:314:34791:34798 Chemung Pocono Raceway 0.0277069586489737639 +72114 aapg_ad_865.html aapg_ad_865.html:7:724:740 Dakota Hermosa, Chicago 0.0542076807661801344 +72115 gsa_html_9053175553 gsa_html_9053175553:596:58419:58447 Green River Colorado -0.455252106655251121 +72116 aapg_ac_972.html aapg_ac_972.html:190:22320:22326 Sierra Kings City -0.0179232709792312463 +72117 aapg_ak_52.html aapg_ak_52.html:103:10373:10386 Sligo Trinity County, Texas -0.0352075456733289827 +72118 aapg_af_469.html aapg_af_469.html:507:59727:59735 Humboldt Great Basin -0.44830973456876172 +72119 gsa_html_8279040833 gsa_html_8279040833:661:51052:51056 Hall Antarctica -0.03643260021013002 +72120 palaios_html_3889678675 palaios_html_3889678675:54:7262:7270 Quinault Washington (state) -0.489889776983278402 +72121 palaios_html_9408587909 palaios_html_9408587909:704:63485:63508 Montney Victoria, British Columbia -0.038712565483401136 +72122 gsa_html_5568683977 gsa_html_5568683977:596:52954:52958 Hall Denton, Greater Manchester -0.0508792537248642374 +72123 sedimentology_html_9016561378 sedimentology_html_9016561378:936:72733:72743 Sunderland Cambridge, Massachusetts -0.0369894907800668374 +72124 aapg_ae_305.html aapg_ae_305.html:1842:177095:177105 Santa Cruz Santa Rosa, California -0.444047618586574599 +72125 cspg_html_2758185645 cspg_html_2758185645:403:40752:40775 Turner Valley Meramec River -0.453180049702502807 +72126 aapg_ah_696.html aapg_ah_696.html:386:55394:55402 Richland Washington (state) -0.0439794609034374617 +72127 aapg_ad_157.html aapg_ad_157.html:198:18849:18853 Frio Brazoria County, Texas -0.0236314487961183893 +72128 aapg_af_878.html aapg_af_878.html:5:731:748 Warsaw Illinois 0.0209370481380516393 +72129 cspg_html_9361096527 cspg_html_9361096527:592:60756:60787 Judith River Lacombe, Alberta 0.0425514373897620327 +72130 sedimentology_html_9410532865 sedimentology_html_9410532865:1682:114340:114360 Tallahatta Benton County, Indiana -0.231243163656368544 +72131 jgeology_html_4599466962 jgeology_html_4599466962:636:48492:48500 Onondaga Ontario, California -0.488759736831659075 +72132 aapg_ad_801.html aapg_ad_801.html:145:16179:16198 Nanafalia Alabama -0.246883269866815913 +72133 cspg_html_6252417471 cspg_html_6252417471:166:24035:24051 Hassel Lacombe, Alberta -0.449755070503296051 +72134 cspg_html_2482892781 cspg_html_2482892781:55:9057:9064 Madison Manitoba -0.464610795373413321 +72135 cspg_html_4915680223 cspg_html_4915680223:307:36245:36270 Franklin Strait Middle Ordovician -0.432289667144302503 +72136 aapg_ah_618.html aapg_ah_618.html:7:618:628 Phosphoria Cheyenne, Wyoming -0.428106551564836124 +72137 gsa_html_3720789279 gsa_html_3720789279:844:83793:83803 Washington Boise, Idaho 0.0195500267274268669 +72138 aapg_ad_808.html aapg_ad_808.html:1234:84223:84231 Frontier Niobrara, Nebraska -0.153431597651559282 +72139 cspg_html_6472484014 cspg_html_6472484014:82:10619:10639 West Point New Brunswick, New Jersey -0.040714500181089297 +72140 cspg_html_4694482219 cspg_html_4694482219:39:4817:4834 Bearpaw Regina, Saskatchewan -0.12463094596326886 +72141 aapg_ah_270.html aapg_ah_270.html:3:167:190 Cotton Valley East Texas -0.196917692042612946 +72142 gsa_html_6738340121 gsa_html_6738340121:824:73935:73963 Green River Colorado -0.0475070165492629953 +72143 aapg_aa_232.html aapg_aa_232.html:244:26800:26832 Main Street Texas -0.483015252079283031 +72144 sedimentology_html_8006979411 sedimentology_html_8006979411:1787:117768:117782 Colorado Regina, Saskatchewan -0.457514673015389395 +72145 cspg_html_3860685167 cspg_html_3860685167:859:79615:79635 Mount Head Lacombe, Alberta 0.965845727810041077 +72146 aapg_aa_635.html aapg_aa_635.html:105:11327:11331 Bern Switzerland -0.118294727273342962 +72147 gsa_html_3445493534 gsa_html_3445493534:314:36122:36135 Santa Barbara Monterey, California -0.0225014864703161413 +72148 AMJC_html_6341723617 AMJC_html_6341723617:740:64625:64641 Uinta Colorado -0.437987106587424679 +72149 jgeology_html_4305195651 jgeology_html_4305195651:1922:142888:142904 Pocono Coaldale, Schuylkill County, Pennsylvania -0.439098796420780313 +72150 cspg_html_2570555346 cspg_html_2570555346:141:17822:17840 Goose Tickle Rhode Island Red -0.0290321011190772874 +72151 aapg_aa_463.html aapg_aa_463.html:9:1662:1675 Cotton Valley County Sligo -0.0781889568375554733 +72152 cspg_html_1644457308 cspg_html_1644457308:108:14493:14511 Grayling Pine River (Michigan) -0.444838140504144441 +72153 aapg_ae_933.html aapg_ae_933.html:16:1428:1447 Smackover Arkansas -0.0178607060340597694 +72154 jgeology_html_4599466962 jgeology_html_4599466962:168:12438:12447 Schoharie Onondaga (tribe) -0.456518443898076276 +72155 cspg_html_1222040397 cspg_html_1222040397:174:25953:25974 Survey Peak Rocky Mountains -0.46279500750727276 +72156 cspg_html_3008414459 cspg_html_3008414459:500:60793:60813 Milk River Canada -0.0277886893642299709 +72157 aapg_aa_54.html aapg_aa_54.html:82:9133:9141 Colorado Logan, Utah -0.446052041434467972 +72158 gsa_html_8606513904 gsa_html_8606513904:55:3966:3994 Green River Colorado 0.0057067116030324206 +72159 geology_html_9123782865 geology_html_9123782865:206:18303:18316 Barnett Texas -0.108445697687324039 +72160 AMJC_html_1007005179 AMJC_html_1007005179:921:96468:96473 Stark Republic of China -0.50396633916237854 +72161 aapg_ae_305.html aapg_ae_305.html:1499:142473:142478 Colon Maracaibo -0.600216587348769925 +72162 geology_html_6134040289 geology_html_6134040289:267:23416:23422 Greene California 0.0138673323249030138 +72163 aapg_ad_125.html aapg_ad_125.html:20:2154:2173 Aux Vases Richland, Washington -0.426679013535527729 +72164 sedimentology_html_8384737970 sedimentology_html_8384737970:81:9201:9207 Carmel Entrada Sandstone -0.00300532980767757559 +72165 aapg_ad_341.html aapg_ad_341.html:145:14383:14402 Onondaga Helderberg -0.0965942068054704284 +72166 aapg_ae_777.html aapg_ae_777.html:581:64699:64715 Sandia Sangre de Cristo Range -0.428789280868512646 +72167 aapg_ah_318.html aapg_ah_318.html:2105:188131:188137 Sierra Zacatecas, Zacatecas -0.0886893440090896767 +72168 aapg_ah_847.html aapg_ah_847.html:83:9592:9598 Tinton New Egypt, New Jersey -0.0592268959056857155 +72169 gsa_html_9233283294 gsa_html_9233283294:727:71876:71880 Mata Madeira -0.522612682457966771 +72170 cspg_html_8298261690 cspg_html_8298261690:857:77167:77175 Edmonton Calgary -0.0615712265759854258 +72171 aapg_ah_868.html aapg_ah_868.html:898:76700:76708 Beaumont New Mexico -0.394588100995168889 +72172 aapg_ai_247.html aapg_ai_247.html:29:3457:3465 Michigan Ontario, California -0.0420064113899637007 +72173 aapg_af_131.html aapg_af_131.html:199:19425:19447 Shinarump Conglomerate Santa Rosa, California -0.484534784604727431 +72174 cspg_html_1841843683 cspg_html_1841843683:59:9383:9388 Piper Williston Basin -0.418790363991469961 +72175 palaios_html_8113714689 palaios_html_8113714689:294:33337:33358 Tribes Hill Maryland -0.0417243342632335201 +72176 aapg_af_431.html aapg_af_431.html:114:11624:11647 Cotton Valley Henderson County, Texas -0.446110205830797302 +72177 aapg_aa_23.html aapg_aa_23.html:292:33242:33260 Winnipeg Manitoba 0.0236071103170811779 +72178 cspg_html_3618628685 cspg_html_3618628685:82:10763:10792 Banff Moose Mountain (Alberta) -0.45837367399533685 +72179 aapg_ac_899.html aapg_ac_899.html:92:8120:8129 Smackover Cotton Valley, Louisiana -0.025689926843247262 +72180 cspg_html_2954223000 cspg_html_2954223000:698:99991:100013 Midway East Texas -0.509868286896213663 +72181 aapg_ah_48.html aapg_ah_48.html:402:51017:51025 Colorado Denver -0.0236297103321001234 +72182 gsa_html_7193789775 gsa_html_7193789775:755:75676:75691 Mesaverde Logan, Utah -0.0088338543289246535 +72183 aapg_ad_649.html aapg_ad_649.html:382:47326:47338 Beaver Creek Kirkwood, Missouri -0.0763119321772124382 +72184 geology_html_3254229750 geology_html_3254229750:62:8039:8057 Langston Logan, Utah -0.513323459558207906 +72185 aapg_aa_22.html aapg_aa_22.html:319:30980:30985 Upham Maquoketa, Iowa -0.494538507684199602 +72186 aapg_ai_774.html aapg_ai_774.html:51:5596:5609 Detroit River Michigan -0.447133159014188541 +72187 cspg_html_4326384800 cspg_html_4326384800:1144:170047:170055 Grosmont Hondo, Texas -0.487692158362934725 +72188 aapg_ai_157.html aapg_ai_157.html:425:38808:38814 Guelph Salina, Kansas -0.043068633588496115 +72189 gsa_html_5293445820 gsa_html_5293445820:673:67395:67416 Wood River Healy, Alaska -0.44721379024503416 +72190 aapg_af_641.html aapg_af_641.html:93:4220:4227 Bossier Shreveport, Louisiana -0.466299888436986554 +72191 aapg_ai_583.html aapg_ai_583.html:27:4537:4550 Belle Fourche Black Hills 0.573917129344763466 +72192 gsa_html_2162821431 gsa_html_2162821431:13:600:606 Oregon Salem, Oregon -0.028002582716924157 +72193 cspg_html_8438548095 cspg_html_8438548095:328:32629:32636 Bearpaw Drumheller -0.439223139625051329 +72194 gsa_html_7205511748 gsa_html_7205511748:14:630:651 Jacobsville Michigan 0.779618329188979331 +72195 gsa_html_3320600310 gsa_html_3320600310:376:31824:31840 Chinle Arizona -0.202695513628341845 +72196 gsa_html_3648258377 gsa_html_3648258377:572:57650:57669 New Egypt Bass River Township, New Jersey -0.467870731747513147 +72197 palaios_html_1447383453 palaios_html_1447383453:584:44143:44161 Bluff Antarctica -0.421794172418702262 +72198 geology_html_2350878941 geology_html_2350878941:268:21457:21478 Green River Cheyenne, Wyoming -0.407614238586680777 +72199 gsa_html_7304754451 gsa_html_7304754451:762:68831:68846 Rapid Sierra Nevada (U.S.) -0.0442459352605073172 +72200 aapg_ah_370.html aapg_ah_370.html:581:46532:46540 Michigan Afton (town), New York -0.466782751574986277 +72201 aapg_ae_419.html aapg_ae_419.html:385:47408:47428 San Felipe Austin, Chicago 0.559206063324817815 +72202 aapg_ad_2.html aapg_ad_2.html:1011:139495:139515 Beekmantown Shoreham Nuclear Power Plant -0.395806305963989857 +72203 aapg_ai_986.html aapg_ai_986.html:290:26786:26803 Hermosa Colorado -0.474815026513922711 +72204 cspg_html_8279079445 cspg_html_8279079445:521:51679:51688 Knoxville Delaware -0.00389130459133905492 +72205 aapg_ae_681.html aapg_ae_681.html:45:5960:5981 Haynesville Melbourne, Florida -0.507644111238805928 +72206 aapg_aa_723.html aapg_aa_723.html:765:69976:69985 San Diego California -0.477123570959987586 +72207 aapg_ae_875.html aapg_ae_875.html:194:23891:23907 Robles Puerto Rico -0.0149690067830474411 +72208 aapg_ae_74.html aapg_ae_74.html:660:63366:63376 Nacimiento Animas River -0.514453408641096011 +72209 cspg_html_6733212590 cspg_html_6733212590:108:11262:11269 Jupiter Pluto -0.443701699352459789 +72210 cspg_html_8298261690 cspg_html_8298261690:34:4783:4802 Peace River Lacombe, Alberta -0.0873291613779223347 +72211 cspg_html_8089302449 cspg_html_8089302449:26:4447:4459 Saskatchewan Manitoba -0.459083706416541504 +72212 aapg_ac_513.html aapg_ac_513.html:123:12226:12237 San Antonio Texas -0.000180666507077184774 +72213 aapg_ai_811.html aapg_ai_811.html:273:38343:38349 Vernon Jennings County, Indiana -0.490054357124853124 +72214 aapg_af_735.html aapg_af_735.html:341:38142:38146 Bell Caribbean -0.446333949377836381 +72215 aapg_ak_135.html aapg_ak_135.html:148:25595:25613 San Onofre Breccia San Onofre Nuclear Generating Station -0.0782309880491985077 +72216 aapg_ae_185.html aapg_ae_185.html:421:38029:38043 Tokio Western world -0.418318873112032641 +72217 gsa_html_8729482339 gsa_html_8729482339:925:77159:77165 Denver Ethiopia -0.484359586108593421 +72218 cspg_html_7912545589 cspg_html_7912545589:126:17299:17319 Clearwater CFB Cold Lake -0.456479975332736432 +72219 aapg_ai_153.html aapg_ai_153.html:407:62624:62632 Colorado Iowa -0.0379919707069968429 +72220 gsa_html_4719798013 gsa_html_4719798013:328:32457:32482 Blackwater Draw Pecos River -0.0165833779978511626 +72221 aapg_ae_983.html aapg_ae_983.html:238:19141:19150 Franconia Wisconsin -0.00756560119780054757 +72222 cspg_html_5345848475 cspg_html_5345848475:7:813:831 Niobrara Regina, Saskatchewan -0.418529603382018334 +72223 aapg_ai_523.html aapg_ai_523.html:5:922:938 Maroon Carbondale, Pennsylvania -0.0415049470252112224 +72224 aapg_ae_961.html aapg_ae_961.html:354:28565:28573 Niobrara Kamp -0.0676658721418899739 +72225 gsa_html_9843343868 gsa_html_9843343868:659:57467:57477 Florissant Colorado -0.058806300266930997 +72226 aapg_ae_454.html aapg_ae_454.html:561:51062:51070 Dorcheat Texas -0.519086321989102428 +72227 jgeology_html_8726487825 jgeology_html_8726487825:282:18020:18035 Atoka Ouachita Mountains -0.458695727712452594 +72228 cspg_html_9354781888 cspg_html_9354781888:447:41873:41881 Columbia Victoria, British Columbia -0.441437455474761709 +72229 cspg_html_3798354576 cspg_html_3798354576:140:15575:15593 Duperow Regina, Saskatchewan -0.455125570603755747 +72230 aapg_ac_705.html aapg_ac_705.html:14:1877:1885 Woodford Beaumont, Texas -0.491106071608619299 +72231 gsa_html_4366904220 gsa_html_4366904220:63:5389:5399 Rio Grande Texas -0.435767689782418699 +72232 aapg_ad_466.html aapg_ad_466.html:1471:155311:155328 Calvert Fairhaven, Massachusetts 0.00884254111791155963 +72233 aapg_ah_645.html aapg_ah_645.html:19:2648:2653 Swift Williston, Vermont 0.401295719964179676 +72234 gsa_html_8035658736 gsa_html_8035658736:773:88289:88297 Columbia California -0.010750205891597751 +72235 aapg_af_711.html aapg_af_711.html:21:2022:2028 Oregon Washington (state) -0.0420064113899637007 +72236 cspg_html_2174653823 cspg_html_2174653823:301:21594:21611 Edwards Central Texas -0.0370486621812744707 +72237 geology_html_4705110813 geology_html_4705110813:16:958:968 Washington Seattle -0.460953349343471763 +72238 AMJC_html_5298823237 AMJC_html_5298823237:35:2951:2961 Coon Creek Wisconsin -0.0826954205588922436 +72239 gsa_html_2513629664 gsa_html_2513629664:11:429:438 San Diego California 0.0219626084121762773 +72240 geology_html_7186310330 geology_html_7186310330:243:18793:18797 Kent Sparks, Nevada -0.463253167093327645 +72241 cspg_html_9905904289 cspg_html_9905904289:13:2367:2375 Whitemud Regina, Saskatchewan -0.00952011624606233578 +72242 aapg_ak_76.html aapg_ak_76.html:107:15959:15972 San Sebastian Puerto Rico -0.460205477971118548 +72243 aapg_ai_49.html aapg_ai_49.html:205:23929:23940 Cloud Chief Panhandle, Texas -0.44645479356367046 +72244 aapg_aa_696.html aapg_aa_696.html:683:74899:74905 Denver Colorado 0.00780882515916470586 +72245 aapg_ad_55.html aapg_ad_55.html:108:9022:9029 Plattin Decorah, Iowa -0.483057230694543871 +72246 gsa_html_7542416588 gsa_html_7542416588:1093:85874:85902 Green River Colorado -0.426503733834695087 +72247 cspg_html_6306091047 cspg_html_6306091047:597:81356:81375 Baldonnel Victoria, British Columbia -0.0399624195111792577 +72248 aapg_af_397.html aapg_af_397.html:126:15233:15250 Todilto San Juan, Argentina 1.07595633489433773 +72249 aapg_ai_791.html aapg_ai_791.html:42:6231:6238 Yucatan Colombia 0.00534883845084102843 +72250 aapg_ad_466.html aapg_ad_466.html:1303:139911:139928 Raritan Patapsco River -0.462512479285274614 +72251 gsa_html_4557277250 gsa_html_4557277250:60:6249:6265 Navajo Carmel, Indiana -0.454357696116458765 +72252 palaios_html_4234830474 palaios_html_4234830474:38:5543:5554 Peace River Canada -0.00704441094107981659 +72253 cspg_html_1925276454 cspg_html_1925276454:563:57254:57269 Athabasca Regina, Saskatchewan -0.506274119189383809 +72254 cspg_html_9343899465 cspg_html_9343899465:833:75889:75902 Bird Fiord Bathurst Island (Northern Territory) 0.838324048003173283 +72255 aapg_aa_171.html aapg_aa_171.html:119:14187:14204 Windsor Berryton, Kansas -0.412050436555775779 +72256 aapg_ah_5.html aapg_ah_5.html:2411:169803:169817 Colorado Niobrara, Nebraska -0.101845897372978236 +72257 aapg_af_300.html aapg_af_300.html:59:5420:5427 El Paso Texas -0.454041701910604445 +72258 gsa_html_5410120687 gsa_html_5410120687:693:57261:57289 Green River Iran -0.0396629967137020131 +72259 aapg_af_397.html aapg_af_397.html:219:26131:26148 Todilto Entrada Sandstone -0.0552750621644688064 +72260 aapg_ae_803.html aapg_ae_803.html:950:119820:119838 Chochal Western world -0.0473502039075794148 +72261 cspg_html_4115156925 cspg_html_4115156925:261:33321:33351 Doig Victoria, British Columbia -0.455310861563052449 +72262 aapg_ae_4.html aapg_ae_4.html:259:30232:30256 Manning Canyon Oquirrh Mountain Utah Temple -0.0913530532478803448 +72263 cspg_html_2973952956 cspg_html_2973952956:588:45055:45063 Edmonton Calgary -0.011024723133422322 +72264 aapg_ad_2.html aapg_ad_2.html:1233:168569:168580 Martinsburg Martinsburg, Nebraska 0.966200808825746105 +72265 aapg_aa_939.html aapg_aa_939.html:248:27607:27626 Wind River Laramide orogeny -0.469648742182661783 +72266 aapg_ai_503.html aapg_ai_503.html:5:945:962 Grimsby Manitoulin Island -0.438060290900437188 +72267 cspg_html_6786864151 cspg_html_6786864151:593:48929:48941 Saskatchewan Trinidad and Tobago -0.0392835092525669338 +72268 aapg_ae_917.html aapg_ae_917.html:3:305:310 Eagle Colorado -0.0349152239847350387 +72269 aapg_ah_318.html aapg_ah_318.html:900:92803:92822 Smackover Shreveport, Louisiana 0.0372522840443789555 +72270 aapg_af_248.html aapg_af_248.html:5:1661:1667 Midway Texas -0.445256006610368571 +72271 aapg_af_2.html aapg_af_2.html:283:31406:31411 Ouray San Juan Mountains -0.0105034896980181463 +72272 aapg_ae_768.html aapg_ae_768.html:6:1161:1169 Carlsbad Pecos River -0.465460653780432054 +72273 aapg_aa_718.html aapg_aa_718.html:3:431:451 Waynesburg Huntington, West Virginia -0.0637435420996290414 +72274 aapg_ad_67.html aapg_ad_67.html:403:40984:41003 Midway Murray, Kentucky -0.464884854319956187 +72275 palaios_html_5958626598 palaios_html_5958626598:19:1399:1416 Jupiter Manitoulin Island -0.224164682067689497 +72276 aapg_ah_625.html aapg_ah_625.html:4:538:543 Uinta Wasatch Range -0.463526807661379381 +72277 cspg_html_9011889300 cspg_html_9011889300:226:22266:22285 Athabasca Lacombe, Alberta -0.0412786006588513471 +72278 geology_html_4999100113 geology_html_4999100113:291:28487:28504 Nansen North Sea oil 0.000213672889406611738 +72279 aapg_af_468.html aapg_af_468.html:3:226:240 Frio Texas 0.0362516172421911975 +72280 aapg_ae_416.html aapg_ae_416.html:137:12785:12804 Vicksburg Texas -0.101469025767876961 +72281 geology_html_4381640532 geology_html_4381640532:245:19348:19354 Denver Colorado -0.474815026513922711 +72282 aapg_ad_880.html aapg_ad_880.html:9:1525:1542 Rierdon Cheyenne, Wyoming 0.0187783441423678282 +72283 AMJC_html_1873062106 AMJC_html_1873062106:515:66819:66837 Morrison Mogollon, New Mexico -0.404820594310329573 +72284 AMJC_html_3004823282 AMJC_html_3004823282:1126:112976:112987 San Antonio Texas -0.459919224612040101 +72285 aapg_aa_358.html aapg_aa_358.html:103:11181:11198 Entrada Sweetwater, Miami-Dade County, Florida -0.443110589175295999 +72286 aapg_af_666.html aapg_af_666.html:89:8198:8216 Gallatin Gallatin, Tennessee -0.0347621062592119723 +72287 gsa_html_4472896560 gsa_html_4472896560:626:50229:50239 Wind River Cheyenne, Wyoming -0.00217147693343403827 +72288 aapg_aa_231.html aapg_aa_231.html:272:26044:26056 Pierre Niobrara, Nebraska -0.437927232782468367 +72289 cspg_html_9735723617 cspg_html_9735723617:258:32754:32774 Bird Fiord Melville, New York -0.466759861116235797 +72290 gsa_html_6784853399 gsa_html_6784853399:162:12430:12442 Tuscan Apennine Mountains -0.498041936399126195 +72291 aapg_ad_668.html aapg_ad_668.html:189:23790:23813 Cotton Valley Texas 0.00480334593379653455 +72292 aapg_ah_60.html aapg_ah_60.html:237:22776:22795 Kushtaka Stillwater, Oklahoma 0.0121610400561059945 +72293 aapg_ad_52.html aapg_ad_52.html:1167:129015:129023 Michigan Michigan -0.0316827975818438426 +72294 gsa_html_1006178269 gsa_html_1006178269:692:59963:59972 Knoxville Los Angeles -0.0508147576234257159 +72295 jgeology_html_1095412310 jgeology_html_1095412310:138:7687:7704 Manlius Hudson Valley -0.454357696116458765 +72296 sedimentology_html_7518899751 sedimentology_html_7518899751:1847:96664:96683 Swan Hills Lacombe, Alberta -0.479830848328458015 +72297 aapg_ah_677.html aapg_ah_677.html:459:47787:47801 Nonesuch Michigan -0.035304988004324106 +72298 sedimentology_html_6884737185 sedimentology_html_6884737185:27:1891:1903 Saskatchewan Saskatoon -0.0161089604302801712 +72299 cspg_html_4812473779 cspg_html_4812473779:592:75201:75219 Black Cape Cape Cod -0.474815026513922711 +72300 aapg_ac_867.html aapg_ac_867.html:279:38484:38501 Hermosa Hermosa, Chicago -0.474863540124580097 +72301 AMJC_html_2042861811 AMJC_html_2042861811:1020:90928:90936 Scotland Eastern Settlement -0.0699226679909632082 +72302 cspg_html_5699627350 cspg_html_5699627350:74:10313:10319 Viking Beaumont, Texas -0.437960495533138761 +72303 aapg_af_653.html aapg_af_653.html:844:95061:95075 Monterey California -0.00424743388825097462 +72304 aapg_ac_440.html aapg_ac_440.html:391:51957:51963 Sierra Mexico -0.463307888475886887 +72305 aapg_ae_324.html aapg_ae_324.html:472:46753:46761 Virginia Jonesville, Louisiana 0.0200558083288706231 +72306 geology_html_9990718737 geology_html_9990718737:320:23964:23970 Snyder California 0.0172976297884785309 +72307 aapg_ad_351.html aapg_ad_351.html:755:65487:65507 Keokuk Laurens County, Georgia -0.063205628823083157 +72308 aapg_ac_417.html aapg_ac_417.html:30:5036:5053 Roslyn Raging River -0.0652282975338609045 +72309 aapg_ae_129.html aapg_ae_129.html:173:15978:15986 Michigan Pennsylvania -0.446011775932438015 +72310 aapg_aa_95.html aapg_aa_95.html:160:15077:15085 Colorado Yuma, Arizona -0.074108384853711684 +72311 aapg_aa_394.html aapg_aa_394.html:73:8071:8082 Mauch Chunk Pottsville, Pennsylvania -0.438060290900437188 +72312 aapg_ai_49.html aapg_ai_49.html:78:7885:7893 Tensleep Cheyenne, Wyoming -0.079975607961460915 +72313 aapg_aa_4.html aapg_aa_4.html:241:32355:32375 West Falls Keuka Lake -0.475258680049542748 +72314 aapg_aa_44.html aapg_aa_44.html:239:30995:31003 Moenkopi Logan, Utah 0.382293954195100705 +72315 aapg_ae_542.html aapg_ae_542.html:39:4379:4397 Kaguyak Matanuska Glacier -0.0350961840937315667 +72316 aapg_ae_498.html aapg_ae_498.html:647:70630:70647 Wassum Virginia -0.457840951353905012 +72317 gsa_html_5107598462 gsa_html_5107598462:336:28546:28552 Salina Salina, Kansas -0.443732938342886629 +72318 aapg_ae_72.html aapg_ae_72.html:123:13903:13910 Paradox Atoka, Oklahoma -0.45099125631104503 +72319 aapg_af_136.html aapg_af_136.html:31:3531:3559 Eagle Texas -0.494708722782586374 +72320 aapg_ae_182.html aapg_ae_182.html:140:16890:16913 Cotton Valley Cotton Valley, Louisiana -0.43911211811260753 +72321 aapg_ae_419.html aapg_ae_419.html:2015:139846:139863 Tamabra Matamoros, Tamaulipas 0.704133186558742019 +72322 gsa_html_7159719164 gsa_html_7159719164:48:3593:3602 San Diego California -0.0436537812502225328 +72323 aapg_ac_414.html aapg_ac_414.html:262:32664:32684 Phosphoria Boise, Idaho -0.00961046045389274753 +72324 palaios_html_8910286482 palaios_html_8910286482:71:8610:8620 Chancellor Langley, Berkshire -0.429947310326277143 +72325 aapg_ae_70.html aapg_ae_70.html:259:26628:26644 Dakota Mancos, Colorado 0.0658607437133109652 +72326 cspg_html_6116883777 cspg_html_6116883777:114:19219:19227 Scotland Eastern Settlement -0.0241616892206824377 +72327 aapg_ae_324.html aapg_ae_324.html:866:86791:86798 Holston Knoxville, Tennessee -0.476093453364925034 +72328 cspg_html_9516677253 cspg_html_9516677253:329:34833:34840 Cardium Bow River -0.40026071529324625 +72329 gsa_html_3225734041 gsa_html_3225734041:99:9157:9178 Wissahickon Western world -0.449656248007914428 +72330 sedimentology_html_3328547963 sedimentology_html_3328547963:829:65832:65836 Hall London, Ontario -0.479552074346371926 +72331 gsa_html_4741902933 gsa_html_4741902933:31:2881:2909 Green River Colorado 0.028644283249609527 +72332 cspg_html_9683836416 cspg_html_9683836416:477:72301:72323 Judith River Lacombe, Alberta -0.0433995158263024566 +72333 geology_html_6153450375 geology_html_6153450375:289:20194:20206 Dixie Valley Reno, Nevada -0.249775688786739586 +72334 aapg_ah_311.html aapg_ah_311.html:275:29452:29466 Sentinel Butte Fort Union Trading Post National Historic Site 0.0376160290239133457 +72335 sedimentology_html_4101202094 sedimentology_html_4101202094:392:38257:38267 Washington Kodiak Island -0.0199532604557582163 +72336 gsa_html_5140765555 gsa_html_5140765555:965:72092:72104 Owens Valley California -0.454143259443463898 +72337 aapg_af_397.html aapg_af_397.html:149:18143:18160 Entrada Entrada Sandstone -0.449871874526764137 +72338 aapg_ak_39.html aapg_ak_39.html:13:1418:1428 Washington Salem, Oregon -0.458659434193013582 +72339 geology_html_6050254205 geology_html_6050254205:171:18745:18755 Rancheria Mexico -0.427689691071663991 +72340 cspg_html_4287356899 cspg_html_4287356899:1409:193202:193207 Yukon Anchorage, Alaska -0.0512069723189051348 +72341 cspg_html_6412687568 cspg_html_6412687568:10:1058:1066 Birdbear Lacombe, Alberta -0.440680970807864891 +72342 palaios_html_5921824758 palaios_html_5921824758:258:26116:26132 Uinta Logan, Utah -0.477512787064485633 +72343 aapg_ad_466.html aapg_ad_466.html:1298:139080:139098 Patapsco Potomac, Maryland 0.384978170044812884 +72344 AMJC_html_7085584544 AMJC_html_7085584544:1205:113392:113412 Nacimiento New Mexico 0.821389981081062981 +72345 cspg_html_5295390542 cspg_html_5295390542:21:2233:2265 Montney Middle East -0.447135398674851747 +72346 gsa_html_8222638730 gsa_html_8222638730:428:40422:40436 Thelon Lacombe, Alberta -0.4864081422828892 +72347 gsa_html_7173708345 gsa_html_7173708345:1669:117727:117755 Green River Colorado -0.0198680940009536566 +72348 aapg_ai_957.html aapg_ai_957.html:214:23560:23571 San Antonio Beaumont, Texas -0.427711626546922574 +72349 aapg_aa_37.html aapg_aa_37.html:327:40778:40788 Phosphoria Boise, Idaho 0.428095579212077582 +72350 geology_html_4636977720 geology_html_4636977720:15:915:920 Provo Logan, Utah -0.468384265774498543 +72351 sedimentology_html_7328045802 sedimentology_html_7328045802:301:22182:22205 Frankfort Frankfort, Illinois -0.0164252377233713442 +72352 aapg_aa_721.html aapg_aa_721.html:730:75497:75501 Lane Reno, Nevada -0.0274826364360333635 +72353 cspg_html_4937997995 cspg_html_4937997995:12:725:750 Red Head Rapids River Severn -0.4391432028015122 +72354 aapg_ae_407.html aapg_ae_407.html:6:769:791 Lime Creek Illinois -0.474438560215669658 +72355 cspg_html_9046359229 cspg_html_9046359229:328:48290:48298 Columbia Victoria, British Columbia 0.0117909508048517596 +72356 aapg_ae_662.html aapg_ae_662.html:408:37729:37733 Kent Africa -0.0413935142659100155 +72357 aapg_aa_645.html aapg_aa_645.html:44:7010:7018 Morrison Colorado 0.0134433561298242382 +72358 gsa_html_1248650603 gsa_html_1248650603:112:13742:13767 Pioche Pocatello, Idaho -0.46326000708216164 +72359 cspg_html_9361096527 cspg_html_9361096527:890:78022:78044 Judith River Lacombe, Alberta -0.450932780647085085 +72360 aapg_ai_107.html aapg_ai_107.html:235:23790:23807 Bossier Smith County, Kansas -0.029932996517762829 +72361 aapg_aa_717.html aapg_aa_717.html:63:9438:9464 Warrior Bellefonte, Pennsylvania -0.467870731747513147 +72362 gsa_html_4137054086 gsa_html_4137054086:570:36980:36989 Caledonia Avalonia -0.0135788887974534252 +72363 geology_html_9856262128 geology_html_9856262128:298:20412:20419 El Abra Colombia -0.481759173673690755 +72364 aapg_af_636.html aapg_af_636.html:237:28016:28037 Dutch Creek Illinois -0.44951252529713398 +72365 cspg_html_2536163557 cspg_html_2536163557:740:97841:97849 Columbia Lacombe, Alberta -0.454041701910604445 +72366 aapg_ae_536.html aapg_ae_536.html:351:36407:36414 Cardium Lacombe, Alberta -0.434805805785743127 +72367 cspg_html_3665101783 cspg_html_3665101783:213:19828:19834 Silica Travis County, Texas -0.0453014649613171713 +72368 gsa_html_2832151886 gsa_html_2832151886:302:22830:22848 Kaskapau Lacombe, Alberta -0.0559169663418020157 +72369 aapg_ai_0.html aapg_ai_0.html:706:79854:79866 Beaumont Beaumont, Texas 0.898697360586673266 +72370 cspg_html_8316122266 cspg_html_8316122266:356:32756:32764 Columbia Victoria, British Columbia -0.444916336311243943 +72371 aapg_aa_929.html aapg_aa_929.html:23:2737:2745 Beaumont Houston -0.0354198318919945049 +72372 sedimentology_html_3952835805 sedimentology_html_3952835805:863:60200:60206 Sierra Arizona -0.4835517998191603 +72373 gsa_html_7028456337 gsa_html_7028456337:18:999:1005 Denver Colorado -0.462097962880594848 +72374 gsa_html_4930932370 gsa_html_4930932370:990:110154:110171 Onaping Sudbury, Suffolk -0.493565158874039067 +72375 aapg_aa_763.html aapg_aa_763.html:190:16992:16998 Moscow Moscow -0.467868439854770279 +72376 cspg_html_7881580279 cspg_html_7881580279:47:7337:7357 Red River Regina, Saskatchewan 0.159891123399184987 +72377 cspg_html_4860363565 cspg_html_4860363565:27:3623:3635 Saskatchewan Manitoba -0.460821460337920041 +72378 geology_html_7791742275 geology_html_7791742275:116:14727:14737 Washington Washington (state) -0.465616092314337648 +72379 aapg_af_653.html aapg_af_653.html:980:117191:117199 Vaqueros New Cuyama, California -0.492187378708275225 +72380 sedimentology_html_5473237109 sedimentology_html_5473237109:454:33273:33277 Hall London, Ontario -0.449433936510724996 +72381 aapg_ah_524.html aapg_ah_524.html:42:4020:4037 Entrada Snowmass (ski area) 0.0225553752217891625 +72382 aapg_af_592.html aapg_af_592.html:248:21301:21315 Buda Marfa lights -0.418546985241553371 +72383 aapg_af_568.html aapg_af_568.html:763:69688:69696 Tensleep Dolomites -0.472717659724808503 +72384 cspg_html_2492063773 cspg_html_2492063773:88:12566:12590 Northumberland Northumberland, Pennsylvania -0.487926676393575676 +72385 sedimentology_html_5839333856 sedimentology_html_5839333856:566:64563:64570 Francis London, Ontario -0.449656248007914428 +72386 aapg_aa_123.html aapg_aa_123.html:131:16774:16789 Liard Liard River, British Columbia -0.203757414243495888 +72387 gsa_html_9233283294 gsa_html_9233283294:747:74015:74020 Yukon Weston, Florida -0.0776846107248217038 +72388 sedimentology_html_3914592614 sedimentology_html_3914592614:597:46695:46699 Hall London, Ontario -0.0213125005692229447 +72389 jgeology_html_2714962789 jgeology_html_2714962789:863:51464:51472 Virginia Marine Corps Base Quantico -0.479475427251918496 +72390 aapg_aa_702.html aapg_aa_702.html:522:95714:95741 Prairie Regina, Saskatchewan -0.444916336311243943 +72391 aapg_ae_904.html aapg_ae_904.html:166:17505:17514 Minnelusa Potter County, Texas -0.00143491027354907159 +72392 aapg_ah_696.html aapg_ah_696.html:342:47335:47383 Rockwell Washington (state) -0.14132708154665985 +72393 cspg_html_6927586285 cspg_html_6927586285:581:66258:66284 Halfway Canada -0.0529312233263838083 +72394 gsa_html_6423424604 gsa_html_6423424604:1983:174798:174826 Green River Colorado -0.426510306242507076 +72395 cspg_html_3665101783 cspg_html_3665101783:30:3810:3831 Fossil Hill Manitoulin Island 1.03581313069584269 +72396 aapg_af_606.html aapg_af_606.html:9:1253:1268 Santa Margarita Rancho Santa Margarita, California -0.215844243946922421 +72397 aapg_ah_360.html aapg_ah_360.html:3:394:412 Woodbine East Texas -0.0176521575515221144 +72398 aapg_ah_536.html aapg_ah_536.html:186:24628:24643 Sligo Texas -0.00200296970089739335 +72399 aapg_ad_101.html aapg_ad_101.html:52:6712:6726 Hess Fort Stockton, Texas -0.466714081975797668 +72400 cspg_html_7483574191 cspg_html_7483574191:428:59033:59045 Beaver Mines Lacombe, Alberta -0.480563058112629005 +72401 gsa_html_9487992082 gsa_html_9487992082:73:8672:8690 Kootenai Great Falls (Missouri River) 0.0264219371203866585 +72402 gsa_html_1009717507 gsa_html_1009717507:894:80890:80894 Hall Canada -0.0304826089875597575 +72403 aapg_aa_735.html aapg_aa_735.html:97:9100:9117 Keokuk Burlington, Ontario -0.372585976542522235 +72404 aapg_aa_47.html aapg_aa_47.html:10:1488:1494 Sandia New Mexico -0.490313047484592146 +72405 jgeology_html_1095412310 jgeology_html_1095412310:130:7171:7180 Schoharie Jamesville, New York -0.006663945278057983 +72406 aapg_ad_55.html aapg_ad_55.html:13:1648:1655 Decorah Missouri River 0.338644687181053228 +72407 cspg_html_5345848475 cspg_html_5345848475:348:40043:40060 Carlile Manitoba -0.542066028426528623 +72408 aapg_ae_370.html aapg_ae_370.html:502:47228:47253 Pittsburg Bluff Scappoose, Oregon -0.47482657712880405 +72409 gsa_html_8233590118 gsa_html_8233590118:264:30480:30488 San Jose California -0.501560061931396017 +72410 gsa_html_1718964874 gsa_html_1718964874:58:3834:3862 Green River Colorado -0.0203286926879938275 +72411 aapg_aa_684.html aapg_aa_684.html:418:38453:38468 Chugwater Cheyenne, Wyoming -0.482763423410753567 +72412 AMJC_html_6430804426 AMJC_html_6430804426:159:13240:13250 Las Ovejas Honduras -0.459860167847925383 +72413 aapg_ad_747.html aapg_ad_747.html:66:9420:9428 Altamira Barinas State -0.466007095038280028 +72414 aapg_ah_5.html aapg_ah_5.html:2479:176231:176253 Etherington Lacombe, Alberta -0.0114886275572314532 +72415 aapg_ae_296.html aapg_ae_296.html:43:5126:5149 Cherry Canyon Delaware -0.0882084044371038017 +72416 jgeology_html_6372415613 jgeology_html_6372415613:849:56096:56107 Platteville Illinois -0.413942969460138921 +72417 aapg_ad_719.html aapg_ad_719.html:103:12487:12496 Dog Creek Texas -0.436832441054611387 +72418 sedimentology_html_2057402512 sedimentology_html_2057402512:30:1976:1984 Edmonton Canada -0.471340610693628537 +72419 cspg_html_5950764790 cspg_html_5950764790:525:57639:57654 Nisku Lacombe, Alberta -0.462512479285274614 +72420 aapg_ae_186.html aapg_ae_186.html:91:8654:8667 Cook Mountain Minden, Louisiana -0.452055720301517416 +72421 gsa_html_9052101586 gsa_html_9052101586:478:57649:57660 Peoria Peoria, Illinois -0.465744120990301047 +72422 aapg_ac_313.html aapg_ac_313.html:520:58959:58964 Coban Guatemala -0.480765396922298249 +72423 cspg_html_4210762654 cspg_html_4210762654:34:5724:5738 Woodbend Western world -0.501793700638435203 +72424 aapg_ae_305.html aapg_ae_305.html:1331:124334:124353 Angostura Middle East -0.469302035375975646 +72425 aapg_ai_761.html aapg_ai_761.html:455:49996:50002 Provo North Sea oil -0.480644453081816247 +72426 cspg_html_4614759573 cspg_html_4614759573:72:11144:11184 Karmutsen Charlotte Amalie, United States Virgin Islands -0.482884665046712014 +72427 aapg_ai_156.html aapg_ai_156.html:176:14616:14634 Foraker Populus sect. Aegiros -0.415098432787898985 +72428 aapg_ah_105.html aapg_ah_105.html:11:1595:1605 San Andres Nashville Basin -0.000347435604052462668 +72429 cspg_html_9222238695 cspg_html_9222238695:11:1431:1447 Fernie Lacombe, Alberta -0.443848978138650319 +72430 aapg_ai_278.html aapg_ai_278.html:507:67439:67457 San Cayetano Melbourne, Florida -0.0447893597917523589 +72431 aapg_ac_824.html aapg_ac_824.html:305:30399:30406 Manitou Fremont, California -0.483173848714512189 +72432 cspg_html_7881580279 cspg_html_7881580279:33:5467:5475 Winnipeg Manitoba -0.453180049702502807 +72433 aapg_ae_848.html aapg_ae_848.html:7:857:862 Yukon Victoria, British Columbia -0.438060290900437188 +72434 cspg_html_8727758678 cspg_html_8727758678:585:19672:19691 Dunvegan Lacombe, Alberta -0.441553207562292771 +72435 aapg_ae_93.html aapg_ae_93.html:41:7682:7702 Nikanassin Cripple Creek, Colorado -0.0330918692882290547 +72436 AMJC_html_4318504504 AMJC_html_4318504504:554:56015:56034 Greenhorn Pueblo, Colorado 0.453983029418457695 +72437 palaios_html_2736581987 palaios_html_2736581987:567:58660:58663 Abo New Mexico -0.405961136351199237 +72438 gsa_html_9511249221 gsa_html_9511249221:441:47675:47687 Rhode Island Closter, New Jersey 0.64378140124155725 +72439 aapg_ai_582.html aapg_ai_582.html:114:10612:10627 Piper Spearfish, South Dakota -0.0261732928942273319 +72440 aapg_ad_341.html aapg_ad_341.html:190:19364:19370 Pocono Lackawanna County, Pennsylvania -0.496076419080899056 +72441 cspg_html_8030881108 cspg_html_8030881108:187:30583:30603 Road River Anchorage, Alaska -0.44948782523520614 +72442 aapg_ah_775.html aapg_ah_775.html:15:2501:2516 Diablo Amarillo, Texas -0.0137248477945169315 +72443 cspg_html_6925296423 cspg_html_6925296423:7:541:556 Cairn Lacombe, Alberta -0.451351189275800146 +72444 aapg_aa_683.html aapg_aa_683.html:321:36914:36920 Pueblo Colorado -0.450620224441537598 +72445 geology_html_8609712216 geology_html_8609712216:487:28725:28744 Ogallala Austin, Chicago -0.0205424838715731368 +72446 cspg_html_1732329534 cspg_html_1732329534:60:8373:8381 Edmonton Edmonton, London -0.0388552982723100598 +72447 aapg_ah_753.html aapg_ah_753.html:77:12494:12501 Moncton New Brunswick, New Jersey -0.421027095781893512 +72448 aapg_ae_916.html aapg_ae_916.html:260:29808:29820 Judith River Gas City, Indiana -0.418516567191767941 +72449 aapg_ah_978.html aapg_ah_978.html:179:19698:19722 Etchegoin Coalinga, California 0.350740615222965624 +72450 aapg_ad_800.html aapg_ad_800.html:103:11721:11731 Mooreville Arcola, Virginia -0.0424800423112160416 +72451 gsa_html_8035658736 gsa_html_8035658736:1028:109192:109202 Washington Salem, Oregon 0.020627653408788877 +72452 aapg_ac_529.html aapg_ac_529.html:218:22817:22823 Denver Colorado -0.0785514880676413257 +72453 aapg_ae_871.html aapg_ae_871.html:209:31934:31946 Prince Creek Anchorage, Alaska -0.0552750621644688064 +72454 aapg_af_922.html aapg_af_922.html:97:12893:12903 Pottsville Onondaga (tribe) -0.373242482781268758 +72455 aapg_ai_236.html aapg_ai_236.html:159:14784:14791 Bedford Lycoming County, Pennsylvania -0.477121254719662491 +72456 aapg_aa_95.html aapg_aa_95.html:169:16148:16164 Dakota Colorado -0.0398318560820373618 +72457 aapg_ad_2.html aapg_ad_2.html:180:25853:25869 Loudoun South Mountains (Arizona) -0.447276508327869859 +72458 aapg_af_562.html aapg_af_562.html:132:13446:13461 Ripley Tuscaloosa, Alabama -0.44505934010721393 +72459 cspg_html_7896958755 cspg_html_7896958755:322:36168:36188 Clearwater Cordillera Administrative Region -0.443848978138650319 +72460 cspg_html_8920292895 cspg_html_8920292895:253:31970:32010 Ireton Canada -0.0508949420504662894 +72461 aapg_ah_160.html aapg_ah_160.html:314:38158:38166 Virginia Wisconsin -0.0143434446267858666 +72462 aapg_ah_335.html aapg_ah_335.html:466:60204:60214 Pottsville Huntington, West Virginia -0.461046592969278191 +72463 aapg_ae_63.html aapg_ae_63.html:452:45340:45357 Wasatch Cheyenne, Wyoming 0.975500969188110245 +72464 sedimentology_html_3417381350 sedimentology_html_3417381350:71:7064:7090 Monterey California 0.895690735714777753 +72465 palaios_html_8113714689 palaios_html_8113714689:377:40727:40748 Survey Peak Lacombe, Alberta -0.00914484248868216616 +72466 aapg_ac_612.html aapg_ac_612.html:452:42787:42803 Lykins Colorado -0.0600280242274353476 +72467 aapg_ac_315.html aapg_ac_315.html:706:72650:72669 Goose Egg Cheyenne, Wyoming -0.491056633019370192 +72468 gsa_html_9280112280 gsa_html_9280112280:565:55776:55781 Upham Norcross, Georgia -0.0433821006587485347 +72469 aapg_ae_864.html aapg_ae_864.html:281:33394:33408 Frio Texas -0.0741608807606724124 +72470 geology_html_1773903574 geology_html_1773903574:270:25033:25051 Monterey California -0.0243581435015515282 +72471 jgeology_html_1659592707 jgeology_html_1659592707:1180:64407:64415 Colorado Idaho Springs, Colorado -0.486436238766394913 +72472 aapg_af_98.html aapg_af_98.html:112:12886:12902 Dakota San Juan, Argentina -0.0199810699933871717 +72473 cspg_html_3883962749 cspg_html_3883962749:252:29711:29724 Mountain Park Mountain Park (Holyoke, Massachusetts) -0.49009668288503172 +72474 aapg_af_19.html aapg_af_19.html:92:9624:9639 Heath Sumatra -0.461219460550356897 +72475 sedimentology_html_5613495298 sedimentology_html_5613495298:1286:68094:68109 Chinle Chinle Formation -0.460941978835084587 +72476 aapg_ai_159.html aapg_ai_159.html:482:55853:55870 La Boca Culebra, Puerto Rico -0.480644453081816247 +72477 cspg_html_2170645676 cspg_html_2170645676:876:105065:105073 Columbia Victoria, British Columbia -0.0310096337279850039 +72478 gsa_html_3069013284 gsa_html_3069013284:168:19612:19628 Chinle Chinle Formation -0.509122218606999244 +72479 geology_html_7607447193 geology_html_7607447193:9:296:301 Rapid Boise, Idaho -0.0118656633091786638 +72480 cspg_html_9157093462 cspg_html_9157093462:228:30385:30393 Columbia Victoria, British Columbia -0.0155250750483416668 +72481 sedimentology_html_6084996636 sedimentology_html_6084996636:727:65858:65869 Green River Logan, Utah -0.212578599438804805 +72482 aapg_aa_351.html aapg_aa_351.html:189:21041:21054 Bromide Tahlequah, Oklahoma -0.458738828173223645 +72483 aapg_ad_174.html aapg_ad_174.html:466:47278:47284 Dalton Mancos, Colorado -0.0636981319555682129 +72484 cspg_html_4409656292 cspg_html_4409656292:51:7006:7014 Dunvegan Milk River, Alberta -0.0125432965018171631 +72485 aapg_af_286.html aapg_af_286.html:192:26328:26348 Tuscaloosa Mississippi River -0.419507817631771751 +72486 palaios_html_6411384130 palaios_html_6411384130:95:10977:10985 Colorado Florissant, Colorado -0.0526801439940360397 +72487 cspg_html_5947812886 cspg_html_5947812886:349:54080:54088 Edmonton Calgary -0.453044786078658057 +72488 gsa_html_7464626519 gsa_html_7464626519:417:43855:43863 Colorado New Mexico -0.455432903203822237 +72489 aapg_ac_214.html aapg_ac_214.html:26:3426:3432 Carmel Entrada Sandstone -0.429160487479880115 +72490 geology_html_9554214556 geology_html_9554214556:16:893:899 Reston Virginia -0.0186688510697679971 +72491 aapg_ac_900.html aapg_ac_900.html:440:37287:37293 Casper Cheyenne, Wyoming -0.0459076709606554625 +72492 aapg_ae_711.html aapg_ae_711.html:40:6077:6097 Hartshorne Arkansas -0.431157390646727534 +72493 cspg_html_2734588863 cspg_html_2734588863:72:8163:8174 Fish Scales Milk River, Alberta -0.0369546842337877615 +72494 palaios_html_8113714689 palaios_html_8113714689:83:8270:8278 Au Train Munising, Michigan -0.469024309212410007 +72495 aapg_aa_147.html aapg_aa_147.html:6:1068:1077 Red River Winnipeg 0.00893635855203993822 +72496 cspg_html_1333179361 cspg_html_1333179361:528:43687:43692 Yukon Lacombe, Alberta 0.00208809189150845889 +72497 aapg_aa_563.html aapg_aa_563.html:379:48481:48491 Rio Grande Texas -0.491162576381923288 +72498 aapg_ah_363.html aapg_ah_363.html:112:12468:12484 Waltersburg New Harmony, Indiana -0.020196595303077311 +72499 sedimentology_html_6295528506 sedimentology_html_6295528506:992:64244:64261 Lourdes Middle Ordovician -0.484079342907875299 +72500 cspg_html_8266552811 cspg_html_8266552811:292:36883:36904 Green River Logan, Utah -0.0121732026878597095 +72501 cspg_html_3124360347 cspg_html_3124360347:133:23906:23923 Beekmantown Bennington, Vermont -0.19400236861642059 +72502 cspg_html_3190144626 cspg_html_3190144626:16:1555:1574 Ireton Wood River (Oregon) -0.439165406786194035 +72503 cspg_html_8571955552 cspg_html_8571955552:212:25406:25411 Yukon White Mountains (California) -0.0313488201123993324 +72504 cspg_html_9222238695 cspg_html_9222238695:13:1587:1606 Fernie Lacombe, Alberta -0.429960502864963123 +72505 aapg_ae_383.html aapg_ae_383.html:400:30258:30279 Sweetland Creek Iowa 0.0211282497787515337 +72506 aapg_af_483.html aapg_af_483.html:96:12788:12793 Atima Honduras -0.0223919711537192666 +72507 aapg_ai_97.html aapg_ai_97.html:283:26982:26989 Tamabra Western world -0.0217296792824245993 +72508 aapg_ai_593.html aapg_ai_593.html:1992:187554:187573 Glen Rose Texas -0.0343184250102417446 +72509 aapg_ai_996.html aapg_ai_996.html:1238:52497:52510 Potomac Salem, Massachusetts -0.0486919238997245429 +72510 gsa_html_6062330506 gsa_html_6062330506:279:31756:31764 Carlsbad Pecos River -0.456337429672799166 +72511 sedimentology_html_7486236177 sedimentology_html_7486236177:963:78317:78346 Gallatin Cheyenne, Wyoming -0.433368134539702354 +72512 cspg_html_7970836465 cspg_html_7970836465:6:229:250 Lawrence Anticosti Island -0.0354198318919945049 +72513 cspg_html_7623652881 cspg_html_7623652881:242:25402:25416 Woodbend Rockford, Illinois -0.435679199475508039 +72514 sedimentology_html_8517211560 sedimentology_html_8517211560:735:46586:46590 Hall London, Ontario -0.0750848975436395616 +72515 gsa_html_4650354985 gsa_html_4650354985:1064:88745:88757 Red Mountain Boise, Idaho 0.00442984212241086077 +72516 gsa_html_7782714579 gsa_html_7782714579:819:65966:65975 Allegheny Sierra County, California -0.444871652179790411 +72517 gsa_html_4667678389 gsa_html_4667678389:640:66479:66509 Mackenzie Victoria, British Columbia 0.000564582905986352451 +72518 aapg_aa_47.html aapg_aa_47.html:400:45384:45400 Kerber Arkansas River -0.463526807661379381 +72519 sedimentology_html_7328045802 sedimentology_html_7328045802:348:26118:26146 Perry Portland, Maine -0.513599148962507135 +72520 aapg_aa_44.html aapg_aa_44.html:253:33027:33045 Moenkopi Arizona 0.338900606543295346 +72521 aapg_ah_203.html aapg_ah_203.html:555:91131:91149 Morrison New Mexico 0.0481865738799804877 +72522 aapg_ac_133.html aapg_ac_133.html:370:64504:64520 Urenui Taranaki Region -0.434978208988435311 +72523 aapg_ai_778.html aapg_ai_778.html:67:8575:8588 Bigfork Chert Arkansas -0.000180666507077184774 +72524 gsa_html_9457387752 gsa_html_9457387752:775:67922:67939 Wilhite Knoxville, Tennessee -0.496469628762517878 +72525 aapg_af_51.html aapg_af_51.html:499:56095:56103 Colorado Grand Junction, Colorado -0.475991665297052891 +72526 aapg_af_568.html aapg_af_568.html:467:39687:39703 Dakota Cheyenne, Wyoming -0.431298300553942027 +72527 aapg_ai_236.html aapg_ai_236.html:280:26295:26304 Tuscarora Newburg, Louisville -0.434637853624058046 +72528 cspg_html_8826450427 cspg_html_8826450427:47:7251:7261 Crossfield Calgary -0.496166414713999471 +72529 geology_html_3142308738 geology_html_3142308738:24:1819:1829 Washington Washington (state) -0.0508949420504662894 +72530 gsa_html_6636494931 gsa_html_6636494931:673:64208:64213 Price Logan, Utah -0.450649451770273157 +72531 aapg_ac_191.html aapg_ac_191.html:293:43461:43472 Chicontepec Matamoros, Tamaulipas -0.425363011053494167 +72532 aapg_ae_848.html aapg_ae_848.html:222:20638:20648 Swan Hills Kewanee, Illinois -0.438031460031225395 +72533 gsa_html_8187745750 gsa_html_8187745750:17:894:931 Talkeetna Anchorage, Alaska 0.391572187373001424 +72534 gsa_html_5865982995 gsa_html_5865982995:1269:134682:134710 Green River Cheyenne, Wyoming -0.466965896576978678 +72535 gsa_html_8837971374 gsa_html_8837971374:1409:131809:131837 Green River Colorado -0.0193049620802523206 +72536 gsa_html_3069013284 gsa_html_3069013284:351:36436:36485 Forest Mesa, Arizona -0.488731563736560848 +72537 cspg_html_2686470104 cspg_html_2686470104:196:20046:20069 Pine Point Western Canadian Sedimentary Basin -0.4741730528447482 +72538 cspg_html_3610827329 cspg_html_3610827329:94:12321:12334 Banff Turtle Mountain (Alberta) -0.429934117971200513 +72539 cspg_html_9735723617 cspg_html_9735723617:294:37222:37241 Hecla Bay Melville Island (Canada) -0.00846727342264548197 +72540 gsa_html_3150321506 gsa_html_3150321506:645:68318:68323 Logan Charleston, South Carolina -0.00153219252139514682 +72541 aapg_ah_311.html aapg_ah_311.html:20:3325:3335 Fort Union Fort Union Trading Post National Historic Site 0.00993709126204535796 +72542 aapg_ac_289.html aapg_ac_289.html:53:6172:6179 Sligo Saratoga, California -0.021093485692349364 +72543 gsa_html_1217771406 gsa_html_1217771406:485:43399:43409 Santa Cruz Mojave Desert -0.470365549607814404 +72544 aapg_ac_220.html aapg_ac_220.html:194:23871:23882 Peace River Lacombe, Alberta -0.479496330331430576 +72545 aapg_ah_339.html aapg_ah_339.html:32:3882:3900 Black River Stones River -0.00183793699051183952 +72546 aapg_ai_49.html aapg_ai_49.html:232:27388:27405 Dolores Cheyenne, Wyoming -0.0187314184669610528 +72547 aapg_ac_236.html aapg_ac_236.html:201:23357:23364 Hermosa Colorado -0.0126805624942423392 +72548 palaios_html_7206591444 palaios_html_7206591444:234:35009:35013 Word Guadalupe Mountains National Park -0.0500164465946093956 +72549 aapg_aa_289.html aapg_aa_289.html:520:52293:52304 Horse Range Reno, Nevada -0.512245776264901864 +72550 aapg_ae_134.html aapg_ae_134.html:105:10073:10078 Yegua Victoria County, Nova Scotia -0.449467616590735308 +72551 cspg_html_9343899465 cspg_html_9343899465:2026:178761:178774 Bird Fiord Bathurst Island (Northern Territory) -0.435838488044850259 +72552 sedimentology_html_3358647812 sedimentology_html_3358647812:974:80571:80583 Rhode Island North Carolina -0.493626550639529649 +72553 gsa_html_8820488310 gsa_html_8820488310:874:79047:79055 Columbia Victoria, British Columbia 0.00700097865383239332 +72554 geology_html_3984772059 geology_html_3984772059:248:24322:24339 Wasatch Spain 0.000564582905986352451 +72555 AMJC_html_8494031493 AMJC_html_8494031493:118:16460:16466 Galena Missouri River -0.0521780116650716191 +72556 aapg_ae_181.html aapg_ae_181.html:5:568:588 Tuscaloosa Alabama -0.00871745152629535731 +72557 aapg_af_406.html aapg_af_406.html:71:7388:7408 Twin Creek Western Wyoming Community College 0.018104015201062848 +72558 gsa_html_8990633722 gsa_html_8990633722:1042:80946:80952 Oxford Pergamon Museum -0.495787550773506447 +72559 aapg_aa_932.html aapg_aa_932.html:78:8392:8400 Wolfcamp Moore County, North Carolina -0.0227413796680306819 +72560 aapg_ad_44.html aapg_ad_44.html:119:12086:12094 Virginia Wissahickon Formation -0.0306269732531419848 +72561 aapg_ae_605.html aapg_ae_605.html:595:62020:62035 Gower Iowa -0.026183725432627869 +72562 aapg_ai_594.html aapg_ai_594.html:10:1655:1663 Richmond Covington, Kentucky -0.448350101124535771 +72563 aapg_aa_116.html aapg_aa_116.html:33:5272:5313 Forest Canada -0.00456360840821551893 +72564 cspg_html_5937243085 cspg_html_5937243085:11:1312:1335 Watt Mountain Lacombe, Alberta -0.464533160716817162 +72565 cspg_html_8568877195 cspg_html_8568877195:622:77269:77291 Belly River Lacombe, Alberta -0.0426820396306177158 +72566 aapg_ae_65.html aapg_ae_65.html:27:3969:3990 Wind River Fort Union Trading Post National Historic Site -0.0343166851191607572 +72567 aapg_ae_960.html aapg_ae_960.html:348:30228:30235 Madison Lacombe, Alberta -0.470365549607814404 +72568 aapg_ae_62.html aapg_ae_62.html:333:28479:28501 White River Golden Valley, Minnesota -0.0283121254572706732 +72569 aapg_af_575.html aapg_af_575.html:596:81870:81878 Woodford Chattanooga, Tennessee -0.0263297817646035749 +72570 aapg_ad_959.html aapg_ad_959.html:118:11661:11675 Kope Ohio -0.00409977035478876605 +72571 gsa_html_7361499125 gsa_html_7361499125:13:662:670 Colorado Colorado -0.041236814250852856 +72572 aapg_ac_586.html aapg_ac_586.html:69:8625:8645 Pottsville Pottsville, Pennsylvania 0.0212742596819748588 +72573 aapg_ad_88.html aapg_ad_88.html:379:22837:22845 Anguille Gabon -0.469093158774920749 +72574 aapg_ac_867.html aapg_ac_867.html:289:39873:39878 Bluff Logan, Utah -0.0682933468868237858 +72575 aapg_ah_903.html aapg_ah_903.html:148:24897:24902 Slope Claiborne, Alabama -0.026734922025780393 +72576 aapg_ah_387.html aapg_ah_387.html:2178:236490:236498 Mariposa Mariposa, California -0.406654245904626011 +72577 aapg_ac_245.html aapg_ac_245.html:259:37010:37020 Plattsburg Wyandotte, Michigan -0.0320063471843775108 +72578 aapg_ai_756.html aapg_ai_756.html:10:1116:1124 Nacatoch Cotton Valley, Louisiana -0.00984327149097449609 +72579 gsa_html_1402336710 gsa_html_1402336710:1030:88298:88313 Catalina Schist California -0.0429920100127147015 +72580 aapg_ai_549.html aapg_ai_549.html:11:1287:1312 Traverse Michigan -0.474888953093082877 +72581 aapg_ai_107.html aapg_ai_107.html:231:23185:23202 Bossier Panola County, Mississippi -0.455387700672750584 +72582 gsa_html_2575244827 gsa_html_2575244827:855:77133:77161 Green River Colorado 0.0294112347046574657 +72583 aapg_ai_581.html aapg_ai_581.html:125:12803:12822 Mowry Niobrara, Nebraska -0.0317923859746223822 +72584 geology_html_7872603304 geology_html_7872603304:13:894:904 Washington Ellensburg, Washington -0.445157668105484183 +72585 cspg_html_6021605367 cspg_html_6021605367:28:3181:3197 Exshaw San Fernando Valley -0.438450704245630596 +72586 aapg_ah_356.html aapg_ah_356.html:125:17119:17128 Cockfield Pine Prairie, Louisiana -0.455211432419709627 +72587 cspg_html_9778753186 cspg_html_9778753186:113:16516:16531 Grassy Mountain Elbow River -0.0715944562659604766 +72588 aapg_af_575.html aapg_af_575.html:1197:171997:172014 Moorehouse Arkansas -0.491068403850714985 +72589 cspg_html_4924970281 cspg_html_4924970281:572:71844:71874 Clearwater Lacombe, Alberta -0.443701699352459789 +72590 aapg_ac_0.html aapg_ac_0.html:26:4139:4147 Woodford Arkansas -0.0651619121710063226 +72591 aapg_ad_852.html aapg_ad_852.html:90:8085:8099 Yeso San Ysidro, New Mexico -0.00475644070930822047 +72592 geology_html_4599156600 geology_html_4599156600:348:29485:29490 Queen Ontario, California -0.441740222253796999 +72593 aapg_ai_139.html aapg_ai_139.html:63:6634:6646 Saskatchewan Victoria, British Columbia -0.0210882710852193268 +72594 sedimentology_html_9529674449 sedimentology_html_9529674449:324:27064:27088 Echo Canyon Conglomerate Logan, Utah 0.395328613098651027 +72595 aapg_ac_913.html aapg_ac_913.html:133:12917:12926 Wapanucka Wilburton -0.045989547021837239 +72596 cspg_html_2198503252 cspg_html_2198503252:261:13537:13553 Percha Colorado -0.01748532023179648 +72597 cspg_html_1159794850 cspg_html_1159794850:184:28413:28440 Salina Salina, Kansas -0.44721379024503416 +72598 aapg_ac_198.html aapg_ac_198.html:79:8826:8846 Eagle Woods County, Oklahoma -0.0508792537248642374 +72599 sedimentology_html_1046729113 sedimentology_html_1046729113:2175:166588:166610 Belly River Lacombe, Alberta -0.441392939290133568 +72600 cspg_html_1351473625 cspg_html_1351473625:101:17298:17315 Greene Belcourt, North Dakota -0.432624764132568007 +72601 aapg_aa_484.html aapg_aa_484.html:417:41625:41628 Ada Texas -0.00456360840821551893 +72602 cspg_html_7178716951 cspg_html_7178716951:54:7785:7793 Kootenay Kootenay River -0.0398318560820373618 +72603 aapg_ah_645.html aapg_ah_645.html:202:25806:25822 Swift Williston, Vermont -0.45204446151886557 +72604 aapg_ah_779.html aapg_ah_779.html:606:112151:112158 Chemung Genesee County, Michigan -0.00215584223507059606 +72605 gsa_html_2717448156 gsa_html_2717448156:1065:106658:106674 Hoodoo Atlantic salmon -0.464405306663695727 +72606 palaios_html_2736581987 palaios_html_2736581987:567:58695:58710 Hueco New Mexico -0.458639019733277031 +72607 palaios_html_4940783464 palaios_html_4940783464:29:2851:2869 Yakataga Anchorage, Alaska -0.455188836413653375 +72608 aapg_ad_812.html aapg_ad_812.html:51:6332:6349 Todilto Red Rocks Amphitheatre -0.0833335469290172881 +72609 aapg_aa_732.html aapg_aa_732.html:413:43995:44000 Tidal Maryland -0.48062584784091128 +72610 aapg_ac_295.html aapg_ac_295.html:119:10872:10905 Leadville Leadville, Colorado -0.04576482531518513 +72611 aapg_ah_631.html aapg_ah_631.html:343:44504:44526 Black River Michigan Basin 0.00330065394967362811 +72612 aapg_ae_253.html aapg_ae_253.html:135:17161:17168 Barnett Columbia Country -0.455279223830003521 +72613 sedimentology_html_8918014440 sedimentology_html_8918014440:93:5571:5579 Colorado Rocky Mountains -0.0598534778256571628 +72614 palaios_html_6612266529 palaios_html_6612266529:489:43216:43236 Casselman Ohio -0.423229723234377797 +72615 cspg_html_9433421219 cspg_html_9433421219:285:25624:25631 Halifax Bridgetown, Nova Scotia -0.0198420227136738916 +72616 sedimentology_html_7173233072 sedimentology_html_7173233072:1345:79511:79519 Victoria Victoria, British Columbia -0.506705745639774774 +72617 aapg_ai_468.html aapg_ai_468.html:53:7422:7439 Bossier Haynesville, Louisiana -0.463636287457712182 +72618 geology_html_6881575972 geology_html_6881575972:274:25063:25071 Colorado Denver -0.0429084214197919464 +72619 aapg_af_664.html aapg_af_664.html:501:56779:56791 Rush Springs New Mexico -0.0237009875122112385 +72620 aapg_ai_584.html aapg_ai_584.html:46:5083:5091 Colorado Cheyenne, Wyoming -0.456717601557364239 +72621 cspg_html_6038396142 cspg_html_6038396142:65:9342:9351 Red River Winnipeg 0.78586508282873857 +72622 sedimentology_html_8617301982 sedimentology_html_8617301982:476:30201:30205 Hall London, Ontario -0.0587364945317297577 +72623 aapg_ad_2.html aapg_ad_2.html:959:133163:133172 Lancaster Great Valley, New York -0.0371844096364450094 +72624 gsa_html_5737673651 gsa_html_5737673651:325:28523:28539 Chinle Arizona -0.447357152169087058 +72625 aapg_af_710.html aapg_af_710.html:162:17938:17955 Guelph Salina, Kansas -0.0468954646470770981 +72626 cspg_html_1962846283 cspg_html_1962846283:58:7902:7905 Elk Moose Mountain (Alberta) -0.0524011772686955382 +72627 jgeology_html_6372415613 jgeology_html_6372415613:480:33317:33325 Virginia Ohio -0.484114368303559472 +72628 gsa_html_7840671974 gsa_html_7840671974:979:93786:93811 Preuss Boise, Idaho 0.0016902762572143259 +72629 aapg_ae_448.html aapg_ae_448.html:131:14865:14871 Paluxy Rodessa, Louisiana 0.00938112555861735607 +72630 aapg_ad_960.html aapg_ad_960.html:3:181:213 Monterey California -0.00326243548975702329 +72631 aapg_aa_544.html aapg_aa_544.html:373:49716:49726 Wind River Wasatch Range -0.454258371760158153 +72632 jgeology_html_5970406003 jgeology_html_5970406003:97:3943:3949 Martin Knoxville, Tennessee -0.035632122339872542 +72633 gsa_html_8735573394 gsa_html_8735573394:92:9054:9070 Quoddy Portland, Maine -0.0686604263314506691 +72634 aapg_ad_880.html aapg_ad_880.html:620:59445:59463 Sundance Black Hills -0.0263436919689617882 +72635 palaios_html_1839538735 palaios_html_1839538735:1189:91167:91175 Victoria Victoria, British Columbia -0.477179162580930738 +72636 cspg_html_5484260516 cspg_html_5484260516:403:34960:34976 Exshaw Lacombe, Alberta -0.45184182728382527 +72637 aapg_ai_906.html aapg_ai_906.html:327:48465:48485 La Luna Venezuela -0.467130759519596039 +72638 aapg_ae_93.html aapg_ae_93.html:731:72752:72767 Grassy Mountain Lacombe, Alberta -0.466299888436986554 +72639 aapg_ai_83.html aapg_ai_83.html:122:12226:12248 Detroit River Delaware -0.474805786132168894 +72640 aapg_ac_301.html aapg_ac_301.html:106:12868:12887 Fish Haven Dolomite Boise, Idaho -0.0338921598886321312 +72641 cspg_html_8298261690 cspg_html_8298261690:555:60594:60611 Bluesky Lacombe, Alberta -0.506202203331828748 +72642 aapg_ae_253.html aapg_ae_253.html:113:12994:13018 Cotton Valley Texas -0.0107623680020131913 +72643 gsa_html_7840671974 gsa_html_7840671974:645:60965:60972 Wasatch Absaroka -0.490778888791307599 +72644 aapg_af_47.html aapg_af_47.html:9:1361:1371 Cumberland Ardmore, Pennsylvania -0.43114858447473281 +72645 gsa_html_2162821431 gsa_html_2162821431:160:14008:14026 Red Rock Red Rock Canyon National Conservation Area -0.488452230972983181 +72646 aapg_ac_807.html aapg_ac_807.html:865:84279:84298 Owl Creek Mississippi River -0.0859922108097024018 +72647 aapg_af_397.html aapg_af_397.html:305:36751:36768 Entrada New Mexico -0.45295011354581094 +72648 gsa_html_1561548255 gsa_html_1561548255:639:63635:63643 Fillmore California -0.452909542628234352 +72649 cspg_html_5312588885 cspg_html_5312588885:335:44712:44731 Jefferson Boise, Idaho -0.253909006483125588 +72650 sedimentology_html_3592910316 sedimentology_html_3592910316:1076:67786:67806 Missisauga Bridgetown, Nova Scotia -0.463250887108730525 +72651 aapg_ai_584.html aapg_ai_584.html:373:36285:36294 Minnelusa Laramie, Wyoming -0.022564066972144893 +72652 AMJC_html_8402437205 AMJC_html_8402437205:838:78983:78993 Washington Seattle 0.000112916565930930199 +72653 aapg_ad_683.html aapg_ad_683.html:58:8880:8896 Kaibab Supai, Arizona -0.434712986404073964 +72654 palaios_html_3022467877 palaios_html_3022467877:393:44894:44905 Hornerstown Navesink River -0.47495364399168194 +72655 aapg_ah_318.html aapg_ah_318.html:1755:165649:165668 La Gloria Durango, Durango -0.492210951964540455 +72656 aapg_ai_293.html aapg_ai_293.html:150:15470:15484 Lisburne Prudhoe Bay Oil Field -0.460487277041231158 +72657 aapg_ac_574.html aapg_ac_574.html:184:22200:22225 Payette Reno, Nevada -0.00638076930644856932 +72658 cspg_html_4103411715 cspg_html_4103411715:514:52002:52008 Walker Lacombe, Alberta -0.458675312427173743 +72659 cspg_html_1841843683 cspg_html_1841843683:29:4271:4279 Sawtooth Williston Basin -0.448296279445968116 +72660 aapg_aa_301.html aapg_aa_301.html:318:29904:29912 Humboldt Reno, Nevada -0.457514673015389395 +72661 palaios_html_2623118674 palaios_html_2623118674:1014:103587:103606 Mesaverde Colorado -0.345296702632157226 +72662 aapg_ac_807.html aapg_ac_807.html:15:1786:1794 Monmouth Maryland -0.0334398147432133225 +72663 aapg_ai_356.html aapg_ai_356.html:107:10562:10578 Midway Austin, Chicago -0.483173848714512189 +72664 aapg_ah_529.html aapg_ah_529.html:151:13196:13221 Abrigo Arizona -0.48062584784091128 +72665 cspg_html_5484260516 cspg_html_5484260516:22:3260:3278 Palliser Lacombe, Alberta -0.426501543042148601 +72666 cspg_html_8568877195 cspg_html_8568877195:545:72814:72835 Belly River Lacombe, Alberta -0.14111662785362622 +72667 cspg_html_1237739452 cspg_html_1237739452:533:68019:68027 Mt. Head Lacombe, Alberta -0.0346577090486229963 +72668 aapg_ad_157.html aapg_ad_157.html:114:12205:12220 Frio Shreveport, Louisiana -0.460964719996515115 +72669 sedimentology_html_2368393060 sedimentology_html_2368393060:78:8080:8100 Toro Chile -0.0548599497641807099 +72670 aapg_ac_535.html aapg_ac_535.html:505:47896:47913 Cardium Lacombe, Alberta -0.418318873112032641 +72671 aapg_ac_7.html aapg_ac_7.html:12:1226:1236 Washington West Coast of the United States -0.0264132431935258684 +72672 aapg_ac_943.html aapg_ac_943.html:195:21845:21864 San Andres West Texas 0.0336485871580823881 +72673 aapg_ah_94.html aapg_ah_94.html:311:36716:36720 Bell Cheyenne, Wyoming -0.458639019733277031 +72674 aapg_ah_83.html aapg_ah_83.html:24:3628:3642 Cloverly Cheyenne, Wyoming -0.0306147978884375553 +72675 aapg_ai_52.html aapg_ai_52.html:141:20637:20659 Monterey McKittrick, California -0.011024723133422322 +72676 cspg_html_8532932475 cspg_html_8532932475:503:48646:48663 Bluesky Washington (state) -0.451733774163315116 +72677 gsa_html_9207276905 gsa_html_9207276905:668:56261:56269 Columbia Fulton, Missouri -0.43485884955268328 +72678 cspg_html_9977296642 cspg_html_9977296642:235:26349:26357 Montreal Montreal -0.473663043482949409 +72679 aapg_aa_991.html aapg_aa_991.html:91:10841:10849 San Jose Duval County, Texas -0.06179820059879821 +72680 aapg_ac_363.html aapg_ac_363.html:325:34983:34998 Allegheny Huntington, West Virginia 0.389704395245435375 +72681 aapg_ai_44.html aapg_ai_44.html:223:33290:33296 Sierra Colombia -0.481673016532011111 +72682 aapg_ac_569.html aapg_ac_569.html:56:8579:8591 Devon Island Ellesmere Island -0.284199787557820382 +72683 aapg_ah_385.html aapg_ah_385.html:252:30872:30888 Guinda Yolo County, California -0.084624099195333452 +72684 gsa_html_8549650339 gsa_html_8549650339:374:37254:37266 Austin Chalk Buda, Texas -0.474203062673125064 +72685 aapg_ae_917.html aapg_ae_917.html:91:8664:8675 Weber Leadville, Colorado -0.423531068292633761 +72686 aapg_ai_583.html aapg_ai_583.html:202:27432:27447 Swift Powder River Basin 0.723009252963007443 +72687 aapg_ad_581.html aapg_ad_581.html:270:35135:35146 Martinsburg Waynesboro, Pennsylvania -0.461155768602865224 +72688 cspg_html_3354282978 cspg_html_3354282978:693:85103:85118 Leduc Lacombe, Alberta -0.0323925309205377876 +72689 aapg_ai_292.html aapg_ai_292.html:300:29850:29869 Lisburne Prudhoe Bay Oil Field -0.503880280715721773 +72690 gsa_html_8725992131 gsa_html_8725992131:446:38418:38423 Basal Glacier Bay National Park and Preserve -0.0378770981344208127 +72691 aapg_ad_128.html aapg_ad_128.html:73:5777:5782 Salem Harrodsburg, Indiana -0.0335772561471781444 +72692 aapg_aa_754.html aapg_aa_754.html:177:17728:17750 Edwards Texas -0.0271279018002479055 +72693 cspg_html_4392308496 cspg_html_4392308496:156:23789:23800 Bonaventure Fredericton (electoral district) -0.457501080653503367 +72694 aapg_ad_59.html aapg_ad_59.html:51:9757:9771 Monterey California -0.469726827457912721 +72695 AMJC_html_1873062106 AMJC_html_1873062106:357:48988:48996 Colorado Arizona 0.119831108726641197 +72696 sedimentology_html_5613495298 sedimentology_html_5613495298:121:12311:12317 Chinle Chinle Formation 0.0104444170595688161 +72697 aapg_ah_633.html aapg_ah_633.html:199:28863:28876 Anahuac Tampa, Florida -0.448327675040319895 +72698 aapg_ad_864.html aapg_ad_864.html:36:4682:4692 Coon Creek Knoxville, Tennessee 0.0159838409266510884 +72699 aapg_aa_918.html aapg_aa_918.html:339:28862:28874 Stone Corral Kingman, Arizona -0.489889776983278402 +72700 aapg_af_298.html aapg_af_298.html:136:13951:13966 Salem Illinois -0.458695727712452594 +72701 cspg_html_1388123612 cspg_html_1388123612:5:222:242 Kiskatinaw Lacombe, Alberta -0.0106233727047021498 +72702 cspg_html_1506720813 cspg_html_1506720813:934:96513:96520 Cadomin Lacombe, Alberta -0.00874524918188981232 +72703 aapg_aa_22.html aapg_aa_22.html:835:69479:69503 Stony Mountain Manitoba 0.290990570910462376 +72704 sedimentology_html_2898428289 sedimentology_html_2898428289:1542:80987:81014 Prairie Regina, Saskatchewan 1.106124102850363 +72705 geology_html_4621207756 geology_html_4621207756:196:18159:18167 Colorado Cheyenne, Wyoming -0.00672648739931064853 +72706 aapg_aa_415.html aapg_aa_415.html:66:10261:10281 Eagle Belton, Texas -0.0616532854445230732 +72707 aapg_ae_884.html aapg_ae_884.html:191:25404:25423 Rock Springs Rawlins, Wyoming -0.489006291184516995 +72708 geology_html_3342004799 geology_html_3342004799:117:9664:9684 Cadomin Victoria, British Columbia -0.420787509362551382 +72709 aapg_ad_812.html aapg_ad_812.html:93:13767:13774 Todilto Window Rock, Arizona 0.716392960692553427 +72710 geology_html_2384062478 geology_html_2384062478:203:22284:22294 Table Head Sydney Basin -0.450932780647085085 +72711 cspg_html_7474795689 cspg_html_7474795689:13:1462:1469 Halfway Wembley Stadium -0.485406637327558677 +72712 aapg_ac_927.html aapg_ac_927.html:412:55919:55928 Brunswick New Brunswick, New Jersey -0.0105729870441561395 +72713 aapg_ad_921.html aapg_ad_921.html:6:640:658 Fairview Lexington, Kentucky -0.41067006438965542 +72714 aapg_ad_691.html aapg_ad_691.html:9:957:971 Weno Texas -0.0323925309205377876 +72715 sedimentology_html_8983980897 sedimentology_html_8983980897:444:27248:27264 Morgan Colorado -0.0156814715209821626 +72716 sedimentology_html_6084996636 sedimentology_html_6084996636:674:63286:63301 Mesaverde Logan, Utah -0.0321089803604246438 +72717 aapg_af_2.html aapg_af_2.html:281:31064:31069 Ouray San Juan Mountains -0.0256760172657262489 +72718 cspg_html_3328007773 cspg_html_3328007773:977:99738:99758 Bow Island Lacombe, Alberta -0.065846766251426464 +72719 aapg_ae_324.html aapg_ae_324.html:19:2764:2779 Chazy Stones River -0.0283712524140075813 +72720 aapg_ah_533.html aapg_ah_533.html:235:27489:27498 Knoxville Knoxville, Illinois -0.0596981355876713832 +72721 cspg_html_8556552074 cspg_html_8556552074:100:8923:8950 Ernestina Lake Lacombe, Alberta 0.545444263186947165 +72722 aapg_ae_498.html aapg_ae_498.html:698:75961:75976 Bowen Virginia -0.00125424333549307727 +72723 cspg_html_3501550466 cspg_html_3501550466:735:96534:96551 Duperow Williston Basin -0.00092939054595942859 +72724 aapg_ad_306.html aapg_ad_306.html:332:40983:40989 Sierra San Marcos, California -0.0755312162350789129 +72725 sedimentology_html_9912946355 sedimentology_html_9912946355:282:18326:18332 Sierra Mandeville, Jamaica -0.494609426466897539 +72726 sedimentology_html_3200584564 sedimentology_html_3200584564:121:12525:12543 Kaskapau Lacombe, Alberta -0.486588444102287743 +72727 aapg_ah_578.html aapg_ah_578.html:73:6099:6109 Washington Jerusalem -0.456479975332736432 +72728 aapg_af_854.html aapg_af_854.html:914:129314:129331 Renault Kentucky -0.483085217576718073 +72729 aapg_ac_588.html aapg_ac_588.html:138:20661:20682 Nolichucky Rogersville, Tennessee -0.00819798606036370794 +72730 aapg_ae_643.html aapg_ae_643.html:272:32779:32806 Brallier Chemung, New York 0.0152956953730357167 +72731 aapg_ac_843.html aapg_ac_843.html:350:32547:32554 Pioneer Burma -0.0475157284533089252 +72732 gsa_html_3942625742 gsa_html_3942625742:483:41448:41460 Little River Metro Manila -0.498034815247566209 +72733 aapg_ae_370.html aapg_ae_370.html:372:34027:34043 Keasey Vernonia, Oregon -0.42773794978433255 +72734 aapg_ae_776.html aapg_ae_776.html:38:3941:3947 Jordan Melbourne, Florida -0.44844429668252761 +72735 cspg_html_1841843683 cspg_html_1841843683:97:16925:16941 Stump Black Hills -0.464450966712688929 +72736 aapg_ah_283.html aapg_ah_283.html:451:50965:50971 Oregon Salem, Oregon 0.00968516832119581395 +72737 geology_html_5649632700 geology_html_5649632700:173:13445:13453 Aguacate Cordillera Central (Puerto Rico) -0.443715087361728711 +72738 aapg_aa_717.html aapg_aa_717.html:63:9171:9190 Gatesburg Bellefonte, Pennsylvania -0.488806694061501346 +72739 cspg_html_7281679890 cspg_html_7281679890:298:50248:50265 Gossage White Mountains (California) -0.0185419788860923702 +72740 palaios_html_4421656336 palaios_html_4421656336:70:7758:7774 Ferris North Fork South Platte River -0.448327675040319895 +72741 cspg_html_4010530611 cspg_html_4010530611:101:15106:15122 Shunda Lacombe, Alberta -0.483477129634449443 +72742 jgeology_html_9215313444 jgeology_html_9215313444:419:30927:30937 Washington Salem, Oregon -0.0191815618988117366 +72743 aapg_ah_329.html aapg_ah_329.html:370:36895:36902 Sisquoc Lompoc, California -0.512291657646269938 +72744 aapg_ac_506.html aapg_ac_506.html:140:15084:15087 Elk Venango, Pennsylvania -0.0162740496879429895 +72745 geology_html_6426541499 geology_html_6426541499:11:549:559 Washington Seattle -0.0441727846104635197 +72746 gsa_html_3860045860 gsa_html_3860045860:1028:96788:96794 Oregon Salem, Oregon -0.491106071608619299 +72747 aapg_ac_364.html aapg_ac_364.html:413:41748:41769 Green River Uinta Mountains -0.439165406786194035 +72748 aapg_af_225.html aapg_af_225.html:86:9943:9953 Pottsville Mansfield, Ohio -0.397995947345291534 +72749 aapg_ae_873.html aapg_ae_873.html:478:54262:54268 Midway Franklin County, Ohio -0.400715132754403514 +72750 aapg_aa_62.html aapg_aa_62.html:819:66011:66019 San Jose Costa Rica -0.040714500181089297 +72751 aapg_ad_683.html aapg_ad_683.html:618:63184:63196 Hermit Supai, Arizona -0.496938878513721649 +72752 cspg_html_8571955552 cspg_html_8571955552:260:31820:31827 Ivishak Old Crow, Yukon -0.439298641817729429 +72753 aapg_ad_785.html aapg_ad_785.html:1010:110670:110688 Fountain Colorado -0.450586501765938174 +72754 cspg_html_8662646956 cspg_html_8662646956:1177:132805:132815 Pine Point Canada -0.460953349343471763 +72755 cspg_html_4680804918 cspg_html_4680804918:30:4423:4430 Cypress Bow Island Airport -0.44751173936929356 +72756 palaios_html_9789679615 palaios_html_9789679615:1104:97022:97044 Judith River Canada -0.431219036147121426 +72757 aapg_ad_149.html aapg_ad_149.html:151:15685:15697 Saskatchewan Victoria, British Columbia -0.470181697121159758 +72758 aapg_af_575.html aapg_af_575.html:522:71881:71895 Hale Arkansas -0.47703324216366505 +72759 aapg_af_568.html aapg_af_568.html:282:29368:29384 Dakota Cheyenne, Wyoming -0.425516196002090841 +72760 aapg_af_461.html aapg_af_461.html:170:15512:15524 Salina Michigan -0.241849300459362371 +72761 aapg_ae_392.html aapg_ae_392.html:122:10716:10736 Moorefield White River (Washington) -0.0354198318919945049 +72762 aapg_ac_333.html aapg_ac_333.html:610:74338:74343 Supai Naco, Sonora -0.0538135585529799509 +72763 aapg_ad_55.html aapg_ad_55.html:17:1985:1992 Plattin Decorah, Iowa -0.0332814982379016425 +72764 sedimentology_html_6245634634 sedimentology_html_6245634634:2647:46807:46816 Red River South China Sea Islands -0.451875596518584666 +72765 aapg_ad_557.html aapg_ad_557.html:8370:386232:386242 Kaza Victoria, British Columbia 0.0197724994555616325 +72766 aapg_ae_994.html aapg_ae_994.html:32:4044:4063 Minnelusa Black Hills 0.602331476291421808 +72767 AMJC_html_9375684472 AMJC_html_9375684472:1029:111799:111805 Oxford Pergamon Museum -0.471349814541787038 +72768 cspg_html_6306091047 cspg_html_6306091047:615:84568:84587 Pardonet Canada -0.454034931813569353 +72769 aapg_ae_499.html aapg_ae_499.html:273:28861:28869 Colorado Colorado -0.413843498963730405 +72770 aapg_ae_185.html aapg_ae_185.html:584:51643:51666 Cotton Valley Cotton Valley, Louisiana 0.0181300842081989697 +72771 palaios_html_3022467877 palaios_html_3022467877:107:12333:12352 Navesink Closter, New Jersey -0.500316679369809947 +72772 aapg_aa_145.html aapg_aa_145.html:85:11008:11013 Yukon Omineca Mountains -0.115616663719316087 +72773 aapg_ae_75.html aapg_ae_75.html:101:15619:15627 Paradise New Mexico -0.454052985518192231 +72774 cspg_html_9332855346 cspg_html_9332855346:196:18366:18381 Elk Williston, Vermont -0.47032647773667996 +72775 cspg_html_9987144175 cspg_html_9987144175:260:35477:35487 Arctic Bay Pond Inlet Airport -0.0414701241414489052 +72776 geology_html_9921692991 geology_html_9921692991:37:3467:3482 Wepawaug Schist Hartford, Connecticut -0.488759736831659075 +72777 cspg_html_4409656292 cspg_html_4409656292:87:12380:12400 Blackstone Vimy -0.462261924354454456 +72778 cspg_html_9735723617 cspg_html_9735723617:44:6759:6783 Parry Islands Ellesmere Island -0.213574269263225425 +72779 cspg_html_3328007773 cspg_html_3328007773:916:95749:95776 Bow Island Lacombe, Alberta -0.455184317280275863 +72780 palaios_html_2221534395 palaios_html_2221534395:356:43074:43088 Kope Cincinnati -0.429938515402492283 +72781 cspg_html_8649903682 cspg_html_8649903682:388:30818:30838 Blackstone Lacombe, Alberta -0.502738459495796319 +72782 aapg_ad_871.html aapg_ad_871.html:273:28339:28375 Lake Michigan Alpena, Michigan -0.494850594949005074 +72783 aapg_ai_284.html aapg_ai_284.html:3:312:324 Pethei Great Slave Lake -0.457736710679965686 +72784 aapg_ae_345.html aapg_ae_345.html:754:63992:64002 Tuscaloosa Tuscaloosa, Alabama -0.440620923452583413 +72785 aapg_ad_865.html aapg_ad_865.html:44:5036:5046 Washington Texas -0.0115181647621516343 +72786 cspg_html_8509913074 cspg_html_8509913074:408:52506:52514 Rockwood Guelph 0.00543048895720864636 +72787 gsa_html_1616304153 gsa_html_1616304153:91:11482:11499 Wedron Glasford, Illinois -0.467905110852730732 +72788 gsa_html_6039599383 gsa_html_6039599383:665:61939:61956 Waweig New Brunswick, New Jersey -0.47482657712880405 +72789 aapg_ae_753.html aapg_ae_753.html:483:47094:47100 Toledo Ohio -0.519171554333627494 +72790 aapg_ai_942.html aapg_ai_942.html:193:30174:30190 Salado Salado, Texas -0.448029460378174149 +72791 gsa_html_7120086445 gsa_html_7120086445:838:81801:81806 Piper Zakynthos (city) -0.418594786961453691 +72792 aapg_ai_1.html aapg_ai_1.html:304:27090:27095 Molas Hermosa, Chicago -0.0429920100127147015 +72793 aapg_af_653.html aapg_af_653.html:981:117546:117553 Temblor Monterey, California 0.00296016264892234697 +72794 gsa_html_2541275669 gsa_html_2541275669:435:44559:44568 Eel River California -0.494318697340762225 +72795 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8092:8097 Siyeh Grinnell, Iowa -0.0325282201292135739 +72796 aapg_ad_338.html aapg_ad_338.html:575:60896:60914 Navesink Closter, New Jersey -0.441593278961416758 +72797 AMJC_html_5969956211 AMJC_html_5969956211:1388:171666:171678 Red Mountain Boise, Idaho -0.0126041104713934711 +72798 aapg_ai_410.html aapg_ai_410.html:528:48186:48205 Moenkopi Logan, Utah -0.479254814429897757 +72799 aapg_ad_397.html aapg_ad_397.html:132:14121:14126 Eutaw Tuscaloosa, Alabama 0.000729614901202842885 +72800 gsa_html_3648258377 gsa_html_3648258377:507:49949:49971 Marshalltown Bass River Township, New Jersey -0.468054102450840448 +72801 aapg_ac_490.html aapg_ac_490.html:301:39288:39304 Fernie Lacombe, Alberta 1.00026854877325211 +72802 cspg_html_8273598401 cspg_html_8273598401:440:43696:43708 Saskatchewan Waseca, Minnesota -0.466219818123899288 +72803 aapg_ae_998.html aapg_ae_998.html:101:12458:12479 Basal Absaroka -0.513962039779349844 +72804 cspg_html_8362959053 cspg_html_8362959053:47:7395:7411 Luscar Mountain Park (Holyoke, Massachusetts) -0.00090507002785063359 +72805 aapg_ah_775.html aapg_ah_775.html:259:31821:31831 Rio Grande Mexico -0.474815026513922711 +72806 aapg_ac_835.html aapg_ac_835.html:33:5841:5847 Casper Cheyenne, Wyoming -0.489899180704299886 +72807 cspg_html_4293350162 cspg_html_4293350162:942:96855:96863 Columbia Victoria, British Columbia -0.450105527456372834 +72808 cspg_html_9912281240 cspg_html_9912281240:553:66791:66798 Bearpaw Canada -0.0218304989680059187 +72809 aapg_aa_702.html aapg_aa_702.html:1774:163958:163975 Hermosa Logan, Utah -0.467925738958578585 +72810 aapg_ai_593.html aapg_ai_593.html:1593:164972:164986 Weno Texas -0.0990220405401242704 +72811 sedimentology_html_8847849952 sedimentology_html_8847849952:305:44535:44541 Sibley South America 0.0116536887508022161 +72812 aapg_ad_152.html aapg_ad_152.html:2163:281760:281764 Elko Reno, Nevada -0.222376932055174642 +72813 aapg_af_128.html aapg_af_128.html:280:30295:30313 Oquirrh Wood River (Oregon) -0.199560958518418541 +72814 geology_html_9342868518 geology_html_9342868518:13:564:570 Oregon Salem, Oregon -0.435767689782418699 +72815 aapg_ac_270.html aapg_ac_270.html:30:2880:2899 Queenston Tripoli, Lebanon -0.46279500750727276 +72816 aapg_ah_283.html aapg_ah_283.html:446:50331:50341 Washington Salem, Oregon -0.0304773910336276765 +72817 palaios_html_4875582819 palaios_html_4875582819:12:566:574 Colorado Colorado -0.0092977313772016467 +72818 aapg_ad_81.html aapg_ad_81.html:1345:206411:206429 Monterey California -0.445157668105484183 +72819 gsa_html_6281658899 gsa_html_6281658899:396:48450:48458 Willwood South Pass City, Wyoming -0.00908750930208491146 +72820 aapg_ah_335.html aapg_ah_335.html:208:26499:26508 Conemaugh Huntington, West Virginia -0.459079167683933642 +72821 cspg_html_5381643866 cspg_html_5381643866:404:51286:51305 Bickford Rocky Brook -0.0510291657486304576 +72822 cspg_html_2769629211 cspg_html_2769629211:174:20070:20080 Twin Falls Hay River (Canada) -0.451812561628617604 +72823 palaios_html_1229296810 palaios_html_1229296810:47:4304:4322 Purisima Northern California -0.0313696934317686249 +72824 cspg_html_2834693711 cspg_html_2834693711:940:116331:116347 Spray Victoria, British Columbia -0.468255854243320946 +72825 aapg_af_98.html aapg_af_98.html:8:1226:1238 Dakota Nebraska 1.07022039271966563 +72826 aapg_ac_961.html aapg_ac_961.html:457:48021:48029 Woodbine Arkadelphia, Arkansas -0.42107502020327392 +72827 cspg_html_9912281240 cspg_html_9912281240:55:8051:8058 Pakowki Lacombe, Alberta -0.442720440658756875 +72828 aapg_ad_801.html aapg_ad_801.html:207:22723:22729 Lisbon Winona, Mississippi -0.454258371760158153 +72829 aapg_ai_583.html aapg_ai_583.html:506:63262:63269 Laramie Black Hills -0.474863540124580097 +72830 aapg_ai_871.html aapg_ai_871.html:104:10099:10105 Denver Colorado -0.454143259443463898 +72831 aapg_ae_383.html aapg_ae_383.html:446:34542:34549 Chemung Naples, Florida 0.0214185325527419985 +72832 aapg_ah_96.html aapg_ah_96.html:520:61401:61410 Interlake Williston, Vermont -0.426766665462260386 +72833 aapg_ac_807.html aapg_ac_807.html:1188:102855:102865 Gloucester Woodstown, New Jersey -0.0747646226361790567 +72834 aapg_ai_105.html aapg_ai_105.html:298:33667:33684 Madison Oquirrh Mountain Utah Temple -0.479073721727517277 +72835 palaios_html_2298416430 palaios_html_2298416430:466:46199:46208 Salt Lake Cheyenne, Wyoming -0.449440672427322663 +72836 aapg_aa_233.html aapg_aa_233.html:579:59144:59150 Sierra Matamoros, Tamaulipas -0.474815026513922711 +72837 aapg_ah_869.html aapg_ah_869.html:901:89378:89390 Dakota Colorado -0.37044265905015844 +72838 aapg_ak_51.html aapg_ak_51.html:103:10237:10250 Cotton Valley Tuscaloosa, Alabama -0.0390781048690825028 +72839 sedimentology_html_7685827571 sedimentology_html_7685827571:790:59497:59520 Mount Toby Cambridge, Massachusetts -0.0749396337281352937 +72840 aapg_aa_696.html aapg_aa_696.html:38:4322:4349 Moenkopi New Mexico 0.382220596879165042 +72841 aapg_ae_605.html aapg_ae_605.html:360:45380:45388 Michigan Salina, Kansas -0.0240556397080989269 +72842 aapg_aa_808.html aapg_aa_808.html:314:34713:34731 Kootenay Canada -0.454032675125810359 +72843 cspg_html_9905904289 cspg_html_9905904289:197:25155:25161 Ferris Regina, Saskatchewan -0.0365022098849612647 +72844 aapg_ae_319.html aapg_ae_319.html:564:47798:47804 Navajo Uinta Mountains -0.458675312427173743 +72845 aapg_ai_962.html aapg_ai_962.html:211:15470:15474 Word Texas -0.428844183946785584 +72846 aapg_aa_31.html aapg_aa_31.html:19:2178:2187 Huizachal Cedros, Trinidad and Tobago -0.0399067122276937497 +72847 aapg_ac_473.html aapg_ac_473.html:3:511:539 Phosphoria Cheyenne, Wyoming -0.428791476930725279 +72848 aapg_ai_846.html aapg_ai_846.html:48:5894:5901 Prairie Gulfport, Mississippi 0.0317923859746223406 +72849 geology_html_6501151583 geology_html_6501151583:248:20823:20831 Colorado Denver -0.433685955512457477 +72850 cspg_html_6014123208 cspg_html_6014123208:627:68420:68440 Clearwater Lacombe, Alberta -0.455279223830003521 +72851 jgeology_html_4599466962 jgeology_html_4599466962:310:22283:22295 Seneca Edgecliff, New South Wales -0.47596853330555533 +72852 aapg_aa_391.html aapg_aa_391.html:230:19361:19372 Paluxy Texas -0.022943031704395548 +72853 aapg_ad_2.html aapg_ad_2.html:836:118576:118593 Warrior Pennsylvania -0.446593560210975959 +72854 cspg_html_8438548095 cspg_html_8438548095:338:34752:34760 Paskapoo Red Deer, Alberta -0.0236279718682710811 +72855 gsa_html_1783148177 gsa_html_1783148177:618:65801:65819 Funeral Black Mountains, Wales -0.0575289744471569053 +72856 aapg_aa_1.html aapg_aa_1.html:257:28031:28049 Mariposa California -0.0350022236580636789 +72857 aapg_ah_528.html aapg_ah_528.html:16:1883:1901 Thaynes Boise, Idaho 0.376747890414228681 +72858 aapg_ae_24.html aapg_ae_24.html:235:23695:23707 Rhode Island Kingston, Jamaica -0.0741066349994500412 +72859 palaios_html_7765531315 palaios_html_7765531315:56:6508:6524 Noonday Dolomite California -0.0492217054882720523 +72860 aapg_af_789.html aapg_af_789.html:165:22315:22334 Hampshire Potomac River -0.424391951314652904 +72861 aapg_af_540.html aapg_af_540.html:671:80338:80360 Monterey California -0.0189139078212818938 +72862 aapg_ai_986.html aapg_ai_986.html:158:17216:17222 Pawnee Illinois -0.0269348882327513015 +72863 cspg_html_3328007773 cspg_html_3328007773:999:101052:101075 Boulder Creek Victoria, British Columbia -0.0342192516575154232 +72864 aapg_ad_880.html aapg_ad_880.html:370:38998:39016 Sundance Black Hills -0.431086943566786673 +72865 geology_html_2489830923 geology_html_2489830923:25:1058:1063 Rapid Sonora -0.0600838800976532805 +72866 cspg_html_2184091860 cspg_html_2184091860:548:50570:50587 Romaine Anticosti Island 0.431084742180094405 +72867 aapg_ad_466.html aapg_ad_466.html:239:30770:30781 Hornerstown Manasquan, New Jersey -0.0380407049266876865 +72868 aapg_ad_575.html aapg_ad_575.html:126:17472:17491 Minnelusa Cheyenne, Wyoming 0.00994404088391406815 +72869 gsa_html_7248164569 gsa_html_7248164569:1373:94061:94089 Green River Colorado -0.0258394556349876708 +72870 aapg_ac_198.html aapg_ac_198.html:220:19140:19162 Mt Lytton Austin, Chicago -0.501545759647369804 +72871 aapg_ah_741.html aapg_ah_741.html:10:1301:1321 Phosphoria Cheyenne, Wyoming -0.415133074492044396 +72872 geology_html_1789016664 geology_html_1789016664:129:16971:16993 Bruce Perth, Western Australia -0.0258394556349876708 +72873 aapg_ae_473.html aapg_ae_473.html:509:47963:47972 Catahoula Covington, Kentucky -0.213081897232232254 +72874 aapg_aa_145.html aapg_aa_145.html:395:42541:42556 Pasayten Connecticut River Valley -0.475977786028375149 +72875 aapg_ad_11.html aapg_ad_11.html:3:503:523 Fort Union North Dakota 0.0131896685317451842 +72876 sedimentology_html_3738352363 sedimentology_html_3738352363:209:14759:14771 Pozo Jura Mountains -0.456344217050148659 +72877 aapg_aa_147.html aapg_aa_147.html:848:86606:86628 Interlake Manitoba -0.427689691071663991 +72878 cspg_html_9435196958 cspg_html_9435196958:976:41341:41362 Belly River Lacombe, Alberta -0.442595627901035182 +72879 aapg_ai_105.html aapg_ai_105.html:155:18269:18284 Ophir Lake Fork (Texas) -0.0137248477945169315 +72880 palaios_html_5582845937 palaios_html_5582845937:73:7812:7820 Virginia Hampton, New Hampshire -0.0877889427713105935 +72881 aapg_ai_887.html aapg_ai_887.html:448:53546:53555 Red River Red River of the North -0.490195451192383946 +72882 aapg_ad_314.html aapg_ad_314.html:432:46035:46050 Tumey California -0.472639307901536299 +72883 palaios_html_9993198762 palaios_html_9993198762:483:45253:45286 Morrison Cheyenne, Wyoming -0.00518380048043042517 +72884 aapg_ae_444.html aapg_ae_444.html:240:23336:23342 Denver Colorado -0.0550552936469841589 +72885 aapg_aa_12.html aapg_aa_12.html:307:31746:31759 Goddard Ardmore, Pennsylvania -0.460419091707466421 +72886 cspg_html_9778753186 cspg_html_9778753186:7:520:538 Kootenay Victoria, British Columbia -0.441860465923672896 +72887 gsa_html_5094172657 gsa_html_5094172657:487:44702:44708 Oxford Spain -0.478488911708928044 +72888 aapg_ae_68.html aapg_ae_68.html:94:11559:11565 Tomera Reno, Nevada -0.0412786006588513471 +72889 AMJC_html_6336294256 AMJC_html_6336294256:1775:229118:229128 Washington California -0.0381033635608957824 +72890 gsa_html_7214330928 gsa_html_7214330928:224:19947:19957 Mount Eden San Jacinto, California -0.517911028695341225 +72891 aapg_aa_712.html aapg_aa_712.html:207:24426:24434 Glenwood Platteville, Colorado -0.457840951353905012 +72892 gsa_html_6062330506 gsa_html_6062330506:186:22532:22548 Salado Pecos River -0.0317923859746223822 +72893 geology_html_7252964522 geology_html_7252964522:54:5024:5031 Hampton Langley, Berkshire -0.0313801301050329814 +72894 cspg_html_2882882278 cspg_html_2882882278:31:5359:5369 Kinderhook Meramec River -0.0290477532032288703 +72895 aapg_ae_147.html aapg_ae_147.html:79:8106:8110 Pico South Mountains (Arizona) -0.0503371552170116185 +72896 geology_html_4301172553 geology_html_4301172553:279:22113:22134 Green River Colorado 0.414319318862638231 +72897 cspg_html_6140605204 cspg_html_6140605204:37:5996:6014 Kootenay Carbondale, Pennsylvania -0.460269102262388319 +72898 aapg_ad_423.html aapg_ad_423.html:193:19157:19180 Ogallala Llano Estacado -0.00588912341357450669 +72899 cspg_html_4193503340 cspg_html_4193503340:280:36184:36203 Mattagami Ontario, California -0.457532796484121151 +72900 aapg_ae_168.html aapg_ae_168.html:122:13385:13401 Pequop Reno, Nevada -0.442542141875480355 +72901 geology_html_9304361956 geology_html_9304361956:39:2884:2893 Extension Pannonia -0.460269102262388319 +72902 geology_html_2057443012 geology_html_2057443012:295:25694:25700 Reston Virginia -0.454034931813569353 +72903 cspg_html_6927586285 cspg_html_6927586285:577:66020:66046 Halfway Lacombe, Alberta -0.0599110776039962212 +72904 aapg_ai_385.html aapg_ai_385.html:12:1711:1729 Rustler El Capitan -0.011327042139941219 +72905 cspg_html_7839431712 cspg_html_7839431712:29:4117:4129 Medicine Hat Saskatchewan River -0.450649451770273157 +72906 aapg_ai_932.html aapg_ai_932.html:543:86455:86459 Hall California -0.0452074024796540394 +72907 aapg_af_602.html aapg_af_602.html:121:14097:14105 Richmond Northampton, Massachusetts -0.0144772441484254995 +72908 sedimentology_html_7979863172 sedimentology_html_7979863172:1291:65254:65259 Steel Svalbard -0.438007065376213589 +72909 aapg_ae_31.html aapg_ae_31.html:246:25595:25615 Batesville Arkansas -0.0364256392683856012 +72910 cspg_html_9011256422 cspg_html_9011256422:305:41969:41977 Columbia Lacombe, Alberta -0.0148473685012762528 +72911 aapg_ac_486.html aapg_ac_486.html:679:86020:86033 Madison Nebraska -0.0753736874600624968 +72912 aapg_ae_998.html aapg_ae_998.html:96:12126:12134 Evanston Wasatch Range 0.363226457609023001 +72913 aapg_ai_583.html aapg_ai_583.html:128:17982:17990 Sundance Natrona County, Wyoming 1.08129005599224448 +72914 aapg_af_309.html aapg_af_309.html:140:14027:14033 Salina Nebraska -0.494264344474550199 +72915 cspg_html_8580557017 cspg_html_8580557017:61:7217:7224 Wabamun Redwater, Texas 0.00259187716092955768 +72916 cspg_html_7093237629 cspg_html_7093237629:86:13867:13882 Leduc Lacombe, Alberta -0.440387442871438828 +72917 gsa_html_9730672044 gsa_html_9730672044:20:1760:1776 Salina Kokomo, Indiana -0.457650607934439568 +72918 aapg_aa_357.html aapg_aa_357.html:107:7810:7827 Hermosa Hermosa, Chicago -0.0405821853026711934 +72919 aapg_ac_65.html aapg_ac_65.html:805:67064:67080 Gothic Colorado -0.47254944238616009 +72920 aapg_af_728.html aapg_af_728.html:439:51466:51482 Favel Manitoba -0.491332113292233474 +72921 aapg_aa_357.html aapg_aa_357.html:17:1557:1563 Carmel Entrada Sandstone -0.0254117377860756666 +72922 aapg_af_469.html aapg_af_469.html:493:57835:57843 Humboldt Reno, Nevada 0.364710006717720137 +72923 aapg_ad_258.html aapg_ad_258.html:380:44472:44479 Chemung Huntington, West Virginia -0.188932686688707996 +72924 sedimentology_html_9978802855 sedimentology_html_9978802855:29:1775:1785 Washington Seattle -0.482963947665808413 +72925 palaios_html_7541955341 palaios_html_7541955341:981:80302:80338 Bell Texas -0.456561440120662909 +72926 aapg_af_131.html aapg_af_131.html:669:67352:67370 Dewey Lake Delaware 1.15102843798625187 +72927 cspg_html_6121424055 cspg_html_6121424055:210:18103:18112 Mackenzie Root River (Wisconsin) -0.487987661646075377 +72928 aapg_aa_595.html aapg_aa_595.html:302:32233:32241 Wolfcamp New Mexico 0.822703001815983992 +72929 aapg_ah_827.html aapg_ah_827.html:516:65783:65799 Morgan Colorado -0.47814331678503319 +72930 aapg_ah_182.html aapg_ah_182.html:403:36303:36321 Lowville Pennsylvania -0.473157943062676001 +72931 cspg_html_3762708087 cspg_html_3762708087:471:63878:63910 Viking Galveston County, Texas -0.00305744578029933057 +72932 aapg_ad_368.html aapg_ad_368.html:3:239:258 Newcastle Newcastle, New South Wales -0.455347020329573748 +72933 aapg_ai_498.html aapg_ai_498.html:15:2170:2178 Colorado Colorado -0.461128473443845555 +72934 sedimentology_html_7724789034 sedimentology_html_7724789034:1781:125097:125112 Cairn Jasper National Park -0.467889067103673728 +72935 cspg_html_8247666269 cspg_html_8247666269:589:69626:69643 Bearpaw Canada -0.414760740519922233 +72936 aapg_ae_416.html aapg_ae_416.html:274:25398:25402 Frio Liberty County, Florida -0.440680970807864891 +72937 aapg_ai_572.html aapg_ai_572.html:202:24371:24384 Ada Pawhuska, Oklahoma -0.0443852715677367574 +72938 palaios_html_9669360804 palaios_html_9669360804:446:38422:38432 Las Cruces New Mexico -0.0474930775226503829 +72939 aapg_ac_971.html aapg_ac_971.html:1104:96703:96711 Seminole McAlester, Oklahoma -0.4784100389871494 +72940 cspg_html_3473883402 cspg_html_3473883402:517:71714:71733 Bonneterre Missouri River -0.200540527040893313 +72941 cspg_html_3483814747 cspg_html_3483814747:669:66254:66271 Prince Alfred Bay Devon Island -0.0481342981574959458 +72942 gsa_html_2795729732 gsa_html_2795729732:12:566:576 Washington Earth -0.455387700672750584 +72943 cspg_html_9361096527 cspg_html_9361096527:602:62135:62167 Judith River Lacombe, Alberta -0.119947960726913383 +72944 aapg_ae_29.html aapg_ae_29.html:684:65353:65360 Bedford Pennsylvania -0.455252106655251121 +72945 aapg_ae_625.html aapg_ae_625.html:250:28225:28238 Turner Valley Elmworth, Alberta -0.453044786078658057 +72946 aapg_ac_333.html aapg_ac_333.html:611:74467:74481 Naco Supai, Arizona -0.0551948283959870986 +72947 aapg_ac_629.html aapg_ac_629.html:228:30581:30591 Citronelle Leesville, Ohio -0.445989406971527558 +72948 AMJC_html_9664623849 AMJC_html_9664623849:595:68267:68272 Crete San Juan, Argentina -0.478377564070346595 +72949 palaios_html_8113714689 palaios_html_8113714689:34:3127:3135 Au Train Munising, Michigan -0.0437965911337355185 +72950 aapg_ac_690.html aapg_ac_690.html:38:3478:3495 Paradox Arizona -0.440467486742992853 +72951 aapg_af_488.html aapg_af_488.html:332:32038:32046 Colorado Rocky Mountains -0.527760227915120561 +72952 cspg_html_1333179361 cspg_html_1333179361:16:2022:2038 Belloy Western world -0.434606918343987458 +72953 aapg_ad_71.html aapg_ad_71.html:165:14034:14055 Snyder Kaibab, Arizona 0.00786094473747839077 +72954 aapg_ad_784.html aapg_ad_784.html:258:29145:29164 Coldwater Western world -0.462193603410137988 +72955 cspg_html_2253842195 cspg_html_2253842195:195:26488:26507 Buckinghorse Caldwell, New Jersey -0.46957525648780718 +72956 cspg_html_7409170811 cspg_html_7409170811:676:77539:77555 Exshaw Lacombe, Alberta -0.00280034052174977849 +72957 aapg_ad_2.html aapg_ad_2.html:2340:248950:248971 Little Falls Mohawk Valley -0.445998354490544591 +72958 aapg_aa_544.html aapg_aa_544.html:82:10556:10564 Tensleep Cheyenne, Wyoming -0.0181492015008520059 +72959 aapg_ac_253.html aapg_ac_253.html:294:36126:36133 Clarita National Museum of the United States Air Force -0.489250567816489013 +72960 aapg_ai_504.html aapg_ai_504.html:34:3485:3496 Dakota Williston, Vermont -0.456717601557364239 +72961 AMJC_html_5974020359 AMJC_html_5974020359:669:77723:77732 Peninsula Italy -0.473663043482949409 +72962 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1908:1917 Newcastle Abingdon, Virginia -0.431298300553942027 +72963 aapg_af_133.html aapg_af_133.html:291:31032:31047 Racine Dolomite Michigan -0.451751782124743317 +72964 aapg_ac_631.html aapg_ac_631.html:347:41616:41631 Signal Mountain Pinedale, California -0.465641239344597002 +72965 aapg_ac_65.html aapg_ac_65.html:271:25048:25073 Robinson Vail, Colorado -0.517911028695341225 +72966 aapg_aa_702.html aapg_aa_702.html:615:100873:100881 Billings Spearfish, South Dakota 0.579184346826191243 +72967 aapg_ad_871.html aapg_ad_871.html:100:10662:10669 Genshaw Cheboygan County Airport -0.471695028578207554 +72968 aapg_ac_986.html aapg_ac_986.html:24:3790:3808 Willwood Cheyenne, Wyoming -0.0766340570337449151 +72969 aapg_ah_723.html aapg_ah_723.html:246:27673:27697 Green River Uinta Mountains -0.0316445288569785835 +72970 aapg_aa_866.html aapg_aa_866.html:22:2994:3009 Bouse Colorado -0.49339517418577894 +72971 jgeology_html_7023488312 jgeology_html_7023488312:500:37965:37979 Rome Alabama -0.22907575363198493 +72972 aapg_ai_240.html aapg_ai_240.html:256:26110:26124 Stony Mountain Red River of the North -0.431157390646727534 +72973 cspg_html_9717154602 cspg_html_9717154602:426:51718:51725 Bearpaw Lacombe, Alberta -0.434673209477638822 +72974 cspg_html_8089302449 cspg_html_8089302449:326:56261:56271 Dawson Bay Lacombe, Alberta -0.16657538979139408 +72975 aapg_ae_319.html aapg_ae_319.html:711:60497:60510 Gypsum Spring Entrada Sandstone -0.392992203411086871 +72976 cspg_html_5484260516 cspg_html_5484260516:803:62147:62162 Banff Crowsnest Pass, Alberta -0.441406293921039528 +72977 geology_html_4442818636 geology_html_4442818636:287:23974:23980 Oxford Pergamon Museum -0.420791864948583338 +72978 aapg_aa_643.html aapg_aa_643.html:474:54715:54724 Knoxville Great Valley, New York -0.450586501765938174 +72979 aapg_af_854.html aapg_af_854.html:927:131172:131181 Mooretown Bloomington, Indiana -0.486419849038802532 +72980 aapg_ae_715.html aapg_ae_715.html:3:154:168 Frio Texas 0.00828311544079899167 +72981 sedimentology_html_2530371124 sedimentology_html_2530371124:37:2105:2115 Copenhagen Denmark -0.0204677435827045166 +72982 cspg_html_7988775280 cspg_html_7988775280:421:60530:60554 Athabasca Lacombe, Alberta -0.4597965726108596 +72983 aapg_ae_916.html aapg_ae_916.html:289:33588:33596 Colorado Colorado -0.0841874443166970715 +72984 aapg_ah_501.html aapg_ah_501.html:62:7103:7123 Georgetown Texas 0.0230264746483653561 +72985 geology_html_8241069332 geology_html_8241069332:219:19048:19064 Orocopia Schist California -0.231627035573974877 +72986 aapg_ac_785.html aapg_ac_785.html:257:42063:42087 Bossier Texas -0.407111576379738216 +72987 aapg_af_634.html aapg_af_634.html:68:10327:10333 Brazil Africa -0.0298634270365841781 +72988 aapg_ai_31.html aapg_ai_31.html:120:14254:14273 Catahoula Oklahoma City -0.39803425495743272 +72989 cspg_html_4666332434 cspg_html_4666332434:60:9756:9767 Sombre Milk River, Alberta -0.447572237112974447 +72990 aapg_ak_132.html aapg_ak_132.html:74:8179:8191 Todos Santos Guatemala -0.285566829586023252 +72991 aapg_ac_301.html aapg_ac_301.html:527:58192:58219 Saturday Mountain Boise, Idaho -0.218732951164799516 +72992 cspg_html_3129231627 cspg_html_3129231627:390:49067:49090 Eleanor River Little Cornwallis Island -0.0452352727340493768 +72993 sedimentology_html_8995419841 sedimentology_html_8995419841:981:51749:51753 Hall London, Ontario -0.050246518785567143 +72994 aapg_ad_440.html aapg_ad_440.html:51:6191:6199 Virginia Huntington, West Virginia -0.541502316693752039 +72995 aapg_ai_958.html aapg_ai_958.html:50:4647:4666 Catahoula Cuero, Texas -0.0233046208724774252 +72996 aapg_ah_779.html aapg_ah_779.html:139:26597:26606 Blackford Virginia 0.07422562645699117 +72997 gsa_html_7248164569 gsa_html_7248164569:107:6254:6263 Peninsula New Brunswick, New Jersey -0.448408411516637184 +72998 aapg_ae_973.html aapg_ae_973.html:1137:89747:89757 San Andres Delaware -0.431080339422081793 +72999 aapg_ac_923.html aapg_ac_923.html:374:40329:40344 Atoka Atoka, Oklahoma 0.0398092252707295466 +73000 AMJC_html_4692260170 AMJC_html_4692260170:124:13593:13613 Ammonoosuc Volcanics Middle East -0.0419054197993560459 +73001 geology_html_6832567545 geology_html_6832567545:11:569:575 Denver Colorado -0.0752056622178548795 +73002 aapg_ah_93.html aapg_ah_93.html:198:26594:26616 Water Canyon Maywood, California -0.503041677516484542 +73003 AMJC_html_6539706032 AMJC_html_6539706032:1195:113771:113783 Rhode Island Newport, Rhode Island -0.046510437316175636 +73004 palaios_html_3022467877 palaios_html_3022467877:70:7276:7289 Pit New Jersey -0.0074248793072545817 +73005 palaios_html_9150736881 palaios_html_9150736881:343:33746:33777 Haymond Texas -0.496166414713999471 +73006 aapg_ae_958.html aapg_ae_958.html:2364:201574:201581 Rustler Delaware -0.449541717141150321 +73007 gsa_html_2832151886 gsa_html_2832151886:875:70830:70863 Denver Regina, Saskatchewan -0.0547936736355184237 +73008 sedimentology_html_1776988099 sedimentology_html_1776988099:589:42264:42270 Thrifty London, Ontario 0.0121540899829594047 +73009 aapg_ad_264.html aapg_ad_264.html:171:21494:21506 Saskatchewan Victoria, British Columbia -0.506705745639774774 +73010 aapg_ai_489.html aapg_ai_489.html:462:52347:52362 Kennedy Channel Ellesmere Island -0.477179162580930738 +73011 aapg_ac_333.html aapg_ac_333.html:827:101940:101958 Toroweap Grand Canyon -0.0407040542010648765 +73012 aapg_ad_169.html aapg_ad_169.html:251:28757:28777 Greenbrier Huntington, West Virginia -0.460146402321772174 +73013 aapg_ad_98.html aapg_ad_98.html:552:56058:56074 Lehman Reno, Nevada -0.00525502734736806466 +73014 aapg_ad_440.html aapg_ad_440.html:489:45301:45310 Bluefield Norfolk, Virginia -0.462148059021696089 +73015 aapg_ae_805.html aapg_ae_805.html:578:70125:70142 Hermosa Logan, Utah -0.452927573923113447 +73016 gsa_html_8669219468 gsa_html_8669219468:255:28626:28645 Flagstaff Logan, Utah -0.244153925512607756 +73017 aapg_ai_852.html aapg_ai_852.html:15:2504:2509 Cibao Arecibo Observatory -0.0206224389359462197 +73018 geology_html_8106588521 geology_html_8106588521:469:30034:30042 Colorado Logan, Utah -0.483085217576718073 +73019 aapg_aa_643.html aapg_aa_643.html:146:15493:15512 Knoxville Great Valley, New York -0.447314589257592876 +73020 jgeology_html_1836103970 jgeology_html_1836103970:402:32127:32148 New Glasgow New Glasgow, Nova Scotia -0.464409872562970838 +73021 gsa_html_5056480923 gsa_html_5056480923:53:5979:5996 Barstow California -0.500364284453183039 +73022 gsa_html_2675218998 gsa_html_2675218998:1084:94649:94677 Green River Colorado -0.00549476708285740172 +73023 aapg_ah_828.html aapg_ah_828.html:505:47021:47030 Smackover Ohio -0.453924360728879206 +73024 gsa_html_2700766958 gsa_html_2700766958:62:4163:4191 Green River Colorado -0.0152331376513424877 +73025 aapg_ad_683.html aapg_ad_683.html:55:8169:8181 Hermit Supai, Arizona -0.00850549498541811055 +73026 aapg_ad_812.html aapg_ad_812.html:10:2136:2153 Wingate Entrada Sandstone -0.478642038078168519 +73027 geology_html_9081351887 geology_html_9081351887:294:24797:24814 White Rock Cheyenne, Wyoming -0.45184182728382527 +73028 aapg_ae_974.html aapg_ae_974.html:127:13097:13107 Rio Grande Zapata, Texas -0.455252106655251121 +73029 cspg_html_8362959053 cspg_html_8362959053:26:4120:4134 Kootenay Mountain Park (Holyoke, Massachusetts) -0.525341829883349765 +73030 gsa_html_3648258377 gsa_html_3648258377:702:65285:65296 Englishtown Merchantville, New Jersey -0.473815322787249471 +73031 gsa_html_5961880366 gsa_html_5961880366:1277:89185:89213 Green River New Mexico -0.006663945278057983 +73032 aapg_ah_633.html aapg_ah_633.html:128:17812:17835 Chickasawhay Alabama 0.859425950171230246 +73033 jgeology_html_7844360616 jgeology_html_7844360616:974:47841:47850 Peninsula Quebec City 0.00238862567180727833 +73034 sedimentology_html_9410532865 sedimentology_html_9410532865:1502:107163:107184 Green River Cheyenne, Wyoming -0.0259959408940027802 +73035 aapg_aa_205.html aapg_aa_205.html:136:16611:16627 Salina Michigan -0.445998354490544591 +73036 jgeology_html_4219576492 jgeology_html_4219576492:1420:88508:88516 Victoria Canada -0.00436035322610329925 +73037 aapg_ac_724.html aapg_ac_724.html:170:15748:15757 San Diego Emery Theatre -0.0357069470350891913 +73038 aapg_ae_6.html aapg_ae_6.html:90:9757:9774 Edwards Central Texas -0.0753666862960432615 +73039 sedimentology_html_4062866456 sedimentology_html_4062866456:900:51456:51460 Fang Hunan -0.0727961616893220281 +73040 cspg_html_3097746547 cspg_html_3097746547:655:69296:69310 Bullhead Victoria, British Columbia -0.526432155606555985 +73041 aapg_aa_391.html aapg_aa_391.html:140:11790:11795 Atoka McCurtain County, Oklahoma -0.457514673015389395 +73042 aapg_af_11.html aapg_af_11.html:329:33552:33579 Hermosa Colorado -0.0285260271643415532 +73043 sedimentology_html_3766208478 sedimentology_html_3766208478:807:50369:50381 Rhododendron Stone Mountain, Georgia -0.461089806729199636 +73044 gsa_html_7040053075 gsa_html_7040053075:1006:109795:109804 San Diego California -0.026705362044744569 +73045 gsa_html_6330913937 gsa_html_6330913937:1056:96452:96458 Oregon San Jacinto, California -0.021507182733615033 +73046 aapg_ad_440.html aapg_ad_440.html:176:15175:15209 Bluefield Huntington, West Virginia -0.467194881190696076 +73047 aapg_ae_573.html aapg_ae_573.html:632:75305:75324 Smackover Iran 0.0223241763146486936 +73048 cspg_html_8489487451 cspg_html_8489487451:37:5239:5247 Columbia Canada -0.00967821874611652505 +73049 aapg_ac_967.html aapg_ac_967.html:8:1311:1329 John Day Salem, Oregon -0.502707427663107609 +73050 sedimentology_html_1685838353 sedimentology_html_1685838353:201:16464:16475 Peace River Lake Athabasca -0.0468954646470770981 +73051 aapg_ad_466.html aapg_ad_466.html:385:46842:46855 Potomac Raritan River -0.00472517057507792094 +73052 aapg_ad_141.html aapg_ad_141.html:40:3487:3492 Eutaw Selma to Montgomery marches -0.422627316470123748 +73053 aapg_ac_849.html aapg_ac_849.html:13:1827:1835 Parkwood Pottsville, Pennsylvania -0.435668138774596203 +73054 geology_html_8094169952 geology_html_8094169952:226:14269:14276 Yucatan Mexico -0.430277178902051582 +73055 aapg_ai_578.html aapg_ai_578.html:30:2859:2869 Arco Hills Wood River (Oregon) -0.448287309474040385 +73056 cspg_html_1503116552 cspg_html_1503116552:126:21317:21337 Swan Hills Swan Hill, Victoria 0.0156223882901486404 +73057 aapg_ac_380.html aapg_ac_380.html:463:55265:55273 Needmore Pennsylvania 0.450417907109293414 +73058 aapg_ah_160.html aapg_ah_160.html:415:50724:50732 Michigan Ohio -0.452896019392303839 +73059 gsa_html_6652746762 gsa_html_6652746762:212:18761:18771 Santa Rita Araguaia River -0.484086347872667577 +73060 gsa_html_4038604474 gsa_html_4038604474:14:652:659 Windsor Ontario, California -0.0242016752892677545 +73061 geology_html_8196169061 geology_html_8196169061:62:7323:7341 Beaumont Mexico -0.453180049702502807 +73062 aapg_ae_777.html aapg_ae_777.html:38:5028:5044 Sandia Sangre de Cristo Range -0.427768661147865492 +73063 aapg_ah_42.html aapg_ah_42.html:47:6496:6512 Navajo Colorado Plateau -0.062493142819730535 +73064 cspg_html_2178758494 cspg_html_2178758494:296:38348:38371 Athabasca Lacombe, Alberta -0.482963947665808413 +73065 aapg_ah_645.html aapg_ah_645.html:113:15300:15305 Piper Western world -0.429283522871468093 +73066 aapg_ad_23.html aapg_ad_23.html:29:2349:2356 Kanawha Cheyenne, Wyoming 0.0439028292886041657 +73067 aapg_af_2.html aapg_af_2.html:763:68496:68504 Colorado Rocky Mountains -0.460041893415422398 +73068 aapg_ae_176.html aapg_ae_176.html:207:25046:25058 Grand Rapids Edmonton, London -0.492281675671482677 +73069 aapg_ai_975.html aapg_ai_975.html:1119:89697:89717 Georgetown Uvalde, Texas -0.00786789401885567251 +73070 geology_html_2293675298 geology_html_2293675298:223:19950:19970 Pit Kilauea, Hawaii -0.481759173673690755 +73071 aapg_ac_453.html aapg_ac_453.html:114:15204:15212 Scotland Great Britain -0.458659434193013582 +73072 aapg_ac_71.html aapg_ac_71.html:308:36031:36057 Humboldt Westgate, Canterbury -0.477480345723963806 +73073 gsa_html_3151431803 gsa_html_3151431803:69:8568:8585 Entrada Logan, Utah -0.444036457876645585 +73074 cspg_html_9193620351 cspg_html_9193620351:9:938:955 Bearpaw Cypress Hills, Brooklyn -0.00638076930644856932 +73075 aapg_af_663.html aapg_af_663.html:210:25220:25239 Altamont Missouri River 0.347182883128733577 +73076 aapg_ai_157.html aapg_ai_157.html:464:43474:43480 Salina Salina, Kansas -0.455197874748240694 +73077 aapg_ad_734.html aapg_ad_734.html:314:31807:31815 Kootenai Great Falls (Missouri River) -0.477640246928127621 +73078 aapg_ae_981.html aapg_ae_981.html:132:8938:8948 Bainbridge Knoxville, Tennessee -0.47944058990843208 +73079 aapg_ae_454.html aapg_ae_454.html:606:55581:55589 Dorcheat Texas -0.506465925368115633 +73080 aapg_ae_921.html aapg_ae_921.html:164:12425:12431 Ludlow Fort Union Trading Post National Historic Site -0.0342523093425481095 +73081 gsa_html_8740218609 gsa_html_8740218609:14:651:659 Virginia Reston, Virginia -0.47601017133294582 +73082 aapg_aa_23.html aapg_aa_23.html:793:101853:101876 Ashern Winnipeg 0.685638078860295264 +73083 sedimentology_html_9626990209 sedimentology_html_9626990209:1181:92953:92972 Rock Springs Sweetwater, Miami-Dade County, Florida -0.472574788136010782 +73084 cspg_html_5688447798 cspg_html_5688447798:134:18705:18725 Blue Fiord Ellesmere Island 0.364765678904632129 +73085 aapg_ah_96.html aapg_ah_96.html:58:7111:7129 Deadwood Winnipeg -0.570070780118502762 +73086 gsa_html_8010927234 gsa_html_8010927234:505:43151:43179 Green River New Mexico -0.000180666507077184774 +73087 aapg_aa_399.html aapg_aa_399.html:541:52364:52381 Belly River Bearpaw Formation 0.851695115839097849 +73088 aapg_af_353.html aapg_af_353.html:14:1743:1758 Catalina Schist Los Angeles -0.491084883288990137 +73089 jgeology_html_1836103970 jgeology_html_1836103970:193:15051:15071 Boss Point New Glasgow, Nova Scotia -0.0581693509362974023 +73090 aapg_ai_410.html aapg_ai_410.html:83:10025:10034 Leadville Glenwood Springs, Colorado -0.478307979059971577 +73091 gsa_html_5865982995 gsa_html_5865982995:1508:157596:157617 Green River Logan, Utah 1.07602927640777679 +73092 aapg_af_431.html aapg_af_431.html:142:15084:15107 Cotton Valley Navarro County, Texas -0.00652496303282925402 +73093 aapg_ad_71.html aapg_ad_71.html:166:14377:14394 Leonard Texas -0.481905893496514026 +73094 gsa_html_8787471244 gsa_html_8787471244:73:6925:6953 Green River New Mexico 0.00968516832119581395 +73095 aapg_ad_614.html aapg_ad_614.html:42:4279:4287 Columbia Arkansas -0.439125439995052158 +73096 cspg_html_8532932475 cspg_html_8532932475:53:7999:8016 Bluesky Lacombe, Alberta -0.494609426466897539 +73097 jgeology_html_8355852976 jgeology_html_8355852976:108:6094:6100 Pueblo Colorado -0.463396817899322633 +73098 aapg_aa_904.html aapg_aa_904.html:717:64014:64030 Dakota San Juan, Argentina -0.0370695462872533757 +73099 aapg_ai_810.html aapg_ai_810.html:32:4972:4990 Norphlet Mississippi River -0.261859891962698876 +73100 palaios_html_2048556014 palaios_html_2048556014:729:70182:70188 Oxford China -0.451812561628617604 +73101 aapg_ad_3.html aapg_ad_3.html:228:19723:19740 Beekmantown Virginia 0.0143677717617256336 +73102 aapg_af_849.html aapg_af_849.html:293:18627:18637 Rock River Cheyenne, Wyoming -0.0495458661858674335 +73103 gsa_html_6814608835 gsa_html_6814608835:636:52588:52602 Hawthorn Melbourne, Florida -0.473746101631411953 +73104 geology_html_4304054973 geology_html_4304054973:275:22356:22361 Spray Sudbury, Suffolk -0.45995556917210767 +73105 aapg_af_2.html aapg_af_2.html:461:51617:51632 Ouray Ouray, Colorado -0.0611557112481491347 +73106 aapg_af_981.html aapg_af_981.html:367:37020:37041 Almond Cheyenne, Wyoming -0.459996458565647859 +73107 aapg_ai_80.html aapg_ai_80.html:198:21603:21614 Trempealeau Franconia, New Hampshire -0.491332113292233474 +73108 cspg_html_8587639109 cspg_html_8587639109:1106:109475:109483 Moosebar Victoria, British Columbia -0.498640329169128094 +73109 aapg_ac_984.html aapg_ac_984.html:205:18666:18687 Trempealeau Missouri River -0.0130958394444989339 +73110 aapg_ai_699.html aapg_ai_699.html:45:7616:7629 Great Meadows Glen Falls -0.453355922590981064 +73111 cspg_html_3041902517 cspg_html_3041902517:145:23812:23836 Van Hauen Ellesmere Island -0.234430497219288242 +73112 cspg_html_9388742281 cspg_html_9388742281:70:8261:8283 Nelson Victoria, British Columbia -0.439223139625051329 +73113 aapg_ai_49.html aapg_ai_49.html:539:70470:70478 San Luis Colorado -0.461947691336281385 +73114 gsa_html_5158209975 gsa_html_5158209975:74:8493:8500 Prairie Saucier, Mississippi -0.430176006996349836 +73115 aapg_ad_98.html aapg_ad_98.html:707:68353:68357 Hall California -0.0240660707758517355 +73116 aapg_ah_387.html aapg_ah_387.html:455:45087:45093 Oregon Salem, Oregon -0.0246554374675200805 +73117 aapg_ae_319.html aapg_ae_319.html:572:48755:48775 Twin Creek Carmel, Indiana -0.115425710228900719 +73118 gsa_html_8035658736 gsa_html_8035658736:999:106707:106717 Washington Salem, Oregon 0.00378359745738323294 +73119 cspg_html_3385840278 cspg_html_3385840278:1589:178170:178204 Beaverhill Swan Hill, Victoria -0.458641287983651336 +73120 aapg_ai_975.html aapg_ai_975.html:27:6638:6655 Hosston East Texas -0.0229847531233617133 +73121 geology_html_3737252259 geology_html_3737252259:243:22792:22802 Pine Point Canada -0.476172115937115059 +73122 aapg_ad_329.html aapg_ad_329.html:168:24410:24423 Harrell Altoona, Pennsylvania -0.0160255473539090525 +73123 cspg_html_4010530611 cspg_html_4010530611:12:1405:1421 Shunda Moose Mountain (Alberta) -0.454034931813569353 +73124 aapg_ah_536.html aapg_ah_536.html:129:17916:17923 Hosston County Sligo -0.00470953551256090425 +73125 aapg_ae_782.html aapg_ae_782.html:21:2624:2635 Buena Vista Colorado River (Argentina) -0.479521879225688563 +73126 aapg_ah_595.html aapg_ah_595.html:73:8511:8519 Wolfcamp Arbuckle, California -0.0193049620802523206 +73127 cspg_html_7325522863 cspg_html_7325522863:247:39211:39225 Cardium Lacombe, Alberta -0.0254291244488671214 +73128 aapg_af_975.html aapg_af_975.html:123:20121:20129 Colorado Colorado -0.0241703818355726088 +73129 cspg_html_3796928998 cspg_html_3796928998:68:10219:10231 Granite Wash Lacombe, Alberta -0.468054102450840448 +73130 aapg_ad_52.html aapg_ad_52.html:37:4620:4639 Coldwater Michigan -0.484079342907875299 +73131 aapg_ai_981.html aapg_ai_981.html:233:19708:19714 Lissie Beaumont, Texas -0.458641287983651336 +73132 geology_html_5323396367 geology_html_5323396367:85:8847:8853 Oregon Washington (state) -0.0396699599273111145 +73133 jgeology_html_4305195651 jgeology_html_4305195651:1925:143229:143245 Pocono Coaldale, Schuylkill County, Pennsylvania -0.0142026952151300869 +73134 gsa_html_9417870342 gsa_html_9417870342:1047:76761:76790 Southern California Batholith Earth -0.448287309474040385 +73135 aapg_ae_55.html aapg_ae_55.html:188:29161:29170 Awantjish York 1.13611271835957228 +73136 aapg_ad_81.html aapg_ad_81.html:813:139235:139243 Tensleep Cheyenne, Wyoming -0.495818327103384027 +73137 sedimentology_html_5593677030 sedimentology_html_5593677030:398:27575:27583 Colorado Anchorage, Alaska -0.47254944238616009 +73138 AMJC_html_6341723617 AMJC_html_6341723617:979:83054:83075 Green River Colorado -0.0108839893390520418 +73139 AMJC_html_6539706032 AMJC_html_6539706032:13:669:677 Colorado Denver -0.493659609592116133 +73140 gsa_html_7020634397 gsa_html_7020634397:165:17244:17268 Imperial Mackenzie River 0.961568628596562447 +73141 aapg_ac_333.html aapg_ac_333.html:796:97500:97504 Yeso Supai, Arizona 0.00466610479932860322 +73142 aapg_ai_153.html aapg_ai_153.html:247:40284:40300 Belden Uinta Mountains -0.496308532687975368 +73143 cspg_html_7083999793 cspg_html_7083999793:8:745:765 Mount Head Western world -0.426608897791606878 +73144 sedimentology_html_3738352363 sedimentology_html_3738352363:18:1099:1111 Pozo Spain -0.49345891443649581 +73145 aapg_ak_132.html aapg_ak_132.html:68:7136:7158 Todos Santos Guatemala 0.900287684357391371 +73146 palaios_html_2994452429 palaios_html_2994452429:629:57470:57485 Liard Canada -0.425384893115628659 +73147 gsa_html_6395675168 gsa_html_6395675168:15:871:882 San Joaquin Sierra Nevada (Spain) -0.479161941644374367 +73148 cspg_html_4124550118 cspg_html_4124550118:32:4937:4945 Pine Key Miami -0.467925738958578585 +73149 gsa_html_3049782768 gsa_html_3049782768:558:52166:52174 Columbia Victoria, British Columbia -0.458822766590828601 +73150 aapg_ai_159.html aapg_ai_159.html:550:63202:63217 Gatun Caribbean -0.472491841137828439 +73151 cspg_html_2863271815 cspg_html_2863271815:33:5500:5516 Guelph Ontario, California 0.641340974586045665 +73152 aapg_ah_90.html aapg_ah_90.html:59:9517:9531 Cedar Mountain Cedar Mountains -0.0246571760456421665 +73153 cspg_html_4422229045 cspg_html_4422229045:631:76291:76312 Arctic Red Cordillera Administrative Region 0.0337825515028724391 +73154 gsa_html_2122478280 gsa_html_2122478280:347:33221:33249 Green River Iran 0.0163783171925127626 +73155 palaios_html_5264377288 palaios_html_5264377288:610:51003:51031 Cantwell Anchorage, Alaska -0.459996458565647859 +73156 gsa_html_8066465143 gsa_html_8066465143:1173:99047:99053 Brazil Vari -0.4597920302667165 +73157 cspg_html_9343899465 cspg_html_9343899465:690:64358:64371 Bird Fiord Bathurst Island (Northern Territory) -0.46105569042928074 +73158 aapg_ae_464.html aapg_ae_464.html:173:11511:11525 Naco Sonora -0.0511145820963543537 +73159 aapg_af_854.html aapg_af_854.html:958:134834:134850 Bethel Kentucky -0.500707121160588686 +73160 aapg_ai_49.html aapg_ai_49.html:196:22414:22424 Minnekahta Black Hills 0.952556207468616578 +73161 aapg_af_301.html aapg_af_301.html:79:9379:9384 Atoka Delaware -0.0311226948006410493 +73162 cspg_html_9711337099 cspg_html_9711337099:21:2361:2369 Columbia Black Mountains (North Carolina) -0.0231725008237077118 +73163 aapg_af_142.html aapg_af_142.html:219:27311:27324 Cotton Valley Mexico -0.0245737245183259567 +73164 aapg_ac_337.html aapg_ac_337.html:193:10904:10912 Colorado Colorado -0.461219460550356897 +73165 aapg_ad_379.html aapg_ad_379.html:590:49396:49404 Colorado Arizona -0.0288373212008630718 +73166 aapg_af_663.html aapg_af_663.html:337:34918:34923 Utica Pleasanton, Texas -0.448350101124535771 +73167 aapg_ae_605.html aapg_ae_605.html:601:62261:62277 Salina Bloomington, Indiana -0.0293207981584643999 +73168 jgeology_html_1836103970 jgeology_html_1836103970:89:4455:4475 Boss Point New Glasgow, Nova Scotia -0.497593421871512953 +73169 aapg_ae_73.html aapg_ae_73.html:275:36445:36455 San Andres Las Vegas Strip -0.432236767973233238 +73170 aapg_ah_745.html aapg_ah_745.html:21:2049:2058 Maquoketa Middle East -0.451270191944311616 +73171 aapg_ac_424.html aapg_ac_424.html:26:4913:4922 Catahoula Texas -0.441321717841106853 +73172 aapg_af_892.html aapg_af_892.html:895:84145:84160 Whitehorse San Angelo, Texas -0.474526310844171573 +73173 aapg_af_891.html aapg_af_891.html:255:27667:27679 Dockum Santa Rosa, California -0.0401573975935689137 +73174 aapg_af_15.html aapg_af_15.html:23:4020:4039 Mesaverde Aspen, Colorado 0.0127413767435658448 +73175 cspg_html_1644457308 cspg_html_1644457308:49:7618:7636 Halfway Victoria, British Columbia -0.0124129812660324374 +73176 aapg_aa_305.html aapg_aa_305.html:72:11053:11061 Kirkwood Raritan River -0.47944058990843208 +73177 palaios_html_4830763213 palaios_html_4830763213:405:35353:35357 Hall London, Ontario -0.0232768060359763093 +73178 aapg_ad_170.html aapg_ad_170.html:90:9046:9060 Chainman Logan, Utah -0.452887004013691252 +73179 gsa_html_9487992082 gsa_html_9487992082:860:78411:78432 Kaiparowits Logan, Utah -0.47249414511500698 +73180 AMJC_html_5390933660 AMJC_html_5390933660:1129:102498:102503 Lyell London, Ontario -0.437951625350357587 +73181 aapg_af_3.html aapg_af_3.html:31:3914:3929 Supai White River (Washington) 0.00313388258007131059 +73182 aapg_ah_252.html aapg_ah_252.html:272:22212:22222 Atoka Atoka, Oklahoma -0.468978412493240793 +73183 aapg_aa_712.html aapg_aa_712.html:29:5040:5061 Platteville Hennepin, Illinois -0.00241642073130457187 +73184 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17924:17930 Oregon Washington (state) -0.469070208322842297 +73185 cspg_html_9119878068 cspg_html_9119878068:428:50179:50195 Ireton Lacombe, Alberta -0.0507398033978869734 +73186 cspg_html_6032369756 cspg_html_6032369756:443:53513:53522 Red River Regina, Saskatchewan -0.464656465989479628 +73187 aapg_aa_569.html aapg_aa_569.html:47:6333:6365 Benson Ligonier, Indiana -0.443813272031764461 +73188 aapg_ah_741.html aapg_ah_741.html:5:667:673 Casper Cheyenne, Wyoming -0.443813272031764461 +73189 aapg_ac_67.html aapg_ac_67.html:347:34354:34365 Tar Springs Bethel, Alaska -0.511319039057656965 +73190 aapg_ai_592.html aapg_ai_592.html:192:31479:31490 Green River Bitter Creek (Wyoming) -0.00998573864189263374 +73191 cspg_html_8121202912 cspg_html_8121202912:274:34032:34057 Beaverfoot Victoria, British Columbia -0.0195726214963804213 +73192 gsa_html_4922631598 gsa_html_4922631598:402:48493:48511 Ogallala New Mexico -0.447314589257592876 +73193 aapg_ad_3.html aapg_ad_3.html:292:27324:27340 Nittany Missouri River -0.0373131973616702209 +73194 aapg_af_636.html aapg_af_636.html:100:12267:12283 Red Rock Helderberg -0.0238644046922454368 +73195 cspg_html_7434089303 cspg_html_7434089303:158:18807:18825 Nunatami Ellesmere Island -0.474276937415326727 +73196 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89793:89801 Hawthorn Burlington, Ontario -0.0596981355876713832 +73197 aapg_af_479.html aapg_af_479.html:49:6801:6821 Point Loma San Diego 0.329216496149925764 +73198 aapg_ah_623.html aapg_ah_623.html:3:170:195 Weber Colorado -0.422313167017324853 +73199 aapg_ai_493.html aapg_ai_493.html:37:5223:5244 Green River Uintah, Utah 0.361115854533743785 +73200 cspg_html_2198503252 cspg_html_2198503252:7:685:720 Big Valley Regina, Saskatchewan 0.00825358073984722856 +73201 gsa_html_5985527169 gsa_html_5985527169:14:735:756 Green River Cheyenne, Wyoming -0.478488911708928044 +73202 cspg_html_4392308496 cspg_html_4392308496:329:45875:45896 Bonaventure Nashville Basin -0.489182445167081981 +73203 cspg_html_5569247132 cspg_html_5569247132:65:4502:4510 Colorado Lacombe, Alberta -0.477179162580930738 +73204 aapg_ai_17.html aapg_ai_17.html:630:45530:45535 Yegua Gosport, Indiana -0.468384265774498543 +73205 aapg_ac_59.html aapg_ac_59.html:276:35052:35071 San Diego San Diego -0.458750170743803365 +73206 cspg_html_2482892781 cspg_html_2482892781:29:4809:4816 Madison Regina, Saskatchewan -0.0674246889394818638 +73207 cspg_html_7779401416 cspg_html_7779401416:313:35784:35805 Fossil Hill Ontario, California -0.00271869233498987783 +73208 aapg_af_551.html aapg_af_551.html:1009:79026:79038 Borden Bloomington, Indiana -0.0405891491966653695 +73209 aapg_ac_807.html aapg_ac_807.html:617:61098:61116 Yorktown Virginia -0.475825128678400877 +73210 cspg_html_3231136569 cspg_html_3231136569:5:230:239 Ice River Victoria, British Columbia -0.449433936510724996 +73211 gsa_html_7173708345 gsa_html_7173708345:40:3382:3403 Forest Fairbanks, Alaska -0.0218809090311719648 +73212 aapg_af_854.html aapg_af_854.html:524:70695:70710 Salem Bloomington, Indiana -0.401618175922411225 +73213 aapg_aa_98.html aapg_aa_98.html:153:12604:12616 Granite Wash Swan Hill, Victoria -0.479161941644374367 +73214 aapg_ae_474.html aapg_ae_474.html:118:11821:11837 Bethel Illinois -0.450743884934886652 +73215 aapg_ad_812.html aapg_ad_812.html:87:12610:12616 Navajo Kayenta, Arizona -0.457963336268268129 +73216 aapg_ai_980.html aapg_ai_980.html:519:45260:45267 Rierdon Devon -0.430057253759890901 +73217 aapg_ac_529.html aapg_ac_529.html:126:14706:14714 Colorado Colorado -0.48108644546321655 +73218 aapg_ac_989.html aapg_ac_989.html:166:23471:23480 Maquoketa Niobrara, Nebraska -0.44280960294495586 +73219 cspg_html_4105062490 cspg_html_4105062490:9:787:802 Elk Regina, Saskatchewan -0.503388006501126029 +73220 aapg_af_90.html aapg_af_90.html:3:357:378 Wood Canyon Death Valley -0.201002104848121366 +73221 cspg_html_9713614580 cspg_html_9713614580:181:25606:25623 Wapiabi Milk River, Alberta -0.519254360045173557 +73222 aapg_ac_661.html aapg_ac_661.html:91:10005:10025 Phosphoria Boise, Idaho -0.236689040712276394 +73223 aapg_af_789.html aapg_af_789.html:17:2446:2464 Coeymans New Scotland, New York -0.49871872177518084 +73224 aapg_ae_871.html aapg_ae_871.html:337:52848:52868 Fredericksburg Anchorage, Alaska -0.0170838731942537375 +73225 aapg_ad_683.html aapg_ad_683.html:301:32993:32998 Supai Grand Canyon -0.445106268068768518 +73226 aapg_ai_489.html aapg_ai_489.html:228:24298:24310 Devon Island Ellesmere Island -0.0294042780246520329 +73227 gsa_html_3463181327 gsa_html_3463181327:638:65078:65086 Beaumont South Georgia and the South Sandwich Islands -0.00202555313540596143 +73228 aapg_ac_380.html aapg_ac_380.html:108:14205:14213 Camillus Salina, Kansas -0.441798115405519942 +73229 cspg_html_3501550466 cspg_html_3501550466:255:36488:36502 Woodbend Lacombe, Alberta -0.478307979059971577 +73230 cspg_html_5542874609 cspg_html_5542874609:328:38560:38578 Niobrara Lacombe, Alberta -0.423098733122919901 +73231 gsa_html_9152662653 gsa_html_9152662653:1200:104057:104078 Martinsburg Pennsylvania -0.448969278215303857 +73232 aapg_af_130.html aapg_af_130.html:186:32382:32402 Jefferson Logan, Utah -0.0198211657095899094 +73233 aapg_ai_364.html aapg_ai_364.html:752:61993:61999 Galena Kinderhook (town), New York -0.466741549175746284 +73234 aapg_ad_67.html aapg_ad_67.html:234:30122:30134 Hatchetigbee Alabama 0.344494494319523281 +73235 aapg_aa_906.html aapg_aa_906.html:89:10077:10098 Green River Wasatch Range -0.496649713850252028 +73236 cspg_html_9119878068 cspg_html_9119878068:389:48017:48051 Beaverhill Swan Hill, Victoria -0.470181697121159758 +73237 cspg_html_9222238695 cspg_html_9222238695:133:18856:18864 Columbia Victoria, British Columbia -0.0236279718682710811 +73238 gsa_html_3883467297 gsa_html_3883467297:829:64366:64394 San Antonio Chile -0.504439820085948343 +73239 aapg_ac_574.html aapg_ac_574.html:6:881:898 Wasatch Reno, Nevada 0.00786094473747839077 +73240 sedimentology_html_2993577458 sedimentology_html_2993577458:1657:82234:82240 Thrifty London, Ontario -0.462166276497962936 +73241 cspg_html_7182873498 cspg_html_7182873498:76:13439:13445 Guelph Salina, Kansas -0.0653453472638044347 +73242 aapg_af_299.html aapg_af_299.html:83:8727:8735 Colorado Denver -0.0265036602918163264 +73243 cspg_html_4270552951 cspg_html_4270552951:143:20540:20545 Favel Niobrara, Nebraska -0.0431173943944666571 +73244 sedimentology_html_2251281862 sedimentology_html_2251281862:1117:86600:86636 Panther Seep New Mexico -0.477512787064485633 +73245 aapg_ad_466.html aapg_ad_466.html:1401:149073:149090 Matawan Monmouth -0.44948782523520614 +73246 aapg_ah_289.html aapg_ah_289.html:562:79057:79065 Colorado Englewood, New Jersey -0.469988693380082645 +73247 sedimentology_html_6051696699 sedimentology_html_6051696699:445:38902:38921 Caledonia New Caledonia -0.498433692902457426 +73248 cspg_html_8740534160 cspg_html_8740534160:328:39048:39064 Mahto Purcell Mountains -0.0457038553664062958 +73249 jgeology_html_6186634367 jgeology_html_6186634367:564:46927:46938 Supai Grand Canyon -0.470365549607814404 +73250 aapg_ae_93.html aapg_ae_93.html:50:9181:9187 Luscar Lacombe, Alberta -0.036255097654164431 +73251 cspg_html_1894459898 cspg_html_1894459898:449:43026:43061 Keg River Canada 0.738185128172907268 +73252 aapg_ad_3.html aapg_ad_3.html:275:24729:24736 Nittany Virginia -0.0522861066432878455 +73253 geology_html_5638110690 geology_html_5638110690:212:19429:19437 Richland Washington (state) -0.0407754352992212923 +73254 aapg_ac_222.html aapg_ac_222.html:427:56991:57008 Chinle Moenkopi Formation -0.0433054743353417024 +73255 gsa_html_7808051457 gsa_html_7808051457:522:48148:48165 Dotsero Colorado -0.484310536940914471 +73256 gsa_html_5604955284 gsa_html_5604955284:983:89429:89457 Green River Iran -0.431078138050761561 +73257 aapg_ai_720.html aapg_ai_720.html:261:29559:29576 Raritan Closter, New Jersey -0.0466289053122137323 +73258 sedimentology_html_6000334918 sedimentology_html_6000334918:61:5147:5155 Columbia Victoria, British Columbia -0.0512069723189051348 +73259 palaios_html_3889678675 palaios_html_3889678675:1174:110340:110358 Quinault Washington (state) -0.487560856421757394 +73260 aapg_ae_383.html aapg_ae_383.html:438:33412:33420 Woodford Chattanooga, Tennessee -0.0312427146313614852 +73261 sedimentology_html_6425376816 sedimentology_html_6425376816:1281:109788:109806 Grayburg Guadalupe Mountains National Park -0.0335772561471781444 +73262 cspg_html_4976670191 cspg_html_4976670191:277:34198:34216 Kootenay Lacombe, Alberta -0.0224076161552878329 +73263 aapg_af_845.html aapg_af_845.html:58:5184:5202 Woodbine Cayuga, Ontario -0.0230751498951462693 +73264 cspg_html_9222238695 cspg_html_9222238695:353:46435:46447 Fernie Lacombe, Alberta 0.0235792949578465805 +73265 geology_html_8106588521 geology_html_8106588521:383:25848:25869 Green River Cheyenne, Wyoming -0.466714081975797668 +73266 aapg_af_142.html aapg_af_142.html:222:28113:28126 Cotton Valley Arkansas -0.44056532751251043 +73267 aapg_ac_528.html aapg_ac_528.html:120:15073:15103 Albert New Brunswick, New Jersey -0.450330250214128536 +73268 cspg_html_8089302449 cspg_html_8089302449:286:48769:48783 Fort Vermilion Swan Hill, Victoria -0.470629904958731249 +73269 aapg_ae_419.html aapg_ae_419.html:2590:171898:171904 Sierra Coahuila -0.485799611688376376 +73270 aapg_ah_318.html aapg_ah_318.html:934:96066:96077 Pine Island Texas -0.0306269732531419848 +73271 AMJC_html_1964550508 AMJC_html_1964550508:406:50588:50617 Bloomsburg Catskill Mountains -0.00567891556221164669 +73272 cspg_html_4331869613 cspg_html_4331869613:339:39103:39108 Banff Highwood Pass -0.00409977035478876605 +73273 aapg_ad_36.html aapg_ad_36.html:250:26527:26533 Paluxy Smith County, Kansas -0.430686375541692368 +73274 aapg_ad_466.html aapg_ad_466.html:1347:144158:144166 Monmouth Matawan, New Jersey -0.442682549290708161 +73275 aapg_ac_222.html aapg_ac_222.html:164:23646:23663 Hermosa Denver 0.061904706696624269 +73276 jgeology_html_6882545802 jgeology_html_6882545802:169:13397:13405 Fairview Netherlands -0.431186011272103542 +73277 aapg_ai_985.html aapg_ai_985.html:1557:160605:160613 San Luis Colorado -0.435679199475508039 +73278 aapg_ae_745.html aapg_ae_745.html:573:68123:68135 Arkose Ridge Matanuska-Susitna Valley -0.443701699352459789 +73279 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku Lacombe, Alberta -0.471464870791560964 +73280 aapg_ak_87.html aapg_ak_87.html:285:40765:40774 San Pedro Mogollon, New Mexico 0.0101177818467075957 +73281 geology_html_7097215995 geology_html_7097215995:318:26248:26259 Kunga Victoria, British Columbia 0.0319698169476051453 +73282 aapg_ac_912.html aapg_ac_912.html:152:12726:12745 Minnelusa North Fork, Suffolk County, New York -0.41518503935183998 +73283 aapg_ae_884.html aapg_ae_884.html:502:58237:58253 Pierre Colorado -0.463362613223226583 +73284 aapg_aa_855.html aapg_aa_855.html:72:7251:7263 Dakota Mesa County, Colorado -0.457573575624162898 +73285 jgeology_html_1594463363 jgeology_html_1594463363:76:3360:3368 Montreal Quebec City -0.0324655941438056483 +73286 cspg_html_2954223000 cspg_html_2954223000:565:82489:82495 Barrow Anchorage, Alaska -0.434757184965269161 +73287 palaios_html_5582845937 palaios_html_5582845937:73:7803:7810 Hampton Virginia -0.462125287699645448 +73288 sedimentology_html_5673709888 sedimentology_html_5673709888:1982:116392:116402 Keokuk Iowa 0.338439186181067553 +73289 sedimentology_html_6078727073 sedimentology_html_6078727073:1008:64855:64869 Frio Texas -0.0135788887974534252 +73290 gsa_html_1549665076 gsa_html_1549665076:15:768:772 Reno Reno, Nevada -0.492309966808552324 +73291 aapg_ae_319.html aapg_ae_319.html:557:47178:47186 Colorado New Mexico -0.0180692565756011246 +73292 cspg_html_7970836465 cspg_html_7970836465:85:11166:11183 Vaureal Anticosti Island -0.222376932055174642 +73293 gsa_html_4930932370 gsa_html_4930932370:847:87089:87103 Rove Virginia -0.444844842741709823 +73294 aapg_ae_558.html aapg_ae_558.html:285:32281:32287 Jordan Berlin -0.444945382159606273 +73295 sedimentology_html_5394177563 sedimentology_html_5394177563:633:44783:44787 Hall London, Ontario -0.0341270386384278437 +73296 gsa_html_5952049575 gsa_html_5952049575:830:80613:80633 Ravenscrag Canada -0.458675312427173743 +73297 aapg_aa_147.html aapg_aa_147.html:327:39117:39126 Red River Manitoba -1.00821423677406918 +73298 sedimentology_html_7734538026 sedimentology_html_7734538026:30:2407:2414 Potsdam Germany -0.418625207464451421 +73299 cspg_html_2769629211 cspg_html_2769629211:781:76072:76093 Slave Point Lacombe, Alberta -0.039213880157219938 +73300 geology_html_2681647417 geology_html_2681647417:248:22272:22281 San Diego California -0.444871652179790411 +73301 aapg_ac_846.html aapg_ac_846.html:213:30137:30154 Bandera Missouri River 0.699694810692308877 +73302 aapg_ae_605.html aapg_ae_605.html:590:61412:61418 Salina Michigan -0.475730309561108622 +73303 gsa_html_5865982995 gsa_html_5865982995:1415:148813:148834 Green River Cheyenne, Wyoming -0.435714594595624227 +73304 aapg_af_562.html aapg_af_562.html:322:32487:32508 Tuscaloosa Mississippi River -0.462717531176716879 +73305 aapg_ae_958.html aapg_ae_958.html:1778:154705:154726 Bluff Carlsbad, New Mexico -0.453130450697368015 +73306 cspg_html_2769629211 cspg_html_2769629211:234:27380:27402 Fort Simpson Western world -0.422036189718657861 +73307 geology_html_9316048403 geology_html_9316048403:360:27577:27586 Extension Boise, Idaho -0.466741549175746284 +73308 geology_html_4971813947 geology_html_4971813947:207:17189:17207 Ogallala Colorado -0.437005217650049682 +73309 aapg_ae_876.html aapg_ae_876.html:174:17099:17129 Cedar Mountain Cedar Mountains -0.440265166942118702 +73310 aapg_ad_696.html aapg_ad_696.html:178:18561:18571 Rio Grande Texas -0.429105566113656023 +73311 aapg_ae_904.html aapg_ae_904.html:162:17134:17153 Minnelusa Black Hills -0.5971231597717781 +73312 geology_html_7391733758 geology_html_7391733758:48:4679:4685 Pueblo Spain -0.00243726702917233546 +73313 cspg_html_8568877195 cspg_html_8568877195:503:70564:70601 Basal Lacombe, Alberta -0.532785017785225579 +73314 aapg_aa_718.html aapg_aa_718.html:68:7419:7429 Waynesburg Pennsylvania -0.0653016717146195635 +73315 aapg_af_575.html aapg_af_575.html:962:137540:137548 Wolfcamp Wichita, Kansas -0.447242908821281704 +73316 gsa_html_9279300584 gsa_html_9279300584:68:6547:6575 Green River Colorado -0.407102986074704409 +73317 cspg_html_4666332434 cspg_html_4666332434:668:83128:83150 Judith River Lacombe, Alberta -0.456391730122837791 +73318 gsa_html_7915521951 gsa_html_7915521951:1021:91952:91958 Walker California -0.0518153822203646572 +73319 aapg_ac_837.html aapg_ac_837.html:252:23015:23021 Denver Little Cottonwood Creek -0.0398370785846279343 +73320 aapg_ai_82.html aapg_ai_82.html:63:8440:8460 Greenbrier Bluefield, West Virginia -0.0505968695241524116 +73321 aapg_af_779.html aapg_af_779.html:51:7861:7869 Red Rock Antrim, County Antrim -0.502707427663107609 +73322 gsa_html_8003826422 gsa_html_8003826422:74:8363:8387 Morrison Sierra Nevada (Spain) -0.461128473443845555 +73323 aapg_ad_2.html aapg_ad_2.html:1952:236818:236828 Washington Frederick County, Maryland -0.462097962880594848 +73324 aapg_ac_477.html aapg_ac_477.html:597:69260:69277 Cardium Lacombe, Alberta -0.441860465923672896 +73325 aapg_ae_523.html aapg_ae_523.html:134:13267:13277 Fort Payne Illinois -0.011292292690643661 +73326 aapg_ae_407.html aapg_ae_407.html:117:11486:11491 Rapid Illinois -0.505093093122894188 +73327 aapg_ah_779.html aapg_ah_779.html:295:55152:55158 Racine Iowa -0.0371844096364450094 +73328 sedimentology_html_2041096405 sedimentology_html_2041096405:47:5327:5343 Guelph Michigan Basin -0.0487616299273639503 +73329 aapg_ae_280.html aapg_ae_280.html:256:28811:28828 Potsdam Onondaga County, New York 0.0575708500128760195 +73330 aapg_ah_165.html aapg_ah_165.html:215:30095:30123 Beaverhill Lacombe, Alberta 0.000846005918276088674 +73331 aapg_ai_49.html aapg_ai_49.html:294:36453:36461 Colorado New Mexico -0.455229509631582041 +73332 gsa_html_5664265459 gsa_html_5664265459:1091:104329:104335 Oregon Washington (state) -0.0140758476190941898 +73333 cspg_html_2548317649 cspg_html_2548317649:326:32220:32232 Cooking Lake Canada -0.0365561577052215814 +73334 aapg_aa_612.html aapg_aa_612.html:25:3269:3286 Elwren Bethel, Alaska -0.469051848391689397 +73335 cspg_html_9439353033 cspg_html_9439353033:22:2214:2232 Scollard Lacombe, Alberta -0.488837217649543798 +73336 gsa_html_7195000001 gsa_html_7195000001:775:101826:101843 Wasatch Cheyenne, Wyoming -0.448691045323912019 +73337 aapg_aa_655.html aapg_aa_655.html:35:5472:5510 Arroyo New Mexico -0.0767601116094086822 +73338 aapg_af_291.html aapg_af_291.html:34:4761:4769 Lisburne Prudhoe Bay Oil Field -0.0832721847378371238 +73339 geology_html_6819948990 geology_html_6819948990:383:24550:24577 Extension Arizona -0.0480402027345953608 +73340 aapg_ad_237.html aapg_ad_237.html:231:21639:21645 Forest Trinidad and Tobago -0.478284785297837578 +73341 aapg_af_726.html aapg_af_726.html:277:34344:34350 Casper Cheyenne, Wyoming -0.441459714368856782 +73342 aapg_ae_272.html aapg_ae_272.html:448:42386:42404 Michigan Broomfield, Colorado -0.459860167847925383 +73343 aapg_ae_96.html aapg_ae_96.html:395:44724:44732 Columbia Victoria, British Columbia -0.449541717141150321 +73344 palaios_html_8720358102 palaios_html_8720358102:37:2620:2626 Sonora Spain -0.478447154667899333 +73345 aapg_af_2.html aapg_af_2.html:846:72544:72552 Colorado Denver -0.0195726214963804213 +73346 cspg_html_1264368391 cspg_html_1264368391:227:12619:12631 Saskatchewan Saskatoon -0.006663945278057983 +73347 cspg_html_6306091047 cspg_html_6306091047:863:108985:108994 Baldonnel Victoria, British Columbia -0.465460653780432054 +73348 aapg_ae_467.html aapg_ae_467.html:226:16296:16312 Traverse Rockport, Massachusetts -0.457582637906406409 +73349 aapg_ac_574.html aapg_ac_574.html:140:15779:15793 Cedar Mountain Tonopah, Arizona -0.011777050823328571 +73350 cspg_html_2040245760 cspg_html_2040245760:268:24350:24358 Columbia Victoria, British Columbia -0.418546985241553371 +73351 gsa_html_7402665513 gsa_html_7402665513:18:673:683 Washington Seattle -0.030239106807757675 +73352 aapg_af_666.html aapg_af_666.html:657:55959:55969 Wind River Sweetwater, Miami-Dade County, Florida -0.447242908821281704 +73353 sedimentology_html_7478377710 sedimentology_html_7478377710:1127:87784:87810 Fort Union Cheyenne, Wyoming -0.469327287552563421 +73354 aapg_ae_552.html aapg_ae_552.html:215:34372:34381 San Diego California 0.00179971890851827153 +73355 aapg_ai_105.html aapg_ai_105.html:203:23401:23411 Deer Creek Middle East 0.00528282321699887012 +73356 gsa_html_3151431803 gsa_html_3151431803:90:10874:10890 Navajo Kayenta, Arizona -0.161582430635361679 +73357 aapg_ae_916.html aapg_ae_916.html:489:56337:56345 Kootenai Colorado 0.00736581097593620986 +73358 gsa_html_2605108986 gsa_html_2605108986:29:2499:2518 Matanuska Wrangell Mountains -0.0607821204892215472 +73359 gsa_html_7063115467 gsa_html_7063115467:29:2016:2022 Denver Colorado -0.0657366949279556412 +73360 aapg_ah_160.html aapg_ah_160.html:450:52381:52403 Salina Michigan Basin 0.0583019708305101275 +73361 aapg_ai_811.html aapg_ai_811.html:197:27765:27788 Detroit River Illinois -0.0256238564672171959 +73362 cspg_html_2650524233 cspg_html_2650524233:48:9210:9228 Paskapoo Calgary -0.0288025393782587909 +73363 aapg_ac_337.html aapg_ac_337.html:325:15010:15018 Colorado Denver -0.453130450697368015 +73364 aapg_af_47.html aapg_af_47.html:105:10601:10620 Kindblade Smithville, Ontario -0.466727815469158758 +73365 aapg_ae_777.html aapg_ae_777.html:582:64821:64840 Leadville Leadville, Colorado -0.00638076930644856932 +73366 aapg_ah_528.html aapg_ah_528.html:98:9979:9986 Thaynes Colorado -0.445984933244691462 +73367 gsa_html_9053175553 gsa_html_9053175553:515:52191:52212 Green River Cheyenne, Wyoming -0.00138974352800571069 +73368 cspg_html_9689514766 cspg_html_9689514766:605:68119:68127 Montreal Ottawa, Kansas -0.470262127852539125 +73369 sedimentology_html_1046729113 sedimentology_html_1046729113:2018:159477:159492 Mesaverde Logan, Utah -0.474203062673125064 +73370 aapg_af_291.html aapg_af_291.html:125:15960:15971 Kayak Anchorage, Alaska -0.0449008358068114649 +73371 aapg_ai_688.html aapg_ai_688.html:389:42229:42251 Williamsport Huntington, West Virginia -0.286641340368652353 +73372 sedimentology_html_9793272221 sedimentology_html_9793272221:88:7299:7305 Provo Pyrenees -0.507524056198405349 +73373 aapg_ai_720.html aapg_ai_720.html:143:17091:17108 Raritan Closter, New Jersey -0.00229308019174294993 +73374 palaios_html_9719282309 palaios_html_9719282309:712:51914:51932 Rio Dell California -0.0658555021611150621 +73375 aapg_ai_82.html aapg_ai_82.html:6:913:933 Greenbrier Greenbrier (Great Smoky Mountains) -0.491068403850714985 +73376 aapg_ac_217.html aapg_ac_217.html:39:5208:5225 Keating New Mexico -0.482921973604061416 +73377 gsa_html_5189008413 gsa_html_5189008413:678:48837:48843 Sonora Sonora -0.443692774120845845 +73378 aapg_ad_784.html aapg_ad_784.html:114:13302:13307 Sespe South Mountains (Arizona) -0.469809513538571255 +73379 sedimentology_html_2845079604 sedimentology_html_2845079604:2699:186438:186442 Hall London, Ontario -0.452909542628234352 +73380 aapg_aa_37.html aapg_aa_37.html:262:32869:32875 Kaibab Arizona -0.443755252554939694 +73381 sedimentology_html_3865745685 sedimentology_html_3865745685:1601:111473:111491 Dunvegan Canada -0.471099044200062878 +73382 cspg_html_5791970667 cspg_html_5791970667:471:41773:41781 Montreal Canada -0.0285260271643415532 +73383 aapg_ae_26.html aapg_ae_26.html:6:1225:1236 Black River Lexington, Kentucky -0.420698224178398028 +73384 gsa_html_5272671610 gsa_html_5272671610:762:69455:69479 Gog Lacombe, Alberta -0.446029671493266278 +73385 geology_html_5856096121 geology_html_5856096121:189:17845:17850 Cadiz North Atlantic Current -0.471336008805755435 +73386 aapg_ah_318.html aapg_ah_318.html:677:74708:74729 Mt Lytton Cotton Valley, Louisiana -0.0282634328663418991 +73387 aapg_aa_563.html aapg_aa_563.html:237:31314:31320 Dakota New Mexico -0.458239896905506705 +73388 AMJC_html_1252169248 AMJC_html_1252169248:611:59531:59551 Laurentian Killingworth, Connecticut -0.467925738958578585 +73389 aapg_ac_881.html aapg_ac_881.html:657:77570:77589 Winnipeg Winnipeg 0.654130360855765591 +73390 cspg_html_3874533817 cspg_html_3874533817:43:5675:5680 Banff Calgary -0.250209261444874986 +73391 aapg_aa_521.html aapg_aa_521.html:174:24964:24979 Catskill Pennsylvania -0.0217296792824245993 +73392 palaios_html_6612266529 palaios_html_6612266529:489:43238:43253 Conemaugh Ohio -0.543420593261324192 +73393 aapg_ae_4.html aapg_ae_4.html:302:35745:35759 Manning Canyon Deep Creek, Virginia -0.462125287699645448 +73394 gsa_html_8821895687 gsa_html_8821895687:568:48177:48194 Sierra Colombia -0.0523523592034746896 +73395 cspg_html_2009306839 cspg_html_2009306839:13:1734:1769 Palliser Lacombe, Alberta 0.00186225759184010619 +73396 aapg_ad_52.html aapg_ad_52.html:15:1567:1582 Coldwater Michigan -0.471639785200352879 +73397 aapg_af_397.html aapg_af_397.html:532:60320:60337 Todilto Entrada Sandstone -0.4506269691264706 +73398 aapg_ae_391.html aapg_ae_391.html:556:51112:51126 Salado Delaware 0.386675365373671975 +73399 aapg_ae_923.html aapg_ae_923.html:98:5435:5457 Chickasawhay Wayne County, Michigan -0.452055720301517416 +73400 aapg_ae_454.html aapg_ae_454.html:366:30710:30718 Bellevue Bossier Parish, Louisiana -0.0377274176775576064 +73401 aapg_ai_51.html aapg_ai_51.html:5:1033:1048 Bluff Alabama -0.480904968568341529 +73402 aapg_aa_789.html aapg_aa_789.html:184:25377:25383 Jordan California -0.421964232277811879 +73403 aapg_aa_233.html aapg_aa_233.html:50:5864:5871 La Pena Matamoros, Tamaulipas -0.516824847258973485 +73404 aapg_aa_544.html aapg_aa_544.html:336:45258:45268 Wind River Wasatch Range -0.393765468265460827 +73405 gsa_html_5864506355 gsa_html_5864506355:439:28814:28819 Palms Germany -0.45099125631104503 +73406 cspg_html_5264346535 cspg_html_5264346535:5:278:305 Horseshoe Canyon Lacombe, Alberta -0.456661018199272462 +73407 aapg_ai_17.html aapg_ai_17.html:949:61137:61151 Vicksburg Shreveport, Louisiana -0.42653659632637092 +73408 cspg_html_8266552811 cspg_html_8266552811:64:8049:8066 Pelican Lacombe, Alberta -0.486483068290992582 +73409 gsa_html_4873957926 gsa_html_4873957926:589:65001:65027 Hinsdale Hinsdale, Massachusetts -0.0488818743002232894 +73410 aapg_ac_499.html aapg_ac_499.html:32:3850:3856 Topeka De Baca County, New Mexico -0.448282824521055501 +73411 aapg_ad_466.html aapg_ad_466.html:1222:130706:130719 Potomac Maryland -0.427672143055296883 +73412 aapg_ae_916.html aapg_ae_916.html:252:28680:28692 Judith River Judith River Formation -0.475825128678400877 +73413 aapg_aa_360.html aapg_aa_360.html:402:36415:36425 San Marcos Balcones Fault -0.465705253187009671 +73414 gsa_html_9579641184 gsa_html_9579641184:693:67335:67345 Washington Whidbey Island -0.456608964648804683 +73415 aapg_ac_888.html aapg_ac_888.html:488:35805:35817 Salina Marshall County, Kentucky -0.453130450697368015 +73416 aapg_ai_542.html aapg_ai_542.html:217:18752:18760 Colorado Denver -0.473607675769745107 +73417 aapg_aa_112.html aapg_aa_112.html:91:9890:9898 Cloverly Cheyenne, Wyoming -0.0374854970186532591 +73418 aapg_ae_319.html aapg_ae_319.html:17:2274:2307 Twin Creek Carmel, Indiana -0.459819284677136619 +73419 geology_html_4223618722 geology_html_4223618722:12:505:513 Colorado Denver -0.0362655388970657272 +73420 cspg_html_2139304729 cspg_html_2139304729:87:14576:14596 Griper Bay Cape Cod -0.458648092769168181 +73421 gsa_html_8840132442 gsa_html_8840132442:853:85887:85907 Colorado Canada -0.00600378253077448604 +73422 cspg_html_8312989046 cspg_html_8312989046:675:76644:76652 Columbia Victoria, British Columbia -0.471543117662309108 +73423 aapg_ad_119.html aapg_ad_119.html:24:3244:3252 Michigan Anchorage, Alaska 0.0243268497329823356 +73424 aapg_ai_97.html aapg_ai_97.html:210:19861:19879 El Abra Matamoros, Tamaulipas -0.477123570959987586 +73425 aapg_ai_163.html aapg_ai_163.html:550:46460:46466 Toroweap Coconino County, Arizona -0.505502548403087726 +73426 aapg_ad_763.html aapg_ad_763.html:739:86869:86880 Paso Robles Coalinga, California -0.0514248783748567431 +73427 cspg_html_3550853247 cspg_html_3550853247:189:21357:21369 Medicine Hat Bantry Bay -0.449135360797609628 +73428 aapg_aa_544.html aapg_aa_544.html:320:43083:43102 Mesaverde Cheyenne, Wyoming -0.45099125631104503 +73429 gsa_html_5272671610 gsa_html_5272671610:839:74458:74463 Price Canada -0.391170452841915595 +73430 aapg_ac_983.html aapg_ac_983.html:399:62820:62830 Plattsburg Plattsburg, Missouri -0.426641763905032778 +73431 aapg_af_298.html aapg_af_298.html:51:5107:5117 Fort Payne Chester, Pennsylvania 0.0105556126949656118 +73432 aapg_aa_381.html aapg_aa_381.html:34:4860:4884 Monterey Monterey, California -0.438007065376213589 +73433 jgeology_html_1135657182 jgeology_html_1135657182:100:4324:4330 Provo Carpathian Ruthenia -0.480807266046245518 +73434 cspg_html_6592158461 cspg_html_6592158461:35:7223:7231 Columbia Victoria, British Columbia -0.0401748065473003999 +73435 aapg_ae_612.html aapg_ae_612.html:535:57968:57974 Jordan Yemen -0.0182917127831857887 +73436 gsa_html_3205893764 gsa_html_3205893764:91:11059:11077 Crescent Logan, Utah -0.444856013246054061 +73437 aapg_ae_536.html aapg_ae_536.html:478:52153:52164 San Joaquin Denver -0.0268931559198013828 +73438 geology_html_1218096174 geology_html_1218096174:11:502:510 Michigan Michigan -0.456355529459316345 +73439 aapg_aa_546.html aapg_aa_546.html:414:42580:42597 Madison Colorado -0.0472822527210594937 +73440 aapg_aa_426.html aapg_aa_426.html:193:43059:43065 Annona Saratoga, California 0.0253004636257019647 +73441 aapg_ae_69.html aapg_ae_69.html:404:43289:43296 Wasatch Cheyenne, Wyoming -0.407218961460851014 +73442 aapg_ah_276.html aapg_ah_276.html:347:33880:33888 Colorado Denver -0.439445222385884349 +73443 cspg_html_2178758494 cspg_html_2178758494:262:35594:35621 Athabasca Lacombe, Alberta -0.466782751574986277 +73444 aapg_ah_873.html aapg_ah_873.html:372:34685:34693 Michigan Michigan -0.516307780409929529 +73445 cspg_html_9102731499 cspg_html_9102731499:145:17289:17297 Columbia Victoria, British Columbia -0.464419004431934179 +73446 aapg_aa_45.html aapg_aa_45.html:131:15861:15879 Moenkopi Moenkopi Formation -0.43720904648285841 +73447 aapg_ae_392.html aapg_ae_392.html:108:9762:9782 Moorefield Batesville, Arkansas -0.446835332876372782 +73448 cspg_html_3277684928 cspg_html_3277684928:98:13672:13689 St Marys Virginia -0.0154103849420370986 +73449 cspg_html_5526054268 cspg_html_5526054268:10:988:997 Cold Lake CFB Cold Lake -0.46957525648780718 +73450 cspg_html_4270552951 cspg_html_4270552951:181:26394:26399 Favel Niobrara, Nebraska -0.456518443898076276 +73451 cspg_html_7903023332 cspg_html_7903023332:10:1624:1632 Columbia Victoria, British Columbia -0.462102516958969756 +73452 cspg_html_5950764790 cspg_html_5950764790:433:50991:50996 Nisku Lacombe, Alberta -0.456371367070690814 +73453 aapg_ad_883.html aapg_ad_883.html:189:19589:19619 Mount Simon Illinois -0.0101247315019664351 +73454 geology_html_4813695285 geology_html_4813695285:233:23324:23338 Rockwell New Mexico -0.462225485866077257 +73455 aapg_ae_354.html aapg_ae_354.html:194:19411:19419 Hinsdale Hinsdale, Massachusetts -0.482110877310477137 +73456 cspg_html_5541725202 cspg_html_5541725202:306:43074:43084 Cumberland Logan, Utah -0.450586501765938174 +73457 cspg_html_4498577775 cspg_html_4498577775:93:12511:12549 Snake Indian Mount Robson Provincial Park -0.457532796484121151 +73458 aapg_ae_904.html aapg_ae_904.html:356:37823:37841 Winnipeg Manitoba 0.639904896815762125 +73459 jgeology_html_8960440906 jgeology_html_8960440906:814:51301:51307 Brazil German South-West Africa -0.0221938023877403003 +73460 cspg_html_3854139935 cspg_html_3854139935:212:26104:26112 Foremost Lacombe, Alberta -0.473718414704639712 +73461 aapg_af_779.html aapg_af_779.html:6:804:831 Traverse Ellsworth, Maine 0.00238862567180727833 +73462 aapg_ae_958.html aapg_ae_958.html:1736:151401:151422 Bluff Guadalupe Mountains National Park -0.482963947665808413 +73463 gsa_html_3720789279 gsa_html_3720789279:1525:137392:137398 Oregon Salem, Oregon -0.0399833098271603696 +73464 gsa_html_9979192554 gsa_html_9979192554:112:11626:11643 Step Conglomerate Dover, Delaware -0.4597965726108596 +73465 gsa_html_2667366192 gsa_html_2667366192:703:62691:62695 Hall California -0.412050436555775779 +73466 aapg_ad_433.html aapg_ad_433.html:114:14412:14418 Barrow Barrow, Alaska -0.43451411861660022 +73467 aapg_ai_583.html aapg_ai_583.html:151:21768:21785 Rierdon Black Hills -0.00486067457957646467 +73468 aapg_aa_350.html aapg_aa_350.html:73:5793:5811 Traverse Saginaw, Michigan -0.426720647196584257 +73469 aapg_ad_581.html aapg_ad_581.html:374:39485:39494 Allegheny Waynesboro, Pennsylvania -0.416341973707545276 +73470 aapg_ae_805.html aapg_ae_805.html:403:47910:47927 Minturn Colorado -0.209909582419392782 +73471 aapg_ae_464.html aapg_ae_464.html:738:48143:48149 Sierra Mexico -0.443732938342886629 +73472 cspg_html_3065473572 cspg_html_3065473572:417:51263:51280 Beekmantown Quebec City -0.427658982255246345 +73473 aapg_ah_419.html aapg_ah_419.html:65:6678:6692 St. Mary River Bearpaw Formation -0.41322095658291802 +73474 sedimentology_html_8286706809 sedimentology_html_8286706809:1305:51308:51312 Hall New York City -0.0259959408940027802 +73475 cspg_html_1019614994 cspg_html_1019614994:387:63564:63570 Exshaw Williston Basin -0.450608983410958508 +73476 gsa_html_4339524478 gsa_html_4339524478:807:79420:79428 Columbia Earth -0.0303173748455716902 +73477 aapg_ae_884.html aapg_ae_884.html:509:58414:58433 Rock Springs Cheyenne, Wyoming -0.467870731747513147 +73478 aapg_ae_0.html aapg_ae_0.html:186:25076:25096 Tahkandit Anchorage, Alaska -0.473903010792736112 +73479 aapg_ai_53.html aapg_ai_53.html:122:14551:14562 San Antonio Texas -0.00912399404799891373 +73480 aapg_ai_951.html aapg_ai_951.html:4:526:543 Ivishak Prudhoe Bay Oil Field -0.421027095781893512 +73481 aapg_ah_871.html aapg_ah_871.html:4:392:413 Laval Montreal -0.446029671493266278 +73482 aapg_ac_719.html aapg_ac_719.html:78:8081:8101 Vermejo Western world -0.0632195999825383298 +73483 palaios_html_7274959329 palaios_html_7274959329:657:50752:50781 Nepean Ontario, California 0.882833468129394561 +73484 aapg_ac_838.html aapg_ac_838.html:48:5732:5736 Elko Salt Lake City 0.678182681261867648 +73485 aapg_ac_739.html aapg_ac_739.html:393:51705:51714 Allegheny Ohio -0.568113461800274555 +73486 sedimentology_html_4382679749 sedimentology_html_4382679749:1006:75107:75111 Bond South America 0.00247374805721130514 +73487 aapg_ae_794.html aapg_ae_794.html:517:55807:55827 Coon Creek Selma to Montgomery marches -0.247312274987191438 +73488 aapg_ai_49.html aapg_ai_49.html:117:12065:12076 White River Colorado -0.465888175365361257 +73489 aapg_ac_214.html aapg_ac_214.html:7:974:981 Entrada Logan, Utah -0.0160151207401750574 +73490 aapg_ah_318.html aapg_ah_318.html:168:26244:26253 La Casita Cotton Valley, Louisiana -0.496896208616799728 +73491 gsa_html_2432739363 gsa_html_2432739363:634:55494:55522 Green River New Mexico -0.00455839673073113721 +73492 gsa_html_2780929733 gsa_html_2780929733:1035:88703:88709 Person Cambridge, Massachusetts -0.0833125083700810565 +73493 aapg_ak_59.html aapg_ak_59.html:881:114738:114751 Panoche California -0.461026124022890449 +73494 sedimentology_html_6630646481 sedimentology_html_6630646481:165:13583:13591 Smithers Victoria, British Columbia -0.470510360514459824 +73495 cspg_html_8247666269 cspg_html_8247666269:737:81297:81305 Columbia Victoria, British Columbia -0.454068782805138071 +73496 aapg_ah_754.html aapg_ah_754.html:244:28324:28339 Comox Nanaimo -0.0233046208724774252 +73497 aapg_ae_419.html aapg_ae_419.html:205:25217:25234 Edwards Texas -0.488956974601549299 +73498 gsa_html_8863489299 gsa_html_8863489299:1057:102297:102302 Crete Greece -0.48062584784091128 +73499 aapg_ae_921.html aapg_ae_921.html:17:1900:1910 Cannonball Knife River -0.462125287699645448 +73500 cspg_html_5241714595 cspg_html_5241714595:217:33754:33774 Dawson Bay Lacombe, Alberta -0.435738929516159335 +73501 cspg_html_1506720813 cspg_html_1506720813:731:82792:82814 Basal Lacombe, Alberta -0.026183725432627869 +73502 aapg_af_90.html aapg_af_90.html:87:12636:12653 Johnnie Spring Mountains National Recreation Area -0.493525020516280222 +73503 gsa_html_4930932370 gsa_html_4930932370:495:51238:51258 Michigamme Sudbury, Suffolk -0.491131969162477144 +73504 aapg_aa_714.html aapg_aa_714.html:182:16561:16582 Chainman Reno, Nevada -0.502707427663107609 +73505 aapg_af_877.html aapg_af_877.html:137:16163:16179 Bethel Bethel, Alaska -0.472604743150075168 +73506 aapg_ai_49.html aapg_ai_49.html:213:25109:25119 Phosphoria Cheyenne, Wyoming -0.424214904641607937 +73507 aapg_ac_561.html aapg_ac_561.html:485:51737:51755 Tensleep Cheyenne, Wyoming -0.445106268068768518 +73508 gsa_html_7173708345 gsa_html_7173708345:28:1585:1606 Forest Anchorage, Alaska -0.064040463163783104 +73509 aapg_ae_98.html aapg_ae_98.html:4:403:419 Dakota Colorado -0.436157146454813294 +73510 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2063:2071 Bellevue San Marcos, California -0.0468588775503323562 +73511 aapg_af_95.html aapg_af_95.html:177:15688:15694 Paluxy Lampasas, Texas -0.00496838305929400877 +73512 gsa_html_2098291403 gsa_html_2098291403:375:35574:35601 Columbia Salem, Oregon -0.465616092314337648 +73513 palaios_html_6113029986 palaios_html_6113029986:404:36571:36588 Barstow California -0.0163765793969107044 +73514 aapg_ai_514.html aapg_ai_514.html:180:21972:21992 Wasatch Logan, Utah -0.181425214652563727 +73515 geology_html_1001858158 geology_html_1001858158:46:4479:4487 Columbia Canada -0.0197168810314956311 +73516 aapg_ae_220.html aapg_ae_220.html:330:37645:37665 Fredericksburg Paluxy, Texas -0.0732422800715947925 +73517 AMJC_html_3384252704 AMJC_html_3384252704:1572:138185:138191 Reston Virginia -0.454143259443463898 +73518 jgeology_html_8064855537 jgeology_html_8064855537:282:20256:20280 Cedar Mountain Colorado -0.464450966712688929 +73519 sedimentology_html_2139169476 sedimentology_html_2139169476:587:50443:50452 Peninsula Korea -0.469024309212410007 +73520 gsa_html_1826402027 gsa_html_1826402027:778:84753:84762 Flagstaff Arizona -0.476137410984472487 +73521 aapg_ah_540.html aapg_ah_540.html:622:56678:56693 Blackjack Creek Ardmore, Pennsylvania -0.0100152745816292233 +73522 palaios_html_7206591444 palaios_html_7206591444:219:31546:31550 Word Netherlands -0.477308890203395286 +73523 palaios_html_5198166697 palaios_html_5198166697:146:12350:12384 Juniata Pennsylvania -0.470843746174451128 +73524 cspg_html_5515814749 cspg_html_5515814749:16:2298:2314 Exshaw Colorado -0.443782030321690002 +73525 cspg_html_2873888604 cspg_html_2873888604:196:31111:31119 Columbia Victoria, British Columbia -0.447314589257592876 +73526 cspg_html_5537796112 cspg_html_5537796112:11:1374:1391 Belly River Bearpaw Formation -0.447404197686881167 +73527 aapg_ac_324.html aapg_ac_324.html:474:61219:61231 Pioche Western world -0.482688821665931855 +73528 geology_html_8351855241 geology_html_8351855241:164:17060:17067 Wasatch Uinta Mountains 0.00387566967745058347 +73529 palaios_html_6264258226 palaios_html_6264258226:380:31542:31561 Glen Rose Portugal -0.0212221131504006823 +73530 aapg_ah_871.html aapg_ah_871.html:11:1781:1796 Laval Lowville (town), New York -0.0383226719059837143 +73531 gsa_html_8912192312 gsa_html_8912192312:850:90542:90548 Taylor London, Ontario -0.476130470160059438 +73532 cspg_html_4555867289 cspg_html_4555867289:31:3354:3362 Columbia Victoria, British Columbia -0.433376961451207021 +73533 gsa_html_3648258377 gsa_html_3648258377:521:51173:51185 Marshalltown Mount Laurel Township, New Jersey -0.00355776029227814188 +73534 sedimentology_html_7279263852 sedimentology_html_7279263852:797:55556:55582 Dolores Colorado -0.476093453364925034 +73535 sedimentology_html_2057402512 sedimentology_html_2057402512:1366:95983:96002 Athabasca Lacombe, Alberta -0.467877607461444023 +73536 aapg_ad_801.html aapg_ad_801.html:196:21420:21426 Winona Shreveport, Louisiana -0.00877304685539758919 +73537 aapg_ad_152.html aapg_ad_152.html:1828:238626:238631 Loray Arizona -0.0433054743353417024 +73538 cspg_html_2575903827 cspg_html_2575903827:342:40783:40824 Albert New Brunswick, New Jersey -0.0261211303154043166 +73539 palaios_html_6348736882 palaios_html_6348736882:18:878:899 White River Colorado -0.451875596518584666 +73540 jgeology_html_4289404569 jgeology_html_4289404569:841:56617:56645 Green River Cheyenne, Wyoming -0.468054102450840448 +73541 geology_html_4804337449 geology_html_4804337449:71:7615:7621 Pawnee Russia -0.00153219252139514682 +73542 aapg_ad_696.html aapg_ad_696.html:111:11339:11345 Reklaw Charlotte, North Carolina -0.467950951742638677 +73543 aapg_ah_60.html aapg_ah_60.html:292:27313:27322 Sixtymile Canada -0.481815063993563775 +73544 sedimentology_html_9842671891 sedimentology_html_9842671891:1592:75982:75986 Hall London, Ontario -0.473778404154942046 +73545 aapg_af_142.html aapg_af_142.html:129:13214:13223 Red River Llano, Texas 0.00311824777620780874 +73546 gsa_html_3972237760 gsa_html_3972237760:15:819:829 Washington Washington (state) -0.441459714368856782 +73547 gsa_html_3115021026 gsa_html_3115021026:29:2796:2824 Green River New Mexico -0.000347435604052462668 +73548 aapg_ah_873.html aapg_ah_873.html:20:2090:2107 Cardium Ohio -0.447189152172129289 +73549 aapg_af_806.html aapg_af_806.html:4:469:485 Stonewall Texas 0.0201062134203886071 +73550 aapg_ae_571.html aapg_ae_571.html:4:467:475 Evanston Uinta County, Wyoming -0.0684087120828713036 +73551 aapg_ah_385.html aapg_ah_385.html:294:34844:34863 Logan Glenn County, California 0.0429536984756177659 +73552 aapg_ad_68.html aapg_ad_68.html:256:18513:18524 Paint Creek Bethel, Alaska -0.0221155785118801462 +73553 aapg_ad_760.html aapg_ad_760.html:171:19149:19167 Modelo Royal Botanic Gardens, Kew -0.0354198318919945049 +73554 aapg_ac_749.html aapg_ac_749.html:198:25560:25567 Hunting Southwestern Ontario -0.473676885959420813 +73555 cspg_html_6758809287 cspg_html_6758809287:5:209:242 Halfway Lacombe, Alberta -0.484114368303559472 +73556 aapg_aa_491.html aapg_aa_491.html:12:1724:1730 Laredo San Antonio -0.450620224441537598 +73557 palaios_html_8915371254 palaios_html_8915371254:758:47660:47668 Buff Bay Jamaica, Queens -0.467758435999671263 +73558 cspg_html_9843429624 cspg_html_9843429624:884:111480:111500 Jean Marie Canada -0.0334398147432133225 +73559 sedimentology_html_5633661774 sedimentology_html_5633661774:2091:135150:135156 Madrid Spain -0.492239240738401806 +73560 aapg_ac_835.html aapg_ac_835.html:162:20893:20912 Madison Cheyenne, Wyoming -0.44056532751251043 +73561 sedimentology_html_7328045802 sedimentology_html_7328045802:353:26792:26811 Frankfort Austin, Chicago -0.432316117842066305 +73562 aapg_ah_82.html aapg_ah_82.html:77:7721:7727 Sierra Coahuila -0.458822766590828601 +73563 aapg_ae_75.html aapg_ae_75.html:19:3403:3409 Sierra Sacramento, California -0.0767180930594499044 +73564 gsa_html_3502153639 gsa_html_3502153639:12:454:460 Reston Virginia -0.0411306079885422268 +73565 aapg_ad_306.html aapg_ad_306.html:17:2681:2687 Sierra Honduras -0.471363620495062197 +73566 aapg_ai_278.html aapg_ai_278.html:223:32408:32415 Yucatan Melbourne, Florida -0.480960803547703208 +73567 cspg_html_6897022114 cspg_html_6897022114:135:19415:19423 Colorado Denver -0.0426837810068434811 +73568 gsa_html_4557277250 gsa_html_4557277250:744:66150:66158 Colorado Denver -0.0307122011432018581 +73569 aapg_ae_981.html aapg_ae_981.html:135:9163:9173 Bainbridge Knoxville, Tennessee 0.304758988159165689 +73570 gsa_html_2847923056 gsa_html_2847923056:663:53005:53033 Green River Colorado -0.0355416373678999614 +73571 aapg_ad_351.html aapg_ad_351.html:898:83284:83290 Keokuk Missouri River -0.616320351295649882 +73572 AMJC_html_6581509910 AMJC_html_6581509910:64:5476:5483 Shuswap Bitterroot Range -0.493017552793039049 +73573 aapg_aa_898.html aapg_aa_898.html:26:3485:3504 Flagstaff Colorado Plateau -0.0186688510697679971 +73574 aapg_ah_411.html aapg_ah_411.html:52:7370:7382 Dakota Bellevue Hospital Center -0.375345594969947072 +73575 aapg_ai_877.html aapg_ai_877.html:199:21181:21189 Catskill Ohio -0.0224076161552878329 +73576 cspg_html_3124360347 cspg_html_3124360347:49:9621:9632 Beekmantown Bennington, Vermont -0.48604297198076879 +73577 aapg_ac_398.html aapg_ac_398.html:186:17960:17972 Austin Chalk Buda, Texas -0.424391951314652904 +73578 aapg_ac_410.html aapg_ac_410.html:399:37228:37237 Waterways Lacombe, Alberta -0.471451063244796686 +73579 palaios_html_1902749884 palaios_html_1902749884:292:28176:28192 Dakota Arizona -0.465890462131599792 +73580 sedimentology_html_4317664375 sedimentology_html_4317664375:1103:68973:68991 Frontier Cheyenne, Wyoming -0.00305744578029933057 +73581 aapg_ad_715.html aapg_ad_715.html:302:38386:38394 Seminole Pleasanton, Texas -0.0365561577052215814 +73582 cspg_html_4326384800 cspg_html_4326384800:19:2438:2454 Horn River Victoria, British Columbia -0.439858437383654544 +73583 aapg_ac_683.html aapg_ac_683.html:10:1167:1176 Catahoula Arkansas -0.466741549175746284 +73584 cspg_html_9275863663 cspg_html_9275863663:96:13452:13472 Waterways Swan Hill, Victoria -0.477269506555081602 +73585 cspg_html_1770934036 cspg_html_1770934036:590:63762:63779 Cardium Canada 0.0240000074638330972 +73586 aapg_aa_712.html aapg_aa_712.html:6:1117:1132 Maquoketa Wisconsin -0.013877758051455481 +73587 aapg_ae_419.html aapg_ae_419.html:617:66263:66278 Coban Guatemala -0.46809765859229685 +73588 aapg_af_896.html aapg_af_896.html:45:4060:4070 Santa Rita Silver City, New Mexico -0.50436806319393368 +73589 aapg_aa_415.html aapg_aa_415.html:31:4932:4940 Woodbine Dallas County, Alabama 0.0453049487773077783 +73590 sedimentology_html_9398039386 sedimentology_html_9398039386:429:46233:46238 Steel Svalbard -0.463435584788403632 +73591 cspg_html_1222040397 cspg_html_1222040397:743:88403:88411 Columbia Victoria, British Columbia -0.0103905567969635754 +73592 aapg_ac_451.html aapg_ac_451.html:718:71896:71915 Matanuska Anchorage, Alaska -0.101502484790485681 +73593 aapg_ae_73.html aapg_ae_73.html:327:42414:42430 Chinle Las Vegas Strip -0.422147407249121198 +73594 aapg_aa_399.html aapg_aa_399.html:323:26395:26411 Elk Kootenay River -0.465945346292333973 +73595 aapg_ai_584.html aapg_ai_584.html:387:37694:37701 Sunrise Guernsey -0.498032441543816373 +73596 aapg_ad_653.html aapg_ad_653.html:366:45538:45551 Seabee Anchorage, Alaska -0.462125287699645448 +73597 cspg_html_7334652966 cspg_html_7334652966:10:682:690 Columbia Lacombe, Alberta -0.489400926759743782 +73598 aapg_ac_237.html aapg_ac_237.html:4:667:684 El Paso Texas -0.0460783921822131154 +73599 palaios_html_2623118674 palaios_html_2623118674:171:18857:18880 North Horn North Horn Formation -0.443688311537407287 +73600 aapg_ae_750.html aapg_ae_750.html:138:15837:15856 Dean Wichita, Kansas -0.0374506887699371238 +73601 aapg_aa_381.html aapg_aa_381.html:87:11562:11573 Paso Robles Rancho Santa Margarita, California -0.454032675125810359 +73602 aapg_ae_959.html aapg_ae_959.html:2988:224648:224664 Toroweap New Mexico -0.00652496303282925402 +73603 aapg_ac_742.html aapg_ac_742.html:92:11075:11093 Sundance Spearfish, South Dakota -0.00914484248868216616 +73604 aapg_af_81.html aapg_af_81.html:118:11798:11817 Rock Springs Sweetwater, Miami-Dade County, Florida 0.0329805289898998238 +73605 cspg_html_7229660003 cspg_html_7229660003:96:8483:8502 Red River Williston, Vermont -0.416341973707545276 +73606 cspg_html_5295390542 cspg_html_5295390542:378:45094:45101 Halfway Western Canadian Sedimentary Basin -0.458784199315796892 +73607 aapg_ah_85.html aapg_ah_85.html:552:46070:46078 Virginia Delaware -0.0737251810698848625 +73608 aapg_ad_350.html aapg_ad_350.html:651:78437:78450 Chemung Helderberg 0.00387566967745058347 +73609 aapg_ai_974.html aapg_ai_974.html:632:65885:65909 Metchosin Salem, Oregon -0.480109712230180896 +73610 sedimentology_html_5928847992 sedimentology_html_5928847992:1094:81573:81583 Sunderland Cambridge, Massachusetts -0.463362613223226583 +73611 aapg_aa_901.html aapg_aa_901.html:223:23746:23757 Mowry Black Hills 0.731853741205817809 +73612 gsa_html_3407914201 gsa_html_3407914201:1005:102679:102689 Washington Sierra Nevada (Spain) -0.0459076709606554625 +73613 aapg_ah_766.html aapg_ah_766.html:132:14134:14149 Metapan Honduras -0.459996458565647859 +73614 gsa_html_7411853369 gsa_html_7411853369:1036:93512:93540 Green River Colorado -0.0155129109205666468 +73615 gsa_html_2713524768 gsa_html_2713524768:704:64217:64243 Monterey California -0.0383278935926523318 +73616 aapg_ai_594.html aapg_ai_594.html:207:21778:21791 Spechts Ferry Glenwood, Utah -0.474918987556243288 +73617 cspg_html_2973952956 cspg_html_2973952956:344:29837:29845 Columbia Victoria, British Columbia -0.464610795373413321 +73618 aapg_aa_90.html aapg_aa_90.html:81:6251:6260 Sunniland Collier County, Florida -0.0145589143235537784 +73619 cspg_html_3102530088 cspg_html_3102530088:9:824:834 Milk River Lacombe, Alberta -0.00855587800487816325 +73620 cspg_html_2175627313 cspg_html_2175627313:87:10685:10700 Toad Victoria, British Columbia -0.0709665999003979281 +73621 aapg_ae_805.html aapg_ae_805.html:323:38492:38506 Hermosa Hermosa, Chicago -0.48312719960823608 +73622 aapg_ae_73.html aapg_ae_73.html:709:95689:95707 Hinsdale Colorado -0.44714211768966694 +73623 cspg_html_3385840278 cspg_html_3385840278:104:15544:15565 Slave Point Victoria, British Columbia -0.431078138050761561 +73624 aapg_ae_63.html aapg_ae_63.html:122:13609:13631 Water Canyon Cheyenne, Wyoming 0.353799010415271287 +73625 aapg_af_188.html aapg_af_188.html:223:24142:24147 Mt Lytton Cheyenne, Wyoming -0.0155129109205666468 +73626 aapg_af_710.html aapg_af_710.html:165:18359:18379 Salina Guelph -0.462143504710773534 +73627 cspg_html_3554431164 cspg_html_3554431164:81:14071:14087 Cairn Rocky Mountains -0.469382385724573914 +73628 gsa_html_1024107776 gsa_html_1024107776:929:94160:94181 Mauch Chunk Pennsylvania 0.00588564889809547673 +73629 aapg_af_699.html aapg_af_699.html:79:7790:7796 Pawnee Lane County, Oregon -0.42655631436454855 +73630 cspg_html_4626597050 cspg_html_4626597050:248:30225:30239 Word Texas -0.440254051746647612 +73631 aapg_aa_4.html aapg_aa_4.html:158:20976:20993 Genesee West Fork River -0.0901061499572393121 +73632 aapg_ad_883.html aapg_ad_883.html:47:6782:6802 Eau Claire Black River, Jamaica -0.40345879666460549 +73633 cspg_html_1814004928 cspg_html_1814004928:795:75673:75686 Wabamun Lacombe, Alberta -0.43911211811260753 +73634 aapg_ad_466.html aapg_ad_466.html:411:49918:49925 Magothy Raritan Bay Drawbridge -0.407682998505227157 +73635 aapg_ai_504.html aapg_ai_504.html:27:2765:2779 Winnipeg Middle Ordovician -0.0991065144455245545 +73636 aapg_ac_103.html aapg_ac_103.html:63:11214:11222 Crescent Clallam County, Washington -0.463307888475886887 +73637 aapg_ad_596.html aapg_ad_596.html:222:31397:31406 Cold Lake Canada 0.62297447272570361 +73638 aapg_ae_305.html aapg_ae_305.html:1038:88160:88167 La Luna Venezuela -0.0423703387957518537 +73639 aapg_ad_871.html aapg_ad_871.html:753:60081:60089 Michigan Walling -0.0306147978884375553 +73640 cspg_html_7602315496 cspg_html_7602315496:13:2244:2265 Belly River Lacombe, Alberta 0.943255591471285126 +73641 cspg_html_6032369756 cspg_html_6032369756:266:31022:31030 Edmonton Rainbow trout -0.0300077841382245594 +73642 geology_html_1660057337 geology_html_1660057337:338:28306:28311 Weeks Goree, Texas -0.485308421911267773 +73643 cspg_html_8477386212 cspg_html_8477386212:143:14570:14597 Wabamun Lacombe, Alberta -0.462102516958969756 +73644 cspg_html_2093862169 cspg_html_2093862169:410:42716:42721 Bluff Falmouth, Massachusetts -0.454023648431036098 +73645 aapg_ae_991.html aapg_ae_991.html:31:4596:4604 Tensleep Absaroka -0.0261715541385612628 +73646 aapg_ah_233.html aapg_ah_233.html:59:5618:5626 Virginia Vienna -0.0273835184878958443 +73647 sedimentology_html_2442491538 sedimentology_html_2442491538:914:85270:85277 Hampton Bolivia 0.00938112555861735607 +73648 gsa_html_9280112280 gsa_html_9280112280:67:5482:5490 Traverse Browns Valley, Minnesota -0.434540631888912565 +73649 aapg_af_98.html aapg_af_98.html:44:6184:6198 Graneros Mancos, Colorado -0.00292541869155533898 +73650 aapg_ac_841.html aapg_ac_841.html:729:79180:79187 El Abra Mexico -0.425384893115628659 +73651 aapg_ad_279.html aapg_ad_279.html:5:641:647 Laredo San Antonio -0.0334398147432133225 +73652 cspg_html_3102530088 cspg_html_3102530088:97:13790:13805 Eagle Lacombe, Alberta -0.484086347872667577 +73653 cspg_html_7340411855 cspg_html_7340411855:144:16432:16449 Cardium Lacombe, Alberta -0.432316117842066305 +73654 cspg_html_3102530088 cspg_html_3102530088:6:477:495 Lea Park Lacombe, Alberta -0.0456951454104699284 +73655 gsa_html_5986880650 gsa_html_5986880650:894:80944:80972 Green River Colorado 0.0151584161352478451 +73656 aapg_ah_847.html aapg_ah_847.html:170:19295:19302 Magothy Navesink River 0.000138974235394869979 +73657 aapg_ad_919.html aapg_ad_919.html:51:5273:5283 Fall River Fall River, Nova Scotia -0.0251613720923007447 +73658 palaios_html_3491046542 palaios_html_3491046542:66:8459:8471 Broken Skull Middle East -0.482597909534674852 +73659 palaios_html_7206591444 palaios_html_7206591444:140:20358:20371 Apache Canyon Guadalupe Mountains National Park -0.132473416035501196 +73660 aapg_ah_521.html aapg_ah_521.html:484:54533:54545 Wilcox Texas 0.063843096325263804 +73661 cspg_html_9735723617 cspg_html_9735723617:295:37503:37527 Beverley Inlet Bathurst Island (Northern Territory) -0.438031460031225395 +73662 cspg_html_3501550466 cspg_html_3501550466:95:14822:14836 Woodbend Central Alberta -0.467877607461444023 +73663 cspg_html_8556552074 cspg_html_8556552074:121:11965:11974 Cold Lake Lacombe, Alberta -0.471349814541787038 +73664 aapg_aa_351.html aapg_aa_351.html:5:522:539 Bromide Tahlequah, Oklahoma -0.420791864948583338 +73665 cspg_html_8556552074 cspg_html_8556552074:117:11674:11698 Contact Rapids Lacombe, Alberta -0.141025674138698986 +73666 sedimentology_html_5922191587 sedimentology_html_5922191587:74:9051:9060 Peninsula Korea -0.456391730122837791 +73667 aapg_ai_541.html aapg_ai_541.html:94:8819:8838 Lodgepole Manitoba -0.475924584215438151 +73668 aapg_af_900.html aapg_af_900.html:35:5332:5344 Fleming Navasota Independent School District 0.0336120517056430201 +73669 gsa_html_6062330506 gsa_html_6062330506:684:70194:70224 Salado New Mexico 0.00732759032730291842 +73670 sedimentology_html_3417381350 sedimentology_html_3417381350:1381:101507:101533 Monterey California -0.454052985518192231 +73671 aapg_ah_318.html aapg_ah_318.html:2189:193251:193260 San Pedro Durango, Durango -0.47482657712880405 +73672 aapg_ad_960.html aapg_ad_960.html:3:385:399 Monterey California 0.0303138962556724068 +73673 gsa_html_7498897688 gsa_html_7498897688:128:13036:13062 Laurentian Mexico -0.0747366214237846216 +73674 aapg_af_354.html aapg_af_354.html:84:11209:11213 Hall California -0.457614356613462614 +73675 geology_html_4572964958 geology_html_4572964958:221:22583:22589 Oliver Great Britain -0.458913519660435476 +73676 aapg_ac_258.html aapg_ac_258.html:20:3186:3193 Clarita Clarita, Oklahoma -0.463834753943271672 +73677 aapg_af_854.html aapg_af_854.html:1367:198141:198147 Keokuk Missouri River 0.00404765387058551775 +73678 aapg_ae_419.html aapg_ae_419.html:1261:102295:102313 Maltrata Mexico -0.0131827182184571217 +73679 palaios_html_3028956190 palaios_html_3028956190:788:83695:83706 Collingwood Ontario, California -0.451913869834985604 +73680 cspg_html_6163998187 cspg_html_6163998187:523:60009:60017 Columbia Victoria, British Columbia -0.0364186783313174417 +73681 aapg_ae_73.html aapg_ae_73.html:137:18993:19013 Deer Creek Sangre de Cristo Range -0.482357854432652111 +73682 geology_html_2881397713 geology_html_2881397713:113:9880:9900 Maravillas Texas -0.502848273733673135 +73683 aapg_af_995.html aapg_af_995.html:178:32245:32260 Mesaverde Logan, Utah -0.00877304685539758919 +73684 palaios_html_3105248303 palaios_html_3105248303:207:21997:22014 Garrard Siltstone Kentucky -0.493300753020914584 +73685 geology_html_1624131066 geology_html_1624131066:312:23027:23040 Delorme Canada -0.452238132024570194 +73686 aapg_ad_397.html aapg_ad_397.html:136:14860:14866 Midway Brownsville, Brooklyn -0.472574788136010782 +73687 AMJC_html_4774635556 AMJC_html_4774635556:546:63852:63888 Protection Athens, Georgia -0.49361002164838963 +73688 aapg_af_81.html aapg_af_81.html:110:10862:10871 Mesaverde Carbon County, Wyoming -0.441048011313096677 +73689 sedimentology_html_5817892072 sedimentology_html_5817892072:946:45682:45691 Partridge Great Britain -0.464074341472865526 +73690 gsa_html_2422494332 gsa_html_2422494332:345:31413:31423 Deer Creek Trinity Lake 0.00738665861447657893 +73691 aapg_ai_17.html aapg_ai_17.html:376:29250:29261 Sparta Claiborne, Alabama -0.204506055785574181 +73692 aapg_ac_126.html aapg_ac_126.html:170:24690:24707 Haynesville Bossier City, Louisiana -0.0131531794058051942 +73693 aapg_ai_444.html aapg_ai_444.html:245:22266:22278 Fayetteville Boston Mountains -0.0279486743171803304 +73694 aapg_ai_258.html aapg_ai_258.html:392:35574:35594 Rio Grande Nazca -0.0481395257140627003 +73695 aapg_ad_728.html aapg_ad_728.html:6:1137:1147 Brownstown Texas -0.0254673751787387811 +73696 geology_html_6903099226 geology_html_6903099226:287:24602:24607 Swift Pennsylvania -0.0125641469917892202 +73697 aapg_ai_236.html aapg_ai_236.html:136:12274:12299 Venango Venango, Pennsylvania -0.479475427251918496 +73698 aapg_af_663.html aapg_af_663.html:170:19672:19682 Fort Scott Lexington, Kentucky -0.454540571750530975 +73699 cspg_html_9388742281 cspg_html_9388742281:208:23173:23181 Edmonton Regina, Saskatchewan -0.0754436996377327307 +73700 geology_html_9314524367 geology_html_9314524367:28:1818:1850 Sierra Sierra Nevada (Spain) -0.020196595303077311 +73701 sedimentology_html_3455721661 sedimentology_html_3455721661:709:49928:49945 Todilto New Mexico -0.0164009085472750712 +73702 cspg_html_6252849194 cspg_html_6252849194:8:472:488 Horseshoe Canyon Lacombe, Alberta -0.0263767287584658998 +73703 gsa_html_3860045860 gsa_html_3860045860:989:94655:94661 Eugene Salem, Oregon -0.507372811687786252 +73704 cspg_html_5542874609 cspg_html_5542874609:17:2942:2950 Columbia Victoria, British Columbia -0.460946527021081187 +73705 geology_html_1137806648 geology_html_1137806648:11:554:560 Oregon Salem, Oregon -0.488724520608411594 +73706 cspg_html_2419618566 cspg_html_2419618566:485:62111:62119 Columbia Victoria, British Columbia -0.00486067457957646467 +73707 aapg_ad_344.html aapg_ad_344.html:73:8694:8712 Niobrara Sharon Springs, Kansas 0.643496383688354157 +73708 gsa_html_5865982995 gsa_html_5865982995:1215:129798:129806 Colorado Logan, Utah -0.0494029549371166055 +73709 aapg_ah_329.html aapg_ah_329.html:280:27249:27257 Monterey Monterey, California -0.453008719186489883 +73710 aapg_af_128.html aapg_af_128.html:10:1104:1124 Minnelusa Cheyenne, Wyoming -0.124412851415521331 +73711 gsa_html_5587684798 gsa_html_5587684798:116:7462:7470 Oak Hill Middle Ordovician -0.489899180704299886 +73712 aapg_ac_316.html aapg_ac_316.html:86:9617:9636 Grayburg New Mexico -0.442548827459522287 +73713 aapg_ad_59.html aapg_ad_59.html:79:14227:14246 Belle Fourche Black Hills 0.65821188131668551 +73714 palaios_html_3609052527 palaios_html_3609052527:38:4012:4047 Fort Thompson Melbourne, Florida -0.4852429512232731 +73715 cspg_html_9332855346 cspg_html_9332855346:187:16888:16903 Elk Regina, Saskatchewan -0.471349814541787038 +73716 aapg_aa_23.html aapg_aa_23.html:807:104799:104818 Stonewall Churchill River (Atlantic) 0.595103999488197699 +73717 gsa_html_3713926310 gsa_html_3713926310:29:2796:2824 Green River Iran -0.0209266190161632587 +73718 aapg_ah_385.html aapg_ah_385.html:29:3883:3897 Pioneer San Joaquin River -0.429160487479880115 +73719 sedimentology_html_2737382976 sedimentology_html_2737382976:272:24343:24364 Breathitt Kentucky -0.468015132988553406 +73720 aapg_ad_812.html aapg_ad_812.html:63:8230:8247 Wingate Kayenta, Arizona -0.44505934010721393 +73721 palaios_html_3742758359 palaios_html_3742758359:590:46058:46072 Beaufort South Africa -0.458913519660435476 +73722 aapg_ad_466.html aapg_ad_466.html:125:12201:12208 Raritan Closter, New Jersey -0.483803859624134081 +73723 aapg_ad_327.html aapg_ad_327.html:498:52227:52244 Edwards Texas -0.424479393833646412 +73724 gsa_html_5523976825 gsa_html_5523976825:60:3618:3646 Green River Colorado -0.0189695239556965725 +73725 aapg_ac_528.html aapg_ac_528.html:443:52015:52024 Englewood Colorado -0.436872309743032927 +73726 gsa_html_1951402014 gsa_html_1951402014:25:724:734 Santa Cruz Canary Islands -0.498184372130755504 +73727 palaios_html_1759286431 palaios_html_1759286431:701:76070:76089 Fairview Kentucky 0.353249927638790484 +73728 aapg_ah_505.html aapg_ah_505.html:1947:152116:152124 Colorado Colorado -0.0396699599273111145 +73729 geology_html_2144520947 geology_html_2144520947:209:17889:17895 Oregon Washington (state) -0.449440672427322663 +73730 aapg_af_460.html aapg_af_460.html:197:15835:15843 Michigan Michigan -0.475991665297052891 +73731 AMJC_html_6341723617 AMJC_html_6341723617:1152:96532:96552 Wind River Cheyenne, Wyoming -0.0558960337255716214 +73732 aapg_ae_472.html aapg_ae_472.html:276:32997:33018 San Antonio San Juan, Argentina -0.443523211116507166 +73733 aapg_ad_575.html aapg_ad_575.html:285:34831:34850 Minnelusa Cheyenne, Wyoming 0.0259472564108895534 +73734 sedimentology_html_5588427693 sedimentology_html_5588427693:790:50980:50984 Hall London, Ontario -0.470200080639580853 +73735 aapg_ae_367.html aapg_ae_367.html:173:18173:18179 Weches Charlotte, North Carolina -0.449629298275569411 +73736 aapg_ac_688.html aapg_ac_688.html:209:20915:20936 Green River Uintah, Utah 0.362407244248345362 +73737 cspg_html_9119878068 cspg_html_9119878068:186:24112:24131 Waterways Lacombe, Alberta -0.403940352731222529 +73738 gsa_html_5712812305 gsa_html_5712812305:741:68760:68770 Washington Salem, Oregon -0.00567891556221164669 +73739 cspg_html_3233680622 cspg_html_3233680622:115:16721:16739 Eureka Sound Melville Island (Canada) -0.450878806444675151 +73740 aapg_ad_757.html aapg_ad_757.html:271:33463:33479 Galena Iowa -0.0439794609034374617 +73741 sedimentology_html_8671640089 sedimentology_html_8671640089:302:25508:25514 Pleito Western world -0.0444288146314834667 +73742 geology_html_8881449794 geology_html_8881449794:132:13249:13257 Colorado Pueblo, Colorado -0.488123721391326648 +73743 aapg_ae_904.html aapg_ae_904.html:134:14023:14035 Dakota Cheyenne, Wyoming -0.438519487168151922 +73744 aapg_ae_643.html aapg_ae_643.html:251:29964:29984 Greenbrier Virginia -0.417396109221489231 +73745 cspg_html_9717154602 cspg_html_9717154602:388:49881:49899 Lee Lacombe, Alberta -0.0206224389359462197 +73746 aapg_ae_62.html aapg_ae_62.html:7:977:986 Williston Red River of the North -0.459919224612040101 +73747 aapg_ac_807.html aapg_ac_807.html:610:60465:60472 Pamlico New Bern, North Carolina -0.0511145820963543537 +73748 cspg_html_6140483769 cspg_html_6140483769:168:20469:20477 Edmonton Lacombe, Alberta -0.0502848648345936219 +73749 aapg_aa_95.html aapg_aa_95.html:180:17017:17025 Huerfano Las Animas County, Colorado -0.173241253227083891 +73750 palaios_html_1262064602 palaios_html_1262064602:806:84299:84315 Chinle Arizona -0.00946799468152085232 +73751 aapg_af_854.html aapg_af_854.html:441:57863:57885 Locust Point Carwood, Indiana -0.477269506555081602 +73752 cspg_html_9222238695 cspg_html_9222238695:554:64172:64183 Peace River Victoria, British Columbia -0.46279500750727276 +73753 palaios_html_2621173808 palaios_html_2621173808:300:33808:33827 Fantasque Victoria, British Columbia -0.00638076930644856932 +73754 aapg_ah_441.html aapg_ah_441.html:18:2770:2781 Arkadelphia Arkadelphia, Arkansas -0.04995370085151081 +73755 aapg_ah_779.html aapg_ah_779.html:784:127882:127897 Olentangy Ohio -0.569639422714107058 +73756 aapg_ad_3.html aapg_ad_3.html:439:42213:42221 Nealmont Kentucky -0.427768661147865492 +73757 aapg_ae_485.html aapg_ae_485.html:550:59784:59792 Colorado Denver -0.444838140504144441 +73758 aapg_ah_529.html aapg_ah_529.html:46:6613:6628 Bliss New Mexico -0.445273887467667717 +73759 gsa_html_9891566604 gsa_html_9891566604:290:33249:33269 Prospect Green Mountain 0.0311435677292160769 +73760 sedimentology_html_5801163920 sedimentology_html_5801163920:1520:107072:107078 Salado Texas 0.00828311544079899167 +73761 aapg_ac_700.html aapg_ac_700.html:35:5288:5304 Boggy Atoka, Oklahoma 0.00528108597483065503 +73762 gsa_html_5271854185 gsa_html_5271854185:59:4206:4234 Green River Colorado 0.0283451669595494206 +73763 aapg_ad_466.html aapg_ad_466.html:1213:129696:129709 Potomac Maryland -0.470402324720386178 +73764 geology_html_5323396367 geology_html_5323396367:151:16378:16406 John Day Washington (state) -0.04375827605503467 +73765 cspg_html_5376629375 cspg_html_5376629375:323:41786:41804 Arctomys Perth, Western Australia -0.470365549607814404 +73766 gsa_html_8840132442 gsa_html_8840132442:946:92014:92046 Fernie Lacombe, Alberta -0.42653659632637092 +73767 cspg_html_8818854104 cspg_html_8818854104:18:2834:2842 Columbia Victoria, British Columbia -0.0254117377860756666 +73768 aapg_ae_471.html aapg_ae_471.html:221:21651:21656 Tokio Arkadelphia, Arkansas -0.487729676915167776 +73769 aapg_af_704.html aapg_af_704.html:186:17603:17610 Duperow Red River of the North 0.417079314765064546 +73770 aapg_aa_623.html aapg_aa_623.html:166:18267:18288 Belly River Regina, Saskatchewan -0.443813272031764461 +73771 cspg_html_9735723617 cspg_html_9735723617:423:55164:55182 Imperial Mackenzie River 0.965845727810041077 +73772 aapg_ai_157.html aapg_ai_157.html:182:20938:20948 Cabot Head Rochester, Kent 0.0143677717617256336 +73773 gsa_html_3701935694 gsa_html_3701935694:68:6488:6508 Cram Hill Bennington, Vermont 0.944344366886705644 +73774 aapg_ae_171.html aapg_ae_171.html:78:7202:7214 Dakota Larimer County, Colorado 0.0291086225987353293 +73775 aapg_ad_335.html aapg_ad_335.html:617:76185:76204 Sundance Cheyenne, Wyoming -0.424177750848490742 +73776 aapg_ad_2.html aapg_ad_2.html:849:120190:120203 Conococheague Trempealeau, Wisconsin -0.459946482893789199 +73777 aapg_aa_796.html aapg_aa_796.html:522:61914:61940 Halfway Wembley Stadium -0.0327735084996737119 +73778 aapg_ai_31.html aapg_ai_31.html:233:23680:23689 Catahoula Texas 0.00461398797422866731 +73779 aapg_ae_454.html aapg_ae_454.html:419:36359:36381 Dorcheat Mississippi River -0.0528056825584691872 +73780 jgeology_html_2497886918 jgeology_html_2497886918:167:9865:9874 Peninsula Middle East -0.459860167847925383 +73781 cspg_html_2976104632 cspg_html_2976104632:549:55749:55757 Moosebar Victoria, British Columbia -0.470181697121159758 +73782 aapg_ae_415.html aapg_ae_415.html:863:107847:107856 Mansfield Melbourne, Florida -0.0807955905412069963 +73783 sedimentology_html_9906287852 sedimentology_html_9906287852:932:78625:78635 Wind River Sevier orogeny -0.022871757858413614 +73784 cspg_html_5241714595 cspg_html_5241714595:69:11608:11627 Keg River Lacombe, Alberta -0.199017376087461839 +73785 cspg_html_4623526246 cspg_html_4623526246:98:11251:11259 Columbia Victoria, British Columbia -0.0261211303154043166 +73786 aapg_ah_534.html aapg_ah_534.html:129:10098:10113 Marcellus Selinsgrove Area School District -0.368535307611167595 +73787 geology_html_7841329427 geology_html_7841329427:255:23213:23219 Pueblo Colorado -0.47675536629509363 +73788 aapg_ad_379.html aapg_ad_379.html:258:21950:21958 Colorado Ouray, Colorado -0.455252106655251121 +73789 sedimentology_html_5880564597 sedimentology_html_5880564597:938:63767:63771 Hall London, Ontario -0.0375812203233935049 +73790 aapg_ae_517.html aapg_ae_517.html:110:8049:8075 Viola Sarasota, Florida -0.465561228542891226 +73791 cspg_html_6306091047 cspg_html_6306091047:354:51169:51177 Columbia Victoria, British Columbia -0.0395063257526605052 +73792 geology_html_8422244633 geology_html_8422244633:236:19822:19826 Kano Matsue Station -0.496881985799363712 +73793 aapg_ac_528.html aapg_ac_528.html:442:51938:51946 Colorado Denver -0.465579516089382972 +73794 aapg_aa_960.html aapg_aa_960.html:61:6162:6170 Sundance Cheyenne, Wyoming -0.442976805415170927 +73795 gsa_html_6753732431 gsa_html_6753732431:564:55070:55083 Santa Barbara California -0.0424800423112160416 +73796 aapg_ai_975.html aapg_ai_975.html:36:7583:7598 Sligo Mexico 0.00361335093326647754 +73797 aapg_ae_873.html aapg_ae_873.html:697:81631:81637 Paluxy Rodessa, Louisiana -0.00639293020944086028 +73798 gsa_html_2082252939 gsa_html_2082252939:12:488:494 Denver Colorado -0.514431617555045517 +73799 gsa_html_6270492158 gsa_html_6270492158:16:981:993 Rhode Island Kingston, Jamaica -0.0328900657953446335 +73800 aapg_ae_474.html aapg_ae_474.html:1330:140218:140234 Bethel Missouri River -0.488731563736560848 +73801 aapg_ah_60.html aapg_ah_60.html:237:22979:22989 Stillwater Stillwater, Oklahoma -0.512342371634373017 +73802 aapg_ac_952.html aapg_ac_952.html:10:1054:1073 Morehouse Shreveport, Louisiana -0.467868439854770279 +73803 aapg_af_880.html aapg_af_880.html:512:76952:76962 Minnekahta Black Hills -0.00946799468152085232 +73804 gsa_html_5268546581 gsa_html_5268546581:176:14736:14749 Sandia Placitas, New Mexico -0.453085363047098455 +73805 aapg_ae_680.html aapg_ae_680.html:249:26494:26514 Tuscaloosa North Sea oil 0.0102341887438569899 +73806 gsa_html_9962225882 gsa_html_9962225882:1061:82109:82119 Washington Salem, Oregon -0.0504347649062896058 +73807 aapg_ah_592.html aapg_ah_592.html:256:19165:19183 Sylvania Detroit River International Wildlife Refuge -0.00922476160912374769 +73808 gsa_html_4438819447 gsa_html_4438819447:344:39619:39635 Dakota Nebraska 0.339092078920828377 +73809 geology_html_6372248314 geology_html_6372248314:299:26092:26098 Denver Colorado -0.0551773863969227188 +73810 cspg_html_1065856149 cspg_html_1065856149:162:15530:15541 Mowry Canada -0.441553207562292771 +73811 cspg_html_7403344526 cspg_html_7403344526:440:46595:46612 Cardium Canada 0.031825436640698597 +73812 sedimentology_html_3703661901 sedimentology_html_3703661901:98:11916:12016 Crete Crete -0.0216149541452477292 +73813 aapg_ad_236.html aapg_ad_236.html:473:50835:50842 Katalla Anchorage, Alaska -0.469093158774920749 +73814 aapg_aa_305.html aapg_aa_305.html:39:6131:6139 St Marys Virginia -0.0242746935922993796 +73815 aapg_ad_189.html aapg_ad_189.html:22:2414:2421 El Paso Texas -0.448350101124535771 +73816 aapg_aa_879.html aapg_aa_879.html:321:30977:30996 Smackover Northeast Texas 0.332054328862090298 +73817 cspg_html_3665101783 cspg_html_3665101783:186:18479:18498 Onondaga Lockport (city), New York -0.494566874481706664 +73818 gsa_html_6457388516 gsa_html_6457388516:650:55824:55833 Eel River California -0.461001107058420345 +73819 aapg_ae_939.html aapg_ae_939.html:463:21685:21692 Tecovas Panhandle, Texas -0.0616532854445230732 +73820 aapg_ad_760.html aapg_ad_760.html:23:3546:3554 Vaqueros Maricopa, Arizona -0.0218270224173490179 +73821 cspg_html_8267847427 cspg_html_8267847427:470:56476:56491 Eagle Lacombe, Alberta -0.445213540966811649 +73822 cspg_html_1665574291 cspg_html_1665574291:6:439:455 Battle Lacombe, Alberta -0.479960973619786069 +73823 aapg_ah_5.html aapg_ah_5.html:2244:148764:148790 Niobrara Niobrara, Nebraska -0.452632356575315864 +73824 geology_html_3243676584 geology_html_3243676584:228:23386:23403 Madison Shreveport, Louisiana -0.0252500427953300452 +73825 aapg_ad_440.html aapg_ad_440.html:703:70805:70823 Greenbrier Pocono Raceway -0.417917091668537632 +73826 aapg_ac_920.html aapg_ac_920.html:351:45289:45315 Oquirrh Oquirrh Mountain Utah Temple -0.0517421611604156687 +73827 cspg_html_1781462584 cspg_html_1781462584:325:34154:34162 Montreal Lacombe, Alberta -0.0621055019380407081 +73828 aapg_ad_1.html aapg_ad_1.html:65:7031:7042 Beekmantown Black River, Jamaica -0.435734504938152245 +73829 aapg_aa_647.html aapg_aa_647.html:445:39616:39635 Tuscarora Huntington, West Virginia -0.0155250750483416668 +73830 gsa_html_2005293978 gsa_html_2005293978:269:24898:24915 Calvert Bethany Beach, Delaware -0.435838488044850259 +73831 aapg_ac_629.html aapg_ac_629.html:409:52136:52142 Oldham Kountze, Texas -0.0120637391733475121 +73832 aapg_ai_974.html aapg_ai_974.html:344:35854:35870 Roslyn Ellensburg, Washington -0.48294529227432792 +73833 aapg_ae_305.html aapg_ae_305.html:1587:151662:151683 Diablo Maracaibo 0.000819948225395204918 +73834 aapg_ad_379.html aapg_ad_379.html:530:45419:45431 Dockum New Mexico -0.041445748202081481 +73835 aapg_ac_876.html aapg_ac_876.html:459:44558:44589 Green River Colorado -0.416220582820664042 +73836 aapg_ai_594.html aapg_ai_594.html:284:30513:30520 Parting Fremont, California -0.455211432419709627 +73837 geology_html_8665622838 geology_html_8665622838:410:30460:30476 Maya Cambridge, Massachusetts -0.0414701241414489052 +73838 aapg_ah_311.html aapg_ah_311.html:235:24925:24936 White River Wasatch Range -0.900103954591663813 +73839 aapg_ad_695.html aapg_ad_695.html:67:6446:6456 Montgomery Shreveport, Louisiana -0.0245772016562315031 +73840 aapg_aa_360.html aapg_aa_360.html:203:17213:17223 Buda San Marcos, California 0.0178468027380988617 +73841 cspg_html_1503116552 cspg_html_1503116552:917:129106:129131 Beaverhill Swan Hill, Victoria -0.455347020329573748 +73842 aapg_af_98.html aapg_af_98.html:4:328:344 Dakota Colorado -0.406441755439577168 +73843 palaios_html_6025329652 palaios_html_6025329652:366:35548:35554 Oregon Washington (state) -0.0626468091378891839 +73844 cspg_html_8928894270 cspg_html_8928894270:52:7158:7187 Graminia Calmar, Alberta -0.0135788887974534252 +73845 aapg_ad_351.html aapg_ad_351.html:767:66678:66694 Keokuk Burlington, Ontario -0.0561193183130543477 +73846 aapg_aa_288.html aapg_aa_288.html:344:36935:36946 Mowry Cheyenne, Wyoming -0.435270040425755234 +73847 aapg_af_436.html aapg_af_436.html:400:49216:49224 Columbia Clayton County, Georgia -0.00783141030284131325 +73848 cspg_html_6252849194 cspg_html_6252849194:292:33984:33992 Colorado Denver -0.517614432526960822 +73849 aapg_ah_596.html aapg_ah_596.html:197:23528:23541 Queen New Mexico -0.457582637906406409 +73850 aapg_ai_584.html aapg_ai_584.html:771:81385:81401 Casper Laramie, Wyoming -0.471382028770717776 +73851 aapg_ae_393.html aapg_ae_393.html:49:3325:3345 Woodbine East Texas 2.77948468513044932e-05 +73852 aapg_ah_290.html aapg_ah_290.html:295:33354:33360 Oregon Washington (state) -0.0551773863969227188 +73853 cspg_html_8290572971 cspg_html_8290572971:228:32026:32060 Mount Head Lacombe, Alberta -0.460569106302977371 +73854 aapg_af_625.html aapg_af_625.html:40:4017:4025 Virginia Parkersburg, West Virginia -0.0564612372025591683 +73855 cspg_html_6985536436 cspg_html_6985536436:399:51168:51190 Eureka Sound Banks Island -0.0162740496879429895 +73856 palaios_html_7841806577 palaios_html_7841806577:808:72521:72560 Prairie Michigan Basin 0.0167762758658870741 +73857 palaios_html_1018466366 palaios_html_1018466366:1692:146513:146521 Edmonton Lacombe, Alberta -0.447942032394663792 +73858 aapg_ad_466.html aapg_ad_466.html:336:41548:41555 Magothy South River (Maryland) 0.0241495195679644788 +73859 aapg_af_11.html aapg_af_11.html:232:25194:25213 Leadville Leadville, Colorado 0.00410845643834914769 +73860 aapg_ah_654.html aapg_ah_654.html:295:28559:28569 Phosphoria Big Horn Mountains -0.122519804234276941 +73861 aapg_ah_318.html aapg_ah_318.html:1625:156732:156738 Sierra Coahuila -0.0296060232794475298 +73862 aapg_ai_503.html aapg_ai_503.html:83:9176:9191 Rochester Lockport (city), New York -0.438093558395168947 +73863 aapg_af_291.html aapg_af_291.html:505:54930:54938 Lisburne Barrow, Alaska -0.0463867446356681576 +73864 aapg_ae_454.html aapg_ae_454.html:474:42802:42812 Tuscaloosa Shreveport, Louisiana -0.300194463672647294 +73865 gsa_html_4431779557 gsa_html_4431779557:1040:83868:83883 Blackwater Draw New Mexico -0.0248379892514390653 +73866 cspg_html_3804945581 cspg_html_3804945581:84:9927:9950 Scollard Woodlake, Texas -0.0278217295801544348 +73867 cspg_html_1025724640 cspg_html_1025724640:334:44254:44281 Romaine Quebec City -0.233935862696279279 +73868 aapg_af_14.html aapg_af_14.html:716:65740:65759 Rock Springs Cheyenne, Wyoming -0.079975607961460915 +73869 jgeology_html_8494933343 jgeology_html_8494933343:463:36290:36301 Green River Colorado -0.423076903173580265 +73870 cspg_html_9827358538 cspg_html_9827358538:735:76535:76549 Elko Reno, Nevada 0.38593263340731726 +73871 gsa_html_4913703235 gsa_html_4913703235:395:45880:45921 Clinton Ohio -0.475196277624828634 +73872 jgeology_html_3924418909 jgeology_html_3924418909:668:53469:53485 Navajo Logan, Utah -0.465558942626108085 +73873 gsa_html_6063751966 gsa_html_6063751966:1029:91590:91618 Green River Colorado -0.00183793699051183952 +73874 palaios_html_2994452429 palaios_html_2994452429:1615:137116:137133 Cardium Lacombe, Alberta -0.434757184965269161 +73875 aapg_af_384.html aapg_af_384.html:236:26484:26499 Melville Island Barrow, Alaska -0.51440256367763304 +73876 aapg_aa_718.html aapg_aa_718.html:417:40925:40931 Oswego Juniata County School District -0.0334398147432133225 +73877 aapg_af_624.html aapg_af_624.html:5:861:879 Tensleep Carbon County, Wyoming -0.0422083979785996613 +73878 aapg_ae_753.html aapg_ae_753.html:109:12661:12668 Bedford Ohio -0.440965692630365336 +73879 jgeology_html_8088445472 jgeology_html_8088445472:346:19254:19271 Manlius Schoharie Creek -0.49119789377684242 +73880 aapg_ac_253.html aapg_ac_253.html:436:56450:56470 Brownsport Knoxville, Tennessee -0.439565169119916221 +73881 gsa_html_2989317971 gsa_html_2989317971:1207:119830:119852 Glenns Ferry Boise, Idaho -0.496649713850252028 +73882 aapg_af_59.html aapg_af_59.html:3:155:176 Ector Chalk Northeast Texas -0.0836070570753074532 +73883 aapg_ae_319.html aapg_ae_319.html:528:44934:44940 Chinle Chinle Formation -0.430395959711439846 +73884 sedimentology_html_2041096405 sedimentology_html_2041096405:130:11659:11672 A-1 Carbonate Ontario, California -0.0544099822313272238 +73885 jgeology_html_8494933343 jgeology_html_8494933343:460:36183:36186 Lee Colorado -0.442976805415170927 +73886 aapg_ah_534.html aapg_ah_534.html:105:7864:7873 Palmerton Selinsgrove Area School District -0.491056633019370192 +73887 aapg_af_887.html aapg_af_887.html:195:19363:19371 Carlsbad Guadalupe Mountains National Park -0.467877607461444023 +73888 aapg_ai_124.html aapg_ai_124.html:98:8523:8528 Salem Prairie Creek, Arkansas -0.458784199315796892 +73889 aapg_ae_182.html aapg_ae_182.html:275:30856:30868 Midway Arkansas -0.42658041474227687 +73890 cspg_html_1103118378 cspg_html_1103118378:195:27725:27734 Athabasca Lacombe, Alberta -0.500423794622032903 +73891 gsa_html_9457387752 gsa_html_9457387752:832:71290:71310 Brassfield Bloomington, Indiana 0.0131861933748900779 +73892 aapg_ae_780.html aapg_ae_780.html:209:19409:19417 Nacatoch Washington (state) -0.458675312427173743 +73893 aapg_ak_118.html aapg_ak_118.html:35:4188:4205 Bossier Calhoun, Georgia -0.442542141875480355 +73894 cspg_html_9499345121 cspg_html_9499345121:36:5731:5754 Saline River Great Slave Lake -0.0310879066661822294 +73895 aapg_aa_484.html aapg_aa_484.html:288:26484:26489 Atoka Arkansas 0.00957571265714924832 +73896 palaios_html_7928599019 palaios_html_7928599019:297:29948:29957 Eel River Northern California -0.0612150688654258396 +73897 aapg_aa_15.html aapg_aa_15.html:304:36040:36053 Jackson Texas -0.0171829308693467256 +73898 aapg_ae_465.html aapg_ae_465.html:39:4272:4287 Sligo Pine Island (Lee County, Florida) -0.398379088676467097 +73899 cspg_html_2734588863 cspg_html_2734588863:95:10350:10358 Lea Park Milk River, Alberta -0.439445222385884349 +73900 gsa_html_1930617317 gsa_html_1930617317:67:5593:5621 Green River Colorado -0.0241616892206824377 +73901 sedimentology_html_8006979411 sedimentology_html_8006979411:1263:96742:96747 Yukon Canada -0.0386046469573407755 +73902 aapg_ai_459.html aapg_ai_459.html:334:35379:35396 Haystack Mountain Wichita Mountains -0.0350961840937315667 +73903 cspg_html_1456761793 cspg_html_1456761793:15:3065:3071 Antler Dunedin, Florida -0.500652353075455747 +73904 cspg_html_4298557570 cspg_html_4298557570:34:4775:4791 Battle Edmonton, London -0.00638076930644856932 +73905 jgeology_html_8494933343 jgeology_html_8494933343:502:40246:40265 Bidahochi Arizona -0.478642038078168519 +73906 jgeology_html_4305195651 jgeology_html_4305195651:1123:101062:101072 Bloomsburg Columbia Country -0.412935756702424439 +73907 aapg_ad_413.html aapg_ad_413.html:142:12485:12494 Pottsville Pennsylvania -0.449433936510724996 +73908 gsa_html_7737235229 gsa_html_7737235229:924:59915:59931 Davis Bonne Terre, Missouri -0.242700947751814888 +73909 aapg_ae_28.html aapg_ae_28.html:394:39890:39898 Michigan Michigan -0.500997690217395153 +73910 geology_html_4781601757 geology_html_4781601757:56:6045:6056 San Jacinto Lake Elsinore, California -0.475397368106546647 +73911 aapg_ad_465.html aapg_ad_465.html:35:5102:5117 Fountain Colorado -0.492776907152809196 +73912 cspg_html_5381643866 cspg_html_5381643866:82:10436:10444 Columbia Victoria, British Columbia -0.468015132988553406 +73913 gsa_html_4860220405 gsa_html_4860220405:21:1224:1232 Virginia Reston, Virginia -0.485308421911267773 +73914 aapg_ae_295.html aapg_ae_295.html:126:15426:15434 Woodbine Lewisville, Texas -0.0140758476190941898 +73915 aapg_ai_763.html aapg_ai_763.html:56:7310:7344 Cotton Valley East Texas -0.445984933244691462 +73916 cspg_html_6108854431 cspg_html_6108854431:261:28788:28810 Hillsborough New Caledonia -0.0976337667869694587 +73917 aapg_ah_772.html aapg_ah_772.html:3:326:343 Bird Spring Reno, Nevada -0.00357165794977500582 +73918 gsa_html_6350949088 gsa_html_6350949088:790:69764:69770 Kodiak Anchorage, Alaska -0.465641239344597002 +73919 aapg_ad_154.html aapg_ad_154.html:65:7670:7688 Gatesburg Pennsylvania -0.503937652022910187 +73920 cspg_html_9142742810 cspg_html_9142742810:25:2760:2792 Elk Canada -0.470262127852539125 +73921 aapg_af_48.html aapg_af_48.html:20:2924:2944 Salina Ohio -0.00365504393340889116 +73922 cspg_html_3026112034 cspg_html_3026112034:745:73696:73724 Wabamun Lacombe, Alberta -0.464163347577605745 +73923 aapg_ai_518.html aapg_ai_518.html:116:14309:14318 Leadville Animas River -0.484114368303559472 +73924 cspg_html_4382149016 cspg_html_4382149016:284:42610:42621 Utica Quebec City -0.500516638951101323 +73925 aapg_ad_4.html aapg_ad_4.html:193:13512:13521 Hermitage Knoxville, Tennessee -0.272151646694156923 +73926 palaios_html_7179643765 palaios_html_7179643765:217:22070:22092 San Antonio Venezuela -0.470179399208385473 +73927 aapg_af_631.html aapg_af_631.html:128:11276:11288 Chinle Chinle Formation -0.418516567191767941 +73928 aapg_af_636.html aapg_af_636.html:282:33140:33148 Onondaga Onondaga (tribe) -0.0530811776943903371 +73929 aapg_ac_333.html aapg_ac_333.html:1645:173280:173295 Supai Arizona -0.486007867666535032 +73930 aapg_ae_959.html aapg_ae_959.html:317:26065:26079 Word Guadalupe Mountains National Park -0.238188987379158557 +73931 gsa_html_2034376262 gsa_html_2034376262:895:76455:76483 Green River Colorado -0.442542141875480355 +73932 geology_html_8682149609 geology_html_8682149609:11:476:485 San Diego California 0.00475991516942664804 +73933 aapg_ai_28.html aapg_ai_28.html:837:79855:79862 Reynosa Uvalde, Texas -0.0346577090486229963 +73934 aapg_aa_548.html aapg_aa_548.html:30:3067:3248 Seminole Winslow, Arizona -0.436872309743032927 +73935 sedimentology_html_6177691884 sedimentology_html_6177691884:331:12870:12874 Hall London, Ontario -0.028002582716924157 +73936 cspg_html_8928894270 cspg_html_8928894270:470:56789:56795 Antler Arctic Cordillera -0.480611894173340604 +73937 aapg_ah_994.html aapg_ah_994.html:289:32605:32613 Seminole Seminole, Texas -0.0900464484196999981 +73938 cspg_html_1644457308 cspg_html_1644457308:6:497:505 Columbia Victoria, British Columbia -0.450586501765938174 +73939 aapg_ac_719.html aapg_ac_719.html:226:27434:27452 Ogallala Sangre de Cristo Range -0.428929839085586462 +73940 jgeology_html_3756303604 jgeology_html_3756303604:153:8266:8279 Cid North Carolina -0.466782751574986277 +73941 gsa_html_7263302248 gsa_html_7263302248:31:2730:2758 Green River Colorado 0.0243268497329823356 +73942 aapg_ai_861.html aapg_ai_861.html:5:747:764 Ivishak Anchorage, Alaska -0.00500312776260552431 +73943 gsa_html_7173708345 gsa_html_7173708345:819:64527:64548 Forest Anchorage, Alaska -0.486419849038802532 +73944 aapg_ah_201.html aapg_ah_201.html:25:3246:3254 Colorado Lacombe, Alberta -0.035304988004324106 +73945 aapg_af_99.html aapg_af_99.html:11:1825:1844 Rio Dulce Guatemala 0.0174575141375943391 +73946 cspg_html_7561290301 cspg_html_7561290301:141:16203:16226 Elk Lacombe, Alberta -0.0176347786034971379 +73947 aapg_ac_899.html aapg_ac_899.html:33:3377:3382 Eutaw Selma to Montgomery marches 0.0245615545418565208 +73948 aapg_ac_333.html aapg_ac_333.html:802:98120:98134 Yeso Albuquerque, New Mexico -0.0117822633156925947 +73949 sedimentology_html_1482430163 sedimentology_html_1482430163:909:74611:74616 Heath Costa Rica -0.0453014649613171713 +73950 aapg_af_366.html aapg_af_366.html:113:13320:13326 Antler Reno, Nevada -0.492215666694549525 +73951 aapg_ad_52.html aapg_ad_52.html:17:2137:2156 Coldwater Michigan -0.45954677788095788 +73952 aapg_ah_53.html aapg_ah_53.html:24:3007:3024 Cypress Kentucky -0.464409872562970838 +73953 sedimentology_html_8829282630 sedimentology_html_8829282630:123:9166:9172 Pueblo England -0.459996458565647859 +73954 palaios_html_9973267562 palaios_html_9973267562:70:11160:11174 Kope Netherlands 0.0164009085472750435 +73955 aapg_ai_603.html aapg_ai_603.html:57:6054:6075 Price Indianola, Iowa -0.456416618922522499 +73956 aapg_ac_222.html aapg_ac_222.html:446:59231:59248 Paradox Logan, Utah -0.0263019613963844621 +73957 AMJC_html_2198355607 AMJC_html_2198355607:50:4641:4647 Walker Earth -0.463271407180362194 +73958 sedimentology_html_3941612453 sedimentology_html_3941612453:890:73218:73239 Quinault Washington (state) -0.0421143691729161454 +73959 aapg_aa_752.html aapg_aa_752.html:311:39524:39568 San Andres New Orleans -0.00515253017068293719 +73960 aapg_ac_950.html aapg_ac_950.html:275:30553:30565 Rhode Island Virginia -0.137194112914320238 +73961 aapg_ad_52.html aapg_ad_52.html:675:73634:73651 Michigan Michigan -0.0129533588216162645 +73962 aapg_aa_684.html aapg_aa_684.html:420:38732:38736 Jelm Cheyenne, Wyoming -0.454052985518192231 +73963 cspg_html_9354781888 cspg_html_9354781888:7:947:955 Columbia Victoria, British Columbia -0.035936644761748536 +73964 aapg_ac_79.html aapg_ac_79.html:34:5116:5123 Clinton Ohio -0.0475070165492629953 +73965 aapg_ad_111.html aapg_ad_111.html:18:3313:3332 Mesaverde Mancos, Colorado 0.0116050390489145696 +73966 aapg_ac_621.html aapg_ac_621.html:180:15665:15683 Zeandale Nemaha County, Kansas -0.0724305481451039124 +73967 aapg_ac_689.html aapg_ac_689.html:27:3565:3573 Colorado Nebraska -0.525135718439006638 +73968 aapg_ac_593.html aapg_ac_593.html:247:26161:26174 Santa Barbara California -0.509550523561513535 +73969 aapg_ac_563.html aapg_ac_563.html:600:86473:86482 Valentine Texas -0.443848978138650319 +73970 palaios_html_6956866368 palaios_html_6956866368:614:65159:65184 Hanna Cheyenne, Wyoming -0.04375827605503467 +73971 gsa_html_5865982995 gsa_html_5865982995:77:10008:10016 Colorado Logan, Utah -0.474815026513922711 +73972 cspg_html_4694210878 cspg_html_4694210878:139:16880:16891 Severn River River Severn -0.465744120990301047 +73973 cspg_html_6502178723 cspg_html_6502178723:246:27811:27819 Columbia Victoria, British Columbia -0.473010388882843136 +73974 aapg_ah_490.html aapg_ah_490.html:27:3615:3624 Minnelusa Black Hills -0.0310044155500188781 +73975 geology_html_5238536411 geology_html_5238536411:158:20565:20573 Colorado Canberra -0.0564612372025591683 +73976 aapg_aa_12.html aapg_aa_12.html:364:36867:36872 Atoka Ardmore, Pennsylvania -0.480904968568341529 +73977 cspg_html_5345848475 cspg_html_5345848475:281:33565:33583 Deer Creek Hunting Creek -0.0210882710852193268 +73978 aapg_ac_211.html aapg_ac_211.html:115:11818:11825 Madison Lacombe, Alberta -0.459149520620870666 +73979 aapg_ai_669.html aapg_ai_669.html:8:377:385 Colorado Denver -0.0362655388970657272 +73980 cspg_html_6472484014 cspg_html_6472484014:49:5346:5366 La Vieille New Brunswick, New Jersey -0.453044786078658057 +73981 aapg_ai_584.html aapg_ai_584.html:92:9500:9508 Tensleep Cheyenne, Wyoming -0.473676885959420813 +73982 geology_html_5235685630 geology_html_5235685630:275:23444:23454 Notch Peak Logan, Utah -0.247809164614051891 +73983 geology_html_3186425382 geology_html_3186425382:12:670:676 Oregon Salem, Oregon -0.446186272521599148 +73984 cspg_html_7409170811 cspg_html_7409170811:632:73508:73524 Banff Lacombe, Alberta 0.506278913802076236 +73985 aapg_ai_4.html aapg_ai_4.html:8:1044:1051 Temblor Monterey, California -0.447780648817617921 +73986 gsa_html_3817970246 gsa_html_3817970246:16:687:694 Madison Wisconsin -0.0214063649157180402 +73987 gsa_html_5495469347 gsa_html_5495469347:688:59878:59886 Colorado Colorado -0.0976654328685972323 +73988 aapg_ah_784.html aapg_ah_784.html:179:18182:18198 Sandia Placitas, New Mexico -0.00472517057507792094 +73989 aapg_ai_49.html aapg_ai_49.html:228:26949:26958 Popo Agie Cheyenne, Wyoming -0.0114139159220517442 +73990 aapg_ae_71.html aapg_ae_71.html:562:44469:44484 Supai Arizona -0.441397390812390766 +73991 aapg_aa_939.html aapg_aa_939.html:151:19276:19296 Wind River Fort Union Trading Post National Historic Site -0.369087907192151621 +73992 aapg_ae_181.html aapg_ae_181.html:211:31166:31177 Coffee Chattahoochee County, Georgia -0.0851291990007965182 +73993 aapg_ac_672.html aapg_ac_672.html:105:8653:8661 Michigan Michigan -0.0257455652851270728 +73994 aapg_ae_557.html aapg_ae_557.html:462:43038:43043 Piper Stroudsburg, Pennsylvania -0.441553207562292771 +73995 cspg_html_3618628685 cspg_html_3618628685:97:13126:13141 Telegraph Creek Deadhorse, Alaska -0.440354093294291316 +73996 cspg_html_6702053097 cspg_html_6702053097:774:81804:81817 Potsdam Quebec City -0.463579265049131273 +73997 AMJC_html_8866429777 AMJC_html_8866429777:419:51799:51818 Conasauga Alabama 0.626943261145397002 +73998 aapg_ad_743.html aapg_ad_743.html:41:6198:6212 Woodbine Navarro County, Texas -0.00861668517403405519 +73999 aapg_ac_406.html aapg_ac_406.html:148:14753:14760 Rodessa Fruitvale, British Columbia -0.432223543643836305 +74000 aapg_ai_856.html aapg_ai_856.html:326:45330:45338 Montreal Quebec City -0.460091874413590562 +74001 aapg_ai_49.html aapg_ai_49.html:205:23891:23900 Dog Creek Panhandle, Texas -0.181563088964920932 +74002 gsa_html_4930932370 gsa_html_4930932370:895:94481:94498 Onaping Michigan 0.636693825518239831 +74003 aapg_ac_486.html aapg_ac_486.html:592:72397:72403 Denver Colorado -0.495988801002771096 +74004 sedimentology_html_5673709888 sedimentology_html_5673709888:1747:105102:105109 Edwards Texas -0.46809765859229685 +74005 aapg_ac_486.html aapg_ac_486.html:506:59657:59663 Dakota Colorado 0.741100930910970401 +74006 aapg_ac_881.html aapg_ac_881.html:769:83201:83219 Deadwood Cheyenne, Wyoming -0.2282162667615594 +74007 aapg_ae_268.html aapg_ae_268.html:408:38492:38500 Victoria Pottsville, Pennsylvania 0.0241495195679644788 +74008 gsa_html_7173708345 gsa_html_7173708345:1633:114464:114487 Sheep Creek Anchorage, Alaska -0.502757556583302234 +74009 gsa_html_4438819447 gsa_html_4438819447:780:75020:75039 Mattagami Canada -0.404163017004014413 +74010 cspg_html_7602315496 cspg_html_7602315496:42:6640:6653 Wapiabi Colorado -0.454089094007790295 +74011 cspg_html_9987144175 cspg_html_9987144175:212:28007:28029 Eureka Sound Ellesmere Island 1.17529141223684519 +74012 cspg_html_6163998187 cspg_html_6163998187:521:59640:59648 Columbia Lacombe, Alberta -0.0247962629365806077 +74013 cspg_html_2834693711 cspg_html_2834693711:151:21922:21942 Huntingdon Bellingham, Washington -0.0088338543289246535 +74014 gsa_html_1266138577 gsa_html_1266138577:396:32757:32763 Poleta Salinas Valley -0.468611324772205295 +74015 gsa_html_5865982995 gsa_html_5865982995:1339:141511:141535 Wasatch Powder River Basin -0.136905625464032843 +74016 palaios_html_3491046542 palaios_html_3491046542:958:81210:81229 Red River Manitoba -0.37646644974090715 +74017 gsa_html_7040053075 gsa_html_7040053075:1082:116125:116133 La Habra Whittier, Alaska -0.479475427251918496 +74018 aapg_ac_961.html aapg_ac_961.html:552:58240:58245 Atoka McAlester, Oklahoma -0.47007370171245999 +74019 aapg_ad_810.html aapg_ad_810.html:9:1047:1067 Calico Bluff Arkansas -0.109066821196610375 +74020 aapg_af_333.html aapg_af_333.html:485:50615:50621 Salina Michigan -0.215375249141571967 +74021 gsa_html_4438819447 gsa_html_4438819447:18:1034:1060 Mattagami Ontario, California -0.456391730122837791 +74022 cspg_html_1781462584 cspg_html_1781462584:85:9452:9475 Turner Valley Burnt River (Oregon) -0.482280957733571936 +74023 gsa_html_1124652135 gsa_html_1124652135:241:22259:22294 Chandler Charleston, South Carolina -0.45184182728382527 +74024 gsa_html_1525220569 gsa_html_1525220569:242:26386:26395 Gibraltar Atlantic Ocean -0.476061064960921709 +74025 aapg_aa_423.html aapg_aa_423.html:23:2677:2698 San Andres Santa Rosa, California -0.0702513884831660329 +74026 geology_html_3363667765 geology_html_3363667765:11:587:595 Montreal Quebec City -0.402663131504437943 +74027 aapg_af_653.html aapg_af_653.html:1225:147013:147019 Neroly San Pablo Bay National Wildlife Refuge -0.0261732928942273319 +74028 aapg_ad_653.html aapg_ad_653.html:538:71325:71340 Herschel Island Davis Strait -0.0616410638413136674 +74029 aapg_ac_91.html aapg_ac_91.html:63:8887:8908 Little Flat Boise, Idaho -0.475977786028375149 +74030 gsa_html_6672856503 gsa_html_6672856503:257:22531:22541 Washington Seattle 0.00640161657025525247 +74031 geology_html_4813695285 geology_html_4813695285:227:22960:23002 Protection Garden Valley, Idaho -0.0600838800976532805 +74032 aapg_ae_415.html aapg_ae_415.html:110:15210:15232 Chickasawhay Mississippi River 0.404664193047559684 +74033 aapg_ac_222.html aapg_ac_222.html:151:22287:22294 Paradox Colorado -0.441637804770763531 +74034 aapg_ac_316.html aapg_ac_316.html:205:23450:23466 Bernal New Mexico -0.0381938711768296663 +74035 aapg_ah_447.html aapg_ah_447.html:169:20388:20395 Reynosa Oakville, California -0.492215666694549525 +74036 cspg_html_9872589627 cspg_html_9872589627:52:6443:6461 Halfway Lacombe, Alberta -0.432267625462602723 +74037 aapg_ae_74.html aapg_ae_74.html:450:42536:42562 Wingate Carmel, Indiana -0.477308890203395286 +74038 sedimentology_html_9665687367 sedimentology_html_9665687367:744:57651:57658 Seboomook Melbourne, Florida -0.47249414511500698 +74039 aapg_aa_624.html aapg_aa_624.html:15:2241:2251 Washington Wapello County, Iowa -0.0304826089875597575 +74040 cspg_html_3325817312 cspg_html_3325817312:136:14184:14192 Columbia Washington (state) -0.0308043870775981631 +74041 aapg_ai_997.html aapg_ai_997.html:686:57182:57194 Panoche Chowchilla, California -0.442575570278969321 +74042 aapg_af_2.html aapg_af_2.html:459:51263:51282 Leadville Colorado -0.448217795173201261 +74043 aapg_aa_124.html aapg_aa_124.html:56:6772:6792 Bow Island Lacombe, Alberta -0.462398581950347165 +74044 aapg_ai_704.html aapg_ai_704.html:24:3199:3205 Brazil Peru, Indiana -0.0434656937810903587 +74045 jgeology_html_5471448181 jgeology_html_5471448181:249:22352:22374 Burro Canyon Kayenta, Arizona -0.0126614494701577564 +74046 gsa_html_3241858546 gsa_html_3241858546:57:3393:3421 Green River Colorado 0.0127813404610965225 +74047 cspg_html_6588266079 cspg_html_6588266079:41:6574:6593 Gladstone Lacombe, Alberta -0.0232768060359763093 +74048 palaios_html_5977967483 palaios_html_5977967483:1192:101515:101532 Bearpaw Canada -0.415133074492044396 +74049 cspg_html_2139304729 cspg_html_2139304729:32:5387:5448 Griper Bay Bathurst Island (Northern Territory) -0.025689926843247262 +74050 aapg_ad_761.html aapg_ad_761.html:78:6632:6649 Edwards Texas -0.0285868941347483252 +74051 aapg_ah_93.html aapg_ah_93.html:95:12389:12414 Beartooth Cheyenne, Wyoming -0.445273887467667717 +74052 AMJC_html_3384252704 AMJC_html_3384252704:1314:120119:120125 Moscow Russia -0.0196369298300035668 +74053 aapg_ae_831.html aapg_ae_831.html:58:6665:6671 Topeka Carthage, Missouri -0.447404197686881167 +74054 aapg_ad_717.html aapg_ad_717.html:40:4224:4241 Gaptank Texas -0.0111046462862114288 +74055 palaios_html_4335779426 palaios_html_4335779426:497:56400:56408 Virginia Bennington, Vermont -0.457492019193031785 +74056 aapg_ae_154.html aapg_ae_154.html:37:5240:5260 Besa River Victoria, British Columbia -0.440354093294291316 +74057 geology_html_5512329346 geology_html_5512329346:13:944:950 Oregon Newport, Rhode Island -0.442542141875480355 +74058 cspg_html_1915486237 cspg_html_1915486237:314:38972:38994 Shaftesbury Victoria, British Columbia -0.44497889773871091 +74059 cspg_html_8568877195 cspg_html_8568877195:81:12807:12818 Belly River Lacombe, Alberta -0.443889149160736518 +74060 aapg_ac_714.html aapg_ac_714.html:184:21853:21870 Rierdon Cheyenne, Wyoming 0.0171307951953313421 +74061 gsa_html_6837513060 gsa_html_6837513060:171:16228:16239 Black River Cedar River (Washington) -0.450582005503512739 +74062 sedimentology_html_9059871566 sedimentology_html_9059871566:1496:88401:88418 Kayenta Thar Desert -0.0246554374675200805 +74063 jgeology_html_4305195651 jgeology_html_4305195651:131:10940:10947 Newport Selinsgrove Area School District -0.482917309945881279 +74064 cspg_html_2152913769 cspg_html_2152913769:55:7599:7634 Elk Regina, Saskatchewan -0.459819284677136619 +74065 gsa_html_5568683977 gsa_html_5568683977:679:59218:59246 Green River Colorado -0.0241616892206824377 +74066 aapg_ai_249.html aapg_ai_249.html:172:26019:26036 El Abra Durham, North Carolina -0.481794104698776371 +74067 jgeology_html_3739517257 jgeology_html_3739517257:1180:72285:72299 Ogallala Texas 0.013403391494118528 +74068 palaios_html_6327369225 palaios_html_6327369225:458:52218:52226 Richmond Emery County, Utah -0.439098796420780313 +74069 geology_html_6321307943 geology_html_6321307943:338:26085:26090 Price Sellwood Bridge -0.454034931813569353 +74070 aapg_ad_367.html aapg_ad_367.html:5:560:580 Mt. Wilson Victoria, British Columbia -0.458639019733277031 +74071 cspg_html_7881580279 cspg_html_7881580279:126:17373:17389 Yeoman Regina, Saskatchewan -0.0180709945054990453 +74072 gsa_html_3860045860 gsa_html_3860045860:678:77481:77487 Oregon Lane County, Oregon -0.034835184903719292 +74073 AMJC_html_8854520503 AMJC_html_8854520503:1114:104054:104064 Washington Lake Chelan -0.46927678392355654 +74074 cspg_html_5450075884 cspg_html_5450075884:574:66189:66200 Belly River Regina, Saskatchewan -0.00993014164144906397 +74075 aapg_ae_921.html aapg_ae_921.html:17:1916:1922 Ludlow Knife River -0.492578779781284393 +74076 cspg_html_3354282978 cspg_html_3354282978:6:706:724 Wabamun Western Canadian Sedimentary Basin -0.0185558826483486587 +74077 cspg_html_6064089067 cspg_html_6064089067:97:11821:11841 Red River Cheyenne, Wyoming -0.439258669305734428 +74078 cspg_html_5198658336 cspg_html_5198658336:12:1022:1040 Scollard Calgary -0.20612179067562017 +74079 cspg_html_4069214675 cspg_html_4069214675:185:24218:24236 Paskapoo Swan Hill, Victoria 0.363201748779439781 +74080 sedimentology_html_5469051730 sedimentology_html_5469051730:784:53513:53539 Yucatan Caribbean -0.0118656633091786638 +74081 aapg_aa_830.html aapg_aa_830.html:164:17909:17917 Colorado Denver -0.454143259443463898 +74082 aapg_aa_546.html aapg_aa_546.html:166:16285:16303 Kootenai Colorado -0.419188159016882111 +74083 cspg_html_5484260516 cspg_html_5484260516:349:31446:31456 Big Valley Savoy Hotel -0.428172388339105647 +74084 sedimentology_html_9050173913 sedimentology_html_9050173913:1140:131436:131440 Hall London, Ontario -0.474815026513922711 +74085 aapg_ai_932.html aapg_ai_932.html:686:106498:106516 Monterey California 0.0084533746806839706 +74086 gsa_html_1734656819 gsa_html_1734656819:289:25250:25260 San Felipe San Jacinto, California -0.457582637906406409 +74087 aapg_ae_970.html aapg_ae_970.html:20:1721:1725 Pico Saugus, Massachusetts -0.0408468169477428783 +74088 aapg_aa_995.html aapg_aa_995.html:406:31076:31099 Sundance Cheyenne, Wyoming 0.404559225115244669 +74089 aapg_ad_169.html aapg_ad_169.html:412:47587:47597 Greenbrier Greenbrier (Great Smoky Mountains) -0.487075683437370066 +74090 aapg_aa_678.html aapg_aa_678.html:123:13051:13063 Saskatchewan Manitoba -0.0651619121710063226 +74091 aapg_ak_76.html aapg_ak_76.html:108:16061:16074 San Sebastian Corozal Town -0.484471709023717834 +74092 aapg_ac_849.html aapg_ac_849.html:10:1212:1273 Parkwood San Fernando Valley -0.00998573864189263374 +74093 cspg_html_9729377176 cspg_html_9729377176:73:9040:9060 Baldonnel Victoria, British Columbia -0.443782030321690002 +74094 gsa_html_7272439065 gsa_html_7272439065:435:47693:47708 Lance Fort Union Trading Post National Historic Site -0.0476394385223062114 +74095 palaios_html_7928599019 palaios_html_7928599019:48:5351:5360 Eel River Scotia, New York -0.01223054087335982 +74096 aapg_ae_128.html aapg_ae_128.html:178:16064:16075 Beekmantown Jackson County, Missouri -0.434757184965269161 +74097 aapg_ai_468.html aapg_ai_468.html:204:25393:25412 Cotton Valley Bossier City, Louisiana -0.478586352630804512 +74098 geology_html_9203544566 geology_html_9203544566:269:24274:24280 Snyder California -0.0235062798697475116 +74099 aapg_ad_820.html aapg_ad_820.html:355:41795:41802 Chemung Iowa -0.002921944296335324 +74100 aapg_af_664.html aapg_af_664.html:569:64150:64160 San Andres Nashville Basin -0.00832481152182470464 +74101 gsa_html_6281658899 gsa_html_6281658899:678:74537:74554 Bridger Cheyenne, Wyoming -0.00409977035478876605 +74102 aapg_ah_687.html aapg_ah_687.html:15:2269:2297 Athabasca Lacombe, Alberta 0.0115094773461777138 +74103 aapg_af_593.html aapg_af_593.html:121:10462:10473 Collingwood Lake Erie 0.00331802598112439446 +74104 aapg_ad_154.html aapg_ad_154.html:158:19538:19553 Narrows Virginia -0.474133810779439169 +74105 aapg_ac_714.html aapg_ac_714.html:498:57839:57846 Rierdon Big Horn Mountains -0.450707909241451543 +74106 gsa_html_7102550258 gsa_html_7102550258:968:104573:104605 Dolores Colorado -0.0291434052387325206 +74107 aapg_ad_301.html aapg_ad_301.html:40:5189:5206 Bearpaw North Carolina -0.415951842500741242 +74108 aapg_ac_563.html aapg_ac_563.html:138:22748:22766 Hosston Texas -0.00364114626483282803 +74109 gsa_html_2162821431 gsa_html_2162821431:1125:97543:97561 Imperial California -0.447220509834383773 +74110 aapg_ah_972.html aapg_ah_972.html:277:28162:28173 Bluff Neches River -0.459837454744856933 +74111 aapg_ae_223.html aapg_ae_223.html:43:4388:4400 Rock Springs Moffat County, Colorado -0.0600280242274353476 +74112 geology_html_2189486964 geology_html_2189486964:11:657:665 Colorado Colorado -0.473778404154942046 +74113 cspg_html_8247666269 cspg_html_8247666269:28:5041:5047 Kanguk Canada -0.493744624269059962 +74114 aapg_aa_691.html aapg_aa_691.html:11:1676:1682 Muskeg Lacombe, Alberta -0.0340731030781195529 +74115 aapg_af_143.html aapg_af_143.html:957:96953:96974 Otter Salem, Oregon -0.411778522698214466 +74116 cspg_html_9717154602 cspg_html_9717154602:5:215:232 Bearpaw Lacombe, Alberta -0.442575570278969321 +74117 aapg_ai_951.html aapg_ai_951.html:3:231:248 Ivishak North Slope Borough, Alaska -0.025547354296840772 +74118 palaios_html_8064020973 palaios_html_8064020973:520:60848:60879 Chinle Logan, Utah -0.197296125749371803 +74119 gsa_html_9353787239 gsa_html_9353787239:947:84434:84443 Flagstaff Arizona -0.480807266046245518 +74120 sedimentology_html_8926418472 sedimentology_html_8926418472:1151:93132:93148 Viking Canada -0.017099513850188628 +74121 aapg_ah_448.html aapg_ah_448.html:28:2771:2780 Escondido Mississippi River -0.374897999051976738 +74122 gsa_html_3010975239 gsa_html_3010975239:207:30067:30074 Saginaw Michigan -0.463526807661379381 +74123 aapg_ac_849.html aapg_ac_849.html:13:1676:1710 Pottsville Pottsville, Pennsylvania 0.0321837813752043692 +74124 gsa_html_2877093757 gsa_html_2877093757:822:86142:86148 Nelson Rotterdam -0.464409872562970838 +74125 jgeology_html_1694744705 jgeology_html_1694744705:998:52777:52803 Sterling Closter, New Jersey -0.0420064113899637007 +74126 cspg_html_2749851978 cspg_html_2749851978:436:59452:59469 Cardium Lacombe, Alberta -0.420273688065598783 +74127 cspg_html_6193252551 cspg_html_6193252551:649:69179:69214 West Point Quebec City -0.434006092086238693 +74128 cspg_html_3699720399 cspg_html_3699720399:393:39545:39551 Malton Victoria, British Columbia -0.434558307819543299 +74129 aapg_ah_10.html aapg_ah_10.html:410:58553:58571 Monterey California -0.417415641024188155 +74130 cspg_html_3097746547 cspg_html_3097746547:604:66631:66640 Cold Lake Lacombe, Alberta -0.0303173748455716902 +74131 aapg_ah_318.html aapg_ah_318.html:365:46707:46728 Mt Lytton Shreveport, Louisiana -0.0367528086008553287 +74132 jgeology_html_4305195651 jgeology_html_4305195651:3372:236154:236162 Scotland New South Wales -0.525710017591827783 +74133 aapg_af_129.html aapg_af_129.html:148:15606:15612 Gilman Colorado -0.0799545846423326267 +74134 palaios_html_3146065873 palaios_html_3146065873:274:25991:26018 Florissant Colorado -0.501736476941695764 +74135 gsa_html_6433065427 gsa_html_6433065427:722:70757:70768 Green River Kentucky -0.0153756304706319062 +74136 cspg_html_6306091047 cspg_html_6306091047:7:549:557 Pardonet Victoria, British Columbia -0.420071282660241185 +74137 AMJC_html_6341723617 AMJC_html_6341723617:1205:101224:101228 Elko Elko, Nevada -0.447314589257592876 +74138 cspg_html_5069764621 cspg_html_5069764621:9:630:651 Belly River Lacombe, Alberta -0.444856013246054061 +74139 gsa_html_4776439297 gsa_html_4776439297:816:74067:74071 Bell Bennington, Vermont -0.494585786210081368 +74140 aapg_ae_388.html aapg_ae_388.html:880:49709:49729 Cedar Keys Melbourne, Florida -0.26012059254689146 +74141 aapg_ad_2.html aapg_ad_2.html:1626:225258:225263 Chazy Black River, Jamaica -0.0347847257870449039 +74142 aapg_ad_111.html aapg_ad_111.html:52:7361:7380 Mesaverde Grand Mesa -0.19167648642117141 +74143 aapg_af_85.html aapg_af_85.html:224:25086:25093 Wabamun Lacombe, Alberta 0.0365022098849613272 +74144 aapg_ae_187.html aapg_ae_187.html:307:32143:32149 Galena Bloomington, Indiana -0.403758404313741825 +74145 gsa_html_2989317971 gsa_html_2989317971:1160:115559:115569 Washington Salem, Oregon -0.474808096218428344 +74146 aapg_ac_730.html aapg_ac_730.html:216:30289:30298 Mesaverde Mancos, Colorado -0.440254051746647612 +74147 aapg_ac_313.html aapg_ac_313.html:44:4860:4871 Toledo Guatemala -0.486483068290992582 +74148 gsa_html_2832151886 gsa_html_2832151886:846:68710:68718 Dunvegan Lacombe, Alberta -0.449431691216236939 +74149 aapg_ah_387.html aapg_ah_387.html:377:36916:36925 Knoxville Knoxville, Illinois -0.0550552936469841589 +74150 aapg_ac_835.html aapg_ac_835.html:1603:199251:199270 Chugwater Cheyenne, Wyoming -0.464610795373413321 +74151 aapg_ad_862.html aapg_ad_862.html:388:61886:61894 Michigan Oklahoma City -0.0328413551399559175 +74152 gsa_html_4930932370 gsa_html_4930932370:904:95419:95436 Onaping Sudbury, Suffolk -0.0105034896980181463 +74153 aapg_ah_829.html aapg_ah_829.html:3:394:422 Green River Colorado -0.0510274225681307883 +74154 cspg_html_6715452766 cspg_html_6715452766:22:3978:4007 Bird Fiord Ellesmere Island -0.469648742182661783 +74155 cspg_html_9275863663 cspg_html_9275863663:83:11772:11792 Swan Hills Swan Hill, Victoria -0.455211432419709627 +74156 sedimentology_html_4339244746 sedimentology_html_4339244746:774:50579:50585 Banner Hanson, Massachusetts -0.47076786107370483 +74157 aapg_aa_698.html aapg_aa_698.html:221:20762:20778 Muskeg Regina, Saskatchewan -0.458822766590828601 +74158 aapg_ai_352.html aapg_ai_352.html:118:8276:8282 Norton Decatur, Georgia -0.0398318560820373618 +74159 cspg_html_4617311907 cspg_html_4617311907:48:9419:9430 Stony Creek New Brunswick, New Jersey -0.485448733097070706 +74160 aapg_ad_793.html aapg_ad_793.html:73:5418:5435 Hosston Coahuila -0.459737523933718362 +74161 aapg_ac_333.html aapg_ac_333.html:1131:134692:134712 San Andres New Mexico 0.0500094748196380778 +74162 aapg_ad_564.html aapg_ad_564.html:4736:370015:370026 Skull Creek Cheyenne, Wyoming -0.0161298137457332978 +74163 aapg_af_128.html aapg_af_128.html:378:39037:39043 Denver Denver -0.466759861116235797 +74164 aapg_aa_645.html aapg_aa_645.html:115:16095:16116 Green River Colorado -0.456661018199272462 +74165 gsa_html_4695276845 gsa_html_4695276845:1196:111519:111547 Green River Colorado -0.0492670174484324749 +74166 gsa_html_7998821885 gsa_html_7998821885:29:2796:2824 Green River Colorado 0.0215888803557360183 +74167 aapg_ae_907.html aapg_ae_907.html:4:738:753 Santa Margarita San Andreas Fault -0.53873473157376317 +74168 aapg_aa_97.html aapg_aa_97.html:297:19123:19133 Washington Cowlitz River -0.0355416373678999614 +74169 aapg_ad_440.html aapg_ad_440.html:942:92893:92899 Warsaw Salem, Massachusetts -0.410282182892136194 +74170 AMJC_html_9551012488 AMJC_html_9551012488:385:34322:34342 Spences Bridge Victoria, British Columbia -0.499227264098479506 +74171 cspg_html_8928894270 cspg_html_8928894270:363:50281:50311 Nisku Canada 1.05879540478893452 +74172 gsa_html_4761254244 gsa_html_4761254244:706:65226:65254 Green River Colorado 0.0154555658286427144 +74173 cspg_html_9729377176 cspg_html_9729377176:89:10509:10528 Pardonet Victoria, British Columbia -0.462102516958969756 +74174 cspg_html_6038396142 cspg_html_6038396142:29:4330:4348 Winnipeg Deer Island (Massachusetts) -0.463355772445772196 +74175 cspg_html_5697056884 cspg_html_5697056884:552:55069:55090 Winnipeg Regina, Saskatchewan -0.444625928203921772 +74176 gsa_html_5737673651 gsa_html_5737673651:341:30673:30689 Chinle California -0.412816947880561391 +74177 sedimentology_html_2791106313 sedimentology_html_2791106313:830:49287:49319 Cutler Colorado -0.492342974330111982 +74178 geology_html_5584127122 geology_html_5584127122:12:590:598 Colorado Denver -0.42655631436454855 +74179 aapg_ah_107.html aapg_ah_107.html:115:11058:11075 Tamabra Matamoros, Tamaulipas -0.0190286162689285929 +74180 sedimentology_html_2550885329 sedimentology_html_2550885329:1969:109595:109620 Beaverhill Canada -0.457614356613462614 +74181 geology_html_6663105863 geology_html_6663105863:148:17344:17350 Sierra Salinas, California -0.47596853330555533 +74182 cspg_html_2625728726 cspg_html_2625728726:39:6989:7011 Granite Wash Middle East -0.0262532758817809256 +74183 aapg_ad_440.html aapg_ad_440.html:572:55323:55329 Denmar Monroe County, Florida -0.0248379892514390653 +74184 aapg_ai_49.html aapg_ai_49.html:852:107131:107150 Arapahoe Denver -0.42655631436454855 +74185 sedimentology_html_4278388483 sedimentology_html_4278388483:1025:61362:61370 Colorado Shreveport, Louisiana 0.000858166175472142184 +74186 aapg_ae_28.html aapg_ae_28.html:882:66035:66044 Maquoketa Illinois -0.00756560119780054757 +74187 cspg_html_4722013873 cspg_html_4722013873:20:1675:1701 Keg River Middle East -0.464533160716817162 +74188 cspg_html_1870927435 cspg_html_1870927435:193:26582:26613 Lime Creek Iowa -0.19533893430102009 +74189 aapg_af_947.html aapg_af_947.html:37:5244:5250 Dakota New Mexico 0.93378529839822344 +74190 cspg_html_7340411855 cspg_html_7340411855:96:13789:13806 Cardium Lacombe, Alberta -0.421983856501260468 +74191 aapg_af_397.html aapg_af_397.html:640:77548:77567 Entrada Entrada Sandstone -0.435838488044850259 +74192 aapg_aa_288.html aapg_aa_288.html:55:6741:6752 Mowry Colorado 0.329152532347009974 +74193 aapg_af_130.html aapg_af_130.html:122:23344:23352 Colorado Colorado -0.487075683437370066 +74194 cspg_html_2178758494 cspg_html_2178758494:285:37417:37436 Athabasca Lacombe, Alberta -0.477642564553472426 +74195 aapg_ad_267.html aapg_ad_267.html:69:6112:6130 Cotton Valley Paluxy, Texas 0.00449759385089911184 +74196 cspg_html_6566356550 cspg_html_6566356550:51:9260:9281 Blind Fiord Canada -0.398272645988321683 +74197 gsa_html_9052101586 gsa_html_9052101586:457:54142:54152 Rock River Illinois -0.0373010146688876193 +74198 gsa_html_9181545711 gsa_html_9181545711:710:67888:67914 Fountain Douglas County, Colorado -0.0709123873709758268 +74199 aapg_ac_687.html aapg_ac_687.html:52:4588:4608 Fort Union Pinedale, California -0.00305744578029933057 +74200 aapg_ah_779.html aapg_ah_779.html:302:56894:56906 New Scotland Knoxville, Tennessee -0.0490927421425235155 +74201 aapg_ai_489.html aapg_ai_489.html:338:37460:37469 Allen Bay Little Cornwallis Island -0.0369720874920937415 +74202 geology_html_9388710613 geology_html_9388710613:240:20910:20916 Morgan Earth 0.00247374805721130514 +74203 sedimentology_html_9050173913 sedimentology_html_9050173913:1133:131155:131159 Hall London, Ontario -0.0161089604302801712 +74204 aapg_ae_959.html aapg_ae_959.html:1415:102944:102954 San Andres Cloudcroft, New Mexico -0.00764378019701813464 +74205 sedimentology_html_7728336591 sedimentology_html_7728336591:401:28842:28846 Hall London, Ontario -0.448529529594894116 +74206 AMJC_html_2702389713 AMJC_html_2702389713:1300:99812:99833 Waits River Bennington, Vermont -0.0344245588872295546 +74207 jgeology_html_4937261141 jgeology_html_4937261141:484:46816:46826 Washington Seattle -0.486419849038802532 +74208 aapg_aa_112.html aapg_aa_112.html:63:6695:6714 Chugwater Cheyenne, Wyoming 0.0312983764066288098 +74209 aapg_aa_567.html aapg_aa_567.html:18:2271:2286 Iatan Silver City, New Mexico -0.462166276497962936 +74210 gsa_html_9277559462 gsa_html_9277559462:406:47699:47705 Denver Colorado -0.0501628553574823693 +74211 sedimentology_html_3455721661 sedimentology_html_3455721661:478:37201:37219 Todilto Entrada Sandstone -0.488912357297633382 +74212 aapg_ai_533.html aapg_ai_533.html:52:5619:5637 Colorado Colorado -0.487631194234456278 +74213 aapg_af_291.html aapg_af_291.html:545:59540:59558 Shublik California -0.0560006974555955842 +74214 aapg_aa_232.html aapg_aa_232.html:225:24511:24517 Dakota New Mexico -0.422919742173225754 +74215 aapg_ac_486.html aapg_ac_486.html:51:7439:7445 Denver Cheyenne, Wyoming -0.0269088055226016747 +74216 aapg_ac_912.html aapg_ac_912.html:19:2338:2359 Phosphoria Cheyenne, Wyoming -0.407124461976563934 +74217 gsa_html_8820488310 gsa_html_8820488310:881:79518:79526 Victoria Victoria, British Columbia -0.506302887282198189 +74218 sedimentology_html_2566540012 sedimentology_html_2566540012:1815:130598:130605 Spokane Washington (state) -0.448350101124535771 +74219 cspg_html_5889831809 cspg_html_5889831809:231:25586:25594 Columbia Lacombe, Alberta -0.42655631436454855 +74220 geology_html_8596179481 geology_html_8596179481:193:16662:16671 Esperanza Whittier, Alaska -0.00500312776260552431 +74221 cspg_html_2650073471 cspg_html_2650073471:8:793:803 Milk River Lacombe, Alberta -0.478307979059971577 +74222 cspg_html_7587979364 cspg_html_7587979364:669:47533:47548 Leduc Lacombe, Alberta -0.00424743388825097462 +74223 aapg_aa_698.html aapg_aa_698.html:13:1592:1598 Muskeg Canada -0.486436238766394913 +74224 palaios_html_1064392617 palaios_html_1064392617:527:32643:32647 Kano Middle East -0.0585689638564125953 +74225 cspg_html_2492063773 cspg_html_2492063773:12:947:969 Trent River Qualicum River -0.494543235417533422 +74226 cspg_html_4193503340 cspg_html_4193503340:12:1489:1496 Pakowki Lacombe, Alberta -0.467877607461444023 +74227 aapg_ak_64.html aapg_ak_64.html:74:8352:8383 Charles Regina, Saskatchewan -0.454466062398962145 +74228 gsa_html_2853817533 gsa_html_2853817533:1023:71349:71358 Flagstaff Cheyenne, Wyoming -0.0498072961417324808 +74229 aapg_ad_52.html aapg_ad_52.html:672:73333:73341 Michigan Michigan -0.458103872838477311 +74230 aapg_ah_429.html aapg_ah_429.html:359:18203:18217 Word West Texas -0.495711798447340535 +74231 aapg_aa_23.html aapg_aa_23.html:475:56233:56257 Stony Mountain Red River of the North -0.626050015400050119 +74232 jgeology_html_6175642561 jgeology_html_6175642561:848:50977:50999 Heath .nz -0.0225014864703161413 +74233 cspg_html_7325522863 cspg_html_7325522863:152:23578:23594 Horseshoe Canyon Milk River, Alberta -0.478326534516524793 +74234 aapg_ae_241.html aapg_ae_241.html:30:2889:2899 Fort Scott Henrietta, New York -0.0151097603849725953 +74235 aapg_ae_526.html aapg_ae_526.html:131:13564:13581 Rodessa Henderson County, Texas -0.450829332903146696 +74236 aapg_ae_981.html aapg_ae_981.html:282:24302:24312 Bainbridge Bainbridge, Georgia -0.0198420227136738916 +74237 aapg_af_397.html aapg_af_397.html:5:821:838 Todilto Entrada Sandstone -0.00455839673073113721 +74238 gsa_html_8793864878 gsa_html_8793864878:799:81565:81572 Madison Antarctica -0.463697875765281653 +74239 aapg_af_868.html aapg_af_868.html:486:36806:36821 Atoka Brentwood, Essex -0.480807266046245518 +74240 aapg_ah_973.html aapg_ah_973.html:180:15679:15689 Coon Creek Adamsville, Tennessee -0.0224632429453272796 +74241 cspg_html_6517402834 cspg_html_6517402834:228:21761:21784 Willow Creek Lacombe, Alberta -0.466810220907495799 +74242 aapg_ae_17.html aapg_ae_17.html:204:25512:25521 San Pedro Durango, Durango -0.458641287983651336 +74243 cspg_html_2498183035 cspg_html_2498183035:6:514:534 Swan Hills Lacombe, Alberta -0.458822766590828601 +74244 aapg_af_628.html aapg_af_628.html:198:19831:19840 Aux Vases Illinois -0.0118326507856826232 +74245 cspg_html_4680797491 cspg_html_4680797491:385:39077:39085 Columbia Victoria, British Columbia -0.0424800423112160416 +74246 aapg_ai_898.html aapg_ai_898.html:69:8107:8116 Van Buren Bloomington, Indiana -0.0369546842337877615 +74247 aapg_af_575.html aapg_af_575.html:297:39395:39400 Atoka Ouachita Parish, Louisiana -0.458648092769168181 +74248 palaios_html_9408587909 palaios_html_9408587909:295:30686:30717 Liard Victoria, British Columbia -0.0328900657953446335 +74249 aapg_ai_4.html aapg_ai_4.html:32:4435:4441 Cierbo San Pablo Bay National Wildlife Refuge -0.45417711448712661 +74250 palaios_html_3962337036 palaios_html_3962337036:663:56384:56404 Pottsville Alabama -0.212608092881443722 +74251 sedimentology_html_1958297829 sedimentology_html_1958297829:62:5149:5175 Monterey California -0.466299888436986554 +74252 gsa_html_8517233795 gsa_html_8517233795:671:61507:61525 Monterey California -0.00515253017068293719 +74253 cspg_html_6306091047 cspg_html_6306091047:401:57264:57283 Pardonet Victoria, British Columbia -0.469093158774920749 +74254 aapg_ac_201.html aapg_ac_201.html:696:69859:69873 Lisburne Canning River (Alaska) -0.522783900941959923 +74255 aapg_ah_622.html aapg_ah_622.html:84:9834:9842 Niobrara Western world 0.0147048786828740258 +74256 geology_html_7840246108 geology_html_7840246108:254:26405:26417 Midway Texas -0.0144303273551577363 +74257 gsa_html_2023933346 gsa_html_2023933346:297:32486:32505 Silverado Durham, North Carolina -0.459837454744856933 +74258 sedimentology_html_3249810649 sedimentology_html_3249810649:320:22173:22190 Frisco South Africa -0.44844429668252761 +74259 aapg_ae_72.html aapg_ae_72.html:13:2331:2342 Uncompahgre Kaibab, Arizona -0.0792959011673746855 +74260 aapg_af_614.html aapg_af_614.html:70:5749:5768 Smackover Cotton Valley, Louisiana -0.46957525648780718 +74261 aapg_af_48.html aapg_af_48.html:597:51925:51942 Bluff Wisconsin -0.473323971277166522 +74262 aapg_ae_904.html aapg_ae_904.html:308:32500:32508 Niobrara Black Hills -0.519327430929987566 +74263 cspg_html_4326384800 cspg_html_4326384800:1035:152486:152506 Waterways Swan Hill, Victoria -0.493411698974303814 +74264 gsa_html_1248731493 gsa_html_1248731493:134:13147:13155 Columbia Victoria, British Columbia -0.498374324087579645 +74265 aapg_ah_546.html aapg_ah_546.html:39:4492:4498 Denver Colorado -0.433423304094416983 +74266 cspg_html_2954223000 cspg_html_2954223000:1233:162274:162279 Weeks Tulsa, Oklahoma -0.465744120990301047 +74267 cspg_html_8247666269 cspg_html_8247666269:537:62818:62839 Christopher Canada -0.465888175365361257 +74268 palaios_html_3609052527 palaios_html_3609052527:498:47907:47925 Yorktown Virginia -0.416415682696128164 +74269 aapg_ah_320.html aapg_ah_320.html:100:11234:11243 Tuscarora Huntington, West Virginia -0.0200714512738383588 +74270 cspg_html_4943597281 cspg_html_4943597281:107:12689:12712 Viking Lacombe, Alberta -0.0325612728688678896 +74271 aapg_ad_691.html aapg_ad_691.html:75:8401:8411 Duck Creek Red River of the North -0.44255997020698512 +74272 cspg_html_5779937878 cspg_html_5779937878:47:5584:5607 Grand Rapids Clearwater, Florida -0.463821065177301928 +74273 cspg_html_2650524233 cspg_html_2650524233:90:12879:12896 Eastend Regina, Saskatchewan 0.980645208789837519 +74274 sedimentology_html_9906287852 sedimentology_html_9906287852:834:69138:69156 Evanston Absaroka -0.0393792500826810471 +74275 aapg_ae_885.html aapg_ae_885.html:241:24614:24620 Cutler Arizona -0.0565379969022386936 +74276 aapg_ad_247.html aapg_ad_247.html:9:742:748 Oregon California -0.417396109221489231 +74277 aapg_ac_71.html aapg_ac_71.html:565:66686:66703 Dunlap Tonopah, Arizona -0.0508147576234257159 +74278 jgeology_html_9902817849 jgeology_html_9902817849:147:10056:10068 Medicine Bow Cheyenne, Wyoming -0.0474930775226503829 +74279 aapg_af_725.html aapg_af_725.html:191:20173:20178 Price California -0.421983856501260468 +74280 aapg_ah_869.html aapg_ah_869.html:3:463:469 Dakota Colorado -0.410827415379082961 +74281 aapg_ae_777.html aapg_ae_777.html:8:1187:1211 Espiritu Santo Colorado -0.456337429672799166 +74282 aapg_ac_333.html aapg_ac_333.html:322:42873:42888 Supai New Mexico -0.475397368106546647 +74283 aapg_ai_762.html aapg_ai_762.html:239:21147:21158 San Antonio London, Ontario 0.0164478291242488549 +74284 sedimentology_html_2139169476 sedimentology_html_2139169476:26:1660:1669 Peninsula Korea -0.494543235417533422 +74285 aapg_ac_6.html aapg_ac_6.html:315:21399:21433 Neuville Quebec City -0.0349152239847350387 +74286 aapg_af_858.html aapg_af_858.html:120:11541:11547 Guelph Cedarville, California -0.0371287181535530572 +74287 palaios_html_1803946422 palaios_html_1803946422:21:1181:1198 Denver Hell Creek Formation -0.471695028578207554 +74288 cspg_html_5541725202 cspg_html_5541725202:640:77419:77429 Cumberland Bridgetown, Nova Scotia -0.505322937852164866 +74289 palaios_html_3105248303 palaios_html_3105248303:842:84640:84659 Fairview Kentucky -0.226595220129988506 +74290 aapg_ae_305.html aapg_ae_305.html:1238:113203:113220 Naheola Alabama 0.0190703285960370852 +74291 jgeology_html_9410843157 jgeology_html_9410843157:759:44605:44616 Devils Hole Reno, Nevada -0.491131969162477144 +74292 aapg_ac_419.html aapg_ac_419.html:571:67416:67446 Otter California -0.43347626990885002 +74293 aapg_aa_789.html aapg_aa_789.html:109:12955:12961 Morgan Boise, Idaho -0.442976805415170927 +74294 sedimentology_html_4185931185 sedimentology_html_4185931185:613:52774:52798 El Paso Texas -0.436898889813044922 +74295 gsa_html_6967102683 gsa_html_6967102683:795:68766:68774 Columbia Earth -0.463362613223226583 +74296 gsa_html_7102550258 gsa_html_7102550258:1723:152154:152165 Summerville Logan, Utah -0.432466019139625568 +74297 cspg_html_1984085623 cspg_html_1984085623:49:7457:7469 Saskatchewan Victoria, British Columbia -0.465787563493960222 +74298 gsa_html_9979192554 gsa_html_9979192554:1069:99450:99474 Tindir Anchorage, Alaska -0.485369220602805185 +74299 cspg_html_9354781888 cspg_html_9354781888:1027:70876:70900 Amaranth Manitoba -0.441392939290133568 +74300 aapg_ah_157.html aapg_ah_157.html:150:20062:20078 Nepean Wisconsin -0.0470400724197041903 +74301 aapg_ac_295.html aapg_ac_295.html:128:11745:11754 Mesaverde Wasatch Range -0.473413916391550615 +74302 sedimentology_html_2487544504 sedimentology_html_2487544504:2891:74895:74913 Monterey California -0.0505811818267982855 +74303 aapg_ac_741.html aapg_ac_741.html:230:25314:25326 Pierre Sharon Springs, Kansas -0.00229308019174294993 +74304 cspg_html_4105062490 cspg_html_4105062490:9:888:908 Dawson Bay Regina, Saskatchewan -0.00984327149097449609 +74305 aapg_aa_305.html aapg_aa_305.html:114:16704:16721 Chipola Melbourne, Florida -0.0238644046922454368 +74306 gsa_html_2803067273 gsa_html_2803067273:49:5378:5384 Antler Ruby Mountains Wilderness -0.021507182733615033 +74307 cspg_html_6331977039 cspg_html_6331977039:109:11248:11276 Eleanor River Little Cornwallis Island 0.315118185084484803 +74308 geology_html_1484290235 geology_html_1484290235:170:20296:20306 Wind River Gallatin, Tennessee -0.0565379969022386936 +74309 cspg_html_8121999081 cspg_html_8121999081:68:7730:7750 Blackstone Lacombe, Alberta -0.0243581435015515282 +74310 palaios_html_5582845937 palaios_html_5582845937:306:30420:30428 Virginia Hampton, New Hampshire -0.0583700268296453301 +74311 aapg_ah_330.html aapg_ah_330.html:605:46658:46674 Llajas Ventura County, California -0.038242606390143298 +74312 aapg_af_308.html aapg_af_308.html:415:50297:50307 Pocahontas Huntington, West Virginia -0.00312693377810404575 +74313 aapg_ac_532.html aapg_ac_532.html:41:7554:7569 Diablo Llano, Texas -0.4597920302667165 +74314 aapg_ae_305.html aapg_ae_305.html:1371:129772:129777 Colon Maracaibo -0.699022121758606674 +74315 aapg_ac_672.html aapg_ac_672.html:85:6952:6966 Salina Wayne County, Michigan 0.00331802598112439446 +74316 palaios_html_4745554613 palaios_html_4745554613:741:68730:68768 Kaskapau London, Ontario -0.0277017418114762735 +74317 cspg_html_8298261690 cspg_html_8298261690:708:69399:69415 Viking Lacombe, Alberta -0.00143491027354907159 +74318 palaios_html_7565718144 palaios_html_7565718144:16:757:769 Cooking Lake Lacombe, Alberta -0.479960973619786069 +74319 gsa_html_2717448156 gsa_html_2717448156:1249:119911:119935 Gog Victoria, British Columbia -0.055289015959458003 +74320 aapg_ai_105.html aapg_ai_105.html:364:45460:45490 Morgan Uinta Mountains -0.247730103434347204 +74321 aapg_ah_779.html aapg_ah_779.html:541:103482:103499 Parting Colorado -0.498374324087579645 +74322 cspg_html_1784868850 cspg_html_1784868850:434:43603:43611 Columbia Victoria, British Columbia -0.478488911708928044 +74323 aapg_ai_584.html aapg_ai_584.html:915:96171:96189 Fairbank Black Hills -0.0764239732263316957 +74324 aapg_af_54.html aapg_af_54.html:163:19619:19627 Woodford Nashville Basin -0.485266333037401854 +74325 cspg_html_1624547765 cspg_html_1624547765:440:45358:45366 Grosmont Lacombe, Alberta -0.451787799117909672 +74326 geology_html_2490144372 geology_html_2490144372:183:18899:18907 Colorado Raleigh, North Carolina -0.0548285557290214137 +74327 aapg_ac_924.html aapg_ac_924.html:303:31704:31712 Tensleep Des Moines, Washington -0.519495518957692082 +74328 cspg_html_5241714595 cspg_html_5241714595:247:38467:38477 Horn River Regina, Saskatchewan -0.00756560119780054757 +74329 aapg_ae_391.html aapg_ae_391.html:325:29655:29661 Salado Delaware -0.0092977313772016467 +74330 geology_html_5825799037 geology_html_5825799037:77:6657:6677 Sheep Pass Reno, Nevada 0.344571449656598416 +74331 aapg_ae_992.html aapg_ae_992.html:166:15584:15602 Moenkopi Colorado Plateau -0.476368803491585613 +74332 aapg_ah_779.html aapg_ah_779.html:507:95558:95564 Amsden Boise, Idaho 0.0527603489340745246 +74333 gsa_html_1154444143 gsa_html_1154444143:1028:79595:79603 Santiago Chile -0.0240556397080989269 +74334 aapg_af_537.html aapg_af_537.html:79:9459:9467 Virginia Reston, Virginia -0.0369546842337877615 +74335 aapg_ah_165.html aapg_ah_165.html:532:56227:56244 Cardium Lacombe, Alberta -0.44645479356367046 +74336 aapg_aa_415.html aapg_aa_415.html:73:11652:11657 Tokio Western world 0.0168423133530892395 +74337 aapg_ac_629.html aapg_ac_629.html:170:23290:23296 Lissie Oberlin, Ohio -0.0816788093669866405 +74338 aapg_ah_645.html aapg_ah_645.html:463:55243:55250 Rierdon East Asia -0.0171725037246518962 +74339 sedimentology_html_9856339723 sedimentology_html_9856339723:1172:58834:58902 Extension Laramie, Wyoming -0.467870731747513147 +74340 aapg_ai_763.html aapg_ai_763.html:56:7198:7205 Hosston East Texas -0.424249874232666135 +74341 cspg_html_5141367518 cspg_html_5141367518:155:23706:23727 Belly River Milk River, Alberta -0.42652126035610638 +74342 aapg_aa_779.html aapg_aa_779.html:91:8230:8245 Sespe California -0.0331440604270269723 +74343 aapg_ae_419.html aapg_ae_419.html:300:38529:38544 Coban Veracruz, Veracruz -0.47503682505792677 +74344 cspg_html_2873888604 cspg_html_2873888604:11:1176:1185 Baldonnel Canada -0.420813643173481466 +74345 cspg_html_1019614994 cspg_html_1019614994:216:33821:33838 Wabamun Lacombe, Alberta -0.436805862873274886 +74346 cspg_html_3740794265 cspg_html_3740794265:558:50700:50732 Montney Lacombe, Alberta -0.0566077792126221876 +74347 palaios_html_7341451922 palaios_html_7341451922:1265:102039:102043 Hall Gulf of Aden -0.473649201225758321 +74348 cspg_html_9957758447 cspg_html_9957758447:257:36913:36946 Birdbear Williston Basin -0.475150056487165573 +74349 AMJC_html_6759408618 AMJC_html_6759408618:135:12909:12938 Laurentian Hamburg -0.443715087361728711 +74350 aapg_aa_662.html aapg_aa_662.html:14:1970:1977 Venango Pleasantville, Venango County, Pennsylvania -0.0411306079885422268 +74351 aapg_ac_585.html aapg_ac_585.html:201:21620:21638 Woodbine Arkansas -0.233422719322795902 +74352 geology_html_8979691507 geology_html_8979691507:181:20088:20094 Oregon Washington (state) -0.432227951733042737 +74353 gsa_html_4071231613 gsa_html_4071231613:1060:107209:107215 Oregon Boise, Idaho 0.00543048895720864636 +74354 aapg_ae_68.html aapg_ae_68.html:94:11551:11557 Moleen Reno, Nevada -0.474808096218428344 +74355 aapg_aa_633.html aapg_aa_633.html:298:27275:27293 Lane Veracruz, Veracruz -0.032256843292129446 +74356 cspg_html_4666332434 cspg_html_4666332434:396:66670:66686 Oldman Lacombe, Alberta -0.0384097003788234775 +74357 cspg_html_3103886269 cspg_html_3103886269:26:3178:3200 Winnipegosis Regina, Saskatchewan -0.450649451770273157 +74358 aapg_ad_466.html aapg_ad_466.html:766:84099:84107 Monmouth Monmouth County, New Jersey -0.440680970807864891 +74359 cspg_html_3404912985 cspg_html_3404912985:685:99863:99884 Belly River Lacombe, Alberta -0.00716428423732448638 +74360 aapg_ah_122.html aapg_ah_122.html:71:6598:6619 Black River Delaware -0.420787509362551382 +74361 aapg_ad_69.html aapg_ad_69.html:191:14981:14994 Gypsum Spring Fort Union Trading Post National Historic Site 0.00259187716092955768 +74362 sedimentology_html_5673709888 sedimentology_html_5673709888:1504:77717:77725 Hawthorn Ocala, Florida -0.478284785297837578 +74363 cspg_html_7224910454 cspg_html_7224910454:178:16351:16363 Exshaw Alta, Utah -0.0116415263184878361 +74364 aapg_ai_974.html aapg_ai_974.html:3:182:192 Washington Washington (state) -0.0655532474032289592 +74365 cspg_html_6255491344 cspg_html_6255491344:87:13239:13257 Kootenay Cairns, Queensland -0.483085217576718073 +74366 cspg_html_9905904289 cspg_html_9905904289:6:527:546 Paskapoo Regina, Saskatchewan -0.494585786210081368 +74367 cspg_html_7409170811 cspg_html_7409170811:684:78788:78796 Colorado Denver -0.547824069148446502 +74368 cspg_html_3328007773 cspg_html_3328007773:113:15108:15123 Gates Lacombe, Alberta -0.467870731747513147 +74369 aapg_ad_801.html aapg_ad_801.html:113:12828:12845 Naheola Alabama -0.0164009085472750712 +74370 aapg_ad_628.html aapg_ad_628.html:133:15235:15244 Mansfield Shreveport, Louisiana -0.447168994241326834 +74371 aapg_ae_113.html aapg_ae_113.html:124:16281:16308 Peel Wales Island (British Columbia) -0.461112551652814728 +74372 aapg_ac_984.html aapg_ac_984.html:205:18792:18810 Eminence Trempealeau, Wisconsin 0.0438000743311506777 +74373 aapg_ad_864.html aapg_ad_864.html:36:4672:4678 Ripley Knoxville, Tennessee -0.456717601557364239 +74374 gsa_html_9301126081 gsa_html_9301126081:916:80107:80112 Yager California -0.0143364940209374722 +74375 cspg_html_4785922166 cspg_html_4785922166:688:70419:70447 Prairie Regina, Saskatchewan -0.0776846107248217038 +74376 cspg_html_5688447798 cspg_html_5688447798:154:22766:22786 Blue Fiord Ellesmere Island -0.229317679589869539 +74377 aapg_ah_329.html aapg_ah_329.html:333:33038:33045 Sisquoc Monterey, California -0.115611359305752393 +74378 aapg_af_561.html aapg_af_561.html:428:39341:39353 Wasatch Wasatch Range -0.473010388882843136 +74379 aapg_ah_486.html aapg_ah_486.html:193:18827:18843 Pottsville Western world -0.457736710679965686 +74380 aapg_ai_143.html aapg_ai_143.html:30:3588:3609 Belly River Southern Alberta -0.450586501765938174 +74381 aapg_ad_217.html aapg_ad_217.html:296:31610:31633 Jackson Melbourne, Florida -0.481759173673690755 +74382 aapg_ac_749.html aapg_ac_749.html:19:2342:2353 Collingwood Georgian Bay 1.07601711876986816 +74383 AMJC_html_5866196579 AMJC_html_5866196579:548:54528:54534 Oxford England -0.0570962758686634417 +74384 aapg_af_142.html aapg_af_142.html:220:27441:27460 Cotton Valley East Texas -0.0129255578059820249 +74385 cspg_html_3521815736 cspg_html_3521815736:255:35695:35699 Toad Western world -0.463332970234029085 +74386 AMJC_html_1873062106 AMJC_html_1873062106:1166:120572:120587 Mesaverde Logan, Utah -0.412816947880561391 +74387 aapg_ak_76.html aapg_ak_76.html:124:18154:18169 Cibao Puerto Rico -0.036075857948020304 +74388 aapg_ac_870.html aapg_ac_870.html:9:968:984 Bowen Middle East -0.0732667739597909207 +74389 aapg_af_128.html aapg_af_128.html:110:10994:11002 Fairbank Hartville, Missouri -0.42655631436454855 +74390 aapg_ah_5.html aapg_ah_5.html:2264:150753:150768 Conasauga Manitoba 0.75774421937625136 +74391 aapg_ae_370.html aapg_ae_370.html:634:63259:63284 Pittsburg Bluff Salem, Oregon -0.464533160716817162 +74392 cspg_html_4269474759 cspg_html_4269474759:5:246:253 Bearpaw Lacombe, Alberta 0.00313388258007131059 +74393 aapg_ae_884.html aapg_ae_884.html:372:48633:48651 Frontier Cheyenne, Wyoming -0.422243369951963321 +74394 aapg_ah_828.html aapg_ah_828.html:491:45793:45801 Sundance Cheyenne, Wyoming -0.441406293921039528 +74395 aapg_ad_908.html aapg_ad_908.html:381:41194:41203 Rio Negro Maracaibo -0.597829840551836522 +74396 aapg_ac_324.html aapg_ac_324.html:265:36168:36191 Willard Strawberry Creek -0.46105569042928074 +74397 aapg_af_568.html aapg_af_568.html:297:30387:30410 Dakota Iles 0.0148352047052043839 +74398 cspg_html_4341656515 cspg_html_4341656515:564:51389:51398 Mackenzie Lacombe, Alberta -0.436819151869522138 +74399 aapg_ac_832.html aapg_ac_832.html:82:11193:11199 Ashern Manitoba 0.0176347786034971622 +74400 aapg_ah_687.html aapg_ah_687.html:462:63219:63253 Prairie Western world -0.0724462917404976592 +74401 aapg_ah_530.html aapg_ah_530.html:223:25813:25820 Sly Gap New Mexico -0.408314953434081973 +74402 aapg_ah_622.html aapg_ah_622.html:203:20037:20053 Dakota Cheyenne, Wyoming 0.00618793246160323843 +74403 aapg_af_811.html aapg_af_811.html:510:43513:43518 Piper Rutherford County, Tennessee -0.424322003042767071 +74404 aapg_ae_817.html aapg_ae_817.html:344:30390:30396 Denver Colorado -0.021507182733615033 +74405 aapg_af_131.html aapg_af_131.html:203:20186:20198 Chinle Delaware 0.0152887445072461998 +74406 AMJC_html_8619525948 AMJC_html_8619525948:65:8713:8731 Wamsutta Attleboro, Massachusetts -0.429960502864963123 +74407 cspg_html_8231573314 cspg_html_8231573314:490:39357:39380 Montney Canada -0.478307979059971577 +74408 cspg_html_1293312960 cspg_html_1293312960:22:2649:2655 Perija Beaumont, Texas -0.20575629209738186 +74409 aapg_ai_7.html aapg_ai_7.html:121:10588:10615 Mt Lytton Austin, Chicago -0.0413099405901366859 +74410 sedimentology_html_5491116647 sedimentology_html_5491116647:27:2034:2040 Moscow Russia -0.0108127539330289211 +74411 cspg_html_3178645840 cspg_html_3178645840:426:50022:50039 Halfway Victoria, British Columbia -0.435880527044409383 +74412 gsa_html_2098291403 gsa_html_2098291403:451:40849:40855 Oregon Washington (state) -0.48757492352044407 +74413 aapg_ac_881.html aapg_ac_881.html:305:36245:36254 Roubidoux Gasconade River 1.02589552587300625 +74414 aapg_ad_954.html aapg_ad_954.html:363:37695:37704 Roubidoux Arbuckle, California -0.0315036314272049284 +74415 aapg_ad_335.html aapg_ad_335.html:328:39517:39540 Battle Fort Union Trading Post National Historic Site -0.0120150888456530078 +74416 aapg_ah_105.html aapg_ah_105.html:40:6361:6364 Abo New Mexico -0.428475296213629675 +74417 aapg_af_785.html aapg_af_785.html:369:37036:37048 Reklaw Carrizo Plain -0.462097962880594848 +74418 aapg_ai_17.html aapg_ai_17.html:1562:112417:112427 Rio Grande Matamoros, Tamaulipas -0.474842748246669499 +74419 AMJC_html_4504848787 AMJC_html_4504848787:62:8805:8827 Mechum River Batesville, Arkansas -0.0277017418114762735 +74420 cspg_html_5220068638 cspg_html_5220068638:182:21794:21805 Belly River Lacombe, Alberta -0.114053999016954705 +74421 cspg_html_9941518291 cspg_html_9941518291:517:75429:75452 Barlow Inlet Douro DOC -0.48062584784091128 +74422 aapg_aa_147.html aapg_aa_147.html:962:98063:98072 Red River Regina, Saskatchewan -0.00600378253077448604 +74423 aapg_af_895.html aapg_af_895.html:365:33494:33510 Abrigo Arizona 0.00433255768325820079 +74424 aapg_ad_542.html aapg_ad_542.html:84:12157:12175 Frontier Aspen, Colorado -0.422243369951963321 +74425 aapg_aa_575.html aapg_aa_575.html:3:391:397 Hinton Arkansas -0.0816542732448895525 +74426 gsa_html_7309078733 gsa_html_7309078733:13:557:567 Las Cruces New Mexico -0.462143504710773534 +74427 aapg_ah_253.html aapg_ah_253.html:356:40766:40786 San Andres Sacramento, California -0.00092939054595942859 +74428 cspg_html_3233680622 cspg_html_3233680622:50:6634:6652 Eureka Sound Ellesmere Island -0.479071400272167325 +74429 aapg_ad_427.html aapg_ad_427.html:160:16550:16559 Smackover East Texas -0.247300983874058189 +74430 aapg_ak_51.html aapg_ak_51.html:103:10224:10231 Hosston Tuscaloosa, Alabama 0.00626784675463567306 +74431 gsa_html_7884891021 gsa_html_7884891021:202:24666:24683 Montevideo Gneiss Montevideo, Minnesota -0.0074248793072545817 +74432 aapg_ac_333.html aapg_ac_333.html:424:54576:54591 Supai Grand Canyon -0.00125424333549307727 +74433 cspg_html_6472484014 cspg_html_6472484014:427:44078:44098 La Vieille New Brunswick, New Jersey -0.0523750246926542248 +74434 cspg_html_2820961138 cspg_html_2820961138:102:14999:15015 Viking Lacombe, Alberta -0.459919224612040101 +74435 aapg_ad_318.html aapg_ad_318.html:329:36122:36138 Salina Guelph -0.467870731747513147 +74436 aapg_aa_110.html aapg_aa_110.html:60:8733:8754 Green River Wasatch Range -0.477401564658383792 +74437 aapg_aa_507.html aapg_aa_507.html:41:4903:4911 Nacatoch Selma to Montgomery marches -0.0990431588415599667 +74438 sedimentology_html_9626990209 sedimentology_html_9626990209:1267:96041:96056 Mesaverde Cheyenne, Wyoming -0.471589148494391819 +74439 geology_html_2489830923 geology_html_2489830923:92:6552:6562 San Felipe Sonora -0.030023437417361392 +74440 gsa_html_6779427059 gsa_html_6779427059:66:4833:4861 Green River Colorado -0.0213629091377398328 +74441 aapg_ae_539.html aapg_ae_539.html:385:49084:49097 Woodside Sapelo Island -0.464501195477937445 +74442 aapg_ai_44.html aapg_ai_44.html:197:30100:30106 Perija Cordillera Administrative Region -0.248294913930561134 +74443 AMJC_html_3632105729 AMJC_html_3632105729:468:66382:66392 Washington Boise, Idaho -0.0924176081727617477 +74444 aapg_af_775.html aapg_af_775.html:338:23031:23046 Catahoula Oakville, California 0.0163348723417566302 +74445 gsa_html_5625878232 gsa_html_5625878232:726:81347:81375 Green River Iran -0.00125945488018784418 +74446 aapg_ac_301.html aapg_ac_301.html:186:21759:21775 Bighorn Dolomite Boise, Idaho -0.0136501305925687388 +74447 aapg_ai_334.html aapg_ai_334.html:111:12470:12482 Todos Santos Mexico -0.456479975332736432 +74448 aapg_ac_805.html aapg_ac_805.html:475:61149:61162 Baca New Mexico -0.479960973619786069 +74449 gsa_html_9363684355 gsa_html_9363684355:29:2796:2824 Green River Colorado -0.0296755913479795769 +74450 cspg_html_4614759573 cspg_html_4614759573:531:69079:69090 Kunga Charlotte Amalie, United States Virgin Islands -0.0431173943944666571 +74451 aapg_af_854.html aapg_af_854.html:1103:155717:155735 Golconda Illinois -0.0450523758854702583 +74452 cspg_html_4165571187 cspg_html_4165571187:26:3172:3177 Queen Canada -0.451733774163315116 +74453 palaios_html_2339045630 palaios_html_2339045630:197:27943:27951 Virginia Knoxville, Tennessee -0.44505934010721393 +74454 cspg_html_7985076717 cspg_html_7985076717:79:8939:8953 Thumb Mountain Middle East -0.431080339422081793 +74455 aapg_ah_645.html aapg_ah_645.html:344:41574:41592 Rierdon Williston, Vermont 0.0019873350170567061 +74456 aapg_ac_807.html aapg_ac_807.html:21:2438:2452 Matawan Monmouth -0.0217296792824245993 +74457 aapg_ai_321.html aapg_ai_321.html:212:29458:29467 Matagalpa Matagalpa -0.445984933244691462 +74458 cspg_html_1893593837 cspg_html_1893593837:187:15304:15320 Bad Cache Rapids Churchill River (Atlantic) -0.0199532604557582163 +74459 aapg_ah_10.html aapg_ah_10.html:425:59258:59271 Santa Barbara California -0.0339269564270203508 +74460 aapg_af_785.html aapg_af_785.html:90:9323:9343 Sabine Alabama 0.0163470368917213865 +74461 aapg_ac_788.html aapg_ac_788.html:45:7549:7562 Barnett South America -0.450620224441537598 +74462 AMJC_html_5969956211 AMJC_html_5969956211:517:73735:73753 Morrison Reno, Nevada -0.000774781561203988548 +74463 geology_html_4318757553 geology_html_4318757553:32:2066:2074 Colorado California -0.0471672597221194645 +74464 cspg_html_1114211412 cspg_html_1114211412:330:46302:46327 Fernie Victoria, British Columbia -0.429219806124286896 +74465 palaios_html_2449649505 palaios_html_2449649505:520:59907:59913 Chinle New Mexico -0.440247382693200906 +74466 jgeology_html_6388378441 jgeology_html_6388378441:302:22922:22943 Berino Wisconsin -0.463307888475886887 +74467 aapg_aa_24.html aapg_aa_24.html:597:70802:70818 Sans Sault Sault Ste. Marie, Ontario -0.463579265049131273 +74468 sedimentology_html_5839333856 sedimentology_html_5839333856:1178:87495:87503 San Jose California -0.482963947665808413 +74469 geology_html_1087495553 geology_html_1087495553:64:5928:5967 Exshaw Canada -0.0259768148276084687 +74470 sedimentology_html_2601136107 sedimentology_html_2601136107:1244:80069:80091 Seven Rivers New Mexico -0.462453250854801823 +74471 sedimentology_html_8926418472 sedimentology_html_8926418472:901:84754:84772 Frontier Cheyenne, Wyoming -0.451956647802202349 +74472 cspg_html_4516258038 cspg_html_4516258038:237:24129:24142 Parry Islands Bathurst Island (Northern Territory) -0.0511668783067136951 +74473 aapg_ah_414.html aapg_ah_414.html:128:9612:9629 Madison Colorado -0.516074843452147825 +74474 aapg_aa_158.html aapg_aa_158.html:6:1125:1143 Morrison Cheyenne, Wyoming -0.119218591388705081 +74475 cspg_html_8662646956 cspg_html_8662646956:65:11926:11936 Pine Point Waterloo, Ontario -0.0640876225882441447 +74476 cspg_html_7833083677 cspg_html_7833083677:3512:265670:265689 Stonewall Manitoba -0.49433996680671366 +74477 cspg_html_5976982403 cspg_html_5976982403:29:5483:5498 Siyeh Purcell Mountains 0.0164009085472750435 +74478 aapg_ad_380.html aapg_ad_380.html:3:175:192 Laramie Colorado -0.032256843292129446 +74479 aapg_aa_399.html aapg_aa_399.html:626:62071:62083 North Branch Colorado -0.445408004975414329 +74480 cspg_html_3473883402 cspg_html_3473883402:260:41409:41424 Nisku Edmonton, London 0.749192671157214329 +74481 sedimentology_html_7969365301 sedimentology_html_7969365301:64:4116:4125 Peninsula Kamchatka Peninsula 0.00167290441282642237 +74482 aapg_ac_475.html aapg_ac_475.html:287:39309:39327 Monterey California 0.0204242900657660292 +74483 aapg_ah_456.html aapg_ah_456.html:224:34779:34787 Michigan London, Ontario -0.0232768060359763093 +74484 aapg_ah_194.html aapg_ah_194.html:368:39084:39108 Wolfcamp New Mexico -0.4506269691264706 +74485 gsa_html_6330913937 gsa_html_6330913937:946:85696:85715 Imperial Palm Springs, California -0.413350620311348449 +74486 aapg_aa_25.html aapg_aa_25.html:81:7176:7184 Wolfcamp Hermosa, Chicago -0.0146249457170983255 +74487 cspg_html_8266552811 cspg_html_8266552811:68:8602:8618 Viking Lacombe, Alberta -0.0156223882901486526 +74488 aapg_af_880.html aapg_af_880.html:586:90908:90918 Phosphoria Kaibab, Arizona -0.465186416944366576 +74489 cspg_html_8128756616 cspg_html_8128756616:16:2043:2052 Athabasca CFB Cold Lake -0.480611894173340604 +74490 aapg_ac_545.html aapg_ac_545.html:32:5176:5184 Columbia Victoria, British Columbia -0.0346368297266972797 +74491 aapg_ai_593.html aapg_ai_593.html:1417:149110:149125 Sligo Texas -0.44497889773871091 +74492 palaios_html_4010001639 palaios_html_4010001639:219:21162:21168 Oxford Storrs, Connecticut -0.087504644690016245 +74493 cspg_html_4270552951 cspg_html_4270552951:188:27308:27317 Newcastle Swan River, Manitoba 0.687389936489201769 +74494 palaios_html_4936782265 palaios_html_4936782265:398:44642:44673 Kope Netherlands -0.447706690849008493 +74495 cspg_html_4031489103 cspg_html_4031489103:140:19243:19261 Aldridge Purcell Mountains -0.441397390812390766 +74496 jgeology_html_4305195651 jgeology_html_4305195651:3009:213162:213172 Pottsville Pottsville, Pennsylvania -0.432466019139625568 +74497 aapg_ai_584.html aapg_ai_584.html:64:6095:6113 Tensleep Brainerd, Minnesota -0.465561228542891226 +74498 sedimentology_html_1116078090 sedimentology_html_1116078090:1635:105215:105241 Monterey California -0.482150482079643117 +74499 sedimentology_html_9204820208 sedimentology_html_9204820208:1459:114720:114729 San Diego California -0.447135398674851747 +74500 gsa_html_9579641184 gsa_html_9579641184:64:6214:6227 West Foreland Cook Inlet -0.0439881690847485213 +74501 aapg_ae_324.html aapg_ae_324.html:1115:111246:111254 Moccasin Knoxville, Tennessee -0.0975880273475235455 +74502 gsa_html_6142651299 gsa_html_6142651299:411:37457:37465 Rockwell California -0.423098733122919901 +74503 aapg_ai_66.html aapg_ai_66.html:150:12811:12819 Colorado Loveland, Ohio -0.441637804770763531 +74504 aapg_aa_852.html aapg_aa_852.html:76:7836:7840 Frio Jackson County, Missouri -0.0286877600181881381 +74505 cspg_html_9011256422 cspg_html_9011256422:462:54864:54872 Columbia Victoria, British Columbia 0.000416922734646836166 +74506 sedimentology_html_7045398856 sedimentology_html_7045398856:901:43085:43091 Laguna Rio Hondo, Texas -0.484534784604727431 +74507 aapg_ac_92.html aapg_ac_92.html:95:10426:10441 Atoka Ouachita Mountains -0.290094794784912124 +74508 gsa_html_5773604426 gsa_html_5773604426:188:19424:19438 Frio Shreveport, Louisiana 0.00587522535278851409 +74509 sedimentology_html_9657494495 sedimentology_html_9657494495:438:43796:43803 Deville Trinidad and Tobago -0.435659290307845004 +74510 cspg_html_2419618566 cspg_html_2419618566:501:64320:64357 Slave Point Anchorage, Alaska -0.467978457419396532 +74511 cspg_html_2737820587 cspg_html_2737820587:8:823:841 Grosmont Lacombe, Alberta -0.0138360551692065167 +74512 aapg_aa_928.html aapg_aa_928.html:175:16954:16959 Yegua Oakville, California -0.466782751574986277 +74513 gsa_html_3445493534 gsa_html_3445493534:572:64382:64400 Monterey California -0.00447500993536276322 +74514 aapg_af_614.html aapg_af_614.html:77:6364:6383 Smackover Haynesville, Louisiana -0.0203286926879938275 +74515 cspg_html_1019614994 cspg_html_1019614994:491:84646:84650 Bond Lacombe, Alberta -0.463526807661379381 +74516 sedimentology_html_3907918417 sedimentology_html_3907918417:1475:121878:121886 Columbia Lacombe, Alberta -0.443782030321690002 +74517 aapg_ai_816.html aapg_ai_816.html:512:88626:88642 Hertha Kansas City, Kansas -0.469093158774920749 +74518 geology_html_1186396673 geology_html_1186396673:13:592:604 Saskatchewan Saskatoon 0.0169570105045463715 +74519 cspg_html_3328007773 cspg_html_3328007773:113:14877:14900 Viking Western world 0.980675615517031862 +74520 cspg_html_3732003228 cspg_html_3732003228:215:27591:27596 Price Lacombe, Alberta -0.414176548606843775 +74521 aapg_aa_654.html aapg_aa_654.html:39:6754:6771 Tererro Sangre de Cristo Range -0.462261924354454456 +74522 gsa_html_4308966435 gsa_html_4308966435:1298:128093:128107 Cedar Mountain Colorado -0.472770666406185036 +74523 sedimentology_html_6083350152 sedimentology_html_6083350152:668:50981:50990 Sheffield Sheffield station -0.492776907152809196 +74524 aapg_af_143.html aapg_af_143.html:326:31506:31527 Otter Gold Beach -0.459083706416541504 +74525 aapg_ad_306.html aapg_ad_306.html:332:40993:40997 Omoa San Pedro Sula -0.0146249457170983255 +74526 aapg_af_455.html aapg_af_455.html:12:2057:2070 Lee Kentucky -0.434558307819543299 +74527 aapg_ae_959.html aapg_ae_959.html:1513:109029:109049 San Andres Guadalupe Mountains National Park 0.00718686909166816289 +74528 geology_html_7592521144 geology_html_7592521144:323:24360:24366 Walker London, Ontario -0.470181697121159758 +74529 cspg_html_8568877195 cspg_html_8568877195:178:30045:30063 Foremost Regina, Saskatchewan -0.470262127852539125 +74530 jgeology_html_2809998069 jgeology_html_2809998069:106:4784:4806 Pondville Conglomerate Newport, Rhode Island -0.467130759519596039 +74531 aapg_ah_521.html aapg_ah_521.html:9:1553:1560 Carrizo Appalachia 0.0530340986575405376 +74532 aapg_ac_413.html aapg_ac_413.html:278:22808:22823 Bouse Arizona -0.0732667739597909207 +74533 AMJC_html_3305618972 AMJC_html_3305618972:1973:162395:162415 Ammonoosuc Volcanics New Hampshire 0.421550036379173432 +74534 aapg_af_95.html aapg_af_95.html:190:16471:16488 Paluxy Burnett County, Wisconsin -0.0210882710852193268 +74535 cspg_html_4341656515 cspg_html_4341656515:338:33937:33954 Prophet Western world -0.450707909241451543 +74536 aapg_ae_419.html aapg_ae_419.html:2154:147884:147894 Agua Nueva Matamoros, Tamaulipas 0.805474866812612156 +74537 AMJC_html_5390933660 AMJC_html_5390933660:194:21370:21381 Waits River New Hampshire -0.437005217650049682 +74538 sedimentology_html_3200584564 sedimentology_html_3200584564:297:22942:22960 Kaskapau Victoria, British Columbia -0.453130450697368015 +74539 cspg_html_9493908895 cspg_html_9493908895:59:5658:5670 Cardium Grand Prairie, Texas -0.469506369220983932 +74540 gsa_html_6499317047 gsa_html_6499317047:673:55216:55221 Price Arctic Cordillera -0.443692774120845845 +74541 geology_html_1168493558 geology_html_1168493558:173:15713:15718 Rapid Atacama Large Millimeter Array -0.502707427663107609 +74542 jgeology_html_2837808723 jgeology_html_2837808723:1462:75983:75987 Hall London, Ontario -0.00092939054595942859 +74543 cspg_html_5832944175 cspg_html_5832944175:35:4846:4854 Columbia Victoria, British Columbia -0.474863540124580097 +74544 aapg_ac_517.html aapg_ac_517.html:210:27916:27924 Colorado Milk River, Alberta -0.467925738958578585 +74545 aapg_ac_575.html aapg_ac_575.html:360:55779:55790 Wood Canyon Boise, Idaho -0.443848978138650319 +74546 aapg_ae_958.html aapg_ae_958.html:77:9556:9560 Yeso New Mexico 0.0143295434169251768 +74547 aapg_ah_283.html aapg_ah_283.html:401:42869:42886 Cowlitz Cowlitz River -0.0567124540467143015 +74548 aapg_ac_531.html aapg_ac_531.html:538:54334:54351 Edwards Texas -0.041236814250852856 +74549 aapg_ad_152.html aapg_ad_152.html:2386:292835:292843 Chainman Reno, Nevada -0.0638343634314954694 +74550 cspg_html_4568084707 cspg_html_4568084707:5:182:213 Cooking Lake Lacombe, Alberta -0.00639293020944086028 +74551 aapg_ah_685.html aapg_ah_685.html:353:38323:38329 Denver Colorado -0.0674771191864974446 +74552 cspg_html_3962754176 cspg_html_3962754176:609:70579:70606 Athabasca Lacombe, Alberta -0.036255097654164431 +74553 cspg_html_8904992939 cspg_html_8904992939:493:54811:54840 Swan Hills Canada -0.00949926761203980299 +74554 aapg_ae_35.html aapg_ae_35.html:23:2070:2091 Green River Uinta Mountains -0.425756964796638493 +74555 aapg_ad_660.html aapg_ad_660.html:400:52283:52295 Seven Rivers Delaware -0.43911211811260753 +74556 cspg_html_4795401099 cspg_html_4795401099:5:208:262 Basal Lacombe, Alberta -0.477130519718023338 +74557 aapg_ac_126.html aapg_ac_126.html:34:5556:5573 Haynesville Shreveport, Louisiana -0.41518503935183998 +74558 aapg_ah_903.html aapg_ah_903.html:30:6175:6197 Wilcox Mexico -0.463150573567572499 +74559 geology_html_8196169061 geology_html_8196169061:113:12748:12779 Pennington Lake Charles, Louisiana -0.02166536358211529 +74560 aapg_aa_47.html aapg_aa_47.html:109:12009:12025 Kerber Colorado -0.137345491790891477 +74561 geology_html_8531397175 geology_html_8531397175:12:541:551 Santa Cruz Santa Cruz, California -0.460041893415422398 +74562 aapg_ae_296.html aapg_ae_296.html:42:4818:4836 Grayburg Guadalupe Mountains National Park -0.0355242365002017696 +74563 aapg_ai_615.html aapg_ai_615.html:7:616:644 Ross Colorado -0.458648092769168181 +74564 aapg_ad_440.html aapg_ad_440.html:511:47489:47495 Denmar Norfolk, Virginia -0.0527620925297026463 +74565 sedimentology_html_3483469498 sedimentology_html_3483469498:31:1891:1899 Montreal Quebec City 0.0114208658344619116 +74566 cspg_html_5451461616 cspg_html_5451461616:5:229:241 Luscar Lacombe, Alberta -0.2543021567029215 +74567 aapg_ad_958.html aapg_ad_958.html:476:46918:46930 Gilmore City Finney County, Kansas -0.488644702559799748 +74568 sedimentology_html_2017869347 sedimentology_html_2017869347:69:6042:6060 Provo Mediterranean Sea -0.459837454744856933 +74569 cspg_html_4287356899 cspg_html_4287356899:1439:198210:198242 Shublik Great Britain -0.440425240506611693 +74570 cspg_html_4105062490 cspg_html_4105062490:97:10186:10211 Beaverhill Regina, Saskatchewan -0.456337429672799166 +74571 gsa_html_2989317971 gsa_html_2989317971:581:61102:61124 Challis Snake River Plain (ecoregion) -0.497081127157615599 +74572 aapg_ad_800.html aapg_ad_800.html:101:11553:11558 Eutaw Alabama 0.392831268260451005 +74573 sedimentology_html_2467163569 sedimentology_html_2467163569:857:72205:72209 Rome Siena -0.402547684193736377 +74574 aapg_aa_252.html aapg_aa_252.html:75:6973:6988 Frio Houston -0.469024309212410007 +74575 jgeology_html_4289404569 jgeology_html_4289404569:262:22465:22493 Green River Germany 0.000729614901202842885 +74576 aapg_ac_983.html aapg_ac_983.html:386:60660:60681 Plattsburg Wyandotte, Michigan -0.441517589995484405 +74577 aapg_ah_278.html aapg_ah_278.html:273:28839:28847 Colorado Littleton, Colorado -0.466727815469158758 +74578 aapg_aa_132.html aapg_aa_132.html:948:92132:92141 San Diego California -0.442548827459522287 +74579 aapg_ai_981.html aapg_ai_981.html:566:44924:44930 Sparta Carrizo Plain -0.432466019139625568 +74580 gsa_html_6491840124 gsa_html_6491840124:807:66026:66035 Pocatello Boise, Idaho -0.0230090906667148494 +74581 aapg_ac_424.html aapg_ac_424.html:116:18350:18368 Whitsett Karnes City, Texas -0.0581501561760985122 +74582 gsa_html_7102550258 gsa_html_7102550258:1259:123002:123019 Kayenta Logan, Utah -0.0376647614075230411 +74583 aapg_af_471.html aapg_af_471.html:252:29600:29608 Parkwood Hartselle, Alabama -0.43519044103107285 +74584 jgeology_html_8423924556 jgeology_html_8423924556:280:26494:26512 Harmony Victoria, British Columbia -0.494907350500968457 +74585 aapg_ai_477.html aapg_ai_477.html:270:29495:29500 Tetsa Anchorage, Alaska -0.440254051746647612 +74586 aapg_ac_841.html aapg_ac_841.html:215:27833:27840 Metapan Guatemala -0.490778888791307599 +74587 aapg_ae_103.html aapg_ae_103.html:775:65655:65662 Gracias Honduras -0.149830577865333603 +74588 cspg_html_9501006975 cspg_html_9501006975:577:58832:58841 Mackenzie Lacombe, Alberta -0.454113919430063184 +74589 palaios_html_2048556014 palaios_html_2048556014:757:71529:71543 Pika Lacombe, Alberta 0.00892245965980600214 +74590 aapg_aa_561.html aapg_aa_561.html:9:971:979 Lawrence Illinois 0.00736581097593620986 +74591 aapg_ac_245.html aapg_ac_245.html:177:26884:26889 Atoka Atoka, Oklahoma -0.0410313671820840969 +74592 cspg_html_9825544190 cspg_html_9825544190:223:23960:23993 Winnipegosis Lacombe, Alberta -0.446110205830797302 +74593 cspg_html_5241714595 cspg_html_5241714595:385:59759:59789 Swan Hills Swan Hill, Victoria -0.448753864703002991 +74594 aapg_af_23.html aapg_af_23.html:71:11938:11944 Oregon Boise, Idaho -0.0435005244860851084 +74595 aapg_ae_3.html aapg_ae_3.html:294:42192:42198 Antler Reno, Nevada -0.0303573786993141213 +74596 aapg_ae_415.html aapg_ae_415.html:966:121387:121401 Paynes Hammock Smith County, Kansas -0.0104235679161521783 +74597 aapg_ae_916.html aapg_ae_916.html:766:91263:91280 Madison Cut Bank, Montana 0.0104235679161521922 +74598 gsa_html_1658237441 gsa_html_1658237441:67:5046:5074 Green River Iran -0.00729110700735253591 +74599 gsa_html_9569209726 gsa_html_9569209726:977:89057:89067 Washington North Cascades National Park -0.00346568835703443216 +74600 aapg_aa_898.html aapg_aa_898.html:46:6637:6646 Flagstaff Sevier orogeny -0.490143713980378037 +74601 gsa_html_9254222331 gsa_html_9254222331:11:425:437 Rhode Island Kingston, Jamaica -0.442539913358205417 +74602 cspg_html_4666332434 cspg_html_4666332434:307:49601:49617 Oldman Lacombe, Alberta -0.486038291322309801 +74603 cspg_html_3065473572 cspg_html_3065473572:176:23774:23792 Vaureal Middle Ordovician -0.00756560119780054757 +74604 aapg_af_666.html aapg_af_666.html:714:61278:61288 Twin Creek Elkhorn, Manitoba -0.0712359219424234941 +74605 aapg_ah_645.html aapg_ah_645.html:241:29760:29768 Sundance Black Hills 0.715831038739897174 +74606 aapg_aa_215.html aapg_aa_215.html:1057:86212:86232 Nariva Brighton, Michigan -0.436092963472802964 +74607 aapg_ac_983.html aapg_ac_983.html:392:61394:61403 Wyandotte Iowa 0.383474664677088239 +74608 aapg_ad_212.html aapg_ad_212.html:65:9244:9251 El Paso Lubbock, Texas -0.427689691071663991 +74609 aapg_aa_302.html aapg_aa_302.html:337:41211:41217 Kaibab Grand Canyon -0.0740016448413745448 +74610 aapg_af_530.html aapg_af_530.html:107:11510:11514 Bell Webster County, Missouri -0.50875665121932967 +74611 cspg_html_8904992939 cspg_html_8904992939:35:5718:5754 Leduc Lacombe, Alberta -0.448484669177164286 +74612 cspg_html_5699627350 cspg_html_5699627350:467:53747:53763 Viking Lacombe, Alberta -0.419679650566534779 +74613 aapg_ad_653.html aapg_ad_653.html:437:54906:54927 Beaufort Banks Island 0.287705089503309253 +74614 aapg_ae_73.html aapg_ae_73.html:396:51951:51968 Wanakah Colorado -0.514431617555045517 +74615 aapg_ad_648.html aapg_ad_648.html:170:18867:18875 Niobrara Niobrara, Nebraska -0.443692774120845845 +74616 aapg_ae_1.html aapg_ae_1.html:368:27447:27451 Kent England -0.473653815287124913 +74617 aapg_ae_581.html aapg_ae_581.html:505:57505:57520 Mesaverde New Mexico -0.441798115405519942 +74618 sedimentology_html_9550478777 sedimentology_html_9550478777:597:39488:39498 Rio Grande New Mexico -0.44830973456876172 +74619 aapg_ad_614.html aapg_ad_614.html:63:6146:6152 Paluxy Shreveport, Louisiana -0.240806930958629817 +74620 sedimentology_html_8022597964 sedimentology_html_8022597964:1003:73696:73700 Hall London, Ontario -0.472770666406185036 +74621 cspg_html_4568084707 cspg_html_4568084707:276:34669:34688 Waterways Redwater, Texas -0.0329596528046762344 +74622 geology_html_7812811570 geology_html_7812811570:9:296:301 Rapid Chukchi Sea -0.462143504710773534 +74623 cspg_html_2834693711 cspg_html_2834693711:393:54110:54119 Extension England -0.0592879805614410296 +74624 jgeology_html_1836103970 jgeology_html_1836103970:168:12778:12788 Boss Point New Glasgow, Nova Scotia -0.470181697121159758 +74625 gsa_html_2422494332 gsa_html_2422494332:758:72375:72396 Weaverville Klamath Mountains (ecoregion) -0.0221155785118801462 +74626 AMJC_html_1964550508 AMJC_html_1964550508:1062:112381:112390 Queenston Pennsylvania 0.00770284885627177569 +74627 palaios_html_3561205174 palaios_html_3561205174:1072:90332:90349 Potsdam Quebec City -0.0083213368469432069 +74628 aapg_ae_993.html aapg_ae_993.html:300:28812:28824 Rock Springs Cheyenne, Wyoming -0.0682409089564764842 +74629 aapg_ae_73.html aapg_ae_73.html:361:47317:47323 Dockum New Mexico -0.487818790090823073 +74630 cspg_html_3479964618 cspg_html_3479964618:285:31927:31939 Devon Island Middle Ordovician -0.470457490274840129 +74631 gsa_html_1860930948 gsa_html_1860930948:738:73812:73820 Colorado Nebraska -0.0357887327729749932 +74632 aapg_ad_329.html aapg_ad_329.html:183:27077:27095 Brallier Fulton, Missouri -0.00547218286972656846 +74633 aapg_ah_360.html aapg_ah_360.html:158:13764:13778 Pleasant Grove Pleasant Grove, Dallas -0.0410313671820840969 +74634 aapg_ac_835.html aapg_ac_835.html:143:18975:19000 Mission Canyon Cheyenne, Wyoming -0.425384893115628659 +74635 aapg_ae_305.html aapg_ae_305.html:1439:137167:137173 Perija Lake Maracaibo -0.452882496357985831 +74636 aapg_ad_3.html aapg_ad_3.html:537:52167:52177 Stonehenge Virginia -0.00998573864189263374 +74637 gsa_html_4071231613 gsa_html_4071231613:427:44292:44308 Wild Sheep Creek Middle East -0.512397919126235224 +74638 aapg_aa_259.html aapg_aa_259.html:45:4055:4086 Winnipegosis Regina, Saskatchewan 0.0154659921989573207 +74639 aapg_ah_387.html aapg_ah_387.html:2605:280921:280930 Knoxville Knoxville, Illinois -0.0471672597221194645 +74640 palaios_html_9876040400 palaios_html_9876040400:29:3022:3043 White River Colorado -0.46957525648780718 +74641 aapg_af_653.html aapg_af_653.html:901:103843:103850 Temblor Monterey, California -0.436092963472802964 +74642 aapg_ai_357.html aapg_ai_357.html:238:27613:27618 Indio Carrizo Plain -0.0463850024986732501 +74643 aapg_ad_145.html aapg_ad_145.html:177:15916:15922 Lisbon Logan, Utah -0.458031335089754243 +74644 AMJC_html_3176626886 AMJC_html_3176626886:712:69056:69062 Moscow Russia -0.463307888475886887 +74645 palaios_html_4880574501 palaios_html_4880574501:142:16739:16755 Kope Netherlands -0.00877304685539758919 +74646 aapg_ak_87.html aapg_ak_87.html:190:29477:29491 Earp Lampasas, Texas -0.0755312162350789129 +74647 sedimentology_html_8510537334 sedimentology_html_8510537334:1162:85235:85250 Perry Portland, Maine -0.0345393934196406502 +74648 aapg_ad_52.html aapg_ad_52.html:1167:128993:129011 Michigan Michigan -0.486682122398052641 +74649 cspg_html_1665574291 cspg_html_1665574291:108:19012:19024 Willow Creek Lacombe, Alberta 0.0377726696721328234 +74650 aapg_ai_1.html aapg_ai_1.html:412:37920:37927 Paradox Hermosa, Chicago -0.448296279445968116 +74651 cspg_html_4148342026 cspg_html_4148342026:474:44353:44374 Basal Lacombe, Alberta -0.0372366206791455642 +74652 sedimentology_html_3417381350 sedimentology_html_3417381350:1146:92248:92254 Snyder Reno, Nevada -0.00357860677920869346 +74653 geology_html_3691192097 geology_html_3691192097:305:24968:24972 Wise Antarctica -0.0377274176775576064 +74654 cspg_html_9970905394 cspg_html_9970905394:180:20486:20509 Snowblind Bay Little Cornwallis Island -0.459919224612040101 +74655 gsa_html_5773604426 gsa_html_5773604426:790:65656:65668 Wilcox Shreveport, Louisiana 0.0128699558541004178 +74656 cspg_html_3597281324 cspg_html_3597281324:230:29924:29948 Cannonball Lacombe, Alberta -0.477642564553472426 +74657 aapg_ac_628.html aapg_ac_628.html:396:68511:68520 Flagstaff Indianola, Iowa -0.494543235417533422 +74658 cspg_html_1781462584 cspg_html_1781462584:83:9337:9345 Columbia Victoria, British Columbia -0.0400668715535646355 +74659 sedimentology_html_6615672773 sedimentology_html_6615672773:938:53109:53113 Hall London, Ontario -0.49576151014248282 +74660 aapg_ae_474.html aapg_ae_474.html:92:8434:8450 Bethel Bethel, Alaska -0.0834317281600618077 +74661 geology_html_9300088422 geology_html_9300088422:281:15379:15385 Denver Julesburg, Colorado -0.0598534778256571628 +74662 sedimentology_html_9471968156 sedimentology_html_9471968156:640:43197:43202 Swift Appalachia -0.429978093202176226 +74663 aapg_ad_230.html aapg_ad_230.html:269:25871:25884 Oceanic East Malaysia -0.450608983410958508 +74664 aapg_ai_816.html aapg_ai_816.html:380:63171:63184 Quivira Westerville, Ohio -0.447706690849008493 +74665 aapg_ai_899.html aapg_ai_899.html:256:25415:25421 Denver Colorado -0.017099513850188628 +74666 gsa_html_9962225882 gsa_html_9962225882:1140:87987:88015 Green River Colorado 0.00103883289603381806 +74667 cspg_html_3521815736 cspg_html_3521815736:129:18978:18996 Halfway Pine River (Michigan) -0.436872309743032927 +74668 cspg_html_1312400675 cspg_html_1312400675:136:15937:15953 Oldman Lethbridge -0.479552074346371926 +74669 aapg_ae_5.html aapg_ae_5.html:213:24565:24584 Powwow Conglomerate Texas -0.0335442004664093935 +74670 aapg_ac_214.html aapg_ac_214.html:58:7072:7080 Colorado Logan, Utah -0.510880169431746856 +74671 gsa_html_6181749105 gsa_html_6181749105:547:46716:46726 Santa Cruz California -0.0619012146639673771 +74672 cspg_html_2013109828 cspg_html_2013109828:192:34107:34125 Glenogle Middle Ordovician -0.48322516565543927 +74673 aapg_ah_415.html aapg_ah_415.html:31:4023:4031 Colorado Bow Island Airport -0.475991665297052891 +74674 aapg_ah_869.html aapg_ah_869.html:787:78312:78326 Dakota El Dorado Springs, Missouri -0.416810337447515888 +74675 cspg_html_4260503134 cspg_html_4260503134:8:820:838 Whitemud Lacombe, Alberta -0.0209613827792686502 +74676 aapg_ae_960.html aapg_ae_960.html:55:7684:7692 Colorado Laramie, Wyoming -0.041236814250852856 +74677 aapg_af_666.html aapg_af_666.html:475:40658:40665 Wasatch Uinta Mountains -0.386029389964854808 +74678 aapg_ai_479.html aapg_ai_479.html:652:64058:64072 Traverse Michigan -0.021507182733615033 +74679 aapg_aa_990.html aapg_aa_990.html:16:2344:2362 Gunsight Jones County, Mississippi -0.494708722782586374 +74680 aapg_ai_344.html aapg_ai_344.html:15:2162:2179 Laketown Dolomite Reno, Nevada 0.441268305344817202 +74681 palaios_html_3796939457 palaios_html_3796939457:633:50085:50103 Woodbine Texas -0.449440672427322663 +74682 geology_html_2461616775 geology_html_2461616775:269:19804:19812 Bellevue Washington (state) -0.0564612372025591683 +74683 aapg_ai_107.html aapg_ai_107.html:612:53058:53064 Midway Paluxy, Texas -0.0547936736355184237 +74684 cspg_html_6985536436 cspg_html_6985536436:736:95969:95991 Eureka Sound Banks Island -0.453572428394685367 +74685 gsa_html_7632212878 gsa_html_7632212878:495:47729:47739 Las Cruces New Mexico -0.459837454744856933 +74686 gsa_html_5022585285 gsa_html_5022585285:703:61662:61672 Rio Grande Rio Grande -0.0882908975330086582 +74687 aapg_aa_208.html aapg_aa_208.html:3:286:306 Maravillas West Texas -0.0219799913092776147 +74688 aapg_ae_377.html aapg_ae_377.html:3:293:297 Java Borneo 0.00291152111123599983 +74689 cspg_html_9388742281 cspg_html_9388742281:24:2888:2909 Shaftesbury Ottawa, Kansas -0.47503682505792677 +74690 gsa_html_9158941999 gsa_html_9158941999:694:56489:56517 Green River Iran -0.0282234355137958928 +74691 aapg_af_353.html aapg_af_353.html:18:2418:2423 Sespe Santa Rosa Island, Florida -0.0231725008237077118 +74692 cspg_html_2113617629 cspg_html_2113617629:901:98671:98687 Viking Lacombe, Alberta 0.921358608154980718 +74693 aapg_ae_416.html aapg_ae_416.html:187:16532:16541 Catahoula Moscow -0.443688311537407287 +74694 cspg_html_9683836416 cspg_html_9683836416:534:76121:76129 Foremost Lacombe, Alberta -0.447357152169087058 +74695 aapg_ah_206.html aapg_ah_206.html:128:17602:17640 Mission Canyon Williston, Vermont -0.443701699352459789 +74696 cspg_html_1333179361 cspg_html_1333179361:16:2190:2208 Mowitch Western world -0.44721379024503416 +74697 gsa_html_2777449079 gsa_html_2777449079:63:4871:4899 Green River Colorado 0.0337825515028724391 +74698 aapg_ah_215.html aapg_ah_215.html:239:23399:23417 Grimsby Norfolk County, Ontario -0.0134398809418536571 +74699 cspg_html_9275863663 cspg_html_9275863663:105:14949:14968 Waterways Swan Hill, Victoria -0.467868439854770279 +74700 aapg_af_154.html aapg_af_154.html:10:879:883 Hull Saratoga, California -0.0126805624942423392 +74701 aapg_ai_974.html aapg_ai_974.html:719:76343:76349 Oregon Washington (state) -0.463355772445772196 +74702 aapg_af_11.html aapg_af_11.html:507:51336:51352 Elbert Ouray, Colorado -0.0625245742486152251 +74703 aapg_ad_941.html aapg_ad_941.html:432:32129:32141 Winnipegosis Black Creek (Toronto) -0.417578421309473924 +74704 aapg_ac_414.html aapg_ac_414.html:150:18383:18401 Toroweap Logan, Utah -0.243594353064113006 +74705 aapg_ac_743.html aapg_ac_743.html:156:19147:19161 Lyre Washington (state) -0.424278287964590661 +74706 sedimentology_html_5961088354 sedimentology_html_5961088354:444:27654:27664 Long Point Lake Erie -0.457691392417615917 +74707 palaios_html_9357360196 palaios_html_9357360196:1038:81404:81430 Ogallala Austin, Chicago -0.0245111361705637049 +74708 cspg_html_6644065685 cspg_html_6644065685:221:22659:22679 Griper Bay Banks Island -0.00108399958960863079 +74709 aapg_af_237.html aapg_af_237.html:60:6574:6582 Big Hill Brazoria County, Texas -0.0651619121710063226 +74710 aapg_ad_557.html aapg_ad_557.html:8343:383522:383528 Thrifty London, Ontario 0.00194564253308291118 +74711 cspg_html_7404699681 cspg_html_7404699681:340:35439:35447 Columbia Lacombe, Alberta -0.470200080639580853 +74712 palaios_html_5340655380 palaios_html_5340655380:1273:87013:87044 Chinle New Mexico -0.0157388171484894208 +74713 aapg_ai_129.html aapg_ai_129.html:71:8027:8034 Andrews Lea County Regional Airport -0.479438267468745405 +74714 palaios_html_3406135825 palaios_html_3406135825:46:4794:4801 Potsdam Quebec City -0.452003931056544739 +74715 aapg_aa_232.html aapg_aa_232.html:15:2242:2262 Fredericksburg Texas -0.501536224927626728 +74716 gsa_html_1290697059 gsa_html_1290697059:469:34513:34522 Peninsula Kirkwood, Missouri -0.47482657712880405 +74717 gsa_html_2422494332 gsa_html_2422494332:756:72189:72210 Weaverville California -0.0172889404553563421 +74718 aapg_ae_917.html aapg_ae_917.html:246:27020:27036 Maroon Leadville, Colorado -0.467071222132578012 +74719 aapg_ae_651.html aapg_ae_651.html:731:66815:66820 Husky Senegal -0.424433485516413689 +74720 gsa_html_4930932370 gsa_html_4930932370:1030:116123:116140 Onaping Sudbury, Suffolk -0.119592106691125952 +74721 sedimentology_html_1943589492 sedimentology_html_1943589492:1207:79241:79253 Saskatchewan Canada -0.0306147978884375553 +74722 gsa_html_7199417381 gsa_html_7199417381:562:57473:57490 White River Nebraska -0.00576230371979552514 +74723 aapg_ae_268.html aapg_ae_268.html:128:12674:12690 Bethel Illinois -0.471363620495062197 +74724 aapg_af_59.html aapg_af_59.html:116:10099:10120 Ector Chalk Texas -0.0409390916032161337 +74791 aapg_ah_165.html aapg_ah_165.html:197:28782:28797 Elk Lacombe, Alberta -0.47503682505792677 +74725 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90073:90092 Rock Springs Cheyenne, Wyoming -0.0916165313557534416 +74726 aapg_ae_419.html aapg_ae_419.html:2194:149913:149931 Cardenas Texas -0.465744120990301047 +74727 palaios_html_4834438637 palaios_html_4834438637:411:41518:41526 Foremost Lacombe, Alberta -0.458750170743803365 +74728 cspg_html_4210762654 cspg_html_4210762654:245:33573:33588 Nisku Lacombe, Alberta -0.427803761062237942 +74729 cspg_html_9388742281 cspg_html_9388742281:208:23189:23201 Saskatchewan Pacific coast -0.448327675040319895 +74730 aapg_ad_580.html aapg_ad_580.html:441:55765:55785 Fort Union Cheyenne, Wyoming 0.0156623563422135965 +74731 aapg_ac_964.html aapg_ac_964.html:211:20126:20149 Pico California -0.418625207464451421 +74732 aapg_ac_333.html aapg_ac_333.html:321:42783:42795 Cutler Colorado 0.970107302392055892 +74733 cspg_html_8588503765 cspg_html_8588503765:542:64036:64043 Cardium Victoria, British Columbia -0.207641491457882438 +74734 aapg_aa_71.html aapg_aa_71.html:199:16760:16766 Salina Helderberg -0.415133074492044396 +74735 cspg_html_9218543154 cspg_html_9218543154:39:6688:6705 Cardium Lacombe, Alberta -0.441397390812390766 +74736 cspg_html_3664126562 cspg_html_3664126562:44:6664:6680 Viking Lacombe, Alberta -0.486857796887406991 +74737 aapg_ad_440.html aapg_ad_440.html:649:64977:64983 Denmar Greenbrier County Schools -0.037207034388621392 +74738 cspg_html_1281670295 cspg_html_1281670295:341:40351:40366 Melville Island Canadian Arctic Archipelago -0.48062584784091128 +74739 aapg_aa_913.html aapg_aa_913.html:32:4646:4652 Paluxy Texas -0.467868439854770279 +74740 sedimentology_html_5376758741 sedimentology_html_5376758741:16:1068:1103 Beck Spring Dolomite Southern California -0.466920106770381871 +74741 gsa_html_4472896560 gsa_html_4472896560:15:776:784 Colorado Denver -0.463435584788403632 +74742 palaios_html_4223976574 palaios_html_4223976574:200:18393:18399 Menard California -0.0179684568885802344 +74743 aapg_ac_807.html aapg_ac_807.html:668:66162:66182 Tuscaloosa Charleston, South Carolina -0.409571462462526958 +74744 geology_html_7466414502 geology_html_7466414502:213:23987:24006 Tuscarora Pennsylvania -0.415081112396476104 +74745 aapg_ah_999.html aapg_ah_999.html:9:1419:1429 Fort Worth Denver -0.423076903173580265 +74746 geology_html_5021862237 geology_html_5021862237:238:19219:19224 Swift Pennsylvania 0.00662225056898444603 +74747 sedimentology_html_3152067090 sedimentology_html_3152067090:1379:57741:57745 Kent Newnham, Bedfordshire -0.4506269691264706 +74748 aapg_ah_873.html aapg_ah_873.html:524:43049:43070 Cardium Lacombe, Alberta -0.413800254072591023 +74749 cspg_html_7093237629 cspg_html_7093237629:792:82849:82864 Nisku Lacombe, Alberta -0.463834753943271672 +74750 aapg_af_751.html aapg_af_751.html:95:13864:13873 San Diego Santa Catalina Island, California -0.0147795988543257695 +74751 AMJC_html_5390933660 AMJC_html_5390933660:820:80211:80224 Gile Mountain Bennington, Vermont -0.0300077841382245594 +74752 aapg_ah_228.html aapg_ah_228.html:76:8351:8359 Woodbine Brazos County, Texas -0.431219036147121426 +74753 aapg_ae_789.html aapg_ae_789.html:11:1883:1896 Wabamun Calgary -0.419723157415338222 +74754 aapg_ak_135.html aapg_ak_135.html:518:61689:61707 San Onofre Breccia California -0.0346577090486229963 +74755 aapg_af_130.html aapg_af_130.html:178:31066:31081 Darby Cheyenne, Wyoming 0.759258973875025389 +74756 aapg_ac_356.html aapg_ac_356.html:51:6480:6495 Pico Wilmington, North Carolina -0.47735290933611807 +74757 aapg_ae_139.html aapg_ae_139.html:344:35429:35437 Winnipeg Red River of the North -0.18136172293445757 +74758 aapg_ac_924.html aapg_ac_924.html:431:46135:46142 Madison Cheyenne, Wyoming -0.0170265242171895904 +74759 aapg_ac_700.html aapg_ac_700.html:35:5266:5271 Atoka McAlester, Oklahoma -0.121332809524377666 +74760 aapg_ai_880.html aapg_ai_880.html:179:14447:14453 Casper Cheyenne, Wyoming -0.0577069474480743499 +74761 aapg_aa_702.html aapg_aa_702.html:1397:142528:142536 Billings Williston, Vermont -0.423312692876289309 +74762 aapg_af_638.html aapg_af_638.html:182:14107:14122 Coldwater Branch County, Michigan -0.463526807661379381 +74763 aapg_ah_921.html aapg_ah_921.html:47:8104:8122 Hibernia Ben Nevis -0.0741398823330527423 +74764 aapg_ah_198.html aapg_ah_198.html:223:27600:27608 Monterey California -0.430571958670713628 +74765 aapg_ae_474.html aapg_ae_474.html:96:9061:9082 Paint Creek Bethel, Alaska -0.0257872942551229771 +74766 cspg_html_1313584654 cspg_html_1313584654:209:26604:26616 Saskatchewan Lacombe, Alberta -0.0166302989496245716 +74767 gsa_html_2729737430 gsa_html_2729737430:1427:124254:124282 Green River Colorado -0.021093485692349364 +74768 aapg_aa_887.html aapg_aa_887.html:250:32469:32485 Dakota San Ysidro, New Mexico 0.0297242892223481166 +74769 sedimentology_html_7399126879 sedimentology_html_7399126879:1630:82005:82021 Morgan Logan, Utah -0.233564517566522079 +74770 jgeology_html_4152045543 jgeology_html_4152045543:600:48361:48381 Mississagi Canada -0.471340610693628537 +74771 sedimentology_html_6951714124 sedimentology_html_6951714124:60:7089:7115 Swift Lacombe, Alberta -0.431157390646727534 +74772 aapg_ah_340.html aapg_ah_340.html:8:1144:1152 Kiamichi Texas 0.0140028670828276774 +74773 aapg_ah_318.html aapg_ah_318.html:699:76754:76773 Smackover Alabama 0.447706690849008604 +74774 geology_html_2493617174 geology_html_2493617174:236:21782:21790 Woodside Colorado -0.063526973765339334 +74775 gsa_html_7912015830 gsa_html_7912015830:667:62854:62882 Green River Colorado -0.438007065376213589 +74776 cspg_html_5807593737 cspg_html_5807593737:722:93438:93459 Duperow Williston, Vermont -0.44951252529713398 +74777 cspg_html_9222238695 cspg_html_9222238695:105:15715:15732 Gething Lacombe, Alberta -0.0239791454230104222 +74778 aapg_ae_113.html aapg_ae_113.html:354:46407:46430 Snowblind Bay Little Cornwallis Island -0.462143504710773534 +74779 gsa_html_5261839912 gsa_html_5261839912:919:74968:74974 Cannon Lake Superior -0.443732938342886629 +74780 aapg_af_862.html aapg_af_862.html:24:2519:2530 San Antonio Texas -0.469038078694436811 +74781 aapg_ac_200.html aapg_ac_200.html:23:2816:2837 Green River Wasatch Range -0.422243369951963321 +74782 aapg_ac_538.html aapg_ac_538.html:408:45669:45677 Beaumont Lacombe, Alberta -0.415033482903329365 +74783 aapg_af_575.html aapg_af_575.html:798:111655:111677 Holdenville Des Moines, Washington -0.0757395118931291772 +74784 palaios_html_8029736168 palaios_html_8029736168:698:70301:70315 Ogallala Nebraska -0.448753864703002991 +74785 aapg_ah_612.html aapg_ah_612.html:139:13030:13041 Belly River Lacombe, Alberta -0.0208414480796128843 +74786 gsa_html_8328338684 gsa_html_8328338684:906:89696:89724 Green River Iran -0.00202555313540596143 +74787 palaios_html_9962835704 palaios_html_9962835704:337:32146:32168 Judith River Lacombe, Alberta -0.454034931813569353 +74788 cspg_html_3926542795 cspg_html_3926542795:1623:158404:158412 Columbia Victoria, British Columbia -0.48757492352044407 +74789 cspg_html_6514903151 cspg_html_6514903151:258:30433:30450 Cardium Lacombe, Alberta -0.437953842888147871 +74790 aapg_aa_484.html aapg_aa_484.html:237:22363:22373 Pottsville Alabama -0.451054234304276602 +74792 aapg_af_771.html aapg_af_771.html:140:19480:19488 Vaqueros San Luis Obispo, California -0.440280728439214952 +74793 aapg_ae_419.html aapg_ae_419.html:4409:265248:265257 San Pedro Mexico -0.00806073698202901257 +74794 gsa_html_1727503504 gsa_html_1727503504:398:47246:47253 Madison Wisconsin -0.0214480825633718564 +74795 aapg_af_833.html aapg_af_833.html:897:97409:97427 Sundance Spindletop 0.852490890139637969 +74796 aapg_ah_69.html aapg_ah_69.html:133:12929:12940 Beekmantown Ohio 0.00291152111123599983 +74797 geology_html_8644807210 geology_html_8644807210:337:20487:20491 Bond North Atlantic Current -0.0180692565756011246 +74798 aapg_af_308.html aapg_af_308.html:282:32215:32218 Elk Preston County, West Virginia -0.448578878596292641 +74799 gsa_html_5756232019 gsa_html_5756232019:908:79253:79259 Reston New Mexico -0.0264132431935258684 +74800 cspg_html_7409170811 cspg_html_7409170811:628:73351:73367 Exshaw Lacombe, Alberta -0.481882602967476315 +74801 aapg_aa_948.html aapg_aa_948.html:79:7985:8001 Salado Delaware -0.00409977035478876605 +74802 geology_html_1175407759 geology_html_1175407759:380:27499:27505 Walker Earth 0.00480334593379653455 +74803 AMJC_html_4504848787 AMJC_html_4504848787:230:24233:24251 Mechum River Castleton, Vermont -0.491386278060246817 +74804 aapg_ae_909.html aapg_ae_909.html:12:1997:2012 Gatun Jamaica, Queens -0.0737251810698848625 +74805 cspg_html_9119878068 cspg_html_9119878068:57:7315:7335 Waterways Swan Hill, Victoria -0.148918155499664334 +74806 gsa_html_4339524478 gsa_html_4339524478:610:67022:67028 Oregon Washington (state) -0.429351638607468944 +74807 cspg_html_6249234253 cspg_html_6249234253:7:1400:1422 Leduc Redwater, Texas -0.47703324216366505 +74808 aapg_ad_466.html aapg_ad_466.html:569:65323:65339 Englishtown Asbury Park, New Jersey -0.45417711448712661 +74809 aapg_aa_563.html aapg_aa_563.html:74:10853:10868 Buda West Texas -0.0534002771689079184 +74810 gsa_html_3860045860 gsa_html_3860045860:1204:107998:108004 Oregon Salem, Oregon -0.47254944238616009 +74811 cspg_html_3102530088 cspg_html_3102530088:405:47566:47584 Lea Park Vanscoy, Saskatchewan -0.084126070530169253 +74812 cspg_html_7667087595 cspg_html_7667087595:7:408:429 Belly River Lacombe, Alberta -0.460410000722277057 +74813 aapg_ad_880.html aapg_ad_880.html:105:12662:12677 Swift Cheyenne, Wyoming 0.0121158646084473642 +74814 sedimentology_html_9101990049 sedimentology_html_9101990049:123:5996:6000 Hall London, Ontario -0.487565545428885583 +74815 cspg_html_8587639109 cspg_html_8587639109:1115:110140:110160 Bow Island Lacombe, Alberta -0.0299260395523841712 +74816 cspg_html_1225021992 cspg_html_1225021992:77:9291:9302 Shaftesbury River Torrens -0.00861668517403405519 +74817 aapg_ai_136.html aapg_ai_136.html:147:10718:10741 Cotton Valley Caddo Parish, Louisiana -0.44721379024503416 +74818 cspg_html_2419618566 cspg_html_2419618566:1033:112599:112607 Colorado Denver -0.0492966446441219716 +74819 aapg_ah_318.html aapg_ah_318.html:3575:291720:291739 Smackover Mississippi River 0.354734497454399611 +74820 cspg_html_9119878068 cspg_html_9119878068:58:7393:7417 Fort Vermilion Swan Hill, Victoria -0.44948782523520614 +74821 sedimentology_html_6656277293 sedimentology_html_6656277293:719:48504:48522 Marble Canyon Paria River -0.0201322850725559367 +74822 sedimentology_html_6367222020 sedimentology_html_6367222020:141:9655:9671 Peedee Charleston, South Carolina -0.463910045923527747 +74823 aapg_ai_136.html aapg_ai_136.html:129:8968:8975 Rodessa Lafayette County, Florida -0.439298641817729429 +74824 cspg_html_5345848475 cspg_html_5345848475:346:39914:39934 Blackstone Manitoba -0.443692774120845845 +74825 aapg_ah_199.html aapg_ah_199.html:79:9875:9880 Atoka Red Deer, Alberta -0.455252106655251121 +74826 gsa_html_6753732431 gsa_html_6753732431:723:65771:65794 Sespe California -0.427645821637091417 +74827 cspg_html_2986717500 cspg_html_2986717500:48:7137:7159 Trent River Qualicum River -0.477142101104954475 +74828 cspg_html_8821213881 cspg_html_8821213881:7:487:496 Gull Lake Red Deer, Alberta -0.0557128760965852274 +74829 cspg_html_6927586285 cspg_html_6927586285:484:60597:60629 Montney Lacombe, Alberta -0.478349729395822987 +74830 aapg_af_653.html aapg_af_653.html:738:83386:83401 Santa Margarita Maricopa, Arizona 0.578003927760168512 +74831 cspg_html_4298557570 cspg_html_4298557570:141:21326:21342 Horseshoe Canyon Drumheller -0.44255997020698512 +74832 aapg_aa_718.html aapg_aa_718.html:546:60029:60049 Waynesburg Waynesburg, Pennsylvania -0.472528705500211532 +74833 aapg_ae_40.html aapg_ae_40.html:263:24570:24579 Kindblade Healdton, Oklahoma -0.461155768602865224 +74834 aapg_aa_684.html aapg_aa_684.html:229:22041:22055 Jelm John Crow Mountains -0.0341322582227332263 +74835 aapg_af_842.html aapg_af_842.html:47:5776:5782 Lisbon Cotton Valley, Louisiana -0.0116467387889204136 +74836 gsa_html_1266138577 gsa_html_1266138577:157:14096:14119 Saline Valley Salinas Valley -0.450582005503512739 +74837 aapg_ak_9.html aapg_ak_9.html:436:41616:41623 Oceanic Pakistan -0.50037380579535129 +74838 jgeology_html_8406118991 jgeology_html_8406118991:196:18339:18347 Columbia Victoria, British Columbia -0.0391129188633264693 +74839 aapg_af_666.html aapg_af_666.html:320:26632:26640 Red Peak John Crow Mountains -0.461128473443845555 +74840 aapg_ac_471.html aapg_ac_471.html:280:30935:30939 Kent Williston, Vermont -0.482921973604061416 +74841 cspg_html_4376017434 cspg_html_4376017434:11:1145:1153 Columbia Victoria, British Columbia -0.480367741483547772 +74842 aapg_ah_506.html aapg_ah_506.html:48:5148:5162 Traverse Kent County, Maryland -0.474438560215669658 +74843 aapg_aa_47.html aapg_aa_47.html:334:37752:37769 Minturn Colorado -0.0694995571897462083 +74844 palaios_html_1018466366 palaios_html_1018466366:1330:127707:127723 Viking Cape Town -0.448632716908224927 +74845 aapg_ac_790.html aapg_ac_790.html:102:13417:13434 Barnett Western world 0.0145380623395336504 +74846 jgeology_html_4610075495 jgeology_html_4610075495:1256:71567:71576 Peninsula Korea -0.491445156732988053 +74847 gsa_html_2605108986 gsa_html_2605108986:634:50033:50052 Matanuska Matanuska Glacier -0.0596021394822493084 +74848 cspg_html_1506720813 cspg_html_1506720813:826:89333:89338 Basal Lacombe, Alberta -0.0882873871561770801 +74849 aapg_ae_523.html aapg_ae_523.html:136:13450:13476 Fort Payne Wabash Valley -0.000521153440822292734 +74850 palaios_html_4196951131 palaios_html_4196951131:104:11220:11231 Montpellier London, Ontario -0.441740222253796999 +74851 aapg_ah_763.html aapg_ah_763.html:101:11118:11134 Blaine Texas -0.253793726810937426 +74852 gsa_html_4415707577 gsa_html_4415707577:986:91157:91185 Green River Iran -0.0208414480796128843 +74853 sedimentology_html_9378527223 sedimentology_html_9378527223:2063:59938:59956 Frontier Cheyenne, Wyoming -0.430334367802676421 +74854 gsa_html_9353787239 gsa_html_9353787239:626:57463:57482 Nankoweap Western world -0.487926676393575676 +74855 gsa_html_5107598462 gsa_html_5107598462:697:65438:65450 Salina Pennsylvania 0.961333902831472131 +74856 cspg_html_4555867289 cspg_html_4555867289:455:44357:44365 Columbia Victoria, British Columbia -0.444451727274864927 +74857 aapg_ah_536.html aapg_ah_536.html:381:50047:50064 Rodessa Rodessa, Louisiana -0.440467486742992853 +74858 aapg_af_471.html aapg_af_471.html:255:30095:30114 Parkwood Alabama -0.213308703606244571 +74859 gsa_html_6846988014 gsa_html_6846988014:29:2796:2824 Green River Colorado 0.0294808017123103575 +74860 cspg_html_6255491344 cspg_html_6255491344:259:38198:38206 Columbia Lacombe, Alberta -0.430334367802676421 +74861 aapg_ai_106.html aapg_ai_106.html:81:8631:8639 Michigan Ontario, California -0.4506269691264706 +74862 cspg_html_7409170811 cspg_html_7409170811:507:66653:66668 Banff Lacombe, Alberta -0.454305775206324536 +74863 cspg_html_6306091047 cspg_html_6306091047:50:9780:9788 Columbia Lacombe, Alberta -0.0323768745751979448 +74864 aapg_ai_756.html aapg_ai_756.html:69:6338:6345 Hosston Bossier City, Louisiana -0.0797338454266485891 +74865 aapg_aa_231.html aapg_aa_231.html:876:79182:79201 Rock Springs Colorado 0.0224215228355517555 +74866 cspg_html_2198503252 cspg_html_2198503252:258:12969:12987 Palliser Lacombe, Alberta -0.0597103533782210594 +74867 aapg_ae_974.html aapg_ae_974.html:97:9183:9206 Cook Mountain Zapata, Texas -0.433509375056355339 +74868 aapg_ac_338.html aapg_ac_338.html:228:26267:26297 Newcastle Cheyenne, Wyoming -0.455876007847145159 +74869 jgeology_html_4081868571 jgeology_html_4081868571:1413:76846:76858 Attawapiskat Canada -0.431133173871068531 +74870 aapg_ac_641.html aapg_ac_641.html:272:35904:35924 Washington Washington (state) -0.422105971765849297 +74871 geology_html_2307006478 geology_html_2307006478:18:1102:1121 Matinenda Canada -0.444451727274864927 +74872 cspg_html_4516258038 cspg_html_4516258038:62:8720:8735 Melville Island Bathurst Island (Northern Territory) -0.48908614313905685 +74873 sedimentology_html_8006979411 sedimentology_html_8006979411:38:2691:2709 Kaskapau Canada -0.459819284677136619 +74874 geology_html_9788030825 geology_html_9788030825:14:701:707 Denver Colorado -0.47482657712880405 +74875 cspg_html_9942234474 cspg_html_9942234474:65:10665:10683 Grosmont Lacombe, Alberta -0.457532796484121151 +74876 cspg_html_8049997704 cspg_html_8049997704:6:362:380 Lea Park Colorado -0.008957206898973313 +74877 aapg_ad_351.html aapg_ad_351.html:11:1348:1367 Northview Sedalia, Missouri -0.514049157541967894 +74878 jgeology_html_2096356306 jgeology_html_2096356306:984:73639:73645 Antler Reno, Nevada -0.476843350706402158 +74879 aapg_ae_153.html aapg_ae_153.html:743:92092:92100 Moenkopi Logan, Utah 0.345856148728623358 +74880 gsa_html_7854597776 gsa_html_7854597776:700:55485:55493 Temporal Emerald Lake (British Columbia) -0.464419004431934179 +74881 gsa_html_9152662653 gsa_html_9152662653:161:15153:15170 Laurel Potomac, Maryland -0.0526051706223679347 +74882 gsa_html_9052101586 gsa_html_9052101586:21:1561:1588 Lake Michigan Fox Valley (Illinois) -0.052851016470200643 +74883 aapg_aa_105.html aapg_aa_105.html:182:18786:18799 Turner Valley Highwood, Illinois -0.447189152172129289 +74884 aapg_ai_958.html aapg_ai_958.html:179:19528:19544 Goliad Cuero, Texas -0.471340610693628537 +74885 aapg_ad_801.html aapg_ad_801.html:249:27375:27380 Yazoo Ocala, Florida 0.0175148642461509067 +74886 gsa_html_4930932370 gsa_html_4930932370:747:75193:75219 Hemlock Virginia -0.446593560210975959 +74887 aapg_ah_779.html aapg_ah_779.html:211:38379:38388 Kimmswick Missouri River -0.0122896166911195832 +74888 aapg_aa_684.html aapg_aa_684.html:310:28585:28605 Beaver Creek John Crow Mountains -0.463396817899322633 +74889 aapg_ad_223.html aapg_ad_223.html:641:65911:65918 Montara Caribbean -0.464501195477937445 +74890 geology_html_6149597609 geology_html_6149597609:252:23082:23086 Dunn Sierra Nevada (Spain) -0.451720268426352933 +74891 aapg_ae_74.html aapg_ae_74.html:89:9230:9256 Todilto San Ysidro, New Mexico -0.0647985531001060572 +74892 geology_html_8986165275 geology_html_8986165275:73:7214:7223 Talkeetna Kodiak Island -0.0259316078616598014 +74893 sedimentology_html_1776988099 sedimentology_html_1776988099:228:17040:17045 Cadiz California -0.456661018199272462 +74894 aapg_ac_561.html aapg_ac_561.html:486:51916:51933 Entrada New Mexico -0.17686588922945462 +74895 aapg_ae_574.html aapg_ae_574.html:147:18952:18971 Mowry Weston, Florida -0.42773794978433255 +74896 aapg_aa_302.html aapg_aa_302.html:285:34386:34402 Pequop Logan, Utah -0.227401831840425395 +74897 aapg_af_625.html aapg_af_625.html:811:81765:81771 Salina Kentucky -0.462302919433881576 +74898 gsa_html_6753732431 gsa_html_6753732431:696:63793:63802 San Diego California -0.0660354648618030893 +74899 gsa_html_6158055432 gsa_html_6158055432:515:59998:60008 Washington Salem, Oregon -0.483631144002422242 +74900 aapg_aa_934.html aapg_aa_934.html:54:8322:8330 Sterling San Angelo, Texas -0.0699856129181718606 +74901 cspg_html_3516764931 cspg_html_3516764931:434:63855:63860 Price Victoria, British Columbia -0.00243726702917233546 +74902 aapg_ah_638.html aapg_ah_638.html:37:4495:4504 Red Bluff Alabama 0.0282825620772972075 +74903 jgeology_html_8494933343 jgeology_html_8494933343:328:22874:22877 Lee Colorado -0.478836965338604204 +74904 AMJC_html_1873062106 AMJC_html_1873062106:880:97897:97915 Morrison New Mexico 0.00222359260486516743 +74905 aapg_aa_99.html aapg_aa_99.html:23:2444:2450 Salina Guelph -0.439098796420780313 +74906 aapg_ah_696.html aapg_ah_696.html:66:8556:8576 Chumstick Roslyn, New York -0.500402370472918023 +74907 aapg_ai_17.html aapg_ai_17.html:24:3184:3190 Sabine Arkadelphia, Arkansas -0.472639307901536299 +74908 cspg_html_1503116552 cspg_html_1503116552:113:17694:17716 Beaverhill Lacombe, Alberta -0.456337429672799166 +74909 aapg_ac_333.html aapg_ac_333.html:1118:132826:132855 San Andres New Mexico -0.0201548805337714854 +74910 aapg_ah_90.html aapg_ah_90.html:42:6812:6824 Burro Canyon Cedar Mountains -0.477401564658383792 +74911 cspg_html_8818854104 cspg_html_8818854104:646:74811:74831 Nikanassin Lacombe, Alberta -0.044101376246448068 +74912 aapg_ai_105.html aapg_ai_105.html:342:41272:41279 Oquirrh Wasatch Range 0.00496143412054320457 +74913 aapg_ae_687.html aapg_ae_687.html:202:23031:23039 Colorado Denver -0.451751782124743317 +74914 aapg_ai_957.html aapg_ai_957.html:491:47021:47028 Reynosa Texas -0.0999302331048078502 +74915 aapg_ah_745.html aapg_ah_745.html:104:8660:8688 Franconia Franconia, New Hampshire -0.00440204655713307986 +74916 cspg_html_3521815736 cspg_html_3521815736:22:3625:3634 Baldonnel Williston, Vermont -0.463396817899322633 +74917 gsa_html_3289445934 gsa_html_3289445934:631:51614:51642 Green River Colorado -0.0191815618988117366 +74918 aapg_ah_860.html aapg_ah_860.html:57:7064:7070 Racine Guelph -0.0101247315019664351 +74919 gsa_html_9687474095 gsa_html_9687474095:1011:87945:87952 Madison Chile -0.461219460550356897 +74920 gsa_html_6350949088 gsa_html_6350949088:80:7520:7536 Kodiak Kodiak Island -0.0886893440090896767 +74921 cspg_html_3129231627 cspg_html_3129231627:345:46003:46015 Vendom Fiord Ellesmere Island -0.262973657278579187 +74922 jgeology_html_5518896417 jgeology_html_5518896417:186:8476:8487 White River Western world -0.448287309474040385 +74923 aapg_ae_794.html aapg_ae_794.html:195:24376:24396 Coon Creek Selma to Montgomery marches -0.0524011772686955382 +74924 aapg_ac_187.html aapg_ac_187.html:2951:303874:303890 Cupido Coahuila -0.407682998505227157 +74925 AMJC_html_6759408618 AMJC_html_6759408618:256:27135:27146 Martinsburg Great Valley, New York -0.453423575097804177 +74926 aapg_ai_582.html aapg_ai_582.html:10:1117:1135 Sundance Black Hills 1.13866435082248585 +74927 aapg_ad_865.html aapg_ad_865.html:38:3890:3906 Dakota Hermosa, Chicago 0.0532067233163113218 +74928 aapg_ae_465.html aapg_ae_465.html:39:4295:4316 Pine Island County Sligo -0.0298634270365841781 +74929 gsa_html_1826402027 gsa_html_1826402027:627:73875:73884 Flagstaff Camp Verde, Arizona -0.0108839893390520418 +74930 aapg_ai_410.html aapg_ai_410.html:340:29637:29645 Woodford Arkansas -0.0377274176775576064 +74931 cspg_html_3926542795 cspg_html_3926542795:1421:146551:146571 Swan Hills Canada -0.0392835092525669338 +74932 cspg_html_1925276454 cspg_html_1925276454:545:56368:56392 Frio Texas -0.0273313514332929886 +74933 aapg_ah_411.html aapg_ah_411.html:147:16880:16893 Bearpaw Milk River, Alberta 0.89995526516052804 +74934 aapg_aa_717.html aapg_aa_717.html:3:313:332 Gatesburg Pennsylvania 0.0103992439306783112 +74935 aapg_ae_872.html aapg_ae_872.html:64:8692:8703 Black Creek Charleston, South Carolina -0.456518443898076276 +74936 aapg_ae_185.html aapg_ae_185.html:166:13642:13651 Shongaloo Sarepta, Louisiana -0.458720680358492616 +74937 aapg_af_531.html aapg_af_531.html:73:8681:8687 Barrow Middle East -0.429960502864963123 +74938 aapg_ac_307.html aapg_ac_307.html:104:9674:9685 Green River Uinta Mountains 0.0805835727921414002 +74939 cspg_html_6255491344 cspg_html_6255491344:6:558:583 Fernie Lacombe, Alberta 1.02011565153827966 +74940 aapg_ah_532.html aapg_ah_532.html:141:10938:10954 Elbert Leadville, Colorado -0.0573143663598271388 +74941 aapg_ac_942.html aapg_ac_942.html:216:26167:26184 Paradox Logan, Utah -0.00405807716508260231 +74942 cspg_html_9290046117 cspg_html_9290046117:775:93701:93721 Nikanassin Lacombe, Alberta -0.447314589257592876 +74943 aapg_ah_371.html aapg_ah_371.html:85:6520:6534 Eutaw Tuscaloosa, Alabama 0.0379345342549401235 +74944 aapg_af_575.html aapg_af_575.html:527:72527:72539 Fayetteville Meramec River -0.251323911993205362 +74945 gsa_html_7678142233 gsa_html_7678142233:432:32126:32147 Lawrence Middle Ordovician 0.00753780424990633125 +74946 cspg_html_1265381145 cspg_html_1265381145:192:20564:20572 Palliser Lacombe, Alberta -0.226775466498118 +74947 aapg_ak_23.html aapg_ak_23.html:224:20807:20811 Hall California -0.0294390614624063553 +74948 sedimentology_html_1293179143 sedimentology_html_1293179143:1139:80707:80711 Hall London, Ontario -0.488806694061501346 +74949 aapg_ad_761.html aapg_ad_761.html:80:7186:7207 Denton Buda, Texas 0.0832493932779121842 +74950 aapg_ah_724.html aapg_ah_724.html:433:55178:55196 Kaskapau Canada -0.463307888475886887 +74951 aapg_ac_729.html aapg_ac_729.html:690:66362:66377 Favel Manitoba -0.0117822633156925947 +74952 aapg_ah_94.html aapg_ah_94.html:235:25493:25513 Fort Union Fort Union Trading Post National Historic Site -0.0171725037246518962 +74953 gsa_html_3872060924 gsa_html_3872060924:675:56475:56485 Washington Seattle -0.44830973456876172 +74954 cspg_html_9435196958 cspg_html_9435196958:704:30418:30434 Belly River Lacombe, Alberta -0.453180049702502807 +74955 aapg_aa_98.html aapg_aa_98.html:108:8991:9021 Slave Point Gulf Coast of the United States -0.467130759519596039 +74956 aapg_af_98.html aapg_af_98.html:70:8995:9011 Dakota San Juan, Argentina -0.455333460622450559 +74957 palaios_html_3129690911 palaios_html_3129690911:625:53254:53263 San Diego Currie, Minnesota -0.48777188725893289 +74958 aapg_af_446.html aapg_af_446.html:72:9028:9037 Englewood Colorado -0.0424800423112160416 +74959 gsa_html_3720789279 gsa_html_3720789279:485:42652:42660 John Day Salem, Oregon -0.236737645765265736 +74960 cspg_html_1450375831 cspg_html_1450375831:20:2857:2878 Upper Lynx Lacombe, Alberta -0.0121732026878597095 +74961 aapg_aa_110.html aapg_aa_110.html:47:7034:7055 Green River Wasatch Range -0.448282824521055501 +74962 cspg_html_4103411715 cspg_html_4103411715:50:6409:6425 Viking Canada -0.452927573923113447 +74963 aapg_ae_984.html aapg_ae_984.html:389:37282:37298 Salado Delaware -0.491577059800919369 +74964 cspg_html_8532932475 cspg_html_8532932475:626:56511:56537 Halfway Canada -0.44280960294495586 +74965 aapg_aa_684.html aapg_aa_684.html:241:22916:22931 Chugwater Cheyenne, Wyoming -0.107443662549542934 +74966 cspg_html_3102530088 cspg_html_3102530088:619:77978:77999 Milk River Lacombe, Alberta -0.462097962880594848 +74967 cspg_html_4105062490 cspg_html_4105062490:74:7924:7932 Palliser Lacombe, Alberta 0.0442912193104450583 +74968 gsa_html_1254347878 gsa_html_1254347878:1242:114968:114980 Yellowjacket Boise, Idaho -0.0282634328663418991 +74969 cspg_html_4785922166 cspg_html_4785922166:528:61969:62005 Dawson Bay Saskatoon -0.451875596518584666 +74970 aapg_ai_72.html aapg_ai_72.html:121:9703:9712 Vicksburg Texas -0.443688311537407287 +74971 aapg_ad_2.html aapg_ad_2.html:1611:223338:223349 Beekmantown Mount Nittany -0.451720268426352933 +74972 sedimentology_html_5922191587 sedimentology_html_5922191587:984:80460:80469 Peninsula Korea -0.0380668126428187481 +74973 aapg_ae_71.html aapg_ae_71.html:91:8024:8029 Aneth Ouray, Colorado -0.00425264554680848412 +74974 aapg_ae_658.html aapg_ae_658.html:582:59546:59555 Salt Lake Logan, Utah -0.0309000524599756105 +74975 geology_html_9314524367 geology_html_9314524367:198:19536:19564 Espinaso New Mexico -0.0559832533878950947 +74976 aapg_ad_249.html aapg_ad_249.html:74:8718:8731 Salina Calhoun County, Michigan -0.0133147744605960541 +74977 aapg_ae_959.html aapg_ae_959.html:1795:129235:129250 Dog Creek Wichita, Kansas -0.460091874413590562 +74978 aapg_ai_593.html aapg_ai_593.html:1672:170752:170770 Kiamichi Texas -0.473157943062676001 +74979 gsa_html_6837513060 gsa_html_6837513060:171:16380:16386 Renton Black River, Jamaica -0.42652126035610638 +74980 aapg_aa_702.html aapg_aa_702.html:925:116507:116511 Hall Ohio -0.077780922776569339 +74981 cspg_html_9343899465 cspg_html_9343899465:204:25485:25498 Blue Fiord Little Cornwallis Island 0.395517540387762601 +74982 jgeology_html_4305195651 jgeology_html_4305195651:2521:172285:172320 Mauch Chunk Pennsylvania -0.442720440658756875 +74983 aapg_ah_435.html aapg_ah_435.html:98:12569:12579 Georgetown Buda, Texas -0.399546435197115635 +74984 gsa_html_3648258377 gsa_html_3648258377:858:80503:80531 Potomac Closter, New Jersey 0.0147048786828740258 +74985 geology_html_5590413695 geology_html_5590413695:149:13382:13389 Fontana California -0.50871337107962189 +74986 palaios_html_2265050567 palaios_html_2265050567:1177:103363:103375 Pethei Canada -0.452055720301517416 +74987 aapg_ah_165.html aapg_ah_165.html:365:43740:43747 Pelican Lacombe, Alberta -0.0793029079584459673 +74988 sedimentology_html_2139169476 sedimentology_html_2139169476:361:39085:39094 Peninsula Korea -0.406173524207266823 +74989 cspg_html_1509800797 cspg_html_1509800797:28:3524:3531 Bearpaw Lethbridge -0.0074248793072545817 +74990 aapg_ae_546.html aapg_ae_546.html:211:25247:25270 Cotton Valley Bossier City, Louisiana -0.0371426409956562426 +74991 aapg_af_388.html aapg_af_388.html:543:68460:68485 Chinle Chinle Formation -0.417673931766760265 +74992 aapg_ae_581.html aapg_ae_581.html:663:72975:72994 Fox Hills Sweetwater, Miami-Dade County, Florida -0.033900859013031269 +74993 aapg_aa_381.html aapg_aa_381.html:61:7658:7673 Santa Margarita Rancho Santa Margarita, California 0.382132574865636065 +74994 palaios_html_2746116737 palaios_html_2746116737:820:67419:67439 Tallahatta Mississippi River -0.440354093294291316 +74995 sedimentology_html_1055046119 sedimentology_html_1055046119:676:32873:32877 Ross Stroudsburg, Pennsylvania -0.433423304094416983 +74996 aapg_ae_705.html aapg_ae_705.html:493:46350:46367 Rincon Monterey, California 0.01526267877796662 +74997 aapg_ai_53.html aapg_ai_53.html:153:18063:18067 Buda Buda, Texas -0.0143364940209374722 +74998 cspg_html_4495377323 cspg_html_4495377323:301:31728:31739 Peace River Victoria, British Columbia -0.434637853624058046 +74999 aapg_ac_635.html aapg_ac_635.html:207:21537:21556 Hornbrook Jackson County, Missouri -0.079975607961460915 +75000 aapg_ai_975.html aapg_ai_975.html:279:26915:26932 Hosston Texas -0.242704700507408166 +75001 aapg_ae_41.html aapg_ae_41.html:1167:81982:82001 Waterways Canada 0.794650539593667715 +75002 cspg_html_4433937749 cspg_html_4433937749:77:11310:11316 Viking Bow Island Airport 0.0136084280561302121 +75003 aapg_ah_90.html aapg_ah_90.html:67:11087:11099 Burro Canyon Grand Junction, Colorado 0.0775672877082962814 +75004 aapg_ae_999.html aapg_ae_999.html:73:11255:11279 Jackson Alabama -0.00711042808523288782 +75005 aapg_ae_993.html aapg_ae_993.html:552:57101:57120 Lodgepole Boise, Idaho -0.00547565736357211348 +75006 gsa_html_4543270561 gsa_html_4543270561:1329:110029:110057 Green River New Mexico -0.00819798606036370794 +75007 sedimentology_html_3200584564 sedimentology_html_3200584564:1143:79423:79445 Dunvegan Canada -0.010750205891597751 +75008 cspg_html_2653900441 cspg_html_2653900441:438:52449:52464 Provo Vancouver -0.0442459352605073172 +75009 cspg_html_1503116552 cspg_html_1503116552:1269:198585:198630 Beaverhill Lacombe, Alberta -0.0473205840884710904 +75010 cspg_html_1925276454 cspg_html_1925276454:603:59286:59294 Bullhead Victoria, British Columbia -0.0733087637528969799 +75011 gsa_html_3696101390 gsa_html_3696101390:535:53539:53545 Oxford Hancock, Michigan -0.470236848829719556 +75012 sedimentology_html_3865745685 sedimentology_html_3865745685:1594:111086:111115 Dunvegan Lacombe, Alberta 0.000416922734646836166 +75013 gsa_html_4415818938 gsa_html_4415818938:213:14725:14731 Brazil Guyana -0.480602591853576067 +75014 aapg_af_16.html aapg_af_16.html:71:9115:9123 Niobrara Cheyenne, Wyoming 0.0124425193369598567 +75015 gsa_html_4670506866 gsa_html_4670506866:10:329:340 Green River Kentucky -0.443701699352459789 +75016 cspg_html_2490951833 cspg_html_2490951833:404:59206:59213 Gilwood Swan Hill, Victoria -0.445560028460347757 +75017 gsa_html_6893315801 gsa_html_6893315801:540:44991:45001 Wellington Victoria Land -0.0147326815118864023 +75018 aapg_af_638.html aapg_af_638.html:24:2893:2901 Michigan Antrim, County Antrim 0.0101699042927858082 +75019 aapg_af_734.html aapg_af_734.html:128:17135:17153 Kongakut Anchorage, Alaska -0.469506369220983932 +75020 aapg_ai_256.html aapg_ai_256.html:267:27909:27926 Kinderhook San Fernando Valley -0.487588990851044235 +75021 sedimentology_html_5880564597 sedimentology_html_5880564597:1138:72610:72618 Colorado Denver -0.436929900849743147 +75022 cspg_html_2094634763 cspg_html_2094634763:303:40032:40050 Roseray Lacombe, Alberta -0.0794763293196196347 +75023 cspg_html_7404699681 cspg_html_7404699681:375:37203:37211 Columbia Lacombe, Alberta -0.0453014649613171713 +75024 aapg_ad_305.html aapg_ad_305.html:304:28153:28170 Cardium Canada -0.425450542305663815 +75025 sedimentology_html_1046729113 sedimentology_html_1046729113:1510:135629:135647 Frontier Powder River Basin -0.00229308019174294993 +75026 aapg_ad_880.html aapg_ad_880.html:840:81621:81639 Sundance Black Hills 0.025801203938223681 +75027 cspg_html_5688447798 cspg_html_5688447798:143:20638:20671 Disappointment Bay Ellesmere Island -0.0216149541452477292 +75028 aapg_ah_532.html aapg_ah_532.html:3:343:351 Colorado Ouray, Colorado -0.0371791885469511946 +75029 aapg_af_788.html aapg_af_788.html:247:21521:21531 Bell Presque Isle County, Michigan -0.441437455474761709 +75030 aapg_aa_718.html aapg_aa_718.html:595:63804:63821 Keefer Huntington, West Virginia -0.481777803377517411 +75031 cspg_html_9439353033 cspg_html_9439353033:435:43061:43079 Scollard Lacombe, Alberta 0.979642753619513251 +75032 sedimentology_html_7553974053 sedimentology_html_7553974053:1464:120207:120229 Bluff Canada -0.444835906435795903 +75033 cspg_html_9905904289 cspg_html_9905904289:141:17343:17361 Whitemud Regina, Saskatchewan -0.471464870791560964 +75034 aapg_af_854.html aapg_af_854.html:897:126880:126897 Renault Monroe County, Florida -0.0494674389497957237 +75035 gsa_html_8271829751 gsa_html_8271829751:13:622:632 Ellensburg Washington (state) -0.485266333037401854 +75036 aapg_aa_712.html aapg_aa_712.html:201:24155:24162 Calvert Virginia -0.406218582002202511 +75037 sedimentology_html_7399126879 sedimentology_html_7399126879:193:15709:15712 Arc Tyrrhenian Sea -0.460964719996515115 +75038 aapg_af_892.html aapg_af_892.html:921:86225:86237 Leonard Texas -0.0403993849472303809 +75039 gsa_html_9901339383 gsa_html_9901339383:456:41815:41823 Colorado Cheyenne, Wyoming -0.463332970234029085 +75040 aapg_ae_205.html aapg_ae_205.html:222:18620:18626 Pocono Pennsylvania -0.435270040425755234 +75041 sedimentology_html_8941825370 sedimentology_html_8941825370:708:47684:47688 Hall London, Ontario -0.0329596528046762344 +75042 aapg_aa_685.html aapg_aa_685.html:217:19610:19622 Willow Creek Salina, Kansas -0.000778255919836127563 +75043 aapg_aa_662.html aapg_aa_662.html:125:11239:11249 Washington Muskingum River -0.0407754352992212923 +75044 gsa_html_9478615109 gsa_html_9478615109:14:640:646 Denver Colorado -0.465705253187009671 +75045 geology_html_3479183091 geology_html_3479183091:18:1289:1299 Las Cruces New Mexico -0.480807266046245518 +75046 aapg_ai_835.html aapg_ai_835.html:84:9506:9514 Beaumont Matagorda Island -0.435767689782418699 +75047 aapg_ad_564.html aapg_ad_564.html:4039:317263:317274 Mowry Sevier orogeny -0.0454739156031626138 +75048 aapg_aa_23.html aapg_aa_23.html:341:40293:40306 Winnipeg Winnipeg -0.00286982837919386039 +75049 aapg_ah_638.html aapg_ah_638.html:37:4410:4430 Citronelle Alabama -0.435661502416701596 +75050 cspg_html_8065532640 cspg_html_8065532640:100:12838:12856 Cadillac Prairie Creek, Arkansas -0.0841751694923687371 +75051 gsa_html_8236729701 gsa_html_8236729701:163:18847:18856 San Diego California -0.0423511843522919873 +75052 aapg_aa_12.html aapg_aa_12.html:248:26905:26911 Frisco Sallisaw, Oklahoma -0.458720680358492616 +75053 aapg_ah_52.html aapg_ah_52.html:361:52492:52506 Lizard Springs Trinidad and Tobago -0.446011775932438015 +75054 AMJC_html_4504848787 AMJC_html_4504848787:599:58187:58202 Lynchburg Virginia -0.476385003272562391 +75055 aapg_af_166.html aapg_af_166.html:281:32577:32596 Catahoula Middle East -0.444094495043231396 +75056 aapg_ai_28.html aapg_ai_28.html:264:25021:25027 Lissie Duval County, Texas -0.472528705500211532 +75057 cspg_html_5660413005 cspg_html_5660413005:219:25292:25310 Graminia Blue Ridge Mountains 0.789034486896932119 +75058 aapg_ai_980.html aapg_ai_980.html:694:61891:61906 Swift Cut Bank, Montana -0.00537142262393446989 +75059 cspg_html_7872594630 cspg_html_7872594630:34:5938:5959 Rocky Brook Bridgetown, Nova Scotia -0.0260481030214056476 +75060 gsa_html_4837287019 gsa_html_4837287019:93:10773:10791 Crescent Tukwila, Washington -0.44721379024503416 +75061 geology_html_6392821947 geology_html_6392821947:274:23496:23502 Cannon New Mexico -0.0127518020559754426 +75062 geology_html_7678329140 geology_html_7678329140:288:24742:24758 Table Head Middle Ordovician -0.013877758051455481 +75063 cspg_html_3026112034 cspg_html_3026112034:753:74211:74216 Banff Lacombe, Alberta 0.0110351478818663008 +75064 cspg_html_1503116552 cspg_html_1503116552:79:12015:12034 Waterways Swan Hill, Victoria -0.43797158338019293 +75065 gsa_html_4071231613 gsa_html_4071231613:798:87385:87391 Oregon Boise, Idaho -0.0547936736355184237 +75066 cspg_html_8438548095 cspg_html_8438548095:33:3998:4039 Edmonton Edmonton, London -0.485266333037401854 +75067 aapg_af_854.html aapg_af_854.html:1079:152192:152213 Paint Creek Buck Creek State Park -0.0290477532032288703 +75068 gsa_html_4675429437 gsa_html_4675429437:774:55134:55144 San Felipe Sonora -0.429582389532346398 +75069 gsa_html_1826402027 gsa_html_1826402027:681:77870:77876 Mormon Arizona -0.464761517323236562 +75070 aapg_ai_82.html aapg_ai_82.html:107:13531:13555 Pottsville Greenbrier (Great Smoky Mountains) -0.349293818004618117 +75071 cspg_html_9717154602 cspg_html_9717154602:991:84640:84644 Kent Colorado -0.450649451770273157 +75072 aapg_ad_244.html aapg_ad_244.html:217:20186:20208 Little Falls Poland -0.479208376791379231 +75073 gsa_html_8940574128 gsa_html_8940574128:1239:86183:86211 Green River Colorado -0.0157388171484894208 +75074 cspg_html_2865093674 cspg_html_2865093674:22:3916:3925 Gog Cranbrook, British Columbia -0.0411323490648926038 +75075 aapg_aa_712.html aapg_aa_712.html:120:15093:15113 Platteville Midwestern United States -0.460487277041231158 +75076 aapg_ae_428.html aapg_ae_428.html:956:75147:75164 Temblor California -0.478702368018989743 +75077 aapg_ad_52.html aapg_ad_52.html:1125:122948:122966 Michigan Michigan -0.430395959711439846 +75078 aapg_ah_318.html aapg_ah_318.html:523:61510:61529 Smackover Alabama 0.394147019654898567 +75079 cspg_html_5541937700 cspg_html_5541937700:946:112354:112377 Viking Lacombe, Alberta -0.0626433166781282802 +75080 aapg_ad_2.html aapg_ad_2.html:163:22542:22550 Catoctin Maryland -0.00349522085598196267 +75081 aapg_af_625.html aapg_af_625.html:406:40840:40857 Chemung Huntington, West Virginia 0.38471763145079485 +75082 cspg_html_8427119881 cspg_html_8427119881:31:5258:5277 Cold Lake Suffield, Connecticut -0.442682549290708161 +75083 aapg_ad_231.html aapg_ad_231.html:63:8217:8225 Colorado Denver -0.0516462775496139975 +75084 gsa_html_5952049575 gsa_html_5952049575:294:35364:35385 Green River Cheyenne, Wyoming -0.0334258967197983703 +75085 aapg_af_11.html aapg_af_11.html:232:25347:25366 Leadville Ouray, Colorado -0.0438854131077835025 +75086 aapg_ae_93.html aapg_ae_93.html:21:4389:4422 Kootenay Victoria, British Columbia -0.0490160622596066617 +75087 aapg_ac_719.html aapg_ac_719.html:123:13410:13433 Poison Canyon Ganges -0.0231533782740243055 +75088 aapg_af_384.html aapg_af_384.html:235:26192:26212 Emma Fiord Ellesmere Island -0.00547218286972656846 +75089 aapg_ae_45.html aapg_ae_45.html:53:6853:6862 Smackover Arkansas 0.0288373212008630891 +75090 gsa_html_2238682854 gsa_html_2238682854:495:59817:59824 Madison Portland, Maine -0.488743302412917968 +75091 aapg_ae_73.html aapg_ae_73.html:466:61715:61727 Pierre Las Vegas Strip -0.475085351012185853 +75092 cspg_html_9330018201 cspg_html_9330018201:118:18562:18588 Windsor Elko, Nevada -0.032256843292129446 +75093 cspg_html_1654370716 cspg_html_1654370716:217:25933:25950 Prairie Regina, Saskatchewan -0.481575226969792936 +75094 aapg_ac_967.html aapg_ac_967.html:309:35592:35600 Richmond Richmond, California -0.471501691978871318 +75095 gsa_html_4220229801 gsa_html_4220229801:13:620:627 Spokane Washington (state) -0.449703411954729404 +75096 aapg_ac_380.html aapg_ac_380.html:95:12981:12989 Camillus Salina, Kansas -0.0537193910403591518 +75097 aapg_ah_311.html aapg_ah_311.html:345:37701:37711 Fort Union Knife River 0.00543743794088529138 +75098 gsa_html_1549665076 gsa_html_1549665076:747:66749:66755 Oregon Reston, Virginia -0.484086347872667577 +75099 aapg_ae_917.html aapg_ae_917.html:245:26902:26914 Belden Leadville, Colorado -0.122264650745437048 +75100 AMJC_html_4299960498 AMJC_html_4299960498:230:31215:31221 Oregon Boise, Idaho -0.469024309212410007 +75101 aapg_ad_567.html aapg_ad_567.html:168:30760:30771 Mowry Powder River Basin -1.29861376514631099 +75102 aapg_ac_879.html aapg_ac_879.html:161:22552:22562 Washington Methow River -0.465616092314337648 +75103 aapg_aa_147.html aapg_aa_147.html:236:28669:28684 Interlake Middle East -0.453180049702502807 +75104 palaios_html_8113714689 palaios_html_8113714689:289:32523:32537 Antelope Range Reno, Nevada -0.466384542072334651 +75105 aapg_ae_171.html aapg_ae_171.html:414:36334:36345 Skull Creek Newcastle, New South Wales -0.446593560210975959 +75106 cspg_html_5241714595 cspg_html_5241714595:8:774:788 Evie Lacombe, Alberta -0.447153316157111791 +75107 gsa_html_2605108986 gsa_html_2605108986:860:71834:71853 Matanuska Anchorage, Alaska 0.38578541242123443 +75108 cspg_html_9941518291 cspg_html_9941518291:36:5987:6002 Douro Little Cornwallis Island -0.240990608783226312 +75109 gsa_html_2385272553 gsa_html_2385272553:925:97041:97069 Green River New Mexico -0.451787799117909672 +75110 aapg_ae_419.html aapg_ae_419.html:4009:248710:248717 El Paso Texas -0.452977161832460395 +75111 jgeology_html_4115179562 jgeology_html_4115179562:259:19296:19310 Bays Virginia -0.448821175971653663 +75112 cspg_html_2492063773 cspg_html_2492063773:10:785:801 Spray Qualicum River -0.0460783921822131154 +75113 aapg_af_748.html aapg_af_748.html:354:33557:33572 Gates Victoria, British Columbia -0.477714414009500876 +75114 AMJC_html_1938223835 AMJC_html_1938223835:128:16288:16307 Ripogenus Stacyville, Iowa -0.0259768148276084687 +75115 gsa_html_6589330144 gsa_html_6589330144:106:14346:14354 Loveland Peoria, Illinois -0.0530811776943903371 +75116 AMJC_html_1690410018 AMJC_html_1690410018:500:71660:71665 Weeks Iran -0.069172630485743819 +75117 aapg_ae_173.html aapg_ae_173.html:513:32342:32371 Ajibik Quartzite Michigan -0.468384265774498543 +75118 cspg_html_9508543859 cspg_html_9508543859:758:65351:65360 San Diego California -0.434527375159215246 +75119 aapg_ai_694.html aapg_ai_694.html:42:6376:6412 Pine Island Houston -0.0581780758460495664 +75120 aapg_af_859.html aapg_af_859.html:93:14662:14673 San Antonio Beaumont, Texas -0.0459076709606554625 +75121 sedimentology_html_9260132433 sedimentology_html_9260132433:95:9846:9862 Eureka Quartzite Middle East -0.426503733834695087 +75122 cspg_html_5955028331 cspg_html_5955028331:538:62607:62625 Dunvegan Lacombe, Alberta -0.480367741483547772 +75123 gsa_html_2405187054 gsa_html_2405187054:29:2796:2824 Green River Iran -0.0362237739882792509 +75124 gsa_html_4234009219 gsa_html_4234009219:367:36422:36428 Oregon Washington (state) -0.0291434052387325206 +75125 aapg_ae_305.html aapg_ae_305.html:866:67913:67919 Perija Maracaibo 0.360898030154080007 +75126 aapg_ae_370.html aapg_ae_370.html:97:10103:10109 Oregon Washington (state) -0.452055720301517416 +75127 cspg_html_5000772122 cspg_html_5000772122:8:968:980 Fernie Fernie, British Columbia -0.230816535809046153 +75128 aapg_ad_3.html aapg_ad_3.html:539:52672:52683 Beekmantown Knoxville, Tennessee -0.441517589995484405 +75129 aapg_ad_995.html aapg_ad_995.html:143:17506:17518 Winnipegosis Williston, Vermont -0.430395959711439846 +75130 palaios_html_4745554613 palaios_html_4745554613:511:54842:54854 Pierre Sharon Springs, Kansas -0.0380668126428187481 +75131 aapg_ai_724.html aapg_ai_724.html:209:19802:19821 Allen Bay Devon Island 0.872157085520794739 +75132 aapg_ac_716.html aapg_ac_716.html:749:51693:51698 Logan Trego, Wisconsin -0.0328900657953446335 +75133 aapg_ae_880.html aapg_ae_880.html:325:31362:31368 Casper Cheyenne, Wyoming -0.483047901936257684 +75134 cspg_html_5971009166 cspg_html_5971009166:5:258:277 Yahatinda Lacombe, Alberta -0.469327287552563421 +75135 gsa_html_8136022028 gsa_html_8136022028:11:563:571 Virginia Reston, Virginia -0.510880169431746856 +75136 aapg_ae_939.html aapg_ae_939.html:458:21128:21134 Tessey Salado, Texas -0.45995556917210767 +75137 cspg_html_4822015639 cspg_html_4822015639:65:10740:10756 Eureka Quartzite Reno, Nevada -0.271206750150786324 +75138 aapg_af_92.html aapg_af_92.html:174:15721:15730 Morehouse Millard County, Utah -0.036075857948020304 +75139 aapg_aa_314.html aapg_aa_314.html:423:49874:49888 Monmouth Long Island (Massachusetts) -0.451767539383647998 +75140 aapg_aa_302.html aapg_aa_302.html:82:10341:10347 Antler Sonoma, California -0.477130519718023338 +75141 aapg_aa_821.html aapg_aa_821.html:25:2378:2386 Victoria Gippsland -0.482092240402263728 +75142 aapg_ae_16.html aapg_ae_16.html:46:5861:5869 Columbia Victoria, British Columbia -0.437987106587424679 +75143 sedimentology_html_9079273526 sedimentology_html_9079273526:16:1124:1142 Willwood Cheyenne, Wyoming -0.0432358146258081874 +75144 jgeology_html_8355852976 jgeology_html_8355852976:654:44290:44298 Colorado Pueblo, Colorado -0.488722172911972397 +75145 cspg_html_4319383223 cspg_html_4319383223:393:48027:48035 Columbia Lacombe, Alberta -0.0235062798697475116 +75146 aapg_aa_873.html aapg_aa_873.html:313:31025:31031 Brazil South America -0.410196007709156762 +75147 gsa_html_7214330928 gsa_html_7214330928:616:55490:55499 San Diego California -0.0450157969952539247 +75148 aapg_ad_466.html aapg_ad_466.html:296:36667:36679 Potomac Closter, New Jersey -0.433403442682278373 +75149 palaios_html_6975607234 palaios_html_6975607234:376:32012:32035 Choctawhatchee Melbourne, Florida -0.466714081975797668 +75150 cspg_html_6306091047 cspg_html_6306091047:111:17641:17649 Columbia Victoria, British Columbia -0.462143504710773534 +75151 aapg_ah_182.html aapg_ah_182.html:491:38959:38977 Morrison Cheyenne, Wyoming -0.22946657438693277 +75152 aapg_ai_871.html aapg_ai_871.html:104:10107:10115 Colorado Denver -0.0660179925071644885 +75153 aapg_ai_49.html aapg_ai_49.html:766:97835:97843 Sundance Colorado -0.230844477532178738 +75154 aapg_ac_333.html aapg_ac_333.html:1216:145459:145476 Bursum Plateau State -0.0365561577052215814 +75155 aapg_ae_876.html aapg_ae_876.html:515:56049:56073 Cedar Mountain Mancos, Colorado -0.465888175365361257 +75156 geology_html_7526114759 geology_html_7526114759:148:11024:11051 Columbia Mount Rainier, Maryland -0.0158621976007121031 +75157 aapg_ad_933.html aapg_ad_933.html:31:3442:3450 Colorado Denver -0.438007065376213589 +75158 aapg_ae_255.html aapg_ae_255.html:269:30642:30653 Abercrombie Brazoria County, Texas -0.100833361176845868 +75159 aapg_ae_391.html aapg_ae_391.html:517:48347:48354 Rustler Pecos River 0.00753780424990633125 +75160 cspg_html_4666332434 cspg_html_4666332434:487:72683:72701 Judith River Lacombe, Alberta -0.441419648744354465 +75161 cspg_html_9516677253 cspg_html_9516677253:220:29555:29579 Cardium Lacombe, Alberta -0.475473655949527896 +75162 palaios_html_1229296810 palaios_html_1229296810:222:20602:20608 Brazil Avilla, Indiana -0.0200714512738383588 +75163 cspg_html_5697056884 cspg_html_5697056884:135:13887:13908 Meadow Lake Regina, Saskatchewan -0.416740936010966123 +75164 gsa_html_4675429437 gsa_html_4675429437:245:17656:17666 San Felipe California -0.45691453935984655 +75165 cspg_html_3041902517 cspg_html_3041902517:987:109668:109687 Grandeur Kaibab, Arizona 0.376389327147119424 +75166 gsa_html_6982030333 gsa_html_6982030333:1220:113987:113997 Washington Boise, Idaho -0.479496330331430576 +75167 sedimentology_html_6367222020 sedimentology_html_6367222020:1023:50847:50868 Golden Grove Barbados -0.469327287552563421 +75168 cspg_html_9771826320 cspg_html_9771826320:376:66630:66648 Eureka Sound Banks Island 0.658170709313484759 +75169 geology_html_3302921640 geology_html_3302921640:255:23508:23520 Fayetteville Arkansas -0.512342371634373017 +75170 aapg_ae_370.html aapg_ae_370.html:250:21505:21510 Tejon California -0.468384265774498543 +75171 cspg_html_6839937815 cspg_html_6839937815:233:32940:32946 Toroweap Harrisburg, Pennsylvania -0.446011775932438015 +75172 gsa_html_7102550258 gsa_html_7102550258:321:35155:35177 Entrada Kayenta, Arizona 0.947905125913493296 +75173 aapg_aa_302.html aapg_aa_302.html:704:74292:74313 Bird Spring Reno, Nevada -0.0243094643332863146 +75174 cspg_html_5515814749 cspg_html_5515814749:151:19974:19985 Skull Creek Big River (California) -0.00576230371979552514 +75175 aapg_aa_603.html aapg_aa_603.html:500:53937:53958 Fish Scales Lacombe, Alberta -0.465744120990301047 +75176 aapg_ai_340.html aapg_ai_340.html:385:43727:43749 Nation River Anchorage, Alaska -0.488198798133244793 +75177 cspg_html_7881580279 cspg_html_7881580279:131:17808:17824 Yeoman Regina, Saskatchewan -0.00877304685539758919 +75178 gsa_html_8398449001 gsa_html_8398449001:639:51521:51531 Bear River Bear Lake, Michigan -0.0231725008237077118 +75179 aapg_ad_430.html aapg_ad_430.html:138:10434:10446 Hosston Lisbon -0.425756964796638493 +75180 sedimentology_html_3181527419 sedimentology_html_3181527419:1099:66833:66855 Earp Arizona -0.435661502416701596 +75181 palaios_html_2449649505 palaios_html_2449649505:43:4928:4954 Kayenta Colorado -0.0318915382493003205 +75182 aapg_ah_815.html aapg_ah_815.html:84:6124:6131 Hosston Mississippi River 0.348807895791865885 +75183 gsa_html_4298040492 gsa_html_4298040492:108:13688:13707 Keno Hill Anchorage, Alaska -0.433635185237620624 +75184 cspg_html_2013109828 cspg_html_2013109828:209:37118:37138 Beaverfoot Bear Lake, Michigan -0.43597788776021662 +75185 aapg_aa_463.html aapg_aa_463.html:248:47563:47571 Norphlet Cotton Valley, Louisiana -0.432514521719123246 +75186 aapg_ae_805.html aapg_ae_805.html:276:32525:32533 San Luis Colorado -0.455279223830003521 +75187 gsa_html_2422494332 gsa_html_2422494332:585:59138:59165 Weaverville Weaverville, California -0.0328900657953446335 +75188 AMJC_html_7321319159 AMJC_html_7321319159:355:40640:40650 Santa Cruz Anacapa Island -0.471432653520514666 +75189 gsa_html_7808051457 gsa_html_7808051457:487:44440:44457 Manitou White River (Washington) -0.472604743150075168 +75190 aapg_aa_23.html aapg_aa_23.html:26:4253:4262 Interlake Winnipeg 0.859572512190063032 +75191 aapg_ak_87.html aapg_ak_87.html:476:60396:60401 Supai Mogollon, New Mexico -0.45995556917210767 +75192 aapg_ae_608.html aapg_ae_608.html:437:51023:51031 Colorado Colorado -0.47735290933611807 +75193 aapg_af_392.html aapg_af_392.html:120:13540:13546 Denver Colorado -0.499845535291183252 +75194 aapg_ah_871.html aapg_ah_871.html:3:249:289 Chazy Quebec City -0.476672020857479173 +75195 aapg_ai_399.html aapg_ai_399.html:150:15588:15604 Ripley Tuscaloosa, Alabama -0.473718414704639712 +75196 cspg_html_2013109828 cspg_html_2013109828:470:75882:75888 Fernie Victoria, British Columbia -0.439223139625051329 +75197 aapg_ah_318.html aapg_ah_318.html:1986:180117:180139 Olvido Matamoros, Tamaulipas -0.477269506555081602 +75198 aapg_af_49.html aapg_af_49.html:79:8459:8489 Sierra Santa Barbara, California -0.436376287029603016 +75199 sedimentology_html_5315330584 sedimentology_html_5315330584:536:49386:49390 Java Lesser Sunda Islands -0.499079897625696711 +75200 geology_html_5491871101 geology_html_5491871101:287:23851:23869 Monterey California 0.0267783926986110733 +75201 jgeology_html_8064855537 jgeology_html_8064855537:246:16548:16565 Skull Creek Cheyenne, Wyoming -0.464450966712688929 +75202 gsa_html_2284204284 gsa_html_2284204284:139:17489:17497 Glasford Avon (county) -0.0101247315019664351 +75203 aapg_ai_107.html aapg_ai_107.html:229:22751:22768 Bossier Arkansas 0.420269334815252638 +75204 gsa_html_1440648000 gsa_html_1440648000:21:1282:1292 Washington Washington (state) -0.0368502653061740099 +75205 aapg_ae_958.html aapg_ae_958.html:1777:154560:154565 Queen Carlsbad, New Mexico -0.478284785297837578 +75206 aapg_ac_375.html aapg_ac_375.html:197:21222:21259 Hess Santiago -0.506274119189383809 +75207 aapg_ah_48.html aapg_ah_48.html:458:54325:54337 Dakota Colorado 0.0558890562012378384 +75208 cspg_html_7602315496 cspg_html_7602315496:13:2138:2151 Wapiabi Lacombe, Alberta -0.448287309474040385 +75209 sedimentology_html_9699563254 sedimentology_html_9699563254:600:51953:51969 Viking Canada -0.490143713980378037 +75210 gsa_html_1064083393 gsa_html_1064083393:949:77452:77480 Green River Iran -0.00258840277417883959 +75211 cspg_html_1274054064 cspg_html_1274054064:77:12567:12592 St. Mary River Bearpaw Formation -0.463271407180362194 +75212 sedimentology_html_6619747998 sedimentology_html_6619747998:990:61426:61447 Cliff House Colorado -0.458913519660435476 +75213 cspg_html_8089302449 cspg_html_8089302449:328:56690:56700 Dawson Bay Lacombe, Alberta 1.20887726225824776 +75214 aapg_ae_69.html aapg_ae_69.html:172:19017:19033 Maroon Uinta Mountains -0.487692158362934725 +75215 aapg_aa_66.html aapg_aa_66.html:315:28214:28222 Colorado Denver -0.0391129188633264693 +75216 aapg_aa_993.html aapg_aa_993.html:79:8530:8538 Woodbine East Texas -0.46279500750727276 +75217 gsa_html_3049782768 gsa_html_3049782768:748:64387:64397 Washington Bellingham, Washington -0.474276937415326727 +75218 cspg_html_5807593737 cspg_html_5807593737:33:6072:6080 Woodbend Regina, Saskatchewan -0.01223054087335982 +75219 gsa_html_1782660328 gsa_html_1782660328:63:4244:4272 Green River Colorado 0.033516364178986631 +75220 gsa_html_8241338635 gsa_html_8241338635:246:24419:24427 Moenkopi Coconino County, Arizona -0.0297260284355998494 +75221 palaios_html_6975607234 palaios_html_6975607234:550:43075:43087 Martinsville Ward (LDS Church) -0.0283121254572706732 +75222 cspg_html_9228130101 cspg_html_9228130101:6:436:454 Kaskapau Lacombe, Alberta -0.0488104245199808967 +75223 aapg_ai_829.html aapg_ai_829.html:843:66675:66679 Lane Jackson County, Missouri -0.380229330231888984 +75224 aapg_aa_288.html aapg_aa_288.html:480:49115:49136 Green River Colorado -0.466007095038280028 +75225 aapg_ae_946.html aapg_ae_946.html:267:24516:24523 Jewett Silt Lewis County, Washington -0.411662011195115363 +75226 aapg_ah_529.html aapg_ah_529.html:175:15612:15632 Roubidoux El Paso, Texas -0.0413499862143105745 +75227 palaios_html_9041058007 palaios_html_9041058007:851:60365:60382 Verulam Ontario, California -0.419723157415338222 +75228 cspg_html_6255491344 cspg_html_6255491344:37:5981:5984 Elk Moose Mountain (Alberta) -0.462717531176716879 +75229 cspg_html_3447886929 cspg_html_3447886929:206:24180:24197 Beekmantown Anticosti Island -0.0251613720923007447 +75230 gsa_html_7195000001 gsa_html_7195000001:50:4299:4317 Eureka Sound Canada -0.450608983410958508 +75231 gsa_html_8010927234 gsa_html_8010927234:167:10741:10759 Rangeley Rangeley, Maine -0.436810292517708865 +75232 cspg_html_2175627313 cspg_html_2175627313:59:7290:7298 Columbia Victoria, British Columbia -0.473778404154942046 +75233 palaios_html_1474437774 palaios_html_1474437774:1274:88603:88620 Kinzers Pennsylvania -0.0265036602918163264 +75234 sedimentology_html_3200584564 sedimentology_html_3200584564:1291:85007:85012 Swift Logan, Utah -0.424529676895097352 +75235 jgeology_html_6431902030 jgeology_html_6431902030:487:34964:34970 Navajo Colorado -0.515885631184686444 +75236 aapg_ae_885.html aapg_ae_885.html:209:20556:20575 Horquilla Naco, Sonora -0.472491841137828439 +75237 gsa_html_7633967689 gsa_html_7633967689:92:11653:11660 Waipaoa Lake Taupo -0.489885075161781369 +75238 AMJC_html_5181024776 AMJC_html_5181024776:776:57354:57364 Washington Carmichael, California -0.450743884934886652 +75239 cspg_html_6786864151 cspg_html_6786864151:74:10016:10055 Trent River Qualicum River -0.0733087637528969799 +75240 cspg_html_3023030263 cspg_html_3023030263:231:28397:28426 Sweetgrass Regina, Saskatchewan -0.451787799117909672 +75241 gsa_html_3038126504 gsa_html_3038126504:709:66666:66691 Bouse Southwestern United States -0.47254944238616009 +75242 gsa_html_5446866849 gsa_html_5446866849:863:65912:65922 Keokuk Bennington, Vermont -0.0185419788860923702 +75243 aapg_ah_157.html aapg_ah_157.html:301:43219:43225 Elwren Bloomington, Indiana -0.0295955881019379606 +75244 cspg_html_4407743346 cspg_html_4407743346:6:593:609 Muskeg Lacombe, Alberta -0.0149690067830474411 +75245 aapg_ah_10.html aapg_ah_10.html:434:59938:59951 Santa Barbara San Joaquin River -0.0391129188633264693 +75246 cspg_html_5241714595 cspg_html_5241714595:230:35641:35650 Keg River Lacombe, Alberta -0.456561440120662909 +75247 aapg_ad_3.html aapg_ad_3.html:85:8040:8050 Nolichucky Pennsylvania 0.321574836894905403 +75248 aapg_af_854.html aapg_af_854.html:308:38709:38719 Kinderhook Cincinnati -0.0618645484416569108 +75249 aapg_af_789.html aapg_af_789.html:10:1730:1739 Hampshire Naples, Florida -0.040798068445216551 +75250 gsa_html_9353787239 gsa_html_9353787239:1178:99298:99336 Kingston Peak California -0.113325949600314932 +75251 geology_html_6186734946 geology_html_6186734946:134:16457:16464 Pamelia Martinsburg, Nebraska -0.002921944296335324 +75252 sedimentology_html_6958252640 sedimentology_html_6958252640:1004:82621:82625 Hall London, Ontario -0.469024309212410007 +75253 aapg_ah_414.html aapg_ah_414.html:40:2776:2796 Milk River Milk River, Alberta -0.462097962880594848 +75254 aapg_aa_702.html aapg_aa_702.html:2147:184347:184354 Paradox San Juan, Argentina -0.446593560210975959 +75255 aapg_ad_858.html aapg_ad_858.html:170:11823:11846 Smackover Haynesville, Louisiana -0.0183873001701448657 +75256 cspg_html_9222238695 cspg_html_9222238695:221:30764:30772 Columbia Lacombe, Alberta -0.0335442004664093935 +75257 gsa_html_4557277250 gsa_html_4557277250:888:74466:74472 Navajo Arizona -0.49576151014248282 +75258 cspg_html_7576506617 cspg_html_7576506617:292:40743:40765 Severn River Moose River (Maine) -0.00967821874611652505 +75259 AMJC_html_6755612993 AMJC_html_6755612993:538:59191:59198 Norfolk Washington (state) 0.36322028034951781 +75260 sedimentology_html_2898428289 sedimentology_html_2898428289:1309:66768:66790 Winnipegosis Regina, Saskatchewan 0.961774097242003245 +75261 aapg_ai_583.html aapg_ai_583.html:805:85352:85366 Jelm Cheyenne, Wyoming -0.48184068160181448 +75262 gsa_html_3445493534 gsa_html_3445493534:736:75846:75864 Monterey California -0.0381938711768296663 +75263 AMJC_html_6341723617 AMJC_html_6341723617:651:58932:58953 Green River Colorado -0.00567891556221164669 +75264 aapg_ac_219.html aapg_ac_219.html:2157:168565:168571 Sierra San Salvador de Jujuy -0.0603771315670732084 +75265 gsa_html_7987748650 gsa_html_7987748650:79:5449:5477 Green River Colorado -0.0276304452324186781 +75266 aapg_ah_628.html aapg_ah_628.html:14:1889:1906 Entrada Santa Rosa, California 0.0529870199319121618 +75267 sedimentology_html_9698218926 sedimentology_html_9698218926:922:61738:61759 Kaiparowits Logan, Utah -0.481759173673690755 +75268 geology_html_1950572215 geology_html_1950572215:247:23537:23551 Byng Canada -0.479719327950920094 +75269 aapg_ai_469.html aapg_ai_469.html:522:63811:63827 Exshaw Lacombe, Alberta -0.0232594217874036342 +75270 aapg_ac_53.html aapg_ac_53.html:290:26900:26908 San Jose California -0.00621572872549000163 +75271 sedimentology_html_9229777954 sedimentology_html_9229777954:3190:121318:121322 Hall London, Ontario -0.494056417995318131 +75272 AMJC_html_1873062106 AMJC_html_1873062106:1028:109853:109877 Cedar Mountain Logan, Utah -0.0184133695346841396 +75273 gsa_html_5068384645 gsa_html_5068384645:12:554:562 Colorado Denver -0.459887424332023564 +75274 cspg_html_3893568904 cspg_html_3893568904:21:2235:2241 Luscar Mountain Park (Holyoke, Massachusetts) -0.483341806462215584 +75275 cspg_html_1025724640 cspg_html_1025724640:94:16414:16431 Potsdam Quebec -0.0364256392683856012 +75276 gsa_html_5628658687 gsa_html_5628658687:696:70477:70483 Oxford Arizona -0.446052041434467972 +75277 cspg_html_9330018201 cspg_html_9330018201:231:33082:33087 Price Lacombe, Alberta -0.00894157063780701838 +75278 aapg_ah_621.html aapg_ah_621.html:169:22113:22118 Bluff Dove Creek, Colorado -0.458641287983651336 +75279 cspg_html_2419618566 cspg_html_2419618566:490:62615:62623 Columbia Victoria, British Columbia 0.00528108597483065503 +75280 gsa_html_3046135825 gsa_html_3046135825:846:69599:69621 Oceanic California 0.0134468313182249857 +75281 aapg_ac_696.html aapg_ac_696.html:3:181:189 Palliser Lacombe, Alberta -0.270824377825043705 +75282 sedimentology_html_8006979411 sedimentology_html_8006979411:162:14620:14628 Columbia Victoria, British Columbia -0.480033015687554854 +75283 cspg_html_3819756910 cspg_html_3819756910:113:14208:14223 Pika Bow River -0.456661018199272462 +75284 AMJC_html_6051140390 AMJC_html_6051140390:412:42533:42546 Hanford Brook New Brunswick, New Jersey -0.43491631701600808 +75285 aapg_ad_784.html aapg_ad_784.html:483:52358:52363 Sespe Santa Clara County, California -0.0185419788860923702 +75286 aapg_aa_610.html aapg_aa_610.html:34:4672:4687 Mesaverde Mancos, Colorado -0.442421809625085982 +75287 gsa_html_5687289300 gsa_html_5687289300:14:531:542 Main Street Texas -0.463697875765281653 +75288 aapg_ac_635.html aapg_ac_635.html:214:22427:22446 Hornbrook Hornbrook, California -0.45417711448712661 +75289 aapg_af_971.html aapg_af_971.html:274:34901:34910 Red River Williston, Vermont 0.00902496409790776687 +75290 aapg_ah_530.html aapg_ah_530.html:20:2580:2592 Percha New Mexico -0.449433936510724996 +75291 aapg_ad_351.html aapg_ad_351.html:756:65626:65646 Keokuk Missouri River -0.426107282258057218 +75292 aapg_af_956.html aapg_af_956.html:354:38224:38238 Nonesuch Michigan -0.180032462739631888 +75293 aapg_ai_11.html aapg_ai_11.html:315:42240:42260 Washington Astoria, Oregon -0.0397187025652964501 +75294 aapg_ac_528.html aapg_ac_528.html:244:31439:31445 Jordan West Germany -0.0213125005692229447 +75295 cspg_html_9343899465 cspg_html_9343899465:1601:130434:130443 Hecla Bay Banks Island -0.00312693377810404575 +75296 aapg_ad_154.html aapg_ad_154.html:63:7466:7474 Virginia Shenandoah Valley -0.0593560470104907562 +75297 aapg_af_568.html aapg_af_568.html:492:40704:40722 Frontier Cheyenne, Wyoming -0.445338708488509594 +75298 AMJC_html_5722410163 AMJC_html_5722410163:545:56225:56251 Humboldt Elko, Nevada -0.438752499306056365 +75299 aapg_ai_364.html aapg_ai_364.html:312:25963:25979 Casper Cheyenne, Wyoming -0.445106268068768518 +75300 cspg_html_7971908357 cspg_html_7971908357:136:17554:17559 Price Lacombe, Alberta 0.014863007676211246 +75301 palaios_html_9430957613 palaios_html_9430957613:531:40191:40197 Oregon Nebraska -0.0509507230324179883 +75302 aapg_ae_448.html aapg_ae_448.html:222:25480:25489 Smackover Elmo, Utah -0.00729110700735253591 +75303 aapg_ah_283.html aapg_ah_283.html:149:16865:16889 Scappoose Cowlitz River -0.0274826364360333635 +75304 aapg_ad_652.html aapg_ad_652.html:17:2518:2541 Skookumchuck Cowlitz River -0.0143434446267858666 +75305 aapg_ae_46.html aapg_ae_46.html:310:32732:32750 Hudspeth Hudspeth County, Texas -0.0442511603309229257 +75306 aapg_aa_4.html aapg_aa_4.html:234:31028:31048 West Falls Chemung, New York -0.00564243327627664357 +75307 cspg_html_7872192628 cspg_html_7872192628:5:223:244 Basal Lacombe, Alberta -0.476130470160059438 +75308 aapg_ae_171.html aapg_ae_171.html:649:65721:65733 Dakota Denver -0.118241639736735848 +75309 aapg_aa_696.html aapg_aa_696.html:770:80669:80677 Colorado Colorado 0.0083248115218246873 +75310 aapg_af_854.html aapg_af_854.html:448:58763:58785 Edwardsville Edwardsville, Illinois 0.000548948298213387093 +75311 aapg_aa_134.html aapg_aa_134.html:66:9422:9428 Dayton Cheyenne, Wyoming -0.431256465733329653 +75312 cspg_html_2498183035 cspg_html_2498183035:172:19715:19725 Swan Hills Swan Hill, Victoria 0.00860278638508799216 +75313 aapg_ae_171.html aapg_ae_171.html:101:9193:9213 Dakota Fort Collins, Colorado -0.438450704245630596 +75314 aapg_ad_52.html aapg_ad_52.html:1022:110184:110202 Cuyahoga Missouri River -0.00877304685539758919 +75315 aapg_af_854.html aapg_af_854.html:1139:161413:161434 Tar Springs Kentucky -0.0436537812502225328 +75316 cspg_html_8247666269 cspg_html_8247666269:447:50129:50147 Isachsen Middle East 0.00644852294082285706 +75317 aapg_af_677.html aapg_af_677.html:218:28839:28845 Denver Colorado -0.10310711065917838 +75318 aapg_ac_617.html aapg_ac_617.html:151:20759:20766 Lagarto Brazos River -0.405210632970263107 +75319 jgeology_html_6865938591 jgeology_html_6865938591:474:25725:25750 Navajo Arizona -0.425700050336429825 +75320 aapg_af_479.html aapg_af_479.html:37:4915:4925 Point Loma La Jolla -0.0784551606872300467 +75321 aapg_af_305.html aapg_af_305.html:80:8099:8112 Cotton Valley Paluxy, Texas -0.436092963472802964 +75322 gsa_html_5394220798 gsa_html_5394220798:29:2796:2824 Green River Colorado -0.0363020833297297701 +75323 aapg_ah_479.html aapg_ah_479.html:10:1146:1152 Sierra Venezuela -0.0128491051493607039 +75324 aapg_ae_305.html aapg_ae_305.html:1439:137157:137163 Sierra Lake Maracaibo -0.455184317280275863 +75325 sedimentology_html_6293624335 sedimentology_html_6293624335:71:6473:6482 Peninsula Montes Apenninus -0.027056608189623254 +75326 cspg_html_5403901844 cspg_html_5403901844:282:33945:33963 Nahanni Canada -0.449440672427322663 +75327 aapg_ad_111.html aapg_ad_111.html:440:47984:47992 Colorado Colorado -0.456608964648804683 +75328 aapg_ac_333.html aapg_ac_333.html:16:2371:2386 Supai Arizona -0.0176521575515221144 +75329 aapg_ad_798.html aapg_ad_798.html:21:2997:3007 Rio Grande Beaumont, Texas -0.0690240339091396371 +75330 aapg_ai_17.html aapg_ai_17.html:1227:83437:83452 Tampa Shreveport, Louisiana -0.477308890203395286 +75331 AMJC_html_4299960498 AMJC_html_4299960498:840:94159:94179 Columbia Washington (state) -0.471589148494391819 +75332 aapg_ah_289.html aapg_ah_289.html:231:33092:33110 Monterey San Joaquin River 1.17069512824430078 +75333 aapg_aa_407.html aapg_aa_407.html:534:39010:39019 Rico Indian Creek, Florida -0.441419648744354465 +75334 sedimentology_html_5688658852 sedimentology_html_5688658852:1773:94450:94454 Bays Texas -0.46328736756315686 +75335 aapg_ac_217.html aapg_ac_217.html:42:5753:5770 Hachita Rift Valley lakes -0.51211056186394277 +75336 gsa_html_6158055432 gsa_html_6158055432:515:59987:59993 Oregon Washington (state) -0.513599148962507135 +75337 gsa_html_9181545711 gsa_html_9181545711:632:61793:61821 Fountain Woodland Park, Colorado -0.500402370472918023 +75338 aapg_ac_692.html aapg_ac_692.html:239:26378:26386 Amaranth Reston, Virginia 0.359828026249392863 +75339 aapg_ac_924.html aapg_ac_924.html:101:6637:6662 Mission Canyon Cheyenne, Wyoming -0.219093677987690943 +75340 gsa_html_4591711448 gsa_html_4591711448:1046:98739:98747 Rockland Boise, Idaho -0.0189695239556965725 +75341 sedimentology_html_3417381350 sedimentology_html_3417381350:1354:100375:100393 Monterey California 0.94664740939064973 +75342 aapg_ac_277.html aapg_ac_277.html:73:6881:6890 Aux Vases Bethel, Alaska -0.052476148512779229 +75343 aapg_ac_789.html aapg_ac_789.html:271:52853:52866 Barnett Texas 0.756633699384093195 +75344 sedimentology_html_2912098544 sedimentology_html_2912098544:66:8049:8056 Kayenta Logan, Utah -0.0378805791019936056 +75345 gsa_html_6861599329 gsa_html_6861599329:15:877:885 San Jose California -0.509711797196706451 +75346 cspg_html_8727758678 cspg_html_8727758678:76:4013:4025 Saskatchewan Edmonton, London -0.443701699352459789 +75347 aapg_af_709.html aapg_af_709.html:31:3535:3540 Yukon Lacombe, Alberta -0.0514074456528080606 +75348 aapg_ae_692.html aapg_ae_692.html:254:27843:27854 White River Bowman County, North Dakota -0.427935397269568418 +75349 aapg_ai_997.html aapg_ai_997.html:790:68484:68489 Funks Central Valley (California) -0.454052985518192231 +75350 aapg_ac_590.html aapg_ac_590.html:84:10684:10692 Ogallala Pecos River -0.00673169924588781169 +75351 cspg_html_8532932475 cspg_html_8532932475:51:7776:7793 Bluesky Willapa Bay -0.0293555813701503708 +75352 aapg_ac_239.html aapg_ac_239.html:136:18471:18475 Hall Texas -0.451731523193220186 +75353 aapg_ad_245.html aapg_ad_245.html:99:9718:9726 Colorado Shreveport, Louisiana -0.0486919238997245429 +75354 cspg_html_3476862609 cspg_html_3476862609:7:569:579 Laib Salmo, British Columbia -0.47482657712880405 +75355 aapg_ai_366.html aapg_ai_366.html:15:2243:2251 Beaumont Jefferson County, Colorado -0.000105967854110096421 +75356 palaios_html_9507397379 palaios_html_9507397379:372:34860:34877 Barstow California -0.489889776983278402 +75357 aapg_ae_419.html aapg_ae_419.html:3870:242454:242463 San Pedro Chihuahua (state) -0.449467616590735308 +75358 aapg_af_129.html aapg_af_129.html:455:49125:49133 Colorado Colorado -0.473653815287124913 +75359 gsa_html_3648258377 gsa_html_3648258377:363:34796:34813 Raritan Bass River Township, New Jersey -0.0394819549454150931 +75360 aapg_ai_15.html aapg_ai_15.html:26:3859:3875 Sabine Alabama 0.0124216689309690972 +75361 aapg_ah_96.html aapg_ah_96.html:161:18979:18993 Winnipeg Winnipeg 0.880032547656128594 +75362 aapg_ae_6.html aapg_ae_6.html:184:21874:21878 Buda Buda, Texas 0.0130315493205527232 +75363 aapg_af_397.html aapg_af_397.html:552:63960:63967 Entrada Entrada Sandstone 0.00921607474066476508 +75364 geology_html_8329673113 geology_html_8329673113:342:26671:26709 Kingston Peak Death Valley -0.04576482531518513 +75365 aapg_ad_466.html aapg_ad_466.html:397:48856:48873 Magothy Closter, New Jersey 0.00753780424990633125 +75366 cspg_html_2161417858 cspg_html_2161417858:216:28176:28191 Banff Lacombe, Alberta -0.447242908821281704 +75367 palaios_html_6411384130 palaios_html_6411384130:95:11012:11022 Washington Colorado -0.417917091668537632 +75368 aapg_ac_841.html aapg_ac_841.html:1018:105908:105914 Sierra Juticalpa -0.465787563493960222 +75369 geology_html_4437314453 geology_html_4437314453:102:9114:9122 Colorado New Mexico -0.0782835275776043171 +75370 aapg_aa_565.html aapg_aa_565.html:100:12119:12127 Woodford Ardmore, Pennsylvania -0.450330250214128536 +75371 cspg_html_2496035864 cspg_html_2496035864:13:1378:1398 Clearwater Lacombe, Alberta -0.428824418473081392 +75372 gsa_html_8662254581 gsa_html_8662254581:1111:109597:109609 Owens Valley California -0.290408830266618068 +75373 cspg_html_4374961624 cspg_html_4374961624:246:26736:26744 Columbia Victoria, British Columbia -0.485406637327558677 +75374 aapg_ai_996.html aapg_ai_996.html:1308:56840:56857 Tuscaloosa Choctaw County, Alabama -0.466007095038280028 +75375 cspg_html_6255491344 cspg_html_6255491344:19:3152:3169 Cadomin Canmore, Alberta -0.0346298699616138864 +75376 sedimentology_html_3220122506 sedimentology_html_3220122506:789:58627:58645 Yakataga Anchorage, Alaska -0.451812561628617604 +75377 aapg_ad_145.html aapg_ad_145.html:16:1738:1763 Cedar Mountain Buckhorn, Pennsylvania -0.482963947665808413 +75378 aapg_ah_139.html aapg_ah_139.html:53:4892:4912 Mesaverde Wasatch Range -0.0188530778518021767 +75379 sedimentology_html_7067645238 sedimentology_html_7067645238:718:59610:59637 Yakataga Anchorage, Alaska -0.418516567191767941 +75380 aapg_ad_110.html aapg_ad_110.html:360:38490:38498 Tensleep Darwin, Northern Territory -0.451787799117909672 +75381 aapg_ad_581.html aapg_ad_581.html:144:18569:18601 Martinsburg Martinsburg, Nebraska -0.402026198905007404 +75382 gsa_html_2717448156 gsa_html_2717448156:1091:108665:108684 Pocatello Boise, Idaho -0.457691392417615917 +75383 jgeology_html_8064855537 jgeology_html_8064855537:755:56380:56399 Niobrara Cheyenne, Wyoming -0.431256465733329653 +75384 aapg_ac_289.html aapg_ac_289.html:59:6738:6744 Annona Saratoga, California -0.514446144881171463 +75385 cspg_html_8089302449 cspg_html_8089302449:261:44409:44417 Michigan Michigan -0.463435584788403632 +75386 sedimentology_html_2950899838 sedimentology_html_2950899838:309:27027:27036 Peninsula Antarctic Peninsula -0.464419004431934179 +75387 gsa_html_3484366946 gsa_html_3484366946:1199:111243:111253 Washington Anchorage, Alaska -0.44714211768966694 +75388 aapg_af_138.html aapg_af_138.html:18:2095:2115 Reedsville Great Valley, New York -0.025453465811003901 +75389 aapg_ah_49.html aapg_ah_49.html:292:32385:32393 Vaqueros San Gabriel Valley -0.425104840508146176 +75390 aapg_ad_469.html aapg_ad_469.html:114:11486:11491 Atoka Atoka, Oklahoma -0.418655628921689782 +75391 palaios_html_2376163646 palaios_html_2376163646:540:59411:59428 Belly River Currie, Minnesota -0.43911211811260753 +75392 gsa_html_7518144145 gsa_html_7518144145:560:44327:44332 Eagle Wisconsin -0.0437965911337355185 +75393 aapg_ae_885.html aapg_ae_885.html:298:31908:31924 Chinle Mesa, Arizona -0.462302919433881576 +75394 sedimentology_html_6464815017 sedimentology_html_6464815017:769:61157:61165 Scotland Canada -0.444838140504144441 +75395 aapg_ad_361.html aapg_ad_361.html:105:7934:7940 Midway Alabama -0.441740222253796999 +75396 aapg_ah_301.html aapg_ah_301.html:680:78499:78518 Smackover Shreveport, Louisiana -0.00409977035478876605 +75397 aapg_ad_52.html aapg_ad_52.html:224:25928:25947 Coldwater Michigan -0.459805657368256959 +75398 cspg_html_9343899465 cspg_html_9343899465:843:76641:76653 Hecla Bay Melville Island (Canada) 0.378590562545716158 +75399 aapg_af_764.html aapg_af_764.html:169:17306:17330 Frio Texas -0.00771674737466516297 +75400 aapg_ae_824.html aapg_ae_824.html:36:3450:3455 Mingo Logan, Utah -0.466920106770381871 +75401 gsa_html_9687474095 gsa_html_9687474095:837:77670:77677 Madison Scotia, New York -0.481759173673690755 +75402 aapg_ah_531.html aapg_ah_531.html:216:24204:24218 Chainman Logan, Utah -0.0154677299277763414 +75403 aapg_af_479.html aapg_af_479.html:29:4445:4454 San Diego Rancho Santa Fe, California -0.0261715541385612628 +75404 gsa_html_5694391338 gsa_html_5694391338:78:7900:7917 Packsaddle Schist Llano, Texas -0.478377564070346595 +75405 aapg_af_775.html aapg_af_775.html:255:16502:16521 Catahoula Beaumont, Texas 0.00804336370981676048 +75406 cspg_html_6252417471 cspg_html_6252417471:384:57793:57815 Eureka Sound Banks Island -0.66304339344823271 +75407 aapg_ah_528.html aapg_ah_528.html:541:58838:58858 Candelaria Reno, Nevada -0.449467616590735308 +75408 aapg_ac_730.html aapg_ac_730.html:413:58030:58040 Yale Point Kayenta, Arizona -0.465104162426203172 +75409 aapg_ae_146.html aapg_ae_146.html:29:3814:3829 Diablo Chihuahua (state) 0.00587522535278851409 +75410 aapg_ah_631.html aapg_ah_631.html:6:776:784 Michigan Illinois -0.421005312740730997 +75411 aapg_ad_720.html aapg_ad_720.html:80:8784:8787 Abo New Mexico 0.0899340713543036185 +75412 cspg_html_1870927435 cspg_html_1870927435:46:6224:6229 Nisku Lacombe, Alberta 0.56963942271410728 +75413 aapg_af_788.html aapg_af_788.html:363:29686:29700 Bedford Antrim, County Antrim -0.0166302989496245716 +75414 cspg_html_6116883777 cspg_html_6116883777:568:75026:75051 Somerset Bath, Somerset -0.150424722813500139 +75415 aapg_ai_717.html aapg_ai_717.html:28:4445:4461 Dakota Florence, Alabama -0.437960495533138761 +75416 gsa_html_7715952024 gsa_html_7715952024:611:48381:48397 Tessey West, Texas -0.0957641640458609944 +75417 cspg_html_5376629375 cspg_html_5376629375:337:43405:43423 Arctomys Lacombe, Alberta -0.0108839893390520418 +75418 gsa_html_9106605745 gsa_html_9106605745:642:53066:53082 Verde Colorado -0.0550552936469841589 +75419 cspg_html_6591133539 cspg_html_6591133539:78:10403:10411 Columbia Victoria, British Columbia -0.026705362044744569 +75420 aapg_ai_877.html aapg_ai_877.html:239:26924:26943 Tuscarora Armstrong County, Texas -0.464610795373413321 +75421 gsa_html_2378818060 gsa_html_2378818060:1073:80088:80116 Green River Colorado 0.00419010566422036834 +75422 aapg_ae_957.html aapg_ae_957.html:1003:47432:47438 Dakota Cheyenne, Wyoming -0.00547565736357211348 +75423 aapg_ah_372.html aapg_ah_372.html:204:18914:18933 Nanafalia Alabama -0.238686781762729866 +75424 aapg_ah_378.html aapg_ah_378.html:163:15880:15888 Kiamichi Edwards Plateau -0.00696275827002107526 +75425 cspg_html_4326384800 cspg_html_4326384800:368:45230:45246 Muskwa Lacombe, Alberta -0.456561440120662909 +75426 cspg_html_6193252551 cspg_html_6193252551:661:70194:70231 Slave Point Canada -0.02404868566678443 +75427 cspg_html_4072152826 cspg_html_4072152826:206:25322:25340 Sullivan Mons -0.0102706745632111761 +75428 cspg_html_5973552270 cspg_html_5973552270:61:8537:8558 Slave Point Swan Hill, Victoria -0.0720684585345776896 +75429 aapg_ae_181.html aapg_ae_181.html:91:12575:12586 Coffee Tupelo, Mississippi -0.466144329889246756 +75430 cspg_html_4937997995 cspg_html_4937997995:414:46612:46634 Attawapiskat River Severn -0.463697875765281653 +75431 aapg_ac_699.html aapg_ac_699.html:147:12168:12183 Buda Texas -0.434805805785743127 +75432 gsa_html_2561127673 gsa_html_2561127673:291:25237:25258 Quinn River Reno, Nevada -0.444036457876645585 +75433 aapg_ae_961.html aapg_ae_961.html:132:10555:10574 Red River Manitoba 0.710105076439063954 +75434 gsa_html_3069013284 gsa_html_3069013284:565:59442:59458 Chinle Arizona -0.481882602967476315 +75435 geology_html_5600415314 geology_html_5600415314:14:611:622 White River Colorado -0.0389492941804812226 +75436 jgeology_html_7548094429 jgeology_html_7548094429:79:3423:3427 Bern Earth -0.0490927421425235155 +75437 geology_html_7826133454 geology_html_7826133454:17:805:814 San Diego California -0.492258100446082036 +75438 aapg_ah_427.html aapg_ah_427.html:307:40988:40996 San Luis Colorado 0.00933942844638737703 +75439 cspg_html_3060428958 cspg_html_3060428958:209:28533:28550 Bearpaw Lacombe, Alberta -0.412972482339328262 +75440 aapg_ad_0.html aapg_ad_0.html:506:40931:40939 Michigan Michigan -0.473663043482949409 +75441 geology_html_6579020459 geology_html_6579020459:259:21836:21846 Washington Seattle -0.42655631436454855 +75442 gsa_html_2321464653 gsa_html_2321464653:554:59489:59502 Santa Barbara San Andreas Fault -0.501631577031398268 +75443 aapg_ae_999.html aapg_ae_999.html:754:87464:87478 Frio Texas -0.447803061502488831 +75444 aapg_ae_90.html aapg_ae_90.html:44:4582:4597 Eagle Big Horn, Wyoming -0.448408411516637184 +75445 sedimentology_html_4432289902 sedimentology_html_4432289902:581:50191:50198 Magothy Closter, New Jersey -0.436965343294064001 +75446 aapg_ai_583.html aapg_ai_583.html:412:52493:52507 Sundance Cheyenne, Wyoming -0.443848978138650319 +75447 cspg_html_9725676031 cspg_html_9725676031:50:7095:7099 Toad Liard River, British Columbia -0.228041446338724363 +75448 jgeology_html_9097445382 jgeology_html_9097445382:488:35826:35832 Ludlow Mongolia -0.0175218157848266304 +75449 sedimentology_html_9909925103 sedimentology_html_9909925103:34:2120:2137 White River Chadron, Nebraska -0.436832441054611387 +75450 aapg_ac_984.html aapg_ac_984.html:253:22621:22627 Oneota Gasconade River -0.040554329778819502 +75451 aapg_ai_337.html aapg_ai_337.html:382:40089:40111 Salina Salina, Kansas -0.0131340660726573313 +75452 aapg_aa_124.html aapg_aa_124.html:899:85765:85778 Turner Valley Lacombe, Alberta -0.242209413068550372 +75453 aapg_ai_157.html aapg_ai_157.html:351:33117:33123 Salina Guelph -0.0766830778747370212 +75454 AMJC_html_5969956211 AMJC_html_5969956211:2164:224353:224359 Denver Logan, Utah 0.00724767451713446368 +75455 aapg_ah_202.html aapg_ah_202.html:68:11585:11604 Arkansas Novaculite Ohio -0.0373723706496873684 +75456 aapg_ah_27.html aapg_ah_27.html:125:18929:18956 Barnett Texas -0.0824622812352706069 +75457 geology_html_4936682354 geology_html_4936682354:294:24483:24488 Grove Medicine Lake, Minnesota -0.0310531186314172737 +75458 aapg_ac_392.html aapg_ac_392.html:21:1840:1855 Salem Illinois -0.50764170996696123 +75459 aapg_ae_680.html aapg_ae_680.html:360:36047:36066 Woodbine Vail, Colorado -0.026705362044744569 +75460 aapg_ah_96.html aapg_ah_96.html:240:27529:27546 Red River Nebraska 0.0434378293176635316 +75461 aapg_ac_961.html aapg_ac_961.html:478:50542:50547 Atoka McAlester, Oklahoma -0.476519241639526414 +75462 aapg_ae_415.html aapg_ae_415.html:963:120843:120865 Chickasawhay Alabama -0.489758135810969386 +75463 aapg_af_845.html aapg_af_845.html:112:11193:11201 Woodbine Mexia, Texas -0.432624764132568007 +75464 geology_html_8381924936 geology_html_8381924936:22:819:837 Quantico Washington (state) -0.451751782124743317 +75465 gsa_html_9053175553 gsa_html_9053175553:290:35025:35059 Flagstaff Flagstaff, Arizona -0.0218200693181328578 +75466 cspg_html_9344966639 cspg_html_9344966639:10:767:789 Coyote Butte Black Mountains (North Carolina) -0.46326000708216164 +75467 aapg_ad_322.html aapg_ad_322.html:29:3643:3660 Bedford Canada -0.0331753752251057327 +75468 AMJC_html_8128063878 AMJC_html_8128063878:965:125733:125743 Washington Boise, Idaho -0.0237792189309356042 +75469 aapg_ai_710.html aapg_ai_710.html:212:19668:19681 Oceanic Malaysia -0.477401564658383792 +75470 aapg_ah_595.html aapg_ah_595.html:23:2849:2854 Atoka Missouri River -0.449431691216236939 +75471 aapg_ah_283.html aapg_ah_283.html:495:58085:58091 Oregon California -0.4852429512232731 +75472 aapg_af_785.html aapg_af_785.html:361:36098:36105 Carrizo Shreveport, Louisiana 0.908449987965105121 +75473 gsa_html_9207276905 gsa_html_9207276905:673:56387:56404 Kutcho Victoria, British Columbia -0.0533985334168908185 +75474 aapg_ai_146.html aapg_ai_146.html:274:17028:17046 Kootenai Canada -0.443782030321690002 +75475 aapg_ah_318.html aapg_ah_318.html:2154:191885:191891 Sierra Zacatecas, Zacatecas -0.105008557450773671 +75476 aapg_ai_975.html aapg_ai_975.html:1008:80946:80964 Kiamichi Carrizo Springs, Texas -0.228339023817267783 +75477 gsa_html_5924250698 gsa_html_5924250698:23:1806:1823 White River Colorado -0.00693148706696411487 +75478 aapg_ae_644.html aapg_ae_644.html:55:6196:6205 Smackover Mississippi River 0.33299442268031848 +75479 cspg_html_9290046117 cspg_html_9290046117:561:69178:69185 Cadomin Canada -0.436965343294064001 +75480 cspg_html_9803204564 cspg_html_9803204564:291:36692:36714 Logan Logan, Utah -0.0415972283122600164 +75481 cspg_html_3456965010 cspg_html_3456965010:202:27204:27226 Judith River Lacombe, Alberta -0.0165121278486362495 +75482 aapg_ae_4.html aapg_ae_4.html:7:1359:1378 Waterways Lacombe, Alberta -0.0480785377707896866 +75483 aapg_ad_168.html aapg_ad_168.html:111:12558:12563 Logan Logan, Utah -0.0331440604270269723 +75484 aapg_ac_569.html aapg_ac_569.html:161:23198:23218 Emma Fiord Devon Island -0.0179232709792312463 +75485 cspg_html_3060428958 cspg_html_3060428958:24:3939:3955 Horseshoe Canyon Edmonton, London -0.151968004552160946 +75486 aapg_ae_72.html aapg_ae_72.html:46:7009:7015 Navajo Entrada Sandstone -0.0340313466956898014 +75487 aapg_ai_593.html aapg_ai_593.html:1506:156874:156890 Denton Texas -0.438093558395168947 +75488 aapg_ad_652.html aapg_ad_652.html:3:329:333 Tyee Salem, Oregon -0.440280728439214952 +75489 aapg_ah_634.html aapg_ah_634.html:444:18465:18482 Chickasawhay Wayne County, Michigan -0.222126720331920519 +75490 aapg_aa_254.html aapg_aa_254.html:50:5525:5545 Tuscaloosa Mississippi River -0.432346977926754639 +75491 gsa_html_8531389901 gsa_html_8531389901:66:5152:5180 Green River Colorado -0.0288564512426946543 +75492 aapg_ae_182.html aapg_ae_182.html:307:31805:31811 Midway Bellevue, Nebraska -0.0483573436723463285 +75493 aapg_ad_575.html aapg_ad_575.html:316:41263:41271 Colorado Denver -0.528735549389655501 +75494 cspg_html_9161888567 cspg_html_9161888567:128:23007:23018 Peace River Lacombe, Alberta -0.472512577150688062 +75495 aapg_ah_90.html aapg_ah_90.html:78:12748:12754 Denver Colorado -0.499198739530653746 +75496 aapg_ac_749.html aapg_ac_749.html:54:7255:7262 Wiarton Manitoulin Island -0.495894089017784534 +75497 aapg_aa_12.html aapg_aa_12.html:437:46163:46169 Frisco Frisco, Texas 0.0197724994555616325 +75498 aapg_ad_264.html aapg_ad_264.html:159:20008:20020 Medicine Hat Bantry Bay -0.473676885959420813 +75499 aapg_ac_691.html aapg_ac_691.html:108:7700:7708 Fillmore Fresno, California -0.449467616590735308 +75500 aapg_ah_283.html aapg_ah_283.html:225:23772:23794 Skookumchuck Washington (state) -0.488743302412917968 +75501 aapg_ae_904.html aapg_ae_904.html:355:37675:37686 Black River Decorah, Iowa -0.472770666406185036 +75502 aapg_ah_962.html aapg_ah_962.html:301:30142:30149 Bromide Robertson, New South Wales -0.0060576376426468119 +75503 aapg_ad_351.html aapg_ad_351.html:626:52352:52358 Galena Sedalia, Missouri -0.0797706345819538531 +75504 aapg_ae_498.html aapg_ae_498.html:1050:108104:108112 Virginia Middle Ordovician -0.077780922776569339 +75505 aapg_ai_328.html aapg_ai_328.html:389:40029:40033 Lane Arkansas -0.008957206898973313 +75506 aapg_ae_305.html aapg_ae_305.html:1201:108249:108255 Sierra Maracaibo -0.460487277041231158 +75507 aapg_ad_785.html aapg_ad_785.html:76:8124:8132 Fountain Colorado -0.0956234961367979502 +75508 aapg_ah_622.html aapg_ah_622.html:82:9184:9189 Eagle Powder River (Montana) -0.0910474396225407212 +75509 aapg_aa_685.html aapg_aa_685.html:3:272:282 North Horn Flagstaff, Arizona -0.431078138050761561 +75510 cspg_html_6985536436 cspg_html_6985536436:445:57781:57801 Mould Bay Banks Island -0.442682549290708161 +75511 aapg_ae_113.html aapg_ae_113.html:209:26743:26771 Disappointment Bay Western world -0.466876608650283409 +75512 cspg_html_9867937846 cspg_html_9867937846:342:41769:41786 Cardium Lacombe, Alberta -0.0128247793458777584 +75513 aapg_ac_528.html aapg_ac_528.html:92:11143:11151 Michigan Alabama -0.484086347872667577 +75514 aapg_ai_902.html aapg_ai_902.html:266:37431:37443 Pierre Denver -0.309664339197533778 +75515 cspg_html_7494952355 cspg_html_7494952355:19:4462:4470 Michigan Williston, Vermont -0.474888953093082877 +75516 aapg_aa_47.html aapg_aa_47.html:213:23326:23342 Sandia Sandia Mountain Wilderness -0.472823676298187945 +75517 cspg_html_5947812886 cspg_html_5947812886:355:55097:55129 Duperow Williston Basin -0.459639875047440249 +75518 cspg_html_2572282839 cspg_html_2572282839:217:26037:26066 Shaunavon Regina, Saskatchewan -0.0509507230324179883 +75519 geology_html_4046703200 geology_html_4046703200:27:1493:1504 Viola Texas -0.187021876040946611 +75520 aapg_ae_794.html aapg_ae_794.html:202:24827:24837 Coon Creek Selma to Montgomery marches -0.064370587065321061 +75521 aapg_ad_637.html aapg_ad_637.html:3:271:285 Frio Texas -0.0231533782740243055 +75522 sedimentology_html_8784003619 sedimentology_html_8784003619:1284:50357:50363 Denver Colorado -0.0361854896356224864 +75523 aapg_ac_337.html aapg_ac_337.html:175:10188:10196 Colorado Colorado -0.486588444102287743 +75524 aapg_ah_655.html aapg_ah_655.html:22:2464:2484 Hartshorne Atoka, Oklahoma -0.438007065376213589 +75525 palaios_html_3232474978 palaios_html_3232474978:868:68068:68076 Columbia Victoria, British Columbia -0.473778404154942046 +75526 gsa_html_3331523875 gsa_html_3331523875:77:9081:9089 Colorado Wasatch Range -0.520258443271294668 +75527 aapg_af_956.html aapg_af_956.html:369:38955:38985 Nonesuch Michigan -0.461026124022890449 +75528 gsa_html_6982030333 gsa_html_6982030333:946:92754:92764 Washington Salem, Oregon -0.444856013246054061 +75529 aapg_aa_4.html aapg_aa_4.html:155:20647:20672 West Falls Naples, Florida -0.433588832161453941 +75530 aapg_aa_477.html aapg_aa_477.html:243:21852:21869 Ripley Selma to Montgomery marches -0.472881299388360321 +75531 aapg_ad_118.html aapg_ad_118.html:72:5237:5256 Newcastle Cheyenne, Wyoming -0.465744120990301047 +75532 aapg_aa_45.html aapg_aa_45.html:222:27167:27185 Moenkopi Colorado -0.413160452709442128 +75533 gsa_html_2220556952 gsa_html_2220556952:905:105345:105351 Oregon California -0.0438697385751906713 +75534 aapg_ae_73.html aapg_ae_73.html:384:50011:50019 Colorado New Mexico -0.0657244649110479556 +75535 aapg_af_664.html aapg_af_664.html:726:81553:81569 San Andres Delaware -0.432236767973233238 +75536 cspg_html_4659384530 cspg_html_4659384530:57:7105:7116 Slave Point Lacombe, Alberta -0.0218513582866363479 +75537 aapg_ae_668.html aapg_ae_668.html:1922:198240:198247 Choptank Ohio 0.00361335093326647754 +75538 cspg_html_1037979402 cspg_html_1037979402:227:23595:23607 Winnipegosis Winnipeg -0.388910974048475411 +75539 aapg_ac_187.html aapg_ac_187.html:2009:197888:197904 Moscow Skaneateles (village), New York -0.48294529227432792 +75540 aapg_ac_91.html aapg_ac_91.html:513:41389:41403 Hale Arkansas -0.454258371760158153 +75541 aapg_ae_875.html aapg_ae_875.html:447:52894:52909 Coamo Puerto Rico -0.452927573923113447 +75542 aapg_aa_391.html aapg_aa_391.html:243:21048:21060 Little River Arkansas -0.0484305318686929845 +75543 cspg_html_1009749092 cspg_html_1009749092:151:20806:20823 Belly River Lethbridge -0.0197168810314956311 +75544 aapg_ah_632.html aapg_ah_632.html:213:29476:29484 Virginia Washington (state) -0.0632684992978399252 +75545 aapg_ah_656.html aapg_ah_656.html:738:66056:66064 Toroweap McKee, Kentucky -0.445338708488509594 +75546 palaios_html_2399848899 palaios_html_2399848899:16:822:837 Eutaw Alabama -0.198426381177206873 +75547 aapg_ad_784.html aapg_ad_784.html:8:1511:1516 Sespe Ventura County, California -0.463465231196217298 +75548 aapg_ah_246.html aapg_ah_246.html:125:14085:14091 Navajo Arizona -0.476033304431228654 +75549 gsa_html_3412344071 gsa_html_3412344071:712:63557:63572 Mesaverde Logan, Utah -0.466876608650283409 +75550 aapg_ad_335.html aapg_ad_335.html:595:74780:74786 Casper Cheyenne, Wyoming -0.474009171210690694 +75551 cspg_html_7182873498 cspg_html_7182873498:139:19616:19631 Eramosa Salina, Kansas -0.439098796420780313 +75552 aapg_ai_435.html aapg_ai_435.html:55:6751:6759 Niobrara Niobrara, Nebraska -0.443110589175295999 +75553 aapg_ae_324.html aapg_ae_324.html:877:88501:88509 Virginia Eidson, Tennessee -0.0993493873275473477 +75554 cspg_html_3942782922 cspg_html_3942782922:109:9968:10007 Montney Lacombe, Alberta -0.025453465811003901 +75555 AMJC_html_4066734654 AMJC_html_4066734654:628:59274:59292 Willwood Cheyenne, Wyoming -0.440325191296006335 +75556 geology_html_9090764396 geology_html_9090764396:171:20410:20416 Lisbon London, Ontario -0.0247023791461900809 +75557 aapg_af_725.html aapg_af_725.html:157:17054:17066 Wilcox Freestone County, Texas -0.463150573567572499 +75558 aapg_ac_294.html aapg_ac_294.html:24:2461:2468 Paradox Logan, Utah -0.0325612728688678896 +75559 gsa_html_8515975571 gsa_html_8515975571:923:85341:85347 Moscow Mongolia -0.0245215675441684301 +75560 gsa_html_8985264904 gsa_html_8985264904:19:1065:1079 Baca New Mexico -0.508237439405196278 +75561 sedimentology_html_6952142412 sedimentology_html_6952142412:29:1778:1785 Laramie Earth -0.508915364509116785 +75562 gsa_html_4058959570 gsa_html_4058959570:656:53200:53204 Maya Melbourne, Florida -0.492380698787899029 +75563 gsa_html_4557277250 gsa_html_4557277250:281:27658:27674 Fish Canyon Tuff Carmel, Indiana -0.471349814541787038 +75564 aapg_af_461.html aapg_af_461.html:341:29494:29500 Denver Colorado -0.471543117662309108 +75565 cspg_html_8575889766 cspg_html_8575889766:129:14871:14916 Eureka Sound Ellesmere Island 0.488910009083251273 +75566 aapg_ai_249.html aapg_ai_249.html:625:82504:82512 Woodbine Texas -0.0200749274855987619 +75567 aapg_ah_318.html aapg_ah_318.html:1066:109144:109153 Red River Panola County, Mississippi -0.358943640557562782 +75568 aapg_ac_841.html aapg_ac_841.html:116:15172:15186 Espiritu Santo Honduras -0.0319228496664141492 +75569 palaios_html_1369839314 palaios_html_1369839314:506:42831:42862 Mission Valley California -0.0409390916032161337 +75570 cspg_html_5241714595 cspg_html_5241714595:250:39076:39092 Muskwa Lacombe, Alberta -0.509719019143331509 +75571 cspg_html_2161417858 cspg_html_2161417858:295:38586:38604 Palliser Lacombe, Alberta -0.0381938711768296663 +75572 gsa_html_5005672853 gsa_html_5005672853:66:4503:4531 Green River Colorado -0.0184133695346841396 +75573 cspg_html_8915218033 cspg_html_8915218033:404:39179:39187 Montreal Calgary -0.479586916180102352 +75574 cspg_html_5697056884 cspg_html_5697056884:387:41417:41429 Saskatchewan Lacombe, Alberta -0.48184068160181448 +75575 gsa_html_3566869311 gsa_html_3566869311:73:7847:7853 Oregon Wa (Japan) -0.471695028578207554 +75576 aapg_ad_166.html aapg_ad_166.html:660:58315:58320 Lagro Wabash and Erie Canal -0.475196277624828634 +75577 geology_html_9316941915 geology_html_9316941915:49:5040:5048 Colorado Creede, Colorado -0.503870719216367835 +75578 sedimentology_html_8041322681 sedimentology_html_8041322681:956:63143:63147 Bond Bering Sea -0.452632356575315864 +75579 gsa_html_7195000001 gsa_html_7195000001:1172:126013:126035 Eureka Sound Ellesmere Island -0.464706706380762058 +75580 palaios_html_5321533010 palaios_html_5321533010:420:46537:46543 Reston Kauai -0.456337429672799166 +75581 aapg_ad_379.html aapg_ad_379.html:651:53353:53366 Gypsum Spring Carmel, Indiana -0.454113919430063184 +75582 cspg_html_5456368738 cspg_html_5456368738:29:4233:4247 Methy Lacombe, Alberta -0.465595518002078101 +75583 aapg_ai_288.html aapg_ai_288.html:60:11087:11094 Topanga Inglewood, California -0.0325612728688678896 +75584 aapg_ae_916.html aapg_ae_916.html:254:29192:29204 Judith River Roosevelt County, Montana -0.436929900849743147 +75585 aapg_ac_4.html aapg_ac_4.html:237:24997:25002 Weeks Anchorage, Alaska -0.0510291657486304576 +75586 cspg_html_4937997995 cspg_html_4937997995:98:10720:10745 Red Head Rapids Churchill River (Atlantic) 0.0228074378227447853 +75587 aapg_ad_720.html aapg_ad_720.html:311:30136:30151 Queen New Mexico 0.00330065394967362811 +75588 geology_html_7315534235 geology_html_7315534235:248:22246:22254 Yakataga Anchorage, Alaska -0.417222510438449379 +75589 jgeology_html_3450428494 jgeology_html_3450428494:281:15351:15367 New Haven Arkose Hartford, Connecticut 0.440983490645513454 +75590 aapg_ad_116.html aapg_ad_116.html:445:55275:55284 Oil Creek Delaware -0.028972971193404428 +75591 cspg_html_2498183035 cspg_html_2498183035:343:38233:38262 Swan Hills Lacombe, Alberta -0.086343076907183347 +75592 geology_html_4403865682 geology_html_4403865682:174:19032:19041 Eel River Scotia, New York -0.278658614829995321 +75593 aapg_aa_702.html aapg_aa_702.html:970:118594:118603 Spearfish Newburg, Louisville -0.365745560877165032 +75594 aapg_aa_267.html aapg_aa_267.html:19:2358:2378 Greenbrier Huntington, West Virginia -0.550076964222812714 +75595 aapg_aa_125.html aapg_aa_125.html:3:346:354 Columbia Victoria, British Columbia -0.458659434193013582 +75596 gsa_html_7875871937 gsa_html_7875871937:653:60430:60445 Elk Western Canadian Sedimentary Basin -0.447706690849008493 +75597 aapg_ah_685.html aapg_ah_685.html:354:38466:38472 Denver Cheyenne, Wyoming -0.0525371721949112538 +75598 aapg_ae_959.html aapg_ae_959.html:2165:155180:155196 Custer Texas -0.0188200559458422435 +75599 aapg_ac_652.html aapg_ac_652.html:130:10189:10202 Santa Barbara California -0.485603101959931283 +75600 cspg_html_2139304729 cspg_html_2139304729:15:2458:2478 Griper Bay Melville Island (Canada) -0.0624809195304040568 +75601 aapg_ac_741.html aapg_ac_741.html:287:32910:32928 Niobrara Black Hills -0.672934777052721422 +75602 aapg_aa_117.html aapg_aa_117.html:9:1177:1184 Cobourg Shoreham Nuclear Power Plant -0.00696275827002107526 +75603 aapg_ac_563.html aapg_ac_563.html:399:56386:56393 Tamabra Santiago 0.0102845739324917348 +75604 gsa_html_8531594123 gsa_html_8531594123:285:39586:39605 San Joaquin Sierra Nevada (Spain) -0.453355922590981064 +75605 aapg_ah_385.html aapg_ah_385.html:175:21618:21632 Yolo Central Valley (California) -0.441593278961416758 +75606 sedimentology_html_1111867140 sedimentology_html_1111867140:700:59824:59830 Morgan Caribbean -0.0245285217971666809 +75607 jgeology_html_3678865542 jgeology_html_3678865542:960:57524:57528 Hall London, Ontario -0.500423794622032903 +75608 aapg_ac_302.html aapg_ac_302.html:232:26783:26789 Pioche Reno, Nevada -0.266907076956596823 +75609 gsa_html_9280112280 gsa_html_9280112280:300:29719:29729 White Rock Browns Valley, Minnesota -0.45644603384473742 +75610 jgeology_html_9215313444 jgeology_html_9215313444:1059:74321:74334 Yakima Basalt Ellensburg, Washington -0.471405039658470026 +75611 sedimentology_html_1489847160 sedimentology_html_1489847160:933:47759:47764 Crete Chania Prefecture -0.450878806444675151 +75612 cspg_html_6032369756 cspg_html_6032369756:413:49769:49788 Red River Regina, Saskatchewan -0.43911211811260753 +75613 cspg_html_4392308496 cspg_html_4392308496:326:45526:45550 Windsor Prince Edward Islands -0.223558048927094855 +75614 sedimentology_html_7879809021 sedimentology_html_7879809021:1249:94321:94341 Greenbrier Virginia -0.486419849038802532 +75615 gsa_html_6578729676 gsa_html_6578729676:667:64383:64391 Colorado Canadian Arctic Archipelago -0.0471881674171297158 +75616 aapg_af_575.html aapg_af_575.html:495:68488:68504 Moorefield Batesville, Arkansas -0.467130759519596039 +75617 aapg_af_392.html aapg_af_392.html:47:5460:5478 Frontier Logan, Utah -0.441553207562292771 +75618 aapg_aa_372.html aapg_aa_372.html:152:15693:15697 Word Delaware 0.0171898823018941105 +75619 cspg_html_4298557570 cspg_html_4298557570:193:27102:27128 Horseshoe Canyon Edmonton, London -0.0161923738037419891 +75620 gsa_html_8549650339 gsa_html_8549650339:19:655:666 San Antonio Earth -0.464473797617463435 +75621 aapg_ae_427.html aapg_ae_427.html:775:54660:54679 Domengine Eocene 0.00553124928900665478 +75622 jgeology_html_6882545802 jgeology_html_6882545802:291:24898:24906 Fairview Netherlands -0.483173848714512189 +75623 cspg_html_6839937815 cspg_html_6839937815:176:24892:24900 Woodside Shale Logan, Utah 0.355946888771972503 +75624 gsa_html_9219965669 gsa_html_9219965669:174:20976:20988 Rhode Island Newport, Rhode Island 0.742763163839774143 +75625 gsa_html_4366904220 gsa_html_4366904220:660:64169:64176 El Paso Texas -0.470179399208385473 +75626 cspg_html_5241714595 cspg_html_5241714595:24:3539:3548 Keg River Regina, Saskatchewan -0.0303573786993141213 +75627 aapg_ad_580.html aapg_ad_580.html:36:5558:5580 Tongue River Powder River (Montana) -0.0503371552170116185 +75628 AMJC_html_6341723617 AMJC_html_6341723617:1160:97095:97120 Washakie Cambridge -0.462166276497962936 +75629 aapg_af_616.html aapg_af_616.html:204:16541:16561 San Andres Crockett County, Tennessee 0.00842383986837989471 +75630 aapg_ac_720.html aapg_ac_720.html:9:1363:1374 Hornerstown Navesink River -0.480033015687554854 +75631 aapg_ai_82.html aapg_ai_82.html:339:37441:37451 Pottsville Greenbrier (Great Smoky Mountains) 0.00557294326279580542 +75632 cspg_html_2471870619 cspg_html_2471870619:236:28975:28991 Exshaw Lacombe, Alberta -0.0337286176127971765 +75633 geology_html_3854373754 geology_html_3854373754:256:20992:20996 Bond North Atlantic Current -0.0361854896356224864 +75634 aapg_ak_41.html aapg_ak_41.html:209:24816:24820 Kent Allegan, Michigan -0.44056532751251043 +75635 aapg_ai_189.html aapg_ai_189.html:544:56735:56741 Casper Cheyenne, Wyoming -0.426608897791606878 +75636 aapg_ai_221.html aapg_ai_221.html:25:3010:3018 Cochrane Ontario, California -0.486038291322309801 +75637 aapg_ae_324.html aapg_ae_324.html:552:56249:56257 Virginia Virginia -0.0974384983244544894 +75638 gsa_html_5023495573 gsa_html_5023495573:954:70380:70408 Green River Colorado -0.00229308019174294993 +75639 aapg_ac_63.html aapg_ac_63.html:3:181:198 Buckner Haynesville, Louisiana 0.305633426752998205 +75640 aapg_af_394.html aapg_af_394.html:567:60378:60396 Frontier Coalville, Utah 0.049512752365610431 +75641 jgeology_html_9727318280 jgeology_html_9727318280:60:2511:2520 Extension Eastern Settlement -0.457514673015389395 +75642 palaios_html_9930886246 palaios_html_9930886246:423:29503:29528 Francisco San Pablo Bay National Wildlife Refuge -0.42658041474227687 +75643 aapg_ah_772.html aapg_ah_772.html:113:10945:10966 Bird Spring Spring Mountains National Recreation Area -0.440354093294291316 +75644 aapg_ac_219.html aapg_ac_219.html:668:106690:106706 Ancon Peru, Indiana -0.0202678582495696563 +75645 aapg_ad_440.html aapg_ad_440.html:749:76230:76236 Denmar Huntington, West Virginia -0.455197874748240694 +75646 gsa_html_4930932370 gsa_html_4930932370:13:483:489 Reston Virginia -0.411657696219220992 +75647 geology_html_4304054973 geology_html_4304054973:140:11083:11097 Rove Ontario, California -0.512397919126235224 +75648 cspg_html_1763727002 cspg_html_1763727002:73:12003:12023 Halfway Lacombe, Alberta -0.493525020516280222 +75649 gsa_html_6350949088 gsa_html_6350949088:18:1013:1021 Colorado Denver -0.488731563736560848 +75650 aapg_af_664.html aapg_af_664.html:347:38315:38338 Lancaster Pecos River -0.404229397679558511 +75651 cspg_html_3854139935 cspg_html_3854139935:97:15834:15845 Belly River Judith River Formation -0.491129614806726456 +75652 aapg_ad_721.html aapg_ad_721.html:730:75496:75500 Yeso Delaware -0.476324834178458445 +75653 sedimentology_html_7635687013 sedimentology_html_7635687013:126:12328:12349 Martinsburg Austin, Chicago -0.000225833135678471921 +75654 sedimentology_html_3417381350 sedimentology_html_3417381350:1188:93723:93741 Monterey California -0.0237792189309356042 +75655 geology_html_6995506328 geology_html_6995506328:130:13248:13257 San Diego California -0.0122896166911195832 +75656 geology_html_4658814755 geology_html_4658814755:43:3530:3538 Virginia Cape Charles, Virginia -0.460146402321772174 +75657 geology_html_3571748348 geology_html_3571748348:266:25135:25162 Blomidon Earth -0.00696275827002107526 +75658 aapg_ai_671.html aapg_ai_671.html:49:9247:9251 Lane Canyonlands National Park -0.442539913358205417 +75659 geology_html_5689737055 geology_html_5689737055:190:20406:20410 Hall Kerr County, Texas -0.45099125631104503 +75660 jgeology_html_7653197658 jgeology_html_7653197658:591:41169:41177 Michigan Denver -0.47601017133294582 +75661 cspg_html_3772380029 cspg_html_3772380029:1199:140020:140031 Ekwan River Ontario, California -0.442539913358205417 +75662 aapg_ac_720.html aapg_ac_720.html:5:657:679 Hornerstown Red Bank, New Jersey -0.0209613827792686502 +75663 aapg_ai_888.html aapg_ai_888.html:11:1365:1372 Canning Carnarvon, Western Australia -0.479552074346371926 +75664 aapg_ac_55.html aapg_ac_55.html:174:20948:20961 Merchantville Manasquan, New Jersey -0.000165031905109087207 +75665 cspg_html_3328007773 cspg_html_3328007773:1017:102554:102563 Mackenzie Victoria, British Columbia -0.454032675125810359 +75666 aapg_ad_441.html aapg_ad_441.html:71:5099:5106 Entrada Summerville, South Carolina 0.0271000798599966945 +75667 cspg_html_8988872363 cspg_html_8988872363:58:8904:8923 Borden Melville Island (Canada) -0.501414666805271692 +75668 aapg_ah_387.html aapg_ah_387.html:2854:309661:309670 Knoxville Knoxville, Illinois -0.026705362044744569 +75669 cspg_html_5198658336 cspg_html_5198658336:344:37629:37648 Paskapoo Lacombe, Alberta -0.00395905591412439809 +75670 cspg_html_6647936472 cspg_html_6647936472:54:5687:5706 Keg River Victoria, British Columbia -0.451731523193220186 +75671 gsa_html_8504301160 gsa_html_8504301160:30:2016:2022 Denver Colorado -0.503870719216367835 +75672 aapg_ah_647.html aapg_ah_647.html:535:58501:58521 Horquilla Colina, Chile -0.0116467387889204136 +75673 aapg_af_487.html aapg_af_487.html:348:38612:38621 San Diego California -0.012400818539292929 +75674 aapg_ad_695.html aapg_ad_695.html:277:17072:17087 Queen Charlotte, North Carolina -0.462166276497962936 +75675 aapg_ad_999.html aapg_ad_999.html:105:10550:10563 Sulphur Point Lake Ontario -0.440467486742992853 +75676 sedimentology_html_5928847406 sedimentology_html_5928847406:721:49244:49250 Guelph Canada -0.0142044328576254025 +75677 aapg_ae_845.html aapg_ae_845.html:211:22786:22798 Dakota Colorado -0.679720512234057384 +75678 aapg_af_653.html aapg_af_653.html:970:114971:114979 Monterey Monterey, California -0.448377013151321557 +75679 gsa_html_6062330506 gsa_html_6062330506:392:40565:40583 Rustler Salado, Texas 1.010503453972178 +75680 sedimentology_html_1608153778 sedimentology_html_1608153778:377:33312:33316 Hall London, Ontario -0.51594384566610596 +75681 geology_html_8049344680 geology_html_8049344680:88:8889:8913 Columbia Anchorage, Alaska -0.0472630871063566826 +75682 aapg_ai_584.html aapg_ai_584.html:1014:105867:105873 Casper Cheyenne, Wyoming -0.44280960294495586 +75683 aapg_aa_626.html aapg_aa_626.html:293:33455:33473 Patapsco Maryland -0.443813272031764461 +75684 palaios_html_4501603736 palaios_html_4501603736:161:15469:15501 Thaynes Reno, Nevada 0.327706260315222542 +75685 aapg_af_629.html aapg_af_629.html:9:967:979 Medicine Bow Carbon County, Wyoming 0.00945062084184406827 +75686 cspg_html_9157093462 cspg_html_9157093462:342:44476:44483 Halfway Lacombe, Alberta -0.458648092769168181 +75687 aapg_ah_644.html aapg_ah_644.html:219:25848:25863 Piper Regina, Saskatchewan -0.46741476224763201 +75688 aapg_aa_872.html aapg_aa_872.html:213:26102:26126 Frio Texas -0.433370341259820213 +75689 palaios_html_8064020973 palaios_html_8064020973:48:5590:5606 Chinle New Mexico 0.016192373803742003 +75690 jgeology_html_8406118991 jgeology_html_8406118991:972:70766:70783 Cannery Anchorage, Alaska -0.488123721391326648 +75691 aapg_ae_415.html aapg_ae_415.html:948:118175:118194 Paynes Hammock Melbourne, Florida 0.771860523945155141 +75692 cspg_html_3026112034 cspg_html_3026112034:477:43858:43868 Swan Hills Swan Hill, Victoria -0.427983668441073273 +75693 aapg_ac_246.html aapg_ac_246.html:136:13723:13736 Belle Fourche Williston, Vermont -0.432223543643836305 +75694 aapg_af_593.html aapg_af_593.html:222:17771:17778 Moncton Stony Creek Metropark -0.0291434052387325206 +75695 aapg_ah_722.html aapg_ah_722.html:417:48462:48485 Sagavanirktok Canning River (Alaska) 0.214858389557076396 +75696 AMJC_html_2890539371 AMJC_html_2890539371:295:34871:34892 Bearpaw Canada -0.0060576376426468119 +75697 jgeology_html_4152045543 jgeology_html_4152045543:536:46563:46597 Serpent Canada -0.0682933468868237858 +75698 aapg_af_305.html aapg_af_305.html:63:6254:6261 Bossier Paluxy, Texas -0.475258680049542748 +75699 aapg_ai_163.html aapg_ai_163.html:335:25197:25210 Ralston Creek Red Rock Canyon National Conservation Area -0.00274648745693117794 +75700 gsa_html_9613801428 gsa_html_9613801428:674:76722:76731 Talkeetna Talkeetna, Alaska -0.462097962880594848 +75701 cspg_html_2113617629 cspg_html_2113617629:814:92889:92905 Viking Lacombe, Alberta -0.468455358769372721 +75702 aapg_af_453.html aapg_af_453.html:44:6011:6020 Mesaverde Fort Union Trading Post National Historic Site -0.00456360840821551893 +75703 aapg_ah_859.html aapg_ah_859.html:74:9112:9120 Columbia Alabama -0.450932780647085085 +75704 aapg_ad_466.html aapg_ad_466.html:1322:141484:141502 Patuxent Tuscaloosa, Alabama -0.428929839085586462 +75705 aapg_aa_147.html aapg_aa_147.html:289:35374:35383 Red River Winnipeg 0.917274800446813532 +75706 aapg_aa_106.html aapg_aa_106.html:551:61668:61676 Imperial Guernsey -0.444920804843658924 +75707 sedimentology_html_2664292498 sedimentology_html_2664292498:791:60511:60520 Peninsula Italy -0.486548633935625752 +75708 cspg_html_8089302449 cspg_html_8089302449:119:20087:20107 Dawson Bay Manitoba -0.624446145372138273 +75709 aapg_aa_626.html aapg_aa_626.html:55:7344:7357 Potomac Charles County, Maryland 0.00270479477611077846 +75710 aapg_aa_684.html aapg_aa_684.html:106:11590:11608 Ankareh John Crow Mountains -0.013031549320552711 +75711 aapg_ai_491.html aapg_ai_491.html:456:58206:58222 Supai Colorado -0.00138974352800571069 +75712 gsa_html_4922631598 gsa_html_4922631598:410:49135:49150 Arikaree White River (Washington) -0.448282824521055501 +75713 gsa_html_5666650739 gsa_html_5666650739:29:2796:2824 Green River Colorado 0.0025901399675438766 +75714 aapg_aa_77.html aapg_aa_77.html:67:6818:6834 Bethel Gibson County, Tennessee -0.469093158774920749 +75715 palaios_html_7179643765 palaios_html_7179643765:215:21838:21855 La Luna Venezuela -0.475924584215438151 +75913 aapg_af_451.html aapg_af_451.html:51:5762:5779 Sunnyside Uinta Mountains -0.0476847412838274573 +75716 cspg_html_9987144175 cspg_html_9987144175:235:31344:31356 Devon Island Bylot Island Migratory Bird Sanctuary 0.329488380357492394 +75717 cspg_html_4948472369 cspg_html_4948472369:513:37516:37524 Michigan Alpena, Michigan -0.469024309212410007 +75718 aapg_ae_474.html aapg_ae_474.html:1270:135019:135025 Bethel Bethel, Alaska -0.434580403200599208 +75719 gsa_html_6736833466 gsa_html_6736833466:565:51524:51548 Toroweap Colorado -0.449440672427322663 +75720 aapg_ah_844.html aapg_ah_844.html:504:60390:60396 Casper Cheyenne, Wyoming -0.0456254660933555489 +75721 aapg_aa_399.html aapg_aa_399.html:432:36227:36237 Fort Union Edmonton, London -0.457691392417615917 +75722 aapg_ah_715.html aapg_ah_715.html:25:4285:4293 La Habra California -0.541549903360358909 +75723 gsa_html_7813941610 gsa_html_7813941610:822:75095:75123 Green River New Mexico -0.0283712524140075813 +75724 sedimentology_html_8006979411 sedimentology_html_8006979411:942:76229:76247 Kaskapau Canada -0.447242908821281704 +75725 cspg_html_7817594878 cspg_html_7817594878:46:9621:9638 Cadomin Highwood Pass -0.233920932638517293 +75726 gsa_html_9303702379 gsa_html_9303702379:207:22252:22268 Rivas El Viejo -0.016748470666176702 +75727 cspg_html_2009306839 cspg_html_2009306839:138:19359:19376 Wabamun Lacombe, Alberta -0.462398581950347165 +75728 cspg_html_4404071326 cspg_html_4404071326:307:34505:34533 Green River New Brunswick, New Jersey 0.30237004969660114 +75729 jgeology_html_2240612531 jgeology_html_2240612531:731:63735:63740 Rapid Reno, Nevada -0.0726124770348033355 +75730 aapg_ah_687.html aapg_ah_687.html:495:68720:68729 Athabasca Lacombe, Alberta -0.500516638951101323 +75731 aapg_ah_253.html aapg_ah_253.html:27:4494:4518 Mission Canyon Arkansas -0.457020948969305785 +75732 gsa_html_9513959579 gsa_html_9513959579:15:589:602 Blue Mountain Reno, Nevada -0.467889067103673728 +75733 AMJC_html_6539706032 AMJC_html_6539706032:13:661:667 Denver Colorado -0.463526807661379381 +75734 aapg_ai_1.html aapg_ai_1.html:300:26577:26585 Colorado Hermosa, Chicago -0.480807266046245518 +75735 geology_html_5784584308 geology_html_5784584308:242:23788:23794 Denver Colorado -0.457532796484121151 +75736 cspg_html_5484260516 cspg_html_5484260516:22:3283:3296 Wabamun Lacombe, Alberta -0.484674969173666037 +75737 cspg_html_6432734674 cspg_html_6432734674:128:12088:12094 Brazil Africa -0.0488923304210317836 +75738 cspg_html_8227554214 cspg_html_8227554214:183:19595:19630 Hillsborough Caledonia -0.442542141875480355 +75739 gsa_html_1130947011 gsa_html_1130947011:29:2873:2894 Black River Decorah, Iowa -0.455229509631582041 +75740 aapg_ac_453.html aapg_ac_453.html:280:43292:43298 Viking North Sea oil -0.450878806444675151 +75741 cspg_html_7833083677 cspg_html_7833083677:1400:120496:120512 Descon Canada -0.445984933244691462 +75742 geology_html_2144574689 geology_html_2144574689:243:23533:23543 Washington Seattle -0.474808096218428344 +75743 aapg_ah_878.html aapg_ah_878.html:249:28078:28088 St. Edmund Manitoulin Island -0.0431731213623836943 +75744 aapg_ah_416.html aapg_ah_416.html:224:19491:19505 Warner Western world -0.458641287983651336 +75745 aapg_ac_707.html aapg_ac_707.html:6:566:574 Kootenai Colorado -0.447168994241326834 +75746 AMJC_html_6581509910 AMJC_html_6581509910:1020:96635:96640 Rapid Reno, Nevada -0.0567787489589199126 +75747 aapg_ah_149.html aapg_ah_149.html:234:22112:22119 Madison Cheyenne, Wyoming -0.074120633850347159 +75748 palaios_html_9518809405 palaios_html_9518809405:525:46304:46313 San Diego Ridgway, Pennsylvania -0.498932557086921302 +75749 cspg_html_4666332434 cspg_html_4666332434:149:25771:25782 Belly River Lacombe, Alberta 0.00945062084184406827 +75750 aapg_aa_684.html aapg_aa_684.html:6:847:866 Popo Agie Cheyenne, Wyoming -0.46326000708216164 +75751 aapg_ae_186.html aapg_ae_186.html:91:8673:8686 Cook Mountain Minden, Louisiana -0.442575570278969321 +75752 aapg_ad_760.html aapg_ad_760.html:127:15520:15537 Topanga Royal Botanic Gardens, Kew -0.0157892119040832224 +75753 aapg_ai_542.html aapg_ai_542.html:165:16299:16307 Colorado Nebraska -0.045129017887602145 +75754 aapg_af_738.html aapg_af_738.html:9:1308:1319 Stony Creek Platina, California -0.434606918343987458 +75755 aapg_ah_846.html aapg_ah_846.html:3:533:547 Nuka Anchorage, Alaska -0.464533160716817162 +75756 gsa_html_7808051457 gsa_html_7808051457:687:68586:68594 Colorado Colorado -0.0148404177599511713 +75757 aapg_ah_436.html aapg_ah_436.html:211:20300:20317 Edwards West Texas -0.0598011148469018913 +75758 aapg_ah_260.html aapg_ah_260.html:287:37629:37638 Flagstaff Indianola, Iowa -0.00874524918188981232 +75759 aapg_aa_381.html aapg_aa_381.html:98:12922:12930 Monterey Monterey, California -0.388605163110053387 +75760 gsa_html_7083998155 gsa_html_7083998155:719:71113:71123 Santa Cruz California -0.490054357124853124 +75761 aapg_ad_152.html aapg_ad_152.html:1905:250205:250227 Gerster Gold Hill, Colorado -0.467868439854770279 +75762 geology_html_1549587382 geology_html_1549587382:257:25134:25139 Stark Republic of China -0.484086347872667577 +75763 aapg_aa_415.html aapg_aa_415.html:73:12043:12053 Tokio Hempstead County, Arkansas -0.409382023335090106 +75764 aapg_ai_791.html aapg_ai_791.html:128:19155:19166 Gran Tierra Los Naranjos -0.447314589257592876 +75765 aapg_aa_898.html aapg_aa_898.html:287:34036:34055 Flagstaff Logan, Utah -0.456608964648804683 +75766 cspg_html_9057975703 cspg_html_9057975703:48:5760:5781 Elk Western Canadian Sedimentary Basin -0.456371367070690814 +75767 cspg_html_9987144175 cspg_html_9987144175:89:13150:13174 Parry Islands Banks Island -0.0292147099429476073 +75768 aapg_ad_441.html aapg_ad_441.html:95:7544:7562 Kayenta Carmel, Indiana -0.0640369698880782628 +75769 sedimentology_html_5491116647 sedimentology_html_5491116647:33:3486:3492 Moscow Russia -0.503235126272660094 +75770 cspg_html_9717154602 cspg_html_9717154602:183:25665:25677 Saskatchewan Lacombe, Alberta -0.503937652022910187 +75771 cspg_html_5484260516 cspg_html_5484260516:407:35173:35191 Palliser Lacombe, Alberta -0.00846727342264548197 +75772 aapg_af_479.html aapg_af_479.html:803:83516:83526 Point Loma California -0.498224733320612012 +75773 gsa_html_3566869311 gsa_html_3566869311:583:49180:49207 Columbia Boise, Idaho -0.480853789677316845 +75774 sedimentology_html_8502352648 sedimentology_html_8502352648:1051:76331:76339 Montreal Quebec City -0.0135458743690372828 +75775 gsa_html_3330587082 gsa_html_3330587082:670:59587:59615 Green River Colorado -0.028002582716924157 +75776 geology_html_9025073353 geology_html_9025073353:39:3340:3347 Nitinat Astoria, Oregon -0.463526807661379381 +75777 aapg_aa_887.html aapg_aa_887.html:52:6398:6406 Niobrara Niobrara, Nebraska -0.412851508963564873 +75778 aapg_ah_214.html aapg_ah_214.html:18:2162:2171 Cold Lake Fort McMurray 0.908796393229613919 +75779 aapg_ad_615.html aapg_ad_615.html:67:7811:7818 Andrews Mississippi River -0.02660103319374214 +75780 geology_html_6895819031 geology_html_6895819031:283:22843:22855 Devon Island Alert, Nunavut -0.426720647196584257 +75781 gsa_html_1316826711 gsa_html_1316826711:880:69514:69522 Columbia Logan, Utah -0.0358061340755818636 +75782 sedimentology_html_6656277293 sedimentology_html_6656277293:550:38175:38194 Marble Canyon Grand Canyon -0.477308890203395286 +75783 gsa_html_1766967821 gsa_html_1766967821:11:436:455 Wilcox Mexico -0.0331440604270269723 +75784 palaios_html_1574666570 palaios_html_1574666570:63:6370:6382 Arkona Ausable River (New York) -0.0457352112838256136 +75785 sedimentology_html_1930822610 sedimentology_html_1930822610:1293:89962:89980 Morrison Logan, Utah -0.434637853624058046 +75786 cspg_html_5456368738 cspg_html_5456368738:91:9853:9870 Nahanni Root River (Wisconsin) -0.467071222132578012 +75787 aapg_ad_823.html aapg_ad_823.html:118:12383:12391 Kiamichi West Texas 0.044526351904245004 +75788 cspg_html_9683836416 cspg_html_9683836416:190:31408:31418 Bow Island Lethbridge -0.067608196951884289 +75789 cspg_html_5241714595 cspg_html_5241714595:8:814:833 Keg River Regina, Saskatchewan -0.011024723133422322 +75790 aapg_ac_720.html aapg_ac_720.html:55:7333:7341 Navesink Mullica Hill, New Jersey -0.446052041434467972 +75791 AMJC_html_6759408618 AMJC_html_6759408618:536:52427:52448 Jacksonburg Pennsylvania -0.0318915382493003205 +75792 aapg_ae_182.html aapg_ae_182.html:316:32869:32874 Sligo Bellevue, Nebraska -0.457430856722515267 +75793 aapg_ae_324.html aapg_ae_324.html:704:71701:71708 Holston Knoxville, Tennessee -0.0650501069612166166 +75794 palaios_html_2413654173 palaios_html_2413654173:1070:89435:89453 Judith River Canada -0.459837454744856933 +75795 cspg_html_8568877195 cspg_html_8568877195:605:76036:76057 Belly River Lacombe, Alberta -0.438246604154488462 +75796 gsa_html_6263927481 gsa_html_6263927481:489:47419:47425 Oregon Salem, Oregon -0.0389492941804812226 +75797 geology_html_3361075464 geology_html_3361075464:13:637:646 San Diego La Jolla -0.451740527107044376 +75798 palaios_html_3185775528 palaios_html_3185775528:36:3829:3835 Lisbon Portugal -0.480667710196792775 +75799 cspg_html_6383234409 cspg_html_6383234409:161:17410:17430 Bird Fiord Ellesmere Island -0.482688821665931855 +75800 cspg_html_5891044027 cspg_html_5891044027:16:2975:2992 Creston Purcell Mountains -0.0265836451265893982 +75801 aapg_ac_557.html aapg_ac_557.html:488:55327:55335 Virginia Middle Ordovician -0.439103236963543697 +75802 aapg_ac_575.html aapg_ac_575.html:527:79199:79216 Thaynes Moenkopi Formation -0.440300736461396947 +75803 gsa_html_3225734041 gsa_html_3225734041:869:75963:75980 Wissahickon Pennsylvania -0.455536877615232372 +75804 aapg_ac_491.html aapg_ac_491.html:29:5108:5117 La Casita El Salvador -0.000364807386249416544 +75805 aapg_af_168.html aapg_af_168.html:28:4668:4673 Sespe South Mountains (Arizona) -0.433376961451207021 +75806 sedimentology_html_5746467239 sedimentology_html_5746467239:1937:125361:125365 Hall London, Ontario -0.469070208322842297 +75807 gsa_html_8955900843 gsa_html_8955900843:861:75490:75500 Washington Seattle -0.457501080653503367 +75808 aapg_ad_280.html aapg_ad_280.html:33:5518:5535 Haynesville Upshur County, West Virginia -0.450422402561976354 +75809 geology_html_3231018979 geology_html_3231018979:271:21404:21423 Deadwood Lacombe, Alberta -0.0757780212851311974 +75810 aapg_aa_158.html aapg_aa_158.html:273:24813:24831 Cloverly Cheyenne, Wyoming 0.518528879745513205 +75811 aapg_ad_557.html aapg_ad_557.html:11559:679419:679445 Buckner Alabama -0.433370341259820213 +75812 aapg_ah_828.html aapg_ah_828.html:544:52764:52785 Sundance Mexico 0.0225814504864119726 +75813 aapg_ac_65.html aapg_ac_65.html:887:71854:71862 Colorado Kokomo, Indiana -0.0557529959153640342 +75814 jgeology_html_5515502227 jgeology_html_5515502227:85:3553:3559 Oregon Salem, Oregon -0.46168136305604579 +75815 aapg_aa_124.html aapg_aa_124.html:591:61242:61262 Bow Island Lacombe, Alberta -0.128987274883088338 +75816 aapg_ad_660.html aapg_ad_660.html:356:46409:46419 San Andres Western world -0.00274648745693117794 +75817 cspg_html_3233680622 cspg_html_3233680622:634:74700:74716 Kanguk Bathurst Island (Northern Territory) -0.0500164465946093956 +75818 cspg_html_9735723617 cspg_html_9735723617:454:58397:58419 Weatherall Melville Island (Canada) -0.424249874232666135 +75819 sedimentology_html_3059129672 sedimentology_html_3059129672:897:51209:51239 Elk Rainbow Basin -0.00425264554680848412 +75820 gsa_html_5737673651 gsa_html_5737673651:427:37426:37442 Chinle Arizona -0.459083706416541504 +75821 geology_html_9924482358 geology_html_9924482358:278:25650:25678 Green River Cheyenne, Wyoming -0.433387995206966137 +75822 aapg_ae_697.html aapg_ae_697.html:511:55239:55244 Keele England -0.0482597604774050865 +75823 aapg_ad_918.html aapg_ad_918.html:65:9310:9333 Niobrara Mancos, Colorado -0.43500473536893014 +75824 aapg_af_551.html aapg_af_551.html:39:4192:4213 Lake Valley Burlington, Ontario -0.443715087361728711 +75825 aapg_ad_659.html aapg_ad_659.html:136:18522:18544 Solor Church Austin, Chicago -0.0791680290371748058 +75826 aapg_ae_147.html aapg_ae_147.html:116:12924:12945 Saugus California -0.035868779002919772 +75827 cspg_html_7281679890 cspg_html_7281679890:525:83472:83481 Porcupine Cairns, Queensland -0.0776583441323688423 +75828 cspg_html_3962754176 cspg_html_3962754176:713:75862:75882 Clearwater Lacombe, Alberta -0.0462769907326050153 +75829 cspg_html_7989435905 cspg_html_7989435905:163:17970:17983 Brazeau Lacombe, Alberta -0.444871652179790411 +75830 aapg_ai_975.html aapg_ai_975.html:287:28342:28347 Sligo County Sligo -0.491075466427918716 +75831 aapg_ac_702.html aapg_ac_702.html:362:37953:37958 Oread Topeka, Kansas -0.449575401198261781 +75832 aapg_aa_797.html aapg_aa_797.html:444:55794:55819 Elephant Canyon Logan, Utah -0.469093158774920749 +75833 aapg_ai_72.html aapg_ai_72.html:121:9694:9698 Frio Texas -0.458641287983651336 +75834 aapg_ah_301.html aapg_ah_301.html:707:82967:82974 Honaker Maryville, Missouri -0.507022414920169306 +75835 aapg_af_81.html aapg_af_81.html:113:11303:11310 Pioneer Wasatch Range -0.481230723565142238 +75836 aapg_ad_801.html aapg_ad_801.html:421:42131:42137 Midway Mississippi River -0.484534784604727431 +75837 aapg_ai_548.html aapg_ai_548.html:72:7090:7107 Plattin Jefferson County, Colorado -0.0165121278486362495 +75838 aapg_aa_960.html aapg_aa_960.html:372:29540:29557 Entrada Entrada Sandstone 0.00626784675463567306 +75839 aapg_ak_54.html aapg_ak_54.html:49:6452:6464 Sligo Mississippi River 0.368185680357442868 +75840 AMJC_html_3664856625 AMJC_html_3664856625:588:60604:60623 Paskapoo Lacombe, Alberta -0.0669266259942419561 +75841 jgeology_html_6981471550 jgeology_html_6981471550:406:31243:31252 Brunswick Melbourne, Florida -0.474438560215669658 +75842 aapg_ah_121.html aapg_ah_121.html:53:4986:4993 Cypress Harrodsburg, Indiana -0.431344541193885822 +75843 aapg_aa_269.html aapg_aa_269.html:208:26465:26484 Wapanucka Ouachita Mountains -0.463332970234029085 +75844 gsa_html_4432793908 gsa_html_4432793908:173:20568:20588 Sheep Pass Reno, Nevada -0.0261715541385612628 +75845 aapg_af_14.html aapg_af_14.html:784:68233:68256 Rock Springs Cheyenne, Wyoming -0.484077007932315562 +75846 aapg_af_248.html aapg_af_248.html:111:9844:9858 Midway Texas -0.040359343442637502 +76704 aapg_ai_1.html aapg_ai_1.html:31:3627:3634 Paradox Colorado -0.469152832749018645 +75847 palaios_html_2789168639 palaios_html_2789168639:484:46783:46791 Colorado New York State Museum -0.0684611516043481111 +75848 aapg_aa_423.html aapg_aa_423.html:37:4545:4548 Abo New Mexico -0.0109239507284224872 +75849 aapg_aa_426.html aapg_aa_426.html:224:50277:50282 Eutaw Selma to Montgomery marches -0.4666728827749555 +75850 gsa_html_2818240758 gsa_html_2818240758:30:2837:2865 Green River Iran -0.14778434265085344 +75851 aapg_ac_230.html aapg_ac_230.html:242:26471:26477 Perija Western world -0.25014893102918534 +75852 gsa_html_1662492421 gsa_html_1662492421:354:29455:29465 West Point Seattle -0.514685883065500116 +75853 AMJC_html_4299960498 AMJC_html_4299960498:813:92225:92235 Washington Ellensburg, Washington -0.0344245588872295546 +75854 jgeology_html_2872695575 jgeology_html_2872695575:104:4151:4185 Sewanee Conglomerate Knoxville, Tennessee -0.0465034686644063416 +75855 aapg_af_488.html aapg_af_488.html:340:32886:32894 Colorado Denver -0.507910695830472214 +75856 aapg_ae_370.html aapg_ae_370.html:642:63829:63836 Cowlitz Salem, Oregon -0.495853839651622219 +75857 aapg_ai_958.html aapg_ai_958.html:135:13976:13982 Goliad Goliad County, Texas -0.468317764612058318 +75858 palaios_html_3105248303 palaios_html_3105248303:207:21951:21972 Clays Ferry Kentucky -0.256152080679227345 +75859 aapg_ah_972.html aapg_ah_972.html:343:34064:34075 Bluff Trinity County, Texas -0.452927573923113447 +75860 gsa_html_3648282067 gsa_html_3648282067:273:22008:22036 Green River Colorado -0.0209613827792686502 +75861 aapg_ah_387.html aapg_ah_387.html:2451:265851:265860 Knoxville Knoxville, Illinois -0.0647636159228875408 +75862 aapg_ai_1.html aapg_ai_1.html:169:15132:15147 Molas Hermosa, Chicago -0.486759414723522799 +75863 aapg_ae_467.html aapg_ae_467.html:654:51128:51141 Detroit River Kawkawlin River -0.0120637391733475121 +75864 aapg_ad_660.html aapg_ad_660.html:468:64174:64193 Grayburg New Mexico -0.454041701910604445 +75865 sedimentology_html_3464809003 sedimentology_html_3464809003:1186:68208:68232 Salado New Mexico -0.49729928854529093 +75866 aapg_ai_583.html aapg_ai_583.html:31:5354:5372 Sundance Boise, Idaho 0.876762639953119871 +75867 geology_html_2350878941 geology_html_2350878941:335:25484:25492 Colorado Denver -0.0563112094221221299 +75868 aapg_aa_877.html aapg_aa_877.html:990:115529:115535 Casper Cheyenne, Wyoming -0.434978208988435311 +75869 sedimentology_html_4369226882 sedimentology_html_4369226882:1170:88140:88144 Hall London, Ontario -0.508915364509116785 +75870 aapg_ad_30.html aapg_ad_30.html:137:10928:10939 Honey Creek Gasconade River -0.484310536940914471 +75871 cspg_html_4915680223 cspg_html_4915680223:23:2521:2536 Douro Devon Island -0.00998573864189263374 +75872 cspg_html_7665357428 cspg_html_7665357428:167:17655:17661 Denver Colorado -0.0957694391897325886 +75873 aapg_ae_546.html aapg_ae_546.html:5:991:1031 Cotton Valley East Texas -0.23238012866369423 +75874 aapg_ah_464.html aapg_ah_464.html:34:5981:5991 Pottsville Missouri River -0.39636496011628114 +75875 aapg_ae_544.html aapg_ae_544.html:7:1168:1190 Judith River Niobrara, Nebraska -0.416311624568161565 +75876 AMJC_html_5969956211 AMJC_html_5969956211:1764:195544:195563 Pinyon Conglomerate Cheyenne, Wyoming -0.468384265774498543 +75877 cspg_html_1565769407 cspg_html_1565769407:138:19025:19042 Cumberland Riversdale, New Zealand -0.470262127852539125 +75878 aapg_ae_147.html aapg_ae_147.html:173:19554:19560 Modelo South Mountains (Arizona) -0.454089094007790295 +75879 aapg_ad_351.html aapg_ad_351.html:16:1848:1868 Keokuk Springfield, Illinois -0.0472404368937096517 +75880 gsa_html_6105070212 gsa_html_6105070212:1003:105731:105741 Santa Cruz California -0.476172115937115059 +75881 aapg_aa_458.html aapg_aa_458.html:157:22819:22825 Oregon Washington (state) -0.463478914486847693 +75882 aapg_ac_612.html aapg_ac_612.html:241:25287:25294 Entrada Exeter, New Hampshire -0.455387700672750584 +75883 geology_html_4129066248 geology_html_4129066248:142:18505:18523 Fillmore Logan, Utah -0.263019290112922854 +75884 aapg_af_880.html aapg_af_880.html:586:90886:90894 Toroweap Kaibab, Arizona -0.447357152169087058 +75885 gsa_html_6457388516 gsa_html_6457388516:764:63755:63783 Green River Colorado -0.0218513582866363479 +75886 aapg_ah_10.html aapg_ah_10.html:206:31228:31254 Vedder Kern River Preserve -0.473508484055372547 +75887 cspg_html_2734588863 cspg_html_2734588863:96:10595:10605 Milk River Colorado -0.0186775409744464604 +75888 AMJC_html_6341723617 AMJC_html_6341723617:752:65827:65855 Green River Colorado -0.0410714115890523021 +75889 aapg_ac_215.html aapg_ac_215.html:58:7397:7424 Bakken Englewood, New Jersey 0.725845927002743752 +75890 aapg_ae_765.html aapg_ae_765.html:208:25839:25860 Green River Logan, Utah -0.451875596518584666 +75891 aapg_ae_31.html aapg_ae_31.html:151:17606:17626 Batesville Arkansas 0.0251700652752691496 +75892 gsa_html_4280273880 gsa_html_4280273880:834:69862:69890 Green River Colorado -0.0098536958986005091 +75893 cspg_html_8267847427 cspg_html_8267847427:460:55829:55861 Provincial Canada -0.476449805414249639 +75894 gsa_html_3860045860 gsa_html_3860045860:71:7528:7534 Eugene Salem, Oregon -0.0492217054882720523 +75895 sedimentology_html_5773396915 sedimentology_html_5773396915:465:27604:27609 Pearl Mekong Delta -0.428789280868512646 +75896 cspg_html_5170528958 cspg_html_5170528958:172:26854:26872 Grosmont Western Canadian Sedimentary Basin -0.0429920100127147015 +75897 cspg_html_4115156925 cspg_html_4115156925:329:37478:37508 Doig Lacombe, Alberta -0.487748436810089392 +75898 sedimentology_html_3417381350 sedimentology_html_3417381350:403:28857:28877 Jalama Lompoc, California -0.0474930775226503829 +75899 aapg_ad_942.html aapg_ad_942.html:164:15520:15539 Keg River Lacombe, Alberta -0.456844361180692826 +75900 geology_html_9172071766 geology_html_9172071766:182:15187:15203 Navajo Mesa, Arizona -0.478307979059971577 +75901 gsa_html_7304754451 gsa_html_7304754451:877:75990:75996 Cooper San Francisco -0.512593572881881343 +75902 geology_html_8086230553 geology_html_8086230553:282:21730:21749 Fox Hills Cheyenne, Wyoming -0.433387995206966137 +75903 gsa_html_7127096507 gsa_html_7127096507:96:11011:11045 German Rancho Gualala, California -0.488743302412917968 +75904 geology_html_4675652536 geology_html_4675652536:247:22055:22060 Gates Virginia -0.0153756304706319062 +75905 aapg_aa_202.html aapg_aa_202.html:213:22125:22132 Oceanic Bering Sea -0.454034931813569353 +75906 aapg_af_133.html aapg_af_133.html:21:2325:2335 Cabot Head Middle East -0.468088488699643923 +75907 gsa_html_6695423429 gsa_html_6695423429:835:63611:63639 Green River Iran -0.0207284668430632625 +75908 aapg_ad_351.html aapg_ad_351.html:416:38634:38653 Northview Sedalia, Missouri -0.448282824521055501 +75909 palaios_html_6944542452 palaios_html_6944542452:501:45140:45153 Lee Kentucky 0.00815629009485507872 +75910 aapg_aa_787.html aapg_aa_787.html:373:42346:42352 Provo Texas -0.0493785557228638358 +75911 palaios_html_5398833984 palaios_html_5398833984:664:81697:81715 Dunvegan Calgary 0.00787310598054951315 +75912 cspg_html_1188455526 cspg_html_1188455526:197:30975:30990 Savik Ellesmere Island -0.0230751498951462693 +75914 jgeology_html_6399321011 jgeology_html_6399321011:80:3384:3424 Russell California -0.0253108955429122949 +75915 aapg_af_575.html aapg_af_575.html:966:138182:138192 San Andres West Texas -0.427062550198528901 +75916 aapg_ae_846.html aapg_ae_846.html:166:16576:16593 Dakota Catron County, New Mexico -0.408411716790418711 +75917 aapg_ah_182.html aapg_ah_182.html:63:6932:6949 Martinsburg Closter, New Jersey 0.849366359079607669 +75918 aapg_ae_349.html aapg_ae_349.html:702:80700:80709 Maquoketa Barton County, Kansas -0.507048809502615661 +75919 aapg_ah_224.html aapg_ah_224.html:51:5145:5153 Caballos Pecos County, Texas -0.478642038078168519 +75920 aapg_ah_203.html aapg_ah_203.html:488:77532:77540 Michigan New Mexico -0.448282824521055501 +75921 cspg_html_3501550466 cspg_html_3501550466:408:57478:57503 Grosmont Williston Basin -0.477130519718023338 +75922 aapg_ad_784.html aapg_ad_784.html:67:8810:8815 Sespe Simi Valley, California -0.40038656628078334 +75923 cspg_html_9843429624 cspg_html_9843429624:28:3833:3851 Redknife Victoria, British Columbia -0.0165677377021119406 +75924 aapg_ae_791.html aapg_ae_791.html:12:1823:1836 Carlin Canyon Reno, Nevada -0.0194666001171388929 +75925 aapg_ac_635.html aapg_ac_635.html:203:20948:20967 Hornbrook Siskiyou County, California -0.46326000708216164 +75926 cspg_html_4298557570 cspg_html_4298557570:50:7807:7823 Battle Drumheller 0.0177738105841577579 +75927 aapg_ae_254.html aapg_ae_254.html:33:3023:3031 Woodbine Paluxy, Texas -0.429938515402492283 +75928 palaios_html_7179643765 palaios_html_7179643765:277:29026:29037 La Luna Venezuela 0.456699494496041858 +75929 jgeology_html_8064855537 jgeology_html_8064855537:295:21000:21024 Cedar Mountain Logan, Utah -0.496867763222673786 +75930 cspg_html_1019614994 cspg_html_1019614994:482:82846:82862 Exshaw Lacombe, Alberta -0.438450704245630596 +75931 aapg_ad_0.html aapg_ad_0.html:91:10110:10121 Trempealeau Munising, Michigan -0.0273835184878958443 +75932 geology_html_7368882691 geology_html_7368882691:238:20587:20594 Potsdam China -0.452055720301517416 +75933 aapg_ah_387.html aapg_ah_387.html:349:34797:34806 Knoxville Central Valley (California) -0.0451203085338412122 +75934 cspg_html_5875826141 cspg_html_5875826141:6:364:379 Elk Lacombe, Alberta -0.492225096233327442 +75935 cspg_html_3740794265 cspg_html_3740794265:437:45074:45082 Colorado Denver -0.021507182733615033 +75936 aapg_ai_594.html aapg_ai_594.html:365:37084:37103 Fish Haven Dolomite Logan, Utah 0.749321262907754471 +75937 cspg_html_3850954719 cspg_html_3850954719:412:48966:48983 Cardium Lacombe, Alberta -0.438031460031225395 +75938 aapg_ae_682.html aapg_ae_682.html:277:35086:35105 Red River Kirkwood, Missouri -0.0205424838715731368 +75939 aapg_ad_763.html aapg_ad_763.html:110:12134:12143 Jacalitos Tulare, California -0.496469628762517878 +75940 jgeology_html_6777789707 jgeology_html_6777789707:835:37224:37230 Thrifty London, Ontario -0.479893584862882694 +75941 gsa_html_8951179545 gsa_html_8951179545:121:14444:14456 Wilcox Texas 0.945625272725955979 +75942 aapg_af_575.html aapg_af_575.html:469:64806:64816 Kinderhook Arkansas -0.0497236375773617706 +75943 aapg_ah_411.html aapg_ah_411.html:27:4389:4403 Colorado Lacombe, Alberta -0.461526610478465105 +75944 gsa_html_6143207195 gsa_html_6143207195:28:1457:1465 Colorado Denver -0.0243268497329823634 +75945 aapg_aa_233.html aapg_aa_233.html:562:57654:57660 Cupido Matamoros, Tamaulipas -0.501903390372201885 +75946 cspg_html_6032369756 cspg_html_6032369756:357:41981:41991 Washington California -0.471695028578207554 +75947 jgeology_html_1198140108 jgeology_html_1198140108:1241:69858:69871 Sandia New Mexico -0.450422402561976354 +75948 gsa_html_3556551590 gsa_html_3556551590:813:70778:70806 Green River Iran -0.42326902375045744 +75949 aapg_ai_863.html aapg_ai_863.html:67:9505:9511 Reklaw Leon County, Florida -0.45295011354581094 +75950 gsa_html_9569209726 gsa_html_9569209726:829:79153:79163 Washington Snohomish, Washington -0.493772964396431202 +75951 cspg_html_9361096527 cspg_html_9361096527:30:6477:6508 Judith River Regina, Saskatchewan -0.452977161832460395 +75952 gsa_html_1783705204 gsa_html_1783705204:16:847:855 Colorado Denver -0.470262127852539125 +75953 aapg_ad_2.html aapg_ad_2.html:1096:149970:149988 Beekmantown Lancaster, California -0.0332258270255799612 +75954 aapg_ah_318.html aapg_ah_318.html:1258:126750:126769 Smackover Arkansas -0.0158535088155795055 +75955 gsa_html_4436750846 gsa_html_4436750846:25:1828:1841 Santa Barbara California -0.400548702578554128 +75956 aapg_ai_159.html aapg_ai_159.html:220:25488:25505 Caimito Culebra, Puerto Rico -0.0170838731942537375 +75957 palaios_html_8474347362 palaios_html_8474347362:369:48938:48969 Kope Ohio -0.432249992487968249 +75958 gsa_html_1130947011 gsa_html_1130947011:101:11920:11931 Platteville Kentucky 0.388767548004293917 +75959 gsa_html_2361725345 gsa_html_2361725345:15:1039:1049 Washington Washington (state) -0.478349729395822987 +75960 aapg_ah_612.html aapg_ah_612.html:189:17934:17942 Columbia Victoria, British Columbia -0.0113965411474177668 +75961 geology_html_7830002439 geology_html_7830002439:224:20099:20112 Santa Barbara California -0.0315018919631344582 +75962 aapg_af_11.html aapg_af_11.html:528:53156:53164 Colorado Ouray, Colorado -0.0436450734068527316 +75963 gsa_html_2207983619 gsa_html_2207983619:19:1157:1163 Cupido Coahuila -0.530511916546461348 +75964 cspg_html_8207916783 cspg_html_8207916783:140:21070:21076 Viking Lacombe, Alberta -0.0140376196944260508 +75965 aapg_ac_984.html aapg_ac_984.html:355:30849:30854 Salem Mattoon, Illinois -0.424724275346869462 +75966 aapg_ad_2.html aapg_ad_2.html:1393:190563:190574 Martinsburg Chambersburg, Pennsylvania -0.482688821665931855 +75967 aapg_ae_3.html aapg_ae_3.html:226:31942:31949 Madison Cheyenne, Wyoming -0.0354494130936665666 +75968 aapg_ak_116.html aapg_ak_116.html:506:45499:45504 Stark Caroline Island -0.0506509051785974038 +75969 jgeology_html_8828401378 jgeology_html_8828401378:197:11342:11348 Provo England -0.473695342935840036 +75970 aapg_ae_725.html aapg_ae_725.html:690:65396:65414 Frontier Cheyenne, Wyoming -0.0102706745632111761 +75971 aapg_af_397.html aapg_af_397.html:276:33774:33786 Entrada Entrada Sandstone 0.970246457590153044 +75972 cspg_html_4072152826 cspg_html_4072152826:570:75014:75022 Columbia Victoria, British Columbia -0.0241616892206824377 +75973 palaios_html_1262064602 palaios_html_1262064602:834:86663:86669 Denver Chinle Formation -0.456337429672799166 +75974 aapg_ac_781.html aapg_ac_781.html:7:278:291 Barnett Lower Greenville, Dallas, Texas 0.00736581097593620986 +75975 cspg_html_9735723617 cspg_html_9735723617:1172:118203:118223 Weatherall Melville Island (Canada) 0.282309793879684912 +75976 aapg_af_854.html aapg_af_854.html:550:74651:74666 Salem Kentucky -0.468446185157666672 +75977 aapg_ai_932.html aapg_ai_932.html:445:69630:69639 Point Sal Monterey, California -0.441998542726141919 +75978 aapg_ad_194.html aapg_ad_194.html:221:25222:25237 Notch Peak Dolomite Middle East -0.436819151869522138 +75979 cspg_html_9735723617 cspg_html_9735723617:511:63473:63481 Bathurst Ellesmere Island -0.49526215931685702 +75980 aapg_ae_73.html aapg_ae_73.html:460:60994:61002 Niobrara Niobrara, Nebraska 0.0215714978510087967 +75981 gsa_html_8711318590 gsa_html_8711318590:29:2796:2824 Green River Colorado 0.00786094473747839077 +75982 cspg_html_3187844923 cspg_html_3187844923:286:41920:41964 Sustut Victoria, British Columbia -0.47735290933611807 +75983 gsa_html_3833278026 gsa_html_3833278026:400:34593:34597 Hall London, Ontario -0.0642448233953223369 +75984 aapg_ae_973.html aapg_ae_973.html:766:58540:58548 Grayburg Texas 0.0379606416920176618 +75985 aapg_aa_918.html aapg_aa_918.html:1311:137946:137957 Doxey Texas 0.00876088537103020606 +75986 palaios_html_4940783464 palaios_html_4940783464:356:38100:38126 Yakataga Anchorage, Alaska 0.00145054491803285547 +75987 jgeology_html_4305195651 jgeology_html_4305195651:594:74231:74249 Catskill Beaumont, Texas -0.445989406971527558 +75988 cspg_html_7310162886 cspg_html_7310162886:234:31830:31836 Kingak Spring River (Missouri) -0.0523384112455297576 +75989 aapg_af_892.html aapg_af_892.html:235:21322:21329 Savanna Lampasas, Texas -0.468015132988553406 +75990 geology_html_4129066248 geology_html_4129066248:34:3114:3122 Fillmore Boise, Idaho -0.245502969653372843 +75991 sedimentology_html_9633602572 sedimentology_html_9633602572:1686:79465:79484 Swan Hills Lacombe, Alberta -0.489250567816489013 +75992 aapg_aa_407.html aapg_aa_407.html:438:31287:31294 Paradox Dolores River -0.455658949817136283 +75993 AMJC_html_7743907070 AMJC_html_7743907070:3422:272042:272052 Sunderland Cambridge, Massachusetts -0.0345393934196406502 +75994 jgeology_html_3517640817 jgeology_html_3517640817:58:2537:2546 Peninsula Korea -0.460964719996515115 +75995 gsa_html_2877730818 gsa_html_2877730818:1135:94955:94971 Noonday Dolomite California -0.0609008291312744185 +75996 aapg_af_786.html aapg_af_786.html:590:35508:35517 Domengine California -0.458180950614220484 +75997 aapg_af_308.html aapg_af_308.html:380:44345:44362 Pocono Greenbrier (Great Smoky Mountains) -0.0294721058156958669 +75998 aapg_ad_49.html aapg_ad_49.html:79:8629:8645 Umpqua California -0.538647387456950844 +75999 aapg_ae_28.html aapg_ae_28.html:994:71273:71282 Maquoketa Illinois -0.0183873001701448657 +76000 aapg_ad_983.html aapg_ad_983.html:244:21214:21233 Tuscarora Monongalia County, West Virginia -0.447803061502488831 +76001 aapg_ah_4.html aapg_ah_4.html:367:54632:54639 Yaquina Peru, Indiana -0.441321717841106853 +76002 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11612:11623 Supai Supai, Arizona -0.01223054087335982 +76003 aapg_ac_414.html aapg_ac_414.html:182:21793:21799 Concha Arizona -0.027056608189623254 +76004 aapg_ai_583.html aapg_ai_583.html:255:31899:31913 Sundance Newcastle, New South Wales -0.0045966157065965357 +76005 gsa_html_2023933346 gsa_html_2023933346:114:11635:11650 Sespe Santiago -0.482597909534674852 +76006 jgeology_html_8088445472 jgeology_html_8088445472:256:16862:16879 Manlius Schoharie Creek -0.50210373062480862 +76007 gsa_html_4820340337 gsa_html_4820340337:261:22227:22254 Johnnie Reno, Nevada -0.463253167093327645 +76008 aapg_ai_136.html aapg_ai_136.html:114:8171:8178 Hosston Rodessa, Louisiana -0.45230795361337589 +76009 aapg_ad_835.html aapg_ad_835.html:1701:101433:101452 La Quinta Venezuela -0.0191815618988117366 +76010 aapg_af_280.html aapg_af_280.html:64:8760:8768 Colorado Tonga -0.449575401198261781 +76011 aapg_ai_38.html aapg_ai_38.html:56:5737:5755 Niobrara Niobrara, Nebraska -0.423164225946506323 +76012 aapg_ah_189.html aapg_ah_189.html:111:12717:12728 Trempealeau Sparks, Nevada -0.457840951353905012 +76013 sedimentology_html_5372057865 sedimentology_html_5372057865:1028:80713:80723 Washington Snohomish, Washington -0.474808096218428344 +76014 aapg_af_188.html aapg_af_188.html:238:27623:27643 Telegraph Creek Colorado 0.0372453225457309162 +76015 cspg_html_2536163557 cspg_html_2536163557:666:92476:92500 Gog Victoria, British Columbia -0.0269922703660798423 +76016 palaios_html_5921824758 palaios_html_5921824758:473:38619:38638 Chuckanut Washington (state) -0.488806694061501346 +76017 gsa_html_1040524378 gsa_html_1040524378:515:62758:62775 Wasatch Cheyenne, Wyoming -0.449135360797609628 +76018 cspg_html_6038396142 cspg_html_6038396142:11:1163:1175 Black Island Regina, Saskatchewan 0.567781687839806981 +76019 gsa_html_1130947011 gsa_html_1130947011:101:11848:11859 Black River Kentucky -0.0270600859182637335 +76020 aapg_ai_31.html aapg_ai_31.html:492:46109:46118 Catahoula Oakville, California -0.0209266190161632587 +76021 gsa_html_5924250698 gsa_html_5924250698:705:66301:66320 Bidahochi Colorado Plateau -0.486857796887406991 +76022 aapg_ah_978.html aapg_ah_978.html:216:21494:21503 Etchegoin Coalinga, California -0.451270191944311616 +76023 aapg_ae_185.html aapg_ae_185.html:329:28442:28453 Haynesville Sarepta, Louisiana 0.00421268950566507355 +76024 aapg_ac_920.html aapg_ac_920.html:37:5770:5797 Pequop Kaibab, Arizona -0.475473655949527896 +76025 cspg_html_4541662139 cspg_html_4541662139:52:7337:7349 Wapsipinicon Illinois -0.484920347334282464 +76026 geology_html_2872688187 geology_html_2872688187:280:27937:27945 Victoria Indonesia -0.43797158338019293 +76027 cspg_html_9717154602 cspg_html_9717154602:945:82075:82092 Bearpaw Lacombe, Alberta -0.415254330132500793 +76028 cspg_html_6143853630 cspg_html_6143853630:348:30836:30843 Halifax Calgary -0.486682122398052641 +76029 gsa_html_1166388813 gsa_html_1166388813:67:6522:6531 Extension Atlantic Ocean -0.040244442684913409 +76030 aapg_ac_251.html aapg_ac_251.html:821:88986:89020 Franconia Wisconsin -0.459149520620870666 +76031 aapg_aa_233.html aapg_aa_233.html:199:20084:20090 Sierra Matamoros, Tamaulipas -0.459458231015011043 +76032 geology_html_9849574053 geology_html_9849574053:307:23896:23902 Thrifty London, Ontario -0.44721379024503416 +76033 geology_html_9958752318 geology_html_9958752318:277:23217:23227 Washington Salem, Oregon -0.0220234486290734922 +76034 sedimentology_html_9860745508 sedimentology_html_9860745508:446:35657:35663 Taylor London, Ontario -0.0770735112777767711 +76035 cspg_html_7678714791 cspg_html_7678714791:508:62258:62280 Sokoman Quebec City -0.463697875765281653 +76036 aapg_ah_165.html aapg_ah_165.html:236:31710:31732 Cooking Lake Southern Alberta -0.42366648599621326 +76037 aapg_ae_63.html aapg_ae_63.html:118:12382:12401 Jefferson Logan, Utah -0.452887004013691252 +76038 gsa_html_1040524378 gsa_html_1040524378:51:7132:7139 Challis Boise, Idaho -0.446186272521599148 +76039 cspg_html_1058139432 cspg_html_1058139432:573:72732:72748 Viking Lacombe, Alberta -0.440280728439214952 +76040 sedimentology_html_7770460326 sedimentology_html_7770460326:252:23226:23237 Santa Clara Carlsbad, New Mexico 0.00438467433341639505 +76041 cspg_html_1662483356 cspg_html_1662483356:244:23580:23587 Cardium Western world 0.00361335093326647754 +76042 cspg_html_2659248847 cspg_html_2659248847:716:69013:69048 Allen Bay Canada -0.0125432965018171631 +76043 aapg_ac_424.html aapg_ac_424.html:25:4762:4771 Catahoula Texas -0.487108488377389182 +76044 cspg_html_6984906794 cspg_html_6984906794:14:2302:2317 Colorado Canada -0.46878567237532498 +76045 cspg_html_4048108956 cspg_html_4048108956:368:47953:47966 Sustut Victoria, British Columbia -0.4381734052234173 +76046 gsa_html_5158209975 gsa_html_5158209975:9:292:297 Rapid Mississippi River -0.483407132229491276 +76047 aapg_ae_745.html aapg_ae_745.html:528:64903:64919 Comox Gulf Islands -0.0156223882901486526 +76048 aapg_ah_416.html aapg_ah_416.html:126:11479:11489 Milk River Milk River, Alberta -0.479521879225688563 +76049 aapg_ah_48.html aapg_ah_48.html:89:11875:11892 Fall River Black Hills -0.4506269691264706 +76050 aapg_ah_645.html aapg_ah_645.html:527:64411:64418 Rierdon Williston, Vermont -0.450725896910529999 +76051 cspg_html_9735723617 cspg_html_9735723617:452:58251:58278 Robertson Melville Island (Canada) -0.494585786210081368 +76052 aapg_ai_107.html aapg_ai_107.html:555:45881:45889 Dorcheat Ellis County, Kansas -0.0473502039075794148 +76053 gsa_html_4181975259 gsa_html_4181975259:489:47479:47489 Washington California -0.0377274176775576064 +76054 cspg_html_3102530088 cspg_html_3102530088:315:37711:37731 Milk River Red Deer, Alberta -0.48663294001243923 +76055 aapg_ad_880.html aapg_ad_880.html:263:27433:27456 Gypsum Spring Spearfish, South Dakota -0.031171398356582336 +76056 geology_html_8953766677 geology_html_8953766677:36:3522:3540 Palliser Earth -0.458262569586093849 +76057 palaios_html_2449649505 palaios_html_2449649505:791:79313:79329 Chinle New Mexico -0.0435562539048757053 +76058 cspg_html_4287356899 cspg_html_4287356899:1556:217487:217506 Tahkandit Anchorage, Alaska 0.222573419910049863 +76059 aapg_ah_96.html aapg_ah_96.html:244:28096:28105 Red River Black Hills -0.561176500628002617 +76060 palaios_html_3706035501 palaios_html_3706035501:201:29486:29501 Brule Badlands National Park -0.424217090203684033 +76061 aapg_af_663.html aapg_af_663.html:801:75897:75913 Hertha Iowa -0.481575226969792936 +76062 cspg_html_4659384530 cspg_html_4659384530:59:7376:7397 Slave Point Swan Hill, Victoria 0.0237148952918511575 +76063 aapg_af_109.html aapg_af_109.html:19:3106:3115 Big River Sauk Village, Illinois -0.48878086726465575 +76064 aapg_ae_843.html aapg_ae_843.html:117:10937:10944 Laramie Cheyenne, Wyoming 0.000792153354614578671 +76065 palaios_html_6409863909 palaios_html_6409863909:39:4420:4439 Fairview Netherlands -0.00837345699819263926 +76066 cspg_html_5241714595 cspg_html_5241714595:188:28671:28706 Winnipegosis Williston Basin -0.452112016307883446 +76067 sedimentology_html_3907918417 sedimentology_html_3907918417:38:4048:4066 Dunvegan Canada -0.471099044200062878 +76068 cspg_html_8089302449 cspg_html_8089302449:325:56080:56100 Dawson Bay Lacombe, Alberta -0.440245159686024512 +76069 cspg_html_3023030263 cspg_html_3023030263:527:57928:57936 Colorado Denver -0.470262127852539125 +76070 aapg_ac_103.html aapg_ac_103.html:19:3555:3563 Crescent Clallam County, Washington -0.0386046469573407755 +76071 aapg_ah_978.html aapg_ah_978.html:719:67304:67311 Temblor Coalinga, California 0.832633765276690863 +76072 gsa_html_6330913937 gsa_html_6330913937:1049:95754:95762 Rockwell Southern California -0.0408537810405160198 +76073 aapg_ah_972.html aapg_ah_972.html:1342:92092:92100 Whitsett Texas -0.0263297817646035749 +76074 aapg_ae_584.html aapg_ae_584.html:537:50281:50294 Mount Shields Boise, Idaho -0.0334398147432133225 +76075 gsa_html_8837971374 gsa_html_8837971374:793:89077:89096 Bathurst New Brunswick, New Jersey -0.460946527021081187 +76076 geology_html_3107749784 geology_html_3107749784:16:1050:1058 Colorado Denver -0.466718659783226908 +76077 aapg_ad_820.html aapg_ad_820.html:257:30757:30765 Potlatch Lacombe, Alberta -0.0400999482749248432 +76078 gsa_html_4913703235 gsa_html_4913703235:101:9506:9523 Grimsby Pennsylvania -0.00253281259735845714 +76079 aapg_aa_643.html aapg_aa_643.html:257:28666:28675 Knoxville Knoxville, Illinois -0.0422554127519972483 +76080 aapg_af_833.html aapg_af_833.html:794:86967:86979 Dakota Western world -0.340701688453294016 +76081 cspg_html_5891044027 cspg_html_5891044027:26:4719:4740 Dutch Creek Purcell Mountains -0.47249414511500698 +76082 aapg_aa_954.html aapg_aa_954.html:256:23152:23171 Aux Vases Salem, Massachusetts -0.463362613223226583 +76083 cspg_html_5241714595 cspg_html_5241714595:663:99273:99293 Swan Hills Lacombe, Alberta -0.0413499862143105745 +76084 gsa_html_8662622130 gsa_html_8662622130:16:1158:1168 Washington Seattle -0.464501195477937445 +76085 sedimentology_html_8748254640 sedimentology_html_8748254640:65:7167:7187 Toro Chile -0.45099125631104503 +76086 aapg_ac_366.html aapg_ac_366.html:435:43897:43929 Clinton Ohio 0.779319756421043452 +76087 cspg_html_8227554214 cspg_html_8227554214:334:36839:36855 Cumberland Cumberland, Maryland -0.50196539530370976 +76088 gsa_html_5694391338 gsa_html_5694391338:440:44803:44820 Packsaddle Schist Honey Brook, Pennsylvania -0.0286199363218920082 +76089 aapg_ai_241.html aapg_ai_241.html:91:10606:10620 Winnipeg Minot (Amtrak station) 0.000277948477905467942 +76090 aapg_aa_146.html aapg_aa_146.html:770:45351:45370 Fox Hills Newcastle, New South Wales -0.44304146514738707 +76091 aapg_aa_993.html aapg_aa_993.html:144:15691:15710 Smackover Mexia, Texas 0.0244711493038686639 +76092 gsa_html_3669079684 gsa_html_3669079684:1064:91803:91831 Green River New Mexico -0.440300736461396947 +76093 aapg_ah_142.html aapg_ah_142.html:88:6143:6154 San Joaquin Colusa, California 0.00194564253308291118 +76094 sedimentology_html_2390782682 sedimentology_html_2390782682:566:43042:43048 Provo Memphis International Airport -0.475325709854034217 +76095 aapg_ai_158.html aapg_ai_158.html:284:29413:29442 Kindle Anchorage, Alaska -0.444871652179790411 +76096 gsa_html_6861599329 gsa_html_6861599329:941:81942:81952 Washington Seattle -0.482213387515949554 +76097 cspg_html_5345848475 cspg_html_5345848475:6:468:488 Colorado Western Canadian Sedimentary Basin -0.034835184903719292 +76098 aapg_af_628.html aapg_af_628.html:133:12738:12745 Cypress Illinois -0.44255997020698512 +76099 aapg_ai_1.html aapg_ai_1.html:171:15552:15567 Ouray Leadville, Colorado -0.44056532751251043 +76100 aapg_af_397.html aapg_af_397.html:315:37967:37984 Todilto Entrada Sandstone -0.0390380689308100493 +76101 aapg_ae_667.html aapg_ae_667.html:325:39873:39879 Colton Flagstaff, Arizona 0.360433755465801697 +76102 aapg_ac_419.html aapg_ac_419.html:1032:110473:110493 Capistrano San Clemente, California -0.480667710196792775 +76103 aapg_ad_606.html aapg_ad_606.html:10:1153:1161 Colorado Colorado -0.432223543643836305 +76104 aapg_ae_419.html aapg_ae_419.html:3150:203392:203398 Sierra Torreon, Torrance County, New Mexico -0.506374811889724219 +76105 cspg_html_8818854104 cspg_html_8818854104:150:19907:19925 Kootenay Lacombe, Alberta -0.471349814541787038 +76106 geology_html_1859665001 geology_html_1859665001:254:22891:22905 Rockwell India -0.485546964607742992 +76107 sedimentology_html_6382215824 sedimentology_html_6382215824:979:73340:73364 El Paso Texas -0.441927274708787343 +76108 aapg_ac_8.html aapg_ac_8.html:44:3705:3714 Minnelusa Niobrara, Nebraska -0.0309035312152589614 +76109 cspg_html_3589404052 cspg_html_3589404052:1030:109615:109631 Golata Canada -0.0219487021071597919 +76110 aapg_ai_82.html aapg_ai_82.html:6:1063:1083 Greenbrier Greenbrier (Great Smoky Mountains) -0.521471338913109705 +76111 cspg_html_9152086986 cspg_html_9152086986:229:21794:21827 Halfway Wembley Stadium -0.0298634270365841781 +76112 aapg_ai_1.html aapg_ai_1.html:423:39741:39758 Paradox Shiprock, New Mexico -0.030023437417361392 +76113 aapg_ac_228.html aapg_ac_228.html:6:972:979 Castaic San Gabriel Valley -0.469038078694436811 +76114 cspg_html_8990290265 cspg_html_8990290265:465:71082:71094 Beaver Mines Lacombe, Alberta -0.451812561628617604 +76115 aapg_aa_105.html aapg_aa_105.html:267:28646:28662 Belly River Bow River -0.0273835184878958443 +76116 aapg_ae_928.html aapg_ae_928.html:9:1141:1175 Smackover Macedonia (region) -0.0594415674270635172 +76117 aapg_af_663.html aapg_af_663.html:788:75367:75373 Hertha Chariton, Iowa -0.514141125252382758 +76118 jgeology_html_1964872752 jgeology_html_1964872752:283:20800:20808 Yorktown Delmarva Peninsula -0.453008719186489883 +76119 jgeology_html_1964872752 jgeology_html_1964872752:300:21983:21992 Pensauken Mesa, Arizona -0.464706706380762058 +76120 gsa_html_9219965669 gsa_html_9219965669:174:21073:21085 Rhode Island Newport, Rhode Island -0.0494029549371166055 +76121 aapg_ae_253.html aapg_ae_253.html:144:18241:18260 Smackover Cotton Valley, Louisiana -0.453355922590981064 +76122 sedimentology_html_5952626645 sedimentology_html_5952626645:1218:65934:65970 Marble Falls Texas -7.99101848956195929e-05 +76123 palaios_html_8207834314 palaios_html_8207834314:540:36105:36121 Oldman Lacombe, Alberta -0.0415711108717550168 +76124 geology_html_1573138807 geology_html_1573138807:13:619:625 Denver Colorado -0.462576268150975078 +76125 geology_html_5045588189 geology_html_5045588189:53:6784:6810 Sisquoc California -0.0204677435827045166 +76126 aapg_aa_484.html aapg_aa_484.html:145:12848:12864 Hertha Kansas City, Kansas -0.0660092563498428514 +76127 gsa_html_8076115820 gsa_html_8076115820:777:54171:54177 Banner Hanson, Massachusetts -0.479670542308177961 +76128 gsa_html_8840132442 gsa_html_8840132442:972:93852:93872 Crowsnest Lacombe, Alberta 0.00466610479932860322 +76129 aapg_ae_993.html aapg_ae_993.html:48:6145:6152 Madison Maywood, California -0.420831066107106355 +76130 gsa_html_1520002998 gsa_html_1520002998:980:79438:79446 Colorado Denver 0.00296016264892234697 +76131 aapg_ai_87.html aapg_ai_87.html:454:42861:42880 Lodgepole New Mexico -0.00729110700735253591 +76132 aapg_ah_645.html aapg_ah_645.html:134:18249:18272 Gypsum Spring Cheyenne, Wyoming 1.13984164028370372 +76133 cspg_html_4516258038 cspg_html_4516258038:403:45843:45853 Bird Fiord Bathurst Island (Northern Territory) -0.427658982255246345 +76134 aapg_af_397.html aapg_af_397.html:158:19701:19708 Entrada Entrada Sandstone -0.448691045323912019 +76135 cspg_html_6611173979 cspg_html_6611173979:70:9705:9714 Waterways Lacombe, Alberta -0.488724520608411594 +76136 aapg_ad_344.html aapg_ad_344.html:66:7949:7961 Pierre Sharon Springs, Kansas -0.455432903203822237 +76137 aapg_ac_924.html aapg_ac_924.html:8:1345:1369 Mission Canyon Logan, Utah -0.00243726702917233546 +76138 palaios_html_5542013090 palaios_html_5542013090:697:68650:68654 Hall London, Ontario -0.499631466627061815 +76139 gsa_html_4716386208 gsa_html_4716386208:894:76075:76095 Prospect Bennington, Vermont -0.0250987813235815996 +76140 aapg_af_779.html aapg_af_779.html:70:9597:9606 Coldwater Michigan -0.462255092024459469 +76141 aapg_af_69.html aapg_af_69.html:26:2908:2916 Virginia Virginia -0.156029498431523417 +76142 aapg_ae_750.html aapg_ae_750.html:118:13674:13701 Wolfcamp Wichita, Kansas -0.0231725008237077118 +76143 aapg_ai_945.html aapg_ai_945.html:129:17079:17087 Woodford Monterey, California -0.469093158774920749 +76144 cspg_html_4450068317 cspg_html_4450068317:482:57864:57872 Columbia Piel Island -0.4784100389871494 +76145 palaios_html_6676788300 palaios_html_6676788300:943:101069:101100 Byram Mississippi River -0.462166276497962936 +76146 aapg_af_610.html aapg_af_610.html:54:6009:6021 Independence Kansas City, Kansas -0.498184372130755504 +76147 aapg_ad_721.html aapg_ad_721.html:573:54587:54597 Whitehorse Carlsbad, New Mexico -0.457786563407215019 +76148 aapg_ah_60.html aapg_ah_60.html:251:24363:24382 Kulthieth Malaspina Glacier -0.427689691071663991 +76149 aapg_ai_82.html aapg_ai_82.html:342:38034:38044 Pottsville Greenbrier (Great Smoky Mountains) -0.431395188299852905 +76150 cspg_html_1132698231 cspg_html_1132698231:449:59590:59623 Merced California -0.0218513582866363479 +76151 cspg_html_3521815736 cspg_html_3521815736:315:44525:44547 Charlie Lake Victoria, British Columbia -0.47596853330555533 +76152 aapg_ai_524.html aapg_ai_524.html:11:1282:1301 Bidahochi Arizona -0.479719327950920094 +76153 aapg_af_479.html aapg_af_479.html:750:79082:79091 San Diego California -0.492640099962427858 +76154 cspg_html_7106541506 cspg_html_7106541506:6:295:307 Bluesky Lacombe, Alberta -0.412799667795391623 +76155 aapg_aa_24.html aapg_aa_24.html:139:12148:12154 Tindir Porcupine River (Ontario) -0.463271407180362194 +76156 cspg_html_6702053097 cspg_html_6702053097:438:50676:50694 Highgate Quebec City -0.506374811889724219 +76157 aapg_ae_154.html aapg_ae_154.html:33:4428:4436 Columbia Victoria, British Columbia -0.47495364399168194 +76158 aapg_ac_306.html aapg_ac_306.html:101:9175:9199 Colorado Yellowstone National Park -0.0924457189678587615 +76159 aapg_ae_611.html aapg_ae_611.html:118:13296:13314 Entrada Logan, Utah -0.00563548427169307305 +76160 cspg_html_9139420146 cspg_html_9139420146:6:380:396 Fernie Lacombe, Alberta 0.0138099909002030001 +76161 cspg_html_1456761793 cspg_html_1456761793:180:26918:26924 Antler Arctic Cordillera -0.483281151267174081 +76162 aapg_ac_563.html aapg_ac_563.html:420:59923:59932 Guzmantla Pico de Orizaba -0.469038078694436811 +76163 sedimentology_html_9225841421 sedimentology_html_9225841421:927:45347:45354 Goddard England -0.509711797196706451 +76164 cspg_html_3473883402 cspg_html_3473883402:318:50474:50486 Cooking Lake Edmonton, London -0.455799127156009509 +76165 sedimentology_html_3316151544 sedimentology_html_3316151544:735:33076:33081 Islay Jura Mountains -0.453085363047098455 +76166 geology_html_5723433868 geology_html_5723433868:172:15059:15063 Bell Earth -0.478307979059971577 +76167 cspg_html_9941518291 cspg_html_9941518291:427:60550:60572 Barlow Inlet Little Cornwallis Island -0.460944252925189812 +76168 gsa_html_4675429437 gsa_html_4675429437:258:18687:18697 San Felipe Baja California peninsula -0.0101247315019664351 +76169 aapg_ai_107.html aapg_ai_107.html:556:46103:46112 Shongaloo Panola County, Mississippi 0.36632358770674206 +76170 aapg_ae_93.html aapg_ae_93.html:69:11365:11393 Kootenay Lacombe, Alberta -0.03065480270336517 +76171 aapg_ah_157.html aapg_ah_157.html:285:40846:40868 Borden Rockford, Illinois -0.066447827946063201 +76172 geology_html_8297416582 geology_html_8297416582:318:24447:24464 Paradox Logan, Utah 0.631367223078360906 +76173 aapg_ac_37.html aapg_ac_37.html:106:10518:10534 Taylor Woods County, Oklahoma -0.395759588333718937 +76174 aapg_ac_676.html aapg_ac_676.html:35:4144:4152 Wolfcamp Delaware 0.0376160290239133457 +76175 aapg_ae_693.html aapg_ae_693.html:695:62870:62883 Dawson Canyon Logan, Utah -0.465026484605756241 +76176 aapg_ai_0.html aapg_ai_0.html:279:34362:34371 Ingleside Nueces County, Texas -0.503235126272660094 +76177 aapg_af_562.html aapg_af_562.html:190:19834:19854 Tuscaloosa Knoxville, Tennessee 0.370577398500603172 +76178 aapg_af_808.html aapg_af_808.html:309:40557:40575 Scotland Trinidad and Tobago -0.507370411204501881 +76179 geology_html_4304054973 geology_html_4304054973:36:3003:3026 Gunflint Iron Ontario, California -0.421964232277811879 +76180 aapg_ah_188.html aapg_ah_188.html:18:2192:2208 Horseshoe Canyon Logan, Utah -0.0423372538738103418 +76181 gsa_html_3942625742 gsa_html_3942625742:424:36093:36129 Little River Metro Manila -0.491049570598957486 +76182 aapg_ae_324.html aapg_ae_324.html:637:64034:64041 Holston Knoxville, Tennessee -0.0379467177170490291 +76183 aapg_aa_123.html aapg_aa_123.html:88:10399:10420 Spray Liard River, British Columbia -0.0364256392683856012 +76184 cspg_html_3849785044 cspg_html_3849785044:395:40995:41003 Bathurst Amsterdam -0.484191429205932 +76185 gsa_html_7195000001 gsa_html_7195000001:133:15565:15587 Eureka Sound Banks Island -0.443848978138650319 +76186 cspg_html_8980454113 cspg_html_8980454113:139:15328:15358 Red River Cheyenne, Wyoming 0.0727279352030704013 +76187 aapg_af_142.html aapg_af_142.html:263:33860:33879 Cotton Valley East Texas -0.441686785632637413 +76188 aapg_ad_466.html aapg_ad_466.html:1950:185065:185078 Raritan Closter, New Jersey -0.430057253759890901 +76189 aapg_ai_31.html aapg_ai_31.html:3:407:416 Catahoula Texas 0.37701480668519366 +76190 aapg_af_83.html aapg_af_83.html:81:7761:7769 Colorado Cheyenne, Wyoming -0.032453416908065226 +76191 aapg_ai_689.html aapg_ai_689.html:3:198:228 Haymond West Texas -0.0529469160775694891 +76192 cspg_html_2113366366 cspg_html_2113366366:243:28947:28952 Queen Ottawa, Kansas -0.451751782124743317 +76193 aapg_ad_691.html aapg_ad_691.html:15:1751:1771 Georgetown Texas -0.0181770085033734277 +76194 aapg_ad_52.html aapg_ad_52.html:877:94546:94555 Coldwater Huron County, Michigan -0.418829484131929164 +76195 cspg_html_9725676031 cspg_html_9725676031:397:52324:52335 Peace River Victoria, British Columbia -0.475963906981033746 +76196 aapg_aa_250.html aapg_aa_250.html:11:995:999 Frio Jackson County, Missouri 0.782076465384432762 +76197 aapg_ai_28.html aapg_ai_28.html:184:16224:16232 Victoria Brazos River -0.025453465811003901 +76198 aapg_ad_758.html aapg_ad_758.html:356:44420:44439 Conemaugh Ohio -0.471193362251331016 +76199 cspg_html_5139035315 cspg_html_5139035315:35:5252:5285 Albert Canada -0.0599931145602898633 +76200 geology_html_7870463473 geology_html_7870463473:20:1233:1241 Colorado Denver -0.506216586003456648 +76201 aapg_ac_569.html aapg_ac_569.html:5:852:871 Emma Fiord Devon Island -0.468384265774498543 +76202 gsa_html_3012952404 gsa_html_3012952404:922:73052:73058 Carmel Canada -0.46132865731218986 +76203 aapg_ad_194.html aapg_ad_194.html:152:15699:15716 Carrara California -0.0322829369444067107 +76204 geology_html_6663105863 geology_html_6663105863:307:27829:27844 Orocopia Schist California -0.197965420770095185 +76205 aapg_ai_975.html aapg_ai_975.html:1018:82427:82459 Georgetown Grayson County, Kentucky -0.0221938023877403003 +76206 aapg_af_664.html aapg_af_664.html:477:54073:54096 Brushy Canyon Delaware -0.477512787064485633 +76207 gsa_html_3331523875 gsa_html_3331523875:479:53082:53099 Wasatch Wasatch Range -0.471543117662309108 +76208 cspg_html_9119878068 cspg_html_9119878068:295:36373:36392 Waterways Swan Hill, Victoria -0.215833163908134923 +76209 aapg_ah_176.html aapg_ah_176.html:447:50684:50692 Colorado Burbank, California -0.466741549175746284 +76210 aapg_af_808.html aapg_af_808.html:393:54190:54210 Washikemba Bonaire -0.00908750930208491146 +76211 aapg_ad_723.html aapg_ad_723.html:19:2452:2463 Dockum Texas -0.0574190523571501965 +76212 aapg_ae_181.html aapg_ae_181.html:260:38563:38572 Blufftown Arcola, Virginia -0.486422190409221522 +76213 gsa_html_5015599008 gsa_html_5015599008:782:66908:66922 Colorado Canada -0.464405306663695727 +76214 cspg_html_5529147980 cspg_html_5529147980:6:395:410 Nisku Central Alberta -0.448484669177164286 +76215 aapg_ah_556.html aapg_ah_556.html:211:18359:18367 Woodside Mancos, Colorado -0.473746101631411953 +76216 cspg_html_6517402834 cspg_html_6517402834:30:3755:3763 Scollard Lacombe, Alberta -0.43797158338019293 +76217 aapg_aa_334.html aapg_aa_334.html:54:6347:6354 Bedford Ohio -0.444871652179790411 +76218 aapg_ac_629.html aapg_ac_629.html:408:51850:51858 Saratoga Beaumont, Texas -0.0480088378440514524 +76219 aapg_af_551.html aapg_af_551.html:613:60251:60272 Lake Valley Sacramento Mountains (California) -0.0621020097903253188 +76220 cspg_html_8952774486 cspg_html_8952774486:6:413:437 Basal Lacombe, Alberta -0.0532311352227030424 +76221 sedimentology_html_3850942730 sedimentology_html_3850942730:1019:84877:84893 Carmel Colorado Plateau -0.449440672427322663 +76222 palaios_html_8029736168 palaios_html_8029736168:854:78311:78342 Chinle New Mexico -0.42652126035610638 +76223 geology_html_3217046505 geology_html_3217046505:284:23706:23714 Colorado Washington (state) -0.0700625466031570415 +76224 AMJC_html_6341723617 AMJC_html_6341723617:1029:86465:86487 Green River Colorado -0.0369807891323709753 +76225 aapg_ae_608.html aapg_ae_608.html:469:53456:53464 Colorado Colorado -0.462576268150975078 +76226 gsa_html_8840132442 gsa_html_8840132442:1017:97520:97533 Blood Reserve Lacombe, Alberta -0.465888175365361257 +76227 gsa_html_2832151886 gsa_html_2832151886:247:17876:17899 Belle Fourche Lacombe, Alberta -0.459083706416541504 +76228 cspg_html_7595517955 cspg_html_7595517955:112:12533:12548 Melville Island Melville Island (Canada) -0.458913519660435476 +76229 aapg_ai_105.html aapg_ai_105.html:458:55863:55879 Morgan Mississippian culture -0.455184317280275863 +76230 cspg_html_6437711782 cspg_html_6437711782:324:34629:34637 Billings Texas -0.462143504710773534 +76231 cspg_html_9717154602 cspg_html_9717154602:425:51584:51591 Bearpaw Lacombe, Alberta -0.429960502864963123 +76232 aapg_ah_198.html aapg_ah_198.html:560:73656:73674 Monterey California -0.443110589175295999 +76233 cspg_html_9185158332 cspg_html_9185158332:31:6401:6416 Dunvegan Victoria, British Columbia -0.46787302364620631 +76234 aapg_aa_118.html aapg_aa_118.html:442:41612:41620 Montreal Lake Champlain -0.471382028770717776 +76235 aapg_ac_744.html aapg_ac_744.html:237:25860:25883 Trujillo Guaynabo, Puerto Rico -0.484191429205932 +76236 gsa_html_6837513060 gsa_html_6837513060:123:11556:11574 Crescent Denmark -0.0134398809418536571 +76237 gsa_html_2023933346 gsa_html_2023933346:538:54641:54656 Vaqueros Santiago -0.471819338906025898 +76238 cspg_html_6306091047 cspg_html_6306091047:696:95700:95708 Pardonet Victoria, British Columbia -0.033900859013031269 +76239 aapg_ai_861.html aapg_ai_861.html:76:10794:10811 Ivishak Anchorage, Alaska -0.438271005074949593 +76240 aapg_ac_72.html aapg_ac_72.html:97:10579:10601 Todos Santos Guatemala 0.338193438242886057 +76241 aapg_af_637.html aapg_af_637.html:58:6202:6216 Bedford Antrim, County Antrim -0.473856858113634927 +76242 geology_html_3608984142 geology_html_3608984142:9:296:305 Extension Trans-Pecos -0.467889067103673728 +76243 palaios_html_2713180466 palaios_html_2713180466:136:17910:17921 Kope Washington (state) -0.0193901260398797667 +76244 cspg_html_2820961138 cspg_html_2820961138:572:60434:60450 Viking Canada -0.0352632268967139825 +76245 gsa_html_9893560710 gsa_html_9893560710:22:1112:1118 Brazil El Salvador -0.477158315306099867 +76246 cspg_html_9157093462 cspg_html_9157093462:463:51294:51320 Halfway Canada -0.473695342935840036 +76247 aapg_ac_235.html aapg_ac_235.html:83:8912:8918 Lakota Black Hills -0.463332970234029085 +76248 gsa_html_8947439513 gsa_html_8947439513:386:40468:40484 Laurentian Appalachia -0.499412697488954616 +76249 AMJC_html_4464898807 AMJC_html_4464898807:1067:87773:87780 Shuswap Victoria, British Columbia -0.447189152172129289 +76250 cspg_html_4298557570 cspg_html_4298557570:34:4751:4769 Whitemud Edmonton, London -0.0418113941638034933 +76251 gsa_html_1617077506 gsa_html_1617077506:57:4216:4224 Columbia Victoria, British Columbia -0.443715087361728711 +76252 aapg_ae_305.html aapg_ae_305.html:1041:88511:88516 Colon Maracaibo -0.436872309743032927 +76253 geology_html_9618703528 geology_html_9618703528:263:22502:22507 Price California -0.0315540759951786695 +76254 aapg_ad_764.html aapg_ad_764.html:63:9806:9818 Temblor Kern River Preserve -0.454068782805138071 +76255 aapg_ah_955.html aapg_ah_955.html:223:32809:32819 Missisauga Logan Canyon -0.471432653520514666 +76256 gsa_html_2023933346 gsa_html_2023933346:540:54946:54962 Vaqueros Anaheim, California -0.461271782333034175 +76257 gsa_html_4120839285 gsa_html_4120839285:1396:134911:134933 Tejon California -0.467877607461444023 +76258 cspg_html_8701311807 cspg_html_8701311807:122:18374:18389 Haida Charlotte, North Carolina -0.464473797617463435 +76259 gsa_html_2415293202 gsa_html_2415293202:1241:93158:93186 Green River Colorado -0.0140376196944260508 +76260 aapg_ad_119.html aapg_ad_119.html:28:3901:3909 Suntrana Healy, Alaska -0.477158315306099867 +76261 aapg_ad_920.html aapg_ad_920.html:265:22607:22621 Hartselle Mississippian culture -0.476519241639526414 +76262 cspg_html_7587979364 cspg_html_7587979364:130:10652:10661 Keg River Swan Hill, Victoria -0.439103236963543697 +76263 sedimentology_html_6121651724 sedimentology_html_6121651724:1049:57694:57701 Gateway Missouri River 0.0366762361241533483 +76264 aapg_ai_899.html aapg_ai_899.html:120:13043:13063 Goliad Texas -0.453829596260670209 +76265 cspg_html_9872589627 cspg_html_9872589627:36:4453:4460 Halfway Victoria, British Columbia -0.0460783921822131154 +76266 cspg_html_2372201862 cspg_html_2372201862:11:1098:1106 Bullhead Grand Rapids, Michigan -0.426895966757440959 +76267 gsa_html_6971334714 gsa_html_6971334714:906:86145:86155 Las Cruces New Mexico 0.0123434800357973603 +76268 geology_html_8954266626 geology_html_8954266626:232:17019:17029 Basal Crete -0.459887424332023564 +76269 cspg_html_9361096527 cspg_html_9361096527:907:79197:79209 Saskatchewan Lacombe, Alberta -0.465705253187009671 +76270 aapg_ac_925.html aapg_ac_925.html:116:17334:17340 Forbes Putah Creek -0.439098796420780313 +76271 cspg_html_1025724640 cspg_html_1025724640:588:70833:70849 George Canada -0.0327735084996737119 +76272 aapg_ae_803.html aapg_ae_803.html:445:55486:55493 Chochal Guatemala -0.447242908821281704 +76273 aapg_ai_249.html aapg_ai_249.html:722:94854:94886 Carrizal Guatemala -0.432289667144302503 +76274 geology_html_5825799037 geology_html_5825799037:294:25843:25863 Sheep Pass Reno, Nevada 0.291739447753069092 +76275 gsa_html_7102550258 gsa_html_7102550258:738:83965:83982 Kayenta Colorado -0.449467616590735308 +76276 gsa_html_7477980091 gsa_html_7477980091:23:1157:1166 Peninsula Italy -0.0200714512738383588 +76277 cspg_html_5973552270 cspg_html_5973552270:73:10524:10550 Beaverhill Swan Hill, Victoria -0.471503993354400852 +76278 cspg_html_1293312960 cspg_html_1293312960:762:76665:76681 Viking Lacombe, Alberta 0.0298842978406814348 +76279 cspg_html_9222238695 cspg_html_9222238695:186:26417:26425 Columbia Victoria, British Columbia -0.0330135830277358128 +76280 aapg_af_2.html aapg_af_2.html:261:28986:29006 Leadville Ouray, Colorado -0.0147535336534526714 +76281 gsa_html_5865982995 gsa_html_5865982995:909:100297:100318 Green River Absaroka 0.823452431225905501 +76282 gsa_html_9053175553 gsa_html_9053175553:239:31460:31486 Flagstaff Flagstaff, Arizona -0.488912357297633382 +76283 cspg_html_9435196958 cspg_html_9435196958:658:28590:28611 Belly River Lacombe, Alberta -0.479909850633553348 +76284 cspg_html_4269474759 cspg_html_4269474759:1236:118935:118951 Horseshoe Canyon Lacombe, Alberta 0.00118301890022228136 +76285 geology_html_9107648682 geology_html_9107648682:89:6574:6579 Henry Mexico -0.0388552982723100598 +76286 aapg_ac_983.html aapg_ac_983.html:292:47319:47329 Fort Scott Iowa 0.692487876808098646 +76287 cspg_html_9721864351 cspg_html_9721864351:44:5003:5011 Richmond Mount Wilson Observatory -0.463332970234029085 +76288 gsa_html_5274400800 gsa_html_5274400800:15:888:914 Monterey California -0.161909687970006849 +76289 aapg_ae_581.html aapg_ae_581.html:725:76641:76649 Colorado Denver -0.500557112785802838 +76290 aapg_ah_763.html aapg_ah_763.html:16:1578:1603 Blaine Texas -0.0358774797167535214 +76291 aapg_af_160.html aapg_af_160.html:18:2551:2559 Colorado Reno, Nevada -0.457152280296754032 +76292 jgeology_html_1836103970 jgeology_html_1836103970:402:31966:31995 New Glasgow New Glasgow, Nova Scotia -0.4597965726108596 +76293 aapg_ac_989.html aapg_ac_989.html:439:60362:60390 Minnelusa Nebraska -0.446110205830797302 +76294 jgeology_html_9867650961 jgeology_html_9867650961:603:41340:41344 Hall London, Ontario -0.47564012534835387 +76295 AMJC_html_4670647492 AMJC_html_4670647492:1024:71400:71418 Monterey California 0.0197985706476215724 +76296 cspg_html_3129231627 cspg_html_3129231627:72:10152:10175 Eleanor River Devon Island 0.027282662360175531 +76297 aapg_ad_434.html aapg_ad_434.html:178:16501:16512 Viking Lacombe, Alberta -0.0326360767857562101 +76298 cspg_html_7833083677 cspg_html_7833083677:2433:212679:212693 Lisburne Northwest Arctic Borough, Alaska -0.471363620495062197 +76299 cspg_html_5631843856 cspg_html_5631843856:859:101702:101710 Montreal Quebec City -0.478488911708928044 +76300 aapg_ah_427.html aapg_ah_427.html:801:102211:102217 Tesnus Pottsville, Pennsylvania -0.0584293582845294424 +76301 aapg_ae_473.html aapg_ae_473.html:485:45471:45480 Bucatunna Wayne County, Michigan -0.49593907588154873 +76302 aapg_ah_252.html aapg_ah_252.html:38:3668:3673 Hondo Texas -0.473653815287124913 +76303 aapg_aa_298.html aapg_aa_298.html:979:115559:115572 Madison Cheyenne, Wyoming -0.0592775088645998635 +76304 gsa_html_6202855168 gsa_html_6202855168:1134:101080:101108 Green River Iran -0.410570924607407073 +76305 sedimentology_html_2520933021 sedimentology_html_2520933021:713:52919:52936 Wasatch Spain -0.0148473685012762528 +76306 aapg_ai_975.html aapg_ai_975.html:498:45152:45169 La Pena Chihuahua (state) -0.457650607934439568 +76307 cspg_html_9343899465 cspg_html_9343899465:1694:138601:138617 Parry Islands Banks Island -0.468317764612058318 +76308 gsa_html_6967102683 gsa_html_6967102683:63:4986:4994 Colorado Reno, Nevada -0.140253582556990275 +76309 aapg_ai_157.html aapg_ai_157.html:326:31560:31566 Guelph Tilbury, Ontario -0.471336008805755435 +76310 cspg_html_9354781888 cspg_html_9354781888:62:11648:11670 Montney Middle East -0.0308043870775981631 +76311 aapg_ae_498.html aapg_ae_498.html:487:50904:50920 Lantz Mills Virginia -0.0802068706445484281 +76312 sedimentology_html_6284954963 sedimentology_html_6284954963:154:12446:12452 Banner China -0.0111046462862114288 +76313 cspg_html_5697056884 cspg_html_5697056884:42:4351:4369 Deadwood Winnipeg -0.477950863902712242 +76314 aapg_af_812.html aapg_af_812.html:3:173:196 Cook Mountain East Texas -0.209523091901603703 +76315 aapg_aa_45.html aapg_aa_45.html:95:11726:11744 Moenkopi Moenkopi Formation -0.19680801485833041 +76316 cspg_html_2920938670 cspg_html_2920938670:58:8641:8653 Luscar Mountain Park (Holyoke, Massachusetts) -0.462143504710773534 +76317 gsa_html_2096186301 gsa_html_2096186301:718:59086:59114 Green River Colorado -0.0265836451265893982 +76318 cspg_html_1056790293 cspg_html_1056790293:8:671:708 Turner Valley Elkton, Kentucky 0.0119525385350554136 +76319 cspg_html_8362959053 cspg_html_8362959053:75:11656:11667 Shaftesbury Lacombe, Alberta -0.0347847257870449039 +76320 aapg_ad_695.html aapg_ad_695.html:315:19001:19013 Sparta Shreveport, Louisiana -0.291234977034355469 +76321 aapg_ah_52.html aapg_ah_52.html:61:7692:7711 Matanuska Anchorage, Alaska -0.0703003485701484965 +76322 gsa_html_4492929282 gsa_html_4492929282:63:4623:4651 Green River Colorado 0.0269070666769838686 +76323 aapg_af_663.html aapg_af_663.html:322:33456:33461 Utica Carroll County, Maryland -0.00258840277417883959 +76324 aapg_aa_267.html aapg_aa_267.html:400:33591:33601 Greenbrier New Milton railway station -0.487631194234456278 +76325 cspg_html_5375448448 cspg_html_5375448448:496:50532:50561 Dunvegan Victoria, British Columbia -0.0105834116577304821 +76326 aapg_ai_148.html aapg_ai_148.html:430:45310:45318 Imperial Lacombe, Alberta -0.433370341259820213 +76327 aapg_ai_581.html aapg_ai_581.html:78:7672:7689 Dakota Fall River, Nova Scotia 0.400211658994315322 +76328 aapg_ad_996.html aapg_ad_996.html:52:5422:5439 Paradox Colorado -0.0247962629365806077 +76329 aapg_ae_180.html aapg_ae_180.html:72:8835:8847 Pierre Niobrara, Nebraska -0.45995556917210767 +76330 aapg_ai_857.html aapg_ai_857.html:272:40521:40542 Bell Carlsbad, New Mexico -0.487926676393575676 +76331 aapg_ac_91.html aapg_ac_91.html:491:38273:38290 Renault Missouri River -0.480777027030782511 +76332 cspg_html_3102530088 cspg_html_3102530088:519:61715:61735 Milk River Lacombe, Alberta -0.0583874772010690019 +76333 aapg_aa_664.html aapg_aa_664.html:11:953:961 Michigan Wisconsin -0.0584293582845294424 +76334 aapg_ae_471.html aapg_ae_471.html:10:1308:1353 Smackover Columbia Country 0.0471864251071260898 +76335 gsa_html_3380395839 gsa_html_3380395839:839:73455:73460 Rapid Newberry, South Carolina -0.0481796037635088825 +76336 aapg_aa_973.html aapg_aa_973.html:24:1979:1989 Phosphoria Cheyenne, Wyoming -0.424269545188154129 +76337 geology_html_7583526299 geology_html_7583526299:40:6061:6069 Scotland North Sea oil -0.0441727846104635197 +76338 aapg_ah_134.html aapg_ah_134.html:122:9706:9712 Paluxy Haynesville, Louisiana -0.409924605045090706 +76339 aapg_ac_506.html aapg_ac_506.html:143:15431:15440 Allegheny Venango, Pennsylvania -0.0143364940209374722 +76340 aapg_af_16.html aapg_af_16.html:306:28895:28913 Frontier Cheyenne, Wyoming 0.893927344920201872 +76341 aapg_ah_486.html aapg_ah_486.html:74:9211:9221 Pottsville Alabama -0.1981208911835452 +76342 geology_html_8989186587 geology_html_8989186587:11:467:473 Oregon Salem, Oregon -0.0115181647621516343 +76343 gsa_html_7120668170 gsa_html_7120668170:463:44141:44152 Reforma Chihuahua (state) -0.45896570683289678 +76344 jgeology_html_7885748745 jgeology_html_7885748745:157:8019:8036 Massabesic Gneiss Cambridge, Massachusetts -0.494566874481706664 +76345 aapg_ai_145.html aapg_ai_145.html:74:9493:9509 Fernie Moose Mountain (Alberta) -0.184371528142180524 +76346 aapg_ae_415.html aapg_ae_415.html:879:109854:109868 Paynes Hammock Tampa, Florida -0.0399624195111792577 +76347 aapg_ai_275.html aapg_ai_275.html:267:28560:28572 Rhode Island Newport, Rhode Island 0.807717140291836833 +76348 cspg_html_2175627313 cspg_html_2175627313:982:90384:90401 Cardium Lacombe, Alberta -0.155197297965097181 +76349 cspg_html_4768933240 cspg_html_4768933240:90:7504:7513 Lodgepole Regina, Saskatchewan 0.0839226662497254972 +76350 aapg_aa_706.html aapg_aa_706.html:107:10691:10710 Lockatong Closter, New Jersey -0.0668742008765395302 +76351 aapg_ai_54.html aapg_ai_54.html:169:19708:19718 Tuscaloosa Arkansas -0.0384375496528201743 +76352 gsa_html_9105060134 gsa_html_9105060134:29:2796:2824 Green River Colorado 0.0367388862899334645 +76353 sedimentology_html_1299148389 sedimentology_html_1299148389:830:65111:65115 Hall London, Ontario -0.0473205840884710904 +76354 aapg_ae_45.html aapg_ae_45.html:769:76263:76272 Smackover Haynesville, Louisiana -0.000343961247646823725 +76355 aapg_ai_49.html aapg_ai_49.html:703:91465:91476 Dockum Texas -0.0715944562659604766 +76356 aapg_aa_360.html aapg_aa_360.html:81:8141:8146 Indio Carrizo Plain 0.0574103284604601596 +76357 aapg_ah_876.html aapg_ah_876.html:367:45615:45633 Pearsall East Texas -0.0194353152309463539 +76358 sedimentology_html_8510537334 sedimentology_html_8510537334:903:69289:69308 Clam Bank Canada -0.0156814715209821626 +76359 aapg_ah_387.html aapg_ah_387.html:2693:290106:290115 Knoxville Mount Diablo -0.472491841137828439 +76360 aapg_ac_59.html aapg_ac_59.html:427:46686:46694 Woodford California -0.0750271415494280641 +76361 aapg_ae_602.html aapg_ae_602.html:575:71103:71110 Norfolk Norfolk, Virginia 0.0638867609874018139 +76362 aapg_af_575.html aapg_af_575.html:969:138912:138920 Wolfcamp Texas -0.463253167093327645 +76363 aapg_ah_90.html aapg_ah_90.html:72:11511:11523 Cedar Mountain Logan, Utah -0.435714594595624227 +76364 aapg_ac_591.html aapg_ac_591.html:35:4695:4711 Ripley Demopolis, Alabama -0.0481395257140627003 +76365 aapg_ae_380.html aapg_ae_380.html:12:1557:1563 Lissie Beaumont, Texas -0.0672936154663871522 +76366 cspg_html_2695921112 cspg_html_2695921112:184:20412:20433 Bonaventure Logan, Utah -0.425358634701132332 +76367 palaios_html_4514701655 palaios_html_4514701655:558:57992:58004 Borden Bloomington, Indiana -0.498319708491524405 +76368 aapg_ae_973.html aapg_ae_973.html:280:19275:19288 Wolfcamp Texas -0.469051848391689397 +76369 cspg_html_8587137158 cspg_html_8587137158:103:15878:15893 Flume Lacombe, Alberta -0.465641239344597002 +76370 gsa_html_9898556493 gsa_html_9898556493:299:37285:37301 Modesto King River (Tasmania) -0.0162966409406991447 +76371 aapg_ah_632.html aapg_ah_632.html:237:30387:30393 Oregon Washington (state) -0.417380918090655029 +76372 aapg_aa_906.html aapg_aa_906.html:472:52082:52092 Fort Union Fort Union Trading Post National Historic Site -0.417361386985468708 +76373 gsa_html_4675429437 gsa_html_4675429437:217:15430:15436 Sonora Baja California peninsula -0.501703098265810388 +76374 aapg_ad_717.html aapg_ad_717.html:370:39536:39543 Leonard Texas -0.052476148512779229 +76375 sedimentology_html_4002578443 sedimentology_html_4002578443:197:7497:7528 Protection Washington (state) -0.46168136305604579 +76376 aapg_aa_598.html aapg_aa_598.html:19:2903:2910 Thaynes Cheyenne, Wyoming -0.00961046045389274753 +76377 aapg_ac_69.html aapg_ac_69.html:625:65057:65074 Kaibab Logan, Utah -0.0427795572276395697 +76378 gsa_html_8157676061 gsa_html_8157676061:70:5466:5494 Green River Colorado -0.0345376534934891677 +76379 cspg_html_7924356285 cspg_html_7924356285:156:21559:21579 Kananaskis Elk Valley (British Columbia) -0.300073378703763882 +76380 gsa_html_6619406909 gsa_html_6619406909:31:2786:2814 Green River New Mexico -0.0344245588872295546 +76381 cspg_html_5398977308 cspg_html_5398977308:265:21512:21527 Cairn Lacombe, Alberta -0.496557296947055582 +76382 gsa_html_5209011334 gsa_html_5209011334:12:450:456 Denver Colorado -0.520263320497991177 +76383 gsa_html_8152640301 gsa_html_8152640301:718:67892:67917 Naknek Middle East -0.422007842206250927 +76384 AMJC_html_7984049819 AMJC_html_7984049819:590:59333:59340 Oakdale Cambridge, Massachusetts -0.0119247384368411057 +76385 gsa_html_4785200468 gsa_html_4785200468:236:23053:23060 Tyonek Keuka Lake -0.027863464704799671 +76386 aapg_ac_925.html aapg_ac_925.html:4:692:698 Guinda Salem, Oregon 0.591550398140984313 +76387 aapg_ae_705.html aapg_ae_705.html:3:453:466 Santa Barbara Carpinteria, California -0.028972971193404428 +76388 gsa_html_7193789775 gsa_html_7193789775:685:71100:71106 Denver Logan, Utah -0.428659722181143121 +76389 cspg_html_2165379999 cspg_html_2165379999:439:41883:41913 Elk Rainbow Basin -0.446231020576565107 +76390 sedimentology_html_6952142412 sedimentology_html_6952142412:1224:91163:91187 Echo Canyon Conglomerate Logan, Utah -0.113128060666197267 +76391 aapg_ae_805.html aapg_ae_805.html:248:29217:29227 Naco Atoka, Oklahoma -0.0413935142659100155 +76392 gsa_html_4043558744 gsa_html_4043558744:599:65642:65649 Potsdam Germany -0.471962087320613732 +76393 cspg_html_6064089067 cspg_html_6064089067:48:5411:5430 Red River Cheyenne, Wyoming 0.0249492599852327059 +76394 aapg_ai_29.html aapg_ai_29.html:136:17681:17688 Lagarto Nueces County, Texas -0.460964719996515115 +76395 gsa_html_6861599329 gsa_html_6861599329:1200:100450:100478 Green River Colorado 0.0160707294001578987 +76396 aapg_ai_920.html aapg_ai_920.html:33:6278:6296 Honeycut Middle Ordovician -0.47254944238616009 +76397 geology_html_7725117438 geology_html_7725117438:262:20522:20544 Nation River Anchorage, Alaska 0.000132025523515305647 +76398 geology_html_1001858158 geology_html_1001858158:16:1201:1209 Colorado Colorado -0.460964719996515115 +76399 gsa_html_2832151886 gsa_html_2832151886:290:21349:21367 Dunvegan Lacombe, Alberta -0.488747997928766997 +76400 aapg_af_69.html aapg_af_69.html:490:34554:34565 Trempealeau Woods County, Oklahoma -0.0380441859515352823 +76401 cspg_html_2554491454 cspg_html_2554491454:303:38884:38903 Rock Springs Cheyenne, Wyoming -0.0941309642688032827 +76402 aapg_ad_128.html aapg_ad_128.html:66:4878:4889 Tar Springs Palestinian territories -0.441437455474761709 +76403 cspg_html_6038396142 cspg_html_6038396142:70:10570:10578 Winnipeg Winnipeg -0.459805657368256959 +76404 sedimentology_html_2101234011 sedimentology_html_2101234011:27:1612:1622 Washington Seattle -0.0217296792824245993 +76405 geology_html_6407364180 geology_html_6407364180:89:7715:7764 Navajo Salt Lake City -0.0653820349799959372 +76406 aapg_af_636.html aapg_af_636.html:370:43313:43321 Onondaga Kentucky -0.460944252925189812 +76407 geology_html_9758710571 geology_html_9758710571:349:26333:26361 Phosphoria Cheyenne, Wyoming 0.0269487990313504282 +76408 sedimentology_html_6337108022 sedimentology_html_6337108022:46:3780:3803 Lincoln Creek Washington (state) -0.0602165397787389756 +76409 aapg_ah_619.html aapg_ah_619.html:25:3343:3349 Morgan Colorado -0.037309716590806806 +76410 cspg_html_9729377176 cspg_html_9729377176:133:16642:16654 Charlie Lake Victoria, British Columbia -0.42429358801520467 +76411 aapg_aa_267.html aapg_aa_267.html:446:37592:37602 Greenbrier Huntington, West Virginia -0.517983978761778041 +76412 cspg_html_5740360566 cspg_html_5740360566:430:42411:42430 Grosmont Lacombe, Alberta -0.0569532124128039746 +76413 gsa_html_4220229801 gsa_html_4220229801:776:63285:63291 Oregon Salem, Oregon -0.453008719186489883 +76414 aapg_af_95.html aapg_af_95.html:36:4736:4746 Georgetown Western world 0.0249266580512932795 +76415 aapg_aa_399.html aapg_aa_399.html:432:36049:36060 Belly River Edmonton, London 1.04761725431312946 +76416 aapg_ae_267.html aapg_ae_267.html:76:7209:7216 Hyndman Southampton Township, Bedford County, Pennsylvania -0.04989269854500962 +76417 cspg_html_7988775280 cspg_html_7988775280:15:2012:2031 Athabasca Fort McMurray -0.498224733320612012 +76418 aapg_ad_338.html aapg_ad_338.html:237:25952:25970 Magothy Merchantville, New Jersey -0.146847624651203101 +76419 aapg_ac_71.html aapg_ac_71.html:308:35892:35908 Dunlap Westgate, Canterbury -0.503913746830082165 +76420 aapg_ai_296.html aapg_ai_296.html:3:171:188 Everton Arkansas -0.455252106655251121 +76421 sedimentology_html_6926841382 sedimentology_html_6926841382:622:47162:47194 Moenave Logan, Utah -0.459860167847925383 +76422 AMJC_html_7323085564 AMJC_html_7323085564:1502:147641:147647 Moscow Russia -0.456344217050148659 +76423 aapg_ah_501.html aapg_ah_501.html:175:15923:15939 Mt Lytton Hays County, Texas -0.0617388373496724763 +76424 gsa_html_3872060924 gsa_html_3872060924:758:61358:61368 Keokuk Closter, New Jersey -0.415444905134973175 +76425 aapg_ah_881.html aapg_ah_881.html:144:17292:17312 Kitsilano Fraser River (Colorado) -0.44961357796588941 +76426 cspg_html_8089302449 cspg_html_8089302449:701:112173:112185 Saskatchewan Saskatoon -0.0232768060359763093 +76427 jgeology_html_5764582297 jgeology_html_5764582297:203:13903:13921 Heiberg Barrow, Alaska -0.454540571750530975 +76428 palaios_html_5268628065 palaios_html_5268628065:487:50199:50207 Bathurst Cambridge -0.499270052772917139 +76429 aapg_ae_512.html aapg_ae_512.html:35:3686:3716 Sadlerochit Prudhoe Bay Oil Field -0.448350101124535771 +76430 aapg_ai_140.html aapg_ai_140.html:1212:135442:135448 Lisbon Lines of Torres Vedras -0.481021295519417413 +76431 cspg_html_9771826320 cspg_html_9771826320:838:123073:123097 Eureka Sound Ellesmere Island -0.245239834447920663 +76432 aapg_ac_826.html aapg_ac_826.html:79:8758:8775 Brigham Quartzite Boise, Idaho -0.457736710679965686 +76433 aapg_ai_370.html aapg_ai_370.html:9:1028:1033 Viola Richmond, California -0.00168159033485223096 +76434 aapg_ah_633.html aapg_ah_633.html:193:28207:28222 Tampa Mississippi River 0.293586266637033633 +76435 cspg_html_9344966639 cspg_html_9344966639:185:17735:17742 Cassiar Victoria, British Columbia -0.454041701910604445 +76436 cspg_html_4645836177 cspg_html_4645836177:22:2404:2426 Logan Logan Canyon -0.462261924354454456 +76437 aapg_ad_379.html aapg_ad_379.html:141:12181:12189 Tensleep Colorado -0.486436238766394913 +76438 aapg_ae_152.html aapg_ae_152.html:3:162:189 Anahuac Shreveport, Louisiana -0.057502802354199925 +76439 gsa_html_2120796960 gsa_html_2120796960:30:2737:2765 Green River Colorado 0.00786094473747839077 +76440 cspg_html_8260944839 cspg_html_8260944839:481:52226:52253 Albert New Brunswick, New Jersey -0.46105569042928074 +76441 aapg_ac_837.html aapg_ac_837.html:138:13528:13538 Phosphoria Little Cottonwood Creek -0.44714211768966694 +76442 aapg_aa_976.html aapg_aa_976.html:225:27019:27037 Catskill Mancos, Colorado -0.427935397269568418 +76443 aapg_ai_583.html aapg_ai_583.html:281:34122:34129 Rierdon Cheyenne, Wyoming 0.0468519085983624545 +76444 aapg_aa_610.html aapg_aa_610.html:572:61449:61464 Mesaverde Beaumont, Texas 0.404664193047559684 +76445 geology_html_8866009555 geology_html_8866009555:286:21477:21481 Dunn East Pacific Rise -0.460964719996515115 +76446 geology_html_4561079394 geology_html_4561079394:258:22042:22048 Navajo Logan, Utah -0.447242908821281704 +76447 gsa_html_1316826711 gsa_html_1316826711:819:64811:64819 Columbia Victoria, British Columbia -0.431256465733329653 +76448 aapg_ac_575.html aapg_ac_575.html:596:89873:89897 Edna Mountain Reno, Nevada -0.465705253187009671 +76449 aapg_aa_144.html aapg_aa_144.html:142:14720:14725 Atoka Atoka, Oklahoma -0.446029671493266278 +76450 palaios_html_2994452429 palaios_html_2994452429:1728:145193:145210 Montney Lacombe, Alberta -0.0332519228723545321 +76451 cspg_html_5241714595 cspg_html_5241714595:525:79867:79882 Nisku Lacombe, Alberta 0.034762106259212 +76452 cspg_html_4666332434 cspg_html_4666332434:557:77026:77047 Belly River Lacombe, Alberta 0.000548948298213387093 +76453 aapg_ac_91.html aapg_ac_91.html:474:36077:36098 Little Flat Lacombe, Alberta -0.494751281926012032 +76454 aapg_ah_487.html aapg_ah_487.html:18:3034:3050 Midway Texas -0.469028899015838996 +76455 aapg_aa_37.html aapg_aa_37.html:363:45516:45526 Mill Creek Logan, Utah 0.0211803960352845225 +76456 gsa_html_4667678389 gsa_html_4667678389:1293:122658:122699 Yellowjacket Boise, Idaho -0.0464198453094291294 +76457 sedimentology_html_7624323956 sedimentology_html_7624323956:159:10020:10036 Noonday Dolomite Death Valley -0.483015252079283031 +76458 aapg_ae_28.html aapg_ae_28.html:733:58366:58372 Herald West, Texas -0.471340610693628537 +76459 aapg_ah_121.html aapg_ah_121.html:19:1788:1795 Cypress Harrodsburg, Indiana -0.473746101631411953 +76460 aapg_ah_978.html aapg_ah_978.html:278:27037:27052 Etchegoin Rancho Santa Margarita, California -0.00662225056898431159 +76461 aapg_ai_197.html aapg_ai_197.html:736:79609:79617 Scotland England -0.470292003998596664 +76462 gsa_html_3648258377 gsa_html_3648258377:527:51810:51832 Marshalltown Bass River Township, New Jersey -0.0277017418114762735 +76463 aapg_ai_276.html aapg_ai_276.html:337:43186:43194 Virginia Cape Henry Light -0.0825937493199244283 +76464 aapg_ad_913.html aapg_ad_913.html:389:48649:48655 Moscow Russia -0.00241642073130457187 +76465 sedimentology_html_6008075388 sedimentology_html_6008075388:1145:43886:43890 Hall London, Ontario -0.0407754352992212923 +76466 cspg_html_2803424832 cspg_html_2803424832:51:6670:6691 Blind Fiord Ellesmere Island -0.00789569115444584309 +76467 aapg_af_399.html aapg_af_399.html:579:57501:57509 Colorado Denver -0.533451607074516998 +76468 aapg_ai_583.html aapg_ai_583.html:521:65857:65883 Swift Cheyenne, Wyoming -0.425371763818281734 +76469 gsa_html_4339524478 gsa_html_4339524478:726:74114:74137 Elkhorn Ridge Argillite Houston -0.492281675671482677 +76470 aapg_ad_466.html aapg_ad_466.html:451:53585:53591 Peedee North Carolina -0.51380234798317781 +76471 aapg_ac_258.html aapg_ac_258.html:20:3502:3512 Henryhouse Clarita, Oklahoma -0.474918987556243288 +76472 aapg_ai_836.html aapg_ai_836.html:1247:124945:124949 Ladd Atlantic Ocean -0.0112575432774917814 +76473 aapg_ae_134.html aapg_ae_134.html:139:13870:13881 San Antonio Texas -0.44961357796588941 +76474 aapg_ak_104.html aapg_ak_104.html:61:8769:8782 Madison Cheyenne, Wyoming -0.482917309945881279 +76475 AMJC_html_4912571726 AMJC_html_4912571726:866:78276:78284 Scotland London, Ontario -0.482963947665808413 +76476 gsa_html_9312061344 gsa_html_9312061344:1224:103877:103905 Green River Colorado -0.0142044328576254025 +76477 palaios_html_8474347362 palaios_html_8474347362:347:47655:47674 Gosport Sand Alabama -0.0607524436830816084 +76478 AMJC_html_5421639085 AMJC_html_5421639085:758:72956:73004 Open Virginia -0.0497759240720029236 +76479 aapg_ad_564.html aapg_ad_564.html:4420:337874:337885 Mowry Powder River Basin -1.26111343949878041 +76480 geology_html_8921428298 geology_html_8921428298:223:23045:23058 Imnaha Basalt Earth -0.499460251131451871 +76481 AMJC_html_6242114524 AMJC_html_6242114524:765:80194:80210 Fish Canyon Tuff Durango, Durango -0.0425131277640511673 +76482 cspg_html_3740794265 cspg_html_3740794265:561:51107:51115 Edmonton Edmonton, London -0.0355033554965811168 +76483 geology_html_1819050214 geology_html_1819050214:289:22990:23016 Sandia Yucca Mountain 0.013403391494118528 +76484 gsa_html_8833777630 gsa_html_8833777630:507:61351:61357 Denver Cheyenne, Wyoming -0.00871745152629535731 +76485 cspg_html_2018998204 cspg_html_2018998204:49:5914:5929 Nonda Anchorage, Alaska -0.192792570334414215 +76486 geology_html_7526114759 geology_html_7526114759:46:3842:3850 Columbia Victoria, British Columbia -0.0526836311466746532 +76487 cspg_html_5484260516 cspg_html_5484260516:982:77688:77706 Palliser Lacombe, Alberta -0.455347020329573748 +76488 aapg_ai_255.html aapg_ai_255.html:559:80190:80196 Guelph Guelph -0.0448677412107618342 +76489 aapg_ai_105.html aapg_ai_105.html:673:80423:80437 Duchesne River Lake Fork (Texas) -0.063513001885771872 +76490 aapg_ai_334.html aapg_ai_334.html:194:20042:20046 Hall Belize -0.432624764132568007 +76491 aapg_ad_865.html aapg_ad_865.html:261:27370:27385 Ouray Ouray, Colorado -0.450242601748815363 +76492 cspg_html_1665574291 cspg_html_1665574291:77:13180:13205 Porcupine Calgary -0.0142044328576254025 +76493 aapg_ac_730.html aapg_ac_730.html:643:94956:94976 Dakota Logan, Utah 0.363982404717542951 +76494 aapg_ai_946.html aapg_ai_946.html:348:46103:46131 Niobrara Lacombe, Alberta 0.19104577353378302 +76495 aapg_ac_545.html aapg_ac_545.html:475:55404:55412 Bullhead Victoria, British Columbia -0.0275887108223223723 +76496 cspg_html_6255491344 cspg_html_6255491344:39:6346:6354 Columbia Fernie, British Columbia -0.0138430056451466221 +76497 aapg_ah_505.html aapg_ah_505.html:1875:148857:148865 Colorado Boulder, Colorado -0.041445748202081481 +76498 aapg_aa_745.html aapg_aa_745.html:466:55884:55907 Brushy Canyon New Mexico -0.462111625185478381 +76499 palaios_html_8350911205 palaios_html_8350911205:13:621:627 Oregon Salem, Oregon -0.00711042808523288782 +76500 sedimentology_html_8197219803 sedimentology_html_8197219803:737:56440:56456 Charny Quebec City -0.476935975501023179 +76501 aapg_aa_959.html aapg_aa_959.html:245:21030:21037 Wasatch Logan, Utah -0.446669666957771216 +76502 gsa_html_4431779557 gsa_html_4431779557:815:66454:66473 Seminole Muleshoe National Wildlife Refuge -0.472574788136010782 +76503 aapg_ai_144.html aapg_ai_144.html:5:659:666 Cardium Western world -0.0572236398405048391 +76504 aapg_af_471.html aapg_af_471.html:212:24965:24974 Hartselle Hartselle, Alabama -0.508674901751657416 +76505 aapg_ac_835.html aapg_ac_835.html:1093:159422:159430 Tensleep Big Horn, Wyoming -0.48957011234425174 +76506 cspg_html_8121202912 cspg_html_8121202912:299:36702:36722 Beaverfoot Richmond, California -0.00984327149097449609 +76507 cspg_html_8649903682 cspg_html_8649903682:388:30758:30765 Cadomin Lacombe, Alberta -0.026734922025780393 +76508 aapg_ae_416.html aapg_ae_416.html:184:16309:16319 Rio Grande Texas -0.110923797619282435 +76509 aapg_ai_975.html aapg_ai_975.html:22:5946:5953 Hosston Balcones Fault -0.0300077841382245594 +76510 aapg_ac_55.html aapg_ac_55.html:310:37011:37029 St Marys Maryland 0.0324899486535596832 +76511 aapg_ai_1.html aapg_ai_1.html:170:15302:15307 Molas Hermosa, Chicago -0.484191429205932 +76512 cspg_html_2686470104 cspg_html_2686470104:237:23733:23741 Columbia Victoria, British Columbia -0.503560030365998723 +76513 cspg_html_3447886929 cspg_html_3447886929:733:83570:83591 Lawrence Mississippian culture -0.0378335861423178335 +76514 aapg_af_622.html aapg_af_622.html:87:6888:6900 Grand Rapids Mecosta County, Michigan -0.0260481030214056476 +76515 aapg_ae_73.html aapg_ae_73.html:447:58855:58861 Dakota Las Vegas Strip 0.016480847365564915 +76516 cspg_html_1462870252 cspg_html_1462870252:996:103811:103818 Windsor Edmonton, London -0.44304146514738707 +76517 AMJC_html_4066670641 AMJC_html_4066670641:14:635:645 Washington Seattle -0.445016883536767272 +76518 gsa_html_9242238185 gsa_html_9242238185:55:3380:3408 Green River Colorado -0.00972860319356922895 +76519 aapg_ah_505.html aapg_ah_505.html:522:40205:40223 Manitou Fremont, California 0.00270479477611077846 +76520 sedimentology_html_3417381350 sedimentology_html_3417381350:1209:94580:94598 Monterey California 0.00100756364994161328 +76521 aapg_ae_941.html aapg_ae_941.html:81:8723:8731 Woodbine Long Lake, New York 0.20481991335542768 +76522 aapg_ai_863.html aapg_ai_863.html:87:11593:11600 Carrizo Leon County, Florida 0.796567191203908953 +76523 aapg_ah_48.html aapg_ah_48.html:117:14938:14955 Dakota Nebraska -0.420395587036969776 +76524 cspg_html_1019614994 cspg_html_1019614994:238:37624:37665 Exshaw Regina, Saskatchewan -0.02980429327875583 +76525 aapg_ad_834.html aapg_ad_834.html:82:9307:9315 Imperial Lacombe, Alberta -0.00146791674633970823 +76526 aapg_aa_484.html aapg_aa_484.html:130:10881:10889 Seminole Seminole, Texas -0.443715087361728711 +76527 aapg_af_734.html aapg_af_734.html:351:46268:46291 Moose Channel Canada -0.00952011624606233578 +76528 cspg_html_8298261690 cspg_html_8298261690:6:401:410 Cold Lake Lacombe, Alberta -0.0405316972270710618 +76529 aapg_aa_105.html aapg_aa_105.html:653:68555:68565 Blackstone Kootenay River -0.435714594595624227 +76530 cspg_html_3804945581 cspg_html_3804945581:10:1722:1730 Whitemud Lacombe, Alberta -0.524076550402591268 +76531 cspg_html_9735723617 cspg_html_9735723617:259:32887:32908 Blue Fiord Melville Island (Canada) -0.442548827459522287 +76532 geology_html_9314524367 geology_html_9314524367:129:13948:13971 Sailor Canyon Reno, Nevada -0.477179162580930738 +76533 aapg_ai_594.html aapg_ai_594.html:307:32742:32772 Fountain Fremont County, Wyoming -0.0456028204416603147 +76534 aapg_ai_146.html aapg_ai_146.html:336:24564:24572 Sawtooth Southern Alberta -0.460953349343471763 +76535 palaios_html_4248881045 palaios_html_4248881045:15:867:883 Toreva Arizona -0.496867763222673786 +76536 aapg_ah_108.html aapg_ah_108.html:736:57096:57120 Peten Guatemala -0.014941203695627946 +76537 aapg_aa_158.html aapg_aa_158.html:204:21248:21266 Cloverly Cheyenne, Wyoming -0.0236314487961183893 +76538 aapg_af_684.html aapg_af_684.html:505:53198:53204 Oregon Klamath Mountains (ecoregion) -0.42422364691980291 +76539 cspg_html_8362959053 cspg_html_8362959053:47:7320:7340 Mountain Park Mountain Park (Holyoke, Massachusetts) -0.0780173331779520363 +76540 aapg_ai_980.html aapg_ai_980.html:561:49241:49248 Rierdon Sunriver, Oregon -0.410654977258053444 +76541 cspg_html_8089302449 cspg_html_8089302449:288:49333:49346 Watt Mountain Great Slave Lake 0.335063647574683154 +76542 gsa_html_8010927234 gsa_html_8010927234:364:30306:30324 Rangeley Rangeley, Maine -0.00161731451970968361 +76543 jgeology_html_4305195651 jgeology_html_4305195651:2242:159169:159184 Price Huntington, West Virginia -0.218775494585031899 +76544 gsa_html_6736833466 gsa_html_6736833466:565:51499:51519 Cutler Logan, Utah 0.0119577510561948014 +76545 cspg_html_9228109535 cspg_html_9228109535:81:12160:12165 Nisku Rocky Mountains -0.463576984228818378 +76546 aapg_af_381.html aapg_af_381.html:71:8842:8847 Sespe Santa Monica Mountains -0.44280960294495586 +76547 cspg_html_6383234409 cspg_html_6383234409:565:59400:59420 Bird Fiord Ellesmere Island -0.00771674737466516297 +76548 geology_html_7526114759 geology_html_7526114759:163:13406:13416 Washington Coast Mountains -0.0282234355137958928 +76549 aapg_ad_721.html aapg_ad_721.html:581:55367:55372 Queen Carlsbad, New Mexico -0.0261141753191342467 +76550 aapg_ah_419.html aapg_ah_419.html:65:6827:6840 Bearpaw Lethbridge 0.765977507200709562 +76551 aapg_ae_873.html aapg_ae_873.html:61:8134:8146 Rodessa Paluxy, Texas -0.0347847257870449039 +76552 aapg_ae_113.html aapg_ae_113.html:361:47795:47815 Stuart Western world -0.431219036147121426 +76553 aapg_ai_499.html aapg_ai_499.html:281:24294:24303 Mesaverde New Mexico -0.441419648744354465 +76554 aapg_af_575.html aapg_af_575.html:1181:170152:170158 Dakota Cheyenne, Wyoming -0.0246502217343385795 +76555 aapg_ad_724.html aapg_ad_724.html:145:17832:17836 Word El Capitan -0.480602591853576067 +76556 cspg_html_4626597050 cspg_html_4626597050:164:20608:20616 Dinwoody Cheyenne, Wyoming 0.989206723400491428 +76557 cspg_html_5891044027 cspg_html_5891044027:290:55418:55433 Altyn Purcell Mountains -0.452896019392303839 +76558 gsa_html_1326487457 gsa_html_1326487457:247:21243:21261 La Cruz Tumbes (city) -0.485252303872338198 +76559 aapg_ad_67.html aapg_ad_67.html:103:13723:13737 Rockdale Holly Springs, Mississippi -0.482597909534674852 +76560 aapg_ad_808.html aapg_ad_808.html:596:37746:37766 Phosphoria Boise, Idaho 0.0244033457233374246 +76561 aapg_ac_550.html aapg_ac_550.html:49:6491:6497 Moscow Russia -0.47601017133294582 +76562 sedimentology_html_5613495298 sedimentology_html_5613495298:934:47171:47196 Chinle Chinle Formation 0.825053903938731459 +76563 aapg_ai_28.html aapg_ai_28.html:211:19073:19080 Lagarto Beaumont, Texas 0.6166416071262526 +76564 aapg_ah_134.html aapg_ah_134.html:128:10472:10490 Hosston Paluxy, Texas 0.00738665861447657893 +76565 cspg_html_6702053097 cspg_html_6702053097:539:67567:67584 Theresa Quebec City -0.0389492941804812226 +76566 aapg_ae_74.html aapg_ae_74.html:697:65913:65920 Paradox San Juan, Argentina 0.335881497593952916 +76567 gsa_html_6784853399 gsa_html_6784853399:88:8537:8558 Tuscan Florence, Alabama -0.0330222814746261376 +76568 aapg_ac_276.html aapg_ac_276.html:127:11166:11173 Waverly Morgan County, Indiana -0.465561228542891226 +76569 aapg_ai_299.html aapg_ai_299.html:153:12795:12804 Red River Shreveport, Louisiana -0.448691045323912019 +76570 cspg_html_9174463232 cspg_html_9174463232:211:20993:21006 Sulphur Point Great Slave Lake -0.028972971193404428 +76571 sedimentology_html_6951714124 sedimentology_html_6951714124:37:2762:2787 Swift Lacombe, Alberta -0.468255854243320946 +76572 palaios_html_3055982207 palaios_html_3055982207:429:50387:50394 Laramie Cheyenne, Wyoming -0.0355346770173999987 +76573 aapg_ae_354.html aapg_ae_354.html:101:11380:11431 Dakota Niobrara, Nebraska 0.922905821897894718 +76574 aapg_ac_575.html aapg_ac_575.html:536:80708:80716 Woodside Logan, Utah -0.460964719996515115 +76575 cspg_html_4286634979 cspg_html_4286634979:65:8450:8465 Pense Williston Basin -0.0434656937810903587 +76576 cspg_html_6644065685 cspg_html_6644065685:313:32500:32520 Weatherall Melville Island (Canada) 0.391976194633523567 +76577 palaios_html_3889678675 palaios_html_3889678675:539:48464:48480 Viking Lacombe, Alberta -0.0310531186314172737 +76578 sedimentology_html_1463603507 sedimentology_html_1463603507:940:65446:65463 White River Chadron, Nebraska -0.496102469458349238 +76579 aapg_ad_599.html aapg_ad_599.html:406:45150:45158 Virginia Virginia -0.496043265221558505 +76580 sedimentology_html_3358647812 sedimentology_html_3358647812:1091:85464:85480 Dakota New Mexico -0.110595399965676564 +76581 aapg_ac_924.html aapg_ac_924.html:1312:89633:89649 Amsden Cheyenne, Wyoming 0.951095768923187368 +76582 gsa_html_5293445820 gsa_html_5293445820:183:22396:22407 Sheep Creek Moose Creek, Alaska -0.473718414704639712 +76583 palaios_html_5898287170 palaios_html_5898287170:782:57637:57646 Lancaster Sahara Desert (ecoregion) -0.43347626990885002 +76584 palaios_html_7860397774 palaios_html_7860397774:929:68811:68828 La Luna Venezuela -0.479496330331430576 +76585 aapg_ae_997.html aapg_ae_997.html:12:1983:2001 Evanston Absaroka -0.471382028770717776 +76586 cspg_html_1915486237 cspg_html_1915486237:392:43294:43302 Columbia Victoria, British Columbia -0.0156814715209821626 +76587 aapg_ac_749.html aapg_ac_749.html:104:14581:14587 Guelph Guelph -0.441459714368856782 +76588 aapg_af_663.html aapg_af_663.html:24:3238:3258 Fort Scott Lexington, Kentucky 0.317838196784148208 +76589 cspg_html_1894459898 cspg_html_1894459898:425:41844:41866 Winnipegosis Regina, Saskatchewan -0.474300024554483501 +76590 aapg_ac_63.html aapg_ac_63.html:174:16396:16405 Smackover Haynesville, Louisiana -0.423098733122919901 +76591 gsa_html_4067269733 gsa_html_4067269733:737:68097:68123 Colorado California -0.479893584862882694 +76592 palaios_html_6944542452 palaios_html_6944542452:61:6794:6813 Glen Rose Texas -0.0803119937926942556 +76593 cspg_html_1230998910 cspg_html_1230998910:17:2009:2021 Cooking Lake Lacombe, Alberta -0.460487277041231158 +76594 aapg_af_639.html aapg_af_639.html:24:2476:2495 Nanafalia Marthaville, Louisiana 0.00313388258007131059 +76595 geology_html_4334622851 geology_html_4334622851:229:24756:24762 Pueblo Colorado -0.505150548331609439 +76596 aapg_aa_22.html aapg_aa_22.html:180:18588:18593 Upham New Mexico -0.0498491257699788942 +76597 aapg_ai_592.html aapg_ai_592.html:342:55105:55110 Uinta Uinta Mountains -0.448350101124535771 +76598 aapg_af_188.html aapg_af_188.html:20:3108:3123 Mt Lytton Colorado -0.454305775206324536 +76599 aapg_ae_473.html aapg_ae_473.html:144:12287:12307 Tuscaloosa Tuscaloosa, Alabama -0.409420769294208231 +76600 AMJC_html_1938223835 AMJC_html_1938223835:597:73367:73386 Ripogenus West Branch, Iowa -0.465104162426203172 +76601 aapg_ai_949.html aapg_ai_949.html:101:16235:16265 Kugmallit Mackenzie River -0.475991665297052891 +76602 sedimentology_html_5997176917 sedimentology_html_5997176917:1124:77480:77489 Extension Tyrrhenian Sea -0.0330918692882290547 +76603 aapg_ai_515.html aapg_ai_515.html:128:15252:15273 Green River Uinta Mountains -0.474918987556243288 +76604 aapg_ah_84.html aapg_ah_84.html:3:386:409 Seven Rivers Texas -0.0414509716121673408 +76605 aapg_ae_185.html aapg_ae_185.html:571:50170:50181 Haynesville Carterville, Illinois -0.00746310002878541098 +76606 aapg_ae_498.html aapg_ae_498.html:689:74734:74756 Nealmont Virginia -0.452003931056544739 +76607 cspg_html_7278001817 cspg_html_7278001817:602:72980:72997 Halfway Lacombe, Alberta -0.466759861116235797 +76608 gsa_html_3069013284 gsa_html_3069013284:411:42872:42908 Forest Arizona -0.00514558121477792525 +76609 cspg_html_6252849194 cspg_html_6252849194:265:32101:32108 Bearpaw Lacombe, Alberta -0.128404879766470886 +76610 aapg_af_23.html aapg_af_23.html:20:3076:3081 Eagle Porcupine River (Ontario) -0.0412855650787417178 +76611 aapg_aa_736.html aapg_aa_736.html:118:10852:10867 Coldwater Sunbury, Pennsylvania -0.445106268068768518 +76612 geology_html_4457882060 geology_html_4457882060:267:22381:22386 Piper California 0.00736581097593620986 +76613 aapg_ai_583.html aapg_ai_583.html:330:39185:39202 Rierdon Cheyenne, Wyoming -0.456608964648804683 +76614 gsa_html_5055519891 gsa_html_5055519891:54:3341:3369 Green River Colorado 0.000213672889406611738 +76615 gsa_html_6671095334 gsa_html_6671095334:66:5790:5818 Green River New Mexico -0.0280825762237737336 +76616 aapg_ad_194.html aapg_ad_194.html:4:610:625 Nopah Reno, Nevada -0.235311874701958496 +76617 aapg_ah_779.html aapg_ah_779.html:372:69508:69519 Dutch Creek Montgomery (town), New York -0.446011775932438015 +76618 gsa_html_1409496185 gsa_html_1409496185:89:9413:9444 Ohanapecosh Mount Rainier, Maryland -0.462453250854801823 +76619 aapg_ae_454.html aapg_ae_454.html:266:21197:21210 Cotton Valley Limestone County, Alabama -0.198153815930798033 +76620 geology_html_5195673456 geology_html_5195673456:220:20020:20029 Extension England -0.463697875765281653 +76621 cspg_html_9152086986 cspg_html_9152086986:196:20000:20012 Halfway Victoria, British Columbia -0.0360984802655648293 +76622 gsa_html_9979192554 gsa_html_9979192554:18:1114:1130 Keenan Quartzite Canada -0.494139109891835016 +76623 cspg_html_6038396142 cspg_html_6038396142:56:8044:8052 Winnipeg Winnipeg 0.0191780858485972837 +76624 aapg_ad_800.html aapg_ad_800.html:136:16094:16100 Taylor Demopolis, Alabama -0.0422554127519972483 +76625 cspg_html_7409170811 cspg_html_7409170811:408:60910:60926 Exshaw Lacombe, Alberta -0.428896893887351471 +76626 aapg_ac_22.html aapg_ac_22.html:85:9235:9241 Paluxy Mississippi River 0.326792249269522939 +76627 sedimentology_html_5315330584 sedimentology_html_5315330584:110:11123:11127 Java Sumatra -0.0152331376513424877 +76628 aapg_ai_255.html aapg_ai_255.html:494:72749:72755 Guelph Ontario, California -0.435838488044850259 +76629 gsa_html_2369908260 gsa_html_2369908260:1308:128031:128034 Rye California -0.0149690067830474411 +76630 aapg_ac_211.html aapg_ac_211.html:49:6194:6207 Madison Teton County, Idaho -0.467870731747513147 +76631 cspg_html_6306091047 cspg_html_6306091047:134:20294:20302 Columbia Victoria, British Columbia -0.0268166470016257402 +76632 gsa_html_5577402146 gsa_html_5577402146:1186:106434:106462 Green River New Mexico 0.00700097865383239332 +76633 cspg_html_5198658336 cspg_html_5198658336:13:1164:1189 Porcupine Lacombe, Alberta -0.454041701910604445 +76634 aapg_af_779.html aapg_af_779.html:10:1983:1992 Coldwater Michigan -0.0200123557721791495 +76635 cspg_html_9648675035 cspg_html_9648675035:41:4806:4814 Columbia Lacombe, Alberta -0.0164252377233713442 +76636 gsa_html_9506242690 gsa_html_9506242690:650:62814:62818 Bond North Atlantic Current -0.491989389258511933 +76637 aapg_ae_324.html aapg_ae_324.html:502:50640:50647 Tellico Farragut, Tennessee -0.0901588284889793395 +76638 aapg_ac_517.html aapg_ac_517.html:14:1568:1580 Saskatchewan Manitoba -0.469070208322842297 +76639 cspg_html_4235335749 cspg_html_4235335749:12:1452:1472 Milk River Lacombe, Alberta -0.0299260395523841712 +76640 sedimentology_html_5673709888 sedimentology_html_5673709888:276:25342:25355 Edwards Texas -0.0296755913479795769 +76641 cspg_html_2018998204 cspg_html_2018998204:66:7786:7806 Nonda Richmond, California -0.0074248793072545817 +76642 aapg_af_292.html aapg_af_292.html:210:22405:22411 Denver Colorado -0.484098022941034878 +76643 palaios_html_2158038376 palaios_html_2158038376:796:67604:67623 Athabasca Canada -0.453130450697368015 +76644 geology_html_9851766783 geology_html_9851766783:261:22671:22682 Green River Kentucky -0.439098796420780313 +76645 aapg_ad_603.html aapg_ad_603.html:39:3420:3428 Frontier Powder River (Montana) -0.051480663363561531 +76646 gsa_html_5107598462 gsa_html_5107598462:375:32000:32010 Waynesboro Salina, Kansas -0.0391129188633264693 +76647 aapg_ai_249.html aapg_ai_249.html:99:15398:15418 Todos Santos Mexico 0.344032870201070595 +76648 palaios_html_4356021700 palaios_html_4356021700:610:55464:55497 Morrison Cheyenne, Wyoming -0.43919205226689878 +76649 aapg_ac_462.html aapg_ac_462.html:140:15316:15330 San Pedro Los Angeles -0.442575570278969321 +76650 aapg_ae_345.html aapg_ae_345.html:850:73932:73942 Tuscaloosa New Delhi -0.43867038361858135 +76651 palaios_html_6090005613 palaios_html_6090005613:608:38776:38798 Attawapiskat Ontario, California -0.0140758476190941898 +76652 aapg_ad_318.html aapg_ad_318.html:111:15275:15281 Racine Illinois -0.00764378019701813464 +76653 aapg_ah_978.html aapg_ah_978.html:432:39951:39966 Monterey Monterey, California 0.0340539647166444512 +76654 aapg_af_988.html aapg_af_988.html:56:4943:4967 Nisku Canada -0.488123721391326648 +76655 cspg_html_3550853247 cspg_html_3550853247:105:11219:11231 Saskatchewan Regina, Saskatchewan -0.0115181647621516343 +76656 aapg_af_575.html aapg_af_575.html:1153:166072:166077 Tokio Arkansas 0.374402739449963939 +76657 gsa_html_8771785456 gsa_html_8771785456:630:56964:56972 Columbia Victoria, British Columbia -0.0280825762237737336 +76658 aapg_ah_456.html aapg_ah_456.html:34:3596:3607 Black Creek Glasgow -0.0426820396306177158 +76659 aapg_ae_805.html aapg_ae_805.html:378:44424:44429 Ouray Colorado 0.952536965670598423 +76660 aapg_ah_160.html aapg_ah_160.html:43:6895:6903 Michigan Ohio 0.00875567330735306688 +76661 aapg_ae_959.html aapg_ae_959.html:1651:119737:119757 Dog Creek San Angelo, Texas -0.0399833098271603696 +76662 aapg_ae_171.html aapg_ae_171.html:23:3336:3342 Denver Fort Collins, Colorado -0.0641976627125528526 +76663 sedimentology_html_6473571818 sedimentology_html_6473571818:139:16900:16938 Kingston Peak Knoxville, Tennessee -0.0292460145715184028 +76664 aapg_ai_583.html aapg_ai_583.html:433:54541:54546 Swift Cheyenne, Wyoming 0.0108266535129968935 +76665 aapg_ai_974.html aapg_ai_974.html:378:40869:40875 Oregon Salem, Oregon -0.472574788136010782 +76666 gsa_html_5628658687 gsa_html_5628658687:595:63744:63764 Hess Mazatzal Mountains -0.502936613094039808 +76667 AMJC_html_9749062244 AMJC_html_9749062244:12:533:546 Santa Barbara California -0.456355529459316345 +76668 aapg_af_799.html aapg_af_799.html:230:15070:15085 Tejon Coalinga, California -0.474918987556243288 +76669 sedimentology_html_7195393000 sedimentology_html_7195393000:1454:100201:100217 Viking Lacombe, Alberta -0.0213629091377398328 +76670 cspg_html_5541725202 cspg_html_5541725202:643:77528:77540 Hillsborough New Brunswick, New Jersey -0.0397187025652964501 +76671 aapg_aa_702.html aapg_aa_702.html:1150:129542:129550 Colorado Denver -0.460569106302977371 +76672 aapg_ad_568.html aapg_ad_568.html:158:25074:25080 Navajo Kayenta, Arizona -0.513729771109706412 +76673 gsa_html_5002851212 gsa_html_5002851212:369:25150:25158 Colorado Cheyenne, Wyoming -0.499298579771170536 +76674 palaios_html_5582845937 palaios_html_5582845937:282:28403:28410 Hampton Virginia -0.439223139625051329 +76675 aapg_ah_772.html aapg_ah_772.html:632:51816:51837 Scotty Wash Quartzite Logan, Utah -0.207205851494708382 +76676 cspg_html_9018334227 cspg_html_9018334227:444:58470:58478 Columbia Victoria, British Columbia -0.450784359288809666 +76677 cspg_html_8427119881 cspg_html_8427119881:173:22051:22070 Athabasca Canada -0.517959661345332334 +76678 aapg_ae_16.html aapg_ae_16.html:518:62845:62865 Besa River Victoria, British Columbia 0.866957103322517408 +76679 aapg_ac_65.html aapg_ac_65.html:156:15945:15962 Oquirrh Uinta Mountains -0.0508792537248642374 +76680 aapg_ah_182.html aapg_ah_182.html:286:31331:31353 Jacksonburg Lehigh County, Pennsylvania -0.454089094007790295 +76681 aapg_ah_277.html aapg_ah_277.html:178:23900:23917 Viking Colorado 0.0043290832410277846 +76682 aapg_ae_305.html aapg_ae_305.html:1807:172317:172336 Sierra Colombia -0.473653815287124913 +76683 cspg_html_1962846283 cspg_html_1962846283:374:41135:41153 Cadomin Kootenay River -0.450676431675374467 +76684 aapg_ae_24.html aapg_ae_24.html:282:26668:26680 Rhode Island North Carolina -0.12825929891536314 +76685 aapg_ai_29.html aapg_ai_29.html:71:7716:7723 Reynosa Oakville, California -0.0398318560820373618 +76686 gsa_html_9207276905 gsa_html_9207276905:295:24845:24856 Peace River Fraser River (Colorado) -0.0221051486888918687 +76687 aapg_ae_983.html aapg_ae_983.html:325:25467:25475 Kankakee Illinois -0.448377013151321557 +76688 aapg_af_892.html aapg_af_892.html:205:19592:19604 Marble Falls Burnett County, Wisconsin -0.467130759519596039 +76689 gsa_html_6589330144 gsa_html_6589330144:109:14740:14748 Loveland Loveland, Ohio -0.48312719960823608 +76690 cspg_html_4205215905 cspg_html_4205215905:22:3269:3277 Dunvegan Lacombe, Alberta -0.425402399125748287 +76691 aapg_ae_454.html aapg_ae_454.html:114:9690:9707 Bossier Bellevue, Nebraska -0.447780648817617921 +76692 aapg_af_486.html aapg_af_486.html:12:1563:1583 Tyonek Kenai, Alaska -0.49743685420806627 +76693 palaios_html_3022467877 palaios_html_3022467877:385:43864:43872 Navesink Navesink River -0.455188836413653375 +76694 cspg_html_7779401416 cspg_html_7779401416:54:6833:6843 Cabot Head Manitoulin Island 0.0318845801678622684 +76695 aapg_aa_684.html aapg_aa_684.html:6:761:778 Ankareh Cheyenne, Wyoming -0.0158448200336194084 +76696 aapg_ah_972.html aapg_ah_972.html:171:15205:15213 Wellborn Brazos County, Texas -0.386955342590981966 +76697 geology_html_3788375776 geology_html_3788375776:33:3149:3202 Provo South Georgia and the South Sandwich Islands -0.0303173748455716902 +76698 geology_html_2214035134 geology_html_2214035134:291:24681:24689 Temporal Salem, Oregon -0.050574209527444236 +76699 cspg_html_3354282978 cspg_html_3354282978:631:81318:81357 Leduc Canada 0.948019607893963445 +76700 aapg_ai_997.html aapg_ai_997.html:776:66891:66907 Forbes Central Valley (California) 1.04766328603961845 +76701 aapg_aa_145.html aapg_aa_145.html:808:87794:87801 Coryell Kootenay West 0.0131896685317451842 +76702 cspg_html_9717154602 cspg_html_9717154602:17:2879:2886 Bearpaw Red Deer, Alberta -0.0316027812971720334 +76703 aapg_ac_423.html aapg_ac_423.html:19:2983:2989 Brazil Atlantic Ocean -0.423098733122919901 +76705 aapg_af_575.html aapg_af_575.html:922:131886:131892 Nowata Des Moines, Washington 0.0219626084121762773 +76706 aapg_ah_27.html aapg_ah_27.html:527:64993:65004 Atoka Texas -0.390244946076485411 +76707 sedimentology_html_7069619943 sedimentology_html_7069619943:1167:87316:87321 Cadiz Black Sea -0.0448416139900337171 +76708 jgeology_html_4305195651 jgeology_html_4305195651:2593:175582:175598 Pocono Huntington, West Virginia 0.417578421309473702 +76709 aapg_ae_562.html aapg_ae_562.html:129:13137:13157 Allegheny Huntington, West Virginia 0.334123919897969135 +76710 aapg_ac_133.html aapg_ac_133.html:274:47984:47990 Urenui Taranaki Region 0.0379606416920176618 +76711 aapg_ah_5.html aapg_ah_5.html:2264:151102:151119 Skull Creek Knoxville, Tennessee -0.101870553853555687 +76712 aapg_ad_466.html aapg_ad_466.html:375:45377:45384 Raritan Closter, New Jersey 0.00167290441282642237 +76713 cspg_html_6038396142 cspg_html_6038396142:61:9055:9074 Red River Winnipeg -0.940858481870466945 +76714 aapg_ah_654.html aapg_ah_654.html:582:60919:60946 Wind River Badwater Basin -0.456416618922522499 +76715 cspg_html_4409656292 cspg_html_4409656292:736:77955:77963 Dunvegan Victoria, British Columbia -0.456391730122837791 +76716 palaios_html_7679079277 palaios_html_7679079277:696:59319:59337 Sundance Greybull, Wyoming -0.4847520804564589 +76717 sedimentology_html_3941612453 sedimentology_html_3941612453:161:16329:16347 Quinault Washington (state) -0.509731055861850857 +76718 aapg_ac_333.html aapg_ac_333.html:1117:132692:132702 San Andres New Mexico -0.430132022580851703 +76719 aapg_ad_828.html aapg_ad_828.html:36:2180:2192 Modelo Ventura County, California -0.0670629335788035658 +76720 aapg_ai_974.html aapg_ai_974.html:522:55242:55252 Washington Salem, Oregon -0.477308890203395286 +76721 sedimentology_html_2664743350 sedimentology_html_2664743350:1098:93986:93995 Peninsula Korea -0.47735290933611807 +76722 aapg_ad_959.html aapg_ad_959.html:85:9053:9074 Clays Ferry Kentucky 0.277008421373724445 +76723 cspg_html_6038396142 cspg_html_6038396142:76:11650:11668 Winnipeg Williston Basin -0.443692774120845845 +76724 gsa_html_6015282381 gsa_html_6015282381:699:63036:63064 Green River New Mexico -0.02166536358211529 +76725 aapg_af_628.html aapg_af_628.html:215:21350:21361 Paint Creek Vienna -0.0596178478363224226 +76726 cspg_html_9778753186 cspg_html_9778753186:6:335:354 Crowsnest Arctic Cordillera -0.473695342935840036 +76727 AMJC_html_5916115748 AMJC_html_5916115748:1193:114066:114085 Montesano Washington (state) -0.0489655236632166313 +76728 aapg_aa_4.html aapg_aa_4.html:287:38439:38445 Ithaca West Fork River -0.442542141875480355 +76729 cspg_html_2834693711 cspg_html_2834693711:1095:126026:126036 Washington Victoria, British Columbia -0.0175687387296353664 +76730 geology_html_1085819429 geology_html_1085819429:249:25980:25996 Dakota Nebraska -0.151305459233977757 +76731 aapg_ae_873.html aapg_ae_873.html:362:42031:42047 Midway Austin, Chicago -0.470218464542424608 +76732 aapg_ac_126.html aapg_ac_126.html:150:22256:22273 Haynesville Shreveport, Louisiana -0.0499955312890044065 +76733 aapg_ah_531.html aapg_ah_531.html:26:3508:3530 Diamond Peak Reno, Nevada -0.213734734148827765 +76734 geology_html_8049344680 geology_html_8049344680:86:8665:8672 Astoria California -0.44721379024503416 +76735 aapg_ae_679.html aapg_ae_679.html:613:67026:67032 Moscow Russia -0.489744032608619817 +76736 aapg_ac_699.html aapg_ac_699.html:87:7671:7682 San Antonio Texas 0.0156884224988444454 +76737 aapg_ah_647.html aapg_ah_647.html:22:2346:2352 Concha Earp, California -0.0309035312152589614 +76738 cspg_html_9354781888 cspg_html_9354781888:37:7220:7228 Winnipeg Calgary -0.0194353152309463539 +76739 aapg_aa_4.html aapg_aa_4.html:150:19656:19676 West Falls Naples, Florida 0.0037592765078730871 +76740 geology_html_6606795312 geology_html_6606795312:387:23557:23561 Bond Iceland -0.458784199315796892 +76741 aapg_ah_96.html aapg_ah_96.html:440:51440:51449 Red River Middle Ordovician -0.432567436469128874 +76742 aapg_af_532.html aapg_af_532.html:331:38947:38955 Colorado Denver -0.44714211768966694 +76743 cspg_html_8049997704 cspg_html_8049997704:6:403:424 Belly River Southern Alberta -0.0106233727047021498 +76744 cspg_html_4326384800 cspg_html_4326384800:995:145841:145852 Slave Point Lacombe, Alberta -0.429934117971200513 +76745 gsa_html_4913703235 gsa_html_4913703235:104:10171:10190 Tuscarora Huntington, West Virginia -0.473718414704639712 +76746 cspg_html_5381643866 cspg_html_5381643866:82:10316:10329 Elk Victoria, British Columbia -0.0526051706223679347 +76747 cspg_html_7896958755 cspg_html_7896958755:18:2078:2098 Clearwater Victoria, British Columbia -0.439298641817729429 +76748 aapg_ah_869.html aapg_ah_869.html:11:1439:1445 Dakota Colorado -0.438930071485580497 +76749 gsa_html_5301789232 gsa_html_5301789232:1513:116017:116045 Green River Iran -0.0129533588216162645 +76750 gsa_html_7019444969 gsa_html_7019444969:9:378:384 Sierra Sierra Nevada (Spain) -0.461026124022890449 +76751 cspg_html_4694482219 cspg_html_4694482219:300:26159:26176 Bearpaw Edmonton, London -0.461456070409902219 +76752 aapg_ai_542.html aapg_ai_542.html:169:16816:16824 Colorado Stuart, Florida -0.4597920302667165 +76753 aapg_aa_745.html aapg_aa_745.html:486:61079:61103 Brushy Canyon New Mexico 0.0219000301281467823 +76754 aapg_af_880.html aapg_af_880.html:467:70639:70643 Rico Hermosa, Chicago -0.498034815247566209 +76755 aapg_af_129.html aapg_af_129.html:455:49057:49065 Colorado Colorado -0.0534682838330376511 +76756 aapg_ae_415.html aapg_ae_415.html:388:49772:49781 Vicksburg Alabama -0.447780648817617921 +76757 palaios_html_7061055514 palaios_html_7061055514:37:3904:3912 Virginia Alabama -0.0544099822313272238 +76758 aapg_ae_415.html aapg_ae_415.html:25:3936:3958 Chickasawhay Flint River (Michigan) -0.419168591508356725 +76759 aapg_ae_984.html aapg_ae_984.html:3:155:165 Basal Carlsbad, New Mexico -0.093422689363277564 +76760 sedimentology_html_2766977848 sedimentology_html_2766977848:27:1809:1819 Fort Worth Fort Worth, Texas -0.0187574882731168305 +76761 gsa_html_9843343868 gsa_html_9843343868:659:57479:57487 Colorado Florissant, Colorado -0.442239112797514711 +76762 aapg_ah_270.html aapg_ah_270.html:74:8193:8216 Cotton Valley Texas -0.474133810779439169 +76763 cspg_html_5038387495 cspg_html_5038387495:28:2300:2318 Deadwood Winnipeg -0.954638344254473137 +76764 sedimentology_html_1006662626 sedimentology_html_1006662626:3332:71030:71038 Columbia Victoria, British Columbia -0.00514558121477792525 +76765 aapg_ae_634.html aapg_ae_634.html:68:6104:6110 Dakota Mesa County, Colorado -0.248978608131495416 +76766 aapg_ai_531.html aapg_ai_531.html:58:7088:7098 Washington Israel -0.476519241639526414 +76767 aapg_ae_182.html aapg_ae_182.html:373:39391:39399 Bellevue Bellevue, Nebraska -0.433546895631176765 +76768 aapg_ae_73.html aapg_ae_73.html:387:50607:50614 Entrada Chinle Formation -0.427650208489599781 +76769 gsa_html_8986707315 gsa_html_8986707315:922:70264:70272 Michigan Tehachapi, California -0.0198211657095899094 +76770 gsa_html_8335323050 gsa_html_8335323050:15:764:772 Virginia Missouri River -0.457514673015389395 +76771 gsa_html_5952049575 gsa_html_5952049575:212:24527:24547 Fort Union Wasatch Range -0.472832895737629988 +76772 sedimentology_html_7328045802 sedimentology_html_7328045802:965:56934:56965 Gunflint Iron Canada -2.08461351353560743e-05 +76773 palaios_html_2994452429 palaios_html_2994452429:698:66352:66384 Toad Canada -0.0176486817607870612 +76774 aapg_aa_718.html aapg_aa_718.html:680:67896:67905 Tuscarora Juniata County School District -0.0218270224173490179 +76775 geology_html_7799748611 geology_html_7799748611:223:23320:23326 Oxford Pergamon Museum -0.0245215675441684301 +76776 aapg_aa_995.html aapg_aa_995.html:406:31108:31125 Sundance Cheyenne, Wyoming 0.544073628156413802 +76777 sedimentology_html_7328045802 sedimentology_html_7328045802:132:12938:12962 Perry Rangeley, Maine -0.488731563736560848 +76778 gsa_html_6496052878 gsa_html_6496052878:30:2803:2831 Green River New Mexico -0.00514558121477792525 +76779 aapg_ai_536.html aapg_ai_536.html:78:6727:6742 Herschel Island Colville River (Washington) 0.00526371355546871849 +76780 aapg_ad_749.html aapg_ad_749.html:211:19442:19458 Kaibab Logan, Utah 0.00570844885597124405 +76781 aapg_af_892.html aapg_af_892.html:654:63747:63763 Whitehorse San Angelo, Texas -0.446110205830797302 +76782 aapg_ak_118.html aapg_ak_118.html:35:4137:4156 Cotton Valley Bossier City, Louisiana -0.451751782124743317 +76783 aapg_ah_417.html aapg_ah_417.html:24:3227:3244 Judith River Canada 0.0143677717617256336 +76784 cspg_html_3328007773 cspg_html_3328007773:1032:103747:103765 Kaskapau Lacombe, Alberta -0.0247962629365806077 +76785 gsa_html_7504740500 gsa_html_7504740500:29:2796:2824 Green River Colorado -0.443110589175295999 +76786 AMJC_html_8494031493 AMJC_html_8494031493:658:78822:78841 Roubidoux Tri-State Region -0.0140758476190941898 +76787 aapg_ai_54.html aapg_ai_54.html:169:19482:19492 Tuscaloosa Arkansas -0.0126214859139417244 +76788 cspg_html_1019614994 cspg_html_1019614994:803:104892:104905 Wabamun Lacombe, Alberta -0.478586352630804512 +76789 palaios_html_5600528347 palaios_html_5600528347:676:60916:60924 Colorado Reno, Nevada -0.0405316972270710618 +76790 aapg_aa_626.html aapg_aa_626.html:263:30253:30261 Richmond Maryland -0.48294529227432792 +76791 gsa_html_7746804722 gsa_html_7746804722:11:462:468 Oregon Salem, Oregon -0.00840994113992231743 +76792 aapg_ai_148.html aapg_ai_148.html:171:17681:17695 Colorado Calgary -0.0508949420504662894 +76793 cspg_html_1962846283 cspg_html_1962846283:6:434:452 Kootenay Victoria, British Columbia -0.0200714512738383588 +76794 cspg_html_5349145670 cspg_html_5349145670:14:1359:1376 Cardium Western world -0.00417620791845697229 +76795 cspg_html_5541937700 cspg_html_5541937700:857:106201:106230 Peace River Lacombe, Alberta -0.501624425245378647 +76796 sedimentology_html_7195393000 sedimentology_html_7195393000:1220:89938:89965 Belly River Lacombe, Alberta -0.460146402321772174 +76797 cspg_html_2408887763 cspg_html_2408887763:426:52197:52220 Mist Mountain Arctic Cordillera -0.444223975732980447 +76798 aapg_ae_875.html aapg_ae_875.html:311:36920:36940 Cariblanco San Juan, Argentina -0.481870957939069144 +76799 gsa_html_9012451044 gsa_html_9012451044:69:5065:5093 Green River Colorado -0.0260481030214056476 +76800 aapg_ah_182.html aapg_ah_182.html:66:7763:7772 Myerstown Closter, New Jersey 0.860770839566807222 +76801 aapg_ai_999.html aapg_ai_999.html:130:8196:8212 Fernie Canada -0.469506369220983932 +76802 aapg_aa_947.html aapg_aa_947.html:12:2404:2414 Washington Baltimore -0.0218200693181328578 +76803 aapg_af_2.html aapg_af_2.html:278:30530:30535 Bluff Ouray, Colorado -0.473778404154942046 +76804 cspg_html_2976104632 cspg_html_2976104632:407:46800:46818 Kootenai Lacombe, Alberta -0.000889435409818231594 +76805 aapg_ai_491.html aapg_ai_491.html:630:70139:70147 Colorado Ouray, Colorado -0.0599372594953088075 +76806 palaios_html_4619218296 palaios_html_4619218296:10:438:455 La Luna Western world -0.0485106911577510083 +76807 aapg_aa_898.html aapg_aa_898.html:60:8473:8492 Flagstaff North Horn Formation -0.472881299388360321 +76808 aapg_aa_994.html aapg_aa_994.html:53:4185:4204 Smackover Cotton Valley, Louisiana -0.465787563493960222 +76809 cspg_html_8891363498 cspg_html_8891363498:442:38106:38111 Yukon Anchorage, Alaska -0.442620143363224416 +76810 sedimentology_html_4121969043 sedimentology_html_4121969043:858:18931:18936 Provo Pittsburgh -0.0230751498951462693 +76811 gsa_html_6776599725 gsa_html_6776599725:1060:98803:98831 Green River Iran -0.0157388171484894208 +76812 cspg_html_5976982403 cspg_html_5976982403:12:1818:1826 Columbia Victoria, British Columbia -0.429978093202176226 +76813 gsa_html_5734608463 gsa_html_5734608463:1170:69335:69363 Green River Colorado -0.0283642962878183774 +76814 aapg_ae_535.html aapg_ae_535.html:39:5027:5048 Sitkalidak Kodiak Island -0.542748034927225897 +76815 aapg_ac_563.html aapg_ac_563.html:631:92196:92206 Tuscaloosa Shreveport, Louisiana 0.284612845879427978 +76816 palaios_html_1018466366 palaios_html_1018466366:1476:134072:134089 Kanawha Huntington, West Virginia 0.377722041951746745 +76817 aapg_ad_3.html aapg_ad_3.html:86:8285:8301 Nolichucky Knoxville, Tennessee -0.448578878596292641 +76818 aapg_aa_302.html aapg_aa_302.html:394:48591:48597 Pequop Wood River (Oregon) -0.0575708500128760542 +76819 aapg_ad_721.html aapg_ad_721.html:573:54625:54636 Cloud Chief Carlsbad, New Mexico -0.450829332903146696 +76820 aapg_ad_719.html aapg_ad_719.html:202:23590:23599 Dog Creek Texas -0.0310096337279850039 +76821 aapg_ai_157.html aapg_ai_157.html:95:13233:13240 Windsor Sarnia, Ontario -0.0263019613963844621 +76822 cspg_html_9613906024 cspg_html_9613906024:34:3768:3789 Slave Point Lacombe, Alberta -0.466299888436986554 +76823 aapg_ai_986.html aapg_ai_986.html:183:19509:19523 Duchesne River Uinta Mountains 0.804347628009516535 +76824 gsa_html_1643425974 gsa_html_1643425974:49:5694:5712 Moenave Chinle Formation -0.458648092769168181 +76825 sedimentology_html_7368477239 sedimentology_html_7368477239:392:41359:41365 Lehman Garland, Texas -0.0578709660660540678 +76826 gsa_html_4814276372 gsa_html_4814276372:70:5801:5829 Green River Colorado -0.443715087361728711 +76827 gsa_html_6117440194 gsa_html_6117440194:413:42305:42323 Kootenai Canada -0.465595518002078101 +76828 geology_html_8889376634 geology_html_8889376634:108:12172:12190 Willwood Cheyenne, Wyoming -0.0367528086008553287 +76829 gsa_html_9181545711 gsa_html_9181545711:771:71882:71890 Colorado Colorado -0.510894633924204866 +76830 aapg_ae_959.html aapg_ae_959.html:1459:104713:104726 Abo Grand Canyon -0.459022435464294998 +76831 cspg_html_4176605708 cspg_html_4176605708:64:8977:8991 Colorado Lacombe, Alberta -0.0694995571897462083 +76832 aapg_ac_230.html aapg_ac_230.html:3:330:336 Perija Colombia -0.153419054034476615 +76833 sedimentology_html_1233266594 sedimentology_html_1233266594:670:35928:35932 Hall London, Ontario -0.052523223879062067 +76834 aapg_aa_859.html aapg_aa_859.html:52:6293:6305 Saskatchewan Lacombe, Alberta -0.0303173748455716902 +76835 aapg_ai_49.html aapg_ai_49.html:260:30828:30845 Entrada Uinta Mountains 0.948019607893963445 +76836 cspg_html_6472484014 cspg_html_6472484014:39:3097:3130 George Eaton, Ohio -0.452927573923113447 +76837 cspg_html_4693916254 cspg_html_4693916254:514:54144:54163 Lodgepole Regina, Saskatchewan -0.454764136650290418 +76838 gsa_html_4667678389 gsa_html_4667678389:725:77366:77385 Pocatello Cordillera Administrative Region -0.434540631888912565 +76839 aapg_ac_258.html aapg_ac_258.html:21:3595:3612 Henryhouse Clarita, Oklahoma -0.0377274176775576064 +76840 cspg_html_3766007701 cspg_html_3766007701:46:5810:5815 Yukon Victoria, British Columbia -0.0342192516575154232 +76841 cspg_html_6038396142 cspg_html_6038396142:34:5193:5211 Winnipeg Winnipeg 0.577478729296208471 +76842 gsa_html_6350949088 gsa_html_6350949088:18:1005:1011 Denver Colorado -0.44721379024503416 +76843 aapg_ae_753.html aapg_ae_753.html:109:12555:12568 Bedford Ohio -0.474863540124580097 +76844 palaios_html_5921824758 palaios_html_5921824758:35:3046:3055 Chuckanut Washington (state) -0.499246281017071747 +76845 gsa_html_4634895463 gsa_html_4634895463:29:2796:2824 Green River New Mexico -0.0148473685012762528 +76846 aapg_aa_240.html aapg_aa_240.html:329:22997:23014 Grimsby Ontario, California -0.454068782805138071 +76847 aapg_aa_426.html aapg_aa_426.html:259:58487:58520 Norphlet Alabama -0.0148473685012762528 +76848 aapg_ah_612.html aapg_ah_612.html:185:17576:17588 Saskatchewan Lacombe, Alberta 0.00458619234778334748 +76849 cspg_html_5529147980 cspg_html_5529147980:8:597:609 Nisku Regina, Saskatchewan -0.48957011234425174 +76850 cspg_html_6116883777 cspg_html_6116883777:547:73536:73549 Markham River Ellesmere Island -0.49463779564980348 +76851 aapg_af_393.html aapg_af_393.html:243:31210:31216 Reston Virginia -0.0633034276252869288 +76852 cspg_html_4433937749 cspg_html_4433937749:61:8720:8738 Dunvegan Aspen, Colorado -0.438007065376213589 +76853 aapg_ae_252.html aapg_ae_252.html:86:8353:8359 Vedder Upper East Side -0.0242016752892677545 +76854 geology_html_6536193862 geology_html_6536193862:97:8029:8036 Magothy Bass River Township, New Jersey -0.426608897791606878 +76855 aapg_ad_964.html aapg_ad_964.html:577:45898:45905 Guanabo Havana -0.523053032010557861 +76856 aapg_ae_71.html aapg_ae_71.html:331:30850:30856 Carmel Summerville, South Carolina -0.0229013103912739102 +76857 cspg_html_4530154552 cspg_html_4530154552:864:122206:122222 Maroon Colorado -0.402556235390763795 +76858 palaios_html_2960117821 palaios_html_2960117821:398:28065:28069 Hall London, Ontario -0.439103236963543697 +76859 aapg_aa_31.html aapg_aa_31.html:19:2214:2218 Toro Zacatecas, Zacatecas -0.496867763222673786 +76860 aapg_ah_529.html aapg_ah_529.html:79:8987:9004 El Paso El Paso, Texas -0.496308532687975368 +76861 aapg_aa_934.html aapg_aa_934.html:132:16459:16467 Wolfcamp Harpersville, Alabama -0.0269348882327513015 +76862 aapg_aa_259.html aapg_aa_259.html:21:2317:2322 Yukon Regina, Saskatchewan 0.00770284885627177569 +76863 aapg_ai_575.html aapg_ai_575.html:17:2393:2401 Colorado Loveland, Ohio -0.461171691164054931 +76864 palaios_html_8113714689 palaios_html_8113714689:312:36074:36082 Munising Munising, Michigan -0.450784359288809666 +76865 aapg_aa_423.html aapg_aa_423.html:23:2653:2657 Yeso Santa Rosa, California -0.106925115416737423 +76866 aapg_aa_37.html aapg_aa_37.html:167:20357:20375 Arcturus Supai, Arizona -0.0231533782740243055 +76867 aapg_ad_380.html aapg_ad_380.html:286:27143:27149 Denver Colorado -0.506374811889724219 +76868 palaios_html_5958626598 palaios_html_5958626598:278:30710:30727 Jupiter Manitoulin Island 0.402199284886801234 +76869 aapg_af_540.html aapg_af_540.html:339:45887:45899 Pierre Niobrara, Nebraska -0.420983530191217814 +76870 aapg_ac_333.html aapg_ac_333.html:17:2578:2604 Abo Supai, Arizona -0.500197678525539202 +76871 aapg_ae_973.html aapg_ae_973.html:840:64651:64658 Rustler Salado, Texas -0.153949525199041815 +76872 aapg_ai_975.html aapg_ai_975.html:51:9377:9399 Mooringsport Rodessa, Louisiana -0.0207667065675008616 +76873 aapg_ae_981.html aapg_ae_981.html:83:6215:6225 Bainbridge Bainbridge, Georgia -0.00405807716508260231 +76874 gsa_html_5081991493 gsa_html_5081991493:1376:101724:101745 Green River Logan, Utah -0.0966364170512670068 +76875 aapg_ac_451.html aapg_ac_451.html:120:12675:12694 Talkeetna Seldovia, Alaska -0.511796757208395237 +76876 aapg_ae_993.html aapg_ae_993.html:663:65182:65202 Jefferson Logan, Utah -0.0268166470016257402 +76877 aapg_ae_223.html aapg_ae_223.html:43:4475:4483 Colorado Cheyenne, Wyoming -0.0551948283959870986 +76878 aapg_ac_380.html aapg_ac_380.html:463:55179:55194 Carlisle Center Pennsylvania 0.0338573634589742142 +76879 aapg_af_266.html aapg_af_266.html:241:26900:26905 Sespe Puente Hills Mall -0.432567436469128874 +76880 gsa_html_7012936645 gsa_html_7012936645:865:69026:69036 Pittsburgh Pennsylvania -0.0264132431935258684 +76881 cspg_html_2650073471 cspg_html_2650073471:11:1113:1122 Frenchman Cypress Hills, Brooklyn -0.470365549607814404 +76882 gsa_html_5660395696 gsa_html_5660395696:73:6463:6491 Green River Colorado -0.0242851248064234297 +76883 gsa_html_3936574180 gsa_html_3936574180:685:67633:67639 Holder Washington (state) -0.431097950577111366 +76884 aapg_ah_506.html aapg_ah_506.html:130:12941:12953 Norway Point Michigan -0.534905672317252501 +76885 jgeology_html_3669018334 jgeology_html_3669018334:830:44383:44393 San Miguel Tepic -0.531149411913428127 +76886 sedimentology_html_7651248257 sedimentology_html_7651248257:1165:69792:69804 Saskatchewan Canada -0.464409872562970838 +76887 aapg_ac_301.html aapg_ac_301.html:108:13307:13337 Swan Peak Quartzite Boise, Idaho -0.0143364940209374722 +76888 aapg_ae_694.html aapg_ae_694.html:78:10096:10114 Woodbine Ouachita Mountains 0.776511828512146174 +76889 aapg_ah_90.html aapg_ah_90.html:181:29194:29225 Cedar Mountain Colorado Plateau -0.0509507230324179883 +76890 aapg_ad_45.html aapg_ad_45.html:124:6980:7009 Pottsville Pottsville, Pennsylvania -0.460173667521570073 +76891 gsa_html_9053175553 gsa_html_9053175553:519:52428:52452 Bouse Colorado -0.0471585481986489807 +76892 cspg_html_4270552951 cspg_html_4270552951:124:17681:17699 Ashville Ashville, Ohio -0.50855469666885833 +76893 gsa_html_1040524378 gsa_html_1040524378:961:94417:94445 Green River Cheyenne, Wyoming -0.040395903070456575 +76894 cspg_html_2820751927 cspg_html_2820751927:13:1894:1910 Albert Canada -0.491047216471885206 +76895 aapg_ae_827.html aapg_ae_827.html:8:749:756 Spencer Bloomington, Indiana -0.0211456318473247536 +76896 aapg_ah_96.html aapg_ah_96.html:679:71107:71119 Saskatchewan Winnipeg -0.45295011354581094 +76897 sedimentology_html_6705485093 sedimentology_html_6705485093:806:55971:55975 Ross Stroudsburg, Pennsylvania -0.0321281154583834411 +76898 cspg_html_1781462584 cspg_html_1781462584:193:25788:25802 Lisburne Northwest Arctic Borough, Alaska -0.018955619907530568 +76899 aapg_ah_141.html aapg_ah_141.html:91:8317:8332 Ouray Dolomites -0.463478914486847693 +76900 cspg_html_4694482219 cspg_html_4694482219:46:5783:5804 Belly River Lacombe, Alberta -0.460337276166031373 +76901 AMJC_html_6341723617 AMJC_html_6341723617:502:46436:46454 Espinaso Galisteo Basin -0.519086321989102428 +76902 aapg_ai_107.html aapg_ai_107.html:262:27101:27109 Dorcheat Shreveport, Louisiana -0.540781356104119038 +76903 cspg_html_4680797491 cspg_html_4680797491:241:26231:26252 Beaverhill Calumet, Pennsylvania -0.505054791862070251 +76904 aapg_af_192.html aapg_af_192.html:18:1643:1650 Oakdale Alexandria, Virginia -0.46814580209221146 +76905 geology_html_6501151583 geology_html_6501151583:251:20968:20984 Navajo Logan, Utah -0.0716784092788427807 +76906 gsa_html_5339062095 gsa_html_5339062095:12:505:517 Rhode Island Newport, Rhode Island -0.475963906981033746 +76907 gsa_html_3380395839 gsa_html_3380395839:696:64382:64390 Columbia Washington (state) -0.0031964218159343861 +76908 aapg_ae_223.html aapg_ae_223.html:314:37967:37988 Green River Wasatch Range -0.413938644445855319 +76909 aapg_aa_682.html aapg_aa_682.html:116:11497:11511 Bonner Springs Wyandotte County, Kansas 0.413138845087666629 +76910 gsa_html_6967102683 gsa_html_6967102683:610:54164:54171 Cassiar Victoria, British Columbia -0.485406637327558677 +76911 aapg_aa_147.html aapg_aa_147.html:246:29938:29957 Red River Lake Winnipeg -0.388826603378047531 +76912 aapg_af_416.html aapg_af_416.html:12:1536:1544 Columbia Victoria, British Columbia -0.00382529052751042712 +76913 aapg_ae_73.html aapg_ae_73.html:582:79530:79536 Dakota Las Vegas Strip -0.406441755439577168 +76914 aapg_ae_30.html aapg_ae_30.html:71:6783:6809 Maquoketa Maquoketa, Iowa -0.43451411861660022 +76915 aapg_ad_67.html aapg_ad_67.html:234:30281:30288 Carrizo Alabama -0.463579265049131273 +76916 geology_html_4342702144 geology_html_4342702144:18:686:697 Montpellier Iran -0.428824418473081392 +76917 cspg_html_9951421861 cspg_html_9951421861:443:60547:60580 Grosmont Lacombe, Alberta -0.0718743048414960395 +76918 aapg_af_779.html aapg_af_779.html:16:2880:2898 Traverse Antrim, County Antrim -0.0236314487961183893 +76919 aapg_ae_419.html aapg_ae_419.html:258:33908:33914 Sonora Mexico -0.457639279239636709 +76920 aapg_aa_192.html aapg_aa_192.html:424:51477:51514 Madison Lima, Ohio -0.458639019733277031 +76921 aapg_ac_4.html aapg_ac_4.html:132:12591:12623 Lisburne Prudhoe Bay Oil Field -0.500402370472918023 +76922 aapg_ae_239.html aapg_ae_239.html:1122:91247:91274 Hartshorne Hartshorne, Oklahoma -0.0824465053183690288 +76923 aapg_ai_851.html aapg_ai_851.html:9:1732:1751 San Sebastian Puerto Rico -0.0493785557228638358 +76924 aapg_ad_105.html aapg_ad_105.html:495:45509:45514 Choco Colombia -0.493373928503901382 +76925 aapg_ae_344.html aapg_ae_344.html:128:12417:12423 Paluxy Tuscaloosa, Alabama -0.00894157063780701838 +76926 aapg_ai_136.html aapg_ai_136.html:131:9149:9160 Paluxy Miller County, Arkansas -0.404940589970456177 +76927 aapg_aa_870.html aapg_aa_870.html:573:53628:53644 Dakota San Juan, Argentina 0.0057067116030324206 +76928 cspg_html_6925296423 cspg_html_6925296423:317:39004:39013 Keg River Lacombe, Alberta -0.0193901260398797667 +76929 aapg_ae_256.html aapg_ae_256.html:117:12807:12811 Frio Hidalgo County, New Mexico 0.0171898823018941105 +76930 cspg_html_9951421861 cspg_html_9951421861:96:15930:15939 Athabasca Clearwater, Florida -0.454235799563449505 +76931 gsa_html_3841341658 gsa_html_3841341658:1394:109445:109473 Green River Colorado 0.0346890281065784789 +76932 aapg_ae_223.html aapg_ae_223.html:77:9212:9228 Dakota Colorado -0.396957936526068034 +76933 palaios_html_1333321787 palaios_html_1333321787:184:13179:13192 Vasquez Southern California -0.0144303273551577363 +76934 aapg_af_18.html aapg_af_18.html:111:13279:13295 Inyan Kara Black Hills -0.43451411861660022 +76935 cspg_html_4785922166 cspg_html_4785922166:566:64091:64129 Winnipegosis Regina, Saskatchewan -0.451740527107044376 +76936 gsa_html_5732354264 gsa_html_5732354264:1127:93169:93197 Green River New Mexico -0.0220234486290734922 +76937 geology_html_6952131012 geology_html_6952131012:234:24634:24643 New River Virginia -0.454414135268558672 +76938 jgeology_html_2674389663 jgeology_html_2674389663:1498:77636:77655 Dezadeash Jura Mountains -0.488806694061501346 +76939 cspg_html_5697056884 cspg_html_5697056884:430:46310:46326 Red River Winnipeg 0.00296016264892234697 +76940 cspg_html_9343899465 cspg_html_9343899465:1443:119676:119693 Beverley Inlet Melville, New York 0.884158365927845802 +76941 aapg_ai_30.html aapg_ai_30.html:31:3915:3921 Goliad Goliad County, Texas -0.0249388283192189877 +76942 sedimentology_html_1574151857 sedimentology_html_1574151857:329:27357:27367 Washington Salem, Oregon -0.422356792753443622 +76943 gsa_html_1525220569 gsa_html_1525220569:324:36183:36192 Gibraltar Mediterranean Sea -0.488731563736560848 +76944 cspg_html_2349942346 cspg_html_2349942346:207:24406:24423 Gilwood Lacombe, Alberta -0.034835184903719292 +76945 aapg_ae_24.html aapg_ae_24.html:275:26097:26109 Rhode Island North Carolina -0.111416453275349936 +76946 aapg_ae_345.html aapg_ae_345.html:648:54187:54196 Smackover Cotton Valley, Louisiana -0.472881299388360321 +76947 AMJC_html_5885335353 AMJC_html_5885335353:1060:116974:116980 Denver Logan, Utah -0.462125287699645448 +76948 cspg_html_2758324131 cspg_html_2758324131:132:22188:22204 Exshaw Williston Basin -0.4804630690816033 +76949 aapg_ae_73.html aapg_ae_73.html:452:59655:59674 Greenhorn Las Vegas Strip -0.427376069034012374 +76950 gsa_html_8055113978 gsa_html_8055113978:15:820:841 Keokuk Salem, Massachusetts -0.449050071375940441 +76951 sedimentology_html_9050173913 sedimentology_html_9050173913:1008:126796:126820 El Paso West Texas -0.484191429205932 +76952 aapg_aa_712.html aapg_aa_712.html:22:3847:3868 Platteville Glenwood, Utah -0.447018943573484262 +76953 cspg_html_8915218033 cspg_html_8915218033:247:23577:23597 Mount Head Lacombe, Alberta -0.470402324720386178 +76954 gsa_html_7668046715 gsa_html_7668046715:1039:84135:84163 Green River Colorado -0.0140758476190941898 +76955 gsa_html_7808051457 gsa_html_7808051457:39:3143:3157 Manitou Middle Ordovician -0.0466985931780469835 +76956 palaios_html_2128779739 palaios_html_2128779739:707:69300:69314 Beaufort South Africa -0.480367741483547772 +76957 sedimentology_html_9603159224 sedimentology_html_9603159224:2412:139138:139142 Hall London, Ontario -0.484079342907875299 +76958 geology_html_2235998351 geology_html_2235998351:244:23380:23398 Monterey London, Ontario -0.0167554219628843898 +76959 aapg_af_663.html aapg_af_663.html:833:78744:78750 Pawnee Worland, Wyoming -0.0137248477945169315 +76960 gsa_html_7298317037 gsa_html_7298317037:639:58216:58244 Green River Colorado 0.013731798242215874 +76961 gsa_html_6546953900 gsa_html_6546953900:1215:101513:101541 Green River Colorado -0.0111724073673319709 +76962 AMJC_html_4702065369 AMJC_html_4702065369:73:7674:7680 Brazil Anshan (Persia) -0.480765396922298249 +76963 aapg_ae_370.html aapg_ae_370.html:421:38910:38926 Keasey Cowlitz River -0.439165406786194035 +76964 cspg_html_8649903682 cspg_html_8649903682:383:30568:30581 Cruiser Pine River (Michigan) 0.0327074019013336922 +76965 cspg_html_9343899465 cspg_html_9343899465:1054:89755:89767 Hecla Bay Melville Island (Canada) -0.0455732069905889839 +76966 aapg_ak_37.html aapg_ak_37.html:27:2962:2970 Columbia Victoria, British Columbia -0.0235062798697475116 +76967 aapg_aa_697.html aapg_aa_697.html:118:13432:13465 Stettler Lacombe, Alberta -0.435668138774596203 +76968 palaios_html_6404782987 palaios_html_6404782987:314:46722:46736 Kope Kentucky -0.422068899423675037 +76969 aapg_ac_214.html aapg_ac_214.html:96:11528:11545 Entrada Carmel, Indiana -0.417728203254524755 +76970 aapg_af_14.html aapg_af_14.html:117:11442:11458 Almond Table Rock, Wyoming -0.0423703387957518537 +76971 cspg_html_9950492867 cspg_html_9950492867:6:496:504 Columbia Victoria, British Columbia -0.465641239344597002 +76972 cspg_html_1058139432 cspg_html_1058139432:565:72287:72305 Kootenay Lacombe, Alberta -0.0232768060359763093 +76973 aapg_aa_357.html aapg_aa_357.html:483:43651:43658 Entrada Carmel, Indiana -0.383373948299306933 +76974 gsa_html_6241580036 gsa_html_6241580036:501:42526:42532 Walker Earth -0.499213001693062597 +76975 gsa_html_6281658899 gsa_html_6281658899:143:18328:18345 Fowkes Green River Formation -0.480807266046245518 +76976 aapg_af_877.html aapg_af_877.html:229:26655:26672 Cypress Mattoon, Illinois -0.49119789377684242 +76977 cspg_html_1503116552 cspg_html_1503116552:135:23029:23049 Swan Hills Middle East -0.42655631436454855 +76978 gsa_html_7580135520 gsa_html_7580135520:578:53133:53139 Oregon Mexico -0.0411306079885422268 +76979 jgeology_html_8064855537 jgeology_html_8064855537:298:21396:21412 Dakota Eagle River, Alaska -0.0549436678913172855 +76980 aapg_ai_594.html aapg_ai_594.html:613:49544:49564 Colorado Gunnison County, Colorado -0.0750271415494280641 +76981 palaios_html_3889678675 palaios_html_3889678675:23:1887:1912 Quinault Cape Elizabeth, Maine -0.434558307819543299 +76982 aapg_af_333.html aapg_af_333.html:192:18700:18721 Salina Towanda, Illinois 0.0189729999692566688 +76983 aapg_ae_692.html aapg_ae_692.html:339:35159:35164 Piper Spearfish, South Dakota 0.0343271244697756148 +76984 gsa_html_8141946531 gsa_html_8141946531:29:2796:2824 Green River New Mexico -0.00369847415980369305 +76985 aapg_ae_364.html aapg_ae_364.html:297:27955:27963 Carrizal Guayaquil -0.44505934010721393 +76986 AMJC_html_9714779232 AMJC_html_9714779232:1522:124426:124434 Scotland London, Ontario -0.471382028770717776 +76987 cspg_html_9023649778 cspg_html_9023649778:14:2123:2137 Doig Victoria, British Columbia 0.013787401887184414 +76988 aapg_aa_787.html aapg_aa_787.html:431:51843:51849 Provo Texas -0.439631812877842865 +76989 aapg_ae_324.html aapg_ae_324.html:1110:110412:110420 Virginia Newcastle, New South Wales -0.520263320497991177 +76990 aapg_ae_855.html aapg_ae_855.html:131:14169:14183 Flagstaff Salina, Kansas -0.0377274176775576064 +76991 cspg_html_1132698231 cspg_html_1132698231:51:7164:7180 Merced San Francisco -0.011024723133422322 +76992 aapg_ah_595.html aapg_ah_595.html:11:1023:1031 Colorado New Mexico -0.49339517418577894 +76993 cspg_html_9717154602 cspg_html_9717154602:1043:86734:86754 Bearpaw Lacombe, Alberta 0.883979833205992271 +76994 aapg_ad_908.html aapg_ad_908.html:115:12982:12990 Mercedes Western world -0.47601017133294582 +76995 aapg_ah_813.html aapg_ah_813.html:158:12643:12651 Rockwood New Orleans -0.0360984802655648293 +76996 aapg_aa_259.html aapg_aa_259.html:112:9244:9286 Viking Lacombe, Alberta 0.00177192394418096725 +76997 cspg_html_7804036692 cspg_html_7804036692:75:8824:8848 Waterways Lacombe, Alberta -0.48777188725893289 +76998 cspg_html_7409170811 cspg_html_7409170811:77:11862:11868 Exshaw Great Falls (Missouri River) 0.769422207890110621 +76999 gsa_html_7678142233 gsa_html_7678142233:506:36278:36298 Lawrence Canada -0.46326000708216164 +77000 cspg_html_9771826320 cspg_html_9771826320:835:122754:122772 Eureka Sound Ellesmere Island -0.0370660655999496616 +77001 aapg_aa_852.html aapg_aa_852.html:76:7743:7747 Frio Jackson County, Missouri -0.435838488044850259 +77002 aapg_ae_295.html aapg_ae_295.html:201:22619:22630 Arkadelphia Arkadelphia, Arkansas -0.00771327274469656935 +77003 aapg_ad_306.html aapg_ad_306.html:362:44607:44613 Sierra San Pedro Sula -0.477454856949792728 +77004 cspg_html_9720041449 cspg_html_9720041449:28:3934:3957 Woodbend Lacombe, Alberta -0.0280825762237737336 +77005 aapg_ah_52.html aapg_ah_52.html:3:186:205 Matanuska Anchorage, Alaska -0.00702877531362414328 +77006 aapg_ad_976.html aapg_ad_976.html:390:58612:58618 Provo Iran -0.499412697488954616 +77007 palaios_html_2298416430 palaios_html_2298416430:348:39369:39391 Judith River Lacombe, Alberta -0.00253281259735845714 +77008 aapg_aa_775.html aapg_aa_775.html:634:66755:66773 Monterey Tithonian -0.419699228406432479 +77009 aapg_ai_105.html aapg_ai_105.html:81:11495:11515 Uinta Uinta Mountains -0.110268799083413777 +77010 aapg_ad_947.html aapg_ad_947.html:657:64037:64052 Uinta Uinta Mountains -0.44961357796588941 +77011 sedimentology_html_5328205400 sedimentology_html_5328205400:2177:114363:114380 Shublik Northwest Arctic Borough, Alaska -0.441593278961416758 +77012 aapg_ac_291.html aapg_ac_291.html:65:4923:4931 Virginia Maryland -0.0147153047402196844 +77013 sedimentology_html_3102998281 sedimentology_html_3102998281:4185:155841:155849 Beaufort Netherlands -0.470510360514459824 +77014 cspg_html_8227554214 cspg_html_8227554214:98:12631:12651 Mabou New Brunswick, New Jersey -0.449451899065432481 +77015 palaios_html_8699778504 palaios_html_8699778504:324:31154:31162 Colorado Florissant, Colorado -0.483341806462215584 +77016 aapg_ai_112.html aapg_ai_112.html:63:12738:12754 San Joaquin Ogallala, Nebraska -0.455188836413653375 +77017 sedimentology_html_2909366246 sedimentology_html_2909366246:1945:90644:90672 Lockatong Closter, New Jersey -0.505042823080860015 +77018 aapg_ai_610.html aapg_ai_610.html:646:104214:104232 Monterey California -0.0113965411474177668 +77019 gsa_html_4446967287 gsa_html_4446967287:738:67157:67174 Vaseaux Arctic Cordillera -0.487607747652621382 +77020 cspg_html_2928630722 cspg_html_2928630722:64:9061:9069 Columbia Canada -0.0292651452152505043 +77021 aapg_ad_958.html aapg_ad_958.html:390:39155:39167 Gilmore City Sedalia, Missouri 0.380331837707593823 +77022 cspg_html_6675007047 cspg_html_6675007047:63:8986:9014 Athabasca Lacombe, Alberta -0.426766665462260386 +77023 aapg_ah_647.html aapg_ah_647.html:429:45699:45714 Hueco Naco, Sonora -0.00217147693343403827 +77024 aapg_ah_847.html aapg_ah_847.html:139:15525:15549 Navesink Monmouth County, New Jersey -0.492239240738401806 +77025 gsa_html_1636483297 gsa_html_1636483297:775:70773:70794 Green River Cheyenne, Wyoming -0.00972860319356922895 +77026 aapg_ac_628.html aapg_ac_628.html:394:67642:67661 Flagstaff Colton, California -0.0454024962167355328 +77027 aapg_ad_756.html aapg_ad_756.html:247:29299:29307 Traverse Saginaw, Michigan -0.014730943834189306 +77028 aapg_ah_158.html aapg_ah_158.html:4:750:760 Georgetown Silver City, New Mexico -0.00347089997391153079 +77029 cspg_html_6252417471 cspg_html_6252417471:176:26081:26097 Hassel Banks Island -0.197396688146300375 +77030 palaios_html_9973267562 palaios_html_9973267562:518:62176:62207 Kope Ohio 0.0156223882901486404 +77031 jgeology_html_9215313444 jgeology_html_9215313444:1197:78277:78287 Washington Salem, Oregon -0.462102516958969756 +77032 palaios_html_3105248303 palaios_html_3105248303:664:69952:69966 Kope Fulton, Missouri -0.467194881190696076 +77033 aapg_af_26.html aapg_af_26.html:211:17980:17997 Spencer Willamette Valley 0.0116536887508022161 +77034 aapg_ac_629.html aapg_ac_629.html:278:36681:36689 Beaumont Beaumont, Texas -0.0551547118645741019 +77035 aapg_ah_527.html aapg_ah_527.html:70:8143:8155 Willow Creek Pine Valley, Pennsylvania -0.00153914125482608162 +77036 sedimentology_html_7325983319 sedimentology_html_7325983319:265:16988:17040 Crete Crete -0.470510360514459824 +77037 cspg_html_9735723617 cspg_html_9735723617:990:107048:107067 Griper Bay Melville Island (Canada) 0.00997357679106987589 +77038 aapg_af_167.html aapg_af_167.html:158:19091:19110 Greenhorn Ellis County, Kansas -0.0247649682755329906 +77039 geology_html_5244382470 geology_html_5244382470:138:13770:13773 Arc Panarea -0.491056633019370192 +77040 aapg_ai_651.html aapg_ai_651.html:80:13729:13746 Entrada Logan, Utah -0.250001885480362784 +77041 gsa_html_1316826711 gsa_html_1316826711:793:62915:62924 Extension England -0.494552690963700137 +77042 cspg_html_2882882278 cspg_html_2882882278:11:1959:1974 Greene Victoria, British Columbia -0.0612150688654258396 +77043 aapg_ae_958.html aapg_ae_958.html:3046:262941:262949 Carlsbad Carlsbad, New Mexico -0.428791476930725279 +77044 aapg_af_664.html aapg_af_664.html:242:26199:26212 Reno Crosby County, Texas -0.42192934575662161 +77045 aapg_ae_596.html aapg_ae_596.html:259:27693:27701 Colorado Texas -0.0331753752251057327 +77046 aapg_af_956.html aapg_af_956.html:375:39142:39171 Nonesuch Michigan -0.487863350170227417 +77047 aapg_ae_4.html aapg_ae_4.html:190:20886:20895 Lodgepole Logan Canyon -0.610263046150902544 +77048 aapg_ah_370.html aapg_ah_370.html:680:53966:53988 Lime Creek Iowa -0.234402495077283834 +77049 aapg_ah_289.html aapg_ah_289.html:497:66915:66933 Monterey California 0.0527481437765682099 +77050 aapg_ai_996.html aapg_ai_996.html:817:33880:33890 Tuscaloosa Black Creek (Toronto) -0.453495743339231705 +77051 aapg_ai_73.html aapg_ai_73.html:565:76732:76740 Michigan Huntington, West Virginia -0.466741549175746284 +77052 aapg_ah_871.html aapg_ah_871.html:489:54063:54083 Pamelia Montreal 0.533285526931163045 +77053 cspg_html_2098485391 cspg_html_2098485391:189:25324:25332 Michigan Ontario, California -0.473903010792736112 +77054 gsa_html_6281658899 gsa_html_6281658899:527:64301:64309 Temporal Atlantic Ocean -0.477123570959987586 +77055 palaios_html_1803946422 palaios_html_1803946422:178:14850:14854 Hall London, Ontario -0.417917091668537632 +77056 aapg_aa_843.html aapg_aa_843.html:79:8275:8301 San Andres Texas -0.217229792261089488 +77057 palaios_html_1262064602 palaios_html_1262064602:910:92309:92317 Colorado Denver -0.0198680940009536566 +77058 cspg_html_3762708087 cspg_html_3762708087:132:17050:17066 Viking Suffield, Connecticut -0.120652705314212308 +77059 cspg_html_6259492324 cspg_html_6259492324:323:33471:33479 Imperial Kut -0.102391900620895052 +77060 cspg_html_4165571187 cspg_html_4165571187:16:2265:2282 Prophet Victoria, British Columbia -0.442620143363224416 +77061 gsa_html_4520182275 gsa_html_4520182275:967:104080:104090 Santa Cruz California -0.0264393249899875019 +77062 AMJC_html_4318504504 AMJC_html_4318504504:554:56040:56046 Pueblo Colorado -0.488912357297633382 +77063 cspg_html_9725676031 cspg_html_9725676031:379:49924:49940 Viking Victoria, British Columbia -0.449703411954729404 +77064 aapg_ae_64.html aapg_ae_64.html:118:12169:12187 Tensleep Cheyenne, Wyoming -0.456771924925561401 +77065 aapg_aa_643.html aapg_aa_643.html:181:19470:19492 Knoxville Central Valley (California) -0.428929839085586462 +77066 cspg_html_6116883777 cspg_html_6116883777:918:124941:124947 Ludlow Little Cornwallis Island -0.0743341210904666233 +77067 cspg_html_5109562898 cspg_html_5109562898:17:2526:2534 Dunvegan Lacombe, Alberta 0.431203624395236518 +77068 aapg_ah_708.html aapg_ah_708.html:273:35506:35516 Pottsville Mississippi River 0.357004971024091011 +77069 aapg_ac_141.html aapg_ac_141.html:8:345:351 Denver Colorado -0.482931300996293389 +77070 gsa_html_6595462156 gsa_html_6595462156:14:591:599 Paradise Washington (state) -0.038712565483401136 +77071 aapg_ae_29.html aapg_ae_29.html:62:7571:7582 Mauch Chunk Plateau State -0.0260481030214056476 +77072 aapg_aa_351.html aapg_aa_351.html:110:9774:9786 Decorah Platteville, Colorado 0.0481900589405409308 +77073 aapg_ad_253.html aapg_ad_253.html:69:6910:6915 Piper Greasewood, Arizona 0.00718686909166816289 +77074 aapg_ad_557.html aapg_ad_557.html:141:13369:13375 Denver Houston 0.0224945330956530555 +77075 gsa_html_7040053075 gsa_html_7040053075:392:40444:40463 Duarte San Dimas, California -0.477204643263094197 +77076 sedimentology_html_2165832672 sedimentology_html_2165832672:1026:76454:76463 Peninsula Korea -0.485729424463417547 +77077 aapg_af_854.html aapg_af_854.html:1542:212594:212599 Perry Missouri River -0.0610771505726213221 +77078 cspg_html_4727171280 cspg_html_4727171280:21:1891:1908 Bearpaw Edmonton, London -0.41966442363155293 +77079 aapg_ai_991.html aapg_ai_991.html:33:3403:3411 St Marys Chesapeake Bay -0.462111625185478381 +77080 aapg_ad_400.html aapg_ad_400.html:264:23565:23571 Toroweap San Rafael Swell -0.0349187039582129002 +77081 gsa_html_4438819447 gsa_html_4438819447:855:80695:80714 Mattagami Ontario, California -0.474009171210690694 +77082 aapg_ah_243.html aapg_ah_243.html:58:6908:6933 Chinle Colorado 0.374402739449963939 +77083 aapg_ah_991.html aapg_ah_991.html:776:107131:107140 Catahoula Oakville, California -0.471292292074721564 +77084 aapg_ah_158.html aapg_ah_158.html:22:4642:4652 Georgetown Bear Mountain (Connecticut) 0.0350126636659991233 +77085 aapg_ad_441.html aapg_ad_441.html:75:5448:5464 Navajo Arizona -0.474888953093082877 +77086 aapg_ae_181.html aapg_ae_181.html:116:16420:16436 Ripley Missouri River -0.45633516722504075 +77087 aapg_af_338.html aapg_af_338.html:535:65092:65103 San Antonio California 0.0172976297884785309 +77088 aapg_ah_329.html aapg_ah_329.html:82:8710:8729 Sisquoc Monterey, California 0.666139862426031182 +77089 aapg_ac_414.html aapg_ac_414.html:149:18143:18158 Toroweap Reno, Nevada -0.229317679589869539 +77090 sedimentology_html_4109585061 sedimentology_html_4109585061:67:7125:7151 Entrada Mongolia 1.04761725431312946 +77091 aapg_ai_388.html aapg_ai_388.html:325:34404:34411 Wasatch Sparks, Nevada -0.433423304094416983 +77092 palaios_html_3927097660 palaios_html_3927097660:611:61020:61045 Tuscahoma Alabama -0.462125287699645448 +77093 gsa_html_6491840124 gsa_html_6491840124:871:71650:71656 Denver Colorado -0.464820899663721254 +77094 cspg_html_4269071742 cspg_html_4269071742:15:1745:1764 Kishenehn South Fork Flathead River -0.411722422844691849 +77095 cspg_html_2283545366 cspg_html_2283545366:465:56890:56910 Milk River Canada -0.471432653520514666 +77096 aapg_ah_779.html aapg_ah_779.html:431:80792:80802 Washington Anchorage, Alaska 0.00724767451713446368 +77097 cspg_html_8145657505 cspg_html_8145657505:169:25840:25855 Cairn Swan Hill, Victoria -0.455197874748240694 +77098 aapg_ac_629.html aapg_ac_629.html:429:55036:55056 Citronelle Alabama -0.197261387220828754 +77099 aapg_af_173.html aapg_af_173.html:6:603:609 Dakota Cheyenne, Wyoming -0.490195451192383946 +77100 cspg_html_8662646956 cspg_html_8662646956:126:20264:20274 Pine Point Middle East -0.460944252925189812 +77101 aapg_ah_371.html aapg_ah_371.html:14:1748:1768 Tuscaloosa Tuscaloosa, Alabama -0.0239791454230104222 +77102 aapg_ac_414.html aapg_ac_414.html:346:40443:40460 Gerster Logan, Utah -0.0146249457170983255 +77103 sedimentology_html_1695443921 sedimentology_html_1695443921:184:8795:8803 Santiago Spain -0.0489010438658518606 +77104 aapg_ac_719.html aapg_ac_719.html:175:20782:20800 Huerfano Huerfano, New Mexico -0.02166536358211529 +77105 cspg_html_1781462584 cspg_html_1781462584:128:14772:14779 Pekisko Arctic Cordillera -0.434580403200599208 +77106 aapg_ah_532.html aapg_ah_532.html:52:4795:4810 Ouray Wayne County, Michigan -0.440247382693200906 +77107 palaios_html_8605685392 palaios_html_8605685392:22:1567:1578 Coffee Mississippi River -0.456344217050148659 +77108 aapg_ah_903.html aapg_ah_903.html:30:6202:6213 Sparta Mexico -0.447780648817617921 +77109 aapg_ad_111.html aapg_ad_111.html:187:23992:24007 Mesaverde White River (Washington) -0.477325107518973168 +77110 aapg_ad_717.html aapg_ad_717.html:219:24390:24400 Phosphoria Texas -0.460057796157608223 +77111 aapg_ac_410.html aapg_ac_410.html:399:37263:37289 Athabasca Lacombe, Alberta -0.0508792537248642374 +77112 aapg_ah_427.html aapg_ah_427.html:420:55763:55772 Red River Wichita, Kansas -0.0295851529329683692 +77113 aapg_ac_696.html aapg_ac_696.html:29:4028:4046 Palliser Lacombe, Alberta -0.423076903173580265 +77114 aapg_aa_702.html aapg_aa_702.html:1575:152249:152257 Colorado Colorado -0.0402548881501223546 +77115 geology_html_7729380110 geology_html_7729380110:294:21671:21680 Extension Peru, Indiana -0.471349814541787038 +77116 geology_html_9427090233 geology_html_9427090233:206:11803:11814 White River Logan, Utah -0.00334234682961829285 +77117 aapg_ac_723.html aapg_ac_723.html:3:511:517 Sharon Ohio -0.459819284677136619 +77118 geology_html_6742382920 geology_html_6742382920:167:14787:14798 Green River Logan, Utah -0.462261924354454456 +77119 aapg_af_598.html aapg_af_598.html:144:11601:11613 Nowata Collinsville, Illinois -0.477308890203395286 +77120 aapg_ae_570.html aapg_ae_570.html:36:4485:4502 Lockport Dolomite Huntington, West Virginia -0.236808686522651746 +77121 jgeology_html_4735617051 jgeology_html_4735617051:1041:60241:60247 Sierra Salamanca (city), New York -0.0367667309306509496 +77122 aapg_ac_609.html aapg_ac_609.html:27:2348:2363 Methy Lacombe, Alberta -0.0110733719867148073 +77123 aapg_aa_817.html aapg_aa_817.html:33:4288:4293 Kowai Canterbury -0.424249874232666135 +77124 aapg_ac_680.html aapg_ac_680.html:90:7463:7472 Smackover Limestone County, Alabama -0.431298300553942027 +77125 jgeology_html_8064855537 jgeology_html_8064855537:185:10594:10618 Cedar Mountain Colorado 0.358621661216110943 +77126 gsa_html_1860930948 gsa_html_1860930948:534:60849:60879 Cutler Logan, Utah -0.469070208322842297 +77127 cspg_html_5891044027 cspg_html_5891044027:358:70351:70369 Sheppard Purcell Mountains -0.0155250750483416668 +77128 gsa_html_3816882354 gsa_html_3816882354:1111:91582:91610 Green River Colorado -0.420878980795922841 +77129 aapg_ae_430.html aapg_ae_430.html:128:9896:9909 Woodbine East Texas -0.431113360606789509 +77130 aapg_ac_575.html aapg_ac_575.html:72:11344:11354 Phosphoria Boise, Idaho 0.0138099909002030001 +77131 geology_html_3342004799 geology_html_3342004799:292:25283:25302 Pansy Lee Conglomerate Reno, Nevada -0.485252303872338198 +77132 cspg_html_9023649778 cspg_html_9023649778:358:41934:41951 Halfway Lacombe, Alberta -0.469024309212410007 +77133 aapg_ak_119.html aapg_ak_119.html:368:40248:40256 Billings Canada -0.456371367070690814 +77134 cspg_html_5376629375 cspg_html_5376629375:50:8955:8970 Pika Eldon, Missouri -0.488747997928766997 +77135 aapg_ai_985.html aapg_ai_985.html:1093:115117:115125 Richmond Barrancabermeja 0.0127014130799759668 +77136 aapg_ae_705.html aapg_ae_705.html:117:11680:11695 Sespe Royal Botanic Gardens, Kew -0.0153756304706319062 +77137 aapg_ah_630.html aapg_ah_630.html:559:67807:67815 Sundance South Fork Eel River -0.457068497754203162 +77138 gsa_html_2989317971 gsa_html_2989317971:807:83220:83248 Glenns Ferry Reno, Nevada -0.49337628910884479 +77139 geology_html_8921428298 geology_html_8921428298:195:21343:21349 Oregon Steens Mountain Wilderness -0.465561228542891226 +77140 aapg_af_241.html aapg_af_241.html:662:66529:66539 Frio Austin, Chicago -0.45417711448712661 +77141 gsa_html_8938402362 gsa_html_8938402362:86:7755:7773 Antler White Mountains (California) -0.0244381167530825782 +77142 aapg_ah_160.html aapg_ah_160.html:76:10928:10934 Salina Guelph -0.461271782333034175 +77143 palaios_html_3312501193 palaios_html_3312501193:339:34296:34304 Billings France -0.0201913809518237848 +77144 aapg_ah_835.html aapg_ah_835.html:22:3959:3967 Catskill Chinle Formation -0.217096732723469216 +77145 aapg_ac_367.html aapg_ac_367.html:14:1816:1836 Ironton Wisconsin -0.469051848391689397 +77146 aapg_ae_369.html aapg_ae_369.html:41:5068:5078 Tuscaloosa Mississippi River -0.44304146514738707 +77147 aapg_ae_757.html aapg_ae_757.html:531:53452:53478 Beaver Creek Pueblo County, Colorado -0.460269102262388319 +77148 aapg_ad_557.html aapg_ad_557.html:11879:701298:701309 San Antonio Elgin, Moray -0.493905230900802183 +77149 palaios_html_7995532398 palaios_html_7995532398:644:69426:69430 Hall London, Ontario -0.437987106587424679 +77150 sedimentology_html_4432289902 sedimentology_html_4432289902:567:48579:48596 Magothy Sea Girt, New Jersey -0.451767539383647998 +77151 gsa_html_5107598462 gsa_html_5107598462:341:29093:29099 Salina Western world -0.486038291322309801 +77152 aapg_aa_105.html aapg_aa_105.html:393:41002:41018 Belly River Middle East 0.0195013611610286609 +77153 aapg_ac_302.html aapg_ac_302.html:320:38806:38829 Battleship Wash Hidden Valley, Indiana -0.48294529227432792 +77154 aapg_ad_580.html aapg_ad_580.html:36:5540:5547 Wasatch Powder River (Montana) -0.0552227356869600394 +77155 cspg_html_2462765529 cspg_html_2462765529:181:29260:29300 Halfway Fulton, Missouri 0.00312693377810401713 +77156 palaios_html_3022467877 palaios_html_3022467877:111:12825:12847 Hornerstown Navesink River -0.48322516565543927 +77157 cspg_html_7093237629 cspg_html_7093237629:755:81115:81136 Swan Hills Lacombe, Alberta 0.00689674130686037615 +77158 cspg_html_1743060601 cspg_html_1743060601:616:87975:87983 Columbia Victoria, British Columbia -0.481989744615225701 +77159 jgeology_html_1838149422 jgeology_html_1838149422:1148:98062:98075 John Day Salem, Oregon -0.257428292211439647 +77160 gsa_html_1578715955 gsa_html_1578715955:862:71506:71534 Green River Colorado 0.0346089906930262536 +77161 aapg_ae_498.html aapg_ae_498.html:74:8847:8875 Martinsburg Virginia -0.00384092543334238609 +77162 aapg_ad_220.html aapg_ad_220.html:466:47425:47453 Prairie Regina, Saskatchewan -0.0221712043422439102 +77163 aapg_ac_253.html aapg_ac_253.html:4:866:884 Sallisaw Frisco, Texas -0.0633453418880029068 +77164 aapg_ah_206.html aapg_ah_206.html:102:14499:14532 Smackover Melbourne, Florida -0.438131262990121173 +77165 aapg_af_837.html aapg_af_837.html:79:8335:8341 Bethel Salem, Massachusetts -0.495106025033118957 +77166 aapg_ai_82.html aapg_ai_82.html:373:41225:41245 Pottsville Greenbrier (Great Smoky Mountains) -0.053161387141425008 +77167 aapg_ah_775.html aapg_ah_775.html:376:42120:42128 Colorado Colorado -0.0371844096364450094 +77168 sedimentology_html_1463603507 sedimentology_html_1463603507:1324:81271:81288 Barstow Mojave Desert -0.0329039831634222388 +77169 jgeology_html_8494933343 jgeology_html_8494933343:199:12930:12938 Colorado Logan, Utah -0.0464616568793586454 +77170 aapg_af_789.html aapg_af_789.html:61:8642:8654 New Scotland Huntington, West Virginia -0.459819284677136619 +77171 cspg_html_9177794814 cspg_html_9177794814:102:12254:12270 Alapah Anchorage, Alaska -0.478280146619880497 +77172 aapg_ai_82.html aapg_ai_82.html:340:37587:37597 Greenbrier Greenbrier (Great Smoky Mountains) -0.0233950194214184275 +77173 jgeology_html_2401877359 jgeology_html_2401877359:246:18356:18381 Jordan Wisconsin 0.399203334039192392 +77174 aapg_ah_421.html aapg_ah_421.html:35:3487:3494 Bearpaw Lacombe, Alberta 0.0488923304210318183 +77175 aapg_ai_321.html aapg_ai_321.html:280:37858:37894 Matagalpa Matagalpa -0.504624024509464753 +77176 geology_html_1631572294 geology_html_1631572294:16:896:906 Washington Earth -0.418546985241553371 +77177 sedimentology_html_8285854644 sedimentology_html_8285854644:776:46221:46225 Bond Bering Sea -0.496955472947784638 +77178 aapg_ai_80.html aapg_ai_80.html:170:19325:19336 Beekmantown Lexington, Kentucky -0.00581963313965654701 +77179 aapg_ai_615.html aapg_ai_615.html:188:25280:25293 Brushy Canyon Laingsburg, Western Cape -0.0098536958986005091 +77180 aapg_ad_4.html aapg_ad_4.html:232:16040:16050 Georgetown Frankfort, Illinois -0.426871858406847937 +77181 aapg_af_244.html aapg_af_244.html:109:12573:12583 San Felipe Tampico, Illinois -0.457240600069655279 +77182 aapg_ai_288.html aapg_ai_288.html:47:9050:9068 Topanga San Joaquin Hills (Laguna Niguel, California) -0.486925734041852465 +77183 aapg_af_11.html aapg_af_11.html:10:1540:1545 Ouray Colorado -0.444371337951674328 +77184 gsa_html_2105429869 gsa_html_2105429869:34:2733:2745 Rhode Island Newport, Rhode Island 0.591052930165719248 +77185 aapg_ae_391.html aapg_ae_391.html:556:50986:50993 Rustler Delaware 0.317313513199392105 +77186 aapg_ad_401.html aapg_ad_401.html:177:13420:13440 Fort Union Minot (Amtrak station) -0.00527934873270450959 +77187 aapg_ad_468.html aapg_ad_468.html:20:2546:2554 Yorktown Crisfield, Maryland 0.00194564253308291118 +77188 cspg_html_4433937749 cspg_html_4433937749:45:6757:6768 Viking Victoria, British Columbia -0.484098022941034878 +77189 cspg_html_2954223000 cspg_html_2954223000:1321:167039:167044 Weeks Illinois -0.442916609041378917 +77190 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100951:100970 Kaskapau Lacombe, Alberta -0.0340313466956898014 +77191 cspg_html_7434089303 cspg_html_7434089303:202:25083:25098 Melville Island Ellesmere Island -0.463271407180362194 +77192 aapg_ah_148.html aapg_ah_148.html:19:3476:3488 Cooking Lake Lacombe, Alberta 0.956563704071889176 +77193 aapg_aa_23.html aapg_aa_23.html:766:97861:97875 Stony Mountain Western world 0.00583700570111729284 +77194 cspg_html_9343899465 cspg_html_9343899465:834:76016:76033 Beverley Inlet Melville Island (Canada) -0.022871757858413614 +77195 sedimentology_html_9354643568 sedimentology_html_9354643568:1605:94793:94810 Kuparuk Anchorage, Alaska -0.0105034896980181463 +77196 cspg_html_8535889489 cspg_html_8535889489:287:47407:47414 Andrews Texas -0.062798733096236084 +77197 aapg_ad_746.html aapg_ad_746.html:42:4317:4327 Georgetown Austin, Chicago -0.450707909241451543 +77198 geology_html_8621518489 geology_html_8621518489:12:494:499 Queen Egham Hythe -0.0206224389359462197 +77199 aapg_aa_23.html aapg_aa_23.html:296:33387:33405 Winnipeg Manitoba -0.410517048470844748 +77200 geology_html_5414679991 geology_html_5414679991:26:2303:2318 Brule Badlands National Park 0.324986216175262799 +77201 aapg_ad_194.html aapg_ad_194.html:4:568:590 Bonanza Reno, Nevada -0.468845325526150825 +77202 aapg_af_614.html aapg_af_614.html:9:1267:1284 Hosston Paluxy, Texas -0.418699089801867985 +77203 cspg_html_8288455892 cspg_html_8288455892:415:38900:38915 Bluff Grand Cayman -0.524262784477685595 +77204 aapg_af_397.html aapg_af_397.html:97:11697:11714 Todilto Entrada Sandstone -0.0816542732448895525 +77205 gsa_html_4667678389 gsa_html_4667678389:940:99314:99322 Columbia Victoria, British Columbia -0.44948782523520614 +77206 gsa_html_8662254581 gsa_html_8662254581:1298:120992:121050 Washington California -0.447455726501453044 +77207 cspg_html_3831007171 cspg_html_3831007171:8:512:519 Wabamun Edmonton, London -0.447135398674851747 +77208 aapg_af_676.html aapg_af_676.html:299:31638:31664 Garibaldi Ravenna, Seattle -0.478377564070346595 +77209 aapg_ad_466.html aapg_ad_466.html:1535:162398:162406 Virginia North Carolina -0.030261717523761382 +77210 sedimentology_html_8108450281 sedimentology_html_8108450281:850:74984:74988 Hall London, Ontario -0.0512575259493200583 +77211 aapg_aa_600.html aapg_aa_600.html:20:2129:2138 Stonewall Frisco, Texas -0.395759588333718937 +77212 aapg_ah_158.html aapg_ah_158.html:25:4970:4991 Lone Mountain New Mexico -0.474923608334711034 +77213 aapg_af_397.html aapg_af_397.html:280:34285:34303 Entrada Entrada Sandstone -0.028708628918134603 +77214 gsa_html_7417766860 gsa_html_7417766860:29:2796:2824 Green River Colorado -0.0125432965018171631 +77215 gsa_html_2168907540 gsa_html_2168907540:393:43209:43215 Oregon Black Creek (Toronto) -0.035632122339872542 +77216 geology_html_7817649603 geology_html_7817649603:11:499:511 Martinsville Virginia -0.00178582142589237621 +77217 aapg_aa_698.html aapg_aa_698.html:313:28603:28619 Muskeg Canada -0.448969278215303857 +77218 gsa_html_8332981884 gsa_html_8332981884:607:52900:52921 San Antonio San Antonio -0.485266333037401854 +77219 cspg_html_6611173979 cspg_html_6611173979:318:32328:32355 Wabamun Lacombe, Alberta -0.444871652179790411 +77220 aapg_af_397.html aapg_af_397.html:583:68029:68036 Entrada Entrada Sandstone 1.23939989810442586 +77221 aapg_ai_296.html aapg_ai_296.html:540:54586:54593 Everton Arkansas 0.370564960308023772 +77222 aapg_ai_322.html aapg_ai_322.html:168:14347:14353 Touche Coco River 0.324394756951344732 +77223 aapg_aa_987.html aapg_aa_987.html:58:7156:7161 Salem Illinois -0.464501195477937445 +77224 aapg_ae_221.html aapg_ae_221.html:427:26291:26300 Vicksburg Texas -0.00349522085598196267 +77225 cspg_html_2000308827 cspg_html_2000308827:5:213:230 Cardium Lacombe, Alberta -0.438093558395168947 +77226 aapg_aa_23.html aapg_aa_23.html:92:11307:11327 Red River Winnipeg 0.84201309706579397 +77227 cspg_html_6984906794 cspg_html_6984906794:663:50310:50326 Seabee Regina, Saskatchewan -0.0249440441513266963 +77228 aapg_ad_997.html aapg_ad_997.html:56:5634:5641 Success Denver -0.438093558395168947 +77229 aapg_aa_761.html aapg_aa_761.html:602:76622:76639 Sadlerochit Prudhoe Bay Oil Field -0.485495508601457515 +77230 aapg_ad_397.html aapg_ad_397.html:157:18926:18932 Midway Mississippi River -0.429938515402492283 +77231 aapg_ad_717.html aapg_ad_717.html:220:24611:24621 Phosphoria Kaibab, Arizona 0.00247374805721130514 +77232 gsa_html_6859670581 gsa_html_6859670581:187:13603:13631 Green River Colorado 0.00312693377810401713 +77233 aapg_ac_310.html aapg_ac_310.html:165:12536:12542 Denver Jefferson County, Colorado -0.0577069474480743499 +77234 aapg_ai_337.html aapg_ai_337.html:291:30901:30914 Salina Michigan -0.450932780647085085 +77235 aapg_ad_155.html aapg_ad_155.html:200:24486:24499 Boulder Creek California -0.439025530522553553 +77236 cspg_html_1313584654 cspg_html_1313584654:46:6035:6047 Saskatchewan Fort McMurray -0.440265166942118702 +77237 aapg_ad_244.html aapg_ad_244.html:28:3533:3555 Little Falls Little Falls, Minnesota -0.471349814541787038 +77238 aapg_ac_289.html aapg_ac_289.html:199:16794:16803 Catahoula Shreveport, Louisiana -0.205249487796894642 +77239 cspg_html_4298557570 cspg_html_4298557570:668:63764:63782 Edmonton Canada -0.0641173157526796905 +77240 aapg_ae_415.html aapg_ae_415.html:942:117508:117519 Tampa Suwannee County, Florida 0.00644852294082285706 +77241 gsa_html_8964800601 gsa_html_8964800601:18:769:779 Washington Earth -0.0016763787815964029 +77242 aapg_ah_536.html aapg_ah_536.html:569:75387:75404 Hosston Austin, Chicago 0.238480908410894837 +77243 palaios_html_1018466366 palaios_html_1018466366:905:104251:104273 Grand Rapids Lacombe, Alberta -0.466144329889246756 +77244 cspg_html_3860685167 cspg_html_3860685167:1102:98970:98985 Banff Lacombe, Alberta -0.0974297026787574044 +77245 aapg_af_602.html aapg_af_602.html:187:24033:24039 Midway Texas -0.465561228542891226 +77246 aapg_af_900.html aapg_af_900.html:381:50995:51003 Big Hill Jefferson County, Colorado -0.512052619659571384 +77247 aapg_aa_15.html aapg_aa_15.html:3:176:189 Jackson South Central United States -0.476028677762377117 +77248 aapg_af_59.html aapg_af_59.html:17:2309:2330 Ector Chalk Ravenna, Seattle -0.410622648467641627 +77249 aapg_ae_41.html aapg_ae_41.html:1136:80171:80205 Beaverhill Swan Hill, Victoria -0.482511668442046737 +77250 cspg_html_6121424055 cspg_html_6121424055:226:19030:19038 Columbia Victoria, British Columbia -0.0197168810314956311 +77251 geology_html_8920075350 geology_html_8920075350:74:6927:6940 Santa Barbara Kohala, Hawaii -0.463526807661379381 +77252 aapg_af_653.html aapg_af_653.html:1083:128510:128517 Temblor Monterey, California -0.0254273857816714466 +77253 gsa_html_8873626324 gsa_html_8873626324:30:2754:2782 Green River Iran -0.0408468169477428783 +77254 aapg_aa_796.html aapg_aa_796.html:62:7184:7192 Columbia Victoria, British Columbia -0.427843250012949428 +77255 gsa_html_1643425974 gsa_html_1643425974:870:84971:84989 Moenkopi Colorado -0.456608964648804683 +77256 aapg_aa_792.html aapg_aa_792.html:518:57303:57319 Queen New Mexico -0.0420203413535321854 +77257 aapg_ai_31.html aapg_ai_31.html:93:10234:10249 Vicksburg Arkansas -0.454034931813569353 +77258 aapg_ah_645.html aapg_ah_645.html:495:58836:58841 Swift Western world -0.00200123251374013846 +77259 aapg_af_532.html aapg_af_532.html:330:38842:38850 Colorado Denver -0.0234628186655344677 +77260 aapg_ad_759.html aapg_ad_759.html:451:44251:44266 Vaqueros South Mountains (Arizona) -0.446392131630084288 +77261 gsa_html_9214613015 gsa_html_9214613015:35:2635:2645 Washington Seattle -0.435668138774596203 +77262 gsa_html_5773604426 gsa_html_5773604426:736:62104:62108 Frio Mississippi River -0.44721379024503416 +77263 palaios_html_3825798781 palaios_html_3825798781:520:48749:48771 Tidal Calgary -0.485252303872338198 +77264 sedimentology_html_4185931185 sedimentology_html_4185931185:502:46356:46375 Notch Peak Dolomite Spring Mountains National Recreation Area -0.452927573923113447 +77265 aapg_ac_629.html aapg_ac_629.html:407:51679:51687 Beaumont Oberlin, Ohio 0.00389825344276496875 +77266 sedimentology_html_2896902317 sedimentology_html_2896902317:929:85046:85052 Thrifty London, Ontario -0.444094495043231396 +77267 aapg_ae_552.html aapg_ae_552.html:215:34287:34296 San Diego San Diego -0.0270583470538351585 +77268 aapg_ai_267.html aapg_ai_267.html:587:70451:70459 Virginia Cape Henry Light -0.00837345699819263926 +77269 aapg_ac_215.html aapg_ac_215.html:63:8013:8032 Englewood Black Hills 1.11198652925596342 +77270 aapg_ac_628.html aapg_ac_628.html:730:125758:125764 Navajo Summerville, South Carolina -0.0657733851347933884 +77271 aapg_ad_683.html aapg_ad_683.html:121:16598:16603 Supai Kaibab, Arizona -0.454685092236895128 +77272 cspg_html_1019614994 cspg_html_1019614994:456:77364:77385 Big Valley Regina, Saskatchewan -0.040359343442637502 +77273 aapg_ah_536.html aapg_ah_536.html:530:69719:69725 Paluxy East Texas 0.420848489355161393 +77274 aapg_ai_53.html aapg_ai_53.html:97:10741:10745 Buda Austin, Chicago -0.480765396922298249 +77275 sedimentology_html_2040334789 sedimentology_html_2040334789:29:1822:1840 Forest Viterbo -0.051480663363561531 +77276 aapg_ac_702.html aapg_ac_702.html:366:38317:38323 Hertha Leavenworth, Washington -0.0585689638564125953 +77277 cspg_html_9361096527 cspg_html_9361096527:779:72043:72065 Judith River Lacombe, Alberta -0.506780104045106428 +77278 aapg_af_99.html aapg_af_99.html:34:4129:4151 Manchioneal Puerto Rico -0.222968316718881648 +77279 cspg_html_2758185645 cspg_html_2758185645:6:426:438 Rundle Lacombe, Alberta -0.0482318797882009612 +77280 aapg_ae_473.html aapg_ae_473.html:132:11096:11107 Black River Shreveport, Louisiana -0.415295473859709607 +77281 aapg_aa_934.html aapg_aa_934.html:167:18124:18132 Wolfcamp Wichita Mountains -0.0725250104300591975 +77282 gsa_html_7580135520 gsa_html_7580135520:530:50562:50568 Oregon Dubuque, Iowa -0.473815322787249471 +77283 aapg_ae_416.html aapg_ae_416.html:146:14095:14100 Tampa Texas -0.434712986404073964 +77284 aapg_ah_96.html aapg_ah_96.html:235:26659:26673 Winnipeg Williston, Vermont -0.469896801722409774 +77285 aapg_ae_278.html aapg_ae_278.html:504:51276:51280 Java Borneo -0.486548633935625752 +77286 aapg_ae_388.html aapg_ae_388.html:1199:69273:69279 Midway Key West, Florida -0.453180049702502807 +77287 aapg_ah_827.html aapg_ah_827.html:250:34889:34899 Washington Salem, Oregon -0.0486919238997245429 +77288 aapg_ac_364.html aapg_ac_364.html:3:305:323 Sundance Cheyenne, Wyoming 0.0243685747717860349 +77289 gsa_html_7173708345 gsa_html_7173708345:928:75665:75692 Forest Anchorage, Alaska -0.465641239344597002 +77290 aapg_aa_775.html aapg_aa_775.html:372:38365:38389 Frio El Salvador -0.427650208489599781 +77291 geology_html_3243676584 geology_html_3243676584:41:3695:3726 Madison Cheyenne, Wyoming -0.0543315025159756756 +77292 cspg_html_2796643803 cspg_html_2796643803:799:82835:82857 Tidal Calgary -0.474808096218428344 +77293 aapg_af_457.html aapg_af_457.html:357:42786:42798 Wilcox Texas -0.468696200218799319 +77294 aapg_ac_313.html aapg_ac_313.html:44:4982:5009 Rio Dulce Toledo, Spain 0.000729614901202842885 +77295 gsa_html_6330913937 gsa_html_6330913937:1044:95429:95462 Ocotillo Conglomerate Anza-Borrego Desert State Park -0.0281695262279110618 +77296 aapg_aa_12.html aapg_aa_12.html:465:49533:49545 Fayetteville Hinesville, Georgia -0.464569693827358687 +77297 cspg_html_5109837857 cspg_html_5109837857:318:36364:36385 Blind Fiord Middle East -0.0191815618988117366 +77298 aapg_ah_182.html aapg_ah_182.html:61:6574:6595 Beekmantown Black River, Jamaica -0.427672143055296883 +77299 aapg_aa_81.html aapg_aa_81.html:84:7833:7839 Topeka Topeka, Kansas -0.436819151869522138 +77300 aapg_ah_448.html aapg_ah_448.html:27:2554:2572 Navesink Mississippi River -0.0273835184878958443 +77301 sedimentology_html_7007939776 sedimentology_html_7007939776:967:73238:73248 Long Point Lake Erie -0.0312827215063834832 +77302 aapg_ad_351.html aapg_ad_351.html:381:34775:34784 Northview Sedalia, Missouri -0.0024667992892967905 +77303 cspg_html_8089302449 cspg_html_8089302449:6:424:436 Saskatchewan Manitoba -0.443889149160736518 +77304 aapg_ad_466.html aapg_ad_466.html:768:84483:84499 Peedee The Carolinas 0.00920043838208298506 +77305 gsa_html_3883467297 gsa_html_3883467297:967:71820:71848 San Antonio Chile -0.482353193831112415 +77306 cspg_html_9771826320 cspg_html_9771826320:791:119768:119783 Melville Island Canadian Arctic Archipelago -0.482963947665808413 +77307 gsa_html_2994204451 gsa_html_2994204451:817:78574:78581 Concord Appalachia -0.0242746935922993796 +77308 aapg_af_238.html aapg_af_238.html:16:2341:2350 Cow Bayou Orange County, California -0.509711797196706451 +77309 aapg_ae_610.html aapg_ae_610.html:353:27856:27862 Denver Colorado -0.466920106770381871 +77310 geology_html_7666991854 geology_html_7666991854:11:497:507 Ellensburg Washington (state) -0.0485211467780206906 +77311 aapg_ae_498.html aapg_ae_498.html:582:63002:63017 Knobs Abingdon, Virginia -0.0324655941438056483 +77312 gsa_html_6657110469 gsa_html_6657110469:820:71535:71563 Green River Colorado 0.0389875890709778586 +77313 cspg_html_4223391205 cspg_html_4223391205:273:40712:40720 Columbia Victoria, British Columbia -0.416220582820664042 +77314 aapg_aa_157.html aapg_aa_157.html:231:21916:21936 Keg River Black Creek (Toronto) -0.47964731201702282 +77315 gsa_html_1826402027 gsa_html_1826402027:195:22233:22253 Moenkopi Kaibab, Arizona -0.455726774842524995 +77316 cspg_html_7938374662 cspg_html_7938374662:7:528:550 Grand Rapids Lacombe, Alberta -0.451733774163315116 +77317 cspg_html_7595517955 cspg_html_7595517955:730:67171:67191 Blue Fiord Ellesmere Island 0.00127335233315172751 +77318 aapg_af_653.html aapg_af_653.html:733:82538:82545 Temblor Monterey, California -0.067774233200589562 +77319 aapg_af_922.html aapg_af_922.html:115:14924:14935 Mauch Chunk Kentucky -0.0432323316549263759 +77320 aapg_af_745.html aapg_af_745.html:1548:177403:177455 Harrison Canada -0.0139559511282587399 +77321 aapg_aa_415.html aapg_aa_415.html:116:16372:16380 Woodbine Arkansas 0.213655422131157652 +77322 gsa_html_9489516807 gsa_html_9489516807:70:5392:5420 Green River New Mexico 0.00285245641142386911 +77323 cspg_html_4099674132 cspg_html_4099674132:15:1933:1976 Winnipegosis Regina, Saskatchewan -0.0161923738037419891 +77324 aapg_ah_757.html aapg_ah_757.html:63:8003:8012 Lodgepole Logan, Utah 0.0889754760892759733 +77325 cspg_html_8247666269 cspg_html_8247666269:456:51157:51173 Kanguk Anchorage, Alaska -0.0204312426216018105 +77326 cspg_html_9551573979 cspg_html_9551573979:30:5398:5422 Basal Lacombe, Alberta -0.506518679863000365 +77327 jgeology_html_9215313444 jgeology_html_9215313444:1096:75457:75467 Washington Salem, Oregon -0.443701699352459789 +77328 aapg_ac_557.html aapg_ac_557.html:498:56990:57025 Lake Valley New Mexico -0.0197168810314956311 +77329 cspg_html_7086880709 cspg_html_7086880709:655:80844:80849 Queen Ottawa, Kansas -0.477308890203395286 +77330 jgeology_html_4289404569 jgeology_html_4289404569:817:55789:55797 Colorado Cheyenne, Wyoming -0.0650501069612166166 +77331 aapg_ae_181.html aapg_ae_181.html:107:15617:15636 Owl Creek Mississippi River 0.353809218952093829 +77332 aapg_ad_653.html aapg_ad_653.html:592:80787:80793 Hutshi Victoria, British Columbia -0.424774571263088097 +77333 gsa_html_6441142238 gsa_html_6441142238:1275:119331:119336 Spray Earth -0.0425131277640511673 +77334 aapg_ae_958.html aapg_ae_958.html:2324:199111:199127 Salado Salado, Texas -0.441860465923672896 +77335 aapg_ad_60.html aapg_ad_60.html:7:931:937 Empire Russian Empire -0.440887830328426711 +77336 aapg_ac_824.html aapg_ac_824.html:422:42337:42345 Fountain Denver -0.440222929906821658 +77337 cspg_html_2650524233 cspg_html_2650524233:69:10842:10859 Bearpaw Edmonton, London -0.479672865371614687 +77338 geology_html_6173381301 geology_html_6173381301:322:24618:24660 Blanco Chile -0.0284425529173571862 +77339 aapg_ae_319.html aapg_ae_319.html:747:62380:62385 Hanna Logan, Utah -0.490143713980378037 +77340 geology_html_4460751015 geology_html_4460751015:44:4141:4169 Green River Newark Basin -0.440354093294291316 +77341 aapg_ah_364.html aapg_ah_364.html:131:10968:10991 Detroit River Arenac County, Michigan -0.48777188725893289 +77342 cspg_html_4859889874 cspg_html_4859889874:432:46404:46421 Kayenta Colorado -0.0400668715535646355 +77343 geology_html_8808624934 geology_html_8808624934:252:22009:22013 Webb Mongolia -0.0336555463053693354 +77344 gsa_html_9428560088 gsa_html_9428560088:694:63983:63989 Oregon California -0.437960495533138761 +77345 aapg_ac_324.html aapg_ac_324.html:954:125007:125044 Prospect Gold Hill, Colorado -0.451526708240674923 +77346 aapg_ai_7.html aapg_ai_7.html:203:17093:17118 Eagle East Texas -0.444916336311243943 +77347 jgeology_html_6044107316 jgeology_html_6044107316:512:45184:45195 Utica Mohawk Valley -0.0351971054761553784 +77348 sedimentology_html_3102998281 sedimentology_html_3102998281:4068:150747:150771 Wilcox South Central United States -0.480667710196792775 +77349 gsa_html_4667678389 gsa_html_4667678389:529:48136:48150 Monk Pocatello, Idaho -0.0370660655999496616 +77350 gsa_html_8179386002 gsa_html_8179386002:14:545:550 Davis California -0.45733345840955697 +77351 aapg_ac_563.html aapg_ac_563.html:109:18963:18969 Tuxpan Coahuila -0.0127413767435659193 +77352 sedimentology_html_3279131936 sedimentology_html_3279131936:931:56313:56329 Keokuk Illinois -0.0374854970186532591 +77353 aapg_aa_712.html aapg_aa_712.html:94:11261:11272 Platteville Glenwood, Utah 0.00145054491803285547 +77354 aapg_af_11.html aapg_af_11.html:479:47657:47677 Leadville Ouray, Colorado -0.439098796420780313 +77355 cspg_html_8915218033 cspg_html_8915218033:317:33727:33735 Columbia Victoria, British Columbia -0.449575401198261781 +77356 aapg_ai_28.html aapg_ai_28.html:8:1462:1480 Lagarto Beaumont, Texas -0.429008912224210892 +77357 aapg_ac_841.html aapg_ac_841.html:117:15464:15478 Espiritu Santo Honduras -0.45184182728382527 +77358 aapg_ae_142.html aapg_ae_142.html:15:1199:1205 Oregon Washington (state) -0.0276374009798287142 +77359 cspg_html_7779401416 cspg_html_7779401416:247:30179:30195 Cabot Head Caledon, County Tyrone -0.156987597384699334 +77360 cspg_html_8174352156 cspg_html_8174352156:615:74622:74630 Columbia Victoria, British Columbia -0.00961046045389274753 +77361 cspg_html_8662646956 cspg_html_8662646956:74:13485:13495 Pine Point Vancouver -0.471336008805755435 +77362 cspg_html_2175627313 cspg_html_2175627313:1066:94869:94884 Liard Victoria, British Columbia -0.455197874748240694 +77363 sedimentology_html_9912946355 sedimentology_html_9912946355:1697:69942:69948 Oxford Spain -0.0422554127519972483 +77364 geology_html_8727652212 geology_html_8727652212:249:25161:25189 Green River Cheyenne, Wyoming -0.433376961451207021 +77365 aapg_aa_96.html aapg_aa_96.html:67:6491:6497 Dakota San Juan, Argentina 0.375614242678855959 +77366 aapg_ad_761.html aapg_ad_761.html:80:7124:7135 Main Street Denton, Texas -0.00326243548975702329 +77367 gsa_html_7238609251 gsa_html_7238609251:612:54390:54418 Green River Colorado -0.0364256392683856012 +77368 AMJC_html_9998016641 AMJC_html_9998016641:850:86350:86360 Washington Colorado -0.458695727712452594 +77369 aapg_ad_52.html aapg_ad_52.html:494:52866:52878 North Branch Sanilac Township, Michigan -0.0372366206791455642 +77370 gsa_html_1347484649 gsa_html_1347484649:166:15423:15442 Rock Springs Cheyenne, Wyoming -0.0664198701841711703 +77371 aapg_ah_181.html aapg_ah_181.html:77:9350:9357 Paradox Hermosa, Chicago -0.49337628910884479 +77372 cspg_html_9729377176 cspg_html_9729377176:851:100738:100746 Columbia Lacombe, Alberta -0.437960495533138761 +77373 palaios_html_4501603736 palaios_html_4501603736:119:11609:11627 Moenkopi Reno, Nevada 0.321131956560485932 +77374 aapg_af_320.html aapg_af_320.html:636:102526:102530 Ross Mediterranean Sea -0.0174783687048886763 +77375 palaios_html_4610357588 palaios_html_4610357588:738:67297:67320 Lincoln Creek Washington (state) -0.0345376534934891677 +77376 aapg_ai_572.html aapg_ai_572.html:102:11278:11281 Ada Seminole, Texas -0.463332970234029085 +77377 aapg_ah_49.html aapg_ah_49.html:292:32467:32474 Vasquez San Gabriel Valley 0.0150524162295643544 +77378 gsa_html_7425483970 gsa_html_7425483970:65:6769:6779 Notch Peak Logan, Utah -0.426641763905032778 +77379 palaios_html_8869948553 palaios_html_8869948553:61:10707:10718 Skaneateles Moscow -0.466718659783226908 +77380 palaios_html_9628693601 palaios_html_9628693601:48:5948:5958 Washington San Juan Islands -0.464501195477937445 +77381 aapg_ah_253.html aapg_ah_253.html:3:276:301 Minnelusa Cheyenne, Wyoming -0.445106268068768518 +77382 cspg_html_9343899465 cspg_html_9343899465:89:12532:12545 Hecla Bay Little Cornwallis Island -0.101810674112714106 +77383 cspg_html_2510920336 cspg_html_2510920336:63:8061:8066 Price Lacombe, Alberta -0.032535178592891574 +77384 gsa_html_1232517399 gsa_html_1232517399:1266:90556:90577 Talkeetna Anchorage, Alaska -0.454685092236895128 +77385 cspg_html_8145657505 cspg_html_8145657505:81:12663:12693 Cairn Lacombe, Alberta -0.0135788887974534252 +77386 aapg_ad_466.html aapg_ad_466.html:1573:166165:166183 Raritan East Asia -0.482353193831112415 +77387 geology_html_4744299101 geology_html_4744299101:275:25218:25226 Scotland West Greenland Current -0.0401573975935689137 +77388 aapg_ac_720.html aapg_ac_720.html:97:12649:12660 Hornerstown Navesink River 0.00829353945746899406 +77389 AMJC_html_6341723617 AMJC_html_6341723617:961:81881:81892 Green River Colorado -0.0225014864703161413 +77390 cspg_html_1312400675 cspg_html_1312400675:25:3047:3055 Edmonton Lacombe, Alberta -0.49252218048089591 +77391 cspg_html_6038396142 cspg_html_6038396142:37:5877:5895 Winnipeg Winnipeg -0.0105834116577304821 +77392 aapg_af_860.html aapg_af_860.html:106:9767:9778 Sparta Ville Platte, Louisiana -0.455229509631582041 +77393 aapg_ai_66.html aapg_ai_66.html:348:31289:31298 Mesaverde Mancos, Colorado -0.0193049620802523206 +77394 cspg_html_9343899465 cspg_html_9343899465:827:75133:75144 Catskill Pennsylvania -0.450676431675374467 +77395 gsa_html_5107598462 gsa_html_5107598462:369:31345:31354 Allegheny San Fernando Valley -0.449451899065432481 +77396 geology_html_7867948062 geology_html_7867948062:22:1550:1566 Noonday Dolomite Panamint Range -0.0619378811065202026 +77397 aapg_ae_391.html aapg_ae_391.html:318:28884:28890 Salado Delaware -0.455799127156009509 +77398 aapg_aa_4.html aapg_aa_4.html:208:27962:27978 Sonyea West Fork River -0.0681587571968451378 +77399 aapg_af_653.html aapg_af_653.html:1262:153458:153465 Temblor San Pablo Bay National Wildlife Refuge -0.461390086357821749 +77400 aapg_ac_714.html aapg_ac_714.html:594:72146:72150 Wendover Lima, Ohio -0.477130519718023338 +77401 cspg_html_6140605204 cspg_html_6140605204:719:66923:66931 Edmonton Calgary -0.474888953093082877 +77402 sedimentology_html_5922191587 sedimentology_html_5922191587:1113:85763:85771 Columbia Victoria, British Columbia -0.487631194234456278 +77403 cspg_html_7777724998 cspg_html_7777724998:808:77153:77161 Columbia Lacombe, Alberta -0.0259959408940027802 +77404 aapg_aa_23.html aapg_aa_23.html:697:88083:88097 Stony Mountain Winnipeg 0.950549114313177679 +77405 cspg_html_6953269830 cspg_html_6953269830:20:2534:2552 Gates Colombia -0.448377013151321557 +77406 palaios_html_4880574501 palaios_html_4880574501:20:1228:1259 Kope Ohio -0.447133159014188541 +77407 geology_html_1636733793 geology_html_1636733793:33:4571:4576 Yukon Canada -0.0193901260398797667 +77408 aapg_aa_227.html aapg_aa_227.html:145:15245:15263 Moenkopi Colorado -0.0213629091377398328 +77409 gsa_html_3448554349 gsa_html_3448554349:930:89492:89508 Pocono Pennsylvania 0.0521780116650716469 +77410 aapg_ah_659.html aapg_ah_659.html:32:4852:4873 Green River Colorado 0.352079172817400032 +77411 gsa_html_5051054217 gsa_html_5051054217:927:89328:89356 Green River Colorado -0.0131827182184571217 +77412 cspg_html_9011256422 cspg_html_9011256422:303:41900:41908 Columbia Victoria, British Columbia -0.466727815469158758 +77413 palaios_html_6229157009 palaios_html_6229157009:41:3429:3435 Brazil Bolivia -0.0548599497641807099 +77414 aapg_ai_751.html aapg_ai_751.html:483:47467:47475 Sycamore Huntington, West Virginia -0.0301173575019116381 +77415 aapg_ai_962.html aapg_ai_962.html:294:19479:19492 Brushy Canyon New Mexico -0.0225014864703161413 +77416 gsa_html_2005293978 gsa_html_2005293978:1090:80378:80386 Virginia Hampton, New Hampshire -0.502347065714454311 +77417 gsa_html_3089558592 gsa_html_3089558592:31:2712:2740 Green River Colorado -0.00590649599379846572 +77418 aapg_ah_754.html aapg_ah_754.html:163:19475:19485 Huntingdon Burrard Peninsula -0.00292541869155533898 +77419 aapg_ae_414.html aapg_ae_414.html:566:47855:47862 Madison Texas -0.065469387622686781 +77420 gsa_html_4891459463 gsa_html_4891459463:1341:122756:122764 Rockwell Los Angeles -0.0308043870775981631 +77421 gsa_html_7195000001 gsa_html_7195000001:1031:117343:117388 Eureka Sound Canadian Arctic Archipelago 0.418736033081637982 +77422 aapg_ak_46.html aapg_ak_46.html:43:4014:4020 Dakota Uinta Mountains 0.0239617604101210226 +77423 aapg_aa_23.html aapg_aa_23.html:570:70929:70938 Red River Winnipeg -0.633256404648230298 +77424 AMJC_html_7190858839 AMJC_html_7190858839:13:654:660 Denver Colorado -0.494798572382738111 +77425 aapg_ae_430.html aapg_ae_430.html:5:1053:1066 Woodbine East Texas -0.430092438352523254 +77426 aapg_ae_663.html aapg_ae_663.html:545:50972:50981 San Diego California -0.450743884934886652 +77427 cspg_html_5376629375 cspg_html_5376629375:6:328:375 Arctomys Victoria, British Columbia -0.0249388283192189877 +77428 cspg_html_5576979800 cspg_html_5576979800:23:3782:3799 Guelph Acton, London -0.0272061513057389563 +77429 aapg_ac_501.html aapg_ac_501.html:134:14591:14608 Warsaw Warren County, Ohio -0.00472517057507792094 +77430 sedimentology_html_5479897708 sedimentology_html_5479897708:808:58641:58647 Oxford Pergamon Museum -0.483015252079283031 +77431 AMJC_html_2829615437 AMJC_html_2829615437:169:23842:23862 Washington Washington (state) -0.478280146619880497 +77432 aapg_ai_791.html aapg_ai_791.html:204:32336:32358 San Cayetano Honduras -0.475138501585752326 +77433 cspg_html_9725676031 cspg_html_9725676031:452:59808:59814 Viking Lacombe, Alberta -0.00215584223507059606 +77434 aapg_ae_884.html aapg_ae_884.html:151:19796:19815 Niobrara Colorado 0.653032064147495928 +77435 aapg_ah_994.html aapg_ah_994.html:308:34486:34498 Little River Earlsboro, Oklahoma -0.078316802907732963 +77436 aapg_ac_824.html aapg_ac_824.html:479:48948:48956 Colorado Colorado -0.508545081019182943 +77437 aapg_ad_908.html aapg_ad_908.html:123:13676:13694 Mercedes Venezuela -0.440280728439214952 +77438 gsa_html_1643425974 gsa_html_1643425974:49:5672:5680 Moenkopi Chinle Formation 0.0204990301783142814 +77439 cspg_html_8806021601 cspg_html_8806021601:90:10560:10580 Griper Bay Banks Island -0.458659434193013582 +77440 gsa_html_4078158156 gsa_html_4078158156:109:13020:13033 Genesee Ithaca, New York -0.0225014864703161413 +77441 palaios_html_5268628065 palaios_html_5268628065:163:21715:21721 Gurabo Dominican Republic -0.0477283018758572417 +77442 aapg_ah_4.html aapg_ah_4.html:309:49052:49067 Heath Talara Province -0.454475093508583283 +77443 aapg_ac_56.html aapg_ac_56.html:180:13901:13920 Cotton Valley Mexico -0.441686785632637413 +77444 aapg_ad_695.html aapg_ad_695.html:71:6781:6790 Cockfield Lee County, Alabama -0.444945382159606273 +77445 aapg_af_77.html aapg_af_77.html:63:5621:5630 Smackover Lafayette County, Florida -0.0276304452324186781 +77446 aapg_ad_466.html aapg_ad_466.html:205:25665:25677 Marshalltown Columbus, Ohio 0.571540807141897256 +77447 cspg_html_3385840278 cspg_html_3385840278:122:17994:18018 Fort Vermilion Swan Hill, Victoria -0.123455547114420541 +77448 aapg_ac_575.html aapg_ac_575.html:527:79281:79289 Woodside Moenkopi Formation -0.464656465989479628 +77449 palaios_html_3912601201 palaios_html_3912601201:312:38914:38922 Willwood Chinle Formation -0.0632684992978399252 +77450 aapg_ae_999.html aapg_ae_999.html:586:77415:77420 Tampa Tampa, Florida -0.50037380579535129 +77451 aapg_af_653.html aapg_af_653.html:772:87567:87574 Temblor Monterey, California -0.0399972367301592718 +77452 jgeology_html_3020385176 jgeology_html_3020385176:928:47306:47315 Escambray Escambray Mountains -0.0154103849420370986 +77453 aapg_aa_153.html aapg_aa_153.html:128:10737:10753 Ithaca West Fork River -0.0791820422542413721 +77454 cspg_html_8298261690 cspg_html_8298261690:625:64391:64408 Gething Lacombe, Alberta 0.00797734533398414096 +77455 aapg_ae_115.html aapg_ae_115.html:114:12673:12699 Entrada Logan, Utah -0.238973176393944164 +77456 aapg_ah_387.html aapg_ah_387.html:2546:274960:274969 Knoxville Central Valley (California) -0.0574626720141519567 +77457 gsa_html_7248164569 gsa_html_7248164569:740:59914:59923 Peninsula Middle East -0.0164009085472750712 +77458 cspg_html_6306091047 cspg_html_6306091047:134:20180:20199 Pardonet Victoria, British Columbia -0.491577059800919369 +77459 aapg_ah_318.html aapg_ah_318.html:1797:167728:167737 La Casita Mexico 0.00257103084166609899 +77460 aapg_ae_272.html aapg_ae_272.html:14:2199:2207 Michigan Michigan -0.0523523592034746896 +77461 aapg_ae_574.html aapg_ae_574.html:162:20244:20252 Converse Weston, Florida -0.470292003998596664 +77462 cspg_html_6140605204 cspg_html_6140605204:597:62820:62838 Kootenay Lacombe, Alberta -0.483477129634449443 +77463 aapg_ae_324.html aapg_ae_324.html:1266:126499:126503 Bays Sevier orogeny 0.00660835233941787364 +77464 sedimentology_html_6121651724 sedimentology_html_6121651724:884:52243:52250 Hanover Hanover -0.0154103849420370986 +77465 aapg_ai_400.html aapg_ai_400.html:43:5571:5580 Red River Baton Rouge, Louisiana 0.142904225801454565 +77466 aapg_ah_90.html aapg_ah_90.html:88:14295:14319 Cedar Mountain Colorado -0.450743884934886652 +77467 aapg_ac_214.html aapg_ac_214.html:27:3524:3540 Carmel Colorado -0.0264393249899875019 +77468 gsa_html_9888343667 gsa_html_9888343667:618:58748:58757 San Pedro Mexico -0.475977786028375149 +77469 aapg_ac_944.html aapg_ac_944.html:145:15293:15309 Sandia Placitas, New Mexico -0.464656465989479628 +77470 aapg_ah_779.html aapg_ah_779.html:382:71329:71335 Laurel Kentucky -0.441419648744354465 +77471 cspg_html_6334734829 cspg_html_6334734829:38:5454:5501 Tantalus Indian River (Florida) -0.0591553403385562324 +77472 aapg_ae_73.html aapg_ae_73.html:946:113288:113294 Abbott New Mexico -0.448890736157496528 +77473 aapg_ae_70.html aapg_ae_70.html:218:22495:22517 Green River Uinta Mountains -0.451069979483473049 +77474 aapg_ai_860.html aapg_ai_860.html:154:24034:24047 Decorah Mississippi River 0.402391637648287837 +77475 aapg_ah_505.html aapg_ah_505.html:1735:142475:142483 Colorado Colorado 0.28596097639233381 +77476 cspg_html_7229660003 cspg_html_7229660003:18:1617:1623 Borden Winnipeg -0.0400668715535646355 +77477 aapg_af_785.html aapg_af_785.html:354:35153:35166 Reklaw Carrizo Plain -0.0478206511244486168 +77478 gsa_html_8735573394 gsa_html_8735573394:135:12331:12354 New River Kingston, Jamaica -0.0304826089875597575 +77479 aapg_ad_169.html aapg_ad_169.html:10:1388:1408 Greenbrier Huntington, West Virginia -0.0365022098849612647 +77480 aapg_ah_965.html aapg_ah_965.html:472:55934:55947 Oakville Oakville, California -0.418145109379014168 +77481 aapg_af_85.html aapg_af_85.html:219:24341:24353 Gilwood Lacombe, Alberta 0.0197255713995879364 +77482 aapg_ai_996.html aapg_ai_996.html:1387:63859:63867 Virginia North Carolina -0.0687408374731612593 +77483 sedimentology_html_6390126294 sedimentology_html_6390126294:1308:78626:78633 Halifax Canada -0.500557112785802838 +77484 sedimentology_html_8918014440 sedimentology_html_8918014440:312:11439:11443 Hall London, Ontario -0.473413916391550615 +77485 aapg_ah_645.html aapg_ah_645.html:514:61892:61907 Piper Williston, Vermont -0.404820594310329573 +77486 sedimentology_html_4101202094 sedimentology_html_4101202094:263:25513:25521 Columbia Victoria, British Columbia -0.0306269732531419848 +77487 cspg_html_5272711466 cspg_html_5272711466:22:3327:3351 Duvernay Lacombe, Alberta -0.450586501765938174 +77488 aapg_ac_380.html aapg_ac_380.html:458:54525:54533 Onondaga Onondaga (tribe) -0.0152331376513424877 +77489 gsa_html_3331479219 gsa_html_3331479219:998:91998:92026 Green River New Mexico -0.0196404059622709952 +77490 aapg_ae_710.html aapg_ae_710.html:370:30280:30299 Rock Springs Cheyenne, Wyoming -0.0118326507856826232 +77491 aapg_ad_809.html aapg_ad_809.html:11:1416:1435 Maquoketa Iowa -0.178329033039588608 +77492 aapg_ae_305.html aapg_ae_305.html:818:63879:63885 Sierra Colombia -0.0254117377860756666 +77493 aapg_ad_152.html aapg_ad_152.html:1620:207823:207829 Pequop Kaibab, Arizona -0.0239565449099976777 +77494 gsa_html_2098291403 gsa_html_2098291403:83:6975:6997 Siletz River Volcanics Willamette Valley -0.474815026513922711 +77495 aapg_ae_945.html aapg_ae_945.html:106:8251:8269 Traverse Calhoun County, Michigan -0.489182445167081981 +77496 aapg_ad_69.html aapg_ad_69.html:82:5206:5226 Fort Union Fort Union Trading Post National Historic Site -0.447404197686881167 +77497 aapg_aa_904.html aapg_aa_904.html:413:35214:35225 Cliff House San Juan, Argentina -0.463579265049131273 +77498 geology_html_3342004799 geology_html_3342004799:320:27072:27092 Cadomin Lacombe, Alberta -0.4391432028015122 +77499 aapg_ai_105.html aapg_ai_105.html:442:54236:54252 Morgan Logan, Utah -0.197965420770095185 +77500 aapg_af_662.html aapg_af_662.html:393:35064:35072 Seminole Cushing, Oklahoma -0.496896208616799728 +77501 gsa_html_3448554349 gsa_html_3448554349:524:52693:52708 Price Virginia -0.189750334561120976 +77502 sedimentology_html_2623529999 sedimentology_html_2623529999:1277:87315:87335 Toro Roman Empire -0.00395905591412439809 +77503 palaios_html_9901343833 palaios_html_9901343833:65:8376:8388 North Branch Nassau, Bahamas -0.469038078694436811 +77504 aapg_ah_859.html aapg_ah_859.html:195:22816:22825 Tuscahoma Alabama 0.0130159112039108672 +77505 aapg_ad_2.html aapg_ad_2.html:1098:150235:150246 Tribes Hill Adirondack Park -0.45230795361337589 +77506 aapg_ac_289.html aapg_ac_289.html:53:6190:6203 Cotton Valley Tuscaloosa, Alabama 0.00660140322590393579 +77507 cspg_html_1503116552 cspg_html_1503116552:1200:184920:184946 Beaverhill Swan Hill, Victoria -0.471432653520514666 +77508 aapg_ai_804.html aapg_ai_804.html:6:632:644 Saskatchewan Manitoba -0.506336451321114045 +77509 geology_html_3472946819 geology_html_3472946819:11:577:587 Washington Seattle -0.486513508857715604 +77510 aapg_aa_254.html aapg_aa_254.html:80:8733:8743 Tuscaloosa Davis, California 0.0289434063312669736 +77511 aapg_ae_415.html aapg_ae_415.html:576:73497:73507 Waynesboro Wayne County, Michigan -0.0304773910336276765 +77512 aapg_aa_147.html aapg_aa_147.html:890:90751:90770 Winnipeg Williston Basin -0.477575355931223244 +77513 gsa_html_2832151886 gsa_html_2832151886:93:8805:8816 Fish Scales Regina, Saskatchewan -0.485448733097070706 +77514 aapg_aa_732.html aapg_aa_732.html:440:45127:45144 Edwards Texas -0.0674771191864974446 +77515 jgeology_html_1838149422 jgeology_html_1838149422:972:91142:91156 Arikaree Nebraska -0.465561228542891226 +77516 cspg_html_9222238695 cspg_html_9222238695:11:1272:1300 Fernie Victoria, British Columbia 0.0148352047052043839 +77517 cspg_html_1818321956 cspg_html_1818321956:501:51407:51422 Liard Liard River, British Columbia -0.228525036350357785 +77518 cspg_html_2175627313 cspg_html_2175627313:557:71022:71053 Charlie Lake Victoria, British Columbia -0.465558942626108085 +77519 aapg_ac_506.html aapg_ac_506.html:233:28853:28873 Greenbrier Virginia -0.510952494440722882 +77520 aapg_ac_766.html aapg_ac_766.html:998:96491:96499 Colorado Texas -0.00998573864189263374 +77521 cspg_html_5381643866 cspg_html_5381643866:404:51136:51158 Gorman Rocky Brook -0.0268827228609654426 +77522 aapg_ai_28.html aapg_ai_28.html:377:36383:36390 Lagarto Oakville, California -0.440680970807864891 +77523 sedimentology_html_6346136313 sedimentology_html_6346136313:1690:102064:102080 Carmel Logan, Utah -0.455482628602140449 +77524 aapg_ai_756.html aapg_ai_756.html:8:866:873 Hosston Cotton Valley, Louisiana -0.453085363047098455 +77525 aapg_ae_885.html aapg_ae_885.html:393:36464:36483 Toroweap McKee, Kentucky 0.934538787573982899 +77526 cspg_html_1265381145 cspg_html_1265381145:204:21281:21299 Palliser Canada -0.0393792500826810471 +77527 aapg_ac_65.html aapg_ac_65.html:816:67836:67844 Colorado Logan, Utah -0.0674771191864974446 +77528 aapg_af_399.html aapg_af_399.html:530:54016:54034 Frontier Kemmerer, Wyoming -0.0131340660726573313 +77529 aapg_ai_49.html aapg_ai_49.html:562:73766:73769 Abo New Mexico -0.0176521575515221144 +77530 cspg_html_4516258038 cspg_html_4516258038:56:7984:7992 Bathurst Little Cornwallis Island -0.0665317020564821365 +77531 cspg_html_1732329534 cspg_html_1732329534:69:10009:10017 Scollard Red Deer, Alberta -0.479496330331430576 +77532 geology_html_4447793411 geology_html_4447793411:96:7084:7094 San Felipe Sonora -0.026705362044744569 +77533 aapg_ah_417.html aapg_ah_417.html:29:4003:4016 Bearpaw Colorado -0.419751437916078163 +77534 gsa_html_2832151886 gsa_html_2832151886:84:7352:7386 Belle Fourche Lacombe, Alberta -0.471099044200062878 +77535 palaios_html_4588969442 palaios_html_4588969442:49:2304:2338 Tanyard Texas -0.429008912224210892 +77536 palaios_html_1734147629 palaios_html_1734147629:77:9517:9536 Keg River Canada -0.493513215479836842 +77537 cspg_html_7938374662 cspg_html_7938374662:280:28668:28676 Columbia Victoria, British Columbia -0.42652126035610638 +77538 gsa_html_6967102683 gsa_html_6967102683:31:2228:2236 Columbia Victoria, British Columbia -0.43347626990885002 +77539 gsa_html_5355534591 gsa_html_5355534591:60:4320:4348 Green River Colorado -0.0145241610261636171 +77540 aapg_aa_718.html aapg_aa_718.html:423:41393:41412 Allegheny Ohio -0.0197134048853638798 +77541 aapg_ai_292.html aapg_ai_292.html:387:36191:36205 Lisburne Anchorage, Alaska -0.476218391360906934 +77542 aapg_ah_370.html aapg_ah_370.html:63:4214:4228 Traverse Thunder Bay -0.467675942101560327 +77543 sedimentology_html_9410532865 sedimentology_html_9410532865:201:16718:16743 Green River Eocene -0.453130450697368015 +77544 aapg_af_561.html aapg_af_561.html:438:40994:41001 Wasatch Wasatch Range -0.00972860319356922895 +77545 sedimentology_html_2698713692 sedimentology_html_2698713692:1295:102151:102155 Hall London, Ontario -0.0478206511244486168 +77546 geology_html_3322439488 geology_html_3322439488:190:18926:18934 Colorado San Juan, Argentina -0.0428823001474314888 +77547 cspg_html_9343899465 cspg_html_9343899465:1609:131140:131156 Parry Islands Melville Island (Canada) -0.462143504710773534 +77548 aapg_ai_17.html aapg_ai_17.html:194:14690:14705 Mansfield Lagrangian point -0.408001075134106161 +77549 gsa_html_1124773713 gsa_html_1124773713:895:80527:80538 Devils Hole Reno, Nevada -0.473653815287124913 +77550 gsa_html_5712812305 gsa_html_5712812305:741:68749:68755 Oregon Washington (state) -0.494585786210081368 +77551 jgeology_html_4232779030 jgeology_html_4232779030:832:42916:42924 Colorado Logan, Utah -0.433685955512457477 +77552 cspg_html_1019614994 cspg_html_1019614994:570:92664:92670 Antler Arctic Cordillera -0.45633516722504075 +77553 cspg_html_8166293261 cspg_html_8166293261:9:695:703 Columbia Victoria, British Columbia -0.454041701910604445 +77554 gsa_html_8622484687 gsa_html_8622484687:599:55093:55112 Carbonera Cordillera Administrative Region -0.00456360840821551893 +77555 aapg_ai_81.html aapg_ai_81.html:319:26272:26279 Chemung Pennsylvania -0.000225833135678471921 +77556 cspg_html_3354282978 cspg_html_3354282978:167:20780:20794 Woodbend Lacombe, Alberta -0.464533160716817162 +77557 cspg_html_8809756626 cspg_html_8809756626:655:81088:81115 Wabamun Lacombe, Alberta -0.481756844989031929 +77558 aapg_ah_754.html aapg_ah_754.html:460:45237:45241 Bell Victoria, British Columbia -0.0619274049575950364 +77559 aapg_ac_634.html aapg_ac_634.html:298:33853:33863 San Andres San Angelo, Texas -0.508872076035541854 +77560 aapg_af_575.html aapg_af_575.html:308:41435:41448 Decorah Smithville, Ontario -0.220792865904744395 +77561 palaios_html_1316705524 palaios_html_1316705524:412:33875:33895 Shawangunk Closter, New Jersey -0.0136379673462826371 +77562 aapg_ai_589.html aapg_ai_589.html:3:497:512 Mesaverde New Mexico -0.247334857457651602 +77563 aapg_ae_96.html aapg_ae_96.html:280:31387:31399 Fernie Lacombe, Alberta -0.00797387068518421935 +77564 aapg_ai_687.html aapg_ai_687.html:1165:125905:125911 Brazil Nigeria -0.46328736756315686 +77565 cspg_html_8260944839 cspg_html_8260944839:113:14192:14224 Twilight Gneiss Stony Creek Metropark -0.479447557264900015 +77566 gsa_html_8010927234 gsa_html_8010927234:340:27853:27877 Greenvale Cove Rangeley, Maine -0.495702329885848558 +77567 jgeology_html_3686050500 jgeology_html_3686050500:1364:95818:95837 Niobrara North Carolina -0.221848749616356367 +77568 aapg_af_606.html aapg_af_606.html:70:9623:9637 Mariposa Sierra Nevada (Spain) -0.0451203085338412122 +77569 geology_html_2838573832 geology_html_2838573832:55:5769:5779 Clydesdale Arbuckle, California -0.471336008805755435 +77570 aapg_aa_628.html aapg_aa_628.html:317:38493:38507 Moutere Gravel Waimea, Hawaii County, Hawaii -0.0219799913092776147 +77571 sedimentology_html_3865745685 sedimentology_html_3865745685:1577:110437:110455 Dunvegan Canada -0.458262569586093849 +77572 AMJC_html_1806374436 AMJC_html_1806374436:581:59832:59836 Bern Switzerland -0.464610795373413321 +77573 aapg_ae_182.html aapg_ae_182.html:79:8697:8710 Cotton Valley Texas 0.00255018452536458695 +77574 jgeology_html_4152045543 jgeology_html_4152045543:592:48146:48176 Gowganda Canada -0.0468954646470770981 +77575 aapg_aa_231.html aapg_aa_231.html:829:76138:76150 Pierre Cheyenne, Wyoming 0.00442984212241086077 +77576 aapg_ae_794.html aapg_ae_794.html:195:24113:24128 Eutaw Selma to Montgomery marches 0.000555897012734609666 +77577 gsa_html_1860930948 gsa_html_1860930948:82:8601:8625 Cedar Mountain Logan, Utah -0.0292460145715184028 +77578 aapg_ad_683.html aapg_ad_683.html:253:28350:28364 Rico San Juan River (Nicaragua) -0.529120093774679834 +77579 geology_html_5991139649 geology_html_5991139649:480:31296:31301 Rapid North Atlantic Current -0.510952494440722882 +77580 gsa_html_7820028180 gsa_html_7820028180:928:80473:80482 Red River China -0.465705253187009671 +77581 gsa_html_3150321506 gsa_html_3150321506:648:68872:68880 Columbia Charleston, South Carolina -0.0130645631501062637 +77582 gsa_html_2743423721 gsa_html_2743423721:152:20925:20935 Camp Creek North Umpqua River -0.0243790060490477571 +77583 gsa_html_1538463681 gsa_html_1538463681:480:40662:40678 Morita Caborca -0.50210373062480862 +77584 cspg_html_2419618566 cspg_html_2419618566:63:12391:12399 Columbia Victoria, British Columbia -0.0283712524140075813 +77585 aapg_af_413.html aapg_af_413.html:346:35718:35726 Colorado Golden, Colorado -0.228850607606837508 +77586 cspg_html_4086951599 cspg_html_4086951599:36:5432:5443 Levis Quebec City -0.498041936399126195 +77587 AMJC_html_9378277780 AMJC_html_9378277780:1231:102027:102035 Colorado Reno, Nevada -0.0608833718356879897 +77588 aapg_ah_419.html aapg_ah_419.html:3:160:173 Bearpaw Lethbridge 0.966442594879158623 +77589 cspg_html_1189888589 cspg_html_1189888589:7:771:789 Paskapoo Cheyenne, Wyoming -0.441593278961416758 +77590 cspg_html_3554431164 cspg_html_3554431164:107:18785:18790 Nisku Rocky Mountains -0.472881299388360321 +77591 sedimentology_html_8330521519 sedimentology_html_8330521519:540:36080:36104 Protection Gaza Strip -0.0307122011432018581 +77592 sedimentology_html_9634338365 sedimentology_html_9634338365:1036:77583:77600 Sekwi Western world -0.44280960294495586 +77593 sedimentology_html_4127320914 sedimentology_html_4127320914:79:9980:9988 Sylvania Germany -0.0400999482749248432 +77594 cspg_html_3926542795 cspg_html_3926542795:7:368:396 Swan Hills Lacombe, Alberta -0.447135398674851747 +77595 aapg_ai_352.html aapg_ai_352.html:23:2883:2890 Decorah Russell County, Virginia -0.460569106302977371 +77596 aapg_ad_564.html aapg_ad_564.html:826:84787:84800 Barnett Texas -0.473081857330366395 +77597 palaios_html_5725013009 palaios_html_5725013009:1051:79381:79409 Willwood Cheyenne, Wyoming -0.0658555021611150621 +77598 jgeology_html_1370985836 jgeology_html_1370985836:1027:67031:67039 Toroweap Grand Canyon 0.429388994473927921 +77599 gsa_html_3860045860 gsa_html_3860045860:323:31625:31631 Eugene Salem, Oregon -0.494585786210081368 +77600 aapg_ad_45.html aapg_ad_45.html:138:8972:8983 Tar Springs Freedonia -0.00908750930208491146 +77601 aapg_ah_519.html aapg_ah_519.html:37:3908:3924 Chinle Kayenta, Arizona 0.027164418181287342 +77602 aapg_af_595.html aapg_af_595.html:145:11743:11762 Hartselle Bethel, Alaska -0.0534002771689079184 +77603 gsa_html_5627360957 gsa_html_5627360957:456:43578:43584 Sonora Arizona -0.491131969162477144 +77604 aapg_ad_564.html aapg_ad_564.html:4565:349615:349626 Skull Creek Powder River Basin -0.959211330733978351 +77605 gsa_html_3860045860 gsa_html_3860045860:440:47247:47253 Oregon Salem, Oregon -0.0355642585385362378 +77606 aapg_ad_43.html aapg_ad_43.html:375:36511:36516 Colon Maracaibo 0.0407232051734329817 +77607 aapg_ae_296.html aapg_ae_296.html:66:6420:6429 Dog Creek San Angelo, Texas -0.457501080653503367 +77608 geology_html_4188299675 geology_html_4188299675:12:659:669 Washington Seattle -0.403056607357148822 +77609 aapg_af_142.html aapg_af_142.html:193:23104:23123 La Gloria Coahuila -0.457487488497030304 +77610 geology_html_5714976276 geology_html_5714976276:234:20236:20244 Rockwell California -0.00819798606036370794 +77611 cspg_html_6021605367 cspg_html_6021605367:12:1227:1232 Ouray Colorado -0.435926993396556828 +77612 gsa_html_8055113978 gsa_html_8055113978:15:950:979 Wise Lake Salem, Massachusetts -0.442682549290708161 +77613 gsa_html_7199417381 gsa_html_7199417381:544:54949:54966 White River Peoria, Illinois -0.0186775409744464604 +77614 palaios_html_4197187285 palaios_html_4197187285:535:35432:35455 Gunflint Iron Canada -0.498053805119432369 +77615 palaios_html_2048556014 palaios_html_2048556014:403:43154:43182 Kinzers Pennsylvania -0.426503733834695087 +77616 aapg_af_91.html aapg_af_91.html:166:18291:18307 Eureka Quartzite Dolomites -0.460410000722277057 +77617 aapg_ae_324.html aapg_ae_324.html:1128:113232:113236 Bays Juniata County School District -0.414094356996746848 +77618 aapg_ae_319.html aapg_ae_319.html:668:56157:56162 Stump Lake Fork (Texas) -0.464473797617463435 +77619 cspg_html_9161888567 cspg_html_9161888567:272:45213:45231 Deadwood Eaton, Ohio -0.454610570976523354 +77620 aapg_aa_346.html aapg_aa_346.html:185:17746:17766 Fort Payne Freedonia 0.0166355123946960379 +77621 cspg_html_1018915662 cspg_html_1018915662:128:11263:11273 Long Point Lake Erie -0.432316117842066305 +77622 aapg_ad_626.html aapg_ad_626.html:100:11728:11755 Catahoula Texas -0.0343166851191607572 +77623 aapg_ad_585.html aapg_ad_585.html:400:53290:53299 Birchwood Trinidad and Tobago -0.477714414009500876 +77624 cspg_html_6193252551 cspg_html_6193252551:289:31833:31863 Macasty Middle Ordovician -0.474992922950619234 +77625 cspg_html_5889831809 cspg_html_5889831809:54:7284:7291 Deville Edmonton, London -0.455197874748240694 +77626 aapg_ai_1.html aapg_ai_1.html:301:26614:26631 Paradox Hermosa, Chicago -0.0444288146314834667 +77627 sedimentology_html_3220122506 sedimentology_html_3220122506:1164:94115:94142 Yakataga Anchorage, Alaska 1.07007615755775642 +77628 cspg_html_5117208919 cspg_html_5117208919:244:21205:21220 Elk Victoria, British Columbia -0.493201622149070484 +77629 gsa_html_6194837075 gsa_html_6194837075:329:23364:23368 Buda Texas -0.438131262990121173 +77630 aapg_aa_566.html aapg_aa_566.html:69:8552:8562 Wind River Wasatch Range -0.503001082871340155 +77631 jgeology_html_9413634903 jgeology_html_9413634903:934:60471:60481 Washington Victoria, British Columbia -0.0368502653061740099 +77632 gsa_html_2729737430 gsa_html_2729737430:587:60700:60718 Teewinot Signal Mountain (Wyoming) -0.502848273733673135 +77633 gsa_html_9487992082 gsa_html_9487992082:211:26572:26591 Morrison Colorado 0.006036790497064899 +77634 gsa_html_6212532476 gsa_html_6212532476:959:77351:77368 Barstow California -0.0517421611604156687 +77635 aapg_ae_324.html aapg_ae_324.html:966:96969:96978 Knoxville Saltville, Virginia -0.451740527107044376 +77636 jgeology_html_4305195651 jgeology_html_4305195651:1919:142586:142602 Pocono Coaldale, Schuylkill County, Pennsylvania -0.47503682505792677 +77637 aapg_ah_167.html aapg_ah_167.html:44:5630:5650 Copenhagen Antelope Valley Freeway -0.0530811776943903371 +77638 aapg_aa_407.html aapg_aa_407.html:231:15838:15856 Dolores Mancos, Colorado -0.507910695830472214 +77639 aapg_ac_749.html aapg_ac_749.html:138:18853:18869 Cabot Head Manitoulin Island -0.0523349242602561895 +77640 gsa_html_8332981884 gsa_html_8332981884:607:52720:52741 San Antonio San Antonio -0.486422190409221522 +77641 aapg_ah_82.html aapg_ah_82.html:22:3691:3697 Sierra Mexico 2.77948468513044932e-05 +77642 cspg_html_9912281240 cspg_html_9912281240:65:9476:9484 Lea Park Canada -0.446146001135949044 +77643 cspg_html_7675189126 cspg_html_7675189126:432:52345:52353 Victoria Calgary -0.464533160716817162 +77644 jgeology_html_2022713612 jgeology_html_2022713612:90:5454:5472 Stirling Sauk Village, Illinois -0.470457490274840129 +77645 gsa_html_2541258832 gsa_html_2541258832:946:68901:68911 San Felipe Baja California peninsula -0.45896570683289678 +77646 cspg_html_3831007171 cspg_html_3831007171:106:11981:12001 Big Valley Lacombe, Alberta -0.069076479298875379 +77647 aapg_aa_725.html aapg_aa_725.html:72:7190:7195 Yukon Anchorage, Alaska -0.494708722782586374 +77648 aapg_ah_519.html aapg_ah_519.html:3:172:194 Burro Canyon Colorado 0.0139681145160581478 +77649 aapg_ae_552.html aapg_ae_552.html:168:30451:30464 Santa Barbara Santa Ynez, California -0.00440204655713307986 +77650 aapg_aa_22.html aapg_aa_22.html:1027:78543:78577 El Paso Texas 0.0120359389768452604 +77651 gsa_html_1578715955 gsa_html_1578715955:161:16752:16769 Tyonek Sterling, Virginia -0.435668138774596203 +77652 cspg_html_8464109528 cspg_html_8464109528:460:50182:50202 Swan Hills Lacombe, Alberta -0.0268166470016257402 +77653 aapg_ae_744.html aapg_ae_744.html:105:11411:11417 Denver Colorado -0.493411698974303814 +77654 cspg_html_6985536436 cspg_html_6985536436:214:29225:29247 Eureka Sound Banks Island -0.421938067268467054 +77655 aapg_ae_324.html aapg_ae_324.html:215:21425:21446 Beekmantown Blackford, Somerset -0.00128551260502975519 +77656 aapg_ai_243.html aapg_ai_243.html:62:6960:6986 Tuscaloosa Alabama -0.430057253759890901 +77657 sedimentology_html_2359041650 sedimentology_html_2359041650:162:15328:15333 Crete Crete -0.440467486742992853 +77658 cspg_html_1812427756 cspg_html_1812427756:281:39856:39860 Peel Lacombe, Alberta -0.0226179559252577995 +77659 aapg_ah_90.html aapg_ah_90.html:170:26706:26720 Cedar Mountain Colorado -0.46326000708216164 +77660 gsa_html_6859670581 gsa_html_6859670581:129:8953:9001 Rockwell Washington (state) -0.462097962880594848 +77661 aapg_ah_640.html aapg_ah_640.html:31:2956:2964 Virginia Appalachia -0.030239106807757675 +77662 aapg_ae_128.html aapg_ae_128.html:148:13495:13506 Beekmantown Robertson County, Tennessee -0.492765112558075979 +77663 palaios_html_7010013984 palaios_html_7010013984:861:81310:81330 Tuscaloosa Alabama -0.00183793699051183952 +77664 cspg_html_8363357104 cspg_html_8363357104:411:52272:52280 Kootenay Victoria, British Columbia -0.45295011354581094 +77665 aapg_aa_624.html aapg_aa_624.html:224:20876:20895 Aux Vases Missouri River -0.385074838005783737 +77666 geology_html_2158845616 geology_html_2158845616:322:25203:25213 Washington Omineca Mountains -0.0555785636474421807 +77667 aapg_aa_95.html aapg_aa_95.html:175:16762:16770 Colorado Denver -0.495853839651622219 +77668 cspg_html_8290572971 cspg_html_8290572971:157:23036:23042 Fernie Calgary 0.0245007048040276378 +77669 gsa_html_8800286805 gsa_html_8800286805:58:3727:3755 Green River Iran -0.416263934973035432 +77670 aapg_ac_477.html aapg_ac_477.html:30:3663:3670 Cardium Colorado -0.427935397269568418 +77671 aapg_ai_958.html aapg_ai_958.html:99:9726:9734 Colorado Columbus, Ohio -0.0415711108717550168 +77672 cspg_html_5117208919 cspg_html_5117208919:37:2962:2975 Columbia Victoria, British Columbia -0.455536877615232372 +77673 geology_html_2503160398 geology_html_2503160398:270:23470:23494 Kaskapau Lacombe, Alberta -0.0413499862143105745 +77674 aapg_ae_411.html aapg_ae_411.html:14:1351:1365 Buda Texas -0.424774571263088097 +77675 cspg_html_1611572472 cspg_html_1611572472:92:10030:10047 Burrard Victoria, British Columbia -0.522827934426438823 +77676 aapg_ac_625.html aapg_ac_625.html:3:366:374 Virginia Virginia -0.445998354490544591 +77677 aapg_ae_904.html aapg_ae_904.html:231:24675:24684 Whitewood Black River, Jamaica -0.440354093294291316 +77678 gsa_html_1553263562 gsa_html_1553263562:699:62625:62639 Violin Breccia San Gabriel Valley -0.530934385553162524 +77679 aapg_ac_829.html aapg_ac_829.html:8:1280:1299 Goose Egg Powder River (Montana) -0.0631008461673141369 +77680 aapg_aa_20.html aapg_aa_20.html:22:3364:3381 Tradewater Illinois -0.433242360041126984 +77681 aapg_af_638.html aapg_af_638.html:31:4241:4245 Lane Antrim, County Antrim -0.435668138774596203 +77682 gsa_html_5601712699 gsa_html_5601712699:760:67631:67639 Rockwell California -0.00349522085598196267 +77683 geology_html_6134638252 geology_html_6134638252:252:23928:23932 Bell Earth -0.42422364691980291 +77684 geology_html_4078898597 geology_html_4078898597:381:25071:25075 Rico Colorado -0.065004686709534798 +77685 geology_html_4971813947 geology_html_4971813947:275:21273:21281 Colorado Colorado -0.467889067103673728 +77686 aapg_af_591.html aapg_af_591.html:150:11511:11527 Dakota Mississippi River 0.0310392034454004609 +77687 gsa_html_8427412684 gsa_html_8427412684:859:78719:78747 Green River Iran -0.0297260284355998494 +77688 jgeology_html_5624781240 jgeology_html_5624781240:1075:63633:63669 Bluff Bridgetown, Nova Scotia -0.448632716908224927 +77689 aapg_ad_271.html aapg_ad_271.html:371:40179:40210 Lizard Springs Trinidad and Tobago -0.0270600859182637335 +77690 cspg_html_3883962749 cspg_html_3883962749:65:9821:9827 Luscar Lacombe, Alberta -0.489889776983278402 +77691 sedimentology_html_3865745685 sedimentology_html_3865745685:1360:100212:100230 Dunvegan Lacombe, Alberta -0.465460653780432054 +77692 aapg_aa_147.html aapg_aa_147.html:895:91558:91577 Stonewall Red River of the North 0.602396647840930832 +77693 aapg_ai_997.html aapg_ai_997.html:551:41250:41266 Tehama California -0.0361854896356224864 +77694 aapg_ad_785.html aapg_ad_785.html:289:29196:29204 Fountain Colorado Springs, Colorado -0.489250567816489013 +77695 cspg_html_1416001349 cspg_html_1416001349:36:5366:5374 Waterton Lacombe, Alberta -0.0527620925297026463 +77696 cspg_html_2161417858 cspg_html_2161417858:473:50737:50745 Victoria Lacombe, Alberta -0.441392939290133568 +77697 cspg_html_5017240192 cspg_html_5017240192:69:9176:9203 Amaranth Manitoba -0.0246554374675200805 +77698 aapg_ad_0.html aapg_ad_0.html:453:37024:37042 Black River Ontario, California -0.463396817899322633 +77699 aapg_ae_705.html aapg_ae_705.html:556:53786:53806 Santa Barbara Carpinteria, California -0.0279486743171803304 +77700 aapg_ae_877.html aapg_ae_877.html:6:877:902 Beaverhill Swan Hill, Victoria -0.484555810829268852 +77701 aapg_ai_349.html aapg_ai_349.html:133:16655:16674 Oil Creek Arbuckle, California -0.472512577150688062 +77702 aapg_ae_62.html aapg_ae_62.html:9:1698:1705 Duperow Canada -0.423164225946506323 +77703 aapg_aa_703.html aapg_aa_703.html:3:383:391 Chandler Anchorage, Alaska -0.119940878664728245 +77704 aapg_ah_779.html aapg_ah_779.html:372:69384:69394 Montgomery Missouri River -0.460041893415422398 +77705 aapg_af_892.html aapg_af_892.html:180:16374:16394 Palo Pinto Brazos River -0.46957525648780718 +77706 cspg_html_1639841815 cspg_html_1639841815:13:649:665 Fernie Elk Valley (British Columbia) 0.385049619413108224 +77707 cspg_html_4694210878 cspg_html_4694210878:12:1122:1145 Attawapiskat Churchill River (Atlantic) -0.431113360606789509 +77708 cspg_html_6249234253 cspg_html_6249234253:8:1759:1774 Leduc Lacombe, Alberta 0.692747997156394346 +77709 aapg_ad_110.html aapg_ad_110.html:30:4403:4421 Oquirrh Boise, Idaho 0.70538884413269709 +77710 aapg_af_848.html aapg_af_848.html:49:5279:5302 Cotton Valley Shreveport, Louisiana -0.457240600069655279 +77711 gsa_html_5262754204 gsa_html_5262754204:188:23039:23044 Stump Lajitas, Texas -0.460205477971118548 +77712 aapg_ad_691.html aapg_ad_691.html:80:9379:9399 Georgetown Fort Worth, Texas -0.0339634929094720234 +77713 geology_html_4509927877 geology_html_4509927877:120:12104:12122 Wasatch Fort Union Trading Post National Historic Site -0.0619274049575950364 +77714 aapg_aa_269.html aapg_aa_269.html:482:61707:61724 Haymond Texas -0.464473797617463435 +77715 geology_html_4104250931 geology_html_4104250931:248:19344:19349 Rapid Yellow River (Indiana) -0.497000516635433987 +77716 geology_html_7523876858 geology_html_7523876858:243:22394:22400 Oxford Pergamon Museum -0.459860167847925383 +77717 aapg_af_469.html aapg_af_469.html:389:44803:44811 Humboldt Reno, Nevada -0.474815026513922711 +77718 aapg_ah_42.html aapg_ah_42.html:133:18606:18623 Entrada Logan, Utah 0.013078463721204827 +77719 aapg_ac_629.html aapg_ac_629.html:465:58598:58608 West Point Austin, Chicago -0.482688821665931855 +77720 aapg_ah_53.html aapg_ah_53.html:122:11639:11650 Hardinsburg Kentucky -0.0667553724094207129 +77721 aapg_ae_989.html aapg_ae_989.html:17:2084:2101 Keokuk Burlington, Ontario -0.426766665462260386 +77722 aapg_af_479.html aapg_af_479.html:553:58567:58583 Jalama Channel Islands of California -0.238106660171667345 +77723 cspg_html_2152913769 cspg_html_2152913769:69:10746:10763 Charles Regina, Saskatchewan -0.428809045611172668 +77724 cspg_html_8267847427 cspg_html_8267847427:36:7551:7561 Milk River Lacombe, Alberta -0.04261586758794602 +77725 cspg_html_1893593837 cspg_html_1893593837:589:38560:38585 Red Head Rapids Southampton Island -0.243125065065549983 +77726 sedimentology_html_1568456861 sedimentology_html_1568456861:859:66155:66175 Toro Western world -0.457555451333636842 +77727 gsa_html_7715952024 gsa_html_7715952024:12:555:565 Washington Earth -0.0475070165492629953 +77728 aapg_ad_2.html aapg_ad_2.html:850:120614:120627 Conococheague Pennsylvania 0.340847025826794436 +77729 AMJC_html_6336294256 AMJC_html_6336294256:1857:234173:234180 Madison Wisconsin -0.0941221759769068356 +77730 aapg_ae_777.html aapg_ae_777.html:273:31746:31762 Elbert San Juan Mountains -0.473157943062676001 +77731 aapg_ai_144.html aapg_ai_144.html:485:41311:41330 Peace River Lacombe, Alberta -0.469120700106755939 +77732 aapg_ah_753.html aapg_ah_753.html:282:44604:44611 Moncton Canada -0.453044786078658057 +77733 cspg_html_4541662139 cspg_html_4541662139:16:1506:1516 Lime Creek Floyd County, Virginia -0.440280728439214952 +77734 palaios_html_8062930347 palaios_html_8062930347:659:61601:61621 Grant Lake Ohio -0.443732938342886629 +77735 sedimentology_html_6051696699 sedimentology_html_6051696699:156:13386:13405 Caledonia New Caledonia -0.0301590999875516533 +77736 gsa_html_1734656819 gsa_html_1734656819:924:79650:79667 Palm Spring Rocky Mountains -0.474863540124580097 +77737 cspg_html_4298557570 cspg_html_4298557570:14:1610:1622 Battle Bearpaw Formation -0.444835906435795903 +77738 aapg_ai_1.html aapg_ai_1.html:298:26162:26179 Paradox Hermosa, Chicago -0.457501080653503367 +77739 sedimentology_html_9973432841 sedimentology_html_9973432841:174:14593:14603 Boss Point Joggins, Nova Scotia -0.462261924354454456 +77740 aapg_af_305.html aapg_af_305.html:80:8088:8097 Smackover Paluxy, Texas 0.00573971941669260566 +77741 aapg_af_11.html aapg_af_11.html:511:51959:51978 Leadville Ouray, Colorado -0.0349187039582129002 +77742 aapg_ae_884.html aapg_ae_884.html:198:26584:26602 Niobrara Black Hills 0.147900562283136833 +77743 cspg_html_2769629211 cspg_html_2769629211:574:64829:64850 Escarpment Hay River (Canada) -0.205326601331733777 +77744 cspg_html_5542874609 cspg_html_5542874609:446:54663:54673 Blackstone Crowsnest Pass, Alberta -0.449433936510724996 +77745 aapg_ae_415.html aapg_ae_415.html:762:94153:94168 Byram Melbourne, Florida -0.0442459352605073172 +77746 aapg_ae_391.html aapg_ae_391.html:468:43508:43514 Tessey Salado, Texas -0.4864081422828892 +77747 gsa_html_2758185504 gsa_html_2758185504:77:7964:7976 Tongue River Fort Union Trading Post National Historic Site -0.452055720301517416 +77748 cspg_html_4392308496 cspg_html_4392308496:149:22671:22692 Bonaventure Nashville Basin -0.419699228406432479 +77749 aapg_ah_100.html aapg_ah_100.html:120:11378:11388 Caseyville Illinois -0.433546895631176765 +77750 cspg_html_6611173979 cspg_html_6611173979:133:18195:18212 Wabamun Victoria, British Columbia -0.0926284438414017725 +77751 geology_html_5567115503 geology_html_5567115503:317:23124:23128 Hall London, Ontario -0.503913746830082165 +77752 aapg_aa_45.html aapg_aa_45.html:14:2099:2107 Colorado Logan, Utah -0.457501080653503367 +77753 aapg_aa_689.html aapg_aa_689.html:43:5885:5908 Detroit River Michigan -0.457614356613462614 +77754 aapg_ae_280.html aapg_ae_280.html:72:8626:8632 Oswego Erie County, New York -0.00125424333549307727 +77755 aapg_ac_629.html aapg_ac_629.html:278:36711:36719 Beaumont Texas -0.0466289053122137323 +77756 geology_html_6674220555 geology_html_6674220555:83:7985:7995 Rio Grande Llano, Texas -0.477308890203395286 +77757 aapg_ah_966.html aapg_ah_966.html:95:8840:8846 Bethel Bethel, Alaska 0.000277948477905467942 +77758 aapg_ah_427.html aapg_ah_427.html:807:103154:103160 Tesnus Alabama -0.0125780473264796473 +77759 aapg_ad_329.html aapg_ad_329.html:257:32022:32044 Harrell Huntington, West Virginia -0.249594755171864191 +77760 cspg_html_2729673354 cspg_html_2729673354:106:10917:10939 Medicine Hat Colorado -0.0459076709606554625 +77761 cspg_html_2283545366 cspg_html_2283545366:325:41763:41783 Halfway Wembley Stadium -0.0289590583087490083 +77762 aapg_ae_391.html aapg_ae_391.html:484:45085:45091 Salado Carlsbad, New Mexico -0.141237904246147516 +77763 aapg_ad_930.html aapg_ad_930.html:36:4451:4472 Green River Cheyenne, Wyoming -0.476324834178458445 +77764 gsa_html_3860045860 gsa_html_3860045860:1116:102512:102521 Fullerton Coos Bay -0.465558942626108085 +77765 aapg_ae_295.html aapg_ae_295.html:227:25766:25782 Reklaw Carrizo Plain -0.426183931329173982 +77766 gsa_html_6672856503 gsa_html_6672856503:250:21934:21943 Wenatchee Washington (state) -0.0105625624336274457 +77767 gsa_html_9376588554 gsa_html_9376588554:1145:99022:99050 Green River Iran -0.00562506076616993075 +77768 gsa_html_3484366946 gsa_html_3484366946:200:22091:22100 Neruokpuk Canada -0.0346959879094753468 +77769 aapg_ae_439.html aapg_ae_439.html:11:1145:1152 Newport Elberta, Michigan -0.44714211768966694 +77770 gsa_html_2877730818 gsa_html_2877730818:1093:90501:90539 Kingston Peak Death Valley 0.00543048895720864636 +77771 gsa_html_9321084784 gsa_html_9321084784:431:26345:26358 Santa Barbara Netherlands -0.0411306079885422268 +77772 aapg_ae_700.html aapg_ae_700.html:51:6005:6031 Monterey San Gregorio State Beach -0.00731021731458604551 +77773 aapg_ah_869.html aapg_ah_869.html:1102:98946:98962 Inyan Kara Black Hills -0.454980979673665131 +77774 cspg_html_4409656292 cspg_html_4409656292:593:69425:69433 Columbia Lacombe, Alberta -0.437960495533138761 +77775 aapg_af_143.html aapg_af_143.html:1104:122011:122039 Humbug Elk River, Minnesota -0.0219487021071597919 +77776 aapg_aa_598.html aapg_aa_598.html:153:14656:14674 Red Peak Cheyenne, Wyoming 0.00493363837188221747 +77777 cspg_html_4275682313 cspg_html_4275682313:574:65543:65558 Mesaverde Logan, Utah -0.443692774120845845 +77778 aapg_ac_563.html aapg_ac_563.html:80:13789:13806 La Boca Mexico -0.0421352643777540004 +77779 gsa_html_2859191796 gsa_html_2859191796:64:6696:6709 Lake Michigan Michigan -0.0566548826845970285 +77780 gsa_html_4431779557 gsa_html_4431779557:995:80240:80250 Las Cruces Gile -0.495226671711669675 +77781 cspg_html_1841843683 cspg_html_1841843683:74:12431:12444 Gypsum Spring Black Hills -0.435679199475508039 +77782 gsa_html_4909276655 gsa_html_4909276655:937:71549:71577 Green River Colorado 0.00884254111791155963 +77783 aapg_ad_696.html aapg_ad_696.html:17:2282:2293 San Antonio Texas -0.486548633935625752 +77784 aapg_af_394.html aapg_af_394.html:538:58410:58428 Frontier Cheyenne, Wyoming 0.0038357137977889917 +77785 aapg_ah_979.html aapg_ah_979.html:34:3612:3623 San Antonio Texas -0.481815063993563775 +77786 gsa_html_7053510738 gsa_html_7053510738:14:624:632 Colorado Denver -0.491727831303366836 +77787 aapg_aa_54.html aapg_aa_54.html:49:5085:5105 Bell New Mexico -0.458913519660435476 +77788 aapg_af_653.html aapg_af_653.html:90:9294:9300 Cierbo Monterey, California -0.0206241770933953232 +77789 aapg_af_162.html aapg_af_162.html:36:4040:4046 Annona Texas -0.447572237112974447 +77790 gsa_html_6580496784 gsa_html_6580496784:946:96521:96549 Green River Colorado -0.00048640987057772464 +77791 palaios_html_9133125241 palaios_html_9133125241:168:20510:20514 Kope Alexandria, Virginia -0.447455726501453044 +77792 jgeology_html_5968390289 jgeology_html_5968390289:479:42548:42559 Santa Clara Santa Ynez Valley -0.512050205489894883 +77793 gsa_html_3330587082 gsa_html_3330587082:373:31495:31513 Rangeley Rangeley, Maine -0.477121254719662491 +77794 aapg_ad_581.html aapg_ad_581.html:455:52523:52532 Knoxville San Fernando Valley -0.0292651452152505043 +77795 geology_html_1469085342 geology_html_1469085342:232:24649:24680 Minturn Colorado -0.0062678467546358578 +77796 aapg_ai_107.html aapg_ai_107.html:652:58353:58361 Dorcheat East Texas -0.446029671493266278 +77797 cspg_html_2372201862 cspg_html_2372201862:10:964:974 Loon River Clearwater, Florida -0.474805786132168894 +77798 aapg_aa_114.html aapg_aa_114.html:36:6483:6504 Huizachal Matamoros, Tamaulipas -0.536850247803534852 +77799 aapg_ac_545.html aapg_ac_545.html:459:52310:52326 Gates Victoria, British Columbia -0.465945346292333973 +77800 aapg_ad_945.html aapg_ad_945.html:65:8197:8211 Wabiskaw Lacombe, Alberta -0.0419054197993560459 +77801 aapg_ac_846.html aapg_ac_846.html:3:531:550 Altamont Illinois 0.963047786778702175 +77802 aapg_ai_10.html aapg_ai_10.html:19:2897:2904 Cushing Oklahoma City -0.0319472030481665059 +77803 palaios_html_8713445937 palaios_html_8713445937:627:69113:69119 Walker Waterloo, Ontario -0.0333423889393398495 +77804 aapg_ad_981.html aapg_ad_981.html:350:22023:22045 Black River Canada 0.0143799353376452364 +77805 palaios_html_4648069609 palaios_html_4648069609:224:22506:22512 Brazil Venezuela -0.0389492941804812226 +77806 aapg_aa_721.html aapg_aa_721.html:777:77997:78018 Bird Spring Reno, Nevada -0.0143434446267858666 +77807 sedimentology_html_9379058618 sedimentology_html_9379058618:558:37554:37563 Peninsula Korea -0.45417711448712661 +77808 aapg_ah_529.html aapg_ah_529.html:234:22860:22876 Abrigo El Paso, Texas -0.0466271631232556896 +77809 aapg_ac_313.html aapg_ac_313.html:451:51107:51118 Peten Guatemala -0.0144772441484254995 +77810 cspg_html_8818854104 cspg_html_8818854104:161:21288:21295 Cadomin Kootenay River -0.0678179277713222561 +77811 aapg_ac_176.html aapg_ac_176.html:55:9292:9312 Mangahewa Turangi -0.113771242509055501 +77812 gsa_html_6330913937 gsa_html_6330913937:1005:91176:91184 Rockwell California -0.465579516089382972 +77813 aapg_af_419.html aapg_af_419.html:18:2153:2163 Washington Salem, Oregon -0.0295955881019379606 +77814 aapg_af_838.html aapg_af_838.html:15:1710:1716 Ithaca Tompkins County, New York -0.421380049582550542 +77815 geology_html_9330857948 geology_html_9330857948:11:489:500 Main Street Charleston, South Carolina -0.49240427742779258 +77816 aapg_ad_440.html aapg_ad_440.html:152:13726:13734 Virginia Washington (state) -0.511796757208395237 +77817 aapg_ad_908.html aapg_ad_908.html:241:26567:26573 Sierra Maracaibo -0.483281151267174081 +77818 aapg_ac_486.html aapg_ac_486.html:336:38159:38166 Laramie Colorado -0.466810220907495799 +77819 aapg_ac_451.html aapg_ac_451.html:261:27783:27802 Talkeetna Cook Inlet -0.508316742282437284 +77820 AMJC_html_1873062106 AMJC_html_1873062106:259:36686:36710 Cedar Mountain Sevier orogeny -0.485285038948243097 +77821 AMJC_html_3632105729 AMJC_html_3632105729:920:100137:100147 Washington Salem, Oregon -0.0261715541385612628 +77822 cspg_html_9905904289 cspg_html_9905904289:6:496:504 Whitemud Regina, Saskatchewan -0.413951619546012173 +77823 cspg_html_3102530088 cspg_html_3102530088:28:3785:3797 Medicine Hat Lacombe, Alberta -0.0378770981344208127 +77824 aapg_ai_159.html aapg_ai_159.html:221:25643:25650 Caimito Culebra, Puerto Rico -0.491577059800919369 +77825 aapg_ac_35.html aapg_ac_35.html:303:27200:27205 Logan California 0.00118301890022228136 +77826 gsa_html_1119256423 gsa_html_1119256423:209:20616:20639 Peoria Nebraska -0.237582857479418819 +77827 gsa_html_8398449001 gsa_html_8398449001:754:64324:64333 Bear Lake Bear Lake, Michigan -0.449440672427322663 +77828 palaios_html_5600528347 palaios_html_5600528347:638:58805:58826 Green River Cheyenne, Wyoming -0.00334234682961829285 +77829 cspg_html_3354282978 cspg_html_3354282978:640:82102:82129 Prairie Regina, Saskatchewan 0.00773064589700992767 +77830 aapg_ac_484.html aapg_ac_484.html:554:69449:69455 Tecuya Mojave Desert 0.580970358406281528 +77831 cspg_html_8438548095 cspg_html_8438548095:36:4861:4879 Edmonton Red Deer, Alberta -0.450595494357366455 +77832 cspg_html_8227554214 cspg_html_8227554214:94:11898:11920 Hillsborough Hillsborough, California -0.0489515820397514803 +77833 aapg_ae_67.html aapg_ae_67.html:438:34075:34083 Colorado Colorado -0.506202203331828748 +77834 gsa_html_3648258377 gsa_html_3648258377:761:70230:70237 Magothy Bass River Township, New Jersey -0.447455726501453044 +77835 aapg_ac_201.html aapg_ac_201.html:696:69925:69942 Shublik Canning River (Alaska) -0.425358634701132332 +77836 aapg_aa_360.html aapg_aa_360.html:407:37112:37122 Georgetown San Marcos, California -0.216564594315320741 +77837 aapg_ah_220.html aapg_ah_220.html:346:32186:32192 Denver Colorado -0.513962039779349844 +77838 gsa_html_8321564642 gsa_html_8321564642:721:70120:70133 Santa Barbara California -0.0409860998014640113 +77839 cspg_html_3860685167 cspg_html_3860685167:463:48236:48256 Mount Head Carnarvon, Western Australia 0.900532751303394718 +77840 aapg_ae_473.html aapg_ae_473.html:335:30742:30750 Ackerman Holly Springs, Mississippi -0.490449479583778825 +77841 aapg_ae_72.html aapg_ae_72.html:10:1724:1749 Pinkerton Trail Hermosa, Chicago 0.0264375862020742869 +77842 aapg_af_623.html aapg_af_623.html:21:2341:2348 Kanawha Huntington, West Virginia -0.502533193471066175 +77843 aapg_ah_820.html aapg_ah_820.html:158:12241:12247 Dakota Mancos, Colorado 0.118156701504163617 +77844 aapg_ai_584.html aapg_ai_584.html:1296:130045:130061 Casper Laramie, Wyoming 0.795635481234653219 +77845 cspg_html_9947283670 cspg_html_9947283670:89:10890:10908 Beekmantown Utica, New York -0.0114886275572314532 +77846 cspg_html_3618628685 cspg_html_3618628685:89:11960:11977 Wapiabi Bow River -0.479447557264900015 +77847 gsa_html_8765593330 gsa_html_8765593330:65:4854:4882 Green River New Mexico -0.00998573864189263374 +77848 aapg_aa_684.html aapg_aa_684.html:334:31504:31524 Popo Agie John Crow Mountains -0.469028899015838996 +77849 aapg_ac_364.html aapg_ac_364.html:54:6651:6669 Sundance Black Hills -0.431791650735233346 +77850 aapg_ad_696.html aapg_ad_696.html:111:11354:11360 Weches Charlotte, North Carolina -0.4462802459552766 +77851 aapg_aa_684.html aapg_aa_684.html:67:7826:7834 Red Peak John Crow Mountains -0.0160151207401750574 +77852 gsa_html_6330913937 gsa_html_6330913937:410:36986:37012 Diablo Santa Rosa and San Jacinto Mountains National Monument -0.475196277624828634 +77853 aapg_ai_246.html aapg_ai_246.html:452:56474:56483 Red River Eastern Montana -0.00200296970089739335 +77854 cspg_html_4915680223 cspg_html_4915680223:309:36645:36670 Franklin Strait Cape Cod -0.494543235417533422 +77855 aapg_ad_812.html aapg_ad_812.html:34:3327:3354 Entrada New Mexico 0.0421404881865768341 +77856 gsa_html_5002851212 gsa_html_5002851212:182:15470:15476 Oregon New Mexico -0.455184317280275863 +77857 aapg_ae_529.html aapg_ae_529.html:29:3391:3399 Montreal Quebec -0.420878980795922841 +77858 gsa_html_1248650603 gsa_html_1248650603:925:84602:84611 Rochester Logan, Utah 0.00106315342262959652 +77859 aapg_ah_614.html aapg_ah_614.html:86:8797:8814 Chignik Anchorage, Alaska -0.490604756571324518 +77860 aapg_ah_505.html aapg_ah_505.html:1909:150567:150573 Denver Colorado -0.0451203085338412122 +77861 gsa_html_9105486062 gsa_html_9105486062:29:2796:2824 Green River Colorado 0.00953054056718567397 +77862 aapg_aa_712.html aapg_aa_712.html:110:13265:13273 Glenwood Platteville, Colorado -0.0088338543289246535 +77863 cspg_html_1996419880 cspg_html_1996419880:490:60634:60642 Columbia Victoria, British Columbia -0.0343166851191607572 +77864 aapg_aa_684.html aapg_aa_684.html:359:34305:34324 Popo Agie Cheyenne, Wyoming 0.033318032619491178 +77865 aapg_ad_194.html aapg_ad_194.html:377:45189:45195 Pioche Richmond, California 0.313015477632724359 +77866 sedimentology_html_7328045802 sedimentology_html_7328045802:301:22616:22635 Frankfort Frankfort, Illinois -0.47254944238616009 +77867 aapg_af_811.html aapg_af_811.html:188:15487:15498 Black River Kentucky -0.0683283057830313123 +77868 cspg_html_1948505826 cspg_html_1948505826:47:5651:5659 Columbia Victoria, British Columbia -0.0259316078616598014 +77869 aapg_ae_143.html aapg_ae_143.html:204:21721:21739 Gilwood Lacombe, Alberta -0.0200714512738383588 +77870 aapg_ae_239.html aapg_ae_239.html:1194:97463:97475 Marble Falls Texas -0.470179399208385473 +77871 AMJC_html_2228158963 AMJC_html_2228158963:416:50267:50275 Rockland Camden Town -0.482921973604061416 +77872 aapg_ai_974.html aapg_ai_974.html:649:68054:68071 Cowlitz Washington (state) 0.130923503610928887 +77873 aapg_ad_223.html aapg_ad_223.html:42:4926:4932 Brazil Peru, Indiana -0.463834753943271672 +77874 jgeology_html_2237275680 jgeology_html_2237275680:615:34356:34364 Colorado Colorado -0.0916165313557534416 +77875 aapg_ac_835.html aapg_ac_835.html:218:29237:29255 Dinwoody Cheyenne, Wyoming -0.0492217054882720523 +77876 aapg_aa_463.html aapg_aa_463.html:245:46947:46955 Norphlet Haynesville, Louisiana 0.00118301890022228136 +77877 aapg_ae_369.html aapg_ae_369.html:12:1286:1301 Gordo Tuscaloosa, Alabama -0.0295851529329683692 +77878 aapg_aa_145.html aapg_aa_145.html:742:81043:81051 Columbia Victoria, British Columbia -0.49543725338542266 +77879 aapg_af_128.html aapg_af_128.html:195:19950:19968 Oquirrh Wood River (Oregon) -0.0200262605794136288 +77880 aapg_af_575.html aapg_af_575.html:292:38783:38790 Plattin Black River, Jamaica 0.360433755465801697 +77881 cspg_html_4812473779 cspg_html_4812473779:865:111436:111456 West Point Perth, Western Australia -0.47829406272822006 +77882 aapg_ai_654.html aapg_ai_654.html:61:10943:10956 Madison Canada 0.00693148706696426666 +77883 gsa_html_1582166619 gsa_html_1582166619:757:67941:67969 Green River Colorado 0.0242746935922994039 +77884 aapg_aa_723.html aapg_aa_723.html:76:8853:8862 San Diego Newport, Rhode Island -0.466714081975797668 +77885 aapg_ad_2.html aapg_ad_2.html:850:120575:120584 Gatesburg Pennsylvania -0.443813272031764461 +77886 aapg_ah_311.html aapg_ah_311.html:118:12367:12377 Fort Union Fort Union Trading Post National Historic Site -0.476843350706402158 +77887 cspg_html_2749851978 cspg_html_2749851978:397:57206:57214 Columbia Victoria, British Columbia -0.0130645631501062637 +77888 cspg_html_7225688145 cspg_html_7225688145:608:60440:60444 Rome San Fernando Valley -0.00877304685539758919 +77889 cspg_html_3012058617 cspg_html_3012058617:68:10516:10524 Kootenay Kootenay River -0.0419054197993560459 +77890 geology_html_8165119300 geology_html_8165119300:264:25488:25494 Walker Earth -0.467905110852730732 +77891 gsa_html_8205362136 gsa_html_8205362136:450:50017:50024 Shields San Francisco -0.0347847257870449039 +77892 aapg_ae_981.html aapg_ae_981.html:211:17819:17825 Laurel Knoxville, Tennessee -0.0652282975338609045 +77893 aapg_ah_387.html aapg_ah_387.html:18:2539:2548 Knoxville Knoxville, Illinois -0.0285868941347483252 +77894 sedimentology_html_9199455608 sedimentology_html_9199455608:1122:76598:76602 Hall London, Ontario -0.0171725037246518962 +77895 aapg_ac_380.html aapg_ac_380.html:175:21855:21889 Onondaga Schoharie Creek -0.511386578283423932 +77896 aapg_ac_531.html aapg_ac_531.html:543:55210:55219 Smackover Arkansas 0.0508461340352502136 +77897 aapg_ad_721.html aapg_ad_721.html:156:14578:14588 San Andres New Mexico 0.00372800672430193296 +77898 aapg_ai_975.html aapg_ai_975.html:752:62458:62475 Rodessa Mooringsport, Louisiana -0.249553294188280594 +77899 sedimentology_html_6935812806 sedimentology_html_6935812806:1579:95123:95133 Montgomery Ward (LDS Church) -0.455536877615232372 +77900 aapg_ai_144.html aapg_ai_144.html:438:38891:38899 Colorado Lacombe, Alberta -0.460946527021081187 +77901 gsa_html_5022585285 gsa_html_5022585285:334:38663:38671 Golconda Reno, Nevada -0.0402548881501223546 +77902 aapg_ad_761.html aapg_ad_761.html:80:7116:7122 Weno Texas -0.431080339422081793 +77903 gsa_html_7102550258 gsa_html_7102550258:1495:137731:137767 Summerville Capitol Reef National Park -0.44714211768966694 +77904 cspg_html_8928894270 cspg_html_8928894270:481:57725:57752 Grosmont Lacombe, Alberta 0.008248368735780073 +77905 aapg_ae_324.html aapg_ae_324.html:612:62739:62760 Beekmantown Murfreesboro, Tennessee -0.0155580919972954715 +77906 jgeology_html_6399321011 jgeology_html_6399321011:627:35499:35512 Santa Barbara Great Basin -0.482931300996293389 +77907 cspg_html_7804511342 cspg_html_7804511342:45:4454:4471 Cardium Lacombe, Alberta -0.466299888436986554 +77908 aapg_ac_453.html aapg_ac_453.html:194:27136:27154 Iroquois Bridgetown, Nova Scotia -0.431800462901695825 +77909 aapg_ac_841.html aapg_ac_841.html:1972:188300:188313 Santa Barbara Juticalpa -0.442548827459522287 +77910 gsa_html_4983644410 gsa_html_4983644410:48:3326:3343 Bedford Canada -0.0415711108717550168 +77911 aapg_af_900.html aapg_af_900.html:49:7187:7197 Rio Grande East Texas -0.516737432619300274 +77912 aapg_aa_112.html aapg_aa_112.html:63:6794:6802 Red Peak Cheyenne, Wyoming -0.011024723133422322 +77913 aapg_ad_440.html aapg_ad_440.html:962:94907:94915 Virginia Washington (state) -0.0293555813701503708 +77914 cspg_html_2018998204 cspg_html_2018998204:222:23468:23476 Columbia Victoria, British Columbia -0.470262127852539125 +77915 aapg_aa_473.html aapg_aa_473.html:33:4993:5006 Barnett Texas -0.0247093334812182319 +77916 gsa_html_8549650339 gsa_html_8549650339:277:25456:25462 Sierra West, Texas -0.462097962880594848 +77917 geology_html_2908722683 geology_html_2908722683:15:862:878 Navajo Logan, Utah -0.0548599497641807099 +77918 aapg_ad_2.html aapg_ad_2.html:471:70168:70176 Catoctin Loudoun County, Virginia 2.77948468513044932e-05 +77919 cspg_html_7544078524 cspg_html_7544078524:217:30490:30505 Leduc Lacombe, Alberta -0.053335758630468931 +77920 gsa_html_5732664703 gsa_html_5732664703:124:12710:12730 Brasstown North Carolina -0.457614356613462614 +77921 cspg_html_1762556965 cspg_html_1762556965:91:9329:9340 Peace River Southern Alberta -0.0358774797167535214 +77922 aapg_ah_264.html aapg_ah_264.html:47:5619:5647 Hanover Jamaica, Queens -0.0379919707069968429 +77923 sedimentology_html_1858663980 sedimentology_html_1858663980:753:43031:43036 Swift Closter, New Jersey -0.463579265049131273 +77924 aapg_af_142.html aapg_af_142.html:263:33635:33644 Smackover Alabama 0.271137915620615177 +77925 jgeology_html_5435533156 jgeology_html_5435533156:181:12350:12368 Poultney Indian River (Florida) -0.461026124022890449 +77926 aapg_aa_250.html aapg_aa_250.html:94:6736:6747 San Antonio Texas -0.0277521713243654156 +77927 aapg_ai_468.html aapg_ai_468.html:18:2327:2350 Cotton Valley Shreveport, Louisiana 0.00968516832119581395 +77928 aapg_aa_288.html aapg_aa_288.html:244:26573:26584 Mowry Cheyenne, Wyoming -0.489965009664788731 +77929 cspg_html_4727171280 cspg_html_4727171280:55:5650:5668 Edmonton Edmonton, London -0.104999744001501583 +77930 AMJC_html_6341723617 AMJC_html_6341723617:1202:100895:100915 Sheep Pass Reno, Nevada -0.038712565483401136 +77931 aapg_ah_335.html aapg_ah_335.html:424:53419:53423 Wise Virginia -0.0697163536414249357 +77932 jgeology_html_7806755039 jgeology_html_7806755039:90:3582:3590 Virginia Martinsville, Indiana -0.479438267468745405 +77933 aapg_ae_467.html aapg_ae_467.html:309:23066:23074 Traverse Antrim, County Antrim 0.00853329250629670903 +77934 aapg_ah_271.html aapg_ah_271.html:69:8362:8396 Cotton Valley Texas 0.0365022098849613272 +77935 cspg_html_7182873498 cspg_html_7182873498:165:22576:22583 Eramosa Salina, Kansas -0.48422645917649243 +77936 palaios_html_7179643765 palaios_html_7179643765:47:3928:3935 La Luna Venezuela -0.421310320077140532 +77937 aapg_ac_313.html aapg_ac_313.html:206:24260:24275 Coban Maya Mountain -0.456778715576978744 +77938 aapg_ae_656.html aapg_ae_656.html:42:5716:5722 Oregon Washington (state) -0.0269922703660798423 +77939 aapg_ad_329.html aapg_ad_329.html:164:23374:23387 Harrell Pennsylvania -0.433368134539702354 +77940 aapg_ai_861.html aapg_ai_861.html:60:8390:8397 Ivishak Prudhoe Bay Oil Field 0.325807168958191506 +77941 aapg_aa_832.html aapg_aa_832.html:23:3804:3831 Tachilni Cold Bay Airport -0.0181770085033734277 +77942 aapg_aa_360.html aapg_aa_360.html:81:8175:8182 Carrizo Carrizo Plain -0.423596590602715206 +77943 aapg_ad_683.html aapg_ad_683.html:714:70245:70255 Supai Supai, Arizona -0.0806361382825319245 +77944 gsa_html_6861599329 gsa_html_6861599329:1016:86825:86835 Washington North Cascades National Park -0.463332970234029085 +77945 aapg_ae_549.html aapg_ae_549.html:780:67553:67573 Capistrano California -0.466714081975797668 +77946 aapg_ae_917.html aapg_ae_917.html:245:26966:26985 Leadville Belden, California -0.457514673015389395 +77947 gsa_html_7020634397 gsa_html_7020634397:912:71335:71343 Columbia Victoria, British Columbia -0.489661768590455182 +77948 sedimentology_html_4388131685 sedimentology_html_4388131685:1355:92529:92534 Steel Svalbard 0.00132025624175985054 +77949 geology_html_9156967823 geology_html_9156967823:259:23619:23635 Ferris Cheyenne, Wyoming -0.457501080653503367 +77950 gsa_html_7999545108 gsa_html_7999545108:191:21252:21273 Chelmsford Sudbury, Suffolk -0.0365370148980476567 +77951 cspg_html_4376017434 cspg_html_4376017434:8:564:573 Baldonnel Victoria, British Columbia -0.000889435409818231594 +77952 cspg_html_9354781888 cspg_html_9354781888:1528:96200:96233 Pardonet Victoria, British Columbia -0.221450402460833307 +77953 aapg_ac_214.html aapg_ac_214.html:26:3392:3399 Entrada New Mexico 0.0105973111472393959 +77954 aapg_ah_535.html aapg_ah_535.html:142:24835:24856 Beekmantown Quarryville, Pennsylvania -0.412816947880561391 +77955 aapg_ac_616.html aapg_ac_616.html:166:22239:22252 Santa Barbara California -0.451731523193220186 +77956 palaios_html_2847312584 palaios_html_2847312584:277:36519:36523 Kope Waynesville, North Carolina 0.0277765166733697742 +77957 aapg_ac_633.html aapg_ac_633.html:175:18889:18899 Washington Albuquerque, New Mexico -0.443688311537407287 +77958 aapg_aa_106.html aapg_aa_106.html:319:32510:32520 Dawson Bay Lake Winnipegosis -0.246132792953498686 +77959 gsa_html_8244777175 gsa_html_8244777175:206:21700:21724 Munsungun Lake New Brunswick, New Jersey -0.486483068290992582 +77960 jgeology_html_2563614336 jgeology_html_2563614336:822:54207:54217 San Felipe San Jacinto, California -0.470696581042233275 +77961 aapg_ad_2.html aapg_ad_2.html:1392:190292:190303 Martinsburg Martinsburg, Nebraska -0.0249353510988129454 +77962 aapg_ac_366.html aapg_ac_366.html:326:34645:34654 Rochester Williamsport, Indiana -0.499227264098479506 +77963 aapg_ae_805.html aapg_ae_805.html:247:28945:28977 Naco Earp, California -0.104735350520012996 +77964 aapg_ac_334.html aapg_ac_334.html:334:34177:34189 Hillsborough New Caledonia -0.466384542072334651 +77965 cspg_html_8818854104 cspg_html_8818854104:408:49409:49416 Cadomin Lacombe, Alberta -0.478261592156269066 +77966 jgeology_html_6990146451 jgeology_html_6990146451:211:14145:14162 Pocono Huntington, West Virginia -0.0972379625444076412 +77967 aapg_ai_272.html aapg_ai_272.html:40:6076:6083 Moncton Quebec City 0.00208809189150845889 +77968 cspg_html_2419618566 cspg_html_2419618566:523:67455:67461 Antler Western Canadian Sedimentary Basin -0.465568086328610908 +77969 geology_html_3335667448 geology_html_3335667448:51:4592:4600 Rockland Rockland County, New York -0.449440672427322663 +77970 sedimentology_html_8230868664 sedimentology_html_8230868664:231:18647:18663 Navajo Logan, Utah -0.444036457876645585 +77971 aapg_af_788.html aapg_af_788.html:37:4909:4922 Lake Michigan Lake Huron -0.052476148512779229 +77972 cspg_html_7483574191 cspg_html_7483574191:396:57319:57327 Columbia Lacombe, Alberta -0.444891759770598527 +77973 aapg_aa_372.html aapg_aa_372.html:10:1154:1168 Word Delaware -0.448408411516637184 +77974 gsa_html_1983936163 gsa_html_1983936163:1126:80885:80913 Green River Colorado -0.0207284668430632625 +77975 gsa_html_4675429437 gsa_html_4675429437:756:53715:53721 Sonora Baja California peninsula -0.0463867446356681576 +77976 aapg_ai_778.html aapg_ai_778.html:67:8615:8634 Arkansas Novaculite Bigfork, Montana -0.0246571760456421665 +77977 gsa_html_3445493534 gsa_html_3445493534:572:64508:64534 Monterey California -0.0173254356777415887 +77978 cspg_html_5241714595 cspg_html_5241714595:158:23659:23688 Muskeg Lacombe, Alberta -0.464501195477937445 +77979 aapg_aa_215.html aapg_aa_215.html:473:39456:39462 Caribe Loro Parque -0.551420181547457977 +77980 gsa_html_3038126504 gsa_html_3038126504:790:73574:73602 Green River Colorado -0.0341705352496151776 +77981 palaios_html_2623118674 palaios_html_2623118674:786:84310:84318 Colorado Denver -0.480602591853576067 +77982 cspg_html_7561290301 cspg_html_7561290301:92:9967:9986 Bear Rock Lacombe, Alberta -0.0437617592369742014 +77983 cspg_html_6116883777 cspg_html_6116883777:1482:190297:190324 Read Bay Canada -0.0570055523431757527 +77984 aapg_af_85.html aapg_af_85.html:262:28285:28307 Winnipegosis Regina, Saskatchewan -0.438361959585870542 +77985 aapg_ah_779.html aapg_ah_779.html:277:51517:51525 Edgewood Guelph -0.0541239715343548866 +77986 aapg_ae_254.html aapg_ae_254.html:65:7107:7115 Woodbine East Texas 0.00479118531736136624 +77987 aapg_ai_392.html aapg_ai_392.html:90:10555:10563 Colorado Sharon Springs, Kansas -0.443688311537407287 +77988 AMJC_html_1690410018 AMJC_html_1690410018:619:78355:78360 Weeks Tulsa, Oklahoma -0.496308532687975368 +77989 aapg_ai_491.html aapg_ai_491.html:176:20563:20594 Pinkerton Trail Durango, Durango -0.0591256711922378136 +77990 gsa_html_8951179545 gsa_html_8951179545:583:69948:69965 Carrizo Austin, Chicago 0.37946188659272595 +77991 aapg_ai_572.html aapg_ai_572.html:45:5910:5919 Lecompton Pawhuska, Oklahoma -0.480109712230180896 +77992 aapg_af_327.html aapg_af_327.html:271:24661:24669 Virginia Cambridge, Massachusetts -0.476672020857479173 +77993 aapg_aa_148.html aapg_aa_148.html:202:23202:23225 Burro Canyon Colorado -0.458634483249725333 +77994 aapg_ae_72.html aapg_ae_72.html:352:31901:31909 Colorado New Mexico -0.472639307901536299 +77995 cspg_html_9435196958 cspg_html_9435196958:242:10826:10841 Sooke Cornwall, Ontario -0.435270040425755234 +77996 geology_html_2949193763 geology_html_2949193763:89:7113:7131 Moenkopi Colorado -0.426608897791606878 +77997 palaios_html_2623118674 palaios_html_2623118674:38:4511:4531 North Horn Logan, Utah -0.475977786028375149 +77998 aapg_ae_74.html aapg_ae_74.html:436:41016:41022 Chinle San Juan, Argentina 0.0117544633662148706 +77999 gsa_html_7932638920 gsa_html_7932638920:105:9857:9885 Talkeetna Talkeetna, Alaska -0.0184133695346841396 +78000 aapg_ah_863.html aapg_ah_863.html:426:38726:38746 Pine Point Great Slave Lake -0.00908750930208491146 +78001 aapg_ae_369.html aapg_ae_369.html:60:6930:6950 Tuscaloosa Tuscaloosa, Alabama 0.0108631399368114955 +78002 aapg_ah_189.html aapg_ah_189.html:19:2517:2538 Eau Claire Trempealeau, Wisconsin -0.0362933822626878913 +78003 gsa_html_3408312461 gsa_html_3408312461:235:25320:25323 Lee Withlacoochee River (Suwannee River) -0.0184133695346841396 +78004 sedimentology_html_6812678908 sedimentology_html_6812678908:481:15245:15253 Colorado Ouray, Colorado -0.0479199713331230001 +78005 aapg_ae_961.html aapg_ae_961.html:132:10639:10658 Stonewall Manitoba 0.947790667990608848 +78006 aapg_ae_973.html aapg_ae_973.html:977:73307:73317 Wellington Texas 0.336213220095897047 +78007 cspg_html_1189888589 cspg_html_1189888589:29:4393:4401 Edmonton Edmonton, London -0.441459714368856782 +78008 aapg_af_425.html aapg_af_425.html:47:5089:5097 Niobrara Colorado -0.429934117971200513 +78009 aapg_ac_924.html aapg_ac_924.html:1262:87411:87419 Tensleep Cheyenne, Wyoming -0.449703411954729404 +78010 aapg_ai_480.html aapg_ai_480.html:237:22048:22054 Tulare Kern River Preserve 0.104107933877040593 +78011 cspg_html_9692046543 cspg_html_9692046543:14:1599:1615 Viking Regina, Saskatchewan -0.032256843292129446 +78012 geology_html_1477892936 geology_html_1477892936:226:20545:20550 Price Colorado -0.454305775206324536 +78013 aapg_aa_231.html aapg_aa_231.html:74:8812:8833 Ireton Texas -0.0234628186655344677 +78014 cspg_html_3521815736 cspg_html_3521815736:400:56571:56579 Columbia Victoria, British Columbia -0.44721379024503416 +78015 sedimentology_html_6297684173 sedimentology_html_6297684173:1705:107687:107694 Francis London, Ontario -0.467877607461444023 +78016 aapg_af_453.html aapg_af_453.html:270:26953:26961 Colorado Littleton, Colorado -0.434527375159215246 +78017 aapg_ad_784.html aapg_ad_784.html:151:15943:15948 Sespe Ventura County, California -0.430026468312881383 +78018 aapg_ai_501.html aapg_ai_501.html:892:83176:83189 Lone Mountain Reno, Nevada -0.281916691753148985 +78019 palaios_html_5067987549 palaios_html_5067987549:888:66306:66310 Hall London, Ontario -0.0389492941804812226 +78020 palaios_html_3022467877 palaios_html_3022467877:378:42817:42828 Hornerstown Navesink River -0.477589260736398125 +78021 aapg_ah_387.html aapg_ah_387.html:22:3562:3571 Knoxville Knoxville, Illinois -0.0088338543289246535 +78022 aapg_ac_633.html aapg_ac_633.html:12:1759:1778 Leadville Colorado -0.486436238766394913 +78023 cspg_html_2653900441 cspg_html_2653900441:222:33984:33992 Cochrane Calgary -0.446052041434467972 +78024 aapg_aa_43.html aapg_aa_43.html:488:53106:53129 Cotton Valley Arkansas -0.453653631411627511 +78025 sedimentology_html_2041096405 sedimentology_html_2041096405:28:1860:1872 Saskatchewan Waterloo, Ontario -0.041445748202081481 +78026 cspg_html_5241714595 cspg_html_5241714595:69:11653:11667 Contact Rapids Regina, Saskatchewan -0.236072256003580089 +78027 sedimentology_html_7514538550 sedimentology_html_7514538550:1550:144703:144707 Bond North Atlantic Current -0.417361386985468708 +78028 aapg_ad_192.html aapg_ad_192.html:4:401:411 Tuscaloosa Tuscaloosa, Alabama 0.0879381190126022061 +78029 aapg_ae_525.html aapg_ae_525.html:68:7178:7184 Dakota Mesa County, Colorado -0.447803061502488831 +78030 aapg_ah_823.html aapg_ah_823.html:345:32542:32550 Columbia Victoria, British Columbia -0.010750205891597751 +78031 gsa_html_5865982995 gsa_html_5865982995:1165:125844:125850 Denver Logan, Utah -0.469038078694436811 +78032 aapg_ai_236.html aapg_ai_236.html:280:26215:26224 Tuscarora Newburg, Louisville -0.457750306604137625 +78033 aapg_af_799.html aapg_af_799.html:513:40039:40043 Lodo Coalinga, California 0.308032368582006555 +78034 aapg_ac_498.html aapg_ac_498.html:52:4736:4746 Tuscaloosa Cotton Valley, Louisiana 0.381158537848744761 +78035 gsa_html_6595462156 gsa_html_6595462156:14:652:662 Washington Canada 0.00479118531736136624 +78036 aapg_ae_958.html aapg_ae_958.html:1809:156055:156063 Carlsbad Pecos River -0.464656465989479628 +78037 aapg_ad_999.html aapg_ad_999.html:11:1495:1514 Athabasca Canada -0.486419849038802532 +78038 aapg_ac_881.html aapg_ac_881.html:97:10414:10441 Dakota Black Hills -0.257451023852154015 +78039 aapg_ad_918.html aapg_ad_918.html:71:10215:10233 Frontier Mancos, Colorado -0.445106268068768518 +78040 sedimentology_html_8384737970 sedimentology_html_8384737970:732:54072:54088 Navajo Logan, Utah -0.447637220621224075 +78041 aapg_ad_403.html aapg_ad_403.html:44:7060:7065 Atoka Hot Springs, Arkansas -0.0739561497763099318 +78042 aapg_ac_380.html aapg_ac_380.html:107:14145:14163 Camillus Michigan -0.0171829308693467256 +78043 aapg_ae_958.html aapg_ae_958.html:1311:114878:114899 Bell Guadalupe Mountains National Park -0.0540873490612621827 +78044 cspg_html_1565769407 cspg_html_1565769407:493:52989:53000 Mabou Bridgetown, Nova Scotia -0.469024309212410007 +78045 aapg_ae_999.html aapg_ae_999.html:484:64099:64118 Catahoula Texas -0.479561365364802261 +78046 palaios_html_2339045630 palaios_html_2339045630:254:36679:36687 Virginia Knoxville, Tennessee -0.443933785681361437 +78047 aapg_ae_3.html aapg_ae_3.html:185:25801:25818 Madison Cheyenne, Wyoming -0.504081097628738206 +78048 aapg_af_322.html aapg_af_322.html:71:10945:10951 Denver Colorado -0.510952494440722882 +78049 cspg_html_9435196958 cspg_html_9435196958:961:40638:40659 Belly River Lacombe, Alberta 0.00953054056718567397 +78050 aapg_aa_962.html aapg_aa_962.html:490:51917:51926 New River Prairieville, Louisiana -0.47596853330555533 +78051 aapg_ae_872.html aapg_ae_872.html:62:8333:8343 Tuscaloosa Tuscaloosa, Alabama 0.0359383849151735657 +78052 sedimentology_html_7738790999 sedimentology_html_7738790999:526:31608:31614 Eugene Salem, Oregon -0.0407754352992212923 +78053 gsa_html_7062589013 gsa_html_7062589013:1238:86781:86809 Green River Colorado 0.0260098507762994979 +78054 jgeology_html_6882545802 jgeology_html_6882545802:432:36389:36408 Bellevue Ohio -0.0112818678629079024 +78055 aapg_aa_267.html aapg_aa_267.html:721:59057:59087 Greenbrier Huntington, West Virginia -0.0429293184935137934 +78056 gsa_html_3720789279 gsa_html_3720789279:844:83785:83791 Oregon Washington (state) -0.44830973456876172 +78057 aapg_ai_688.html aapg_ai_688.html:129:16629:16647 Bloomsburg Williamsport, Indiana -0.452461129454831856 +78058 aapg_aa_105.html aapg_aa_105.html:698:72304:72309 Alexo Lacombe, Alberta -0.462261924354454456 +78059 aapg_ae_873.html aapg_ae_873.html:226:27086:27094 Kiamichi Paluxy, Texas -0.014941203695627946 +78060 aapg_ac_71.html aapg_ac_71.html:308:35982:36005 Sunrise Westgate, Canterbury -0.443688311537407287 +78061 cspg_html_5891044027 cspg_html_5891044027:122:24625:24640 Altyn Western world 0.0143851483004796468 +78062 aapg_ad_152.html aapg_ad_152.html:1635:209543:209561 Arcturus Logan, Utah -0.453085363047098455 +78063 AMJC_html_7984049819 AMJC_html_7984049819:816:86507:86522 Fitch Cambridge, Massachusetts -0.459805657368256959 +78064 cspg_html_1220585875 cspg_html_1220585875:6:386:401 Eager Cranbrook, British Columbia -0.492706142050923668 +78065 aapg_ae_923.html aapg_ae_923.html:232:20033:20048 Vincentown Closter, New Jersey -0.0213281445923519004 +78066 cspg_html_6880168184 cspg_html_6880168184:817:88447:88482 Allen Bay Canada 1.02080938733265958 +78067 gsa_html_9052101586 gsa_html_9052101586:597:73624:73635 Peoria Fox Valley (Illinois) -0.00809722087468487881 +78068 aapg_aa_98.html aapg_aa_98.html:209:18619:18627 Montreal Lacombe, Alberta -0.453355922590981064 +78069 cspg_html_3016068951 cspg_html_3016068951:194:20281:20307 Madison Williston, Vermont -0.501793700638435203 +78070 sedimentology_html_3798264561 sedimentology_html_3798264561:1092:64236:64240 Toro Santa Rosa, California -0.466965896576978678 +78071 gsa_html_2321464653 gsa_html_2321464653:801:75621:75649 Green River Colorado -0.00268221124588273983 +78072 aapg_ae_958.html aapg_ae_958.html:1588:137875:137896 Bell Carlsbad, New Mexico -0.0532381100685256278 +78073 gsa_html_2989317971 gsa_html_2989317971:304:35235:35257 Poison Creek Boise, Idaho -0.0566077792126221876 +78074 jgeology_html_7863933112 jgeology_html_7863933112:609:47576:47580 Hall London, Ontario -0.4506269691264706 +78075 aapg_ad_3.html aapg_ad_3.html:728:68904:68925 Beekmantown Kentucky -0.387896872458713959 +78076 aapg_af_626.html aapg_af_626.html:554:62635:62655 Roxbury Conglomerate Mansfield -0.519561302021001925 +78077 cspg_html_3384086241 cspg_html_3384086241:6:289:326 Turner Valley Lacombe, Alberta -0.487532722920071437 +78078 aapg_ae_459.html aapg_ae_459.html:255:19277:19283 Laurel Louisville, Kentucky -0.488123721391326648 +78079 cspg_html_1222040397 cspg_html_1222040397:129:19952:19960 Columbia Victoria, British Columbia -0.488198798133244793 +78080 aapg_aa_401.html aapg_aa_401.html:33:4203:4213 Batesville Eureka Springs, Arkansas -0.0365022098849612647 +78081 aapg_ah_529.html aapg_ah_529.html:328:35192:35208 Abrigo Cochise County, Arizona -0.442720440658756875 +78082 geology_html_4549662310 geology_html_4549662310:194:13419:13425 Pueblo Youngstown, Ohio -0.454068782805138071 +78083 aapg_ae_993.html aapg_ae_993.html:234:21163:21178 Darby Cheyenne, Wyoming -0.454764136650290418 +78084 aapg_af_653.html aapg_af_653.html:391:46729:46736 Temblor Monterey, California -0.478488911708928044 +78085 aapg_ah_160.html aapg_ah_160.html:78:11246:11265 Onondaga Salina, Kansas -0.0601467185447203748 +78086 aapg_ae_415.html aapg_ae_415.html:959:119831:119850 Paynes Hammock Wayne County, Michigan -0.2215078329328794 +78087 aapg_ac_65.html aapg_ac_65.html:946:75824:75829 Eagle Colorado -0.504971014020977882 +78088 aapg_aa_415.html aapg_aa_415.html:30:4760:4768 Woodbine Dallas County, Alabama -0.0209266190161632587 +78089 aapg_ac_219.html aapg_ac_219.html:1960:160428:160435 El Baul Venezuela -0.523821773562303528 +78090 cspg_html_9713614580 cspg_html_9713614580:270:37209:37220 Belly River Arctic Cordillera 0.0178954643140133429 +78091 aapg_ac_22.html aapg_ac_22.html:41:4494:4513 Smackover Santa Rosa, California -0.455279223830003521 +78092 cspg_html_9860060507 cspg_html_9860060507:380:46874:46878 Hall London, Ontario -0.474863540124580097 +78093 cspg_html_6252417471 cspg_html_6252417471:511:66267:66284 Naheola Alabama -0.0135788887974534252 +78094 cspg_html_4031489103 cspg_html_4031489103:387:59227:59249 Striped Peak Pend Oreille River 0.359828026249392863 +78095 aapg_af_471.html aapg_af_471.html:82:11707:11725 Parkwood Illinois 0.0125710971583295906 +78096 aapg_af_18.html aapg_af_18.html:464:50174:50184 Inyan Kara Black Hills -1.32092527941804194 +78097 gsa_html_8627114993 gsa_html_8627114993:635:63880:63893 Boulder Creek Logan, Utah -0.473676885959420813 +78098 aapg_ad_169.html aapg_ad_169.html:63:8408:8429 Mauch Chunk Greenbrier (Great Smoky Mountains) -0.430395959711439846 +78099 aapg_aa_357.html aapg_aa_357.html:103:7438:7453 Ouray Rift Valley lakes -0.0619483572734352422 +78100 aapg_ai_521.html aapg_ai_521.html:3:339:354 Bluff Victoria, British Columbia -0.440280728439214952 +78101 aapg_ae_319.html aapg_ae_319.html:711:60519:60526 Entrada Carmel, Indiana -0.428824418473081392 +78102 aapg_ae_415.html aapg_ae_415.html:36:5432:5454 Chickasawhay Suwannee County, Florida -0.0645208083135350441 +78103 cspg_html_4176605708 cspg_html_4176605708:271:26214:26221 Cookson Duxbury, Massachusetts -0.465595518002078101 +78104 geology_html_2550998204 geology_html_2550998204:368:22754:22776 Judith River Lacombe, Alberta -0.442548827459522287 +78105 aapg_ai_28.html aapg_ai_28.html:793:75321:75331 Rio Grande Texas -0.4784100389871494 +78106 cspg_html_9912281240 cspg_html_9912281240:677:74761:74782 Belly River Lacombe, Alberta -0.440280728439214952 +78107 aapg_ae_958.html aapg_ae_958.html:2778:235039:235054 Hazel El Paso, Texas -0.460964719996515115 +78108 aapg_ah_780.html aapg_ah_780.html:267:37623:37628 Price Huntington, West Virginia -0.237597820929162318 +78109 aapg_ae_682.html aapg_ae_682.html:815:95811:95817 Casper Cheyenne, Wyoming -0.0160255473539090525 +78110 aapg_ac_612.html aapg_ac_612.html:344:35121:35143 Summerville Logan, Utah -0.0640858759361697117 +78111 aapg_ai_996.html aapg_ai_996.html:1309:57031:57041 Tuscaloosa Alabama -0.236244184718852418 +78112 aapg_ae_770.html aapg_ae_770.html:50:5907:5919 Rhode Island Block Island -0.04995370085151081 +78113 aapg_aa_148.html aapg_aa_148.html:204:23557:23579 Burro Canyon Arizona -0.0157388171484894208 +78114 cspg_html_1841843683 cspg_html_1841843683:115:21234:21241 Rierdon Cheyenne, Wyoming -0.434165096955452467 +78115 gsa_html_1636483297 gsa_html_1636483297:83:6713:6734 Green River Uinta Mountains -0.0272304956863127501 +78116 aapg_ai_278.html aapg_ai_278.html:827:99089:99109 Cedar Keys Melbourne, Florida -0.23776616922381591 +78117 aapg_ah_152.html aapg_ah_152.html:65:8711:8717 Denver Colorado -0.48422645917649243 +78118 aapg_ae_253.html aapg_ae_253.html:126:15914:15927 Cotton Valley Bellevue, Nebraska -0.0568223643929518102 +78119 aapg_ai_926.html aapg_ai_926.html:295:38659:38690 Mesaverde Colorado -0.462576268150975078 +78120 aapg_af_579.html aapg_af_579.html:17:2261:2275 Junction Creek Entrada Sandstone -0.465787563493960222 +78121 cspg_html_8662646956 cspg_html_8662646956:1045:125310:125320 Pine Point Canada -0.443431749269489361 +78122 geology_html_1154109970 geology_html_1154109970:13:619:631 Saskatchewan Regina, Saskatchewan -0.460205477971118548 +78123 aapg_ac_867.html aapg_ac_867.html:450:61162:61184 Paradox Lisbon -0.00229308019174294993 +78124 sedimentology_html_8829282630 sedimentology_html_8829282630:536:31132:31140 Colorado England -0.0367528086008553287 +78125 aapg_ac_630.html aapg_ac_630.html:799:84587:84607 Wind River County Tipperary -0.466965896576978678 +78126 sedimentology_html_8561350553 sedimentology_html_8561350553:983:67688:67710 Bonanza Great Basin -0.424322003042767071 +78127 gsa_html_2989317971 gsa_html_2989317971:547:58163:58185 Poison Creek Salem, Oregon -0.0791820422542413721 +78128 aapg_ak_28.html aapg_ak_28.html:12:2006:2029 Diamond Peak Reno, Nevada 0.000674025171207849952 +78129 cspg_html_5688447798 cspg_html_5688447798:130:17848:17868 Blue Fiord Ellesmere Island -0.471193362251331016 +78130 cspg_html_4727222822 cspg_html_4727222822:40:5899:5919 Hoyle Bay Eden Bay -0.0146249457170983255 +78131 aapg_ac_730.html aapg_ac_730.html:681:101423:101443 Yale Point Mesa, Arizona 0.31734122678079435 +78132 cspg_html_1962846283 cspg_html_1962846283:553:69680:69702 Kootenay Kootenay River -0.444916336311243943 +78133 aapg_ah_75.html aapg_ah_75.html:302:35861:35867 Moscow Russia 0.0532555472130848556 +78134 aapg_ac_222.html aapg_ac_222.html:232:31936:31943 Paradox Hermosa, Chicago -0.0541518744999871654 +78135 palaios_html_9962835704 palaios_html_9962835704:330:31771:31779 Billings Montana -0.0395933648576628841 +78136 aapg_ah_23.html aapg_ah_23.html:143:26677:26684 Yucatan South China Sea Islands -0.0349152239847350387 +78137 palaios_html_7565718144 palaios_html_7565718144:36:3178:3190 Cooking Lake Lacombe, Alberta -0.0060576376426468119 +78138 aapg_ah_747.html aapg_ah_747.html:109:13256:13263 Entrada Chinle Formation -0.452055720301517416 +78139 aapg_ah_738.html aapg_ah_738.html:408:53058:53063 Piper California -0.46957525648780718 +78140 cspg_html_3102530088 cspg_html_3102530088:619:77956:77964 Foremost Lacombe, Alberta -0.0448416139900337171 +78141 cspg_html_7086880709 cspg_html_7086880709:382:50460:50467 Nahanni Great Slave Lake -0.229163215159270711 +78142 cspg_html_5950764790 cspg_html_5950764790:428:50239:50273 Duvernay Lacombe, Alberta -0.0293555813701503708 +78143 aapg_ae_805.html aapg_ae_805.html:45:6823:6830 Hermosa Hermosa, Chicago -0.0394819549454150931 +78144 gsa_html_8662428949 gsa_html_8662428949:66:5320:5348 Green River Colorado -0.0116467387889204136 +78145 aapg_aa_625.html aapg_aa_625.html:26:3709:3728 Smackover England -0.447637220621224075 +78146 aapg_ae_471.html aapg_ae_471.html:17:2350:2378 Cotton Valley Morehouse Parish, Louisiana -0.430026468312881383 +78147 aapg_ai_905.html aapg_ai_905.html:314:40831:40838 Madison Wisconsin -0.481766159765426027 +78148 aapg_ad_614.html aapg_ad_614.html:63:6165:6178 Cotton Valley Shreveport, Louisiana 0.011229743772920301 +78149 aapg_ad_648.html aapg_ad_648.html:226:26808:26826 Niobrara Colorado 0.0524308169695967066 +78150 aapg_aa_544.html aapg_aa_544.html:219:30040:30052 Wasatch Aspen, Colorado -0.42422364691980291 +78151 aapg_ae_71.html aapg_ae_71.html:289:26672:26688 Chinle Chinle Formation -0.393888397053198336 +78152 cspg_html_9119878068 cspg_html_9119878068:437:50629:50663 Waterways Lacombe, Alberta -0.458675312427173743 +78153 aapg_ae_921.html aapg_ae_921.html:336:28095:28104 Stonewall Manitoba 0.460573652592587091 +78154 aapg_ah_277.html aapg_ah_277.html:493:49385:49393 Edmonton Lacombe, Alberta -0.0225014864703161413 +78155 aapg_ad_978.html aapg_ad_978.html:290:28018:28025 Wasatch Logan, Utah 0.00618793246160323843 +78156 gsa_html_8030464622 gsa_html_8030464622:265:28299:28308 Red River Red River of the North -0.768807158139584335 +78157 aapg_ae_354.html aapg_ae_354.html:211:21241:21250 Mesaverde Niobrara, Nebraska -0.460569106302977371 +78158 aapg_ah_182.html aapg_ah_182.html:90:10205:10216 Martinsburg Northampton, Massachusetts -0.00773064589701005864 +78159 cspg_html_1065856149 cspg_html_1065856149:28:2811:2822 Peace River Anchorage, Alaska -0.464450966712688929 +78160 aapg_af_95.html aapg_af_95.html:48:6419:6433 Fredericksburg Texas -0.488731563736560848 +78161 cspg_html_2253842195 cspg_html_2253842195:386:43408:43416 Columbia Victoria, British Columbia -0.00472517057507792094 +78162 gsa_html_6441142238 gsa_html_6441142238:203:20571:20583 Galena Middle Ordovician -0.4597920302667165 +78163 gsa_html_5271110133 gsa_html_5271110133:1012:88588:88594 Jordan Andes -0.470567831774721834 +78164 aapg_ah_536.html aapg_ah_536.html:550:72824:72839 Sligo Austin, Chicago -0.00922476160912374769 +78165 aapg_ad_2.html aapg_ad_2.html:709:101728:101735 Potsdam Saratoga, California -0.477642564553472426 +78166 aapg_ac_126.html aapg_ac_126.html:169:24435:24452 Haynesville Bossier City, Louisiana -0.429186850864238578 +78167 geology_html_6200633178 geology_html_6200633178:99:10216:10221 Rapid North Atlantic Current -0.520922016006052702 +78168 aapg_ah_978.html aapg_ah_978.html:694:64720:64732 Temblor Middle East -0.0125432965018171631 +78169 geology_html_6105088229 geology_html_6105088229:15:756:766 Washington Washington (state) -0.0520768920178777336 +78170 aapg_ae_465.html aapg_ae_465.html:182:19386:19399 Cotton Valley Lewisville, Texas -0.427843250012949428 +78171 aapg_ah_318.html aapg_ah_318.html:3743:300266:300275 San Pedro Durango, Durango -0.477130519718023338 +78172 aapg_aa_415.html aapg_aa_415.html:70:10646:10659 Woodbine Arkansas 0.0338573634589742142 +78173 aapg_ai_1.html aapg_ai_1.html:197:17480:17487 Paradox Hermosa, Chicago -0.0260168057224487229 +78174 aapg_ae_271.html aapg_ae_271.html:137:10502:10533 Cockfield Gosport, Indiana -0.471754879498828661 +78175 aapg_ad_641.html aapg_ad_641.html:173:20970:20978 La Habra California -0.50196539530370976 +78176 aapg_ad_918.html aapg_ad_918.html:39:5563:5581 Niobrara Colorado 0.80208845340997259 +78177 aapg_ad_887.html aapg_ad_887.html:30:4080:4109 Paluxy Texas -0.472770666406185036 +78178 gsa_html_1641861263 gsa_html_1641861263:563:57463:57479 Red Rock Albuquerque, New Mexico -0.0766200511686235819 +78179 aapg_af_887.html aapg_af_887.html:81:8288:8298 San Andres New Mexico 0.0388796674944201434 +78180 aapg_af_52.html aapg_af_52.html:60:8097:8109 Wilcox Texas -0.424391951314652904 +78181 cspg_html_6647936472 cspg_html_6647936472:401:43320:43365 Winnipegosis Regina, Saskatchewan -0.427689691071663991 +78182 gsa_html_7854597776 gsa_html_7854597776:679:54289:54295 Casper Cheyenne, Wyoming -0.0574626720141519567 +78183 gsa_html_2509147847 gsa_html_2509147847:515:63465:63475 Washington Boise, Idaho -0.436850160261835319 +78184 sedimentology_html_5613495298 sedimentology_html_5613495298:1714:90762:90778 Chinle Colorado Plateau 0.00452191499750925936 +78185 aapg_aa_931.html aapg_aa_931.html:90:11388:11401 Abo New Mexico -0.444891759770598527 +78186 gsa_html_8319219146 gsa_html_8319219146:491:52312:52321 Lockatong Doylestown, Pennsylvania -0.0346298699616138864 +78187 cspg_html_9136481292 cspg_html_9136481292:509:57304:57326 Peace River Lacombe, Alberta -0.430334367802676421 +78188 cspg_html_4287356899 cspg_html_4287356899:3230:337926:337941 Phosphoria Boise, Idaho -0.442860875153750722 +78189 palaios_html_7765531315 palaios_html_7765531315:537:54784:54797 Epworth Canada -0.00455839673073113721 +78190 palaios_html_7679079277 palaios_html_7679079277:139:13657:13680 Gypsum Spring Cheyenne, Wyoming 0.823177019603055782 +78191 cspg_html_8417280957 cspg_html_8417280957:11:1347:1357 Dewey Lake Chinle Formation -0.433588832161453941 +78192 gsa_html_7365643246 gsa_html_7365643246:77:5822:5850 Green River Colorado 0.010367970259029002 +78193 aapg_ai_583.html aapg_ai_583.html:101:14720:14734 Sundance Cheyenne, Wyoming -0.449451899065432481 +78194 aapg_aa_302.html aapg_aa_302.html:323:38648:38654 Kaibab Reno, Nevada 0.0147361568676342668 +78195 aapg_ah_973.html aapg_ah_973.html:131:7250:7266 Ripley Knoxville, Tennessee -0.0206137481511775786 +78196 aapg_af_133.html aapg_af_133.html:148:15530:15546 Cabot Head Michigan -0.0699576373044528826 +78197 AMJC_html_8854520503 AMJC_html_8854520503:822:82886:82894 Columbia Victoria, British Columbia -0.0129255578059820249 +78198 aapg_ah_53.html aapg_ah_53.html:118:11041:11052 Leitchfield Brownsville, Brooklyn -0.00771327274469656935 +78199 aapg_ad_466.html aapg_ad_466.html:441:52463:52481 Monmouth Matawan, New Jersey -0.459149520620870666 +78200 cspg_html_6032369756 cspg_html_6032369756:278:32496:32522 Halfway Grand Prairie, Texas -0.457650607934439568 +78201 geology_html_3982744980 geology_html_3982744980:269:23911:23925 Potsdam Ontario, California -0.00600378253077448604 +78202 aapg_ae_74.html aapg_ae_74.html:440:41147:41154 Wingate Logan, Utah -0.0491537380497388335 +78203 aapg_ai_515.html aapg_ai_515.html:282:30646:30657 Green River Wasatch Range -0.47596853330555533 +78204 gsa_html_1197940982 gsa_html_1197940982:16:911:924 Santa Barbara California -0.487870386185061844 +78205 cspg_html_5456368738 cspg_html_5456368738:162:22212:22222 Pine Point Lacombe, Alberta -0.486401118306284352 +78206 geology_html_7999374357 geology_html_7999374357:12:508:514 Denver Colorado -0.44948782523520614 +78207 aapg_ae_473.html aapg_ae_473.html:325:29397:29420 Hatchetigbee Holly Springs, Mississippi -0.427650208489599781 +78208 cspg_html_8588503765 cspg_html_8588503765:481:60210:60227 Cardium Canada -0.4381734052234173 +78209 cspg_html_7971908357 cspg_html_7971908357:135:17418:17423 Price Lacombe, Alberta -0.43451411861660022 +78210 gsa_html_8789405011 gsa_html_8789405011:29:2796:2824 Green River Colorado -0.021507182733615033 +78211 palaios_html_5854862235 palaios_html_5854862235:28:2343:2367 Wasatch Cheyenne, Wyoming -0.00877304685539758919 +78212 aapg_af_664.html aapg_af_664.html:243:26246:26262 San Andres Delaware 0.0142461363116521914 +78213 aapg_ah_189.html aapg_ah_189.html:29:4608:4640 Prairie Illinois -0.0304565192398841625 +78214 cspg_html_4326384800 cspg_html_4326384800:1018:149591:149602 Slave Point Canada -0.0577069474480743499 +78215 cspg_html_7404699681 cspg_html_7404699681:282:32049:32066 Toby Washington (state) -0.0197168810314956311 +78216 aapg_ac_333.html aapg_ac_333.html:428:55110:55123 Abo New Mexico -0.444871652179790411 +78217 aapg_ae_156.html aapg_ae_156.html:60:8787:8795 Colorado Logan, Utah -0.377649001744323032 +78218 cspg_html_4270552951 cspg_html_4270552951:173:25553:25564 Skull Creek Swan River, Manitoba 0.614669280768701642 +78219 jgeology_html_4115179562 jgeology_html_4115179562:635:50146:50171 Bays Virginia -0.439298641817729429 +78220 cspg_html_1925276454 cspg_html_1925276454:591:58506:58526 Cadomin Lacombe, Alberta -0.475138501585752326 +78221 sedimentology_html_3435480513 sedimentology_html_3435480513:27:1755:1764 Claremont Washington (state) 0.0127014130799759668 +78222 geology_html_7113954805 geology_html_7113954805:18:1049:1085 Mount Simon Illinois -0.431157390646727534 +78223 cspg_html_9275863663 cspg_html_9275863663:85:12106:12126 Swan Hills Swan Hill, Victoria -0.45417711448712661 +78224 aapg_ah_198.html aapg_ah_198.html:482:59061:59087 Monterey California -0.434558307819543299 +78225 aapg_ae_711.html aapg_ae_711.html:9:1872:1892 Hartshorne Arkoma, Oklahoma -0.27683179836864702 +78226 aapg_ae_499.html aapg_ae_499.html:25:3428:3434 Denver Cheyenne, Wyoming -0.0864062357842429324 +78227 aapg_ah_486.html aapg_ah_486.html:343:36672:36692 Pottsville Illinois 0.00968516832119581395 +78228 palaios_html_2621173808 palaios_html_2621173808:1280:119258:119290 Montney Lacombe, Alberta -0.456561440120662909 +78229 aapg_ad_580.html aapg_ad_580.html:3:214:234 Fort Union Cheyenne, Wyoming -0.452887004013691252 +78230 cspg_html_7182873498 cspg_html_7182873498:17:2544:2550 Salina Salina, Kansas -0.427935397269568418 +78231 palaios_html_3751051678 palaios_html_3751051678:56:5309:5327 Morrison Black Hills -0.419699228406432479 +78232 aapg_ad_337.html aapg_ad_337.html:306:34052:34057 Sespe Los Angeles -0.449656248007914428 +78233 sedimentology_html_2073446709 sedimentology_html_2073446709:1014:56614:56623 San Diego California -0.00485893734726632141 +78234 jgeology_html_8423924556 jgeology_html_8423924556:418:37560:37566 Oregon California -0.480611894173340604 +78235 aapg_af_497.html aapg_af_497.html:572:53297:53303 Pueblo Colorado -0.478280146619880497 +78236 aapg_ac_363.html aapg_ac_363.html:598:65581:65599 Monterey California -0.00877304685539758919 +78237 geology_html_2618951479 geology_html_2618951479:252:22274:22302 Lockatong Pennsylvania -0.0332519228723545321 +78238 aapg_ah_528.html aapg_ah_528.html:571:61489:61497 Moenkopi Colorado Plateau -0.00928383236367189522 +78239 cspg_html_2490951833 cspg_html_2490951833:550:84028:84053 Beaverhill Lacombe, Alberta -0.00639293020944086028 +78240 aapg_af_667.html aapg_af_667.html:51:5209:5216 Rustler Pecos River -0.433864776993285517 +78241 gsa_html_1957461749 gsa_html_1957461749:29:2796:2824 Green River Colorado -0.0249388283192189877 +78242 aapg_af_598.html aapg_af_598.html:92:8429:8436 Lenapah Nowata, Oklahoma -0.465705253187009671 +78243 palaios_html_9973267562 palaios_html_9973267562:341:49871:49875 Kope Maysville, Kentucky -0.0231725008237077118 +78244 aapg_ad_152.html aapg_ad_152.html:2041:268294:268314 Phosphoria Elko County, Nevada 0.0307052437422848518 +78245 aapg_aa_158.html aapg_aa_158.html:5:1026:1040 Cloverly Cordillera Administrative Region 0.61640342079269772 +78246 aapg_ac_569.html aapg_ac_569.html:66:10378:10398 Emma Fiord Svalbard -0.15896599585309637 +78247 gsa_html_7304754451 gsa_html_7304754451:877:75981:75988 Jewett Silt San Francisco -0.465835581370964813 +78248 cspg_html_5272711466 cspg_html_5272711466:424:40648:40656 Edmonton Victoria, British Columbia -0.0588307324533976356 +78249 aapg_af_425.html aapg_af_425.html:59:6307:6321 Cedar Mountain Plateau State -0.480667710196792775 +78250 aapg_ah_387.html aapg_ah_387.html:352:35794:35803 Knoxville Knoxville, Illinois -0.462193603410137988 +78251 cspg_html_5345848475 cspg_html_5345848475:809:86719:86736 Wapiabi Niobrara, Nebraska -0.0275887108223223723 +78252 aapg_ac_826.html aapg_ac_826.html:146:14811:14825 Ute Boise, Idaho -0.548308989326978025 +78253 cspg_html_2134728186 cspg_html_2134728186:15:1949:1957 Columbia Victoria, British Columbia -0.0131340660726573313 +78254 gsa_html_7555021318 gsa_html_7555021318:1094:90576:90583 St Marys China -0.441553207562292771 +78255 aapg_ai_28.html aapg_ai_28.html:662:64223:64233 Rio Grande Texas -0.463636287457712182 +78256 aapg_ai_377.html aapg_ai_377.html:9:1454:1470 Yegua Texas -0.0125641469917892202 +78257 aapg_ai_932.html aapg_ai_932.html:642:101781:101809 Sisquoc Santa Maria, California -0.0952489921655182842 +78258 aapg_ae_777.html aapg_ae_777.html:124:15073:15097 Espiritu Santo Sangre de Cristo Range -0.488724520608411594 +78259 sedimentology_html_2898428289 sedimentology_html_2898428289:1916:96039:96049 Pine Point Canada -0.00537142262393446989 +78260 cspg_html_2013109828 cspg_html_2013109828:124:21209:21228 Ottertail Brookfield, Illinois -0.458639019733277031 +78261 cspg_html_7403344526 cspg_html_7403344526:491:49575:49598 Viking Lacombe, Alberta -0.489889776983278402 +78262 aapg_ad_918.html aapg_ad_918.html:520:56965:56973 Colorado Colorado -0.0477788324631043676 +78263 palaios_html_6453840623 palaios_html_6453840623:189:15513:15521 Traverse Pennsylvania -0.0260481030214056476 +78264 aapg_ae_946.html aapg_ae_946.html:206:18310:18319 Allegheny Pennsylvania -0.432823232966369709 +78265 aapg_ah_772.html aapg_ah_772.html:42:4304:4321 Bird Spring Clark County, Indiana -0.0540332876662449682 +78266 aapg_ah_774.html aapg_ah_774.html:36:5371:5382 Racine Milwaukee 0.0695729872768975355 +78267 aapg_ae_66.html aapg_ae_66.html:300:29875:29884 Newcastle Niobrara, Nebraska -0.0272861401454246727 +78268 cspg_html_6839937815 cspg_html_6839937815:285:40310:40316 Kaibab San Rafael Swell -0.458639019733277031 +78269 aapg_aa_267.html aapg_aa_267.html:732:60032:60056 Greenbrier Calhoun County, Michigan -0.483173848714512189 +78270 aapg_ac_617.html aapg_ac_617.html:5:752:770 Oakville Oakville, California -0.464409872562970838 +78271 cspg_html_6588266079 cspg_html_6588266079:233:28547:28565 Whitemud Canada -0.0284721166530200707 +78272 aapg_ah_881.html aapg_ah_881.html:83:9076:9095 Chuckanut Nanaimo -0.0433821006587485347 +78273 aapg_ad_2.html aapg_ad_2.html:1129:154510:154521 Beekmantown Wissahickon Formation -0.424846739582848965 +78274 cspg_html_5581374974 cspg_html_5581374974:147:10566:10600 Beaverhill Canada -0.465568086328610908 +78275 aapg_aa_415.html aapg_aa_415.html:291:41554:41560 Annona Texas 0.0147413699021406719 +78276 gsa_html_1826402027 gsa_html_1826402027:695:78708:78729 Verde Arizona -0.46328736756315686 +78277 cspg_html_9713614580 cspg_html_9713614580:177:24777:24795 Belly River Milk River, Alberta 0.577938257739527783 +78278 sedimentology_html_6078727073 sedimentology_html_6078727073:1101:67613:67632 Smackover Arkansas -0.0327735084996737119 +78279 aapg_ac_4.html aapg_ac_4.html:521:41556:41584 Lisburne Northwest Arctic Borough, Alaska -0.0632195999825383298 +78280 aapg_ae_341.html aapg_ae_341.html:118:12528:12544 Paluxy Rodessa, Louisiana -0.457963336268268129 +78281 aapg_ad_883.html aapg_ad_883.html:13:2008:2029 Mount Simon Michigan -0.00125945488018784418 +78282 aapg_ac_473.html aapg_ac_473.html:362:48475:48495 Phosphoria Boise, Idaho -0.430092438352523254 +78283 aapg_af_166.html aapg_af_166.html:214:24986:25002 Lissie Hockley -0.441517589995484405 +78284 cspg_html_9388742281 cspg_html_9388742281:100:11940:11958 Cardium Lacombe, Alberta -0.44844429668252761 +78285 cspg_html_9735723617 cspg_html_9735723617:667:79406:79423 Mould Bay Melville Island (Canada) -0.0111724073673319709 +78286 aapg_ai_877.html aapg_ai_877.html:224:24695:24707 Huntersville Pennsylvania -0.465787563493960222 +78287 geology_html_6173381301 geology_html_6173381301:392:29040:29069 Bell Victoria, British Columbia -0.438007065376213589 +78354 cspg_html_5358383351 cspg_html_5358383351:584:82496:82521 Windsor Bridgetown, Nova Scotia 0.0143799353376452364 +78288 sedimentology_html_5402223987 sedimentology_html_5402223987:650:53344:53361 Kinzers Pennsylvania -0.461128473443845555 +78289 geology_html_6254924018 geology_html_6254924018:267:25245:25252 Laramie Cheyenne, Wyoming -0.404846306451801197 +78290 aapg_ae_345.html aapg_ae_345.html:355:24655:24665 Tuscaloosa Tuscaloosa, Alabama -0.452172819913734925 +78291 cspg_html_4176605708 cspg_html_4176605708:180:18768:18782 Colorado Ashville, Ohio -0.0702513884831660329 +78292 geology_html_6058199605 geology_html_6058199605:248:24310:24329 Littleton New Hampshire -0.036075857948020304 +78293 cspg_html_8078587269 cspg_html_8078587269:6:331:352 Etherington Lacombe, Alberta -0.471754879498828661 +78294 gsa_html_5625878232 gsa_html_5625878232:280:39022:39046 Northumberland Hornby Island -0.0388274478076049076 +78295 aapg_ad_379.html aapg_ad_379.html:502:42639:42648 Chugwater Cheyenne, Wyoming -0.01748532023179648 +78296 aapg_af_52.html aapg_af_52.html:106:11840:11863 Calvert Brazos River -0.0115181647621516343 +78297 aapg_af_41.html aapg_af_41.html:379:24433:24438 Husky Colorado -0.422243369951963321 +78298 cspg_html_4031489103 cspg_html_4031489103:339:49866:49883 Gateway Fernie, British Columbia -0.0453363031867728902 +78299 cspg_html_6249234253 cspg_html_6249234253:71:9310:9322 Cooking Lake Redwater, Texas -0.144064486213914988 +78300 aapg_ah_871.html aapg_ah_871.html:19:2759:2767 Montreal Montreal -0.0206241770933953232 +78301 aapg_af_636.html aapg_af_636.html:262:30708:30716 Onondaga Missouri River -0.0521501164490012006 +78302 sedimentology_html_6305487627 sedimentology_html_6305487627:683:39711:39717 Moscow Russia -0.485423007658706274 +78303 cspg_html_2406266627 cspg_html_2406266627:369:38532:38545 Turner Valley Lacombe, Alberta -0.0922946257111370849 +78304 cspg_html_7204006147 cspg_html_7204006147:37:4564:4576 Cooking Lake Lacombe, Alberta -0.0204677435827045166 +78305 cspg_html_5541937700 cspg_html_5541937700:866:106738:106759 Shaftesbury Lacombe, Alberta -0.465561228542891226 +78306 gsa_html_7195000001 gsa_html_7195000001:900:109352:109370 Eureka Sound Canadian Arctic Archipelago 1.02564721701021799 +78307 aapg_ac_765.html aapg_ac_765.html:416:78498:78514 Chinle Chinle Formation -0.00365504393340889116 +78308 cspg_html_1009749092 cspg_html_1009749092:472:60636:60652 Horseshoe Canyon Lacombe, Alberta 1.18703256662781453 +78309 aapg_ac_909.html aapg_ac_909.html:21:2890:2897 Yucatan Cayman Islands -0.0206224389359462197 +78310 aapg_ah_329.html aapg_ah_329.html:635:64682:64699 Sisquoc Paso Robles, California -0.468255854243320946 +78311 aapg_ai_871.html aapg_ai_871.html:103:10020:10028 Colorado Denver -0.476033304431228654 +78312 sedimentology_html_3805411746 sedimentology_html_3805411746:613:29484:29492 Scotland Great Britain -0.0317836884462165403 +78313 cspg_html_4132771434 cspg_html_4132771434:648:80053:80080 Wabamun Lacombe, Alberta -0.444916336311243943 +78314 aapg_ae_805.html aapg_ae_805.html:86:11233:11241 Colorado New Mexico -0.482963947665808413 +78315 aapg_ah_489.html aapg_ah_489.html:30:3463:3470 Genesee Pennsylvania -0.250518491719791125 +78316 gsa_html_5865982995 gsa_html_5865982995:1032:111921:111942 Green River Cheyenne, Wyoming -0.0507415465108338806 +78317 aapg_ae_369.html aapg_ae_369.html:339:34330:34345 Eutaw Tishomingo, Mississippi -0.00060280083765855278 +78318 gsa_html_5694391338 gsa_html_5694391338:762:69610:69629 Red Mountain Gneiss Texas -0.0165833779978511626 +78319 palaios_html_3751259297 palaios_html_3751259297:105:14565:14571 Warsaw Illinois -0.602407510336585905 +78320 cspg_html_4861932119 cspg_html_4861932119:557:64223:64231 Columbia Victoria, British Columbia -0.0530428169742091782 +78321 aapg_ah_781.html aapg_ah_781.html:3:171:185 Krebs Missouri River 0.415722171573327415 +78322 cspg_html_9072696952 cspg_html_9072696952:28:3123:3131 Columbia Victoria, British Columbia -0.462166276497962936 +78323 aapg_ah_828.html aapg_ah_828.html:485:44823:44832 La Casita Mexico 0.0164478291242488549 +78324 gsa_html_2743423721 gsa_html_2743423721:558:59707:59721 Tyee Montgomery (town), New York -0.470179399208385473 +78325 aapg_ac_400.html aapg_ac_400.html:353:41015:41024 Tuscarora Webster County, Missouri 0.0145398000042282032 +78326 cspg_html_4943597281 cspg_html_4943597281:14:1958:1979 Peace River Lacombe, Alberta -0.00964347088928847219 +78327 aapg_ad_12.html aapg_ad_12.html:270:24261:24279 Mainsjie Bonaire -0.0539286538954901612 +78328 cspg_html_5484260516 cspg_html_5484260516:1331:117555:117573 Palliser Canada -0.0218513582866363479 +78329 AMJC_html_6341723617 AMJC_html_6341723617:1191:99776:99792 Colton Illinois -0.0854922749189336167 +78330 aapg_af_218.html aapg_af_218.html:118:12518:12532 Monterey California 0.00130635878656701733 +78331 aapg_ai_107.html aapg_ai_107.html:721:67348:67370 Marble Falls East Texas -0.486529900381118929 +78332 aapg_ak_21.html aapg_ak_21.html:97:11470:11490 Lodgepole Cheyenne, Wyoming -0.440387442871438828 +78333 gsa_html_7167729675 gsa_html_7167729675:157:13531:13559 Green River Colorado -0.442548827459522287 +78334 aapg_ah_387.html aapg_ah_387.html:221:24096:24105 Knoxville Knoxville, Illinois -0.0200262605794136288 +78335 aapg_aa_702.html aapg_aa_702.html:516:95087:95098 Slave Point Lacombe, Alberta 0.0853958025721314462 +78336 cspg_html_2139304729 cspg_html_2139304729:417:37230:37250 Griper Bay Bathurst Island (Northern Territory) -0.241418022236033536 +78337 gsa_html_1617077506 gsa_html_1617077506:1063:98609:98617 Columbia Earth -0.483715163479877641 +78338 gsa_html_1497438470 gsa_html_1497438470:59:3832:3860 Green River Colorado 0.0330222814746261306 +78339 aapg_ad_350.html aapg_ad_350.html:47:5586:5596 Cumberland Terra Alta -0.0620356593644112372 +78340 aapg_ae_454.html aapg_ae_454.html:198:16266:16273 Bossier Shreveport, Louisiana -0.000774781561203988548 +78341 aapg_ah_835.html aapg_ah_835.html:22:3945:3957 Borden Chinle Formation 0.0187574882731169276 +78342 cspg_html_3618628685 cspg_html_3618628685:9:1087:1097 Milk River Western world -0.0161993249316557293 +78343 aapg_ad_973.html aapg_ad_973.html:541:46455:46461 Jordan Melbourne, Florida -0.0105034896980181463 +78344 AMJC_html_4299960498 AMJC_html_4299960498:615:79006:79016 Washington Twisp, Washington -0.453234160803079433 +78345 cspg_html_9780523405 cspg_html_9780523405:894:108036:108046 Pine Point Great Slave Lake -0.440300736461396947 +78346 cspg_html_4272664788 cspg_html_4272664788:406:47107:47119 Rundle Victoria, British Columbia -0.516759285399299273 +78347 aapg_aa_702.html aapg_aa_702.html:638:101799:101830 Elk Regina, Saskatchewan -0.425516196002090841 +78348 gsa_html_5601712699 gsa_html_5601712699:636:56301:56312 Pico Santa Monica, California -0.472528705500211532 +78349 aapg_aa_712.html aapg_aa_712.html:133:17331:17346 Maquoketa Glenwood, Utah -0.456391730122837791 +78350 cspg_html_8089302449 cspg_html_8089302449:260:44160:44171 Hare Indian Michigan Basin -0.430026468312881383 +78351 aapg_ad_745.html aapg_ad_745.html:46:4793:4801 Niobrara Colorado 0.820007607495524926 +78352 jgeology_html_5816492644 jgeology_html_5816492644:645:33811:33828 Chadron Nebraska -0.454089094007790295 +78353 cspg_html_6675007047 cspg_html_6675007047:691:68551:68571 San Andres New Mexico -0.441397390812390766 +78355 aapg_ai_18.html aapg_ai_18.html:158:15074:15094 Weches Charlotte, North Carolina -0.443732938342886629 +78356 cspg_html_9551573979 cspg_html_9551573979:415:45471:45495 Basal Southern Alberta -0.507524056198405349 +78357 sedimentology_html_9417022136 sedimentology_html_9417022136:555:43263:43267 Hall London, Ontario -0.0678878397970904823 +78358 gsa_html_4667678389 gsa_html_4667678389:539:49585:49604 Pocatello Washington (state) -0.457786563407215019 +78359 aapg_ah_141.html aapg_ah_141.html:184:14823:14830 El Paso San Juan, Argentina -0.00100582646968047011 +78360 gsa_html_3014459865 gsa_html_3014459865:167:17090:17099 Manasquan Navesink River -0.433403442682278373 +78361 gsa_html_4667678389 gsa_html_4667678389:1357:127318:127346 Green River Colorado -0.0291155791192652773 +78362 aapg_ad_870.html aapg_ad_870.html:331:39316:39322 Toledo Ohio -0.485448733097070706 +78363 aapg_aa_960.html aapg_aa_960.html:81:8012:8019 Entrada Bellevue, Nebraska -0.01748532023179648 +78364 cspg_html_3772380029 cspg_html_3772380029:1059:132997:133015 Winnipeg Manitoba -0.491400408568805069 +78365 geology_html_5759192268 geology_html_5759192268:20:778:791 Santa Barbara California -0.0665386916215595231 +78366 geology_html_3694117383 geology_html_3694117383:245:23710:23718 Colorado Logan, Utah -0.495711798447340535 +78367 aapg_ad_194.html aapg_ad_194.html:4:487:504 Stirling Reno, Nevada -0.450330250214128536 +78368 geology_html_9427090233 geology_html_9427090233:12:505:511 Denver Colorado -0.47249414511500698 +78369 cspg_html_1132698231 cspg_html_1132698231:222:30093:30134 Merced San Francisco -0.515674638527041984 +78370 aapg_ah_134.html aapg_ah_134.html:63:5983:6002 Smackover Arkansas -0.00456360840821551893 +78371 aapg_ai_694.html aapg_ai_694.html:31:4638:4652 Beaumont Texas 0.0192927958306389168 +78372 aapg_ac_12.html aapg_ac_12.html:116:8034:8053 Maquoketa Iowa -0.246883269866815913 +78373 aapg_af_13.html aapg_af_13.html:907:86081:86093 Dakota Denver -0.431097950577111366 +78374 aapg_af_617.html aapg_af_617.html:11:1650:1665 Viola Wise County, Virginia -0.0174019020564647256 +78375 sedimentology_html_8923738088 sedimentology_html_8923738088:1638:89373:89412 Leduc Lacombe, Alberta -0.448578878596292641 +78376 cspg_html_2406266627 cspg_html_2406266627:109:13843:13855 Willow Creek Calgary -0.465776131049653153 +78377 cspg_html_6284849447 cspg_html_6284849447:300:21079:21102 Athabasca Lacombe, Alberta -0.477158315306099867 +78378 aapg_ac_824.html aapg_ac_824.html:261:24704:24721 Manitou Colorado -0.0152331376513424877 +78379 cspg_html_6715452766 cspg_html_6715452766:22:3900:3922 Eureka Sound Ellesmere Island -0.45184182728382527 +78380 aapg_ai_73.html aapg_ai_73.html:474:65432:65450 Tensleep Cheyenne, Wyoming -0.20519440864545091 +78381 aapg_ad_338.html aapg_ad_338.html:206:21815:21828 Potomac Closter, New Jersey -0.0460121937360480487 +78382 jgeology_html_8406118991 jgeology_html_8406118991:148:11946:11962 Descon Prince of Wales Island (Nunavut) -0.457691392417615917 +78383 aapg_ah_289.html aapg_ah_289.html:245:34854:34872 Monterey Lost Hills Oil Field -0.443110589175295999 +78384 cspg_html_7182873498 cspg_html_7182873498:46:8471:8504 Eramosa Michigan Basin 0.016192373803742003 +78385 palaios_html_7860397774 palaios_html_7860397774:45:3169:3186 La Luna Venezuela 0.76778112073008864 +78386 aapg_ah_653.html aapg_ah_653.html:97:12383:12399 Dakota Niobrara, Nebraska -0.400779151683183732 +78387 cspg_html_8525917094 cspg_html_8525917094:6:350:380 Swift Lacombe, Alberta -0.4462802459552766 +78388 cspg_html_6736202792 cspg_html_6736202792:6:376:404 Waterways Fort McMurray -0.439338616046586639 +78389 AMJC_html_9359800308 AMJC_html_9359800308:14:684:691 Windsor Ontario, California -0.448969278215303857 +78390 gsa_html_7737235229 gsa_html_7737235229:105:10515:10534 Eminence Gasconade River -0.44830973456876172 +78391 aapg_ai_410.html aapg_ai_410.html:464:42085:42088 Lee Colorado -0.477269506555081602 +78392 sedimentology_html_1440665452 sedimentology_html_1440665452:1072:76297:76301 Bond North Atlantic Current -0.474438560215669658 +78393 cspg_html_4270552951 cspg_html_4270552951:140:19897:19909 Morden Niobrara, Nebraska -0.071620691439041248 +78394 gsa_html_8349861296 gsa_html_8349861296:1021:86353:86365 Owens Valley White Mountains (California) 0.723379384889748511 +78395 cspg_html_1893593837 cspg_html_1893593837:70:5304:5316 Attawapiskat River Severn -0.0062678467546358578 +78396 gsa_html_1536819908 gsa_html_1536819908:153:15689:15702 Edna Mountain Reno, Nevada 0.309841425842762141 +78397 aapg_ae_803.html aapg_ae_803.html:29:4290:4295 Peten Guatemala -0.459805657368256959 +78398 cspg_html_8427119881 cspg_html_8427119881:81:14621:14629 Edmonton Lacombe, Alberta -0.0571939795181882898 +78399 aapg_ae_895.html aapg_ae_895.html:582:48014:48025 Reclamation Washington (state) -0.442548827459522287 +78400 cspg_html_8363357104 cspg_html_8363357104:633:79362:79380 Deadwood Williston Basin 0.75181374158941161 +78401 aapg_ah_90.html aapg_ah_90.html:83:13526:13549 Burro Canyon Colorado -0.50320646435848726 +78402 aapg_af_131.html aapg_af_131.html:65:7716:7722 Chinle Santa Rosa, California -0.00382181610432916728 +78403 aapg_aa_126.html aapg_aa_126.html:46:4133:4152 Franconia Wisconsin -0.0167658489119699126 +78404 gsa_html_7797980813 gsa_html_7797980813:834:57165:57170 Ascot Quebec City -0.494226535849717374 +78405 aapg_ac_807.html aapg_ac_807.html:481:48787:48805 Monmouth Maryland -0.438007065376213589 +78406 aapg_ae_884.html aapg_ae_884.html:215:29235:29254 Mesaverde Cheyenne, Wyoming 0.0156223882901486404 +78407 aapg_ac_90.html aapg_ac_90.html:151:23263:23280 Navajo Reno, Nevada -0.495035064466688546 +78408 aapg_ae_29.html aapg_ae_29.html:76:9465:9471 Pocono Plateau State -0.449703411954729404 +78409 aapg_aa_399.html aapg_aa_399.html:304:24636:24657 Peace River Clearwater, Florida -0.0573161111128158915 +78410 cspg_html_2175627313 cspg_html_2175627313:1040:93181:93189 Columbia Victoria, British Columbia -0.478990153256473372 +78411 cspg_html_6116883777 cspg_html_6116883777:618:81423:81445 Devon Island Devon Island -0.432382247831122113 +78412 aapg_ad_941.html aapg_ad_941.html:18:2521:2532 Peace River Lacombe, Alberta -0.447404197686881167 +78413 aapg_aa_124.html aapg_aa_124.html:749:78557:78574 Colorado Lacombe, Alberta -0.0500164465946093956 +78414 aapg_ae_62.html aapg_ae_62.html:417:32541:32556 Tyler Williston Basin -0.474618689462150911 +78415 cspg_html_3328007773 cspg_html_3328007773:826:89984:90000 Viking Lacombe, Alberta -0.0295834137389703287 +78416 aapg_ah_625.html aapg_ah_625.html:37:4361:4374 Blue Mountain Uinta Mountains -0.442548827459522287 +78417 cspg_html_4298557570 cspg_html_4298557570:9:852:869 Battle Edmonton, London -0.0250987813235815996 +78418 cspg_html_7595517955 cspg_html_7595517955:728:66934:66954 Bird Fiord District Council of Franklin Harbour 0.354771279244553539 +78419 aapg_af_2.html aapg_af_2.html:843:72030:72036 Denver Colorado -0.0667274131326903441 +78420 gsa_html_3936574180 gsa_html_3936574180:745:71756:71772 Wapiti Cheyenne, Wyoming -0.449418219565270449 +78421 aapg_ad_379.html aapg_ad_379.html:628:51587:51593 Carmel Boise, Idaho -0.460946527021081187 +78422 aapg_ah_644.html aapg_ah_644.html:235:27967:27984 Rierdon Williston Basin -0.406941931605251606 +78423 aapg_ai_49.html aapg_ai_49.html:255:30116:30132 Navajo Logan, Utah -0.490524761849640001 +78424 gsa_html_5865982995 gsa_html_5865982995:1150:123835:123842 Laramie Sweetwater, Miami-Dade County, Florida 0.00458619234778334748 +78425 cspg_html_7083999793 cspg_html_7083999793:27:3407:3412 Banff Victoria, British Columbia -0.16454919434340623 +78426 aapg_ae_473.html aapg_ae_473.html:284:26650:26657 Naheola Alabama -0.0317923859746223822 +78427 aapg_ac_986.html aapg_ac_986.html:399:46175:46184 Chugwater Closter, New Jersey 0.0221225317307476646 +78428 gsa_html_4191470130 gsa_html_4191470130:35:2694:2707 Santa Barbara California -0.458720680358492616 +78429 cspg_html_6514903151 cspg_html_6514903151:254:30192:30209 Cardium Lacombe, Alberta -0.437987106587424679 +78430 aapg_aa_736.html aapg_aa_736.html:158:14332:14351 Michigan Michigan -0.0341705352496151776 +78431 aapg_ac_617.html aapg_ac_617.html:84:10439:10457 Oakville Oakville, California -0.470188590895520009 +78432 aapg_af_614.html aapg_af_614.html:8:997:1016 Smackover Arkansas -0.00308350377484213492 +78433 cspg_html_2419618566 cspg_html_2419618566:614:83949:83954 Yukon Victoria, British Columbia -0.0198420227136738916 +78434 sedimentology_html_7072330279 sedimentology_html_7072330279:1514:71697:71704 Oceanic Arctic -0.0242746935922993796 +78435 aapg_af_789.html aapg_af_789.html:57:8193:8200 Narrows Bluefield, West Virginia -0.477714414009500876 +78436 aapg_ah_654.html aapg_ah_654.html:118:11883:11897 Gallatin DeLand, Florida 1.1294317345208984 +78437 aapg_aa_712.html aapg_aa_712.html:190:23770:23783 Starved Rock Platteville, Colorado -0.473157943062676001 +78438 jgeology_html_8406118991 jgeology_html_8406118991:125:10305:10313 Columbia Anchorage, Alaska -0.462644618431458876 +78439 gsa_html_1119256423 gsa_html_1119256423:563:50295:50309 Arikaree Sand Hills (Nebraska) -0.460964719996515115 +78440 aapg_ai_351.html aapg_ai_351.html:271:23531:23545 Woodford Oklahoma City -0.0563251653530414467 +78441 palaios_html_7739817341 palaios_html_7739817341:786:78975:78982 Yucatan Cozumel -0.0125432965018171631 +78442 jgeology_html_4115179562 jgeology_html_4115179562:1297:71926:71957 Unicoi Virginia -0.455252106655251121 +78443 cspg_html_2769629211 cspg_html_2769629211:6:592:613 Escarpment Hay River (Canada) -0.0237635726163751594 +78444 aapg_ah_647.html aapg_ah_647.html:212:21537:21543 Abrigo El Paso, Texas -0.4597920302667165 +78445 aapg_aa_131.html aapg_aa_131.html:128:13365:13385 Ellensburg South Prairie, Washington -0.439165406786194035 +78446 aapg_ad_44.html aapg_ad_44.html:231:22811:22821 Washington Marine Corps Base Quantico -0.0378805791019936056 +78447 aapg_ae_31.html aapg_ae_31.html:135:15825:15847 Moorefield Western world -0.470843746174451128 +78448 cspg_html_2175627313 cspg_html_2175627313:87:10621:10629 Columbia Victoria, British Columbia -0.0629890800218405461 +78449 aapg_aa_23.html aapg_aa_23.html:969:127091:127114 Interlake Manitoba -0.461171691164054931 +78450 sedimentology_html_6268265701 sedimentology_html_6268265701:1317:92876:92880 Hall London, Ontario -0.469024309212410007 +78451 aapg_af_97.html aapg_af_97.html:50:5183:5197 Kope Bloomington, Indiana -0.473903010792736112 +78452 cspg_html_8438548095 cspg_html_8438548095:331:33137:33145 Paskapoo Edmonton, London -0.00168159033485223096 +78453 gsa_html_3860045860 gsa_html_3860045860:1038:97244:97250 Oregon Manchester, New Hampshire -0.465744120990301047 +78454 aapg_ac_708.html aapg_ac_708.html:8:1192:1208 Elwren Putnam County, Florida -0.0173254356777415887 +78455 gsa_html_3445493534 gsa_html_3445493534:676:71320:71338 Monterey California -0.0261715541385612628 +78456 cspg_html_4392308496 cspg_html_4392308496:71:11967:11988 Bonaventure New Brunswick, New Jersey -0.44830973456876172 +78457 cspg_html_9361096527 cspg_html_9361096527:688:67148:67160 Judith River Canada -0.465558942626108085 +78458 aapg_af_509.html aapg_af_509.html:321:37186:37192 Denver Colorado -0.476033304431228654 +78459 aapg_ac_517.html aapg_ac_517.html:210:27864:27876 Medicine Hat Milk River, Alberta -0.0163765793969107044 +78460 aapg_ah_415.html aapg_ah_415.html:117:10629:10639 Bow Island Milk River, Alberta -0.0221051486888918687 +78461 aapg_ae_885.html aapg_ae_885.html:228:22638:22657 Toroweap Kaibab, Arizona 0.872319441635149628 +78462 aapg_aa_826.html aapg_aa_826.html:107:11712:11719 Matawan Raritan River -0.44961357796588941 +78463 aapg_ae_65.html aapg_ae_65.html:216:24697:24705 Frontier Cheyenne, Wyoming -0.465888175365361257 +78464 aapg_ai_553.html aapg_ai_553.html:39:4340:4346 Borden Texas -0.0142044328576254025 +78465 sedimentology_html_6346136313 sedimentology_html_6346136313:1443:92033:92065 Wingate Arizona -0.02390265150978289 +78466 aapg_ad_152.html aapg_ad_152.html:1775:229735:229753 Toroweap Kaibab, Arizona -0.424217090203684033 +78467 cspg_html_4626597050 cspg_html_4626597050:279:34276:34295 Dinwoody Cheyenne, Wyoming 0.925894183503814916 +78468 cspg_html_3008745251 cspg_html_3008745251:201:26703:26720 Monkman Victoria, British Columbia -0.47032647773667996 +78469 cspg_html_1124814558 cspg_html_1124814558:5:222:236 Colorado Lacombe, Alberta -0.057787211363986013 +78470 AMJC_html_6098427986 AMJC_html_6098427986:670:82016:82021 Crete Crete -0.490689465081328491 +78471 cspg_html_9343899465 cspg_html_9343899465:2178:199454:199467 Weatherall Banks Island -0.430026468312881383 +78472 aapg_ad_721.html aapg_ad_721.html:582:55548:55553 Queen Carlsbad, New Mexico -0.0142287598645039169 +78473 aapg_ai_140.html aapg_ai_140.html:191:23475:23483 Edmonton Redwater, Texas -0.478377564070346595 +78474 aapg_ad_943.html aapg_ad_943.html:192:21183:21196 Turner Valley Canada 0.00936896389642591539 +78475 gsa_html_8086754950 gsa_html_8086754950:415:41684:41692 Colorado Denver -0.027863464704799671 +78476 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12760:12785 Carmel Entrada Sandstone -0.0396629967137020131 +78477 cspg_html_5381643866 cspg_html_5381643866:20:2759:2767 Bullhead Victoria, British Columbia -0.0513063366802281665 +78478 cspg_html_5479700260 cspg_html_5479700260:70:8185:8210 Stony Mountain Bath, Somerset 1.08498208221313241 +78479 aapg_ae_206.html aapg_ae_206.html:222:25226:25238 Lissie Beaumont, Texas -0.0207284668430632625 +78480 aapg_aa_24.html aapg_aa_24.html:462:53803:53821 Lisburne Anchorage, Alaska -0.456518443898076276 +78481 palaios_html_8054385512 palaios_html_8054385512:378:36216:36228 Judith River Lacombe, Alberta -0.0233046208724774252 +78482 aapg_ae_324.html aapg_ae_324.html:227:23100:23111 Beekmantown Knoxville, Illinois -0.461046592969278191 +78483 aapg_aa_598.html aapg_aa_598.html:14:2129:2146 Thaynes Boise, Idaho -0.214463461698994551 +78484 gsa_html_4120839285 gsa_html_4120839285:1431:137187:137196 Flagstaff Colorado Plateau -0.0350961840937315667 +78485 palaios_html_1834763898 palaios_html_1834763898:342:41617:41651 Noonday Dolomite East Palo Alto, California -0.464569693827358687 +78486 gsa_html_2220556952 gsa_html_2220556952:1205:126395:126401 Reston Virginia -0.436850160261835319 +78487 aapg_ad_808.html aapg_ad_808.html:802:52355:52365 Twin Creek Middle East -0.00841341582163265128 +78488 gsa_html_5988984404 gsa_html_5988984404:764:55063:55091 Green River Colorado -0.0326639109248070408 +78489 aapg_ad_865.html aapg_ad_865.html:346:34549:34556 Hermosa Hermosa, Chicago -0.50044998043931721 +78490 aapg_ae_73.html aapg_ae_73.html:921:111921:111929 Colorado Colorado -0.0757815221536820849 +78491 AMJC_html_5471526645 AMJC_html_5471526645:103:17392:17400 Virginia North Carolina -0.508612392921665157 +78492 AMJC_html_3447844227 AMJC_html_3447844227:1020:94565:94571 Gurabo Puerto Rico -0.0259959408940027802 +78493 aapg_ac_241.html aapg_ac_241.html:57:7507:7524 Raritan Closter, New Jersey -0.482987267474293158 +78494 palaios_html_5600528347 palaios_html_5600528347:506:51075:51096 Green River Cheyenne, Wyoming -0.425371763818281734 +78495 aapg_ae_845.html aapg_ae_845.html:170:18720:18729 Mesaverde Colorado -0.00786789401885567251 +78496 aapg_ae_570.html aapg_ae_570.html:119:12285:12301 Salina Huntington, West Virginia 0.328061674352275068 +78497 cspg_html_6064089067 cspg_html_6064089067:7:478:486 Winnipeg Winnipeg -0.212362943242060731 +78498 aapg_ai_367.html aapg_ai_367.html:211:11917:11936 Domengine Western world -0.002921944296335324 +78499 aapg_ah_318.html aapg_ah_318.html:1932:178483:178489 Sierra Coahuila -0.437953842888147871 +78500 cspg_html_7378664643 cspg_html_7378664643:648:103166:103205 Leduc Canada -0.447189152172129289 +78501 gsa_html_1075724130 gsa_html_1075724130:688:58221:58249 Green River Iran -0.0152852690750857109 +78502 palaios_html_5334521487 palaios_html_5334521487:550:61018:61029 Bloomington Bloomington, Indiana -0.0307122011432018581 +78503 cspg_html_2418341010 cspg_html_2418341010:107:13314:13333 Stonewall Winnipeg 0.806217636650183422 +78504 aapg_af_3.html aapg_af_3.html:215:22560:22569 Snowflake Supai, Arizona -0.419723157415338222 +78505 aapg_ah_157.html aapg_ah_157.html:157:21105:21125 Eau Claire Wisconsin -0.184467811871512427 +78506 aapg_ad_653.html aapg_ad_653.html:334:41007:41022 Herschel Island Anchorage, Alaska -0.449755070503296051 +78507 aapg_ac_602.html aapg_ac_602.html:80:6408:6430 Bonanza Providence Mountains State Recreation Area -0.46878567237532498 +78508 jgeology_html_1103778655 jgeology_html_1103778655:684:45593:45607 Monterey California -0.452909542628234352 +78509 aapg_ah_696.html aapg_ah_696.html:386:55404:55414 Washington Richland, Washington -0.499460251131451871 +78510 aapg_ai_66.html aapg_ai_66.html:13:1928:1948 Mesaverde Colorado -2.08461351353560743e-05 +78511 aapg_af_90.html aapg_af_90.html:37:6126:6142 Noonday Dolomite Reno, Nevada -0.450649451770273157 +78512 aapg_ai_514.html aapg_ai_514.html:16:2671:2686 Salt Lake Logan, Utah -0.455197874748240694 +78513 geology_html_4781601757 geology_html_4781601757:100:9430:9441 San Jacinto Lake Elsinore, California -0.035868779002919772 +78514 aapg_aa_232.html aapg_aa_232.html:247:27178:27198 Duck Creek Texas -0.400279911886047501 +78515 geology_html_2350878941 geology_html_2350878941:257:20627:20648 Green River Colorado 1.01020336575582181 +78516 aapg_ac_235.html aapg_ac_235.html:124:13173:13191 Morrison Black Hills 1.06287388700407215 +78517 palaios_html_8713445937 palaios_html_8713445937:427:58019:58023 Rome Adriatic Sea 0.0178468027380988617 +78518 aapg_ah_446.html aapg_ah_446.html:307:40459:40466 Temblor Monterey, California -0.395122743457599179 +78519 cspg_html_7985076717 cspg_html_7985076717:60:6233:6246 Baumann Fiord Little Cornwallis Island -0.465705253187009671 +78520 aapg_ac_869.html aapg_ac_869.html:373:37746:37755 San Diego California -0.461128473443845555 +78521 aapg_af_636.html aapg_af_636.html:256:30017:30028 Dutch Creek Illinois -0.489885075161781369 +78522 geology_html_1574115242 geology_html_1574115242:256:23091:23107 Colton Logan, Utah -0.242205661477333634 +78523 aapg_af_830.html aapg_af_830.html:498:57826:57834 Woodbine Lewisville, Texas -0.461947691336281385 +78524 AMJC_html_6759408618 AMJC_html_6759408618:460:45710:45714 Wise West Branch Susquehanna River -0.441437455474761709 +78525 gsa_html_4842463190 gsa_html_4842463190:13:630:638 Colorado Denver -0.437049524484892205 +78526 aapg_ac_451.html aapg_ac_451.html:572:60707:60741 Talkeetna Cook Inlet 1.0644525171454482 +78527 gsa_html_8030464622 gsa_html_8030464622:116:11996:12005 Red River Red River of the North 0.0343271244697756148 +78528 aapg_ae_667.html aapg_ae_667.html:467:56462:56468 Denver Colorado -0.44497889773871091 +78529 aapg_af_788.html aapg_af_788.html:352:28798:28806 Traverse Antrim, County Antrim -0.427689691071663991 +78530 aapg_ad_802.html aapg_ad_802.html:53:6327:6337 Tuscaloosa Tuscaloosa, Alabama 0.0353189084097699293 +78531 geology_html_6002239825 geology_html_6002239825:304:26314:26318 Bell North Atlantic Current 0.0260098507762994979 +78532 cspg_html_4202029418 cspg_html_4202029418:14:1840:1856 Bjorne Melville, New York -0.0396508111021446064 +78533 cspg_html_3076059179 cspg_html_3076059179:9:710:718 Columbia Victoria, British Columbia -0.467889067103673728 +78534 gsa_html_2832151886 gsa_html_2832151886:595:52539:52562 Belle Fourche Victoria, British Columbia -0.0213281445923519004 +78535 aapg_aa_306.html aapg_aa_306.html:109:11496:11510 Lyre Washington (state) -0.471349814541787038 +78536 cspg_html_9735723617 cspg_html_9735723617:294:37267:37287 Weatherall Melville Island (Canada) -0.450586501765938174 +78537 aapg_aa_232.html aapg_aa_232.html:279:31583:31603 Duck Creek Texas -0.479073721727517277 +78538 aapg_ah_972.html aapg_ah_972.html:76:6921:6936 Yegua Texas 0.0192858436914013637 +78539 cspg_html_7281679890 cspg_html_7281679890:251:40919:40938 Kindle Virginia -0.474918987556243288 +78540 aapg_ac_923.html aapg_ac_923.html:381:41228:41233 Atoka Atoka, Oklahoma -0.0457474052838692941 +78541 aapg_ad_800.html aapg_ad_800.html:136:15904:15913 Demopolis Texas -0.453292784807282967 +78542 aapg_ad_596.html aapg_ad_596.html:51:7704:7716 Saskatchewan Lacombe, Alberta 0.0559588317688752696 +78543 geology_html_9304361956 geology_html_9304361956:15:719:725 Provo Pannonia -0.0407197231755146508 +78544 aapg_aa_371.html aapg_aa_371.html:194:16432:16441 Conemaugh Monongahela, Pennsylvania -0.485238274937032199 +78545 cspg_html_8509913074 cspg_html_8509913074:107:16612:16628 Salina Guelph 0.622320759259749945 +78546 sedimentology_html_1679652964 sedimentology_html_1679652964:574:38891:38897 Brazil San Francisco -0.0246571760456421665 +78547 gsa_html_7890977910 gsa_html_7890977910:411:44179:44197 Sheepbed Svalbard -0.436929900849743147 +78548 aapg_ac_187.html aapg_ac_187.html:4115:396498:396517 Sassenach Lacombe, Alberta -0.0315036314272049284 +78549 cspg_html_2973952956 cspg_html_2973952956:371:34273:34290 Montney Victoria, British Columbia 0.000416922734646836166 +78550 gsa_html_4965235078 gsa_html_4965235078:168:20733:20741 Scotland Siberia -0.0432358146258081874 +78551 gsa_html_7875871937 gsa_html_7875871937:601:56917:56923 Denver Williston, Vermont -0.435838488044850259 +78552 aapg_ae_777.html aapg_ae_777.html:638:73605:73629 Espiritu Santo Sangre de Cristo Range -0.443701699352459789 +78553 aapg_ah_827.html aapg_ah_827.html:182:26713:26720 Katalla Cooper River (South Carolina) -0.0899586535808765825 +78554 aapg_ad_821.html aapg_ad_821.html:383:28435:28453 Gallatin Gallatin, Tennessee -0.480191064487370922 +78555 cspg_html_9683836416 cspg_html_9683836416:64:11504:11515 Belly River Lacombe, Alberta -0.446029671493266278 +78556 palaios_html_7465495929 palaios_html_7465495929:84:10836:10853 La Luna South America -0.0400668715535646355 +78557 aapg_ad_269.html aapg_ad_269.html:307:32614:32624 Washington White River (Washington) -0.0233046208724774252 +78558 aapg_ae_474.html aapg_ae_474.html:92:8579:8595 Bethel Bethel, Alaska -0.41037267493426699 +78559 aapg_af_162.html aapg_af_162.html:240:21592:21612 Brownstown Austin, Chicago -0.0480785377707896866 +78560 sedimentology_html_3599980060 sedimentology_html_3599980060:1646:74562:74568 Banner Hanson, Massachusetts -0.428789280868512646 +78561 aapg_ai_28.html aapg_ai_28.html:851:81866:81886 Citronelle Texas -0.469051848391689397 +78562 aapg_af_128.html aapg_af_128.html:486:43607:43613 Casper Colorado 0.667521978435282826 +78563 aapg_ai_846.html aapg_ai_846.html:47:5377:5395 Prairie Gulfport, Mississippi -0.449871874526764137 +78564 cspg_html_3962754176 cspg_html_3962754176:633:71771:71790 Athabasca Lacombe, Alberta -0.472528705500211532 +78565 aapg_ae_564.html aapg_ae_564.html:172:16577:16586 Extension Anchorage, Alaska -0.0269348882327513015 +78566 aapg_ad_37.html aapg_ad_37.html:98:10066:10074 Saratoga Matagorda County, Texas -0.0538170462628818486 +78567 palaios_html_2128779739 palaios_html_2128779739:130:13447:13461 Beaufort South Africa -0.457514673015389395 +78568 aapg_ai_477.html aapg_ai_477.html:119:12954:12975 Nelson Liard River, British Columbia -0.441553207562292771 +78569 aapg_af_786.html aapg_af_786.html:348:28643:28655 Moreno California 0.0292529711659564734 +78570 cspg_html_5976982403 cspg_html_5976982403:120:16872:16887 Siyeh Purcell Mountains -0.492640099962427858 +78571 gsa_html_8003826422 gsa_html_8003826422:418:44929:44941 Owens Valley California -0.461390086357821749 +78572 aapg_af_701.html aapg_af_701.html:37:4312:4346 Onondaga Huntington, West Virginia -0.469120700106755939 +78573 jgeology_html_1063161201 jgeology_html_1063161201:1325:85411:85417 Provo Alps -0.0431086870877795889 +78574 gsa_html_2877730818 gsa_html_2877730818:319:32757:32781 Crystal Spring Death Valley -0.0750271415494280641 +78575 gsa_html_2927312038 gsa_html_2927312038:593:46575:46583 Scotland Ballantrae -0.506576234057938057 +78576 aapg_ai_28.html aapg_ai_28.html:35:3217:3233 Reynosa Beaumont, Texas -0.472943536588278923 +78577 AMJC_html_9709478395 AMJC_html_9709478395:938:84383:84401 Monterey California -0.00472517057507792094 +78578 cspg_html_8811137053 cspg_html_8811137053:6:258:270 Cardium Red Deer, Alberta -0.0123347923931489897 +78579 cspg_html_1893593837 cspg_html_1893593837:195:16232:16257 Red Head Rapids Churchill River (Atlantic) -0.479561365364802261 +78580 aapg_ai_28.html aapg_ai_28.html:776:73649:73657 Oakville Beaumont, Texas -0.162236990753572452 +78581 aapg_ah_181.html aapg_ah_181.html:129:15275:15281 Navajo Kayenta, Arizona -0.51090909867131673 +78582 aapg_ad_110.html aapg_ad_110.html:61:7541:7557 Amsden Mississippian culture -0.0292651452152505043 +78583 aapg_ae_884.html aapg_ae_884.html:199:26727:26736 Greenhorn Black Hills 0.677204810425512949 +78584 aapg_af_305.html aapg_af_305.html:126:12964:12971 Rodessa Woods County, Oklahoma 0.00130635878656701733 +78585 palaios_html_5154213549 palaios_html_5154213549:295:41833:41856 Matemateaonga Taranaki Region 0.0329805289898998238 +78586 aapg_ac_654.html aapg_ac_654.html:16:1818:1832 Camillus Syracuse, New York -0.0204677435827045166 +78587 aapg_ac_720.html aapg_ac_720.html:225:25418:25427 New Egypt Vincentown, New Jersey -0.494543235417533422 +78588 cspg_html_9234101474 cspg_html_9234101474:265:30893:30899 Wapiti Lacombe, Alberta -0.427768661147865492 +78589 aapg_ae_10.html aapg_ae_10.html:23:4008:4019 Bonham Clay Durham, North Carolina -0.499331862498102852 +78590 aapg_ah_645.html aapg_ah_645.html:706:76160:76181 Bear River Mansfield -0.0508949420504662894 +78591 aapg_ac_91.html aapg_ac_91.html:590:48023:48038 Banff Lacombe, Alberta -0.409476738360670667 +78592 aapg_ad_999.html aapg_ad_999.html:113:11592:11614 Winnipegosis Lacombe, Alberta 0.00689674130686037615 +78593 aapg_ai_148.html aapg_ai_148.html:577:59754:59766 Saskatchewan Lacombe, Alberta -0.0322951140020652852 +78594 aapg_af_625.html aapg_af_625.html:607:62623:62629 Salina Lockport (city), New York -0.410536443540969742 +78595 palaios_html_6944542452 palaios_html_6944542452:34:3012:3045 Morrison Cheyenne, Wyoming -0.0248379892514390653 +78596 gsa_html_1419461902 gsa_html_1419461902:936:80280:80289 Rose Hill Mifflintown, Pennsylvania 0.328577011373829386 +78597 palaios_html_4356021700 palaios_html_4356021700:689:59638:59656 Dunvegan Canada -0.452055720301517416 +78598 aapg_aa_844.html aapg_aa_844.html:121:12497:12522 Venango Warren County, Ohio -0.0776583441323688423 +78599 aapg_ai_996.html aapg_ai_996.html:1394:64677:64685 Woodbine Closter, New Jersey -0.00998573864189263374 +78600 aapg_ad_3.html aapg_ad_3.html:47:4730:4734 Rome Knoxville, Tennessee 0.331173038767920869 +78601 aapg_ai_459.html aapg_ai_459.html:328:34587:34610 Whitehorse Grady County, Georgia -0.45099125631104503 +78602 AMJC_html_2829615437 AMJC_html_2829615437:120:18422:18439 Greene Washington (state) -0.472501057082917231 +78603 cspg_html_1009749092 cspg_html_1009749092:6:187:203 Horseshoe Canyon Lacombe, Alberta 0.943179931295658691 +78604 aapg_aa_415.html aapg_aa_415.html:32:5357:5365 Woodbine Buda, Texas -0.449575401198261781 +78605 cspg_html_8040890019 cspg_html_8040890019:869:83570:83586 Viking Lacombe, Alberta 1.06973976582786934 +78606 aapg_af_988.html aapg_af_988.html:117:13960:13988 Smackover Alabama -0.253536741129955834 +78607 palaios_html_7928599019 palaios_html_7928599019:362:34350:34359 Eel River Northern California -0.0197377379215514133 +78608 aapg_af_929.html aapg_af_929.html:149:14974:14980 Oswego Bartlesville, Oklahoma -0.487631194234456278 +78609 aapg_af_502.html aapg_af_502.html:780:90424:90443 Smackover Shreveport, Louisiana -0.455028421021904994 +78610 aapg_ah_337.html aapg_ah_337.html:343:42147:42153 Laredo Brazos River -0.399386590966374855 +78611 aapg_ah_158.html aapg_ah_158.html:343:44937:44941 Hall Richmond, California -0.000521153440822292734 +78612 aapg_ac_867.html aapg_ac_867.html:828:107407:107432 Weber Colorado -0.425450542305663815 +78613 geology_html_5880276793 geology_html_5880276793:237:24307:24313 Oregon Newberry, South Carolina -0.488743302412917968 +78614 aapg_ae_473.html aapg_ae_473.html:82:7208:7221 Cotton Valley Alabama -0.431080339422081793 +78615 gsa_html_6441142238 gsa_html_6441142238:94:9381:9399 Glenwood Decorah, Iowa -0.0269348882327513015 +78616 aapg_ae_306.html aapg_ae_306.html:1545:156821:156840 La Quinta Venezuela -0.462877048614286357 +78617 palaios_html_3022467877 palaios_html_3022467877:42:4564:4572 Navesink Closter, New Jersey -0.0100934580634963432 +78618 gsa_html_2145963783 gsa_html_2145963783:38:2680:2686 Antler Sonoma, California -0.465616092314337648 +78619 cspg_html_3618628685 cspg_html_3618628685:443:50195:50214 Lea Park Lacombe, Alberta -0.482150482079643117 +78620 palaios_html_9133125241 palaios_html_9133125241:372:44925:44929 Kope Lexington, Kentucky -0.461026124022890449 +78621 cspg_html_8525917094 cspg_html_8525917094:5:221:236 Swift Southern Alberta -0.0250709632878346432 +78622 aapg_ac_334.html aapg_ac_334.html:386:40926:40934 Scotland Bridgetown, Nova Scotia -0.0462769907326050153 +78623 palaios_html_2107285962 palaios_html_2107285962:661:73198:73212 Kope Cincinnati -0.488912357297633382 +78624 aapg_af_614.html aapg_af_614.html:73:6012:6031 Morehouse Monroe, Michigan -0.498177249769521491 +78625 cspg_html_9735723617 cspg_html_9735723617:174:22193:22213 Weatherall Melville Island (Canada) -0.443782030321690002 +78626 gsa_html_4339524478 gsa_html_4339524478:793:78441:78457 Hurwal Boise, Idaho -0.0395063257526605052 +78627 palaios_html_9814494978 palaios_html_9814494978:108:14561:14589 Nassau Hobart, Indiana -0.468255854243320946 +78628 sedimentology_html_9522643663 sedimentology_html_9522643663:209:20452:20469 Entrada Carmel, Indiana -0.00771674737466516297 +78629 gsa_html_5924250698 gsa_html_5924250698:806:76413:76421 Colorado Tulsa, Oklahoma -0.475991665297052891 +78630 aapg_ai_581.html aapg_ai_581.html:69:6706:6712 Dakota Fall River, Nova Scotia -0.444945382159606273 +78631 jgeology_html_4305195651 jgeology_html_4305195651:1006:96434:96452 Catskill Hyner View State Park -0.418594786961453691 +78632 aapg_ae_454.html aapg_ae_454.html:125:10084:10101 Bossier Arkansas 0.36773898340305522 +78633 gsa_html_2877093757 gsa_html_2877093757:760:82265:82271 Denver Flint, Michigan -0.0762033948263500932 +78634 geology_html_9669517688 geology_html_9669517688:11:537:549 Rhode Island Newport, Rhode Island -0.0650501069612166166 +78635 aapg_af_575.html aapg_af_575.html:214:29712:29720 Eminence Missouri River -0.0271922402503122773 +78636 aapg_ad_269.html aapg_ad_269.html:307:32588:32599 White River Washington (state) -0.459639875047440249 +78637 aapg_ac_93.html aapg_ac_93.html:3:351:379 Smackover Shreveport, Louisiana -0.0273313514332929886 +78638 aapg_ad_892.html aapg_ad_892.html:1408:121065:121074 Red Bluff Carnarvon, Western Australia -0.44751173936929356 +78639 aapg_ah_217.html aapg_ah_217.html:198:23867:23874 Bedford Bloomington, Indiana -0.00782446102673750588 +78640 cspg_html_7434089303 cspg_html_7434089303:220:27844:27863 Red River Cheyenne, Wyoming -0.424584335389619316 +78641 aapg_ac_688.html aapg_ac_688.html:237:21932:21953 Green River Logan, Utah -0.0805029735165471438 +78642 geology_html_7000342533 geology_html_7000342533:17:918:938 Richardson Mountains Arctic Cordillera -0.399819294476285336 +78643 jgeology_html_8482613713 jgeology_html_8482613713:809:75275:75288 Santa Barbara California -0.0152261868031426748 +78644 gsa_html_4067767548 gsa_html_4067767548:13:488:496 Colorado Denver -0.454089094007790295 +78645 cspg_html_3129231627 cspg_html_3129231627:73:10223:10246 Eleanor River Little Cornwallis Island -0.451787799117909672 +78646 gsa_html_3936574180 gsa_html_3936574180:745:71777:71802 Trout Peak Trachyandesite Cheyenne, Wyoming -0.476061064960921709 +78647 cspg_html_5000772122 cspg_html_5000772122:39:7070:7082 Fernie Canada -0.478939087605926406 +78648 gsa_html_5107598462 gsa_html_5107598462:445:40405:40419 Salina Lackawanna County, Pennsylvania -0.480367741483547772 +78649 palaios_html_5170998264 palaios_html_5170998264:627:65786:65804 Imperial California 0.0110142983881543668 +78650 aapg_ad_169.html aapg_ad_169.html:53:6701:6709 Virginia McDowell County, West Virginia -0.480602591853576067 +78651 aapg_ae_884.html aapg_ae_884.html:237:31712:31725 Bearpaw Colorado 0.0173219599396432673 +78652 aapg_ah_669.html aapg_ah_669.html:39:4161:4178 Hermosa Colorado -0.0657244649110479556 +78653 aapg_ae_233.html aapg_ae_233.html:20:3097:3102 Eutaw Cusseta, Alabama -0.00652496303282925402 +78654 gsa_html_4308966435 gsa_html_4308966435:1214:120154:120160 Denver Logan, Utah -0.483047901936257684 +78655 AMJC_html_9757715503 AMJC_html_9757715503:420:44233:44256 Cararra Vienna -0.496915172747898759 +78656 aapg_ac_22.html aapg_ac_22.html:85:9247:9267 Smackover Paluxy, Texas -0.40029270981764864 +78657 aapg_aa_544.html aapg_aa_544.html:388:51927:51936 Mesaverde White River (Washington) -0.424584335389619316 +78658 palaios_html_6353470714 palaios_html_6353470714:19:1134:1152 Willwood Cheyenne, Wyoming -0.473746101631411953 +78659 jgeology_html_5792739316 jgeology_html_5792739316:798:51375:51397 Carrizo Texas -0.488747997928766997 +78660 aapg_af_348.html aapg_af_348.html:360:40584:40615 Springhill Cullen, Moray -0.44645479356367046 +78661 aapg_aa_395.html aapg_aa_395.html:23:3543:3550 Redwood Germany -0.0683632649001538473 +78662 cspg_html_7971908357 cspg_html_7971908357:11:1294:1323 Kishenehn Victoria, British Columbia 0.337021808335072282 +78663 aapg_ae_474.html aapg_ae_474.html:1270:135075:135081 Bethel Bethel, Alaska -0.503880280715721773 +78664 cspg_html_5345848475 cspg_html_5345848475:56:8156:8173 Carlile Regina, Saskatchewan 0.793849187746191842 +78665 aapg_ah_255.html aapg_ah_255.html:410:52040:52046 Kodiak Anchorage, Alaska 0.89995526516052804 +78666 aapg_aa_745.html aapg_aa_745.html:404:47004:47017 Brushy Canyon New Mexico -0.443344757382833909 +78667 sedimentology_html_3490195740 sedimentology_html_3490195740:78:8548:8555 Selkirk Williston Basin -0.470365549607814404 +78668 cspg_html_6249234253 cspg_html_6249234253:1141:116887:116913 Phosphoria New Mexico -0.0180066911955107829 +78669 geology_html_9087790231 geology_html_9087790231:11:547:557 Las Cruces New Mexico -0.0194666001171388929 +78670 cspg_html_8556552074 cspg_html_8556552074:17:1361:1367 Ashern Regina, Saskatchewan -0.441397390812390766 +78671 aapg_ai_365.html aapg_ai_365.html:310:45985:45995 Pottsville Brentwood, Essex -0.475085351012185853 +78672 gsa_html_3860045860 gsa_html_3860045860:175:20058:20064 Eugene Salem, Oregon -0.440965692630365336 +78673 cspg_html_8089302449 cspg_html_8089302449:367:64182:64204 Winnipegosis Manitoba -0.921185953181262063 +78674 aapg_ac_965.html aapg_ac_965.html:734:79805:79812 Manlius Hudson Valley -0.026183725432627869 +78675 gsa_html_4446967287 gsa_html_4446967287:951:84199:84204 Logan Selkirk Mountains 0.00644852294082285706 +78676 cspg_html_2882882278 cspg_html_2882882278:49:9066:9084 Mowitch Belcourt, North Dakota -0.471382028770717776 +78677 aapg_ah_157.html aapg_ah_157.html:289:41323:41339 Warsaw Kentucky -0.410566614408173991 +78678 aapg_ah_391.html aapg_ah_391.html:78:7733:7742 Coldwater California -0.487631194234456278 +78679 aapg_af_854.html aapg_af_854.html:1285:183620:183639 Mansfield Bloomington, Indiana -0.500364284453183039 +78680 cspg_html_1025724640 cspg_html_1025724640:36:5577:5595 Beekmantown Ontario, California -0.067204487252142675 +78681 aapg_aa_415.html aapg_aa_415.html:116:16250:16263 Woodbine Lamar County, Texas 0.319564291178508708 +78682 aapg_ah_60.html aapg_ah_60.html:244:23600:23619 Kulthieth Malaspina Glacier -0.44255997020698512 +78683 aapg_ae_63.html aapg_ae_63.html:95:10752:10769 Laketown Dolomite Logan, Utah -0.233883608084619443 +78684 aapg_aa_463.html aapg_aa_463.html:91:17666:17689 Smackover Metro Manila -0.403700615857729095 +78685 aapg_af_143.html aapg_af_143.html:890:88364:88383 Knoxville Knoxville, Illinois -0.464677018533185382 +78686 aapg_af_579.html aapg_af_579.html:232:25957:25982 Junction Creek Entrada Sandstone -0.475397368106546647 +78687 gsa_html_6117440194 gsa_html_6117440194:559:57999:58017 Wasatch Fort Union Trading Post National Historic Site -0.483173848714512189 +78688 cspg_html_2863271815 cspg_html_2863271815:486:57533:57549 B Evaporite Salina, Kansas -0.020415599374651202 +78689 palaios_html_1369959458 palaios_html_1369959458:954:70259:70276 La Luna Colombia -0.193316178237254999 +78690 cspg_html_4636216007 cspg_html_4636216007:432:44387:44406 Hecla Bay Bathurst Island (Northern Territory) 0.380300456809799237 +78691 aapg_af_2.html aapg_af_2.html:736:67222:67230 Colorado San Miguel County, New Mexico -0.0957149297089566198 +78692 aapg_aa_261.html aapg_aa_261.html:229:28705:28731 Lisburne Lisburne Peninsula -0.477575355931223244 +78693 cspg_html_6193252551 cspg_html_6193252551:392:47309:47344 West Point Canada -0.470510360514459824 +78694 gsa_html_2877093757 gsa_html_2877093757:760:82273:82281 Colorado Flint, Michigan 0.00517685152155035466 +78695 aapg_ae_69.html aapg_ae_69.html:296:31596:31607 Green River Wasatch Range -0.0188200559458422435 +78696 cspg_html_6860334425 cspg_html_6860334425:9:1046:1057 Nisku Jasper National Park -0.472604743150075168 +78697 cspg_html_9236194363 cspg_html_9236194363:6:289:321 Waterways Lacombe, Alberta -0.454052985518192231 +78698 aapg_ac_187.html aapg_ac_187.html:2926:301050:301070 Lane Mexico -0.478377564070346595 +78699 aapg_ai_94.html aapg_ai_94.html:273:38207:38217 Las Cruces Trinidad and Tobago -0.0304826089875597575 +78700 aapg_aa_457.html aapg_aa_457.html:80:14282:14291 Smackover Haynesville, Louisiana -0.0453676577142844081 +78701 cspg_html_4624186528 cspg_html_4624186528:192:22677:22685 Columbia Victoria, British Columbia -0.484310536940914471 +78702 aapg_ac_702.html aapg_ac_702.html:229:23917:23923 Hertha Missouri River -0.0155250750483416668 +78703 aapg_ah_116.html aapg_ah_116.html:361:30717:30737 Bloomsburg Pennsylvania -0.455252106655251121 +78704 aapg_ae_454.html aapg_ae_454.html:518:46672:46689 Hosston Shreveport, Louisiana -0.418516567191767941 +78705 cspg_html_9023649778 cspg_html_9023649778:456:48133:48143 Fort Worth Lacombe, Alberta -0.484920347334282464 +78706 gsa_html_3412344071 gsa_html_3412344071:660:59136:59153 Nansen North Sea oil -0.0138430056451466221 +78707 aapg_aa_563.html aapg_aa_563.html:60:8228:8236 Woodbine Texas -0.00639293020944086028 +78708 cspg_html_9177794814 cspg_html_9177794814:114:13826:13842 Alapah Anchorage, Alaska -0.0405821853026711934 +78709 gsa_html_5952049575 gsa_html_5952049575:824:80269:80280 Green River Uinta Mountains -0.0187574882731168305 +78710 cspg_html_9613527162 cspg_html_9613527162:172:23792:23807 Banff Moose Mountain (Alberta) 0.974924062471171693 +78711 aapg_af_366.html aapg_af_366.html:3:300:314 Lisburne Anchorage, Alaska -0.460410000722277057 +78712 aapg_ae_984.html aapg_ae_984.html:391:37685:37693 Carlsbad Carlsbad, New Mexico -0.441397390812390766 +78713 cspg_html_6140605204 cspg_html_6140605204:29:4735:4743 Kootenay Moose Mountain (Alberta) -0.0307122011432018581 +78714 aapg_ac_116.html aapg_ac_116.html:52:12104:12121 Livingstone Western world -0.462166276497962936 +78715 aapg_ai_275.html aapg_ai_275.html:267:28528:28535 Norfolk Newport, Rhode Island 0.0241495195679644788 +78716 gsa_html_6330913937 gsa_html_6330913937:1097:100284:100289 Logan Southern California -0.465641239344597002 +78717 geology_html_2384062478 geology_html_2384062478:282:27148:27154 Auburn Pottsville, Pennsylvania -0.0400999482749248432 +78718 cspg_html_8145657505 cspg_html_8145657505:6:275:295 Swan Hills Lacombe, Alberta 0.495593449081853321 +78719 cspg_html_1450375831 cspg_html_1450375831:18:2243:2261 Winnipeg Middle Ordovician 0.206428570915979687 +78720 AMJC_html_6430804426 AMJC_html_6430804426:758:61576:61582 Sierra Mexico -0.473718414704639712 +78721 aapg_ai_488.html aapg_ai_488.html:13:1682:1703 Bear River Aspen, Colorado -0.442575570278969321 +78722 aapg_af_4.html aapg_af_4.html:44:5151:5156 Vaqueros Monterey, California 0.00346047674040686785 +78723 gsa_html_8010927234 gsa_html_8010927234:135:7335:7363 Frontenac Connecticut River Valley -0.514049157541967894 +78724 aapg_ae_272.html aapg_ae_272.html:761:74339:74343 Home Austin, Chicago -0.0657297063436802775 +78725 cspg_html_6927586285 cspg_html_6927586285:35:5138:5146 Columbia Victoria, British Columbia -0.0132991361893864783 +78726 cspg_html_1934220426 cspg_html_1934220426:68:8396:8409 Lone Mountain Western world -0.0700275766104342806 +78727 aapg_aa_775.html aapg_aa_775.html:58:5077:5084 Perdido Mississippi River -0.0580629079805682485 +78728 aapg_af_799.html aapg_af_799.html:317:22374:22385 Tejon Coalinga, California 0.00505698208442019893 +78729 aapg_aa_147.html aapg_aa_147.html:291:35618:35626 Deadwood Winnipeg 0.781883729795425642 +78730 cspg_html_6024623535 cspg_html_6024623535:31:4289:4297 Cochrane Calgary -0.0392835092525669338 +78731 aapg_ae_73.html aapg_ae_73.html:510:68495:68513 Vermejo Trinidad and Tobago -0.491445156732988053 +78732 geology_html_5260376533 geology_html_5260376533:12:484:492 Colorado Denver -0.457068497754203162 +78733 aapg_ae_960.html aapg_ae_960.html:99:11951:11964 Madison Kinderhook (town), New York -0.415087607507273693 +78734 jgeology_html_9629010327 jgeology_html_9629010327:324:24092:24098 Sierra Reno, Nevada -0.0256047308874097386 +78735 cspg_html_6306091047 cspg_html_6306091047:649:89805:89825 Baldonnel Victoria, British Columbia -0.459887424332023564 +78736 cspg_html_5017240192 cspg_html_5017240192:532:51435:51473 Mission Canyon Manitoba -0.448282824521055501 +78737 cspg_html_6140605204 cspg_html_6140605204:61:10077:10103 Kootenay Kootenay River -0.453495743339231705 +78738 gsa_html_6117440194 gsa_html_6117440194:278:28575:28595 Fort Union Williston Basin -0.466759861116235797 +78739 aapg_ah_96.html aapg_ah_96.html:466:54227:54241 Stony Mountain Williston, Vermont -0.424604013210978404 +78740 cspg_html_5484260516 cspg_html_5484260516:941:72789:72797 Columbia Victoria, British Columbia -0.00920738787404935463 +78741 palaios_html_3028956190 palaios_html_3028956190:517:59358:59372 Kope Netherlands -0.471639785200352879 +78742 aapg_ad_648.html aapg_ad_648.html:11:1453:1471 Niobrara Denver -0.795606274523223078 +78743 sedimentology_html_1574151857 sedimentology_html_1574151857:62:5251:5261 Washington Salem, Oregon -0.43347626990885002 +78744 aapg_ae_118.html aapg_ae_118.html:775:73591:73595 Wise Cheyenne, Wyoming -0.0450523758854702583 +78745 aapg_ai_334.html aapg_ai_334.html:103:11809:11816 Chochal Guatemala -0.466769017228648164 +78746 aapg_ac_983.html aapg_ac_983.html:388:61000:61014 Iola Plattsburg, Missouri -0.496955472947784638 +78747 gsa_html_6468824976 gsa_html_6468824976:619:51403:51431 Green River Iran -0.0185906420956017636 +78748 gsa_html_1347484649 gsa_html_1347484649:271:23910:23938 Green River Iran 0.975887592515424784 +78749 cspg_html_4293350162 cspg_html_4293350162:523:55919:55929 Mount Head Carnarvon, Western Australia -0.447117481542723516 +78750 cspg_html_8139359744 cspg_html_8139359744:48:8801:8819 Grimsby Niagara Peninsula -0.0460783921822131154 +78751 aapg_af_351.html aapg_af_351.html:74:9845:9864 Kialagvik Cook Inlet -0.464473797617463435 +78752 cspg_html_9771826320 cspg_html_9771826320:165:26857:26873 Kanguk Bylot Island Migratory Bird Sanctuary 0.991818733138421282 +78753 cspg_html_5345848475 cspg_html_5345848475:909:93766:93783 Cardium Lacombe, Alberta -0.0047772874723063536 +78754 aapg_ac_846.html aapg_ac_846.html:334:45528:45536 Traverse Missouri River -0.0128247793458777584 +78755 cspg_html_3883962749 cspg_html_3883962749:435:50227:50240 Mountain Park Lacombe, Alberta -0.449755070503296051 +78756 jgeology_html_8088445472 jgeology_html_8088445472:143:8408:8417 Schoharie Cherry Valley, Illinois -0.457691392417615917 +78757 aapg_af_854.html aapg_af_854.html:985:139009:139031 Paint Creek Todd County, Minnesota -0.430092438352523254 +78758 aapg_aa_507.html aapg_aa_507.html:63:7727:7733 Winona Mississippi River 0.753586594259211817 +78759 aapg_ai_959.html aapg_ai_959.html:49:5562:5573 Midway Bastrop, Texas -0.00486067457957646467 +78760 aapg_ai_688.html aapg_ai_688.html:334:36158:36177 Greenfield Dolomite Ohio -0.484135384227082133 +78761 aapg_ai_518.html aapg_ai_518.html:111:14094:14113 Leadville Animas River -0.483015252079283031 +78762 gsa_html_1741354143 gsa_html_1741354143:90:8281:8289 Scotland Eastern Settlement -0.0510291657486304576 +78763 cspg_html_4176605708 cspg_html_4176605708:80:10374:10390 Favel Regina, Saskatchewan 0.938889218079033694 +78764 AMJC_html_8047479732 AMJC_html_8047479732:524:60558:60563 Crete Middle East -0.450586501765938174 +78765 cspg_html_3065473572 cspg_html_3065473572:335:41830:41847 Romaine Anticosti Island -0.0573440272234611997 +78766 aapg_af_397.html aapg_af_397.html:238:29617:29624 Entrada Entrada Sandstone -0.0575289744471569053 +78767 palaios_html_9973267562 palaios_html_9973267562:83:12957:12984 Kope Netherlands -0.0520455103452094406 +78768 cspg_html_2049168857 cspg_html_2049168857:430:41764:41772 Columbia Lacombe, Alberta 0.00359250443945134234 +78769 gsa_html_9008782516 gsa_html_9008782516:1044:77791:77797 Brazil Mato Grosso do Sul -0.0303573786993141213 +78770 cspg_html_5955028331 cspg_html_5955028331:712:71598:71614 Viking Lacombe, Alberta -0.457068497754203162 +78771 gsa_html_8740218609 gsa_html_8740218609:919:85515:85525 Sykesville Sykesville, Maryland -0.496235102069879308 +78772 aapg_af_242.html aapg_af_242.html:66:7616:7622 Sierra Sierra Azul Open Space Preserve -0.463478914486847693 +78773 aapg_ah_754.html aapg_ah_754.html:234:26667:26684 Comox Nanaimo -0.479521879225688563 +78774 cspg_html_7985076717 cspg_html_7985076717:170:19921:19936 Melville Island Bathurst Island (Northern Territory) -0.0640369698880782628 +78775 cspg_html_4287356899 cspg_html_4287356899:335:48034:48050 Yukon Anchorage, Alaska -0.466769017228648164 +78776 aapg_ac_584.html aapg_ac_584.html:22:2491:2496 Tuktu Chandler, Arizona -0.459887424332023564 +78777 AMJC_html_1964550508 AMJC_html_1964550508:281:37001:37013 Vernon Lockport (city), New York -0.00395905591412439809 +78778 gsa_html_9253181203 gsa_html_9253181203:824:86871:86885 Bedford Pennsylvania -0.427689691071663991 +78779 geology_html_7043248942 geology_html_7043248942:329:25726:25739 San Sebastian Spain -0.499198739530653746 +78780 aapg_af_663.html aapg_af_663.html:840:79209:79224 Mystic Iowa -0.0741048851457884045 +78781 aapg_aa_684.html aapg_aa_684.html:90:10255:10264 Popo Agie Cheyenne, Wyoming -0.486513508857715604 +78782 aapg_ad_169.html aapg_ad_169.html:332:39384:39402 Mauch Chunk Huntington, West Virginia -0.455197874748240694 +78783 cspg_html_5950764790 cspg_html_5950764790:65:9462:9467 Nisku Lacombe, Alberta -0.471543117662309108 +78784 aapg_ac_749.html aapg_ac_749.html:138:18616:18620 Hall Manitoulin Island -0.458716143462152615 +78785 cspg_html_9951421861 cspg_html_9951421861:10:1030:1053 Grand Rapids Clearwater, Florida -0.0847643989595779218 +78786 cspg_html_7201476813 cspg_html_7201476813:317:39744:39762 Birdbear Virden, Illinois 0.817123839174854427 +78787 cspg_html_4860363565 cspg_html_4860363565:13:1275:1284 Keg River Lacombe, Alberta -0.114743318835144964 +78788 cspg_html_1520641026 cspg_html_1520641026:229:22605:22621 Ireton Lacombe, Alberta -0.0189695239556965725 +78789 aapg_ad_90.html aapg_ad_90.html:720:51558:51566 Colorado Denver -0.49252218048089591 +78790 sedimentology_html_2010995560 sedimentology_html_2010995560:1989:115601:115619 Sundance Cheyenne, Wyoming -0.00728936970704518669 +78791 AMJC_html_6460325105 AMJC_html_6460325105:571:65633:65658 Valley Springs Bartow County, Georgia -0.482917309945881279 +78792 aapg_ac_807.html aapg_ac_807.html:210:21663:21680 Mount Laurel Sand Matawan, New Jersey 0.864643782677710471 +78793 cspg_html_4785922166 cspg_html_4785922166:319:36588:36611 Watt Mountain Lacombe, Alberta -0.454414135268558672 +78794 cspg_html_1222040397 cspg_html_1222040397:505:64503:64519 Road River Middle East -0.432346977926754639 +78795 aapg_aa_465.html aapg_aa_465.html:133:23711:23741 Eagle Buda, Texas -0.444916336311243943 +78796 gsa_html_7468123532 gsa_html_7468123532:29:3202:3220 Morrison New Mexico -0.0100152745816292233 +78797 aapg_ah_779.html aapg_ah_779.html:230:42236:42246 Reedsville Martinsburg, Nebraska -0.463396817899322633 +78798 sedimentology_html_9229777954 sedimentology_html_9229777954:42:2967:2971 Java Indonesia -0.0354198318919945049 +78799 gsa_html_1578715955 gsa_html_1578715955:161:16730:16736 Beluga Sterling, Virginia -0.466219818123899288 +78800 gsa_html_2989317971 gsa_html_2989317971:1167:116042:116070 Glenns Ferry Flores Island (Azores) 0.00828311544079899167 +78801 cspg_html_2462765529 cspg_html_2462765529:27:3703:3711 Columbia Victoria, British Columbia -0.47032647773667996 +78802 sedimentology_html_4116020144 sedimentology_html_4116020144:762:52332:52336 Hall London, Ontario -0.5040380613457629 +78803 aapg_af_470.html aapg_af_470.html:218:24227:24241 Mission Canyon Logan, Utah -0.445338708488509594 +78804 gsa_html_2575244827 gsa_html_2575244827:700:66762:66774 Saskatchewan Canada -0.0685205836641246541 +78805 aapg_ad_192.html aapg_ad_192.html:52:7195:7211 Tuscaloosa Tuscaloosa, Alabama 0.00186225759184010619 +78806 gsa_html_5081991493 gsa_html_5081991493:992:79906:79924 Wasatch Garfield County, Colorado -0.46567095948211501 +78807 aapg_ai_28.html aapg_ai_28.html:406:39324:39335 San Antonio San Antonio -0.517959661345332334 +78808 aapg_af_880.html aapg_af_880.html:354:52413:52430 Foraker Populus sect. Aegiros -0.430176006996349836 +78809 cspg_html_8054926782 cspg_html_8054926782:38:5736:5742 Hector Lake Louise, Alberta -0.450878806444675151 +78810 aapg_aa_712.html aapg_aa_712.html:40:7035:7053 Starved Rock Hennepin, Illinois -0.435668138774596203 +78811 aapg_ac_699.html aapg_ac_699.html:7:975:982 El Abra El Abra -0.048597821756073703 +78812 gsa_html_1860930948 gsa_html_1860930948:592:64485:64516 Chinle Arizona -0.45099125631104503 +78813 cspg_html_5510378933 cspg_html_5510378933:17:1724:1732 Edmonton Edmonton, London -0.475977786028375149 +78814 aapg_aa_47.html aapg_aa_47.html:397:45015:45031 Belden Colorado -0.433376961451207021 +78815 aapg_af_575.html aapg_af_575.html:1113:160060:160074 Fredericksburg Central Texas -0.0607105472566513565 +78816 cspg_html_9717154602 cspg_html_9717154602:908:79379:79396 Bearpaw Lacombe, Alberta 0.717804754675674395 +78817 palaios_html_4940783464 palaios_html_4940783464:435:43063:43084 Yakataga Anchorage, Alaska -0.455197874748240694 +78818 aapg_ac_835.html aapg_ac_835.html:1186:176295:176326 Phosphoria Cheyenne, Wyoming 0.925637664483826228 +78819 aapg_ac_730.html aapg_ac_730.html:339:47969:47984 Mesaverde Arizona -0.0413499862143105745 +78820 aapg_aa_22.html aapg_aa_22.html:271:25732:25737 Upham Sacramento, California -0.441437455474761709 +78821 aapg_ad_105.html aapg_ad_105.html:537:49681:49689 Consuelo Texas -0.45633516722504075 +78822 aapg_af_291.html aapg_af_291.html:3:341:355 Lisburne Anchorage, Alaska -0.0381033635608957824 +78823 cspg_html_3831007171 cspg_html_3831007171:112:13092:13098 Calmar Southern Alberta -0.0172889404553563421 +78824 aapg_ad_325.html aapg_ad_325.html:1028:97368:97379 San Antonio Texas -0.436929900849743147 +78825 cspg_html_7310162886 cspg_html_7310162886:563:80437:80451 Lisburne Northwest Arctic Borough, Alaska -0.516980274244498883 +78826 aapg_aa_913.html aapg_aa_913.html:446:32886:32893 El Abra Mexico -0.0659026763032643514 +78827 cspg_html_9924397126 cspg_html_9924397126:1599:167325:167334 San Diego California -0.469189557204259144 +78828 aapg_ad_696.html aapg_ad_696.html:141:14974:14980 Weches Smith County, Kansas -0.427062550198528901 +78829 cspg_html_2184091860 cspg_html_2184091860:817:69581:69610 Lawrence Canada -0.00564243327627664357 +78830 gsa_html_2168907540 gsa_html_2168907540:325:35805:35811 Satsop Black Creek (Toronto) -0.480644453081816247 +78831 jgeology_html_5624781240 jgeology_html_5624781240:146:9571:9602 Windsor Maritimes -0.00967821874611652505 +78832 palaios_html_1560586324 palaios_html_1560586324:16:994:1012 Belgrade North Carolina -0.0809988562397424283 +78833 cspg_html_8556552074 cspg_html_8556552074:111:10475:10489 Contact Rapids Regina, Saskatchewan -0.430334367802676421 +78834 aapg_ae_405.html aapg_ae_405.html:17:2162:2166 Java Papua New Guinea -0.0196404059622709952 +78835 gsa_html_4650354985 gsa_html_4650354985:931:77996:78012 Dakota Sangre de Cristo Range -0.444036457876645585 +78836 aapg_af_854.html aapg_af_854.html:696:97542:97547 Salem Illinois -0.0473815661889043852 +78837 aapg_ae_454.html aapg_ae_454.html:436:38386:38405 Smackover Nevada County, California -0.0237635726163751594 +78838 aapg_ai_491.html aapg_ai_491.html:438:54987:54995 Wolfcamp Hermosa, Chicago -0.0491275968873820176 +78839 cspg_html_5381643866 cspg_html_5381643866:66:8367:8385 Bickford Rocky Brook -0.43797158338019293 +78840 sedimentology_html_4185931185 sedimentology_html_4185931185:130:10249:10270 Copenhagen Antelope Valley Freeway 0.385854814006600322 +78841 aapg_ac_498.html aapg_ac_498.html:79:7748:7752 Buda Paluxy, Texas -0.436850160261835319 +78842 geology_html_9343070577 geology_html_9343070577:307:21456:21464 Scotland London, Ontario -0.0699156741554105426 +78843 aapg_ac_443.html aapg_ac_443.html:172:19904:19928 Pride Mountain Decatur, Georgia -0.251235238600339639 +78844 aapg_aa_399.html aapg_aa_399.html:360:29873:29884 Belly River Hell Creek Formation -0.0183195199772356702 +78845 geology_html_9160064262 geology_html_9160064262:71:6780:6784 Hall London, Ontario -0.481815063993563775 +78846 aapg_ac_333.html aapg_ac_333.html:651:80005:80019 Yeso Supai, Arizona -0.0192997479723480518 +78847 aapg_ac_71.html aapg_ac_71.html:33:4404:4417 Sunrise Westgate, Canterbury -0.00078520463717508945 +78848 aapg_aa_261.html aapg_aa_261.html:199:26980:26996 Kogruk Anchorage, Alaska -0.0700205826390765118 +78849 gsa_html_4842463190 gsa_html_4842463190:11:556:566 Washington Washington (state) -0.0423511843522919873 +78850 gsa_html_3088547671 gsa_html_3088547671:71:6639:6667 Green River New Mexico -0.0187314184669610528 +78851 gsa_html_9777159316 gsa_html_9777159316:574:52894:52904 Washington Wisconsin -0.0162966409406991447 +78852 gsa_html_2145963783 gsa_html_2145963783:506:49847:49853 Antler Sonoma, California -0.0218513582866363479 +78853 cspg_html_7211403369 cspg_html_7211403369:5:286:304 Grosmont Dolomites -0.03065480270336517 +78854 aapg_ai_17.html aapg_ai_17.html:377:29316:29322 Weches Charlotte, North Carolina -0.466965896576978678 +78855 geology_html_9342868518 geology_html_9342868518:12:476:486 Washington Washington (state) -0.438326464087016476 +78856 aapg_ac_586.html aapg_ac_586.html:3:370:390 Pottsville Pottsville, Pennsylvania -0.0283121254572706732 +78857 gsa_html_8688253811 gsa_html_8688253811:749:57927:57937 Washington Seattle -0.0575289744471569053 +78858 aapg_aa_712.html aapg_aa_712.html:115:14178:14189 Platteville Nokomis, Florida -0.0264393249899875019 +78859 palaios_html_8474347362 palaios_html_8474347362:420:51616:51637 Laurel Closter, New Jersey -0.0573527510322950837 +78860 gsa_html_7040053075 gsa_html_7040053075:403:41630:41649 Duarte Puente Hills Mall -0.470365549607814404 +78861 aapg_af_705.html aapg_af_705.html:86:8769:8779 Georgetown Washington (state) -0.451767539383647998 +78862 aapg_ai_573.html aapg_ai_573.html:95:16578:16587 Red River Arbuckle, California -0.00639293020944086028 +78863 cspg_html_5241714595 cspg_html_5241714595:851:112701:112719 Birdbear Regina, Saskatchewan -0.41964702171351137 +78864 gsa_html_3144986031 gsa_html_3144986031:395:41793:41814 Talkeetna Anchorage, Alaska -0.257538164983200479 +78865 gsa_html_8053816650 gsa_html_8053816650:941:92981:92993 Independence Patriot Hills -0.04966612284900708 +78866 aapg_ae_876.html aapg_ae_876.html:577:62251:62265 Cloverly Cheyenne, Wyoming 0.0389353688032800377 +78867 aapg_ac_983.html aapg_ac_983.html:386:60577:60597 Bonner Springs Plattsburg, Missouri -0.461171691164054931 +78868 aapg_ad_440.html aapg_ad_440.html:396:39548:39556 Maccrady Huntington, West Virginia -0.244516438544952641 +78869 aapg_ah_244.html aapg_ah_244.html:345:37727:37733 Denver Colorado -0.44304146514738707 +78870 palaios_html_9133125241 palaios_html_9133125241:139:16729:16740 Clays Ferry Maysville, Kentucky -0.0446343409079277068 +78871 aapg_ac_333.html aapg_ac_333.html:322:42904:42917 Abo New Mexico -0.413411135919765305 +78872 aapg_aa_890.html aapg_aa_890.html:230:22977:22986 Allegheny Knoxville, Tennessee -0.463764030920631232 +78873 aapg_ai_461.html aapg_ai_461.html:161:22636:22653 Savanna Ouachita Mountains -0.481945488841025893 +78874 cspg_html_3529479452 cspg_html_3529479452:492:53328:53347 Lodgepole Manitoba -0.882146763591394878 +78875 aapg_ad_696.html aapg_ad_696.html:154:16137:16144 Carrizo Henderson County, Texas -0.0887858894961811307 +78876 aapg_ae_235.html aapg_ae_235.html:295:36763:36772 Peninsula The Carolinas -0.415087607507273693 +78877 aapg_ae_813.html aapg_ae_813.html:40:4198:4206 San Jose El Salvador, Misamis Oriental -0.000521153440822292734 +78878 aapg_ah_536.html aapg_ah_536.html:104:13844:13864 Fredericksburg Travis County, Texas -0.038712565483401136 +78879 cspg_html_3479659543 cspg_html_3479659543:21:2411:2421 Missisauga Logan Canyon -0.0201913809518237848 +78880 aapg_ae_68.html aapg_ae_68.html:285:32819:32824 Provo Ogden, Utah -0.0617737568382137961 +78881 aapg_af_854.html aapg_af_854.html:527:70877:70883 Warsaw Illinois 0.00660835233941787364 +78882 gsa_html_2076631617 gsa_html_2076631617:64:4708:4736 Green River New Mexico -0.0355242365002017696 +78883 geology_html_6868377343 geology_html_6868377343:57:5308:5329 Eagle Texas -0.0263019613963844621 +78884 aapg_ai_932.html aapg_ai_932.html:546:87154:87158 Hall California -0.488912357297633382 +78885 aapg_ae_104.html aapg_ae_104.html:989:100272:100282 Gloucester Bath, Somerset -0.063168954684827 +78886 cspg_html_3404912985 cspg_html_3404912985:106:17807:17818 Belly River Lacombe, Alberta -0.138685111194026045 +78887 sedimentology_html_3136792920 sedimentology_html_3136792920:52:4616:4626 Washington Seattle -0.494798572382738111 +78888 aapg_ai_28.html aapg_ai_28.html:403:39016:39022 Lissie Kingsville, Ontario -0.00425611998601696257 +78889 aapg_aa_644.html aapg_aa_644.html:3:441:461 Ephraim Conglomerate Cheyenne, Wyoming 0.0247475823805084101 +78890 cspg_html_8662646956 cspg_html_8662646956:69:12679:12687 Colorado Denver -0.0555332119916433428 +78891 aapg_ai_243.html aapg_ai_243.html:57:6326:6336 Tuscaloosa Mississippi River -0.44645479356367046 +78892 aapg_aa_544.html aapg_aa_544.html:129:17680:17698 Sundance Cheyenne, Wyoming -0.0411741349964208428 +78893 aapg_ae_272.html aapg_ae_272.html:782:76428:76436 Michigan Michigan -0.423138028281424772 +78894 aapg_ae_471.html aapg_ae_471.html:12:1639:1658 Smackover Columbia Country 0.0208153754241180711 +78895 aapg_ai_626.html aapg_ai_626.html:90:14144:14176 Tensleep Cheyenne, Wyoming -0.529845315574195008 +78896 cspg_html_3627006433 cspg_html_3627006433:568:62331:62351 San Miguel Texas -0.0371791885469511946 +78897 cspg_html_1225021992 cspg_html_1225021992:240:31298:31322 Old Fort Lacombe, Alberta -0.474863540124580097 +78898 AMJC_html_5811173587 AMJC_html_5811173587:631:44459:44467 Scotland England -0.498070421610056713 +78899 palaios_html_2621173808 palaios_html_2621173808:283:31025:31051 Sulphur Mountain Lacombe, Alberta -0.0396281807220570936 +78900 aapg_ad_379.html aapg_ad_379.html:713:57821:57829 Sundance Colorado 0.427869576890240744 +78901 palaios_html_5600528347 palaios_html_5600528347:665:60401:60422 Green River Cheyenne, Wyoming -0.442548827459522287 +78902 aapg_ad_2.html aapg_ad_2.html:202:29666:29677 Wissahickon Cockeysville, Maryland -0.467071222132578012 +78903 geology_html_4695164358 geology_html_4695164358:288:23536:23549 Santa Barbara Channel Islands of California -0.026705362044744569 +78904 aapg_ah_93.html aapg_ah_93.html:59:8444:8451 Maywood Logan, Utah -0.46328736756315686 +78905 gsa_html_4650354985 gsa_html_4650354985:940:79045:79053 San Luis Sangre de Cristo Range -0.458641287983651336 +78906 aapg_ae_6.html aapg_ae_6.html:336:36364:36369 Sligo San Marcos, California 0.423801922806631981 +78907 palaios_html_2859810051 palaios_html_2859810051:476:41033:41049 Fernie Lacombe, Alberta -0.006663945278057983 +78908 palaios_html_9876040400 palaios_html_9876040400:874:80052:80058 Eugene Salem, Oregon -0.450784359288809666 +78909 aapg_ai_11.html aapg_ai_11.html:222:26973:26989 Dakota Mancos, Colorado -0.437151438175982732 +78910 aapg_ad_110.html aapg_ad_110.html:530:55084:55100 Tensleep Darwin, Northern Territory -0.500197678525539202 +78911 sedimentology_html_1440665452 sedimentology_html_1440665452:208:15439:15443 Bond North Atlantic Current -0.508641242562033691 +78912 cspg_html_6223953329 cspg_html_6223953329:36:3163:3171 Grosmont Hondo, Texas -0.0290477532032288703 +78913 geology_html_9248989380 geology_html_9248989380:257:22000:22035 Kingston Peak California 0.26874223067863795 +78914 aapg_ah_528.html aapg_ah_528.html:40:4403:4421 Thaynes Logan, Utah -0.43060716238884611 +78915 aapg_ac_474.html aapg_ac_474.html:9:1274:1292 Pine Key Melbourne, Florida -0.115123389878222598 +78916 gsa_html_8128315013 gsa_html_8128315013:29:2796:2824 Green River Colorado 0.0345219941705904865 +78917 aapg_ae_705.html aapg_ae_705.html:407:38185:38199 Sisquoc Monterey, California -0.520809755911655681 +78918 geology_html_2668496675 geology_html_2668496675:120:7081:7100 Smackover Shreveport, Louisiana -0.0101247315019664351 +78919 cspg_html_9970905394 cspg_html_9970905394:32:3539:3557 Read Bay Little Cornwallis Island -0.43919205226689878 +78920 aapg_aa_754.html aapg_aa_754.html:955:106204:106224 San Andres West, Texas -0.435354069337884009 +78921 sedimentology_html_5405263384 sedimentology_html_5405263384:955:62985:63001 Merced California -0.4835517998191603 +78922 aapg_ah_871.html aapg_ah_871.html:439:49081:49088 Pamelia Montreal 0.277453916980030524 +78923 aapg_aa_232.html aapg_aa_232.html:181:18474:18484 Purgatoire Cheyenne, Wyoming -0.0515643416421474945 +78924 aapg_ah_556.html aapg_ah_556.html:143:12013:12021 Woodside Mancos, Colorado -0.0210882710852193268 +78925 aapg_ae_69.html aapg_ae_69.html:211:23906:23921 Mesaverde North Horn Formation -0.471340610693628537 +78926 aapg_ai_345.html aapg_ai_345.html:16:2277:2291 Wah Wah Summit Logan, Utah -0.0359488258417789419 +78927 cspg_html_2976104632 cspg_html_2976104632:75:11222:11241 Ellerslie Lacombe, Alberta -0.054907041085342348 +78928 sedimentology_html_3592910316 sedimentology_html_3592910316:1170:71374:71405 Minturn Colorado -0.00912399404799891373 +78929 aapg_aa_263.html aapg_aa_263.html:300:30873:30886 Marble Canyon Upper Valley -0.0240660707758517355 +78930 gsa_html_2818345762 gsa_html_2818345762:723:59420:59438 Gowganda Ontario, California -0.026734922025780393 +78931 aapg_aa_735.html aapg_aa_735.html:120:10760:10782 Borden Clinton County, Ohio -0.438060290900437188 +78932 aapg_ae_945.html aapg_ae_945.html:24:2861:2879 Traverse Calhoun County, Michigan -0.45421548506785292 +78933 palaios_html_2623118674 palaios_html_2623118674:604:61501:61522 North Horn North Horn Formation -0.00967821874611652505 +78934 aapg_ah_85.html aapg_ah_85.html:387:39057:39065 Virginia Atlantic coastal plain -0.523980999640466072 +78935 aapg_af_579.html aapg_af_579.html:154:16180:16204 Junction Creek Entrada Sandstone -0.485406637327558677 +78936 sedimentology_html_9633602572 sedimentology_html_9633602572:1429:70275:70305 Nisku Central Alberta -0.463253167093327645 +78937 aapg_aa_718.html aapg_aa_718.html:491:51072:51082 Washington Pennsylvania -0.0871712324721038018 +78938 aapg_ae_904.html aapg_ae_904.html:322:33407:33417 Twin Creek Williston, Vermont -0.491162576381923288 +78939 sedimentology_html_3544365899 sedimentology_html_3544365899:627:39183:39211 Smackover Alabama -0.00125945488018784418 +78940 aapg_ae_379.html aapg_ae_379.html:376:35729:35747 Monterey California -0.441998542726141919 +78941 aapg_ac_910.html aapg_ac_910.html:477:37629:37635 Sierra Coahuila -0.0477788324631043676 +78942 cspg_html_4773367370 cspg_html_4773367370:396:29434:29457 Boulder Creek Victoria, British Columbia -0.473746101631411953 +78943 aapg_ae_958.html aapg_ae_958.html:1026:89770:89782 Arroyo Guadalupe Mountains National Park -0.4864081422828892 +78944 sedimentology_html_1946067194 sedimentology_html_1946067194:943:60007:60012 Piper Canada -0.00473211949273434716 +78945 gsa_html_4549771548 gsa_html_4549771548:29:2796:2824 Green River New Mexico -0.0301173575019116381 +78946 aapg_ah_756.html aapg_ah_756.html:4:712:720 Grayburg Salado, Texas -0.466007095038280028 +78947 cspg_html_8806021601 cspg_html_8806021601:230:19870:19891 Melville Island Banks Island -0.0800246627361860391 +78948 aapg_ad_466.html aapg_ad_466.html:1684:174272:174285 Merchantville Navesink River -0.440514182187833891 +78949 cspg_html_1925276454 cspg_html_1925276454:470:52071:52079 Hulcross Boulder Creek (Colorado) -0.42423457487964078 +78950 aapg_af_325.html aapg_af_325.html:68:9759:9763 Frio Shreveport, Louisiana 0.390650545283234729 +78951 cspg_html_5541937700 cspg_html_5541937700:55:8842:8859 Viking Colorado -0.43374114370115191 +78952 aapg_ad_865.html aapg_ad_865.html:369:36748:36765 Hermosa Ouray, Colorado -0.0832914699086017285 +78953 aapg_af_142.html aapg_af_142.html:243:30787:30806 Smackover Tampico, Illinois 0.384108561021921868 +78954 cspg_html_6306091047 cspg_html_6306091047:696:95755:95763 Columbia Victoria, British Columbia -0.470457490274840129 +78955 cspg_html_4115156925 cspg_html_4115156925:226:31224:31238 Doig Victoria, British Columbia -0.474918987556243288 +78956 palaios_html_7679079277 palaios_html_7679079277:203:17795:17813 Sundance Cheyenne, Wyoming 0.681624222021611326 +78957 aapg_ak_135.html aapg_ak_135.html:297:45166:45184 San Onofre Breccia Huntington Beach, California -0.491386278060246817 +78958 aapg_ae_519.html aapg_ae_519.html:150:15393:15400 Bedford Fulton, Missouri -0.00462093688231430925 +78959 geology_html_9480340228 geology_html_9480340228:24:1672:1686 Rove Michigan -0.44830973456876172 +78960 cspg_html_7938374662 cspg_html_7938374662:67:7369:7384 Tuktu Anchorage, Alaska -0.443701699352459789 +78961 jgeology_html_4305195651 jgeology_html_4305195651:1785:135304:135320 Pocono Millersburg, Pennsylvania -0.464884854319956187 +78962 aapg_af_575.html aapg_af_575.html:1080:156584:156612 Morrison Texas -0.438219985696652659 +78963 jgeology_html_5090133589 jgeology_html_5090133589:1217:68815:68823 Colorado Colorado Plateau -0.463250887108730525 +78964 gsa_html_8427412684 gsa_html_8427412684:675:66127:66159 Chelmsford Ontario, California -0.0301277931102772942 +78965 aapg_ac_333.html aapg_ac_333.html:1324:158447:158468 San Andres Colorado Plateau 0.00403028171567929548 +78966 gsa_html_8881958017 gsa_html_8881958017:587:54824:54830 Vernon Kamloops -0.450006666987963933 +78967 aapg_ae_181.html aapg_ae_181.html:82:11179:11189 Tuscaloosa Knoxville, Tennessee -0.418659974922056588 +78968 aapg_ai_364.html aapg_ai_364.html:47:6540:6550 Pottsville Pottsville, Pennsylvania -0.413964594818093001 +78969 cspg_html_4293350162 cspg_html_4293350162:597:60834:60854 Mount Head Carnarvon, Western Australia -0.00258840277417883959 +78970 aapg_af_2.html aapg_af_2.html:173:18622:18630 Colorado Animas River -0.467877607461444023 +78971 aapg_ae_536.html aapg_ae_536.html:491:53901:53905 Bond Illinois -0.455211432419709627 +78972 cspg_html_9236194363 cspg_html_9236194363:534:44221:44246 Beaverhill Lacombe, Alberta -0.00771327274469656935 +78973 aapg_ac_632.html aapg_ac_632.html:383:33133:33144 Heath Montana 1.12452028642134572 +78974 aapg_af_128.html aapg_af_128.html:10:1091:1099 Tensleep Cheyenne, Wyoming -0.0571939795181882898 +78975 cspg_html_7444963992 cspg_html_7444963992:65:8666:8683 Richards Western world -0.0515643416421474945 +78976 aapg_ai_868.html aapg_ai_868.html:31:3629:3637 Colorado Denver -0.494538507684199602 +78977 aapg_ae_660.html aapg_ae_660.html:602:53821:53840 Smackover Mississippi River -0.457786563407215019 +78978 geology_html_5856149391 geology_html_5856149391:412:30288:30295 Paparoa South Georgia and the South Sandwich Islands -0.446110205830797302 +78979 aapg_ae_419.html aapg_ae_419.html:556:64049:64066 Esquias Honduras -0.492281675671482677 +78980 geology_html_9076850491 geology_html_9076850491:220:20721:20725 Bond North Atlantic Current -0.478535310781285639 +78981 palaios_html_3105248303 palaios_html_3105248303:343:33918:33932 Point Pleasant Fulton, Missouri -0.456337429672799166 +78982 aapg_aa_624.html aapg_aa_624.html:224:20936:20953 Renault Missouri River -0.430334367802676421 +78983 aapg_ah_97.html aapg_ah_97.html:37:5188:5199 Beekmantown Western world -0.384545375516748167 +78984 aapg_ai_781.html aapg_ai_781.html:62:7237:7243 Sierra Chihuahua (state) -0.472881299388360321 +78985 aapg_ac_592.html aapg_ac_592.html:8:1103:1122 Chugwater Cheyenne, Wyoming -0.456328379915839744 +78986 aapg_aa_22.html aapg_aa_22.html:101:11191:11196 Upham El Paso, Texas -0.456133832112874948 +78987 aapg_ak_135.html aapg_ak_135.html:117:19896:19911 Sespe Santa Monica Mountains -0.239615408829043058 +78988 aapg_ad_258.html aapg_ad_258.html:120:11866:11872 Forest Venango, Pennsylvania -0.431298300553942027 +78989 aapg_ae_544.html aapg_ae_544.html:296:35064:35081 Cardium Lacombe, Alberta -0.433368134539702354 +78990 aapg_af_726.html aapg_af_726.html:270:33118:33128 Washington Anchorage, Alaska -0.0172889404553563421 +78991 aapg_aa_145.html aapg_aa_145.html:709:77473:77493 Peace River Rocky Mountains -0.43374114370115191 +78992 sedimentology_html_2165832672 sedimentology_html_2165832672:1104:79867:79884 Kayenta Colorado Plateau -0.47675536629509363 +78993 aapg_ae_805.html aapg_ae_805.html:435:52699:52707 San Luis Colorado -0.457514673015389395 +78994 jgeology_html_4115179562 jgeology_html_4115179562:255:18729:18744 Erwin Virginia -0.4597920302667165 +78995 aapg_ai_293.html aapg_ai_293.html:264:23967:23981 Lisburne Northwest Arctic Borough, Alaska -0.474808096218428344 +78996 sedimentology_html_6711379489 sedimentology_html_6711379489:150:12587:12592 Sooke Canada -0.0727961616893220281 +78997 geology_html_8287045046 geology_html_8287045046:17:994:1004 Santa Cruz Santa Cruz, California -0.0875186836623550735 +78998 cspg_html_6588266079 cspg_html_6588266079:8:768:787 Gladstone Lacombe, Alberta -0.493201622149070484 +78999 aapg_af_120.html aapg_af_120.html:17:2942:2954 Galena Lexington, Kentucky -0.483047901936257684 +79000 aapg_aa_598.html aapg_aa_598.html:17:2563:2571 Red Peak Boise, Idaho -0.0335772561471781444 +79001 cspg_html_2553187793 cspg_html_2553187793:32:5949:5964 Elk Swan Hill, Victoria -0.442976805415170927 +79002 aapg_ai_710.html aapg_ai_710.html:291:27557:27562 Husky Sulu Sea -0.494543235417533422 +79003 aapg_ai_567.html aapg_ai_567.html:576:72578:72584 Oregon Washington (state) -0.0455104965023540933 +79004 aapg_ah_543.html aapg_ah_543.html:1055:41423:41437 Monterey California -0.403724158899927688 +79005 aapg_ae_981.html aapg_ae_981.html:201:16368:16384 Laurel Bainbridge, Georgia -0.529120093774679834 +79006 aapg_af_130.html aapg_af_130.html:535:60364:60376 Sly Gap Alamogordo, New Mexico -0.0131827182184571217 +79007 cspg_html_4031489103 cspg_html_4031489103:529:81735:81743 Columbia Lacombe, Alberta -0.444856013246054061 +79008 aapg_af_139.html aapg_af_139.html:174:18632:18650 John Day Ashwood, Oregon -0.465579516089382972 +79009 cspg_html_1019614994 cspg_html_1019614994:482:82828:82841 Wabamun Lacombe, Alberta -0.433370341259820213 +79010 aapg_ah_972.html aapg_ah_972.html:3:212:216 Frio Texas -0.463396817899322633 +79011 aapg_ad_441.html aapg_ad_441.html:67:4690:4717 Moenkopi Coconino County, Arizona -0.484317543793189031 +79012 gsa_html_4776439297 gsa_html_4776439297:1021:87981:88009 Green River Colorado 0.0243268497329823356 +79013 aapg_ad_2.html aapg_ad_2.html:473:70317:70335 Antietam Loudoun County, Virginia -0.452172819913734925 +79014 aapg_ah_811.html aapg_ah_811.html:46:4517:4525 Woodbine Paluxy, Texas -0.438839061514967266 +79015 aapg_ac_986.html aapg_ac_986.html:57:7416:7436 Wind River Cheyenne, Wyoming -0.434712986404073964 +79016 cspg_html_6334734829 cspg_html_6334734829:25:3968:4003 Tantalus Indian River (Florida) -0.0566566272640218263 +79017 aapg_af_363.html aapg_af_363.html:60:7318:7326 Virginia Richlands, North Carolina -0.0402548881501223546 +79018 aapg_aa_357.html aapg_aa_357.html:17:1568:1586 Entrada Carmel, Indiana -0.451812561628617604 +79019 aapg_ae_305.html aapg_ae_305.html:775:57396:57405 Rio Negro Colombia -0.273208221155572584 +79020 cspg_html_7334652966 cspg_html_7334652966:63:5425:5445 Whitehorse Lacombe, Alberta -0.040359343442637502 +79021 cspg_html_8316122266 cspg_html_8316122266:323:30823:30853 Boulder Creek Canada -0.429219806124286896 +79022 AMJC_html_6884033015 AMJC_html_6884033015:229:22271:22275 Open North Carolina -0.0558000933970826327 +79023 jgeology_html_6990146451 jgeology_html_6990146451:172:9990:9994 Rome Unicoi, Tennessee -0.0132991361893864783 +79024 aapg_ah_318.html aapg_ah_318.html:1104:113779:113802 Cotton Valley Alabama -0.442542141875480355 +79025 aapg_ae_498.html aapg_ae_498.html:802:89068:89083 Bowen Virginia -0.295274136803561515 +79026 aapg_aa_702.html aapg_aa_702.html:1376:141204:141211 Minturn Colorado -0.041445748202081481 +79027 aapg_ad_800.html aapg_ad_800.html:148:17873:17886 Nacatoch Alabama 0.00173718024385580475 +79028 aapg_ae_26.html aapg_ae_26.html:20:3441:3455 Kope Kentucky -0.0279434573866989729 +79029 gsa_html_8644603895 gsa_html_8644603895:29:2796:2824 Green River Colorado -0.0460801342538044584 +79030 aapg_af_854.html aapg_af_854.html:512:68590:68600 Keokuk Fort Payne, Alabama -0.0321281154583834411 +79031 aapg_aa_484.html aapg_aa_484.html:49:5506:5516 Pottsville Pottsville, Pennsylvania -0.00168159033485223096 +79032 aapg_af_471.html aapg_af_471.html:82:11795:11817 Tar Springs Illinois -0.236072256003580089 +79033 cspg_html_3068776384 cspg_html_3068776384:553:60664:60683 Kaskapau Lacombe, Alberta -0.463396817899322633 +79034 aapg_ae_73.html aapg_ae_73.html:134:18518:18534 Sandia New Mexico -0.00655275945491847703 +79035 aapg_ah_364.html aapg_ah_364.html:86:7461:7479 Traverse Detroit River International Wildlife Refuge -0.0276304452324186781 +79036 aapg_ac_841.html aapg_ac_841.html:348:44314:44320 Sierra San Marcos, California -0.452724742517472523 +79037 palaios_html_8449406667 palaios_html_8449406667:76:10625:10656 Chinle Colorado -0.0108839893390520418 +79038 gsa_html_7199417381 gsa_html_7199417381:637:66119:66127 Ogallala Nebraska -0.469506369220983932 +79039 aapg_af_502.html aapg_af_502.html:87:11305:11314 Smackover Bossier City, Louisiana -0.425883940037075581 +79040 jgeology_html_2497886918 jgeology_html_2497886918:144:7801:7810 Peninsula Korea -0.47032647773667996 +79041 cspg_html_7866293053 cspg_html_7866293053:254:27412:27430 Moosebar Pine River (Michigan) -0.233710059986080493 +79042 aapg_ac_316.html aapg_ac_316.html:285:27950:27969 Grayburg Guadalupe Mountains National Park -0.010750205891597751 +79043 sedimentology_html_6812678908 sedimentology_html_6812678908:481:15238:15243 Ouray Reno, Nevada -0.0863606209483848558 +79044 cspg_html_2986717500 cspg_html_2986717500:6:497:518 Trent River Parksville, Kentucky 0.314063428720717575 +79045 gsa_html_5693301278 gsa_html_5693301278:577:55058:55086 Green River Colorado -0.0221155785118801462 +79046 aapg_af_392.html aapg_af_392.html:103:12237:12248 Mowry Canada -0.469382385724573914 +79047 aapg_ah_318.html aapg_ah_318.html:1912:176247:176264 La Caja Cotton Valley, Louisiana 0.0171307951953313421 +79048 geology_html_2705128271 geology_html_2705128271:63:5395:5414 Pocatello Boise, Idaho -0.447404197686881167 +79049 jgeology_html_3196624419 jgeology_html_3196624419:1252:62148:62168 River Bend North Carolina -0.0120741642534044936 +79050 geology_html_2993685140 geology_html_2993685140:185:17306:17316 Santa Cruz Bolivia -0.457582637906406409 +79051 cspg_html_8362959053 cspg_html_8362959053:92:13856:13871 Gates Victoria, British Columbia -0.144875185542613555 +79052 cspg_html_9011256422 cspg_html_9011256422:25:3774:3782 Columbia Lake Ontario -0.480033015687554854 +79053 cspg_html_6021605367 cspg_html_6021605367:150:17859:17877 Percha New Mexico -0.0187574882731168305 +79054 aapg_ad_997.html aapg_ad_997.html:55:5480:5488 Arapahoe Denver -0.46326000708216164 +79055 aapg_af_308.html aapg_af_308.html:367:42175:42183 Onondaga Salina, Kansas -0.521605674636564709 +79056 aapg_af_479.html aapg_af_479.html:701:74486:74495 San Diego California -0.0110733719867148073 +79057 aapg_ad_845.html aapg_ad_845.html:124:11978:11985 Genesee Jefferson County, Colorado -0.0411306079885422268 +79058 aapg_ai_518.html aapg_ai_518.html:116:14346:14361 Rockwood Leadville, Colorado -0.500973869275913808 +79059 aapg_af_575.html aapg_af_575.html:527:72515:72525 Batesville Meramec River -0.261208365982447344 +79060 palaios_html_2707987360 palaios_html_2707987360:696:58703:58732 August Town Jamaica, Queens -0.505119426266013027 +79061 sedimentology_html_1340746782 sedimentology_html_1340746782:116:11942:11947 Hondo Japan -0.455252106655251121 +79062 aapg_ai_764.html aapg_ai_764.html:103:12084:12097 El Paso Texas -0.460953349343471763 +79063 sedimentology_html_7144686124 sedimentology_html_7144686124:352:35457:35474 Gila Conglomerate Coney Island -0.464450966712688929 +79064 aapg_ae_66.html aapg_ae_66.html:55:5256:5264 Gallatin Powder River (Montana) -0.44961357796588941 +79065 jgeology_html_2401877359 jgeology_html_2401877359:437:33985:34005 Springhill Tierra del Fuego Province (Argentina) -0.434673209477638822 +79066 aapg_ac_252.html aapg_ac_252.html:103:10450:10466 Kaibab Coconino County, Arizona -0.469506369220983932 +79067 palaios_html_4782349341 palaios_html_4782349341:64:5432:5454 Edwardsville Indian Creek, Florida -0.444719742349094338 +79068 aapg_ae_544.html aapg_ae_544.html:366:42967:42979 Medicine Hat Milk River, Alberta -0.510056113825609891 +79069 cspg_html_6306091047 cspg_html_6306091047:39:7829:7848 Baldonnel Victoria, British Columbia -0.43911211811260753 +79070 AMJC_html_2829615437 AMJC_html_2829615437:118:18158:18174 Greene Pennsylvania -0.0220234486290734922 +79071 aapg_ae_441.html aapg_ae_441.html:52:4453:4476 Detroit River East Norwich, New York -0.466714081975797668 +79072 aapg_ad_758.html aapg_ad_758.html:66:9350:9364 Lawrence Weston, Florida -0.478535310781285639 +79073 aapg_ae_90.html aapg_ae_90.html:246:21204:21219 Eagle Niobrara, Nebraska -0.46809765859229685 +79074 aapg_aa_267.html aapg_aa_267.html:723:59425:59441 Greenbrier Calhoun County, Michigan -0.0517421611604156687 +79075 cspg_html_6839937815 cspg_html_6839937815:6:416:433 Gerster Reno, Nevada 0.330784676627525198 +79076 aapg_ac_646.html aapg_ac_646.html:6:583:589 Brazil Bolivia -0.480695619561815057 +79077 aapg_ad_865.html aapg_ad_865.html:412:40973:40978 Ouray Arizona -0.0108926765936857208 +79078 gsa_html_5158209975 gsa_html_5158209975:322:28714:28723 Red River Peoria, Illinois -0.0245111361705637049 +79079 aapg_af_728.html aapg_af_728.html:489:56020:56034 Elko Reno, Nevada -0.0217296792824245993 +79080 gsa_html_3448554349 gsa_html_3448554349:89:9930:9949 Rockwell Pennsylvania -0.474815026513922711 +79081 gsa_html_6657110469 gsa_html_6657110469:782:68469:68475 Oregon Salem, Oregon -0.481945488841025893 +79082 gsa_html_2803067273 gsa_html_2803067273:955:97108:97136 Green River Colorado -0.0128247793458777584 +79083 gsa_html_5664265459 gsa_html_5664265459:1209:112333:112339 Walker Salem, Oregon -0.0789700967327639225 +79084 aapg_ad_820.html aapg_ad_820.html:383:45980:45988 Potlatch Lacombe, Alberta -0.448484669177164286 +79085 geology_html_9438115741 geology_html_9438115741:271:24665:24672 St Marys China -0.436033210857306397 +79086 aapg_ai_503.html aapg_ai_503.html:89:9781:9787 Guelph Lockport (city), New York -0.479447557264900015 +79087 aapg_af_85.html aapg_af_85.html:275:29385:29401 Ireton Lacombe, Alberta -0.052851016470200643 +79088 aapg_ac_683.html aapg_ac_683.html:69:5341:5346 Sligo Shreveport, Louisiana -0.474133810779439169 +79089 cspg_html_4666332434 cspg_html_4666332434:465:71522:71544 Judith River Canada -0.431097950577111366 +79090 sedimentology_html_6714245905 sedimentology_html_6714245905:409:36438:36456 Niobrara Colorado -0.676189104845688949 +79091 aapg_ae_72.html aapg_ae_72.html:293:26603:26609 Chinle Carmel, Indiana 0.0141887940792581758 +79092 geology_html_3374437567 geology_html_3374437567:259:22649:22656 Pioneer Arizona -0.0514492842552477722 +79093 cspg_html_8568877195 cspg_html_8568877195:484:69311:69329 Judith River Lacombe, Alberta -0.505076336103595591 +79094 jgeology_html_8482613713 jgeology_html_8482613713:90:3402:3415 Santa Barbara California -0.445989406971527558 +79095 aapg_af_568.html aapg_af_568.html:645:53859:53877 Sundance Colorado -0.00564243327627664357 +79096 aapg_ad_379.html aapg_ad_379.html:715:58188:58209 Bond Colorado -0.00202555313540596143 +79097 cspg_html_3664126562 cspg_html_3664126562:26:4073:4080 Cardium Regina, Saskatchewan -0.423312692876289309 +79098 aapg_ac_79.html aapg_ac_79.html:436:47895:47902 St Marys Ohio -0.475554574599736102 +79099 aapg_ad_101.html aapg_ad_101.html:45:5613:5627 Hess Fort Stockton, Texas -0.457582637906406409 +79100 aapg_ae_272.html aapg_ae_272.html:787:77370:77378 Michigan Michigan -0.450784359288809666 +79101 aapg_ae_777.html aapg_ae_777.html:245:28000:28024 Arroyo Sangre de Cristo Range -0.447404197686881167 +79102 gsa_html_5846950288 gsa_html_5846950288:9:360:375 Brule Cheyenne County, Kansas 0.00829353945746899406 +79103 aapg_ai_884.html aapg_ai_884.html:86:8870:8875 Yegua Duval County, Texas -0.459805657368256959 +79104 sedimentology_html_1946067194 sedimentology_html_1946067194:682:44084:44096 Green Valley East Asia -0.04576482531518513 +79105 palaios_html_2746116737 palaios_html_2746116737:40:4275:4285 Tallahatta Lisbon -0.462302919433881576 +79106 aapg_af_2.html aapg_af_2.html:60:8219:8252 Leadville San Juan Mountains -0.0282547377795145695 +79107 aapg_ai_988.html aapg_ai_988.html:93:8648:8657 Catahoula Shreveport, Louisiana -0.458103872838477311 +79108 cspg_html_2094634763 cspg_html_2094634763:298:39144:39151 Deville Regina, Saskatchewan -0.497128548725757735 +79109 gsa_html_7152165521 gsa_html_7152165521:798:64619:64624 Weeks Goree, Texas -0.0294042780246520329 +79110 aapg_ah_329.html aapg_ah_329.html:619:63044:63060 Tulare Coalinga, California 0.0515225023834488122 +79111 gsa_html_4026604278 gsa_html_4026604278:717:84522:84528 Moscow Boise, Idaho -0.458847722769848976 +79112 geology_html_2265365356 geology_html_2265365356:68:4938:4952 Slide Mountain Texas -0.446029671493266278 +79113 sedimentology_html_2016638707 sedimentology_html_2016638707:415:26359:26377 Provo Switzerland -0.505150548331609439 +79114 aapg_ae_383.html aapg_ae_383.html:419:32212:32230 Woodford Arkansas -0.0164009085472750712 +79115 aapg_ai_810.html aapg_ai_810.html:32:5131:5151 Smackover Mississippi River 0.287832795324991675 +79116 aapg_ae_319.html aapg_ae_319.html:668:56131:56145 Duchesne River Lake Fork (Texas) -0.446029671493266278 +79117 sedimentology_html_8006979411 sedimentology_html_8006979411:1010:82915:82933 Kaskapau Lacombe, Alberta -0.0505393481283080911 +79118 aapg_ah_422.html aapg_ah_422.html:4:359:383 St. Mary River Colorado 0.376114232605102794 +79119 aapg_ac_529.html aapg_ac_529.html:73:8565:8583 Morrison Logan, Utah -0.361210395465920375 +79120 cspg_html_9011256422 cspg_html_9011256422:296:41340:41348 Columbia Lacombe, Alberta -0.0645260486591267418 +79121 gsa_html_2823584373 gsa_html_2823584373:55:3405:3433 Green River Colorado 0.0103992439306783112 +79122 cspg_html_1019614994 cspg_html_1019614994:295:47237:47252 Exshaw Lacombe, Alberta -0.0567822381831176448 +79123 aapg_ae_876.html aapg_ae_876.html:156:15237:15245 Colorado Cedar Mountains -0.454113919430063184 +79124 gsa_html_2374661120 gsa_html_2374661120:58:4849:4859 Bear River Sevier orogeny -0.522656706597745768 +79125 aapg_ai_328.html aapg_ai_328.html:268:27778:27788 Kinderhook Meramec River -0.507392015805155694 +79126 aapg_ae_942.html aapg_ae_942.html:327:21006:21011 Viola Comanche County, Oklahoma -0.427718207288046381 +79127 aapg_ai_603.html aapg_ai_603.html:8:841:862 Price Logan, Utah -0.444916336311243943 +79128 aapg_ah_83.html aapg_ah_83.html:3:386:405 Lakota Cheyenne, Wyoming 0.00923692322806706281 +79129 gsa_html_4234009219 gsa_html_4234009219:265:29423:29439 Peedee Charleston, South Carolina -0.0487616299273639503 +79130 aapg_ah_978.html aapg_ah_978.html:693:64648:64660 Temblor Middle East 0.0341548764498660756 +79131 aapg_ah_779.html aapg_ah_779.html:334:62398:62409 Dutch Creek Illinois -0.0508949420504662894 +79132 aapg_ah_645.html aapg_ah_645.html:134:18175:18183 Sawtooth Cheyenne, Wyoming 0.00863753336572832195 +79133 cspg_html_4924970281 cspg_html_4924970281:725:79631:79648 Cardium Lacombe, Alberta -0.498291214810456184 +79134 cspg_html_4773367370 cspg_html_4773367370:30:3782:3790 Columbia Victoria, British Columbia -0.459819284677136619 +79135 palaios_html_2223085265 palaios_html_2223085265:415:41291:41311 Toro California -0.00504308419121407819 +79136 sedimentology_html_4278388483 sedimentology_html_4278388483:31:2397:2409 Fayetteville Romania -0.00574666843220395917 +79137 aapg_ad_149.html aapg_ad_149.html:30:2936:2941 Yukon Regina, Saskatchewan -0.0156223882901486526 +79138 aapg_ai_971.html aapg_ai_971.html:43:5402:5420 Renault Illinois -0.0206224389359462197 +79139 aapg_ah_534.html aapg_ah_534.html:379:32298:32311 Trimmers Rock West Branch Susquehanna Valley -0.420852845216307503 +79140 aapg_ae_305.html aapg_ae_305.html:732:51674:51693 Rio Negro Salina, Kansas -0.473663043482949409 +79141 aapg_ae_472.html aapg_ae_472.html:379:46860:46881 Anita Barcelona 0.00130635878656701733 +79142 aapg_ac_662.html aapg_ac_662.html:14:2132:2138 Toroweap Supai, Arizona 0.21420145473636551 +79143 gsa_html_8840132442 gsa_html_8840132442:1120:104773:104803 Bearpaw Canada -0.0144772441484254995 +79144 aapg_aa_316.html aapg_aa_316.html:698:80859:80868 Gibraltar Canary Islands -0.0514492842552477722 +79145 cspg_html_1923856338 cspg_html_1923856338:87:12791:12800 Cold Lake CFB Cold Lake -0.546061205344166023 +79146 aapg_aa_47.html aapg_aa_47.html:337:38166:38184 Minturn Madera County, California -0.472678482936493838 +79147 aapg_ak_96.html aapg_ak_96.html:74:7419:7431 Chatham Hill Middle Ordovician -0.124178816061123756 +79148 cspg_html_4409656292 cspg_html_4409656292:683:74843:74851 Columbia Victoria, British Columbia -0.472512577150688062 +79149 gsa_html_3022805793 gsa_html_3022805793:48:5050:5063 Imnaha Basalt Boise, Idaho 0.440930097624383288 +79150 geology_html_1675866229 geology_html_1675866229:22:1315:1321 Oxford Ohio -0.434540631888912565 +79151 gsa_html_6753732431 gsa_html_6753732431:834:73292:73320 Green River Iran -0.13248763927679702 +79152 aapg_ad_675.html aapg_ad_675.html:388:37481:37505 Cardium Lacombe, Alberta -0.450725896910529999 +79153 aapg_ah_83.html aapg_ah_83.html:69:9368:9384 Dakota Nebraska 0.359200060327225956 +79154 palaios_html_3232474978 palaios_html_3232474978:18:1053:1057 Toad Canada -0.0149690067830474411 +79155 aapg_ac_414.html aapg_ac_414.html:171:19810:19826 Toroweap Logan, Utah 0.285520466840219866 +79156 cspg_html_4659384530 cspg_html_4659384530:17:2166:2191 Beaverhill Swan Hill, Victoria -0.470843746174451128 +79157 gsa_html_3648258377 gsa_html_3648258377:169:15004:15017 Merchantville Merchantville, New Jersey -0.00180666765017611854 +79158 palaios_html_4939666561 palaios_html_4939666561:297:39690:39707 Kope Ohio 0.00235214466363176024 +79159 geology_html_4301172553 geology_html_4301172553:312:24304:24325 Green River Cheyenne, Wyoming -0.478535310781285639 +79160 aapg_ai_772.html aapg_ai_772.html:7:1147:1163 Yucatan Guatemala -0.011024723133422322 +79161 aapg_ad_347.html aapg_ad_347.html:104:6258:6274 Tessey New Mexico -0.0891562933960735327 +79162 gsa_html_5261839912 gsa_html_5261839912:214:21340:21357 Montevideo Gneiss Montevideo, Minnesota -0.0669266259942419561 +79163 gsa_html_1251300076 gsa_html_1251300076:391:32955:32971 Navajo Logan, Utah -0.503937652022910187 +79164 cspg_html_5660413005 cspg_html_5660413005:45:6956:6970 Wabamun Lacombe, Alberta -0.0691324216019307963 +79165 aapg_aa_940.html aapg_aa_940.html:89:9795:9802 Cypress Illinois -0.108114006503822524 +79166 aapg_ah_387.html aapg_ah_387.html:2654:286623:286642 Knoxville Knoxville, Illinois -0.452909542628234352 +79167 jgeology_html_5471448181 jgeology_html_5471448181:381:29075:29083 Colorado Mesa, Arizona -0.526156978794226848 +79168 aapg_ak_45.html aapg_ak_45.html:40:4400:4408 Colorado Denver -0.503894623171085909 +79169 aapg_ac_451.html aapg_ac_451.html:678:69125:69144 Matanuska Anchorage, Alaska 1.05317621277075224 +79170 cspg_html_9275863663 cspg_html_9275863663:649:89998:90008 Swan Hills Swan Hill, Victoria -0.153067858449099647 +79171 cspg_html_9958679425 cspg_html_9958679425:23:2923:2928 Nisku Calmar, Alberta -0.446186272521599148 +79172 geology_html_3827803969 geology_html_3827803969:159:19042:19050 Paradise Mount Rainier, Maryland -0.490604756571324518 +79173 aapg_ae_876.html aapg_ae_876.html:145:14448:14456 Colorado Uncompahgre Plateau -0.045529657990104451 +79174 aapg_ak_87.html aapg_ak_87.html:364:48530:48544 Earp Supai, Arizona -0.0487929978444478704 +79175 sedimentology_html_9327087504 sedimentology_html_9327087504:395:39385:39393 Colorado California -0.0442511603309229257 +79176 gsa_html_2717448156 gsa_html_2717448156:1504:138087:138093 Oxford Flagstaff, Arizona -0.052275645768300523 +79177 aapg_ai_256.html aapg_ai_256.html:201:21808:21823 Conasauga Ohio -0.457068497754203162 +79178 gsa_html_9352654438 gsa_html_9352654438:740:77355:77383 Green River Colorado -0.0106233727047021498 +79179 aapg_ae_876.html aapg_ae_876.html:1119:114402:114418 Dakota Colorado -0.0591727928419457441 +79180 palaios_html_7995532398 palaios_html_7995532398:787:76842:76853 Bloomington Gold Coast, Queensland -0.0176347786034971379 +79181 gsa_html_1582166619 gsa_html_1582166619:598:56449:56466 Lay Dam Tallahassee, Florida 0.330580536846248996 +79182 AMJC_html_6755612993 AMJC_html_6755612993:98:11116:11126 Washington Norfolk, Virginia -0.455347020329573748 +79183 aapg_ac_613.html aapg_ac_613.html:3:484:505 Cliff House New Mexico 0.419133805802408776 +79184 sedimentology_html_7473164584 sedimentology_html_7473164584:868:46201:46205 Hall Ontario, California -0.0465034686644063416 +79185 aapg_ac_190.html aapg_ac_190.html:293:50918:50922 Rome Pennsylvania -0.463244047189980301 +79186 aapg_ae_354.html aapg_ae_354.html:248:24614:24633 Mesaverde Niobrara, Nebraska -0.414373403944892138 +79187 jgeology_html_4436895778 jgeology_html_4436895778:387:27901:27912 Martinsburg Knoxville, Tennessee -0.452382285720717148 +79188 aapg_ah_90.html aapg_ah_90.html:33:4934:4952 Morrison Cedar Mountains -0.421116411391789958 +79189 aapg_ah_775.html aapg_ah_775.html:561:50431:50439 Colorado Colorado -0.474842748246669499 +79190 cspg_html_9354781888 cspg_html_9354781888:425:40568:40582 Doig Victoria, British Columbia -0.0465034686644063416 +79191 aapg_ak_87.html aapg_ak_87.html:408:52657:52666 San Pedro Mogollon, New Mexico -0.488452230972983181 +79192 jgeology_html_1095412310 jgeology_html_1095412310:500:30771:30778 Manlius Schoharie Creek -0.454113919430063184 +79193 palaios_html_5200400776 palaios_html_5200400776:15:691:713 Trout Valley Portland, Maine -0.0155129109205666468 +79194 gsa_html_4828739821 gsa_html_4828739821:1008:81229:81236 Laramie Arizona -0.483085217576718073 +79195 aapg_aa_194.html aapg_aa_194.html:41:6706:6721 Ponce Puerto Rico -0.495740204770814097 +79196 cspg_html_8904992939 cspg_html_8904992939:6:450:491 Leduc Lacombe, Alberta 0.675521879872121533 +79197 aapg_ae_324.html aapg_ae_324.html:374:37674:37683 Bluestone Tazewell County, Virginia 0.703481078807339122 +79198 aapg_af_789.html aapg_af_789.html:126:17557:17565 Onondaga Pocahontas County, Iowa -0.491386278060246817 +79199 aapg_af_785.html aapg_af_785.html:65:7336:7346 Sabinetown Alabama -0.0253108955429122949 +79200 aapg_ac_531.html aapg_ac_531.html:534:53772:53791 Smackover Burj Al Arab -0.000889435409818231594 +79201 cspg_html_2178758494 cspg_html_2178758494:270:36232:36251 Athabasca Lacombe, Alberta -0.44961357796588941 +79202 aapg_ae_884.html aapg_ae_884.html:110:14674:14690 Raton Trinidad and Tobago -0.482353193831112415 +79203 gsa_html_4785200468 gsa_html_4785200468:168:16116:16124 Virginia Reston, Virginia -0.0546872843399983585 +79204 aapg_ad_851.html aapg_ad_851.html:375:45300:45317 El Paso Otero County, New Mexico 0.00753780424990633125 +79205 aapg_ah_462.html aapg_ah_462.html:21:2505:2523 Fayetteville Monterey, California -0.442542141875480355 +79206 aapg_ad_946.html aapg_ad_946.html:70:8475:8482 Wasatch Logan, Utah -0.230607919025901387 +79207 gsa_html_7635660482 gsa_html_7635660482:615:58162:58180 Morrison Sellwood Bridge -0.428967178358428958 +79208 geology_html_8192302652 geology_html_8192302652:235:22045:22051 Oxford Antarctica -0.0447893597917523589 +79209 cspg_html_8904992939 cspg_html_8904992939:69:10620:10641 Cooking Lake Lacombe, Alberta -0.471589148494391819 +79210 jgeology_html_7979718784 jgeology_html_7979718784:132:8904:8912 Colorado Gunnison River -0.498319708491524405 +79211 aapg_ae_71.html aapg_ae_71.html:109:9693:9698 Ouray Ouray, Colorado -0.480644453081816247 +79212 cspg_html_9435196958 cspg_html_9435196958:179:7599:7619 Lance Cheyenne, Wyoming -0.0222581200663617834 +79213 aapg_ae_681.html aapg_ae_681.html:94:11957:11976 Cotton Valley Alabama 0.00496317135517138856 +79214 sedimentology_html_6268265701 sedimentology_html_6268265701:1377:95357:95374 Cardium Lacombe, Alberta -0.445016883536767272 +79215 aapg_ac_984.html aapg_ac_984.html:164:13633:13643 Ironton Galesville, Maryland -0.464405306663695727 +79216 aapg_ac_873.html aapg_ac_873.html:17:2317:2336 Fox Hills Stoneville, Mississippi -0.00125945488018784418 +79217 aapg_ac_305.html aapg_ac_305.html:178:18111:18144 Crystal River Williston, Vermont 0.0108631399368114955 +79218 palaios_html_3022467877 palaios_html_3022467877:355:39889:39905 Tinton Closter, New Jersey -0.501545759647369804 +79219 aapg_aa_598.html aapg_aa_598.html:327:33932:33940 Red Peak Boise, Idaho -0.04576482531518513 +79220 cspg_html_9388742281 cspg_html_9388742281:8:873:884 Peace River Victoria, British Columbia -0.478284785297837578 +79221 cspg_html_3883962749 cspg_html_3883962749:95:13413:13420 Cadomin Mountain Park (Holyoke, Massachusetts) -0.439343057733562137 +79222 cspg_html_8089302449 cspg_html_8089302449:180:30288:30309 Slave Point Lacombe, Alberta -0.479772763003628699 +79223 palaios_html_2449649505 palaios_html_2449649505:784:78847:78859 Rhode Island New Mexico -0.474863540124580097 +79224 aapg_ad_938.html aapg_ad_938.html:487:42689:42712 Dakota Cheyenne, Wyoming -0.459882881527063025 +79225 cspg_html_7799850124 cspg_html_7799850124:648:71506:71526 Swan Hills Lacombe, Alberta -0.0031964218159343861 +79226 aapg_ae_68.html aapg_ae_68.html:156:20517:20522 Atoka Oquirrh Mountain Utah Temple -0.482280957733571936 +79227 gsa_html_2832151886 gsa_html_2832151886:254:18565:18573 Columbia Victoria, British Columbia -0.0169205158924080785 +79228 AMJC_html_6438444321 AMJC_html_6438444321:152:23180:23199 Mount Cap Canada 0.0102845739324917348 +79229 cspg_html_1894459898 cspg_html_1894459898:256:28455:28478 Winnipegosis Cayman Islands 0.0238192040271524609 +79230 aapg_ai_879.html aapg_ai_879.html:300:21836:21865 Oread Topeka, Kansas -0.0417243342632335201 +79231 AMJC_html_4504848787 AMJC_html_4504848787:125:15186:15204 Mechum River Castleton, Vermont -0.493772964396431202 +79232 aapg_ad_351.html aapg_ad_351.html:29:3452:3473 Kinderhook Missouri River -0.0316827975818438426 +79233 cspg_html_1019614994 cspg_html_1019614994:73:14311:14324 Wabamun Lacombe, Alberta -0.0221938023877403003 +79234 cspg_html_7688587411 cspg_html_7688587411:234:24657:24676 Greenhorn Canada -0.458534686411798065 +79235 AMJC_html_3632105729 AMJC_html_3632105729:625:78525:78535 Washington Boise, Idaho -0.00522549424767689355 +79236 aapg_ad_168.html aapg_ad_168.html:345:38911:38921 West Point Cape Cod -0.443782030321690002 +79237 aapg_af_663.html aapg_af_663.html:70:6944:6964 Fort Scott Higginsville, Missouri -0.00696275827002107526 +79238 aapg_aa_699.html aapg_aa_699.html:186:16897:16906 Tonoloway Michigan 0.020627653408788877 +79239 aapg_aa_684.html aapg_aa_684.html:131:13695:13709 Jelm Cheyenne, Wyoming -0.450676431675374467 +79240 aapg_ai_461.html aapg_ai_461.html:33:4781:4786 Boggy Hartshorne, Oklahoma -0.443933785681361437 +79241 gsa_html_4120839285 gsa_html_4120839285:1144:117675:117690 Catalina Schist California -0.0527620925297026463 +79242 cspg_html_4680797491 cspg_html_4680797491:324:33418:33426 Columbia Victoria, British Columbia -0.0219799913092776147 +79243 jgeology_html_9902817849 jgeology_html_9902817849:660:51063:51075 Medicine Bow Black Hills -0.0405316972270710618 +79244 aapg_ad_466.html aapg_ad_466.html:1684:174287:174299 Marshalltown Merchantville, New Jersey -0.43374114370115191 +79245 cspg_html_6873686255 cspg_html_6873686255:44:4921:4928 Cardium Kiska -0.00893635855203990699 +79246 aapg_ae_370.html aapg_ae_370.html:521:50551:50576 Pittsburg Bluff Scappoose, Oregon -0.0720946960708097884 +79247 aapg_af_788.html aapg_af_788.html:29:3727:3735 Michigan Colombia -0.419699228406432479 +79248 aapg_af_561.html aapg_af_561.html:333:29247:29257 Fort Union Wasatch Range -0.403940352731222529 +79249 aapg_af_663.html aapg_af_663.html:187:21595:21608 Bedford Missouri River -0.0322777182092932879 +79250 palaios_html_7341451922 palaios_html_7341451922:1003:87586:87590 Hall London, Ontario -0.464432702411418319 +79251 aapg_aa_889.html aapg_aa_889.html:606:64178:64196 John Day Salem, Oregon -0.219870879695425597 +79252 cspg_html_9228109535 cspg_html_9228109535:10:1294:1310 Flume Rocky Mountains -0.432249992487968249 +79253 geology_html_1021950961 geology_html_1021950961:95:8893:8903 Kern River Sierra Nevada (Spain) 0.824225803546608571 +79254 cspg_html_9717154602 cspg_html_9717154602:18:3191:3208 Bearpaw Lacombe, Alberta -0.0742011279886788527 +79255 aapg_ad_309.html aapg_ad_309.html:124:12425:12439 Stony Mountain Nassau, Bahamas 0.022504963158728828 +79256 geology_html_9417446032 geology_html_9417446032:52:5383:5397 Beaufort Adelaide -0.451767539383647998 +79257 aapg_aa_106.html aapg_aa_106.html:825:80096:80116 Elk Manitoba 0.00710174161421996044 +79258 cspg_html_5000772122 cspg_html_5000772122:39:6854:6866 Fernie Canada 0.00501528841254137749 +79259 aapg_ae_658.html aapg_ae_658.html:460:53068:53089 Green River Cheyenne, Wyoming -0.418546985241553371 +79260 cspg_html_1189888589 cspg_html_1189888589:325:42295:42323 Paskapoo Vail, Colorado -0.0901588284889793395 +79261 aapg_af_416.html aapg_af_416.html:17:2013:2028 Lougheed Island Whitefish (fisheries term) -0.0376282120976162635 +79262 aapg_aa_158.html aapg_aa_158.html:736:61746:61754 Columbia Cheyenne, Wyoming -0.46927678392355654 +79263 cspg_html_4326384800 cspg_html_4326384800:374:46210:46229 Hay River Hay River (Canada) -0.48663294001243923 +79264 gsa_html_4432793908 gsa_html_4432793908:1056:107531:107550 Pansy Lee Conglomerate Reno, Nevada -0.480853789677316845 +79265 aapg_ad_2.html aapg_ad_2.html:1401:191774:191785 Black River Pennsylvania 0.00479118531736136624 +79266 aapg_ai_17.html aapg_ai_17.html:1507:107853:107867 Choctawhatchee Terrebonne Parish, Louisiana -0.0384097003788234775 +79267 geology_html_9635786061 geology_html_9635786061:238:21183:21191 Santiago Spain -0.440887830328426711 +79268 aapg_aa_348.html aapg_aa_348.html:83:6231:6237 Wilcox Chattanooga, Tennessee -0.455252106655251121 +79269 aapg_af_833.html aapg_af_833.html:1283:142100:142107 Madison Garland, Texas -0.070779481565824906 +79270 aapg_af_559.html aapg_af_559.html:45:6652:6671 San Antonio Corpus Christi, Texas -0.465186416944366576 +79271 gsa_html_3773833604 gsa_html_3773833604:65:4930:4958 Green River Colorado 0.0328761484441471435 +79272 cspg_html_6611173979 cspg_html_6611173979:349:34193:34209 Bakken Regina, Saskatchewan -0.443431749269489361 +79273 cspg_html_3554431164 cspg_html_3554431164:151:25162:25179 Maligne Lacombe, Alberta -0.464706706380762058 +79274 geology_html_9475820906 geology_html_9475820906:305:27129:27135 Reston Virginia -0.462143504710773534 +79275 cspg_html_4086951599 cspg_html_4086951599:75:11346:11365 Mystic Quebec City -0.0808534152288267888 +79276 aapg_af_900.html aapg_af_900.html:49:7341:7351 Frio East Texas -0.444844842741709823 +79277 aapg_ac_924.html aapg_ac_924.html:105:7365:7378 Madison Kinderhook (town), New York -0.508641242562033691 +79278 aapg_ah_505.html aapg_ah_505.html:602:46014:46023 Chugwater Colorado -0.439343057733562137 +79279 aapg_ac_703.html aapg_ac_703.html:38:5044:5051 Madison Gallatin River -0.040395903070456575 +79280 sedimentology_html_3200584564 sedimentology_html_3200584564:1082:77075:77090 Mesaverde Cheyenne, Wyoming -0.448484669177164286 +79281 cspg_html_4072152826 cspg_html_4072152826:206:25372:25393 Bison Creek Mons -0.485266333037401854 +79282 cspg_html_6306091047 cspg_html_6306091047:15:2161:2180 Baldonnel Victoria, British Columbia -0.0209266190161632587 +79283 aapg_ad_862.html aapg_ad_862.html:110:18087:18096 Oil Creek Pittsburgh -0.475258680049542748 +79284 aapg_ac_206.html aapg_ac_206.html:11:1249:1262 Clinton Lockport (city), New York -0.454847705403765845 +79285 cspg_html_2419618566 cspg_html_2419618566:1015:111322:111330 Columbia Purcell Mountains -0.00961046045389274753 +79286 aapg_aa_107.html aapg_aa_107.html:31:4638:4648 Santa Cruz California -0.482430096983488987 +79287 gsa_html_1734656819 gsa_html_1734656819:1209:112735:112740 Palms San Diego County, California -0.04576482531518513 +79288 aapg_ai_654.html aapg_ai_654.html:21:3865:3889 Madison Williston Basin -0.506202203331828748 +79289 aapg_aa_207.html aapg_aa_207.html:3:356:367 Green River Powder River (Montana) 0.00923692322806706281 +79290 aapg_ad_174.html aapg_ad_174.html:279:28162:28179 Menefee New Mexico -0.501560061931396017 +79291 aapg_ai_786.html aapg_ai_786.html:476:42868:42887 Arkansas Novaculite Atoka, Oklahoma -0.0245215675441684301 +79292 cspg_html_1132698231 cspg_html_1132698231:669:73928:73933 Waicoe London, Ontario -0.481989744615225701 +79293 aapg_ac_588.html aapg_ac_588.html:71:9737:9745 Virginia Kentucky -0.474815026513922711 +79294 aapg_af_423.html aapg_af_423.html:8:732:742 Fort Payne Monteagle, Tennessee -0.256638580264456184 +79295 gsa_html_6927123889 gsa_html_6927123889:14:575:581 Oregon Salem, Oregon -0.526687761476565042 +79296 aapg_ac_333.html aapg_ac_333.html:651:80043:80061 Supai Supai, Arizona -0.478280146619880497 +79297 aapg_ad_837.html aapg_ad_837.html:63:5814:5833 Jefferson Liberty County, Florida 0.0313209890762018994 +79298 aapg_aa_906.html aapg_aa_906.html:499:55377:55384 Wasatch Fort Union Trading Post National Historic Site -0.463526807661379381 +79299 aapg_ah_801.html aapg_ah_801.html:13:1159:1170 Hardinsburg Mississippian culture -0.448753864703002991 +79300 geology_html_6060647318 geology_html_6060647318:56:6775:6800 San Joaquin Sacramento, California -0.455482628602140449 +79301 cspg_html_3008414459 cspg_html_3008414459:164:22192:22224 Provincial Deadhorse, Alaska -0.479438267468745405 +79302 cspg_html_3501550466 cspg_html_3501550466:719:95605:95638 Birdbear Regina, Saskatchewan -0.496386707811001693 +79303 aapg_ai_240.html aapg_ai_240.html:238:25251:25265 Stony Mountain Red River of the North 0.0591343973974400791 +79304 aapg_ac_882.html aapg_ac_882.html:59:6140:6144 Kope Richmond, California -0.0157388171484894208 +79305 aapg_ai_688.html aapg_ai_688.html:69:9938:9969 Rose Hill Williamsport, Indiana -0.427658982255246345 +79306 aapg_ad_908.html aapg_ad_908.html:233:25597:25614 La Luna El Salvador -0.0365022098849612647 +79307 cspg_html_2954223000 cspg_html_2954223000:1093:154371:154376 Weeks Tulsa, Oklahoma -0.489661768590455182 +79308 aapg_ah_180.html aapg_ah_180.html:111:12419:12429 Mahantango Helderberg -0.43919205226689878 +79309 aapg_ad_400.html aapg_ad_400.html:3:377:399 Maroon Colorado -0.151187293813724283 +79310 cspg_html_8362959053 cspg_html_8362959053:59:8841:8847 Luscar Mountain Park (Holyoke, Massachusetts) -0.025547354296840772 +79311 palaios_html_2221534395 palaios_html_2221534395:465:50530:50550 Nolichucky Virginia 0.006036790497064899 +79312 aapg_ac_986.html aapg_ac_986.html:1063:122501:122508 Vermejo New Mexico -0.0824745514303616145 +79313 gsa_html_5274400800 gsa_html_5274400800:637:51941:51965 Nisku Lacombe, Alberta -0.451740527107044376 +79314 gsa_html_6117440194 gsa_html_6117440194:291:30133:30138 Moyie Omineca Mountains -0.462097962880594848 +79315 aapg_ae_419.html aapg_ae_419.html:2900:188717:188735 Taraises Madeira wine -0.038712565483401136 +79316 geology_html_9794573137 geology_html_9794573137:237:21038:21047 Pocatello Boise, Idaho -0.469024309212410007 +79317 gsa_html_6213751745 gsa_html_6213751745:898:73802:73830 Green River Colorado -0.0167554219628843898 +79318 jgeology_html_4305195651 jgeology_html_4305195651:3062:219289:219306 Mauch Chunk Morgantown, Kentucky -0.067152059550716528 +79319 cspg_html_4287356899 cspg_html_4287356899:3314:347639:347651 Jungle Creek Ellesmere Island -0.109823965592761572 +79320 aapg_ac_393.html aapg_ac_393.html:29:3081:3089 Niobrara Colorado 0.690855192786384298 +79321 aapg_ac_63.html aapg_ac_63.html:337:33561:33580 Smackover Shreveport, Louisiana 0.0298842978406814348 +79322 aapg_aa_286.html aapg_aa_286.html:26:4191:4202 Utica Pennsylvania 0.0119577510561948014 +79323 aapg_aa_340.html aapg_aa_340.html:209:17424:17430 Wilcox Seminole, Texas -0.0291434052387325206 +79324 aapg_ah_978.html aapg_ah_978.html:261:26443:26458 Etchegoin Rancho Santa Margarita, California -0.446146001135949044 +79325 aapg_ah_652.html aapg_ah_652.html:84:11913:11929 Dakota Mancos, Colorado 0.0658502606137063851 +79326 aapg_af_812.html aapg_af_812.html:141:12672:12695 Cook Mountain East Texas -0.227290295883571775 +79327 gsa_html_3521452491 gsa_html_3521452491:671:57002:57006 Kamo Earth -0.433635185237620624 +79328 cspg_html_1166788717 cspg_html_1166788717:154:18728:18737 Sassenach Lacombe, Alberta -0.409403548680465024 +79329 cspg_html_9817084056 cspg_html_9817084056:253:31758:31766 Waterton Lacombe, Alberta -0.489899180704299886 +79330 aapg_ai_584.html aapg_ai_584.html:719:75773:75790 Madison Laramie, Wyoming -0.0578709660660540678 +79331 aapg_ai_292.html aapg_ai_292.html:124:13042:13057 Lisburne Northwest Arctic Borough, Alaska -0.0396281807220570936 +79332 sedimentology_html_5801163920 sedimentology_html_5801163920:1299:98071:98075 Dean New Mexico -0.0540873490612621827 +79333 aapg_ac_475.html aapg_ac_475.html:26:4589:4598 Kishenehn Victoria, British Columbia -0.0282234355137958928 +79334 jgeology_html_8458939192 jgeology_html_8458939192:91:3709:3726 Entrada Logan, Utah 0.310839476418550642 +79335 aapg_af_995.html aapg_af_995.html:180:32772:32787 Mesaverde Logan, Utah 0.00875567330735306688 +79336 aapg_af_384.html aapg_af_384.html:171:18407:18427 Peel Ellesmere Island -0.472210801391301227 +79337 aapg_ad_307.html aapg_ad_307.html:68:7830:7850 Wood River Reno, Nevada -0.445989406971527558 +79338 sedimentology_html_8923738088 sedimentology_html_8923738088:1731:93096:93115 Leadville Colorado -0.0303573786993141213 +79339 aapg_ai_49.html aapg_ai_49.html:653:86311:86321 San Andres New Mexico -0.453180049702502807 +79340 aapg_ac_575.html aapg_ac_575.html:247:40282:40300 Woodside Logan, Utah 0.768220640716408609 +79341 aapg_ac_222.html aapg_ac_222.html:3:497:514 Hermosa Colorado -0.110750766973214523 +79342 gsa_html_9755702281 gsa_html_9755702281:738:58150:58155 Stark California -0.505054791862070251 +79343 cspg_html_8797277909 cspg_html_8797277909:621:78990:79015 Beaverhill Canada -0.054549503916786618 +79344 gsa_html_3648258377 gsa_html_3648258377:521:51254:51266 Mount Laurel Mount Laurel Township, New Jersey -0.0623569418481576959 +79345 aapg_ai_28.html aapg_ai_28.html:476:45690:45700 Rio Grande Texas -0.0418113941638034933 +79346 aapg_ac_894.html aapg_ac_894.html:65:5298:5318 Oil Creek Cooke County, Texas -0.0426837810068434811 +79347 aapg_ac_629.html aapg_ac_629.html:152:20936:20942 Lissie Oberlin, Ohio -0.443782030321690002 +79348 cspg_html_9136481292 cspg_html_9136481292:552:59497:59514 Cardium Lacombe, Alberta -0.458641287983651336 +79349 aapg_ai_772.html aapg_ai_772.html:7:909:915 Sierra RAF Troodos -0.49285239645366713 +79350 aapg_ad_659.html aapg_ad_659.html:324:46152:46160 Michigan Grand Island, New York -0.456561440120662909 +79351 aapg_ah_157.html aapg_ah_157.html:299:42926:42933 Mattoon Illinois -0.457555451333636842 +79352 aapg_ae_875.html aapg_ae_875.html:403:45702:45717 Coamo Puerto Rico -0.472574788136010782 +79353 aapg_af_854.html aapg_af_854.html:1040:146610:146628 Golconda Kentucky -0.0523750246926542248 +79354 geology_html_6350726541 geology_html_6350726541:253:24553:24560 Madison Transantarctic Mountains -0.0425131277640511673 +79355 cspg_html_2198503252 cspg_html_2198503252:59:6332:6347 Ouray Boise, Idaho -0.450707909241451543 +79356 gsa_html_3701935694 gsa_html_3701935694:219:20340:20359 Cram Hill Bennington, Vermont -0.554862359388640258 +79357 gsa_html_7498897688 gsa_html_7498897688:1240:103015:103021 Sonora California -0.0317836884462165403 +79358 aapg_ad_575.html aapg_ad_575.html:58:7642:7661 Minnelusa Cheyenne, Wyoming -0.470517256867207745 +79359 gsa_html_7012936645 gsa_html_7012936645:927:73559:73567 Montreal Quebec 0.980553998961914974 +79360 geology_html_3106921824 geology_html_3106921824:59:6406:6414 Virginia Chesapeake Bay -0.476061064960921709 +79361 aapg_aa_23.html aapg_aa_23.html:757:96625:96653 Stony Mountain Red River of the North -0.640767332551765767 +79362 aapg_af_128.html aapg_af_128.html:465:42532:42540 Tensleep Cheyenne, Wyoming -0.494609426466897539 +79363 gsa_html_8515975571 gsa_html_8515975571:20:1454:1467 Santa Barbara California -0.470236848829719556 +79364 jgeology_html_7743775272 jgeology_html_7743775272:254:18676:18681 Salem Bloomington, Indiana -0.442762791672519862 +79365 gsa_html_2335956331 gsa_html_2335956331:659:58500:58528 Green River Colorado -0.0156223882901486526 +79366 geology_html_2132529104 geology_html_2132529104:214:23090:23108 Monterey California -0.455658949817136283 +79367 cspg_html_6284849447 cspg_html_6284849447:29:4060:4078 Bullhead Dissected Till Plains -0.467194881190696076 +79368 AMJC_html_8745118655 AMJC_html_8745118655:942:83760:83765 Rapid 1980 eruption of Mount St. Helens -0.470292003998596664 +79369 aapg_af_425.html aapg_af_425.html:67:7272:7289 St Louis Ruffed Grouse -0.453355922590981064 +79370 cspg_html_1818321956 cspg_html_1818321956:424:41694:41702 Columbia Victoria, British Columbia -0.407334950390464967 +79371 gsa_html_5107598462 gsa_html_5107598462:384:32932:32938 Salina Berwick, Pennsylvania -0.47735290933611807 +79372 jgeology_html_8936542604 jgeology_html_8936542604:1248:75978:75984 Thrifty London, Ontario -0.460146402321772174 +79373 aapg_ac_838.html aapg_ac_838.html:438:39564:39570 Denver Texas -0.464419004431934179 +79374 cspg_html_2863271815 cspg_html_2863271815:516:62525:62536 B Evaporite Salina, Kansas -0.490449479583778825 +79375 cspg_html_8107862279 cspg_html_8107862279:9:641:660 Cathedral Eldon, Missouri -0.0286877600181881381 +79376 jgeology_html_1694744705 jgeology_html_1694744705:876:48815:48845 Valentine Adirondack Mountains -0.00157388492495419375 +79377 geology_html_9172071766 geology_html_9172071766:189:15485:15501 Navajo Mesa, Arizona -0.493383370963238699 +79378 palaios_html_3112927242 palaios_html_3112927242:828:65828:65854 Bradore Quebec City -0.441517589995484405 +79379 cspg_html_3804945581 cspg_html_3804945581:349:37888:37914 Horseshoe Canyon Lacombe, Alberta -0.0612150688654258396 +79380 aapg_af_2.html aapg_af_2.html:290:32428:32433 Ouray Ouray, Colorado -0.0114886275572314532 +79381 aapg_aa_24.html aapg_aa_24.html:1183:115315:115322 Aklavik Canada -0.0388083006594042434 +79382 aapg_ah_387.html aapg_ah_387.html:2856:309932:309941 Knoxville Colusa County, California -0.451812561628617604 +79383 aapg_ac_392.html aapg_ac_392.html:119:11602:11607 Salem Wayne County, Michigan -0.451526708240674923 +79384 cspg_html_4272664788 cspg_html_4272664788:75:11591:11599 Columbia Victoria, British Columbia -0.435714594595624227 +79385 aapg_ae_471.html aapg_ae_471.html:461:41973:41980 Hosston Cotton Valley, Louisiana -0.409498265768523217 +79386 aapg_af_18.html aapg_af_18.html:186:21846:21856 Lakota Black Hills 0.684854165318830144 +79387 aapg_ah_411.html aapg_ah_411.html:74:10201:10209 Colorado Lacombe, Alberta -0.0174019020564647256 +79388 aapg_ah_134.html aapg_ah_134.html:76:6777:6785 Nacatoch Tuscaloosa, Alabama -0.462348471732962063 +79389 sedimentology_html_3296239633 sedimentology_html_3296239633:1187:100764:100770 Navajo Logan, Utah -0.491056633019370192 +79390 geology_html_8328913125 geology_html_8328913125:382:28026:28039 Crystal River Melbourne, Florida -0.255542756812028871 +79391 cspg_html_7587979364 cspg_html_7587979364:397:32043:32059 Muskeg Lacombe, Alberta -0.0175218157848266304 +79392 aapg_ad_785.html aapg_ad_785.html:686:74152:74155 Lee Denver -0.445998354490544591 +79393 aapg_aa_39.html aapg_aa_39.html:212:19687:19695 Colorado Hermosa, Chicago -0.0175687387296353664 +79394 aapg_ai_542.html aapg_ai_542.html:176:17058:17089 Cathedral Colorado -0.469506369220983932 +79395 cspg_html_9905904289 cspg_html_9905904289:8:1161:1167 Ferris Saint Kitts and Nevis -0.501545759647369804 +79396 geology_html_3509939317 geology_html_3509939317:231:19532:19540 Columbia Victoria, British Columbia -0.435767689782418699 +79397 aapg_ah_644.html aapg_ah_644.html:288:34280:34285 Piper Black Hills -0.52415005870634912 +79398 palaios_html_1521536752 palaios_html_1521536752:84:11826:11835 Bluefield Lewisburg, Pennsylvania -0.026705362044744569 +79399 cspg_html_5976982403 cspg_html_5976982403:118:16387:16398 Dutch Creek Mount Baker -0.466810220907495799 +79400 cspg_html_9354781888 cspg_html_9354781888:702:55298:55304 Wapiti Victoria, British Columbia 0.000548948298213387093 +79401 gsa_html_2361725345 gsa_html_2361725345:828:70523:70537 Rockwell California -0.0118326507856826232 +79402 aapg_aa_544.html aapg_aa_544.html:82:10660:10679 Minnelusa Cheyenne, Wyoming 0.0225397300825282074 +79403 aapg_ad_124.html aapg_ad_124.html:107:9433:9440 Kanawha Upshur County, West Virginia -0.479719327950920094 +79404 aapg_ae_715.html aapg_ae_715.html:520:67751:67761 Rio Grande Houston -0.0362237739882792509 +79405 cspg_html_9778753186 cspg_html_9778753186:269:40713:40734 Blackstone Lacombe, Alberta -0.479521879225688563 +79406 gsa_html_7296412338 gsa_html_7296412338:1125:95320:95348 Green River Colorado 0.0129828974298069524 +79407 gsa_html_4557277250 gsa_html_4557277250:791:68755:68763 Colorado Denver -0.43005505476622502 +79408 cspg_html_5141367518 cspg_html_5141367518:398:55891:55908 Bearpaw Regina, Saskatchewan -0.455279223830003521 +79409 aapg_ae_584.html aapg_ae_584.html:631:60593:60613 Ingleside Colorado -0.474203062673125064 +79410 sedimentology_html_5779710300 sedimentology_html_5779710300:985:62858:62868 Washington Seattle -0.0475070165492629953 +79411 aapg_ad_169.html aapg_ad_169.html:343:40604:40625 Greenbrier Huntington, West Virginia -0.436225760714651634 +79412 aapg_ah_85.html aapg_ah_85.html:529:45089:45097 Virginia Maryland -0.475138501585752326 +79413 palaios_html_9669360804 palaios_html_9669360804:423:37440:37448 Scotland Germany -0.47829406272822006 +79414 gsa_html_7938666655 gsa_html_7938666655:286:24989:25009 Kotsina Conglomerate Chitina, Alaska -0.47395378155658785 +79415 cspg_html_9768299963 cspg_html_9768299963:200:20915:20931 Horseshoe Canyon Horseshoe Canyon Formation 0.708116765044491059 +79416 aapg_ae_847.html aapg_ae_847.html:237:17717:17728 San Joaquin Sacramento, California -0.457650607934439568 +79417 gsa_html_8010927234 gsa_html_8010927234:126:6215:6247 Rangeley Portland, Maine -0.460091874413590562 +79418 aapg_ad_760.html aapg_ad_760.html:26:3899:3920 Modelo Santa Clara County, California -0.476033304431228654 +79419 cspg_html_5699627350 cspg_html_5699627350:42:6541:6557 Viking Lacombe, Alberta -0.450586501765938174 +79420 gsa_html_6281658899 gsa_html_6281658899:775:80917:80928 Tepee Trail Cheyenne, Wyoming -0.474009171210690694 +79421 aapg_ae_854.html aapg_ae_854.html:230:24012:24024 Rundle Lacombe, Alberta -0.0169066131987412362 +79422 aapg_aa_37.html aapg_aa_37.html:262:32632:32648 Kaibab Arizona -0.00112569192733688248 +79423 aapg_ah_644.html aapg_ah_644.html:156:18284:18297 Gypsum Spring Manitoba -0.447189152172129289 +79424 aapg_aa_595.html aapg_aa_595.html:339:36434:36447 Abo Wichita, Kansas -0.457532796484121151 +79425 gsa_html_3159830288 gsa_html_3159830288:764:68977:68984 Yucatan Mexico -0.0322951140020652852 +79426 sedimentology_html_5922191587 sedimentology_html_5922191587:843:74664:74678 Violin Breccia California -0.0373010146688876193 +79427 aapg_ai_154.html aapg_ai_154.html:95:11394:11412 Onondaga Pennsylvania -0.476093453364925034 +79428 aapg_ac_730.html aapg_ac_730.html:497:71559:71573 Wepo Niobrara, Nebraska -0.455211432419709627 +79429 aapg_af_704.html aapg_af_704.html:181:17039:17048 Red River Williston, Vermont -0.42653659632637092 +79430 sedimentology_html_2255075984 sedimentology_html_2255075984:60:6081:6100 Athabasca Canada -0.499246281017071747 +79431 aapg_ad_154.html aapg_ad_154.html:63:7394:7417 Conococheague Shenandoah Valley -0.238175889589605561 +79432 sedimentology_html_6268265701 sedimentology_html_6268265701:1307:92429:92445 Dakota New Mexico 0.0315471181110921622 +79433 aapg_ae_546.html aapg_ae_546.html:187:21317:21351 Cotton Valley Shreveport, Louisiana -0.0489655236632166313 +79434 AMJC_html_3664856625 AMJC_html_3664856625:492:52939:52959 Fort Union Knife River 0.00511431092134340907 +79435 aapg_ae_67.html aapg_ae_67.html:128:11504:11511 Warsaw Colorado -0.0126805624942423392 +79436 aapg_af_291.html aapg_af_291.html:476:52613:52627 Lisburne Anchorage, Alaska -0.478326534516524793 +79437 aapg_ai_887.html aapg_ai_887.html:176:21751:21759 Edmonton Lacombe, Alberta -0.500557112785802838 +79438 aapg_aa_590.html aapg_aa_590.html:41:4993:5000 Yucatan Nassau, Bahamas 0.0556553132929547556 +79439 aapg_ah_779.html aapg_ah_779.html:601:110777:110784 Chemung Catskill Mountains -0.0519077812744832348 +79440 aapg_ah_647.html aapg_ah_647.html:301:32076:32093 Percha Arizona -0.0585689638564125953 +79441 aapg_ak_87.html aapg_ak_87.html:156:24177:24183 Kaibab Arizona -0.0206224389359462197 +79442 aapg_aa_738.html aapg_aa_738.html:36:4156:4172 Moscow Moscow 0.0253004636257019647 +79443 jgeology_html_5435533156 jgeology_html_5435533156:906:59374:59408 Serpent Canada -0.439223139625051329 +79444 aapg_ad_440.html aapg_ad_440.html:544:51375:51392 Taggard Monroe County, Florida -0.151498832793463822 +79445 gsa_html_1040524378 gsa_html_1040524378:55:7954:7961 Challis Absaroka -0.498053805119432369 +79446 gsa_html_8152640301 gsa_html_8152640301:506:43523:43552 Naknek Talkeetna, Alaska -0.00949926761203980299 +79447 aapg_af_763.html aapg_af_763.html:320:33072:33112 Copenhagen Reno, Nevada -0.0833966631908211881 +79448 cspg_html_1503116552 cspg_html_1503116552:69:9862:9881 Waterways Lacombe, Alberta -0.500973869275913808 +79449 cspg_html_6306091047 cspg_html_6306091047:15:2115:2152 Charlie Lake Victoria, British Columbia -0.461026124022890449 +79450 aapg_ai_479.html aapg_ai_479.html:515:59542:59556 Traverse Michigan Basin -0.443732938342886629 +79451 aapg_aa_463.html aapg_aa_463.html:96:19175:19192 Sparta Mississippi River -0.433376961451207021 +79452 jgeology_html_2074544204 jgeology_html_2074544204:306:20785:20796 Chopawamsic Virginia -0.49240427742779258 +79453 cspg_html_5241714595 cspg_html_5241714595:661:98820:98838 Duvernay Canada -0.48184068160181448 +79454 cspg_html_9330018201 cspg_html_9330018201:95:15459:15492 Elko Elko, Nevada -0.251495613266651097 +79455 aapg_ae_544.html aapg_ae_544.html:7:1124:1139 Eagle Niobrara, Nebraska -0.488278574417694344 +79456 gsa_html_9478615109 gsa_html_9478615109:14:648:656 Colorado Denver -0.0481395257140627003 +79457 aapg_ai_236.html aapg_ai_236.html:136:12042:12067 Venango Venango, Pennsylvania -0.474069180634086484 +79458 aapg_af_709.html aapg_af_709.html:11:1245:1257 Saskatchewan Victoria, British Columbia -0.44497889773871091 +79459 AMJC_html_8107504009 AMJC_html_8107504009:382:33956:33977 Tibbit Hill Ottawa, Kansas -0.435668138774596203 +79460 geology_html_9480340228 geology_html_9480340228:246:22541:22559 Frontier Cheyenne, Wyoming -0.431714547785669089 +79461 cspg_html_7799850124 cspg_html_7799850124:441:49737:49766 Swan Hills Swan Hill, Victoria -0.0978818246835126554 +79462 gsa_html_2717448156 gsa_html_2717448156:1037:104909:104917 Columbia Victoria, British Columbia -0.470262127852539125 +79463 aapg_ac_944.html aapg_ac_944.html:186:18712:18736 Arroyo New Mexico -0.444945382159606273 +79464 aapg_ac_834.html aapg_ac_834.html:96:8570:8581 Dakota Fall River, Nova Scotia 0.000138974235394869979 +79465 gsa_html_4071231613 gsa_html_4071231613:578:64645:64671 Wild Sheep Creek Anchorage, Alaska -0.477130519718023338 +79466 aapg_ah_856.html aapg_ah_856.html:25:3773:3787 Tactic Guatemala -0.478280146619880497 +79467 aapg_ai_0.html aapg_ai_0.html:506:57550:57561 San Antonio Lavaca, Arkansas -0.449541717141150321 +79468 aapg_ad_998.html aapg_ad_998.html:14:1139:1145 Oregon West Coast of the United States -0.455211432419709627 +79469 aapg_ad_466.html aapg_ad_466.html:372:45063:45080 Raritan Closter, New Jersey -0.427711626546922574 +79470 palaios_html_6100595217 palaios_html_6100595217:18:1043:1067 Moodys Branch Lisbon -0.458865873154244486 +79471 aapg_ad_960.html aapg_ad_960.html:72:6981:7006 Santa Margarita Monterey, California 0.0158517710589337717 +79472 cspg_html_9924397126 cspg_html_9924397126:1647:169499:169520 Ione California -0.510116323839860719 +79473 aapg_ae_454.html aapg_ae_454.html:161:13466:13485 Cotton Valley Arkansas -0.400501765704364909 +79474 aapg_ad_55.html aapg_ad_55.html:467:28320:28327 Decorah Kirksville, Missouri -0.436805862873274886 +79475 cspg_html_9701352317 cspg_html_9701352317:17:1533:1553 Otto Fiord Canada -0.244659212565352918 +79476 aapg_ae_877.html aapg_ae_877.html:101:10030:10042 Gilwood Lake Ontario 0.671553474148303575 +79477 cspg_html_3124360347 cspg_html_3124360347:32:6133:6156 Jefferson Gasconade River -0.00258840277417883959 +79478 cspg_html_8568877195 cspg_html_8568877195:381:62462:62473 Belly River Regina, Saskatchewan 0.564838383044915293 +79479 aapg_ae_958.html aapg_ae_958.html:2401:204488:204496 Carlsbad Lea County Regional Airport -0.0759408142726458874 +79480 aapg_ac_730.html aapg_ac_730.html:315:44150:44156 Toreva Mancos, Colorado 0.00989886836448491438 +79481 aapg_ai_105.html aapg_ai_105.html:505:60308:60322 Duchesne River Western world -0.0492966446441219716 +79482 aapg_aa_36.html aapg_aa_36.html:437:42295:42299 Open Bay, Arkansas -0.481815063993563775 +79483 aapg_ad_800.html aapg_ad_800.html:94:10338:10348 Tuscaloosa Alabama -0.0142287598645039169 +79484 aapg_af_808.html aapg_af_808.html:996:130294:130312 Scotland Barbados -0.465558942626108085 +79485 aapg_af_702.html aapg_af_702.html:34:3476:3514 Kekiktuk Prudhoe Bay Oil Field -0.501664952843956957 +79486 jgeology_html_1263059090 jgeology_html_1263059090:1457:77888:77904 Navajo Logan, Utah -0.462102516958969756 +79487 cspg_html_3026112034 cspg_html_3026112034:94:9362:9392 Leduc Pine Brook, New Jersey -0.433403442682278373 +79488 cspg_html_9735723617 cspg_html_9735723617:735:87979:87998 Hecla Bay Melville Island (Canada) -0.457650607934439568 +79489 aapg_ae_692.html aapg_ae_692.html:299:31499:31507 Deadwood Winnipeg -0.602798668850723529 +79490 aapg_ai_49.html aapg_ai_49.html:118:12288:12293 Weber Colorado -0.472040378581138065 +79491 aapg_ae_636.html aapg_ae_636.html:120:12669:12676 Andrews Hockley -0.451733774163315116 +79492 aapg_ac_23.html aapg_ac_23.html:277:22667:22715 Huntersville Huntington, West Virginia 0.0708686679907449824 +79493 aapg_ae_997.html aapg_ae_997.html:16:2757:2781 Wasatch Evanston, Wyoming 0.00994404088391406815 +79494 sedimentology_html_5462089509 sedimentology_html_5462089509:1350:97531:97549 Gowganda Ontario, California -0.462102516958969756 +79495 aapg_af_97.html aapg_af_97.html:40:3805:3821 Osgood Lexington, Kentucky -0.442620143363224416 +79496 aapg_ad_192.html aapg_ad_192.html:47:6402:6417 Tuscaloosa Mississippi River -0.00178582142589237621 +79497 aapg_ah_83.html aapg_ah_83.html:52:7376:7392 Lakota Powder River Basin 1.26479465395324153 +79498 cspg_html_5295390542 cspg_html_5295390542:190:24636:24658 Charlie Lake Halton (electoral district) -0.0127518020559754426 +79499 aapg_ac_557.html aapg_ac_557.html:504:58380:58387 El Paso New Mexico -0.0463048645997310923 +79500 aapg_ah_358.html aapg_ah_358.html:869:63264:63274 San Andres New Mexico 0.0106841830799118756 +79501 cspg_html_5949578130 cspg_html_5949578130:832:97034:97069 Keg River Canada -0.456479975332736432 +79502 aapg_ac_313.html aapg_ac_313.html:230:26013:26029 Campur Belize -0.48878086726465575 +79503 jgeology_html_4305195651 jgeology_html_4305195651:589:73670:73686 Pocono Lackawanna County, Pennsylvania -0.447135398674851747 +79504 aapg_ae_969.html aapg_ae_969.html:121:13334:13354 Trabuco Ladd, Illinois -0.0280825762237737336 +79505 aapg_ai_499.html aapg_ai_499.html:223:19734:19750 Dakota Cheyenne, Wyoming -0.452927573923113447 +79506 aapg_ac_367.html aapg_ac_367.html:141:16498:16508 Ironton Galesville, Maryland -0.48422645917649243 +79507 aapg_ae_410.html aapg_ae_410.html:19:2700:2708 Woodbine Austin, Chicago -0.010750205891597751 +79508 gsa_html_4432793908 gsa_html_4432793908:601:64830:64850 Sheep Pass Reno, Nevada 0.341640646141095738 +79509 cspg_html_3740794265 cspg_html_3740794265:539:49515:49529 Bullhead Victoria, British Columbia -0.495723634298967097 +79510 aapg_ae_161.html aapg_ae_161.html:110:13529:13541 Judith River Judith River Formation -0.448892980122610918 +79511 aapg_ad_131.html aapg_ad_131.html:202:16331:16336 Atoka Hartshorne, Oklahoma -0.0350022236580636789 +79512 cspg_html_6116883777 cspg_html_6116883777:1168:164570:164590 Lands Lokk Ellesmere Island -0.473695342935840036 +79513 geology_html_4936682354 geology_html_4936682354:235:20867:20876 San Pedro Switzerland -0.452896019392303839 +79514 aapg_ad_466.html aapg_ad_466.html:413:50179:50186 Magothy Raritan Bay Drawbridge 0.0550587819810937629 +79515 aapg_ac_689.html aapg_ac_689.html:14:1824:1832 Colorado Nebraska -0.00092939054595942859 +79516 geology_html_5524213035 geology_html_5524213035:182:22910:22914 Reno Reno, Nevada -0.458695727712452594 +79517 aapg_ac_569.html aapg_ac_569.html:208:28045:28065 Emma Fiord Devon Island -0.484833872729878101 +79518 aapg_aa_745.html aapg_aa_745.html:236:29932:29945 Brushy Canyon Mesa, Arizona -0.482884665046712014 +79519 AMJC_html_2711105513 AMJC_html_2711105513:668:79127:79135 Columbia Columbia District -0.484534784604727431 +79520 aapg_aa_546.html aapg_aa_546.html:228:22579:22599 Eagle Colorado -0.489885075161781369 +79521 aapg_ae_921.html aapg_ae_921.html:114:7867:7881 Sentinel Butte Fort Union Trading Post National Historic Site -0.457736710679965686 +79522 aapg_ai_12.html aapg_ai_12.html:23:1492:1504 Hermit Arizona -0.464163347577605745 +79523 cspg_html_6193252551 cspg_html_6193252551:531:61131:61159 Laurentian Ottawa, Kansas -0.0259959408940027802 +79524 aapg_ac_461.html aapg_ac_461.html:118:12942:12953 Chicontepec Western world -0.030548703261185188 +79525 gsa_html_4891459463 gsa_html_4891459463:1194:112961:112974 Santa Barbara California -0.0343184250102417446 +79526 aapg_ah_387.html aapg_ah_387.html:3051:337291:337300 Knoxville Knoxville, Illinois -0.0363020833297297701 +79527 AMJC_html_4504848787 AMJC_html_4504848787:599:58207:58226 Swift Lynchburg, Virginia -0.0131827182184571217 +79528 aapg_ae_639.html aapg_ae_639.html:137:12522:12543 Georgetown Buda, Texas -0.425700050336429825 +79529 aapg_ae_128.html aapg_ae_128.html:60:5985:5991 Morgan Clayton County, Georgia -0.445408004975414329 +79530 aapg_ac_662.html aapg_ac_662.html:14:2120:2130 Phosphoria Logan, Utah 0.331807902605560867 +79531 jgeology_html_2872695575 jgeology_html_2872695575:205:12463:12481 Kanawha Huntington, West Virginia -0.239044314943182484 +79532 gsa_html_5732354264 gsa_html_5732354264:889:73180:73189 Extension England -0.469070208322842297 +79533 aapg_ad_0.html aapg_ad_0.html:255:21632:21649 Black River Bloomington, Indiana -0.02166536358211529 +79534 aapg_aa_426.html aapg_aa_426.html:231:51771:51776 Eutaw Selma to Montgomery marches -0.427650208489599781 +79535 aapg_ah_416.html aapg_ah_416.html:127:11687:11694 Pakowki Southern Great Plain -0.150897274897191791 +79536 aapg_ai_94.html aapg_ai_94.html:259:36031:36037 Sierra Western world -0.0865044847368156566 +79537 aapg_af_504.html aapg_af_504.html:41:6032:6049 Ivishak Prudhoe Bay, Alaska -0.424643370066234593 +79538 AMJC_html_7085584544 AMJC_html_7085584544:940:96389:96397 Michigan Colorado -0.443732938342886629 +79539 gsa_html_1549665076 gsa_html_1549665076:541:53177:53183 Oregon Salem, Oregon -0.475397368106546647 +79540 cspg_html_7325522863 cspg_html_7325522863:152:23693:23710 Battle Milk River, Alberta 0.768740797645569796 +79541 aapg_ad_887.html aapg_ad_887.html:173:14494:14503 Frio Texas 0.000792153354614578671 +79542 geology_html_2210212114 geology_html_2210212114:24:1361:1407 Rapid Antarctic Peninsula -0.447135398674851747 +79543 aapg_ai_17.html aapg_ai_17.html:779:54432:54442 Rio Grande Colorado -0.0434656937810903587 +79544 gsa_html_8035658736 gsa_html_8035658736:727:84716:84722 Oregon Boise, Idaho -0.48062584784091128 +79545 aapg_af_636.html aapg_af_636.html:237:27928:27936 Onondaga Illinois -0.480367741483547772 +79546 cspg_html_2860054419 cspg_html_2860054419:42:5534:5551 Grimsby Michigan Basin -0.0341705352496151776 +79547 cspg_html_7675189126 cspg_html_7675189126:426:51562:51577 Sinwa Victoria, British Columbia -0.465888175365361257 +79548 gsa_html_5854091649 gsa_html_5854091649:622:59978:59988 Washington Seattle -0.0349187039582129002 +79549 aapg_ad_695.html aapg_ad_695.html:328:20284:20297 Carrizo Milam County, Texas -0.462302919433881576 +79550 palaios_html_7930345720 palaios_html_7930345720:61:6218:6249 Navajo Reno, Nevada -0.0508147576234257159 +79551 aapg_aa_47.html aapg_aa_47.html:823:97404:97412 Colorado Burbank, California -0.423312692876289309 +79552 aapg_ad_466.html aapg_ad_466.html:214:27361:27368 Magothy Manasquan, New Jersey -0.0277173923299641155 +79553 aapg_ai_156.html aapg_ai_156.html:158:12511:12527 Hertha Plattsburg, Missouri -0.0273835184878958443 +79554 aapg_ad_808.html aapg_ad_808.html:1506:105024:105033 Mesaverde Cheyenne, Wyoming -0.439103236963543697 +79555 aapg_ad_715.html aapg_ad_715.html:302:38375:38381 Wewoka Pleasanton, Texas -0.451956647802202349 +79556 gsa_html_4144293017 gsa_html_4144293017:21:1293:1299 Denver Colorado -0.47482657712880405 +79557 aapg_aa_870.html aapg_aa_870.html:185:18112:18118 Dakota Lone Pine, California 0.0465243746376606468 +79558 gsa_html_4298040492 gsa_html_4298040492:748:86723:86728 Yukon Cordillera Administrative Region -0.0675138206513768296 +79559 cspg_html_4177743729 cspg_html_4177743729:17:1255:1269 Woodbend Lacombe, Alberta -0.437960495533138761 +79560 aapg_ad_763.html aapg_ad_763.html:627:75460:75470 Kern River Kern River Preserve -0.0312827215063834832 +79561 aapg_ah_646.html aapg_ah_646.html:27:3527:3545 Moenkopi Middle East 0.310359054121614575 +79562 cspg_html_3397138450 cspg_html_3397138450:1311:142489:142494 Price Lacombe, Alberta -0.449937021729037434 +79563 aapg_ai_583.html aapg_ai_583.html:27:4578:4586 Sundance Black Hills 0.957106748517227102 +79564 cspg_html_3630723811 cspg_html_3630723811:117:12525:12547 Tidal Netherlands -0.0219799913092776147 +79565 aapg_ae_667.html aapg_ae_667.html:464:56211:56236 Flagstaff Logan, Utah -0.484098022941034878 +79566 aapg_ac_395.html aapg_ac_395.html:53:5128:5136 Wolfcamp Delaware -0.0195500267274268287 +79567 gsa_html_4543270561 gsa_html_4543270561:1199:100902:100910 Rockwell Baja California peninsula 0.00647979387541270779 +79568 jgeology_html_2809998069 jgeology_html_2809998069:681:35979:35991 Rhode Island Kingston, Jamaica 0.909307512567523513 +79569 aapg_ae_993.html aapg_ae_993.html:358:35887:35906 Jefferson Boise, Idaho -0.434580403200599208 +79570 aapg_ae_474.html aapg_ae_474.html:91:8352:8368 Bethel Bethel, Alaska -0.0263436919689617882 +79571 aapg_ad_812.html aapg_ad_812.html:50:6114:6131 Todilto Kayenta, Arizona -0.465705253187009671 +79572 aapg_ah_467.html aapg_ah_467.html:179:14563:14571 Foremost Milk River, Alberta 0.0231359941574207396 +79573 cspg_html_3104351736 cspg_html_3104351736:95:11870:11886 Oldman Lacombe, Alberta -0.474133810779439169 +79574 aapg_af_575.html aapg_af_575.html:1137:163687:163703 Weno Fort Worth, Texas -0.481815063993563775 +79575 cspg_html_5976982403 cspg_html_5976982403:70:10034:10055 Dutch Creek Purcell Mountains -0.0547936736355184237 +79576 sedimentology_html_1623454448 sedimentology_html_1623454448:1557:114161:114182 Piedras Spain -0.479830848328458015 +79577 aapg_ac_235.html aapg_ac_235.html:801:79347:79363 Inyan Kara Black Hills -0.422147407249121198 +79578 aapg_ai_66.html aapg_ai_66.html:11:1338:1350 Pierre Colorado -0.470292003998596664 +79579 gsa_html_5986880650 gsa_html_5986880650:598:60766:60771 Price Arctic Cordillera -0.461128473443845555 +79580 aapg_aa_415.html aapg_aa_415.html:30:4629:4637 Woodbine Dallas County, Alabama -0.480597940731277096 +79581 aapg_ai_527.html aapg_ai_527.html:52:7044:7053 Fruitland Kirtland, Ohio -0.462398581950347165 +79582 sedimentology_html_1037330218 sedimentology_html_1037330218:495:38324:38328 Hall London, Ontario -0.50806444139810214 +79583 aapg_ai_83.html aapg_ai_83.html:225:21956:21963 Bedford East Branch Delaware River -0.455482628602140449 +79584 aapg_aa_114.html aapg_aa_114.html:340:32174:32180 Sierra Mexico -0.0365892226375816657 +79585 jgeology_html_8494933343 jgeology_html_8494933343:662:45883:45902 Bidahochi New Mexico -0.482917309945881279 +79586 cspg_html_4348111624 cspg_html_4348111624:321:41905:41927 Winnipegosis Williston Basin -0.0607891032877243623 +79587 aapg_ae_34.html aapg_ae_34.html:483:41451:41465 Frio Texas -0.0206241770933953232 +79588 aapg_ai_997.html aapg_ai_997.html:1104:104159:104179 Moreno Redding, California -0.483341806462215584 +79589 aapg_ad_116.html aapg_ad_116.html:171:21698:21703 Joins Missouri River 0.0110316729653651777 +79590 cspg_html_4409656292 cspg_html_4409656292:643:72523:72531 Columbia Victoria, British Columbia -0.440325191296006335 +79591 aapg_ae_959.html aapg_ae_959.html:3434:264476:264492 Salado Delaware -0.0256238564672171959 +79592 sedimentology_html_7325815776 sedimentology_html_7325815776:160:12184:12190 Sierra Spain -0.465705253187009671 +79593 cspg_html_4516258038 cspg_html_4516258038:684:73116:73129 Parry Islands Bathurst Island (Northern Territory) -0.033773852470743819 +79594 aapg_af_2.html aapg_af_2.html:465:52506:52523 Madison San Juan Mountains -0.107415440340013005 +79595 cspg_html_9958679425 cspg_html_9958679425:109:15691:15697 Calmar Williston Basin -0.0188617678361074417 +79596 aapg_ae_28.html aapg_ae_28.html:249:23211:23246 Stony Mountain Regina, Saskatchewan 0.0159282324715774928 +79597 aapg_ah_575.html aapg_ah_575.html:377:31410:31416 Brazil Pucallpa -0.456717601557364239 +79598 geology_html_4853004903 geology_html_4853004903:205:17590:17594 Bond North Atlantic Current -0.463307888475886887 +79599 aapg_ae_74.html aapg_ae_74.html:411:38739:38745 Chinle Moenkopi Formation -0.444157000692344317 +79600 sedimentology_html_5570537256 sedimentology_html_5570537256:1129:60906:60912 Thrifty London, Ontario -0.498184372130755504 +79601 aapg_ah_776.html aapg_ah_776.html:89:7191:7206 Queen New Mexico -0.466782751574986277 +79602 aapg_ai_249.html aapg_ai_249.html:522:68534:68556 Todos Santos Guatemala -0.484098022941034878 +79603 cspg_html_7799850124 cspg_html_7799850124:974:98989:99008 Waterways Lacombe, Alberta -0.46567095948211501 +79604 aapg_ad_599.html aapg_ad_599.html:186:22620:22641 Beekmantown Southampton Township, Bedford County, Pennsylvania -0.426672439965648742 +79605 gsa_html_6776685506 gsa_html_6776685506:84:10333:10370 Beekmantown Helderberg -0.468317764612058318 +79606 palaios_html_5941305386 palaios_html_5941305386:569:68088:68104 Chinle Parrish, Florida -0.445560028460347757 +79607 cspg_html_5688447798 cspg_html_5688447798:154:22839:22850 Goose Fiord Ellesmere Island -0.0237792189309356042 +79608 gsa_html_6062330506 gsa_html_6062330506:413:43331:43347 Salado Santa Rosa, California 0.00588564889809547673 +79609 aapg_ac_574.html aapg_ac_574.html:205:24038:24042 Elko Reno, Nevada 0.0106841830799118756 +79610 aapg_ai_503.html aapg_ai_503.html:5:920:936 Cabot Head Manitoulin Island -0.466741549175746284 +79611 gsa_html_6099173194 gsa_html_6099173194:310:31815:31832 Mirador Guyana -0.1053346702172617 +79612 aapg_ai_82.html aapg_ai_82.html:91:12072:12086 Maccrady Greenbrier (Great Smoky Mountains) 0.429248368275142123 +79613 cspg_html_9343899465 cspg_html_9343899465:77:10660:10680 Blue Fiord Melville Island (Canada) -0.00456360840821551893 +79614 aapg_ac_141.html aapg_ac_141.html:9:642:650 Colorado Littleton, Colorado -0.481870957939069144 +79615 aapg_af_270.html aapg_af_270.html:15:2169:2177 Edmonton Quebec City -0.0866237900027978375 +79616 sedimentology_html_9327087504 sedimentology_html_9327087504:349:33862:33872 Santa Cruz California -0.0278043399827988778 +79617 gsa_html_4312040636 gsa_html_4312040636:111:11335:11344 Eel River San Francisco -0.0162966409406991447 +79618 aapg_ac_215.html aapg_ac_215.html:22:2927:2936 Englewood Missouri River -0.449433936510724996 +79619 sedimentology_html_2898428289 sedimentology_html_2898428289:1710:87872:87887 Nisku Lacombe, Alberta -0.038242606390143298 +79620 aapg_ad_575.html aapg_ad_575.html:92:12886:12913 Minnelusa Cheyenne, Wyoming -0.423076903173580265 +79621 sedimentology_html_3738352363 sedimentology_html_3738352363:70:6566:6572 Sierra Cazorla -0.472528705500211532 +79622 AMJC_html_7984049819 AMJC_html_7984049819:249:26894:26901 Berwick Portland, Maine -0.0108926765936857208 +79623 aapg_ai_399.html aapg_ai_399.html:99:11031:11042 Eutaw Kentucky -0.0111724073673319709 +79624 aapg_ac_789.html aapg_ac_789.html:271:53016:53029 Barnett Texas -0.462877048614286357 +79625 sedimentology_html_2010995560 sedimentology_html_2010995560:167:12981:12986 Steel Svalbard -0.0214480825633718564 +79626 aapg_ai_49.html aapg_ai_49.html:165:18715:18721 Maroon Colorado -0.473819937725990625 +79627 gsa_html_7737235229 gsa_html_7737235229:115:11724:11733 Conasauga Kingsport, Tennessee -0.410654977258053444 +79628 aapg_ad_720.html aapg_ad_720.html:605:53026:53055 San Andres Carlsbad, New Mexico -0.455310861563052449 +79629 aapg_ae_324.html aapg_ae_324.html:908:91309:91316 Narrows Bluefield, West Virginia -0.0242433999919162424 +79630 aapg_ac_841.html aapg_ac_841.html:215:27926:27948 Todos Santos Guatemala -0.459149520620870666 +79631 aapg_aa_959.html aapg_aa_959.html:250:21768:21775 Wasatch Fort Union Trading Post National Historic Site -0.215844243946922421 +79632 aapg_ae_454.html aapg_ae_454.html:102:8456:8463 Bossier Shreveport, Louisiana -0.42773794978433255 +79633 gsa_html_1538463681 gsa_html_1538463681:1026:84614:84629 Mural Sonora -0.0204312426216018105 +79634 aapg_ae_749.html aapg_ae_749.html:673:66685:66691 Walker Virginia -0.0246571760456421665 +79635 aapg_ah_27.html aapg_ah_27.html:525:64828:64841 Barnett Texas 0.00505698208442019893 +79636 gsa_html_4431779557 gsa_html_4431779557:1009:81658:81695 Blackwater Draw Texas -0.468317764612058318 +79637 aapg_ad_15.html aapg_ad_15.html:53:4756:4777 Honey Creek Wichita, Kansas -0.464405306663695727 +79638 cspg_html_3482605972 cspg_html_3482605972:8:755:774 Paskapoo Lacombe, Alberta -0.0274826364360333635 +79639 geology_html_2035235785 geology_html_2035235785:245:21540:21546 Oxford Lisle (town), New York -0.469051848391689397 +79640 aapg_ai_468.html aapg_ai_468.html:200:25205:25222 Bossier Bossier City, Louisiana -0.464409872562970838 +79641 gsa_html_6627974776 gsa_html_6627974776:859:65189:65197 Bachelor Anchorage, Alaska -0.0336555463053693354 +79642 aapg_ac_63.html aapg_ac_63.html:174:16481:16490 Smackover Haynesville, Louisiana 0.0213681238254475256 +79643 sedimentology_html_9699563254 sedimentology_html_9699563254:595:51673:51693 Milk River Lacombe, Alberta -0.0144772441484254995 +79644 aapg_ae_369.html aapg_ae_369.html:523:54354:54359 Eutaw Western world -0.447242908821281704 +79645 aapg_af_737.html aapg_af_737.html:552:70579:70584 Piper California -0.472943536588278923 +79646 aapg_ah_775.html aapg_ah_775.html:561:50468:50476 Colorado Colorado -0.492293463530367514 +79647 aapg_ae_777.html aapg_ae_777.html:98:12253:12260 Tererro San Miguel County, New Mexico -0.459022435464294998 +79648 aapg_ah_763.html aapg_ah_763.html:120:14155:14168 Reno Texas -0.0390380689308100493 +79649 gsa_html_5865982995 gsa_html_5865982995:1048:113981:114002 Green River Cheyenne, Wyoming -0.0246571760456421665 +79650 gsa_html_5079726047 gsa_html_5079726047:358:41465:41472 Mirador Eocene 0.805842422046188944 +79651 aapg_ac_252.html aapg_ac_252.html:138:15220:15236 Kaibab Logan, Utah -0.478642038078168519 +79652 aapg_af_577.html aapg_af_577.html:292:22772:22778 Salado Carlsbad, New Mexico -0.433387995206966137 +79653 jgeology_html_2784246086 jgeology_html_2784246086:550:26140:26156 Taylor Transantarctic Mountains -0.463579265049131273 +79654 aapg_ad_784.html aapg_ad_784.html:99:12140:12154 Sespe South Mountains (Arizona) -0.0242016752892677545 +79655 AMJC_html_1964550508 AMJC_html_1964550508:125:16925:16934 Allegheny Pennsylvania -0.474863540124580097 +79656 cspg_html_9343899465 cspg_html_9343899465:1628:132691:132707 Parry Islands Banks Island -0.469024309212410007 +79657 aapg_af_423.html aapg_af_423.html:65:5824:5835 Spears Coffee County, Georgia -0.453044786078658057 +79658 aapg_ai_153.html aapg_ai_153.html:268:42010:42026 Morgan Colorado 0.0186740650121264597 +79659 aapg_ad_192.html aapg_ad_192.html:5:640:655 Tuscaloosa Shreveport, Louisiana -0.21293255249501436 +79660 palaios_html_2376163646 palaios_html_2376163646:500:55011:55031 Fort Union Powder River Basin 0.782633601618853314 +79661 cspg_html_5376629375 cspg_html_5376629375:138:18695:18713 Arctomys Canmore, Alberta -0.0193206044123134212 +79662 gsa_html_4904229335 gsa_html_4904229335:15:770:776 Oregon California -0.459887424332023564 +79663 aapg_af_775.html aapg_af_775.html:478:41502:41522 Citronelle Hattiesburg, Mississippi -0.414133289004417537 +79664 geology_html_2688088926 geology_html_2688088926:75:9310:9335 Glen Rose San Antonio -0.479670542308177961 +79665 cspg_html_9987144175 cspg_html_9987144175:82:12082:12105 Parry Islands Banks Island -0.464419004431934179 +79666 cspg_html_9725676031 cspg_html_9725676031:99:16097:16118 Shaftesbury Lacombe, Alberta -0.0607227670185504081 +79667 gsa_html_2717448156 gsa_html_2717448156:1228:118345:118356 Fort Steele Victoria, British Columbia -0.486548633935625752 +79668 aapg_aa_415.html aapg_aa_415.html:212:29820:29826 Annona Texas 0.00953054056718567397 +79669 aapg_ad_69.html aapg_ad_69.html:183:13993:14011 Gallatin Gallatin, Tennessee -0.00149397449100649102 +79670 aapg_ai_488.html aapg_ai_488.html:4:242:257 Bear River Weymouth, Massachusetts -0.0247441052038830135 +79671 aapg_ac_325.html aapg_ac_325.html:47:5053:5069 Goliad Texas -0.106533609683600289 +79672 aapg_ae_66.html aapg_ae_66.html:431:42355:42374 Minnelusa Cheyenne, Wyoming -0.0351971054761553784 +79673 cspg_html_2873888604 cspg_html_2873888604:107:18085:18093 Columbia Victoria, British Columbia -0.0222581200663617834 +79674 aapg_ai_143.html aapg_ai_143.html:125:14404:14420 Foremost Milk River, Alberta -0.480765396922298249 +79675 aapg_ah_105.html aapg_ah_105.html:24:4246:4256 San Andres Nashville Basin -0.455387700672750584 +79676 sedimentology_html_2689254524 sedimentology_html_2689254524:460:35043:35051 Colorado Denver -0.482987267474293158 +79677 geology_html_5025581264 geology_html_5025581264:202:17845:17880 Doig Vancouver -0.215561724448693731 +79678 cspg_html_4816867157 cspg_html_4816867157:6:285:306 Peace River Lacombe, Alberta -0.429501070897857717 +79679 aapg_ae_6.html aapg_ae_6.html:175:20825:20835 Georgetown Karnes County, Texas -0.020196595303077311 +79680 aapg_ac_807.html aapg_ac_807.html:303:30687:30700 Woodbury Clay Merchantville, New Jersey -0.0227413796680306819 +79681 aapg_af_783.html aapg_af_783.html:45:3141:3157 Modelo Santa Monica Mountains 0.295972858293716723 +79682 cspg_html_7178716951 cspg_html_7178716951:49:6750:6765 Grassy Mountain Lacombe, Alberta -0.0472108174817054069 +79683 gsa_html_8066465143 gsa_html_8066465143:1462:114079:114098 Cloverly Cheyenne, Wyoming -0.447135398674851747 +79684 cspg_html_1378826439 cspg_html_1378826439:440:39824:39840 Viking Lacombe, Alberta -0.468054102450840448 +79685 gsa_html_5107598462 gsa_html_5107598462:249:22743:22751 Onondaga Onondaga (tribe) -0.0309035312152589614 +79686 aapg_ah_329.html aapg_ah_329.html:318:30781:30789 Monterey Monterey, California -0.109702175948882166 +79687 aapg_af_575.html aapg_af_575.html:798:111594:111599 Boggy McAlester, Oklahoma -0.0448520648685932916 +79688 gsa_html_5894524520 gsa_html_5894524520:228:29414:29420 Satsop Washington (state) -0.464409872562970838 +79689 sedimentology_html_6282709960 sedimentology_html_6282709960:751:52770:52780 Washington Lane County, Oregon -0.0179232709792312463 +79690 aapg_ai_509.html aapg_ai_509.html:162:15004:15014 Mill Creek Buckhorn, Pennsylvania -0.49119789377684242 +79691 aapg_af_317.html aapg_af_317.html:487:61143:61149 Pueblo Arkansas River -0.0144772441484254995 +79692 gsa_html_1075724130 gsa_html_1075724130:480:42642:42657 Bouse Colorado Plateau -0.0425061623953187154 +79693 gsa_html_2989317971 gsa_html_2989317971:1259:124264:124286 Chalk Hills Boise, Idaho -0.0654012524480660634 +79694 cspg_html_9613906024 cspg_html_9613906024:794:62764:62775 Mauch Chunk Huntington, West Virginia -0.457614356613462614 +79695 gsa_html_4924618867 gsa_html_4924618867:14:783:789 Denver Colorado -0.505119426266013027 +79696 geology_html_3346738402 geology_html_3346738402:32:1446:1452 Oregon Salem, Oregon -0.0415711108717550168 +79697 aapg_aa_190.html aapg_aa_190.html:522:52921:52927 Oliver Great Britain -0.488722172911972397 +79698 aapg_ai_975.html aapg_ai_975.html:1068:86997:87017 Georgetown Texas -0.450932780647085085 +79699 jgeology_html_8494933343 jgeology_html_8494933343:293:19929:19940 Green River Colorado -0.0191815618988117366 +79700 gsa_html_8248897995 gsa_html_8248897995:60:3843:3871 Green River New Mexico -0.0215106592204126722 +79701 aapg_ac_928.html aapg_ac_928.html:111:14688:14693 Banff Lacombe, Alberta 0.0204746961549148801 +79702 jgeology_html_5968390289 jgeology_html_5968390289:184:13948:13959 Santa Clara Santa Ana, California -0.479496330331430576 +79703 aapg_ae_933.html aapg_ae_933.html:46:5560:5586 Smackover Arkansas -0.442976805415170927 +79704 aapg_ad_286.html aapg_ad_286.html:177:16252:16266 Lisburne Northwest Arctic Borough, Alaska -0.4391432028015122 +79705 sedimentology_html_5315330584 sedimentology_html_5315330584:552:51235:51239 Java Sumatra -0.450676431675374467 +79706 aapg_af_588.html aapg_af_588.html:82:10120:10134 Colorado Lacombe, Alberta -0.458961168697372135 +79707 aapg_ae_388.html aapg_ae_388.html:871:49461:49481 Cedar Keys Melbourne, Florida -0.436157146454813294 +79708 aapg_ah_83.html aapg_ah_83.html:67:9165:9184 Lakota Cheyenne, Wyoming -0.448350101124535771 +79709 aapg_ac_557.html aapg_ac_557.html:3:309:325 Holder New Mexico 0.53302532192909613 +79710 gsa_html_5552216115 gsa_html_5552216115:1638:149603:149631 Green River Iran -0.0144772441484254995 +79711 aapg_ah_646.html aapg_ah_646.html:361:43203:43219 Chinle Arizona -0.442595627901035182 +79712 gsa_html_8236729701 gsa_html_8236729701:465:43708:43724 Jalama Los Angeles -0.080825378927433647 +79713 aapg_ai_720.html aapg_ai_720.html:218:24898:24915 Magothy Fire Island (Anchorage, Alaska) -0.148562220235962134 +79714 aapg_ac_730.html aapg_ac_730.html:14:1945:1965 Yale Point Niobrara, Nebraska -0.471501691978871318 +79715 aapg_ai_11.html aapg_ai_11.html:214:25194:25214 Twin Creek Cheyenne, Wyoming -0.495181722890797649 +79716 aapg_ah_143.html aapg_ah_143.html:70:6811:6819 Columbia Victoria, British Columbia 0.00222359260486516743 +79717 cspg_html_1781462584 cspg_html_1781462584:137:16732:16751 Lodgepole New Mexico -0.0125432965018171631 +79718 aapg_ac_692.html aapg_ac_692.html:291:32339:32353 Woodbend Lacombe, Alberta -0.469028899015838996 +79719 cspg_html_1781462584 cspg_html_1781462584:137:16770:16794 Mission Canyon New Mexico 0.00259187716092955768 +79720 aapg_ac_807.html aapg_ac_807.html:391:40206:40218 Marshalltown Delaware 0.00543048895720864636 +79721 aapg_ac_240.html aapg_ac_240.html:37:4208:4230 Burro Canyon Colorado -0.492706142050923668 +79722 palaios_html_7295678331 palaios_html_7295678331:472:36272:36277 Logan Mexico -0.456518443898076276 +79723 palaios_html_5444521865 palaios_html_5444521865:480:48975:48979 Hall London, Ontario -0.500602350569185339 +79724 aapg_aa_328.html aapg_aa_328.html:349:25977:25984 El Abra Matamoros, Tamaulipas -0.466810220907495799 +79725 cspg_html_7795032467 cspg_html_7795032467:14:986:997 Viking Colorado -0.481882602967476315 +79726 cspg_html_5295390542 cspg_html_5295390542:58:7414:7431 Halfway Victoria, British Columbia -0.496955472947784638 +79727 gsa_html_5732664703 gsa_html_5732664703:670:71518:71538 Brasstown Tallahassee, Florida -0.0108127539330289211 +79728 aapg_ah_789.html aapg_ah_789.html:53:5425:5433 San Jose Panama -0.0393792500826810471 +79729 aapg_ai_996.html aapg_ai_996.html:1337:59369:59376 Magothy Raritan River -0.0188530778518021767 +79730 aapg_ai_932.html aapg_ai_932.html:650:102822:102843 Paso Robles Knoxville, Illinois -0.0341270386384278437 +79731 cspg_html_6306091047 cspg_html_6306091047:485:66892:66900 Columbia Victoria, British Columbia -0.456043359064104259 +79732 aapg_ac_298.html aapg_ac_298.html:312:30242:30263 Gladstone Carbondale, Pennsylvania 0.0235201874799382538 +79733 aapg_ad_660.html aapg_ad_660.html:490:68672:68693 Bell New Mexico -0.0144772441484254995 +79734 aapg_ad_466.html aapg_ad_466.html:530:61322:61334 Marshalltown Woodbury, New Jersey -0.0815876758540401842 +79735 aapg_ac_857.html aapg_ac_857.html:326:23617:23622 Husky Colorado -0.450582005503512739 +79736 cspg_html_6502178723 cspg_html_6502178723:358:44519:44527 Grayling Canada -0.454068782805138071 +79737 gsa_html_3408312461 gsa_html_3408312461:41:5200:5207 Yucatan Nassau, Bahamas -0.47601017133294582 +79738 aapg_ad_696.html aapg_ad_696.html:62:6730:6735 Indio Carrizo Plain -0.0158535088155795055 +79739 sedimentology_html_8384737970 sedimentology_html_8384737970:117:12727:12742 Hall San Rafael Swell -0.473676885959420813 +79740 aapg_ae_789.html aapg_ae_789.html:5:660:667 Wabamun Calgary -0.464163347577605745 +79741 gsa_html_9352654438 gsa_html_9352654438:450:51891:51913 Arroyo Jemez Pueblo, New Mexico -0.501135865087091292 +79742 gsa_html_8208054335 gsa_html_8208054335:1246:108734:108762 Green River Colorado -0.0122896166911195832 +79743 aapg_ad_169.html aapg_ad_169.html:64:8534:8554 Greenbrier Pottsville, Pennsylvania -0.0254117377860756666 +79744 palaios_html_1574666570 palaios_html_1574666570:95:8473:8485 Arkona Michigan Basin -0.480597940731277096 +79745 cspg_html_2860054419 cspg_html_2860054419:390:38928:38946 Grimsby Ontario, California -0.450784359288809666 +79746 cspg_html_7086880709 cspg_html_7086880709:159:18201:18210 Cold Lake Lacombe, Alberta -0.453044786078658057 +79747 aapg_ad_3.html aapg_ad_3.html:399:37078:37085 Holston Knoxville, Illinois -0.0401573975935689137 +79748 cspg_html_6121424055 cspg_html_6121424055:270:21495:21517 Horn Plateau Canada -0.46567095948211501 +79749 aapg_aa_550.html aapg_aa_550.html:38:3423:3429 Midway Arkadelphia, Arkansas -0.451875596518584666 +79750 aapg_ah_859.html aapg_ah_859.html:201:23686:23698 Hatchetigbee Chattahoochee River National Recreation Area -0.470188590895520009 +79751 aapg_ai_17.html aapg_ai_17.html:469:34827:34840 Cook Mountain Houston County, Alabama -0.463435584788403632 +79752 cspg_html_7576506617 cspg_html_7576506617:638:76128:76136 Montreal Winnipeg -0.0584956705548907718 +79753 aapg_ah_962.html aapg_ah_962.html:304:30508:30513 Davis Atoka, Oklahoma -0.426503733834695087 +79754 geology_html_1929739389 geology_html_1929739389:232:22578:22591 Santa Barbara Baja California peninsula -0.0366623139169080098 +79755 aapg_aa_857.html aapg_aa_857.html:225:19254:19260 Casper Cheyenne, Wyoming -0.0376282120976162635 +79756 cspg_html_6908537444 cspg_html_6908537444:216:25699:25705 Denver Colorado -0.448377013151321557 +79757 cspg_html_3023030263 cspg_html_3023030263:51:8053:8075 Medicine Hat Niobrara, Nebraska -0.10575777948256046 +79758 cspg_html_2122549217 cspg_html_2122549217:296:17836:17848 Horton River Calgary -0.476061064960921709 +79759 aapg_ai_17.html aapg_ai_17.html:1533:109162:109186 Choctawhatchee Melbourne, Florida -0.223925342552790063 +79760 aapg_ak_87.html aapg_ak_87.html:385:50184:50193 San Pedro Mogollon, New Mexico -0.47495364399168194 +79761 aapg_ad_152.html aapg_ad_152.html:6:1264:1278 Arcturus Reno, Nevada -0.234856188400764443 +79762 sedimentology_html_7632809154 sedimentology_html_7632809154:2221:138506:138512 Snyder Russia -0.44255997020698512 +79763 aapg_ad_466.html aapg_ad_466.html:1347:144020:144028 Columbia Maryland -0.417380918090655029 +79764 palaios_html_1262064602 palaios_html_1262064602:111:12818:12827 St. Johns Arizona -0.463579265049131273 +79765 aapg_aa_612.html aapg_aa_612.html:176:15252:15268 Bethel Bethel, Alaska -0.00920738787404935463 +79766 aapg_ad_306.html aapg_ad_306.html:168:22627:22631 Omoa Guatemala City -0.0349187039582129002 +79767 aapg_ad_329.html aapg_ad_329.html:183:27116:27136 Mahantango Fulton, Missouri -0.0163400857195280975 +79768 cspg_html_1225021992 cspg_html_1225021992:211:28560:28571 Shaftesbury River Torrens -0.410536443540969742 +79769 aapg_aa_625.html aapg_aa_625.html:25:3550:3568 Buckner Arkansas 0.00311824777620780874 +79770 geology_html_5149899108 geology_html_5149899108:190:17615:17628 Santa Barbara California -0.478456433836466188 +79771 cspg_html_3831007171 cspg_html_3831007171:56:7174:7183 Jefferson Lacombe, Alberta -0.0248379892514390653 +79772 aapg_aa_736.html aapg_aa_736.html:3:350:358 Michigan Antrim, County Antrim -0.0542599995466573129 +79773 palaios_html_8744932660 palaios_html_8744932660:507:48024:48033 Knoxville Western world -0.0250466225487357037 +79774 aapg_ac_380.html aapg_ac_380.html:349:40124:40146 Williamsport Pennsylvania -0.013031549320552711 +79775 aapg_ae_70.html aapg_ae_70.html:341:35622:35630 Colorado Colorado -0.0658153170866257325 +79776 cspg_html_4626597050 cspg_html_4626597050:293:36072:36085 Dinwoody Cheyenne, Wyoming -0.436819151869522138 +79777 aapg_ah_859.html aapg_ah_859.html:228:26675:26687 Gosport Sand Chattahoochee River National Recreation Area -0.0636981319555682129 +79778 palaios_html_9993198762 palaios_html_9993198762:373:38318:38336 Morrison Logan, Utah 0.746222156292516647 +79779 geology_html_2961133350 geology_html_2961133350:233:19899:19908 San Diego California -0.0321281154583834411 +79780 aapg_ah_5.html aapg_ah_5.html:2478:176047:176059 Rundle Canada -0.491068403850714985 +79781 aapg_ad_192.html aapg_ad_192.html:35:4459:4469 Tuscaloosa Shreveport, Louisiana -0.445016883536767272 +79782 aapg_ac_765.html aapg_ac_765.html:416:78358:78389 Chinle Chinle Formation -0.421964232277811879 +79783 aapg_af_606.html aapg_af_606.html:129:19014:19022 Monterey Rancho Santa Margarita, California -0.040359343442637502 +79784 cspg_html_4438727998 cspg_html_4438727998:120:15858:15876 Provo Himalayas -0.428567504724311155 +79785 cspg_html_4498577775 cspg_html_4498577775:1085:84658:84690 Bradore Quebec City -0.454357696116458765 +79786 aapg_ak_40.html aapg_ak_40.html:134:15061:15090 Red River Williston, Vermont -0.257483227596459141 +79787 gsa_html_3720789279 gsa_html_3720789279:1205:111346:111354 John Day Salem, Oregon -0.443848978138650319 +79788 aapg_af_3.html aapg_af_3.html:3:204:219 Supai Arizona 0.75349118730586262 +79789 aapg_ah_779.html aapg_ah_779.html:455:85560:85569 Port Ewen Canada -0.440467486742992853 +79790 gsa_html_8614162917 gsa_html_8614162917:116:11125:11134 Extension Lake Mead -0.459819284677136619 +79791 aapg_ac_221.html aapg_ac_221.html:84:10028:10038 Santa Cruz Santa Monica, California -0.0574626720141519567 +79792 aapg_aa_544.html aapg_aa_544.html:129:17712:17726 Spearfish Cheyenne, Wyoming -0.0374350250972415449 +79793 cspg_html_7688587411 cspg_html_7688587411:187:19522:19551 Belle Fourche Lacombe, Alberta 0.0136084280561302121 +79794 aapg_aa_683.html aapg_aa_683.html:101:14315:14323 Colorado Pueblo, Colorado -0.481870957939069144 +79795 cspg_html_4165571187 cspg_html_4165571187:57:7325:7345 Besa River Kinderhook (town), New York -0.0249388283192189877 +79796 jgeology_html_4289404569 jgeology_html_4289404569:804:55325:55353 Green River Cheyenne, Wyoming -0.455279223830003521 +79797 aapg_aa_934.html aapg_aa_934.html:292:32971:32977 Custer Texas -0.0625158432797534996 +79798 aapg_ai_853.html aapg_ai_853.html:39:6895:6908 San Sebastian Arecibo Observatory -0.469093158774920749 +79799 cspg_html_4555867289 cspg_html_4555867289:54:6388:6410 Charlie Lake Victoria, British Columbia -0.460041893415422398 +79800 aapg_af_726.html aapg_af_726.html:259:32033:32044 Desert Peak Reno, Nevada -0.480191064487370922 +79801 AMJC_html_5326057686 AMJC_html_5326057686:1144:80465:80471 Brazil North West (South African province) 0.00204466219751255973 +79802 cspg_html_9778753186 cspg_html_9778753186:47:6731:6739 Elk Victoria, British Columbia -0.0544954389304434447 +79803 sedimentology_html_3865745685 sedimentology_html_3865745685:1355:99944:99961 Basal Western Canadian Sedimentary Basin -0.526255245394435356 +79804 aapg_ac_419.html aapg_ac_419.html:539:63715:63723 Cabrillo California -0.526255245394435356 +79805 aapg_ad_724.html aapg_ad_724.html:133:15488:15491 Abo Sacramento, California -0.423085635093811196 +79806 aapg_aa_3.html aapg_aa_3.html:117:15520:15539 Knoxville Knoxville, Illinois -0.445157668105484183 +79807 aapg_ah_234.html aapg_ah_234.html:98:11052:11080 Springhill Springhill, Nova Scotia 0.0105556126949656118 +79808 aapg_aa_263.html aapg_aa_263.html:284:29636:29642 Kaibab Upper Valley 0.00853329250629670903 +79809 gsa_html_7006525727 gsa_html_7006525727:29:2796:2824 Green River Colorado 0.00917958991324812311 +79810 jgeology_html_7697771383 jgeology_html_7697771383:681:39569:39573 Hall London, Ontario -0.46326000708216164 +79811 aapg_ac_841.html aapg_ac_841.html:1057:109907:109913 Sierra Juticalpa -0.0333423889393398495 +79812 aapg_ac_333.html aapg_ac_333.html:590:71890:71903 Abo New Mexico -0.461089806729199636 +79813 aapg_ac_491.html aapg_ac_491.html:146:26257:26264 Yucatan Coney Island -0.0434656937810903587 +79814 aapg_ad_169.html aapg_ad_169.html:45:5654:5674 Loyalhanna Pennsylvania -0.485663921579086111 +79815 jgeology_html_8064855537 jgeology_html_8064855537:220:13587:13611 Cedar Mountain San Rafael Swell -0.445998354490544591 +79816 cspg_html_5818285590 cspg_html_5818285590:400:53704:53712 Hibernia Cook Inlet -0.0675138206513768296 +79817 geology_html_2490144372 geology_html_2490144372:174:17697:17702 Waicoe North Sea oil -0.444838140504144441 +79818 cspg_html_4785922166 cspg_html_4785922166:339:39343:39366 Watt Mountain Lacombe, Alberta -0.418529603382018334 +79819 aapg_aa_112.html aapg_aa_112.html:146:13904:13920 Amsden Cheyenne, Wyoming 0.0218948152814134635 +79820 cspg_html_9439353033 cspg_html_9439353033:22:2271:2289 Coalspur Lacombe, Alberta -0.0253787031828477012 +79821 aapg_ae_315.html aapg_ae_315.html:3:189:210 Platteville Middle Ordovician -0.0102706745632111761 +79822 cspg_html_1503116552 cspg_html_1503116552:751:100588:100618 Beaverhill Swan Hill, Victoria -0.469809513538571255 +79823 cspg_html_9177794814 cspg_html_9177794814:121:14226:14242 Amsden Boise, Idaho -0.440387442871438828 +79824 cspg_html_1893593837 cspg_html_1893593837:313:23159:23174 Red Head Rapids River Severn -0.457691392417615917 +79825 cspg_html_7896958755 cspg_html_7896958755:410:44214:44234 Clearwater CFB Cold Lake -0.475473655949527896 +79826 AMJC_html_5516451353 AMJC_html_5516451353:501:50719:50736 Berwick New Hampshire -0.0724462917404976592 +79827 aapg_aa_127.html aapg_aa_127.html:21:3106:3112 Denver Colorado -0.0926829114889391181 +79828 aapg_ai_340.html aapg_ai_340.html:506:50324:50343 Neruokpuk Anchorage, Alaska -0.48322516565543927 +79829 geology_html_4913268241 geology_html_4913268241:268:21834:21839 Cadiz North Atlantic Current -0.444891759770598527 +79830 aapg_aa_47.html aapg_aa_47.html:193:21030:21036 Sandia New Mexico 0.00640161657025525247 +79831 aapg_ae_525.html aapg_ae_525.html:89:8536:8542 Denver Colorado -0.477179162580930738 +79832 aapg_ak_69.html aapg_ak_69.html:3:480:499 Nuka Northwest Arctic Borough, Alaska 0.633679125267273768 +79833 aapg_af_471.html aapg_af_471.html:82:11757:11764 Cypress Hardinsburg, Indiana -0.00308350377484213492 +79834 cspg_html_3483814747 cspg_html_3483814747:5:250:273 Snowblind Bay Little Cornwallis Island -0.0391129188633264693 +79835 cspg_html_2873888604 cspg_html_2873888604:430:59025:59033 Columbia Victoria, British Columbia -0.474863540124580097 +79836 aapg_aa_870.html aapg_aa_870.html:89:8585:8591 Dakota Western world -0.43773654922535371 +79837 aapg_ad_136.html aapg_ad_136.html:126:9721:9732 San Antonio Texas -0.461026124022890449 +79838 aapg_ad_864.html aapg_ad_864.html:1142:58780:58797 Chickasawhay Mississippi River 0.806031857282600739 +79839 aapg_ae_886.html aapg_ae_886.html:480:51856:51864 Michigan Salina, Kansas -0.0494674389497957237 +79840 aapg_ae_845.html aapg_ae_845.html:152:17207:17221 Bell Mancos, Colorado -0.0500861646985385212 +79841 aapg_ac_527.html aapg_ac_527.html:197:23084:23099 Mesaverde Fruitland, Idaho -0.00112569192733688248 +79842 aapg_ad_466.html aapg_ad_466.html:1055:112941:112946 Aquia Closter, New Jersey 0.039072882780770507 +79843 cspg_html_8649903682 cspg_html_8649903682:71:9068:9093 Hasler Lacombe, Alberta -0.44951252529713398 +79844 sedimentology_html_8006979411 sedimentology_html_8006979411:1505:106481:106499 Dunvegan Lacombe, Alberta -0.449811224417208722 +79845 gsa_html_4761254244 gsa_html_4761254244:87:9070:9076 Morgan Iceland 0.0156223882901486404 +79846 gsa_html_4784151100 gsa_html_4784151100:133:11741:11751 Rio Grande Orinoco -0.506638588954896441 +79847 aapg_ai_17.html aapg_ai_17.html:1505:107202:107212 Pascagoula Hattiesburg, Mississippi -0.474805786132168894 +79848 aapg_ae_60.html aapg_ae_60.html:346:37706:37733 Elkhorn Mountains Volcanics Judith River Formation -0.0397187025652964501 +79849 gsa_html_8010927234 gsa_html_8010927234:13:452:460 Colorado Denver -0.500652353075455747 +79850 aapg_ae_319.html aapg_ae_319.html:598:50711:50717 Carmel Carmel, Indiana -0.026691451486835667 +79851 cspg_html_5241714595 cspg_html_5241714595:263:41121:41139 Duvernay Lacombe, Alberta -0.0286199363218920082 +79852 aapg_af_2.html aapg_af_2.html:846:72536:72542 Denver Colorado -0.541534875680147465 +79853 aapg_ah_664.html aapg_ah_664.html:231:22268:22279 Peace River Edmonton, London -0.442154460642950498 +79854 sedimentology_html_1574151857 sedimentology_html_1574151857:1723:115504:115514 Washington Salem, Oregon -0.451875596518584666 +79855 aapg_af_86.html aapg_af_86.html:259:19615:19626 Mabou Canada -0.0167554219628843898 +79856 cspg_html_7988775280 cspg_html_7988775280:105:16720:16740 Clearwater Fort McMurray -0.487659330983205019 +79857 cspg_html_1159794850 cspg_html_1159794850:167:25977:26000 Detroit River Detroit River International Wildlife Refuge -0.418790363991469961 +79858 aapg_af_654.html aapg_af_654.html:84:7575:7607 Choctawhatchee Melbourne, Florida -0.21520171534475338 +79859 aapg_ad_862.html aapg_ad_862.html:110:18254:18264 Pittsburgh Pittsburgh -0.0227396412990933557 +79860 gsa_html_2082252939 gsa_html_2082252939:12:496:504 Colorado Denver -0.471340610693628537 +79861 cspg_html_9343899465 cspg_html_9343899465:82:11459:11477 Melville Island Melville Island (Canada) -0.475258680049542748 +79862 aapg_ac_588.html aapg_ac_588.html:37:4839:4843 Rome Maryville, Missouri -0.425883940037075581 +79863 palaios_html_3751051678 palaios_html_3751051678:761:79292:79310 Morrison Cheyenne, Wyoming -0.452461129454831856 +79864 cspg_html_7833083677 cspg_html_7833083677:3235:251329:251349 Hare Fiord Ellesmere Island -0.0438854131077835025 +79865 cspg_html_5479700260 cspg_html_5479700260:71:8409:8417 Somerset Red River of the North -0.020196595303077311 +79866 cspg_html_1222040397 cspg_html_1222040397:546:70881:70899 Sunblood Middle Ordovician -0.431080339422081793 +79867 aapg_ae_957.html aapg_ae_957.html:780:36538:36554 Coldwater Antrim, County Antrim -0.448296279445968116 +79868 aapg_ad_184.html aapg_ad_184.html:386:53000:53017 Everton Missouri River 0.362849708320515163 +79869 aapg_aa_45.html aapg_aa_45.html:130:15545:15563 Moenkopi Capitol Reef National Park -0.198294667003321767 +79870 cspg_html_7281679890 cspg_html_7281679890:372:61908:61926 Mackenzie White Mountains (California) -0.0355416373678999614 +79871 gsa_html_7938666655 gsa_html_7938666655:325:28461:28481 Berg Creek Wrangell Mountains -0.0408537810405160198 +79872 aapg_ac_201.html aapg_ac_201.html:470:45074:45093 Neruokpuk Canning River (Alaska) -0.43867038361858135 +79873 aapg_ad_257.html aapg_ad_257.html:165:18741:18751 Washington Alabama -0.0425131277640511673 +79874 cspg_html_9905904289 cspg_html_9905904289:298:37424:37438 Whitemud Lacombe, Alberta -0.0143364940209374722 +79875 aapg_ac_725.html aapg_ac_725.html:341:33810:33819 Margarita Venezuela 0.00361335093326647754 +79876 sedimentology_html_4347552005 sedimentology_html_4347552005:932:62305:62309 Hall London, Ontario -0.444856013246054061 +79877 gsa_html_4940410718 gsa_html_4940410718:781:65965:65993 Green River Colorado 0.0145641273221797252 +79878 AMJC_html_2905856018 AMJC_html_2905856018:711:92047:92055 Columbia Victoria, British Columbia -0.0166302989496245716 +79879 cspg_html_9970905394 cspg_html_9970905394:149:16692:16712 Peel Wales Island (British Columbia) -0.0254117377860756666 +79880 cspg_html_8279079445 cspg_html_8279079445:394:43884:43901 Wasatch Colorado -0.0371844096364450094 +79881 aapg_ai_477.html aapg_ai_477.html:361:41229:41241 Saskatchewan Dawson, Illinois 0.00986759511318437144 +79882 aapg_ac_11.html aapg_ac_11.html:6:770:783 Knox Dolomite Morgan County, Indiana -0.495531913985365113 +79883 aapg_ad_757.html aapg_ad_757.html:205:22987:22994 Platteville Black River, Jamaica 0.0163783171925127626 +79884 cspg_html_6226596831 cspg_html_6226596831:13:1876:1889 Madison Williston, Vermont -0.525008152121826832 +79885 cspg_html_2175627313 cspg_html_2175627313:836:83342:83374 Montney Western Canadian Sedimentary Basin -0.718932565918094069 +79886 cspg_html_6306091047 cspg_html_6306091047:649:89850:89858 Columbia Victoria, British Columbia -0.438219985696652659 +79887 aapg_ad_810.html aapg_ad_810.html:188:21085:21101 Kinderhook Jasper National Park -0.468317764612058318 +79888 aapg_ah_93.html aapg_ah_93.html:8:1454:1466 Beaver Creek Maywood, California -0.00515253017068293719 +79889 aapg_ai_582.html aapg_ai_582.html:24:2942:2950 Sundance Black Hills -0.475270236544520941 +79890 sedimentology_html_5597821332 sedimentology_html_5597821332:729:68032:68038 Almond Black Mountains, Wales -0.458750170743803365 +79891 cspg_html_2749851978 cspg_html_2749851978:517:64505:64523 Frontier Cheyenne, Wyoming -0.486038291322309801 +79892 gsa_html_8271829751 gsa_html_8271829751:737:63102:63110 Rockwell Johnson Valley, California -0.454052985518192231 +79893 jgeology_html_4305195651 jgeology_html_4305195651:3093:222456:222466 Pottsville Pottsville, Pennsylvania 0.00751869385718860559 +79894 aapg_aa_525.html aapg_aa_525.html:30:3529:3545 Wewoka Holdenville, Oklahoma -0.0671048750369670766 +79895 aapg_ac_506.html aapg_ac_506.html:158:17443:17463 Lock Haven Pennsylvania -0.0315540759951786695 +79896 aapg_ai_756.html aapg_ai_756.html:69:6324:6333 Smackover Bienville Parish, Louisiana -0.0581257265633176104 +79897 aapg_ah_96.html aapg_ah_96.html:13:1950:1959 Red River Maquoketa, Iowa 0.0174575141375943391 +79898 aapg_ai_105.html aapg_ai_105.html:63:9518:9529 Green River Uinta Mountains -0.458180950614220484 +79899 aapg_ah_97.html aapg_ah_97.html:49:6761:6772 Beekmantown Sauk Village, Illinois -0.403689914658004967 +79900 cspg_html_4257076625 cspg_html_4257076625:441:58509:58527 Mainland Middle Ordovician -0.0317836884462165403 +79901 aapg_ae_29.html aapg_ae_29.html:3:405:441 Mauch Chunk Pennsylvania -0.00515253017068293719 +79902 aapg_ad_400.html aapg_ad_400.html:225:20809:20819 Phosphoria Uinta Mountains 0.0329457353690068427 +79903 aapg_af_663.html aapg_af_663.html:219:26055:26062 Lenapah Lafayette County, Florida 0.596945249051039184 +79904 aapg_ac_59.html aapg_ac_59.html:90:12258:12268 Point Loma La Jolla -0.497038450035218293 +79905 aapg_ac_333.html aapg_ac_333.html:1227:147454:147459 Supai Arizona -0.0531596434481698826 +79906 gsa_html_3407914201 gsa_html_3407914201:1087:107376:107382 Eugene Salem, Oregon -0.04261586758794602 +79907 gsa_html_1734656819 gsa_html_1734656819:1332:120959:120985 Imperial Santa Rosa and San Jacinto Mountains National Monument -0.00215584223507059606 +79908 aapg_af_132.html aapg_af_132.html:521:51152:51163 Mabou Bridgetown, Nova Scotia -0.0817103560006667978 +79909 cspg_html_4103411715 cspg_html_4103411715:473:49409:49425 Viking Lacombe, Alberta -0.475270236544520941 +79910 geology_html_3579266802 geology_html_3579266802:179:17115:17121 Madrid Honolulu -0.428172388339105647 +79911 cspg_html_9683836416 cspg_html_9683836416:531:75948:75974 Belly River Canada -0.485954043848796258 +79912 sedimentology_html_9871791783 sedimentology_html_9871791783:1029:81255:81270 Nisku Lacombe, Alberta -0.435679199475508039 +79913 aapg_ad_3.html aapg_ad_3.html:427:40487:40498 Beekmantown Cumberland, Maryland -0.473815322787249471 +79914 cspg_html_5126766171 cspg_html_5126766171:7:460:500 Beaverhill Edmonton, London -0.036075857948020304 +79915 jgeology_html_6016138758 jgeology_html_6016138758:142:8389:8399 Washington Salem, Oregon -0.0198420227136738916 +79916 cspg_html_8464109528 cspg_html_8464109528:314:40127:40143 Manetoe Dolomites -0.452896019392303839 +79917 aapg_ah_527.html aapg_ah_527.html:363:42592:42609 Roberts Mountains Reno, Nevada -0.458720680358492616 +79918 aapg_af_625.html aapg_af_625.html:554:57539:57551 Huntersville Helderberg -0.429105566113656023 +79919 palaios_html_3306053371 palaios_html_3306053371:913:89933:89948 Supai Arizona -0.467950951742638677 +79920 sedimentology_html_8510537334 sedimentology_html_8510537334:1971:139263:139273 Pittsburgh Harrisburg, Pennsylvania -0.0347621062592119723 +79921 aapg_ac_103.html aapg_ac_103.html:92:14754:14762 Crescent Port Angeles, Washington -0.443813272031764461 +79922 cspg_html_2986717500 cspg_html_2986717500:427:20299:20315 Spray Gulf Islands -0.0301173575019116381 +79923 aapg_ad_696.html aapg_ad_696.html:97:9826:9833 Carrizo Charlotte, North Carolina -0.446924894478510359 +79924 gsa_html_9052101586 gsa_html_9052101586:451:53098:53109 Peoria Des Moines, Washington -0.0323768745751979448 +79925 aapg_aa_23.html aapg_aa_23.html:93:11474:11492 Winnipeg Winnipeg 0.0237479263172325414 +79926 aapg_ae_415.html aapg_ae_415.html:835:103230:103249 Paynes Hammock Waynesboro, Pennsylvania 0.365675392748295691 +79927 aapg_ah_534.html aapg_ah_534.html:388:33055:33068 Trimmers Rock Delaware River -0.144268030447696483 +79928 aapg_ai_583.html aapg_ai_583.html:395:49642:49649 Rierdon Boise, Idaho 0.00786094473747839077 +79929 palaios_html_3022467877 palaios_html_3022467877:104:11923:11936 Pit Closter, New Jersey -0.434637853624058046 +79930 gsa_html_1248731493 gsa_html_1248731493:15:771:779 Columbia Victoria, British Columbia -0.0466985931780469835 +79931 aapg_ah_534.html aapg_ah_534.html:250:21008:21019 Mauch Chunk Catskill Mountains 0.788897281796422156 +79932 cspg_html_2134728186 cspg_html_2134728186:196:20880:20890 Whitehorse Canada -0.466299888436986554 +79933 sedimentology_html_2550885329 sedimentology_html_2550885329:81:8473:8508 Swan Hills Lacombe, Alberta -0.420909473199816475 +79934 cspg_html_9435196958 cspg_html_9435196958:685:29572:29590 Edmonton Lacombe, Alberta -0.476130470160059438 +79935 aapg_aa_761.html aapg_aa_761.html:64:7416:7433 Echooka Prudhoe Bay Oil Field 0.996120751227746792 +79936 aapg_ac_925.html aapg_ac_925.html:4:611:617 Umpqua Gualala, California -0.087939874057958986 +79937 cspg_html_8928894270 cspg_html_8928894270:426:54051:54066 Nisku Lacombe, Alberta -0.433685955512457477 +79938 cspg_html_4859742035 cspg_html_4859742035:26:1708:1737 Banff Eagle Pass, Texas -0.427689691071663991 +79939 jgeology_html_2964058232 jgeology_html_2964058232:237:22865:22871 Ludlow Gotland -0.482921973604061416 +79940 geology_html_8276650950 geology_html_8276650950:13:673:679 Denver Colorado -0.460487277041231158 +79941 gsa_html_4308966435 gsa_html_4308966435:1126:111380:111386 Denver Colorado -0.449937021729037434 +79942 aapg_aa_263.html aapg_aa_263.html:15:2170:2176 Toroweap Western world -0.42243532406213391 +79943 cspg_html_6252417471 cspg_html_6252417471:398:60002:60014 Horton River Canada -0.450649451770273157 +79944 aapg_ai_907.html aapg_ai_907.html:412:66464:66481 Anahuac Shreveport, Louisiana -0.452882496357985831 +79945 aapg_ac_506.html aapg_ac_506.html:179:20910:20937 Salina Erie County, New York -0.436092963472802964 +79946 aapg_ai_141.html aapg_ai_141.html:228:24129:24134 Atoka Lampasas, Texas -0.0124129812660324374 +79947 aapg_af_854.html aapg_af_854.html:378:48497:48517 Keokuk Sedalia, Missouri -0.0328900657953446335 +79948 aapg_af_709.html aapg_af_709.html:87:10957:10969 Saskatchewan Lacombe, Alberta -0.484135384227082133 +79949 aapg_af_166.html aapg_af_166.html:300:33942:33949 Fleming Hockley -0.481575226969792936 +79950 cspg_html_3251996292 cspg_html_3251996292:372:40688:40705 Beekmantown Quebec City -0.439258669305734428 +79951 cspg_html_4859889874 cspg_html_4859889874:403:44533:44545 Judith River Lacombe, Alberta -0.075065645472002826 +79952 aapg_ad_258.html aapg_ad_258.html:384:45009:45017 Catskill Western world -0.472491841137828439 +79953 aapg_ai_477.html aapg_ai_477.html:403:42974:42985 Peace River McConnell Air Force Base -0.47482657712880405 +79954 aapg_ac_474.html aapg_ac_474.html:137:13054:13072 Pine Key Melbourne, Florida -0.309861103662349924 +79955 aapg_ad_991.html aapg_ad_991.html:119:9708:9721 Cotton Valley Paluxy, Texas -0.0160255473539090525 +79956 gsa_html_9353787239 gsa_html_9353787239:69:6146:6168 Nankoweap Grand Canyon -0.0301956247767107347 +79957 aapg_aa_106.html aapg_aa_106.html:479:52832:52852 Ashern Regina, Saskatchewan -0.00633560026005449469 +79958 aapg_ae_789.html aapg_ae_789.html:226:25349:25362 Wabamun Moose Mountain (Alberta) -0.062472188624581905 +79959 cspg_html_3501550466 cspg_html_3501550466:567:81711:81736 Woodbend Lacombe, Alberta -0.44830973456876172 +79960 aapg_ah_387.html aapg_ah_387.html:381:37573:37582 Knoxville Knoxville, Illinois -0.0326847865730959877 +79961 cspg_html_6021605367 cspg_html_6021605367:137:16619:16629 Kinderhook Shreveport, Louisiana -0.449440672427322663 +79962 cspg_html_3627006433 cspg_html_3627006433:628:68056:68074 Dunvegan Lacombe, Alberta -0.447133159014188541 +79963 gsa_html_2364640066 gsa_html_2364640066:761:77438:77445 Katalla Anchorage, Alaska -0.514431617555045517 +79964 cspg_html_4392308496 cspg_html_4392308496:368:51749:51770 Bonaventure Nashville Basin -0.00639293020944086028 +79965 geology_html_9109944987 geology_html_9109944987:291:26038:26047 Extension Tyrrhenian Sea -0.0438854131077835025 +79966 aapg_ae_923.html aapg_ae_923.html:466:39027:39037 Vincentown Closter, New Jersey -0.017787713832192225 +79967 aapg_aa_563.html aapg_aa_563.html:296:37948:37954 Dakota New Mexico -0.00638076930644856932 +79968 gsa_html_5587684798 gsa_html_5587684798:1054:79303:79331 Green River Colorado 0.00404765387058551775 +79969 gsa_html_4308966435 gsa_html_4308966435:14:565:573 Colorado Gunnison County, Colorado -0.0833966631908211881 +79970 aapg_aa_701.html aapg_aa_701.html:677:69488:69505 Edwards Texas -0.474992922950619234 +79971 aapg_ad_440.html aapg_ad_440.html:121:11075:11085 Greenbrier Greenbrier River Trail -0.451751782124743317 +79972 aapg_ae_885.html aapg_ae_885.html:230:23021:23031 Naco Supai, Arizona -0.0684891195527563695 +79973 cspg_html_4287356899 cspg_html_4287356899:3262:341839:341860 Trold Fiord Logan, Utah -0.468384265774498543 +79974 cspg_html_7799850124 cspg_html_7799850124:432:49076:49095 Waterways Lacombe, Alberta -0.470188590895520009 +79975 aapg_ad_398.html aapg_ad_398.html:60:6510:6520 Citronelle Hattiesburg, Mississippi -0.020415599374651202 +79976 aapg_ah_244.html aapg_ah_244.html:103:12438:12470 Protection Montgomery (town), New York -0.0330918692882290547 +79977 AMJC_html_6341723617 AMJC_html_6341723617:666:59999:60031 Uinta Logan, Utah -0.490689465081328491 +79978 aapg_ac_720.html aapg_ac_720.html:98:12718:12736 Navesink Mullica Hill, New Jersey -0.442595627901035182 +79979 cspg_html_4298557570 cspg_html_4298557570:350:44607:44621 Edmonton Bow River -0.47249414511500698 +79980 aapg_ai_67.html aapg_ai_67.html:141:14610:14614 Hall West Texas -0.481766159765426027 +79981 aapg_aa_957.html aapg_aa_957.html:8:761:771 Rio Grande Alabama -0.518047207450479941 +79982 aapg_af_123.html aapg_af_123.html:62:7504:7509 Basal Nicoya Peninsula -0.480033015687554854 +79983 aapg_aa_38.html aapg_aa_38.html:290:30116:30136 San Andres Guadalupe Mountains National Park -0.424479393833646412 +79984 cspg_html_1611261412 cspg_html_1611261412:27:2947:2952 Yukon Anchorage, Alaska -0.505572008253837413 +79985 aapg_ae_171.html aapg_ae_171.html:116:10874:10885 Skull Creek Loveland, Ohio -0.450676431675374467 +79986 geology_html_5851755959 geology_html_5851755959:302:24804:24809 Lyell London, Ontario -0.489885075161781369 +79987 cspg_html_3531222995 cspg_html_3531222995:329:39518:39541 Winnipegosis Red River of the North -0.478173463876844673 +79988 gsa_html_3379069611 gsa_html_3379069611:860:66602:66608 Denver Logan, Utah -0.462512479285274614 +79989 gsa_html_1130947011 gsa_html_1130947011:698:64565:64580 Maquoketa Illinois -0.456778715576978744 +79990 gsa_html_1009717507 gsa_html_1009717507:923:82579:82589 Washington Grays Harbor County, Washington -0.455310861563052449 +79991 sedimentology_html_5613495298 sedimentology_html_5613495298:1265:65564:65572 Moenkopi Chinle Formation -0.420878980795922841 +79992 aapg_ac_544.html aapg_ac_544.html:329:41394:41411 Haymond Texas -0.411942525233253254 +79993 aapg_ah_157.html aapg_ah_157.html:302:43342:43348 Clifty Kentucky -0.471464870791560964 +79994 gsa_html_4220229801 gsa_html_4220229801:60:5627:5654 Columbia Reno, Nevada -0.419699228406432479 +79995 geology_html_8587085938 geology_html_8587085938:262:22127:22145 Monterey California 0.0285799378953653545 +79996 cspg_html_1781462584 cspg_html_1781462584:223:27708:27740 Rundle Victoria, British Columbia -0.47596853330555533 +79997 gsa_html_1130947011 gsa_html_1130947011:241:30668:30685 Decorah Iowa 0.826471283522333233 +79998 aapg_af_653.html aapg_af_653.html:181:18237:18243 Cierbo Monterey, California -0.455279223830003521 +79999 aapg_af_568.html aapg_af_568.html:403:36895:36913 Sundance Cheyenne, Wyoming -0.459294782857853967 +80000 AMJC_html_8619525948 AMJC_html_8619525948:11:516:528 Rhode Island Kingston, Jamaica -0.454610570976523354 +80001 cspg_html_6577476978 cspg_html_6577476978:40:5900:5910 Clearwater Arctic -0.464405306663695727 +80002 gsa_html_5732664703 gsa_html_5732664703:410:40943:40957 Shady Dolomite Singapore -0.432267625462602723 +80003 cspg_html_3676499198 cspg_html_3676499198:328:32709:32730 Richards Canadian Arctic Archipelago -0.481575226969792936 +80004 aapg_ae_146.html aapg_ae_146.html:256:24020:24039 Boquillas Coahuila -0.0383818511837466098 +80005 cspg_html_9142742810 cspg_html_9142742810:108:15437:15456 Chinchaga East Kilbride -0.472114070863615343 +80006 cspg_html_8362959053 cspg_html_8362959053:112:16200:16219 Moosebar Gladstone, Oregon -0.44505934010721393 +80007 aapg_ah_356.html aapg_ah_356.html:58:8091:8100 Cockfield Chambers County, Alabama -0.446186272521599148 +80008 aapg_ac_212.html aapg_ac_212.html:496:46314:46322 Richmond Cheyenne, Wyoming -0.0270287863917096187 +80009 aapg_aa_702.html aapg_aa_702.html:1105:126996:127004 Colorado Colorado 0.0111706699020183535 +80010 aapg_af_85.html aapg_af_85.html:77:8787:8798 Slave Point Lacombe, Alberta 0.0279347625070419138 +80011 gsa_html_3528721895 gsa_html_3528721895:29:2796:2824 Green River Iran 0.00103883289603381806 +80012 cspg_html_4326384800 cspg_html_4326384800:1067:158014:158034 Waterways Swan Hill, Victoria -0.471405039658470026 +80013 aapg_ai_583.html aapg_ai_583.html:77:12068:12086 Rierdon Cheyenne, Wyoming -0.0242016752892677545 +80014 aapg_ac_333.html aapg_ac_333.html:241:30767:30771 Rico Colorado -0.533362365664349691 +80015 geology_html_8535191752 geology_html_8535191752:235:20818:20827 Extension Earth -0.418699089801867985 +80016 aapg_aa_484.html aapg_aa_484.html:49:5558:5568 Pottsville Pottsville, Pennsylvania -0.471503993354400852 +80017 cspg_html_5593011953 cspg_html_5593011953:34:4107:4119 Saskatchewan Lacombe, Alberta -0.454113919430063184 +80018 gsa_html_9370941331 gsa_html_9370941331:225:21005:21026 Queen Queen Valley, Arizona -0.504073924760045866 +80019 cspg_html_6331977039 cspg_html_6331977039:285:28083:28116 Eids Ellesmere Island -0.232079969038545414 +80020 cspg_html_1893593837 cspg_html_1893593837:192:15765:15820 Red Head Rapids Manitoba -0.0331753752251057327 +80021 aapg_aa_955.html aapg_aa_955.html:116:13600:13610 Caseyville Somerville, New Jersey 0.0037592765078730871 +80022 AMJC_html_5390933660 AMJC_html_5390933660:497:47172:47192 Littleton Bennington, Vermont -0.43485884955268328 +80023 aapg_ad_466.html aapg_ad_466.html:900:97341:97353 Mount Laurel Monmouth -0.4506269691264706 +80024 geology_html_6691250804 geology_html_6691250804:21:1097:1105 San Jose California -0.472512577150688062 +80025 sedimentology_html_4287650745 sedimentology_html_4287650745:1179:111479:111483 Hall London, Ontario -0.434580403200599208 +80026 aapg_ad_919.html aapg_ad_919.html:179:16050:16066 Fall River Western world -0.136444463899411506 +80027 cspg_html_3362128825 cspg_html_3362128825:148:13345:13350 Banff Lacombe, Alberta -0.447572237112974447 +80028 aapg_ae_805.html aapg_ae_805.html:406:48143:48160 Minturn Hermosa, Chicago -0.453085363047098455 +80029 aapg_ac_187.html aapg_ac_187.html:2380:235129:235137 Columbia Pennsylvania -0.00771327274469656935 +80030 aapg_af_397.html aapg_af_397.html:585:68506:68513 Entrada Entrada Sandstone -0.435738929516159335 +80031 cspg_html_2053592979 cspg_html_2053592979:43:6714:6722 Columbia Victoria, British Columbia -0.515267358834889722 +80032 gsa_html_6983076294 gsa_html_6983076294:24:1523:1538 Hazel Texas -0.09105095229508961 +80033 palaios_html_7274959329 palaios_html_7274959329:713:53510:53520 Washington Monterey Bay -0.478377564070346595 +80034 aapg_aa_423.html aapg_aa_423.html:29:3618:3625 Wingate Mesa, Arizona -0.459882881527063025 +80035 cspg_html_1639841815 cspg_html_1639841815:180:9761:9778 Cardium Colorado -0.470696581042233275 +80036 cspg_html_1351473625 cspg_html_1351473625:162:23132:23140 Montreal Quebec City -0.0222894098360483031 +80037 aapg_ai_206.html aapg_ai_206.html:141:22337:22359 Seven Rivers Western world -0.502180063393425136 +80038 aapg_ah_827.html aapg_ah_827.html:552:69454:69467 Turner Valley Canada 0.0263576021868285534 +80039 aapg_aa_318.html aapg_aa_318.html:282:25165:25169 Kent North Sea oil -0.444838140504144441 +80040 cspg_html_2749851978 cspg_html_2749851978:585:67584:67601 Cardium Victoria, British Columbia -0.0194596479158459131 +80041 aapg_ai_153.html aapg_ai_153.html:269:42168:42187 Wapanucka Arkansas -0.0235062798697475116 +80042 geology_html_1827419843 geology_html_1827419843:17:901:909 Winnipeg Manitoba -0.0274096020892318319 +80043 aapg_ai_980.html aapg_ai_980.html:680:59970:59975 Swift Cut Bank, Montana -0.436832441054611387 +80044 cspg_html_3529479452 cspg_html_3529479452:24:3106:3125 Lodgepole Manitoba -0.605722759223427776 +80045 aapg_ah_358.html aapg_ah_358.html:525:28228:28246 Grayburg Nashville Basin -0.435714594595624227 +80046 geology_html_4304054973 geology_html_4304054973:20:1224:1246 Biwabik Iron Virginia -0.0753631857176970121 +80047 aapg_ai_247.html aapg_ai_247.html:127:14580:14588 Virginia Tioga, Texas -0.0295955881019379606 +80048 cspg_html_4326384800 cspg_html_4326384800:162:23063:23082 Grosmont Lacombe, Alberta -0.466782751574986277 +80049 geology_html_6134040289 geology_html_6134040289:305:26065:26083 Monterey Los Angeles 0.0172976297884785309 +80050 aapg_ae_370.html aapg_ae_370.html:11:1594:1609 Pittsburg Bluff Cowlitz River -0.0471690020279509833 +80051 cspg_html_7881580279 cspg_html_7881580279:513:60919:60923 Kent Manitoba -0.0105034896980181463 +80052 aapg_ad_52.html aapg_ad_52.html:483:51721:51728 Waverly Netherlands -0.512668465076078217 +80053 aapg_ah_69.html aapg_ah_69.html:156:14674:14685 Chazy Black River, Jamaica -0.426931034537195386 +80054 aapg_ac_984.html aapg_ac_984.html:239:21171:21187 Jordan Illinois -0.37101489951298805 +80055 aapg_ac_333.html aapg_ac_333.html:1058:127490:127510 San Andres New Mexico -0.415444905134973175 +80056 aapg_aa_399.html aapg_aa_399.html:400:32368:32376 Paskapoo Edmonton, London 0.0745336172644552597 +80057 aapg_ah_96.html aapg_ah_96.html:479:56179:56194 Maquoketa Nebraska 0.415011833901270055 +80058 aapg_ac_490.html aapg_ac_490.html:395:55900:55908 Bullhead Victoria, British Columbia -0.402346752040118161 +80059 palaios_html_2399848899 palaios_html_2399848899:622:54380:54396 Eutaw Arden, Delaware -0.465170422412911511 +80060 cspg_html_4656151786 cspg_html_4656151786:36:2940:2956 Spray Lacombe, Alberta -0.446011775932438015 +80061 aapg_ae_265.html aapg_ae_265.html:13:2488:2497 Allegheny Huntington, West Virginia 0.386248177089912992 +80062 sedimentology_html_3417381350 sedimentology_html_3417381350:1135:91836:91854 Monterey California -0.461171691164054931 +80063 sedimentology_html_2041096405 sedimentology_html_2041096405:58:6689:6705 Guelph Ontario, California -0.0397082576932654904 +80064 aapg_ac_215.html aapg_ac_215.html:19:2459:2468 Englewood Burlington, Ontario 0.822756500820961079 +80065 aapg_ae_319.html aapg_ae_319.html:502:42444:42461 Jelm Uinta Mountains 0.0369303197219732759 +80066 gsa_html_8244777175 gsa_html_8244777175:633:67714:67724 Laurentian Portland, Maine -0.491075466427918716 +80067 cspg_html_6566356550 cspg_html_6566356550:33:5906:5914 Columbia Canada -0.454113919430063184 +80068 gsa_html_2905575126 gsa_html_2905575126:647:62531:62541 Wellington Marlborough, Massachusetts -0.0102706745632111761 +80069 aapg_ae_460.html aapg_ae_460.html:247:21646:21662 Mt Lytton Austin, Chicago -0.428929839085586462 +80070 aapg_aa_4.html aapg_aa_4.html:159:21135:21152 Genesee Ithaca, New York -0.0230090906667148494 +80071 AMJC_html_5755352984 AMJC_html_5755352984:11:557:567 Washington Seattle -0.484086347872667577 +80072 aapg_ae_70.html aapg_ae_70.html:363:36997:37005 Colorado Colorado -0.45184182728382527 +80073 aapg_ad_801.html aapg_ad_801.html:309:33502:33516 Paynes Hammock Mississippi River -0.0325612728688678896 +80074 gsa_html_2832151886 gsa_html_2832151886:343:26680:26714 Belle Fourche Lacombe, Alberta -0.45417711448712661 +80075 aapg_ai_575.html aapg_ai_575.html:18:2585:2603 Sundance North Park (Pittsburgh) -0.425516196002090841 +80076 cspg_html_9905904289 cspg_html_9905904289:338:43635:43641 Battle Lacombe, Alberta -0.0612412562309524039 +80077 aapg_ad_466.html aapg_ad_466.html:900:97328:97336 Navesink Monmouth -0.467868439854770279 +80078 aapg_ae_725.html aapg_ae_725.html:44:5039:5044 Steel Mancos, Colorado -0.463307888475886887 +80079 aapg_ah_318.html aapg_ah_318.html:807:84725:84744 Eagle Arkansas -0.0264393249899875019 +80080 aapg_ai_491.html aapg_ai_491.html:984:82705:82736 Hermosa Gunnison County, Colorado -0.496085891852100558 +80081 gsa_html_6491840124 gsa_html_6491840124:1025:83039:83044 Logan Boise, Idaho -0.0209266190161632587 +80082 aapg_ad_149.html aapg_ad_149.html:248:25518:25523 Yukon Canada -0.0832914699086017285 +80083 aapg_af_139.html aapg_af_139.html:73:8918:8935 Mascall Canyon City, Oregon -0.0456028204416603147 +80084 cspg_html_9717154602 cspg_html_9717154602:798:71876:71883 Bearpaw Bow River -0.000889435409818231594 +80085 sedimentology_html_6192604948 sedimentology_html_6192604948:1608:89433:89438 Fitch Namaqualand -0.006663945278057983 +80086 geology_html_2630581804 geology_html_2630581804:230:24363:24371 Virginia Sterling, Virginia -0.0199810699933871717 +80087 aapg_ad_52.html aapg_ad_52.html:644:69927:69945 Michigan Michigan -0.458641287983651336 +80088 aapg_ai_355.html aapg_ai_355.html:262:35886:35896 Rio Grande Texas -0.473653815287124913 +80089 gsa_html_5773121689 gsa_html_5773121689:565:53625:53634 Extension Adirondack Park -0.471962087320613732 +80090 aapg_af_211.html aapg_af_211.html:31:2767:2773 Joliet Caldwell County, North Carolina 0.0285086366528335168 +80091 jgeology_html_6942888254 jgeology_html_6942888254:699:66468:66489 Green River Cheyenne, Wyoming -0.464610795373413321 +80092 geology_html_3251308521 geology_html_3251308521:12:610:618 Virginia Reston, Virginia -0.498224733320612012 +80093 aapg_ah_271.html aapg_ah_271.html:79:9803:9820 Schuler Upshur County, West Virginia -0.041445748202081481 +80094 aapg_ah_157.html aapg_ah_157.html:211:29755:29783 Platteville Illinois -0.409442295483226304 +80095 cspg_html_3783878189 cspg_html_3783878189:77:10431:10455 Bug Porcupine River (Ontario) -0.479496330331430576 +80096 aapg_ai_157.html aapg_ai_157.html:479:45060:45066 Salina Guelph 0.952565828623165189 +80097 aapg_ae_310.html aapg_ae_310.html:65:7801:7819 Woodbine Whitesboro, New York -0.446146001135949044 +80098 gsa_html_4784151100 gsa_html_4784151100:831:60031:60036 Weeks Tulsa, Oklahoma -0.00793912421120361589 +80099 cspg_html_7587979364 cspg_html_7587979364:171:15110:15119 Keg River Swan Hill, Victoria -0.449541717141150321 +80100 aapg_ai_962.html aapg_ai_962.html:294:19291:19307 San Andres New Mexico -0.00619488152638453249 +80101 aapg_ae_90.html aapg_ae_90.html:27:2500:2514 Mt Lytton Yellowstone River -0.448529529594894116 +80102 gsa_html_3972237760 gsa_html_3972237760:536:46472:46476 Bond North Atlantic Current -0.449575401198261781 +80103 aapg_ae_581.html aapg_ae_581.html:674:73762:73774 Dakota Denver -0.0148699584237191908 +80104 gsa_html_7932638920 gsa_html_7932638920:902:88248:88270 Arkose Ridge Anchorage, Alaska -0.088413762533773782 +80105 aapg_ai_364.html aapg_ai_364.html:139:13597:13606 Wapanucka Atoka, Oklahoma -0.469070208322842297 +80106 geology_html_8351855241 geology_html_8351855241:279:27798:27805 Madison Logan, Utah -0.456717601557364239 +80107 jgeology_html_7023488312 jgeology_html_7023488312:503:38447:38461 Rome Alabama -0.00802946509668115739 +80108 AMJC_html_7085584544 AMJC_html_7085584544:1187:112206:112214 Willwood Cheyenne, Wyoming -0.475991665297052891 +80109 aapg_aa_4.html aapg_aa_4.html:159:21186:21192 Ithaca Genesee County, Michigan -0.425371763818281734 +80110 sedimentology_html_8989921425 sedimentology_html_8989921425:1614:129006:129042 Protection Washington (state) -0.469120700106755939 +80111 aapg_af_18.html aapg_af_18.html:591:59460:59476 Inyan Kara Cheyenne, Wyoming -0.401481493222129504 +80112 gsa_html_5737673651 gsa_html_5737673651:412:36166:36182 Chinle New Mexico -0.0272304956863127501 +80113 aapg_ae_187.html aapg_ae_187.html:268:29364:29372 Michigan Knoxville, Tennessee -0.0508949420504662894 +80114 aapg_aa_463.html aapg_aa_463.html:233:44801:44810 Smackover Cotton Valley, Louisiana -0.406158505395503577 +80115 aapg_af_575.html aapg_af_575.html:841:119536:119543 Vamoosa Missouri River -0.0233046208724774252 +80116 aapg_ai_277.html aapg_ai_277.html:53:6815:6837 San Cayetano Nassau, Bahamas -0.0391129188633264693 +80117 geology_html_6639071224 geology_html_6639071224:298:25806:25822 Tamana Trinidad and Tobago -0.4597920302667165 +80118 aapg_ae_981.html aapg_ae_981.html:429:37297:37302 Grove Bainbridge, Georgia -0.48878086726465575 +80119 cspg_html_4860363565 cspg_html_4860363565:245:31446:31462 Colorado Regina, Saskatchewan -0.485954043848796258 +80120 aapg_ae_803.html aapg_ae_803.html:381:47704:47710 Sierra Guatemala 0.0343758415704181128 +80121 aapg_af_808.html aapg_af_808.html:387:53211:53231 Washikemba Aruba 0.675881071853410731 +80122 aapg_ai_980.html aapg_ai_980.html:449:40638:40662 Gypsum Springs Cheyenne, Wyoming -0.490524761849640001 +80123 aapg_ac_941.html aapg_ac_941.html:386:26182:26203 Green River Logan, Utah -0.202409507564320662 +80124 gsa_html_5732664703 gsa_html_5732664703:120:12175:12206 Grandfather Mountain Ocoee, Florida -0.480602591853576067 +80125 aapg_ai_105.html aapg_ai_105.html:410:49974:49988 Manning Canyon Oquirrh Mountain Utah Temple -0.0561402516224212972 +80126 aapg_af_695.html aapg_af_695.html:114:11207:11223 Queen Texas -0.490449479583778825 +80127 aapg_aa_793.html aapg_aa_793.html:455:58847:58859 Dixie Valley Reno, Nevada 0.0452910135220819243 +80128 geology_html_2265365356 geology_html_2265365356:74:5271:5277 Antler Eagle Bay, New York -0.0137248477945169315 +80129 geology_html_4785720928 geology_html_4785720928:247:24010:24038 Elkhorn Mountains Volcanics Rutland -0.45099125631104503 +80130 aapg_ac_749.html aapg_ac_749.html:49:6253:6260 Eramosa Lockport (city), New York 0.853142796602169962 +80131 sedimentology_html_1585135603 sedimentology_html_1585135603:1201:65801:65810 Lancaster Sonora -0.456416618922522499 +80132 aapg_af_892.html aapg_af_892.html:46:5834:5844 Kinderhook Meramec River -0.0423703387957518537 +80133 aapg_ak_87.html aapg_ak_87.html:30:5828:5838 Naco Naco, Sonora -0.473746101631411953 +80134 aapg_ad_466.html aapg_ad_466.html:65:6652:6663 Englishtown Navesink River -0.00562506076616993075 +80135 gsa_html_6672856503 gsa_html_6672856503:284:24478:24488 Washington Seattle -0.445984933244691462 +80136 aapg_ac_441.html aapg_ac_441.html:500:44598:44613 Weber Cheyenne, Wyoming 0.00039260223837717193 +80137 aapg_ae_66.html aapg_ae_66.html:14:1460:1479 Red River Williston, Vermont -0.432346977926754639 +80138 sedimentology_html_2272861739 sedimentology_html_2272861739:2233:111733:111741 Virginia Reston, Virginia -0.0161298137457332978 +80139 cspg_html_1313584654 cspg_html_1313584654:46:6009:6018 Cold Lake Regina, Saskatchewan -0.00621572872549000163 +80140 aapg_ah_318.html aapg_ah_318.html:932:95639:95648 Morehouse Claiborne, Alabama 0.34524806801717467 +80141 cspg_html_4287356899 cspg_html_4287356899:960:130972:130993 Kekiktuk Conglomerate Anchorage, Alaska -0.470696581042233275 +80142 palaios_html_5793673513 palaios_html_5793673513:155:16893:16914 Yorktown Virginia -0.0134398809418536571 +80143 palaios_html_9962835704 palaios_html_9962835704:245:26109:26131 Judith River Cheyenne, Wyoming 0.00238862567180727833 +80144 aapg_ac_333.html aapg_ac_333.html:182:22919:22935 Kaibab Kaibab, Arizona -0.175982688148912547 +80145 aapg_ac_333.html aapg_ac_333.html:202:25389:25392 Abo Mesa, Arizona -0.457614356613462614 +80146 aapg_ad_140.html aapg_ad_140.html:75:6920:6926 Paluxy Saratoga, California -0.00537142262393446989 +80147 aapg_af_95.html aapg_af_95.html:16:2596:2613 Edwards Paluxy, Texas -0.0395916240677814321 +80148 gsa_html_4234009219 gsa_html_4234009219:29:2293:2323 Golden Valley Lacombe, Alberta -0.408411716790418711 +80149 aapg_aa_260.html aapg_aa_260.html:231:26463:26467 Tyee Anchorage, Alaska -0.0138986095165589546 +80150 aapg_ad_732.html aapg_ad_732.html:574:79971:79985 Pico California -0.0272913568249384605 +80151 sedimentology_html_5601243544 sedimentology_html_5601243544:1240:62408:62412 Hall London, Ontario -0.011961226070766327 +80152 aapg_ah_179.html aapg_ah_179.html:92:6874:6882 Toroweap Arizona -0.219138080248460321 +80153 aapg_af_17.html aapg_af_17.html:6:805:824 Minnelusa Southeast Asia -0.446521936096131722 +80154 cspg_html_8362959053 cspg_html_8362959053:25:3930:3938 Columbia Lacombe, Alberta -0.0175218157848266304 +80155 sedimentology_html_5795881935 sedimentology_html_5795881935:62:6898:6903 Yukon Mackenzie River -0.399233164297349563 +80156 palaios_html_5170998264 palaios_html_5170998264:476:57227:57258 Kope Ohio -0.445984933244691462 +80157 sedimentology_html_7007939776 sedimentology_html_7007939776:1147:78706:78710 Hall London, Ontario -0.0188200559458422435 +80158 aapg_ai_563.html aapg_ai_563.html:12:1112:1116 Wise Buchanan, North Dakota -0.46328736756315686 +80159 aapg_ah_481.html aapg_ah_481.html:188:14454:14468 Monterey Carmel, Indiana 0.0286773255806321362 +80160 cspg_html_2650073471 cspg_html_2650073471:6:523:532 Frenchman Milk River, Alberta -0.0400250905978177529 +80161 aapg_ae_324.html aapg_ae_324.html:445:43200:43209 Newcastle Saltville, Virginia -0.0140758476190941898 +80162 aapg_ac_841.html aapg_ac_841.html:199:25431:25453 Todos Santos Honduras 0.391267700487835934 +80163 cspg_html_5345848475 cspg_html_5345848475:93:13177:13187 Deer Creek Lacombe, Alberta -0.43451411861660022 +80164 aapg_ah_62.html aapg_ah_62.html:7:1026:1039 Lake Michigan Lake Huron -0.0657366949279556412 +80165 gsa_html_8030464622 gsa_html_8030464622:334:37016:37025 Red River Red River of the North 0.699453814311345679 +80166 aapg_ae_29.html aapg_ae_29.html:443:50677:50688 Mauch Chunk Deer Valley 0.0303469428989771688 +80167 gsa_html_5598634716 gsa_html_5598634716:1016:56672:56677 Swift California 0.0163939573588326656 +80168 gsa_html_2989317971 gsa_html_2989317971:551:58456:58478 Sucker Creek Boise River -0.0225014864703161413 +80169 aapg_ah_469.html aapg_ah_469.html:280:24915:24926 Winona Mississippi River 0.293487161075519309 +80170 cspg_html_6383234409 cspg_html_6383234409:664:66591:66603 Devon Island District Council of Franklin Harbour -0.489400926759743782 +80171 aapg_ad_338.html aapg_ad_338.html:7:1182:1200 Raritan Patapsco River -0.49743685420806627 +80172 gsa_html_7232523169 gsa_html_7232523169:789:77261:77269 Beaumont South Georgia and the South Sandwich Islands -0.00639293020944086028 +80173 aapg_ad_687.html aapg_ad_687.html:21:2362:2377 Santa Margarita Maricopa, Arizona -0.471193362251331016 +80174 geology_html_9714557029 geology_html_9714557029:40:3662:3670 Colorado Regina, Saskatchewan -0.451731523193220186 +80175 palaios_html_2623118674 palaios_html_2623118674:1107:108693:108735 Flagstaff Logan, Utah -0.474715697540505466 +80176 aapg_aa_939.html aapg_aa_939.html:153:19466:19484 Cloverly Fort Union Trading Post National Historic Site -0.0316445288569785835 +80177 aapg_ad_971.html aapg_ad_971.html:272:24700:24708 Colorado Reno, Nevada -0.458103872838477311 +80178 aapg_ac_965.html aapg_ac_965.html:740:80843:80850 Manlius Jamesville, New York -0.478488911708928044 +80179 aapg_af_684.html aapg_af_684.html:92:10868:10882 Tyee Elkton, Kentucky -0.454089094007790295 +80180 cspg_html_8438548095 cspg_html_8438548095:16:1906:1924 Edmonton Central Alberta -0.0523750246926542248 +80181 gsa_html_3817970246 gsa_html_3817970246:675:73076:73083 Madison Nicaragua -0.456337429672799166 +80182 cspg_html_8362959053 cspg_html_8362959053:51:7964:7982 Moosebar Victoria, British Columbia -0.443701699352459789 +80183 sedimentology_html_8488362853 sedimentology_html_8488362853:1709:121017:121026 Extension Tyrrhenian Sea -0.487631194234456278 +80184 aapg_aa_644.html aapg_aa_644.html:531:48598:48620 Burro Canyon Colorado -0.447942032394663792 +80185 AMJC_html_7085584544 AMJC_html_7085584544:1118:109472:109480 Michigan Cheyenne, Wyoming -0.471363620495062197 +80186 aapg_af_479.html aapg_af_479.html:308:35653:35673 Point Loma La Jolla Cove -0.0309035312152589614 +80187 aapg_ah_656.html aapg_ah_656.html:141:13523:13544 Bell Ward County, North Dakota -0.00217147693343403827 +80188 gsa_html_4520182275 gsa_html_4520182275:64:5713:5723 Washington Salem, Oregon -0.0349152239847350387 +80189 cspg_html_3229148473 cspg_html_3229148473:5:247:267 Milk River Southern Alberta -0.0769964726355744783 +80190 aapg_ae_113.html aapg_ae_113.html:371:49259:49294 Stuart Bathurst Island (Northern Territory) -0.0240556397080989269 +80191 aapg_ac_219.html aapg_ac_219.html:139:25079:25089 Santa Cruz Atlantic Ocean -0.06662955675055518 +80192 aapg_af_799.html aapg_af_799.html:364:26004:26029 Tumey California -0.467877607461444023 +80193 sedimentology_html_6410760497 sedimentology_html_6410760497:1319:64747:64755 Scotland Glasgow -0.485266333037401854 +80194 aapg_ae_652.html aapg_ae_652.html:80:8248:8256 Victoria Gippsland 0.0315505970526295323 +80195 cspg_html_2113617629 cspg_html_2113617629:5:273:300 Bow Island Lacombe, Alberta -0.439258669305734428 +80196 jgeology_html_8406118991 jgeology_html_8406118991:117:9022:9038 Descon Anchorage, Alaska -0.0573527510322950837 +80197 cspg_html_5484260516 cspg_html_5484260516:240:26573:26591 Palliser Lacombe, Alberta -0.42429358801520467 +80198 aapg_af_82.html aapg_af_82.html:18:1752:1760 Colorado New Mexico -0.0441135678761609556 +80199 gsa_html_1902952472 gsa_html_1902952472:70:5066:5094 Green River Colorado -0.440254051746647612 +80200 aapg_ad_599.html aapg_ad_599.html:226:27944:27964 Greenbrier Virginia -0.0522791327249463797 +80201 aapg_ai_46.html aapg_ai_46.html:114:9269:9279 Wellington Stillwater, Oklahoma -0.47564012534835387 +80202 aapg_ah_96.html aapg_ah_96.html:436:50572:50587 Red River Nebraska -0.211119273148518 +80203 sedimentology_html_7769116619 sedimentology_html_7769116619:53:3869:3878 Hawke Bay Morocco -0.0230090906667148494 +80204 aapg_ac_986.html aapg_ac_986.html:468:56659:56683 Sespe California -0.435661502416701596 +80205 sedimentology_html_1218754318 sedimentology_html_1218754318:29:1657:1663 Guelph Guelph -0.477872040110580265 +80206 gsa_html_6181749105 gsa_html_6181749105:580:49459:49484 Monterey California -0.446052041434467972 +80207 cspg_html_1714269019 cspg_html_1714269019:687:74453:74464 Collingwood Ontario, California -0.467905110852730732 +80208 aapg_ae_609.html aapg_ae_609.html:394:41973:41979 Denver Miami -0.462102516958969756 +80209 aapg_af_2.html aapg_af_2.html:255:28040:28057 Chaffee Ouray, Colorado -0.474888953093082877 +80210 aapg_af_348.html aapg_af_348.html:381:42115:42125 Springhill Springhill, Nova Scotia -0.0338991191876076986 +80211 aapg_ac_846.html aapg_ac_846.html:247:34530:34547 Bandera Illinois 0.717112940520610254 +80212 geology_html_2243318898 geology_html_2243318898:13:532:538 Denver Colorado -0.487244407985101158 +80213 aapg_ae_349.html aapg_ae_349.html:672:77401:77415 Maquoketa Richmond, California -0.0263019613963844621 +80214 aapg_af_709.html aapg_af_709.html:20:2238:2245 Waskada Manitoba -0.00378359745738320865 +80215 cspg_html_4287356899 cspg_html_4287356899:3099:330682:330696 Assistance Melville Island (Canada) -0.446392131630084288 +80216 aapg_aa_648.html aapg_aa_648.html:322:34105:34117 Rhode Island Virginia 1.04201465002925064 +80217 gsa_html_1031230113 gsa_html_1031230113:537:51906:51910 Hall Antarctica -0.021507182733615033 +80218 aapg_af_11.html aapg_af_11.html:224:23872:23906 Leadville San Juan Mountains 0.975782122181606759 +80219 aapg_ac_613.html aapg_ac_613.html:51:7491:7510 Mesaverde Mancos, Colorado 0.00906492352307306827 +80220 gsa_html_6395675168 gsa_html_6395675168:34:3320:3331 San Joaquin King River (Tasmania) -0.455279223830003521 +80221 cspg_html_8727758678 cspg_html_8727758678:309:10680:10699 Peace River Lacombe, Alberta -0.447135398674851747 +80222 cspg_html_7578281195 cspg_html_7578281195:39:4445:4450 Nisku Edmonton, London -0.464432702411418319 +80223 cspg_html_9198946062 cspg_html_9198946062:6:471:479 Columbia Victoria, British Columbia -0.0212673068022475528 +80224 aapg_ai_833.html aapg_ai_833.html:305:30673:30679 Oxford England -0.501531457608635822 +80225 geology_html_9924482358 geology_html_9924482358:16:948:976 Green River Cheyenne, Wyoming -0.0251613720923007447 +80226 jgeology_html_4305195651 jgeology_html_4305195651:2815:190003:190022 Escuminac Canada -0.480191064487370922 +80227 palaios_html_3931161229 palaios_html_3931161229:245:22027:22033 Drakes Waynesville, North Carolina -0.00243726702917233546 +80228 jgeology_html_9120142808 jgeology_html_9120142808:987:58432:58436 Hall London, Ontario -0.0388274478076049076 +80229 aapg_aa_232.html aapg_aa_232.html:4:612:632 Purgatoire Colorado -0.0200262605794136288 +80230 cspg_html_2113617629 cspg_html_2113617629:842:94747:94763 Viking Lacombe, Alberta -0.0275956665484899596 +80231 aapg_ai_584.html aapg_ai_584.html:86:8663:8695 Hayden Missouri River -0.037441986726546049 +80232 palaios_html_4958148030 palaios_html_4958148030:324:31324:31338 Beaufort South Africa -0.431157390646727534 +80233 aapg_ai_219.html aapg_ai_219.html:508:33672:33678 Oregon Anchorage, Alaska -0.494056417995318131 +80234 aapg_ai_53.html aapg_ai_53.html:21:2355:2361 Seguin San Antonio -0.0330222814746261376 +80235 cspg_html_5880669950 cspg_html_5880669950:9:515:535 Swan Hills Lacombe, Alberta -0.0818926296508704216 +80236 gsa_html_4913703235 gsa_html_4913703235:106:10670:10687 Grimsby Hocking County, Ohio -0.0143434446267858666 +80237 sedimentology_html_1046729113 sedimentology_html_1046729113:348:33039:33065 Telegraph Creek Eagle River, Alaska -0.473856858113634927 +80238 aapg_ac_841.html aapg_ac_841.html:543:61500:61507 Gracias Pliocene -0.0791189831010428446 +80239 jgeology_html_4115179562 jgeology_html_4115179562:256:18989:19008 New River Huntington, West Virginia -0.242355731999357921 +80240 jgeology_html_6672772311 jgeology_html_6672772311:160:12781:12802 Rio Grande Bellevue, Nebraska -0.0579634464646465175 +80241 aapg_ai_958.html aapg_ai_958.html:33:3372:3390 Oakville Duval County, Texas -0.438060290900437188 +80242 sedimentology_html_1046729113 sedimentology_html_1046729113:1088:97838:97856 Frontier Cheyenne, Wyoming -0.0364186783313174417 +80243 geology_html_2198528432 geology_html_2198528432:12:660:670 Washington Washington (state) -0.49463779564980348 +80244 cspg_html_5542874609 cspg_html_5542874609:101:16540:16557 Muskiki Victoria, British Columbia -0.482987267474293158 +80245 cspg_html_5740360566 cspg_html_5740360566:51:7261:7276 Hondo Western world -0.446110205830797302 +80246 cspg_html_9725676031 cspg_html_9725676031:10:563:571 Columbia Victoria, British Columbia -0.462398581950347165 +80247 aapg_ah_335.html aapg_ah_335.html:194:24875:24885 Pottsville Allegheny Mountains -0.633381208244933713 +80248 gsa_html_9464738899 gsa_html_9464738899:1184:102603:102612 San Diego California -0.455184317280275863 +80249 aapg_ad_564.html aapg_ad_564.html:4829:378399:378407 Niobrara Colorado 0.788817861533001041 +80250 aapg_af_854.html aapg_af_854.html:1727:217155:217161 Borden Southern Indiana -0.438031460031225395 +80251 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135385:135396 Shaftesbury Lacombe, Alberta -0.128893160569197612 +80252 aapg_ad_564.html aapg_ad_564.html:6948:574392:574422 Calvert Maryland 0.0019873350170567061 +80253 aapg_aa_24.html aapg_aa_24.html:542:64832:64844 Eureka Sound Ellesmere Island -0.44961357796588941 +80254 gsa_html_4930932370 gsa_html_4930932370:879:90679:90696 Onaping Sudbury, Suffolk -0.489661768590455182 +80255 cspg_html_5688447798 cspg_html_5688447798:18:4369:4397 Disappointment Bay Ellesmere Island -0.00138974352800571069 +80256 aapg_ah_656.html aapg_ah_656.html:500:48320:48336 Dakota Venezuela 0.0536095305361302746 +80257 cspg_html_7406325086 cspg_html_7406325086:426:46384:46401 Cadomin Lacombe, Alberta -0.455279223830003521 +80258 aapg_ae_471.html aapg_ae_471.html:89:9495:9514 Smackover Cotton Valley, Louisiana 0.0224945330956530555 +80259 aapg_aa_877.html aapg_aa_877.html:977:113834:113843 Interlake Nassau, Bahamas -0.476519241639526414 +80260 gsa_html_2145963783 gsa_html_2145963783:709:65072:65078 Snyder Reno, Nevada -0.451767539383647998 +80261 jgeology_html_6990146451 jgeology_html_6990146451:211:14110:14117 Chemung Huntington, West Virginia -0.251442780069280836 +80262 aapg_ai_572.html aapg_ai_572.html:69:7923:7929 Wewoka Konawa, Oklahoma -0.0288025393782587909 +80263 gsa_html_4695276845 gsa_html_4695276845:1129:106318:106322 Elko Great Basin -0.415087607507273693 +80264 aapg_af_625.html aapg_af_625.html:690:70956:70964 Richmond Huntington, West Virginia -0.0569218086528505626 +80265 gsa_html_3701935694 gsa_html_3701935694:901:78475:78480 Lyell London, Ontario -0.473778404154942046 +80266 aapg_ae_843.html aapg_ae_843.html:87:8475:8486 Green River Wasatch Range -0.445157668105484183 +80267 aapg_ac_943.html aapg_ac_943.html:237:25475:25501 Woodbine Red River of the North 0.0223589428647652418 +80268 aapg_ae_388.html aapg_ae_388.html:1447:89316:89336 Tuscaloosa Melbourne, Florida 0.0672219632612031381 +80269 gsa_html_7302180468 gsa_html_7302180468:691:59518:59546 Green River Colorado -0.0288773204111550628 +80270 cspg_html_9275863663 cspg_html_9275863663:43:5515:5540 Beaverhill Swan Hill, Victoria -0.486398776993572868 +80271 jgeology_html_1376480101 jgeology_html_1376480101:1010:56736:56742 Arroyo Uruguay -0.466718659783226908 +80272 aapg_af_956.html aapg_af_956.html:42:4788:4806 Nonesuch Lake Superior -0.472512577150688062 +80273 cspg_html_9941227593 cspg_html_9941227593:846:83428:83440 Saskatchewan Kindersley (provincial electoral district) -0.428896893887351471 +80274 gsa_html_5550669447 gsa_html_5550669447:29:2796:2824 Green River Colorado -0.0178259478113005146 +80275 cspg_html_3854139935 cspg_html_3854139935:11:1032:1043 Belly River Lacombe, Alberta -0.0231533782740243055 +80276 aapg_ah_646.html aapg_ah_646.html:366:44110:44126 Chinle Logan, Utah -0.439205375293265365 +80277 cspg_html_1665574291 cspg_html_1665574291:12:2007:2015 Edmonton Lacombe, Alberta -0.47944058990843208 +80278 aapg_ah_318.html aapg_ah_318.html:1755:165599:165608 San Pedro Durango, Durango -0.460964719996515115 +80279 aapg_ae_993.html aapg_ae_993.html:261:23843:23862 Jefferson Uinta Mountains 0.455044235358230131 +80280 cspg_html_7963093032 cspg_html_7963093032:667:60160:60170 Fort Worth Calgary 0.0346089906930262536 +80281 cspg_html_7086537250 cspg_html_7086537250:584:81050:81058 Palliser Pine River (Michigan) -0.0254117377860756666 +80282 aapg_ah_962.html aapg_ah_962.html:304:30585:30590 Atoka Davis, California 0.00501528841254137749 +80283 aapg_ah_943.html aapg_ah_943.html:382:50937:50943 Viking Lacombe, Alberta -0.451812561628617604 +80284 aapg_af_16.html aapg_af_16.html:15:2226:2237 Green River Powder River (Montana) -0.440354093294291316 +80285 aapg_ae_176.html aapg_ae_176.html:207:25004:25024 Clearwater Edmonton, London -0.0365787810685492543 +80286 aapg_ad_883.html aapg_ad_883.html:51:7292:7311 Franconia Trempealeau, Wisconsin -0.0386168312473477923 +80287 aapg_ac_824.html aapg_ac_824.html:32:4054:4070 Lykins Brainerd, Minnesota -0.524079000571249454 +80288 gsa_html_5627360957 gsa_html_5627360957:676:67428:67445 Florida Mountains New Mexico -0.491282661525563435 +80289 aapg_ah_157.html aapg_ah_157.html:162:21840:21847 Potsdam Iowa -0.0215454241263043494 +80290 geology_html_6663105863 geology_html_6663105863:20:1190:1196 Sierra California -0.03643260021013002 +80291 aapg_ai_107.html aapg_ai_107.html:168:16441:16460 Smackover Arkansas -0.437953842888147871 +80292 palaios_html_3036115408 palaios_html_3036115408:669:60051:60073 Judith River Canada -0.0261732928942273319 +80293 aapg_ac_563.html aapg_ac_563.html:404:57331:57343 Reforma Santiago -0.481756844989031929 +80294 aapg_ah_962.html aapg_ah_962.html:107:11924:11932 Richmond Frankfort, Illinois 0.00801209183604277911 +80295 cspg_html_7602315496 cspg_html_7602315496:21:3441:3462 Belly River Milk River, Alberta -0.0708319439882488661 +80296 cspg_html_7667087595 cspg_html_7667087595:19:2232:2253 Belly River Lacombe, Alberta -0.0231533782740243055 +80297 aapg_ad_659.html aapg_ad_659.html:352:50507:50515 Michigan Lake Superior -0.503041677516484542 +80298 cspg_html_4326384800 cspg_html_4326384800:977:142721:142742 Slave Point Victoria, British Columbia -0.441486425747427802 +80299 aapg_ak_55.html aapg_ak_55.html:203:20886:20898 Huntersville Lewis County, Washington -0.0861027306072187637 +80300 geology_html_3420787727 geology_html_3420787727:48:4772:4780 Columbia Snake River Plain (ecoregion) -0.0674613900608826145 +80301 sedimentology_html_7473206318 sedimentology_html_7473206318:1158:78502:78532 Cumberland Joggins, Nova Scotia 0.00190221287180775155 +80302 gsa_html_8549650339 gsa_html_8549650339:577:53969:53980 San Antonio Texas -0.466727815469158758 +80303 cspg_html_8438548095 cspg_html_8438548095:337:34424:34454 Basal Drumheller -0.464409872562970838 +80304 cspg_html_2863271815 cspg_html_2863271815:569:71861:71877 Guelph Salina, Kansas -0.446186272521599148 +80305 palaios_html_3796939457 palaios_html_3796939457:51:4783:4811 Woodbine Austin, Chicago -0.0327735084996737119 +80306 geology_html_7812811570 geology_html_7812811570:292:22759:22765 Cutter Arctic -0.0411306079885422268 +80307 aapg_ai_980.html aapg_ai_980.html:687:61262:61280 Rierdon Cut Bank, Montana -0.408246149684567183 +80308 gsa_html_5773931818 gsa_html_5773931818:176:19375:19383 Colorado Cheyenne, Wyoming -0.0483573436723463285 +80309 aapg_ai_654.html aapg_ai_654.html:81:13730:13774 Bakken Williston Basin 0.0068081397182383728 +80310 palaios_html_6273516581 palaios_html_6273516581:510:52952:52963 Bloomington Currie, Minnesota -0.471349814541787038 +80311 gsa_html_3150321506 gsa_html_3150321506:755:78131:78141 Georgetown Putney -0.0518153822203646572 +80312 cspg_html_8363357104 cspg_html_8363357104:520:67283:67299 Outram Middle East -0.0423093929821278317 +80313 cspg_html_3482605972 cspg_html_3482605972:9:1019:1031 Luscar Lacombe, Alberta -0.442682549290708161 +80314 aapg_aa_918.html aapg_aa_918.html:334:27962:27977 Dog Creek Arkansas River 0.975586303645763375 +80315 aapg_ai_575.html aapg_ai_575.html:17:2466:2474 Colorado Loveland, Ohio -0.492215666694549525 +80316 aapg_ae_519.html aapg_ae_519.html:300:33136:33143 Kanawha Jackson, Mississippi -0.452544485991732914 +80317 aapg_ai_897.html aapg_ai_897.html:279:30249:30278 Fort Union Powder River (Montana) -0.489859215608436704 +80318 cspg_html_2083142494 cspg_html_2083142494:229:30054:30086 Albert New Brunswick, New Jersey -0.489899180704299886 +80319 aapg_af_785.html aapg_af_785.html:143:15540:15546 Sparta Charlotte, North Carolina -0.432466019139625568 +80320 cspg_html_9771826320 cspg_html_9771826320:263:44952:44970 Eureka Sound West Greenland Current -0.0165677377021119406 +80321 jgeology_html_5515502227 jgeology_html_5515502227:86:3615:3621 Oregon Salem, Oregon -0.0332814982379016425 +80322 aapg_ae_324.html aapg_ae_324.html:19:2660:2671 Black River Knoxville, Tennessee -0.0103801322392496759 +80323 aapg_ae_397.html aapg_ae_397.html:18:2246:2262 Paluxy Paluxy, Texas 0.0483364328851413894 +80324 sedimentology_html_1046729113 sedimentology_html_1046729113:986:85969:85987 Frontier Cheyenne, Wyoming -0.00243726702917233546 +80325 aapg_ai_572.html aapg_ai_572.html:4:545:552 Vamoosa Coffeyville, Kansas -0.467925738958578585 +80326 aapg_aa_269.html aapg_aa_269.html:315:41706:41725 Wapanucka Arbuckle, California -0.431097950577111366 +80327 geology_html_7991599785 geology_html_7991599785:325:25058:25068 Pittsburgh Mexico -0.0373010146688876193 +80328 aapg_ae_116.html aapg_ae_116.html:164:18248:18268 Mississagi Blind River (Ontario) -0.448892980122610918 +80329 sedimentology_html_2774214081 sedimentology_html_2774214081:1354:63240:63247 Gateway Baltimore -0.444891759770598527 +80330 aapg_ai_584.html aapg_ai_584.html:26:2726:2745 Minnelusa Black Hills -0.489119025533207352 +80331 aapg_ae_875.html aapg_ae_875.html:400:45246:45269 Trujillo Puerto Rico -0.0233046208724774252 +80332 aapg_ae_473.html aapg_ae_473.html:517:49213:49222 Catahoula Mississippi River -0.268975129211796948 +80333 gsa_html_7498897688 gsa_html_7498897688:1112:96122:96131 San Pedro Durango, Durango -0.472512577150688062 +80334 aapg_af_40.html aapg_af_40.html:923:97580:97586 Madrid Spain -0.483407132229491276 +80335 aapg_af_975.html aapg_af_975.html:38:4660:4666 Sierra Chihuahua (state) -0.432227951733042737 +80336 aapg_ac_692.html aapg_ac_692.html:48:6357:6365 Columbia Victoria, British Columbia -0.503471624767146686 +80337 aapg_aa_48.html aapg_aa_48.html:3:414:430 Amsden Montana -0.445106268068768518 +80338 gsa_html_4071231613 gsa_html_4071231613:698:81305:81315 Washington Salem, Oregon -0.449937021729037434 +80339 aapg_ah_160.html aapg_ah_160.html:307:37095:37110 Guelph Michigan -0.0109795492601601104 +80340 aapg_ae_973.html aapg_ae_973.html:531:39241:39256 Choza Texas -0.461219460550356897 +80341 aapg_af_664.html aapg_af_664.html:99:10440:10449 Sheffield Sheffield station -0.442575570278969321 +80342 aapg_ai_326.html aapg_ai_326.html:43:6321:6343 New Scotland Pennsylvania -0.454034931813569353 +80343 gsa_html_3942625742 gsa_html_3942625742:477:40722:40734 Little River Metro Manila -0.466782751574986277 +80344 cspg_html_9729377176 cspg_html_9729377176:1026:110869:110896 Pardonet Victoria, British Columbia -0.49593907588154873 +80345 cspg_html_6514903151 cspg_html_6514903151:330:33765:33783 Kaskapau Lacombe, Alberta -0.43245499617395633 +80346 gsa_html_4431779557 gsa_html_4431779557:832:67842:67855 Bedford Muleshoe National Wildlife Refuge -0.0876871548872807938 +80347 aapg_ad_317.html aapg_ad_317.html:232:21672:21706 Axemann Pennsylvania 0.0616480476115922188 +80348 aapg_ai_132.html aapg_ai_132.html:14:2187:2195 Oakville Charlotte, North Carolina -0.448377013151321557 +80349 gsa_html_3648258377 gsa_html_3648258377:661:63124:63151 Magothy Bass River Township, New Jersey -0.434673209477638822 +80350 gsa_html_2832151886 gsa_html_2832151886:43:3796:3810 Colorado Lacombe, Alberta -0.0198420227136738916 +80351 aapg_ah_49.html aapg_ah_49.html:63:7907:7935 Saugus Castaic, California 1.08772358225076982 +80352 palaios_html_8605685392 palaios_html_8605685392:63:9365:9376 Coffee Mississippi River -0.237335980417150955 +80353 cspg_html_1818321956 cspg_html_1818321956:329:32854:32862 Columbia Liard River, British Columbia -0.0589110102921853729 +80354 aapg_ac_310.html aapg_ac_310.html:19:2044:2056 Pierre Golden, Colorado -0.44714211768966694 +80355 aapg_ac_904.html aapg_ac_904.html:376:33102:33123 Kekiktuk Conglomerate Anchorage, Alaska -0.399182027251039295 +80356 aapg_ah_96.html aapg_ah_96.html:298:34931:34951 Stonewall Red River of the North -0.417786819866466375 +80357 sedimentology_html_7107892700 sedimentology_html_7107892700:490:43179:43201 Englishtown Merchantville, New Jersey -0.0454024962167355328 +80358 aapg_ae_159.html aapg_ae_159.html:98:13330:13348 Mt Lytton Woods County, Oklahoma -0.0316445288569785835 +80359 aapg_ad_192.html aapg_ad_192.html:54:7591:7601 Tuscaloosa Tuscaloosa, Alabama -0.448578878596292641 +80360 cspg_html_8250755331 cspg_html_8250755331:444:47957:47975 Kaskapau Lacombe, Alberta -0.457492019193031785 +80361 aapg_ah_978.html aapg_ah_978.html:177:19384:19398 Etchegoin San Joaquin River -0.461601707643698789 +80362 cspg_html_9683836416 cspg_html_9683836416:555:77472:77494 Judith River Lacombe, Alberta 0.0249266580512932795 +80363 aapg_ad_564.html aapg_ad_564.html:371:35812:35825 Barnett Montgomery (town), New York -0.453423575097804177 +80364 aapg_ah_507.html aapg_ah_507.html:23:2734:2744 Tradewater McLeansboro, Illinois -0.00440204655713307986 +80365 cspg_html_9023649778 cspg_html_9023649778:43:7774:7782 Columbia Victoria, British Columbia -0.454041701910604445 +80366 aapg_ac_629.html aapg_ac_629.html:7:864:874 Citronelle Texas -0.416341973707545276 +80367 aapg_ae_44.html aapg_ae_44.html:3:154:185 Palo Pinto Texas -0.0559169663418020157 +80368 aapg_ae_369.html aapg_ae_369.html:44:5557:5572 Gordo Tuscaloosa, Alabama -0.0466271631232556896 +80369 aapg_ae_959.html aapg_ae_959.html:1366:98981:98985 Yeso New Mexico -0.0795481521369526545 +80370 cspg_html_2803424832 cspg_html_2803424832:51:6789:6815 Blind Fiord Ellesmere Island -0.114243105840333037 +80371 palaios_html_3105248303 palaios_html_3105248303:601:60063:60077 Point Pleasant Frankfort, Illinois -0.048597821756073703 +80372 gsa_html_5419586307 gsa_html_5419586307:724:59495:59523 Green River Colorado -0.0144772441484254995 +80373 cspg_html_4626597050 cspg_html_4626597050:279:34261:34271 Phosphoria Boise, Idaho -0.442762791672519862 +80374 cspg_html_4072152826 cspg_html_4072152826:724:86889:86899 Pocahontas Eldon, Missouri -0.455310861563052449 +80375 AMJC_html_5722410163 AMJC_html_5722410163:551:56575:56596 Elko Elko, Nevada 0.989124338506160217 +80376 aapg_ai_399.html aapg_ai_399.html:67:7485:7505 Tuscaloosa Kentucky -0.436872309743032927 +80377 sedimentology_html_2601136107 sedimentology_html_2601136107:1107:74619:74629 Keokuk Hanson, Massachusetts -0.47254944238616009 +80378 aapg_ad_2.html aapg_ad_2.html:373:55673:55678 Chazy Adirondack Park -0.00549476708285740172 +80379 cspg_html_3926269712 cspg_html_3926269712:17:2645:2652 Halifax Bridgetown, Nova Scotia -0.0576354087003293492 +80380 cspg_html_2973952956 cspg_html_2973952956:238:17140:17171 Liard Victoria, British Columbia -0.458641287983651336 +80381 aapg_ae_324.html aapg_ae_324.html:540:55006:55014 Virginia Tripoli, Lebanon -0.0375359691930512371 +80382 gsa_html_5601712699 gsa_html_5601712699:624:55248:55275 Modelo Santa Monica Mountains -0.44255997020698512 +80383 aapg_ac_92.html aapg_ac_92.html:329:32139:32147 Colorado Denver -0.512397919126235224 +80384 geology_html_3084685059 geology_html_3084685059:283:24533:24542 Red Bluff Texas -0.0215106592204126722 +80385 aapg_af_788.html aapg_af_788.html:17:2577:2584 Bentley Beaverton, Oregon -0.0565031060204084085 +80386 gsa_html_3010975239 gsa_html_3010975239:390:50663:50671 Michigan Michigan -0.00949926761203980299 +80387 gsa_html_5293445820 gsa_html_5293445820:714:72572:72589 Nasina Salcha River 0.0145398000042282032 +80388 palaios_html_2128779739 palaios_html_2128779739:701:68914:68928 Beaufort South Africa -0.46787302364620631 +80389 aapg_ac_301.html aapg_ac_301.html:555:59537:59552 Interlake Manitoba -0.460746428725734014 +80390 aapg_ai_468.html aapg_ai_468.html:197:24632:24649 Bossier Bossier City, Louisiana -0.0373723706496873684 +80391 aapg_af_40.html aapg_af_40.html:69:7852:7877 Provo Vienna -0.064370587065321061 +80392 aapg_ad_2.html aapg_ad_2.html:975:134981:134992 Beekmantown Shoreham Nuclear Power Plant -0.444036457876645585 +80393 aapg_ai_278.html aapg_ai_278.html:399:54312:54333 Punta Gorda Anhydrite Fort Pierce, Florida -0.458641287983651336 +80394 aapg_af_880.html aapg_af_880.html:487:73322:73343 Bird Spring Texas -0.050187257094561899 +80395 gsa_html_8319219146 gsa_html_8319219146:522:55520:55529 Lockatong Doylestown, Pennsylvania -0.0554564637243875128 +80396 gsa_html_8010927234 gsa_html_8010927234:355:29123:29141 Rangeley Rangeley, Maine -0.075625735878494596 +80397 aapg_af_142.html aapg_af_142.html:275:35615:35649 Cotton Valley Mississippi River -0.0502848648345936219 +80398 aapg_ah_484.html aapg_ah_484.html:53:5439:5448 Catahoula Oakville, California -0.437960495533138761 +80399 gsa_html_2644431875 gsa_html_2644431875:11:506:514 Colorado Denver -0.426503733834695087 +80400 cspg_html_7587979364 cspg_html_7587979364:633:45626:45646 Slave Point Swan Hill, Victoria 0.00801209183604277911 +80401 sedimentology_html_2153503572 sedimentology_html_2153503572:325:26889:26894 Crete Greece -0.461001107058420345 +80402 aapg_af_701.html aapg_af_701.html:240:30531:30557 Benson Chemung, New York -0.0383278935926523318 +80403 aapg_ae_226.html aapg_ae_226.html:130:17989:17999 Duck Creek Guernsey 0.0188026760171915025 +80404 cspg_html_1351473625 cspg_html_1351473625:184:24303:24308 Banff Lacombe, Alberta -0.0744356181649514781 +80405 aapg_aa_312.html aapg_aa_312.html:563:67737:67745 Entrance East China Sea -0.451787799117909672 +80406 aapg_aa_626.html aapg_aa_626.html:277:31944:31966 Patuxent Maryland -0.0427064189289835666 +80407 aapg_ae_93.html aapg_ae_93.html:42:7989:8005 Dakota Cairns, Queensland -0.427661175709289521 +80408 aapg_ai_514.html aapg_ai_514.html:146:19026:19036 Washington Salem, Oregon -0.441406293921039528 +80409 cspg_html_7602315496 cspg_html_7602315496:7:820:834 Colorado Milk River, Alberta -0.067152059550716528 +80410 aapg_ai_80.html aapg_ai_80.html:455:45965:45973 Richmond Kentucky -0.457501080653503367 +80411 aapg_ah_524.html aapg_ah_524.html:144:14052:14058 Gothic Colorado -0.452977161832460395 +80412 cspg_html_8464109528 cspg_html_8464109528:161:18800:18823 Sulphur Point Dolomites -0.48422645917649243 +80413 aapg_aa_147.html aapg_aa_147.html:203:26260:26280 Red River Red River of the North 0.841255265677763209 +80414 aapg_ae_708.html aapg_ae_708.html:101:13108:13118 Nolichucky Maryville, Missouri 0.0264375862020742869 +80415 cspg_html_6502178723 cspg_html_6502178723:119:15859:15867 Columbia Victoria, British Columbia -0.442548827459522287 +80416 aapg_ah_293.html aapg_ah_293.html:365:46864:46868 Dean Spain -0.0540071290768429357 +80417 aapg_ah_76.html aapg_ah_76.html:16:2106:2120 Bedford Willis, Texas -0.516307780409929529 +80418 aapg_ak_28.html aapg_ak_28.html:70:8074:8080 Pequop Great Basin -0.445989406971527558 +80419 cspg_html_3385840278 cspg_html_3385840278:92:13907:13931 Waterways Lacombe, Alberta -0.431113360606789509 +80420 aapg_af_97.html aapg_af_97.html:138:16220:16234 Richmond Bloomington, Indiana -0.462125287699645448 +80421 aapg_af_614.html aapg_af_614.html:67:5402:5421 Morehouse Shreveport, Louisiana -0.398800711690714793 +80422 jgeology_html_1846074040 jgeology_html_1846074040:450:35057:35071 Holyoke Basalt Hartford, Connecticut -0.462453250854801823 +80423 aapg_af_320.html aapg_af_320.html:668:104005:104009 Bond Illinois -0.0439881690847485213 +80424 cspg_html_3419991847 cspg_html_3419991847:48:6809:6817 Kootenay Kootenay River -0.014941203695627946 +80425 aapg_ah_531.html aapg_ah_531.html:25:3170:3192 Diamond Peak Reno, Nevada -0.00562506076616993075 +80426 aapg_ad_812.html aapg_ad_812.html:34:3420:3437 Wingate New Mexico -0.061445521500509713 +80427 aapg_ac_983.html aapg_ac_983.html:359:57471:57485 Iola Missouri River -0.452909542628234352 +80428 geology_html_7029340747 geology_html_7029340747:13:677:689 Rhode Island Kingston, Jamaica -0.0657821209328515732 +80429 cspg_html_4530154552 cspg_html_4530154552:84:14096:14104 Columbia Victoria, British Columbia -0.0773063854410030171 +80430 aapg_ah_644.html aapg_ah_644.html:69:9505:9517 Saskatchewan Mississippian culture -0.0537193910403591518 +80431 aapg_af_785.html aapg_af_785.html:362:36359:36365 Reklaw Carrizo Plain -0.434527375159215246 +80432 cspg_html_3926542795 cspg_html_3926542795:1373:143744:143762 Pine Point Western Canadian Sedimentary Basin -0.489955605215405154 +80433 aapg_ai_761.html aapg_ai_761.html:302:33550:33556 Provo North Sea oil -0.0165121278486362495 +80434 gsa_html_3010975239 gsa_html_3010975239:414:53323:53331 Michigan Saginaw, Michigan -0.443701699352459789 +80435 cspg_html_8818854104 cspg_html_8818854104:620:73720:73728 Columbia Victoria, British Columbia -0.0326639109248070408 +80436 aapg_ah_656.html aapg_ah_656.html:400:37880:37903 Brushy Canyon Guadalupe Mountains National Park -0.471363620495062197 +80437 aapg_ai_188.html aapg_ai_188.html:191:20200:20219 Athabasca Lacombe, Alberta -0.0480645977359866611 +80438 aapg_ah_411.html aapg_ah_411.html:48:6524:6530 Dakota Bellevue Hospital Center 0.0892388048219249913 +80439 aapg_ad_250.html aapg_ad_250.html:76:6610:6630 Fort Payne Indian Creek, Florida -0.424479393833646412 +80440 aapg_ac_720.html aapg_ac_720.html:95:12322:12339 Hornerstown Navesink River -0.470200080639580853 +80441 aapg_ah_505.html aapg_ah_505.html:519:39980:39995 Viola Fremont, California 0.00810590751999957886 +80442 aapg_ai_925.html aapg_ai_925.html:39:5045:5053 Billings Texas -0.0571939795181882898 +80443 aapg_ad_258.html aapg_ad_258.html:290:32128:32135 Chemung Catskill Mountains -0.456844361180692826 +80444 aapg_af_590.html aapg_af_590.html:470:36369:36379 Wellington Logan, Utah -0.0118326507856826232 +80445 gsa_html_4591711448 gsa_html_4591711448:544:57066:57081 Signal Mountain Cheyenne, Wyoming -0.476061064960921709 +80446 gsa_html_8669968097 gsa_html_8669968097:79:8318:8337 Hawthorn Melbourne, Florida -0.0707707378788611785 +80447 cspg_html_4630116521 cspg_html_4630116521:1037:106884:106905 Potter Farm Michigan -0.457691392417615917 +80448 aapg_ah_435.html aapg_ah_435.html:255:30563:30576 Cook Mountain Texas 1.01499293100032628 +80449 aapg_aa_684.html aapg_aa_684.html:286:26792:26812 Popo Agie John Crow Mountains -0.461026124022890449 +80450 sedimentology_html_5684726433 sedimentology_html_5684726433:1140:91845:91849 Hall London, Ontario -0.463435584788403632 +80451 jgeology_html_8447682494 jgeology_html_8447682494:148:8257:8272 Seboomook Littleton, Colorado -0.477642564553472426 +80452 aapg_ad_169.html aapg_ad_169.html:99:13370:13380 Greenbrier Huntington, West Virginia -0.45184182728382527 +80453 aapg_aa_622.html aapg_aa_622.html:37:5176:5193 Dolores Chinle Formation -0.471363620495062197 +80454 gsa_html_4675429437 gsa_html_4675429437:266:19204:19214 San Felipe California 0.00534883845084102843 +80455 cspg_html_5456368738 cspg_html_5456368738:123:15747:15765 Ramparts Sault Ste. Marie, Ontario -0.109850442170549595 +80456 AMJC_html_7190858839 AMJC_html_7190858839:1125:105823:105835 Rhode Island Hartford, Connecticut -0.484135384227082133 +80457 aapg_ac_925.html aapg_ac_925.html:192:30363:30369 Venado Putah Creek -0.00104230725687540888 +80458 palaios_html_2048556014 palaios_html_2048556014:619:64299:64318 Conasauga Alabama -0.187201961812492712 +80459 palaios_html_4356021700 palaios_html_4356021700:12:519:525 Oregon Salem, Oregon -0.455184317280275863 +80460 sedimentology_html_6390126294 sedimentology_html_6390126294:28:1799:1816 Bedford Canada -0.0299260395523841712 +80461 aapg_af_854.html aapg_af_854.html:1416:206258:206266 Richland Jefferson County, Colorado -0.0510779749693671542 +80462 aapg_af_133.html aapg_af_133.html:319:34277:34289 Salina Michigan -0.282810968429403731 +80463 gsa_html_9181545711 gsa_html_9181545711:824:75253:75261 Colorado Loveland, Ohio -0.0245215675441684301 +80464 gsa_html_6832530161 gsa_html_6832530161:58:3825:3853 Green River Colorado -0.0265836451265893982 +80465 aapg_ah_340.html aapg_ah_340.html:275:30732:30742 Duck Creek Walnut, California -0.452461129454831856 +80466 aapg_ai_49.html aapg_ai_49.html:277:33544:33551 Todilto New Mexico -0.0865027302718939517 +80467 aapg_aa_95.html aapg_aa_95.html:116:10729:10740 Sheep Creek Mesa County, Colorado -0.466782751574986277 +80468 gsa_html_3510629601 gsa_html_3510629601:650:64953:64962 San Diego Colorado -0.0379467177170490291 +80469 aapg_ai_461.html aapg_ai_461.html:151:21595:21606 Boggy McAlester, Oklahoma -0.121318639181738588 +80470 aapg_ae_961.html aapg_ae_961.html:159:11596:11614 Winnipeg Black River, Jamaica -0.00515253017068293719 +80471 gsa_html_2794002141 gsa_html_2794002141:22:1231:1239 Virginia Reston, Virginia -0.455726774842524995 +80472 gsa_html_8319219146 gsa_html_8319219146:973:92839:92867 Green River Colorado -0.00922476160912374769 +80473 sedimentology_html_1411190498 sedimentology_html_1411190498:897:56926:56930 Hall London, Ontario -0.440887830328426711 +80474 cspg_html_1019614994 cspg_html_1019614994:269:42116:42132 Exshaw Lacombe, Alberta -0.447357152169087058 +80475 aapg_ae_547.html aapg_ae_547.html:104:14025:14042 Tugidak Kodiak Island -0.463332970234029085 +80476 aapg_aa_146.html aapg_aa_146.html:138:18420:18432 Pierre Crook, Colorado -0.0102706745632111761 +80477 aapg_af_360.html aapg_af_360.html:335:30827:30833 Denver Colorado -0.463253167093327645 +80478 aapg_ae_875.html aapg_ae_875.html:115:15811:15827 Coamo San Juan, Argentina -0.482963947665808413 +80479 aapg_ac_79.html aapg_ac_79.html:107:13432:13439 Clinton Pennsylvania 0.892320427734094368 +80480 aapg_ah_370.html aapg_ah_370.html:177:13212:13217 Sugar Thunder Bay -0.502757556583302234 +80481 cspg_html_5484260516 cspg_html_5484260516:92:11442:11462 Big Valley Lacombe, Alberta -0.475325709854034217 +80482 aapg_ae_371.html aapg_ae_371.html:12:2508:2526 Kootenai Cut Bank, Montana -0.214952520721393425 +80483 gsa_html_8951179545 gsa_html_8951179545:661:75311:75318 Laramie Texas -0.0538170462628818486 +80484 gsa_html_4695276845 gsa_html_4695276845:534:52232:52238 Pioche Gold Hill, Colorado -0.432289667144302503 +80485 gsa_html_1047526579 gsa_html_1047526579:473:47549:47563 Beaufort South Africa -0.0109795492601601104 +80486 sedimentology_html_9716387026 sedimentology_html_9716387026:659:45609:45613 Hall London, Ontario -0.481777803377517411 +80487 cspg_html_9343899465 cspg_html_9343899465:884:80688:80700 Hecla Bay Melville Island (Canada) -0.0249388283192189877 +80488 aapg_ah_724.html aapg_ah_724.html:381:45694:45705 Shaftesbury Lacombe, Alberta -0.0347969055523305801 +80489 aapg_ae_306.html aapg_ae_306.html:370:46999:47016 Chipola Melbourne, Florida -0.460269102262388319 +80490 aapg_ae_280.html aapg_ae_280.html:68:7749:7768 Whirlpool Monroe County, Florida -0.432346977926754639 +80491 aapg_ah_318.html aapg_ah_318.html:854:88019:88038 Smackover Arkansas -0.454023648431036098 +80492 cspg_html_5973552270 cspg_html_5973552270:64:9014:9034 Beaverhill Swan Hill, Victoria -0.0442511603309229257 +80493 gsa_html_3014459865 gsa_html_3014459865:204:22208:22227 Beaverdam The Carolinas -0.488278574417694344 +80494 cspg_html_8121068096 cspg_html_8121068096:381:24056:24076 Hay River Banks Island -0.461026124022890449 +80495 aapg_ai_82.html aapg_ai_82.html:89:11848:11858 Greenbrier Belmont, Massachusetts -0.0606738881148921952 +80496 cspg_html_1159165904 cspg_html_1159165904:161:22179:22184 Price Victoria, British Columbia -0.471754879498828661 +80497 gsa_html_1610161932 gsa_html_1610161932:1053:90855:90861 Walker California -0.496867763222673786 +80498 aapg_af_169.html aapg_af_169.html:23:3609:3615 Moscow Denmark -0.0219487021071597919 +80499 aapg_ai_153.html aapg_ai_153.html:321:48955:48960 Atoka Atoka, Oklahoma -0.0153756304706319062 +80500 sedimentology_html_2077308623 sedimentology_html_2077308623:516:50996:51014 Chicotte Anticosti Island -0.22334661232935904 +80501 cspg_html_8211273957 cspg_html_8211273957:371:44832:44848 Ireton Lacombe, Alberta -0.495958018438408699 +80502 cspg_html_9152086986 cspg_html_9152086986:233:22031:22057 Halfway Lacombe, Alberta -0.444871652179790411 +80503 aapg_ad_652.html aapg_ad_652.html:19:2731:2735 Tyee Salem, Oregon -0.464432702411418319 +80504 aapg_af_468.html aapg_af_468.html:50:5284:5298 Frio Brazoria County, Texas -0.45995556917210767 +80505 aapg_af_892.html aapg_af_892.html:1013:96733:96756 Marble Falls Texas -0.448287309474040385 +80506 cspg_html_7403344526 cspg_html_7403344526:434:46210:46227 Cardium Lacombe, Alberta -0.00405807716508260231 +80507 aapg_ai_28.html aapg_ai_28.html:719:67982:67988 Lissie Uvalde, Texas 0.632502385151040403 +80508 cspg_html_5541937700 cspg_html_5541937700:869:107026:107034 Columbia Lacombe, Alberta -0.459996458565647859 +80509 aapg_ac_338.html aapg_ac_338.html:425:47871:47890 Newcastle Cheyenne, Wyoming -0.391690623302325847 +80510 aapg_aa_360.html aapg_aa_360.html:599:58697:58714 Edwards Luling, Louisiana -0.477401564658383792 +80511 aapg_af_809.html aapg_af_809.html:23:2742:2761 La Quinta Venezuela -0.0113965411474177668 +80512 aapg_ad_351.html aapg_ad_351.html:809:71378:71382 Hall Missouri River -0.478447154667899333 +80513 gsa_html_2729737430 gsa_html_2729737430:604:62405:62422 Conant Creek Tuff Signal Mountain (Wyoming) -0.470292003998596664 +80514 cspg_html_4666332434 cspg_html_4666332434:496:73322:73333 Belly River Lacombe, Alberta -0.433376961451207021 +80515 sedimentology_html_3279131936 sedimentology_html_3279131936:664:35012:35019 Yucatan Caribbean -0.0433629440146906728 +80516 aapg_ac_414.html aapg_ac_414.html:26:3796:3812 Kaibab Reno, Nevada -0.0349187039582129002 +80517 cspg_html_8662646956 cspg_html_8662646956:646:82224:82234 Pine Point Cordillera Administrative Region -0.0551215722984807754 +80518 cspg_html_2650524233 cspg_html_2650524233:46:8865:8884 Paskapoo Red Deer, Alberta -0.431133173871068531 +80519 cspg_html_7117661916 cspg_html_7117661916:238:25489:25500 Peace River Victoria, British Columbia -0.470365549607814404 +80520 aapg_ac_808.html aapg_ac_808.html:177:20590:20610 San Andres West Texas 0.0101056199531207262 +80521 cspg_html_6517402834 cspg_html_6517402834:460:39772:39790 Paskapoo Canada -0.448377013151321557 +80522 aapg_ah_96.html aapg_ah_96.html:270:31095:31109 Winnipeg Winnipeg -0.421983856501260468 +80523 cspg_html_5345848475 cspg_html_5345848475:1144:108114:108133 Niobrara Calgary 1.09386754441488643 +80524 aapg_aa_725.html aapg_aa_725.html:3:165:187 Nation River Anchorage, Alaska -0.461128473443845555 +80525 cspg_html_4768933240 cspg_html_4768933240:85:7174:7188 Mission Canyon Regina, Saskatchewan -0.00696275827002107526 +80526 cspg_html_4666332434 cspg_html_4666332434:468:71812:71834 Judith River Regina, Saskatchewan -0.0270583470538351585 +80527 cspg_html_8065532640 cspg_html_8065532640:100:12862:12868 Sombre Prairie Creek, Arkansas -0.0982196312242731157 +80528 aapg_ae_383.html aapg_ae_383.html:434:32940:32948 Woodford Arkansas -0.448287309474040385 +80529 aapg_ai_410.html aapg_ai_410.html:436:39255:39271 Cutler Hermosa, Chicago -0.031171398356582336 +80530 cspg_html_5976982403 cspg_html_5976982403:18:3148:3167 Kitchener Purcell Mountains -0.473323971277166522 +80531 sedimentology_html_6998506874 sedimentology_html_6998506874:28:1750:1774 Protection Helsinki -0.469093158774920749 +80532 sedimentology_html_3333646967 sedimentology_html_3333646967:1226:91303:91307 Hall London, Ontario -0.0612988688264293202 +80533 gsa_html_5380966084 gsa_html_5380966084:1087:95277:95305 Green River Iran -0.432316117842066305 +80534 aapg_af_880.html aapg_af_880.html:538:81808:81825 Gaptank Texas -0.0517735415246776826 +80535 cspg_html_2758185645 cspg_html_2758185645:282:25077:25092 Banff Lacombe, Alberta -0.0505498065309665512 +80536 aapg_ac_569.html aapg_ac_569.html:266:36407:36427 Emma Fiord Devon Island -0.405961136351199237 +80537 aapg_ah_741.html aapg_ah_741.html:3:266:286 Phosphoria Cheyenne, Wyoming 0.0522215981554230227 +80538 aapg_ah_116.html aapg_ah_116.html:215:18419:18427 Onondaga Helderberg -0.0610265231104289152 +80539 aapg_ae_70.html aapg_ae_70.html:347:35981:35989 Colorado Colorado -0.508612392921665157 +80540 gsa_html_2023933346 gsa_html_2023933346:980:93020:93037 Llajas Southern California -0.00680987700292186304 +80541 cspg_html_6134774167 cspg_html_6134774167:477:49291:49299 Moosebar Victoria, British Columbia -0.487748436810089392 +80542 gsa_html_7199417381 gsa_html_7199417381:135:16169:16186 White River Nebraska -0.122594227956968782 +80543 aapg_ae_805.html aapg_ae_805.html:701:87307:87324 Paradox Hermosa, Chicago -0.0288773204111550628 +80544 geology_html_1599906578 geology_html_1599906578:11:459:469 Ellensburg Washington (state) -0.271107323555115631 +80545 geology_html_7123070239 geology_html_7123070239:11:630:638 Virginia Earth -0.0573038978515924211 +80546 AMJC_html_1873062106 AMJC_html_1873062106:274:38917:38939 Burro Canyon Cedar Mountains -0.435838488044850259 +80547 cspg_html_6984906794 cspg_html_6984906794:20:3208:3216 Columbia Victoria, British Columbia -0.039213880157219938 +80548 aapg_aa_731.html aapg_aa_731.html:359:47470:47475 Indio Texas -0.459819284677136619 +80549 gsa_html_2162821431 gsa_html_2162821431:1220:103507:103516 San Diego California -0.109177999878310644 +80550 gsa_html_7053510738 gsa_html_7053510738:14:616:622 Denver Colorado -0.0130645631501062637 +80551 sedimentology_html_3757174687 sedimentology_html_3757174687:2705:111837:111844 Francis London, Ontario -0.467980749597819323 +80552 aapg_ae_223.html aapg_ae_223.html:72:8761:8777 Dakota Colorado 0.0545808966831938525 +80553 cspg_html_4326384800 cspg_html_4326384800:1028:151377:151393 Waterways Swan Hill, Victoria -0.455876007847145159 +80554 gsa_html_1734656819 gsa_html_1734656819:1352:122355:122361 Oregon San Jacinto, California -0.0394819549454150931 +80555 aapg_ad_341.html aapg_ad_341.html:133:12770:12789 Poxono Island Delaware Valley -0.491386278060246817 +80556 aapg_ai_763.html aapg_ai_763.html:3:409:426 Sligo Arkansas -0.0269348882327513015 +80557 cspg_html_5515814749 cspg_html_5515814749:192:25532:25550 Cardium Bow Island Airport -0.00440204655713307986 +80558 jgeology_html_3924418909 jgeology_html_3924418909:520:44944:44960 Navajo Charleston, South Carolina -0.0516166410516480934 +80559 aapg_aa_622.html aapg_aa_622.html:322:34017:34023 Chinle Arizona -0.447859095614761116 +80560 aapg_ae_454.html aapg_ae_454.html:111:9236:9253 Bossier East Texas 0.709691663833373121 +80561 aapg_ah_387.html aapg_ah_387.html:161:19109:19137 Francisco San Francisco -0.506250146542552182 +80562 aapg_ae_960.html aapg_ae_960.html:310:27251:27276 Mission Canyon Valmeyer, Illinois -0.430176006996349836 +80563 aapg_af_638.html aapg_af_638.html:81:6700:6714 Traverse Antrim, County Antrim -0.0313801301050329814 +80564 aapg_ah_479.html aapg_ah_479.html:10:1156:1162 Perija Venezuela -0.448892980122610918 +80565 sedimentology_html_7382984039 sedimentology_html_7382984039:2688:75712:75718 Banner Victoria, British Columbia -0.0146249457170983255 +80566 aapg_af_808.html aapg_af_808.html:67:8531:8549 Scotland Barbados -0.0100152745816292233 +80567 aapg_aa_113.html aapg_aa_113.html:54:7105:7120 Coban Guatemala -0.460205477971118548 +80568 cspg_html_5295390542 cspg_html_5295390542:345:43078:43111 Halfway Victoria, British Columbia -0.456518443898076276 +80569 sedimentology_html_6434577006 sedimentology_html_6434577006:226:11921:11930 Gog Lake Louise, Alberta -0.485663921579086111 +80570 aapg_af_579.html aapg_af_579.html:232:25941:25948 Entrada Logan, Utah -0.210261175565215508 +80571 aapg_ah_780.html aapg_ah_780.html:41:7670:7678 Virginia Pennsylvania -0.476935975501023179 +80572 gsa_html_1662492421 gsa_html_1662492421:746:63499:63505 Kodiak Anchorage, Alaska -0.448327675040319895 +80573 aapg_ae_429.html aapg_ae_429.html:306:22030:22036 Blaine Texas -0.043955078042755065 +80574 aapg_ah_519.html aapg_ah_519.html:20:2570:2597 Burro Canyon Phoenix, Arizona -0.424322003042767071 +80575 cspg_html_6517402834 cspg_html_6517402834:558:45704:45712 Edmonton Calgary -0.482921973604061416 +80576 cspg_html_9717154602 cspg_html_9717154602:186:26363:26389 Bearpaw Saskatchewan -0.481156254434641828 +80577 cspg_html_3465307753 cspg_html_3465307753:5:208:229 Mount Hawk North Portal, Saskatchewan -0.0156814715209821626 +80578 aapg_ah_329.html aapg_ah_329.html:150:15565:15580 Lospe Knoxville, Illinois -0.0505811818267982855 +80579 sedimentology_html_8369899157 sedimentology_html_8369899157:86:8498:8507 Extension Patras -0.488837217649543798 +80580 cspg_html_6306091047 cspg_html_6306091047:616:84767:84775 Columbia Victoria, British Columbia -0.488837217649543798 +80581 cspg_html_8121202912 cspg_html_8121202912:141:17584:17592 Arctomys Mount Robson Provincial Park -0.0135198103742529222 +80582 geology_html_1045995891 geology_html_1045995891:227:20582:20587 Price Cambridge -0.475797375672673772 +80583 gsa_html_1636483297 gsa_html_1636483297:1047:87486:87503 Barstow California -0.0699366556892110497 +80584 AMJC_html_6605473820 AMJC_html_6605473820:303:32656:32664 Michigan Michigan -0.0383818511837466098 +80585 gsa_html_8820488310 gsa_html_8820488310:1058:91551:91556 Price Canada -0.0152331376513424877 +80586 aapg_ad_466.html aapg_ad_466.html:208:26126:26136 Smithville Mount Holly, North Carolina -0.494566874481706664 +80587 aapg_ai_49.html aapg_ai_49.html:242:29066:29073 Todilto Kayenta, Arizona -0.454034931813569353 +80588 aapg_ad_194.html aapg_ad_194.html:331:39648:39664 White Rock Middle East -0.492258100446082036 +80589 aapg_af_845.html aapg_af_845.html:137:13573:13581 Woodbine Paluxy, Texas -0.449521507303549339 +80590 aapg_ah_329.html aapg_ah_329.html:357:35294:35301 Sisquoc Monterey, California -0.128539814755543519 +80591 aapg_ac_333.html aapg_ac_333.html:1020:123135:123141 Toroweap Coconino County, Arizona -0.485369220602805185 +80592 aapg_af_636.html aapg_af_636.html:550:64471:64481 Bainbridge Louisville, Kentucky -0.0367667309306509496 +80593 geology_html_6113200258 geology_html_6113200258:15:802:817 Gorge Bennington, Vermont -0.481777803377517411 +80594 sedimentology_html_2006668573 sedimentology_html_2006668573:996:63422:63426 Hall London, Ontario -0.456355529459316345 +80595 cspg_html_5141367518 cspg_html_5141367518:514:64801:64821 Milk River Lacombe, Alberta -0.0387717471174881742 +80596 aapg_ad_865.html aapg_ad_865.html:489:49186:49192 Dakota Ouray, Colorado -0.444536590280039667 +80597 gsa_html_6546953900 gsa_html_6546953900:14:645:653 Virginia Charlottesville, Virginia -0.0341270386384278437 +80598 aapg_ai_368.html aapg_ai_368.html:200:18044:18057 Tensleep Cheyenne, Wyoming -0.0149690067830474411 +80599 aapg_aa_15.html aapg_aa_15.html:197:27419:27428 Catahoula Whitsett, North Carolina -0.456717601557364239 +80600 aapg_ae_542.html aapg_ae_542.html:154:14871:14890 Matanuska Matanuska-Susitna Valley 0.840604793757389279 +80601 cspg_html_5973552270 cspg_html_5973552270:120:15759:15778 Waterways Lacombe, Alberta 0.741361512935579614 +80602 aapg_ae_272.html aapg_ae_272.html:105:10920:10929 Coldwater Michigan -0.465561228542891226 +80603 aapg_ah_72.html aapg_ah_72.html:59:8998:9007 Catahoula Shreveport, Louisiana -0.104090311378221015 +80604 aapg_ah_435.html aapg_ah_435.html:217:26642:26652 Rio Grande Laredo, Texas -0.498319708491524405 +80605 cspg_html_5241714595 cspg_html_5241714595:31:5192:5200 Birdbear Regina, Saskatchewan -0.437337570121169472 +80606 aapg_ae_71.html aapg_ae_71.html:309:28536:28543 Moenave Arizona -0.478349729395822987 +80607 cspg_html_9069886621 cspg_html_9069886621:125:12749:12777 Disappointment Bay Canadian Arctic Archipelago -0.474438560215669658 +80608 sedimentology_html_3031730552 sedimentology_html_3031730552:757:45668:45672 Hall London, Ontario -0.487560856421757394 +80609 aapg_af_664.html aapg_af_664.html:604:67515:67539 Cherry Canyon Delaware 0.295019263257154218 +80610 gsa_html_8990633722 gsa_html_8990633722:1197:92395:92423 Green River Colorado -0.0253787031828477012 +80611 cspg_html_7881580279 cspg_html_7881580279:339:44611:44617 Yeoman Red River of the North -0.446052041434467972 +80612 palaios_html_1182208861 palaios_html_1182208861:12:676:684 Michigan Michigan -0.0275887108223223723 +80613 aapg_ah_544.html aapg_ah_544.html:860:78827:78834 Prairie Wisconsin 0.0219626084121762773 +80614 aapg_ae_194.html aapg_ae_194.html:4:431:454 Cotton Valley Shreveport, Louisiana -0.0249440441513266963 +80615 aapg_ah_532.html aapg_ah_532.html:69:6420:6450 Leadville Ouray, Colorado -0.491650086397892094 +80616 aapg_ae_909.html aapg_ae_909.html:191:16308:16325 Temblor California -0.0225014864703161413 +80617 aapg_ah_797.html aapg_ah_797.html:114:10173:10187 Chazy County (United States) -0.0168874970090907538 +80618 aapg_ak_59.html aapg_ak_59.html:227:31701:31720 San Joaquin Great Valley, New York 0.732294941430232216 +80619 aapg_ae_161.html aapg_ae_161.html:54:7689:7702 Bearpaw Judith River Formation 0.0176347786034971622 +80620 jgeology_html_2872695575 jgeology_html_2872695575:519:32044:32064 Pottsville Pennsylvania -0.0126614494701577564 +80621 aapg_af_50.html aapg_af_50.html:797:73596:73604 Colorado Eagle County, Colorado -0.503880280715721773 +80622 aapg_ac_671.html aapg_ac_671.html:129:11579:11584 Salem Chester, Pennsylvania -0.0277017418114762735 +80623 aapg_ah_53.html aapg_ah_53.html:7:1322:1329 Cypress Norwood, Massachusetts -0.462348471732962063 +80624 aapg_ad_379.html aapg_ad_379.html:671:55898:55904 Carmel Cheyenne, Wyoming 0.900138946084884206 +80625 aapg_ac_563.html aapg_ac_563.html:109:18837:18843 Sabine Pinellas County, Florida -0.426871858406847937 +80626 aapg_ai_918.html aapg_ai_918.html:443:53505:53511 Casper Cheyenne, Wyoming -0.0485106911577510083 +80627 cspg_html_9987144175 cspg_html_9987144175:235:31290:31312 Eureka Sound Bathurst Island (Northern Territory) 0.00242510668840977212 +80628 sedimentology_html_2893676022 sedimentology_html_2893676022:814:63408:63415 Jewett Silt San Francisco -0.0466498116089518189 +80629 aapg_aa_158.html aapg_aa_158.html:247:23523:23535 Red Mountain Boise, Idaho -0.42652126035610638 +80630 cspg_html_3023030263 cspg_html_3023030263:51:8265:8277 Saskatchewan Niobrara, Nebraska 0.776214776689521324 +80631 aapg_ah_749.html aapg_ah_749.html:63:7898:7905 Norfolk Mexico -0.00855587800487816325 +80632 jgeology_html_4115179562 jgeology_html_4115179562:638:50276:50301 Bays Virginia -0.461001107058420345 +80633 gsa_html_3014459865 gsa_html_3014459865:889:82070:82078 Monmouth Closter, New Jersey -0.453924360728879206 +80634 aapg_ae_468.html aapg_ae_468.html:79:8366:8374 Beaumont Oakville, California 0.00208809189150845889 +80635 gsa_html_2547559311 gsa_html_2547559311:587:54839:54852 Santa Barbara California -0.0360984802655648293 +80636 aapg_ae_570.html aapg_ae_570.html:179:18983:19000 Lockport Dolomite Wayne County, Michigan -0.42658041474227687 +80637 aapg_af_800.html aapg_af_800.html:920:59768:59801 Cojimar Palmer, Alaska -0.453572428394685367 +80638 aapg_ad_568.html aapg_ad_568.html:92:15714:15733 Mesaverde Cheyenne, Wyoming -0.455803649368251795 +80639 aapg_ad_821.html aapg_ad_821.html:447:33959:33980 Wasatch Fort Union Trading Post National Historic Site -0.422297898476814759 +80640 cspg_html_7409170811 cspg_html_7409170811:50:7858:7874 Exshaw Lacombe, Alberta -0.479561365364802261 +80641 gsa_html_7938666655 gsa_html_7938666655:985:85423:85450 Nikolai Greenstone Anchorage, Alaska -0.0356930261214894115 +80642 aapg_ad_379.html aapg_ad_379.html:517:43727:43734 Thaynes Cheyenne, Wyoming -0.488123721391326648 +80643 aapg_ad_616.html aapg_ad_616.html:239:24922:24928 Salina Mexico 0.00810590751999957886 +80644 aapg_ac_841.html aapg_ac_841.html:267:34681:34686 Atima Honduras -0.0512069723189051348 +80645 aapg_ak_51.html aapg_ak_51.html:48:4699:4718 Smackover Columbia, South Carolina -0.0365561577052215814 +80646 gsa_html_8863489299 gsa_html_8863489299:917:93971:93976 Crete Athens, Georgia -0.0416128988126375013 +80647 aapg_aa_147.html aapg_aa_147.html:890:90738:90746 Deadwood Williston Basin -0.010750205891597751 +80648 sedimentology_html_2041096405 sedimentology_html_2041096405:119:10966:10979 A-1 Carbonate Guelph -0.469038078694436811 +80649 aapg_ak_135.html aapg_ak_135.html:522:61796:61804 Woodford California -0.498433692902457426 +80650 aapg_ah_428.html aapg_ah_428.html:270:33831:33842 Black River Middle Ordovician -0.397098261154102461 +80651 aapg_ac_335.html aapg_ac_335.html:172:16532:16538 Frisco Frisco, Texas -0.474863540124580097 +80652 cspg_html_3926542795 cspg_html_3926542795:8:619:639 Swan Hills Lacombe, Alberta -0.451875596518584666 +80653 cspg_html_7833083677 cspg_html_7833083677:2636:222917:222921 Nome Anchorage, Alaska -0.0316445288569785835 +80654 aapg_ad_329.html aapg_ad_329.html:48:7344:7362 Onondaga Tioga, Texas -0.00840994113992231743 +80655 aapg_ah_779.html aapg_ah_779.html:402:74646:74654 Onondaga Ontario, California -0.472528705500211532 +80656 aapg_ad_341.html aapg_ad_341.html:208:21807:21817 Shawangunk Pennsylvania -0.430334367802676421 +80657 cspg_html_7409170811 cspg_html_7409170811:194:27771:27783 Saskatchewan Lacombe, Alberta -0.468054102450840448 +80658 aapg_ah_561.html aapg_ah_561.html:200:28738:28744 Kaibab Colorado Plateau -0.0269348882327513015 +80659 gsa_html_7120668170 gsa_html_7120668170:1180:99243:99249 Sonora Sonora -0.0688282422217705164 +80660 aapg_ac_209.html aapg_ac_209.html:283:31056:31066 Washington Russia -0.456344217050148659 +80661 geology_html_3658211678 geology_html_3658211678:250:20283:20289 Arroyo Spain -0.46927678392355654 +80662 aapg_ah_231.html aapg_ah_231.html:52:4751:4760 Smackover Arkoma, Oklahoma -0.43377867351869881 +80663 cspg_html_9942234474 cspg_html_9942234474:452:51677:51685 Grosmont Lacombe, Alberta -0.0307122011432018581 +80664 cspg_html_2184091860 cspg_html_2184091860:87:12569:12593 Mingan Middle Ordovician -0.463579265049131273 +80665 aapg_af_551.html aapg_af_551.html:33:3482:3509 Lake Valley Rift Valley lakes 0.0185263371649098986 +80666 geology_html_8928184850 geology_html_8928184850:234:24075:24081 Oxford Pergamon Museum -0.0493785557228638358 +80667 aapg_af_785.html aapg_af_785.html:8:1034:1054 Wilcox Carrizo Plain -0.00600378253077448604 +80668 aapg_ah_622.html aapg_ah_622.html:84:9741:9749 Niobrara Niobrara, Nebraska -0.0459076709606554625 +80669 sedimentology_html_2319942817 sedimentology_html_2319942817:16:1117:1145 Green River Logan, Utah -0.0249440441513266963 +80670 aapg_ah_448.html aapg_ah_448.html:136:14281:14301 San Miguel Texas -0.0212673068022475528 +80671 sedimentology_html_8107238150 sedimentology_html_8107238150:1343:88287:88294 Hampton Bolivia -0.0315018919631344582 +80672 aapg_ad_11.html aapg_ad_11.html:164:23475:23495 Sentinel Butte Fort Union Trading Post National Historic Site -0.00972860319356922895 +80673 aapg_af_579.html aapg_af_579.html:29:4369:4377 Colorado Colorado -0.0733367571381979416 +80674 geology_html_5590413695 geology_html_5590413695:239:21844:21856 Owens Valley California -0.169961791470951806 +80675 gsa_html_2266546108 gsa_html_2266546108:1003:93125:93153 Green River New Mexico -0.0170838731942537375 +80676 cspg_html_7102673197 cspg_html_7102673197:235:32278:32295 Cardium Lacombe, Alberta -0.01912594516902133 +80677 aapg_ad_11.html aapg_ad_11.html:28:2399:2415 Ludlow Hell Creek Formation -0.44714211768966694 +80678 AMJC_html_8522115051 AMJC_html_8522115051:528:51072:51078 Sierra Sierra Nevada (Spain) -0.0454181735904482173 +80679 cspg_html_4498577775 cspg_html_4498577775:1019:81857:81865 Columbia Lacombe, Alberta -0.443782030321690002 +80680 aapg_ac_680.html aapg_ac_680.html:71:5090:5104 Woodbine East Texas -0.0129759471663572871 +80681 cspg_html_9330018201 cspg_html_9330018201:116:18248:18262 Elko Elko, Nevada -0.446052041434467972 +80682 aapg_ac_449.html aapg_ac_449.html:97:9082:9090 Colorado Denver -0.462102516958969756 +80683 cspg_html_7378664643 cspg_html_7378664643:803:112240:112249 Leduc Lacombe, Alberta -0.0383278935926523318 +80684 geology_html_1001858158 geology_html_1001858158:172:16252:16260 Columbia Victoria, British Columbia -0.477204643263094197 +80685 aapg_ae_454.html aapg_ae_454.html:157:13300:13319 Cotton Valley Shreveport, Louisiana -0.0369546842337877615 +80686 gsa_html_7499737388 gsa_html_7499737388:722:52619:52624 Tidal Tulsa, Oklahoma -0.0529469160775694891 +80687 gsa_html_8840132442 gsa_html_8840132442:851:85545:85553 Caldwell Beaumont, Texas -0.473663043482949409 +80688 cspg_html_6252417471 cspg_html_6252417471:342:51609:51631 Eureka Sound Bathurst Island (Northern Territory) -0.456344217050148659 +80689 aapg_ae_875.html aapg_ae_875.html:389:44130:44153 Trujillo Corozal Town -0.0438854131077835025 +80690 cspg_html_3860685167 cspg_html_3860685167:979:89775:89796 Etherington Boulder Creek (Colorado) -0.441486425747427802 +80691 geology_html_5856149391 geology_html_5856149391:420:30760:30768 Victoria Victoria, British Columbia -0.0407754352992212923 +80692 gsa_html_1040524378 gsa_html_1040524378:587:67642:67663 Green River Cheyenne, Wyoming -0.158319516626919815 +80693 cspg_html_9661038059 cspg_html_9661038059:284:41304:41324 Bow Island Lacombe, Alberta -0.502707427663107609 +80694 aapg_ae_473.html aapg_ae_473.html:198:18758:18771 Eutaw Montgomery (town), New York 0.0211073913187962633 +80695 geology_html_5745933097 geology_html_5745933097:346:25275:25283 Virginia Maryland -0.491162576381923288 +80696 geology_html_8041131879 geology_html_8041131879:68:6903:6911 Temporal New Mexico -0.00048640987057772464 +80697 cspg_html_9717154602 cspg_html_9717154602:423:51345:51366 Belly River Bow River -0.0159925297595795608 +80698 aapg_ae_904.html aapg_ae_904.html:350:37021:37049 Spearfish Spearfish, South Dakota -0.0395916240677814321 +80699 aapg_ac_720.html aapg_ac_720.html:118:15184:15190 Tinton Navesink River -0.523843818372407899 +80700 gsa_html_7193789775 gsa_html_7193789775:755:75696:75726 North Horn Logan, Utah 0.378826605850837106 +80701 aapg_ad_3.html aapg_ad_3.html:539:52637:52651 Chazy Virginia -0.00180666765017611854 +80702 cspg_html_3328007773 cspg_html_3328007773:824:89777:89801 Boulder Creek Victoria, British Columbia -0.040395903070456575 +80703 aapg_ac_400.html aapg_ac_400.html:147:15136:15143 Bedford Luzerne County, Pennsylvania -0.0867167801896169543 +80704 aapg_ae_795.html aapg_ae_795.html:248:30446:30463 Laramie Colorado -0.431097950577111366 +80705 gsa_html_7000426186 gsa_html_7000426186:55:3526:3554 Green River Iran -0.00786789401885567251 +80706 aapg_ac_365.html aapg_ac_365.html:251:20730:20734 Ladd Mexico -0.493565158874039067 +80707 geology_html_3589777851 geology_html_3589777851:206:17447:17454 Andrews Canada -0.457501080653503367 +80708 cspg_html_1019614994 cspg_html_1019614994:231:36220:36224 Open Lacombe, Alberta -0.00347437438530179537 +80709 cspg_html_6252417471 cspg_html_6252417471:270:39508:39524 Kanguk Banks Island -0.184126297294018526 +80710 cspg_html_2383801070 cspg_html_2383801070:9:781:799 Kootenay Western world -0.4506269691264706 +80711 geology_html_7030361356 geology_html_7030361356:57:4786:4795 Peninsula Antarctica -0.427672143055296883 +80712 aapg_ae_959.html aapg_ae_959.html:1132:82854:82870 Putnam Texas -0.503101379122833037 +80713 aapg_af_406.html aapg_af_406.html:61:6697:6728 Madison Cheyenne, Wyoming -0.0299260395523841712 +80714 aapg_aa_401.html aapg_aa_401.html:163:17528:17540 Fayetteville Western world -0.478326534516524793 +80715 aapg_af_502.html aapg_af_502.html:122:14879:14888 Smackover Arkansas -0.433509375056355339 +80716 gsa_html_5756232019 gsa_html_5756232019:896:78047:78053 Reston New Mexico -0.434518537443352337 +80717 gsa_html_4913703235 gsa_html_4913703235:254:27833:27852 Tuscarora Pennsylvania -0.463362613223226583 +80718 aapg_ad_683.html aapg_ad_683.html:413:41681:41699 Moenkopi Monument Valley -0.0344697965895258002 +80719 gsa_html_4675429437 gsa_html_4675429437:239:17280:17290 San Felipe Gulf of California -0.0191033509173605641 +80720 aapg_ae_4.html aapg_ae_4.html:299:34941:34955 Manning Canyon Logan, Utah -0.0810268935815561114 +80721 aapg_af_668.html aapg_af_668.html:35:5597:5603 Pocono Pennsylvania 0.0733717490835625041 +80722 aapg_ae_465.html aapg_ae_465.html:174:18535:18554 Smackover Lewisville, Texas -0.0364273795033833517 +80723 gsa_html_3096615185 gsa_html_3096615185:78:8248:8267 Cambridge Argillite Boston Harbor -0.463478914486847693 +80724 aapg_ad_649.html aapg_ad_649.html:526:69181:69189 Colorado Denver -0.418594786961453691 +80725 gsa_html_7102550258 gsa_html_7102550258:356:40475:40499 Junction Creek Colorado -0.0523750246926542248 +80726 aapg_ad_283.html aapg_ad_283.html:413:45387:45397 San Andres Nashville Basin -0.458784199315796892 +80727 jgeology_html_7295927525 jgeology_html_7295927525:156:12246:12252 Provo Eocene -0.475473655949527896 +80728 aapg_ah_83.html aapg_ah_83.html:72:9624:9644 Lakota Fall River, Nova Scotia -0.438093558395168947 +80729 aapg_ai_469.html aapg_ai_469.html:418:48930:48938 Woodbend Lacombe, Alberta -0.471405039658470026 +80730 aapg_ah_157.html aapg_ah_157.html:174:24071:24078 Potsdam Illinois -0.0105399757879165463 +80731 aapg_ac_708.html aapg_ac_708.html:76:8035:8043 Prospect Orange County, California -0.420831066107106355 +80732 aapg_af_288.html aapg_af_288.html:202:22918:22924 Sierra Mexico -0.0387682658349416676 +80733 aapg_ac_659.html aapg_ac_659.html:8:1443:1449 Denver Washington (state) -0.482931300996293389 +80734 cspg_html_1456761793 cspg_html_1456761793:127:19977:19985 Columbia Lacombe, Alberta -0.0343184250102417446 +80735 sedimentology_html_8006979411 sedimentology_html_8006979411:984:80051:80069 Kaskapau Logan, Utah -0.434558307819543299 +80736 jgeology_html_5371306130 jgeology_html_5371306130:114:5455:5473 Woodbine Arkansas -0.457614356613462614 +80737 cspg_html_4924970281 cspg_html_4924970281:658:76538:76550 Saskatchewan Waseca, Minnesota -0.469093158774920749 +80738 aapg_ad_466.html aapg_ad_466.html:1340:143447:143457 Tuscaloosa Closter, New Jersey 0.00815629009485507872 +80739 aapg_aa_191.html aapg_aa_191.html:497:49023:49043 Sheep Pass Reno, Nevada -0.0811933687681846705 +80740 aapg_ae_62.html aapg_ae_62.html:10:1821:1828 Madison Williston, Vermont -0.424643370066234593 +80741 cspg_html_5541937700 cspg_html_5541937700:739:98742:98758 Viking Lacombe, Alberta -0.479960973619786069 +80742 aapg_ad_177.html aapg_ad_177.html:416:53636:53644 Billings Appalachian Mountains -0.510880169431746856 +80743 gsa_html_2541258832 gsa_html_2541258832:1049:75575:75585 San Felipe Baja California peninsula -0.461854353575764598 +80744 palaios_html_2623970001 palaios_html_2623970001:734:62980:63002 Beaufort South Africa -0.0176521575515221144 +80745 cspg_html_6306091047 cspg_html_6306091047:758:102824:102844 Baldonnel Victoria, British Columbia -0.49729928854529093 +80746 cspg_html_3850954719 cspg_html_3850954719:6:363:370 Muskiki Victoria, British Columbia -0.0519688001609575831 +80747 cspg_html_1025724640 cspg_html_1025724640:456:62691:62699 Montreal Montreal -0.036075857948020304 +80748 aapg_ac_211.html aapg_ac_211.html:9:1401:1406 Banff Lacombe, Alberta -0.407373616377787517 +80749 aapg_ad_153.html aapg_ad_153.html:391:39361:39368 Renault Illinois 0.00272390391992806272 +80750 cspg_html_4176605708 cspg_html_4176605708:350:33798:33820 Fish Scales Westgate, Canterbury -0.439445222385884349 +80751 palaios_html_4782349341 palaios_html_4782349341:385:42480:42486 Borden Bloomington, Indiana -0.466727815469158758 +80752 aapg_af_3.html aapg_af_3.html:802:78627:78642 Supai Arizona -0.0277017418114762735 +80753 gsa_html_9266920022 gsa_html_9266920022:516:57788:57798 Tuscaloosa Alabama -0.478048244360621655 +80754 aapg_af_745.html aapg_af_745.html:457:63288:63304 Laurel Knoxville, Tennessee 0.006789029590310529 +80755 sedimentology_html_2884853283 sedimentology_html_2884853283:28:1890:1898 Edmonton Cambridge -0.0293625380237780009 +80756 aapg_ae_73.html aapg_ae_73.html:466:61758:61776 Niobrara Las Vegas Strip 0.026023760671933089 +80757 cspg_html_9912281240 cspg_html_9912281240:709:76577:76599 Judith River Canada -0.0122896166911195832 +80758 gsa_html_3816882354 gsa_html_3816882354:31:1995:2003 Columbia Victoria, British Columbia -0.415098432787898985 +80759 aapg_af_867.html aapg_af_867.html:79:9226:9232 Winona Wisconsin -0.0181770085033734277 +80760 gsa_html_6982030333 gsa_html_6982030333:1369:124872:124878 Oregon Salem, Oregon -0.0343184250102417446 +80761 cspg_html_5501097280 cspg_html_5501097280:91:14238:14254 Hector Western world -0.492239240738401806 +80762 aapg_aa_913.html aapg_aa_913.html:247:22000:22012 Austin Chalk Buda, Texas -0.483085217576718073 +80763 aapg_ae_407.html aapg_ae_407.html:6:668:682 Alto Illinois -0.485107349284571332 +80764 sedimentology_html_3417381350 sedimentology_html_3417381350:1588:110376:110390 Monterey California -0.0321281154583834411 +80765 aapg_ac_90.html aapg_ac_90.html:275:34022:34038 Navajo Logan, Utah -0.454041701910604445 +80766 aapg_af_317.html aapg_af_317.html:1032:113558:113566 Virginia Reston, Virginia -0.0469494744747350756 +80767 gsa_html_9152662653 gsa_html_9152662653:1135:99664:99674 Washington Piedmont (United States) -0.444223975732980447 +80768 aapg_af_11.html aapg_af_11.html:133:15325:15341 Elbert San Juan Mountains -0.0286738474366188961 +80769 aapg_ae_628.html aapg_ae_628.html:238:22275:22288 Santa Barbara Cook Inlet -0.0143364940209374722 +80770 aapg_ad_216.html aapg_ad_216.html:195:18708:18724 Peedee Charleston, South Carolina -0.443692774120845845 +80771 palaios_html_3306053371 palaios_html_3306053371:15:746:764 Moenkopi Logan, Utah 0.420121335967063803 +80772 aapg_ai_410.html aapg_ai_410.html:377:33201:33218 Hermosa Ouray, Colorado -0.485252303872338198 +80773 sedimentology_html_3865745685 sedimentology_html_3865745685:178:15357:15378 Shaftesbury Victoria, British Columbia -0.0587364945317297577 +80774 aapg_ae_3.html aapg_ae_3.html:777:68140:68148 Columbia Victoria, British Columbia -0.472770666406185036 +80775 aapg_ah_678.html aapg_ah_678.html:605:76048:76067 Vicksburg Texas -0.46279500750727276 +80776 sedimentology_html_9529674449 sedimentology_html_9529674449:341:27529:27533 Hall London, Ontario -0.492258100446082036 +80777 geology_html_2345977738 geology_html_2345977738:322:27422:27442 Lawrence Canada -0.476324834178458445 +80778 sedimentology_html_3700457725 sedimentology_html_3700457725:801:42481:42491 Washington Seattle -0.0398370785846279343 +80779 cspg_html_6306091047 cspg_html_6306091047:172:25279:25287 Pardonet Victoria, British Columbia -0.0505654941624064103 +80780 sedimentology_html_3220122506 sedimentology_html_3220122506:1321:100824:100855 Yakataga Anchorage, Alaska -0.453085363047098455 +80781 sedimentology_html_5613495298 sedimentology_html_5613495298:166:14516:14522 Chinle Chinle Formation 0.00496317135517138856 +80782 aapg_ae_112.html aapg_ae_112.html:373:31784:31794 Pittsburgh Canada -0.509454255852047955 +80783 cspg_html_4326384800 cspg_html_4326384800:239:28835:28856 Mount Hawk Victoria, British Columbia -0.133332270886926563 +80784 aapg_ad_691.html aapg_ad_691.html:116:13275:13295 Georgetown Texas -0.028708628918134603 +80785 aapg_ah_501.html aapg_ah_501.html:55:6455:6472 Edwards Comal County, Texas -0.0460783921822131154 +80786 aapg_ad_379.html aapg_ad_379.html:63:6045:6065 Manning Canyon Pottsville, Pennsylvania -0.458675312427173743 +80787 gsa_html_2410263383 gsa_html_2410263383:29:2796:2824 Green River New Mexico -0.0120637391733475121 +80788 gsa_html_3448554349 gsa_html_3448554349:473:46610:46625 Price Huntington, West Virginia 0.722996269782842926 +80789 aapg_ai_584.html aapg_ai_584.html:493:49315:49326 Broom Creek Cheyenne, Wyoming -0.436929900849743147 +80790 aapg_ai_787.html aapg_ai_787.html:407:43152:43165 Jackson Texas -0.474526310844171573 +80791 gsa_html_1217771406 gsa_html_1217771406:566:50470:50494 Monterey Santa Cruz Island -0.346545696583872465 +80792 aapg_ad_196.html aapg_ad_196.html:292:28479:28489 Fort Worth Venezuela 0.0282495207301355182 +80793 aapg_ad_683.html aapg_ad_683.html:43:7217:7248 Chinle Dolores, Colorado 0.0469756083924982304 +80794 cspg_html_3891690307 cspg_html_3891690307:6:337:345 Pine Key Melbourne, Florida -0.180794010412929806 +80795 AMJC_html_9709478395 AMJC_html_9709478395:504:46080:46093 Kona Dolomite South Africa -0.0791452576470934449 +80796 aapg_ah_318.html aapg_ah_318.html:2035:183489:183508 La Casita Coahuila -0.00417620791845697229 +80797 aapg_ae_114.html aapg_ae_114.html:69:10758:10779 Wichita Granite Wichita Mountains -0.465460653780432054 +80798 aapg_af_728.html aapg_af_728.html:587:61211:61217 Denver Colorado -0.0277904283209578391 +80799 aapg_ae_915.html aapg_ae_915.html:98:6805:6811 Dakota Benton, Arkansas 0.00204466219751255973 +80800 cspg_html_3068776384 cspg_html_3068776384:444:54037:54054 Cardium Lacombe, Alberta 0.0146110443570680159 +80801 aapg_ad_880.html aapg_ad_880.html:19:2818:2836 Sundance Black Hills -0.426190501535792965 +80802 AMJC_html_8359893116 AMJC_html_8359893116:1432:125794:125798 Java Amsterdam -0.471589148494391819 +80803 aapg_ah_387.html aapg_ah_387.html:225:24950:24959 Knoxville Knoxville, Illinois 0.0162862142059202811 +80804 aapg_af_719.html aapg_af_719.html:1062:92172:92178 Thrifty Nigeria -0.432346977926754639 +80805 aapg_ad_369.html aapg_ad_369.html:82:6666:6685 Sugar Bradford, Pennsylvania -0.493836733160428976 +80806 gsa_html_5736805405 gsa_html_5736805405:843:67408:67436 Green River Colorado -0.0421143691729161454 +80807 aapg_ad_959.html aapg_ad_959.html:101:10203:10224 Clays Ferry Kentucky -0.162710041758272195 +80808 aapg_ae_973.html aapg_ae_973.html:736:55641:55657 Whitehorse Red River of the North -0.0350022236580636789 +80809 jgeology_html_2837808723 jgeology_html_2837808723:1567:79084:79090 Thrifty London, Ontario -0.493489605901760553 +80810 aapg_ah_535.html aapg_ah_535.html:81:14318:14323 Eagle Pennsylvania -0.450422402561976354 +80811 gsa_html_7940699692 gsa_html_7940699692:707:61258:61268 Washington Seattle -0.451875596518584666 +80812 aapg_ac_613.html aapg_ac_613.html:185:29005:29026 Cliff House San Juan, Argentina -0.044101376246448068 +80813 cspg_html_7117661916 cspg_html_7117661916:169:16618:16634 Shunda Lacombe, Alberta -0.453829596260670209 +80814 aapg_ad_2.html aapg_ad_2.html:849:120499:120512 Conococheague Trempealeau, Wisconsin -0.00153219252139514682 +80815 aapg_ac_628.html aapg_ac_628.html:395:68058:68067 Flagstaff Flagstaff, Arizona -0.442548827459522287 +80816 aapg_ad_958.html aapg_ad_958.html:1007:104832:104837 Salem Salem, Massachusetts -0.444094495043231396 +80817 palaios_html_3614379982 palaios_html_3614379982:24:2780:2788 Niobrara Niobrara, Nebraska -0.457899875343460883 +80818 aapg_ad_918.html aapg_ad_918.html:351:45274:45292 Niobrara Nebraska -0.198695325477716955 +80819 gsa_html_7040053075 gsa_html_7040053075:1287:131393:131402 Fullerton California 0.0441954264113851442 +80820 cspg_html_5141367518 cspg_html_5141367518:483:63252:63264 Beaver Mines Lacombe, Alberta -0.486735992068403789 +80821 gsa_html_3942625742 gsa_html_3942625742:516:44920:44932 Little River Metro Manila -0.496867763222673786 +80822 cspg_html_9157093462 cspg_html_9157093462:7:729:737 Columbia Victoria, British Columbia -0.454113919430063184 +80823 aapg_ad_258.html aapg_ad_258.html:262:28579:28597 Chemung Catskill Mountains -0.417396109221489231 +80824 sedimentology_html_7298419341 sedimentology_html_7298419341:973:60571:60602 Minturn Colorado -0.453653631411627511 +80825 aapg_ae_904.html aapg_ae_904.html:208:22487:22495 Deadwood Black Hills 0.70721673492214765 +80826 aapg_ae_198.html aapg_ae_198.html:1044:93038:93048 Bear River Great Basin -0.000701820035486776629 +80827 cspg_html_7178716951 cspg_html_7178716951:53:7670:7688 Kootenay Canmore, Alberta -0.494968839994781917 +80828 aapg_aa_146.html aapg_aa_146.html:3:157:169 Pierre Black Hills 0.052762092529702688 +80829 sedimentology_html_9512899279 sedimentology_html_9512899279:884:50029:50053 Scripps California -0.0493785557228638358 +80830 aapg_aa_684.html aapg_aa_684.html:310:28545:28559 Jelm John Crow Mountains -0.485266333037401854 +80831 cspg_html_2863271815 cspg_html_2863271815:478:55806:55822 Guelph Michigan Basin -0.444838140504144441 +80832 aapg_ac_475.html aapg_ac_475.html:34:5888:5905 Livingstone Western world -0.00576230371979552514 +80833 geology_html_4301172553 geology_html_4301172553:305:23930:23951 Green River Cheyenne, Wyoming -0.463271407180362194 +80834 cspg_html_4385655879 cspg_html_4385655879:9:1028:1047 Woodbend Edmonton, London -0.454685092236895128 +80835 aapg_ac_986.html aapg_ac_986.html:697:90886:90906 Wind River Uinta Mountains 0.716794635367161592 +80836 aapg_ae_122.html aapg_ae_122.html:278:23864:23873 San Diego California -0.450707909241451543 +80837 aapg_ad_717.html aapg_ad_717.html:398:41449:41457 Wolfcamp Wichita, Kansas -0.00547218286972656846 +80838 aapg_ae_581.html aapg_ae_581.html:674:73780:73786 Denver Colorado -0.0624529806761317877 +80839 aapg_aa_787.html aapg_aa_787.html:385:44598:44604 Provo Texas -0.0277017418114762735 +80840 gsa_html_2162821431 gsa_html_2162821431:1059:92638:92648 San Felipe California -0.413951619546012173 +80841 cspg_html_7178716951 cspg_html_7178716951:53:7455:7468 Elk Kootenay River -0.0429920100127147015 +80842 aapg_ae_843.html aapg_ae_843.html:85:8035:8058 Almond Table Rock, Wyoming -0.234598520065834037 +80843 aapg_ai_4.html aapg_ai_4.html:33:4581:4587 Cierbo Monterey, California -0.442720440658756875 +80844 sedimentology_html_5613495298 sedimentology_html_5613495298:1446:78965:78996 Chinle Colorado -0.123572534947898091 +80845 aapg_af_808.html aapg_af_808.html:828:108393:108410 San Fernando Trinidad and Tobago 0.361165179227379007 +80846 jgeology_html_8406118991 jgeology_html_8406118991:112:8010:8018 Columbia Victoria, British Columbia -0.0236279718682710811 +80847 cspg_html_5484260516 cspg_html_5484260516:982:77711:77724 Wabamun Lacombe, Alberta -0.476593313058899071 +80848 palaios_html_7076037184 palaios_html_7076037184:302:27608:27625 Abbott Illinois -0.469189557204259144 +80849 aapg_ah_645.html aapg_ah_645.html:197:24796:24801 Swift Cheyenne, Wyoming -0.43347626990885002 +80850 aapg_ae_959.html aapg_ae_959.html:848:63620:63630 San Andres Sacramento, California 0.0014766026609327194 +80851 aapg_ae_805.html aapg_ae_805.html:248:29286:29291 Atoka Naco, Sonora -0.430092438352523254 +80852 aapg_ae_344.html aapg_ae_344.html:74:6932:6943 Haynesville Cotton Valley, Louisiana 0.0377517841107266536 +80853 aapg_aa_537.html aapg_aa_537.html:256:30178:30184 Oswego Mississippi River -0.0515190157893396575 +80854 cspg_html_8739892219 cspg_html_8739892219:38:7176:7184 Columbia Victoria, British Columbia -0.506854469137183239 +80855 palaios_html_3977026753 palaios_html_3977026753:585:57291:57300 San Diego Currie, Minnesota -0.48062584784091128 +80856 gsa_html_1783148177 gsa_html_1783148177:948:88922:88927 Nopah California -0.415156891376285975 +80857 aapg_aa_702.html aapg_aa_702.html:741:106990:107007 Edwards Texas -0.478307979059971577 +80858 aapg_aa_918.html aapg_aa_918.html:921:97168:97184 Dog Creek Lake City, Florida 0.0172976297884785309 +80859 sedimentology_html_3694687055 sedimentology_html_3694687055:1686:75443:75460 Kuparuk Anchorage, Alaska -0.456479975332736432 +80860 gsa_html_2994204451 gsa_html_2994204451:15:926:932 Auburn Alabama -0.0285260271643415532 +80861 gsa_html_2509147847 gsa_html_2509147847:673:74377:74386 Pocatello Washington (state) -0.04677525052422285 +80862 aapg_ah_360.html aapg_ah_360.html:5:698:718 Smackover Paluxy, Texas -0.44056532751251043 +80863 jgeology_html_8064855537 jgeology_html_8064855537:334:24116:24170 Uncompahgre Colorado -0.0715140025476868335 +80864 gsa_html_7808051457 gsa_html_7808051457:562:52646:52663 Dotsero South Fork Eel River -0.481759173673690755 +80865 aapg_ae_492.html aapg_ae_492.html:288:24751:24757 Denver Colorado -0.499198739530653746 +80866 aapg_ad_3.html aapg_ad_3.html:536:52015:52026 Beekmantown Knoxville, Tennessee 0.37455670314256867 +80867 aapg_ac_925.html aapg_ac_925.html:4:703:720 Forbes Gualala, California -0.127527951999463179 +80868 jgeology_html_1570657657 jgeology_html_1570657657:527:47505:47514 Esperanza El Abra -0.0196404059622709952 +80869 aapg_ae_6.html aapg_ae_6.html:278:30200:30204 Buda Karnes County, Texas -0.4805839875147081 +80870 geology_html_7251669219 geology_html_7251669219:11:499:505 Denver Colorado -0.496938878513721649 +80871 aapg_ae_371.html aapg_ae_371.html:193:19779:19795 Lakota Black Hills -0.486942133474864536 +80872 aapg_ai_899.html aapg_ai_899.html:256:25423:25431 Colorado Denver -0.0293555813701503708 +80873 aapg_aa_912.html aapg_aa_912.html:494:68580:68584 Java California -0.00333887242237054967 +80874 cspg_html_6134774167 cspg_html_6134774167:402:45146:45163 Cardium Canada -0.00200296970089739335 +80875 cspg_html_2462765529 cspg_html_2462765529:264:41293:41301 Columbia Victoria, British Columbia -0.0365022098849612647 +80876 cspg_html_1509800797 cspg_html_1509800797:57:6873:6886 Blood Reserve Cypress Hills, Brooklyn -0.0388083006594042434 +80877 aapg_aa_106.html aapg_aa_106.html:572:64370:64403 Duvernay Lacombe, Alberta -0.455310861563052449 +80878 aapg_ah_772.html aapg_ah_772.html:628:51381:51392 Bird Spring Reno, Nevada -0.460953349343471763 +80879 gsa_html_9597147043 gsa_html_9597147043:258:20353:20385 Talkeetna Kahiltna Glacier -0.0301956247767107347 +80880 aapg_ai_157.html aapg_ai_157.html:118:15616:15622 Salina Salina, Kansas -0.436850160261835319 +80881 aapg_af_638.html aapg_af_638.html:3:332:356 Traverse Michigan -0.00967821874611652505 +80882 cspg_html_4031489103 cspg_html_4031489103:340:50331:50352 Dutch Creek Victoria, British Columbia -0.473856858113634927 +80883 cspg_html_1260733368 cspg_html_1260733368:354:43339:43361 Medicine Hat Regina, Saskatchewan -0.44751173936929356 +80884 aapg_af_785.html aapg_af_785.html:265:25416:25433 Wilcox Charlotte, North Carolina 0.406718645918977106 +80885 aapg_ad_466.html aapg_ad_466.html:1401:149137:149150 Monmouth Matawan, New Jersey -0.00305744578029933057 +80886 aapg_aa_351.html aapg_aa_351.html:155:16543:16549 Wilcox Chattanooga, Tennessee 0.00437077655696941486 +80887 aapg_aa_918.html aapg_aa_918.html:759:81100:81120 Whitehorse Cedar Hill, Texas -0.455387700672750584 +80888 aapg_ak_21.html aapg_ak_21.html:75:8857:8864 Madison Logan, Utah -0.485252303872338198 +80889 aapg_ad_808.html aapg_ad_808.html:1235:84437:84445 Frontier Niobrara, Nebraska -0.0208953316866823252 +80890 cspg_html_7667087595 cspg_html_7667087595:189:20505:20523 Foremost Lacombe, Alberta -0.433403442682278373 +80891 geology_html_3258295035 geology_html_3258295035:87:8903:8908 Rapid Caribbean -0.49687250405482164 +80892 aapg_af_220.html aapg_af_220.html:74:9472:9493 Green River Uinta Mountains -0.222560443609672282 +80893 aapg_ai_962.html aapg_ai_962.html:397:29126:29130 Hess Texas -0.0829829169874314321 +80894 aapg_aa_48.html aapg_aa_48.html:196:18715:18730 Tyler Cheyenne, Wyoming -0.00802599044403999595 +80895 aapg_ad_52.html aapg_ad_52.html:883:95180:95199 Coldwater Huron County, Michigan -0.480611894173340604 +80896 aapg_ae_904.html aapg_ae_904.html:330:34922:34937 Galena Saunders County, Nebraska -0.469093158774920749 +80897 gsa_html_3855546953 gsa_html_3855546953:698:66386:66394 San Jose California -0.0461742066701143275 +80898 aapg_ae_220.html aapg_ae_220.html:492:54017:54028 Arkadelphia Arkadelphia, Arkansas -0.437005217650049682 +80899 aapg_ai_468.html aapg_ai_468.html:250:30265:30278 Cotton Valley Shreveport, Louisiana -0.440265166942118702 +80900 aapg_af_263.html aapg_af_263.html:51:7549:7569 Otto Fiord Ellesmere Island -0.205616723581469207 +80901 sedimentology_html_1679652964 sedimentology_html_1679652964:673:46120:46130 Wolf Creek Eaton, Ohio -0.442916609041378917 +80902 aapg_af_653.html aapg_af_653.html:950:111530:111537 Temblor Monterey, California -0.447637220621224075 +80903 cspg_html_1876148744 cspg_html_1876148744:182:22412:22424 Rhode Island Barbados -0.0686394497050808461 +80904 aapg_aa_357.html aapg_aa_357.html:263:23711:23717 Kaibab San Rafael Swell -0.458648092769168181 +80905 aapg_ai_17.html aapg_ai_17.html:1474:103754:103764 Pascagoula Alexandria, Virginia -0.485423007658706274 +80906 cspg_html_2283545366 cspg_html_2283545366:535:60405:60422 Halfway Victoria, British Columbia -0.439258669305734428 +80907 geology_html_3335667448 geology_html_3335667448:77:6561:6592 Rockland Rockland County, New York -0.445016883536767272 +80908 jgeology_html_2674389663 jgeology_html_2674389663:1132:68168:68174 Bethel Anchorage, Alaska -0.040359343442637502 +80909 aapg_ai_144.html aapg_ai_144.html:438:38737:38745 Kaskapau Colorado -0.481794104698776371 +80910 palaios_html_2449649505 palaios_html_2449649505:13:560:572 Rhode Island Kingston, Jamaica -0.458784199315796892 +80911 aapg_ae_577.html aapg_ae_577.html:479:42952:42965 Woodbine Texas -0.0236314487961183893 +80912 cspg_html_3762708087 cspg_html_3762708087:369:49887:49898 Viking Suffield, Connecticut 0.00258840277417881313 +80913 cspg_html_5904948553 cspg_html_5904948553:71:10241:10249 Waterton Beaumont, Texas -0.478836965338604204 +80914 palaios_html_5162760373 palaios_html_5162760373:48:5974:5977 Arc Western world -0.513294445022670631 +80915 aapg_ad_860.html aapg_ad_860.html:98:8018:8050 Tensleep Red Springs, North Carolina 0.016034236202214884 +80916 cspg_html_5241714595 cspg_html_5241714595:453:69441:69446 Nisku Wood River (Oregon) -0.471432653520514666 +80917 palaios_html_6100595217 palaios_html_6100595217:536:59746:59758 Gosport Sand Gosport, Indiana -0.0353624097936946907 +80918 cspg_html_7083999793 cspg_html_7083999793:54:7715:7725 Mount Head Meramec River -0.441392939290133568 +80919 gsa_html_4883039712 gsa_html_4883039712:124:12375:12391 Buff Bay Jamaica, Queens -0.0288373212008630718 +80920 aapg_af_80.html aapg_af_80.html:5:535:548 Cotton Valley Hendry County, Florida 0.00619140699389484142 +80921 aapg_ae_29.html aapg_ae_29.html:81:10051:10062 Mauch Chunk Pottsville, Pennsylvania -0.0227413796680306819 +80922 sedimentology_html_7382984039 sedimentology_html_7382984039:2688:75830:75838 Columbia Victoria, British Columbia -0.503309174123385716 +80923 cspg_html_4031489103 cspg_html_4031489103:340:49988:50006 Sheppard Victoria, British Columbia -0.048054142726116994 +80924 gsa_html_2713524768 gsa_html_2713524768:575:50992:51012 Bossier Cotton Valley, Louisiana -0.442595627901035182 +80925 gsa_html_5295695236 gsa_html_5295695236:102:12170:12180 Rio Grande New Mexico -0.441553207562292771 +80926 cspg_html_4287356899 cspg_html_4287356899:3336:353516:353536 Assistance Russia -0.450932780647085085 +80927 aapg_af_886.html aapg_af_886.html:92:4435:4439 Frio Texas -0.457650607934439568 +80928 aapg_ai_49.html aapg_ai_49.html:158:17830:17846 Toroweap Arizona -0.0307539456314618806 +80929 aapg_aa_148.html aapg_aa_148.html:199:22769:22781 Burro Canyon Logan, Utah 0.0121540899829594047 +80930 aapg_ac_983.html aapg_ac_983.html:27:4794:4798 Drum Westerville, Ohio 0.749212973352081479 +80931 geology_html_5777537211 geology_html_5777537211:334:27172:27179 Francis Earth -0.0588307324533976356 +80932 palaios_html_6411384130 palaios_html_6411384130:19:1078:1088 Florissant Florissant, Colorado -0.474009171210690694 +80933 geology_html_9004383999 geology_html_9004383999:106:10407:10425 Deadwood Regina, Saskatchewan -0.442762791672519862 +80934 gsa_html_8645043536 gsa_html_8645043536:1173:115385:115413 Green River Colorado -0.021093485692349364 +80935 aapg_ad_178.html aapg_ad_178.html:47:4612:4633 Assistance Victoria, British Columbia -0.059701626382564342 +80936 cspg_html_5699627350 cspg_html_5699627350:414:51289:51305 Viking Lacombe, Alberta -0.484098022941034878 +80937 gsa_html_1024107776 gsa_html_1024107776:940:96532:96552 Maringouin Pennsylvania -0.0365022098849612647 +80938 aapg_ae_634.html aapg_ae_634.html:32:3291:3299 Niobrara Weld County, Colorado -0.454587989988975094 +80939 gsa_html_3365657149 gsa_html_3365657149:982:90668:90677 Newcastle Sydney Basin -0.454041701910604445 +80940 aapg_ai_249.html aapg_ai_249.html:78:12286:12292 Sierra Guatemala -0.527696233221551458 +80941 palaios_html_6528985782 palaios_html_6528985782:803:84119:84133 Beaufort South Africa -0.0264393249899875019 +80942 aapg_af_298.html aapg_af_298.html:219:23729:23746 Cypress Webster County, Missouri -0.462225485866077257 +80943 cspg_html_1265381145 cspg_html_1265381145:195:20761:20769 Palliser Lacombe, Alberta -0.465579516089382972 +80944 jgeology_html_9553406759 jgeology_html_9553406759:892:69389:69395 Oxford Pergamon Museum -0.466718659783226908 +80945 aapg_af_143.html aapg_af_143.html:118:11121:11129 Mariposa Sierra Nevada (Spain) -0.0216149541452477292 +80946 aapg_ai_49.html aapg_ai_49.html:221:26141:26166 Jelm Cheyenne, Wyoming -0.459819284677136619 +80947 aapg_aa_328.html aapg_aa_328.html:92:8008:8014 Tuxpan Francia -0.100785822725677626 +80948 aapg_ae_667.html aapg_ae_667.html:459:55668:55696 Green River Logan, Utah -0.245642073138615413 +80949 aapg_ac_641.html aapg_ac_641.html:122:15051:15057 Dakota Monmouth -0.410691617835270306 +80950 gsa_html_1409496185 gsa_html_1409496185:49:4135:4145 Washington Mount Rainier National Park -0.449937021729037434 +80951 cspg_html_3953809708 cspg_html_3953809708:595:59046:59065 Greenhorn Colorado -0.029755595097347827 +80952 gsa_html_3842354440 gsa_html_3842354440:909:76509:76537 Green River Colorado -0.0161089604302801712 +80953 aapg_aa_495.html aapg_aa_495.html:83:11410:11418 Nacatoch Haynesville, Louisiana -0.0652282975338609045 +80954 aapg_af_595.html aapg_af_595.html:146:11837:11856 Hartselle Jasper, Texas -0.0251613720923007447 +80955 cspg_html_2796643803 cspg_html_2796643803:811:83570:83588 Mistaya Lacombe, Alberta -0.484114368303559472 +80956 cspg_html_4516258038 cspg_html_4516258038:62:8541:8550 Bay Fiord Bathurst Island (Northern Territory) -0.483213502445303533 +80957 cspg_html_2820961138 cspg_html_2820961138:547:58931:58951 Viking Colorado -0.448327675040319895 +80958 aapg_ah_604.html aapg_ah_604.html:158:11484:11501 Mooringsport Mississippi River 0.351642999879366314 +80959 aapg_aa_123.html aapg_aa_123.html:225:24074:24096 Charlie Lake Western world -0.4381734052234173 +80960 cspg_html_4937997995 cspg_html_4937997995:12:799:811 Attawapiskat Churchill River (Atlantic) -0.444094495043231396 +80961 geology_html_8979691507 geology_html_8979691507:239:24270:24280 Washington Boise, Idaho -0.0116467387889204136 +80962 cspg_html_1962846283 cspg_html_1962846283:645:74023:74041 Kootenay Lacombe, Alberta -0.478702368018989743 +80963 sedimentology_html_3458220619 sedimentology_html_3458220619:187:16801:16805 Java Sumatra -0.0326639109248070408 +80964 aapg_aa_340.html aapg_aa_340.html:13:1757:1763 Wilcox Wewoka, Oklahoma 0.0145380623395336504 +80965 aapg_ah_814.html aapg_ah_814.html:69:7054:7064 Tuscaloosa Saratoga, California -0.412806147791681621 +80966 aapg_ac_366.html aapg_ac_366.html:19:3198:3207 Tonoloway Salina, Kansas -0.111656626665636749 +80967 gsa_html_3225734041 gsa_html_3225734041:744:62870:62891 Wissahickon Blue Ridge Mountains -0.0455627552096040736 +80968 aapg_ae_473.html aapg_ae_473.html:147:12707:12717 Tuscaloosa Tuscaloosa, Alabama -0.438867917372156802 +80969 palaios_html_8014937086 palaios_html_8014937086:794:59657:59661 Wise Covington, Kentucky -0.475977786028375149 +80970 aapg_af_497.html aapg_af_497.html:357:29275:29294 Greenhorn Hittin -0.424923287683910134 +80971 gsa_html_6608619586 gsa_html_6608619586:562:52061:52067 Oregon Anchorage, Alaska -0.487560856421757394 +80972 cspg_html_4070367348 cspg_html_4070367348:16:1903:1913 Fort Worth Texas -0.417439513760371694 +80973 aapg_ah_411.html aapg_ah_411.html:121:14972:14980 Foremost Judith River Formation -0.479459169650376604 +80974 cspg_html_4115129593 cspg_html_4115129593:21:2561:2566 Yukon Victoria, British Columbia -0.0541954731072742807 +80975 aapg_ac_513.html aapg_ac_513.html:67:7264:7268 Frio County Sligo -0.43451411861660022 +80976 aapg_ah_943.html aapg_ah_943.html:373:50354:50376 Shaftesbury Victoria, British Columbia -0.454034931813569353 +80977 aapg_ae_135.html aapg_ae_135.html:21:2018:2028 Tuscaloosa Paluxy, Texas -0.415133074492044396 +80978 aapg_ac_116.html aapg_ac_116.html:190:29227:29232 Queen Canada -0.418742552630068099 +80979 gsa_html_2832151886 gsa_html_2832151886:442:37967:37975 Columbia Victoria, British Columbia -0.0228978336199521272 +80980 cspg_html_9872589627 cspg_html_9872589627:179:22817:22854 Charlie Lake Canada -0.480853789677316845 +80981 aapg_ae_26.html aapg_ae_26.html:120:13910:13914 Kope Lexington, Kentucky 0.0488749035608804158 +80982 aapg_ad_865.html aapg_ad_865.html:369:36676:36691 Ouray Hermosa, Chicago -0.0589912891358883654 +80983 cspg_html_2625728726 cspg_html_2625728726:80:12681:12686 Otter Earth -0.441740222253796999 +80984 aapg_aa_415.html aapg_aa_415.html:271:37991:38001 Brownstown Sevier County, Tennessee 0.0169830781212879679 +80985 aapg_ac_666.html aapg_ac_666.html:71:7038:7044 Forest Venango, Pennsylvania -0.0826954205588922436 +80986 aapg_ae_45.html aapg_ae_45.html:3:168:193 Smackover Shreveport, Louisiana -0.0256760172657262489 +80987 aapg_ad_0.html aapg_ad_0.html:91:10164:10186 Mount Simon Franconia, New Hampshire -0.0592268959056857155 +80988 aapg_ac_631.html aapg_ac_631.html:315:38723:38740 Bivouac Signal Mountain (Wyoming) -0.472823676298187945 +80989 aapg_aa_745.html aapg_aa_745.html:333:39989:40002 Brushy Canyon Texas -0.480695619561815057 +80990 cspg_html_4463164802 cspg_html_4463164802:775:69037:69048 Slave Point Victoria, British Columbia -0.425358634701132332 +80991 sedimentology_html_9289224221 sedimentology_html_9289224221:1361:92842:92864 Bonanza Middle East -0.460337276166031373 +80992 cspg_html_1222040397 cspg_html_1222040397:758:89301:89325 Gog Lacombe, Alberta -0.435926993396556828 +80993 aapg_ac_460.html aapg_ac_460.html:274:36109:36115 Brazil South America -0.411942525233253254 +80994 gsa_html_1679507393 gsa_html_1679507393:830:77807:77815 Columbia Reno, Nevada -0.041236814250852856 +80995 gsa_html_6971334714 gsa_html_6971334714:791:76896:76908 Fort Hancock West Texas -0.457840951353905012 +80996 aapg_aa_702.html aapg_aa_702.html:274:81557:81572 Elk Lacombe, Alberta -0.027056608189623254 +80997 cspg_html_5541937700 cspg_html_5541937700:266:37092:37112 Bow Island Lacombe, Alberta -0.489119025533207352 +80998 aapg_aa_328.html aapg_aa_328.html:387:28467:28475 Tamasopo San Juan, Argentina -0.465641239344597002 +80999 cspg_html_3860685167 cspg_html_3860685167:979:89751:89764 Boulder Creek Lacombe, Alberta -0.0417243342632335201 +81000 aapg_ad_329.html aapg_ad_329.html:94:13233:13247 Bedford Pennsylvania -0.00112569192733688248 +81001 aapg_ai_49.html aapg_ai_49.html:571:74762:74773 Maroon Colorado -0.0332814982379016425 +81002 sedimentology_html_8748254640 sedimentology_html_8748254640:1207:86996:87000 Hall London, Ontario -0.493404616882510805 +81003 aapg_ad_338.html aapg_ad_338.html:409:48847:48854 Raritan South Orange, New Jersey -0.454041701910604445 +81004 aapg_ae_519.html aapg_ae_519.html:241:26236:26254 Chemung Gilmer County, Georgia -0.442729356500441706 +81005 aapg_ac_313.html aapg_ac_313.html:214:24757:24774 Chochal Guatemala -0.457786563407215019 +81006 aapg_ai_82.html aapg_ai_82.html:383:42876:42886 Greenbrier Greenbrier (Great Smoky Mountains) -0.0489515820397514803 +81007 aapg_ah_873.html aapg_ah_873.html:533:43512:43532 Cardium Lacombe, Alberta -0.45544420419021614 +81008 aapg_ah_685.html aapg_ah_685.html:363:40076:40084 Colorado Denver -0.465170422412911511 +81009 aapg_ai_594.html aapg_ai_594.html:303:32222:32228 Warsaw Colorado -0.0434552445968329482 +81010 aapg_ai_274.html aapg_ai_274.html:182:18602:18612 Missisauga Logan, Utah -0.497237628494831441 +81011 aapg_aa_870.html aapg_aa_870.html:382:33853:33859 Dakota Lone Pine, California -0.427843250012949428 +81012 aapg_ah_157.html aapg_ah_157.html:176:24397:24406 Franconia Illinois 0.000132025523515305647 +81013 aapg_ad_757.html aapg_ad_757.html:296:37742:37751 Maquoketa Richmond, California 0.0501140521205652306 +81014 cspg_html_7326798603 cspg_html_7326798603:149:20401:20414 Parry Islands Ellesmere Island -0.461089806729199636 +81015 aapg_ac_882.html aapg_ac_882.html:428:40643:40663 Grant Lake Kentucky -0.45954677788095788 +81016 aapg_ac_629.html aapg_ac_629.html:538:65748:65754 Lissie Montgomery (town), New York 0.966126814342930129 +81017 gsa_html_6971334714 gsa_html_6971334714:892:84548:84555 El Paso El Paso, Texas -0.00292541869155533898 +81018 aapg_ae_959.html aapg_ae_959.html:2661:192282:192299 Rustler Pecos River 0.742716279943111513 +81019 aapg_ah_962.html aapg_ah_962.html:134:14858:14863 Viola Ardmore, Pennsylvania -0.489955605215405154 +81020 sedimentology_html_4101202094 sedimentology_html_4101202094:429:43076:43086 Washington Charlotte Amalie, United States Virgin Islands -0.451812561628617604 +81021 gsa_html_9052101586 gsa_html_9052101586:496:60683:60694 Peoria Fox Valley (Illinois) -0.0197377379215514133 +81022 aapg_af_785.html aapg_af_785.html:32:4317:4322 Bashi Mississippi River 0.75774421937625136 +81023 aapg_ah_876.html aapg_ah_876.html:566:69602:69621 San Marcos Llano, Texas -0.466718659783226908 +81024 cspg_html_4948472369 cspg_html_4948472369:228:20199:20216 Vaureal Anticosti Island -0.446011775932438015 +81025 cspg_html_5484260516 cspg_html_5484260516:8:945:965 Lodgepole Lacombe, Alberta -0.0376647614075230411 +81026 aapg_ac_574.html aapg_ac_574.html:119:13622:13639 Wasatch Reno, Nevada 0.339112235733072698 +81027 gsa_html_1040524378 gsa_html_1040524378:406:47192:47203 Green River Absaroka -0.0142044328576254025 +81028 aapg_ac_584.html aapg_ac_584.html:105:11563:11571 Chandler Colville River (Washington) -0.48663294001243923 +81029 cspg_html_1347848644 cspg_html_1347848644:434:48940:48946 Moscow Russia -0.440254051746647612 +81030 cspg_html_2729673354 cspg_html_2729673354:106:11094:11101 Cardium Bow Island Airport -0.0584014375320925025 +81031 aapg_ad_3.html aapg_ad_3.html:339:32582:32593 Beekmantown Middle Ordovician 0.0463013803611307534 +81032 sedimentology_html_7067645238 sedimentology_html_7067645238:983:79379:79389 Washington Whidbey Island -0.464409872562970838 +81033 aapg_aa_374.html aapg_aa_374.html:84:8661:8669 Colorado Denver -0.022871757858413614 +81034 gsa_html_8335323050 gsa_html_8335323050:1682:142539:142567 Green River Colorado -0.0191815618988117366 +81035 aapg_ah_399.html aapg_ah_399.html:21:3514:3527 Turner Valley Williston, Vermont -0.00756560119780054757 +81036 gsa_html_9053175553 gsa_html_9053175553:27:2034:2060 Flagstaff Logan, Utah -0.464405306663695727 +81037 palaios_html_8113714689 palaios_html_8113714689:23:1863:1871 Au Train Munising, Michigan -0.0506631068321719905 +81038 aapg_ad_327.html aapg_ad_327.html:227:24572:24578 Carmel Carmel, Indiana 0.00897110580266103318 +81039 aapg_ah_775.html aapg_ah_775.html:525:48629:48637 Colorado Colorado -0.0783150515688535026 +81040 aapg_af_11.html aapg_af_11.html:596:61904:61913 Telluride Mesa, Arizona -0.0441727846104635197 +81041 aapg_af_787.html aapg_af_787.html:137:15919:15932 Santa Barbara Santa Clara County, California -0.506777705282508872 +81042 aapg_aa_797.html aapg_aa_797.html:464:59815:59848 Elephant Canyon Grand County, Colorado -0.481882602967476315 +81043 gsa_html_1119256423 gsa_html_1119256423:571:51095:51109 Arikaree Platte River -0.478280146619880497 +81044 geology_html_4457003230 geology_html_4457003230:242:21729:21743 Beaufort South Africa -0.424391951314652904 +81045 cspg_html_8928894270 cspg_html_8928894270:407:53076:53096 Swan Hills Canada 0.809097194126340402 +81046 geology_html_8790205752 geology_html_8790205752:228:16116:16125 San Diego California -0.443692774120845845 +81047 aapg_af_384.html aapg_af_384.html:171:18344:18366 Vendom Fiord Ellesmere Island -0.244646061788118235 +81048 aapg_ae_319.html aapg_ae_319.html:657:54908:54922 Duchesne River Weber River -0.44830973456876172 +81049 sedimentology_html_4089685201 sedimentology_html_4089685201:1609:113647:113651 Hall London, Ontario -0.455347020329573748 +81050 sedimentology_html_7724789034 sedimentology_html_7724789034:1433:112910:112928 Chicotte Canada 0.362053401029401201 +81051 cspg_html_3854139935 cspg_html_3854139935:67:10514:10521 Pakowki Lacombe, Alberta -0.0799615924049946469 +81052 gsa_html_1024107776 gsa_html_1024107776:940:96217:96235 Shepody Pennsylvania -0.0632789777746218668 +81053 cspg_html_7083999793 cspg_html_7083999793:9:828:849 Etherington Western world -0.167215137942442582 +81054 aapg_ac_450.html aapg_ac_450.html:568:55668:55678 Santa Cruz Santa Cruz, California -0.0368502653061740099 +81055 aapg_af_923.html aapg_af_923.html:9:1265:1273 Kootenai Great Falls (Missouri River) 0.0296616777038547948 +81056 gsa_html_2385272553 gsa_html_2385272553:180:19602:19608 Oregon California -0.485266333037401854 +81057 cspg_html_1312400675 cspg_html_1312400675:128:15181:15195 St. Mary River Lacombe, Alberta -0.462102516958969756 +81058 cspg_html_3982722300 cspg_html_3982722300:203:23810:23838 Kishenehn Lacombe, Alberta -0.463307888475886887 +81059 geology_html_4687032620 geology_html_4687032620:109:14213:14218 Cadiz Guadalquivir -0.0203286926879938275 +81060 cspg_html_3328007773 cspg_html_3328007773:968:98904:98925 Peace River Victoria, British Columbia -0.49252218048089591 +81061 aapg_aa_622.html aapg_aa_622.html:42:5666:5684 Moenkopi Colorado -0.417380918090655029 +81062 cspg_html_6306091047 cspg_html_6306091047:41:8107:8115 Columbia Lacombe, Alberta -0.455229509631582041 +81063 aapg_ae_187.html aapg_ae_187.html:97:9506:9514 Michigan Meramec River -0.488123721391326648 +81064 gsa_html_9233283294 gsa_html_9233283294:787:78246:78251 Yukon Canada -0.490054357124853124 +81065 cspg_html_9344966639 cspg_html_9344966639:19:2500:2526 Provincial Campbell River, British Columbia -0.0285329833753451834 +81066 aapg_ac_628.html aapg_ac_628.html:254:40917:40938 Price Fruitland, Idaho -0.0498526115827557514 +81067 aapg_ae_746.html aapg_ae_746.html:3:375:396 Gates Victoria, British Columbia -0.394938132843136114 +81068 gsa_html_8073290810 gsa_html_8073290810:753:70447:70451 Hall London, Ontario -0.0516166410516480934 +81069 aapg_ae_45.html aapg_ae_45.html:43:6114:6123 Smackover Shreveport, Louisiana 0.985425002922573734 +81070 aapg_ai_584.html aapg_ai_584.html:26:2685:2704 Minnelusa Black Hills -0.437987106587424679 +81071 cspg_html_3447886929 cspg_html_3447886929:64:8153:8174 Lawrence Gentilly, Val-de-Marne -0.0230090906667148494 +81072 aapg_ae_419.html aapg_ae_419.html:265:35279:35285 Sierra Coahuila -0.477142101104954475 +81073 cspg_html_5345848475 cspg_html_5345848475:1051:102116:102138 Medicine Hat Lacombe, Alberta -0.0674474086529613798 +81074 aapg_ah_630.html aapg_ah_630.html:103:12784:12805 Grove Elk Creek, California -0.514446144881171463 +81075 cspg_html_1019614994 cspg_html_1019614994:662:97223:97239 Besa River Victoria, British Columbia -0.472639307901536299 +81076 aapg_aa_914.html aapg_aa_914.html:14:2223:2233 Palo Pinto Texas 0.00145054491803285547 +81077 sedimentology_html_3946435200 sedimentology_html_3946435200:493:46369:46376 Francis London, Ontario -0.455197874748240694 +81078 cspg_html_5295390542 cspg_html_5295390542:57:7134:7142 Columbia Victoria, British Columbia -0.499895492531783669 +81079 cspg_html_4115156925 cspg_html_4115156925:54:8802:8819 Halfway Wembley Stadium -0.434637853624058046 +81080 AMJC_html_5982190223 AMJC_html_5982190223:33:3071:3119 Gorge Tanzania -0.43485884955268328 +81081 aapg_aa_93.html aapg_aa_93.html:5:470:490 Minnelusa Powder River (Montana) -0.02390265150978289 +81082 cspg_html_4407743346 cspg_html_4407743346:19:3355:3393 Muskeg Black Creek (Toronto) -0.466842269540434285 +81083 gsa_html_5227849965 gsa_html_5227849965:14:627:634 Windsor Ontario, California -0.432382247831122113 +81084 aapg_ai_105.html aapg_ai_105.html:195:22921:22938 Madison Uinta Mountains -0.489250567816489013 +81085 sedimentology_html_3865745685 sedimentology_html_3865745685:1695:115215:115233 Dunvegan Victoria, British Columbia -0.433509375056355339 +81086 aapg_ah_364.html aapg_ah_364.html:121:10154:10177 Detroit River County Roscommon -0.53873473157376317 +81087 aapg_ac_333.html aapg_ac_333.html:1056:127381:127400 Toroweap Kaibab, Arizona -0.0169709132296714665 +81088 aapg_af_98.html aapg_af_98.html:3:170:186 Dakota New Mexico -0.439778445957034858 +81089 cspg_html_8556552074 cspg_html_8556552074:93:8047:8066 Cold Lake Lacombe, Alberta -0.480807266046245518 +81090 sedimentology_html_7708427167 sedimentology_html_7708427167:27:1799:1809 Washington Seattle -0.0313696934317686249 +81091 cspg_html_5697056884 cspg_html_5697056884:252:25838:25856 Deadwood Western world -0.0869782160535256116 +81092 cspg_html_4272664788 cspg_html_4272664788:35:5928:5946 Pekisko Lacombe, Alberta -0.204814406629889617 +81093 cspg_html_3328007773 cspg_html_3328007773:968:99019:99027 Columbia Victoria, British Columbia -0.500012071035915828 +81094 sedimentology_html_9626990209 sedimentology_html_9626990209:1321:97648:97668 Boss Point Maritimes -0.015097596462230729 +81095 aapg_aa_287.html aapg_aa_287.html:14:2462:2489 Viking Colorado -0.42156311352807363 +81096 geology_html_1846200922 geology_html_1846200922:306:28684:28689 Grove Earth -0.507372811687786252 +81097 gsa_html_1040524378 gsa_html_1040524378:900:89827:89848 Green River Logan, Utah -0.0591675570859205024 +81098 cspg_html_7086880709 cspg_html_7086880709:273:34059:34067 Columbia Victoria, British Columbia -0.0378335861423178335 +81099 aapg_ah_446.html aapg_ah_446.html:307:40470:40479 Jacalitos Monterey, California -0.466810220907495799 +81100 aapg_aa_775.html aapg_aa_775.html:257:24817:24824 Reforma Campeche, Campeche -0.032256843292129446 +81101 cspg_html_9119878068 cspg_html_9119878068:79:10112:10156 Waterways Swan Hill, Victoria -0.440247382693200906 +81102 cspg_html_4937997995 cspg_html_4937997995:628:62662:62683 Ekwan River East Pen Island -0.441593278961416758 +81103 aapg_af_879.html aapg_af_879.html:71:10375:10381 Moscow Moscow -0.0252830771132320185 +81104 aapg_ai_975.html aapg_ai_975.html:1059:85730:85740 Duck Creek Fort Worth, Texas -0.0200262605794136288 +81105 gsa_html_4438819447 gsa_html_4438819447:619:62640:62656 Dakota Logan, Utah -0.438060290900437188 +81106 aapg_ad_81.html aapg_ad_81.html:1082:177948:177959 Skull Creek Niobrara, Nebraska 0.00421268950566507355 +81107 gsa_html_6940957557 gsa_html_6940957557:1532:115267:115295 Green River Colorado -0.00521159632259529833 +81108 gsa_html_9052101586 gsa_html_9052101586:499:60977:60988 Peoria Fox Valley (Illinois) -0.00409977035478876605 +81109 aapg_ae_102.html aapg_ae_102.html:22:2326:2343 Tamabra Tampico, Illinois -0.476672020857479173 +81110 sedimentology_html_7244311893 sedimentology_html_7244311893:1248:67753:67770 Wapiabi Canada -0.0344697965895258002 +81111 aapg_aa_566.html aapg_aa_566.html:137:17759:17767 Colorado Cheyenne, Wyoming -0.443732938342886629 +81112 aapg_ah_756.html aapg_ah_756.html:36:5913:5923 San Andres San Angelo, Texas 0.0879381190126022061 +81113 aapg_ak_59.html aapg_ak_59.html:609:82074:82083 Knoxville Great Valley, New York 0.584266503566811757 +81114 geology_html_5825799037 geology_html_5825799037:363:29522:29542 Sheep Pass Salt Lake City -0.0133825404023746423 +81115 aapg_ad_168.html aapg_ad_168.html:334:37051:37071 La Vieille Logan, Utah -0.035304988004324106 +81116 cspg_html_9771826320 cspg_html_9771826320:158:24886:24912 Kanguk Ellesmere Island -0.0121888403642722489 +81117 gsa_html_3225734041 gsa_html_3225734041:13:714:720 Denver Colorado -0.477512787064485633 +81118 aapg_af_51.html aapg_af_51.html:236:26552:26568 Cutler Colorado -0.502936613094039808 +81119 aapg_ah_328.html aapg_ah_328.html:309:31974:31990 Dakota Cheyenne, Wyoming -0.00613233997179504775 +81120 gsa_html_1047526579 gsa_html_1047526579:1045:103366:103372 Viking Earth -0.432223543643836305 +81121 cspg_html_7544078524 cspg_html_7544078524:294:36718:36726 Edmonton Ontario, California -0.477790905452477432 +81122 cspg_html_7307388012 cspg_html_7307388012:322:37601:37609 Columbia Lacombe, Alberta -0.0244381167530825782 +81123 aapg_ai_146.html aapg_ai_146.html:4:491:506 Swift Lacombe, Alberta -0.433376961451207021 +81124 aapg_ad_267.html aapg_ad_267.html:69:6058:6067 Smackover Paluxy, Texas 0.00588564889809547673 +81125 aapg_ai_490.html aapg_ai_490.html:75:6289:6298 Salt Lake Exmouth, Western Australia -0.0281695262279110618 +81126 aapg_ad_930.html aapg_ad_930.html:49:6966:6983 Wasatch Green River Formation -0.439298641817729429 +81127 aapg_ac_414.html aapg_ac_414.html:364:41947:41964 Gerster Reno, Nevada -0.243293992794617664 +81128 aapg_ak_52.html aapg_ak_52.html:15:1666:1674 Woodbine County Sligo -0.4506269691264706 +81129 aapg_ai_567.html aapg_ai_567.html:596:75602:75611 San Diego Hawaii (island) -0.0290321011190772874 +81130 aapg_ac_90.html aapg_ac_90.html:122:18900:18906 Oregon Reno, Nevada -0.465568086328610908 +81131 cspg_html_1894459898 cspg_html_1894459898:256:28292:28303 Bluff Cayman Islands -0.498224733320612012 +81132 cspg_html_2013109828 cspg_html_2013109828:360:66643:66652 Gog Middle East -0.0496957515940984612 +81133 sedimentology_html_2585830455 sedimentology_html_2585830455:75:7502:7512 Washington North Carolina -0.466714081975797668 +81134 gsa_html_5865982995 gsa_html_5865982995:1371:144697:144725 Green River Cheyenne, Wyoming -0.475473655949527896 +81135 gsa_html_3096615185 gsa_html_3096615185:742:64359:64372 Nahant Gabbro Cambridge, Massachusetts -0.447314589257592876 +81136 aapg_ah_72.html aapg_ah_72.html:245:29007:29022 Maquoketa Illinois -0.0120741642534044936 +81137 sedimentology_html_3865745685 sedimentology_html_3865745685:1605:111832:111861 Dunvegan Canada 0.0136205912894358499 +81138 aapg_ac_749.html aapg_ac_749.html:104:14624:14630 Guelph Guelph -0.394791741281808661 +81139 aapg_af_664.html aapg_af_664.html:18:2518:2528 San Andres Delaware -0.0364186783313174417 +81140 aapg_ae_147.html aapg_ae_147.html:116:12783:12792 San Pedro Saugus, Massachusetts -0.0792608673663744157 +81141 aapg_ae_98.html aapg_ae_98.html:6:789:795 Dakota Colorado 0.00773064589700992767 +81142 gsa_html_6062330506 gsa_html_6062330506:781:76996:77037 Sandia New Mexico -0.0282634328663418991 +81143 gsa_html_6589330144 gsa_html_6589330144:143:18314:18320 Peoria Loveland, Ohio -0.496308532687975368 +81144 aapg_ae_875.html aapg_ae_875.html:273:32562:32582 Cariblanco Puerto Rico -0.438386363525214817 +81145 aapg_ah_387.html aapg_ah_387.html:2619:282865:282881 Knoxville Knoxville, Illinois -0.498041936399126195 +81146 cspg_html_2803424832 cspg_html_2803424832:69:9922:9942 Assistance Melville Island (Canada) -0.450649451770273157 +81147 aapg_ac_473.html aapg_ac_473.html:438:59873:59906 Uncompahgre Colorado -0.513221913183027123 +81148 geology_html_5114001979 geology_html_5114001979:13:712:721 Milwaukee Milwaukee -0.0385036919951944542 +81149 aapg_ah_283.html aapg_ah_283.html:490:57249:57255 Oregon McMinnville, Oregon -0.494670894236060144 +81150 aapg_ad_3.html aapg_ad_3.html:268:23571:23587 Nolichucky Missouri River -0.491650086397892094 +81151 aapg_ac_921.html aapg_ac_921.html:44:5642:5646 Elko Reno, Nevada -0.0198420227136738916 +81152 geology_html_6173381301 geology_html_6173381301:396:29273:29301 Babine Victoria, British Columbia -0.46927678392355654 +81153 cspg_html_7576506617 cspg_html_7576506617:291:40654:40675 Ekwan River Moose River (Maine) -0.444157000692344317 +81154 sedimentology_html_4287650745 sedimentology_html_4287650745:1017:103678:103684 Reston Gulf Province -0.455347020329573748 +81155 sedimentology_html_9715489579 sedimentology_html_9715489579:864:36722:36733 Devils Hole Reno, Nevada -0.486513508857715604 +81156 aapg_af_789.html aapg_af_789.html:195:26330:26350 Hampshire Chemung, New York -0.489661768590455182 +81157 aapg_ac_867.html aapg_ac_867.html:756:102416:102435 Rock Springs Cheyenne, Wyoming -0.508540273236390394 +81158 aapg_ae_419.html aapg_ae_419.html:74:10525:10537 Huayacocotla Veracruz, Veracruz -0.428967178358428958 +81159 aapg_ah_631.html aapg_ah_631.html:104:13496:13504 Michigan Bloomington, Indiana -0.00783141030284131325 +81160 cspg_html_6163691495 cspg_html_6163691495:158:14556:14563 Pekisko Lacombe, Alberta -0.449451899065432481 +81161 cspg_html_2208643572 cspg_html_2208643572:617:62720:62728 Columbia Victoria, British Columbia -0.0062678467546358578 +81162 geology_html_7113954805 geology_html_7113954805:9:437:448 Mount Simon Illinois -0.479475427251918496 +81163 aapg_aa_761.html aapg_aa_761.html:602:76603:76620 Ivishak Prudhoe Bay Oil Field -0.00860799843042621068 +81164 sedimentology_html_3200584564 sedimentology_html_3200584564:834:67125:67142 Cardium Lacombe, Alberta -0.415254330132500793 +81165 aapg_ac_518.html aapg_ac_518.html:19:2553:2560 Canning Gold Coast, Queensland -0.0129828974298070686 +81166 aapg_ac_333.html aapg_ac_333.html:659:81285:81288 Abo San Juan, Argentina -0.38102873437812973 +81167 gsa_html_8030464622 gsa_html_8030464622:799:81395:81401 Reston Virginia -0.436929900849743147 +81168 aapg_ae_63.html aapg_ae_63.html:331:34053:34061 Prospect Absaroka -0.00908750930208491146 +81169 sedimentology_html_8495645952 sedimentology_html_8495645952:29:1921:1928 Potsdam Germany -0.466473780345575129 +81170 aapg_aa_1.html aapg_aa_1.html:66:9264:9283 Knoxville Myrtle Creek, Oregon -0.0121732026878597095 +81171 aapg_ad_564.html aapg_ad_564.html:4709:367887:367905 Frontier Cheyenne, Wyoming -0.00334234682961829285 +81172 gsa_html_8948183517 gsa_html_8948183517:690:60887:60915 Green River Colorado 0.0068081397182383728 +81173 aapg_ae_415.html aapg_ae_415.html:79:11388:11403 Byram Melbourne, Florida -0.462348471732962063 +81174 cspg_html_6306091047 cspg_html_6306091047:464:64179:64187 Columbia Victoria, British Columbia -0.471543117662309108 +81175 sedimentology_html_8989921425 sedimentology_html_8989921425:1969:145159:145163 Hall London, Ontario -0.485285038948243097 +81176 aapg_ac_4.html aapg_ac_4.html:518:41300:41314 Lisburne Anchorage, Alaska -0.450586501765938174 +81177 aapg_aa_200.html aapg_aa_200.html:80:8083:8099 Bighorn Dolomite Cheyenne, Wyoming 0.0309609308205949819 +81178 gsa_html_6491840124 gsa_html_6491840124:892:73880:73885 Logan Boise, Idaho -0.0294721058156958669 +81179 geology_html_7594699567 geology_html_7594699567:14:663:676 Santa Barbara California -0.464953382280686722 +81180 aapg_aa_957.html aapg_aa_957.html:79:7665:7674 Vicksburg Hockley 0.705259379958343646 +81181 gsa_html_1024107776 gsa_html_1024107776:931:94552:94571 Bluefield Greenbrier (Great Smoky Mountains) -0.435694684676078359 +81182 cspg_html_4516258038 cspg_html_4516258038:403:45968:45982 Thumb Mountain Bathurst Island (Northern Territory) 0.444675067755047948 +81183 aapg_ad_871.html aapg_ad_871.html:518:45754:45768 Traverse Antrim, County Antrim -0.421948969269320462 +81184 gsa_html_2374661120 gsa_html_2374661120:262:22907:22917 Bear River Boise, Idaho -0.475991665297052891 +81185 cspg_html_6925296423 cspg_html_6925296423:54:9355:9370 Leduc Canada -0.0222581200663617834 +81186 aapg_aa_644.html aapg_aa_644.html:236:23339:23348 East Fork Turkey Creek, Louisiana -0.442548827459522287 +81187 cspg_html_9222238695 cspg_html_9222238695:88:13703:13723 Nikanassin Victoria, British Columbia -0.47596853330555533 +81188 aapg_ah_469.html aapg_ah_469.html:282:25386:25409 Cook Mountain Shreveport, Louisiana -0.264099679210359817 +81189 sedimentology_html_5309515972 sedimentology_html_5309515972:1036:72347:72367 Toro Chile -0.465641239344597002 +81190 aapg_af_91.html aapg_af_91.html:120:13079:13092 Blue Mountain Middle East -0.458695727712452594 +81191 aapg_aa_732.html aapg_aa_732.html:16:3392:3409 Edwards Texas -0.514589010681822057 +81192 gsa_html_6196726870 gsa_html_6196726870:1308:92553:92581 Green River Colorado 0.00351085571163325515 +81193 sedimentology_html_1463603507 sedimentology_html_1463603507:823:60642:60667 Barstow Mojave Desert -0.0491537380497388335 +81194 cspg_html_4422229045 cspg_html_4422229045:133:16988:16999 Mount Clark Keele -0.016748470666176702 +81195 cspg_html_8818854104 cspg_html_8818854104:61:9083:9091 Columbia Victoria, British Columbia -0.0214063649157180402 +81196 cspg_html_3397138450 cspg_html_3397138450:1308:142378:142383 Price Lacombe, Alberta -0.041236814250852856 +81197 aapg_ad_715.html aapg_ad_715.html:159:19143:19153 Hartshorne Atoka, Oklahoma -0.45995556917210767 +81198 aapg_ae_74.html aapg_ae_74.html:435:40852:40868 Chinle Arizona -0.448969278215303857 +81199 gsa_html_1662492421 gsa_html_1662492421:826:68751:68779 Green River Colorado -0.00823968206365449651 +81200 sedimentology_html_2963848220 sedimentology_html_2963848220:918:58045:58049 Bond Overland, Missouri -0.427658982255246345 +81201 aapg_ah_536.html aapg_ah_536.html:109:14512:14528 Walnut Texas -0.491162576381923288 +81202 sedimentology_html_7390870545 sedimentology_html_7390870545:27:1570:1582 Saskatchewan Canada 0.0215732361007039963 +81203 aapg_ae_61.html aapg_ae_61.html:95:8746:8761 Heath Sumatra 0.00662225056898444603 +81204 aapg_ai_49.html aapg_ai_49.html:625:82334:82344 Phosphoria New Mexico -0.014941203695627946 +81205 sedimentology_html_2208426700 sedimentology_html_2208426700:1567:80346:80373 Grosmont Lacombe, Alberta -0.0537193910403591518 +81206 geology_html_8249852557 geology_html_8249852557:335:25621:25626 Utica New York State Museum 0.00810590751999957886 +81207 aapg_ai_764.html aapg_ai_764.html:115:13261:13286 Oil Creek Texas -0.413108595216795882 +81208 aapg_ad_350.html aapg_ad_350.html:452:50129:50149 Beekmantown Huntington, West Virginia 0.392651304932394196 +81209 aapg_ad_821.html aapg_ad_821.html:285:18993:19001 Dinwoody Cheyenne, Wyoming -0.425481180136460357 +81210 aapg_ae_5.html aapg_ae_5.html:17:2206:2210 Earp Arizona -0.437960495533138761 +81211 gsa_html_7635660482 gsa_html_7635660482:493:42242:42270 Morrison Kingdom of Asturias -0.400267114116901412 +81212 palaios_html_5543030185 palaios_html_5543030185:278:29506:29524 Fillmore Logan, Utah -0.226595220129988506 +81213 aapg_ac_730.html aapg_ac_730.html:453:64962:64978 Toreva Mesa, Arizona -0.435668138774596203 +81214 gsa_html_8213519494 gsa_html_8213519494:651:64318:64335 Navajo Colorado -0.0263297817646035749 +81215 cspg_html_3026112034 cspg_html_3026112034:94:9271:9297 Swan Hills Pine Brook, New Jersey -0.00761598320539543048 +81216 aapg_ae_5.html aapg_ae_5.html:292:34506:34510 Earp Arizona 0.379532961473450392 +81217 geology_html_1504074288 geology_html_1504074288:278:23789:23798 Fullerton Pacific Grove, California -0.466920106770381871 +81218 gsa_html_1549665076 gsa_html_1549665076:15:762:766 Reno Reno, Nevada -0.498041936399126195 +81219 aapg_ai_28.html aapg_ai_28.html:662:64206:64215 Red River Texas 0.00738665861447657893 +81220 aapg_ad_103.html aapg_ad_103.html:17:2151:2159 Columbia Columbia District -0.463435584788403632 +81221 gsa_html_7208175210 gsa_html_7208175210:1401:116408:116417 San Diego Reno, Nevada -0.455310861563052449 +81222 gsa_html_7782714579 gsa_html_7782714579:63:5214:5220 Sierra Great Valley, New York -0.458750170743803365 +81223 aapg_ah_283.html aapg_ah_283.html:505:59976:59986 Washington Washington (state) -0.428967178358428958 +81224 aapg_ad_812.html aapg_ad_812.html:8:1699:1716 Wanakah Colorado -0.0560582631991528441 +81225 gsa_html_3677258183 gsa_html_3677258183:14:694:702 Colorado Denver -0.460487277041231158 +81226 aapg_ah_160.html aapg_ah_160.html:583:57953:57959 Salina Michigan -0.420134393777613191 +81227 cspg_html_2161417858 cspg_html_2161417858:45:6646:6652 Exshaw Lacombe, Alberta -0.449225147740392239 +81228 aapg_ai_573.html aapg_ai_573.html:49:7935:7942 Andrews Roosevelt County, Montana -0.41518503935183998 +81229 gsa_html_8003826422 gsa_html_8003826422:100:10766:10790 Morrison Sierra Nevada (Spain) 0.0209752883033040294 +81230 aapg_aa_147.html aapg_aa_147.html:181:22983:23003 Interlake Inwood, New York -0.441749128657015766 +81231 sedimentology_html_1280732031 sedimentology_html_1280732031:1428:130419:130423 Ross Stroudsburg, Pennsylvania -0.48062584784091128 +81232 gsa_html_4415707577 gsa_html_4415707577:379:32090:32109 Red River Red River of the North -1.16252159392706766 +81233 sedimentology_html_6390126294 sedimentology_html_6390126294:1311:78758:78765 Halifax Canada -0.0508792537248642374 +81234 cspg_html_2420029771 cspg_html_2420029771:963:94727:94744 Beekmantown Montreal -0.016748470666176702 +81235 aapg_ad_466.html aapg_ad_466.html:1154:123752:123770 Kirkwood Virginia -0.0670629335788035658 +81236 gsa_html_3906036914 gsa_html_3906036914:488:49160:49169 Partridge Africa -0.491282661525563435 +81237 aapg_ad_2.html aapg_ad_2.html:910:127252:127259 Elbrook Pennsylvania -0.0694086451218119405 +81238 aapg_aa_735.html aapg_aa_735.html:59:5478:5490 Warsaw Illinois -0.00382181610432916728 +81239 aapg_ai_29.html aapg_ai_29.html:31:3991:3998 Reynosa Beeville, Texas -0.436872309743032927 +81240 aapg_ae_5.html aapg_ae_5.html:241:27781:27795 Earp Arizona -0.0380407049266876865 +81241 aapg_aa_604.html aapg_aa_604.html:50:6677:6681 Java Borneo -0.00486067457957646467 +81242 aapg_ad_110.html aapg_ad_110.html:653:70479:70493 Tensleep Colorado -0.493383370963238699 +81243 cspg_html_5170528958 cspg_html_5170528958:167:26368:26388 Swan Hills Canada -0.0423093929821278317 +81244 aapg_ae_436.html aapg_ae_436.html:30:3099:3109 Stillwater Guernsey County, Ohio -0.442548827459522287 +81245 aapg_ah_476.html aapg_ah_476.html:59:8529:8539 Pottsville Ouachita Parish, Louisiana 0.0317280244152079033 +81246 gsa_html_3429903648 gsa_html_3429903648:685:60609:60616 Laramie Natrona County, Wyoming -0.0414701241414489052 +81247 gsa_html_4675429437 gsa_html_4675429437:15:501:514 Santa Barbara California -0.0480262627677959034 +81248 aapg_ac_222.html aapg_ac_222.html:104:16570:16578 Colorado Denver -0.502814850475143738 +81249 palaios_html_7274959329 palaios_html_7274959329:14:770:778 Colorado Denver -0.476028677762377117 +81250 cspg_html_4937997995 cspg_html_4937997995:628:62572:62593 Ekwan River East Pen Island -0.423085635093811196 +81251 jgeology_html_9878256926 jgeology_html_9878256926:1026:83018:83024 Oxford Pergamon Museum -0.435044526345554627 +81252 aapg_af_964.html aapg_af_964.html:556:63291:63324 Saskatchewan Regina, Saskatchewan -0.0715140025476868335 +81253 cspg_html_2175627313 cspg_html_2175627313:59:7248:7265 Montney Victoria, British Columbia -0.0102706745632111761 +81254 aapg_ad_653.html aapg_ad_653.html:446:56425:56443 Isachsen Canada -0.01901471217940277 +81255 cspg_html_6259492324 cspg_html_6259492324:405:42706:42711 Canol Middle East -0.455310861563052449 +81256 cspg_html_2863271815 cspg_html_2863271815:518:62856:62872 Guelph Ontario, California -0.0478676973832001112 +81257 gsa_html_1845165467 gsa_html_1845165467:30:2855:2883 Green River Colorado -0.0098536958986005091 +81258 gsa_html_6982030333 gsa_html_6982030333:946:92735:92741 Oregon Salem, Oregon -0.0438488392428078022 +81259 cspg_html_9725676031 cspg_html_9725676031:56:7820:7837 Sikanni Liard River, British Columbia -0.106057512087672848 +81260 jgeology_html_8066311560 jgeology_html_8066311560:1407:70758:70765 Blackie London, Ontario -0.436965343294064001 +81261 cspg_html_2184091860 cspg_html_2184091860:239:28228:28245 Romaine Anticosti Island -0.0852554829068605385 +81262 jgeology_html_1380249798 jgeology_html_1380249798:292:17930:17948 Yorktown North Carolina -0.491727831303366836 +81263 cspg_html_2882304151 cspg_html_2882304151:44:8781:8799 Kootenay Lacombe, Alberta -0.492258100446082036 +81264 gsa_html_4424552172 gsa_html_4424552172:637:49548:49552 Pico Spain 0.00466610479932860322 +81265 jgeology_html_4115179562 jgeology_html_4115179562:201:13592:13597 Knobs Martinsburg, Nebraska -0.0452596592829826935 +81266 aapg_ah_678.html aapg_ah_678.html:479:57710:57727 Vicksburg San Marcos, California 0.911445966481960967 +81267 aapg_ah_632.html aapg_ah_632.html:40:6544:6572 Troutdale Portland, Oregon 0.329186512692887012 +81268 aapg_ai_468.html aapg_ai_468.html:285:35339:35369 Cotton Valley Shreveport, Louisiana -0.0236297103321001234 +81269 palaios_html_9337106210 palaios_html_9337106210:194:26573:26581 Syracuse Rochester, Kent -0.0636981319555682129 +81270 aapg_aa_339.html aapg_aa_339.html:48:3898:3904 Wilcox Fort Riley North, Kansas -0.441459714368856782 +81271 aapg_ae_73.html aapg_ae_73.html:496:66461:66477 Dakota New Mexico -0.409382023335090106 +81272 aapg_ac_742.html aapg_ac_742.html:7:1095:1118 Gypsum Spring Black Hills -0.0221051486888918687 +81273 palaios_html_9669360804 palaios_html_9669360804:41:3670:3687 Cutler New Mexico -0.454052985518192231 +81274 aapg_ac_967.html aapg_ac_967.html:200:21951:21967 John Day Ashwood, Oregon -0.416615158514964445 +81275 cspg_html_1103118378 cspg_html_1103118378:211:30623:30628 Yukon Victoria, British Columbia -0.483407132229491276 +81276 cspg_html_7378664643 cspg_html_7378664643:209:38574:38597 Grosmont Canada -0.0206137481511775786 +81277 aapg_ae_419.html aapg_ae_419.html:2599:173432:173449 La Pena Coahuila -0.435880527044409383 +81278 cspg_html_2650073471 cspg_html_2650073471:11:1083:1090 Eastend Cypress Hills, Brooklyn -0.462193603410137988 +81279 aapg_ae_415.html aapg_ae_415.html:780:96774:96796 Chickasawhay Flint River (Michigan) -0.131140299155020401 +81280 aapg_ad_174.html aapg_ad_174.html:631:63227:63286 Gibson San Juan, Argentina -0.0425949712561439139 +81281 AMJC_html_7278640698 AMJC_html_7278640698:73:9626:9634 Columbia Moberly, Missouri -0.436850160261835319 +81282 aapg_aa_399.html aapg_aa_399.html:546:53268:53274 Viking Fabyan Windmill -0.0962582997786223526 +81283 aapg_ae_777.html aapg_ae_777.html:151:17924:17938 Espiritu Santo Pecos River -0.0462630538347547429 +81284 aapg_af_976.html aapg_af_976.html:238:35408:35416 Colorado Denver -0.476093453364925034 +81285 cspg_html_4287356899 cspg_html_4287356899:486:70209:70216 Ettrain Western world -0.466810220907495799 +81286 gsa_html_8242519939 gsa_html_8242519939:29:2796:2824 Green River Colorado -0.0390380689308100493 +81287 aapg_ae_4.html aapg_ae_4.html:294:34112:34126 Chainman Reno, Nevada -0.00347089997391153079 +81288 gsa_html_9751027134 gsa_html_9751027134:31:2729:2757 Green River Iran -0.0140376196944260508 +81289 cspg_html_1019614994 cspg_html_1019614994:445:75028:75034 Exshaw Lacombe, Alberta -0.421983856501260468 +81290 aapg_ac_4.html aapg_ac_4.html:597:45840:45846 Forbes Anchorage, Alaska -0.437005217650049682 +81291 geology_html_1762704695 geology_html_1762704695:16:864:872 Colorado Denver -0.499331862498102852 +81292 cspg_html_3854139935 cspg_html_3854139935:133:21982:22001 Foremost Lacombe, Alberta -0.460041893415422398 +81293 aapg_ah_160.html aapg_ah_160.html:591:58274:58278 Lane Michigan -0.439258669305734428 +81294 aapg_aa_2.html aapg_aa_2.html:189:17164:17171 Cardium Lacombe, Alberta 0.0525267109554876169 +81295 gsa_html_9072249913 gsa_html_9072249913:589:56531:56559 Green River Iran -0.451733774163315116 +81296 cspg_html_8477386212 cspg_html_8477386212:91:11590:11617 Wabamun Lacombe, Alberta -0.490313047484592146 +81297 cspg_html_3016068951 cspg_html_3016068951:20:1954:1985 Charles Regina, Saskatchewan -0.478347409879961272 +81298 aapg_ae_973.html aapg_ae_973.html:1137:89669:89679 Salt Plain Delaware -0.454258371760158153 +81299 aapg_ac_837.html aapg_ac_837.html:273:24147:24167 Phosphoria Cheyenne, Wyoming -0.437953842888147871 +81300 aapg_ah_416.html aapg_ah_416.html:91:7633:7643 Milk River Milk River, Alberta -0.485369220602805185 +81301 aapg_aa_731.html aapg_aa_731.html:143:18276:18288 Wilcox Texas -0.0203460739927139034 +81302 aapg_ae_65.html aapg_ae_65.html:405:40261:40267 Casper Cheyenne, Wyoming -0.0185419788860923702 +81303 aapg_ah_329.html aapg_ah_329.html:318:30703:30710 Sisquoc Monterey, California 0.826471283522333233 +81304 aapg_ae_516.html aapg_ae_516.html:223:22245:22265 Salina Antrim, County Antrim -0.418699089801867985 +81305 geology_html_3566156471 geology_html_3566156471:249:18538:18544 Walker Cambridge -0.488806694061501346 +81306 aapg_ad_351.html aapg_ad_351.html:472:42038:42057 Northview Webster County, Missouri -0.441927274708787343 +81307 gsa_html_3521452491 gsa_html_3521452491:787:66751:66765 Beaufort South Africa -0.439565169119916221 +81308 AMJC_html_5298823237 AMJC_html_5298823237:669:64835:64843 Patapsco Baltimore -0.486588444102287743 +81309 sedimentology_html_3455721661 sedimentology_html_3455721661:764:51621:51638 Entrada New Mexico -0.222968316718881648 +81310 aapg_ac_720.html aapg_ac_720.html:24:3155:3164 New Egypt Navesink River -0.505502548403087726 +81311 aapg_ae_431.html aapg_ae_431.html:161:15669:15689 Fort Scott Fort Scott National Historic Site -0.468611324772205295 +81312 aapg_ai_987.html aapg_ai_987.html:24:2567:2580 Turner Valley Canada -0.0720684585345776896 +81313 cspg_html_3860685167 cspg_html_3860685167:298:33120:33141 Etherington Nelson, New Zealand 0.00423874779133452326 +81314 cspg_html_8739892219 cspg_html_8739892219:340:46235:46243 Columbia Victoria, British Columbia -0.466782751574986277 +81315 aapg_af_444.html aapg_af_444.html:632:61229:61234 Husky Karak District -0.440222929906821658 +81316 aapg_ac_846.html aapg_ac_846.html:37:6463:6480 Bandera Illinois -0.464501195477937445 +81317 aapg_ae_182.html aapg_ae_182.html:373:39330:39341 Pine Island Bellevue, Nebraska -0.0074248793072545817 +81318 gsa_html_8833777630 gsa_html_8833777630:353:44238:44246 Colorado Rio Grande -0.430334367802676421 +81319 aapg_af_880.html aapg_af_880.html:484:72466:72487 Bird Spring Supai, Arizona -0.0402618518000588399 +81320 cspg_html_5241714595 cspg_html_5241714595:453:69650:69665 Nisku Wood River (Oregon) -0.456608964648804683 +81321 aapg_ae_916.html aapg_ae_916.html:312:35840:35854 Colorado Colorado -0.460980639153810601 +81322 cspg_html_6701095516 cspg_html_6701095516:560:52407:52428 Cardium Lacombe, Alberta -0.00910662035546105052 +81323 palaios_html_7076037184 palaios_html_7076037184:759:63161:63174 Galena Platteville, Colorado -0.490016735996709807 +81324 aapg_ad_466.html aapg_ad_466.html:211:27038:27050 Mount Laurel Navesink River -0.479352341582737318 +81325 gsa_html_1997423355 gsa_html_1997423355:138:16421:16429 Columbia Snake River Canyon (Idaho) -0.455211432419709627 +81326 gsa_html_9888767960 gsa_html_9888767960:708:70251:70279 Green River Colorado -0.0509507230324179883 +81327 cspg_html_3804945581 cspg_html_3804945581:172:22210:22228 Scollard Woodlake, Texas -0.470262127852539125 +81328 palaios_html_2399848899 palaios_html_2399848899:589:52647:52667 Tuscaloosa Alabama -0.263509932144433745 +81329 cspg_html_8250500468 cspg_html_8250500468:35:4715:4756 Dunvegan Lacombe, Alberta -0.0218270224173490179 +81330 aapg_ae_367.html aapg_ae_367.html:173:18371:18377 Reklaw Charlotte, North Carolina -0.46887974264236626 +81331 aapg_af_50.html aapg_af_50.html:230:22259:22267 Colorado Avon (county) -0.438271005074949593 +81332 aapg_ai_584.html aapg_ai_584.html:1223:124466:124470 Open Cheyenne, Wyoming -0.438093558395168947 +81333 cspg_html_8312989046 cspg_html_8312989046:105:13681:13697 Bowser Anchorage, Alaska -0.458262569586093849 +81334 aapg_ae_419.html aapg_ae_419.html:1344:107834:107848 Buda Texas 0.704312867692435174 +81335 aapg_ah_340.html aapg_ah_340.html:14:1742:1762 Duck Creek Texas -0.440325191296006335 +81336 aapg_ad_466.html aapg_ad_466.html:191:22450:22472 Mount Laurel Atlantic Highlands, New Jersey -0.443755252554939694 +81337 aapg_ac_260.html aapg_ac_260.html:161:21484:21490 Pocono Atoka, Oklahoma -0.0249440441513266963 +81338 aapg_aa_47.html aapg_aa_47.html:211:23131:23147 Sandia New Mexico -0.460173667521570073 +81339 aapg_aa_37.html aapg_aa_37.html:68:9208:9229 Bird Spring Reno, Nevada -0.463834753943271672 +81340 sedimentology_html_3021996168 sedimentology_html_3021996168:623:35398:35404 Oxford Pergamon Museum -0.40709869095004142 +81341 aapg_ae_973.html aapg_ae_973.html:794:60965:60973 Grayburg Delaware -0.00874524918188981232 +81342 aapg_ah_644.html aapg_ah_644.html:138:16391:16397 Nesson Williston Basin -0.0161298137457332978 +81343 cspg_html_9735723617 cspg_html_9735723617:262:33181:33201 Blue Fiord Melville Island (Canada) -0.468317764612058318 +81344 aapg_ae_974.html aapg_ae_974.html:317:32419:32423 Frio Zapata County, Texas 0.0106702835563662994 +81345 geology_html_7998892542 geology_html_7998892542:282:21199:21204 Price Benguela Current -0.467980749597819323 +81346 aapg_ae_419.html aapg_ae_419.html:769:73334:73354 San Felipe Guatemala -0.0208414480796128843 +81347 aapg_ae_884.html aapg_ae_884.html:109:14356:14365 Fruitland Mancos, Colorado -0.0423337712575906494 +81348 cspg_html_3772380029 cspg_html_3772380029:728:89917:89938 Ekwan River Ontario, California -0.163955180171846959 +81349 palaios_html_6100595217 palaios_html_6100595217:141:16673:16690 Lisbon Gosport, Indiana 0.00088769823007264 +81350 sedimentology_html_6714245905 sedimentology_html_6714245905:557:45041:45049 Colorado Pueblo, Colorado -0.484920347334282464 +81351 cspg_html_9729377176 cspg_html_9729377176:94:10831:10849 Pardonet Victoria, British Columbia 0.00452191499750925936 +81352 gsa_html_9353787239 gsa_html_9353787239:729:66572:66603 Crystal Spring Arizona -0.47495364399168194 +81353 aapg_ac_333.html aapg_ac_333.html:337:43949:43954 Supai Reno, Nevada -0.438592713276552693 +81354 aapg_ai_112.html aapg_ai_112.html:61:12357:12365 Waccamaw Melbourne, Florida -0.0142026952151300869 +81355 aapg_ae_642.html aapg_ae_642.html:76:7146:7159 Cotton Valley Bossier Parish, Louisiana -0.0200714512738383588 +81356 gsa_html_7199417381 gsa_html_7199417381:524:52450:52458 Arikaree Sand Hills (Nebraska) -0.473649201225758321 +81357 aapg_ae_941.html aapg_ae_941.html:128:14602:14609 Arcadia Shelby County, Alabama 0.00442984212241086077 +81358 gsa_html_5081991493 gsa_html_5081991493:153:15590:15611 Green River Uinta Mountains 0.0303817289341750882 +81359 gsa_html_2717448156 gsa_html_2717448156:290:32591:32603 Yellowjacket Deep Creek, Virginia -0.0548599497641807099 +81360 gsa_html_1636483297 gsa_html_1636483297:950:81373:81379 Casper Cheyenne, Wyoming -0.443688311537407287 +81361 cspg_html_3023030263 cspg_html_3023030263:33:5177:5199 Medicine Hat Lacombe, Alberta -0.0490387176000708983 +81362 cspg_html_2954223000 cspg_html_2954223000:651:93125:93137 Owens Valley San Joaquin River -0.0423093929821278317 +81363 aapg_ah_505.html aapg_ah_505.html:1455:116570:116583 Fountain Western world -0.44280960294495586 +81364 cspg_html_2253842195 cspg_html_2253842195:47:7066:7089 Boulder Creek Middle East -0.47395378155658785 +81365 aapg_ai_388.html aapg_ai_388.html:154:14777:14792 Mesaverde Colorado -0.0138360551692065167 +81366 aapg_ac_517.html aapg_ac_517.html:12:1296:1305 Keg River Lacombe, Alberta -0.018225670847461909 +81367 sedimentology_html_1463603507 sedimentology_html_1463603507:1104:72038:72063 Barstow California -0.506230968925011737 +81368 cspg_html_1260733368 cspg_html_1260733368:55:8809:8831 Medicine Hat Niobrara, Nebraska -0.440887830328426711 +81369 cspg_html_3627006433 cspg_html_3627006433:721:73840:73860 Milk River Canada -0.0170838731942537375 +81370 geology_html_7113954805 geology_html_7113954805:15:886:894 Colorado Denver -0.497128548725757735 +81371 palaios_html_3977026753 palaios_html_3977026753:67:9530:9536 Warner Lacombe, Alberta -0.46927678392355654 +81372 gsa_html_4824339911 gsa_html_4824339911:766:79027:79037 Las Cruces Mexico -0.465888175365361257 +81373 aapg_ae_63.html aapg_ae_63.html:372:38301:38319 Adaville Evanston, Wyoming -0.0481796037635088825 +81374 aapg_ae_428.html aapg_ae_428.html:936:73671:73688 Mascall Great Basin -0.0578709660660540678 +81375 aapg_ac_35.html aapg_ac_35.html:316:28347:28353 Denver Colorado -0.438007065376213589 +81376 aapg_ac_198.html aapg_ac_198.html:283:24841:24857 Mt Lytton Texas -0.495853839651622219 +81377 cspg_html_9119878068 cspg_html_9119878068:57:7284:7298 Fort Vermilion Swan Hill, Victoria -0.0233046208724774252 +81378 aapg_ae_574.html aapg_ae_574.html:302:42047:42055 Colorado Denver -0.462512479285274614 +81379 aapg_ae_4.html aapg_ae_4.html:214:24308:24328 Deep Creek Deep Creek Mountains -0.480563058112629005 +81380 aapg_ae_157.html aapg_ae_157.html:54:4748:4764 Maroon Colorado -0.456561440120662909 +81381 aapg_aa_724.html aapg_aa_724.html:86:9054:9070 Lehman Logan, Utah -0.262642861343004519 +81382 aapg_ac_569.html aapg_ac_569.html:295:41519:41540 Kayak Shale Anchorage, Alaska -0.0507694363735156085 +81383 cspg_html_5450075884 cspg_html_5450075884:7:973:981 Lea Park Colorado -0.0642483167942689143 +81384 aapg_ai_95.html aapg_ai_95.html:23:2283:2290 El Abra Matamoros, Tamaulipas -0.479552074346371926 +81385 aapg_ae_226.html aapg_ae_226.html:14:2399:2413 Point Pleasant Kanawha River 0.00145054491803285547 +81386 cspg_html_9343899465 cspg_html_9343899465:579:55696:55708 Hecla Bay Bathurst Island (Northern Territory) 0.31595432682820912 +81387 aapg_ad_350.html aapg_ad_350.html:272:28115:28128 Chemung Terra Alta 0.0273035290847917535 +81388 aapg_af_98.html aapg_af_98.html:170:15458:15462 Wendover Nebraska -0.0368380831673493919 +81389 aapg_ai_367.html aapg_ai_367.html:366:24768:24785 Temblor Rancho Santa Margarita, California -0.463253167093327645 +81390 cspg_html_9222238695 cspg_html_9222238695:542:63642:63650 Columbia Victoria, British Columbia -0.0204677435827045166 +81391 cspg_html_4364132564 cspg_html_4364132564:6:385:402 Cantuar Regina, Saskatchewan -0.0297260284355998494 +81392 aapg_ad_784.html aapg_ad_784.html:386:40491:40499 Monterey Simi Valley -0.86185720374405872 +81393 aapg_aa_696.html aapg_aa_696.html:676:74362:74370 Colorado Logan, Utah -0.497128548725757735 +81394 aapg_ae_71.html aapg_ae_71.html:326:30190:30206 Carmel Carmel, Indiana -0.444451727274864927 +81395 aapg_aa_267.html aapg_aa_267.html:445:37448:37455 Kanawha Greenbrier (Great Smoky Mountains) -0.4597965726108596 +81396 aapg_af_11.html aapg_af_11.html:418:41656:41671 Ouray Leadville, Colorado -0.473653815287124913 +81397 sedimentology_html_3455721661 sedimentology_html_3455721661:319:24430:24437 Entrada Entrada Sandstone -0.00655275945491847703 +81398 cspg_html_4319383223 cspg_html_4319383223:44:7236:7251 Liard Victoria, British Columbia -0.0999460755975218468 +81399 cspg_html_3447886929 cspg_html_3447886929:136:16414:16426 Utica Quebec City -0.426510306242507076 +81400 aapg_ah_496.html aapg_ah_496.html:24:1970:1988 Fayetteville Mississippi River -0.00614971261944179635 +81401 aapg_ac_626.html aapg_ac_626.html:3:216:224 Virginia Virginia -0.0197377379215514133 +81402 cspg_html_7675189126 cspg_html_7675189126:363:47345:47353 Columbia Victoria, British Columbia -0.00490757986669080291 +81403 aapg_ah_978.html aapg_ah_978.html:216:21512:21521 Jacalitos Coalinga, California -0.0131827182184571217 +81404 aapg_aa_732.html aapg_aa_732.html:36:6528:6545 Edwards Balcones Fault -0.491508750292768526 +81405 aapg_ae_928.html aapg_ae_928.html:676:49020:49039 Smackover Cotton Valley, Louisiana -0.0505498065309665512 +81406 jgeology_html_7591890576 jgeology_html_7591890576:78:3361:3367 Oregon Salem, Oregon -0.494566874481706664 +81407 cspg_html_3627006433 cspg_html_3627006433:623:67703:67725 Grand Rapids CFB Cold Lake -0.0999513564431386142 +81408 cspg_html_2865093674 cspg_html_2865093674:43:6997:7019 Gog Jasper National Park -0.443982888348864235 +81409 aapg_ae_370.html aapg_ae_370.html:404:36171:36182 Keasey Alabama -0.448753864703002991 +81410 cspg_html_9717154602 cspg_html_9717154602:170:23557:23564 Bearpaw Lacombe, Alberta -0.0164252377233713442 +81411 aapg_ah_96.html aapg_ah_96.html:69:8790:8808 Deadwood Black Hills 0.409334669224791559 +81412 cspg_html_5541725202 cspg_html_5541725202:103:13556:13567 Mabou Riversdale, New Zealand -0.500402370472918023 +81413 gsa_html_7137974267 gsa_html_7137974267:12:530:542 Saskatchewan Regina, Saskatchewan -0.436898889813044922 +81414 aapg_ah_399.html aapg_ah_399.html:10:1652:1664 Saskatchewan Canada -0.0332519228723545321 +81415 aapg_ac_719.html aapg_ac_719.html:252:29970:29991 Farisita Huerfano, New Mexico -0.441459714368856782 +81416 aapg_ai_583.html aapg_ai_583.html:43:7218:7232 Sundance Powder River (Montana) 0.33533285256044737 +81417 gsa_html_8076575690 gsa_html_8076575690:1322:99440:99447 Dunedin Timaru -0.00682551256752809629 +81418 aapg_aa_647.html aapg_aa_647.html:134:10216:10225 Tuscarora Ohio -0.413661883248239493 +81419 sedimentology_html_2078363788 sedimentology_html_2078363788:673:55435:55439 Hall London, Ontario -0.487631194234456278 +81420 aapg_af_143.html aapg_af_143.html:230:23222:23243 Otter Gold Beach -0.455432903203822237 +81421 aapg_ah_206.html aapg_ah_206.html:103:14817:14834 Madison Melbourne, Florida -0.471432653520514666 +81422 aapg_ai_515.html aapg_ai_515.html:152:17607:17629 Green River Uinta Mountains -0.42655631436454855 +81423 aapg_aa_928.html aapg_aa_928.html:394:46310:46326 Bluff Western world -0.507380013179488221 +81424 aapg_af_880.html aapg_af_880.html:567:87160:87173 Wolfcamp Populus sect. Aegiros -0.440354093294291316 +81425 aapg_ah_96.html aapg_ah_96.html:636:69160:69178 Winnipeg Lacombe, Alberta -0.428317245284791537 +81426 aapg_aa_648.html aapg_aa_648.html:171:20087:20094 Norfolk Cape Hatteras Light -0.456337429672799166 +81427 cspg_html_6334734829 cspg_html_6334734829:233:24830:24848 Tantalus Indian River (Florida) -0.494566874481706664 +81428 cspg_html_6163998187 cspg_html_6163998187:523:60170:60178 Columbia Canada -0.0130958394444989339 +81429 aapg_ae_293.html aapg_ae_293.html:215:25479:25485 Oregon Reno, Nevada -0.489955605215405154 +81430 aapg_ac_216.html aapg_ac_216.html:37:3995:4001 Midway Hitchcock County, Nebraska -0.486548633935625752 +81431 gsa_html_5601712699 gsa_html_5601712699:876:75775:75799 Modelo California -0.438007065376213589 +81432 aapg_aa_621.html aapg_aa_621.html:602:72392:72410 Frontier Cheyenne, Wyoming -0.0160151207401750574 +81433 jgeology_html_2401877359 jgeology_html_2401877359:1185:70631:70649 Glenwood Michigan Basin -0.423194790791884379 +81434 aapg_af_901.html aapg_af_901.html:214:21619:21625 Midway Anderson County, South Carolina -0.460410000722277057 +81435 aapg_ac_333.html aapg_ac_333.html:1040:125537:125557 Phosphoria Logan, Utah 0.00132025624175985054 +81436 gsa_html_6281658899 gsa_html_6281658899:575:67611:67639 Green River Cheyenne, Wyoming -0.0547727444641468442 +81437 geology_html_2052091332 geology_html_2052091332:257:20285:20290 Piper Texas -0.00335971886746322954 +81438 aapg_ai_791.html aapg_ai_791.html:205:32689:32706 El Plan Honduras -0.47829406272822006 +81439 aapg_ah_871.html aapg_ah_871.html:437:48739:48746 Pamelia Lowville (town), New York -0.213470989081129936 +81440 cspg_html_3178645840 cspg_html_3178645840:250:28621:28641 Baldonnel Western world -0.0381938711768296663 +81441 cspg_html_1781462584 cspg_html_1781462584:137:16796:16809 Madison Arizona -0.0319332868238770828 +81442 sedimentology_html_3181527419 sedimentology_html_3181527419:40:3804:3820 Supai Arizona -0.462348471732962063 +81443 aapg_ai_861.html aapg_ai_861.html:3:237:254 Ivishak North Slope Borough, Alaska -0.0102845739324916134 +81444 aapg_af_50.html aapg_af_50.html:862:76821:76829 Colorado Colorado -0.509950154901790187 +81445 aapg_ae_106.html aapg_ae_106.html:313:21472:21480 Anguille Gabon 0.0244659336332528031 +81446 aapg_ai_958.html aapg_ai_958.html:154:16473:16479 Goliad Richmond, California -0.0062678467546358578 +81447 aapg_af_218.html aapg_af_218.html:53:5440:5454 Monterey Monterey, California -0.0275887108223223723 +81448 cspg_html_7281679890 cspg_html_7281679890:454:76351:76373 Kekiktuk Anchorage, Alaska -0.0156084863745100371 +81449 gsa_html_6117440194 gsa_html_6117440194:612:62344:62354 Fort Union Wasatch Range -0.442595627901035182 +81450 aapg_ah_244.html aapg_ah_244.html:22:2600:2634 Cathedral Colorado -0.475325709854034217 +81451 aapg_ai_583.html aapg_ai_583.html:316:37878:37886 Sundance Cheyenne, Wyoming -0.0165833779978511626 +81452 gsa_html_4820340337 gsa_html_4820340337:822:66427:66432 Lyell London, Ontario -0.417415641024188155 +81453 aapg_ac_187.html aapg_ac_187.html:3626:344923:344940 Tamabra Matamoros, Tamaulipas -0.471501691978871318 +81454 aapg_ai_17.html aapg_ai_17.html:1531:109005:109011 Lissie Texas -0.0811530637040894093 +81455 palaios_html_3384603985 palaios_html_3384603985:324:31245:31275 Holder New Mexico -0.0126805624942423392 +81456 AMJC_html_1938223835 AMJC_html_1938223835:726:94963:94967 Reno Reno, Nevada -0.44844429668252761 +81457 aapg_ad_580.html aapg_ad_580.html:365:44710:44730 Fort Union Powder River (Montana) 0.0256760172657262385 +81458 cspg_html_3385840278 cspg_html_3385840278:186:25578:25586 Columbia Victoria, British Columbia -0.466144329889246756 +81459 cspg_html_6014123208 cspg_html_6014123208:614:67592:67610 Dunvegan Lacombe, Alberta -0.0551773863969227188 +81460 aapg_ae_73.html aapg_ae_73.html:826:105941:105951 Las Animas Colorado -0.0849117184576473893 +81461 cspg_html_9941227593 cspg_html_9941227593:61:8546:8589 Bakken Williston Basin -0.0164252377233713442 +81462 cspg_html_3447886929 cspg_html_3447886929:1240:116978:116999 Lawrence Canada -0.0157388171484894208 +81463 aapg_ah_370.html aapg_ah_370.html:179:13461:13473 Ferron Point Rockport, Massachusetts -0.0228978336199521272 +81464 cspg_html_9717154602 cspg_html_9717154602:314:45691:45699 Columbia Victoria, British Columbia -0.0144772441484254995 +81465 aapg_ae_391.html aapg_ae_391.html:559:51416:51423 Rustler West Texas -0.0114886275572314532 +81466 aapg_ac_406.html aapg_ac_406.html:77:6725:6732 Hosston Cotton Valley, Louisiana -0.000889435409818231594 +81467 gsa_html_2832151886 gsa_html_2832151886:93:8682:8696 Colorado Westgate, Canterbury -0.478911234884053072 +81468 cspg_html_5210692627 cspg_html_5210692627:300:37937:37958 Peace River CFB Cold Lake -0.464656465989479628 +81469 jgeology_html_4115179562 jgeology_html_4115179562:743:54411:54436 Bays Virginia -0.0116571637323025015 +81470 sedimentology_html_2898428289 sedimentology_html_2898428289:1301:66101:66119 Winnipegosis Regina, Saskatchewan 0.673614463988343348 +81471 cspg_html_8581304260 cspg_html_8581304260:224:28606:28631 Ashcroft Rattlesnake Hills AVA -0.443715087361728711 +81472 aapg_ac_502.html aapg_ac_502.html:14:1548:1559 Kaiparowits Mesa, Arizona -0.00832481152182470464 +81473 cspg_html_4530154552 cspg_html_4530154552:64:11118:11150 Montney Victoria, British Columbia -0.0449948948439064453 +81474 cspg_html_4568084707 cspg_html_4568084707:6:396:418 Cooking Lake Lacombe, Alberta -0.0873291613779223347 +81475 geology_html_1098024541 geology_html_1098024541:217:21307:21315 Colorado Pueblo, Colorado -0.477130519718023338 +81476 cspg_html_7985076717 cspg_html_7985076717:128:15241:15261 Weatherall Melville Island (Canada) -0.213978225431149166 +81477 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53717:53729 Salina Michigan Basin -0.112032814718600507 +81478 gsa_html_3014459865 gsa_html_3014459865:650:67599:67608 New River Virginia -0.231688537830768898 +81479 AMJC_html_6539706032 AMJC_html_6539706032:1129:108928:108944 Westerly Granite Hartford, Connecticut -0.462143504710773534 +81480 sedimentology_html_8983980897 sedimentology_html_8983980897:416:26295:26301 Madrid Spain -0.0468588775503323562 +81481 sedimentology_html_8097871643 sedimentology_html_8097871643:1923:87356:87362 Denver Colorado -0.456479975332736432 +81482 aapg_ai_871.html aapg_ai_871.html:9:1075:1083 Colorado Colorado -0.493411698974303814 +81483 palaios_html_1574666570 palaios_html_1574666570:58:5464:5485 Skaneateles Ohio -0.022564066972144893 +81484 geology_html_8519012105 geology_html_8519012105:290:23081:23085 Peel Antarctic Peninsula -0.462166276497962936 +81485 aapg_af_470.html aapg_af_470.html:164:16381:16388 Madison Cheyenne, Wyoming -0.0870238373427409395 +81486 aapg_ae_535.html aapg_ae_535.html:39:5014:5022 Sitkinak Kodiak Island -0.457532796484121151 +81487 gsa_html_7477980091 gsa_html_7477980091:950:85145:85173 Green River Colorado -0.0144772441484254995 +81488 aapg_ac_5.html aapg_ac_5.html:175:17203:17217 Edmonton Lacombe, Alberta -0.451351189275800146 +81489 cspg_html_3804945581 cspg_html_3804945581:50:5120:5138 Scollard Saint Kitts and Nevis -0.460146402321772174 +81490 cspg_html_6306091047 cspg_html_6306091047:16:2361:2381 Baldonnel Victoria, British Columbia -0.443715087361728711 +81491 AMJC_html_1938223835 AMJC_html_1938223835:829:102907:102924 Waweig New Brunswick, New Jersey -0.462261924354454456 +81492 gsa_html_3211466538 gsa_html_3211466538:171:12660:12688 Green River Colorado -0.040359343442637502 +81493 cspg_html_8089302449 cspg_html_8089302449:212:35811:35822 Thiensville Wisconsin -0.0972168541157982236 +81494 cspg_html_6566356550 cspg_html_6566356550:281:38977:38995 Otto Fiord China -0.0031964218159343861 +81495 cspg_html_9912281240 cspg_html_9912281240:584:68724:68740 Viking Lacombe, Alberta -0.43374114370115191 +81496 palaios_html_8113714689 palaios_html_8113714689:98:9762:9780 Au Train Munising, Michigan 0.358176785995809766 +81497 gsa_html_4408649953 gsa_html_4408649953:360:31706:31717 Summerville Summerville, South Carolina -0.474815026513922711 +81498 aapg_ah_536.html aapg_ah_536.html:184:24455:24470 Hosston Travis County, Texas 0.585231421498597415 +81499 gsa_html_6982030333 gsa_html_6982030333:1263:116745:116751 Oregon Salem, Oregon -0.459837454744856933 +81500 aapg_af_653.html aapg_af_653.html:85:8249:8257 Monterey California -0.406064106623596766 +81501 gsa_html_4618399939 gsa_html_4618399939:11:518:527 San Diego La Jolla -0.470510360514459824 +81502 aapg_aa_798.html aapg_aa_798.html:258:31524:31541 Wingate Logan, Utah -0.477714414009500876 +81503 cspg_html_6140605204 cspg_html_6140605204:96:13882:13898 Elk Kootenay River -0.0341270386384278437 +81504 cspg_html_4319383223 cspg_html_4319383223:291:35407:35424 Halfway Lacombe, Alberta -0.487870386185061844 +81505 sedimentology_html_7427713687 sedimentology_html_7427713687:765:52891:52909 Fayetteville Arkansas -0.2309562490938738 +81506 aapg_ac_742.html aapg_ac_742.html:76:9326:9349 Gypsum Spring Spearfish, South Dakota -0.122774978730860129 +81507 gsa_html_6913936157 gsa_html_6913936157:63:4890:4918 Green River Colorado -0.0129533588216162645 +81508 cspg_html_9816695305 cspg_html_9816695305:30:2438:2443 Banff Moose Mountain (Alberta) -0.45837367399533685 +81509 cspg_html_5308103526 cspg_html_5308103526:460:42120:42129 Mackenzie Lacombe, Alberta 0.00829353945746899406 +81510 cspg_html_8121068096 cspg_html_8121068096:5:201:222 Melville Island Banks Island -0.410654977258053444 +81511 gsa_html_8010927234 gsa_html_8010927234:196:13329:13345 Clough Quartzite Rangeley, Maine -0.405978297323881077 +81512 geology_html_7594699567 geology_html_7594699567:13:556:566 Pittsburgh Pennsylvania -0.0290477532032288703 +81513 aapg_aa_654.html aapg_aa_654.html:10:1864:1874 Nacimiento New Mexico -0.464533160716817162 +81514 gsa_html_8332762949 gsa_html_8332762949:55:3682:3710 Green River Colorado 0.039072882780770507 +81515 gsa_html_3408312461 gsa_html_3408312461:602:60809:60837 Green River Colorado -0.028972971193404428 +81516 aapg_ae_583.html aapg_ae_583.html:617:59051:59057 Denver Long Beach, California -0.0438854131077835025 +81517 aapg_ac_635.html aapg_ac_635.html:3:442:461 Hornbrook Siskiyou County, California -0.0473711120814198014 +81518 aapg_ad_836.html aapg_ad_836.html:895:75663:75668 Viola Chattanooga, Tennessee 0.00277949417154689906 +81519 aapg_ac_206.html aapg_ac_206.html:73:9495:9504 Rochester Rochester, Kent -0.052523223879062067 +81520 aapg_ad_814.html aapg_ad_814.html:8:862:874 Dockum Santa Rosa, California -0.0749431340118393574 +81521 gsa_html_4137054086 gsa_html_4137054086:1095:77249:77280 Stirling Cape Breton Island -0.491047216471885206 +81522 cspg_html_2101832254 cspg_html_2101832254:8:824:841 Sikanni Anchorage, Alaska -0.473010388882843136 +81523 geology_html_8106588521 geology_html_8106588521:149:13457:13478 Green River Cheyenne, Wyoming -0.0301590999875516533 +81524 cspg_html_9735723617 cspg_html_9735723617:702:85245:85263 Imperial Ellesmere Island 0.0269696652551640326 +81525 aapg_aa_260.html aapg_aa_260.html:314:30383:30397 Lisburne Anchorage, Alaska -0.0916692289916149899 +81526 sedimentology_html_8076752814 sedimentology_html_8076752814:806:55998:56024 Monterey California -0.448327675040319895 +81527 aapg_ai_501.html aapg_ai_501.html:73:6835:6848 Lone Mountain Logan, Utah -0.0438697385751906713 +81528 aapg_ae_884.html aapg_ae_884.html:295:39452:39465 Bearpaw Colorado 0.068648189956356867 +81529 aapg_ae_147.html aapg_ae_147.html:317:32883:32887 Pico South Mountains (Arizona) -0.415098432787898985 +81530 aapg_ad_918.html aapg_ad_918.html:525:57294:57302 Colorado Colorado -0.0691394144300454816 +81531 aapg_ad_466.html aapg_ad_466.html:189:22202:22219 Mount Laurel Navesink River -0.445821657118386561 +81532 aapg_ah_416.html aapg_ah_416.html:187:16004:16011 Pakowki Burdett, Kansas 0.847353812892543745 +81533 aapg_af_598.html aapg_af_598.html:145:11764:11782 Seminole Talala, Oklahoma -0.452882496357985831 +81534 aapg_ai_49.html aapg_ai_49.html:767:98100:98108 Sundance Black Hills -0.411722422844691849 +81535 cspg_html_6306091047 cspg_html_6306091047:510:69265:69274 Baldonnel Victoria, British Columbia -0.48715769815048382 +81536 aapg_aa_954.html aapg_aa_954.html:220:19485:19501 Menard Pottsville, Pennsylvania -0.422193206436869806 +81537 aapg_ae_993.html aapg_ae_993.html:41:5208:5230 Souris River Williston, Vermont -0.440254051746647612 +81538 aapg_ae_474.html aapg_ae_474.html:95:8851:8873 Paint Creek Bethel, Alaska -0.0445280936514478309 +81539 aapg_ai_249.html aapg_ai_249.html:78:12308:12314 Sierra Guatemala -0.451787799117909672 +81540 gsa_html_1749840616 gsa_html_1749840616:66:4854:4882 Green River Iran -0.0585550031633762166 +81541 aapg_ae_335.html aapg_ae_335.html:302:27681:27687 Denver Colorado -0.486457311735010611 +81542 cspg_html_1201397701 cspg_html_1201397701:14:1279:1294 Sooke Astoria, Oregon -0.443732938342886629 +81543 aapg_aa_684.html aapg_aa_684.html:167:16716:16730 Jelm Cheyenne, Wyoming 0.00259187716092955768 +81544 palaios_html_1018466366 palaios_html_1018466366:1588:139941:139957 Viking Central Alberta -0.00574666843220395917 +81545 cspg_html_4031489103 cspg_html_4031489103:382:58377:58395 Sheppard Pend Oreille River -0.471589148494391819 +81546 aapg_af_298.html aapg_af_298.html:216:23219:23228 Aux Vases Long Island -0.032117678128361131 +81547 aapg_af_128.html aapg_af_128.html:427:40714:40734 Wood River Boise, Idaho 0.294443545865803125 +81548 cspg_html_6252417471 cspg_html_6252417471:115:17757:17778 Christopher Banks Island 0.376389327147119424 +81549 cspg_html_1019614994 cspg_html_1019614994:81:15216:15232 Exshaw Regina, Saskatchewan -0.105687257808622995 +81550 aapg_ae_324.html aapg_ae_324.html:194:18763:18772 Blackford Knoxville, Tennessee -0.0243094643332863146 +81551 AMJC_html_8745118655 AMJC_html_8745118655:1106:93468:93484 Fish Canyon Tuff Colorado -0.0237009875122112385 +81552 aapg_ad_338.html aapg_ad_338.html:261:28244:28251 Magothy Woodbury, New Jersey -0.427843250012949428 +81553 cspg_html_8207916783 cspg_html_8207916783:140:21081:21099 Cardium Lacombe, Alberta -0.427645821637091417 +81554 aapg_aa_323.html aapg_aa_323.html:96:9127:9144 Temblor California -0.444945382159606273 +81555 aapg_ac_825.html aapg_ac_825.html:547:62764:62772 Monterey Emery Theatre 0.89995526516052804 +81556 aapg_ae_31.html aapg_ae_31.html:53:5378:5396 Fayetteville Batesville, Arkansas -0.503853986857278446 +81557 sedimentology_html_7390870545 sedimentology_html_7390870545:969:76837:76850 Carlile Hittin -0.473478498078647947 +81558 aapg_af_244.html aapg_af_244.html:75:7614:7634 San Felipe Tampico, Illinois -0.00292541869155533898 +81559 sedimentology_html_9633602572 sedimentology_html_9633602572:1274:64477:64516 Leduc Rimbey, Alberta -0.461219460550356897 +81560 aapg_aa_232.html aapg_aa_232.html:279:31670:31680 Duck Creek Texas -0.455197874748240694 +81561 gsa_html_2832151886 gsa_html_2832151886:328:24956:24979 Belle Fourche Lacombe, Alberta -0.0223919711537192666 +81562 aapg_ad_557.html aapg_ad_557.html:8391:389294:389317 Brushy Canyon West, Texas -0.0209613827792686502 +81563 aapg_ac_726.html aapg_ac_726.html:5:889:903 Frontier Powder River Basin -0.0228978336199521272 +81564 gsa_html_3796906629 gsa_html_3796906629:741:60430:60458 Green River Colorado 0.0225884038971819467 +81565 aapg_ah_53.html aapg_ah_53.html:25:3207:3215 Golconda Illinois -0.0547884413367194789 +81566 gsa_html_4979086512 gsa_html_4979086512:957:76468:76496 Green River Iran -0.113903781633195589 +81567 aapg_af_468.html aapg_af_468.html:300:27953:27967 Frio Brazoria County, Texas -0.021507182733615033 +81568 aapg_ac_983.html aapg_ac_983.html:398:62453:62463 Lane Plattsburg, Missouri -0.445338708488509594 +81569 AMJC_html_3384252704 AMJC_html_3384252704:1418:127808:127816 Virginia Reston, Virginia -0.0060576376426468119 +81570 gsa_html_1578715955 gsa_html_1578715955:774:64937:64945 Colorado Anchorage, Alaska -0.506638588954896441 +81571 aapg_af_494.html aapg_af_494.html:265:29026:29051 Red Head Rapids East Bay (San Francisco Bay Area) -0.471099044200062878 +81572 aapg_ad_695.html aapg_ad_695.html:281:17558:17571 Carrizo Texas -0.0142044328576254025 +81573 palaios_html_7274959329 palaios_html_7274959329:52:6053:6066 Potsdam Quebec City -0.4391432028015122 +81574 aapg_ac_807.html aapg_ac_807.html:720:71560:71578 Waccamaw Charleston, South Carolina -0.505093093122894188 +81575 aapg_ai_861.html aapg_ai_861.html:71:10449:10464 Wahoo Prudhoe Bay Oil Field -0.045989547021837239 +81576 gsa_html_4557277250 gsa_html_4557277250:19:1319:1344 Mount Wrightson Arizona -0.457650607934439568 +81577 cspg_html_7201476813 cspg_html_7201476813:445:55759:55783 Amaranth Manitoba -0.235018652222382274 +81578 aapg_ai_159.html aapg_ai_159.html:91:9890:9897 Chagres San Juan, Argentina -0.484310536940914471 +81579 cspg_html_9343899465 cspg_html_9343899465:2199:202088:202096 Imina Bathurst Island (Northern Territory) -0.0115181647621516343 +81580 aapg_ac_940.html aapg_ac_940.html:521:56299:56305 Jordan Delaware River -0.419821054978222807 +81581 aapg_ae_581.html aapg_ae_581.html:3:209:224 Eagle Judith River Formation -0.0718550647759935851 +81582 aapg_ai_139.html aapg_ai_139.html:4:403:408 Leduc Lacombe, Alberta 0.417786819866466541 +81583 cspg_html_9343899465 cspg_html_9343899465:91:12819:12829 Blue Fiord Ellesmere Island 0.286606540797473608 +81584 aapg_ae_876.html aapg_ae_876.html:315:33390:33414 Cedar Mountain Blanding, Utah -0.441486425747427802 +81585 aapg_af_788.html aapg_af_788.html:356:29126:29134 Traverse Antrim, County Antrim -0.418594786961453691 +81586 gsa_html_6117440194 gsa_html_6117440194:511:50932:50950 Morrison Canada -0.437049524484892205 +81587 aapg_aa_922.html aapg_aa_922.html:65:6139:6150 Black River Stones River -0.00425264554680848412 +81588 aapg_af_854.html aapg_af_854.html:831:117369:117388 Aux Vases Missouri River -0.441406293921039528 +81589 gsa_html_2511975820 gsa_html_2511975820:62:4526:4554 Green River Colorado -0.0320063471843775108 +81590 geology_html_4907985690 geology_html_4907985690:180:19225:19242 Paradox Logan, Utah 0.840289675484868104 +81591 aapg_ai_28.html aapg_ai_28.html:838:80269:80275 Lissie Victoria, British Columbia -0.458784199315796892 +81592 aapg_ad_659.html aapg_ad_659.html:458:65549:65583 Solor Church Rice County, Kansas -0.489913286480908206 +81593 cspg_html_2826081830 cspg_html_2826081830:64:9947:9959 Grand Rapids Waseca, Minnesota -0.470179399208385473 +81594 cspg_html_5940878099 cspg_html_5940878099:506:50991:51001 Dawson Bay Manitoba 0.949199218900843467 +81595 aapg_ad_250.html aapg_ad_250.html:143:13899:13914 Salem Gibson County, Tennessee 0.00828311544079899167 +81596 cspg_html_5345848475 cspg_html_5345848475:121:16467:16490 Medicine Hat Lacombe, Alberta -0.47032647773667996 +81597 cspg_html_8694594891 cspg_html_8694594891:326:33051:33069 Billings Utica, New York -0.436929900849743147 +81598 cspg_html_3597281324 cspg_html_3597281324:6:380:398 Scollard Lacombe, Alberta 0.917247736072749897 +81599 cspg_html_3187264334 cspg_html_3187264334:488:54953:54970 Cardium Lacombe, Alberta -0.47564012534835387 +81600 aapg_ae_126.html aapg_ae_126.html:133:13332:13351 Tuscarora Preston, Lancashire -0.437395189905717741 +81601 aapg_ae_805.html aapg_ae_805.html:202:23621:23628 Hermosa Madera County, California -0.470402324720386178 +81602 aapg_ae_594.html aapg_ae_594.html:130:15501:15515 Buda Del Rio, Tennessee -0.0248831928885421966 +81603 cspg_html_6255491344 cspg_html_6255491344:59:9388:9406 Kootenay Kootenay River -0.0265836451265893982 +81604 sedimentology_html_2709430059 sedimentology_html_2709430059:485:54282:54303 Gull Island Clare County, Michigan -0.465945346292333973 +81605 aapg_aa_4.html aapg_aa_4.html:203:27179:27185 Ithaca Ithaca, New York -0.506854469137183239 +81606 aapg_ah_318.html aapg_ah_318.html:512:59987:60006 Smackover Arkansas -0.37071008147825002 +81607 aapg_aa_537.html aapg_aa_537.html:669:78410:78428 Cuyahoga Ohio -0.0031964218159343861 +81608 gsa_html_2178342427 gsa_html_2178342427:924:86215:86221 Denver Cheyenne, Wyoming -0.446110205830797302 +81609 cspg_html_6163691495 cspg_html_6163691495:1121:93905:93936 Madison Cheyenne, Wyoming -0.0327787274578006591 +81610 aapg_ae_602.html aapg_ae_602.html:654:77396:77402 Denver Colorado -0.50743042537916494 +81611 cspg_html_1841843683 cspg_html_1841843683:26:4023:4036 Gypsum Spring Williston Basin 0.834131984372251223 +81612 aapg_af_11.html aapg_af_11.html:243:25938:25953 Leadville Logan, Utah 0.995052394672530927 +81613 aapg_ad_918.html aapg_ad_918.html:40:5840:5853 Niobrara Niobrara, Nebraska -0.403854725824422056 +81614 cspg_html_3043607457 cspg_html_3043607457:9:1106:1139 Lodgepole Manitoba -0.520809755911655681 +81615 aapg_ae_692.html aapg_ae_692.html:229:24791:24811 Basal Williston, Vermont -0.45644603384473742 +81616 aapg_ai_11.html aapg_ai_11.html:324:43613:43634 Fredericksburg Decorah, Iowa -0.469230874046953295 +81617 cspg_html_5241714595 cspg_html_5241714595:115:17993:18012 Keg River Lacombe, Alberta -0.463697875765281653 +81618 aapg_ah_528.html aapg_ah_528.html:16:1770:1780 Candelaria Reno, Nevada -0.0221990173255812127 +81619 cspg_html_8797277909 cspg_html_8797277909:672:81649:81674 Beaverhill Lacombe, Alberta -0.0180709945054990453 +81620 aapg_aa_621.html aapg_aa_621.html:44:5540:5550 Wind River Cheyenne, Wyoming -0.477123570959987586 +81621 aapg_ac_825.html aapg_ac_825.html:89:9299:9307 Monterey Monterey, California -0.0308043870775981631 +81622 aapg_ae_63.html aapg_ae_63.html:264:27263:27273 Wind River Cheyenne, Wyoming -0.0660092563498428514 +81623 aapg_ai_592.html aapg_ai_592.html:201:33653:33658 Ouray Uinta Mountains -0.465705253187009671 +81624 aapg_af_971.html aapg_af_971.html:14:632:640 Colorado Denver -0.500366664778552739 +81625 aapg_ai_593.html aapg_ai_593.html:1762:179898:179906 Woodbine Texas -0.462398581950347165 +81626 aapg_ai_96.html aapg_ai_96.html:123:14013:14022 Vicksburg Texas -0.478767343423892489 +81627 aapg_ah_387.html aapg_ah_387.html:618:62900:62909 Knoxville Sierra Nevada (Spain) -0.464533160716817162 +81628 aapg_af_799.html aapg_af_799.html:721:56077:56091 Ione California -0.469038078694436811 +81629 palaios_html_2276475028 palaios_html_2276475028:423:49273:49291 Morrison Logan, Utah -0.00200123251374013846 +81630 cspg_html_4680804918 cspg_html_4680804918:488:64248:64258 Bow Island Milk River, Alberta -0.477121254719662491 +81631 aapg_ai_750.html aapg_ai_750.html:180:20063:20082 Norphlet Alabama -0.114380966197929132 +81632 aapg_ah_81.html aapg_ah_81.html:16:1607:1612 Sligo England -0.43333944764882032 +81633 aapg_ai_699.html aapg_ai_699.html:653:72443:72462 Fort Ann Bennington, Vermont -0.022564066972144893 +81634 aapg_ac_380.html aapg_ac_380.html:162:20427:20435 Coeymans New Scotland, New York -0.477234757760444439 +81635 cspg_html_2372201862 cspg_html_2372201862:11:1243:1255 Grand Rapids Clearwater, Florida -0.0408468169477428783 +81636 aapg_ac_995.html aapg_ac_995.html:313:24587:24595 Colorado New Mexico -0.0306147978884375553 +81637 aapg_ah_476.html aapg_ah_476.html:59:8627:8632 Atoka Pottsville, Pennsylvania 0.041726075453029636 +81638 gsa_html_5788982444 gsa_html_5788982444:586:56334:56344 Santa Cruz Sierra Nevada (Spain) -0.481905893496514026 +81639 aapg_ae_85.html aapg_ae_85.html:15:1434:1440 Brazil Mid-Atlantic Ridge -0.463526807661379381 +81640 cspg_html_9343899465 cspg_html_9343899465:58:8431:8435 Fram Ellesmere Island -0.249606062904978415 +81641 gsa_html_1826402027 gsa_html_1826402027:135:14946:14964 Moenkopi Colorado -0.248935279759224859 +81642 aapg_ac_59.html aapg_ac_59.html:3:392:401 San Diego California 0.0182239329046336093 +81643 aapg_ah_775.html aapg_ah_775.html:357:41104:41112 Colorado New Mexico -0.439858437383654544 +81644 cspg_html_6290430388 cspg_html_6290430388:898:86551:86559 Montreal Quebec City -0.434558307819543299 +81645 gsa_html_4837287019 gsa_html_4837287019:14:665:675 Washington Seattle -0.0485106911577510083 +81646 sedimentology_html_8510537334 sedimentology_html_8510537334:1641:125656:125690 Juniata Pennsylvania -0.431219036147121426 +81647 gsa_html_2023933346 gsa_html_2023933346:1220:113009:113019 Capistrano California -0.458822766590828601 +81648 aapg_ai_87.html aapg_ai_87.html:719:74584:74599 Banff Wapiti, Wyoming -0.483332474615108865 +81649 aapg_ah_96.html aapg_ah_96.html:434:50408:50432 Stonewall Williston, Vermont 0.0254917166036998516 +81650 aapg_ae_904.html aapg_ae_904.html:287:29874:29890 Dakota Northern Great Plain -0.408388062652851769 +81651 geology_html_8519254096 geology_html_8519254096:11:503:513 Washington Seattle -0.0428823001474314888 +81652 aapg_ad_2.html aapg_ad_2.html:1212:165511:165527 Hatter Black River, Jamaica -0.474992922950619234 +81653 aapg_ah_489.html aapg_ah_489.html:28:3306:3313 Genesee Middlesex -0.0190651145503429667 +81654 geology_html_2822996439 geology_html_2822996439:338:25730:25740 Washington McCrory, Arkansas -0.447135398674851747 +81655 aapg_ad_194.html aapg_ad_194.html:100:10821:10829 Stirling Spring Mountains National Recreation Area -0.100738284875603379 +81656 aapg_ah_469.html aapg_ah_469.html:235:17932:17943 Winona Mississippi River 0.328365257044446746 +81657 aapg_aa_357.html aapg_aa_357.html:25:2435:2442 Wingate Carmel, Indiana -0.488872438533925924 +81658 cspg_html_2536163557 cspg_html_2536163557:628:89769:89777 Columbia Victoria, British Columbia -0.477269506555081602 +81659 aapg_ah_436.html aapg_ah_436.html:136:13082:13087 Colon Lake Maracaibo -0.478488911708928044 +81660 aapg_ac_841.html aapg_ac_841.html:13:1680:1689 Mosquitia Honduras -0.462193603410137988 +81661 aapg_ah_288.html aapg_ah_288.html:156:15987:16006 Sterling Anchorage, Alaska -0.424322003042767071 +81662 aapg_ah_464.html aapg_ah_464.html:56:9862:9872 Pottsville Mexico 0.042483524984659779 +81663 aapg_ae_223.html aapg_ae_223.html:298:35974:35986 Wasatch Bridger, Montana 0.41781721505766134 +81664 aapg_ah_638.html aapg_ah_638.html:66:6525:6535 Citronelle Melbourne, Florida -0.459839726029242057 +81665 cspg_html_4404071326 cspg_html_4404071326:456:49275:49311 Albert Canada -0.456371367070690814 +81666 palaios_html_5340655380 palaios_html_5340655380:709:58977:59009 Smithers Texas -0.0447475566663644089 +81667 gsa_html_2023933346 gsa_html_2023933346:100:9272:9282 San Miguel Santa Cruz Island -0.457582637906406409 +81668 aapg_ad_233.html aapg_ad_233.html:80:7758:7790 Tensleep Cheyenne, Wyoming -0.422147407249121198 +81669 aapg_af_16.html aapg_af_16.html:283:28011:28029 Frontier Cheyenne, Wyoming -0.0183473272088317541 +81670 gsa_html_7102550258 gsa_html_7102550258:351:39497:39514 Todilto New Mexico -0.498053805119432369 +81671 aapg_af_621.html aapg_af_621.html:29:3242:3252 Cumberland Wabash River -0.100549900041801185 +81672 gsa_html_3436154175 gsa_html_3436154175:1032:83729:83735 Oxford England -0.458913519660435476 +81673 aapg_ai_31.html aapg_ai_31.html:95:10661:10670 Catahoula Texas -0.0389336281325362993 +81674 jgeology_html_8904089554 jgeology_html_8904089554:883:42132:42141 Wolfville Canada -0.478702368018989743 +81675 aapg_af_291.html aapg_af_291.html:427:47585:47593 Lisburne Prudhoe Bay Oil Field -0.01748532023179648 +81676 aapg_ae_705.html aapg_ae_705.html:159:16395:16409 Pico Royal Botanic Gardens, Kew -0.484086347872667577 +81677 palaios_html_1803946422 palaios_html_1803946422:46:4478:4495 Belly River Canada -0.44961357796588941 +81678 aapg_ad_440.html aapg_ad_440.html:447:42238:42249 Warsaw Iowa 0.251927781352555169 +81679 cspg_html_4326384800 cspg_html_4326384800:210:26244:26259 Nisku Lacombe, Alberta -0.0205772469001918069 +81680 gsa_html_4617384628 gsa_html_4617384628:864:68364:68392 Green River New Mexico -0.0295955881019379606 +81681 aapg_aa_351.html aapg_aa_351.html:165:18187:18193 Wilcox Missouri River -0.0121732026878597095 +81682 gsa_html_7499737388 gsa_html_7499737388:592:46805:46821 Walnut Texas -0.51153614920294399 +81683 cspg_html_9613527162 cspg_html_9613527162:187:25931:25948 Pekisko Moose Mountain (Alberta) -0.0713058779535049869 +81684 aapg_af_695.html aapg_af_695.html:114:11197:11202 Yegua Texas -0.434558307819543299 +81685 cspg_html_6108854431 cspg_html_6108854431:65:9936:9948 Hillsborough Dorchester, Dorset -0.0415049470252112224 +81686 aapg_ad_466.html aapg_ad_466.html:1402:149314:149322 Monmouth Closter, New Jersey -0.0334398147432133225 +81687 aapg_ah_450.html aapg_ah_450.html:145:13287:13293 Conway Williamson County, Texas -0.425358634701132332 +81688 aapg_ac_11.html aapg_ac_11.html:33:3207:3221 Rome Morgan County, Indiana -0.402735827369643196 +81689 aapg_aa_906.html aapg_aa_906.html:87:9864:9874 Fort Union Wasatch Range -0.451751782124743317 +81690 gsa_html_8951179545 gsa_html_8951179545:450:55300:55312 Wilcox Sevier orogeny -0.0708669192229898631 +81691 aapg_ah_435.html aapg_ah_435.html:94:12117:12121 Buda Texas 0.951258912708044302 +81692 cspg_html_7086880709 cspg_html_7086880709:358:47476:47496 Pine Point Buffalo National River -0.0430268388278426187 +81693 cspg_html_6038396142 cspg_html_6038396142:61:8976:8984 Winnipeg Red River of the North -0.456608964648804683 +81694 aapg_ah_339.html aapg_ah_339.html:252:24877:24898 Beech River Lockport (city), New York -0.0558000933970826327 +81695 aapg_ah_691.html aapg_ah_691.html:49:8418:8447 Smackover El Salvador -0.454475093508583283 +81696 aapg_af_892.html aapg_af_892.html:644:62555:62571 San Andres San Angelo, Texas -0.42658041474227687 +81697 cspg_html_4270552951 cspg_html_4270552951:151:22212:22224 Pierre Manitoba -0.582200404474993105 +81698 palaios_html_1222907427 palaios_html_1222907427:685:64576:64604 Green River Cheyenne, Wyoming 0.323023756825099595 +81699 cspg_html_9361096527 cspg_html_9361096527:863:76136:76144 Foremost Lacombe, Alberta -0.460091874413590562 +81700 cspg_html_8057060038 cspg_html_8057060038:295:32800:32808 Columbia Piedmont (United States) -0.4597965726108596 +81701 cspg_html_5345848475 cspg_html_5345848475:336:38932:38942 Deer Creek Niobrara, Nebraska -0.00382529052751042712 +81702 aapg_ac_696.html aapg_ac_696.html:3:301:319 Palliser Lacombe, Alberta 0.312690021098912696 +81703 aapg_ae_842.html aapg_ae_842.html:30:3555:3579 Swift Toole County, Montana 0.00245985052169809008 +81704 gsa_html_1826402027 gsa_html_1826402027:633:74199:74208 Flagstaff Arizona -0.481945488841025893 +81705 aapg_ah_997.html aapg_ah_997.html:67:12768:12778 Washington Arlington National Cemetery -0.202431506499421127 +81706 aapg_ad_466.html aapg_ad_466.html:368:44463:44470 Patuxent Patapsco River -0.459837454744856933 +81707 cspg_html_5538678223 cspg_html_5538678223:620:59564:59577 Red Rock Victoria, British Columbia -0.480644453081816247 +81708 cspg_html_4298557570 cspg_html_4298557570:6:346:365 Paskapoo Lacombe, Alberta -0.0137248477945169315 +81709 gsa_html_1363375228 gsa_html_1363375228:911:79413:79433 Bechler Conglomerate Boise, Idaho -0.48184068160181448 +81710 gsa_html_1119256423 gsa_html_1119256423:192:18839:18866 White River Sand Hills (Nebraska) -0.030023437417361392 +81711 aapg_ai_985.html aapg_ai_985.html:214:20786:20814 La Quinta Venezuela -0.456561440120662909 +81712 aapg_ah_894.html aapg_ah_894.html:243:38578:38595 Shublik Ivishak River -1.09146247826532017 +81713 aapg_ac_492.html aapg_ac_492.html:45:9854:9873 La Casita Mexico -0.46927678392355654 +81714 cspg_html_9072696952 cspg_html_9072696952:469:43059:43080 Gates Victoria, British Columbia -0.00268221124588273983 +81715 cspg_html_4115156925 cspg_html_4115156925:251:32665:32682 Halfway Lacombe, Alberta -0.485308421911267773 +81716 palaios_html_5941305386 palaios_html_5941305386:765:86978:87009 Chinle Colorado -0.442762791672519862 +81717 cspg_html_4433937749 cspg_html_4433937749:46:7087:7103 Viking Victoria, British Columbia -0.442542141875480355 +81718 cspg_html_4664502755 cspg_html_4664502755:837:92544:92552 Colorado Denver -0.46168136305604579 +81719 aapg_af_143.html aapg_af_143.html:23:2771:2782 Port Orford Gold Beach -0.0633628062510393636 +81720 sedimentology_html_6711379489 sedimentology_html_6711379489:971:56149:56166 Cardium Lacombe, Alberta -0.0106233727047021498 +81721 gsa_html_3270365850 gsa_html_3270365850:107:9682:9686 Bern Switzerland -0.026183725432627869 +81722 aapg_aa_114.html aapg_aa_114.html:238:26515:26522 La Boca Mexico -0.0415972283122600164 +81723 palaios_html_8474347362 palaios_html_8474347362:181:24424:24442 Navesink Bennington, Vermont -0.0288373212008630718 +81724 sedimentology_html_7469811723 sedimentology_html_7469811723:765:57906:57912 Taylor London, Ontario -0.0282634328663418991 +81725 aapg_ae_380.html aapg_ae_380.html:51:4201:4213 Lissie Waller County, Texas -0.0566077792126221876 +81726 aapg_ah_318.html aapg_ah_318.html:1390:139823:139846 Cotton Valley Alabama -0.0393566203457145145 +81727 palaios_html_1047361324 palaios_html_1047361324:486:46372:46377 Navet Trinidad and Tobago -0.44961357796588941 +81728 geology_html_1539900147 geology_html_1539900147:270:24150:24156 Morgan Middle America (Americas) -0.0152852690750857109 +81729 cspg_html_7409170811 cspg_html_7409170811:168:22807:22813 Exshaw Lacombe, Alberta 0.00179624453777558709 +81730 cspg_html_5832944175 cspg_html_5832944175:6:488:496 Columbia Victoria, British Columbia -0.417578421309473924 +81731 geology_html_2685302093 geology_html_2685302093:112:10153:10166 San Sebastian El Pilar de la Mola -0.0583176759976086131 +81732 cspg_html_8306619029 cspg_html_8306619029:11:1463:1475 Saskatchewan Anchorage, Alaska -0.456518443898076276 +81733 cspg_html_3328007773 cspg_html_3328007773:1022:102954:102968 Colorado Regina, Saskatchewan -0.0466498116089518189 +81734 aapg_af_895.html aapg_af_895.html:68:5152:5164 Carrizo Texas -0.446052041434467972 +81735 cspg_html_9343899465 cspg_html_9343899465:1854:155503:155520 Beverley Inlet Melville Island (Canada) 0.335881497593952916 +81736 aapg_ah_920.html aapg_ah_920.html:133:21515:21563 Woodford Anadarko Basin -0.464405306663695727 +81737 palaios_html_8113714689 palaios_html_8113714689:58:5213:5221 Munising Munising, Michigan 0.0034048861784739216 +81738 gsa_html_1024107776 gsa_html_1024107776:919:92461:92479 Mauch Chunk Pottsville, Pennsylvania 0.0051733770423589738 +81739 aapg_ac_641.html aapg_ac_641.html:272:35841:35854 Astoria Washington (state) -0.0368380831673493919 +81740 aapg_ac_807.html aapg_ac_807.html:103:10394:10414 Vincentown Lakewood, California 1.00021597515019822 +81741 aapg_ad_466.html aapg_ad_466.html:928:100065:100077 Mount Laurel Navesink River -0.0093950246056262298 +81742 geology_html_4802791430 geology_html_4802791430:42:5519:5540 Richards Earth -0.0600838800976532805 +81743 cspg_html_5697056884 cspg_html_5697056884:572:55843:55859 Earlie Regina, Saskatchewan -0.451913869834985604 +81744 gsa_html_8820488310 gsa_html_8820488310:1009:87996:88030 Mount Head Canada -0.460091874413590562 +81745 aapg_ah_157.html aapg_ah_157.html:162:21758:21768 Eau Claire Bloomington, Indiana 0.300571461350527369 +81746 aapg_aa_791.html aapg_aa_791.html:89:8659:8670 Krebs Bartlesville, Oklahoma -0.437049524484892205 +81747 aapg_ae_454.html aapg_ae_454.html:232:18945:18962 Hosston Bossier City, Louisiana -0.00530888185460337992 +81748 palaios_html_6198940562 palaios_html_6198940562:99:8308:8313 Cadiz Spain -0.0156223882901486526 +81749 cspg_html_9275863663 cspg_html_9275863663:920:125888:125904 Waterways Swan Hill, Victoria -0.0357069470350891913 +81750 cspg_html_3129231627 cspg_html_3129231627:168:23131:23154 Eleanor River Ellesmere Island -0.203379536645908077 +81751 aapg_ai_584.html aapg_ai_584.html:1323:132201:132219 Tensleep Cheyenne, Wyoming -0.466810220907495799 +81752 aapg_af_168.html aapg_af_168.html:28:4503:4508 Vaqueros South Mountains (Arizona) -0.439445222385884349 +81753 aapg_ac_749.html aapg_ac_749.html:102:14398:14414 Salina Guelph -0.00587175083806225004 +81754 aapg_ai_366.html aapg_ai_366.html:149:19336:19354 Beaumont Hockley 0.0215888803557360183 +81755 aapg_ai_186.html aapg_ai_186.html:278:32189:32198 Beartooth Black Hills -0.488546114119406072 +81756 cspg_html_2954223000 cspg_html_2954223000:1225:161480:161485 Weeks Tulsa, Oklahoma -0.471819338906025898 +81757 aapg_af_296.html aapg_af_296.html:73:6047:6063 Santa Clara California -0.442720440658756875 +81758 aapg_ah_505.html aapg_ah_505.html:578:44409:44417 Colorado Lyons, Illinois -0.501536224927626728 +81759 aapg_ai_105.html aapg_ai_105.html:749:89034:89040 Morgan Des Moines, Washington 0.0460313563891954977 +81760 aapg_ac_204.html aapg_ac_204.html:166:20567:20575 Colorado Colorado -0.43060716238884611 +81761 sedimentology_html_1685838353 sedimentology_html_1685838353:181:15089:15100 Peace River Lacombe, Alberta -0.0332814982379016425 +81762 aapg_ae_877.html aapg_ae_877.html:331:27965:27990 Beaverhill Swan Hill, Victoria -0.464569693827358687 +81763 cspg_html_1378826439 cspg_html_1378826439:6:302:318 Viking Lacombe, Alberta -0.40038656628078334 +81764 aapg_ai_489.html aapg_ai_489.html:338:37474:37493 Read Bay Little Cornwallis Island -0.0131392787986173119 +81765 palaios_html_9704523107 palaios_html_9704523107:185:18808:18819 Bloomington Geobiology -0.465595518002078101 +81766 cspg_html_1781462584 cspg_html_1781462584:79:9034:9040 Shunda Burnt River (Oregon) -0.404229397679558511 +81767 palaios_html_1316705524 palaios_html_1316705524:289:25759:25785 Horseshoe Canyon Lacombe, Alberta -0.0700625466031570415 +81768 cspg_html_8980454113 cspg_html_8980454113:139:15439:15456 Camsell Canada -0.149254461452462184 +81769 cspg_html_5538678223 cspg_html_5538678223:16:2794:2814 Whitehorse Victoria, British Columbia -0.491332113292233474 +81770 aapg_ad_317.html aapg_ad_317.html:42:4607:4626 Gatesburg Mount Nittany -0.517959661345332334 +81771 aapg_ah_647.html aapg_ah_647.html:795:85563:85571 Wolfcamp Missouri River -0.435714594595624227 +81772 aapg_ah_387.html aapg_ah_387.html:1341:139650:139659 Knoxville Knoxville, Illinois -0.00752216847350437468 +81773 gsa_html_2989317971 gsa_html_2989317971:1340:131544:131572 Green River Colorado -0.0124129812660324374 +81774 aapg_af_333.html aapg_af_333.html:311:32271:32283 Salina Pennsylvania -0.433403442682278373 +81775 cspg_html_5074125023 cspg_html_5074125023:418:53042:53053 San Antonio Texas -0.475085351012185853 +81776 cspg_html_4072152826 cspg_html_4072152826:573:75175:75183 Columbia Victoria, British Columbia -0.0343166851191607572 +81777 aapg_af_733.html aapg_af_733.html:517:74160:74166 Denver Colorado -0.46132865731218986 +81778 geology_html_1669907327 geology_html_1669907327:12:514:522 Virginia Reston, Virginia -0.491577059800919369 +81779 aapg_ac_406.html aapg_ac_406.html:119:11122:11130 Woodbine Cotton Valley, Louisiana -0.445213540966811649 +81780 cspg_html_1503116552 cspg_html_1503116552:1054:156350:156376 Beaverhill Swan Hill, Victoria -0.473653815287124913 +81781 aapg_aa_298.html aapg_aa_298.html:202:29798:29815 El Abra Mexico -0.442548827459522287 +81782 aapg_af_887.html aapg_af_887.html:170:17129:17147 Carlsbad Carlsbad, New Mexico 0.0104235679161521922 +81783 sedimentology_html_1574151857 sedimentology_html_1574151857:1723:115493:115499 Oregon Washington (state) -0.48322516565543927 +81784 geology_html_1035667905 geology_html_1035667905:238:22402:22420 Patapsco Maryland -0.483173848714512189 +81785 aapg_ae_570.html aapg_ae_570.html:231:23717:23734 Lockport Dolomite Huntington, West Virginia -0.275431116702913481 +81786 palaios_html_8062930347 palaios_html_8062930347:496:51371:51402 Kope Kentucky -0.470179399208385473 +81787 sedimentology_html_2010995560 sedimentology_html_2010995560:1780:106873:106889 Curtis Logan, Utah -0.481575226969792936 +81788 geology_html_3504552131 geology_html_3504552131:221:14640:14645 Yukon Canada -0.444295421139491553 +81789 aapg_ae_873.html aapg_ae_873.html:697:81699:81706 Rodessa Paluxy, Texas -0.0355103158265629784 +81790 aapg_af_728.html aapg_af_728.html:484:55793:55816 Newark Canyon Elko, Nevada -0.235735925937535201 +81791 cspg_html_9905904289 cspg_html_9905904289:6:656:663 Eastend Regina, Saskatchewan 0.0116536887508022161 +81792 aapg_ac_500.html aapg_ac_500.html:255:32133:32147 Trois Rivieres Quebec City -0.468054102450840448 +81793 geology_html_6537414409 geology_html_6537414409:230:17722:17731 Peninsula Antarctic Peninsula -0.477123570959987586 +81794 aapg_aa_918.html aapg_aa_918.html:651:66499:66511 Stone Corral Kingman, Arizona -0.0217296792824245993 +81795 cspg_html_4886960396 cspg_html_4886960396:7:486:508 Slave Point Swan Hill, Victoria -0.0396508111021446064 +81796 geology_html_8986165275 geology_html_8986165275:212:22241:22278 Talkeetna Anchorage, Alaska -0.428809045611172668 +81797 aapg_af_868.html aapg_af_868.html:424:32862:32877 Atoka Stilwell, Oklahoma -0.0147795988543257695 +81798 aapg_ae_958.html aapg_ae_958.html:1731:150801:150819 Carlsbad North Carolina -0.458720680358492616 +81799 aapg_ai_689.html aapg_ai_689.html:285:30984:30992 Colorado Denver -0.511053760151644054 +81800 cspg_html_9905904289 cspg_html_9905904289:208:26405:26411 Battle Cypress Hills, Brooklyn -0.443782030321690002 +81801 aapg_ai_962.html aapg_ai_962.html:399:29589:29593 Word New Mexico 0.00968516832119581395 +81802 aapg_ae_29.html aapg_ae_29.html:594:60566:60576 Pittsburgh Pennsylvania -0.485011505687422073 +81803 cspg_html_3076059179 cspg_html_3076059179:6:474:482 Columbia Victoria, British Columbia -0.00908750930208491146 +81804 aapg_aa_37.html aapg_aa_37.html:64:8536:8557 Bird Spring Pioche, Nevada -0.0154677299277763414 +81805 aapg_ad_808.html aapg_ad_808.html:916:62051:62069 Cloverly Cheyenne, Wyoming 0.00595861376287910686 +81806 aapg_ad_379.html aapg_ad_379.html:517:43714:43722 Woodside Cheyenne, Wyoming -0.444871652179790411 +81807 gsa_html_7938666655 gsa_html_7938666655:1064:90616:90621 Price Arctic Cordillera -0.0274774196841049353 +81808 sedimentology_html_7874076821 sedimentology_html_7874076821:1256:75706:75716 Washington Washington (state) -0.449440672427322663 +81809 aapg_ai_912.html aapg_ai_912.html:58:11285:11313 Smackover Alabama 0.430017672654553151 +81810 cspg_html_3354282978 cspg_html_3354282978:556:72609:72628 Athabasca CFB Cold Lake -0.474203062673125064 +81811 palaios_html_8553673618 palaios_html_8553673618:399:43118:43134 Viking Lacombe, Alberta -0.448484669177164286 +81812 gsa_html_7063115467 gsa_html_7063115467:29:1920:1926 Denver Colorado 0.0077862400260468867 +81813 gsa_html_2877093757 gsa_html_2877093757:703:78916:78928 Dixie Valley Reno, Nevada -0.484413309843390927 +81814 aapg_af_6.html aapg_af_6.html:73:7304:7323 Wilcox Shreveport, Louisiana -0.438219985696652659 +81815 palaios_html_1474437774 palaios_html_1474437774:1022:78746:78767 Green River Stroudsburg, Pennsylvania -0.422007842206250927 +81816 gsa_html_6753732431 gsa_html_6753732431:766:68374:68392 Moenkopi Colorado -0.456541073233143302 +81817 cspg_html_4433937749 cspg_html_4433937749:78:11435:11449 Colorado Swan River, Manitoba -0.0169066131987412362 +81818 cspg_html_1188455526 cspg_html_1188455526:126:20247:20260 Blaa Mountain Middle East -0.0200714512738383588 +81819 aapg_ae_448.html aapg_ae_448.html:258:30600:30618 Woodbine Woods County, Oklahoma 0.034254049223454125 +81820 aapg_ac_338.html aapg_ac_338.html:318:36426:36443 Cardium Canada 0.00291152111123599983 +81821 aapg_ah_873.html aapg_ah_873.html:362:32910:32923 Venango Pennsylvania -0.00638076930644856932 +81822 aapg_ae_268.html aapg_ae_268.html:136:14106:14122 Elwren Bloomington, Indiana -0.486401118306284352 +81823 aapg_af_891.html aapg_af_891.html:45:4630:4636 Blaine Texas 0.0127813404610965225 +81824 cspg_html_8374021012 cspg_html_8374021012:76:11590:11598 Columbia Victoria, British Columbia -0.447314589257592876 +81825 cspg_html_5308103526 cspg_html_5308103526:407:39330:39338 Columbia Lacombe, Alberta -0.456337429672799166 +81826 aapg_af_2.html aapg_af_2.html:704:65455:65463 Colorado San Juan County, Utah -0.469382385724573914 +81827 geology_html_4601106457 geology_html_4601106457:67:7014:7030 Navajo Chinle Formation -0.0506631068321719905 +81828 aapg_ad_575.html aapg_ad_575.html:37:4630:4651 Minnelusa Powder River (Montana) -0.0201913809518237848 +81829 aapg_af_638.html aapg_af_638.html:212:16426:16441 Coldwater Port Arthur, Tasmania -0.0405891491966653695 +81830 aapg_ah_71.html aapg_ah_71.html:44:4328:4348 Cane River Shreveport, Louisiana -0.428789280868512646 +81831 gsa_html_8314389790 gsa_html_8314389790:56:3577:3605 Green River Colorado -0.0256238564672171959 +81832 aapg_ah_645.html aapg_ah_645.html:514:61999:62012 Piper Williston, Vermont -0.43597788776021662 +81833 cspg_html_3026112034 cspg_html_3026112034:741:73234:73252 Graminia Swan Hill, Victoria -0.0506265019313475798 +81834 geology_html_3117966752 geology_html_3117966752:200:16910:16919 Peninsula Korea -0.462102516958969756 +81835 aapg_ai_774.html aapg_ai_774.html:38:3827:3840 Detroit River Salina, Kansas -0.0466271631232556896 +81836 geology_html_7400733547 geology_html_7400733547:213:20427:20436 Extension Tyrrhenian Sea -0.455184317280275863 +81837 aapg_af_575.html aapg_af_575.html:570:77948:77963 Sweetland Creek Hampton, New Hampshire -0.0397744087434021287 +81838 cspg_html_5688447798 cspg_html_5688447798:173:25021:25049 Disappointment Bay Canadian Arctic Archipelago -0.469093158774920749 +81839 cspg_html_6116883777 cspg_html_6116883777:1324:180701:180713 Scoresby Bay Ellesmere Island -0.238686781762729866 +81840 AMJC_html_9378277780 AMJC_html_9378277780:21:1353:1359 Warner Santa Rosa, California -0.053933885546877558 +81841 aapg_aa_22.html aapg_aa_22.html:196:20040:20045 Upham El Paso, Texas -0.454113919430063184 +81842 aapg_ai_974.html aapg_ai_974.html:487:51933:51939 Oregon Washington (state) -0.46814580209221146 +81843 cspg_html_2139304729 cspg_html_2139304729:32:5453:5474 Griper Bay Bathurst Island (Northern Territory) -0.471888407816635713 +81844 gsa_html_8167640457 gsa_html_8167640457:61:5447:5475 Green River Iran -0.0159925297595795608 +81845 aapg_ad_466.html aapg_ad_466.html:702:77666:77684 Monmouth Mount Laurel Township, New Jersey 0.010354070858040092 +81846 cspg_html_2283545366 cspg_html_2283545366:468:57014:57026 Halfway Victoria, British Columbia -0.471382028770717776 +81847 aapg_aa_381.html aapg_aa_381.html:87:11512:11521 Etchegoin Rancho Santa Margarita, California -0.0789981220482523228 +81848 aapg_ac_200.html aapg_ac_200.html:499:46473:46491 Evanston Cheyenne, Wyoming -0.456416618922522499 +81849 geology_html_7192428883 geology_html_7192428883:12:559:567 Colorado Denver -0.457786563407215019 +81850 cspg_html_3251996292 cspg_html_3251996292:39:4770:4787 Stanbridge Philipsburg, Centre County, Pennsylvania -0.470236848829719556 +81851 aapg_ah_152.html aapg_ah_152.html:59:7909:7915 Denver Colorado -0.452909542628234352 +81852 aapg_ah_795.html aapg_ah_795.html:50:3657:3675 Onondaga Erie County, New York -0.479586916180102352 +81853 gsa_html_4788482662 gsa_html_4788482662:522:51795:51811 Rapid Earth -0.42423457487964078 +81854 gsa_html_7613332937 gsa_html_7613332937:1079:87543:87553 Las Palmas Las Palmas de Gran Canaria -0.470567831774721834 +81855 geology_html_8921428298 geology_html_8921428298:175:20090:20096 Oregon Washington (state) -0.0270600859182637335 +81856 aapg_af_854.html aapg_af_854.html:707:99385:99405 Keokuk Illinois -0.444547757046799386 +81857 aapg_ah_180.html aapg_ah_180.html:98:11255:11278 Trimmers Rock West Branch Susquehanna River 0.00179971890851827153 +81858 aapg_ac_215.html aapg_ac_215.html:19:2575:2584 Englewood Burlington, Ontario 0.781316586098536825 +81859 aapg_af_286.html aapg_af_286.html:194:26612:26632 Tuscaloosa Tuscaloosa, Alabama -0.44304146514738707 +81860 gsa_html_1266138577 gsa_html_1266138577:94:8228:8234 Poleta Salinas Valley -0.435668138774596203 +81861 aapg_ah_260.html aapg_ah_260.html:97:13353:13375 Summerville Colorado -0.0221155785118801462 +81862 aapg_aa_328.html aapg_aa_328.html:665:51429:51435 Alazan Francia -0.473903010792736112 +81863 aapg_ac_440.html aapg_ac_440.html:283:37921:37938 Edwards Texas -0.551141208884428524 +81864 cspg_html_7086880709 cspg_html_7086880709:402:53203:53211 Columbia Victoria, British Columbia -0.475085351012185853 +81865 sedimentology_html_6714245905 sedimentology_html_6714245905:643:48664:48677 Carlile Colorado -0.601788608152285853 +81866 cspg_html_5563319344 cspg_html_5563319344:45:7116:7126 Banff Regina, Saskatchewan -0.463332970234029085 +81867 gsa_html_8152640301 gsa_html_8152640301:85:7085:7116 Naknek Mount Michelson (Chugach Mountains) -0.462125287699645448 +81868 aapg_ac_939.html aapg_ac_939.html:906:93754:93769 Salem Bloomington, Indiana -0.449871874526764137 +81869 cspg_html_9330018201 cspg_html_9330018201:121:19138:19152 Elko Lacombe, Alberta -0.499079897625696711 +81870 jgeology_html_9413634903 jgeology_html_9413634903:965:61548:61552 Elko Reno, Nevada -0.472678482936493838 +81871 gsa_html_1040858746 gsa_html_1040858746:784:68243:68271 Green River Colorado -0.0104235679161521783 +81872 gsa_html_9478615109 gsa_html_9478615109:1054:97951:97957 Oregon Bandon, County Cork -0.480602591853576067 +81873 aapg_ad_908.html aapg_ad_908.html:294:33678:33691 Tres Esquinas Venezuela -0.210471059178412606 +81874 aapg_aa_732.html aapg_aa_732.html:185:23078:23095 Edwards Kerr County, Texas 0.0136761947097850285 +81875 aapg_aa_731.html aapg_aa_731.html:42:7186:7207 Rockdale Cotulla, Texas -0.0306147978884375553 +81876 sedimentology_html_5635970932 sedimentology_html_5635970932:790:61954:61961 Francis Boca Raton, Florida -0.455188836413653375 +81877 aapg_ac_708.html aapg_ac_708.html:22:2737:2743 Elwren Bloomington, Indiana -0.0282634328663418991 +81878 aapg_aa_24.html aapg_aa_24.html:529:62820:62839 Tahkandit Anchorage, Alaska 1.010503453972178 +81879 cspg_html_1114211412 cspg_html_1114211412:330:46057:46065 Columbia Victoria, British Columbia -0.4796264052884881 +81880 palaios_html_2339045630 palaios_html_2339045630:558:58802:58833 Kope Cincinnati -0.4506269691264706 +81881 aapg_ad_337.html aapg_ad_337.html:91:9292:9310 Vaqueros Santa Monica Mountains -0.448327675040319895 +81882 aapg_af_3.html aapg_af_3.html:27:3504:3509 Supai Arizona -0.588365483646368093 +81883 aapg_ae_546.html aapg_ae_546.html:37:5147:5156 Smackover Cotton Valley, Louisiana 0.000555897012734609666 +81884 geology_html_2834280640 geology_html_2834280640:214:22802:22808 Oregon California -0.449575401198261781 +81885 aapg_ae_993.html aapg_ae_993.html:567:59387:59406 Beirdneau Logan, Utah -0.455432903203822237 +81886 aapg_af_2.html aapg_af_2.html:264:29513:29521 Colorado Ouray, Colorado -0.0632789777746218668 +81887 cspg_html_7409170811 cspg_html_7409170811:254:38531:38537 Exshaw Lacombe, Alberta -0.446835332876372782 +81888 aapg_ac_420.html aapg_ac_420.html:30:4399:4409 Santa Cruz California -0.496938878513721649 +81889 aapg_ac_973.html aapg_ac_973.html:252:35090:35101 Signal Hill Mexia, Texas 0.00312693377810401713 +81890 aapg_ac_56.html aapg_ac_56.html:180:13955:13974 La Casita Mexico -0.0640649161516256421 +81891 aapg_ad_641.html aapg_ad_641.html:160:18736:18756 San Andres Texas -0.0304826089875597575 +81892 gsa_html_4472896560 gsa_html_4472896560:141:11356:11371 Lava Creek Tuff Rockland County, New York -0.062362180290415882 +81893 sedimentology_html_9326831356 sedimentology_html_9326831356:213:24233:24253 Middendorf Black Creek (Toronto) -0.425371763818281734 +81894 aapg_ae_876.html aapg_ae_876.html:606:64714:64722 Kootenai Henderson, Nevada -0.458262569586093849 +81895 gsa_html_8740218609 gsa_html_8740218609:1179:109197:109204 Potomac Virginia -0.0161298137457332978 +81896 sedimentology_html_6210806021 sedimentology_html_6210806021:719:42876:42882 Banner Hanson, Massachusetts -0.450932780647085085 +81897 sedimentology_html_9906287852 sedimentology_html_9906287852:1080:85611:85623 Red Mountain Boise, Idaho -0.472639307901536299 +81898 jgeology_html_7646297070 jgeology_html_7646297070:487:33588:33594 Oxford Pergamon Museum -0.0134398809418536571 +81899 aapg_af_483.html aapg_af_483.html:65:8463:8476 El Plan Honduras -0.522710517142139341 +81900 palaios_html_3889678675 palaios_html_3889678675:506:44632:44650 Rio Dell California -0.505119426266013027 +81901 aapg_ac_965.html aapg_ac_965.html:438:43159:43167 Coeymans Dayville, Oregon -0.448767326560191138 +81902 sedimentology_html_8006979411 sedimentology_html_8006979411:1150:92529:92546 Wapiabi Canada -0.041731299024428424 +81903 AMJC_html_7278640698 AMJC_html_7278640698:77:10295:10313 Columbia Moberly, Missouri 0.0103992439306783112 +81904 aapg_ah_444.html aapg_ah_444.html:18:1601:1624 Willow Creek Kootenay River -0.435767689782418699 +81905 sedimentology_html_7637445629 sedimentology_html_7637445629:613:40187:40221 Noonday Dolomite East Palo Alto, California -0.017787713832192225 +81906 aapg_ai_99.html aapg_ai_99.html:3:157:190 Ogallala Texas -0.00562506076616993075 +81907 cspg_html_2208643572 cspg_html_2208643572:592:60999:61007 Columbia Lacombe, Alberta -0.454113919430063184 +81908 aapg_ac_406.html aapg_ac_406.html:89:7974:7987 Cotton Valley Terryville, New York -0.423308325874371838 +81909 aapg_aa_745.html aapg_aa_745.html:475:57940:57945 Logan New Mexico 0.0504748549685829495 +81910 gsa_html_3484366946 gsa_html_3484366946:1793:145703:145720 Stirling Great Basin -0.0477283018758572417 +81911 geology_html_6598395476 geology_html_6598395476:192:18379:18383 Bond North Atlantic Current -0.0353624097936946907 +81912 gsa_html_4137054086 gsa_html_4137054086:1336:99444:99472 Green River Colorado 0.0459320594893250223 +81913 AMJC_html_6341723617 AMJC_html_6341723617:930:79094:79101 Laramie Sweetwater, Miami-Dade County, Florida -0.462877048614286357 +81914 cspg_html_7086880709 cspg_html_7086880709:344:45330:45346 Muskeg Lacombe, Alberta -0.011777050823328571 +81915 aapg_ae_789.html aapg_ae_789.html:53:6894:6902 Palliser Lacombe, Alberta -0.0319472030481665059 +81916 palaios_html_2534218603 palaios_html_2534218603:31:2667:2688 Hell Creek Cheyenne, Wyoming -0.0263297817646035749 +81917 geology_html_6476658393 geology_html_6476658393:244:21403:21419 Nepean Ontario, California 0.799407784775351571 +81918 aapg_ae_388.html aapg_ae_388.html:1562:97983:97991 Michigan Texas -0.433423304094416983 +81919 cspg_html_4404071326 cspg_html_4404071326:524:53020:53041 Green River Uinta Mountains -0.209955598624335382 +81920 aapg_ae_981.html aapg_ae_981.html:260:22821:22827 Laurel Missouri River -0.453423575097804177 +81921 aapg_aa_147.html aapg_aa_147.html:193:24966:24985 Deadwood Winnipeg -1.15320406341956438 +81922 gsa_html_1465687448 gsa_html_1465687448:698:80864:80883 Hillabee Greenstone Tuscaloosa, Alabama -0.0635828616118510187 +81923 aapg_ae_705.html aapg_ae_705.html:717:69239:69247 Colorado Denver -0.485546964607742992 +81924 aapg_ae_419.html aapg_ae_419.html:2953:191906:191912 Sierra Zacatecas, Zacatecas -0.00949926761203980299 +81925 cspg_html_5295390542 cspg_html_5295390542:89:12352:12369 Halfway Lacombe, Alberta -0.496938878513721649 +81926 aapg_ac_85.html aapg_ac_85.html:391:36197:36210 Turner Valley Lacombe, Alberta -0.507985162763473941 +81927 aapg_ah_387.html aapg_ah_387.html:4:331:346 Knoxville Salem, Oregon -0.462102516958969756 +81928 gsa_html_9979192554 gsa_html_9979192554:661:64416:64435 Okpikruak North Slope Borough, Alaska -0.490604756571324518 +81929 sedimentology_html_2272861739 sedimentology_html_2272861739:2239:111875:111881 Reston Virginia -0.432316117842066305 +81930 palaios_html_7860397774 palaios_html_7860397774:973:71359:71366 La Luna Venezuela 0.431540538543967234 +81931 aapg_af_486.html aapg_af_486.html:530:51472:51480 Colorado Denver -0.44948782523520614 +81932 aapg_ah_96.html aapg_ah_96.html:7:982:999 Winnipeg Williston, Vermont -0.155347934004194277 +81933 gsa_html_9152662653 gsa_html_9152662653:623:54467:54483 Laurel Potomac, Maryland -0.0300077841382245594 +81934 gsa_html_9515953275 gsa_html_9515953275:9:362:369 Oceanic California -0.491386278060246817 +81935 cspg_html_5381643866 cspg_html_5381643866:56:7365:7373 Columbia Victoria, British Columbia -0.0401573975935689137 +81936 aapg_ac_720.html aapg_ac_720.html:5:631:639 Navesink Red Bank, New Jersey -0.461001107058420345 +81937 sedimentology_html_4144607229 sedimentology_html_4144607229:602:54923:54927 Hall London, Ontario -0.454052985518192231 +81938 aapg_ae_95.html aapg_ae_95.html:273:41775:41779 Kent England -0.022353727877684245 +81939 cspg_html_9768299963 cspg_html_9768299963:236:26188:26202 Edmonton Arctic Cordillera -0.436157146454813294 +81940 aapg_ah_857.html aapg_ah_857.html:20:2558:2564 Tactic Guatemala -0.797167174633156339 +81941 aapg_af_887.html aapg_af_887.html:4:399:422 Carlsbad New Mexico -0.449440672427322663 +81942 cspg_html_3891690307 cspg_html_3891690307:198:21061:21081 Pine Key Melbourne, Florida -0.460946527021081187 +81943 cspg_html_7809640865 cspg_html_7809640865:12:1176:1188 Saskatchewan Regina, Saskatchewan -0.466718659783226908 +81944 aapg_aa_108.html aapg_aa_108.html:45:4592:4598 Pioche Reno, Nevada 0.213904436714349305 +81945 aapg_ac_730.html aapg_ac_730.html:153:21393:21399 Dakota Colorado 0.0729098744917284908 +81946 cspg_html_4287356899 cspg_html_4287356899:3405:362667:362709 Lisburne Anchorage, Alaska -0.502032175005171721 +81947 aapg_ai_597.html aapg_ai_597.html:11:1421:1439 Sully Boyd County, Nebraska 0.00480334593379653455 +81948 cspg_html_4326384800 cspg_html_4326384800:453:57466:57470 Evie Victoria, British Columbia -0.463253167093327645 +81949 aapg_ah_393.html aapg_ah_393.html:118:14739:14754 Banff Moose Mountain (Alberta) -0.408340756071813249 +81950 aapg_ad_660.html aapg_ad_660.html:400:52276:52281 Queen Delaware -0.0465034686644063416 +81951 aapg_aa_712.html aapg_aa_712.html:121:15272:15283 Platteville Midwestern United States -0.0333528273781736606 +81952 cspg_html_6985536436 cspg_html_6985536436:636:81653:81669 Hassel Banks Island -0.00711042808523288782 +81953 aapg_ae_294.html aapg_ae_294.html:28:3590:3598 Crescent Oklahoma City -0.451875596518584666 +81954 aapg_ah_198.html aapg_ah_198.html:310:35590:35621 Monterey California -0.430092438352523254 +81955 sedimentology_html_5459138397 sedimentology_html_5459138397:30:1680:1686 Guelph Canada -0.500102490048990767 +81956 aapg_af_470.html aapg_af_470.html:95:8820:8844 Mission Canyon Cheyenne, Wyoming -0.426503733834695087 +81957 aapg_aa_734.html aapg_aa_734.html:186:19263:19271 Caballos Arkansas -0.0494674389497957237 +81958 aapg_ad_466.html aapg_ad_466.html:1398:148738:148746 Monmouth Chesapeake Bay -0.42429358801520467 +81959 aapg_af_789.html aapg_af_789.html:178:23898:23907 Bluefield Potomac, Maryland -0.421983856501260468 +81960 aapg_ad_821.html aapg_ad_821.html:285:18982:18991 Chugwater Cheyenne, Wyoming -0.419507817631771751 +81961 gsa_html_9843343868 gsa_html_9843343868:868:71649:71677 Green River Iran -0.437151438175982732 +81962 aapg_ae_888.html aapg_ae_888.html:203:21520:21547 Grove Lone Grove, Oklahoma -0.494552690963700137 +81963 palaios_html_2221534395 palaios_html_2221534395:42:5597:5601 Kope Netherlands -0.458675312427173743 +81964 aapg_ad_466.html aapg_ad_466.html:497:58056:58068 Marshalltown Chesapeake Bay 1.03139944514393189 +81965 aapg_ac_765.html aapg_ac_765.html:69:13995:14037 Chinle Colorado -0.0276304452324186781 +81966 aapg_aa_706.html aapg_aa_706.html:68:7342:7361 La Quinta Venezuela -0.0314218768886919339 +81967 gsa_html_8152640301 gsa_html_8152640301:153:14183:14199 Naknek Talkeetna Mountains -0.0378353266183569376 +81968 aapg_ae_608.html aapg_ae_608.html:233:27108:27114 Denver Denver -0.0794185214978136572 +81969 aapg_ac_93.html aapg_ac_93.html:227:22710:22719 Smackover Shreveport, Louisiana -0.026691451486835667 +81970 cspg_html_7544078524 cspg_html_7544078524:41:6240:6245 Leduc Lacombe, Alberta -0.027056608189623254 +81971 geology_html_2693298548 geology_html_2693298548:49:4388:4408 Agua Nueva Mexico -0.471432653520514666 +81972 aapg_ad_721.html aapg_ad_721.html:706:72614:72624 Whitehorse Winkler County Airport -0.00967821874611652505 +81973 cspg_html_4326384800 cspg_html_4326384800:316:37525:37537 Canol Mackenzie River -0.00581963313965654701 +81974 aapg_ac_335.html aapg_ac_335.html:359:37800:37820 Henryhouse Western world -0.486548633935625752 +81975 aapg_af_614.html aapg_af_614.html:57:4508:4525 Hosston Paluxy, Texas -0.413938644445855319 +81976 aapg_ak_93.html aapg_ak_93.html:55:7432:7445 Santa Barbara Carpinteria, California -0.443692774120845845 +81977 aapg_ae_319.html aapg_ae_319.html:713:60874:60887 Gypsum Spring Carmel, Indiana -0.00818929939777349181 +81978 aapg_af_812.html aapg_af_812.html:81:7113:7128 Yegua Mount Tabor, Portland, Oregon -0.0567124540467143015 +81979 aapg_aa_98.html aapg_aa_98.html:183:15574:15579 Nisku Swan Hill, Victoria -0.0302321496726148872 +81980 aapg_af_507.html aapg_af_507.html:631:65205:65226 Green River Uinta Mountains -0.446029671493266278 +81981 gsa_html_7782714579 gsa_html_7782714579:1126:88232:88260 Green River Colorado 0.0164478291242488549 +81982 aapg_ah_647.html aapg_ah_647.html:1058:107463:107467 Reno Reno, Nevada -0.496867763222673786 +81983 cspg_html_4326384800 cspg_html_4326384800:141:20389:20404 Flume Lacombe, Alberta -0.0144772441484254995 +81984 aapg_af_394.html aapg_af_394.html:493:55142:55161 Rock Springs Sweetwater, Miami-Dade County, Florida -0.0323768745751979448 +81985 palaios_html_7484609556 palaios_html_7484609556:455:44984:44994 Washington Torres Strait -0.0404881732436468966 +81986 aapg_ae_805.html aapg_ae_805.html:193:22164:22171 Paradox Hermosa, Chicago -0.400683124815856995 +81987 gsa_html_1817109082 gsa_html_1817109082:346:31126:31147 San Joaquin Tulare, California -0.0381938711768296663 +81988 geology_html_1305608113 geology_html_1305608113:11:604:616 Rhode Island Newport, Rhode Island -0.0277017418114762735 +81989 aapg_af_764.html aapg_af_764.html:181:17947:17961 Frio Texas -0.00549476708285740172 +81990 cspg_html_9751694613 cspg_html_9751694613:369:26581:26606 Reindeer Canada -0.464419004431934179 +81991 aapg_ae_391.html aapg_ae_391.html:784:79720:79730 Dewey Lake Delaware -0.0727559254480430878 +81992 sedimentology_html_9793182930 sedimentology_html_9793182930:359:29076:29093 Paradox Logan, Utah -0.457555451333636842 +81993 cspg_html_4765627863 cspg_html_4765627863:6:429:437 Columbia Victoria, British Columbia -0.0173254356777415887 +81994 cspg_html_4326384800 cspg_html_4326384800:1015:148855:148865 Swan Hills Lacombe, Alberta -0.425555590383520532 +81995 cspg_html_6675007047 cspg_html_6675007047:584:61304:61323 Athabasca Lacombe, Alberta -0.47596853330555533 +81996 AMJC_html_2829615437 AMJC_html_2829615437:534:57630:57664 Pottsville Pennsylvania -0.479352341582737318 +81997 cspg_html_7938374662 cspg_html_7938374662:127:13797:13808 Peace River Victoria, British Columbia -0.0282234355137958928 +81998 gsa_html_3010975239 gsa_html_3010975239:221:31756:31764 Michigan Saginaw, Michigan -0.466741549175746284 +81999 cspg_html_9958679425 cspg_html_9958679425:97:13695:13709 Nisku Saint Kitts and Nevis 0.285483764113774963 +82000 aapg_ad_626.html aapg_ad_626.html:86:10039:10046 Wasatch Cheyenne, Wyoming -0.429978093202176226 +82001 aapg_ac_79.html aapg_ac_79.html:39:5883:5891 Richland Bremen (state) -0.0340731030781195529 +82002 AMJC_html_6642101495 AMJC_html_6642101495:1620:150804:150810 Moscow Russia -0.468198533701609299 +82003 AMJC_html_2829615437 AMJC_html_2829615437:288:39975:39995 Grandfather Mountain North Carolina -0.0363020833297297701 +82004 cspg_html_5435328392 cspg_html_5435328392:34:5119:5140 Belly River Lacombe, Alberta -0.433387995206966137 +82005 gsa_html_7029917366 gsa_html_7029917366:145:13613:13629 Navajo Colorado -0.0221938023877403003 +82006 gsa_html_3331523875 gsa_html_3331523875:599:67095:67121 Colorado Spain -0.462512479285274614 +82007 palaios_html_5184377205 palaios_html_5184377205:956:73432:73442 Santa Cruz California -0.0463867446356681576 +82008 AMJC_html_8213961972 AMJC_html_8213961972:72:8808:8827 Victoria Middle Ordovician -0.439098796420780313 +82009 cspg_html_4666332434 cspg_html_4666332434:118:20159:20176 Belly River Lacombe, Alberta -0.458865873154244486 +82010 aapg_ad_860.html aapg_ad_860.html:480:29194:29211 Madison East Asia -0.495853839651622219 +82011 aapg_ai_208.html aapg_ai_208.html:267:21859:21881 Castle Hayne North Carolina -0.0346959879094753468 +82012 gsa_html_9962225882 gsa_html_9962225882:1061:82283:82293 Washington Washington (state) -0.0344245588872295546 +82013 aapg_af_130.html aapg_af_130.html:217:37391:37410 Jefferson Netherlands -0.379436802482243984 +82014 gsa_html_1636483297 gsa_html_1636483297:978:83029:83057 Green River Cheyenne, Wyoming -0.166442056346192774 +82015 gsa_html_6982030333 gsa_html_6982030333:1170:109227:109233 Oregon Salem, Oregon -0.448282824521055501 +82016 cspg_html_8369994160 cspg_html_8369994160:256:26973:26981 Montreal Quebec City -0.436832441054611387 +82017 aapg_af_461.html aapg_af_461.html:276:25833:25846 Lake Michigan Lake Michigan -0.0752214143456105544 +82018 aapg_ah_772.html aapg_ah_772.html:714:57895:57909 Indian Springs Great Basin -0.0356704046759730303 +82019 sedimentology_html_7157571298 sedimentology_html_7157571298:1074:60413:60417 Hall London, Ontario -0.0610265231104289152 +82020 cspg_html_3618628685 cspg_html_3618628685:9:1102:1120 Belly River Western world -0.0963339203219135409 +82021 gsa_html_5261839912 gsa_html_5261839912:214:21449:21462 Morton Gneiss Montevideo, Minnesota -0.0234350035564931981 +82022 aapg_ae_848.html aapg_ae_848.html:62:6665:6673 Columbia Lacombe, Alberta -0.0371287181535530572 +82023 cspg_html_3804945581 cspg_html_3804945581:180:22976:22994 Scollard Saint Kitts and Nevis -0.0116467387889204136 +82024 cspg_html_3043423556 cspg_html_3043423556:173:20812:20835 Eureka Sound Little Cornwallis Island -0.0104235679161521783 +82025 aapg_ae_608.html aapg_ae_608.html:356:42468:42485 Pierre Niobrara, Nebraska -0.00525502734736806466 +82026 aapg_ah_978.html aapg_ah_978.html:432:40030:40047 Temblor Monterey, California -0.00312693377810404575 +82027 aapg_ah_978.html aapg_ah_978.html:698:65492:65499 Temblor North Carolina -0.0138360551692065167 +82028 aapg_ae_681.html aapg_ae_681.html:107:13625:13644 Smackover Mississippi River -0.46787302364620631 +82029 cspg_html_8298261690 cspg_html_8298261690:821:75179:75196 Bluesky Lacombe, Alberta -0.0472630871063566826 +82030 aapg_ae_68.html aapg_ae_68.html:297:34918:34935 Oquirrh Charleston, South Carolina -0.432223543643836305 +82031 aapg_af_908.html aapg_af_908.html:15:1919:1930 Holdenville Holdenville, Oklahoma -0.455726774842524995 +82032 aapg_ad_639.html aapg_ad_639.html:244:29956:29965 Breathitt Carter County, Missouri -0.0630851289271506938 +82033 gsa_html_8035658736 gsa_html_8035658736:502:48908:48929 Coon Hollow Snake River Canyon (Idaho) -0.20745031194325686 +82034 aapg_ah_158.html aapg_ah_158.html:19:3855:3865 Georgetown Silver City, New Mexico 0.0922278653475631233 +82035 aapg_aa_685.html aapg_aa_685.html:423:39905:39915 North Horn Flagstaff, Arizona -0.0405891491966653695 +82036 aapg_ac_219.html aapg_ac_219.html:551:85646:85666 Springhill Santa Cruz, California -0.447276508327869859 +82037 aapg_ad_3.html aapg_ad_3.html:45:4538:4546 Antietam Chilhowie, Virginia -0.499638601366554358 +82038 aapg_ad_800.html aapg_ad_800.html:27:4429:4447 Woodbine Texas -0.446011775932438015 +82039 geology_html_5512329346 geology_html_5512329346:13:935:942 Newport Salem, Oregon -0.0457508892871905867 +82040 aapg_af_575.html aapg_af_575.html:1017:148297:148305 Wolfcamp Herington, Kansas -0.411670641203673082 +82041 aapg_ah_430.html aapg_ah_430.html:98:8146:8149 Lee Colorado -0.404332189359027705 +82042 aapg_ae_465.html aapg_ae_465.html:154:15971:15990 Smackover Cotton Valley, Louisiana -0.00501702564840697442 +82043 aapg_af_892.html aapg_af_892.html:498:48579:48595 Coleman Junction East Mountain (Hampden County, Massachusetts) -0.0808674334425171643 +82044 sedimentology_html_3136792920 sedimentology_html_3136792920:45:3411:3419 St Louis The Bronx -0.448534015757702353 +82045 cspg_html_9070870548 cspg_html_9070870548:540:53124:53141 Cardium Lacombe, Alberta -0.437005217650049682 +82046 aapg_ah_618.html aapg_ah_618.html:56:4830:4840 Phosphoria Manderson, Wyoming -0.406379519352218999 +82047 gsa_html_3510629601 gsa_html_3510629601:440:47020:47033 Santa Barbara Ventura County, California 0.921540408532576127 +82048 gsa_html_1217771406 gsa_html_1217771406:810:77619:77632 Santa Barbara California -0.025030974951513435 +82049 gsa_html_2818345762 gsa_html_2818345762:211:19861:19884 Kingston Peak Canada 0.418160312463867478 +82050 aapg_ae_415.html aapg_ae_415.html:928:115629:115644 Tampa Melbourne, Florida -0.495740204770814097 +82051 aapg_ae_13.html aapg_ae_13.html:344:45496:45502 Oliver London, Ontario -0.493411698974303814 +82052 geology_html_7687041657 geology_html_7687041657:217:19229:19248 Lodgepole Iowa -0.435659290307845004 +82053 sedimentology_html_3181527419 sedimentology_html_3181527419:333:19338:19354 Hermit McAllen, Texas -0.500480928372567968 +82054 cspg_html_2498183035 cspg_html_2498183035:186:21448:21458 Swan Hills Swan Hill, Victoria -0.0285260271643415532 +82055 gsa_html_5274400800 gsa_html_5274400800:701:56810:56816 Snyder California -0.0495458661858674335 +82056 cspg_html_2659844208 cspg_html_2659844208:28:3112:3124 Saskatchewan Edmonton, London -0.0286738474366188961 +82057 gsa_html_4071231613 gsa_html_4071231613:698:81286:81292 Oregon Salem, Oregon -0.0154103849420370986 +82058 aapg_af_483.html aapg_af_483.html:72:9651:9673 Todos Santos Guatemala 0.0373340820120061159 +82059 gsa_html_4446967287 gsa_html_4446967287:965:85598:85603 Price Arctic Cordillera -0.454052985518192231 +82060 gsa_html_4220229801 gsa_html_4220229801:816:67107:67117 Washington Owyhee County, Idaho -0.45644603384473742 +82061 aapg_ad_103.html aapg_ad_103.html:23:2727:2735 Columbia Columbia District 0.0237479263172325414 +82062 aapg_ai_515.html aapg_ai_515.html:530:56605:56611 Denver Colorado -0.423229723234377797 +82063 cspg_html_6143853630 cspg_html_6143853630:20:1758:1766 Columbia Victoria, British Columbia -0.0282634328663418991 +82064 geology_html_5309420954 geology_html_5309420954:16:760:770 Washington Vancouver -0.0412855650787417178 +82065 aapg_aa_23.html aapg_aa_23.html:695:87857:87881 Stony Mountain Manitoba -0.263705854185754207 +82066 aapg_ae_253.html aapg_ae_253.html:101:10449:10470 Eagle Arkansas -0.450649451770273157 +82067 cspg_html_3447886929 cspg_html_3447886929:72:8963:8984 Lawrence Anticosti Island -0.503165861670836323 +82068 aapg_ad_466.html aapg_ad_466.html:382:46297:46310 Potomac Maryland -0.0144303273551577363 +82069 aapg_aa_23.html aapg_aa_23.html:698:88400:88419 Red River Portage la Prairie 0.852933462270769049 +82070 gsa_html_5002851212 gsa_html_5002851212:835:61606:61634 Green River Colorado -0.0375812203233935049 +82071 palaios_html_7860397774 palaios_html_7860397774:933:69014:69037 La Luna Venezuela 0.437031801498950156 +82072 aapg_ah_529.html aapg_ah_529.html:31:3852:3867 Bliss New Mexico -0.450330250214128536 +82073 palaios_html_5907449072 palaios_html_5907449072:471:53021:53030 Valentine Closter, New Jersey -0.449440672427322663 +82074 cspg_html_3461479787 cspg_html_3461479787:38:5074:5088 Mission Canyon Regina, Saskatchewan -0.427658982255246345 +82075 aapg_ae_958.html aapg_ae_958.html:77:9565:9586 San Andres New Mexico -0.470218464542424608 +82076 aapg_ai_816.html aapg_ai_816.html:526:91831:91841 Cherryvale Cherryvale, Kansas -0.496386707811001693 +82077 aapg_ae_513.html aapg_ae_513.html:94:8148:8152 Frio Brazoria County, Texas -0.461456070409902219 +82078 jgeology_html_5970406003 jgeology_html_5970406003:360:25923:25931 Colorado Denver -0.520307216860234956 +82079 cspg_html_9771826320 cspg_html_9771826320:394:69497:69515 Beaufort Ellesmere Island -0.417396109221489231 +82080 aapg_ad_286.html aapg_ad_286.html:175:16015:16029 Lisburne Northwest Arctic Borough, Alaska -0.478488911708928044 +82081 aapg_ai_158.html aapg_ai_158.html:294:30348:30364 Kindle Anchorage, Alaska -0.488278574417694344 +82082 gsa_html_9979192554 gsa_html_9979192554:948:89833:89860 Fortress Mountain Anchorage, Alaska -0.00486067457957646467 +82083 cspg_html_4433937749 cspg_html_4433937749:59:8410:8418 Columbia Victoria, British Columbia -0.468015132988553406 +82084 gsa_html_4339524478 gsa_html_4339524478:624:67864:67870 Oregon Blue Mountains (Oregon) -0.0168874970090907538 +82085 aapg_af_23.html aapg_af_23.html:50:7559:7564 Eagle Anchorage, Alaska -0.0108839893390520418 +82086 aapg_ac_103.html aapg_ac_103.html:19:3289:3306 Aldwell Clallam County, Washington -0.482280957733571936 +82087 gsa_html_4408649953 gsa_html_4408649953:436:38915:38926 Black River Charleston, South Carolina -0.00782446102673750588 +82088 geology_html_3243676584 geology_html_3243676584:35:2847:2875 San Andres New Mexico -0.0137248477945169315 +82089 aapg_ac_301.html aapg_ac_301.html:460:54902:54908 Antler Reno, Nevada -0.0198211657095899094 +82090 palaios_html_9886618772 palaios_html_9886618772:561:68055:68070 Vicksburg Mississippi River -0.459860167847925383 +82091 cspg_html_3766007701 cspg_html_3766007701:144:19911:19916 Nisku Lacombe, Alberta -0.0256238564672171959 +82092 gsa_html_7053510738 gsa_html_7053510738:681:70116:70120 Kent Ohio -0.0358774797167535214 +82093 gsa_html_1662492421 gsa_html_1662492421:14:600:606 Denver Colorado -0.532782540801355897 +82094 aapg_ac_613.html aapg_ac_613.html:212:33220:33241 Cliff House Kirtland, Ohio -0.46809765859229685 +82095 cspg_html_3124360347 cspg_html_3124360347:13:2134:2151 Beekmantown Quebec City -0.435880527044409383 +82096 geology_html_9669517688 geology_html_9669517688:13:659:668 San Diego La Jolla -0.0232768060359763093 +82097 cspg_html_4550597410 cspg_html_4550597410:352:40465:40482 Holston Virginia -0.0621997906843823126 +82098 gsa_html_5986880650 gsa_html_5986880650:609:61619:61625 Snyder Arctic Cordillera -0.0274096020892318319 +82099 AMJC_html_2905856018 AMJC_html_2905856018:1058:113649:113659 Washington Snake River Canyon (Idaho) -0.457501080653503367 +82100 aapg_af_21.html aapg_af_21.html:3:454:468 Mission Canyon Renville, Minnesota -0.467226943770809644 +82101 aapg_ac_298.html aapg_ac_298.html:308:29738:29746 Waterton Calgary -0.473746101631411953 +82102 aapg_ak_93.html aapg_ak_93.html:135:17743:17756 Santa Barbara California -0.0208414480796128843 +82103 aapg_ad_30.html aapg_ad_30.html:137:10883:10892 Roubidoux Gasconade River 0.0379345342549401235 +82104 aapg_ae_999.html aapg_ae_999.html:447:60113:60136 Vicksburg Mississippi River -0.0948077205371060938 +82105 aapg_af_580.html aapg_af_580.html:343:45045:45053 Woodford Chattanooga, Tennessee -0.0789700967327639225 +82106 aapg_ae_415.html aapg_ae_415.html:559:71001:71023 Chickasawhay Waynesboro, Pennsylvania -0.0375359691930512371 +82107 gsa_html_9052101586 gsa_html_9052101586:116:12009:12022 Lake Michigan Wadena County, Minnesota -0.041445748202081481 +82108 aapg_ai_477.html aapg_ai_477.html:251:27010:27028 Sikanni Liard River, British Columbia -0.250997543573775794 +82109 aapg_ac_528.html aapg_ac_528.html:91:10985:10993 Colorado Ohio -0.028896450511520861 +82110 aapg_af_728.html aapg_af_728.html:188:23555:23564 Red River Texas 0.038075515230135637 +82111 cspg_html_8438548095 cspg_html_8438548095:25:2833:2841 Paskapoo Edmonton, London -0.430224392211940587 +82112 aapg_ai_811.html aapg_ai_811.html:72:11211:11234 Detroit River Bloomington, Indiana -0.0516462775496139975 +82113 aapg_ac_942.html aapg_ac_942.html:79:10605:10630 Pinkerton Trail San Juan Mountains -0.255236295025785098 +82114 cspg_html_3354282978 cspg_html_3354282978:416:54177:54187 Swan Hills Lacombe, Alberta -0.0473815661889043852 +82115 aapg_ai_503.html aapg_ai_503.html:260:28508:28518 Cabot Head Ontario, California -0.444835906435795903 +82116 cspg_html_9725676031 cspg_html_9725676031:51:7481:7491 Kotaneelee Liard River, British Columbia -0.0284547262122950839 +82117 aapg_ae_170.html aapg_ae_170.html:9:1288:1308 Road River Anchorage, Alaska -0.0542268642733888737 +82118 palaios_html_1521536752 palaios_html_1521536752:538:55409:55413 Lane London, Ontario -0.0190651145503429667 +82119 cspg_html_7595517955 cspg_html_7595517955:732:67380:67391 Goose Fiord District Council of Franklin Harbour -0.44948782523520614 +82120 aapg_af_854.html aapg_af_854.html:433:56523:56530 Carwood New Providence, New Jersey -0.00936896389642591365 +82121 geology_html_4459606676 geology_html_4459606676:56:5703:5711 Scotland Earth -0.45295011354581094 +82122 palaios_html_6676788300 palaios_html_6676788300:777:91298:91305 Jewett Silt San Francisco -0.462102516958969756 +82123 aapg_ae_885.html aapg_ae_885.html:186:17590:17600 Kinderhook Meramec River -0.0466271631232556896 +82124 geology_html_9025073353 geology_html_9025073353:26:1668:1675 Nitinat Astoria, Oregon -0.46567095948211501 +82125 geology_html_1827419843 geology_html_1827419843:225:19770:19809 Stonewall Manitoba 0.019537860324334036 +82126 geology_html_1977252670 geology_html_1977252670:334:25806:25814 Colorado Denver -0.462261924354454456 +82127 sedimentology_html_1006662626 sedimentology_html_1006662626:2958:52229:52237 Columbia Victoria, British Columbia -0.0352075456733289827 +82128 palaios_html_5212272868 palaios_html_5212272868:557:52488:52496 Colorado Denver -0.407163119769903825 +82129 aapg_ad_2.html aapg_ad_2.html:1579:218138:218157 Gatesburg Pennsylvania -0.0541379230032217468 +82130 cspg_html_4564688984 cspg_html_4564688984:5:252:279 Basal Lacombe, Alberta -0.482987267474293158 +82131 cspg_html_8298261690 cspg_html_8298261690:250:29863:29879 Viking Lacombe, Alberta -0.443701699352459789 +82132 aapg_af_854.html aapg_af_854.html:377:48419:48436 Keokuk Burlington, Ontario -0.469028899015838996 +82133 aapg_ai_581.html aapg_ai_581.html:196:20356:20375 Newcastle Black Hills -0.757888321818024679 +82134 aapg_ad_858.html aapg_ad_858.html:130:8573:8583 Lewisville Paluxy, Texas -0.49119789377684242 +82135 aapg_ai_49.html aapg_ai_49.html:204:23696:23706 San Andres New Mexico -0.471382028770717776 +82136 aapg_aa_12.html aapg_aa_12.html:522:56367:56373 Dakota Niobrara, Nebraska -0.438131262990121173 +82137 aapg_ad_400.html aapg_ad_400.html:189:18526:18542 Maroon Moenkopi Formation -0.455957418074169007 +82138 aapg_af_453.html aapg_af_453.html:270:26942:26951 Littleton Colorado -0.0324655941438056483 +82139 cspg_html_1781462584 cspg_html_1781462584:128:14733:14748 Banff Arctic Cordillera -0.0185558826483486587 +82140 palaios_html_3503183206 palaios_html_3503183206:748:57072:57084 Saskatchewan Saskatoon -0.471543117662309108 +82141 gsa_html_8614162917 gsa_html_8614162917:185:18630:18648 Kayenta Chinle Formation -0.0401573975935689137 +82142 gsa_html_7613332937 gsa_html_7613332937:1181:92405:92414 San Pedro Mexico -0.491056633019370192 +82143 cspg_html_6255491344 cspg_html_6255491344:45:7140:7158 Kootenay Moose Mountain (Alberta) -0.438060290900437188 +82144 aapg_aa_381.html aapg_aa_381.html:98:13057:13065 Monterey Monterey, California -0.00243726702917233546 +82145 gsa_html_6837513060 gsa_html_6837513060:730:58929:58939 Washington Seattle -0.480277073774662555 +82146 aapg_af_479.html aapg_af_479.html:569:60960:60978 Cabrillo La Jolla -0.0548599497641807099 +82147 aapg_ai_699.html aapg_ai_699.html:38:6524:6541 Beekmantown Mohawk Valley -0.453180049702502807 +82148 cspg_html_2863271815 cspg_html_2863271815:569:71963:71975 Salina Guelph -0.45230795361337589 +82149 gsa_html_5516163646 gsa_html_5516163646:14:624:664 Florissant Colorado -0.0516462775496139975 +82150 gsa_html_9499174204 gsa_html_9499174204:1475:115773:115801 Green River Colorado 0.0589040295706790007 +82151 aapg_ae_383.html aapg_ae_383.html:442:33869:33877 Woodford Chattanooga, Tennessee -0.447189152172129289 +82152 cspg_html_5813536348 cspg_html_5813536348:47:7162:7181 Chinchaga Lacombe, Alberta -0.46132865731218986 +82153 cspg_html_2408887763 cspg_html_2408887763:171:22847:22852 Swift Elkton, Kentucky -0.429934117971200513 +82154 palaios_html_8062930347 palaios_html_8062930347:609:58648:58652 Kope Cincinnati -0.0303556393986496656 +82155 palaios_html_7076037184 palaios_html_7076037184:92:10589:10607 Platteville Lisbon -0.0295851529329683692 +82156 cspg_html_6356755616 cspg_html_6356755616:37:5976:5984 Whitemud Lacombe, Alberta -0.441437455474761709 +82157 aapg_ae_892.html aapg_ae_892.html:71:7791:7818 San Andres New Mexico -0.447859095614761116 +82158 sedimentology_html_2139169476 sedimentology_html_2139169476:337:36091:36100 Peninsula China -0.00326243548975702329 +82159 sedimentology_html_3083192111 sedimentology_html_3083192111:533:41734:41738 Hall London, Ontario -0.00399553741552616509 +82160 geology_html_6407364180 geology_html_6407364180:93:8143:8171 Navajo Earth -0.442916609041378917 +82161 cspg_html_5430614285 cspg_html_5430614285:289:36526:36543 Cardium Lacombe, Alberta -0.464953382280686722 +82162 gsa_html_1130947011 gsa_html_1130947011:575:56659:56670 Black River Canada -0.0589546399737923554 +82163 cspg_html_1019614994 cspg_html_1019614994:265:41661:41676 Exshaw Regina, Saskatchewan -0.475325709854034217 +82164 cspg_html_8089302449 cspg_html_8089302449:557:97839:97861 Slave Point Lacombe, Alberta -0.463526807661379381 +82165 cspg_html_6984906794 cspg_html_6984906794:767:55894:55913 Belle Fourche Victoria, British Columbia 0.00299316941719320615 +82166 gsa_html_4873957926 gsa_html_4873957926:1250:127045:127053 Colorado San Juan, Argentina -0.0548285557290214137 +82167 sedimentology_html_8802279411 sedimentology_html_8802279411:744:51354:51367 Sibley Ontario, California -0.0209613827792686502 +82168 aapg_aa_300.html aapg_aa_300.html:344:38113:38121 Woodford California -0.0616410638413136674 +82169 aapg_ad_880.html aapg_ad_880.html:115:13989:14007 Sundance Cheyenne, Wyoming -0.432346977926754639 +82170 geology_html_3186425382 geology_html_3186425382:264:21514:21532 Arc Lake Taupo -0.037441986726546049 +82171 palaios_html_4782349341 palaios_html_4782349341:608:55259:55276 Borden Kentucky -0.0913530532478803448 +82172 aapg_ai_278.html aapg_ai_278.html:538:70664:70675 Punta Gorda Punta Gorda, Florida -0.426608897791606878 +82173 geology_html_1198148364 geology_html_1198148364:260:22529:22537 Toroweap Arizona -0.448350101124535771 +82174 gsa_html_6212532476 gsa_html_6212532476:689:53862:53892 Horse Spring Lake Mead -0.0945897398062694322 +82175 geology_html_7081929997 geology_html_7081929997:11:465:475 Washington Earth -0.0390781048690825028 +82176 aapg_ah_134.html aapg_ah_134.html:126:10011:10018 Hosston Paluxy, Texas -0.0104235679161521783 +82177 cspg_html_8387792223 cspg_html_8387792223:702:73689:73714 Stony Mountain Canada 0.123232219055621553 +82178 aapg_af_636.html aapg_af_636.html:352:40939:40948 Schoharie Onondaga (tribe) -0.0453676577142844081 +82179 geology_html_3717843204 geology_html_3717843204:168:15840:15858 Gowganda Ontario, California -0.0463850024986732501 +82180 cspg_html_2113617629 cspg_html_2113617629:826:93524:93544 Bow Island Lacombe, Alberta -0.47675536629509363 +82181 aapg_ad_870.html aapg_ad_870.html:39:5348:5364 Laurentian Marathon County, Wisconsin -0.0384097003788234775 +82182 aapg_ac_702.html aapg_ac_702.html:230:23959:23965 Hertha Iowa -0.477130519718023338 +82183 aapg_ac_824.html aapg_ac_824.html:638:57080:57088 Colorado Fremont, California -0.495723634298967097 +82184 aapg_ah_881.html aapg_ah_881.html:224:24956:24962 Oregon Washington (state) -0.462261924354454456 +82185 gsa_html_3225734041 gsa_html_3225734041:13:722:730 Colorado Denver -0.447168994241326834 +82186 cspg_html_8915218033 cspg_html_8915218033:291:29880:29908 Besa River Victoria, British Columbia -0.461271782333034175 +82187 cspg_html_1585758124 cspg_html_1585758124:181:23667:23675 Colorado Logan, Utah -0.485663921579086111 +82188 sedimentology_html_6642353235 sedimentology_html_6642353235:1518:89015:89021 Oxford Africa -0.0541954731072742807 +82189 aapg_aa_945.html aapg_aa_945.html:10:1249:1259 Rock River Salem, Oregon -0.450595494357366455 +82190 aapg_aa_684.html aapg_aa_684.html:29:3667:3682 Chugwater Cheyenne, Wyoming -0.0450523758854702583 +82191 aapg_ai_509.html aapg_ai_509.html:97:8638:8649 Tulip Creek Middle Ordovician -0.489483165548852517 +82192 geology_html_5171586381 geology_html_5171586381:341:27259:27268 San Diego California -0.444838140504144441 +82193 aapg_ac_949.html aapg_ac_949.html:48:4951:4971 Tallahatta Lisbon -0.434712986404073964 +82194 cspg_html_1993014403 cspg_html_1993014403:415:45887:45895 Colorado Denver -0.0457038553664062958 +82195 aapg_af_133.html aapg_af_133.html:125:13277:13285 Michigan Michigan -0.0152852690750857109 +82196 aapg_ad_918.html aapg_ad_918.html:510:56370:56379 San Diego California -0.417500283370627168 +82197 aapg_ae_32.html aapg_ae_32.html:90:9074:9094 Fort Scott Tulsa, Oklahoma -0.486588444102287743 +82198 aapg_ae_992.html aapg_ae_992.html:3:411:430 Chugwater John Crow Mountains 0.867113858755155786 +82199 aapg_ad_1.html aapg_ad_1.html:65:7044:7056 Little Falls Black River, Jamaica -0.0268931559198013828 +82200 gsa_html_9613801428 gsa_html_9613801428:116:13231:13259 Talkeetna Matanuska Glacier -0.440425240506611693 +82201 cspg_html_7989435905 cspg_html_7989435905:73:8042:8053 Belly River Edmonton, London 0.548200361117925805 +82202 cspg_html_5376629375 cspg_html_5376629375:66:10728:10746 Arctomys Jasper, Texas -0.431186011272103542 +82203 cspg_html_9735723617 cspg_html_9735723617:2230:191526:191534 Scotland Bridgetown, Nova Scotia -0.477454856949792728 +82204 aapg_ai_340.html aapg_ai_340.html:785:64075:64084 Matanuska Anchorage, Alaska -0.452055720301517416 +82205 cspg_html_8810326121 cspg_html_8810326121:12:980:990 Mississagi Espanola, Ontario -0.0633628062510393636 +82206 gsa_html_2017427047 gsa_html_2017427047:12:519:527 Richland Washington (state) -0.476061064960921709 +82207 aapg_ac_785.html aapg_ac_785.html:280:46168:46197 Barnett Brown County, Ohio -0.108685664111197594 +82208 cspg_html_4319383223 cspg_html_4319383223:388:46979:46996 Halfway Lacombe, Alberta -0.462143504710773534 +82209 aapg_ad_958.html aapg_ad_958.html:928:97301:97307 Warsaw Smith County, Kansas -0.457963336268268129 +82210 aapg_ah_696.html aapg_ah_696.html:348:48264:48274 Washington Richland, Washington -0.488806694061501346 +82211 aapg_ai_975.html aapg_ai_975.html:8:3404:3411 Hosston County Sligo -0.109352716427148153 +82212 aapg_ah_494.html aapg_ah_494.html:35:4169:4178 Ingleside Corpus Christi Bay -0.00832481152182470464 +82213 aapg_af_738.html aapg_af_738.html:265:34895:34906 Stony Creek Platina, California -0.502783815794125233 +82214 cspg_html_1004940981 cspg_html_1004940981:696:74452:74469 Prince Alfred Bay Devon Island -0.520360871201580144 +82215 aapg_ah_505.html aapg_ah_505.html:1894:149765:149773 Colorado Robertson, New South Wales -0.440254051746647612 +82216 geology_html_2516074878 geology_html_2516074878:386:30816:30826 Washington Wisconsin -0.0447475566663644089 +82217 aapg_ae_777.html aapg_ae_777.html:158:18191:18209 Tererro Sangre de Cristo Range -0.463636287457712182 +82218 sedimentology_html_9586961644 sedimentology_html_9586961644:1151:82468:82485 Cardium Lacombe, Alberta -0.442542141875480355 +82219 aapg_ah_530.html aapg_ah_530.html:131:13012:13029 El Paso El Paso, Texas -0.469051848391689397 +82220 aapg_af_880.html aapg_af_880.html:572:88027:88050 Harpersville Pueblo, Colorado -0.10588472199276569 +82221 aapg_ae_67.html aapg_ae_67.html:467:35211:35219 Colorado Colorado -0.0389701822838023973 +82222 gsa_html_1904554207 gsa_html_1904554207:344:38126:38137 Stony Creek Great Valley, New York -0.483015252079283031 +82223 aapg_ac_126.html aapg_ac_126.html:102:15195:15215 Smackover Texas -0.427803761062237942 +82224 aapg_af_854.html aapg_af_854.html:1145:161947:161968 Waltersburg Illinois -0.04375827605503467 +82225 cspg_html_9768299963 cspg_html_9768299963:279:30440:30467 Edmonton Lacombe, Alberta -0.0556221712941747035 +82226 cspg_html_6810036199 cspg_html_6810036199:9:1240:1257 Pelican Lacombe, Alberta -0.0506631068321719905 +82227 aapg_ac_905.html aapg_ac_905.html:204:20016:20040 Cardium Lacombe, Alberta -0.418612169989185101 +82228 aapg_ah_533.html aapg_ah_533.html:271:31988:32007 Knoxville Central Valley (California) -0.473653815287124913 +82229 sedimentology_html_6619747998 sedimentology_html_6619747998:1452:87526:87547 Cliff House Colorado -0.501903390372201885 +82230 aapg_ae_147.html aapg_ae_147.html:277:27617:27636 San Pedro Harbor City, Los Angeles 0.816669792878485401 +82231 gsa_html_3860045860 gsa_html_3860045860:375:40315:40321 Oregon Scio, New York -0.0427795572276395697 +82232 gsa_html_4667678389 gsa_html_4667678389:488:41935:41959 Big Cottonwood Logan, Utah -0.431086943566786673 +82233 aapg_af_342.html aapg_af_342.html:317:32760:32768 Bathurst Amsterdam -0.515614018549527264 +82234 aapg_ac_316.html aapg_ac_316.html:79:8507:8513 Bernal New Mexico -0.465641239344597002 +82235 aapg_ah_665.html aapg_ah_665.html:9:1251:1257 Pioche Reno, Nevada 0.420384702575071378 +82236 aapg_ah_387.html aapg_ah_387.html:2443:264352:264360 Mariposa Salem, Oregon -0.016748470666176702 +82237 aapg_af_590.html aapg_af_590.html:491:38425:38441 Cutler Grand County, Colorado -0.0477544383461864994 +82238 aapg_ai_44.html aapg_ai_44.html:173:26117:26123 Sierra Barquisimeto -0.502850661160650247 +82239 cspg_html_5940878099 cspg_html_5940878099:334:41988:41993 Banff Lacombe, Alberta -0.406218582002202511 +82240 aapg_ae_319.html aapg_ae_319.html:708:60019:60027 Sundance Cheyenne, Wyoming -0.450006666987963933 +82241 gsa_html_1197940982 gsa_html_1197940982:1095:104949:104966 Mehrten Sierra Nevada (Spain) -0.499412697488954616 +82242 cspg_html_9771826320 cspg_html_9771826320:793:119930:119951 Bathurst District Council of Franklin Harbour -0.0460783921822131154 +82243 aapg_ad_218.html aapg_ad_218.html:107:14353:14377 Bedford Southern California -0.0335442004664093935 +82244 aapg_ai_491.html aapg_ai_491.html:86:11402:11406 Rico Hermosa, Chicago 0.769201977047291097 +82245 aapg_ae_877.html aapg_ae_877.html:75:7310:7316 Calmar Swan Hill, Victoria -0.0949483595778358863 +82246 aapg_ah_781.html aapg_ah_781.html:184:17535:17540 Bluff Missouri River -0.494538507684199602 +82247 aapg_ac_240.html aapg_ac_240.html:44:5070:5092 Burro Canyon Colorado -0.45099125631104503 +82248 aapg_ac_925.html aapg_ac_925.html:71:10855:10861 Umpqua Medford, Massachusetts -0.450649451770273157 +82249 geology_html_5114001979 geology_html_5114001979:17:1142:1152 Whitehorse Canada -0.463307888475886887 +82250 cspg_html_3328007773 cspg_html_3328007773:9:717:741 Colorado Colorado -0.0514248783748567431 +82251 cspg_html_8207916783 cspg_html_8207916783:19:2661:2669 Columbia Victoria, British Columbia -0.4804630690816033 +82252 aapg_aa_98.html aapg_aa_98.html:181:15208:15219 Slave Point Lacombe, Alberta -0.441798115405519942 +82253 cspg_html_9119878068 cspg_html_9119878068:6:377:397 Swan Hills Lacombe, Alberta -0.0241651662660577748 +82254 aapg_af_785.html aapg_af_785.html:59:6223:6235 Hatchetigbee Alabama -0.222471465883037983 +82255 cspg_html_6306091047 cspg_html_6306091047:272:38476:38484 Columbia Victoria, British Columbia -0.467905110852730732 +82256 gsa_html_5851349851 gsa_html_5851349851:910:68537:68565 Green River Colorado 0.00724767451713446368 +82257 geology_html_9533399219 geology_html_9533399219:304:22034:22039 Lyell London, Ontario -0.442720440658756875 +82258 cspg_html_7602315496 cspg_html_7602315496:43:6769:6782 Pakowki Lacombe, Alberta -0.0074248793072545817 +82259 gsa_html_2877093757 gsa_html_2877093757:479:54298:54304 Oregon California -0.441459714368856782 +82260 aapg_ac_366.html aapg_ac_366.html:76:10999:11019 Shawangunk Pennsylvania 0.37112482103626987 +82261 aapg_aa_813.html aapg_aa_813.html:429:45641:45662 Wind River Fort Union Trading Post National Historic Site 0.240495851115061249 +82262 aapg_ah_828.html aapg_ah_828.html:320:25515:25524 La Casita Shreveport, Louisiana -0.486548633935625752 +82263 aapg_ac_609.html aapg_ac_609.html:498:45701:45716 Methy Manitoba -0.451733774163315116 +82264 cspg_html_4348111624 cspg_html_4348111624:270:38646:38654 Deadwood Regina, Saskatchewan -0.0724462917404976592 +82265 gsa_html_1743346632 gsa_html_1743346632:933:75378:75387 Harp Lake Nain, Newfoundland and Labrador -0.480644453081816247 +82266 aapg_af_881.html aapg_af_881.html:97:13342:13349 Rustler Salado, Texas -0.504870491781424846 +82267 aapg_ae_873.html aapg_ae_873.html:861:100310:100318 Prichard Delta County, Texas -0.455310861563052449 +82268 aapg_ae_184.html aapg_ae_184.html:69:7282:7291 Oil Creek Pennsylvania -0.0382077954989542418 +82269 cspg_html_8438548095 cspg_html_8438548095:24:2760:2768 Paskapoo Edmonton, London -0.471382028770717776 +82270 sedimentology_html_5673709888 sedimentology_html_5673709888:155:10980:10993 Red River Williston Basin -0.485729424463417547 +82271 aapg_ac_742.html aapg_ac_742.html:62:7448:7461 Gypsum Spring Black Hills -0.455595651058867956 +82272 gsa_html_4113859081 gsa_html_4113859081:74:6541:6553 Owens Valley Sierra Nevada (Spain) -0.0428648860089176492 +82273 gsa_html_2804482794 gsa_html_2804482794:64:4925:4953 Green River Colorado -0.0232594217874036342 +82274 cspg_html_8568877195 cspg_html_8568877195:87:14045:14056 Belly River Lacombe, Alberta -0.175287962644931655 +82275 palaios_html_7860397774 palaios_html_7860397774:30:1380:1397 La Luna Venezuela -0.00253281259735845714 +82276 aapg_ac_406.html aapg_ac_406.html:151:15160:15169 Smackover Cotton Valley, Louisiana -0.480891010387966222 +82277 aapg_ah_134.html aapg_ah_134.html:127:10217:10236 Cotton Valley County Sligo -0.00200123251374013846 +82278 palaios_html_5212272868 palaios_html_5212272868:254:28238:28248 Washington Salem, Oregon -0.464533160716817162 +82279 sedimentology_html_2401684111 sedimentology_html_2401684111:154:13864:13871 Andrews Kangerlussuaq Airport -0.440680970807864891 +82280 cspg_html_5538678223 cspg_html_5538678223:34:5938:5953 Liard Liard River, British Columbia -0.504458956304840389 +82281 aapg_ai_28.html aapg_ai_28.html:308:28884:28891 Reynosa Matamoros, Tamaulipas -0.511053760151644054 +82282 cspg_html_8612721867 cspg_html_8612721867:869:105207:105212 Nisku Lacombe, Alberta -0.02390265150978289 +82283 cspg_html_8057060038 cspg_html_8057060038:143:17311:17320 Gog Horseshoe Lake, Arkansas -0.452909542628234352 +82284 aapg_aa_45.html aapg_aa_45.html:113:13495:13513 Moenkopi Colorado -0.198497730099902986 +82285 aapg_aa_960.html aapg_aa_960.html:207:16730:16734 Jelm Entrada Sandstone -0.463478914486847693 +82286 aapg_ae_994.html aapg_ae_994.html:65:7633:7660 Madison Cheyenne, Wyoming -0.0519827474069236295 +82287 cspg_html_2419618566 cspg_html_2419618566:610:83316:83322 Antler Canada -0.499246281017071747 +82288 cspg_html_1114211412 cspg_html_1114211412:293:40299:40305 Fernie Lacombe, Alberta -0.440745470442491794 +82289 aapg_ah_712.html aapg_ah_712.html:370:47275:47292 Wingate Colorado -0.472399687021269332 +82290 cspg_html_3041902517 cspg_html_3041902517:440:50872:50913 Nansen Devon Island 0.806217636650183422 +82291 gsa_html_6616306152 gsa_html_6616306152:29:2796:2824 Green River New Mexico -0.0358061340755818636 +82292 sedimentology_html_6295528506 sedimentology_html_6295528506:700:53865:53882 Lourdes Middle Ordovician -0.451767539383647998 +82293 cspg_html_5541725202 cspg_html_5541725202:193:28091:28110 Claremont New Brunswick, New Jersey -0.459819284677136619 +82294 aapg_ae_146.html aapg_ae_146.html:17:2167:2182 Diablo Coahuila -0.466727815469158758 +82295 aapg_ah_90.html aapg_ah_90.html:146:22093:22101 Colorado Denver -0.440247382693200906 +82296 jgeology_html_5471448181 jgeology_html_5471448181:249:22597:22614 Wingate Chinle Formation -0.480904968568341529 +82297 aapg_ae_324.html aapg_ae_324.html:79:7662:7670 Virginia Knoxville, Tennessee -0.0135458743690372828 +82298 aapg_ac_617.html aapg_ac_617.html:29:3485:3503 Oakville Oakville, California -0.48003533972520751 +82299 aapg_ad_836.html aapg_ad_836.html:999:85518:85525 Decorah Iowa 0.00479118531736136624 +82300 aapg_ac_316.html aapg_ac_316.html:196:22249:22270 Whitehorse New Mexico -0.0313696934317686249 +82301 aapg_ac_807.html aapg_ac_807.html:803:79704:79714 Tuscaloosa Parris Island, South Carolina -0.43797158338019293 +82302 aapg_ai_272.html aapg_ai_272.html:24:3811:3819 Montreal Great Lakes region (North America) -0.168334678216950584 +82303 gsa_html_3014459865 gsa_html_3014459865:133:14395:14413 Beacon Hill Gravel Maryland -0.456391730122837791 +82304 aapg_ae_305.html aapg_ae_305.html:1085:93835:93840 Colon Mexico -0.420349873120834439 +82305 cspg_html_6032369756 cspg_html_6032369756:66:9109:9117 Columbia Lacombe, Alberta -0.432346977926754639 +82306 AMJC_html_5421639085 AMJC_html_5421639085:410:43142:43162 Popes Head Sykesville, Maryland -0.458865873154244486 +82307 palaios_html_2221534395 palaios_html_2221534395:48:6665:6669 Kope Netherlands -0.461456070409902219 +82308 aapg_ad_49.html aapg_ad_49.html:114:10669:10674 Capay California -0.0514126754650784876 +82309 aapg_aa_537.html aapg_aa_537.html:395:46761:46767 Oswego Mississippi River -0.454143259443463898 +82310 aapg_ai_28.html aapg_ai_28.html:211:19197:19204 Lagarto Oakville, California -0.474805786132168894 +82311 aapg_ae_705.html aapg_ae_705.html:5:713:748 Santa Barbara Santa Ynez Valley 0.0265992943860679579 +82312 aapg_ah_283.html aapg_ah_283.html:266:27903:27920 Cowlitz Cowlitz River -0.036255097654164431 +82313 geology_html_6601484937 geology_html_6601484937:18:1025:1042 Onaping Lake Onega -0.467980749597819323 +82314 aapg_ad_431.html aapg_ad_431.html:144:11795:11805 Tuscaloosa Logan, Utah 0.00339446295123063376 +82315 aapg_ai_583.html aapg_ai_583.html:43:6992:7000 Sundance Powder River (Montana) -0.413951619546012173 +82316 aapg_ac_301.html aapg_ac_301.html:174:20236:20263 Saturday Mountain Boise, Idaho -0.0703772867504297434 +82317 aapg_ac_55.html aapg_ac_55.html:172:20725:20735 Vincentown Mount Laurel Township, New Jersey 0.0114208658344619116 +82318 cspg_html_8371777215 cspg_html_8371777215:210:23162:23170 Bullhead Victoria, British Columbia -0.490195451192383946 +82319 aapg_ae_981.html aapg_ae_981.html:450:39692:39712 Bainbridge Illinois -0.00272390391992803757 +82320 aapg_af_291.html aapg_af_291.html:300:34143:34160 Sadlerochit Prudhoe Bay Oil Field -0.470696581042233275 +82321 cspg_html_7229660003 cspg_html_7229660003:113:9754:9769 Interlake Regina, Saskatchewan -0.0170265242171895904 +82322 aapg_ad_696.html aapg_ad_696.html:291:27521:27526 Tyler Smith County, Kansas -0.0437965911337355185 +82323 aapg_ak_55.html aapg_ak_55.html:121:12768:12774 Forest Bath, Somerset -0.0158621976007121031 +82324 gsa_html_1951402014 gsa_html_1951402014:31:906:916 Santa Cruz Canary Islands -0.0433821006587485347 +82325 palaios_html_7100229719 palaios_html_7100229719:851:78106:78112 Brazil Praia Grande, Santa Catarina -0.449656248007914428 +82326 aapg_ae_181.html aapg_ae_181.html:10:1460:1476 Ripley Mississippi River -0.203872993871323904 +82327 aapg_ac_366.html aapg_ac_366.html:16:2766:2778 Williamsport Salina, Kansas -0.482213387515949554 +82328 aapg_ae_370.html aapg_ae_370.html:477:44101:44126 Pittsburg Bluff Vernonia, Oregon -0.0354198318919945049 +82329 aapg_af_579.html aapg_af_579.html:168:18213:18230 Entrada Colorado -0.465705253187009671 +82330 aapg_ai_996.html aapg_ai_996.html:1344:60213:60221 Virginia Virginia -0.079979111857066118 +82331 aapg_ae_221.html aapg_ae_221.html:425:25963:25972 Vicksburg Melbourne, Florida -0.00728936970704518669 +82332 gsa_html_4699550738 gsa_html_4699550738:584:51170:51175 Price Cambridge 0.00902496409790776687 +82333 jgeology_html_4436895778 jgeology_html_4436895778:946:54268:54276 Michigan Arizona -0.0399624195111792577 +82334 aapg_ai_755.html aapg_ai_755.html:102:11706:11718 Little River Rice County, Kansas -0.452909542628234352 +82335 aapg_ae_223.html aapg_ae_223.html:144:19040:19049 Mesaverde Iles 0.0310392034454004609 +82336 gsa_html_4339524478 gsa_html_4339524478:1020:94374:94384 Washington Boise, Idaho -0.0416442398946082412 +82337 cspg_html_7872970297 cspg_html_7872970297:55:6448:6469 Telford Victoria, British Columbia -0.0532381100685256278 +82338 cspg_html_6927586285 cspg_html_6927586285:588:66787:66817 Doig Lacombe, Alberta -0.0336555463053693354 +82339 aapg_ai_969.html aapg_ai_969.html:271:29469:29489 Milk River Lacombe, Alberta -0.0938093252770771519 +82340 gsa_html_2023933346 gsa_html_2023933346:1233:114324:114332 Woodford Los Angeles -0.472574788136010782 +82341 cspg_html_6702053097 cspg_html_6702053097:418:47543:47560 Beekmantown Quebec City -0.011292292690643661 +82342 aapg_ae_789.html aapg_ae_789.html:310:35778:35785 Wabamun Mount Assiniboine Provincial Park -0.441419648744354465 +82343 aapg_ac_782.html aapg_ac_782.html:93:17330:17343 Barnett Lampasas, Texas -0.0718673084458993777 +82344 aapg_aa_566.html aapg_aa_566.html:52:6153:6163 Wind River Wasatch Range -0.0347847257870449039 +82345 geology_html_5984209132 geology_html_5984209132:16:759:765 Brazil Manaus -0.44056532751251043 +82346 aapg_ae_905.html aapg_ae_905.html:170:18542:18558 Pawnee Missouri River -0.477158315306099867 +82347 aapg_af_419.html aapg_af_419.html:222:28158:28170 Temblor California -0.0349187039582129002 +82348 aapg_ae_113.html aapg_ae_113.html:361:47701:47724 Snowblind Bay Bathurst Island (Northern Territory) -0.466219818123899288 +82349 cspg_html_6116883777 cspg_html_6116883777:1141:160826:160841 Douro Devon Island -0.433509375056355339 +82350 aapg_aa_914.html aapg_aa_914.html:396:37535:37545 Fort Worth Texas -0.0270600859182637335 +82351 aapg_ad_2.html aapg_ad_2.html:214:31329:31336 Setters Cockeysville, Maryland 0.000112916565930930199 +82352 cspg_html_5947812886 cspg_html_5947812886:430:68134:68152 Sullivan Hockley -0.008957206898973313 +82353 aapg_ad_63.html aapg_ad_63.html:231:20184:20190 Goliad Oakville, California 0.00619140699389484142 +82354 aapg_ac_985.html aapg_ac_985.html:51:4855:4871 Hardinsburg Kentucky -0.458865873154244486 +82355 cspg_html_9894399778 cspg_html_9894399778:66:6134:6142 Foremost Southern Alberta -0.0111724073673319709 +82356 aapg_ad_335.html aapg_ad_335.html:636:77198:77218 Mesaverde Cheyenne, Wyoming 0.0019873350170567061 +82357 gsa_html_3860045860 gsa_html_3860045860:1297:113430:113436 Oregon Washington (state) -0.470179399208385473 +82358 aapg_aa_831.html aapg_aa_831.html:3:354:376 Wristen Ward County, North Dakota -0.0172889404553563421 +82359 aapg_ae_627.html aapg_ae_627.html:105:9241:9249 Colorado Denver -0.0570055523431757527 +82360 aapg_ae_223.html aapg_ae_223.html:419:51478:51495 Wasatch Wasatch Range -0.453739353605666973 +82361 aapg_ai_31.html aapg_ai_31.html:95:10726:10745 Chattahoochee Oakville, California -0.460964719996515115 +82362 geology_html_5276387616 geology_html_5276387616:60:3704:3711 Shuswap Victoria, British Columbia -0.471501691978871318 +82363 aapg_ad_356.html aapg_ad_356.html:424:41714:41737 Cotton Valley Cotton Valley, Louisiana -0.442542141875480355 +82364 geology_html_4097535752 geology_html_4097535752:72:6151:6163 Owens Valley Sierra Nevada (Spain) -0.0284721166530200707 +82365 geology_html_9479859164 geology_html_9479859164:93:8135:8158 Colorado Gulf of California -0.469051848391689397 +82366 cspg_html_7552198061 cspg_html_7552198061:210:24702:24719 Madison Cheyenne, Wyoming -0.466782751574986277 +82367 aapg_ae_135.html aapg_ae_135.html:223:17230:17242 Wilcox Rapides Parish, Louisiana -0.456371367070690814 +82368 aapg_ae_993.html aapg_ae_993.html:383:38723:38730 Bedford Cheyenne, Wyoming -0.471340610693628537 +82369 aapg_ah_320.html aapg_ah_320.html:54:5951:5961 Greenbrier Pennsylvania 0.00905971142196613025 +82370 gsa_html_9866042258 gsa_html_9866042258:1845:142976:142985 San Pedro Mexico -0.496469628762517878 +82371 aapg_ah_654.html aapg_ah_654.html:1374:122560:122578 Frontier Cheyenne, Wyoming -0.00286982837919386039 +82372 gsa_html_7822144675 gsa_html_7822144675:496:54639:54652 Santa Barbara California -0.423164225946506323 +82373 aapg_ah_505.html aapg_ah_505.html:987:78576:78587 Dakota Niobrara, Nebraska -0.451526708240674923 +82374 aapg_ae_876.html aapg_ae_876.html:305:32111:32125 Cedar Mountain Cedar Mountains -0.00308350377484213492 +82375 aapg_ae_812.html aapg_ae_812.html:19:2994:3004 San Andres Mexico -0.492526896944679549 +82376 aapg_ak_85.html aapg_ak_85.html:262:30121:30132 Haynesville Red Rocks Amphitheatre -0.457650607934439568 +82377 aapg_ad_337.html aapg_ad_337.html:10:1541:1556 Sespe Santa Monica Mountains 0.354615986554869866 +82378 cspg_html_6786864151 cspg_html_6786864151:10:1344:1366 Trent River Qualicum River -0.444295421139491553 +82379 sedimentology_html_1039739878 sedimentology_html_1039739878:1510:79866:79871 Crete Greece -0.492258100446082036 +82380 gsa_html_1874034425 gsa_html_1874034425:3842:294883:294911 Green River Colorado -0.0179232709792312463 +82381 geology_html_1562036371 geology_html_1562036371:291:23391:23396 Rapid Fiordland National Park -0.0710208129815087796 +82382 aapg_ai_722.html aapg_ai_722.html:6:1117:1125 Michigan Ohio 0.000132025523515305647 +82383 cspg_html_1503116552 cspg_html_1503116552:81:12373:12393 Waterways Swan Hill, Victoria -0.419751437916078163 +82384 cspg_html_2383801070 cspg_html_2383801070:51:6580:6585 Basal Edmonton, London -0.0101942281259971568 +82385 aapg_aa_4.html aapg_aa_4.html:284:37824:37830 Ithaca Ithaca, New York -0.062493142819730535 +82386 aapg_ad_921.html aapg_ad_921.html:48:6851:6865 Kope Lexington, Kentucky -0.432289667144302503 +82387 geology_html_2659665057 geology_html_2659665057:281:25225:25235 Washington Willapa River -0.467130759519596039 +82388 aapg_ad_466.html aapg_ad_466.html:1318:141234:141247 Potomac Delaware -0.0103905567969635754 +82389 aapg_aa_918.html aapg_aa_918.html:1218:126638:126659 Whitehorse Cedar Hill, Texas -0.467905110852730732 +82390 aapg_ah_387.html aapg_ah_387.html:2695:290377:290388 Toro Knoxville, Illinois -0.417624004674976901 +82391 gsa_html_6701310840 gsa_html_6701310840:697:62163:62186 Boulder Creek Canada -0.460964719996515115 +82392 cspg_html_5791970667 cspg_html_5791970667:413:38017:38039 Salem Texas 0.734908947627438414 +82393 aapg_ae_706.html aapg_ae_706.html:200:17021:17040 Moccasin Martinsburg, Nebraska -0.467877607461444023 +82394 aapg_af_995.html aapg_af_995.html:250:43550:43559 Sunnyside Kenilworth, Illinois -0.479521879225688563 +82395 cspg_html_9872589627 cspg_html_9872589627:194:23958:23988 Doig Lacombe, Alberta -0.480597940731277096 +82396 cspg_html_6140605204 cspg_html_6140605204:20:3421:3454 Kootenay Lacombe, Alberta -0.456391730122837791 +82397 aapg_ah_536.html aapg_ah_536.html:219:29755:29763 Pearsall Pearsall, Texas -0.463271407180362194 +82398 gsa_html_2859191796 gsa_html_2859191796:230:22585:22606 Mount Simon Illinois -0.484079342907875299 +82399 palaios_html_4619218296 palaios_html_4619218296:464:29459:29472 Tres Esquinas Venezuela -0.462125287699645448 +82400 aapg_ae_711.html aapg_ae_711.html:41:6182:6187 Atoka Hartshorne, Oklahoma -0.0242746935922993796 +82401 cspg_html_2954223000 cspg_html_2954223000:383:55455:55463 Colorado Middle East -0.0484305318686929845 +82402 cspg_html_2650073471 cspg_html_2650073471:6:502:510 Whitemud Milk River, Alberta -0.0601886111919468711 +82403 aapg_ad_285.html aapg_ad_285.html:98:11958:11966 Lisburne Anchorage, Alaska -0.0303573786993141213 +82404 aapg_ah_779.html aapg_ah_779.html:238:43698:43703 Mt Lytton Juniata County School District -0.0113965411474177668 +82405 aapg_aa_415.html aapg_aa_415.html:95:14434:14442 Woodbine Arkansas -0.467877607461444023 +82406 AMJC_html_4504848787 AMJC_html_4504848787:203:21546:21568 Mechum River Castleton, Vermont -0.469648742182661783 +82407 aapg_ac_969.html aapg_ac_969.html:40:4212:4221 Oil Creek Ardmore, Pennsylvania -0.433370341259820213 +82408 jgeology_html_8288020170 jgeology_html_8288020170:1057:57968:57977 Peninsula Cape Breton Island -0.472604743150075168 +82409 cspg_html_4256688574 cspg_html_4256688574:39:4910:4917 Wapiabi Colorado -0.0121732026878597095 +82410 geology_html_1719839605 geology_html_1719839605:17:829:837 Colorado Denver 0.00348653482604391416 +82411 aapg_af_785.html aapg_af_785.html:143:15487:15508 Cane River Charlotte, North Carolina -0.0111724073673319709 +82412 gsa_html_9459410652 gsa_html_9459410652:623:54629:54632 Rye Reno, Nevada -0.494566874481706664 +82413 aapg_aa_260.html aapg_aa_260.html:174:19435:19456 Sadlerochit Prudhoe Bay Oil Field -0.0283642962878183774 +82414 aapg_aa_775.html aapg_aa_775.html:575:59566:59584 Reforma Campeche, Campeche -0.464656465989479628 +82415 cspg_html_8049997704 cspg_html_8049997704:16:1226:1236 Milk River Milk River, Alberta -0.0865044847368156566 +82416 aapg_ae_147.html aapg_ae_147.html:150:16989:17004 Sespe South Mountains (Arizona) -0.463526807661379381 +82417 gsa_html_3010975239 gsa_html_3010975239:490:59289:59297 Michigan Lake Huron -0.464569693827358687 +82418 cspg_html_9735723617 cspg_html_9735723617:511:63449:63469 Bird Fiord Ellesmere Island -0.0205424838715731368 +82419 aapg_af_891.html aapg_af_891.html:11:1466:1496 Stonewall Crockett County, Tennessee -0.380457370639646464 +82420 aapg_ak_135.html aapg_ak_135.html:128:21942:21959 Topanga Huntington Beach, California -0.00638076930644856932 +82421 geology_html_6571764485 geology_html_6571764485:152:13029:13039 Washington California -0.0399624195111792577 +82422 aapg_af_551.html aapg_af_551.html:795:72320:72344 Lake Valley Rift Valley lakes 0.000277948477905467942 +82423 gsa_html_2676102786 gsa_html_2676102786:1619:91638:91666 Green River Colorado -0.443933785681361437 +82424 aapg_af_854.html aapg_af_854.html:613:84450:84462 Borden Ohio -0.0292460145715184028 +82425 palaios_html_6092480787 palaios_html_6092480787:478:52299:52303 Hall London, Ontario -0.474805786132168894 +82426 gsa_html_8985264904 gsa_html_8985264904:22:1259:1277 Galisteo Texas -0.0191815618988117366 +82427 palaios_html_8767224707 palaios_html_8767224707:321:27799:27822 Bromide Middle East -0.474842748246669499 +82428 aapg_ai_49.html aapg_ai_49.html:93:9106:9113 Hermosa Logan, Utah -0.0821555370094037563 +82429 cspg_html_4177065182 cspg_html_4177065182:1247:69673:69694 Hardinsburg Illinois -0.43919205226689878 +82430 aapg_aa_904.html aapg_aa_904.html:361:30956:30977 Milk River Lacombe, Alberta -0.0376647614075230411 +82431 cspg_html_2769629211 cspg_html_2769629211:6:555:564 Waterways Hay River (Canada) -0.0229013103912739102 +82432 aapg_ah_371.html aapg_ah_371.html:176:13901:13911 Tuscaloosa Charleston, South Carolina -0.479071400272167325 +82433 aapg_af_85.html aapg_af_85.html:77:8800:8806 Muskeg Lacombe, Alberta 0.0287294978512137832 +82434 gsa_html_9666442487 gsa_html_9666442487:370:40886:40895 Ellis Bay Anticosti Island -0.194931660410759156 +82435 geology_html_3107749784 geology_html_3107749784:194:15466:15474 Colorado San Juan River (Nicaragua) -0.485603101959931283 +82436 aapg_aa_47.html aapg_aa_47.html:232:26247:26254 Minturn New Mexico -0.0905592069567203867 +82437 aapg_ai_958.html aapg_ai_958.html:101:10061:10069 Oakville Cuero, Texas -0.0423511843522919873 +82438 aapg_ai_18.html aapg_ai_18.html:154:14842:14857 Queen Carrizo Plain -0.433376961451207021 +82439 aapg_ad_50.html aapg_ad_50.html:41:2965:2970 Atoka Dodge City, Kansas 0.00186225759184010619 +82440 AMJC_html_3632105729 AMJC_html_3632105729:605:76730:76746 Hurwal Salem, Oregon -0.0641539957505768976 +82441 aapg_af_142.html aapg_af_142.html:3:357:367 Rio Grande East Texas -0.0399624195111792577 +82442 cspg_html_8089302449 cspg_html_8089302449:261:44522:44538 Silica Michigan -0.0303834682384913415 +82443 cspg_html_6306091047 cspg_html_6306091047:47:9210:9229 Pardonet Canada -0.456661018199272462 +82444 cspg_html_7576506617 cspg_html_7576506617:58:9881:9892 Severn River River Severn -0.421948969269320462 +82445 gsa_html_3436154175 gsa_html_3436154175:21:970:991 Green River Cheyenne, Wyoming 0.982615073059035726 +82446 geology_html_5620285857 geology_html_5620285857:242:20585:20593 Homewood Switzerland -0.0465034686644063416 +82447 sedimentology_html_9793182930 sedimentology_html_9793182930:340:26872:26905 Honaker Middle East -0.453180049702502807 +82448 aapg_ad_930.html aapg_ad_930.html:7:880:901 Green River Cheyenne, Wyoming -0.0138360551692065167 +82449 cspg_html_9843429624 cspg_html_9843429624:875:110958:110966 Columbia Victoria, British Columbia -0.452909542628234352 +82450 aapg_af_663.html aapg_af_663.html:335:34829:34845 Pawnee Pleasanton, Texas -0.0250987813235815996 +82451 geology_html_5607484480 geology_html_5607484480:269:20292:20300 Michigan Bloomington, Indiana -0.47076786107370483 +82452 gsa_html_6701310840 gsa_html_6701310840:576:54156:54168 Golden Grove Barbados -0.481794104698776371 +82453 aapg_ad_3.html aapg_ad_3.html:230:19917:19937 Beekmantown Virginia -0.405334963050919317 +82454 gsa_html_2056046367 gsa_html_2056046367:58:3422:3450 Green River Colorado -0.0370695462872533757 +82455 cspg_html_7994114775 cspg_html_7994114775:233:34989:35011 Logan Cohasset, Massachusetts -0.454089094007790295 +82456 aapg_af_11.html aapg_af_11.html:173:19465:19480 Ouray Ouray, Colorado -0.458648092769168181 +82457 aapg_ah_847.html aapg_ah_847.html:146:16552:16569 New Egypt New Egypt, New Jersey -0.486857796887406991 +82458 aapg_ah_387.html aapg_ah_387.html:2719:292682:292690 San Luis California -0.484602537618405216 +82459 aapg_ac_867.html aapg_ac_867.html:458:62500:62524 Mesaverde Niobrara, Nebraska -0.441553207562292771 +82460 cspg_html_6953269830 cspg_html_6953269830:414:45197:45202 Gates Victoria, British Columbia -0.4835517998191603 +82461 aapg_ac_617.html aapg_ac_617.html:117:15109:15132 Oakville Oakville, California -0.089972700631958516 +82462 aapg_ae_472.html aapg_ae_472.html:84:11617:11629 San Fernando Aragua River -0.443933785681361437 +82463 aapg_ac_316.html aapg_ac_316.html:34:4332:4352 San Andres Carlsbad, New Mexico -0.0425061623953187154 +82464 aapg_ai_49.html aapg_ai_49.html:206:23973:23993 San Andres Arizona -0.0207667065675008616 +82465 cspg_html_1058139432 cspg_html_1058139432:634:75490:75496 Viking Lacombe, Alberta -0.00652496303282925402 +82466 cspg_html_2172704722 cspg_html_2172704722:735:89524:89545 Price Logan, Utah -0.0203286926879938275 +82467 cspg_html_9648675035 cspg_html_9648675035:609:53898:53916 Dunvegan Lacombe, Alberta -0.0295434123424303668 +82468 palaios_html_5766254008 palaios_html_5766254008:479:42276:42281 Stump Gilboa, New York -0.476269297170336003 +82469 aapg_ad_880.html aapg_ad_880.html:457:45777:45795 Sundance Manitoba -0.00143491027354907159 +82470 palaios_html_7206591444 palaios_html_7206591444:620:77347:77378 Kope Ohio -0.0144772441484254995 +82471 aapg_aa_426.html aapg_aa_426.html:156:34872:34893 Haynesville Haynesville, Louisiana -0.42429358801520467 +82472 aapg_ae_768.html aapg_ae_768.html:52:7004:7020 Salado Delaware -0.0131340660726573313 +82473 aapg_ad_808.html aapg_ad_808.html:334:22375:22394 Phosphoria Flat Creek, Missouri 0.00920043838208298506 +82474 jgeology_html_7218166865 jgeology_html_7218166865:102:5015:5023 Blanding Logan, Utah -0.454305775206324536 +82475 AMJC_html_8831189197 AMJC_html_8831189197:703:66748:66754 Denver Colorado -0.047151578986696932 +82476 cspg_html_8653047386 cspg_html_8653047386:36:5302:5339 Hare Indian Canada -0.446029671493266278 +82477 cspg_html_1313584654 cspg_html_1313584654:249:32657:32669 Saskatchewan Caldwell, New Jersey -0.431097950577111366 +82478 AMJC_html_7872796695 AMJC_html_7872796695:556:46410:46455 Horquilla New Mexico -0.474009171210690694 +82479 sedimentology_html_2309878186 sedimentology_html_2309878186:830:52600:52620 Toro Chile -0.463253167093327645 +82480 cspg_html_1065856149 cspg_html_1065856149:160:15429:15437 Edmonton Regina, Saskatchewan -0.035973188044241329 +82481 aapg_aa_399.html aapg_aa_399.html:503:46233:46244 Belly River Edmonton, London 0.0150141868655465499 +82482 aapg_ad_152.html aapg_ad_152.html:1061:136355:136376 Phosphoria Kaibab, Arizona -0.465666387088394251 +82483 aapg_af_468.html aapg_af_468.html:31:4057:4071 Frio Brazoria County, Texas -0.410196007709156762 +82484 aapg_ah_214.html aapg_ah_214.html:13:1403:1415 Saskatchewan Manitoba -0.0482911263715116029 +82485 aapg_af_631.html aapg_af_631.html:162:15911:15927 Salado Salado, Texas -0.0230751498951462693 +82486 sedimentology_html_1568456861 sedimentology_html_1568456861:1221:90185:90205 Enrage Canada -0.0417243342632335201 +82487 gsa_html_8735573394 gsa_html_8735573394:758:73472:73489 Waweig New Brunswick, New Jersey -0.469120700106755939 +82488 jgeology_html_4599466962 jgeology_html_4599466962:147:11090:11099 Schoharie Onondaga (tribe) -0.0503650435699674118 +82489 gsa_html_4012649500 gsa_html_4012649500:706:67788:67796 Columbia Victoria, British Columbia -0.471639785200352879 +82490 gsa_html_6982030333 gsa_html_6982030333:1202:112516:112526 Washington Boise, Idaho -0.0716679150791895425 +82491 aapg_aa_39.html aapg_aa_39.html:13:1892:1906 Dakota Valencia County, New Mexico -0.220485483138996213 +82492 aapg_ad_399.html aapg_ad_399.html:29:3237:3247 Kinderhook Chester, Pennsylvania -0.0691918609260504525 +82493 aapg_ad_379.html aapg_ad_379.html:445:38421:38431 San Andres Logan, Utah -0.44255997020698512 +82494 aapg_ac_458.html aapg_ac_458.html:63:8686:8705 Mesaverde Western world 0.326339491308297758 +82495 geology_html_8881449794 geology_html_8881449794:104:9352:9360 Colorado Red Rock Canyon National Conservation Area -0.0676658721418899739 +82496 cspg_html_1173833070 cspg_html_1173833070:163:18533:18551 Edmonton Lacombe, Alberta -0.491084883288990137 +82497 cspg_html_9343899465 cspg_html_9343899465:98:13710:13728 Melville Island Banks Island -0.519281151938487229 +82498 cspg_html_2863271815 cspg_html_2863271815:130:17356:17372 Guelph Guelph 0.73811863925888388 +82499 jgeology_html_5435533156 jgeology_html_5435533156:256:16463:16471 Poultney Indian River (Florida) -0.479438267468745405 +82500 palaios_html_7565718144 palaios_html_7565718144:440:36654:36658 Hall London, Ontario -0.0169917673336638479 +82501 cspg_html_3102530088 cspg_html_3102530088:317:37944:37964 Milk River Regina, Saskatchewan -0.0100934580634963432 +82502 aapg_ai_504.html aapg_ai_504.html:168:16537:16558 Minnelusa Des Moines, Washington -0.144975200999359816 +82503 aapg_ae_720.html aapg_ae_720.html:719:82378:82393 Canol Canada -0.0285868941347483252 +82504 aapg_ad_603.html aapg_ad_603.html:33:2971:2980 Minnelusa Crook, Colorado -0.00928383236367189522 +82505 aapg_af_142.html aapg_af_142.html:265:34101:34114 Cotton Valley Texas -0.0272061513057389563 +82506 aapg_ah_700.html aapg_ah_700.html:580:72806:72827 Belly River Lacombe, Alberta -0.43797158338019293 +82507 cspg_html_4326384800 cspg_html_4326384800:775:108190:108209 Yahatinda Southeast Asia -0.469028899015838996 +82508 geology_html_7252964522 geology_html_7252964522:13:473:481 Virginia Reston, Virginia -0.0527620925297026463 +82509 aapg_ae_904.html aapg_ae_904.html:394:40098:40107 Minnelusa Englewood, New Jersey -0.0178259478113005146 +82510 gsa_html_1754747405 gsa_html_1754747405:29:2796:2824 Green River Colorado 0.0208501389731201615 +82511 aapg_ad_981.html aapg_ad_981.html:382:23584:23595 Chazy Canada -0.454305775206324536 +82512 cspg_html_9768299963 cspg_html_9768299963:60:6737:6753 Battle Red Deer, Alberta -0.0162740496879429895 +82513 aapg_ad_883.html aapg_ad_883.html:267:24788:24796 Michigan Lenawee County, Michigan 0.00480334593379653455 +82514 aapg_ai_78.html aapg_ai_78.html:45:4382:4391 Catahoula Shreveport, Louisiana -0.208402728954650451 +82515 cspg_html_8904992939 cspg_html_8904992939:420:50652:50677 Nisku Lacombe, Alberta -0.455876007847145159 +82516 AMJC_html_6341723617 AMJC_html_6341723617:831:73123:73140 Bridger Cheyenne, Wyoming -0.437408487283808822 +82517 aapg_ae_959.html aapg_ae_959.html:1539:112590:112598 Wolfcamp Nashville Basin -0.421027095781893512 +82518 AMJC_html_5916115748 AMJC_html_5916115748:179:19712:19720 Beaumont Beaumont, Texas -0.440325191296006335 +82519 palaios_html_4940783464 palaios_html_4940783464:393:40665:40692 Yakataga Anchorage, Alaska -0.459837454744856933 +82520 aapg_af_435.html aapg_af_435.html:68:7570:7577 Hosston Mississippi River 0.431677100052401175 +82521 aapg_ae_454.html aapg_ae_454.html:612:56214:56222 Dorcheat Arkansas -0.257769302822219382 +82522 cspg_html_1189888589 cspg_html_1189888589:320:41191:41210 Paskapoo Cheyenne, Wyoming -0.42653659632637092 +82523 cspg_html_1503116552 cspg_html_1503116552:1330:207349:207376 Beaverhill Western Canadian Sedimentary Basin -0.434518537443352337 +82524 cspg_html_5484260516 cspg_html_5484260516:989:78149:78167 Palliser Lacombe, Alberta -0.0288373212008630718 +82525 aapg_ad_0.html aapg_ad_0.html:288:24655:24676 Mount Simon Illinois -0.46957525648780718 +82526 cspg_html_7970836465 cspg_html_7970836465:140:17595:17612 Vaureal Havre, Montana -0.0851081520320395024 +82527 aapg_af_589.html aapg_af_589.html:12:1583:1593 Washington Salem, Oregon -0.488724520608411594 +82528 aapg_ad_808.html aapg_ad_808.html:1237:84672:84695 Frontier Cheyenne, Wyoming 0.518528879745513205 +82529 gsa_html_7195000001 gsa_html_7195000001:343:47402:47424 Eureka Sound Banks Island -0.0294721058156958669 +82530 cspg_html_3328007773 cspg_html_3328007773:673:71307:71327 Colorado Colorado -0.0210726272729466063 +82531 cspg_html_3962754176 cspg_html_3962754176:687:74688:74714 Horseshoe Canyon Drumheller 0.80319293782400647 +82532 geology_html_9123782865 geology_html_9123782865:14:739:745 Denver Colorado -0.0247441052038830135 +82533 aapg_ad_960.html aapg_ad_960.html:59:6099:6107 Monterey California 0.0267679597249096228 +82534 geology_html_6476658393 geology_html_6476658393:33:3081:3094 Potsdam Ontario, California -0.0347969055523305801 +82535 palaios_html_8472682513 palaios_html_8472682513:553:52994:53000 Cannon Colorado -0.48312719960823608 +82536 aapg_ae_74.html aapg_ae_74.html:401:37587:37620 Moenkopi Logan, Utah -0.244232807299237936 +82537 gsa_html_8398449001 gsa_html_8398449001:585:45908:45918 Bear River Bear Lake, Michigan -0.133906763231462278 +82538 sedimentology_html_3592910316 sedimentology_html_3592910316:122:11068:11088 Missisauga Middle East -0.50899473261649919 +82539 aapg_af_143.html aapg_af_143.html:843:82230:82239 Knoxville California 0.00190221287180775155 +82540 aapg_ah_97.html aapg_ah_97.html:83:10568:10575 Bromide Boise, Idaho -0.00305744578029933057 +82541 aapg_ac_575.html aapg_ac_575.html:561:85038:85045 Leonard East Timor -0.463435584788403632 +82542 cspg_html_5731893209 cspg_html_5731893209:47:4856:4873 Wabamun Redwater, Texas -0.439098796420780313 +82543 cspg_html_9272820228 cspg_html_9272820228:21:2825:2852 Cold Lake Lacombe, Alberta -0.457492019193031785 +82544 geology_html_2333844059 geology_html_2333844059:288:23082:23090 Santiago Chile -0.470292003998596664 +82545 aapg_af_318.html aapg_af_318.html:529:52860:52880 Ellerslie Lacombe, Alberta -0.466842269540434285 +82546 cspg_html_5345848475 cspg_html_5345848475:1006:99179:99191 Saskatchewan Saskatoon -0.478767343423892489 +82547 aapg_ai_272.html aapg_ai_272.html:616:63153:63175 Albert New Brunswick, New Jersey -0.465558942626108085 +82548 aapg_ad_823.html aapg_ad_823.html:154:16429:16446 Rustler Culebra, Puerto Rico -0.478836965338604204 +82549 aapg_ai_813.html aapg_ai_813.html:74:12790:12795 Yukon Anchorage, Alaska -0.0282634328663418991 +82550 cspg_html_1064364469 cspg_html_1064364469:30:3605:3612 Cardium Western world -0.467336881448994379 +82551 cspg_html_2046810769 cspg_html_2046810769:107:7704:7725 Christopher Banks Island -0.412799667795391623 +82552 gsa_html_1591315291 gsa_html_1591315291:590:49841:49845 Hall London, Ontario -0.441397390812390766 +82553 aapg_ai_49.html aapg_ai_49.html:245:29099:29106 Wingate Kayenta, Arizona -0.431157390646727534 +82554 gsa_html_5261839912 gsa_html_5261839912:219:21843:21860 Montevideo Gneiss Montevideo, Minnesota -0.0602933440335905041 +82555 aapg_ad_218.html aapg_ad_218.html:159:19918:19938 Bedford California -0.474815026513922711 +82556 aapg_ah_411.html aapg_ah_411.html:158:18728:18747 Fox Hills Cheyenne, Wyoming 0.00568412731897794451 +82557 gsa_html_3613642206 gsa_html_3613642206:13:643:653 Washington Earth -0.00365504393340889116 +82558 aapg_ae_68.html aapg_ae_68.html:285:32687:32692 Logan Ogden, Utah -0.0586021206234843689 +82559 cspg_html_2803424832 cspg_html_2803424832:69:9854:9874 Assistance Melville Island (Canada) -0.412806147791681621 +82560 cspg_html_9290046117 cspg_html_9290046117:815:95688:95693 Banff Lacombe, Alberta -0.45417711448712661 +82561 palaios_html_4745554613 palaios_html_4745554613:433:48578:48586 Columbia Victoria, British Columbia -0.0137248477945169315 +82562 cspg_html_3926542795 cspg_html_3926542795:1132:118944:118964 Swan Hills Swan Hill, Victoria -0.470629904958731249 +82563 gsa_html_3080505437 gsa_html_3080505437:189:14495:14523 Green River New Mexico -0.0171725037246518962 +82564 sedimentology_html_7328045802 sedimentology_html_7328045802:660:39283:39302 Frankfort Austin, Chicago -0.434527375159215246 +82565 cspg_html_9905904289 cspg_html_9905904289:327:41834:41842 Whitemud Regina, Saskatchewan 0.00270479477611077846 +82566 geology_html_7365667112 geology_html_7365667112:201:19238:19243 Rapid Tibet Autonomous Region -0.064910353474174412 +82567 sedimentology_html_8384737970 sedimentology_html_8384737970:401:34572:34579 Entrada Carmel, Indiana 1.07599280435689848 +82568 gsa_html_3646882130 gsa_html_3646882130:88:8823:8850 Columbia Steens Mountain Wilderness -0.476061064960921709 +82569 sedimentology_html_3865745685 sedimentology_html_3865745685:1378:101193:101211 Dunvegan Ganges 0.0152956953730357167 +82570 cspg_html_5358383351 cspg_html_5358383351:589:82951:82964 Windsor Bridgetown, Nova Scotia -0.00200123251374013846 +82571 aapg_aa_153.html aapg_aa_153.html:36:3831:3851 Seneca Ithaca, New York -0.503913746830082165 +82572 aapg_ai_49.html aapg_ai_49.html:575:75516:75535 Tensleep Logan, Utah -0.0431086870877795889 +82573 aapg_ac_621.html aapg_ac_621.html:182:16278:16286 Zeandale Tarkio, Missouri -0.472604743150075168 +82574 sedimentology_html_3941612453 sedimentology_html_3941612453:51:5377:5392 Quinault Washington (state) -0.471432653520514666 +82575 aapg_ai_593.html aapg_ai_593.html:1316:141715:141740 Woodbine Texas -0.0292651452152505043 +82576 aapg_ae_498.html aapg_ae_498.html:677:73633:73641 Nealmont Virginia 0.0432776103847857113 +82577 geology_html_6903099226 geology_html_6903099226:287:24767:24772 Swift Stroudsburg, Pennsylvania -0.0241651662660577748 +82578 aapg_ah_501.html aapg_ah_501.html:82:8471:8475 Buda Del Rio, Tennessee 0.0268340353555487666 +82579 aapg_ah_645.html aapg_ah_645.html:527:64351:64356 Piper Williston, Vermont -0.478990153256473372 +82580 aapg_af_887.html aapg_af_887.html:187:18370:18378 Carlsbad West Texas -0.453085363047098455 +82581 aapg_ah_646.html aapg_ah_646.html:90:11184:11200 Chinle Logan, Utah -0.165499933729327309 +82582 aapg_ac_807.html aapg_ac_807.html:319:32402:32420 Patapsco Delaware -0.447168994241326834 +82583 cspg_html_9176909629 cspg_html_9176909629:13:1582:1597 Melville Island Little Cornwallis Island -0.497038450035218293 +82584 geology_html_3092781509 geology_html_3092781509:340:27942:27949 Canning Perth, Western Australia -0.466741549175746284 +82585 gsa_html_7797980813 gsa_html_7797980813:986:65951:65979 Green River New Mexico -0.00364114626483282803 +82586 cspg_html_3521815736 cspg_html_3521815736:255:35650:35664 Doig Western world -0.436810292517708865 +82587 cspg_html_9768299963 cspg_html_9768299963:109:12003:12021 Scollard Red Deer, Alberta -0.49337628910884479 +82588 aapg_af_653.html aapg_af_653.html:2433:215138:215146 Monterey Monterey, California 0.0230056138725967946 +82589 cspg_html_3404912985 cspg_html_3404912985:579:89307:89318 Belly River Western world -0.148832297239409939 +82590 jgeology_html_5792739316 jgeology_html_5792739316:206:14408:14418 Laurentian Kalahari Desert -0.521605674636564709 +82591 sedimentology_html_6357692216 sedimentology_html_6357692216:294:32819:32823 Hall London, Ontario -0.446029671493266278 +82592 AMJC_html_1767296229 AMJC_html_1767296229:472:43392:43414 Fisset Brook Cape Breton Island -0.486436238766394913 +82593 aapg_ah_847.html aapg_ah_847.html:203:23782:23792 Sykesville New Egypt, New Jersey -0.0686604263314506691 +82594 aapg_ae_627.html aapg_ae_627.html:104:9191:9199 Colorado Denver -0.465568086328610908 +82595 aapg_ad_280.html aapg_ad_280.html:3:478:497 Smackover Bossier City, Louisiana -0.244706180519143446 +82596 cspg_html_5295390542 cspg_html_5295390542:349:43297:43347 Halfway Victoria, British Columbia -0.480765396922298249 +82597 cspg_html_9070870548 cspg_html_9070870548:509:51342:51359 Cardium Lacombe, Alberta -0.466842269540434285 +82598 cspg_html_5381643866 cspg_html_5381643866:357:44684:44702 Bickford Rocky Brook -0.485308421911267773 +82599 gsa_html_2023933346 gsa_html_2023933346:491:50685:50690 Sespe Poway, California -0.456337429672799166 +82600 geology_html_1235527591 geology_html_1235527591:16:950:960 Fort Worth Texas -0.448282824521055501 +82601 aapg_ah_435.html aapg_ah_435.html:521:61254:61260 Midway Mexico -0.473649201225758321 +82602 aapg_ae_5.html aapg_ae_5.html:15:1941:1955 Earp New Mexico -0.320331999224396868 +82603 AMJC_html_7085584544 AMJC_html_7085584544:869:91970:91978 Michigan Cheyenne, Wyoming -0.0217296792824245993 +82604 gsa_html_7020634397 gsa_html_7020634397:912:71308:71313 Yukon Victoria, British Columbia -0.484077007932315562 +82605 geology_html_3374437567 geology_html_3374437567:297:24882:24891 Littleton Colorado 0.0505567788075391017 +82606 gsa_html_5089176247 gsa_html_5089176247:1039:94017:94045 Green River Colorado -0.0229013103912739102 +82607 aapg_ac_334.html aapg_ac_334.html:78:10378:10391 Moncton North Carolina -0.474805786132168894 +82608 aapg_ad_184.html aapg_ad_184.html:31:4977:4985 Michigan Illinois -0.0399067122276937497 +82609 geology_html_2099150727 geology_html_2099150727:359:29087:29091 Hall London, Ontario -0.464533160716817162 +82610 sedimentology_html_9443898314 sedimentology_html_9443898314:187:8476:8486 Washington Salem, Oregon -0.44505934010721393 +82611 cspg_html_4845813500 cspg_html_4845813500:239:25861:25877 Rocky Brook New Brunswick, New Jersey -0.4506269691264706 +82612 aapg_ai_321.html aapg_ai_321.html:143:19752:19759 Esquias Matagalpa -0.49345891443649581 +82613 aapg_ae_692.html aapg_ae_692.html:138:16197:16211 Deadwood Winnipeg -0.18450414651493513 +82614 cspg_html_4298557570 cspg_html_4298557570:336:42631:42648 Bearpaw Red Deer, Alberta -0.42658041474227687 +82615 gsa_html_6433065427 gsa_html_6433065427:72:7914:7925 Green River Kentucky -0.439165406786194035 +82616 aapg_ad_337.html aapg_ad_337.html:193:21880:21891 Sespe Oxnard, California -0.0981140635067803274 +82617 gsa_html_5295695236 gsa_html_5295695236:1254:124479:124488 Littleton Colorado -0.432289667144302503 +82618 aapg_ac_309.html aapg_ac_309.html:21:2431:2447 Peedee Charleston, South Carolina -0.014941203695627946 +82619 cspg_html_1781462584 cspg_html_1781462584:325:34144:34152 Montreal Montreal -0.0187574882731168305 +82620 aapg_ad_831.html aapg_ad_831.html:49:7859:7865 Oregon Washington (state) 0.0141001745086265506 +82621 aapg_ae_993.html aapg_ae_993.html:521:53523:53540 Leatham Logan, Utah -0.0252830771132320185 +82622 gsa_html_6971334714 gsa_html_6971334714:712:70684:70694 Las Cruces El Paso, Texas -0.017787713832192225 +82623 aapg_ad_110.html aapg_ad_110.html:909:91356:91373 Amsden Cheyenne, Wyoming -0.00440204655713307986 +82624 aapg_ai_49.html aapg_ai_49.html:225:26734:26752 Moenkopi Reno, Nevada 0.912988078742486775 +82625 aapg_ac_782.html aapg_ac_782.html:183:31890:31903 Barnett Western world -0.0129533588216162645 +82626 cspg_html_5783501569 cspg_html_5783501569:48:7050:7069 Waterfowl Western world -0.0492217054882720523 +82627 gsa_html_7125621200 gsa_html_7125621200:758:66905:66921 Navajo Logan, Utah -0.483173848714512189 +82628 aapg_ai_410.html aapg_ai_410.html:377:33191:33196 Ouray Hermosa, Chicago -0.470181697121159758 +82629 sedimentology_html_8006979411 sedimentology_html_8006979411:149:13606:13615 Greenhorn New Mexico -0.00504308419121407819 +82630 aapg_ad_956.html aapg_ad_956.html:552:51217:51234 Baraboo Quartzite Wisconsin -0.482213387515949554 +82631 aapg_ad_111.html aapg_ad_111.html:399:45820:45829 Sunnyside Carbon County, Wyoming -0.0245285217971666809 +82632 palaios_html_5582845937 palaios_html_5582845937:359:36169:36177 Virginia Hampton, New Hampshire -0.455347020329573748 +82633 gsa_html_7012936645 gsa_html_7012936645:823:66536:66557 Martinsburg Pennsylvania 0.0142461363116521914 +82634 aapg_ai_883.html aapg_ai_883.html:59:6289:6294 Sligo Southeast Asia -0.0125641469917892202 +82635 aapg_aa_360.html aapg_aa_360.html:98:10140:10156 Indio Carrizo Plain -0.447706690849008493 +82636 aapg_af_663.html aapg_af_663.html:423:42152:42160 Altamont Laredo, Texas 0.0101699042927858082 +82637 sedimentology_html_8752954975 sedimentology_html_8752954975:646:50879:50914 Kingston Peak Death Valley -0.499270052772917139 +82638 aapg_af_483.html aapg_af_483.html:104:13918:13934 Atima Honduras -0.0472108174817054069 +82639 geology_html_1146010106 geology_html_1146010106:45:5842:5862 North Horn Gunnison County, Colorado -0.460980639153810601 +82640 aapg_ad_581.html aapg_ad_581.html:89:10235:10246 Martinsburg Waynesboro, Pennsylvania -0.409442295483226304 +82641 gsa_html_4930932370 gsa_html_4930932370:845:86663:86680 Onaping Michigan -0.0728713868027355133 +82642 cspg_html_1242153796 cspg_html_1242153796:45:7290:7298 Glenogle Victoria, British Columbia -0.436850160261835319 +82643 aapg_af_296.html aapg_af_296.html:73:6012:6017 Hondo California -0.455211432419709627 +82644 aapg_ad_821.html aapg_ad_821.html:447:34045:34057 Wasatch Fort Union Trading Post National Historic Site -0.462717531176716879 +82645 aapg_af_489.html aapg_af_489.html:66:7057:7072 Yegua Texas -0.00092939054595942859 +82646 cspg_html_9587281669 cspg_html_9587281669:76:14038:14052 Colorado Colorado -0.0559152219546391674 +82647 aapg_ah_687.html aapg_ah_687.html:420:57033:57061 Athabasca Lacombe, Alberta -0.0197377379215514133 +82648 aapg_ac_316.html aapg_ac_316.html:205:23402:23418 Whitehorse New Mexico -0.00456360840821551893 +82649 sedimentology_html_5482644620 sedimentology_html_5482644620:549:51866:51872 Oregon Arizona -0.040244442684913409 +82650 jgeology_html_4232779030 jgeology_html_4232779030:627:36951:36959 Colorado Gunnison River -0.468198533701609299 +82651 aapg_aa_114.html aapg_aa_114.html:233:25771:25783 La Boca Middle East -0.0419054197993560459 +82652 cspg_html_9018334227 cspg_html_9018334227:521:63411:63419 Columbia Victoria, British Columbia -0.4796264052884881 +82653 aapg_ac_187.html aapg_ac_187.html:2492:249018:249022 Home Lawrenceville, New Jersey -0.0799615924049946469 +82654 aapg_aa_231.html aapg_aa_231.html:74:8878:8908 Borden Texas -0.484266161538602968 +82655 aapg_ai_514.html aapg_ai_514.html:13:2119:2130 Green River Uinta Mountains -0.461171691164054931 +82656 aapg_af_18.html aapg_af_18.html:67:8350:8359 Newcastle Fall River, Nova Scotia -0.463307888475886887 +82657 cspg_html_5947812886 cspg_html_5947812886:398:61274:61283 Cathedral Lake Louise, Alberta -0.467016268103292775 +82658 sedimentology_html_7482146728 sedimentology_html_7482146728:377:46491:46497 Oregon Salem, Oregon -0.0413482450965648035 +82659 aapg_ae_272.html aapg_ae_272.html:846:85240:85248 Michigan Michigan -0.428479686892279998 +82660 cspg_html_5891044027 cspg_html_5891044027:73:15106:15124 Waterton Western world -0.474888953093082877 +82661 geology_html_6051364759 geology_html_6051364759:212:18269:18276 Andrews London, Ontario -0.456479975332736432 +82662 aapg_ah_973.html aapg_ah_973.html:159:9997:10013 Peedee North Carolina -0.00486067457957646467 +82663 aapg_ac_333.html aapg_ac_333.html:132:16277:16289 Hermit Grand Canyon -0.476324834178458445 +82664 gsa_html_4067269733 gsa_html_4067269733:667:59705:59724 Moenkopi Kaibab, Arizona -0.17964091595577189 +82665 gsa_html_6281658899 gsa_html_6281658899:64:9434:9455 Wind River Wasatch Range -0.445106268068768518 +82666 aapg_ac_348.html aapg_ac_348.html:303:33268:33288 Allegheny Huntington, West Virginia 0.375614242678855959 +82667 aapg_ae_74.html aapg_ae_74.html:435:40674:40691 Wingate Arizona -0.446078886082885928 +82668 cspg_html_8174352156 cspg_html_8174352156:511:67372:67380 Columbia Victoria, British Columbia -0.47829406272822006 +82669 aapg_ad_2.html aapg_ad_2.html:1579:218364:218382 Potsdam Pennsylvania -0.467889067103673728 +82670 cspg_html_5534161222 cspg_html_5534161222:571:59462:59470 Columbia Lacombe, Alberta -0.00514558121477792525 +82671 gsa_html_1217771406 gsa_html_1217771406:744:71797:71811 Monterey Santa Cruz Island -0.476519241639526414 +82672 aapg_ah_772.html aapg_ah_772.html:772:66609:66625 Pequop Reno, Nevada -0.427843250012949428 +82673 aapg_ai_31.html aapg_ai_31.html:497:46704:46718 Frio Texas -0.455197874748240694 +82674 cspg_html_7337727809 cspg_html_7337727809:6:498:506 Columbia Lacombe, Alberta -0.416615158514964445 +82675 gsa_html_3701935694 gsa_html_3701935694:193:18273:18291 Moretown Bennington, Vermont -0.0307122011432018581 +82676 cspg_html_8247666269 cspg_html_8247666269:693:78518:78534 Hassel District Council of Franklin Harbour -0.450422402561976354 +82677 aapg_ad_659.html aapg_ad_659.html:102:13529:13573 Solor Church Iowa -0.0208118990728868025 +82678 cspg_html_1434585715 cspg_html_1434585715:838:78908:78918 Fort Union Cheyenne, Wyoming -0.44948782523520614 +82679 aapg_ai_80.html aapg_ai_80.html:198:21618:21633 Franconia Trempealeau, Wisconsin -0.0164009085472750712 +82680 gsa_html_8951179545 gsa_html_8951179545:778:83096:83108 Wilcox Texas -0.417467727749844975 +82681 aapg_ah_435.html aapg_ah_435.html:125:15707:15717 San Felipe Austin, Chicago -0.458865873154244486 +82682 sedimentology_html_2139169476 sedimentology_html_2139169476:52:3529:3538 Peninsula Korea -0.492187378708275225 +82683 gsa_html_4120839285 gsa_html_4120839285:1671:155166:155194 Green River Colorado 0.000729614901202842885 +82684 aapg_ae_415.html aapg_ae_415.html:247:32059:32068 Red Bluff Alabama -0.388986913538860724 +82685 aapg_ad_49.html aapg_ad_49.html:115:10698:10716 Crescent Washington (state) -0.00436382766958571481 +82686 cspg_html_3850954719 cspg_html_3850954719:81:11406:11423 Muskiki Southeast Asia -0.515674638527041984 +82687 aapg_af_874.html aapg_af_874.html:156:11178:11188 Pottsville Huntington, West Virginia -0.489335141452313493 +82688 aapg_ai_49.html aapg_ai_49.html:490:63506:63514 Tensleep Cheyenne, Wyoming -0.00693843622164340684 +82689 cspg_html_4568084707 cspg_html_4568084707:81:11348:11370 Cooking Lake Lacombe, Alberta -0.00716428423732448638 +82690 aapg_aa_898.html aapg_aa_898.html:102:13149:13164 Flagstaff Sevier orogeny -0.451787799117909672 +82691 gsa_html_7272439065 gsa_html_7272439065:293:27510:27531 Elk Cheyenne, Wyoming -0.038712565483401136 +82692 aapg_ac_742.html aapg_ac_742.html:73:8842:8861 Spearfish Black Hills -0.485729424463417547 +82693 aapg_af_206.html aapg_af_206.html:33:3811:3822 San Antonio Laredo, Texas -0.0824570225902768739 +82694 cspg_html_6644065685 cspg_html_6644065685:53:5740:5760 Griper Bay Banks Island -0.5448680519063549 +82695 aapg_ad_98.html aapg_ad_98.html:178:17317:17337 Copenhagen Reno, Nevada -0.521520185683642667 +82696 gsa_html_1536819908 gsa_html_1536819908:45:3754:3760 Antler Sonoma, California -0.4804630690816033 +82697 aapg_ae_180.html aapg_ae_180.html:79:9436:9451 Mt Lytton Judith River Formation -0.481575226969792936 +82698 aapg_af_666.html aapg_af_666.html:357:28910:28918 Red Peak John Crow Mountains -0.454052985518192231 +82699 aapg_af_174.html aapg_af_174.html:173:22533:22538 Mt Lytton Canada -0.479772763003628699 +82700 aapg_af_393.html aapg_af_393.html:104:15563:15583 Grandfather Mountain Mountain City, Tennessee -0.459819284677136619 +82701 gsa_html_5601712699 gsa_html_5601712699:957:81312:81338 Monterey California 0.0321768231211598324 +82702 aapg_aa_229.html aapg_aa_229.html:404:31049:31060 Peace River Lacombe, Alberta -0.49361002164838963 +82703 aapg_ai_761.html aapg_ai_761.html:422:47451:47457 Provo Vienna -0.431186011272103542 +82704 palaios_html_8283629756 palaios_html_8283629756:378:33970:33978 Columbia Victoria, British Columbia -0.436832441054611387 +82705 geology_html_3745475684 geology_html_3745475684:211:23241:23251 Keokuk Bennington, Vermont -0.4784100389871494 +82706 gsa_html_8266272099 gsa_html_8266272099:40:4399:4405 Denver Colorado -0.492215666694549525 +82707 aapg_aa_81.html aapg_aa_81.html:84:7932:7957 Topeka Topeka, Kansas -0.0443399870178828731 +82708 gsa_html_2168907540 gsa_html_2168907540:501:53328:53334 Walker Republic of China -0.0632195999825383298 +82709 cspg_html_9676262628 cspg_html_9676262628:36:4563:4591 Cardium Lacombe, Alberta -0.457532796484121151 +82710 palaios_html_5321533010 palaios_html_5321533010:395:44421:44427 Reston Lihue, Hawaii -0.0169066131987412362 +82711 aapg_aa_507.html aapg_aa_507.html:69:8634:8647 Nacatoch Shreveport, Louisiana -0.0182917127831857887 +82712 aapg_ah_845.html aapg_ah_845.html:301:35393:35397 Ladd Central Texas -0.432236767973233238 +82713 cspg_html_5484260516 cspg_html_5484260516:86:10851:10863 Saskatchewan Victoria, British Columbia -0.0782870302331403894 +82714 cspg_html_1506720813 cspg_html_1506720813:183:24873:24885 Saskatchewan Regina, Saskatchewan -0.0204677435827045166 +82715 aapg_ae_706.html aapg_ae_706.html:261:23005:23015 Nolichucky Middle East -0.473653815287124913 +82716 aapg_af_854.html aapg_af_854.html:920:130237:130244 Renault Kentucky -0.022564066972144893 +82717 cspg_html_4694482219 cspg_html_4694482219:335:29363:29380 Bearpaw Edmonton, London -0.479893584862882694 +82718 aapg_af_288.html aapg_af_288.html:349:42122:42138 Mural Arizona -0.0093950246056262298 +82719 gsa_html_7581107637 gsa_html_7581107637:55:3532:3560 Green River Colorado -0.00652496303282925402 +82720 aapg_ad_883.html aapg_ad_883.html:47:6628:6644 Salina Franconia, New Hampshire -0.00092939054595942859 +82721 aapg_ah_289.html aapg_ah_289.html:23:3583:3601 Monterey California -0.451454696362579122 +82722 aapg_aa_172.html aapg_aa_172.html:685:74248:74253 Weeks Canada -0.491162576381923288 +82723 gsa_html_1741354143 gsa_html_1741354143:537:48921:48929 Scotland London, Ontario -0.466810220907495799 +82724 aapg_ah_869.html aapg_ah_869.html:1072:97509:97519 South Park Colorado -0.488912357297633382 +82725 cspg_html_7963093032 cspg_html_7963093032:67:9030:9050 Mill Creek Crowsnest Pass, Alberta -0.465616092314337648 +82726 sedimentology_html_1049699891 sedimentology_html_1049699891:31:2155:2163 Colorado Switzerland -0.00260577470876247183 +82727 aapg_ac_952.html aapg_ac_952.html:150:16778:16797 Smackover Texas -0.432316117842066305 +82728 cspg_html_1222040397 cspg_html_1222040397:699:85249:85257 Columbia Victoria, British Columbia -0.440280728439214952 +82729 aapg_ac_245.html aapg_ac_245.html:111:17366:17371 Atoka Texas -0.450582005503512739 +82730 cspg_html_6839937815 cspg_html_6839937815:300:43232:43238 Kaibab Arizona -0.485308421911267773 +82731 aapg_aa_143.html aapg_aa_143.html:389:56933:56961 Axemann Pennsylvania -0.413013530266095219 +82732 cspg_html_9023649778 cspg_html_9023649778:6:527:535 Columbia Victoria, British Columbia -0.48294529227432792 +82733 cspg_html_8279927914 cspg_html_8279927914:49:5475:5490 Elk Lacombe, Alberta -0.481756844989031929 +82734 aapg_ah_656.html aapg_ah_656.html:540:52344:52359 Queen Guadalupe Mountains National Park -0.00527934873270450959 +82735 aapg_ae_757.html aapg_ae_757.html:1065:75373:75386 Carlile Colorado 0.70243969667692796 +82736 aapg_ac_635.html aapg_ac_635.html:25:3653:3666 Shasta California -0.0338921598886321312 +82737 cspg_html_1019614994 cspg_html_1019614994:372:60853:60863 Big Valley Lacombe, Alberta -0.00782446102673750588 +82738 aapg_ai_107.html aapg_ai_107.html:145:13644:13663 Smackover Hunt County, Texas -0.457501080653503367 +82739 aapg_ae_253.html aapg_ae_253.html:113:13195:13214 Smackover Texas -0.447153316157111791 +82740 cspg_html_4405340534 cspg_html_4405340534:124:19316:19323 Gascons West Point, New York -0.0346959879094753468 +82741 cspg_html_2546442054 cspg_html_2546442054:483:50715:50728 Blood Reserve Lacombe, Alberta -0.457614356613462614 +82742 aapg_ad_761.html aapg_ad_761.html:80:7110:7114 Weno Buda, Texas -0.0305069594683283034 +82743 jgeology_html_5194715269 jgeology_html_5194715269:98:3595:3601 Denver Colorado -0.471382028770717776 +82744 cspg_html_1770934036 cspg_html_1770934036:593:63906:63913 Muskiki Canada -0.454764136650290418 +82745 geology_html_8283566786 geology_html_8283566786:202:19018:19026 Colorado Denver -0.0505585218776990336 +82746 aapg_ac_629.html aapg_ac_629.html:352:45028:45038 Citronelle Texas -0.016748470666176702 +82747 geology_html_6915595818 geology_html_6915595818:250:24378:24399 Tibbit Hill Quebec City -0.0539216783663858529 +82748 cspg_html_9703291023 cspg_html_9703291023:272:30657:30677 Lakota Cheyenne, Wyoming -0.0230090906667148494 +82749 cspg_html_2625728726 cspg_html_2625728726:748:79585:79597 Granite Wash Lacombe, Alberta -0.504994949683397643 +82750 sedimentology_html_8718672678 sedimentology_html_8718672678:1004:55625:55647 Dunvegan Victoria, British Columbia -0.431080339422081793 +82751 sedimentology_html_4464071344 sedimentology_html_4464071344:715:52958:52991 Richland Pennsylvania -0.0286738474366188961 +82752 aapg_ac_832.html aapg_ac_832.html:878:84512:84526 Stony Mountain Williston, Vermont -0.445338708488509594 +82753 cspg_html_4298557570 cspg_html_4298557570:673:64031:64049 Paskapoo Lacombe, Alberta -0.458180950614220484 +82754 aapg_ae_581.html aapg_ae_581.html:374:41536:41551 Mt Lytton Colorado -0.487565545428885583 +82755 palaios_html_2746116737 palaios_html_2746116737:133:11988:12008 Tallahatta Alabama -0.186776330047521727 +82756 gsa_html_5051880568 gsa_html_5051880568:681:62849:62858 Peninsula Korea -0.471432653520514666 +82757 aapg_ae_877.html aapg_ae_877.html:12:1755:1780 Beaverhill Swan Hill, Victoria 0.00337361649967377053 +82758 aapg_aa_24.html aapg_aa_24.html:181:17517:17522 Yukon Cairns, Queensland -0.453008719186489883 +82759 palaios_html_3415407632 palaios_html_3415407632:320:28411:28429 Winnipeg Regina, Saskatchewan -0.261601526773403259 +82760 aapg_ah_415.html aapg_ah_415.html:31:4105:4115 Milk River Bow Island Airport -0.432227951733042737 +82761 aapg_ac_807.html aapg_ac_807.html:475:48366:48374 Virginia Maryland -0.0599791507476206756 +82762 cspg_html_2345233886 cspg_html_2345233886:571:56569:56574 Nisku Canada -0.494850594949005074 +82763 aapg_aa_302.html aapg_aa_302.html:326:39348:39354 Kaibab Arizona -0.432867342827176038 +82764 aapg_ad_440.html aapg_ad_440.html:696:70522:70530 Maccrady Pocono Raceway -0.48422645917649243 +82765 aapg_ae_749.html aapg_ae_749.html:677:67136:67142 Walker Knoxville, Tennessee -0.0711572225320946106 +82766 gsa_html_1119256423 gsa_html_1119256423:724:70095:70109 Arikaree Nebraska -0.00920738787404935463 +82767 palaios_html_9507397379 palaios_html_9507397379:432:38271:38288 Barstow Mojave Desert -0.46328736756315686 +82768 jgeology_html_9215313444 jgeology_html_9215313444:281:19222:19232 Washington Spokane, Washington -0.477123570959987586 +82769 aapg_ac_176.html aapg_ac_176.html:203:34356:34373 Otaraoa Tarata Municipality 0.00920043838208298506 +82770 aapg_ae_71.html aapg_ae_71.html:91:8043:8048 Ouray Colorado Plateau -0.499845535291183252 +82771 sedimentology_html_2467163569 sedimentology_html_2467163569:330:28591:28600 Rio Dulce Spain -0.428791476930725279 +82772 gsa_html_3648258377 gsa_html_3648258377:324:31191:31220 Raritan Closter, New Jersey -0.0431086870877795889 +82773 jgeology_html_4937430430 jgeology_html_4937430430:445:23263:23267 Hall London, Ontario -0.449541717141150321 +82774 sedimentology_html_3455721661 sedimentology_html_3455721661:16:1116:1134 Todilto New Mexico -0.466727815469158758 +82775 geology_html_7782069611 geology_html_7782069611:12:783:790 Newport Salem, Oregon -0.43797158338019293 +82776 aapg_ae_694.html aapg_ae_694.html:175:19628:19647 Woodbine East Texas -0.413942969460138921 +82777 cspg_html_4392308496 cspg_html_4392308496:62:10250:10261 Mabou Logan, Utah -0.0444288146314834667 +82778 aapg_ai_143.html aapg_ai_143.html:144:17054:17064 Bow Island Saskatchewan River -0.47596853330555533 +82779 aapg_ah_688.html aapg_ah_688.html:238:25894:25907 Cotton Valley Haynesville, Louisiana -0.0144772441484254995 +82780 geology_html_4520299428 geology_html_4520299428:345:25252:25257 Price Earth -0.449703411954729404 +82781 aapg_ac_475.html aapg_ac_475.html:31:5475:5504 Kishenehn Victoria, British Columbia -0.454305775206324536 +82782 gsa_html_8740218609 gsa_html_8740218609:233:22633:22641 Virginia Denver -0.462193603410137988 +82783 aapg_ae_916.html aapg_ae_916.html:257:29547:29559 Judith River Judith River Formation -0.481945488841025893 +82784 geology_html_9864484021 geology_html_9864484021:15:684:689 Bluff Logan, Utah -0.44645479356367046 +82785 palaios_html_8895470583 palaios_html_8895470583:241:24626:24643 Tamana Trinidad and Tobago -0.436872309743032927 +82786 cspg_html_6715452766 cspg_html_6715452766:392:47977:47996 Eureka Sound Ellesmere Island -0.436898889813044922 +82787 gsa_html_2743423721 gsa_html_2743423721:568:61237:61246 Eel River Republic of China -0.445989406971527558 +82788 aapg_ai_819.html aapg_ai_819.html:3:155:176 White Dolomite Ohio -0.0553518083896980054 +82789 cspg_html_1140317615 cspg_html_1140317615:342:33091:33103 Saskatchewan Lacombe, Alberta -0.00558684125975643809 +82790 jgeology_html_4305195651 jgeology_html_4305195651:3077:221044:221056 Fayetteville Arkansas -0.0380407049266876865 +82791 aapg_ad_940.html aapg_ad_940.html:37:4140:4161 Dakota Denver -0.439631812877842865 +82792 aapg_ac_384.html aapg_ac_384.html:188:20450:20455 Price Arctic Cordillera -0.00819798606036370794 +82793 sedimentology_html_1687656905 sedimentology_html_1687656905:2227:103034:103056 Wabamun Canada -0.4060962870175715 +82794 cspg_html_2172704722 cspg_html_2172704722:894:99039:99051 Saskatchewan Colorado -0.440965692630365336 +82795 gsa_html_3014459865 gsa_html_3014459865:324:38128:38143 Raritan Raritan Bay Drawbridge -0.468384265774498543 +82796 aapg_aa_328.html aapg_aa_328.html:379:27715:27723 Tamasopo Pico de Orizaba -0.512668465076078217 +82797 aapg_ae_103.html aapg_ae_103.html:455:36574:36584 Concepcion Greater Temuco -0.498091786153227578 +82798 aapg_ad_582.html aapg_ad_582.html:457:62352:62360 Colorado Houston -0.0223919711537192666 +82799 aapg_ah_96.html aapg_ah_96.html:481:56807:56816 Maquoketa Nebraska 0.00194564253308291118 +82800 aapg_ad_293.html aapg_ad_293.html:522:51803:51814 Simla India -0.0181770085033734277 +82801 aapg_aa_45.html aapg_aa_45.html:228:27813:27839 Moenkopi Western world -0.481882602967476315 +82802 aapg_af_39.html aapg_af_39.html:909:69142:69157 Cruse Middle East -0.0210882710852193268 +82803 jgeology_html_2261151445 jgeology_html_2261151445:1309:67353:67362 Extension Tyrrhenian Sea -0.432236767973233238 +82804 geology_html_6305730784 geology_html_6305730784:11:563:571 Colorado Colorado -0.472574788136010782 +82805 aapg_af_912.html aapg_af_912.html:55:6797:6810 Woodbine Mississippi River 0.0258916172011711861 +82806 geology_html_1867665245 geology_html_1867665245:329:28728:28733 Rapid Wingham, Kent -0.448327675040319895 +82807 cspg_html_9046359229 cspg_html_9046359229:883:101059:101077 Kootenay Victoria, British Columbia -0.471543117662309108 +82808 cspg_html_4937997995 cspg_html_4937997995:580:59732:59753 Severn River East Pen Island -0.0192893197607112085 +82809 aapg_ac_849.html aapg_ac_849.html:13:1560:1568 Parkwood Pottsville, Pennsylvania -0.451526708240674923 +82810 aapg_ae_113.html aapg_ae_113.html:381:50867:50887 Stuart Bathurst Island (Northern Territory) -0.438007065376213589 +82811 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10562:10574 Salina Guelph -0.443982888348864235 +82812 aapg_ac_924.html aapg_ac_924.html:114:8082:8099 Charles Williston, Vermont -0.44844429668252761 +82813 AMJC_html_6460325105 AMJC_html_6460325105:661:73747:73753 Oregon California -0.0415049470252112224 +82814 aapg_af_397.html aapg_af_397.html:619:73841:73848 Entrada Entrada Sandstone -0.455799127156009509 +82815 aapg_ai_1.html aapg_ai_1.html:9:1298:1315 Paradox Logan, Utah -0.0329039831634222388 +82816 gsa_html_2717448156 gsa_html_2717448156:440:42810:42819 Pocatello Boise, Idaho -0.0150697932324766731 +82817 palaios_html_3140337808 palaios_html_3140337808:420:41003:41020 Barstow Southern California -0.42423457487964078 +82818 aapg_ac_809.html aapg_ac_809.html:190:16435:16450 Mt Lytton Yellowstone County, Montana -0.465705253187009671 +82819 gsa_html_4432793908 gsa_html_4432793908:159:19014:19047 Sheep Pass Reno, Nevada 0.261067840967693365 +82820 aapg_af_22.html aapg_af_22.html:645:77118:77127 Athabasca Regina, Saskatchewan -0.476061064960921709 +82821 aapg_ah_815.html aapg_ah_815.html:69:5405:5416 Sligo Pine Island (Lee County, Florida) 0.0526382982946375991 +82822 aapg_ad_341.html aapg_ad_341.html:287:27595:27599 Troy Cohoes, New York -0.0201322850725559367 +82823 cspg_html_7229660003 cspg_html_7229660003:66:5215:5239 Stony Mountain Red River of the North -0.567046083479415541 +82824 aapg_ac_726.html aapg_ac_726.html:174:20702:20710 Frontier Powder River Basin -0.464074341472865526 +82825 cspg_html_5973552270 cspg_html_5973552270:50:6803:6827 Fort Vermilion Swan Hill, Victoria -0.495787550773506447 +82826 jgeology_html_9591757126 jgeology_html_9591757126:705:46095:46111 Exshaw Canada 0.0882961631036454225 +82827 aapg_ae_369.html aapg_ae_369.html:102:10402:10417 Eutaw Tuscaloosa, Alabama -0.0246554374675200805 +82828 AMJC_html_5969956211 AMJC_html_5969956211:1792:197969:197978 Extension Tyrrhenian Sea -0.445998354490544591 +82829 cspg_html_4568084707 cspg_html_4568084707:452:55075:55094 Waterways Redwater, Texas -0.508429701967176184 +82830 gsa_html_5180217812 gsa_html_5180217812:31:2696:2724 Green River Colorado -0.0270583470538351585 +82831 aapg_aa_399.html aapg_aa_399.html:330:27007:27018 Belly River Colorado -0.00771327274469656935 +82832 cspg_html_3156423351 cspg_html_3156423351:6:366:388 Fernie Lacombe, Alberta -0.0114868900754173092 +82833 aapg_ad_283.html aapg_ad_283.html:432:49275:49285 San Andres Nashville Basin 1.33119703604995698 +82834 aapg_ai_750.html aapg_ai_750.html:91:9500:9519 Norphlet Chunchula, Alabama -0.4597965726108596 +82835 aapg_aa_23.html aapg_aa_23.html:482:57169:57189 Red River Manitoba 1.00487312645832039 +82836 aapg_af_575.html aapg_af_575.html:800:111990:111995 Atoka McAlester, Oklahoma -0.0102654623010875242 +82837 geology_html_9734033201 geology_html_9734033201:360:25743:25751 Colorado Gunnison County, Colorado -0.0398370785846279343 +82838 gsa_html_5015599008 gsa_html_5015599008:739:63224:63244 Bow Island Canada -0.0621055019380407081 +82839 aapg_ad_880.html aapg_ad_880.html:298:31952:31975 Gypsum Spring Black Hills -0.00500312776260552431 +82840 aapg_ad_990.html aapg_ad_990.html:134:11650:11661 San Antonio Texas -0.0425949712561439139 +82841 geology_html_2219443621 geology_html_2219443621:302:24137:24143 Jordan Andes -0.0328900657953446335 +82842 aapg_ad_614.html aapg_ad_614.html:63:6184:6193 Smackover Paluxy, Texas 0.00619835605907248944 +82843 aapg_af_551.html aapg_af_551.html:17:2166:2177 Lake Valley Rift Valley lakes -0.196780596526529711 +82844 aapg_aa_233.html aapg_aa_233.html:194:19266:19272 Sierra Matamoros, Tamaulipas -0.456355529459316345 +82845 aapg_af_789.html aapg_af_789.html:58:8263:8269 Keyser New Scotland, New York -0.383522928042279665 +82846 aapg_ae_62.html aapg_ae_62.html:7:1185:1205 Stonewall Williston, Vermont 0.529201463420033047 +82847 aapg_ak_87.html aapg_ak_87.html:36:6764:6783 Naco Naco, Sonora -0.518178544297494659 +82848 aapg_ad_351.html aapg_ad_351.html:769:67043:67063 Keokuk Missouri River -0.458639019733277031 +82849 sedimentology_html_7352727244 sedimentology_html_7352727244:616:31306:31315 Peninsula Korea -0.513662038503922114 +82850 aapg_ac_867.html aapg_ac_867.html:30:4966:4974 Tensleep Cheyenne, Wyoming -0.056229218914080073 +82851 gsa_html_5446866849 gsa_html_5446866849:852:65006:65016 Keokuk Bennington, Vermont -0.0338277865791703769 +82852 aapg_ac_301.html aapg_ac_301.html:186:21700:21719 Fish Haven Dolomite Logan, Utah 0.324902557998208441 +82853 gsa_html_8398449001 gsa_html_8398449001:624:50001:50011 Bear River Bear Lake, Michigan -0.462302919433881576 +82854 aapg_ac_629.html aapg_ac_629.html:277:36407:36414 Prairie Shreveport, Louisiana -0.466876608650283409 +82855 geology_html_2345977738 geology_html_2345977738:50:4745:4763 Pinnacle Quebec City -0.0491275968873820176 +82856 cspg_html_4374961624 cspg_html_4374961624:143:18082:18104 Snake Indian Western world -0.488806694061501346 +82857 aapg_ad_757.html aapg_ad_757.html:8:1192:1203 Black River Decorah, Iowa -0.40142383578010965 +82858 jgeology_html_4289404569 jgeology_html_4289404569:244:21120:21148 Green River Cheyenne, Wyoming -0.477512787064485633 +82859 gsa_html_2645269788 gsa_html_2645269788:19:1928:1946 Pinnacle Bennington, Vermont -0.464409872562970838 +82860 aapg_aa_624.html aapg_aa_624.html:332:33014:33031 Warsaw Iowa 0.334276474486050135 +82861 geology_html_7432681857 geology_html_7432681857:16:1012:1022 Washington Vancouver -0.450080811334427622 +82862 palaios_html_9408587909 palaios_html_9408587909:527:53282:53296 Toad Victoria, British Columbia -0.408600970227393889 +82863 aapg_ah_532.html aapg_ah_532.html:3:273:288 Ouray Ouray, Colorado -0.485252303872338198 +82864 cspg_html_7028413504 cspg_html_7028413504:179:22890:22921 Woodbend Arctic -0.47945452467748112 +82865 aapg_ae_605.html aapg_ae_605.html:444:51968:51986 Traverse Dolomites -0.407141643032325307 +82866 aapg_ae_74.html aapg_ae_74.html:660:63390:63409 San Jose Animas River -0.0575132711788683623 +82867 aapg_ae_608.html aapg_ae_608.html:35:5434:5446 Pierre Denver -0.562024737162808874 +82868 aapg_af_63.html aapg_af_63.html:29:4017:4028 Beekmantown Scandinavian Peninsula -0.476137410984472487 +82869 cspg_html_9717154602 cspg_html_9717154602:301:44657:44675 Lea Park Regina, Saskatchewan -0.456608964648804683 +82870 aapg_ad_812.html aapg_ad_812.html:8:1581:1602 Summerville Colorado 0.67035465378502368 +82871 aapg_ae_876.html aapg_ae_876.html:15:2191:2213 Burro Canyon Cedar Mountains -0.180603597848218334 +82872 aapg_ai_550.html aapg_ai_550.html:86:10123:10129 Salina Kingman, Arizona 0.0159282324715774928 +82873 aapg_ac_333.html aapg_ac_333.html:291:38638:38643 Ouray Colorado 0.933655170504980259 +82874 cspg_html_7278957427 cspg_html_7278957427:27:3977:3995 Beaufort Banks Island -0.428929839085586462 +82875 cspg_html_4103411715 cspg_html_4103411715:34:3905:3951 Viking Regina, Saskatchewan -0.013471157649090371 +82876 palaios_html_1521536752 palaios_html_1521536752:84:11741:11746 Mingo Savage River, Tasmania -0.012432094132173584 +82877 aapg_aa_761.html aapg_aa_761.html:637:83257:83275 Ivishak Prudhoe Bay Oil Field 0.0175826418440715483 +82878 aapg_af_924.html aapg_af_924.html:395:39792:39808 Mt Lytton Arkadelphia, Arkansas -0.466714081975797668 +82879 aapg_ai_756.html aapg_ai_756.html:7:819:832 Cotton Valley Tuscaloosa, Alabama -0.434558307819543299 +82880 aapg_aa_870.html aapg_aa_870.html:367:32942:32948 Dakota Lone Pine, California 0.0076020847154375723 +82881 palaios_html_2994452429 palaios_html_2994452429:759:75022:75039 Bjorne Lacombe, Alberta -0.192378525138694828 +82882 AMJC_html_8522115051 AMJC_html_8522115051:806:89970:89974 Elko Reno, Nevada -0.443692774120845845 +82883 aapg_ac_961.html aapg_ac_961.html:629:65080:65099 Smackover Shreveport, Louisiana 0.454843187976301466 +82884 aapg_ad_728.html aapg_ad_728.html:29:4964:4969 Tokio Texas -0.502232546229342991 +82885 sedimentology_html_9837981627 sedimentology_html_9837981627:124:10075:10085 Blackstone Fraser River (Colorado) -0.467675942101560327 +82886 geology_html_7420494965 geology_html_7420494965:13:544:552 Colorado Denver -0.439258669305734428 +82887 cspg_html_7225688145 cspg_html_7225688145:621:61908:61928 Conasauga Huntington, West Virginia 0.380553622679179471 +82888 aapg_ae_777.html aapg_ae_777.html:17:2365:2382 Tererro Sangre de Cristo Range -0.491650086397892094 +82889 aapg_ad_543.html aapg_ad_543.html:43:6554:6566 Fayetteville Haynesville, Louisiana -0.470181697121159758 +82890 sedimentology_html_6420529178 sedimentology_html_6420529178:1307:91858:91878 Boss Point Maritimes -0.431097950577111366 +82891 cspg_html_3026112034 cspg_html_3026112034:772:75352:75367 Flume Victoria, British Columbia -0.0252830771132320185 +82892 cspg_html_1025724640 cspg_html_1025724640:456:62701:62709 Montreal Quebec City -0.0873747863549840798 +82893 cspg_html_7483574191 cspg_html_7483574191:17:3099:3109 Washington Boise, Idaho -0.45295011354581094 +82894 aapg_af_830.html aapg_af_830.html:541:63074:63084 Rio Grande Texas -0.00349522085598196267 +82895 aapg_ak_51.html aapg_ak_51.html:103:10204:10214 Tuscaloosa Paluxy, Texas -0.429947310326277143 +82896 palaios_html_3796939457 palaios_html_3796939457:51:4852:4861 Red River Texas -0.0139559511282587399 +82897 aapg_ai_11.html aapg_ai_11.html:270:35045:35065 Keokuk Burlington, Ontario -0.47482657712880405 +82898 aapg_ac_404.html aapg_ac_404.html:148:17394:17404 Tuscaloosa Port of South Louisiana -0.0176782260000604811 +82899 aapg_ae_959.html aapg_ae_959.html:1036:76531:76538 Thrifty Harpersville, Alabama -0.470200080639580853 +82900 aapg_ae_28.html aapg_ae_28.html:1258:85537:85545 Virginia Virginia -0.475825128678400877 +82901 jgeology_html_9413634903 jgeology_html_9413634903:568:45498:45519 White Sage Elko County, Nevada -0.43491631701600808 +82902 aapg_ah_678.html aapg_ah_678.html:630:80868:80887 Vicksburg Hidalgo County, New Mexico 0.00753259232389681937 +82903 gsa_html_2179160016 gsa_html_2179160016:62:4325:4353 Green River Iran -0.0291155791192652773 +82904 aapg_ad_564.html aapg_ad_564.html:7666:661070:661084 Colorado Lacombe, Alberta -0.0674474086529613798 +82905 aapg_ac_538.html aapg_ac_538.html:36:4985:5001 Viking Lacombe, Alberta -0.465104162426203172 +82906 cspg_html_8840748783 cspg_html_8840748783:6:405:434 Dunvegan Cordillera Administrative Region -0.454068782805138071 +82907 aapg_ae_182.html aapg_ae_182.html:370:38893:38901 Bellevue Bellevue, Nebraska -0.517524502610378967 +82908 geology_html_5423446627 geology_html_5423446627:169:13580:13596 Animas Colorado -0.424846739582848965 +82909 aapg_ae_415.html aapg_ae_415.html:879:109796:109811 Tampa Mississippi River -0.0415049470252112224 +82910 cspg_html_1312400675 cspg_html_1312400675:131:15359:15366 Bearpaw Cypress Hills, Brooklyn -0.43344757972276704 +82911 aapg_ad_883.html aapg_ad_883.html:64:8182:8192 Eau Claire Michigan -0.451751782124743317 +82912 cspg_html_8662646956 cspg_html_8662646956:1080:127393:127403 Pine Point Canada -0.0200714512738383588 +82913 aapg_ae_173.html aapg_ae_173.html:1017:57346:57361 Nankoweap Arizona -0.503880280715721773 +82914 aapg_ah_289.html aapg_ah_289.html:520:71213:71231 Monterey California 0.0204347189005011226 +82915 palaios_html_4736927967 palaios_html_4736927967:706:65205:65223 Palliser Canada -0.0110733719867148073 +82916 gsa_html_1119256423 gsa_html_1119256423:1217:109849:109857 Colorado Cheyenne, Wyoming -0.470409220225314617 +82917 aapg_ae_794.html aapg_ae_794.html:528:57562:57568 Coffee Tuscaloosa, Alabama -0.455252106655251121 +82918 sedimentology_html_8921929292 sedimentology_html_8921929292:1105:80102:80119 Cardium Lacombe, Alberta -0.44255997020698512 +82919 gsa_html_8499611670 gsa_html_8499611670:857:82570:82577 Jackson Illinois -0.0147795988543257695 +82920 aapg_af_393.html aapg_af_393.html:231:30272:30280 Virginia Virginia -0.482987267474293158 +82921 aapg_ae_187.html aapg_ae_187.html:456:47336:47343 Waverly Ohio -0.490143713980378037 +82922 aapg_ai_975.html aapg_ai_975.html:327:29414:29420 Sierra Guadalupe County, Texas -0.455310861563052449 +82923 aapg_ad_960.html aapg_ad_960.html:48:5360:5374 Monterey Indian Creek, Florida 0.0184411768934200637 +82924 cspg_html_3516764931 cspg_html_3516764931:247:43432:43450 Glenogle Golden, Colorado -0.0112818678629079024 +82925 jgeology_html_4305195651 jgeology_html_4305195651:4252:264477:264482 Mabou Canada -0.482213387515949554 +82926 aapg_af_130.html aapg_af_130.html:203:34830:34864 Jefferson Powder River (Montana) -0.457736710679965686 +82927 aapg_ah_532.html aapg_ah_532.html:15:2056:2064 Colorado Ouray, Colorado -0.00490757986669080291 +82928 aapg_ai_469.html aapg_ai_469.html:585:69692:69711 Elk McGehee, Arkansas -0.028002582716924157 +82929 aapg_aa_934.html aapg_aa_934.html:81:10995:10999 Word New Mexico -0.447404197686881167 +82930 gsa_html_2989317971 gsa_html_2989317971:357:41583:41612 Challis Boise, Idaho -0.0477283018758572417 +82931 aapg_ad_871.html aapg_ad_871.html:27:2996:3006 Bell Lake Huron -0.459805657368256959 +82932 cspg_html_4287356899 cspg_html_4287356899:1160:160526:160546 Mount Head Lacombe, Alberta -0.442649117020085803 +82933 aapg_ad_683.html aapg_ad_683.html:497:50512:50528 Kaibab Coconino County, Arizona -0.479254814429897757 +82934 aapg_ad_67.html aapg_ad_67.html:250:32648:32658 Sabinetown Carrizo Plain -0.464074341472865526 +82935 aapg_ai_784.html aapg_ai_784.html:33:3831:3838 Calvert Huntington, West Virginia -0.0426820396306177158 +82936 aapg_ai_0.html aapg_ai_0.html:154:19853:19861 Victoria Victoria, British Columbia -0.475138501585752326 +82937 aapg_aa_31.html aapg_aa_31.html:27:3525:3534 Huizachal Matamoros, Tamaulipas -0.0186688510697679971 +82938 aapg_ai_82.html aapg_ai_82.html:77:9934:9944 Greenbrier Kentucky -0.504971014020977882 +82939 aapg_ai_810.html aapg_ai_810.html:32:5117:5125 Norphlet Mississippi River 0.262171509829551508 +82940 geology_html_6821870095 geology_html_6821870095:15:967:980 Santa Barbara California -0.448296279445968116 +82941 AMJC_html_5390933660 AMJC_html_5390933660:31:2081:2104 Gile Mountain Piscataquis River -0.442548827459522287 +82942 aapg_ae_72.html aapg_ae_72.html:29:4989:4997 Colorado Arizona -0.0574190523571501965 +82943 geology_html_2868791894 geology_html_2868791894:93:9553:9562 Talkeetna Chile -0.0270600859182637335 +82944 AMJC_html_7984049819 AMJC_html_7984049819:94:10862:10880 Kittery Portland, Maine -0.477234757760444439 +82945 aapg_ae_65.html aapg_ae_65.html:473:43545:43555 Phosphoria Cheyenne, Wyoming 0.00503787248192793299 +82946 aapg_ai_27.html aapg_ai_27.html:5:725:746 Wills Point Texas -0.0301277931102772942 +82947 aapg_af_3.html aapg_af_3.html:144:14702:14717 Supai Arizona -0.476269297170336003 +82948 cspg_html_3277684928 cspg_html_3277684928:489:46876:46903 Grosmont Central Alberta -0.496967326315652103 +82949 aapg_ad_152.html aapg_ad_152.html:68:10574:10588 Chainman Reno, Nevada -0.444838140504144441 +82950 sedimentology_html_7045398856 sedimentology_html_7045398856:754:33851:33857 Laguna Rio Hondo, Texas -0.481815063993563775 +82951 aapg_aa_233.html aapg_aa_233.html:635:62618:62624 Sierra Mexico -0.0734137397316363544 +82952 aapg_ai_997.html aapg_ai_997.html:96:8186:8192 Shasta Central Valley (California) -0.044101376246448068 +82953 aapg_ah_44.html aapg_ah_44.html:330:42029:42057 Utica Middle East 0.0228230832137831796 +82954 gsa_html_3014459865 gsa_html_3014459865:167:17076:17084 Navesink Manasquan, New Jersey -0.0873747863549840798 +82955 aapg_ae_590.html aapg_ae_590.html:408:43603:43619 Reklaw Carrizo Plain -0.44951252529713398 +82956 aapg_ad_801.html aapg_ad_801.html:192:21079:21089 Cane River Mississippi River -0.0494029549371166055 +82957 sedimentology_html_3520882612 sedimentology_html_3520882612:878:67866:67870 Hall London, Ontario -0.0397082576932654904 +82958 aapg_ah_311.html aapg_ah_311.html:278:30108:30120 Tongue River Knife River -0.46814580209221146 +82959 aapg_ac_246.html aapg_ac_246.html:589:57164:57183 Newcastle Black Hills 0.266074199944331347 +82960 geology_html_2503160398 geology_html_2503160398:284:24389:24408 Kaskapau Lacombe, Alberta -0.0458327637888954545 +82961 aapg_ad_930.html aapg_ad_930.html:179:18958:18979 Green River Cheyenne, Wyoming -0.0312427146313614852 +82962 aapg_af_854.html aapg_af_854.html:979:138145:138161 Bethel Breckenridge, Colorado -0.0435562539048757053 +82963 aapg_af_833.html aapg_af_833.html:443:48264:48277 Frontier Laramie, Wyoming 0.341109486546051888 +82964 aapg_ae_419.html aapg_ae_419.html:2718:180280:180297 La Pena Zacatecas, Zacatecas -0.463636287457712182 +82965 aapg_ac_253.html aapg_ac_253.html:270:34192:34199 Clarita Frisco, Texas -0.0581501561760985122 +82966 cspg_html_4769973541 cspg_html_4769973541:61:9422:9443 Lawrence Anticosti Island -0.0254117377860756666 +82967 aapg_ah_757.html aapg_ah_757.html:179:18702:18711 Lodgepole Logan, Utah -0.00771327274469656935 +82968 aapg_ai_256.html aapg_ai_256.html:98:11776:11787 Trempealeau Oneota (Duluth) -0.0392835092525669338 +82969 aapg_ah_96.html aapg_ah_96.html:425:49583:49602 Red River Manitoba -0.0322359684122109011 +82970 aapg_ae_268.html aapg_ae_268.html:314:30366:30372 Menard Cloverport, Kentucky -0.542657735267116692 +82971 aapg_ad_831.html aapg_ad_831.html:114:17810:17824 Kootenai Colorado -0.0251996221350797196 +82972 gsa_html_6062330506 gsa_html_6062330506:559:57734:57751 Rustler Culebra, Puerto Rico -0.116345218131089723 +82973 aapg_ac_564.html aapg_ac_564.html:532:68778:68795 Bedford Canada 0.00968516832119581395 +82974 gsa_html_1251300076 gsa_html_1251300076:432:36528:36556 Green River Colorado -0.425384893115628659 +82975 aapg_aa_792.html aapg_aa_792.html:515:56188:56206 Grayburg New Mexico -0.00655275945491847703 +82976 aapg_ac_714.html aapg_ac_714.html:739:90778:90796 Sundance Cheyenne, Wyoming 1.2935902132707815 +82977 aapg_aa_271.html aapg_aa_271.html:306:28744:28754 Drum California 0.0274965477841999303 +82978 aapg_ae_993.html aapg_ae_993.html:359:36074:36080 Antler Reno, Nevada -0.0390380689308100493 +82979 aapg_ai_932.html aapg_ai_932.html:697:107313:107318 Davis Glendale, Arizona -0.423076903173580265 +82980 sedimentology_html_7514538550 sedimentology_html_7514538550:1075:109024:109042 Beaumont Texas -0.00793912421120361589 +82981 palaios_html_2449649505 palaios_html_2449649505:520:59918:59936 Kayenta New Mexico -0.436850160261835319 +82982 sedimentology_html_3417381350 sedimentology_html_3417381350:1459:104677:104706 Monterey Washington (state) 0.877232816146100713 +82983 sedimentology_html_8364351073 sedimentology_html_8364351073:794:75067:75084 Cutler Arizona -0.0464198453094291294 +82984 aapg_ad_2.html aapg_ad_2.html:1364:187367:187382 Antes Reedsville, Wisconsin -0.0408537810405160198 +82985 aapg_af_128.html aapg_af_128.html:90:8941:8957 Amsden Powder River (Montana) 0.00154956435534229684 +82986 aapg_aa_525.html aapg_aa_525.html:30:3494:3511 Holdenville Wewoka, Oklahoma -0.466741549175746284 +82987 gsa_html_8837971374 gsa_html_8837971374:957:102528:102546 Brunswick Presque Isle, Maine -0.45230795361337589 +82988 cspg_html_3589404052 cspg_html_3589404052:768:84404:84424 Kiskatinaw Western world -0.454034931813569353 +82989 aapg_ad_775.html aapg_ad_775.html:176:18365:18375 Pittsburgh Pittsburgh -0.451751782124743317 +82990 aapg_ac_252.html aapg_ac_252.html:130:14249:14255 Cutler Colorado -0.436033210857306397 +82991 aapg_ah_847.html aapg_ah_847.html:323:38637:38656 Nanafalia Alabama 0.252235468377823957 +82992 aapg_ae_552.html aapg_ae_552.html:227:35224:35230 Kodiak Anchorage, Alaska -0.485238274937032199 +82993 sedimentology_html_5841712908 sedimentology_html_5841712908:523:52777:52804 Santa Cruz Aptos, California -0.492225096233327442 +82994 geology_html_3243676584 geology_html_3243676584:287:28401:28438 Madison Denver -0.0676658721418899739 +82995 cspg_html_7881580279 cspg_html_7881580279:6:467:487 Red River Regina, Saskatchewan 0.0980120174568258756 +82996 aapg_aa_712.html aapg_aa_712.html:158:21436:21443 Decorah Wisconsin -0.0941924828497174849 +82997 aapg_aa_625.html aapg_aa_625.html:3:322:350 Smackover Arkansas -0.447357152169087058 +82998 aapg_ae_957.html aapg_ae_957.html:1394:60481:60491 Fort Worth Texas -0.487560856421757394 +82999 gsa_html_9299329909 gsa_html_9299329909:707:77393:77406 Santa Barbara California -0.452909542628234352 +83000 sedimentology_html_3941612453 sedimentology_html_3941612453:63:7340:7346 Oregon California -0.00590649599379846572 +83001 aapg_aa_124.html aapg_aa_124.html:678:70208:70227 Ellerslie Lacombe, Alberta 0.784759708609197748 +83002 aapg_ac_782.html aapg_ac_782.html:214:36330:36343 Barnett Western world -0.0816262321215897313 +83003 cspg_html_4409656292 cspg_html_4409656292:683:74752:74770 Kaskapau Victoria, British Columbia -0.497000516635433987 +83004 cspg_html_5812311884 cspg_html_5812311884:100:11877:11882 Banff Lacombe, Alberta -0.015097596462230729 +83005 jgeology_html_4305195651 jgeology_html_4305195651:1914:142117:142133 Pocono Pottsville, Pennsylvania -0.0233880656689205678 +83006 aapg_aa_960.html aapg_aa_960.html:375:29958:29965 Wingate Entrada Sandstone -0.487638228334652091 +83007 aapg_ae_905.html aapg_ae_905.html:204:23016:23022 Hertha Missouri River 0.301969061850957121 +83008 cspg_html_9613906024 cspg_html_9613906024:814:63839:63865 Bell Michigan -0.495711798447340535 +83009 aapg_ac_333.html aapg_ac_333.html:1026:123720:123736 Toroweap Kaibab, Arizona -0.46132865731218986 +83010 aapg_af_854.html aapg_af_854.html:903:127994:128001 Renault Chester, Pennsylvania -0.462302919433881576 +83011 aapg_af_839.html aapg_af_839.html:130:15288:15292 Wise Isabella County, Michigan -0.0219799913092776147 +83012 cspg_html_9735723617 cspg_html_9735723617:1946:170427:170445 Imperial Banks Island -0.464163347577605745 +83013 aapg_ac_126.html aapg_ac_126.html:28:4617:4640 Haynesville Haynesville, Louisiana 0.0707619942062090723 +83014 aapg_ac_301.html aapg_ac_301.html:147:17055:17074 Fish Haven Dolomite Lemhi Pass -0.0180709945054990453 +83015 aapg_ac_628.html aapg_ac_628.html:310:51432:51453 Price Great Basin -0.00716428423732448638 +83016 aapg_ae_253.html aapg_ae_253.html:115:13553:13560 Schuler Rodessa, Louisiana -0.0330222814746261376 +83017 cspg_html_1053895111 cspg_html_1053895111:216:28007:28024 Cardium Lacombe, Alberta -0.0282234355137958928 +83018 aapg_ac_715.html aapg_ac_715.html:29:3419:3429 Cedar Lake Lake Minnetonka -0.0016763787815964029 +83019 cspg_html_3385840278 cspg_html_3385840278:1494:170050:170062 Souris River Hay River (Canada) -0.00795128547420096733 +83020 aapg_ae_63.html aapg_ae_63.html:172:19078:19098 Wood River Boise, Idaho 0.351636886501621393 +83021 gsa_html_8244777175 gsa_html_8244777175:204:21307:21318 Magog Quebec City -0.0216149541452477292 +83022 aapg_ae_885.html aapg_ae_885.html:11:2079:2086 Paradox San Juan, Argentina -0.493905230900802183 +83023 aapg_ac_313.html aapg_ac_313.html:313:34104:34109 Sepur Guatemala -0.498721097423212467 +83024 gsa_html_5215388101 gsa_html_5215388101:14:870:876 Denver Colorado -0.460946527021081187 +83025 aapg_ac_689.html aapg_ac_689.html:100:12038:12053 Mesaverde San Juan, Argentina 0.0037592765078730871 +83026 aapg_ac_730.html aapg_ac_730.html:333:47136:47151 Mesaverde Mesa, Arizona -0.0396508111021446064 +83027 aapg_ae_557.html aapg_ae_557.html:482:44740:44748 Monterey California -0.46878567237532498 +83028 cspg_html_8362959053 cspg_html_8362959053:11:1200:1212 Luscar Lacombe, Alberta -0.0260654904389273911 +83029 gsa_html_5051054217 gsa_html_5051054217:12:538:544 Denver Colorado -0.464656465989479628 +83030 gsa_html_3681093797 gsa_html_3681093797:832:63796:63801 Logan Robeson County, North Carolina -0.480807266046245518 +83031 aapg_af_854.html aapg_af_854.html:1103:155615:155632 Cypress Illinois -0.0611592028569035856 +83032 gsa_html_9211208667 gsa_html_9211208667:553:49276:49304 Green River New Mexico -0.020196595303077311 +83033 sedimentology_html_7624323956 sedimentology_html_7624323956:1234:86700:86744 Katakturuk Dolomite Anchorage, Alaska -0.474888953093082877 +83034 aapg_ac_532.html aapg_ac_532.html:575:88141:88156 Diablo New Mexico 0.00167290441282642237 +83035 aapg_ah_829.html aapg_ah_829.html:20:2717:2738 Green River Colorado -0.466988792369548711 +83036 gsa_html_6136696916 gsa_html_6136696916:60:4712:4740 Green River Colorado -0.0111741448327348745 +83037 aapg_af_149.html aapg_af_149.html:7:656:660 Frio Texas -0.432227951733042737 +83038 aapg_ai_565.html aapg_ai_565.html:163:10119:10132 Windsor Bridgetown, Nova Scotia -0.0109239507284224872 +83039 gsa_html_5394777952 gsa_html_5394777952:429:45729:45737 San Jose California -0.00447500993536276322 +83040 cspg_html_9987144175 cspg_html_9987144175:102:14716:14731 Melville Island Ellesmere Island -0.468696200218799319 +83041 cspg_html_4498577775 cspg_html_4498577775:48:6455:6464 Gog Western Canadian Sedimentary Basin -0.477269506555081602 +83042 aapg_ai_144.html aapg_ai_144.html:443:39445:39452 Cardium Lacombe, Alberta -0.51422584150886852 +83043 aapg_ae_73.html aapg_ae_73.html:291:38419:38433 Yeso Colorado -0.0458763143871966511 +83044 aapg_af_745.html aapg_af_745.html:1546:176970:176978 Colorado Canada -0.455279223830003521 +83045 aapg_ah_527.html aapg_ah_527.html:292:36530:36543 Lone Mountain Reno, Nevada -0.226494885060926382 +83046 cspg_html_7474795689 cspg_html_7474795689:42:5092:5126 Baldonnel Lacombe, Alberta -0.00486067457957646467 +83047 jgeology_html_8309780279 jgeology_html_8309780279:93:3614:3626 Martinsville Virginia -0.00424743388825097462 +83048 cspg_html_9987144175 cspg_html_9987144175:139:19152:19168 Hassel Devon -0.0350596438268750282 +83049 gsa_html_7687279665 gsa_html_7687279665:29:2796:2824 Green River Iran -0.442620143363224416 +83050 sedimentology_html_5613495298 sedimentology_html_5613495298:1295:69614:69620 Chinle Logan, Utah -0.419699228406432479 +83051 aapg_ad_683.html aapg_ad_683.html:228:25765:25780 Supai Little Colorado River -0.0346298699616138864 +83052 jgeology_html_4305195651 jgeology_html_4305195651:566:68634:68644 Pottsville Beaumont, Texas -0.000627121340837813067 +83053 palaios_html_5410530916 palaios_html_5410530916:135:15082:15110 Lisburne Anchorage, Alaska -0.0749536348775202005 +83054 gsa_html_5272671610 gsa_html_5272671610:421:43531:43566 Wood Canyon Reno, Nevada -0.469189557204259144 +83055 aapg_ai_958.html aapg_ai_958.html:80:8192:8210 Oakville Cuero, Texas -0.464501195477937445 +83056 geology_html_9669517688 geology_html_9669517688:496:28176:28188 Rhode Island Narragansett, Rhode Island -0.454068782805138071 +83057 AMJC_html_8047479732 AMJC_html_8047479732:922:89521:89526 Crete Greece -0.0309035312152589614 +83058 aapg_aa_995.html aapg_aa_995.html:572:44872:44888 Casper Hartville, Missouri -0.067608196951884289 +83059 jgeology_html_1432891964 jgeology_html_1432891964:938:64592:64608 Wapiti Cheyenne, Wyoming -0.442542141875480355 +83060 aapg_ai_584.html aapg_ai_584.html:40:4054:4073 Ingleside Cheyenne, Wyoming -0.446186272521599148 +83061 gsa_html_8398449001 gsa_html_8398449001:642:51870:51876 Nounan Bear Lake, Michigan -0.0189695239556965725 +83062 aapg_aa_399.html aapg_aa_399.html:442:37540:37553 Turner Valley Bow River -0.01748532023179648 +83063 cspg_html_8414893458 cspg_html_8414893458:424:52748:52756 Columbia Victoria, British Columbia -0.455482628602140449 +83064 gsa_html_1766933224 gsa_html_1766933224:841:70794:70822 Green River Colorado -0.032535178592891574 +83065 cspg_html_5538678223 cspg_html_5538678223:386:48611:48635 Pardonet Victoria, British Columbia -0.454052985518192231 +83066 aapg_ae_681.html aapg_ae_681.html:137:16129:16148 Cotton Valley Haynesville, Louisiana -0.460410000722277057 +83067 aapg_ai_17.html aapg_ai_17.html:1224:82713:82732 Catahoula Texas -0.437953842888147871 +83068 cspg_html_6984906794 cspg_html_6984906794:210:22477:22494 Seabee Anchorage, Alaska -0.011961226070766327 +83069 aapg_ad_626.html aapg_ad_626.html:72:8345:8370 Chinle Colorado 0.372224653922867854 +83070 cspg_html_6116883777 cspg_html_6116883777:862:112320:112342 Barlow Inlet Devon -0.493713923537506649 +83071 aapg_ae_705.html aapg_ae_705.html:653:64504:64525 San Diego California -0.00350216968043565299 +83072 aapg_ai_208.html aapg_ai_208.html:9:1396:1412 Peedee North Carolina -0.427689691071663991 +83073 sedimentology_html_2331265087 sedimentology_html_2331265087:67:5694:5698 Bell Esposizione Universale Roma -0.0387717471174881742 +83074 aapg_ae_72.html aapg_ae_72.html:128:14864:14879 Molas Hermosa, Chicago 0.027164418181287342 +83075 palaios_html_2221534395 palaios_html_2221534395:56:8247:8266 Fairview Netherlands -0.018194387898863601 +83076 cspg_html_5217137903 cspg_html_5217137903:130:18676:18697 Beaverhill Lacombe, Alberta -0.470181697121159758 +83077 aapg_af_85.html aapg_af_85.html:267:28746:28759 Parry Islands Bathurst Island (Northern Territory) 0.00619140699389484142 +83078 gsa_html_2369908260 gsa_html_2369908260:206:21468:21480 Owens Valley California Water Wars -0.0297260284355998494 +83079 aapg_ad_11.html aapg_ad_11.html:51:5944:5951 Wasatch Cheyenne, Wyoming -0.00401638399407658851 +83080 geology_html_1087076585 geology_html_1087076585:23:1394:1404 Laurentian Middle Ordovician -0.0142026952151300869 +83081 aapg_ai_241.html aapg_ai_241.html:63:8311:8325 Winnipeg Western world -0.0060576376426468119 +83082 gsa_html_6457388516 gsa_html_6457388516:603:52168:52177 Eel River California -0.0689226409127303707 +83083 cspg_html_4727171280 cspg_html_4727171280:18:1179:1197 Edmonton Edmonton, London -0.472501057082917231 +83084 gsa_html_2023933346 gsa_html_2023933346:131:14102:14131 Silverado Perris, California -0.481870957939069144 +83085 palaios_html_5398833984 palaios_html_5398833984:891:95956:95974 Morrison Logan, Utah 0.383275339565954221 +83086 aapg_aa_702.html aapg_aa_702.html:430:89990:89996 Denver Colorado -0.498117899111855666 +83087 gsa_html_5924250698 gsa_html_5924250698:585:52951:52978 Bidahochi Chuska Mountains -0.446146001135949044 +83088 cspg_html_8840748783 cspg_html_8840748783:600:75137:75156 Kaskapau Lacombe, Alberta -0.466007095038280028 +83089 aapg_ak_136.html aapg_ak_136.html:92:11792:11816 Mowry Cheyenne, Wyoming -0.453008719186489883 +83090 sedimentology_html_3181527419 sedimentology_html_3181527419:64:6014:6018 Earp Supai, Arizona -0.480602591853576067 +83091 geology_html_5828016264 geology_html_5828016264:268:20741:20750 Flagstaff San Francisco -0.0212255895810763706 +83092 aapg_ad_379.html aapg_ad_379.html:501:42419:42427 Moenkopi Logan, Utah 0.00270479477611077846 +83093 aapg_ac_486.html aapg_ac_486.html:649:81099:81107 Colorado Colorado -0.478326534516524793 +83094 cspg_html_6306091047 cspg_html_6306091047:412:58504:58513 Baldonnel Victoria, British Columbia -0.454034931813569353 +83095 sedimentology_html_7692801661 sedimentology_html_7692801661:1252:94617:94633 Morgan Murray River -0.00300532980767757559 +83096 aapg_af_947.html aapg_af_947.html:118:19119:19129 Rio Grande Las Vegas Strip -0.457555451333636842 +83097 cspg_html_7434089303 cspg_html_7434089303:320:40694:40704 Nyboe Land Washington (state) -0.463307888475886887 +83098 aapg_ah_520.html aapg_ah_520.html:38:3596:3602 Keokuk Burlington, Ontario -0.0150697932324766731 +83099 aapg_ae_885.html aapg_ae_885.html:209:20544:20554 Naco Arizona -0.482963947665808413 +83100 aapg_ae_92.html aapg_ae_92.html:3:286:300 Woodbend Central Alberta -0.4597965726108596 +83101 aapg_af_606.html aapg_af_606.html:128:18968:18983 Santa Margarita Monterey, California -0.492293463530367514 +83102 aapg_ah_83.html aapg_ah_83.html:9:1519:1544 Phosphoria Boise, Idaho 0.394876603396074277 +83103 aapg_ac_333.html aapg_ac_333.html:242:30983:30990 Hermosa San Juan, Argentina -0.491068403850714985 +83104 aapg_ac_829.html aapg_ac_829.html:8:1241:1260 Minnelusa Powder River (Montana) -0.0456951454104699284 +83105 aapg_ai_116.html aapg_ai_116.html:179:14889:14899 Kern River Lost Hills Oil Field -0.445989406971527558 +83106 aapg_ad_72.html aapg_ad_72.html:5:580:589 Maquoketa Wichita, Kansas -0.437960495533138761 +83107 aapg_af_317.html aapg_af_317.html:1032:113550:113556 Reston Virginia -0.47249414511500698 +83108 jgeology_html_2401877359 jgeology_html_2401877359:1055:66883:66900 Potsdam Quebec City -0.456518443898076276 +83109 cspg_html_8826450427 cspg_html_8826450427:438:53091:53108 Cardium Lacombe, Alberta -0.445338708488509594 +83110 aapg_af_486.html aapg_af_486.html:310:32922:32945 Peninsula Kenai, Alaska -0.481794104698776371 +83111 cspg_html_4680804918 cspg_html_4680804918:490:64671:64686 Bow Island Bow Island Airport -0.0692600421236072711 +83112 aapg_aa_61.html aapg_aa_61.html:145:15859:15866 Yucatan Chihuahua (state) -0.0519827474069236295 +83113 aapg_ak_102.html aapg_ak_102.html:200:26653:26662 Allegheny Quito -0.00638076930644856932 +83114 aapg_af_598.html aapg_af_598.html:42:4838:4856 Seminole Des Moines, Washington -0.408271950530841421 +83115 gsa_html_8398449001 gsa_html_8398449001:601:47929:47953 Bear Lake Bear Lake, Michigan -0.110803734609185175 +83116 aapg_ac_617.html aapg_ac_617.html:136:17568:17577 Red Bluff Navasota Independent School District -0.43553542054293326 +83117 aapg_ae_306.html aapg_ae_306.html:182:22520:22546 Victoria Venezuela -0.498982459849811322 +83118 cspg_html_4636216007 cspg_html_4636216007:542:53477:53498 Bathurst District Council of Franklin Harbour -0.444891759770598527 +83119 aapg_ac_206.html aapg_ac_206.html:39:5688:5694 Guelph Guelph -0.435926993396556828 +83120 gsa_html_6276624788 gsa_html_6276624788:61:3910:3938 Green River Colorado -0.0114886275572314532 +83121 cspg_html_2093862169 cspg_html_2093862169:384:38887:38902 Bluff Grand Cayman -0.452172819913734925 +83122 aapg_ad_184.html aapg_ad_184.html:573:81215:81232 Black River Ohio 0.00130635878656701733 +83123 aapg_ae_876.html aapg_ae_876.html:1000:109324:109332 Colorado Telluride, Colorado -0.410570924607407073 +83124 aapg_aa_147.html aapg_aa_147.html:313:37369:37388 Winnipeg Winnipeg -0.0370660655999496616 +83125 gsa_html_6625494715 gsa_html_6625494715:342:49759:49782 Sierra Spain -0.507841039296802688 +83126 aapg_ah_387.html aapg_ah_387.html:353:36006:36015 Knoxville Knoxville, Illinois -0.0212673068022475528 +83127 aapg_ac_336.html aapg_ac_336.html:80:9029:9049 Road River Melville, New York -0.016708500751709255 +83128 gsa_html_4058959570 gsa_html_4058959570:413:32325:32335 Baldy Maya Mountain -0.491162576381923288 +83129 gsa_html_7195000001 gsa_html_7195000001:672:95271:95279 Willwood Fort Union Trading Post National Historic Site -0.463435584788403632 +83130 aapg_ac_79.html aapg_ac_79.html:470:49656:49663 Hemlock Ohio -0.46326000708216164 +83131 palaios_html_6404782987 palaios_html_6404782987:690:91917:91927 Washington Washington (state) -0.448296279445968116 +83132 aapg_ae_717.html aapg_ae_717.html:172:20627:20645 Caballos Arkansas -0.0561402516224212972 +83133 gsa_html_3069013284 gsa_html_3069013284:144:16967:16979 Chinle New Mexico -0.463355772445772196 +83134 aapg_ae_138.html aapg_ae_138.html:68:6418:6427 Smackover Mississippi River 0.224953439601482869 +83135 aapg_ad_582.html aapg_ad_582.html:457:62344:62350 Denver Texas -0.0792959011673746855 +83136 aapg_af_128.html aapg_af_128.html:525:45766:45784 Tensleep Cheyenne, Wyoming -0.467905110852730732 +83137 gsa_html_8152640301 gsa_html_8152640301:213:18256:18272 Naknek Talkeetna Mountains 1.13907023838441512 +83138 aapg_ah_302.html aapg_ah_302.html:572:55323:55340 Wilcox Texas -0.039213880157219938 +83139 palaios_html_5958626598 palaios_html_5958626598:63:7145:7165 Brassfield Ohio 0.00186225759184010619 +83140 aapg_ai_49.html aapg_ai_49.html:229:27046:27058 Dockum Santa Rosa, California -0.482931300996293389 +83141 aapg_ah_873.html aapg_ah_873.html:569:45571:45584 Venango Pennsylvania -0.04677525052422285 +83142 aapg_ac_334.html aapg_ac_334.html:55:7674:7690 Weldon Bridgetown, Nova Scotia -0.492215666694549525 +83143 aapg_ae_668.html aapg_ae_668.html:532:53834:53843 Knoxville Knoxville, Illinois -0.0371791885469511946 +83144 cspg_html_9692046543 cspg_html_9692046543:130:16884:16890 Viking Colorado -0.477790905452477432 +83145 aapg_ae_863.html aapg_ae_863.html:558:64136:64152 Modelo California -0.0280825762237737336 +83146 aapg_ac_730.html aapg_ac_730.html:596:86050:86066 Dakota Mancos, Colorado -0.0473205840884710904 +83147 aapg_ad_318.html aapg_ad_318.html:68:10426:10442 Salina Rockford, Illinois -0.438326464087016476 +83148 aapg_ac_117.html aapg_ac_117.html:62:12649:12661 Austin Chalk Balcones Fault -0.0100152745816292233 +83149 cspg_html_9683836416 cspg_html_9683836416:285:46137:46153 Oldman Lacombe, Alberta -0.454034931813569353 +83150 palaios_html_6603971437 palaios_html_6603971437:88:6768:6789 Guinea Corn Jamaica, Queens -0.0362237739882792509 +83151 palaios_html_3140337808 palaios_html_3140337808:410:40431:40458 Florissant Colorado -0.442595627901035182 +83152 sedimentology_html_2884853283 sedimentology_html_2884853283:480:36319:36335 Noonday Dolomite Death Valley 0.347958538079168378 +83153 aapg_ah_524.html aapg_ah_524.html:114:12631:12639 Colorado New Mexico 0.00277949417154689906 +83154 aapg_af_854.html aapg_af_854.html:978:138006:138028 Paint Creek Kentucky -0.0229847531233617133 +83155 aapg_ac_532.html aapg_ac_532.html:37:6618:6633 Diablo Texas -0.0517735415246776826 +83156 aapg_ae_73.html aapg_ae_73.html:718:97157:97175 Hinsdale Tesuque, New Mexico -0.488806694061501346 +83157 cspg_html_8915218033 cspg_html_8915218033:124:14565:14575 Mount Head Dolomites -0.433423304094416983 +83158 geology_html_2276070502 geology_html_2276070502:230:21182:21197 Rockland California -0.462102516958969756 +83159 aapg_ae_41.html aapg_ae_41.html:65:5100:5115 Elk Lacombe, Alberta -0.43347626990885002 +83160 cspg_html_2973952956 cspg_html_2973952956:15:1541:1549 Columbia Victoria, British Columbia -0.44255997020698512 +83161 aapg_ac_930.html aapg_ac_930.html:39:3381:3389 Colorado Colorado -0.0566182466220960107 +83162 gsa_html_1636483297 gsa_html_1636483297:589:55375:55397 Challis Absaroka -0.488912357297633382 +83163 geology_html_2949193763 geology_html_2949193763:129:9526:9543 Ankareh Logan, Utah -0.0484061357269625417 +83164 gsa_html_4432793908 gsa_html_4432793908:77:8249:8269 Sheep Pass Reno, Nevada -0.0102706745632111761 +83165 aapg_ae_660.html aapg_ae_660.html:555:50918:50927 Smackover Alabama -0.276812601550656623 +83166 cspg_html_4326384800 cspg_html_4326384800:368:45120:45139 Waterways Lacombe, Alberta 0.794431883005607742 +83167 aapg_ae_71.html aapg_ae_71.html:175:15986:16001 Molas Mesa, Arizona -0.224205502982887467 +83168 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40580:40597 Potomac Bass River Township, New Jersey -0.4597920302667165 +83169 aapg_ah_94.html aapg_ah_94.html:3:303:323 Fort Union Cheyenne, Wyoming -0.0131340660726573313 +83170 aapg_ah_361.html aapg_ah_361.html:220:20156:20169 Bromide Pennsylvania -0.430057253759890901 +83171 aapg_af_81.html aapg_af_81.html:19:1922:1931 Reno Powder River (Montana) 0.00786094473747839077 +83172 aapg_af_568.html aapg_af_568.html:250:26550:26564 Lakota Cheyenne, Wyoming 0.0176347786034971622 +83173 aapg_aa_821.html aapg_aa_821.html:193:15477:15483 Denver Colorado -0.498224733320612012 +83174 gsa_html_9487992082 gsa_html_9487992082:931:82971:82988 Curtis Earth -0.0062678467546358578 +83175 AMJC_html_8033701328 AMJC_html_8033701328:204:20485:20502 Johnnie Death Valley 0.356814565044369258 +83176 aapg_aa_44.html aapg_aa_44.html:50:5843:5851 Moenkopi Plateau State -0.0527812721096449847 +83177 cspg_html_2208643572 cspg_html_2208643572:635:63890:63898 Columbia Lacombe, Alberta -0.0292460145715184028 +83178 aapg_ah_811.html aapg_ah_811.html:58:5988:5996 Woodbine Buda, Texas 0.0163783171925127626 +83179 aapg_ah_847.html aapg_ah_847.html:27:3566:3585 New Egypt Navesink River -0.434805805785743127 +83180 aapg_ae_392.html aapg_ae_392.html:80:6788:6808 Moorefield Batesville, Arkansas -0.459805657368256959 +83181 aapg_af_666.html aapg_af_666.html:320:26589:26598 Popo Agie John Crow Mountains -0.06179820059879821 +83182 aapg_ai_932.html aapg_ai_932.html:680:105971:105989 Monterey California -0.438007065376213589 +83183 aapg_ae_419.html aapg_ae_419.html:261:34412:34429 El Abra Veracruz, Veracruz -0.451812561628617604 +83184 cspg_html_9689514766 cspg_html_9689514766:821:104200:104211 Mount Simon Ontario, California -0.0169205158924080785 +83185 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31591:31602 Carmel Carmel, Indiana -0.481309854062180409 +83186 aapg_ae_392.html aapg_ae_392.html:228:19851:19862 White River Batesville, Arkansas -0.45937423310039871 +83187 aapg_ae_993.html aapg_ae_993.html:242:22103:22122 Jefferson Lemhi Pass -0.469189557204259144 +83188 aapg_ad_683.html aapg_ad_683.html:156:19894:19899 Supai Moenkopi Formation -0.0401573975935689137 +83189 aapg_ad_564.html aapg_ad_564.html:7003:579373:579400 Purisima California -0.43919205226689878 +83190 aapg_ac_730.html aapg_ac_730.html:65:9388:9394 Dakota Arizona 0.802863964488649273 +83191 sedimentology_html_4021147902 sedimentology_html_4021147902:1001:55167:55172 Piper Wynn Las Vegas -0.410517048470844748 +83192 geology_html_6536193862 geology_html_6536193862:101:8657:8664 Magothy Merchantville, New Jersey -0.0463048645997310923 +83193 palaios_html_9041058007 palaios_html_9041058007:815:58333:58357 Bellevue Kentucky -0.0659026763032643514 +83194 gsa_html_2369908260 gsa_html_2369908260:260:30495:30507 Independence California Water Wars -0.437960495533138761 +83195 aapg_aa_465.html aapg_aa_465.html:133:23798:23812 Buda Del Rio, Tennessee -0.0857852129390877655 +83196 aapg_ae_71.html aapg_ae_71.html:485:40986:41003 Toroweap Arizona 0.0378109599814340433 +83197 aapg_ac_63.html aapg_ac_63.html:139:13217:13241 Buckner Haynesville, Louisiana 0.00845684936576822886 +83198 aapg_ac_807.html aapg_ac_807.html:879:85967:85977 Tuscaloosa Little Ocmulgee River -0.435926993396556828 +83199 aapg_ah_645.html aapg_ah_645.html:134:18188:18204 Piper Cheyenne, Wyoming 0.448935616506750124 +83200 aapg_ad_878.html aapg_ad_878.html:162:19429:19436 Temblor Monterey, California -0.435838488044850259 +83201 aapg_ah_182.html aapg_ah_182.html:43:5354:5365 Jacksonburg Schuylkill County, Pennsylvania -0.0218809090311719648 +83202 cspg_html_2796643803 cspg_html_2796643803:694:76474:76503 Deadwood Williston Basin -0.00125424333549307727 +83203 aapg_ad_744.html aapg_ad_744.html:86:9751:9769 Ogallala Trego, Wisconsin -0.437049524484892205 +83204 palaios_html_5371605388 palaios_html_5371605388:359:26184:26192 Michigan Alpena, Michigan -0.065846766251426464 +83205 aapg_ae_185.html aapg_ae_185.html:205:18404:18417 Cotton Valley Arkansas -0.493017552793039049 +83206 geology_html_2721536568 geology_html_2721536568:14:523:532 San Diego California -0.480611894173340604 +83207 aapg_aa_897.html aapg_aa_897.html:259:26969:26975 Kodiak Anchorage, Alaska -0.51098142622720033 +83208 aapg_aa_232.html aapg_aa_232.html:71:7926:7946 Fredericksburg Cheyenne, Wyoming -0.0479199713331230001 +83209 aapg_ae_67.html aapg_ae_67.html:389:31839:31847 Colorado Colorado -0.456337429672799166 +83210 aapg_af_187.html aapg_af_187.html:171:20339:20347 Woodbine Shreveport, Louisiana -0.447135398674851747 +83211 aapg_ae_118.html aapg_ae_118.html:731:71612:71618 Casper Cheyenne, Wyoming -0.00574666843220395917 +83212 gsa_html_1040524378 gsa_html_1040524378:1013:98281:98312 Green River Colorado -0.235586468060359988 +83213 gsa_html_1520002998 gsa_html_1520002998:369:37113:37133 Wind River Cordillera Administrative Region -0.447153316157111791 +83214 aapg_ai_810.html aapg_ai_810.html:23:3494:3528 Smackover Mississippi River 0.00479118531736136624 +83215 aapg_ad_880.html aapg_ad_880.html:3:343:362 Sundance Black Hills -0.00300532980767757559 +83216 aapg_ac_841.html aapg_ac_841.html:895:93901:93908 Talanga Honduras -0.0759128064982409895 +83217 cspg_html_7015106671 cspg_html_7015106671:346:52105:52113 Catskill Pennsylvania -0.45417711448712661 +83218 cspg_html_8692417800 cspg_html_8692417800:179:22999:23016 Grimsby Huron County, Michigan -0.0395063257526605052 +83219 cspg_html_2139304729 cspg_html_2139304729:734:48915:48930 Darby Cheyenne, Wyoming -0.480277073774662555 +83220 aapg_ai_924.html aapg_ai_924.html:70:11419:11443 Mission Canyon Williston, Vermont -0.429978093202176226 +83221 cspg_html_5450075884 cspg_html_5450075884:620:68891:68916 Cedar Mountain Colorado -0.470188590895520009 +83222 gsa_html_5846950288 gsa_html_5846950288:14:615:621 Denver Colorado -0.489899180704299886 +83223 aapg_ai_459.html aapg_ai_459.html:237:22842:22852 Wellington Fortuna, California -0.454305775206324536 +83224 cspg_html_3129231627 cspg_html_3129231627:314:42588:42612 Thumb Mountain Ellesmere Island 0.349965098023762744 +83225 aapg_ai_584.html aapg_ai_584.html:427:41900:41911 Reclamation North Carolina -0.0321281154583834411 +83226 geology_html_8889376634 geology_html_8889376634:11:414:420 Oregon Salem, Oregon -0.0419054197993560459 +83227 gsa_html_9052101586 gsa_html_9052101586:703:79493:79505 Morton Loess Illinois -0.00998573864189263374 +83228 aapg_af_502.html aapg_af_502.html:758:88796:88810 Red Rock Shreveport, Louisiana -0.406267933356129318 +83229 aapg_ae_265.html aapg_ae_265.html:154:18813:18822 Oil Creek Pennsylvania 0.00595861376287910686 +83230 cspg_html_3854139935 cspg_html_3854139935:126:21360:21377 Bearpaw Lacombe, Alberta 0.908529908508467932 +83231 aapg_ad_557.html aapg_ad_557.html:11881:701540:701548 Colorado New Mexico -0.449703411954729404 +83232 geology_html_2521188319 geology_html_2521188319:214:19247:19254 Pearson Spain -0.471695028578207554 +83233 aapg_ae_256.html aapg_ae_256.html:31:4753:4760 Edwards Luling, Louisiana -0.0279573692057954598 +83234 aapg_ah_868.html aapg_ah_868.html:308:25821:25827 Navajo Texas -0.111831469443901432 +83235 palaios_html_2994452429 palaios_html_2994452429:724:70360:70378 Wabiskaw Lacombe, Alberta -0.513236419036821268 +83236 palaios_html_1262064602 palaios_html_1262064602:1144:110615:110631 Chinle Arizona -0.495844369492250747 +83237 gsa_html_1254347878 gsa_html_1254347878:1167:108549:108567 Prichard Boise, Idaho -0.036255097654164431 +83238 cspg_html_5381643866 cspg_html_5381643866:58:7479:7487 Columbia Victoria, British Columbia -0.46809765859229685 +83239 cspg_html_4272664788 cspg_html_4272664788:403:46830:46842 Rundle Victoria, British Columbia -0.460946527021081187 +83240 gsa_html_2813858917 gsa_html_2813858917:11:493:503 Washington Vancouver -0.0315018919631344582 +83241 cspg_html_8558580101 cspg_html_8558580101:58:8329:8368 Sulphur Mountain Lacombe, Alberta -0.469506369220983932 +83242 cspg_html_5981094114 cspg_html_5981094114:52:7849:7856 Glenelg Onondaga (tribe) -0.00693148706696411487 +83243 aapg_ad_2.html aapg_ad_2.html:218:32327:32335 Virginia Maryland -0.445821657118386561 +83244 aapg_ah_871.html aapg_ah_871.html:3:158:180 Chazy Quebec City -0.436810292517708865 +83245 aapg_ae_677.html aapg_ae_677.html:575:49961:49975 Rome San Fernando Valley -0.438519487168151922 +83246 gsa_html_5401370456 gsa_html_5401370456:859:78578:78606 Green River Colorado 0.013731798242215874 +83247 aapg_ad_356.html aapg_ad_356.html:15:2160:2183 Cotton Valley Haynesville, Louisiana -0.434850008716726522 +83248 aapg_ae_454.html aapg_ae_454.html:14:2137:2150 Cotton Valley Arkansas -0.0221051486888918687 +83249 aapg_ae_777.html aapg_ae_777.html:273:31612:31636 Espiritu Santo San Juan Mountains -0.406036217790092746 +83250 cspg_html_3772380029 cspg_html_3772380029:1082:135358:135362 Bell Ontario, California -0.492215666694549525 +83251 cspg_html_1173833070 cspg_html_1173833070:109:12493:12501 Paskapoo Edmonton, London -0.442154460642950498 +83252 gsa_html_9497185033 gsa_html_9497185033:14:734:742 Colorado Colorado -0.0398370785846279343 +83253 gsa_html_5773121689 gsa_html_5773121689:871:74381:74409 Green River Colorado -0.0271922402503122773 +83254 aapg_ai_687.html aapg_ai_687.html:1412:145743:145749 Brazil Atlantic Ocean -0.0459041868910356546 +83255 cspg_html_2198503252 cspg_html_2198503252:274:15174:15189 Ouray Regina, Saskatchewan -0.0149690067830474411 +83256 aapg_ah_490.html aapg_ah_490.html:3:158:177 Minnelusa Cheyenne, Wyoming 1.04710542608693391 +83257 aapg_af_663.html aapg_af_663.html:339:35229:35252 Higginsville Pleasanton, Texas -0.44590440988582114 +83258 aapg_ai_877.html aapg_ai_877.html:193:20102:20115 Venango Allegheny Mountains -0.0731390571048582405 +83259 cspg_html_5158984399 cspg_html_5158984399:479:53134:53144 Missisauga Logan Canyon -0.452927573923113447 +83260 cspg_html_7576506617 cspg_html_7576506617:214:30217:30238 Ekwan River Moose River (Maine) -0.471888407816635713 +83261 gsa_html_7361499125 gsa_html_7361499125:732:62061:62080 Ingleside Colorado -0.0311226948006410493 +83262 geology_html_7922337916 geology_html_7922337916:12:663:673 Washington Washington (state) -0.433546895631176765 +83263 cspg_html_2701043964 cspg_html_2701043964:89:13015:13029 Contact Rapids Regina, Saskatchewan -0.00125945488018784418 +83264 aapg_ah_157.html aapg_ah_157.html:9:1222:1237 Maquoketa Illinois -0.0165833779978511626 +83265 geology_html_1863909418 geology_html_1863909418:18:1020:1030 Washington Earth -0.518932926331136857 +83266 aapg_ae_454.html aapg_ae_454.html:13:1826:1864 Cotton Valley Arkansas -0.0551773863969227188 +83267 aapg_ad_157.html aapg_ad_157.html:169:16937:16962 Cockfield Gulf Coast of the United States -0.418412283975823973 +83268 cspg_html_9771826320 cspg_html_9771826320:150:23185:23201 Kanguk West Greenland Current 0.00851244436400225117 +83269 cspg_html_1462870252 cspg_html_1462870252:781:90928:90958 Elk Rainbow Basin -0.0130645631501062637 +83270 cspg_html_8789242291 cspg_html_8789242291:59:8900:8923 Bearpaw Regina, Saskatchewan -0.450743884934886652 +83271 aapg_ac_800.html aapg_ac_800.html:48:7944:7974 Fort Union Cheyenne, Wyoming -0.00357165794977500582 +83272 aapg_af_789.html aapg_af_789.html:116:16012:16027 Marcellus Onondaga (tribe) -0.422068899423675037 +83273 aapg_ah_773.html aapg_ah_773.html:3:394:405 Bird Spring Clark County, Indiana -0.442976805415170927 +83274 aapg_ad_720.html aapg_ad_720.html:290:27873:27883 San Andres San Miguel County, New Mexico 0.00361335093326647754 +83275 aapg_ak_76.html aapg_ak_76.html:139:20675:20685 Rio Grande Aguadilla, Puerto Rico -0.455184317280275863 +83276 aapg_ae_415.html aapg_ae_415.html:973:122974:122989 Tampa Melbourne, Florida -0.0364256392683856012 +83277 jgeology_html_1300888380 jgeology_html_1300888380:248:19417:19420 Rye Netherlands -0.495711798447340535 +83278 aapg_ai_491.html aapg_ai_491.html:86:11411:11426 Hermosa San Juan County, Utah 0.668327536554190083 +83279 cspg_html_4450068317 cspg_html_4450068317:307:32527:32533 Oregon Rockville, Connecticut -0.0358774797167535214 +83280 AMJC_html_6417081653 AMJC_html_6417081653:941:106556:106564 Columbia Lacombe, Alberta -0.46809765859229685 +83281 aapg_ad_450.html aapg_ad_450.html:96:8716:8723 Yucatan Melbourne, Florida -0.454305775206324536 +83282 sedimentology_html_5840027588 sedimentology_html_5840027588:94:10910:10915 Yukon Arizona -0.0568450445317184444 +83283 aapg_ac_395.html aapg_ac_395.html:64:6204:6214 San Andres Delaware -0.444835906435795903 +83284 cspg_html_8363357104 cspg_html_8363357104:449:58230:58246 Outram Mount Wilson Observatory -0.493411698974303814 +83285 gsa_html_2266546108 gsa_html_2266546108:233:23017:23040 Kern River Bartow County, Georgia -0.464450966712688929 +83286 gsa_html_8010927234 gsa_html_8010927234:451:37769:37778 Littleton Portland, Maine 0.309746976556747933 +83287 gsa_html_1254347878 gsa_html_1254347878:250:29837:29860 Mount Shields Canada 0.00361335093326647754 +83288 geology_html_8911059784 geology_html_8911059784:35:2521:2526 Cadiz Calais, Maine -0.457492019193031785 +83289 geology_html_5316765083 geology_html_5316765083:12:481:491 Santa Cruz California -0.471819338906025898 +83290 aapg_ad_440.html aapg_ad_440.html:881:85881:85898 Denmar Huntington, West Virginia 0.376395580122172946 +83291 cspg_html_4143222666 cspg_html_4143222666:29:4103:4121 Lea Park Lacombe, Alberta -0.451733774163315116 +83292 aapg_ae_630.html aapg_ae_630.html:112:10090:10103 Winnipeg Stark County, Illinois -0.442074271005849284 +83293 aapg_ac_65.html aapg_ac_65.html:967:76977:76985 Colorado Colorado -0.0474286098423364472 +83294 aapg_aa_546.html aapg_aa_546.html:352:36016:36021 Eagle Judith River Formation -0.491106071608619299 +83295 geology_html_7360956801 geology_html_7360956801:50:3336:3344 Imperial San Jacinto, California -0.425358634701132332 +83296 aapg_aa_960.html aapg_aa_960.html:492:38327:38334 Entrada Routt County, Colorado -0.414392875306418662 +83297 geology_html_8367138957 geology_html_8367138957:12:577:586 San Diego La Jolla -0.421964232277811879 +83298 cspg_html_4812473779 cspg_html_4812473779:1198:129973:130014 Allen Bay Canada -0.0719407710639016762 +83299 aapg_ai_29.html aapg_ai_29.html:568:71167:71173 Lissie Beaumont, Texas 0.655816297343552845 +83300 aapg_af_663.html aapg_af_663.html:787:75116:75122 Hertha Truro, Massachusetts 0.330076340836191584 +83301 sedimentology_html_3941612453 sedimentology_html_3941612453:1301:92383:92401 Quinault Washington (state) -0.0475157284533089252 +83302 cspg_html_9157093462 cspg_html_9157093462:333:44072:44098 Halfway Lacombe, Alberta -0.478377564070346595 +83303 cspg_html_4374961624 cspg_html_4374961624:144:18314:18330 Tatei Mount Robson Provincial Park -0.478535310781285639 +83304 geology_html_4813695285 geology_html_4813695285:168:17017:17030 Garden Valley Flagstaff Hill, South Australia -0.0365022098849612647 +83305 cspg_html_5450075884 cspg_html_5450075884:15:2685:2693 Lea Park Colorado 0.820254901602488484 +83306 jgeology_html_3669018334 jgeology_html_3669018334:1034:58136:58146 San Miguel Mexico -0.0205233642338861627 +83307 aapg_ad_152.html aapg_ad_152.html:1823:237652:237658 Toroweap Clark County, Indiana 0.331173038767920869 +83308 aapg_af_628.html aapg_af_628.html:235:23301:23310 Aux Vases Wabash and Erie Canal -0.428791476930725279 +83309 cspg_html_2625728726 cspg_html_2625728726:537:68764:68776 Granite Wash Lacombe, Alberta 0.000674025171207849952 +83310 aapg_ai_28.html aapg_ai_28.html:751:70799:70810 San Antonio Texas -0.517983978761778041 +83311 aapg_ad_979.html aapg_ad_979.html:140:11825:11839 Alto Illinois -0.030548703261185188 +83312 aapg_af_143.html aapg_af_143.html:643:57834:57845 Port Orford Cape Blanco Light -0.259107568935097066 +83313 gsa_html_1465687448 gsa_html_1465687448:290:32596:32615 Hillabee Greenstone Alabama -0.0501628553574823693 +83314 aapg_ae_419.html aapg_ae_419.html:4599:271048:271054 Sierra Mexico -0.492706142050923668 +83315 aapg_ae_324.html aapg_ae_324.html:436:42591:42598 Tellico Virginia -0.469302035375975646 +83316 aapg_ah_779.html aapg_ah_779.html:754:126615:126630 Olentangy Ohio -0.685472644613931981 +83317 palaios_html_6757540995 palaios_html_6757540995:72:7704:7719 Eutaw Alabama 0.389510203942433464 +83318 sedimentology_html_2041096405 sedimentology_html_2041096405:38:2689:2705 Guelph Michigan Basin -0.100986544723041249 +83319 aapg_ae_959.html aapg_ae_959.html:1862:134302:134306 Word El Capitan 0.0147048786828740258 +83320 geology_html_4851899495 geology_html_4851899495:244:23029:23048 Pinyon Conglomerate Cheyenne, Wyoming -0.0045966157065965357 +83321 aapg_ad_52.html aapg_ad_52.html:1444:137608:137628 Keokuk Iowa 0.373633253217139416 +83322 aapg_ah_541.html aapg_ah_541.html:135:18416:18426 Pottsville Pottsville, Pennsylvania 0.0169013996908496215 +83323 aapg_ae_29.html aapg_ae_29.html:687:65470:65481 Mauch Chunk Pennsylvania -0.463526807661379381 +83324 cspg_html_5272711466 cspg_html_5272711466:22:3301:3317 Ireton Lacombe, Alberta 0.815623033400081243 +83325 cspg_html_6715452766 cspg_html_6715452766:491:56083:56103 Fort Union Powder River Basin -0.446011775932438015 +83326 geology_html_9314524367 geology_html_9314524367:159:16199:16222 Sailor Canyon California -0.484098022941034878 +83327 gsa_html_8938402362 gsa_html_8938402362:168:17285:17293 Harkless Nelson, New Zealand -0.00786789401885567251 +83328 sedimentology_html_2444875434 sedimentology_html_2444875434:1266:104035:104041 Brazil Earth -0.0583176759976086131 +83329 cspg_html_2077592514 cspg_html_2077592514:125:19866:19874 Michigan Lacombe, Alberta -0.4506269691264706 +83330 aapg_af_6.html aapg_af_6.html:197:18408:18422 Frio Gulf Coast of the United States -0.512748196547868185 +83331 aapg_ai_583.html aapg_ai_583.html:284:35023:35043 Twin Creek Cheyenne, Wyoming -0.471340610693628537 +83332 cspg_html_9771826320 cspg_html_9771826320:175:28713:28756 Eureka Sound Bylot Island Migratory Bird Sanctuary -0.0152331376513424877 +83333 aapg_ad_809.html aapg_ad_809.html:411:31087:31106 Maquoketa Iowa -0.211664540715252064 +83334 aapg_ah_83.html aapg_ah_83.html:50:6967:6985 Kootenai Lacombe, Alberta -0.432316117842066305 +83335 aapg_ak_76.html aapg_ak_76.html:308:47777:47824 Rico Hato Mayor del Rey -0.496915172747898759 +83336 aapg_ae_958.html aapg_ae_958.html:2387:203068:203085 Rustler Guadalupe Mountains National Park -0.432223543643836305 +83337 jgeology_html_9366209199 jgeology_html_9366209199:240:20760:20769 Eel River California -0.0295851529329683692 +83338 cspg_html_2701043964 cspg_html_2701043964:82:12390:12408 Winnipeg Middle Ordovician -0.474355436180137646 +83339 aapg_ai_959.html aapg_ai_959.html:75:9041:9050 Catahoula Oakville, California -0.0782975382149849741 +83340 gsa_html_2541275669 gsa_html_2541275669:783:71544:71575 Minturn Colorado -0.454610570976523354 +83341 aapg_ae_228.html aapg_ae_228.html:97:12768:12778 Washington Venezuela -0.0218270224173490179 +83342 aapg_ah_528.html aapg_ah_528.html:40:4390:4398 Moenkopi Logan, Utah 0.40578954288466651 +83343 AMJC_html_1007005179 AMJC_html_1007005179:824:90914:90919 Rapid Altiplano -0.473815322787249471 +83344 cspg_html_9905904289 cspg_html_9905904289:56:8076:8085 Shaunavon Regina, Saskatchewan -0.0511668783067136951 +83345 aapg_aa_358.html aapg_aa_358.html:70:6778:6794 Moenkopi Coconino County, Arizona 0.370865590116511656 +83346 aapg_aa_124.html aapg_aa_124.html:112:12343:12363 Nikanassin Kootenay River -0.455197874748240694 +83347 aapg_ac_211.html aapg_ac_211.html:130:14482:14502 Castle Reef Dolomite Kinderhook (town), New York -0.0330135830277358128 +83348 aapg_ad_466.html aapg_ad_466.html:1485:156837:156845 Choptank Virginia -0.00802599044403999595 +83349 aapg_aa_254.html aapg_aa_254.html:32:3732:3751 Smackover Mississippi River 0.0422379998441285431 +83350 aapg_aa_792.html aapg_aa_792.html:515:56367:56377 San Andres New Mexico 0.000564582905986352451 +83351 palaios_html_6100595217 palaios_html_6100595217:147:16899:16911 Gosport Sand Lisbon -0.0802068706445484281 +83352 aapg_ac_730.html aapg_ac_730.html:437:62219:62225 Toreva Mancos, Colorado 0.345266305756655789 +83353 gsa_html_7518144145 gsa_html_7518144145:17:775:783 Colorado Colorado -0.464450966712688929 +83354 AMJC_html_8522115051 AMJC_html_8522115051:927:100753:100758 Rapid Reno, Nevada -0.526432155606555985 +83355 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17922:17926 Earp Supai, Arizona -0.0374854970186532591 +83356 aapg_ad_466.html aapg_ad_466.html:286:34817:34834 Raritan Maryland -0.0215106592204126722 +83357 aapg_ai_49.html aapg_ai_49.html:138:15039:15058 Ingleside Cheyenne, Wyoming -0.471336008805755435 +83358 aapg_ae_223.html aapg_ae_223.html:122:15412:15426 Niobrara Niobrara, Nebraska -0.429424154279866799 +83359 geology_html_7815558619 geology_html_7815558619:12:739:747 Montreal Quebec City 0.0208501389731201615 +83360 geology_html_1860015028 geology_html_1860015028:280:24586:24612 Montgomery California -0.0265836451265893982 +83361 gsa_html_9052101586 gsa_html_9052101586:450:52988:53010 Peoria Illinois -0.419821054978222807 +83362 gsa_html_8398449001 gsa_html_8398449001:755:64405:64415 Bear River Bennington, Vermont -0.0522861066432878455 +83363 cspg_html_1732329534 cspg_html_1732329534:101:14500:14518 Paskapoo Red Deer, Alberta -0.473819937725990625 +83364 sedimentology_html_6545837405 sedimentology_html_6545837405:1792:118359:118376 Cardium Canada -0.441397390812390766 +83365 aapg_ah_646.html aapg_ah_646.html:19:2699:2715 Chinle Logan, Utah 0.32685010281379101 +83366 aapg_ae_474.html aapg_ae_474.html:91:8207:8224 Renault Bethel, Alaska -0.0074248793072545817 +83367 aapg_ac_515.html aapg_ac_515.html:14:1703:1713 Washington California -0.478326534516524793 +83368 cspg_html_9613527162 cspg_html_9613527162:194:27033:27053 Banff Elkton, Kentucky -0.417467727749844975 +83369 aapg_ai_208.html aapg_ai_208.html:232:19942:19971 Castle Hayne North Carolina -0.0346298699616138864 +83370 palaios_html_1998833760 palaios_html_1998833760:1253:89853:89857 Hall London, Ontario -0.0365787810685492543 +83371 aapg_ac_253.html aapg_ac_253.html:47:6909:6915 Frisco Knoxville, Tennessee -0.0222581200663617834 +83372 aapg_aa_685.html aapg_aa_685.html:51:5356:5366 North Horn Flagstaff, Arizona -0.0449008358068114649 +83373 aapg_ac_4.html aapg_ac_4.html:205:21879:21900 Peratrovich Anchorage, Alaska 0.00299316941719320615 +83374 aapg_ai_477.html aapg_ai_477.html:288:32208:32218 Loon River Clearwater, Florida -0.0774744819488543401 +83375 aapg_ah_134.html aapg_ah_134.html:77:6871:6878 Hosston Cotton Valley, Louisiana -0.00285766800151459645 +83376 aapg_ah_528.html aapg_ah_528.html:754:73640:73650 Washington Nelson, New Zealand -0.425363011053494167 +83377 aapg_ae_957.html aapg_ae_957.html:92:5707:5713 Midway Salem, Oregon -0.008957206898973313 +83378 gsa_html_1816090385 gsa_html_1816090385:759:65130:65139 San Diego Earth -0.423413139400643734 +83379 aapg_ac_569.html aapg_ac_569.html:46:7023:7043 Emma Fiord Devon Island -0.108717425609241108 +83380 sedimentology_html_3941612453 sedimentology_html_3941612453:1301:92403:92413 Washington Salem, Oregon -0.00514558121477792525 +83381 aapg_ac_380.html aapg_ac_380.html:96:13023:13029 Vernon Michigan -0.463396817899322633 +83382 geology_html_5220137609 geology_html_5220137609:256:22124:22128 Bond North Atlantic Current -0.444945382159606273 +83383 gsa_html_5865982995 gsa_html_5865982995:1497:156668:156676 Colorado Denver -0.436805862873274886 +83384 cspg_html_3610827329 cspg_html_3610827329:66:8913:8928 Grassy Mountain Turtle Mountain (Alberta) -0.0667588673287185796 +83385 aapg_ai_527.html aapg_ai_527.html:55:7515:7524 Fruitland Kirtland, Ohio -0.480728181628129914 +83386 cspg_html_4103411715 cspg_html_4103411715:514:52132:52149 Cardium Lacombe, Alberta -0.00305744578029933057 +83387 aapg_ad_280.html aapg_ad_280.html:73:9783:9802 Smackover Shreveport, Louisiana -0.0105729870441561395 +83388 aapg_ae_180.html aapg_ae_180.html:79:9515:9528 Bearpaw Judith River Formation -0.44056532751251043 +83389 gsa_html_5341325188 gsa_html_5341325188:68:5985:6013 Green River New Mexico -0.0234506495494124188 +83390 aapg_ad_683.html aapg_ad_683.html:738:73854:73861 Hermosa Colorado -0.0958608761351753824 +83391 aapg_ai_81.html aapg_ai_81.html:413:33096:33103 Chemung Conneaut, Ohio -0.0251996221350797196 +83392 palaios_html_8064020973 palaios_html_8064020973:485:58973:58989 Chinle Logan, Utah 0.336349957169215341 +83393 aapg_ah_387.html aapg_ah_387.html:2451:265696:265705 Knoxville Knoxville, Illinois 0.883724884315065129 +83394 palaios_html_2746116737 palaios_html_2746116737:74:5713:5733 Tallahatta Alabama -0.22875572035433181 +83395 geology_html_2835786525 geology_html_2835786525:12:655:661 Oregon Newport, Rhode Island -0.465616092314337648 +83396 aapg_af_854.html aapg_af_854.html:1059:149219:149240 Hardinsburg Missouri River -0.00972860319356922895 +83397 aapg_ae_471.html aapg_ae_471.html:221:21686:21703 Hosston Arkadelphia, Arkansas -0.392359196427349732 +83398 gsa_html_6644443634 gsa_html_6644443634:14:844:852 Colorado Denver -0.477158315306099867 +83399 aapg_ad_49.html aapg_ad_49.html:121:11245:11250 Capay Umpqua, Oregon -0.423072537243216251 +83400 jgeology_html_4599466962 jgeology_html_4599466962:278:20013:20025 Seneca Jamesville, New York -0.0335442004664093935 +83401 gsa_html_6039599383 gsa_html_6039599383:156:14956:14975 Brunswick Portland, Maine -0.464405306663695727 +83402 cspg_html_2418341010 cspg_html_2418341010:45:5582:5594 Saskatchewan Regina, Saskatchewan -0.0506753085057192118 +83403 aapg_ae_876.html aapg_ae_876.html:1119:114374:114396 Cedar Mountain Colorado -0.00501702564840697442 +83404 aapg_ae_135.html aapg_ae_135.html:21:2070:2076 Paluxy Tuscaloosa, Alabama -0.462302919433881576 +83405 aapg_ae_71.html aapg_ae_71.html:175:16018:16035 Hermosa Mesa, Arizona -0.485238274937032199 +83406 aapg_aa_426.html aapg_aa_426.html:191:42587:42624 Prairie Arkadelphia, Arkansas -0.434558307819543299 +83407 aapg_ah_435.html aapg_ah_435.html:239:28770:28783 Cook Mountain Texas -0.0633453418880029068 +83408 gsa_html_3289054608 gsa_html_3289054608:2260:164432:164460 Green River New Mexico -0.0172889404553563421 +83409 sedimentology_html_3417381350 sedimentology_html_3417381350:1293:97864:97882 Monterey California -0.456518443898076276 +83410 aapg_ah_462.html aapg_ah_462.html:21:2525:2539 Monterey Bartlesville, Oklahoma -0.424177750848490742 +83411 aapg_ac_742.html aapg_ac_742.html:72:8433:8446 Gypsum Spring Spearfish, South Dakota -0.494415595917255202 +83412 jgeology_html_1964872752 jgeology_html_1964872752:283:20813:20833 Beaverdam Delmarva Peninsula -0.477308890203395286 +83413 aapg_ai_336.html aapg_ai_336.html:1023:140168:140174 Moscow Caucasus Mountains -0.450676431675374467 +83414 gsa_html_1826402027 gsa_html_1826402027:826:88460:88478 Marble Canyon Grand Canyon -0.4597965726108596 +83415 aapg_af_430.html aapg_af_430.html:106:11852:11856 Frio Hidalgo County, New Mexico -0.458641287983651336 +83416 gsa_html_8881958017 gsa_html_8881958017:31:2679:2689 Quesnellia Arctic Cordillera 0.0105973111472393959 +83417 aapg_ad_557.html aapg_ad_557.html:11089:635576:635595 Norphlet Haynesville, Louisiana 0.0219626084121762773 +83418 gsa_html_5096547935 gsa_html_5096547935:655:61023:61031 Colorado Denver -0.479830848328458015 +83419 AMJC_html_5969956211 AMJC_html_5969956211:1336:168373:168398 Cedar Mountain Colorado -0.44721379024503416 +83420 aapg_ad_957.html aapg_ad_957.html:181:18670:18682 Higginsville Lafayette County, Florida -0.0167554219628843898 +83421 aapg_ac_59.html aapg_ac_59.html:53:7264:7282 Cabrillo California -0.526255245394435356 +83422 cspg_html_2174653823 cspg_html_2174653823:195:16022:16032 Washington Mexico -0.0293555813701503708 +83423 gsa_html_7718775984 gsa_html_7718775984:1173:80887:80891 Hall London, Ontario -0.046510437316175636 +83424 aapg_aa_918.html aapg_aa_918.html:971:103192:103201 Dog Creek Cheyenne, Wyoming -0.036255097654164431 +83425 cspg_html_3883962749 cspg_html_3883962749:342:39690:39715 Fernie Mountain Park (Holyoke, Massachusetts) 0.0154590412849191748 +83426 cspg_html_6116883777 cspg_html_6116883777:1119:157277:157301 Markham River Ellesmere Island -0.00957745004625764826 +83427 cspg_html_5976982403 cspg_html_5976982403:160:23129:23137 Victoria Kingston, Jamaica -0.0188200559458422435 +83428 cspg_html_8904992939 cspg_html_8904992939:478:54077:54096 Deadwood Canada -0.0265071378839745256 +83429 aapg_ac_414.html aapg_ac_414.html:232:28636:28654 Arcturus Kaibab, Arizona -0.488743302412917968 +83430 aapg_aa_684.html aapg_aa_684.html:354:33713:33722 Popo Agie John Crow Mountains -0.488508559619346305 +83431 cspg_html_8227554214 cspg_html_8227554214:328:35619:35635 Cumberland New Brunswick, New Jersey -0.0318915382493003205 +83432 cspg_html_9222238695 cspg_html_9222238695:9:963:983 Nikanassin Western world -0.465616092314337648 +83433 aapg_ae_223.html aapg_ae_223.html:93:11824:11843 Mesaverde Moffat County, Colorado -0.110846109308101334 +83434 aapg_ad_808.html aapg_ad_808.html:1289:87555:87563 Frontier Richmond, California -0.415081112396476104 +83435 cspg_html_8464109528 cspg_html_8464109528:171:19907:19915 Columbia Dunedin, Florida -0.0281695262279110618 +83436 AMJC_html_7872796695 AMJC_html_7872796695:106:9031:9050 Queenston Ontario, California -0.404625632117037171 +83437 aapg_ah_972.html aapg_ah_972.html:429:42456:42464 Wellborn Dilworth, Minnesota -0.0205233642338861627 +83438 aapg_ah_847.html aapg_ah_847.html:734:67451:67464 Raritan Closter, New Jersey -0.470517256867207745 +83439 sedimentology_html_8294178282 sedimentology_html_8294178282:30:1873:1891 Forest Viterbo -0.0458327637888954545 +83440 geology_html_3197685690 geology_html_3197685690:234:22718:22724 Oregon Washington (state) -0.462193603410137988 +83441 aapg_ae_419.html aapg_ae_419.html:3358:214871:214877 Sierra Coahuila -0.4847520804564589 +83442 cspg_html_4568084707 cspg_html_4568084707:494:60804:60825 Cooking Lake Redwater, Texas -0.149814473461510694 +83443 AMJC_html_4504848787 AMJC_html_4504848787:553:55135:55151 Unicoi Virginia -0.465776131049653153 +83444 aapg_ai_851.html aapg_ai_851.html:86:12176:12181 Cibao Lares, Puerto Rico -0.0717623636279665356 +83445 geology_html_8381924936 geology_html_8381924936:12:515:523 Virginia Reston, Virginia -0.448529529594894116 +83446 palaios_html_3112927242 palaios_html_3112927242:115:11539:11558 Tuscarora Juniata County School District -0.460946527021081187 +83447 cspg_html_7176835767 cspg_html_7176835767:396:50532:50552 Arctic Red Sault Ste. Marie, Ontario -0.460944252925189812 +83448 cspg_html_1159794850 cspg_html_1159794850:14:1504:1521 Guelph Salina, Kansas -0.456561440120662909 +83449 aapg_ah_283.html aapg_ah_283.html:543:66287:66293 Oregon Washington (state) -0.459022435464294998 +83450 cspg_html_8979693271 cspg_html_8979693271:334:42052:42060 Columbia Lacombe, Alberta -0.0565379969022386936 +83451 cspg_html_4210762654 cspg_html_4210762654:227:31056:31071 Nisku Lacombe, Alberta -0.43919205226689878 +83452 aapg_ac_290.html aapg_ac_290.html:54:4468:4480 Mooringsport Paluxy, Texas -0.0425061623953187154 +83453 gsa_html_8951179545 gsa_html_8951179545:64:6075:6087 Wilcox Cheyenne, Wyoming -0.425402399125748287 +83454 aapg_ad_2.html aapg_ad_2.html:1023:140644:140655 Beekmantown Bellefonte, Pennsylvania -0.0356930261214894115 +83455 aapg_af_854.html aapg_af_854.html:389:50640:50646 Keokuk Burlington, Ontario -0.0117822633156925947 +83456 aapg_ac_701.html aapg_ac_701.html:199:19883:19903 Phosphoria Cheyenne, Wyoming -0.432421928049857018 +83457 aapg_ac_881.html aapg_ac_881.html:297:35021:35028 El Paso New Mexico -0.486401118306284352 +83458 aapg_af_298.html aapg_af_298.html:218:23550:23565 Salem Ohio County, West Virginia -0.015097596462230729 +83459 jgeology_html_3861914771 jgeology_html_3861914771:178:11162:11173 Bloomington Harrodsburg, Indiana -0.0389092587749327867 +83460 aapg_ac_151.html aapg_ac_151.html:55:9065:9077 Midway Shreveport, Louisiana -0.0425131277640511673 +83461 aapg_aa_889.html aapg_aa_889.html:561:59394:59402 Colorado Mississippi River -0.46927678392355654 +83462 jgeology_html_6347034809 jgeology_html_6347034809:1294:61387:61408 Manitou Ontario, California -0.448529529594894116 +83463 aapg_ad_152.html aapg_ad_152.html:1937:254859:254879 Phosphoria Kaibab, Arizona -0.473413916391550615 +83464 cspg_html_9275863663 cspg_html_9275863663:977:132453:132478 Beaverhill Lacombe, Alberta -0.478377564070346595 +83465 aapg_ai_584.html aapg_ai_584.html:395:38605:38613 Roundtop Hartville, Missouri -0.463253167093327645 +83466 aapg_aa_863.html aapg_aa_863.html:430:36997:37014 Edwards Texas -0.0575132711788683623 +83467 aapg_ai_850.html aapg_ai_850.html:30:3467:3477 Bloomsburg Juniata County School District -0.447637220621224075 +83468 aapg_af_348.html aapg_af_348.html:397:43515:43535 Springhill Springhill, Nova Scotia -0.437049524484892205 +83469 palaios_html_8113714689 palaios_html_8113714689:298:33983:33999 George Rocky Mountain House, Alberta -0.038712565483401136 +83470 cspg_html_7176835767 cspg_html_7176835767:75:9203:9223 Sans Sault Sault Ste. Marie, Ontario -0.439165406786194035 +83471 sedimentology_html_3200584564 sedimentology_html_3200584564:1339:87681:87687 Walker Lacombe, Alberta -0.454305775206324536 +83472 sedimentology_html_7635687013 sedimentology_html_7635687013:123:11975:11995 Frankfort Black River, Jamaica -0.0355642585385362378 +83473 aapg_ad_11.html aapg_ad_11.html:49:5485:5505 Fort Union Knife River -0.444288722897409949 +83474 sedimentology_html_3238300064 sedimentology_html_3238300064:1171:85917:85934 Wilcox Texas -0.0358774797167535214 +83475 aapg_ae_187.html aapg_ae_187.html:222:24579:24587 Michigan Kentucky 0.00736581097593620986 +83476 aapg_aa_267.html aapg_aa_267.html:617:51807:51817 Greenbrier Huntington, West Virginia -0.516793279778565484 +83477 sedimentology_html_7150632669 sedimentology_html_7150632669:215:17920:17923 Dot Gaithersburg, Maryland -0.453829596260670209 +83478 palaios_html_3825798781 palaios_html_3825798781:512:48175:48192 Clayton Alabama -0.453423575097804177 +83479 cspg_html_6258003389 cspg_html_6258003389:160:22012:22030 Ramparts Middle East -0.0306147978884375553 +83480 aapg_af_515.html aapg_af_515.html:31:5223:5232 Peninsula Sardinia -0.434518537443352337 +83481 cspg_html_1025724640 cspg_html_1025724640:455:62595:62629 Beekmantown Ontario, California -0.403683493993095333 +83482 aapg_ad_167.html aapg_ad_167.html:251:29073:29087 Richmond Cincinnati -0.44830973456876172 +83483 palaios_html_1275288372 palaios_html_1275288372:743:53154:53162 Columbia North Sea -0.0534299210189851104 +83484 cspg_html_9354781888 cspg_html_9354781888:102:19100:19117 Watrous Williston Basin -0.475977786028375149 +83485 cspg_html_8558580101 cspg_html_8558580101:41:5927:5961 Mackenzie Lacombe, Alberta -0.479475427251918496 +83486 gsa_html_1355236849 gsa_html_1355236849:1071:97002:97010 San Jose California -0.0421143691729161454 +83487 gsa_html_3720789279 gsa_html_3720789279:850:84253:84263 Washington Boise, Idaho -0.0838911043394959255 +83488 aapg_ac_289.html aapg_ac_289.html:245:20293:20301 Sterling Saline County, Kansas -0.450676431675374467 +83489 aapg_aa_684.html aapg_aa_684.html:58:6969:6978 Popo Agie John Crow Mountains -0.506300489902935413 +83490 aapg_ah_857.html aapg_ah_857.html:20:2537:2553 Macal Guatemala -0.555318570666812006 +83491 aapg_ai_810.html aapg_ai_810.html:60:8422:8440 Norphlet Mississippi River -0.466530989100184312 +83492 aapg_ad_738.html aapg_ad_738.html:510:24390:24402 Nation River Anchorage, Alaska -0.0611557112481491347 +83493 aapg_ac_835.html aapg_ac_835.html:1109:162176:162195 Minnelusa Hartville, Missouri -0.434712986404073964 +83494 aapg_af_792.html aapg_af_792.html:96:11398:11404 Walnut East Texas -0.080825378927433647 +83495 cspg_html_2175627313 cspg_html_2175627313:877:85283:85315 Montney Lacombe, Alberta 0.388603054382978708 +83496 aapg_ad_2.html aapg_ad_2.html:1393:190606:190618 Chambersburg Martinsburg, Nebraska -0.470200080639580853 +83497 palaios_html_4688171682 palaios_html_4688171682:692:72631:72649 Imperial California -0.439103236963543697 +83498 aapg_ad_784.html aapg_ad_784.html:328:36114:36119 Sespe Oak Ridge, Tennessee -0.446186272521599148 +83499 cspg_html_4298557570 cspg_html_4298557570:9:839:847 Whitemud Lacombe, Alberta -0.0462526011769854029 +83500 cspg_html_8266552811 cspg_html_8266552811:56:7188:7204 Viking Regina, Saskatchewan 0.670750027378228753 +83501 cspg_html_2873888604 cspg_html_2873888604:196:31053:31062 Baldonnel Victoria, British Columbia -0.470181697121159758 +83502 cspg_html_3883962749 cspg_html_3883962749:65:9882:9895 Mountain Park Lacombe, Alberta -0.454068782805138071 +83503 cspg_html_5484260516 cspg_html_5484260516:6:312:317 Banff Victoria, British Columbia 0.00543048895720864636 +83504 aapg_ai_250.html aapg_ai_250.html:24:3014:3038 Manitou Colorado -0.0410313671820840969 +83505 cspg_html_5796730780 cspg_html_5796730780:21:2863:2885 Hillsborough Hillsborough, California -0.469028899015838996 +83506 cspg_html_6021605367 cspg_html_6021605367:91:10420:10425 Ouray Lacombe, Alberta -0.0251613720923007447 +83507 AMJC_html_1964550508 AMJC_html_1964550508:111:14807:14825 Syracuse Onondaga (tribe) -0.464656465989479628 +83508 aapg_ae_998.html aapg_ae_998.html:117:15013:15021 Evanston Evanston, Wyoming -0.466810220907495799 +83509 aapg_aa_784.html aapg_aa_784.html:16:554:562 Colorado Denver -0.467925738958578585 +83510 aapg_ai_107.html aapg_ai_107.html:150:14422:14441 Smackover Freestone County, Texas -0.0270600859182637335 +83511 aapg_ah_876.html aapg_ah_876.html:563:69290:69308 Pearsall Rodessa, Louisiana -0.0233880656689205678 +83512 aapg_aa_598.html aapg_aa_598.html:14:2057:2065 Red Peak Cheyenne, Wyoming 0.0112505933991891086 +83513 aapg_ah_816.html aapg_ah_816.html:35:3604:3612 Virginia Virginia -0.0883997206410324227 +83514 sedimentology_html_2013985485 sedimentology_html_2013985485:39:1925:1929 Bern Switzerland -0.0825201267280717826 +83515 cspg_html_9735723617 cspg_html_9735723617:181:23391:23413 Nation River Anchorage, Alaska -0.471009336433766579 +83516 aapg_ae_694.html aapg_ae_694.html:14:2259:2275 Tuscaloosa Texas 0.410103377778330447 +83517 geology_html_7747769822 geology_html_7747769822:38:3156:3162 Oregon Juan de Fuca Plate -0.477158315306099867 +83518 cspg_html_9735723617 cspg_html_9735723617:247:31439:31459 Weatherall Melville Island (Canada) -0.47395378155658785 +83519 cspg_html_7602315496 cspg_html_7602315496:18:3157:3178 Belly River Milk River, Alberta -0.026705362044744569 +83520 gsa_html_6578729676 gsa_html_6578729676:654:62940:62944 Bond North Sea 0.00953054056718567397 +83521 cspg_html_8727758678 cspg_html_8727758678:179:7172:7195 Viking Lacombe, Alberta -0.0152331376513424877 +83522 gsa_html_4472450335 gsa_html_4472450335:60:4552:4580 Green River Colorado 0.0275261094458850927 +83523 cspg_html_4509388671 cspg_html_4509388671:6:472:480 Columbia Elk Valley (British Columbia) -0.0477387564536249503 +83524 aapg_ad_944.html aapg_ad_944.html:107:10541:10562 Watrous Cheyenne, Wyoming -0.0239565449099976777 +83525 aapg_ai_932.html aapg_ai_932.html:436:68349:68366 Sisquoc Monterey, California -0.0924439620375136495 +83526 aapg_ai_516.html aapg_ai_516.html:148:20615:20620 Piper Barnsley -0.0537507800709914538 +83527 aapg_ae_170.html aapg_ae_170.html:183:24083:24103 Road River Middle Ordovician -0.457691392417615917 +83528 cspg_html_9361096527 cspg_html_9361096527:750:70188:70196 Colorado Denver -0.454305775206324536 +83529 aapg_af_880.html aapg_af_880.html:428:64458:64476 Wolfcamp Texas -0.0176486817607870612 +83530 cspg_html_5660413005 cspg_html_5660413005:264:29892:29905 Graminia Blue Ridge Mountains -0.0480959628490879726 +83531 cspg_html_9735723617 cspg_html_9735723617:4067:266405:266426 Melville Island Banks Island -0.476269297170336003 +83532 cspg_html_3354282978 cspg_html_3354282978:844:94405:94420 Nisku Central Alberta 0.00311824777620780874 +83533 sedimentology_html_9633602572 sedimentology_html_9633602572:123:10147:10155 Columbia Victoria, British Columbia -0.0161993249316557293 +83534 gsa_html_4118838513 gsa_html_4118838513:12:677:690 Santa Barbara California -0.487244407985101158 +83535 aapg_ac_574.html aapg_ac_574.html:92:11226:11233 Wasatch Reno, Nevada 0.0125259211045502007 +83536 aapg_ad_169.html aapg_ad_169.html:391:44706:44726 Greenbrier Greenbrier (Great Smoky Mountains) -0.037441986726546049 +83537 aapg_ac_545.html aapg_ac_545.html:487:57713:57721 Columbia Victoria, British Columbia -0.440325191296006335 +83538 aapg_ad_610.html aapg_ad_610.html:101:12255:12260 Yegua County Sligo 0.791346391306995023 +83539 aapg_ad_318.html aapg_ad_318.html:7:1170:1176 Guelph Rockford, Illinois -0.46567095948211501 +83540 palaios_html_1020763489 palaios_html_1020763489:466:49198:49214 Viking Canada -0.0445315771469266958 +83541 aapg_ah_182.html aapg_ah_182.html:3:169:180 Jacksonburg Closter, New Jersey -0.022353727877684245 +83542 cspg_html_8247666269 cspg_html_8247666269:550:64635:64651 Kanguk Ellesmere Island -0.041236814250852856 +83543 aapg_ae_31.html aapg_ae_31.html:8:1135:1155 Moorefield Arkansas -0.128024964275699482 +83544 cspg_html_1351473625 cspg_html_1351473625:101:17518:17539 Ross Belcourt, North Dakota -0.469152832749018645 +83545 geology_html_4499032177 geology_html_4499032177:11:506:512 Oxford Ohio -0.0550552936469841589 +83546 sedimentology_html_9252655955 sedimentology_html_9252655955:901:79759:79763 Hall London, Ontario -0.461219460550356897 +83547 aapg_ah_329.html aapg_ah_329.html:526:51381:51402 San Joaquin San Diego 0.0391512144020498415 +83548 gsa_html_8725992131 gsa_html_8725992131:535:43491:43499 Edmonton Lacombe, Alberta -0.0218513582866363479 +83549 cspg_html_2174653823 cspg_html_2174653823:327:23062:23071 Interlake Nassau, Bahamas -0.0120741642534044936 +83550 cspg_html_5456368738 cspg_html_5456368738:303:34666:34686 Pine Point Great Slave Lake -0.475397368106546647 +83551 aapg_ac_314.html aapg_ac_314.html:731:63189:63195 Brazil South America -0.0137248477945169315 +83552 aapg_af_130.html aapg_af_130.html:138:25156:25181 Ladore Colorado 0.00753780424990633125 +83553 cspg_html_3026112034 cspg_html_3026112034:8:385:403 Wabamun Swan Hill, Victoria -0.0320376589059692546 +83554 aapg_ac_382.html aapg_ac_382.html:57:8435:8451 Dakota Cabuyao, Laguna -0.00773064589701005864 +83555 cspg_html_9214997177 cspg_html_9214997177:398:36764:36776 Saskatchewan Bloomington, Indiana -0.446029671493266278 +83556 sedimentology_html_6998506874 sedimentology_html_6998506874:27:1623:1647 Protection Helsinki -0.450582005503512739 +83557 geology_html_7632053614 geology_html_7632053614:12:538:548 Washington Washington (state) -0.447455726501453044 +83558 aapg_ae_364.html aapg_ae_364.html:283:26957:26976 San Jose Estancia, New Mexico -0.449433936510724996 +83559 aapg_ac_586.html aapg_ac_586.html:256:28937:28957 Pottsville Pottsville, Pennsylvania -0.453008719186489883 +83560 cspg_html_7115701337 cspg_html_7115701337:489:55294:55302 Columbia Victoria, British Columbia -0.447637220621224075 +83561 sedimentology_html_7328045802 sedimentology_html_7328045802:327:24391:24410 Perry Austin, Chicago -0.0253108955429122949 +83562 aapg_ah_393.html aapg_ah_393.html:57:6040:6053 Kootenay Kootenay River -0.465835581370964813 +83563 aapg_ai_107.html aapg_ai_107.html:166:16168:16187 Smackover Robertson County, Tennessee -0.45295011354581094 +83564 AMJC_html_1964550508 AMJC_html_1964550508:514:62108:62120 Vernon Chestnut Ridge, New York -0.470457490274840129 +83565 aapg_aa_23.html aapg_aa_23.html:938:122967:122991 Interlake Manitoba -0.598593935565117419 +83566 aapg_aa_684.html aapg_aa_684.html:201:19880:19884 Jelm Cheyenne, Wyoming -0.466741549175746284 +83567 geology_html_8104860443 geology_html_8104860443:90:8585:8606 Wood Canyon Reno, Nevada -0.0213629091377398328 +83568 aapg_ah_318.html aapg_ah_318.html:1646:157676:157685 San Pedro Durango, Durango -0.0717168881895577925 +83569 aapg_ae_581.html aapg_ae_581.html:725:76633:76639 Denver Colorado -0.026705362044744569 +83570 cspg_html_6069707248 cspg_html_6069707248:39:5133:5137 Elko Elk Valley (British Columbia) -0.193527849910467176 +83571 palaios_html_1020763489 palaios_html_1020763489:127:14376:14403 Quinault Washington (state) -0.0447475566663644089 +83572 aapg_ae_574.html aapg_ae_574.html:5:941:960 Greenhorn Powder River (Montana) -0.0169917673336638479 +83573 sedimentology_html_9626990209 sedimentology_html_9626990209:182:18445:18464 Rock Springs Laramide orogeny -0.466741549175746284 +83574 aapg_af_455.html aapg_af_455.html:71:9048:9067 Hampshire Huntington, West Virginia -0.202079554128490935 +83575 aapg_ad_2.html aapg_ad_2.html:815:115252:115264 Chambersburg Wisconsin 0.478247676569175384 +83576 palaios_html_2048556014 palaios_html_2048556014:529:58738:58757 Conasauga Alabama 0.933385717974348217 +83577 gsa_html_3205893764 gsa_html_3205893764:465:47296:47324 Green River Colorado 0.0303138962556724068 +83578 aapg_ai_49.html aapg_ai_49.html:396:50488:50496 Tensleep Hartville, Missouri -0.473663043482949409 +83579 cspg_html_4495395109 cspg_html_4495395109:11:1515:1534 Whitemud Regina, Saskatchewan -0.489182445167081981 +83580 aapg_ai_503.html aapg_ai_503.html:290:31905:31922 Thorold Niagara River -0.460041893415422398 +83581 cspg_html_4287356899 cspg_html_4287356899:961:131153:131168 Kayak Great Britain -0.449467616590735308 +83582 geology_html_3231018979 geology_html_3231018979:373:26923:26934 Bison Creek Lacombe, Alberta -0.474863540124580097 +83583 aapg_ah_823.html aapg_ah_823.html:54:5720:5731 Buick Creek Victoria, British Columbia -0.455211432419709627 +83584 gsa_html_1254347878 gsa_html_1254347878:364:40617:40645 Grinnell Lacombe, Alberta -0.0576354087003293492 +83585 aapg_aa_659.html aapg_aa_659.html:233:15775:15788 Windsor Bridgetown, Nova Scotia -0.445213540966811649 +83586 aapg_aa_863.html aapg_aa_863.html:27:3319:3334 Mural Arizona -0.435714594595624227 +83587 gsa_html_7605900420 gsa_html_7605900420:568:54009:54037 Green River Iran -0.0207667065675008616 +83588 gsa_html_5712812305 gsa_html_5712812305:619:62387:62395 Columbia Portland, Oregon -0.436898889813044922 +83589 aapg_ah_260.html aapg_ah_260.html:208:26885:26905 North Horn North Horn Formation -0.106588276812246488 +83590 cspg_html_7809640865 cspg_html_7809640865:95:9482:9494 Saskatchewan Saskatoon -0.500707121160588686 +83591 gsa_html_9052101586 gsa_html_9052101586:507:62753:62764 Peoria Illinois -0.42193152612717999 +83592 gsa_html_3542448939 gsa_html_3542448939:38:3668:3674 Reston Virginia -0.0171829308693467256 +83593 gsa_html_3795828595 gsa_html_3795828595:19:1313:1324 Black River Nassau, Bahamas -0.482038661537539159 +83594 aapg_ai_584.html aapg_ai_584.html:734:77446:77457 Casper Laramie, Wyoming -0.0691131913707236506 +83595 cspg_html_3233680622 cspg_html_3233680622:53:7163:7175 Vendom Fiord Southern United States -0.0686604263314506691 +83596 gsa_html_2059086425 gsa_html_2059086425:55:5191:5212 Lake Valley Sacramento Mountains (California) -0.454414135268558672 +83597 aapg_af_277.html aapg_af_277.html:388:36105:36111 Denver Jordan Valley, Oregon -0.452172819913734925 +83598 aapg_af_927.html aapg_af_927.html:64:7170:7180 Palo Pinto Eastland, Texas -0.439165406786194035 +83599 gsa_html_1678018483 gsa_html_1678018483:78:6613:6641 Green River Colorado -0.0188200559458422435 +83600 cspg_html_3966186144 cspg_html_3966186144:56:9589:9599 Haig Brook Stone Mountain, Georgia -0.447242908821281704 +83601 gsa_html_4910884318 gsa_html_4910884318:24:1251:1271 Pottsville Pennsylvania -0.442595627901035182 +83602 palaios_html_3796939457 palaios_html_3796939457:584:47674:47692 Woodbine Texas -0.0159925297595795608 +83603 geology_html_3479619952 geology_html_3479619952:220:20097:20106 Littleton Colorado -0.0281695262279110618 +83604 aapg_ae_904.html aapg_ae_904.html:134:14075:14089 Colorado Cheyenne, Wyoming -0.0926547990640769759 +83605 sedimentology_html_1046729113 sedimentology_html_1046729113:281:28210:28220 Milk River Southern Alberta -0.0269922703660798423 +83606 aapg_ah_243.html aapg_ah_243.html:88:10390:10415 Whitsett Texas -0.0667064437657132886 +83607 cspg_html_9343899465 cspg_html_9343899465:1631:133057:133073 Parry Islands Bathurst Island (Northern Territory) -0.000180666507077184774 +83608 aapg_ad_603.html aapg_ad_603.html:96:8606:8612 Quadra Red River of the North -0.446231020576565107 +83609 aapg_ad_441.html aapg_ad_441.html:31:2670:2686 Navajo Logan, Utah -0.046510437316175636 +83610 aapg_ad_759.html aapg_ad_759.html:3:153:168 Sespe California -0.442762791672519862 +83611 cspg_html_5660806836 cspg_html_5660806836:673:63408:63416 Montreal Quebec City -0.491084883288990137 +83612 aapg_aa_109.html aapg_aa_109.html:7:1036:1053 Minturn Des Moines, Washington -0.0214063649157180402 +83613 cspg_html_5345848475 cspg_html_5345848475:56:8102:8112 Deer Creek Regina, Saskatchewan -0.0337964699683677983 +83614 aapg_af_964.html aapg_af_964.html:97:14216:14227 Fish Scales Lacombe, Alberta -0.0491537380497388335 +83615 aapg_ai_49.html aapg_ai_49.html:275:32849:32857 Sundance Dolores, Colorado -0.0577069474480743499 +83616 aapg_ad_379.html aapg_ad_379.html:490:40925:40941 Kaibab Logan, Utah -0.0216149541452477292 +83617 aapg_ae_875.html aapg_ae_875.html:115:15795:15805 Cariblanco San Juan, Argentina -0.0349152239847350387 +83618 aapg_aa_24.html aapg_aa_24.html:595:70562:70584 Slater River Sault Ste. Marie, Ontario -0.0405891491966653695 +83619 aapg_af_26.html aapg_af_26.html:324:30026:30032 Oregon Salem, Oregon -0.455387700672750584 +83620 geology_html_1807210760 geology_html_1807210760:12:578:587 San Diego California -0.00035264713868171768 +83621 cspg_html_4105062490 cspg_html_4105062490:142:14912:14919 Lyleton Manitoba -0.486422190409221522 +83622 aapg_aa_473.html aapg_aa_473.html:291:42228:42244 Muskwa Victoria, British Columbia -0.472574788136010782 +83623 aapg_ae_659.html aapg_ae_659.html:38:4616:4625 Cold Lake Ardmore, Pennsylvania -0.468317764612058318 +83624 cspg_html_6193252551 cspg_html_6193252551:412:51870:51897 Mingan Middle East -0.0365787810685492543 +83625 cspg_html_3008745251 cspg_html_3008745251:248:29568:29576 Columbia Victoria, British Columbia -0.0377274176775576064 +83626 cspg_html_7567689128 cspg_html_7567689128:6:387:405 Whitemud Regina, Saskatchewan -0.0277017418114762735 +83627 jgeology_html_7885748745 jgeology_html_7885748745:553:33906:33911 Rapid New Hampshire -0.0408468169477428783 +83628 aapg_ac_587.html aapg_ac_587.html:464:52931:52941 Santa Rita New Mexico -0.0578709660660540678 +83629 sedimentology_html_3088624548 sedimentology_html_3088624548:929:56997:57002 Weeks California -0.473718414704639712 +83630 aapg_af_186.html aapg_af_186.html:191:21661:21671 Rio Grande Texas -0.446333949377836381 +83631 aapg_ah_828.html aapg_ah_828.html:97:10931:10950 La Casita Mexico -0.0125641469917892202 +83632 cspg_html_9905904289 cspg_html_9905904289:13:2238:2246 Whitemud Regina, Saskatchewan -0.0482597604774050865 +83633 gsa_html_1119256423 gsa_html_1119256423:601:55201:55228 White River Iowa -0.475554574599736102 +83634 aapg_ae_71.html aapg_ae_71.html:34:3316:3322 Kaibab Grand Canyon 0.295445377069609494 +83635 aapg_ae_31.html aapg_ae_31.html:133:15609:15619 Moorefield Newton County, Georgia -0.486127228212794971 +83636 sedimentology_html_3526020464 sedimentology_html_3526020464:748:50640:50644 Java Sumatra -0.439098796420780313 +83637 aapg_ai_932.html aapg_ai_932.html:650:102921:102939 Monterey Knoxville, Illinois -0.0288564512426946543 +83638 AMJC_html_2046554116 AMJC_html_2046554116:404:42724:42730 Reston Virginia -0.513599148962507135 +83639 aapg_ac_274.html aapg_ac_274.html:144:14389:14399 Washington Kentucky -0.445106268068768518 +83640 cspg_html_8532932475 cspg_html_8532932475:347:36068:36085 Bluesky Willapa Bay -0.449755070503296051 +83641 aapg_ad_801.html aapg_ad_801.html:290:31146:31155 Catahoula Mississippi River -0.213981914946454466 +83642 aapg_ai_981.html aapg_ai_981.html:446:35083:35090 Reynosa Texas -0.0225014864703161413 +83643 cspg_html_4374961624 cspg_html_4374961624:11:1215:1220 Tatei Mount Robson Provincial Park 0.371340548698747108 +83644 aapg_ad_0.html aapg_ad_0.html:225:20474:20491 Black River Michigan -0.0138360551692065167 +83645 aapg_ac_92.html aapg_ac_92.html:18:2839:2854 Atoka Atoka, Oklahoma -0.189360590361064396 +83646 geology_html_1545045916 geology_html_1545045916:13:615:621 Reston Virginia -0.432249992487968249 +83647 aapg_ac_235.html aapg_ac_235.html:796:79033:79045 Dakota Colorado -0.436225760714651634 +83648 sedimentology_html_1571972806 sedimentology_html_1571972806:1166:63782:63786 Hall London, Ontario -0.462111625185478381 +83649 jgeology_html_1370985836 jgeology_html_1370985836:1178:72060:72069 Rochester Salt Lake City -0.444871652179790411 +83650 cspg_html_2758185645 cspg_html_2758185645:100:10104:10114 Mount Head Lacombe, Alberta -0.148690995123005487 +83651 aapg_ad_466.html aapg_ad_466.html:1348:144220:144227 Matawan Delaware -0.000781730278493122455 +83652 aapg_ae_872.html aapg_ae_872.html:64:8915:8921 Peedee Charleston, South Carolina -0.0294721058156958669 +83653 geology_html_4403865682 geology_html_4403865682:305:26452:26490 Protection California -0.105687257808622995 +83654 aapg_ad_822.html aapg_ad_822.html:24:2869:2886 Laramie Niobrara, Nebraska -0.0159925297595795608 +83655 aapg_ac_838.html aapg_ac_838.html:352:32631:32659 Green River Logan, Utah -0.413981895448320647 +83656 aapg_ai_54.html aapg_ai_54.html:40:4661:4676 Eutaw Selma to Montgomery marches 0.00335277005200346635 +83657 cspg_html_1312400675 cspg_html_1312400675:236:27510:27518 Paskapoo Edmonton, London -0.0100934580634963432 +83658 palaios_html_1729153923 palaios_html_1729153923:27:1701:1713 Silica Ohio -0.491237921935693156 +83659 cspg_html_4338314003 cspg_html_4338314003:17:2201:2232 Viking Lacombe, Alberta -0.478535310781285639 +83660 geology_html_4363767289 geology_html_4363767289:36:2512:2524 Dixie Valley Boise, Idaho -0.491084883288990137 +83661 aapg_ac_807.html aapg_ac_807.html:792:78324:78345 Black Creek North Carolina -0.0193049620802523206 +83662 aapg_ae_161.html aapg_ae_161.html:111:13684:13698 Claggett Judith River Formation -0.466965896576978678 +83663 aapg_af_922.html aapg_af_922.html:113:14767:14778 Mauch Chunk Pottsville, Pennsylvania -0.511994681548594954 +83664 gsa_html_3646882130 gsa_html_3646882130:17:1303:1330 Columbia Steens Mountain Wilderness -0.44830973456876172 +83665 aapg_ac_587.html aapg_ac_587.html:352:47407:47424 Laramie Arizona -0.443782030321690002 +83666 aapg_ae_921.html aapg_ae_921.html:113:7781:7791 Fort Union Knife River -0.448377013151321557 +83667 aapg_ae_876.html aapg_ae_876.html:490:53178:53186 Graneros Farmington, New Mexico -0.0142026952151300869 +83668 gsa_html_4312040636 gsa_html_4312040636:259:24034:24042 Humboldt Eel River (Indiana) -0.460041893415422398 +83669 cspg_html_3461479787 cspg_html_3461479787:27:3122:3131 Lodgepole Western world -0.455347020329573748 +83670 jgeology_html_3517640817 jgeology_html_3517640817:666:43589:43598 Peninsula Korea -0.0219487021071597919 +83671 cspg_html_3354282978 cspg_html_3354282978:467:61100:61120 Swan Hills Lacombe, Alberta -0.444856013246054061 +83672 aapg_aa_860.html aapg_aa_860.html:1149:110047:110055 Colorado Denver -0.0500164465946093956 +83673 aapg_ah_5.html aapg_ah_5.html:2272:151836:151853 Astoria Washington (state) -0.0172906783217038999 +83674 aapg_ae_307.html aapg_ae_307.html:69:5585:5599 Ogallala Nebraska -0.46957525648780718 +83675 gsa_html_7102550258 gsa_html_7102550258:810:91228:91235 Kayenta Springdale, Arkansas -0.00783141030284131325 +83676 aapg_ac_920.html aapg_ac_920.html:110:17703:17723 Pequop Gold Hill, Colorado -0.452003931056544739 +83677 aapg_ad_337.html aapg_ad_337.html:346:39686:39701 Sespe Ventura County, California -0.00691758876026682835 +83678 gsa_html_6861599329 gsa_html_6861599329:884:78311:78337 Chumstick Leavenworth, Washington -0.0449008358068114649 +83679 aapg_ae_454.html aapg_ae_454.html:417:36065:36084 Cotton Valley Shreveport, Louisiana -0.0217296792824245993 +83680 aapg_ad_653.html aapg_ad_653.html:318:39180:39204 Boundary Creek Anchorage, Alaska -0.451351189275800146 +83681 gsa_html_6706549940 gsa_html_6706549940:110:9850:9861 Green River Ellesmere Island 0.825422323773104427 +83682 cspg_html_3521815736 cspg_html_3521815736:192:27653:27678 Fernie Victoria, British Columbia -0.453653631411627511 +83683 cspg_html_7989435905 cspg_html_7989435905:73:8150:8164 St. Mary River Edmonton, London -0.192021092760014944 +83684 aapg_ae_67.html aapg_ae_67.html:396:32235:32247 Dakota Denver -0.448217795173201261 +83685 aapg_ae_263.html aapg_ae_263.html:127:10297:10315 Onondaga Helderberg -0.418529603382018334 +83686 aapg_ad_137.html aapg_ad_137.html:28:2615:2633 Smackover Cotton Valley, Louisiana -0.401712156060089309 +83687 aapg_ac_414.html aapg_ac_414.html:150:18331:18339 Arcturus Logan, Utah -0.462348471732962063 +83688 geology_html_1473688139 geology_html_1473688139:199:19093:19102 Beartooth Santa Catarina (state) -0.0404220171778900406 +83689 cspg_html_7086880709 cspg_html_7086880709:231:26712:26731 Chinchaga Victoria, British Columbia -0.452896019392303839 +83690 aapg_af_964.html aapg_af_964.html:115:17683:17699 Viking Lacombe, Alberta -0.173947983941288159 +83691 aapg_ah_3.html aapg_ah_3.html:514:67529:67553 Mirador Colombia -0.0718743048414960395 +83692 aapg_af_854.html aapg_af_854.html:943:133387:133404 Bethel Bethel, Alaska -0.459837454744856933 +83693 sedimentology_html_3914054382 sedimentology_html_3914054382:639:53232:53242 Santa Cruz California -0.478326534516524793 +83694 aapg_ae_96.html aapg_ae_96.html:93:11084:11101 Sunrise Reno, Nevada -0.477130519718023338 +83695 cspg_html_5783501569 cspg_html_5783501569:47:6970:6983 Marble Canyon Canmore, Alberta -0.464450966712688929 +83696 cspg_html_6356755616 cspg_html_6356755616:381:53473:53480 Bearpaw Lacombe, Alberta -0.14472874120478918 +83697 gsa_html_2803787372 gsa_html_2803787372:743:64683:64711 Green River Colorado -0.440254051746647612 +83698 aapg_ah_27.html aapg_ah_27.html:24:3161:3188 Barnett Fort Worth, Texas -0.0233254820312092243 +83699 aapg_af_568.html aapg_af_568.html:457:39283:39305 Dakota Cheyenne, Wyoming -0.4381734052234173 +83700 aapg_ae_369.html aapg_ae_369.html:108:11833:11838 Eutaw Mississippi River 0.413657559474853775 +83701 aapg_ai_857.html aapg_ai_857.html:94:13806:13839 Bell Guadalupe Mountains National Park -0.0213629091377398328 +83702 aapg_ah_810.html aapg_ah_810.html:139:10827:10838 San Antonio Texas -0.00143491027354907159 +83703 cspg_html_7587979364 cspg_html_7587979364:214:17416:17426 Swan Hills Lacombe, Alberta -0.0913583226457308356 +83704 palaios_html_6510114834 palaios_html_6510114834:575:60107:60143 Wood Canyon California -0.0208414480796128843 +83705 aapg_ac_984.html aapg_ac_984.html:166:13969:13979 Eau Claire Franconia, New Hampshire -0.447117481542723516 +83706 aapg_af_575.html aapg_af_575.html:1096:158237:158243 Dockum Texas -0.443110589175295999 +83707 aapg_ad_611.html aapg_ad_611.html:57:5834:5844 Frio Brazoria County, Texas -0.455197874748240694 +83708 geology_html_5463531653 geology_html_5463531653:86:8301:8313 Owens Valley Sierra Nevada (Spain) -0.0235062798697475116 +83709 cspg_html_8568877195 cspg_html_8568877195:49:8221:8232 Sombre Milk River, Alberta -0.46567095948211501 +83710 aapg_ah_199.html aapg_ah_199.html:404:45143:45148 Atoka Berlin -0.480728181628129914 +83711 aapg_aa_685.html aapg_aa_685.html:217:19564:19583 Flagstaff Salina, Kansas -0.217954402951678561 +83712 aapg_aa_544.html aapg_aa_544.html:336:45306:45316 Wind River Wasatch Range 0.0121610400561059945 +83713 aapg_ah_863.html aapg_ah_863.html:221:21052:21062 Pine Point Buffalo National River -0.473676885959420813 +83714 cspg_html_4210762654 cspg_html_4210762654:36:6150:6165 Nisku Western world -0.440254051746647612 +83715 gsa_html_7062589013 gsa_html_7062589013:872:67840:67848 Santiago Chile -0.487870386185061844 +83716 aapg_af_592.html aapg_af_592.html:54:4754:4770 San Andres New Mexico -0.408788108616508605 +83717 aapg_ac_253.html aapg_ac_253.html:68:10097:10105 Sallisaw Frisco, Texas -0.06662955675055518 +83718 aapg_ac_452.html aapg_ac_452.html:104:11841:11850 Kingshill United States Virgin Islands -0.470236848829719556 +83719 aapg_ad_752.html aapg_ad_752.html:17:2973:2983 Brownstown Texas 0.00595166472453092024 +83720 geology_html_8655377914 geology_html_8655377914:363:27228:27240 Pethei Canada -0.462143504710773534 +83721 cspg_html_4069214675 cspg_html_4069214675:75:11667:11675 Columbia Victoria, British Columbia -0.460980639153810601 +83722 gsa_html_7028456337 gsa_html_7028456337:1150:101543:101571 Green River New Mexico -0.0292651452152505043 +83723 cspg_html_2863271815 cspg_html_2863271815:5:273:289 Guelph Michigan Basin -0.481989744615225701 +83724 gsa_html_1071078122 gsa_html_1071078122:616:59391:59395 Hall New Mexico -0.473718414704639712 +83725 sedimentology_html_7399126879 sedimentology_html_7399126879:1858:90598:90617 Mansfield Bloomington, Indiana -0.441486425747427802 +83726 palaios_html_4940783464 palaios_html_4940783464:40:3981:3999 Yakataga Anchorage, Alaska -0.472574788136010782 +83727 gsa_html_7013860713 gsa_html_7013860713:165:16115:16143 Green River Colorado 0.00863753336572832195 +83728 cspg_html_1915486237 cspg_html_1915486237:63:9092:9100 Columbia Victoria, British Columbia -0.00928383236367189522 +83729 aapg_af_451.html aapg_af_451.html:99:12720:12737 Athabasca Regina, Saskatchewan -0.0539652755372888801 +83730 aapg_aa_399.html aapg_aa_399.html:290:23154:23168 Kaskapau Niobrara, Nebraska -0.0618645484416569108 +83731 aapg_ad_466.html aapg_ad_466.html:152:16469:16480 Hornerstown Manasquan, New Jersey 0.00700097865383239332 +83732 aapg_ak_5.html aapg_ak_5.html:458:48758:48766 Scotland North Sea oil -0.0121262897059267044 +83733 geology_html_2132302312 geology_html_2132302312:15:822:830 Columbia Victoria, British Columbia -0.477512787064485633 +83734 cspg_html_9912281240 cspg_html_9912281240:97:13296:13307 Belly River Lacombe, Alberta 0.0432567124802778896 +83735 gsa_html_7193789775 gsa_html_7193789775:374:36602:36610 Colorado Logan, Utah -0.50029763809586858 +83736 jgeology_html_6990146451 jgeology_html_6990146451:211:14130:14139 Hampshire Chemung, New York 0.426501543042148712 +83737 geology_html_4599156600 geology_html_4599156600:106:11315:11323 Columbia Victoria, British Columbia -0.0317349824048286169 +83738 cspg_html_1934220426 cspg_html_1934220426:42:5658:5665 Pelican Liard River, British Columbia -0.475963906981033746 +83739 aapg_ah_505.html aapg_ah_505.html:1735:142515:142523 Colorado Colorado -0.236204938529734898 +83740 aapg_ae_47.html aapg_ae_47.html:67:5073:5079 Frisco Sallisaw, Oklahoma -0.455279223830003521 +83741 aapg_ad_760.html aapg_ad_760.html:204:22088:22104 Modelo Rancho Santa Margarita, California -0.469189557204259144 +83742 geology_html_4066666571 geology_html_4066666571:262:23041:23056 Melville Island Canadian Arctic Archipelago -0.0410313671820840969 +83743 gsa_html_6537818387 gsa_html_6537818387:31:2812:2840 Green River Colorado -0.00877304685539758919 +83744 aapg_ac_484.html aapg_ac_484.html:663:85964:85977 Santa Barbara California -0.444223975732980447 +83745 aapg_af_488.html aapg_af_488.html:34:3763:3782 Rock Springs Table Rock, Wyoming -0.471639785200352879 +83746 aapg_ae_959.html aapg_ae_959.html:2909:218499:218502 Abo Sacramento Mountains (California) -0.428824418473081392 +83747 aapg_ac_55.html aapg_ac_55.html:173:20884:20894 Vincentown Manasquan, New Jersey -0.44255997020698512 +83748 aapg_ah_973.html aapg_ah_973.html:201:17809:17819 Washington Hempstead County, Arkansas 0.00429955048765027006 +83749 cspg_html_5376629375 cspg_html_5376629375:129:18097:18115 Arctomys Lacombe, Alberta -0.0060576376426468119 +83750 sedimentology_html_4005512474 sedimentology_html_4005512474:746:53143:53148 Rapid Nassau, Bahamas -0.481794104698776371 +83751 cspg_html_2575903827 cspg_html_2575903827:311:38702:38747 Albert New Brunswick, New Jersey -0.0838385016465107019 +83752 aapg_aa_507.html aapg_aa_507.html:48:6175:6185 Tuscaloosa Tuscaloosa, Alabama -0.480563058112629005 +83753 aapg_aa_995.html aapg_aa_995.html:639:51399:51407 Colorado Cheyenne, Wyoming -0.0551425025320986945 +83754 aapg_ae_282.html aapg_ae_282.html:10:1798:1808 Waynesburg Ohio -0.065004686709534798 +83755 aapg_ah_665.html aapg_ah_665.html:91:8391:8403 Pioche Reno, Nevada -0.0203460739927139034 +83756 aapg_ac_882.html aapg_ac_882.html:23:2535:2545 Keokuk Ohio -0.455188836413653375 +83757 aapg_ah_357.html aapg_ah_357.html:15:1623:1630 Carrizo Oakville, California -0.0934367482039969721 +83758 aapg_ai_503.html aapg_ai_503.html:31:3649:3655 Oswego Atlantic salmon -0.456337429672799166 +83759 aapg_aa_960.html aapg_aa_960.html:321:25941:25949 Colorado San Juan Mountains -0.0213629091377398328 +83760 aapg_ad_338.html aapg_ad_338.html:387:46029:46048 New Egypt Navesink River -0.428844183946785584 +83761 gsa_html_1130947011 gsa_html_1130947011:318:42472:42493 Black River Decorah, Iowa -0.028972971193404428 +83762 aapg_ah_90.html aapg_ah_90.html:151:22958:22970 Burro Canyon Cedar Mountains 0.0182500020623851782 +83763 aapg_ah_696.html aapg_ah_696.html:353:49488:49498 Washington Richland, Washington -0.42423457487964078 +83764 gsa_html_8863489299 gsa_html_8863489299:146:15188:15193 Crete Gavdos -0.0687408374731612593 +83765 aapg_ac_536.html aapg_ac_536.html:682:70663:70676 Madison Williston, Vermont -0.478488911708928044 +83766 palaios_html_3112927242 palaios_html_3112927242:887:69573:69590 Juniata Pennsylvania -0.0060576376426468119 +83767 aapg_af_461.html aapg_af_461.html:208:19472:19480 Michigan Lake Michigan -0.489250567816489013 +83768 aapg_ad_192.html aapg_ad_192.html:92:12409:12429 Tuscaloosa Tuscaloosa, Alabama 0.0338573634589742142 +83769 cspg_html_4298557570 cspg_html_4298557570:851:71068:71092 St. Mary River Lacombe, Alberta -0.460569106302977371 +83770 AMJC_html_2890539371 AMJC_html_2890539371:303:35479:35487 Colorado Denver -0.484086347872667577 +83771 cspg_html_9683836416 cspg_html_9683836416:6:403:420 Belly River Lacombe, Alberta -0.00910662035546105052 +83772 cspg_html_4407096618 cspg_html_4407096618:447:39751:39759 Columbia Victoria, British Columbia -0.434540631888912565 +83773 cspg_html_7434089303 cspg_html_7434089303:236:30482:30496 Gonioceras Bay Ellesmere Island -0.481815063993563775 +83774 aapg_aa_777.html aapg_aa_777.html:291:30659:30669 Bear River Lake Bonneville -0.000571531620668953421 +83775 cspg_html_7576506617 cspg_html_7576506617:378:55139:55163 Kenogami River Moose River (Maine) -0.389016447069475857 +83776 aapg_ae_474.html aapg_ae_474.html:92:8474:8481 Renault Bethel, Alaska 0.0344280387038532754 +83777 AMJC_html_9749062244 AMJC_html_9749062244:718:70126:70143 Wilcox Texas -0.459805657368256959 +83778 aapg_ah_387.html aapg_ah_387.html:2548:275349:275358 Knoxville Knoxville, Illinois -0.04261586758794602 +83779 cspg_html_2625728726 cspg_html_2625728726:6:742:759 Muskeg Lacombe, Alberta -0.0337355768098034706 +83780 aapg_ai_81.html aapg_ai_81.html:545:46504:46512 Catskill Pennsylvania -0.477234757760444439 +83781 aapg_ad_149.html aapg_ad_149.html:259:26136:26158 Chazy Quebec City -0.479789026501235227 +83782 palaios_html_1422826240 palaios_html_1422826240:13:704:711 Potsdam Germany -0.0327735084996737119 +83783 gsa_html_2266546108 gsa_html_2266546108:443:47411:47427 Neroly Bartow County, Georgia -0.465705253187009671 +83784 aapg_aa_302.html aapg_aa_302.html:263:31887:31903 Pequop Elko, Nevada -0.474069180634086484 +83785 aapg_af_142.html aapg_af_142.html:274:35486:35503 Schuler Arkansas -0.490313047484592146 +83786 aapg_ai_433.html aapg_ai_433.html:6:832:850 Monterey California -0.458784199315796892 +83787 aapg_ah_464.html aapg_ah_464.html:25:4338:4348 Pottsville Allegheny Mountains 0.116483166627686305 +83788 aapg_ah_160.html aapg_ah_160.html:101:15391:15417 Salina Salina, Kansas -0.428967178358428958 +83789 aapg_ad_335.html aapg_ad_335.html:639:77353:77359 Casper Cheyenne, Wyoming -0.446392131630084288 +83790 aapg_ac_867.html aapg_ac_867.html:513:70363:70377 Frontier Cheyenne, Wyoming -0.451733774163315116 +83791 sedimentology_html_2090465227 sedimentology_html_2090465227:1001:59371:59390 St Lawrence Quebec City -0.0454739156031626138 +83792 gsa_html_2324818064 gsa_html_2324818064:172:16353:16361 Billings Cooke City-Silver Gate, Montana -0.485729424463417547 +83793 aapg_ac_214.html aapg_ac_214.html:94:11067:11073 Carmel Entrada Sandstone -0.00404765387058536857 +83794 aapg_ae_916.html aapg_ae_916.html:764:90882:90889 Madison Cut Bank, Montana -0.456561440120662909 +83795 cspg_html_7434089303 cspg_html_7434089303:515:67038:67060 Eureka Sound Ellesmere Island -0.0662433899800721065 +83796 cspg_html_6252417471 cspg_html_6252417471:446:62427:62445 Isachsen Melville Island (Canada) 0.68146283336276392 +83797 gsa_html_5851281923 gsa_html_5851281923:95:7582:7601 Chumstick Cheney, Washington -0.473676885959420813 +83798 aapg_ae_324.html aapg_ae_324.html:478:47642:47649 Holston Knoxville, Tennessee -0.45417711448712661 +83799 aapg_ah_820.html aapg_ah_820.html:125:8869:8879 Basal Cambridge -0.0431173943944666571 +83800 aapg_af_666.html aapg_af_666.html:517:44130:44145 Uinta Uinta Mountains 0.416398338903016252 +83801 aapg_aa_736.html aapg_aa_736.html:109:9991:10006 Bedford Sunbury, Pennsylvania -0.469028899015838996 +83802 sedimentology_html_2884853283 sedimentology_html_2884853283:417:29635:29657 Pierre Colorado -0.789352344966719688 +83803 cspg_html_5756063944 cspg_html_5756063944:19:2145:2162 Charles Regina, Saskatchewan -0.440125125196615896 +83804 cspg_html_7086880709 cspg_html_7086880709:204:23774:23791 Otter Victoria, British Columbia -0.481815063993563775 +83805 geology_html_3254229750 geology_html_3254229750:70:8788:8804 Marjum Logan, Utah -0.0573440272234611997 +83806 aapg_aa_123.html aapg_aa_123.html:91:11022:11036 Toad Liard River, British Columbia 0.368903676014377069 +83807 cspg_html_6715452766 cspg_html_6715452766:31:5620:5639 Eureka Sound Ellesmere Island -0.439631812877842865 +83808 gsa_html_7102550258 gsa_html_7102550258:781:87716:87734 Kayenta California 0.00626784675463567306 +83809 sedimentology_html_3220122506 sedimentology_html_3220122506:1173:94412:94430 Yakataga Anchorage, Alaska -0.00504308419121407819 +83810 aapg_aa_955.html aapg_aa_955.html:150:16713:16720 Madison Illinois -0.0191120410110924843 +83811 aapg_ah_290.html aapg_ah_290.html:276:30456:30462 Oregon Salem, Oregon -0.0369894907800668374 +83812 geology_html_1733534725 geology_html_1733534725:45:3729:3744 Kope Kentucky -0.434673209477638822 +83813 aapg_ad_691.html aapg_ad_691.html:100:11879:11888 Red River Brazos River -0.472717659724808503 +83814 aapg_ad_944.html aapg_ad_944.html:5:554:577 Watrous Spearfish, South Dakota -0.457068497754203162 +83815 aapg_ai_461.html aapg_ai_461.html:69:9056:9059 Ada Wewoka, Oklahoma -0.441486425747427802 +83816 aapg_ac_684.html aapg_ac_684.html:148:15215:15232 Hosston Mississippi River -0.228662698817092669 +83817 geology_html_4403865682 geology_html_4403865682:319:27215:27237 Oceanic California -0.46328736756315686 +83818 gsa_html_9547811307 gsa_html_9547811307:364:34250:34258 Columbia Victoria, British Columbia -0.467889067103673728 +83819 aapg_aa_734.html aapg_aa_734.html:186:19042:19072 Caballos Arkansas -0.0575708500128760542 +83820 cspg_html_4509388671 cspg_html_4509388671:10:959:967 Columbia Victoria, British Columbia -0.0376647614075230411 +83821 sedimentology_html_4374689845 sedimentology_html_4374689845:146:13615:13623 Michigan Illinois -0.0116953885534583375 +83822 cspg_html_7265197326 cspg_html_7265197326:11:1774:1778 Word China -0.0369546842337877615 +83823 sedimentology_html_3841637081 sedimentology_html_3841637081:1014:47930:47969 Leduc Canada -0.0390781048690825028 +83824 aapg_ae_5.html aapg_ae_5.html:27:3398:3412 Earp Arizona -0.415633351091760694 +83825 aapg_aa_147.html aapg_aa_147.html:257:31431:31449 Winnipeg Red River of the North -0.0450401829043313162 +83826 aapg_ah_632.html aapg_ah_632.html:12:1589:1597 Virginia Piedmont (United States) -0.105045574172719341 +83827 geology_html_5010866842 geology_html_5010866842:14:698:705 Oceanic Salem, Oregon -0.025453465811003901 +83828 aapg_ac_629.html aapg_ac_629.html:702:83373:83380 Pamlico Panama City, Florida -0.493107222601495088 +83829 gsa_html_5865982995 gsa_html_5865982995:1455:152522:152545 Friars California -0.0431731213623836943 +83830 aapg_ae_370.html aapg_ae_370.html:14:2097:2117 Scappoose Cowlitz River -0.00440204655713307986 +83831 aapg_ah_754.html aapg_ah_754.html:74:8168:8174 Forbes Northumberland, Pennsylvania -0.454987756856623182 +83832 aapg_ac_458.html aapg_ac_458.html:158:17639:17657 Niobrara Powder River (Montana) 0.0880013010963931475 +83833 aapg_af_168.html aapg_af_168.html:23:3655:3660 Sespe South Mountains (Arizona) -0.420852845216307503 +83834 aapg_ah_506.html aapg_ah_506.html:292:29052:29071 Michigan Reed City, Michigan 0.010395769076942743 +83835 aapg_aa_644.html aapg_aa_644.html:165:18688:18710 Burro Canyon Colorado -0.483085217576718073 +83836 cspg_html_4617311907 cspg_html_4617311907:250:40100:40119 Windsor Cape Breton Island -0.0144772441484254995 +83837 aapg_ac_846.html aapg_ac_846.html:147:20928:20944 Pawnee Coal City, Illinois -0.48757492352044407 +83838 aapg_ah_148.html aapg_ah_148.html:186:22392:22404 Cooking Lake Lacombe, Alberta -0.437151438175982732 +83839 aapg_ae_884.html aapg_ae_884.html:194:25891:25906 Mesaverde Mancos, Colorado -0.0712446663933630486 +83840 palaios_html_4771673911 palaios_html_4771673911:387:45158:45178 Pottsville Alabama -0.22603416282530317 +83841 aapg_aa_696.html aapg_aa_696.html:692:75567:75584 Maroon Colorado -0.415029153064542633 +83842 geology_html_6196734017 geology_html_6196734017:32:2095:2101 Reston Virginia -0.0138430056451466221 +83843 aapg_ah_98.html aapg_ah_98.html:250:25218:25240 Lime Creek Iowa -0.222794031898850997 +83844 aapg_ad_467.html aapg_ad_467.html:306:22461:22471 Tuscaloosa Carteret, New Jersey 0.00968516832119581395 +83845 aapg_af_551.html aapg_af_551.html:676:64504:64525 Lake Valley Sacramento Mountains (California) -0.450829332903146696 +83846 gsa_html_9723549532 gsa_html_9723549532:22:2119:2128 Red River California -0.0224076161552878329 +83847 aapg_ak_68.html aapg_ak_68.html:19:3289:3296 Alegria Toledo, Spain -0.482987267474293158 +83848 geology_html_7979100139 geology_html_7979100139:266:19799:19811 Rhode Island Canada -0.480644453081816247 +83849 palaios_html_8449406667 palaios_html_8449406667:122:13101:13105 Kent North Atlantic Current -0.489899180704299886 +83850 gsa_html_2895081305 gsa_html_2895081305:61:3015:3021 Cupido Mexico -0.423085635093811196 +83851 geology_html_3342004799 geology_html_3342004799:139:11436:11456 Cadomin Arctic Cordillera -0.011327042139941219 +83852 jgeology_html_7189790958 jgeology_html_7189790958:163:13333:13353 Port Ewen New Scotland, New York -0.464405306663695727 +83853 gsa_html_1809763434 gsa_html_1809763434:276:21993:22021 Green River Colorado -0.0293555813701503708 +83854 gsa_html_6369667498 gsa_html_6369667498:12:561:574 Santa Barbara California -0.454034931813569353 +83855 palaios_html_1729153923 palaios_html_1729153923:754:67447:67463 Silica Michigan -0.452896019392303839 +83856 palaios_html_5898287170 palaios_html_5898287170:1014:69843:69853 Las Palmas Spain -0.45099125631104503 +83857 aapg_ak_129.html aapg_ak_129.html:172:16089:16099 Rio Grande Campeche, Campeche -0.528609873070103653 +83858 geology_html_5607484480 geology_html_5607484480:54:5217:5225 Michigan Newberry, South Carolina -0.00500312776260552431 +83859 aapg_ah_217.html aapg_ah_217.html:156:18031:18049 Harrell Black Moshannon Creek -0.482987267474293158 +83860 aapg_aa_745.html aapg_aa_745.html:483:60239:60262 Cherry Canyon Spain -0.457492019193031785 +83861 palaios_html_3561205174 palaios_html_3561205174:1068:90142:90159 Potsdam Quebec City -0.0204312426216018105 +83862 geology_html_4971813947 geology_html_4971813947:154:13544:13552 Ogallala Nebraska -0.420909473199816475 +83863 aapg_ae_741.html aapg_ae_741.html:430:46364:46373 Okpikruak Anchorage, Alaska -0.469230874046953295 +83864 aapg_ah_260.html aapg_ah_260.html:98:13546:13564 Morrison Colorado Plateau -0.428962785426607374 +83865 cspg_html_3102530088 cspg_html_3102530088:155:19695:19727 Provincial Lacombe, Alberta -0.043068633588496115 +83866 aapg_ae_681.html aapg_ae_681.html:129:15362:15381 Cotton Valley Cotton Valley, Louisiana -0.448821175971653663 +83867 geology_html_2861469472 geology_html_2861469472:216:19610:19614 Bell Reno, Nevada -0.0162966409406991447 +83868 aapg_ai_158.html aapg_ai_158.html:288:29529:29558 Kindle Anchorage, Alaska -0.102559240302624061 +83869 aapg_ak_135.html aapg_ak_135.html:118:20243:20260 Topanga Santa Monica Mountains -0.0206224389359462197 +83870 gsa_html_3014459865 gsa_html_3014459865:202:21507:21526 Beaverdam Delmarva Peninsula -0.465744120990301047 +83871 aapg_ah_289.html aapg_ah_289.html:520:71350:71368 Monterey California 0.870029924813497391 +83872 aapg_aa_537.html aapg_aa_537.html:198:23803:23809 Wilcox Chattanooga, Tennessee -0.432223543643836305 +83873 gsa_html_3648258377 gsa_html_3648258377:509:50008:50030 Marshalltown Bass River Township, New Jersey -0.0106233727047021498 +83874 aapg_ae_884.html aapg_ae_884.html:109:14299:14314 Mesaverde Kirtland, Ohio 0.965949268972575159 +83875 cspg_html_1665574291 cspg_html_1665574291:8:736:761 Porcupine Calgary -0.450595494357366455 +83876 gsa_html_4432793908 gsa_html_4432793908:550:59530:59551 Sheep Pass Reno, Nevada 0.30395173794118352 +83877 aapg_aa_407.html aapg_aa_407.html:399:28660:28671 Green River Colorado -0.441392939290133568 +83878 cspg_html_3175305741 cspg_html_3175305741:10:1319:1328 Neruokpuk Anchorage, Alaska -0.470262127852539125 +83879 aapg_ae_680.html aapg_ae_680.html:495:47265:47274 San Diego California -0.393485754360531237 +83880 gsa_html_6317284187 gsa_html_6317284187:578:56261:56266 Price Victoria, British Columbia -0.441397390812390766 +83881 palaios_html_3753556492 palaios_html_3753556492:670:54282:54290 Virginia Coral reef -0.458675312427173743 +83882 aapg_ac_807.html aapg_ac_807.html:889:87188:87198 Montgomery Calhoun, Georgia -0.0834878326748107052 +83883 aapg_ah_44.html aapg_ah_44.html:93:12663:12683 Lock Haven Pennsylvania -0.468255854243320946 +83884 aapg_ad_836.html aapg_ad_836.html:761:63843:63852 Maquoketa Saline County, Kansas -0.448632716908224927 +83885 geology_html_1092004691 geology_html_1092004691:198:22081:22089 Columbia Victoria, British Columbia -0.444871652179790411 +83886 aapg_ah_450.html aapg_ah_450.html:109:9780:9784 Hale Williamson County, Texas -0.0749711363688919663 +83887 aapg_ae_324.html aapg_ae_324.html:524:53000:53008 Virginia Virginia -0.0409060119036749187 +83888 jgeology_html_9131218619 jgeology_html_9131218619:1226:84278:84304 Cutler Colorado -0.0254291244488671214 +83889 palaios_html_1262064602 palaios_html_1262064602:768:81928:81936 Colorado Arizona -0.0254673751787387811 +83890 gsa_html_8671422836 gsa_html_8671422836:975:98861:98886 Taylor Antarctica -0.0357069470350891913 +83891 aapg_ac_246.html aapg_ac_246.html:90:9946:9954 Kootenai Canada -0.0152331376513424877 +83892 aapg_af_575.html aapg_af_575.html:1113:160125:160133 Woodbine Austin, Chicago -0.0235062798697475116 +83893 aapg_ae_627.html aapg_ae_627.html:15:1627:1634 Paradox Logan, Utah -0.421948969269320462 +83894 aapg_ah_61.html aapg_ah_61.html:3:181:193 Rundle Central Alberta -0.433370341259820213 +83895 aapg_ai_615.html aapg_ai_615.html:400:35508:35531 Brushy Canyon West, Texas -0.467870731747513147 +83896 cspg_html_2695921112 cspg_html_2695921112:581:59819:59827 Bathurst Halifax, West Yorkshire -0.484114368303559472 +83897 aapg_ac_59.html aapg_ac_59.html:319:39362:39386 Mission Valley San Diego 0.270696305839472462 +83898 aapg_ai_688.html aapg_ai_688.html:58:8728:8750 Wills Creek Middle East -0.0222581200663617834 +83899 cspg_html_9648675035 cspg_html_9648675035:609:53987:53996 Mackenzie Lacombe, Alberta -0.470181697121159758 +83900 aapg_ac_70.html aapg_ac_70.html:6:1017:1034 Bird Spring Reno, Nevada -0.479586916180102352 +83901 aapg_aa_732.html aapg_aa_732.html:466:46385:46392 El Abra Mexico -0.113181065484781393 +83902 aapg_ae_794.html aapg_ae_794.html:46:7644:7663 Owl Creek Selma to Montgomery marches -0.218856884862473455 +83903 aapg_ah_573.html aapg_ah_573.html:180:23963:23975 Rhode Island Lackawanna County, Pennsylvania -0.0566077792126221876 +83904 aapg_ae_112.html aapg_ae_112.html:275:26509:26516 St Marys Ohio -0.433509375056355339 +83905 gsa_html_3077327559 gsa_html_3077327559:68:4383:4411 Green River Colorado -0.037309716590806806 +83906 palaios_html_3526714059 palaios_html_3526714059:345:35990:36021 Kope Cincinnati -0.008957206898973313 +83907 cspg_html_4530154552 cspg_html_4530154552:756:115513:115530 Montney Lacombe, Alberta -0.473856858113634927 +83908 aapg_ac_302.html aapg_ac_302.html:593:67254:67275 Bird Spring Reno, Nevada -0.0429084214197919464 +83909 cspg_html_1019614994 cspg_html_1019614994:212:33163:33183 Big Valley Lacombe, Alberta -0.442542141875480355 +83910 cspg_html_3325817312 cspg_html_3325817312:191:17278:17284 Sustut Victoria, British Columbia -0.442762791672519862 +83911 aapg_ae_906.html aapg_ae_906.html:22:2921:2937 Menard Palestinian territories -0.0483573436723463285 +83912 palaios_html_3406135825 palaios_html_3406135825:208:20812:20820 Montreal Kingston, Jamaica -0.0309035312152589614 +83913 aapg_ae_135.html aapg_ae_135.html:167:12688:12694 Sabine Shreveport, Louisiana -0.0689226409127303707 +83914 cspg_html_9843429624 cspg_html_9843429624:131:16901:16909 Columbia Victoria, British Columbia -0.458913519660435476 +83915 cspg_html_4392308496 cspg_html_4392308496:363:50715:50736 Bonaventure Nashville Basin -0.448282824521055501 +83916 aapg_aa_124.html aapg_aa_124.html:205:21800:21806 Luscar Mountain Park (Holyoke, Massachusetts) -0.408934402337147729 +83917 palaios_html_5434133746 palaios_html_5434133746:484:41897:41911 Byng Victoria, British Columbia -0.432823232966369709 +83918 palaios_html_8029736168 palaios_html_8029736168:713:71073:71089 Chinle Arizona -0.428809045611172668 +83919 aapg_ad_715.html aapg_ad_715.html:270:34725:34737 Harpersville Shawnee, Oklahoma -0.460269102262388319 +83920 aapg_ae_973.html aapg_ae_973.html:385:27576:27602 Coleman Junction Texas -0.0230090906667148494 +83921 aapg_ah_847.html aapg_ah_847.html:113:12704:12721 Tinton New Egypt, New Jersey -0.0415711108717550168 +83922 aapg_ad_11.html aapg_ad_11.html:51:5584:5604 Sentinel Butte Wasatch Range -0.440280728439214952 +83923 geology_html_2391629888 geology_html_2391629888:208:20900:20910 Kern River California -0.0224076161552878329 +83924 aapg_ae_263.html aapg_ae_263.html:284:20396:20402 Kindle Onondaga (tribe) -0.448534015757702353 +83925 aapg_ad_167.html aapg_ad_167.html:25:3773:3794 Clinton Middle Ordovician -0.354003198764936022 +83926 cspg_html_9717154602 cspg_html_9717154602:944:81912:81919 Bearpaw Lethbridge -0.491537015628497831 +83927 cspg_html_4541662139 cspg_html_4541662139:24:2912:2922 Lime Creek Canada -0.041731299024428424 +83928 aapg_ad_921.html aapg_ad_921.html:344:35997:36011 Richmond Bloomington, Indiana -0.0221155785118801462 +83929 geology_html_4860930737 geology_html_4860930737:250:22948:22957 Lynchburg Virginia -0.24689455797158627 +83930 cspg_html_8568877195 cspg_html_8568877195:641:78343:78351 Foremost Lacombe, Alberta -0.0528597345631115906 +83931 aapg_ac_422.html aapg_ac_422.html:541:68462:68474 Eureka Sound Ellesmere Island 0.0197377379215514445 +83932 aapg_ai_694.html aapg_ai_694.html:59:7674:7700 Ingleside Central Texas -0.503937652022910187 +83933 gsa_html_7195000001 gsa_html_7195000001:1047:118418:118436 Eureka Sound Ellesmere Island -0.0559152219546391674 +83934 aapg_aa_684.html aapg_aa_684.html:147:15337:15356 Jelm Cheyenne, Wyoming -0.416220582820664042 +83935 geology_html_7695926907 geology_html_7695926907:235:21965:22012 Katakturuk Dolomite Anchorage, Alaska -0.497038450035218293 +83936 cspg_html_8818854104 cspg_html_8818854104:620:73617:73651 Kootenay Crowsnest Pass, Alberta -0.036255097654164431 +83937 aapg_ac_532.html aapg_ac_532.html:79:13866:13881 Bliss Texas -0.427689691071663991 +83938 aapg_ah_519.html aapg_ah_519.html:39:4124:4148 Junction Creek Summerville, South Carolina -0.0883751474395324116 +83939 palaios_html_4501603736 palaios_html_4501603736:98:10066:10083 Thaynes Reno, Nevada 0.352847981039677072 +83940 cspg_html_9119878068 cspg_html_9119878068:67:8446:8491 Swan Hills Swan Hill, Victoria -0.162181238162573044 +83941 cspg_html_5295390542 cspg_html_5295390542:466:50383:50416 Halfway Lacombe, Alberta -0.0151445144826190588 +83942 gsa_html_7808051457 gsa_html_7808051457:87:7652:7669 Manitou Colorado -0.447153316157111791 +83943 cspg_html_9894399778 cspg_html_9894399778:45:3992:4011 Cloverly Regina, Saskatchewan -0.0198680940009536566 +83944 aapg_af_860.html aapg_af_860.html:46:3716:3722 Weches Texas -0.430132022580851703 +83945 palaios_html_9973267562 palaios_html_9973267562:539:63542:63546 Kope Ohio -0.0243094643332863146 +83946 aapg_ad_784.html aapg_ad_784.html:280:32384:32389 Sespe Simi Valley, California 0.028153875185565929 +83947 aapg_ac_967.html aapg_ac_967.html:3:298:330 John Day Salem, Oregon 0.386227137866887615 +83948 aapg_ah_894.html aapg_ah_894.html:108:17939:17954 Torok North Slope Borough, Alaska 0.034852584653595621 +83949 aapg_ad_192.html aapg_ad_192.html:408:42565:42569 Bays Texas -0.446835332876372782 +83950 aapg_ad_3.html aapg_ad_3.html:581:55699:55704 Chazy Black River, Jamaica -0.0209266190161632587 +83951 aapg_ai_157.html aapg_ai_157.html:352:33361:33367 Salina Guelph -0.462644618431458876 +83952 cspg_html_4409656292 cspg_html_4409656292:587:68914:68925 Shaftesbury Lacombe, Alberta -0.452927573923113447 +83953 aapg_ae_81.html aapg_ae_81.html:39:5864:5873 Mount Ida Arkansas 0.0126996755306063025 +83954 jgeology_html_1380249798 jgeology_html_1380249798:162:9785:9793 Richmond Chippenham, Cambridgeshire -0.431097950577111366 +83955 aapg_af_728.html aapg_af_728.html:185:23083:23087 Elko Elko, Nevada -0.225584706982326771 +83956 aapg_ac_333.html aapg_ac_333.html:21:3179:3194 Supai New Mexico -0.451956647802202349 +83957 cspg_html_5450075884 cspg_html_5450075884:514:59870:59888 Dunvegan Colorado -0.412799667795391623 +83958 aapg_ae_28.html aapg_ae_28.html:935:68319:68326 Calvert Ohio -0.436850160261835319 +83959 gsa_html_3069013284 gsa_html_3069013284:597:61476:61507 Chinle Logan, Utah -0.226643531716748559 +83960 aapg_ae_223.html aapg_ae_223.html:185:22441:22458 Wasatch Wasatch Range 1.3694767732977764 +83961 aapg_ai_974.html aapg_ai_974.html:344:35932:35952 Ellensburg Roslyn, New York -0.449656248007914428 +83962 gsa_html_9352654438 gsa_html_9352654438:103:11990:12012 Arroyo San Ysidro, New Mexico -0.00793912421120361589 +83963 jgeology_html_3924418909 jgeology_html_3924418909:674:53656:53672 Dakota Nebraska -0.0144355403280247291 +83964 aapg_af_638.html aapg_af_638.html:30:4222:4236 Bedford Ohio -0.456371367070690814 +83965 cspg_html_9951421861 cspg_html_9951421861:276:40028:40040 Grand Rapids Clearwater, Florida -0.0782975382149849741 +83966 cspg_html_9361096527 cspg_html_9361096527:83:16334:16351 Bearpaw Judith River Formation -0.436898889813044922 +83967 aapg_ai_584.html aapg_ai_584.html:775:81705:81721 Casper Laramie, Wyoming -0.474863540124580097 +83968 aapg_ac_928.html aapg_ac_928.html:241:24676:24691 Banff Canada -0.415704840112738672 +83969 aapg_ae_960.html aapg_ae_960.html:345:29926:29933 Madison Cambridge -0.446029671493266278 +83970 cspg_html_9941227593 cspg_html_9941227593:726:76189:76208 Lodgepole Regina, Saskatchewan -0.450878806444675151 +83971 aapg_ac_629.html aapg_ac_629.html:146:20087:20095 Beaumont Texas -0.0519077812744832348 +83972 sedimentology_html_4121403149 sedimentology_html_4121403149:858:64027:64036 San Diego California -0.463332970234029085 +83973 gsa_html_9569209726 gsa_html_9569209726:861:81660:81670 Washington Seattle -0.45633516722504075 +83974 cspg_html_4727222822 cspg_html_4727222822:32:4776:4811 Schei Point Middle East -0.00581963313965654701 +83975 aapg_ai_153.html aapg_ai_153.html:407:62678:62695 Mercer Illinois -0.0247023791461900809 +83976 aapg_ae_391.html aapg_ae_391.html:568:52748:52763 Dewey Lake Delaware -0.448287309474040385 +83977 palaios_html_9127387632 palaios_html_9127387632:400:30648:30663 Frankfort Frankfort, Illinois -0.509194389232267453 +83978 aapg_ai_865.html aapg_ai_865.html:40:5782:5790 Virginia Reston, Virginia -0.485656903710192878 +83979 aapg_ai_236.html aapg_ai_236.html:234:21711:21730 Tuscarora Preston County, West Virginia -0.484413309843390927 +83980 aapg_ae_474.html aapg_ae_474.html:19:2388:2404 Bethel Bethel, Alaska -0.458695727712452594 +83981 aapg_ac_63.html aapg_ac_63.html:118:12046:12055 Smackover Haynesville, Louisiana 0.0198941653240272062 +83982 cspg_html_4867288101 cspg_html_4867288101:60:8141:8155 Windsor Cape Breton Island -0.439125439995052158 +83983 gsa_html_4667678389 gsa_html_4667678389:943:99393:99397 Bond Washington (state) -0.02863037071397799 +83984 aapg_ae_992.html aapg_ae_992.html:561:51190:51198 Red Peak John Crow Mountains -0.421948969269320462 +83985 aapg_ai_288.html aapg_ai_288.html:27:5227:5246 Santiago Santiago -0.454685092236895128 +83986 gsa_html_9464738899 gsa_html_9464738899:30:3254:3264 Kern River Kern River Preserve -0.0462769907326050153 +83987 aapg_ah_148.html aapg_ah_148.html:305:36029:36041 Cooking Lake Lacombe, Alberta -0.438060290900437188 +83988 cspg_html_6688313426 cspg_html_6688313426:242:31464:31469 Price Victoria, British Columbia -0.435679199475508039 +83989 aapg_ac_730.html aapg_ac_730.html:270:36818:36827 Mesaverde Kayenta, Arizona 0.0185263371649098986 +83990 aapg_ad_379.html aapg_ad_379.html:621:50395:50402 Wingate Kayenta, Arizona -0.458865873154244486 +83991 aapg_aa_120.html aapg_aa_120.html:8:937:945 Edmonton Calgary -0.495853839651622219 +83992 sedimentology_html_3867549035 sedimentology_html_3867549035:790:48253:48257 Vale Portugal -0.479772763003628699 +83993 geology_html_3334232737 geology_html_3334232737:11:595:604 Rochester Earth -0.0633034276252869288 +83994 aapg_af_91.html aapg_af_91.html:422:46341:46363 Shinarump Conglomerate Chinle Formation -0.430277178902051582 +83995 gsa_html_8335323050 gsa_html_8335323050:1107:108550:108567 Waweig New Brunswick, New Jersey -0.478702368018989743 +83996 geology_html_4447793411 geology_html_4447793411:92:6897:6907 San Felipe Sonora -0.442575570278969321 +83997 cspg_html_7093237629 cspg_html_7093237629:607:73022:73037 Nisku Canada -0.0245285217971666809 +83998 aapg_ae_959.html aapg_ae_959.html:1704:122616:122633 Admiral Wichita, Kansas -0.00619488152638453249 +83999 aapg_af_419.html aapg_af_419.html:185:22672:22688 Santa Clara Channel Islands of California -0.464884854319956187 +84000 aapg_ai_618.html aapg_ai_618.html:50:6989:7007 Tensleep Cheyenne, Wyoming -0.471363620495062197 +84001 aapg_ai_514.html aapg_ai_514.html:126:15338:15349 Green River Uinta Mountains -0.470216166533545032 +84002 aapg_af_808.html aapg_af_808.html:282:36006:36024 Scotland Trinidad and Tobago -0.48294529227432792 +84003 aapg_aa_844.html aapg_aa_844.html:170:16999:17007 Columbia Bath, Somerset -0.0603771315670732084 +84004 cspg_html_4269474759 cspg_html_4269474759:1236:118912:118932 Bearpaw Drumheller -0.0175096505936164007 +84005 aapg_ae_368.html aapg_ae_368.html:67:7764:7776 Marble Falls Texas -0.0098536958986005091 +84006 aapg_aa_940.html aapg_aa_940.html:69:7545:7555 Carbondale Pottsville, Pennsylvania -0.44961357796588941 +84007 geology_html_9415993921 geology_html_9415993921:225:19571:19577 Jordan Earth -0.0162966409406991447 +84008 aapg_aa_347.html aapg_aa_347.html:52:3745:3757 Pearl Florence, Alabama -0.0111724073673319709 +84009 cspg_html_4636216007 cspg_html_4636216007:459:47922:47943 Bird Fiord Bathurst Island (Northern Territory) -0.468455358769372721 +84010 gsa_html_9513959579 gsa_html_9513959579:653:71029:71056 Lovelock Reno, Nevada -0.522681165491187483 +84011 aapg_ai_17.html aapg_ai_17.html:410:31596:31602 Sabine Carrizo Plain -0.038242606390143298 +84012 gsa_html_1904554207 gsa_html_1904554207:736:86707:86728 Stony Creek Central Valley (California) -0.030239106807757675 +84013 gsa_html_8863489299 gsa_html_8863489299:571:70115:70120 Crete Crete -0.472722268874013252 +84014 jgeology_html_1838149422 jgeology_html_1838149422:741:63973:63989 Gering Nebraska -0.489899180704299886 +84015 sedimentology_html_9586961644 sedimentology_html_9586961644:1281:87937:87946 St. Johns Canada -0.483281151267174081 +84016 gsa_html_2030116710 gsa_html_2030116710:669:60144:60150 Oxford Pakistan -0.0261732928942273319 +84017 sedimentology_html_2467163569 sedimentology_html_2467163569:350:30424:30430 Laguna Spain -0.51689284291327231 +84018 cspg_html_2170645676 cspg_html_2170645676:510:64882:64889 Madison Williston, Vermont -0.474992922950619234 +84019 cspg_html_7086880709 cspg_html_7086880709:740:85199:85221 Imperial Canada -0.0355642585385362378 +84020 aapg_aa_303.html aapg_aa_303.html:179:16005:16018 Chaffee Colorado -0.502736072390667199 +84021 aapg_ae_147.html aapg_ae_147.html:367:39455:39469 Pico South Mountains (Arizona) -0.142854256735188423 +84022 gsa_html_7151930388 gsa_html_7151930388:781:70005:70023 Judith River Lacombe, Alberta -0.185838069233170144 +84023 jgeology_html_1172090516 jgeology_html_1172090516:799:41800:41804 Hall London, Ontario -0.482038661537539159 +84024 gsa_html_5293445820 gsa_html_5293445820:723:73570:73600 Nasina Fairbanks, Alaska -0.491332113292233474 +84025 sedimentology_html_5834032566 sedimentology_html_5834032566:926:70692:70713 Gull Island Ireland -0.470179399208385473 +84026 aapg_af_461.html aapg_af_461.html:205:19112:19121 Coldwater Lake Michigan -0.471382028770717776 +84027 aapg_ac_406.html aapg_ac_406.html:91:8435:8444 Smackover Cotton Valley, Louisiana -0.00112569192733688248 +84028 sedimentology_html_8384737970 sedimentology_html_8384737970:399:34213:34230 Entrada Carmel, Indiana 0.00936896389642591539 +84029 aapg_af_439.html aapg_af_439.html:724:72687:72696 Margarita Paria Peninsula -0.458659434193013582 +84030 aapg_ae_74.html aapg_ae_74.html:450:42573:42585 Chinle Carmel, Indiana -0.252299656254230842 +84031 gsa_html_6982030333 gsa_html_6982030333:1197:112075:112081 Oregon Washington (state) -0.0411306079885422268 +84032 cspg_html_4287356899 cspg_html_4287356899:1456:200497:200502 Kayak Anchorage, Alaska -0.537074355269344883 +84033 aapg_aa_775.html aapg_aa_775.html:549:56602:56622 Eagle Austin, Chicago -0.459819284677136619 +84034 aapg_ai_398.html aapg_ai_398.html:83:11488:11502 Ozan Arkansas -0.44830973456876172 +84035 palaios_html_3972487474 palaios_html_3972487474:1012:81025:81055 El Paso West Texas -0.451913869834985604 +84036 aapg_aa_960.html aapg_aa_960.html:291:24615:24640 Dripping Springs Entrada Sandstone -0.0228978336199521272 +84037 gsa_html_4903911084 gsa_html_4903911084:59:4012:4040 Green River Colorado 0.00553124928900665478 +84038 aapg_ah_943.html aapg_ah_943.html:345:49269:49286 Cardium Lacombe, Alberta -0.0256760172657262489 +84039 aapg_ah_823.html aapg_ah_823.html:320:31034:31055 Fernie Victoria, British Columbia -0.00272390391992803757 +84040 cspg_html_9275863663 cspg_html_9275863663:117:16828:16848 Waterways Swan Hill, Victoria -0.0178259478113005146 +84041 aapg_ad_379.html aapg_ad_379.html:373:31720:31728 Tensleep Cheyenne, Wyoming -0.0607821204892215472 +84042 cspg_html_9119878068 cspg_html_9119878068:366:45954:45973 Waterways Lacombe, Alberta -0.435659290307845004 +84043 AMJC_html_5969956211 AMJC_html_5969956211:1714:192292:192298 Denver Colorado -0.0197377379215514133 +84044 geology_html_8985707282 geology_html_8985707282:221:21850:21857 Cypress Death Valley -0.0323925309205377876 +84045 aapg_ah_750.html aapg_ah_750.html:180:21598:21606 Woodford Baja California peninsula -0.501545759647369804 +84046 sedimentology_html_2664292498 sedimentology_html_2664292498:786:59966:59975 Peninsula Italy -0.441419648744354465 +84047 cspg_html_1841843683 cspg_html_1841843683:75:12567:12574 Rierdon Black Hills 0.0191363732938989103 +84048 geology_html_2461616775 geology_html_2461616775:25:1342:1352 Washington Washington (state) -0.0439289536259747163 +84049 aapg_ad_732.html aapg_ad_732.html:785:99679:99685 Merced Santa Paula, California -0.0960736510681272637 +84050 gsa_html_6982030333 gsa_html_6982030333:1059:100905:100911 Oregon Salem, Oregon -0.04576482531518513 +84051 cspg_html_3008414459 cspg_html_3008414459:81:12273:12280 Pakowki Milk River, Alberta -0.0359488258417789419 +84052 cspg_html_7963093032 cspg_html_7963093032:438:46771:46779 Columbia Lacombe, Alberta -0.4506269691264706 +84053 gsa_html_8398449001 gsa_html_8398449001:109:9548:9554 Nounan Wasatch Range -0.104601398531111792 +84054 aapg_ah_399.html aapg_ah_399.html:29:4511:4519 Columbia Lacombe, Alberta 0.0576197051773172375 +84055 aapg_ae_438.html aapg_ae_438.html:128:13343:13376 Venango Warren County, Ohio -0.105717229350575176 +84056 cspg_html_5139035315 cspg_html_5139035315:408:51177:51198 Green River Logan, Utah -0.209219477878784754 +84057 cspg_html_9157093462 cspg_html_9157093462:58:9857:9865 Columbia Victoria, British Columbia -0.0275887108223223723 +84058 aapg_af_579.html aapg_af_579.html:166:17595:17602 Entrada La Plata, Maryland -0.443715087361728711 +84059 AMJC_html_5390933660 AMJC_html_5390933660:810:79581:79596 Fitch Cambridge, Massachusetts -0.451913869834985604 +84060 aapg_aa_550.html aapg_aa_550.html:62:6603:6611 Woodbine Denison, Texas -0.496102469458349238 +84061 cspg_html_8065532640 cspg_html_8065532640:687:78609:78626 Delorme Canada -0.463526807661379381 +84062 aapg_af_23.html aapg_af_23.html:99:14335:14347 Calico Bluff Anchorage, Alaska -0.475325709854034217 +84063 aapg_ai_366.html aapg_ai_366.html:144:18606:18624 Beaumont Tomball, Texas -0.445989406971527558 +84064 AMJC_html_8620643989 AMJC_html_8620643989:880:91388:91436 Smackover Mexico -0.494139109891835016 +84065 cspg_html_5818285590 cspg_html_5818285590:452:61053:61100 Moresby Victoria, British Columbia -0.505119426266013027 +84066 cspg_html_3026112034 cspg_html_3026112034:68:7257:7265 Montreal Quebec City -0.0823255584230595389 +84067 aapg_ac_536.html aapg_ac_536.html:671:68224:68248 Mission Canyon Texas -0.45644603384473742 +84068 aapg_ad_812.html aapg_ad_812.html:49:5903:5921 Wingate Kayenta, Arizona -0.0896285613620445426 +84069 cspg_html_4326384800 cspg_html_4326384800:994:145556:145566 Swan Hills Lacombe, Alberta -0.436033210857306397 +84070 cspg_html_5675079479 cspg_html_5675079479:567:55130:55164 Waterways Swan Hill, Victoria -0.450932780647085085 +84071 aapg_aa_233.html aapg_aa_233.html:12:1496:1502 Sierra Matamoros, Tamaulipas -0.0198680940009536566 +84072 geology_html_8202481741 geology_html_8202481741:157:10089:10108 Keg River Lacombe, Alberta -0.00984327149097449609 +84073 gsa_html_4558102376 gsa_html_4558102376:875:80062:80072 Wellington North Island (Houtman Abrolhos) -0.430000081582776583 +84074 aapg_ac_531.html aapg_ac_531.html:533:53394:53400 Jordan Burj Al Arab -0.401712156060089309 +84075 gsa_html_4050916517 gsa_html_4050916517:1032:78790:78818 Green River New Mexico -0.0887648248398874851 +84076 sedimentology_html_9522643663 sedimentology_html_9522643663:92:7953:7970 Entrada Chimney Rock, North Carolina 1.00528165228407906 +84077 sedimentology_html_4432289902 sedimentology_html_4432289902:988:81436:81448 Wilcox Texas -0.409390633417001881 +84078 aapg_ad_442.html aapg_ad_442.html:30:3350:3358 Woodbine Bartlesville, Oklahoma -0.44721379024503416 +84079 cspg_html_4382149016 cspg_html_4382149016:329:48743:48748 Logan Utica, New York -0.46328736756315686 +84080 AMJC_html_7141186441 AMJC_html_7141186441:1862:164714:164722 Colorado Cheyenne, Wyoming -0.0471881674171297158 +84081 cspg_html_5484260516 cspg_html_5484260516:216:23178:23193 Banff Victoria, British Columbia -0.0200262605794136288 +84082 aapg_ac_927.html aapg_ac_927.html:449:61023:61034 Mabou Canada -0.495347335668958499 +84083 cspg_html_2603142862 cspg_html_2603142862:10:861:871 Clearwater Clearwater, Florida 0.133447871483302616 +84084 geology_html_4460751015 geology_html_4460751015:319:25694:25711 Tatman Cheyenne, Wyoming -0.510056113825609891 +84085 aapg_ah_105.html aapg_ah_105.html:16:2621:2639 San Andres New Mexico 0.0225884038971819467 +84086 gsa_html_5649755220 gsa_html_5649755220:12:574:584 Washington Earth -0.0407754352992212923 +84087 gsa_html_7632212878 gsa_html_7632212878:55:5391:5412 Love Ranch Hillsboro, Oregon -0.480644453081816247 +84088 sedimentology_html_8519915280 sedimentology_html_8519915280:1203:74386:74420 Protection Washington (state) -0.0455627552096040736 +84089 cspg_html_8089302449 cspg_html_8089302449:736:113965:113977 Saskatchewan Saskatoon -0.0111724073673319709 +84090 aapg_ad_398.html aapg_ad_398.html:138:13407:13430 Tuscaloosa Mississippi River -0.0339269564270203508 +84091 aapg_ai_157.html aapg_ai_157.html:352:33350:33356 Guelph Salina, Kansas 0.0037592765078730871 +84092 aapg_ad_11.html aapg_ad_11.html:114:15779:15789 Fort Union Knife River -0.00638076930644856932 +84093 AMJC_html_5969956211 AMJC_html_5969956211:1535:181207:181228 Price Logan, Utah -0.475977786028375149 +84094 aapg_aa_37.html aapg_aa_37.html:226:27584:27592 Arcturus Logan, Utah -0.456391730122837791 +84095 aapg_ad_959.html aapg_ad_959.html:6:883:904 Clays Ferry Kentucky -0.441686785632637413 +84096 sedimentology_html_5672063331 sedimentology_html_5672063331:2385:113946:113958 Owens Valley California -0.0213629091377398328 +84097 aapg_af_483.html aapg_af_483.html:181:25529:25542 Santa Barbara Lake Yojoa -0.0146249457170983255 +84098 aapg_ad_2.html aapg_ad_2.html:862:122271:122283 Chambersburg Quarryville, Pennsylvania -0.485369220602805185 +84099 aapg_ae_416.html aapg_ae_416.html:220:20498:20506 Oakville Washington (state) -0.0198211657095899094 +84100 aapg_ah_318.html aapg_ah_318.html:2242:196738:196756 La Caja Cotton Valley, Louisiana -0.47482657712880405 +84101 cspg_html_7675189126 cspg_html_7675189126:414:50789:50820 Kutcho Victoria, British Columbia -0.0299260395523841712 +84102 cspg_html_4623526246 cspg_html_4623526246:35:4381:4388 Goodsir Bathurst Island (Northern Territory) -0.502736072390667199 +84103 cspg_html_3798354576 cspg_html_3798354576:102:11431:11443 Exshaw Lacombe, Alberta -0.103417195637477921 +84104 aapg_ae_254.html aapg_ae_254.html:123:13699:13715 Paluxy Henderson County, Texas -0.413938644445855319 +84105 aapg_ah_253.html aapg_ah_253.html:423:50764:50784 San Andres Texas -0.388016994795613912 +84106 cspg_html_8267847427 cspg_html_8267847427:343:48402:48406 Hall London, Ontario -0.491237921935693156 +84107 aapg_ah_422.html aapg_ah_422.html:4:577:589 Fernie Colorado -0.0355973203362088889 +84108 aapg_aa_208.html aapg_aa_208.html:261:28268:28281 Montoya New Mexico -0.515565525811440772 +84109 cspg_html_3597281324 cspg_html_3597281324:290:35572:35586 Edmonton Lacombe, Alberta -0.485308421911267773 +84110 aapg_ad_318.html aapg_ad_318.html:5:804:812 Michigan Illinois -0.469506369220983932 +84111 sedimentology_html_7298419341 sedimentology_html_7298419341:727:43969:43978 Sunnyside Kenilworth, Illinois -0.0682933468868237858 +84112 aapg_af_308.html aapg_af_308.html:96:9076:9087 Reclamation Pennsylvania -0.449467616590735308 +84113 aapg_aa_304.html aapg_aa_304.html:137:12930:12938 Columbia Mississippi River -0.485546964607742992 +84114 sedimentology_html_7775845660 sedimentology_html_7775845660:703:58770:58796 Monterey California 0.975184847898848739 +84115 gsa_html_5202646019 gsa_html_5202646019:695:64391:64430 Dawson Point Ontario, California -0.0429920100127147015 +84116 aapg_ac_944.html aapg_ac_944.html:128:14309:14326 Tererro Meramec River -0.452882496357985831 +84117 gsa_html_4431779557 gsa_html_4431779557:254:22764:22789 Blackwater Draw Muleshoe National Wildlife Refuge -0.0413482450965648035 +84118 palaios_html_7407962205 palaios_html_7407962205:16:1031:1037 Guelph Ontario, California -0.0565379969022386936 +84119 gsa_html_1643425974 gsa_html_1643425974:69:7332:7343 Willow Tank Mesa, Arizona -0.505437884120382042 +84120 aapg_ah_528.html aapg_ah_528.html:512:54559:54566 Thaynes Chinle Formation -0.00818929939777349181 +84121 gsa_html_7778996391 gsa_html_7778996391:1260:106175:106183 Victoria Victoria, British Columbia -0.473856858113634927 +84122 aapg_ae_941.html aapg_ae_941.html:36:3134:3142 Woodbine East Texas 0.0134468313182249857 +84123 aapg_ac_745.html aapg_ac_745.html:299:26008:26023 Viola Ramsey, New Jersey -0.452977161832460395 +84124 gsa_html_7464626519 gsa_html_7464626519:216:24261:24282 Uncompahgre Blue Ridge Mountains -0.0405891491966653695 +84125 aapg_ae_393.html aapg_ae_393.html:56:4029:4042 Woodbine Mexia, Texas -0.00662225056898431159 +84126 cspg_html_2799817929 cspg_html_2799817929:376:41276:41306 Doig Lacombe, Alberta -0.00229308019174294993 +84127 gsa_html_5039569238 gsa_html_5039569238:212:17501:17520 Sassenach Western world -0.0204677435827045166 +84128 aapg_af_854.html aapg_af_854.html:371:47806:47826 Keokuk Monroe County, Florida -0.0299260395523841712 +84129 palaios_html_7352492968 palaios_html_7352492968:613:60743:60747 Hall London, Ontario -0.436805862873274886 +84130 gsa_html_6736277931 gsa_html_6736277931:69:4919:4947 Green River New Mexico 0.00619140699389484142 +84131 cspg_html_7678738599 cspg_html_7678738599:27:3580:3588 Columbia Victoria, British Columbia -0.457691392417615917 +84132 aapg_ai_64.html aapg_ai_64.html:540:63747:63765 Green River California -0.0301590999875516533 +84133 jgeology_html_4289404569 jgeology_html_4289404569:364:33486:33507 Green River Cheyenne, Wyoming 0.389265406081887755 +84134 aapg_ad_808.html aapg_ad_808.html:1542:107301:107319 Frontier Cheyenne, Wyoming -0.205690179395305733 +84135 geology_html_7591275211 geology_html_7591275211:34:2816:2822 Ludlow England -0.475977786028375149 +84136 aapg_aa_239.html aapg_aa_239.html:361:30601:30609 Colorado Texas -0.0211456318473247536 +84137 cspg_html_3008414459 cspg_html_3008414459:542:63576:63616 Milk River Lacombe, Alberta -0.00424743388825097462 +84138 aapg_ae_203.html aapg_ae_203.html:67:5891:5903 Coffee Kentucky -0.447153316157111791 +84139 aapg_ae_454.html aapg_ae_454.html:165:13633:13652 Cotton Valley Bradley County, Tennessee -0.423098733122919901 +84140 cspg_html_7278001817 cspg_html_7278001817:41:6320:6352 Montney Victoria, British Columbia -0.449575401198261781 +84141 cspg_html_3740794265 cspg_html_3740794265:458:46142:46158 Viking Canada 0.657756187563570904 +84142 geology_html_9210804293 geology_html_9210804293:62:4810:4823 Thaynes Logan, Utah 0.00186225759184010619 +84143 sedimentology_html_7422584229 sedimentology_html_7422584229:448:46175:46185 Sunderland Cambridge, Massachusetts -0.505150548331609439 +84144 aapg_aa_945.html aapg_aa_945.html:10:1282:1288 Oregon Rock River (Iowa) -0.02404868566678443 +84145 cspg_html_6810036199 cspg_html_6810036199:6:621:648 Colorado Middle East -0.456355529459316345 +84146 gsa_html_2605108986 gsa_html_2605108986:1027:87802:87808 Snyder Anchorage, Alaska -0.450586501765938174 +84147 AMJC_html_5969956211 AMJC_html_5969956211:1694:190627:190645 Morrison Colorado Plateau 1.26451936587417602 +84148 palaios_html_2399848899 palaios_html_2399848899:734:61815:61835 Tuscaloosa Tuscaloosa, Alabama -0.000627121340837813067 +84149 aapg_ac_79.html aapg_ac_79.html:77:10423:10432 Allegheny Hocking County, Ohio -0.0331962518050419805 +84150 aapg_ai_17.html aapg_ai_17.html:1236:84690:84705 Vicksburg Texas -0.453423575097804177 +84151 cspg_html_2650073471 cspg_html_2650073471:11:1102:1108 Battle Cypress Hills, Brooklyn -0.454847705403765845 +84152 cspg_html_2139304729 cspg_html_2139304729:39:6461:6482 Melville Island Melville Island (Canada) -0.0371844096364450094 +84153 cspg_html_2139304729 cspg_html_2139304729:79:12550:12570 Peel Bathurst Island (Northern Territory) 0.0014766026609327194 +84154 aapg_aa_357.html aapg_aa_357.html:266:24203:24208 Supai Coconino County, Arizona -0.0641487557368967259 +84155 cspg_html_3041902517 cspg_html_3041902517:949:103610:103626 Pequop West Texas -0.00952011624606233578 +84156 aapg_ae_752.html aapg_ae_752.html:300:29204:29212 La Habra California -0.444157000692344317 +84157 gsa_html_5516163646 gsa_html_5516163646:477:40582:40610 Green River Colorado 0.0295434123424303807 +84158 aapg_ac_316.html aapg_ac_316.html:4:647:667 Whitehorse Guadalupe Mountains National Park -0.00490757986669080291 +84159 gsa_html_7468123532 gsa_html_7468123532:148:15358:15366 Colorado Denver -0.0432358146258081874 +84160 cspg_html_5430614285 cspg_html_5430614285:251:33988:34005 Cardium Lacombe, Alberta -0.42422364691980291 +84161 aapg_aa_147.html aapg_aa_147.html:291:35707:35725 Deadwood Regina, Saskatchewan 0.0515225023834488122 +84162 cspg_html_3664126562 cspg_html_3664126562:23:3563:3570 Cardium Colorado -0.428791476930725279 +84163 gsa_html_2284204284 gsa_html_2284204284:947:107438:107461 Brushy Canyon West, Texas 0.70364798114866256 +84164 aapg_af_469.html aapg_af_469.html:405:46463:46471 Humboldt Logan, Utah -0.0121123895767299237 +84165 cspg_html_5740360566 cspg_html_5740360566:30:4308:4336 Grosmont Lacombe, Alberta -0.454143259443463898 +84166 aapg_ae_552.html aapg_ae_552.html:138:25766:25784 Sitkinak Chile -0.0797338454266485891 +84167 aapg_aa_118.html aapg_aa_118.html:54:5485:5490 Chazy Brainerd, Minnesota -0.441740222253796999 +84168 aapg_af_833.html aapg_af_833.html:481:53291:53307 Lakota Greybull, Wyoming -0.0218304989680059187 +84169 aapg_ae_44.html aapg_ae_44.html:181:15427:15437 Palo Pinto Western world -0.442328228694744141 +84170 geology_html_3807073475 geology_html_3807073475:164:15770:15778 Columbia Victoria, British Columbia -0.0245215675441684301 +84171 cspg_html_9778753186 cspg_html_9778753186:115:16868:16878 Mill Creek Fernie, British Columbia -0.446029671493266278 +84172 sedimentology_html_6577177005 sedimentology_html_6577177005:1048:66343:66347 Hall London, Ontario -0.46887974264236626 +84173 aapg_ah_644.html aapg_ah_644.html:155:18107:18120 Gypsum Spring Williston Basin -0.025453465811003901 +84174 geology_html_1477892936 geology_html_1477892936:146:14502:14510 Toroweap Colorado Plateau -0.195912548452902707 +84175 sedimentology_html_6792907293 sedimentology_html_6792907293:297:11292:11297 Laval Sainte-Foy-Tarentaise -0.449433936510724996 +84176 aapg_aa_172.html aapg_aa_172.html:668:73298:73303 Swift Bay of Fundy -0.408158001860498276 +84177 jgeology_html_3625026933 jgeology_html_3625026933:646:50357:50363 Oregon Washington (state) -0.468611324772205295 +84178 aapg_ac_807.html aapg_ac_807.html:372:37785:37799 Pamunkey Maryland -0.0984659671411070719 +84179 cspg_html_1201397701 cspg_html_1201397701:14:1346:1356 Washington Washington (state) -0.032256843292129446 +84180 aapg_ah_779.html aapg_ah_779.html:137:26008:26015 Pamelia Black River, Jamaica -0.0237635726163751594 +84181 sedimentology_html_3377159939 sedimentology_html_3377159939:597:39619:39623 Hall London, Ontario -0.0431731213623836943 +84182 aapg_af_663.html aapg_af_663.html:842:79306:79326 Fort Scott Fort Scott National Historic Site -0.459083706416541504 +84183 aapg_aa_960.html aapg_aa_960.html:237:19395:19403 Fountain North Creek, Washington -0.461001107058420345 +84184 aapg_ae_161.html aapg_ae_161.html:178:20122:20145 Claggett Judith River Formation 0.0346403096109059588 +84185 aapg_ac_613.html aapg_ac_613.html:54:7582:7604 Cliff House New Mexico -0.0872291390700396657 +84186 palaios_html_3232474978 palaios_html_3232474978:62:6488:6496 Columbia Victoria, British Columbia 0.00351085571163325515 +84187 cspg_html_4659384530 cspg_html_4659384530:10:1109:1134 Beaverhill Swan Hill, Victoria -0.472574788136010782 +84188 aapg_ad_683.html aapg_ad_683.html:73:11184:11217 Moenkopi Logan, Utah 1.05968390776764521 +84189 gsa_html_4058959570 gsa_html_4058959570:1121:81566:81594 Green River Colorado 0.0546210098697409163 +84190 gsa_html_3696101390 gsa_html_3696101390:373:36937:36963 Chuckanut England -0.0379467177170490291 +84191 aapg_ad_466.html aapg_ad_466.html:397:48827:48834 Raritan Closter, New Jersey -0.449440672427322663 +84192 gsa_html_7151930388 gsa_html_7151930388:1146:90442:90452 Las Cruces Mexico -0.0322951140020652852 +84193 geology_html_8091443635 geology_html_8091443635:56:5109:5116 Oceanic Benguela Current -0.458750170743803365 +84194 cspg_html_4773367370 cspg_html_4773367370:390:28997:29009 Hasler Victoria, British Columbia -0.452977161832460395 +84195 aapg_ai_504.html aapg_ai_504.html:27:2870:2900 Deadwood Winnipeg 0.645450686865219225 +84196 cspg_html_5541725202 cspg_html_5541725202:286:40023:40039 Cumberland Springhill, Nova Scotia -0.492281675671482677 +84197 cspg_html_9860060507 cspg_html_9860060507:133:16970:16984 Lisburne Prudhoe Bay Oil Field -0.0351971054761553784 +84198 cspg_html_9950492867 cspg_html_9950492867:426:54138:54146 Columbia Victoria, British Columbia -0.442548827459522287 +84199 cspg_html_7989435905 cspg_html_7989435905:9:1090:1103 Brazeau Pincher Creek, Alberta -0.0320063471843775108 +84200 aapg_ad_756.html aapg_ad_756.html:426:50337:50345 Woodbine Balcones Fault -0.0261141753191342467 +84201 cspg_html_3554431164 cspg_html_3554431164:106:18262:18267 Nisku Rocky Mountains -0.424433485516413689 +84202 cspg_html_4293350162 cspg_html_4293350162:69:10834:10842 Columbia Victoria, British Columbia -0.485285038948243097 +84203 aapg_ah_498.html aapg_ah_498.html:61:4659:4668 Catahoula Oakville, California 0.00845684936576822886 +84204 aapg_ae_494.html aapg_ae_494.html:162:16206:16211 Crete Corfu (city) -0.454414135268558672 +84205 aapg_af_890.html aapg_af_890.html:104:10294:10299 Choza Jones County, Mississippi -0.443715087361728711 +84206 aapg_af_575.html aapg_af_575.html:922:131894:131904 Washington Okfuskee County, Oklahoma -0.0400512036734570753 +84207 aapg_ae_161.html aapg_ae_161.html:187:21006:21025 Rock Springs Cheyenne, Wyoming -0.448327675040319895 +84208 gsa_html_9310053579 gsa_html_9310053579:199:17749:17768 Chumstick Leavenworth, Washington -0.469038078694436811 +84209 aapg_ad_307.html aapg_ad_307.html:601:58248:58253 Yukon Russia -0.499845535291183252 +84210 geology_html_6957053863 geology_html_6957053863:355:25429:25437 Colorado San Juan, Argentina -0.466759861116235797 +84211 AMJC_html_6341723617 AMJC_html_6341723617:1088:90972:90978 Casper Cheyenne, Wyoming 1.36903475045092771 +84212 aapg_ae_256.html aapg_ae_256.html:113:12513:12522 Frio Weslaco, Texas -0.0368502653061740099 +84213 aapg_ad_871.html aapg_ad_871.html:496:44405:44423 Ferron Point Rockport, Massachusetts -0.0233046208724774252 +84214 aapg_af_745.html aapg_af_745.html:1561:181527:181534 Windsor Waterloo, Ontario -0.443889149160736518 +84215 AMJC_html_5144569881 AMJC_html_5144569881:1022:95802:95810 Michigan Michigan -0.501703098265810388 +84216 cspg_html_3597281324 cspg_html_3597281324:316:37300:37312 Saskatchewan Lacombe, Alberta -0.446146001135949044 +84217 aapg_ae_939.html aapg_ae_939.html:238:11199:11215 San Andres New Mexico -0.0230090906667148494 +84218 cspg_html_1743060601 cspg_html_1743060601:630:88532:88537 Price Arctic Cordillera -0.440265166942118702 +84219 aapg_ai_187.html aapg_ai_187.html:212:22099:22118 Rock Springs Cheyenne, Wyoming 0.712559205603241042 +84220 aapg_aa_176.html aapg_aa_176.html:743:70732:70738 Jordan Apalachicola River -0.423413139400643734 +84221 cspg_html_8568877195 cspg_html_8568877195:381:62497:62515 Foremost Regina, Saskatchewan -0.0173254356777415887 +84222 aapg_ai_163.html aapg_ai_163.html:557:47766:47783 Leonard West Texas -0.0464616568793586454 +84223 cspg_html_7310162886 cspg_html_7310162886:204:28148:28169 Sadlerochit Prudhoe Bay Oil Field -0.0198680940009536566 +84224 aapg_ak_37.html aapg_ak_37.html:64:7714:7740 Halfway Stony Creek, New York -0.023508018320362277 +84225 cspg_html_6238269217 cspg_html_6238269217:6:292:311 Athabasca Lacombe, Alberta -0.466782751574986277 +84226 cspg_html_1870927435 cspg_html_1870927435:18:2041:2063 Nisku Lacombe, Alberta -0.475258680049542748 +84227 aapg_aa_379.html aapg_aa_379.html:165:19266:19285 Pocono Pennsylvania -0.441392939290133568 +84228 gsa_html_5986880650 gsa_html_5986880650:676:66605:66609 Hall Canada -0.0161993249316557293 +84229 aapg_aa_143.html aapg_aa_143.html:24:3577:3588 Beekmantown Pennsylvania -0.447455726501453044 +84230 cspg_html_5241714595 cspg_html_5241714595:413:64330:64345 Nisku Lacombe, Alberta -0.468198533701609299 +84231 gsa_html_1040524378 gsa_html_1040524378:293:34705:34712 Challis Absaroka -0.471336008805755435 +84232 cspg_html_1333179361 cspg_html_1333179361:763:62142:62150 Columbia London, Ontario -0.423098733122919901 +84233 gsa_html_5627360957 gsa_html_5627360957:35:3106:3119 Pioneer Arizona -0.467905110852730732 +84234 cspg_html_3008414459 cspg_html_3008414459:30:4865:4897 Provincial Lacombe, Alberta 0.00145054491803285547 +84235 cspg_html_4859889874 cspg_html_4859889874:457:47777:47796 Athabasca Lacombe, Alberta -0.0719407710639016762 +84236 gsa_html_9312061344 gsa_html_9312061344:81:8610:8619 San Pedro Kilauea, Hawaii -0.0325612728688678896 +84237 aapg_ac_126.html aapg_ac_126.html:181:26122:26129 Bossier Haynesville, Louisiana -0.00125945488018784418 +84238 aapg_aa_147.html aapg_aa_147.html:236:28738:28758 Interlake Middle East -0.426679013535527729 +84239 aapg_ac_618.html aapg_ac_618.html:14:2050:2058 Wolfcamp Wichita, Kansas -0.459837454744856933 +84240 aapg_ae_656.html aapg_ae_656.html:195:22392:22401 San Diego Arizona -0.0147795988543257695 +84241 cspg_html_5936620105 cspg_html_5936620105:24:2823:2829 Exshaw Carnarvon, Western Australia -0.00832481152182470464 +84242 aapg_ae_917.html aapg_ae_917.html:13:1415:1421 Denver Leadville, Colorado 0.0207110851767037009 +84243 gsa_html_5236041431 gsa_html_5236041431:73:4854:4882 Green River Colorado -0.0195500267274268287 +84244 cspg_html_5880669950 cspg_html_5880669950:569:58574:58594 Swan Hills Canada 0.581814806042350474 +84245 cspg_html_7409170811 cspg_html_7409170811:579:71043:71055 Exshaw Canada -0.463250887108730525 +84246 gsa_html_9901339383 gsa_html_9901339383:478:43233:43238 Uinta Logan, Utah 0.320091915055465526 +84247 aapg_ad_879.html aapg_ad_879.html:570:43049:43054 Price Galveston Bay Area 0.0188339598996110635 +84248 gsa_html_1538463681 gsa_html_1538463681:290:24300:24316 Morita Sonora -0.434673209477638822 +84249 cspg_html_5456368738 cspg_html_5456368738:163:22349:22379 Pine Point Great Slave Lake -0.482931300996293389 +84250 gsa_html_1217771406 gsa_html_1217771406:1068:98891:98904 Santa Barbara California -0.473676885959420813 +84251 aapg_ai_49.html aapg_ai_49.html:43:5866:5886 Minnelusa Hartville, Missouri -0.447242908821281704 +84252 aapg_ac_333.html aapg_ac_333.html:964:116928:116942 Yeso New Mexico -0.440265166942118702 +84253 aapg_ac_305.html aapg_ac_305.html:210:21069:21088 Williston Crystal River, Florida -0.443813272031764461 +84254 cspg_html_2625728726 cspg_html_2625728726:35:6203:6215 Granite Wash Lacombe, Alberta -0.466727815469158758 +84255 aapg_af_900.html aapg_af_900.html:156:22381:22395 Beaumont Western world -0.412050436555775779 +84256 aapg_ai_468.html aapg_ai_468.html:306:37845:37863 Bossier Shreveport, Louisiana -0.247327329931319784 +84257 aapg_aa_288.html aapg_aa_288.html:59:7252:7271 Greenhorn Iowa -0.439298641817729429 +84258 cspg_html_5375448448 cspg_html_5375448448:50:6485:6505 Blackstone Lacombe, Alberta -0.0135788887974534252 +84259 aapg_ae_75.html aapg_ae_75.html:78:12509:12525 Bliss El Paso, Texas -0.0601886111919468711 +84260 aapg_ah_316.html aapg_ah_316.html:3:283:291 Humboldt Venezuela -0.0289590583087490083 +84261 aapg_aa_147.html aapg_aa_147.html:520:53659:53678 Red River Red River of the North -0.652684832848245855 +84262 gsa_html_1075724130 gsa_html_1075724130:581:50727:50742 Bouse Arizona -0.0279295455819341988 +84263 gsa_html_9161666105 gsa_html_9161666105:761:56722:56731 Peninsula Quebec City -0.479586916180102352 +84264 cspg_html_6116883777 cspg_html_6116883777:1644:199725:199755 Douro Canada -0.0870659497267615018 +84265 aapg_af_288.html aapg_af_288.html:248:29037:29052 Hueco Melbourne, Florida -0.0283642962878183774 +84266 gsa_html_7125621200 gsa_html_7125621200:685:61206:61224 Monterey California -0.0103801322392496759 +84267 aapg_aa_379.html aapg_aa_379.html:234:27197:27211 Catskill Allegheny Mountains -0.476130470160059438 +84268 aapg_ae_319.html aapg_ae_319.html:709:60157:60163 Carmel Metro Manila -0.201051566225101952 +84269 aapg_aa_302.html aapg_aa_302.html:477:59483:59500 Kaibab Logan, Utah -0.431256465733329653 +84270 aapg_ae_5.html aapg_ae_5.html:291:34254:34258 Earp Mexico -0.00691758876026682835 +84271 gsa_html_2352572665 gsa_html_2352572665:15:491:497 Denver Colorado -0.466759861116235797 +84272 aapg_ac_93.html aapg_ac_93.html:135:13200:13220 Smackover Shreveport, Louisiana 0.00757428774719277713 +84273 gsa_html_7494304536 gsa_html_7494304536:29:2796:2824 Green River Iran -0.0323768745751979448 +84274 sedimentology_html_3424454943 sedimentology_html_3424454943:427:36008:36012 Hall London, Ontario -0.435270040425755234 +84275 aapg_ad_947.html aapg_ad_947.html:410:42028:42037 Beartooth Black Hills -0.470181697121159758 +84276 aapg_ah_253.html aapg_ah_253.html:420:50466:50486 San Andres Texas 0.0119577510561948014 +84277 geology_html_4035987281 geology_html_4035987281:297:25467:25471 Kent Earth -0.467877607461444023 +84278 aapg_ah_123.html aapg_ah_123.html:3:239:247 Michigan Michigan 0.0255908213904138954 +84279 cspg_html_3740794265 cspg_html_3740794265:472:46922:46938 Viking Lacombe, Alberta -0.0539216783663858529 +84280 aapg_ad_810.html aapg_ad_810.html:174:18830:18848 Batesville Batesville, Arkansas -0.477575355931223244 +84281 aapg_ai_66.html aapg_ai_66.html:376:33999:34014 Mesaverde Colorado -0.472528705500211532 +84282 aapg_af_734.html aapg_af_734.html:358:47385:47397 Kingak Anchorage, Alaska -0.480695619561815057 +84283 aapg_ai_49.html aapg_ai_49.html:223:26401:26409 Woodside Cheyenne, Wyoming -0.463579265049131273 +84284 aapg_aa_73.html aapg_aa_73.html:96:9301:9307 Putnam Logan, Utah -0.0324655941438056483 +84285 aapg_ae_959.html aapg_ae_959.html:2315:165327:165343 Whitehorse Panhandle, Texas -0.0258394556349876708 +84286 gsa_html_1419461902 gsa_html_1419461902:624:51069:51096 Irondequoit Irondequoit, New York -0.00961046045389274753 +84287 aapg_af_482.html aapg_af_482.html:75:10203:10225 Todos Santos Honduras -0.432684300395597021 +84288 aapg_ae_68.html aapg_ae_68.html:92:11371:11388 Oquirrh Pennsylvania -0.0647636159228875408 +84289 aapg_ae_628.html aapg_ae_628.html:227:20893:20909 Santa Clara Oxnard, California -0.0592268959056857155 +84290 aapg_ah_85.html aapg_ah_85.html:546:45682:45707 Congaree Congaree River -0.187311112417653913 +84291 aapg_ac_71.html aapg_ac_71.html:288:33441:33457 Luning Nye County, Nevada -0.460980639153810601 +84292 cspg_html_4834918660 cspg_html_4834918660:13:1774:1784 Clearwater Lacombe, Alberta -0.147945263538171251 +84293 aapg_aa_147.html aapg_aa_147.html:170:21353:21368 Red Rock Lake Winnipeg -0.462482864578064756 +84294 geology_html_7687041657 geology_html_7687041657:273:22742:22755 Madison Cheyenne, Wyoming -0.0537193910403591518 +84295 aapg_ah_869.html aapg_ah_869.html:1050:96494:96510 Inyan Kara Greenville, Westchester County, New York -0.0131166903262873984 +84296 aapg_ae_181.html aapg_ae_181.html:100:14654:14670 Ripley Coon Creek Formation -0.0130645631501062637 +84297 aapg_af_631.html aapg_af_631.html:330:31385:31395 Whitehorse Salado, Texas -0.00783141030284131325 +84298 aapg_ae_845.html aapg_ae_845.html:73:7650:7660 Washington Logan, Utah -0.000225833135678471921 +84299 aapg_af_486.html aapg_af_486.html:62:7889:7902 Tuxedni Middle East -0.0466985931780469835 +84300 gsa_html_1561548255 gsa_html_1561548255:684:67212:67240 Green River Colorado -0.0200714512738383588 +84301 cspg_html_6985536436 cspg_html_6985536436:736:95949:95955 Kanguk Banks Island -0.0215836656025031291 +84302 gsa_html_4058959570 gsa_html_4058959570:379:29532:29538 Bladen Maya Mountain -0.487818790090823073 +84303 cspg_html_8767215556 cspg_html_8767215556:11:987:995 Edmonton Lacombe, Alberta -0.49119789377684242 +84304 aapg_ah_132.html aapg_ah_132.html:43:4215:4223 Colorado Wharton, New Jersey -0.487565545428885583 +84305 cspg_html_5699627350 cspg_html_5699627350:104:13964:13970 Viking Colorado -0.155555970404886973 +84306 aapg_ac_126.html aapg_ac_126.html:111:16605:16625 Tuscaloosa Shreveport, Louisiana 0.68686481117895859 +84307 gsa_html_5107598462 gsa_html_5107598462:430:38632:38644 Salina Lackawanna County, Pennsylvania -0.00515253017068293719 +84308 jgeology_html_5435533156 jgeology_html_5435533156:149:9692:9701 Frankfort Schenectady, New York -0.488872438533925924 +84309 aapg_ae_767.html aapg_ae_767.html:42:4624:4641 Entrada Sangre de Cristo Range -0.442762791672519862 +84310 aapg_ac_824.html aapg_ac_824.html:236:21747:21754 Manitou Colorado -0.0423093929821278317 +84311 gsa_html_1889035506 gsa_html_1889035506:711:78652:78680 Green River Colorado 0.0190703285960370852 +84312 aapg_ah_506.html aapg_ah_506.html:9:1257:1271 Traverse Michigan -0.00530888185460337992 +84313 cspg_html_5117208919 cspg_html_5117208919:252:21970:21994 Elk Lacombe, Alberta -0.0550273870379477323 +84314 aapg_af_706.html aapg_af_706.html:83:9225:9230 Atoka Arbuckle, California -0.26254781871971461 +84315 geology_html_6250311188 geology_html_6250311188:53:4256:4272 Dakota Fairbury, Illinois -0.00048640987057772464 +84316 aapg_af_641.html aapg_af_641.html:30:2649:2658 Vicksburg Texas -0.467868439854770279 +84317 palaios_html_5941046452 palaios_html_5941046452:667:55815:55820 Price Sellwood Bridge -0.00190221287180793197 +84318 aapg_ai_337.html aapg_ai_337.html:325:33695:33707 Salina Michigan -0.0213629091377398328 +84319 geology_html_4785720928 geology_html_4785720928:109:13097:13125 Elkhorn Mountains Volcanics Wasatch Range -0.478447154667899333 +84320 cspg_html_8818854104 cspg_html_8818854104:135:17741:17761 Cadomin Lacombe, Alberta -0.0536339438333483312 +84321 aapg_ah_779.html aapg_ah_779.html:294:54796:54802 Salina Ohio -0.00494753624494615688 +84322 sedimentology_html_4057336647 sedimentology_html_4057336647:1144:78478:78484 Brazil Manaus 0.00130635878656701733 +84323 aapg_ad_991.html aapg_ad_991.html:119:9777:9783 Paluxy Cotton Valley, Louisiana -0.408246149684567183 +84324 cspg_html_7334652966 cspg_html_7334652966:63:5309:5326 Spray Lacombe, Alberta -0.0544954389304434447 +84325 aapg_ai_44.html aapg_ai_44.html:194:29684:29690 Sierra Barinas State -0.0532311352227030424 +84326 palaios_html_6815039820 palaios_html_6815039820:570:49954:49960 Gilboa Earth -0.0477283018758572417 +84327 aapg_ac_126.html aapg_ac_126.html:227:34819:34840 Haynesville Haynesville, Louisiana -0.452186332378920253 +84328 aapg_ad_660.html aapg_ad_660.html:461:62834:62839 Logan Perth, Western Australia 0.0217713977018547424 +84329 aapg_ae_315.html aapg_ae_315.html:5:1080:1097 Decorah Platteville, Colorado -0.0913056289686600131 +84330 gsa_html_4842463190 gsa_html_4842463190:9:320:329 Chumstick Washington (state) -0.207641491457882438 +84331 aapg_ae_826.html aapg_ae_826.html:72:5847:5854 Cypress Harrodsburg, Indiana -0.00448195883180506176 +84332 aapg_ac_298.html aapg_ac_298.html:356:33120:33132 Rundle Walpole, Massachusetts -0.488837217649543798 +84333 AMJC_html_1964550508 AMJC_html_1964550508:794:88214:88222 Virginia Blue Ridge Mountains -0.0556221712941747035 +84334 cspg_html_9912281240 cspg_html_9912281240:6:361:369 Lea Park Lacombe, Alberta -0.428798065147820595 +84335 geology_html_8422244633 geology_html_8422244633:284:22392:22408 Fish Canyon Tuff Colorado -0.0525371721949112538 +84336 geology_html_9803999307 geology_html_9803999307:296:23441:23457 Salado New Mexico -0.469070208322842297 +84337 aapg_ah_646.html aapg_ah_646.html:212:25949:25965 Chinle Logan, Utah 0.028863407628479866 +84338 aapg_ai_583.html aapg_ai_583.html:101:14538:14546 Sundance Cheyenne, Wyoming -0.441486425747427802 +84339 gsa_html_8622484687 gsa_html_8622484687:1170:96291:96319 Green River Colorado -0.00639293020944086028 +84340 gsa_html_1109313886 gsa_html_1109313886:978:81015:81036 Green River Cheyenne, Wyoming -0.457501080653503367 +84341 palaios_html_4875582819 palaios_html_4875582819:423:45422:45438 Chinle Arizona 0.00633907480086522146 +84342 aapg_aa_473.html aapg_aa_473.html:291:42213:42223 Horn River Victoria, British Columbia -0.427768661147865492 +84343 sedimentology_html_7360539162 sedimentology_html_7360539162:1272:76807:76811 Hall London, Ontario -0.482987267474293158 +84344 palaios_html_1584288127 palaios_html_1584288127:549:52170:52202 Temporal Knoxville, Tennessee -0.0718550647759935851 +84345 aapg_aa_23.html aapg_aa_23.html:947:123642:123651 Interlake Manitoba 0.696855470209282513 +84346 aapg_ac_983.html aapg_ac_983.html:326:52565:52581 Cherryvale Coffeyville, Kansas 0.0195500267274268669 +84347 cspg_html_4385655879 cspg_html_4385655879:132:18278:18286 Woodbend Calmar, Alberta -0.0327735084996737119 +84348 cspg_html_4124550118 cspg_html_4124550118:308:31361:31369 Pine Key Melbourne, Florida -0.227872222496511317 +84349 aapg_ai_480.html aapg_ai_480.html:231:21133:21144 San Joaquin Madera County, California -0.00112569192733688248 +84350 gsa_html_1491636326 gsa_html_1491636326:1655:124208:124236 Green River Iran -0.430057253759890901 +84351 sedimentology_html_3544672530 sedimentology_html_3544672530:712:64928:64932 Hall London, Ontario -0.0122896166911195832 +84352 geology_html_7395364280 geology_html_7395364280:11:557:566 Newcastle England -0.479254814429897757 +84353 cspg_html_4298557570 cspg_html_4298557570:35:5108:5116 Edmonton Edmonton, London -0.494538507684199602 +84354 gsa_html_1347484649 gsa_html_1347484649:166:15498:15504 Casper Cheyenne, Wyoming 0.00427001774421365866 +84355 cspg_html_6108854431 cspg_html_6108854431:52:7423:7436 Windsor New Brunswick, New Jersey -0.018194387898863601 +84356 cspg_html_7799850124 cspg_html_7799850124:26:3570:3588 Duvernay Swan Hill, Victoria -0.467980749597819323 +84357 aapg_ai_886.html aapg_ai_886.html:83:8309:8319 San Andres Ector, Texas -0.428789280868512646 +84358 cspg_html_4659384530 cspg_html_4659384530:233:22361:22378 Gilwood Lacombe, Alberta -0.0260481030214056476 +84359 gsa_html_7173708345 gsa_html_7173708345:600:45984:46005 Forest Fairbanks, Alaska -0.0400668715535646355 +84360 aapg_ac_451.html aapg_ac_451.html:681:69283:69302 Matanuska Anchorage, Alaska -0.0422554127519972483 +84361 gsa_html_5081991493 gsa_html_5081991493:992:79876:79887 Canaan Peak Logan, Utah -0.0350022236580636789 +84362 aapg_aa_622.html aapg_aa_622.html:345:35229:35245 Chinle Colorado -0.425363011053494167 +84363 cspg_html_6206575791 cspg_html_6206575791:74:9708:9726 Frontier Cheyenne, Wyoming -0.451767539383647998 +84364 cspg_html_2013109828 cspg_html_2013109828:110:18494:18513 Cranbrook Palmer, Alaska -0.0223919711537192666 +84365 aapg_ac_190.html aapg_ac_190.html:292:50537:50541 Rome Pennsylvania -0.42435479065966919 +84366 aapg_ac_807.html aapg_ac_807.html:302:30411:30424 Woodbury Clay Haddonfield, New Jersey -0.469093158774920749 +84367 aapg_ae_69.html aapg_ae_69.html:199:22578:22594 Curtis Logan, Utah -0.457487488497030304 +84368 aapg_ai_53.html aapg_ai_53.html:367:39956:39973 Edwards Texas 0.00932900417506294689 +84369 palaios_html_9518809405 palaios_html_9518809405:101:9631:9641 San Felipe Mexico -0.446593560210975959 +84370 aapg_ad_466.html aapg_ad_466.html:391:48159:48166 Raritan Closter, New Jersey -0.0631881649196744249 +84371 aapg_aa_563.html aapg_aa_563.html:380:48558:48576 Anacacho Eagle Pass, Texas -0.475138501585752326 +84372 aapg_ah_95.html aapg_ah_95.html:3:186:206 Rainvalley Arizona 0.0176347786034971622 +84373 aapg_ai_846.html aapg_ai_846.html:48:5547:5554 Prairie Gulfport, Mississippi -0.0293207981584643999 +84374 cspg_html_4915680223 cspg_html_4915680223:69:7887:7906 Allen Bay Cape Cod 1.16762523308397625 +84375 cspg_html_2283545366 cspg_html_2283545366:461:56623:56656 Halfway Victoria, British Columbia -0.0627236437644316941 +84376 aapg_ah_645.html aapg_ah_645.html:506:60627:60634 Rierdon Canada -0.00702877531362414328 +84377 aapg_aa_945.html aapg_aa_945.html:6:477:483 Oregon Wisconsin -0.430532356052481968 +84378 cspg_html_3277684928 cspg_html_3277684928:79:12024:12041 Edwards Texas -0.472823676298187945 +84379 gsa_html_2832151886 gsa_html_2832151886:895:72191:72205 Colorado Canada -0.0657209706252805254 +84380 cspg_html_3293202848 cspg_html_3293202848:5:198:215 Gilwood Lacombe, Alberta -0.485238274937032199 +84381 sedimentology_html_3603620694 sedimentology_html_3603620694:919:59063:59072 Extension Tyrrhenian Sea -0.0174019020564647256 +84382 aapg_ad_368.html aapg_ad_368.html:185:17060:17079 Newcastle Wasatch Range -0.456778715576978744 +84383 geology_html_6680505659 geology_html_6680505659:14:796:802 Denver Colorado -0.433685955512457477 +84384 aapg_ah_415.html aapg_ah_415.html:6:777:791 Colorado Milk River, Alberta -0.518655426923251284 +84385 aapg_aa_126.html aapg_aa_126.html:191:20567:20582 Sioux Quartzite Baldwin, Nassau County, New York 0.0585358072597737047 +84386 palaios_html_9993198762 palaios_html_9993198762:404:40359:40367 Morrison Colorado -0.0310879066661822294 +84387 gsa_html_5060576576 gsa_html_5060576576:1001:89785:89813 Green River Iran -0.0102845739324916134 +84388 aapg_ai_31.html aapg_ai_31.html:369:36534:36543 Catahoula Texas -0.44951252529713398 +84389 gsa_html_4270524222 gsa_html_4270524222:496:35008:35036 Green River Iran -0.0195500267274268287 +84390 aapg_aa_43.html aapg_aa_43.html:459:50434:50442 Woodbine Austin, Chicago 0.0051247343510113369 +84391 cspg_html_5117208919 cspg_html_5117208919:203:18213:18229 Muskeg Victoria, British Columbia -0.0316827975818438426 +84392 cspg_html_1870927435 cspg_html_1870927435:193:26516:26525 Waterways Iowa -0.478280146619880497 +84393 cspg_html_9905904289 cspg_html_9905904289:6:514:522 Scollard Lacombe, Alberta -0.464409872562970838 +84394 sedimentology_html_9522643663 sedimentology_html_9522643663:161:15322:15328 Carmel Logan, Utah -0.0774587226555577546 +84395 aapg_ac_613.html aapg_ac_613.html:54:7608:7623 Mesaverde New Mexico -0.430686375541692368 +84396 aapg_ad_828.html aapg_ad_828.html:70:4681:4687 Tulare Maricopa, Arizona -0.441392939290133568 +84397 cspg_html_9139420146 cspg_html_9139420146:31:3945:3963 Kootenay Middle East -0.0487929978444478704 +84398 cspg_html_8612721867 cspg_html_8612721867:468:55244:55252 Duvernay Edmonton, London -0.0218513582866363479 +84399 palaios_html_4421656336 palaios_html_4421656336:327:33370:33387 Cardium Lacombe, Alberta 0.00595861376287910686 +84400 aapg_af_709.html aapg_af_709.html:19:2107:2119 Saskatchewan Victoria, British Columbia -0.0171725037246518962 +84401 sedimentology_html_2125743017 sedimentology_html_2125743017:674:37910:37918 Chandler Pangaea -0.489889776983278402 +84402 gsa_html_2557883791 gsa_html_2557883791:658:54900:54912 Rio San Juan Dominican Republic -0.0285260271643415532 +84403 geology_html_8124935570 geology_html_8124935570:168:16942:16975 Uinta Logan, Utah -0.455957418074169007 +84404 gsa_html_6924652724 gsa_html_6924652724:72:5772:5800 Green River Colorado -0.0285868941347483252 +84405 gsa_html_8035658736 gsa_html_8035658736:925:100067:100075 Temporal Boise, Idaho -0.47482657712880405 +84406 aapg_af_131.html aapg_af_131.html:697:71530:71547 Tecovas Palo Duro Canyon -0.07132161818316822 +84407 aapg_ac_628.html aapg_ac_628.html:288:46551:46558 Wasatch Fort Union Trading Post National Historic Site -0.0596859178207084368 +84408 aapg_ad_640.html aapg_ad_640.html:418:48086:48105 Rock Springs Sweetwater, Miami-Dade County, Florida -0.456344217050148659 +84409 aapg_ai_367.html aapg_ai_367.html:271:18056:18064 Monterey California -0.00793912421120361589 +84410 aapg_ad_169.html aapg_ad_169.html:265:30670:30688 Greenbrier Kentucky -0.0718148357754403444 +84411 aapg_ac_920.html aapg_ac_920.html:74:11679:11696 Oquirrh Logan, Utah -0.0886893440090896767 +84412 aapg_ae_542.html aapg_ae_542.html:29:3061:3068 Kaguyak Matanuska Glacier -0.140660106779316257 +84413 aapg_ad_718.html aapg_ad_718.html:154:13755:13759 Yeso New Mexico 1.00536658033070148 +84414 sedimentology_html_7422584229 sedimentology_html_7422584229:452:46300:46310 Sunderland Cambridge, Massachusetts -0.479830848328458015 +84415 palaios_html_5268628065 palaios_html_5268628065:448:47762:47767 Logan Bermuda 0.00938112555861735607 +84416 aapg_ae_369.html aapg_ae_369.html:421:42997:43013 Gordo Mississippi River -0.00263009542068469741 +84417 cspg_html_1962846283 cspg_html_1962846283:423:50237:50256 Wilcox Texas 0.00480334593379653455 +84418 gsa_html_6985417117 gsa_html_6985417117:722:58889:58893 Kent Ohio -0.0367528086008553287 +84419 gsa_html_3331523875 gsa_html_3331523875:563:62658:62676 Willwood Cheyenne, Wyoming -0.0891984266896900524 +84420 cspg_html_5688447798 cspg_html_5688447798:128:17458:17478 Blue Fiord Ellesmere Island -0.246302042161009122 +84421 cspg_html_5450075884 cspg_html_5450075884:841:81735:81752 Cardium Lacombe, Alberta -0.44280960294495586 +84422 aapg_aa_712.html aapg_aa_712.html:131:16755:16770 Galena Wisconsin -0.486436238766394913 +84423 aapg_ai_134.html aapg_ai_134.html:141:10831:10841 Montgomery Colorado -0.481794104698776371 +84424 geology_html_5068971145 geology_html_5068971145:51:6216:6222 Brazil Perth, Western Australia -0.419679650566534779 +84425 gsa_html_4175379013 gsa_html_4175379013:540:58346:58355 San Diego Houghton, Michigan -0.0429920100127147015 +84426 aapg_ac_807.html aapg_ac_807.html:544:53984:54002 Yorktown North Carolina -0.421890099930447016 +84427 aapg_ae_153.html aapg_ae_153.html:868:110098:110106 Slim Sam Elkhorn Mountain -0.467889067103673728 +84428 aapg_ae_705.html aapg_ae_705.html:547:52278:52292 Pico Carpinteria, California 0.0137352734667245315 +84429 gsa_html_1217771406 gsa_html_1217771406:411:36297:36315 Monterey Santa Cruz Island -0.0185419788860923702 +84430 aapg_ah_318.html aapg_ah_318.html:1912:176149:176172 Cotton Valley Cotton Valley, Louisiana -0.486220855983571787 +84431 aapg_ah_489.html aapg_ah_489.html:265:26563:26570 Genesee Middlesex -0.477179162580930738 +84432 aapg_af_890.html aapg_af_890.html:34:3208:3236 Seven Rivers Pecos River -0.00746310002878541098 +84433 aapg_ad_440.html aapg_ad_440.html:17:2504:2512 Maccrady Pocono Raceway -0.417500283370627168 +84434 gsa_html_3151431803 gsa_html_3151431803:90:10721:10738 Wingate Kayenta, Arizona -0.505119426266013027 +84435 cspg_html_1019614994 cspg_html_1019614994:706:99771:99788 Exshaw Lacombe, Alberta -0.412816947880561391 +84436 cspg_html_1645105717 cspg_html_1645105717:39:5922:5942 Missisauga Logan, Utah -0.448632716908224927 +84437 aapg_ad_922.html aapg_ad_922.html:308:23743:23755 Cooking Lake Canada -0.026691451486835667 +84438 cspg_html_5264346535 cspg_html_5264346535:90:12274:12300 Horseshoe Canyon Red Deer, Alberta -0.0839928046191354277 +84439 gsa_html_5052460984 gsa_html_5052460984:29:2796:2824 Green River Colorado 0.00626784675463567306 +84440 cspg_html_4617311907 cspg_html_4617311907:505:64487:64513 Windsor Bridgetown, Nova Scotia -0.435694684676078359 +84441 aapg_aa_491.html aapg_aa_491.html:12:1700:1711 San Antonio Laredo, Texas -0.505227161470617636 +84442 cspg_html_1260733368 cspg_html_1260733368:84:12308:12322 Colorado Lacombe, Alberta -0.0574626720141519567 +84443 aapg_ai_480.html aapg_ai_480.html:162:15233:15239 Tulare San Joaquin River -0.44255997020698512 +84444 aapg_ad_745.html aapg_ad_745.html:65:8042:8060 Niobrara Yuma County, Colorado -0.396294845993482969 +84445 gsa_html_2667366192 gsa_html_2667366192:700:62310:62323 Reed Dolomite Los Angeles -0.468015132988553406 +84446 aapg_af_333.html aapg_af_333.html:373:38702:38729 Salina Pennsylvania 0.00255018452536458695 +84447 aapg_af_833.html aapg_af_833.html:1281:141701:141718 Madison Garland, Texas -0.0399833098271603696 +84448 sedimentology_html_5820512685 sedimentology_html_5820512685:74:7234:7241 Madison Sweden -0.464501195477937445 +84449 aapg_ai_687.html aapg_ai_687.html:1530:154937:154942 Piper Gulf of Guinea -0.0062678467546358578 +84450 gsa_html_3720789279 gsa_html_3720789279:897:87575:87585 Washington Boise, Idaho -0.0317836884462165403 +84451 aapg_ad_350.html aapg_ad_350.html:565:65631:65645 Gatesburg Middle Ordovician -0.480597940731277096 +84452 gsa_html_8840132442 gsa_html_8840132442:1169:109312:109340 Green River Colorado -0.0334398147432133225 +84453 aapg_aa_732.html aapg_aa_732.html:62:8804:8820 Walnut Goodland, Kansas -0.437408487283808822 +84454 jgeology_html_2809998069 jgeology_html_2809998069:519:31198:31234 Bluff Bridgetown, Nova Scotia -0.457068497754203162 +84455 gsa_html_9547811307 gsa_html_9547811307:715:67822:67850 Green River Colorado 0.0220043273947952457 +84456 jgeology_html_4305195651 jgeology_html_4305195651:2144:154956:154962 Pocono Pennsylvania -0.441740222253796999 +84457 gsa_html_2266546108 gsa_html_2266546108:634:68962:68982 Kern River Bartow County, Georgia -0.481759173673690755 +84458 geology_html_6186734946 geology_html_6186734946:134:16425:16436 Martinsburg Whitby, Ontario -0.45921987907792633 +84459 sedimentology_html_9410532865 sedimentology_html_9410532865:1626:111705:111716 Green River Colorado -0.457487488497030304 +84460 aapg_ae_836.html aapg_ae_836.html:18:1700:1708 Woodbine Paluxy, Texas -0.466920106770381871 +84461 cspg_html_6383234409 cspg_html_6383234409:699:68587:68597 Blue Fiord Ellesmere Island -0.45421548506785292 +84462 aapg_ad_599.html aapg_ad_599.html:184:22183:22203 Bald Eagle Mifflin County, Pennsylvania -0.431450242580359467 +84463 aapg_ac_575.html aapg_ac_575.html:530:79616:79632 Chinle Logan, Utah 0.335152036473730985 +84464 gsa_html_3484366946 gsa_html_3484366946:1648:137085:137116 Neruokpuk Anchorage, Alaska -0.446011775932438015 +84465 cspg_html_7553438101 cspg_html_7553438101:17:1579:1598 Whitewood Fremont, California -0.0497759240720029236 +84466 aapg_af_575.html aapg_af_575.html:173:23326:23341 Signal Mountain Fort Sill -0.0378335861423178335 +84467 aapg_af_148.html aapg_af_148.html:86:10215:10246 Green River Colorado -0.493744624269059962 +84468 aapg_ai_17.html aapg_ai_17.html:112:9279:9285 Midway Shreveport, Louisiana -0.457532796484121151 +84469 sedimentology_html_3841637081 sedimentology_html_3841637081:1335:59435:59442 Shields Western Canadian Sedimentary Basin -0.0165121278486362495 +84470 gsa_html_5507509274 gsa_html_5507509274:521:49509:49518 Point Sal California -0.498433692902457426 +84471 aapg_ae_474.html aapg_ae_474.html:862:87461:87477 Bethel Bethel, Alaska -0.442620143363224416 +84472 gsa_html_4650354985 gsa_html_4650354985:1111:91712:91728 Maroon Colorado -0.47503682505792677 +84473 aapg_af_545.html aapg_af_545.html:757:94315:94323 La Habra California -0.0130645631501062637 +84474 aapg_ac_324.html aapg_ac_324.html:311:41346:41351 Weeks Wheeler Peak (New Mexico) -0.480765396922298249 +84475 sedimentology_html_8510537334 sedimentology_html_8510537334:1147:83708:83730 Walton Parksville, Kentucky -0.473746101631411953 +84476 aapg_ac_989.html aapg_ac_989.html:166:23495:23514 Niobrara Maquoketa, Iowa -0.415133074492044396 +84477 aapg_ae_844.html aapg_ae_844.html:6:557:562 Aneth Logan, Utah -0.503309174123385716 +84478 cspg_html_6255491344 cspg_html_6255491344:5:270:300 Kootenay Lacombe, Alberta -0.109003292117754447 +84479 aapg_aa_304.html aapg_aa_304.html:142:13381:13406 Columbia Astoria, Oregon -0.445984933244691462 +84480 sedimentology_html_6812582012 sedimentology_html_6812582012:1177:92955:92963 Beaumont California -0.0236314487961183893 +84481 aapg_aa_463.html aapg_aa_463.html:250:47909:47914 Sligo Haynesville, Louisiana -0.479552074346371926 +84482 geology_html_8631349740 geology_html_8631349740:254:21849:21853 Bell London, Ontario -0.506518679863000365 +84483 aapg_af_288.html aapg_af_288.html:291:34813:34833 San Andres New Mexico -0.00308350377484213492 +84484 geology_html_1471624911 geology_html_1471624911:351:26519:26531 Owens Valley Mojave Desert -0.469024309212410007 +84485 aapg_ai_484.html aapg_ai_484.html:60:6650:6660 Wolf Creek Turkey Creek, Louisiana -0.0497759240720029236 +84486 aapg_af_809.html aapg_af_809.html:14:2138:2147 La Quinta Venezuela -0.445016883536767272 +84487 cspg_html_1524036211 cspg_html_1524036211:52:7786:7794 Columbia Victoria, British Columbia -0.491237921935693156 +84488 sedimentology_html_8343819929 sedimentology_html_8343819929:644:65363:65367 Hall Borneo -0.50764170996696123 +84489 aapg_ac_380.html aapg_ac_380.html:179:22343:22358 Carlisle Center Schoharie Creek -0.0199532604557582163 +84490 aapg_af_74.html aapg_af_74.html:75:5589:5599 San Andres Texas -0.0432323316549263759 +84491 gsa_html_1425077365 gsa_html_1425077365:42:3224:3252 Green River Colorado -0.00746310002878541098 +84492 aapg_af_81.html aapg_af_81.html:331:35435:35441 Casper Cheyenne, Wyoming -0.0424382503363121347 +84493 cspg_html_6611173979 cspg_html_6611173979:280:28193:28205 Saskatchewan Hayes, Hillingdon -0.00806073698202901257 +84494 aapg_af_593.html aapg_af_593.html:238:18624:18631 Moncton New Brunswick, New Jersey -0.0103905567969635754 +84495 cspg_html_7688587411 cspg_html_7688587411:259:27570:27578 Columbia Victoria, British Columbia -0.457555451333636842 +84496 cspg_html_7667087595 cspg_html_7667087595:186:20306:20328 Judith River Lacombe, Alberta -0.0122044780485856749 +84497 palaios_html_1834763898 palaios_html_1834763898:450:47196:47205 San Diego Great Basin -0.0419054197993560459 +84498 aapg_ae_370.html aapg_ae_370.html:351:32725:32732 Cowlitz Cowlitz River -0.465890462131599792 +84499 cspg_html_1665574291 cspg_html_1665574291:110:19387:19399 Willow Creek Red Deer, Alberta -0.443692774120845845 +84500 aapg_ai_249.html aapg_ai_249.html:80:12533:12540 Rabinal Guatemala 0.75657206225173379 +84501 aapg_ah_98.html aapg_ah_98.html:159:14863:14895 Red River Williston, Vermont 0.0438105239318421491 +84502 aapg_ae_268.html aapg_ae_268.html:408:38692:38700 Golconda Bloomington, Indiana -0.0762471596013979958 +84503 aapg_ac_278.html aapg_ac_278.html:124:11205:11210 Salem Salina, Kansas -0.00291152111123597944 +84504 aapg_ad_878.html aapg_ad_878.html:152:17879:17902 Conococheague Austin, Chicago -0.454305775206324536 +84505 aapg_ah_876.html aapg_ah_876.html:291:37378:37393 Sligo Pine Island (Lee County, Florida) -0.429501070897857717 +84506 gsa_html_7040053075 gsa_html_7040053075:189:18881:18898 Topanga Durham, North Carolina -0.139066452010464747 +84507 aapg_ac_807.html aapg_ac_807.html:873:85245:85250 Eutaw Flint River (Michigan) -0.460682770477028547 +84508 cspg_html_8891363498 cspg_html_8891363498:199:18861:18887 Michelle Reno, Nevada -0.481156254434641828 +84509 aapg_ae_777.html aapg_ae_777.html:262:30476:30482 Elbert Ouray, Colorado -0.477512787064485633 +84510 aapg_aa_314.html aapg_aa_314.html:447:51099:51107 Virginia Closter, New Jersey -0.0682409089564764842 +84511 gsa_html_3868324517 gsa_html_3868324517:58:3687:3715 Green River Colorado -0.0424800423112160416 +84512 aapg_af_143.html aapg_af_143.html:771:71770:71789 Knoxville Klamath Mountains (ecoregion) -0.0256760172657262489 +84513 geology_html_1627303480 geology_html_1627303480:40:3943:3951 Colorado Wasatch Range -0.0809988562397424283 +84514 aapg_aa_696.html aapg_aa_696.html:698:76018:76024 Denver Colorado -0.0407388741802524323 +84515 aapg_ae_3.html aapg_ae_3.html:99:13307:13313 Antler Snake River Canyon (Idaho) -0.0335772561471781444 +84516 cspg_html_2799817929 cspg_html_2799817929:134:17251:17259 Columbia Victoria, British Columbia -0.470629904958731249 +84517 aapg_af_589.html aapg_af_589.html:57:4289:4299 Washington Salem, Oregon -0.0359453455317570031 +84518 aapg_ah_678.html aapg_ah_678.html:138:16992:17011 Vicksburg Houston -0.449433936510724996 +84519 aapg_af_579.html aapg_af_579.html:215:23737:23744 Entrada Entrada Sandstone 0.0084533746806839706 +84520 aapg_ah_756.html aapg_ah_756.html:224:19980:19997 Grayburg Nashville Basin -0.497963607057285929 +84521 sedimentology_html_2817326778 sedimentology_html_2817326778:692:38004:38025 Lake Valley New Mexico 0.594112619358292404 +84522 AMJC_html_5969956211 AMJC_html_5969956211:233:33648:33654 Luning Pamlico County, North Carolina -0.469024309212410007 +84523 aapg_ae_959.html aapg_ae_959.html:2958:221734:221748 Yeso New Mexico -0.0252830771132320185 +84524 aapg_ah_134.html aapg_ah_134.html:76:6742:6748 Sparta Tuscaloosa, Alabama -0.429668111316043877 +84525 gsa_html_7598880656 gsa_html_7598880656:564:50146:50150 Kent Atherton, Greater Manchester -0.0255351835335731921 +84526 aapg_aa_157.html aapg_aa_157.html:546:52888:52897 Keg River Great Slave Lake 0.0285086366528335168 +84527 gsa_html_3648258377 gsa_html_3648258377:362:34370:34387 Magothy Bass River Township, New Jersey -0.441419648744354465 +84528 aapg_ai_907.html aapg_ai_907.html:44:7330:7347 Mohawk Logan Canyon -0.486398776993572868 +84529 aapg_ad_338.html aapg_ad_338.html:418:51089:51099 Tuscaloosa Tuscaloosa, Alabama -0.0274982867037121582 +84530 aapg_ah_644.html aapg_ah_644.html:285:33754:33769 Swift Williston Basin -0.489661768590455182 +84531 aapg_ai_939.html aapg_ai_939.html:165:24818:24835 Wilcox Texas -0.436832441054611387 +84532 aapg_ae_64.html aapg_ae_64.html:30:4166:4199 Deadwood Black Hills -0.425555590383520532 +84533 cspg_html_7994114775 cspg_html_7994114775:37:4686:4708 Logan Cohasset, Massachusetts -0.463307888475886887 +84534 cspg_html_4293350162 cspg_html_4293350162:57:8742:8762 Mount Head Elbow River -0.00455839673073113721 +84535 cspg_html_9136481292 cspg_html_9136481292:22:2694:2705 Peace River Victoria, British Columbia -0.477575355931223244 +84536 cspg_html_7881580279 cspg_html_7881580279:124:17262:17281 Red River Manitoba -0.467336881448994379 +84537 aapg_ah_753.html aapg_ah_753.html:100:16086:16096 Tormentine New Brunswick, New Jersey -0.478642038078168519 +84538 geology_html_4718258940 geology_html_4718258940:11:454:464 Washington Washington (state) -0.0405821853026711934 +84539 aapg_ai_321.html aapg_ai_321.html:24:3106:3113 Esquias Honduras -0.451740527107044376 +84540 aapg_ak_87.html aapg_ak_87.html:187:28870:28892 Marble Falls Texas -0.0216149541452477292 +84541 aapg_af_381.html aapg_af_381.html:32:5118:5125 Topanga Santa Monica Mountains -0.479208376791379231 +84542 jgeology_html_4305195651 jgeology_html_4305195651:4651:276395:276416 Mauch Chunk Pennsylvania -0.00793912421120361589 +84543 cspg_html_2834693711 cspg_html_2834693711:241:32667:32686 Chuckanut England -0.484135384227082133 +84544 aapg_ae_4.html aapg_ae_4.html:170:18723:18732 Beirdneau Logan, Utah -0.461026124022890449 +84545 cspg_html_8556552074 cspg_html_8556552074:60:5317:5333 Meadow Lake Regina, Saskatchewan -0.0483573436723463285 +84546 AMJC_html_1873062106 AMJC_html_1873062106:537:69632:69652 Dakota San Juan, Argentina -0.201745992782829425 +84547 cspg_html_9501006975 cspg_html_9501006975:579:59321:59339 Dunvegan London, Ontario 0.0014766026609327194 +84548 gsa_html_1338947136 gsa_html_1338947136:67:5924:5952 Green River Colorado -0.0133078241167712726 +84549 gsa_html_2076560873 gsa_html_2076560873:280:31672:31692 Bird Fiord Ellesmere Island -0.199323007933281893 +84550 aapg_ah_203.html aapg_ah_203.html:603:99226:99231 Weeks Colorado -0.429160487479880115 +84551 geology_html_6254924018 geology_html_6254924018:98:10420:10438 Wasatch Fort Union Trading Post National Historic Site -0.434540631888912565 +84552 gsa_html_4408649953 gsa_html_4408649953:1108:93416:93425 Knoxville The Carolinas -0.0792556123184085942 +84553 aapg_af_854.html aapg_af_854.html:979:138202:138223 Paint Creek Ohio -0.0149690067830474411 +84554 aapg_ai_326.html aapg_ai_326.html:237:28953:28958 Bluff Virginia -0.503937652022910187 +84555 aapg_ah_878.html aapg_ah_878.html:210:23351:23362 Fossil Hill High Hill, Missouri -0.119406228661724984 +84556 aapg_ai_997.html aapg_ai_997.html:851:76161:76175 Yolo Central Valley (California) -0.0387508594408773402 +84557 cspg_html_1222040397 cspg_html_1222040397:917:98566:98574 Victoria Earth -0.0349152239847350387 +84558 cspg_html_7229660003 cspg_html_7229660003:62:4706:4730 Stony Mountain Red River of the North 0.422103791000330908 +84559 aapg_ae_741.html aapg_ae_741.html:145:15602:15616 Lisburne Western world -0.0164009085472750712 +84560 aapg_ah_421.html aapg_ah_421.html:130:11410:11429 Fox Hills Lacombe, Alberta -0.424479393833646412 +84561 aapg_ad_871.html aapg_ad_871.html:3:330:344 Traverse Presque Isle State Park -0.00291152111123597944 +84562 cspg_html_3473883402 cspg_html_3473883402:771:86040:86061 Cooking Lake Lacombe, Alberta 0.929784058612674769 +84563 aapg_ai_488.html aapg_ai_488.html:66:5675:5695 Bear River Cheyenne, Wyoming -0.480597940731277096 +84564 aapg_ac_513.html aapg_ac_513.html:31:3278:3283 Sligo County Sligo 0.762991278277658669 +84565 AMJC_html_9757715503 AMJC_html_9757715503:372:37942:37948 Brazil Iran -0.443715087361728711 +84566 cspg_html_9717154602 cspg_html_9717154602:490:56631:56648 Bearpaw Bow River -0.0792608673663744157 +84567 cspg_html_5964371399 cspg_html_5964371399:328:33909:33918 San Diego California -0.452003931056544739 +84568 aapg_af_482.html aapg_af_482.html:78:10658:10677 Todos Santos Honduras -0.42653659632637092 +84569 cspg_html_7833083677 cspg_html_7833083677:1561:133869:133874 Yukon Anchorage, Alaska -0.475554574599736102 +84570 aapg_af_448.html aapg_af_448.html:63:7720:7726 Oregon Boise, Idaho -0.0229847531233617133 +84571 gsa_html_3666562816 gsa_html_3666562816:726:78933:78954 Ghost Rocks Anchorage, Alaska 0.861673275488956447 +84572 aapg_af_142.html aapg_af_142.html:207:25327:25344 Hosston County Sligo 0.0163783171925127626 +84573 AMJC_html_4066734654 AMJC_html_4066734654:603:57776:57784 Michigan Cheyenne, Wyoming -0.427711626546922574 +84574 sedimentology_html_4432289902 sedimentology_html_4432289902:139:12915:12936 Marshalltown Bass River Township, New Jersey -0.508872076035541854 +84575 gsa_html_1538463681 gsa_html_1538463681:527:45715:45731 Morita Santiago -0.47601017133294582 +84576 aapg_ad_306.html aapg_ad_306.html:332:41018:41028 San Marcos San Pedro Sula -0.455252106655251121 +84577 aapg_ai_583.html aapg_ai_583.html:412:52746:52760 Sundance Cheyenne, Wyoming -0.468384265774498543 +84578 gsa_html_3069013284 gsa_html_3069013284:594:61196:61227 Chinle Albuquerque, New Mexico -0.459887424332023564 +84579 gsa_html_3720789279 gsa_html_3720789279:1223:113195:113201 Oregon Salem, Oregon -0.485252303872338198 +84580 aapg_ai_975.html aapg_ai_975.html:928:76350:76367 Edwards San Marcos, California -0.261791496801175805 +84581 jgeology_html_4595326543 jgeology_html_4595326543:593:35781:35787 Mormon Colorado Plateau -0.449440672427322663 +84582 aapg_ac_126.html aapg_ac_126.html:206:30673:30694 Haynesville Bossier City, Louisiana -0.0655217998426667336 +84583 cspg_html_1222040397 cspg_html_1222040397:800:91917:91924 Cassiar Victoria, British Columbia -0.467889067103673728 +84584 sedimentology_html_8001929837 sedimentology_html_8001929837:1608:116323:116327 Java Indonesia -0.438519487168151922 +84585 sedimentology_html_1046729113 sedimentology_html_1046729113:344:32761:32786 Telegraph Creek Eagle River, Alaska -0.419723157415338222 +84586 sedimentology_html_8488362853 sedimentology_html_8488362853:1904:129439:129444 Swift Virginia -0.448529529594894116 +84587 cspg_html_7896958755 cspg_html_7896958755:459:46732:46737 Yukon Arctic Cordillera -0.508583544290645562 +84588 aapg_af_713.html aapg_af_713.html:41:4260:4268 Columbia Washington (state) -0.00846727342264548197 +84589 aapg_af_450.html aapg_af_450.html:17:2613:2634 Green River Colorado -0.461390086357821749 +84590 gsa_html_1119256423 gsa_html_1119256423:568:50831:50845 Arikaree Platte River -0.437953842888147871 +84591 aapg_ad_575.html aapg_ad_575.html:280:33726:33745 Minnelusa Canada -0.0118656633091786638 +84592 aapg_af_503.html aapg_af_503.html:335:31313:31319 Walker Mississippi River -0.0489916642751505871 +84593 aapg_ac_881.html aapg_ac_881.html:726:81607:81626 Roubidoux Missouri River 0.264084456963094516 +84594 cspg_html_7178716951 cspg_html_7178716951:123:16500:16508 Kootenay Lacombe, Alberta -0.497038450035218293 +84595 aapg_ad_337.html aapg_ad_337.html:144:15946:15953 Topanga Santa Monica Mountains -0.123902251908584421 +84596 cspg_html_7912545589 cspg_html_7912545589:19:2431:2448 Athabasca Clearwater, Florida -0.512059862211240779 +84597 aapg_ah_556.html aapg_ah_556.html:211:18372:18392 Green River Mancos, Colorado -0.448578878596292641 +84598 gsa_html_6734844475 gsa_html_6734844475:14:412:420 San Jose California -0.469726827457912721 +84599 aapg_af_579.html aapg_af_579.html:279:29876:29884 Colorado Entrada Sandstone -0.0397082576932654904 +84600 cspg_html_1019614994 cspg_html_1019614994:289:45906:45922 Exshaw Regina, Saskatchewan -0.419653547396107496 +84601 aapg_af_545.html aapg_af_545.html:720:90724:90729 Price Oklahoma City 0.000674025171207849952 +84602 gsa_html_4873957926 gsa_html_4873957926:1014:112584:112592 Colorado San Juan, Argentina -0.470567831774721834 +84603 aapg_af_980.html aapg_af_980.html:16:456:462 Denver Colorado -0.0540873490612621827 +84604 aapg_ae_465.html aapg_ae_465.html:199:21361:21380 Smackover Cotton Valley, Louisiana 0.0277765166733697742 +84605 aapg_ae_959.html aapg_ae_959.html:3263:251079:251093 Word Guadalupe Mountains National Park -0.239731524747874458 +84606 aapg_ah_318.html aapg_ah_318.html:1095:112321:112328 Navarro Hunt County, Texas -0.444891759770598527 +84607 aapg_aa_232.html aapg_aa_232.html:475:55016:55036 Fredericksburg Cheyenne, Wyoming -0.254805083055004489 +84608 aapg_ae_370.html aapg_ae_370.html:14:1955:1962 Cowlitz Scappoose, Oregon -0.0139507382494490646 +84609 aapg_ah_775.html aapg_ah_775.html:252:30911:30918 Entrada Colorado -0.409382023335090106 +84610 aapg_ah_93.html aapg_ah_93.html:14:2500:2510 Washington Salem, Oregon -0.418594786961453691 +84611 gsa_html_9898556493 gsa_html_9898556493:75:9826:9833 Modesto Fresno, California -0.457501080653503367 +84612 AMJC_html_7984049819 AMJC_html_7984049819:176:20523:20530 Berwick Portland, Maine -0.471405039658470026 +84613 aapg_aa_626.html aapg_aa_626.html:263:30263:30271 Virginia Maryland -0.463362613223226583 +84614 palaios_html_3146065873 palaios_html_3146065873:243:23776:23806 Florissant Colorado -0.423090001083678835 +84615 aapg_ad_169.html aapg_ad_169.html:94:12719:12737 Greenbrier Greenbrier (Great Smoky Mountains) -0.484098022941034878 +84616 aapg_ac_92.html aapg_ac_92.html:218:24414:24429 Atoka Arkoma, Oklahoma -0.271352078331146884 +84617 aapg_ac_324.html aapg_ac_324.html:535:70592:70604 Pioche Reno, Nevada -0.424433485516413689 +84618 aapg_ad_466.html aapg_ad_466.html:710:78665:78677 Mount Laurel Delaware -0.478535310781285639 +84619 gsa_html_9889833548 gsa_html_9889833548:844:77670:77678 Temporal Southwestern United States -0.0441727846104635197 +84620 palaios_html_9133125241 palaios_html_9133125241:487:61486:61517 Kope Kentucky -0.0198680940009536566 +84621 cspg_html_3483814747 cspg_html_3483814747:632:64392:64408 Eureka Quartzite Reno, Nevada 0.361337833013773091 +84622 cspg_html_6306091047 cspg_html_6306091047:510:69341:69349 Columbia Victoria, British Columbia -0.444916336311243943 +84623 AMJC_html_4692260170 AMJC_html_4692260170:85:9723:9751 Frontenac New Hampshire -0.0277904283209578391 +84624 aapg_ah_585.html aapg_ah_585.html:301:22348:22368 Pottsville Pennsylvania -0.460091874413590562 +84625 cspg_html_2297270979 cspg_html_2297270979:21:3160:3168 Michigan Ohio -0.0157388171484894208 +84626 aapg_ae_904.html aapg_ae_904.html:303:31816:31835 Minnelusa Black Hills -0.015097596462230729 +84627 gsa_html_6142651299 gsa_html_6142651299:14:886:897 Main Street Huntington Beach, California 0.00404765387058551775 +84628 aapg_af_143.html aapg_af_143.html:80:8440:8458 Mariposa Sierra Nevada (Spain) -0.473746101631411953 +84629 aapg_ac_587.html aapg_ac_587.html:450:52340:52349 Popo Agie Cheyenne, Wyoming 0.0184411768934200637 +84630 aapg_ah_742.html aapg_ah_742.html:5:720:740 Phosphoria Cheyenne, Wyoming -0.443982888348864235 +84631 aapg_aa_300.html aapg_aa_300.html:178:26041:26049 Carlsbad San Diego -0.486436238766394913 +84632 aapg_ac_925.html aapg_ac_925.html:4:569:588 Hornbrook Putah Creek 0.00825358073984722856 +84633 gsa_html_3701935694 gsa_html_3701935694:88:9058:9067 Worcester Bennington, Vermont -0.0809042314533295615 +84634 aapg_ah_829.html aapg_ah_829.html:9:1070:1100 Green River Colorado 0.00900237835276647934 +84635 aapg_ad_653.html aapg_ad_653.html:592:80884:80892 Columbia Victoria, British Columbia -0.457963336268268129 +84636 cspg_html_4392308496 cspg_html_4392308496:491:63949:63971 Little River Bridgetown, Nova Scotia -0.458675312427173743 +84637 jgeology_html_1964872752 jgeology_html_1964872752:203:12423:12441 Beacon Hill Gravel Piedmont (United States) -0.0450123132997459277 +84638 aapg_ae_47.html aapg_ae_47.html:138:12443:12459 Frisco Turkey Creek, Louisiana -0.473010388882843136 +84639 AMJC_html_7589178707 AMJC_html_7589178707:927:75320:75330 Copenhagen Denmark -0.473649201225758321 +84640 gsa_html_5865982995 gsa_html_5865982995:1248:133051:133067 Wapiti Cheyenne, Wyoming -0.450649451770273157 +84641 aapg_ad_285.html aapg_ad_285.html:250:28347:28361 Lisburne Anchorage, Alaska -0.485448733097070706 +84642 sedimentology_html_2734436885 sedimentology_html_2734436885:29:1526:1572 Prairie Saskatoon -0.0270600859182637335 +84643 cspg_html_9142742810 cspg_html_9142742810:65:9128:9140 Granite Wash Lacombe, Alberta -0.0230090906667148494 +84644 aapg_af_397.html aapg_af_397.html:501:57882:57889 Entrada Entrada Sandstone -0.428045108019172948 +84645 cspg_html_6064089067 cspg_html_6064089067:76:9136:9143 Dubuque Maquoketa, Iowa -0.4597920302667165 +84646 aapg_ac_545.html aapg_ac_545.html:455:51568:51576 Columbia Victoria, British Columbia -0.449541717141150321 +84647 aapg_ad_2.html aapg_ad_2.html:1071:147446:147455 Lancaster Chambersburg, Pennsylvania 0.0302391068077575778 +84648 aapg_ae_66.html aapg_ae_66.html:226:22623:22633 Phosphoria Spearfish, South Dakota -0.418516567191767941 +84649 cspg_html_4374961624 cspg_html_4374961624:175:22343:22352 Cathedral Mount Robson Provincial Park -0.440300736461396947 +84650 aapg_ac_5.html aapg_ac_5.html:185:18440:18452 Rundle Lacombe, Alberta -0.0875713302145728345 +84651 gsa_html_7151930388 gsa_html_7151930388:513:45216:45223 Yucatan Guatemala -0.0192024182130031904 +84652 aapg_ac_215.html aapg_ac_215.html:121:13786:13805 Englewood Big Horn Mountains -0.442860875153750722 +84653 cspg_html_1324104562 cspg_html_1324104562:139:18004:18041 Saline River Middle East -0.441593278961416758 +84654 sedimentology_html_2396812441 sedimentology_html_2396812441:3793:74216:74220 Hall London, Ontario -0.501846159144901716 +84655 aapg_ah_647.html aapg_ah_647.html:438:47139:47153 Earp Naco, Sonora -0.465787563493960222 +84656 aapg_ah_821.html aapg_ah_821.html:91:9812:9819 Entrada Sandoval County, New Mexico 0.0103888193704700545 +84657 aapg_af_59.html aapg_af_59.html:89:8097:8134 Ector Chalk Texas -0.462302919433881576 +84658 aapg_aa_23.html aapg_aa_23.html:341:40202:40210 Winnipeg Lake Winnipeg -0.00405807716508260231 +84659 cspg_html_3008745251 cspg_html_3008745251:147:22127:22145 Winnipeg Manitoba 0.368121559774868046 +84660 aapg_ai_975.html aapg_ai_975.html:354:32141:32156 Sligo Texas 0.825595100205059218 +84661 gsa_html_1130947011 gsa_html_1130947011:243:31121:31127 Galena Decorah, Iowa -0.48184068160181448 +84662 aapg_ai_80.html aapg_ai_80.html:469:46979:46998 Richmond Kentucky -0.462193603410137988 +84663 gsa_html_5274400800 gsa_html_5274400800:701:56898:56916 Monterey California -0.0335372413880994369 +84664 aapg_ae_74.html aapg_ae_74.html:689:65204:65212 Beaumont New Mexico -0.420791864948583338 +84665 gsa_html_5985527169 gsa_html_5985527169:58:4187:4215 Green River Colorado -0.431078138050761561 +84666 aapg_ac_333.html aapg_ac_333.html:644:79063:79067 Yeso Sycamore Canyon -0.441419648744354465 +84667 aapg_ad_267.html aapg_ad_267.html:91:8579:8590 Haynesville Cotton Valley, Louisiana -0.447276508327869859 +84668 aapg_ah_876.html aapg_ah_876.html:297:38021:38040 San Marcos East Texas -0.0741818792747687555 +84669 aapg_ah_329.html aapg_ah_329.html:283:27922:27929 Sisquoc Monterey, California -0.111656626665636749 +84670 cspg_html_7938374662 cspg_html_7938374662:198:21424:21446 Grand Rapids Lacombe, Alberta -0.0646064012122370551 +84671 cspg_html_9780523405 cspg_html_9780523405:1377:149874:149892 Basal Lacombe, Alberta -0.499203493557790035 +84672 aapg_ad_55.html aapg_ad_55.html:17:1975:1982 Decorah Decorah, Iowa -0.450649451770273157 +84673 aapg_af_130.html aapg_af_130.html:228:38455:38461 Elbert Colorado -0.064910353474174412 +84674 gsa_html_8261220426 gsa_html_8261220426:12:483:489 Denver Colorado -0.483085217576718073 +84675 aapg_ac_538.html aapg_ac_538.html:38:5326:5342 Viking Beaumont, Texas -0.0514492842552477722 +84676 gsa_html_9898556493 gsa_html_9898556493:168:21414:21432 Riverbank King River (Tasmania) -0.0269348882327513015 +84677 sedimentology_html_6192596736 sedimentology_html_6192596736:229:16208:16214 Walker Puerto Rico -0.0411323490648926038 +84678 aapg_ah_182.html aapg_ah_182.html:221:22274:22285 Martinsburg Northampton, Massachusetts -0.00783141030284131325 +84679 gsa_html_6763351946 gsa_html_6763351946:781:79846:79874 Green River New Mexico -0.0369546842337877615 +84680 palaios_html_7406880997 palaios_html_7406880997:46:3774:3782 Santiago Chile -0.00576230371979552514 +84681 cspg_html_6502178723 cspg_html_6502178723:64:10265:10281 Liard Middle East -0.455432903203822237 +84682 cspg_html_1019614994 cspg_html_1019614994:448:75532:75548 Exshaw Lacombe, Alberta -0.123753343088365275 +84683 aapg_ai_424.html aapg_ai_424.html:3:471:480 Minnelusa Black Hills 0.644599681849521655 +84684 aapg_af_789.html aapg_af_789.html:49:6983:7005 New Scotland Huntington, West Virginia -0.468455358769372721 +84685 cspg_html_7028413504 cspg_html_7028413504:170:20635:20650 Leduc Redwater, Texas -0.0539652755372888801 +84686 palaios_html_1262064602 palaios_html_1262064602:794:83526:83533 Kayenta Arizona -0.456717601557364239 +84687 aapg_ae_753.html aapg_ae_753.html:486:47899:47905 Denver Colorado -0.46687889797168336 +84688 aapg_af_225.html aapg_af_225.html:20:2675:2682 Madison Blackford, Somerset -0.0474930775226503829 +84689 aapg_ac_984.html aapg_ac_984.html:268:24112:24121 Roubidoux Illinois 0.342018462666126732 +84690 gsa_html_5147030878 gsa_html_5147030878:167:16097:16105 Colorado Denver -0.461765577936308902 +84691 gsa_html_6991576096 gsa_html_6991576096:584:55336:55345 Mackenzie Canada -0.440265166942118702 +84692 jgeology_html_1172090516 jgeology_html_1172090516:977:48204:48208 Hall London, Ontario -0.468317764612058318 +84693 sedimentology_html_8325415159 sedimentology_html_8325415159:848:56141:56145 Bond Bering Sea -0.44948782523520614 +84694 aapg_ae_68.html aapg_ae_68.html:443:51192:51207 Weber Colorado 0.0143677717617256336 +84695 geology_html_2345977738 geology_html_2345977738:158:16027:16048 Tibbit Hill Quebec City -0.472528705500211532 +84696 gsa_html_6169925575 gsa_html_6169925575:823:85508:85522 Beaufort South Africa -0.465364661240374011 +84697 cspg_html_8990290265 cspg_html_8990290265:55:9871:9885 Elko Elko, Nevada 0.383827248344948746 +84698 cspg_html_9912281240 cspg_html_9912281240:97:13083:13090 Wapiabi Lacombe, Alberta -0.495035064466688546 +84699 aapg_ai_503.html aapg_ai_503.html:361:40030:40037 Grimsby Lockport (city), New York 0.00968516832119581395 +84700 cspg_html_9113030208 cspg_html_9113030208:467:51604:51609 Price Toronto 0.013403391494118528 +84701 aapg_ad_721.html aapg_ad_721.html:621:61029:61046 Queen Carlsbad, New Mexico 0.0179371743256114755 +84702 cspg_html_1975682848 cspg_html_1975682848:469:46857:46872 Eids Canada -0.0151097603849725953 +84703 aapg_ah_366.html aapg_ah_366.html:339:18492:18500 Ogallala Guernsey -0.457691392417615917 +84704 aapg_ah_555.html aapg_ah_555.html:94:9636:9654 Mt Lytton Caldwell County, North Carolina -0.472943536588278923 +84705 aapg_aa_22.html aapg_aa_22.html:630:55283:55298 Upham Richmond, California -0.434978208988435311 +84706 aapg_ad_973.html aapg_ad_973.html:190:20265:20272 Yucatan Texas -0.457650607934439568 +84707 gsa_html_5925974677 gsa_html_5925974677:779:67133:67138 Rapid Elba Island -0.472823676298187945 +84708 gsa_html_5329671609 gsa_html_5329671609:47:5266:5275 Peninsula Korea -0.434540631888912565 +84709 cspg_html_9435196958 cspg_html_9435196958:641:27175:27193 Edmonton Lacombe, Alberta -0.0443852715677367574 +84710 aapg_ah_859.html aapg_ah_859.html:237:28115:28138 Moodys Branch Chattahoochee River National Recreation Area -0.432223543643836305 +84711 cspg_html_3008414459 cspg_html_3008414459:515:61820:61840 Milk River Canada -0.00729110700735253591 +84712 aapg_ae_344.html aapg_ae_344.html:74:6951:6964 Cotton Valley Athens, Georgia -0.0183890381267497773 +84713 aapg_ac_417.html aapg_ac_417.html:97:9888:9905 Yamhill Salem, Oregon -0.477142101104954475 +84714 cspg_html_7602315496 cspg_html_7602315496:8:1144:1164 Milk River Colorado 0.880298504343274946 +84715 sedimentology_html_8561277180 sedimentology_html_8561277180:29:2011:2020 Milwaukee Milwaukee -0.0341270386384278437 +84716 aapg_ad_801.html aapg_ad_801.html:552:46810:46823 Wilcox Mississippi River -0.436850160261835319 +84717 aapg_ai_468.html aapg_ai_468.html:77:10257:10268 Haynesville East Texas -0.232197416352750208 +84718 aapg_ai_400.html aapg_ai_400.html:72:9833:9842 Red River Mississippi River 0.0118065882912839915 +84719 cspg_html_6644065685 cspg_html_6644065685:28:2837:2842 Otter Inuvik Region -0.00178582142589237621 +84720 aapg_ah_486.html aapg_ah_486.html:279:26917:26927 Pottsville Pottsville, Pennsylvania 0.0167797515182671227 +84721 gsa_html_1254347878 gsa_html_1254347878:173:22270:22288 Aldridge Victoria, British Columbia -0.440265166942118702 +84722 aapg_ac_771.html aapg_ac_771.html:657:79562:79590 Wabamun Lacombe, Alberta -0.415078947369139473 +84723 aapg_af_981.html aapg_af_981.html:78:7804:7825 Almond Cheyenne, Wyoming -0.472943536588278923 +84724 aapg_ad_116.html aapg_ad_116.html:445:55330:55349 Oil Creek Delaware -0.431186011272103542 +84725 gsa_html_3448554349 gsa_html_3448554349:427:42218:42231 Bedford Pennsylvania -0.0166302989496245716 +84726 aapg_aa_997.html aapg_aa_997.html:127:19606:19610 Java South Sumatra -0.446052041434467972 +84727 aapg_ac_782.html aapg_ac_782.html:31:6396:6409 Barnett Texas -0.477957819287112229 +84728 gsa_html_3412344071 gsa_html_3412344071:281:25985:26017 Price Kenilworth, Illinois -0.0315036314272049284 +84729 aapg_ac_592.html aapg_ac_592.html:95:11479:11483 Jelm Cheyenne, Wyoming -0.447859095614761116 +84730 aapg_af_128.html aapg_af_128.html:429:40857:40876 Minnelusa Crook, Colorado 0.00770284885627177569 +84731 aapg_af_897.html aapg_af_897.html:50:6502:6512 Pottsville Ohio 0.663295211020451858 +84732 gsa_html_1047526579 gsa_html_1047526579:887:88884:88898 Victoria Transantarctic Mountains -0.0507694363735156085 +84733 aapg_ai_592.html aapg_ai_592.html:259:42375:42396 Green River Cheyenne, Wyoming -0.471543117662309108 +84734 aapg_af_854.html aapg_af_854.html:1086:153266:153283 Cypress Illinois 0.0209370481380516393 +84735 aapg_ae_643.html aapg_ae_643.html:410:50636:50642 Pocono Pocono Raceway -0.0188200559458422435 +84736 aapg_ad_683.html aapg_ad_683.html:847:82141:82147 Kaibab New Mexico -0.488912357297633382 +84737 gsa_html_2247677304 gsa_html_2247677304:71:4975:5003 Green River Colorado -0.022943031704395548 +84738 aapg_aa_91.html aapg_aa_91.html:33:3270:3278 Virginia Virginia -0.443701699352459789 +84739 aapg_ad_194.html aapg_ad_194.html:544:61931:61937 Pioche Reno, Nevada 0.41075628099934941 +84740 gsa_html_8951179545 gsa_html_8951179545:409:49243:49255 Wilcox Sevier orogeny 1.13782609657683764 +84741 gsa_html_2345936136 gsa_html_2345936136:986:83795:83823 Green River Colorado -0.0247962629365806077 +84742 aapg_ac_807.html aapg_ac_807.html:330:33837:33844 Potomac Closter, New Jersey -0.479586916180102352 +84743 aapg_ae_223.html aapg_ae_223.html:482:59894:59910 Dakota Wasatch Range -0.00364114626483282803 +84744 cspg_html_1645105717 cspg_html_1645105717:319:35559:35601 Bluff Alert, Nunavut -0.47249414511500698 +84745 palaios_html_5067987549 palaios_html_5067987549:759:59054:59064 Copenhagen Eastern Settlement -0.451731523193220186 +84746 gsa_html_1569131616 gsa_html_1569131616:382:40042:40080 Pueblo Dominican Republic -0.447135398674851747 +84747 aapg_ac_212.html aapg_ac_212.html:389:42270:42278 Colorado Colorado -0.0434656937810903587 +84748 gsa_html_7040053075 gsa_html_7040053075:1382:138487:138495 Rockwell Los Angeles -0.451767539383647998 +84749 aapg_ai_582.html aapg_ai_582.html:80:7160:7168 Sundance Williamson County, Texas -0.0261593828547695383 +84750 aapg_aa_269.html aapg_aa_269.html:199:24874:24894 Moorefield Sallisaw, Oklahoma -0.406441755439577168 +84751 aapg_af_924.html aapg_af_924.html:282:28404:28412 Oakville Texas -0.473010388882843136 +84752 sedimentology_html_7360539162 sedimentology_html_7360539162:873:60779:60783 Hall London, Ontario -0.435668138774596203 +84753 aapg_ad_564.html aapg_ad_564.html:7829:683446:683468 Utica Mohawk Valley -0.440354093294291316 +84754 palaios_html_8113714689 palaios_html_8113714689:312:35953:35971 Au Train Munising, Michigan -0.492578779781284393 +84755 aapg_ad_855.html aapg_ad_855.html:226:22921:22929 Woodbine Paluxy, Texas 0.0432288486854336337 +84756 cspg_html_1639841815 cspg_html_1639841815:251:13757:13765 Palliser South Fork Flathead River -0.422420053583542066 +84757 aapg_ae_98.html aapg_ae_98.html:6:686:708 Cedar Mountain Colorado -0.459458231015011043 +84758 cspg_html_8928894270 cspg_html_8928894270:344:46916:46930 Slide Mountain Yilgarn Craton -0.471432653520514666 +84759 aapg_ae_694.html aapg_ae_694.html:180:20381:20395 Woodbine Western world -0.0692478044100710149 +84760 aapg_ae_69.html aapg_ae_69.html:65:7241:7261 Uinta Uinta Mountains -0.455658949817136283 +84761 aapg_ai_4.html aapg_ai_4.html:85:8953:8961 Vaqueros Monterey, California -0.213391688672053464 +84762 aapg_aa_544.html aapg_aa_544.html:261:35702:35710 Frontier Cheyenne, Wyoming 0.00753780424990633125 +84763 palaios_html_2994452429 palaios_html_2994452429:1405:125651:125683 Montney Lacombe, Alberta -0.483407132229491276 +84764 cspg_html_5241714595 cspg_html_5241714595:669:99983:100000 Duperow Williston Basin -0.443732938342886629 +84765 AMJC_html_8359893116 AMJC_html_8359893116:1434:125999:126011 Dixie Valley Reno, Nevada -0.0450401829043313162 +84766 AMJC_html_5402953865 AMJC_html_5402953865:722:79461:79480 Loveland Peoria, Illinois -0.0389492941804812226 +84767 cspg_html_2969995408 cspg_html_2969995408:99:12444:12449 Sully Victoria, British Columbia -0.00149397449100649102 +84768 gsa_html_5158209975 gsa_html_5158209975:305:27815:27824 Red River Peoria, Illinois -0.00614971261944179635 +84769 jgeology_html_4305195651 jgeology_html_4305195651:3047:217042:217060 Pottsville Pottsville, Pennsylvania -0.45295011354581094 +84770 aapg_ac_575.html aapg_ac_575.html:79:12351:12370 Woodside Logan, Utah -0.452977161832460395 +84771 aapg_ai_504.html aapg_ai_504.html:175:17352:17362 Phosphoria Cheyenne, Wyoming -0.44255997020698512 +84772 cspg_html_4260503134 cspg_html_4260503134:8:725:743 Foremost Lacombe, Alberta -0.450784359288809666 +84773 aapg_ai_501.html aapg_ai_501.html:462:41271:41294 Lone Mountain Reno, Nevada -0.487987661646075377 +84774 aapg_ad_280.html aapg_ad_280.html:19:2681:2702 Haynesville Arkansas -0.431395188299852905 +84775 aapg_ai_491.html aapg_ai_491.html:456:58188:58194 Hermit Supai, Arizona -0.193250491622282666 +84776 aapg_ac_333.html aapg_ac_333.html:1265:152200:152217 Toroweap Flagstaff, Arizona 0.341897224703125724 +84777 palaios_html_4501603736 palaios_html_4501603736:170:16182:16200 Moenkopi Reno, Nevada -0.034876944350393381 +84778 cspg_html_7494952355 cspg_html_7494952355:6:437:458 Lawrence Ontario, California -0.440280728439214952 +84779 aapg_ae_153.html aapg_ae_153.html:864:109267:109294 Elkhorn Mountains Volcanics Elkhorn Mountain -0.464419004431934179 +84780 gsa_html_8161586681 gsa_html_8161586681:737:75410:75415 Salem Salem, Oregon -0.466782751574986277 +84781 aapg_ad_695.html aapg_ad_695.html:284:17962:17968 Reklaw New Orleans -0.425424282088950667 +84782 aapg_af_854.html aapg_af_854.html:1329:191030:191051 Leitchfield Kentucky 0.0084533746806839706 +84783 cspg_html_5109837857 cspg_html_5109837857:513:59633:59654 Blind Fiord Ellesmere Island -0.32462373900553626 +84784 aapg_ah_311.html aapg_ah_311.html:364:39806:39816 Fort Union New Salem, Massachusetts -0.480602591853576067 +84785 aapg_af_775.html aapg_af_775.html:260:16902:16909 Lagarto Oakville, California -0.032453416908065226 +84786 aapg_ae_692.html aapg_ae_692.html:577:59052:59080 Interlake Williston, Vermont -0.464610795373413321 +84787 palaios_html_9507397379 palaios_html_9507397379:44:4196:4213 Barstow Calico Mountains Wilderness -0.488743302412917968 +84788 aapg_af_116.html aapg_af_116.html:486:40833:40863 Haynesville Arkansas 0.35273782781333668 +84789 aapg_ae_548.html aapg_ae_548.html:521:56768:56776 Monterey California -0.43051255536455113 +84790 geology_html_1146010106 geology_html_1146010106:37:4735:4755 North Horn Cheyenne, Wyoming -0.442620143363224416 +84791 cspg_html_8049997704 cspg_html_8049997704:16:1110:1120 Milk River Milk River, Alberta 0.509449442761998439 +84792 palaios_html_2048556014 palaios_html_2048556014:58:6055:6074 Conasauga Floyd County, Virginia -0.457068497754203162 +84793 aapg_ad_466.html aapg_ad_466.html:135:13725:13731 Auburn Columbus, Ohio -0.00946799468152085232 +84794 aapg_ac_723.html aapg_ac_723.html:3:179:209 Basal Kentucky -0.0452701106829178426 +84795 aapg_af_880.html aapg_af_880.html:435:65628:65636 Wolfcamp West, Texas -0.0297521166629775777 +84796 cspg_html_3926542795 cspg_html_3926542795:565:64180:64185 Leduc Swan Hill, Victoria -0.0229847531233617133 +84797 sedimentology_html_7392204378 sedimentology_html_7392204378:597:44178:44182 Hall London, Ontario -0.456355529459316345 +84798 gsa_html_8003826422 gsa_html_8003826422:569:57924:57952 Green River Colorado -0.0171725037246518962 +84799 aapg_ac_967.html aapg_ac_967.html:407:40741:40747 Oregon Dayville, Oregon -0.462125287699645448 +84800 gsa_html_8236729701 gsa_html_8236729701:518:46944:46952 Columbia Victoria, British Columbia -0.455197874748240694 +84801 aapg_ad_423.html aapg_ad_423.html:200:19475:19506 Woodford West Texas -0.496915172747898759 +84802 aapg_aa_415.html aapg_aa_415.html:122:17297:17312 Tokio Arkansas -0.196058719031900835 +84803 cspg_html_4326384800 cspg_html_4326384800:245:29791:29806 Simla Lacombe, Alberta -0.0551547118645741019 +84804 jgeology_html_9215313444 jgeology_html_9215313444:1026:73105:73132 Columbia Boise, Idaho -0.433403442682278373 +84805 cspg_html_4498577775 cspg_html_4498577775:1023:82032:82040 Columbia Victoria, British Columbia -0.439103236963543697 +84806 aapg_af_880.html aapg_af_880.html:472:71509:71526 Leonard New Mexico 0.110821390669969738 +84807 aapg_af_561.html aapg_af_561.html:439:41373:41387 Wasatch Wasatch Range 0.0361541661788806062 +84808 aapg_ai_278.html aapg_ai_278.html:538:70637:70648 Punta Gorda Punta Gorda, Florida -0.488198798133244793 +84809 aapg_ad_306.html aapg_ad_306.html:196:25490:25494 Omoa Honduras -0.481945488841025893 +84810 gsa_html_6117440194 gsa_html_6117440194:175:18867:18891 Mist Mountain Canada -0.0380407049266876865 +84811 cspg_html_9046359229 cspg_html_9046359229:923:103169:103174 Price Victoria, British Columbia -0.0374854970186532591 +84812 cspg_html_4193503340 cspg_html_4193503340:28:3778:3789 Belly River Lacombe, Alberta -0.00652496303282925402 +84813 aapg_ai_133.html aapg_ai_133.html:62:6740:6746 Weches Houston County, Alabama -0.0122896166911195832 +84814 aapg_ae_319.html aapg_ae_319.html:598:50784:50800 Navajo Carmel, Indiana -0.479586916180102352 +84815 cspg_html_3068776384 cspg_html_3068776384:589:63104:63122 Kaskapau Lacombe, Alberta -0.462225485866077257 +84816 jgeology_html_9413634903 jgeology_html_9413634903:726:53887:53907 White Sage Great Basin -0.536885104788757839 +84817 sedimentology_html_2898428289 sedimentology_html_2898428289:128:10996:11011 Elk Regina, Saskatchewan -0.462097962880594848 +84818 aapg_ae_68.html aapg_ae_68.html:109:13806:13823 Oquirrh Wood River (Oregon) -0.431395188299852905 +84819 aapg_af_436.html aapg_af_436.html:292:35162:35168 Benson Pleasants County, West Virginia -0.0116206764451377564 +84820 gsa_html_4824339911 gsa_html_4824339911:800:82217:82245 Green River Colorado -0.00346568835703443216 +84821 cspg_html_3642426669 cspg_html_3642426669:31:4327:4333 Viking Bow Island Airport -0.504774767639582622 +84822 aapg_aa_566.html aapg_aa_566.html:146:18774:18782 Colorado Buck Creek State Park -0.0231725008237077118 +84823 geology_html_8667067653 geology_html_8667067653:64:5141:5152 Santa Clara California -0.454089094007790295 +84824 aapg_ae_656.html aapg_ae_656.html:84:9992:9996 Vale Salem, Oregon -0.0627760315715713696 +84825 aapg_ae_467.html aapg_ae_467.html:207:13819:13827 Traverse Thunder Bay -0.0245215675441684301 +84826 gsa_html_3981943569 gsa_html_3981943569:29:2796:2824 Green River Colorado 0.039072882780770507 +84827 aapg_ac_699.html aapg_ac_699.html:186:15972:15977 Sligo County Sligo -0.0355346770173999987 +84828 cspg_html_9843429624 cspg_html_9843429624:10:1042:1050 Columbia Victoria, British Columbia -0.446011775932438015 +84829 aapg_aa_337.html aapg_aa_337.html:96:9531:9537 Wilcox Bartlesville, Oklahoma -0.432466019139625568 +84830 aapg_ai_249.html aapg_ai_249.html:714:93278:93292 Fredericksburg Texas -0.479521879225688563 +84831 sedimentology_html_7567618503 sedimentology_html_7567618503:1170:66957:66962 Piper Canada -0.462398581950347165 +84832 palaios_html_7679079277 palaios_html_7679079277:12:647:658 Bloomington Bloomington, Indiana -0.452112016307883446 +84833 aapg_ad_752.html aapg_ad_752.html:19:3439:3459 Mt Lytton Texas -0.450595494357366455 +84834 palaios_html_7111318862 palaios_html_7111318862:152:15672:15683 Belly River Western world -0.0989375684997849253 +84835 gsa_html_7943572707 gsa_html_7943572707:889:80353:80381 Green River New Mexico -0.0404707637071786003 +84836 cspg_html_4326384800 cspg_html_4326384800:141:20415:20430 Cairn Swan Hill, Victoria -0.439298641817729429 +84837 aapg_ae_800.html aapg_ae_800.html:105:11857:11862 Aneth San Juan County, Utah -0.462193603410137988 +84838 gsa_html_8286742231 gsa_html_8286742231:29:2796:2824 Green River Colorado -0.0285868941347483252 +84839 cspg_html_9176909629 cspg_html_9176909629:13:1541:1546 Yukon Melville Island (Canada) -0.470292003998596664 +84840 cspg_html_2749851978 cspg_html_2749851978:40:8852:8862 Kananaskis Calgary -0.0263297817646035749 +84841 cspg_html_9361096527 cspg_html_9361096527:524:52307:52329 Judith River Cheyenne, Wyoming 0.00997357679106987589 +84842 aapg_aa_243.html aapg_aa_243.html:314:25371:25378 Kanawha Greenbrier (Great Smoky Mountains) -0.01748532023179648 +84843 gsa_html_7542416588 gsa_html_7542416588:904:72879:72885 Sonora Arizona -0.0736516932096610705 +84844 aapg_ad_3.html aapg_ad_3.html:755:71781:71797 Reedsville Rose Hill, Manhattan -0.455279223830003521 +84845 cspg_html_8089302449 cspg_html_8089302449:18:2781:2789 Columbia Victoria, British Columbia -0.0306147978884375553 +84846 aapg_af_288.html aapg_af_288.html:661:70481:70505 Wolfcamp New Mexico -0.026705362044744569 +84847 aapg_aa_415.html aapg_aa_415.html:316:46710:46718 Saratoga Saratoga, California -0.075065645472002826 +84848 sedimentology_html_9079273526 sedimentology_html_9079273526:761:72388:72392 Wise Cheyenne, Wyoming -0.450676431675374467 +84849 cspg_html_2470897073 cspg_html_2470897073:18:1780:1812 Waterways Swan Hill, Victoria -0.0503650435699674118 +84850 palaios_html_6602473879 palaios_html_6602473879:591:54130:54150 Knoxville California -0.0469494744747350756 +84851 aapg_ai_4.html aapg_ai_4.html:92:10392:10399 Temblor Monterey, California -0.456371367070690814 +84852 aapg_ah_318.html aapg_ah_318.html:1379:137880:137899 La Casita Mexico -0.0367528086008553287 +84853 gsa_html_5272671610 gsa_html_5272671610:161:13393:13402 Chinchaga Eaton, Ohio -0.457736710679965686 +84854 aapg_aa_147.html aapg_aa_147.html:60:8970:8985 Interlake Regina, Saskatchewan -0.457614356613462614 +84855 aapg_ai_477.html aapg_ai_477.html:412:43451:43469 Dunvegan Lacombe, Alberta -0.437953842888147871 +84856 aapg_ah_318.html aapg_ah_318.html:1990:180882:180898 Olvido Santa Clara, California -0.000165031905109087207 +84857 aapg_af_138.html aapg_af_138.html:18:2144:2160 Salona Great Valley, New York -0.457639279239636709 +84858 aapg_ae_296.html aapg_ae_296.html:45:5340:5350 San Andres Texas -0.0131166903262873984 +84859 gsa_html_8458618187 gsa_html_8458618187:29:2796:2824 Green River New Mexico -0.0213125005692229447 +84860 aapg_af_354.html aapg_af_354.html:41:6441:6446 Sespe Poway, California -0.425516196002090841 +84861 aapg_ah_628.html aapg_ah_628.html:16:2351:2368 Wanakah Western world -0.48294529227432792 +84862 aapg_af_616.html aapg_af_616.html:178:14096:14111 Queen Pecos County, Texas 0.0114208658344619116 +84863 gsa_html_7040053075 gsa_html_7040053075:111:10512:10520 San Jose San Gabriel Valley -0.447242908821281704 +84864 cspg_html_7334652966 cspg_html_7334652966:12:1062:1088 Provo Lahaul and Spiti district -0.0805012213737398286 +84865 cspg_html_5726581016 cspg_html_5726581016:62:8915:8932 Bowser Southern United States -0.00472517057507792094 +84866 cspg_html_4614759573 cspg_html_4614759573:563:71353:71361 Columbia Victoria, British Columbia -0.441437455474761709 +84867 sedimentology_html_1046729113 sedimentology_html_1046729113:2072:161948:161965 Cardium Lacombe, Alberta -0.491537015628497831 +84868 aapg_ac_749.html aapg_ac_749.html:46:5748:5759 Irondequoit Rochester, Kent -0.489889776983278402 +84869 aapg_ac_441.html aapg_ac_441.html:500:44563:44571 Tensleep Cheyenne, Wyoming -0.499369901521147685 +84870 aapg_ai_816.html aapg_ai_816.html:466:79329:79339 Deer Creek Shawnee, Oklahoma 0.346133946079916099 +84871 aapg_af_578.html aapg_af_578.html:401:30250:30262 Rock Springs Cheyenne, Wyoming -0.472604743150075168 +84872 cspg_html_2420029771 cspg_html_2420029771:1104:102599:102616 Beekmantown Canada -0.00440204655713307986 +84873 aapg_ah_370.html aapg_ah_370.html:509:39048:39067 Traverse Michigan -0.0189139078212818938 +84874 gsa_html_5262754204 gsa_html_5262754204:302:36656:36661 Stump Lajitas, Texas -0.0215106592204126722 +84875 cspg_html_1818321956 cspg_html_1818321956:718:72566:72574 Columbia Victoria, British Columbia -0.0294721058156958669 +84876 cspg_html_3190144626 cspg_html_3190144626:6:443:458 Nisku Lacombe, Alberta -0.450586501765938174 +84877 sedimentology_html_3865745685 sedimentology_html_3865745685:1637:113146:113165 Athabasca Lacombe, Alberta -0.460946527021081187 +84878 gsa_html_1983821343 gsa_html_1983821343:14:533:553 Columbia Salem, Oregon -0.442548827459522287 +84879 geology_html_4971813947 geology_html_4971813947:153:13394:13402 Ogallala Arkansas -0.0261715541385612628 +84880 palaios_html_3105248303 palaios_html_3105248303:202:21581:21595 Point Pleasant Fulton, Missouri -0.446029671493266278 +84881 cspg_html_3367984758 cspg_html_3367984758:349:45367:45379 Winnipegosis Regina, Saskatchewan -0.455387700672750584 +84882 gsa_html_1412681096 gsa_html_1412681096:319:25490:25498 Michigan Ontario, California -0.0222894098360483031 +84883 aapg_ah_847.html aapg_ah_847.html:215:25135:25151 Tinton Shrewsbury, Massachusetts -0.0593560470104907562 +84884 geology_html_1845191599 geology_html_1845191599:231:20502:20508 Antler Reno, Nevada -0.0125432965018171631 +84885 AMJC_html_4066734654 AMJC_html_4066734654:82:6568:6576 Willwood Fort Union Trading Post National Historic Site -0.0393566203457145145 +84886 gsa_html_2023933346 gsa_html_2023933346:571:57764:57773 San Diego Santa Monica Mountains -0.446186272521599148 +84887 aapg_aa_417.html aapg_aa_417.html:349:47894:47902 Colorado Mountain peaks of Colorado -0.459805657368256959 +84888 gsa_html_2266546108 gsa_html_2266546108:267:27049:27055 Sierra Death Valley -0.469506369220983932 +84889 geology_html_3837862421 geology_html_3837862421:239:16573:16580 Blackie London, Ontario -0.0282634328663418991 +84890 cspg_html_8328720217 cspg_html_8328720217:799:87058:87082 Kunga Charlotte Amalie, United States Virgin Islands -0.0270809523083245587 +84891 aapg_ah_625.html aapg_ah_625.html:229:22123:22134 Green River Logan, Utah -0.472302935634413557 +84892 cspg_html_9725676031 cspg_html_9725676031:353:45430:45452 Buckinghorse Victoria, British Columbia 0.864397361323129942 +84893 gsa_html_1024107776 gsa_html_1024107776:496:48764:48774 Maringouin Bridgetown, Nova Scotia -0.49119789377684242 +84894 cspg_html_1242153796 cspg_html_1242153796:231:22010:22016 Walker Victoria, British Columbia -0.0491380533416538867 +84895 aapg_af_854.html aapg_af_854.html:970:136921:136942 Paint Creek Illinois -0.0222894098360483031 +84896 aapg_ai_838.html aapg_ai_838.html:458:63145:63164 Smackover Arkansas -0.0401573975935689137 +84897 aapg_ae_420.html aapg_ae_420.html:377:28503:28522 Chugwater Cheyenne, Wyoming -0.0460121937360480487 +84898 cspg_html_5960210762 cspg_html_5960210762:355:36477:36484 Halfway Lacombe, Alberta -0.491056633019370192 +84899 aapg_ad_36.html aapg_ad_36.html:173:17061:17068 Rodessa Paluxy, Texas 0.0339269564270203508 +84900 aapg_ah_479.html aapg_ah_479.html:309:31424:31435 Colon Venezuela -0.442649117020085803 +84901 sedimentology_html_6204427848 sedimentology_html_6204427848:1394:64614:64631 Cardium Lacombe, Alberta -0.02390265150978289 +84902 palaios_html_8950382583 palaios_html_8950382583:754:62731:62763 Cutler Colorado Western Slope -0.44844429668252761 +84903 aapg_ai_583.html aapg_ai_583.html:860:87668:87676 Colorado Cheyenne, Wyoming -0.0709123873709758268 +84904 aapg_ac_825.html aapg_ac_825.html:596:68330:68357 Purisima Santa Cruz Mountains -0.479073721727517277 +84905 cspg_html_9683836416 cspg_html_9683836416:30:5775:5809 Belly River Lacombe, Alberta -0.446011775932438015 +84906 geology_html_5688139255 geology_html_5688139255:208:18647:18651 Bell London, Ontario -0.0328900657953446335 +84907 aapg_ac_961.html aapg_ac_961.html:236:25311:25316 Tokio Western world -0.0316827975818438426 +84908 sedimentology_html_3941612453 sedimentology_html_3941612453:986:79483:79487 Hall London, Ontario -0.0137248477945169315 +84909 geology_html_2550998204 geology_html_2550998204:12:603:611 Michigan Michigan -0.460980639153810601 +84910 aapg_aa_684.html aapg_aa_684.html:5:693:697 Jelm Cheyenne, Wyoming 0.00259187716092955768 +84911 aapg_aa_906.html aapg_aa_906.html:499:55441:55451 Fort Union Wasatch Range -0.445016883536767272 +84912 gsa_html_1826402027 gsa_html_1826402027:217:24841:24847 Kaibab Walnut Canyon National Monument -0.0393566203457145145 +84913 aapg_ac_529.html aapg_ac_529.html:93:10697:10721 Battle Wasatch Range -0.436033210857306397 +84914 gsa_html_1024107776 gsa_html_1024107776:922:93087:93109 Mauch Chunk Bluefield, West Virginia -0.435694684676078359 +84915 palaios_html_1631555231 palaios_html_1631555231:26:2665:2683 Moenkopi Reno, Nevada -0.469506369220983932 +84916 geology_html_6154118633 geology_html_6154118633:175:15862:15871 Extension Illinois -0.483047901936257684 +84917 aapg_aa_90.html aapg_aa_90.html:73:5646:5652 Paluxy Lee County, Alabama -0.440680970807864891 +84918 aapg_aa_130.html aapg_aa_130.html:13:1890:1899 San Diego California -0.0358774797167535214 +84919 cspg_html_5697056884 cspg_html_5697056884:42:4421:4439 Deadwood Winnipeg 0.732031501255366646 +84920 cspg_html_3251996292 cspg_html_3251996292:352:39408:39416 Montreal Quebec City 0.731676031139846916 +84921 aapg_ae_884.html aapg_ae_884.html:417:53899:53905 Denver Piceance Basin -0.446392131630084288 +84922 aapg_ae_708.html aapg_ae_708.html:431:49245:49261 Conasauga Alabama 0.373949299525539847 +84923 cspg_html_2834693711 cspg_html_2834693711:767:105758:105766 Columbia Victoria, British Columbia -0.493489605901760553 +84924 aapg_af_133.html aapg_af_133.html:279:29473:29479 Guelph Manitoulin Island -0.487659330983205019 +84925 palaios_html_8798455546 palaios_html_8798455546:647:64080:64089 Rochester Rochester, Kent -0.427843250012949428 +84926 aapg_aa_745.html aapg_aa_745.html:360:43098:43111 Brushy Canyon Delaware -0.470188590895520009 +84927 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17550:17554 Earp Supai, Arizona -0.0879574245508883273 +84928 aapg_ae_498.html aapg_ae_498.html:465:48201:48218 Liberty Hall Harrisonburg, Virginia -0.448484669177164286 +84929 aapg_ae_723.html aapg_ae_723.html:64:8110:8118 Colorado Denver -0.513323459558207906 +84930 aapg_ae_871.html aapg_ae_871.html:133:20968:20987 Okpikruak Anchorage, Alaska -0.0572986636037091379 +84931 AMJC_html_7144941731 AMJC_html_7144941731:522:53278:53299 Weaverville Los Angeles -0.00574666843220395917 +84932 gsa_html_7195000001 gsa_html_7195000001:362:50133:50145 Strand Fiord Ellesmere Island -0.00334234682961829285 +84933 gsa_html_2645269788 gsa_html_2645269788:12:459:465 Reston Virginia -0.437953842888147871 +84934 aapg_ai_82.html aapg_ai_82.html:3:317:351 Greenbrier Greenbrier (Great Smoky Mountains) -0.491131969162477144 +84935 aapg_ad_893.html aapg_ad_893.html:104:13146:13156 San Felipe Mexico -0.442239112797514711 +84936 gsa_html_9515953275 gsa_html_9515953275:815:79800:79828 Green River Colorado -0.0575289744471569053 +84937 aapg_ac_151.html aapg_ac_151.html:55:9021:9037 Sparta Port of South Louisiana -0.217712216874683728 +84938 cspg_html_7402164801 cspg_html_7402164801:5:204:241 Basal Lacombe, Alberta -0.457501080653503367 +84939 aapg_aa_260.html aapg_aa_260.html:442:40716:40738 Nation River Anchorage, Alaska -0.469230874046953295 +84940 aapg_ai_549.html aapg_ai_549.html:123:11925:11948 Detroit River Dundee -0.488731563736560848 +84941 aapg_aa_928.html aapg_aa_928.html:214:23876:23887 Abercrombie Brazoria County, Texas -0.0330135830277358128 +84942 cspg_html_1009749092 cspg_html_1009749092:569:65353:65360 Bearpaw Lacombe, Alberta -0.0215106592204126722 +84943 gsa_html_3818307499 gsa_html_3818307499:598:57955:57961 Walker Spring Mountains National Recreation Area -0.0607891032877243623 +84944 cspg_html_5660413005 cspg_html_5660413005:426:48188:48196 Columbia Lacombe, Alberta -0.0159925297595795608 +84945 cspg_html_9508543859 cspg_html_9508543859:179:20786:20816 Lawrence Quebec City -0.00292541869155533898 +84946 aapg_ae_908.html aapg_ae_908.html:63:6715:6731 Salado Salado, Texas -0.412110872070292067 +84947 aapg_ah_27.html aapg_ah_27.html:486:62934:62944 Fort Worth Texas -0.46741476224763201 +84948 aapg_ad_47.html aapg_ad_47.html:86:8984:8992 Wolfcamp Florida Panhandle -0.44830973456876172 +84949 aapg_ae_694.html aapg_ae_694.html:14:2157:2170 Woodbine Texas -0.0465278589717715088 +84950 aapg_af_745.html aapg_af_745.html:457:63548:63567 Newcastle Bloomington, Indiana 0.0858922190987261303 +84951 gsa_html_1636483297 gsa_html_1636483297:335:30064:30076 Rock Springs Cheyenne, Wyoming -0.529889738316304926 +84952 cspg_html_7524537753 cspg_html_7524537753:376:38670:38691 Mount Clark Vail, Colorado 0.957106748517227102 +84953 aapg_ac_219.html aapg_ac_219.html:1633:149127:149133 Sierra Venezuela -0.0697163536414249357 +84954 gsa_html_6499317047 gsa_html_6499317047:576:49314:49322 Columbia Washington (state) -0.0331440604270269723 +84955 aapg_ae_75.html aapg_ae_75.html:165:21990:22005 Yeso Carrizozo, New Mexico -0.451787799117909672 +84956 aapg_ae_813.html aapg_ae_813.html:645:51926:51936 Fort Worth Texas -0.0731338085345177441 +84957 cspg_html_8049997704 cspg_html_8049997704:6:316:323 Pakowki Colorado -0.0288025393782587909 +84958 aapg_af_854.html aapg_af_854.html:1018:143298:143315 Cypress Illinois -0.0592879805614410296 +84959 aapg_ah_506.html aapg_ah_506.html:16:2166:2180 Traverse Michigan -0.471501691978871318 +84960 cspg_html_2161417858 cspg_html_2161417858:289:38205:38221 Bakken Williston Basin -0.451733774163315116 +84961 aapg_ae_594.html aapg_ae_594.html:3:399:406 Edwards Texas -0.10442515345676813 +84962 aapg_ad_171.html aapg_ad_171.html:39:5957:5963 Tehama Klamath Mountains (ecoregion) -0.462097962880594848 +84963 aapg_ad_785.html aapg_ad_785.html:612:65702:65710 Fountain Colorado Springs, Colorado -0.501545759647369804 +84964 aapg_ae_454.html aapg_ae_454.html:234:19220:19237 Bossier Cotton Valley, Louisiana 0.0151114980887050287 +84965 aapg_ad_466.html aapg_ad_466.html:1340:143498:143505 Raritan Tuscaloosa, Alabama -0.463478914486847693 +84966 cspg_html_7350557114 cspg_html_7350557114:244:24993:25002 Mackenzie Mackenzie River -0.00652496303282925402 +84967 aapg_ad_317.html aapg_ad_317.html:43:4754:4774 Gatesburg Pennsylvania -0.460944252925189812 +84968 cspg_html_5973552270 cspg_html_5973552270:56:7631:7660 Fort Vermilion Swan Hill, Victoria -0.49337628910884479 +84969 cspg_html_2093862169 cspg_html_2093862169:415:43653:43668 Bluff Grand Cayman -0.496469628762517878 +84970 aapg_ad_892.html aapg_ad_892.html:1004:90156:90161 Doerun Perth, Western Australia -0.0691394144300454816 +84971 AMJC_html_5908077521 AMJC_html_5908077521:801:73068:73078 Notch Peak Logan, Utah -0.179321931057553091 +84972 geology_html_2384062478 geology_html_2384062478:284:27340:27346 Auburn Alabama -0.033773852470743819 +84973 aapg_ae_454.html aapg_ae_454.html:412:35446:35465 Smackover Arkansas -0.462512479285274614 +84974 aapg_ad_940.html aapg_ad_940.html:333:33104:33112 Colorado Denver -0.0016763787815964029 +84975 cspg_html_3023030263 cspg_html_3023030263:48:7678:7700 Medicine Hat Lacombe, Alberta -0.0610771505726213221 +84976 aapg_af_459.html aapg_af_459.html:375:42300:42323 Brushy Canyon Texas 0.980675615517031862 +84977 aapg_ah_184.html aapg_ah_184.html:536:46295:46304 Mount Ida Arkansas -0.0544954389304434447 +84978 cspg_html_9435196958 cspg_html_9435196958:1021:43480:43496 Oldman Lacombe, Alberta -0.47829406272822006 +84979 sedimentology_html_2198771807 sedimentology_html_2198771807:29:2055:2063 Richland Tallahassee, Florida -0.500402370472918023 +84980 aapg_af_880.html aapg_af_880.html:650:102385:102407 Belle Plains Wichita, Kansas -0.457501080653503367 +84981 aapg_ae_873.html aapg_ae_873.html:561:64114:64120 Paluxy Goodland, Kansas -0.460091874413590562 +84982 geology_html_5376081379 geology_html_5376081379:246:20802:20823 Talkeetna Anchorage, Alaska -0.232626262718569315 +84983 aapg_aa_23.html aapg_aa_23.html:785:100853:100867 Stony Mountain Manitoba -0.26488003040306124 +84984 aapg_ae_263.html aapg_ae_263.html:73:6280:6298 Onondaga Virginia -0.0750376425900441402 +84985 gsa_html_9152662653 gsa_html_9152662653:1060:94276:94284 Columbia Maryland -0.447276508327869859 +84986 gsa_html_6457388516 gsa_html_6457388516:357:29430:29439 Eel River South Bay, Los Angeles -0.0264393249899875019 +84987 sedimentology_html_2017869347 sedimentology_html_2017869347:1424:74211:74224 Topanga California -0.465558942626108085 +84988 cspg_html_1173833070 cspg_html_1173833070:129:15526:15534 Paskapoo Edmonton, London -0.486436238766394913 +84989 gsa_html_4432793908 gsa_html_4432793908:74:7721:7744 Newark Canyon Reno, Nevada -0.0249388283192189877 +84990 aapg_ac_398.html aapg_ac_398.html:143:13776:13790 Frio Chambers County, Alabama -0.0324655941438056483 +84991 aapg_ai_491.html aapg_ai_491.html:164:18973:18988 Molas Logan, Utah 0.00968516832119581395 +84992 gsa_html_2441462262 gsa_html_2441462262:58:3826:3854 Green River Colorado -0.0181770085033734277 +84993 gsa_html_5732664703 gsa_html_5732664703:947:92503:92531 Green River Colorado -0.0225014864703161413 +84994 cspg_html_6985536436 cspg_html_6985536436:524:67015:67031 Hassel Banks Island 0.416398338903016252 +84995 aapg_ah_416.html aapg_ah_416.html:271:21449:21457 Foremost Lethbridge -0.448691045323912019 +84996 cspg_html_8438548095 cspg_html_8438548095:321:31754:31765 Belly River Edmonton, London -0.0533113463638445542 +84997 aapg_ae_35.html aapg_ae_35.html:62:5929:5950 Green River Uinta Mountains -0.444838140504144441 +84998 aapg_aa_261.html aapg_aa_261.html:99:13310:13318 Columbia Victoria, British Columbia -0.453355922590981064 +84999 cspg_html_9354781888 cspg_html_9354781888:511:44873:44896 Halfway Lacombe, Alberta -0.0131340660726573313 +85000 aapg_ad_2.html aapg_ad_2.html:216:31622:31633 Wissahickon Baltimore -0.0232594217874036342 +85001 aapg_ad_169.html aapg_ad_169.html:229:26234:26254 Greenbrier Greenbrier (Great Smoky Mountains) -0.500364284453183039 +85002 aapg_ah_283.html aapg_ah_283.html:158:18121:18138 Cowlitz Washington (state) -0.445984933244691462 +85003 aapg_ah_160.html aapg_ah_160.html:197:25604:25610 Salina Pittsford (village), New York -0.0586021206234843689 +85004 aapg_ac_714.html aapg_ac_714.html:455:52648:52672 Gypsum Spring Cheyenne, Wyoming 0.00479118531736136624 +85005 aapg_ah_859.html aapg_ah_859.html:212:24929:24942 Chattahoochee Alabama -0.470179399208385473 +85006 aapg_aa_147.html aapg_aa_147.html:450:46836:46856 Stony Mountain Red River of the North 0.975661610017426906 +85007 cspg_html_9439353033 cspg_html_9439353033:31:3931:3953 Willow Creek Lacombe, Alberta -0.0268166470016257402 +85008 cspg_html_9941227593 cspg_html_9941227593:11:1128:1164 Bakken Regina, Saskatchewan -0.472722268874013252 +85009 gsa_html_1412681096 gsa_html_1412681096:802:70283:70296 San Sebastian Mexico -0.465705253187009671 +85010 cspg_html_1962846283 cspg_html_1962846283:645:74043:74058 Grassy Mountain Lacombe, Alberta -0.0949659398064475746 +85011 aapg_ad_234.html aapg_ad_234.html:443:43501:43528 Anahuac Shreveport, Louisiana -0.269059134601021765 +85012 aapg_ad_883.html aapg_ad_883.html:97:12014:12028 Glenwood Wisconsin -0.416311624568161565 +85013 jgeology_html_8355852976 jgeology_html_8355852976:170:11293:11301 Fountain Colorado -0.0418723365935778427 +85014 aapg_af_291.html aapg_af_291.html:417:46485:46499 Lisburne Anchorage, Alaska -0.033773852470743819 +85015 aapg_aa_106.html aapg_aa_106.html:252:24674:24682 Imperial Guernsey -0.444295421139491553 +85016 aapg_ah_439.html aapg_ah_439.html:115:13369:13384 Tokio Arkansas 0.712099539765304379 +85017 aapg_ad_174.html aapg_ad_174.html:107:11841:11862 Cliff House Fruitland, Idaho -0.440354093294291316 +85018 palaios_html_4880574501 palaios_html_4880574501:32:3207:3238 Kope Cincinnati -0.463362613223226583 +85019 aapg_ac_4.html aapg_ac_4.html:85:8117:8134 Sunrise Cook Inlet -0.46887974264236626 +85020 aapg_ah_158.html aapg_ah_158.html:128:24478:24484 Cutter Bear Mountain (Connecticut) -0.0200123557721791495 +85021 aapg_ac_316.html aapg_ac_316.html:26:3239:3249 Whitehorse New Mexico -0.455197874748240694 +85022 aapg_af_215.html aapg_af_215.html:13:2248:2253 Mt Lytton Mexico -0.0352075456733289827 +85023 aapg_ad_98.html aapg_ad_98.html:732:69489:69496 Wasatch Logan, Utah 0.359555043102217531 +85024 aapg_ae_797.html aapg_ae_797.html:123:14068:14073 Molas Hermosa, Chicago 0.841709056250350751 +85025 cspg_html_5376629375 cspg_html_5376629375:211:24856:24874 Arctomys Canmore, Alberta -0.459819284677136619 +85026 aapg_ah_289.html aapg_ah_289.html:45:7157:7175 Monterey Baja California peninsula -0.418699089801867985 +85027 sedimentology_html_8272623948 sedimentology_html_8272623948:446:36337:36342 Crete Crete -0.448484669177164286 +85028 aapg_ad_169.html aapg_ad_169.html:504:58678:58696 Greenbrier Greenbrier (Great Smoky Mountains) -0.47596853330555533 +85029 aapg_aa_698.html aapg_aa_698.html:23:3021:3037 Muskeg Canada -0.0272913568249384605 +85030 gsa_html_6423424604 gsa_html_6423424604:1738:156519:156528 Garibaldi Juan de Fuca Plate 0.56228711037377499 +85031 aapg_aa_4.html aapg_aa_4.html:69:8627:8644 Genesee Lake Erie -0.486925734041852465 +85032 aapg_ae_146.html aapg_ae_146.html:36:4220:4230 Rio Grande Coahuila -0.0178259478113005146 +85033 geology_html_4615470898 geology_html_4615470898:203:17622:17626 Dean California -0.471340610693628537 +85034 aapg_aa_23.html aapg_aa_23.html:630:79280:79304 Stony Mountain Red River of the North -0.868878261978938693 +85035 AMJC_html_5421639085 AMJC_html_5421639085:95:11528:11536 Quantico Piedmont (United States) -0.47249414511500698 +85036 gsa_html_4675429437 gsa_html_4675429437:251:18235:18245 San Felipe Sonora -0.0300077841382245594 +85037 aapg_ac_613.html aapg_ac_613.html:237:35930:35938 Colorado Barnes, London -0.100873857368843883 +85038 cspg_html_5892153293 cspg_html_5892153293:26:3477:3497 Blackstone Crowsnest Pass, Alberta -0.462166276497962936 +85039 sedimentology_html_4287650745 sedimentology_html_4287650745:1232:114685:114703 Frontier Cheyenne, Wyoming -0.00180666765017611854 +85040 gsa_html_9717936122 gsa_html_9717936122:1146:74979:75007 Green River Colorado -0.00946799468152085232 +85041 sedimentology_html_2041096405 sedimentology_html_2041096405:464:31776:31789 A-1 Carbonate Guelph -0.460964719996515115 +85042 gsa_html_1538463681 gsa_html_1538463681:456:37298:37314 Morita Sonora -0.0870870060717457567 +85043 geology_html_8596179481 geology_html_8596179481:147:12073:12092 El Modeno Volcanics Glendora, California -0.050706684329443738 +85044 aapg_aa_267.html aapg_aa_267.html:128:11051:11061 Greenbrier Ohio -0.447133159014188541 +85045 aapg_ah_486.html aapg_ah_486.html:377:41924:41931 Cushing Seminole, Texas -0.0288025393782587909 +85046 cspg_html_5438428738 cspg_html_5438428738:199:24707:24716 Matinenda Sault Ste. Marie, Ontario -0.456043359064104259 +85047 geology_html_1001858158 geology_html_1001858158:215:20320:20324 Bond North Atlantic Current -0.469230874046953295 +85048 gsa_html_2344874044 gsa_html_2344874044:13:637:645 Colorado Denver -0.467905110852730732 +85049 aapg_ai_107.html aapg_ai_107.html:236:24139:24148 Smackover Woods County, Oklahoma -0.473815322787249471 +85050 gsa_html_6039599383 gsa_html_6039599383:797:70099:70117 Eastport Passamaquoddy Bay -0.472678482936493838 +85051 sedimentology_html_8006979411 sedimentology_html_8006979411:1430:103252:103276 Kaskapau Lacombe, Alberta -0.469070208322842297 +85052 cspg_html_3819756910 cspg_html_3819756910:21:2827:2842 Pika Bow River -0.478048244360621655 +85053 aapg_ai_846.html aapg_ai_846.html:80:11147:11163 Prairie Mandeville, Jamaica -0.441517589995484405 +85054 gsa_html_3719674999 gsa_html_3719674999:29:2796:2824 Green River Colorado -0.0147795988543257695 +85055 jgeology_html_8293568246 jgeology_html_8293568246:1023:72191:72201 Washington Seattle -0.487631194234456278 +85056 cspg_html_9354781888 cspg_html_9354781888:99:18397:18431 Liard Victoria, British Columbia -0.399461181792570508 +85057 aapg_ah_136.html aapg_ah_136.html:8:965:973 Virginia Delaware -0.0273835184878958443 +85058 aapg_ad_337.html aapg_ad_337.html:450:48743:48747 Hall California -0.457501080653503367 +85059 aapg_ac_315.html aapg_ac_315.html:101:11510:11518 Dinwoody Cheyenne, Wyoming 0.00810590751999957886 +85060 aapg_ah_4.html aapg_ah_4.html:334:53085:53100 Heath Talara Province -0.457736710679965686 +85061 aapg_aa_457.html aapg_aa_457.html:69:12150:12159 Smackover Haynesville, Louisiana -0.445050401719124078 +85062 cspg_html_9542530836 cspg_html_9542530836:29:4246:4262 Yeoman Regina, Saskatchewan -0.467980749597819323 +85063 sedimentology_html_4059876133 sedimentology_html_4059876133:875:61516:61526 Washington Seattle -0.434580403200599208 +85064 aapg_aa_960.html aapg_aa_960.html:67:6764:6768 Jelm Entrada Sandstone -0.0143364940209374722 +85065 geology_html_6532523677 geology_html_6532523677:65:8333:8348 Mesaverde Logan, Utah -0.44951252529713398 +85066 sedimentology_html_5801163920 sedimentology_html_5801163920:1618:110930:110943 Hermosa Colorado -0.46328736756315686 +85067 cspg_html_8928894270 cspg_html_8928894270:68:9436:9458 Beaverhill Lacombe, Alberta -0.479447557264900015 +85068 aapg_aa_718.html aapg_aa_718.html:417:40943:40952 Tuscarora Oswego, New York -0.4597965726108596 +85069 palaios_html_7860397774 palaios_html_7860397774:938:69534:69551 La Luna Caracas -0.49463779564980348 +85070 aapg_ad_379.html aapg_ad_379.html:751:61335:61352 Todilto Colorado -0.461219460550356897 +85071 cspg_html_2170645676 cspg_html_2170645676:671:89320:89333 Madison Williston Basin -0.480611894173340604 +85072 gsa_html_3429903648 gsa_html_3429903648:651:58473:58481 Colorado Cheyenne, Wyoming -0.437151438175982732 +85073 aapg_ae_416.html aapg_ae_416.html:165:15606:15624 Vaqueros California 0.00936896389642591539 +85074 aapg_ad_468.html aapg_ad_468.html:20:2608:2626 Yorktown Crisfield, Maryland -0.116812144321993383 +85075 gsa_html_1860930948 gsa_html_1860930948:285:31419:31433 Ogallala Nebraska -0.42429358801520467 +85076 aapg_ae_80.html aapg_ae_80.html:175:29789:29812 Bonneterre Illinois -0.505797194015901841 +85077 sedimentology_html_8272623948 sedimentology_html_8272623948:446:36367:36372 Crete Crete -0.0102706745632111761 +85078 cspg_html_3102530088 cspg_html_3102530088:598:74584:74604 Milk River Lacombe, Alberta -0.437951625350357587 +85079 aapg_ac_333.html aapg_ac_333.html:981:118936:118954 Toroweap Grand Canyon -0.230686147271805087 +85080 cspg_html_4298557570 cspg_html_4298557570:76:12287:12305 Edmonton Red Deer, Alberta -0.471292292074721564 +85081 gsa_html_3448554349 gsa_html_3448554349:887:86509:86522 Bedford Ohio -0.0616864584903875982 +85082 aapg_aa_148.html aapg_aa_148.html:29:4779:4803 Cedar Mountain Logan, Utah -0.221441139658986402 +85083 gsa_html_8398449001 gsa_html_8398449001:601:47819:47829 Bear River Bear Lake, Michigan -0.153229115570675006 +85084 aapg_ad_695.html aapg_ad_695.html:324:19738:19751 Carrizo Carrizo Springs, Texas 0.0193675314837175663 +85085 gsa_html_7102550258 gsa_html_7102550258:1359:129520:129537 Kayenta Springdale, Arkansas -0.452977161832460395 +85086 cspg_html_8363357104 cspg_html_8363357104:39:5482:5490 Columbia Victoria, British Columbia 0.0144998337456641365 +85087 aapg_ah_318.html aapg_ah_318.html:621:69942:69963 Eagle Shreveport, Louisiana -0.0172889404553563421 +85088 aapg_ah_656.html aapg_ah_656.html:29:3168:3184 Whitehorse Sheffield station -0.467263588143899677 +85089 aapg_ad_808.html aapg_ad_808.html:1220:83029:83047 Frontier Colorado 0.483985948839496749 +85090 gsa_html_6589330144 gsa_html_6589330144:1009:91261:91267 Madrid Poland -0.481794104698776371 +85091 aapg_ae_429.html aapg_ae_429.html:32:4077:4087 San Andres Texas -0.445989406971527558 +85092 cspg_html_9689514766 cspg_html_9689514766:381:44440:44482 Bois Blanc Ontario, California -0.448484669177164286 +85093 aapg_ah_592.html aapg_ah_592.html:3:267:275 Michigan Michigan -0.0245215675441684301 +85094 aapg_ad_169.html aapg_ad_169.html:224:25624:25644 Greenbrier Greenbrier (Great Smoky Mountains) -0.0357887327729749932 +85095 aapg_ae_345.html aapg_ae_345.html:187:10135:10146 Eutaw Selma to Montgomery marches -0.437953842888147871 +85096 cspg_html_6542789499 cspg_html_6542789499:22:2538:2555 Cardium Lacombe, Alberta -0.458534686411798065 +85097 cspg_html_1565769407 cspg_html_1565769407:325:33221:33234 Windsor Burin, Nablus -0.449451899065432481 +85098 aapg_ac_789.html aapg_ac_789.html:56:9815:9828 Barnett Texas -0.00183793699051183952 +85099 aapg_ad_930.html aapg_ad_930.html:181:19159:19170 Green River Cheyenne, Wyoming -0.0477283018758572417 +85100 cspg_html_9753247638 cspg_html_9753247638:558:56797:56803 Norton New Brunswick, New Jersey -0.0367528086008553287 +85101 aapg_ae_75.html aapg_ae_75.html:203:26636:26646 Rainvalley New Mexico -0.478280146619880497 +85102 aapg_ai_82.html aapg_ai_82.html:385:43160:43170 Greenbrier Pennsylvania -0.455229509631582041 +85103 aapg_aa_546.html aapg_aa_546.html:37:4246:4251 Mt Lytton Montana -0.462398581950347165 +85104 geology_html_7541694107 geology_html_7541694107:22:1362:1368 Provo Spain -0.467263588143899677 +85105 aapg_ah_180.html aapg_ah_180.html:97:10697:10717 Mahantango Catskill Mountains 0.0974965500852332662 +85106 aapg_ac_588.html aapg_ac_588.html:141:21204:21210 Casper Coconino County, Arizona -0.0240556397080989269 +85107 aapg_ai_999.html aapg_ai_999.html:184:13222:13245 Gypsum Spring Cheyenne, Wyoming -0.496469628762517878 +85108 aapg_aa_357.html aapg_aa_357.html:265:23914:23921 Hermosa Supai, Arizona -0.0362655388970657272 +85109 aapg_ai_49.html aapg_ai_49.html:307:38494:38505 Summerville Logan, Utah -0.481794104698776371 +85110 aapg_ah_505.html aapg_ah_505.html:1960:153302:153308 Denver Denver -0.530845426098995876 +85111 aapg_ac_742.html aapg_ac_742.html:108:13119:13142 Gypsum Spring Hunting Creek -0.442548827459522287 +85112 aapg_ac_807.html aapg_ac_807.html:897:88074:88087 Chattahoochee Melbourne, Florida -0.464820899663721254 +85113 cspg_html_1464478153 cspg_html_1464478153:19:3090:3102 Rundle Victoria, British Columbia -0.0911159372726111916 +85114 gsa_html_8833777630 gsa_html_8833777630:99:10712:10730 Ogallala Colorado 0.00994404088391406815 +85115 gsa_html_3646882130 gsa_html_3646882130:426:40530:40536 Oregon Washington (state) -0.443848978138650319 +85116 aapg_af_128.html aapg_af_128.html:15:1655:1674 Goose Egg Guernsey -0.131492182192397916 +85117 aapg_aa_888.html aapg_aa_888.html:268:32859:32875 Guelph Lockport (city), New York 0.00277949417154689906 +85118 cspg_html_7310162886 cspg_html_7310162886:171:22985:22993 Lisburne Great Britain -0.450586501765938174 +85119 aapg_ae_753.html aapg_ae_753.html:445:44030:44035 Provo Kentucky -0.0529469160775694891 +85120 aapg_ac_900.html aapg_ac_900.html:427:36409:36428 Chugwater Cheyenne, Wyoming 0.00285245641142386911 +85121 geology_html_4853004903 geology_html_4853004903:240:19438:19442 Fang Asia -0.444871652179790411 +85122 aapg_af_219.html aapg_af_219.html:34:4182:4194 Dakota Black Hills -0.437829668886238865 +85123 cspg_html_6306091047 cspg_html_6306091047:633:87453:87471 Pardonet Victoria, British Columbia -0.440514182187833891 +85124 cspg_html_1763727002 cspg_html_1763727002:42:7217:7224 Halfway Western world -0.485369220602805185 +85125 cspg_html_8809756626 cspg_html_8809756626:794:89211:89219 Edmonton Lacombe, Alberta -0.0667274131326903441 +85126 palaios_html_7769060899 palaios_html_7769060899:41:3739:3763 Cedar Mountain Logan, Utah -0.0125015955652136978 +85127 palaios_html_2399848899 palaios_html_2399848899:46:4569:4584 Eutaw Alabama -0.00655275945491847703 +85128 aapg_aa_544.html aapg_aa_544.html:417:56666:56674 Converse Douglas, Isle of Man -0.0409390916032161337 +85129 aapg_ah_49.html aapg_ah_49.html:244:26250:26256 Modelo San Gabriel Valley -0.481777803377517411 +85130 geology_html_7252964522 geology_html_7252964522:248:21937:21944 Hampton Virginia -0.454089094007790295 +85131 aapg_ac_289.html aapg_ac_289.html:142:11614:11627 Cotton Valley Richland, Washington -0.015097596462230729 +85132 AMJC_html_1964550508 AMJC_html_1964550508:342:43411:43432 Wills Creek Maryland -0.021093485692349364 +85133 aapg_ad_800.html aapg_ad_800.html:94:10155:10160 Eutaw Alabama 0.833800877749019564 +85134 gsa_html_4432793908 gsa_html_4432793908:98:11129:11135 Antler Reno, Nevada -0.478990153256473372 +85135 aapg_ai_980.html aapg_ai_980.html:693:61585:61599 Rierdon Cut Bank, Montana -0.203812451277509243 +85136 aapg_af_684.html aapg_af_684.html:66:7872:7891 Flournoy Salem, Oregon -0.515327953056381571 +85137 aapg_ak_97.html aapg_ak_97.html:66:7800:7812 Red Mountain Irondale, Alabama -0.443701699352459789 +85138 aapg_ad_341.html aapg_ad_341.html:208:21680:21687 Rondout Pennsylvania 0.00938112555861735607 +85139 cspg_html_8298261690 cspg_html_8298261690:51:7167:7199 Peace River Lacombe, Alberta -0.0250987813235815996 +85140 aapg_ai_136.html aapg_ai_136.html:202:14938:14945 Hosston Goodland, Kansas -0.451731523193220186 +85141 aapg_ad_11.html aapg_ad_11.html:51:5853:5873 Sentinel Butte Cheyenne, Wyoming -0.0443574041239273714 +85142 gsa_html_1931201430 gsa_html_1931201430:1111:102165:102193 Green River Colorado -0.0398318560820373618 +85143 aapg_ac_571.html aapg_ac_571.html:358:48124:48130 Oxford England 0.016034236202214884 +85144 cspg_html_6021605367 cspg_html_6021605367:12:966:986 Big Valley Colorado -0.013877758051455481 +85145 gsa_html_6814608835 gsa_html_6814608835:384:33669:33690 Cypresshead Melbourne, Florida -0.440325191296006335 +85146 aapg_ae_581.html aapg_ae_581.html:674:73788:73796 Colorado Denver -0.457068497754203162 +85147 palaios_html_5373981930 palaios_html_5373981930:711:61145:61155 Sunderland Cambridge, Massachusetts -0.503999808743944788 +85148 aapg_af_461.html aapg_af_461.html:181:16650:16684 Traverse Lake Michigan -0.430057253759890901 +85149 palaios_html_4834438637 palaios_html_4834438637:320:35925:35947 Prince Creek Anchorage, Alaska -0.463253167093327645 +85150 gsa_html_4946611079 gsa_html_4946611079:27:2384:2392 Colorado Denver -0.451740527107044376 +85151 aapg_ac_629.html aapg_ac_629.html:570:69360:69370 Citronelle Citronelle, Alabama 0.00219579757813351652 +85152 AMJC_html_1964550508 AMJC_html_1964550508:597:70589:70598 Gatesburg Western world -0.471363620495062197 +85153 jgeology_html_5764582297 jgeology_html_5764582297:855:61889:61897 Columbia Victoria, British Columbia -0.473649201225758321 +85154 aapg_ad_2.html aapg_ad_2.html:166:22992:23000 Catoctin Virginia -0.475258680049542748 +85155 geology_html_4965715689 geology_html_4965715689:11:477:483 Oregon Salem, Oregon -0.0194353152309463539 +85156 gsa_html_4930932370 gsa_html_4930932370:858:88168:88186 Virginia Sudbury, Suffolk -0.0363142648358218204 +85157 geology_html_6902243889 geology_html_6902243889:135:13106:13125 Zabriskie Quartzite Mojave Desert -0.446011775932438015 +85158 aapg_ae_3.html aapg_ae_3.html:252:36163:36171 Colorado Cheyenne, Wyoming -0.0494029549371166055 +85159 aapg_ae_917.html aapg_ae_917.html:175:18009:18016 Minturn Eagle River, Alaska -0.0271279018002479055 +85160 geology_html_2693298548 geology_html_2693298548:290:26316:26322 Pueblo Colorado -0.469152832749018645 +85161 aapg_ad_564.html aapg_ad_564.html:8190:734745:734765 Point Loma California -0.442575570278969321 +85162 palaios_html_6100595217 palaios_html_6100595217:62:6432:6455 Moodys Branch Lisbon 0.323039666708626438 +85163 aapg_ae_180.html aapg_ae_180.html:70:8539:8555 Dakota Benton, Arkansas -0.472985030514578242 +85164 cspg_html_4768933240 cspg_html_4768933240:85:7226:7233 Madison Regina, Saskatchewan -0.508804742928565479 +85165 aapg_ah_96.html aapg_ah_96.html:509:59808:59822 Winnipeg Burgen, Bernkastel-Wittlich -0.0452352727340493768 +85166 gsa_html_1266138577 gsa_html_1266138577:221:19134:19140 Poleta Salinas Valley -0.4852429512232731 +85167 cspg_html_4010530611 cspg_html_4010530611:75:10842:10848 Shunda Moose Mountain (Alberta) -0.00473211949273434716 +85168 gsa_html_6739865012 gsa_html_6739865012:60:4616:4644 Green River New Mexico -0.0180692565756011246 +85169 gsa_html_9266920022 gsa_html_9266920022:516:57730:57758 Smackover Alabama 0.373092863736691482 +85170 cspg_html_4338314003 cspg_html_4338314003:424:47444:47460 Viking Lacombe, Alberta -0.00680987700292186304 +85171 cspg_html_9275863663 cspg_html_9275863663:99:14212:14231 Waterways Lacombe, Alberta -0.0208466626152164457 +85172 aapg_aa_208.html aapg_aa_208.html:261:28237:28247 Maravillas New Mexico -0.0196369298300035668 +85173 gsa_html_9234241458 gsa_html_9234241458:1003:70420:70448 Green River New Mexico 0.0184411768934200637 +85174 gsa_html_7151930388 gsa_html_7151930388:1256:95675:95685 Rancheria Albuquerque, New Mexico -0.449440672427322663 +85175 aapg_ah_335.html aapg_ah_335.html:469:60895:60905 Pottsville Huntington, West Virginia 0.00773064589700992767 +85176 aapg_af_16.html aapg_af_16.html:56:6925:6936 Mowry Niobrara, Nebraska -0.011327042139941219 +85177 aapg_ad_784.html aapg_ad_784.html:308:34726:34731 Sespe Simi Valley, California -0.469189557204259144 +85178 gsa_html_3985921234 gsa_html_3985921234:770:60944:60948 Wise San Diego -0.0306147978884375553 +85179 cspg_html_4403434336 cspg_html_4403434336:243:27728:27746 Read Bay Canadian Arctic Archipelago -0.45099125631104503 +85180 cspg_html_4666332434 cspg_html_4666332434:107:18432:18444 Medicine Hat Regina, Saskatchewan 0.00361335093326647754 +85181 aapg_ah_757.html aapg_ah_757.html:1038:62088:62101 Madison Logan, Utah -0.0615712265759854258 +85182 aapg_ac_473.html aapg_ac_473.html:27:4143:4163 Phosphoria Logan, Utah -0.0191033509173605641 +85183 aapg_af_143.html aapg_af_143.html:161:16621:16635 China Mountain Elk River, Minnesota -0.473778404154942046 +85184 gsa_html_9181545711 gsa_html_9181545711:625:61083:61092 Ingleside Middle East -0.477158315306099867 +85185 aapg_ae_354.html aapg_ae_354.html:162:15844:15852 Niobrara Niobrara, Nebraska -0.430334367802676421 +85186 cspg_html_9439353033 cspg_html_9439353033:23:2336:2375 Willow Creek Lacombe, Alberta -0.479561365364802261 +85187 cspg_html_5515814749 cspg_html_5515814749:270:34804:34826 Judith River Calgary -0.435661502416701596 +85188 aapg_ac_477.html aapg_ac_477.html:30:3825:3842 Wapiabi Colorado -0.488743302412917968 +85189 jgeology_html_3353186896 jgeology_html_3353186896:1377:106746:106822 Pinto Mojave Desert -0.47596853330555533 +85190 aapg_aa_634.html aapg_aa_634.html:15:2189:2195 Brazil Chile -0.0341705352496151776 +85191 geology_html_5486535781 geology_html_5486535781:107:11660:11676 Animas New Mexico -0.469024309212410007 +85192 gsa_html_7442738603 gsa_html_7442738603:1698:154348:154376 Green River Colorado -0.466073422560892126 +85193 aapg_aa_544.html aapg_aa_544.html:94:12167:12187 Minnekahta Black Hills 0.71099640526597252 +85194 aapg_aa_379.html aapg_aa_379.html:64:7140:7151 Monongahela Monongahela, Pennsylvania -0.02660103319374214 +85195 cspg_html_9330018201 cspg_html_9330018201:272:35527:35542 Gladstone Elko, Nevada -0.0756204847403440378 +85196 cspg_html_8089302449 cspg_html_8089302449:395:68733:68749 Dawson Bay Regina, Saskatchewan -0.12141429024009133 +85197 aapg_ai_584.html aapg_ai_584.html:492:49208:49224 Broom Creek Cheyenne, Wyoming -0.0219956359317186878 +85198 cspg_html_6647936472 cspg_html_6647936472:449:45697:45712 Elk Regina, Saskatchewan -0.063513001885771872 +85199 aapg_af_353.html aapg_af_353.html:25:3598:3626 Vaqueros Santa Monica Mountains -0.0101942281259971568 +85200 gsa_html_1337782073 gsa_html_1337782073:91:8998:9021 Gile Mountain Connecticut River Valley -0.00576230371979552514 +85201 aapg_ae_324.html aapg_ae_324.html:1460:140555:140563 Moccasin Chambersburg, Pennsylvania 0.0130315493205527232 +85202 aapg_ai_836.html aapg_ai_836.html:388:39455:39477 Sierra German South-West Africa -0.461219460550356897 +85203 aapg_af_469.html aapg_af_469.html:747:75355:75361 Denver Colorado -0.0326360767857562101 +85204 palaios_html_3147050698 palaios_html_3147050698:1159:97893:97902 San Diego California -0.441593278961416758 +85205 cspg_html_9828997823 cspg_html_9828997823:193:17488:17498 Mount Head Lacombe, Alberta 0.679817694103711401 +85206 aapg_ah_157.html aapg_ah_157.html:236:33192:33209 Edgewood Illinois -0.00258840277417883959 +85207 aapg_ae_473.html aapg_ae_473.html:512:48292:48301 Catahoula Western world -0.476269297170336003 +85208 palaios_html_6411384130 palaios_html_6411384130:19:1178:1188 Florissant Florissant, Colorado -0.419094673376114779 +85209 cspg_html_3016068951 cspg_html_3016068951:187:19836:19853 Prairie Regina, Saskatchewan -0.454305775206324536 +85210 aapg_ad_732.html aapg_ad_732.html:744:95141:95148 Temblor California -0.475085351012185853 +85211 gsa_html_5865982995 gsa_html_5865982995:599:65366:65373 Challis Absaroka -0.460269102262388319 +85212 cspg_html_5995140321 cspg_html_5995140321:192:19040:19048 Columbia Lake Ontario -0.0443852715677367574 +85213 geology_html_4913268241 geology_html_4913268241:132:13983:13988 Cadiz Lisbon -0.487659330983205019 +85214 aapg_ah_645.html aapg_ah_645.html:102:13549:13554 Piper Williston, Vermont -0.458659434193013582 +85215 cspg_html_9912281240 cspg_html_9912281240:83:11332:11349 Belly River Lacombe, Alberta -0.44255997020698512 +85216 cspg_html_5358383351 cspg_html_5358383351:22:2933:2953 Windsor Bridgetown, Nova Scotia -0.457514673015389395 +85217 cspg_html_3187264334 cspg_html_3187264334:492:55157:55174 Cardium Lacombe, Alberta -0.452882496357985831 +85218 gsa_html_7527938354 gsa_html_7527938354:67:4964:4992 Green River Colorado -0.00693148706696411487 +85219 aapg_ad_564.html aapg_ad_564.html:8278:747390:747410 Tuscaloosa Mexico -0.440300736461396947 +85220 jgeology_html_8494933343 jgeology_html_8494933343:478:37367:37378 Green River Colorado -0.0667553724094207129 +85221 cspg_html_8227554214 cspg_html_8227554214:325:35247:35252 Mabou Cumberland, Maryland -0.484161071054726611 +85222 sedimentology_html_6302405335 sedimentology_html_6302405335:1085:86282:86297 Mesaverde Colorado -0.442720440658756875 +85223 aapg_ai_890.html aapg_ai_890.html:103:11911:11924 Jordan Bornholm -0.0144772441484254995 +85224 gsa_html_4113859081 gsa_html_4113859081:84:7810:7822 Independence California Water Wars -0.482150482079643117 +85225 sedimentology_html_5481850111 sedimentology_html_5481850111:678:40932:40936 Lane Chandler, Arizona -0.460980639153810601 +85226 cspg_html_8438548095 cspg_html_8438548095:331:33092:33107 Edmonton Red Deer, Alberta -0.470365549607814404 +85227 aapg_af_449.html aapg_af_449.html:137:17091:17116 Santa Margarita California -0.0197377379215514133 +85228 sedimentology_html_3449233333 sedimentology_html_3449233333:211:19578:19585 Canning Perth, Western Australia -0.0579634464646465175 +85229 aapg_ae_789.html aapg_ae_789.html:355:41901:41913 Wabamun Edmonton, London -0.456405305746547585 +85230 gsa_html_8086754950 gsa_html_8086754950:222:25425:25446 Fort Union Wasatch Range -0.00527934873270450959 +85231 gsa_html_4067767548 gsa_html_4067767548:287:27566:27585 Hillabee Greenstone Durham, North Carolina -0.479438267468745405 +85232 aapg_ai_473.html aapg_ai_473.html:23:3122:3127 Price Logan, Utah -0.438007065376213589 +85233 aapg_ac_889.html aapg_ac_889.html:66:7009:7028 Hermitage Middle Ordovician -0.461089806729199636 +85234 aapg_ai_801.html aapg_ai_801.html:198:20841:20861 Phosphoria North Carolina -0.469152832749018645 +85235 cspg_html_5981094114 cspg_html_5981094114:112:17123:17131 Colorado Denver -0.0907839976297658696 +85236 cspg_html_5497811468 cspg_html_5497811468:105:14399:14415 Yeoman Regina, Saskatchewan -0.0272913568249384605 +85237 sedimentology_html_8652763963 sedimentology_html_8652763963:532:30495:30501 Provo Africa -0.006663945278057983 +85238 aapg_af_854.html aapg_af_854.html:997:140399:140405 Warsaw Salem, Massachusetts -0.396957936526068034 +85239 cspg_html_9343899465 cspg_html_9343899465:745:68819:68835 Strathcona Fiord Ellesmere Island -0.265550321510238496 +85240 aapg_ai_615.html aapg_ai_615.html:7:318:346 Ross Golden, Colorado -0.0812792372414595232 +85241 geology_html_2345977738 geology_html_2345977738:328:27674:27695 Lawrence Canada -0.464501195477937445 +85242 aapg_ah_619.html aapg_ah_619.html:67:8032:8038 Dakota Denver 0.0575708500128760195 +85243 aapg_ai_105.html aapg_ai_105.html:517:62114:62134 Manning Canyon Oquirrh Mountain Utah Temple -0.470236848829719556 +85244 cspg_html_2193428533 cspg_html_2193428533:201:24979:25009 Doig Victoria, British Columbia -0.49285239645366713 +85245 sedimentology_html_3200584564 sedimentology_html_3200584564:723:58128:58146 Cardium Antarctica -0.446231020576565107 +85246 aapg_ah_871.html aapg_ah_871.html:422:46355:46360 Chazy Black River, Jamaica -0.0230090906667148494 +85247 aapg_ad_683.html aapg_ad_683.html:498:50598:50614 Kaibab Grand Canyon -0.437302113558529104 +85248 aapg_ad_169.html aapg_ad_169.html:301:35187:35202 Bluefield Huntington, West Virginia 0.290013390119374659 +85249 aapg_aa_856.html aapg_aa_856.html:71:5265:5274 Smackover Arkansas 0.0102845739324917348 +85250 aapg_ah_847.html aapg_ah_847.html:83:9604:9626 Hornerstown Monmouth County, New Jersey -0.0171725037246518962 +85251 gsa_html_9843405750 gsa_html_9843405750:1188:119343:119352 Extension Iran -0.0500861646985385212 +85252 aapg_ac_807.html aapg_ac_807.html:793:78414:78434 Middendorf North Carolina 0.00285245641142386911 +85253 geology_html_8807787667 geology_html_8807787667:139:14490:14506 Eureka Quartzite Reno, Nevada 0.359085176944149764 +85254 gsa_html_5813911420 gsa_html_5813911420:23:1858:1864 Sierra Western world -0.0518153822203646572 +85255 aapg_ae_904.html aapg_ae_904.html:447:46484:46491 Laramie Black Hills -0.477179162580930738 +85256 aapg_ac_613.html aapg_ac_613.html:185:29109:29124 Mesaverde San Juan, Argentina -0.470510360514459824 +85257 aapg_ad_575.html aapg_ad_575.html:298:37739:37757 Norphlet Alabama -0.251235238600339639 +85258 cspg_html_8057060038 cspg_html_8057060038:141:16958:16967 Gog Horseshoe Lake, Arkansas -0.452977161832460395 +85259 aapg_ac_984.html aapg_ac_984.html:102:8578:8588 Eau Claire Illinois -0.432858520689856086 +85260 aapg_af_562.html aapg_af_562.html:68:9349:9359 Tuscaloosa Tuscaloosa, Alabama -0.428967178358428958 +85261 aapg_ah_311.html aapg_ah_311.html:19:3127:3149 White River Fort Union Trading Post National Historic Site -0.0239791454230104222 +85262 cspg_html_8891363498 cspg_html_8891363498:112:10838:10856 Michelle Reno, Nevada -0.0641976627125528526 +85263 aapg_aa_623.html aapg_aa_623.html:58:6761:6782 Belly River Lacombe, Alberta -0.459919224612040101 +85264 gsa_html_7088163853 gsa_html_7088163853:29:2796:2824 Green River Colorado -0.0217296792824245993 +85265 aapg_ac_65.html aapg_ac_65.html:853:69897:69905 Colorado Tenmile Range -0.482150482079643117 +85266 cspg_html_6306091047 cspg_html_6306091047:19:3376:3384 Columbia Victoria, British Columbia -0.470365549607814404 +85267 cspg_html_7409170811 cspg_html_7409170811:351:53456:53477 Exshaw Jura Mountains 0.00132025624175985054 +85268 aapg_ad_958.html aapg_ad_958.html:512:50784:50791 Hampton Iowa -0.24590151513996969 +85269 aapg_ac_535.html aapg_ac_535.html:324:28100:28117 Cardium Lacombe, Alberta -0.011024723133422322 +85270 cspg_html_6252417471 cspg_html_6252417471:417:60983:61009 Rockdale Milam County, Texas -0.474918987556243288 +85271 aapg_ai_344.html aapg_ai_344.html:6:853:870 Laketown Dolomite Great Basin -0.0213629091377398328 +85272 aapg_af_26.html aapg_af_26.html:250:21142:21159 Spencer Corvallis, Oregon -0.390612513573368625 +85273 cspg_html_3102530088 cspg_html_3102530088:75:10546:10567 Milk River Lacombe, Alberta -0.111757292619830653 +85274 aapg_af_90.html aapg_af_90.html:44:7840:7861 Wood Canyon California -0.0151097603849725953 +85275 aapg_ac_965.html aapg_ac_965.html:729:78834:78853 Manlius Florida Bay -0.0288373212008630718 +85276 gsa_html_3889478723 gsa_html_3889478723:29:2796:2824 Green River New Mexico 0.0149273021634023628 +85277 aapg_ai_906.html aapg_ai_906.html:310:45303:45309 Oxford Sicily -0.515832271561596056 +85278 aapg_ae_983.html aapg_ae_983.html:666:49571:49583 Marble Falls Texas -0.00756560119780054757 +85279 cspg_html_3447886929 cspg_html_3447886929:54:7179:7197 Goose Tickle Canada -0.072565244885876623 +85280 geology_html_5392800991 geology_html_5392800991:128:12528:12547 Port Hood Sydney Basin -0.464473797617463435 +85281 aapg_ai_763.html aapg_ai_763.html:67:8870:8883 Cotton Valley East Texas -0.211119273148518 +85282 geology_html_9417446032 geology_html_9417446032:40:4177:4183 Bethel South Africa -0.00694885995532785496 +85283 aapg_ai_388.html aapg_ai_388.html:325:34376:34390 Mesaverde Wasatch Range 0.666369025797387216 +85284 aapg_ah_49.html aapg_ah_49.html:141:16437:16444 Castaic San Gabriel Valley -0.462125287699645448 +85285 sedimentology_html_9227563678 sedimentology_html_9227563678:1691:95497:95521 Victoria Uruguay -0.467889067103673728 +85286 cspg_html_4433937749 cspg_html_4433937749:48:7230:7246 Viking Lacombe, Alberta -0.470292003998596664 +85287 aapg_af_2.html aapg_af_2.html:609:61114:61129 Ouray Colorado -0.454041701910604445 +85288 cspg_html_3740794265 cspg_html_3740794265:365:40980:40997 Bluesky Victoria, British Columbia -0.492210951964540455 +85289 aapg_aa_793.html aapg_aa_793.html:446:56846:56866 Fort Union Cheyenne, Wyoming -0.441419648744354465 +85290 geology_html_1035667905 geology_html_1035667905:12:691:701 Pittsburgh Pennsylvania -0.0424800423112160416 +85291 aapg_af_699.html aapg_af_699.html:281:26357:26363 Banner Cheyenne, Wyoming -0.435767689782418699 +85292 cspg_html_9343899465 cspg_html_9343899465:1764:143698:143702 Fram Ellesmere Island -0.23174445094287785 +85293 aapg_ah_489.html aapg_ah_489.html:53:4954:4961 Genesee Middlesex -0.503937652022910187 +85294 gsa_html_2729737430 gsa_html_2729737430:513:53593:53611 Teewinot Grand Valley (Colorado) -0.0598744231387603118 +85295 aapg_ah_430.html aapg_ah_430.html:187:13589:13597 Morrison Colorado Springs, Colorado -0.449288003852790552 +85296 aapg_ai_688.html aapg_ai_688.html:385:41679:41695 Salina Huntington, West Virginia 0.325858995308776156 +85297 palaios_html_9789679615 palaios_html_9789679615:570:65667:65685 Javelina Texas -0.478990153256473372 +85298 cspg_html_4666332434 cspg_html_4666332434:64:10594:10611 Bearpaw Judith River Formation -0.465787563493960222 +85299 aapg_ad_466.html aapg_ad_466.html:928:100104:100112 Navesink Mount Laurel Township, New Jersey -0.423229723234377797 +85300 aapg_af_2.html aapg_af_2.html:523:57069:57093 Arroyo New Mexico -0.038468880180471815 +85301 aapg_ak_97.html aapg_ak_97.html:9:999:1021 Red Mountain Alabama -0.439343057733562137 +85302 AMJC_html_7984049819 AMJC_html_7984049819:707:75894:75911 Berwick Hartford, Connecticut -0.484413309843390927 +85303 aapg_ac_730.html aapg_ac_730.html:233:32387:32394 Kayenta Salina, Kansas -0.478535310781285639 +85304 aapg_ac_90.html aapg_ac_90.html:235:31608:31624 Navajo Logan, Utah -0.459737523933718362 +85305 aapg_ah_823.html aapg_ah_823.html:155:16126:16151 Mission Canyon Nottinghamshire 0.0876134479180415982 +85306 sedimentology_html_2339468027 sedimentology_html_2339468027:26:1882:1890 Colorado Athens, Georgia -0.0248379892514390653 +85307 aapg_af_479.html aapg_af_479.html:683:72703:72721 Cabrillo California -0.0147100917110170436 +85308 cspg_html_9843429624 cspg_html_9843429624:8:479:512 Redknife Victoria, British Columbia 0.0212742596819748588 +85309 gsa_html_2758185504 gsa_html_2758185504:77:8012:8032 Fort Union Knife River -0.260158546844965977 +85310 jgeology_html_2074544204 jgeology_html_2074544204:158:8218:8225 Potomac Appalachia -0.0149690067830474411 +85311 geology_html_8604941795 geology_html_8604941795:11:549:559 Washington Seattle -0.0225432067788778057 +85312 cspg_html_6306091047 cspg_html_6306091047:615:84554:84563 Baldonnel Canada -0.463396817899322633 +85313 aapg_aa_267.html aapg_aa_267.html:113:9778:9788 Greenbrier Huntington, West Virginia -0.0832914699086017285 +85314 cspg_html_9872589627 cspg_html_9872589627:36:4560:4577 Halfway Victoria, British Columbia -0.454685092236895128 +85315 cspg_html_8649903682 cspg_html_8649903682:72:9352:9366 Graneros Cheyenne, Wyoming -0.493383370963238699 +85316 sedimentology_html_3455721661 sedimentology_html_3455721661:319:24394:24401 Todilto Entrada Sandstone 0.0372522840443789555 +85317 gsa_html_8504301160 gsa_html_8504301160:66:4852:4880 Green River Colorado -0.0236314487961183893 +85318 aapg_ae_974.html aapg_ae_974.html:330:33839:33843 Frio Rio Grande City, Texas -0.484534784604727431 +85319 AMJC_html_4486401509 AMJC_html_4486401509:34:3392:3404 Pinal Schist Arizona -0.506518679863000365 +85320 aapg_ad_580.html aapg_ad_580.html:425:52564:52584 Fort Union Cheyenne, Wyoming -0.000571531620668953421 +85321 aapg_af_551.html aapg_af_551.html:33:3423:3434 Lake Valley Rift Valley lakes -0.467497231753434772 +85322 aapg_ad_318.html aapg_ad_318.html:181:24040:24052 Salina Ohio -0.0317923859746223822 +85323 aapg_aa_15.html aapg_aa_15.html:24:3172:3190 Jackson Jackson, Mississippi -0.0402548881501223546 +85324 aapg_aa_740.html aapg_aa_740.html:7:944:959 Darby Cheyenne, Wyoming 0.00825705540955557274 +85325 gsa_html_8241338635 gsa_html_8241338635:277:27220:27247 Moenkopi Coconino County, Arizona -0.439858437383654544 +85326 cspg_html_7093237629 cspg_html_7093237629:743:80405:80425 Swan Hills Canada -0.465568086328610908 +85327 aapg_ac_331.html aapg_ac_331.html:120:19771:19802 Lizard Springs Trinidad and Tobago -0.563049019091698022 +85328 aapg_ae_173.html aapg_ae_173.html:352:24702:24708 Moscow Russia -0.0180709945054990453 +85329 aapg_aa_598.html aapg_aa_598.html:441:40180:40189 Chugwater Cheyenne, Wyoming -0.0322951140020652852 +85330 cspg_html_8525917094 cspg_html_8525917094:237:30514:30529 Swift Lacombe, Alberta 0.0183751344780311229 +85331 gsa_html_4064231443 gsa_html_4064231443:62:5047:5075 Green River Colorado 0.00951837885947521764 +85332 cspg_html_2734588863 cspg_html_2734588863:198:22095:22122 Prairie Regina, Saskatchewan -0.482092240402263728 +85333 aapg_ah_421.html aapg_ah_421.html:204:16254:16278 St. Mary River Edmonton, London -0.457555451333636842 +85334 aapg_aa_148.html aapg_aa_148.html:12:2255:2267 Cedar Mountain Logan, Utah -0.448287309474040385 +85335 aapg_ae_610.html aapg_ae_610.html:332:26864:26884 San Andres New Mexico -0.430176006996349836 +85336 palaios_html_8029736168 palaios_html_8029736168:722:71675:71697 Prince Creek Anchorage, Alaska -0.452882496357985831 +85337 cspg_html_7881580279 cspg_html_7881580279:282:35944:35960 Yeoman Regina, Saskatchewan -0.0298634270365841781 +85338 aapg_aa_105.html aapg_aa_105.html:273:29512:29523 Belly River Edmonton, London 0.0375899224872095275 +85339 aapg_ad_3.html aapg_ad_3.html:381:35691:35707 Chazy Middle Ordovician -0.482150482079643117 +85340 aapg_ai_581.html aapg_ai_581.html:68:6500:6525 Lakota Black Hills 0.671658473108000198 +85341 aapg_af_370.html aapg_af_370.html:34:5334:5351 Repetto Ventura County, California -0.0559152219546391674 +85342 aapg_ae_999.html aapg_ae_999.html:586:77404:77409 Tampa Tampa, Florida -0.0330918692882290547 +85343 aapg_ae_745.html aapg_ae_745.html:576:68411:68417 Kodiak Anchorage, Alaska -0.461089806729199636 +85344 gsa_html_4216613284 gsa_html_4216613284:85:8960:8971 Uncompahgre Kaibab, Arizona -0.0791207347329534461 +85345 jgeology_html_1095412310 jgeology_html_1095412310:111:5149:5166 Manlius Schoharie Creek -0.442620143363224416 +85346 aapg_ad_169.html aapg_ad_169.html:270:31472:31490 Greenbrier Greenbrier (Great Smoky Mountains) -0.0247441052038830135 +85347 aapg_ai_17.html aapg_ai_17.html:745:52102:52111 Vicksburg Rapides Parish, Louisiana -0.0142044328576254025 +85348 aapg_ad_173.html aapg_ad_173.html:751:67012:67031 Chugwater Cheyenne, Wyoming -0.0246554374675200805 +85349 aapg_aa_682.html aapg_aa_682.html:615:62329:62353 Bonner Springs Crowley, Louisiana -0.464820899663721254 +85350 aapg_ah_600.html aapg_ah_600.html:21:2119:2127 Woodbine Paluxy, Texas -0.471464870791560964 +85351 sedimentology_html_6202186213 sedimentology_html_6202186213:721:58081:58086 Yukon Canada -0.0275887108223223723 +85352 aapg_ai_687.html aapg_ai_687.html:1118:119779:119785 Brazil Gulf of Guinea -0.011777050823328571 +85353 aapg_ad_267.html aapg_ad_267.html:91:8554:8577 Cotton Valley Haynesville, Louisiana -0.0219956359317186878 +85354 aapg_ah_231.html aapg_ah_231.html:32:2962:2967 Sligo Paluxy, Texas -0.0148699584237191908 +85355 aapg_ae_915.html aapg_ae_915.html:206:16746:16764 Niobrara Niobrara, Nebraska -0.40371559772958876 +85356 aapg_ac_414.html aapg_ac_414.html:257:31656:31676 Phosphoria Cheyenne, Wyoming -0.00652496303282925402 +85357 palaios_html_3855840708 palaios_html_3855840708:388:33837:33845 Colorado Florissant, Colorado -0.469302035375975646 +85358 aapg_ai_31.html aapg_ai_31.html:81:8655:8670 Vicksburg Mississippi River -0.451956647802202349 +85359 aapg_ai_399.html aapg_ai_399.html:150:15710:15723 Porters Creek Tuscaloosa, Alabama -0.50210373062480862 +85360 sedimentology_html_3238300064 sedimentology_html_3238300064:1547:101501:101521 Clearwater Canada -0.0488923304210317836 +85361 aapg_ae_706.html aapg_ae_706.html:93:9154:9168 Rome Saltville, Virginia -0.00475991516942670528 +85362 aapg_ad_2.html aapg_ad_2.html:1231:168283:168300 Martinsburg Steelton, Pennsylvania -0.426501543042148601 +85363 aapg_ad_145.html aapg_ad_145.html:34:3893:3920 Moenkopi San Rafael Swell -0.232745613576701094 +85364 aapg_ae_113.html aapg_ae_113.html:104:13689:13709 Peel Wales Island (British Columbia) -0.423072537243216251 +85365 aapg_ad_2.html aapg_ad_2.html:815:115233:115246 Conococheague Trempealeau, Wisconsin 0.0181266083386950397 +85366 aapg_ac_910.html aapg_ac_910.html:410:34229:34235 Sierra Coahuila -0.464533160716817162 +85367 aapg_aa_697.html aapg_aa_697.html:126:13878:13911 Stettler Lacombe, Alberta -0.435694684676078359 +85368 gsa_html_4930932370 gsa_html_4930932370:249:24531:24539 Michigan Sudbury, Suffolk -0.462348471732962063 +85369 aapg_af_939.html aapg_af_939.html:33:4076:4097 Sweetland Creek Iowa -0.0825534320397973004 +85370 cspg_html_7028413504 cspg_html_7028413504:466:50516:50551 Keg River Lacombe, Alberta -0.460091874413590562 +85371 gsa_html_5712812305 gsa_html_5712812305:706:66700:66706 Oregon Salem, Oregon -0.0243790060490477571 +85372 aapg_ah_521.html aapg_ah_521.html:350:39015:39022 Carrizo Appalachia -0.0114868900754173092 +85373 palaios_html_4501603736 palaios_html_4501603736:187:18255:18273 Moenkopi Reno, Nevada -0.00655275945491847703 +85374 aapg_ac_289.html aapg_ac_289.html:53:6115:6123 Saratoga Cotton Valley, Louisiana -0.0657821209328515732 +85375 aapg_ae_444.html aapg_ae_444.html:242:23806:23812 Casper Cheyenne, Wyoming -0.449871874526764137 +85376 aapg_ae_641.html aapg_ae_641.html:70:8422:8429 Rapides Calcasieu Parish, Louisiana -0.454041701910604445 +85377 aapg_ah_62.html aapg_ah_62.html:98:13306:13322 Cabot Head Manitoulin Island -0.440620923452583413 +85378 aapg_aa_796.html aapg_aa_796.html:81:9217:9225 Columbia Lacombe, Alberta -0.484191429205932 +85379 aapg_ai_187.html aapg_ai_187.html:84:9973:9988 Lance Cheyenne, Wyoming -0.446029671493266278 +85380 jgeology_html_9033080750 jgeology_html_9033080750:526:42141:42160 Esperanza Middle East -0.501545759647369804 +85381 aapg_af_854.html aapg_af_854.html:881:124962:124971 Aux Vases Illinois -0.0458327637888954545 +85382 aapg_ai_278.html aapg_ai_278.html:477:64368:64385 Cypress Melbourne, Florida -0.454847705403765845 +85383 cspg_html_3521815736 cspg_html_3521815736:432:59919:59926 Halfway Lacombe, Alberta 0.00994404088391406815 +85384 aapg_ac_333.html aapg_ac_333.html:280:36719:36723 Rico Cataract Canyon -0.480602591853576067 +85385 aapg_ah_329.html aapg_ah_329.html:282:27753:27767 Monterey Monterey, California 0.0530340986575405376 +85386 aapg_ad_42.html aapg_ad_42.html:256:26166:26184 Edmonton Lacombe, Alberta -0.462348471732962063 +85387 gsa_html_2221617552 gsa_html_2221617552:60:4545:4573 Green River Colorado -0.00100408928942736001 +85388 cspg_html_2873888604 cspg_html_2873888604:205:31928:31950 Charlie Lake Victoria, British Columbia -0.480033015687554854 +85389 aapg_ae_278.html aapg_ae_278.html:998:104902:104906 Java Sumatra -0.403056607357148822 +85390 aapg_aa_39.html aapg_aa_39.html:15:2214:2224 Rio Grande San Juan River (Nicaragua) -0.469038078694436811 +85391 palaios_html_5264377288 palaios_html_5264377288:184:16271:16291 Chickaloon Anchorage, Alaska -0.482884665046712014 +85392 aapg_ae_874.html aapg_ae_874.html:92:10681:10699 Woodbine East Texas -0.478702368018989743 +85393 aapg_ac_788.html aapg_ac_788.html:101:15723:15748 Barnett Wise County, Virginia -0.49462361093906354 +85394 aapg_ah_555.html aapg_ah_555.html:96:9927:9937 Georgetown Caldwell County, North Carolina -0.422007842206250927 +85395 sedimentology_html_1463603507 sedimentology_html_1463603507:849:61805:61815 Bear River Boise, Idaho -0.0193206044123134212 +85396 geology_html_5972436991 geology_html_5972436991:14:873:883 Washington Washington (state) -0.0344697965895258002 +85397 aapg_ae_280.html aapg_ae_280.html:94:11457:11461 Leon Perrysburg, Ohio -0.0516166410516480934 +85398 aapg_ai_716.html aapg_ai_716.html:11:1433:1448 Woodford Bartlesville, Oklahoma -0.0473711120814198014 +85399 aapg_ac_575.html aapg_ac_575.html:588:88636:88640 Word Texas -0.474842748246669499 +85400 cspg_html_4056366713 cspg_html_4056366713:354:57157:57165 Montreal Arctic Cordillera 0.00751869385718860559 +85401 jgeology_html_5435533156 jgeology_html_5435533156:453:31201:31210 Frankfort Schenectady, New York -0.0083213368469432069 +85402 aapg_ah_555.html aapg_ah_555.html:86:8754:8761 Hosston County Sligo -0.00756560119780054757 +85403 aapg_ai_119.html aapg_ai_119.html:81:8867:8881 Bedford Pennsylvania -0.478586352630804512 +85404 aapg_ae_233.html aapg_ae_233.html:50:6302:6313 Clinchfield Ocala, Florida -0.0142635127702024425 +85405 aapg_ai_621.html aapg_ai_621.html:44:8027:8033 Sierra West, Texas -0.480667710196792775 +85406 aapg_ad_597.html aapg_ad_597.html:229:27392:27399 Grimsby Norfolk County, Ontario -0.514547843397291094 +85407 cspg_html_1784868850 cspg_html_1784868850:467:45652:45661 Mackenzie Victoria, British Columbia -0.0161298137457332978 +85408 cspg_html_5541937700 cspg_html_5541937700:1104:121395:121411 Viking Lacombe, Alberta -0.00138974352800571069 +85409 aapg_ac_881.html aapg_ac_881.html:305:36152:36169 Manitou Missouri River -0.457532796484121151 +85410 geology_html_3353189632 geology_html_3353189632:303:26508:26522 Rockwell East Palo Alto, California -0.0142635127702024425 +85411 aapg_ai_607.html aapg_ai_607.html:41:2088:2107 Morehouse Middle East 0.000564582905986352451 +85412 cspg_html_1296564271 cspg_html_1296564271:408:43568:43576 Michigan Ontario, California -0.450608983410958508 +85413 aapg_aa_712.html aapg_aa_712.html:117:14381:14389 Starved Rock Hennepin, Illinois -0.0360514955069057563 +85414 aapg_ad_696.html aapg_ad_696.html:142:15125:15131 Weches Charlotte, North Carolina -0.424643370066234593 +85415 aapg_af_263.html aapg_af_263.html:31:4769:4789 Otto Fiord Ellesmere Island -0.222951629114019417 +85416 gsa_html_7464626519 gsa_html_7464626519:988:91644:91652 Colorado Cheyenne, Wyoming -0.485546964607742992 +85417 aapg_af_397.html aapg_af_397.html:238:29505:29512 Entrada Entrada Sandstone 0.913059700999681922 +85418 aapg_ad_803.html aapg_ad_803.html:81:7586:7596 Las Animas Colorado 0.0106841830799118756 +85419 aapg_ah_647.html aapg_ah_647.html:156:15292:15304 El Paso El Paso, Texas -0.0259750760955488914 +85420 aapg_ai_153.html aapg_ai_153.html:95:16129:16138 Conemaugh Pittsburgh -0.457532796484121151 +85421 jgeology_html_6990146451 jgeology_html_6990146451:320:21653:21661 Virginia Knoxville, Tennessee -0.0679664918754289971 +85422 cspg_html_6306091047 cspg_html_6306091047:354:51104:51113 Baldonnel Victoria, British Columbia -0.434006092086238693 +85423 palaios_html_3823690862 palaios_html_3823690862:1155:64261:64267 Brazil Switzerland -0.452882496357985831 +85424 sedimentology_html_4109585061 sedimentology_html_4109585061:61:6609:6615 Brazil Sweden -0.467877607461444023 +85425 aapg_ae_973.html aapg_ae_973.html:656:49029:49039 San Andres Delaware 0.0157787853942168051 +85426 gsa_html_3613642206 gsa_html_3613642206:690:65575:65585 Washington Seattle -0.450829332903146696 +85427 aapg_ac_366.html aapg_ac_366.html:67:9439:9459 Shawangunk Pennsylvania -0.0140376196944260508 +85428 aapg_ah_260.html aapg_ah_260.html:376:51379:51398 Flagstaff Indianola, Iowa -0.0600280242274353476 +85429 cspg_html_6527882366 cspg_html_6527882366:13:1355:1379 Athabasca Regina, Saskatchewan -0.0434656937810903587 +85430 aapg_ac_198.html aapg_ac_198.html:311:26337:26353 Mt Lytton Texas 0.0246397902733066602 +85431 cspg_html_4103411715 cspg_html_4103411715:512:51914:51930 Viking Canada -0.0060576376426468119 +85432 aapg_aa_626.html aapg_aa_626.html:369:38039:38045 Jordan Delaware 0.0168423133530892395 +85433 sedimentology_html_2101234011 sedimentology_html_2101234011:801:50046:50054 Columbia Victoria, British Columbia -0.00447500993536276322 +85434 geology_html_2181785127 geology_html_2181785127:25:1366:1374 Montreal Earth -0.439565169119916221 +85435 cspg_html_2929384614 cspg_html_2929384614:44:6837:6845 Columbia Lacombe, Alberta -0.450707909241451543 +85436 geology_html_5526435496 geology_html_5526435496:182:15933:15953 Fort Union Cheyenne, Wyoming 0.00118301890022228136 +85437 geology_html_6392821947 geology_html_6392821947:319:26446:26452 Oregon Washington (state) -0.448327675040319895 +85438 aapg_ad_11.html aapg_ad_11.html:93:12533:12553 Sentinel Butte Almont, Michigan -0.0450123132997459277 +85439 cspg_html_7777724998 cspg_html_7777724998:231:32769:32777 Bellevue Bellevue, Nebraska -0.457492019193031785 +85440 gsa_html_3586037273 gsa_html_3586037273:968:93632:93660 Green River Colorado 0.0216966522714720049 +85441 gsa_html_3445493534 gsa_html_3445493534:334:39008:39021 Santa Barbara Hondo, Texas -0.447168994241326834 +85442 gsa_html_2713524768 gsa_html_2713524768:708:64601:64627 Monterey California -0.455799127156009509 +85443 aapg_af_975.html aapg_af_975.html:110:17620:17628 Colorado Denver -0.0515643416421474945 +85444 jgeology_html_4305195651 jgeology_html_4305195651:836:88796:88807 Mauch Chunk Carbon County, Wyoming -0.455184317280275863 +85445 aapg_ae_574.html aapg_ae_574.html:302:42039:42045 Denver Colorado 0.0182169811347791637 +85446 aapg_ai_94.html aapg_ai_94.html:410:46429:46435 Sierra Piedras Negras (Maya site) -0.499569634767048298 +85447 sedimentology_html_8370931987 sedimentology_html_8370931987:33:2040:2048 Michigan Germany -0.0170265242171895904 +85448 cspg_html_4392308496 cspg_html_4392308496:336:46800:46825 Bonaventure Nashville Basin -0.50899473261649919 +85449 cspg_html_3008414459 cspg_html_3008414459:242:31851:31867 Mt Lytton Milk River, Alberta -0.504683839934297218 +85450 aapg_aa_976.html aapg_aa_976.html:232:28055:28059 Lane Plattsburg, Missouri -0.0349709036948933905 +85451 aapg_ai_321.html aapg_ai_321.html:173:24137:24145 San Luis Rio de Janeiro -0.483407132229491276 +85452 aapg_ae_220.html aapg_ae_220.html:199:21513:21532 Smackover Columbia Country -0.00365504393340889116 +85453 gsa_html_3387611512 gsa_html_3387611512:1634:152604:152632 Green River New Mexico -0.0193049620802523206 +85454 aapg_ah_521.html aapg_ah_521.html:377:43586:43596 Rio Grande Mexico -0.0724917735051158613 +85455 aapg_af_377.html aapg_af_377.html:25:3402:3408 Denver Saskatoon -0.0878608977251462281 +85456 cspg_html_2094634763 cspg_html_2094634763:267:34264:34278 Ellerslie Lacombe, Alberta -0.45421548506785292 +85457 cspg_html_3129231627 cspg_html_3129231627:44:6093:6112 Allen Bay Little Cornwallis Island -0.00395905591412439809 +85458 aapg_ad_648.html aapg_ad_648.html:234:27871:27889 Niobrara Colorado -0.64804190888154023 +85459 palaios_html_5582845937 palaios_html_5582845937:322:32714:32721 Hampton Virginia 0.0142461363116521914 +85460 cspg_html_3740794265 cspg_html_3740794265:433:44596:44613 Bluesky Lacombe, Alberta -0.0243616205908490056 +85461 aapg_ae_147.html aapg_ae_147.html:51:6260:6266 Modelo Royal Botanic Gardens, Kew -0.427672143055296883 +85462 aapg_ai_899.html aapg_ai_899.html:120:12952:12977 Whitsett Texas -0.0264132431935258684 +85463 cspg_html_8021635994 cspg_html_8021635994:341:37913:37921 Woodbend Western Canadian Sedimentary Basin -0.484161071054726611 +85464 sedimentology_html_8594924487 sedimentology_html_8594924487:600:36663:36669 Brazil Ouro Preto do Oeste -0.465579516089382972 +85465 cspg_html_4256688574 cspg_html_4256688574:39:4863:4878 Banff Lacombe, Alberta -0.0279573692057954598 +85466 aapg_ak_10.html aapg_ak_10.html:40:4970:5002 Matemateaonga New Plymouth, Idaho -0.0326360767857562101 +85467 cspg_html_6116883777 cspg_html_6116883777:1382:184696:184708 Devon Island Canadian Arctic Archipelago -0.0108839893390520418 +85468 gsa_html_4385238876 gsa_html_4385238876:518:52131:52150 Fire Lake Kayah State -0.473746101631411953 +85469 cspg_html_1503116552 cspg_html_1503116552:1282:200689:200717 Cooking Lake Swan Hill, Victoria -0.424433485516413689 +85470 aapg_ai_857.html aapg_ai_857.html:272:40622:40645 Cherry Canyon Carlsbad, New Mexico -0.0554564637243875128 +85471 aapg_ah_318.html aapg_ah_318.html:1256:126406:126429 Cotton Valley Arkansas 0.348377041998152726 +85472 cspg_html_8089302449 cspg_html_8089302449:309:53328:53352 Dawson Bay Lacombe, Alberta 1.23326758790513713 +85473 AMJC_html_4299960498 AMJC_html_4299960498:124:15758:15768 Ellensburg Snoqualmie Pass, Washington -0.466727815469158758 +85474 aapg_ad_758.html aapg_ad_758.html:340:42454:42463 Conemaugh Huntington, West Virginia -0.411068879442835877 +85475 jgeology_html_6558112478 jgeology_html_6558112478:1128:73290:73297 El Paso El Paso, Texas -0.00786789401885567251 +85476 aapg_ai_148.html aapg_ai_148.html:599:63029:63042 Turner Valley Tulsa, Oklahoma -0.445984933244691462 +85477 cspg_html_9771826320 cspg_html_9771826320:818:121825:121834 Mackenzie Mackenzie River -0.460953349343471763 +85478 cspg_html_9717154602 cspg_html_9717154602:197:27911:27918 Bearpaw Lethbridge -0.0120741642534044936 +85479 geology_html_5323396367 geology_html_5323396367:17:1001:1019 John Day Salem, Oregon -0.469230874046953295 +85480 aapg_af_854.html aapg_af_854.html:1096:154696:154717 Hardinsburg Yankeetown, Indiana -0.430176006996349836 +85481 aapg_ac_995.html aapg_ac_995.html:141:12947:12966 Huizachal Veracruz, Veracruz -0.0162740496879429895 +85482 cspg_html_7409170811 cspg_html_7409170811:325:49787:49796 Lodgepole Boise, Idaho -0.435838488044850259 +85483 geology_html_2144574689 geology_html_2144574689:25:1956:1978 Washington Seattle -0.0277017418114762735 +85484 palaios_html_3384603985 palaios_html_3384603985:60:7320:7336 Holder Otero County, New Mexico -0.0220234486290734922 +85485 gsa_html_3223741745 gsa_html_3223741745:56:3521:3549 Green River Colorado -0.00125945488018784418 +85486 cspg_html_5450075884 cspg_html_5450075884:806:79485:79493 Bullhead Victoria, British Columbia -0.470262127852539125 +85487 aapg_af_455.html aapg_af_455.html:228:22948:22976 Hampshire Maryland 0.402256986845153985 +85488 aapg_ai_584.html aapg_ai_584.html:734:77403:77414 Casper Laramie, Wyoming -0.110789609826131619 +85489 gsa_html_7040053075 gsa_html_7040053075:248:23455:23472 Topanga Santa Monica Mountains -0.4506269691264706 +85490 aapg_ai_51.html aapg_ai_51.html:3:438:457 Nanafalia Alabama 0.76710501490456795 +85491 cspg_html_4048108956 cspg_html_4048108956:359:47416:47449 Basal Lacombe, Alberta -0.49009668288503172 +85492 aapg_ad_834.html aapg_ad_834.html:90:10539:10547 Colorado Bow Island Airport -0.063205628823083157 +85493 aapg_aa_643.html aapg_aa_643.html:177:19115:19137 Knoxville Belmont, Massachusetts -0.451913869834985604 +85494 aapg_ai_514.html aapg_ai_514.html:50:5946:5956 Washington Reno, Nevada -0.0357365290373708386 +85495 aapg_ad_564.html aapg_ad_564.html:5013:401368:401387 Mesaverde Cheyenne, Wyoming -0.0708494315769639255 +85496 palaios_html_3716883934 palaios_html_3716883934:104:10547:10559 Arkona Ontario, California -0.0102706745632111761 +85497 aapg_aa_598.html aapg_aa_598.html:162:15373:15395 Ankareh Fall Creek Falls State Park -0.429428549347213639 +85498 aapg_aa_623.html aapg_aa_623.html:173:19220:19241 Belly River Victoria, British Columbia 0.00689674130686037615 +85499 gsa_html_5552216115 gsa_html_5552216115:1163:118904:118911 Temblor California -0.449541717141150321 +85500 gsa_html_4828739821 gsa_html_4828739821:1010:81408:81414 Oxford Flagstaff, Arizona -0.479552074346371926 +85501 gsa_html_7511547522 gsa_html_7511547522:71:5843:5871 Green River Colorado 0.0146214703763886383 +85502 aapg_ae_993.html aapg_ae_993.html:317:31328:31357 Birdbear Williston, Vermont -0.445338708488509594 +85503 aapg_ad_973.html aapg_ad_973.html:193:21159:21166 Yucatan Melbourne, Florida -0.00350216968043565299 +85504 aapg_af_639.html aapg_af_639.html:3:183:195 Midway Shreveport, Louisiana 0.00347437438530184134 +85505 gsa_html_2096927589 gsa_html_2096927589:9:324:352 Green River Cheyenne, Wyoming -0.425384893115628659 +85506 gsa_html_9112056802 gsa_html_9112056802:605:62334:62356 Hannah Transantarctic Mountains -0.495347335668958499 +85507 aapg_ae_4.html aapg_ae_4.html:292:33647:33661 Manning Canyon Oquirrh Mountain Utah Temple -0.0665666499678844448 +85508 aapg_af_502.html aapg_af_502.html:763:89124:89143 Smackover Arkansas -0.439165406786194035 +85509 aapg_ai_923.html aapg_ai_923.html:70:12440:12446 Denver Colorado -0.49337628910884479 +85510 aapg_ae_768.html aapg_ae_768.html:65:8485:8501 Gatuna Santa Rosa, California -0.0333423889393398495 +85511 aapg_aa_415.html aapg_aa_415.html:94:14147:14155 Woodbine Arkansas 0.430941663034103084 +85512 gsa_html_9152662653 gsa_html_9152662653:623:54205:54228 Potomac Sykesville, Maryland -0.490143713980378037 +85513 aapg_ad_318.html aapg_ad_318.html:101:13758:13773 Guelph Dolomite Lockport (city), New York -0.425358634701132332 +85514 aapg_ad_3.html aapg_ad_3.html:55:5937:5953 Nolichucky Knoxville, Tennessee -0.0351518647391547839 +85515 sedimentology_html_2418379539 sedimentology_html_2418379539:984:76849:76882 St Marys Maryland -0.441686785632637413 +85516 gsa_html_2968623834 gsa_html_2968623834:29:2796:2824 Green River Iran -0.00961046045389274753 +85517 palaios_html_6409863909 palaios_html_6409863909:39:4401:4405 Kope Netherlands -0.0218513582866363479 +85518 aapg_ad_387.html aapg_ad_387.html:18:2500:2520 Fort Worth Buda, Texas -0.0108839893390520418 +85519 gsa_html_8881958017 gsa_html_8881958017:296:29803:29811 Columbia Victoria, British Columbia 0.965845727810041077 +85520 aapg_ad_466.html aapg_ad_466.html:193:23172:23184 Mount Laurel Navesink River -0.0486622990277508355 +85521 cspg_html_6159840831 cspg_html_6159840831:151:23054:23067 Muskiki Western world -0.463396817899322633 +85522 cspg_html_3664126562 cspg_html_3664126562:31:4629:4636 Cardium Lacombe, Alberta -0.474526310844171573 +85523 cspg_html_7182873498 cspg_html_7182873498:147:20356:20363 Eramosa Guelph -0.0532328789335157898 +85524 aapg_ad_52.html aapg_ad_52.html:649:70471:70488 Michigan Michigan 0.0408119965625751285 +85525 aapg_ah_415.html aapg_ah_415.html:141:12722:12742 Milk River Colorado 0.0251700652752691496 +85526 aapg_ae_190.html aapg_ae_190.html:100:9934:9954 Keokuk Iowa 0.377473725756327261 +85527 cspg_html_1503116552 cspg_html_1503116552:123:20389:20410 Beaverhill Swan Hill, Victoria -0.0161089604302801712 +85528 aapg_ad_828.html aapg_ad_828.html:36:2109:2121 Red Mountain Ventura County, California -0.461089806729199636 +85529 aapg_ae_474.html aapg_ae_474.html:1353:142852:142868 Bethel Illinois -0.440245159686024512 +85530 aapg_ae_718.html aapg_ae_718.html:338:33037:33044 Narrows Curlew, Washington -0.0787879361762214847 +85531 aapg_ai_156.html aapg_ai_156.html:286:26326:26346 Deer Creek Pawhuska, Oklahoma 0.00270479477611077846 +85532 gsa_html_6944235645 gsa_html_6944235645:539:45056:45078 Dixon Perth, Western Australia -0.452896019392303839 +85533 gsa_html_8222638730 gsa_html_8222638730:864:81234:81249 Athabasca Regina, Saskatchewan -0.0288373212008630718 +85534 aapg_ai_811.html aapg_ai_811.html:483:65768:65791 Detroit River Bloomington, Indiana -0.43911211811260753 +85535 gsa_html_9487992082 gsa_html_9487992082:647:64510:64515 Provo Logan, Utah -0.470365549607814404 +85536 cspg_html_7192907687 cspg_html_7192907687:578:61865:61870 Tidal Maryland -0.469024309212410007 +85537 geology_html_4509927877 geology_html_4509927877:120:12227:12247 Fort Union Fort Union Trading Post National Historic Site -0.029755595097347827 +85538 jgeology_html_1836103970 jgeology_html_1836103970:58:2513:2534 New Glasgow Canada -0.0309035312152589614 +85539 aapg_af_653.html aapg_af_653.html:85:8214:8220 Cierbo Monterey, California 0.0329526940847275282 +85540 aapg_aa_118.html aapg_aa_118.html:220:19814:19819 Chazy Vergennes, Vermont -0.0697163536414249357 +85541 aapg_ai_17.html aapg_ai_17.html:1501:106344:106353 Catahoula Shreveport, Louisiana -0.473010388882843136 +85542 aapg_ae_75.html aapg_ae_75.html:170:22911:22927 Concha New Mexico 0.00239731162737208446 +85543 jgeology_html_6791895583 jgeology_html_6791895583:94:3616:3622 Oregon Salem, Oregon -0.0361854896356224864 +85544 aapg_ah_814.html aapg_ah_814.html:69:7015:7023 Saratoga Tuscaloosa, Alabama -0.0108926765936857208 +85545 aapg_aa_730.html aapg_aa_730.html:12:1726:1730 Frio Texas -0.00455839673073113721 +85546 aapg_aa_702.html aapg_aa_702.html:1021:121556:121564 Colorado Logan, Utah -0.493713923537506649 +85547 gsa_html_9529781735 gsa_html_9529781735:31:2765:2793 Green River Iran 0.0130645631501062169 +85548 aapg_ah_318.html aapg_ah_318.html:297:42646:42667 Mt Lytton Ouachita Parish, Louisiana -0.462166276497962936 +85549 aapg_af_575.html aapg_af_575.html:564:77452:77470 Warsaw Burlington, Ontario -0.464569693827358687 +85550 gsa_html_4495404225 gsa_html_4495404225:62:5259:5287 Green River Colorado -0.0222581200663617834 +85551 palaios_html_9962835704 palaios_html_9962835704:184:20349:20365 Fish Canyon Tuff San Juan Mountains -0.19642236573700847 +85552 aapg_aa_24.html aapg_aa_24.html:30:3351:3360 Waterways Hay River (Canada) -0.0447475566663644089 +85553 gsa_html_5107598462 gsa_html_5107598462:479:43898:43904 Salina Salina, Kansas -0.428896893887351471 +85554 aapg_ah_647.html aapg_ah_647.html:518:56483:56492 Horquilla Missouri River -0.1363162781084441 +85555 palaios_html_5659211478 palaios_html_5659211478:14:680:692 Saskatchewan Saskatoon -0.47254944238616009 +85556 cspg_html_8065532640 cspg_html_8065532640:74:9748:9760 Mount Kindle Root River (Wisconsin) -0.423360731207782837 +85557 cspg_html_6985536436 cspg_html_6985536436:636:81690:81711 Christopher Banks Island -0.0224493362305642867 +85558 sedimentology_html_2623529999 sedimentology_html_2623529999:1422:93885:93889 Hall London, Ontario -0.0400668715535646355 +85559 gsa_html_5608167218 gsa_html_5608167218:445:38316:38319 Arc Sicily -0.0104235679161521783 +85560 cspg_html_5360570542 cspg_html_5360570542:513:54975:54988 Windsor Bridgetown, Nova Scotia -0.420813643173481466 +85561 gsa_html_2973272646 gsa_html_2973272646:78:8568:8578 Greenbrier Alabama -0.0530916397448719588 +85562 gsa_html_5202646019 gsa_html_5202646019:792:70253:70270 Verulam Ottawa, Kansas 0.00738665861447657893 +85563 aapg_ae_454.html aapg_ae_454.html:553:50321:50328 Hosston Texas -0.00515253017068293719 +85564 palaios_html_4936782265 palaios_html_4936782265:672:66250:66269 Greenhorn Pueblo, Colorado 0.0898146740093410112 +85565 aapg_ae_576.html aapg_ae_576.html:614:54191:54195 Lane Greenland -0.00258840277417883959 +85566 aapg_ai_334.html aapg_ai_334.html:205:20668:20673 Peten Guatemala -0.472770666406185036 +85567 aapg_af_854.html aapg_af_854.html:507:67338:67354 Warsaw West Point, New York -0.417439513760371694 +85568 geology_html_9016475315 geology_html_9016475315:384:28467:28477 Washington Salem, Oregon -0.444916336311243943 +85569 aapg_aa_740.html aapg_aa_740.html:38:4165:4180 Darby Western world 0.779046193576894752 +85570 aapg_ac_451.html aapg_ac_451.html:156:16868:16893 Matanuska Matanuska-Susitna Valley -0.0247962629365806077 +85571 geology_html_8775636566 geology_html_8775636566:380:25993:26005 Rockwell Johnson Valley, California -0.00257103084166600531 +85572 aapg_ah_96.html aapg_ah_96.html:270:30988:30996 Deadwood Winnipeg 1.09550670779530779 +85573 aapg_ah_775.html aapg_ah_775.html:153:18844:18855 Uncompahgre New Mexico -0.465776131049653153 +85574 aapg_ae_863.html aapg_ae_863.html:422:46482:46498 Modelo Santa Monica Mountains -0.10310711065917838 +85575 cspg_html_8600619449 cspg_html_8600619449:7:814:818 Evie Norman Wells -0.521493319594530602 +85576 gsa_html_4385238876 gsa_html_4385238876:818:83793:83803 Whitehorse Weston, Florida -0.0315036314272049284 +85577 palaios_html_7076037184 palaios_html_7076037184:106:11543:11561 Wise Lake Illinois -0.443692774120845845 +85578 cspg_html_5541937700 cspg_html_5541937700:940:112051:112067 Viking Central Alberta -0.0341270386384278437 +85579 aapg_ac_414.html aapg_ac_414.html:352:41020:41036 Kaibab Logan, Utah -0.44255997020698512 +85580 aapg_ai_272.html aapg_ai_272.html:630:63866:63887 Lawrence Canada -0.461001107058420345 +85581 gsa_html_3392872323 gsa_html_3392872323:670:72059:72064 Stark New Guinea -0.466714081975797668 +85582 aapg_ac_310.html aapg_ac_310.html:14:1481:1522 Fountain Golden, Colorado -0.472491841137828439 +85583 cspg_html_6021605367 cspg_html_6021605367:46:5200:5208 Columbia Victoria, British Columbia -0.455387700672750584 +85584 jgeology_html_8355852976 jgeology_html_8355852976:850:50410:50422 Pierre Colorado Springs, Colorado -0.450676431675374467 +85585 gsa_html_6498278239 gsa_html_6498278239:598:59253:59275 Slope London, Ontario -0.466727815469158758 +85586 gsa_html_2675218998 gsa_html_2675218998:272:28324:28332 Colorado Mesa, Arizona -0.465561228542891226 +85587 gsa_html_4243887096 gsa_html_4243887096:23:978:997 Wenatchee Washington (state) -0.504301095690400381 +85588 gsa_html_5081991493 gsa_html_5081991493:155:15980:15991 Green River Uinta Mountains -0.49674688103899195 +85589 aapg_ac_730.html aapg_ac_730.html:54:7726:7742 Dakota Mancos, Colorado -0.438839061514967266 +85590 aapg_ai_985.html aapg_ai_985.html:1391:142215:142223 San Jose Oppenheim, New York -0.457614356613462614 +85591 aapg_ae_112.html aapg_ae_112.html:276:26724:26732 Michigan Michigan -0.028002582716924157 +85592 aapg_ai_776.html aapg_ai_776.html:322:34812:34824 Dakota Denver -0.501288360466203176 +85593 aapg_ac_474.html aapg_ac_474.html:6:835:855 Cedar Keys Melbourne, Florida -0.483477129634449443 +85594 geology_html_1098024541 geology_html_1098024541:225:22092:22098 Pueblo Colorado -0.0233880656689205678 +85595 aapg_ac_230.html aapg_ac_230.html:253:27890:27896 Sierra Santa Ysabel, California -0.0448677412107618342 +85596 aapg_ad_564.html aapg_ad_564.html:4795:375221:375239 Frontier Cheyenne, Wyoming -0.446052041434467972 +85597 aapg_ad_918.html aapg_ad_918.html:420:50789:50803 Colorado Colorado -0.0519077812744832348 +85598 aapg_ad_441.html aapg_ad_441.html:525:37691:37703 Navajo San Rafael Swell 0.0191780858485972837 +85599 sedimentology_html_8364351073 sedimentology_html_8364351073:1017:89356:89362 Navajo Logan, Utah 0.590176495558298098 +85600 gsa_html_9542539418 gsa_html_9542539418:419:34255:34283 Green River Colorado -0.0139559511282587399 +85601 gsa_html_3445493534 gsa_html_3445493534:524:58095:58113 Monterey Monterey, California -0.446146001135949044 +85602 aapg_ah_505.html aapg_ah_505.html:1556:126064:126080 Dakota Table Mountain -0.41322095658291802 +85603 cspg_html_7115701337 cspg_html_7115701337:76:10793:10811 Dunvegan Victoria, British Columbia -0.0105034896980181463 +85604 aapg_af_492.html aapg_af_492.html:21:3000:3020 Milk River Lacombe, Alberta -0.471734161410112318 +85605 AMJC_html_1873062106 AMJC_html_1873062106:1267:128811:128825 Cedar Mountain Colorado -0.463307888475886887 +85606 sedimentology_html_2375557633 sedimentology_html_2375557633:893:64631:64646 Arikaree White River (Washington) -0.0431173943944666571 +85607 gsa_html_1000185260 gsa_html_1000185260:932:77404:77432 Green River Colorado -0.393456092218917641 +85608 aapg_ai_958.html aapg_ai_958.html:230:23706:23712 Goliad Balcones Fault -0.432316117842066305 +85609 aapg_ai_17.html aapg_ai_17.html:1090:71636:71645 Catahoula Chattahoochee County, Georgia -0.415087607507273693 +85610 aapg_ai_508.html aapg_ai_508.html:133:14985:15005 Wellington Wichita, Kansas -0.450608983410958508 +85611 jgeology_html_6990146451 jgeology_html_6990146451:562:38120:38153 Brallier Austin, Chicago -0.457430856722515267 +85612 aapg_ah_150.html aapg_ah_150.html:197:22179:22186 Wingate Kayenta, Arizona -0.0398318560820373618 +85613 aapg_ai_975.html aapg_ai_975.html:889:71101:71118 Edwards Coahuila -0.49252218048089591 +85614 aapg_aa_603.html aapg_aa_603.html:494:53737:53758 Fish Scales Lacombe, Alberta -0.0908085848442264781 +85615 aapg_ad_2.html aapg_ad_2.html:457:68030:68048 Weverton Loudoun County, Virginia -0.454258371760158153 +85616 gsa_html_3387611512 gsa_html_3387611512:1516:143654:143682 Diligencia Los Angeles -0.0197377379215514133 +85617 aapg_af_771.html aapg_af_771.html:40:5588:5604 Knoxville Knoxville, Illinois 0.966264945586700397 +85618 cspg_html_6306091047 cspg_html_6306091047:46:9146:9155 Baldonnel Victoria, British Columbia 0.0165399327584268979 +85619 cspg_html_1762556965 cspg_html_1762556965:108:10947:10958 Peace River Southern Alberta -0.0578709660660540678 +85620 aapg_ae_72.html aapg_ae_72.html:409:36866:36874 Colorado Colorado -0.485448733097070706 +85621 aapg_aa_860.html aapg_aa_860.html:548:53794:53800 Auburn Cheyenne, Wyoming -0.381177381618679756 +85622 aapg_ac_380.html aapg_ac_380.html:179:22391:22399 Onondaga Onondaga (tribe) -0.470457490274840129 +85623 aapg_ai_993.html aapg_ai_993.html:122:16621:16629 Michigan Iran -0.494968839994781917 +85624 jgeology_html_4115179562 jgeology_html_4115179562:698:53577:53592 Lynchburg Virginia -0.462261924354454456 +85625 aapg_ad_2.html aapg_ad_2.html:837:118626:118649 Conococheague Hagerstown, Maryland 0.0192858436914013637 +85626 cspg_html_9613527162 cspg_html_9613527162:189:26226:26250 Turner Valley Moose Mountain (Alberta) -0.132402300886327068 +85627 aapg_ae_73.html aapg_ae_73.html:869:108470:108478 Colorado Colorado -0.477142101104954475 +85628 cspg_html_5456368738 cspg_html_5456368738:74:6466:6477 Slave Point Sulphur Bay -0.437005217650049682 +85629 cspg_html_5241714595 cspg_html_5241714595:309:48011:48023 Saskatchewan Lacombe, Alberta -0.469038078694436811 +85630 aapg_ah_655.html aapg_ah_655.html:318:30036:30041 Atoka Hartshorne, Oklahoma -0.454540571750530975 +85631 cspg_html_1019614994 cspg_html_1019614994:37:6607:6616 Williston Lacombe, Alberta -0.431298300553942027 +85632 cspg_html_5675079479 cspg_html_5675079479:549:54246:54282 Slave Point Lacombe, Alberta -0.0801017498393796074 +85633 gsa_html_1783705204 gsa_html_1783705204:80:6722:6750 Green River Colorado -0.0380668126428187481 +85634 sedimentology_html_7473164584 sedimentology_html_7473164584:824:44347:44353 Snyder Kola Peninsula -0.445273887467667717 +85635 aapg_ai_469.html aapg_ai_469.html:515:62641:62659 Wabamun Lacombe, Alberta -0.170118792457806534 +85636 sedimentology_html_6295528506 sedimentology_html_6295528506:85:8238:8255 Lourdes Middle East -0.499460251131451871 +85637 aapg_ad_836.html aapg_ad_836.html:208:18348:18357 Kimmswick Maquoketa, Iowa -0.0233046208724774252 +85638 aapg_ad_880.html aapg_ad_880.html:248:24833:24853 Gypsum Spring Spearfish, South Dakota -0.0260481030214056476 +85639 gsa_html_4675429437 gsa_html_4675429437:703:49489:49499 San Felipe Baja California peninsula -0.450743884934886652 +85640 aapg_ah_630.html aapg_ah_630.html:354:41951:41968 Madison Southeast Asia -0.439298641817729429 +85641 aapg_ac_484.html aapg_ac_484.html:715:94778:94793 Tejon California -0.0413499862143105745 +85642 aapg_af_164.html aapg_af_164.html:36:3970:3974 Drum Plattsburg, Missouri -0.446146001135949044 +85643 gsa_html_9865056817 gsa_html_9865056817:100:10246:10260 Rico San Juan River (Nicaragua) -0.449575401198261781 +85644 cspg_html_1771818046 cspg_html_1771818046:116:13734:13739 Banff Moraine, Ohio -0.00100582646968047011 +85645 cspg_html_2796643803 cspg_html_2796643803:198:30922:30955 Deadwood Black Hills -0.647726159452721939 +85646 aapg_ac_235.html aapg_ac_235.html:354:35695:35703 Cloverly Greybull, Wyoming -0.0386777529252957109 +85647 aapg_aa_696.html aapg_aa_696.html:757:79719:79727 Colorado Colorado -0.501664952843956957 +85648 sedimentology_html_8510537334 sedimentology_html_8510537334:715:54092:54111 Tuscarora Pennsylvania -0.00998573864189263374 +85649 cspg_html_5451461616 cspg_html_5451461616:12:1545:1566 Blackstone Fall Creek Falls State Park -0.428798065147820595 +85650 aapg_af_518.html aapg_af_518.html:281:29638:29644 Sierra Cordillera Central (Puerto Rico) -0.0328900657953446335 +85651 aapg_ac_590.html aapg_ac_590.html:61:7215:7221 Dakota New Mexico -0.154872744548928326 +85652 aapg_aa_96.html aapg_aa_96.html:73:7368:7384 Verde Sandoval County, New Mexico -0.0357069470350891913 +85653 aapg_ak_5.html aapg_ak_5.html:61:7624:7628 Bern Switzerland -0.482213387515949554 +85654 sedimentology_html_1442568844 sedimentology_html_1442568844:484:56564:56570 Seward Anchorage, Alaska -0.460269102262388319 +85655 aapg_ad_351.html aapg_ad_351.html:838:75316:75320 Hall Burlington, Ontario -0.485266333037401854 +85656 aapg_ad_466.html aapg_ad_466.html:365:43865:43872 Patuxent Maryland -0.0336764237731465785 +85657 aapg_ad_958.html aapg_ad_958.html:1005:104400:104406 Warsaw Salina, Kansas -0.463435584788403632 +85658 geology_html_5045588189 geology_html_5045588189:57:7891:7908 Sisquoc California -0.103648014553573337 +85659 gsa_html_9569209726 gsa_html_9569209726:933:86030:86035 Price Washington (state) -0.0203634553137257354 +85660 aapg_aa_72.html aapg_aa_72.html:87:5369:5386 Bedford Meigs County, Tennessee -0.490195451192383946 +85661 geology_html_4846685835 geology_html_4846685835:22:1661:1670 San Diego La Jolla -0.02660103319374214 +85662 aapg_ai_975.html aapg_ai_975.html:961:78904:78914 Fort Worth Texas -0.451054234304276602 +85663 aapg_ac_904.html aapg_ac_904.html:374:32881:32886 Piper Anchorage, Alaska -0.458865873154244486 +85664 palaios_html_1759286431 palaios_html_1759286431:701:76061:76065 Kope Ohio -0.0147326815118864023 +85665 cspg_html_9214997177 cspg_html_9214997177:8:686:692 Jordan Regina, Saskatchewan -0.495723634298967097 +85666 geology_html_3243676584 geology_html_3243676584:54:4621:4638 Madison Crockett, Texas -0.0424800423112160416 +85667 palaios_html_6409863909 palaios_html_6409863909:216:28167:28181 Kope Netherlands -0.47482657712880405 +85668 aapg_ae_82.html aapg_ae_82.html:433:51782:51792 Washington Lacombe, Alberta 0.0202383101655327323 +85669 aapg_ad_432.html aapg_ad_432.html:25:2422:2432 Cumberland Pittsburgh -0.0310096337279850039 +85670 aapg_ah_207.html aapg_ah_207.html:22:3420:3433 Madison Williston, Vermont -0.473653815287124913 +85671 cspg_html_4555867289 cspg_html_4555867289:6:232:269 Charlie Lake Western world -0.477308890203395286 +85672 gsa_html_5865982995 gsa_html_5865982995:1103:119776:119783 Norfolk Virginia -0.0277017418114762735 +85673 geology_html_2461616775 geology_html_2461616775:233:17444:17454 Washington Washington (state) -0.435659290307845004 +85674 aapg_aa_260.html aapg_aa_260.html:186:21890:21895 Gubik Prudhoe Bay Oil Field -0.460487277041231158 +85675 aapg_ai_907.html aapg_ai_907.html:397:63960:63977 Wilcox Texas 0.00496143412054320457 +85676 aapg_ah_647.html aapg_ah_647.html:212:21451:21457 Abrigo El Paso, Texas -0.468707670500557949 +85677 aapg_af_811.html aapg_af_811.html:432:37016:37042 Knox Dolomite Knoxville, Tennessee -0.12039593340311322 +85678 cspg_html_3860685167 cspg_html_3860685167:697:69531:69536 Banff Lacombe, Alberta -0.0858080173127486884 +85679 aapg_ai_1.html aapg_ai_1.html:345:30921:30928 Paradox Hermosa, Chicago -0.0657733851347933884 +85680 aapg_ac_563.html aapg_ac_563.html:634:92761:92777 Cupido Mexico -0.461171691164054931 +85681 aapg_ai_873.html aapg_ai_873.html:112:10965:10976 Tar Springs Spencer County, Kentucky -0.0338991191876076986 +85682 cspg_html_9835215306 cspg_html_9835215306:25:3999:4006 Cadomin Lacombe, Alberta -0.00652496303282925402 +85683 cspg_html_6285618099 cspg_html_6285618099:17:2144:2151 Delorme Middle Ordovician 0.0106841830799118756 +85684 jgeology_html_6388378441 jgeology_html_6388378441:328:25912:25927 Berino Wisconsin -0.476033304431228654 +85685 cspg_html_9912281240 cspg_html_9912281240:699:76126:76147 Belly River Judith River Formation -0.0292147099429476073 +85686 cspg_html_3385840278 cspg_html_3385840278:89:13509:13539 Beaverhill Swan Hill, Victoria -0.465705253187009671 +85687 aapg_aa_860.html aapg_aa_860.html:1149:110039:110045 Denver Colorado -0.487659330983205019 +85688 palaios_html_5398833984 palaios_html_5398833984:772:88298:88312 Edmonton Lacombe, Alberta -0.50855469666885833 +85689 aapg_ai_411.html aapg_ai_411.html:107:10464:10468 Wendover Niobrara, Nebraska -0.475977786028375149 +85690 geology_html_8596179481 geology_html_8596179481:72:6458:6465 Topanga Glendora, California -0.469152832749018645 +85691 aapg_ah_519.html aapg_ah_519.html:225:23751:23759 Kootenai Cedar Mountains -0.448296279445968116 +85692 aapg_ai_337.html aapg_ai_337.html:146:17110:17127 Salina Michigan -0.0152261868031426748 +85693 aapg_af_663.html aapg_af_663.html:176:20415:20445 Blackjack Creek Fort Scott National Historic Site -0.474805786132168894 +85694 gsa_html_1119256423 gsa_html_1119256423:638:58978:59001 Peoria Peoria, Illinois -0.473081857330366395 +85695 cspg_html_1351473625 cspg_html_1351473625:101:17170:17195 Johnston Canyon Telford, Pennsylvania -0.0582827756779698836 +85696 gsa_html_6627974776 gsa_html_6627974776:97:7533:7540 Russell White River (Washington) -0.0473205840884710904 +85697 gsa_html_1338947136 gsa_html_1338947136:11:456:462 Denver Colorado -0.485285038948243097 +85698 aapg_ad_648.html aapg_ad_648.html:244:29605:29613 Colorado Denver -0.0750271415494280641 +85699 aapg_ae_706.html aapg_ae_706.html:139:12313:12330 Moccasin Middle Ordovician -0.491282661525563435 +85700 cspg_html_2701043964 cspg_html_2701043964:10:1074:1093 Athabasca Lake Athabasca -0.057785466485775136 +85701 palaios_html_5268628065 palaios_html_5268628065:208:28600:28606 Gurabo Dominican Republic -0.0205424838715731368 +85702 cspg_html_4193503340 cspg_html_4193503340:306:40072:40088 Almond Cheyenne, Wyoming -0.50564626487896136 +85703 sedimentology_html_7488726250 sedimentology_html_7488726250:1132:96484:96502 Yakataga Anchorage, Alaska -0.431298300553942027 +85704 aapg_af_947.html aapg_af_947.html:63:9704:9723 Vermejo Trinidad and Tobago -0.516747144893552557 +85705 aapg_ad_834.html aapg_ad_834.html:101:12523:12531 Edmonton Lacombe, Alberta -0.0304826089875597575 +85706 aapg_ae_319.html aapg_ae_319.html:166:12597:12604 Thaynes Pinecrest, Florida -0.429582389532346398 +85707 cspg_html_2920938670 cspg_html_2920938670:342:37382:37392 Rio Grande Lacombe, Alberta 0.0181300842081989697 +85708 gsa_html_9280112280 gsa_html_9280112280:736:69521:69529 Winnipeg Lake Agassiz -0.45421548506785292 +85709 aapg_ae_499.html aapg_ae_499.html:514:54224:54232 Colorado Denver -0.438326464087016476 +85710 aapg_ai_11.html aapg_ai_11.html:236:29405:29421 Dakota Monmouth -0.445157668105484183 +85711 aapg_ah_845.html aapg_ah_845.html:297:35239:35243 Ladd Texas -0.48878086726465575 +85712 cspg_html_5345848475 cspg_html_5345848475:183:25314:25331 Carlile Regina, Saskatchewan -0.417415641024188155 +85713 cspg_html_8227554214 cspg_html_8227554214:183:19715:19738 Hillsborough Caledonia -0.0476429233409196642 +85714 aapg_ad_457.html aapg_ad_457.html:203:24640:24662 Beekmantown Lake Champlain -0.423312692876289309 +85715 aapg_ad_106.html aapg_ad_106.html:207:22046:22052 Ludlow Brussels -0.469726827457912721 +85716 gsa_html_1503936836 gsa_html_1503936836:68:5546:5574 Green River Colorado -0.454068782805138071 +85717 aapg_ad_836.html aapg_ad_836.html:141:11338:11361 Richmond Maquoketa, Iowa -0.0212221131504006823 +85718 aapg_ai_49.html aapg_ai_49.html:239:28828:28835 Todilto Logan, Utah 0.00877304685539762562 +85719 gsa_html_5516803566 gsa_html_5516803566:963:68749:68777 Green River Colorado 0.0563600553074108876 +85720 palaios_html_5334521487 palaios_html_5334521487:451:55880:55891 Bloomington Bloomington, Indiana -0.465568086328610908 +85721 cspg_html_7115701337 cspg_html_7115701337:463:51225:51246 Shaftesbury Victoria, British Columbia -0.454052985518192231 +85722 palaios_html_4736927967 palaios_html_4736927967:915:77690:77707 Wabamun Lacombe, Alberta -0.487075683437370066 +85723 geology_html_7972092371 geology_html_7972092371:178:17739:17743 Hall Shreveport, Louisiana -0.472528705500211532 +85724 palaios_html_1631555231 palaios_html_1631555231:429:39181:39199 Moenkopi North Carolina 0.363722811030195881 +85725 cspg_html_4270552951 cspg_html_4270552951:240:34240:34251 Skull Creek Ashville, Ohio -0.436850160261835319 +85726 aapg_ae_161.html aapg_ae_161.html:112:13842:13851 Mesaverde Judith River Formation 0.89832228376920531 +85727 aapg_ac_313.html aapg_ac_313.html:667:74790:74806 Caribe Dulce River -0.0727961616893220281 +85728 aapg_ad_466.html aapg_ad_466.html:460:54938:54945 Matawan Merchantville, New Jersey -0.0575289744471569053 +85729 cspg_html_5345848475 cspg_html_5345848475:58:8513:8532 Niobrara Middle East 0.948005296330360347 +85730 aapg_af_399.html aapg_af_399.html:542:54888:54894 Almond Fort Union Trading Post National Historic Site -0.0375255266534370996 +85731 jgeology_html_8355852976 jgeology_html_8355852976:821:49827:49835 Colorado Pueblo, Colorado -0.517524502610378967 +85732 aapg_ae_991.html aapg_ae_991.html:689:81893:81910 Amsden Cheyenne, Wyoming 0.985225628663622177 +85733 aapg_af_854.html aapg_af_854.html:1150:163109:163130 Tar Springs Bloomington, Indiana -0.423116197439436237 +85734 cspg_html_8054926782 cspg_html_8054926782:38:5673:5685 Corral Creek Lake Louise, Alberta -0.498070421610056713 +85735 aapg_ai_914.html aapg_ai_914.html:33:5309:5330 Moorefield Arkoma, Oklahoma -0.439258669305734428 +85736 sedimentology_html_1046729113 sedimentology_html_1046729113:952:81363:81375 Dakota Colorado -0.427650208489599781 +85737 aapg_ae_921.html aapg_ae_921.html:269:23134:23141 Madison California -0.478280146619880497 +85738 aapg_ah_420.html aapg_ah_420.html:33:3029:3042 Bearpaw Bearpaw Formation 0.0409791356088135758 +85739 aapg_ad_696.html aapg_ad_696.html:244:24160:24165 Yegua Texas -0.0291051443398700656 +85740 aapg_ae_305.html aapg_ae_305.html:1080:93354:93359 Colon Trinidad and Tobago -0.0428648860089176492 +85741 gsa_html_8480550317 gsa_html_8480550317:867:71856:71867 San Antonio Texas -0.470236848829719556 +85742 jgeology_html_1570657657 jgeology_html_1570657657:624:54465:54475 Santa Rita New Mexico -0.0287347150896633124 +85743 aapg_ai_914.html aapg_ai_914.html:144:23213:23228 Atoka Atoka, Oklahoma -0.0098536958986005091 +85744 gsa_html_4446967287 gsa_html_4446967287:777:69583:69591 Columbia Victoria, British Columbia -0.443715087361728711 +85745 aapg_af_857.html aapg_af_857.html:49:4847:4865 Sycamore Sycamore Canyon -0.50855469666885833 +85746 aapg_ah_781.html aapg_ah_781.html:191:18234:18250 Warner Missouri River -0.064966254466043899 +85747 aapg_ad_831.html aapg_ad_831.html:113:17516:17529 Sespe Santa Clara County, California -0.420800576179594099 +85748 aapg_ad_940.html aapg_ad_940.html:323:32432:32451 Newcastle Cheyenne, Wyoming -0.463435584788403632 +85749 aapg_aa_962.html aapg_aa_962.html:552:58465:58479 Point Pleasant Baton Rouge, Louisiana -0.458639019733277031 +85750 aapg_ai_887.html aapg_ai_887.html:53:6422:6430 Columbia Mississippian culture -0.478284785297837578 +85751 aapg_ah_537.html aapg_ah_537.html:3:357:368 Green River Logan, Utah -0.213611156477247183 +85752 aapg_ac_63.html aapg_ac_63.html:51:6408:6423 Red Rock Haynesville, Louisiana -0.472770666406185036 +85753 aapg_ae_803.html aapg_ae_803.html:950:119803:119815 Todos Santos Western world -0.474992922950619234 +85754 cspg_html_9778753186 cspg_html_9778753186:49:7088:7096 Kootenay Fernie, British Columbia 0.00718686909166816289 +85755 aapg_ae_607.html aapg_ae_607.html:319:27642:27650 Colorado Denver -0.461271782333034175 +85756 aapg_ai_583.html aapg_ai_583.html:95:13564:13572 Sundance Cheyenne, Wyoming -0.408246149684567183 +85757 aapg_aa_684.html aapg_aa_684.html:76:9196:9210 Jelm Cheyenne, Wyoming -0.0183890381267497773 +85758 cspg_html_7576506617 cspg_html_7576506617:8:851:873 Severn River Moose River (Maine) -0.417363557088893333 +85759 cspg_html_5501097280 cspg_html_5501097280:326:38406:38440 Seboomook Portland, Maine -0.448377013151321557 +85760 palaios_html_5958626598 palaios_html_5958626598:546:46029:46035 Dayton Fairborn, Ohio -0.0418723365935778427 +85761 gsa_html_4534130675 gsa_html_4534130675:560:52646:52655 San Diego La Jolla -0.41964702171351137 +85762 cspg_html_4666332434 cspg_html_4666332434:232:38362:38373 Grand Forks Western world -0.465561228542891226 +85763 aapg_af_788.html aapg_af_788.html:216:18862:18870 Michigan Detroit River International Wildlife Refuge -0.415217518793184637 +85764 cspg_html_2695921112 cspg_html_2695921112:316:37962:37988 Bonaventure Bathurst, New South Wales -0.473718414704639712 +85765 gsa_html_9095677084 gsa_html_9095677084:1482:98822:98850 Green River Colorado -0.0323925309205377876 +85766 gsa_html_8035658736 gsa_html_8035658736:1004:107461:107471 Washington Boise, Idaho -0.038712565483401136 +85767 aapg_ac_587.html aapg_ac_587.html:415:50997:51014 Laramie Golden, Colorado -0.379428441244416437 +85768 jgeology_html_6044107316 jgeology_html_6044107316:565:46928:46939 Moose River Portland, Maine -0.4597965726108596 +85769 geology_html_9264012185 geology_html_9264012185:236:19716:19735 Smackover Arkansas -0.474526310844171573 +85770 aapg_ai_144.html aapg_ai_144.html:177:17386:17393 Cardium Southern Alberta -0.47675536629509363 +85771 aapg_ae_998.html aapg_ae_998.html:104:12913:12921 Evanston Absaroka -0.0419054197993560459 +85772 aapg_ac_217.html aapg_ac_217.html:39:5149:5168 Rancheria New Mexico -0.439298641817729429 +85773 cspg_html_9343899465 cspg_html_9343899465:735:67893:67905 Hecla Bay Ellesmere Island -0.192595568929158079 +85774 aapg_ad_971.html aapg_ad_971.html:488:42348:42354 Herald West Texas -0.422243369951963321 +85775 aapg_af_653.html aapg_af_653.html:752:84526:84534 Vaqueros Monterey, California -0.0775637855721095226 +85776 aapg_ac_271.html aapg_ac_271.html:243:20721:20730 Queenston Mercer County, New Jersey -0.44003177575734248 +85777 aapg_ad_738.html aapg_ad_738.html:353:21001:21013 Nation River Anchorage, Alaska -0.00369847415980369305 +85778 aapg_ad_2.html aapg_ad_2.html:1108:151599:151641 Beekmantown Pennsylvania 0.0370904304360661907 +85779 cspg_html_1448647873 cspg_html_1448647873:360:43789:43794 Rapid Nassau, Bahamas -0.0541379230032217468 +85780 aapg_ac_930.html aapg_ac_930.html:172:26399:26411 Saskatchewan Regina, Saskatchewan -0.0319906913547674462 +85781 cspg_html_3883962749 cspg_html_3883962749:411:48802:48812 Blackstone Lacombe, Alberta -0.00614971261944179635 +85782 aapg_ah_97.html aapg_ah_97.html:37:5003:5011 Glenogle Western world -0.467016268103292775 +85783 cspg_html_3231136569 cspg_html_3231136569:131:15283:15292 Ice River Yoho National Park -0.456371367070690814 +85784 aapg_ad_883.html aapg_ad_883.html:103:12901:12910 Queenston Ontario, California -0.447168994241326834 +85785 aapg_ad_111.html aapg_ad_111.html:47:6610:6631 Price Logan, Utah -0.0271922402503122773 +85786 aapg_af_575.html aapg_af_575.html:564:77433:77439 Keokuk Burlington, Ontario -0.494850594949005074 +85787 sedimentology_html_6261114825 sedimentology_html_6261114825:16:1210:1220 Santa Cruz California -0.485238274937032199 +85788 aapg_ae_959.html aapg_ae_959.html:2559:181863:181871 Wolfcamp Hale County, Alabama -0.483897233884893974 +85789 aapg_ac_835.html aapg_ac_835.html:694:98868:98895 Madison Garland, Texas -0.0782975382149849741 +85790 aapg_ac_214.html aapg_ac_214.html:7:864:880 Carmel Entrada Sandstone -0.450878806444675151 +85791 cspg_html_9011256422 cspg_html_9011256422:459:54554:54562 Columbia Lake Ontario -0.465616092314337648 +85792 aapg_ah_881.html aapg_ah_881.html:82:8916:8940 Chuckanut Whatcom County, Washington -0.478911234884053072 +85793 aapg_ac_953.html aapg_ac_953.html:113:9868:9878 Miccosukee Leon County, Florida -0.449541717141150321 +85794 aapg_ac_380.html aapg_ac_380.html:458:54285:54293 Onondaga Pennsylvania -0.0759128064982409895 +85795 aapg_ac_191.html aapg_ac_191.html:58:10704:10724 Lane Coahuila -0.431298300553942027 +85796 aapg_ah_859.html aapg_ah_859.html:127:15176:15193 Clayton Lumpkin County, Georgia 0.0167484706661767332 +85797 aapg_af_872.html aapg_af_872.html:3:321:331 Santa Cruz Texas -0.0323768745751979448 +85798 geology_html_9528538031 geology_html_9528538031:10:369:407 Kingston Peak Death Valley -0.0297521166629775777 +85799 cspg_html_4937997995 cspg_html_4937997995:284:33356:33378 Severn River River Severn -0.470292003998596664 +85800 aapg_ah_131.html aapg_ah_131.html:18:1750:1758 Woodbine Cotton Valley, Louisiana -0.429934117971200513 +85801 aapg_aa_39.html aapg_aa_39.html:14:2152:2160 Colorado Albuquerque, New Mexico -0.090056983923528372 +85802 aapg_ad_39.html aapg_ad_39.html:126:9043:9053 Lewisville Tuscaloosa, Alabama 0.0041553613038186523 +85803 aapg_ae_681.html aapg_ae_681.html:4:476:487 Haynesville Melbourne, Florida 0.355946888771972503 +85804 aapg_ai_296.html aapg_ai_296.html:335:33522:33543 Everton Arkansas -0.479161941644374367 +85805 cspg_html_1166788717 cspg_html_1166788717:135:14954:14969 Cairn Lacombe, Alberta -0.480109712230180896 +85806 aapg_ah_68.html aapg_ah_68.html:194:31443:31449 Pocono Mississippian culture -0.00183793699051183952 +85807 geology_html_2219443621 geology_html_2219443621:308:24351:24357 Jordan Andes -0.47814331678503319 +85808 aapg_ae_170.html aapg_ae_170.html:64:8097:8117 Road River Great Britain -0.091209025632838947 +85809 AMJC_html_4299960498 AMJC_html_4299960498:891:98805:98811 Oregon Washington (state) -0.444844842741709823 +85810 aapg_ah_42.html aapg_ah_42.html:136:18880:18897 Entrada Logan, Utah -0.220492889316635354 +85811 gsa_html_7567789927 gsa_html_7567789927:31:2868:2896 Green River Iran 0.0165399327584268979 +85812 jgeology_html_5764582297 jgeology_html_5764582297:203:13782:13801 Hoyle Bay Barrow, Alaska -0.455432903203822237 +85813 aapg_af_579.html aapg_af_579.html:264:28240:28246 Curtis Logan, Utah -0.00837345699819263926 +85814 aapg_ah_277.html aapg_ah_277.html:178:23976:23984 Badheart Colorado 2.77948468513044932e-05 +85815 gsa_html_6763351946 gsa_html_6763351946:661:71668:71678 Carbondale Missouri River -0.0373723706496873684 +85816 aapg_ai_31.html aapg_ai_31.html:50:5658:5677 Catahoula Oakville, California -0.44056532751251043 +85817 aapg_ai_28.html aapg_ai_28.html:19:2047:2057 Rio Grande Texas -0.496235102069879308 +85818 aapg_ae_239.html aapg_ae_239.html:1049:84449:84458 Wapanucka Ardmore, Pennsylvania -0.01912594516902133 +85819 aapg_ah_60.html aapg_ah_60.html:210:20576:20580 Nome Kivalina River -0.448691045323912019 +85820 aapg_ae_648.html aapg_ae_648.html:456:41472:41475 Cid Villafranca -0.487607747652621382 +85821 aapg_aa_118.html aapg_aa_118.html:442:41535:41560 Highgate Ottawa, Kansas -0.457532796484121151 +85822 gsa_html_9324067890 gsa_html_9324067890:169:16194:16202 Scotland England -0.0304826089875597575 +85823 geology_html_3595608800 geology_html_3595608800:14:531:543 Saskatchewan Saskatoon -0.0260481030214056476 +85824 palaios_html_6757540995 palaios_html_6757540995:69:7268:7283 Eutaw Tuscaloosa, Alabama -0.232294363241514895 +85825 aapg_ah_527.html aapg_ah_527.html:34:4210:4223 Lone Mountain Reno, Nevada 0.326720434930112713 +85826 aapg_aa_932.html aapg_aa_932.html:63:5951:5961 Whitehorse Herington, Kansas -0.454034931813569353 +85827 cspg_html_6255491344 cspg_html_6255491344:189:28542:28557 Grassy Mountain Lacombe, Alberta -0.493017552793039049 +85828 cspg_html_3772380029 cspg_html_3772380029:884:110147:110163 Bad Cache Rapids Southampton Island -0.462193603410137988 +85829 gsa_html_3014459865 gsa_html_3014459865:204:21890:21909 Pensauken The Carolinas -0.433635185237620624 +85830 aapg_ae_234.html aapg_ae_234.html:84:10186:10192 Coffee Telfair County, Georgia -0.428317245284791537 +85831 aapg_ah_318.html aapg_ah_318.html:1224:124079:124102 Cotton Valley Alabama -0.467877607461444023 +85832 aapg_ac_64.html aapg_ac_64.html:282:27431:27437 Salina Ohio 0.0618994686483880299 +85833 aapg_aa_152.html aapg_aa_152.html:34:2083:2095 Barril Viejo San Marcos, California -0.0527620925297026463 +85834 gsa_html_1459715225 gsa_html_1459715225:31:2818:2846 Green River Colorado -0.0241651662660577748 +85835 gsa_html_5359536236 gsa_html_5359536236:31:2748:2776 Green River Colorado -0.011327042139941219 +85836 sedimentology_html_3907918417 sedimentology_html_3907918417:1521:124080:124109 Dunvegan Canada -0.456561440120662909 +85837 gsa_html_5865982995 gsa_html_5865982995:1284:136334:136341 Laramie Logan, Utah -0.476093453364925034 +85838 aapg_ah_603.html aapg_ah_603.html:45:3500:3519 Smackover Shreveport, Louisiana -0.443848978138650319 +85839 cspg_html_1189888589 cspg_html_1189888589:48:7194:7210 Battle Lacombe, Alberta 0.63891199124804765 +85840 aapg_ah_430.html aapg_ah_430.html:61:5266:5274 Sundance Colorado -0.311858024002732992 +85841 aapg_ac_535.html aapg_ac_535.html:512:49410:49426 Viking Lacombe, Alberta -0.449418219565270449 +85842 cspg_html_3772380029 cspg_html_3772380029:486:61678:61689 Chasm Creek Churchill River (Atlantic) -0.506652979214059496 +85843 gsa_html_8840132442 gsa_html_8840132442:860:86293:86301 Columbia Victoria, British Columbia -0.0363699519026964915 +85844 aapg_aa_525.html aapg_aa_525.html:65:7013:7019 Oswego Bartlesville, Oklahoma -0.482213387515949554 +85845 aapg_aa_918.html aapg_aa_918.html:565:55867:55879 Stone Corral Arkansas River -0.461171691164054931 +85846 aapg_ai_669.html aapg_ai_669.html:8:369:375 Denver Colorado -0.512052619659571384 +85847 aapg_ae_824.html aapg_ae_824.html:86:8873:8879 Putnam Logan, Utah -0.401438783688395251 +85848 aapg_ac_187.html aapg_ac_187.html:2689:274982:274989 Bedford Maryland -0.438734743949590666 +85849 cspg_html_3871608501 cspg_html_3871608501:110:11752:11775 Grande Greve Quebec City 0.0101177818467075957 +85850 aapg_ah_871.html aapg_ah_871.html:437:48849:48854 Chazy Lowville (town), New York -0.022871757858413614 +85851 gsa_html_1024107776 gsa_html_1024107776:888:89109:89128 Claremont Bridgetown, Nova Scotia -0.458822766590828601 +85852 cspg_html_5940878099 cspg_html_5940878099:39:6174:6189 Methy Lacombe, Alberta -0.430057253759890901 +85853 cspg_html_9354781888 cspg_html_9354781888:1522:95923:95931 Columbia Victoria, British Columbia -0.457514673015389395 +85854 aapg_ad_812.html aapg_ad_812.html:5:796:813 Todilto Colorado -0.467905110852730732 +85855 cspg_html_5542874609 cspg_html_5542874609:384:44352:44369 Wapiabi Lacombe, Alberta -0.478284785297837578 +85856 aapg_ac_575.html aapg_ac_575.html:102:16299:16319 Phosphoria Boise, Idaho 0.952363820144470963 +85857 aapg_ah_385.html aapg_ah_385.html:250:30569:30581 Funks Arbuckle, California -0.441437455474761709 +85858 aapg_af_551.html aapg_af_551.html:15:1684:1694 San Andres Sacramento, California -0.426679013535527729 +85859 geology_html_2276070502 geology_html_2276070502:116:12124:12132 Colorado Texas -0.0456254660933555489 +85860 cspg_html_9941227593 cspg_html_9941227593:26:3514:3526 Saskatchewan Williston, Vermont -0.469024309212410007 +85861 gsa_html_8491258533 gsa_html_8491258533:904:87640:87668 Green River New Mexico -0.0195726214963804213 +85862 cspg_html_6038396142 cspg_html_6038396142:56:7943:7951 Winnipeg Middle Ordovician -0.442595627901035182 +85863 cspg_html_4915680223 cspg_html_4915680223:47:5593:5608 Douro Douro DOC -0.0864500966513230551 +85864 gsa_html_8964800601 gsa_html_8964800601:1014:93978:94006 Green River New Mexico -0.451812561628617604 +85865 aapg_ad_294.html aapg_ad_294.html:1868:189613:189619 Lisbon Democratic Republic of the Congo 0.0143851483004796468 +85866 aapg_ai_566.html aapg_ai_566.html:7:837:849 Cardium Lacombe, Alberta -0.0346316099024680385 +85867 cspg_html_1019614994 cspg_html_1019614994:603:94053:94071 Palliser Victoria, British Columbia -0.0412855650787417178 +85868 aapg_ai_409.html aapg_ai_409.html:88:9252:9258 Midway Arkadelphia, Arkansas -0.0536287124053924508 +85869 aapg_ai_583.html aapg_ai_583.html:507:63692:63697 Swift Cheyenne, Wyoming -0.0100934580634963432 +85870 gsa_html_1251306730 gsa_html_1251306730:138:12523:12530 Quetame Colombia -0.0288564512426946543 +85871 aapg_ae_324.html aapg_ae_324.html:1245:124543:124550 Tellico Athens, Georgia -0.0641173157526796905 +85872 aapg_ac_70.html aapg_ac_70.html:28:4276:4297 Bird Spring Las Vegas Strip -0.476061064960921709 +85873 aapg_af_788.html aapg_af_788.html:560:53540:53550 Bell Michigan -0.495702329885848558 +85874 gsa_html_4339524478 gsa_html_4339524478:903:85814:85826 Nicola Victoria, British Columbia -0.0187574882731168305 +85875 gsa_html_3331523875 gsa_html_3331523875:766:78684:78705 Mesaverde Logan, Utah -0.00456360840821551893 +85876 cspg_html_4666332434 cspg_html_4666332434:396:66711:66728 Belly River Lacombe, Alberta -0.449433936510724996 +85877 cspg_html_7093237629 cspg_html_7093237629:740:80179:80199 Swan Hills Canada -0.469120700106755939 +85878 aapg_af_728.html aapg_af_728.html:504:56811:56832 Green River Cheyenne, Wyoming -0.00217147693343403827 +85879 AMJC_html_2228158963 AMJC_html_2228158963:744:82480:82484 Rome Rockland County, New York 0.00829353945746899406 +85880 aapg_ak_93.html aapg_ak_93.html:106:14533:14540 Yucatan Mexico -0.465561228542891226 +85881 cspg_html_9046359229 cspg_html_9046359229:41:7909:7917 Columbia Victoria, British Columbia -0.441419648744354465 +85882 aapg_ac_55.html aapg_ac_55.html:172:20688:20700 Mount Laurel Manasquan, New Jersey -0.44951252529713398 +85883 palaios_html_5921824758 palaios_html_5921824758:51:5106:5125 Chuckanut Bellingham, Washington -0.0488923304210317836 +85884 gsa_html_1075724130 gsa_html_1075724130:505:45741:45756 Bouse Colorado Plateau -0.0507694363735156085 +85885 gsa_html_4216613284 gsa_html_4216613284:149:17848:17859 Green River Colorado Plateau -0.465616092314337648 +85886 aapg_ad_0.html aapg_ad_0.html:119:12584:12592 Shakopee Bloomington, Indiana 0.0201062134203886071 +85887 sedimentology_html_3181527419 sedimentology_html_3181527419:1358:77653:77667 Earp New Mexico -0.327111475774488403 +85888 gsa_html_4120839285 gsa_html_4120839285:1287:128111:128117 Sierra California -0.462261924354454456 +85889 cspg_html_1481652369 cspg_html_1481652369:306:46820:46835 Jubilee Bridgetown, Nova Scotia -0.465705253187009671 +85890 gsa_html_9352654438 gsa_html_9352654438:13:534:542 Colorado Denver -0.454143259443463898 +85891 aapg_aa_328.html aapg_aa_328.html:662:51144:51155 Chicontepec Francia -0.0388552982723100598 +85892 aapg_ah_529.html aapg_ah_529.html:152:13486:13502 Abrigo El Paso, Texas -0.0513063366802281665 +85893 cspg_html_2182541128 cspg_html_2182541128:18:1894:1902 Kootenay Kootenay River -0.491989389258511933 +85894 gsa_html_1040524378 gsa_html_1040524378:730:77752:77760 Virginia Norfolk, Virginia -0.480602591853576067 +85895 geology_html_6922021286 geology_html_6922021286:293:23795:23801 Lisbon Portugal -0.434558307819543299 +85896 gsa_html_2989317971 gsa_html_2989317971:821:84346:84358 Glenns Ferry Wood River (Oregon) 0.346492951805859595 +85897 aapg_af_701.html aapg_af_701.html:128:14673:14680 Venango Bloomington, Indiana -0.454032675125810359 +85898 aapg_ac_689.html aapg_ac_689.html:13:1666:1674 Colorado Nebraska -0.043068633588496115 +85899 cspg_html_4495377323 cspg_html_4495377323:54:6716:6724 Columbia Victoria, British Columbia -0.0131827182184571217 +85900 aapg_af_358.html aapg_af_358.html:214:22484:22494 Georgetown Langley, Berkshire -0.0208414480796128843 +85901 geology_html_2006236083 geology_html_2006236083:57:5944:5955 Simla Chandpur District -0.0455104965023540933 +85902 aapg_ad_356.html aapg_ad_356.html:424:41776:41797 Haynesville Cotton Valley, Louisiana 0.00337361649967377053 +85903 aapg_aa_796.html aapg_aa_796.html:480:55315:55327 Halfway Victoria, British Columbia -0.454034931813569353 +85904 aapg_ad_958.html aapg_ad_958.html:838:86656:86672 Keokuk Illinois 0.698803256596630007 +85905 aapg_ae_780.html aapg_ae_780.html:233:20340:20359 Schoharie Esopus Creek -0.00500312776260552431 +85906 gsa_html_3521452491 gsa_html_3521452491:688:58476:58490 Victoria Antarctica -0.466718659783226908 +85907 gsa_html_7012936645 gsa_html_7012936645:65:6027:6048 Martinsburg Hamburg -0.471819338906025898 +85908 jgeology_html_5624781240 jgeology_html_5624781240:750:48751:48771 Dunn New Canaan, Connecticut -0.0882452628583498128 +85909 gsa_html_3648258377 gsa_html_3648258377:362:34306:34322 Magothy Bass River Township, New Jersey -0.435679199475508039 +85910 gsa_html_6281775990 gsa_html_6281775990:215:20038:20049 San Jacinto San Bernardino County, California -0.466144329889246756 +85911 geology_html_6881575972 geology_html_6881575972:177:19233:19241 Colorado Platte River -0.457492019193031785 +85912 aapg_ae_220.html aapg_ae_220.html:555:60348:60368 Tallahatta Alabama 0.00711563996852309245 +85913 aapg_ah_330.html aapg_ah_330.html:148:16111:16119 Monterey Monterey, California -0.430334367802676421 +85914 sedimentology_html_3463113014 sedimentology_html_3463113014:284:37266:37270 Hall London, Ontario -0.00967821874611652505 +85915 aapg_ah_754.html aapg_ah_754.html:74:8259:8263 Wendover Northumberland, Pennsylvania -0.46328736756315686 +85916 gsa_html_8840132442 gsa_html_8840132442:620:70399:70417 Belly River Milk River, Alberta -0.462398581950347165 +85917 sedimentology_html_1123580665 sedimentology_html_1123580665:221:21092:21100 Scotland England -0.470181697121159758 +85918 cspg_html_7028413504 cspg_html_7028413504:422:47656:47695 Bakken Regina, Saskatchewan -0.457639279239636709 +85919 sedimentology_html_8054490062 sedimentology_html_8054490062:912:53242:53247 Piper California -0.0114886275572314532 +85920 aapg_aa_305.html aapg_aa_305.html:156:24166:24186 Citronelle Alabama -0.137272472712059945 +85921 aapg_ac_720.html aapg_ac_720.html:58:7672:7683 Hornerstown Mullica Hill, New Jersey -0.415295473859709607 +85922 aapg_ae_181.html aapg_ae_181.html:218:32522:32533 San Antonio Texas 0.00208809189150845889 +85923 aapg_aa_98.html aapg_aa_98.html:139:11565:11586 Slave Point Swan Hill, Victoria -0.44003177575734248 +85924 cspg_html_4948472369 cspg_html_4948472369:440:34896:34907 Vaureal Anticosti Island 0.349102677404366235 +85925 aapg_ac_407.html aapg_ac_407.html:112:11092:11118 Thaynes Uinta County, Wyoming -0.265291309072151038 +85926 gsa_html_4695276845 gsa_html_4695276845:129:15515:15521 Antler Sonoma, California -0.489758135810969386 +85927 aapg_ak_137.html aapg_ak_137.html:448:47956:47973 Whitewater Wabash River -0.460944252925189812 +85928 cspg_html_8826450427 cspg_html_8826450427:410:51678:51695 Cardium Lacombe, Alberta -0.0243946529781233976 +85929 cspg_html_8568877195 cspg_html_8568877195:78:12243:12249 Wapiti Dissected Till Plains -0.474526310844171573 +85930 palaios_html_8184049979 palaios_html_8184049979:88:9552:9584 Montney Lacombe, Alberta -0.0404707637071786003 +85931 cspg_html_2882304151 cspg_html_2882304151:12:1591:1609 Gething Dissected Till Plains -0.465890462131599792 +85932 aapg_ac_972.html aapg_ac_972.html:129:15264:15273 Etchegoin Salinas, California -0.0144355403280247291 +85933 aapg_ac_849.html aapg_ac_849.html:63:6918:6955 Pottsville Pottsville, Pennsylvania -0.425358634701132332 +85934 aapg_ae_580.html aapg_ae_580.html:503:54615:54623 Columbia Caribbean -0.421938067268467054 +85935 palaios_html_3415407632 palaios_html_3415407632:27:1961:1990 Winnipeg Williston Basin -0.452887004013691252 +85936 gsa_html_4432793908 gsa_html_4432793908:688:76616:76636 Sheep Pass Great Valley, New York -0.243630024616565799 +85937 gsa_html_7875871937 gsa_html_7875871937:486:49059:49067 Caldwell Beaumont, Texas -0.0500164465946093956 +85938 gsa_html_2422494332 gsa_html_2422494332:490:48284:48315 Weaverville Weaverville, California -0.0383278935926523318 +85939 cspg_html_6985536436 cspg_html_6985536436:95:14139:14157 Isachsen Lacombe, Alberta 0.966422853179960795 +85940 AMJC_html_4579422305 AMJC_html_4579422305:532:43751:43780 Lee South Florida metropolitan area -0.424433485516413689 +85941 cspg_html_1372398575 cspg_html_1372398575:17:2556:2562 Battle Edmonton, London -0.0867711715944553125 +85942 aapg_af_639.html aapg_af_639.html:147:7466:7484 Naheola Shreveport, Louisiana -0.0792959011673746855 +85943 gsa_html_5079726047 gsa_html_5079726047:404:47035:47053 Guayabo Pliocene -0.474918987556243288 +85944 cspg_html_7938374662 cspg_html_7938374662:75:8353:8365 Grand Rapids Svalbard -0.472678482936493838 +85945 aapg_ae_626.html aapg_ae_626.html:51:6254:6261 Moncton New Brunswick, New Jersey -0.418412283975823973 +85946 aapg_ac_187.html aapg_ac_187.html:2520:252466:252470 Home Lawrenceville, New Jersey -0.0558000933970826327 +85947 aapg_ah_779.html aapg_ah_779.html:516:97535:97543 Woodford Arkansas 0.00511431092134340907 +85948 cspg_html_8980454113 cspg_html_8980454113:139:15269:15296 Bighorn Dolomite Manitoba -0.436872309743032927 +85949 aapg_ah_859.html aapg_ah_859.html:175:20751:20769 Naheola Alabama -0.0664548174080054899 +85950 aapg_ah_418.html aapg_ah_418.html:134:13140:13159 Bearpaw Red Deer, Alberta 0.0174575141375943391 +85951 geology_html_2392884964 geology_html_2392884964:82:7409:7412 Pit Cottage Grove, Minnesota -0.457492019193031785 +85952 aapg_ad_784.html aapg_ad_784.html:331:36513:36518 Sespe Ojai, California -0.0315036314272049284 +85953 AMJC_html_8177090410 AMJC_html_8177090410:388:31728:31734 Brazil India -0.0265036602918163264 +85954 aapg_ad_871.html aapg_ad_871.html:58:6892:6914 Ferron Point Alpena County, Michigan -0.494609426466897539 +85955 gsa_html_7999545108 gsa_html_7999545108:1160:133125:133142 Onaping Canada -0.477512787064485633 +85956 aapg_aa_232.html aapg_aa_232.html:471:54235:54245 Purgatoire Cheyenne, Wyoming -0.0507694363735156085 +85957 sedimentology_html_1275942184 sedimentology_html_1275942184:226:9713:9719 Oregon Washington (state) -0.457614356613462614 +85958 gsa_html_3936574180 gsa_html_3936574180:104:11684:11709 Trout Peak Trachyandesite Black Mountains (North Carolina) -0.462111625185478381 +85959 aapg_ah_609.html aapg_ah_609.html:30:3876:3882 Morgan Logan, Utah -0.46328736756315686 +85960 gsa_html_8233590118 gsa_html_8233590118:184:20890:20924 Peace River Middle East -0.439391917689554934 +85961 aapg_af_14.html aapg_af_14.html:126:12180:12186 Almond Table Rock, Wyoming -0.0521780116650716191 +85962 aapg_ah_289.html aapg_ah_289.html:562:79046:79055 Englewood Colorado -0.833263716186264047 +85963 aapg_ac_807.html aapg_ac_807.html:736:73059:73067 Hawthorn Charleston, South Carolina -0.441406293921039528 +85964 aapg_ae_528.html aapg_ae_528.html:11:1359:1369 Blackstone Calgary -0.417396109221489231 +85965 sedimentology_html_8652763963 sedimentology_html_8652763963:142:8768:8774 Provo Gibraltar -0.457786563407215019 +85966 cspg_html_7779401416 cspg_html_7779401416:112:13898:13918 Long Reach Quebec City -0.0320063471843775108 +85967 aapg_af_397.html aapg_af_397.html:55:7099:7125 Todilto Entrada Sandstone -0.0657559135785179827 +85968 aapg_ad_52.html aapg_ad_52.html:1022:110260:110275 Coldwater Bloomington, Indiana -0.0176486817607870612 +85969 aapg_af_839.html aapg_af_839.html:105:12205:12217 Grand Rapids Salem, Massachusetts -0.0684611516043481111 +85970 geology_html_9045858655 geology_html_9045858655:282:21921:21925 Bell Tanzania -0.0272913568249384605 +85971 aapg_ai_569.html aapg_ai_569.html:288:31809:31820 Dakota Sweetwater, Miami-Dade County, Florida -0.420831066107106355 +85972 cspg_html_5109837857 cspg_html_5109837857:87:11104:11123 Degerbols Ellesmere Island -0.446029671493266278 +85973 aapg_ac_983.html aapg_ac_983.html:382:60368:60387 Wyandotte Missouri River 0.337045953847190216 +85974 sedimentology_html_3841637081 sedimentology_html_3841637081:1135:52424:52435 Wabamun Pine Brook, New Jersey 0.00387566967745058347 +85975 cspg_html_8089302449 cspg_html_8089302449:288:49045:49053 Columbia Victoria, British Columbia -0.0310096337279850039 +85976 cspg_html_4550597410 cspg_html_4550597410:353:40634:40651 Lourdes Black River, Jamaica -0.0569218086528505626 +85977 aapg_ad_691.html aapg_ad_691.html:29:3716:3726 Georgetown Austin, Chicago -0.0198420227136738916 +85978 gsa_html_5851281923 gsa_html_5851281923:95:7697:7713 Roslyn Cheney, Washington -0.480667710196792775 +85979 aapg_ac_333.html aapg_ac_333.html:448:57387:57410 Honaker Logan, Utah -0.460964719996515115 +85980 cspg_html_7675189126 cspg_html_7675189126:41:6802:6817 Sinwa Victoria, British Columbia 0.00163989791216455892 +85981 aapg_ad_466.html aapg_ad_466.html:859:92305:92317 Marshalltown Navesink River -0.464533160716817162 +85982 aapg_ae_493.html aapg_ae_493.html:627:60053:60072 Pearl Hong Kong -0.458639019733277031 +85983 cspg_html_9474105160 cspg_html_9474105160:408:56257:56269 Fernie Lacombe, Alberta -0.0114139159220517442 +85984 aapg_ai_105.html aapg_ai_105.html:410:49845:49859 Manning Canyon Oquirrh Mountain Utah Temple -0.0486919238997245429 +85985 aapg_aa_203.html aapg_aa_203.html:63:5395:5416 Newport Newport, Rhode Island 0.0759898282569194117 +85986 sedimentology_html_4287650745 sedimentology_html_4287650745:70:8179:8194 Mesaverde Logan, Utah -0.0133078241167712726 +85987 cspg_html_8690548664 cspg_html_8690548664:164:20589:20602 Mountain Park Lacombe, Alberta -0.0371791885469511946 +85988 aapg_ai_488.html aapg_ai_488.html:11:1356:1377 Peace River Canada -0.0155250750483416668 +85989 geology_html_2820317216 geology_html_2820317216:317:22942:22946 Bond North Atlantic Current -0.460953349343471763 +85990 aapg_ac_749.html aapg_ac_749.html:165:23250:23268 Thorold Ontario, California -0.0111932569580727604 +85991 aapg_ah_207.html aapg_ah_207.html:51:7226:7239 Madison Melbourne, Florida -0.0616864584903875982 +85992 aapg_ac_835.html aapg_ac_835.html:1107:161729:161752 Phosphoria Western world -0.00157388492495419375 +85993 cspg_html_5976982403 cspg_html_5976982403:86:12878:12900 Dutch Creek Purcell Mountains -0.475963906981033746 +85994 cspg_html_9343899465 cspg_html_9343899465:834:75979:75992 Weatherall Melville Island (Canada) -0.455387700672750584 +85995 aapg_af_128.html aapg_af_128.html:381:39230:39270 Madison Cheyenne, Wyoming -0.103226913113770677 +85996 aapg_ad_795.html aapg_ad_795.html:35:2671:2677 Tulare San Joaquin River -0.44948782523520614 +85997 cspg_html_6306091047 cspg_html_6306091047:758:102905:102913 Columbia Victoria, British Columbia -0.432289667144302503 +85998 cspg_html_2139304729 cspg_html_2139304729:216:21312:21328 Percha New Mexico -0.0400999482749248432 +85999 aapg_ae_873.html aapg_ae_873.html:788:90912:90931 Smackover Cotton Valley, Louisiana -0.452887004013691252 +86000 aapg_ad_379.html aapg_ad_379.html:570:47622:47639 Navajo Kayenta, Arizona -0.458865873154244486 +86001 gsa_html_9200584431 gsa_html_9200584431:30:2784:2812 Green River Colorado -0.424391951314652904 +86002 aapg_ah_93.html aapg_ah_93.html:6:1007:1026 Jefferson Cheyenne, Wyoming -0.0383226719059837143 +86003 aapg_aa_117.html aapg_aa_117.html:145:15083:15090 Cobourg Denmark -0.0418584068590474659 +86004 aapg_ah_847.html aapg_ah_847.html:203:23753:23762 New Egypt New Egypt, New Jersey -0.47675536629509363 +86005 gsa_html_5022585285 gsa_html_5022585285:785:67193:67221 Green River Colorado 0.00618793246160323843 +86006 palaios_html_2736581987 palaios_html_2736581987:50:6812:6827 Hueco New Mexico -0.437098264428985472 +86007 cspg_html_5241714595 cspg_html_5241714595:249:38902:38920 Duvernay Lacombe, Alberta -0.477121254719662491 +86008 aapg_ad_757.html aapg_ad_757.html:334:41990:41997 Platteville Decorah, Iowa 0.0525005579235097164 +86009 gsa_html_1826402027 gsa_html_1826402027:709:79742:79751 Flagstaff Arizona -0.481815063993563775 +86010 aapg_ah_505.html aapg_ah_505.html:1366:108967:108977 Deer Creek Niobrara, Nebraska -0.0133147744605960541 +86011 jgeology_html_7297323829 jgeology_html_7297323829:1100:73620:73629 Peninsula Quebec City -0.447859095614761116 +86012 aapg_ac_730.html aapg_ac_730.html:495:71149:71157 Niobrara Niobrara, Nebraska 0.049702723080318395 +86013 cspg_html_4568084707 cspg_html_4568084707:105:14581:14603 Cooking Lake Redwater, Texas -0.0330048845874642768 +86014 aapg_ai_7.html aapg_ai_7.html:407:28746:28771 Mt Lytton East Texas -0.0482911263715116029 +86015 aapg_ac_787.html aapg_ac_787.html:43:7258:7276 Barnett Texas -0.441397390812390766 +86016 aapg_ai_333.html aapg_ai_333.html:13:1969:1975 Denver Colorado -0.115169354925759193 +86017 aapg_ai_28.html aapg_ai_28.html:812:77454:77461 Reynosa Uvalde, Texas -0.500402370472918023 +86018 aapg_ak_105.html aapg_ak_105.html:96:12773:12782 Flagstaff Flagstaff, Arizona -0.0883751474395324116 +86019 sedimentology_html_6619747998 sedimentology_html_6619747998:227:16952:16979 Sunnyside Kenilworth, Illinois -0.485266333037401854 +86020 aapg_ah_607.html aapg_ah_607.html:39:3058:3081 Mesaverde Shawnee, Oklahoma -0.431344541193885822 +86021 aapg_aa_36.html aapg_aa_36.html:101:14238:14249 San Antonio Bay, Arkansas -0.449755070503296051 +86022 cspg_html_4648790511 cspg_html_4648790511:184:23514:23525 Collingwood Ontario, California -0.463271407180362194 +86023 aapg_ae_419.html aapg_ae_419.html:3150:203434:203440 Sierra Torreon, Torrance County, New Mexico -0.443782030321690002 +86024 aapg_ae_921.html aapg_ae_921.html:360:29299:29317 Winnipeg Manitoba -0.446078886082885928 +86025 cspg_html_5241714595 cspg_html_5241714595:29:4774:4784 Swan Hills Lacombe, Alberta -0.409532710596328564 +86026 cspg_html_4376017434 cspg_html_4376017434:8:578:597 Pardonet Canada -0.420909473199816475 +86027 geology_html_1624131066 geology_html_1624131066:323:23744:23761 Eramosa Canada -0.0393409536360168829 +86028 aapg_ae_305.html aapg_ae_305.html:778:57871:57880 Rio Negro Lake Maracaibo -0.462453250854801823 +86029 aapg_ac_67.html aapg_ac_67.html:347:34345:34352 Cypress Bethel, Alaska -0.0539548121915135528 +86030 cspg_html_7561290301 cspg_html_7561290301:207:25112:25129 Muskeg Black Creek (Toronto) -0.491162576381923288 +86031 aapg_ad_376.html aapg_ad_376.html:11:1585:1592 Taggard Pickaway County, Ohio -0.463307888475886887 +86032 aapg_ae_473.html aapg_ae_473.html:46:4821:4826 Weeks Mexico -0.0965942068054704284 +86033 aapg_af_121.html aapg_af_121.html:244:18685:18693 Michigan Cheyenne, Wyoming -0.0292460145715184028 +86034 aapg_ac_333.html aapg_ac_333.html:1870:183561:183572 Green River Logan, Utah -0.232518108414324742 +86035 aapg_af_575.html aapg_af_575.html:292:38832:38839 Decorah Black River, Jamaica 0.345702071162817426 +86036 cspg_html_9780523405 cspg_html_9780523405:991:114046:114050 Hall Illinois -0.458720680358492616 +86037 sedimentology_html_1046729113 sedimentology_html_1046729113:2077:162348:162367 Kaskapau Lacombe, Alberta -0.0506509051785974038 +86038 aapg_aa_484.html aapg_aa_484.html:48:5274:5294 Wapanucka Texas -0.486588444102287743 +86039 gsa_html_3484366946 gsa_html_3484366946:944:93698:93717 Katakturuk Dolomite Northwest Arctic Borough, Alaska -0.512668465076078217 +86040 aapg_ah_402.html aapg_ah_402.html:291:31426:31432 Wilcox Chattanooga, Tennessee 0.00923692322806706281 +86041 aapg_ad_81.html aapg_ad_81.html:1077:177151:177164 Madison Cheyenne, Wyoming -0.0355973203362088889 +86042 AMJC_html_8213961972 AMJC_html_8213961972:72:8679:8703 Victoria Victoria, British Columbia -0.0341705352496151776 +86043 gsa_html_6706549940 gsa_html_6706549940:789:57807:57835 Green River Colorado -0.0288373212008630718 +86044 aapg_ae_4.html aapg_ae_4.html:187:20561:20580 Lodgepole Netherlands -0.0270287863917096187 +86045 aapg_ae_873.html aapg_ae_873.html:254:30015:30023 Woodbine Lewisville, Texas -0.400068769462623597 +86046 cspg_html_8128756616 cspg_html_8128756616:109:17666:17686 Clearwater CFB Cold Lake -0.486857796887406991 +86047 aapg_aa_4.html aapg_aa_4.html:96:12188:12200 Moscow Genesee County, Michigan 0.856786109892827552 +86048 gsa_html_4472896560 gsa_html_4472896560:485:39762:39784 Huckleberry Ridge Tuff Yellowstone National Park -0.442649117020085803 +86049 cspg_html_9275863663 cspg_html_9275863663:897:122008:122020 Cooking Lake Lacombe, Alberta 0.952508104251164389 +86050 aapg_ah_822.html aapg_ah_822.html:17:1415:1421 Oregon California -0.053335758630468931 +86051 aapg_ad_764.html aapg_ad_764.html:19:2395:2408 Temblor Bakersfield, California 0.022504963158728828 +86052 jgeology_html_2809998069 jgeology_html_2809998069:148:8925:8943 Wamsutta Newport, Rhode Island -0.470188590895520009 +86053 aapg_ad_564.html aapg_ad_564.html:830:85274:85287 Barnett Texas -0.427211623217386149 +86054 aapg_ah_645.html aapg_ah_645.html:120:16188:16193 Piper Williston, Vermont -0.0416128988126375013 +86055 aapg_ae_345.html aapg_ae_345.html:852:74250:74270 Tuscaloosa New Delhi -0.472123282834716163 +86056 AMJC_html_4464898807 AMJC_html_4464898807:951:80150:80157 Shuswap Victoria, British Columbia -0.0246554374675200805 +86057 aapg_ae_627.html aapg_ae_627.html:104:9183:9189 Denver Colorado -0.487659330983205019 +86058 aapg_aa_105.html aapg_aa_105.html:236:25680:25693 Turner Valley Calgary -0.443782030321690002 +86059 aapg_aa_706.html aapg_aa_706.html:3:322:341 La Quinta Venezuela 0.365663010605442651 +86060 gsa_html_5261839912 gsa_html_5261839912:131:13031:13048 Montevideo Gneiss Montevideo, Minnesota -0.489060307863409593 +86061 aapg_ac_517.html aapg_ac_517.html:62:7607:7631 Leduc Canada -0.489400926759743782 +86062 aapg_ae_961.html aapg_ae_961.html:172:13139:13146 Grafton Red River of the North -0.507660920337226096 +86063 aapg_ah_489.html aapg_ah_489.html:257:25194:25201 Genesee Genesee County, Michigan -0.489885075161781369 +86064 aapg_ac_900.html aapg_ac_900.html:128:11150:11170 Lodgepole Pierce County, Washington -0.453419064773552205 +86065 gsa_html_6822590111 gsa_html_6822590111:55:3425:3453 Green River Colorado 0.0276791355387359349 +86066 cspg_html_1264368391 cspg_html_1264368391:6:308:324 Viking Lacombe, Alberta -0.0754787060932160803 +86067 jgeology_html_6186634367 jgeology_html_6186634367:77:3557:3598 Charles Michigan -0.462453250854801823 +86068 aapg_af_977.html aapg_af_977.html:450:68501:68507 Provo Carpathian Ruthenia -0.00985890810347769993 +86069 aapg_ac_400.html aapg_ac_400.html:62:6281:6291 Washington Muskingum River -0.464432702411418319 +86070 aapg_aa_685.html aapg_aa_685.html:131:12433:12443 North Horn North Horn Formation -0.433370341259820213 +86071 aapg_aa_735.html aapg_aa_735.html:39:4242:4256 Keokuk Illinois 0.0407702122733889366 +86072 aapg_ae_877.html aapg_ae_877.html:222:19833:19843 Swan Hills Swan Hill, Victoria -0.0159925297595795608 +86073 aapg_ak_87.html aapg_ak_87.html:5:853:867 Earp Supai, Arizona -0.0218513582866363479 +86074 aapg_ad_155.html aapg_ad_155.html:59:7043:7063 Tejon California -0.450080811334427622 +86075 gsa_html_1419461902 gsa_html_1419461902:827:73719:73726 Eramosa Canada -0.425402399125748287 +86076 gsa_html_5865982995 gsa_html_5865982995:1377:145215:145236 Green River Cheyenne, Wyoming 0.00804336370981676048 +86077 aapg_af_854.html aapg_af_854.html:1020:143737:143754 Cypress Randolph County, Indiana -0.0410313671820840969 +86078 cspg_html_2826081830 cspg_html_2826081830:48:7175:7199 Grand Rapids Lacombe, Alberta -0.466759861116235797 +86079 gsa_html_1409496185 gsa_html_1409496185:107:11593:11604 Ohanapecosh Mount Rainier, Maryland -0.515740113164459446 +86080 jgeology_html_4115179562 jgeology_html_4115179562:235:17055:17077 Mount Rogers Unicoi, Tennessee -0.498433692902457426 +86081 aapg_ah_459.html aapg_ah_459.html:102:10085:10093 Coeymans Erie County, New York -0.0644194958864892225 +86082 aapg_ad_954.html aapg_ad_954.html:553:51852:51871 Roubidoux Missouri River -0.252299656254230842 +86083 cspg_html_2253842195 cspg_html_2253842195:259:34186:34209 Buckinghorse Western world -0.454032675125810359 +86084 aapg_ac_536.html aapg_ac_536.html:657:65063:65077 Mission Canyon Grand Forks, North Dakota -0.459458231015011043 +86085 jgeology_html_4305195651 jgeology_html_4305195651:569:69358:69366 Catskill Pocono Raceway 0.0122722414388244504 +86086 aapg_aa_399.html aapg_aa_399.html:431:35830:35844 St. Mary River Edmonton, London -0.0365561577052215814 +86087 sedimentology_html_3841637081 sedimentology_html_3841637081:842:38270:38290 Waterways Swan Hill, Victoria -0.099087155677386185 +86088 aapg_ah_617.html aapg_ah_617.html:123:10681:10700 Mesaverde San Juan County, Utah -0.489483165548852517 +86089 aapg_ae_369.html aapg_ae_369.html:384:39715:39720 Eutaw Selma to Montgomery marches -0.451526708240674923 +86090 cspg_html_4269474759 cspg_html_4269474759:1213:117524:117546 Tidal Calgary -0.0245772016562315031 +86091 aapg_ae_474.html aapg_ae_474.html:1113:117450:117466 Bethel Alabama -0.480891010387966222 +86092 cspg_html_2969995408 cspg_html_2969995408:297:34530:34538 Edmonton Victoria, British Columbia -0.0691324216019307963 +86093 aapg_aa_415.html aapg_aa_415.html:338:49073:49091 Woodbine Arkansas -0.0511668783067136951 +86094 aapg_ai_923.html aapg_ai_923.html:71:12575:12583 Colorado Denver -0.0690817238654864579 +86095 geology_html_7647446171 geology_html_7647446171:13:780:789 Wolfville Earth -0.477123570959987586 +86096 AMJC_html_7085584544 AMJC_html_7085584544:867:91642:91650 Michigan Cheyenne, Wyoming -0.473663043482949409 +86097 aapg_ai_947.html aapg_ai_947.html:245:43891:43911 Kern River California -0.00496838305929400877 +86098 aapg_af_811.html aapg_af_811.html:317:26821:26850 Everton Arkansas -0.285093617004214372 +86099 aapg_ad_426.html aapg_ad_426.html:16:2037:2046 Vicksburg Oakville, California -0.00404765387058536857 +86100 aapg_ae_170.html aapg_ae_170.html:94:10901:10921 Road River Llandeilo railway station -0.118615040729352958 +86101 aapg_aa_702.html aapg_aa_702.html:2071:179771:179779 Colorado Colorado -0.000225833135678471921 +86102 palaios_html_9150736881 palaios_html_9150736881:366:35256:35275 Fairview Ohio -0.0290477532032288703 +86103 aapg_ad_648.html aapg_ad_648.html:217:25117:25125 Colorado New Mexico -0.483407132229491276 +86104 aapg_ai_129.html aapg_ai_129.html:198:16193:16205 Green Valley Paradise Valley, Arizona -0.566818294719702243 +86105 aapg_ae_731.html aapg_ae_731.html:389:36045:36068 Dakota Cheyenne, Wyoming 0.00167290441282642237 +86106 aapg_ah_182.html aapg_ah_182.html:36:4431:4443 Rockland Closter, New Jersey -0.460337276166031373 +86107 gsa_html_5015599008 gsa_html_5015599008:110:12003:12011 Columbia Lacombe, Alberta -0.0241616892206824377 +86108 aapg_ai_49.html aapg_ai_49.html:676:88454:88461 Thaynes Reno, Nevada -0.441406293921039528 +86109 aapg_ac_742.html aapg_ac_742.html:24:3488:3496 Sundance Spearfish, South Dakota 0.130923503610928887 +86110 aapg_af_575.html aapg_af_575.html:1059:154625:154641 Dakota Nebraska 0.0181266083386950397 +86111 aapg_af_470.html aapg_af_470.html:163:16161:16185 Mission Canyon Logan, Utah 0.0183508031154239679 +86112 cspg_html_9613527162 cspg_html_9613527162:385:39379:39391 Rundle Central Alberta -0.0624198034542401275 +86113 aapg_ae_643.html aapg_ae_643.html:369:45665:45673 Columbia Mineral County, Nevada -0.455726774842524995 +86114 aapg_ah_260.html aapg_ah_260.html:209:27166:27176 North Horn Flagstaff, Arizona 0.403617149534204411 +86115 gsa_html_2162821431 gsa_html_2162821431:1193:101440:101449 San Diego California -0.443933785681361437 +86116 cspg_html_8556552074 cspg_html_8556552074:100:8837:8856 Cold Lake Lacombe, Alberta -0.115015551320930151 +86117 aapg_ah_643.html aapg_ah_643.html:389:24744:24750 Denver Colorado -0.52633386733968035 +86118 sedimentology_html_6284954963 sedimentology_html_6284954963:2123:119431:119435 Hall London, Ontario -0.444295421139491553 +86119 cspg_html_9152086986 cspg_html_9152086986:211:20735:20765 Doig Victoria, British Columbia -0.472639307901536299 +86120 gsa_html_5527441012 gsa_html_5527441012:983:80494:80522 Green River Iran -0.0317923859746223822 +86121 aapg_ae_505.html aapg_ae_505.html:36:4334:4340 Denver Colorado -0.46326000708216164 +86122 gsa_html_2665533468 gsa_html_2665533468:962:87382:87388 Oregon Earth -0.514480042979990948 +86123 gsa_html_8271829751 gsa_html_8271829751:523:45518:45530 Owens Valley Lone Pine, California -0.0467961571994701744 +86124 aapg_ae_370.html aapg_ae_370.html:642:63841:63858 Keasey Salem, Oregon -0.0060576376426468119 +86125 aapg_af_90.html aapg_af_90.html:41:7193:7211 Stirling Quartzite Death Valley 0.211686649605490745 +86126 cspg_html_4298557570 cspg_html_4298557570:34:4897:4913 Battle Edmonton, London -0.0145241610261636171 +86127 palaios_html_1829506285 palaios_html_1829506285:482:33623:33662 Hartselle Alabama 0.00595513924360957774 +86128 geology_html_1315638178 geology_html_1315638178:291:23963:23982 Hornbrook Salem, Oregon -0.458695727712452594 +86129 aapg_af_959.html aapg_af_959.html:86:9247:9271 Cook Mountain Shreveport, Louisiana -0.415633351091760694 +86130 aapg_ah_991.html aapg_ah_991.html:948:130068:130086 Boggy Texas 0.00690716503256882334 +86131 gsa_html_9592096685 gsa_html_9592096685:68:4410:4438 Green River New Mexico -0.119825797374525825 +86132 cspg_html_1140317615 cspg_html_1140317615:566:46521:46529 Edmonton Lacombe, Alberta -0.480765396922298249 +86133 aapg_af_623.html aapg_af_623.html:132:13531:13541 Pittsburgh Mercer County, New Jersey -0.488837217649543798 +86134 aapg_af_77.html aapg_af_77.html:305:23739:23752 Cotton Valley Ouachita Parish, Louisiana -0.448753864703002991 +86135 AMJC_html_4487089078 AMJC_html_4487089078:523:44325:44335 Washington Cheyenne, Wyoming -0.447637220621224075 +86136 cspg_html_8250500468 cspg_html_8250500468:6:411:429 Dunvegan Lacombe, Alberta -0.466666016428022079 +86137 aapg_ai_17.html aapg_ai_17.html:664:47306:47315 Cockfield Columbia, South Carolina -0.0213629091377398328 +86138 aapg_ac_508.html aapg_ac_508.html:232:19619:19631 Dakota Nebraska 0.0646273629293033641 +86139 aapg_af_854.html aapg_af_854.html:948:134005:134027 Paint Creek Perry County, Indiana -0.0227274727216301153 +86140 aapg_ai_587.html aapg_ai_587.html:43:5416:5437 Goddard Atoka, Oklahoma -0.48108644546321655 +86141 geology_html_2550998204 geology_html_2550998204:16:847:855 Colorado Cheyenne, Wyoming -0.0791189831010428446 +86142 sedimentology_html_1911693106 sedimentology_html_1911693106:760:47104:47113 Lancaster Reno, Nevada -0.46957525648780718 +86143 aapg_aa_13.html aapg_aa_13.html:310:34730:34753 Springer Davis, California -0.437960495533138761 +86144 gsa_html_6381986868 gsa_html_6381986868:57:3851:3879 Green River New Mexico -0.428868342306482297 +86145 aapg_ae_755.html aapg_ae_755.html:395:41503:41524 Pungo River North Carolina -0.401406752728403426 +86146 gsa_html_8597749242 gsa_html_8597749242:845:88367:88395 Green River Colorado 0.0234332651137741967 +86147 palaios_html_7377371027 palaios_html_7377371027:393:43715:43745 Florissant Colorado -0.0280825762237737336 +86148 aapg_ah_646.html aapg_ah_646.html:28:3638:3655 Wingate Chinle Formation -0.0836771905424842505 +86149 aapg_ac_749.html aapg_ac_749.html:156:21863:21880 Grimsby Ontario, California -0.485285038948243097 +86150 cspg_html_2419618566 cspg_html_2419618566:633:87233:87241 Columbia Alaska Highway -0.0408468169477428783 +86151 aapg_ae_546.html aapg_ae_546.html:289:32347:32366 Smackover Arkansas -0.490971887854425804 +86152 aapg_ai_524.html aapg_ai_524.html:16:1996:2002 Kaibab Coconino County, Arizona -0.432267625462602723 +86153 gsa_html_4930932370 gsa_html_4930932370:992:110786:110803 Onaping Lake Superior -0.0608327459561348455 +86154 aapg_ah_647.html aapg_ah_647.html:199:19990:19997 El Paso El Paso, Texas -0.0432323316549263759 +86155 aapg_ah_973.html aapg_ah_973.html:171:12871:12887 Ripley Mississippi River 0.784236437505767214 +86156 gsa_html_5891364176 gsa_html_5891364176:815:61565:61593 Green River Colorado 0.0249770777964540731 +86157 aapg_aa_141.html aapg_aa_141.html:65:9236:9251 Pico Los Angeles -0.0569218086528505626 +86158 aapg_af_397.html aapg_af_397.html:588:69271:69278 Entrada Entrada Sandstone 0.0199115462259849794 +86159 aapg_ai_137.html aapg_ai_137.html:73:7135:7140 Eutaw Tuscaloosa, Alabama -0.00728936970704518669 +86160 aapg_af_242.html aapg_af_242.html:77:8831:8840 Escondido Rodriguez, Rizal -0.0222581200663617834 +86161 aapg_aa_711.html aapg_aa_711.html:530:70958:70976 Peninsula Oman -0.0584293582845294424 +86162 aapg_ai_816.html aapg_ai_816.html:526:91708:91728 Cherryvale Cherryvale, Kansas -0.0105034896980181463 +86163 aapg_ai_340.html aapg_ai_340.html:355:42090:42104 Lisburne Anchorage, Alaska -0.0891159160486906521 +86164 aapg_aa_328.html aapg_aa_328.html:475:35523:35538 San Felipe Tampico, Illinois -0.191988270547393369 +86165 aapg_af_551.html aapg_af_551.html:57:6342:6366 Lake Valley Ouray, Colorado -0.0247441052038830135 +86166 aapg_ac_333.html aapg_ac_333.html:85:11600:11614 Rico Colorado -0.0188530778518021767 +86167 geology_html_8986165275 geology_html_8986165275:150:15801:15818 Tuxedni Mount Michelson (Chugach Mountains) 0.795690247651836491 +86168 jgeology_html_9055319560 jgeology_html_9055319560:1358:81655:81663 Michigan Hartford, Connecticut -0.439165406786194035 +86169 aapg_ae_267.html aapg_ae_267.html:49:5085:5112 Onondaga Waverly, Tioga County, New York -0.468455358769372721 +86170 aapg_ac_617.html aapg_ac_617.html:134:17083:17105 Fleming Burkeville, Texas -0.480667710196792775 +86171 aapg_ah_370.html aapg_ah_370.html:286:21264:21272 Traverse Michigan -0.440300736461396947 +86172 aapg_ae_383.html aapg_ae_383.html:449:34974:34981 Chemung Chattanooga, Tennessee 0.000674025171207849952 +86173 cspg_html_9516677253 cspg_html_9516677253:7:347:364 Cardium Lacombe, Alberta -0.467925738958578585 +86174 gsa_html_4153708647 gsa_html_4153708647:61:4752:4780 Green River Colorado -0.0309000524599756105 +86175 gsa_html_5333500146 gsa_html_5333500146:29:2796:2824 Green River Colorado 0.00828311544079899167 +86176 aapg_ae_324.html aapg_ae_324.html:1264:126317:126321 Bays Knoxville, Tennessee -0.0341705352496151776 +86177 aapg_ad_567.html aapg_ad_567.html:228:42268:42281 Barnett Texas -0.479960973619786069 +86178 gsa_html_1040524378 gsa_html_1040524378:929:92141:92163 Challis Boise, Idaho -0.49285239645366713 +86179 gsa_html_7248164569 gsa_html_7248164569:326:22528:22537 Peninsula Quebec City -0.466810220907495799 +86180 aapg_ae_643.html aapg_ae_643.html:9:1093:1121 Juniata Maryland -0.218856884862473455 +86181 aapg_ah_965.html aapg_ah_965.html:114:14758:14767 Catahoula Oakville, California -0.448529529594894116 +86182 aapg_ae_642.html aapg_ae_642.html:177:17542:17565 Cotton Valley Haynesville, Louisiana -0.427764273749561608 +86183 cspg_html_3008745251 cspg_html_3008745251:24:4672:4680 Columbia Victoria, British Columbia -0.406064106623596766 +86184 cspg_html_5376629375 cspg_html_5376629375:95:14233:14266 Sullivan Middle East -0.423229723234377797 +86185 aapg_ac_807.html aapg_ac_807.html:1261:106509:106526 Raritan Closter, New Jersey -0.463271407180362194 +86186 aapg_ad_63.html aapg_ad_63.html:148:12861:12867 Reklaw Charlotte, North Carolina -0.430224392211940587 +86187 aapg_ad_836.html aapg_ad_836.html:319:28708:28717 Maquoketa Saline County, Kansas -0.443889149160736518 +86188 geology_html_4129066248 geology_html_4129066248:148:19020:19038 Fillmore Logan, Utah -0.258553920522155367 +86189 sedimentology_html_1112576860 sedimentology_html_1112576860:1157:132448:132454 Cooper San Francisco -0.444856013246054061 +86190 aapg_ad_918.html aapg_ad_918.html:520:56919:56927 Colorado Colorado -0.5112563290365294 +86191 aapg_ac_313.html aapg_ac_313.html:234:26412:26428 Campur Guatemala -0.472132494902671618 +86192 AMJC_html_8047479732 AMJC_html_8047479732:90:9570:9575 Crete Crete -0.0365787810685492543 +86193 AMJC_html_4504848787 AMJC_html_4504848787:524:53152:53160 Virginia Blue Ridge Mountains -0.0658886987392225537 +86194 cspg_html_9508543859 cspg_html_9508543859:193:22100:22127 Lawrence Middle East -0.0196404059622709952 +86195 sedimentology_html_1685838353 sedimentology_html_1685838353:166:13996:14007 Peace River Lacombe, Alberta -0.456391730122837791 +86196 gsa_html_9795775644 gsa_html_9795775644:66:4811:4839 Green River New Mexico 0.00410845643834914769 +86197 aapg_af_575.html aapg_af_575.html:469:64722:64736 Woodford Arkansas -0.0264132431935258684 +86198 palaios_html_8929415325 palaios_html_8929415325:367:38957:38965 Rockwood Saudi Arabia -0.443688311537407287 +86199 sedimentology_html_5726625767 sedimentology_html_5726625767:3786:108419:108434 Nisku Lacombe, Alberta -0.45691453935984655 +86200 AMJC_html_5421639085 AMJC_html_5421639085:410:43023:43045 Gorge Sykesville, Maryland -0.0404220171778900406 +86201 aapg_aa_808.html aapg_aa_808.html:65:7940:7946 Telkwa Victoria, British Columbia -0.0465661867457523512 +86202 aapg_ae_73.html aapg_ae_73.html:330:42806:42812 Chinle Santa Rosa, California 0.0213681238254475256 +86203 cspg_html_3102530088 cspg_html_3102530088:596:74242:74263 Belly River Lacombe, Alberta -0.48715769815048382 +86204 aapg_ac_7.html aapg_ac_7.html:75:6175:6182 Success California -0.426503733834695087 +86205 gsa_html_8433482071 gsa_html_8433482071:673:56485:56513 Green River Colorado 0.0169570105045463715 +86206 gsa_html_2832151886 gsa_html_2832151886:302:22932:22955 Belle Fourche Lacombe, Alberta -0.0233046208724774252 +86207 aapg_aa_415.html aapg_aa_415.html:317:47021:47029 Saratoga Saratoga, California -0.441392939290133568 +86208 palaios_html_3129690911 palaios_html_3129690911:543:48688:48719 Chinle Arizona -0.439098796420780313 +86209 palaios_html_6757540995 palaios_html_6757540995:729:61368:61387 Blufftown Alabama -0.265375102203777358 +86210 aapg_ae_715.html aapg_ae_715.html:964:114810:114835 Frio Texas -0.00243726702917233546 +86211 gsa_html_5295695236 gsa_html_5295695236:1029:109796:109804 Colorado New Mexico -0.466782751574986277 +86212 gsa_html_9777159316 gsa_html_9777159316:473:44496:44503 Wallace Australasia -0.0265036602918163264 +86213 aapg_af_146.html aapg_af_146.html:208:18795:18802 Potsdam Ontario, California -0.439298641817729429 +86214 aapg_ac_730.html aapg_ac_730.html:236:32984:33003 Greenhorn Mancos, Colorado -0.449050071375940441 +86215 aapg_aa_544.html aapg_aa_544.html:278:37894:37908 Colorado Cheyenne, Wyoming -0.495896456687504261 +86216 aapg_aa_124.html aapg_aa_124.html:14:2215:2234 Ellerslie Lacombe, Alberta 0.00260230032167935296 +86217 aapg_ad_182.html aapg_ad_182.html:303:37284:37293 Peninsula Michigan -0.475397368106546647 +86218 AMJC_html_6341723617 AMJC_html_6341723617:604:55152:55171 Wagon Bed Cheyenne, Wyoming -0.0471881674171297158 +86219 aapg_aa_918.html aapg_aa_918.html:872:91375:91381 Blaine Comanche County, Oklahoma 0.856324370602419171 +86220 aapg_ai_523.html aapg_ai_523.html:3:168:183 Weber Logan, Utah -0.163388308006502447 +86221 sedimentology_html_7567618503 sedimentology_html_7567618503:1177:67218:67223 Piper Canada 0.0154590412849191748 +86222 aapg_ac_631.html aapg_ac_631.html:332:40411:40429 Teewinot Signal Mountain (Wyoming) -0.480904968568341529 +86223 jgeology_html_6063383200 jgeology_html_6063383200:245:18332:18341 San Diego California -0.0584956705548907718 +86224 aapg_ae_855.html aapg_ae_855.html:350:36320:36329 Flagstaff Logan, Utah -0.210865116359208044 +86225 cspg_html_8558580101 cspg_html_8558580101:30:4701:4726 Mackenzie Lacombe, Alberta -0.471639785200352879 +86226 aapg_ae_602.html aapg_ae_602.html:575:71094:71101 Norfolk Norfolk, Virginia -0.0156223882901486526 +86227 aapg_aa_544.html aapg_aa_544.html:152:21259:21277 Sundance Powder River (Montana) 0.65897990279280394 +86228 gsa_html_7498897688 gsa_html_7498897688:531:45052:45058 Sonora California -0.0200749274855987619 +86229 aapg_ak_26.html aapg_ak_26.html:65:6826:6846 El Paso Sugarloaf Mountain (Florida) -0.478048244360621655 +86230 cspg_html_2172704722 cspg_html_2172704722:681:86442:86447 Gates Victoria, British Columbia -0.0216149541452477292 +86231 aapg_ae_711.html aapg_ae_711.html:3:206:226 Hartshorne Arkoma, Oklahoma -0.0890140966156642566 +86232 sedimentology_html_1463603507 sedimentology_html_1463603507:1195:75777:75802 Barstow California -0.035936644761748536 +86233 jgeology_html_4305195651 jgeology_html_4305195651:281:23457:23471 Slide Mountain Pennsylvania -0.014941203695627946 +86234 aapg_af_833.html aapg_af_833.html:77:8206:8223 Madison Cheyenne, Wyoming -0.0112818678629079024 +86235 cspg_html_9354781888 cspg_html_9354781888:912:65116:65121 Banff Lacombe, Alberta -0.467071222132578012 +86236 aapg_ah_524.html aapg_ah_524.html:107:11363:11379 Dakota Almont, Michigan 0.0244659336332528031 +86237 aapg_ai_183.html aapg_ai_183.html:267:24447:24469 Medicine Hat Bow Island Airport -0.475991665297052891 +86238 aapg_ad_440.html aapg_ad_440.html:564:53924:53930 Denmar Greenbrier (Great Smoky Mountains) -0.465787563493960222 +86239 aapg_ai_421.html aapg_ai_421.html:37:7839:7846 Kanawha Allegheny Mountains -0.476218391360906934 +86240 gsa_html_6734037246 gsa_html_6734037246:1048:86154:86182 Green River Colorado -0.0215106592204126722 +86241 cspg_html_7201476813 cspg_html_7201476813:150:18834:18853 Red River Manitoba -0.904292213419175317 +86242 palaios_html_7860397774 palaios_html_7860397774:949:70010:70017 La Luna Venezuela -0.502633433345809233 +86243 cspg_html_8525917094 cspg_html_8525917094:18:2218:2231 Madison Lacombe, Alberta -0.433800750581361583 +86244 gsa_html_9487992082 gsa_html_9487992082:701:68641:68665 Cedar Mountain Logan, Utah -0.0154677299277763414 +86245 aapg_ac_813.html aapg_ac_813.html:6:833:854 Green River Uinta Mountains -0.239057419753974848 +86246 aapg_aa_153.html aapg_aa_153.html:186:13351:13372 Ithaca Ithaca, New York -0.464533160716817162 +86247 aapg_aa_918.html aapg_aa_918.html:705:74458:74464 Banner Piedmont (United States) 0.00475991516942664804 +86248 aapg_af_130.html aapg_af_130.html:71:13625:13643 Chaffee Arizona -0.028002582716924157 +86249 cspg_html_5697056884 cspg_html_5697056884:81:9326:9345 Deadwood Lacombe, Alberta -0.433546895631176765 +86250 sedimentology_html_9260132433 sedimentology_html_9260132433:113:11069:11085 Eureka Quartzite Canada -0.467675942101560327 +86251 cspg_html_7896958755 cspg_html_7896958755:264:27901:27923 Beaver Mines Clearwater, Florida -0.477575355931223244 +86252 gsa_html_2687257141 gsa_html_2687257141:34:2642:2648 Reston Virginia -0.462225485866077257 +86253 sedimentology_html_7622526687 sedimentology_html_7622526687:1039:82019:82026 Yucatan Central Atlantic Magmatic Province -0.460269102262388319 +86254 aapg_ae_959.html aapg_ae_959.html:819:62539:62549 Rio Grande New Mexico -0.067880848555025769 +86255 aapg_aa_20.html aapg_aa_20.html:12:2158:2168 Caseyville Pottsville, Pennsylvania -0.0131340660726573313 +86256 aapg_ac_586.html aapg_ac_586.html:214:22891:22910 Allegheny Kittanning, Pennsylvania -0.4381734052234173 +86257 gsa_html_1119256423 gsa_html_1119256423:889:89999:90005 Peoria Wisconsin -0.250135734063896609 +86258 aapg_ad_466.html aapg_ad_466.html:1431:151694:151702 Richmond Virginia -0.447455726501453044 +86259 aapg_aa_718.html aapg_aa_718.html:617:64774:64799 Waynesburg Waynesburg, Pennsylvania -0.44948782523520614 +86260 aapg_aa_47.html aapg_aa_47.html:183:19376:19396 Deer Creek Madera County, California -0.447135398674851747 +86261 aapg_aa_544.html aapg_aa_544.html:343:46573:46583 Wind River Wasatch Range -0.0264393249899875019 +86262 gsa_html_9052101586 gsa_html_9052101586:454:53373:53384 Peoria Peoria, Illinois -0.0347847257870449039 +86263 aapg_ae_981.html aapg_ae_981.html:83:6142:6162 Bainbridge Bainbridge, Georgia -0.454041701910604445 +86264 aapg_aa_192.html aapg_aa_192.html:496:59230:59234 Vale New South Wales -0.494552690963700137 +86265 aapg_aa_147.html aapg_aa_147.html:267:32579:32597 Whitewood Middle Ordovician -0.527533808118824665 +86266 aapg_ae_3.html aapg_ae_3.html:210:29459:29479 Manning Canyon Logan, Utah -0.481794104698776371 +86267 aapg_aa_350.html aapg_aa_350.html:36:3161:3168 Saginaw Kawkawlin River -0.000347435604052462668 +86268 aapg_aa_109.html aapg_aa_109.html:17:2651:2666 Molas Colorado -0.470696581042233275 +86269 cspg_html_8756009083 cspg_html_8756009083:820:84114:84122 Columbia Victoria, British Columbia 0.00505698208442019893 +86270 aapg_ai_932.html aapg_ai_932.html:458:71419:71439 Point Sal Monterey, California -0.489885075161781369 +86271 cspg_html_6163998187 cspg_html_6163998187:56:8028:8045 Cadomin Canada -0.0234506495494124188 +86272 aapg_ad_959.html aapg_ad_959.html:64:6718:6735 Garrard Siltstone Lexington, Kentucky -0.460953349343471763 +86273 gsa_html_6263927481 gsa_html_6263927481:489:47430:47440 Washington Salem, Oregon 0.010367970259029002 +86274 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76180:76201 Quinault Washington (state) -0.455188836413653375 +86275 aapg_ai_105.html aapg_ai_105.html:151:17404:17428 Uinta Heber, California -0.484471709023717834 +86276 aapg_aa_44.html aapg_aa_44.html:244:31676:31684 Moenkopi Logan, Utah 0.989763154468386364 +86277 aapg_ad_148.html aapg_ad_148.html:22:2057:2063 Oregon Washington (state) -0.493432945605813467 +86278 cspg_html_1351473625 cspg_html_1351473625:125:20810:20818 Columbia Victoria, British Columbia -0.434540631888912565 +86279 aapg_af_451.html aapg_af_451.html:99:12594:12603 Cold Lake Regina, Saskatchewan -0.0171725037246518962 +86280 sedimentology_html_3865745685 sedimentology_html_3865745685:1548:109126:109148 Shaftesbury Lacombe, Alberta -0.0161993249316557293 +86281 cspg_html_6472484014 cspg_html_6472484014:10:563:595 Sayabec New Brunswick, New Jersey -0.153664562057427845 +86282 aapg_ac_69.html aapg_ac_69.html:637:65831:65837 Borden Bloomington, Indiana -0.457582637906406409 +86283 aapg_ae_263.html aapg_ae_263.html:156:11684:11699 Marcellus Helderberg -0.449225147740392239 +86284 aapg_af_728.html aapg_af_728.html:186:23269:23296 Vinini Reno, Nevada -0.456344217050148659 +86285 aapg_ae_873.html aapg_ae_873.html:1120:133289:133303 Woodbine Mexia, Texas -0.425384893115628659 +86286 cspg_html_5660413005 cspg_html_5660413005:382:45416:45424 Columbia Lacombe, Alberta -0.473718414704639712 +86287 aapg_ah_532.html aapg_ah_532.html:81:7717:7736 Leadville Ouray, Colorado -0.433423304094416983 +86288 aapg_ah_889.html aapg_ah_889.html:15:2134:2147 Barnett Montgomery (town), New York -0.427658982255246345 +86289 aapg_ad_440.html aapg_ad_440.html:24:3008:3019 Mauch Chunk Bluefield, West Virginia -0.491897481315385909 +86290 cspg_html_5731893209 cspg_html_5731893209:43:4204:4219 Leduc Redwater, Texas -0.462512479285274614 +86291 aapg_ac_841.html aapg_ac_841.html:531:60374:60391 Subinal Guatemala 0.300714084718667229 +86292 aapg_ae_74.html aapg_ae_74.html:476:45600:45618 Morrison New Mexico -0.44211659244865531 +86293 gsa_html_6426465509 gsa_html_6426465509:594:50724:50730 Reston Virginia -0.0162966409406991447 +86294 aapg_ad_337.html aapg_ad_337.html:346:39749:39776 Vasquez Los Angeles -0.463362613223226583 +86295 aapg_ad_584.html aapg_ad_584.html:622:59044:59061 Hosston Mississippi River 0.377711607328527044 +86296 aapg_ai_153.html aapg_ai_153.html:99:17715:17724 Pottsville Pottsville, Pennsylvania -0.438031460031225395 +86297 cspg_html_4498577775 cspg_html_4498577775:1055:83490:83508 Gog Canada -0.458639019733277031 +86298 gsa_html_8308045298 gsa_html_8308045298:896:83994:83999 Logan Washington (state) -0.47735290933611807 +86299 aapg_ad_984.html aapg_ad_984.html:185:17868:17872 Bell Harlan, Kentucky -0.052851016470200643 +86300 aapg_ai_688.html aapg_ai_688.html:131:16942:16960 Bloomsburg Huntington, West Virginia 0.436110668683637237 +86301 aapg_ae_233.html aapg_ae_233.html:14:2047:2067 Tuscaloosa Texas 0.00313388258007131059 +86302 gsa_html_1549665076 gsa_html_1549665076:548:53679:53689 Ellensburg Washington (state) -0.448377013151321557 +86303 aapg_aa_448.html aapg_aa_448.html:41:5919:5929 Missisauga Logan Canyon -0.441749128657015766 +86304 geology_html_3510163360 geology_html_3510163360:17:1329:1344 Wepawaug Schist Hartford, Connecticut -0.496896208616799728 +86305 gsa_html_4828739821 gsa_html_4828739821:691:56729:56737 Colorado Colorado -0.476172115937115059 +86306 aapg_ae_961.html aapg_ae_961.html:338:26623:26631 Niobrara Valley City, North Dakota 0.00403028171567929548 +86307 cspg_html_3734757529 cspg_html_3734757529:446:61637:61645 Finnegan Western Canadian Sedimentary Basin -0.505725319568603116 +86308 gsa_html_5552216115 gsa_html_5552216115:1229:122954:122975 Paso Robles California -0.442548827459522287 +86309 aapg_ah_646.html aapg_ah_646.html:8:1093:1109 Chinle Chinle Formation -0.419644846495757451 +86310 cspg_html_9825544190 cspg_html_9825544190:13:1600:1607 Wabamun Lacombe, Alberta -0.00786789401885567251 +86311 cspg_html_5375448448 cspg_html_5375448448:489:50301:50309 Columbia Victoria, British Columbia -0.0272061513057389563 +86312 geology_html_2144574689 geology_html_2144574689:275:25812:25822 Washington Seattle -0.04989269854500962 +86313 aapg_ac_210.html aapg_ac_210.html:122:14278:14297 Matanuska Talkeetna Mountains -0.00699055491011059838 +86314 aapg_ad_441.html aapg_ad_441.html:95:7518:7524 Carmel Kayenta, Arizona -0.470367848007268163 +86315 AMJC_html_5421639085 AMJC_html_5421639085:651:65478:65486 Virginia Piedmont (United States) -0.494226535849717374 +86316 aapg_aa_208.html aapg_aa_208.html:257:27698:27708 Maravillas Middle East -0.469327287552563421 +86317 aapg_ai_0.html aapg_ai_0.html:184:23091:23100 Ingleside Aransas Pass, Texas -0.473653815287124913 +86318 aapg_aa_537.html aapg_aa_537.html:474:55821:55827 Oswego Mississippi River -0.0355642585385362378 +86319 aapg_ac_612.html aapg_ac_612.html:273:27869:27876 Manitou Fremont, California -0.0618645484416569108 +86320 aapg_af_673.html aapg_af_673.html:41:5248:5261 Lone Mountain Reno, Nevada 0.648282439392595222 +86321 aapg_ac_414.html aapg_ac_414.html:41:5083:5089 Kaibab Reno, Nevada 0.0059950962267417687 +86322 gsa_html_6983076294 gsa_html_6983076294:128:13890:13918 Carrizo Texas -0.469028899015838996 +86323 aapg_ai_1.html aapg_ai_1.html:251:22821:22828 Hermosa San Juan Mountains -0.479719327950920094 +86324 gsa_html_8335323050 gsa_html_8335323050:844:87812:87831 Penobscot Penobscot Bay -0.0551547118645741019 +86325 geology_html_6235125926 geology_html_6235125926:115:11431:11440 Salt Lake Wasatch Range -0.447276508327869859 +86326 sedimentology_html_3200584564 sedimentology_html_3200584564:807:65871:65888 Cardium Canada 0.0195500267274268669 +86327 aapg_ac_333.html aapg_ac_333.html:775:94381:94391 San Andres Kaibab, Arizona -0.427672143055296883 +86328 gsa_html_4058959570 gsa_html_4058959570:434:34701:34717 Bladen Maya Mountain -0.465568086328610908 +86329 cspg_html_1264368391 cspg_html_1264368391:8:569:585 Viking Lacombe, Alberta -0.0317349824048286169 +86330 aapg_ac_373.html aapg_ac_373.html:351:40409:40437 Nicola Ionian Sea -0.471382028770717776 +86331 cspg_html_4105062490 cspg_html_4105062490:153:16279:16294 Banff Lacombe, Alberta -0.0388083006594042434 +86332 cspg_html_9185158332 cspg_html_9185158332:31:6571:6579 Dunvegan Victoria, British Columbia -0.462877048614286357 +86333 jgeology_html_3899973304 jgeology_html_3899973304:520:33040:33058 Hurricane Mountain Adirondack Mountains -0.0407754352992212923 +86334 aapg_af_461.html aapg_af_461.html:147:13457:13465 Glenwood Michigan -0.0218270224173490179 +86335 aapg_ae_370.html aapg_ae_370.html:14:1967:1984 Keasey Cowlitz River -0.487729676915167776 +86336 aapg_af_470.html aapg_af_470.html:274:28963:28969 Denver Colorado -0.0228978336199521272 +86337 aapg_ac_628.html aapg_ac_628.html:730:125859:125865 Chinle Summerville, South Carolina 0.0345359135676148246 +86338 aapg_af_113.html aapg_af_113.html:15:2510:2518 Michigan Michigan -0.434637853624058046 +86339 aapg_ah_972.html aapg_ah_972.html:16:2070:2088 Whitsett Trinity County, Texas -0.0486919238997245429 +86340 gsa_html_7813941610 gsa_html_7813941610:300:26163:26180 Cushing Casco Bay -0.0481342981574959458 +86341 aapg_ai_582.html aapg_ai_582.html:132:11850:11866 Sundance Manitoba 0.014863007676211246 +86342 aapg_ai_159.html aapg_ai_159.html:216:24965:24972 Caimito Darien, Georgia -0.250876823601898225 +86343 aapg_ae_187.html aapg_ae_187.html:352:36786:36796 Utica Maysville, Kentucky -0.439229801336875725 +86344 cspg_html_6927586285 cspg_html_6927586285:538:63786:63803 Halfway Victoria, British Columbia -0.445989406971527558 +86345 cspg_html_8128756616 cspg_html_8128756616:356:41441:41463 Grand Rapids Canada -0.0605656576216307002 +86346 cspg_html_4516258038 cspg_html_4516258038:488:54693:54702 Hecla Bay Bathurst Island (Northern Territory) 0.217776919830791948 +86347 gsa_html_9052101586 gsa_html_9052101586:373:41398:41414 Columbia Peoria, Illinois -0.0212221131504006823 +86348 aapg_ad_379.html aapg_ad_379.html:796:64823:64845 Summerville Logan, Utah -0.04677525052422285 +86349 cspg_html_9499345121 cspg_html_9499345121:769:88554:88562 Columbia Victoria, British Columbia 0.00515947912724753696 +86350 cspg_html_2650524233 cspg_html_2650524233:29:5849:5866 Battle Regina, Saskatchewan -0.457532796484121151 +86351 aapg_ah_638.html aapg_ah_638.html:49:5104:5113 Red Bluff Alabama -0.385903187544525683 +86352 aapg_ad_367.html aapg_ad_367.html:57:7010:7018 Richmond Victoria, British Columbia -0.476843350706402158 +86353 aapg_af_482.html aapg_af_482.html:51:6872:6884 El Plan Rosario, Cavite -0.489899180704299886 +86354 gsa_html_3010975239 gsa_html_3010975239:544:63521:63528 Saginaw Michigan -0.445989406971527558 +86355 aapg_ac_546.html aapg_ac_546.html:75:10922:10934 Frio Texas -0.012814354007688291 +86356 cspg_html_9468274627 cspg_html_9468274627:60:7779:7787 Columbia Victoria, British Columbia -0.495106025033118957 +86357 aapg_ai_615.html aapg_ai_615.html:186:24889:24903 Ross Mexico -0.013877758051455481 +86358 aapg_ai_267.html aapg_ai_267.html:146:19647:19654 Halifax Cape Hatteras Light -0.502936613094039808 +86359 aapg_ac_942.html aapg_ac_942.html:92:12223:12240 Paradox Colorado -0.02390265150978289 +86360 aapg_ae_876.html aapg_ae_876.html:817:88092:88106 Cedar Mountain Cedar Mountains -0.466007095038280028 +86361 cspg_html_2838996125 cspg_html_2838996125:164:29941:29967 Imperial California -0.099085395794234199 +86362 palaios_html_1422826240 palaios_html_1422826240:604:46109:46117 Santiago Chile -0.445984933244691462 +86363 aapg_ah_83.html aapg_ah_83.html:361:44806:44825 Lakota Cheyenne, Wyoming -0.423194790791884379 +86364 gsa_html_1923206392 gsa_html_1923206392:895:71259:71278 Ellis Bay Quebec City -0.419644846495757451 +86365 sedimentology_html_2390923054 sedimentology_html_2390923054:1266:84613:84631 Fayetteville Arkansas -0.0378805791019936056 +86366 cspg_html_1976603247 cspg_html_1976603247:49:6259:6295 Albert New Brunswick, New Jersey -0.230185177213016623 +86367 palaios_html_6100595217 palaios_html_6100595217:343:35110:35134 Moodys Branch Lisbon -0.492470301114008024 +86368 cspg_html_4031489103 cspg_html_4031489103:368:56239:56262 Striped Peak Pend Oreille River -0.0307539456314618806 +86369 gsa_html_1254347878 gsa_html_1254347878:250:29779:29801 Garnet Range Canada -0.480807266046245518 +86370 geology_html_6598395476 geology_html_6598395476:184:17858:17862 Bond North Atlantic Current -0.461456070409902219 +86371 aapg_ae_755.html aapg_ae_755.html:165:19967:19984 Calvert Maryland -0.0749956385588343988 +86372 cspg_html_4409656292 cspg_html_4409656292:51:7016:7023 Cardium Milk River, Alberta -0.00125945488018784418 +86373 aapg_ah_779.html aapg_ah_779.html:302:56793:56812 Arkansas Novaculite Illinois 0.355063533000039122 +86374 aapg_ah_643.html aapg_ah_643.html:114:14357:14363 Snyder Southern United States 0.0246397902733066602 +86375 sedimentology_html_5473736877 sedimentology_html_5473736877:576:34503:34542 Bruce Perth, Western Australia -0.0260168057224487229 +86376 cspg_html_7028413504 cspg_html_7028413504:255:34758:34774 Exshaw Lacombe, Alberta -0.0565031060204084085 +86377 cspg_html_5220068638 cspg_html_5220068638:182:21633:21645 Fernie Lacombe, Alberta 0.502867373341277291 +86378 cspg_html_9942234474 cspg_html_9942234474:440:51085:51117 Grosmont Lacombe, Alberta -0.456337429672799166 +86379 aapg_ak_135.html aapg_ak_135.html:3:366:381 Catalina Schist California -0.480602591853576067 +86380 aapg_ah_301.html aapg_ah_301.html:593:66472:66479 Yucatan Key West, Florida -0.0389701822838023973 +86381 aapg_af_868.html aapg_af_868.html:509:38697:38702 Atoka Adair County, Missouri 0.00710174161421996044 +86382 cspg_html_7839431712 cspg_html_7839431712:29:4009:4027 Foremost Saskatchewan River -0.444844842741709823 +86383 gsa_html_2658549614 gsa_html_2658549614:65:5843:5871 Green River New Mexico -0.0140376196944260508 +86384 cspg_html_1498300615 cspg_html_1498300615:5:202:217 Cairn Lacombe, Alberta -0.471819338906025898 +86385 gsa_html_2989317971 gsa_html_2989317971:475:51524:51534 Wood River Snake River Canyon (Idaho) -0.437987106587424679 +86386 aapg_ai_54.html aapg_ai_54.html:109:12092:12102 Tuscaloosa Tuscaloosa, Alabama -0.457986001970366152 +86387 jgeology_html_2563614336 jgeology_html_2563614336:148:7024:7035 San Jacinto Lake Elsinore, California -0.541504821183199203 +86388 aapg_af_142.html aapg_af_142.html:192:22797:22806 Smackover Matamoros, Tamaulipas 0.016192373803742003 +86389 aapg_ak_87.html aapg_ak_87.html:401:52179:52194 Supai Mogollon, New Mexico -0.00771674737466516297 +86390 aapg_ah_528.html aapg_ah_528.html:520:55645:55652 Thaynes Boise, Idaho -0.470409220225314617 +86391 aapg_ae_171.html aapg_ae_171.html:413:36017:36036 Newcastle Black Hills -0.611703099784752902 +86392 cspg_html_2098485391 cspg_html_2098485391:174:22570:22587 Kagawong Manitoulin Island -0.0825061035113065361 +86393 aapg_ae_391.html aapg_ae_391.html:373:33617:33625 Carlsbad Pecos County, Texas -0.00922476160912374769 +86394 gsa_html_5625878232 gsa_html_5625878232:562:70177:70193 Spray Victoria, British Columbia -0.473676885959420813 +86395 aapg_aa_785.html aapg_aa_785.html:420:47711:47731 San Miguel Texas -0.02404868566678443 +86396 aapg_ah_644.html aapg_ah_644.html:154:18011:18034 Gypsum Spring Regina, Saskatchewan -0.492765112558075979 +86397 aapg_ai_82.html aapg_ai_82.html:300:33258:33268 Greenbrier Greenbrier (Great Smoky Mountains) -0.0720946960708097884 +86398 cspg_html_4031489103 cspg_html_4031489103:340:50261:50278 Gateway Victoria, British Columbia -0.469189557204259144 +86399 aapg_aa_647.html aapg_aa_647.html:84:7429:7438 Tuscarora Pennsylvania -0.0425949712561439139 +86400 aapg_af_130.html aapg_af_130.html:229:38621:38638 Elbert Ouray, Colorado -0.246742175408434988 +86401 aapg_ae_370.html aapg_ae_370.html:64:7418:7425 Astoria Salem, Oregon -0.452896019392303839 +86402 aapg_ah_635.html aapg_ah_635.html:290:36928:36965 La Quinta Venezuela -0.20850572237761153 +86403 sedimentology_html_4303519838 sedimentology_html_4303519838:902:69031:69053 Bonanza Middle East -0.413981895448320647 +86404 palaios_html_9357360196 palaios_html_9357360196:95:9290:9304 Ogallala Texas -0.0261593828547695383 +86405 aapg_ad_335.html aapg_ad_335.html:323:38453:38469 Ferris Fort Union Trading Post National Historic Site -0.026183725432627869 +86406 cspg_html_4655200751 cspg_html_4655200751:73:13455:13473 Wabamun Swan Hill, Victoria -0.0269348882327513015 +86407 aapg_ak_83.html aapg_ak_83.html:11:2074:2084 San Miguel Caribbean -0.469024309212410007 +86408 gsa_html_2258041855 gsa_html_2258041855:19:1169:1177 Humboldt Michigan -0.473653815287124913 +86409 gsa_html_5967182502 gsa_html_5967182502:57:3907:3935 Green River Colorado -0.0306147978884375553 +86410 cspg_html_1225021992 cspg_html_1225021992:194:26170:26191 Shaftesbury River Torrens -0.47249414511500698 +86411 aapg_ad_338.html aapg_ad_338.html:650:65427:65448 Englishtown Closter, New Jersey -0.0209214044574815329 +86412 aapg_ad_258.html aapg_ad_258.html:204:21054:21063 Rose Hill Lee County, Alabama 0.292383894046376269 +86413 aapg_ah_978.html aapg_ah_978.html:459:42895:42902 Temblor California -0.441392939290133568 +86414 aapg_ai_49.html aapg_ai_49.html:280:34041:34047 Pueblo California -0.0901518046465714235 +86415 aapg_ad_659.html aapg_ad_659.html:232:31729:31737 Michigan Wisconsin -0.0246571760456421665 +86416 cspg_html_3618628685 cspg_html_3618628685:97:13194:13214 Milk River Deadhorse, Alaska -0.447455726501453044 +86417 geology_html_1668394540 geology_html_1668394540:17:1051:1063 Owens Valley Reno, Nevada -0.205636923642397967 +86418 palaios_html_9507397379 palaios_html_9507397379:17:819:844 Barstow California -0.483715163479877641 +86419 aapg_af_188.html aapg_af_188.html:220:23188:23208 Telegraph Creek Boulder River (Washington) -0.428809045611172668 +86420 aapg_aa_114.html aapg_aa_114.html:233:25814:25821 La Joya Middle East 0.917247736072749897 +86421 aapg_ah_723.html aapg_ah_723.html:225:26229:26249 Boundary Creek Canada -0.424973594054148252 +86422 aapg_af_4.html aapg_af_4.html:85:10093:10111 Monterey California -0.453423575097804177 +86423 cspg_html_4699684578 cspg_html_4699684578:340:41367:41384 Mount Hawk Lacombe, Alberta -0.0445698956916831118 +86424 aapg_aa_797.html aapg_aa_797.html:130:16903:16915 Cutler Canyonlands National Park -0.450582005503512739 +86425 sedimentology_html_3238300064 sedimentology_html_3238300064:2136:125885:125902 Cadomin Tilley, Alberta -0.445213540966811649 +86426 aapg_af_625.html aapg_af_625.html:549:56608:56626 Jefferson Helderberg -0.451875596518584666 +86427 aapg_ae_876.html aapg_ae_876.html:565:60723:60747 Cedar Mountain Cedar Mountains -0.0243946529781233976 +86428 aapg_ah_435.html aapg_ah_435.html:126:15723:15733 San Felipe Texas -0.442682549290708161 +86429 aapg_ae_973.html aapg_ae_973.html:1082:84754:84770 Tessey Salado, Texas -0.46878567237532498 +86430 cspg_html_3129231627 cspg_html_3129231627:9:867:880 Baumann Fiord Ellesmere Island -0.429501070897857717 +86431 cspg_html_9951421861 cspg_html_9951421861:156:23765:23775 Clearwater Clearwater, Florida -0.459837454744856933 +86432 aapg_ah_108.html aapg_ah_108.html:49:5450:5456 Brazil Salvador, Bahia -0.47495364399168194 +86433 aapg_aa_302.html aapg_aa_302.html:324:39009:39024 Loray Kaibab, Arizona -0.499198739530653746 +86434 aapg_ae_324.html aapg_ae_324.html:618:63465:63473 Virginia Bluefield, West Virginia -0.501052480963019353 +86435 cspg_html_3772380029 cspg_html_3772380029:446:57013:57027 Surprise Creek Churchill River (Atlantic) -0.472678482936493838 +86436 aapg_af_423.html aapg_af_423.html:59:5226:5236 Fort Payne Monteagle, Tennessee 0.31072329201471327 +86437 cspg_html_9435196958 cspg_html_9435196958:1366:57535:57553 Edmonton Lacombe, Alberta -0.519105802878321643 +86438 aapg_af_142.html aapg_af_142.html:192:22892:22908 Olvido Matamoros, Tamaulipas -0.5040380613457629 +86439 AMJC_html_8619525948 AMJC_html_8619525948:33:3957:3975 Wamsutta Cambridge, Massachusetts -0.0153756304706319062 +86440 aapg_af_128.html aapg_af_128.html:451:41855:41874 Minnelusa Cheyenne, Wyoming -0.00621572872549000163 +86441 gsa_html_4330209686 gsa_html_4330209686:30:2840:2868 Green River Colorado -0.00771327274469656935 +86442 cspg_html_4132771434 cspg_html_4132771434:727:84605:84616 Peace River Western Canadian Sedimentary Basin -0.0236314487961183893 +86443 aapg_aa_419.html aapg_aa_419.html:929:79266:79274 Victoria Perth, Western Australia -0.0284721166530200707 +86444 gsa_html_3176813682 gsa_html_3176813682:851:71740:71768 Green River Iran 0.0217870421350220764 +86445 aapg_af_590.html aapg_af_590.html:353:26557:26576 Rock Springs Sweetwater, Miami-Dade County, Florida -0.00334234682961829285 +86446 cspg_html_2796643803 cspg_html_2796643803:125:19574:19592 Deadwood Williston Basin 0.871075893557862635 +86447 aapg_ad_883.html aapg_ad_883.html:47:6862:6883 Mount Simon Detroit River International Wildlife Refuge -0.02980429327875583 +86448 gsa_html_9931459047 gsa_html_9931459047:29:2796:2824 Green River Colorado -0.0364186783313174417 +86449 cspg_html_8312989046 cspg_html_8312989046:856:88240:88272 Bowser Victoria, British Columbia -0.49293261121873766 +86450 aapg_ac_841.html aapg_ac_841.html:267:34636:34651 Atima Honduras -0.0425061623953187154 +86451 aapg_aa_918.html aapg_aa_918.html:766:81884:81900 Custer Texas -0.476061064960921709 +86452 palaios_html_6815039820 palaios_html_6815039820:36:4180:4186 Lehman Texas -0.0447475566663644089 +86453 aapg_ac_246.html aapg_ac_246.html:21:2973:2982 Newcastle Cheyenne, Wyoming -0.00837345699819263926 +86454 geology_html_7820977853 geology_html_7820977853:231:22055:22061 Denver Fraser River (Colorado) -0.0414701241414489052 +86455 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1929:1938 Newcastle Melbourne, Florida -0.00771327274469656935 +86456 aapg_af_469.html aapg_af_469.html:375:42475:42483 Humboldt Reno, Nevada -0.480611894173340604 +86457 gsa_html_2675218998 gsa_html_2675218998:730:72340:72359 Colorado Provinces of Italy -0.0234506495494124188 +86458 aapg_ad_2.html aapg_ad_2.html:672:96931:96948 Theresa Adirondack Park -0.447189152172129289 +86459 aapg_ak_104.html aapg_ak_104.html:71:10365:10383 Tensleep Cheyenne, Wyoming -0.0636509756353897255 +86460 cspg_html_1118978429 cspg_html_1118978429:25:2936:2970 Cadomin Lacombe, Alberta -0.462225485866077257 +86461 cspg_html_3554431164 cspg_html_3554431164:13:1349:1354 Nisku Rocky Mountains -0.466567604644266332 +86462 palaios_html_8910286482 palaios_html_8910286482:282:29784:29795 Waccamaw North Carolina -0.46105569042928074 +86463 cspg_html_4031489103 cspg_html_4031489103:339:49662:49668 Fernie Fernie, British Columbia -0.202840366498006602 +86464 aapg_ai_386.html aapg_ai_386.html:60:6388:6396 Woodbine Cotton Valley, Louisiana -0.460941978835084587 +86465 cspg_html_1019614994 cspg_html_1019614994:457:78060:78081 Big Valley Lacombe, Alberta -0.00964347088928847219 +86466 aapg_af_353.html aapg_af_353.html:16:2072:2087 Sespe Ventura County, California -0.455279223830003521 +86467 cspg_html_8306619029 cspg_html_8306619029:12:1669:1688 Greenhorn Lacombe, Alberta -0.0857045214862850457 +86468 aapg_ae_729.html aapg_ae_729.html:446:53849:53859 Washington Mexico -0.432346977926754639 +86469 cspg_html_4374961624 cspg_html_4374961624:29:5106:5115 Cathedral Mount Robson Provincial Park -0.0498456399588059346 +86470 sedimentology_html_1180576775 sedimentology_html_1180576775:1231:61019:61037 Smackover Alabama -0.242449533238334375 +86471 gsa_html_3429903648 gsa_html_3429903648:835:70533:70561 Green River Colorado 0.041724334263233534 +86472 jgeology_html_8904089554 jgeology_html_8904089554:762:38397:38419 Fisset Brook Inverness, Shelby County, Alabama -0.49119789377684242 +86473 gsa_html_8951179545 gsa_html_8951179545:775:82868:82880 Wilcox Texas -0.0550552936469841589 +86474 cspg_html_8649903682 cspg_html_8649903682:410:31601:31619 Goodrich Pine River (Michigan) -0.448753864703002991 +86475 aapg_ai_748.html aapg_ai_748.html:15:1323:1332 Smackover Cotton Valley, Louisiana -0.48422645917649243 +86476 aapg_ai_996.html aapg_ai_996.html:176:13643:13651 Kirkwood Maryland 0.00238862567180727833 +86477 aapg_ae_369.html aapg_ae_369.html:107:11631:11647 Tuscaloosa Mississippi River 0.0187783441423678282 +86478 aapg_ah_536.html aapg_ah_536.html:186:24537:24554 Hosston Texas -0.0118969383630564592 +86479 aapg_ah_601.html aapg_ah_601.html:83:5987:5994 Fleming Jefferson County, Colorado -0.481766159765426027 +86480 aapg_ad_2.html aapg_ad_2.html:1393:190624:190634 Reedsville Chambersburg, Pennsylvania 0.0235792949578465805 +86481 aapg_ah_875.html aapg_ah_875.html:341:32276:32284 El Salto El Salto, Jalisco -0.480611894173340604 +86482 gsa_html_6589330144 gsa_html_6589330144:171:21493:21499 Reston Virginia -0.493713923537506649 +86483 aapg_ai_78.html aapg_ai_78.html:45:4322:4341 Catahoula Shreveport, Louisiana -0.216608933094300737 +86484 cspg_html_6927586285 cspg_html_6927586285:34:4907:4915 Columbia Lacombe, Alberta -0.0320063471843775108 +86485 gsa_html_6927123889 gsa_html_6927123889:782:69264:69268 Pico Spain -0.479586916180102352 +86486 cspg_html_3618628685 cspg_html_3618628685:449:50526:50548 Belly River Lacombe, Alberta -0.0156814715209821626 +86487 gsa_html_2059086425 gsa_html_2059086425:410:33930:33951 Lake Valley Sacramento Mountains (California) -0.447153316157111791 +86488 aapg_ai_107.html aapg_ai_107.html:863:73059:73093 Cotton Valley Arkansas -0.428809045611172668 +86489 jgeology_html_2758284699 jgeology_html_2758284699:1329:67156:67160 Hall London, Ontario -0.462576268150975078 +86490 gsa_html_9859522168 gsa_html_9859522168:172:23322:23325 Rye Colorado -0.0475645152925121273 +86491 aapg_ad_466.html aapg_ad_466.html:365:43828:43835 Patuxent Patapsco River -0.455211432419709627 +86492 aapg_ai_81.html aapg_ai_81.html:461:37417:37440 Conemaugh Pocono Raceway -0.481309854062180409 +86493 aapg_aa_835.html aapg_aa_835.html:7:1100:1115 Uinta Logan, Utah -0.472390472142967033 +86494 palaios_html_4939666561 palaios_html_4939666561:48:6067:6088 Clays Ferry Kentucky -0.442548827459522287 +86495 cspg_html_7602315496 cspg_html_7602315496:7:788:801 Bearpaw Milk River, Alberta 0.0324899486535596832 +86496 aapg_aa_146.html aapg_aa_146.html:197:26621:26640 Fox Hills Crook, Colorado 0.0125641469917892636 +86497 aapg_ae_223.html aapg_ae_223.html:66:7812:7819 Wasatch Moffat County, Colorado 0.03647262571595241 +86498 aapg_ah_97.html aapg_ah_97.html:117:14269:14274 Viola Knoxville, Tennessee -0.47032647773667996 +86499 aapg_ae_991.html aapg_ae_991.html:3:297:315 Tensleep Cheyenne, Wyoming -0.442542141875480355 +86500 cspg_html_6163691495 cspg_html_6163691495:750:75224:75232 Colorado Denver -0.0364256392683856012 +86501 aapg_ah_442.html aapg_ah_442.html:12:2733:2737 Frio Neches River 0.00312693377810401713 +86502 geology_html_7187083904 geology_html_7187083904:12:645:652 El Paso Texas -0.464533160716817162 +86503 aapg_aa_659.html aapg_aa_659.html:391:23314:23319 Swift Bay of Fundy -0.454540571750530975 +86504 aapg_ac_579.html aapg_ac_579.html:11:1220:1230 Fort Union Uinta Mountains -0.0129533588216162645 +86505 palaios_html_6788096414 palaios_html_6788096414:580:59877:59881 Open Melbourne, Florida -0.0371287181535530572 +86506 cspg_html_9729377176 cspg_html_9729377176:161:20528:20537 Baldonnel Victoria, British Columbia -0.0209266190161632587 +86507 geology_html_5620285857 geology_html_5620285857:258:21705:21724 Mansfield Bloomington, Indiana -0.482917309945881279 +86508 geology_html_9677846398 geology_html_9677846398:256:22564:22580 Noonday Dolomite Death Valley -0.473856858113634927 +86509 sedimentology_html_5557101170 sedimentology_html_5557101170:716:46016:46028 Devon Island Canadian Arctic Archipelago -0.468015132988553406 +86510 aapg_ae_419.html aapg_ae_419.html:4931:281137:281157 San Miguel Texas -0.443813272031764461 +86511 aapg_ah_647.html aapg_ah_647.html:529:57463:57477 Earp Tombstone, Arizona -0.438450704245630596 +86512 aapg_ah_609.html aapg_ah_609.html:33:4471:4482 Green River Wasatch Range -0.0372940531367401962 +86513 cspg_html_4072152826 cspg_html_4072152826:206:25348:25363 Lyell Mons -0.50076665576240853 +86514 aapg_ai_447.html aapg_ai_447.html:145:17570:17580 Whitehorse Grady County, Georgia -0.0224562895865069063 +86515 cspg_html_6985536436 cspg_html_6985536436:66:9863:9881 Beaufort Banks Island 1.31002978960936689 +86516 aapg_ad_564.html aapg_ad_564.html:1573:143590:143604 Toro New Guinea 0.0400703533082377161 +86517 aapg_ae_981.html aapg_ae_981.html:233:19158:19174 Laurel Missouri River -0.0250987813235815996 +86518 gsa_html_8729417345 gsa_html_8729417345:29:2796:2824 Green River Colorado -0.028708628918134603 +86519 jgeology_html_4599466962 jgeology_html_4599466962:318:22990:22998 Syracuse Schoharie Creek -0.0823290640853554939 +86520 aapg_ae_345.html aapg_ae_345.html:41:3277:3282 Eutaw Tuscaloosa, Alabama -0.416311624568161565 +86521 aapg_af_763.html aapg_af_763.html:166:19471:19488 Roberts Mountains Reno, Nevada -0.0105834116577304821 +86522 cspg_html_5345848475 cspg_html_5345848475:120:16358:16381 Medicine Hat Regina, Saskatchewan -0.026183725432627869 +86523 gsa_html_4763927881 gsa_html_4763927881:568:54863:54869 Oregon California -0.501631577031398268 +86524 aapg_ad_152.html aapg_ad_152.html:1516:195509:195514 Loray Kaibab, Arizona -0.51909362726773689 +86525 cspg_html_9275863663 cspg_html_9275863663:98:13873:13892 Waterways Middle East -0.10714557684830664 +86526 geology_html_8078361781 geology_html_8078361781:12:498:504 Denver Colorado -0.485285038948243097 +86527 aapg_ah_784.html aapg_ah_784.html:148:15133:15153 San Andres New Mexico -0.000180666507077184774 +86528 gsa_html_3666562816 gsa_html_3666562816:1054:100121:100149 Green River Colorado 0.0277452155183721058 +86529 jgeology_html_1659592707 jgeology_html_1659592707:758:51118:51126 Colorado Denver -0.0711572225320946106 +86530 aapg_ae_113.html aapg_ae_113.html:404:54709:54734 Belcher Channel Ellesmere Island 0.360228386382529242 +86531 aapg_ac_629.html aapg_ac_629.html:708:84053:84060 Pamlico Wicomico County, Maryland -0.06662955675055518 +86532 sedimentology_html_9410532865 sedimentology_html_9410532865:1633:112290:112311 Green River Cheyenne, Wyoming -0.0165677377021119406 +86533 aapg_af_975.html aapg_af_975.html:110:17612:17618 Denver Colorado -0.45295011354581094 +86534 cspg_html_6840476817 cspg_html_6840476817:690:69974:69984 West Point Quebec City -0.452238132024570194 +86535 sedimentology_html_9633602572 sedimentology_html_9633602572:31:2241:2249 Edmonton Canada -0.0213125005692229447 +86536 gsa_html_6706549940 gsa_html_6706549940:385:32183:32192 New River Little Juniata River 0.355063533000039122 +86537 gsa_html_7485655092 gsa_html_7485655092:988:79200:79206 Ithaca Andes -0.0766200511686235819 +86538 geology_html_5828016264 geology_html_5828016264:167:14161:14166 Bluff Oak Island -0.00153219252139514682 +86539 aapg_af_459.html aapg_af_459.html:3:203:207 Dean West, Texas 0.626892669749228748 +86540 aapg_aa_723.html aapg_aa_723.html:76:8808:8815 Newport San Diego -0.517021564527098909 +86541 cspg_html_1822367166 cspg_html_1822367166:89:14026:14045 Queenston Manitoulin Island -0.0612883937690323899 +86542 aapg_aa_960.html aapg_aa_960.html:327:26725:26742 Wingate Durango, Durango -0.469070208322842297 +86543 aapg_ac_708.html aapg_ac_708.html:86:8959:8975 Elwren Chester, Pennsylvania -0.485308421911267773 +86544 palaios_html_8095221691 palaios_html_8095221691:147:18668:18676 Traverse Cambridge -0.465945346292333973 +86545 aapg_ai_388.html aapg_ai_388.html:204:20785:20802 Wasatch Wasatch Range 0.348897338698643311 +86546 geology_html_3221396549 geology_html_3221396549:270:25031:25039 Michigan Michigan -0.430532356052481968 +86547 gsa_html_5567409097 gsa_html_5567409097:744:71575:71603 Green River Colorado 0.0110316729653651777 +86548 geology_html_1745354227 geology_html_1745354227:286:25599:25623 Gog Lacombe, Alberta -0.0712446663933630486 +86549 aapg_ah_675.html aapg_ah_675.html:485:66463:66474 Sadlerochit Anchorage, Alaska -0.0416442398946082412 +86550 sedimentology_html_2078363788 sedimentology_html_2078363788:843:61688:61692 Hall London, Ontario -0.437951625350357587 +86551 aapg_aa_976.html aapg_aa_976.html:319:42432:42449 Astoria Washington (state) -0.0464616568793586454 +86552 aapg_ah_828.html aapg_ah_828.html:206:14503:14523 Twin Creek Logan, Utah -0.452927573923113447 +86553 palaios_html_6461864355 palaios_html_6461864355:874:76230:76256 Pottsville Alabama 1.27963213225877737 +86554 sedimentology_html_2865738906 sedimentology_html_2865738906:523:31538:31568 Holder New Mexico -0.49345891443649581 +86555 aapg_af_131.html aapg_af_131.html:15:2248:2258 Dewey Lake Nashville Basin 0.0103054229962900919 +86556 cspg_html_3328007773 cspg_html_3328007773:968:98962:98985 Boulder Creek Victoria, British Columbia -0.0308043870775981631 +86557 aapg_ae_388.html aapg_ae_388.html:1726:109214:109224 Cedar Keys Levy County, Florida -0.456561440120662909 +86558 aapg_ae_904.html aapg_ae_904.html:229:24512:24527 Galena Nebraska -0.0366623139169080098 +86559 aapg_ae_772.html aapg_ae_772.html:17:1852:1867 Mesaverde Beaumont, Texas 0.0546890284135894827 +86560 cspg_html_6417125323 cspg_html_6417125323:35:4332:4345 Watt Mountain Regina, Saskatchewan -0.450676431675374467 +86561 palaios_html_4588969442 palaios_html_4588969442:16:972:1006 Tanyard Texas -0.471009336433766579 +86562 aapg_ac_569.html aapg_ac_569.html:325:45146:45166 Emma Fiord Devon Island -0.465568086328610908 +86563 cspg_html_7404699681 cspg_html_7404699681:21:2594:2605 Peace River Lacombe, Alberta -0.49285239645366713 +86564 gsa_html_8427644447 gsa_html_8427644447:584:50642:50687 Sandia Culebra, Puerto Rico -0.436805862873274886 +86565 sedimentology_html_5672063331 sedimentology_html_5672063331:39:2718:2724 Walker Reno, Nevada -0.0216149541452477292 +86566 gsa_html_5351204746 gsa_html_5351204746:68:5131:5159 Green River Colorado 0.013731798242215874 +86567 geology_html_9924482358 geology_html_9924482358:301:27218:27225 Madison Logan, Utah -0.47254944238616009 +86568 cspg_html_9057975703 cspg_html_9057975703:50:5999:6016 Duperow Western Canadian Sedimentary Basin -0.600942545646879545 +86569 aapg_ah_536.html aapg_ah_536.html:446:58088:58095 Rodessa Mooringsport, Louisiana -0.480033015687554854 +86570 cspg_html_1654370716 cspg_html_1654370716:44:4671:4684 Parry Islands Bathurst Island (Northern Territory) -0.481756844989031929 +86571 aapg_ah_536.html aapg_ah_536.html:231:31397:31414 Pine Island Texas -0.00782446102673750588 +86572 aapg_ad_341.html aapg_ad_341.html:257:26694:26702 Catskill Chadwick, Illinois -0.0161298137457332978 +86573 aapg_ai_981.html aapg_ai_981.html:233:19744:19752 Beaumont Texas -0.0878538776767595064 +86574 aapg_aa_803.html aapg_aa_803.html:302:38607:38634 Moenkopi Colorado -0.382090662214463472 +86575 geology_html_9958752318 geology_html_9958752318:292:24097:24105 Columbia Victoria, British Columbia -0.442720440658756875 +86576 aapg_af_854.html aapg_af_854.html:1264:179936:179953 Renault Illinois -0.0379467177170490291 +86577 cspg_html_6964953392 cspg_html_6964953392:42:6844:6852 Columbia Victoria, British Columbia -0.0139559511282587399 +86578 aapg_ah_421.html aapg_ah_421.html:258:21730:21749 Fox Hills Denver 0.759654589409097358 +86579 geology_html_9449848150 geology_html_9449848150:22:1683:1703 North Horn Logan, Utah -0.277807341503541638 +86580 aapg_ai_724.html aapg_ai_724.html:274:26739:26758 Allen Bay Southeast Asia -0.459022435464294998 +86581 aapg_aa_537.html aapg_aa_537.html:229:26975:26993 Fayetteville Mississippi River -0.494552690963700137 +86582 aapg_ai_247.html aapg_ai_247.html:105:11528:11547 Detroit River Reed City, Michigan -0.010750205891597751 +86583 aapg_aa_904.html aapg_aa_904.html:413:35266:35275 Mesaverde San Juan, Argentina -0.425371763818281734 +86584 geology_html_1390060534 geology_html_1390060534:277:22452:22463 Green River Earth -0.210732526877297127 +86585 aapg_ad_234.html aapg_ad_234.html:107:12418:12425 Hanover Germany -0.47564012534835387 +86586 palaios_html_7362419830 palaios_html_7362419830:418:46628:46634 Brazil Caribbean -0.0533985334168908185 +86587 cspg_html_1975682848 cspg_html_1975682848:14:1979:2006 Roberts Mountains Canadian Arctic Archipelago -0.449050071375940441 +86588 aapg_ae_370.html aapg_ae_370.html:564:55049:55064 Sooke Durham, North Carolina -0.0549959922383894545 +86589 AMJC_html_1938223835 AMJC_html_1938223835:817:102109:102120 Spider Lake Portland, Maine -0.0933717264743761932 +86590 aapg_ac_920.html aapg_ac_920.html:322:43528:43534 Antler Logan, Utah -0.0279486743171803304 +86591 aapg_ah_148.html aapg_ah_148.html:99:12322:12336 Woodbend Wetaskiwin -0.450595494357366455 +86592 palaios_html_8113714689 palaios_html_8113714689:20:1409:1417 Munising Munising, Michigan -0.452927573923113447 +86593 AMJC_html_5852141520 AMJC_html_5852141520:571:51274:51280 Moscow Russia -0.465186416944366576 +86594 cspg_html_9452156251 cspg_html_9452156251:6:357:379 Severn River Ontario, California -0.457899875343460883 +86595 gsa_html_4650354985 gsa_html_4650354985:1203:97888:97896 Colorado Colorado -0.477512787064485633 +86596 aapg_aa_105.html aapg_aa_105.html:267:28794:28806 Wapiabi Bow River -0.52379238142074902 +86597 aapg_ac_824.html aapg_ac_824.html:501:50072:50080 Colorado Colorado -0.495740204770814097 +86598 aapg_ad_302.html aapg_ad_302.html:104:11029:11050 Bell Delaware -0.0334398147432133225 +86599 aapg_ac_633.html aapg_ac_633.html:3:391:401 Nacimiento New Mexico -0.0446343409079277068 +86600 aapg_ah_647.html aapg_ah_647.html:699:76820:76826 Concha Colorado -0.451733774163315116 +86601 cspg_html_9768299963 cspg_html_9768299963:22:2690:2706 Horseshoe Canyon Lacombe, Alberta 0.782590726794785585 +86602 cspg_html_3328007773 cspg_html_3328007773:868:92358:92388 Boulder Creek Canada -0.434606918343987458 +86603 geology_html_1351939959 geology_html_1351939959:39:3857:3863 Brazil Earth -0.500557112785802838 +86604 cspg_html_4031489103 cspg_html_4031489103:143:20182:20198 Altyn Ural Mountains -0.469152832749018645 +86605 gsa_html_3038126504 gsa_html_3038126504:74:8196:8214 Imperial Arizona -0.0131340660726573313 +86606 cspg_html_4326384800 cspg_html_4326384800:1572:225756:225789 Grosmont Lacombe, Alberta -0.471639785200352879 +86607 aapg_ad_52.html aapg_ad_52.html:442:47800:47808 Michigan Marshall, Texas -0.494907350500968457 +86608 gsa_html_9755702281 gsa_html_9755702281:99:6914:6932 Monterey Oak Ridge, Tennessee 0.925701783048321403 +86609 aapg_af_14.html aapg_af_14.html:71:7501:7517 Almond Table Rock, Wyoming -0.0116571637323025015 +86610 aapg_ac_0.html aapg_ac_0.html:17:2938:2953 Atoka Ouachita Mountains 0.40062551308934452 +86611 sedimentology_html_2896902317 sedimentology_html_2896902317:875:83161:83179 Yakataga Anchorage, Alaska -0.0147795988543257695 +86612 aapg_ah_391.html aapg_ah_391.html:583:38753:38768 Tejon Kern County, California -0.0349152239847350387 +86613 aapg_ah_95.html aapg_ah_95.html:21:2490:2496 Concha Santa Cruz County, Arizona -0.0262532758817809256 +86614 aapg_ae_960.html aapg_ae_960.html:221:19828:19840 Exshaw Lacombe, Alberta -0.0162670985376793149 +86615 aapg_af_575.html aapg_af_575.html:508:70381:70403 Fayetteville Batesville, Arkansas -0.432236767973233238 +86616 sedimentology_html_6051696699 sedimentology_html_6051696699:267:23012:23031 Caledonia New Caledonia -0.031056597430410799 +86617 aapg_af_854.html aapg_af_854.html:1410:205291:205305 Aux Vases Wayne County, Michigan -0.00819798606036370794 +86618 aapg_ac_563.html aapg_ac_563.html:307:42973:42988 Tuxpan Melbourne, Florida -0.432404292191014727 +86619 aapg_ae_73.html aapg_ae_73.html:591:81063:81071 Niobrara Las Vegas Strip -0.358599105652503192 +86620 aapg_ad_918.html aapg_ad_918.html:71:10122:10140 Niobrara Mancos, Colorado -0.42423457487964078 +86621 aapg_ad_941.html aapg_ad_941.html:426:31432:31443 Peace River Lacombe, Alberta -0.478284785297837578 +86622 aapg_af_461.html aapg_af_461.html:151:14008:14019 Black River Wisconsin -0.0254117377860756666 +86623 aapg_aa_749.html aapg_aa_749.html:182:23789:23809 Uinta Uinta Mountains -0.42326902375045744 +86624 aapg_ac_825.html aapg_ac_825.html:17:2562:2570 Monterey Carmel Valley, San Diego, California -0.463697875765281653 +86625 cspg_html_6647936472 cspg_html_6647936472:455:46009:46047 Winnipegosis Regina, Saskatchewan -0.460091874413590562 +86626 palaios_html_9962835704 palaios_html_9962835704:42:3634:3661 Elkhorn Mountains Volcanics Campania -0.0326639109248070408 +86627 aapg_af_371.html aapg_af_371.html:30:3533:3537 Pico Ventura County, California -0.0100152745816292233 +86628 aapg_ae_223.html aapg_ae_223.html:271:33439:33456 Wasatch Cheyenne, Wyoming -0.420831066107106355 +86629 aapg_ac_984.html aapg_ac_984.html:255:22917:22936 Eminence Wisconsin -0.481794104698776371 +86630 aapg_ae_415.html aapg_ae_415.html:974:123230:123249 Paynes Hammock Tampa, Florida -0.456371367070690814 +86631 aapg_ah_329.html aapg_ah_329.html:588:58443:58464 San Joaquin San Diego -0.483407132229491276 +86632 gsa_html_9207276905 gsa_html_9207276905:460:42525:42533 Columbia Victoria, British Columbia -0.0358774797167535214 +86633 aapg_af_726.html aapg_af_726.html:92:11346:11350 Elko Reno, Nevada -0.230520382227640069 +86634 aapg_ac_187.html aapg_ac_187.html:1928:187073:187092 Marcellus Middle East -0.410691617835270306 +86635 cspg_html_7434089303 cspg_html_7434089303:158:18729:18770 Eleanor River Ellesmere Island 0.377565533377757889 +86636 aapg_ai_595.html aapg_ai_595.html:93:6833:6837 Buda Del Rio, Tennessee -0.478911234884053072 +86637 gsa_html_8222638730 gsa_html_8222638730:697:69395:69410 Athabasca Lacombe, Alberta -0.0833966631908211881 +86638 sedimentology_html_1463603507 sedimentology_html_1463603507:433:31591:31612 Ridge Route California -0.0062678467546358578 +86639 aapg_ak_136.html aapg_ak_136.html:107:13265:13283 Frontier Cheyenne, Wyoming -0.461128473443845555 +86640 geology_html_3765101585 geology_html_3765101585:17:887:898 Santa Clara California -0.462717531176716879 +86641 gsa_html_6672856503 gsa_html_6672856503:309:26156:26166 Washington Washington (state) 0.000132025523515305647 +86642 aapg_af_162.html aapg_af_162.html:114:9806:9824 Anacacho Texas -0.0429920100127147015 +86643 aapg_ah_435.html aapg_ah_435.html:208:25793:25803 Rio Grande San Juan River (Nicaragua) -0.519105802878321643 +86644 cspg_html_3699720399 cspg_html_3699720399:39:4597:4602 Yukon Watson Lake (Arizona) -0.0529469160775694891 +86645 aapg_ad_81.html aapg_ad_81.html:1067:175301:175314 Madison Williston Basin -0.455482628602140449 +86646 aapg_ah_870.html aapg_ah_870.html:357:30856:30870 Frio Gulf Coast of the United States -0.0257194847392249668 +86647 aapg_af_854.html aapg_af_854.html:550:74743:74759 Warsaw Kentucky -0.00112569192733688248 +86648 cspg_html_4382149016 cspg_html_4382149016:21:3550:3571 Lawrence Quebec City -0.447133159014188541 +86649 palaios_html_7679079277 palaios_html_7679079277:49:4312:4330 Sundance Cheyenne, Wyoming 0.838940539574941857 +86650 AMJC_html_7580028387 AMJC_html_7580028387:536:57815:57825 Hell Creek Fort Union Trading Post National Historic Site -0.451733774163315116 +86651 cspg_html_3772380029 cspg_html_3772380029:11:1253:1276 Attawapiskat River Severn -0.452238132024570194 +86652 gsa_html_3320600310 gsa_html_3320600310:377:31983:32014 Colorado South Central United States -0.448691045323912019 +86653 aapg_ac_382.html aapg_ac_382.html:34:5239:5262 Poison Canyon Cabuyao, Laguna -0.461026124022890449 +86654 aapg_ae_419.html aapg_ae_419.html:177:21139:21145 Sierra Coahuila -0.0877240088438094867 +86655 aapg_af_579.html aapg_af_579.html:215:23650:23667 Entrada Entrada Sandstone -0.429105566113656023 +86656 cspg_html_3354282978 cspg_html_3354282978:188:25015:25020 Nisku Lacombe, Alberta -0.0245285217971666809 +86657 aapg_aa_426.html aapg_aa_426.html:126:28416:28424 Norphlet Cotton Valley, Louisiana -0.00470953551256090425 +86658 jgeology_html_7591890576 jgeology_html_7591890576:920:44389:44411 Gorge Salem, Oregon -0.443701699352459789 +86659 aapg_ad_200.html aapg_ad_200.html:169:19781:19788 El Paso Texas -0.452003931056544739 +86660 aapg_ae_459.html aapg_ae_459.html:57:5579:5585 Bisher Ohio -0.478280146619880497 +86661 aapg_ah_182.html aapg_ah_182.html:66:7542:7553 Jacksonburg Closter, New Jersey -0.436929900849743147 +86662 cspg_html_8266552811 cspg_html_8266552811:253:31567:31583 Viking Lacombe, Alberta -0.469189557204259144 +86663 aapg_ak_104.html aapg_ak_104.html:37:5228:5252 Mission Canyon Cheyenne, Wyoming -0.451913869834985604 +86664 aapg_af_483.html aapg_af_483.html:78:10658:10677 Todos Santos Honduras -0.442720440658756875 +86665 gsa_html_4120839285 gsa_html_4120839285:859:96915:96936 Tuna Canyon California -0.235735925937535201 +86666 palaios_html_3105248303 palaios_html_3105248303:660:69241:69255 Kope Netherlands -0.417363557088893333 +86667 cspg_html_3404912985 cspg_html_3404912985:47:8560:8581 Belly River Lacombe, Alberta -0.445998354490544591 +86668 aapg_ae_464.html aapg_ae_464.html:639:40995:41001 Sierra Coahuila -0.0433054743353417024 +86669 cspg_html_4915680223 cspg_html_4915680223:26:3372:3381 Copes Bay Ellesmere Island 0.730518847123571957 +86670 aapg_af_880.html aapg_af_880.html:464:70222:70236 Rico Arizona -0.00652496303282925402 +86671 gsa_html_5202646019 gsa_html_5202646019:152:15651:15685 Verulam Ottawa, Kansas -0.456561440120662909 +86672 sedimentology_html_4432289902 sedimentology_html_4432289902:606:52468:52490 Englishtown Merchantville, New Jersey -0.00771674737466516297 +86673 palaios_html_7206591444 palaios_html_7206591444:660:79250:79270 San Andres New Mexico -0.455028421021904994 +86674 aapg_ak_104.html aapg_ak_104.html:94:13165:13178 Madison Cheyenne, Wyoming -0.096133441131547745 +86675 gsa_html_3855546953 gsa_html_3855546953:746:69154:69169 Rapid California -0.483085217576718073 +86676 aapg_ac_406.html aapg_ac_406.html:105:9772:9777 Sligo Tuscaloosa, Alabama -0.42773794978433255 +86677 aapg_ac_65.html aapg_ac_65.html:181:17497:17521 Robinson Vail, Colorado -0.493978458768718154 +86678 aapg_af_49.html aapg_af_49.html:370:37388:37401 Santa Barbara California -0.490449479583778825 +86679 cspg_html_2010437172 cspg_html_2010437172:99:12960:12974 Northumberland Victoria, British Columbia -0.469120700106755939 +86680 aapg_ad_184.html aapg_ad_184.html:620:88595:88610 Rome Cincinnati -0.43060716238884611 +86681 gsa_html_8319219146 gsa_html_8319219146:542:58351:58360 Lockatong Doylestown, Pennsylvania -0.0541954731072742807 +86682 aapg_ah_607.html aapg_ah_607.html:121:11046:11056 Phosphoria Cheyenne, Wyoming 0.016192373803742003 +86683 cspg_html_4257076625 cspg_html_4257076625:42:7607:7626 Clam Bank Acadia 0.668596270732050191 +86684 aapg_ae_553.html aapg_ae_553.html:242:27418:27438 Capistrano California -0.493432945605813467 +86685 gsa_html_3720789279 gsa_html_3720789279:883:86401:86411 Washington Boise, Idaho -0.472574788136010782 +86686 aapg_ah_435.html aapg_ah_435.html:284:34025:34029 Frio Texas -0.480033015687554854 +86687 cspg_html_4287356899 cspg_html_4287356899:1078:148747:148755 Lisburne Anchorage, Alaska -0.446052041434467972 +86688 aapg_aa_610.html aapg_aa_610.html:605:63306:63320 Colorado New Mexico -0.0783395703709623553 +86689 AMJC_html_3176626886 AMJC_html_3176626886:772:72118:72124 Moscow Russia -0.428798065147820595 +86690 cspg_html_8290572971 cspg_html_8290572971:643:66885:66892 Windsor Canada -0.435661502416701596 +86691 aapg_af_416.html aapg_af_416.html:14:1711:1719 Columbia Nechako Reservoir -0.474842748246669499 +86692 aapg_af_653.html aapg_af_653.html:646:73766:73779 Temblor California -0.0185871661481992051 +86693 palaios_html_2534218603 palaios_html_2534218603:454:33924:33940 Oldman Southern Alberta -0.458720680358492616 +86694 cspg_html_2686470104 cspg_html_2686470104:263:25108:25116 Columbia Victoria, British Columbia -0.407549780489566693 +86695 geology_html_1021950961 geology_html_1021950961:278:23993:24015 Tejon California -0.446146001135949044 +86696 aapg_ac_714.html aapg_ac_714.html:169:19284:19299 Piper Big Horn Mountains -0.0293555813701503708 +86697 sedimentology_html_8510537334 sedimentology_html_8510537334:197:17120:17135 Mt Lytton Pennsylvania -0.0141905317208444633 +86698 aapg_ac_730.html aapg_ac_730.html:549:78698:78704 Dakota Mancos, Colorado 0.333694463823299814 +86699 gsa_html_4557277250 gsa_html_4557277250:533:51541:51549 Colorado Denver -0.0449670253897642563 +86700 aapg_ae_71.html aapg_ae_71.html:286:26340:26348 Moenkopi Logan, Utah -0.206079543461192449 +86701 AMJC_html_7085584544 AMJC_html_7085584544:1118:109496:109504 Michigan Cheyenne, Wyoming -0.45995556917210767 +86702 aapg_ac_333.html aapg_ac_333.html:12:1998:2013 Supai Arizona -0.43451411861660022 +86703 aapg_aa_870.html aapg_aa_870.html:354:32062:32068 Dakota Lone Pine, California -0.419821054978222807 +86704 gsa_html_4308966435 gsa_html_4308966435:867:90590:90596 Oregon Washington (state) -0.452882496357985831 +86705 palaios_html_2819726208 palaios_html_2819726208:427:37585:37602 Barstow Southern California -0.49252218048089591 +86706 aapg_ac_633.html aapg_ac_633.html:39:4553:4577 Arroyo Sandoval County, New Mexico -0.460205477971118548 +86707 aapg_ac_986.html aapg_ac_986.html:532:66650:66675 Green River Flagstaff, Arizona -0.0325612728688678896 +86708 cspg_html_4376017434 cspg_html_4376017434:10:971:989 Pardonet Victoria, British Columbia -0.0284721166530200707 +86709 aapg_af_854.html aapg_af_854.html:1282:183241:183247 Bethel Alabama -0.0323925309205377876 +86710 aapg_ah_779.html aapg_ah_779.html:301:56285:56293 Coeymans Helderberg -0.467980749597819323 +86711 cspg_html_7896958755 cspg_html_7896958755:5:197:238 Clearwater Lacombe, Alberta -0.46132865731218986 +86712 aapg_ai_447.html aapg_ai_447.html:144:17459:17469 Whitehorse Woods County, Oklahoma -0.448296279445968116 +86713 aapg_af_975.html aapg_af_975.html:107:16958:16966 Colorado Colorado -0.053335758630468931 +86714 cspg_html_8612721867 cspg_html_8612721867:1331:147810:147818 Woodbend Western Canadian Sedimentary Basin -0.48322516565543927 +86715 sedimentology_html_9633602572 sedimentology_html_9633602572:1328:66572:66595 Cairn Canada -0.0273835184878958443 +86716 geology_html_1942243436 geology_html_1942243436:294:24165:24171 Snyder Earth -0.0285260271643415532 +86717 aapg_ah_83.html aapg_ah_83.html:409:50870:50884 Cloverly Cheyenne, Wyoming 0.0310392034454004609 +86718 aapg_af_620.html aapg_af_620.html:106:11856:11863 Bedford Stafford County, Kansas -0.471501691978871318 +86719 aapg_ae_518.html aapg_ae_518.html:58:5694:5700 Eugene Linn County, Oregon -0.0557128760965852274 +86720 aapg_ae_368.html aapg_ae_368.html:4:550:562 Marble Falls Des Moines, Washington -0.407291989948090571 +86721 jgeology_html_7014606947 jgeology_html_7014606947:1089:67638:67650 Owens Valley California -0.239044314943182484 +86722 gsa_html_2853817533 gsa_html_2853817533:16:554:562 Colorado Denver -0.448753864703002991 +86723 aapg_af_854.html aapg_af_854.html:1216:172938:172952 Buffalo Wallow Vienna -0.431133173871068531 +86724 aapg_ae_658.html aapg_ae_658.html:464:53378:53399 Green River Cheyenne, Wyoming -0.208943508653358478 +86725 gsa_html_7808051457 gsa_html_7808051457:752:75417:75435 Manitou Berg (state) -0.472722268874013252 +86726 aapg_ah_69.html aapg_ah_69.html:157:14926:14937 Beekmantown Waverly, Ohio -0.446047567402655165 +86727 cspg_html_5891044027 cspg_html_5891044027:382:74988:75006 Aldridge Western world -0.00436035322610329925 +86728 aapg_ae_855.html aapg_ae_855.html:64:8421:8440 Flagstaff Colton, California -0.466473780345575129 +86729 aapg_ad_808.html aapg_ad_808.html:971:64793:64801 Cloverly Cheyenne, Wyoming 0.0175826418440715483 +86730 cspg_html_4664502755 cspg_html_4664502755:791:89543:89565 Grand Rapids Lacombe, Alberta -0.488759736831659075 +86731 geology_html_7647446171 geology_html_7647446171:15:1002:1011 Wolfville Earth -0.473778404154942046 +86732 sedimentology_html_8510537334 sedimentology_html_8510537334:2182:147466:147500 Zabriskie Quartzite Reno, Nevada -0.422243369951963321 +86733 gsa_html_3383833903 gsa_html_3383833903:760:76064:76071 Madison Antarctica -0.0420064113899637007 +86734 cspg_html_4915680223 cspg_html_4915680223:69:8034:8043 Allen Bay Ellesmere Island -0.202497504835497111 +86735 cspg_html_5973552270 cspg_html_5973552270:20:2634:2655 Slave Point Lacombe, Alberta 0.00475991516942664804 +86736 aapg_aa_702.html aapg_aa_702.html:1150:129571:129577 Denver Colorado -0.0616864584903875982 +86737 gsa_html_9962225882 gsa_html_9962225882:1006:78892:78898 Oregon Boise, Idaho -0.0475157284533089252 +86738 palaios_html_5398833984 palaios_html_5398833984:826:91719:91745 Horseshoe Canyon Lacombe, Alberta -0.476449805414249639 +86739 cspg_html_8362959053 cspg_html_8362959053:26:4166:4177 Peace River Mountain Park (Holyoke, Massachusetts) -0.0168874970090907538 +86740 aapg_ac_983.html aapg_ac_983.html:396:62155:62169 Iola Kansas City, Kansas -0.460091874413590562 +86741 gsa_html_1983821343 gsa_html_1983821343:11:433:439 Oregon Salem, Oregon -0.462125287699645448 +86742 aapg_ad_466.html aapg_ad_466.html:1347:144145:144152 Matawan Closter, New Jersey -0.037441986726546049 +86743 palaios_html_8113714689 palaios_html_8113714689:78:7780:7798 Au Train Michigan -0.0571922347974946066 +86744 aapg_af_421.html aapg_af_421.html:3:310:318 Michigan Michigan -0.464432702411418319 +86745 aapg_ac_278.html aapg_ac_278.html:139:11802:11818 Salina Allegan County, Michigan -0.456355529459316345 +86746 aapg_aa_777.html aapg_aa_777.html:505:53561:53570 Salt Lake Logan, Utah 0.952508104251164389 +86747 aapg_ai_256.html aapg_ai_256.html:14:1701:1708 Waverly Ohio -0.00525502734736806466 +86748 aapg_ac_310.html aapg_ac_310.html:191:13663:13669 Denver Colorado -0.472823676298187945 +86749 gsa_html_6672856503 gsa_html_6672856503:293:25157:25183 Chumstick Salem, Oregon -0.0657366949279556412 +86750 aapg_ae_720.html aapg_ae_720.html:962:108337:108355 Monterey California -0.0224667196258167938 +86751 aapg_ah_528.html aapg_ah_528.html:420:43142:43150 Dinwoody Chinle Formation -0.464820899663721254 +86752 aapg_ad_691.html aapg_ad_691.html:109:12719:12735 Weno Austin, Chicago 0.00496317135517138856 +86753 gsa_html_1538463681 gsa_html_1538463681:693:63404:63410 Sonora Sonora -0.0138569066023459427 +86754 aapg_ac_743.html aapg_ac_743.html:55:7341:7355 Boundary Creek Indian Creek, Florida -0.431298300553942027 +86755 sedimentology_html_6383713038 sedimentology_html_6383713038:607:59677:59681 Hall London, Ontario -0.0298634270365841781 +86756 aapg_ae_319.html aapg_ae_319.html:528:44958:44964 Chinle Chinle Formation 0.00732759032730291842 +86757 aapg_ae_660.html aapg_ae_660.html:77:10222:10231 Smackover Alabama -0.468611324772205295 +86758 cspg_html_6588266079 cspg_html_6588266079:16:2164:2183 Gladstone Lacombe, Alberta -0.457650607934439568 +86759 aapg_ad_691.html aapg_ad_691.html:111:12797:12811 Weno Red River of the North -0.0230751498951462693 +86760 cspg_html_8818854104 cspg_html_8818854104:286:35379:35385 Wapiti Victoria, British Columbia -0.46132865731218986 +86761 geology_html_3342004799 geology_html_3342004799:189:15188:15208 Cadomin Canada -0.426501543042148601 +86762 aapg_ae_875.html aapg_ae_875.html:330:38778:38798 Cariblanco Puerto Rico -0.0724655339771420881 +86763 aapg_ae_750.html aapg_ae_750.html:138:15811:15832 Wolfcamp Wichita, Kansas -0.443715087361728711 +86764 cspg_html_2826081830 cspg_html_2826081830:141:21337:21360 Grand Rapids Lacombe, Alberta -0.0258220684876826687 +86765 aapg_ae_492.html aapg_ae_492.html:102:11499:11506 Canning Carnarvon, Western Australia -0.110217605002473198 +86766 aapg_ai_971.html aapg_ai_971.html:13:2526:2533 Cypress Freedonia -0.493836733160428976 +86767 cspg_html_4409656292 cspg_html_4409656292:811:82712:82750 Kaskapau Lacombe, Alberta 0.00588564889809547673 +86768 cspg_html_9717154602 cspg_html_9717154602:207:30257:30281 Schrader Bluff Anchorage, Alaska -0.475196277624828634 +86769 aapg_aa_683.html aapg_aa_683.html:63:9297:9303 Pueblo Colorado 0.00801209183604277911 +86770 cspg_html_1665574291 cspg_html_1665574291:100:17324:17349 Porcupine Calgary -0.127116204644988823 +86771 gsa_html_4913703235 gsa_html_4913703235:582:59852:59861 Tuscarora Juniata County School District -0.459805657368256959 +86772 cspg_html_5381643866 cspg_html_5381643866:514:59412:59420 Columbia Lacombe, Alberta -0.0253787031828477012 +86773 aapg_ac_380.html aapg_ac_380.html:487:57259:57266 Rondout Helderberg -0.453572428394685367 +86774 geology_html_6449306599 geology_html_6449306599:16:732:737 Bluff Logan, Utah -0.47495364399168194 +86775 aapg_ai_879.html aapg_ai_879.html:300:21867:21897 Topeka Topeka, Kansas -0.460980639153810601 +86776 aapg_af_688.html aapg_af_688.html:91:16928:16932 Kent Middle East 0.0117822633156924803 +86777 palaios_html_5582845937 palaios_html_5582845937:319:32369:32377 Virginia Hampton, New Hampshire 0.0164565181305094746 +86778 aapg_aa_215.html aapg_aa_215.html:6:659:665 Brazil Colombia -0.467877607461444023 +86779 geology_html_8106588521 geology_html_8106588521:475:30296:30324 Green River Cheyenne, Wyoming -0.16448618563866485 +86780 gsa_html_6441142238 gsa_html_6441142238:202:20360:20378 Glenwood Decorah, Iowa -0.0496957515940984612 +86781 aapg_ae_489.html aapg_ae_489.html:106:13783:13789 Denver Colorado -0.505119426266013027 +86782 aapg_ae_315.html aapg_ae_315.html:8:1624:1645 Platteville Decorah, Iowa -0.372480059045346645 +86783 sedimentology_html_2623529999 sedimentology_html_2623529999:1452:95513:95532 Fox Hills Cheyenne, Wyoming -0.0137370110791438689 +86784 gsa_html_2583973712 gsa_html_2583973712:11:506:517 Main Street Texas -0.471432653520514666 +86785 aapg_ah_506.html aapg_ah_506.html:3:449:468 Traverse Michigan 0.0260098507762994979 +86786 aapg_ad_322.html aapg_ad_322.html:821:76478:76484 Moscow Russia -0.0206137481511775786 +86787 aapg_aa_761.html aapg_aa_761.html:572:69267:69284 Ivishak Prudhoe Bay Oil Field -0.00291152111123597944 +86788 aapg_ah_508.html aapg_ah_508.html:64:7362:7375 Conococheague Maryland -0.25379183705269287 +86789 cspg_html_4382149016 cspg_html_4382149016:48:7047:7060 Potsdam Black River, Jamaica -0.0506509051785974038 +86790 aapg_af_788.html aapg_af_788.html:248:21611:21621 Bell Michigan -0.473819937725990625 +86791 aapg_af_958.html aapg_af_958.html:272:39546:39556 Rancheria Mexico -0.0340731030781195529 +86792 gsa_html_8517233795 gsa_html_8517233795:668:60874:60900 Monterey Los Angeles -0.449755070503296051 +86793 cspg_html_9683836416 cspg_html_9683836416:465:71486:71504 Judith River Lacombe, Alberta -0.42653659632637092 +86794 aapg_ah_176.html aapg_ah_176.html:760:60483:60491 Colorado Denver -0.48777188725893289 +86795 aapg_ah_763.html aapg_ah_763.html:56:5422:5445 Cherry Canyon Guadalupe Mountains National Park -0.0957430635407289093 +86796 aapg_ai_756.html aapg_ai_756.html:69:6237:6244 Hosston Bossier City, Louisiana -0.0566269694758686076 +86797 aapg_ad_47.html aapg_ad_47.html:11:1158:1168 Petersburg Texas -0.473815322787249471 +86798 aapg_ac_662.html aapg_ac_662.html:25:4575:4585 Phosphoria Reno, Nevada -0.231127646672849379 +86799 aapg_af_537.html aapg_af_537.html:79:9451:9457 Reston Virginia -0.439445222385884349 +86800 jgeology_html_3909770516 jgeology_html_3909770516:77:3372:3389 Entrada Logan, Utah -0.039147732983155395 +86801 aapg_af_129.html aapg_af_129.html:234:24904:24922 Manitou Fremont, California -0.429960502864963123 +86802 aapg_af_575.html aapg_af_575.html:1163:167370:167380 Purgatoire Texas -0.456355529459316345 +86803 gsa_html_7214330928 gsa_html_7214330928:748:64505:64514 Extension California -0.0301590999875516533 +86804 aapg_af_575.html aapg_af_575.html:587:80439:80447 Woodford Chattanooga, Tennessee -0.134653955098178735 +86805 aapg_ah_96.html aapg_ah_96.html:255:29516:29524 Winnipeg Red River of the North -0.102465881441142187 +86806 palaios_html_5552054627 palaios_html_5552054627:15:650:658 Colorado Denver -0.501793700638435203 +86807 aapg_ah_77.html aapg_ah_77.html:79:12248:12267 Rock Springs Western world -0.518178544297494659 +86808 aapg_ae_871.html aapg_ae_871.html:114:17823:17839 Seabee Anchorage, Alaska -0.481794104698776371 +86809 aapg_ac_406.html aapg_ac_406.html:7:831:838 Hosston Cotton Valley, Louisiana -0.47675536629509363 +86810 aapg_ae_41.html aapg_ae_41.html:1189:83122:83132 Swan Hills Lacombe, Alberta -0.418503531176707688 +86811 gsa_html_6672856503 gsa_html_6672856503:263:22950:22976 Chumstick Washington (state) -0.251999506569247467 +86812 aapg_ah_318.html aapg_ah_318.html:2754:227647:227656 Chinameca Oaxaca, Oaxaca -0.491282661525563435 +86813 cspg_html_5705427229 cspg_html_5705427229:19:1953:1969 Hay River Lacombe, Alberta -0.0317836884462165403 +86814 aapg_ad_930.html aapg_ad_930.html:3:322:350 Green River Cheyenne, Wyoming -0.0788895248638988161 +86815 aapg_ac_623.html aapg_ac_623.html:21:1470:1478 Columbia Columbia District -0.465568086328610908 +86816 geology_html_7815558619 geology_html_7815558619:12:819:827 Montreal Canada -0.0739561497763099318 +86817 aapg_ah_49.html aapg_ah_49.html:62:7609:7615 Saugus Castaic, California 1.06415541359601673 +86818 jgeology_html_4305195651 jgeology_html_4305195651:1685:130239:130257 Catskill Hyner View State Park -0.467130759519596039 +86819 aapg_af_15.html aapg_af_15.html:226:22857:22874 Wasatch Cheyenne, Wyoming -0.394422673168716487 +86820 aapg_ae_383.html aapg_ae_383.html:474:36574:36586 Chemung Naples, Florida -0.448029460378174149 +86821 cspg_html_2152913769 cspg_html_2152913769:103:15342:15356 Mission Canyon Regina, Saskatchewan -0.447780648817617921 +86822 geology_html_6102297030 geology_html_6102297030:41:6123:6135 Dixie Valley Wasatch Range -0.474815026513922711 +86823 sedimentology_html_1487095026 sedimentology_html_1487095026:1860:84458:84463 Price Lancaster, California -0.0140376196944260508 +86824 aapg_ah_165.html aapg_ah_165.html:230:31397:31405 Windfall Erskine, Minnesota -0.0221051486888918687 +86825 geology_html_3107749784 geology_html_3107749784:168:13386:13397 Green River Logan, Utah 0.434525165722454643 +86826 cspg_html_4326384800 cspg_html_4326384800:1051:155094:155105 Slave Point Victoria, British Columbia -0.434540631888912565 +86827 gsa_html_7822144675 gsa_html_7822144675:351:44864:44873 San Diego Arizona -0.0236314487961183893 +86828 aapg_ai_272.html aapg_ai_272.html:496:57258:57269 Mabou Canada -0.474808096218428344 +86829 aapg_aa_698.html aapg_aa_698.html:549:50071:50095 Lower Elk Point Lacombe, Alberta -0.00177887268492281456 +86830 gsa_html_7580135520 gsa_html_7580135520:620:56103:56109 Oregon Lake Ontario -0.478702368018989743 +86831 aapg_ad_258.html aapg_ad_258.html:262:28566:28574 Catskill Chemung, New York -0.465558942626108085 +86832 gsa_html_5015599008 gsa_html_5015599008:632:53856:53877 Fish Scales Kingdom of Judah -0.0624198034542401275 +86833 aapg_ac_841.html aapg_ac_841.html:1018:105836:105848 Todos Santos Juticalpa 0.326792249269522939 +86834 sedimentology_html_3424454943 sedimentology_html_3424454943:456:37090:37097 Pearson Venezuela -0.0530916397448719588 +86835 gsa_html_5274400800 gsa_html_5274400800:750:61056:61084 Green River New Mexico -0.0584956705548907718 +86836 aapg_ae_419.html aapg_ae_419.html:1660:123265:123275 Agua Nueva Tampico, Illinois -0.125602809331573279 +86837 cspg_html_8979693271 cspg_html_8979693271:91:13155:13163 Columbia Victoria, British Columbia -0.459837454744856933 +86838 aapg_ah_158.html aapg_ah_158.html:9:1741:1754 Lone Mountain Middle East -0.449575401198261781 +86839 aapg_aa_224.html aapg_aa_224.html:162:13631:13649 Lane Veracruz, Veracruz -0.492640099962427858 +86840 aapg_ad_70.html aapg_ad_70.html:7:857:863 Dakota Chinle Formation -0.068237413112107792 +86841 gsa_html_3436154175 gsa_html_3436154175:1201:94990:94995 Uinta Cheyenne, Wyoming -0.0473502039075794148 +86842 cspg_html_5810500722 cspg_html_5810500722:380:41815:41821 Wapiti Victoria, British Columbia -0.429978093202176226 +86843 aapg_aa_703.html aapg_aa_703.html:543:49976:49998 Prince Creek Anchorage, Alaska -0.502347065714454311 +86844 aapg_aa_346.html aapg_aa_346.html:154:14387:14403 Cannon Chattanooga, Tennessee -0.42653659632637092 +86845 gsa_html_6281658899 gsa_html_6281658899:680:74812:74829 Bridger Cheyenne, Wyoming -0.0318915382493003205 +86846 aapg_ae_204.html aapg_ae_204.html:309:27310:27330 Loon River Clearwater, Florida -0.00866533097013935834 +86847 AMJC_html_8965853681 AMJC_html_8965853681:969:101999:102009 Washington Seattle -0.451193701085184695 +86848 aapg_ae_917.html aapg_ae_917.html:117:12154:12160 Gilman Colorado -0.476061064960921709 +86849 cspg_html_6038396142 cspg_html_6038396142:68:10321:10329 Winnipeg Manitoba 0.703257559929794995 +86850 aapg_ac_235.html aapg_ac_235.html:64:6555:6563 Morrison Denver 0.770233900498374369 +86851 gsa_html_8622484687 gsa_html_8622484687:175:17309:17316 Quetame Llanos -0.235560314332147774 +86852 cspg_html_9735723617 cspg_html_9735723617:295:37375:37384 Hecla Bay Bathurst Island (Northern Territory) -0.0116571637323025015 +86853 aapg_ac_477.html aapg_ac_477.html:617:72322:72339 Cardium Lacombe, Alberta -0.421116411391789958 +86854 aapg_ad_351.html aapg_ad_351.html:381:34723:34742 Northview Sedalia, Missouri -0.0704612205675866493 +86855 aapg_ah_73.html aapg_ah_73.html:160:18242:18251 La Casita Mexico -0.422036189718657861 +86856 palaios_html_7860397774 palaios_html_7860397774:915:68034:68051 La Luna Venezuela -0.485238274937032199 +86857 geology_html_1712790579 geology_html_1712790579:357:27610:27618 Homewood Oman -0.0473205840884710904 +86858 aapg_ah_0.html aapg_ah_0.html:11:1085:1091 Reston Virginia -0.0245215675441684301 +86859 jgeology_html_3196624419 jgeology_html_3196624419:1339:64381:64403 Santa Susana Simi Valley -0.048012322825711648 +86860 aapg_ae_805.html aapg_ae_805.html:193:22155:22162 Hermosa Hermosa, Chicago -0.0571939795181882898 +86861 aapg_ah_745.html aapg_ah_745.html:167:15186:15195 Maquoketa Maquoketa, Iowa -0.444094495043231396 +86862 cspg_html_9735723617 cspg_html_9735723617:1148:116462:116481 Griper Bay Melville Island (Canada) -0.465945346292333973 +86863 aapg_ai_213.html aapg_ai_213.html:53:7278:7294 Muskeg Lacombe, Alberta -0.465561228542891226 +86864 aapg_ad_318.html aapg_ad_318.html:459:55030:55036 Salina Lockport (city), New York -0.462348471732962063 +86865 aapg_ai_785.html aapg_ai_785.html:22:2193:2200 Calvert Michigan -0.0153756304706319062 +86866 cspg_html_1188455526 cspg_html_1188455526:149:22831:22847 Bjorne Ellesmere Island -0.00347437438530179537 +86867 aapg_aa_654.html aapg_aa_654.html:93:14764:14771 Tererro Sangre de Cristo Range -0.0978290450774538384 +86868 cspg_html_4105062490 cspg_html_4105062490:192:20371:20395 Mission Canyon Regina, Saskatchewan -0.0143364940209374722 +86869 geology_html_5817459329 geology_html_5817459329:239:21851:21857 Cooper California -0.0417870173071017842 +86870 geology_html_4842726186 geology_html_4842726186:232:19616:19634 Monterey California -0.458720680358492616 +86871 aapg_af_87.html aapg_af_87.html:435:37773:37783 Camp Creek Lost River (California) -0.501793700638435203 +86872 aapg_ae_668.html aapg_ae_668.html:1917:198078:198085 St Marys Ohio -0.435767689782418699 +86873 cspg_html_4727171280 cspg_html_4727171280:17:1008:1031 Edmonton Lacombe, Alberta -0.477130519718023338 +86874 aapg_ai_107.html aapg_ai_107.html:37:3924:3939 Morehouse Monroe, Michigan -0.455211432419709627 +86875 aapg_ae_737.html aapg_ae_737.html:178:21457:21483 Shublik North Slope Borough, Alaska 0.0258533653677365111 +86876 aapg_ac_708.html aapg_ac_708.html:58:6330:6336 Elwren Mansfield, Ohio -0.431344541193885822 +86877 aapg_ac_59.html aapg_ac_59.html:222:29123:29137 Mission Valley San Diego -0.0411306079885422268 +86878 aapg_aa_712.html aapg_aa_712.html:6:1084:1102 Glenwood Maquoketa, Iowa 0.00773064589700992767 +86879 aapg_ai_49.html aapg_ai_49.html:228:26940:26944 Jelm Cheyenne, Wyoming -0.498041936399126195 +86880 cspg_html_5660413005 cspg_html_5660413005:53:7804:7819 Nisku Lacombe, Alberta -0.495035064466688546 +86881 geology_html_9553937992 geology_html_9553937992:346:26856:26877 Gull Island Ireland -0.486513508857715604 +86882 aapg_ae_29.html aapg_ae_29.html:465:54410:54418 Catskill Pottsville, Pennsylvania -0.46105569042928074 +86883 palaios_html_4745554613 palaios_html_4745554613:382:41222:41240 Kaskapau Victoria, British Columbia -0.463307888475886887 +86884 aapg_ae_682.html aapg_ae_682.html:307:38418:38448 Red River Harding County, New Mexico 0.0388483356486509848 +86885 aapg_ae_961.html aapg_ae_961.html:353:28493:28509 Niobrara Benton, Arkansas -0.447117481542723516 +86886 aapg_ah_774.html aapg_ah_774.html:74:10178:10186 Michigan Kankakee, Illinois -0.0368380831673493919 +86887 gsa_html_4078158156 gsa_html_4078158156:791:68582:68610 Green River Colorado -0.0365787810685492543 +86888 aapg_ai_981.html aapg_ai_981.html:446:35075:35081 Lissie Texas -0.0246554374675200805 +86889 cspg_html_3804945581 cspg_html_3804945581:254:31578:31594 Horseshoe Canyon Woodlake, Texas -0.492281675671482677 +86890 cspg_html_6953218740 cspg_html_6953218740:6:383:391 Columbia Lacombe, Alberta -0.429934117971200513 +86891 aapg_ac_235.html aapg_ac_235.html:570:62309:62330 Otter Moberly, Missouri -0.446146001135949044 +86892 cspg_html_8334041965 cspg_html_8334041965:36:7177:7199 Slide Mountain Terrane Cordillera Administrative Region -0.0580629079805682485 +86893 aapg_ai_853.html aapg_ai_853.html:54:9598:9613 Cibao Aguadilla, Puerto Rico -0.0887929110714056474 +86894 aapg_ac_835.html aapg_ac_835.html:273:37285:37295 Phosphoria Colorado 0.8723569150115007 +86895 gsa_html_4446967287 gsa_html_4446967287:1002:88702:88712 Washington Omineca Mountains -0.0347621062592119723 +86896 aapg_ac_335.html aapg_ac_335.html:177:17591:17607 Frisco Stephens County, Georgia -0.476218391360906934 +86897 aapg_ae_324.html aapg_ae_324.html:1304:129850:129857 Pamelia Lowville (town), New York -0.451767539383647998 +86898 cspg_html_3404912985 cspg_html_3404912985:150:24186:24207 Belly River Lacombe, Alberta -0.0260481030214056476 +86899 cspg_html_6252417471 cspg_html_6252417471:93:14690:14729 Christopher Banks Island -0.426503733834695087 +86900 cspg_html_4392308496 cspg_html_4392308496:62:9917:9971 Bonaventure Quebec City -0.469038078694436811 +86901 aapg_ah_972.html aapg_ah_972.html:219:20570:20578 Colorado Texas -0.0618645484416569108 +86902 gsa_html_1337782073 gsa_html_1337782073:14:470:476 Reston Virginia -0.479586916180102352 +86903 sedimentology_html_5909281487 sedimentology_html_5909281487:83:8785:8793 Scotland England -0.0497759240720029236 +86904 gsa_html_5322476843 gsa_html_5322476843:900:84643:84650 Oceanic London, Ontario -0.0736097006190216674 +86905 aapg_ad_808.html aapg_ad_808.html:1366:93699:93707 Niobrara Mancos, Colorado 0.0172976297884785309 +86906 cspg_html_4543200943 cspg_html_4543200943:175:24899:24907 Dunvegan Lacombe, Alberta -0.475473655949527896 +86907 aapg_aa_898.html aapg_aa_898.html:57:8024:8043 Flagstaff Logan, Utah -0.414029473757679178 +86908 aapg_af_288.html aapg_af_288.html:104:12258:12274 Cutter New Mexico -0.0332814982379016425 +86909 aapg_ad_908.html aapg_ad_908.html:177:20181:20198 La Luna Venezuela -0.214692287801853121 +86910 aapg_ac_949.html aapg_ac_949.html:201:19181:19191 Citronelle Florida Panhandle -0.438386363525214817 +86911 sedimentology_html_7352727244 sedimentology_html_7352727244:218:11879:11888 Peninsula Korea -0.0327735084996737119 +86912 aapg_ah_532.html aapg_ah_532.html:83:7887:7892 Ouray Colorado -0.0607821204892215472 +86913 sedimentology_html_6277855897 sedimentology_html_6277855897:855:79554:79581 Prairie Regina, Saskatchewan 0.0167762758658870741 +86914 aapg_aa_147.html aapg_aa_147.html:195:25249:25273 Stony Mountain Red River of the North -0.566337057397332311 +86915 cspg_html_7342299763 cspg_html_7342299763:8:691:706 Toad Grayling, Michigan -0.455252106655251121 +86916 aapg_ai_49.html aapg_ai_49.html:780:99447:99457 Twin Creek Summerville, South Carolina -0.0389092587749327867 +86917 cspg_html_9778753186 cspg_html_9778753186:260:38909:38928 Crowsnest Lacombe, Alberta -0.47596853330555533 +86918 gsa_html_4058959570 gsa_html_4058959570:569:46010:46015 Baldy Middle Ordovician -0.0705521503512964721 +86919 aapg_ae_777.html aapg_ae_777.html:261:30270:30285 Ouray San Juan Mountains -0.46105569042928074 +86920 aapg_ae_658.html aapg_ae_658.html:563:58245:58253 Colorado Denver -0.0144355403280247291 +86921 gsa_html_4432793908 gsa_html_4432793908:966:101899:101921 Nation River Anchorage, Alaska -0.455184317280275863 +86922 aapg_ae_454.html aapg_ae_454.html:307:25693:25708 Dorcheat Arkansas -0.510875347990848105 +86923 gsa_html_8237815743 gsa_html_8237815743:235:20943:20968 Sierra Santo Domingo, Ilocos Sur -0.432466019139625568 +86924 gsa_html_8491258533 gsa_html_8491258533:369:40121:40132 Spider Lake Long Mountain (Hampshire County, Massachusetts) -0.0476429233409196642 +86925 aapg_af_504.html aapg_af_504.html:41:6080:6097 Shublik Prudhoe Bay, Alaska -0.462877048614286357 +86926 palaios_html_6914544471 palaios_html_6914544471:31:1998:2012 Beaufort South Africa -0.417396109221489231 +86927 aapg_ai_499.html aapg_ai_499.html:549:43915:43934 Newcastle Cheyenne, Wyoming -0.0295955881019379606 +86928 aapg_aa_391.html aapg_aa_391.html:215:17992:18010 Queen Texas 0.00807463560444190986 +86929 gsa_html_3445493534 gsa_html_3445493534:609:66953:66971 Monterey California -0.199041166048655072 +86930 cspg_html_5807593737 cspg_html_5807593737:64:9486:9503 Duperow Williston, Vermont 0.00662225056898444603 +86931 cspg_html_5783501569 cspg_html_5783501569:77:9461:9474 Marble Canyon Canmore, Alberta -0.459819284677136619 +86932 aapg_ae_632.html aapg_ae_632.html:133:14089:14101 Austin Chalk Buda, Texas 0.551257857944423835 +86933 sedimentology_html_6337108022 sedimentology_html_6337108022:267:18164:18187 Lincoln Creek Washington (state) -0.48836305156476878 +86934 jgeology_html_3733686569 jgeology_html_3733686569:970:62522:62526 Hall London, Ontario -0.494566874481706664 +86935 aapg_ah_524.html aapg_ah_524.html:72:7291:7308 Entrada Elk Mountain, Wyoming -0.463362613223226583 +86936 gsa_html_3191945202 gsa_html_3191945202:874:59072:59081 New River Virginia -0.440247382693200906 +86937 gsa_html_3224456725 gsa_html_3224456725:68:4781:4809 Green River Colorado -0.0124129812660324374 +86938 aapg_ah_294.html aapg_ah_294.html:456:47448:47454 Walker Mississippi River -0.0577069474480743499 +86939 aapg_ai_326.html aapg_ai_326.html:239:29299:29310 Port Jervis Closter, New Jersey -0.461128473443845555 +86940 gsa_html_9889833548 gsa_html_9889833548:1108:98838:98866 Green River Colorado 0.0442912193104450583 +86941 aapg_ai_627.html aapg_ai_627.html:376:59739:59757 Monterey California -0.516293219898978473 +86942 gsa_html_5952049575 gsa_html_5952049575:824:80329:80337 Colorado Cheyenne, Wyoming -0.0355033554965811168 +86943 gsa_html_9181545711 gsa_html_9181545711:16:859:877 Fountain Manitou Springs, Colorado -0.474888953093082877 +86944 gsa_html_8669219468 gsa_html_8669219468:620:53560:53584 Bouse Colorado -0.437563637351169654 +86945 palaios_html_6609177739 palaios_html_6609177739:46:7439:7449 Washington San Juan Islands -0.0169205158924080785 +86946 gsa_html_2877730818 gsa_html_2877730818:137:14380:14403 Kingston Peak Canada -0.469809513538571255 +86947 gsa_html_1040524378 gsa_html_1040524378:548:64812:64833 Green River Cheyenne, Wyoming -0.0623988495130502197 +86948 gsa_html_7199417381 gsa_html_7199417381:519:51915:51931 Loveland Peoria, Illinois -0.447153316157111791 +86949 cspg_html_1058139432 cspg_html_1058139432:517:69667:69683 Viking Lacombe, Alberta -0.537697209987538338 +86950 cspg_html_6252417471 cspg_html_6252417471:302:44355:44373 Isachsen Banks Island 0.392856677393420117 +86951 gsa_html_6914337916 gsa_html_6914337916:678:59173:59185 Owens Valley California -0.20051854992306109 +86952 aapg_ai_159.html aapg_ai_159.html:429:49386:49403 Caimito Culebra, Puerto Rico -0.0178746093391716279 +86953 cspg_html_5697056884 cspg_html_5697056884:600:57747:57765 Deadwood Regina, Saskatchewan 1.16275244674378286 +86954 AMJC_html_6759408618 AMJC_html_6759408618:617:57648:57669 Martinsburg Pennsylvania -0.03643260021013002 +86955 aapg_ai_364.html aapg_ai_364.html:312:25917:25925 Tensleep Cheyenne, Wyoming -0.518129898545215517 +86956 cspg_html_3328007773 cspg_html_3328007773:551:57100:57118 Shaftesbury Victoria, British Columbia -0.462302919433881576 +86957 aapg_aa_124.html aapg_aa_124.html:772:80781:80789 Columbia Victoria, British Columbia -0.457487488497030304 +86958 sedimentology_html_8278758433 sedimentology_html_8278758433:598:35836:35840 Hall London, Ontario 0.0235271412895545901 +86959 aapg_ae_31.html aapg_ae_31.html:84:9729:9749 Batesville Arkansas 0.00753780424990633125 +86960 gsa_html_8955900843 gsa_html_8955900843:529:50431:50448 Astoria Salem, Oregon -0.458641287983651336 +86961 aapg_af_698.html aapg_af_698.html:92:9817:9823 Auburn Cayuga County, New York -0.43720904648285841 +86962 cspg_html_3482605972 cspg_html_3482605972:19:2815:2900 Luscar Lacombe, Alberta -0.411657696219220992 +86963 aapg_ah_260.html aapg_ah_260.html:165:22366:22381 North Horn Indianola, Iowa -0.0454024962167355328 +86964 aapg_ae_392.html aapg_ae_392.html:12:2345:2366 Moorefield Batesville, Arkansas 0.0137839266560680976 +86965 aapg_ad_648.html aapg_ad_648.html:226:26842:26850 Colorado Denver -0.467889067103673728 +86966 gsa_html_6395675168 gsa_html_6395675168:840:70457:70485 Green River New Mexico 0.0229638924006360344 +86967 aapg_ai_183.html aapg_ai_183.html:267:24554:24572 Colorado Bow Island Airport -0.430026468312881383 +86968 geology_html_3853288888 geology_html_3853288888:275:24161:24168 Gallery North Andover, Massachusetts -0.455252106655251121 +86969 cspg_html_9290046117 cspg_html_9290046117:875:98934:98946 Saskatchewan Lacombe, Alberta -0.0495632945700979141 +86970 aapg_af_143.html aapg_af_143.html:296:28975:29009 Otter Squaw Valley, Placer County, California -0.450582005503512739 +86971 cspg_html_9810030547 cspg_html_9810030547:425:48966:48981 Nisku Lacombe, Alberta -0.434580403200599208 +86972 gsa_html_8398449001 gsa_html_8398449001:103:8945:8955 Bear River North Carolina -0.49337628910884479 +86973 aapg_ad_466.html aapg_ad_466.html:287:34889:34906 Raritan Closter, New Jersey -0.460964719996515115 +86974 sedimentology_html_7482146728 sedimentology_html_7482146728:573:60345:60393 Protection Corvallis, Oregon -0.0441727846104635197 +86975 aapg_aa_702.html aapg_aa_702.html:387:87734:87740 Denver Colorado -0.0507694363735156085 +86976 gsa_html_4058959570 gsa_html_4058959570:351:27493:27509 Bladen Maya Mountain -0.455184317280275863 +86977 aapg_ai_17.html aapg_ai_17.html:1092:71911:71925 Oak Grove Sand Chattahoochee County, Georgia -0.467925738958578585 +86978 aapg_af_69.html aapg_af_69.html:475:33270:33275 Mingo Cheyenne, Wyoming -0.4899838188757622 +86979 aapg_aa_608.html aapg_aa_608.html:6:730:739 Kukpowruk Anchorage, Alaska -0.0475488337758004087 +86980 sedimentology_html_9111518089 sedimentology_html_9111518089:929:94991:95011 Porcupine Svalbard -0.462261924354454456 +86981 aapg_ad_732.html aapg_ad_732.html:785:99612:99616 Pico Santa Paula, California -0.057445224116633907 +86982 gsa_html_8302283600 gsa_html_8302283600:11:542:555 Santa Barbara California -0.516824847258973485 +86983 aapg_ad_175.html aapg_ad_175.html:235:21939:21955 Stonewall Texas 0.0300999648406144044 +86984 aapg_ak_21.html aapg_ak_21.html:80:9410:9423 Madison Boise, Idaho -0.455184317280275863 +86985 aapg_af_833.html aapg_af_833.html:714:77842:77856 Newcastle Hartville, Missouri -0.487244407985101158 +86986 aapg_ad_215.html aapg_ad_215.html:389:53291:53297 Oxford England -0.479552074346371926 +86987 gsa_html_6194837075 gsa_html_6194837075:553:38771:38781 Duck Creek Grayson County, Kentucky -0.00946799468152085232 +86988 cspg_html_2650524233 cspg_html_2650524233:32:6404:6409 Lance Hell Creek Formation -0.456344217050148659 +86989 cspg_html_3456965010 cspg_html_3456965010:133:17766:17796 Ellerslie Lacombe, Alberta -0.466810220907495799 +86990 sedimentology_html_3870707484 sedimentology_html_3870707484:801:77907:77946 Bruce Perth, Western Australia 0.0191780858485972837 +86991 aapg_ac_79.html aapg_ac_79.html:51:7664:7671 Clinton Perry County, Indiana -0.0167554219628843898 +86992 sedimentology_html_6905072335 sedimentology_html_6905072335:1166:72676:72684 Columbia Victoria, British Columbia -0.451787799117909672 +86993 sedimentology_html_6192604948 sedimentology_html_6192604948:721:43199:43223 Gorge South Africa -0.479496330331430576 +86994 aapg_af_13.html aapg_af_13.html:940:87584:87600 Inyan Kara Black Hills -0.646779781346124127 +86995 cspg_html_4937997995 cspg_html_4937997995:912:78940:78970 Maquoketa Iowa -0.262293134571213171 +86996 aapg_ah_60.html aapg_ah_60.html:292:27346:27351 Yukon Canada -0.480597940731277096 +86997 aapg_aa_98.html aapg_aa_98.html:211:18826:18834 Edmonton Swan Hill, Victoria -0.479447557264900015 +86998 aapg_ai_82.html aapg_ai_82.html:449:50801:50819 Greenbrier Huntington, West Virginia -0.00998573864189263374 +86999 aapg_ah_94.html aapg_ah_94.html:259:28799:28819 Fort Union Cheyenne, Wyoming 0.361224782839327685 +87000 aapg_ah_876.html aapg_ah_876.html:393:47769:47783 Rodessa East Texas 0.395738353755808792 +87001 gsa_html_7020634397 gsa_html_7020634397:676:53620:53628 Imperial Northwest Arctic Borough, Alaska -0.00219579757813341547 +87002 cspg_html_9912281240 cspg_html_9912281240:97:13246:13253 Wapiabi Lacombe, Alberta -0.478349729395822987 +87003 cspg_html_3447886929 cspg_html_3447886929:686:79476:79512 Albert Stony Creek Metropark -0.472528705500211532 +87004 aapg_ah_0.html aapg_ah_0.html:108:16408:16414 Denver Colorado -0.0172889404553563421 +87005 aapg_aa_856.html aapg_aa_856.html:159:15582:15600 Rodessa Texas 0.0666050929188798657 +87006 gsa_html_5447127088 gsa_html_5447127088:29:2796:2824 Green River Colorado -0.0301277931102772942 +87007 cspg_html_2170645676 cspg_html_2170645676:6:584:617 Madison Williston Basin -0.0216149541452477292 +87008 sedimentology_html_1946067194 sedimentology_html_1946067194:299:20417:20429 Green Valley Green Valley, Los Angeles County, California -0.450878806444675151 +87009 aapg_ac_972.html aapg_ac_972.html:74:8438:8451 Vaqueros Monterey, California -0.455799127156009509 +87010 aapg_ad_466.html aapg_ad_466.html:1119:120267:120276 Manasquan Manasquan, New Jersey -0.443688311537407287 +87011 aapg_ad_325.html aapg_ad_325.html:943:90464:90470 Cannon Texas -0.46927678392355654 +87012 aapg_af_943.html aapg_af_943.html:169:16756:16772 Dakota Mesa, Arizona -0.240859408193435071 +87013 cspg_html_1390294201 cspg_html_1390294201:396:43472:43491 Port Hood Canada -0.463697875765281653 +87014 palaios_html_8474347362 palaios_html_8474347362:87:12828:12836 Marlboro New Jersey -0.466714081975797668 +87015 aapg_ac_610.html aapg_ac_610.html:515:41972:41989 Roberts Mountains Reno, Nevada -0.443431749269489361 +87016 gsa_html_8981262717 gsa_html_8981262717:941:78151:78155 Vera Spain -0.0218809090311719648 +87017 gsa_html_5162216323 gsa_html_5162216323:814:64893:64921 Green River Iran -0.0317836884462165403 +87018 aapg_ae_73.html aapg_ae_73.html:768:102847:102855 Colorado New Mexico -0.0620181988461695199 +87019 aapg_af_575.html aapg_af_575.html:793:110735:110752 Holdenville Des Moines, Washington -0.459837454744856933 +87020 cspg_html_5697056884 cspg_html_5697056884:581:56347:56359 Saskatchewan Regina, Saskatchewan -0.0665666499678844448 +87021 aapg_ai_112.html aapg_ai_112.html:22:4314:4322 Ogallala Texas 0.417344026332425622 +87022 aapg_ae_998.html aapg_ae_998.html:322:35505:35523 Evanston Cheyenne, Wyoming -0.430000081582776583 +87023 aapg_af_786.html aapg_af_786.html:168:20121:20137 Llajas Simi Valley -0.437960495533138761 +87024 gsa_html_4695276845 gsa_html_4695276845:453:44002:44008 Pioche Great Basin -0.0245041819254211805 +87025 aapg_ah_871.html aapg_ah_871.html:11:1828:1835 Pamelia Montreal 0.468551687454609289 +87026 cspg_html_9872589627 cspg_html_9872589627:11:931:948 Halfway Middle East -0.0364186783313174417 +87027 aapg_ac_65.html aapg_ac_65.html:89:10187:10194 Minturn Colorado -0.016748470666176702 +87028 aapg_af_113.html aapg_af_113.html:3:387:395 Michigan Midwestern United States -0.430532356052481968 +87029 aapg_ac_259.html aapg_ac_259.html:36:4816:4827 San Joaquin Los Angeles 0.966398177071791542 +87030 jgeology_html_6388378441 jgeology_html_6388378441:363:29613:29628 Berino New Mexico -0.0258220684876826687 +87031 aapg_aa_360.html aapg_aa_360.html:292:26634:26655 Mt Lytton Austin, Chicago -0.484077007932315562 +87032 cspg_html_6964953392 cspg_html_6964953392:263:33589:33600 Buick Creek Valhalla, New York -0.46814580209221146 +87033 aapg_ac_881.html aapg_ac_881.html:657:77670:77688 Winnipeg Winnipeg 0.713306864057552947 +87034 aapg_ah_516.html aapg_ah_516.html:430:29939:29948 San Pedro California -0.428844183946785584 +87035 geology_html_1899758623 geology_html_1899758623:360:27593:27599 Oxford Mediterranean Sea -0.481756844989031929 +87036 geology_html_7484355547 geology_html_7484355547:11:623:630 Newport Salem, Oregon -0.459860167847925383 +87037 cspg_html_1730027796 cspg_html_1730027796:137:14509:14531 Bad Cache Rapids Nelson, New Zealand -0.427645821637091417 +87038 aapg_ae_430.html aapg_ae_430.html:136:10752:10770 Woodbine East Texas 0.0121540899829594047 +87039 aapg_ae_705.html aapg_ae_705.html:572:56827:56850 Santa Barbara Carpinteria, California -0.474355436180137646 +87040 aapg_ac_550.html aapg_ac_550.html:3:398:412 Frio Gulf Coast of the United States -0.00178582142589237621 +87041 gsa_html_4719798013 gsa_html_4719798013:349:34771:34806 Blackwater Draw Pecos River -0.475963906981033746 +87042 gsa_html_6350949088 gsa_html_6350949088:720:63581:63587 Kodiak Anchorage, Alaska -0.479073721727517277 +87043 sedimentology_html_2041096405 sedimentology_html_2041096405:498:34600:34613 A-1 Carbonate Guelph -0.0247023791461900809 +87044 aapg_ae_959.html aapg_ae_959.html:2934:220793:220803 Wellington Amarillo, Texas 0.386265008774735075 +87045 aapg_af_97.html aapg_af_97.html:166:17759:17779 Whitewater Bloomington, Indiana -0.448377013151321557 +87046 gsa_html_1000620948 gsa_html_1000620948:68:5481:5509 Green River New Mexico -0.0259316078616598014 +87047 aapg_ad_2.html aapg_ad_2.html:986:136500:136530 Little Falls Mohawk Valley -0.459149520620870666 +87048 aapg_af_575.html aapg_af_575.html:1127:162129:162140 Arkadelphia Arkansas -0.00639293020944086028 +87049 gsa_html_1419461902 gsa_html_1419461902:1266:98565:98593 Green River Iran 0.00633907480086522146 +87050 cspg_html_8316122266 cspg_html_8316122266:372:34010:34018 Colorado Denver -0.0406396375841217364 +87051 aapg_ac_557.html aapg_ac_557.html:20:2645:2661 Holder New Mexico -0.0455139804059254832 +87052 geology_html_1936727088 geology_html_1936727088:407:25697:25705 Colorado Denver -0.470365549607814404 +87053 aapg_ae_397.html aapg_ae_397.html:28:3331:3337 Paluxy Paluxy, Texas -0.466144329889246756 +87054 aapg_af_854.html aapg_af_854.html:1436:209091:209117 Bethel Warren County, Ohio -0.467877607461444023 +87055 gsa_html_2832151886 gsa_html_2832151886:312:24066:24074 Columbia Lacombe, Alberta -0.030239106807757675 +87056 aapg_af_242.html aapg_af_242.html:47:5631:5637 Laguna Coahuila -0.0364256392683856012 +87057 sedimentology_html_8190991636 sedimentology_html_8190991636:443:44428:44434 Brazil San Jose, California -0.4796264052884881 +87058 aapg_ae_253.html aapg_ae_253.html:116:13717:13728 Pine Island Cotton Valley, Louisiana -0.0272061513057389563 +87059 geology_html_4107987767 geology_html_4107987767:316:26405:26427 Oceanic California -0.474888953093082877 +87060 aapg_ah_508.html aapg_ah_508.html:3:179:190 Beekmantown Pennsylvania 0.016192373803742003 +87061 aapg_ae_875.html aapg_ae_875.html:112:15451:15467 Coamo Puerto Rico -0.0101855410408739511 +87062 aapg_ac_629.html aapg_ac_629.html:146:20057:20063 Lissie Texas 0.00602810418845976543 +87063 aapg_ae_907.html aapg_ae_907.html:291:38227:38242 Santa Margarita Granite Canyon -0.0191815618988117366 +87064 aapg_aa_788.html aapg_aa_788.html:802:88534:88541 El Paso El Paso, Texas -0.0475645152925121273 +87065 aapg_ae_4.html aapg_ae_4.html:98:12310:12322 Water Canyon Cheyenne, Wyoming 0.0156884224988444454 +87066 aapg_aa_588.html aapg_aa_588.html:25:3231:3243 San Cayetano Matanzas -0.463764030920631232 +87067 gsa_html_6841538769 gsa_html_6841538769:1209:98680:98708 Green River New Mexico -0.0098536958986005091 +87068 gsa_html_6062330506 gsa_html_6062330506:536:55954:55970 Salado Salado, Texas -0.493905230900802183 +87069 aapg_ae_324.html aapg_ae_324.html:562:57382:57390 Virginia Knoxville, Tennessee -0.445016883536767272 +87070 aapg_ae_648.html aapg_ae_648.html:73:8792:8797 Molas Vorarlberg -0.00728936970704518669 +87071 aapg_aa_898.html aapg_aa_898.html:110:14163:14172 Flagstaff Uinta Mountains -0.461219460550356897 +87072 cspg_html_1434585715 cspg_html_1434585715:311:28880:28898 Paskapoo Red Deer, Alberta 0.682120814789964558 +87073 aapg_ae_984.html aapg_ae_984.html:27:3517:3523 Salado Carlsbad, New Mexico -0.456328379915839744 +87074 aapg_ae_905.html aapg_ae_905.html:158:16607:16629 Higginsville Illinois -0.0640649161516256421 +87075 aapg_ad_808.html aapg_ad_808.html:894:60348:60356 Cloverly Cheyenne, Wyoming -0.0420725789093342392 +87076 cspg_html_8587639109 cspg_html_8587639109:833:93258:93275 Cardium Lacombe, Alberta -0.467263588143899677 +87077 aapg_aa_23.html aapg_aa_23.html:165:17139:17151 Winnipegosis Winnipeg -0.293203487813511687 +87078 aapg_ah_72.html aapg_ah_72.html:334:39634:39640 Forest Murfreesboro, Tennessee -0.026705362044744569 +87079 aapg_af_854.html aapg_af_854.html:1116:157477:157493 Menard Vienna -0.506202203331828748 +87080 aapg_ah_157.html aapg_ah_157.html:272:39053:39068 Knobs Western world -0.464419004431934179 +87081 aapg_ac_212.html aapg_ac_212.html:253:27130:27142 Willow Creek Moffat County, Colorado 0.0169153023812674656 +87082 aapg_ad_36.html aapg_ad_36.html:271:28819:28825 Paluxy Goodland, Kansas -0.425358634701132332 +87083 gsa_html_8833777630 gsa_html_8833777630:250:30600:30608 Colorado New Mexico -0.0228248215914789478 +87084 palaios_html_1729153923 palaios_html_1729153923:693:57832:57843 Ludlowville Moscow -0.0534020209213549729 +87085 aapg_ah_180.html aapg_ah_180.html:97:10954:10977 Trimmers Rock Catskill Mountains -0.461390086357821749 +87086 palaios_html_5170998264 palaios_html_5170998264:18:1492:1510 Imperial California -0.465888175365361257 +87087 palaios_html_2859810051 palaios_html_2859810051:290:22631:22639 Niobrara Mancos, Colorado -0.473238647285217195 +87088 aapg_af_785.html aapg_af_785.html:67:7720:7730 Sabinetown Texas -0.431080339422081793 +87089 aapg_af_808.html aapg_af_808.html:1333:149446:149459 Scotland Barbados -0.00092939054595942859 +87090 aapg_ac_575.html aapg_ac_575.html:425:64811:64831 Phosphoria Boise, Idaho 0.995198190082227541 +87091 aapg_ai_986.html aapg_ai_986.html:182:19353:19361 Colorado Cheyenne, Wyoming 0.00717818260807995441 +87092 aapg_ai_49.html aapg_ai_49.html:558:72992:73000 Fountain Cheyenne, Wyoming -0.504128918336591125 +87093 cspg_html_3385840278 cspg_html_3385840278:109:16479:16503 Fort Vermilion Lacombe, Alberta -0.0180692565756011246 +87094 cspg_html_8363357104 cspg_html_8363357104:402:51443:51464 Survey Peak Mount Wilson Observatory -0.00268221124588273983 +87095 cspg_html_4516258038 cspg_html_4516258038:394:45206:45216 Blue Fiord Bathurst Island (Northern Territory) -0.00659792866946394031 +87096 aapg_ad_921.html aapg_ad_921.html:117:13363:13386 Fairview Fairmount, Indiana 0.0587783778818830871 +87097 cspg_html_5264346535 cspg_html_5264346535:22:2595:2612 Bearpaw Bow River -0.156273472911032413 +87098 aapg_ad_812.html aapg_ad_812.html:64:8381:8387 Navajo Kayenta, Arizona -0.470181697121159758 +87099 aapg_ai_49.html aapg_ai_49.html:815:103489:103501 Dakota Colorado 0.614544983154895919 +87100 aapg_ah_532.html aapg_ah_532.html:156:13159:13174 Ouray Arizona -0.0289590583087490083 +87101 aapg_ae_369.html aapg_ae_369.html:108:11697:11712 Gordo Tuscaloosa, Alabama -0.457501080653503367 +87102 aapg_ad_746.html aapg_ad_746.html:43:4453:4463 Georgetown Austin, Chicago -0.447803061502488831 +87103 geology_html_9210804293 geology_html_9210804293:59:4324:4338 Moenkopi Logan, Utah 1.0759077129698289 +87104 AMJC_html_6460325105 AMJC_html_6460325105:794:85841:85847 Reston Sierra Nevada (Spain) -0.437987106587424679 +87105 aapg_ae_454.html aapg_ae_454.html:428:37138:37151 Cotton Valley Alabama -0.464355083320625084 +87106 aapg_aa_756.html aapg_aa_756.html:20:1096:1113 Pekisko Canada -0.0118326507856826232 +87107 aapg_ae_921.html aapg_ae_921.html:76:3595:3604 Whitewood Winnipeg -0.459919224612040101 +87108 aapg_ae_419.html aapg_ae_419.html:2392:159651:159657 Sierra Matamoros, Tamaulipas -0.473653815287124913 +87109 aapg_ad_325.html aapg_ad_325.html:1213:112133:112139 Moscow Russia -0.471405039658470026 +87110 cspg_html_5940878099 cspg_html_5940878099:488:49892:49927 Keg River Lacombe, Alberta -0.460980639153810601 +87111 sedimentology_html_9964952717 sedimentology_html_9964952717:423:38483:38501 Nicola Sicily -0.459294782857853967 +87112 aapg_ac_835.html aapg_ac_835.html:143:18961:18970 Lodgepole Williston, Vermont -0.359066714652672148 +87113 gsa_html_2989317971 gsa_html_2989317971:338:39366:39396 Poison Creek Boise, Idaho -0.426510306242507076 +87114 aapg_ac_888.html aapg_ac_888.html:339:22180:22191 Trempealeau Ohio 0.0112505933991891086 +87115 aapg_ae_981.html aapg_ae_981.html:442:38314:38320 Laurel Missouri River -0.0207284668430632625 +87116 aapg_af_460.html aapg_af_460.html:94:9116:9124 Michigan Keweenaw Peninsula -0.475138501585752326 +87117 cspg_html_2863271815 cspg_html_2863271815:200:23771:23784 A-1 Carbonate Michigan Basin -0.499298579771170536 +87118 aapg_af_459.html aapg_af_459.html:397:44181:44210 Bell New Mexico -0.0526051706223679347 +87119 aapg_ah_189.html aapg_ah_189.html:153:16776:16784 Glenwood Falmouth, Massachusetts -0.0218270224173490179 +87120 aapg_ae_408.html aapg_ae_408.html:11:1802:1816 Alto Illinois -0.00679945329563697194 +87121 aapg_af_86.html aapg_af_86.html:372:24907:24915 Montreal Quebec City -0.0655637299615308144 +87122 aapg_ah_387.html aapg_ah_387.html:222:24364:24372 San Luis Knoxville, Illinois -0.512071933272826629 +87123 aapg_ac_217.html aapg_ac_217.html:250:24165:24178 Montoya Texas -0.0361854896356224864 +87124 aapg_ae_998.html aapg_ae_998.html:112:13962:13970 Evanston Absaroka -0.474992922950619234 +87125 cspg_html_3041902517 cspg_html_3041902517:1380:148656:148674 Tensleep Cheyenne, Wyoming -0.465568086328610908 +87126 cspg_html_8227554214 cspg_html_8227554214:398:43898:43943 Albert New Brunswick, New Jersey -0.0356704046759730303 +87127 palaios_html_5148615526 palaios_html_5148615526:397:35507:35524 Wasatch Cheyenne, Wyoming -0.0178850368240152588 +87128 aapg_ad_178.html aapg_ad_178.html:7:692:700 Belcourt Telford, Pennsylvania -0.512342371634373017 +87129 gsa_html_3855546953 gsa_html_3855546953:1021:87782:87788 Walker Death Valley -0.0824938332318140566 +87130 palaios_html_3105248303 palaios_html_3105248303:79:8383:8389 Oxford Frankfort, Illinois -0.00576230371979552514 +87131 aapg_ai_932.html aapg_ai_932.html:410:64339:64351 San Fernando California -0.48062584784091128 +87132 aapg_ac_148.html aapg_ac_148.html:120:19750:19768 Anacacho Balcones Fault -0.484086347872667577 +87133 sedimentology_html_6277855897 sedimentology_html_6277855897:1512:102920:102939 Flagstaff Logan, Utah -0.0357887327729749932 +87134 aapg_aa_261.html aapg_aa_261.html:129:18138:18158 Keokuk Burlington, Ontario -0.47596853330555533 +87135 geology_html_9015185849 geology_html_9015185849:146:18303:18326 Chowan River Virginia -0.468455358769372721 +87136 aapg_ad_368.html aapg_ad_368.html:185:16976:16983 Wasatch Black Hills -0.455211432419709627 +87137 aapg_af_94.html aapg_af_94.html:311:38039:38047 Lisburne Lisburne Peninsula -0.0439289536259747163 +87138 aapg_ai_146.html aapg_ai_146.html:326:23219:23226 Rierdon Lacombe, Alberta -0.132789899835403458 +87139 cspg_html_4293350162 cspg_html_4293350162:752:78042:78050 Columbia Liard River, British Columbia -0.462125287699645448 +87140 geology_html_7360956801 geology_html_7360956801:286:26509:26518 San Diego California -0.0393566203457145145 +87141 gsa_html_8433482071 gsa_html_8433482071:479:38339:38361 Yucatan Mississippi River -0.479772763003628699 +87142 aapg_aa_305.html aapg_aa_305.html:222:29163:29183 Citronelle Alabama -0.473413916391550615 +87143 aapg_ae_428.html aapg_ae_428.html:1057:83023:83036 Lagarto Burkeville, Texas -0.00652496303282925402 +87144 aapg_ah_686.html aapg_ah_686.html:452:63546:63567 Itkilyariak Western world 0.00877304685539762562 +87145 aapg_ae_68.html aapg_ae_68.html:251:28120:28140 Phosphoria Logan, Utah -0.177249687274941142 +87146 aapg_af_448.html aapg_af_448.html:39:5307:5311 Vale Salem, Oregon -0.0173011055226966783 +87147 aapg_ah_372.html aapg_ah_372.html:107:9630:9654 Caldwell Bastrop, Texas -0.473663043482949409 +87148 jgeology_html_6672772311 jgeology_html_6672772311:157:12528:12543 Back Rio Grande Durham, North Carolina -0.0745073673201512576 +87149 aapg_ai_444.html aapg_ai_444.html:245:22283:22293 Pottsville Winslow, Arizona -0.0771593057346249972 +87150 cspg_html_8362959053 cspg_html_8362959053:33:5780:5786 Luscar Mountain Park (Holyoke, Massachusetts) -0.469028899015838996 +87151 aapg_af_334.html aapg_af_334.html:464:35676:35682 Denver Cheyenne, Wyoming -0.0380668126428187481 +87152 aapg_ae_29.html aapg_ae_29.html:64:8113:8134 Mauch Chunk Pennsylvania -0.439343057733562137 +87153 cspg_html_7623652881 cspg_html_7623652881:85:9746:9752 Moscow Russia -0.044101376246448068 +87154 aapg_ai_762.html aapg_ai_762.html:238:20719:20730 San Antonio Texas -0.447168994241326834 +87155 aapg_ae_915.html aapg_ae_915.html:9:1092:1110 Niobrara Benton, Arkansas -0.440620923452583413 +87156 sedimentology_html_6758585724 sedimentology_html_6758585724:1168:82691:82704 Hermosa Colorado -0.500516638951101323 +87157 aapg_aa_360.html aapg_aa_360.html:58:5824:5834 San Marcos Austin, Chicago -0.0475645152925121273 +87158 aapg_ac_785.html aapg_ac_785.html:336:52703:52718 Woodford Delaware -0.0913530532478803448 +87159 aapg_ad_883.html aapg_ad_883.html:51:7250:7270 Eau Claire Franconia, New Hampshire -0.442840811776842536 +87160 aapg_ak_135.html aapg_ak_135.html:249:38811:38826 Catalina Schist Los Angeles -0.050246518785567143 +87161 jgeology_html_7326722295 jgeology_html_7326722295:458:52953:53003 Oceanic China -0.4784100389871494 +87162 cspg_html_7866293053 cspg_html_7866293053:807:81789:81807 Dunvegan Lacombe, Alberta 0.0051247343510113369 +87163 aapg_af_896.html aapg_af_896.html:49:4734:4744 Rio Grande Rio Grande Valley -0.0319472030481665059 +87164 aapg_ae_45.html aapg_ae_45.html:56:7317:7326 Smackover Arkansas -0.420800576179594099 +87165 aapg_ad_337.html aapg_ad_337.html:92:9581:9588 Temblor Santa Monica Mountains -0.475258680049542748 +87166 cspg_html_8568877195 cspg_html_8568877195:496:70090:70103 Foremost Lacombe, Alberta -0.0447893597917523589 +87167 cspg_html_3479659543 cspg_html_3479659543:215:21058:21078 Missisauga Middle East -0.464610795373413321 +87168 aapg_ae_916.html aapg_ae_916.html:162:18178:18193 Eagle Cut Bank, Montana -0.030239106807757675 +87169 aapg_ah_844.html aapg_ah_844.html:497:59844:59854 Washington Cheyenne, Wyoming -0.463253167093327645 +87170 aapg_ae_369.html aapg_ae_369.html:424:43578:43593 Eutaw Alabama -0.466144329889246756 +87171 aapg_af_150.html aapg_af_150.html:82:8104:8121 Hosston Haynesville, Louisiana -0.00508998959117516313 +87172 aapg_ad_743.html aapg_ad_743.html:232:26207:26217 Atoka Ardmore, Pennsylvania -0.00440204655713307986 +87173 aapg_ae_235.html aapg_ae_235.html:186:22427:22437 Tuscaloosa Black Creek (Toronto) -0.44564275767943895 +87174 cspg_html_8089302449 cspg_html_8089302449:211:35599:35620 Pine Point Great Slave Lake -0.0733087637528969799 +87175 aapg_af_468.html aapg_af_468.html:106:10903:10918 Frio Brazoria County, Texas -0.427711626546922574 +87176 aapg_aa_589.html aapg_aa_589.html:6:881:898 Yucatan Melbourne, Florida -0.0270583470538351585 +87177 aapg_ad_178.html aapg_ad_178.html:47:4490:4498 Columbia Victoria, British Columbia -0.45421548506785292 +87178 sedimentology_html_7390870545 sedimentology_html_7390870545:249:23274:23291 Bearpaw Regina, Saskatchewan -0.450743884934886652 +87179 aapg_aa_718.html aapg_aa_718.html:141:13523:13533 Waynesburg Ohio -0.0545878728728429602 +87180 aapg_af_562.html aapg_af_562.html:147:15446:15452 Warsaw Tuscaloosa, Alabama -0.460091874413590562 +87181 gsa_html_5274400800 gsa_html_5274400800:688:55643:55657 Monterey California -0.00180666765017611854 +87182 aapg_af_237.html aapg_af_237.html:85:8473:8481 Big Hill Matagorda County, Texas -0.486398776993572868 +87183 aapg_ai_105.html aapg_ai_105.html:626:73804:73820 Kaibab San Rafael Swell -0.443110589175295999 +87184 aapg_ah_182.html aapg_ah_182.html:3:337:386 Jacksonburg Pennsylvania -0.00576230371979552514 +87185 aapg_af_540.html aapg_af_540.html:329:44342:44360 Niobrara Colorado -0.446593560210975959 +87186 cspg_html_2268386384 cspg_html_2268386384:284:31449:31468 Cold Lake Lacombe, Alberta -0.0931116499729330166 +87187 aapg_ae_454.html aapg_ae_454.html:267:21293:21306 Cotton Valley East Texas -0.248596229781214345 +87188 aapg_ae_708.html aapg_ae_708.html:517:57726:57734 Virginia Huntington, West Virginia -0.0508147576234257159 +87189 aapg_ah_903.html aapg_ah_903.html:179:30255:30277 Sparta Shreveport, Louisiana 0.36301645026953866 +87190 aapg_af_288.html aapg_af_288.html:141:15596:15602 Percha Arizona -0.440325191296006335 +87191 aapg_ac_268.html aapg_ac_268.html:15:2579:2586 Canning Perth, Western Australia -0.0334258967197983703 +87192 gsa_html_1643425974 gsa_html_1643425974:866:84633:84639 Walker Mexico -0.45644603384473742 +87193 AMJC_html_2067433562 AMJC_html_2067433562:509:49494:49505 Green River Kentucky -0.466759861116235797 +87194 aapg_ac_720.html aapg_ac_720.html:263:28831:28851 Vincentown Maryland -0.448892980122610918 +87195 aapg_aa_484.html aapg_aa_484.html:87:7537:7543 Tesnus Texas -0.0414701241414489052 +87196 cspg_html_6839937815 cspg_html_6839937815:175:24800:24818 Dinwoody Boise, Idaho -0.0161923738037419891 +87197 sedimentology_html_9378527223 sedimentology_html_9378527223:1826:43816:43824 Ogallala Niobrara, Nebraska -0.446029671493266278 +87198 gsa_html_3666562816 gsa_html_3666562816:879:88323:88329 Kodiak Anchorage, Alaska -0.129374418233483085 +87199 aapg_ah_779.html aapg_ah_779.html:189:34966:34973 Juniata Martinsburg, Nebraska 0.00945062084184406827 +87200 cspg_html_5381643866 cspg_html_5381643866:23:3063:3071 Columbia Victoria, British Columbia -0.408239699577949033 +87201 cspg_html_5450075884 cspg_html_5450075884:570:66005:66022 Cardium Lacombe, Alberta -0.447242908821281704 +87202 palaios_html_6956866368 palaios_html_6956866368:200:19038:19055 Minturn Naco, Sonora -0.0544099822313272238 +87203 gsa_html_1924998244 gsa_html_1924998244:1180:94880:94888 Colorado Fish Lake Valley, Nevada -0.0321524692645064336 +87204 cspg_html_5940878099 cspg_html_5940878099:31:5163:5182 Elm Point Manitoba -0.469028899015838996 +87205 gsa_html_1983936163 gsa_html_1983936163:622:52642:52651 Angostura El Molino, La Guajira -0.0556535689731957051 +87206 gsa_html_6568813358 gsa_html_6568813358:1277:99072:99100 Green River Colorado -0.0247962629365806077 +87207 aapg_af_579.html aapg_af_579.html:161:16882:16899 Entrada Telluride, Colorado 0.0127031506294475391 +87208 aapg_aa_322.html aapg_aa_322.html:38:4656:4674 Sycamore Arbuckle, California -0.482038661537539159 +87209 geology_html_6639071224 geology_html_6639071224:211:17850:17856 Nariva Trinidad and Tobago -0.50174601395170626 +87210 aapg_af_575.html aapg_af_575.html:1214:174350:174373 Cotton Valley Cotton Valley, Louisiana -0.415113588382305221 +87211 palaios_html_5582845937 palaios_html_5582845937:318:32212:32219 Hampton Virginia -0.431157390646727534 +87212 aapg_ae_822.html aapg_ae_822.html:306:28710:28719 Gatesburg Erie County, New York -0.0105034896980181463 +87213 cspg_html_2039656422 cspg_html_2039656422:69:6909:6926 Shublik Spring River (Missouri) -0.219293496996010334 +87214 aapg_af_99.html aapg_af_99.html:16:2687:2704 Cercado Trinidad and Tobago -0.35128440426635571 +87215 jgeology_html_9091100556 jgeology_html_9091100556:755:46605:46630 Barstow California -0.0532381100685256278 +87216 aapg_af_854.html aapg_af_854.html:968:136489:136511 Paint Creek Bethel, Alaska -0.0143781976835972679 +87217 aapg_ai_411.html aapg_ai_411.html:3:532:550 Niobrara Benton, Arkansas 0.0123434800357973603 +87218 aapg_ac_782.html aapg_ac_782.html:304:52391:52404 Barnett Texas 0.9615001563915897 +87219 aapg_ad_379.html aapg_ad_379.html:667:55308:55325 Rierdon Carmel, Indiana 0.083238874181110617 +87220 aapg_ah_415.html aapg_ah_415.html:141:12510:12518 Colorado Colorado -0.456561440120662909 +87221 gsa_html_2758185504 gsa_html_2758185504:605:53127:53147 Fort Union Williston Basin -0.323994639606255852 +87222 gsa_html_6589330144 gsa_html_6589330144:106:14397:14403 Peoria Loveland, Ohio 0.0321194176827209119 +87223 sedimentology_html_3455721661 sedimentology_html_3455721661:488:38873:38897 Todilto Entrada Sandstone -0.0380668126428187481 +87224 aapg_ah_779.html aapg_ah_779.html:248:45527:45531 Bays Juniata County School District -0.0144355403280247291 +87225 gsa_html_1355236849 gsa_html_1355236849:222:22436:22455 Domengine Mount Diablo -0.457691392417615917 +87226 aapg_ad_604.html aapg_ad_604.html:77:8274:8290 Hermosa Hermosa, Chicago -0.0454024962167355328 +87227 palaios_html_8113714689 palaios_html_8113714689:301:34256:34268 Devon Island Canada -0.258042166908440951 +87228 aapg_aa_537.html aapg_aa_537.html:190:23146:23152 Wilcox Okmulgee, Oklahoma -0.466473780345575129 +87229 aapg_ac_313.html aapg_ac_313.html:218:24887:24894 Chochal Guatemala -0.0596981355876713832 +87230 aapg_aa_754.html aapg_aa_754.html:951:104936:104953 Madison Berlin -0.465705253187009671 +87231 cspg_html_5971009166 cspg_html_5971009166:189:26102:26121 Yahatinda Lacombe, Alberta -0.416740936010966123 +87232 cspg_html_8267847427 cspg_html_8267847427:460:55807:55827 Milk River Canada -0.026734922025780393 +87233 gsa_html_9962225882 gsa_html_9962225882:1006:78911:78921 Washington Boise, Idaho -0.0281695262279110618 +87234 aapg_ad_652.html aapg_ad_652.html:407:50675:50681 Oregon Salem, Oregon -0.0463048645997310923 +87235 gsa_html_5507509274 gsa_html_5507509274:1268:121205:121213 Columbia Northern California -0.00771327274469656935 +87236 aapg_ae_73.html aapg_ae_73.html:136:18930:18936 Sandia Las Vegas Strip -0.229732756683850209 +87237 aapg_ad_216.html aapg_ad_216.html:97:10117:10123 Salado Culberson County Airport 0.0235271412895545901 +87238 aapg_af_890.html aapg_af_890.html:150:14836:14852 Whitehorse Nashville Basin -0.41645904352980373 +87239 geology_html_2461616775 geology_html_2461616775:269:19814:19824 Washington Seattle -0.0534002771689079184 +87240 aapg_af_956.html aapg_af_956.html:12:600:608 Virginia Reston, Virginia -0.04576482531518513 +87241 aapg_ae_4.html aapg_ae_4.html:187:20460:20474 Lodgepole Logan, Utah -0.437953842888147871 +87242 cspg_html_9108214620 cspg_html_9108214620:49:5599:5607 Columbia Victoria, British Columbia -0.477204643263094197 +87243 aapg_aa_112.html aapg_aa_112.html:93:10369:10377 Cloverly Cheyenne, Wyoming 0.0241686433122073677 +87244 aapg_ah_100.html aapg_ah_100.html:72:6538:6558 Caseyville Illinois -0.454685092236895128 +87245 aapg_ai_105.html aapg_ai_105.html:83:11722:11731 Jefferson Uinta Mountains -0.444835906435795903 +87246 cspg_html_9343899465 cspg_html_9343899465:735:67835:67854 Strathcona Fiord Ellesmere Island -0.508429701967176184 +87247 gsa_html_7215168680 gsa_html_7215168680:116:8588:8594 Albert Svalbard -0.478280146619880497 +87248 aapg_ad_660.html aapg_ad_660.html:478:65954:65974 San Andres Texas 0.409554239223297867 +87249 cspg_html_2749851978 cspg_html_2749851978:489:62460:62477 Cardium Canada -0.0577313754921575037 +87250 aapg_aa_643.html aapg_aa_643.html:410:47959:47973 Knoxville San Francisco -0.0602828706707072767 +87251 aapg_aa_233.html aapg_aa_233.html:174:17756:17776 Agua Nueva Matamoros, Tamaulipas -0.0649051127837110275 +87252 cspg_html_6356755616 cspg_html_6356755616:147:23851:23870 Whitemud Knife River -0.471009336433766579 +87253 aapg_ac_246.html aapg_ac_246.html:461:45455:45474 Newcastle Cheyenne, Wyoming -0.0234628186655344677 +87254 aapg_af_624.html aapg_af_624.html:27:3861:3869 Colorado Denver -0.472574788136010782 +87255 aapg_ad_718.html aapg_ad_718.html:224:20432:20450 Carlsbad El Capitan -0.446231020576565107 +87256 palaios_html_6757540995 palaios_html_6757540995:69:7345:7365 Tuscaloosa Alabama -0.451812561628617604 +87257 gsa_html_2675218998 gsa_html_2675218998:1015:89782:89790 Colorado Colombia -0.0464616568793586454 +87258 aapg_ah_645.html aapg_ah_645.html:493:58616:58631 Stump Cheyenne, Wyoming -0.0648125280295872019 +87259 gsa_html_3577902670 gsa_html_3577902670:30:2923:2951 Green River Colorado -0.0330222814746261376 +87260 geology_html_9742751361 geology_html_9742751361:293:21729:21743 Byng Canada -0.065004686709534798 +87261 aapg_ac_272.html aapg_ac_272.html:131:9954:9965 Trempealeau Ohio 0.00920043838208298506 +87262 aapg_ah_415.html aapg_ah_415.html:6:717:737 Milk River Colorado -0.0534682838330376511 +87263 gsa_html_3365405763 gsa_html_3365405763:29:2796:2824 Green River Colorado -0.00530888185460337992 +87264 jgeology_html_9215313444 jgeology_html_9215313444:1088:75234:75261 Columbia Salem, Oregon -0.462097962880594848 +87265 gsa_html_5446866849 gsa_html_5446866849:932:70395:70407 Owens Valley California -0.221218847199801255 +87266 sedimentology_html_3854944886 sedimentology_html_3854944886:354:13551:13555 Hall London, Ontario -0.456344217050148659 +87267 gsa_html_3225734041 gsa_html_3225734041:179:17961:17982 Wissahickon Delaware -0.530934385553162524 +87268 aapg_aa_685.html aapg_aa_685.html:31:3010:3020 North Horn Flagstaff, Arizona -0.00365504393340889116 +87269 aapg_ad_653.html aapg_ad_653.html:452:57412:57429 Heiberg North Atlantic Current 0.006789029590310529 +87270 aapg_ae_993.html aapg_ae_993.html:221:19846:19861 Darby Cheyenne, Wyoming -0.477130519718023338 +87271 aapg_ah_659.html aapg_ah_659.html:6:1112:1133 Green River Bridger, Montana -0.246535259805692158 +87272 aapg_ad_597.html aapg_ad_597.html:229:27404:27422 Thorold Norfolk County, Ontario -0.508641242562033691 +87273 aapg_ac_187.html aapg_ac_187.html:2009:197861:197882 Ludlowville Skaneateles (village), New York -0.474992922950619234 +87274 aapg_ai_364.html aapg_ai_364.html:78:9688:9697 Stonewall Allegheny Mountains -0.00334234682961829285 +87275 aapg_ai_491.html aapg_ai_491.html:440:55685:55705 Hermosa San Juan, Argentina -0.46328736756315686 +87276 AMJC_html_3632105729 AMJC_html_3632105729:222:32536:32566 Coon Hollow Snake River Canyon (Idaho) -0.501664952843956957 +87277 aapg_af_900.html aapg_af_900.html:260:34879:34887 Big Hill Jefferson County, Colorado -0.452055720301517416 +87278 cspg_html_9332855346 cspg_html_9332855346:9:932:938 Ashern Lacombe, Alberta -0.457152280296754032 +87279 aapg_ah_217.html aapg_ah_217.html:111:11794:11801 Venango Pennsylvania -0.491056633019370192 +87280 aapg_ai_11.html aapg_ai_11.html:229:28002:28021 Wyandotte Plattsburg, Missouri -0.487659330983205019 +87281 palaios_html_9359679595 palaios_html_9359679595:1106:77536:77542 Reston Reno, Nevada -0.0143434446267858666 +87282 gsa_html_5394777952 gsa_html_5394777952:145:13932:13970 Sunday Canyon Sierra Nevada (Spain) -0.466741549175746284 +87283 aapg_ad_146.html aapg_ad_146.html:130:10901:10908 Paradox White River (Washington) -0.508540273236390394 +87284 cspg_html_9771826320 cspg_html_9771826320:754:117435:117454 Beaufort Canadian Arctic Archipelago -0.396575331498967731 +87285 aapg_af_397.html aapg_af_397.html:103:12515:12532 Entrada Entrada Sandstone -0.00425611998601696257 +87286 gsa_html_5694391338 gsa_html_5694391338:80:8102:8119 Packsaddle Schist Llano, Texas -0.506274119189383809 +87287 geology_html_7850098758 geology_html_7850098758:209:24034:24044 Montgomery Colorado -0.462261924354454456 +87288 cspg_html_8089302449 cspg_html_8089302449:743:114676:114681 Bluff Red Deer, Alberta -0.465595518002078101 +87289 aapg_ac_441.html aapg_ac_441.html:516:46012:46020 Colorado Littleton, Colorado -0.0366936389096963397 +87290 aapg_ah_647.html aapg_ah_647.html:292:30635:30650 Hay River Canada -0.461089806729199636 +87291 aapg_ae_985.html aapg_ae_985.html:56:5165:5189 Arroyo Pecos River -0.522827934426438823 +87292 gsa_html_5865982995 gsa_html_5865982995:904:99902:99910 Colorado Uinta Mountains -0.0884400912068025874 +87293 gsa_html_2220556952 gsa_html_2220556952:841:100104:100124 Pansy Lee Conglomerate Reno, Nevada 0.0111706699020183535 +87294 aapg_ac_333.html aapg_ac_333.html:1314:157530:157535 Supai New Mexico 0.112852449105824995 +87295 aapg_ah_453.html aapg_ah_453.html:21:3105:3112 Temblor Monterey, California -0.42435479065966919 +87296 geology_html_4386567919 geology_html_4386567919:106:13419:13430 Uncompahgre Piute, California -0.0729536108486761037 +87297 aapg_ai_249.html aapg_ai_249.html:522:68492:68507 Metapan Guatemala 0.669026469263853896 +87298 aapg_af_12.html aapg_af_12.html:38:4405:4413 Sterling Colorado -0.0277904283209578391 +87299 aapg_ai_459.html aapg_ai_459.html:146:14544:14555 Cloud Chief Wichita, Kansas -0.455229509631582041 +87300 aapg_ac_940.html aapg_ac_940.html:342:43133:43141 Scotland Chile -0.0395916240677814321 +87301 aapg_aa_254.html aapg_aa_254.html:47:5157:5176 Sunniland Melbourne, Florida 0.352319751443881002 +87302 cspg_html_3942782922 cspg_html_3942782922:99:8780:8822 Sulphur Mountain Victoria, British Columbia -0.442682549290708161 +87303 aapg_aa_147.html aapg_aa_147.html:121:14887:14894 Selkirk Red River of the North -0.501579132025020247 +87304 cspg_html_2734588863 cspg_html_2734588863:99:11064:11071 Wabamun Milk River, Alberta 0.0108266535129968935 +87305 aapg_aa_399.html aapg_aa_399.html:302:24300:24311 Peace River Clearwater, Florida -0.482597909534674852 +87306 cspg_html_3908181328 cspg_html_3908181328:26:3963:3968 Logan Logan, Utah -0.470188590895520009 +87307 aapg_ac_380.html aapg_ac_380.html:198:25093:25102 Edgecliff Onondaga (tribe) 0.0172976297884785309 +87308 AMJC_html_8128063878 AMJC_html_8128063878:429:56247:56263 Navajo Sonoma, California -0.441392939290133568 +87309 aapg_ah_329.html aapg_ah_329.html:432:42483:42490 Sisquoc Santa Maria, California -0.0820468668175087373 +87310 gsa_html_7880703239 gsa_html_7880703239:11:520:528 Colorado Colorado -0.0640387165256721819 +87311 aapg_ad_375.html aapg_ad_375.html:284:15979:15990 Utica Covington, Kentucky 0.00526023907210228844 +87312 cspg_html_9872589627 cspg_html_9872589627:172:22353:22360 Halfway Grand Prairie, Texas -0.451913869834985604 +87313 aapg_af_568.html aapg_af_568.html:165:18254:18270 Sundance Cheyenne, Wyoming 0.00920043838208298506 +87314 gsa_html_4740178746 gsa_html_4740178746:681:72515:72527 Taylor Antarctica -0.485011505687422073 +87315 gsa_html_4930932370 gsa_html_4930932370:1048:117612:117620 Michigan Baraga County, Michigan -0.451913869834985604 +87316 aapg_af_188.html aapg_af_188.html:276:31795:31807 Steel Cheyenne, Wyoming -0.0128838563321652909 +87317 palaios_html_4223976574 palaios_html_4223976574:248:20656:20665 San Diego California -0.443982888348864235 +87318 cspg_html_5345848475 cspg_html_5345848475:16:1941:1958 Carlile Regina, Saskatchewan -0.00984327149097449609 +87319 gsa_html_1411412775 gsa_html_1411412775:713:59575:59603 Green River New Mexico -0.0268166470016257402 +87320 AMJC_html_8522115051 AMJC_html_8522115051:714:78329:78335 Sierra Sierra Nevada (Spain) -0.0660179925071644885 +87321 aapg_ae_9.html aapg_ae_9.html:29:3567:3584 Wallace Boise, Idaho 0.338290119801750222 +87322 aapg_ac_985.html aapg_ac_985.html:153:14710:14727 Cypress Chester, Pennsylvania -0.488912357297633382 +87323 palaios_html_3028956190 palaios_html_3028956190:237:24330:24340 Kope Cincinnati -0.446333949377836381 +87324 aapg_af_2.html aapg_af_2.html:557:58871:58879 Colorado Colorado -0.475991665297052891 +87325 aapg_ad_338.html aapg_ad_338.html:182:18688:18705 Raritan Closter, New Jersey 0.0210343869004685075 +87326 aapg_aa_350.html aapg_aa_350.html:25:2081:2088 Saginaw Saginaw, Michigan -0.440387442871438828 +87327 aapg_ae_428.html aapg_ae_428.html:1107:87545:87562 Fleming Burkeville, Texas -0.040714500181089297 +87328 aapg_ac_928.html aapg_ac_928.html:115:14910:14927 Leatham Netherlands -0.0248379892514390653 +87329 geology_html_3509939317 geology_html_3509939317:260:21779:21787 Columbia Victoria, British Columbia -0.0134398809418536571 +87330 gsa_html_5910340133 gsa_html_5910340133:31:2747:2775 Green River New Mexico -0.0092977313772016467 +87331 aapg_ad_659.html aapg_ad_659.html:239:32471:32489 Nonesuch Michigan -0.269229069509382468 +87332 aapg_ae_10.html aapg_ae_10.html:59:7282:7294 Austin Chalk Williamson County, Texas -0.0133078241167712726 +87333 aapg_ah_366.html aapg_ah_366.html:223:13926:13944 Tensleep Western world -0.053189286291718256 +87334 aapg_ai_388.html aapg_ai_388.html:83:6986:6998 Rock Springs Cheyenne, Wyoming -0.474069180634086484 +87335 aapg_ah_685.html aapg_ah_685.html:354:38474:38482 Colorado Cheyenne, Wyoming -0.470409220225314617 +87336 cspg_html_5976982403 cspg_html_5976982403:91:13168:13179 Fort Steele Victoria, British Columbia -0.461171691164054931 +87337 aapg_aa_37.html aapg_aa_37.html:319:39918:39934 Kaibab Kaibab, Arizona -0.4835517998191603 +87338 aapg_ac_92.html aapg_ac_92.html:176:20276:20288 Atoka Atoka, Oklahoma -0.471962087320613732 +87339 cspg_html_6434702931 cspg_html_6434702931:12:1349:1381 Beaverhill Victoria, British Columbia -0.462111625185478381 +87340 geology_html_5342045301 geology_html_5342045301:12:627:637 Washington Seattle -0.452909542628234352 +87341 aapg_ah_675.html aapg_ah_675.html:501:70034:70042 Colorado Denver -0.0412786006588513471 +87342 sedimentology_html_9626990209 sedimentology_html_9626990209:1481:103150:103172 Judith River Lacombe, Alberta -0.0339269564270203508 +87343 AMJC_html_3664856625 AMJC_html_3664856625:12:711:717 Denver Colorado -0.457501080653503367 +87344 aapg_ae_350.html aapg_ae_350.html:7:1574:1584 Tuscaloosa Alabama 0.00277949417154689906 +87345 aapg_af_551.html aapg_af_551.html:47:5282:5293 Lake Valley Rift Valley lakes 0.00660835233941787364 +87346 gsa_html_1456601097 gsa_html_1456601097:12:529:535 Oxford Ohio -0.00229308019174294993 +87347 aapg_ah_645.html aapg_ah_645.html:460:54468:54486 Rierdon Williston, Vermont -0.44326223419282984 +87348 geology_html_6476658393 geology_html_6476658393:276:22859:22876 Oxford Ontario, California -0.0400668715535646355 +87349 aapg_af_854.html aapg_af_854.html:528:71376:71382 Keokuk Salem, Massachusetts -0.469070208322842297 +87350 sedimentology_html_6282709960 sedimentology_html_6282709960:43:3552:3558 Oregon Anchorage, Alaska 0.0455923686233088987 +87351 sedimentology_html_3083192111 sedimentology_html_3083192111:277:29128:29132 Hall London, Ontario -0.471543117662309108 +87352 aapg_ae_324.html aapg_ae_324.html:679:67966:67974 Virginia Pearisburg, Virginia -0.460964719996515115 +87353 aapg_ah_378.html aapg_ah_378.html:558:53642:53648 Salado Salado, Texas 0.00906492352307306827 +87354 aapg_af_568.html aapg_af_568.html:503:41145:41157 Beaver Creek Cheyenne, Wyoming -0.506250146542552182 +87355 cspg_html_7777724998 cspg_html_7777724998:106:15126:15149 Mist Mountain Kootenay River -0.0534682838330376511 +87356 aapg_ad_466.html aapg_ad_466.html:336:41536:41543 Raritan South River (Maryland) -0.00704441094107981659 +87357 aapg_ai_536.html aapg_ai_536.html:15:1989:1997 Mainland Banks Island -0.0310096337279850039 +87358 aapg_ah_301.html aapg_ah_301.html:521:56229:56256 Tamabra Texas -0.470181697121159758 +87359 aapg_af_528.html aapg_af_528.html:697:82946:82961 Catalina Schist California 0.0169570105045463715 +87360 aapg_ad_327.html aapg_ad_327.html:436:47997:48014 Edwards Texas -0.472943536588278923 +87361 aapg_aa_360.html aapg_aa_360.html:203:17163:17173 San Marcos Buda, Texas -0.452927573923113447 +87362 aapg_ad_53.html aapg_ad_53.html:10:1003:1011 Colorado Colorado -0.517524502610378967 +87363 aapg_ai_619.html aapg_ai_619.html:40:7675:7681 Casper Cheyenne, Wyoming -0.427843250012949428 +87364 geology_html_1390060534 geology_html_1390060534:232:19583:19608 Navajo Colorado -0.481945488841025893 +87365 aapg_aa_399.html aapg_aa_399.html:180:12921:12929 Kootenay Lacombe, Alberta -0.0391129188633264693 +87366 palaios_html_7377371027 palaios_html_7377371027:576:54526:54534 Colorado Florissant, Colorado -0.0824570225902768739 +87367 aapg_ai_28.html aapg_ai_28.html:282:27375:27382 Lagarto Oakville, California -0.465835581370964813 +87368 cspg_html_6675007047 cspg_html_6675007047:113:16368:16387 Athabasca Lacombe, Alberta -0.0386046469573407755 +87369 gsa_html_9603601502 gsa_html_9603601502:899:66135:66144 Peninsula Acadia -0.505150548331609439 +87370 aapg_ac_298.html aapg_ac_298.html:308:29767:29775 Windfall Calgary -0.445989406971527558 +87371 gsa_html_9603601502 gsa_html_9603601502:1029:71770:71795 Fortin Acadia -0.046510437316175636 +87372 aapg_af_288.html aapg_af_288.html:776:77994:78013 Rancheria Sacramento Mountains (California) 0.0364256392683855734 +87373 jgeology_html_1432891964 jgeology_html_1432891964:150:11069:11077 Columbia Victoria, British Columbia -0.0466985931780469835 +87374 aapg_ai_699.html aapg_ai_699.html:650:72254:72259 Tidal Maryland -0.495035064466688546 +87375 palaios_html_2256521782 palaios_html_2256521782:866:60727:60758 Bond Illinois -0.479830848328458015 +87376 cspg_html_8174352156 cspg_html_8174352156:597:73520:73529 Cake Hill Victoria, British Columbia -0.056229218914080073 +87377 aapg_ae_267.html aapg_ae_267.html:119:10457:10482 Onondaga Onondaga (tribe) -0.0560582631991528441 +87378 aapg_af_728.html aapg_af_728.html:157:19045:19069 Elko Reno, Nevada -0.44645479356367046 +87379 jgeology_html_5970406003 jgeology_html_5970406003:197:13088:13106 Chulafinnee Schist Alabama -0.181882411486643775 +87380 aapg_ai_49.html aapg_ai_49.html:669:88017:88025 Woodside Spearfish, South Dakota -0.477142101104954475 +87381 aapg_ac_361.html aapg_ac_361.html:430:49157:49176 Vaqueros Bartow County, Georgia 0.0261089590741284683 +87382 gsa_html_8740218609 gsa_html_8740218609:635:60357:60367 Sykesville Germantown, Montgomery County, Maryland -0.0161993249316557293 +87383 sedimentology_html_4369226882 sedimentology_html_4369226882:1024:81189:81211 Bluff Bridgetown, Nova Scotia -0.430334367802676421 +87384 sedimentology_html_3425717106 sedimentology_html_3425717106:838:62689:62695 Brazil Canada -0.0493785557228638358 +87385 sedimentology_html_1780224335 sedimentology_html_1780224335:476:35117:35152 Wishart Canada -0.0636597082590081992 +87386 palaios_html_1018466366 palaios_html_1018466366:1630:142781:142808 Athabasca Pemberton, British Columbia -0.0161089604302801712 +87387 sedimentology_html_5933783718 sedimentology_html_5933783718:1060:97513:97519 Sierra Spain -0.0457038553664062958 +87388 aapg_af_663.html aapg_af_663.html:304:31607:31613 Pawnee Pleasanton, Texas -0.0056632802943650468 +87389 sedimentology_html_2896902317 sedimentology_html_2896902317:812:80659:80663 Bond North Atlantic Current -0.448350101124535771 +87390 aapg_ad_757.html aapg_ad_757.html:291:37318:37329 Black River Platteville, Colorado 0.0327578516394828392 +87391 aapg_ai_0.html aapg_ai_0.html:960:109935:109946 San Antonio Uvalde, Texas -0.546393801158679415 +87392 cspg_html_2198503252 cspg_html_2198503252:274:15260:15268 Palliser Colorado -0.000627121340837813067 +87393 aapg_ai_763.html aapg_ai_763.html:154:16909:16926 Schuler Texas -0.0169709132296714665 +87394 aapg_aa_4.html aapg_aa_4.html:9:1346:1359 Genesee Genesee County, Michigan -0.0213125005692229447 +87395 cspg_html_9905904289 cspg_html_9905904289:13:2248:2254 Battle Bearspaw, Alberta -0.0740086441181000282 +87396 cspg_html_4785922166 cspg_html_4785922166:333:38366:38378 Saskatchewan Lacombe, Alberta -0.477234757760444439 +87397 palaios_html_3985706634 palaios_html_3985706634:152:15706:15723 Manlius Helderberg -0.470567831774721834 +87398 aapg_af_510.html aapg_af_510.html:63:7192:7221 Fort Union Black Hills -0.424322003042767071 +87399 jgeology_html_2563614336 jgeology_html_2563614336:1099:72049:72068 Imperial California -0.449418219565270449 +87400 aapg_ah_742.html aapg_ah_742.html:6:957:977 Phosphoria Cheyenne, Wyoming -0.455726774842524995 +87401 aapg_ad_440.html aapg_ad_440.html:371:36417:36454 Bluefield Bluefield, West Virginia -0.430000081582776583 +87402 aapg_ad_128.html aapg_ad_128.html:66:4895:4913 Cypress Palestinian territories -0.458659434193013582 +87403 aapg_ae_377.html aapg_ae_377.html:452:49823:49827 Java Borneo -0.459837454744856933 +87404 aapg_ah_231.html aapg_ah_231.html:65:5906:5916 Tuscaloosa Cotton Valley, Louisiana 0.0315471181110921622 +87405 gsa_html_4431779557 gsa_html_4431779557:738:58911:58936 Blackwater Draw Llano Estacado -0.00424743388825097462 +87406 geology_html_5350761887 geology_html_5350761887:215:20376:20405 Monterey California -0.458031335089754243 +87407 gsa_html_8881958017 gsa_html_8881958017:477:47436:47444 Columbia Victoria, British Columbia -0.0179232709792312463 +87408 gsa_html_2832151886 gsa_html_2832151886:302:22873:22881 Columbia Lacombe, Alberta -0.0329666115288539258 +87409 aapg_ad_52.html aapg_ad_52.html:61:7075:7084 Coldwater Michigan -0.0275956665484899596 +87410 geology_html_4431824234 geology_html_4431824234:363:25611:25622 Green River Cheyenne, Wyoming -0.454052985518192231 +87411 aapg_ac_924.html aapg_ac_924.html:14:2366:2380 Mission Canyon Cheyenne, Wyoming -0.458439436141955869 +87412 aapg_af_431.html aapg_af_431.html:106:10717:10744 Smackover Cotton Valley, Louisiana -0.437408487283808822 +87413 aapg_ae_70.html aapg_ae_70.html:361:36759:36766 Minturn Colorado -0.429978093202176226 +87414 gsa_html_6281658899 gsa_html_6281658899:396:48652:48669 Bridger South Pass City, Wyoming -0.0340313466956898014 +87415 jgeology_html_8826692705 jgeology_html_8826692705:1965:88758:88763 Queen Canada -0.465104162426203172 +87416 aapg_ai_222.html aapg_ai_222.html:17:1517:1527 Washington West Coast of the United States -0.454032675125810359 +87417 aapg_ae_474.html aapg_ae_474.html:863:87690:87701 Paint Creek Bethel, Alaska -0.430176006996349836 +87418 aapg_af_854.html aapg_af_854.html:696:97687:97703 Sonora Illinois -0.480853789677316845 +87419 aapg_ac_807.html aapg_ac_807.html:395:40745:40758 Merchantville Merchantville, New Jersey 0.0150524162295643544 +87420 aapg_ac_621.html aapg_ac_621.html:40:5261:5282 Wood Siding Onaga, Kansas 0.00154956435534229684 +87421 aapg_ad_466.html aapg_ad_466.html:1305:140125:140143 Patapsco Patapsco River -0.0500861646985385212 +87422 aapg_ad_720.html aapg_ad_720.html:81:9052:9055 Abo Sacramento, California -0.411700846829734624 +87423 aapg_ah_411.html aapg_ah_411.html:150:17411:17418 Pakowki Colorado 0.984403357002399448 +87424 cspg_html_9725676031 cspg_html_9725676031:202:28203:28225 Lepine Liard River, British Columbia -0.247295338348013705 +87425 cspg_html_1450375831 cspg_html_1450375831:16:1978:1996 Deadwood Lacombe, Alberta -0.463150573567572499 +87426 cspg_html_6306091047 cspg_html_6306091047:412:58584:58592 Columbia Victoria, British Columbia -0.452977161832460395 +87427 aapg_aa_778.html aapg_aa_778.html:82:10746:10766 West Falls Ohio -0.472943536588278923 +87428 aapg_ad_2.html aapg_ad_2.html:1324:181788:181805 Schenectady Canajoharie (village), New York -0.472501057082917231 +87429 gsa_html_5052385118 gsa_html_5052385118:165:16680:16683 Rye Colorado -0.0674246889394818638 +87430 aapg_ac_729.html aapg_ac_729.html:719:69604:69626 Schrader Bluff Colville River (Washington) -0.44255997020698512 +87431 gsa_html_5865982995 gsa_html_5865982995:1407:147796:147821 Washakie Colorado -0.471349814541787038 +87432 cspg_html_1644457308 cspg_html_1644457308:53:7876:7884 Grayling Pine River (Michigan) -0.105495093281311639 +87433 sedimentology_html_7885928494 sedimentology_html_7885928494:402:36515:36519 Hall London, Ontario -0.492239240738401806 +87434 aapg_aa_176.html aapg_aa_176.html:672:66549:66557 Michigan San Diego -0.0264393249899875019 +87435 aapg_ae_873.html aapg_ae_873.html:70:9217:9239 Paluxy Hopkins County, Kentucky -0.441593278961416758 +87436 aapg_ac_983.html aapg_ac_983.html:360:57795:57799 Drum Kansas City, Kansas -0.189801334691097001 +87437 aapg_ae_884.html aapg_ae_884.html:198:26523:26542 Belle Fourche Black Hills -0.318620684957638345 +87438 gsa_html_3429903648 gsa_html_3429903648:768:65602:65608 Casper Cheyenne, Wyoming -0.0180692565756011246 +87439 cspg_html_2954223000 cspg_html_2954223000:95:14655:14673 Provo Black Sea -0.460269102262388319 +87440 palaios_html_7805951959 palaios_html_7805951959:19:1147:1165 Cantwell Anchorage, Alaska -0.479960973619786069 +87441 aapg_ae_428.html aapg_ae_428.html:666:54941:54954 Hawthorn Melbourne, Florida 0.00421268950566507355 +87442 gsa_html_7464626519 gsa_html_7464626519:979:91005:91014 Flagstaff Central, Arizona -0.48715769815048382 +87443 aapg_ae_959.html aapg_ae_959.html:2313:164903:164910 Rustler Salado, Texas -0.444871652179790411 +87444 gsa_html_2853817533 gsa_html_2853817533:1088:76274:76281 Laramie Cheyenne, Wyoming -0.472678482936493838 +87445 AMJC_html_5755352984 AMJC_html_5755352984:263:41708:41717 Eel River Central Coast of California -0.484135384227082133 +87446 aapg_ah_527.html aapg_ah_527.html:77:9221:9243 Lone Mountain Reno, Nevada -0.246403600429986991 +87447 sedimentology_html_6908936430 sedimentology_html_6908936430:810:52090:52095 Libby Whitford (SEPTA station) 0.00312693377810401713 +87448 aapg_af_629.html aapg_af_629.html:42:4151:4163 Medicine Bow Cheyenne, Wyoming -0.063205628823083157 +87449 aapg_af_575.html aapg_af_575.html:309:41774:41783 Roubidoux Gasconade River -0.0178850368240152588 +87450 cspg_html_7602315496 cspg_html_7602315496:17:2931:2957 Milk River Western world -0.482150482079643117 +87451 aapg_ae_584.html aapg_ae_584.html:116:14379:14384 Inman Jamaica, Queens -0.465787563493960222 +87452 aapg_af_575.html aapg_af_575.html:377:51035:51051 Frisco Sallisaw, Oklahoma -0.456337429672799166 +87453 palaios_html_3022467877 palaios_html_3022467877:357:40141:40160 New Egypt Closter, New Jersey -0.443692774120845845 +87454 cspg_html_8556552074 cspg_html_8556552074:90:7715:7734 Cold Lake Lacombe, Alberta -0.431157390646727534 +87455 jgeology_html_2964058232 jgeology_html_2964058232:998:67172:67179 Jupiter Quebec City -0.0288373212008630718 +87456 cspg_html_2628075963 cspg_html_2628075963:6:338:356 Potsdam Quebec City -0.485799611688376376 +87457 aapg_ac_380.html aapg_ac_380.html:64:9567:9580 Vernon Lockport (city), New York -0.0256238564672171959 +87458 gsa_html_8825240131 gsa_html_8825240131:825:69452:69475 Galena Illinois -0.0424382503363121347 +87459 aapg_ae_176.html aapg_ae_176.html:273:35243:35265 Grand Rapids Cordillera Administrative Region -0.0522564675368267714 +87460 gsa_html_7040053075 gsa_html_7040053075:279:26473:26487 Topanga Western world -0.466727815469158758 +87461 aapg_ac_296.html aapg_ac_296.html:130:12494:12511 Dakota New Mexico 0.401680116389599828 +87462 gsa_html_2364640066 gsa_html_2364640066:665:70280:70288 Yakataga Anchorage, Alaska -0.0130645631501062637 +87463 sedimentology_html_5837612543 sedimentology_html_5837612543:2132:93397:93401 Hall London, Ontario -0.485308421911267773 +87464 aapg_ah_763.html aapg_ah_763.html:56:5278:5298 San Andres Sacramento Mountains (California) -0.416615158514964445 +87465 aapg_ac_989.html aapg_ac_989.html:79:11427:11435 Tensleep Wisconsin -0.0624529806761317877 +87466 gsa_html_6143207195 gsa_html_6143207195:26:1232:1238 Denver Colorado -0.453130450697368015 +87467 sedimentology_html_2458966457 sedimentology_html_2458966457:68:4958:4964 Jordan Saudi Arabia -0.420791864948583338 +87468 cspg_html_8089302449 cspg_html_8089302449:264:45051:45061 Dawson Bay Regina, Saskatchewan 1.1649798908024338 +87469 aapg_af_666.html aapg_af_666.html:520:44589:44596 Bridger Uinta Mountains -0.43060716238884611 +87470 geology_html_6152131284 geology_html_6152131284:277:23488:23500 Owens Valley California -0.0167554219628843898 +87471 gsa_html_9487992082 gsa_html_9487992082:658:65545:65571 Monterey Washington (state) -0.00440204655713307986 +87472 gsa_html_5601712699 gsa_html_5601712699:489:39977:39984 Topanga Rancho Las Cienegas -0.01901471217940277 +87473 gsa_html_5039569238 gsa_html_5039569238:365:34464:34484 Sassenach Arctic Cordillera -0.457555451333636842 +87474 aapg_aa_23.html aapg_aa_23.html:1170:146255:146274 Red River Manitoba -0.457514673015389395 +87475 sedimentology_html_4121403149 sedimentology_html_4121403149:874:64467:64503 Protection Washington (state) -0.51703128019216904 +87476 cspg_html_4298557570 cspg_html_4298557570:396:51416:51434 Paskapoo Edmonton, London -0.0423093929821278317 +87477 aapg_ah_647.html aapg_ah_647.html:917:97441:97457 Concha Colina, Chile -0.484191429205932 +87478 aapg_ah_328.html aapg_ah_328.html:346:36341:36360 Minnelusa Cheyenne, Wyoming -0.407614238586680777 +87479 aapg_ac_406.html aapg_ac_406.html:91:8512:8518 Paluxy Cotton Valley, Louisiana -0.427711626546922574 +87480 aapg_ai_288.html aapg_ai_288.html:47:9077:9095 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) -0.0354494130936665666 +87481 aapg_ac_617.html aapg_ac_617.html:205:27399:27417 Lagarto Burkeville, Texas -0.0769982235003839055 +87482 aapg_aa_95.html aapg_aa_95.html:180:17048:17056 Colorado Huerfano, New Mexico -0.0198420227136738916 +87483 cspg_html_2408887763 cspg_html_2408887763:171:22861:22867 Exshaw Elkton, Kentucky -0.43720904648285841 +87484 aapg_ae_465.html aapg_ae_465.html:167:17701:17720 Smackover Cotton Valley, Louisiana -0.435661502416701596 +87485 cspg_html_8990290265 cspg_html_8990290265:68:11774:11798 Windsor Elko, Nevada -0.452112016307883446 +87486 sedimentology_html_1568456861 sedimentology_html_1568456861:1076:84072:84092 Toro Chile -0.449451899065432481 +87487 aapg_ac_55.html aapg_ac_55.html:318:38083:38096 Potomac Delaware -0.460041893415422398 +87488 aapg_ac_952.html aapg_ac_952.html:154:16975:16994 Morehouse Shreveport, Louisiana -0.27222244339170798 +87489 aapg_af_590.html aapg_af_590.html:491:38270:38287 Paradox Logan, Utah 0.827922938377402162 +87490 gsa_html_7012936645 gsa_html_7012936645:65:5817:5838 Martinsburg Martinsburg, Nebraska -0.436965343294064001 +87491 aapg_ai_932.html aapg_ai_932.html:674:105456:105474 Monterey Santa Maria, California -0.0209214044574815329 +87492 gsa_html_1561548255 gsa_html_1561548255:636:63359:63365 Walker Mojave Desert -0.495181722890797649 +87493 cspg_html_8840748783 cspg_html_8840748783:674:79788:79834 Dunvegan Canada -0.474276937415326727 +87494 palaios_html_2736581987 palaios_html_2736581987:18:1022:1037 Hueco New Mexico -0.470216166533545032 +87495 geology_html_6392821947 geology_html_6392821947:11:448:454 Oregon Salem, Oregon -0.466741549175746284 +87496 aapg_ae_18.html aapg_ae_18.html:449:48825:48843 Colorado Colorado -0.034835184903719292 +87497 aapg_ac_201.html aapg_ac_201.html:697:70114:70121 Shublik Lisburne Peninsula -0.419727508207806521 +87498 aapg_ae_917.html aapg_ae_917.html:109:11174:11190 Maroon Colorado -0.427935397269568418 +87499 geology_html_2187977160 geology_html_2187977160:277:23950:23982 Sierra Southern California -0.520580403270364478 +87500 gsa_html_3320600310 gsa_html_3320600310:74:6936:6953 Entrada Cleveland -0.455197874748240694 +87501 aapg_ac_983.html aapg_ac_983.html:311:49675:49685 Lane Missouri River -0.482987267474293158 +87502 aapg_ai_492.html aapg_ai_492.html:153:19809:19815 Casper Cheyenne, Wyoming -0.462143504710773534 +87503 aapg_ak_26.html aapg_ak_26.html:64:6702:6719 Florida Mountains Deming, New Mexico -0.471340610693628537 +87504 aapg_ac_910.html aapg_ac_910.html:414:34392:34398 Sierra Mexico -0.0278043399827988778 +87505 aapg_ae_777.html aapg_ae_777.html:256:29525:29539 Espiritu Santo Ouray, Colorado -0.503999808743944788 +87506 sedimentology_html_9972796818 sedimentology_html_9972796818:2568:109279:109285 Banner Hanson, Massachusetts -0.47503682505792677 +87507 aapg_ad_918.html aapg_ad_918.html:447:52908:52912 Wendover Nebraska -0.0260133282489571939 +87508 aapg_af_664.html aapg_af_664.html:9:1122:1126 Word Guadalupe Mountains National Park -0.431078138050761561 +87509 aapg_ac_337.html aapg_ac_337.html:61:6032:6051 Ingleside Laramie, Wyoming -0.504238916416323235 +87510 aapg_aa_47.html aapg_aa_47.html:687:83486:83493 Minturn Madera County, California -0.467870731747513147 +87511 aapg_ae_419.html aapg_ae_419.html:3299:211753:211762 San Pedro Mesa, Arizona -0.453423575097804177 +87512 aapg_ah_370.html aapg_ah_370.html:333:25610:25622 Silica Ohio -0.45937423310039871 +87513 cspg_html_5109562898 cspg_html_5109562898:17:2646:2660 Colorado Lacombe, Alberta -0.539159112258036477 +87514 aapg_ad_0.html aapg_ad_0.html:362:29992:30009 Shakopee Barry County, Missouri -0.0161298137457332978 +87515 cspg_html_7086880709 cspg_html_7086880709:254:30789:30797 Tathlina Lacombe, Alberta -0.067608196951884289 +87516 aapg_ah_876.html aapg_ah_876.html:432:53057:53071 Rodessa Mississippi River -0.227952183302546296 +87517 aapg_ai_81.html aapg_ai_81.html:207:19297:19314 Venango Pennsylvania -0.436805862873274886 +87518 gsa_html_4837287019 gsa_html_4837287019:403:36843:36853 Washington Seattle -0.440300736461396947 +87519 palaios_html_5078880508 palaios_html_5078880508:200:13237:13251 Bellevue Kentucky -0.0367667309306509496 +87520 sedimentology_html_3458220619 sedimentology_html_3458220619:217:18387:18391 Java Sumatra -0.0259959408940027802 +87521 aapg_ae_370.html aapg_ae_370.html:377:34858:34880 Keasey Cowlitz River -0.0660110035802407569 +87522 cspg_html_5954266359 cspg_html_5954266359:104:18026:18034 Fleurant Hartford, Connecticut -0.473238647285217195 +87523 gsa_html_7875871937 gsa_html_7875871937:622:58176:58184 Billings Western Canadian Sedimentary Basin -0.488956974601549299 +87524 gsa_html_6005845438 gsa_html_6005845438:29:2796:2824 Green River New Mexico -0.42655631436454855 +87525 aapg_ac_486.html aapg_ac_486.html:90:10910:10916 Dakota Denver 0.165422491461645893 +87526 aapg_ac_896.html aapg_ac_896.html:145:11607:11614 Hosston Danville, Virginia -0.458035868527486179 +87527 aapg_ac_825.html aapg_ac_825.html:540:61284:61292 Monterey Monterey, California 0.932680193358390919 +87528 aapg_af_779.html aapg_af_779.html:31:5117:5121 Lane Michigan -0.453130450697368015 +87529 aapg_ac_380.html aapg_ac_380.html:34:5559:5583 Onondaga Lockport (city), New York -0.0308043870775981631 +87530 jgeology_html_9737271632 jgeology_html_9737271632:799:60844:60854 Wind River Cheyenne, Wyoming -0.444945382159606273 +87531 gsa_html_1254347878 gsa_html_1254347878:400:44392:44415 Revett Western world -0.0447475566663644089 +87532 AMJC_html_4579422305 AMJC_html_4579422305:856:75692:75700 San Jose California -0.502783815794125233 +87533 aapg_ad_467.html aapg_ad_467.html:195:15114:15124 Tuscaloosa Atlantic Ocean -0.203106264534856751 +87534 aapg_ae_75.html aapg_ae_75.html:166:22180:22184 Yeso Carrizozo, New Mexico -0.437563637351169654 +87535 palaios_html_3028956190 palaios_html_3028956190:114:13027:13045 Collingwood Ontario, California -0.458103872838477311 +87536 aapg_af_129.html aapg_af_129.html:392:41105:41123 Fountain Rocky Mountain Arsenal National Wildlife Refuge -0.0473205840884710904 +87537 gsa_html_2178342427 gsa_html_2178342427:101:11976:12000 Golden Valley Fort Union Trading Post National Historic Site -0.444844842741709823 +87538 aapg_ae_176.html aapg_ae_176.html:397:49613:49624 Viking Lacombe, Alberta -0.453924360728879206 +87539 gsa_html_6589330144 gsa_html_6589330144:170:21121:21127 Denver Nebraska -0.490054357124853124 +87540 gsa_html_7635660482 gsa_html_7635660482:615:58233:58254 Vega Sellwood Bridge -0.499198739530653746 +87541 cspg_html_2492063773 cspg_html_2492063773:88:12191:12215 Northumberland Northumberland, Pennsylvania -0.483173848714512189 +87542 aapg_ai_51.html aapg_ai_51.html:48:5382:5396 Tuscahoma Mississippi River 0.49737281221606755 +87543 cspg_html_8694594891 cspg_html_8694594891:66:8287:8310 Blue Mountain Ontario, California -0.0221155785118801462 +87544 aapg_ae_319.html aapg_ae_319.html:17:2384:2401 Entrada Carmel, Indiana -0.447404197686881167 +87545 aapg_ad_715.html aapg_ad_715.html:272:35063:35072 Lecompton Nebraska 0.301963194655284317 +87546 aapg_af_857.html aapg_af_857.html:489:42860:42869 Claremont San Gabriel Mountains -0.0218513582866363479 +87547 cspg_html_9346298272 cspg_html_9346298272:77:9544:9549 Liard Liard River, British Columbia -0.246458143690132331 +87548 palaios_html_8929415325 palaios_html_8929415325:373:39480:39484 Hall London, Ontario -0.495818327103384027 +87549 aapg_ae_794.html aapg_ae_794.html:570:63059:63079 Coon Creek Selma to Montgomery marches -0.457614356613462614 +87550 aapg_af_663.html aapg_af_663.html:431:43598:43606 Altamont Pleasanton, Texas -0.00217147693343403827 +87551 aapg_ae_72.html aapg_ae_72.html:281:25267:25272 Supai Mesa, Arizona -0.0927285945919482935 +87552 geology_html_9688468115 geology_html_9688468115:14:575:581 Denver Colorado -0.0529312233263838083 +87553 sedimentology_html_3490784844 sedimentology_html_3490784844:1152:97304:97321 Galena Wisconsin -0.478349729395822987 +87554 palaios_html_3308412288 palaios_html_3308412288:130:17130:17146 Bighorn Dolomite Big Horn Mountains 0.021156061096595586 +87555 aapg_ac_628.html aapg_ac_628.html:734:126561:126569 Moenkopi Chinle Formation -0.42422364691980291 +87556 sedimentology_html_1280732031 sedimentology_html_1280732031:118:13779:13805 Tabb Suffolk, Virginia -0.450586501765938174 +87557 gsa_html_5773931818 gsa_html_5773931818:658:69843:69855 Medicine Bow Laramie, Wyoming -0.0606913448221408289 +87558 gsa_html_7100033459 gsa_html_7100033459:1130:87519:87525 Oregon Washington (state) -0.033900859013031269 +87559 aapg_ac_630.html aapg_ac_630.html:735:79400:79420 Wind River Wasatch Range -0.0295955881019379606 +87560 cspg_html_9692046543 cspg_html_9692046543:353:31515:31532 Viking Lacombe, Alberta -0.416224917949125084 +87561 gsa_html_3720789279 gsa_html_3720789279:1335:122361:122369 Columbia Victoria, British Columbia -0.442548827459522287 +87562 gsa_html_8398449001 gsa_html_8398449001:48:3457:3467 Bear River Lake Bonneville -0.432289667144302503 +87563 gsa_html_6765882493 gsa_html_6765882493:624:93193:93212 Franconia Wisconsin -0.186616286266983539 +87564 aapg_aa_147.html aapg_aa_147.html:893:91265:91273 Deadwood Winnipeg -0.533612762811908059 +87565 gsa_html_7632212878 gsa_html_7632212878:561:52864:52871 El Paso Texas -0.0150697932324766731 +87566 palaios_html_7679079277 palaios_html_7679079277:741:62415:62423 Tensleep Greybull, Wyoming -0.434527375159215246 +87567 aapg_ac_333.html aapg_ac_333.html:315:41769:41783 Hermosa Kaibab, Arizona -0.434637853624058046 +87568 aapg_ad_973.html aapg_ad_973.html:544:46591:46597 Jordan Melbourne, Florida 0.000213672889406611738 +87569 aapg_ae_412.html aapg_ae_412.html:29:3430:3439 Fullerton Texas -0.0441135678761609556 +87570 aapg_ai_958.html aapg_ai_958.html:9:857:870 Fleming Cuero, Texas -0.00308350377484213492 +87571 gsa_html_3648258377 gsa_html_3648258377:1006:93808:93826 Navesink Merchantville, New Jersey -0.465641239344597002 +87572 AMJC_html_6107665103 AMJC_html_6107665103:506:39672:39678 Sierra Dominican Republic -0.059052371538838716 +87573 aapg_ac_930.html aapg_ac_930.html:138:19812:19823 San Antonio Texas -0.0605656576216307002 +87574 aapg_ae_498.html aapg_ae_498.html:1027:106968:107018 Liberty Hall Virginia 0.0160185962775735505 +87575 jgeology_html_6399321011 jgeology_html_6399321011:637:35827:35836 Brunswick Portland, Maine -0.471336008805755435 +87576 jgeology_html_9366209199 jgeology_html_9366209199:344:32663:32672 Eel River Mississippi River -0.052523223879062067 +87577 sedimentology_html_3826538092 sedimentology_html_3826538092:138:9960:9966 Forest Sweden -0.440514182187833891 +87578 aapg_ad_169.html aapg_ad_169.html:271:31587:31605 Greenbrier Greenbrier (Great Smoky Mountains) -0.0508949420504662894 +87579 geology_html_8888515160 geology_html_8888515160:286:26956:26966 Washington California -0.484135384227082133 +87580 gsa_html_4740178746 gsa_html_4740178746:762:78015:78025 Wellington Antarctica -0.434540631888912565 +87581 aapg_ah_521.html aapg_ah_521.html:516:55545:55562 Reklaw Leon County, Florida -0.434805805785743127 +87582 aapg_ad_368.html aapg_ad_368.html:16:1970:1989 Newcastle Cheyenne, Wyoming -0.458750170743803365 +87583 aapg_ac_612.html aapg_ac_612.html:344:35049:35057 Colorado Logan, Utah -0.0355642585385362378 +87584 jgeology_html_6681959231 jgeology_html_6681959231:468:34655:34664 Gibraltar Morocco -0.0531265133576147158 +87585 cspg_html_9683836416 cspg_html_9683836416:480:72539:72576 Basal Lacombe, Alberta -0.468054102450840448 +87586 palaios_html_5941305386 palaios_html_5941305386:1053:102307:102318 Cutler Logan, Utah 0.00861668517403394243 +87587 aapg_ad_3.html aapg_ad_3.html:236:20870:20881 Beekmantown Knoxville, Tennessee -0.0174019020564647256 +87588 aapg_ae_29.html aapg_ae_29.html:15:2308:2319 Mauch Chunk Pennsylvania 0.0125068081791336935 +87589 aapg_ae_305.html aapg_ae_305.html:740:52927:52936 La Quinta Lomita, California -0.0218304989680059187 +87590 sedimentology_html_7755870444 sedimentology_html_7755870444:767:52128:52133 Slope Philippines -0.463271407180362194 +87591 aapg_af_551.html aapg_af_551.html:13:1421:1432 Lake Valley New Mexico -0.0245285217971666809 +87592 aapg_ad_49.html aapg_ad_49.html:4:562:578 Umpqua Salem, Oregon -0.0344245588872295546 +87593 aapg_aa_178.html aapg_aa_178.html:20:3433:3439 Brazil Uruguay -0.00614971261944179635 +87594 cspg_html_3966956195 cspg_html_3966956195:34:3120:3154 Romaine New Brunswick, New Jersey -0.391183136796070641 +87595 cspg_html_9735723617 cspg_html_9735723617:206:26488:26508 Weatherall Melville Island (Canada) -0.220489186223892075 +87596 gsa_html_2575244827 gsa_html_2575244827:761:70595:70608 Edwards Central Texas -0.455252106655251121 +87597 cspg_html_8371777215 cspg_html_8371777215:97:11500:11516 Luscar Elmworth, Alberta -0.465026484605756241 +87598 aapg_aa_683.html aapg_aa_683.html:321:36922:36930 Colorado Pueblo, Colorado -0.495723634298967097 +87599 geology_html_6134040289 geology_html_6134040289:305:26147:26165 Monterey California 0.00920043838208298506 +87600 gsa_html_7151930388 gsa_html_7151930388:745:67963:67973 Las Cruces Albuquerque, New Mexico -0.00716428423732448638 +87601 aapg_ae_960.html aapg_ae_960.html:312:27797:27804 Laramie Cheyenne, Wyoming -0.481309854062180409 +87602 gsa_html_7632212878 gsa_html_7632212878:507:48645:48666 Love Ranch New Mexico -0.417673931766760265 +87603 aapg_ae_959.html aapg_ae_959.html:2459:174531:174546 Diablo Nashville Basin -0.460746428725734014 +87604 geology_html_2881397713 geology_html_2881397713:265:22148:22167 Whittaker Canada 0.0178954643140133429 +87605 aapg_ae_415.html aapg_ae_415.html:246:31821:31830 Red Bluff Alabama 0.0367667309306507969 +87606 cspg_html_3740794265 cspg_html_3740794265:517:48554:48573 Athabasca Canada -0.0165833779978511626 +87607 aapg_ah_182.html aapg_ah_182.html:254:26675:26686 Jacksonburg Pennsylvania -0.472210801391301227 +87608 palaios_html_7930345720 palaios_html_7930345720:437:42537:42553 Navajo Amsterdam -0.44548177794016619 +87609 palaios_html_7930345720 palaios_html_7930345720:78:8486:8502 Navajo Logan, Utah -0.0389492941804812226 +87610 sedimentology_html_8851376768 sedimentology_html_8851376768:1146:74290:74294 Hall London, Ontario -0.465641239344597002 +87611 palaios_html_3889678675 palaios_html_3889678675:16:901:919 Quinault Washington (state) -0.467905110852730732 +87612 gsa_html_9677208906 gsa_html_9677208906:30:2859:2887 Green River Colorado -0.036075857948020304 +87613 cspg_html_5272711466 cspg_html_5272711466:320:35388:35402 Woodbend Canada -0.477308890203395286 +87614 aapg_ai_82.html aapg_ai_82.html:74:9568:9578 Greenbrier Ohio -0.0242746935922993796 +87615 palaios_html_5582845937 palaios_html_5582845937:322:32723:32731 Virginia Hampton, New Hampshire -0.0556657792209241456 +87616 aapg_af_575.html aapg_af_575.html:162:21622:21647 Signal Mountain Fort Sill -0.0426837810068434811 +87617 sedimentology_html_6204427848 sedimentology_html_6204427848:1253:58638:58669 Haymond Texas -0.45295011354581094 +87618 aapg_ai_462.html aapg_ai_462.html:375:38817:38834 El Abra Matamoros, Tamaulipas -0.0438854131077835025 +87619 aapg_ad_269.html aapg_ad_269.html:327:33726:33734 Colorado Colorado -0.481794104698776371 +87620 aapg_aa_835.html aapg_aa_835.html:36:4590:4608 Moenkopi Logan, Utah -0.234144897683637998 +87621 aapg_ai_918.html aapg_ai_918.html:325:44060:44065 Atoka Texas -0.443933785681361437 +87622 aapg_ah_276.html aapg_ah_276.html:198:18926:18951 Santa Margarita Rancho Santa Margarita, California -0.237620266361808247 +87623 aapg_ad_3.html aapg_ad_3.html:91:9241:9251 Nolichucky Virginia -0.244011197015907649 +87624 aapg_af_256.html aapg_af_256.html:155:17204:17223 Doig Lacombe, Alberta -0.457492019193031785 +87625 aapg_ai_66.html aapg_ai_66.html:308:27393:27418 Sharon Center Park -0.481945488841025893 +87626 aapg_ai_567.html aapg_ai_567.html:270:33400:33406 Sierra Mexico -0.0284634214298060718 +87627 cspg_html_5904948553 cspg_html_5904948553:587:56450:56465 Leduc Lacombe, Alberta -0.450878806444675151 +87628 aapg_aa_582.html aapg_aa_582.html:377:34418:34424 Sonora Caborca -0.0822975132209499277 +87629 aapg_ac_306.html aapg_ac_306.html:55:4881:4897 Gering Nebraska -0.49729928854529093 +87630 palaios_html_3706035501 palaios_html_3706035501:656:78018:78032 Ogallala Hitchcock County, Nebraska -0.0129533588216162645 +87631 aapg_aa_734.html aapg_aa_734.html:181:18475:18504 Caballos Arkansas -0.495723634298967097 +87632 aapg_ae_388.html aapg_ae_388.html:1437:88766:88776 Tuscaloosa Monroe County, Florida -0.438007065376213589 +87633 aapg_ah_586.html aapg_ah_586.html:158:14728:14736 Glenwood Cincinnati -0.440354093294291316 +87634 aapg_ae_921.html aapg_ae_921.html:164:12495:12505 Hell Creek Fort Union Trading Post National Historic Site -0.0432514880119703529 +87635 aapg_ai_584.html aapg_ai_584.html:1287:129715:129731 Casper Laramie, Wyoming -0.213021051589449895 +87636 aapg_ac_417.html aapg_ac_417.html:30:5003:5007 Tyee Raging River -0.469382385724573914 +87637 aapg_ad_784.html aapg_ad_784.html:446:47814:47827 Santa Barbara Monterey, California -0.0301590999875516533 +87638 gsa_html_4038604474 gsa_html_4038604474:18:1132:1144 Saskatchewan Saskatoon -0.459805657368256959 +87639 gsa_html_6851216247 gsa_html_6851216247:134:11516:11544 Green River Colorado -0.00928383236367189522 +87640 cspg_html_3187844923 cspg_html_3187844923:16:2420:2432 Sustut Western world -0.457501080653503367 +87641 cspg_html_8690548664 cspg_html_8690548664:8:789:805 Luscar Mountain Park (Holyoke, Massachusetts) -0.465641239344597002 +87642 aapg_ae_959.html aapg_ae_959.html:1349:97857:97878 San Andres New Mexico -0.00691758876026682835 +87643 aapg_ae_72.html aapg_ae_72.html:293:26741:26747 Carmel Chinle Formation -0.449433936510724996 +87644 aapg_aa_608.html aapg_aa_608.html:3:218:235 Corwin Anchorage, Alaska -0.489060307863409593 +87645 aapg_ac_333.html aapg_ac_333.html:1196:142861:142869 Colorado Ouray, Colorado -0.478284785297837578 +87646 aapg_ae_180.html aapg_ae_180.html:84:10185:10201 Animas Fruitland, Idaho -0.498041936399126195 +87647 cspg_html_5807593737 cspg_html_5807593737:18:2922:2939 Duperow Williston, Vermont -0.467978457419396532 +87648 aapg_ad_801.html aapg_ad_801.html:192:21107:21118 Winona Mississippi River -0.0338991191876076986 +87649 aapg_ah_696.html aapg_ah_696.html:338:46780:46790 Washington Richland, Washington 0.0494761530473249653 +87650 cspg_html_7409170811 cspg_html_7409170811:512:66980:66985 Banff Lacombe, Alberta -0.0969354193178254969 +87651 cspg_html_5541937700 cspg_html_5541937700:692:93835:93843 Columbia Lacombe, Alberta 0.00219579757813351652 +87652 gsa_html_7302180468 gsa_html_7302180468:612:54010:54015 Price Calgary -0.00655275945491847703 +87653 aapg_ad_440.html aapg_ad_440.html:490:45609:45643 Bluefield East River -0.491282661525563435 +87654 aapg_aa_322.html aapg_aa_322.html:228:20951:20969 Fayetteville Arkansas -0.00771327274469656935 +87655 cspg_html_3008414459 cspg_html_3008414459:49:7461:7482 Eagle Judith River Formation -0.46168136305604579 +87656 cspg_html_4272664788 cspg_html_4272664788:455:49649:49664 Banff Lacombe, Alberta -0.408256899955551422 +87657 cspg_html_6702053097 cspg_html_6702053097:516:62695:62712 Theresa Quebec City 0.67727742015198733 +87658 aapg_ac_545.html aapg_ac_545.html:472:54770:54778 Columbia Elmworth, Alberta -0.0146249457170983255 +87659 cspg_html_7798993528 cspg_html_7798993528:258:31004:31011 Jewett Silt San Francisco -0.479552074346371926 +87660 gsa_html_4543270561 gsa_html_4543270561:884:80969:80979 Point Loma Naval Auxiliary Landing Field San Clemente Island -0.464569693827358687 +87661 geology_html_9498301644 geology_html_9498301644:109:13323:13331 Virginia Piedmont (United States) -0.0586492384279609716 +87662 cspg_html_9290046117 cspg_html_9290046117:42:6204:6211 Cadomin North Portal, Saskatchewan -0.458031335089754243 +87663 AMJC_html_5650773737 AMJC_html_5650773737:351:50982:50985 Arc Windley Key 0.0131861933748900779 +87664 cspg_html_6675007047 cspg_html_6675007047:19:2478:2487 Cold Lake Western world -0.0343166851191607572 +87665 aapg_ac_719.html aapg_ac_719.html:4:586:609 Poison Canyon Huerfano, New Mexico -0.4462802459552766 +87666 sedimentology_html_6801265628 sedimentology_html_6801265628:764:36815:36824 Peninsula Italy -0.492470301114008024 +87667 aapg_af_908.html aapg_af_908.html:31:3724:3745 Seminole Nowata, Oklahoma -0.458750170743803365 +87668 aapg_ac_187.html aapg_ac_187.html:2050:203142:203150 Columbia Wayne County, Michigan -0.0395063257526605052 +87669 aapg_ad_169.html aapg_ad_169.html:265:30554:30574 Greenbrier Greenbrier (Great Smoky Mountains) -0.458822766590828601 +87670 gsa_html_5756232019 gsa_html_5756232019:834:73070:73087 Florida Mountains New Mexico 0.00167290441282642237 +87671 gsa_html_9898556493 gsa_html_9898556493:241:28754:28761 Modesto Tuolumne River -0.466759861116235797 +87672 aapg_ai_287.html aapg_ai_287.html:109:13086:13104 San Onofre Breccia Western world -0.07011150497375368 +87673 cspg_html_1222040397 cspg_html_1222040397:543:70496:70501 Skoki Cordillera Administrative Region -0.48108644546321655 +87674 aapg_af_575.html aapg_af_575.html:974:139988:139998 Wellington Stratford, Connecticut -0.423138028281424772 +87675 aapg_ae_973.html aapg_ae_973.html:636:46347:46366 San Andres Texas -0.00334234682961829285 +87676 aapg_ae_5.html aapg_ae_5.html:273:31945:31959 Earp Arizona -0.435880527044409383 +87677 cspg_html_9332855346 cspg_html_9332855346:15:1766:1778 Saskatchewan Lacombe, Alberta -0.0712446663933630486 +87678 gsa_html_4308966435 gsa_html_4308966435:1313:129196:129202 Walker California -0.0633453418880029068 +87679 cspg_html_7409170811 cspg_html_7409170811:325:49699:49718 Lodgepole Boise, Idaho -0.00965910742103491191 +87680 geology_html_1477892936 geology_html_1477892936:300:26158:26176 Colorado Grand Canyon -0.468317764612058318 +87681 aapg_ae_458.html aapg_ae_458.html:171:16512:16528 Annona Texas -0.51594384566610596 +87682 gsa_html_4820340337 gsa_html_4820340337:825:66627:66650 Pinney Hollow Bennington, Vermont -0.450586501765938174 +87683 geology_html_1333294878 geology_html_1333294878:12:600:608 Virginia Virginia -0.508804742928565479 +87684 cspg_html_1336185084 cspg_html_1336185084:439:45552:45572 Clearwater CFB Cold Lake -0.0603771315670732084 +87685 aapg_ac_333.html aapg_ac_333.html:12:1803:1815 Cutler New Mexico -0.457614356613462614 +87686 gsa_html_4719798013 gsa_html_4719798013:64:7652:7677 Blackwater Draw Muleshoe National Wildlife Refuge -0.058806300266930997 +87687 aapg_ad_945.html aapg_ad_945.html:65:8116:8124 Bullhead Lacombe, Alberta -0.459837454744856933 +87688 gsa_html_7443123900 gsa_html_7443123900:55:3527:3555 Green River Colorado -0.00109094831221136397 +87689 cspg_html_1372398575 cspg_html_1372398575:186:21824:21840 Horseshoe Canyon Lacombe, Alberta -0.0767005854360124639 +87690 gsa_html_2989317971 gsa_html_2989317971:1236:122220:122228 Colorado Denver -0.0286738474366188961 +87691 palaios_html_9068072954 palaios_html_9068072954:576:62658:62683 Poleta Reno, Nevada -0.0594310954775296302 +87692 aapg_ae_113.html aapg_ae_113.html:183:22796:22814 Read Bay Little Cornwallis Island 0.00587522535278851409 +87693 aapg_aa_717.html aapg_aa_717.html:526:62491:62510 Gatesburg Pennsylvania -0.503165861670836323 +87694 cspg_html_6675007047 cspg_html_6675007047:667:67405:67432 Athabasca Lacombe, Alberta -0.0540437511294119405 +87695 cspg_html_9661038059 cspg_html_9661038059:35:5382:5402 Bow Island Canada -0.0539391172021731619 +87696 cspg_html_5295390542 cspg_html_5295390542:132:18720:18734 Doig Lacombe, Alberta -0.0553622738508934356 +87697 aapg_ah_753.html aapg_ah_753.html:377:60198:60212 Northumberland Prince Edward Islands -0.466384542072334651 +87698 cspg_html_9754745914 cspg_html_9754745914:59:5641:5649 Waterton Lacombe, Alberta -0.00832481152182470464 +87699 geology_html_9172071766 geology_html_9172071766:154:13756:13773 Paradox Lisbon -0.440354093294291316 +87700 cspg_html_1103118378 cspg_html_1103118378:195:27765:27776 Peace River Lacombe, Alberta -0.0298634270365841781 +87701 cspg_html_3328007773 cspg_html_3328007773:547:56832:56853 Shaftesbury Lacombe, Alberta -0.0249388283192189877 +87702 aapg_af_880.html aapg_af_880.html:466:70455:70459 Rico Supai, Arizona -0.0736446944207075765 +87703 gsa_html_4339524478 gsa_html_4339524478:877:84122:84128 Oregon Washington (state) -0.0448677412107618342 +87704 gsa_html_8840132442 gsa_html_8840132442:1017:97539:97564 St. Mary River Lacombe, Alberta -0.447168994241326834 +87705 geology_html_1604094278 geology_html_1604094278:269:22671:22680 San Diego California -0.0421143691729161454 +87706 aapg_ac_341.html aapg_ac_341.html:225:20581:20586 Price Pocahontas County, Iowa -0.461219460550356897 +87707 cspg_html_7483574191 cspg_html_7483574191:7:794:802 Columbia Victoria, British Columbia -0.460946527021081187 +87708 aapg_ad_712.html aapg_ad_712.html:39:5645:5653 Colorado Denver -0.438752499306056365 +87709 cspg_html_2490951833 cspg_html_2490951833:14:1228:1238 Swan Hills Lacombe, Alberta -0.135671877556915066 +87710 AMJC_html_2829615437 AMJC_html_2829615437:457:52233:52251 Uwharrie North Carolina -0.500900028677199516 +87711 aapg_af_370.html aapg_af_370.html:17:2691:2695 Pico Ventura County, California -0.49576151014248282 +87712 aapg_ae_656.html aapg_ae_656.html:140:16624:16636 Dixie Valley New Mexico 0.273602723025206329 +87713 palaios_html_8472682513 palaios_html_8472682513:769:65172:65196 St. Mary River Canada -0.461171691164054931 +87714 cspg_html_9670138862 cspg_html_9670138862:163:20587:20592 Yukon Canada -0.0507694363735156085 +87715 gsa_html_9266920022 gsa_html_9266920022:510:57305:57315 Tuscaloosa Mexico -0.451913869834985604 +87716 geology_html_5317350912 geology_html_5317350912:303:20428:20434 Jordan Nazca -0.0269348882327513015 +87717 aapg_ad_960.html aapg_ad_960.html:90:9469:9483 Monterey San Francisco 0.000753935409928500173 +87718 aapg_af_590.html aapg_af_590.html:93:7571:7590 Jefferson Colorado -0.0484305318686929845 +87719 gsa_html_7635660482 gsa_html_7635660482:608:56513:56531 Morrison Sellwood Bridge 0.845447566421953511 +87720 jgeology_html_1552203968 jgeology_html_1552203968:934:53177:53181 Hall London, Ontario -0.477714414009500876 +87721 aapg_ae_520.html aapg_ae_520.html:135:11697:11712 Swope Kansas City, Kansas -0.482353193831112415 +87722 aapg_ad_958.html aapg_ad_958.html:455:44521:44533 Gilmore City Burlington, Ontario 0.327289082057149738 +87723 aapg_ad_192.html aapg_ad_192.html:27:3260:3276 Tuscaloosa Mississippi River -0.186685394549703676 +87724 aapg_ae_999.html aapg_ae_999.html:360:49724:49747 Crystal River Jackson County, Missouri -0.438839061514967266 +87725 gsa_html_2168907540 gsa_html_2168907540:14:728:738 Washington Washington (state) -0.0175218157848266304 +87726 aapg_ad_668.html aapg_ad_668.html:153:18657:18676 Athabasca Lacombe, Alberta -0.526255245394435356 +87727 cspg_html_1814004928 cspg_html_1814004928:816:76918:76925 Windsor Ontario, California -0.0216358132048967665 +87728 cspg_html_6699560435 cspg_html_6699560435:8:573:579 Viking Western world -0.00972860319356922895 +87729 aapg_ad_335.html aapg_ad_335.html:321:38356:38379 Medicine Bow Ferris, Texas -0.0153148102640597843 +87730 aapg_ak_54.html aapg_ak_54.html:45:5476:5494 Norphlet Escambia County, Florida 0.330428455352783812 +87731 aapg_ac_807.html aapg_ac_807.html:413:42304:42312 Patuxent Delaware -0.112315424779991527 +87732 aapg_aa_251.html aapg_aa_251.html:126:9996:10005 Morehouse Richland, Washington 0.0762016442433770674 +87733 cspg_html_5345848475 cspg_html_5345848475:346:39775:39785 Deer Creek Manitoba -0.465888175365361257 +87734 gsa_html_1465687448 gsa_html_1465687448:22:1218:1236 Laurentian Talladega, Alabama -0.0144772441484254995 +87735 aapg_af_334.html aapg_af_334.html:481:36631:36637 Casper Cheyenne, Wyoming -0.470292003998596664 +87736 aapg_ac_69.html aapg_ac_69.html:36:7300:7313 Carlile Hittin 0.0265593018683565572 +87737 cspg_html_7474795689 cspg_html_7474795689:256:26080:26084 Vail Vail, Colorado -0.45417711448712661 +87738 aapg_ac_838.html aapg_ac_838.html:323:29962:29982 Sheep Pass Reno, Nevada -0.254513894940684882 +87739 cspg_html_3627006433 cspg_html_3627006433:714:73199:73207 Moosebar Canada -0.48422645917649243 +87740 aapg_ad_351.html aapg_ad_351.html:198:20139:20145 Galena Christian County, Kentucky -0.0687408374731612593 +87741 sedimentology_html_6714245905 sedimentology_html_6714245905:344:31142:31148 Denver Colorado Springs, Colorado -0.534195675997884201 +87742 aapg_ae_220.html aapg_ae_220.html:215:23754:23777 Cotton Valley Arkansas -0.473903010792736112 +87743 aapg_ae_180.html aapg_ae_180.html:40:4681:4694 Woodbine Austin, Chicago -0.427711626546922574 +87744 cspg_html_9648675035 cspg_html_9648675035:35:4124:4132 Columbia Victoria, British Columbia 0.00088769823007264 +87745 cspg_html_8587137158 cspg_html_8587137158:518:74096:74106 Swan Hills Redwater, Texas -0.0412855650787417178 +87746 aapg_ad_253.html aapg_ad_253.html:72:7361:7366 Atoka Atoka, Oklahoma -0.047064464348747774 +87747 cspg_html_8571955552 cspg_html_8571955552:235:27812:27828 Wahoo Old Crow, Yukon -0.521454243240814019 +87748 aapg_ah_276.html aapg_ah_276.html:19:2159:2177 Monterey Channel Islands of California -0.44326223419282984 +87749 aapg_ai_49.html aapg_ai_49.html:212:24832:24840 Tensleep Coconino County, Arizona -0.0323768745751979448 +87750 cspg_html_3447886929 cspg_html_3447886929:1127:111325:111361 Brunswick Canada -0.0516759141676912878 +87751 aapg_aa_47.html aapg_aa_47.html:930:100504:100520 Maroon Gunnison County, Colorado -0.00562506076616993075 +87752 cspg_html_2098485391 cspg_html_2098485391:74:11032:11040 Kagawong Manitoulin Island -0.0612988688264293202 +87753 cspg_html_2536610088 cspg_html_2536610088:161:14943:14959 Belloy Highwood Pass -0.463332970234029085 +87754 aapg_ae_427.html aapg_ae_427.html:262:27333:27348 Santa Margarita Coalinga, California -0.460953349343471763 +87755 cspg_html_1333179361 cspg_html_1333179361:665:56620:56631 Coal Canyon Cheyenne, Wyoming -0.519122849040162593 +87756 aapg_aa_15.html aapg_aa_15.html:184:25359:25377 Whitsett Falls City, Nebraska -0.443889149160736518 +87757 geology_html_5835205134 geology_html_5835205134:204:18658:18662 Java Sumatra -0.436898889813044922 +87758 aapg_ad_564.html aapg_ad_564.html:380:36707:36720 Barnett Montgomery (town), New York -0.427661175709289521 +87759 AMJC_html_6755612993 AMJC_html_6755612993:623:64293:64327 Monterey California -0.457614356613462614 +87760 gsa_html_3069013284 gsa_html_3069013284:53:6640:6656 Chinle Reno, Nevada 0.336333869630316751 +87761 aapg_aa_960.html aapg_aa_960.html:291:24594:24600 Laguna Entrada Sandstone -0.512088833057548598 +87762 aapg_ad_808.html aapg_ad_808.html:971:64977:64985 Cloverly Cheyenne, Wyoming 1.03267267609199265 +87763 gsa_html_6967102683 gsa_html_6967102683:673:60753:60763 Washington Salem, Oregon -0.43911211811260753 +87764 aapg_ai_833.html aapg_ai_833.html:329:32294:32302 Michigan California -0.463396817899322633 +87765 cspg_html_5220068638 cspg_html_5220068638:241:28770:28783 Turner Valley Lacombe, Alberta -0.0192893197607112085 +87766 palaios_html_1834763898 palaios_html_1834763898:472:48300:48338 Kingston Peak Death Valley -0.018955619907530568 +87767 cspg_html_6306091047 cspg_html_6306091047:98:15986:15995 Baldonnel Victoria, British Columbia -0.449431691216236939 +87768 jgeology_html_3025326048 jgeology_html_3025326048:348:19822:19841 Dumisseau Quepos -0.0677550076979287624 +87769 cspg_html_8273598401 cspg_html_8273598401:59:7544:7561 Cantuar Regina, Saskatchewan -0.443848978138650319 +87770 gsa_html_7635660482 gsa_html_7635660482:608:56443:56457 Vega Sellwood Bridge -0.46132865731218986 +87771 aapg_ah_311.html aapg_ah_311.html:105:11437:11446 Williston Wasatch Range -0.467950951742638677 +87772 aapg_ac_939.html aapg_ac_939.html:945:95602:95617 Salem Bloomington, Indiana -0.466666016428022079 +87773 AMJC_html_7141186441 AMJC_html_7141186441:30:3002:3011 Beartooth Laramide orogeny -0.0541954731072742807 +87774 aapg_aa_312.html aapg_aa_312.html:867:103688:103700 Rhode Island Newport, Rhode Island -0.476130470160059438 +87775 aapg_ac_635.html aapg_ac_635.html:278:28786:28805 Hornbrook California -0.0123938684119111291 +87776 cspg_html_4666332434 cspg_html_4666332434:108:18506:18522 Oldman Lacombe, Alberta -0.466727815469158758 +87777 cspg_html_2585022950 cspg_html_2585022950:6:321:341 Mount Head Carnarvon, Western Australia -0.469382385724573914 +87778 aapg_ad_337.html aapg_ad_337.html:88:8999:9004 Sespe San Gabriel Mountains -0.0924439620375136495 +87779 aapg_ad_945.html aapg_ad_945.html:382:39024:39048 Athabasca Lacombe, Alberta -0.0642483167942689143 +87780 cspg_html_1818321956 cspg_html_1818321956:548:57128:57148 Whitehorse Lima, Ohio -0.50196539530370976 +87781 cspg_html_8089302449 cspg_html_8089302449:225:38343:38374 Dawson Bay Mackenzie River 1.28081518363002456 +87782 sedimentology_html_7719626877 sedimentology_html_7719626877:840:61002:61012 Washington Willapa River -0.504301095690400381 +87783 aapg_ac_230.html aapg_ac_230.html:33:3895:3901 Perija Maracaibo -0.221626405066816162 +87784 cspg_html_9951421861 cspg_html_9951421861:485:63030:63057 Athabasca Lacombe, Alberta -0.437408487283808822 +87785 jgeology_html_3924418909 jgeology_html_3924418909:100:6082:6098 Navajo Logan, Utah -0.00349522085598196267 +87786 cspg_html_9177794814 cspg_html_9177794814:165:18231:18243 Rundle Lacombe, Alberta -0.0519688001609575831 +87787 sedimentology_html_9547192041 sedimentology_html_9547192041:1424:97741:97745 Ross Stroudsburg, Pennsylvania -0.452112016307883446 +87788 aapg_af_979.html aapg_af_979.html:215:26000:26028 Victoria Monkey River Town -0.515361887786045081 +87789 aapg_af_91.html aapg_af_91.html:220:25172:25180 Victoria Victoria, British Columbia -0.0411306079885422268 +87790 aapg_ad_940.html aapg_ad_940.html:280:30082:30101 Newcastle Cheyenne, Wyoming -0.00837345699819263926 +87791 aapg_af_385.html aapg_af_385.html:7:1062:1073 Rabbit Lake Canada -0.030023437417361392 +87792 sedimentology_html_8264321118 sedimentology_html_8264321118:1739:62182:62200 Monterey California -0.409769551293028944 +87793 aapg_af_857.html aapg_af_857.html:382:30635:30644 Claremont San Bernardino County, California -0.0473815661889043852 +87794 aapg_aa_684.html aapg_aa_684.html:354:33655:33670 Jelm John Crow Mountains -0.478326534516524793 +87795 aapg_aa_106.html aapg_aa_106.html:582:66112:66128 Muskeg Lacombe, Alberta -0.0171725037246518962 +87796 gsa_html_4432793908 gsa_html_4432793908:134:16665:16685 White Sage Sevier orogeny -0.450878806444675151 +87797 palaios_html_5582845937 palaios_html_5582845937:342:35036:35043 Hampton Virginia -0.490449479583778825 +87798 gsa_html_7040053075 gsa_html_7040053075:255:23900:23917 Topanga Durham, North Carolina -0.466810220907495799 +87799 aapg_ad_69.html aapg_ad_69.html:77:4827:4835 Niobrara Fort Union Trading Post National Historic Site -0.443184178501260795 +87800 aapg_ah_373.html aapg_ah_373.html:331:18302:18312 Washington Texas 0.013898609516558913 +87801 aapg_ai_492.html aapg_ai_492.html:144:18290:18296 Casper Logan, Utah -0.0213125005692229447 +87802 cspg_html_5891044027 cspg_html_5891044027:447:79982:79987 Price Lacombe, Alberta -0.0222407368859419662 +87803 aapg_ae_550.html aapg_ae_550.html:44:6085:6091 Denver Colorado -0.489885075161781369 +87804 cspg_html_9735723617 cspg_html_9735723617:4100:268586:268599 Parry Islands Middle East -0.0101247315019664351 +87805 cspg_html_1937299887 cspg_html_1937299887:16:1887:1895 Imperial Toronto -0.467772185732027057 +87806 sedimentology_html_1280732031 sedimentology_html_1280732031:1291:124895:124907 Wilcox Texas -0.435694684676078359 +87807 aapg_aa_588.html aapg_aa_588.html:28:3595:3601 Sierra Isle of Pines, New Caledonia -0.539184082951756793 +87808 aapg_ai_107.html aapg_ai_107.html:123:11764:11773 Smackover Woods County, Oklahoma -0.434527375159215246 +87809 gsa_html_5440513684 gsa_html_5440513684:634:53338:53366 Green River Colorado -0.0194596479158459131 +87810 gsa_html_6337000680 gsa_html_6337000680:54:3445:3473 Green River Colorado -0.01748532023179648 +87811 aapg_ad_170.html aapg_ad_170.html:57:5808:5825 Bird Spring Reno, Nevada -0.448287309474040385 +87812 aapg_af_518.html aapg_af_518.html:24:3785:3790 Neiba Neiba -0.428172388339105647 +87813 aapg_aa_233.html aapg_aa_233.html:194:19330:19347 La Pena Matamoros, Tamaulipas -0.0116953885534583375 +87814 aapg_ac_841.html aapg_ac_841.html:116:15194:15198 Omoa Guatemala -0.05820250565572678 +87815 aapg_ah_387.html aapg_ah_387.html:2667:288864:288880 Knoxville Tehama County, California -0.477269506555081602 +87816 cspg_html_5820147834 cspg_html_5820147834:22:2811:2817 Bjorne Melville Island (Canada) -0.0174019020564647256 +87817 aapg_ad_2.html aapg_ad_2.html:1089:149419:149440 Beekmantown Chambersburg, Pennsylvania 0.00437077655696941486 +87818 aapg_ae_391.html aapg_ae_391.html:535:49289:49306 Rustler Pecos River 0.00662225056898444603 +87819 cspg_html_6816015957 cspg_html_6816015957:543:54656:54664 Columbia Victoria, British Columbia -0.4899838188757622 +87820 aapg_ac_251.html aapg_ac_251.html:564:66684:66693 Tuscarora Pocono Raceway -0.0215106592204126722 +87821 aapg_ai_696.html aapg_ai_696.html:52:6515:6538 Arcturus Reno, Nevada -0.473081857330366395 +87822 jgeology_html_6990146451 jgeology_html_6990146451:202:12767:12786 Tuscarora Virginia -0.438060290900437188 +87823 cspg_html_7804511342 cspg_html_7804511342:61:6161:6169 Edmonton Western world -0.432267625462602723 +87824 aapg_ac_728.html aapg_ac_728.html:159:18743:18747 Yeso West Texas -0.431573575808563037 +87825 cspg_html_4287356899 cspg_html_4287356899:3438:364647:364669 Nation River Anchorage, Alaska -0.487692158362934725 +87826 aapg_ai_144.html aapg_ai_144.html:91:10279:10287 Dunvegan Western world -0.218290930325074822 +87827 aapg_ae_960.html aapg_ae_960.html:56:8168:8176 Colorado Lacombe, Alberta 0.0228109145750298482 +87828 aapg_ae_324.html aapg_ae_324.html:1104:109814:109822 Moccasin Safford, Arizona -0.493905230900802183 +87829 aapg_ac_730.html aapg_ac_730.html:62:8869:8885 Dakota Colorado -0.0147222554474722277 +87830 cspg_html_4287356899 cspg_html_4287356899:911:125835:125849 Lisburne Anchorage, Alaska -0.0619274049575950364 +87831 aapg_ah_276.html aapg_ah_276.html:30:3681:3701 Point Sal Monterey, California -0.474009171210690694 +87832 cspg_html_2969995408 cspg_html_2969995408:150:18616:18626 Trout Lake Western world -0.440620923452583413 +87833 aapg_ac_55.html aapg_ac_55.html:549:61432:61449 Potomac Delaware -0.252435592372375561 +87834 gsa_html_2729737430 gsa_html_2729737430:122:14340:14359 Salt Lake Swan Valley, Idaho -0.0060576376426468119 +87835 gsa_html_4837287019 gsa_html_4837287019:338:32774:32780 Oregon Washington (state) -0.463332970234029085 +87836 cspg_html_2546442054 cspg_html_2546442054:261:31984:32013 Bearpaw Bearpaw Formation 1.05199117573431788 +87837 cspg_html_3501550466 cspg_html_3501550466:106:16198:16212 Woodbend Lacombe, Alberta -0.530704593934502422 +87838 gsa_html_3445493534 gsa_html_3445493534:562:63715:63728 Santa Barbara Monterey, California -0.0358774797167535214 +87839 aapg_ad_329.html aapg_ad_329.html:180:26269:26287 Brallier Western world -0.452510691878504012 +87840 jgeology_html_7806755039 jgeology_html_7806755039:90:3568:3580 Martinsville Virginia 0.013787401887184414 +87841 aapg_ai_583.html aapg_ai_583.html:576:75644:75659 Stump Summerville, South Carolina -0.051396986039435856 +87842 aapg_ad_543.html aapg_ad_543.html:43:6627:6642 Woodford Haynesville, Louisiana -0.481777803377517411 +87843 aapg_ac_984.html aapg_ac_984.html:356:31076:31094 Starved Rock Mattoon, Illinois -0.0118396007877852698 +87844 aapg_ah_972.html aapg_ah_972.html:763:77773:77782 Catahoula Karnes County, Texas -0.0498491257699788942 +87845 aapg_ac_986.html aapg_ac_986.html:463:55558:55576 San Jose New Mexico -0.477790905452477432 +87846 AMJC_html_1938223835 AMJC_html_1938223835:841:103681:103715 Seboomook Portland, Maine -0.0631724474502103062 +87847 aapg_ah_69.html aapg_ah_69.html:270:30369:30394 Black River Black River, Jamaica -0.409582227139468624 +87848 aapg_ah_624.html aapg_ah_624.html:113:11494:11513 Greenhorn Mancos, Colorado 0.0510762317773657826 +87849 aapg_ah_85.html aapg_ah_85.html:103:11892:11911 Woodbine Texas -0.382920844418550288 +87850 cspg_html_9046359229 cspg_html_9046359229:317:46535:46542 Selkirk Purcell Mountains -0.0575132711788683623 +87851 aapg_af_59.html aapg_af_59.html:70:7205:7226 Ector Chalk Fannin County, Texas -0.0628808085540469575 +87852 aapg_ah_972.html aapg_ah_972.html:511:51066:51074 Whitsett Trinity County, Texas -0.040554329778819502 +87853 aapg_ah_289.html aapg_ah_289.html:500:67525:67550 Temblor California 0.0494064405455096889 +87854 aapg_ae_677.html aapg_ae_677.html:614:54048:54062 Alligator Back Chilhowie, Virginia -0.0699156741554105426 +87855 sedimentology_html_2566540012 sedimentology_html_2566540012:964:76440:76456 Colorado Sierra Nevada (Spain) -0.101567642695184993 +87856 cspg_html_7086880709 cspg_html_7086880709:410:54283:54294 Slave Point Mackenzie River -0.487987661646075377 +87857 aapg_ae_419.html aapg_ae_419.html:266:35438:35444 Sierra Buda, Texas -0.0807990950473961994 +87858 aapg_ah_318.html aapg_ah_318.html:1294:130763:130783 Smackover Cotton Valley, Louisiana -0.436033210857306397 +87859 aapg_ad_231.html aapg_ad_231.html:63:8209:8215 Denver Tonga -0.030023437417361392 +87860 geology_html_7863819517 geology_html_7863819517:76:7033:7040 Halifax Ontario, California -0.462111625185478381 +87861 aapg_ad_431.html aapg_ad_431.html:163:13519:13544 Tuscaloosa Mississippi River -0.379788034246712536 +87862 sedimentology_html_9524778874 sedimentology_html_9524778874:77:6702:6734 Rhododendron Dorset -0.49361002164838963 +87863 aapg_ae_324.html aapg_ae_324.html:843:85161:85168 Wardell Virginia -0.256148295303105678 +87864 aapg_ad_217.html aapg_ad_217.html:282:29406:29424 Hawthorn Brevard County, Florida -0.477454856949792728 +87865 jgeology_html_1095412310 jgeology_html_1095412310:320:18405:18412 Manlius Schoharie Creek -0.477130519718023338 +87866 aapg_ae_805.html aapg_ae_805.html:184:20809:20832 Honaker Hermosa, Chicago -0.448282824521055501 +87867 cspg_html_1118978429 cspg_html_1118978429:375:35049:35061 Beaver Mines Alta, Utah -0.0394819549454150931 +87868 aapg_ah_337.html aapg_ah_337.html:259:30571:30591 Georgetown Kennedale, Texas -0.446011775932438015 +87869 geology_html_7395364280 geology_html_7395364280:11:568:577 Newcastle England -0.457501080653503367 +87870 jgeology_html_2022713612 jgeology_html_2022713612:846:78271:78286 Sekwi Canada -0.456371367070690814 +87871 aapg_aa_399.html aapg_aa_399.html:304:24590:24600 Loon River Clearwater, Florida -0.0894196333487102674 +87872 aapg_ac_200.html aapg_ac_200.html:56:6350:6371 Green River Wasatch Range -0.192619281028775929 +87873 gsa_html_9053175553 gsa_html_9053175553:526:52934:52976 Flagstaff Logan, Utah -0.00109094831221136397 +87874 aapg_ae_806.html aapg_ae_806.html:44:4534:4564 Nisku Lacombe, Alberta -0.453292784807282967 +87875 aapg_ae_805.html aapg_ae_805.html:378:44418:44422 Rico Telluride, Colorado -0.118615040729352958 +87876 palaios_html_8062930347 palaios_html_8062930347:76:10363:10383 Grant Lake Bellevue, Nebraska -0.0240556397080989269 +87877 aapg_af_568.html aapg_af_568.html:260:27273:27289 Dakota Fremont County, Wyoming -0.435926993396556828 +87878 cspg_html_7135913551 cspg_html_7135913551:694:51634:51652 Edmonton Lacombe, Alberta -0.0472770257306706979 +87879 cspg_html_1732329534 cspg_html_1732329534:49:7203:7211 Paskapoo Edmonton, London -0.463834753943271672 +87880 aapg_ae_658.html aapg_ae_658.html:421:51244:51255 Green River Colorado -0.447404197686881167 +87881 gsa_html_5516163646 gsa_html_5516163646:12:539:550 Main Street Cambridge, Massachusetts 0.00607327300641191583 +87882 cspg_html_8826450427 cspg_html_8826450427:423:52447:52464 Cardium Lacombe, Alberta -0.415217518793184637 +87883 cspg_html_4392308496 cspg_html_4392308496:668:74383:74405 Brunswick New Brunswick, New Jersey -0.484114368303559472 +87884 aapg_ad_887.html aapg_ad_887.html:46:5183:5206 Wilcox Texas 0.00861668517403394243 +87885 gsa_html_8349861296 gsa_html_8349861296:531:45016:45029 Marble Canyon White Mountains (California) -0.0326639109248070408 +87886 aapg_ac_720.html aapg_ac_720.html:32:4792:4815 Merchantville Wilmington, North Carolina -0.038712565483401136 +87887 aapg_ae_609.html aapg_ae_609.html:393:41824:41832 Colorado Denver -0.459919224612040101 +87888 cspg_html_7093237629 cspg_html_7093237629:266:32827:32851 Nisku Swan Hill, Victoria -0.480904968568341529 +87889 gsa_html_8840132442 gsa_html_8840132442:284:33928:33940 Beaver Mines Highwood, Illinois -0.450653948365625945 +87890 aapg_af_508.html aapg_af_508.html:444:47820:47836 Viking Canada -0.469024309212410007 +87891 sedimentology_html_6714245905 sedimentology_html_6714245905:557:44973:44982 Greenhorn Colorado 0.00039260223837717193 +87892 sedimentology_html_1345433606 sedimentology_html_1345433606:1318:81317:81339 Shinarump Conglomerate Logan, Utah -0.040359343442637502 +87893 aapg_aa_934.html aapg_aa_934.html:126:15838:15844 Blaine San Angelo, Texas -0.397159925078876264 +87894 gsa_html_7736399393 gsa_html_7736399393:58:3836:3864 Green River Colorado -0.0153756304706319062 +87895 gsa_html_3685623448 gsa_html_3685623448:30:2825:2853 Green River Colorado -0.00243726702917233546 +87896 aapg_ad_70.html aapg_ad_70.html:188:12707:12715 Colorado New Mexico -0.00576230371979552514 +87897 aapg_ad_111.html aapg_ad_111.html:3:370:378 Colorado Mesa, Arizona -0.458659434193013582 +87898 gsa_html_3447557340 gsa_html_3447557340:755:64610:64622 Rhode Island Kingston, Jamaica -0.145532499785256536 +87899 aapg_af_878.html aapg_af_878.html:90:10025:10030 Salem Illinois 0.585634727231998831 +87900 cspg_html_3129231627 cspg_html_3129231627:299:40894:40913 Bay Fiord Little Cornwallis Island -0.454475093508583283 +87901 aapg_ae_945.html aapg_ae_945.html:11:1402:1410 Traverse Calhoun County, Michigan 0.025102258581667973 +87902 aapg_ae_845.html aapg_ae_845.html:210:22721:22727 Denver Colorado -0.0119247384368411057 +87903 aapg_ac_486.html aapg_ac_486.html:51:7447:7455 Colorado Cheyenne, Wyoming -0.136944801012872541 +87904 aapg_ae_667.html aapg_ae_667.html:436:54117:54136 Flagstaff Logan, Utah -0.469070208322842297 +87905 cspg_html_6306091047 cspg_html_6306091047:58:10948:10957 Baldonnel Lacombe, Alberta 0.0226979204992009825 +87906 aapg_af_701.html aapg_af_701.html:201:24381:24385 Wise Tacoma, Washington -0.446029671493266278 +87907 aapg_ae_305.html aapg_ae_305.html:1507:143671:143688 Mirador Maracaibo -0.498433692902457426 +87908 aapg_ai_980.html aapg_ai_980.html:693:61720:61725 Swift Cut Bank, Montana -0.461947691336281385 +87909 gsa_html_9052101586 gsa_html_9052101586:599:73949:73973 Peoria Fox Valley (Illinois) -0.0328552724489848888 +87910 gsa_html_7100033459 gsa_html_7100033459:1279:97346:97374 Green River Colorado -0.454034931813569353 +87911 gsa_html_5202646019 gsa_html_5202646019:195:19633:19640 Russell Ottawa, Kansas -0.443701699352459789 +87912 geology_html_9941904394 geology_html_9941904394:12:523:531 Montreal Quebec City -0.427378261836636852 +87913 gsa_html_8113051710 gsa_html_8113051710:31:2872:2900 Green River Colorado -0.0333423889393398495 +87914 palaios_html_2994452429 palaios_html_2994452429:1731:145578:145586 Columbia Victoria, British Columbia -0.00846727342264548197 +87915 aapg_ai_523.html aapg_ai_523.html:34:4176:4192 Maroon Entrada Sandstone -0.090562719217956042 +87916 gsa_html_3317703349 gsa_html_3317703349:977:78644:78672 Green River New Mexico -0.00382181610432916728 +87917 aapg_ac_187.html aapg_ac_187.html:3472:328811:328831 Lane Western world -0.00846727342264548197 +87918 cspg_html_6014123208 cspg_html_6014123208:20:2480:2498 Gething Western world -0.457514673015389395 +87919 gsa_html_9299329909 gsa_html_9299329909:1177:105254:105282 Green River New Mexico -0.0984272561678070368 +87920 palaios_html_2449649505 palaios_html_2449649505:549:62000:62018 Willwood Cheyenne, Wyoming -0.0533985334168908185 +87921 aapg_ae_383.html aapg_ae_383.html:191:17121:17141 Jefferson Missouri River -0.484413309843390927 +87922 aapg_ad_958.html aapg_ad_958.html:1001:103813:103818 Salem Missouri River 0.376176747850156867 +87923 aapg_ai_74.html aapg_ai_74.html:56:7150:7161 Tar Springs Illinois -0.52033160475645146 +87924 cspg_html_1191211339 cspg_html_1191211339:580:64204:64224 La Luna Venezuela -0.524409841823676004 +87925 geology_html_9784186642 geology_html_9784186642:15:830:838 Santiago Chile -0.456355529459316345 +87926 gsa_html_9898556493 gsa_html_9898556493:229:27489:27505 Modesto Tuolumne River -0.449440672427322663 +87927 aapg_af_397.html aapg_af_397.html:315:38015:38032 Entrada New Mexico -0.38907973604815127 +87928 cspg_html_9692046543 cspg_html_9692046543:225:27763:27771 Cloverly Cheyenne, Wyoming -0.0243616205908490056 +87929 aapg_aa_379.html aapg_aa_379.html:98:11150:11159 Conemaugh Allegheny Mountains -0.446593560210975959 +87930 aapg_af_575.html aapg_af_575.html:214:29743:29753 Bonneterre Missouri River -0.251065452704426706 +87931 sedimentology_html_9971475238 sedimentology_html_9971475238:2072:102403:102407 Vera Spain -0.484191429205932 +87932 aapg_ad_927.html aapg_ad_927.html:209:23508:23522 Monterey California -0.442729356500441706 +87933 cspg_html_2834693711 cspg_html_2834693711:389:53448:53463 Comox England -0.485266333037401854 +87934 gsa_html_7542416588 gsa_html_7542416588:874:71360:71366 Sonora Sonora -0.530907202444096393 +87935 aapg_ae_705.html aapg_ae_705.html:125:12864:12882 Vaqueros Carpinteria, California -0.427378261836636852 +87936 aapg_aa_928.html aapg_aa_928.html:198:20468:20486 Oakville Washington (state) -0.469648742182661783 +87937 aapg_ai_49.html aapg_ai_49.html:623:82068:82074 Kaibab Coconino County, Arizona -0.449467616590735308 +87938 cspg_html_9222238695 cspg_html_9222238695:11:1367:1375 Columbia Lacombe, Alberta -0.456344217050148659 +87939 aapg_ad_338.html aapg_ad_338.html:230:25120:25127 Raritan Raritan River 0.63585351651107147 +87940 aapg_ae_255.html aapg_ae_255.html:70:8196:8210 Cockfield Texas -0.0419681041014585768 +87941 aapg_aa_737.html aapg_aa_737.html:28:3678:3684 Salina Michigan 0.00163989791216455892 +87942 aapg_af_981.html aapg_af_981.html:244:22497:22518 Almond Cheyenne, Wyoming -0.444201650178862151 +87943 cspg_html_9683836416 cspg_html_9683836416:435:69519:69541 Judith River Lacombe, Alberta -0.0131340660726573313 +87944 aapg_ah_536.html aapg_ah_536.html:521:68581:68598 Rodessa Arkansas -0.435767689782418699 +87945 aapg_ad_683.html aapg_ad_683.html:690:68866:68874 Moenkopi Kaibab, Arizona -0.416376659595793952 +87946 aapg_ae_4.html aapg_ae_4.html:196:21515:21524 Lodgepole Logan, Utah 0.0277034807570868159 +87947 aapg_ae_185.html aapg_ae_185.html:446:39566:39575 Shongaloo Arkansas -0.448296279445968116 +87948 aapg_ad_970.html aapg_ad_970.html:205:19415:19425 North Cape Los Angeles 0.0250987813235816482 +87949 geology_html_3955381777 geology_html_3955381777:18:785:818 Tindir Anchorage, Alaska -0.440514182187833891 +87950 aapg_ai_349.html aapg_ai_349.html:18:2774:2783 Oil Creek Black River, Jamaica -0.0149690067830474411 +87951 aapg_af_849.html aapg_af_849.html:24:3861:3873 Dakota Larimer County, Colorado 0.107609472590961486 +87952 gsa_html_7063115467 gsa_html_7063115467:65:4764:4792 Green River Colorado -0.0258220684876826687 +87953 aapg_ah_505.html aapg_ah_505.html:75:7415:7428 Fountain Willow Springs, Missouri -0.0633942422333909211 +87954 aapg_ae_794.html aapg_ae_794.html:46:7618:7634 Ripley Selma to Montgomery marches 0.305362797032206756 +87955 cspg_html_9152086986 cspg_html_9152086986:175:18870:18896 Halfway Lacombe, Alberta -0.0388552982723100598 +87956 geology_html_2688088926 geology_html_2688088926:125:15606:15625 San Marcos Culebra, Puerto Rico -0.417396109221489231 +87957 sedimentology_html_2041096405 sedimentology_html_2041096405:789:63453:63468 Elk Regina, Saskatchewan -0.470457490274840129 +87958 gsa_html_3012952404 gsa_html_3012952404:1227:87339:87367 Green River Colorado -0.00936896389642591365 +87959 gsa_html_8511433472 gsa_html_8511433472:12:457:463 Oregon Salem, Oregon -0.459996458565647859 +87960 aapg_ac_586.html aapg_ac_586.html:256:28795:28815 Pottsville Pottsville, Pennsylvania -0.459837454744856933 +87961 aapg_ae_250.html aapg_ae_250.html:185:17231:17243 Medicine Bow Cheyenne, Wyoming -0.480644453081816247 +87962 sedimentology_html_7399126879 sedimentology_html_7399126879:1708:84978:84999 Hazel Kentucky -0.500197678525539202 +87963 aapg_af_318.html aapg_af_318.html:230:26108:26120 Saskatchewan Epping, Victoria -0.44645479356367046 +87964 aapg_ah_978.html aapg_ah_978.html:216:21663:21672 Etchegoin Coalinga, California -0.250294105067515593 +87965 aapg_ae_415.html aapg_ae_415.html:385:49338:49355 Mint Spring Alabama -0.0193206044123134212 +87966 aapg_ac_419.html aapg_ac_419.html:853:98367:98387 Enrage Quebec City -0.0757272589670562601 +87967 aapg_ae_90.html aapg_ae_90.html:223:19290:19295 Mt Lytton Galveston County, Texas -0.463307888475886887 +87968 aapg_aa_702.html aapg_aa_702.html:2032:177786:177794 Colorado Denver -0.00606979848079094129 +87969 gsa_html_6117440194 gsa_html_6117440194:757:76818:76823 Moyie Whitefish (fisheries term) -0.437151438175982732 +87970 aapg_ae_71.html aapg_ae_71.html:192:17568:17585 Hermosa Naco, Sonora -0.469726827457912721 +87971 cspg_html_4148342026 cspg_html_4148342026:524:48189:48201 Saskatchewan Canada -0.45184182728382527 +87972 cspg_html_1188455526 cspg_html_1188455526:126:20265:20287 Blind Fiord Middle East 1.07442694937789596 +87973 aapg_ai_31.html aapg_ai_31.html:228:23188:23202 Frio Texas -0.443755252554939694 +87974 aapg_ac_477.html aapg_ac_477.html:602:70160:70177 Cardium Lacombe, Alberta -0.0379780466881480191 +87975 cspg_html_7402164801 cspg_html_7402164801:360:36781:36802 Belly River Lacombe, Alberta -0.450586501765938174 +87976 cspg_html_3854139935 cspg_html_3854139935:76:12141:12147 Oldman Judith River Formation -0.452896019392303839 +87977 aapg_af_854.html aapg_af_854.html:394:51382:51388 Borden New Providence, New Jersey -0.0227413796680306819 +87978 aapg_af_888.html aapg_af_888.html:144:14705:14709 Yeso Guadalupe Mountains National Park 0.00724767451713446368 +87979 aapg_ad_306.html aapg_ad_306.html:289:35832:35838 Sierra San Pedro Sula -0.0140376196944260508 +87980 cspg_html_3854139935 cspg_html_3854139935:29:4673:4678 Eagle Milk River, Alberta -0.0649051127837110275 +87981 cspg_html_7833083677 cspg_html_7833083677:3570:269113:269121 Columbia Victoria, British Columbia -0.473649201225758321 +87982 jgeology_html_9867650961 jgeology_html_9867650961:454:36635:36653 Morrison Logan, Utah 0.00132025624175985054 +87983 palaios_html_9103348245 palaios_html_9103348245:893:68136:68151 Conemaugh Cortland, New York -0.449703411954729404 +87984 aapg_ah_617.html aapg_ah_617.html:206:16942:16950 Colorado Denver -0.0527620925297026463 +87985 aapg_af_854.html aapg_af_854.html:303:37579:37594 Kinderhook Rockford, Illinois -0.0674771191864974446 +87986 aapg_aa_696.html aapg_aa_696.html:698:75940:75948 Colorado Denver -0.0273835184878958443 +87987 gsa_html_2220556952 gsa_html_2220556952:61:7868:7887 Pansy Lee Conglomerate Reno, Nevada -0.425424282088950667 +87988 gsa_html_9417870342 gsa_html_9417870342:88:8247:8256 San Diego California -0.502533193471066175 +87989 aapg_aa_721.html aapg_aa_721.html:693:73541:73563 Marble Falls Texas -0.479586916180102352 +87990 aapg_ah_385.html aapg_ah_385.html:282:33619:33637 Stone Corral Colusa County, California 0.00112916628904579774 +87991 cspg_html_3772380029 cspg_html_3772380029:437:55968:55987 Red River Manitoba -0.460487277041231158 +87992 aapg_ah_221.html aapg_ah_221.html:95:9494:9499 Tyler Stark County, Illinois -0.423596590602715206 +87993 aapg_af_880.html aapg_af_880.html:844:124170:124183 Abo New Mexico -0.441392939290133568 +87994 aapg_ai_236.html aapg_ai_236.html:144:12849:12858 Allegheny Venango, Pennsylvania -0.0294721058156958669 +87995 geology_html_6868377343 geology_html_6868377343:159:15044:15054 Rio Grande Texas -0.474863540124580097 +87996 palaios_html_2623118674 palaios_html_2623118674:32:3669:3689 North Horn Logan, Utah -0.204544596871737733 +87997 sedimentology_html_1357699877 sedimentology_html_1357699877:1105:72502:72506 Hall London, Ontario -0.501560061931396017 +87998 cspg_html_6116883777 cspg_html_6116883777:1734:204750:204785 Allen Bay Canada 1.08784798001149219 +87999 aapg_ae_419.html aapg_ae_419.html:147:18285:18294 Extension Mexico -0.00473211949273434716 +88000 geology_html_1845191599 geology_html_1845191599:322:25993:26010 Cutler Logan, Utah -0.43347626990885002 +88001 jgeology_html_4305195651 jgeology_html_4305195651:526:55721:55745 Slide Mountain Callicoon (CDP), New York -0.476218391360906934 +88002 aapg_aa_4.html aapg_aa_4.html:292:39335:39348 Sixmile Creek Ithaca, New York -0.0221938023877403003 +88003 aapg_ac_730.html aapg_ac_730.html:601:87208:87214 Dakota Mancos, Colorado -0.43085802678688212 +88004 sedimentology_html_9713377147 sedimentology_html_9713377147:705:56642:56646 Hall London, Ontario -0.452887004013691252 +88005 cspg_html_5375448448 cspg_html_5375448448:581:55328:55336 Columbia Victoria, British Columbia -0.0323925309205377876 +88006 cspg_html_6577476978 cspg_html_6577476978:428:47618:47627 Mackenzie Victoria, British Columbia -0.0530428169742091782 +88007 aapg_ae_499.html aapg_ae_499.html:345:37915:37921 Denver Cheyenne, Wyoming -0.502986755822435128 +88008 aapg_ah_288.html aapg_ah_288.html:159:16616:16634 Kootenay Victoria, British Columbia -0.0531596434481698826 +88009 aapg_ae_628.html aapg_ae_628.html:72:6705:6711 Oregon Washington (state) -0.445984933244691462 +88010 palaios_html_9886618772 palaios_html_9886618772:553:67665:67694 Bell West Texas -0.490689465081328491 +88011 aapg_af_353.html aapg_af_353.html:23:2891:2937 Vaqueros Poway, California -0.451751782124743317 +88012 cspg_html_5538678223 cspg_html_5538678223:588:58379:58398 Peace River Lacombe, Alberta -0.486682122398052641 +88013 aapg_af_636.html aapg_af_636.html:198:22738:22744 Camden Benton County, Indiana -0.124811816694513592 +88014 aapg_ad_71.html aapg_ad_71.html:51:5369:5379 Santa Rita Patagonia -0.423413139400643734 +88015 gsa_html_1456601097 gsa_html_1456601097:1395:122122:122128 Provo Greece -0.480960803547703208 +88016 cspg_html_4115156925 cspg_html_4115156925:276:34257:34274 Cardium Lacombe, Alberta -0.421005312740730997 +88017 cspg_html_4937997995 cspg_html_4937997995:320:36792:36814 Severn River River Severn -0.458348730992641562 +88018 cspg_html_6908537444 cspg_html_6908537444:6:489:497 Colorado Denver -0.480728181628129914 +88019 cspg_html_9721864351 cspg_html_9721864351:41:4727:4749 Mount Wilson Richmond, California -0.423229723234377797 +88020 geology_html_9872095446 geology_html_9872095446:18:888:897 Eel River California -0.446392131630084288 +88021 aapg_ah_742.html aapg_ah_742.html:8:1359:1367 Colorado Littleton, Colorado -0.000347435604052462668 +88022 aapg_ae_419.html aapg_ae_419.html:3862:241739:241756 Edwards Texas -0.473663043482949409 +88023 geology_html_4342702144 geology_html_4342702144:270:22113:22122 Extension Iran -0.492215666694549525 +88024 aapg_af_579.html aapg_af_579.html:231:25504:25528 Junction Creek Logan, Utah -0.0904994989670876021 +88025 gsa_html_2832151886 gsa_html_2832151886:318:24479:24508 Belle Fourche Lacombe, Alberta -0.451054234304276602 +88026 aapg_ae_395.html aapg_ae_395.html:31:3159:3179 Dog Creek Texas -0.409442295483226304 +88027 aapg_af_666.html aapg_af_666.html:174:14020:14036 Bighorn Dolomite Cheyenne, Wyoming -0.422356792753443622 +88028 aapg_ac_984.html aapg_ac_984.html:112:9869:9889 Bonneterre Missouri River 0.723009252963007443 +88029 sedimentology_html_7390870545 sedimentology_html_7390870545:1075:81941:81945 Hall London, Ontario -0.4506269691264706 +88030 sedimentology_html_1574151857 sedimentology_html_1574151857:253:21722:21728 Oregon Victoria, British Columbia -0.485603101959931283 +88031 gsa_html_5138192409 gsa_html_5138192409:599:63385:63404 Cathedral Tuolumne River -0.0258394556349876708 +88032 aapg_ai_974.html aapg_ai_974.html:69:9459:9469 Washington Salem, Oregon -0.478642038078168519 +88033 aapg_af_497.html aapg_af_497.html:73:6780:6799 Greenhorn Canada 0.0228908800795091481 +88034 aapg_ah_853.html aapg_ah_853.html:74:6968:6984 Guines Melbourne, Florida -0.48062584784091128 +88035 aapg_ac_246.html aapg_ac_246.html:593:57517:57548 Newcastle Mississippi River -0.44961357796588941 +88102 cspg_html_6163998187 cspg_html_6163998187:511:58293:58301 Columbia Canada -0.44948782523520614 +88036 sedimentology_html_6811924239 sedimentology_html_6811924239:674:34783:34794 Santa Clara Ventura County, California -0.434527375159215246 +88037 aapg_ae_688.html aapg_ae_688.html:218:23379:23396 Bedford Canada -0.0345393934196406502 +88038 aapg_aa_1.html aapg_aa_1.html:386:37434:37448 Knoxville Stanton, California -0.427645821637091417 +88039 cspg_html_9343899465 cspg_html_9343899465:81:11319:11332 Blue Fiord Victoria Island (Nigeria) 1.27279271674876004 +88040 gsa_html_6194837075 gsa_html_6194837075:851:54999:55013 Fredericksburg Texas -0.0371791885469511946 +88041 cspg_html_7779401416 cspg_html_7779401416:6:433:450 Guelph Guelph 0.93206823548754314 +88042 aapg_aa_15.html aapg_aa_15.html:243:33961:33970 Catahoula Karnes County, Texas -0.453085363047098455 +88043 aapg_ac_569.html aapg_ac_569.html:296:41613:41630 Mattson Victoria, British Columbia -0.0786303028120850928 +88044 aapg_ae_544.html aapg_ae_544.html:226:27691:27704 Carlile Lacombe, Alberta -0.409894453797976288 +88045 aapg_ad_351.html aapg_ad_351.html:1357:98747:98768 Kinderhook Stuart, Florida -0.0540873490612621827 +88046 aapg_ak_51.html aapg_ak_51.html:21:2107:2126 Smackover Columbia Country -0.006663945278057983 +88047 aapg_ah_506.html aapg_ah_506.html:333:33331:33345 Traverse Michigan Basin 0.028633848846508738 +88048 aapg_ad_982.html aapg_ad_982.html:70:5573:5591 Onondaga Edgecliff, New South Wales -0.434637853624058046 +88049 sedimentology_html_3907918417 sedimentology_html_3907918417:1639:129202:129221 Kaskapau Lacombe, Alberta -0.0185871661481992051 +88050 aapg_ad_718.html aapg_ad_718.html:336:31034:31051 Rustler Culberson County Airport -0.43485884955268328 +88051 cspg_html_7777724998 cspg_html_7777724998:106:15176:15199 Mist Mountain Kootenay River -0.0137248477945169315 +88052 cspg_html_2650524233 cspg_html_2650524233:82:11591:11599 Edmonton Regina, Saskatchewan -0.479459169650376604 +88053 aapg_af_854.html aapg_af_854.html:1148:162674:162695 Waltersburg Kentucky -0.437951625350357587 +88054 jgeology_html_4115179562 jgeology_html_4115179562:255:18794:18804 Mt Lytton Virginia -0.0957149297089566198 +88055 aapg_af_639.html aapg_af_639.html:148:7656:7677 Wills Point Kerens, Texas -0.00782446102673750588 +88056 aapg_ad_227.html aapg_ad_227.html:447:42768:42774 Jordan Switzerland -0.0162966409406991447 +88057 sedimentology_html_3914592614 sedimentology_html_3914592614:589:46492:46496 Hall London, Ontario -0.464706706380762058 +88058 aapg_ad_192.html aapg_ad_192.html:180:22186:22196 Tuscaloosa Mississippi River -0.428791476930725279 +88059 aapg_ae_715.html aapg_ae_715.html:290:34890:34911 Anahuac Houston -0.485546964607742992 +88060 gsa_html_7856084240 gsa_html_7856084240:970:71438:71447 Fullerton Sonora -0.0170265242171895904 +88061 aapg_ad_624.html aapg_ad_624.html:253:29477:29489 Barrow Long Island -0.454610570976523354 +88062 aapg_ae_272.html aapg_ae_272.html:60:7762:7770 Michigan Arenac County, Michigan -0.00308350377484213492 +88063 gsa_html_5851281923 gsa_html_5851281923:226:23532:23552 Wenatchee Washington (state) -0.0568118966626961694 +88064 aapg_ac_400.html aapg_ac_400.html:391:45669:45672 Elk Lewis County, Washington -0.493713923537506649 +88065 aapg_af_99.html aapg_af_99.html:34:4260:4275 Ponce Melbourne, Florida -0.0699366556892110497 +88066 AMJC_html_6040053564 AMJC_html_6040053564:657:57666:57672 Reston Virginia -0.479447557264900015 +88067 aapg_ac_394.html aapg_ac_394.html:76:7496:7503 El Paso Texas -0.438326464087016476 +88068 aapg_ae_176.html aapg_ae_176.html:237:29614:29626 Saskatchewan Lacombe, Alberta -0.00125424333549307727 +88069 geology_html_8273441625 geology_html_8273441625:355:24936:24950 Ogallala Nebraska 0.00112916628904579774 +88070 aapg_af_954.html aapg_af_954.html:74:10934:10943 Extension North Sea oil -0.479670542308177961 +88071 gsa_html_4432793908 gsa_html_4432793908:724:83353:83373 Sheep Pass Sevier orogeny 0.94794805383630043 +88072 aapg_ai_468.html aapg_ai_468.html:196:24560:24567 Bossier Shreveport, Louisiana -0.450829332903146696 +88073 palaios_html_3422917437 palaios_html_3422917437:493:38754:38762 Lawrence Washington (state) 0.359099536716550205 +88074 cspg_html_7938374662 cspg_html_7938374662:141:15173:15184 Peace River Pine River (Michigan) -0.0510274225681307883 +88075 aapg_aa_724.html aapg_aa_724.html:40:4807:4821 Antelope Range Logan, Utah -0.0610771505726213221 +88076 aapg_ad_851.html aapg_ad_851.html:438:48070:48088 Ogallala New Mexico -0.409403548680465024 +88077 aapg_ad_696.html aapg_ad_696.html:93:8942:8951 Jamestown Carrizo Plain 0.0347969055523307466 +88078 cspg_html_4305108179 cspg_html_4305108179:74:9625:9643 Read Bay Cape Cod -0.447153316157111791 +88079 cspg_html_6064089067 cspg_html_6064089067:48:5309:5328 Red River Cheyenne, Wyoming 0.0592181695740562411 +88080 aapg_ai_38.html aapg_ai_38.html:189:20365:20373 Niobrara Benton, Arkansas 0.00259187716092955768 +88081 cspg_html_5141367518 cspg_html_5141367518:272:39549:39557 Paskapoo Fort Union Trading Post National Historic Site -0.0270600859182637335 +88082 aapg_aa_328.html aapg_aa_328.html:274:21266:21273 El Abra Matamoros, Tamaulipas -0.460946527021081187 +88083 cspg_html_9516677253 cspg_html_9516677253:123:20112:20119 Cardium Lacombe, Alberta -0.45691453935984655 +88084 sedimentology_html_6960436950 sedimentology_html_6960436950:242:8586:8592 Walker Esposizione Universale Roma -0.450878806444675151 +88085 jgeology_html_4305195651 jgeology_html_4305195651:2413:167007:167042 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania -0.0204677435827045166 +88086 aapg_af_579.html aapg_af_579.html:286:31511:31518 Entrada New Mexico -0.451751782124743317 +88087 jgeology_html_2497886918 jgeology_html_2497886918:170:10151:10160 Peninsula Asia -0.471501691978871318 +88088 aapg_aa_702.html aapg_aa_702.html:587:99329:99346 Prairie Regina, Saskatchewan -0.448691045323912019 +88089 geology_html_7113954805 geology_html_7113954805:352:23259:23280 Mount Simon Illinois -0.475473655949527896 +88090 aapg_ah_455.html aapg_ah_455.html:6:610:623 Woodbine Rusk County, Wisconsin -0.439103236963543697 +88091 aapg_ad_258.html aapg_ad_258.html:319:36044:36052 Onondaga Monongalia County, West Virginia -0.0767986289283236756 +88092 aapg_aa_991.html aapg_aa_991.html:85:10166:10172 Sparta Texas 0.378717977614359103 +88093 sedimentology_html_7352727244 sedimentology_html_7352727244:131:8585:8594 Peninsula Korea -0.47601017133294582 +88094 cspg_html_5501097280 cspg_html_5501097280:363:41046:41064 Rio Dell California -0.479459169650376604 +88095 aapg_ad_52.html aapg_ad_52.html:653:71265:71273 Michigan County Roscommon -0.462143504710773534 +88096 gsa_html_6150225453 gsa_html_6150225453:939:83686:83703 Cardium Lacombe, Alberta -0.436872309743032927 +88097 geology_html_8171981855 geology_html_8171981855:39:3877:3882 Lance Texas -0.42773794978433255 +88098 aapg_ad_641.html aapg_ad_641.html:167:20189:20209 San Andres Texas -0.465776131049653153 +88099 gsa_html_1119256423 gsa_html_1119256423:603:55460:55468 Bellevue Iowa -0.456561440120662909 +88100 palaios_html_6956866368 palaios_html_6956866368:933:82556:82584 Naco Naco, Sonora -0.360419378388835476 +88101 aapg_aa_831.html aapg_aa_831.html:180:14078:14095 Wristen Texas 0.00587522535278851409 +88103 aapg_ac_896.html aapg_ac_896.html:10:1063:1075 Wilcox County Sligo -0.448296279445968116 +88104 aapg_aa_258.html aapg_aa_258.html:3:235:245 Washington Salem, Oregon -0.495035064466688546 +88105 aapg_ae_960.html aapg_ae_960.html:97:11890:11895 Banff Lacombe, Alberta 0.864557523121510685 +88106 cspg_html_7970178687 cspg_html_7970178687:75:10141:10147 Viking Lacombe, Alberta -0.00229308019174294993 +88107 sedimentology_html_5673709888 sedimentology_html_5673709888:321:29313:29326 Edwards Texas -0.462143504710773534 +88108 geology_html_2144574689 geology_html_2144574689:11:554:564 Washington Seattle -0.0233880656689205678 +88109 gsa_html_4630856880 gsa_html_4630856880:1118:129941:129949 Lawrence Middle East -0.0161089604302801712 +88110 aapg_af_430.html aapg_af_430.html:54:5878:5888 San Miguel Buda, Texas -0.0661403001102636723 +88111 palaios_html_2048556014 palaios_html_2048556014:821:75230:75262 Marjum Millard County, Utah -0.0308043870775981631 +88112 aapg_ae_959.html aapg_ae_959.html:2310:164444:164455 Cloud Chief Amarillo, Texas -0.0445315771469266958 +88113 gsa_html_1861017788 gsa_html_1861017788:963:81812:81821 San Diego California -0.482931300996293389 +88114 palaios_html_3985706634 palaios_html_3985706634:153:15949:15966 Manlius Helderberg -0.484674969173666037 +88115 cspg_html_8756009083 cspg_html_8756009083:924:93537:93545 Columbia Victoria, British Columbia -0.0165121278486362495 +88116 aapg_af_861.html aapg_af_861.html:94:10170:10188 Seminole Coffeyville, Kansas -0.466782751574986277 +88117 cspg_html_9735723617 cspg_html_9735723617:4062:266094:266111 Brazeau Lacombe, Alberta -0.197005438235371089 +88118 geology_html_9772573337 geology_html_9772573337:9:366:376 Santa Cruz California -0.0320915848438591694 +88119 cspg_html_9354781888 cspg_html_9354781888:158:25067:25101 Halfway Canada -0.0310531186314172737 +88120 jgeology_html_1493164074 jgeology_html_1493164074:1277:57127:57150 Lincoln Creek Washington (state) -0.466920106770381871 +88121 aapg_aa_233.html aapg_aa_233.html:278:29126:29144 Kiamichi Mexico -0.397978922204782037 +88122 aapg_aa_235.html aapg_aa_235.html:177:19349:19370 Englishtown Closter, New Jersey -0.369601435942333634 +88123 aapg_ah_318.html aapg_ah_318.html:1242:124936:124959 Cotton Valley Texas -0.450725896910529999 +88124 aapg_af_808.html aapg_af_808.html:975:127261:127284 Blue Mountain Jamaica, Queens -0.0147795988543257695 +88125 aapg_aa_775.html aapg_aa_775.html:335:33952:33957 Yegua Houston -0.439445222385884349 +88126 aapg_ah_415.html aapg_ah_415.html:5:619:639 Milk River Bow Island Airport -0.0352075456733289827 +88127 aapg_af_575.html aapg_af_575.html:1188:170877:170893 Dakota Nebraska 0.024653698889595406 +88128 cspg_html_7086880709 cspg_html_7086880709:496:65408:65429 Cooking Lake Lacombe, Alberta -0.448753864703002991 +88129 aapg_ae_250.html aapg_ae_250.html:142:12547:12565 Sundance Cheyenne, Wyoming -0.0213281445923519004 +88130 jgeology_html_3517640817 jgeology_html_3517640817:497:29843:29852 Peninsula Korea -0.486513508857715604 +88131 geology_html_5360812526 geology_html_5360812526:319:28800:28820 Beck Spring Dolomite California -0.0724550382029036655 +88132 aapg_ai_461.html aapg_ai_461.html:129:17578:17585 Savanna McAlester, Oklahoma -0.0223919711537192666 +88133 jgeology_html_2758284699 jgeology_html_2758284699:1337:67400:67407 Halifax Canada -0.47601017133294582 +88134 gsa_html_5737673651 gsa_html_5737673651:327:28947:28963 Chinle Arizona -0.407111576379738216 +88135 jgeology_html_4599466962 jgeology_html_4599466962:259:18504:18531 Edgecliff Syracuse, New York -0.0191537535142871224 +88136 aapg_af_416.html aapg_af_416.html:104:13233:13260 Cold Lake Lacombe, Alberta -0.485537608740225335 +88137 geology_html_1844850227 geology_html_1844850227:12:710:723 Santa Barbara Washington (state) -0.0214063649157180402 +88138 aapg_aa_147.html aapg_aa_147.html:68:10380:10392 Saskatchewan Manitoba -0.0443365036009496297 +88139 aapg_af_468.html aapg_af_468.html:118:12207:12222 Frio Brazoria County, Texas -0.470567831774721834 +88140 cspg_html_8227554214 cspg_html_8227554214:478:49455:49496 Albert New Brunswick, New Jersey -0.410114148253924615 +88141 aapg_ae_135.html aapg_ae_135.html:82:7406:7420 Woodbine Mapleton, Oregon -0.466144329889246756 +88142 aapg_ac_65.html aapg_ac_65.html:479:39760:39764 Vail Colorado -0.00143491027354907159 +88143 aapg_ah_528.html aapg_ah_528.html:78:8218:8226 Moenkopi Logan, Utah 0.0431121700094154112 +88144 aapg_ad_94.html aapg_ad_94.html:45:5206:5226 Martin Ottawa, Kansas -0.443982888348864235 +88145 gsa_html_6319769557 gsa_html_6319769557:787:61529:61535 Moscow Russia -0.449541717141150321 +88146 gsa_html_5865982995 gsa_html_5865982995:1137:123027:123048 Green River Flint, Michigan 1.10211658178796656 +88147 jgeology_html_1103778655 jgeology_html_1103778655:615:43387:43401 Monterey California -0.444094495043231396 +88148 aapg_ah_224.html aapg_ah_224.html:131:13625:13635 San Miguel New Mexico -0.49056475826835555 +88149 aapg_ae_999.html aapg_ae_999.html:460:61453:61462 Catahoula Karnes County, Texas -0.447168994241326834 +88150 jgeology_html_3385510991 jgeology_html_3385510991:223:13045:13058 Potsdam Montreal -0.426641763905032778 +88151 jgeology_html_1838149422 jgeology_html_1838149422:951:88741:88760 Monroe Creek Nebraska -0.0645836927701801955 +88152 AMJC_html_4464898807 AMJC_html_4464898807:1050:86560:86569 Extension Victoria, British Columbia -0.425371763818281734 +88153 gsa_html_2220556952 gsa_html_2220556952:63:8080:8099 Pansy Lee Conglomerate Sevier orogeny -0.431097950577111366 +88154 jgeology_html_5435533156 jgeology_html_5435533156:520:36562:36582 Trap Falls Hartford, Connecticut -0.460964719996515115 +88155 aapg_aa_71.html aapg_aa_71.html:297:26070:26082 Bossardville Wayne County, Michigan -0.466144329889246756 +88156 aapg_ai_82.html aapg_ai_82.html:88:11617:11627 Greenbrier Huntington, West Virginia -0.48422645917649243 +88157 cspg_html_2139304729 cspg_html_2139304729:391:34227:34247 Griper Bay Melville Island (Canada) -0.456561440120662909 +88158 sedimentology_html_7069619943 sedimentology_html_7069619943:1353:107110:107115 Cadiz Black Sea -0.449451899065432481 +88159 aapg_ah_150.html aapg_ah_150.html:343:41810:41827 Astoria Washington (state) -0.0463867446356681576 +88160 geology_html_2693298548 geology_html_2693298548:286:26109:26115 Pueblo Colorado -0.0485106911577510083 +88161 aapg_ac_63.html aapg_ac_63.html:6:795:821 Smackover Haynesville, Louisiana 0.00255018452536458695 +88162 aapg_af_568.html aapg_af_568.html:278:28849:28862 Dakota Cheyenne, Wyoming 0.00917958991324812311 +88163 jgeology_html_6016138758 jgeology_html_6016138758:92:4911:4920 Kulthieth Yakutat City and Borough, Alaska -0.0319906913547674462 +88164 aapg_ac_313.html aapg_ac_313.html:395:45390:45411 Buena Vista Maya Mountain 0.0014766026609327194 +88165 aapg_ad_784.html aapg_ad_784.html:118:13967:13972 Sespe El Capitan -0.45995556917210767 +88166 aapg_ac_209.html aapg_ac_209.html:299:32724:32729 Weeks Lacombe, Alberta -0.0490160622596066617 +88167 cspg_html_7278957427 cspg_html_7278957427:13:1982:2000 Eureka Sound Ellesmere Island 0.00945062084184406827 +90803 aapg_ae_243.html aapg_ae_243.html:3:154:170 Custer Texas -0.0433629440146906728 +88168 cspg_html_9354781888 cspg_html_9354781888:378:37619:37626 Halfway Victoria, British Columbia 0.356415432119299491 +88169 aapg_ah_217.html aapg_ah_217.html:160:18480:18500 Elk Pennsylvania -0.487560856421757394 +88170 palaios_html_7111318862 palaios_html_7111318862:392:40244:40260 Oldman Lacombe, Alberta 0.000729614901202842885 +88171 gsa_html_3926085141 gsa_html_3926085141:14:655:664 Milwaukee Wisconsin -0.045989547021837239 +88172 aapg_ai_313.html aapg_ai_313.html:20:2689:2707 Imperial Durham, North Carolina -0.475270236544520941 +88173 gsa_html_2989317971 gsa_html_2989317971:707:73246:73268 Poison Creek Boise River 0.435665926650076918 +88174 cspg_html_6377182173 cspg_html_6377182173:272:35991:36004 Turner Valley Arctic Cordillera 0.782730081067795846 +88175 cspg_html_7434089303 cspg_html_7434089303:188:23404:23417 Eleanor River Ellesmere Island -0.0409390916032161337 +88176 aapg_ae_746.html aapg_ae_746.html:733:62149:62166 Cardium Lacombe, Alberta -0.0434656937810903587 +88177 aapg_ae_885.html aapg_ae_885.html:232:23249:23266 Toroweap Arizona -0.456355529459316345 +88178 aapg_ae_114.html aapg_ae_114.html:81:11977:11998 Wichita Granite Wichita, Kansas -0.49687250405482164 +88179 aapg_af_808.html aapg_af_808.html:759:98603:98626 Santa Rita Venezuela -0.46944207930236781 +88180 aapg_af_735.html aapg_af_735.html:180:21250:21266 Cruse Trinidad and Tobago -0.118917686765470459 +88181 aapg_aa_426.html aapg_aa_426.html:169:38035:38042 Hosston County Sligo -0.493772964396431202 +88182 geology_html_4816820659 geology_html_4816820659:326:21394:21417 Brushy Canyon West, Texas -0.0310531186314172737 +88183 aapg_ad_440.html aapg_ad_440.html:488:45219:45234 Greenbrier Pocono Raceway -0.446029671493266278 +88184 aapg_aa_357.html aapg_aa_357.html:361:33271:33288 Dolores San Juan Mountains -0.515565525811440772 +88185 cspg_html_8891363498 cspg_html_8891363498:290:26965:26975 Hart River Porcupine River (Ontario) -0.439223139625051329 +88186 sedimentology_html_3941612453 sedimentology_html_3941612453:1134:85452:85470 Quinault Washington (state) -0.463579265049131273 +88187 aapg_af_598.html aapg_af_598.html:75:6127:6139 Nowata Tulsa, Oklahoma 0.377142032561227025 +88188 cspg_html_5688447798 cspg_html_5688447798:121:16172:16200 Disappointment Bay Ellesmere Island -0.0327735084996737119 +88189 aapg_ai_479.html aapg_ai_479.html:100:11340:11358 Michigan Michigan -0.481759173673690755 +88190 AMJC_html_5969956211 AMJC_html_5969956211:1106:152421:152431 Washington Salem, Oregon -0.0291434052387325206 +88191 aapg_ad_983.html aapg_ad_983.html:6:864:872 Virginia Chesterfield -0.494318697340762225 +88192 aapg_aa_45.html aapg_aa_45.html:327:40826:40842 Cutler Moenkopi Formation -0.459837454744856933 +88193 cspg_html_9912281240 cspg_html_9912281240:97:13092:13100 Lea Park Lacombe, Alberta -0.446052041434467972 +88194 cspg_html_4326384800 cspg_html_4326384800:1147:170388:170407 Hay River Hay River (Canada) -0.459819284677136619 +88195 aapg_ae_308.html aapg_ae_308.html:197:17060:17079 Kinderhook Chattanooga, Tennessee -0.0281956113391264446 +88196 jgeology_html_3739517257 jgeology_html_3739517257:309:22014:22035 Chinle Entrada Sandstone -0.415295473859709607 +88197 aapg_ae_758.html aapg_ae_758.html:44:5074:5089 Salina Salina, Kansas -0.466219818123899288 +88198 aapg_ad_55.html aapg_ad_55.html:150:10608:10615 Plattin Decorah, Iowa -0.452882496357985831 +88199 aapg_ad_784.html aapg_ad_784.html:328:35938:35943 Sespe Oak Ridge, Tennessee -0.42423457487964078 +88200 aapg_ai_421.html aapg_ai_421.html:37:7890:7899 Allegheny Ohio -0.428045108019172948 +88201 aapg_ah_678.html aapg_ah_678.html:520:62748:62765 Vicksburg Brazoria County, Texas 0.0244659336332528031 +88202 cspg_html_8556552074 cspg_html_8556552074:121:11844:11858 Contact Rapids Lacombe, Alberta 1.19670448250778683 +88203 cspg_html_3102530088 cspg_html_3102530088:101:14282:14314 Provincial Milk River, Alberta -0.448529529594894116 +88204 geology_html_8446243985 geology_html_8446243985:44:3932:3938 Sierra Spain -0.439702904816710427 +88205 cspg_html_3041902517 cspg_html_3041902517:301:39194:39219 Belcher Channel Cape Cod -0.468015132988553406 +88206 aapg_ac_187.html aapg_ac_187.html:2580:262450:262460 Pittsburgh Washington (state) -0.0829005228678815348 +88207 aapg_af_614.html aapg_af_614.html:161:12872:12889 Hosston Urbana, Ohio -0.00272390391992803757 +88208 cspg_html_8438548095 cspg_html_8438548095:29:3624:3632 Paskapoo Edmonton, London -0.438450704245630596 +88209 gsa_html_7060854594 gsa_html_7060854594:32:2814:2842 Green River Colorado -0.00456360840821551893 +88210 aapg_ae_324.html aapg_ae_324.html:88:9038:9046 Virginia The Narrows -0.0475645152925121273 +88211 aapg_ac_419.html aapg_ac_419.html:510:60512:60532 Capistrano California -0.47601017133294582 +88212 aapg_ac_390.html aapg_ac_390.html:86:7897:7913 Santa Clara Channel Islands of California -0.478284785297837578 +88213 aapg_ah_290.html aapg_ah_290.html:244:26328:26334 Oregon Washington (state) -0.479772763003628699 +88214 AMJC_html_2360213652 AMJC_html_2360213652:12:682:688 Reston Virginia -0.0200714512738383588 +88215 gsa_html_3613642206 gsa_html_3613642206:750:69428:69438 Washington Seattle -0.0194353152309463539 +88216 geology_html_4045317233 geology_html_4045317233:11:463:473 Washington Washington (state) -0.447404197686881167 +88217 gsa_html_4111593109 gsa_html_4111593109:29:2796:2824 Green River Iran -0.445998354490544591 +88218 cspg_html_1509800797 cspg_html_1509800797:135:13365:13379 St. Mary River Lacombe, Alberta -0.0566548826845970285 +88219 sedimentology_html_9173053479 sedimentology_html_9173053479:301:20524:20566 Fisher Bremen (state) -0.490195451192383946 +88220 sedimentology_html_3907918417 sedimentology_html_3907918417:504:46481:46492 Peace River Victoria, British Columbia -0.506413174236720942 +88221 gsa_html_7840671974 gsa_html_7840671974:17:831:860 Twin Creek Sevier orogeny -0.0640491963620925947 +88222 gsa_html_1412681096 gsa_html_1412681096:766:67499:67508 San Pedro Mexico -0.00508998959117516313 +88223 aapg_ac_337.html aapg_ac_337.html:369:17066:17072 Denver Colorado -0.466769017228648164 +88224 cspg_html_3735760125 cspg_html_3735760125:254:27832:27841 Sheffield England -0.478326534516524793 +88225 aapg_aa_928.html aapg_aa_928.html:171:16518:16531 Yegua Columbus, Ohio -0.0056632802943650468 +88226 aapg_aa_761.html aapg_aa_761.html:586:72564:72575 Sadlerochit Anchorage, Alaska -0.0373010146688876193 +88227 cspg_html_8279079445 cspg_html_8279079445:416:45423:45437 Frio Texas -0.472604743150075168 +88228 jgeology_html_4729017492 jgeology_html_4729017492:89:3369:3376 Halifax Canada -0.496649713850252028 +88229 aapg_aa_625.html aapg_aa_625.html:290:24192:24211 Smackover Arkansas -0.00908750930208491146 +88230 gsa_html_2675218998 gsa_html_2675218998:627:59049:59068 Colorado Mesa, Arizona -0.49593907588154873 +88231 geology_html_9004383999 geology_html_9004383999:298:25827:25835 Finnegan Lacombe, Alberta -0.494543235417533422 +88232 cspg_html_9508543859 cspg_html_9508543859:940:75824:75845 Lawrence Canada -0.47596853330555533 +88233 cspg_html_9218543154 cspg_html_9218543154:64:11659:11667 Columbia Lacombe, Alberta -0.0161089604302801712 +88234 aapg_af_575.html aapg_af_575.html:221:30558:30566 Eminence Chautauqua County, Kansas -0.0484305318686929845 +88235 aapg_ad_683.html aapg_ad_683.html:61:9509:9523 Rico Grand Canyon -0.465616092314337648 +88236 gsa_html_1491636326 gsa_html_1491636326:957:79638:79648 Santa Cruz Chile -0.0178259478113005146 +88237 aapg_ac_187.html aapg_ac_187.html:2921:300265:300282 Tamabra Matamoros, Tamaulipas -0.495711798447340535 +88238 aapg_ad_154.html aapg_ad_154.html:116:13451:13456 Chazy Bellefonte, Pennsylvania -0.411942525233253254 +88239 gsa_html_1582166619 gsa_html_1582166619:203:17408:17426 Chulafinnee Schist Alabama 0.403069440692171987 +88240 gsa_html_5039569238 gsa_html_5039569238:104:10078:10094 Calmar Lacombe, Alberta -0.484920347334282464 +88241 aapg_ah_305.html aapg_ah_305.html:42:6225:6235 Rio Grande Texas -0.50076665576240853 +88242 sedimentology_html_8829282630 sedimentology_html_8829282630:1246:68302:68308 Pueblo Colorado -0.0198420227136738916 +88243 aapg_ae_354.html aapg_ae_354.html:128:13018:13026 Colorado Summitville, New York -0.487692158362934725 +88244 aapg_ac_72.html aapg_ac_72.html:50:6420:6432 Todos Santos Mexico 0.0173949505563630383 +88245 aapg_ah_827.html aapg_ah_827.html:164:24333:24343 Washington Anchorage, Alaska -0.0304773910336276765 +88246 gsa_html_6991576096 gsa_html_6991576096:662:59681:59703 Sokoman Canada -0.469028899015838996 +88247 cspg_html_8806021601 cspg_html_8806021601:80:9351:9371 Griper Bay Bathurst Island (Northern Territory) 0.401688660201866887 +88248 gsa_html_3448554349 gsa_html_3448554349:14:592:598 Reston Virginia -0.459083706416541504 +88249 aapg_ai_514.html aapg_ai_514.html:58:7105:7114 Wenatchee Washington (state) -0.487729676915167776 +88250 sedimentology_html_6051696699 sedimentology_html_6051696699:331:29007:29016 Extension East Timor -0.478284785297837578 +88251 gsa_html_1741354143 gsa_html_1741354143:132:13229:13253 Independence Greenland -0.516737432619300274 +88252 gsa_html_6608619586 gsa_html_6608619586:71:6759:6769 Manzanillo Salem, Oregon -0.473746101631411953 +88253 aapg_ah_3.html aapg_ah_3.html:60:8440:8467 Yeoman Colombia -0.0369546842337877615 +88254 cspg_html_7769839889 cspg_html_7769839889:221:24894:24901 Nahanni Dunedin, Florida -0.0128247793458777584 +88255 aapg_ai_946.html aapg_ai_946.html:353:46561:46586 Slope Venezuela -0.02390265150978289 +88256 cspg_html_4269474759 cspg_html_4269474759:1128:112165:112196 Shaftesbury Lacombe, Alberta -0.00190221287180793197 +88257 aapg_ae_454.html aapg_ae_454.html:605:55377:55384 Bossier Shreveport, Louisiana -0.0655427648639864691 +88258 gsa_html_7102550258 gsa_html_7102550258:388:44728:44744 Navajo Arizona -0.460944252925189812 +88259 palaios_html_8505514256 palaios_html_8505514256:18:1187:1211 Fort Thompson Melbourne, Florida -0.0557128760965852274 +88260 gsa_html_2173189484 gsa_html_2173189484:28:2610:2619 San Diego California -0.46814580209221146 +88261 aapg_ah_419.html aapg_ah_419.html:211:17870:17889 Fox Hills Edmonton, London -0.006663945278057983 +88262 cspg_html_2139304729 cspg_html_2139304729:10:1283:1303 Griper Bay Bathurst Island (Northern Territory) -0.149125658197294592 +88263 cspg_html_6331977039 cspg_html_6331977039:303:30129:30174 Blue Fiord Ellesmere Island -0.230254074992278734 +88264 cspg_html_3060428958 cspg_html_3060428958:19:2936:2953 Bearpaw Lacombe, Alberta 0.00208809189150845889 +88265 cspg_html_3104351736 cspg_html_3104351736:731:80842:80860 Foremost Lacombe, Alberta -0.474888953093082877 +88266 aapg_ae_794.html aapg_ae_794.html:76:12192:12211 Owl Creek Selma to Montgomery marches -0.480644453081816247 +88267 gsa_html_9310053579 gsa_html_9310053579:716:62833:62843 Washington Leavenworth, Washington -0.0282634328663418991 +88268 aapg_ai_561.html aapg_ai_561.html:38:3615:3634 Cotton Valley Shreveport, Louisiana -0.451733774163315116 +88269 aapg_ac_214.html aapg_ac_214.html:25:3215:3231 Carmel Arizona -0.00890334869044343696 +88270 aapg_ac_972.html aapg_ac_972.html:100:11668:11683 Santa Margarita Monterey, California -0.426817068967231705 +88271 aapg_ad_466.html aapg_ad_466.html:1298:139133:139146 Potomac Patapsco River -0.458103872838477311 +88272 aapg_aa_734.html aapg_aa_734.html:3:179:216 Arkansas Novaculite Arkansas 0.29158226538710641 +88273 aapg_aa_644.html aapg_aa_644.html:674:56836:56842 Provo Cheyenne, Wyoming -0.456608964648804683 +88274 cspg_html_5783501569 cspg_html_5783501569:47:6945:6964 Waterfowl Lacombe, Alberta -0.00147833984388663999 +88275 aapg_ae_296.html aapg_ae_296.html:42:4774:4790 Whitehorse Guadalupe Mountains National Park -0.0450123132997459277 +88276 aapg_af_86.html aapg_af_86.html:312:21922:21944 Fisset Brook Cape Breton Island -0.0321281154583834411 +88277 aapg_ae_526.html aapg_ae_526.html:38:3340:3353 Cotton Valley Cotton Valley, Louisiana -0.455803649368251795 +88278 gsa_html_9417870342 gsa_html_9417870342:323:26785:26809 Bedford Caborca -0.477401564658383792 +88279 aapg_ae_638.html aapg_ae_638.html:93:8737:8763 Salem Wayne County, Michigan -0.008957206898973313 +88280 aapg_ae_153.html aapg_ae_153.html:915:115076:115090 Colorado Black Hills -0.466714081975797668 +88281 aapg_ad_944.html aapg_ad_944.html:265:25251:25270 Shaunavon Regina, Saskatchewan -0.386805871680168667 +88282 aapg_ah_96.html aapg_ah_96.html:58:7192:7217 Upper Red River Winnipeg -0.231258069655693288 +88283 jgeology_html_3517640817 jgeology_html_3517640817:704:46657:46666 Peninsula Korea -0.440425240506611693 +88284 aapg_ah_972.html aapg_ah_972.html:122:10445:10455 Rio Grande Whitsett, North Carolina -0.447135398674851747 +88285 gsa_html_8881958017 gsa_html_8881958017:103:12760:12768 Columbia Victoria, British Columbia -0.464656465989479628 +88286 jgeology_html_1263059090 jgeology_html_1263059090:304:20071:20088 Beekmantown Black River, Jamaica -0.462193603410137988 +88287 aapg_ac_719.html aapg_ac_719.html:175:20839:20857 Huerfano Huerfano, New Mexico -0.444295421139491553 +88288 geology_html_9848373846 geology_html_9848373846:12:505:517 Martinsville Virginia -0.468696200218799319 +88289 aapg_ac_190.html aapg_ac_190.html:45:9159:9180 Skaneateles Moscow -0.456608964648804683 +88290 gsa_html_5081991493 gsa_html_5081991493:57:4874:4883 Flagstaff Uinta Mountains -0.445273887467667717 +88291 cspg_html_2546442054 cspg_html_2546442054:173:23320:23342 St. Mary River Lethbridge -0.479830848328458015 +88292 aapg_ah_779.html aapg_ah_779.html:189:34979:34983 Bays Oswego, New York -0.0161993249316557293 +88293 aapg_ae_999.html aapg_ae_999.html:294:40981:41004 Chattahoochee Melbourne, Florida -0.0515190157893396575 +88294 aapg_aa_263.html aapg_aa_263.html:181:19492:19509 Navajo Coconino County, Arizona -0.43491631701600808 +88295 aapg_ac_739.html aapg_ac_739.html:574:76576:76586 Caseyville Ohio -0.432624764132568007 +88296 gsa_html_2832151886 gsa_html_2832151886:93:8818:8831 Belle Fourche Regina, Saskatchewan -0.0128247793458777584 +88297 aapg_ah_647.html aapg_ah_647.html:814:88286:88305 Horquilla Naco, Sonora -0.46687889797168336 +88298 cspg_html_8649903682 cspg_html_8649903682:37:4949:4967 Goodrich Pine River (Michigan) -0.479893584862882694 +88299 cspg_html_9683836416 cspg_html_9683836416:81:14188:14205 Belly River Lacombe, Alberta -0.0282234355137958928 +88300 aapg_af_711.html aapg_af_711.html:225:21888:21894 Tehama California -0.475554574599736102 +88301 gsa_html_8516528083 gsa_html_8516528083:58:4677:4705 Green River Colorado 0.0372522840443789555 +88302 palaios_html_6973830442 palaios_html_6973830442:312:26833:26866 La Boca Mexico -0.0463867446356681576 +88303 gsa_html_5737673651 gsa_html_5737673651:9:355:371 Chinle Arizona -0.0189139078212818938 +88304 aapg_aa_486.html aapg_aa_486.html:43:5122:5130 Colorado Colorado -0.471464870791560964 +88305 sedimentology_html_5673709888 sedimentology_html_5673709888:513:31645:31659 Hawthorn Melbourne, Florida -0.492776907152809196 +88306 cspg_html_4245715705 cspg_html_4245715705:34:3655:3664 Williston Lacombe, Alberta -0.437960495533138761 +88307 aapg_ai_618.html aapg_ai_618.html:7:869:875 Casper Cheyenne, Wyoming -0.463271407180362194 +88308 aapg_ah_182.html aapg_ah_182.html:159:15996:16007 Beekmantown Martinsburg, Nebraska -0.40937556582286283 +88309 aapg_ae_41.html aapg_ae_41.html:77:6418:6457 Elk Lacombe, Alberta -0.463253167093327645 +88310 aapg_af_590.html aapg_af_590.html:597:47019:47027 Colorado Mancos, Colorado -0.463332970234029085 +88311 aapg_aa_998.html aapg_aa_998.html:123:12576:12589 Sycamore Comal County, Texas -0.489889776983278402 +88312 gsa_html_7464626519 gsa_html_7464626519:1150:102363:102391 Green River Colorado -0.0198680940009536566 +88313 aapg_ac_905.html aapg_ac_905.html:81:9160:9166 Muskeg Great Slave Lake -0.429934117971200513 +88314 aapg_aa_407.html aapg_aa_407.html:65:5949:5956 Dolores Colorado -0.489006291184516995 +88315 cspg_html_2585022950 cspg_html_2585022950:18:1910:1920 Mount Head Carnarvon, Western Australia 0.614290931002375418 +88316 aapg_ad_0.html aapg_ad_0.html:363:30222:30232 Eau Claire Wayne County, Michigan -0.033900859013031269 +88317 cspg_html_5264346535 cspg_html_5264346535:58:6590:6607 Bearpaw Lacombe, Alberta 0.0108631399368114955 +88318 gsa_html_7778996391 gsa_html_7778996391:1208:101697:101706 San Diego California -0.13061077789887196 +88319 cspg_html_3772380029 cspg_html_3772380029:11:1061:1086 Surprise Creek River Severn -0.484086347872667577 +88320 gsa_html_6330913937 gsa_html_6330913937:973:88587:88596 San Diego California 0.00173023150446143426 +88321 aapg_ac_490.html aapg_ac_490.html:396:56112:56126 Bullhead Victoria, British Columbia -0.0882873871561770801 +88322 aapg_ad_377.html aapg_ad_377.html:38:2781:2809 Forest Black Mountains (North Carolina) -0.477269506555081602 +88323 cspg_html_8818854104 cspg_html_8818854104:285:35236:35244 Columbia Victoria, British Columbia -0.449433936510724996 +88324 aapg_af_568.html aapg_af_568.html:444:38669:38672 Elk Cheyenne, Wyoming -0.237429490051346975 +88325 aapg_aa_121.html aapg_aa_121.html:82:9237:9242 Trail Victoria, British Columbia -0.0116467387889204136 +88326 aapg_af_775.html aapg_af_775.html:260:16925:16945 Catahoula Oakville, California -0.00153914125482608162 +88327 aapg_ad_338.html aapg_ad_338.html:193:20415:20433 Patapsco Delaware -0.433800750581361583 +88328 aapg_ac_941.html aapg_ac_941.html:25:2729:2750 Green River Colorado 0.379148377996249619 +88329 aapg_af_497.html aapg_af_497.html:579:53745:53755 Las Animas Colorado -0.0783150515688535026 +88330 cspg_html_1347848644 cspg_html_1347848644:343:44064:44072 Waterton Calgary -0.033900859013031269 +88331 gsa_html_9866042258 gsa_html_9866042258:1979:153684:153690 Oregon Lancaster, California -0.0389492941804812226 +88332 aapg_aa_314.html aapg_aa_314.html:83:10912:10918 Tinton Long Island (Massachusetts) -0.450676431675374467 +88333 aapg_ae_198.html aapg_ae_198.html:152:17138:17145 Wasatch Fremont, California -0.00946799468152085232 +88334 aapg_ae_855.html aapg_ae_855.html:130:14060:14078 Flagstaff North Horn Formation -0.107867022813187871 +88335 aapg_af_839.html aapg_af_839.html:81:9191:9201 Bell Michigan -0.457514673015389395 +88336 aapg_af_695.html aapg_af_695.html:11:1090:1095 Yegua Charlotte, North Carolina -0.455028421021904994 +88337 aapg_ad_785.html aapg_ad_785.html:39:4969:4987 Fountain Colorado Springs, Colorado -0.0270600859182637335 +88338 aapg_af_719.html aapg_af_719.html:1282:98909:98918 Extension Nigeria -0.447189152172129289 +88339 jgeology_html_2237275680 jgeology_html_2237275680:614:34058:34071 Sandia New Mexico -0.026705362044744569 +88340 aapg_aa_679.html aapg_aa_679.html:128:14517:14526 Talkeetna Yakutat City and Borough, Alaska 0.29629996329477587 +88341 cspg_html_1818321956 cspg_html_1818321956:222:23112:23120 Columbia Victoria, British Columbia -0.444844842741709823 +88342 cspg_html_4287356899 cspg_html_4287356899:3952:391838:391852 Lisburne Great Britain -0.496166414713999471 +88343 jgeology_html_3434214786 jgeology_html_3434214786:448:31915:31923 Echo Bay Lake Mead -0.452909542628234352 +88344 aapg_ae_198.html aapg_ae_198.html:1346:119487:119495 Michigan Lake Michigan -0.439103236963543697 +88345 gsa_html_3484366946 gsa_html_3484366946:2062:162557:162585 Green River Colorado 0.00568412731897794451 +88346 cspg_html_9735723617 cspg_html_9735723617:672:80287:80306 Griper Bay Ellesmere Island -0.0326639109248070408 +88347 palaios_html_5921824758 palaios_html_5921824758:291:29680:29697 Barstow California -0.466714081975797668 +88348 aapg_ac_72.html aapg_ac_72.html:50:6529:6551 Todos Santos Mexico -0.0530428169742091782 +88349 aapg_ah_182.html aapg_ah_182.html:25:3370:3387 Beekmantown Martinsburg, Nebraska -0.368969912829826441 +88350 cspg_html_5432603817 cspg_html_5432603817:6:303:338 Weatherall Banks Island -0.60366322762884006 +88351 cspg_html_9354781888 cspg_html_9354781888:229:28714:28721 Halfway Lacombe, Alberta -0.464501195477937445 +88352 aapg_af_854.html aapg_af_854.html:965:136095:136117 Paint Creek Perry County, Indiana -0.448377013151321557 +88353 aapg_ai_388.html aapg_ai_388.html:221:22637:22654 Bridger Cheyenne, Wyoming -0.0457474052838692941 +88354 aapg_af_783.html aapg_af_783.html:70:5153:5169 Modelo Santa Monica Mountains -0.485799611688376376 +88355 aapg_ae_226.html aapg_ae_226.html:120:16678:16688 Duck Creek Ohio -0.425516196002090841 +88356 gsa_html_2220556952 gsa_html_2220556952:843:100669:100692 Newark Canyon Reno, Nevada -0.485238274937032199 +88357 aapg_aa_918.html aapg_aa_918.html:1179:121740:121758 Carlsbad El Capitan -0.465561228542891226 +88358 aapg_ac_590.html aapg_ac_590.html:86:10831:10839 Ogallala Llano, Texas -0.445213540966811649 +88359 aapg_ai_157.html aapg_ai_157.html:118:15791:15797 Salina Salina, Kansas -0.434805805785743127 +88360 aapg_ae_74.html aapg_ae_74.html:717:67271:67289 Morrison New Mexico -0.452539980037272194 +88361 aapg_aa_357.html aapg_aa_357.html:195:16870:16877 Hermosa Colorado -0.446835332876372782 +88362 cspg_html_1841843683 cspg_html_1841843683:97:16679:16684 Swift Black Hills 0.753610448290595314 +88363 aapg_af_130.html aapg_af_130.html:65:12518:12535 Chemung Iowa -0.01912594516902133 +88364 aapg_aa_702.html aapg_aa_702.html:1137:128780:128818 Winnipegosis Regina, Saskatchewan 0.00132025624175985054 +88365 aapg_ad_601.html aapg_ad_601.html:53:6268:6296 Prairie Kawkawlin River 0.0316393104040147075 +88366 aapg_ad_871.html aapg_ad_871.html:81:8804:8821 Genshaw Michigan -0.0357887327729749932 +88367 aapg_af_258.html aapg_af_258.html:18:3123:3128 Aneth New Mexico -0.393456092218917641 +88368 sedimentology_html_7874076821 sedimentology_html_7874076821:1292:77057:77064 Andrews Geothermal areas of Yellowstone -0.478326534516524793 +88369 cspg_html_5891044027 cspg_html_5891044027:338:65740:65752 Purcell Lava Purcell Mountains 0.0070791567962302333 +88370 aapg_ac_70.html aapg_ac_70.html:391:47787:47804 Oquirrh Great Basin -0.496739770863772301 +88371 cspg_html_3065473572 cspg_html_3065473572:174:23700:23721 Lawrence Middle Ordovician 0.000350909960469292584 +88372 aapg_ah_536.html aapg_ah_536.html:398:52504:52516 Rodessa East Texas 0.342721893105575104 +88373 aapg_af_561.html aapg_af_561.html:360:31115:31129 Wasatch Wasatch Range -0.440369656281272781 +88374 aapg_af_775.html aapg_af_775.html:463:38940:38948 Oakville Beaumont, Texas -0.0165121278486362495 +88375 jgeology_html_6990146451 jgeology_html_6990146451:1818:92073:92129 Greenbrier Huntington, West Virginia -0.471589148494391819 +88376 cspg_html_6116883777 cspg_html_6116883777:1238:173786:173808 Barlow Inlet Little Cornwallis Island -0.0336555463053693354 +88377 cspg_html_7467378242 cspg_html_7467378242:15:2001:2010 Cold Lake Lacombe, Alberta -0.0537193910403591518 +88378 gsa_html_5587803184 gsa_html_5587803184:207:23034:23048 Hawthorn Ocala, Florida -0.509711797196706451 +88379 cspg_html_8267847427 cspg_html_8267847427:39:7909:7929 Milk River Milk River, Alberta -0.0755312162350789129 +88380 cspg_html_2882882278 cspg_html_2882882278:116:19108:19126 Belcourt Crowsnest Pass, Alberta -0.448287309474040385 +88381 gsa_html_2162821431 gsa_html_2162821431:1053:92152:92161 San Diego California -0.026705362044744569 +88382 aapg_ah_283.html aapg_ah_283.html:517:61914:61920 Oregon Portland, Oregon -0.440300736461396947 +88383 aapg_af_659.html aapg_af_659.html:57:4286:4296 Phosphoria Cheyenne, Wyoming -0.444856013246054061 +88384 geology_html_7782069611 geology_html_7782069611:12:792:798 Oregon Newport, Rhode Island -0.0373010146688876193 +88385 aapg_ai_17.html aapg_ai_17.html:225:18206:18220 Tuscahoma Marengo County, Alabama -0.448578878596292641 +88386 aapg_ae_113.html aapg_ae_113.html:225:30207:30232 Belcher Channel Bathurst Island (Northern Territory) 0.000738300797043057208 +88387 aapg_aa_934.html aapg_aa_934.html:48:7040:7044 Word Texas 0.0305000021832191603 +88388 sedimentology_html_7553974053 sedimentology_html_7553974053:1269:112711:112729 Monterey California -0.448327675040319895 +88389 AMJC_html_7144941731 AMJC_html_7144941731:343:41475:41505 Weaverville California -0.0444288146314834667 +88390 cspg_html_7457399958 cspg_html_7457399958:226:28838:28857 Bay Fiord Melville Island (Canada) -0.463910045923527747 +88391 aapg_ac_536.html aapg_ac_536.html:662:66432:66440 Billings Williston, Vermont 0.00366894160385648283 +88392 aapg_ae_668.html aapg_ae_668.html:1119:107491:107506 Brazil Sergipe -0.479719327950920094 +88393 aapg_aa_621.html aapg_aa_621.html:544:68663:68681 Tensleep Powder River (Montana) -0.491602971744153683 +88394 aapg_ae_906.html aapg_ae_906.html:49:5538:5559 Paint Creek Bethel, Alaska -0.447189152172129289 +88395 aapg_aa_117.html aapg_aa_117.html:13:1696:1713 Cobourg Ontario, California -0.414176548606843775 +88396 palaios_html_5334521487 palaios_html_5334521487:461:56515:56535 Arco Hills Boise, Idaho -0.452112016307883446 +88397 aapg_ai_189.html aapg_ai_189.html:88:11855:11862 Bonanza Manderson, Wyoming -0.449467616590735308 +88398 aapg_ah_275.html aapg_ah_275.html:275:32837:32855 Monterey California -0.46809765859229685 +88399 aapg_ad_918.html aapg_ad_918.html:73:10727:10745 Niobrara Colorado -0.425384893115628659 +88400 sedimentology_html_8384737970 sedimentology_html_8384737970:388:32749:32755 Navajo Carmel, Indiana -0.496867763222673786 +88401 aapg_aa_721.html aapg_aa_721.html:665:72306:72310 Elko Reno, Nevada -0.245924077333448815 +88402 aapg_ad_169.html aapg_ad_169.html:41:5122:5142 Pottsville Greenbrier (Great Smoky Mountains) 0.0242833862702497814 +88403 gsa_html_7464626519 gsa_html_7464626519:1115:98960:98989 Uncompahgre Albuquerque, New Mexico -0.494056417995318131 +88404 aapg_aa_147.html aapg_aa_147.html:169:21103:21123 Interlake Middle East -0.50029763809586858 +88405 gsa_html_4557277250 gsa_html_4557277250:710:63851:63883 Carmel Logan, Utah -0.0492670174484324749 +88406 cspg_html_1166788717 cspg_html_1166788717:138:15613:15618 Leduc Lacombe, Alberta -0.461128473443845555 +88407 aapg_af_143.html aapg_af_143.html:1029:107417:107426 Knoxville Central Valley (California) -0.0575289744471569053 +88408 aapg_ac_392.html aapg_ac_392.html:117:11354:11369 Salem Illinois -0.486181062928634833 +88409 sedimentology_html_4372260172 sedimentology_html_4372260172:569:49391:49419 Whirlpool Canada -0.454052985518192231 +88410 aapg_ae_715.html aapg_ae_715.html:161:20192:20212 Vicksburg Texas -0.0742623743803646208 +88411 cspg_html_4293350162 cspg_html_4293350162:884:94481:94493 Rundle Lacombe, Alberta -0.467905110852730732 +88412 aapg_af_755.html aapg_af_755.html:245:26936:26953 Cardium Arctic Cordillera -0.458512006859490784 +88413 aapg_ad_564.html aapg_ad_564.html:338:31298:31323 Barnett Texas -0.4597920302667165 +88414 aapg_ac_884.html aapg_ac_884.html:26:2945:2949 Keel Clarita, Oklahoma -0.12382779659473786 +88415 aapg_ac_380.html aapg_ac_380.html:450:52992:53010 Onondaga Lake Erie -0.461271782333034175 +88416 gsa_html_9865056817 gsa_html_9865056817:9:385:396 Cutler Logan, Utah -0.45937423310039871 +88417 aapg_af_978.html aapg_af_978.html:918:133627:133634 Herring North Sea oil -0.00967821874611652505 +88418 aapg_ac_743.html aapg_ac_743.html:3:474:488 Lyre Washington (state) -0.0264393249899875019 +88419 jgeology_html_3589217313 jgeology_html_3589217313:185:10057:10074 Hampton Eocene -0.455536877615232372 +88420 aapg_aa_684.html aapg_aa_684.html:144:14896:14900 Jelm John Crow Mountains -0.419723157415338222 +88421 aapg_ai_477.html aapg_ai_477.html:20:2544:2566 Buckinghorse Pine River (Michigan) -0.456778715576978744 +88422 aapg_ad_292.html aapg_ad_292.html:720:70259:70267 Virginia Reston, Virginia -0.467925738958578585 +88423 jgeology_html_2809998069 jgeology_html_2809998069:199:12358:12376 Wamsutta Newport, Rhode Island -0.441406293921039528 +88424 AMJC_html_7984049819 AMJC_html_7984049819:94:10842:10849 Berwick Portland, Maine -0.0471881674171297158 +88425 aapg_ah_199.html aapg_ah_199.html:148:18901:18915 Atoka Atoka, Oklahoma 0.0469494744747351103 +88426 sedimentology_html_3006596207 sedimentology_html_3006596207:944:58033:58043 Long Point Ontario, California -0.0724078074800243582 +88427 cspg_html_3597281324 cspg_html_3597281324:287:35433:35455 Tongue River North Dakota -0.477269506555081602 +88428 aapg_ai_838.html aapg_ai_838.html:374:56875:56892 Grayson Texas -0.0388274478076049076 +88429 aapg_ac_841.html aapg_ac_841.html:1759:179199:179205 Sierra Mexico -0.467497231753434772 +88430 AMJC_html_7058153329 AMJC_html_7058153329:25:1599:1607 Columbia Wisconsin -0.0115181647621516343 +88431 aapg_ae_370.html aapg_ae_370.html:236:20656:20678 Cowlitz Cowlitz River -0.0535310597964058985 +88432 aapg_af_854.html aapg_af_854.html:258:32463:32473 Keokuk Kinderhook (town), New York -0.457487488497030304 +88433 geology_html_4004100559 geology_html_4004100559:343:25071:25079 Scotland London, Ontario -0.514431617555045517 +88434 aapg_af_994.html aapg_af_994.html:161:24268:24274 Forbes Central Valley (California) -0.448327675040319895 +88435 cspg_html_1434585715 cspg_html_1434585715:795:76054:76062 Coalspur Lacombe, Alberta -0.47596853330555533 +88436 palaios_html_8113714689 palaios_html_8113714689:148:11957:11965 Au Train Michigan -0.466782751574986277 +88437 cspg_html_1509800797 cspg_html_1509800797:201:17328:17345 Bearpaw Lacombe, Alberta -0.0315888654763454985 +88438 AMJC_html_7085584544 AMJC_html_7085584544:1161:110651:110679 Green River Cheyenne, Wyoming -0.448529529594894116 +88439 aapg_ah_96.html aapg_ah_96.html:122:13333:13355 Black Island Manitoba 0.531935864652027801 +88440 sedimentology_html_7956785740 sedimentology_html_7956785740:1025:64002:64012 Washington Washington (state) -0.477234757760444439 +88441 aapg_ai_491.html aapg_ai_491.html:186:21926:21951 Paradox Lampasas, Texas -0.0643932946816024032 +88442 aapg_ai_592.html aapg_ai_592.html:41:6186:6201 Uinta Uintah, Utah -0.0409860998014640113 +88443 aapg_ac_986.html aapg_ac_986.html:494:60878:60885 Laramie Denver -0.444045386433783829 +88444 cspg_html_8174352156 cspg_html_8174352156:123:17542:17550 Columbia Victoria, British Columbia -0.475085351012185853 +88445 cspg_html_4834918660 cspg_html_4834918660:26:3900:3923 Grand Rapids Clearwater, Florida -0.464501195477937445 +88446 gsa_html_5865982995 gsa_html_5865982995:976:106364:106370 Denver Colorado -0.0602933440335905041 +88447 aapg_aa_484.html aapg_aa_484.html:167:14943:14953 Moorefield Arkansas -0.462166276497962936 +88448 cspg_html_5688447798 cspg_html_5688447798:251:29257:29273 Strathcona Fiord District Council of Franklin Harbour -0.421948969269320462 +88449 aapg_ae_959.html aapg_ae_959.html:2310:164376:164383 Rustler Amarillo, Texas 0.504353712559836187 +88450 gsa_html_3542448939 gsa_html_3542448939:18:925:940 Twilight Gneiss Colorado -0.071620691439041248 +88451 aapg_ac_289.html aapg_ac_289.html:213:17942:17952 Tuscaloosa Paluxy, Texas 0.0116050390489145696 +88452 gsa_html_6039599383 gsa_html_6039599383:410:36878:36896 Edmunds Portland, Maine -0.0397187025652964501 +88453 aapg_ac_628.html aapg_ac_628.html:288:46699:46706 Wasatch Fort Union Trading Post National Historic Site 0.313621248462089941 +88454 geology_html_4668853783 geology_html_4668853783:9:296:301 Rapid North Atlantic Current -0.0592879805614410296 +88455 gsa_html_1744648670 gsa_html_1744648670:1299:124664:124679 Keele Canada -0.420791864948583338 +88456 aapg_ad_110.html aapg_ad_110.html:672:72528:72536 Tensleep Darwin, Northern Territory -0.0282634328663418991 +88457 aapg_af_631.html aapg_af_631.html:130:11604:11623 Whitehorse Chinle Formation -0.0371844096364450094 +88458 geology_html_9765421558 geology_html_9765421558:233:20092:20109 Prairie Wisconsin -0.471589148494391819 +88459 geology_html_5892049571 geology_html_5892049571:254:23216:23224 Iroquois Canada -0.0261715541385612628 +88460 aapg_ae_871.html aapg_ae_871.html:349:56141:56149 Lea Park Lacombe, Alberta -0.0120741642534044936 +88461 AMJC_html_5916115748 AMJC_html_5916115748:1502:132983:132993 Washington Pacific Northwest -0.0401573975935689137 +88462 aapg_aa_24.html aapg_aa_24.html:938:104778:104783 Yukon Memphis International Airport -0.0328900657953446335 +88463 geology_html_6080445349 geology_html_6080445349:12:589:599 Washington Seattle -0.462102516958969756 +88464 sedimentology_html_7017470432 sedimentology_html_7017470432:130:13958:13966 Manassas Virginia -0.486483068290992582 +88465 geology_html_2391629888 geology_html_2391629888:239:22377:22391 Ogallala Hitchcock County, Nebraska -0.0194353152309463539 +88466 cspg_html_8363357104 cspg_html_8363357104:630:78961:78982 Survey Peak Victoria, British Columbia -0.461765577936308902 +88467 geology_html_9669517688 geology_html_9669517688:22:1361:1373 Rhode Island Bay of Bengal 0.569332945050956996 +88468 geology_html_3717843204 geology_html_3717843204:164:15498:15516 Gowganda Ontario, California -0.417370067428227742 +88469 gsa_html_9052101586 gsa_html_9052101586:478:57622:57633 Peoria Peoria, Illinois -0.462166276497962936 +88470 aapg_aa_929.html aapg_aa_929.html:24:2947:2951 Nome Spindletop -0.0683772486088849579 +88471 cspg_html_6014123208 cspg_html_6014123208:15:1545:1565 Cadomin Western world 0.0385559099490932269 +88472 cspg_html_5699627350 cspg_html_5699627350:104:13779:13795 Viking Colorado -0.0319472030481665059 +88473 cspg_html_6306091047 cspg_html_6306091047:863:108999:109007 Pardonet Victoria, British Columbia -0.458659434193013582 +88474 sedimentology_html_6302405335 sedimentology_html_6302405335:1194:90236:90251 Mesaverde Mancos, Colorado -0.428791476930725279 +88475 AMJC_html_4504848787 AMJC_html_4504848787:199:21377:21384 Madison Virginia -0.471464870791560964 +88476 gsa_html_1120968922 gsa_html_1120968922:969:74231:74235 Bell Ancient Corinth -0.440354093294291316 +88477 aapg_aa_644.html aapg_aa_644.html:98:11615:11625 Bear River Cheyenne, Wyoming -0.0255351835335731921 +88478 cspg_html_9717154602 cspg_html_9717154602:214:32445:32452 Bearpaw Lacombe, Alberta -0.442575570278969321 +88479 aapg_ah_96.html aapg_ah_96.html:106:10994:11002 Deadwood Cheyenne, Wyoming -0.40083036975642572 +88480 aapg_aa_609.html aapg_aa_609.html:474:48076:48089 Madison Cheyenne, Wyoming 0.00828311544079899167 +88481 aapg_af_653.html aapg_af_653.html:951:111807:111814 Temblor Monterey, California 0.0245615545418565208 +88482 aapg_aa_147.html aapg_aa_147.html:781:78722:78740 Amaranth Red River of the North -0.0249388283192189877 +88483 cspg_html_3473883402 cspg_html_3473883402:33:5117:5127 Swan Hills Canada 0.611777379565123902 +88484 cspg_html_6517402834 cspg_html_6517402834:40:4727:4735 Scollard Lacombe, Alberta -0.441517589995484405 +88485 gsa_html_3484366946 gsa_html_3484366946:2005:158409:158433 Tindir Anchorage, Alaska -0.4835517998191603 +88486 gsa_html_1759562042 gsa_html_1759562042:56:5713:5738 Navajo Logan, Utah -0.0750848975436395616 +88487 aapg_ad_2.html aapg_ad_2.html:1325:181835:181847 Sherman Fall Mohawk Valley -0.057785466485775136 +88488 aapg_af_728.html aapg_af_728.html:188:23397:23414 Barnett Red River of the North -0.0370660655999496616 +88489 cspg_html_5891044027 cspg_html_5891044027:16:2880:2889 Appekunny Purcell Mountains -0.454052985518192231 +88490 gsa_html_1954639412 gsa_html_1954639412:58:4283:4311 Green River Colorado -0.0236314487961183893 +88491 sedimentology_html_1633878988 sedimentology_html_1633878988:26:1766:1779 Santa Barbara Washington (state) -0.0226787985009231641 +88492 aapg_ah_644.html aapg_ah_644.html:230:27196:27203 Rierdon Williston Basin -0.428824418473081392 +88493 aapg_ae_3.html aapg_ae_3.html:679:63321:63329 Colorado Colorado -0.444844842741709823 +88494 aapg_ae_63.html aapg_ae_63.html:361:37064:37070 Antler Boise, Idaho 0.0159282324715774928 +88495 aapg_ai_572.html aapg_ai_572.html:69:7985:7993 Seminole Konawa, Oklahoma -0.485406637327558677 +88496 aapg_af_896.html aapg_af_896.html:135:13702:13714 Percha Sacramento Mountains (California) -0.00395905591412439809 +88497 aapg_af_3.html aapg_af_3.html:365:34387:34402 Supai Arizona -0.470629904958731249 +88498 geology_html_8605385510 geology_html_8605385510:12:504:510 Reston Virginia -0.447135398674851747 +88499 cspg_html_5484260516 cspg_html_5484260516:989:78172:78185 Wabamun Lacombe, Alberta -0.449431691216236939 +88500 sedimentology_html_9134883029 sedimentology_html_9134883029:1252:82984:82989 Crete Gavdos -0.441459714368856782 +88501 aapg_ai_28.html aapg_ai_28.html:280:27157:27166 San Diego Duval County, Texas -0.454714450783640367 +88502 cspg_html_2758324131 cspg_html_2758324131:30:5747:5754 Lyleton Williston Basin -0.454610570976523354 +88503 cspg_html_7216316403 cspg_html_7216316403:16:1541:1561 Beaverfoot Mount Wilson Observatory -0.466769017228648164 +88504 sedimentology_html_9227563678 sedimentology_html_9227563678:1225:79975:79981 Arroyo Uruguay -0.448217795173201261 +88505 cspg_html_9177794814 cspg_html_9177794814:132:16033:16047 Lisburne Northwest Arctic Borough, Alaska -0.465787563493960222 +88506 cspg_html_1260733368 cspg_html_1260733368:294:38954:38976 Medicine Hat Lacombe, Alberta -0.453044786078658057 +88507 aapg_ac_535.html aapg_ac_535.html:514:49877:49885 Colorado Denver -0.510884990900938862 +88508 aapg_ae_80.html aapg_ae_80.html:174:29576:29582 Snyder Illinois -0.0162966409406991447 +88509 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14407:14415 Dunvegan Lacombe, Alberta -0.452977161832460395 +88510 AMJC_html_5974020359 AMJC_html_5974020359:821:85612:85621 Extension Tyrrhenian Sea -0.468317764612058318 +88511 gsa_html_7518144145 gsa_html_7518144145:390:34049:34057 Farewell Wisconsin 0.0117822633156924803 +88512 aapg_af_489.html aapg_af_489.html:17:1777:1796 Jackson Texas -0.466727815469158758 +88513 aapg_aa_928.html aapg_aa_928.html:315:35803:35807 Frio Western world -0.030833956297731533 +88514 aapg_af_551.html aapg_af_551.html:47:5336:5352 Sierra Rift Valley lakes -0.0444288146314834667 +88515 gsa_html_5924250698 gsa_html_5924250698:571:51091:51105 Arikaree Cheyenne, Wyoming -0.472501057082917231 +88516 aapg_ah_90.html aapg_ah_90.html:40:6574:6598 Cedar Mountain San Rafael Swell -0.0573440272234611997 +88517 aapg_ah_447.html aapg_ah_447.html:162:19415:19422 Reynosa Oakville, California -0.434518537443352337 +88518 cspg_html_8250755331 cspg_html_8250755331:531:61390:61401 Shaftesbury Lacombe, Alberta -0.500197678525539202 +88519 aapg_af_721.html aapg_af_721.html:500:43008:43014 Denver Colorado -0.503999808743944788 +88520 aapg_ai_282.html aapg_ai_282.html:464:47995:48012 Edwards Texas 0.0147517959743398014 +88521 aapg_af_654.html aapg_af_654.html:46:4731:4755 Choctawhatchee Melbourne, Florida -0.0169066131987412362 +88522 aapg_ae_992.html aapg_ae_992.html:562:51500:51508 Red Peak John Crow Mountains -0.461001107058420345 +88523 aapg_aa_45.html aapg_aa_45.html:88:10474:10482 Moenkopi Logan, Utah 0.324727292877970641 +88524 aapg_ae_383.html aapg_ae_383.html:449:35105:35113 Woodford Chattanooga, Tennessee -0.0167554219628843898 +88525 gsa_html_3445493534 gsa_html_3445493534:598:66283:66301 Monterey Compton, California -0.445989406971527558 +88526 AMJC_html_6341723617 AMJC_html_6341723617:994:84079:84112 Colton Logan, Utah -0.0265836451265893982 +88527 cspg_html_5891044027 cspg_html_5891044027:490:83482:83493 Dutch Creek Purcell Mountains -0.485252303872338198 +88528 cspg_html_5688447798 cspg_html_5688447798:145:21125:21153 Disappointment Bay Ellesmere Island -0.0364256392683856012 +88529 gsa_html_9901339383 gsa_html_9901339383:478:43261:43269 Colorado Cheyenne, Wyoming -0.0668112913771392175 +88530 aapg_ae_181.html aapg_ae_181.html:120:17380:17400 Tuscaloosa Montgomery (town), New York 0.0223241763146486936 +88531 aapg_ae_324.html aapg_ae_324.html:191:18393:18402 Blackford Jonesville, Louisiana -0.465945346292333973 +88532 aapg_af_97.html aapg_af_97.html:76:8912:8939 Richmond Maysville, Kentucky -0.425363011053494167 +88533 aapg_ai_105.html aapg_ai_105.html:571:68025:68030 Provo Uinta Mountains -0.463253167093327645 +88534 aapg_ac_230.html aapg_ac_230.html:50:5941:5947 Sierra Venezuela -0.0143364940209374722 +88535 aapg_ak_117.html aapg_ak_117.html:532:51356:51364 Michigan Allegheny Mountains -0.462261924354454456 +88536 geology_html_1664804865 geology_html_1664804865:12:629:637 Colorado Colorado -0.0425949712561439139 +88537 aapg_ac_70.html aapg_ac_70.html:463:53930:53947 Bird Spring Clark County, Indiana -0.0172854647230763214 +88538 aapg_ad_466.html aapg_ad_466.html:1373:146093:146105 Severn River Chesapeake Bay -0.00960003611164492003 +88539 jgeology_html_2809998069 jgeology_html_2809998069:344:25601:25613 Rhode Island Kingston, Jamaica -0.445984933244691462 +88540 aapg_aa_775.html aapg_aa_775.html:549:56712:56727 Buda Austin, Chicago -0.402735827369643196 +88541 palaios_html_5264377288 palaios_html_5264377288:733:58072:58092 Chickaloon Anchorage, Alaska -0.459837454744856933 +88542 aapg_ae_877.html aapg_ae_877.html:333:28215:28224 Waterways Swan Hill, Victoria -0.478326534516524793 +88543 gsa_html_1130947011 gsa_html_1130947011:144:17114:17131 Decorah Black River, Jamaica -0.0102706745632111761 +88544 aapg_ac_920.html aapg_ac_920.html:44:7285:7292 Oquirrh Pennsylvania -0.466842269540434285 +88545 cspg_html_3501550466 cspg_html_3501550466:101:15759:15800 Grosmont Lacombe, Alberta -0.455658949817136283 +88546 gsa_html_6062330506 gsa_html_6062330506:781:76888:76904 Salado Albuquerque, New Mexico -0.464473797617463435 +88547 gsa_html_7199417381 gsa_html_7199417381:1157:97590:97618 Green River Iran -0.0209613827792686502 +88548 sedimentology_html_6210806021 sedimentology_html_6210806021:109:8557:8565 Columbia Victoria, British Columbia -0.0176347786034971379 +88549 aapg_aa_318.html aapg_aa_318.html:276:24946:24950 Kent North Sea oil -0.503894623171085909 +88550 geology_html_6275240411 geology_html_6275240411:150:15182:15190 Winnipeg Lake Winnipeg -0.0198211657095899094 +88551 jgeology_html_3517640817 jgeology_html_3517640817:138:7094:7103 Peninsula Korea -0.433370341259820213 +88552 aapg_ah_646.html aapg_ah_646.html:364:43699:43715 Chinle Colorado 0.0599616960253125386 +88553 sedimentology_html_5286674783 sedimentology_html_5286674783:736:48226:48232 Oregon Washington (state) -0.469051848391689397 +88554 aapg_ae_153.html aapg_ae_153.html:743:91997:92019 Shinarump Conglomerate Logan, Utah -0.483173848714512189 +88555 aapg_ac_222.html aapg_ac_222.html:232:31967:31983 Cutler Hermosa, Chicago -0.026705362044744569 +88556 aapg_ai_542.html aapg_ai_542.html:167:16673:16681 Colorado Pagosa Springs, Colorado -0.455184317280275863 +88557 jgeology_html_2758284699 jgeology_html_2758284699:962:55582:55588 Oxford Pergamon Museum -0.0120741642534044936 +88558 gsa_html_2717448156 gsa_html_2717448156:143:16253:16259 Denver Colorado -0.510116323839860719 +88559 aapg_ae_767.html aapg_ae_767.html:147:14043:14061 Fountain Colorado -0.477130519718023338 +88560 cspg_html_9354781888 cspg_html_9354781888:1442:91241:91249 Columbia Lacombe, Alberta -0.0318915382493003205 +88561 geology_html_8196169061 geology_html_8196169061:238:22460:22480 Mill Creek Lacombe, Alberta -0.0408537810405160198 +88562 aapg_ah_747.html aapg_ah_747.html:106:12740:12760 Weber Logan, Utah -0.457582637906406409 +88563 cspg_html_6383234409 cspg_html_6383234409:561:58554:58574 Blue Fiord Ellesmere Island 0.425201099347204015 +88564 sedimentology_html_9252655955 sedimentology_html_9252655955:957:82109:82113 Hall London, Ontario -0.439098796420780313 +88565 aapg_af_166.html aapg_af_166.html:214:24870:24886 Lissie Hockley -0.419862392479243229 +88566 aapg_ai_159.html aapg_ai_159.html:219:25468:25475 Caimito Culebra, Puerto Rico -0.453495743339231705 +88567 aapg_ac_201.html aapg_ac_201.html:490:47656:47661 Kayak Sheenjek River -0.0881188924461236978 +88568 cspg_html_9648675035 cspg_html_9648675035:38:4346:4354 Columbia Victoria, British Columbia -0.431186011272103542 +88569 geology_html_8955954660 geology_html_8955954660:246:21793:21802 Extension China -0.463636287457712182 +88570 aapg_ac_835.html aapg_ac_835.html:61:8868:8876 Dinwoody Cheyenne, Wyoming 0.921540408532576127 +88571 gsa_html_7102550258 gsa_html_7102550258:388:44789:44814 Mount Wrightson Arizona -0.479960973619786069 +88572 aapg_ad_999.html aapg_ad_999.html:120:12528:12547 Athabasca Canada -0.0631986432555989852 +88573 sedimentology_html_8006979411 sedimentology_html_8006979411:1096:90097:90116 Kaskapau Lacombe, Alberta -0.460953349343471763 +88574 cspg_html_6021605367 cspg_html_6021605367:13:1315:1325 Big Valley Ouray, Colorado -0.472639307901536299 +88575 aapg_ac_307.html aapg_ac_307.html:104:9696:9735 Uinta Uinta Mountains -0.00967821874611652505 +88576 geology_html_2003223241 geology_html_2003223241:203:21316:21324 Victoria Melbourne, Florida -0.469051848391689397 +88577 aapg_af_638.html aapg_af_638.html:81:6766:6784 Traverse Antrim, County Antrim -0.449541717141150321 +88578 gsa_html_6169925575 gsa_html_6169925575:755:80960:80970 Sunderland Cambridge, Massachusetts -0.505272653872059108 +88579 cspg_html_9361096527 cspg_html_9361096527:761:70848:70857 Mesaverde Cheyenne, Wyoming -0.250122537211001805 +88580 aapg_ae_427.html aapg_ae_427.html:674:51777:51787 Washington Durham, North Carolina -0.438839061514967266 +88581 aapg_ae_4.html aapg_ae_4.html:541:55536:55557 Bird Spring Reno, Nevada -0.475963906981033746 +88582 cspg_html_1841843683 cspg_html_1841843683:79:13360:13365 Piper Williston Basin -0.442682549290708161 +88583 aapg_ah_419.html aapg_ah_419.html:72:7097:7110 Bearpaw Lethbridge -0.0734697277949617755 +88584 cspg_html_1009749092 cspg_html_1009749092:79:10920:10934 Edmonton Lacombe, Alberta -0.446029671493266278 +88585 aapg_af_980.html aapg_af_980.html:16:464:472 Colorado Denver -0.503388006501126029 +88586 aapg_ad_177.html aapg_ad_177.html:471:56337:56345 Virginia Virginia -0.479459169650376604 +88587 geology_html_9714557029 geology_html_9714557029:22:1670:1678 Colorado Regina, Saskatchewan -0.45417711448712661 +88588 palaios_html_6100595217 palaios_html_6100595217:138:16362:16383 Gosport Sand Lisbon -0.4506269691264706 +88589 cspg_html_6839937815 cspg_html_6839937815:354:49258:49263 Price Logan, Utah -0.440387442871438828 +88590 aapg_ai_11.html aapg_ai_11.html:229:28041:28045 Lane Plattsburg, Missouri -0.476269297170336003 +88591 gsa_html_9052101586 gsa_html_9052101586:798:86301:86307 Cannon Michigan 0.00854719127328702234 +88592 gsa_html_3741736945 gsa_html_3741736945:59:4043:4071 Green River Iran 0.00285245641142386911 +88593 gsa_html_4697070830 gsa_html_4697070830:153:15806:15826 Peoria Peoria, Illinois -0.486436238766394913 +88594 aapg_ah_632.html aapg_ah_632.html:33:5299:5325 Flagstaff Flagstaff, Arizona -0.0540332876662449682 +88595 aapg_ad_811.html aapg_ad_811.html:45:4374:4384 Montgomery Beaumont, Texas -0.0921119157168255737 +88596 aapg_ac_302.html aapg_ac_302.html:236:27267:27272 Moapa Piute, California -0.458865873154244486 +88597 aapg_aa_956.html aapg_aa_956.html:189:19333:19352 Jackson Mississippi River -0.44830973456876172 +88598 palaios_html_8950546356 palaios_html_8950546356:317:31942:31973 Chinle Arizona -0.420787509362551382 +88599 aapg_ai_153.html aapg_ai_153.html:228:37555:37568 Goddard Ardmore, Pennsylvania -0.478326534516524793 +88600 aapg_aa_745.html aapg_aa_745.html:324:38751:38764 Brushy Canyon New Mexico -0.010750205891597751 +88601 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek McArthur River uranium mine -0.497180715543366847 +88602 aapg_ad_440.html aapg_ad_440.html:644:64356:64372 Denmar Lewisburg, Pennsylvania -0.0575708500128760542 +88603 aapg_ae_777.html aapg_ae_777.html:490:57802:57819 Tererro Pecos River -0.467130759519596039 +88604 gsa_html_6980451554 gsa_html_6980451554:162:20026:20043 Kayenta Springdale, Arkansas -0.481777803377517411 +88605 sedimentology_html_8301312654 sedimentology_html_8301312654:270:21678:21684 Dorsey Baja California peninsula -0.489182445167081981 +88606 aapg_aa_684.html aapg_aa_684.html:131:13724:13738 Jelm John Crow Mountains 0.0174158050633557333 +88607 aapg_ah_878.html aapg_ah_878.html:193:20950:20958 Michigan Bruce Peninsula National Park -0.464473797617463435 +88608 jgeology_html_9014945366 jgeology_html_9014945366:273:14232:14241 Rio Negro South America -0.478488911708928044 +88609 aapg_ac_609.html aapg_ac_609.html:8:809:839 Methy Lacombe, Alberta -0.49129679030748663 +88610 aapg_af_575.html aapg_af_575.html:669:91576:91598 Marble Falls Ardmore, Pennsylvania -0.479475427251918496 +88611 aapg_ac_913.html aapg_ac_913.html:90:8914:8934 Hartshorne Hartshorne, Oklahoma -0.426817068967231705 +88612 aapg_ac_844.html aapg_ac_844.html:343:43043:43047 Peel East Pacific Rise -0.0352075456733289827 +88613 aapg_ah_519.html aapg_ah_519.html:167:17868:17887 Cloverly Cheyenne, Wyoming -0.0191815618988117366 +88614 sedimentology_html_9946818064 sedimentology_html_9946818064:44:3854:3863 San Diego La Jolla -0.038468880180471815 +88615 aapg_ac_151.html aapg_ac_151.html:22:4005:4018 Cook Mountain Texas -0.45954677788095788 +88616 aapg_af_266.html aapg_af_266.html:256:29856:29871 Catalina Schist Los Angeles -0.0488731608770273246 +88617 AMJC_html_6759408618 AMJC_html_6759408618:421:42655:42676 Martinsburg Lebanon County, Pennsylvania -0.435926993396556828 +88618 aapg_ah_623.html aapg_ah_623.html:288:27790:27805 Weber Carbondale, Pennsylvania 0.018625401602390429 +88619 aapg_ac_647.html aapg_ac_647.html:637:60633:60639 Lisbon Tagus -0.490778888791307599 +88620 AMJC_html_6539706032 AMJC_html_6539706032:1123:108523:108539 Westerly Granite Newport, Rhode Island -0.136004739963111937 +88621 aapg_af_366.html aapg_af_366.html:121:14578:14586 Columbia Victoria, British Columbia -0.456844361180692826 +88622 aapg_ah_301.html aapg_ah_301.html:699:81706:81727 Slave Point Lacombe, Alberta -0.422204111326502651 +88623 aapg_aa_546.html aapg_aa_546.html:48:4878:4887 Milwaukee Western world -0.062374403339964031 +88624 cspg_html_1732329534 cspg_html_1732329534:35:4926:4944 Paskapoo Lacombe, Alberta -0.0461585278589675685 +88625 aapg_aa_732.html aapg_aa_732.html:29:4741:4757 Walnut Goodland, Kansas -0.443692774120845845 +88626 aapg_aa_267.html aapg_aa_267.html:158:13073:13083 Greenbrier Preston County, West Virginia -0.480644453081816247 +88627 aapg_ac_251.html aapg_ac_251.html:437:50341:50351 Pottsville Pocono Raceway -0.225432438836720928 +88628 aapg_ai_28.html aapg_ai_28.html:585:56682:56688 Lissie Uvalde, Texas -0.497128548725757735 +88629 gsa_html_1465687448 gsa_html_1465687448:303:34710:34720 Laurentian Alabama -0.0102845739324916134 +88630 aapg_ad_0.html aapg_ad_0.html:367:30842:30859 Black River Seneca County, New York -0.462453250854801823 +88631 geology_html_4668853783 geology_html_4668853783:13:571:584 Santa Barbara California -0.468384265774498543 +88632 gsa_html_2727302596 gsa_html_2727302596:634:51890:51918 Green River Colorado -0.0333423889393398495 +88633 gsa_html_8246054779 gsa_html_8246054779:1162:94400:94409 Extension England -0.045129017887602145 +88634 cspg_html_7201476813 cspg_html_7201476813:266:32156:32195 Prairie Manitoba -0.872690120230277366 +88635 aapg_aa_583.html aapg_aa_583.html:39:3991:3997 Sierra Mexico -0.490143713980378037 +88636 cspg_html_2372201862 cspg_html_2372201862:11:1272:1294 Peace River Clearwater, Florida -0.436376287029603016 +88637 aapg_ae_416.html aapg_ae_416.html:191:17126:17133 Fleming San Jacinto, California -0.0133147744605960541 +88638 aapg_af_922.html aapg_af_922.html:69:9661:9667 Warsaw Kentucky -0.444891759770598527 +88639 cspg_html_3529479452 cspg_html_3529479452:6:310:329 Lodgepole Manitoba -0.420813643173481466 +88640 geology_html_5863016497 geology_html_5863016497:163:15972:16021 Sutton London, Ontario -0.416615158514964445 +88641 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89917:89934 Gambier Burlington, Ontario -0.0382077954989542418 +88642 cspg_html_3068776384 cspg_html_3068776384:450:54551:54568 Cardium Lacombe, Alberta -0.441392939290133568 +88643 cspg_html_1025724640 cspg_html_1025724640:45:7125:7146 Lawrence Quebec City -0.0386168312473477923 +88644 gsa_html_5189008413 gsa_html_5189008413:69:4312:4318 Sonora Sonora -0.519239746658222034 +88645 aapg_ac_618.html aapg_ac_618.html:55:5816:5825 Boquillas Mexico -0.480695619561815057 +88646 cspg_html_6306091047 cspg_html_6306091047:638:88664:88672 Pardonet Victoria, British Columbia -0.488644702559799748 +88647 aapg_ac_424.html aapg_ac_424.html:80:12633:12644 Goliad Oakville, California -0.0566182466220960107 +88648 cspg_html_6383234409 cspg_html_6383234409:30:3519:3529 Bird Fiord Ellesmere Island 0.417726032336811326 +88649 cspg_html_4132771434 cspg_html_4132771434:379:49423:49444 Peace River Lacombe, Alberta -0.463435584788403632 +88650 sedimentology_html_2017646131 sedimentology_html_2017646131:1095:80985:80994 Sheffield Sheffield station -0.0354494130936665666 +88651 geology_html_4593661930 geology_html_4593661930:11:499:505 Oregon Salem, Oregon -0.455799127156009509 +88652 aapg_ah_528.html aapg_ah_528.html:737:72999:73017 Moenkopi McKee, Kentucky -0.44948782523520614 +88653 aapg_ai_153.html aapg_ai_153.html:490:74256:74270 Naco Arizona -0.0212673068022475528 +88654 geology_html_7791742275 geology_html_7791742275:116:14742:14748 Oregon Washington (state) -0.033773852470743819 +88655 aapg_aa_233.html aapg_aa_233.html:390:38590:38600 San Felipe San Juan, Argentina -0.462097962880594848 +88656 aapg_ad_871.html aapg_ad_871.html:678:58092:58106 Traverse Michigan -0.442620143363224416 +88657 aapg_ad_78.html aapg_ad_78.html:6:1281:1294 Santa Barbara California 0.0355886198531458406 +88658 aapg_ah_123.html aapg_ah_123.html:325:28558:28563 Price Michigan 0.0259994183633270558 +88659 aapg_ai_774.html aapg_ai_774.html:38:3876:3892 Salina Detroit River International Wildlife Refuge -0.440467486742992853 +88660 gsa_html_2694543747 gsa_html_2694543747:29:2796:2824 Green River Colorado 0.00118301890022228136 +88661 aapg_ac_538.html aapg_ac_538.html:3:376:392 Viking Lacombe, Alberta -0.0122044780485856749 +88662 gsa_html_4828739821 gsa_html_4828739821:1070:86063:86091 Green River Colorado 0.00346047674040686785 +88663 aapg_ah_287.html aapg_ah_287.html:371:48026:48034 Colorado Denver -0.516722864425152695 +88664 aapg_ae_454.html aapg_ae_454.html:596:53637:53656 Cotton Valley Arkansas -0.431509704805809302 +88665 aapg_ai_974.html aapg_ai_974.html:3:293:303 Washington Washington (state) -0.0531596434481698826 +88666 aapg_aa_626.html aapg_aa_626.html:177:19761:19769 Patuxent Maryland -0.477269506555081602 +88667 gsa_html_4064042510 gsa_html_4064042510:17:1008:1021 Yakima Basalt Salem, Oregon -0.00253281259735845714 +88668 geology_html_8042752734 geology_html_8042752734:24:1841:1853 San Fernando California -0.438219985696652659 +88669 sedimentology_html_3445384933 sedimentology_html_3445384933:474:40415:40419 Hall London, Ontario -0.0326847865730959877 +88670 aapg_ah_95.html aapg_ah_95.html:136:12467:12473 Concha Arizona -0.464501195477937445 +88671 aapg_ae_985.html aapg_ae_985.html:46:4452:4464 Arroyo Pecos River -0.489323394611266782 +88672 palaios_html_5148615526 palaios_html_5148615526:244:26796:26800 Hall London, Ontario -0.477179162580930738 +88673 gsa_html_2832151886 gsa_html_2832151886:532:46552:46576 Kaskapau Lacombe, Alberta -0.00521159632259529833 +88674 aapg_aa_351.html aapg_aa_351.html:187:20905:20913 Richmond Tahlequah, Oklahoma -0.0210882710852193268 +88675 aapg_af_869.html aapg_af_869.html:163:15558:15567 Valentine Lac des Allemands -0.449135360797609628 +88676 aapg_ai_958.html aapg_ai_958.html:28:2726:2742 Goliad Oakville, California -0.47829406272822006 +88677 aapg_ac_629.html aapg_ac_629.html:34:5703:5713 Rio Grande Mississippi River -0.0841874443166970715 +88678 aapg_ai_444.html aapg_ai_444.html:245:22187:22192 Atoka Winslow, Arizona -0.102177012334758219 +88679 cspg_html_1064938580 cspg_html_1064938580:8:469:485 Kanguk Canada -0.0144772441484254995 +88680 aapg_af_786.html aapg_af_786.html:196:23743:23751 Woodford Nortonville, Kentucky -0.441437455474761709 +88681 gsa_html_9374403304 gsa_html_9374403304:542:49361:49389 Green River Colorado -0.0045966157065965357 +88682 cspg_html_3447886929 cspg_html_3447886929:222:25894:25911 Black River Quebec City -0.0338991191876076986 +88683 aapg_ac_628.html aapg_ac_628.html:530:91643:91662 Flagstaff Logan, Utah -0.265891297432086005 +88684 aapg_ah_501.html aapg_ah_501.html:65:7514:7524 Georgetown Texas -0.438839061514967266 +88685 aapg_ae_231.html aapg_ae_231.html:83:7509:7531 New Scotland New Scotland, New York 0.00479118531736136624 +88686 cspg_html_5880669950 cspg_html_5880669950:518:55768:55792 Leduc Innisfail, Alberta -0.00183793699051183952 +88687 aapg_ai_769.html aapg_ai_769.html:116:13873:13880 Temblor California 0.000277948477905467942 +88688 jgeology_html_4147510455 jgeology_html_4147510455:88:3539:3549 Washington Richland, Washington -0.511319039057656965 +88689 cspg_html_1962846283 cspg_html_1962846283:86:11704:11722 Kootenay Moose Mountain (Alberta) -0.0283712524140075813 +88690 aapg_ae_112.html aapg_ae_112.html:272:26384:26388 Bell Illinois -0.48294529227432792 +88691 geology_html_5171768193 geology_html_5171768193:186:17880:17888 Virginia Blue Ridge Mountains -0.454041701910604445 +88692 aapg_ad_244.html aapg_ad_244.html:60:6588:6600 Little Falls Mohawk River (Oregon) -0.450743884934886652 +88693 aapg_ae_595.html aapg_ae_595.html:34:4544:4550 Provo Ionia -0.452882496357985831 +88694 gsa_html_2076560873 gsa_html_2076560873:103:11103:11118 Melville Island Canadian Arctic Archipelago -0.451787799117909672 +88695 aapg_af_489.html aapg_af_489.html:77:8037:8055 San Miguel Texas -0.00949926761203980299 +88696 aapg_ae_876.html aapg_ae_876.html:290:30380:30403 Cedar Mountain Logan, Utah -0.0465661867457523512 +88697 aapg_ac_90.html aapg_ac_90.html:338:37319:37340 Boyer Ranch Reno, Nevada -0.477269506555081602 +88698 aapg_af_773.html aapg_af_773.html:406:41578:41599 Green River Cheyenne, Wyoming -0.455310861563052449 +88699 aapg_ad_466.html aapg_ad_466.html:876:94311:94318 Matawan Monmouth -0.462111625185478381 +88700 jgeology_html_4305195651 jgeology_html_4305195651:1581:123358:123375 Oneonta Durham, North Carolina -0.496938878513721649 +88701 geology_html_9871856878 geology_html_9871856878:12:644:654 Fort Worth Texas -0.434580403200599208 +88702 gsa_html_4898068092 gsa_html_4898068092:678:60766:60774 Homewood Switzerland -0.484359586108593421 +88703 aapg_ac_971.html aapg_ac_971.html:908:72746:72754 Seminole McAlester, Oklahoma -0.478767343423892489 +88704 gsa_html_7613332937 gsa_html_7613332937:1079:87583:87593 Las Palmas Las Palmas de Gran Canaria -0.0380441859515352823 +88705 cspg_html_1159165904 cspg_html_1159165904:59:8024:8045 Belly River Kootenay River -0.425599363821972831 +88706 gsa_html_1064083393 gsa_html_1064083393:699:61373:61382 San Pedro Mexico -0.471349814541787038 +88707 cspg_html_3962754176 cspg_html_3962754176:655:72908:72935 Athabasca Lacombe, Alberta -0.443701699352459789 +88708 aapg_aa_499.html aapg_aa_499.html:5:582:592 Kern River Coalinga, California -0.456133832112874948 +88709 gsa_html_8187745750 gsa_html_8187745750:45:3365:3393 Talkeetna Matanuska-Susitna Valley 1.05288551195759417 +88710 cspg_html_4727171280 cspg_html_4727171280:31:3082:3100 Edmonton Edmonton, London -0.0589110102921853729 +88711 aapg_ah_827.html aapg_ah_827.html:164:24322:24328 Oregon Washington (state) -0.0522861066432878455 +88712 cspg_html_4516258038 cspg_html_4516258038:581:63957:63966 Bay Fiord Melville Island (Canada) -0.467772185732027057 +88713 aapg_ad_763.html aapg_ad_763.html:642:77513:77538 Santa Margarita Kern River Preserve -0.00285766800151459645 +88714 gsa_html_4824339911 gsa_html_4824339911:560:65845:65855 Las Cruces Mexico -0.464569693827358687 +88715 jgeology_html_4659010821 jgeology_html_4659010821:990:56907:56922 Ross Antarctica -0.486588444102287743 +88716 gsa_html_1040524378 gsa_html_1040524378:936:92899:92907 Colorado Denver -0.502697879639648404 +88717 aapg_ad_696.html aapg_ad_696.html:442:40771:40777 Bethel Texas -0.0198420227136738916 +88718 cspg_html_5810500722 cspg_html_5810500722:371:41340:41348 Columbia Victoria, British Columbia -0.442595627901035182 +88719 geology_html_5828016264 geology_html_5828016264:45:3837:3842 Bluff Logan, Utah -0.00764378019701813464 +88720 aapg_ae_415.html aapg_ae_415.html:9:1387:1406 Paynes Hammock Tampa, Florida -0.429008912224210892 +88721 cspg_html_1520641026 cspg_html_1520641026:231:22764:22780 Besa River Victoria, British Columbia -0.464656465989479628 +88722 aapg_aa_22.html aapg_aa_22.html:555:51474:51478 Hall West Texas -0.0615712265759854258 +88723 aapg_ae_344.html aapg_ae_344.html:68:6293:6306 Cotton Valley Lincoln Parish, Louisiana -0.444856013246054061 +88724 cspg_html_8328720217 cspg_html_8328720217:547:66825:66836 Green River Wasatch Range 0.415722171573327415 +88725 gsa_html_7040053075 gsa_html_7040053075:457:49563:49574 Mint Canyon San Gabriel Valley -0.0277886893642299709 +88726 cspg_html_3740794265 cspg_html_3740794265:96:12251:12268 Bluesky Lacombe, Alberta -0.490016735996709807 +88727 cspg_html_4773367370 cspg_html_4773367370:353:26997:27005 Columbia Victoria, British Columbia -0.022871757858413614 +88728 aapg_aa_152.html aapg_aa_152.html:124:14569:14575 Sierra Mexico -0.0605656576216307002 +88729 aapg_ad_440.html aapg_ad_440.html:723:73133:73139 Denmar Huntington, West Virginia -0.274219590647526157 +88730 aapg_ae_419.html aapg_ae_419.html:1661:123573:123593 Agua Nueva Tampico, Illinois -0.26108113330616306 +88731 gsa_html_5712812305 gsa_html_5712812305:851:75897:75925 Green River Colorado -0.0428823001474314888 +88732 cspg_html_8767215556 cspg_html_8767215556:18:1931:1963 Home Swan Hill, Victoria -0.486513508857715604 +88733 aapg_ac_703.html aapg_ac_703.html:64:7847:7871 Bear River Logan, Utah -0.0437809167627825901 +88734 aapg_ae_268.html aapg_ae_268.html:164:16544:16550 Elwren Christian County, Kentucky -0.443715087361728711 +88735 sedimentology_html_1684535740 sedimentology_html_1684535740:130:13601:13609 Loveland Loveland, Ohio -0.44255997020698512 +88736 cspg_html_7494952355 cspg_html_7494952355:20:4779:4787 Michigan Ontario, California -0.479475427251918496 +88737 gsa_html_5410120687 gsa_html_5410120687:475:42173:42190 Bedford Bridgetown, Nova Scotia -0.481777803377517411 +88738 aapg_ae_147.html aapg_ae_147.html:117:12974:12983 San Pedro Los Angeles -0.0699366556892110497 +88739 cspg_html_2420029771 cspg_html_2420029771:239:26778:26796 Beekmantown Ontario, California -0.468455358769372721 +88740 aapg_aa_269.html aapg_aa_269.html:193:24174:24194 Moorefield Sallisaw, Oklahoma -0.032535178592891574 +88741 palaios_html_5793673513 palaios_html_5793673513:281:28333:28357 Waccamaw North Carolina 0.00437077655696941486 +88742 aapg_ad_946.html aapg_ad_946.html:169:19873:19892 Mesaverde Evanston, Wyoming -0.4859095832487208 +88743 aapg_ah_763.html aapg_ah_763.html:56:5477:5491 Word Sacramento Mountains (California) -0.0606756337834147286 +88744 palaios_html_1803946422 palaios_html_1803946422:28:2033:2049 Verde Logan, Utah -0.480611894173340604 +88745 AMJC_html_5326057686 AMJC_html_5326057686:1338:94709:94739 Partridge Cambridge, Massachusetts -0.460841924597816255 +88746 aapg_ah_71.html aapg_ah_71.html:44:4371:4377 Reklaw Texas -0.000627121340837813067 +88747 sedimentology_html_3907918417 sedimentology_html_3907918417:1673:130649:130678 Dunvegan Lacombe, Alberta -0.00861668517403405519 +88748 aapg_aa_147.html aapg_aa_147.html:287:35095:35103 Deadwood Regina, Saskatchewan -0.438007065376213589 +88749 aapg_ac_55.html aapg_ac_55.html:255:29374:29402 Piney Point Delmarva Peninsula -0.02166536358211529 +88750 gsa_html_4273633529 gsa_html_4273633529:607:57834:57862 Green River Colorado -0.0248379892514390653 +88751 aapg_ad_785.html aapg_ad_785.html:713:77726:77734 Fountain Colorado Springs, Colorado -0.492640099962427858 +88752 palaios_html_6701247957 palaios_html_6701247957:462:35905:35913 Traverse Cambridge -0.022871757858413614 +88753 gsa_html_2683617362 gsa_html_2683617362:261:28161:28181 Crete Sapri -0.457501080653503367 +88754 cspg_html_2570555346 cspg_html_2570555346:141:17738:17757 Clam Bank Rhode Island Red -0.446011775932438015 +88755 aapg_ai_461.html aapg_ai_461.html:31:4307:4318 Boggy Atoka, Oklahoma -0.489182445167081981 +88756 aapg_af_561.html aapg_af_561.html:438:41052:41064 Wasatch South Fork Eel River -0.0123938684119111291 +88757 gsa_html_4339524478 gsa_html_4339524478:1136:103415:103443 Green River Colorado 0.0269070666769838686 +88758 cspg_html_1260733368 cspg_html_1260733368:298:39519:39542 Medicine Hat Western world -0.471589148494391819 +88759 sedimentology_html_8491728149 sedimentology_html_8491728149:979:64245:64267 Bonanza Middle East -0.455482628602140449 +88760 gsa_html_6567049100 gsa_html_6567049100:1072:84450:84460 Washington Salem, Oregon -0.0235653872963641764 +88761 aapg_aa_484.html aapg_aa_484.html:666:66678:66688 Washington Tulsa, Oklahoma -0.446146001135949044 +88762 aapg_ad_351.html aapg_ad_351.html:20:2505:2511 Keokuk Dade County, Georgia 0.006789029590310529 +88763 aapg_ak_54.html aapg_ak_54.html:78:10435:10445 Tuscaloosa Tuscaloosa, Alabama 0.0414422659303552293 +88764 aapg_ad_258.html aapg_ad_258.html:178:17645:17649 Wise Buchanan, North Dakota -0.487638228334652091 +88765 palaios_html_5582845937 palaios_html_5582845937:312:31296:31303 Hampton Virginia -0.477714414009500876 +88766 sedimentology_html_9550478777 sedimentology_html_9550478777:533:32520:32524 Seco Las Animas County, Colorado -0.498148760929569168 +88767 aapg_ac_787.html aapg_ac_787.html:16:1888:1901 Barnett Texas 0.0026179350642104365 +88768 aapg_aa_22.html aapg_aa_22.html:626:54798:54817 Maquoketa Sacramento, California -0.210386366399385266 +88769 geology_html_8151564961 geology_html_8151564961:30:1846:1850 Java Indonesia -0.477158315306099867 +88770 aapg_ad_98.html aapg_ad_98.html:477:48475:48491 Eureka Quartzite Reno, Nevada 0.400796224084827624 +88771 aapg_ah_427.html aapg_ah_427.html:811:103705:103711 Tesnus Ardmore, Pennsylvania -0.0768651595524797032 +88772 aapg_ad_466.html aapg_ad_466.html:1682:173973:173991 Magothy Closter, New Jersey -0.462166276497962936 +88773 aapg_ac_536.html aapg_ac_536.html:681:70582:70590 Colorado Williston, Vermont -0.485799611688376376 +88774 aapg_aa_145.html aapg_aa_145.html:763:83816:83857 Porcupine Lacombe, Alberta -0.0737286805180562138 +88775 aapg_ai_584.html aapg_ai_584.html:1277:129410:129431 Phosphoria Cheyenne, Wyoming 1.09386125009385382 +88776 gsa_html_5865982995 gsa_html_5865982995:1319:139522:139540 Willwood Cheyenne, Wyoming 0.728551238170539905 +88777 aapg_af_854.html aapg_af_854.html:367:46942:46962 Keokuk Calhoun County, Michigan 0.363469457382843752 +88778 aapg_ah_253.html aapg_ah_253.html:3:238:258 San Andres Cheyenne, Wyoming 0.0429536984756177659 +88779 aapg_af_264.html aapg_af_264.html:72:10457:10471 Colorado Venezuela -0.10939154352184903 +88780 cspg_html_9768299963 cspg_html_9768299963:235:25721:25747 Scollard Red Deer, Alberta -0.508857647049569151 +88781 aapg_ah_592.html aapg_ah_592.html:204:15307:15313 Salina Salina, Kansas -0.432752661482583012 +88782 aapg_aa_695.html aapg_aa_695.html:344:33268:33272 Kent North Sea oil -0.453423575097804177 +88783 cspg_html_4796942391 cspg_html_4796942391:450:50011:50022 Peace River Victoria, British Columbia -0.459919224612040101 +88784 palaios_html_2736581987 palaios_html_2736581987:461:52315:52318 Abo Las Cruces, New Mexico -0.452909542628234352 +88785 aapg_ai_610.html aapg_ai_610.html:86:16185:16194 Northview Missouri River -0.455197874748240694 +88786 aapg_ae_519.html aapg_ae_519.html:283:31252:31260 Onondaga Morgan County, Indiana -0.44751173936929356 +88787 aapg_ac_148.html aapg_ac_148.html:321:48601:48619 Anacacho Balcones Fault -0.44830973456876172 +88788 aapg_ae_118.html aapg_ae_118.html:321:35607:35616 Ingleside Mesa, Arizona -0.467925738958578585 +88789 palaios_html_8055229939 palaios_html_8055229939:550:63346:63377 Chinle Colorado 0.0234176191377478797 +88790 aapg_ae_175.html aapg_ae_175.html:642:65776:65793 Edwards Texas -0.0389092587749327867 +88791 sedimentology_html_4101202094 sedimentology_html_4101202094:373:35875:35885 Washington Salem, Oregon -0.0125015955652136978 +88792 aapg_ae_496.html aapg_ae_496.html:57:5754:5773 Smackover Alabama -0.451193701085184695 +88793 aapg_ad_666.html aapg_ad_666.html:217:27492:27496 Vail North Sea oil -0.493513215479836842 +88794 geology_html_7087325208 geology_html_7087325208:275:27167:27172 Price Gold Coast, Queensland -0.470629904958731249 +88795 aapg_ac_628.html aapg_ac_628.html:288:46745:46755 Fort Union Wasatch Range 0.872710952038824539 +88796 aapg_ad_4.html aapg_ad_4.html:45:4339:4346 Pamelia Black River, Jamaica -0.393443380135681475 +88797 aapg_ac_676.html aapg_ac_676.html:7:647:657 Queen Sheffield station -0.0448416139900337171 +88798 cspg_html_5699627350 cspg_html_5699627350:31:5102:5118 Viking Lacombe, Alberta -0.457650607934439568 +88799 aapg_ad_784.html aapg_ad_784.html:516:55464:55469 Sespe Channel Islands of California -0.256152080679227345 +88800 aapg_ah_644.html aapg_ah_644.html:394:47291:47298 Success Regina, Saskatchewan -0.0345376534934891677 +88801 aapg_ah_283.html aapg_ah_283.html:482:55674:55680 Oregon Washington (state) -0.460953349343471763 +88802 cspg_html_5960210762 cspg_html_5960210762:21:1996:2026 Doig Western Canadian Sedimentary Basin -0.503041677516484542 +88803 cspg_html_5581374974 cspg_html_5581374974:10:633:658 Beaverhill Swan Hill, Victoria -0.447276508327869859 +88804 aapg_ah_656.html aapg_ah_656.html:738:66069:66086 Kaibab McKee, Kentucky -0.471405039658470026 +88805 aapg_ac_629.html aapg_ac_629.html:240:31863:31871 Williana Alexandria, Virginia -0.478836965338604204 +88806 cspg_html_5660413005 cspg_html_5660413005:407:46943:46961 Palliser Canada -0.0194353152309463539 +88807 aapg_aa_394.html aapg_aa_394.html:29:4211:4226 Richmond Waverly, Ohio -0.0215454241263043494 +88808 sedimentology_html_3455721661 sedimentology_html_3455721661:471:36671:36688 Todilto Entrada Sandstone 0.00403028171567929548 +88809 aapg_aa_678.html aapg_aa_678.html:48:4981:5003 Winnipegosis Regina, Saskatchewan 0.0965115463900676207 +88810 gsa_html_8840132442 gsa_html_8840132442:1078:102107:102115 Columbia Lacombe, Alberta -0.45995556917210767 +88811 aapg_af_376.html aapg_af_376.html:131:16036:16042 Denver Colorado -0.501545759647369804 +88812 aapg_ac_461.html aapg_ac_461.html:129:14404:14425 Agua Nueva Matamoros, Tamaulipas -0.399162851525774687 +88813 aapg_ae_917.html aapg_ae_917.html:115:11947:11953 Denver Colorado -0.0375359691930512371 +88814 aapg_aa_23.html aapg_aa_23.html:217:23017:23035 Winnipeg Manitoba 1.30013113157232851 +88815 gsa_html_9515953275 gsa_html_9515953275:525:56510:56520 Washington Seattle -0.451767539383647998 +88816 geology_html_7526114759 geology_html_7526114759:150:11440:11467 Columbia Washington (state) -0.438031460031225395 +88817 aapg_aa_4.html aapg_aa_4.html:194:25989:25995 Ithaca Ithaca, New York -0.463579265049131273 +88818 aapg_af_625.html aapg_af_625.html:173:15433:15442 Uniontown Pittsburgh -0.0986032182769617516 +88819 aapg_ae_871.html aapg_ae_871.html:511:67501:67516 Tuktu Colville River (Washington) -0.436850160261835319 +88820 aapg_ac_547.html aapg_ac_547.html:47:5200:5230 Mifflintown San Fernando Valley -0.0261141753191342467 +88821 cspg_html_7539214955 cspg_html_7539214955:57:6933:6941 Columbia Rocky Mountains -0.464419004431934179 +88822 aapg_ae_428.html aapg_ae_428.html:639:53291:53308 Chipola Melbourne, Florida 0.347406185298875347 +88823 aapg_ae_764.html aapg_ae_764.html:27:3107:3115 Virginia Reston, Virginia -0.00365504393340889116 +88824 cspg_html_9023649778 cspg_html_9023649778:43:7800:7811 Buick Creek Victoria, British Columbia -0.43344757972276704 +88825 cspg_html_2954223000 cspg_html_2954223000:1118:155892:155897 Weeks Tulsa, Oklahoma -0.469024309212410007 +88826 aapg_aa_681.html aapg_aa_681.html:395:43052:43066 Traverse Michigan 0.00570844885597124405 +88827 gsa_html_5271110133 gsa_html_5271110133:1364:108911:108939 Green River Colorado -0.00382181610432916728 +88828 aapg_aa_463.html aapg_aa_463.html:37:7131:7145 Smackover Metro Manila -0.00837345699819263926 +88829 aapg_ad_2.html aapg_ad_2.html:121:16205:16212 Setters Wissahickon Formation 0.0201062134203886071 +88830 aapg_ai_49.html aapg_ai_49.html:497:64442:64446 Naco Hartville, Missouri -0.103945810103481057 +88831 aapg_ae_41.html aapg_ae_41.html:67:5258:5283 Beaverhill Lacombe, Alberta -0.438029242308958011 +88832 gsa_html_4071231613 gsa_html_4071231613:809:88139:88162 Martin Washington (state) -0.0131827182184571217 +88833 aapg_ah_375.html aapg_ah_375.html:35:3097:3135 Santa Clara Santa Clara, California -0.0573527510322950837 +88834 cspg_html_9817084056 cspg_html_9817084056:270:32591:32596 Price Lacombe, Alberta -0.00832481152182470464 +88835 aapg_af_858.html aapg_af_858.html:67:7173:7188 Olentangy Delaware -0.588687885559713076 +88836 cspg_html_7454427568 cspg_html_7454427568:5:183:216 Palliser Lacombe, Alberta -0.471382028770717776 +88837 cspg_html_7083999793 cspg_html_7083999793:46:6343:6363 Mount Head Carnarvon, Western Australia 0.36842358014174803 +88838 aapg_af_808.html aapg_af_808.html:294:38411:38429 Scotland Barbados -0.470457490274840129 +88839 aapg_aa_354.html aapg_aa_354.html:15:1421:1430 Francisco Princeton, New Jersey -0.0222581200663617834 +88840 aapg_aa_229.html aapg_aa_229.html:404:31010:31028 Dunvegan Lacombe, Alberta 0.356558694190862835 +88841 cspg_html_7587979364 cspg_html_7587979364:1002:68077:68092 Leduc Swan Hill, Victoria -0.468455358769372721 +88842 aapg_ad_857.html aapg_ad_857.html:12:1351:1377 Tuscaloosa Rapides Parish, Louisiana -0.440620923452583413 +88843 gsa_html_1254347878 gsa_html_1254347878:151:19239:19256 Creston Victoria, British Columbia -0.4391432028015122 +88844 cspg_html_8250755331 cspg_html_8250755331:710:73010:73027 Cardium Lacombe, Alberta -0.446146001135949044 +88845 cspg_html_6880168184 cspg_html_6880168184:672:80112:80130 Eureka Sound Ellesmere Island -0.074218626882596575 +88846 aapg_af_779.html aapg_af_779.html:6:791:799 Red Rock Ellsworth, Maine -0.481989744615225701 +88847 cspg_html_8316122266 cspg_html_8316122266:37:4452:4475 Boulder Creek Canada -0.0521780116650716191 +88848 aapg_ah_665.html aapg_ah_665.html:251:29249:29267 Windfall Reno, Nevada -0.480695619561815057 +88849 aapg_ai_49.html aapg_ai_49.html:816:103645:103662 Skull Creek Black Hills -0.00985717070177309293 +88850 aapg_ah_779.html aapg_ah_779.html:351:65693:65701 Michigan Bloomington, Indiana -0.44056532751251043 +88851 aapg_ae_539.html aapg_ae_539.html:590:72577:72587 Washington Salem, Oregon -0.424923287683910134 +88852 palaios_html_6025329652 palaios_html_6025329652:547:44938:44946 John Day Salem, Oregon -0.22651718123201392 +88853 aapg_ae_485.html aapg_ae_485.html:476:54493:54502 Lynchburg Virginia -0.030239106807757675 +88854 AMJC_html_5974020359 AMJC_html_5974020359:919:90650:90660 Rio Grande New Mexico -0.462125287699645448 +88855 geology_html_4912851987 geology_html_4912851987:14:604:614 Santa Cruz California -0.466769017228648164 +88856 cspg_html_3860685167 cspg_html_3860685167:1178:102705:102718 Chemung Burlington, Ontario -0.00436035322610329925 +88857 sedimentology_html_7328045802 sedimentology_html_7328045802:69:6781:6800 Frankfort Austin, Chicago -0.476130470160059438 +88858 geology_html_4965715689 geology_html_4965715689:248:23059:23069 Washington Seattle -0.467877607461444023 +88859 aapg_ad_715.html aapg_ad_715.html:87:9700:9706 Morgan Pontotoc County, Mississippi -0.0482597604774050865 +88860 aapg_ad_2.html aapg_ad_2.html:473:70275:70293 Weverton Loudoun County, Virginia -0.482488361522119713 +88861 aapg_af_223.html aapg_af_223.html:225:13902:13917 Aquia Maryland -0.459737523933718362 +88862 geology_html_5795710863 geology_html_5795710863:298:23464:23472 Cadillac Quebec City -0.48312719960823608 +88863 aapg_aa_148.html aapg_aa_148.html:34:5545:5567 Burro Canyon Summerville, South Carolina -0.427803761062237942 +88864 gsa_html_9299329909 gsa_html_9299329909:731:78785:78799 Rockwell Los Angeles -0.473676885959420813 +88865 aapg_ac_920.html aapg_ac_920.html:44:7341:7348 Oquirrh Pennsylvania -0.448484669177164286 +88866 gsa_html_6967102683 gsa_html_6967102683:967:79299:79308 San Diego Mexico -0.421948969269320462 +88867 cspg_html_6306091047 cspg_html_6306091047:7:614:623 Baldonnel Lacombe, Alberta -0.44948782523520614 +88868 aapg_ae_73.html aapg_ae_73.html:454:59911:59924 Carlile Las Vegas Strip -0.413942969460138921 +88869 cspg_html_4287356899 cspg_html_4287356899:1380:188843:188855 Nation River Anchorage, Alaska -0.496938878513721649 +88870 aapg_ae_679.html aapg_ae_679.html:612:66886:66892 Moscow Russia -0.0226370778536699215 +88871 aapg_ae_464.html aapg_ae_464.html:167:10534:10550 Abrigo Sonora -0.029835599351404625 +88872 aapg_af_830.html aapg_af_830.html:473:54868:54874 Weno Fort Worth, Texas -0.474842748246669499 +88873 aapg_aa_77.html aapg_aa_77.html:25:2832:2851 Aux Vases Chester, Pennsylvania -0.46787302364620631 +88874 aapg_af_664.html aapg_af_664.html:208:22957:22971 Word West Texas -0.49463779564980348 +88875 gsa_html_5039569238 gsa_html_5039569238:576:48480:48490 Trout Lake Victoria, British Columbia -0.498497815946421563 +88876 gsa_html_2561127673 gsa_html_2561127673:825:76101:76106 Piper California -0.471695028578207554 +88877 sedimentology_html_6121651724 sedimentology_html_6121651724:1049:57725:57733 Warsaw Missouri River -0.452112016307883446 +88878 aapg_ae_594.html aapg_ae_594.html:340:36110:36122 Del Rio Clay Buda, Texas -0.0105034896980181463 +88879 aapg_ad_871.html aapg_ad_871.html:628:55830:55842 Ferron Point Rockport, Massachusetts -0.026691451486835667 +88880 aapg_ad_358.html aapg_ad_358.html:69:10518:10528 Rio Grande Charleston, South Carolina -0.459819284677136619 +88881 cspg_html_9905904289 cspg_html_9905904289:327:42060:42078 Whitemud Regina, Saskatchewan -0.450608983410958508 +88882 aapg_aa_898.html aapg_aa_898.html:340:39408:39424 Colton Logan, Utah -0.497237628494831441 +88883 gsa_html_3936574180 gsa_html_3936574180:95:11117:11133 Wapiti Black Mountains (North Carolina) -0.438131262990121173 +88884 geology_html_1414092070 geology_html_1414092070:13:610:620 Santa Cruz California -0.51714787722179778 +88885 aapg_ad_880.html aapg_ad_880.html:718:68453:68470 Rierdon Cheyenne, Wyoming 0.00112916628904579774 +88886 aapg_ae_369.html aapg_ae_369.html:108:12003:12013 Tuscaloosa Alabama -0.00786789401885567251 +88887 aapg_ac_782.html aapg_ac_782.html:30:5938:5951 Barnett Texas -0.0126805624942423392 +88888 sedimentology_html_8683764085 sedimentology_html_8683764085:1014:57394:57398 Hall London, Ontario -0.440265166942118702 +88889 aapg_ah_723.html aapg_ah_723.html:180:21377:21404 Duvernay England -0.000680973887145832246 +88890 gsa_html_2853817533 gsa_html_2853817533:16:546:552 Denver Colorado -0.0588307324533976356 +88891 geology_html_9763603202 geology_html_9763603202:15:671:677 Oregon North Atlantic Current -0.0460801342538044584 +88892 gsa_html_4120839285 gsa_html_4120839285:936:103067:103073 Oregon Washington (state) -0.466810220907495799 +88893 aapg_aa_702.html aapg_aa_702.html:1417:144011:144019 Colorado Colorado -0.448287309474040385 +88894 aapg_aa_717.html aapg_aa_717.html:137:18939:18958 Gatesburg Tyrone, Pennsylvania -0.0192893197607112085 +88895 gsa_html_3677258183 gsa_html_3677258183:386:41834:41842 Virginia California -0.460964719996515115 +88896 aapg_ae_135.html aapg_ae_135.html:62:5752:5759 Rodessa Paluxy, Texas -0.432289667144302503 +88897 cspg_html_8556552074 cspg_html_8556552074:111:10508:10524 Ashern Lacombe, Alberta -0.0368380831673493919 +88898 sedimentology_html_8006979411 sedimentology_html_8006979411:1305:98445:98462 Cardium Victoria, British Columbia -0.0351518647391547839 +88899 cspg_html_3473883402 cspg_html_3473883402:611:76800:76830 Nisku Lacombe, Alberta -0.0435562539048757053 +88900 aapg_ah_387.html aapg_ah_387.html:2447:265017:265025 Mariposa Knoxville, Illinois -0.455184317280275863 +88901 aapg_ah_756.html aapg_ah_756.html:224:19948:19953 Choza Nashville Basin -0.428798065147820595 +88902 cspg_html_1230998910 cspg_html_1230998910:17:2186:2199 Ireton Lacombe, Alberta -0.41645904352980373 +88903 aapg_af_291.html aapg_af_291.html:138:17427:17438 Kayak Shale Prudhoe Bay Oil Field -0.46687889797168336 +88904 cspg_html_1065856149 cspg_html_1065856149:6:405:419 Colorado Lacombe, Alberta -0.453292784807282967 +88905 aapg_ai_63.html aapg_ai_63.html:58:9150:9161 Uncompahgre Colorado -0.0409390916032161337 +88906 cspg_html_1818321956 cspg_html_1818321956:599:63187:63209 Montney Lacombe, Alberta -0.00712258914704064564 +88907 cspg_html_4132771434 cspg_html_4132771434:218:30209:30237 Wabamun Blue Ridge Mountains -0.0283642962878183774 +88908 aapg_ai_321.html aapg_ai_321.html:78:10485:10497 Metapan El Salvador, Misamis Oriental 0.583197021371344215 +88909 aapg_aa_23.html aapg_aa_23.html:805:104153:104173 Cedar Lake Guelph 0.553515692045280949 +88910 AMJC_html_6341723617 AMJC_html_6341723617:1102:92221:92238 Wasatch Cheyenne, Wyoming 0.320988997928418507 +88911 gsa_html_4216613284 gsa_html_4216613284:574:56706:56718 Owens Valley California -0.0441135678761609556 +88912 aapg_ai_468.html aapg_ai_468.html:45:5908:5921 Cotton Valley Bossier City, Louisiana -0.0312966369722646603 +88913 sedimentology_html_5286674783 sedimentology_html_5286674783:736:48237:48247 Washington Salem, Oregon -0.443688311537407287 +88914 aapg_ad_606.html aapg_ad_606.html:33:3877:3885 Niobrara Denver 0.50149570358486073 +88915 cspg_html_6306091047 cspg_html_6306091047:470:65021:65028 Cypress Victoria, British Columbia -0.0414701241414489052 +88916 aapg_aa_831.html aapg_aa_831.html:7:853:870 Wristen Middle East -0.470510360514459824 +88917 sedimentology_html_3181527419 sedimentology_html_3181527419:1356:77122:77126 Earp Supai, Arizona -0.442720440658756875 +88918 cspg_html_4298557570 cspg_html_4298557570:68:10788:10803 Edmonton Middle East -0.477158315306099867 +88919 aapg_ad_865.html aapg_ad_865.html:638:65389:65405 Dakota Mancos, Colorado 0.0483521159702963027 +88920 aapg_ad_774.html aapg_ad_774.html:27:3920:3926 Wewoka Hughes County, South Dakota -0.460964719996515115 +88921 aapg_af_924.html aapg_af_924.html:172:18928:18947 Woodbine Monroe, Michigan -0.0125641469917892202 +88922 sedimentology_html_5405263384 sedimentology_html_5405263384:27:1773:1781 Edmonton Canada -0.0995781947714328153 +88923 gsa_html_6491840124 gsa_html_6491840124:867:71302:71333 Pocatello Boise, Idaho -0.472678482936493838 +88924 cspg_html_4272664788 cspg_html_4272664788:431:48474:48500 Rundle Lacombe, Alberta -0.0582723056187257615 +88925 aapg_ac_334.html aapg_ac_334.html:378:40530:40551 Green River Colorado 0.413240405049243975 +88926 aapg_aa_110.html aapg_aa_110.html:66:9780:9801 Green River Cheyenne, Wyoming -0.0102706745632111761 +88927 jgeology_html_3196624419 jgeology_html_3196624419:479:39938:39953 Byram Mississippi River 0.0188026760171915025 +88928 geology_html_8704897758 geology_html_8704897758:15:645:658 Santa Barbara California -0.454068782805138071 +88929 gsa_html_2422494332 gsa_html_2422494332:347:31824:31834 Deer Creek Trinity Lake -0.444844842741709823 +88930 gsa_html_6668275476 gsa_html_6668275476:66:5188:5216 Green River Colorado 0.0303138962556724068 +88931 aapg_ae_871.html aapg_ae_871.html:353:57263:57281 Niobrara Nebraska 0.682456149285046165 +88932 aapg_ah_95.html aapg_ah_95.html:236:20659:20667 Toroweap Arizona -0.219637683036013887 +88933 aapg_ac_380.html aapg_ac_380.html:466:55654:55662 Onondaga Pennsylvania -0.0620356593644112372 +88934 aapg_ai_97.html aapg_ai_97.html:92:7492:7504 Chickasawhay Melbourne, Florida -0.428809045611172668 +88935 aapg_aa_399.html aapg_aa_399.html:693:65165:65184 Peace River Lacombe, Alberta -0.506652979214059496 +88936 AMJC_html_9500753417 AMJC_html_9500753417:29:3482:3520 Burke Montreal -0.437960495533138761 +88937 aapg_af_292.html aapg_af_292.html:7:1044:1060 Sandia Jemez Mountains -0.060151955110341257 +88938 aapg_ah_311.html aapg_ah_311.html:5:630:648 Wasatch Fort Union Trading Post National Historic Site -0.00243726702917233546 +88939 geology_html_8947691854 geology_html_8947691854:190:16856:16867 Green River Kentucky -0.0231533782740243055 +88940 aapg_ai_294.html aapg_ai_294.html:334:52801:52807 Cannon Shreveport, Louisiana -0.0128491051493607039 +88941 palaios_html_4940783464 palaios_html_4940783464:98:11021:11039 Yakataga Gulf of Alaska -0.0269348882327513015 +88942 aapg_ai_835.html aapg_ai_835.html:118:13024:13038 Ingleside Matagorda County, Texas -0.044101376246448068 +88943 gsa_html_8398449001 gsa_html_8398449001:688:58838:58848 Bear River Bear Lake, Michigan -0.432227951733042737 +88944 aapg_af_616.html aapg_af_616.html:150:11390:11400 San Andres San Angelo, Texas -0.440387442871438828 +88945 aapg_ai_357.html aapg_ai_357.html:204:22648:22653 Indio Uvalde, Texas -0.441419648744354465 +88946 aapg_ah_439.html aapg_ah_439.html:188:19241:19253 Midway Richland, Washington -0.0313696934317686249 +88947 aapg_ac_631.html aapg_ac_631.html:20:3447:3471 Harebell Teton County, Idaho -0.494850594949005074 +88948 aapg_ae_34.html aapg_ae_34.html:375:32213:32227 Frio Shreveport, Louisiana 0.408727876309356586 +88949 cspg_html_7434089303 cspg_html_7434089303:160:19031:19051 Irene Ellesmere Island -0.480728181628129914 +88950 palaios_html_8910286482 palaios_html_8910286482:71:8686:8691 Bluff Chesapeake Bay -0.462261924354454456 +88951 aapg_ad_244.html aapg_ad_244.html:54:5948:5969 Tribes Hill Little Falls, Minnesota -0.466666016428022079 +88952 aapg_aa_902.html aapg_aa_902.html:227:25150:25169 Smackover Shreveport, Louisiana -0.412093604401310765 +88953 cspg_html_1870927435 cspg_html_1870927435:45:6167:6172 Nisku Lacombe, Alberta -0.451787799117909672 +88954 aapg_ah_90.html aapg_ah_90.html:299:40440:40452 Dakota Colorado 0.0772468526467234989 +88955 aapg_ah_779.html aapg_ah_779.html:603:111242:111249 Chemung Genesee River -0.408723574141923396 +88956 gsa_html_5775548763 gsa_html_5775548763:261:22749:22755 Ithaca Santa Maria, California -0.443688311537407287 +88957 aapg_ai_349.html aapg_ai_349.html:87:10745:10756 Tulip Creek Black River, Jamaica -0.456518443898076276 +88958 aapg_ah_199.html aapg_ah_199.html:148:19166:19171 Atoka Atoka, Oklahoma -0.447404197686881167 +88959 aapg_aa_302.html aapg_aa_302.html:421:53089:53095 Antler Western world -0.0219799913092776147 +88960 aapg_ai_0.html aapg_ai_0.html:996:113935:113940 Viola Tule Lake War Relocation Center -0.0211456318473247536 +88961 cspg_html_9354781888 cspg_html_9354781888:539:46842:46888 Peace River Victoria, British Columbia -0.0491537380497388335 +88962 gsa_html_6136696916 gsa_html_6136696916:19:1546:1566 Columbia Salem, Oregon 0.00247374805721130514 +88963 gsa_html_1166388813 gsa_html_1166388813:1085:95981:96009 Green River Colorado -0.01912594516902133 +88964 aapg_af_701.html aapg_af_701.html:326:42526:42538 Huntersville Helderberg -0.00302096459717487347 +88965 geology_html_1307726382 geology_html_1307726382:320:26220:26236 Salado New Mexico -0.0261715541385612628 +88966 aapg_af_97.html aapg_af_97.html:54:5704:5708 Kope Decatur County, Georgia -0.015097596462230729 +88967 aapg_af_90.html aapg_af_90.html:118:17166:17182 Noonday Dolomite Spring Mountains National Recreation Area -0.0492670174484324749 +88968 aapg_ae_692.html aapg_ae_692.html:254:27760:27781 White River Bowman County, North Dakota -0.413497593269594454 +88969 aapg_ae_247.html aapg_ae_247.html:38:4616:4625 Rose Hill Wayne County, Michigan -0.411748314687254757 +88970 aapg_ae_378.html aapg_ae_378.html:40:4558:4564 Oregon Washington (state) -0.0316827975818438426 +88971 aapg_ad_954.html aapg_ad_954.html:367:38044:38053 Roubidoux Nebraska -0.0112818678629079024 +88972 aapg_ae_454.html aapg_ae_454.html:238:19929:19934 Weeks Arkansas -0.0156571431142738943 +88973 aapg_af_854.html aapg_af_854.html:1024:144432:144439 Cypress Kentucky -0.0489184707849899883 +88974 gsa_html_1617077506 gsa_html_1617077506:1042:97482:97490 Columbia Victoria, British Columbia -0.0291434052387325206 +88975 aapg_aa_916.html aapg_aa_916.html:63:6150:6167 Mohawk Middle East -0.477575355931223244 +88976 aapg_af_392.html aapg_af_392.html:85:10585:10603 Frontier Coalville, Utah -0.454089094007790295 +88977 cspg_html_4717886670 cspg_html_4717886670:606:75655:75672 Barstow California -0.470236848829719556 +88978 aapg_ac_742.html aapg_ac_742.html:106:12898:12911 Gypsum Spring Big Horn Mountains -0.0259768148276084687 +88979 aapg_ah_870.html aapg_ah_870.html:383:31840:31853 Woodbine Texas -0.425402399125748287 +88980 aapg_af_854.html aapg_af_854.html:1402:204139:204143 Bond Washington (state) -0.0646518183608514319 +88981 aapg_ac_611.html aapg_ac_611.html:42:6052:6066 Knoxville California -0.454357696116458765 +88982 aapg_ai_308.html aapg_ai_308.html:266:31077:31092 Nisku Lacombe, Alberta -0.0309035312152589614 +88983 aapg_ac_986.html aapg_ac_986.html:429:50346:50364 Willwood Hewett, Wisconsin -0.0389701822838023973 +88984 cspg_html_3908181328 cspg_html_3908181328:105:12783:12795 Saskatchewan Saskatoon -0.0115181647621516343 +88985 aapg_ad_244.html aapg_ad_244.html:244:23395:23413 Potsdam Adirondack Mountains -0.439502972586644391 +88986 aapg_aa_2.html aapg_aa_2.html:279:23203:23209 Denver Colorado -0.471363620495062197 +88987 cspg_html_7403344526 cspg_html_7403344526:483:49177:49194 Cardium Lacombe, Alberta -0.00680987700292186304 +88988 aapg_ai_811.html aapg_ai_811.html:500:66777:66795 Traverse Bloomington, Indiana -0.506780104045106428 +88989 cspg_html_6383234409 cspg_html_6383234409:434:43864:43876 Devon Island Bathurst Island (Northern Territory) -0.0144355403280247291 +88990 aapg_aa_416.html aapg_aa_416.html:187:23937:23948 Fort Norman Mackenzie River -0.0445280936514478309 +88991 aapg_ai_52.html aapg_ai_52.html:8:1899:1913 Monterey McKittrick, California -0.0280825762237737336 +88992 aapg_aa_114.html aapg_aa_114.html:11:1849:1856 La Joya Middle East -0.092461531374881098 +88993 aapg_ae_584.html aapg_ae_584.html:568:54794:54812 San Onofre Breccia California 0.0353189084097699293 +88994 gsa_html_2223785025 gsa_html_2223785025:171:15917:15935 Stockton Passaic, New Jersey -0.489899180704299886 +88995 cspg_html_2585022950 cspg_html_2585022950:104:9241:9261 Mount Head Lacombe, Alberta -0.148946775560114514 +88996 aapg_ad_379.html aapg_ad_379.html:391:33800:33824 Fountain Colorado Springs, Colorado -0.466741549175746284 +88997 cspg_html_7086880709 cspg_html_7086880709:601:78326:78345 Chinchaga Victoria, British Columbia -0.417917091668537632 +88998 gsa_html_8035658736 gsa_html_8035658736:13:565:573 Richland Washington (state) -0.0289590583087490083 +88999 aapg_aa_4.html aapg_aa_4.html:15:2361:2367 Sonyea Genesee County, Michigan -0.0583176759976086131 +89000 sedimentology_html_8230868664 sedimentology_html_8230868664:367:29220:29226 Chinle New Mexico 0.00130635878656701733 +89001 aapg_ae_959.html aapg_ae_959.html:1803:130115:130131 Custer Texas -0.400420698070590331 +89002 aapg_af_95.html aapg_af_95.html:279:23065:23082 Edwards Texas -0.520434041943150461 +89003 aapg_ae_915.html aapg_ae_915.html:200:16134:16146 Dakota Nebraska 0.0115702893064463536 +89004 cspg_html_9942234474 cspg_html_9942234474:473:53085:53103 Grosmont Western Canadian Sedimentary Basin -0.530541556190852304 +89005 aapg_ac_380.html aapg_ac_380.html:444:52330:52348 Onondaga Lake Erie -0.476843350706402158 +89006 aapg_aa_328.html aapg_aa_328.html:1136:94707:94718 Chicontepec Francia -0.495740204770814097 +89007 gsa_html_4650354985 gsa_html_4650354985:999:84179:84187 Colorado Colorado -0.50396633916237854 +89008 geology_html_9264012185 geology_html_9264012185:80:7974:7993 Smackover Arkansas -0.441437455474761709 +89009 sedimentology_html_3425717106 sedimentology_html_3425717106:125:11092:11109 Knife Canada -0.460041893415422398 +89010 aapg_aa_634.html aapg_aa_634.html:93:9318:9327 Rio Negro Quemado, Texas -0.0418113941638034933 +89011 gsa_html_2209194419 gsa_html_2209194419:858:90798:90804 Denver Colorado -0.500385707625650822 +89012 palaios_html_2713180466 palaios_html_2713180466:127:16482:16496 Kope Pioneer Valley -0.0184133695346841396 +89013 gsa_html_4453142877 gsa_html_4453142877:585:60753:60761 Rockwell Ventura County, California -0.485238274937032199 +89014 cspg_html_8212454185 cspg_html_8212454185:83:11560:11579 Brazeau Mississippian culture -0.436810292517708865 +89015 aapg_aa_485.html aapg_aa_485.html:232:28329:28337 Colorado Tambo River (Peru) -0.080417119286975175 +89016 palaios_html_7377371027 palaios_html_7377371027:576:54484:54524 Florissant Colorado 0.0137839266560680976 +89017 gsa_html_4719798013 gsa_html_4719798013:392:40225:40250 Blackwater Draw Muleshoe National Wildlife Refuge -0.0576546019462155987 +89018 AMJC_html_5471526645 AMJC_html_5471526645:509:66645:66653 Virginia South Boston, Virginia -0.0521780116650716191 +89019 aapg_aa_712.html aapg_aa_712.html:44:8496:8510 Glenwood Hennepin, Illinois -0.406036217790092746 +89020 aapg_ad_812.html aapg_ad_812.html:5:978:995 Entrada San Juan Mountains -0.409661889393473533 +89021 gsa_html_6608619586 gsa_html_6608619586:674:58691:58697 Oregon Washington (state) -0.445984933244691462 +89022 aapg_af_308.html aapg_af_308.html:128:12747:12772 Venango Venango, Pennsylvania -0.0349187039582129002 +89023 aapg_aa_696.html aapg_aa_696.html:692:75555:75562 Minturn Colorado -0.00712258914704064564 +89024 aapg_ae_705.html aapg_ae_705.html:86:9791:9795 Hall Natland -0.477575355931223244 +89025 aapg_af_492.html aapg_af_492.html:516:55043:55051 Colorado Denver -0.432227951733042737 +89026 AMJC_html_7715223280 AMJC_html_7715223280:1583:157066:157074 Temporal London, Ontario -0.441406293921039528 +89027 gsa_html_9962225882 gsa_html_9962225882:853:70108:70116 Columbia Victoria, British Columbia -0.0496556656724261927 +89028 aapg_ad_958.html aapg_ad_958.html:873:90609:90615 Keokuk Meade County, Kentucky -0.452909542628234352 +89029 cspg_html_6839937815 cspg_html_6839937815:254:35454:35472 Moenkopi Boise, Idaho 0.364161683855386331 +89030 aapg_aa_23.html aapg_aa_23.html:320:37780:37788 Winnipeg Winnipeg 0.00797734533398414096 +89031 aapg_ac_536.html aapg_ac_536.html:658:65554:65562 Colorado Williston, Vermont -0.0230090906667148494 +89032 geology_html_8433649233 geology_html_8433649233:223:19585:19591 Snyder Cordillera Administrative Region -0.439103236963543697 +89033 cspg_html_5783501569 cspg_html_5783501569:429:40834:40871 Ellenburger Dolomite Texas -0.489400926759743782 +89034 AMJC_html_4299960498 AMJC_html_4299960498:755:87923:87933 Washington Vancouver -0.0231725008237077118 +89035 aapg_aa_782.html aapg_aa_782.html:497:62316:62321 Slope Eastern Settlement -0.0224076161552878329 +89036 aapg_ac_578.html aapg_ac_578.html:3:184:205 Platteville Platteville, Colorado -0.40884404189770851 +89037 palaios_html_1262064602 palaios_html_1262064602:494:53134:53150 Chinle Cleveland -0.462717531176716879 +89038 aapg_ae_345.html aapg_ae_345.html:355:24707:24717 Tuscaloosa Tuscaloosa, Alabama -0.438930071485580497 +89039 gsa_html_1783148177 gsa_html_1783148177:1089:98758:98792 Zabriskie Quartzite Death Valley -0.225677560068274746 +89040 aapg_ah_775.html aapg_ah_775.html:376:42153:42161 Colorado Colorado -0.420944322840909546 +89041 AMJC_html_4299960498 AMJC_html_4299960498:529:66479:66488 Wenatchee Snoqualmie, Washington -0.0281695262279110618 +89042 gsa_html_2246096178 gsa_html_2246096178:842:66134:66154 Bonneterre Kish (Sumer) -0.180032462739631888 +89043 cspg_html_4341656515 cspg_html_4341656515:378:38437:38441 Toad Victoria, British Columbia -0.48322516565543927 +89044 aapg_af_291.html aapg_af_291.html:173:20747:20768 Kekiktuk Conglomerate Prudhoe Bay Oil Field -0.470843746174451128 +89045 cspg_html_7903023332 cspg_html_7903023332:121:14567:14587 Kananaskis Elk Valley (British Columbia) -0.453008719186489883 +89046 aapg_aa_411.html aapg_aa_411.html:44:5786:5790 Toas Aruba -0.213611156477247183 +89047 aapg_ac_925.html aapg_ac_925.html:194:30688:30703 Funks Putah Creek -0.463396817899322633 +89048 jgeology_html_4115179562 jgeology_html_4115179562:715:53903:53929 Hampton Virginia 0.00815629009485507872 +89049 aapg_ae_608.html aapg_ae_608.html:233:27346:27358 Dakota Denver 1.18154670177018462 +89050 cspg_html_7970178687 cspg_html_7970178687:30:3540:3556 Luscar Colorado -0.462302919433881576 +89051 gsa_html_8205362136 gsa_html_8205362136:583:64699:64711 Rhode Island Earth -0.499298579771170536 +89052 cspg_html_3041902517 cspg_html_3041902517:43:7319:7335 Nansen Cape Cod 0.0204746961549148801 +89053 aapg_ae_345.html aapg_ae_345.html:812:70255:70265 Tuscaloosa Adams County, Indiana -0.422557496615976746 +89054 aapg_ah_754.html aapg_ah_754.html:234:26708:26736 Protection Nanaimo -0.486436238766394913 +89055 sedimentology_html_7107892700 sedimentology_html_7107892700:476:42204:42224 New Egypt Navesink River -0.466727815469158758 +89056 aapg_ac_967.html aapg_ac_967.html:353:38114:38132 John Day Salem, Oregon -0.248068965223379151 +89057 cspg_html_2660872537 cspg_html_2660872537:617:77688:77717 Anastasia Miami -0.0416442398946082412 +89058 cspg_html_3102530088 cspg_html_3102530088:306:35948:35966 Lea Park Deadhorse, Alaska -0.0495563232116226007 +89059 gsa_html_5726401534 gsa_html_5726401534:54:3486:3514 Green River New Mexico -0.104763551570280528 +89060 cspg_html_8990290265 cspg_html_8990290265:118:18239:18258 Hollebeke Western world -0.04677525052422285 +89061 aapg_aa_287.html aapg_aa_287.html:247:29352:29368 Viking Canada -0.453423575097804177 +89062 aapg_aa_351.html aapg_aa_351.html:8:1130:1142 Everton Missouri River -0.456133832112874948 +89063 aapg_ac_380.html aapg_ac_380.html:221:28265:28273 Onondaga Helderberg -0.0668112913771392175 +89064 aapg_ah_487.html aapg_ah_487.html:51:6596:6610 Midway Texas -0.463362613223226583 +89065 aapg_ae_319.html aapg_ae_319.html:189:14480:14487 Ankareh Populus sect. Aegiros -0.428220671536379549 +89066 geology_html_4211545061 geology_html_4211545061:254:22292:22301 Extension Tyrrhenian Sea -0.48184068160181448 +89067 cspg_html_7182873498 cspg_html_7182873498:76:13455:13461 Salina Guelph -0.474918987556243288 +89068 aapg_ae_454.html aapg_ae_454.html:557:50601:50614 Cotton Valley Alabama 0.000564582905986352451 +89069 cspg_html_3521815736 cspg_html_3521815736:404:57531:57535 Toad Grayling, Michigan -0.459805657368256959 +89070 palaios_html_2746116737 palaios_html_2746116737:879:71083:71096 Meridian Sand Mississippi River -0.236928341104009232 +89071 aapg_aa_544.html aapg_aa_544.html:175:23922:23936 Colorado Cheyenne, Wyoming -0.500557112785802838 +89072 aapg_ae_72.html aapg_ae_72.html:123:13886:13901 Pinkerton Trail Atoka, Oklahoma -0.469726827457912721 +89073 aapg_ah_799.html aapg_ah_799.html:56:5016:5027 Waltersburg Bald Hill (Farmingville, New York) -0.490251895380975244 +89074 aapg_af_281.html aapg_af_281.html:169:11172:11180 Colorado Denver -0.454143259443463898 +89075 gsa_html_3795828595 gsa_html_3795828595:14:604:621 Black River Ohio -0.00447500993536276322 +89076 aapg_af_95.html aapg_af_95.html:16:2531:2547 Paluxy Texas -0.0371478620663623291 +89077 cspg_html_7839431712 cspg_html_7839431712:23:3240:3257 Pakowki Lacombe, Alberta -0.472574788136010782 +89078 aapg_af_81.html aapg_af_81.html:130:13223:13243 Fort Union Cheyenne, Wyoming -0.447189152172129289 +89079 aapg_aa_645.html aapg_aa_645.html:37:6187:6195 Kootenai Norwood, Massachusetts -0.0254673751787387811 +89080 geology_html_8171304617 geology_html_8171304617:266:21510:21514 Home Holy Island, Anglesey -0.104083262402573942 +89081 geology_html_9818459550 geology_html_9818459550:296:25316:25325 San Diego Mexico 0.006789029590310529 +89082 aapg_ac_79.html aapg_ac_79.html:399:45531:45538 Clinton Logan, Utah 0.00475991516942664804 +89083 sedimentology_html_5404275170 sedimentology_html_5404275170:819:53682:53689 Andrews Iceland -0.00229308019174294993 +89084 aapg_aa_944.html aapg_aa_944.html:23:3005:3017 Chickasawhay Suwannee County, Florida -0.0330048845874642768 +89085 aapg_ai_133.html aapg_ai_133.html:87:10464:10481 Rodessa Smith County, Kansas 0.0225884038971819467 +89086 sedimentology_html_7473206318 sedimentology_html_7473206318:1100:76165:76189 St. Mary River Lacombe, Alberta -0.0312235809553752276 +89087 aapg_ai_11.html aapg_ai_11.html:270:35025:35035 Keokuk Burlington, Ontario -0.00972860319356922895 +89088 gsa_html_2240019054 gsa_html_2240019054:399:38049:38053 Ashe North Carolina -0.476061064960921709 +89089 cspg_html_3016068951 cspg_html_3016068951:42:4770:4785 Elk Manitoba -0.0109795492601601104 +89090 gsa_html_5870988384 gsa_html_5870988384:1221:95368:95396 Green River Colorado -0.0230751498951462693 +89091 aapg_ac_947.html aapg_ac_947.html:88:11954:11964 Rio Grande Texas -0.0707637429395946704 +89092 geology_html_4971813947 geology_html_4971813947:275:21265:21271 Denver Colorado -0.0590401550116134086 +89093 aapg_ae_73.html aapg_ae_73.html:476:63201:63218 Vermejo Colorado -0.0171725037246518962 +89094 aapg_ae_958.html aapg_ae_958.html:303:33359:33371 Dockum Texas -0.0458327637888954545 +89095 aapg_ah_97.html aapg_ah_97.html:162:19304:19333 Chazy Lake Champlain -0.451720268426352933 +89096 aapg_af_128.html aapg_af_128.html:496:44066:44086 Phosphoria Cheyenne, Wyoming -0.434606918343987458 +89097 cspg_html_2650524233 cspg_html_2650524233:8:755:773 Edmonton Edmonton, London -0.100085140320416918 +89098 sedimentology_html_3200584564 sedimentology_html_3200584564:1163:80220:80237 Cardium Lacombe, Alberta -0.457963336268268129 +89099 aapg_ah_157.html aapg_ah_157.html:300:43105:43121 Bethel Bloomington, Indiana -0.464405306663695727 +89100 aapg_ad_865.html aapg_ad_865.html:540:54652:54667 Molas Hermosa, Chicago 0.0307817753691846906 +89101 palaios_html_3406135825 palaios_html_3406135825:208:20873:20890 Potsdam Kingston, Jamaica -0.00349522085598196267 +89102 cspg_html_8649903682 cspg_html_8649903682:72:9231:9242 Mowry Cheyenne, Wyoming -0.38928228683044086 +89103 aapg_ae_428.html aapg_ae_428.html:1133:89805:89813 Michigan Burkeville, Texas -0.498982459849811322 +89104 aapg_af_173.html aapg_af_173.html:405:37167:37175 Sundance Cheyenne, Wyoming -0.464565127106344233 +89105 cspg_html_4374961624 cspg_html_4374961624:144:18302:18309 Chetang Mount Robson Provincial Park -0.462102516958969756 +89106 gsa_html_4071231613 gsa_html_4071231613:1050:106459:106465 Oregon Salem, Oregon -0.0233880656689205678 +89107 aapg_ah_623.html aapg_ah_623.html:31:3550:3556 Morgan Colorado 0.0119525385350554136 +89108 palaios_html_7196438349 palaios_html_7196438349:371:40003:40023 Torquay Puebla, Puebla -0.0145241610261636171 +89109 aapg_ae_908.html aapg_ae_908.html:46:4775:4792 Tecovas Santa Rosa, California -0.51767763247347176 +89110 aapg_ai_82.html aapg_ai_82.html:93:12487:12504 Mauch Chunk Huntington, West Virginia -0.0356704046759730303 +89111 cspg_html_9023649778 cspg_html_9023649778:6:425:476 Doig Victoria, British Columbia 0.413657559474853775 +89112 aapg_ah_640.html aapg_ah_640.html:31:3004:3020 Catskill Appalachia -0.0259959408940027802 +89113 aapg_ae_415.html aapg_ae_415.html:62:9045:9054 Vicksburg Warren County, Ohio -0.439778445957034858 +89114 gsa_html_1197940982 gsa_html_1197940982:1153:109397:109406 San Diego California -0.0325612728688678896 +89115 cspg_html_9343899465 cspg_html_9343899465:73:10206:10219 Blue Fiord Melville Island (Canada) -0.00308350377484213492 +89116 aapg_ac_841.html aapg_ac_841.html:1038:107958:107973 Atima Concordia, Kansas -0.4597920302667165 +89117 gsa_html_6143207195 gsa_html_6143207195:820:76735:76743 Bellevue Seattle -0.0187574882731168305 +89118 aapg_ah_533.html aapg_ah_533.html:290:35659:35668 Knoxville Knoxville, Illinois -0.0374506887699371238 +89119 aapg_ae_678.html aapg_ae_678.html:184:22760:22781 Green River Uinta Mountains -0.427803761062237942 +89120 gsa_html_8010927234 gsa_html_8010927234:246:17600:17625 Partridge Fairlee, Maryland -0.0380668126428187481 +89121 aapg_ai_1.html aapg_ai_1.html:225:20663:20680 Paradox Colorado -0.458641287983651336 +89122 aapg_ai_594.html aapg_ai_594.html:216:22837:22857 Whitewood Black Hills -0.464656465989479628 +89123 aapg_ai_583.html aapg_ai_583.html:31:5467:5472 Swift Boise, Idaho 0.292834414207903515 +89124 gsa_html_2374661120 gsa_html_2374661120:522:52778:52788 Bear River Snake River Canyon (Idaho) -0.036075857948020304 +89125 cspg_html_3883962749 cspg_html_3883962749:400:47343:47350 Wapiabi Middle East -0.469051848391689397 +89126 gsa_html_4181975259 gsa_html_4181975259:789:71728:71734 Oregon Coos Bay -0.449440672427322663 +89127 aapg_aa_685.html aapg_aa_685.html:392:36450:36460 North Horn Flagstaff, Arizona -0.468088488699643923 +89128 cspg_html_8267847427 cspg_html_8267847427:63:10916:10948 Provincial Lacombe, Alberta -0.448767326560191138 +89129 cspg_html_9717154602 cspg_html_9717154602:17:3014:3021 Bearpaw Red Deer, Alberta -0.0171725037246518962 +89130 AMJC_html_1964550508 AMJC_html_1964550508:305:39687:39695 Onondaga Helderberg -0.112315424779991527 +89131 aapg_ac_730.html aapg_ac_730.html:436:61871:61887 Toreva Mancos, Colorado -0.453130450697368015 +89132 aapg_ae_873.html aapg_ae_873.html:353:40764:40778 Midway Hopkins County, Kentucky -0.0750848975436395616 +89133 gsa_html_8152640301 gsa_html_8152640301:885:80422:80441 Matanuska Anchorage, Alaska 0.864656106533995494 +89134 AMJC_html_4299960498 AMJC_html_4299960498:752:87747:87757 Washington Salem, Oregon -0.484413309843390927 +89135 aapg_ah_90.html aapg_ah_90.html:5:346:358 Dakota Colorado Plateau 0.391923305062871263 +89136 aapg_aa_415.html aapg_aa_415.html:338:48955:48965 Rio Grande Arkansas -0.067880848555025769 +89137 cspg_html_4287356899 cspg_html_4287356899:960:130917:130922 Kayak Anchorage, Alaska -0.470843746174451128 +89138 aapg_ad_466.html aapg_ad_466.html:1147:122978:122986 Kirkwood Kirkwood, Missouri -0.450784359288809666 +89139 cspg_html_2498183035 cspg_html_2498183035:264:27994:28014 Swan Hills Swan Hill, Victoria 0.864027928301226877 +89140 aapg_ad_418.html aapg_ad_418.html:108:9997:10013 Tar Springs Dead River (Kennebec River) -0.424391951314652904 +89141 aapg_ae_552.html aapg_ae_552.html:262:37754:37762 Monterey California -0.431395188299852905 +89142 cspg_html_9272962376 cspg_html_9272962376:62:10534:10558 Clearwater Arctic -0.0324655941438056483 +89143 gsa_html_6491840124 gsa_html_6491840124:882:73014:73023 Pocatello Boise, Idaho -0.0571939795181882898 +89144 gsa_html_8398449001 gsa_html_8398449001:54:4526:4535 Bear Lake Lake Bonneville -0.484135384227082133 +89145 aapg_ac_222.html aapg_ac_222.html:232:32029:32043 Rico Hermosa, Chicago -0.469302035375975646 +89146 aapg_aa_962.html aapg_aa_962.html:318:33965:33974 Red River Natchitoches, Louisiana -7.99101848956195929e-05 +89147 aapg_af_777.html aapg_af_777.html:59:5423:5432 Catahoula Oakville, California -0.436805862873274886 +89148 aapg_ae_757.html aapg_ae_757.html:1074:76575:76583 Colorado Englewood, New Jersey -0.446078886082885928 +89149 cspg_html_6306091047 cspg_html_6306091047:185:27043:27051 Columbia Victoria, British Columbia -0.0198420227136738916 +89150 geology_html_9324035548 geology_html_9324035548:50:5614:5622 Columbia Boise, Idaho -0.0283712524140075813 +89151 cspg_html_6021605367 cspg_html_6021605367:47:5404:5412 Cuyahoga Ohio -0.348409553584138221 +89152 geology_html_1627303480 geology_html_1627303480:40:3882:3889 Wasatch New Mexico -0.00846727342264548197 +89153 cspg_html_9768299963 cspg_html_9768299963:350:34924:34936 Saskatchewan Lacombe, Alberta -0.441740222253796999 +89154 gsa_html_3448554349 gsa_html_3448554349:58:6649:6667 Catskill Pennsylvania -0.0169066131987412362 +89155 aapg_ai_296.html aapg_ai_296.html:787:69721:69737 Tyner Arkansas -0.430000081582776583 +89156 aapg_ae_873.html aapg_ae_873.html:861:100246:100264 Mt Lytton Delta County, Texas -0.460487277041231158 +89157 aapg_ad_683.html aapg_ad_683.html:491:49691:49706 Supai Coconino County, Arizona -0.0198420227136738916 +89158 geology_html_7977615951 geology_html_7977615951:248:23860:23866 Denver Colorado -0.511893299701262627 +89159 aapg_ac_201.html aapg_ac_201.html:470:45044:45065 Kekiktuk Conglomerate Canning River (Alaska) -0.0060576376426468119 +89160 cspg_html_8312989046 cspg_html_8312989046:451:51255:51272 Bowser Atlantic salmon -0.458648092769168181 +89161 aapg_ah_633.html aapg_ah_633.html:141:20021:20033 Chickasawhay Texas -0.00756560119780054757 +89162 aapg_ac_289.html aapg_ac_289.html:129:10257:10267 Tuscaloosa Saratoga, California -0.439125439995052158 +89163 cspg_html_8128756616 cspg_html_8128756616:88:14504:14513 Cold Lake Clearwater, Florida -0.0280825762237737336 +89164 cspg_html_1818321956 cspg_html_1818321956:204:21400:21414 Toad Canada 0.513507242173835365 +89165 geology_html_5266165531 geology_html_5266165531:79:7214:7217 Arc Anchorage, Alaska -0.462125287699645448 +89166 aapg_ah_528.html aapg_ah_528.html:552:59619:59627 Moenkopi Candelaria, Tenerife -0.477401564658383792 +89167 gsa_html_2266546108 gsa_html_2266546108:484:53274:53280 Sierra Great Basin -0.454023648431036098 +89168 gsa_html_5599919112 gsa_html_5599919112:633:46897:46903 Oregon Steens Mountain Wilderness 0.00299316941719320615 +89169 gsa_html_5044220563 gsa_html_5044220563:29:2796:2824 Green River Colorado 0.0180727324355416767 +89170 aapg_af_900.html aapg_af_900.html:42:6160:6173 Oakville Nueces River -0.484920347334282464 +89171 aapg_ac_743.html aapg_ac_743.html:143:18351:18365 Lyre Washington (state) -0.478377564070346595 +89172 aapg_ae_843.html aapg_ae_843.html:141:13881:13890 Minnelusa Parkman, Maine 1.15852749336363625 +89173 gsa_html_6893818738 gsa_html_6893818738:1006:66772:66786 Victoria Antarctica -0.431080339422081793 +89174 aapg_aa_407.html aapg_aa_407.html:55:5261:5269 Colorado Glenwood Springs, Colorado -0.035973188044241329 +89175 aapg_aa_399.html aapg_aa_399.html:353:29195:29209 St. Mary River Edmonton, London -0.00243726702917233546 +89176 jgeology_html_8355852976 jgeology_html_8355852976:862:50643:50651 Loveland Colorado -0.0184133695346841396 +89177 aapg_aa_23.html aapg_aa_23.html:311:36311:36325 Winnipeg Regina, Saskatchewan 0.61858886321420159 +89178 aapg_ae_73.html aapg_ae_73.html:869:108528:108536 Colorado Colorado -0.484266161538602968 +89179 geology_html_4907985690 geology_html_4907985690:11:548:558 Las Cruces New Mexico -0.456043359064104259 +89180 jgeology_html_3153924580 jgeology_html_3153924580:199:14512:14529 Onaping Virginia -0.10629378961734591 +89181 cspg_html_5017240192 cspg_html_5017240192:546:52349:52382 Lodgepole Manitoba -0.555443502484606277 +89182 gsa_html_3049782768 gsa_html_3049782768:490:46500:46508 Columbia Victoria, British Columbia -0.464501195477937445 +89183 aapg_aa_233.html aapg_aa_233.html:622:61896:61902 Sierra Mexico -0.472512577150688062 +89184 geology_html_8807787667 geology_html_8807787667:177:19088:19112 Echo Canyon Conglomerate Logan, Utah 0.409463822140993583 +89185 cspg_html_4364132564 cspg_html_4364132564:65:8884:8901 Torquay Williston Basin -0.0307122011432018581 +89186 gsa_html_1272176976 gsa_html_1272176976:55:3491:3519 Green River Colorado -0.00603852775893074737 +89187 aapg_ae_780.html aapg_ae_780.html:233:20398:20410 Schoharie Schoharie Creek -0.00832481152182470464 +89188 aapg_af_653.html aapg_af_653.html:853:95578:95586 Monterey Monterey, California 0.0127413767435658448 +89189 aapg_ae_428.html aapg_ae_428.html:751:60433:60441 Virginia East Texas -0.465104162426203172 +89190 aapg_aa_598.html aapg_aa_598.html:325:33724:33732 Red Peak Cheyenne, Wyoming 0.0149273021634023628 +89191 cspg_html_9692046543 cspg_html_9692046543:97:11364:11380 Viking Regina, Saskatchewan -0.00291152111123597944 +89192 aapg_ad_466.html aapg_ad_466.html:763:83797:83805 Navesink Monmouth 0.778400079652487364 +89193 gsa_html_3151431803 gsa_html_3151431803:81:9764:9781 Chinle Kayenta, Arizona -0.444295421139491553 +89194 gsa_html_1727503504 gsa_html_1727503504:52:5928:5932 Rove Oslo -0.456391730122837791 +89195 aapg_ae_416.html aapg_ae_416.html:136:12528:12547 Catahoula Tampa, Florida -0.444945382159606273 +89196 cspg_html_7117661916 cspg_html_7117661916:6:454:470 Banff Victoria, British Columbia 0.00480334593379653455 +89197 geology_html_1733534725 geology_html_1733534725:45:3710:3724 Point Pleasant Kentucky -0.0388274478076049076 +89198 aapg_aa_266.html aapg_aa_266.html:402:46668:46678 Rio Grande Salar de Uyuni -0.0215106592204126722 +89199 aapg_ah_546.html aapg_ah_546.html:39:4500:4508 Colorado Denver -0.470365549607814404 +89200 cspg_html_7881580279 cspg_html_7881580279:171:22977:22985 Edmonton Lacombe, Alberta -0.466727815469158758 +89201 geology_html_5091201231 geology_html_5091201231:77:7387:7425 Kingston Peak Death Valley 0.387401778191714952 +89202 aapg_ae_970.html aapg_ae_970.html:45:5584:5600 Saugus Saugus, Massachusetts -0.450649451770273157 +89203 palaios_html_7841806577 palaios_html_7841806577:106:10152:10186 Catoche East Bay (San Francisco Bay Area) -0.44497889773871091 +89204 cspg_html_7866293053 cspg_html_7866293053:302:36086:36107 Clearwater Lacombe, Alberta 0.039072882780770507 +89205 aapg_ai_105.html aapg_ai_105.html:454:55028:55044 Morgan Colorado -0.0166302989496245716 +89206 sedimentology_html_6854489010 sedimentology_html_6854489010:46:3440:3448 Columbia Niger -0.46398990802263862 +89207 cspg_html_1025724640 cspg_html_1025724640:469:63582:63598 Nepean Ottawa, Kansas 0.287229200752876002 +89208 sedimentology_html_7099960581 sedimentology_html_7099960581:1099:78615:78649 San Andres New Mexico -0.42652126035610638 +89209 aapg_ai_971.html aapg_ai_971.html:11:2436:2455 Aux Vases Illinois -0.482150482079643117 +89210 aapg_ac_506.html aapg_ac_506.html:169:19144:19152 Onondaga Erie County, New York -0.455252106655251121 +89211 palaios_html_3889678675 palaios_html_3889678675:534:48108:48128 Lakota Cheyenne, Wyoming -0.444891759770598527 +89212 cspg_html_1009749092 cspg_html_1009749092:547:64141:64167 Horseshoe Canyon Lacombe, Alberta -0.488759736831659075 +89213 aapg_ai_688.html aapg_ai_688.html:29:4122:4138 Keefer Wayne County, Michigan -0.459860167847925383 +89214 cspg_html_8363357104 cspg_html_8363357104:543:70662:70679 Outram Mount Wilson Observatory -0.490016735996709807 +89215 aapg_af_591.html aapg_af_591.html:273:21501:21515 Woodford Pontotoc County, Mississippi -0.0268827228609654426 +89216 cspg_html_1763727002 cspg_html_1763727002:62:9719:9783 Halfway Victoria, British Columbia -0.0209266190161632587 +89217 sedimentology_html_5593677030 sedimentology_html_5593677030:1639:67254:67259 Stark Dade County, Georgia -0.492225096233327442 +89218 aapg_aa_20.html aapg_aa_20.html:3:331:347 Tradewater Illinois -0.452909542628234352 +89219 aapg_ae_465.html aapg_ae_465.html:199:21244:21250 Paluxy Lewisville, Texas -0.454068782805138071 +89220 sedimentology_html_2684332389 sedimentology_html_2684332389:79:8311:8316 Liard Arctic -0.459837454744856933 +89221 aapg_ah_358.html aapg_ah_358.html:626:39165:39175 San Andres San Angelo, Texas -0.420791864948583338 +89222 geology_html_2693298548 geology_html_2693298548:286:26117:26125 Colorado Pueblo, Colorado -0.461456070409902219 +89223 geology_html_2219443621 geology_html_2219443621:216:20338:20344 Jordan Earth -0.496649713850252028 +89224 cspg_html_8174352156 cspg_html_8174352156:30:3507:3524 Bowser Arctic Cordillera -0.0369546842337877615 +89225 aapg_aa_25.html aapg_aa_25.html:167:14962:14979 Wingate Chinle Formation -0.0369546842337877615 +89226 aapg_ah_49.html aapg_ah_49.html:136:15727:15741 Violin Breccia Castaic, California -0.0513133096682010376 +89227 cspg_html_6140605204 cspg_html_6140605204:47:7500:7520 Blackstone Lacombe, Alberta -0.476172115937115059 +89228 aapg_ad_994.html aapg_ad_994.html:95:10564:10583 Sunniland Melbourne, Florida -0.256524986601203986 +89229 cspg_html_5973552270 cspg_html_5973552270:64:8875:8925 Swan Hills Swan Hill, Victoria -0.43511527002590783 +89230 palaios_html_2298416430 palaios_html_2298416430:222:23275:23291 Ferris Cheyenne, Wyoming -0.465744120990301047 +89231 aapg_aa_621.html aapg_aa_621.html:725:78423:78442 Chugwater Cheyenne, Wyoming -0.103117681306864828 +89232 sedimentology_html_3218770816 sedimentology_html_3218770816:1107:76622:76626 Hall London, Ontario -0.444891759770598527 +89233 jgeology_html_2872695575 jgeology_html_2872695575:536:33036:33056 Pottsville Pennsylvania -0.441927274708787343 +89234 aapg_ah_116.html aapg_ah_116.html:182:16482:16501 Gatesburg Pennsylvania -0.485495508601457515 +89235 AMJC_html_5969956211 AMJC_html_5969956211:1761:195304:195310 Cooper Great Basin -0.441048011313096677 +89236 aapg_ah_157.html aapg_ah_157.html:177:24694:24704 Bonneterre Illinois 0.0105973111472393959 +89237 cspg_html_3140792560 cspg_html_3140792560:178:19786:19807 Bathurst District Council of Franklin Harbour -0.48663294001243923 +89238 gsa_html_2758185504 gsa_html_2758185504:113:12372:12392 Hell Creek Fort Union Trading Post National Historic Site -0.436898889813044922 +89239 cspg_html_7086880709 cspg_html_7086880709:701:83554:83562 Columbia Victoria, British Columbia -0.471639785200352879 +89240 palaios_html_6956866368 palaios_html_6956866368:808:75109:75114 Swift London, Ontario 0.00325374947790672006 +89241 aapg_aa_546.html aapg_aa_546.html:228:22648:22670 Mt Lytton Colorado -0.444945382159606273 +89242 cspg_html_9729377176 cspg_html_9729377176:1197:119835:119850 Liard Canada -0.449541717141150321 +89243 palaios_html_6113029986 palaios_html_6113029986:355:33921:33942 Green River Cheyenne, Wyoming -0.435694684676078359 +89244 sedimentology_html_1904148776 sedimentology_html_1904148776:1046:58636:58643 Francis London, Ontario -0.462261924354454456 +89245 aapg_ad_683.html aapg_ad_683.html:356:36561:36579 Moenkopi Moenkopi Formation 0.0476603474569725141 +89246 palaios_html_6100595217 palaios_html_6100595217:116:13829:13853 Lisbon Jackson, Mississippi 0.370892547227803349 +89247 AMJC_html_5471526645 AMJC_html_5471526645:11:590:598 Virginia Reston, Virginia -0.51594384566610596 +89248 aapg_ac_333.html aapg_ac_333.html:182:22948:22966 Toroweap Kaibab, Arizona -0.439569611888564749 +89249 aapg_ac_313.html aapg_ac_313.html:130:17139:17161 Todos Santos Santa Rosa, California -0.418742552630068099 +89250 aapg_ae_369.html aapg_ae_369.html:62:7729:7744 Gordo Tuscaloosa, Alabama -0.0427795572276395697 +89251 gsa_html_3429903648 gsa_html_3429903648:782:66455:66473 Frontier Cheyenne, Wyoming -0.0116467387889204136 +89252 gsa_html_6492324485 gsa_html_6492324485:23:918:924 Sonora Sonora -0.0602165397787389756 +89253 aapg_af_120.html aapg_af_120.html:17:2993:3001 Michigan Lexington, Kentucky -0.0157892119040832224 +89254 gsa_html_9135546132 gsa_html_9135546132:1003:94404:94408 Webb New Zealand -0.471363620495062197 +89255 geology_html_8189947008 geology_html_8189947008:41:3887:3898 Pine Island Pine Island (Lee County, Florida) -0.462261924354454456 +89256 sedimentology_html_3181527419 sedimentology_html_3181527419:271:17018:17023 Supai Arizona -0.486038291322309801 +89257 aapg_ae_939.html aapg_ae_939.html:452:20169:20184 Queen El Capitan -0.0242746935922993796 +89258 cspg_html_7576506617 cspg_html_7576506617:378:55193:55214 Ekwan River Moose River (Maine) -0.443692774120845845 +89259 aapg_ae_185.html aapg_ae_185.html:50:4928:4939 Haynesville Sarepta, Louisiana -0.401547696584647174 +89260 aapg_af_489.html aapg_af_489.html:55:6102:6115 Jackson Texas -0.462512479285274614 +89261 sedimentology_html_5613495298 sedimentology_html_5613495298:1435:78376:78407 Chinle Logan, Utah -0.0361889700255099214 +89262 gsa_html_2768342942 gsa_html_2768342942:646:63071:63083 Devon Island England 0.810472976648611954 +89263 aapg_ac_579.html aapg_ac_579.html:11:1241:1252 Green River Uinta Mountains -0.0502848648345936219 +89264 cspg_html_4293350162 cspg_html_4293350162:828:91295:91303 Columbia Victoria, British Columbia -0.45417711448712661 +89265 aapg_ac_313.html aapg_ac_313.html:410:47455:47460 Peten Guatemala -0.497000516635433987 +89266 aapg_ad_812.html aapg_ad_812.html:33:3028:3045 Entrada Animas River 0.293277314775937548 +89267 aapg_ae_315.html aapg_ae_315.html:27:3296:3317 Platteville Western world -0.494127296267760752 +89268 aapg_ac_346.html aapg_ac_346.html:83:7037:7043 Walker Victoria, British Columbia -0.0857922296568882914 +89269 gsa_html_2989317971 gsa_html_2989317971:596:62478:62500 Poison Creek Reno, Nevada -0.521454243240814019 +89270 aapg_af_281.html aapg_af_281.html:169:11164:11170 Denver Colorado -0.120615516361576608 +89271 aapg_ad_918.html aapg_ad_918.html:427:51384:51388 Kent Colorado -0.491106071608619299 +89272 aapg_ad_958.html aapg_ad_958.html:543:54132:54144 Gilmore City Salina, Kansas -0.460041893415422398 +89273 cspg_html_7028413504 cspg_html_7028413504:170:20594:20612 Duvernay Redwater, Texas -0.0521780116650716191 +89274 aapg_ae_656.html aapg_ae_656.html:194:22220:22229 San Diego Imperial County, California -0.450743884934886652 +89275 cspg_html_9941227593 cspg_html_9941227593:12:1338:1347 Lodgepole Williston Basin -0.45896570683289678 +89276 aapg_ah_644.html aapg_ah_644.html:362:43778:43791 Gypsum Spring Williston Basin -0.471405039658470026 +89277 cspg_html_7086880709 cspg_html_7086880709:411:54517:54538 Slave Point Lacombe, Alberta -0.447135398674851747 +89278 gsa_html_1591804446 gsa_html_1591804446:13:487:495 Colorado Gunnison County, Colorado -0.0249440441513266963 +89279 aapg_ad_575.html aapg_ad_575.html:304:38960:38978 Norphlet Alabama -0.204383096652777541 +89280 aapg_ac_198.html aapg_ac_198.html:51:6316:6332 Mt Lytton Arcadia, California -0.0179232709792312463 +89281 aapg_ad_784.html aapg_ad_784.html:227:26107:26126 Coldwater Ojai, California -0.0426837810068434811 +89282 aapg_aa_48.html aapg_aa_48.html:378:41343:41362 Minnelusa Williston Basin -0.471962087320613732 +89283 cspg_html_4165571187 cspg_html_4165571187:57:7385:7402 Prophet Kinderhook (town), New York -0.443982888348864235 +89284 cspg_html_7896958755 cspg_html_7896958755:236:24298:24336 Clearwater Lacombe, Alberta -0.503870719216367835 +89285 aapg_ai_144.html aapg_ai_144.html:5:715:721 Wapiti Western world -0.47395378155658785 +89286 aapg_af_579.html aapg_af_579.html:231:25375:25392 Entrada Colorado 0.0186705890504047615 +89287 jgeology_html_8355852976 jgeology_html_8355852976:222:16928:16946 Pierre Longmont, Colorado -0.434518537443352337 +89288 cspg_html_3102530088 cspg_html_3102530088:184:22363:22375 Medicine Hat Lacombe, Alberta -0.513294445022670631 +89289 aapg_af_438.html aapg_af_438.html:205:25310:25315 Cadiz Spain -0.473663043482949409 +89290 aapg_ad_285.html aapg_ad_285.html:117:14311:14322 Kayak Anchorage, Alaska -0.449440672427322663 +89291 cspg_html_7229660003 cspg_html_7229660003:81:6134:6153 Red River Regina, Saskatchewan -0.43114858447473281 +89292 cspg_html_4915680223 cspg_html_4915680223:17:1876:1884 Read Bay Little Cornwallis Island -0.471639785200352879 +89293 cspg_html_5141367518 cspg_html_5141367518:8:922:933 Belly River Bearpaw Formation -0.00268221124588273983 +89294 cspg_html_4773367370 cspg_html_4773367370:334:25717:25733 Viking Lacombe, Alberta -0.0274826364360333635 +89295 aapg_aa_944.html aapg_aa_944.html:23:2990:2995 Tampa Flint River (Michigan) -0.478280146619880497 +89296 cspg_html_8387792223 cspg_html_8387792223:1359:118495:118516 Fernie Victoria, British Columbia -0.406218582002202511 +89297 cspg_html_2796643803 cspg_html_2796643803:374:52074:52092 Deadwood Lacombe, Alberta -0.448578878596292641 +89298 aapg_af_852.html aapg_af_852.html:178:18425:18430 Hueco West Texas 0.0866097539201489547 +89299 aapg_af_498.html aapg_af_498.html:3:222:227 Atoka Texas -0.423076903173580265 +89300 aapg_ai_851.html aapg_ai_851.html:100:14255:14270 Cibao Caribbean -0.0850134419051098988 +89301 sedimentology_html_4167955141 sedimentology_html_4167955141:1232:72024:72037 Boulder Creek Logan, Utah -0.0272913568249384605 +89302 cspg_html_5697056884 cspg_html_5697056884:598:57525:57533 Deadwood Regina, Saskatchewan 0.106249706801955252 +89303 cspg_html_5241714595 cspg_html_5241714595:656:97961:97983 Winnipegosis Regina, Saskatchewan 0.856944158549254542 +89304 aapg_ai_583.html aapg_ai_583.html:25:4043:4071 Spearfish Spearfish, South Dakota 0.136488974233169358 +89305 cspg_html_5515814749 cspg_html_5515814749:287:36999:37005 Viking Bow Island Airport 0.00810590751999957886 +89306 aapg_ad_269.html aapg_ad_269.html:365:35921:35939 Woodbine Texas -0.472512577150688062 +89307 aapg_ac_944.html aapg_ac_944.html:61:7416:7440 Espiritu Santo New Mexico -0.442976805415170927 +89308 cspg_html_6786864151 cspg_html_6786864151:1697:101751:101767 Midway Texas -0.0172889404553563421 +89309 aapg_ad_800.html aapg_ad_800.html:107:12655:12661 Coffee Mississippi River 0.415224014811067355 +89310 aapg_ad_747.html aapg_ad_747.html:148:15179:15184 Colon Venezuela -0.105239477494810968 +89311 aapg_ai_144.html aapg_ai_144.html:438:38756:38763 Cardium Lacombe, Alberta 0.78105637691816554 +89312 geology_html_7782069611 geology_html_7782069611:13:940:947 Newport Salem, Oregon -0.0402548881501223546 +89313 gsa_html_7151930388 gsa_html_7151930388:1022:83431:83440 La Casita Mexico -0.434540631888912565 +89314 palaios_html_7860397774 palaios_html_7860397774:1214:83673:83690 La Luna Caracas -0.0699996007793607794 +89315 aapg_ac_366.html aapg_ac_366.html:100:13652:13671 Tuscarora Huntington, West Virginia -0.251593736866136009 +89316 gsa_html_3860045860 gsa_html_3860045860:1126:103472:103487 Arikaree White River (Washington) -0.0195500267274268287 +89317 sedimentology_html_9059871566 sedimentology_html_9059871566:1503:89351:89377 Kayenta Logan, Utah -0.467950951742638677 +89318 gsa_html_7173708345 gsa_html_7173708345:841:66561:66588 Forest Anchorage, Alaska -0.467905110852730732 +89319 gsa_html_8398449001 gsa_html_8398449001:765:64856:64866 Bear River Bear Lake, Michigan -0.509796057183713014 +89320 cspg_html_6252417471 cspg_html_6252417471:269:39355:39390 Eureka Sound Banks Island -0.0303086783726459197 +89321 aapg_ae_295.html aapg_ae_295.html:223:25380:25387 Carrizo Charlotte, North Carolina -0.436225760714651634 +89322 aapg_ac_333.html aapg_ac_333.html:594:72411:72426 Supai Supai, Arizona -0.447153316157111791 +89323 cspg_html_4666332434 cspg_html_4666332434:146:25254:25272 Foremost Regina, Saskatchewan -0.0366623139169080098 +89324 gsa_html_8479958102 gsa_html_8479958102:833:65972:65981 Extension England -0.0350596438268750282 +89325 aapg_ah_505.html aapg_ah_505.html:464:35101:35118 Manitou Leadville, Colorado -0.469327287552563421 +89326 aapg_ai_17.html aapg_ai_17.html:1315:90360:90369 Vicksburg Pineville, Louisiana -0.0321089803604246438 +89327 cspg_html_7587979364 cspg_html_7587979364:205:16431:16455 Fort Vermilion Swan Hill, Victoria -0.0743201216529694036 +89328 aapg_af_799.html aapg_af_799.html:513:39959:39963 Lodo California -0.0254117377860756666 +89329 geology_html_8124935570 geology_html_8124935570:236:21449:21471 Green River Cheyenne, Wyoming -0.0536688201190548622 +89330 aapg_ac_603.html aapg_ac_603.html:96:8972:8980 Moenkopi Chinle Formation 0.0183508031154239679 +89331 aapg_ae_220.html aapg_ae_220.html:521:56706:56712 Midway Ashley County, Arkansas -0.432249992487968249 +89332 gsa_html_9979192554 gsa_html_9979192554:867:83596:83619 Kuparuk Anchorage, Alaska -0.0108839893390520418 +89333 jgeology_html_1376480101 jgeology_html_1376480101:697:48986:48992 Arroyo Uruguay -0.0482911263715116029 +89334 aapg_ad_683.html aapg_ad_683.html:830:80147:80163 Supai Logan, Utah -0.0820293396071247738 +89335 cspg_html_1645105717 cspg_html_1645105717:8:610:620 Missisauga New Brunswick, New Jersey -0.465945346292333973 +89336 aapg_af_494.html aapg_af_494.html:245:26516:26541 Red Head Rapids East Bay (San Francisco Bay Area) -0.42655631436454855 +89337 aapg_ai_399.html aapg_ai_399.html:205:20019:20028 Morehouse Illinois -0.0391024746518720059 +89338 cspg_html_5973552270 cspg_html_5973552270:41:5574:5591 Gilwood Swan Hill, Victoria -0.0370660655999496616 +89339 aapg_ae_961.html aapg_ae_961.html:174:13488:13507 Red River Glenfield, New Zealand -0.429501070897857717 +89340 aapg_ai_607.html aapg_ai_607.html:3:384:403 Morehouse Shreveport, Louisiana -0.241755534440220105 +89341 jgeology_html_3739517257 jgeology_html_3739517257:760:58887:58892 Raton New Mexico -0.0527620925297026463 +89342 cspg_html_9077072949 cspg_html_9077072949:14:1529:1551 Basal Western Canadian Sedimentary Basin -0.471754879498828661 +89343 aapg_ah_828.html aapg_ah_828.html:485:44722:44731 La Casita Mexico -0.0103957690769427898 +89344 cspg_html_3554431164 cspg_html_3554431164:106:18322:18327 Nisku Rocky Mountains -0.0443365036009496297 +89345 gsa_html_6715192081 gsa_html_6715192081:70:6071:6099 Green River Colorado -0.0114886275572314532 +89346 aapg_af_684.html aapg_af_684.html:466:47548:47554 Oregon Myrtle Point, Oregon -0.484098022941034878 +89347 aapg_ae_391.html aapg_ae_391.html:723:73689:73701 Salado Delaware -0.461601707643698789 +89348 aapg_ae_884.html aapg_ae_884.html:195:26051:26060 Mesaverde Cheyenne, Wyoming 1.13984164028370372 +89349 aapg_ad_440.html aapg_ad_440.html:596:58365:58371 Denmar Greenbrier County Schools -0.527981787518058798 +89350 aapg_ac_924.html aapg_ac_924.html:437:47035:47049 Mission Canyon Logan, Utah -0.455432903203822237 +89351 aapg_aa_887.html aapg_aa_887.html:50:5945:5953 Niobrara Cape Verde -0.423360731207782837 +89352 aapg_ad_466.html aapg_ad_466.html:1115:119762:119773 Shark River Manasquan, New Jersey -0.480765396922298249 +89353 gsa_html_2863658561 gsa_html_2863658561:679:67918:67946 Green River Colorado -0.0519077812744832348 +89354 aapg_ah_198.html aapg_ah_198.html:530:67879:67897 Monterey Peru, Indiana -0.0277886893642299709 +89355 cspg_html_7989435905 cspg_html_7989435905:73:7968:7978 Blackstone Edmonton, London -0.172661216407308082 +89356 cspg_html_3926542795 cspg_html_3926542795:381:46106:46121 Leduc Swan Hill, Victoria -0.424217090203684033 +89357 geology_html_6375960996 geology_html_6375960996:270:19905:19910 Piper Ancient Corinth -0.0184133695346841396 +89358 aapg_ae_740.html aapg_ae_740.html:496:63286:63292 Walker Canada -0.470629904958731249 +89359 aapg_ad_361.html aapg_ad_361.html:108:8119:8124 Eutaw Franklin County, Ohio -0.187507598191424651 +89360 sedimentology_html_7518899751 sedimentology_html_7518899751:1733:91589:91618 Swan Hills Canada -0.43720904648285841 +89361 aapg_ad_440.html aapg_ad_440.html:438:40986:40994 Maccrady Virginia -0.470188590895520009 +89362 cspg_html_9717154602 cspg_html_9717154602:338:47335:47342 Bearpaw Bow River 0.580424616938339799 +89363 aapg_ad_785.html aapg_ad_785.html:285:28540:28547 Manitou Colorado Springs, Colorado -0.498374324087579645 +89364 cspg_html_2013109828 cspg_html_2013109828:331:61075:61095 Beaverfoot Bear Lake, Michigan -0.0231725008237077118 +89365 aapg_af_598.html aapg_af_598.html:127:10157:10164 Lenapah Arkansas River 0.578292944532788233 +89366 aapg_ae_855.html aapg_ae_855.html:64:8511:8527 Colton Flagstaff, Arizona -0.0140132928615952432 +89367 aapg_ae_28.html aapg_ae_28.html:97:10472:10499 Bighorn Dolomite Cheyenne, Wyoming 0.0310739914403193006 +89368 gsa_html_3436154175 gsa_html_3436154175:989:80963:80982 Pinyon Conglomerate Cheyenne, Wyoming -0.0146249457170983255 +89369 palaios_html_8391206976 palaios_html_8391206976:733:68729:68746 Drakes Kentucky -0.487007734355699329 +89370 aapg_aa_91.html aapg_aa_91.html:33:3178:3186 Virginia Virginia -0.0860904504925492919 +89371 aapg_ae_73.html aapg_ae_73.html:451:59537:59545 Graneros Las Vegas Strip -0.44645479356367046 +89372 aapg_ac_55.html aapg_ac_55.html:495:58127:58151 Potomac Maryland -0.0125432965018171631 +89373 aapg_ad_379.html aapg_ad_379.html:373:31739:31745 Casper Cheyenne, Wyoming -0.444891759770598527 +89374 AMJC_html_8522115051 AMJC_html_8522115051:523:50265:50274 Tuscarora Reno, Nevada -0.455252106655251121 +89375 aapg_ad_269.html aapg_ad_269.html:420:39234:39243 Red River Texas 0.0698807051133228663 +89376 aapg_ai_29.html aapg_ai_29.html:391:45992:46001 Catahoula Oakville, California -0.448287309474040385 +89377 cspg_html_5376629375 cspg_html_5376629375:214:25201:25219 Arctomys Canmore, Alberta -0.46398990802263862 +89378 aapg_ad_314.html aapg_ad_314.html:201:22292:22303 Buena Vista Exeter, New Hampshire -0.467071222132578012 +89379 aapg_ai_584.html aapg_ai_584.html:73:7100:7116 Casper Laramie, Wyoming -0.0556797338166599154 +89380 sedimentology_html_2218775040 sedimentology_html_2218775040:1508:80259:80263 Bond Bering Sea -0.442595627901035182 +89381 aapg_aa_890.html aapg_aa_890.html:190:20720:20727 Narrows Virginia -0.0466289053122137323 +89382 sedimentology_html_9010798620 sedimentology_html_9010798620:993:68955:68972 Cardium Lacombe, Alberta -0.46132865731218986 +89383 aapg_ae_884.html aapg_ae_884.html:97:12729:12737 Colorado Colorado -0.00092939054595942859 +89384 aapg_ac_629.html aapg_ac_629.html:726:86918:86928 Citronelle Mississippi River -0.00364114626483282803 +89385 gsa_html_9643610413 gsa_html_9643610413:1327:80065:80095 Valentine San Fernando Valley -0.0391129188633264693 +89386 geology_html_7388717714 geology_html_7388717714:160:13882:13903 Nitinat Fraser River (Colorado) -0.461390086357821749 +89387 aapg_ae_494.html aapg_ae_494.html:387:38616:38620 Kent Greater London Urban Area -0.469070208322842297 +89388 aapg_ad_111.html aapg_ad_111.html:83:9984:9992 Colorado Grand Junction, Colorado -0.467889067103673728 +89389 cspg_html_9354781888 cspg_html_9354781888:596:49892:49897 Liard Canada -0.00280034052174977849 +89390 cspg_html_3060428958 cspg_html_3060428958:197:27625:27639 Edmonton Lacombe, Alberta -0.0295434123424303668 +89391 aapg_ae_231.html aapg_ae_231.html:5:739:753 Onondaga Helderberg -0.491056633019370192 +89392 aapg_ac_187.html aapg_ac_187.html:4060:390342:390348 Tuxpan Mexico -0.42653659632637092 +89393 cspg_html_9689514766 cspg_html_9689514766:821:104228:104250 Trempealeau Michigan Basin -0.197115126536360902 +89394 aapg_aa_976.html aapg_aa_976.html:317:41663:41678 Laurel Knoxville, Tennessee -0.0824938332318140566 +89395 aapg_aa_357.html aapg_aa_357.html:412:38758:38775 Wingate Arizona -0.495958018438408699 +89396 cspg_html_3740794265 cspg_html_3740794265:551:50165:50182 Bluesky Lacombe, Alberta -0.442916609041378917 +89397 aapg_ah_766.html aapg_ah_766.html:64:7662:7674 Todos Santos Ventosa -0.433403442682278373 +89398 aapg_ah_779.html aapg_ah_779.html:491:92237:92248 Mauch Chunk Catskill Mountains -0.441397390812390766 +89399 cspg_html_5699627350 cspg_html_5699627350:424:51743:51759 Viking Regina, Saskatchewan -0.471639785200352879 +89400 aapg_ad_94.html aapg_ad_94.html:51:5468:5483 Chazy Ottawa, Kansas 0.0126823000424950687 +89401 aapg_ai_751.html aapg_ai_751.html:299:32828:32831 Elk Webster County, Missouri -0.459837454744856933 +89402 aapg_ai_835.html aapg_ai_835.html:31:3536:3550 Ingleside Texas -0.0380441859515352823 +89403 cspg_html_6306091047 cspg_html_6306091047:43:8594:8602 Columbia Victoria, British Columbia -0.0257194847392249668 +89404 aapg_ac_288.html aapg_ac_288.html:126:12196:12203 Andrews Shreveport, Louisiana -0.421127304104932487 +89405 aapg_ae_465.html aapg_ae_465.html:154:15911:15924 Cotton Valley Paluxy, Texas 0.0131896685317451842 +89406 aapg_ac_730.html aapg_ac_730.html:337:47835:47844 Mesaverde Mesa, Arizona 0.068272371655090841 +89407 cspg_html_7083999793 cspg_html_7083999793:8:626:638 Rundle Western world -0.0535450100863143555 +89408 aapg_ah_585.html aapg_ah_585.html:268:20625:20646 Martinsburg Lebanon County, Pennsylvania 0.0209370481380516393 +89409 jgeology_html_4305195651 jgeology_html_4305195651:1714:131639:131650 Mauch Chunk Carbon County, Wyoming -0.452927573923113447 +89410 gsa_html_9052101586 gsa_html_9052101586:468:56051:56062 Peoria Fox Valley (Illinois) -0.433376961451207021 +89411 aapg_af_625.html aapg_af_625.html:591:61068:61083 Bloomsburg Huntington, West Virginia -0.0176521575515221144 +89412 aapg_ah_479.html aapg_ah_479.html:3:306:313 La Luna Venezuela -0.503870719216367835 +89413 gsa_html_5846950288 gsa_html_5846950288:14:623:631 Colorado Denver -0.456661018199272462 +89414 aapg_ad_110.html aapg_ad_110.html:636:67823:67833 Wood River Boise, Idaho -0.217629030837243886 +89415 gsa_html_4650354985 gsa_html_4650354985:1076:89515:89526 Bloomington Colorado -0.0105834116577304821 +89416 cspg_html_9046359229 cspg_html_9046359229:473:70662:70670 Columbia Victoria, British Columbia -0.455184317280275863 +89417 cspg_html_9468274627 cspg_html_9468274627:327:39137:39142 Price Victoria, British Columbia -0.44721379024503416 +89418 aapg_aa_995.html aapg_aa_995.html:418:32091:32104 Tensleep Cheyenne, Wyoming -0.0315018919631344582 +89419 aapg_ad_466.html aapg_ad_466.html:1399:148895:148903 Columbia Columbia District -0.439298641817729429 +89420 aapg_ad_865.html aapg_ad_865.html:488:49006:49021 Ouray Hermosa, Chicago 0.947790667990608848 +89421 aapg_af_653.html aapg_af_653.html:772:87434:87442 Vaqueros Monterey, California -0.432223543643836305 +89422 aapg_aa_381.html aapg_aa_381.html:42:5980:5995 Santa Margarita Monterey, California 0.0441954264113851442 +89423 cspg_html_2010437172 cspg_html_2010437172:15:1700:1724 Cedar District Nanaimo -0.497081127157615599 +89424 aapg_af_789.html aapg_af_789.html:117:16131:16139 Onondaga Naples, Florida -0.0452074024796540394 +89425 aapg_af_770.html aapg_af_770.html:8:1410:1421 Uncompahgre Uinta Mountains -0.481766159765426027 +89426 gsa_html_7118255762 gsa_html_7118255762:29:2796:2824 Green River Iran -0.449541717141150321 +89427 aapg_ah_850.html aapg_ah_850.html:64:8543:8561 Snowshoe Salem, Oregon -0.269800120815904876 +89428 cspg_html_3129231627 cspg_html_3129231627:418:53185:53198 Baumann Fiord Ellesmere Island -0.189903338816355849 +89429 cspg_html_7799850124 cspg_html_7799850124:178:21691:21712 Beaverhill Lacombe, Alberta -0.0350022236580636789 +89430 gsa_html_8308045298 gsa_html_8308045298:935:86561:86571 Washington Pacific Northwest -0.44948782523520614 +89431 aapg_af_301.html aapg_af_301.html:82:9635:9651 Willow Lake Atoka, Oklahoma -0.465744120990301047 +89432 aapg_af_854.html aapg_af_854.html:650:90480:90496 Warsaw Bloomington, Indiana -0.0250987813235815996 +89433 gsa_html_6169925575 gsa_html_6169925575:1040:96709:96726 Juniata Pennsylvania -0.0223919711537192666 +89434 gsa_html_1641861263 gsa_html_1641861263:602:59776:59785 Flagstaff Logan, Utah -0.509769574544015613 +89435 aapg_af_397.html aapg_af_397.html:423:49613:49620 Entrada Entrada Sandstone 0.900445215065742377 +89436 aapg_ae_958.html aapg_ae_958.html:2401:204385:204403 Dewey Lake New Mexico 0.0154659921989573207 +89437 geology_html_3353189632 geology_html_3353189632:197:18264:18276 Rockwell California -0.506300489902935413 +89438 cspg_html_2873888604 cspg_html_2873888604:265:40415:40433 Pardonet Victoria, British Columbia -0.43344757972276704 +89439 cspg_html_4422229045 cspg_html_4422229045:194:25946:26024 Mount Kindle Western world -0.0285868941347483252 +89440 aapg_ae_527.html aapg_ae_527.html:50:5237:5246 Red River Long Creek, Illinois -0.422007842206250927 +89441 gsa_html_5694391338 gsa_html_5694391338:862:75775:75796 Town Mountain Granite Llano, Texas -0.0198420227136738916 +89442 aapg_aa_960.html aapg_aa_960.html:486:37113:37123 Twin Creek Logan, Utah -0.490143713980378037 +89443 aapg_ac_628.html aapg_ac_628.html:730:125506:125514 Moenkopi Summerville, South Carolina -0.437049524484892205 +89444 aapg_ah_533.html aapg_ah_533.html:243:28271:28290 Knoxville Knoxville, Illinois -0.49463779564980348 +89445 aapg_aa_732.html aapg_aa_732.html:185:23097:23118 Home Kerr County, Texas -0.479670542308177961 +89446 aapg_ac_807.html aapg_ac_807.html:460:46622:46643 Piney Point Maryland -0.020196595303077311 +89447 cspg_html_9753247638 cspg_html_9753247638:33:3572:3594 Brunswick Sydney Basin -0.447135398674851747 +89448 aapg_ae_570.html aapg_ae_570.html:27:3375:3392 Lockport Dolomite Middle East -0.00802599044403999595 +89449 sedimentology_html_5613495298 sedimentology_html_5613495298:1365:75661:75677 Chinle Colorado Plateau -0.450743884934886652 +89450 aapg_ah_774.html aapg_ah_774.html:74:10304:10322 Kankakee Illinois -0.464473797617463435 +89451 jgeology_html_4305195651 jgeology_html_4305195651:556:66384:66407 Oneonta Chenango County, New York -0.45633516722504075 +89452 sedimentology_html_7215147759 sedimentology_html_7215147759:1059:101993:101999 Warsaw Vistula Lagoon -0.463332970234029085 +89453 gsa_html_2768342942 gsa_html_2768342942:941:84288:84298 Keokuk Closter, New Jersey -0.022871757858413614 +89454 sedimentology_html_8103241482 sedimentology_html_8103241482:1481:52660:52666 Banner Hanson, Massachusetts -0.446029671493266278 +89455 aapg_aa_708.html aapg_aa_708.html:667:67368:67374 Oxford England -0.412972482339328262 +89456 aapg_ad_152.html aapg_ad_152.html:1676:215462:215477 Supai Arizona -0.406036217790092746 +89457 aapg_ae_419.html aapg_ae_419.html:324:40760:40780 Agua Nueva Coahuila 0.0255299674952417718 +89458 cspg_html_3129231627 cspg_html_3129231627:117:16156:16165 Copes Bay Ellesmere Island -0.233995584277323365 +89459 aapg_aa_143.html aapg_aa_143.html:523:64498:64534 Marble Falls Texas -0.0421143691729161454 +89460 cspg_html_3483814747 cspg_html_3483814747:672:66374:66397 Snowblind Bay Little Cornwallis Island -0.502700266635245141 +89461 cspg_html_3068776384 cspg_html_3068776384:596:64617:64625 Montreal London, Ontario -0.0234628186655344677 +89462 palaios_html_4834438637 palaios_html_4834438637:374:39523:39532 San Diego Sumida River -0.44280960294495586 +89463 geology_html_1725922727 geology_html_1725922727:266:26891:26900 San Diego California -0.0223919711537192666 +89464 gsa_html_9875126362 gsa_html_9875126362:811:74763:74772 Peninsula Korea -0.0506631068321719905 +89465 aapg_ad_785.html aapg_ad_785.html:37:4900:4906 Denver Colorado Springs, Colorado -0.453739353605666973 +89466 aapg_ad_734.html aapg_ad_734.html:110:12015:12025 Milk River Bow Island Airport -0.0440369350634172291 +89467 gsa_html_2321764011 gsa_html_2321764011:821:76420:76448 Green River Colorado -0.0280825762237737336 +89468 palaios_html_5411840767 palaios_html_5411840767:122:13634:13640 Oregon Newport, Rhode Island -0.44961357796588941 +89469 sedimentology_html_2301796541 sedimentology_html_2301796541:965:80339:80343 Hall London, Ontario -0.482784406317177284 +89470 gsa_html_6441142238 gsa_html_6441142238:202:20380:20401 Platteville Decorah, Iowa -0.43919205226689878 +89471 cspg_html_1380879986 cspg_html_1380879986:105:16770:16777 Yucatan Great Barrier Reef -0.448969278215303857 +89472 aapg_ad_276.html aapg_ad_276.html:47:6714:6719 Weeks Closter, New Jersey -0.499512563259915887 +89473 aapg_ae_324.html aapg_ae_324.html:195:18988:19009 Beekmantown Knoxville, Tennessee -0.459839726029242057 +89474 cspg_html_9222238695 cspg_html_9222238695:88:13648:13656 Columbia Victoria, British Columbia -0.0420203413535321854 +89475 aapg_ah_289.html aapg_ah_289.html:28:4507:4525 Monterey San Joaquin River 0.0343271244697756148 +89476 aapg_aa_918.html aapg_aa_918.html:56:8709:8731 Stone Corral Cedar Hill, Texas -0.0676291696793827474 +89477 sedimentology_html_5557101170 sedimentology_html_5557101170:797:49183:49198 Melville Island Canada -0.0546960047123581025 +89478 geology_html_1773903574 geology_html_1773903574:56:6173:6184 Paso Robles California -0.467889067103673728 +89479 cspg_html_5139035315 cspg_html_5139035315:553:59033:59060 Albert New Brunswick, New Jersey -0.0242746935922993796 +89480 aapg_ae_69.html aapg_ae_69.html:182:20382:20390 Colorado Uinta County, Wyoming -0.456355529459316345 +89481 gsa_html_1275728256 gsa_html_1275728256:659:60795:60806 Santa Clara California -0.0674264366064800946 +89482 aapg_aa_679.html aapg_aa_679.html:25:3303:3329 Hemlock Cook Inlet -0.0142026952151300869 +89483 aapg_af_51.html aapg_af_51.html:241:27056:27074 Moenkopi Kayenta, Arizona 0.0319263287178778721 +89484 aapg_af_789.html aapg_af_789.html:164:21989:22006 Chemung Naples, Florida -0.445016883536767272 +89485 aapg_af_97.html aapg_af_97.html:55:6146:6150 Kope Dearborn, Michigan 0.00132025624175985054 +89486 aapg_ah_318.html aapg_ah_318.html:1912:176378:176394 Olvido Cotton Valley, Louisiana -0.0482388499511915356 +89487 aapg_ah_645.html aapg_ah_645.html:27:4429:4434 Stump Boise, Idaho -0.450595494357366455 +89488 cspg_html_4269071742 cspg_html_4269071742:62:6821:6840 Kishenehn Cheyenne, Wyoming -0.476324834178458445 +89489 cspg_html_4326384800 cspg_html_4326384800:443:55779:55787 Tathlina Great Slave Lake -0.445139789506256323 +89490 cspg_html_4132771434 cspg_html_4132771434:94:14412:14421 Mackenzie Lacombe, Alberta -0.418625207464451421 +89491 aapg_af_785.html aapg_af_785.html:343:33522:33538 Reklaw Charlotte, North Carolina -0.472040378581138065 +89492 sedimentology_html_4101202094 sedimentology_html_4101202094:330:29702:29708 Oregon Victoria, British Columbia -0.479670542308177961 +89493 aapg_ai_470.html aapg_ai_470.html:258:33358:33380 Cooking Lake Elk Island National Park 0.0141887940792581758 +89494 aapg_ac_662.html aapg_ac_662.html:14:2151:2170 Arcturus Logan, Utah -0.0293555813701503708 +89495 cspg_html_2650524233 cspg_html_2650524233:29:5836:5844 Whitemud Regina, Saskatchewan -0.437987106587424679 +89496 gsa_html_5631794630 gsa_html_5631794630:1084:72234:72259 Rockslide Berlin 0.0204990301783142814 +89497 aapg_ae_755.html aapg_ae_755.html:509:52005:52023 Yorktown North Carolina -0.0309313612932118412 +89498 aapg_ae_45.html aapg_ae_45.html:34:4891:4912 Haynesville Haynesville, Louisiana -0.0169709132296714665 +89499 aapg_ae_677.html aapg_ae_677.html:13:1441:1454 Mountain City Grandfather Mountain -0.45295011354581094 +89500 geology_html_4393438384 geology_html_4393438384:197:20873:20881 Virginia Piedmont (United States) -0.47249414511500698 +89501 aapg_ai_688.html aapg_ai_688.html:371:40048:40082 Tuscarora Ohio -0.0994514689506592747 +89502 aapg_af_246.html aapg_af_246.html:37:2877:2881 Elko Reno, Nevada -0.439818440810091693 +89503 aapg_af_379.html aapg_af_379.html:37:4124:4147 Middle Canyon Boise, Idaho -0.489932094547215424 +89504 aapg_aa_544.html aapg_aa_544.html:277:37672:37680 Niobrara Cheyenne, Wyoming -0.456645175495931643 +89505 aapg_af_502.html aapg_af_502.html:92:11868:11877 Smackover Arkansas 0.000132025523515305647 +89506 aapg_ai_620.html aapg_ai_620.html:10:1090:1108 Tensleep Cheyenne, Wyoming -0.49361002164838963 +89507 aapg_ae_708.html aapg_ae_708.html:485:55815:55823 Virginia Virginia -0.0252500427953300452 +89508 gsa_html_8688253811 gsa_html_8688253811:803:62652:62661 San Diego Houghton, Michigan -0.446146001135949044 +89509 aapg_ae_803.html aapg_ae_803.html:764:96081:96093 Todos Santos Santa Rosa, California -0.0418584068590474659 +89510 palaios_html_1249829497 palaios_html_1249829497:784:64231:64247 Ripley Alabama -0.237844737726069844 +89511 geology_html_9500352253 geology_html_9500352253:77:6361:6369 Colorado Gunnison County, Colorado -0.502700266635245141 +89512 aapg_ai_366.html aapg_ai_366.html:144:18860:18878 Beaumont Beaumont, Texas -0.434558307819543299 +89513 cspg_html_4694482219 cspg_html_4694482219:515:51940:51958 Edmonton Mississippi River -0.436898889813044922 +89514 aapg_ah_972.html aapg_ah_972.html:418:41491:41509 Whitsett Texas -0.398323737082098672 +89515 aapg_af_366.html aapg_af_366.html:23:3027:3051 Lisburne Anchorage, Alaska -0.486401118306284352 +89516 geology_html_4034643281 geology_html_4034643281:223:20275:20282 Francis London, Ontario -0.446011775932438015 +89517 cspg_html_8289943866 cspg_html_8289943866:5:317:335 Grinnell Canada -0.459837454744856933 +89518 aapg_ah_521.html aapg_ah_521.html:390:45547:45559 Wilcox Carrizo Plain -0.431641856483014286 +89519 aapg_ac_338.html aapg_ac_338.html:231:26836:26860 Skull Creek Ohio -0.4597965726108596 +89520 aapg_af_129.html aapg_af_129.html:325:34286:34304 Fountain Colorado -0.483173848714512189 +89521 gsa_html_9314974751 gsa_html_9314974751:672:61366:61375 Hampshire Sellwood Bridge -0.448296279445968116 +89522 aapg_aa_948.html aapg_aa_948.html:21:1783:1798 Salado Delaware -0.0131340660726573313 +89523 aapg_ah_878.html aapg_ah_878.html:30:4518:4526 Michigan Ontario, California -0.4462802459552766 +89524 cspg_html_7989435905 cspg_html_7989435905:222:24453:24472 Kootenay Pincher Creek, Alberta -0.454034931813569353 +89525 cspg_html_1818321956 cspg_html_1818321956:770:75842:75850 Columbia Canada -0.462193603410137988 +89526 cspg_html_5241714595 cspg_html_5241714595:17:2354:2369 Nisku Lacombe, Alberta -0.472717659724808503 +89527 aapg_ad_2.html aapg_ad_2.html:829:117240:117260 Waynesboro Chambersburg, Pennsylvania -0.458784199315796892 +89528 sedimentology_html_5888302449 sedimentology_html_5888302449:945:53449:53459 Washington Seattle -0.439258669305734428 +89529 geology_html_5021862237 geology_html_5021862237:248:19806:19811 Stark Republic of China -0.0775655366398884799 +89530 aapg_aa_124.html aapg_aa_124.html:542:55695:55703 Colorado Edmonton, London -0.4462802459552766 +89531 aapg_ad_880.html aapg_ad_880.html:802:78288:78303 Swift Cheyenne, Wyoming -0.40038656628078334 +89532 jgeology_html_8152094574 jgeology_html_8152094574:152:9219:9229 San Felipe Colorado River Delta -0.00234867028233571185 +89533 aapg_ad_440.html aapg_ad_440.html:608:60040:60046 Denmar Lewisburg, Pennsylvania -0.464432702411418319 +89534 aapg_aa_702.html aapg_aa_702.html:80:58268:58272 Kent Williston, Vermont 0.0190703285960370852 +89535 aapg_ah_655.html aapg_ah_655.html:155:15530:15550 Hartshorne Atoka, Oklahoma 0.0493715845330911646 +89536 gsa_html_6117440194 gsa_html_6117440194:1307:115963:115973 Washington Victoria, British Columbia -0.432466019139625568 +89537 aapg_ah_573.html aapg_ah_573.html:82:9530:9541 Port Jervis Harrisburg, Pennsylvania 0.000132025523515305647 +89538 palaios_html_3889678675 palaios_html_3889678675:902:80643:80658 Quinault Cape Elizabeth, Maine -0.446924894478510359 +89539 aapg_ad_169.html aapg_ad_169.html:408:46942:46960 Greenbrier Greenbrier (Great Smoky Mountains) -0.0547587917185213893 +89540 aapg_ah_870.html aapg_ah_870.html:414:33107:33113 Walker Bloomington, Indiana -0.455876007847145159 +89541 aapg_af_480.html aapg_af_480.html:182:21789:21804 Olentangy Cleveland 0.0185680484481220431 +89542 aapg_ae_901.html aapg_ae_901.html:783:81775:81788 Traverse Michigan -0.0409547609759915096 +89543 cspg_html_8677760663 cspg_html_8677760663:106:11086:11097 Peace River Lacombe, Alberta -0.0404707637071786003 +89544 sedimentology_html_3220122506 sedimentology_html_3220122506:86:8644:8676 Yakataga Anchorage, Alaska -0.460980639153810601 +89545 aapg_ad_954.html aapg_ad_954.html:459:46362:46370 Eminence Fort Sill 0.0382426063901433327 +89546 cspg_html_7779401416 cspg_html_7779401416:62:8022:8043 Fossil Hill Lockport (city), New York 0.013078463721204827 +89547 cspg_html_9771826320 cspg_html_9771826320:224:37284:37304 Bell Ellesmere Island 0.0162097516274166825 +89548 geology_html_4907985690 geology_html_4907985690:28:3083:3101 Moenkopi Logan, Utah 0.372660748125200336 +89549 aapg_ae_263.html aapg_ae_263.html:73:6307:6314 Manlius Helderberg 0.00330065394967362811 +89550 aapg_ac_462.html aapg_ac_462.html:248:29603:29622 San Pedro Poland -0.0890456954890368052 +89551 cspg_html_2661887503 cspg_html_2661887503:332:37150:37167 Prince Alfred Bay Devon Island -0.472574788136010782 +89552 cspg_html_2253842195 cspg_html_2253842195:401:44336:44359 Boulder Creek Victoria, British Columbia -0.427672143055296883 +89553 cspg_html_2695921112 cspg_html_2695921112:310:36754:36779 Bonaventure New Brunswick, New Jersey -0.006663945278057983 +89554 cspg_html_6255491344 cspg_html_6255491344:231:33303:33316 Elk Victoria, British Columbia -0.441637804770763531 +89555 palaios_html_3985706634 palaios_html_3985706634:422:45748:45783 Shell Rock Iowa -0.475797375672673772 +89556 aapg_ah_664.html aapg_ah_664.html:619:59497:59509 Saskatchewan Lacombe, Alberta -0.0368380831673493919 +89557 aapg_af_225.html aapg_af_225.html:70:8223:8233 Pottsville Allegheny Mountains -0.593565115964892254 +89558 cspg_html_9735723617 cspg_html_9735723617:360:46176:46185 Hecla Bay Melville Island (Canada) -0.0740086441181000282 +89559 aapg_ae_221.html aapg_ae_221.html:425:25871:25880 Vicksburg Melbourne, Florida -0.428868342306482297 +89560 aapg_aa_595.html aapg_aa_595.html:552:65110:65116 Salado Guadalupe Mountains National Park -0.090942060825324425 +89561 aapg_ah_646.html aapg_ah_646.html:60:8026:8044 Moenkopi Logan, Utah 0.363411791552855523 +89562 aapg_ae_416.html aapg_ae_416.html:249:22452:22459 Anahuac Texas -0.0411323490648926038 +89563 gsa_html_1734656819 gsa_html_1734656819:1338:121545:121555 San Felipe San Jacinto, California -0.442682549290708161 +89564 geology_html_9449848150 geology_html_9449848150:136:14121:14140 Flagstaff Logan, Utah -0.48294529227432792 +89565 aapg_ai_107.html aapg_ai_107.html:84:7884:7893 Red River Panola County, Mississippi 0.0236314487961182575 +89566 aapg_aa_662.html aapg_aa_662.html:79:7534:7541 Venango Pleasantville, Venango County, Pennsylvania -0.476130470160059438 +89567 aapg_ae_69.html aapg_ae_69.html:184:20644:20650 Chinle Colorado -0.441860465923672896 +89568 aapg_aa_654.html aapg_aa_654.html:10:1701:1725 Arroyo New Mexico -0.0512069723189051348 +89569 cspg_html_1025724640 cspg_html_1025724640:334:44343:44349 Mingan Quebec City -0.19167648642117141 +89570 cspg_html_5104062649 cspg_html_5104062649:914:83965:83970 Yukon Canada -0.472574788136010782 +89571 cspg_html_8525917094 cspg_html_8525917094:275:35411:35416 Swift Lacombe, Alberta 0.00647979387541270779 +89572 cspg_html_1665574291 cspg_html_1665574291:30:5774:5787 Bearpaw Drumheller 0.802790062853349529 +89573 aapg_ad_466.html aapg_ad_466.html:756:82496:82517 Hornerstown Monmouth 0.0407232051734329817 +89574 cspg_html_9905904289 cspg_html_9905904289:373:48495:48513 Scollard Lacombe, Alberta -0.028708628918134603 +89575 cspg_html_9330018201 cspg_html_9330018201:36:6060:6068 Columbia Victoria, British Columbia -0.432316117842066305 +89576 jgeology_html_4305195651 jgeology_html_4305195651:2830:191998:192009 Blind Fiord Alert, Nunavut 0.0234176191377478797 +89577 aapg_ac_302.html aapg_ac_302.html:224:25751:25768 Laketown Dolomite Great Basin -0.443982888348864235 +89578 palaios_html_2859810051 palaios_html_2859810051:34:3168:3186 Niobrara Logan County, West Virginia -0.466219818123899288 +89579 aapg_ad_691.html aapg_ad_691.html:87:10289:10303 Weno McLennan County, Texas -0.000347435604052462668 +89580 gsa_html_7498897688 gsa_html_7498897688:1040:92893:92906 San Sebastian Guadalajara, Jalisco -0.518086119858462979 +89581 aapg_ah_96.html aapg_ah_96.html:58:7363:7384 Interlake Winnipeg -1.34271789525825103 +89582 aapg_aa_86.html aapg_aa_86.html:223:17505:17520 Basal Tuscaloosa, Alabama -0.0643059581765174221 +89583 aapg_af_775.html aapg_af_775.html:334:22449:22457 Colorado Oakville, California -0.41322095658291802 +89584 cspg_html_9661038059 cspg_html_9661038059:15:1819:1839 Bow Island Lacombe, Alberta -0.00638076930644856932 +89585 aapg_ad_865.html aapg_ad_865.html:368:36605:36611 Dakota Ouray, Colorado 0.938889218079033694 +89586 aapg_ah_421.html aapg_ah_421.html:121:10906:10915 Fox Hills Milk River, Alberta -0.443755252554939694 +89587 gsa_html_4557277250 gsa_html_4557277250:689:62078:62085 Madison Pine Grove, Amador County, California -0.0506265019313475798 +89588 aapg_ah_134.html aapg_ah_134.html:59:5298:5317 Smackover Arkansas -0.447404197686881167 +89589 aapg_ae_30.html aapg_ae_30.html:215:20577:20593 Kinderhook Nemaha County, Kansas -0.467950951742638677 +89590 aapg_ah_665.html aapg_ah_665.html:4:515:527 Pioche Middle East -0.485729424463417547 +89591 aapg_ae_415.html aapg_ae_415.html:320:42533:42542 Vicksburg Pearl River (China) -0.468384265774498543 +89592 aapg_aa_697.html aapg_aa_697.html:613:55482:55525 Prairie Regina, Saskatchewan 0.0328135205724552972 +89593 aapg_ae_961.html aapg_ae_961.html:334:26056:26075 Graneros Cheyenne, Wyoming -0.464409872562970838 +89594 palaios_html_3232474978 palaios_html_3232474978:62:6438:6442 Toad Victoria, British Columbia -0.456371367070690814 +89595 cspg_html_5450075884 cspg_html_5450075884:812:79942:79967 Moosebar Lacombe, Alberta -0.0268931559198013828 +89596 cspg_html_8571955552 cspg_html_8571955552:254:30846:30878 Ivishak Prudhoe Bay Oil Field -0.458784199315796892 +89597 jgeology_html_4599466962 jgeology_html_4599466962:208:15752:15768 Schoharie Onondaga (tribe) -0.461765577936308902 +89598 aapg_aa_696.html aapg_aa_696.html:698:75989:75997 Colorado Colorado -0.0658886987392225537 +89599 aapg_aa_3.html aapg_aa_3.html:6:925:931 Shasta Central Valley (California) -0.435659290307845004 +89600 aapg_af_854.html aapg_af_854.html:804:112580:112596 Warsaw Missouri River 0.734740294777794567 +89601 aapg_ae_928.html aapg_ae_928.html:211:15645:15659 Paluxy Rodessa, Louisiana -0.0111046462862114288 +89602 gsa_html_3860045860 gsa_html_3860045860:1226:109476:109486 Washington Wallowa, Oregon 0.00277949417154689906 +89603 aapg_ae_877.html aapg_ae_877.html:58:5893:5901 Edmonton Lesser Slave Lake Provincial Park -0.500830957900678664 +89604 aapg_ah_585.html aapg_ah_585.html:120:11154:11176 Onondaga Bloomington, Indiana 0.00877304685539762562 +89605 aapg_ai_688.html aapg_ai_688.html:131:16989:17011 Williamsport Huntington, West Virginia -0.246382912102316942 +89606 aapg_ah_772.html aapg_ah_772.html:113:10823:10834 Bird Spring Spring Mountains National Recreation Area -0.0332814982379016425 +89607 cspg_html_7752087721 cspg_html_7752087721:16:2597:2605 East Arm Great Slave Lake -0.0412855650787417178 +89608 gsa_html_8136022028 gsa_html_8136022028:13:762:768 Reston Virginia -0.442542141875480355 +89609 aapg_aa_126.html aapg_aa_126.html:96:11058:11078 Franconia Houston -0.462398581950347165 +89610 aapg_af_712.html aapg_af_712.html:28:3407:3413 Navajo Arizona -0.060940981097562269 +89611 cspg_html_5345848475 cspg_html_5345848475:340:39350:39362 Medicine Hat Calgary -0.483015252079283031 +89612 gsa_html_3330587082 gsa_html_3330587082:411:36299:36318 Partridge Littleton, Colorado -0.011024723133422322 +89613 cspg_html_2954223000 cspg_html_2954223000:1369:169806:169811 Weeks Tulsa, Oklahoma -0.0513063366802281665 +89614 aapg_ae_278.html aapg_ae_278.html:931:96603:96607 Java Sumatra -0.00746310002878541098 +89615 aapg_ai_962.html aapg_ai_962.html:3:161:183 Word Texas -0.0851291990007965182 +89616 aapg_af_381.html aapg_af_381.html:51:7175:7182 Topanga Thousand Oaks, California -0.421244953243923137 +89617 cspg_html_5406272225 cspg_html_5406272225:223:24767:24777 Pine Point Canada -0.0258220684876826687 +89618 aapg_ah_97.html aapg_ah_97.html:167:20157:20168 Beekmantown Lake Champlain -0.448890736157496528 +89619 palaios_html_3136929089 palaios_html_3136929089:17:992:1013 Bell West, Texas -0.449433936510724996 +89620 aapg_ae_254.html aapg_ae_254.html:125:13960:13966 Paluxy Hunt County, Texas -0.459996458565647859 +89621 aapg_aa_229.html aapg_aa_229.html:350:28221:28239 Woodbine Bryan County, Oklahoma -0.0330918692882290547 +89622 aapg_ae_594.html aapg_ae_594.html:238:27250:27266 Eagle Buda, Texas -0.420800576179594099 +89623 aapg_ac_782.html aapg_ac_782.html:176:30247:30287 Barnett Western world 0.845725749562847406 +89624 aapg_ac_967.html aapg_ac_967.html:219:24299:24312 Blue Mountain Richmond, California -0.0265036602918163264 +89625 cspg_html_8374021012 cspg_html_8374021012:104:15910:15929 Harrogate Kootenay River -0.465579516089382972 +89626 aapg_ah_231.html aapg_ah_231.html:146:14095:14103 Woodbine Paluxy, Texas -0.432686505514578101 +89627 cspg_html_3966956195 cspg_html_3966956195:251:22166:22203 Slave Point Texas 0.0132661220895765857 +89628 cspg_html_4319383223 cspg_html_4319383223:388:46909:46971 Tidal Lacombe, Alberta -0.467978457419396532 +89629 gsa_html_2059086425 gsa_html_2059086425:14:728:749 Lake Valley Alamogordo, New Mexico -0.00806073698202901257 +89630 aapg_ad_466.html aapg_ad_466.html:306:38251:38268 Raritan Closter, New Jersey -0.0243616205908490056 +89631 aapg_ad_264.html aapg_ad_264.html:10:1330:1338 Columbia Victoria, British Columbia 0.00255018452536458695 +89632 aapg_ai_326.html aapg_ai_326.html:22:3858:3878 Schoharie Esopus Creek -0.465595518002078101 +89633 cspg_html_3229148473 cspg_html_3229148473:6:420:440 Milk River Southeast Asia -0.0483573436723463285 +89634 aapg_ae_407.html aapg_ae_407.html:117:11393:11405 Wapsipinicon Illinois -0.417370067428227742 +89635 AMJC_html_5421639085 AMJC_html_5421639085:130:16773:16783 Georgetown Sykesville, Maryland -0.505572008253837413 +89636 aapg_ae_694.html aapg_ae_694.html:10:1613:1632 Woodbine Buda, Texas -0.00783141030284131325 +89637 aapg_ai_81.html aapg_ai_81.html:124:14390:14406 Oswayo Cattaraugus, New York -0.480644453081816247 +89638 gsa_html_9513959579 gsa_html_9513959579:193:22339:22352 Blue Mountain Compton, California -0.457487488497030304 +89639 aapg_ac_680.html aapg_ac_680.html:89:7429:7450 Cotton Valley Greenwood, South Carolina -0.443344757382833909 +89640 aapg_ae_268.html aapg_ae_268.html:229:22653:22661 Golconda Hardinsburg, Indiana -0.0330222814746261376 +89641 gsa_html_2422494332 gsa_html_2422494332:645:63931:63939 San Jose Trinity County, Texas -0.0244381167530825782 +89642 cspg_html_9177794814 cspg_html_9177794814:99:11799:11815 Alapah Lacombe, Alberta -0.0969354193178254969 +89643 geology_html_9788030825 geology_html_9788030825:18:985:993 Colorado Denver -0.465595518002078101 +89644 jgeology_html_1300888380 jgeology_html_1300888380:381:28010:28017 Juniata Catskill Mountains -0.445989406971527558 +89645 aapg_aa_887.html aapg_aa_887.html:49:5713:5734 Cliff House Southeast Asia -0.0443852715677367574 +89646 geology_html_4850868180 geology_html_4850868180:408:28663:28666 Rye Netherlands -0.47482657712880405 +89647 geology_html_4971813947 geology_html_4971813947:333:24345:24353 Colorado Colorado -0.00910662035546105052 +89648 cspg_html_3589404052 cspg_html_3589404052:996:107819:107827 Columbia Lacombe, Alberta -0.464419004431934179 +89649 aapg_aa_399.html aapg_aa_399.html:591:56394:56406 Saskatchewan Manitoba -0.45691453935984655 +89650 aapg_aa_702.html aapg_aa_702.html:1943:172799:172807 Colorado Denver -0.0878661627689431846 +89651 aapg_aa_201.html aapg_aa_201.html:663:62864:62870 Oliver London, Ontario -0.0332814982379016425 +89652 sedimentology_html_6713087654 sedimentology_html_6713087654:762:54970:54984 Victoria Transantarctic Mountains -0.464473797617463435 +89653 sedimentology_html_1527307623 sedimentology_html_1527307623:653:54917:54940 Sibley Ontario, California -0.480695619561815057 +89654 aapg_ai_887.html aapg_ai_887.html:338:40202:40210 Columbia Victoria, British Columbia -0.464501195477937445 +89655 aapg_ah_415.html aapg_ah_415.html:141:12626:12634 Colorado Colorado -0.44280960294495586 +89656 aapg_aa_358.html aapg_aa_358.html:73:7631:7658 Moenkopi Coconino County, Arizona -0.458031335089754243 +89657 aapg_aa_598.html aapg_aa_598.html:239:24393:24401 Red Peak Cheyenne, Wyoming -0.460953349343471763 +89658 cspg_html_5435328392 cspg_html_5435328392:34:5032:5050 Niobrara Shouldice Hernia Centre -0.0111932569580727604 +89659 aapg_ae_642.html aapg_ae_642.html:97:9276:9288 Mooringsport Cotton Valley, Louisiana -0.0257872942551229771 +89660 aapg_aa_422.html aapg_aa_422.html:6:820:826 Modelo Monterey, California -0.440247382693200906 +89661 cspg_html_8915218033 cspg_html_8915218033:271:27030:27050 Mount Head Lacombe, Alberta -0.455726774842524995 +89662 aapg_ad_367.html aapg_ad_367.html:57:6926:6941 Wonah Victoria, British Columbia -0.43919205226689878 +89663 sedimentology_html_7469221988 sedimentology_html_7469221988:1316:72084:72092 Homewood Kenya -0.452896019392303839 +89664 palaios_html_4592561338 palaios_html_4592561338:48:4930:4951 Green River Cheyenne, Wyoming -0.484191429205932 +89665 cspg_html_7881580279 cspg_html_7881580279:43:6901:6919 Selkirk Regina, Saskatchewan -0.0433821006587485347 +89666 aapg_ai_791.html aapg_ai_791.html:205:32773:32785 San Cayetano Honduras -0.503865938507956024 +89667 cspg_html_4915680223 cspg_html_4915680223:32:4369:4384 Douro Ellesmere Island -0.1417837156423844 +89668 aapg_ai_583.html aapg_ai_583.html:386:47388:47406 Rierdon Powder River (Montana) -0.445998354490544591 +89669 cspg_html_9369612737 cspg_html_9369612737:20:2911:2922 Collingwood Manitoulin Island 0.0185975939921932121 +89670 aapg_ah_943.html aapg_ah_943.html:24:4081:4102 Peace River Canada -0.455211432419709627 +89671 aapg_ah_231.html aapg_ah_231.html:65:5918:5924 Paluxy Tuscaloosa, Alabama -0.450649451770273157 +89672 sedimentology_html_5984769620 sedimentology_html_5984769620:99:9471:9477 Jordan Beaumont, Texas -0.449433936510724996 +89673 cspg_html_1132698231 cspg_html_1132698231:399:52655:52665 Santa Cruz California -0.030239106807757675 +89674 aapg_ae_832.html aapg_ae_832.html:187:19908:19926 Ogallala Nebraska -0.415574863969890351 +89675 aapg_aa_684.html aapg_aa_684.html:145:14988:14992 Jelm John Crow Mountains -0.4597920302667165 +89676 cspg_html_3762708087 cspg_html_3762708087:61:8696:8712 Viking Suffield, Connecticut -0.113866670147065155 +89677 aapg_ad_442.html aapg_ad_442.html:36:4065:4083 Nacatoch Bellevue, Nebraska -0.0203460739927139034 +89678 aapg_ae_716.html aapg_ae_716.html:30:4273:4279 Casper Cheyenne, Wyoming -0.466759861116235797 +89679 cspg_html_4974799860 cspg_html_4974799860:44:4887:4905 Palliser Crowsnest Pass, Alberta -0.459837454744856933 +89680 aapg_ad_68.html aapg_ad_68.html:311:24461:24477 Waltersburg Vienna -0.441437455474761709 +89681 cspg_html_8917306391 cspg_html_8917306391:476:44543:44551 Columbia Lacombe, Alberta -0.440745470442491794 +89682 aapg_aa_696.html aapg_aa_696.html:630:71609:71625 Maroon Colorado -0.456371367070690814 +89683 gsa_html_3014459865 gsa_html_3014459865:915:83821:83829 Monmouth Closter, New Jersey -0.462097962880594848 +89684 sedimentology_html_8228170489 sedimentology_html_8228170489:478:36616:36620 Hall London, Ontario -0.0544099822313272238 +89685 aapg_aa_775.html aapg_aa_775.html:770:79369:79376 Perdido Mexico 0.0169570105045463715 +89686 aapg_ae_471.html aapg_ae_471.html:12:1580:1609 Cotton Valley Macedonia (region) -0.446011775932438015 +89687 aapg_aa_415.html aapg_aa_415.html:56:8663:8681 Woodbine Austin, Chicago 2.77948468513044932e-05 +89688 palaios_html_2376163646 palaios_html_2376163646:15:884:895 Grand Forks Germany -0.0272061513057389563 +89689 aapg_ad_2.html aapg_ad_2.html:1399:191442:191454 Chambersburg Black River, Jamaica -0.472604743150075168 +89690 aapg_ai_18.html aapg_ai_18.html:194:18672:18684 Austin Chalk East Texas -0.462193603410137988 +89691 aapg_af_849.html aapg_af_849.html:22:3534:3542 Colorado Colorado -0.0342523093425481095 +89692 cspg_html_1770934036 cspg_html_1770934036:584:63332:63354 Shaftesbury Victoria, British Columbia -0.0665596603683992066 +89693 cspg_html_3354282978 cspg_html_3354282978:600:78366:78376 Swan Hills Lacombe, Alberta -0.0221938023877403003 +89694 palaios_html_1020763489 palaios_html_1020763489:531:53089:53097 Columbia Victoria, British Columbia -0.443701699352459789 +89695 cspg_html_7086880709 cspg_html_7086880709:410:54319:54340 Horn River Mackenzie River -0.00920738787404935463 +89696 aapg_ah_158.html aapg_ah_158.html:346:45226:45234 Richmond Whitefield, Bangalore -0.46814580209221146 +89697 geology_html_6979549412 geology_html_6979549412:27:1927:1935 Colorado Denver -0.485308421911267773 +89698 gsa_html_1217771406 gsa_html_1217771406:174:18353:18371 San Onofre Breccia Middle East -0.494566874481706664 +89699 aapg_aa_346.html aapg_aa_346.html:184:17577:17597 Fort Payne Chattanooga, Tennessee -0.409894453797976288 +89700 aapg_ai_694.html aapg_ai_694.html:31:4666:4685 Ingleside Beaumont, Texas -0.0118656633091786638 +89701 aapg_ac_805.html aapg_ac_805.html:489:63172:63193 Baca El Paso, Texas -0.0183873001701448657 +89702 aapg_ac_696.html aapg_ac_696.html:22:2963:2981 Palliser Canada -0.460980639153810601 +89703 sedimentology_html_8897221914 sedimentology_html_8897221914:644:46157:46161 Hall London, Ontario -0.452382285720717148 +89704 aapg_ah_318.html aapg_ah_318.html:1075:110640:110667 Cotton Valley Arkansas -0.00764378019701813464 +89705 aapg_aa_787.html aapg_aa_787.html:134:14031:14037 Provo Texas -0.0315018919631344582 +89706 sedimentology_html_7064155051 sedimentology_html_7064155051:1305:81594:81625 Blomidon Bridgetown, Nova Scotia -0.484114368303559472 +89707 aapg_ae_392.html aapg_ae_392.html:205:17929:17939 Batesville Batesville, Arkansas -0.485252303872338198 +89708 cspg_html_6085371707 cspg_html_6085371707:30:2978:2983 Nisku Lesser Slave Lake Provincial Park -0.0169066131987412362 +89709 gsa_html_1610161932 gsa_html_1610161932:1053:90885:90893 Fillmore California -0.47495364399168194 +89710 aapg_ad_3.html aapg_ad_3.html:474:44790:44800 Reedsville Knoxville, Tennessee -0.0456254660933555489 +89711 gsa_html_1248650603 gsa_html_1248650603:984:87978:87987 Rochester Rochester, Kent -0.0363699519026964915 +89712 sedimentology_html_3941612453 sedimentology_html_3941612453:88:9560:9578 Quinault Washington (state) -0.449451899065432481 +89713 aapg_ae_344.html aapg_ae_344.html:78:7720:7730 Tuscaloosa Shreveport, Louisiana -0.451069979483473049 +89714 aapg_ae_388.html aapg_ae_388.html:1671:104939:104945 Nassau Ocala, Florida -0.011777050823328571 +89715 cspg_html_5973552270 cspg_html_5973552270:61:8623:8633 Swan Hills Swan Hill, Victoria -0.477179162580930738 +89716 gsa_html_1495889357 gsa_html_1495889357:29:2796:2824 Green River New Mexico -0.0311226948006410493 +89717 aapg_af_854.html aapg_af_854.html:446:58494:58511 Carwood Jefferson County, Colorado -0.484161071054726611 +89718 aapg_ac_251.html aapg_ac_251.html:488:56280:56288 Catskill Pocono Raceway -0.0647985531001060572 +89719 aapg_ae_917.html aapg_ae_917.html:13:1490:1499 Leadville Denver -0.455799127156009509 +89720 aapg_aa_913.html aapg_aa_913.html:409:31081:31087 Sierra Mexico -0.465568086328610908 +89721 cspg_html_6334734829 cspg_html_6334734829:6:347:378 Tantalus Indian River (Florida) -0.0503371552170116185 +89722 aapg_ad_564.html aapg_ad_564.html:7769:675666:675681 Mesaverde Colorado -0.216169289060147984 +89723 aapg_ae_29.html aapg_ae_29.html:13:1854:1889 Mauch Chunk Pennsylvania 0.0525005579235097164 +89724 aapg_ai_80.html aapg_ai_80.html:452:45578:45586 Richmond Richmond, California -0.444036457876645585 +89725 aapg_ae_392.html aapg_ae_392.html:6:838:858 Moorefield Batesville, Arkansas -0.423138028281424772 +89726 aapg_af_327.html aapg_af_327.html:30:4009:4015 Reston Virginia -0.434637853624058046 +89727 aapg_ad_154.html aapg_ad_154.html:158:19616:19635 Eggleston Virginia 0.386121948133849258 +89728 aapg_ad_636.html aapg_ad_636.html:514:60801:60815 Frio Texas -0.499222509936338765 +89729 cspg_html_5735081610 cspg_html_5735081610:402:41324:41369 Winnipegosis Regina, Saskatchewan -0.447153316157111791 +89730 aapg_ad_55.html aapg_ad_55.html:506:31309:31316 Plattin Decorah, Iowa -0.0162670985376793149 +89731 aapg_ah_203.html aapg_ah_203.html:482:76170:76188 Morrison New Mexico -0.399205464742715455 +89732 aapg_aa_598.html aapg_aa_598.html:144:14140:14158 Woodside Cheyenne, Wyoming 0.0140028670828276774 +89733 cspg_html_9905904289 cspg_html_9905904289:8:1238:1250 Saskatchewan Saint Kitts and Nevis -0.458695727712452594 +89734 aapg_af_129.html aapg_af_129.html:474:50277:50285 Colorado Colorado -0.464820899663721254 +89735 aapg_aa_598.html aapg_aa_598.html:418:39033:39052 Chugwater Cheyenne, Wyoming -0.487987661646075377 +89736 aapg_ah_343.html aapg_ah_343.html:232:28073:28088 Catahoula Mississippi River 0.322347778194563228 +89737 aapg_af_745.html aapg_af_745.html:465:64265:64282 Astoria Washington (state) 0.0337825515028724391 +89738 aapg_aa_962.html aapg_aa_962.html:508:54186:54193 Bentley Montgomery (town), New York -0.417728203254524755 +89739 sedimentology_html_6277855897 sedimentology_html_6277855897:1256:93954:93986 Rustler West Texas -0.038468880180471815 +89740 aapg_ai_501.html aapg_ai_501.html:462:41298:41311 Lone Mountain Reno, Nevada 0.393392533381549003 +89741 aapg_ae_836.html aapg_ae_836.html:19:1932:1939 Rodessa Paluxy, Texas -0.0817366450262504707 +89742 aapg_ad_957.html aapg_ad_957.html:160:16418:16435 Lenapah Warrensburg (town), New York -0.426720647196584257 +89743 sedimentology_html_5491116647 sedimentology_html_5491116647:518:33121:33128 Edwards Beringia -0.0957641640458609944 +89744 aapg_ad_784.html aapg_ad_784.html:276:31607:31615 Fillmore Santa Paula, California -0.0745966176850047652 +89745 aapg_af_614.html aapg_af_614.html:133:11222:11242 Paluxy Miller County, Arkansas -0.0114382406218870684 +89746 aapg_ah_532.html aapg_ah_532.html:81:7801:7820 Leadville Ouray, Colorado -0.0766550659059574424 +89747 aapg_ah_620.html aapg_ah_620.html:145:20231:20243 Granite Wash Lacombe, Alberta -0.0114886275572314532 +89748 AMJC_html_1873062106 AMJC_html_1873062106:258:36626:36634 Colorado New Mexico 0.0699296618355630256 +89749 aapg_ae_705.html aapg_ae_705.html:628:62396:62404 Vaqueros California -0.443701699352459789 +89750 cspg_html_1984085623 cspg_html_1984085623:652:72376:72394 Kootenay Elk Valley (British Columbia) -0.0312827215063834832 +89751 cspg_html_7750771523 cspg_html_7750771523:66:9769:9788 Athabasca Lacombe, Alberta -0.473718414704639712 +89752 aapg_ai_584.html aapg_ai_584.html:656:67891:67897 Casper Laramie, Wyoming -0.460146402321772174 +89753 cspg_html_8363357104 cspg_html_8363357104:615:76605:76621 Outram Mount Wilson Observatory -0.0498491257699788942 +89754 gsa_html_2023933346 gsa_html_2023933346:1227:114049:114053 Elko Elko, Nevada 0.00983284708618408117 +89755 jgeology_html_1376480101 jgeology_html_1376480101:133:6752:6758 Brazil Uruguay -0.506465925368115633 +89756 aapg_ae_324.html aapg_ae_324.html:216:21626:21635 Blackford Saltville, Virginia -0.453085363047098455 +89757 cspg_html_1503116552 cspg_html_1503116552:408:61478:61498 Waterways Swan Hill, Victoria 0.498208113771836603 +89758 gsa_html_2702503829 gsa_html_2702503829:190:14420:14448 Green River Colorado -0.0171829308693467256 +89759 cspg_html_7115701337 cspg_html_7115701337:489:55227:55245 Dunvegan Victoria, British Columbia -0.452887004013691252 +89760 cspg_html_6116883777 cspg_html_6116883777:861:112222:112228 Ludlow Ellesmere Island -0.490378908520278767 +89761 sedimentology_html_1835965133 sedimentology_html_1835965133:777:34903:34907 Helm Owens Lake -0.466666016428022079 +89762 aapg_af_812.html aapg_af_812.html:83:7171:7184 Cook Mountain East Texas -0.000571531620668953421 +89763 jgeology_html_8596065691 jgeology_html_8596065691:697:60135:60138 Arc Jamaica, Queens -0.494585786210081368 +89764 aapg_ad_169.html aapg_ad_169.html:39:4747:4762 Bluefield Greenbrier (Great Smoky Mountains) -0.443715087361728711 +89765 cspg_html_4132771434 cspg_html_4132771434:183:26301:26332 Cooking Lake Lacombe, Alberta -0.485252303872338198 +89766 aapg_ad_122.html aapg_ad_122.html:262:23509:23518 Queenston Lockport (city), New York -0.441744675444702306 +89767 aapg_ai_942.html aapg_ai_942.html:47:8408:8430 Horse Spring Reno, Nevada -0.0434656937810903587 +89768 cspg_html_9236194363 cspg_html_9236194363:123:13613:13637 Fort Vermilion Lacombe, Alberta -0.0362237739882792509 +89769 AMJC_html_1964550508 AMJC_html_1964550508:1005:108453:108465 Salina Pennsylvania 0.0121610400561059945 +89770 aapg_af_877.html aapg_af_877.html:137:16185:16201 Bethel Bethel, Alaska -0.471349814541787038 +89771 aapg_ad_351.html aapg_ad_351.html:35:4271:4291 Keokuk Missouri River 0.444795694132271491 +89772 aapg_ac_235.html aapg_ac_235.html:733:76058:76077 Cloverly Cheyenne, Wyoming -0.00756560119780054757 +89773 aapg_aa_869.html aapg_aa_869.html:150:25164:25177 Otates Mexico -0.00832481152182470464 +89774 sedimentology_html_1958297829 sedimentology_html_1958297829:533:47092:47096 Hall London, Ontario -0.481756844989031929 +89775 gsa_html_4776439297 gsa_html_4776439297:922:80197:80204 Windham Bennington, Vermont -0.492258100446082036 +89776 sedimentology_html_3083192111 sedimentology_html_3083192111:467:38331:38341 Waterville Vassalboro, Maine -0.0766130482509662786 +89777 cspg_html_7833083677 cspg_html_7833083677:3486:264610:264628 Beaufort Canada -0.398994546880622247 +89778 cspg_html_6064089067 cspg_html_6064089067:12:1302:1321 Red River Manitoba 0.634548067395943827 +89779 jgeology_html_4305195651 jgeology_html_4305195651:725:84359:84366 Chemung Genesee County, Michigan -0.44255997020698512 +89780 sedimentology_html_3826538092 sedimentology_html_3826538092:140:10005:10011 Forest Kingdom of Great Britain -0.477130519718023338 +89781 cspg_html_8328720217 cspg_html_8328720217:875:91223:91231 Columbia Victoria, British Columbia -0.0507694363735156085 +89782 aapg_aa_258.html aapg_aa_258.html:8:877:883 Oregon California -0.058806300266930997 +89783 aapg_ah_182.html aapg_ah_182.html:78:9097:9108 Martinsburg Pennsylvania 1.26249945973489375 +89784 aapg_aa_796.html aapg_aa_796.html:84:9919:9932 Halfway Lacombe, Alberta -0.0278217295801544348 +89785 aapg_af_263.html aapg_af_263.html:39:5981:6001 Otto Fiord Ellesmere Island 0.392651304932394196 +89786 gsa_html_8840132442 gsa_html_8840132442:946:91898:91902 Hall Canada -0.0433995158263024566 +89787 sedimentology_html_7017470432 sedimentology_html_7017470432:351:35539:35549 Washington Seattle -0.460946527021081187 +89788 cspg_html_4712680379 cspg_html_4712680379:66:9303:9346 Russell Chadron, Nebraska -0.469051848391689397 +89789 aapg_ah_411.html aapg_ah_411.html:177:20680:20697 Laramie Cheyenne, Wyoming -0.446011775932438015 +89790 aapg_ad_98.html aapg_ad_98.html:304:30582:30592 Table Head Reno, Nevada -0.0176486817607870612 +89791 aapg_ai_411.html aapg_ai_411.html:73:6372:6390 Niobrara Colorado -0.417396109221489231 +89792 AMJC_html_6341723617 AMJC_html_6341723617:1198:100509:100526 Wasatch Cheyenne, Wyoming -0.0999091098841592973 +89793 aapg_ai_746.html aapg_ai_746.html:28:3362:3379 Goddard Ardmore, Pennsylvania -0.482917309945881279 +89794 cspg_html_7573182509 cspg_html_7573182509:49:5401:5431 Nisku Lacombe, Alberta -0.432223543643836305 +89795 aapg_af_705.html aapg_af_705.html:87:8910:8918 Woodbine Buda, Texas -0.403786229575477607 +89796 cspg_html_7587979364 cspg_html_7587979364:999:67731:67742 Slave Point Swan Hill, Victoria -0.00518380048043042517 +89797 aapg_ai_362.html aapg_ai_362.html:58:7656:7661 Stark Shreveport, Louisiana -0.452887004013691252 +89798 cspg_html_2865093674 cspg_html_2865093674:85:13485:13488 Gog Mount Assiniboine Provincial Park -0.0477283018758572417 +89799 aapg_ac_104.html aapg_ac_104.html:68:9015:9029 Lyre Washington (state) -0.471543117662309108 +89800 aapg_ae_408.html aapg_ae_408.html:45:5168:5179 Dutch Creek Onondaga (tribe) -0.458641287983651336 +89801 gsa_html_8951179545 gsa_html_8951179545:121:14668:14680 Wilcox Texas 0.295972858293716723 +89802 palaios_html_1422826240 palaios_html_1422826240:837:56595:56603 Santiago Santiago -0.0265871227383154794 +89803 gsa_html_9603601502 gsa_html_9603601502:1337:87182:87210 Green River Colorado -0.0128247793458777584 +89804 aapg_ac_805.html aapg_ac_805.html:489:63282:63289 El Paso Texas 0.00968516832119581395 +89805 cspg_html_7790224785 cspg_html_7790224785:820:26226:26235 San Diego California -0.456661018199272462 +89806 aapg_aa_702.html aapg_aa_702.html:266:81106:81110 Bell Arkansas -0.487692158362934725 +89807 sedimentology_html_2441484618 sedimentology_html_2441484618:1198:102547:102555 Homewood Switzerland -0.439445222385884349 +89808 aapg_ah_152.html aapg_ah_152.html:59:7917:7925 Colorado Denver -0.455197874748240694 +89809 gsa_html_5486105965 gsa_html_5486105965:729:63755:63760 Nopah Reno, Nevada -0.445998354490544591 +89810 cspg_html_5484260516 cspg_html_5484260516:1357:119249:119267 Torquay Regina, Saskatchewan -0.00949926761203980299 +89811 aapg_ai_11.html aapg_ai_11.html:315:42178:42191 Astoria Washington (state) 0.0225397300825282074 +89812 aapg_ac_235.html aapg_ac_235.html:79:8078:8096 Sundance Cheyenne, Wyoming -0.138775986665206436 +89813 cspg_html_9613527162 cspg_html_9613527162:159:22105:22121 Shunda Elkton, Kentucky -0.0873747863549840798 +89814 aapg_ah_469.html aapg_ah_469.html:279:24683:24702 Cockfield Gosport, Indiana -0.434518537443352337 +89815 aapg_ac_743.html aapg_ac_743.html:30:4337:4351 Lyre Washington (state) -0.487659330983205019 +89816 aapg_aa_734.html aapg_aa_734.html:3:277:285 Caballos Arkansas -0.486401118306284352 +89817 aapg_aa_208.html aapg_aa_208.html:834:74926:74946 Maravillas Texas -0.0155667806755408495 +89818 gsa_html_5107598462 gsa_html_5107598462:268:24323:24329 Salina Salina, Kansas -0.00818929939777349181 +89819 palaios_html_5921824758 palaios_html_5921824758:273:28106:28132 Chumstick Washington (state) -0.0357069470350891913 +89820 aapg_ac_333.html aapg_ac_333.html:118:14717:14722 Supai Coconino County, Arizona -0.470085189955252725 +89821 aapg_af_193.html aapg_af_193.html:34:3698:3706 Emigrant Long Island -0.448753864703002991 +89822 cspg_html_8549221170 cspg_html_8549221170:50:5702:5710 Colorado Denver -0.478349729395822987 +89823 cspg_html_4773367370 cspg_html_4773367370:372:28140:28148 Columbia Victoria, British Columbia -0.456416618922522499 +89824 gsa_html_5274400800 gsa_html_5274400800:587:47822:47835 Santa Barbara California -0.0158621976007121031 +89825 geology_html_4636977720 geology_html_4636977720:9:380:385 Provo Sevier orogeny -0.437960495533138761 +89826 aapg_ae_296.html aapg_ae_296.html:68:6583:6591 Wolfcamp Delaware -0.457020948969305785 +89827 cspg_html_5345848475 cspg_html_5345848475:189:26033:26050 Carlile Hunting Creek -0.462877048614286357 +89828 palaios_html_6327369225 palaios_html_6327369225:93:14227:14245 Morrison Logan, Utah -0.256057449112979452 +89829 aapg_af_436.html aapg_af_436.html:364:44750:44762 Pocono Pocono Raceway -0.425384893115628659 +89830 aapg_ae_959.html aapg_ae_959.html:1908:138310:138320 San Andres San Angelo, Texas 0.0117822633156924803 +89831 aapg_ad_283.html aapg_ad_283.html:392:42441:42451 San Andres Nashville Basin -0.457487488497030304 +89832 aapg_af_133.html aapg_af_133.html:165:18157:18178 Fossil Hill Ontario, California 0.871607916005920247 +89833 aapg_ae_57.html aapg_ae_57.html:299:31707:31712 Logan Canada -0.0251613720923007447 +89834 sedimentology_html_9079273526 sedimentology_html_9079273526:811:74745:74761 Dakota Logan, Utah -0.449811224417208722 +89835 aapg_ac_90.html aapg_ac_90.html:357:38499:38505 Navajo Arizona -0.425004216617257347 +89836 aapg_ad_36.html aapg_ad_36.html:257:27088:27103 Rodessa Tri-Cities, Washington -0.0285260271643415532 +89837 aapg_ac_612.html aapg_ac_612.html:639:49004:49022 Morrison LeRoy, Wisconsin -0.419653547396107496 +89838 aapg_ad_721.html aapg_ad_721.html:667:67339:67342 Abo Guadalupe Mountains National Park -0.428396267465174896 +89839 aapg_ae_60.html aapg_ae_60.html:274:30169:30174 Mt Lytton Western world -0.488107299235381487 +89840 cspg_html_5699627350 cspg_html_5699627350:188:25016:25022 Viking Colorado -0.441397390812390766 +89841 aapg_ad_695.html aapg_ad_695.html:70:6700:6705 Yegua Nacogdoches, Texas -0.454305775206324536 +89842 aapg_ad_943.html aapg_ad_943.html:208:22754:22767 Turner Valley Lacombe, Alberta 0.578003927760168512 +89843 palaios_html_7076037184 palaios_html_7076037184:495:49229:49245 Joliet Illinois -0.465616092314337648 +89844 aapg_ac_807.html aapg_ac_807.html:802:79644:79654 Tuscaloosa Tuscaloosa, Alabama 0.0197099287398633874 +89845 aapg_ah_521.html aapg_ah_521.html:431:52289:52296 Carrizo Texas -0.394598706257241694 +89846 gsa_html_3423427338 gsa_html_3423427338:491:45159:45169 Washington Vancouver -0.525356554152388466 +89847 gsa_html_9152662653 gsa_html_9152662653:201:18788:18796 Colorado Reston, Virginia -0.481870957939069144 +89848 aapg_aa_745.html aapg_aa_745.html:100:13025:13038 Brushy Canyon Delaware -0.441406293921039528 +89849 gsa_html_1283450277 gsa_html_1283450277:29:2796:2824 Green River Colorado -0.00447500993536276322 +89850 aapg_aa_25.html aapg_aa_25.html:151:13271:13288 Paradox Hermosa, Chicago -0.407833427441819663 +89851 aapg_ae_272.html aapg_ae_272.html:341:31144:31162 Michigan Vernon, British Columbia -0.0590401550116134086 +89852 aapg_ae_271.html aapg_ae_271.html:64:5474:5488 Kosciusko Alabama -0.444916336311243943 +89853 geology_html_1651667558 geology_html_1651667558:255:24894:24900 Denver Logan, Utah -0.492281675671482677 +89854 sedimentology_html_2442491538 sedimentology_html_2442491538:1174:94925:94945 Cutler Logan, Utah -0.492423140812619287 +89855 cspg_html_5891044027 cspg_html_5891044027:29:5252:5270 Phillips Purcell Mountains -0.437953842888147871 +89856 aapg_ae_720.html aapg_ae_720.html:706:79874:79882 Caballos Mexico -0.447637220621224075 +89857 cspg_html_3676499198 cspg_html_3676499198:17:2905:2913 Beaufort Canada -0.459022435464294998 +89858 gsa_html_5732664703 gsa_html_5732664703:517:50957:50970 Murphy Marble Cartersville, Georgia -0.0222581200663617834 +89859 palaios_html_3105248303 palaios_html_3105248303:589:58839:58853 Kope Alexandria, Virginia -0.00952011624606233578 +89860 gsa_html_5065061993 gsa_html_5065061993:794:71277:71282 Price Sellwood Bridge -0.441517589995484405 +89861 cspg_html_5141367518 cspg_html_5141367518:160:24420:24427 Wapiabi Crowsnest Pass, Alberta -0.470924237538710877 +89862 aapg_af_734.html aapg_af_734.html:128:17021:17040 Okpikruak Anchorage, Alaska -0.474715697540505466 +89863 cspg_html_2834693711 cspg_html_2834693711:1018:121336:121344 Colorado Denver -0.469152832749018645 +89864 aapg_af_11.html aapg_af_11.html:484:48388:48403 Molas Leadville, Colorado -0.445984933244691462 +89865 sedimentology_html_9626990209 sedimentology_html_9626990209:38:2991:3010 Rock Springs Cheyenne, Wyoming -0.040244442684913409 +89866 aapg_ah_157.html aapg_ah_157.html:253:35719:35739 Moorehouse Iowa -0.486127228212794971 +89867 sedimentology_html_8488362853 sedimentology_html_8488362853:1741:122651:122654 Arc Sicily -0.484310536940914471 +89868 aapg_ac_402.html aapg_ac_402.html:64:5681:5692 Black River Concord, California -0.473413916391550615 +89869 aapg_ac_867.html aapg_ac_867.html:376:53391:53410 Mesaverde Cheyenne, Wyoming -0.43580087580188992 +89870 aapg_ae_73.html aapg_ae_73.html:847:107325:107335 Las Animas Colorado -0.0532764718431481404 +89871 cspg_html_5660413005 cspg_html_5660413005:192:22443:22461 Graminia Blue Ridge Mountains -0.463526807661379381 +89872 geology_html_8160811375 geology_html_8160811375:12:508:515 Windsor Ontario, California -0.432898220958173763 +89873 cspg_html_2161417858 cspg_html_2161417858:41:6024:6040 Exshaw Rocky Mountain House, Alberta -0.473157943062676001 +89874 sedimentology_html_5613495298 sedimentology_html_5613495298:1298:69991:70013 Chinle Chinle Formation -0.00168159033485223096 +89875 aapg_ad_945.html aapg_ad_945.html:410:40704:40728 Athabasca Lacombe, Alberta -0.00217147693343403827 +89876 aapg_ad_349.html aapg_ad_349.html:150:15787:15793 Casper Cheyenne, Wyoming -0.474918987556243288 +89877 aapg_af_91.html aapg_af_91.html:197:21963:21996 Simonson Dolomite Gold Hill, Colorado -0.459887424332023564 +89878 cspg_html_2039656422 cspg_html_2039656422:57:5966:5985 Neruokpuk Spring River (Missouri) -0.259321878162620922 +89879 aapg_ai_566.html aapg_ai_566.html:138:13584:13596 Saskatchewan Mississippian culture -0.461219460550356897 +89880 palaios_html_8505514256 palaios_html_8505514256:371:39641:39651 Washington Cairns, Queensland -0.467925738958578585 +89881 aapg_ac_289.html aapg_ac_289.html:129:10269:10275 Paluxy Saratoga, California 0.0125641469917892636 +89882 aapg_ai_909.html aapg_ai_909.html:55:10038:10044 Provo Belgrade -0.0371791885469511946 +89883 aapg_ae_63.html aapg_ae_63.html:84:9515:9536 Charles Bloomington, Illinois -0.0197134048853638798 +89884 sedimentology_html_3328547963 sedimentology_html_3328547963:957:70598:70606 Homewood Switzerland -0.06179820059879821 +89885 aapg_ad_466.html aapg_ad_466.html:453:53889:53906 Magothy Merchantville, New Jersey 0.00993709126204535796 +89886 aapg_ah_44.html aapg_ah_44.html:409:53585:53595 Lock Haven Catskill Mountains -0.0529469160775694891 +89887 aapg_ae_307.html aapg_ae_307.html:137:8932:8950 Ogallala Llano Estacado 0.0217713977018547424 +89888 aapg_ai_688.html aapg_ai_688.html:335:36280:36287 Jackson Ohio -0.0702513884831660329 +89889 aapg_ae_154.html aapg_ae_154.html:3:176:196 Besa River Canada -0.478990153256473372 +89890 cspg_html_4326384800 cspg_html_4326384800:2081:252361:252392 Cooking Lake Redwater, Texas -0.0269348882327513015 +89891 aapg_ai_80.html aapg_ai_80.html:95:9570:9576 Spears Knoxville, Tennessee -0.0575289744471569053 +89892 aapg_ah_617.html aapg_ah_617.html:207:16981:16987 Casper Cheyenne, Wyoming -0.488759736831659075 +89893 aapg_ai_38.html aapg_ai_38.html:197:20990:21004 Colorado Alamosa East, Colorado -0.0425131277640511673 +89894 aapg_ae_6.html aapg_ae_6.html:403:43467:43471 Buda Karnes County, Texas -0.217139236768191968 +89895 aapg_ai_499.html aapg_ai_499.html:255:22227:22246 Newcastle Black Hills -0.470216166533545032 +89896 cspg_html_1188455526 cspg_html_1188455526:224:34928:34946 Isachsen Ellesmere Island 1.15408264432335672 +89897 palaios_html_7679079277 palaios_html_7679079277:1064:90416:90449 Sundance Cheyenne, Wyoming -0.424923287683910134 +89898 cspg_html_7544078524 cspg_html_7544078524:6:517:532 Leduc Lacombe, Alberta 0.00854719127328702234 +89899 aapg_ac_90.html aapg_ac_90.html:150:23138:23154 Navajo Reno, Nevada -0.0635828616118510187 +89900 aapg_ah_628.html aapg_ah_628.html:39:4714:4730 Dakota Santa Rosa, California -0.43374114370115191 +89901 aapg_ah_387.html aapg_ah_387.html:377:36765:36774 Knoxville Knoxville, Illinois -0.0575708500128760542 +89902 aapg_ai_581.html aapg_ai_581.html:189:19639:19653 Colorado San Fernando Valley -0.462576268150975078 +89903 gsa_html_6814608835 gsa_html_6814608835:567:47626:47641 Omar Delaware -0.0435005244860851084 +89904 aapg_ad_466.html aapg_ad_466.html:1363:145169:145176 Raritan Maryland 0.0251804971014857777 +89905 aapg_ae_643.html aapg_ae_643.html:390:47942:47954 Huntersville Onondaga (tribe) -0.456371367070690814 +89906 gsa_html_5670961546 gsa_html_5670961546:607:54457:54468 San Antonio San Antonio -0.484161071054726611 +89907 gsa_html_2713524768 gsa_html_2713524768:730:65956:65981 Lisburne Anchorage, Alaska -0.0241616892206824377 +89908 aapg_ae_973.html aapg_ae_973.html:599:43478:43488 San Andres Texas -0.00887381357292233927 +89909 sedimentology_html_9410532865 sedimentology_html_9410532865:1483:106669:106690 Green River Cheyenne, Wyoming -0.435661502416701596 +89910 aapg_ad_683.html aapg_ad_683.html:619:63321:63326 Supai Kaibab, Arizona -0.0161993249316557293 +89911 aapg_ac_251.html aapg_ac_251.html:503:57999:58008 Mansfield Bloomington, Indiana -0.45417711448712661 +89912 aapg_ad_450.html aapg_ad_450.html:157:16330:16338 Oakville Plymouth, Massachusetts -0.459887424332023564 +89913 geology_html_7376742736 geology_html_7376742736:19:1593:1609 Cumberland Cumberland, Maryland -0.436225760714651634 +89914 aapg_ah_157.html aapg_ah_157.html:261:36934:36939 Knobs Highland Rim -0.0460783921822131154 +89915 sedimentology_html_6121651724 sedimentology_html_6121651724:970:55041:55048 Hanover Hanover -0.453292784807282967 +89916 aapg_ah_446.html aapg_ah_446.html:307:40437:40443 Modelo Monterey, California -0.444838140504144441 +89917 cspg_html_4498577775 cspg_html_4498577775:109:14073:14082 Gog Lake Louise, Alberta -0.0143364940209374722 +89918 cspg_html_5358383351 cspg_html_5358383351:581:82263:82276 Windsor Bridgetown, Nova Scotia -0.00183793699051183952 +89919 aapg_ai_491.html aapg_ai_491.html:148:17217:17228 Molas Hermosa, Chicago 1.11870347386197366 +89920 aapg_ah_536.html aapg_ah_536.html:283:38501:38518 Rodessa Rodessa, Louisiana -0.476491466484042558 +89921 geology_html_3221826633 geology_html_3221826633:11:551:561 Washington Earth -0.0298634270365841781 +89922 cspg_html_2013109828 cspg_html_2013109828:340:63221:63247 Beaverfoot Bear Lake, Michigan -0.0254117377860756666 +89923 palaios_html_3312501193 palaios_html_3312501193:54:6313:6331 Moenkopi Logan, Utah 0.714260271223702725 +89924 gsa_html_2139035730 gsa_html_2139035730:704:52861:52889 Green River Colorado -0.038242606390143298 +89925 aapg_ae_984.html aapg_ae_984.html:27:3550:3558 Carlsbad Salado, Texas -0.423116197439436237 +89926 aapg_ae_415.html aapg_ae_415.html:96:13522:13533 Mint Spring Mississippi River -0.466718659783226908 +89927 palaios_html_2621173808 palaios_html_2621173808:1266:117844:117863 Pardonet Victoria, British Columbia -0.0132556965923408803 +89928 aapg_ad_983.html aapg_ad_983.html:250:21806:21813 Kanawha Jackson, Mississippi -0.0109239507284224872 +89929 aapg_ad_822.html aapg_ad_822.html:105:8714:8727 Laramie Golden, Colorado -0.474842748246669499 +89930 aapg_ah_339.html aapg_ah_339.html:267:27220:27227 Bedford Rutherford, New Jersey -0.040714500181089297 +89931 aapg_af_653.html aapg_af_653.html:602:66535:66543 Vaqueros Monterey, California -0.454540571750530975 +89932 aapg_aa_47.html aapg_aa_47.html:472:55046:55063 Minturn Madera County, California -0.464419004431934179 +89933 aapg_ad_785.html aapg_ad_785.html:721:78904:78912 Colorado Pueblo, Colorado -0.450586501765938174 +89934 aapg_ac_844.html aapg_ac_844.html:343:43105:43114 Porcupine East Pacific Rise -0.425481180136460357 +89935 aapg_ae_253.html aapg_ae_253.html:85:7933:7952 Smackover Arkansas -0.482232027046335665 +89936 aapg_ae_855.html aapg_ae_855.html:18:2754:2765 Green River Logan, Utah -0.0236488334467139724 +89937 cspg_html_8362959053 cspg_html_8362959053:185:24198:24208 Blackstone Lacombe, Alberta -0.410622648467641627 +89938 gsa_html_6765882493 gsa_html_6765882493:794:107183:107191 Colorado Colorado -0.0657559135785179827 +89939 aapg_aa_609.html aapg_aa_609.html:530:51020:51030 Wind River Cheyenne, Wyoming -0.251095635498920944 +89940 aapg_aa_332.html aapg_aa_332.html:12:1319:1327 Sundance Brainerd, Minnesota -0.447357152169087058 +89941 aapg_ai_584.html aapg_ai_584.html:380:36928:36946 Fairbank Guernsey -0.0145241610261636171 +89942 aapg_ah_973.html aapg_ah_973.html:178:15143:15153 Coon Creek Selma to Montgomery marches -0.0866237900027978375 +89943 aapg_aa_28.html aapg_aa_28.html:99:8076:8082 Laguna Mexico -0.0246554374675200805 +89944 cspg_html_7544078524 cspg_html_7544078524:22:3035:3046 Peace River Lacombe, Alberta -0.485406637327558677 +89945 aapg_ae_993.html aapg_ae_993.html:484:49920:49927 Madison Logan, Utah -0.0426837810068434811 +89946 cspg_html_5484260516 cspg_html_5484260516:1390:120988:121021 Palliser Lacombe, Alberta -0.434527375159215246 +89947 aapg_ah_311.html aapg_ah_311.html:29:4657:4688 Wasatch Wasatch Range 0.0051247343510113369 +89948 aapg_ai_144.html aapg_ai_144.html:280:29438:29455 Belly River Lacombe, Alberta -0.449440672427322663 +89949 aapg_ac_835.html aapg_ac_835.html:1280:181756:181781 Weber Colorado -0.465104162426203172 +89950 aapg_ae_6.html aapg_ae_6.html:6:762:787 San Marcos San Marcos, California -0.0473205840884710904 +89951 aapg_ai_28.html aapg_ai_28.html:468:44886:44894 Beaumont Beaumont, Texas -0.443688311537407287 +89952 cspg_html_6032369756 cspg_html_6032369756:421:50945:50957 Winnipegosis Regina, Saskatchewan -0.444036457876645585 +89953 palaios_html_5154213549 palaios_html_5154213549:40:4574:4597 Matemateaonga Taranaki Region -0.00514558121477792525 +89954 aapg_ad_194.html aapg_ad_194.html:151:15364:15381 Carrara Palmer, Alaska -0.415081112396476104 +89955 aapg_af_497.html aapg_af_497.html:688:67127:67135 Bathurst Amsterdam -0.038712565483401136 +89956 gsa_html_7791910472 gsa_html_7791910472:620:54997:55013 Springdale Chandler, Arizona -0.0349187039582129002 +89957 gsa_html_1130947011 gsa_html_1130947011:123:14599:14620 Black River Knoxville, Tennessee -0.459819284677136619 +89958 geology_html_9788030825 geology_html_9788030825:327:24762:24775 Santa Barbara California -0.466727815469158758 +89959 aapg_ac_972.html aapg_ac_972.html:94:10946:10960 Monterey Kings City -0.443701699352459789 +89960 aapg_ae_964.html aapg_ae_964.html:161:13881:13892 Signal Hill Long Beach, California -0.457691392417615917 +89961 aapg_ac_325.html aapg_ac_325.html:251:19196:19205 Ingleside Beaumont, Texas -0.466299888436986554 +89962 cspg_html_7963093032 cspg_html_7963093032:5:295:315 Bow Island Lacombe, Alberta -0.0341270386384278437 +89963 aapg_aa_419.html aapg_aa_419.html:487:42623:42632 Newcastle Jervis Bay Territory 0.00751869385718860559 +89964 aapg_af_830.html aapg_af_830.html:702:85457:85463 Walnut Goodland, Kansas -0.423229723234377797 +89965 aapg_ai_462.html aapg_ai_462.html:240:25918:25935 El Abra Matamoros, Tamaulipas -0.446011775932438015 +89966 gsa_html_8187745750 gsa_html_8187745750:71:5020:5048 Talkeetna Matanuska Glacier -0.0432288486854336129 +89967 aapg_aa_1.html aapg_aa_1.html:101:14331:14339 Roseburg Douglas County, Colorado -0.443889149160736518 +89968 gsa_html_3872060924 gsa_html_3872060924:13:756:766 Washington Washington (state) -0.0346959879094753468 +89969 jgeology_html_3686050500 jgeology_html_3686050500:207:19890:19911 Bearpaw Judith River Formation 0.00618793246160323843 +89970 aapg_af_631.html aapg_af_631.html:128:11314:11326 Chinle Chinle Formation 0.010743256116110083 +89971 cspg_html_4298557570 cspg_html_4298557570:352:44856:44864 Paskapoo Edmonton, London 0.00277949417154689906 +89972 aapg_af_854.html aapg_af_854.html:941:133025:133041 Bethel Kentucky -0.011961226070766327 +89973 aapg_ac_200.html aapg_ac_200.html:3:370:391 Green River Cheyenne, Wyoming 0.753395795023744319 +89974 aapg_ad_2.html aapg_ad_2.html:1432:195078:195089 Martinsburg Martinsburg, Nebraska 0.385398530762065594 +89975 aapg_ae_607.html aapg_ae_607.html:319:27634:27640 Denver Colorado -0.478307979059971577 +89976 aapg_ah_856.html aapg_ah_856.html:25:3926:3932 Tactic Guatemala -0.627646296372408097 +89977 aapg_ah_535.html aapg_ah_535.html:221:37378:37386 Virginia The Carolinas -0.00655275945491847703 +89978 sedimentology_html_2608220485 sedimentology_html_2608220485:892:53277:53283 Guelph Canada -0.0446343409079277068 +89979 gsa_html_1248731493 gsa_html_1248731493:70:6022:6030 Columbia Anchorage, Alaska -0.468317764612058318 +89980 aapg_ah_943.html aapg_ah_943.html:433:53767:53785 Cardium Lacombe, Alberta -0.0109239507284224872 +89981 cspg_html_5381643866 cspg_html_5381643866:28:3897:3905 Columbia Victoria, British Columbia -0.428896893887351471 +89982 gsa_html_5773604426 gsa_html_5773604426:460:40100:40112 Wilcox Shreveport, Louisiana -0.471543117662309108 +89983 gsa_html_1119256423 gsa_html_1119256423:649:59680:59703 Peoria Illinois -0.0349187039582129002 +89984 cspg_html_9275863663 cspg_html_9275863663:94:13274:13284 Swan Hills Swan Hill, Victoria 0.772664917019210362 +89985 aapg_ae_547.html aapg_ae_547.html:92:12164:12172 Sitkinak Kodiak Island -0.43867038361858135 +89986 aapg_ad_174.html aapg_ad_174.html:575:57016:57041 Crevasse Canyon Mancos, Colorado -0.463271407180362194 +89987 gsa_html_4308966435 gsa_html_4308966435:1309:128872:128878 Walker Cordillera Administrative Region -0.479073721727517277 +89988 aapg_af_419.html aapg_af_419.html:29:3471:3478 Clallam Kittitas County, Washington -0.452977161832460395 +89989 cspg_html_6306091047 cspg_html_6306091047:616:84999:85007 Pardonet Victoria, British Columbia -0.44304146514738707 +89990 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8056:8065 Appekunny Grinnell, Iowa -0.0816507680951974596 +89991 gsa_html_1615430362 gsa_html_1615430362:30:2812:2840 Green River Colorado -0.0135788887974534252 +89992 aapg_ai_811.html aapg_ai_811.html:15:3193:3215 Vernon Bloomington, Indiana -0.456344217050148659 +89993 palaios_html_6978265091 palaios_html_6978265091:804:75847:75859 Taylor Antarctica -0.467870731747513147 +89994 gsa_html_2321645136 gsa_html_2321645136:974:78901:78929 Green River Iran -0.010750205891597751 +89995 aapg_ak_58.html aapg_ak_58.html:980:92517:92534 Pueblo Stephens County, Georgia -0.0400668715535646355 +89996 sedimentology_html_8851376768 sedimentology_html_8851376768:1110:72960:72964 Hall London, Ontario -0.519239746658222034 +89997 aapg_ac_983.html aapg_ac_983.html:410:64147:64162 Iatan Weston, Florida -0.061529324598319661 +89998 cspg_html_4409656292 cspg_html_4409656292:180:23485:23496 Peace River Lacombe, Alberta -0.0245111361705637049 +89999 aapg_af_652.html aapg_af_652.html:193:17627:17644 Rustler New Mexico -0.440745470442491794 +90000 geology_html_5745933097 geology_html_5745933097:313:23849:23856 Hampton Chesapeake Bay -0.011292292690643661 +90001 gsa_html_2178342427 gsa_html_2178342427:112:13255:13279 Golden Valley Williston Basin -0.445821657118386561 +90002 aapg_ai_958.html aapg_ai_958.html:73:6910:6922 Fleming Oakville, California -0.457487488497030304 +90003 aapg_ad_954.html aapg_ad_954.html:292:30468:30494 Signal Mountain Fort Sill -0.452927573923113447 +90004 cspg_html_4680797491 cspg_html_4680797491:22:2273:2299 Fort Vermillion Calumet, Pennsylvania -0.0346577090486229963 +90005 aapg_ad_466.html aapg_ad_466.html:979:106120:106126 Tinton Navesink River 0.66914900678945255 +90006 cspg_html_8637177176 cspg_html_8637177176:53:7674:7700 Horseshoe Canyon Lacombe, Alberta 0.529524558038794169 +90007 cspg_html_9721864351 cspg_html_9721864351:21:2022:2027 Alexo Rocky Mountains -0.0475488337758004087 +90008 cspg_html_7901910248 cspg_html_7901910248:48:5918:5929 Dakota Powder River (Montana) -0.453653631411627511 +90009 palaios_html_5582845937 palaios_html_5582845937:312:31305:31313 Virginia Hampton, New Hampshire -0.438450704245630596 +90010 aapg_ai_384.html aapg_ai_384.html:20:1196:1213 Green River Logan, Utah -0.263692538271054822 +90011 aapg_ai_29.html aapg_ai_29.html:37:4846:4856 Rio Grande Texas -0.0908612722206774692 +90012 aapg_ad_258.html aapg_ad_258.html:293:32590:32603 Chemung Calhoun County, Michigan -0.392769865456354728 +90013 palaios_html_2621173808 palaios_html_2621173808:1259:117278:117293 Liard Canada -0.456416618922522499 +90014 aapg_af_95.html aapg_af_95.html:425:31926:31932 Paluxy Whitestone, Queens -0.475270236544520941 +90015 cspg_html_2796643803 cspg_html_2796643803:12:1649:1667 Deadwood Lacombe, Alberta 0.0014766026609327194 +90016 aapg_aa_708.html aapg_aa_708.html:779:73783:73796 Navarro Texas -0.507610494068331364 +90017 aapg_ac_538.html aapg_ac_538.html:28:4129:4135 Viking Lacombe, Alberta 0.913055224337899318 +90018 cspg_html_9941227593 cspg_html_9941227593:23:3007:3023 Bakken Regina, Saskatchewan -0.457430856722515267 +90019 aapg_ai_105.html aapg_ai_105.html:419:51906:51922 Morgan Uinta Mountains 0.644331616761553039 +90020 cspg_html_5141367518 cspg_html_5141367518:201:30704:30728 St. Mary River Crowsnest Pass, Alberta -0.49463779564980348 +90021 jgeology_html_6672772311 jgeology_html_6672772311:160:12714:12732 Bellevue Bellevue, Nebraska -0.0586492384279609716 +90022 aapg_ae_470.html aapg_ae_470.html:4:453:484 Woodbine Texas -0.440620923452583413 +90023 gsa_html_1124652135 gsa_html_1124652135:656:60318:60334 Raysor Charleston, South Carolina -0.440280728439214952 +90024 geology_html_6220540065 geology_html_6220540065:219:20535:20541 Thrifty London, Ontario -0.432421928049857018 +90025 aapg_ah_505.html aapg_ah_505.html:1384:110137:110145 Niobrara Benton, Arkansas 6.94871171057211356e-06 +90026 aapg_ac_420.html aapg_ac_420.html:31:4580:4587 Pioneer Carmel, Indiana -0.4784100389871494 +90027 aapg_ae_113.html aapg_ae_113.html:109:14499:14519 Peel Little Cornwallis Island -0.450784359288809666 +90028 aapg_ai_610.html aapg_ai_610.html:896:115343:115361 Marble Falls Texas -0.481870957939069144 +90029 aapg_ae_981.html aapg_ae_981.html:196:15822:15842 Bainbridge Missouri River -0.0544099822313272238 +90030 aapg_aa_24.html aapg_aa_24.html:457:52730:52745 Kayak Anchorage, Alaska -0.478767343423892489 +90031 cspg_html_1462870252 cspg_html_1462870252:703:86390:86396 Banner Hanson, Massachusetts -0.0330135830277358128 +90032 gsa_html_6527410152 gsa_html_6527410152:60:4026:4054 Green River Iran 0.00906492352307306827 +90033 cspg_html_9119878068 cspg_html_9119878068:386:47900:47925 Beaverhill Alta, Utah -0.474888953093082877 +90034 aapg_ae_306.html aapg_ae_306.html:1505:155455:155461 Sierra Venezuela -0.483631144002422242 +90035 cspg_html_9735723617 cspg_html_9735723617:1946:170377:170398 Imperial Banks Island -0.00910662035546105052 +90036 aapg_aa_918.html aapg_aa_918.html:1181:122212:122230 Carlsbad New Mexico -0.443755252554939694 +90037 cspg_html_5891044027 cspg_html_5891044027:323:63116:63128 Purcell Lava Purcell Mountains -0.479670542308177961 +90038 cspg_html_5754792643 cspg_html_5754792643:363:41067:41090 Watt Mountain Lacombe, Alberta -0.0319472030481665059 +90039 cspg_html_2165379999 cspg_html_2165379999:477:44589:44624 Keg River Lacombe, Alberta -0.0205424838715731368 +90040 palaios_html_1099895091 palaios_html_1099895091:252:30435:30460 Chinle Arizona -0.438450704245630596 +90041 aapg_ac_882.html aapg_ac_882.html:286:28093:28111 Fairview Fairmount, Indiana -0.411974897386515992 +90042 aapg_ah_871.html aapg_ah_871.html:581:64310:64326 Chazy Quebec City 0.0150524162295643544 +90043 cspg_html_4326384800 cspg_html_4326384800:2089:252985:253020 Jean Marie Victoria, British Columbia -0.472678482936493838 +90044 aapg_ad_286.html aapg_ad_286.html:194:18157:18171 Nuka Anchorage, Alaska -0.201810134652726403 +90045 aapg_aa_943.html aapg_aa_943.html:148:12145:12155 Citronelle Texas -0.434540631888912565 +90046 cspg_html_6193252551 cspg_html_6193252551:507:59488:59499 Temiscouata Quebec City -0.473903010792736112 +90047 palaios_html_4589193581 palaios_html_4589193581:645:53748:53754 Madrid Spain -0.425883940037075581 +90048 geology_html_9374422500 geology_html_9374422500:317:25309:25334 Francisco California -0.485252303872338198 +90049 sedimentology_html_3455721661 sedimentology_html_3455721661:375:27999:28006 Entrada Entrada Sandstone -0.148821565159431513 +90050 cspg_html_8727758678 cspg_html_8727758678:7:649:657 Columbia Canada -0.454357696116458765 +90051 gsa_html_3436154175 gsa_html_3436154175:143:12760:12769 Tipperary Cheyenne, Wyoming -0.483085217576718073 +90052 geology_html_3210721953 geology_html_3210721953:337:26638:26665 Columbia Washington (state) -0.451733774163315116 +90053 aapg_ae_173.html aapg_ae_173.html:743:42952:42959 Madison Keewatin, Minnesota -0.0400512036734570753 +90054 aapg_ae_180.html aapg_ae_180.html:133:15482:15487 Eutaw Niobrara, Nebraska -0.421948969269320462 +90055 palaios_html_6995029632 palaios_html_6995029632:16:776:796 Fort Scott Crawford County, Georgia 0.308566952575224485 +90056 cspg_html_7881580279 cspg_html_7881580279:51:8305:8318 Selkirk Manitoba -0.0793029079584459673 +90057 gsa_html_1641861263 gsa_html_1641861263:609:60119:60128 Flagstaff Logan, Utah -0.0410313671820840969 +90058 cspg_html_4287356899 cspg_html_4287356899:4636:446689:446703 Assistance Devon Island -0.437151438175982732 +90059 gsa_html_8881958017 gsa_html_8881958017:338:35466:35474 Columbia Victoria, British Columbia -0.00922476160912374769 +90060 cspg_html_2478334444 cspg_html_2478334444:6:322:333 Peace River Lacombe, Alberta -0.493489605901760553 +90061 aapg_af_397.html aapg_af_397.html:704:87069:87076 Entrada Entrada Sandstone 0.0436015343214560328 +90062 gsa_html_5587684798 gsa_html_5587684798:116:7486:7500 Rosaire Middle Ordovician -0.484086347872667577 +90063 aapg_ad_628.html aapg_ad_628.html:236:28149:28159 Pittsburgh Pennsylvania -0.467497231753434772 +90064 gsa_html_5928791685 gsa_html_5928791685:20:1415:1425 Lakota Dedham, Essex -0.464761517323236562 +90065 aapg_af_854.html aapg_af_854.html:804:112682:112687 Salem Missouri River 0.0198594035678857569 +90066 jgeology_html_5803513114 jgeology_html_5803513114:497:36906:36926 Littleton Rangeley, Maine -0.455347020329573748 +90067 aapg_af_653.html aapg_af_653.html:8:903:910 Temblor Monterey, California -0.440247382693200906 +90068 aapg_ah_153.html aapg_ah_153.html:54:3831:3846 Arikaree Todd County, Minnesota -0.0492966446441219716 +90069 gsa_html_4922631598 gsa_html_4922631598:685:75063:75070 Madison Dixon, Illinois -0.469093158774920749 +90070 aapg_ai_572.html aapg_ai_572.html:29:3931:3948 Hilltop Missouri River -0.0275956665484899596 +90071 aapg_aa_231.html aapg_aa_231.html:335:31057:31074 Rock Springs Cheyenne, Wyoming -0.497081127157615599 +90072 aapg_ac_211.html aapg_ac_211.html:698:41339:41354 Brazer Dolomite Sunriver, Oregon -0.525341829883349765 +90073 gsa_html_5625878232 gsa_html_5625878232:16:680:690 Washington Seattle 0.0124216689309690972 +90074 cspg_html_4794669487 cspg_html_4794669487:89:10730:10746 Inklin Victoria, British Columbia -0.00680987700292186304 +90075 jgeology_html_6388378441 jgeology_html_6388378441:490:37985:38013 Tahoka Texas -0.0369546842337877615 +90076 gsa_html_6985417117 gsa_html_6985417117:881:71079:71107 Green River Colorado 0.0423598909123975992 +90077 gsa_html_7915521951 gsa_html_7915521951:1014:91445:91451 Walker Mojave Desert -0.473856858113634927 +90078 geology_html_4050752213 geology_html_4050752213:209:18178:18185 Madison Table Mountain -0.0713058779535049869 +90079 aapg_ah_245.html aapg_ah_245.html:82:8710:8729 Peace River Lacombe, Alberta -0.433387995206966137 +90080 aapg_ah_850.html aapg_ah_850.html:57:7236:7254 Snowshoe Salem, Oregon -0.481994403250043446 +90081 aapg_ac_719.html aapg_ac_719.html:142:16599:16617 Niobrara Trinidad and Tobago -0.393966824863878795 +90082 gsa_html_6841538769 gsa_html_6841538769:1174:95635:95647 Owens Valley California -0.459996458565647859 +90083 cspg_html_6517402834 cspg_html_6517402834:40:4682:4704 Willow Creek Lacombe, Alberta -0.0439881690847485213 +90084 aapg_ae_319.html aapg_ae_319.html:326:23615:23623 Woodside Vernal, Utah -0.00202555313540596143 +90085 aapg_aa_603.html aapg_aa_603.html:547:59910:59918 Columbia Victoria, British Columbia -0.415295473859709607 +90086 aapg_ac_983.html aapg_ac_983.html:360:57728:57742 Drum Iowa 0.421083733990151088 +90087 aapg_aa_681.html aapg_aa_681.html:38:5478:5496 Traverse Middle East 0.0450123132997459277 +90088 AMJC_html_5871256502 AMJC_html_5871256502:111:14637:14642 Slope Montgomery (town), New York -0.457691392417615917 +90089 gsa_html_1119256423 gsa_html_1119256423:642:59210:59233 Peoria Nebraska 0.348807895791865885 +90090 aapg_af_142.html aapg_af_142.html:261:33370:33374 Bond Arkansas -0.413964594818093001 +90091 aapg_aa_381.html aapg_aa_381.html:63:7995:8010 Santa Margarita Antelope Valley Freeway -0.0234576033289263484 +90092 cspg_html_7134658072 cspg_html_7134658072:198:25075:25091 Ireton Lacombe, Alberta -0.4462802459552766 +90093 aapg_ah_134.html aapg_ah_134.html:128:10412:10430 Rodessa Paluxy, Texas -0.4796264052884881 +90094 aapg_ai_53.html aapg_ai_53.html:101:11630:11643 Woodbine Texas 0.00112916628904579774 +90095 cspg_html_2929384614 cspg_html_2929384614:646:64019:64033 Frio Texas -0.452882496357985831 +90096 cspg_html_8708246424 cspg_html_8708246424:260:33147:33159 Saskatchewan Regina, Saskatchewan -0.486925734041852465 +90097 aapg_ai_1.html aapg_ai_1.html:85:9060:9077 Hermosa Logan, Utah -0.453292784807282967 +90098 aapg_ai_577.html aapg_ai_577.html:114:10830:10840 Wolf Creek Arizona -0.417415641024188155 +90099 aapg_ae_876.html aapg_ae_876.html:699:74277:74283 Dakota Pueblo, Colorado 0.816756791379622316 +90100 palaios_html_3406135825 palaios_html_3406135825:757:71153:71170 Potsdam Quebec City -0.481309854062180409 +90101 aapg_ae_958.html aapg_ae_958.html:71:8607:8629 Harpersville Texas -0.416246593880677085 +90102 cspg_html_9720041449 cspg_html_9720041449:1084:126419:126446 Camrose Lacombe, Alberta -0.45995556917210767 +90103 aapg_af_398.html aapg_af_398.html:554:60897:60901 Kent Melbourne, Florida -0.462097962880594848 +90104 aapg_aa_257.html aapg_aa_257.html:25:2449:2457 Sundance Denver 0.753559333632287554 +90105 cspg_html_1818321956 cspg_html_1818321956:582:61176:61208 Pardonet Middle East -0.461026124022890449 +90106 gsa_html_6838140604 gsa_html_6838140604:12:508:518 Santa Cruz California -0.486735992068403789 +90107 aapg_ad_691.html aapg_ad_691.html:56:6585:6602 Weno Grayson County, Kentucky -0.456371367070690814 +90108 cspg_html_2769629211 cspg_html_2769629211:174:19961:19983 Fort Simpson Hay River (Canada) -0.0454895931116453683 +90109 aapg_ah_753.html aapg_ah_753.html:418:67188:67195 Windsor New Caledonia -0.000680973887145832246 +90110 sedimentology_html_7144686124 sedimentology_html_7144686124:26:1657:1667 Rancheria Norfolk, Virginia -0.0342192516575154232 +90111 aapg_ah_289.html aapg_ah_289.html:215:29983:30002 Monterey San Joaquin River -0.435668138774596203 +90112 aapg_ae_473.html aapg_ae_473.html:402:37382:37388 Weches Texas -0.476033304431228654 +90113 aapg_aa_600.html aapg_aa_600.html:379:30530:30539 Stonewall Atoka, Oklahoma 0.0136761947097850285 +90114 aapg_ai_501.html aapg_ai_501.html:152:14105:14118 Lone Mountain Reno, Nevada -0.25689419721119533 +90115 aapg_ah_701.html aapg_ah_701.html:397:58669:58691 Yegua Texas 0.0165399327584268979 +90116 palaios_html_3105248303 palaios_html_3105248303:953:92592:92598 Reston Kentucky -0.0200262605794136288 +90117 aapg_ad_930.html aapg_ad_930.html:194:19949:19968 Rock Springs Cheyenne, Wyoming -0.433423304094416983 +90118 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31773:31778 Utica Gloucester, Massachusetts -0.457614356613462614 +90119 aapg_aa_495.html aapg_aa_495.html:45:6305:6314 Red River Haynesville, Louisiana 0.00550519056834465961 +90120 aapg_ae_876.html aapg_ae_876.html:442:47625:47639 Cedar Mountain Cedar Mountains -0.00936896389642591365 +90121 cspg_html_2796643803 cspg_html_2796643803:109:17518:17522 Pika Lacombe, Alberta -0.448529529594894116 +90122 aapg_ad_3.html aapg_ad_3.html:125:10433:10443 Nolichucky Pennsylvania -0.456043359064104259 +90123 gsa_html_4058959570 gsa_html_4058959570:664:53796:53805 Rio Negro Melbourne, Florida -0.100785822725677626 +90124 aapg_ah_366.html aapg_ah_366.html:212:13181:13197 Dakota Mancos, Colorado -0.449319433531474521 +90125 aapg_ae_419.html aapg_ae_419.html:480:57172:57178 Sierra Matamoros, Tamaulipas -0.452923066065788305 +90126 aapg_af_142.html aapg_af_142.html:270:34759:34778 Cotton Valley Cotton Valley, Louisiana -0.0500164465946093956 +90127 aapg_aa_787.html aapg_aa_787.html:190:21111:21127 Tessey Salado, Texas 0.355065577000839461 +90128 aapg_ad_466.html aapg_ad_466.html:210:26757:26769 Marshalltown Mount Holly, North Carolina -0.144764458583915984 +90129 cspg_html_8414893458 cspg_html_8414893458:533:59161:59184 Beaver Mines Lacombe, Alberta -0.471432653520514666 +90130 gsa_html_5813911420 gsa_html_5813911420:28:2497:2505 Colorado California -0.0098536958986005091 +90131 aapg_ai_366.html aapg_ai_366.html:153:20046:20059 Beaumont Beaumont, Texas -0.464533160716817162 +90132 aapg_ad_133.html aapg_ad_133.html:268:25349:25356 Leonard Terrell County, Georgia -0.0350022236580636789 +90133 cspg_html_7434089303 cspg_html_7434089303:160:19142:19156 Gonioceras Bay Ellesmere Island -0.445989406971527558 +90134 aapg_ae_499.html aapg_ae_499.html:347:38338:38366 Phosphoria Logan, Utah -0.217712216874683728 +90135 aapg_ai_581.html aapg_ai_581.html:190:19704:19709 Eagle Judith River Formation -0.450932780647085085 +90136 aapg_ah_430.html aapg_ah_430.html:198:14797:14813 Carmel Logan, Utah -0.462453250854801823 +90137 cspg_html_4694482219 cspg_html_4694482219:15:1910:1927 Bearpaw Lacombe, Alberta 0.628344403505573301 +90138 aapg_ai_364.html aapg_ai_364.html:86:10172:10181 Stonewall Atoka, Oklahoma -0.497548346368690386 +90139 sedimentology_html_5673709888 sedimentology_html_5673709888:2378:131024:131046 Black River Bloomington, Indiana -0.0259768148276084687 +90140 cspg_html_3328007773 cspg_html_3328007773:853:91433:91449 Hasler Victoria, British Columbia -0.0232594217874036342 +90141 gsa_html_1040524378 gsa_html_1040524378:433:51213:51220 Challis Absaroka -0.0447057537480869752 +90142 gsa_html_7067811624 gsa_html_7067811624:61:3904:3932 Green River New Mexico -0.0341270386384278437 +90143 cspg_html_4069214675 cspg_html_4069214675:627:65578:65586 Columbia Victoria, British Columbia -0.456391730122837791 +90144 gsa_html_4432793908 gsa_html_4432793908:639:70621:70627 Luning Reno, Nevada -0.0350961840937315667 +90145 aapg_aa_407.html aapg_aa_407.html:355:25167:25178 Green River Indian Creek, Florida -0.436033210857306397 +90146 cspg_html_3482605972 cspg_html_3482605972:134:17165:17184 Gladstone Mountain Park (Holyoke, Massachusetts) -0.447133159014188541 +90147 aapg_ac_730.html aapg_ac_730.html:339:47945:47961 Toreva Arizona -0.484359586108593421 +90148 aapg_ac_807.html aapg_ac_807.html:504:51121:51140 Patuxent Maryland -0.459819284677136619 +90149 AMJC_html_7176185664 AMJC_html_7176185664:649:67498:67504 Denver Albany, New York -0.0801017498393796074 +90150 aapg_ae_73.html aapg_ae_73.html:711:96280:96297 Tesuque Hinsdale, Massachusetts -0.478990153256473372 +90151 cspg_html_7093237629 cspg_html_7093237629:867:86848:86862 Woodbend Lacombe, Alberta -0.0247962629365806077 +90152 geology_html_4621436799 geology_html_4621436799:24:1777:1783 Denver Colorado -0.0161993249316557293 +90153 aapg_aa_4.html aapg_aa_4.html:294:39748:39764 Sonyea Genesee County, Michigan -0.0227413796680306819 +90154 aapg_ae_741.html aapg_ae_741.html:240:26970:26987 Shublik Anchorage, Alaska -0.417044603836409955 +90155 cspg_html_3772380029 cspg_html_3772380029:748:93157:93178 Fossil Hill Ontario, California -0.448296279445968116 +90156 cspg_html_4298557570 cspg_html_4298557570:35:4994:5002 Edmonton Edmonton, London -0.507776191944776634 +90157 cspg_html_1018915662 cspg_html_1018915662:156:13928:13946 Palliser Lacombe, Alberta -0.472574788136010782 +90158 aapg_ac_334.html aapg_ac_334.html:12:1448:1464 Albert Canada -0.426720647196584257 +90159 cspg_html_5117208919 cspg_html_5117208919:170:14581:14601 Forest Victoria, British Columbia -0.0548285557290214137 +90160 cspg_html_3762708087 cspg_html_3762708087:493:67358:67366 Edmonton Lacombe, Alberta -0.0346368297266972797 +90161 palaios_html_4501603736 palaios_html_4501603736:150:14455:14473 Thaynes Reno, Nevada 0.437306545555271597 +90162 cspg_html_9139420146 cspg_html_9139420146:27:3427:3443 Fernie Lacombe, Alberta -0.0203860510554202887 +90163 aapg_ac_236.html aapg_ac_236.html:55:7983:8002 Leadville San Juan Mountains -0.455279223830003521 +90164 geology_html_1867147763 geology_html_1867147763:11:435:442 Windsor Ontario, California -0.441406293921039528 +90165 cspg_html_6953269830 cspg_html_6953269830:6:430:445 Gates Victoria, British Columbia -0.489323394611266782 +90166 aapg_ac_629.html aapg_ac_629.html:261:34738:34747 Red River Harrisonburg, Virginia -0.155419668700809505 +90167 aapg_ac_561.html aapg_ac_561.html:379:41382:41399 Entrada San Juan, Argentina 0.255694118777277657 +90168 aapg_af_721.html aapg_af_721.html:500:43016:43024 Colorado Denver 0.00735538715984987868 +90169 aapg_ah_393.html aapg_ah_393.html:57:5942:5950 Kootenay Kootenay River -0.439391917689554934 +90170 aapg_ad_351.html aapg_ad_351.html:625:52108:52117 Northview Sedalia, Missouri -0.456518443898076276 +90171 aapg_aa_358.html aapg_aa_358.html:65:6418:6426 Moenkopi Coconino County, Arizona -0.464533160716817162 +90172 gsa_html_3942625742 gsa_html_3942625742:253:21401:21413 Little River Metro Manila -0.499198739530653746 +90173 cspg_html_3521815736 cspg_html_3521815736:76:13093:13101 Columbia Williston, Vermont -0.425424282088950667 +90174 aapg_ac_939.html aapg_ac_939.html:756:84803:84823 Lakota Black Hills -0.448327675040319895 +90175 cspg_html_6927586285 cspg_html_6927586285:35:5242:5264 Charlie Lake Victoria, British Columbia -0.48757492352044407 +90176 cspg_html_9435196958 cspg_html_9435196958:1145:48297:48336 Cypress Regina, Saskatchewan -0.471363620495062197 +90177 aapg_ae_370.html aapg_ae_370.html:64:7440:7446 Oregon Astoria, Oregon -0.47032647773667996 +90178 aapg_af_994.html aapg_af_994.html:319:55412:55428 Forbes California -0.444945382159606273 +90179 aapg_af_133.html aapg_af_133.html:292:31230:31249 Cedarville Dolomite Illinois -0.0350596438268750282 +90180 aapg_ai_997.html aapg_ai_997.html:138:9510:9516 Moreno California -0.464533160716817162 +90181 aapg_ai_720.html aapg_ai_720.html:254:28525:28537 Fort Hancock Closter, New Jersey -0.470188590895520009 +90182 aapg_ad_350.html aapg_ad_350.html:312:32470:32479 Conemaugh Allegheny Mountains -0.463332970234029085 +90183 gsa_html_2178342427 gsa_html_2178342427:210:21548:21572 Golden Valley Fort Union Trading Post National Historic Site -0.438131262990121173 +90184 gsa_html_4558102376 gsa_html_4558102376:979:87697:87707 Wellington .nz -0.436832441054611387 +90185 aapg_ad_173.html aapg_ad_173.html:4:529:548 Chugwater Cheyenne, Wyoming 0.00204466219751255973 +90186 AMJC_html_8107504009 AMJC_html_8107504009:728:57545:57565 Lawrence Canada -0.455184317280275863 +90187 sedimentology_html_9633602572 sedimentology_html_9633602572:1544:74237:74265 Wabamun Lacombe, Alberta -0.471754879498828661 +90188 aapg_ae_875.html aapg_ae_875.html:401:45437:45452 Coamo Puerto Rico -0.477123570959987586 +90189 aapg_ai_914.html aapg_ai_914.html:78:12041:12056 Boone Arkoma, Oklahoma -0.453085363047098455 +90190 aapg_ah_271.html aapg_ah_271.html:18:2618:2641 Cotton Valley Texas -0.00693148706696411487 +90191 cspg_html_3124360347 cspg_html_3124360347:31:5777:5788 Beekmantown Missouri River -0.43344757972276704 +90192 geology_html_1624131066 geology_html_1624131066:315:23320:23336 Guelph Bruce Peninsula National Park -0.021507182733615033 +90193 aapg_ah_85.html aapg_ah_85.html:352:37640:37660 Brightseat Maryland -0.464533160716817162 +90194 sedimentology_html_8384737970 sedimentology_html_8384737970:72:7356:7373 Entrada Logan, Utah -0.02390265150978289 +90195 cspg_html_8695996393 cspg_html_8695996393:17:1986:1998 Saskatchewan Regina, Saskatchewan -0.450649451770273157 +90196 geology_html_7867948062 geology_html_7867948062:94:6612:6650 Kingston Peak California -0.0590698237610563365 +90197 aapg_ai_654.html aapg_ai_654.html:81:13900:13924 Madison Williston Basin -0.453292784807282967 +90198 aapg_ac_692.html aapg_ac_692.html:112:12048:12056 Columbia Lacombe, Alberta -0.00846727342264548197 +90199 aapg_ad_581.html aapg_ad_581.html:237:30704:30713 Allegheny Richlands, North Carolina -0.43451411861660022 +90200 cspg_html_9725676031 cspg_html_9725676031:698:74544:74562 Dunvegan Lacombe, Alberta 0.00493363837188221747 +90201 palaios_html_7565718144 palaios_html_7565718144:411:35132:35140 Edmonton Lacombe, Alberta -0.491084883288990137 +90202 jgeology_html_6431902030 jgeology_html_6431902030:134:9762:9770 Colorado Colorado 0.00815629009485507872 +90203 aapg_ai_897.html aapg_ai_897.html:379:39961:39967 Luther Knoxville, Tennessee 0.396617836054777406 +90204 aapg_ad_466.html aapg_ad_466.html:384:46523:46535 Raritan Closter, New Jersey -0.0182917127831857887 +90205 aapg_ai_975.html aapg_ai_975.html:800:65570:65593 Comanche Peak Coahuila -0.446011775932438015 +90206 aapg_af_575.html aapg_af_575.html:256:34762:34780 Deadwood Cambridge -0.412797507806134445 +90207 cspg_html_1188455526 cspg_html_1188455526:247:38178:38194 Hassel Ellesmere Island 1.10847650096765094 +90208 aapg_ad_204.html aapg_ad_204.html:86:12089:12107 Imperial Imperial County, California -0.01912594516902133 +90209 gsa_html_1119256423 gsa_html_1119256423:45:3096:3111 Arikaree White River (Washington) -0.470200080639580853 +90210 aapg_ac_246.html aapg_ac_246.html:604:58778:58797 Newcastle Mississippi River -0.0189695239556965725 +90211 aapg_af_652.html aapg_af_652.html:46:6273:6293 Minnekahta Spearfish, South Dakota -0.457514673015389395 +90212 aapg_ac_406.html aapg_ac_406.html:118:11024:11032 Woodbine East Texas -0.473903010792736112 +90213 aapg_af_839.html aapg_af_839.html:33:4718:4730 Grand Rapids Michigan 0.00247201086520299753 +90214 aapg_ac_807.html aapg_ac_807.html:1352:111447:111472 Congaree Charleston, South Carolina -0.526137326917986758 +90215 aapg_ai_83.html aapg_ai_83.html:194:18340:18347 Bedford Euclid, Ohio -0.0285868941347483252 +90216 sedimentology_html_7486236177 sedimentology_html_7486236177:775:69052:69073 Snowy Range Cheyenne, Wyoming -0.0455104965023540933 +90217 geology_html_2490813080 geology_html_2490813080:258:23563:23570 Oquirrh Logan, Utah 0.702423978631965484 +90218 cspg_html_6927586285 cspg_html_6927586285:505:61802:61836 Halfway Victoria, British Columbia -0.479719327950920094 +90219 aapg_af_958.html aapg_af_958.html:270:39254:39264 Las Cruces Mexico -0.0191815618988117366 +90220 aapg_aa_23.html aapg_aa_23.html:372:43596:43615 Red River Cheyenne, Wyoming 0.0218739559102570369 +90221 palaios_html_5600528347 palaios_html_5600528347:155:16392:16411 Rock Springs Western world -0.0548494850698933514 +90222 cspg_html_1019614994 cspg_html_1019614994:387:63512:63527 Exshaw Williston Basin -0.472832895737629988 +90223 gsa_html_8740218609 gsa_html_8740218609:233:22611:22619 Colorado Denver -0.486401118306284352 +90224 cspg_html_8568877195 cspg_html_8568877195:50:8380:8398 Pakowki Milk River, Alberta -0.0371426409956562426 +90225 aapg_ah_3.html aapg_ah_3.html:289:37801:37815 Toro New Guinea -0.458675312427173743 +90226 palaios_html_6090005613 palaios_html_6090005613:458:32034:32059 Racine Wisconsin -0.480853789677316845 +90227 AMJC_html_9113252962 AMJC_html_9113252962:104:14459:14475 Dalton Stockbridge, Massachusetts -0.489955605215405154 +90228 cspg_html_1962846283 cspg_html_1962846283:546:68038:68055 Cadomin Kootenay River -0.0167554219628843898 +90229 aapg_ae_113.html aapg_ae_113.html:119:15792:15812 Peel Western world -0.454305775206324536 +90230 jgeology_html_2237275680 jgeology_html_2237275680:551:30124:30137 Sandia Reno, Nevada -0.0291434052387325206 +90231 cspg_html_8612721867 cspg_html_8612721867:273:35136:35150 Woodbend Lacombe, Alberta -0.466920106770381871 +90232 gsa_html_4557277250 gsa_html_4557277250:72:8134:8167 Morrison Carmel, Indiana -0.443982888348864235 +90233 aapg_ac_486.html aapg_ac_486.html:97:12690:12697 Laramie Colorado -0.0221155785118801462 +90234 palaios_html_1316705524 palaios_html_1316705524:65:6428:6454 Horseshoe Canyon Lacombe, Alberta -0.436832441054611387 +90235 gsa_html_2840596220 gsa_html_2840596220:32:2902:2930 Green River Colorado -0.0229847531233617133 +90236 gsa_html_9865056817 gsa_html_9865056817:870:77365:77371 Denver Colorado -0.0486919238997245429 +90237 aapg_af_880.html aapg_af_880.html:567:86884:86900 Putnam Wichita, Kansas 0.0119525385350554136 +90238 aapg_ae_905.html aapg_ae_905.html:218:25218:25228 Fort Worth Texas -0.0116467387889204136 +90239 cspg_html_5813536348 cspg_html_5813536348:492:49779:49804 Lisburne Anchorage, Alaska -0.473718414704639712 +90240 cspg_html_3129231627 cspg_html_3129231627:347:46183:46202 Irene Ellesmere Island -0.449433936510724996 +90241 aapg_ad_785.html aapg_ad_785.html:31:4076:4084 Fountain Colorado Springs, Colorado -0.0258220684876826687 +90242 aapg_ah_774.html aapg_ah_774.html:74:10065:10082 Mayville Bloomington, Indiana -0.0518955775586156381 +90243 aapg_ae_415.html aapg_ae_415.html:776:96171:96180 Bucatunna Alabama -0.0173254356777415887 +90244 cspg_html_2492063773 cspg_html_2492063773:9:670:684 Cedar District Northumberland, Pennsylvania 0.310981275235321819 +90245 aapg_ae_29.html aapg_ae_29.html:81:10128:10134 Pocono Pottsville, Pennsylvania -0.47482657712880405 +90246 aapg_ac_786.html aapg_ac_786.html:50:8387:8407 Barnett Texas -0.0772118336941365752 +90247 aapg_ad_564.html aapg_ad_564.html:8030:712255:712263 Willwood Fort Union Trading Post National Historic Site -0.0577069474480743499 +90248 aapg_aa_37.html aapg_aa_37.html:361:45197:45207 Phosphoria Texas -0.443813272031764461 +90249 aapg_ai_975.html aapg_ai_975.html:200:22983:23000 Hosston Mexico -0.0655532474032289592 +90250 aapg_af_397.html aapg_af_397.html:76:8861:8868 Entrada Entrada Sandstone 0.00235214466363176024 +90251 aapg_ac_628.html aapg_ac_628.html:395:68349:68364 North Horn Flagstaff, Arizona -0.00638076930644856932 +90252 gsa_html_7518144145 gsa_html_7518144145:1139:85058:85076 Bluff Wisconsin -0.491162576381923288 +90253 AMJC_html_6341723617 AMJC_html_6341723617:1113:93303:93324 Green River Colorado -0.437987106587424679 +90254 aapg_ai_846.html aapg_ai_846.html:48:5732:5750 Prairie Mississippi Coast Coliseum 0.0193901260398796869 +90255 aapg_aa_832.html aapg_aa_832.html:26:4431:4450 Bear Lake Cold Bay Airport -0.0404707637071786003 +90256 aapg_ac_200.html aapg_ac_200.html:408:40029:40049 Fort Union Evanston, Wyoming 0.0602601784444955907 +90257 AMJC_html_4318504504 AMJC_html_4318504504:490:51506:51510 Hall Greifensee, Zurich -0.015097596462230729 +90258 cspg_html_8316122266 cspg_html_8316122266:327:31075:31096 Shaftesbury Canada -0.00112569192733688248 +90259 cspg_html_5345848475 cspg_html_5345848475:93:13126:13136 Deer Creek Lacombe, Alberta -0.00202555313540596143 +90260 aapg_ae_344.html aapg_ae_344.html:99:9283:9289 Paluxy Paluxy, Texas -0.409382023335090106 +90261 aapg_aa_684.html aapg_aa_684.html:7:971:988 Thaynes John Crow Mountains 0.0611138120969718576 +90262 geology_html_8865251298 geology_html_8865251298:341:30362:30370 Columbia Victoria, British Columbia -0.00514558121477792525 +90263 geology_html_5090297208 geology_html_5090297208:12:493:499 Denver Colorado -0.408547201369101443 +90264 cspg_html_2838996125 cspg_html_2838996125:130:24908:24916 Ramparts Mackenzie River -0.464569693827358687 +90265 aapg_ad_3.html aapg_ad_3.html:721:67899:67907 Virginia Washington (state) -0.0729536108486761037 +90266 cspg_html_8818854104 cspg_html_8818854104:738:78711:78731 Cadomin Lacombe, Alberta -0.0369512035856853355 +90267 aapg_aa_299.html aapg_aa_299.html:3:187:201 Lisburne Anchorage, Alaska -0.456133832112874948 +90268 AMJC_html_9113252962 AMJC_html_9113252962:86:11162:11178 Dalton Bennington, Vermont -0.464473797617463435 +90269 cspg_html_9343899465 cspg_html_9343899465:1350:112857:112874 Parry Islands Hell Gate -0.0716469267425071249 +90270 cspg_html_6116883777 cspg_html_6116883777:1430:187378:187393 Melville Island Canadian Arctic Archipelago -0.0610055739368401337 +90271 cspg_html_6252417471 cspg_html_6252417471:395:59722:59742 Colorado Lacombe, Alberta -0.470629904958731249 +90272 aapg_ah_619.html aapg_ah_619.html:70:8334:8350 Dakota Denver -0.453139468496481235 +90273 AMJC_html_5722410163 AMJC_html_5722410163:823:74436:74442 Denver Great Basin -0.0350596438268750282 +90274 aapg_ae_415.html aapg_ae_415.html:379:48307:48322 Byram Alabama -0.490143713980378037 +90275 palaios_html_4940783464 palaios_html_4940783464:63:6751:6769 Yakataga Yakutat City and Borough, Alaska 0.980250078299715777 +90276 sedimentology_html_9742953955 sedimentology_html_9742953955:93:10021:10030 Lodgepole Alaska Panhandle -0.432236767973233238 +90277 sedimentology_html_8384737970 sedimentology_html_8384737970:399:34108:34125 Entrada Carmel, Indiana -0.0350596438268750282 +90278 gsa_html_5081991493 gsa_html_5081991493:1387:102247:102258 Green River Wasatch Range -0.427672143055296883 +90279 aapg_ah_536.html aapg_ah_536.html:417:54816:54844 Rodessa Mississippi River 0.00285245641142386911 +90280 aapg_ac_693.html aapg_ac_693.html:125:7820:7833 Windsor Bridgetown, Nova Scotia -0.462302919433881576 +90281 palaios_html_2819726208 palaios_html_2819726208:431:37807:37832 Barstow Southern California -0.0189695239556965725 +90282 sedimentology_html_5667980395 sedimentology_html_5667980395:1502:89772:89779 Waikato .nz -0.46279500750727276 +90283 sedimentology_html_7728336591 sedimentology_html_7728336591:329:26111:26115 Hall London, Ontario -0.0489655236632166313 +90284 aapg_ah_521.html aapg_ah_521.html:311:32632:32642 Rio Grande Carrizo Plain -0.489182445167081981 +90285 aapg_aa_626.html aapg_aa_626.html:27:3528:3536 Patapsco Raritan River -0.0227413796680306819 +90286 aapg_ae_877.html aapg_ae_877.html:85:8026:8036 Swan Hills Swan Hill, Victoria -0.1049204239260699 +90287 aapg_af_789.html aapg_af_789.html:10:1565:1573 Onondaga Chemung, New York -0.472943536588278923 +90288 cspg_html_4143222666 cspg_html_4143222666:119:15301:15333 Provincial Lacombe, Alberta -0.47596853330555533 +90289 gsa_html_4308966435 gsa_html_4308966435:1160:115112:115118 Denver Colorado -0.485369220602805185 +90290 aapg_ad_800.html aapg_ad_800.html:111:13450:13465 Gordo Tuscaloosa, Alabama -0.479459169650376604 +90291 aapg_ai_414.html aapg_ai_414.html:70:5652:5657 Chazy Western world -0.487692158362934725 +90292 aapg_af_854.html aapg_af_854.html:659:92549:92555 Keokuk Meramec River -0.418503531176707688 +90293 aapg_aa_108.html aapg_aa_108.html:44:4388:4394 Pioche Reno, Nevada -0.492470301114008024 +90294 aapg_ae_180.html aapg_ae_180.html:72:8899:8919 Hell Creek Niobrara, Nebraska -0.484555810829268852 +90295 geology_html_9690282664 geology_html_9690282664:228:16863:16867 Bell Cambridge, Massachusetts -0.447168994241326834 +90296 aapg_ah_871.html aapg_ah_871.html:428:47339:47343 Hall Black River, Jamaica 0.041726075453029636 +90297 cspg_html_4666332434 cspg_html_4666332434:634:81262:81283 Milk River Lacombe, Alberta -0.0299260395523841712 +90298 cspg_html_8525917094 cspg_html_8525917094:170:23011:23016 Swift Powder River Basin -0.422147407249121198 +90299 aapg_ai_187.html aapg_ai_187.html:234:23272:23296 Rock Springs Cheyenne, Wyoming -0.486925734041852465 +90300 aapg_ah_318.html aapg_ah_318.html:648:72477:72496 Smackover Alabama 0.00312693377810401713 +90301 sedimentology_html_6545837405 sedimentology_html_6545837405:1529:108315:108333 Yakataga Anchorage, Alaska -0.0153756304706319062 +90302 geology_html_2861469472 geology_html_2861469472:211:19373:19377 Bell Reno, Nevada -0.456479975332736432 +90303 sedimentology_html_9598250021 sedimentology_html_9598250021:1323:93905:93909 Hall London, Ontario -0.039213880157219938 +90304 aapg_aa_645.html aapg_aa_645.html:12:1853:1871 Kootenai Boise, Idaho -0.00922476160912374769 +90305 geology_html_3911481921 geology_html_3911481921:44:5810:5828 Stirling Quartzite Death Valley -0.48878086726465575 +90306 aapg_ac_364.html aapg_ac_364.html:47:5571:5590 Spearfish Black Hills 1.55857113331002584 +90307 cspg_html_3104351736 cspg_html_3104351736:19:2187:2205 Foremost Lacombe, Alberta -0.4864081422828892 +90308 aapg_ad_94.html aapg_ad_94.html:28:3142:3160 Eastview Ottawa, Kansas -0.237597820929162318 +90309 geology_html_7784703862 geology_html_7784703862:63:5241:5249 Michigan Michigan -0.454041701910604445 +90310 aapg_ai_278.html aapg_ai_278.html:838:100334:100355 Cedar Keys Melbourne, Florida -0.0147795988543257695 +90311 sedimentology_html_8510537334 sedimentology_html_8510537334:1652:126176:126197 Wood Canyon California -0.0420064113899637007 +90312 sedimentology_html_9665687367 sedimentology_html_9665687367:753:58722:58729 Compton South Africa -0.46105569042928074 +90313 sedimentology_html_5779710300 sedimentology_html_5779710300:775:55003:55013 Washington Mount Rainier, Maryland -0.462193603410137988 +90314 palaios_html_6944542452 palaios_html_6944542452:574:48524:48540 Dakota Santa Rosa, California -0.446231020576565107 +90315 aapg_ac_380.html aapg_ac_380.html:166:20873:20881 Coeymans New Scotland, New York 0.00920043838208298506 +90316 gsa_html_5339062095 gsa_html_5339062095:772:64023:64041 Willwood Cheyenne, Wyoming -0.171862784981380246 +90317 aapg_aa_622.html aapg_aa_622.html:66:8805:8821 Chinle Logan, Utah 0.013787401887184414 +90318 aapg_aa_754.html aapg_aa_754.html:903:94129:94146 Wristen Texas -0.030023437417361392 +90319 aapg_ac_714.html aapg_ac_714.html:169:19484:19507 Gypsum Spring Big Horn Mountains -0.0421683485517513057 +90320 aapg_ae_71.html aapg_ae_71.html:389:36021:36043 Iron Springs Western world -0.491386278060246817 +90321 aapg_aa_116.html aapg_aa_116.html:71:9899:9904 Banff Regina, Saskatchewan 0.00938112555861735607 +90322 geology_html_3497669368 geology_html_3497669368:75:6475:6501 Provo Yellowstone National Park -0.450582005503512739 +90323 aapg_ah_997.html aapg_ah_997.html:57:11397:11405 Traverse Shoreham Nuclear Power Plant 0.00201513001144824596 +90324 aapg_aa_712.html aapg_aa_712.html:40:7255:7276 Platteville Glenwood, Utah -0.452055720301517416 +90325 cspg_html_9275863663 cspg_html_9275863663:218:31227:31254 Ireton Lacombe, Alberta -0.433933223839739757 +90326 aapg_af_298.html aapg_af_298.html:224:24725:24730 Cadiz Albany, New York -0.446011775932438015 +90327 cspg_html_1732329534 cspg_html_1732329534:60:8444:8452 Edmonton Edmonton, London -0.483631144002422242 +90328 aapg_ah_820.html aapg_ah_820.html:141:10693:10698 Atoka Frankfort, Illinois -0.0196404059622709952 +90329 aapg_ac_200.html aapg_ac_200.html:60:6963:6986 Battle Cheyenne, Wyoming -0.464432702411418319 +90330 cspg_html_4727171280 cspg_html_4727171280:32:3257:3271 Bearpaw Edmonton, London -0.458822766590828601 +90331 cspg_html_4293350162 cspg_html_4293350162:66:10026:10034 Columbia Victoria, British Columbia -0.456416618922522499 +90332 cspg_html_4550597410 cspg_html_4550597410:475:59757:59773 George Western Bay, Newfoundland and Labrador -0.457650607934439568 +90333 aapg_ai_542.html aapg_ai_542.html:26:3105:3115 Washington Colorado -0.494552690963700137 +90334 aapg_aa_556.html aapg_aa_556.html:6:1062:1075 Kootenai Colorado -0.0435771525292741949 +90335 geology_html_5817459329 geology_html_5817459329:256:23602:23608 Denver Anchorage, Alaska -0.0204312426216018105 +90336 geology_html_7620463750 geology_html_7620463750:308:23903:23925 Oceanic California -0.0310096337279850039 +90337 aapg_ad_652.html aapg_ad_652.html:397:49279:49288 San Diego California -0.478280146619880497 +90338 aapg_ac_683.html aapg_ac_683.html:71:5575:5589 Red Rock Shreveport, Louisiana -0.132327631875412355 +90339 aapg_aa_340.html aapg_aa_340.html:97:8147:8155 Seminole Wewoka, Oklahoma -0.494566874481706664 +90340 aapg_ah_625.html aapg_ah_625.html:45:5459:5480 Green River Wasatch Range -0.453139468496481235 +90341 cspg_html_3385840278 cspg_html_3385840278:1671:183014:183034 Jefferson Bloomington, Indiana -0.439223139625051329 +90342 gsa_html_8226699553 gsa_html_8226699553:30:2819:2847 Green River Colorado -0.0274774196841049353 +90343 cspg_html_9076537566 cspg_html_9076537566:296:39014:39023 Baillarge Middle East -0.0222250920387939838 +90344 aapg_ah_318.html aapg_ah_318.html:726:78348:78367 Smackover Arkansas -0.0447893597917523589 +90345 aapg_af_188.html aapg_af_188.html:42:5659:5682 Eagle Niobrara, Nebraska -0.443701699352459789 +90346 cspg_html_2175627313 cspg_html_2175627313:178:18273:18296 Montney Victoria, British Columbia -0.472512577150688062 +90347 aapg_ai_31.html aapg_ai_31.html:95:10800:10808 Oakville Texas -0.0521501164490012006 +90348 palaios_html_7930345720 palaios_html_7930345720:504:46310:46326 Navajo Logan, Utah -0.44280960294495586 +90349 aapg_ac_749.html aapg_ac_749.html:46:5738:5746 Reynales Rochester, Kent -0.444838140504144441 +90350 gsa_html_5865982995 gsa_html_5865982995:254:29986:30007 Green River Sevier orogeny 0.330492487308657268 +90351 cspg_html_6816015957 cspg_html_6816015957:493:50893:50920 Barnett Texas 0.802287774316792879 +90352 sedimentology_html_1467256460 sedimentology_html_1467256460:868:65799:65834 Wishart Canada -0.476672020857479173 +90353 aapg_ae_249.html aapg_ae_249.html:197:18263:18279 Dakota Herington, Kansas -0.0179336984881550872 +90354 aapg_ae_296.html aapg_ae_296.html:347:33232:33235 Abo Texas 0.00239731162737208446 +90355 cspg_html_7229660003 cspg_html_7229660003:58:4399:4419 Stony Mountain Manitoba -0.451875596518584666 +90356 aapg_ae_319.html aapg_ae_319.html:17:2411:2433 Stump Carmel, Indiana -0.422068899423675037 +90357 aapg_ae_59.html aapg_ae_59.html:174:19738:19749 Uncompahgre Cheyenne, Wyoming -0.00417620791845697229 +90358 cspg_html_5697056884 cspg_html_5697056884:48:4604:4612 Deadwood Winnipeg 1.15476389823235204 +90359 aapg_ac_568.html aapg_ac_568.html:78:6387:6395 Colorado Denver -0.488452230972983181 +90360 aapg_aa_260.html aapg_aa_260.html:338:32580:32586 Tyonek Bettles, Alaska -0.0970638214266106858 +90361 jgeology_html_9366209199 jgeology_html_9366209199:301:27312:27323 San Joaquin Mississippi River -0.0358061340755818636 +90362 cspg_html_8363357104 cspg_html_8363357104:70:10696:10704 Columbia Lacombe, Alberta -0.455347020329573748 +90363 aapg_ac_536.html aapg_ac_536.html:657:65082:65100 Charles Grand Forks, North Dakota -0.43347626990885002 +90364 gsa_html_3448554349 gsa_html_3448554349:494:49090:49110 Hampshire Catskill Mountains -0.433370341259820213 +90365 aapg_aa_787.html aapg_aa_787.html:187:20387:20393 Tessey Delaware -0.492894862146309787 +90366 gsa_html_3299020216 gsa_html_3299020216:20:1759:1764 Slope Mexico -0.466920106770381871 +90367 aapg_af_807.html aapg_af_807.html:4:544:552 Woodbine Bartlesville, Oklahoma -0.424706781734201677 +90368 aapg_ad_356.html aapg_ad_356.html:397:38539:38560 Haynesville Haynesville, Louisiana -0.437337570121169472 +90369 cspg_html_8588503765 cspg_html_8588503765:77:11349:11356 Cardium Moberly, Missouri -0.022564066972144893 +90370 aapg_ai_975.html aapg_ai_975.html:1090:88144:88154 Georgetown Buda, Texas -0.475258680049542748 +90371 cspg_html_7086880709 cspg_html_7086880709:468:61602:61621 Imperial Mackenzie River 0.00608022205823671724 +90372 aapg_ad_821.html aapg_ad_821.html:447:34012:34021 Meeteetse Wasatch Range -0.416233588263895504 +90373 aapg_ae_667.html aapg_ae_667.html:467:56470:56478 Colorado Denver -0.486398776993572868 +90374 cspg_html_3456965010 cspg_html_3456965010:142:19363:19389 Viking Lacombe, Alberta -0.451767539383647998 +90375 aapg_ad_469.html aapg_ad_469.html:144:17292:17297 Atoka Des Moines, Washington -0.41518503935183998 +90376 aapg_aa_653.html aapg_aa_653.html:22:2534:2545 Green River Hart County, Kentucky -0.388976366053837841 +90377 aapg_ac_995.html aapg_ac_995.html:80:7402:7424 Huayacocotla Puebla, Puebla -0.172041594208116905 +90378 gsa_html_4649438326 gsa_html_4649438326:65:8966:8982 Toroweap Grand Canyon -0.464473797617463435 +90379 aapg_ai_170.html aapg_ai_170.html:160:15972:15990 Frontier Coalville, Utah -0.0111046462862114288 +90380 aapg_ac_334.html aapg_ac_334.html:37:4735:4748 Moncton Hillsborough, California -0.424706781734201677 +90381 aapg_ah_519.html aapg_ah_519.html:3:239:247 Colorado Colorado -0.10661649243316966 +90382 aapg_ad_947.html aapg_ad_947.html:102:13231:13237 Antler Reno, Nevada -0.420983530191217814 +90383 sedimentology_html_5578698478 sedimentology_html_5578698478:969:54082:54086 Hall London, Ontario -0.456355529459316345 +90384 aapg_ac_313.html aapg_ac_313.html:222:25073:25089 Sepur Guatemala -0.433864776993285517 +90385 geology_html_9083528258 geology_html_9083528258:269:23763:23771 Colorado Lowell, Massachusetts -0.0732842696653886877 +90386 aapg_aa_379.html aapg_aa_379.html:81:9487:9498 Monongahela Monongahela, Pennsylvania -0.491386278060246817 +90387 aapg_ae_3.html aapg_ae_3.html:744:66611:66627 Amsden Cheyenne, Wyoming 0.930130236106243125 +90388 palaios_html_7922169499 palaios_html_7922169499:45:4343:4355 Arkona New South Wales -0.0146249457170983255 +90389 aapg_aa_698.html aapg_aa_698.html:18:2238:2265 Prairie Regina, Saskatchewan -0.436810292517708865 +90390 gsa_html_8205362136 gsa_html_8205362136:841:85280:85286 Moscow Earth -0.485308421911267773 +90391 aapg_ac_832.html aapg_ac_832.html:94:12268:12282 Stony Mountain Williston, Vermont -0.401438783688395251 +90392 aapg_ad_110.html aapg_ad_110.html:649:70047:70065 Tensleep Colorado -0.443692774120845845 +90393 aapg_ac_187.html aapg_ac_187.html:114:10285:10295 Tuscaloosa Austin, Chicago 0.00923692322806706281 +90394 aapg_aa_322.html aapg_aa_322.html:261:24316:24335 Wapanucka Pottsville, Pennsylvania -0.0669441011416033877 +90395 cspg_html_4495377323 cspg_html_4495377323:235:27773:27778 Banff Lacombe, Alberta -0.000774781561203988548 +90396 cspg_html_2139304729 cspg_html_2139304729:412:36391:36411 Griper Bay Melville Island (Canada) -0.457555451333636842 +90397 aapg_ae_658.html aapg_ae_658.html:574:58977:58985 Colorado Denver -0.502261174624528683 +90398 aapg_ae_72.html aapg_ae_72.html:281:25277:25294 Hermit Mesa, Arizona -0.129108029727497658 +90399 aapg_ae_295.html aapg_ae_295.html:109:13003:13015 Maness Buda, Texas -0.434083382761083048 +90400 gsa_html_9603601502 gsa_html_9603601502:758:55892:55912 West Point Western world -0.47829406272822006 +90401 aapg_ah_975.html aapg_ah_975.html:3:196:213 Jackson National Museum of the United States Air Force -0.438219985696652659 +90402 aapg_af_575.html aapg_af_575.html:184:24839:24865 Signal Mountain Fort Sill -0.463253167093327645 +90403 aapg_ae_708.html aapg_ae_708.html:69:9590:9610 Nolichucky Virginia -0.473081857330366395 +90404 aapg_ad_978.html aapg_ad_978.html:268:25324:25331 Wasatch Uinta Mountains -0.00652496303282925402 +90405 aapg_ai_321.html aapg_ai_321.html:160:22479:22496 Subinal Matagalpa -0.112022217300545693 +90406 geology_html_8596179481 geology_html_8596179481:207:17666:17676 Topanga Glendora, California -0.472528705500211532 +90407 AMJC_html_8522115051 AMJC_html_8522115051:994:106499:106508 Extension England -0.478307979059971577 +90408 cspg_html_4666332434 cspg_html_4666332434:499:73545:73563 Foremost Lacombe, Alberta -0.481230723565142238 +90409 aapg_ac_720.html aapg_ac_720.html:66:8883:8901 Navesink New Egypt, New Jersey -0.0175687387296353664 +90410 aapg_ae_249.html aapg_ae_249.html:197:18215:18224 Greenhorn Herington, Kansas -0.00264051858419730176 +90411 aapg_ac_313.html aapg_ac_313.html:706:78786:78805 Rio Dulce Dulce River -0.0716784092788427807 +90412 geology_html_8332015754 geology_html_8332015754:11:481:494 Santa Barbara California -0.495988801002771096 +90413 aapg_af_575.html aapg_af_575.html:1015:147988:147999 Cloud Chief Florida Panhandle 0.605760954219468739 +90414 geology_html_4374598118 geology_html_4374598118:319:23788:23794 Snyder California -0.445984933244691462 +90415 aapg_ae_415.html aapg_ae_415.html:941:117461:117466 Tampa Suwannee County, Florida 0.00861668517403394243 +90416 aapg_aa_382.html aapg_aa_382.html:15:2863:2871 Monterey Maricopa, Arizona -0.00183793699051183952 +90417 gsa_html_1817109082 gsa_html_1817109082:565:48046:48059 Santa Barbara California -0.0702881085066253131 +90418 cspg_html_3129231627 cspg_html_3129231627:201:27773:27835 Copes Bay Ellesmere Island -0.454935799752899217 +90419 sedimentology_html_2627587779 sedimentology_html_2627587779:928:57268:57272 Hall London, Ontario -0.0407040542010648765 +90420 aapg_aa_4.html aapg_aa_4.html:134:17164:17170 Luther West Fork River -0.483407132229491276 +90421 cspg_html_9354781888 cspg_html_9354781888:1593:99403:99411 Columbia Victoria, British Columbia -0.450932780647085085 +90422 cspg_html_4413081832 cspg_html_4413081832:413:45225:45241 Viking Lacombe, Alberta -0.424391951314652904 +90423 aapg_ac_995.html aapg_ac_995.html:340:27859:27878 Smackover Alabama 0.399429213621135537 +90424 aapg_ad_169.html aapg_ad_169.html:491:57262:57267 Logan Greenbrier (Great Smoky Mountains) -0.00922476160912374769 +90425 cspg_html_9222238695 cspg_html_9222238695:105:15745:15765 Cadomin Lacombe, Alberta 0.0447893597917523936 +90426 palaios_html_2298416430 palaios_html_2298416430:344:39133:39148 Lance Sweetwater, Miami-Dade County, Florida -0.17674098852806161 +90427 aapg_aa_267.html aapg_aa_267.html:415:34879:34889 Greenbrier Huntington, West Virginia -0.480765396922298249 +90428 aapg_ai_388.html aapg_ai_388.html:224:22922:22943 Browns Park Sparks, Nevada -0.438060290900437188 +90429 aapg_af_575.html aapg_af_575.html:1045:153174:153181 Leonard Panhandle, Texas -0.0649348100920485449 +90430 aapg_ad_335.html aapg_ad_335.html:575:73554:73573 Rock Springs Cheyenne, Wyoming -0.00292541869155533898 +90431 palaios_html_3112927242 palaios_html_3112927242:422:28144:28161 Juniata Pennsylvania 0.0275539322445259548 +90432 geology_html_4034643281 geology_html_4034643281:11:489:495 Denver Colorado -0.0708319439882488661 +90433 aapg_af_854.html aapg_af_854.html:1017:143169:143186 Cypress Hardinsburg, Indiana -0.480667710196792775 +90434 cspg_html_2769629211 cspg_html_2769629211:675:70496:70504 Columbia Victoria, British Columbia 0.00892245965980600214 +90435 aapg_ah_534.html aapg_ah_534.html:360:30444:30450 Esopus Palmerton, Pennsylvania -0.0343445234094948634 +90436 cspg_html_8990290265 cspg_html_8990290265:115:17899:17924 Beaverhill Lacombe, Alberta -0.0626468091378891839 +90437 aapg_ae_324.html aapg_ae_324.html:199:19400:19420 Beekmantown Knoxville, Tennessee -0.39926512626546784 +90438 aapg_af_23.html aapg_af_23.html:105:14911:14923 Calico Bluff Western world -0.498034815247566209 +90439 aapg_aa_229.html aapg_aa_229.html:336:27298:27311 Potomac Maryland 0.00902496409790776687 +90440 sedimentology_html_7445163158 sedimentology_html_7445163158:1345:74212:74217 Cadiz Spain -0.460146402321772174 +90441 gsa_html_7765430810 gsa_html_7765430810:16:690:703 Santa Barbara California -0.490689465081328491 +90442 cspg_html_4409656292 cspg_html_4409656292:736:77974:77993 Kaskapau Canada -0.0524220993978513419 +90443 aapg_ak_118.html aapg_ak_118.html:59:6855:6872 Bossier Shreveport, Louisiana 0.395309510041783219 +90444 aapg_af_980.html aapg_af_980.html:240:34190:34211 Green River Cheyenne, Wyoming -0.201945756011885358 +90445 aapg_ak_76.html aapg_ak_76.html:326:50539:50549 Rio Grande Nelson, New Zealand -0.0179684568885802344 +90446 aapg_ae_973.html aapg_ae_973.html:738:56009:56019 Dewey Lake West Texas -0.140303503299778892 +90447 gsa_html_5627360957 gsa_html_5627360957:427:39792:39800 Colorado Arizona -0.0251613720923007447 +90448 gsa_html_5625878232 gsa_html_5625878232:205:29336:29360 Cedar District Denman Island -0.468255854243320946 +90449 aapg_af_575.html aapg_af_575.html:1141:164207:164215 Woodbine Austin, Chicago -0.47076786107370483 +90450 cspg_html_6546794930 cspg_html_6546794930:229:22937:22965 Prairie Regina, Saskatchewan -0.0411671706612794855 +90451 aapg_aa_47.html aapg_aa_47.html:136:14974:14990 Sandia New Mexico -0.00190221287180793197 +90452 cspg_html_5697056884 cspg_html_5697056884:510:52739:52747 Deadwood Regina, Saskatchewan -0.307890898563743021 +90453 aapg_ae_841.html aapg_ae_841.html:28:2655:2675 Forest Onslow County, North Carolina -0.0281695262279110618 +90454 aapg_ad_2.html aapg_ad_2.html:862:122240:122247 Elbrook Quarryville, Pennsylvania 0.366763506305416043 +90455 aapg_ad_2.html aapg_ad_2.html:619:90988:91006 Chickies Pennsylvania -0.473778404154942046 +90456 cspg_html_4385655879 cspg_html_4385655879:15:1861:1880 Woodbend Drumheller -0.482917309945881279 +90457 aapg_ae_757.html aapg_ae_757.html:12:2127:2140 Carlile Niobrara, Nebraska -0.421127304104932487 +90458 jgeology_html_8750845452 jgeology_html_8750845452:137:13306:13315 Milwaukee Lake Michigan -0.49463779564980348 +90459 gsa_html_8951179545 gsa_html_8951179545:882:90276:90288 Wilcox Texas 0.0122722414388244504 +90460 palaios_html_2621173808 palaios_html_2621173808:1282:119526:119540 Doig Victoria, British Columbia -0.43911211811260753 +90461 aapg_af_711.html aapg_af_711.html:91:8353:8375 Monterey California 0.386185060697367133 +90462 aapg_ad_883.html aapg_ad_883.html:64:8250:8260 Eau Claire Michigan -0.413162613497799369 +90463 aapg_ah_756.html aapg_ah_756.html:3:513:523 San Andres Texas -0.110595399965676564 +90464 aapg_ad_784.html aapg_ad_784.html:211:24605:24614 Coldwater Ojai, California -0.422356792753443622 +90465 cspg_html_6294601758 cspg_html_6294601758:15:1664:1679 Cairn Lacombe, Alberta -0.0254291244488671214 +90466 aapg_ad_696.html aapg_ad_696.html:412:38004:38020 Weches Smith County, Kansas -0.463636287457712182 +90467 geology_html_7484355547 geology_html_7484355547:140:13518:13556 Blanco Juan de Fuca Plate -0.464501195477937445 +90468 aapg_aa_544.html aapg_aa_544.html:272:36939:36953 Niobrara Niobrara, Nebraska -0.03001474114876828 +90469 aapg_ac_983.html aapg_ac_983.html:11:1906:1922 Hertha Plattsburg, Missouri -0.00092939054595942859 +90470 gsa_html_7272439065 gsa_html_7272439065:435:47516:47526 Fort Union Fort Union Trading Post National Historic Site -0.0423511843522919873 +90471 aapg_ac_58.html aapg_ac_58.html:76:10718:10727 Peninsula Antarctic Peninsula -0.0433821006587485347 +90472 aapg_ae_147.html aapg_ae_147.html:281:28120:28134 Pico South Mountains (Arizona) 0.600844986589476493 +90473 aapg_ae_324.html aapg_ae_324.html:79:7653:7660 Newport Virginia -0.443701699352459789 +90474 gsa_html_4785200468 gsa_html_4785200468:147:13221:13228 Hemlock Rochester, Kent -0.46944207930236781 +90475 cspg_html_7297340324 cspg_html_7297340324:824:93213:93242 Dunvegan Lacombe, Alberta -0.45295011354581094 +90476 cspg_html_2283545366 cspg_html_2283545366:617:64827:64857 Doig Lacombe, Alberta -0.0110733719867148073 +90477 aapg_aa_4.html aapg_aa_4.html:288:38669:38675 Ithaca Ithaca, New York -0.0975827497545814354 +90478 gsa_html_4704161426 gsa_html_4704161426:29:2796:2824 Green River New Mexico -0.0215106592204126722 +90479 cspg_html_3501550466 cspg_html_3501550466:79:12749:12757 Grosmont Lacombe, Alberta -0.440514182187833891 +90480 gsa_html_2676102786 gsa_html_2676102786:13:582:590 Michigan Earth -0.448327675040319895 +90481 gsa_html_2023933346 gsa_html_2023933346:946:89874:89889 Sespe California -0.481777803377517411 +90482 gsa_html_9052101586 gsa_html_9052101586:130:14383:14406 Peoria Northern Great Plain -0.00652496303282925402 +90483 sedimentology_html_5376758741 sedimentology_html_5376758741:815:76215:76235 Beck Spring Dolomite California -0.471405039658470026 +90484 aapg_ah_447.html aapg_ah_447.html:162:19392:19409 Reynosa Oakville, California -0.0498072961417324808 +90485 cspg_html_5159590775 cspg_html_5159590775:5:271:287 Ireton Central Alberta -0.0256238564672171959 +90486 gsa_html_4058959570 gsa_html_4058959570:356:27859:27875 Bladen Maya Mountain -0.0501471685682714427 +90487 sedimentology_html_6801265628 sedimentology_html_6801265628:802:38581:38590 Peninsula Italy -0.506216586003456648 +90488 gsa_html_9406395350 gsa_html_9406395350:15:843:849 Denver Colorado -0.483715163479877641 +90489 aapg_ae_499.html aapg_ae_499.html:497:52947:52966 Dakota Colorado 0.007133012916526911 +90490 aapg_ah_5.html aapg_ah_5.html:2479:176356:176363 Pekisko Lacombe, Alberta -0.0442929610094760506 +90491 aapg_ai_105.html aapg_ai_105.html:541:64398:64415 Oquirrh Logan, Utah 0.292673219301718524 +90492 gsa_html_3860045860 gsa_html_3860045860:802:84659:84680 White River Douglas, Isle of Man 0.00801209183604277911 +90493 jgeology_html_6738257029 jgeology_html_6738257029:1764:65980:65986 Provo Spain -0.488806694061501346 +90494 aapg_ac_245.html aapg_ac_245.html:259:37022:37031 Wyandotte Plattsburg, Missouri -0.00621572872549000163 +90495 palaios_html_2592562131 palaios_html_2592562131:14:607:617 Eau Claire Wisconsin -0.22603416282530317 +90496 cspg_html_9152086986 cspg_html_9152086986:223:21387:21404 Halfway Victoria, British Columbia -0.457614356613462614 +90497 cspg_html_1434585715 cspg_html_1434585715:729:69454:69462 Paskapoo Calgary 0.934436401141346518 +90498 cspg_html_1265381145 cspg_html_1265381145:192:20595:20600 Banff Lacombe, Alberta 0.7976651779612558 +90499 cspg_html_7587979364 cspg_html_7587979364:673:47972:47997 Keg River Swan Hill, Victoria -0.463478914486847693 +90500 jgeology_html_8492223548 jgeology_html_8492223548:1331:89778:89799 Green River Cheyenne, Wyoming -0.447189152172129289 +90501 aapg_ad_683.html aapg_ad_683.html:618:63310:63315 Supai Supai, Arizona -0.456479975332736432 +90502 geology_html_6086140621 geology_html_6086140621:15:1091:1100 Newcastle Newcastle upon Tyne -0.035304988004324106 +90503 cspg_html_9343899465 cspg_html_9343899465:1563:128392:128405 Weatherall Banks Island 0.842028895747249928 +90504 cspg_html_3926542795 cspg_html_3926542795:68:11186:11220 Swan Hills Lacombe, Alberta -0.44714211768966694 +90505 sedimentology_html_3220122506 sedimentology_html_3220122506:1052:89833:89859 Yakataga Anchorage, Alaska -0.483281151267174081 +90506 aapg_aa_305.html aapg_aa_305.html:41:6468:6476 Kirkwood Closter, New Jersey -0.449703411954729404 +90507 aapg_ah_766.html aapg_ah_766.html:61:7019:7041 Todos Santos Guatemala -0.400267114116901412 +90508 cspg_html_3008414459 cspg_html_3008414459:29:4682:4692 Milk River Lacombe, Alberta -0.473653815287124913 +90509 geology_html_3309524328 geology_html_3309524328:224:21651:21658 Halifax Bridgetown, Nova Scotia -0.452977161832460395 +90510 cspg_html_5501097280 cspg_html_5501097280:244:32902:32928 Hector Lacombe, Alberta -0.437005217650049682 +90511 sedimentology_html_8510537334 sedimentology_html_8510537334:30:2037:2044 Potsdam Bridgetown, Nova Scotia -0.00346568835703443216 +90512 aapg_ai_688.html aapg_ai_688.html:58:8689:8698 Rochester Middle East -0.0640614228614427988 +90513 aapg_aa_906.html aapg_aa_906.html:57:6840:6858 Wasatch Fort Union Trading Post National Historic Site -0.0155250750483416668 +90514 aapg_af_53.html aapg_af_53.html:537:62350:62381 Lizard Springs Trinidad and Tobago -0.208884640576671221 +90515 aapg_ah_722.html aapg_ah_722.html:417:48340:48352 Kingak Pebble Mine -0.435668138774596203 +90516 aapg_ae_638.html aapg_ae_638.html:95:9151:9156 Salem Salem, Massachusetts -0.459919224612040101 +90517 aapg_af_436.html aapg_af_436.html:250:28720:28728 Virginia Piedmont (United States) -0.0630659190229546224 +90518 aapg_ad_3.html aapg_ad_3.html:79:7127:7143 Nolichucky Maryville, Missouri -0.471340610693628537 +90519 aapg_ac_333.html aapg_ac_333.html:1926:185965:185975 San Miguel Colorado -0.43867038361858135 +90520 aapg_ad_640.html aapg_ad_640.html:87:12225:12246 Fort Union Wasatch Range -0.476385003272562391 +90521 aapg_ac_486.html aapg_ac_486.html:374:42299:42305 Denver Cheyenne, Wyoming -0.0373010146688876193 +90522 aapg_af_291.html aapg_af_291.html:36:5034:5042 Lisburne Anchorage, Alaska -0.0757815221536820849 +90523 aapg_ae_468.html aapg_ae_468.html:148:15422:15427 Greta Greta, Victoria 0.0335755163720833152 +90524 aapg_af_351.html aapg_af_351.html:67:8938:8959 Red Glacier Cook Inlet -0.164932684244468913 +90525 aapg_ad_801.html aapg_ad_801.html:242:26471:26497 Danville Landing Shreveport, Louisiana -0.022564066972144893 +90526 cspg_html_6927586285 cspg_html_6927586285:46:6781:6788 Halfway Victoria, British Columbia -0.456416618922522499 +90527 aapg_ad_540.html aapg_ad_540.html:7:236:244 Temporal Aachen Cathedral 0.0147517959743398014 +90528 aapg_aa_260.html aapg_aa_260.html:174:19558:19576 Lisburne Prudhoe Bay Oil Field -0.455229509631582041 +90529 aapg_ac_575.html aapg_ac_575.html:223:37292:37300 Quadrant Madison River -0.0423511843522919873 +90530 cspg_html_1450375831 cspg_html_1450375831:16:1906:1922 Earlie Lacombe, Alberta -0.00125424333549307727 +90531 gsa_html_8713261856 gsa_html_8713261856:814:79601:79607 Oxford North Sea oil -0.00752216847350437468 +90532 aapg_ad_660.html aapg_ad_660.html:474:65196:65216 San Andres New Mexico -0.426994598175165718 +90533 aapg_ad_306.html aapg_ad_306.html:162:21720:21724 Omoa Caribbean -0.0164252377233713442 +90534 aapg_ae_415.html aapg_ae_415.html:7:1110:1124 Paynes Hammock Alabama -0.476093453364925034 +90535 aapg_ah_98.html aapg_ah_98.html:326:29341:29360 Stonewall Manitoba -0.00772717126605294326 +90536 geology_html_3982744980 geology_html_3982744980:45:4305:4312 Wonewoc Wisconsin -0.456391730122837791 +90537 aapg_ac_912.html aapg_ac_912.html:19:2325:2333 Tensleep Cheyenne, Wyoming -0.470188590895520009 +90538 aapg_aa_122.html aapg_aa_122.html:1114:134791:134799 Woodbend Lacombe, Alberta -0.482931300996293389 +90539 aapg_ae_753.html aapg_ae_753.html:63:7407:7422 Olentangy Ohio -0.521903735432376781 +90540 cspg_html_5376629375 cspg_html_5376629375:50:8898:8917 Cathedral Eldon, Missouri -0.424217090203684033 +90541 cspg_html_2834693711 cspg_html_2834693711:526:73030:73050 Huntingdon Vancouver -0.0575080367644486765 +90542 aapg_ad_764.html aapg_ad_764.html:57:8625:8632 Temblor Round Mountain, Nevada -0.433546895631176765 +90543 geology_html_5450944036 geology_html_5450944036:297:23523:23539 Navajo Logan, Utah -0.465616092314337648 +90544 gsa_html_2644248975 gsa_html_2644248975:1182:91666:91694 Green River Iran -0.0239565449099976777 +90545 aapg_aa_0.html aapg_aa_0.html:729:48096:48112 Humbug Reno, Nevada 0.338193438242886057 +90546 aapg_af_4.html aapg_af_4.html:44:5113:5121 Monterey Monterey, California -0.46787302364620631 +90547 cspg_html_9720041449 cspg_html_9720041449:1143:136702:136718 Nisku Canada -0.440247382693200906 +90548 aapg_af_896.html aapg_af_896.html:130:12939:12946 El Paso Texas 0.815128640528835824 +90549 geology_html_6363585237 geology_html_6363585237:317:25303:25312 Extension Tyrrhenian Sea -0.465945346292333973 +90550 cspg_html_1378826439 cspg_html_1378826439:533:44982:45000 Frontier Cheyenne, Wyoming -0.471639785200352879 +90551 cspg_html_5381643866 cspg_html_5381643866:33:4924:4932 Columbia Victoria, British Columbia -0.449451899065432481 +90552 aapg_af_867.html aapg_af_867.html:48:4884:4893 Rochester Mankato, Minnesota -0.0189695239556965725 +90553 cspg_html_1503116552 cspg_html_1503116552:124:20948:20968 Swan Hills Swan Hill, Victoria -0.123292480586972342 +90554 gsa_html_4038604474 gsa_html_4038604474:17:923:930 Windsor Ontario, California -0.435694684676078359 +90555 sedimentology_html_3526963029 sedimentology_html_3526963029:436:46265:46275 Washington Seattle -0.035304988004324106 +90556 cspg_html_3026112034 cspg_html_3026112034:40:2735:2745 Wabamun Swan Hill, Victoria -0.469120700106755939 +90557 aapg_ah_217.html aapg_ah_217.html:139:15732:15741 Elk Clearfield County, Pennsylvania -0.0477387564536249503 +90558 aapg_ac_329.html aapg_ac_329.html:114:9700:9708 Sterling Arkansas -0.0306147978884375553 +90559 aapg_af_288.html aapg_af_288.html:189:20968:20974 Diablo Delaware -0.0441205345295084747 +90560 geology_html_7192428883 geology_html_7192428883:15:727:735 Colorado Denver -0.467870731747513147 +90561 geology_html_7977615951 geology_html_7977615951:14:833:842 San Diego La Jolla -0.0268166470016257402 +90562 aapg_ad_958.html aapg_ad_958.html:692:70902:70914 Reeds Spring Burlington, Ontario -0.041445748202081481 +90563 aapg_ac_720.html aapg_ac_720.html:312:32197:32224 Vincentown Manasquan, New Jersey -0.0258916172011711375 +90564 aapg_ac_807.html aapg_ac_807.html:552:54809:54826 St Marys North Carolina 0.013787401887184414 +90565 cspg_html_9516677253 cspg_html_9516677253:250:30981:30998 Cardium Lacombe, Alberta -0.441459714368856782 +90566 aapg_ah_763.html aapg_ah_763.html:47:4623:4636 Reno Artesia, New Mexico -0.0446343409079277068 +90567 cspg_html_4287356899 cspg_html_4287356899:1480:204974:204979 Yukon Western world -0.480109712230180896 +90568 aapg_ad_564.html aapg_ad_564.html:6384:508426:508475 Grosmont Lacombe, Alberta -0.432823232966369709 +90569 cspg_html_2018998204 cspg_html_2018998204:215:22996:23004 Columbia Victoria, British Columbia -0.448377013151321557 +90570 aapg_aa_148.html aapg_aa_148.html:192:21753:21765 Burro Canyon New Mexico -0.0335372413880994369 +90571 aapg_ai_58.html aapg_ai_58.html:17:1960:1965 Viola Decorah, Iowa -0.43580087580188992 +90572 sedimentology_html_4066314755 sedimentology_html_4066314755:657:37296:37306 Protection Zagreb -0.448296279445968116 +90573 aapg_af_166.html aapg_af_166.html:269:30804:30822 Oakville Brazos River -0.491162576381923288 +90574 aapg_ah_415.html aapg_ah_415.html:52:5594:5613 Bow Island Bow Island Airport -0.480695619561815057 +90575 aapg_aa_761.html aapg_aa_761.html:586:72580:72598 Shublik Anchorage, Alaska 0.970873101425531404 +90576 cspg_html_4374961624 cspg_html_4374961624:175:22286:22308 Snake Indian Mount Robson Provincial Park -0.427711626546922574 +90577 palaios_html_3855840708 palaios_html_3855840708:376:33108:33123 Brule Nebraska -0.0347969055523305801 +90578 gsa_html_8491258533 gsa_html_8491258533:674:72184:72218 Seboomook Portland, Maine -0.446011775932438015 +90579 aapg_ai_796.html aapg_ai_796.html:184:20108:20127 Athabasca Edmonton, London -0.444844842741709823 +90580 aapg_ae_991.html aapg_ae_991.html:49:6591:6608 Amsden Cheyenne, Wyoming -0.00910662035546105052 +90581 aapg_aa_507.html aapg_aa_507.html:41:5048:5058 Tuscaloosa Selma to Montgomery marches -0.0844487306790960984 +90582 aapg_ah_722.html aapg_ah_722.html:414:47895:47906 Kayak Pebble Mine -0.48777188725893289 +90583 cspg_html_7325522863 cspg_html_7325522863:234:36800:36806 Viking Lacombe, Alberta -0.0395916240677814321 +90584 cspg_html_5272711466 cspg_html_5272711466:10:1125:1143 Duvernay Lacombe, Alberta -0.463396817899322633 +90585 cspg_html_2659844208 cspg_html_2659844208:34:3718:3729 Peace River Honolulu -0.00771327274469656935 +90586 sedimentology_html_2006668573 sedimentology_html_2006668573:215:20981:20987 Brazil South America 0.00427001774421365866 +90587 gsa_html_2005293978 gsa_html_2005293978:1166:89207:89215 Virginia Long Island (Massachusetts) -0.419821054978222807 +90588 aapg_af_291.html aapg_af_291.html:30:4008:4022 Lisburne Anchorage, Alaska -0.467889067103673728 +90589 palaios_html_3112927242 palaios_html_3112927242:32:3561:3578 Juniata Juniata County School District 0.00404765387058551775 +90590 aapg_ah_871.html aapg_ah_871.html:11:1860:1867 Pamelia Lowville (town), New York 0.533231000727648397 +90591 gsa_html_3720789279 gsa_html_3720789279:1186:109856:109866 Washington Salem, Oregon 0.000866852073675070372 +90592 jgeology_html_9111148993 jgeology_html_9111148993:189:12074:12091 Baraboo Quartzite Lake Superior -0.492210951964540455 +90593 aapg_ah_486.html aapg_ah_486.html:91:10888:10908 Pottsville Michigan 0.00737102288477472795 +90594 cspg_html_5675079479 cspg_html_5675079479:166:17402:17426 Fort Vermilion Castillo de San Marcos -0.0453014649613171713 +90595 geology_html_8933582713 geology_html_8933582713:225:18232:18239 Andrews North Atlantic Current -0.455211432419709627 +90596 palaios_html_5268896536 palaios_html_5268896536:563:42385:42393 Columbia Victoria, British Columbia -0.00308350377484213492 +90597 palaios_html_1047361324 palaios_html_1047361324:152:15758:15778 Manzanilla Manzanilla (wine) -0.041236814250852856 +90598 aapg_ae_755.html aapg_ae_755.html:5:922:940 Belgrade Pungo River -0.513541101368581665 +90599 aapg_aa_537.html aapg_aa_537.html:183:21930:21936 Wilcox Okmulgee, Oklahoma -0.00818929939777349181 +90600 aapg_ai_583.html aapg_ai_583.html:860:87723:87729 Denver Cheyenne, Wyoming -0.178743892408907729 +90601 aapg_aa_25.html aapg_aa_25.html:167:15042:15058 Carmel Kayenta, Arizona -0.0726667070674847093 +90602 AMJC_html_1767296229 AMJC_html_1767296229:25:1197:1202 Laval Sainte-Foy-Tarentaise -0.470262127852539125 +90603 aapg_ae_876.html aapg_ae_876.html:502:54679:54697 Frontier Plateau State 0.040575221413890375 +90604 gsa_html_1549665076 gsa_html_1549665076:16:866:876 Ellensburg Washington (state) -0.240375932789556129 +90605 cspg_html_9780523405 cspg_html_9780523405:283:41603:41636 Colorado Mississippi River -0.0660861349919403679 +90606 aapg_aa_23.html aapg_aa_23.html:927:121790:121799 Interlake Portage la Prairie 0.0029462650648450499 +90607 aapg_ad_439.html aapg_ad_439.html:266:34857:34861 Java Sumatra 0.041726075453029636 +90608 gsa_html_4534130675 gsa_html_4534130675:560:52482:52489 Oceanic La Jolla -0.458031335089754243 +90609 geology_html_5491871101 geology_html_5491871101:91:6357:6363 Oregon Lakewood, California -0.0296755913479795769 +90610 aapg_ad_683.html aapg_ad_683.html:603:62041:62057 Kaibab Supai, Arizona -0.0252604746773001342 +90611 cspg_html_4287356899 cspg_html_4287356899:171:25647:25664 Ettrain Nelson, New Zealand -0.483477129634449443 +90612 gsa_html_9513959579 gsa_html_9513959579:663:71992:72013 Boyer Ranch Reno, Nevada -0.445256006610368571 +90613 palaios_html_1182208861 palaios_html_1182208861:667:50943:50964 Green River Cheyenne, Wyoming 0.00583700570111729284 +90614 gsa_html_7296412338 gsa_html_7296412338:104:9319:9332 Saline Valley Panamint Valley -0.0468588775503323562 +90615 cspg_html_4176605708 cspg_html_4176605708:299:28875:28896 Fish Scales Regina, Saskatchewan -0.455957418074169007 +90616 gsa_html_9697375887 gsa_html_9697375887:820:82423:82451 Green River Colorado -0.0136379673462826371 +90617 aapg_af_358.html aapg_af_358.html:359:37437:37445 Virginia Melbourne, Florida -0.0682653799288392982 +90618 aapg_ac_613.html aapg_ac_613.html:212:33275:33294 Fruitland Kirtland, Ohio -0.47495364399168194 +90619 aapg_af_533.html aapg_af_533.html:666:64191:64196 Logan Mexico -0.0395916240677814321 +90620 aapg_af_392.html aapg_af_392.html:67:7559:7577 Frontier Cheyenne, Wyoming 0.357666526191660783 +90621 aapg_ai_947.html aapg_ai_947.html:378:62539:62564 Santa Margarita Bartow County, Georgia -0.435767689782418699 +90622 aapg_ai_153.html aapg_ai_153.html:392:60082:60104 Marble Falls Atoka, Oklahoma -0.0522861066432878455 +90623 aapg_ah_496.html aapg_ah_496.html:24:1870:1889 Wapanucka Mississippi River -0.471349814541787038 +90624 aapg_ae_256.html aapg_ae_256.html:106:11772:11776 Frio Calhoun County, Michigan -0.141070258909873569 +90625 aapg_aa_610.html aapg_aa_610.html:75:8114:8137 Niobrara Mesa, Arizona -0.424923287683910134 +90626 aapg_ai_54.html aapg_ai_54.html:157:17964:17984 Tuscaloosa Tuscaloosa, Alabama 0.0106337973330402312 +90627 aapg_ae_474.html aapg_ae_474.html:1329:139926:139932 Bethel Missouri River -0.0167554219628843898 +90628 aapg_ah_632.html aapg_ah_632.html:153:18797:18804 Juniata Juniata County School District -0.0691324216019307963 +90629 cspg_html_6306091047 cspg_html_6306091047:39:7914:7922 Columbia Victoria, British Columbia -0.0249388283192189877 +90630 aapg_ae_231.html aapg_ae_231.html:25:2598:2616 Onondaga Pennsylvania -0.445157668105484183 +90631 jgeology_html_8596065691 jgeology_html_8596065691:723:62802:62821 Los Pasos Mexico -0.488644702559799748 +90632 aapg_ae_937.html aapg_ae_937.html:74:7178:7193 Eutaw Mississippi River -0.207472370110967308 +90633 aapg_ah_243.html aapg_ah_243.html:88:10453:10471 Oakville Texas 0.00900237835276647934 +90634 cspg_html_1841843683 cspg_html_1841843683:46:6989:7006 Rierdon Cheyenne, Wyoming -0.453653631411627511 +90635 aapg_aa_147.html aapg_aa_147.html:830:84161:84180 Stonewall Manitoba 0.0599512232151375168 +90636 aapg_ad_761.html aapg_ad_761.html:74:6109:6115 Walnut Goodland, Kansas -0.505186459859001125 +90637 palaios_html_9127387632 palaios_html_9127387632:623:59481:59495 Kope Ohio -0.465561228542891226 +90638 aapg_aa_23.html aapg_aa_23.html:1010:134378:134386 Imperial Regina, Saskatchewan 0.0407702122733889366 +90639 palaios_html_9876040400 palaios_html_9876040400:54:5955:5976 White River Laramide orogeny -0.00530888185460337992 +90640 aapg_ac_575.html aapg_ac_575.html:282:44586:44596 Phosphoria Reno, Nevada 0.769086649636901099 +90641 aapg_ad_941.html aapg_ad_941.html:357:26096:26117 Slave Point Great Slave Lake -0.579221182832164616 +90642 cspg_html_6306091047 cspg_html_6306091047:70:12773:12781 Columbia Victoria, British Columbia -0.423085635093811196 +90643 aapg_ac_986.html aapg_ac_986.html:60:7562:7580 San Jose New Mexico -0.0171725037246518962 +90644 cspg_html_7457399958 cspg_html_7457399958:31:5129:5166 Bay Fiord Melville Island (Canada) -0.427768661147865492 +90645 aapg_af_568.html aapg_af_568.html:444:38618:38634 Dakota Cheyenne, Wyoming -0.0225432067788778057 +90646 cspg_html_8695996393 cspg_html_8695996393:495:48829:48846 Cardium Central Alberta 0.921540408532576127 +90647 aapg_aa_147.html aapg_aa_147.html:6:1028:1046 Deadwood Red River of the North 0.984403357002399448 +90648 aapg_ad_0.html aapg_ad_0.html:106:11056:11071 Oneota Trempealeau, Wisconsin -0.454041701910604445 +90649 gsa_html_1361916335 gsa_html_1361916335:754:69417:69425 Virginia Colorado -0.0963814037318965061 +90650 cspg_html_7178716951 cspg_html_7178716951:57:8335:8347 Fernie Moose Mountain (Alberta) -0.427672143055296883 +90651 aapg_ai_592.html aapg_ai_592.html:261:42524:42545 Green River Logan, Utah -0.482110877310477137 +90652 aapg_ad_338.html aapg_ad_338.html:418:50884:50899 Coker Tuscaloosa, Alabama -0.0138464808837814729 +90653 aapg_ai_28.html aapg_ai_28.html:728:69190:69201 San Antonio Medina County, Texas -0.040714500181089297 +90654 aapg_ae_256.html aapg_ae_256.html:43:5474:5484 Georgetown Austin, Chicago -0.433685955512457477 +90655 aapg_aa_718.html aapg_aa_718.html:618:64904:64910 Oxford Ohio -0.498982459849811322 +90656 aapg_ah_524.html aapg_ah_524.html:68:6938:6954 Entrada Colorado -0.0206276534087888527 +90657 sedimentology_html_6261114825 sedimentology_html_6261114825:158:12602:12621 Santa Cruz Mudstone Santa Cruz Mountains -0.464432702411418319 +90658 aapg_aa_732.html aapg_aa_732.html:466:46375:46381 Sierra Texas -0.471349814541787038 +90659 aapg_ad_379.html aapg_ad_379.html:137:11398:11406 Tensleep Hartville, Missouri -0.112174116796902895 +90660 aapg_ah_847.html aapg_ah_847.html:170:19177:19185 Navesink Woodbury, New Jersey -0.0787073673663356427 +90661 palaios_html_8598874705 palaios_html_8598874705:135:16388:16419 Kope Ohio -0.487987661646075377 +90662 cspg_html_1378826439 cspg_html_1378826439:519:43967:43985 Cardium Lacombe, Alberta 0.00957571265714924832 +90663 aapg_ah_530.html aapg_ah_530.html:233:28106:28118 Percha Morenci, Michigan -0.473676885959420813 +90664 aapg_ad_639.html aapg_ad_639.html:497:59010:59022 Wilcox Texas -0.00425611998601696257 +90665 aapg_aa_752.html aapg_aa_752.html:332:42820:42850 Nisku Canada -0.0394819549454150931 +90666 aapg_ac_16.html aapg_ac_16.html:56:4976:4985 Extension Texas -0.47829406272822006 +90667 aapg_ah_370.html aapg_ah_370.html:642:50960:50976 Potter Farm Moscow -0.100136190677382733 +90668 gsa_html_3521452491 gsa_html_3521452491:198:22945:22962 Dolores Antarctica -0.475991665297052891 +90669 aapg_ai_38.html aapg_ai_38.html:205:21389:21408 Mesaverde Colorado -0.493404616882510805 +90670 aapg_af_471.html aapg_af_471.html:206:24460:24468 Parkwood Hartselle, Alabama -0.0418723365935778427 +90671 aapg_ae_98.html aapg_ae_98.html:35:4426:4449 Cedar Mountain Reno, Nevada -0.02863037071397799 +90672 sedimentology_html_7387934786 sedimentology_html_7387934786:157:15715:15723 Colorado Loveland, Ohio -0.474069180634086484 +90673 cspg_html_3447886929 cspg_html_3447886929:32:4247:4268 Lawrence New Brunswick, New Jersey -0.0277017418114762735 +90674 palaios_html_3931161229 palaios_html_3931161229:88:8062:8087 Richmond Ohio -0.46687889797168336 +90675 cspg_html_8904992939 cspg_html_8904992939:447:52191:52205 Woodbend Canada -0.0425949712561439139 +90676 gsa_html_8774590177 gsa_html_8774590177:180:21375:21383 Pinnacle Shoreham Nuclear Power Plant -0.499769415710701548 +90677 aapg_ah_779.html aapg_ah_779.html:376:70015:70021 Camden Illinois -0.0539774827937968063 +90678 aapg_ad_759.html aapg_ad_759.html:83:8887:8892 Vaqueros Royal Botanic Gardens, Kew -0.427062550198528901 +90679 aapg_ac_126.html aapg_ac_126.html:14:1996:2005 Smackover Haynesville, Louisiana 0.0234176191377478797 +90680 aapg_ai_614.html aapg_ai_614.html:54:9035:9048 Brushy Canyon Africa -0.0591099640529028914 +90681 gsa_html_2098291403 gsa_html_2098291403:513:44787:44797 Washington Salem, Oregon -0.462111625185478381 +90682 cspg_html_2513202691 cspg_html_2513202691:20:2632:2640 Columbia Victoria, British Columbia -0.45295011354581094 +90683 aapg_af_888.html aapg_af_888.html:43:4143:4159 San Andres Nashville Basin -0.464761517323236562 +90684 aapg_af_877.html aapg_af_877.html:81:8587:8598 Tar Springs Richland, Washington -0.0640649161516256421 +90685 aapg_ad_580.html aapg_ad_580.html:254:30784:30796 Tongue River Knife River -0.472501057082917231 +90686 palaios_html_6120302032 palaios_html_6120302032:503:44629:44649 Pottsville Alabama -0.251014520576486766 +90687 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56420:56424 Earp Supai, Arizona -0.496469628762517878 +90688 aapg_ah_157.html aapg_ah_157.html:301:43210:43217 Cypress Kentucky -0.430461955487671633 +90689 aapg_ac_505.html aapg_ac_505.html:54:7369:7377 Michigan Michigan -0.47395378155658785 +90690 aapg_ah_157.html aapg_ah_157.html:111:14905:14926 Borden Illinois -0.0629698704253842251 +90691 aapg_af_631.html aapg_af_631.html:11:1208:1218 Whitehorse Salado, Texas 0.0172976297884785309 +90692 aapg_ah_391.html aapg_ah_391.html:77:7541:7548 Gaviota Ventura County, California -0.0656650623416815127 +90693 gsa_html_8010927234 gsa_html_8010927234:355:29379:29403 Greenvale Cove Piermont, New York -0.469120700106755939 +90694 cspg_html_4287356899 cspg_html_4287356899:2901:318679:318699 Assistance Devon Island -0.444045386433783829 +90695 cspg_html_1237739452 cspg_html_1237739452:307:44973:44993 Kananaskis High Rock Lake -0.0170265242171895904 +90696 aapg_ac_536.html aapg_ac_536.html:658:65376:65400 Mission Canyon Denver 0.476107334478554634 +90697 aapg_ad_958.html aapg_ad_958.html:1665:170434:170440 Keokuk Illinois -0.45037070619498798 +90698 geology_html_3305988371 geology_html_3305988371:52:5007:5015 Michigan Michigan -0.498640329169128094 +90699 aapg_af_13.html aapg_af_13.html:943:87732:87744 Dakota Colorado 0.0128838563321653186 +90700 aapg_ah_156.html aapg_ah_156.html:889:82516:82547 Ireton Lacombe, Alberta -0.457899875343460883 +90701 aapg_ac_333.html aapg_ac_333.html:1161:138964:138974 San Andres New Mexico -0.0221155785118801462 +90702 geology_html_1787649347 geology_html_1787649347:371:25102:25105 Rye Netherlands -0.0630659190229546224 +90703 geology_html_1728028051 geology_html_1728028051:320:19135:19139 Bond Earth -0.464656465989479628 +90704 aapg_aa_232.html aapg_aa_232.html:475:55125:55141 Denton Cheyenne, Wyoming -0.19680801485833041 +90705 aapg_af_85.html aapg_af_85.html:6:754:766 Gilwood Lacombe, Alberta -0.0488557340601125101 +90706 aapg_aa_147.html aapg_aa_147.html:257:31254:31274 Saskatchewan Manitoba -0.0558541686875998269 +90707 aapg_ah_779.html aapg_ah_779.html:283:52672:52681 Rochester Bloomington, Indiana 0.0585899049526229718 +90708 gsa_html_2266546108 gsa_html_2266546108:442:47309:47325 Neroly Bartow County, Georgia -0.459805657368256959 +90709 cspg_html_2013109828 cspg_html_2013109828:307:57424:57441 Cedared Bear Lake, Michigan -0.485495508601457515 +90710 aapg_ac_407.html aapg_ac_407.html:92:9377:9387 Fort Union Pinedale, California -0.43911211811260753 +90711 aapg_af_221.html aapg_af_221.html:16:1363:1371 Colorado Beaumont, Texas -0.0799545846423326267 +90712 aapg_ae_415.html aapg_ae_415.html:877:109316:109328 Chickasawhay Tampa, Florida -0.471962087320613732 +90713 cspg_html_4530154552 cspg_html_4530154552:238:33984:33992 Columbia Lacombe, Alberta -0.0109795492601601104 +90714 sedimentology_html_9566366967 sedimentology_html_9566366967:735:59741:59745 Hall London, Ontario -0.45230795361337589 +90715 aapg_af_518.html aapg_af_518.html:247:24347:24362 Tireo Cordillera Central (Puerto Rico) -0.457492019193031785 +90716 aapg_ae_800.html aapg_ae_800.html:4:414:431 Hermosa Colorado -0.0239565449099976777 +90717 palaios_html_3140337808 palaios_html_3140337808:416:40704:40712 Colorado Colorado -0.487565545428885583 +90718 aapg_ac_90.html aapg_ac_90.html:357:38510:38527 Carmel Arizona -0.0177077702802340836 +90719 geology_html_4860165216 geology_html_4860165216:17:740:751 Lee Atlantic Ocean 0.000792153354614578671 +90720 cspg_html_8328720217 cspg_html_8328720217:771:85555:85563 Columbia Victoria, British Columbia -0.0296060232794475298 +90721 aapg_aa_305.html aapg_aa_305.html:148:22685:22705 Citronelle Alabama 0.397204580604278323 +90722 geology_html_9734033201 geology_html_9734033201:268:19858:19866 Colorado Gunnison County, Colorado -0.0665596603683992066 +90723 aapg_ae_873.html aapg_ae_873.html:261:30813:30818 Tyler Texas -0.0156223882901486526 +90724 gsa_html_1047526579 gsa_html_1047526579:672:70862:70872 Washington Antarctica -0.0278217295801544348 +90725 cspg_html_4773367370 cspg_html_4773367370:331:25476:25501 Joli Fou Victoria, British Columbia -0.0436659722456700511 +90726 aapg_ad_871.html aapg_ad_871.html:81:8962:8970 Michigan Alpena County, Michigan -0.484534784604727431 +90727 palaios_html_7765531315 palaios_html_7765531315:637:61139:61155 Noonday Dolomite Death Valley -0.0375812203233935049 +90728 aapg_af_701.html aapg_af_701.html:168:20042:20049 Bedford Dauphin, Pennsylvania -0.0550273870379477323 +90729 palaios_html_8472682513 palaios_html_8472682513:604:56062:56086 Cedar Mountain Logan, Utah -0.0404516132545933438 +90730 aapg_ac_629.html aapg_ac_629.html:450:56806:56814 Beaumont Austin, Chicago -0.0495458661858674335 +90731 aapg_ad_149.html aapg_ad_149.html:269:26737:26762 Beaverhill Lacombe, Alberta -0.000225833135678471921 +90732 cspg_html_1462870252 cspg_html_1462870252:655:81365:81388 Sulphur Point Lacombe, Alberta -0.509719019143331509 +90733 aapg_ae_324.html aapg_ae_324.html:1299:129161:129172 Black River Lowville (town), New York 0.00389825344276496875 +90734 aapg_ah_283.html aapg_ah_283.html:505:59894:59920 Chuckanut Washington (state) -0.0108839893390520418 +90735 aapg_ac_474.html aapg_ac_474.html:137:13224:13244 Cedar Keys Melbourne, Florida -0.256152080679227345 +90736 aapg_af_625.html aapg_af_625.html:419:42192:42202 Elk Pennsylvania -0.016748470666176702 +90737 aapg_ae_268.html aapg_ae_268.html:277:27292:27313 Tar Springs Kentucky -0.434540631888912565 +90738 aapg_ai_183.html aapg_ai_183.html:107:10759:10769 Mount Head Lacombe, Alberta -0.00850549498541811055 +90739 sedimentology_html_9842671891 sedimentology_html_9842671891:1446:71239:71249 Washington Olympic National Park -0.0399067122276937497 +90740 gsa_html_8951179545 gsa_html_8951179545:773:82642:82666 Wilcox Texas 0.970703935189769052 +90741 jgeology_html_6738257029 jgeology_html_6738257029:1025:45215:45224 Gibraltar Marbella -0.479552074346371926 +90742 aapg_ae_72.html aapg_ae_72.html:61:8363:8395 Ignacio Quartzite Western world -0.0205233642338861627 +90743 aapg_ae_272.html aapg_ae_272.html:813:80432:80450 Michigan Michigan -0.483407132229491276 +90744 cspg_html_8637177176 cspg_html_8637177176:173:24211:24229 Lea Park Lacombe, Alberta -0.461171691164054931 +90745 cspg_html_8298261690 cspg_html_8298261690:749:71620:71628 Columbia Victoria, British Columbia -0.0450123132997459277 +90746 palaios_html_5078880508 palaios_html_5078880508:124:9197:9203 Goshen Brown County, Ohio -0.00035264713868171768 +90747 cspg_html_3804945581 cspg_html_3804945581:371:39009:39017 Scollard Canada -0.440245159686024512 +90748 aapg_ai_861.html aapg_ai_861.html:16:2802:2819 Ivishak Prudhoe Bay Oil Field -0.244097583782041244 +90749 aapg_ah_876.html aapg_ah_876.html:666:82661:82667 Paluxy Mississippi River -0.235270783048497995 +90750 cspg_html_7938374662 cspg_html_7938374662:73:7969:7981 Grand Rapids Svalbard -0.0427795572276395697 +90751 aapg_af_653.html aapg_af_653.html:478:55925:55932 Temblor California 0.0200001890742619974 +90752 aapg_ah_328.html aapg_ah_328.html:305:31336:31354 Frontier Cheyenne, Wyoming -0.464505761870192324 +90753 aapg_af_430.html aapg_af_430.html:107:12062:12072 Frio Sarita, Texas -0.0363020833297297701 +90754 gsa_html_5810513720 gsa_html_5810513720:69:5360:5388 Green River New Mexico -0.0204312426216018105 +90755 gsa_html_5293445820 gsa_html_5293445820:813:83571:83591 Keevy Peak Salcha River -0.463332970234029085 +90756 cspg_html_5818285590 cspg_html_5818285590:307:39954:39980 Kunga Charlotte Amalie, United States Virgin Islands -0.466920106770381871 +90757 cspg_html_9735723617 cspg_html_9735723617:178:22691:22705 Beverley Inlet Banks Island -0.206384479628732215 +90758 palaios_html_3022467877 palaios_html_3022467877:161:19577:19590 Pit New Jersey State Museum -0.482917309945881279 +90759 aapg_aa_732.html aapg_aa_732.html:27:4504:4521 Edwards Texas -0.0295851529329683692 +90760 aapg_ai_639.html aapg_ai_639.html:38:5467:5498 Smackover Pine Hill, New Jersey -0.47735290933611807 +90761 aapg_ae_959.html aapg_ae_959.html:2257:160346:160356 Whitehorse Guadalupe Mountains National Park -0.501664952843956957 +90762 aapg_aa_124.html aapg_aa_124.html:571:58524:58540 Viking Bow Island Airport -0.0430268388278426187 +90763 gsa_html_3720789279 gsa_html_3720789279:850:84054:84072 Burnt River Schist Boise, Idaho 0.299456410136301976 +90764 cspg_html_5534161222 cspg_html_5534161222:37:5950:5958 Columbia Lacombe, Alberta -0.404043114696398364 +90765 aapg_ac_473.html aapg_ac_473.html:493:62635:62643 Tensleep Cheyenne, Wyoming -0.50436806319393368 +90766 aapg_af_745.html aapg_af_745.html:1561:181480:181492 Saskatchewan Waterloo, Ontario -0.439098796420780313 +90767 palaios_html_6034217939 palaios_html_6034217939:54:6245:6253 Columbia Victoria, British Columbia -0.497593421871512953 +90768 aapg_ah_903.html aapg_ah_903.html:8:603:614 San Antonio Reston, Virginia -0.463150573567572499 +90769 gsa_html_3448554349 gsa_html_3448554349:941:90410:90432 Spechty Kopf Pennsylvania -0.0470400724197041903 +90770 gsa_html_6143207195 gsa_html_6143207195:20:665:673 Colorado Denver -0.0550552936469841589 +90771 cspg_html_4392308496 cspg_html_4392308496:336:46917:46938 Bonaventure Nashville Basin -0.456518443898076276 +90772 aapg_ac_230.html aapg_ac_230.html:225:24110:24116 Sierra Colombia -0.00908750930208491146 +90773 aapg_ah_529.html aapg_ah_529.html:317:33474:33491 Florida Mountains El Paso, Texas -0.0228978336199521272 +90774 aapg_ac_575.html aapg_ac_575.html:119:19137:19147 Phosphoria Cheyenne, Wyoming 0.00845684936576822886 +90775 cspg_html_2826081830 cspg_html_2826081830:52:7875:7898 Grand Rapids Clearwater, Florida -0.0843628026123980079 +90776 aapg_ae_692.html aapg_ae_692.html:744:68448:68467 Deadwood Winnipeg -0.00285766800151459645 +90777 aapg_ad_683.html aapg_ad_683.html:830:80332:80348 Kaibab Supai, Arizona -0.103559914013148083 +90778 gsa_html_4179834030 gsa_html_4179834030:562:49610:49638 Green River Colorado 0.0327021829754996912 +90779 jgeology_html_1004614520 jgeology_html_1004614520:297:17637:17653 Navajo Carmel, Indiana -0.0158621976007121031 +90780 aapg_ah_157.html aapg_ah_157.html:302:43351:43358 Jackson Kentucky -0.0495458661858674335 +90781 gsa_html_5272671610 gsa_html_5272671610:1013:87072:87100 Green River Iran -0.0347847257870449039 +90782 gsa_html_5631794630 gsa_html_5631794630:1107:73477:73486 Extension Andes -0.462125287699645448 +90783 aapg_ae_253.html aapg_ae_253.html:126:15894:15902 Bellevue Pine Island (Lee County, Florida) -0.0543315025159756756 +90784 aapg_ae_884.html aapg_ae_884.html:138:17902:17909 Vermejo Fruitland, Idaho -0.497593421871512953 +90785 aapg_af_878.html aapg_af_878.html:5:719:725 Keokuk Burlington, Ontario -0.446110205830797302 +90786 gsa_html_3701935694 gsa_html_3701935694:91:9504:9516 Ottauquechee Bennington, Vermont -0.448484669177164286 +90787 aapg_ac_501.html aapg_ac_501.html:133:14334:14358 Knox Dolomite Cincinnati -0.467925738958578585 +90788 aapg_aa_231.html aapg_aa_231.html:858:77830:77846 Ireton Lacombe, Alberta -0.0135198103742529222 +90789 aapg_ad_0.html aapg_ad_0.html:117:12356:12373 Shakopee Barry County, Missouri -0.41055152885920021 +90790 aapg_ah_533.html aapg_ah_533.html:242:28010:28029 Knoxville Knoxville, Illinois -0.50875665121932967 +90791 aapg_ae_341.html aapg_ae_341.html:8:1065:1071 Paluxy East Texas -0.426871858406847937 +90792 aapg_aa_473.html aapg_aa_473.html:276:40320:40330 Horn River Victoria, British Columbia -0.468203119207894924 +90793 sedimentology_html_4353954188 sedimentology_html_4353954188:1692:102870:102891 Cliff House Colorado -0.500197678525539202 +90794 aapg_ah_742.html aapg_ah_742.html:8:1348:1357 Littleton Colorado -0.476324834178458445 +90795 gsa_html_8771785456 gsa_html_8771785456:77:8997:9004 Shuswap Victoria, British Columbia -0.423413139400643734 +90796 gsa_html_5694391338 gsa_html_5694391338:344:34656:34673 Packsaddle Schist Llano, Texas -0.45644603384473742 +90797 sedimentology_html_6499793080 sedimentology_html_6499793080:774:50918:50922 Hall London, Ontario -0.0626433166781282802 +90798 gsa_html_1860930948 gsa_html_1860930948:142:16097:16111 Ogallala Rio Grande -0.462302919433881576 +90799 aapg_aa_415.html aapg_aa_415.html:195:27156:27174 Anacacho Uvalde, Texas -0.0111932569580727604 +90800 aapg_ac_258.html aapg_ac_258.html:47:8169:8181 New Scotland New Scotland, New York -0.453292784807282967 +90801 palaios_html_4501603736 palaios_html_4501603736:78:8240:8266 Thaynes Logan, Utah 0.339535609170665054 +90802 cspg_html_9720041449 cspg_html_9720041449:18:2625:2640 Leduc Lacombe, Alberta -0.440280728439214952 +90804 aapg_ad_659.html aapg_ad_659.html:15:1985:2003 Nonesuch Michigan -0.0197377379215514133 +90805 jgeology_html_5471448181 jgeology_html_5471448181:262:23411:23430 Moenkopi Chinle Formation -0.442575570278969321 +90806 aapg_ad_958.html aapg_ad_958.html:512:50836:50858 Gilmore City Iowa -0.226859092432318332 +90807 cspg_html_3008414459 cspg_html_3008414459:5:273:289 Eagle Southern Alberta -0.0572986636037091379 +90808 palaios_html_6815039820 palaios_html_6815039820:484:44247:44256 Fruitland New Mexico 0.61217366872786505 +90809 aapg_ai_7.html aapg_ai_7.html:475:33071:33096 Mt Lytton East Texas -0.0591553403385562324 +90810 sedimentology_html_9699563254 sedimentology_html_9699563254:535:49157:49161 Hall London, Ontario -0.465641239344597002 +90811 aapg_ae_419.html aapg_ae_419.html:415:50649:50669 San Felipe Matamoros, Tamaulipas -0.414133289004417537 +90812 aapg_ad_169.html aapg_ad_169.html:132:17736:17754 Greenbrier Huntington, West Virginia -0.445989406971527558 +90813 aapg_aa_702.html aapg_aa_702.html:2105:181383:181398 Elk Lacombe, Alberta -0.452887004013691252 +90814 aapg_af_378.html aapg_af_378.html:5:733:740 El Paso El Paso, Texas -0.453292784807282967 +90815 geology_html_7991599785 geology_html_7991599785:276:22078:22100 Mural Sonora -0.490054357124853124 +90816 aapg_ai_231.html aapg_ai_231.html:12:1064:1072 Victoria San Patricio, Texas -0.0330222814746261376 +90817 cspg_html_9435196958 cspg_html_9435196958:217:9762:9772 Milk River Fort Union Trading Post National Historic Site 0.0129498836932117698 +90818 aapg_ah_203.html aapg_ah_203.html:482:76041:76045 Bell New Mexico -0.479475427251918496 +90819 aapg_ah_448.html aapg_ah_448.html:28:2711:2730 Escondido Alabama 0.0355555580825870077 +90820 sedimentology_html_2670349557 sedimentology_html_2670349557:1300:97878:97887 Camp Rice Puerto Palomas, Chihuahua -0.481777803377517411 +90821 cspg_html_2863271815 cspg_html_2863271815:9:1097:1116 Salina Guelph -0.0111724073673319709 +90822 aapg_ac_316.html aapg_ac_316.html:102:11426:11431 Queen Guadalupe Mountains National Park -0.470696581042233275 +90823 aapg_ai_107.html aapg_ai_107.html:267:28011:28033 Mt Lytton Arkansas -0.457430856722515267 +90824 palaios_html_1422826240 palaios_html_1422826240:725:51673:51684 San Antonio Chile -0.0199532604557582163 +90825 aapg_ae_833.html aapg_ae_833.html:35:2596:2600 Wise Atoka, Oklahoma -0.44961357796588941 +90826 aapg_ac_253.html aapg_ac_253.html:4:604:608 Keel Sallisaw, Oklahoma 0.0159560366827661039 +90827 gsa_html_1290697059 gsa_html_1290697059:852:60601:60611 Baie Verte Kirkwood, Missouri -0.452882496357985831 +90828 cspg_html_5241714595 cspg_html_5241714595:673:100912:100927 Nisku Lacombe, Alberta -0.447133159014188541 +90829 aapg_ae_915.html aapg_ae_915.html:182:13690:13708 Niobrara Nebraska 0.0609357438698257814 +90830 cspg_html_3023030263 cspg_html_3023030263:51:8314:8332 Niobrara Regina, Saskatchewan -0.379244510747193397 +90831 cspg_html_2462765529 cspg_html_2462765529:17:2575:2583 Columbia Lacombe, Alberta -0.478488911708928044 +90832 cspg_html_9683836416 cspg_html_9683836416:34:6821:6838 Belly River Lacombe, Alberta -0.475397368106546647 +90833 palaios_html_1262064602 palaios_html_1262064602:1039:102487:102503 Chinle Arizona -0.45644603384473742 +90834 cspg_html_3233680622 cspg_html_3233680622:974:98925:98944 Beaufort Ellesmere Island -0.0272304956863127501 +90835 cspg_html_7248845592 cspg_html_7248845592:210:25683:25692 Mould Bay Western world -0.461171691164054931 +90836 aapg_ai_536.html aapg_ai_536.html:18:2337:2352 Herschel Island Colville River (Washington) -0.48062584784091128 +90837 aapg_aa_379.html aapg_aa_379.html:169:19463:19476 Venango Pennsylvania -0.0474286098423364472 +90838 cspg_html_9970905394 cspg_html_9970905394:18:1959:1982 Snowblind Bay Little Cornwallis Island -0.470510360514459824 +90839 aapg_ac_5.html aapg_ac_5.html:117:11237:11245 Columbia Lacombe, Alberta 0.0019873350170567061 +90840 jgeology_html_8064855537 jgeology_html_8064855537:280:20059:20083 Cedar Mountain Logan, Utah -0.470236848829719556 +90841 aapg_ae_873.html aapg_ae_873.html:1107:131471:131480 Smackover Paluxy, Texas -0.0170265242171895904 +90842 aapg_af_958.html aapg_af_958.html:251:38158:38168 Rancheria New Mexico -0.457691392417615917 +90843 gsa_html_5039569238 gsa_html_5039569238:249:21588:21608 Sassenach North Dakota -0.016748470666176702 +90844 aapg_ae_315.html aapg_ae_315.html:8:1887:1904 Decorah Platteville, Colorado -0.00384092543334238609 +90845 AMJC_html_4692260170 AMJC_html_4692260170:563:56838:56851 Gile Mountain Bradford, Pennsylvania -0.456355529459316345 +90846 cspg_html_7378664643 cspg_html_7378664643:1052:127036:127055 Swan Hills Lacombe, Alberta 0.81392646313379502 +90847 aapg_ac_984.html aapg_ac_984.html:5:770:790 Ironton Illinois -0.482987267474293158 +90848 cspg_html_3041902517 cspg_html_3041902517:1305:144675:144681 Fernie Victoria, British Columbia -0.431450242580359467 +90849 aapg_ad_880.html aapg_ad_880.html:580:54107:54116 Oil Creek Elk Mountain, Wyoming -0.484098022941034878 +90850 aapg_ac_868.html aapg_ac_868.html:4:709:717 Wolfcamp Middle Ordovician -0.0441135678761609556 +90851 cspg_html_2796643803 cspg_html_2796643803:115:18481:18499 Deadwood Regina, Saskatchewan 0.845654203985770847 +90852 sedimentology_html_6434577006 sedimentology_html_6434577006:980:54598:54631 Bliss New Mexico -0.0135788887974534252 +90853 palaios_html_2276475028 palaios_html_2276475028:704:65271:65302 Chinle New Mexico -0.446078886082885928 +90854 cspg_html_4694482219 cspg_html_4694482219:6:398:405 Bearpaw Lacombe, Alberta -0.458750170743803365 +90855 gsa_html_8881958017 gsa_html_8881958017:27:2414:2422 Columbia Victoria, British Columbia -0.00346568835703443216 +90856 aapg_ah_318.html aapg_ah_318.html:1839:171215:171232 La Caja Zacatecas, Zacatecas -0.446110205830797302 +90857 aapg_ae_415.html aapg_ae_415.html:97:13851:13864 Crystal River Melbourne, Florida 0.422215016339655136 +90858 jgeology_html_3739517257 jgeology_html_3739517257:923:63748:63775 Ogallala Texas -0.44497889773871091 +90859 aapg_aa_731.html aapg_aa_731.html:382:50391:50396 Indio Texas -0.454235799563449505 +90860 sedimentology_html_2806065367 sedimentology_html_2806065367:739:65721:65731 Bishop Ash New Mexico -0.00257103084166600531 +90861 aapg_ae_419.html aapg_ae_419.html:2154:147783:147791 Victoria Matamoros, Tamaulipas -0.0730725756074669108 +90862 aapg_aa_644.html aapg_aa_644.html:607:53135:53142 Freedom Boise, Idaho -0.441048011313096677 +90863 sedimentology_html_5392002144 sedimentology_html_5392002144:105:7048:7054 Madrid Spain -0.0421143691729161454 +90864 aapg_aa_861.html aapg_aa_861.html:692:72750:72768 Read Bay Canadian Arctic Archipelago 0.639415419705501087 +90865 jgeology_html_1694744705 jgeology_html_1694744705:740:44144:44154 Pittsburgh Pittsburgh -0.455184317280275863 +90866 cspg_html_4115156925 cspg_html_4115156925:319:36781:36814 Halfway Wembley Stadium -0.0427586605090743907 +90867 aapg_ac_440.html aapg_ac_440.html:476:59417:59425 Colorado Denver -0.459737523933718362 +90868 palaios_html_2399848899 palaios_html_2399848899:622:54365:54375 Tuscaloosa Arden, Delaware -0.460091874413590562 +90869 cspg_html_6064089067 cspg_html_6064089067:135:13036:13054 Winnipeg Manitoba -0.461456070409902219 +90870 geology_html_8730707576 geology_html_8730707576:11:449:457 Columbia Washington (state) -0.0233880656689205678 +90871 aapg_ae_605.html aapg_ae_605.html:98:13819:13831 Salina Kankakee, Illinois 0.016480847365564915 +90872 aapg_ac_65.html aapg_ac_65.html:831:68702:68710 Colorado Eagle County, Colorado -0.0500164465946093956 +90873 aapg_ae_846.html aapg_ae_846.html:106:10757:10764 Paradox Arizona -0.437049524484892205 +90874 aapg_af_93.html aapg_af_93.html:324:38683:38687 Ruth Reno, Nevada -0.465616092314337648 +90875 cspg_html_9692046543 cspg_html_9692046543:86:9301:9317 Viking Regina, Saskatchewan -0.485313098580473945 +90876 gsa_html_9303702379 gsa_html_9303702379:158:17474:17497 Punta Conchal Nicoya Peninsula -0.446593560210975959 +90877 cspg_html_2624416465 cspg_html_2624416465:184:23421:23430 San Pedro Santa Monica, California -0.0373010146688876193 +90878 cspg_html_7798993528 cspg_html_7798993528:191:28815:28843 Wabamun Canada -0.465561228542891226 +90879 sedimentology_html_1275942184 sedimentology_html_1275942184:300:12326:12336 Washington Mount Rainier National Park -0.47829406272822006 +90880 aapg_aa_702.html aapg_aa_702.html:598:100037:100052 Weber Colorado -0.011327042139941219 +90881 gsa_html_9979192554 gsa_html_9979192554:1040:96371:96375 Toro Anchorage, Alaska -0.465641239344597002 +90882 aapg_ad_880.html aapg_ad_880.html:267:28126:28135 Newcastle Spearfish, South Dakota 0.0194770284237545561 +90883 aapg_af_397.html aapg_af_397.html:180:22301:22308 Todilto Entrada Sandstone -0.457582637906406409 +90884 cspg_html_5576979800 cspg_html_5576979800:23:3914:3923 Tobermory Chatsworth House -0.0848836572256788241 +90885 aapg_ai_117.html aapg_ai_117.html:7:615:633 Deadwood Cheyenne, Wyoming 0.0138099909002030001 +90886 aapg_ae_45.html aapg_ae_45.html:734:74771:74794 Smackover Haynesville, Louisiana 0.961333902831472131 +90887 cspg_html_4495377323 cspg_html_4495377323:285:31122:31130 Columbia Victoria, British Columbia -0.0158621976007121031 +90888 aapg_ae_863.html aapg_ae_863.html:208:23992:24002 Pottsville Bethel, Alaska -0.387069039096810785 +90889 aapg_ai_409.html aapg_ai_409.html:199:23535:23546 Pine Island Cotton Valley, Louisiana -0.0293555813701503708 +90890 cspg_html_2650524233 cspg_html_2650524233:13:2143:2150 Bearpaw Edmonton, London -0.0832721847378371238 +90891 aapg_ad_2.html aapg_ad_2.html:1117:152591:152607 Nittany Pennsylvania -0.498177249769521491 +90892 sedimentology_html_2664292498 sedimentology_html_2664292498:1274:89278:89286 Santiago Spain -0.458641287983651336 +90893 aapg_ae_789.html aapg_ae_789.html:455:53742:53755 Wabamun Calgary -0.42107502020327392 +90894 cspg_html_7963093032 cspg_html_7963093032:552:54204:54217 Turner Valley Lacombe, Alberta -0.467925738958578585 +90895 aapg_ad_466.html aapg_ad_466.html:359:43031:43038 Magothy Raritan River -0.464505761870192324 +90896 palaios_html_6404782987 palaios_html_6404782987:321:47384:47388 Kope Kentucky -0.0328900657953446335 +90897 aapg_aa_756.html aapg_aa_756.html:126:12270:12275 Banff Mississippian culture -0.000627121340837813067 +90898 aapg_ai_139.html aapg_ai_139.html:285:26614:26626 Saskatchewan Lacombe, Alberta -0.0162740496879429895 +90899 AMJC_html_1252169248 AMJC_html_1252169248:722:72077:72092 Dry Hill Gneiss Black Mountains (North Carolina) -0.455347020329573748 +90900 aapg_ad_3.html aapg_ad_3.html:751:70889:70905 Chazy Kentucky -0.0145589143235537784 +90901 AMJC_html_8206209174 AMJC_html_8206209174:663:68991:69009 Tindir Canada -0.484161071054726611 +90902 aapg_af_2.html aapg_af_2.html:104:12246:12262 Ouray Ouray, Colorado -0.454113919430063184 +90903 aapg_ae_419.html aapg_ae_419.html:423:51545:51565 San Felipe Austin, Chicago 0.704918476207103017 +90904 sedimentology_html_9285288228 sedimentology_html_9285288228:666:61308:61320 Wilcox Texas -0.455197874748240694 +90905 aapg_ai_245.html aapg_ai_245.html:319:26478:26486 Woodford California -0.0371287181535530572 +90906 aapg_ae_958.html aapg_ae_958.html:1663:145741:145749 Carlsbad Carlsbad, New Mexico -0.483047901936257684 +90907 aapg_ad_387.html aapg_ad_387.html:22:2804:2824 Fredericksburg Goodland, Kansas -0.455188836413653375 +90908 aapg_ah_81.html aapg_ah_81.html:793:87171:87179 Bathurst England -0.486588444102287743 +90909 sedimentology_html_8519915280 sedimentology_html_8519915280:133:12141:12175 Protection Salem, Oregon -0.0379467177170490291 +90910 aapg_ai_49.html aapg_ai_49.html:646:85334:85338 Yeso Supai, Arizona -0.458695727712452594 +90911 aapg_ai_859.html aapg_ai_859.html:198:26247:26252 Lyell Western world -0.0369546842337877615 +90912 sedimentology_html_2258839384 sedimentology_html_2258839384:80:6047:6051 Maya Mexico -0.0521971896884777173 +90913 sedimentology_html_3867549035 sedimentology_html_3867549035:29:1870:1889 Bedford Egham Hythe -0.478280146619880497 +90914 geology_html_4953473849 geology_html_4953473849:126:10553:10561 Colorado Colorado -0.0598011148469018913 +90915 aapg_af_461.html aapg_af_461.html:151:13829:13836 Platteville Platteville, Colorado -0.0590244480823071405 +90916 aapg_ah_96.html aapg_ah_96.html:68:8721:8739 Deadwood Winnipeg -0.567631400662964136 +90917 palaios_html_6453840623 palaios_html_6453840623:189:15647:15680 Catskill Pennsylvania -0.0413099405901366859 +90918 geology_html_1280033679 geology_html_1280033679:16:609:615 Denver Colorado -0.474438560215669658 +90919 geology_html_6870416394 geology_html_6870416394:226:21629:21633 Hall California -0.43597788776021662 +90920 gsa_html_2883324839 gsa_html_2883324839:1253:99477:99505 Green River New Mexico -0.032453416908065226 +90921 gsa_html_7337835391 gsa_html_7337835391:29:2796:2824 Green River Colorado -0.0227396412990933557 +90922 palaios_html_1064392617 palaios_html_1064392617:723:43337:43346 Fullerton California -0.0242746935922993796 +90923 aapg_ah_895.html aapg_ah_895.html:17:3060:3077 Bluesky Canada -0.456778715576978744 +90924 aapg_ah_560.html aapg_ah_560.html:219:25669:25679 Wellington Logan, Utah 0.000564582905986352451 +90925 aapg_ae_68.html aapg_ae_68.html:88:11057:11063 Antler Mississippian culture -0.0278217295801544348 +90926 aapg_ae_921.html aapg_ae_921.html:197:14857:14863 Dakota Niobrara, Nebraska 0.00618793246160323843 +90927 aapg_ae_345.html aapg_ae_345.html:801:68668:68673 Eutaw Tuscaloosa, Alabama -0.429934117971200513 +90928 aapg_ad_981.html aapg_ad_981.html:342:21432:21445 Windsor Bridgetown, Nova Scotia -0.440620923452583413 +90929 AMJC_html_6341723617 AMJC_html_6341723617:629:57199:57220 Green River Colorado -0.0369894907800668374 +90930 palaios_html_5600528347 palaios_html_5600528347:496:50384:50405 Green River Logan, Utah 0.286434489299452866 +90931 geology_html_1484286859 geology_html_1484286859:167:13468:13476 Virginia The Carolinas -0.499769415710701548 +90932 aapg_af_188.html aapg_af_188.html:229:25550:25558 Frontier Cheyenne, Wyoming -0.441517589995484405 +90933 cspg_html_6458557249 cspg_html_6458557249:6:637:645 Columbia Lacombe, Alberta -0.0310096337279850039 +90934 cspg_html_4666332434 cspg_html_4666332434:194:33305:33322 Bearpaw Lacombe, Alberta -0.496270632213596019 +90935 aapg_ae_472.html aapg_ae_472.html:20:3459:3470 San Antonio Santa Anita Park -0.493525020516280222 +90936 aapg_ai_49.html aapg_ai_49.html:291:35638:35671 Sundance Cheyenne, Wyoming -0.209881973251256432 +90937 cspg_html_9648675035 cspg_html_9648675035:441:43232:43240 Columbia Victoria, British Columbia -0.524326506028351069 +90938 cspg_html_5992759112 cspg_html_5992759112:6:275:282 Cardium Lacombe, Alberta -0.434527375159215246 +90939 aapg_aa_351.html aapg_aa_351.html:153:15841:15847 Wilcox Ardmore, Pennsylvania 0.00919696363654177486 +90940 cspg_html_8556552074 cspg_html_8556552074:109:10027:10043 Ashern Regina, Saskatchewan 0.338731330772985395 +90941 gsa_html_4308966435 gsa_html_4308966435:1035:105133:105154 Price Logan, Utah -0.44255997020698512 +90942 aapg_ac_634.html aapg_ac_634.html:294:33442:33450 Wolfcamp Wichita, Kansas -0.459079167683933642 +90943 aapg_ae_345.html aapg_ae_345.html:424:31127:31132 Eutaw Tuscaloosa, Alabama 0.00611149280109401886 +90944 aapg_aa_685.html aapg_aa_685.html:42:4405:4425 Flagstaff North Horn Formation -0.0665666499678844448 +90945 gsa_html_7974916531 gsa_html_7974916531:1083:88654:88660 Oregon East Asia -0.0456028204416603147 +90946 geology_html_8637156375 geology_html_8637156375:16:938:960 Carrizo Texas -0.452882496357985831 +90947 aapg_ah_654.html aapg_ah_654.html:118:12006:12025 Open DeLand, Florida -0.0590855308017678646 +90948 aapg_ai_51.html aapg_ai_51.html:48:5671:5693 Hatchetigbee Mississippi River 0.862106623058299215 +90949 sedimentology_html_5404275170 sedimentology_html_5404275170:826:54136:54143 Andrews Hatton, London -0.484135384227082133 +90950 jgeology_html_1964872752 jgeology_html_1964872752:679:46705:46725 Pensauken Closter, New Jersey -0.420791864948583338 +90951 aapg_aa_544.html aapg_aa_544.html:340:46132:46156 Wasatch Wasatch Range -0.474888953093082877 +90952 cspg_html_3026112034 cspg_html_3026112034:815:78199:78219 Swan Hills Lacombe, Alberta -0.454068782805138071 +90953 geology_html_8611700372 geology_html_8611700372:16:929:937 Montreal Earth 0.0275434986884147449 +90954 aapg_ae_526.html aapg_ae_526.html:38:3308:3321 Cotton Valley Cotton Valley, Louisiana -0.448408411516637184 +90955 gsa_html_3701388182 gsa_html_3701388182:12:564:573 San Diego California -0.486436238766394913 +90956 gsa_html_3461685080 gsa_html_3461685080:29:2796:2824 Green River Colorado -0.0222894098360483031 +90957 geology_html_1845191599 geology_html_1845191599:225:19969:19977 Colorado Grambling, Louisiana -0.460946527021081187 +90958 gsa_html_7938666655 gsa_html_7938666655:538:46432:46449 Chititu Wrangell Mountains -0.0912669873643981028 +90959 aapg_ae_29.html aapg_ae_29.html:711:66718:66728 Pittsburgh Pennsylvania -0.446146001135949044 +90960 cspg_html_7086880709 cspg_html_7086880709:329:43023:43050 Hare Indian Buffalo National River -0.0250987813235815996 +90961 palaios_html_9205440503 palaios_html_9205440503:590:63256:63264 Temporal Arctic -0.0398318560820373618 +90962 aapg_ae_921.html aapg_ae_921.html:225:17860:17869 Spearfish Black Hills -0.550558227109156473 +90963 aapg_ae_625.html aapg_ae_625.html:23:3008:3013 Yukon Lacombe, Alberta -0.0203634553137257354 +90964 cspg_html_1166788717 cspg_html_1166788717:60:6475:6485 Beaverfoot Mount Wilson Observatory -0.4597965726108596 +90965 gsa_html_2352572665 gsa_html_2352572665:15:499:507 Colorado Denver -0.440325191296006335 +90966 aapg_ae_73.html aapg_ae_73.html:250:32528:32536 Wolfcamp Madera County, California -0.507372811687786252 +90967 aapg_af_455.html aapg_af_455.html:33:4252:4271 Lee Kentucky -0.0742396256346324751 +90968 palaios_html_1642974188 palaios_html_1642974188:152:12849:12857 Columbia Washington (state) -0.0205233642338861627 +90969 sedimentology_html_6268265701 sedimentology_html_6268265701:1350:94337:94353 Viking Lacombe, Alberta -0.485656903710192878 +90970 sedimentology_html_1585135603 sedimentology_html_1585135603:1194:65557:65566 Lancaster Owens Lake -0.0381033635608957824 +90971 aapg_ac_629.html aapg_ac_629.html:701:83183:83189 Lissie Shreveport, Louisiana 1.00465042694358164 +90972 aapg_ai_958.html aapg_ai_958.html:102:10274:10280 Goliad Cuero, Texas -0.455279223830003521 +90973 aapg_aa_735.html aapg_aa_735.html:4:482:499 Keokuk Burlington, Ontario -0.0346316099024680385 +90974 aapg_ah_779.html aapg_ah_779.html:227:41717:41728 Martinsburg Quebec City 0.0537124157192515952 +90975 palaios_html_3178917096 palaios_html_3178917096:608:71212:71233 Clays Ferry Kentucky -0.417370067428227742 +90976 cspg_html_6252417471 cspg_html_6252417471:244:35651:35667 Kanguk Banks Island 0.010367970259029002 +90977 aapg_ae_464.html aapg_ae_464.html:249:15036:15042 Sonora Barranca Province -0.117250833090556172 +90978 aapg_af_317.html aapg_af_317.html:882:103486:103490 Kent North Sea oil -0.0109795492601601104 +90979 aapg_ad_44.html aapg_ad_44.html:679:71906:71916 Pittsburgh Switzerland -0.0431086870877795889 +90980 gsa_html_3225734041 gsa_html_3225734041:1121:92603:92611 Virginia Blue Ridge Mountains -0.448484669177164286 +90981 cspg_html_4645836177 cspg_html_4645836177:413:44741:44761 Missisauga Logan, Utah -0.454052985518192231 +90982 cspg_html_5541725202 cspg_html_5541725202:199:29221:29237 Cumberland New Brunswick, New Jersey -0.460091874413590562 +90983 aapg_ai_743.html aapg_ai_743.html:39:3916:3922 Denver Denver -0.469152832749018645 +90984 aapg_ae_55.html aapg_ae_55.html:259:39606:39611 Logan Canada -0.672063623469986826 +90985 cspg_html_4132771434 cspg_html_4132771434:682:82173:82181 Columbia Victoria, British Columbia -0.411700846829734624 +90986 cspg_html_7326798603 cspg_html_7326798603:85:11111:11131 Peel Wales Island (British Columbia) -0.473856858113634927 +90987 cspg_html_2701043964 cspg_html_2701043964:12:1623:1642 Athabasca Lake Athabasca -0.477269506555081602 +90988 gsa_html_2851039753 gsa_html_2851039753:869:81016:81044 Green River Iran -0.03001474114876828 +90989 sedimentology_html_2208426700 sedimentology_html_2208426700:1129:63140:63171 Madison Logan, Utah -0.0557128760965852274 +90990 cspg_html_2826081830 cspg_html_2826081830:62:9560:9572 Grand Rapids Lacombe, Alberta -0.481766159765426027 +90991 cspg_html_2650073471 cspg_html_2650073471:6:484:491 Bearpaw Milk River, Alberta -0.0249840322572608443 +90992 gsa_html_1561548255 gsa_html_1561548255:614:61731:61744 Santa Barbara California -0.0138430056451466221 +90993 aapg_ad_880.html aapg_ad_880.html:82:9392:9409 Rierdon Cheyenne, Wyoming 0.30818957589607926 +90994 cspg_html_6985536436 cspg_html_6985536436:156:21327:21343 Hassel Banks Island -0.0136501305925687388 +90995 aapg_af_787.html aapg_af_787.html:9:1106:1119 Santa Barbara Santa Clara County, California -0.466810220907495799 +90996 cspg_html_1975682848 cspg_html_1975682848:278:36968:36976 Bathurst Canadian Arctic Archipelago -0.0231725008237077118 +90997 aapg_aa_22.html aapg_aa_22.html:100:11132:11148 Upham El Paso, Texas -0.0399067122276937497 +90998 aapg_ae_272.html aapg_ae_272.html:782:76539:76547 Michigan Michigan -0.470188590895520009 +90999 aapg_ae_206.html aapg_ae_206.html:236:26823:26837 Lissie Beaumont, Texas 0.0117909508048517596 +91000 aapg_ad_808.html aapg_ad_808.html:653:41663:41681 Dinwoody Cheyenne, Wyoming -0.0791680290371748058 +91001 aapg_ad_98.html aapg_ad_98.html:632:64316:64336 Copenhagen Antelope Valley Freeway -0.0166302989496245716 +91002 aapg_ad_269.html aapg_ad_269.html:70:7852:7869 Todilto Entrada Sandstone -0.0135198103742529222 +91003 sedimentology_html_2578698014 sedimentology_html_2578698014:118:10300:10304 Bern Canton, Ohio -0.471639785200352879 +91004 aapg_ac_69.html aapg_ac_69.html:421:46662:46684 Graneros Western world -0.440265166942118702 +91005 aapg_ac_71.html aapg_ac_71.html:55:7177:7184 Sunrise Reno, Nevada -0.0111724073673319709 +91006 cspg_html_6255491344 cspg_html_6255491344:37:6015:6028 Mist Mountain Moose Mountain (Alberta) -0.111778485832665919 +91007 cspg_html_9361096527 cspg_html_9361096527:33:7461:7477 Oldman Judith River Formation -0.481794104698776371 +91008 AMJC_html_1477071550 AMJC_html_1477071550:532:57167:57175 Virginia Reston, Virginia -0.437098264428985472 +91009 AMJC_html_5421639085 AMJC_html_5421639085:639:64345:64355 Pittsburgh Ellicott City, Maryland -0.0290477532032288703 +91010 aapg_ae_692.html aapg_ae_692.html:794:71802:71819 Duperow Williston, Vermont -0.411683586358437215 +91011 cspg_html_9689514766 cspg_html_9689514766:19:2135:2143 Montreal Ontario, California -0.475196277624828634 +91012 aapg_ac_4.html aapg_ac_4.html:500:40090:40095 Weeks Kodiak Island -0.487607747652621382 +91013 geology_html_3982744980 geology_html_3982744980:13:617:624 Madison Wisconsin -0.467925738958578585 +91014 aapg_ae_473.html aapg_ae_473.html:507:47500:47509 Catahoula Mississippi River -0.242295702098393267 +91015 cspg_html_5807593737 cspg_html_5807593737:602:75488:75501 Duperow Williston, Vermont -0.453008719186489883 +91016 aapg_ad_2.html aapg_ad_2.html:1129:154450:154462 Chambersburg Wissahickon Formation -0.144685880989987581 +91017 aapg_ac_536.html aapg_ac_536.html:101:11129:11162 Madison Williston, Vermont -0.471349814541787038 +91018 aapg_ae_63.html aapg_ae_63.html:122:13404:13420 Bighorn Dolomite Logan, Utah 1.00021597515019822 +91019 cspg_html_3765578343 cspg_html_3765578343:663:74704:74710 Oxford England -0.0319472030481665059 +91020 aapg_ad_167.html aapg_ad_167.html:24:3653:3661 Richmond Tripoli, Lebanon -0.00860799843042621068 +91021 gsa_html_2059086425 gsa_html_2059086425:9:398:419 Lake Valley Alamogordo, New Mexico 0.580303395419482171 +91022 aapg_ac_913.html aapg_ac_913.html:142:13566:13576 Hartshorne Atoka, Oklahoma -0.0592775088645998635 +91023 cspg_html_9343899465 cspg_html_9343899465:1702:139046:139063 Beverley Inlet Melville Island (Canada) -0.045529657990104451 +91024 sedimentology_html_8034519699 sedimentology_html_8034519699:914:57188:57192 Hall London, Ontario -0.513294445022670631 +91025 aapg_af_263.html aapg_af_263.html:531:67497:67517 Otto Fiord Canada 0.0126823000424950687 +91026 cspg_html_7281679890 cspg_html_7281679890:710:92481:92490 Mackenzie Mackenzie River -0.0161993249316557293 +91027 palaios_html_1521536752 palaios_html_1521536752:408:48232:48251 Breathitt Kentucky 0.0209752883033040294 +91028 aapg_ad_466.html aapg_ad_466.html:732:80278:80285 Wenonah Mount Laurel Township, New Jersey 0.648940706910530851 +91029 geology_html_1163505944 geology_html_1163505944:11:474:486 Saskatchewan Regina, Saskatchewan -0.0304826089875597575 +91030 cspg_html_1458415183 cspg_html_1458415183:9:978:995 Gething Pine Brook, New Jersey -0.448282824521055501 +91031 aapg_ac_380.html aapg_ac_380.html:178:22079:22087 Onondaga Onondaga (tribe) -0.465568086328610908 +91032 aapg_ad_466.html aapg_ad_466.html:1749:179061:179078 Matawan Maryland -0.429934117971200513 +91033 cspg_html_1962846283 cspg_html_1962846283:26:4238:4246 Kootenay Crowsnest Pass, Alberta -0.430224392211940587 +91034 aapg_ae_969.html aapg_ae_969.html:139:14708:14725 Trabuco Ladd, Illinois -0.456344217050148659 +91035 aapg_aa_357.html aapg_aa_357.html:195:16882:16886 Rico Hermosa, Chicago -0.459837454744856933 +91036 gsa_html_1254347878 gsa_html_1254347878:554:59302:59313 Fort Steele Cheyenne, Wyoming -0.448408411516637184 +91037 cspg_html_5807593737 cspg_html_5807593737:894:118526:118533 Duperow Williston, Vermont -0.434518537443352337 +91038 sedimentology_html_1640357417 sedimentology_html_1640357417:333:36903:36919 Navajo Logan, Utah -0.479475427251918496 +91039 jgeology_html_9131218619 jgeology_html_9131218619:145:12982:12994 Martin Alert, Nunavut -0.449440672427322663 +91040 aapg_ae_69.html aapg_ae_69.html:310:33441:33452 Green River Wasatch Range -0.0335772561471781444 +91041 cspg_html_2820961138 cspg_html_2820961138:635:63905:63921 Viking Lacombe, Alberta -0.447133159014188541 +91042 geology_html_1819050214 geology_html_1819050214:289:22869:22895 Sandia Yucca Mountain -0.203311673439846685 +91043 aapg_ah_625.html aapg_ah_625.html:4:680:687 Wasatch Uinta Mountains 0.0130315493205527232 +91044 aapg_aa_621.html aapg_aa_621.html:476:58462:58477 Darby Cheyenne, Wyoming -0.435099794390076511 +91045 aapg_aa_357.html aapg_aa_357.html:243:22028:22044 Cutler San Juan Mountains 0.325900856672132866 +91046 aapg_ah_710.html aapg_ah_710.html:50:6201:6210 St. Johns Canada -0.494585786210081368 +91047 gsa_html_3936574180 gsa_html_3936574180:783:73981:73987 Walker Death Valley -0.464533160716817162 +91048 gsa_html_2023933346 gsa_html_2023933346:103:9752:9781 Silverado Santiago -0.485603101959931283 +91049 aapg_af_551.html aapg_af_551.html:15:1808:1819 Lake Valley Sacramento, California -0.0172889404553563421 +91050 aapg_ac_237.html aapg_ac_237.html:33:4476:4496 Smithville Missouri River -0.51380234798317781 +91051 gsa_html_6007739387 gsa_html_6007739387:883:59519:59547 Green River Iran -0.427803761062237942 +91052 gsa_html_4605898629 gsa_html_4605898629:1392:115787:115815 Green River New Mexico -0.0191815618988117366 +91053 aapg_ac_692.html aapg_ac_692.html:14:2034:2055 Ireton Lacombe, Alberta -0.0227274727216301153 +91054 gsa_html_5664265459 gsa_html_5664265459:1200:111730:111740 Washington Salem, Oregon -0.0582269355573507563 +91055 cspg_html_4392308496 cspg_html_4392308496:663:73200:73207 Halifax Halifax, West Yorkshire -0.0149690067830474411 +91056 gsa_html_9181545711 gsa_html_9181545711:16:986:1004 Fountain Manitou Springs, Colorado -0.481759173673690755 +91057 gsa_html_1230361711 gsa_html_1230361711:855:68832:68841 Extension Tyrrhenian Sea -0.494538507684199602 +91058 gsa_html_4120839285 gsa_html_4120839285:1204:121958:121973 Orocopia Schist California -0.0509507230324179883 +91059 aapg_ad_957.html aapg_ad_957.html:84:8247:8261 Iola Raytown, Missouri -0.441419648744354465 +91060 gsa_html_4308966435 gsa_html_4308966435:1230:122068:122072 Dunn Great Basin -0.450676431675374467 +91061 jgeology_html_8355852976 jgeology_html_8355852976:810:49244:49259 Mesaverde Logan, Utah -0.021541947632611351 +91062 aapg_ah_83.html aapg_ah_83.html:41:6684:6704 Ephraim Conglomerate Moberly, Missouri -0.0186775409744464604 +91063 geology_html_6881575972 geology_html_6881575972:196:19869:19877 Colorado Arizona -0.403989591521988045 +91064 aapg_ad_2.html aapg_ad_2.html:1233:168770:168795 Martinsburg Steelton, Pennsylvania -0.0365561577052215814 +91065 gsa_html_1197940982 gsa_html_1197940982:14:690:700 Pittsburgh Pennsylvania -0.463362613223226583 +91066 aapg_ad_581.html aapg_ad_581.html:261:34099:34109 Waynesboro Martinsburg, Nebraska -0.432752661482583012 +91067 sedimentology_html_5613495298 sedimentology_html_5613495298:1056:52644:52668 Chinle Chinle Formation -0.485107349284571332 +91068 cspg_html_5074125023 cspg_html_5074125023:537:60337:60366 Reindeer Canada -0.457582637906406409 +91069 cspg_html_7881580279 cspg_html_7881580279:222:28133:28156 Portage Chute Manitoba -0.491106071608619299 +91070 aapg_ad_49.html aapg_ad_49.html:122:11283:11301 Crescent Umpqua, Oregon -0.030239106807757675 +91071 palaios_html_8950382583 palaios_html_8950382583:673:58788:58795 Modesto London, Ontario -0.434580403200599208 +91072 aapg_ai_31.html aapg_ai_31.html:262:26492:26501 Catahoula Oakville, California -0.452055720301517416 +91073 aapg_af_206.html aapg_af_206.html:315:38173:38180 Lagarto Oakville, California -0.0277904283209578391 +91074 cspg_html_7102673197 cspg_html_7102673197:238:32591:32608 Cardium Lacombe, Alberta -0.443701699352459789 +91075 aapg_af_308.html aapg_af_308.html:411:49643:49653 Greenbrier Pocono Raceway -0.417222510438449379 +91076 gsa_html_9251964215 gsa_html_9251964215:884:82400:82428 Green River Colorado -0.0201913809518237848 +91077 cspg_html_7866293053 cspg_html_7866293053:101:10764:10772 Columbia Victoria, British Columbia -0.014941203695627946 +91078 aapg_ac_791.html aapg_ac_791.html:285:36669:36713 Barnett Llano, Texas -0.0439794609034374617 +91079 aapg_ah_753.html aapg_ah_753.html:90:13558:13568 Maringouin New Brunswick, New Jersey -0.0516759141676912878 +91080 geology_html_4527608188 geology_html_4527608188:239:22306:22312 Provo Switzerland -0.48062584784091128 +91081 aapg_ae_539.html aapg_ae_539.html:590:72762:72766 Ross Stroudsburg, Pennsylvania -0.0185419788860923702 +91082 aapg_aa_147.html aapg_aa_147.html:99:12967:12975 Winnipeg Manitoba -0.628271182260315308 +91083 aapg_aa_844.html aapg_aa_844.html:54:5555:5565 Washington Tuscarawas River -0.0144772441484254995 +91084 geology_html_5621225990 geology_html_5621225990:97:8287:8309 Judith River Lacombe, Alberta 0.439480760546743621 +91085 aapg_ah_753.html aapg_ah_753.html:419:67394:67401 Windsor Bay of Fundy -0.446018486726903363 +91086 aapg_ae_344.html aapg_ae_344.html:44:5006:5012 Paluxy Tuscaloosa, Alabama -0.0391790657984695256 +91087 aapg_af_897.html aapg_af_897.html:59:7725:7735 Carbondale Atoka, Oklahoma -0.464419004431934179 +91088 cspg_html_6577476978 cspg_html_6577476978:428:47529:47547 Dunvegan Victoria, British Columbia -0.0323925309205377876 +91089 aapg_aa_761.html aapg_aa_761.html:616:79241:79258 Cardium Lacombe, Alberta -0.051480663363561531 +91090 gsa_html_1079290957 gsa_html_1079290957:836:86729:86735 Chinle Arizona -0.442074271005849284 +91091 aapg_ae_147.html aapg_ae_147.html:324:33977:33981 Pico South Mountains (Arizona) -0.440265166942118702 +91092 aapg_ae_973.html aapg_ae_973.html:422:28948:28974 Coleman Junction Texas -0.451621232485637181 +91093 aapg_ad_15.html aapg_ad_15.html:55:5204:5225 Honey Creek Honey Brook, Pennsylvania -0.0849888877567847312 +91094 cspg_html_1312400675 cspg_html_1312400675:211:24945:24952 Bearpaw Drumheller -0.251903244545797489 +91095 cspg_html_4326384800 cspg_html_4326384800:73:11080:11089 Mackenzie Victoria, British Columbia -0.000774781561203988548 +91096 aapg_af_614.html aapg_af_614.html:59:4654:4684 Smackover Calhoun County, Michigan -0.0180066911955107829 +91097 aapg_aa_477.html aapg_aa_477.html:83:8579:8589 Sequatchie Cumberland, Maryland -0.228951082282404766 +91098 aapg_af_654.html aapg_af_654.html:10:1368:1396 Forest Tallahassee, Florida -0.495347335668958499 +91099 aapg_aa_252.html aapg_aa_252.html:78:7367:7371 Frio Matagorda County, Texas -0.457963336268268129 +91100 palaios_html_6409863909 palaios_html_6409863909:68:8954:8985 Kope Cincinnati -0.43911211811260753 +91101 cspg_html_6116883777 cspg_html_6116883777:1166:164283:164289 Ludlow Greenland -0.432514521719123246 +91102 aapg_af_138.html aapg_af_138.html:188:17244:17261 Pocono Catskill Mountains -0.415113588382305221 +91103 aapg_ah_534.html aapg_ah_534.html:55:4590:4598 Coeymans New Scotland, New York -0.476218391360906934 +91104 cspg_html_6517402834 cspg_html_6517402834:399:36255:36273 Scollard Red Deer, Alberta -0.0351971054761553784 +91105 palaios_html_3308412288 palaios_html_3308412288:177:22267:22284 Cutter Manitoba -0.0231446862134053188 +91106 gsa_html_1582166619 gsa_html_1582166619:530:51142:51152 Tuscaloosa Clayton County, Georgia -0.459996458565647859 +91107 aapg_ae_324.html aapg_ae_324.html:704:71767:71775 Virginia Knoxville, Tennessee -0.0590855308017678646 +91108 cspg_html_5139035315 cspg_html_5139035315:57:8540:8577 Albert New Brunswick, New Jersey -0.466810220907495799 +91109 aapg_ai_49.html aapg_ai_49.html:638:83972:83992 Minnekahta Cheyenne, Wyoming -0.451875596518584666 +91110 gsa_html_8076764253 gsa_html_8076764253:78:5860:5888 Green River Iran 0.00633907480086522146 +91111 sedimentology_html_9973432841 sedimentology_html_9973432841:1331:93352:93382 Cumberland Joggins, Nova Scotia -0.0218513582866363479 +91112 gsa_html_8764674682 gsa_html_8764674682:59:6488:6494 Provo Africa -0.480611894173340604 +91113 gsa_html_3320600310 gsa_html_3320600310:377:31975:31981 Denver South Central United States -0.476172115937115059 +91114 aapg_ah_318.html aapg_ah_318.html:530:62832:62851 Smackover Mexico -0.434412491337421103 +91115 aapg_ai_593.html aapg_ai_593.html:1593:164883:164903 Duck Creek Texas -0.0857045214862850457 +91116 aapg_ad_784.html aapg_ad_784.html:227:26071:26076 Sespe Ojai, California 0.0370086344311194027 +91117 AMJC_html_4376472287 AMJC_html_4376472287:11:509:519 Washington Seattle -0.0115181647621516343 +91118 cspg_html_1347432325 cspg_html_1347432325:9:1175:1179 Toad Pine River (Michigan) -0.223072154324590211 +91119 aapg_ac_191.html aapg_ac_191.html:272:40739:40746 Tamabra Matamoros, Tamaulipas -0.444856013246054061 +91120 aapg_af_382.html aapg_af_382.html:26:4589:4603 Espiritu Santo Guatemala City -0.0283642962878183774 +91121 sedimentology_html_8748254640 sedimentology_html_8748254640:16:1104:1124 Toro Chile -0.420831066107106355 +91122 aapg_aa_124.html aapg_aa_124.html:635:65444:65462 Colorado Lacombe, Alberta -0.41990808335141383 +91123 aapg_ah_647.html aapg_ah_647.html:643:71780:71800 Dog Creek Texas 0.358621661216110943 +91124 aapg_aa_302.html aapg_aa_302.html:285:34455:34470 Loray Logan, Utah -0.452887004013691252 +91125 cspg_html_9768299963 cspg_html_9768299963:253:29311:29327 Battle Canada -0.0930185185158085015 +91126 aapg_ai_366.html aapg_ai_366.html:6:891:897 Lissie Hockley -0.00949926761203980299 +91127 aapg_aa_700.html aapg_aa_700.html:10:1123:1129 Salina Michigan 0.0150524162295643544 +91128 gsa_html_5081991493 gsa_html_5081991493:1086:85446:85467 Green River Logan, Utah -0.0263297817646035749 +91129 aapg_aa_302.html aapg_aa_302.html:574:66970:66990 Wood River Boise, Idaho -0.204687756403275717 +91130 gsa_html_2266546108 gsa_html_2266546108:92:9029:9040 San Joaquin Sierra Nevada (Spain) -0.0227413796680306819 +91131 aapg_ae_371.html aapg_ae_371.html:27:4395:4403 Kootenay Canada -0.462193603410137988 +91132 jgeology_html_1659592707 jgeology_html_1659592707:1293:68267:68275 Colorado Central City, Colorado -0.489119025533207352 +91133 aapg_ad_939.html aapg_ad_939.html:342:27132:27143 Mowry Western world -0.402932560256648253 +91134 aapg_af_129.html aapg_af_129.html:234:24934:24951 Madison Fremont, California -0.436965343294064001 +91135 aapg_ai_83.html aapg_ai_83.html:225:21839:21846 Bedford East Branch Delaware River -0.0397082576932654904 +91136 sedimentology_html_8866523088 sedimentology_html_8866523088:649:52229:52237 Scotland Burton-on-Trent railway station -0.450676431675374467 +91137 sedimentology_html_2041096405 sedimentology_html_2041096405:913:68395:68412 Salina Michigan Basin -0.462193603410137988 +91138 aapg_ac_191.html aapg_ac_191.html:129:22222:22239 Tamabra Matamoros, Tamaulipas -0.461387811132635606 +91139 aapg_ac_730.html aapg_ac_730.html:62:8916:8938 Cedar Mountain Colorado -0.0315540759951786695 +91140 aapg_ah_868.html aapg_ah_868.html:898:76778:76793 Mesaverde New Mexico 0.403069440692171987 +91141 cspg_html_1503116552 cspg_html_1503116552:1603:238438:238463 Beaverhill Lacombe, Alberta -0.452238132024570194 +91142 aapg_af_956.html aapg_af_956.html:519:44402:44416 Nonesuch Michigan 0.00997357679106987589 +91143 aapg_af_663.html aapg_af_663.html:194:22665:22681 Pawnee Missouri River 0.0266045108097300621 +91144 aapg_ac_612.html aapg_ac_612.html:344:34990:35011 Summerville Cheyenne, Wyoming -0.100534055018107832 +91145 aapg_ae_67.html aapg_ae_67.html:452:34437:34445 Colorado Denver -0.465579516089382972 +91146 geology_html_6153450375 geology_html_6153450375:130:11408:11420 Dixie Valley Reno, Nevada -0.0521501164490012006 +91147 aapg_ai_78.html aapg_ai_78.html:107:7999:8009 Washington Texas -0.433370341259820213 +91148 sedimentology_html_1422332546 sedimentology_html_1422332546:769:57304:57325 Forest Fort Collins, Colorado -0.498374324087579645 +91149 aapg_ad_440.html aapg_ad_440.html:608:60058:60068 Greenbrier Lewisburg, Pennsylvania -0.516686445080154266 +91150 aapg_ad_880.html aapg_ad_880.html:174:18631:18654 Gypsum Spring Cheyenne, Wyoming 0.0407702122733889366 +91151 geology_html_3955381777 geology_html_3955381777:200:20256:20286 Tindir Canada -0.442154460642950498 +91152 palaios_html_7206591444 palaios_html_7206591444:754:84712:84734 Word Washington (state) -0.440514182187833891 +91153 aapg_ah_181.html aapg_ah_181.html:78:9445:9462 Paradox Hermosa, Chicago -0.0263019613963844621 +91154 aapg_ah_528.html aapg_ah_528.html:467:49371:49379 Dinwoody Boise, Idaho -0.429160487479880115 +91155 cspg_html_9343899465 cspg_html_9343899465:1618:131952:131971 Griper Bay Melville Island (Canada) -0.459022435464294998 +91156 aapg_ai_66.html aapg_ai_66.html:3:169:185 Pierre Colorado -0.491567637472505425 +91157 sedimentology_html_5466606223 sedimentology_html_5466606223:394:33140:33147 Francis London, Ontario -0.490873029192211763 +91158 jgeology_html_1095412310 jgeology_html_1095412310:318:18128:18145 Manlius Jamesville, New York -0.507660920337226096 +91159 aapg_ae_319.html aapg_ae_319.html:359:26935:26943 Woodside Vernal, Utah -0.0103905567969635754 +91160 gsa_html_2863658561 gsa_html_2863658561:14:587:595 Colorado Denver -0.498091786153227578 +91161 sedimentology_html_3031730552 sedimentology_html_3031730552:629:40749:40753 Hall London, Ontario -0.455188836413653375 +91162 aapg_ae_324.html aapg_ae_324.html:181:17596:17605 Blackford Knoxville, Tennessee -0.457514673015389395 +91163 palaios_html_1505752132 palaios_html_1505752132:35:3376:3384 Columbia Amazon Basin -0.040714500181089297 +91164 aapg_aa_372.html aapg_aa_372.html:138:14206:14220 Word Trans-Pecos -0.471292292074721564 +91165 aapg_ad_660.html aapg_ad_660.html:500:70446:70454 La Habra California -0.0629122420048829206 +91166 cspg_html_9941518291 cspg_html_9941518291:39:6473:6496 Barlow Inlet Douro DOC -0.459837454744856933 +91167 gsa_html_1040524378 gsa_html_1040524378:796:82136:82142 Oregon Washington (state) -0.442542141875480355 +91168 cspg_html_7409170811 cspg_html_7409170811:58:8934:8949 Banff Williston, Vermont -0.440467486742992853 +91169 aapg_ae_999.html aapg_ae_999.html:298:41583:41597 Paynes Hammock Mississippi River 0.0258325007735823002 +91170 geology_html_8098078296 geology_html_8098078296:120:15580:15601 Perry Vinalhaven, Maine -0.0115181647621516343 +91171 geology_html_5784713294 geology_html_5784713294:134:13243:13253 San Felipe California 0.0125641469917892636 +91172 aapg_af_395.html aapg_af_395.html:361:42246:42250 Bond Ardmore, Pennsylvania -0.0420725789093342392 +91173 cspg_html_4099674132 cspg_html_4099674132:35:6573:6609 Bakken Regina, Saskatchewan 0.00389825344276496875 +91174 aapg_ac_787.html aapg_ac_787.html:97:16655:16668 Barnett Devon -0.387764121862890498 +91175 aapg_ad_200.html aapg_ad_200.html:160:19214:19222 Hudspeth Texas -0.47495364399168194 +91176 aapg_ae_185.html aapg_ae_185.html:202:17838:17847 Shongaloo Cotton Valley, Louisiana -0.455310861563052449 +91177 cspg_html_9343899465 cspg_html_9343899465:741:68395:68414 Strathcona Fiord Ellesmere Island 0.412387196041323401 +91178 cspg_html_2492063773 cspg_html_2492063773:95:13748:13775 Trent River Northumberland, Pennsylvania -0.522612682457966771 +91179 gsa_html_7518144145 gsa_html_7518144145:1180:88592:88620 Green River Colorado 0.000132025523515305647 +91180 aapg_ae_915.html aapg_ae_915.html:76:5266:5284 Niobrara Benton, Arkansas -0.00473211949273434716 +91181 gsa_html_3010975239 gsa_html_3010975239:174:25662:25670 Michigan Saginaw, Michigan -0.0304826089875597575 +91182 cspg_html_1925276454 cspg_html_1925276454:107:13099:13119 Cadomin Lacombe, Alberta -0.0259959408940027802 +91183 sedimentology_html_1649180994 sedimentology_html_1649180994:715:58905:58909 Hall Crete -0.461089806729199636 +91184 aapg_aa_928.html aapg_aa_928.html:214:23950:23964 Catahoula Brazoria County, Texas -0.0284999414056484393 +91185 aapg_af_583.html aapg_af_583.html:4:543:554 Green River Sweetwater, Miami-Dade County, Florida 0.943520484682471072 +91186 palaios_html_6528985782 palaios_html_6528985782:76:9963:9977 Beaufort Balfour, Orkney -0.451733774163315116 +91187 AMJC_html_8831189197 AMJC_html_8831189197:361:39994:40005 Green River Cheyenne, Wyoming -0.485546964607742992 +91188 geology_html_9790695678 geology_html_9790695678:234:21151:21161 Copenhagen Denmark -0.476172115937115059 +91189 aapg_aa_796.html aapg_aa_796.html:40:4359:4367 Columbia Victoria, British Columbia -0.00786789401885567251 +91190 aapg_aa_298.html aapg_aa_298.html:817:101973:101993 Phosphoria Cheyenne, Wyoming 0.00989886836448491438 +91191 cspg_html_8065532640 cspg_html_8065532640:189:23653:23675 Mount Kindle Root River (Wisconsin) -0.434757184965269161 +91192 aapg_aa_684.html aapg_aa_684.html:304:28295:28310 Jelm John Crow Mountains -0.060151955110341257 +91193 cspg_html_6984906794 cspg_html_6984906794:892:62152:62165 Ashville Manitoba -0.477158315306099867 +91194 cspg_html_8904992939 cspg_html_8904992939:66:10042:10056 Woodbend Lacombe, Alberta -0.448484669177164286 +91195 geology_html_4130667604 geology_html_4130667604:288:24133:24143 Washington Salem, Oregon -0.44645479356367046 +91196 aapg_ac_70.html aapg_ac_70.html:363:44076:44093 Oquirrh Great Basin -0.491131969162477144 +91197 cspg_html_3820268079 cspg_html_3820268079:263:26029:26036 Thorold Norfolk County, Ontario -0.448632716908224927 +91198 gsa_html_5015599008 gsa_html_5015599008:632:53887:53910 Belle Fourche Kingdom of Judah -0.456608964648804683 +91199 cspg_html_9343899465 cspg_html_9343899465:2241:207323:207340 Beverley Inlet Melville Island (Canada) -0.074659618888527457 +91200 aapg_ad_784.html aapg_ad_784.html:527:57407:57412 Sespe Rancho Santa Margarita, California -0.435838488044850259 +91201 aapg_ae_916.html aapg_ae_916.html:523:62099:62119 Colorado Colorado -0.0468588775503323562 +91202 gsa_html_5039569238 gsa_html_5039569238:520:44539:44558 Sassenach Homewood, Alabama -0.00818929939777349181 +91203 aapg_aa_267.html aapg_aa_267.html:34:3809:3819 Greenbrier Ohio -0.491131969162477144 +91204 aapg_af_606.html aapg_af_606.html:9:1344:1365 Santa Margarita Rancho Santa Margarita, California 0.39097175797321837 +91205 aapg_af_737.html aapg_af_737.html:496:60661:60670 San Pedro California -0.040359343442637502 +91206 aapg_ai_689.html aapg_ai_689.html:268:30020:30037 Haymond Texas -0.0253108955429122949 +91207 aapg_ac_251.html aapg_ac_251.html:559:66099:66108 Tuscarora Martinsburg, Nebraska -0.422036189718657861 +91208 aapg_ad_996.html aapg_ad_996.html:40:3775:3791 Dakota San Juan County, Utah -0.223780641777716283 +91209 gsa_html_8335323050 gsa_html_8335323050:1107:108538:108545 Oak Bay New Brunswick, New Jersey -0.0640876225882441447 +91210 cspg_html_4495395109 cspg_html_4495395109:6:558:566 Whitemud Regina, Saskatchewan -0.439165406786194035 +91211 gsa_html_4719798013 gsa_html_4719798013:366:36930:36965 Blackwater Draw Pecos River -0.44497889773871091 +91212 gsa_html_1582166619 gsa_html_1582166619:650:60288:60305 Lay Dam Chilton County, Alabama -0.064966254466043899 +91213 aapg_ah_764.html aapg_ah_764.html:387:38872:38889 Haymond Martinsburg, Nebraska -0.0699296618355630534 +91214 aapg_aa_145.html aapg_aa_145.html:112:14166:14179 Shuswap Monashee Pass -0.455658949817136283 +91215 aapg_ah_85.html aapg_ah_85.html:93:10648:10666 Patuxent Virginia -0.442720440658756875 +91216 gsa_html_5865982995 gsa_html_5865982995:866:96793:96814 Green River Logan, Utah 0.925866693612348968 +91217 cspg_html_1313584654 cspg_html_1313584654:262:34804:34811 Telford London, Ontario -0.482931300996293389 +91218 aapg_ah_320.html aapg_ah_320.html:102:11512:11519 Juniata Huntington, West Virginia -0.232551672789406028 +91219 palaios_html_5582845937 palaios_html_5582845937:338:34534:34541 Hampton Virginia -0.42422364691980291 +91220 jgeology_html_4184751552 jgeology_html_4184751552:143:6629:6635 Provo Africa -0.46687889797168336 +91221 aapg_ah_180.html aapg_ah_180.html:84:9481:9504 Trimmers Rock Catskill Mountains -0.451875596518584666 +91222 aapg_af_854.html aapg_af_854.html:684:95943:95958 Salem Harrodsburg, Indiana -0.493626550639529649 +91223 aapg_af_363.html aapg_af_363.html:403:49981:49989 Virginia Chattanooga, Tennessee -0.476061064960921709 +91224 aapg_ad_442.html aapg_ad_442.html:36:4087:4095 Bellevue Texas -0.502850661160650247 +91225 cspg_html_4326384800 cspg_html_4326384800:1388:206162:206167 Nisku Wolf Lake (Indiana/Illinois) 0.862675378181720021 +91226 aapg_af_46.html aapg_af_46.html:250:27661:27668 Goddard Ouachita Parish, Louisiana -0.448350101124535771 +91227 aapg_af_384.html aapg_af_384.html:118:12202:12214 Devon Island Ellesmere Island -0.432823232966369709 +91228 palaios_html_1834763898 palaios_html_1834763898:518:50936:50962 Noonday Dolomite California -0.501052480963019353 +91229 aapg_ad_228.html aapg_ad_228.html:77:4251:4257 Jordan Berlin -0.0467578283362129754 +91230 palaios_html_7179643765 palaios_html_7179643765:560:56677:56708 La Luna Venezuela -0.014941203695627946 +91231 gsa_html_6861599329 gsa_html_6861599329:95:9513:9521 Columbia Victoria, British Columbia -0.46814580209221146 +91232 aapg_ah_869.html aapg_ah_869.html:1092:98517:98529 Dakota Colorado -0.457736710679965686 +91233 jgeology_html_4305195651 jgeology_html_4305195651:272:22312:22334 Walton Oneonta, New York -0.061529324598319661 +91234 aapg_ae_581.html aapg_ae_581.html:561:63597:63623 Telegraph Creek Niobrara, Nebraska -0.00357165794977500582 +91235 gsa_html_3648258377 gsa_html_3648258377:1244:110189:110197 Virginia Colorado -0.0373010146688876193 +91236 aapg_ah_775.html aapg_ah_775.html:234:28726:28741 Diablo Sacramento, California 0.0426611431426443949 +91237 aapg_aa_44.html aapg_aa_44.html:33:3837:3855 Moenkopi Colorado 0.971121971917650151 +91238 cspg_html_4287356899 cspg_html_4287356899:1655:231592:231612 Hart River Western world -0.500480928372567968 +91239 sedimentology_html_8926418472 sedimentology_html_8926418472:687:64559:64586 Viking Lacombe, Alberta -0.0361854896356224864 +91240 aapg_ai_83.html aapg_ai_83.html:51:4672:4694 Detroit River Columbus, Ohio -0.0139559511282587399 +91241 aapg_ah_654.html aapg_ah_654.html:1013:104574:104583 Popo Agie Cheyenne, Wyoming -0.00060280083765855278 +91242 aapg_ah_289.html aapg_ah_289.html:113:15380:15399 Etchegoin Monterey, California 0.0100065875381290248 +91243 jgeology_html_6186634367 jgeology_html_6186634367:143:13844:13863 Supai Grand Canyon -0.00682551256752809629 +91244 gsa_html_2717448156 gsa_html_2717448156:1124:111524:111531 Spokane Washington (state) -0.00846727342264548197 +91245 cspg_html_1346993331 cspg_html_1346993331:60:7998:8006 Edmonton Edmonton, London -0.0407754352992212923 +91246 aapg_ad_152.html aapg_ad_152.html:2321:289643:289664 Bird Spring Clark County, Indiana -0.458695727712452594 +91247 aapg_ah_387.html aapg_ah_387.html:2207:240502:240521 Mariposa Sierra Nevada (Spain) 0.781883729795425642 +91248 aapg_af_842.html aapg_af_842.html:34:4056:4075 Smackover Arkansas -0.117144693266987579 +91249 aapg_aa_761.html aapg_aa_761.html:604:76820:76837 Sadlerochit Prudhoe Bay Oil Field -0.0264132431935258684 +91250 aapg_ai_278.html aapg_ai_278.html:477:64253:64274 Fort Pierce Melbourne, Florida -0.191867927049569148 +91251 cspg_html_8558580101 cspg_html_8558580101:14:1938:1945 Cadomin Lacombe, Alberta -0.442595627901035182 +91252 aapg_ac_939.html aapg_ac_939.html:740:83739:83745 Cannon Great Falls (Missouri River) -0.0350022236580636789 +91253 geology_html_9480340228 geology_html_9480340228:306:26398:26413 Rove Ontario, California -0.0199532604557582163 +91254 aapg_ae_305.html aapg_ae_305.html:1080:93532:93537 Colon Venezuela -0.0380668126428187481 +91255 aapg_aa_684.html aapg_aa_684.html:70:8321:8329 Red Peak John Crow Mountains -0.0658886987392225537 +91256 cspg_html_5949578130 cspg_html_5949578130:720:90846:90876 Nisku Lacombe, Alberta -0.47032647773667996 +91257 aapg_ae_546.html aapg_ae_546.html:5:1110:1128 Bossier East Texas 0.315695319944993169 +91258 aapg_ai_688.html aapg_ai_688.html:55:8067:8077 Bloomsburg Harrisburg, Pennsylvania -0.025547354296840772 +91259 geology_html_1015741339 geology_html_1015741339:242:23845:23863 Monterey California -0.44844429668252761 +91260 aapg_aa_12.html aapg_aa_12.html:519:56063:56077 Fredericksburg Arbuckle, California -0.456518443898076276 +91261 aapg_ae_546.html aapg_ae_546.html:16:3096:3105 Smackover Texas -0.0230751498951462693 +91262 aapg_ai_724.html aapg_ai_724.html:253:24265:24279 Thumb Mountain Devon Island -0.435767689782418699 +91263 cspg_html_9778753186 cspg_html_9778753186:98:14135:14142 Cadomin Bellevue, Nebraska 0.739263229977963676 +91264 cspg_html_3982722300 cspg_html_3982722300:145:21083:21089 Oregon Washington (state) -0.0291434052387325206 +91265 aapg_ae_73.html aapg_ae_73.html:231:29417:29427 Deer Creek Las Vegas Strip -0.0122044780485856749 +91266 aapg_ae_181.html aapg_ae_181.html:162:23060:23070 Montgomery Selma to Montgomery marches -0.501545759647369804 +91267 aapg_af_142.html aapg_af_142.html:196:23675:23680 Yazoo Mississippi River -0.270476507367973906 +91268 aapg_ae_777.html aapg_ae_777.html:356:40974:40991 Tererro Sangre de Cristo Range -0.0309000524599756105 +91269 aapg_af_723.html aapg_af_723.html:1060:98761:98785 Phillips Texas -0.445157668105484183 +91270 aapg_ah_645.html aapg_ah_645.html:493:58559:58564 Swift Boise, Idaho 0.0219626084121762773 +91271 aapg_aa_702.html aapg_aa_702.html:598:100056:100072 Maroon Colorado -0.0450123132997459277 +91272 cspg_html_6517402834 cspg_html_6517402834:21:2910:2922 Willow Creek Western Canadian Sedimentary Basin -0.0189695239556965725 +91273 aapg_ae_305.html aapg_ae_305.html:126:16253:16263 Rio Palmar Maracaibo -0.624154924591497129 +91274 aapg_ac_333.html aapg_ac_333.html:325:43402:43415 Abo Supai, Arizona 0.006789029590310529 +91275 geology_html_7650938543 geology_html_7650938543:203:18331:18337 Oregon Peru, Indiana -0.0425531787403144943 +91276 AMJC_html_2375334599 AMJC_html_2375334599:522:46857:46861 Java Philippines -0.0560320968911477979 +91277 aapg_ad_812.html aapg_ad_812.html:6:1176:1192 Navajo Logan, Utah -0.480667710196792775 +91278 aapg_ac_611.html aapg_ac_611.html:42:5777:5789 Shasta Knoxville, Illinois -0.057382412068765952 +91279 cspg_html_4516258038 cspg_html_4516258038:263:27629:27642 Parry Islands Bathurst Island (Northern Territory) -0.465888175365361257 +91280 aapg_ai_504.html aapg_ai_504.html:19:2041:2049 Deadwood Gallatin, Tennessee -0.460410000722277057 +91281 AMJC_html_7287542072 AMJC_html_7287542072:9:435:450 Wepawaug Schist Hartford, Connecticut -0.446835332876372782 +91282 aapg_af_713.html aapg_af_713.html:111:10956:10965 Smackover East Texas -0.0217627063561980361 +91283 aapg_ae_875.html aapg_ae_875.html:11:2013:2034 Cariblanco Puerto Rico -0.0286460223175962654 +91284 gsa_html_6753732431 gsa_html_6753732431:320:29024:29045 Wood Canyon Marble Mountain Wilderness -0.40885910139806747 +91285 aapg_ac_237.html aapg_ac_237.html:16:2334:2351 El Paso West, Texas -0.467905110852730732 +91286 palaios_html_2641317206 palaios_html_2641317206:187:13037:13054 Carrara California 0.00331802598112439446 +91287 gsa_html_5737673651 gsa_html_5737673651:454:39135:39153 Morrison Logan, Utah -0.191946331838615675 +91288 cspg_html_9008569748 cspg_html_9008569748:8:710:718 Columbia Victoria, British Columbia -0.0102706745632111761 +91289 cspg_html_3404912985 cspg_html_3404912985:259:40079:40087 Lea Park Lacombe, Alberta -0.451740527107044376 +91290 geology_html_7079208419 geology_html_7079208419:265:24604:24610 Provo Earth -0.457532796484121151 +91291 aapg_ae_124.html aapg_ae_124.html:34:3161:3170 Gatesburg Pennsylvania -0.465595518002078101 +91292 cspg_html_1611261412 cspg_html_1611261412:767:97566:97578 Saskatchewan Lacombe, Alberta -0.465945346292333973 +91293 aapg_ac_944.html aapg_ac_944.html:54:6621:6651 Dyer Colorado -0.0880258721573671105 +91294 aapg_aa_735.html aapg_aa_735.html:147:12836:12853 Borden Illinois 0.000112916565930930199 +91295 cspg_html_7688587411 cspg_html_7688587411:251:26690:26708 Kaskapau Victoria, British Columbia -0.021507182733615033 +91296 geology_html_6220540065 geology_html_6220540065:256:22555:22560 Erwin Chaohu City -0.00108399958960863079 +91297 jgeology_html_8447682494 jgeology_html_8447682494:500:31753:31764 Moose River Portland, Maine -0.46814580209221146 +91298 cspg_html_1665574291 cspg_html_1665574291:6:384:402 Paskapoo Lacombe, Alberta -0.44948782523520614 +91299 aapg_aa_147.html aapg_aa_147.html:327:39263:39272 Red River Manitoba -0.666854395468786776 +91300 aapg_ae_2.html aapg_ae_2.html:399:42887:42893 Walker England -0.0641173157526796905 +91301 aapg_ad_466.html aapg_ad_466.html:1378:146669:146676 Magothy Black Creek (Toronto) -0.433657258933567102 +91302 aapg_ai_898.html aapg_ai_898.html:99:11862:11868 Brazil South America -0.470236848829719556 +91303 aapg_ah_631.html aapg_ah_631.html:305:40775:40786 Black River Ohio -0.0537507800709914538 +91304 aapg_ad_870.html aapg_ad_870.html:118:13406:13413 Saginaw Michigan -0.0516462775496139975 +91305 geology_html_9906887454 geology_html_9906887454:186:13974:13986 Owens Valley Hunter Mountain (ski area) -0.0245215675441684301 +91306 aapg_ah_174.html aapg_ah_174.html:213:28313:28319 Sierra Canoa Quebrada -0.0549959922383894545 +91307 aapg_ad_880.html aapg_ad_880.html:212:21976:21980 Wendover Cheyenne, Wyoming -0.0218513582866363479 +91308 aapg_aa_22.html aapg_aa_22.html:3:159:185 Montoya Middle East 0.823827504539143884 +91309 aapg_ah_573.html aapg_ah_573.html:58:7608:7619 Port Jervis West Branch Susquehanna River 0.00299316941719320615 +91310 aapg_ac_424.html aapg_ac_424.html:344:55120:55133 Jackson Texas -0.456844361180692826 +91311 aapg_ac_807.html aapg_ac_807.html:667:66054:66065 Black Creek Closter, New Jersey 0.766513163057452096 +91312 aapg_ac_617.html aapg_ac_617.html:98:12209:12217 Oakville Nueces County, Texas -0.0152852690750857109 +91313 aapg_ae_255.html aapg_ae_255.html:60:7082:7093 Sparta Spurger, Texas -0.447706690849008493 +91314 aapg_aa_548.html aapg_aa_548.html:79:8508:8516 Seminole Tulsa, Oklahoma -0.492380698787899029 +91315 aapg_aa_148.html aapg_aa_148.html:83:12559:12581 Cedar Mountain Colorado -0.480644453081816247 +91316 aapg_ae_419.html aapg_ae_419.html:2589:171724:171730 Sierra Santa Clara, California -0.467071222132578012 +91317 geology_html_8332015754 geology_html_8332015754:283:19532:19541 San Diego California 0.0128699558541004178 +91318 aapg_ad_867.html aapg_ad_867.html:29:2845:2867 Word Texas -0.44714211768966694 +91319 aapg_ad_720.html aapg_ad_720.html:287:27639:27649 San Andres New Mexico -0.000774781561203988548 +91320 cspg_html_7970178687 cspg_html_7970178687:6:293:301 Colorado Bow Island Airport -0.0164269755226494514 +91321 aapg_ad_959.html aapg_ad_959.html:91:9476:9487 Clays Ferry Covington, Kentucky -0.18530730478593041 +91322 sedimentology_html_2442491538 sedimentology_html_2442491538:1119:92793:92824 Paradox Colorado 0.833143117424831714 +91323 aapg_ah_318.html aapg_ah_318.html:374:48233:48239 Sabine Shreveport, Louisiana -0.0151445144826190588 +91324 aapg_ai_999.html aapg_ai_999.html:43:4564:4584 Twin Creek Boise, Idaho -0.465568086328610908 +91325 aapg_ac_824.html aapg_ac_824.html:504:50260:50268 Colorado Colorado -0.0170838731942537375 +91326 gsa_html_2209194419 gsa_html_2209194419:995:100408:100436 Green River Colorado -0.0172889404553563421 +91327 gsa_html_5147030878 gsa_html_5147030878:288:25208:25228 Aruba Lava Aruba -0.437987106587424679 +91328 aapg_aa_928.html aapg_aa_928.html:330:38341:38350 Catahoula Western world -0.02660103319374214 +91329 aapg_ac_610.html aapg_ac_610.html:213:18747:18759 Crystal Peak Logan, Utah -0.163359518174507334 +91330 cspg_html_4765627863 cspg_html_4765627863:40:3817:3828 Slave Point Victoria, British Columbia -0.428791476930725279 +91331 cspg_html_8694594891 cspg_html_8694594891:385:41924:41942 Billings Ontario, California -0.430769996617996531 +91332 aapg_aa_784.html aapg_aa_784.html:114:13165:13179 Chainman Yucca Mountain -0.0735817057493154542 +91333 cspg_html_5435328392 cspg_html_5435328392:222:28468:28479 Gravelbourg Colorado -0.0160151207401750574 +91334 aapg_ai_54.html aapg_ai_54.html:157:18146:18161 Tuscaloosa Tuscaloosa, Alabama -0.00985717070177309293 +91335 sedimentology_html_3449233333 sedimentology_html_3449233333:313:23665:23669 Webb Great Barrier Reef -0.471340610693628537 +91336 aapg_ad_810.html aapg_ad_810.html:79:9141:9152 Trout River Watson Lake (Arizona) -0.0178259478113005146 +91337 cspg_html_1654370716 cspg_html_1654370716:84:9847:9855 Colorado Regina, Saskatchewan -0.0625944224537374611 +91338 aapg_aa_118.html aapg_aa_118.html:485:47215:47234 Mystic Quebec City -0.0565310187113001669 +91339 cspg_html_3953809708 cspg_html_3953809708:595:59075:59083 Colorado Pueblo, Colorado -0.040714500181089297 +91340 aapg_ae_581.html aapg_ae_581.html:300:31256:31275 Fox Hills Cheyenne, Wyoming -0.420909473199816475 +91341 cspg_html_9236194363 cspg_html_9236194363:100:10672:10693 Slave Point Lacombe, Alberta 0.772366219538346166 +91342 palaios_html_3889678675 palaios_html_3889678675:1084:104685:104705 Lakota Cheyenne, Wyoming -0.021507182733615033 +91343 aapg_af_858.html aapg_af_858.html:193:18434:18452 Black River Ohio -0.00871745152629535731 +91344 gsa_html_4479989476 gsa_html_4479989476:15:604:610 Reston Virginia -0.476218391360906934 +91345 AMJC_html_2228158963 AMJC_html_2228158963:745:82660:82664 Rome Youngtown, Tasmania -0.451193701085184695 +91346 cspg_html_7083999793 cspg_html_7083999793:27:3537:3545 Columbia Victoria, British Columbia -0.458659434193013582 +91347 cspg_html_7912545589 cspg_html_7912545589:17:2309:2320 Peace River CFB Cold Lake -0.464405306663695727 +91348 jgeology_html_5803513114 jgeology_html_5803513114:138:10716:10728 Carrabassett Littleton, Colorado -0.455252106655251121 +91349 palaios_html_8447729660 palaios_html_8447729660:438:49020:49045 Willwood Cheyenne, Wyoming -0.0446744016951777928 +91350 aapg_ae_419.html aapg_ae_419.html:1435:112010:112030 Agua Nueva Tampico, Illinois -0.467194881190696076 +91351 cspg_html_4287356899 cspg_html_4287356899:2888:317007:317035 Cathedral Texas -0.443715087361728711 +91352 cspg_html_8089302449 cspg_html_8089302449:526:91193:91215 Slave Point Swan Hill, Victoria -0.0093950246056262298 +91353 aapg_ad_356.html aapg_ad_356.html:397:38472:38495 Cotton Valley Haynesville, Louisiana 0.0169013996908496215 +91354 aapg_aa_124.html aapg_aa_124.html:339:34705:34724 Crowsnest Bow Island Airport -0.465273249433996894 +91355 cspg_html_3798354576 cspg_html_3798354576:104:11603:11609 Exshaw Chattanooga, Tennessee -0.00399553741552616509 +91356 aapg_af_664.html aapg_af_664.html:707:78989:79002 Brushy Canyon Delaware -0.0868202998979281104 +91357 gsa_html_7472793538 gsa_html_7472793538:61:4527:4555 Green River Iran -0.0323768745751979448 +91358 cspg_html_4822015639 cspg_html_4822015639:56:8866:8882 Eureka Quartzite Logan, Utah 0.330934801658035682 +91359 geology_html_5002135036 geology_html_5002135036:34:2258:2264 Nelson Texas -0.0529312233263838083 +91360 cspg_html_9683836416 cspg_html_9683836416:487:73105:73116 Belly River Arctic Cordillera -0.472501057082917231 +91361 cspg_html_7881580279 cspg_html_7881580279:26:3768:3777 Red River Lacombe, Alberta -0.0155250750483416668 +91362 aapg_ae_448.html aapg_ae_448.html:122:13766:13772 Paluxy Paluxy, Texas -0.427803761062237942 +91363 gsa_html_5339062095 gsa_html_5339062095:864:68932:68963 Black Peaks Texas -0.0824587754712718807 +91364 aapg_ac_75.html aapg_ac_75.html:133:15309:15331 Slave Point Canada -0.029932996517762829 +91365 aapg_ah_696.html aapg_ah_696.html:381:54085:54095 Washington Salem, Oregon -0.0169066131987412362 +91366 cspg_html_6839937815 cspg_html_6839937815:169:23637:23654 Gerster Reno, Nevada -0.469648742182661783 +91367 aapg_ah_23.html aapg_ah_23.html:200:36795:36802 Yucatan Melbourne, Florida -0.0203634553137257354 +91368 aapg_aa_328.html aapg_aa_328.html:387:28393:28403 San Felipe San Juan, Argentina -0.486682122398052641 +91369 cspg_html_8250755331 cspg_html_8250755331:122:17059:17079 Milk River Lacombe, Alberta -0.485729424463417547 +91370 aapg_ac_641.html aapg_ac_641.html:272:35877:35894 Astoria Washington (state) -0.447706690849008493 +91371 aapg_aa_146.html aapg_aa_146.html:777:45554:45573 Fox Hills Newcastle, New South Wales 0.0439515947825946662 +91372 aapg_ae_694.html aapg_ae_694.html:86:11338:11352 Buda Buda, Texas 0.298790956747109371 +91373 aapg_aa_731.html aapg_aa_731.html:72:10674:10686 Wilcox Texas 0.327165353570516737 +91374 aapg_ah_749.html aapg_ah_749.html:3:219:227 Virginia Norfolk, Virginia -0.00910662035546105052 +91375 cspg_html_4298557570 cspg_html_4298557570:71:11055:11073 Edmonton Edmonton, London -0.0425131277640511673 +91376 cspg_html_5306161110 cspg_html_5306161110:76:10933:10939 Ludlow England -0.474805786132168894 +91377 aapg_ac_253.html aapg_ac_253.html:222:30224:30230 Frisco Frisco, Texas -0.430224392211940587 +91378 geology_html_4395835641 geology_html_4395835641:49:6505:6535 Dunn Canada -0.0611592028569035856 +91379 cspg_html_2826081830 cspg_html_2826081830:385:45791:45813 Grand Rapids Lacombe, Alberta -0.0488731608770273246 +91380 gsa_html_5628865226 gsa_html_5628865226:545:51046:51074 Green River Colorado -0.011327042139941219 +91381 geology_html_1786422255 geology_html_1786422255:14:667:675 Virginia Reston, Virginia 0.0152887445072461998 +91382 aapg_aa_681.html aapg_aa_681.html:418:44095:44109 Traverse Michigan -0.501414666805271692 +91383 aapg_ah_847.html aapg_ah_847.html:84:9737:9759 Mount Laurel New Egypt, New Jersey -0.0833125083700810565 +91384 aapg_ai_107.html aapg_ai_107.html:83:7666:7685 Smackover Arkansas -0.433635185237620624 +91385 aapg_ac_590.html aapg_ac_590.html:93:11711:11729 Ogallala Pecos River -0.453008719186489883 +91386 gsa_html_4913703235 gsa_html_4913703235:622:63235:63263 Green River New Mexico -0.0280825762237737336 +91387 jgeology_html_4115179562 jgeology_html_4115179562:641:50401:50426 Bays Virginia -0.434558307819543299 +91388 aapg_ae_143.html aapg_ae_143.html:71:8367:8375 Imperial Swan Hill, Victoria -0.0139507382494490646 +91389 gsa_html_3942625742 gsa_html_3942625742:223:19670:19682 Little River Metro Manila -0.514589010681822057 +91390 aapg_ae_474.html aapg_ae_474.html:862:87357:87376 Aux Vases Bethel, Alaska 0.026065490438927353 +91391 gsa_html_3855546953 gsa_html_3855546953:798:72200:72208 Fillmore Mojave Desert -0.0343184250102417446 +91392 cspg_html_6383234409 cspg_html_6383234409:591:61882:61902 Bird Fiord Ellesmere Island -0.0158621976007121031 +91393 aapg_ai_493.html aapg_ai_493.html:52:6023:6043 Wasatch Logan, Utah -0.00515253017068293719 +91394 cspg_html_5660413005 cspg_html_5660413005:127:15556:15571 Nisku Blue Ridge Mountains -0.0756309870221592712 +91395 aapg_ah_370.html aapg_ah_370.html:115:8114:8127 Traverse Thunder Bay -0.415951842500741242 +91396 aapg_aa_61.html aapg_aa_61.html:89:9157:9164 Tamabra Matamoros, Tamaulipas -0.450582005503512739 +91397 aapg_ai_94.html aapg_ai_94.html:91:14266:14272 Sierra Matamoros, Tamaulipas -0.0591727928419457441 +91398 aapg_ai_581.html aapg_ai_581.html:253:23876:23882 Denver Colorado -0.495106025033118957 +91399 aapg_ah_415.html aapg_ah_415.html:118:10794:10814 Milk River Colorado -0.028002582716924157 +91400 cspg_html_7483574191 cspg_html_7483574191:491:62587:62614 Waterton Fernie, British Columbia -0.448282824521055501 +91401 sedimentology_html_7195393000 sedimentology_html_7195393000:979:77969:77987 Dunvegan Lacombe, Alberta -0.0227274727216301153 +91402 aapg_af_133.html aapg_af_133.html:303:32450:32462 Salina Michigan -0.465888175365361257 +91403 aapg_ad_2.html aapg_ad_2.html:1279:175847:175858 Black River Pennsylvania -0.227405549831921433 +91404 gsa_html_3014459865 gsa_html_3014459865:277:30820:30838 Beacon Hill Gravel Piedmont (United States) -0.0979310862985743047 +91405 gsa_html_5081991493 gsa_html_5081991493:1129:88409:88430 Green River Flagstaff, Arizona -0.471099044200062878 +91406 aapg_ac_789.html aapg_ac_789.html:124:24204:24237 Barnett Texas -0.423164225946506323 +91407 aapg_ae_828.html aapg_ae_828.html:3:235:243 Michigan Michigan -0.450242601748815363 +91408 aapg_ad_723.html aapg_ad_723.html:38:4171:4179 Colorado New Mexico -0.0017580264633766593 +91409 aapg_ah_644.html aapg_ah_644.html:350:42147:42159 Saskatchewan Manitoba -0.496938878513721649 +91410 gsa_html_1130947011 gsa_html_1130947011:76:8609:8620 Utica Lexington, Kentucky 0.0164478291242488549 +91411 cspg_html_7278957427 cspg_html_7278957427:106:14824:14843 Beaufort Ellesmere Island -0.0350596438268750282 +91412 aapg_ah_318.html aapg_ah_318.html:408:50265:50283 Hosston Cotton Valley, Louisiana -0.424391951314652904 +91413 geology_html_2357420362 geology_html_2357420362:205:19118:19122 Bond North Atlantic Current -0.457514673015389395 +91414 cspg_html_2758324131 cspg_html_2758324131:461:58798:58828 Bakken Williston Basin -0.0140376196944260508 +91415 geology_html_1668394540 geology_html_1668394540:283:24675:24687 Owens Valley Mojave Desert -0.0264132431935258684 +91416 aapg_af_387.html aapg_af_387.html:330:28605:28614 Smackover Mississippi River -0.440387442871438828 +91417 gsa_html_1412681096 gsa_html_1412681096:950:83380:83390 Rio Grande Mexico -0.464501195477937445 +91418 aapg_ae_337.html aapg_ae_337.html:570:47150:47172 Word Texas -0.427843250012949428 +91419 gsa_html_5928791685 gsa_html_5928791685:88:8467:8484 Blackstone Newport, Rhode Island -0.427672143055296883 +91420 gsa_html_2575244827 gsa_html_2575244827:139:15987:16010 Fort Thompson Austin, Chicago 1.02608873627159736 +91421 aapg_ai_583.html aapg_ai_583.html:41:6558:6568 Twin Creek Cheyenne, Wyoming -0.0583700268296453301 +91422 cspg_html_6193252551 cspg_html_6193252551:634:67862:67869 Sayabec Quebec City 0.975827321216634069 +91423 cspg_html_9119878068 cspg_html_9119878068:431:50325:50341 Besa River Victoria, British Columbia -0.0104235679161521783 +91424 geology_html_1543525199 geology_html_1543525199:305:27028:27052 Wasatch Powder River Basin 0.0120446265356006221 +91425 aapg_af_143.html aapg_af_143.html:979:99654:99675 Otter California -0.418959896003603949 +91426 cspg_html_9343899465 cspg_html_9343899465:73:10267:10285 Melville Island Melville Island (Canada) -0.0741293831516637997 +91427 cspg_html_7409170811 cspg_html_7409170811:632:73497:73503 Exshaw Lacombe, Alberta 0.710537853589302104 +91428 aapg_ae_65.html aapg_ae_65.html:473:43586:43595 Chugwater Cheyenne, Wyoming -0.19544304924925085 +91429 aapg_ai_461.html aapg_ai_461.html:29:4004:4009 Boggy Ouachita Mountains -0.0158448200336194084 +91430 gsa_html_4873957926 gsa_html_4873957926:698:75908:75916 San Luis Creede, Colorado -0.477123570959987586 +91431 gsa_html_4026604278 gsa_html_4026604278:638:79651:79660 Pocatello Snake River Plain (ecoregion) -0.048386967383413422 +91432 AMJC_html_4692260170 AMJC_html_4692260170:576:58487:58509 Spider Lake Piscataquis River -0.00910662035546105052 +91433 gsa_html_3614490577 gsa_html_3614490577:718:59553:59559 Lisbon Charleston, South Carolina -0.436965343294064001 +91434 cspg_html_7896958755 cspg_html_7896958755:241:24871:24890 Clearwater Western world -0.0509054009526276677 +91435 cspg_html_7866293053 cspg_html_7866293053:738:70807:70824 Gething Victoria, British Columbia -0.409403548680465024 +91436 cspg_html_9905904289 cspg_html_9905904289:22:3958:3964 Battle Lacombe, Alberta 0.736379129940215815 +91437 gsa_html_4618399939 gsa_html_4618399939:61:4571:4599 Green River Colorado -0.0255351835335731921 +91438 aapg_ac_829.html aapg_ac_829.html:63:8342:8349 Duperow Canada -0.401951417894638341 +91439 sedimentology_html_4002578443 sedimentology_html_4002578443:145:5945:5979 Protection Washington (state) -0.48294529227432792 +91440 aapg_ai_612.html aapg_ai_612.html:51:8341:8355 Ross Laingsburg, Western Cape -0.0399624195111792577 +91441 cspg_html_5993094683 cspg_html_5993094683:509:56196:56219 Pico California -0.459805657368256959 +91442 geology_html_7123070239 geology_html_7123070239:284:24913:24951 Duck Creek Perth, Western Australia -0.43911211811260753 +91443 aapg_ad_918.html aapg_ad_918.html:62:8898:8913 Mesaverde Colorado -0.0374924586828319778 +91444 aapg_ac_967.html aapg_ac_967.html:237:26957:26970 Blue Mountain Richmond, California -0.0153756304706319062 +91445 sedimentology_html_7553974053 sedimentology_html_7553974053:1429:118711:118728 Sisquoc California -0.465888175365361257 +91446 aapg_ae_574.html aapg_ae_574.html:21:3644:3662 Frontier Powder River (Montana) -0.473819937725990625 +91447 gsa_html_6625494715 gsa_html_6625494715:431:55237:55265 Tidal Nassau, Bahamas -0.0492670174484324749 +91448 palaios_html_8113714689 palaios_html_8113714689:98:9733:9751 Munising Michigan 0.734670862599598018 +91449 gsa_html_4181975259 gsa_html_4181975259:677:64819:64824 Rapid Anchorage, Alaska -0.52633386733968035 +91450 aapg_ai_321.html aapg_ai_321.html:71:9332:9349 Metapan Comayagua -0.0291155791192652773 +91451 aapg_ad_930.html aapg_ad_930.html:160:17477:17498 Green River Cheyenne, Wyoming -0.434083382761083048 +91452 aapg_ac_187.html aapg_ac_187.html:1957:191098:191133 Marcellus Pennsylvania -0.428317245284791537 +91453 cspg_html_1166788717 cspg_html_1166788717:6:408:413 Banff Lacombe, Alberta -0.24689455797158627 +91454 geology_html_4403865682 geology_html_4403865682:165:18479:18488 Eel River Scotia, New York -0.0676658721418899739 +91455 aapg_ah_428.html aapg_ah_428.html:177:22275:22292 El Paso El Paso, Texas -0.0222581200663617834 +91456 AMJC_html_7085584544 AMJC_html_7085584544:958:97656:97675 Willwood Cheyenne, Wyoming -0.454068782805138071 +91457 sedimentology_html_8006979411 sedimentology_html_8006979411:133:12246:12254 Columbia Victoria, British Columbia -0.435659290307845004 +91458 geology_html_3911481921 geology_html_3911481921:272:25648:25657 San Diego California -0.0175687387296353664 +91459 aapg_ac_251.html aapg_ac_251.html:203:24483:24492 Franconia Coconino County, Arizona -0.432236767973233238 +91460 aapg_ae_584.html aapg_ae_584.html:709:65200:65218 San Onofre Breccia Orange County, California -0.0446587257123436179 +91461 aapg_af_636.html aapg_af_636.html:198:22671:22677 Camden Benton County, Indiana -0.111820872655452833 +91462 aapg_ae_960.html aapg_ae_960.html:3:353:366 Madison Nebraska -0.149195425820606131 +91463 aapg_ac_333.html aapg_ac_333.html:1058:127547:127553 Kaibab New Mexico 0.644729428218489664 +91464 aapg_ah_72.html aapg_ah_72.html:73:11110:11117 Fleming Shreveport, Louisiana -0.472722268874013252 +91465 aapg_aa_288.html aapg_aa_288.html:370:39921:39932 Skull Creek Cheyenne, Wyoming -0.469419119754978742 +91466 geology_html_6616123514 geology_html_6616123514:244:21550:21556 Jordan Nazca -0.464450966712688929 +91467 aapg_ae_223.html aapg_ae_223.html:94:12046:12062 Dakota Colorado -0.40937556582286283 +91468 aapg_ai_17.html aapg_ai_17.html:444:33530:33535 Yegua Texas -0.0275887108223223723 +91469 aapg_aa_23.html aapg_aa_23.html:203:21123:21131 Winnipeg Lake Winnipeg -0.104136130052582224 +91470 aapg_ae_871.html aapg_ae_871.html:114:17749:17769 Open Anchorage, Alaska -0.0786338057195771767 +91471 sedimentology_html_9410072150 sedimentology_html_9410072150:59:4251:4259 Victoria Mexico -0.454068782805138071 +91472 aapg_ae_370.html aapg_ae_370.html:379:35199:35215 Keasey California -0.0624529806761317877 +91473 cspg_html_1222040397 cspg_html_1222040397:737:87927:87946 Bedford London, Ontario -0.00357860677920869346 +91474 aapg_af_248.html aapg_af_248.html:32:2975:2981 Midway Arkansas -0.452112016307883446 +91475 cspg_html_5546792631 cspg_html_5546792631:233:29708:29720 Horton River Canada -0.51211056186394277 +91476 aapg_ad_37.html aapg_ad_37.html:79:8109:8114 Yegua Western world -0.44497889773871091 +91477 cspg_html_5954266359 cspg_html_5954266359:353:46189:46197 Montreal Quebec City -0.0509402640663400852 +91478 aapg_ad_466.html aapg_ad_466.html:1348:144197:144204 Raritan Chesapeake Bay -0.034835184903719292 +91479 aapg_ai_31.html aapg_ai_31.html:100:11105:11124 Catahoula Texas -0.014941203695627946 +91480 aapg_ah_869.html aapg_ah_869.html:1115:99830:99838 Colorado Denver -0.0370486621812744707 +91481 AMJC_html_1470891917 AMJC_html_1470891917:674:70024:70037 Francis Saratoga Springs, New York -0.465705253187009671 +91482 sedimentology_html_9284939222 sedimentology_html_9284939222:1471:105368:105395 Tidal Memphis International Airport -0.484434333090292712 +91483 gsa_html_3069013284 gsa_html_3069013284:414:43482:43504 Chinle Chinle Formation 0.0162097516274166825 +91484 aapg_ai_504.html aapg_ai_504.html:148:14887:14892 Heath Williston, Vermont -0.464501195477937445 +91485 sedimentology_html_3769940331 sedimentology_html_3769940331:488:44260:44269 Mansfield Montgomery (town), New York -0.0575289744471569053 +91486 jgeology_html_6672772311 jgeology_html_6672772311:332:30251:30254 Arc Bellevue, Nebraska -0.474009171210690694 +91487 palaios_html_4875582819 palaios_html_4875582819:362:41967:41985 Judith River Canada -0.0307539456314618806 +91488 geology_html_7867948062 geology_html_7867948062:21:1188:1204 Noonday Dolomite Death Valley -0.463764030920631232 +91489 cspg_html_8662646956 cspg_html_8662646956:74:13545:13555 Pine Point Vancouver -0.0269348882327513015 +91490 jgeology_html_2872695575 jgeology_html_2872695575:505:30651:30675 Sewanee Conglomerate Knoxville, Tennessee -0.201628710381571846 +91491 sedimentology_html_6705485093 sedimentology_html_6705485093:721:52282:52292 Copenhagen Denmark -0.4864081422828892 +91492 sedimentology_html_2265212258 sedimentology_html_2265212258:36:2626:2635 Lockatong Passaic, New Jersey -0.452112016307883446 +91493 cspg_html_8581304260 cspg_html_8581304260:308:35503:35511 Columbia Victoria, British Columbia -0.436850160261835319 +91494 aapg_ae_959.html aapg_ae_959.html:2094:150169:150190 Bluff Carlsbad, New Mexico 0.0327074019013336922 +91495 aapg_aa_45.html aapg_aa_45.html:95:11843:11861 Moenkopi Moenkopi Formation -0.257441552293545595 +91496 gsa_html_4592916077 gsa_html_4592916077:964:67390:67399 San Diego California 0.0171168923697872649 +91497 aapg_ai_292.html aapg_ai_292.html:332:32452:32466 Lisburne Northwest Arctic Borough, Alaska -0.47482657712880405 +91498 aapg_ad_357.html aapg_ad_357.html:125:11171:11189 Vaqueros California -0.029755595097347827 +91499 aapg_ac_684.html aapg_ac_684.html:214:20092:20104 Wilcox Murray, Kentucky -0.492187378708275225 +91500 aapg_aa_691.html aapg_aa_691.html:499:65106:65124 Elk Lacombe, Alberta -0.46878567237532498 +91501 cspg_html_3124360347 cspg_html_3124360347:84:15119:15130 Beekmantown Smithville, Ontario -0.420831066107106355 +91502 aapg_ad_153.html aapg_ad_153.html:397:40084:40091 Cypress Bethel, Alaska -0.47944058990843208 +91503 aapg_ad_930.html aapg_ad_930.html:3:200:221 Green River Cheyenne, Wyoming -0.0235062798697475116 +91504 cspg_html_4298557570 cspg_html_4298557570:27:3636:3650 Edmonton Lacombe, Alberta -0.410654977258053444 +91505 cspg_html_9435196958 cspg_html_9435196958:100:4402:4410 Edmonton Lacombe, Alberta -0.0558000933970826327 +91506 AMJC_html_5916115748 AMJC_html_5916115748:1523:134443:134453 Washington Salem, Oregon -0.470179399208385473 +91507 aapg_af_854.html aapg_af_854.html:1409:205135:205151 Bethel White County, Indiana 0.0228109145750298482 +91508 sedimentology_html_3100976179 sedimentology_html_3100976179:162:8853:8857 Hall London, Ontario -0.454052985518192231 +91509 aapg_ac_63.html aapg_ac_63.html:112:11751:11760 Smackover Shreveport, Louisiana -0.461219460550356897 +91510 aapg_ai_219.html aapg_ai_219.html:608:38474:38488 Nuka Anchorage, Alaska 0.363912349573393634 +91511 aapg_ad_337.html aapg_ad_337.html:89:9236:9254 Vaqueros Santa Monica Mountains -0.0446848523665537567 +91512 aapg_ae_511.html aapg_ae_511.html:43:4710:4717 Wasatch Logan, Utah -0.450707909241451543 +91513 gsa_html_9181545711 gsa_html_9181545711:556:52865:52883 Fountain Coney Island -0.0581693509362974023 +91514 gsa_html_1124652135 gsa_html_1124652135:12:542:548 Reston Virginia -0.452927573923113447 +91515 cspg_html_7310162886 cspg_html_7310162886:171:23010:23016 Alapah Great Britain -0.451767539383647998 +91516 aapg_ai_326.html aapg_ai_326.html:142:17042:17055 Mandata Pennsylvania -0.0294042780246520329 +91517 aapg_aa_957.html aapg_aa_957.html:100:10354:10363 Cockfield Duval County, Texas 0.0626048997541878011 +91518 aapg_ai_52.html aapg_ai_52.html:6:1316:1327 Tulare Monterey, California -0.0257872942551229771 +91519 aapg_aa_643.html aapg_aa_643.html:478:55520:55529 Knoxville Knoxville, Illinois -0.0544099822313272238 +91520 sedimentology_html_6390126294 sedimentology_html_6390126294:1260:76738:76743 Piper Canada -0.0145241610261636171 +91521 aapg_af_191.html aapg_af_191.html:11:1229:1237 Big Hill Texas -0.0364256392683856012 +91522 palaios_html_3931161229 palaios_html_3931161229:998:98155:98159 Kope Kentucky -0.243128818820291415 +91523 aapg_ai_887.html aapg_ai_887.html:217:26404:26412 Edmonton Golden, Colorado -0.452977161832460395 +91524 aapg_ae_479.html aapg_ae_479.html:25:3661:3669 Virginia Kentucky -0.449755070503296051 +91525 aapg_ac_528.html aapg_ac_528.html:442:51930:51936 Denver Colorado -0.468255854243320946 +91526 cspg_html_5541725202 cspg_html_5541725202:496:67282:67302 Tormentine New Brunswick, New Jersey -0.444036457876645585 +91527 aapg_ac_807.html aapg_ac_807.html:372:37738:37749 Hornerstown Maryland -0.0246554374675200805 +91528 aapg_aa_813.html aapg_aa_813.html:429:45609:45619 Fort Union Cheyenne, Wyoming 0.0200001890742619974 +91529 aapg_ai_80.html aapg_ai_80.html:335:34570:34575 Utica Knoxville, Tennessee -0.0264393249899875019 +91530 cspg_html_9119878068 cspg_html_9119878068:83:10947:10956 Waterways Edmonton, London -0.498053805119432369 +91531 gsa_html_1040524378 gsa_html_1040524378:788:81411:81419 Colorado Cheyenne, Wyoming -0.454540571750530975 +91532 aapg_af_469.html aapg_af_469.html:473:55904:55912 Humboldt Great Basin -0.443933785681361437 +91533 gsa_html_5081991493 gsa_html_5081991493:1371:101495:101511 Colton Logan, Utah -0.0397082576932654904 +91534 gsa_html_1228097309 gsa_html_1228097309:64:4765:4793 Green River Colorado -0.0200714512738383588 +91535 cspg_html_2954223000 cspg_html_2954223000:1068:152910:152915 Weeks Los Angeles -0.0534682838330376511 +91536 jgeology_html_8088445472 jgeology_html_8088445472:162:10015:10022 Manlius Jamesville, New York -0.458695727712452594 +91537 aapg_ai_350.html aapg_ai_350.html:64:6982:6988 Wilcox Pauls Valley, Oklahoma -0.458822766590828601 +91538 aapg_aa_886.html aapg_aa_886.html:688:73938:73947 San Diego California 0.0515225023834488122 +91539 cspg_html_5104062649 cspg_html_5104062649:678:70322:70332 Sans Sault Sault Ste. Marie, Ontario -0.457650607934439568 +91540 AMJC_html_6341723617 AMJC_html_6341723617:1099:91761:91767 Denver Colorado -0.0791820422542413721 +91541 jgeology_html_5746443485 jgeology_html_5746443485:1202:73188:73195 Andrews Austin, Chicago 0.000555897012734609666 +91542 aapg_ai_205.html aapg_ai_205.html:88:9778:9785 Canning Carnarvon, Western Australia 0.0102845739324917348 +91543 cspg_html_6252417471 cspg_html_6252417471:138:21284:21300 Hassel Banks Island 0.327881957519519707 +91544 aapg_ah_772.html aapg_ah_772.html:637:52814:52825 Bird Spring Reno, Nevada -0.484135384227082133 +91545 geology_html_1215270908 geology_html_1215270908:22:847:857 Washington Washington (state) -0.431097950577111366 +91546 aapg_ah_763.html aapg_ah_763.html:47:4727:4737 Whitehorse Artesia, New Mexico -0.439502972586644391 +91547 cspg_html_2418341010 cspg_html_2418341010:45:5490:5502 Saskatchewan Regina, Saskatchewan -0.064966254466043899 +91548 aapg_ai_107.html aapg_ai_107.html:601:51463:51472 Shongaloo Texas -0.478767343423892489 +91549 aapg_ad_785.html aapg_ad_785.html:40:5181:5189 Fountain Arkansas River -0.0272304956863127501 +91550 cspg_html_2139304729 cspg_html_2139304729:34:5678:5697 Hecla Bay Bathurst Island (Northern Territory) -0.464610795373413321 +91551 cspg_html_4269071742 cspg_html_4269071742:236:19611:19630 Kishenehn South Fork Flathead River -0.447189152172129289 +91552 aapg_aa_749.html aapg_aa_749.html:182:23883:23904 Willow Creek Uinta Mountains -0.486220855983571787 +91553 gsa_html_8881958017 gsa_html_8881958017:333:34723:34731 Columbia Victoria, British Columbia -0.0364256392683856012 +91554 cspg_html_9388742281 cspg_html_9388742281:250:24825:24843 Dunvegan Lacombe, Alberta -0.496166414713999471 +91555 aapg_ah_158.html aapg_ah_158.html:120:23487:23497 Georgetown Bear Mountain (Connecticut) 0.0041553613038186523 +91556 aapg_ad_942.html aapg_ad_942.html:802:67020:67028 Columbia Victoria, British Columbia -0.0192997479723480518 +91557 sedimentology_html_5673709888 sedimentology_html_5673709888:1555:81312:81319 Gambier Burlington, Ontario -0.0446848523665537567 +91558 aapg_ak_98.html aapg_ak_98.html:840:84709:84729 Maravillas West Texas -0.457614356613462614 +91559 geology_html_4989892233 geology_html_4989892233:39:3981:3989 Columbia Victoria, British Columbia -0.46853104470756296 +91560 aapg_ai_328.html aapg_ai_328.html:91:8900:8909 Rancheria Las Cruces, New Mexico 0.000138974235394869979 +91561 aapg_ai_506.html aapg_ai_506.html:96:9539:9547 Virginia Virginia -0.476093453364925034 +91562 cspg_html_4568084707 cspg_html_4568084707:36:6110:6132 Cooking Lake Redwater, Texas -0.0241616892206824377 +91563 gsa_html_7102550258 gsa_html_7102550258:222:22458:22475 Moenave Kayenta, Arizona -0.486588444102287743 +91564 gsa_html_8614162917 gsa_html_8614162917:1157:102863:102891 Green River Colorado 0.0337825515028724391 +91565 aapg_ae_253.html aapg_ae_253.html:107:12067:12075 Richland Pine Island (Lee County, Florida) -0.0492670174484324749 +91566 aapg_ac_333.html aapg_ac_333.html:1138:135618:135628 San Andres Arizona -0.014649273115182132 +91567 sedimentology_html_3220122506 sedimentology_html_3220122506:997:83502:83534 Yakataga Gulf of Alaska -0.44844429668252761 +91568 aapg_ad_11.html aapg_ad_11.html:116:16465:16485 Sentinel Butte Knife River -0.0327735084996737119 +91569 aapg_ae_3.html aapg_ae_3.html:550:56908:56924 Humbug Logan, Utah -0.271122619506413365 +91570 cspg_html_4937997995 cspg_html_4937997995:246:29475:29491 Bad Cache Rapids Churchill River (Atlantic) -0.462097962880594848 +91571 palaios_html_6353470714 palaios_html_6353470714:791:78838:78847 San Diego California -0.463307888475886887 +91572 geology_html_1543255055 geology_html_1543255055:321:26397:26406 San Diego California -0.46168136305604579 +91573 gsa_html_2207622902 gsa_html_2207622902:61:3903:3931 Green River Colorado -0.013877758051455481 +91574 aapg_ah_387.html aapg_ah_387.html:2705:291812:291828 Knoxville Table Mountain 0.907163957999047588 +91575 sedimentology_html_7070452896 sedimentology_html_7070452896:27:1798:1806 Colorado California -0.462261924354454456 +91576 cspg_html_6675007047 cspg_html_6675007047:621:64188:64207 Athabasca Canada -0.0816788093669866405 +91577 palaios_html_9150736881 palaios_html_9150736881:65:7279:7283 Kope Netherlands -0.491445156732988053 +91578 cspg_html_1665574291 cspg_html_1665574291:97:16631:16653 Willow Creek Lacombe, Alberta 0.0165399327584268979 +91579 aapg_ac_333.html aapg_ac_333.html:245:31459:31475 Hermosa Silverton, Oregon 0.00030400614974596395 +91580 aapg_ah_505.html aapg_ah_505.html:624:47149:47157 Morrison Denver -0.420515324210953612 +91581 aapg_ah_340.html aapg_ah_340.html:351:38883:38891 Kiamichi Goodland, Kansas -0.467584291252108319 +91582 cspg_html_6984906794 cspg_html_6984906794:51:7336:7344 Dunvegan Victoria, British Columbia -0.482213387515949554 +91583 gsa_html_5552216115 gsa_html_5552216115:991:104553:104583 Big Blue Coalinga, California -0.446052041434467972 +91584 aapg_af_631.html aapg_af_631.html:139:12989:13002 Chinle Santa Rosa, California 0.0143330187187018215 +91585 cspg_html_9174463232 cspg_html_9174463232:332:32089:32107 Muskeg Black Creek (Toronto) -0.439103236963543697 +91586 aapg_ac_313.html aapg_ac_313.html:397:45746:45757 Peten Maya Mountain -0.0205233642338861627 +91587 gsa_html_5272671610 gsa_html_5272671610:768:70048:70056 Columbia Victoria, British Columbia -0.00455839673073113721 +91588 aapg_ad_557.html aapg_ad_557.html:8264:372957:372976 Brushy Canyon Texas -0.473649201225758321 +91589 aapg_af_663.html aapg_af_663.html:73:7419:7438 Altamont Missouri River -0.0180988014035504234 +91590 aapg_ae_461.html aapg_ae_461.html:12:2053:2072 Smackover Cotton Valley, Louisiana -0.0229082639361186564 +91591 aapg_ae_68.html aapg_ae_68.html:254:28572:28588 Kaibab Logan, Utah -0.0602828706707072767 +91592 aapg_ad_918.html aapg_ad_918.html:72:10440:10458 Niobrara Nebraska 0.016034236202214884 +91593 cspg_html_2384466756 cspg_html_2384466756:296:37860:37876 Hassel District Council of Franklin Harbour -0.471819338906025898 +91594 aapg_ai_367.html aapg_ai_367.html:363:24557:24565 Vaqueros California 0.000416922734646836166 +91595 cspg_html_9941227593 cspg_html_9941227593:24:3072:3132 Bakken Regina, Saskatchewan -0.458784199315796892 +91596 cspg_html_1009749092 cspg_html_1009749092:33:4139:4165 Horseshoe Canyon Lacombe, Alberta -0.0445280936514478309 +91597 palaios_html_8921418198 palaios_html_8921418198:526:47906:47916 Washington Washington (state) -0.452896019392303839 +91598 palaios_html_5958626598 palaios_html_5958626598:65:7553:7573 Brassfield Ohio -0.458103872838477311 +91599 aapg_af_666.html aapg_af_666.html:476:40711:40721 Wind River Wasatch Range -0.443715087361728711 +91600 aapg_ac_419.html aapg_ac_419.html:1023:109917:109923 Walker Catskill Mountains -0.0177825001131117176 +91601 aapg_aa_105.html aapg_aa_105.html:392:40882:40903 Blackstone Middle East -0.415780667525989078 +91602 gsa_html_8236729701 gsa_html_8236729701:163:18821:18841 Point Loma Carlsbad, New Mexico -0.424322003042767071 +91603 gsa_html_4675429437 gsa_html_4675429437:820:58456:58462 Sonora Sonora -0.508804742928565479 +91604 aapg_ae_750.html aapg_ae_750.html:448:51208:51219 Abo Texas 0.0323820933546408313 +91605 aapg_ad_98.html aapg_ad_98.html:550:55898:55919 Crystal Peak Logan, Utah -0.503870719216367835 +91606 gsa_html_1024107776 gsa_html_1024107776:496:48800:48821 Boss Point Bridgetown, Nova Scotia 0.016034236202214884 +91607 aapg_ah_416.html aapg_ah_416.html:282:22796:22806 Milk River Milk River, Alberta -0.0341705352496151776 +91608 aapg_ae_91.html aapg_ae_91.html:28:4107:4114 Spokane Washington (state) 0.0217366323453636913 +91609 jgeology_html_7908118530 jgeology_html_7908118530:585:37849:37863 Ogallala Nebraska -0.0114886275572314532 +91610 aapg_af_575.html aapg_af_575.html:806:112966:112983 Vamoosa Missouri River -0.0351518647391547839 +91611 aapg_ai_277.html aapg_ai_277.html:243:28187:28204 Tamabra Mexico -0.473653815287124913 +91612 aapg_aa_976.html aapg_aa_976.html:329:43983:44000 Decorah Burlington, Ontario -0.000701820035486776629 +91613 palaios_html_5793673513 palaios_html_5793673513:517:54822:54826 Hall London, Ontario -0.475397368106546647 +91614 aapg_ai_976.html aapg_ai_976.html:362:37616:37631 Viola Chattanooga, Tennessee -0.490054357124853124 +91615 gsa_html_5272671610 gsa_html_5272671610:421:43472:43499 Stirling Reno, Nevada -0.480277073774662555 +91616 aapg_ae_66.html aapg_ae_66.html:265:26219:26224 Piper Cheyenne, Wyoming -0.0832704315445537829 +91617 palaios_html_3561205174 palaios_html_3561205174:1143:94285:94298 Potsdam Canada -0.0240660707758517355 +91618 aapg_aa_4.html aapg_aa_4.html:132:17094:17110 Sonyea West Fork River -0.0187314184669610528 +91619 AMJC_html_3632105729 AMJC_html_3632105729:920:99954:99964 Washington Blue Mountains (Oregon) -0.00437425100087116686 +91620 aapg_ai_1.html aapg_ai_1.html:171:15513:15532 Leadville Ouray, Colorado -0.460946527021081187 +91621 aapg_ad_69.html aapg_ad_69.html:279:19274:19289 Telegraph Creek Niobrara, Nebraska -0.0153321874505887457 +91622 cspg_html_2873888604 cspg_html_2873888604:127:21296:21328 Montney Lacombe, Alberta -0.464533160716817162 +91623 aapg_ai_240.html aapg_ai_240.html:200:21756:21770 Stony Mountain Red River of the North -0.726818249951337036 +91624 aapg_ac_333.html aapg_ac_333.html:12:1953:1966 Abo Supai, Arizona -0.312402111574536734 +91625 aapg_af_450.html aapg_af_450.html:23:3388:3416 Blanco Bloomington, Indiana -0.0498491257699788942 +91626 aapg_ae_573.html aapg_ae_573.html:811:91847:91876 Pearsall Mexico -0.0121732026878597095 +91627 aapg_ad_880.html aapg_ad_880.html:1081:104750:104760 Minnekahta Spearfish, South Dakota -0.465273249433996894 +91628 aapg_ad_785.html aapg_ad_785.html:10:1451:1459 Fountain Colorado Springs, Colorado -0.0421683485517513057 +91629 sedimentology_html_7298419341 sedimentology_html_7298419341:1394:87611:87628 Minturn Colorado -0.0396281807220570936 +91630 aapg_ae_182.html aapg_ae_182.html:178:21119:21140 Pine Island Cotton Valley, Louisiana -0.0101855410408739511 +91631 aapg_ae_324.html aapg_ae_324.html:750:75859:75867 Moccasin Sevier orogeny 0.00633907480086522146 +91632 cspg_html_1784868850 cspg_html_1784868850:32:4358:4366 Columbia Victoria, British Columbia -0.0223919711537192666 +91633 cspg_html_6873686255 cspg_html_6873686255:268:29082:29106 Cardium Lacombe, Alberta -0.488236338984033236 +91634 aapg_aa_567.html aapg_aa_567.html:214:21535:21550 Lawrence Weston, Florida -0.0196404059622709952 +91635 aapg_aa_702.html aapg_aa_702.html:650:102525:102533 Michigan Lake Michigan -0.0542599995466573129 +91636 cspg_html_6121424055 cspg_html_6121424055:226:18955:18966 Slave Point Victoria, British Columbia -0.46567095948211501 +91637 aapg_ai_900.html aapg_ai_900.html:232:34600:34605 Rapid Sumatra -0.483341806462215584 +91638 gsa_html_5985527169 gsa_html_5985527169:22:1432:1438 Denver Colorado -0.057785466485775136 +91639 aapg_af_338.html aapg_af_338.html:337:39516:39522 Snyder Texas -0.461128473443845555 +91640 aapg_ad_376.html aapg_ad_376.html:49:6183:6199 Bethel Randolph County, Indiana -0.0539548121915135528 +91641 aapg_ae_147.html aapg_ae_147.html:169:18831:18835 Pico South Mountains (Arizona) -0.0470400724197041903 +91642 aapg_ae_416.html aapg_ae_416.html:146:14036:14041 Tampa Texas -0.457492019193031785 +91643 aapg_ac_809.html aapg_ac_809.html:63:6821:6829 Kootenai Western world -0.464761517323236562 +91644 aapg_ae_905.html aapg_ae_905.html:189:21397:21419 Cooper Iowa -0.487729676915167776 +91645 palaios_html_1276188815 palaios_html_1276188815:27:2427:2438 Green River Logan, Utah 0.280711103323463163 +91646 aapg_ae_324.html aapg_ae_324.html:1201:120310:120318 Lowville Murfreesboro, Tennessee -0.451740527107044376 +91647 aapg_ac_920.html aapg_ac_920.html:274:40313:40317 Elko Reno, Nevada -0.00515253017068293719 +91648 geology_html_7009319340 geology_html_7009319340:11:523:531 Montreal Earth -0.0280825762237737336 +91649 sedimentology_html_9382981948 sedimentology_html_9382981948:429:38593:38597 Hall London, Ontario -0.510325889052231751 +91650 gsa_html_8764674682 gsa_html_8764674682:1123:81617:81645 Green River New Mexico -0.444838140504144441 +91651 cspg_html_9344966639 cspg_html_9344966639:209:18451:18461 Washington San Juan Island -0.0740016448413745448 +91652 gsa_html_8152640301 gsa_html_8152640301:1119:98857:98885 Green River Colorado -0.0146249457170983255 +91653 aapg_af_636.html aapg_af_636.html:288:34060:34081 Dutch Creek Illinois -0.49543725338542266 +91654 cspg_html_5456368738 cspg_html_5456368738:109:13290:13312 Imperial Mackenzie River -0.455432903203822237 +91655 aapg_ae_153.html aapg_ae_153.html:383:48826:48838 Willow Creek Lacombe, Alberta 0.0306008832006431329 +91656 cspg_html_4105062490 cspg_html_4105062490:8:566:616 Elk Lacombe, Alberta 0.587934058998226261 +91657 gsa_html_3701935694 gsa_html_3701935694:709:66259:66269 Keokuk Bennington, Vermont -0.0240556397080989269 +91658 gsa_html_7616408925 gsa_html_7616408925:1190:89898:89926 Green River New Mexico -0.0201913809518237848 +91659 aapg_ah_85.html aapg_ah_85.html:124:14198:14219 Black Creek Tuscaloosa, Alabama -0.0204312426216018105 +91660 aapg_ai_974.html aapg_ai_974.html:671:71154:71160 Oregon Astoria, Oregon -0.441459714368856782 +91661 aapg_ah_762.html aapg_ah_762.html:162:15996:16006 Mount Head Middle East -0.0279486743171803304 +91662 aapg_aa_721.html aapg_aa_721.html:704:74052:74069 Bird Spring Reno, Nevada -0.0167554219628843898 +91663 aapg_ae_296.html aapg_ae_296.html:42:4958:4979 Bell Carlsbad, New Mexico -0.464450966712688929 +91664 geology_html_9085928497 geology_html_9085928497:332:27186:27208 Gorge Salem, Oregon -0.0432358146258081874 +91665 aapg_ae_161.html aapg_ae_161.html:27:3962:3967 Eagle Judith River Formation -0.469038078694436811 +91666 aapg_af_131.html aapg_af_131.html:35:4707:4723 Gatuna Delaware -0.0413099405901366859 +91667 cspg_html_2650524233 cspg_html_2650524233:247:25095:25113 Paskapoo Lacombe, Alberta -0.452724742517472523 +91668 aapg_aa_598.html aapg_aa_598.html:433:39705:39713 Sundance Cheyenne, Wyoming -0.456778715576978744 +91669 aapg_ae_73.html aapg_ae_73.html:358:46699:46719 San Andres Las Vegas Strip -0.444536590280039667 +91670 cspg_html_1665574291 cspg_html_1665574291:98:16716:16736 Ravenscrag Lacombe, Alberta -0.0439881690847485213 +91671 sedimentology_html_7005246804 sedimentology_html_7005246804:248:28332:28340 Scotland Lima, Ohio -0.436965343294064001 +91672 gsa_html_9137569454 gsa_html_9137569454:63:3904:3932 Green River Iran -0.00576230371979552514 +91673 gsa_html_1536819908 gsa_html_1536819908:658:63468:63505 Antler Washington (state) -0.0227413796680306819 +91674 aapg_ae_416.html aapg_ae_416.html:102:10073:10085 Chickasawhay Tampa, Florida -0.457899875343460883 +91675 aapg_ah_44.html aapg_ah_44.html:260:33020:33039 Elk Brazos River -0.0458763143871966511 +91676 aapg_aa_4.html aapg_aa_4.html:203:27054:27060 Ithaca Ithaca, New York -0.0312427146313614852 +91677 aapg_ae_146.html aapg_ae_146.html:20:2401:2409 Woodbine Texas -0.418625207464451421 +91678 aapg_ae_345.html aapg_ae_345.html:41:3240:3248 Woodruff Selma to Montgomery marches -0.478377564070346595 +91679 aapg_aa_820.html aapg_aa_820.html:510:52153:52164 Chicontepec Tampico, Illinois -0.473903010792736112 +91680 aapg_aa_563.html aapg_aa_563.html:293:37543:37547 Buda Benton, Arkansas -0.0214480825633718564 +91681 aapg_ad_564.html aapg_ad_564.html:7539:642919:642939 North Horn Logan, Utah -0.465561228542891226 +91682 gsa_html_2832151886 gsa_html_2832151886:931:74527:74541 Colorado Regina, Saskatchewan -0.505322937852164866 +91683 geology_html_1832965497 geology_html_1832965497:11:490:498 Montreal Quebec City -0.0574626720141519567 +91684 aapg_af_880.html aapg_af_880.html:487:73406:73412 Kaibab Supai, Arizona -0.457614356613462614 +91685 aapg_ah_656.html aapg_ah_656.html:236:20763:20786 Brushy Canyon Culberson County Airport -0.510181355605583309 +91686 aapg_ad_375.html aapg_ad_375.html:200:9938:9949 Utica Netherlands 0.0198941653240272062 +91687 cspg_html_1665574291 cspg_html_1665574291:49:9208:9225 Willow Creek Highwood, Illinois -0.0772853737838618965 +91688 cspg_html_9516677253 cspg_html_9516677253:10:754:761 Cardium Calgary 0.00528108597483065503 +91689 aapg_ah_708.html aapg_ah_708.html:345:48292:48311 Hartselle Alabama -0.447133159014188541 +91690 sedimentology_html_6444409350 sedimentology_html_6444409350:236:9497:9504 Jewett Silt San Francisco -0.0274826364360333635 +91691 aapg_ae_188.html aapg_ae_188.html:398:28225:28234 Wapanucka Atoka, Oklahoma -0.464409872562970838 +91692 aapg_ac_236.html aapg_ac_236.html:37:5043:5058 Molas Hermosa, Chicago -0.455347020329573748 +91693 gsa_html_9487992082 gsa_html_9487992082:255:31080:31086 Carmel Kaibab, Arizona -0.470292003998596664 +91694 aapg_ae_206.html aapg_ae_206.html:28:2943:2962 San Antonio Corpus Christi, Texas -0.0074248793072545817 +91695 aapg_ah_994.html aapg_ah_994.html:428:43725:43738 Woodbine Rusk County, Wisconsin -0.41322095658291802 +91696 aapg_af_956.html aapg_af_956.html:464:42443:42451 Michigan Michigan -0.0369894907800668374 +91697 aapg_aa_118.html aapg_aa_118.html:462:45061:45086 Highgate Quebec City -0.497365696740727614 +91698 cspg_html_8818854104 cspg_html_8818854104:67:10144:10152 Columbia Lacombe, Alberta -0.408291301606370394 +91699 gsa_html_3860045860 gsa_html_3860045860:1059:98433:98439 Oregon Salem, Oregon -0.0254673751787387811 +91700 aapg_ad_466.html aapg_ad_466.html:852:91755:91763 Navesink Mount Laurel Township, New Jersey -0.412318107763843533 +91701 aapg_ai_256.html aapg_ai_256.html:352:36283:36291 Michigan Lake Michigan -0.0363699519026964915 +91702 cspg_html_2178758494 cspg_html_2178758494:352:41935:41955 Clearwater Canada -0.422105971765849297 +91703 cspg_html_1019614994 cspg_html_1019614994:68:13359:13372 Exshaw Lacombe, Alberta 0.000350909960469292584 +91704 gsa_html_5601712699 gsa_html_5601712699:536:45844:45855 Pico Inglewood, California -0.438060290900437188 +91705 aapg_ae_235.html aapg_ae_235.html:193:23397:23418 Black Creek Charleston, South Carolina -0.486857796887406991 +91706 aapg_aa_145.html aapg_aa_145.html:57:7657:7665 Columbia Victoria, British Columbia -0.446123628906776926 +91707 aapg_af_886.html aapg_af_886.html:340:16011:16020 Catahoula Texas 0.0202105002468695033 +91708 aapg_af_786.html aapg_af_786.html:102:11227:11246 Domengine Central Valley (California) -0.42773794978433255 +91709 sedimentology_html_2670349557 sedimentology_html_2670349557:1663:111630:111642 Owens Valley California -0.0559152219546391674 +91710 aapg_ai_491.html aapg_ai_491.html:257:30841:30855 Rico Logan, Utah -0.46741476224763201 +91711 aapg_ac_749.html aapg_ac_749.html:155:21673:21680 Grimsby Stony Creek Metropark -0.0189695239556965725 +91712 aapg_aa_859.html aapg_aa_859.html:51:6081:6093 Saskatchewan Victoria, British Columbia -0.458659434193013582 +91713 aapg_ai_307.html aapg_ai_307.html:59:8531:8536 Price North Buffalo, Buffalo, New York -0.442916609041378917 +91714 aapg_af_728.html aapg_af_728.html:149:17941:17960 Elko Reno, Nevada -0.449431691216236939 +91715 cspg_html_1053895111 cspg_html_1053895111:177:24862:24879 Cardium Lacombe, Alberta -0.00998573864189263374 +91716 cspg_html_1434585715 cspg_html_1434585715:599:58491:58499 Paskapoo Lacombe, Alberta 0.0269696652551640326 +91717 cspg_html_5141367518 cspg_html_5141367518:287:41510:41527 Bearpaw Lacombe, Alberta -0.449811224417208722 +91718 aapg_af_808.html aapg_af_808.html:314:41728:41735 Velasco Mexico -0.477123570959987586 +91719 aapg_af_653.html aapg_af_653.html:894:102291:102299 Monterey Coalinga, California -0.412208008360787415 +91720 aapg_ah_876.html aapg_ah_876.html:659:82127:82141 Rusk East Texas -0.204900680520933604 +91721 gsa_html_3886869812 gsa_html_3886869812:735:59450:59456 Snyder Earth -0.462102516958969756 +91722 geology_html_5665355410 geology_html_5665355410:304:23909:23913 Helm Washington (state) -0.0551547118645741019 +91723 AMJC_html_7287542072 AMJC_html_7287542072:1522:137470:137490 Vassalboro Portland, Maine -0.442539913358205417 +91724 aapg_ah_528.html aapg_ah_528.html:512:54546:54554 Woodside Moenkopi Formation -0.0815333471120381209 +91725 palaios_html_5543030185 palaios_html_5543030185:21:1323:1341 Fillmore Logan, Utah -0.029932996517762829 +91726 aapg_ah_318.html aapg_ah_318.html:1243:125095:125118 Cotton Valley Alabama -0.460146402321772174 +91727 sedimentology_html_9562282132 sedimentology_html_9562282132:2169:75860:75878 Sisquoc Compton, California -0.212268947294021931 +91728 palaios_html_5264377288 palaios_html_5264377288:469:39125:39145 Chickaloon Colorado 0.620937106323109278 +91729 aapg_ad_466.html aapg_ad_466.html:1678:173508:173519 Englishtown Matawan, New Jersey -0.413497593269594454 +91730 aapg_af_785.html aapg_af_785.html:143:15475:15481 Sparta Charlotte, North Carolina -0.455188836413653375 +91731 aapg_aa_379.html aapg_aa_379.html:148:17861:17881 Weir Logan, Utah -0.0306147978884375553 +91732 gsa_html_5081991493 gsa_html_5081991493:301:29607:29616 Flagstaff Uinta Mountains -0.487692158362934725 +91733 aapg_ac_424.html aapg_ac_424.html:102:16195:16221 Oakville Karnes County, Texas -0.0221155785118801462 +91734 sedimentology_html_6520137584 sedimentology_html_6520137584:1036:38074:38084 Washington Salem, Oregon -0.46326000708216164 +91735 geology_html_8307852629 geology_html_8307852629:16:894:913 Moenkopi Colorado -0.420852845216307503 +91736 aapg_ac_546.html aapg_ac_546.html:74:10730:10744 Frio Shreveport, Louisiana -0.218738500248274459 +91737 aapg_ae_324.html aapg_ae_324.html:1395:135621:135628 Jewett Silt Knoxville, Tennessee -0.0574103284604600139 +91738 aapg_af_773.html aapg_af_773.html:336:37191:37212 Green River Cheyenne, Wyoming -0.0241651662660577748 +91739 aapg_aa_193.html aapg_aa_193.html:679:61181:61197 Keyser Maryland 0.0121158646084473642 +91740 sedimentology_html_8360757592 sedimentology_html_8360757592:1039:75894:75913 Fruitland Colorado -0.0454024962167355328 +91741 sedimentology_html_3006596207 sedimentology_html_3006596207:917:56902:56912 Long Point Lake Erie -0.490378908520278767 +91742 palaios_html_3022467877 palaios_html_3022467877:309:33453:33464 Hornerstown Navesink River -0.42193152612717999 +91743 aapg_aa_106.html aapg_aa_106.html:350:36706:36739 Duvernay Lacombe, Alberta -0.4391432028015122 +91744 aapg_ac_313.html aapg_ac_313.html:705:78435:78464 Rio Dulce Dulce River -0.526432155606555985 +91745 cspg_html_7402164801 cspg_html_7402164801:23:2896:2917 Belly River Lacombe, Alberta -0.461128473443845555 +91746 sedimentology_html_1050616037 sedimentology_html_1050616037:917:62266:62274 Rockwell California -0.0241616892206824377 +91747 cspg_html_9843429624 cspg_html_9843429624:116:14058:14066 Columbia Victoria, British Columbia -0.466718659783226908 +91748 gsa_html_5689351057 gsa_html_5689351057:509:42831:42854 San Fernando Trinidad and Tobago -0.447153316157111791 +91749 aapg_ac_610.html aapg_ac_610.html:213:18807:18813 Pioche Reno, Nevada 0.333923220114412944 +91750 gsa_html_8035658736 gsa_html_8035658736:753:86415:86425 Washington Blue Mountains (Oregon) -0.0018414113619528731 +91751 aapg_ah_97.html aapg_ah_97.html:37:4931:4939 Glenogle Western world -0.483717497471580604 +91752 aapg_ah_619.html aapg_ah_619.html:178:17181:17197 Dakota Denver -0.452923066065788305 +91753 gsa_html_3387611512 gsa_html_3387611512:1154:118898:118911 Santa Barbara California -0.465579516089382972 +91754 aapg_ae_175.html aapg_ae_175.html:474:53666:53671 Atoka Ouachita Mountains -0.0345846315968630358 +91755 aapg_ac_58.html aapg_ac_58.html:12:2163:2169 Perija Antilles -0.237979435423883501 +91756 aapg_ae_73.html aapg_ae_73.html:782:103816:103824 Colorado Colorado -0.503880280715721773 +91757 aapg_aa_37.html aapg_aa_37.html:462:55443:55459 Toroweap Kaibab, Arizona -0.451751782124743317 +91758 aapg_ak_54.html aapg_ak_54.html:45:5717:5726 Smackover Mississippi River 0.393765468265460661 +91759 aapg_ad_759.html aapg_ad_759.html:266:27736:27754 Sespe Santa Ynez Valley 0.00270479477611077846 +91760 aapg_aa_267.html aapg_aa_267.html:137:11505:11515 Greenbrier Greenbrier (Great Smoky Mountains) -0.467905110852730732 +91761 cspg_html_9343899465 cspg_html_9343899465:1313:109943:109955 Hell Gate Ellesmere Island -0.478767343423892489 +91762 gsa_html_7594912347 gsa_html_7594912347:29:2796:2824 Green River Colorado -0.00672648739931064853 +91763 geology_html_3973756518 geology_html_3973756518:211:18239:18257 Frontier Cheyenne, Wyoming -0.032256843292129446 +91764 aapg_ah_646.html aapg_ah_646.html:3:339:357 Moenkopi Middle East -0.262578231695140663 +91765 aapg_af_419.html aapg_af_419.html:221:27699:27710 Buena Vista Kern County, California -0.515740113164459446 +91766 aapg_ad_880.html aapg_ad_880.html:633:60805:60815 Minnekahta Spearfish, South Dakota -0.0252604746773001342 +91767 aapg_af_608.html aapg_af_608.html:236:25443:25453 Cane River Carrizo Plain -0.441392939290133568 +91768 aapg_aa_358.html aapg_aa_358.html:44:4811:4815 Rico Supai, Arizona -0.099979521077352293 +91769 aapg_aa_23.html aapg_aa_23.html:3:412:420 Winnipeg Manitoba 0.0288477557656667584 +91770 cspg_html_8013349907 cspg_html_8013349907:73:5444:5452 Edmonton Calgary -0.475138501585752326 +91771 sedimentology_html_4185931185 sedimentology_html_4185931185:384:34715:34731 Eureka Quartzite Spring Mountains -0.478911234884053072 +91772 gsa_html_3429903648 gsa_html_3429903648:595:55422:55440 Frontier Cheyenne, Wyoming 0.00697318200838028222 +91773 aapg_ah_528.html aapg_ah_528.html:114:11303:11311 Moenkopi Chinle Formation -0.452152551592869045 +91774 palaios_html_3751051678 palaios_html_3751051678:15:843:861 Morrison Cheyenne, Wyoming -0.46305483027617389 +91775 aapg_ah_965.html aapg_ah_965.html:479:56733:56742 Vicksburg Whitsett, North Carolina -0.42402040956358078 +91776 cspg_html_9435196958 cspg_html_9435196958:1287:53770:53795 Sooke Victoria, British Columbia -0.438481766872479084 +91777 palaios_html_5488159532 palaios_html_5488159532:381:46826:46843 Lehman Logan, Utah -0.0460121937360480487 +91778 aapg_ah_685.html aapg_ah_685.html:41:4606:4612 Antler Sonoma, California -0.487588990851044235 +91779 sedimentology_html_5922191587 sedimentology_html_5922191587:794:72873:72882 Peninsula Korea -0.472210801391301227 +91780 aapg_ac_635.html aapg_ac_635.html:64:8444:8463 Hornbrook Hornbrook, California -0.471405039658470026 +91781 cspg_html_7086880709 cspg_html_7086880709:468:61568:61580 Fort Simpson Mackenzie River -0.430092438352523254 +91782 aapg_af_575.html aapg_af_575.html:159:21169:21187 Eminence Missouri River -0.0488104245199808967 +91783 cspg_html_5837603841 cspg_html_5837603841:16:1872:1882 Kinderhook Meramec River -0.426608897791606878 +91784 cspg_html_7310162886 cspg_html_7310162886:776:92302:92319 Shublik Anchorage, Alaska -0.022353727877684245 +91785 palaios_html_7111318862 palaios_html_7111318862:1319:118593:118614 Moreno Middle East -0.0345376534934891677 +91786 cspg_html_3023030263 cspg_html_3023030263:31:4756:4770 Colorado Western Canadian Sedimentary Basin -0.0304773910336276765 +91787 gsa_html_9353787239 gsa_html_9353787239:1334:110159:110187 Green River Colorado 0.0164877985803283875 +91788 sedimentology_html_1293179143 sedimentology_html_1293179143:89:8891:8903 Saskatchewan Manitoba -0.0308043870775981631 +91789 aapg_af_397.html aapg_af_397.html:10:1506:1513 Entrada Entrada Sandstone 0.0284338577135258078 +91790 aapg_ah_283.html aapg_ah_283.html:182:19430:19436 Keasey Salem, Oregon -0.449440672427322663 +91791 aapg_aa_934.html aapg_aa_934.html:33:5635:5650 Dog Creek Texas 1.15102843798625187 +91792 cspg_html_3874000139 cspg_html_3874000139:338:41348:41367 Olmos Mexico 0.933042125631655894 +91793 cspg_html_1503116552 cspg_html_1503116552:1770:247746:247766 Swan Hills Lacombe, Alberta -0.0402618518000588399 +91794 aapg_ac_961.html aapg_ac_961.html:236:25163:25177 Fredericksburg Western world -0.479447557264900015 +91795 aapg_ac_477.html aapg_ac_477.html:589:67672:67677 Rapid Lacombe, Alberta 0.00291152111123599983 +91796 cspg_html_7325522863 cspg_html_7325522863:470:71313:71346 Grosmont Lacombe, Alberta -0.0590384097953423337 +91797 aapg_ac_333.html aapg_ac_333.html:1018:122782:122799 Kaibab Grand Canyon -0.160987369992556667 +91798 aapg_ac_93.html aapg_ac_93.html:53:5753:5772 Haynesville Colquitt, Georgia -0.4835517998191603 +91799 aapg_ae_72.html aapg_ae_72.html:420:37459:37478 Moenkopi Logan, Utah 0.333010464846226539 +91800 aapg_ad_351.html aapg_ad_351.html:378:34453:34473 Northview Sedalia, Missouri -0.010750205891597751 +91801 cspg_html_5345848475 cspg_html_5345848475:115:15500:15523 Medicine Hat Regina, Saskatchewan -0.479496330331430576 +91802 aapg_ai_688.html aapg_ai_688.html:82:11846:11862 Keefer Rochester, Kent -0.467950951742638677 +91803 jgeology_html_5803513114 jgeology_html_5803513114:186:15626:15634 Rangeley Rangeley, Maine -0.480644453081816247 +91804 aapg_ai_975.html aapg_ai_975.html:1182:93465:93479 Buda Denton, Texas 1.15853464836877862 +91805 cspg_html_7779401416 cspg_html_7779401416:6:371:377 Neahga Michigan Basin -0.011292292690643661 +91806 sedimentology_html_1275942184 sedimentology_html_1275942184:226:9724:9734 Washington Salem, Oregon -0.0563112094221221299 +91807 cspg_html_7779401416 cspg_html_7779401416:57:7222:7231 Rochester Guelph -0.141014973903242885 +91808 aapg_ac_794.html aapg_ac_794.html:57:9370:9386 Wilcox Texas 0.00877304685539762562 +91809 gsa_html_8244777175 gsa_html_8244777175:132:11911:11921 Dead River Western world -0.476130470160059438 +91810 aapg_ae_917.html aapg_ae_917.html:124:12472:12484 Belden Leadville, Colorado -0.44497889773871091 +91811 geology_html_3608984142 geology_html_3608984142:202:17372:17377 Price Texas -0.00693148706696411487 +91812 aapg_ai_278.html aapg_ai_278.html:968:111743:111754 Punta Gorda Melbourne, Florida -0.456337429672799166 +91813 aapg_ad_812.html aapg_ad_812.html:66:8580:8596 Navajo Kayenta, Arizona -0.477204643263094197 +91814 aapg_af_11.html aapg_af_11.html:10:1547:1555 Colorado Ouray, Colorado -0.497081127157615599 +91815 cspg_html_9721864351 cspg_html_9721864351:50:5484:5514 Flume Mons -0.43347626990885002 +91816 jgeology_html_4115179562 jgeology_html_4115179562:624:49777:49796 Uwharrie North Carolina -0.0328900657953446335 +91817 aapg_aa_106.html aapg_aa_106.html:574:64693:64705 Winnipegosis Regina, Saskatchewan -0.442539913358205417 +91818 AMJC_html_3357557350 AMJC_html_3357557350:21:989:996 El Paso El Paso, Texas -0.504181524295928662 +91819 gsa_html_1255223534 gsa_html_1255223534:60:4697:4725 Green River Colorado 0.0103992439306783112 +91820 cspg_html_3627006433 cspg_html_3627006433:759:75733:75750 Belly River Lacombe, Alberta -0.433370341259820213 +91821 cspg_html_6588266079 cspg_html_6588266079:33:5135:5158 Grand Rapids Clearwater, Florida -0.46814580209221146 +91822 aapg_ac_334.html aapg_ac_334.html:309:30536:30547 Green River Logan, Utah 0.446844288643116039 +91823 aapg_ae_805.html aapg_ae_805.html:398:47106:47117 Uncompahgre Hermosa, Chicago -0.420791864948583338 +91824 aapg_ad_785.html aapg_ad_785.html:689:74748:74757 Ingleside Colorado Springs, Colorado -0.421475935885838537 +91825 aapg_ad_918.html aapg_ad_918.html:141:18479:18497 Niobrara Colorado 0.713888978069649793 +91826 gsa_html_5107598462 gsa_html_5107598462:375:32015:32021 Salina Waynesboro, Pennsylvania -0.41964702171351137 +91827 geology_html_2490144372 geology_html_2490144372:183:18891:18897 Denver Raleigh, North Carolina -0.459860167847925383 +91828 gsa_html_7102550258 gsa_html_7102550258:215:21689:21706 Wingate Kayenta, Arizona -0.458720680358492616 +91829 aapg_ac_867.html aapg_ac_867.html:674:92621:92629 Sundance Rock River (Iowa) -0.226944580971558035 +91830 aapg_ah_774.html aapg_ah_774.html:762:72120:72145 Beaverhill Canada -0.460964719996515115 +91831 cspg_html_8089302449 cspg_html_8089302449:308:53089:53101 Saskatchewan Manitoba -0.0182917127831857887 +91832 aapg_ad_466.html aapg_ad_466.html:954:103000:103011 Hornerstown Navesink River -0.0391947322443328555 +91833 aapg_aa_670.html aapg_aa_670.html:67:5788:5807 Smackover Arkansas -0.436898889813044922 +91834 palaios_html_2585421264 palaios_html_2585421264:575:63966:63986 Pottsville Alabama -0.189209448100160632 +91835 aapg_aa_63.html aapg_aa_63.html:888:91254:91263 Gibraltar Spain -0.447572237112974447 +91836 cspg_html_2152913769 cspg_html_2152913769:85:12015:12027 Saskatchewan Edmonton, London -0.0678021976864085774 +91837 palaios_html_3022467877 palaios_html_3022467877:188:21479:21501 Hornerstown Navesink River -0.469093158774920749 +91838 cspg_html_1509800797 cspg_html_1509800797:134:13248:13274 Horseshoe Canyon Calgary -0.480765396922298249 +91839 aapg_ai_838.html aapg_ai_838.html:162:29334:29345 Haynesville Mississippi River -0.440265166942118702 +91840 jgeology_html_1004614520 jgeology_html_1004614520:295:17431:17451 Carmel Carmel, Indiana -0.0098536958986005091 +91841 cspg_html_4287356899 cspg_html_4287356899:1003:136696:136719 Lisburne Anchorage, Alaska -0.503388006501126029 +91842 jgeology_html_9131218619 jgeology_html_9131218619:1011:78456:78472 Cutler Colorado -0.503913746830082165 +91843 aapg_aa_351.html aapg_aa_351.html:60:6517:6529 Richmond Tahlequah, Oklahoma -0.488722172911972397 +91844 aapg_ah_299.html aapg_ah_299.html:317:40995:41001 Walker Mexico -0.456355529459316345 +91845 gsa_html_4930932370 gsa_html_4930932370:870:89242:89259 Hemlock Sudbury, Suffolk 0.442399527592634012 +91846 sedimentology_html_1574151857 sedimentology_html_1574151857:65:5540:5546 Oregon Washington (state) -0.465945346292333973 +91847 aapg_ad_958.html aapg_ad_958.html:106:12084:12110 Viola Chattanooga, Tennessee -0.00603852775893074737 +91848 palaios_html_6100595217 palaios_html_6100595217:676:69018:69030 Gosport Sand Alabama -0.398225814750100382 +91849 gsa_html_1124652135 gsa_html_1124652135:325:29043:29059 Raysor Charleston, South Carolina -0.0366936389096963397 +91850 geology_html_1523318259 geology_html_1523318259:197:22234:22239 Uinta Colorado 0.77338590679266872 +91851 gsa_html_3933690427 gsa_html_3933690427:424:47525:47529 Lane Chandler, Arizona -0.457614356613462614 +91852 aapg_ae_999.html aapg_ae_999.html:710:85544:85563 Catahoula Texas 0.00861668517403394243 +91853 aapg_ad_883.html aapg_ad_883.html:84:10428:10450 Prairie Bloomington, Indiana -0.427661175709289521 +91854 gsa_html_3841341658 gsa_html_3841341658:597:66293:66332 Bruce Perth, Western Australia -0.460980639153810601 +91855 cspg_html_7135913551 cspg_html_7135913551:646:48515:48530 Lance Cheyenne, Wyoming -0.0307122011432018581 +91856 gsa_html_4557277250 gsa_html_4557277250:392:37581:37597 Carmel Paria River -0.454068782805138071 +91857 aapg_ad_976.html aapg_ad_976.html:752:101442:101448 Moscow Russia -0.458784199315796892 +91858 aapg_ah_158.html aapg_ah_158.html:159:29135:29145 Georgetown Bear Mountain (Connecticut) -0.472823676298187945 +91859 aapg_aa_232.html aapg_aa_232.html:123:12401:12411 Purgatoire New Mexico -0.0500164465946093956 +91860 aapg_ai_352.html aapg_ai_352.html:225:16770:16785 Maquoketa Kinderhook (town), New York -0.455482628602140449 +91861 aapg_ah_179.html aapg_ah_179.html:69:5036:5050 Chinle Chinle Formation -0.454235799563449505 +91862 palaios_html_8895470583 palaios_html_8895470583:276:28264:28283 San Luis London, Ontario -0.44844429668252761 +91863 aapg_aa_113.html aapg_aa_113.html:616:65755:65771 Ripley Knoxville, Tennessee -0.425424282088950667 +91864 aapg_af_480.html aapg_af_480.html:289:32287:32292 Provo Cleveland -0.467889067103673728 +91865 geology_html_2688088926 geology_html_2688088926:258:24333:24339 Oxford England -0.0233046208724774252 +91866 jgeology_html_4368294692 jgeology_html_4368294692:120:5964:5970 Sonora Arizona -0.0962917133277837733 +91867 aapg_af_606.html aapg_af_606.html:128:18945:18959 Monterey Rancho Santa Margarita, California 0.0148369423900012679 +91868 aapg_af_16.html aapg_af_16.html:270:27597:27615 Frontier Cheyenne, Wyoming -0.47224995726055613 +91869 aapg_af_854.html aapg_af_854.html:1031:145485:145506 Paint Creek Perry County, Indiana -0.434540631888912565 +91870 gsa_html_9464010611 gsa_html_9464010611:29:2796:2824 Green River Colorado 0.010367970259029002 +91871 gsa_html_5261839912 gsa_html_5261839912:27:2173:2190 Montevideo Gneiss Montevideo, Minnesota -0.0770752621700601381 +91872 aapg_ae_826.html aapg_ae_826.html:19:1813:1822 Aux Vases Harrodsburg, Indiana -0.0321524692645064336 +91873 AMJC_html_1873062106 AMJC_html_1873062106:412:55266:55284 Morrison Colorado Plateau 0.0162062760616442578 +91874 cspg_html_2490951833 cspg_html_2490951833:615:94845:94853 Montreal Quebec City -0.16427376889303183 +91875 aapg_ac_998.html aapg_ac_998.html:3:176:196 Sentinel Butte North Dakota -0.402825635420565487 +91876 aapg_ad_306.html aapg_ad_306.html:83:10879:10886 Chuacus Mexico -0.0402548881501223546 +91877 cspg_html_4785922166 cspg_html_4785922166:179:18159:18168 Keg River Hay River (Canada) 0.305096145198239965 +91878 aapg_aa_23.html aapg_aa_23.html:378:44940:44949 Red River Lake Winnipeg -0.404820594310329573 +91879 aapg_ae_959.html aapg_ae_959.html:2297:163552:163558 Salado Texas -0.242295702098393267 +91880 aapg_ah_687.html aapg_ah_687.html:140:19521:19541 Clearwater Clearwater, Florida -0.0162966409406991447 +91881 palaios_html_8869948553 palaios_html_8869948553:61:10720:10731 Ludlowville Skaneateles (village), New York -0.439298641817729429 +91882 aapg_ai_571.html aapg_ai_571.html:116:14233:14238 Nopah California -0.448484669177164286 +91883 aapg_ae_29.html aapg_ae_29.html:67:8414:8435 Mauch Chunk Pocono Raceway -0.460944252925189812 +91884 aapg_ai_49.html aapg_ai_49.html:258:30525:30541 Carmel Logan, Utah -0.0401748065473003999 +91885 sedimentology_html_2739036659 sedimentology_html_2739036659:937:53828:53832 Hall London, Ontario -0.5040380613457629 +91886 cspg_html_6434702931 cspg_html_6434702931:7:518:539 Slave Point Lacombe, Alberta -0.03065480270336517 +91887 aapg_ai_499.html aapg_ai_499.html:242:21115:21124 Newcastle Cheyenne, Wyoming -0.457786563407215019 +91888 gsa_html_6499317047 gsa_html_6499317047:576:49327:49337 Washington Victoria, British Columbia -0.471349814541787038 +91889 aapg_ad_2.html aapg_ad_2.html:1417:193555:193566 Martinsburg Harrisburg, Pennsylvania -0.00837345699819263926 +91890 aapg_ae_871.html aapg_ae_871.html:642:75582:75602 Clearwater Lacombe, Alberta -0.0617388373496724763 +91891 aapg_ac_251.html aapg_ac_251.html:459:53164:53174 Pottsville Pennsylvania 0.0560390745633501802 +91892 aapg_ah_645.html aapg_ah_645.html:30:5057:5070 Gypsum Spring Cheyenne, Wyoming -0.12056416091120932 +91893 cspg_html_7083999793 cspg_html_7083999793:13:1658:1666 Columbia Victoria, British Columbia -0.0405891491966653695 +91894 palaios_html_2746116737 palaios_html_2746116737:40:4246:4263 Winona Lisbon -0.417439513760371694 +91895 aapg_ah_779.html aapg_ah_779.html:322:60314:60322 Columbia Victoria, British Columbia -0.43344757972276704 +91896 AMJC_html_1873062106 AMJC_html_1873062106:505:65118:65137 Burro Canyon Cedar Mountains -0.00893635855203990699 +91897 aapg_ah_847.html aapg_ah_847.html:384:47124:47143 New Egypt New Egypt, New Jersey -0.457514673015389395 +91898 gsa_html_2832151886 gsa_html_2832151886:449:38635:38643 Columbia Victoria, British Columbia -0.032256843292129446 +91899 cspg_html_3354282978 cspg_html_3354282978:562:73618:73628 Swan Hills Lacombe, Alberta -0.00603852775893074737 +91900 cspg_html_5456368738 cspg_html_5456368738:88:9532:9539 Nahanni Mackenzie River -0.435668138774596203 +91901 sedimentology_html_2585830455 sedimentology_html_2585830455:221:17475:17483 Columbia Anchorage, Alaska -0.0131827182184571217 +91902 cspg_html_1456761793 cspg_html_1456761793:175:26593:26601 Columbia Victoria, British Columbia -0.460980639153810601 +91903 aapg_ad_105.html aapg_ad_105.html:1079:92540:92548 Richmond Texas -0.452896019392303839 +91904 aapg_ai_810.html aapg_ai_810.html:62:8688:8706 Norphlet Arkansas -0.459149520620870666 +91905 aapg_aa_147.html aapg_aa_147.html:679:69761:69769 East Arm Manitoba -0.0311226948006410493 +91906 gsa_html_5865982995 gsa_html_5865982995:1309:138685:138693 Colorado Colorado -0.0347621062592119723 +91907 aapg_aa_787.html aapg_aa_787.html:423:50738:50744 Provo Texas -0.0275887108223223723 +91908 aapg_ah_244.html aapg_ah_244.html:46:5103:5131 Blanco Bloomington, Indiana -0.496043265221558505 +91909 cspg_html_6116883777 cspg_html_6116883777:476:64137:64149 Devon Island Western world -0.459837454744856933 +91910 aapg_ae_957.html aapg_ae_957.html:778:36268:36281 Detroit River Salina, Kansas -0.488872438533925924 +91911 gsa_html_1124652135 gsa_html_1124652135:384:34736:34747 Summerville Summerville, South Carolina -0.00425264554680848412 +91912 aapg_ac_785.html aapg_ac_785.html:186:30757:30770 Barnett Albany, New York -0.00048640987057772464 +91913 aapg_ah_675.html aapg_ah_675.html:555:81968:81987 Sanctuary Anchorage, Alaska -0.477234757760444439 +91914 aapg_ac_200.html aapg_ac_200.html:468:44578:44589 Green River Cheyenne, Wyoming 0.0125068081791336935 +91915 aapg_ai_364.html aapg_ai_364.html:313:26038:26046 Tensleep Black Hills -0.489955605215405154 +91916 gsa_html_1408305547 gsa_html_1408305547:414:44764:44770 Oxford Transantarctic Mountains -0.0371287181535530572 +91917 aapg_ae_319.html aapg_ae_319.html:593:49955:49971 Navajo Carmel, Indiana -0.043068633588496115 +91918 aapg_af_397.html aapg_af_397.html:607:72009:72016 Todilto Entrada Sandstone -0.476843350706402158 +91919 aapg_af_18.html aapg_af_18.html:40:5643:5654 Dakota Rapid City, South Dakota 0.334971248070206173 +91920 cspg_html_6163691495 cspg_html_6163691495:1033:89056:89080 Mission Canyon Regina, Saskatchewan -0.0249440441513266963 +91921 aapg_ai_924.html aapg_ai_924.html:71:11717:11725 Billings Texas -0.0558000933970826327 +91922 sedimentology_html_7215147759 sedimentology_html_7215147759:1090:103288:103292 Hall London, Ontario -0.46326000708216164 +91923 gsa_html_5107598462 gsa_html_5107598462:245:22127:22154 Salina Pennsylvania -0.477401564658383792 +91924 gsa_html_5096547935 gsa_html_5096547935:562:54052:54060 Colorado Colorado -0.474815026513922711 +91925 cspg_html_6577476978 cspg_html_6577476978:331:40427:40444 Cardium Lacombe, Alberta -0.435714594595624227 +91926 cspg_html_5832944175 cspg_html_5832944175:88:10643:10651 Columbia Lacombe, Alberta -0.0323768745751979448 +91927 cspg_html_7086880709 cspg_html_7086880709:410:54402:54425 Watt Mountain Mackenzie River -0.435694684676078359 +91928 aapg_ad_466.html aapg_ad_466.html:150:16177:16184 Matawan Maryland -0.448282824521055501 +91929 cspg_html_8362959053 cspg_html_8362959053:26:4137:4144 Cadomin Mountain Park (Holyoke, Massachusetts) -0.259447064110762959 +91930 sedimentology_html_4185931185 sedimentology_html_4185931185:623:53305:53310 Nopah Spring Mountains National Recreation Area -0.026183725432627869 +91931 cspg_html_1923856338 cspg_html_1923856338:87:12622:12631 Cold Lake CFB Cold Lake -0.0102706745632111761 +91932 aapg_ad_604.html aapg_ad_604.html:117:12872:12890 Monterey Santa Rosa, California 0.0141210261458290676 +91933 aapg_aa_358.html aapg_aa_358.html:208:23794:23802 Colorado Denver -0.494670894236060144 +91934 aapg_ad_734.html aapg_ad_734.html:110:12200:12215 Bow Island Canada -0.00861668517403405519 +91935 aapg_ah_199.html aapg_ah_199.html:269:29925:29938 Atoka Red Deer, Alberta -0.00610628100951976244 +91936 geology_html_6449675795 geology_html_6449675795:310:25275:25281 Oregon California -0.450608983410958508 +91937 aapg_ae_198.html aapg_ae_198.html:68:9567:9583 Escalante Desert Arizona -0.469120700106755939 +91938 cspg_html_3926542795 cspg_html_3926542795:1205:129824:129844 Swan Hills Swan Hill, Victoria -0.464419004431934179 +91939 cspg_html_7402164801 cspg_html_7402164801:353:36370:36397 Basal Lacombe, Alberta -0.481777803377517411 +91940 sedimentology_html_5613495298 sedimentology_html_5613495298:166:14626:14632 Chinle Chinle Formation 0.0108822518883867504 +91941 aapg_aa_803.html aapg_aa_803.html:315:39662:39669 Gazelle California -0.436819151869522138 +91942 jgeology_html_9111148993 jgeology_html_9111148993:533:40462:40479 Baraboo Quartzite Lake Superior -0.0488557340601125101 +91943 aapg_af_854.html aapg_af_854.html:677:95008:95023 Salem Bloomington, Indiana -0.438031460031225395 +91944 cspg_html_9729377176 cspg_html_9729377176:133:16558:16577 Baldonnel Victoria, British Columbia -0.00334234682961829285 +91945 aapg_ah_320.html aapg_ah_320.html:47:4827:4847 Loyalhanna Pennsylvania -0.442595627901035182 +91946 cspg_html_1333179361 cspg_html_1333179361:16:2066:2083 Greene Western world -0.471501691978871318 +91947 aapg_af_664.html aapg_af_664.html:181:20211:20221 San Andres El Reno, Oklahoma 0.0187783441423678282 +91948 cspg_html_9343899465 cspg_html_9343899465:1112:96618:96629 Goose Fiord Ellesmere Island -0.448327675040319895 +91949 cspg_html_2297270979 cspg_html_2297270979:35:5691:5723 Green River Colorado -0.00952011624606233578 +91950 cspg_html_9843429624 cspg_html_9843429624:788:105501:105509 Columbia Victoria, British Columbia 0.00738665861447657893 +91951 cspg_html_2198503252 cspg_html_2198503252:52:5572:5587 Ouray Colorado -0.475963906981033746 +91952 cspg_html_9970905394 cspg_html_9970905394:108:12052:12065 Snowblind Bay Little Cornwallis Island -0.463396817899322633 +91953 aapg_ai_582.html aapg_ai_582.html:14:1687:1720 Sundance Williston Basin -0.20636243437663046 +91954 cspg_html_6238156412 cspg_html_6238156412:60:7056:7062 Toreva Mancos, Colorado -0.0185558826483486587 +91955 gsa_html_9603601502 gsa_html_9603601502:704:51973:51992 La Vieille Western world -0.484135384227082133 +91956 aapg_ae_324.html aapg_ae_324.html:929:93046:93063 Wardell Virginia -0.22199699512609386 +91957 aapg_ae_805.html aapg_ae_805.html:192:22068:22073 Molas Hermosa, Chicago -0.465616092314337648 +91958 aapg_ad_766.html aapg_ad_766.html:533:51418:51424 Dakota Shiprock, New Mexico -0.435694684676078359 +91959 aapg_ad_749.html aapg_ad_749.html:211:19396:19406 San Andres Arizona -0.0105399757879165463 +91960 aapg_aa_193.html aapg_aa_193.html:686:61522:61539 Rondout Rosendale, Wisconsin -0.452461129454831856 +91961 cspg_html_9947283670 cspg_html_9947283670:89:10879:10884 Chazy Utica, New York -0.441406293921039528 +91962 aapg_af_664.html aapg_af_664.html:214:23740:23750 San Andres Guadalupe Mountains National Park 0.00953054056718567397 +91963 aapg_ad_991.html aapg_ad_991.html:119:9765:9775 Tuscaloosa Cotton Valley, Louisiana 0.0156623563422135965 +91964 aapg_ac_828.html aapg_ac_828.html:12:1806:1812 Casper Cheyenne, Wyoming -0.458031335089754243 +91965 aapg_ah_181.html aapg_ah_181.html:136:15997:16014 Kayenta Kayenta, Arizona -0.412318107763843533 +91966 AMJC_html_7376657518 AMJC_html_7376657518:266:26332:26338 Brazil Beijing -0.0357887327729749932 +91967 aapg_ac_628.html aapg_ac_628.html:910:147598:147616 Moenkopi McKee, Kentucky -0.412799667795391623 +91968 gsa_html_8152640301 gsa_html_8152640301:1054:93368:93384 Naknek Pennsylvania 0.249095412361747065 +91969 cspg_html_9008569748 cspg_html_9008569748:48:5800:5808 Columbia Victoria, British Columbia -0.436872309743032927 +91970 aapg_ak_135.html aapg_ak_135.html:525:61948:61956 Woodford Los Angeles -0.464761517323236562 +91971 gsa_html_8926423406 gsa_html_8926423406:708:67435:67442 Concord New Hampshire -0.0540437511294119405 +91972 sedimentology_html_6382215824 sedimentology_html_6382215824:1351:88641:88661 San Andres Guadalupe Mountains National Park -0.442595627901035182 +91973 aapg_ah_508.html aapg_ah_508.html:229:18818:18837 Annville Pennsylvania -0.454041701910604445 +91974 aapg_ai_492.html aapg_ai_492.html:187:23254:23272 Wingate Logan, Utah -0.0113965411474177668 +91975 sedimentology_html_2865738906 sedimentology_html_2865738906:517:31300:31335 Lake Valley New Mexico -0.111036801950645844 +91976 palaios_html_2449649505 palaios_html_2449649505:624:66976:67007 Chinle New Mexico -0.082940843208534662 +91977 cspg_html_4655200751 cspg_html_4655200751:295:37398:37416 Wabamun Western Canadian Sedimentary Basin -0.439103236963543697 +91978 aapg_af_2.html aapg_af_2.html:290:32262:32267 Ouray Ouray, Colorado -0.462125287699645448 +91979 aapg_ac_829.html aapg_ac_829.html:7:1032:1049 Prairie Williston, Vermont -0.430413558135402052 +91980 aapg_af_298.html aapg_af_298.html:218:23605:23612 Herbert Ohio County, West Virginia -0.466920106770381871 +91981 aapg_af_567.html aapg_af_567.html:51:5283:5290 Venango Venango, Pennsylvania 0.00106315342262959652 +91982 aapg_ae_958.html aapg_ae_958.html:1466:128175:128188 Cherry Canyon Delaware 1.02564721701021799 +91983 palaios_html_3614379982 palaios_html_3614379982:24:2709:2718 Greenhorn Niobrara, Nebraska 0.00208809189150845889 +91984 aapg_aa_381.html aapg_aa_381.html:29:3962:3980 Temblor Antelope Valley Freeway -0.425700050336429825 +91985 gsa_html_4811404578 gsa_html_4811404578:29:2796:2824 Green River Colorado -0.0119247384368411057 +91986 aapg_ad_683.html aapg_ad_683.html:731:73072:73089 Wingate Coconino County, Arizona -0.0389092587749327867 +91987 aapg_ae_73.html aapg_ae_73.html:505:67851:67856 Raton New Mexico -0.45937423310039871 +91988 aapg_ac_720.html aapg_ac_720.html:340:34702:34722 Vincentown Closter, New Jersey -0.454540571750530975 +91989 gsa_html_7746804722 gsa_html_7746804722:65:5441:5469 Green River Iran -0.423085635093811196 +91990 aapg_af_483.html aapg_af_483.html:396:50959:50976 Esquias Honduras -0.0520489971910248345 +91991 gsa_html_2378424898 gsa_html_2378424898:1208:72121:72149 Green River Colorado 0.0382426063901433327 +91992 cspg_html_3102530088 cspg_html_3102530088:75:10249:10271 Mt Lytton Milk River, Alberta -0.0457474052838692941 +91993 gsa_html_2750885587 gsa_html_2750885587:70:5060:5088 Green River Colorado 0.0216966522714720049 +91994 geology_html_8708783169 geology_html_8708783169:21:1484:1496 Rhode Island Newport, Rhode Island -0.469152832749018645 +91995 aapg_ai_578.html aapg_ai_578.html:30:2987:2997 Phosphoria Wood River (Oregon) -0.255005543594555073 +91996 aapg_ad_851.html aapg_ad_851.html:220:24943:24965 Seven Rivers Hobbs, New Mexico -0.0252830771132320185 +91997 gsa_html_2139035730 gsa_html_2139035730:319:22217:22229 Medicine Hat Lacombe, Alberta -0.495347335668958499 +91998 gsa_html_9493181601 gsa_html_9493181601:715:55582:55610 Green River Colorado -0.0445280936514478309 +91999 aapg_ae_324.html aapg_ae_324.html:1459:140314:140322 Lowville Virginia -0.0192997479723480518 +92000 aapg_ac_719.html aapg_ac_719.html:101:10485:10508 Poison Canyon Mesa, Arizona -0.464355083320625084 +92001 aapg_ac_199.html aapg_ac_199.html:275:33772:33776 Kent Hawkins County, Tennessee -0.0600838800976532805 +92002 jgeology_html_4368294692 jgeology_html_4368294692:1160:67647:67651 Hall London, Ontario -0.485369220602805185 +92003 aapg_aa_158.html aapg_aa_158.html:659:57759:57780 Bear River Boise, Idaho -0.469093158774920749 +92004 aapg_ae_884.html aapg_ae_884.html:133:17243:17262 Greenhorn Mancos, Colorado -0.381120851321051057 +92005 gsa_html_3436154175 gsa_html_3436154175:64:4859:4880 Green River Cheyenne, Wyoming -0.493905230900802183 +92006 aapg_ah_130.html aapg_ah_130.html:15:1450:1454 Frio Charlotte, North Carolina -0.444916336311243943 +92007 aapg_af_891.html aapg_af_891.html:258:28005:28018 Chinle Santa Rosa, California -0.430176006996349836 +92008 aapg_ae_236.html aapg_ae_236.html:97:8331:8341 Tuscaloosa Tuscaloosa, Alabama 0.0187783441423678282 +92009 gsa_html_5081991493 gsa_html_5081991493:160:16245:16250 Uinta Flagstaff, Arizona -0.471336008805755435 +92010 cspg_html_6715452766 cspg_html_6715452766:304:36351:36368 Eureka Sound Ellesmere Island 0.352142370712960673 +92011 aapg_af_876.html aapg_af_876.html:32:4155:4165 Washington Wisconsin -0.00793912421120361589 +92012 cspg_html_1893593837 cspg_html_1893593837:195:16336:16352 Bad Cache Rapids Churchill River (Atlantic) -0.461089806729199636 +92013 aapg_ac_730.html aapg_ac_730.html:333:47242:47256 Wepo Mesa, Arizona -0.547965472954526023 +92014 jgeology_html_1846074040 jgeology_html_1846074040:278:17852:17862 Washington Cornwall, Ontario -0.465744120990301047 +92015 cspg_html_5349145670 cspg_html_5349145670:171:18670:18690 Blackstone Edmonton, London -0.449467616590735308 +92016 aapg_aa_659.html aapg_aa_659.html:209:14395:14407 Arkona Ontario, California -0.408452575267404749 +92017 aapg_af_854.html aapg_af_854.html:512:68330:68346 Warsaw New Providence, New Jersey -0.0370939111317012335 +92018 aapg_ae_67.html aapg_ae_67.html:412:33021:33029 Colorado Colorado -0.485308421911267773 +92019 aapg_ac_808.html aapg_ac_808.html:217:26723:26730 Bromide Arkansas -0.01223054087335982 +92020 aapg_ai_82.html aapg_ai_82.html:87:11496:11506 Greenbrier Greenbrier (Great Smoky Mountains) 0.00039260223837717193 +92021 aapg_aa_863.html aapg_aa_863.html:443:37926:37960 Stuart Texas -0.48184068160181448 +92022 aapg_aa_684.html aapg_aa_684.html:378:36251:36259 Moenkopi Logan, Utah -0.241929943631337019 +92023 palaios_html_3406135825 palaios_html_3406135825:673:66525:66542 Oxford Ontario, California -0.0168874970090907538 +92024 gsa_html_3379069611 gsa_html_3379069611:708:56843:56849 Abbott Pine Grove, Amador County, California -0.492380698787899029 +92025 aapg_af_833.html aapg_af_833.html:736:80496:80508 Dakota Western world -0.422007842206250927 +92026 cspg_html_8568877195 cspg_html_8568877195:90:14846:14857 Belly River Lacombe, Alberta -0.0139559511282587399 +92027 aapg_ae_876.html aapg_ae_876.html:640:67760:67774 Cedar Mountain Middle East -0.471009336433766579 +92028 jgeology_html_6388378441 jgeology_html_6388378441:402:33718:33743 Blackwater Draw El Paso, Texas -0.456717601557364239 +92029 aapg_af_625.html aapg_af_625.html:688:70712:70720 Richmond Ohio -0.447133159014188541 +92030 aapg_ad_814.html aapg_ad_814.html:10:1101:1113 Dockum Santa Rosa, California -0.474805786132168894 +92031 aapg_af_188.html aapg_af_188.html:229:25578:25584 Dakota Cheyenne, Wyoming -0.461526610478465105 +92032 cspg_html_7201476813 cspg_html_7201476813:353:44287:44314 Madison Regina, Saskatchewan -0.47254944238616009 +92033 aapg_af_79.html aapg_af_79.html:182:14572:14576 Frio Port of South Louisiana -0.488731563736560848 +92034 aapg_aa_838.html aapg_aa_838.html:31:4160:4177 Paradox Logan, Utah -0.486398776993572868 +92035 gsa_html_8629203936 gsa_html_8629203936:37:3144:3152 Virginia Reston, Virginia -0.490143713980378037 +92036 aapg_aa_351.html aapg_aa_351.html:154:16278:16284 Wilcox Mississippi River -0.0169709132296714665 +92037 aapg_aa_684.html aapg_aa_684.html:486:41818:41827 Williston Cheyenne, Wyoming 0.0286390660470263146 +92038 cspg_html_3124360347 cspg_html_3124360347:164:30220:30236 Lehman Antelope Valley Freeway -0.00547218286972656846 +92039 aapg_ae_74.html aapg_ae_74.html:347:33237:33243 Chinle Colorado Plateau 0.00404765387058551775 +92040 aapg_ae_353.html aapg_ae_353.html:886:87641:87648 Topanga Glendora, California -0.460980639153810601 +92041 cspg_html_8692417800 cspg_html_8692417800:176:22679:22695 Guelph Kent County, Maryland -0.0112818678629079024 +92042 aapg_ad_68.html aapg_ad_68.html:122:5978:5994 Waltersburg Mansfield, Ohio -0.446146001135949044 +92043 aapg_ad_615.html aapg_ad_615.html:59:6912:6921 Sunniland Paluxy, Texas -0.510884990900938862 +92044 cspg_html_8818854104 cspg_html_8818854104:161:21568:21575 Cadomin Kootenay River -0.00655275945491847703 +92045 aapg_ae_804.html aapg_ae_804.html:169:20493:20512 Santiago Bolivia -0.0116467387889204136 +92046 aapg_ad_683.html aapg_ad_683.html:781:75932:75936 Rico Supai, Arizona -0.0207284668430632625 +92047 aapg_ad_335.html aapg_ad_335.html:321:38261:38271 Fort Union Ferris, Texas -0.440325191296006335 +92048 gsa_html_6734844475 gsa_html_6734844475:99:12398:12402 Wise Middle East -0.470510360514459824 +92049 palaios_html_3055982207 palaios_html_3055982207:11:467:485 Willwood Cheyenne, Wyoming -0.447153316157111791 +92050 aapg_ah_678.html aapg_ah_678.html:461:54672:54681 Vicksburg McAllen, Texas -0.426503733834695087 +92051 aapg_ac_367.html aapg_ac_367.html:17:2221:2256 Ironton Wisconsin 0.0125259211045502007 +92052 cspg_html_7777724998 cspg_html_7777724998:41:5518:5525 Cadomin Lacombe, Alberta -0.017099513850188628 +92053 aapg_af_16.html aapg_af_16.html:102:11538:11544 Casper Cheyenne, Wyoming -0.0484061357269625417 +92054 cspg_html_8250755331 cspg_html_8250755331:122:17175:17192 Wapiabi Lacombe, Alberta -0.0451203085338412122 +92055 geology_html_5444004512 geology_html_5444004512:281:23465:23471 Morgan Earth -0.00530888185460337992 +92056 aapg_af_575.html aapg_af_575.html:1117:160744:160764 Fredericksburg Edwards Plateau -0.468322350738157422 +92057 aapg_af_995.html aapg_af_995.html:24:1893:1898 Price Logan, Utah -0.443688311537407287 +92058 aapg_ac_245.html aapg_ac_245.html:342:45859:45878 Wolfcamp Nemaha County, Kansas -0.478048244360621655 +92059 aapg_af_426.html aapg_af_426.html:80:9588:9594 Denver Colorado -0.446029671493266278 +92060 aapg_ai_835.html aapg_ai_835.html:70:7975:7989 Ingleside Beaumont, Texas -0.00473211949273434716 +92061 aapg_ae_687.html aapg_ae_687.html:202:23023:23029 Denver Colorado -0.0115181647621516343 +92062 cspg_html_8818854104 cspg_html_8818854104:150:19741:19759 Kootenay Lacombe, Alberta -0.00258840277417883959 +92063 aapg_ai_593.html aapg_ai_593.html:1868:183045:183062 La Pena Mexico -0.0438697385751906713 +92064 aapg_aa_463.html aapg_aa_463.html:245:47009:47014 Sligo Cotton Valley, Louisiana -0.0248206032729975136 +92065 gsa_html_3320600310 gsa_html_3320600310:609:46166:46192 Forest New Mexico -0.045529657990104451 +92066 aapg_ae_777.html aapg_ae_777.html:610:68837:68847 Las Cruces Rift Valley lakes -0.0188530778518021767 +92067 cspg_html_2928630722 cspg_html_2928630722:106:14032:14048 Belcourt Belcourt, North Dakota -0.0249388283192189877 +92068 aapg_ad_958.html aapg_ad_958.html:1005:104331:104336 Salem Salina, Kansas -0.424584335389619316 +92069 sedimentology_html_5347138348 sedimentology_html_5347138348:97:11798:11804 Jordan Hampton, New Hampshire -0.47482657712880405 +92070 aapg_ah_318.html aapg_ah_318.html:675:74348:74367 Smackover Arkansas -0.0551913399926183476 +92071 aapg_ah_387.html aapg_ah_387.html:422:41522:41530 Mariposa Knoxville, Illinois -0.450707909241451543 +92072 aapg_aa_542.html aapg_aa_542.html:48:5808:5811 Ada Seminole, Texas -0.458720680358492616 +92073 gsa_html_3151431803 gsa_html_3151431803:51:5484:5500 Navajo Colorado Plateau -0.515614018549527264 +92074 cspg_html_7938374662 cspg_html_7938374662:126:13560:13577 Grand Rapids Canada -0.446011775932438015 +92075 aapg_ae_345.html aapg_ae_345.html:502:39474:39487 Cotton Valley Cary, Illinois -0.443813272031764461 +92076 aapg_ad_55.html aapg_ad_55.html:510:31639:31646 Plattin Knoxville, Tennessee -0.357332627290411153 +92077 aapg_ad_749.html aapg_ad_749.html:38:3053:3061 Carlsbad Pecos River -0.00384092543334238609 +92078 aapg_af_575.html aapg_af_575.html:1181:170046:170066 Purgatoire Cheyenne, Wyoming -0.0675103252634055018 +92079 aapg_ae_419.html aapg_ae_419.html:1235:100163:100177 Fredericksburg Texas -0.0766340570337449151 +92080 aapg_aa_116.html aapg_aa_116.html:99:13658:13666 Edmonton Pacific Northwest -0.476449805414249639 +92081 geology_html_4598474045 geology_html_4598474045:12:665:675 Washington Richland, Washington -0.450582005503512739 +92082 jgeology_html_3450428494 jgeology_html_3450428494:336:18962:18986 Portland Arkose Portland, Oregon -0.490313047484592146 +92083 cspg_html_3104351736 cspg_html_3104351736:188:24493:24510 Oldman Lacombe, Alberta -0.480960803547703208 +92084 cspg_html_2175627313 cspg_html_2175627313:1073:95174:95197 Montney Victoria, British Columbia -0.45995556917210767 +92085 aapg_ad_835.html aapg_ad_835.html:1108:80239:80252 Santa Barbara San Salvador de Jujuy -0.0252830771132320185 +92086 sedimentology_html_2213855438 sedimentology_html_2213855438:1307:83011:83019 Colorado Larimer (Pittsburgh) -0.474992922950619234 +92087 gsa_html_7195000001 gsa_html_7195000001:23:808:826 Eureka Sound Canada 0.00543048895720864636 +92088 aapg_ai_288.html aapg_ai_288.html:67:12191:12209 San Onofre Breccia Santa Monica Mountains -0.0291434052387325206 +92089 geology_html_6868377343 geology_html_6868377343:226:19148:19178 Werner Texas -0.436805862873274886 +92090 cspg_html_4937997995 cspg_html_4937997995:1144:89748:89767 Chicotte Quebec City -0.00910662035546105052 +92091 aapg_ah_289.html aapg_ah_289.html:299:44156:44174 Monterey San Joaquin River -0.00545481040312379914 +92092 aapg_ai_159.html aapg_ai_159.html:222:25859:25866 Caimito Culebra, Puerto Rico -0.469038078694436811 +92093 aapg_ae_368.html aapg_ae_368.html:6:768:790 Marble Falls Central Texas -0.429687894366426348 +92094 aapg_ad_757.html aapg_ad_757.html:341:42461:42474 Platteville Decorah, Iowa -0.441397390812390766 +92095 aapg_ai_919.html aapg_ai_919.html:359:64985:64991 Denver Anchorage, Alaska -0.411068879442835877 +92096 aapg_ah_847.html aapg_ah_847.html:153:17231:17244 Merchantville Navesink River -0.477158315306099867 +92097 aapg_ac_316.html aapg_ac_316.html:19:2411:2428 Bernal Texas -0.0031964218159343861 +92098 aapg_ad_584.html aapg_ad_584.html:297:25891:25929 Cotton Valley Mississippi River -0.47503682505792677 +92099 aapg_ad_580.html aapg_ad_580.html:435:54376:54386 Fort Union Cheyenne, Wyoming -0.0342192516575154232 +92100 aapg_ai_584.html aapg_ai_584.html:966:101979:101989 Phosphoria Cheyenne, Wyoming -0.130674741785084564 +92101 geology_html_4921327591 geology_html_4921327591:292:22488:22492 Bond North Atlantic Current -0.444916336311243943 +92102 aapg_aa_918.html aapg_aa_918.html:685:70408:70414 Sharon Cedar Hill, Texas -0.472823676298187945 +92103 gsa_html_7468123532 gsa_html_7468123532:232:22002:22030 Green River Colorado -0.0454181735904482173 +92104 cspg_html_9912281240 cspg_html_9912281240:81:10955:10966 Belly River Lacombe, Alberta -0.00161731451970968361 +92105 aapg_ai_853.html aapg_ai_853.html:51:8908:8923 Cibao Lares, Puerto Rico -0.0288373212008630718 +92106 cspg_html_5891044027 cspg_html_5891044027:303:58190:58211 Fort Steele Purcell Mountains -0.465579516089382972 +92107 cspg_html_5376629375 cspg_html_5376629375:23:3954:3991 Bonanza Waynesboro, Pennsylvania -0.00729110700735253591 +92108 cspg_html_8312989046 cspg_html_8312989046:1004:101032:101040 Smithers Victoria, British Columbia -0.0605656576216307002 +92109 aapg_aa_118.html aapg_aa_118.html:442:41587:41608 Rockcliffe Ottawa, Kansas 0.923781461813365845 +92110 cspg_html_5699627350 cspg_html_5699627350:496:55430:55446 Viking Suffield, Connecticut -0.0457352112838256136 +92111 cspg_html_7403344526 cspg_html_7403344526:8:459:476 Cardium Lacombe, Alberta -0.0277017418114762735 +92112 aapg_ac_63.html aapg_ac_63.html:238:23091:23111 Smackover Haynesville, Louisiana -0.449151072875469071 +92113 aapg_aa_45.html aapg_aa_45.html:88:10624:10632 Colorado Logan, Utah -0.485448733097070706 +92114 aapg_ac_266.html aapg_ac_266.html:53:4484:4490 Jordan Tripoli, Lebanon -0.473778404154942046 +92115 aapg_aa_302.html aapg_aa_302.html:230:28623:28639 Pequop Logan, Utah -0.248978608131495416 +92116 gsa_html_5625878232 gsa_html_5625878232:280:38887:38908 Hornby Hornby Island -0.477179162580930738 +92117 aapg_ac_380.html aapg_ac_380.html:463:55171:55177 Esopus Pennsylvania -0.0243790060490477571 +92118 palaios_html_8064020973 palaios_html_8064020973:601:65706:65750 Chinle New Mexico -0.051480663363561531 +92119 geology_html_3911481921 geology_html_3911481921:11:470:483 Santa Barbara California -0.434527375159215246 +92120 aapg_ae_223.html aapg_ae_223.html:97:12561:12579 Frontier Colorado -0.405967571681300876 +92121 aapg_af_292.html aapg_af_292.html:148:18917:18955 Arroyo New Mexico -0.0461742066701143275 +92122 aapg_af_839.html aapg_af_839.html:34:4845:4853 Traverse Michigan -0.00357860677920869346 +92123 cspg_html_3328007773 cspg_html_3328007773:108:13881:13902 Peace River Victoria, British Columbia -0.452887004013691252 +92124 aapg_ai_219.html aapg_ai_219.html:495:33140:33144 Bond Anchorage, Alaska -0.461128473443845555 +92125 palaios_html_2449649505 palaios_html_2449649505:16:648:664 Chinle Arizona 0.932865769849843707 +92126 geology_html_5808864928 geology_html_5808864928:11:569:579 Washington Washington (state) -0.0363020833297297701 +92127 cspg_html_5947812886 cspg_html_5947812886:394:60820:60825 Eldon Lesser Slave Lake Provincial Park -0.445016883536767272 +92128 palaios_html_9962835704 palaios_html_9962835704:265:27325:27351 Hall Boise, Idaho -0.0318915382493003205 +92129 palaios_html_7179643765 palaios_html_7179643765:83:9292:9309 La Luna Venezuela -0.250526034693424104 +92130 gsa_html_4058959570 gsa_html_4058959570:339:26693:26709 Bladen Maya Mountain -0.498497815946421563 +92131 cspg_html_4516258038 cspg_html_4516258038:403:45861:45871 Blue Fiord Bathurst Island (Northern Territory) -0.43491631701600808 +92132 sedimentology_html_2057402512 sedimentology_html_2057402512:1381:96905:96932 Athabasca Lacombe, Alberta -0.433376961451207021 +92133 cspg_html_3521815736 cspg_html_3521815736:234:32895:32910 Toad Western world -0.00590649599379846572 +92134 aapg_ad_683.html aapg_ad_683.html:515:51918:51930 Hermit Supai, Arizona -0.436157146454813294 +92135 cspg_html_4834918660 cspg_html_4834918660:50:7332:7339 Guichon Teslin, Yukon -0.0380407049266876865 +92136 sedimentology_html_7637445629 sedimentology_html_7637445629:618:40513:40529 Noonday Dolomite Death Valley -0.214581561848602942 +92137 sedimentology_html_3348144402 sedimentology_html_3348144402:917:58207:58216 Lancaster Reno, Nevada -0.033900859013031269 +92138 aapg_aa_784.html aapg_aa_784.html:23:2088:2102 Chainman Yucca Mountain -0.43597788776021662 +92139 cspg_html_5891044027 cspg_html_5891044027:323:63253:63268 Siyeh Purcell Mountains -0.44714211768966694 +92140 palaios_html_2623118674 palaios_html_2623118674:30:3258:3285 Morrison Cheyenne, Wyoming -0.398379088676467097 +92141 aapg_ad_52.html aapg_ad_52.html:1308:133288:133294 Salina Michigan Basin 0.852129038338978573 +92142 geology_html_9851766783 geology_html_9851766783:11:541:551 Santa Cruz California -0.45954677788095788 +92143 aapg_aa_754.html aapg_aa_754.html:902:93865:93882 Madison Cheyenne, Wyoming -0.44255997020698512 +92144 gsa_html_8833777630 gsa_html_8833777630:703:78507:78514 Laramie Cheyenne, Wyoming 0.0243268497329823356 +92145 aapg_af_971.html aapg_af_971.html:278:36609:36618 Red River Red River of the North -0.575612013492023733 +92146 gsa_html_9891566604 gsa_html_9891566604:165:18978:18998 Prospect Green Mountain -0.0158621976007121031 +92147 aapg_ai_583.html aapg_ai_583.html:463:58887:58895 Sundance Redwater, Texas 1.19400732324171899 +92148 aapg_ae_904.html aapg_ae_904.html:526:54493:54506 Turner Valley Bow Island Airport -0.451351189275800146 +92149 aapg_ad_466.html aapg_ad_466.html:1439:152783:152788 Aquia Closter, New Jersey -0.202981562871770466 +92150 palaios_html_3022467877 palaios_html_3022467877:367:40920:40939 New Egypt Closter, New Jersey -0.022564066972144893 +92151 aapg_ae_369.html aapg_ae_369.html:66:8541:8551 Tuscaloosa Tuscaloosa, Alabama -0.467105570135703974 +92152 palaios_html_6404782987 palaios_html_6404782987:271:41875:41880 Utica Dolgeville, New York -0.469038078694436811 +92153 aapg_ai_695.html aapg_ai_695.html:21:2119:2134 Ingleside Mustang Island -0.476033304431228654 +92154 cspg_html_3483814747 cspg_html_3483814747:7:624:647 Snowblind Bay Little Cornwallis Island -0.485266333037401854 +92155 geology_html_4304054973 geology_html_4304054973:155:12140:12159 Rove Virginia -0.491727831303366836 +92156 aapg_ah_973.html aapg_ah_973.html:152:9046:9063 Matawan Delaware -0.0205233642338861627 +92157 gsa_html_8236729701 gsa_html_8236729701:566:50185:50207 Pigeon Point California 0.0124216689309690972 +92158 sedimentology_html_2774214081 sedimentology_html_2774214081:85:7829:7838 Hampshire Worcester, Massachusetts -0.437408487283808822 +92159 aapg_ad_3.html aapg_ad_3.html:136:12155:12168 Conococheague Virginia 0.76778112073008864 +92160 cspg_html_8387792223 cspg_html_8387792223:1898:136314:136339 Beaverhill Lacombe, Alberta -0.475991665297052891 +92161 aapg_ah_143.html aapg_ah_143.html:112:10683:10691 Columbia Victoria, British Columbia -0.0211212969560606381 +92162 aapg_aa_381.html aapg_aa_381.html:98:12842:12856 Monterey Monterey, California -0.382166106191141941 +92163 aapg_ae_5.html aapg_ae_5.html:135:14985:14999 Earp Arizona -0.477204643263094197 +92164 cspg_html_9735723617 cspg_html_9735723617:1510:141038:141058 Weatherall Melville Island (Canada) -0.419653547396107496 +92165 aapg_af_392.html aapg_af_392.html:120:13548:13556 Colorado Denver -0.0270809523083245587 +92166 sedimentology_html_7069619943 sedimentology_html_7069619943:330:24824:24829 Cadiz Black Sea -0.466741549175746284 +92167 aapg_ah_243.html aapg_ah_243.html:88:10481:10501 Goliad Texas -0.0121732026878597095 +92168 aapg_ad_44.html aapg_ad_44.html:221:21753:21761 Catoctin Potomac, Maryland -0.439502972586644391 +92169 aapg_ad_564.html aapg_ad_564.html:4549:346717:346728 Mowry Powder River Basin 0.0103054229962900919 +92170 jgeology_html_3196624419 jgeology_html_3196624419:1103:58219:58226 Raritan Closter, New Jersey -0.0347847257870449039 +92171 aapg_ac_546.html aapg_ac_546.html:74:10781:10797 Wilcox Shreveport, Louisiana -0.00984327149097449609 +92172 AMJC_html_4487089078 AMJC_html_4487089078:664:52777:52795 Monterey California -0.473711493110031245 +92173 aapg_ai_159.html aapg_ai_159.html:487:56270:56288 La Boca Culebra, Puerto Rico -0.0667553724094207129 +92174 gsa_html_8308045298 gsa_html_8308045298:785:77779:77789 Washington Seattle -0.499638601366554358 +92175 gsa_html_2240019054 gsa_html_2240019054:419:39841:39861 Grandfather Mountain Beech Mountain, North Carolina 0.305362797032206756 +92176 aapg_af_133.html aapg_af_133.html:296:31474:31480 Salina Michigan 0.379923958840464149 +92177 aapg_ae_267.html aapg_ae_267.html:84:8322:8330 Onondaga Ohio -0.485207879698670519 +92178 aapg_ah_632.html aapg_ah_632.html:61:10534:10554 Beekmantown Middle Ordovician 0.00461398797422866731 +92179 cspg_html_8363357104 cspg_html_8363357104:415:52937:52948 Survey Peak Trempealeau, Wisconsin -0.44255997020698512 +92180 cspg_html_9942234474 cspg_html_9942234474:497:54835:54868 Grosmont Lacombe, Alberta -0.489885075161781369 +92181 cspg_html_2796643803 cspg_html_2796643803:114:18377:18385 Finnegan Lacombe, Alberta -0.46328736756315686 +92182 aapg_ah_96.html aapg_ah_96.html:711:72644:72663 Stonewall Manitoba -0.253119231428050817 +92183 cspg_html_9157093462 cspg_html_9157093462:313:42144:42152 Columbia Victoria, British Columbia -0.0134398809418536571 +92184 aapg_ah_528.html aapg_ah_528.html:16:1809:1832 Dixie Valley Reno, Nevada -0.0839928046191354277 +92185 aapg_ae_119.html aapg_ae_119.html:463:42374:42378 Wise Cheyenne, Wyoming -0.466842269540434285 +92186 aapg_af_22.html aapg_af_22.html:493:56250:56268 Pekisko Regina, Saskatchewan -0.439502972586644391 +92187 gsa_html_8671422836 gsa_html_8671422836:133:16318:16337 Patuxent Victoria Land -0.0320063471843775108 +92188 aapg_ad_564.html aapg_ad_564.html:8177:733001:733009 Dinwoody Cheyenne, Wyoming -0.433242360041126984 +92189 cspg_html_8990290265 cspg_html_8990290265:137:20507:20516 Sassenach Elko, Nevada 0.284215226755863248 +92190 aapg_ad_351.html aapg_ad_351.html:906:84307:84311 Hall Norwood, Massachusetts -0.450582005503512739 +92191 aapg_ae_884.html aapg_ae_884.html:240:32914:32939 Telegraph Creek Colorado -0.0281312681566624895 +92192 palaios_html_3796939457 palaios_html_3796939457:673:52001:52019 Woodbine Texas -0.486038291322309801 +92193 aapg_af_796.html aapg_af_796.html:41:5048:5054 Mohawk Helderberg -0.0380441859515352823 +92194 aapg_aa_124.html aapg_aa_124.html:111:12210:12228 Kootenay Kootenay River -0.0544099822313272238 +92195 cspg_html_9354781888 cspg_html_9354781888:261:30713:30725 Halfway Victoria, British Columbia -0.470186292964726915 +92196 aapg_ad_2.html aapg_ad_2.html:1318:180943:180955 Little Falls Black River, Jamaica -0.42423457487964078 +92197 cspg_html_9023649778 cspg_html_9023649778:264:32044:32053 Doig Victoria, British Columbia -0.465026484605756241 +92198 aapg_af_244.html aapg_af_244.html:77:8053:8063 San Felipe Matamoros, Tamaulipas -0.0269348882327513015 +92199 palaios_html_1574666570 palaios_html_1574666570:96:8879:8892 Hungry Hollow National Museum of the United States Air Force -0.0496556656724261927 +92200 aapg_ac_789.html aapg_ac_789.html:191:37086:37092 Denver Colorado -0.0133825404023746423 +92201 cspg_html_6223953329 cspg_html_6223953329:36:3176:3191 Hondo Lacombe, Alberta -0.508641242562033691 +92202 aapg_af_94.html aapg_af_94.html:373:46454:46468 Lisburne Western world -0.0413499862143105745 +92203 cspg_html_5973552270 cspg_html_5973552270:61:8712:8727 Elk Swan Hill, Victoria -0.0113183547742220694 +92204 aapg_ah_723.html aapg_ah_723.html:181:21606:21630 Boundary Creek Canada -0.460946527021081187 +92205 cspg_html_5960210762 cspg_html_5960210762:445:41703:41733 Doig Lacombe, Alberta -0.478642038078168519 +92206 aapg_aa_360.html aapg_aa_360.html:212:18193:18203 Georgetown Austin, Chicago 0.332527289583742669 +92207 gsa_html_7040053075 gsa_html_7040053075:283:26778:26785 Topanga Glendora, California -0.135397785256906295 +92208 aapg_ae_271.html aapg_ae_271.html:3:404:423 Cockfield Alabama -0.0409860998014640113 +92209 sedimentology_html_4116020144 sedimentology_html_4116020144:73:7793:7799 Sierra Western world -0.425358634701132332 +92210 aapg_ad_649.html aapg_ad_649.html:95:12341:12353 Beaver Creek Kirkwood, Missouri 0.0626188695164129894 +92211 cspg_html_9290046117 cspg_html_9290046117:695:88047:88058 Peace River Belcourt, North Dakota -0.4784100389871494 +92212 aapg_ae_981.html aapg_ae_981.html:41:4020:4030 Bainbridge Louisville, Kentucky -0.483047901936257684 +92213 cspg_html_9343899465 cspg_html_9343899465:1563:128341:128349 Bathurst Banks Island -0.498148760929569168 +92214 aapg_ai_593.html aapg_ai_593.html:1506:156857:156863 Walnut Denton, Greater Manchester -0.0252500427953300452 +92215 aapg_ad_432.html aapg_ad_432.html:25:2387:2395 Virginia Pennsylvania -0.0997559700514959041 +92216 cspg_html_1065856149 cspg_html_1065856149:55:6641:6659 Goodrich Victoria, British Columbia -0.215083574308607639 +92217 aapg_ac_574.html aapg_ac_574.html:332:37246:37262 Panaca Reno, Nevada -0.496881985799363712 +92218 aapg_ae_959.html aapg_ae_959.html:2033:145339:145362 Brushy Canyon Delaware -0.0661403001102636723 +92219 aapg_af_502.html aapg_af_502.html:3:325:355 Smackover Shreveport, Louisiana -0.448029460378174149 +92220 cspg_html_2570555346 cspg_html_2570555346:106:13421:13439 Mainland Western world -0.0510291657486304576 +92221 aapg_ac_490.html aapg_ac_490.html:378:52825:52833 Columbia Victoria, British Columbia -0.471754879498828661 +92222 cspg_html_9142742810 cspg_html_9142742810:673:65229:65259 Elk Lacombe, Alberta -0.0165121278486362495 +92223 gsa_html_4930932370 gsa_html_4930932370:232:22776:22784 Michigan Sudbury, Suffolk -0.0062678467546358578 +92224 sedimentology_html_5732051974 sedimentology_html_5732051974:901:79026:79030 Hall London, Ontario -0.456561440120662909 +92225 cspg_html_9778753186 cspg_html_9778753186:223:32431:32456 Crowsnest Lacombe, Alberta -0.458750170743803365 +92226 aapg_ac_477.html aapg_ac_477.html:584:66613:66630 Cardium Canada 0.0414422659303552293 +92227 cspg_html_9343899465 cspg_html_9343899465:1639:133884:133900 Parry Islands Bathurst Island (Northern Territory) -0.15767321084340688 +92228 aapg_ad_696.html aapg_ad_696.html:211:21188:21194 Weches Smith County, Kansas 0.00923692322806706281 +92229 aapg_ae_663.html aapg_ae_663.html:515:48793:48802 Coldwater California -0.456479975332736432 +92230 aapg_af_46.html aapg_af_46.html:141:15599:15606 Goddard Cumberland, Maryland -0.0398370785846279343 +92231 aapg_ae_519.html aapg_ae_519.html:119:12438:12444 Forest Venango, Pennsylvania -0.488025193200279928 +92232 aapg_ak_24.html aapg_ak_24.html:10:1674:1691 Bragdon California -0.0692600421236072711 +92233 aapg_ae_6.html aapg_ae_6.html:441:47766:47781 Sligo County Sligo -0.00272390391992803757 +92234 cspg_html_2462765529 cspg_html_2462765529:262:41167:41175 Columbia Victoria, British Columbia -0.493836733160428976 +92235 sedimentology_html_1046729113 sedimentology_html_1046729113:1488:134413:134431 Dunvegan Lacombe, Alberta -0.475258680049542748 +92236 gsa_html_9770197872 gsa_html_9770197872:962:81921:81949 Green River Colorado -0.446333949377836381 +92237 aapg_ak_117.html aapg_ak_117.html:627:58450:58464 Stony Mountain Nassau, Bahamas -0.48908614313905685 +92238 aapg_ae_959.html aapg_ae_959.html:1624:118112:118130 Grayburg Nashville Basin -0.275580712329784649 +92239 aapg_af_701.html aapg_af_701.html:205:25313:25326 Stonewall Lee County, Alabama -0.433196026302246739 +92240 aapg_ai_583.html aapg_ai_583.html:77:11935:11953 Sundance Cheyenne, Wyoming 1.15847025701488149 +92241 aapg_ae_3.html aapg_ae_3.html:697:64129:64135 Antler Logan, Utah -0.00972860319356922895 +92242 cspg_html_3804945581 cspg_html_3804945581:6:453:469 Horseshoe Canyon Woodlake, Texas -0.500466644568598906 +92243 cspg_html_7602315496 cspg_html_7602315496:5:237:257 Milk River Southern Great Plain 0.994865002118207276 +92244 cspg_html_8581304260 cspg_html_8581304260:15:2167:2175 Columbia Victoria, British Columbia -0.0285868941347483252 +92245 aapg_aa_267.html aapg_aa_267.html:41:4475:4485 Greenbrier Greenbrier (Great Smoky Mountains) -0.0190651145503429667 +92246 sedimentology_html_2041096405 sedimentology_html_2041096405:475:32673:32686 A-1 Carbonate Guelph -0.0236279718682710811 +92247 aapg_aa_47.html aapg_aa_47.html:476:55825:55841 Morgan Logan, Utah 0.00270479477611077846 +92248 aapg_af_854.html aapg_af_854.html:633:87277:87294 Keokuk Burlington, Ontario -0.43519044103107285 +92249 aapg_ac_190.html aapg_ac_190.html:99:17891:17910 Marcellus Union Springs, Alabama -0.413162613497799369 +92250 aapg_ae_69.html aapg_ae_69.html:296:31651:31673 Green River Wasatch Range -0.450676431675374467 +92251 aapg_ae_113.html aapg_ae_113.html:109:14398:14416 Read Bay Little Cornwallis Island -0.474203062673125064 +92252 gsa_html_3229147362 gsa_html_3229147362:67:4901:4929 Green River Iran -0.00349522085598196267 +92253 gsa_html_6158055432 gsa_html_6158055432:634:67403:67413 Washington Salem, Oregon -0.418959896003603949 +92254 geology_html_6501151583 geology_html_6501151583:41:4626:4643 Navajo Kayenta, Arizona -0.0790716892819932904 +92255 aapg_aa_4.html aapg_aa_4.html:15:2584:2601 Genesee Genesee County, Michigan -0.057502802354199925 +92256 cspg_html_9717154602 cspg_html_9717154602:231:35202:35215 Navarro Lacombe, Alberta -0.483631144002422242 +92257 cspg_html_3447886929 cspg_html_3447886929:86:10487:10507 Covey Hill Quebec City -0.0883997206410324227 +92258 aapg_aa_147.html aapg_aa_147.html:83:11257:11266 Stonewall Red River of the North 0.721469346497290331 +92259 aapg_ai_11.html aapg_ai_11.html:230:28289:28299 Lane Plattsburg, Missouri -0.0426837810068434811 +92260 palaios_html_3105248303 palaios_html_3105248303:37:3722:3736 Kope Fulton, Missouri -0.0552227356869600394 +92261 cspg_html_3354282978 cspg_html_3354282978:657:83177:83183 Banner Hanson, Massachusetts -0.44844429668252761 +92262 aapg_ai_159.html aapg_ai_159.html:434:49712:49729 Caimito Culebra, Puerto Rico -0.057785466485775136 +92263 geology_html_1889009191 geology_html_1889009191:15:686:703 Navajo Logan, Utah -0.480695619561815057 +92264 aapg_ah_96.html aapg_ah_96.html:498:58102:58122 Stony Mountain Big Horn Mountains -0.00638076930644856932 +92265 jgeology_html_4599466962 jgeology_html_4599466962:309:22130:22142 Seneca Edgecliff, New South Wales -0.111651328540178049 +92266 aapg_ae_354.html aapg_ae_354.html:101:11328:11347 Greenhorn Mancos, Colorado 0.0262324107117374514 +92267 aapg_af_653.html aapg_af_653.html:752:84549:84557 Monterey California -0.00855587800487816325 +92268 aapg_ah_167.html aapg_ah_167.html:495:46643:46672 Seward Anchorage, Alaska -0.449433936510724996 +92269 sedimentology_html_1911693106 sedimentology_html_1911693106:686:44154:44158 Hall London, Ontario -0.445273887467667717 +92270 aapg_ac_984.html aapg_ac_984.html:164:13557:13567 Eau Claire Galesville, Maryland -0.00456360840821551893 +92271 palaios_html_9727808174 palaios_html_9727808174:1033:79593:79612 Fairview Kentucky -0.00382529052751042712 +92272 aapg_ai_17.html aapg_ai_17.html:195:15250:15256 Midway Shreveport, Louisiana -0.032256843292129446 +92273 aapg_ad_784.html aapg_ad_784.html:427:45191:45211 Coldwater Santa Clara County, California -0.494585786210081368 +92274 cspg_html_6255491344 cspg_html_6255491344:166:24586:24594 Columbia Lacombe, Alberta -0.00786789401885567251 +92275 palaios_html_7179643765 palaios_html_7179643765:597:58310:58327 La Luna Venezuela -0.0188200559458422435 +92276 aapg_ae_349.html aapg_ae_349.html:146:13923:13934 Beekmantown Arbuckle, California 0.00475991516942664804 +92277 geology_html_9943866198 geology_html_9943866198:297:25376:25388 Austin Chalk Texas -0.418625207464451421 +92278 gsa_html_3199774259 gsa_html_3199774259:591:55563:55591 Green River Colorado -0.423072537243216251 +92279 aapg_ac_79.html aapg_ac_79.html:107:13605:13624 Tuscarora Rittenhouse Square -0.00936896389642591365 +92280 aapg_ah_217.html aapg_ah_217.html:119:13050:13059 Allegheny Venango, Pennsylvania -0.10854450539471372 +92281 cspg_html_1336185084 cspg_html_1336185084:91:10186:10207 Clearwater Grand Rapids, Michigan -0.488912357297633382 +92282 aapg_aa_831.html aapg_aa_831.html:376:22449:22456 El Paso El Paso, Texas -0.431078138050761561 +92283 aapg_ac_841.html aapg_ac_841.html:1403:145862:145877 Atima Havana -0.505272653872059108 +92284 cspg_html_8990290265 cspg_html_8990290265:55:10107:10121 Elko Elko, Nevada -0.23918847370232213 +92285 aapg_aa_24.html aapg_aa_24.html:573:68046:68058 Kingak Canning River (Alaska) -0.0164009085472750712 +92286 aapg_ah_643.html aapg_ah_643.html:15:2512:2532 Tuscaloosa Kentucky 0.0119577510561948014 +92287 aapg_af_489.html aapg_af_489.html:66:7177:7190 Jackson Texas -0.473653815287124913 +92288 aapg_ae_305.html aapg_ae_305.html:964:80017:80023 Sierra Maracaibo -0.0409860998014640113 +92289 aapg_ae_958.html aapg_ae_958.html:779:69772:69789 Admiral Texas -0.44948782523520614 +92290 aapg_ae_991.html aapg_ae_991.html:15:2633:2651 Tensleep Cheyenne, Wyoming -0.0507694363735156085 +92291 cspg_html_9354781888 cspg_html_9354781888:527:45760:45774 Doig Lacombe, Alberta -0.488731563736560848 +92292 aapg_ad_36.html aapg_ad_36.html:173:16986:16992 Paluxy Rodessa, Louisiana -0.433403442682278373 +92293 gsa_html_4012649500 gsa_html_4012649500:13:581:591 Eau Claire Wisconsin -0.425756964796638493 +92294 gsa_html_7890131408 gsa_html_7890131408:658:79064:79074 Santa Cruz California -0.482931300996293389 +92295 aapg_ai_810.html aapg_ai_810.html:23:3312:3330 Norphlet Mississippi River -0.432346977926754639 +92296 cspg_html_2513202691 cspg_html_2513202691:371:38092:38100 Columbia Victoria, British Columbia -0.015097596462230729 +92297 cspg_html_9228109535 cspg_html_9228109535:81:12213:12218 Nisku Rocky Mountains -0.463271407180362194 +92298 aapg_ac_470.html aapg_ac_470.html:440:42776:42802 Barrow Carnarvon, Western Australia -0.01810053933590966 +92299 cspg_html_3874533817 cspg_html_3874533817:110:14935:14948 Turner Valley Canada -0.084624099195333452 +92300 aapg_ac_338.html aapg_ac_338.html:288:32622:32627 Leduc Drumheller -0.260853281068975484 +92301 cspg_html_1140317615 cspg_html_1140317615:6:285:302 Cardium Calgary -0.472823676298187945 +92302 cspg_html_6163691495 cspg_html_6163691495:1001:87323:87331 Colorado Denver -0.0583176759976086131 +92303 jgeology_html_9033080750 jgeology_html_9033080750:96:4913:4919 Sierra Mexico -0.491084883288990137 +92304 aapg_ac_92.html aapg_ac_92.html:183:20658:20673 Atoka Ouachita Mountains -0.312757077980063303 +92305 aapg_ac_807.html aapg_ac_807.html:802:79477:79492 Tuscaloosa Tuscaloosa, Alabama -0.000364807386249416544 +92306 aapg_ah_387.html aapg_ah_387.html:310:31167:31176 Knoxville Knoxville, Illinois 1.02073286762287774 +92307 aapg_aa_696.html aapg_aa_696.html:700:76194:76200 Denver Colorado 0.0268462072160875129 +92308 aapg_ae_181.html aapg_ae_181.html:202:29337:29353 Eagle Texas -0.0473815661889043852 +92309 aapg_ac_829.html aapg_ac_829.html:32:4460:4466 Dakota Cheyenne, Wyoming -0.446848766559273636 +92310 aapg_ah_871.html aapg_ah_871.html:789:74447:74464 Black River Montreal -0.433546895631176765 +92311 aapg_ac_313.html aapg_ac_313.html:895:96491:96496 Peten Guatemala -0.0933717264743761932 +92312 cspg_html_2882882278 cspg_html_2882882278:156:22410:22425 Banff Lacombe, Alberta 0.000753935409928500173 +92313 palaios_html_4335779426 palaios_html_4335779426:539:58775:58792 Mauch Chunk Huntington, West Virginia -0.0128247793458777584 +92314 aapg_ac_315.html aapg_ac_315.html:174:19997:20017 Phosphoria Cheyenne, Wyoming -0.44751173936929356 +92315 aapg_ah_318.html aapg_ah_318.html:1450:144192:144198 Sierra Coahuila -0.0685205836641246541 +92316 aapg_ah_182.html aapg_ah_182.html:69:7968:7989 Jacksonburg Closter, New Jersey -0.0411306079885422268 +92317 palaios_html_8699778504 palaios_html_8699778504:409:35042:35050 Columbia Washington (state) -0.413013530266095219 +92318 cspg_html_9713614580 cspg_html_9713614580:298:39016:39026 Milk River Lacombe, Alberta -0.0254117377860756666 +92319 cspg_html_3008414459 cspg_html_3008414459:628:69983:70001 Pakowki Milk River, Alberta -0.113214635636744221 +92320 aapg_ad_971.html aapg_ad_971.html:351:30861:30879 Pearsall Carthage, Missouri -0.0133078241167712726 +92321 aapg_aa_298.html aapg_aa_298.html:1028:119848:119856 Bathurst England -0.43919205226689878 +92322 aapg_ae_415.html aapg_ae_415.html:780:96749:96768 Paynes Hammock Tampa, Florida -0.0157388171484894208 +92323 gsa_html_9353787239 gsa_html_9353787239:726:66203:66216 Pioneer Grand Canyon -0.0627236437644316941 +92324 aapg_aa_684.html aapg_aa_684.html:13:1627:1636 Popo Agie Cheyenne, Wyoming -0.483631144002422242 +92325 aapg_ai_572.html aapg_ai_572.html:134:14865:14914 Hilltop Seminole, Texas -0.498319708491524405 +92326 sedimentology_html_2912098544 sedimentology_html_2912098544:363:33144:33149 Price Logan, Utah -0.0147795988543257695 +92327 aapg_aa_31.html aapg_aa_31.html:17:1672:1681 Huizachal Mexico -0.469120700106755939 +92328 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53198:53220 Grand Rapids Logan, Utah -0.457532796484121151 +92329 cspg_html_1173833070 cspg_html_1173833070:74:9027:9038 Belly River Edmonton, London 0.532411080615004417 +92330 cspg_html_9941518291 cspg_html_9941518291:6:359:389 Barlow Inlet Douro DOC -0.46132865731218986 +92331 cspg_html_4405340534 cspg_html_4405340534:319:47781:47791 West Point New Brunswick, New Jersey -0.495740204770814097 +92332 cspg_html_1455361595 cspg_html_1455361595:37:5599:5607 Waterton Lacombe, Alberta -0.458641287983651336 +92333 gsa_html_2832151886 gsa_html_2832151886:408:33797:33805 Columbia Lacombe, Alberta -0.0626677639389229546 +92334 cspg_html_9119878068 cspg_html_9119878068:293:36158:36177 Waterways Swan Hill, Victoria -0.452927573923113447 +92335 cspg_html_5456368738 cspg_html_5456368738:162:22185:22196 Slave Point Rocky Mountains -0.0324655941438056483 +92336 cspg_html_5345848475 cspg_html_5345848475:378:43736:43753 Carlile Niobrara, Nebraska -0.442519856944349921 +92337 aapg_ad_880.html aapg_ad_880.html:426:42557:42580 Gypsum Spring Cheyenne, Wyoming 0.754364026296377554 +92338 aapg_ae_4.html aapg_ae_4.html:306:36104:36121 Oquirrh Deep Creek Mountains 0.769201977047291097 +92339 cspg_html_4326384800 cspg_html_4326384800:331:39916:39925 Mackenzie Victoria, British Columbia -0.42429358801520467 +92340 aapg_ai_688.html aapg_ai_688.html:474:49796:49805 Tuscarora Huntington, West Virginia -0.240051823274297166 +92341 aapg_ad_652.html aapg_ad_652.html:405:50248:50263 Tyee Salem, Oregon -0.0449008358068114649 +92342 cspg_html_4648790511 cspg_html_4648790511:164:22393:22429 Albert New Brunswick, New Jersey -0.0093950246056262298 +92343 aapg_ad_683.html aapg_ad_683.html:55:8275:8291 Kaibab Coconino County, Arizona -0.0467578283362129754 +92344 palaios_html_7963065354 palaios_html_7963065354:823:58663:58669 Ludlow Sweden -0.0337355768098034706 +92345 cspg_html_4568084707 cspg_html_4568084707:52:8100:8118 Duvernay Lacombe, Alberta -0.437960495533138761 +92346 aapg_aa_960.html aapg_aa_960.html:68:7091:7099 Bellevue Colorado -0.529845315574195008 +92347 aapg_ac_983.html aapg_ac_983.html:178:29795:29811 Hertha Kansas City, Kansas -0.470696581042233275 +92348 cspg_html_3634181348 cspg_html_3634181348:479:44489:44501 Rockwell Bennington, Vermont -0.467889067103673728 +92349 gsa_html_6608619586 gsa_html_6608619586:67:6147:6156 Eel River California -0.48294529227432792 +92350 geology_html_1518005899 geology_html_1518005899:13:572:580 Virginia Reston, Virginia -0.0222581200663617834 +92351 aapg_ai_436.html aapg_ai_436.html:3:391:405 Monterey Santa Barbara, California -0.434606918343987458 +92352 cspg_html_7989435905 cspg_html_7989435905:143:16337:16350 Turner Valley Lacombe, Alberta -0.44951252529713398 +92353 aapg_ad_262.html aapg_ad_262.html:171:17861:17867 Banner Cheyenne, Wyoming -0.477957819287112229 +92354 sedimentology_html_1299148389 sedimentology_html_1299148389:985:73851:73855 Hall London, Ontario -0.469038078694436811 +92355 cspg_html_4031489103 cspg_html_4031489103:382:58199:58216 Wallace Pend Oreille River -0.481575226969792936 +92356 aapg_ah_505.html aapg_ah_505.html:1805:145915:145923 Colorado Colorado -0.510894633924204866 +92357 aapg_ae_959.html aapg_ae_959.html:225:16711:16734 Cherry Canyon Guadalupe Mountains National Park -0.0436537812502225328 +92358 aapg_ai_958.html aapg_ai_958.html:100:9955:9961 Goliad Oakville, California 0.00496143412054320457 +92359 aapg_ad_338.html aapg_ad_338.html:234:25560:25584 Merchantville Delaware -0.267606908990687453 +92360 aapg_ac_824.html aapg_ac_824.html:152:14036:14063 Morrison Fremont, California -0.414059752067460762 +92361 aapg_ae_959.html aapg_ae_959.html:1407:102097:102117 San Andres New Mexico 0.00433255768325820079 +92362 aapg_ai_346.html aapg_ai_346.html:119:13311:13319 Sterling Ouachita Mountains -0.0585689638564125953 +92363 cspg_html_9272820228 cspg_html_9272820228:14:1825:1845 Clearwater Clearwater, Florida -0.0315018919631344582 +92364 sedimentology_html_2041096405 sedimentology_html_2041096405:502:35113:35129 Guelph Michigan Basin 0.868295033286545781 +92365 aapg_ah_532.html aapg_ah_532.html:141:10850:10857 Madison Leadville, Colorado -0.465558942626108085 +92366 sedimentology_html_6981171931 sedimentology_html_6981171931:31:1670:1682 Rhode Island Kingston, Jamaica -0.08592730365104298 +92367 gsa_html_9182015467 gsa_html_9182015467:940:79132:79160 Green River Colorado 0.0329526940847275282 +92368 palaios_html_3232474978 palaios_html_3232474978:55:5814:5830 Liard Victoria, British Columbia -0.0134398809418536571 +92369 aapg_ai_787.html aapg_ai_787.html:272:29396:29408 Wilcox Oakville, California -0.213081897232232254 +92370 aapg_ac_925.html aapg_ac_925.html:116:17227:17232 Funks Putah Creek -0.452927573923113447 +92371 gsa_html_6457388516 gsa_html_6457388516:620:53896:53902 Active Caribbean -0.473676885959420813 +92372 aapg_ai_44.html aapg_ai_44.html:223:33278:33284 Perija Colombia -0.0521780116650716191 +92373 aapg_ad_45.html aapg_ad_45.html:164:11508:11529 Tar Springs Vienna -0.434637853624058046 +92374 cspg_html_9735723617 cspg_html_9735723617:294:37307:37331 Beverley Inlet Melville Island (Canada) -0.456391730122837791 +92375 cspg_html_5949578130 cspg_html_5949578130:490:79631:79659 Wabamun Lacombe, Alberta 0.00686025828250414957 +92376 cspg_html_8438548095 cspg_html_8438548095:348:36349:36357 Paskapoo Edmonton, London -0.447135398674851747 +92377 aapg_ae_63.html aapg_ae_63.html:679:59547:59565 Bedford Cheyenne, Wyoming -0.482963947665808413 +92378 aapg_aa_232.html aapg_aa_232.html:297:33303:33313 Duck Creek Texas -0.432567436469128874 +92379 aapg_ac_629.html aapg_ac_629.html:120:17687:17695 Beaumont Beaumont, Texas 1.20446156519636749 +92380 aapg_ac_882.html aapg_ac_882.html:409:39124:39142 Fairview Bellevue, Nebraska -0.452382285720717148 +92381 aapg_ae_324.html aapg_ae_324.html:87:8853:8861 Virginia The Narrows -0.448282824521055501 +92382 aapg_ae_319.html aapg_ae_319.html:363:27669:27677 Woodside Uinta Mountains 0.30102869278118688 +92383 geology_html_1936727088 geology_html_1936727088:469:30108:30129 Mount Simon Illinois -0.46105569042928074 +92384 aapg_ac_33.html aapg_ac_33.html:119:14504:14512 Colorado Platte River -0.465888175365361257 +92385 aapg_ai_526.html aapg_ai_526.html:127:15822:15842 Mesaverde Chuska Mountains -0.0105834116577304821 +92386 gsa_html_1743346632 gsa_html_1743346632:34:2681:2686 Morin Canada -0.0429920100127147015 +92387 aapg_ae_465.html aapg_ae_465.html:149:15295:15314 Smackover Cotton Valley, Louisiana -0.0492966446441219716 +92388 aapg_ah_678.html aapg_ah_678.html:619:78564:78594 Vicksburg Hidalgo County, New Mexico 0.0191363732938989103 +92389 palaios_html_9015391191 palaios_html_9015391191:376:38873:38877 Hall London, Ontario -0.462097962880594848 +92390 aapg_ac_719.html aapg_ac_719.html:101:10370:10385 Raton Mesa, Arizona -0.478280146619880497 +92391 geology_html_1286290087 geology_html_1286290087:26:2494:2500 Brazil Amazon Basin -0.444945382159606273 +92392 cspg_html_8556552074 cspg_html_8556552074:109:10111:10125 Contact Rapids Regina, Saskatchewan 0.0360497553347101998 +92393 aapg_ac_867.html aapg_ac_867.html:545:75454:75464 Cumberland Oklahoma City -0.0317923859746223822 +92394 aapg_ae_342.html aapg_ae_342.html:100:8806:8814 Saratoga High Island, Texas -0.474842748246669499 +92395 aapg_af_579.html aapg_af_579.html:312:33445:33452 Wanakah Summerville, South Carolina -0.0398318560820373618 +92396 gsa_html_1014327387 gsa_html_1014327387:12:479:487 Virginia Reston, Virginia -0.0477283018758572417 +92397 geology_html_5621225990 geology_html_5621225990:97:8378:8400 Prince Creek Anchorage, Alaska -0.463250887108730525 +92398 aapg_ae_864.html aapg_ae_864.html:288:33535:33542 Anahuac Shreveport, Louisiana -0.480765396922298249 +92399 aapg_af_128.html aapg_af_128.html:17:2029:2037 Colorado Cheyenne, Wyoming -0.454305775206324536 +92400 cspg_html_4867288101 cspg_html_4867288101:191:24911:24927 Albert New Brunswick, New Jersey -0.0440369350634172291 +92401 aapg_ai_272.html aapg_ai_272.html:538:59237:59246 Extension Lacombe, Alberta 0.00718686909166816289 +92402 aapg_ae_904.html aapg_ae_904.html:355:37660:37673 Platteville Black River, Jamaica -0.036255097654164431 +92403 cspg_html_9361096527 cspg_html_9361096527:53:10698:10715 Bearpaw Judith River Formation -0.450649451770273157 +92404 cspg_html_3804945581 cspg_html_3804945581:84:10009:10025 Horseshoe Canyon Woodlake, Texas -0.4784100389871494 +92405 sedimentology_html_1338997515 sedimentology_html_1338997515:1714:53339:53345 Holder Sacramento Mountains (California) -0.112023983534584717 +92406 aapg_ai_491.html aapg_ai_491.html:127:14392:14409 Hermosa Leadville, Colorado -0.0532311352227030424 +92407 aapg_aa_267.html aapg_aa_267.html:141:11986:11996 Greenbrier New Milton railway station -0.461264957578887524 +92408 aapg_ac_325.html aapg_ac_325.html:239:17041:17049 Beaumont Beaumont, Texas 0.000138974235394869979 +92409 cspg_html_8600619449 cspg_html_8600619449:7:773:788 Horn River Norman Wells -0.0114868900754173092 +92410 aapg_ae_904.html aapg_ae_904.html:208:22458:22467 Englewood Black Hills 0.00254497294674920762 +92411 aapg_ai_17.html aapg_ai_17.html:231:19477:19483 Sabine Alabama -0.0842207618660073126 +92412 aapg_af_91.html aapg_af_91.html:170:18759:18776 Laketown Dolomite Logan, Utah 0.384650406241350606 +92413 aapg_af_527.html aapg_af_527.html:403:47439:47444 Logan Shark Bay -0.031171398356582336 +92414 cspg_html_4541662139 cspg_html_4541662139:40:5553:5563 Lime Creek Iowa -0.277096741186803219 +92415 geology_html_4035389304 geology_html_4035389304:268:21230:21241 Main Street Texas -0.0031964218159343861 +92416 aapg_aa_625.html aapg_aa_625.html:49:4963:4982 Smackover Arkansas -0.425929917991350271 +92417 palaios_html_7930345720 palaios_html_7930345720:395:40170:40176 Chinle New Mexico -0.0176747502050832173 +92418 cspg_html_3762708087 cspg_html_3762708087:235:30983:31010 Fish Scales Canada 0.00118301890022228136 +92419 aapg_ai_28.html aapg_ai_28.html:181:15898:15906 Oakville DeWitt, New York -0.038945812834305378 +92420 aapg_ac_214.html aapg_ac_214.html:259:25971:25979 Colorado Phoenix, Arizona -0.0599529686822912744 +92421 cspg_html_7688587411 cspg_html_7688587411:246:26157:26186 Belle Fourche Lacombe, Alberta -0.0291155791192652773 +92422 gsa_html_5262754204 gsa_html_5262754204:773:79637:79665 Green River New Mexico -0.447189152172129289 +92423 aapg_ae_777.html aapg_ae_777.html:607:68359:68376 Tererro San Juan Mountains 0.0313540384388476534 +92424 aapg_ad_98.html aapg_ad_98.html:186:18517:18528 Black River Huntington, West Virginia -0.0209613827792686502 +92425 aapg_ah_529.html aapg_ah_529.html:197:18594:18610 Abrigo New Mexico -0.462348471732962063 +92426 aapg_aa_15.html aapg_aa_15.html:171:23706:23724 Whitsett Whitsett, North Carolina -0.451787799117909672 +92427 cspg_html_6306091047 cspg_html_6306091047:485:66828:66837 Baldonnel Victoria, British Columbia -0.035868779002919772 +92428 aapg_ae_908.html aapg_ae_908.html:47:4929:4936 Tecovas Santa Rosa, California -0.460746428725734014 +92429 geology_html_8790205752 geology_html_8790205752:12:492:501 San Diego California -0.459919224612040101 +92430 AMJC_html_6336294256 AMJC_html_6336294256:412:57275:57285 Trout Lake Arizona -0.0501471685682714427 +92431 cspg_html_3926542795 cspg_html_3926542795:254:33715:33734 Swan Hills Swan Hill, Victoria 0.594034762991968557 +92432 cspg_html_5828545040 cspg_html_5828545040:232:23938:23965 Prairie Regina, Saskatchewan -0.455482628602140449 +92433 aapg_ad_366.html aapg_ad_366.html:140:10547:10555 Graminia Calmar, Alberta -0.0330222814746261376 +92434 cspg_html_4405340534 cspg_html_4405340534:473:71294:71301 Sayabec West Point, New York -0.45421548506785292 +92435 aapg_aa_231.html aapg_aa_231.html:876:79025:79033 Colorado Colorado -0.436810292517708865 +\. + + +-- +-- Data for Name: formation_measurements; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY formation_measurements (vid, docid, mid, formation, relation, value, _weight) FROM stdin; +1 cspg_html_1019614994 cspg_html_1019614994:234:36761:36782 Big Valley DEPTH 200 metres -0.00174412898347252863 +2 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.421938067268467054 +3 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.447242908821281704 +4 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.432236767973233238 +5 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.452927573923113447 +6 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.431133173871068531 +7 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.412050436555775779 +8 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0016763787815964029 +9 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.443692774120845845 +10 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.435714594595624227 +11 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.43344757972276704 +12 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.443701699352459789 +13 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.145032354399018598 +14 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.431256465733329653 +15 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.442595627901035182 +16 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.420134393777613191 +17 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.398291804846390152 +18 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +19 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0774131960939266478 +20 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.444891759770598527 +21 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.440387442871438828 +22 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.446052041434467972 +23 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0656510853556551699 +24 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.441517589995484405 +25 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.442682549290708161 +26 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4597920302667165 +27 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.442682549290708161 +28 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.442682549290708161 +29 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.412654959021926393 +30 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.474888953093082877 +31 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.456355529459316345 +32 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.455211432419709627 +33 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.451812561628617604 +34 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.432686505514578101 +35 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.446186272521599148 +36 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.502032175005171721 +37 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.450707909241451543 +38 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.432823232966369709 +39 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0868255636775616818 +40 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +41 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.161095224867858877 +42 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.449703411954729404 +43 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.445213540966811649 +44 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.447455726501453044 +45 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.458750170743803365 +46 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.44304146514738707 +47 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +48 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.44304146514738707 +49 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.122161886514428192 +50 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.463362613223226583 +51 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0826025139929867508 +52 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.446521936096131722 +53 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.43654455097558742 +54 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.508857647049569151 +55 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.453234160803079433 +56 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.43773654922535371 +57 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.465705253187009671 +58 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.447706690849008493 +59 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.257716251658297368 +60 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.461171691164054931 +61 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.463435584788403632 +62 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.168432055605138908 +63 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.413938644445855319 +64 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0336764237731465785 +65 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.482931300996293389 +66 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.436934331081807459 +67 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.462453250854801823 +68 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.462453250854801823 +69 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.474918987556243288 +70 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.102559240302624061 +71 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.465888175365361257 +72 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.464820899663721254 +73 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.474992922950619234 +74 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.462717531176716879 +75 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.457152280296754032 +76 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.475085351012185853 +77 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.481905893496514026 +78 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.459458231015011043 +79 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.487692158362934725 +80 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.110450632498689152 +81 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.474069180634086484 +82 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.465186416944366576 +83 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.471962087320613732 +84 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.477642564553472426 +85 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.449979706901984855 +86 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.465460653780432054 +87 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.166634851800907424 +88 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.465561228542891226 +89 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.120944919533171616 +90 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.480300320997938235 +91 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.313206845962420766 +92 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.437098264428985472 +93 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0477161048859220671 +94 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.418516567191767941 +95 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.457899875343460883 +96 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.435679199475508039 +97 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.421964232277811879 +98 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.428809045611172668 +99 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.441392939290133568 +100 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0664548174080054899 +101 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.444838140504144441 +102 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.452927573923113447 +103 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.43911211811260753 +104 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.434558307819543299 +105 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.430057253759890901 +106 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.438031460031225395 +107 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.438031460031225395 +108 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.440354093294291316 +109 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +110 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0774131960939266478 +111 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.442649117020085803 +112 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.420273688065598783 +113 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.448327675040319895 +114 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0656510853556551699 +115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.442682549290708161 +116 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.498640329169128094 +117 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.44721379024503416 +118 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.44948782523520614 +119 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.437098264428985472 +120 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 1.0 % -0.140214359760658686 +121 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.437098264428985472 +122 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.245555601961412184 +123 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.456371367070690814 +124 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.454089094007790295 +125 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.441686785632637413 +126 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.156704075655881236 +127 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.438326464087016476 +128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.074659618888527457 +129 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0762471596013979958 +130 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.435044526345554627 +131 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.447357152169087058 +132 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.445106268068768518 +133 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.117583427092327206 +134 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.159630614398943077 +135 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.441798115405519942 +136 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +137 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0252500427953300452 +138 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.431959095961468531 +139 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.434165096955452467 +140 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.142566952779273365 +141 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.458822766590828601 +142 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.453180049702502807 +143 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.507716152641192187 +144 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.410305882386759524 +145 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.46567095948211501 +146 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.470236848829719556 +147 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +148 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.446521936096131722 +149 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.459996458565647859 +150 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 1.0 % -0.46567095948211501 +151 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.458913519660435476 +152 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.449937021729037434 +153 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.462302919433881576 +154 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.441134787563673747 +155 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.473746101631411953 +156 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.171373390800053121 +157 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.429428549347213639 +158 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.470409220225314617 +159 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.458103872838477311 +160 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0404220171778900406 +161 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.45921987907792633 +162 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.453739353605666973 +163 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.466007095038280028 +164 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.447117481542723516 +165 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.281868525150899663 +166 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.457068497754203162 +167 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.475085351012185853 +168 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.489955605215405154 +169 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.478535310781285639 +170 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.474069180634086484 +171 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.462877048614286357 +172 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.46957525648780718 +173 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.468455358769372721 +174 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.467497231753434772 +175 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.450950772759007412 +176 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.428607025395880747 +177 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.471099044200062878 +178 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.475554574599736102 +179 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.494798572382738111 +180 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.491386278060246817 +181 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.458512006859490784 +182 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.127877626971236197 +183 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.486422190409221522 +184 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.431509704805809302 +185 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.407124461976563934 +186 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0402618518000588399 +187 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.426503733834695087 +188 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.44961357796588941 +189 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.425450542305663815 +190 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.433403442682278373 +191 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.447135398674851747 +192 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.417673931766760265 +193 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.440265166942118702 +194 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.448282824521055501 +195 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.431298300553942027 +196 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.443732938342886629 +197 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.432421928049857018 +198 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.451733774163315116 +199 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +200 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.423531068292633761 +201 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.444891759770598527 +202 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0134607320761341784 +203 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.259156876307811979 +204 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.442649117020085803 +205 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0134607320761341784 +206 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0698999380584911928 +207 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.44948782523520614 +208 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.498640329169128094 +209 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.445016883536767272 +210 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.451812561628617604 +211 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.454089094007790295 +212 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.454089094007790295 +213 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.462102516958969756 +214 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.446186272521599148 +215 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.443933785681361437 +216 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.135091687810344141 +217 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.404280792197865502 +218 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.425004216617257347 +219 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.435044526345554627 +220 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.466718659783226908 +221 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.159630614398943077 +222 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.465579516089382972 +223 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.451913869834985604 +224 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0899674329823075963 +225 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.455387700672750584 +226 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.120634996234339514 +227 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.455387700672750584 +228 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +229 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0826025139929867508 +230 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.449811224417208722 +231 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.422204111326502651 +232 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.437563637351169654 +233 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +234 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.450932780647085085 +235 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.453180049702502807 +236 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.452055720301517416 +237 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +238 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.484086347872667577 +239 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.445338708488509594 +240 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.478280146619880497 +241 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.462261924354454456 +242 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.461128473443845555 +243 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.459996458565647859 +244 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +245 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.454414135268558672 +246 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.511145392267911225 +247 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.169902242241640383 +248 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.471464870791560964 +249 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.469230874046953295 +250 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.452461129454831856 +251 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.470409220225314617 +252 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.459149520620870666 +253 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.478377564070346595 +254 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.455876007847145159 +255 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.455957418074169007 +256 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.441749128657015766 +257 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.468384265774498543 +258 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.445139789506256323 +259 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.471819338906025898 +260 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.460655489757687109 +261 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.45733345840955697 +262 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.466299888436986554 +263 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.460746428725734014 +264 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.448767326560191138 +265 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.467584291252108319 +266 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.187622223619218986 +267 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.470085189955252725 +268 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.477957819287112229 +269 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.482430096983488987 +270 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.126289331567831259 +271 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.437268874253068596 +272 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.287871496429400353 +273 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.480777027030782511 +274 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.420852845216307503 +275 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.429960502864963123 +276 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.453130450697368015 +277 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.435661502416701596 +278 cspg_html_4376017434 cspg_html_4376017434:157:18504:18529 Pardonet CARBON 1.0 % -0.423138028281424772 +279 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.431097950577111366 +280 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.446011775932438015 +281 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.436810292517708865 +282 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.402021925554428894 +283 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.431133173871068531 +284 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.41990808335141383 +285 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.448282824521055501 +286 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.43344757972276704 +287 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.423312692876289309 +288 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0592949617022283312 +289 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.123171958702682674 +290 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.441419648744354465 +291 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.436872309743032927 +292 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.428967178358428958 +293 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.395906118993133993 +294 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.43919205226689878 +295 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.257831829807370128 +296 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.439223139625051329 +297 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.4597965726108596 +298 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.444891759770598527 +299 cspg_html_4376017434 cspg_html_4376017434:130:15224:15258 Baldonnel CARBON 1.0 % -0.458639019733277031 +300 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.452896019392303839 +301 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.06831432219804498 +302 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.462097962880594848 +303 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.425883940037075581 +304 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.153781052464012441 +305 cspg_html_4376017434 cspg_html_4376017434:130:15296:15315 Baldonnel CARBON 1.0 % -0.447276508327869859 +306 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.403080135263569173 +307 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.455252106655251121 +308 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.441686785632637413 +309 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.452977161832460395 +310 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.44505934010721393 +311 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.425004216617257347 +312 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.426190501535792965 +313 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.450743884934886652 +314 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.458695727712452594 +315 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0883962101750423029 +316 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.159630614398943077 +317 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0778352085916372699 +318 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.441798115405519942 +319 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.434006092086238693 +320 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.448529529594894116 +321 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.448529529594894116 +322 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.45421548506785292 +323 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.44304146514738707 +324 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +325 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.162560741606146086 +326 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +327 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.446392131630084288 +328 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +329 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.449811224417208722 +330 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.256360290935482016 +331 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.43654455097558742 +332 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.463435584788403632 +333 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.466842269540434285 +334 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.511145392267911225 +335 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.434536212958225976 +336 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.472574788136010782 +337 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.46687889797168336 +338 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.457899875343460883 +339 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.451193701085184695 +340 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.128277052294507726 +341 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.464656465989479628 +342 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0353624097936946907 +343 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.459083706416541504 +344 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.457963336268268129 +345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.102559240302624061 +346 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0404220171778900406 +347 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.460337276166031373 +348 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.441526494258847935 +349 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.479552074346371926 +350 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.484161071054726611 +351 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.458262569586093849 +352 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.456043359064104259 +353 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.467194881190696076 +354 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.467194881190696076 +355 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.463910045923527747 +356 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.45954677788095788 +357 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.521520185683642667 +358 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.115194105601583482 +359 cspg_html_4376017434 cspg_html_4376017434:157:18582:18600 Pardonet CARBON 1.0 % -0.487870386185061844 +360 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.481230723565142238 +361 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.482430096983488987 +362 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.506336451321114045 +363 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.45728816046118137 +364 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.478347409879961272 +365 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.475395056458015053 +366 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.505991286185948796 +367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.508290307143013487 +368 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.396855894428721101 +369 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.228962246504903932 +370 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.130514834705565713 +371 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0450157969952539247 +372 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.434518537443352337 +373 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.420831066107106355 +374 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.386418610483726721 +375 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.423138028281424772 +376 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.42429358801520467 +377 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.426608897791606878 +378 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.489661768590455182 +379 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.434558307819543299 +380 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.435714594595624227 +381 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0727139401370985455 +382 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.438007065376213589 +383 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.442575570278969321 +384 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.435838488044850259 +385 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.421310320077140532 +386 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0789806062068533904 +387 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.497512762155281452 +388 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.446052041434467972 +389 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.420273688065598783 +390 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0134607320761341784 +391 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.442682549290708161 +392 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.462097962880594848 +393 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.442682549290708161 +394 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.454089094007790295 +395 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.456371367070690814 +396 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.403080135263569173 +397 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.454089094007790295 +398 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.445016883536767272 +399 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.454143259443463898 +400 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.442860875153750722 +401 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.479475427251918496 +402 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0218809090311719648 +403 cspg_html_4845813500 cspg_html_4845813500:226:23974:23991 Albert CARBON 5.0 % -0.455310861563052449 +404 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.448578878596292641 +405 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +406 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0794237767253422183 +407 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.120634996234339514 +408 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0915392427052175162 +409 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.470200080639580853 +410 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.449811224417208722 +411 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.44645479356367046 +412 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.469070208322842297 +413 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.439778445957034858 +414 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.458822766590828601 +415 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.144064486213914988 +416 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.457736710679965686 +417 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.447637220621224075 +418 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.457736710679965686 +419 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.457736710679965686 +420 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.166962821531616346 +421 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.468015132988553406 +422 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.460091874413590562 +423 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.168432055605138908 +424 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.463478914486847693 +425 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.454540571750530975 +426 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.450080811334427622 +427 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.455726774842524995 +428 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.457963336268268129 +429 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.46132865731218986 +430 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +431 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.481815063993563775 +432 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.470409220225314617 +433 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.451351189275800146 +434 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.444719742349094338 +435 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.44371955007464603 +436 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.105713703273815116 +437 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.444920804843658924 +438 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.47395378155658785 +439 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.267242649245315711 +440 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0969354193178254969 +441 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.48878086726465575 +442 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.467194881190696076 +443 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.43306145074755803 +444 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.470629904958731249 +445 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.463910045923527747 +446 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.474069180634086484 +447 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.479719327950920094 +448 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.461854353575764598 +449 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.459737523933718362 +450 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.476449805414249639 +451 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.467584291252108319 +452 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.468696200218799319 +453 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.491386278060246817 +454 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.451454696362579122 +455 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.454845446687211163 +456 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.474618689462150911 +457 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.477135152254264727 +458 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.493905230900802183 +459 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.417380918090655029 +460 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.424269545188154129 +461 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.388782311531588931 +462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.435661502416701596 +463 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.432249992487968249 +464 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.441392939290133568 +465 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.252543216997241138 +466 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.434606918343987458 +467 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.428967178358428958 +468 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.445989406971527558 +469 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.455184317280275863 +470 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +471 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0134607320761341784 +472 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.446052041434467972 +473 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.452896019392303839 +474 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.15232083654977141 +475 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.400683124815856995 +476 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.421454142706894297 +477 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.424846739582848965 +478 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.449541717141150321 +479 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.500900028677199516 +480 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.446146001135949044 +481 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.456371367070690814 +482 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.155242129153686154 +483 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.156704075655881236 +484 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.44056532751251043 +485 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0868255636775616818 +486 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.43060716238884611 +487 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0868255636775616818 +488 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.447404197686881167 +489 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0883962101750423029 +490 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.453044786078658057 +491 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.474808096218428344 +492 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.419808001397491304 +493 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.456479975332736432 +494 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.454258371760158153 +495 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.459919224612040101 +496 cspg_html_6502178723 cspg_html_6502178723:175:20565:20583 Pardonet CARBON 6.5 % -0.448632716908224927 +497 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.463332970234029085 +498 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.141070258909873569 +499 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +500 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.433149694842684174 +501 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.447572237112974447 +502 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.445338708488509594 +503 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.469070208322842297 +504 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.458822766590828601 +505 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0815736554726042007 +506 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +507 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.446521936096131722 +508 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.447706690849008493 +509 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.458913519660435476 +510 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.452172819913734925 +511 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0873747863549840798 +512 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.447780648817617921 +513 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.455595651058867956 +514 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.474863540124580097 +515 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 0.7 % -0.461271782333034175 +516 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.456778715576978744 +517 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.443523211116507166 +518 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.457963336268268129 +519 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.438135698925018691 +520 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0404220171778900406 +521 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.464820899663721254 +522 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.492215666694549525 +523 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.469327287552563421 +524 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.461526610478465105 +525 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.484161071054726611 +526 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.446123628906776926 +527 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.456043359064104259 +528 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4796264052884881 +529 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.468384265774498543 +530 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0985310728383033269 +531 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.477454856949792728 +532 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.458439436141955869 +533 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.269975874369027757 +534 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.520360871201580144 +535 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.466299888436986554 +536 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.466384542072334651 +537 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.478702368018989743 +538 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.454348666178895855 +539 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.143621742349895831 +540 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.465460653780432054 +541 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.476593313058899071 +542 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.471009336433766579 +543 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.46887974264236626 +544 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.472302935634413557 +545 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.474715697540505466 +546 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.493772964396431202 +547 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 0.7 % -0.480367741483547772 +548 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.471503993354400852 +549 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.498566694311008085 +550 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.461264957578887524 +551 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.497183086839341148 +552 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.428868342306482297 +553 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.427711626546922574 +554 cspg_html_6931454858 cspg_html_6931454858:93:11439:11450 Tent Island CARBON 1.84 % -0.424391951314652904 +555 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.43344757972276704 +556 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0711484782251500525 +557 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.441419648744354465 +558 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.436872309743032927 +559 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.442575570278969321 +560 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.124659317132416222 +561 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.456337429672799166 +562 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.449451899065432481 +563 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.440354093294291316 +564 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.467905110852730732 +565 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.430334367802676421 +566 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.462097962880594848 +567 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0821169763253860596 +568 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.456355529459316345 +569 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.445016883536767272 +570 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.451812561628617604 +571 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.446186272521599148 +572 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.44056532751251043 +573 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.439445222385884349 +574 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.478326534516524793 +575 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.446186272521599148 +576 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.464419004431934179 +577 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.455310861563052449 +578 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.429582389532346398 +579 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.444036457876645585 +580 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.453044786078658057 +581 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.4462802459552766 +582 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.448529529594894116 +583 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.469038078694436811 +584 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.452003931056544739 +585 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.446392131630084288 +586 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.409097932680443754 +587 cspg_html_6931454858 cspg_html_6931454858:94:11624:11635 Tent Island CARBON 0.88 % -0.44751173936929356 +588 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.435354069337884009 +589 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.456561440120662909 +590 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.445338708488509594 +591 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.474815026513922711 +592 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.46567095948211501 +593 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.45099125631104503 +594 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.452112016307883446 +595 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.438752499306056365 +596 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +597 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.166962821531616346 +598 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.447780648817617921 +599 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0873747863549840798 +600 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.462348471732962063 +601 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.128277052294507726 +602 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.471464870791560964 +603 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0863606209483848558 +604 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.442328228694744141 +605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.100983023192014909 +606 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.469230874046953295 +607 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.462453250854801823 +608 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.441321717841106853 +609 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0387351937128136078 +610 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.478377564070346595 +611 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.463636287457712182 +612 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.465888175365361257 +613 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.462512479285274614 +614 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.452461129454831856 +615 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.453572428394685367 +616 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.264514546075725165 +617 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.471589148494391819 +618 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.464820899663721254 +619 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.515740113164459446 +620 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.440543090068643561 +621 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.43306145074755803 +622 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.454935799752899217 +623 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0969354193178254969 +624 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.107291970825677513 +625 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.457240600069655279 +626 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.463910045923527747 +627 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.472943536588278923 +628 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.446347375724219897 +629 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.466219818123899288 +630 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.285914600281402476 +631 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.476324834178458445 +632 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.475258680049542748 +633 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.424918913341847615 +634 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.466299888436986554 +635 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.522681165491187483 +636 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.184658575848812706 +637 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.184658575848812706 +638 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.447803061502488831 +639 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0590000151577707577 +640 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.469302035375975646 +641 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.478347409879961272 +642 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.478456433836466188 +643 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.490873029192211763 +644 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.420791864948583338 +645 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.410691617835270306 +646 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.433370341259820213 +647 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0633278775760935525 +648 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.450649451770273157 +649 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.410881308478575513 +650 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.442539913358205417 +651 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0680189272122070365 +652 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.440247382693200906 +653 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.427803761062237942 +654 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0727139401370985455 +655 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.43919205226689878 +656 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.241523018411413715 +657 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.457487488497030304 +658 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.441517589995484405 +659 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.424706781734201677 +660 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0134607320761341784 +661 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.42366648599621326 +662 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.435926993396556828 +663 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.441593278961416758 +664 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.456355529459316345 +665 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.437098264428985472 +666 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.441593278961416758 +667 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.470200080639580853 +668 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0704227507384947021 +669 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +670 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.430461955487671633 +671 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.454089094007790295 +672 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.449541717141150321 +673 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.462102516958969756 +674 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.478326534516524793 +675 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.456416618922522499 +676 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.451875596518584666 +677 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.444036457876645585 +678 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.444036457876645585 +679 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.459860167847925383 +680 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.504301095690400381 +681 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.456479975332736432 +682 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.447455726501453044 +683 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.430769996617996531 +684 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.419808001397491304 +685 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +686 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.450878806444675151 +687 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.429758237443568836 +688 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.463362613223226583 +689 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.122161886514428192 +690 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.452055720301517416 +691 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.165494530696068065 +692 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +693 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +694 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.459996458565647859 +695 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.412726230826803764 +696 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.447706690849008493 +697 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.097832563695472205 +698 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.456717601557364239 +699 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.450006666987963933 +700 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.448969278215303857 +701 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.464706706380762058 +702 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +703 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.45921987907792633 +704 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.482987267474293158 +705 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.464820899663721254 +706 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0404220171778900406 +707 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.474992922950619234 +708 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.454847705403765845 +709 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.420023408008488142 +710 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.469382385724573914 +711 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.462717531176716879 +712 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.457152280296754032 +713 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.47395378155658785 +714 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.468384265774498543 +715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.468384265774498543 +716 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.519203214342752739 +717 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.460655489757687109 +718 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.287265950455006414 +719 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.46741476224763201 +720 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.468696200218799319 +721 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.186139866121109554 +722 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.489006291184516995 +723 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.165123552655683375 +724 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.469988693380082645 +725 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.473508484055372547 +726 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.112923116580211494 +727 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.474715697540505466 +728 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.486038291322309801 +729 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.482784406317177284 +730 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.486422190409221522 +731 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.505809173696845082 +732 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.208492847885167004 +733 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.498949191010799487 +734 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.411662011195115363 +735 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.431133173871068531 +736 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.053956556081389967 +737 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.382883094604764385 +738 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.436819151869522138 +739 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.451787799117909672 +740 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.428868342306482297 +741 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.432267625462602723 +742 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0545320635525082184 +743 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.448296279445968116 +744 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.430026468312881383 +745 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.00335971886746322954 +746 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0588097905735937704 +747 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.42107502020327392 +748 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.447133159014188541 +749 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.445989406971527558 +750 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.145032354399018598 +751 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.493017552793039049 +752 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.40673367318917325 +753 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 10.0 % -0.452882496357985831 +754 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0742798734846993741 +755 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.460980639153810601 +756 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.416740936010966123 +757 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.451740527107044376 +758 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.44721379024503416 +759 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.245555601961412184 +760 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.499769415710701548 +761 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.446146001135949044 +762 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.457514673015389395 +763 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.44056532751251043 +764 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.433864776993285517 +765 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.439445222385884349 +766 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.446186272521599148 +767 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.450707909241451543 +768 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.452977161832460395 +769 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.264468866926239832 +770 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.452977161832460395 +771 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.428396267465174896 +772 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.447357152169087058 +773 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.448484669177164286 +774 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.473653815287124913 +775 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0868255636775616818 +776 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.440620923452583413 +777 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.451875596518584666 +778 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.459860167847925383 +779 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45644603384473742 +780 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.430769996617996531 +781 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +782 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.467905110852730732 +783 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.450878806444675151 +784 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.434165096955452467 +785 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.444157000692344317 +786 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.435354069337884009 +787 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.410305882386759524 +788 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.471363620495062197 +789 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.446521936096131722 +790 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +791 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.452172819913734925 +792 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.458913519660435476 +793 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.458913519660435476 +794 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.463435584788403632 +795 cspg_html_5241714595 cspg_html_5241714595:108:17218:17243 Keg River CARBON 10.0 % -0.47254944238616009 +796 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.126747100070397467 +797 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.447780648817617921 +798 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.455658949817136283 +799 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.460146402321772174 +800 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.442328228694744141 +801 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.462453250854801823 +802 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.100983023192014909 +803 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0387351937128136078 +804 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.151565084560953439 +805 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.491049570598957486 +806 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +807 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.460337276166031373 +808 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.174318611290379788 +809 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.453653631411627511 +810 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.457068497754203162 +811 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.462717531176716879 +812 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.480807266046245518 +813 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.468384265774498543 +814 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.45954677788095788 +815 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.465104162426203172 +816 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.181699157983410492 +817 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.475397368106546647 +818 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.466473780345575129 +819 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.451454696362579122 +820 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.492578779781284393 +821 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.473508484055372547 +822 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.482597909534674852 +823 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.477135152254264727 +824 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.47735290933611807 +825 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.49056475826835555 +826 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.410594631039922164 +827 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.479672865371614687 +828 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.449467616590735308 +829 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.412050436555775779 +830 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0680189272122070365 +831 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.426608897791606878 +832 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.428868342306482297 +833 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.41322095658291802 +834 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.441437455474761709 +835 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.421183948195739455 +836 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.456337429672799166 +837 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.397098261154102461 +838 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0100934580634963432 +839 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.438093558395168947 +840 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.444891759770598527 +841 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.149402951049402877 +842 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.426931034537195386 +843 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.426931034537195386 +844 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.452896019392303839 +845 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.06831432219804498 +846 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.446052041434467972 +847 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.442682549290708161 +848 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.15232083654977141 +849 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.437098264428985472 +850 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.443848978138650319 +851 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.437098264428985472 +852 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0836859573023437664 +853 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.074659618888527457 +854 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.465561228542891226 +855 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.438326464087016476 +856 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.441686785632637413 +857 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.156704075655881236 +858 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.439502972586644391 +859 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.454143259443463898 +860 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.13658511898093928 +861 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.445106268068768518 +862 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.470179399208385473 +863 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.447357152169087058 +864 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.441798115405519942 +865 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0883962101750423029 +866 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.458750170743803365 +867 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.430769996617996531 +868 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.432977626512767833 +869 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.481777803377517411 +870 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.450878806444675151 +871 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.421005312740730997 +872 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.450878806444675151 +873 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.255005543594555073 +874 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.445338708488509594 +875 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.433149694842684174 +876 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.464533160716817162 +877 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.448753864703002991 +878 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +879 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.472528705500211532 +880 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.460091874413590562 +881 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.097832563695472205 +882 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.460091874413590562 +883 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0879574245508883273 +884 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.459149520620870666 +885 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.514589010681822057 +886 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.460269102262388319 +887 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.439338616046586639 +888 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.46944207930236781 +889 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.46944207930236781 +890 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.46279500750727276 +891 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.46957525648780718 +892 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.474069180634086484 +893 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.474069180634086484 +894 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.478642038078168519 +895 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.478642038078168519 +896 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.464074341472865526 +897 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.473010388882843136 +898 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.426146701012070195 +899 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0522390328251030739 +900 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.474355436180137646 +901 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.469896801722409774 +902 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.145160954098797396 +903 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.292684871293921123 +904 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.478911234884053072 +905 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.473508484055372547 +906 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.469189557204259144 +907 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.480367741483547772 +908 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.490689465081328491 +909 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.499769415710701548 +910 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.49526215931685702 +911 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.507776191944776634 +912 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.484555810829268852 +913 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.498177249769521491 +914 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.491664221304765947 +915 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.488799650311949607 +916 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.40142383578010965 +917 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.410622648467641627 +918 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.484098022941034878 +919 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.461271782333034175 +920 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.410777836329927315 +921 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.428809045611172668 +922 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.423138028281424772 +923 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.432236767973233238 +924 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.436810292517708865 +925 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.441392939290133568 +926 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.433403442682278373 +927 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.41322095658291802 +928 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.445984933244691462 +929 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0603928418544483966 +930 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.445989406971527558 +931 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.443701699352459789 +932 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.432346977926754639 +933 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.493017552793039049 +934 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.441419648744354465 +935 cspg_html_8701311807 cspg_html_8701311807:103:16001:16037 Yakoun CARBON 0.8 % -0.116515001725426656 +936 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0742798734846993741 +937 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.435767689782418699 +938 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.449433936510724996 +939 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.43919205226689878 +940 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.441486425747427802 +941 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.410282182892136194 +942 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.437005217650049682 +943 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.450608983410958508 +944 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.460946527021081187 +945 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.401880915183389198 +946 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.445016883536767272 +947 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45295011354581094 +948 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.457514673015389395 +949 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.426028449629804407 +950 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.443933785681361437 +951 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.438326464087016476 +952 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.438326464087016476 +953 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.116058728348397769 +954 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.466718659783226908 +955 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.466718659783226908 +956 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.440620923452583413 +957 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.453044786078658057 +958 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.461001107058420345 +959 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.474808096218428344 +960 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.467877607461444023 +961 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.457582637906406409 +962 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.447455726501453044 +963 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.449703411954729404 +964 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.464450966712688929 +965 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +966 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.452055720301517416 +967 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.475977786028375149 +968 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +969 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.412726230826803764 +970 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0962582997786223526 +971 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.457786563407215019 +972 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.462348471732962063 +973 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.455595651058867956 +974 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.438930071485580497 +975 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.168432055605138908 +976 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.147062110278302877 +977 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.455595651058867956 +978 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.460091874413590562 +979 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.472574788136010782 +980 cspg_html_8701311807 cspg_html_8701311807:223:31022:31037 Haida CARBON 5.3 % -0.471501691978871318 +981 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.457963336268268129 +982 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.463636287457712182 +983 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.442519856944349921 +984 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.452461129454831856 +985 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.280522463745039252 +986 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.464820899663721254 +987 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.264514546075725165 +988 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.104136130052582224 +989 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.466007095038280028 +990 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.449319433531474521 +991 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.455957418074169007 +992 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.440543090068643561 +993 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0421091453793179041 +994 cspg_html_8701311807 cspg_html_8701311807:119:18024:18041 Longarm CARBON 0.3 % -0.47395378155658785 +995 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.461601707643698789 +996 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.442956739521588982 +997 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.465104162426203172 +998 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.45954677788095788 +999 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.100754130758858237 +1000 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.475397368106546647 +1001 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.464256927711512946 +1002 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.116776768779525517 +1003 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.187622223619218986 +1004 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.192075797646952623 +1005 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.488278574417694344 +1006 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.472952757290721282 +1007 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0708494315769639255 +1008 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.492293463530367514 +1009 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.413938644445855319 +1010 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.417396109221489231 +1011 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.417396109221489231 +1012 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.426503733834695087 +1013 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.225491858939116468 +1014 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0602025754698072638 +1015 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.441419648744354465 +1016 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.429947310326277143 +1017 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.428824418473081392 +1018 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.450649451770273157 +1019 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.432249992487968249 +1020 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.431133173871068531 +1021 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.252543216997241138 +1022 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.393526011499369055 +1023 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.414392875306418662 +1024 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.444844842741709823 +1025 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0758462886649857726 +1026 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.443732938342886629 +1027 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +1028 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +1029 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.496386707811001693 +1030 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.441517589995484405 +1031 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.448327675040319895 +1032 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.150861472403981789 +1033 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.441553207562292771 +1034 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.13061610816901148 +1035 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.421454142706894297 +1036 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0168284107080514181 +1037 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.443848978138650319 +1038 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.450649451770273157 +1039 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.462102516958969756 +1040 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.423819399916412154 +1041 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.456371367070690814 +1042 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.431641856483014286 +1043 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.446186272521599148 +1044 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.457532796484121151 +1045 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.439445222385884349 +1046 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.427211623217386149 +1047 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.447314589257592876 +1048 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +1049 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.459837454744856933 +1050 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.447357152169087058 +1051 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.116058728348397769 +1052 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.453044786078658057 +1053 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.459860167847925383 +1054 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.4462802459552766 +1055 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.407891456128391339 +1056 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0899674329823075963 +1057 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.456479975332736432 +1058 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.43519044103107285 +1059 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0810128748896075251 +1060 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0810128748896075251 +1061 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.450878806444675151 +1062 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.456561440120662909 +1063 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.447572237112974447 +1064 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.446521936096131722 +1065 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.472528705500211532 +1066 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +1067 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.456608964648804683 +1068 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.508857647049569151 +1069 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.464610795373413321 +1070 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.448892980122610918 +1071 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.438930071485580497 +1072 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0336764237731465785 +1073 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.169902242241640383 +1074 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.455658949817136283 +1075 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.169902242241640383 +1076 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.437927232782468367 +1077 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.451193701085184695 +1078 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.462453250854801823 +1079 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.462453250854801823 +1080 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.453495743339231705 +1081 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.477204643263094197 +1082 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0895548208843446047 +1083 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.453653631411627511 +1084 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.467071222132578012 +1085 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.478447154667899333 +1086 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.43306145074755803 +1087 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.471695028578207554 +1088 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.446123628906776926 +1089 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.468384265774498543 +1090 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.488872438533925924 +1091 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.492309966808552324 +1092 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.476449805414249639 +1093 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.467497231753434772 +1094 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.469809513538571255 +1095 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.501602970255366709 +1096 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.485663921579086111 +1097 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.11836020311160296 +1098 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.49007551974140473 +1099 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.408314953434081973 +1100 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.445989406971527558 +1101 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0545320635525082184 +1102 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.425481180136460357 +1103 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.434558307819543299 +1104 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.457555451333636842 +1105 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.417673931766760265 +1106 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.452896019392303839 +1107 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.42107502020327392 +1108 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.436872309743032927 +1109 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.432346977926754639 +1110 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.443701699352459789 +1111 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.433509375056355339 +1112 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.458648092769168181 +1113 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.436929900849743147 +1114 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.43919205226689878 +1115 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.421310320077140532 +1116 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.441486425747427802 +1117 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +1118 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.434712986404073964 +1119 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.259156876307811979 +1120 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.435880527044409383 +1121 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.412654959021926393 +1122 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.442720440658756875 +1123 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.132107191828878617 +1124 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.450649451770273157 +1125 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.448377013151321557 +1126 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0168284107080514181 +1127 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.438271005074949593 +1128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +1129 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +1130 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45295011354581094 +1131 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.437151438175982732 +1132 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.446186272521599148 +1133 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.156704075655881236 +1134 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.457532796484121151 +1135 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.450707909241451543 +1136 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.158166901038162555 +1137 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.455310861563052449 +1138 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.449656248007914428 +1139 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0899674329823075963 +1140 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.442976805415170927 +1141 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.431959095961468531 +1142 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.120634996234339514 +1143 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.484086347872667577 +1144 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.472528705500211532 +1145 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +1146 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.43654455097558742 +1147 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.166962821531616346 +1148 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.463435584788403632 +1149 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0336764237731465785 +1150 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.460146402321772174 +1151 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.462453250854801823 +1152 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.513439527987227695 +1153 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.513439527987227695 +1154 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.457963336268268129 +1155 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.452461129454831856 +1156 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.446924894478510359 +1157 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.459149520620870666 +1158 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.102559240302624061 +1159 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.469327287552563421 +1160 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.418803403862889279 +1161 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.472770666406185036 +1162 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.480728181628129914 +1163 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.46279500750727276 +1164 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.468384265774498543 +1165 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.468384265774498543 +1166 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.468384265774498543 +1167 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.475138501585752326 +1168 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.471819338906025898 +1169 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.480904968568341529 +1170 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.424918913341847615 +1171 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.113612202513040314 +1172 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.447803061502488831 +1173 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.495853839651622219 +1174 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.486735992068403789 +1175 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.469896801722409774 +1176 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.449018650964511823 +1177 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.471099044200062878 +1178 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.27683179836864702 +1179 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.471099044200062878 +1180 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.470292003998596664 +1181 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.472501057082917231 +1182 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.488198798133244793 +1183 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.486038291322309801 +1184 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.476137410984472487 +1185 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.487638228334652091 +1186 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.135832073774983658 +1187 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.477844221658683899 +1188 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.488952277933124901 +1189 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.432514521719123246 +1190 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.416233588263895504 +1191 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.426503733834695087 +1192 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % 0.00505698208442019893 +1193 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.433368134539702354 +1194 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.429947310326277143 +1195 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.425450542305663815 +1196 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.441392939290133568 +1197 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.431186011272103542 +1198 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.00504308419121407819 +1199 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.23884026801031305 +1200 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.146488400951439862 +1201 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.431298300553942027 +1202 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.420134393777613191 +1203 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +1204 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.425756964796638493 +1205 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.444891759770598527 +1206 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.440354093294291316 +1207 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.438093558395168947 +1208 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.398291804846390152 +1209 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.435838488044850259 +1210 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.424706781734201677 +1211 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.442649117020085803 +1212 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0805485294588907663 +1213 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.13061610816901148 +1214 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.451767539383647998 +1215 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0698999380584911928 +1216 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4597920302667165 +1217 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.441553207562292771 +1218 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.425883940037075581 +1219 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.445016883536767272 +1220 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.442762791672519862 +1221 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.426190501535792965 +1222 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.428396267465174896 +1223 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.447357152169087058 +1224 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.467877607461444023 +1225 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.461001107058420345 +1226 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.442916609041378917 +1227 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.449656248007914428 +1228 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0794237767253422183 +1229 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0899674329823075963 +1230 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.448578878596292641 +1231 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.450878806444675151 +1232 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.120634996234339514 +1233 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.439778445957034858 +1234 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.458822766590828601 +1235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +1236 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.452055720301517416 +1237 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.437563637351169654 +1238 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.46567095948211501 +1239 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.453234160803079433 +1240 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.448821175971653663 +1241 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.458913519660435476 +1242 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.480602591853576067 +1243 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.455595651058867956 +1244 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.448892980122610918 +1245 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.276492053338120602 +1246 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.169902242241640383 +1247 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.171373390800053121 +1248 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.451270191944311616 +1249 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.480644453081816247 +1250 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.46132865731218986 +1251 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.464706706380762058 +1252 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.429428549347213639 +1253 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.492215666694549525 +1254 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.104136130052582224 +1255 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.418803403862889279 +1256 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.464820899663721254 +1257 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.471589148494391819 +1258 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.439338616046586639 +1259 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.466007095038280028 +1260 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.476172115937115059 +1261 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.440543090068643561 +1262 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.456043359064104259 +1263 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.483085217576718073 +1264 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.471819338906025898 +1265 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.474133810779439169 +1266 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.473157943062676001 +1267 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.479893584862882694 +1268 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.465460653780432054 +1269 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.477790905452477432 +1270 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.46887974264236626 +1271 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.482280957733571936 +1272 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.468203119207894924 +1273 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.530855309992410929 +1274 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.532029895279770626 +1275 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.486038291322309801 +1276 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.121644573311513529 +1277 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.503388006501126029 +1278 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.488856001939906637 +1279 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.379817308834222045 +1280 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m -0.419723157415338222 +1281 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.403758404313741825 +1282 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.432267625462602723 +1283 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.420787509362551382 +1284 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m -0.428798065147820595 +1285 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.432236767973233238 +1286 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0450157969952539247 +1287 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0493193008122560991 +1288 cspg_html_2822917851 cspg_html_2822917851:228:26606:26618 Canol CARBON 8.6 % -0.418568713004005333 +1289 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.413013530266095219 +1290 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.425424282088950667 +1291 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.435661502416701596 +1292 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.392338032376429113 +1293 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.433423304094416983 +1294 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0711484782251500525 +1295 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.440265166942118702 +1296 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.455211432419709627 +1297 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.456355529459316345 +1298 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.123171958702682674 +1299 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.448282824521055501 +1300 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.395906118993133993 +1301 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.442595627901035182 +1302 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.432421928049857018 +1303 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.4597965726108596 +1304 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.438093558395168947 +1305 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.450608983410958508 +1306 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.0004 % -0.0778842414619751316 +1307 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.424846739582848965 +1308 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.0004 % -0.451787799117909672 +1309 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.437098264428985472 +1310 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.0004 % -0.451787799117909672 +1311 cspg_html_2822917851 cspg_html_2822917851:346:43811:43836 Porcupine CARBON 2.0 % -0.505809173696845082 +1312 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.155242129153686154 +1313 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.439391917689554934 +1314 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.432686505514578101 +1315 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.457514673015389395 +1316 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.477179162580930738 +1317 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.454089094007790295 +1318 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m -0.450707909241451543 +1319 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.417417811248709303 +1320 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.455310861563052449 +1321 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0778352085916372699 +1322 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.444036457876645585 +1323 cspg_html_2822917851 cspg_html_2822917851:299:36282:36302 Hart River CARBON 7.9 % -0.453044786078658057 +1324 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.11910884641189888 +1325 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.449703411954729404 +1326 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.45421548506785292 +1327 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.442976805415170927 +1328 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.449703411954729404 +1329 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.47249414511500698 +1330 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.465616092314337648 +1331 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.462193603410137988 +1332 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0269348882327513015 +1333 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +1334 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.452003931056544739 +1335 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +1336 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.269800120815904876 +1337 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.452055720301517416 +1338 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.449811224417208722 +1339 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.434341800582477622 +1340 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.166962821531616346 +1341 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.461171691164054931 +1342 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.481766159765426027 +1343 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.468015132988553406 +1344 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.097832563695472205 +1345 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.512291657646269938 +1346 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.436934331081807459 +1347 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.100983023192014909 +1348 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.436934331081807459 +1349 cspg_html_2822917851 cspg_html_2822917851:342:42976:42991 Husky CARBON 1.5 % -0.460205477971118548 +1350 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.102559240302624061 +1351 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.463636287457712182 +1352 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.477269506555081602 +1353 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.453653631411627511 +1354 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.470510360514459824 +1355 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.177267792641373545 +1356 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.462717531176716879 +1357 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.0004 % -0.146425854638582625 +1358 cspg_html_2822917851 cspg_html_2822917851:303:37043:37063 Hart River CARBON 0.0032 % -0.49339517418577894 +1359 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.448318704760563236 +1360 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.470629904958731249 +1361 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.468384265774498543 +1362 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.45733345840955697 +1363 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.465104162426203172 +1364 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.47076786107370483 +1365 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.461854353575764598 +1366 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.474133810779439169 +1367 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.483173848714512189 +1368 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.46741476224763201 +1369 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.466299888436986554 +1370 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0505498065309665512 +1371 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.468696200218799319 +1372 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.275457966035399238 +1373 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.462148059021696089 +1374 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.48108644546321655 +1375 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.0004 % -0.117385281864182248 +1376 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.0004 % -0.158606819268052451 +1377 cspg_html_2822917851 cspg_html_2822917851:346:43890:43905 Husky CARBON 2.0 % -0.47564012534835387 +1378 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.473508484055372547 +1379 cspg_html_5881057557 cspg_html_5881057557:70:9680:9750 Disappointment Bay CARBON 2.41 % -0.494850594949005074 +1380 cspg_html_2822917851 cspg_html_2822917851:340:42528:42543 Husky CARBON 5.0 % -0.472501057082917231 +1381 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.478347409879961272 +1382 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.475150056487165573 +1383 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.536745686075263517 +1384 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.486422190409221522 +1385 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.487007734355699329 +1386 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.114628422242257874 +1387 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.426608897791606878 +1388 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.412875270414091666 +1389 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.410691617835270306 +1390 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.485207879698670519 +1391 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.447189152172129289 +1392 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.429947310326277143 +1393 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.453008719186489883 +1394 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.432236767973233238 +1395 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.439098796420780313 +1396 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.440247382693200906 +1397 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.448296279445968116 +1398 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.9 % -0.449440672427322663 +1399 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.441419648744354465 +1400 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.435767689782418699 +1401 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.441437455474761709 +1402 cspg_html_4407743346 cspg_html_4407743346:187:24308:24327 Smackover CARBON 51.0 % -0.434637853624058046 +1403 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.420134393777613191 +1404 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.126147402006420523 +1405 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0774131960939266478 +1406 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0789806062068533904 +1407 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.434757184965269161 +1408 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.450608983410958508 +1409 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.15232083654977141 +1410 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.422636044308218217 +1411 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.111488856702831346 +1412 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.500900028677199516 +1413 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.437151438175982732 +1414 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +1415 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.441686785632637413 +1416 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.416224917949125084 +1417 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.020196595303077311 +1418 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.451875596518584666 +1419 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.454143259443463898 +1420 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.458695727712452594 +1421 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +1422 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45644603384473742 +1423 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.430769996617996531 +1424 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.448578878596292641 +1425 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.45421548506785292 +1426 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.450878806444675151 +1427 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.462193603410137988 +1428 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.444223975732980447 +1429 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.471363620495062197 +1430 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.430950467279725857 +1431 cspg_html_1644457308 cspg_html_1644457308:147:18634:18648 Doig CARBON 2.0 % -0.471382028770717776 +1432 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +1433 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.4852429512232731 +1434 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0815736554726042007 +1435 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.446521936096131722 +1436 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +1437 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.452112016307883446 +1438 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.454414135268558672 +1439 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.458913519660435476 +1440 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.27381150851798447 +1441 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.452172819913734925 +1442 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.473695342935840036 +1443 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.9 % -0.465787563493960222 +1444 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.463526807661379381 +1445 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.440125125196615896 +1446 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.461271782333034175 +1447 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.456778715576978744 +1448 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.451270191944311616 +1449 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.416367988007970369 +1450 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.469230874046953295 +1451 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.474918987556243288 +1452 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.416367988007970369 +1453 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.459149520620870666 +1454 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0387351937128136078 +1455 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +1456 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.452461129454831856 +1457 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.454764136650290418 +1458 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.460337276166031373 +1459 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.104136130052582224 +1460 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.472722268874013252 +1461 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.466007095038280028 +1462 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.454847705403765845 +1463 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.487607747652621382 +1464 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.267242649245315711 +1465 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.468384265774498543 +1466 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.459458231015011043 +1467 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.483085217576718073 +1468 cspg_html_1644457308 cspg_html_1644457308:164:20719:20738 Grayling CARBON 2.0 % -0.480807266046245518 +1469 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.466219818123899288 +1470 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.465104162426203172 +1471 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.464074341472865526 +1472 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.46305483027617389 +1473 cspg_html_1644457308 cspg_html_1644457308:164:20710:20714 Toad CARBON 2.0 % -0.477575355931223244 +1474 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.467497231753434772 +1475 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.476449805414249639 +1476 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.478836965338604204 +1477 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.11836020311160296 +1478 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.471099044200062878 +1479 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.460419091707466421 +1480 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.195050363818674133 +1481 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.472685396359958432 +1482 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % 0.00842383986837989471 +1483 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.415113588382305221 +1484 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.429960502864963123 +1485 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.39733217864713144 +1486 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.134862136571723135 +1487 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0633278775760935525 +1488 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.428809045611172668 +1489 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.447189152172129289 +1490 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.389966189178186262 +1491 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.447153316157111791 +1492 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.435694684676078359 +1493 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.427768661147865492 +1494 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.428896893887351471 +1495 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.234824444470587423 +1496 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0711484782251500525 +1497 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.447133159014188541 +1498 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.430092438352523254 +1499 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.423413139400643734 +1500 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.43919205226689878 +1501 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.432421928049857018 +1502 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.440354093294291316 +1503 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.432466019139625568 +1504 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.473746101631411953 +1505 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.446052041434467972 +1506 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.437005217650049682 +1507 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.441517589995484405 +1508 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.44721379024503416 +1509 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0714860189327387874 +1510 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 25.0 % -0.449541717141150321 +1511 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.426028449629804407 +1512 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.449541717141150321 +1513 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.428242619254491974 +1514 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.46326000708216164 +1515 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.156704075655881236 +1516 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.439445222385884349 +1517 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.465561228542891226 +1518 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.439502972586644391 +1519 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.432823232966369709 +1520 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.4462802459552766 +1521 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.461001107058420345 +1522 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.451913869834985604 +1523 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.461001107058420345 +1524 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.448529529594894116 +1525 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +1526 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.429758237443568836 +1527 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0783851056195299795 +1528 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.459919224612040101 +1529 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.464533160716817162 +1530 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.446392131630084288 +1531 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.462193603410137988 +1532 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.455387700672750584 +1533 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45995556917210767 +1534 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0931116499729330166 +1535 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.474815026513922711 +1536 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0826025139929867508 +1537 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.122161886514428192 +1538 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.461089806729199636 +1539 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.453180049702502807 +1540 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.452055720301517416 +1541 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.272473130136726582 +1542 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.472528705500211532 +1543 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +1544 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.508857647049569151 +1545 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.43553542054293326 +1546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.454414135268558672 +1547 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.458913519660435476 +1548 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.438930071485580497 +1549 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.465787563493960222 +1550 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.455658949817136283 +1551 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.171373390800053121 +1552 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.102559240302624061 +1553 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.154571539889926252 +1554 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.468255854243320946 +1555 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.471695028578207554 +1556 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.46957525648780718 +1557 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0488609621010607301 +1558 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.460746428725734014 +1559 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.466299888436986554 +1560 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.521520185683642667 +1561 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.471962087320613732 +1562 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.427376069034012374 +1563 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.487818790090823073 +1564 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.494670894236060144 +1565 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.464256927711512946 +1566 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.466473780345575129 +1567 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.449018650964511823 +1568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.476593313058899071 +1569 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 25.0 % -0.475554574599736102 +1570 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.482597909534674852 +1571 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.473711493110031245 +1572 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.477135152254264727 +1573 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.4741730528447482 +1574 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0399223798679950309 +1575 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.415078947369139473 +1576 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.441419648744354465 +1577 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.440265166942118702 +1578 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.433370341259820213 +1579 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.436810292517708865 +1580 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.432249992487968249 +1581 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.410881308478575513 +1582 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.433403442682278373 +1583 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.468054102450840448 +1584 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.143577115019020096 +1585 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.435714594595624227 +1586 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0592949617022283312 +1587 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0742798734846993741 +1588 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.442575570278969321 +1589 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.452882496357985831 +1590 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.458648092769168181 +1591 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.43919205226689878 +1592 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.420134393777613191 +1593 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.449451899065432481 +1594 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.447168994241326834 +1595 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.496386707811001693 +1596 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.432466019139625568 +1597 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.465568086328610908 +1598 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.42366648599621326 +1599 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.443848978138650319 +1600 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.111488856702831346 +1601 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.441686785632637413 +1602 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.456416618922522499 +1603 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +1604 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.435044526345554627 +1605 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.445106268068768518 +1606 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.455310861563052449 +1607 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.449656248007914428 +1608 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +1609 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.45421548506785292 +1610 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.432977626512767833 +1611 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +1612 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.409097932680443754 +1613 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +1614 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.463332970234029085 +1615 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +1616 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.44645479356367046 +1617 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.507716152641192187 +1618 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.456561440120662909 +1619 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.453234160803079433 +1620 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.272473130136726582 +1621 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +1622 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +1623 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.45099125631104503 +1624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0319906913547674462 +1625 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.454414135268558672 +1626 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.447706690849008493 +1627 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.463526807661379381 +1628 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.473746101631411953 +1629 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.468054102450840448 +1630 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.455658949817136283 +1631 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0994074679157885971 +1632 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0387351937128136078 +1633 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.463636287457712182 +1634 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.102559240302624061 +1635 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.453653631411627511 +1636 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.464820899663721254 +1637 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.480728181628129914 +1638 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.472770666406185036 +1639 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.454935799752899217 +1640 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.471695028578207554 +1641 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4796264052884881 +1642 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.483085217576718073 +1643 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.468384265774498543 +1644 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.46398990802263862 +1645 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.466219818123899288 +1646 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.465104162426203172 +1647 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.472943536588278923 +1648 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.180221010986994501 +1649 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.460655489757687109 +1650 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.491131969162477144 +1651 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.459639875047440249 +1652 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.272714290167499429 +1653 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.452161559679639224 +1654 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.475397368106546647 +1655 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.467675942101560327 +1656 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.463250887108730525 +1657 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.480033015687554854 +1658 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.442818519646553777 +1659 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.168147148352926906 +1660 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.192075797646952623 +1661 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.462858816604136858 +1662 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.478347409879961272 +1663 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.438512830534467934 +1664 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.399162851525774687 +1665 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.379359463556636634 +1666 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.127620248000605868 +1667 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % 0.00842383986837989471 +1668 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.432223543643836305 +1669 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.427650208489599781 +1670 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.42652126035610638 +1671 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.427672143055296883 +1672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.410881308478575513 +1673 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.445989406971527558 +1674 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.414276052949181017 +1675 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.443688311537407287 +1676 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.43911211811260753 +1677 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.428929839085586462 +1678 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.448282824521055501 +1679 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.445989406971527558 +1680 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.435738929516159335 +1681 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.441419648744354465 +1682 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0619762938065153701 +1683 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.438007065376213589 +1684 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.443701699352459789 +1685 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.421183948195739455 +1686 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0742798734846993741 +1687 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.43919205226689878 +1688 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.446011775932438015 +1689 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +1690 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.441486425747427802 +1691 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.446052041434467972 +1692 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.430334367802676421 +1693 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.4381734052234173 +1694 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0805485294588907663 +1695 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.153781052464012441 +1696 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.438219985696652659 +1697 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45295011354581094 +1698 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.446186272521599148 +1699 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.452977161832460395 +1700 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0736062012519662079 +1701 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.447357152169087058 +1702 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.467877607461444023 +1703 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.427378261836636852 +1704 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.268465473746525851 +1705 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +1706 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.467905110852730732 +1707 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.461089806729199636 +1708 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.452055720301517416 +1709 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.255005543594555073 +1710 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.463362613223226583 +1711 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.122161886514428192 +1712 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.43333944764882032 +1713 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.458913519660435476 +1714 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0336764237731465785 +1715 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.474863540124580097 +1716 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.448892980122610918 +1717 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.469189557204259144 +1718 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.482931300996293389 +1719 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.479475427251918496 +1720 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.441321717841106853 +1721 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.452382285720717148 +1722 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.428220671536379549 +1723 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.474918987556243288 +1724 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.452461129454831856 +1725 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.454685092236895128 +1726 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.514589010681822057 +1727 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.454685092236895128 +1728 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.471589148494391819 +1729 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.174318611290379788 +1730 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0937460550520217012 +1731 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.466007095038280028 +1732 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.107291970825677513 +1733 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.45733345840955697 +1734 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.426146701012070195 +1735 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.48663294001243923 +1736 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.482092240402263728 +1737 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.473157943062676001 +1738 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.468696200218799319 +1739 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.455559482332958732 +1740 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.467675942101560327 +1741 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.11836020311160296 +1742 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.472302935634413557 +1743 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.453626562930498967 +1744 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.473508484055372547 +1745 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.473607675769745107 +1746 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.481393647209346964 +1747 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.469302035375975646 +1748 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.530855309992410929 +1749 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.478347409879961272 +1750 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.175723949352786846 +1751 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.482884665046712014 +1752 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.465305242494390703 +1753 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.527981787518058798 +1754 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.408246149684567183 +1755 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.418594786961453691 +1756 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.424217090203684033 +1757 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.425358634701132332 +1758 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.42652126035610638 +1759 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.43451411861660022 +1760 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.443701699352459789 +1761 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.443701699352459789 +1762 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.436810292517708865 +1763 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.435668138774596203 +1764 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0664548174080054899 +1765 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.42773794978433255 +1766 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.442539913358205417 +1767 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.415444905134973175 +1768 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.426641763905032778 +1769 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.455211432419709627 +1770 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.430092438352523254 +1771 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.494139109891835016 +1772 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.440325191296006335 +1773 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.454032675125810359 +1774 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.432421928049857018 +1775 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.450586501765938174 +1776 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.1054051849683251 +1777 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.149402951049402877 +1778 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.398291804846390152 +1779 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.399486757058272857 +1780 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.458639019733277031 +1781 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.455211432419709627 +1782 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0688317384406363225 +1783 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45295011354581094 +1784 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.437151438175982732 +1785 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.440514182187833891 +1786 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.451812561628617604 +1787 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.446186272521599148 +1788 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.456416618922522499 +1789 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.479475427251918496 +1790 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.434006092086238693 +1791 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0778352085916372699 +1792 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.427378261836636852 +1793 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.453044786078658057 +1794 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.427378261836636852 +1795 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.449703411954729404 +1796 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.469038078694436811 +1797 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.455387700672750584 +1798 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0915392427052175162 +1799 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.445338708488509594 +1800 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.447572237112974447 +1801 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.453234160803079433 +1802 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +1803 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.457736710679965686 +1804 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.165494530696068065 +1805 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.166962821531616346 +1806 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0962582997786223526 +1807 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.43673056212772654 +1808 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.478307979059971577 +1809 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.440125125196615896 +1810 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.461271782333034175 +1811 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0353624097936946907 +1812 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.463526807661379381 +1813 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.454540571750530975 +1814 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.148562220235962134 +1815 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.457963336268268129 +1816 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.438135698925018691 +1817 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.460269102262388319 +1818 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.514589010681822057 +1819 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0921523220348297173 +1820 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.476093453364925034 +1821 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.467071222132578012 +1822 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.470510360514459824 +1823 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.457240600069655279 +1824 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.434275532829040634 +1825 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.46168136305604579 +1826 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.476324834178458445 +1827 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.460655489757687109 +1828 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.465104162426203172 +1829 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.465104162426203172 +1830 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.458439436141955869 +1831 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.451931881365200794 +1832 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.476449805414249639 +1833 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.468696200218799319 +1834 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.468696200218799319 +1835 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.274085466228928876 +1836 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.495853839651622219 +1837 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.454587989988975094 +1838 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.469988693380082645 +1839 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0590000151577707577 +1840 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.29540256492979472 +1841 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.121529429654044743 +1842 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.494968839994781917 +1843 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.488644702559799748 +1844 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.41806475417105543 +1845 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.409713565641111832 +1846 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.410827415379082961 +1847 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.412832068204634806 +1848 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.405961136351199237 +1849 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.411683586358437215 +1850 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.424249874232666135 +1851 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.424249874232666135 +1852 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.424214904641607937 +1853 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.435714594595624227 +1854 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.224162826594564435 +1855 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.428791476930725279 +1856 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % 0.00842383986837989471 +1857 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.4391432028015122 +1858 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.434518537443352337 +1859 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.424249874232666135 +1860 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.441419648744354465 +1861 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.436805862873274886 +1862 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.451787799117909672 +1863 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.410881308478575513 +1864 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.42773794978433255 +1865 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.417673931766760265 +1866 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.422147407249121198 +1867 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.41990808335141383 +1868 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0695834773703316728 +1869 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.435714594595624227 +1870 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.491897481315385909 +1871 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.448282824521055501 +1872 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.436872309743032927 +1873 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.436872309743032927 +1874 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.441419648744354465 +1875 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.455188836413653375 +1876 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0742798734846993741 +1877 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.446011775932438015 +1878 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +1879 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.439223139625051329 +1880 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.4597965726108596 +1881 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.441517589995484405 +1882 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.422487681828547068 +1883 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.460946527021081187 +1884 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.450608983410958508 +1885 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.440425240506611693 +1886 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.44948782523520614 +1887 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.44948782523520614 +1888 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.442720440658756875 +1889 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.455211432419709627 +1890 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.443848978138650319 +1891 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.443848978138650319 +1892 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.429283522871468093 +1893 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0836859573023437664 +1894 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.423819399916412154 +1895 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.467870731747513147 +1896 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.155242129153686154 +1897 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0704227507384947021 +1898 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.450707909241451543 +1899 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.452977161832460395 +1900 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0852554829068605385 +1901 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.425004216617257347 +1902 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.404280792197865502 +1903 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.446231020576565107 +1904 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.158166901038162555 +1905 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +1906 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +1907 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.440620923452583413 +1908 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.441798115405519942 +1909 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.418612169989185101 +1910 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.448529529594894116 +1911 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.442916609041378917 +1912 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.453044786078658057 +1913 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.45644603384473742 +1914 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.442916609041378917 +1915 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.43519044103107285 +1916 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.45421548506785292 +1917 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.442976805415170927 +1918 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.430769996617996531 +1919 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.444094495043231396 +1920 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.455387700672750584 +1921 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.455387700672750584 +1922 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +1923 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.463332970234029085 +1924 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.452055720301517416 +1925 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.456561440120662909 +1926 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.463362613223226583 +1927 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.461089806729199636 +1928 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.450932780647085085 +1929 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.457736710679965686 +1930 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.462261924354454456 +1931 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.459996458565647859 +1932 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.126747100070397467 +1933 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0336764237731465785 +1934 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.460091874413590562 +1935 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.460091874413590562 +1936 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.468054102450840448 +1937 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.457899875343460883 +1938 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.456778715576978744 +1939 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.457963336268268129 +1940 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.462453250854801823 +1941 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.484098022941034878 +1942 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.484098022941034878 +1943 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.460269102262388319 +1944 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.465888175365361257 +1945 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.458103872838477311 +1946 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.486436238766394913 +1947 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.467071222132578012 +1948 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.280522463745039252 +1949 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.471589148494391819 +1950 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.440543090068643561 +1951 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.466007095038280028 +1952 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.447117481542723516 +1953 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.095340417105409761 +1954 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.441749128657015766 +1955 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.48878086726465575 +1956 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.458262569586093849 +1957 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.442956739521588982 +1958 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.495723634298967097 +1959 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.444165930416678068 +1960 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.45954677788095788 +1961 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.46957525648780718 +1962 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.46957525648780718 +1963 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.479719327950920094 +1964 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.471819338906025898 +1965 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.465104162426203172 +1966 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.520360871201580144 +1967 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.466299888436986554 +1968 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.453139468496481235 +1969 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.446589083540052001 +1970 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.464256927711512946 +1971 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.462045592650446035 +1972 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.479893584862882694 +1973 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.163613240789173137 +1974 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.475397368106546647 +1975 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.473157943062676001 +1976 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.473157943062676001 +1977 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.453373962765659 +1978 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.462148059021696089 +1979 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.463250887108730525 +1980 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.464457815922497574 +1981 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.472302935634413557 +1982 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.485799611688376376 +1983 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.473508484055372547 +1984 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.481393647209346964 +1985 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.116129464230108614 +1986 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.483803859624134081 +1987 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.487244407985101158 +1988 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.438512830534467934 +1989 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.198029436488459026 +1990 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.481994403250043446 +1991 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.488644702559799748 +1992 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.477714414009500876 +1993 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.483213502445303533 +1994 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.489335141452313493 +1995 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.469938151780297075 +1996 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.497429738189917758 +1997 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.388976366053837841 +1998 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.390063323179294652 +1999 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.39050898992155797 +2000 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.386858499829165536 +2001 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.457877211813394192 +2002 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.402735827369643196 +2003 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.4060962870175715 +2004 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0193327706792452911 +2005 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.392308403438553221 +2006 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.409468127528800463 +2007 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.410594631039922164 +2008 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0351048841755637331 +2009 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.416233588263895504 +2010 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.412799667795391623 +2011 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.419653547396107496 +2012 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.378187530583380616 +2013 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.480777027030782511 +2014 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.131963203821824498 +2015 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.447242908821281704 +2016 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.423098733122919901 +2017 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.485207879698670519 +2018 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.437960495533138761 +2019 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0633278775760935525 +2020 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.387599787532244999 +2021 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.387599787532244999 +2022 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.432236767973233238 +2023 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.439098796420780313 +2024 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.410881308478575513 +2025 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.428868342306482297 +2026 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.432289667144302503 +2027 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.427768661147865492 +2028 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.447135398674851747 +2029 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.433423304094416983 +2030 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.443688311537407287 +2031 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.12019938420922599 +2032 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.43797158338019293 +2033 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0577069474480743499 +2034 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.431186011272103542 +2035 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.432346977926754639 +2036 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.430092438352523254 +2037 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.436872309743032927 +2038 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.455188836413653375 +2039 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.438031460031225395 +2040 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.435767689782418699 +2041 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.446011775932438015 +2042 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.448296279445968116 +2043 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +2044 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.451740527107044376 +2045 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.423531068292633761 +2046 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.458639019733277031 +2047 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.440387442871438828 +2048 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.449467616590735308 +2049 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.426931034537195386 +2050 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.441517589995484405 +2051 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0805485294588907663 +2052 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.425883940037075581 +2053 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.454052985518192231 +2054 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4597920302667165 +2055 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.425883940037075581 +2056 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.153781052464012441 +2057 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.43597788776021662 +2058 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.427062550198528901 +2059 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.459805657368256959 +2060 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.155242129153686154 +2061 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.448408411516637184 +2062 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.449541717141150321 +2063 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.433864776993285517 +2064 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.020196595303077311 +2065 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.502032175005171721 +2066 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.427211623217386149 +2067 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.442860875153750722 +2068 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.451875596518584666 +2069 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.442860875153750722 +2070 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.458695727712452594 +2071 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.439502972586644391 +2072 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.447357152169087058 +2073 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.447357152169087058 +2074 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.444036457876645585 +2075 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0883962101750423029 +2076 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.448529529594894116 +2077 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.442976805415170927 +2078 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0899674329823075963 +2079 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.161095224867858877 +2080 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.457614356613462614 +2081 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.450878806444675151 +2082 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.455387700672750584 +2083 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.455387700672750584 +2084 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.450878806444675151 +2085 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.450878806444675151 +2086 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.444157000692344317 +2087 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.429758237443568836 +2088 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.459919224612040101 +2089 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.079979111857066118 +2090 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.445338708488509594 +2091 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.458822766590828601 +2092 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.455432903203822237 +2093 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.478280146619880497 +2094 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.508857647049569151 +2095 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +2096 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.165494530696068065 +2097 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.454357696116458765 +2098 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.438752499306056365 +2099 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.447637220621224075 +2100 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0831687474910221408 +2101 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.43553542054293326 +2102 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.446593560210975959 +2103 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.424606199660521932 +2104 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.46687889797168336 +2105 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0873747863549840798 +2106 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.460091874413590562 +2107 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.455595651058867956 +2108 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.259073434011909576 +2109 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.456717601557364239 +2110 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.169902242241640383 +2111 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.456778715576978744 +2112 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.476033304431228654 +2113 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.148562220235962134 +2114 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.129807795178078417 +2115 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.513439527987227695 +2116 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.455726774842524995 +2117 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.451270191944311616 +2118 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.445729966806921007 +2119 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +2120 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.46814580209221146 +2121 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0921523220348297173 +2122 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.476093453364925034 +2123 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.417584933087936094 +2124 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.464820899663721254 +2125 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.464820899663721254 +2126 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.479552074346371926 +2127 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.463697875765281653 +2128 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.104136130052582224 +2129 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.479552074346371926 +2130 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.095340417105409761 +2131 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.470567831774721834 +2132 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.481905893496514026 +2133 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.46279500750727276 +2134 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.472881299388360321 +2135 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.46168136305604579 +2136 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.463910045923527747 +2137 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.108870943595425054 +2138 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.46279500750727276 +2139 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.108870943595425054 +2140 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.457240600069655279 +2141 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.108870943595425054 +2142 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.519203214342752739 +2143 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0975510843475902584 +2144 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.466219818123899288 +2145 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.484266161538602968 +2146 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.487692158362934725 +2147 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.483173848714512189 +2148 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.464074341472865526 +2149 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.464074341472865526 +2150 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.521520185683642667 +2151 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.288618644045734563 +2152 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.163613240789173137 +2153 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.115194105601583482 +2154 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.456541073233143302 +2155 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0522390328251030739 +2156 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.48108644546321655 +2157 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.476593313058899071 +2158 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.108119299201694719 +2159 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.11836020311160296 +2160 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.466666016428022079 +2161 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.502783815794125233 +2162 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.109719826355934413 +2163 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.190590179524734726 +2164 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.169660452477384732 +2165 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.468203119207894924 +2166 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.486038291322309801 +2167 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.478243038089782635 +2168 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.437268874253068596 +2169 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.472952757290721282 +2170 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.478570111716157764 +2171 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.120944919533171616 +2172 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.478570111716157764 +2173 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.481009662118558667 +2174 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.494318697340762225 +2175 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.202506671452699905 +2176 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.489859215608436704 +2177 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.206994501889162241 +2178 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.496955472947784638 +2179 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.481673016532011111 +2180 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.485088647253059335 +2181 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.478563151417359389 +2182 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.491440446288692434 +2183 aapg_ad_880.html aapg_ad_880.html:458:46144:46167 Gypsum Spring DEPTH 1,110 feet 0.747563886214933526 +2184 aapg_ad_880.html aapg_ad_880.html:458:46208:46226 Sundance DEPTH 1,110 feet 0.0676012060602025344 +2185 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.374198875702611677 +2186 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.406036217790092746 +2187 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.414094356996746848 +2188 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.429938515402492283 +2189 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.429938515402492283 +2190 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.420813643173481466 +2191 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.426503733834695087 +2192 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.427650208489599781 +2193 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.421983856501260468 +2194 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.431097950577111366 +2195 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.402021925554428894 +2196 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.142122673977505137 +2197 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.457555451333636842 +2198 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.435694684676078359 +2199 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.428929839085586462 +2200 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.423312692876289309 +2201 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.417786819866466375 +2202 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.454041701910604445 +2203 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.434606918343987458 +2204 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.430132022580851703 +2205 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.446011775932438015 +2206 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.454032675125810359 +2207 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.431298300553942027 +2208 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.43919205226689878 +2209 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.448296279445968116 +2210 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.466759861116235797 +2211 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.149402951049402877 +2212 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.398291804846390152 +2213 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.452896019392303839 +2214 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.422636044308218217 +2215 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.439343057733562137 +2216 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.443889149160736518 +2217 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.416224917949125084 +2218 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.431641856483014286 +2219 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +2220 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.456416618922522499 +2221 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.448529529594894116 +2222 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0269348882327513015 +2223 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.436376287029603016 +2224 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.455387700672750584 +2225 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0915392427052175162 +2226 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.430950467279725857 +2227 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.459996458565647859 +2228 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.453234160803079433 +2229 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.464533160716817162 +2230 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.449937021729037434 +2231 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0857834587613814648 +2232 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.43333944764882032 +2233 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.447706690849008493 +2234 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.43673056212772654 +2235 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.464610795373413321 +2236 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.476033304431228654 +2237 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.469189557204259144 +2238 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.469189557204259144 +2239 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.456844361180692826 +2240 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.457963336268268129 +2241 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.100983023192014909 +2242 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.459149520620870666 +2243 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.462512479285274614 +2244 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.153067858449099647 +2245 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.104136130052582224 +2246 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.441526494258847935 +2247 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.468255854243320946 +2248 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.458262569586093849 +2249 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.456043359064104259 +2250 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.518047207450479941 +2251 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.268608617283516871 +2252 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.285914600281402476 +2253 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.471819338906025898 +2254 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.476324834178458445 +2255 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.449741594078218565 +2256 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.181699157983410492 +2257 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.47076786107370483 +2258 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.46741476224763201 +2259 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.142083423975779277 +2260 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.473157943062676001 +2261 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0522390328251030739 +2262 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.453373962765659 +2263 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.478836965338604204 +2264 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.489006291184516995 +2265 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.487926676393575676 +2266 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.441593278961416758 +2267 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.491386278060246817 +2268 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.527341893637327197 +2269 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.453626562930498967 +2270 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.474715697540505466 +2271 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.479161941644374367 +2272 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.473711493110031245 +2273 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.469302035375975646 +2274 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.118422140945812632 +2275 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.513487894691595503 +2276 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.122551699896532446 +2277 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.140615528775951348 +2278 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.495844369492250747 +2279 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.451045237181312508 +2280 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.462649175303239901 +2281 aapg_ae_182.html aapg_ae_182.html:34:4532:4545 Nacatoch DEPTH 398 feet 0.0173358628953661428 +2282 aapg_ae_182.html aapg_ae_182.html:124:15424:15437 Nacatoch DEPTH 300 feet 0.0250483611716524161 +2283 aapg_ae_295.html aapg_ae_295.html:200:22461:22469 Nacatoch THICK 380 feet 0.0544971829556762238 +2284 aapg_ae_182.html aapg_ae_182.html:124:15424:15437 Nacatoch DEPTH 1,500 feet 0.0142652504166850356 +2285 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.411722422844691849 +2286 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.439343057733562137 +2287 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.413942969460138921 +2288 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.423076903173580265 +2289 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.413951619546012173 +2290 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.42192934575662161 +2291 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.417380918090655029 +2292 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.429938515402492283 +2293 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.441419648744354465 +2294 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.441406293921039528 +2295 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.447189152172129289 +2296 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.431133173871068531 +2297 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.449440672427322663 +2298 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.445984933244691462 +2299 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.450586501765938174 +2300 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.450586501765938174 +2301 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.463271407180362194 +2302 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.241523018411413715 +2303 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.423531068292633761 +2304 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.399486757058272857 +2305 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0789806062068533904 +2306 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.442682549290708161 +2307 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.428106551564836124 +2308 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.44721379024503416 +2309 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.499769415710701548 +2310 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0688317384406363225 +2311 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.422636044308218217 +2312 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.439343057733562137 +2313 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +2314 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.449541717141150321 +2315 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0836859573023437664 +2316 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.439391917689554934 +2317 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.464405306663695727 +2318 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.074659618888527457 +2319 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.426190501535792965 +2320 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.455279223830003521 +2321 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.473653815287124913 +2322 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.448484669177164286 +2323 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.457582637906406409 +2324 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.448529529594894116 +2325 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.471336008805755435 +2326 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.442976805415170927 +2327 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.449703411954729404 +2328 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.466741549175746284 +2329 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.428567504724311155 +2330 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.161095224867858877 +2331 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.462166276497962936 +2332 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.455387700672750584 +2333 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.506576234057938057 +2334 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.465616092314337648 +2335 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.269800120815904876 +2336 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.120634996234339514 +2337 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.165494530696068065 +2338 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0946846654383641795 +2339 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.424606199660521932 +2340 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.454414135268558672 +2341 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.454414135268558672 +2342 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.462348471732962063 +2343 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.451193701085184695 +2344 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.461271782333034175 +2345 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.477204643263094197 +2346 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.455726774842524995 +2347 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.451270191944311616 +2348 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.464706706380762058 +2349 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.458031335089754243 +2350 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.440325191296006335 +2351 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.469327287552563421 +2352 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.449319433531474521 +2353 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.457068497754203162 +2354 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.442729356500441706 +2355 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.466073422560892126 +2356 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.485336482309537631 +2357 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.467194881190696076 +2358 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0437965911337355185 +2359 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.472881299388360321 +2360 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.463910045923527747 +2361 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0471724866407519303 +2362 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.45733345840955697 +2363 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.110450632498689152 +2364 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.426146701012070195 +2365 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.471962087320613732 +2366 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.184658575848812706 +2367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.475397368106546647 +2368 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.477790905452477432 +2369 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.471292292074721564 +2370 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.473508484055372547 +2371 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.497180715543366847 +2372 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.171174774377941818 +2373 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.483631144002422242 +2374 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.50871337107962189 +2375 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.472717659724808503 +2376 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.465305242494390703 +2377 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.476618776566882341 +2378 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.468051810081893893 +2379 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.498889785656845386 +2380 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.493029350908754882 +2381 aapg_af_172.html aapg_af_172.html:17:1897:1905 Nacatoch DEPTH 2,360 feet 0.017290678321703834 +2382 aapg_af_172.html aapg_af_172.html:17:1897:1905 Nacatoch DEPTH 2,180 feet 0.0146214703763886383 +2383 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.402556235390763795 +2384 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.443431749269489361 +2385 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.416311624568161565 +2386 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.410525668454925885 +2387 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.438219985696652659 +2388 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0523959467458971276 +2389 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.392664007189856556 +2390 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.438007065376213589 +2391 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.425358634701132332 +2392 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.424217090203684033 +2393 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.435668138774596203 +2394 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.427650208489599781 +2395 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.411851888872899141 +2396 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.44951252529713398 +2397 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.418659974922056588 +2398 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.425450542305663815 +2399 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.43344757972276704 +2400 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.431186011272103542 +2401 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.442575570278969321 +2402 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.432382247831122113 +2403 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.432382247831122113 +2404 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.146488400951439862 +2405 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.438031460031225395 +2406 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.458648092769168181 +2407 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.449451899065432481 +2408 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.433588832161453941 +2409 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.451740527107044376 +2410 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.426931034537195386 +2411 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.44721379024503416 +2412 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.451767539383647998 +2413 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4597920302667165 +2414 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.44497889773871091 +2415 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.458648092769168181 +2416 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.455211432419709627 +2417 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.467870731747513147 +2418 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0704227507384947021 +2419 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0730725756074669108 +2420 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.455252106655251121 +2421 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.446186272521599148 +2422 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.442860875153750722 +2423 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.431791650735233346 +2424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.45421548506785292 +2425 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0252500427953300452 +2426 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.44304146514738707 +2427 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.429758237443568836 +2428 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0269348882327513015 +2429 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.444157000692344317 +2430 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.467905110852730732 +2431 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.452003931056544739 +2432 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.477121254719662491 +2433 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.453234160803079433 +2434 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.462261924354454456 +2435 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.123689527234911514 +2436 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0946846654383641795 +2437 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.145562868830861614 +2438 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.447706690849008493 +2439 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.460091874413590562 +2440 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.43673056212772654 +2441 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.435734504938152245 +2442 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.468054102450840448 +2443 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.457963336268268129 +2444 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.45691453935984655 +2445 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.440325191296006335 +2446 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.45691453935984655 +2447 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.102559240302624061 +2448 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.460337276166031373 +2449 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.453653631411627511 +2450 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.418803403862889279 +2451 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.280522463745039252 +2452 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.460410000722277057 +2453 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.461526610478465105 +2454 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.107291970825677513 +2455 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.449521507303549339 +2456 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.180221010986994501 +2457 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.269975874369027757 +2458 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.477454856949792728 +2459 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.521520185683642667 +2460 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.471962087320613732 +2461 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.447803061502488831 +2462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.473157943062676001 +2463 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.476593313058899071 +2464 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.477790905452477432 +2465 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.475554574599736102 +2466 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.471099044200062878 +2467 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.431073735323492579 +2468 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.189105658141261984 +2469 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.482597909534674852 +2470 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.485011505687422073 +2471 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.5391141670050833 +2472 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.13059834063984932 +2473 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.364994583217901125 +2474 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.414938230881873871 +2475 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.101687395325927757 +2476 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.397995947345291534 +2477 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.426720647196584257 +2478 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.40709869095004142 +2479 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.447859095614761116 +2480 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.421983856501260468 +2481 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.475270236544520941 +2482 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.431186011272103542 +2483 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.413938644445855319 +2484 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.435738929516159335 +2485 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.053956556081389967 +2486 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.426501543042148601 +2487 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.431086943566786673 +2488 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.431097950577111366 +2489 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.425424282088950667 +2490 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.441392939290133568 +2491 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.427711626546922574 +2492 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.451787799117909672 +2493 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.437960495533138761 +2494 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.454068782805138071 +2495 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.454068782805138071 +2496 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.392338032376429113 +2497 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.435714594595624227 +2498 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.442548827459522287 +2499 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.435714594595624227 +2500 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.435767689782418699 +2501 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.422356792753443622 +2502 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.454032675125810359 +2503 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0100934580634963432 +2504 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.433588832161453941 +2505 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0134607320761341784 +2506 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.425883940037075581 +2507 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.42366648599621326 +2508 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0151445144826190588 +2509 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.421454142706894297 +2510 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.443848978138650319 +2511 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.462102516958969756 +2512 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.438271005074949593 +2513 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.443933785681361437 +2514 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0852554829068605385 +2515 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.432823232966369709 +2516 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.466718659783226908 +2517 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.451875596518584666 +2518 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.447357152169087058 +2519 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.467877607461444023 +2520 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.48062584784091128 +2521 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.407891456128391339 +2522 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0252500427953300452 +2523 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.453085363047098455 +2524 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.477121254719662491 +2525 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.484086347872667577 +2526 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0286199363218920082 +2527 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.440965692630365336 +2528 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0946846654383641795 +2529 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.452172819913734925 +2530 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.460091874413590562 +2531 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.460091874413590562 +2532 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.465787563493960222 +2533 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.463526807661379381 +2534 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0889666987458137271 +2535 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.436934331081807459 +2536 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.277834236141423774 +2537 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.457963336268268129 +2538 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0895548208843446047 +2539 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.453653631411627511 +2540 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.460337276166031373 +2541 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.469327287552563421 +2542 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0404220171778900406 +2543 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.174318611290379788 +2544 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.460337276166031373 +2545 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.442729356500441706 +2546 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.478447154667899333 +2547 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.453739353605666973 +2548 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.46944207930236781 +2549 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.456043359064104259 +2550 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.456043359064104259 +2551 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.471695028578207554 +2552 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.471754879498828661 +2553 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.137473725077042391 +2554 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.46279500750727276 +2555 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.157581664838036539 +2556 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.100127388842569345 +2557 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.465104162426203172 +2558 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.4354911853074247 +2559 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.271344429112697183 +2560 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0488609621010607301 +2561 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.522681165491187483 +2562 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.115194105601583482 +2563 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.465460653780432054 +2564 aapg_ah_889.html aapg_ah_889.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.466769017228648164 +2565 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.472399687021269332 +2566 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.507524056198405349 +2567 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.195050363818674133 +2568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.485011505687422073 +2569 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.50196539530370976 +2570 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.483995287789091233 +2571 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.461264957578887524 +2572 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.495531913985365113 +2573 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.49129679030748663 +2574 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.502848273733673135 +2575 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.103158202404667235 +2576 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.420791864948583338 +2577 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.423072537243216251 +2578 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.435661502416701596 +2579 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.448377013151321557 +2580 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0633278775760935525 +2581 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.424322003042767071 +2582 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.140669022468132343 +2583 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0545320635525082184 +2584 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.433403442682278373 +2585 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.437960495533138761 +2586 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.457555451333636842 +2587 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.427768661147865492 +2588 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.417673931766760265 +2589 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.440265166942118702 +2590 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.416615158514964445 +2591 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.252543216997241138 +2592 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.434580403200599208 +2593 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.443701699352459789 +2594 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.443701699352459789 +2595 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.433509375056355339 +2596 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.149402951049402877 +2597 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.451740527107044376 +2598 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.446052041434467972 +2599 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0134607320761341784 +2600 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.44721379024503416 +2601 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.442682549290708161 +2602 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.401880915183389198 +2603 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.470200080639580853 +2604 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.448408411516637184 +2605 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0185124334228341722 +2606 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.430461955487671633 +2607 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.464405306663695727 +2608 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.464405306663695727 +2609 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.423819399916412154 +2610 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.428242619254491974 +2611 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.074659618888527457 +2612 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.46326000708216164 +2613 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.0852554829068605385 +2614 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.441740222253796999 +2615 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.417417811248709303 +2616 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.457582637906406409 +2617 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.117583427092327206 +2618 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.434006092086238693 +2619 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.504301095690400381 +2620 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.459860167847925383 +2621 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.462166276497962936 +2622 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.45421548506785292 +2623 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.161095224867858877 +2624 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.44304146514738707 +2625 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.456561440120662909 +2626 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.507716152641192187 +2627 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.456561440120662909 +2628 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.410305882386759524 +2629 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.439778445957034858 +2630 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.453234160803079433 +2631 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0946846654383641795 +2632 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0841927049659563637 +2633 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.432144201558994134 +2634 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.454414135268558672 +2635 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.257716251658297368 +2636 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0962582997786223526 +2637 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.453292784807282967 +2638 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.450006666987963933 +2639 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.465787563493960222 +2640 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.456778715576978744 +2641 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.451270191944311616 +2642 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +2643 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.439338616046586639 +2644 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.468255854243320946 +2645 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.459294782857853967 +2646 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.156076138727027997 +2647 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.443933785681361437 +2648 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.465104162426203172 +2649 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.472943536588278923 +2650 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.477512787064485633 +2651 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.468611324772205295 +2652 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.476449805414249639 +2653 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.482092240402263728 +2654 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.477642564553472426 +2655 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.486735992068403789 +2656 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.502783815794125233 +2657 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.473413916391550615 +2658 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.474715697540505466 +2659 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.470292003998596664 +2660 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.468088488699643923 +2661 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.472952757290721282 +2662 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.483717497471580604 +2663 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.488370091705040699 +2664 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.486471360669343711 +2665 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.490837725318087337 +2666 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.127620248000605868 +2667 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % -0.396163129499247757 +2668 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.420831066107106355 +2669 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.432223543643836305 +2670 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % -0.42655631436454855 +2671 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.440247382693200906 +2672 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.388782311531588931 +2673 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.451787799117909672 +2674 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % -0.442539913358205417 +2675 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 -0.443692774120845845 +2676 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.416615158514964445 +2677 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % -0.255185224069073735 +2678 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.432421928049857018 +2679 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.433546895631176765 +2680 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % -0.240181084566722686 +2681 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.452887004013691252 +2682 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % -0.434757184965269161 +2683 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.421454142706894297 +2684 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.44948782523520614 +2685 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.451767539383647998 +2686 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % -0.477179162580930738 +2687 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % -0.0185124334228341722 +2688 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.438326464087016476 +2689 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.0852554829068605385 +2690 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.447357152169087058 +2691 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.458695727712452594 +2692 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % -0.447404197686881167 +2693 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % -0.11910884641189888 +2694 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.432977626512767833 +2695 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % -0.45421548506785292 +2696 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % -0.437408487283808822 +2697 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % -0.448632716908224927 +2698 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.456561440120662909 +2699 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.453234160803079433 +2700 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % -0.434341800582477622 +2701 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.454357696116458765 +2702 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.43333944764882032 +2703 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % -0.412726230826803764 +2704 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % -0.434536212958225976 +2705 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.097832563695472205 +2706 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 -0.464610795373413321 +2707 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % -0.097832563695472205 +2708 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.461271782333034175 +2709 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 -0.471464870791560964 +2710 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.442328228694744141 +2711 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.455726774842524995 +2712 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % -0.463636287457712182 +2713 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 -0.462512479285274614 +2714 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % -0.471543117662309108 +2715 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.460337276166031373 +2716 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % -0.461526610478465105 +2717 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % -0.177267792641373545 +2718 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB -0.454935799752899217 +2719 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % -0.107291970825677513 +2720 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % -0.467194881190696076 +2721 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % -0.518047207450479941 +2722 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.4796264052884881 +2723 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % -0.0943506778102966154 +2724 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.0969354193178254969 +2725 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % -0.483085217576718073 +2726 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 -0.447328029963478757 +2727 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.459458231015011043 +2728 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % -0.463910045923527747 +2729 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % -0.484266161538602968 +2730 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % -0.520360871201580144 +2731 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % -0.180221010986994501 +2732 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 -0.477512787064485633 +2733 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % -0.466299888436986554 +2734 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % -0.465186416944366576 +2735 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.473010388882843136 +2736 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % -0.1049204239260699 +2737 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % -0.454348666178895855 +2738 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % -0.473157943062676001 +2739 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % -0.486735992068403789 +2740 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.463250887108730525 +2741 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % -0.48108644546321655 +2742 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % -0.166634851800907424 +2743 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % -0.46887974264236626 +2744 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % -0.478990153256473372 +2745 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.472302935634413557 +2746 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % -0.480191064487370922 +2747 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % -0.469081683474137145 +2748 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % -0.499412697488954616 +2749 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m -0.0606913448221408289 +2750 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % -0.468088488699643923 +2751 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 -0.498374324087579645 +2752 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % -0.475924584215438151 +2753 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % -0.477135152254264727 +2754 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % -0.472832895737629988 +2755 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % -0.484317543793189031 +2756 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.410777836329927315 +2757 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.440254051746647612 +2758 cspg_html_3447886929 cspg_html_3447886929:132:15458:15475 Macasty CARBON 7.1 % -0.472512577150688062 +2759 cspg_html_3447886929 cspg_html_3447886929:132:15520:15540 Black Cove CARBON 1.4 % -0.460980639153810601 +2760 cspg_html_3447886929 cspg_html_3447886929:132:15458:15475 Macasty CARBON 7.1 % -0.47596853330555533 +2761 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.452003931056544739 +2762 cspg_html_1019614994 cspg_html_1019614994:251:39870:39885 Exshaw CARBON 200-300 metres -0.089272160960182978 +2763 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.449050071375940441 +2764 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.480695619561815057 +2765 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.45921987907792633 +2766 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.446018486726903363 +2767 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.443933785681361437 +2768 cspg_html_3447886929 cspg_html_3447886929:132:15520:15540 Black Cove CARBON 1.4 % -0.482150482079643117 +2769 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.48108644546321655 +2770 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.417624004674976901 +2771 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.433423304094416983 +2772 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.450586501765938174 +2773 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.452909542628234352 +2774 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.427211623217386149 +2775 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.472512577150688062 +2776 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.434341800582477622 +2777 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.455536877615232372 +2778 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.446669666957771216 +2779 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.413108595216795882 +2780 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.446146001135949044 +2781 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.461026124022890449 +2782 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.434341800582477622 +2783 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.47601017133294582 +2784 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.450836079136884949 +2785 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.458634483249725333 +2786 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.467584291252108319 +2787 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.4835517998191603 +2788 cspg_html_4376017434 cspg_html_4376017434:153:17919:17936 Baldonnel CARBON 2.0 % -0.435880527044409383 +2789 cspg_html_4376017434 cspg_html_4376017434:12:1399:1408 Baldonnel CARBON 1.0 % -0.439103236963543697 +2790 cspg_html_4376017434 cspg_html_4376017434:12:1465:1491 Pardonet CARBON 1.0 % -0.444835906435795903 +2791 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.418959896003603949 +2792 cspg_html_4376017434 cspg_html_4376017434:177:21110:21128 Pardonet CARBON 10.0 % -0.452896019392303839 +2793 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.433685955512457477 +2794 cspg_html_4376017434 cspg_html_4376017434:12:1399:1408 Baldonnel CARBON 1.0 % -0.451767539383647998 +2795 cspg_html_4376017434 cspg_html_4376017434:12:1465:1491 Pardonet CARBON 1.0 % -0.457555451333636842 +2796 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.449656248007914428 +2797 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.447404197686881167 +2798 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.47601017133294582 +2799 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.466920106770381871 +2800 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.446018486726903363 +2801 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.479893584862882694 +2802 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.458512006859490784 +2803 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.428809045611172668 +2804 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.418790363991469961 +2805 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.460953349343471763 +2806 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.424846739582848965 +2807 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.464533160716817162 +2808 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.43553542054293326 +2809 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.457899875343460883 +2810 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.466920106770381871 +2811 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.459839726029242057 +2812 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.423072537243216251 +2813 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.442542141875480355 +2814 cspg_html_6502178723 cspg_html_6502178723:175:20565:20583 Pardonet CARBON 1.5 % -0.432289667144302503 +2815 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.418959896003603949 +2816 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.426994598175165718 +2817 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.454052985518192231 +2818 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.42366648599621326 +2819 geology_html_6563863379 geology_html_6563863379:57:5516:5540 Gorge CARBON 3.9 % -0.462102516958969756 +2820 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.469028899015838996 +2821 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.444295421139491553 +2822 geology_html_6563863379 geology_html_6563863379:57:5516:5540 Gorge CARBON 3.9 % -0.470236848829719556 +2823 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.459083706416541504 +2824 cspg_html_5497811468 cspg_html_5497811468:150:19161:19197 Mount Cap CARBON 10.0 % -0.476250785622233552 +2825 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.433685955512457477 +2826 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.464405306663695727 +2827 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.428396267465174896 +2828 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.448578878596292641 +2829 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.463362613223226583 +2830 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.463396817899322633 +2831 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.455536877615232372 +2832 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.439125439995052158 +2833 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.453254453298550908 +2834 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.429938515402492283 +2835 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.442548827459522287 +2836 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.41645904352980373 +2837 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.429008912224210892 +2838 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.462102516958969756 +2839 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.452909542628234352 +2840 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.431959095961468531 +2841 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.43673056212772654 +2842 cspg_html_9541305581 cspg_html_9541305581:8:850:866 Leduc CARBON 10.0 % -0.469327287552563421 +2843 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.46279500750727276 +2844 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.450676431675374467 +2845 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 0.4 % -0.0137248477945169315 +2846 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.41645904352980373 +2847 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.426679013535527729 +2848 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.455229509631582041 +2849 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.426028449629804407 +2850 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % -0.453044786078658057 +2851 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % -0.0514126754650784876 +2852 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % -0.455387700672750584 +2853 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.455536877615232372 +2854 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % -0.0612412562309524039 +2855 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % -0.462453250854801823 +2856 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.460410000722277057 +2857 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 0.4 % -0.0583700268296453301 +2858 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.47395378155658785 +2859 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % -0.0727279352030703458 +2860 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.469602812904303279 +2861 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.433423304094416983 +2862 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.426679013535527729 +2863 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.439165406786194035 +2864 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.450586501765938174 +2865 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.470188590895520009 +2866 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.441226022634032489 +2867 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.439125439995052158 +2868 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.447556552129163121 +2869 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.485954043848796258 +2870 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.428809045611172668 +2871 cspg_html_9485413283 cspg_html_9485413283:156:19766:19786 Besa River CARBON 1.0 % -0.437953842888147871 +2872 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.442649117020085803 +2873 cspg_html_8701311807 cspg_html_8701311807:127:18842:18861 Skidegate CARBON 0.4 % -0.446110205830797302 +2874 cspg_html_9485413283 cspg_html_9485413283:156:19705:19722 Nahanni CARBON 1.0 % -0.455252106655251121 +2875 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.428396267465174896 +2876 cspg_html_8701311807 cspg_html_8701311807:127:19001:19020 Skidegate CARBON 0.4 % -0.469038078694436811 +2877 cspg_html_8701311807 cspg_html_8701311807:138:20002:20043 Skonun CARBON 2.5 % -0.462261924354454456 +2878 cspg_html_9485413283 cspg_html_9485413283:156:19766:19786 Besa River CARBON 4.0 % -0.460041893415422398 +2879 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.465744120990301047 +2880 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.449050071375940441 +2881 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.441526494258847935 +2882 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.444818034084118463 +2883 cspg_html_8701311807 cspg_html_8701311807:225:31343:31358 Honna CARBON 0.4 % -0.49337628910884479 +2884 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.483047901936257684 +2885 cspg_html_9485413283 cspg_html_9485413283:156:19705:19722 Nahanni CARBON 4.0 % -0.475258680049542748 +2886 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.477512787064485633 +2887 cspg_html_8701311807 cspg_html_8701311807:129:19154:19169 Honna CARBON 0.4 % -0.503913746830082165 +2888 cspg_html_8701311807 cspg_html_8701311807:129:19088:19103 Honna CARBON 0.4 % -0.1353443937675122 +2889 cspg_html_4794669487 cspg_html_4794669487:284:27362:27403 Tantalus CARBON 20.0 % -0.454052985518192231 +2890 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.42366648599621326 +2891 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.43720904648285841 +2892 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.471349814541787038 +2893 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.459083706416541504 +2894 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.449629298275569411 +2895 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.465186416944366576 +2896 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.48108644546321655 +2897 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.48715769815048382 +2898 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.468363626946124323 +2899 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.44497889773871091 +2900 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.427211623217386149 +2901 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.428396267465174896 +2902 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.452112016307883446 +2903 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.465705253187009671 +2904 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.46927678392355654 +2905 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.48777188725893289 +2906 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.453254453298550908 +2907 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.463465231196217298 +2908 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.399205464742715455 +2909 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.447276508327869859 +2910 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.038 % -0.442548827459522287 +2911 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.439223139625051329 +2912 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.421310320077140532 +2913 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.052 % -0.445106268068768518 +2914 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.459860167847925383 +2915 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.052 % -0.462193603410137988 +2916 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.464569693827358687 +2917 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.052 % -0.453355922590981064 +2918 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.442421809625085982 +2919 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.038 % -0.46168136305604579 +2920 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.459839726029242057 +2921 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.473413916391550615 +2922 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.038 % -0.470085189955252725 +2923 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.038 % -0.495531913985365113 +2924 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.052 % -0.500402370472918023 +2925 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % -0.426510306242507076 +2926 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % -0.429934117971200513 +2927 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.411813047275237043 +2928 cspg_html_2822917851 cspg_html_2822917851:341:42743:42758 Husky CARBON 0.8 % -0.444891759770598527 +2929 cspg_html_2822917851 cspg_html_2822917851:226:26395:26407 Canol CARBON 0.0012 % -0.431097950577111366 +2930 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 200 m -0.0410714115890523021 +2931 cspg_html_2822917851 cspg_html_2822917851:184:23594:23609 Canol CARBON 3.0 % -0.032256843292129446 +2932 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 200 m -0.0507398033978869734 +2933 cspg_html_2822917851 cspg_html_2822917851:354:45215:45234 Rat River CARBON 0.0019 % -0.136351884681598118 +2934 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.452909542628234352 +2935 cspg_html_2822917851 cspg_html_2822917851:97:16639:16649 Blackstone CARBON 9.6 % -0.470188590895520009 +2936 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.456371367070690814 +2937 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % -0.450707909241451543 +2938 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 200 m -0.0253787031828477012 +2939 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % -0.450743884934886652 +2940 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % -0.453008719186489883 +2941 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % -0.453008719186489883 +2942 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.447404197686881167 +2943 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % -0.453085363047098455 +2944 geology_html_4549662310 geology_html_4549662310:74:5797:5820 Mowry CARBON 2.0 % -0.462166276497962936 +2945 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % -0.454258371760158153 +2946 cspg_html_5881057557 cspg_html_5881057557:15:1709:1752 Disappointment Bay CARBON 2.41 % -0.480602591853576067 +2947 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % -0.460041893415422398 +2948 cspg_html_2822917851 cspg_html_2822917851:265:30345:30363 Imperial CARBON 1.0 % -0.0207562775437694462 +2949 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % -0.461271782333034175 +2950 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 200 m -0.0404881732436468966 +2951 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % -0.467130759519596039 +2952 cspg_html_2822917851 cspg_html_2822917851:184:23371:23385 Hume CARBON 3.0 % -0.466007095038280028 +2953 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.452632356575315864 +2954 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % -0.468317764612058318 +2955 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.443933785681361437 +2956 cspg_html_5881057557 cspg_html_5881057557:70:9680:9750 Disappointment Bay CARBON 0.01 % -0.485369220602805185 +2957 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.466219818123899288 +2958 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.447556552129163121 +2959 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % -0.47076786107370483 +2960 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 1.0 % -0.468696200218799319 +2961 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % -0.473238647285217195 +2962 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % -0.480277073774662555 +2963 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.494907350500968457 +2964 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 1.0 % -0.475924584215438151 +2965 gsa_html_6423424604 gsa_html_6423424604:1306:113322:113335 Boulder Creek THICK 400 m 0.0205546509240995441 +2966 cspg_html_1644457308 cspg_html_1644457308:164:20710:20714 Toad CARBON 6.0 % -0.443688311537407287 +2967 cspg_html_1644457308 cspg_html_1644457308:10:897:921 Montney CARBON 4.7 % -0.447133159014188541 +2968 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.9 % -0.454032675125810359 +2969 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.421310320077140532 +2970 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.9 % -0.451767539383647998 +2971 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.430532356052481968 +2972 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.428396267465174896 +2973 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.469028899015838996 +2974 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.440745470442491794 +2975 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.5 % -0.469120700106755939 +2976 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.5 % -0.463435584788403632 +2977 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.460269102262388319 +2978 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.471589148494391819 +2979 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.45921987907792633 +2980 cspg_html_1644457308 cspg_html_1644457308:164:20719:20738 Grayling CARBON 6.0 % -0.4796264052884881 +2981 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.48836305156476878 +2982 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.413108595216795882 +2983 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.41645904352980373 +2984 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.446146001135949044 +2985 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.447404197686881167 +2986 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.46105569042928074 +2987 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.46687889797168336 +2988 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.481870957939069144 +2989 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.459839726029242057 +2990 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.45240931708677945 +2991 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.399205464742715455 +2992 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.428172388339105647 +2993 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.447404197686881167 +2994 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.452003931056544739 +2995 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.449050071375940441 +2996 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.477575355931223244 +2997 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.490143713980378037 +2998 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.454845446687211163 +2999 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.487075683437370066 +3000 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.445984933244691462 +3001 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.438007065376213589 +3002 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.429582389532346398 +3003 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.472512577150688062 +3004 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.434341800582477622 +3005 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.451436694283948337 +3006 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.474009171210690694 +3007 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.476028677762377117 +3008 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.465444654302008487 +3009 cspg_html_9713614580 cspg_html_9713614580:36:5817:5834 Belly River THICK 175 m 0.0599669324369273282 +3010 cspg_html_9713614580 cspg_html_9713614580:36:5715:5732 Pakowki THICK 175 m 0.00171633402633613891 +3011 cspg_html_9713614580 cspg_html_9713614580:36:5679:5699 Milk River THICK 175 m -0.00868617918509266736 +3012 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.447133159014188541 +3013 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.422487681828547068 +3014 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.426994598175165718 +3015 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.428396267465174896 +3016 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.471349814541787038 +3017 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.454475093508583283 +3018 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.447859095614761116 +3019 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.46809765859229685 +3020 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.471009336433766579 +3021 aapg_aa_24.html aapg_aa_24.html:541:64360:64370 Whitehorse THICK 2,500 feet 0.0242746935922994039 +3022 aapg_aa_24.html aapg_aa_24.html:541:64376:64387 Lewes River THICK 2,500 feet 0.37249459612257152 +3023 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.42366648599621326 +3024 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.452003931056544739 +3025 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.453292784807282967 +3026 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.48422645917649243 +3027 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.465026484605756241 +3028 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.446347375724219897 +3029 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.469809513538571255 +3030 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.473413916391550615 +3031 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.467105570135703974 +3032 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.489483165548852517 +3033 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.505421120129974422 +3034 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.485306083586240167 +3035 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.443692774120845845 +3036 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.415444905134973175 +3037 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.454068782805138071 +3038 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.426028449629804407 +3039 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.448484669177164286 +3040 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.4364582012241503 +3041 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.455658949817136283 +3042 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.477179162580930738 +3043 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.46398990802263862 +3044 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.456228838585424179 +3045 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.472399687021269332 +3046 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.485780894532253815 +3047 aapg_ad_678.html aapg_ad_678.html:31:3272:3285 Nacatoch DEPTH 1,300 feet 0.0318845801678622684 +3048 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.430461955487671633 +3049 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.418507876495596065 +3050 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.434558307819543299 +3051 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.435694684676078359 +3052 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.43911211811260753 +3053 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.410777836329927315 +3054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.413108595216795882 +3055 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.442729356500441706 +3056 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.465026484605756241 +3057 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.455028421021904994 +3058 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.474009171210690694 +3059 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.449629298275569411 +3060 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.449979706901984855 +3061 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.451193701085184695 +3062 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.495531913985365113 +3063 aapg_ae_182.html aapg_ae_182.html:267:29973:29981 Nacatoch DEPTH 2,303 feet 0.0173358628953661428 +3064 aapg_ae_182.html aapg_ae_182.html:8:1025:1038 Nacatoch DEPTH 300-400 feet 0.0371635252945789613 +3065 aapg_ae_182.html aapg_ae_182.html:63:5849:5862 Nacatoch DEPTH 2,509 feet 0.101328148959804937 +3066 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.390042206313862272 +3067 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.437151438175982732 +3068 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.445984933244691462 +3069 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.424846739582848965 +3070 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.447404197686881167 +3071 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.434083382761083048 +3072 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.465705253187009671 +3073 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.46741476224763201 +3074 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.464677018533185382 +3075 aapg_af_735.html aapg_af_735.html:172:19916:19924 Palmiste THICK 7,600 m -0.0416442398946082412 +3076 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka DEPTH 5.14 km 0.0190703285960370852 +3077 aapg_af_735.html aapg_af_735.html:172:19929:19944 Erin THICK 7,600 m -0.00607153574357712205 +3078 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.442762791672519862 +3079 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.409498265768523217 +3080 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.436832441054611387 +3081 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka CARBON 5.14 km -0.440280728439214952 +3082 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.435738929516159335 +3083 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.439165406786194035 +3084 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka CARBON 5.14 km -0.450582005503512739 +3085 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.422297898476814759 +3086 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.424643370066234593 +3087 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.436033210857306397 +3088 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.467870731747513147 +3089 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.470188590895520009 +3090 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.437647872469164423 +3091 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.471589148494391819 +3092 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.48422645917649243 +3093 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.445139789506256323 +3094 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.451193701085184695 +3095 aapg_ah_810.html aapg_ah_810.html:69:5422:5439 Edwards DEPTH 14,038 ft. 0.00502397459227056035 +3096 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.439125439995052158 +3097 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.432236767973233238 +3098 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.445984933244691462 +3099 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.421127304104932487 +3100 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.457532796484121151 +3101 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.443110589175295999 +3102 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.433149694842684174 +3103 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.468054102450840448 +3104 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.483047901936257684 +3105 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.446347375724219897 +3106 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.467584291252108319 +3107 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.483477129634449443 +3108 aapg_ai_136.html aapg_ai_136.html:104:7581:7589 Nacatoch DEPTH 2,200 feet 0.0233185283086439279 +3109 aapg_ai_846.html aapg_ai_846.html:89:12089:12099 Citronelle DEPTH .9 m 0.0317923859746223406 +3110 aapg_ai_386.html aapg_ai_386.html:54:5373:5386 Nacatoch DEPTH 1,650 feet -0.000931127725879682877 +3111 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.464405306663695727 +3112 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.436033210857306397 +3113 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.449755070503296051 +3114 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.46687889797168336 +3115 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.441226022634032489 +3116 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.439125439995052158 +3117 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.461456070409902219 +3118 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.470457490274840129 +3119 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.441526494258847935 +3120 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % -0.420878980795922841 +3121 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % -0.44505934010721393 +3122 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % -0.46105569042928074 +3123 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding -0.463362613223226583 +3124 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % -0.479521879225688563 +3125 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.441526494258847935 +3126 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % -0.453254453298550908 +3127 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % -0.451193701085184695 +3128 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % -0.472210801391301227 +3129 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.43451411861660022 +3130 cspg_html_3447886929 cspg_html_3447886929:131:15408:15419 Utica CARBON 2.7 % -0.440247382693200906 +3131 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.421310320077140532 +3132 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.373666516857334818 +3133 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.456344217050148659 +3134 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.438219985696652659 +3135 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.453180049702502807 +3136 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.44645479356367046 +3137 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.444295421139491553 +3138 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0319906913547674462 +3139 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.471589148494391819 +3140 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.493383370963238699 +3141 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.459460501338182725 +3142 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.471759483585030504 +3143 gsa_html_5773604426 gsa_html_5773604426:350:32773:32796 Wilcox DEPTH 1.6 km 0.0474425487559846232 +3144 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.445984933244691462 +3145 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.417786819866466375 +3146 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 3.0 % -0.132825461997900102 +3147 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.444891759770598527 +3148 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.437049524484892205 +3149 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 3.5 % -0.457514673015389395 +3150 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 3.0 % -0.457514673015389395 +3151 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.448484669177164286 +3152 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.463307888475886887 +3153 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.481777803377517411 +3154 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.438930071485580497 +3155 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0336764237731465785 +3156 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.455957418074169007 +3157 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.453829596260670209 +3158 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.403219175080033687 +3159 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 3.5 % -0.172981030962931437 +3160 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.457020948969305785 +3161 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.432514521719123246 +3162 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.376097562492930415 +3163 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.427062550198528901 +3164 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.456371367070690814 +3165 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.441740222253796999 +3166 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.463307888475886887 +3167 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.455387700672750584 +3168 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.434341800582477622 +3169 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0370486621812744707 +3170 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.461456070409902219 +3171 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.493383370963238699 +3172 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.449741594078218565 +3173 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.469189557204259144 +3174 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.393447617479216527 +3175 geology_html_3737252259 geology_html_3737252259:98:10500:10517 Gorge CARBON 1.5 % -0.437098264428985472 +3176 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft 0.00505698208442019893 +3177 cspg_html_4376017434 cspg_html_4376017434:158:18854:18863 Baldonnel CARBON 35.0 % -0.439165406786194035 +3178 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.442649117020085803 +3179 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.429582389532346398 +3180 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.445273887467667717 +3181 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.434165096955452467 +3182 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.463362613223226583 +3183 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.4852429512232731 +3184 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.448821175971653663 +3185 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.469152832749018645 +3186 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.447859095614761116 +3187 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.390802686169973268 +3188 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.462453250854801823 +3189 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.42773794978433255 +3190 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.456344217050148659 +3191 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.44721379024503416 +3192 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.445273887467667717 +3193 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.388337389146090617 +3194 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.43553542054293326 +3195 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.438930071485580497 +3196 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.459083706416541504 +3197 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.44371955007464603 +3198 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.492215666694549525 +3199 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.452632356575315864 +3200 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.062383134104740029 +3201 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.513945101292244244 +3202 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 1.2 % -0.444891759770598527 +3203 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.437049524484892205 +3204 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.424846739582848965 +3205 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.438219985696652659 +3206 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43060716238884611 +3207 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.454357696116458765 +3208 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 1.2 % -0.460091874413590562 +3209 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.468054102450840448 +3210 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.441321717841106853 +3211 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.392037549948620057 +3212 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.46957525648780718 +3213 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.478586352630804512 +3214 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.502783815794125233 +3215 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.464677018533185382 +3216 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.082725221177653796 +3217 gsa_html_4820340337 gsa_html_4820340337:172:16204:16221 Bradore THICK 175 m 0.017290678321703834 +3218 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.454540571750530975 +3219 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.439125439995052158 +3220 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.423116197439436237 +3221 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.362794133290706977 +3222 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft 0.0016902762572143259 +3223 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.430057253759890901 +3224 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.426028449629804407 +3225 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.458659434193013582 +3226 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.440745470442491794 +3227 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.453180049702502807 +3228 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.435354069337884009 +3229 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.44371955007464603 +3230 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.471962087320613732 +3231 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.432223543643836305 +3232 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.363996828391131011 +3233 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.424706781734201677 +3234 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.435880527044409383 +3235 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.43720904648285841 +3236 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood CARBON 1.28 % -0.0767916257570268185 +3237 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.430769996617996531 +3238 cspg_html_4769973541 cspg_html_4769973541:399:42769:42794 Burnt Jam Brook CARBON 1.0 % -0.495894089017784534 +3239 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.481777803377517411 +3240 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.434165096955452467 +3241 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0336764237731465785 +3242 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.468054102450840448 +3243 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.473856858113634927 +3244 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood CARBON 1.28 % -0.0991522719235977401 +3245 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.471009336433766579 +3246 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.464355083320625084 +3247 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill CARBON 3723.28 m -0.442682549290708161 +3248 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.441437455474761709 +3249 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.430057253759890901 +3250 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.471464870791560964 +3251 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.374881347940926479 +3252 cspg_html_5241714595 cspg_html_5241714595:108:17218:17243 Keg River CARBON 20.0 % -0.4597920302667165 +3253 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.427062550198528901 +3254 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.455211432419709627 +3255 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.438386363525214817 +3256 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % -0.451875596518584666 +3257 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % -0.0497759240720029236 +3258 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill CARBON 3.75 % -0.466727815469158758 +3259 cspg_html_5241714595 cspg_html_5241714595:408:63327:63349 Duperow CARBON 5.0 % -0.442916609041378917 +3260 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.432977626512767833 +3261 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % -0.0530497916352297219 +3262 cspg_html_5241714595 cspg_html_5241714595:492:75224:75239 Nisku CARBON 0.1 % -0.471363620495062197 +3263 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.44645479356367046 +3264 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % -0.456561440120662909 +3265 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % -0.457736710679965686 +3266 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0303051997851764565 +3267 cspg_html_5241714595 cspg_html_5241714595:160:23925:23939 Evie CARBON 5.44 % -0.491056633019370192 +3268 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.468611324772205295 +3269 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 1.0 % -0.483281151267174081 +3270 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 2.0 % -0.485663921579086111 +3271 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.45728816046118137 +3272 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.488856001939906637 +3273 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % -0.104046255504261012 +3274 cspg_html_9060847110 cspg_html_9060847110:513:65347:65368 Rocky Brook CARBON 2 m -0.460205477971118548 +3275 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.434712986404073964 +3276 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.377315167655193295 +3277 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.429424154279866799 +3278 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.428396267465174896 +3279 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.448821175971653663 +3280 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0319906913547674462 +3281 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.465705253187009671 +3282 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.469152832749018645 +3283 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.460091874413590562 +3284 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.492215666694549525 +3285 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.453829596260670209 +3286 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.463834753943271672 +3287 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.446123628906776926 +3288 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.412816947880561391 +3289 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.359193905558698345 +3290 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.440265166942118702 +3291 cspg_html_5431295472 cspg_html_5431295472:7:829:843 Joli Fou CARBON 0.92 % -0.429960502864963123 +3292 cspg_html_9485413283 cspg_html_9485413283:171:20992:21009 Nahanni CARBON 4.0 % -0.245059424224282701 +3293 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.00504308419121407819 +3294 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.442649117020085803 +3295 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.429424154279866799 +3296 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.429424154279866799 +3297 cspg_html_8701311807 cspg_html_8701311807:103:16001:16037 Yakoun CARBON 1.5 % -0.130042271730343745 +3298 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.447637220621224075 +3299 cspg_html_8701311807 cspg_html_8701311807:119:18024:18041 Longarm CARBON 0.8 % -0.465705253187009671 +3300 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.469152832749018645 +3301 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.450006666987963933 +3302 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.437927232782468367 +3303 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.463636287457712182 +3304 cspg_html_5431295472 cspg_html_5431295472:7:829:843 Joli Fou CARBON 2.25 % -0.460410000722277057 +3305 cspg_html_9485413283 cspg_html_9485413283:171:20957:20977 Besa River CARBON 4.0 % -0.263909412429492007 +3306 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.505150548331609439 +3307 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.418529603382018334 +3308 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.432382247831122113 +3309 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.421310320077140532 +3310 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.424706781734201677 +3311 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.425883940037075581 +3312 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.460980639153810601 +3313 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.44645479356367046 +3314 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.44548177794016619 +3315 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.488722172911972397 +3316 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.461271782333034175 +3317 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.395751094449415697 +3318 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.475138501585752326 +3319 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0471724866407519303 +3320 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.415113588382305221 +3321 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.439125439995052158 +3322 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.42658041474227687 +3323 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.431791650735233346 +3324 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.382199638587538471 +3325 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.47032647773667996 +3326 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.440125125196615896 +3327 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.463636287457712182 +3328 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.491049570598957486 +3329 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.461947691336281385 +3330 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0522390328251030739 +3331 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.453626562930498967 +3332 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.490435364901915971 +3333 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.416224917949125084 +3334 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.362794133290706977 +3335 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.434540631888912565 +3336 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.455211432419709627 +3337 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43060716238884611 +3338 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.48062584784091128 +3339 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.432977626512767833 +3340 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.455387700672750584 +3341 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.448821175971653663 +3342 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.439125439995052158 +3343 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0437965911337355185 +3344 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.455028421021904994 +3345 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.480960803547703208 +3346 cspg_html_2822917851 cspg_html_2822917851:339:42273:42290 Aklavik CARBON 5.6 % -0.439165406786194035 +3347 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % -0.43451411861660022 +3348 cspg_html_2822917851 cspg_html_2822917851:328:40132:40147 Husky CARBON 0.0017 % -0.442595627901035182 +3349 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0100934580634963432 +3350 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.433546895631176765 +3351 cspg_html_2822917851 cspg_html_2822917851:328:40155:40177 Martin CARBON 0.0017 % -0.455188836413653375 +3352 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m -0.44721379024503416 +3353 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.474888953093082877 +3354 cspg_html_2822917851 cspg_html_2822917851:380:49886:49903 Mt Lytton CARBON 0.0023 % -0.476033304431228654 +3355 cspg_html_2822917851 cspg_html_2822917851:328:40132:40147 Husky CARBON 0.0017 % -0.448408411516637184 +3356 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.3 % -0.123735616329318718 +3357 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43060716238884611 +3358 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.451875596518584666 +3359 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m -0.451875596518584666 +3360 geology_html_4549662310 geology_html_4549662310:74:5797:5820 Mowry CARBON 745.7 m. -0.459837454744856933 +3361 cspg_html_2822917851 cspg_html_2822917851:328:40155:40177 Martin CARBON 0.0017 % -0.462143504710773534 +3362 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.449656248007914428 +3363 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.463307888475886887 +3364 cspg_html_2822917851 cspg_html_2822917851:185:23640:23657 Ogilvie CARBON 4.5 % -0.0252500427953300452 +3365 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.3 % -0.457614356613462614 +3366 cspg_html_2822917851 cspg_html_2822917851:87:14865:14882 Road River CARBON 0.0014 % -0.0652667315125914776 +3367 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.463362613223226583 +3368 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.3 % -0.461128473443845555 +3369 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.447637220621224075 +3370 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.3 % -0.0952155874234791866 +3371 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.43673056212772654 +3372 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.440125125196615896 +3373 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % -0.461271782333034175 +3374 cspg_html_2822917851 cspg_html_2822917851:339:42393:42410 Aklavik CARBON 5.6 % -0.461390086357821749 +3375 cspg_html_2822917851 cspg_html_2822917851:342:42976:42991 Husky CARBON 2.7 % -0.461390086357821749 +3376 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m -0.466007095038280028 +3377 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.3 % -0.144907332952749851 +3378 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.452632356575315864 +3379 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % -0.466007095038280028 +3380 cspg_html_2822917851 cspg_html_2822917851:343:43193:43198 Husky CARBON 0.9 % -0.149930785337082179 +3381 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.3 % -0.111036801950645844 +3382 cspg_html_2822917851 cspg_html_2822917851:343:43202:43224 Martin CARBON 0.9 % -0.491237921935693156 +3383 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.414527021884554703 +3384 cspg_html_2822917851 cspg_html_2822917851:279:32404:32422 Imperial CARBON 1.2 % -0.0749956385588343988 +3385 cspg_html_2822917851 cspg_html_2822917851:338:42079:42096 Aklavik CARBON 3.7 % -0.488370091705040699 +3386 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.356800234726201926 +3387 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 5.5 % -0.441459714368856782 +3388 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.415340950522517127 +3389 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.444838140504144441 +3390 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.432382247831122113 +3391 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.42366648599621326 +3392 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 2.7 % -0.452927573923113447 +3393 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.446146001135949044 +3394 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 13.0 % -0.459805657368256959 +3395 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.459819284677136619 +3396 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 2.7 % -0.46328736756315686 +3397 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 3.1 % -0.466782751574986277 +3398 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0286199363218920082 +3399 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43654455097558742 +3400 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.448821175971653663 +3401 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 5.5 % -0.466965896576978678 +3402 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 3.1 % -0.469327287552563421 +3403 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 13.0 % -0.470510360514459824 +3404 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.493383370963238699 +3405 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.459839726029242057 +3406 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.482784406317177284 +3407 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.418516567191767941 +3408 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.436850160261835319 +3409 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 1.0 % -0.463362613223226583 +3410 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.374881347940926479 +3411 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.437049524484892205 +3412 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.426028449629804407 +3413 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 1.5 % -0.449541717141150321 +3414 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.458695727712452594 +3415 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 8.0 % -0.459837454744856933 +3416 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 3.0 % -0.463332970234029085 +3417 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.484086347872667577 +3418 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43654455097558742 +3419 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 1.5 % -0.457736710679965686 +3420 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 8.0 % -0.466842269540434285 +3421 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 3.0 % -0.471543117662309108 +3422 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.442519856944349921 +3423 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.464820899663721254 +3424 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.453829596260670209 +3425 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0590000151577707577 +3426 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 1.0 % -0.505322937852164866 +3427 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.49293261121873766 +3428 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.452882496357985831 +3429 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.43485884955268328 +3430 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.382199638587538471 +3431 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.434165096955452467 +3432 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.452003931056544739 +3433 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.450006666987963933 +3434 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.469230874046953295 +3435 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.463636287457712182 +3436 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.453572428394685367 +3437 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.446123628906776926 +3438 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0505498065309665512 +3439 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.500423794622032903 +3440 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.456065976475322266 +3441 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.424269545188154129 +3442 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.434712986404073964 +3443 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.433685955512457477 +3444 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.44497889773871091 +3445 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.426028449629804407 +3446 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.479475427251918496 +3447 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.462143504710773534 +3448 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.468054102450840448 +3449 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.468384265774498543 +3450 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.448534015757702353 +3451 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.404469261380374978 +3452 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0556186826721344618 +3453 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.455803649368251795 +3454 cspg_html_9713614580 cspg_html_9713614580:36:5715:5732 Pakowki THICK 450 m 0.000842531559138272996 +3455 cspg_html_9713614580 cspg_html_9713614580:36:5817:5834 Belly River THICK 450 m 0.0525005579235097164 +3456 cspg_html_9713614580 cspg_html_9713614580:36:5679:5699 Milk River THICK 450 m -0.00955486399382172828 +3457 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.435661502416701596 +3458 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.448282824521055501 +3459 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.471464870791560964 +3460 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.437049524484892205 +3461 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.427211623217386149 +3462 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.44056532751251043 +3463 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0303051997851764565 +3464 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.389569301776425903 +3465 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.47032647773667996 +3466 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.441321717841106853 +3467 cspg_html_8250755331 cspg_html_8250755331:67:11792:11810 Niobrara CARBON 2.9 % -0.452544485991732914 +3468 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.455028421021904994 +3469 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.465026484605756241 +3470 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.491805583342270869 +3471 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.456778715576978744 +3472 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.443692774120845845 +3473 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.434540631888912565 +3474 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.449433936510724996 +3475 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.423531068292633761 +3476 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.448377013151321557 +3477 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.434341800582477622 +3478 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.454357696116458765 +3479 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.453572428394685367 +3480 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0404220171778900406 +3481 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.451436694283948337 +3482 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.458348730992641562 +3483 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.404469261380374978 +3484 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.472210801391301227 +3485 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.47945452467748112 +3486 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.484233465342206626 +3487 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.412816947880561391 +3488 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.441406293921039528 +3489 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.416506742676156949 +3490 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.440265166942118702 +3491 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0100934580634963432 +3492 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.481777803377517411 +3493 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.433149694842684174 +3494 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.465641239344597002 +3495 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.450006666987963933 +3496 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.457899875343460883 +3497 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.394511746360198423 +3498 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.458348730992641562 +3499 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.458239896905506705 +3500 aapg_ad_880.html aapg_ad_880.html:79:8783:8801 Sundance THICK 85 feet 1.15213625923240714 +3501 aapg_ad_39.html aapg_ad_39.html:71:5739:5747 Nacatoch DEPTH 300-400 feet 0.00690716503256882334 +3502 aapg_ad_39.html aapg_ad_39.html:71:5701:5711 Tuscaloosa DEPTH 300-400 feet 0.0786600776070839197 +3503 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.394632643836281716 +3504 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.40371559772958876 +3505 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.407111576379738216 +3506 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.415133074492044396 +3507 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.418516567191767941 +3508 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.365200844351695697 +3509 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.42366648599621326 +3510 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.442916609041378917 +3511 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.432977626512767833 +3512 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.482931300996293389 +3513 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.434165096955452467 +3514 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0286199363218920082 +3515 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.458913519660435476 +3516 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.471501691978871318 +3517 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.454764136650290418 +3518 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.441526494258847935 +3519 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.444920804843658924 +3520 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.442729356500441706 +3521 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.47395378155658785 +3522 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.448534015757702353 +3523 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.448534015757702353 +3524 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.45728816046118137 +3525 aapg_ae_941.html aapg_ae_941.html:102:11216:11234 Nacatoch DEPTH 1,200 feet 0.0408119965625751285 +3526 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.440300736461396947 +3527 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.445984933244691462 +3528 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.435880527044409383 +3529 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.442649117020085803 +3530 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.473746101631411953 +3531 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.450707909241451543 +3532 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.462193603410137988 +3533 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.463362613223226583 +3534 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.44548177794016619 +3535 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0336764237731465785 +3536 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.441321717841106853 +3537 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.454764136650290418 +3538 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.442729356500441706 +3539 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.478702368018989743 +3540 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.404469261380374978 +3541 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.495617117624117975 +3542 aapg_af_735.html aapg_af_735.html:172:19916:19924 Palmiste THICK 25,000 ft -0.0408137375787193737 +3543 aapg_af_735.html aapg_af_735.html:172:19929:19944 Erin THICK 25,000 ft -0.00780535052261396422 +3544 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft 0.033690342106603377 +3545 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.411670641203673082 +3546 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.417786819866466375 +3547 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.457501080653503367 +3548 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.455387700672750584 +3549 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.435354069337884009 +3550 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43654455097558742 +3551 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.464533160716817162 +3552 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.455536877615232372 +3553 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.489885075161781369 +3554 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.452382285720717148 +3555 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.409485349267551424 +3556 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.491282661525563435 +3557 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.414094356996746848 +3558 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft 0.0320046076467277729 +3559 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.446750257452242616 +3560 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.346091359638631801 +3561 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.431080339422081793 +3562 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.461271782333034175 +3563 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.444856013246054061 +3564 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.441419648744354465 +3565 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0134607320761341784 +3566 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.437049524484892205 +3567 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.448484669177164286 +3568 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.460980639153810601 +3569 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.434165096955452467 +3570 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.455387700672750584 +3571 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.4852429512232731 +3572 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0303051997851764565 +3573 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.469152832749018645 +3574 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.454764136650290418 +3575 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.446123628906776926 +3576 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.498070421610056713 +3577 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.482280957733571936 +3578 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0606913448221408289 +3579 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.465890462131599792 +3580 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.489323394611266782 +3581 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.465890462131599792 +3582 aapg_ai_448.html aapg_ai_448.html:82:9862:9880 Nacatoch DEPTH -1,000 feet 0.0327021829754996912 +3583 aapg_ai_346.html aapg_ai_346.html:10:879:892 Knox Dolomite DEPTH 5,904 ft 0.0230942723531512434 +3584 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.434540631888912565 +3585 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.428896893887351471 +3586 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.423531068292633761 +3587 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.424846739582848965 +3588 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.378534170607764231 +3589 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.450707909241451543 +3590 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.462143504710773534 +3591 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.44645479356367046 +3592 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43773654922535371 +3593 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.468054102450840448 +3594 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.489885075161781369 +3595 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.452632356575315864 +3596 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.0539286538954901612 +3597 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % -0.440265166942118702 +3598 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % -0.454034931813569353 +3599 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % -0.421310320077140532 +3600 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % -0.476033304431228654 +3601 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % -0.378534170607764231 +3602 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % -0.43720904648285841 +3603 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft -0.020196595303077311 +3604 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.445273887467667717 +3605 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % -0.448821175971653663 +3606 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.43773654922535371 +3607 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % -0.442519856944349921 +3608 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % -0.465026484605756241 +3609 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 -0.46957525648780718 +3610 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.435738929516159335 +3611 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.00840994113992231743 +3612 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.429008912224210892 +3613 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.433546895631176765 +3614 cspg_html_3447886929 cspg_html_3447886929:615:71417:71441 Windsor CARBON 5.0 % -0.446029671493266278 +3615 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.491162576381923288 +3616 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.458750170743803365 +3617 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0418113941638034933 +3618 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.452172819913734925 +3619 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.462453250854801823 +3620 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.463636287457712182 +3621 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.468198533701609299 +3622 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.468198533701609299 +3623 cspg_html_2863271815 cspg_html_2863271815:90:12568:12584 Guelph CARBON 1.81 % -0.475196277624828634 +3624 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.401970646765573925 +3625 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.454587989988975094 +3626 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.454587989988975094 +3627 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.454587989988975094 +3628 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.505725319568603116 +3629 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.362794133290706977 +3630 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.429978093202176226 +3631 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.425516196002090841 +3632 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.432382247831122113 +3633 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.436898889813044922 +3634 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.444891759770598527 +3635 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.44830973456876172 +3636 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.011777050823328571 +3637 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.424706781734201677 +3638 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.425883940037075581 +3639 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0335442004664093935 +3640 cspg_html_8694594891 cspg_html_8694594891:208:21656:21674 Billings CARBON 1.0 % -0.122840547798169206 +3641 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.456416618922522499 +3642 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.492309966808552324 +3643 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.461128473443845555 +3644 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.473676885959420813 +3645 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.43654455097558742 +3646 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.473157943062676001 +3647 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.423531068292633761 +3648 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.44830973456876172 +3649 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.451767539383647998 +3650 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.427062550198528901 +3651 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.464405306663695727 +3652 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.451875596518584666 +3653 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.438386363525214817 +3654 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.4462802459552766 +3655 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0252500427953300452 +3656 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.432977626512767833 +3657 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.445273887467667717 +3658 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.494609426466897539 +3659 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.464656465989479628 +3660 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.467194881190696076 +3661 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.466384542072334651 +3662 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.417057620289536635 +3663 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0866237900027978375 +3664 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.409382023335090106 +3665 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.436810292517708865 +3666 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0219799913092776147 +3667 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.478642038078168519 +3668 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.439223139625051329 +3669 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.44830973456876172 +3670 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.441593278961416758 +3671 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.380976398796946891 +3672 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.451875596518584666 +3673 cspg_html_4376017434 cspg_html_4376017434:158:18854:18863 Baldonnel CARBON 42.0 % -0.448484669177164286 +3674 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43060716238884611 +3675 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +3676 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.434165096955452467 +3677 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0303051997851764565 +3678 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.450006666987963933 +3679 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.486588444102287743 +3680 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.478836965338604204 +3681 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.480367741483547772 +3682 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.428824418473081392 +3683 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.365200844351695697 +3684 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.427062550198528901 +3685 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.466714081975797668 +3686 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.447404197686881167 +3687 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.444094495043231396 +3688 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0418113941638034933 +3689 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.458784199315796892 +3690 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +3691 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.461128473443845555 +3692 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.444295421139491553 +3693 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.458913519660435476 +3694 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.438930071485580497 +3695 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.465787563493960222 +3696 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.462453250854801823 +3697 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0437965911337355185 +3698 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.5167762824114982 +3699 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.426608897791606878 +3700 cspg_html_5497811468 cspg_html_5497811468:143:18032:18051 Mount Cap CARBON 0.5 % -0.435694684676078359 +3701 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0100934580634963432 +3702 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.4506269691264706 +3703 cspg_html_5497811468 cspg_html_5497811468:143:18064:18086 Saline River CARBON 0.5 % -0.462097962880594848 +3704 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.441740222253796999 +3705 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43060716238884611 +3706 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.438386363525214817 +3707 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.431791650735233346 +3708 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.382199638587538471 +3709 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.470188590895520009 +3710 cspg_html_6502178723 cspg_html_6502178723:134:17822:17830 Grayling CARBON 1.5 % -0.464450966712688929 +3711 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.455387700672750584 +3712 cspg_html_6502178723 cspg_html_6502178723:134:17835:17857 Toad CARBON 1.5 % -0.462225485866077257 +3713 cspg_html_5497811468 cspg_html_5497811468:143:18064:18086 Saline River CARBON 0.5 % -0.471382028770717776 +3714 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.455658949817136283 +3715 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.499227264098479506 +3716 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.466007095038280028 +3717 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.460487277041231158 +3718 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.449741594078218565 +3719 cspg_html_5497811468 cspg_html_5497811468:143:18032:18051 Mount Cap CARBON 0.5 % -0.479960973619786069 +3720 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0766340570337449151 +3721 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.483715163479877641 +3722 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0203286926879938275 +3723 cspg_html_9294141307 cspg_html_9294141307:241:29652:29669 Macasty CARBON 0.6 % -0.466810220907495799 +3724 cspg_html_9294141307 cspg_html_9294141307:241:29493:29525 Macasty CARBON 0.6 % -0.465641239344597002 +3725 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.438060290900437188 +3726 cspg_html_6931454858 cspg_html_6931454858:93:11439:11450 Tent Island CARBON 1.81 % -0.432567436469128874 +3727 cspg_html_6931454858 cspg_html_6931454858:94:11624:11635 Tent Island CARBON 9.75 % -0.443982888348864235 +3728 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.451875596518584666 +3729 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.490016735996709807 +3730 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.442916609041378917 +3731 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.432977626512767833 +3732 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0286199363218920082 +3733 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.461128473443845555 +3734 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.388337389146090617 +3735 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43773654922535371 +3736 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.441321717841106853 +3737 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.46814580209221146 +3738 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.480695619561815057 +3739 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.46957525648780718 +3740 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.466473780345575129 +3741 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.462255092024459469 +3742 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.482511668442046737 +3743 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.446146001135949044 +3744 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.435679199475508039 +3745 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.474133810779439169 +3746 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.443692774120845845 +3747 cspg_html_4769973541 cspg_html_4769973541:165:21426:21446 York River CARBON 0.2 % -0.449433936510724996 +3748 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.422356792753443622 +3749 cspg_html_4769973541 cspg_html_4769973541:408:43467:43487 York River CARBON 5.0 % -0.465561228542891226 +3750 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.450707909241451543 +3751 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.441740222253796999 +3752 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0418113941638034933 +3753 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.435354069337884009 +3754 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.43654455097558742 +3755 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0303051997851764565 +3756 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.458103872838477311 +3757 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.467194881190696076 +3758 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.472399687021269332 +3759 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.408228949493535942 +3760 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.467105570135703974 +3761 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.504439820085948343 +3762 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % -0.433368134539702354 +3763 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.030239106807757675 +3764 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 10.0 % -0.0318915382493003205 +3765 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0151445144826190588 +3766 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.453044786078658057 +3767 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.45421548506785292 +3768 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 10.0 % -0.0418113941638034933 +3769 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.445273887467667717 +3770 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.471349814541787038 +3771 cspg_html_5241714595 cspg_html_5241714595:13:1705:1725 Swan Hills CARBON 15.0 % -0.462193603410137988 +3772 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.463435584788403632 +3773 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.441321717841106853 +3774 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.39327390077646962 +3775 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.451436694283948337 +3776 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.468198533701609299 +3777 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.503870719216367835 +3778 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.447328029963478757 +3779 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.462877048614286357 +3780 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % -0.47076786107370483 +3781 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.450950772759007412 +3782 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % -0.473157943062676001 +3783 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.472399687021269332 +3784 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.483715163479877641 +3785 cspg_html_5241714595 cspg_html_5241714595:232:35882:35903 Slave Point CARBON 4724 ft. -0.469798028895982545 +3786 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.450836079136884949 +3787 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.415098432787898985 +3788 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % 0.0016902762572143259 +3789 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.450608983410958508 +3790 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.439391917689554934 +3791 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.454113919430063184 +3792 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.432977626512767833 +3793 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.45421548506785292 +3794 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.448632716908224927 +3795 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.385877948896478196 +3796 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.462453250854801823 +3797 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.451436694283948337 +3798 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.44371955007464603 +3799 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0666645052645467445 +3800 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.475325709854034217 +3801 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.49252218048089591 +3802 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.455803649368251795 +3803 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.415340950522517127 +3804 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.438060290900437188 +3805 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.446052041434467972 +3806 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.438219985696652659 +3807 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.377315167655193295 +3808 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.428242619254491974 +3809 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.443933785681361437 +3810 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0218809090311719648 +3811 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.459919224612040101 +3812 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.472512577150688062 +3813 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.460091874413590562 +3814 cspg_html_9485413283 cspg_html_9485413283:333:41154:41164 Besa River CARBON 4.0 % -0.257973946249547392 +3815 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.455028421021904994 +3816 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.447328029963478757 +3817 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.471754879498828661 +3818 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0616864584903875982 +3819 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.508540273236390394 +3820 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.489758135810969386 +3821 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0219799913092776147 +3822 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.477512787064485633 +3823 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.443692774120845845 +3824 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.457514673015389395 +3825 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.435880527044409383 +3826 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.4506269691264706 +3827 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.441593278961416758 +3828 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43060716238884611 +3829 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.444295421139491553 +3830 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.454475093508583283 +3831 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.461271782333034175 +3832 cspg_html_4794669487 cspg_html_4794669487:284:27362:27403 Tantalus CARBON 1.44 % -0.468054102450840448 +3833 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.461271782333034175 +3834 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.440125125196615896 +3835 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.440125125196615896 +3836 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.395751094449415697 +3837 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0454843672721947159 +3838 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.478836965338604204 +3839 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.464074341472865526 +3840 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.413013530266095219 +3841 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.449467616590735308 +3842 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.020196595303077311 +3843 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.432977626512767833 +3844 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.04677525052422285 +3845 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.387106940698944579 +3846 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.463435584788403632 +3847 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.458913519660435476 +3848 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.477179162580930738 +3849 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.451193701085184695 +3850 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.455726774842524995 +3851 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.468198533701609299 +3852 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.461601707643698789 +3853 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.453829596260670209 +3854 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.468384265774498543 +3855 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.458239896905506705 +3856 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.441392939290133568 +3857 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.433546895631176765 +3858 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.449467616590735308 +3859 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.425883940037075581 +3860 cspg_html_7182873498 cspg_html_7182873498:175:23604:23619 Eramosa CARBON 0.5 % -0.448377013151321557 +3861 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.429424154279866799 +3862 cspg_html_7182873498 cspg_html_7182873498:165:22576:22583 Eramosa CARBON 3.5 % -0.471349814541787038 +3863 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +3864 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.472512577150688062 +3865 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.45099125631104503 +3866 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.444295421139491553 +3867 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.458913519660435476 +3868 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.463435584788403632 +3869 cspg_html_7182873498 cspg_html_7182873498:165:22588:22594 Salina CARBON 3.5 % -0.0801613180081616056 +3870 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.395751094449415697 +3871 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.505035641895052567 +3872 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.467584291252108319 +3873 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.477957819287112229 +3874 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0749711363688919663 +3875 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.062383134104740029 +3876 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.321 % -0.0169396321103558976 +3877 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % -0.43911211811260753 +3878 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.7 % -0.443692774120845845 +3879 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.440265166942118702 +3880 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.7 % -0.113205801353623875 +3881 cspg_html_2822917851 cspg_html_2822917851:370:48387:48407 Richardson Mountains CARBON 0.0017 % -0.438007065376213589 +3882 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.442575570278969321 +3883 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.321 % -0.0491275968873820176 +3884 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.438093558395168947 +3885 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.482038661537539159 +3886 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.0081 % -0.0169917673336638479 +3887 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % -0.446052041434467972 +3888 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.424706781734201677 +3889 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 2.0 % -0.442682549290708161 +3890 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.44505934010721393 +3891 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 2.0 % -0.446186272521599148 +3892 cspg_html_2822917851 cspg_html_2822917851:372:48655:48678 Horton River CARBON 2.0 % -0.478307979059971577 +3893 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43060716238884611 +3894 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0235653872963641764 +3895 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.470188590895520009 +3896 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.7 % -0.461128473443845555 +3897 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.7 % -0.0936370919870241764 +3898 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.321 % -0.0354494130936665666 +3899 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % -0.460091874413590562 +3900 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0500861646985385212 +3901 cspg_html_2822917851 cspg_html_2822917851:350:44320:44346 Mount Goodenough CARBON 0.0019 % -0.456717601557364239 +3902 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.389569301776425903 +3903 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.463478914486847693 +3904 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.321 % -0.0388083006594042434 +3905 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.452382285720717148 +3906 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.441321717841106853 +3907 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.468198533701609299 +3908 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.451436694283948337 +3909 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.0081 % -0.0830723250569127825 +3910 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.7 % -0.149465569736269815 +3911 cspg_html_2822917851 cspg_html_2822917851:346:43890:43905 Husky CARBON 1.8 % -0.469648742182661783 +3912 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.0081 % -0.0522564675368267714 +3913 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.478836965338604204 +3914 cspg_html_2822917851 cspg_html_2822917851:346:43811:43836 Porcupine CARBON 1.8 % -0.533292962612642252 +3915 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.0081 % -0.0993194673697671004 +3916 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.7 % -0.125338530993604064 +3917 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.441392939290133568 +3918 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.459805657368256959 +3919 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.443732938342886629 +3920 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.4 % -0.455184317280275863 +3921 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.431791650735233346 +3922 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.383424305277047073 +3923 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.448578878596292641 +3924 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.455387700672750584 +3925 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +3926 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.447637220621224075 +3927 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0484305318686929845 +3928 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.43773654922535371 +3929 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.498070421610056713 +3930 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.4 % -0.46814580209221146 +3931 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.467016268103292775 +3932 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 1.6 % -0.469327287552563421 +3933 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.470510360514459824 +3934 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0505498065309665512 +3935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.470085189955252725 +3936 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.464677018533185382 +3937 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 1.6 % -0.491650086397892094 +3938 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.420878980795922841 +3939 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.478642038078168519 +3940 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.370030253565046874 +3941 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.424706781734201677 +3942 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.454113919430063184 +3943 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0368502653061740099 +3944 cspg_html_4176605708 cspg_html_4176605708:336:32136:32157 Fish Scales CARBON 0.44 % -0.474815026513922711 +3945 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.453044786078658057 +3946 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.470188590895520009 +3947 cspg_html_5818285590 cspg_html_5818285590:232:30228:30241 Skonun CARBON 2.5 % -0.464450966712688929 +3948 cspg_html_5818285590 cspg_html_5818285590:217:28136:28158 Kunga CARBON 4.0 % -0.439702904816710427 +3949 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.447637220621224075 +3950 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.454475093508583283 +3951 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 0.5 % -0.482921973604061416 +3952 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.455726774842524995 +3953 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.466965896576978678 +3954 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 0.5 % -0.486419849038802532 +3955 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.446123628906776926 +3956 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.47076786107370483 +3957 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.475325709854034217 +3958 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0606913448221408289 +3959 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.472998862260691488 +3960 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.417673931766760265 +3961 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.433546895631176765 +3962 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.423531068292633761 +3963 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0285868941347483252 +3964 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.448377013151321557 +3965 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0168284107080514181 +3966 cspg_html_1893593837 cspg_html_1893593837:679:48483:48508 Red Head Rapids CARBON 0.3 % -0.454089094007790295 +3967 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.454113919430063184 +3968 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.449755070503296051 +3969 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.471349814541787038 +3970 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.434165096955452467 +3971 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.385877948896478196 +3972 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.457736710679965686 +3973 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.455726774842524995 +3974 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.500385707625650822 +3975 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.472881299388360321 +3976 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.471754879498828661 +3977 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.458634483249725333 +3978 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.387764121862890498 +3979 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % 0.0209370481380516393 +3980 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.44721379024503416 +3981 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.429424154279866799 +3982 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.380976398796946891 +3983 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.440745470442491794 +3984 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.492309966808552324 +3985 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.450932780647085085 +3986 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0303051997851764565 +3987 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.448821175971653663 +3988 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.477179162580930738 +3989 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.465835581370964813 +3990 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.469382385724573914 +3991 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.47076786107370483 +3992 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.466473780345575129 +3993 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.452161559679639224 +3994 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.494517233212117768 +3995 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.408375160634021905 +3996 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.357996426480689578 +3997 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.448296279445968116 +3998 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.449541717141150321 +3999 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0218809090311719648 +4000 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.446231020576565107 +4001 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.455387700672750584 +4002 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.445273887467667717 +4003 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.471349814541787038 +4004 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0451203085338412122 +4005 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.443110589175295999 +4006 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43654455097558742 +4007 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.500385707625650822 +4008 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.45691453935984655 +4009 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.469382385724573914 +4010 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.470567831774721834 +4011 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.458239896905506705 +4012 aapg_aa_495.html aapg_aa_495.html:58:8400:8413 Nacatoch DEPTH 2,850 feet 0.0121332397728536098 +4013 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.399898181606428205 +4014 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.433387995206966137 +4015 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.478642038078168519 +4016 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.445998354490544591 +4017 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.460953349343471763 +4018 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0335442004664093935 +4019 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43060716238884611 +4020 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.387106940698944579 +4021 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.43773654922535371 +4022 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0319906913547674462 +4023 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.454475093508583283 +4024 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.450006666987963933 +4025 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.463478914486847693 +4026 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.45691453935984655 +4027 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.468384265774498543 +4028 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.46957525648780718 +4029 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.472943536588278923 +4030 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.464677018533185382 +4031 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.458239896905506705 +4032 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.487335814372290177 +4033 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.414276052949181017 +4034 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.418507876495596065 +4035 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.418503531176707688 +4036 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.00217147693343403827 +4037 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.432249992487968249 +4038 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.423076903173580265 +4039 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.435668138774596203 +4040 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.474133810779439169 +4041 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0252830771132320185 +4042 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.438060290900437188 +4043 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.030239106807757675 +4044 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.442720440658756875 +4045 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.431791650735233346 +4046 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0303051997851764565 +4047 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.458913519660435476 +4048 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.454540571750530975 +4049 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.440125125196615896 +4050 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.481870957939069144 +4051 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.456228838585424179 +4052 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.46878567237532498 +4053 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.471292292074721564 +4054 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0799615924049946469 +4055 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.496199573426924667 +4056 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.428527985695911995 +4057 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.496270632213596019 +4058 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.495617117624117975 +4059 aapg_ad_865.html aapg_ad_865.html:169:18018:18033 Ouray THICK 155 feet 0.0129429334376464592 +4060 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % 0.0126823000424950687 +4061 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.400309773979172889 +4062 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.42652126035610638 +4063 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.408375160634021905 +4064 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.435668138774596203 +4065 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.432267625462602723 +4066 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.420012527736359387 +4067 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.421183948195739455 +4068 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.436929900849743147 +4069 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.443732938342886629 +4070 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.44830973456876172 +4071 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.425883940037075581 +4072 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.428242619254491974 +4073 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.488872438533925924 +4074 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.467870731747513147 +4075 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.490016735996709807 +4076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.431791650735233346 +4077 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.490016735996709807 +4078 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.444094495043231396 +4079 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.459919224612040101 +4080 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.456561440120662909 +4081 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.457736710679965686 +4082 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.494609426466897539 +4083 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.43773654922535371 +4084 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.44548177794016619 +4085 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0370486621812744707 +4086 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.442519856944349921 +4087 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.398234329359601957 +4088 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.47076786107370483 +4089 aapg_ae_182.html aapg_ae_182.html:268:30087:30095 Nacatoch THICK 102 feet 0.0187574882731169276 +4090 aapg_ae_182.html aapg_ae_182.html:8:1025:1038 Nacatoch DEPTH 1,800 feet 0.0244033457233374246 +4091 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.410519203459802418 +4092 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.00382181610432916728 +4093 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.416263934973035432 +4094 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.474133810779439169 +4095 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.443688311537407287 +4096 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.447153316157111791 +4097 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.011777050823328571 +4098 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.455387700672750584 +4099 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.440125125196615896 +4100 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.441321717841106853 +4101 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.468198533701609299 +4102 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.466007095038280028 +4103 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.446123628906776926 +4104 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.466473780345575129 +4105 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.490143713980378037 +4106 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.405720913773072511 +4107 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.474817336624659858 +4108 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.429351638607468944 +4109 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.43344757972276704 +4110 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.477512787064485633 +4111 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.431219036147121426 +4112 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.444891759770598527 +4113 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.432514521719123246 +4114 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.451787799117909672 +4115 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.454089094007790295 +4116 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.428242619254491974 +4117 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.455279223830003521 +4118 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.431791650735233346 +4119 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0235653872963641764 +4120 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0418113941638034933 +4121 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.448578878596292641 +4122 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.471349814541787038 +4123 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.481870957939069144 +4124 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.452161559679639224 +4125 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.409485349267551424 +4126 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.49729928854529093 +4127 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.486422190409221522 +4128 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.356227172760506694 +4129 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.385793824488239734 +4130 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.426608897791606878 +4131 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0016763787815964029 +4132 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.441392939290133568 +4133 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.442542141875480355 +4134 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.430057253759890901 +4135 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.438093558395168947 +4136 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.482038661537539159 +4137 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.446052041434467972 +4138 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.4506269691264706 +4139 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.450707909241451543 +4140 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0252500427953300452 +4141 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.457614356613462614 +4142 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0269348882327513015 +4143 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +4144 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.434165096955452467 +4145 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.04677525052422285 +4146 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.453292784807282967 +4147 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.44371955007464603 +4148 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.396991952837026985 +4149 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0437965911337355185 +4150 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.48777188725893289 +4151 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.461947691336281385 +4152 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.475325709854034217 +4153 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.461046592969278191 +4154 aapg_ai_409.html aapg_ai_409.html:106:11735:11753 Nacatoch THICK 150 feet 0.0051976984001821944 +4155 aapg_ai_398.html aapg_ai_398.html:73:9835:9848 Nacatoch THICK 300 feet 0.0121332397728536098 +4156 aapg_ai_398.html aapg_ai_398.html:234:25164:25184 Nacatoch DEPTH 906 feet 0.0215888803557360183 +4157 aapg_ai_398.html aapg_ai_398.html:73:9854:9867 Nacatoch THICK 300 feet 0.0284303796335886733 +4158 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.431113360606789509 +4159 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.441419648744354465 +4160 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0252830771132320185 +4161 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.0100934580634963432 +4162 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.459805657368256959 +4163 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.442762791672519862 +4164 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.456416618922522499 +4165 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.389569301776425903 +4166 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.465787563493960222 +4167 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.46814580209221146 +4168 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.464820899663721254 +4169 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.470510360514459824 +4170 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.503870719216367835 +4171 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.446123628906776926 +4172 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.455028421021904994 +4173 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.448534015757702353 +4174 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.474133810779439169 +4175 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.465561228542891226 +4176 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.482511668442046737 +4177 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.472998862260691488 +4178 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % -0.433423304094416983 +4179 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.418842524529568605 +4180 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % -0.00672648739931064853 +4181 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % -0.478642038078168519 +4182 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % -0.422356792753443622 +4183 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % -0.431344541193885822 +4184 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % -0.4506269691264706 +4185 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % -0.455279223830003521 +4186 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % -0.434165096955452467 +4187 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.457736710679965686 +4188 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % -0.474842748246669499 +4189 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % -0.448821175971653663 +4190 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % -0.464610795373413321 +4191 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % -0.0500861646985385212 +4192 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % -0.462453250854801823 +4193 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % -0.394511746360198423 +4194 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % -0.459294782857853967 +\. + + +-- +-- Name: mid; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- + +SELECT pg_catalog.setval('mid', 16626, true); + + +-- +-- Data for Name: model; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY model (mid, value) FROM stdin; +1 -1.57663117656521168 +2 -1.51332145875094071 +3 -1.40780785794300334 +4 -1.40661014111733262 +5 -1.39186740499140016 +6 -1.38656466461450756 +7 -1.38066384871205505 +8 -1.37291652995968705 +9 -1.34521135235412093 +10 -1.34271789525825103 +11 -1.32092527941804194 +12 -1.29861376514631099 +13 -1.29345822482570028 +14 -1.26111343949878041 +15 -1.21851565583990018 +16 -1.21410090280931415 +17 -1.20568767429799029 +18 -1.20219034465818608 +19 -1.19129424707078879 +20 -1.16252159392706766 +21 -1.15320406341956438 +22 -1.14185838589804622 +23 -1.11964292070317883 +24 -1.1184721878660564 +25 -1.11675736527456659 +26 -1.09602476906673418 +27 -1.09146247826532017 +28 -1.07759393142305293 +29 -1.0653686719965676 +30 -1.00821423677406918 +31 -0.959211330733978351 +32 -0.954928162487467924 +33 -0.954638344254473137 +34 -0.945829546814075939 +35 -0.944704614126194331 +36 -0.940858481870466945 +37 -0.935768917944332479 +38 -0.925344645978450453 +39 -0.924461953675910331 +40 -0.921185953181262063 +41 -0.910353436388728454 +42 -0.908365639838307093 +43 -0.904292213419175317 +44 -0.900629056993713872 +45 -0.900103954591663813 +46 -0.89950069559420609 +47 -0.894186956289154788 +48 -0.891200035727632289 +49 -0.890159211363889868 +50 -0.887967740642861658 +51 -0.884345460763434454 +52 -0.882146763591394878 +53 -0.879458844499377168 +54 -0.878414173485367877 +55 -0.875007123926867192 +56 -0.872690120230277366 +57 -0.868878261978938693 +58 -0.864405573657379689 +59 -0.86185720374405872 +60 -0.861571118640628741 +61 -0.860991213087933804 +62 -0.85751998541635599 +63 -0.838120003673072933 +64 -0.833466066849338105 +65 -0.833263716186264047 +66 -0.830589167129688111 +67 -0.83030264155922251 +68 -0.824854439687790375 +69 -0.822767965526702283 +70 -0.821836232072014505 +71 -0.81466481558102144 +72 -0.810016521379413046 +73 -0.809418423134964704 +74 -0.797167174633156339 +75 -0.795606274523223078 +76 -0.789352344966719688 +77 -0.785010752642351539 +78 -0.768807158139584335 +79 -0.757888321818024679 +80 -0.755798695771821682 +81 -0.747074730755070471 +82 -0.744735466664026347 +83 -0.743510431221868662 +84 -0.726818249951337036 +85 -0.725937222878045074 +86 -0.725872010199979822 +87 -0.721245963838533344 +88 -0.718932565918094069 +89 -0.716936084796850559 +90 -0.716164921542747135 +91 -0.713690616258855659 +92 -0.713585061554729005 +93 -0.704202531269695786 +94 -0.703673177686149121 +95 -0.699022121758606674 +96 -0.696120320084075872 +97 -0.692395001693661305 +98 -0.687107360928092659 +99 -0.686883229547141205 +100 -0.686171427068836937 +101 -0.686113166922188933 +102 -0.685472644613931981 +103 -0.682184820080122822 +104 -0.679720512234057384 +105 -0.676189104845688949 +106 -0.67539816946408171 +107 -0.672934777052721422 +108 -0.672381913559379374 +109 -0.672063623469986826 +110 -0.666854395468786776 +111 -0.66304339344823271 +112 -0.662090299677510319 +113 -0.66154923289120493 +114 -0.658682595958559713 +115 -0.655019640649673773 +116 -0.654185906862416289 +117 -0.653382392315316585 +118 -0.652684832848245855 +119 -0.652635242789035508 +120 -0.651559732931956126 +121 -0.64903645481613359 +122 -0.64804190888154023 +123 -0.647726159452721939 +124 -0.647066161900933579 +125 -0.646779781346124127 +126 -0.646259394945382093 +127 -0.644279745239789037 +128 -0.640767332551765767 +129 -0.638134683748455611 +130 -0.636086992043307875 +131 -0.635267325845982889 +132 -0.634641841600036893 +133 -0.63434635355725455 +134 -0.633681963184119623 +135 -0.633381208244933713 +136 -0.633256404648230298 +137 -0.628659905497776728 +138 -0.628271182260315308 +139 -0.62773070791146679 +140 -0.627646296372408097 +141 -0.627376247615757832 +142 -0.627215955280950199 +143 -0.627027588233879829 +144 -0.626999478079938166 +145 -0.626496496417080717 +146 -0.626308322059532241 +147 -0.626050015400050119 +148 -0.624462950242814951 +149 -0.624446145372138273 +150 -0.624154924591497129 +151 -0.623209286805698093 +152 -0.62169554842025232 +153 -0.621321802515652499 +154 -0.619823224736719913 +155 -0.617201382013449318 +156 -0.616353577930573548 +157 -0.616320351295649882 +158 -0.615927287208023699 +159 -0.614981501469167746 +160 -0.614489746725974673 +161 -0.614459368513906368 +162 -0.614252278825094589 +163 -0.614094930866891153 +164 -0.613733438087286864 +165 -0.612504077556983884 +166 -0.611703099784752902 +167 -0.611516058945008267 +168 -0.610263046150902544 +169 -0.609700453210255566 +170 -0.609631874505187299 +171 -0.605722759223427776 +172 -0.60366322762884006 +173 -0.602798668850723529 +174 -0.602429235817162123 +175 -0.602407510336585905 +176 -0.60207356315775884 +177 -0.601788608152285853 +178 -0.601213611952146176 +179 -0.601113305601679304 +180 -0.600942545646879545 +181 -0.600216587348769925 +182 -0.599632014895228105 +183 -0.598593935565117419 +184 -0.597829840551836522 +185 -0.597400895195040027 +186 -0.5971231597717781 +187 -0.596479113413621365 +188 -0.596220577120371242 +189 -0.595927141801878113 +190 -0.595617682010819882 +191 -0.595337935699841392 +192 -0.59526532678325994 +193 -0.593962283482899367 +194 -0.593565115964892254 +195 -0.593329064500992431 +196 -0.593044830851331417 +197 -0.592685674490604941 +198 -0.592115138942199803 +199 -0.592085686726090743 +200 -0.591467463379673708 +201 -0.590593205949636602 +202 -0.590248601594227207 +203 -0.588687885559713076 +204 -0.588365483646368093 +205 -0.587665212180099594 +206 -0.585555109981813038 +207 -0.585231421498597415 +208 -0.585035154895877541 +209 -0.584340683361790014 +210 -0.583699803336874656 +211 -0.583302841860686039 +212 -0.58279504121864012 +213 -0.582390636384924054 +214 -0.582200404474993105 +215 -0.582129080078408023 +216 -0.58161152311382347 +217 -0.581519140172823468 +218 -0.58132913138456499 +219 -0.580284950398032739 +220 -0.580261236042342698 +221 -0.579992526149869292 +222 -0.579221182832164616 +223 -0.5790817418394969 +224 -0.579039651572662462 +225 -0.577250383216553975 +226 -0.576875207338660934 +227 -0.57656314156282007 +228 -0.575612013492023733 +229 -0.575360677480450056 +230 -0.575072791969001074 +231 -0.574944587671217699 +232 -0.574230707789738837 +233 -0.572429418028121972 +234 -0.571897688892080036 +235 -0.571288226734352644 +236 -0.571283019782482082 +237 -0.57109299067817787 +238 -0.570070780118502762 +239 -0.569639422714107058 +240 -0.568186056762463698 +241 -0.568113461800274555 +242 -0.567631400662964136 +243 -0.56759512892032693 +244 -0.567582175147927859 +245 -0.567046083479415541 +246 -0.566958066063255939 +247 -0.566818294719702243 +248 -0.566337057397332311 +249 -0.565876804418802948 +250 -0.565484000396018427 +251 -0.564967462598419567 +252 -0.56475320255670991 +253 -0.564121100452692037 +254 -0.563718892855249121 +255 -0.563049019091698022 +256 -0.562915115060334648 +257 -0.562024737162808874 +258 -0.561176500628002617 +259 -0.560832334187273629 +260 -0.558878150159528131 +261 -0.558714246231210465 +262 -0.558140858526077199 +263 -0.557619039130980987 +264 -0.557565342581979539 +265 -0.557097574522704697 +266 -0.55662753760123751 +267 -0.555443502484606277 +268 -0.555336416827354684 +269 -0.555318570666812006 +270 -0.55511719268654236 +271 -0.554862359388640258 +272 -0.554740069361427834 +273 -0.554638175838920056 +274 -0.553731916678017022 +275 -0.552887712389399821 +276 -0.552796227636201509 +277 -0.552232311001422227 +278 -0.552148520685517896 +279 -0.551757619267361221 +280 -0.551420181547457977 +281 -0.551141208884428524 +282 -0.550558227109156473 +283 -0.550502486626713639 +284 -0.550076964222812714 +285 -0.549355629663086376 +286 -0.548308989326978025 +287 -0.548127108805273044 +288 -0.547965472954526023 +289 -0.547824069148446502 +290 -0.547488338125502794 +291 -0.547407582358977129 +292 -0.547341974470219927 +293 -0.547276372113012166 +294 -0.546898004914589619 +295 -0.546741666837041174 +296 -0.546393801158679415 +297 -0.546212367663867049 +298 -0.546061205344166023 +299 -0.54586473814104286 +300 -0.54527814992032031 +301 -0.545230335988890591 +302 -0.545149813883089585 +303 -0.545003888735479558 +304 -0.5448680519063549 +305 -0.54482780849489254 +306 -0.544727209038712523 +307 -0.544538619976151161 +308 -0.544023375336926573 +309 -0.543872636256133912 +310 -0.543852539907518029 +311 -0.543696810713627299 +312 -0.543480850570072338 +313 -0.543420593261324192 +314 -0.542818275194568489 +315 -0.542748034927225897 +316 -0.542697867164170455 +317 -0.542680309206205136 +318 -0.54266776804861816 +319 -0.542657735267116692 +320 -0.542331739790784084 +321 -0.542236474415551228 +322 -0.542066028426528623 +323 -0.54157995958434324 +324 -0.541549903360358909 +325 -0.541534875680147465 +326 -0.541504821183199203 +327 -0.541502316693752039 +328 -0.541254411797135182 +329 -0.540781356104119038 +330 -0.54065125318590268 +331 -0.540593714536710457 +332 -0.540548687228767033 +333 -0.540443633543924995 +334 -0.54033109160706283 +335 -0.540313586531902534 +336 -0.539938571420675806 +337 -0.539926073996951694 +338 -0.539708650607828577 +339 -0.539641186601440559 +340 -0.53956373506098565 +341 -0.539438829284106802 +342 -0.539373886114287493 +343 -0.539249010462475864 +344 -0.53921404882974977 +345 -0.539184082951756793 +346 -0.53916160929176804 +347 -0.539159112258036477 +348 -0.5391141670050833 +349 -0.53873473157376317 +350 -0.538647387456950844 +351 -0.538592490396480272 +352 -0.538415348694399332 +353 -0.538285636363882714 +354 -0.538175896445411972 +355 -0.538145970027656295 +356 -0.538128513475183423 +357 -0.538071158952320494 +358 -0.538048717013721811 +359 -0.537697209987538338 +360 -0.537557647803902583 +361 -0.537515285596005365 +362 -0.537507810148310394 +363 -0.537119184394947768 +364 -0.537074355269344883 +365 -0.537019567571623169 +366 -0.536885104788757839 +367 -0.536880125125266283 +368 -0.536850247803534852 +369 -0.536775559442618677 +370 -0.536760622617742822 +371 -0.536750664891380236 +372 -0.536745686075263517 +373 -0.536322601319043413 +374 -0.536123580939976141 +375 -0.535922123825121499 +376 -0.535755525222579854 +377 -0.535685912318529134 +378 -0.535653594123317922 +379 -0.535641164399684566 +380 -0.535626248989032439 +381 -0.535586475934947126 +382 -0.53556659015745911 +383 -0.535564104470405589 +384 -0.535467168763977819 +385 -0.535233577629702584 +386 -0.534980184332239483 +387 -0.534905672317252501 +388 -0.534711973869635315 +389 -0.534612659696529158 +390 -0.534563007276694369 +391 -0.534433925539896548 +392 -0.534404140431555263 +393 -0.534399176355627503 +394 -0.534389248297020059 +395 -0.534384284314339153 +396 -0.534297419648117833 +397 -0.534195675997884201 +398 -0.534036882727853657 +399 -0.533838435832596936 +400 -0.533612762811908059 +401 -0.533451607074516998 +402 -0.533362365664349691 +403 -0.533292962612642252 +404 -0.533265698787607878 +405 -0.533203739029763146 +406 -0.533064966710449895 +407 -0.532785017785225579 +408 -0.532782540801355897 +409 -0.532463074593008123 +410 -0.532411080615004306 +411 -0.532299676395202925 +412 -0.532297200923133929 +413 -0.532247693099860419 +414 -0.532203138693779554 +415 -0.532128886896152564 +416 -0.532099188117762467 +417 -0.532074439982739511 +418 -0.532042268558184261 +419 -0.532029895279770626 +420 -0.531782470110902294 +421 -0.531559853209990441 +422 -0.531176603287750737 +423 -0.531149411913428127 +424 -0.531144468126907077 +425 -0.531092560220712384 +426 -0.531045598838781663 +427 -0.531030769503772371 +428 -0.531003583106429478 +429 -0.53096651224127478 +430 -0.530934385553162524 +431 -0.530917087103741081 +432 -0.530907202444096393 +433 -0.530867665031564018 +434 -0.530860251985087128 +435 -0.530855309992410929 +436 -0.530847897060857665 +437 -0.530845426098995876 +438 -0.530704593934502422 +439 -0.530541556190852304 +440 -0.530511916546461348 +441 -0.530339040575023124 +442 -0.530260024038875954 +443 -0.530185953144556299 +444 -0.530116826514423822 +445 -0.530030426648486097 +446 -0.529993400998311714 +447 -0.529939099818829917 +448 -0.529921822945652266 +449 -0.529909482550945055 +450 -0.529889738316304926 +451 -0.529845315574195008 +452 -0.52977128316452915 +453 -0.529741672123131613 +454 -0.529697257620416972 +455 -0.52968245333528241 +456 -0.529576363991167476 +457 -0.529201463420033047 +458 -0.5291422846743008 +459 -0.529120093774679834 +460 -0.529043663170736922 +461 -0.529041197789095863 +462 -0.528913008423314679 +463 -0.52884399189542497 +464 -0.528735549389655501 +465 -0.52868872649109433 +466 -0.528646834642926389 +467 -0.528609873070103653 +468 -0.52857784108893946 +469 -0.528491607516559103 +470 -0.528449725993298092 +471 -0.528346263395685911 +472 -0.528203408470760083 +473 -0.528065503775656198 +474 -0.527981787518058798 +475 -0.527760227915120561 +476 -0.527696233221551458 +477 -0.527637165735992397 +478 -0.527533808118824665 +479 -0.52748951608017125 +480 -0.527450147435251093 +481 -0.527386177513772925 +482 -0.527361575057978094 +483 -0.527341893637327197 +484 -0.527317292541432114 +485 -0.527312372412902963 +486 -0.527218895711068947 +487 -0.527118051498324247 +488 -0.526687761476565042 +489 -0.526682845210763695 +490 -0.52661647857208993 +491 -0.526550117424851694 +492 -0.526488676813224865 +493 -0.526432155606555985 +494 -0.526380552765052467 +495 -0.52633386733968035 +496 -0.526292098472070813 +497 -0.526255245394435356 +498 -0.526223307429491527 +499 -0.526196283990395197 +500 -0.526174174580683829 +501 -0.526156978794226848 +502 -0.526144696315186566 +503 -0.526137326917986758 +504 -0.526134870467290461 +505 -0.526093111955699966 +506 -0.525891719052246409 +507 -0.525798407761222997 +508 -0.525710017591827783 +509 -0.525547994209284663 +510 -0.525474358019549004 +511 -0.525405636997972825 +512 -0.525356554152388466 +513 -0.525341829883349765 +514 -0.525282935505076098 +515 -0.525228952783036385 +516 -0.525194602029563917 +517 -0.525179880727496329 +518 -0.525135718439006638 +519 -0.525096465108314314 +520 -0.525062120016282829 +521 -0.52503268253382207 +522 -0.525008152121826832 +523 -0.524988528331122861 +524 -0.524973810802424223 +525 -0.524968905019393639 +526 -0.524959093543132749 +527 -0.524762889154889001 +528 -0.524667256868865839 +529 -0.524576539311680246 +530 -0.524490734820595272 +531 -0.524409841823676004 +532 -0.524326506028351069 +533 -0.524262784477685595 +534 -0.52419661743740753 +535 -0.52415005870634912 +536 -0.52413535650861709 +537 -0.524079000571249454 +538 -0.524076550402591268 +539 -0.524027548595248582 +540 -0.523980999640466072 +541 -0.523939352856569007 +542 -0.523902607482957028 +543 -0.523870762848687055 +544 -0.523843818372407899 +545 -0.523821773562303528 +546 -0.52379238142074902 +547 -0.523785033552951695 +548 -0.523782584278582153 +549 -0.523704211430897515 +550 -0.523356523869947798 +551 -0.523221896444940882 +552 -0.523194973657894136 +553 -0.523121552444523408 +554 -0.523053032010557861 +555 -0.52298941110660091 +556 -0.522930688573009173 +557 -0.522876863339778231 +558 -0.522827934426438823 +559 -0.522783900941959923 +560 -0.522744762084662362 +561 -0.522710517142139341 +562 -0.522681165491187483 +563 -0.522656706597745768 +564 -0.522637140016843027 +565 -0.522622465392554192 +566 -0.522612682457966771 +567 -0.522607791035152647 +568 -0.522529532302455801 +569 -0.522409713323879976 +570 -0.522382817630519303 +571 -0.522314359909286763 +572 -0.522223906824046735 +573 -0.521981933522425168 +574 -0.521911066181719008 +575 -0.521903735432376781 +576 -0.521845091832565222 +577 -0.521784009276108129 +578 -0.52172781740276597 +579 -0.521676515192122547 +580 -0.521630101712826311 +581 -0.521605674636564709 +582 -0.521588576122501091 +583 -0.521551937667661947 +584 -0.521520185683642667 +585 -0.521493319594530602 +586 -0.521471338913109705 +587 -0.521454243240814019 +588 -0.521442032267688038 +589 -0.521434705772356399 +590 -0.52143226362200279 +591 -0.521185644429711381 +592 -0.521156348138564707 +593 -0.521134376616695261 +594 -0.521092876481792033 +595 -0.520995237504812803 +596 -0.520980592674810339 +597 -0.520965948109948673 +598 -0.520922016006052702 +599 -0.520861003152766511 +600 -0.520843920378382341 +601 -0.520809755911655681 +602 -0.52077071257321117 +603 -0.520580403270364478 +604 -0.520568205482239477 +605 -0.520526734377550149 +606 -0.520487704690452802 +607 -0.520477947562710819 +608 -0.520434041943150461 +609 -0.520395016724688131 +610 -0.520373065865948559 +611 -0.520360871201580144 +612 -0.52033160475645146 +613 -0.520307216860234956 +614 -0.520287707072120686 +615 -0.520263320497991177 +616 -0.520258443271294668 +617 -0.520058502262143341 +618 -0.519956112562984574 +619 -0.519873235140612344 +620 -0.519787929000930848 +621 -0.519619780336892378 +622 -0.519561302021001925 +623 -0.519495518957692082 +624 -0.519434613472833151 +625 -0.519378584467222626 +626 -0.519327430929987566 +627 -0.519281151938487229 +628 -0.519254360045173557 +629 -0.519239746658222034 +630 -0.519203214342752739 +631 -0.519171554333627494 +632 -0.519144766060317675 +633 -0.51914233080661254 +634 -0.519122849040162593 +635 -0.519105802878321643 +636 -0.51909362726773689 +637 -0.519086321989102428 +638 -0.519083886910843284 +639 -0.519035186880531407 +640 -0.518932926331136857 +641 -0.518835547311915057 +642 -0.51876252071496165 +643 -0.518743048065449686 +644 -0.518655426923251284 +645 -0.518643258068170687 +646 -0.518494812721360998 +647 -0.51842181676789878 +648 -0.518353693130880755 +649 -0.518178544297494659 +650 -0.518137195222364677 +651 -0.518129898545215517 +652 -0.518086119858462979 +653 -0.518047207450479941 +654 -0.518013160622119884 +655 -0.517983978761778041 +656 -0.517959661345332334 +657 -0.51794020793609219 +658 -0.517925618184756242 +659 -0.51791589182937825 +660 -0.517913460258722202 +661 -0.517911028695341225 +662 -0.517823497258333876 +663 -0.517808909601937151 +664 -0.517709234289180475 +665 -0.51767763247347176 +666 -0.517614432526960822 +667 -0.517524502610378967 +668 -0.517439442922961956 +669 -0.517359251936504783 +670 -0.517213470394106034 +671 -0.51714787722179778 +672 -0.517087147517460988 +673 -0.51703128019216904 +674 -0.517021564527098909 +675 -0.516980274244498883 +676 -0.516934128760433431 +677 -0.51689284291327231 +678 -0.516856415963551918 +679 -0.516824847258973485 +680 -0.516798136234339234 +681 -0.516793279778565484 +682 -0.5167762824114982 +683 -0.516759285399299273 +684 -0.516747144893552557 +685 -0.516739860677001617 +686 -0.516737432619300274 +687 -0.516722864425152695 +688 -0.516686445080154266 +689 -0.516584479579205613 +690 -0.516574769244968923 +691 -0.51639514894102001 +692 -0.516307780409929529 +693 -0.516293219898978473 +694 -0.516225274288262925 +695 -0.516147629098848482 +696 -0.516074843452147825 +697 -0.516031175184113566 +698 -0.516006916046122477 +699 -0.51594384566610596 +700 -0.515885631184686444 +701 -0.515832271561596056 +702 -0.515783765843611408 +703 -0.515740113164459446 +704 -0.515701312744733853 +705 -0.515674638527041984 +706 -0.515667363891819996 +707 -0.515638265999826539 +708 -0.515614018549527264 +709 -0.515594621108310891 +710 -0.515580073330138555 +711 -0.515570374955510391 +712 -0.515565525811440772 +713 -0.515461276185991024 +714 -0.515400672062564347 +715 -0.515361887786045081 +716 -0.515327953056381571 +717 -0.515267358834889722 +718 -0.515187381351415619 +719 -0.515177687643571414 +720 -0.515092872610733887 +721 -0.515051679917392979 +722 -0.515012912222461039 +723 -0.514937805052130049 +724 -0.514867549760272269 +725 -0.514845747622908356 +726 -0.514802145094443997 +727 -0.514794878232712194 +728 -0.514741589889104012 +729 -0.514685883065500116 +730 -0.514683461115880037 +731 -0.514635023631565658 +732 -0.514589010681822057 +733 -0.514557529630542243 +734 -0.514547843397291094 +735 -0.514511521045416309 +736 -0.514480042979990948 +737 -0.514475200308338154 +738 -0.514453408641096011 +739 -0.514446144881171463 +740 -0.514431617555045517 +741 -0.514414669334340768 +742 -0.51440256367763304 +743 -0.514395300369693942 +744 -0.514392879281394655 +745 -0.514237944548021519 +746 -0.51422584150886852 +747 -0.514141125252382758 +748 -0.514049157541967894 +749 -0.513962039779349844 +750 -0.513945101292244244 +751 -0.513879770414208292 +752 -0.51380234798317781 +753 -0.513729771109706412 +754 -0.513662038503922114 +755 -0.513599148962507135 +756 -0.513541101368581665 +757 -0.513487894691595503 +758 -0.513439527987227695 +759 -0.51342985498938698 +760 -0.513396000397295715 +761 -0.513357311149671536 +762 -0.513328295414127167 +763 -0.513323459558207906 +764 -0.513294445022670631 +765 -0.513270267028681393 +766 -0.513250925147667791 +767 -0.513236419036821268 +768 -0.513226748439064684 +769 -0.513221913183027123 +770 -0.513125214059079737 +771 -0.513115544774828347 +772 -0.513016441194247497 +773 -0.512840018159359756 +774 -0.512832768710544062 +775 -0.512813437160698493 +776 -0.512748196547868185 +777 -0.512668465076078217 +778 -0.512593572881881343 +779 -0.512574246975137537 +780 -0.512523518638323461 +781 -0.51245830110465973 +782 -0.512397919126235224 +783 -0.512342371634373017 +784 -0.512291657646269938 +785 -0.512245776264901864 +786 -0.512211970574180553 +787 -0.512204726678937461 +788 -0.512168508162658687 +789 -0.512137120075891294 +790 -0.51211056186394277 +791 -0.512088833057548598 +792 -0.512071933272826629 +793 -0.512059862211240779 +794 -0.512052619659571384 +795 -0.512050205489894883 +796 -0.512026064183976781 +797 -0.511994681548594954 +798 -0.511893299701262627 +799 -0.511796757208395237 +800 -0.511760556702272495 +801 -0.511705052361421386 +802 -0.511618183538216087 +803 -0.511598880603980288 +804 -0.51153614920294399 +805 -0.511458947905911177 +806 -0.511401051697550457 +807 -0.511386578283423932 +808 -0.511319039057656965 +809 -0.5112563290365294 +810 -0.511215328919673806 +811 -0.511198447113590415 +812 -0.511145392267911225 +813 -0.511097163563986379 +814 -0.511053760151644054 +815 -0.511015181265963236 +816 -0.510983837255400308 +817 -0.51098142622720033 +818 -0.510952494440722882 +819 -0.510928385396952733 +820 -0.51090909867131673 +821 -0.510894633924204866 +822 -0.510884990900938862 +823 -0.510880169431746856 +824 -0.510875347990848105 +825 -0.510822314008159251 +826 -0.510771693853916964 +827 -0.510672873014662465 +828 -0.510578883729431832 +829 -0.510489724340694284 +830 -0.510405393276880726 +831 -0.510325889052231751 +832 -0.510316252698830075 +833 -0.510301798380446758 +834 -0.510251210266653876 +835 -0.510229530598988568 +836 -0.510195807807331203 +837 -0.510181355605583309 +838 -0.51016931229809992 +839 -0.510116323839860719 +840 -0.510056113825609891 +841 -0.51000072450412981 +842 -0.509983867624673737 +843 -0.509950154901790187 +844 -0.509904404129938871 +845 -0.509868286896213663 +846 -0.509863471384815359 +847 -0.509832171247548094 +848 -0.509827355947473859 +849 -0.509796057183713014 +850 -0.509769574544015613 +851 -0.509757537262199301 +852 -0.509747907563495084 +853 -0.509731055861850857 +854 -0.509719019143331509 +855 -0.509711797196706451 +856 -0.509709389895245502 +857 -0.50968050282683186 +858 -0.509651616772093696 +859 -0.509550523561513535 +860 -0.509533675899850436 +861 -0.509454255852047955 +862 -0.509276190251657379 +863 -0.509194389232267453 +864 -0.509122218606999244 +865 -0.509117407456759818 +866 -0.509045243574172801 +867 -0.50899473261649919 +868 -0.508977896318609679 +869 -0.508915364509116785 +870 -0.508872076035541854 +871 -0.508857647049569151 +872 -0.508804742928565479 +873 -0.50875665121932967 +874 -0.50871337107962189 +875 -0.508674901751657416 +876 -0.508641242562033691 +877 -0.508612392921665157 +878 -0.508588352325726856 +879 -0.508583544290645562 +880 -0.508569120353605353 +881 -0.50855469666885833 +882 -0.508545081019182943 +883 -0.508540273236390394 +884 -0.508429701967176184 +885 -0.508331161806444776 +886 -0.508316742282437284 +887 -0.508290307143013487 +888 -0.508237439405196278 +889 -0.508194186502963996 +890 -0.508150935867965892 +891 -0.508148533121380197 +892 -0.50806444139810214 +893 -0.508016392831686092 +894 -0.507985162763473941 +895 -0.507910695830472214 +896 -0.507841039296802688 +897 -0.507776191944776634 +898 -0.507716152641192187 +899 -0.507660920337226096 +900 -0.507644111238805928 +901 -0.50764170996696123 +902 -0.507610494068331364 +903 -0.507564872954145541 +904 -0.50752645712820299 +905 -0.507524056198405349 +906 -0.507488043088870633 +907 -0.507456832997254637 +908 -0.50743042537916494 +909 -0.507416021579638388 +910 -0.507408819774050168 +911 -0.507392015805155694 +912 -0.507380013179488221 +913 -0.507372811687786252 +914 -0.507370411204501881 +915 -0.507310401388954446 +916 -0.50720959470918292 +917 -0.507113599778522772 +918 -0.507048809502615661 +919 -0.507022414920169306 +920 -0.506936038542152412 +921 -0.506854469137183239 +922 -0.506804092053788291 +923 -0.506780104045106428 +924 -0.506777705282508872 +925 -0.506715339897052641 +926 -0.506705745639774774 +927 -0.506652979214059496 +928 -0.506638588954896441 +929 -0.506576234057938057 +930 -0.506518679863000365 +931 -0.506480312624030593 +932 -0.506465925368115633 +933 -0.506417969655151956 +934 -0.506413174236720942 +935 -0.506393992840907137 +936 -0.506374811889724219 +937 -0.506336451321114045 +938 -0.506302887282198189 +939 -0.506300489902935413 +940 -0.506274119189383809 +941 -0.506250146542552182 +942 -0.506230968925011737 +943 -0.506216586003456648 +944 -0.506206997527935965 +945 -0.506202203331828748 +946 -0.506192615022918124 +947 -0.506089547715895649 +948 -0.505991286185948796 +949 -0.505897828721839415 +950 -0.505809173696845082 +951 -0.505797194015901841 +952 -0.505725319568603116 +953 -0.505675011165956922 +954 -0.50564626487896136 +955 -0.505572008253837413 +956 -0.505545660728458635 +957 -0.505502548403087726 +958 -0.505461833266380389 +959 -0.505437884120382042 +960 -0.505421120129974422 +961 -0.50541154085913309 +962 -0.505378014283088595 +963 -0.505322937852164866 +964 -0.505301387201461782 +965 -0.505272653872059108 +966 -0.505227161470617636 +967 -0.505186459859001125 +968 -0.505150548331609439 +969 -0.505145760245480191 +970 -0.505119426266013027 +971 -0.505093093122894188 +972 -0.505076336103595591 +973 -0.505071548445994001 +974 -0.505054791862070251 +975 -0.505042823080860015 +976 -0.505035641895052567 +977 -0.505033248180269401 +978 -0.504994949683397643 +979 -0.504971014020977882 +980 -0.504870491781424846 +981 -0.504836987075273025 +982 -0.504774767639582622 +983 -0.504707767311657118 +984 -0.504683839934297218 +985 -0.504624024509464753 +986 -0.504597707088455083 +987 -0.504516367608832228 +988 -0.504458956304840389 +989 -0.504439820085948343 +990 -0.50436806319393368 +991 -0.504313053776995424 +992 -0.504301095690400381 +993 -0.504238916416323235 +994 -0.50419108937386159 +995 -0.504181524295928662 +996 -0.504128918336591125 +997 -0.504081097628738206 +998 -0.504073924760045866 +999 -0.5040380613457629 +1000 -0.503999808743944788 +1001 -0.50396633916237854 +1002 -0.503961557903669144 +1003 -0.503937652022910187 +1004 -0.503913746830082165 +1005 -0.503894623171085909 +1006 -0.503880280715721773 +1007 -0.503870719216367835 +1008 -0.503865938507956024 +1009 -0.503853986857278446 +1010 -0.503751209757658858 +1011 -0.503653224825654999 +1012 -0.503560030365998723 +1013 -0.503471624767146686 +1014 -0.503464457157651313 +1015 -0.503388006501126029 +1016 -0.503349783808840101 +1017 -0.503309174123385716 +1018 -0.503235126272660094 +1019 -0.50320646435848726 +1020 -0.503165861670836323 +1021 -0.503101379122833037 +1022 -0.503041677516484542 +1023 -0.503005858609136269 +1024 -0.503001082871340155 +1025 -0.502986755822435128 +1026 -0.502936613094039808 +1027 -0.502891248467274066 +1028 -0.502850661160650247 +1029 -0.502848273733673135 +1030 -0.502814850475143738 +1031 -0.502805301219257705 +1032 -0.502783815794125233 +1033 -0.502757556583302234 +1034 -0.502738459495796319 +1035 -0.502736072390667199 +1036 -0.502719362846455242 +1037 -0.502707427663107609 +1038 -0.502700266635245141 +1039 -0.502697879639648404 +1040 -0.502633433345809233 +1041 -0.502533193471066175 +1042 -0.502509328612984252 +1043 -0.502437738142499701 +1044 -0.5023685398710237 +1045 -0.502347065714454311 +1046 -0.502261174624528683 +1047 -0.502232546229342991 +1048 -0.502180063393425136 +1049 -0.50210373062480862 +1050 -0.502101345338477723 +1051 -0.502032175005171721 +1052 -0.501974934933421491 +1053 -0.50196539530370976 +1054 -0.501903390372201885 +1055 -0.501853312833406617 +1056 -0.501846159144901716 +1057 -0.501793700638435203 +1058 -0.501760319671297306 +1059 -0.50174601395170626 +1060 -0.501736476941695764 +1061 -0.501703098265810388 +1062 -0.501664952843956957 +1063 -0.501631577031398268 +1064 -0.501624425245378647 +1065 -0.501602970255366709 +1066 -0.501579132025020247 +1067 -0.501560061931396017 +1068 -0.501545759647369804 +1069 -0.501536224927626728 +1070 -0.501531457608635822 +1071 -0.501517155815179638 +1072 -0.501414666805271692 +1073 -0.501412283489766963 +1074 -0.501316956453099594 +1075 -0.501288360466203176 +1076 -0.501269297019476978 +1077 -0.50122402307920999 +1078 -0.501135865087091292 +1079 -0.501052480963019353 +1080 -0.500997690217395153 +1081 -0.500973869275913808 +1082 -0.500900028677199516 +1083 -0.500830957900678664 +1084 -0.50076665576240853 +1085 -0.500764274296833567 +1086 -0.5007452228167526 +1087 -0.500707121160588686 +1088 -0.500652353075455747 +1089 -0.50062139878999723 +1090 -0.500602350569185339 +1091 -0.500557112785802838 +1092 -0.500516638951101323 +1093 -0.500511877452422094 +1094 -0.500480928372567968 +1095 -0.500466644568598906 +1096 -0.50044998043931721 +1097 -0.500423794622032903 +1098 -0.500402370472918023 +1099 -0.500385707625650822 +1100 -0.50037380579535129 +1101 -0.500366664778552739 +1102 -0.500364284453183039 +1103 -0.500316679369809947 +1104 -0.50029763809586858 +1105 -0.500197678525539202 +1106 -0.500192918844222678 +1107 -0.500171500613742936 +1108 -0.500102490048990767 +1109 -0.500090592251621224 +1110 -0.500012071035915828 +1111 -0.499926419938481803 +1112 -0.499897871522453907 +1113 -0.499895492531783669 +1114 -0.499852671857107467 +1115 -0.499845535291183252 +1116 -0.499769415710701548 +1117 -0.499764658466963718 +1118 -0.499698059895772539 +1119 -0.499638601366554358 +1120 -0.499631466627061815 +1121 -0.499569634767048298 +1122 -0.499517319070147847 +1123 -0.499512563259915887 +1124 -0.499460251131451871 +1125 -0.499412697488954616 +1126 -0.499400809500577303 +1127 -0.499374656520603311 +1128 -0.499369901521147685 +1129 -0.499331862498102852 +1130 -0.499298579771170536 +1131 -0.499289070663717582 +1132 -0.499270052772917139 +1133 -0.499246281017071747 +1134 -0.499227264098479506 +1135 -0.499222509936338765 +1136 -0.499213001693062597 +1137 -0.499203493557790035 +1138 -0.499198739530653746 +1139 -0.499182100648293381 +1140 -0.499079897625696711 +1141 -0.499075144300376139 +1142 -0.498982459849811322 +1143 -0.498949191010799487 +1144 -0.498932557086921302 +1145 -0.498889785656845386 +1146 -0.49880187346517274 +1147 -0.498721097423212467 +1148 -0.49871872177518084 +1149 -0.498661708243330448 +1150 -0.498640329169128094 +1151 -0.498618950640439262 +1152 -0.498607073915754984 +1153 -0.498566694311008085 +1154 -0.498533441979883141 +1155 -0.498497815946421563 +1156 -0.498433692902457426 +1157 -0.498409944871875787 +1158 -0.498374324087579645 +1159 -0.498319708491524405 +1160 -0.498291214810456184 +1161 -0.498284091541512875 +1162 -0.498269845185202676 +1163 -0.498224733320612012 +1164 -0.498184372130755504 +1165 -0.498177249769521491 +1166 -0.498148760929569168 +1167 -0.498117899111855666 +1168 -0.498091786153227578 +1169 -0.498070421610056713 +1170 -0.498068047805524272 +1171 -0.498053805119432369 +1172 -0.498041936399126195 +1173 -0.498034815247566209 +1174 -0.498032441543816373 +1175 -0.497963607057285929 +1176 -0.497863925745818725 +1177 -0.497835447546589316 +1178 -0.497778494048045861 +1179 -0.497769002174155983 +1180 -0.497678834727188768 +1181 -0.497593421871512953 +1182 -0.49756020810841417 +1183 -0.497548346368690386 +1184 -0.497522251131352733 +1185 -0.497512762155281452 +1186 -0.49743685420806627 +1187 -0.497429738189917758 +1188 -0.497365696740727614 +1189 -0.497356209534079496 +1190 -0.497304031813642022 +1191 -0.49729928854529093 +1192 -0.497251857335387848 +1193 -0.497237628494831441 +1194 -0.497218657082449167 +1195 -0.497183086839341148 +1196 -0.497180715543366847 +1197 -0.497128548725757735 +1198 -0.497104837607017958 +1199 -0.497081127157615599 +1200 -0.497066901209229584 +1201 -0.497038450035218293 +1202 -0.497000516635433987 +1203 -0.496967326315652103 +1204 -0.496955472947784638 +1205 -0.496938878513721649 +1206 -0.496915172747898759 +1207 -0.496896208616799728 +1208 -0.496881985799363712 +1209 -0.49687250405482164 +1210 -0.496867763222673786 +1211 -0.496848800161557413 +1212 -0.49674688103899195 +1213 -0.496739770863772301 +1214 -0.496649713850252028 +1215 -0.496597579989056737 +1216 -0.496557296947055582 +1217 -0.496469628762517878 +1218 -0.496386707811001693 +1219 -0.496327483565662697 +1220 -0.496322745806207055 +1221 -0.496308532687975368 +1222 -0.496270632213596019 +1223 -0.496235102069879308 +1224 -0.496199573426924667 +1225 -0.496166414713999471 +1226 -0.496107205977274979 +1227 -0.496102469458349238 +1228 -0.496085891852100558 +1229 -0.496076419080899056 +1230 -0.496043265221558505 +1231 -0.495988801002771096 +1232 -0.495958018438408699 +1233 -0.495948547106679682 +1234 -0.49593907588154873 +1235 -0.495896456687504261 +1236 -0.495894089017784534 +1237 -0.495853839651622219 +1238 -0.495844369492250747 +1239 -0.495818327103384027 +1240 -0.495787550773506447 +1241 -0.49576151014248282 +1242 -0.495740204770814097 +1243 -0.495735470317003268 +1244 -0.495723634298967097 +1245 -0.495711798447340535 +1246 -0.49570469701623765 +1247 -0.495702329885848558 +1248 -0.495631319068842169 +1249 -0.495617117624117975 +1250 -0.495531913985365113 +1251 -0.49543725338542266 +1252 -0.49539702585199169 +1253 -0.495361532565000373 +1254 -0.495347335668958499 +1255 -0.49526215931685702 +1256 -0.495226671711669675 +1257 -0.495181722890797649 +1258 -0.495106025033118957 +1259 -0.495096563279024071 +1260 -0.495035064466688546 +1261 -0.494971205064895448 +1262 -0.494968839994781917 +1263 -0.494907350500968457 +1264 -0.494850594949005074 +1265 -0.494798572382738111 +1266 -0.494751281926012032 +1267 -0.494734730892761099 +1268 -0.494708722782586374 +1269 -0.494703994121465485 +1270 -0.494670894236060144 +1271 -0.49463779564980348 +1272 -0.49462361093906354 +1273 -0.494609426466897539 +1274 -0.494585786210081368 +1275 -0.494566874481706664 +1276 -0.494552690963700137 +1277 -0.494543235417533422 +1278 -0.494538507684199602 +1279 -0.494517233212117768 +1280 -0.494415595917255202 +1281 -0.494406141907674512 +1282 -0.49433996680671366 +1283 -0.494318697340762225 +1284 -0.494264344474550199 +1285 -0.494226535849717374 +1286 -0.494139109891835016 +1287 -0.494127296267760752 +1288 -0.494103669515644217 +1289 -0.494056417995318131 +1290 -0.493978458768718154 +1291 -0.493905230900802183 +1292 -0.493867438356913824 +1293 -0.493836733160428976 +1294 -0.493772964396431202 +1295 -0.493744624269059962 +1296 -0.493713923537506649 +1297 -0.493659609592116133 +1298 -0.493626550639529649 +1299 -0.49361002164838963 +1300 -0.493565158874039067 +1301 -0.493525020516280222 +1302 -0.493513215479836842 +1303 -0.493489605901760553 +1304 -0.49345891443649581 +1305 -0.493432945605813467 +1306 -0.493411698974303814 +1307 -0.493404616882510805 +1308 -0.49339517418577894 +1309 -0.493383370963238699 +1310 -0.49337628910884479 +1311 -0.493373928503901382 +1312 -0.493300753020914584 +1313 -0.493201622149070484 +1314 -0.493196901921330588 +1315 -0.493168581108366477 +1316 -0.493107222601495088 +1317 -0.493029350908754882 +1318 -0.493022272019571606 +1319 -0.493017552793039049 +1320 -0.49293261121873766 +1321 -0.492894862146309787 +1322 -0.49285239645366713 +1323 -0.492776907152809196 +1324 -0.492765112558075979 +1325 -0.492706142050923668 +1326 -0.492640099962427858 +1327 -0.492578779781284393 +1328 -0.492526896944679549 +1329 -0.49252218048089591 +1330 -0.492519822258861151 +1331 -0.492470301114008024 +1332 -0.492423140812619287 +1333 -0.49240427742779258 +1334 -0.492380698787899029 +1335 -0.492371267515838928 +1336 -0.492342974330111982 +1337 -0.492309966808552324 +1338 -0.492293463530367514 +1339 -0.492281675671482677 +1340 -0.492258100446082036 +1341 -0.492239240738401806 +1342 -0.492225096233327442 +1343 -0.492220381450811706 +1344 -0.492215666694549525 +1345 -0.492210951964540455 +1346 -0.492187378708275225 +1347 -0.49208602118357192 +1348 -0.492074236212164284 +1349 -0.492045952949846654 +1350 -0.491989389258511933 +1351 -0.491932829344196576 +1352 -0.491897481315385909 +1353 -0.491826789682116183 +1354 -0.491810295816367427 +1355 -0.491805583342270869 +1356 -0.491796158472706857 +1357 -0.491727831303366836 +1358 -0.491664221304765947 +1359 -0.491650086397892094 +1360 -0.491602971744153683 +1361 -0.491577059800919369 +1362 -0.491567637472505425 +1363 -0.491537015628497831 +1364 -0.491508750292768526 +1365 -0.491445156732988053 +1366 -0.491440446288692434 +1367 -0.49141453931286927 +1368 -0.491400408568805069 +1369 -0.491386278060246817 +1370 -0.491360372739506945 +1371 -0.491332113292233474 +1372 -0.49129679030748663 +1373 -0.491282661525563435 +1374 -0.491237921935693156 +1375 -0.49119789377684242 +1376 -0.491183766642400599 +1377 -0.491162576381923288 +1378 -0.491131969162477144 +1379 -0.491129614806726456 +1380 -0.491106071608619299 +1381 -0.491084883288990137 +1382 -0.491075466427918716 +1383 -0.491068403850714985 +1384 -0.491056633019370192 +1385 -0.491049570598957486 +1386 -0.491047216471885206 +1387 -0.490981303565854177 +1388 -0.490971887854425804 +1389 -0.490873029192211763 +1390 -0.490837725318087337 +1391 -0.490778888791307599 +1392 -0.490698877659796917 +1393 -0.490689465081328491 +1394 -0.490604756571324518 +1395 -0.49056475826835555 +1396 -0.490524761849640001 +1397 -0.490449479583778825 +1398 -0.490435364901915971 +1399 -0.490378908520278767 +1400 -0.490355386135535809 +1401 -0.490313047484592146 +1402 -0.49031069539919736 +1403 -0.490251895380975244 +1404 -0.490195451192383946 +1405 -0.490190747679279337 +1406 -0.490143713980378037 +1407 -0.49009668288503172 +1408 -0.49007551974140473 +1409 -0.490054357124853124 +1410 -0.490016735996709807 +1411 -0.4899838188757622 +1412 -0.489965009664788731 +1413 -0.489955605215405154 +1414 -0.489932094547215424 +1415 -0.489913286480908206 +1416 -0.489899180704299886 +1417 -0.489889776983278402 +1418 -0.489885075161781369 +1419 -0.489859215608436704 +1420 -0.489758135810969386 +1421 -0.489744032608619817 +1422 -0.489661768590455182 +1423 -0.489610063852381705 +1424 -0.489603013449855795 +1425 -0.48957011234425174 +1426 -0.489483165548852517 +1427 -0.489466717154934561 +1428 -0.489438520648204034 +1429 -0.489400926759743782 +1430 -0.489335141452313493 +1431 -0.489323394611266782 +1432 -0.489250567816489013 +1433 -0.489208284150742578 +1434 -0.489182445167081981 +1435 -0.489119025533207352 +1436 -0.48908614313905685 +1437 -0.489060307863409593 +1438 -0.489006291184516995 +1439 -0.488956974601549299 +1440 -0.488952277933124901 +1441 -0.488912357297633382 +1442 -0.488872438533925924 +1443 -0.488856001939906637 +1444 -0.488837217649543798 +1445 -0.488806694061501346 +1446 -0.488799650311949607 +1447 -0.48878086726465575 +1448 -0.488759736831659075 +1449 -0.488747997928766997 +1450 -0.488743302412917968 +1451 -0.488731563736560848 +1452 -0.488724520608411594 +1453 -0.488722172911972397 +1454 -0.488710434526852255 +1455 -0.488651745027914197 +1456 -0.488644702559799748 +1457 -0.488546114119406072 +1458 -0.488508559619346305 +1459 -0.488452230972983181 +1460 -0.488370091705040699 +1461 -0.48836305156476878 +1462 -0.488278574417694344 +1463 -0.488236338984033236 +1464 -0.488198798133244793 +1465 -0.488123721391326648 +1466 -0.488107299235381487 +1467 -0.488053342950142799 +1468 -0.488025193200279928 +1469 -0.487987661646075377 +1470 -0.487982970317954234 +1471 -0.487926676393575676 +1472 -0.487870386185061844 +1473 -0.487863350170227417 +1474 -0.487818790090823073 +1475 -0.48777188725893289 +1476 -0.487748436810089392 +1477 -0.487729676915167776 +1478 -0.487692158362934725 +1479 -0.487659330983205019 +1480 -0.487638228334652091 +1481 -0.487631194234456278 +1482 -0.487607747652621382 +1483 -0.487588990851044235 +1484 -0.48757492352044407 +1485 -0.487565545428885583 +1486 -0.487560856421757394 +1487 -0.487532722920071437 +1488 -0.487431918821373489 +1489 -0.487415509978654238 +1490 -0.487335814372290177 +1491 -0.487244407985101158 +1492 -0.48715769815048382 +1493 -0.487138951235863149 +1494 -0.487108488377389182 +1495 -0.487075683437370066 +1496 -0.487007734355699329 +1497 -0.486998362492811809 +1498 -0.486942133474864536 +1499 -0.486925734041852465 +1500 -0.486881222882081688 +1501 -0.486857796887406991 +1502 -0.486794549910148755 +1503 -0.486759414723522799 +1504 -0.486735992068403789 +1505 -0.486682122398052641 +1506 -0.486642307867670931 +1507 -0.48663294001243923 +1508 -0.486588444102287743 +1509 -0.486548633935625752 +1510 -0.486529900381118929 +1511 -0.486513508857715604 +1512 -0.486483068290992582 +1513 -0.486471360669343711 +1514 -0.486457311735010611 +1515 -0.486436238766394913 +1516 -0.486422190409221522 +1517 -0.486419849038802532 +1518 -0.4864081422828892 +1519 -0.486401118306284352 +1520 -0.486398776993572868 +1521 -0.486323858371827678 +1522 -0.486319176175919576 +1523 -0.486220855983571787 +1524 -0.486181062928634833 +1525 -0.486127228212794971 +1526 -0.48604297198076879 +1527 -0.486038291322309801 +1528 -0.486007867666535032 +1529 -0.485954043848796258 +1530 -0.4859095832487208 +1531 -0.485874484406754958 +1532 -0.485799611688376376 +1533 -0.485780894532253815 +1534 -0.485729424463417547 +1535 -0.485663921579086111 +1536 -0.485656903710192878 +1537 -0.485603101959931283 +1538 -0.485546964607742992 +1539 -0.485537608740225335 +1540 -0.485495508601457515 +1541 -0.485448733097070706 +1542 -0.485423007658706274 +1543 -0.485406637327558677 +1544 -0.485383251683019878 +1545 -0.485369220602805185 +1546 -0.485336482309537631 +1547 -0.485313098580473945 +1548 -0.485308421911267773 +1549 -0.485306083586240167 +1550 -0.485285038948243097 +1551 -0.485266333037401854 +1552 -0.485252303872338198 +1553 -0.4852429512232731 +1554 -0.485238274937032199 +1555 -0.485233598676318545 +1556 -0.485207879698670519 +1557 -0.485107349284571332 +1558 -0.485088647253059335 +1559 -0.485011505687422073 +1560 -0.484948395025630641 +1561 -0.484920347334282464 +1562 -0.484833872729878101 +1563 -0.4847520804564589 +1564 -0.484681979003720342 +1565 -0.484674969173666037 +1566 -0.484602537618405216 +1567 -0.484555810829268852 +1568 -0.484534784604727431 +1569 -0.484471709023717834 +1570 -0.484434333090292712 +1571 -0.484413309843390927 +1572 -0.484359586108593421 +1573 -0.484317543793189031 +1574 -0.484310536940914471 +1575 -0.484296523408030366 +1576 -0.484266161538602968 +1577 -0.484233465342206626 +1578 -0.48422645917649243 +1579 -0.484205441022560468 +1580 -0.484191429205932 +1581 -0.484161071054726611 +1582 -0.484135384227082133 +1583 -0.484114368303559472 +1584 -0.484098022941034878 +1585 -0.484086347872667577 +1586 -0.484079342907875299 +1587 -0.484077007932315562 +1588 -0.483997622542364558 +1589 -0.483995287789091233 +1590 -0.483897233884893974 +1591 -0.483855214210982654 +1592 -0.483803859624134081 +1593 -0.483717497471580604 +1594 -0.483715163479877641 +1595 -0.483631144002422242 +1596 -0.4835517998191603 +1597 -0.483477129634449443 +1598 -0.483456129814212821 +1599 -0.483407132229491276 +1600 -0.483341806462215584 +1601 -0.483332474615108865 +1602 -0.483281151267174081 +1603 -0.48322516565543927 +1604 -0.483213502445303533 +1605 -0.483211169822266751 +1606 -0.483173848714512189 +1607 -0.48312719960823608 +1608 -0.48309921135944367 +1609 -0.483085217576718073 +1610 -0.483057230694543871 +1611 -0.483047901936257684 +1612 -0.483015252079283031 +1613 -0.482989599489924148 +1614 -0.482987267474293158 +1615 -0.482963947665808413 +1616 -0.48294529227432792 +1617 -0.482931300996293389 +1618 -0.482921973604061416 +1619 -0.482917309945881279 +1620 -0.48290798270539026 +1621 -0.482884665046712014 +1622 -0.482784406317177284 +1623 -0.482763423410753567 +1624 -0.482688821665931855 +1625 -0.48262355044528582 +1626 -0.482597909534674852 +1627 -0.482511668442046737 +1628 -0.482488361522119713 +1629 -0.48245340232563183 +1630 -0.482430096983488987 +1631 -0.482357854432652111 +1632 -0.482353193831112415 +1633 -0.482280957733571936 +1634 -0.482232027046335665 +1635 -0.482213387515949554 +1636 -0.482150482079643117 +1637 -0.482110877310477137 +1638 -0.482092240402263728 +1639 -0.482038661537539159 +1640 -0.481994403250043446 +1641 -0.481989744615225701 +1642 -0.481971110327906849 +1643 -0.481945488841025893 +1644 -0.481905893496514026 +1645 -0.481882602967476315 +1646 -0.481870957939069144 +1647 -0.48184068160181448 +1648 -0.481815063993563775 +1649 -0.481805748688493463 +1650 -0.481794104698776371 +1651 -0.481777803377517411 +1652 -0.481775474642512247 +1653 -0.481766159765426027 +1654 -0.481759173673690755 +1655 -0.481756844989031929 +1656 -0.481673016532011111 +1657 -0.481575226969792936 +1658 -0.481482104366479757 +1659 -0.481393647209346964 +1660 -0.481309854062180409 +1661 -0.481260978486114932 +1662 -0.481230723565142238 +1663 -0.481207451271183029 +1664 -0.481156254434641828 +1665 -0.481137638156544978 +1666 -0.481132984149795495 +1667 -0.48108644546321655 +1668 -0.481021295519417413 +1669 -0.481009662118558667 +1670 -0.480960803547703208 +1671 -0.480904968568341529 +1672 -0.480891010387966222 +1673 -0.480853789677316845 +1674 -0.480807266046245518 +1675 -0.480777027030782511 +1676 -0.480765396922298249 +1677 -0.480732833452157671 +1678 -0.480728181628129914 +1679 -0.480695619561815057 +1680 -0.480667710196792775 +1681 -0.480651430150524916 +1682 -0.480644453081816247 +1683 -0.48062584784091128 +1684 -0.480611894173340604 +1685 -0.480602591853576067 +1686 -0.480597940731277096 +1687 -0.4805839875147081 +1688 -0.480563058112629005 +1689 -0.4804630690816033 +1690 -0.480439817477733677 +1691 -0.480367741483547772 +1692 -0.480337517856500251 +1693 -0.480300320997938235 +1694 -0.480277073774662555 +1695 -0.480191064487370922 +1696 -0.480165495809770027 +1697 -0.480128306356578771 +1698 -0.480109712230180896 +1699 -0.48003533972520751 +1700 -0.480033015687554854 +1701 -0.479960973619786069 +1702 -0.479909850633553348 +1703 -0.479893584862882694 +1704 -0.479830848328458015 +1705 -0.479802966885531423 +1706 -0.479789026501235227 +1707 -0.479772763003628699 +1708 -0.479719327950920094 +1709 -0.479672865371614687 +1710 -0.479670542308177961 +1711 -0.47964731201702282 +1712 -0.479628728233367385 +1713 -0.4796264052884881 +1714 -0.479586916180102352 +1715 -0.479561365364802261 +1716 -0.479552074346371926 +1717 -0.479521879225688563 +1718 -0.479496330331430576 +1719 -0.479475427251918496 +1720 -0.479459169650376604 +1721 -0.47945452467748112 +1722 -0.479447557264900015 +1723 -0.47944058990843208 +1724 -0.479438267468745405 +1725 -0.479422010565502765 +1726 -0.479352341582737318 +1727 -0.479254814429897757 +1728 -0.479208376791379231 +1729 -0.479161941644374367 +1730 -0.479073721727517277 +1731 -0.479071400272167325 +1732 -0.478990153256473372 +1733 -0.478939087605926406 +1734 -0.478911234884053072 +1735 -0.478836965338604204 +1736 -0.478811436653357958 +1737 -0.478767343423892489 +1738 -0.478702368018989743 +1739 -0.478688445352025149 +1740 -0.478642038078168519 +1741 -0.478586352630804512 +1742 -0.478570111716157764 +1743 -0.478563151417359389 +1744 -0.478535310781285639 +1745 -0.478488911708928044 +1746 -0.478456433836466188 +1747 -0.478447154667899333 +1748 -0.4784100389871494 +1749 -0.478377564070346595 +1750 -0.478349729395822987 +1751 -0.478347409879961272 +1752 -0.478326534516524793 +1753 -0.478307979059971577 +1754 -0.47829406272822006 +1755 -0.478284785297837578 +1756 -0.478280146619880497 +1757 -0.478261592156269066 +1758 -0.478243038089782635 +1759 -0.478173463876844673 +1760 -0.47814331678503319 +1761 -0.478117808526031418 +1762 -0.478048244360621655 +1763 -0.477978685774982481 +1764 -0.477957819287112229 +1765 -0.477950863902712242 +1766 -0.477872040110580265 +1767 -0.477844221658683899 +1768 -0.477804813712121579 +1769 -0.477790905452477432 +1770 -0.477714414009500876 +1771 -0.477642564553472426 +1772 -0.477640246928127621 +1773 -0.477589260736398125 +1774 -0.477575355931223244 +1775 -0.477512787064485633 +1776 -0.477480345723963806 +1777 -0.47746875982474335 +1778 -0.477454856949792728 +1779 -0.477401564658383792 +1780 -0.47735290933611807 +1781 -0.477325107518973168 +1782 -0.477308890203395286 +1783 -0.477269506555081602 +1784 -0.477234757760444439 +1785 -0.477204643263094197 +1786 -0.477179162580930738 +1787 -0.477158315306099867 +1788 -0.477142101104954475 +1789 -0.477135152254264727 +1790 -0.477130519718023338 +1791 -0.477123570959987586 +1792 -0.477121254719662491 +1793 -0.47707493121017569 +1794 -0.47703324216366505 +1795 -0.477028610170881051 +1796 -0.476935975501023179 +1797 -0.47688734625276219 +1798 -0.476843350706402158 +1799 -0.47675536629509363 +1800 -0.476750735783332602 +1801 -0.476727583594563353 +1802 -0.476672020857479173 +1803 -0.476618776566882341 +1804 -0.476593313058899071 +1805 -0.476519241639526414 +1806 -0.476491466484042558 +1807 -0.476449805414249639 +1808 -0.476398889039288176 +1809 -0.476385003272562391 +1810 -0.476368803491585613 +1811 -0.476324834178458445 +1812 -0.476269297170336003 +1813 -0.476250785622233552 +1814 -0.476218391360906934 +1815 -0.476172115937115059 +1816 -0.476137410984472487 +1817 -0.476130470160059438 +1818 -0.476093453364925034 +1819 -0.476088826376257823 +1820 -0.476061064960921709 +1821 -0.476033304431228654 +1822 -0.476028677762377117 +1823 -0.47601017133294582 +1824 -0.475991665297052891 +1825 -0.475977786028375149 +1826 -0.47596853330555533 +1827 -0.475963906981033746 +1828 -0.475924584215438151 +1829 -0.475825128678400877 +1830 -0.475797375672673772 +1831 -0.475730309561108622 +1832 -0.475658623912591838 +1833 -0.47564012534835387 +1834 -0.475554574599736102 +1835 -0.47548290341480326 +1836 -0.475473655949527896 +1837 -0.475397368106546647 +1838 -0.475395056458015053 +1839 -0.475325709854034217 +1840 -0.475270236544520941 +1841 -0.475258680049542748 +1842 -0.475196277624828634 +1843 -0.475150056487165573 +1844 -0.475138501585752326 +1845 -0.475085351012185853 +1846 -0.47503682505792677 +1847 -0.475034514365578919 +1848 -0.474992922950619234 +1849 -0.47495364399168194 +1850 -0.474923608334711034 +1851 -0.474918987556243288 +1852 -0.474888953093082877 +1853 -0.474875091382084724 +1854 -0.474863540124580097 +1855 -0.474842748246669499 +1856 -0.47482657712880405 +1857 -0.474817336624659858 +1858 -0.474815026513922711 +1859 -0.474808096218428344 +1860 -0.474805786132168894 +1861 -0.474715697540505466 +1862 -0.474618689462150911 +1863 -0.474577117873579479 +1864 -0.474567880011796561 +1865 -0.474526310844171573 +1866 -0.474438560215669658 +1867 -0.47443163291029028 +1868 -0.474355436180137646 +1869 -0.474300024554483501 +1870 -0.474276937415326727 +1871 -0.474203062673125064 +1872 -0.4741730528447482 +1873 -0.474133810779439169 +1874 -0.474083029548232282 +1875 -0.474069180634086484 +1876 -0.474050715756885177 +1877 -0.474009171210690694 +1878 -0.47395378155658785 +1879 -0.473933011341934052 +1880 -0.473921472547217282 +1881 -0.473903010792736112 +1882 -0.473856858113634927 +1883 -0.473819937725990625 +1884 -0.473815322787249471 +1885 -0.473778404154942046 +1886 -0.473746101631411953 +1887 -0.473718414704639712 +1888 -0.473711493110031245 +1889 -0.473695342935840036 +1890 -0.473676885959420813 +1891 -0.473663043482949409 +1892 -0.473653815287124913 +1893 -0.473649201225758321 +1894 -0.473621517369168465 +1895 -0.473607675769745107 +1896 -0.473508484055372547 +1897 -0.473478498078647947 +1898 -0.473413916391550615 +1899 -0.473340114590685479 +1900 -0.473323971277166522 +1901 -0.473238647285217195 +1902 -0.473162554531914581 +1903 -0.473157943062676001 +1904 -0.473081857330366395 +1905 -0.473077246286573494 +1906 -0.473010388882843136 +1907 -0.472998862260691488 +1908 -0.472985030514578242 +1909 -0.472952757290721282 +1910 -0.472943536588278923 +1911 -0.472881299388360321 +1912 -0.472832895737629988 +1913 -0.472823676298187945 +1914 -0.472770666406185036 +1915 -0.472722268874013252 +1916 -0.472717659724808503 +1917 -0.472685396359958432 +1918 -0.472678482936493838 +1919 -0.472639307901536299 +1920 -0.472607047424380866 +1921 -0.472604743150075168 +1922 -0.472574788136010782 +1923 -0.47254944238616009 +1924 -0.472528705500211532 +1925 -0.472512577150688062 +1926 -0.472501057082917231 +1927 -0.47249414511500698 +1928 -0.472491841137828439 +1929 -0.472399687021269332 +1930 -0.472390472142967033 +1931 -0.472302935634413557 +1932 -0.47224995726055613 +1933 -0.472210801391301227 +1934 -0.472132494902671618 +1935 -0.472123282834716163 +1936 -0.472114070863615343 +1937 -0.472040378581138065 +1938 -0.471982810797155428 +1939 -0.471962087320613732 +1940 -0.471888407816635713 +1941 -0.471856174981104159 +1942 -0.471819338906025898 +1943 -0.471759483585030504 +1944 -0.471754879498828661 +1945 -0.471734161410112318 +1946 -0.471695028578207554 +1947 -0.471639785200352879 +1948 -0.471616768153364618 +1949 -0.471602958215145474 +1950 -0.471589148494391819 +1951 -0.471543117662309108 +1952 -0.471503993354400852 +1953 -0.471501691978871318 +1954 -0.471464870791560964 +1955 -0.471451063244796686 +1956 -0.471432653520514666 +1957 -0.471405039658470026 +1958 -0.471395835230941529 +1959 -0.471382028770717776 +1960 -0.471363620495062197 +1961 -0.471349814541787038 +1962 -0.471340610693628537 +1963 -0.471336008805755435 +1964 -0.471303796266449471 +1965 -0.471292292074721564 +1966 -0.471193362251331016 +1967 -0.471099044200062878 +1968 -0.471023137031898909 +1969 -0.471009336433766579 +1970 -0.470924237538710877 +1971 -0.470843746174451128 +1972 -0.47076786107370483 +1973 -0.470760962753313472 +1974 -0.470696581042233275 +1975 -0.470636802249923103 +1976 -0.470629904958731249 +1977 -0.470604615354327627 +1978 -0.470567831774721834 +1979 -0.470517256867207745 +1980 -0.470510360514459824 +1981 -0.470457490274840129 +1982 -0.470455191640928916 +1983 -0.470409220225314617 +1984 -0.470402324720386178 +1985 -0.470367848007268163 +1986 -0.470365549607814404 +1987 -0.47032647773667996 +1988 -0.470292003998596664 +1989 -0.470262127852539125 +1990 -0.470236848829719556 +1991 -0.470218464542424608 +1992 -0.470216166533545032 +1993 -0.470200080639580853 +1994 -0.470188590895520009 +1995 -0.470186292964726915 +1996 -0.470181697121159758 +1997 -0.470179399208385473 +1998 -0.470085189955252725 +1999 -0.47007370171245999 +2000 -0.469988693380082645 +2001 -0.469938151780297075 +2002 -0.469933557233422561 +2003 -0.469896801722409774 +2004 -0.469809513538571255 +2005 -0.469798028895982545 +2006 -0.46975209182477351 +2007 -0.469726827457912721 +2008 -0.469667114565224364 +2009 -0.469648742182661783 +2010 -0.469602812904303279 +2011 -0.46957525648780718 +2012 -0.469540812180448741 +2013 -0.469506369220983932 +2014 -0.469488000193676869 +2015 -0.46944207930236781 +2016 -0.469419119754978742 +2017 -0.469382385724573914 +2018 -0.469327287552563421 +2019 -0.469302035375975646 +2020 -0.46928596618610724 +2021 -0.46927678392355654 +2022 -0.469230874046953295 +2023 -0.469189557204259144 +2024 -0.469152832749018645 +2025 -0.469120700106755939 +2026 -0.469093158774920749 +2027 -0.469081683474137145 +2028 -0.469070208322842297 +2029 -0.469051848391689397 +2030 -0.469038078694436811 +2031 -0.469028899015838996 +2032 -0.469024309212410007 +2033 -0.468987591645794899 +2034 -0.468978412493240793 +2035 -0.46887974264236626 +2036 -0.468845325526150825 +2037 -0.46878567237532498 +2038 -0.46873061151187112 +2039 -0.468707670500557949 +2040 -0.468696200218799319 +2041 -0.468693906180358499 +2042 -0.468611324772205295 +2043 -0.468574624407060158 +2044 -0.46853104470756296 +2045 -0.468455358769372721 +2046 -0.468446185157666672 +2047 -0.468384265774498543 +2048 -0.468363626946124323 +2049 -0.468322350738157422 +2050 -0.468317764612058318 +2051 -0.468255854243320946 +2052 -0.468205411969975227 +2053 -0.468203119207894924 +2054 -0.468198533701609299 +2055 -0.46814580209221146 +2056 -0.46809765859229685 +2057 -0.468088488699643923 +2058 -0.468054102450840448 +2059 -0.468051810081893893 +2060 -0.468015132988553406 +2061 -0.467980749597819323 +2062 -0.467978457419396532 +2063 -0.467950951742638677 +2064 -0.467925738958578585 +2065 -0.467905110852730732 +2066 -0.467889067103673728 +2067 -0.467877607461444023 +2068 -0.46787302364620631 +2069 -0.467870731747513147 +2070 -0.467868439854770279 +2071 -0.467772185732027057 +2072 -0.467758435999671263 +2073 -0.467675942101560327 +2074 -0.467618659206059439 +2075 -0.467584291252108319 +2076 -0.467497231753434772 +2077 -0.467483486301144335 +2078 -0.46741476224763201 +2079 -0.467352915169897243 +2080 -0.467336881448994379 +2081 -0.467263588143899677 +2082 -0.467226943770809644 +2083 -0.467194881190696076 +2084 -0.467130759519596039 +2085 -0.467105570135703974 +2086 -0.467091830774299832 +2087 -0.467071222132578012 +2088 -0.467016268103292775 +2089 -0.466988792369548711 +2090 -0.466965896576978678 +2091 -0.466920106770381871 +2092 -0.46687889797168336 +2093 -0.466876608650283409 +2094 -0.466842269540434285 +2095 -0.466810220907495799 +2096 -0.466782751574986277 +2097 -0.466769017228648164 +2098 -0.466759861116235797 +2099 -0.466741549175746284 +2100 -0.466727815469158758 +2101 -0.466718659783226908 +2102 -0.466714081975797668 +2103 -0.4666728827749555 +2104 -0.466666016428022079 +2105 -0.466567604644266332 +2106 -0.466530989100184312 +2107 -0.466473780345575129 +2108 -0.466393694301656669 +2109 -0.466384542072334651 +2110 -0.466299888436986554 +2111 -0.466260996237556458 +2112 -0.466219818123899288 +2113 -0.466144329889246756 +2114 -0.466132892839340118 +2115 -0.466073422560892126 +2116 -0.466009382111544301 +2117 -0.466007095038280028 +2118 -0.465945346292333973 +2119 -0.465890462131599792 +2120 -0.465888175365361257 +2121 -0.465835581370964813 +2122 -0.465787563493960222 +2123 -0.465776131049653153 +2124 -0.465744120990301047 +2125 -0.465705253187009671 +2126 -0.46567095948211501 +2127 -0.465666387088394251 +2128 -0.465641239344597002 +2129 -0.465616092314337648 +2130 -0.465595518002078101 +2131 -0.465588660004120081 +2132 -0.465579516089382972 +2133 -0.465568086328610908 +2134 -0.465561228542891226 +2135 -0.465558942626108085 +2136 -0.465460653780432054 +2137 -0.465444654302008487 +2138 -0.465364661240374011 +2139 -0.465305242494390703 +2140 -0.465273249433996894 +2141 -0.465186416944366576 +2142 -0.465170422412911511 +2143 -0.465104162426203172 +2144 -0.465040191962243332 +2145 -0.465026484605756241 +2146 -0.464953382280686722 +2147 -0.464914549119890219 +2148 -0.464884854319956187 +2149 -0.464820899663721254 +2150 -0.464793491936000558 +2151 -0.464761517323236562 +2152 -0.464706706380762058 +2153 -0.464677018533185382 +2154 -0.464656465989479628 +2155 -0.464610795373413321 +2156 -0.464569693827358687 +2157 -0.464565127106344233 +2158 -0.464533160716817162 +2159 -0.464505761870192324 +2160 -0.464501195477937445 +2161 -0.464473797617463435 +2162 -0.464457815922497574 +2163 -0.464450966712688929 +2164 -0.464432702411418319 +2165 -0.464419004431934179 +2166 -0.464409872562970838 +2167 -0.464405306663695727 +2168 -0.464355083320625084 +2169 -0.464256927711512946 +2170 -0.464163347577605745 +2171 -0.464081187779838644 +2172 -0.464074341472865526 +2173 -0.46398990802263862 +2174 -0.46394883518986052 +2175 -0.463910045923527747 +2176 -0.463834753943271672 +2177 -0.463821065177301928 +2178 -0.463764030920631232 +2179 -0.463734374552763562 +2180 -0.463697875765281653 +2181 -0.463636287457712182 +2182 -0.463579265049131273 +2183 -0.463576984228818378 +2184 -0.463526807661379381 +2185 -0.463478914486847693 +2186 -0.463465231196217298 +2187 -0.463435584788403632 +2188 -0.463424182586875566 +2189 -0.463396817899322633 +2190 -0.463362613223226583 +2191 -0.463355772445772196 +2192 -0.463332970234029085 +2193 -0.463307888475886887 +2194 -0.46328736756315686 +2195 -0.463271407180362194 +2196 -0.46326000708216164 +2197 -0.463253167093327645 +2198 -0.463250887108730525 +2199 -0.463244047189980301 +2200 -0.463150573567572499 +2201 -0.463132335956328411 +2202 -0.46305483027617389 +2203 -0.46299328645358262 +2204 -0.462963655759663584 +2205 -0.462877048614286357 +2206 -0.462858816604136858 +2207 -0.46279500750727276 +2208 -0.462763104672795356 +2209 -0.462717531176716879 +2210 -0.462658289116715138 +2211 -0.462649175303239901 +2212 -0.462644618431458876 +2213 -0.462603607634055447 +2214 -0.462576268150975078 +2215 -0.462512479285274614 +2216 -0.462482864578064756 +2217 -0.462453250854801823 +2218 -0.462398581950347165 +2219 -0.462366693304298693 +2220 -0.462348471732962063 +2221 -0.462343916398318955 +2222 -0.462302919433881576 +2223 -0.462261924354454456 +2224 -0.462255092024459469 +2225 -0.462225485866077257 +2226 -0.46220271256694978 +2227 -0.462193603410137988 +2228 -0.462166276497962936 +2229 -0.462148059021696089 +2230 -0.462143504710773534 +2231 -0.462125287699645448 +2232 -0.462111625185478381 +2233 -0.462102516958969756 +2234 -0.462097962880594848 +2235 -0.462045592650446035 +2236 -0.461947691336281385 +2237 -0.461906712580519296 +2238 -0.461854353575764598 +2239 -0.461792892577074565 +2240 -0.4617701303183811 +2241 -0.461765577936308902 +2242 -0.46168136305604579 +2243 -0.461638120664527696 +2244 -0.461601707643698789 +2245 -0.461526610478465105 +2246 -0.461510681588769789 +2247 -0.461456070409902219 +2248 -0.461421940119080776 +2249 -0.461390086357821749 +2250 -0.461387811132635606 +2251 -0.46132865731218986 +2252 -0.461271782333034175 +2253 -0.461269507409191593 +2254 -0.461264957578887524 +2255 -0.461219460550356897 +2256 -0.461171691164054931 +2257 -0.461155768602865224 +2258 -0.461128473443845555 +2259 -0.461112551652814728 +2260 -0.461089806729199636 +2261 -0.46105569042928074 +2262 -0.461046592969278191 +2263 -0.461026124022890449 +2264 -0.461001107058420345 +2265 -0.460980639153810601 +2266 -0.460964719996515115 +2267 -0.460953349343471763 +2268 -0.460946527021081187 +2269 -0.460944252925189812 +2270 -0.460941978835084587 +2271 -0.460841924597816255 +2272 -0.460821460337920041 +2273 -0.460746428725734014 +2274 -0.460682770477028547 +2275 -0.460655489757687109 +2276 -0.460569106302977371 +2277 -0.460548648285701634 +2278 -0.460487277041231158 +2279 -0.460419091707466421 +2280 -0.460410000722277057 +2281 -0.460346366412303809 +2282 -0.460337276166031373 +2283 -0.460294098757325021 +2284 -0.460269102262388319 +2285 -0.460205477971118548 +2286 -0.460173667521570073 +2287 -0.460146402321772174 +2288 -0.460091874413590562 +2289 -0.460057796157608223 +2290 -0.460041893415422398 +2291 -0.460032806261003235 +2292 -0.459996458565647859 +2293 -0.45995556917210767 +2294 -0.459946482893789199 +2295 -0.459919224612040101 +2296 -0.459887424332023564 +2297 -0.459882881527063025 +2298 -0.459860167847925383 +2299 -0.459839726029242057 +2300 -0.459837454744856933 +2301 -0.459819284677136619 +2302 -0.459805657368256959 +2303 -0.4597965726108596 +2304 -0.4597920302667165 +2305 -0.459737523933718362 +2306 -0.459639875047440249 +2307 -0.4595967312554044 +2308 -0.45954677788095788 +2309 -0.459460501338182725 +2310 -0.459458231015011043 +2311 -0.45937423310039871 +2312 -0.459328832099541617 +2313 -0.459294782857853967 +2314 -0.459274353933584956 +2315 -0.45921987907792633 +2316 -0.459149520620870666 +2317 -0.459083706416541504 +2318 -0.459079167683933642 +2319 -0.459022435464294998 +2320 -0.45896570683289678 +2321 -0.458961168697372135 +2322 -0.458913519660435476 +2323 -0.458865873154244486 +2324 -0.458847722769848976 +2325 -0.458822766590828601 +2326 -0.458784199315796892 +2327 -0.458750170743803365 +2328 -0.458738828173223645 +2329 -0.458720680358492616 +2330 -0.458716143462152615 +2331 -0.458695727712452594 +2332 -0.458675312427173743 +2333 -0.458659434193013582 +2334 -0.458648092769168181 +2335 -0.458641287983651336 +2336 -0.458639019733277031 +2337 -0.458634483249725333 +2338 -0.458539222391016132 +2339 -0.458534686411798065 +2340 -0.458512006859490784 +2341 -0.458439436141955869 +2342 -0.45837367399533685 +2343 -0.458348730992641562 +2344 -0.458262569586093849 +2345 -0.458239896905506705 +2346 -0.458180950614220484 +2347 -0.458110673552686087 +2348 -0.458103872838477311 +2349 -0.458035868527486179 +2350 -0.458031335089754243 +2351 -0.457986001970366152 +2352 -0.457963336268268129 +2353 -0.457899875343460883 +2354 -0.457877211813394192 +2355 -0.457865880262662062 +2356 -0.457840951353905012 +2357 -0.457786563407215019 +2358 -0.457750306604137625 +2359 -0.457736710679965686 +2360 -0.457691392417615917 +2361 -0.457650607934439568 +2362 -0.457639279239636709 +2363 -0.457614356613462614 +2364 -0.457582637906406409 +2365 -0.457573575624162898 +2366 -0.457555451333636842 +2367 -0.457532796484121151 +2368 -0.457514673015389395 +2369 -0.457501080653503367 +2370 -0.457492019193031785 +2371 -0.457487488497030304 +2372 -0.457430856722515267 +2373 -0.45733345840955697 +2374 -0.45728816046118137 +2375 -0.457240600069655279 +2376 -0.457152280296754032 +2377 -0.457068497754203162 +2378 -0.457020948969305785 +2379 -0.456989251174634625 +2380 -0.45691453935984655 +2381 -0.456894164486294663 +2382 -0.456844361180692826 +2383 -0.456778715576978744 +2384 -0.456771924925561401 +2385 -0.456717601557364239 +2386 -0.456661018199272462 +2387 -0.456654228435151244 +2388 -0.456645175495931643 +2389 -0.456608964648804683 +2390 -0.456561440120662909 +2391 -0.456541073233143302 +2392 -0.456518443898076276 +2393 -0.456493552285914039 +2394 -0.456479975332736432 +2395 -0.45644603384473742 +2396 -0.456432457607486186 +2397 -0.456416618922522499 +2398 -0.456405305746547585 +2399 -0.456391730122837791 +2400 -0.456371367070690814 +2401 -0.456355529459316345 +2402 -0.456344217050148659 +2403 -0.456337429672799166 +2404 -0.45633516722504075 +2405 -0.456328379915839744 +2406 -0.456228838585424179 +2407 -0.456203954970154313 +2408 -0.456133832112874948 +2409 -0.456065976475322266 +2410 -0.456043359064104259 +2411 -0.455957418074169007 +2412 -0.455876007847145159 +2413 -0.455803649368251795 +2414 -0.455799127156009509 +2415 -0.455726774842524995 +2416 -0.455658949817136283 +2417 -0.455595651058867956 +2418 -0.455568524378559381 +2419 -0.455559482332958732 +2420 -0.455536877615232372 +2421 -0.455482628602140449 +2422 -0.45544420419021614 +2423 -0.455432903203822237 +2424 -0.455387700672750584 +2425 -0.455347020329573748 +2426 -0.455333460622450559 +2427 -0.455310861563052449 +2428 -0.455279223830003521 +2429 -0.455252106655251121 +2430 -0.455229509631582041 +2431 -0.455227249960310998 +2432 -0.455211432419709627 +2433 -0.455197874748240694 +2434 -0.455188836413653375 +2435 -0.455184317280275863 +2436 -0.455125570603755747 +2437 -0.455121051786884834 +2438 -0.455028421021904994 +2439 -0.454987756856623182 +2440 -0.454980979673665131 +2441 -0.454935799752899217 +2442 -0.454847705403765845 +2443 -0.454845446687211163 +2444 -0.454764136650290418 +2445 -0.454714450783640367 +2446 -0.454685092236895128 +2447 -0.454653476406573165 +2448 -0.454610570976523354 +2449 -0.454587989988975094 +2450 -0.454540571750530975 +2451 -0.454475093508583283 +2452 -0.454466062398962145 +2453 -0.454414135268558672 +2454 -0.454357696116458765 +2455 -0.454348666178895855 +2456 -0.454305775206324536 +2457 -0.454258371760158153 +2458 -0.454235799563449505 +2459 -0.45421548506785292 +2460 -0.454186142712684982 +2461 -0.45417711448712661 +2462 -0.454143259443463898 +2463 -0.45412746085651301 +2464 -0.454113919430063184 +2465 -0.454089094007790295 +2466 -0.454068782805138071 +2467 -0.454052985518192231 +2468 -0.454041701910604445 +2469 -0.454034931813569353 +2470 -0.454032675125810359 +2471 -0.454023648431036098 +2472 -0.453924360728879206 +2473 -0.453919847910234653 +2474 -0.453829596260670209 +2475 -0.453759657418999152 +2476 -0.453739353605666973 +2477 -0.453653631411627511 +2478 -0.453626562930498967 +2479 -0.453581450592672242 +2480 -0.453572428394685367 +2481 -0.45349799868939844 +2482 -0.453495743339231705 +2483 -0.453423575097804177 +2484 -0.453419064773552205 +2485 -0.453373962765659 +2486 -0.453355922590981064 +2487 -0.453292784807282967 +2488 -0.453254453298550908 +2489 -0.453234160803079433 +2490 -0.453180049702502807 +2491 -0.453139468496481235 +2492 -0.453130450697368015 +2493 -0.453085363047098455 +2494 -0.453044786078658057 +2495 -0.453029006636829323 +2496 -0.453008719186489883 +2497 -0.452977161832460395 +2498 -0.45295011354581094 +2499 -0.452927573923113447 +2500 -0.452923066065788305 +2501 -0.452909542628234352 +2502 -0.452896019392303839 +2503 -0.452887004013691252 +2504 -0.452882496357985831 +2505 -0.452821645198212441 +2506 -0.452814884210195667 +2507 -0.452724742517472523 +2508 -0.452632356575315864 +2509 -0.452544485991732914 +2510 -0.452539980037272194 +2511 -0.452510691878504012 +2512 -0.452461129454831856 +2513 -0.4524543711521678 +2514 -0.45240931708677945 +2515 -0.452382285720717148 +2516 -0.45230795361337589 +2517 -0.452283177596405683 +2518 -0.452238132024570194 +2519 -0.452186332378920253 +2520 -0.452172819913734925 +2521 -0.452161559679639224 +2522 -0.452152551592869045 +2523 -0.452112016307883446 +2524 -0.452055720301517416 +2525 -0.45204446151886557 +2526 -0.452030951163856609 +2527 -0.452003931056544739 +2528 -0.451956647802202349 +2529 -0.451931881365200794 +2530 -0.451913869834985604 +2531 -0.451875596518584666 +2532 -0.45184182728382527 +2533 -0.451823817538329897 +2534 -0.451812561628617604 +2535 -0.451787799117909672 +2536 -0.451767539383647998 +2537 -0.451751782124743317 +2538 -0.451740527107044376 +2539 -0.451733774163315116 +2540 -0.451731523193220186 +2541 -0.451720268426352933 +2542 -0.451621232485637181 +2543 -0.451591973931203428 +2544 -0.451526708240674923 +2545 -0.451454696362579122 +2546 -0.451436694283948337 +2547 -0.451351189275800146 +2548 -0.451270191944311616 +2549 -0.451193701085184695 +2550 -0.45112171556163283 +2551 -0.451112717771554095 +2552 -0.451069979483473049 +2553 -0.451054234304276602 +2554 -0.451045237181312508 +2555 -0.45099125631104503 +2556 -0.450950772759007412 +2557 -0.450932780647085085 +2558 -0.450878806444675151 +2559 -0.450836079136884949 +2560 -0.450829332903146696 +2561 -0.450802348467999825 +2562 -0.450784359288809666 +2563 -0.450743884934886652 +2564 -0.450725896910529999 +2565 -0.450707909241451543 +2566 -0.450676431675374467 +2567 -0.450653948365625945 +2568 -0.450649451770273157 +2569 -0.4506269691264706 +2570 -0.450620224441537598 +2571 -0.450608983410958508 +2572 -0.450595494357366455 +2573 -0.450586501765938174 +2574 -0.450582005503512739 +2575 -0.450519060159522589 +2576 -0.450422402561976354 +2577 -0.45037070619498798 +2578 -0.450330250214128536 +2579 -0.450242601748815363 +2580 -0.450235859908255098 +2581 -0.45020439864490136 +2582 -0.450159455866354863 +2583 -0.450105527456372834 +2584 -0.450080811334427622 +2585 -0.450006666987963933 +2586 -0.449979706901984855 +2587 -0.449937021729037434 +2588 -0.449880860071139699 +2589 -0.449871874526764137 +2590 -0.449811224417208722 +2591 -0.449755070503296051 +2592 -0.449741594078218565 +2593 -0.449703411954729404 +2594 -0.449656248007914428 +2595 -0.449629298275569411 +2596 -0.44961357796588941 +2597 -0.449575401198261781 +2598 -0.449541717141150321 +2599 -0.449521507303549339 +2600 -0.44951252529713398 +2601 -0.44948782523520614 +2602 -0.449467616590735308 +2603 -0.449451899065432481 +2604 -0.449440672427322663 +2605 -0.449433936510724996 +2606 -0.449431691216236939 +2607 -0.449418219565270449 +2608 -0.44937556064858869 +2609 -0.449319433531474521 +2610 -0.449288003852790552 +2611 -0.449225147740392239 +2612 -0.449151072875469071 +2613 -0.449135360797609628 +2614 -0.449050071375940441 +2615 -0.449018650964511823 +2616 -0.448969278215303857 +2617 -0.448892980122610918 +2618 -0.448890736157496528 +2619 -0.448821175971653663 +2620 -0.448767326560191138 +2621 -0.448753864703002991 +2622 -0.448691045323912019 +2623 -0.448648420346381527 +2624 -0.448632716908224927 +2625 -0.448578878596292641 +2626 -0.448534015757702353 +2627 -0.448529529594894116 +2628 -0.448498127071427111 +2629 -0.448484669177164286 +2630 -0.44844429668252761 +2631 -0.448424111103477352 +2632 -0.448408411516637184 +2633 -0.448377013151321557 +2634 -0.448350101124535771 +2635 -0.448327675040319895 +2636 -0.448318704760563236 +2637 -0.44830973456876172 +2638 -0.448296279445968116 +2639 -0.448287309474040385 +2640 -0.448282824521055501 +2641 -0.448217795173201261 +2642 -0.448121380852875006 +2643 -0.448029460378174149 +2644 -0.447942032394663792 +2645 -0.447933065894081328 +2646 -0.447859095614761116 +2647 -0.447803061502488831 +2648 -0.447780648817617921 +2649 -0.447735825093380557 +2650 -0.447706690849008493 +2651 -0.447677557531353298 +2652 -0.447637220621224075 +2653 -0.447576718586244704 +2654 -0.447572237112974447 +2655 -0.447556552129163121 +2656 -0.44751173936929356 +2657 -0.44750277708033348 +2658 -0.447455726501453044 +2659 -0.447422120424180725 +2660 -0.447404197686881167 +2661 -0.447357152169087058 +2662 -0.447328029963478757 +2663 -0.447314589257592876 +2664 -0.447276508327869859 +2665 -0.447272028322500459 +2666 -0.447242908821281704 +2667 -0.447220509834383773 +2668 -0.44721379024503416 +2669 -0.447189152172129289 +2670 -0.447168994241326834 +2671 -0.447153316157111791 +2672 -0.44714211768966694 +2673 -0.447135398674851747 +2674 -0.447133159014188541 +2675 -0.447126440065022834 +2676 -0.447117481542723516 +2677 -0.447018943573484262 +2678 -0.446985353503870919 +2679 -0.446924894478510359 +2680 -0.446848766559273636 +2681 -0.446835332876372782 +2682 -0.446750257452242616 +2683 -0.446716677219375524 +2684 -0.446669666957771216 +2685 -0.446593560210975959 +2686 -0.446589083540052001 +2687 -0.446521936096131722 +2688 -0.446465983644730668 +2689 -0.44645479356367046 +2690 -0.446392131630084288 +2691 -0.446347375724219897 +2692 -0.446333949377836381 +2693 -0.4462802459552766 +2694 -0.446233258036542624 +2695 -0.446231020576565107 +2696 -0.446186272521599148 +2697 -0.446146001135949044 +2698 -0.446123628906776926 +2699 -0.446110205830797302 +2700 -0.446078886082885928 +2701 -0.446052041434467972 +2702 -0.446047567402655165 +2703 -0.446029671493266278 +2704 -0.446018486726903363 +2705 -0.446011775932438015 +2706 -0.445998354490544591 +2707 -0.445989406971527558 +2708 -0.445984933244691462 +2709 -0.445917829955656875 +2710 -0.44590440988582114 +2711 -0.445821657118386561 +2712 -0.445765747303770388 +2713 -0.445729966806921007 +2714 -0.44564275767943895 +2715 -0.445622633670822443 +2716 -0.445560028460347757 +2717 -0.445501898866620227 +2718 -0.44548177794016619 +2719 -0.445408004975414329 +2720 -0.445376709141400484 +2721 -0.445338708488509594 +2722 -0.445273887467667717 +2723 -0.445256006610368571 +2724 -0.445233656027364533 +2725 -0.445213540966811649 +2726 -0.445157668105484183 +2727 -0.445139789506256323 +2728 -0.445119676497256811 +2729 -0.445106268068768518 +2730 -0.44505934010721393 +2731 -0.445050401719124078 +2732 -0.445028056128614735 +2733 -0.445016883536767272 +2734 -0.44497889773871091 +2735 -0.444969960131650022 +2736 -0.444945382159606273 +2737 -0.444920804843658924 +2738 -0.444916336311243943 +2739 -0.444891759770598527 +2740 -0.444871652179790411 +2741 -0.444856013246054061 +2742 -0.444844842741709823 +2743 -0.444838140504144441 +2744 -0.444835906435795903 +2745 -0.444818034084118463 +2746 -0.444719742349094338 +2747 -0.444625928203921772 +2748 -0.444558923948896845 +2749 -0.444547757046799386 +2750 -0.444536590280039667 +2751 -0.444451727274864927 +2752 -0.444415997821092701 +2753 -0.444371337951674328 +2754 -0.444295421139491553 +2755 -0.444288722897409949 +2756 -0.444223975732980447 +2757 -0.444201650178862151 +2758 -0.444165930416678068 +2759 -0.444157000692344317 +2760 -0.444094495043231396 +2761 -0.444047618586574599 +2762 -0.444045386433783829 +2763 -0.444036457876645585 +2764 -0.443982888348864235 +2765 -0.443933785681361437 +2766 -0.443889149160736518 +2767 -0.443848978138650319 +2768 -0.443824430041729556 +2769 -0.443813272031764461 +2770 -0.443782030321690002 +2771 -0.443755252554939694 +2772 -0.443732938342886629 +2773 -0.44371955007464603 +2774 -0.443715087361728711 +2775 -0.443701699352459789 +2776 -0.443692774120845845 +2777 -0.443688311537407287 +2778 -0.443632531064978408 +2779 -0.443619144253208697 +2780 -0.443523211116507166 +2781 -0.443465209869809307 +2782 -0.443460748386370618 +2783 -0.443431749269489361 +2784 -0.443344757382833909 +2785 -0.44326223419282984 +2786 -0.443202019220692578 +2787 -0.443184178501260795 +2788 -0.443110589175295999 +2789 -0.443077141419275844 +2790 -0.44304146514738707 +2791 -0.442976805415170927 +2792 -0.442956739521588982 +2793 -0.442916609041378917 +2794 -0.442860875153750722 +2795 -0.442840811776842536 +2796 -0.442818519646553777 +2797 -0.44280960294495586 +2798 -0.442762791672519862 +2799 -0.442729356500441706 +2800 -0.442720440658756875 +2801 -0.442682549290708161 +2802 -0.442669176237409534 +2803 -0.442649117020085803 +2804 -0.442622372073831483 +2805 -0.442620143363224416 +2806 -0.442595627901035182 +2807 -0.442575570278969321 +2808 -0.442568884501612914 +2809 -0.44255997020698512 +2810 -0.442548827459522287 +2811 -0.442542141875480355 +2812 -0.442539913358205417 +2813 -0.442519856944349921 +2814 -0.442421809625085982 +2815 -0.442383930489219146 +2816 -0.442328228694744141 +2817 -0.442239112797514711 +2818 -0.442154460642950498 +2819 -0.44211659244865531 +2820 -0.442074271005849284 +2821 -0.442060906741660098 +2822 -0.441998542726141919 +2823 -0.441989633923979497 +2824 -0.441927274708787343 +2825 -0.441867146585301684 +2826 -0.441860465923672896 +2827 -0.441798115405519942 +2828 -0.441749128657015766 +2829 -0.441744675444702306 +2830 -0.441740222253796999 +2831 -0.441686785632637413 +2832 -0.441637804770763531 +2833 -0.441635578429476983 +2834 -0.441593278961416758 +2835 -0.441553207562292771 +2836 -0.441526494258847935 +2837 -0.441517589995484405 +2838 -0.441486425747427802 +2839 -0.441459714368856782 +2840 -0.441437455474761709 +2841 -0.441421874566947425 +2842 -0.441419648744354465 +2843 -0.441406293921039528 +2844 -0.441397390812390766 +2845 -0.441392939290133568 +2846 -0.441330620223003178 +2847 -0.441321717841106853 +2848 -0.441226022634032489 +2849 -0.441159264384440308 +2850 -0.441134787563673747 +2851 -0.441048011313096677 +2852 -0.440965692630365336 +2853 -0.440887830328426711 +2854 -0.440814423285003532 +2855 -0.440778834081400062 +2856 -0.440745470442491794 +2857 -0.440680970807864891 +2858 -0.440620923452583413 +2859 -0.44056532751251043 +2860 -0.440543090068643561 +2861 -0.440514182187833891 +2862 -0.440467486742992853 +2863 -0.440431910837218554 +2864 -0.440425240506611693 +2865 -0.440387442871438828 +2866 -0.440369656281272781 +2867 -0.440354093294291316 +2868 -0.440325191296006335 +2869 -0.440300736461396947 +2870 -0.440280728439214952 +2871 -0.44026738999717252 +2872 -0.440265166942118702 +2873 -0.440254051746647612 +2874 -0.440247382693200906 +2875 -0.440245159686024512 +2876 -0.440222929906821658 +2877 -0.440125125196615896 +2878 -0.44003177575734248 +2879 -0.439949547114288131 +2880 -0.439942880245828727 +2881 -0.439925102163701176 +2882 -0.439858437383654544 +2883 -0.439818440810091693 +2884 -0.439778445957034858 +2885 -0.439702904816710427 +2886 -0.439691796343032515 +2887 -0.439631812877842865 +2888 -0.43961626224056144 +2889 -0.43960071186326577 +2890 -0.439569611888564749 +2891 -0.439565169119916221 +2892 -0.439502972586644391 +2893 -0.439445222385884349 +2894 -0.439391917689554934 +2895 -0.439343057733562137 +2896 -0.439338616046586639 +2897 -0.439298641817729429 +2898 -0.439294200342729591 +2899 -0.439258669305734428 +2900 -0.439229801336875725 +2901 -0.439223139625051329 +2902 -0.439205375293265365 +2903 -0.43919205226689878 +2904 -0.439165406786194035 +2905 -0.439147643556082268 +2906 -0.4391432028015122 +2907 -0.439125439995052158 +2908 -0.43911211811260753 +2909 -0.439103236963543697 +2910 -0.439098796420780313 +2911 -0.439025530522553553 +2912 -0.438930071485580497 +2913 -0.438867917372156802 +2914 -0.438839061514967266 +2915 -0.438752499306056365 +2916 -0.438734743949590666 +2917 -0.43867038361858135 +2918 -0.438592713276552693 +2919 -0.438519487168151922 +2920 -0.438512830534467934 +2921 -0.438481766872479084 +2922 -0.438450704245630596 +2923 -0.438386363525214817 +2924 -0.438373052206387503 +2925 -0.438361959585870542 +2926 -0.438326464087016476 +2927 -0.438271005074949593 +2928 -0.438246604154488462 +2929 -0.438219985696652659 +2930 -0.4381734052234173 +2931 -0.438144570858100768 +2932 -0.438135698925018691 +2933 -0.438131262990121173 +2934 -0.438093558395168947 +2935 -0.438071379933533511 +2936 -0.438060290900437188 +2937 -0.438031460031225395 +2938 -0.438029242308958011 +2939 -0.438007065376213589 +2940 -0.437987106587424679 +2941 -0.43797158338019293 +2942 -0.437960495533138761 +2943 -0.437953842888147871 +2944 -0.437951625350357587 +2945 -0.437927232782468367 +2946 -0.437829668886238865 +2947 -0.43779419363430605 +2948 -0.43778754217467053 +2949 -0.43773654922535371 +2950 -0.437652306106939892 +2951 -0.437647872469164423 +2952 -0.437563637351169654 +2953 -0.437521522641479033 +2954 -0.437483842668899725 +2955 -0.437408487283808822 +2956 -0.437395189905717741 +2957 -0.437384108901903046 +2958 -0.437337570121169472 +2959 -0.437302113558529104 +2960 -0.43727109016997745 +2961 -0.437268874253068596 +2962 -0.43720904648285841 +2963 -0.437155869458127733 +2964 -0.437151438175982732 +2965 -0.437098264428985472 +2966 -0.437049524484892205 +2967 -0.437005217650049682 +2968 -0.43699635653507396 +2969 -0.436965343294064001 +2970 -0.436934331081807459 +2971 -0.436929900849743147 +2972 -0.436898889813044922 +2973 -0.436872309743032927 +2974 -0.436850160261835319 +2975 -0.436832441054611387 +2976 -0.436830226177315317 +2977 -0.436819151869522138 +2978 -0.436810292517708865 +2979 -0.436805862873274886 +2980 -0.43673056212772654 +2981 -0.436635337512616073 +2982 -0.436571121733102918 +2983 -0.43654455097558742 +2984 -0.4364582012241503 +2985 -0.43640285300986642 +2986 -0.436376287029603016 +2987 -0.436309875377528411 +2988 -0.436298807226921048 +2989 -0.436225760714651634 +2990 -0.436185919564520463 +2991 -0.436157146454813294 +2992 -0.436099602887638937 +2993 -0.436092963472802964 +2994 -0.43606640628415283 +2995 -0.436033210857306397 +2996 -0.43597788776021662 +2997 -0.435951333834190324 +2998 -0.435926993396556828 +2999 -0.435922567930388305 +3000 -0.435880527044409383 +3001 -0.435845125656223131 +3002 -0.435840700576749951 +3003 -0.435838488044850259 +3004 -0.43580087580188992 +3005 -0.435774326892291397 +3006 -0.435767689782418699 +3007 -0.435738929516159335 +3008 -0.435734504938152245 +3009 -0.435714594595624227 +3010 -0.435694684676078359 +3011 -0.435679199475508039 +3012 -0.435668138774596203 +3013 -0.435661502416701596 +3014 -0.435659290307845004 +3015 -0.435632745408778388 +3016 -0.43553542054293326 +3017 -0.4354911853074247 +3018 -0.435442528958713826 +3019 -0.435356280726712952 +3020 -0.435354069337884009 +3021 -0.43532753307863814 +3022 -0.435270040425755234 +3023 -0.43519044103107285 +3024 -0.43511527002590783 +3025 -0.435099794390076511 +3026 -0.435044526345554627 +3027 -0.43500473536893014 +3028 -0.434978208988435311 +3029 -0.43491631701600808 +3030 -0.434861059774681702 +3031 -0.43485884955268328 +3032 -0.434850008716726522 +3033 -0.434805805785743127 +3034 -0.434757184965269161 +3035 -0.434748345086590549 +3036 -0.434712986404073964 +3037 -0.434673209477638822 +3038 -0.434640063325911763 +3039 -0.434637853624058046 +3040 -0.434606918343987458 +3041 -0.434580403200599208 +3042 -0.434558307819543299 +3043 -0.434540631888912565 +3044 -0.434536212958225976 +3045 -0.434527375159215246 +3046 -0.434518537443352337 +3047 -0.43451411861660022 +3048 -0.434436792512804759 +3049 -0.434412491337421103 +3050 -0.434341800582477622 +3051 -0.434275532829040634 +3052 -0.434251235823504111 +3053 -0.434165096955452467 +3054 -0.434083382761083048 +3055 -0.434014924984671757 +3056 -0.434006092086238693 +3057 -0.433933223839739757 +3058 -0.433864776993285517 +3059 -0.433800750581361583 +3060 -0.43377867351869881 +3061 -0.433772050500928763 +3062 -0.43374114370115191 +3063 -0.433727898240629628 +3064 -0.433685955512457477 +3065 -0.433657258933567102 +3066 -0.433652844152953076 +3067 -0.433635185237620624 +3068 -0.433588832161453941 +3069 -0.433546895631176765 +3070 -0.433509375056355339 +3071 -0.433478476882460717 +3072 -0.43347626990885002 +3073 -0.43344757972276704 +3074 -0.433423304094416983 +3075 -0.433403442682278373 +3076 -0.433387995206966137 +3077 -0.433376961451207021 +3078 -0.433370341259820213 +3079 -0.433368134539702354 +3080 -0.43333944764882032 +3081 -0.433335034358568127 +3082 -0.433242360041126984 +3083 -0.433196026302246739 +3084 -0.433149694842684174 +3085 -0.43306145074755803 +3086 -0.432977626512767833 +3087 -0.432898220958173763 +3088 -0.432867342827176038 +3089 -0.432858520689856086 +3090 -0.432823232966369709 +3091 -0.432752661482583012 +3092 -0.432686505514578101 +3093 -0.432684300395597021 +3094 -0.432624764132568007 +3095 -0.432567436469128874 +3096 -0.432514521719123246 +3097 -0.432488065457453552 +3098 -0.432466019139625568 +3099 -0.43245499617395633 +3100 -0.432421928049857018 +3101 -0.432404292191014727 +3102 -0.432382247831122113 +3103 -0.432346977926754639 +3104 -0.432316117842066305 +3105 -0.432289667144302503 +3106 -0.432267625462602723 +3107 -0.432249992487968249 +3108 -0.432243380207432859 +3109 -0.432236767973233238 +3110 -0.432227951733042737 +3111 -0.432223543643836305 +3112 -0.432144201558994134 +3113 -0.432049440587404965 +3114 -0.431959095961468531 +3115 -0.431873166412704457 +3116 -0.431848931287101001 +3117 -0.431800462901695825 +3118 -0.431791650735233346 +3119 -0.431721156363299219 +3120 -0.431714547785669089 +3121 -0.431641856483014286 +3122 -0.43163965380358349 +3123 -0.431615424668792824 +3124 -0.431573575808563037 +3125 -0.431509704805809302 +3126 -0.431478872073716768 +3127 -0.431450242580359467 +3128 -0.431395188299852905 +3129 -0.431364359303464728 +3130 -0.431344541193885822 +3131 -0.431298300553942027 +3132 -0.431256465733329653 +3133 -0.431254263951945216 +3134 -0.431219036147121426 +3135 -0.431186011272103542 +3136 -0.431183809654780426 +3137 -0.431157390646727534 +3138 -0.43114858447473281 +3139 -0.431133173871068531 +3140 -0.431113360606789509 +3141 -0.431097950577111366 +3142 -0.431086943566786673 +3143 -0.431080339422081793 +3144 -0.431078138050761561 +3145 -0.431073735323492579 +3146 -0.431047319390268635 +3147 -0.430950467279725857 +3148 -0.430902044942729545 +3149 -0.43085802678688212 +3150 -0.430769996617996531 +3151 -0.430734786843234407 +3152 -0.430686375541692368 +3153 -0.43060716238884611 +3154 -0.430571958670713628 +3155 -0.430532356052481968 +3156 -0.43051255536455113 +3157 -0.430461955487671633 +3158 -0.430413558135402052 +3159 -0.430395959711439846 +3160 -0.430334367802676421 +3161 -0.430277178902051582 +3162 -0.430274979397902546 +3163 -0.43025958301185474 +3164 -0.430224392211940587 +3165 -0.430176006996349836 +3166 -0.430162811457305505 +3167 -0.430132022580851703 +3168 -0.430110031138743687 +3169 -0.430092438352523254 +3170 -0.430057253759890901 +3171 -0.43005505476622502 +3172 -0.430026468312881383 +3173 -0.430013274855999439 +3174 -0.430000081582776583 +3175 -0.429978093202176226 +3176 -0.429960502864963123 +3177 -0.429951707818770845 +3178 -0.429947310326277143 +3179 -0.429938515402492283 +3180 -0.429934117971200513 +3181 -0.429852769171556459 +3182 -0.429758237443568836 +3183 -0.429687894366426348 +3184 -0.429670309412374718 +3185 -0.429668111316043877 +3186 -0.429582389532346398 +3187 -0.429556015157376514 +3188 -0.429501070897857717 +3189 -0.429428549347213639 +3190 -0.429424154279866799 +3191 -0.429351638607468944 +3192 -0.42930549515539379 +3193 -0.429283522871468093 +3194 -0.429219806124286896 +3195 -0.429189047845982774 +3196 -0.429186850864238578 +3197 -0.429160487479880115 +3198 -0.429134124827596108 +3199 -0.429105566113656023 +3200 -0.429072614818779341 +3201 -0.429055041262400905 +3202 -0.429037468031248204 +3203 -0.429008912224210892 +3204 -0.428967178358428958 +3205 -0.428962785426607374 +3206 -0.428958392515104758 +3207 -0.428929839085586462 +3208 -0.428896893887351471 +3209 -0.428890304984825277 +3210 -0.428868342306482297 +3211 -0.428850772529409452 +3212 -0.428844183946785584 +3213 -0.428824418473081392 +3214 -0.428809045611172668 +3215 -0.428798065147820595 +3216 -0.428791476930725279 +3217 -0.428789280868512646 +3218 -0.428756340544432124 +3219 -0.428747556650883599 +3220 -0.428659722181143121 +3221 -0.428607025395880747 +3222 -0.428567504724311155 +3223 -0.428527985695911995 +3224 -0.428479686892279998 +3225 -0.428475296213629675 +3226 -0.428455538410642989 +3227 -0.428396267465174896 +3228 -0.428317245284791537 +3229 -0.428242619254491974 +3230 -0.428220671536379549 +3231 -0.428172388339105647 +3232 -0.428106551564836124 +3233 -0.428045108019172948 +3234 -0.427988056850810095 +3235 -0.427983668441073273 +3236 -0.427935397269568418 +3237 -0.427887128546325712 +3238 -0.427871770829551135 +3239 -0.427843250012949428 +3240 -0.427816923863791443 +3241 -0.427803761062237942 +3242 -0.427768661147865492 +3243 -0.427764273749561608 +3244 -0.42773794978433255 +3245 -0.427718207288046381 +3246 -0.427711626546922574 +3247 -0.427689691071663991 +3248 -0.427672143055296883 +3249 -0.427661175709289521 +3250 -0.427658982255246345 +3251 -0.427650208489599781 +3252 -0.427645821637091417 +3253 -0.427562475278838394 +3254 -0.42746817109010149 +3255 -0.427395804439323346 +3256 -0.427378261836636852 +3257 -0.427376069034012374 +3258 -0.427292746273551127 +3259 -0.427211623217386149 +3260 -0.427137083793760253 +3261 -0.427134891546012585 +3262 -0.427062550198528901 +3263 -0.426994598175165718 +3264 -0.426931034537195386 +3265 -0.426895966757440959 +3266 -0.426871858406847937 +3267 -0.426817068967231705 +3268 -0.426782005377484508 +3269 -0.426766665462260386 +3270 -0.426720647196584257 +3271 -0.426679013535527729 +3272 -0.426672439965648742 +3273 -0.426641763905032778 +3274 -0.426608897791606878 +3275 -0.426597942672020058 +3276 -0.42658041474227687 +3277 -0.426567269006246197 +3278 -0.42655631436454855 +3279 -0.42653659632637092 +3280 -0.42652126035610638 +3281 -0.426510306242507076 +3282 -0.426503733834695087 +3283 -0.426501543042148601 +3284 -0.426466491045283669 +3285 -0.426455537560242903 +3286 -0.426370104690330431 +3287 -0.426313153690881963 +3288 -0.426278108610392503 +3289 -0.426190501535792965 +3290 -0.426183931329173982 +3291 -0.426146701012070195 +3292 -0.426107282258057218 +3293 -0.42605472644971687 +3294 -0.426028449629804407 +3295 -0.42595400256464333 +3296 -0.425929917991350271 +3297 -0.425883940037075581 +3298 -0.425818261082402505 +3299 -0.425756964796638493 +3300 -0.425713184141869205 +3301 -0.425700050336429825 +3302 -0.42567378326686256 +3303 -0.425647516918978619 +3304 -0.425599363821972831 +3305 -0.425581854206124321 +3306 -0.425555590383520532 +3307 -0.425516196002090841 +3308 -0.425481180136460357 +3309 -0.425450542305663815 +3310 -0.425424282088950667 +3311 -0.425402399125748287 +3312 -0.425384893115628659 +3313 -0.425371763818281734 +3314 -0.425363011053494167 +3315 -0.425358634701132332 +3316 -0.425273299831302687 +3317 -0.425179221488128367 +3318 -0.425104840508146176 +3319 -0.425082964849407663 +3320 -0.425004216617257347 +3321 -0.424973594054148252 +3322 -0.424923287683910134 +3323 -0.424918913341847615 +3324 -0.424846739582848965 +3325 -0.424774571263088097 +3326 -0.424724275346869462 +3327 -0.424706781734201677 +3328 -0.424643370066234593 +3329 -0.424606199660521932 +3330 -0.424604013210978404 +3331 -0.424584335389619316 +3332 -0.424544980959276064 +3333 -0.424529676895097352 +3334 -0.424492510899656617 +3335 -0.424479393833646412 +3336 -0.424433485516413689 +3337 -0.424391951314652904 +3338 -0.424365720114527445 +3339 -0.42435479065966919 +3340 -0.424322003042767071 +3341 -0.42429358801520467 +3342 -0.424278287964590661 +3343 -0.424269545188154129 +3344 -0.424258616829722879 +3345 -0.424249874232666135 +3346 -0.42423457487964078 +3347 -0.42422364691980291 +3348 -0.424217090203684033 +3349 -0.424214904641607937 +3350 -0.424190863787559325 +3351 -0.424177750848490742 +3352 -0.424164638088738555 +3353 -0.424026964935134976 +3354 -0.42402040956358078 +3355 -0.423989818421998843 +3356 -0.423902420535258007 +3357 -0.423819399916412154 +3358 -0.423764785005152744 +3359 -0.423740755428808513 +3360 -0.42366648599621326 +3361 -0.423640274627262559 +3362 -0.423596590602715206 +3363 -0.423531068292633761 +3364 -0.423520148342334979 +3365 -0.423469918170433446 +3366 -0.423413139400643734 +3367 -0.423404404503234466 +3368 -0.423360731207782837 +3369 -0.423312692876289309 +3370 -0.423308325874371838 +3371 -0.423293041524000824 +3372 -0.42326902375045744 +3373 -0.423229723234377797 +3374 -0.423194790791884379 +3375 -0.423186057879705702 +3376 -0.423164225946506323 +3377 -0.423138028281424772 +3378 -0.423116197439436237 +3379 -0.423098733122919901 +3380 -0.423090001083678835 +3381 -0.423085635093811196 +3382 -0.423083452106315594 +3383 -0.423076903173580265 +3384 -0.423072537243216251 +3385 -0.422985222800559113 +3386 -0.422919742173225754 +3387 -0.422891368619801589 +3388 -0.422814982445383847 +3389 -0.422716780565205563 +3390 -0.422684048833388726 +3391 -0.422636044308218217 +3392 -0.422627316470123748 +3393 -0.422559678409717754 +3394 -0.422557496615976746 +3395 -0.422487681828547068 +3396 -0.42243532406213391 +3397 -0.422420053583542066 +3398 -0.422356792753443622 +3399 -0.42231752950195689 +3400 -0.422313167017324853 +3401 -0.422297898476814759 +3402 -0.422243369951963321 +3403 -0.422204111326502651 +3404 -0.422193206436869806 +3405 -0.422162673402975031 +3406 -0.422147407249121198 +3407 -0.422105971765849297 +3408 -0.422095067987643957 +3409 -0.422068899423675037 +3410 -0.422036189718657861 +3411 -0.422016564428893848 +3412 -0.422007842206250927 +3413 -0.421990397997928701 +3414 -0.421983856501260468 +3415 -0.421964232277811879 +3416 -0.421948969269320462 +3417 -0.421938067268467054 +3418 -0.42193152612717999 +3419 -0.42192934575662161 +3420 -0.421890099930447016 +3421 -0.421794172418702262 +3422 -0.42170261415648802 +3423 -0.421615423897771235 +3424 -0.42156311352807363 +3425 -0.42153260045657942 +3426 -0.421506447163941034 +3427 -0.421475935885838537 +3428 -0.421454142706894297 +3429 -0.421380049582550542 +3430 -0.421310320077140532 +3431 -0.421244953243923137 +3432 -0.421183948195739455 +3433 -0.421127304104932487 +3434 -0.421116411391789958 +3435 -0.42107502020327392 +3436 -0.421027095781893512 +3437 -0.421005312740730997 +3438 -0.420983530191217814 +3439 -0.420944322840909546 +3440 -0.420909473199816475 +3441 -0.420898582944997601 +3442 -0.420878980795922841 +3443 -0.420852845216307503 +3444 -0.420831066107106355 +3445 -0.420813643173481466 +3446 -0.420800576179594099 +3447 -0.420796220554264189 +3448 -0.420791864948583338 +3449 -0.420787509362551382 +3450 -0.420698224178398028 +3451 -0.420604592487333839 +3452 -0.420526210144467727 +3453 -0.420515324210953612 +3454 -0.420395587036969776 +3455 -0.420349873120834439 +3456 -0.420330282104454056 +3457 -0.420273688065598783 +3458 -0.420269334815252471 +3459 -0.420201861941852717 +3460 -0.420143099082623706 +3461 -0.420134393777613191 +3462 -0.420071282660241185 +3463 -0.420029936230525147 +3464 -0.420023408008488142 +3465 -0.420012527736359387 +3466 -0.419958128211776138 +3467 -0.41990808335141383 +3468 -0.419873271062579101 +3469 -0.419862392479243229 +3470 -0.419821054978222807 +3471 -0.419808001397491304 +3472 -0.41978407029024345 +3473 -0.419751437916078163 +3474 -0.419727508207806521 +3475 -0.419723157415338222 +3476 -0.419703579091311452 +3477 -0.419699228406432479 +3478 -0.419679650566534779 +3479 -0.41966442363155293 +3480 -0.419653547396107496 +3481 -0.41964702171351137 +3482 -0.419644846495757451 +3483 -0.419603518287304689 +3484 -0.419507817631771751 +3485 -0.419449096913264763 +3486 -0.419438223096968599 +3487 -0.419416475830738156 +3488 -0.419329491649838015 +3489 -0.419246863914202961 +3490 -0.419188159016882111 +3491 -0.419168591508356725 +3492 -0.419094673376114779 +3493 -0.419025108520490353 +3494 -0.418959896003603949 +3495 -0.418944680381056922 +3496 -0.418842524529568605 +3497 -0.418829484131929164 +3498 -0.418803403862889279 +3499 -0.418790363991469961 +3500 -0.418742552630068099 +3501 -0.418718647833469515 +3502 -0.418699089801867985 +3503 -0.418659974922056588 +3504 -0.418655628921689782 +3505 -0.418625207464451421 +3506 -0.418612169989185101 +3507 -0.418594786961453691 +3508 -0.418568713004005333 +3509 -0.418546985241553371 +3510 -0.418529603382018334 +3511 -0.418516567191767941 +3512 -0.418510049162339692 +3513 -0.418507876495596065 +3514 -0.418503531176707688 +3515 -0.418412283975823973 +3516 -0.418318873112032641 +3517 -0.418212439133958891 +3518 -0.418210267133482361 +3519 -0.418145109379014168 +3520 -0.418108188592710817 +3521 -0.41806475417105543 +3522 -0.417988748608148442 +3523 -0.417917091668537632 +3524 -0.417860638409213614 +3525 -0.417849782389341617 +3526 -0.417793333041663884 +3527 -0.417786819866466375 +3528 -0.417728203254524755 +3529 -0.417673931766760265 +3530 -0.417624004674976901 +3531 -0.417584933087936094 +3532 -0.417578421309473924 +3533 -0.41753718105898574 +3534 -0.417521987723564914 +3535 -0.417500283370627168 +3536 -0.417467727749844975 +3537 -0.417439513760371694 +3538 -0.417417811248709303 +3539 -0.417415641024188155 +3540 -0.417396109221489231 +3541 -0.417380918090655029 +3542 -0.417370067428227742 +3543 -0.417363557088893333 +3544 -0.417361386985468708 +3545 -0.417317985934008373 +3546 -0.417222510438449379 +3547 -0.41716175818439355 +3548 -0.417057620289536635 +3549 -0.417044603836409955 +3550 -0.416962170343268934 +3551 -0.416901434342621002 +3552 -0.416884081895734226 +3553 -0.416823350767709766 +3554 -0.416810337447515888 +3555 -0.416777804908099903 +3556 -0.416740936010966123 +3557 -0.41667587665699013 +3558 -0.416615158514964445 +3559 -0.416558780772657289 +3560 -0.416543602707313443 +3561 -0.416506742676156949 +3562 -0.41645904352980373 +3563 -0.416435194832451061 +3564 -0.416433026798005201 +3565 -0.416415682696128164 +3566 -0.416400506860270525 +3567 -0.416376659595793952 +3568 -0.416367988007970369 +3569 -0.416341973707545276 +3570 -0.416311624568161565 +3571 -0.416285611772415298 +3572 -0.416263934973035432 +3573 -0.416246593880677085 +3574 -0.416233588263895504 +3575 -0.416224917949125084 +3576 -0.416220582820664042 +3577 -0.416034190533336901 +3578 -0.415951842500741242 +3579 -0.415945341636441257 +3580 -0.415860834343692309 +3581 -0.415780667525989078 +3582 -0.415759001949375206 +3583 -0.415704840112738672 +3584 -0.415633351091760694 +3585 -0.415574863969890351 +3586 -0.415566199509196321 +3587 -0.415503384469422588 +3588 -0.415444905134973175 +3589 -0.415390760726462582 +3590 -0.415345281743726258 +3591 -0.415340950522517127 +3592 -0.415297639367056104 +3593 -0.415295473859709607 +3594 -0.415254330132500793 +3595 -0.415217518793184637 +3596 -0.41518503935183998 +3597 -0.415156891376285975 +3598 -0.415152560990502961 +3599 -0.415133074492044396 +3600 -0.415113588382305221 +3601 -0.415098432787898985 +3602 -0.415087607507273693 +3603 -0.415081112396476104 +3604 -0.415078947369139473 +3605 -0.415033482903329365 +3606 -0.415029153064542633 +3607 -0.414938230881873871 +3608 -0.414875456216352911 +3609 -0.414847317157849504 +3610 -0.414760740519922233 +3611 -0.41467849981514382 +3612 -0.414615741825646755 +3613 -0.414600593948848517 +3614 -0.414527021884554703 +3615 -0.414509711614885035 +3616 -0.414457782643873285 +3617 -0.414392875306418662 +3618 -0.414373403944892138 +3619 -0.414332299009727623 +3620 -0.414325808914659144 +3621 -0.414276052949181017 +3622 -0.414258747119408577 +3623 -0.414228462653679408 +3624 -0.414224136377933094 +3625 -0.414176548606843775 +3626 -0.414133289004417537 +3627 -0.414094356996746848 +3628 -0.414068403185108291 +3629 -0.414059752067460762 +3630 -0.414042450061497314 +3631 -0.414029473757679178 +3632 -0.41400352166597143 +3633 -0.413981895448320647 +3634 -0.413964594818093001 +3635 -0.413951619546012173 +3636 -0.413942969460138921 +3637 -0.413938644445855319 +3638 -0.413843498963730405 +3639 -0.413800254072591023 +3640 -0.413666207040704892 +3641 -0.413661883248239493 +3642 -0.413633779062269391 +3643 -0.413497593269594454 +3644 -0.413421942671498677 +3645 -0.413411135919765305 +3646 -0.413350620311348449 +3647 -0.413290108437776027 +3648 -0.413283625244229735 +3649 -0.413264175920762089 +3650 -0.41322095658291802 +3651 -0.413162613497799369 +3652 -0.413160452709442128 +3653 -0.413108595216795882 +3654 -0.413061061589975742 +3655 -0.413058901025296854 +3656 -0.413013530266095219 +3657 -0.412972482339328262 +3658 -0.412935756702424439 +3659 -0.412914154028628855 +3660 -0.412903352870055529 +3661 -0.412875270414091666 +3662 -0.412851508963564873 +3663 -0.412832068204634806 +3664 -0.412816947880561391 +3665 -0.412806147791681621 +3666 -0.412799667795391623 +3667 -0.412797507806134445 +3668 -0.412726230826803764 +3669 -0.412654959021926393 +3670 -0.41259017096098427 +3671 -0.412564256933393103 +3672 -0.412318107763843533 +3673 -0.412249024343768866 +3674 -0.412208008360787415 +3675 -0.412110872070292067 +3676 -0.412093604401310765 +3677 -0.412050436555775779 +3678 -0.411994321190043089 +3679 -0.411974897386515992 +3680 -0.411942525233253254 +3681 -0.41189504800272958 +3682 -0.411851888872899141 +3683 -0.411813047275237043 +3684 -0.411795784835259082 +3685 -0.411778522698214466 +3686 -0.411748314687254757 +3687 -0.411722422844691849 +3688 -0.411700846829734624 +3689 -0.411683586358437215 +3690 -0.411670641203673082 +3691 -0.411662011195115363 +3692 -0.411657696219220992 +3693 -0.411515312628227159 +3694 -0.41137942023043228 +3695 -0.411295305764214247 +3696 -0.411215511501720588 +3697 -0.411140036392353636 +3698 -0.411127098382850775 +3699 -0.411068879442835877 +3700 -0.41102791262143179 +3701 -0.411006351820659033 +3702 -0.411002039717120848 +3703 -0.410939516336310484 +3704 -0.410881308478575513 +3705 -0.410827415379082961 +3706 -0.410777836329927315 +3707 -0.41073257068006791 +3708 -0.410691617835270306 +3709 -0.41067006438965542 +3710 -0.410654977258053444 +3711 -0.410626958911791184 +3712 -0.410622648467641627 +3713 -0.410594631039922164 +3714 -0.410570924607407073 +3715 -0.410566614408173991 +3716 -0.41055152885920021 +3717 -0.410536443540969742 +3718 -0.410525668454925885 +3719 -0.410519203459802418 +3720 -0.410517048470844748 +3721 -0.410467485024247236 +3722 -0.410441626823306982 +3723 -0.41037267493426699 +3724 -0.410305882386759524 +3725 -0.41028649184882271 +3726 -0.410282182892136194 +3727 -0.410196007709156762 +3728 -0.410174465089049201 +3729 -0.410122764719009381 +3730 -0.410114148253924615 +3731 -0.410047373199354637 +3732 -0.409963372286947847 +3733 -0.409924605045090706 +3734 -0.409894453797976288 +3735 -0.409829847082120668 +3736 -0.409769551293028944 +3737 -0.409713565641111832 +3738 -0.409661889393473533 +3739 -0.409657583161497141 +3740 -0.409614521873845561 +3741 -0.409582227139468624 +3742 -0.409571462462526958 +3743 -0.409532710596328564 +3744 -0.409511182438283661 +3745 -0.409498265768523217 +3746 -0.409485349267551424 +3747 -0.409476738360670667 +3748 -0.409468127528800463 +3749 -0.409442295483226304 +3750 -0.409420769294208231 +3751 -0.409403548680465024 +3752 -0.409390633417001881 +3753 -0.409382023335090106 +3754 -0.409377718322252282 +3755 -0.40937556582286283 +3756 -0.409278708199914187 +3757 -0.409186164222991255 +3758 -0.409097932680443754 +3759 -0.408934402337147729 +3760 -0.40885910139806747 +3761 -0.40884404189770851 +3762 -0.408788108616508605 +3763 -0.408723574141923396 +3764 -0.408721423065216971 +3765 -0.408600970227393889 +3766 -0.40859021622219649 +3767 -0.408547201369101443 +3768 -0.408497736597414174 +3769 -0.408495586011200951 +3770 -0.408459026759923627 +3771 -0.408452575267404749 +3772 -0.408411716790418711 +3773 -0.408388062652851769 +3774 -0.408375160634021905 +3775 -0.408366559381472483 +3776 -0.408342906321953247 +3777 -0.408340756071813249 +3778 -0.408314953434081973 +3779 -0.408297752048852269 +3780 -0.408291301606370394 +3781 -0.408271950530841421 +3782 -0.408256899955551422 +3783 -0.408246149684567183 +3784 -0.408239699577949033 +3785 -0.408228949493535942 +3786 -0.408185950321833024 +3787 -0.408158001860498276 +3788 -0.408091358709371355 +3789 -0.40802257047780266 +3790 -0.408001075134106161 +3791 -0.407915098418512478 +3792 -0.407891456128391339 +3793 -0.407833427441819663 +3794 -0.407682998505227157 +3795 -0.407642171728973268 +3796 -0.407627130708499819 +3797 -0.407614238586680777 +3798 -0.407549780489566693 +3799 -0.407523998422812062 +3800 -0.407489623375484999 +3801 -0.407433766462265035 +3802 -0.407382209023896769 +3803 -0.407373616377787517 +3804 -0.407334950390464967 +3805 -0.407291989948090571 +3806 -0.407253327138874854 +3807 -0.407218961460851014 +3808 -0.407188892467938546 +3809 -0.407163119769903825 +3810 -0.407141643032325307 +3811 -0.407124461976563934 +3812 -0.407111576379738216 +3813 -0.407102986074704409 +3814 -0.40709869095004142 +3815 -0.40709439584394741 +3816 -0.407085805687464664 +3817 -0.406997760865267955 +3818 -0.406978434997240734 +3819 -0.406941931605251606 +3820 -0.406817400709868271 +3821 -0.406785196982800357 +3822 -0.406776609498430197 +3823 -0.40673367318917325 +3824 -0.40668644539044313 +3825 -0.406654245904626011 +3826 -0.406579117825282443 +3827 -0.406508287976445226 +3828 -0.406441755439577168 +3829 -0.406379519352218999 +3830 -0.406267933356129318 +3831 -0.406218582002202511 +3832 -0.406214290695762203 +3833 -0.406173524207266823 +3834 -0.406158505395503577 +3835 -0.406132759388199704 +3836 -0.4060962870175715 +3837 -0.406064106623596766 +3838 -0.406036217790092746 +3839 -0.406012620156442849 +3840 -0.405978297323881077 +3841 -0.405967571681300876 +3842 -0.405961136351199237 +3843 -0.405958991250406132 +3844 -0.405905365232084592 +3845 -0.405720913773072511 +3846 -0.405635134030153499 +3847 -0.405553650112581765 +3848 -0.405482893166834724 +3849 -0.405403565593077109 +3850 -0.405360688451148032 +3851 -0.405334963050919317 +3852 -0.405270652453486591 +3853 -0.405242785815702222 +3854 -0.405210632970263107 +3855 -0.405154903826434598 +3856 -0.405129183733103915 +3857 -0.405103464302817184 +3858 -0.405056313735795426 +3859 -0.405013451517262313 +3860 -0.404974877094565033 +3861 -0.404940589970456177 +3862 -0.404914875400329888 +3863 -0.404910589703049384 +3864 -0.404884875905779817 +3865 -0.404863448247370195 +3866 -0.404846306451801197 +3867 -0.404833450298286546 +3868 -0.404824879621253797 +3869 -0.404820594310329573 +3870 -0.404794882831053526 +3871 -0.404717752365691796 +3872 -0.404625632117037171 +3873 -0.404537804443508953 +3874 -0.404492822527897533 +3875 -0.404469261380374978 +3876 -0.404454268212152634 +3877 -0.404375022345917656 +3878 -0.404332189359027705 +3879 -0.404300065823561483 +3880 -0.404280792197865502 +3881 -0.404229397679558511 +3882 -0.404163017004014413 +3883 -0.404160875765283478 +3884 -0.404100922942584595 +3885 -0.40404525568295957 +3886 -0.404043114696398364 +3887 -0.404023846023612798 +3888 -0.403989591521988045 +3889 -0.403940352731222529 +3890 -0.40389539769124605 +3891 -0.403854725824422056 +3892 -0.403818336608281703 +3893 -0.403786229575477607 +3894 -0.403758404313741825 +3895 -0.403734860465849998 +3896 -0.403732720143509971 +3897 -0.403724158899927688 +3898 -0.40371559772958876 +3899 -0.403700615857729095 +3900 -0.403689914658004967 +3901 -0.403683493993095333 +3902 -0.403681353780612873 +3903 -0.403625709862433513 +3904 -0.403531550278071638 +3905 -0.40345879666460549 +3906 -0.403219175080033687 +3907 -0.403202061445933624 +3908 -0.403197783083087236 +3909 -0.403080135263569173 +3910 -0.403056607357148822 +3911 -0.402992443146973911 +3912 -0.402962501254613081 +3913 -0.402932560256648253 +3914 -0.402876957918650191 +3915 -0.402849157906067179 +3916 -0.402825635420565487 +3917 -0.40277859210502448 +3918 -0.402740103761114909 +3919 -0.402735827369643196 +3920 -0.402663131504437943 +3921 -0.402633199444318191 +3922 -0.402607544103684378 +3923 -0.402586165154376396 +3924 -0.402569062322972349 +3925 -0.402556235390763795 +3926 -0.402547684193736377 +3927 -0.40254340862255511 +3928 -0.40243866281967855 +3929 -0.402346752040118161 +3930 -0.402259124018416014 +3931 -0.402252712512279176 +3932 -0.402209970184436716 +3933 -0.402096711814835694 +3934 -0.402026198905007404 +3935 -0.402021925554428894 +3936 -0.401970646765573925 +3937 -0.401951417894638341 +3938 -0.401880915183389198 +3939 -0.401712156060089309 +3940 -0.401663028982934767 +3941 -0.401618175922411225 +3942 -0.401577596306321394 +3943 -0.401547696584647174 +3944 -0.40154128961711566 +3945 -0.401509255391847009 +3946 -0.401481493222129504 +3947 -0.401458002754101595 +3948 -0.401445190002819308 +3949 -0.401438783688395251 +3950 -0.40142383578010965 +3951 -0.401413158838788475 +3952 -0.401406752728403426 +3953 -0.401404617367342786 +3954 -0.40125301831802862 +3955 -0.40117829479810202 +3956 -0.401167620462534569 +3957 -0.401077960513730403 +3958 -0.4010480756391126 +3959 -0.400988308551690764 +3960 -0.400922141986709946 +3961 -0.400920007653789767 +3962 -0.400847443026421002 +3963 -0.40083036975642572 +3964 -0.400779151683183732 +3965 -0.400715132754403514 +3966 -0.400683124815856995 +3967 -0.400676723350197883 +3968 -0.400655385425134014 +3969 -0.400599908935085014 +3970 -0.400548702578554128 +3971 -0.400501765704364909 +3972 -0.400459097715808343 +3973 -0.400433497789767889 +3974 -0.400420698070590331 +3975 -0.40038656628078334 +3976 -0.400356701912782609 +3977 -0.400331104587268838 +3978 -0.400309773979172889 +3979 -0.40029270981764864 +3980 -0.400279911886047501 +3981 -0.400271380021900047 +3982 -0.400267114116901412 +3983 -0.40026071529324625 +3984 -0.400241519065939633 +3985 -0.400068769462623597 +3986 -0.399898181606428205 +3987 -0.399819294476285336 +3988 -0.399744677190411679 +3989 -0.399729754395173942 +3990 -0.399674328801392809 +3991 -0.399612511536531489 +3992 -0.399608248416400857 +3993 -0.399601853769955162 +3994 -0.399546435197115635 +3995 -0.399488888359649408 +3996 -0.399486757058272857 +3997 -0.399473969344466107 +3998 -0.399461181792570508 +3999 -0.399435607174477791 +4000 -0.399386590966374855 +4001 -0.399375935583690445 +4002 -0.399341839114352892 +4003 -0.399314136580341816 +4004 -0.399301351051607634 +4005 -0.39926512626546784 +4006 -0.399233164297349563 +4007 -0.399205464742715455 +4008 -0.399182027251039295 +4009 -0.399171374025417913 +4010 -0.399162851525774687 +4011 -0.399147937324328239 +4012 -0.399137284458038644 +4013 -0.399130892792160075 +4014 -0.399128762245849478 +4015 -0.399032892309526876 +4016 -0.398994546880622247 +4017 -0.39889868967039005 +4018 -0.398800711690714793 +4019 -0.39871978051781376 +4020 -0.398643114852292035 +4021 -0.398521739427348864 +4022 -0.39840463658690578 +4023 -0.398379088676467097 +4024 -0.398323737082098672 +4025 -0.398291804846390152 +4026 -0.398272645988321683 +4027 -0.398234329359601957 +4028 -0.398225814750100382 +4029 -0.398183242776353197 +4030 -0.398123645019175187 +4031 -0.398110874527413783 +4032 -0.398055537590053354 +4033 -0.39803425495743272 +4034 -0.398017229173224574 +4035 -0.398004460022823248 +4036 -0.397995947345291534 +4037 -0.397991691033345307 +4038 -0.397978922204782037 +4039 -0.397566150076938241 +4040 -0.397542750505303244 +4041 -0.397468300914079753 +4042 -0.397442776597783765 +4043 -0.397398110589489928 +4044 -0.39733217864713144 +4045 -0.397208833613923673 +4046 -0.397159925078876264 +4047 -0.397111018900198509 +4048 -0.397098261154102461 +4049 -0.397066367490228722 +4050 -0.397034474828200867 +4051 -0.397025970287510466 +4052 -0.396991952837026985 +4053 -0.396989826784209243 +4054 -0.396957936526068034 +4055 -0.396906914195884031 +4056 -0.396887781482873292 +4057 -0.396872900733028944 +4058 -0.396862271759469809 +4059 -0.396855894428721101 +4060 -0.396853768660702377 +4061 -0.396792123323184864 +4062 -0.396753862581277095 +4063 -0.396575331498967731 +4064 -0.396524328378157986 +4065 -0.39636496011628114 +4066 -0.396294845993482969 +4067 -0.396163129499247757 +4068 -0.395950719467629775 +4069 -0.395906118993133993 +4070 -0.395870015278393494 +4071 -0.395836036481230946 +4072 -0.395823294724674368 +4073 -0.395806305963989857 +4074 -0.395759588333718937 +4075 -0.395751094449415697 +4076 -0.395729860048632309 +4077 -0.395721366412302211 +4078 -0.395717119620703883 +4079 -0.39560670925466479 +4080 -0.39553027831946308 +4081 -0.395345593894236846 +4082 -0.395122743457599179 +4083 -0.395056958831586147 +4084 -0.394995422216483705 +4085 -0.394938132843136114 +4086 -0.394931767555820878 +4087 -0.394836293011726125 +4088 -0.394791741281808661 +4089 -0.394751434249823674 +4090 -0.394683552320570896 +4091 -0.394632643836281716 +4092 -0.394598706257241694 +4093 -0.394588100995168889 +4094 -0.394581737890807527 +4095 -0.39457961686483406 +4096 -0.394515988134561679 +4097 -0.394511746360198423 +4098 -0.394473571183871052 +4099 -0.394422673168716487 +4100 -0.394333607745541548 +4101 -0.394168221131013963 +4102 -0.394087657861777851 +4103 -0.394079177887086962 +4104 -0.393966824863878795 +4105 -0.393951986708506452 +4106 -0.393888397053198336 +4107 -0.393829050276181536 +4108 -0.393765468265460827 +4109 -0.39369765181059535 +4110 -0.393634077967334739 +4111 -0.393629839851587171 +4112 -0.393595935557631393 +4113 -0.393532368034487212 +4114 -0.393526011499369055 +4115 -0.393485754360531237 +4116 -0.393456092218917641 +4117 -0.393447617479216527 +4118 -0.393443380135681475 +4119 -0.393426430936971161 +4120 -0.393405244833277101 +4121 -0.393367110951652943 +4122 -0.393331096923378531 +4123 -0.39327390077646962 +4124 -0.393269664151954912 +4125 -0.39325059955857522 +4126 -0.39312986537575878 +4127 -0.392992203411086871 +4128 -0.392782569182986152 +4129 -0.392774100014404159 +4130 -0.392769865456354728 +4131 -0.392664007189856556 +4132 -0.392655539000729192 +4133 -0.392611082155246427 +4134 -0.392441740398001115 +4135 -0.392439623802960436 +4136 -0.392382477387635764 +4137 -0.392363429289924515 +4138 -0.392359196427349732 +4139 -0.392338032376429113 +4140 -0.392308403438553221 +4141 -0.392037549948620057 +4142 -0.392007929683577394 +4143 -0.391893688093088943 +4144 -0.391811188180409886 +4145 -0.391690623302325847 +4146 -0.391665243025441145 +4147 -0.391614484352246384 +4148 -0.391555269068704526 +4149 -0.391500286502926786 +4150 -0.391411474724037589 +4151 -0.391403016859508124 +4152 -0.391360728580466999 +4153 -0.391322670616284007 +4154 -0.391288842497206357 +4155 -0.39126770048783599 +4156 -0.39123387417681621 +4157 -0.391212733297352122 +4158 -0.39119582090662991 +4159 -0.391183136796070641 +4160 -0.391170452841915595 +4161 -0.391151427203922986 +4162 -0.391128174124212025 +4163 -0.390992893901545346 +4164 -0.390973871546517304 +4165 -0.390802686169973268 +4166 -0.390796346517511661 +4167 -0.390650545283234507 +4168 -0.390644206567394625 +4169 -0.390612513573368625 +4170 -0.39050898992155797 +4171 -0.390494201677682007 +4172 -0.390435050824751995 +4173 -0.390380128073110677 +4174 -0.390337881794444619 +4175 -0.390289300714757537 +4176 -0.390244946076485411 +4177 -0.390137235613900013 +4178 -0.390067546604270843 +4179 -0.390063323179294652 +4180 -0.390052764692527865 +4181 -0.390042206313862272 +4182 -0.390035871338549389 +4183 -0.390033759688759418 +4184 -0.389966189178186262 +4185 -0.389949297242189186 +4186 -0.389784615359809017 +4187 -0.389619959755421852 +4188 -0.389569301776425903 +4189 -0.389434225982894788 +4190 -0.389404680508228962 +4191 -0.389341371622803523 +4192 -0.38928228683044086 +4193 -0.389206325633968064 +4194 -0.389187336207439838 +4195 -0.389176786676831199 +4196 -0.38907973604815127 +4197 -0.389016447069475857 +4198 -0.388986913538860724 +4199 -0.388976366053837841 +4200 -0.388961599755597853 +4201 -0.388910974048475411 +4202 -0.388902536671626997 +4203 -0.388826603378047531 +4204 -0.388782311531588931 +4205 -0.388605163110053387 +4206 -0.388552446222455994 +4207 -0.388522925938506847 +4208 -0.388478647091484164 +4209 -0.388337389146090617 +4210 -0.388301550643565307 +4211 -0.388094976399325275 +4212 -0.388065469156190168 +4213 -0.388016994795613912 +4214 -0.388008564703563263 +4215 -0.387896872458713959 +4216 -0.387837870094741521 +4217 -0.387814691513593379 +4218 -0.387795727605459717 +4219 -0.387780978139001864 +4220 -0.387764121862890498 +4221 -0.387599787532244999 +4222 -0.387427053875289751 +4223 -0.387384928078103152 +4224 -0.387260666940380693 +4225 -0.387106940698944579 +4226 -0.387069039096810785 +4227 -0.387010083799035898 +4228 -0.387005872834424614 +4229 -0.386955342590981966 +4230 -0.386904814806055319 +4231 -0.386858499829165536 +4232 -0.386816397096670206 +4233 -0.386805871680168667 +4234 -0.386778506096325692 +4235 -0.386744826367242056 +4236 -0.386715357499841372 +4237 -0.386702728241084648 +4238 -0.386639584249554469 +4239 -0.386433340606916198 +4240 -0.386418610483726721 +4241 -0.386063046528304921 +4242 -0.386029389964854808 +4243 -0.385903187544525683 +4244 -0.385877948896478196 +4245 -0.385793824488239734 +4246 -0.385566722525139571 +4247 -0.385528877011291904 +4248 -0.385516262145499278 +4249 -0.385509954769877816 +4250 -0.385371202164418836 +4251 -0.385074838005783737 +4252 -0.384986575598841807 +4253 -0.384927738142828935 +4254 -0.384633600615377991 +4255 -0.384587386538749243 +4256 -0.384545375516748167 +4257 -0.384507567041995013 +4258 -0.38447396065797651 +4259 -0.384368947676810402 +4260 -0.384360547094368732 +4261 -0.384345846237640565 +4262 -0.384301744908590315 +4263 -0.384226146960706783 +4264 -0.384154753920163128 +4265 -0.383789465839602828 +4266 -0.383757981460923492 +4267 -0.383522928042279665 +4268 -0.38350614053241705 +4269 -0.383474664677088406 +4270 -0.383449484674247942 +4271 -0.383424305277047073 +4272 -0.383373948299306933 +4273 -0.383355065057049138 +4274 -0.383344574514053293 +4275 -0.383273241608677373 +4276 -0.383055076991737908 +4277 -0.382920844418550288 +4278 -0.382883094604764385 +4279 -0.382727915206069191 +4280 -0.382713237262731376 +4281 -0.382593724513552003 +4282 -0.38255179344279 +4283 -0.382467936328930003 +4284 -0.382199638587538471 +4285 -0.382166106191141941 +4286 -0.382090662214463472 +4287 -0.381964934296174508 +4288 -0.381849696922663018 +4289 -0.381556422436364895 +4290 -0.381516627203647096 +4291 -0.381422381343524297 +4292 -0.381256947923204415 +4293 -0.381252760072965657 +4294 -0.381177381618679756 +4295 -0.381120851321051057 +4296 -0.38109991494430473 +4297 -0.38102873437812973 +4298 -0.381026640904928326 +4299 -0.380976398796946891 +4300 -0.380959651960412593 +4301 -0.380951278642033431 +4302 -0.380875921772840575 +4303 -0.380783826254997293 +4304 -0.380695924408019193 +4305 -0.380643605361992821 +4306 -0.380564085387067208 +4307 -0.380457370639646464 +4308 -0.380386233476299074 +4309 -0.380256525121710653 +4310 -0.380229330231888984 +4311 -0.38010591608200528 +4312 -0.380095457919368718 +4313 -0.379988790581324898 +4314 -0.379859131081809076 +4315 -0.379817308834222045 +4316 -0.379788034246712536 +4317 -0.379754578569212686 +4318 -0.379436802482243984 +4319 -0.379428441244416437 +4320 -0.379359463556636634 +4321 -0.379286310322307973 +4322 -0.379244510747193397 +4323 -0.379014642619684095 +4324 -0.378801536806531947 +4325 -0.378784824440270562 +4326 -0.37875140049952527 +4327 -0.378534170607764231 +4328 -0.378371277431921393 +4329 -0.37823137636833809 +4330 -0.378187530583380616 +4331 -0.378168740088033029 +4332 -0.378116546015659249 +4333 -0.377999640619419153 +4334 -0.377736650596685153 +4335 -0.377717868090142794 +4336 -0.377649001744323032 +4337 -0.377573879918978228 +4338 -0.37754884049224674 +4339 -0.377423652218651817 +4340 -0.377323512228101066 +4341 -0.377315167655193295 +4342 -0.377094060359699779 +4343 -0.376856317065978053 +4344 -0.376822953841467301 +4345 -0.37646644974090715 +4346 -0.376416423637719433 +4347 -0.376414339267792553 +4348 -0.376260107220609763 +4349 -0.376097562492930415 +4350 -0.375847542114141397 +4351 -0.375635070909630941 +4352 -0.375489281837903255 +4353 -0.375345594969947072 +4354 -0.375343512693853354 +4355 -0.375306032419137181 +4356 -0.374897999051976738 +4357 -0.374881347940926479 +4358 -0.374725256397941742 +4359 -0.374702364889414774 +4360 -0.374198875702611677 +4361 -0.373986732241483266 +4362 -0.373666516857334818 +4363 -0.373450321656403017 +4364 -0.373242482781268758 +4365 -0.373163514572943333 +4366 -0.373159358512549166 +4367 -0.373076240686897542 +4368 -0.372806152223525922 +4369 -0.372585976542522235 +4370 -0.372480059045346645 +4371 -0.372010824775118487 +4372 -0.371954779508702482 +4373 -0.371797038141230662 +4374 -0.371525196112214851 +4375 -0.371394487365972525 +4376 -0.371182897311340965 +4377 -0.37101489951298805 +4378 -0.370805457450604781 +4379 -0.37071008147825002 +4380 -0.37044265905015844 +4381 -0.370212604405621426 +4382 -0.37016286930498371 +4383 -0.370046829642229014 +4384 -0.370030253565046874 +4385 -0.369934946056104885 +4386 -0.369601435942333634 +4387 -0.369350853164853332 +4388 -0.369087907192151621 +4389 -0.369032013523249547 +4390 -0.368969912829826441 +4391 -0.368746379805910462 +4392 -0.368597383402346657 +4393 -0.368535307611167595 +4394 -0.367877522521739719 +4395 -0.367486763503651837 +4396 -0.367182936913976743 +4397 -0.366959771444217042 +4398 -0.366922581648142898 +4399 -0.366265771236427007 +4400 -0.365828117391896857 +4401 -0.365826053402924178 +4402 -0.365745560877165032 +4403 -0.365343187229025201 +4404 -0.365289548605694236 +4405 -0.365200844351695697 +4406 -0.365188467586234911 +4407 -0.364994583217901125 +4408 -0.364910027397277403 +4409 -0.364582177597800039 +4410 -0.364285341730039292 +4411 -0.364211145330586017 +4412 -0.363996828391131011 +4413 -0.363860841293257742 +4414 -0.363848479666010416 +4415 -0.363815516007853168 +4416 -0.363716630976904876 +4417 -0.363172922514054308 +4418 -0.362921754207393699 +4419 -0.362794133290706977 +4420 -0.362604787609639434 +4421 -0.362403129138722635 +4422 -0.362088368842657105 +4423 -0.361413891465965864 +4424 -0.361210395465920375 +4425 -0.360976113199369342 +4426 -0.360951454799278537 +4427 -0.360865154733509996 +4428 -0.360692574821675938 +4429 -0.360419378388835476 +4430 -0.360392678598849658 +4431 -0.359817762508174099 +4432 -0.359762339948880072 +4433 -0.359678185067755951 +4434 -0.3593252146945905 +4435 -0.359193905558698345 +4436 -0.359089279717302534 +4437 -0.359066714652672148 +4438 -0.358943640557562782 +4439 -0.358863649712603594 +4440 -0.358611408630430895 +4441 -0.358599105652503192 +4442 -0.358480183888458204 +4443 -0.358090701670523315 +4444 -0.357996426480689578 +4445 -0.357861176027670091 +4446 -0.357412508105402815 +4447 -0.357332627290411153 +4448 -0.356890314068973813 +4449 -0.356800234726201926 +4450 -0.356552554010876266 +4451 -0.356333576326790358 +4452 -0.356227172760506694 +4453 -0.35598575607802263 +4454 -0.35582415877676693 +4455 -0.355411066703775147 +4456 -0.354769235780127978 +4457 -0.354293209977440793 +4458 -0.354003198764936022 +4459 -0.353368294583139009 +4460 -0.353364212757203977 +4461 -0.353186667649815933 +4462 -0.351865141694925609 +4463 -0.351555377956313531 +4464 -0.35128440426635571 +4465 -0.350972762875365607 +4466 -0.349873536485300729 +4467 -0.349519567949363841 +4468 -0.349293818004618117 +4469 -0.348592448533459942 +4470 -0.348409553584138221 +4471 -0.347995100263199741 +4472 -0.347889479370965649 +4473 -0.347290468730564572 +4474 -0.347205211383633361 +4475 -0.346854099285022366 +4476 -0.346545696583872465 +4477 -0.346091359638631801 +4478 -0.345691935205780065 +4479 -0.345296702632157226 +4480 -0.343482402313141588 +4481 -0.343164788423289124 +4482 -0.342220554118038367 +4483 -0.342210448708460235 +4484 -0.342044732562456599 +4485 -0.34070976227545624 +4486 -0.340701688453294016 +4487 -0.340554351038941105 +4488 -0.340130607632758708 +4489 -0.340019652684926454 +4490 -0.334553531781704716 +4491 -0.333838936343566983 +4492 -0.333142820983970023 +4493 -0.330088343034848075 +4494 -0.329754326746076465 +4495 -0.329414405758069351 +4496 -0.329048598435890738 +4497 -0.328407205412568737 +4498 -0.327570511835273193 +4499 -0.327279103483101796 +4500 -0.327139412109283378 +4501 -0.327111475774488403 +4502 -0.325878929110910709 +4503 -0.32462373900553626 +4504 -0.323994639606255852 +4505 -0.323513080627571281 +4506 -0.323149052770278056 +4507 -0.322578364189597455 +4508 -0.321884749636503098 +4509 -0.321227271563727657 +4510 -0.320750770509464656 +4511 -0.320331999224396868 +4512 -0.318620684957638345 +4513 -0.318283857264649306 +4514 -0.315062857400509266 +4515 -0.314124635599398905 +4516 -0.313998276296388767 +4517 -0.313846267142593116 +4518 -0.313735726605600285 +4519 -0.313277876677725942 +4520 -0.313206845962420766 +4521 -0.312757077980063303 +4522 -0.312619023590949396 +4523 -0.312402111574536734 +4524 -0.311858024002732992 +4525 -0.311259010663675117 +4526 -0.309861103662349924 +4527 -0.309794200320946123 +4528 -0.309664339197533778 +4529 -0.308629859558617603 +4530 -0.307890898563743021 +4531 -0.307258404955144393 +4532 -0.306885341215556495 +4533 -0.305127513133675476 +4534 -0.304923635217658806 +4535 -0.304406243868632465 +4536 -0.303806799877760325 +4537 -0.303419072550182856 +4538 -0.303184142854694194 +4539 -0.30197101758873629 +4540 -0.301153775471702356 +4541 -0.300399552532758407 +4542 -0.300194463672647294 +4543 -0.300073378703763882 +4544 -0.300042132791311589 +4545 -0.29844762899931937 +4546 -0.298324755087111593 +4547 -0.29804589344213589 +4548 -0.296693375309083462 +4549 -0.296541449855484862 +4550 -0.295762619196250742 +4551 -0.29540256492979472 +4552 -0.295274136803561515 +4553 -0.2948169557427881 +4554 -0.294568004168989817 +4555 -0.293203487813511687 +4556 -0.29291210544180174 +4557 -0.292780033031026066 +4558 -0.292684871293921123 +4559 -0.292638263934229592 +4560 -0.292401368293399355 +4561 -0.292046103419771053 +4562 -0.292015046488785512 +4563 -0.291731685228628468 +4564 -0.291234977034355469 +4565 -0.291184540384762713 +4566 -0.29103906065491103 +4567 -0.290637618251955276 +4568 -0.290629862090370727 +4569 -0.290408830266618068 +4570 -0.290300266515020278 +4571 -0.290094794784912124 +4572 -0.289798272863463102 +4573 -0.289267409386839591 +4574 -0.28926547231084343 +4575 -0.288897478203820723 +4576 -0.288818082075670779 +4577 -0.288812272785697544 +4578 -0.288746435907903942 +4579 -0.288618644045734563 +4580 -0.2880030884356094 +4581 -0.287871496429400353 +4582 -0.287496142225121154 +4583 -0.287484534984643436 +4584 -0.287422631375387205 +4585 -0.287399418248366956 +4586 -0.287265950455006414 +4587 -0.287004855668996806 +4588 -0.286946841404281117 +4589 -0.286703208466207116 +4590 -0.286641340368652353 +4591 -0.286567875648841286 +4592 -0.286401627998328412 +4593 -0.286304981698915884 +4594 -0.285914600281402476 +4595 -0.285705927251272751 +4596 -0.285566829586023252 +4597 -0.285145758946284522 +4598 -0.285093617004214372 +4599 -0.284941064937084598 +4600 -0.284674622291229196 +4601 -0.284643733737720506 +4602 -0.284390859844719734 +4603 -0.284199787557820382 +4604 -0.28411487506847205 +4605 -0.28395664305814744 +4606 -0.283289181427267445 +4607 -0.28326410969203869 +4608 -0.282845671859925762 +4609 -0.28283988789425818 +4610 -0.282814824323050384 +4611 -0.282810968429403731 +4612 -0.282340630143326776 +4613 -0.281916691753148985 +4614 -0.281878158337328211 +4615 -0.281868525150899663 +4616 -0.281635422463091645 +4617 -0.281577634473827554 +4618 -0.281448583327354951 +4619 -0.281417766919486834 +4620 -0.280922872119697797 +4621 -0.280672603372010443 +4622 -0.280545561094326823 +4623 -0.280522463745039252 +4624 -0.280495517322211063 +4625 -0.280383887700929646 +4626 -0.280297284679815184 +4627 -0.280176049499766433 +4628 -0.280126019009820815 +4629 -0.279898980131727981 +4630 -0.279575802116844296 +4631 -0.279145014469255937 +4632 -0.279114249005811554 +4633 -0.279033492885895296 +4634 -0.278783563021323066 +4635 -0.278658614829995321 +4636 -0.278633626530153222 +4637 -0.27839145534243015 +4638 -0.278245404070154911 +4639 -0.27808976091119858 +4640 -0.278007142549028863 +4641 -0.277972559563021249 +4642 -0.277864973501413537 +4643 -0.277834236141423774 +4644 -0.277807341503541638 +4645 -0.277373256451264927 +4646 -0.277096741186803219 +4647 -0.276935465707665418 +4648 -0.276885550851059092 +4649 -0.27683179836864702 +4650 -0.276812601550656623 +4651 -0.276785726444990721 +4652 -0.276735816894681408 +4653 -0.276492053338120602 +4654 -0.276348118272502108 +4655 -0.27609482821405934 +4656 -0.276048780358507662 +4657 -0.276008489716552841 +4658 -0.275904890485575705 +4659 -0.275893379928853211 +4660 -0.275580712329784649 +4661 -0.275457966035399238 +4662 -0.275431116702913481 +4663 -0.274990093403573721 +4664 -0.274978590285336999 +4665 -0.274852062145189757 +4666 -0.274219590647526157 +4667 -0.274085466228928876 +4668 -0.27381150851798447 +4669 -0.273709985141550094 +4670 -0.273644860750071106 +4671 -0.273426524227460777 +4672 -0.273380562907354963 +4673 -0.273328858193973068 +4674 -0.273250347215411193 +4675 -0.273208221155572584 +4676 -0.273097167507818483 +4677 -0.273047387644668738 +4678 -0.272714290167499429 +4679 -0.272698977209297144 +4680 -0.272676008079776766 +4681 -0.272563081897084891 +4682 -0.272473130136726582 +4683 -0.27222244339170798 +4684 -0.272151646694156923 +4685 -0.271780499679735499 +4686 -0.27161408868507303 +4687 -0.271445784566468784 +4688 -0.271352078331146884 +4689 -0.271344429112697183 +4690 -0.271233520025926933 +4691 -0.271206750150786324 +4692 -0.271122619506413365 +4693 -0.271107323555115631 +4694 -0.270958196564676512 +4695 -0.270824377825043705 +4696 -0.270755561609012096 +4697 -0.270476507367973906 +4698 -0.270442107167142842 +4699 -0.27037330923128905 +4700 -0.270262475025442372 +4701 -0.270144006510481149 +4702 -0.270138274410025803 +4703 -0.270021726644758597 +4704 -0.269975874369027757 +4705 -0.269914740269320164 +4706 -0.269903277914123774 +4707 -0.269857429404211147 +4708 -0.269800120815904876 +4709 -0.269624388668880388 +4710 -0.269456317063398232 +4711 -0.26942194118968632 +4712 -0.269272988519961065 +4713 -0.269229069509382468 +4714 -0.269204246310973949 +4715 -0.269112595115985898 +4716 -0.269059134601021765 +4717 -0.268998039288774582 +4718 -0.268975129211796948 +4719 -0.268723142296126705 +4720 -0.268608617283516871 +4721 -0.268560901200147639 +4722 -0.268520820904325663 +4723 -0.268465473746525851 +4724 -0.268112446764796064 +4725 -0.267646964058395331 +4726 -0.267606908990687453 +4727 -0.267595464888313983 +4728 -0.267296042876021822 +4729 -0.267242649245315711 +4730 -0.267135867858046272 +4731 -0.267132054381889195 +4732 -0.266985243140801631 +4733 -0.266907076956596823 +4734 -0.266800320160311799 +4735 -0.26675838212898656 +4736 -0.266743132234808389 +4737 -0.266670697414944313 +4738 -0.266537274266125501 +4739 -0.266491531994660913 +4740 -0.266373371093769962 +4741 -0.266205675261033559 +4742 -0.265984651064256172 +4743 -0.265891297432086005 +4744 -0.265839860221526059 +4745 -0.265820809861740837 +4746 -0.26581699981954926 +4747 -0.265773185047400828 +4748 -0.265748420756482084 +4749 -0.265550321510238496 +4750 -0.265508419334605783 +4751 -0.265375102203777358 +4752 -0.265337013822797896 +4753 -0.265291309072151038 +4754 -0.265154203368942964 +4755 -0.264942857183328606 +4756 -0.264908587697094633 +4757 -0.26488003040306124 +4758 -0.264727734215065458 +4759 -0.264514546075725165 +4760 -0.264468866926239832 +4761 -0.264446027883737722 +4762 -0.264263328312236423 +4763 -0.264099679210359817 +4764 -0.264008348087488132 +4765 -0.263918925184756403 +4766 -0.263909412429492007 +4767 -0.263705854185754207 +4768 -0.263692538271054822 +4769 -0.263629764864512228 +4770 -0.263509932144433745 +4771 -0.26339961856323435 +4772 -0.263272197620842141 +4773 -0.263152393929756812 +4774 -0.263129575280877825 +4775 -0.263019290112922854 +4776 -0.262973657278579187 +4777 -0.262840569557615977 +4778 -0.262688483970428932 +4779 -0.262642861343004519 +4780 -0.262597240122123876 +4781 -0.262578231695140663 +4782 -0.262551620307470202 +4783 -0.26254781871971461 +4784 -0.262536414015025699 +4785 -0.262431874982245739 +4786 -0.262409067446763011 +4787 -0.262369155104792084 +4788 -0.262353950685979997 +4789 -0.262293134571213171 +4790 -0.262089798811181829 +4791 -0.261939690302299855 +4792 -0.261859891962698876 +4793 -0.261791496801175805 +4794 -0.261601526773403259 +4795 -0.261514148719872608 +4796 -0.261445769479700552 +4797 -0.261354602053147533 +4798 -0.261278633468284449 +4799 -0.261229255969296248 +4800 -0.261208365982447344 +4801 -0.261160889830657827 +4802 -0.261155192794261859 +4803 -0.26108113330616306 +4804 -0.260955810260206256 +4805 -0.260853281068975484 +4806 -0.260773541022168931 +4807 -0.26067861795959496 +4808 -0.260652040585596656 +4809 -0.260636853727527207 +4810 -0.260483095502549833 +4811 -0.260355924752106171 +4812 -0.260333149045921142 +4813 -0.260280007083353748 +4814 -0.260232560501467314 +4815 -0.2602135822910005 +4816 -0.260211684483224293 +4817 -0.260158546844965977 +4818 -0.26012059254689146 +4819 -0.260061765291195623 +4820 -0.2600522772411481 +4821 -0.259885297422740302 +4822 -0.259801814509670548 +4823 -0.25978663629908344 +4824 -0.259761972035515043 +4825 -0.259680393138786103 +4826 -0.259447064110762959 +4827 -0.259407231082798062 +4828 -0.259344638465639765 +4829 -0.259321878162620922 +4830 -0.259304808162354683 +4831 -0.259287738356639597 +4832 -0.259156876307811979 +4833 -0.259149290452569014 +4834 -0.259107568935097066 +4835 -0.259073434011909576 +4836 -0.258929317348710941 +4837 -0.258826927082367375 +4838 -0.258709376504063615 +4839 -0.258658188000812417 +4840 -0.258553920522155367 +4841 -0.258461033774780635 +4842 -0.258383316623636838 +4843 -0.258377630160638028 +4844 -0.258345407276731553 +4845 -0.258337825522096776 +4846 -0.258133132598966197 +4847 -0.258042166908440951 +4848 -0.257973946249547392 +4849 -0.257970156303620024 +4850 -0.25790572868291356 +4851 -0.257833724605025016 +4852 -0.257831829807370128 +4853 -0.257769302822219382 +4854 -0.257716251658297368 +4855 -0.257549531589046199 +4856 -0.257538164983200479 +4857 -0.257490805048023297 +4858 -0.257483227596459141 +4859 -0.257451023852154015 +4860 -0.257441552293545595 +4861 -0.257428292211439647 +4862 -0.257388512664668556 +4863 -0.257060844873444438 +4864 -0.257011606150458372 +4865 -0.25700024359620377 +4866 -0.256985093656831753 +4867 -0.256981306195731785 +4868 -0.256962369032680826 +4869 -0.25689419721119533 +4870 -0.256814667306651256 +4871 -0.256774903923715103 +4872 -0.256769223525826873 +4873 -0.256746502147719879 +4874 -0.256723781111098059 +4875 -0.256716207508103089 +4876 -0.256638580264456184 +4877 -0.256536345583703862 +4878 -0.256524986601203986 +4879 -0.256507948287346688 +4880 -0.256360290935482016 +4881 -0.256248610966286372 +4882 -0.256224004622673307 +4883 -0.256171007701702091 +4884 -0.256152080679227345 +4885 -0.256148295303105678 +4886 -0.256057449112979452 +4887 -0.255741422487021086 +4888 -0.255728177299657911 +4889 -0.255671413520312529 +4890 -0.255624111992487468 +4891 -0.255542756812028871 +4892 -0.255417894548074453 +4893 -0.255406543942097219 +4894 -0.255296825788864534 +4895 -0.255236295025785098 +4896 -0.255185224069073735 +4897 -0.255179549624218904 +4898 -0.255005543594555073 +4899 -0.254941242054781469 +4900 -0.254805083055004489 +4901 -0.254719989863012752 +4902 -0.254513894940684882 +4903 -0.254377774127239886 +4904 -0.254345636263846542 +4905 -0.2543021567029215 +4906 -0.254249226736081857 +4907 -0.254062096215336097 +4908 -0.253954364804115817 +4909 -0.253909006483125588 +4910 -0.253863649508773326 +4911 -0.253835302083505965 +4912 -0.253793726810937426 +4913 -0.25379183705269287 +4914 -0.253784278043079681 +4915 -0.253755932089962499 +4916 -0.253750262962416484 +4917 -0.253652001424978957 +4918 -0.253536741129955834 +4919 -0.253500842156049233 +4920 -0.253440382630054417 +4921 -0.253395039552973322 +4922 -0.253368590044973363 +4923 -0.253349697819049979 +4924 -0.253293022539993751 +4925 -0.25312300928606235 +4926 -0.253119231428050817 +4927 -0.252875579254157434 +4928 -0.252826475752036206 +4929 -0.25270750070712833 +4930 -0.252643295785035971 +4931 -0.252594199715460432 +4932 -0.252543216997241138 +4933 -0.252435592372375561 +4934 -0.252299656254230842 +4935 -0.252227917039157867 +4936 -0.252176946473250729 +4937 -0.252076898053049392 +4938 -0.252010831909078192 +4939 -0.251999506569247467 +4940 -0.251952318550491994 +4941 -0.251948543571499872 +4942 -0.251944768601767566 +4943 -0.251903244545797489 +4944 -0.251763580940498277 +4945 -0.25165978511450493 +4946 -0.251593736866136009 +4947 -0.251503161014079601 +4948 -0.251495613266651097 +4949 -0.251469196441653831 +4950 -0.251461648860506648 +4951 -0.251446553809053341 +4952 -0.251442780069280836 +4953 -0.251354099843059176 +4954 -0.251323911993205362 +4955 -0.251276744660425044 +4956 -0.251272971336097883 +4957 -0.251235238600339639 +4958 -0.251212599401758163 +4959 -0.251184300870554711 +4960 -0.251095635498920944 +4961 -0.251065452704426706 +4962 -0.251014520576486766 +4963 -0.250997543573775794 +4964 -0.250980566757672663 +4965 -0.250948499947449777 +4966 -0.250876823601898225 +4967 -0.250820239361803698 +4968 -0.250546778060528719 +4969 -0.250533577703829724 +4970 -0.250526034693424104 +4971 -0.250518491719791125 +4972 -0.250360097765527145 +4973 -0.250318616312741993 +4974 -0.250294105067515593 +4975 -0.250209261444874986 +4976 -0.250201720014430307 +4977 -0.250179095943365015 +4978 -0.25014893102918534 +4979 -0.250135734063896609 +4980 -0.250122537211001805 +4981 -0.250084832536263235 +4982 -0.250079176914170809 +4983 -0.250060324989577365 +4984 -0.250001885480362784 +4985 -0.249775688786739586 +4986 -0.249696527735008916 +4987 -0.249639986598459956 +4988 -0.249606062904978415 +4989 -0.249594755171864191 +4990 -0.249553294188280594 +4991 -0.249464722158663971 +4992 -0.249370502138615668 +4993 -0.249199036358690507 +4994 -0.249176426897777692 +4995 -0.24916135410644627 +4996 -0.249055848656603546 +4997 -0.248978608131495416 +4998 -0.248935279759224859 +4999 -0.248803418219777334 +5000 -0.248761978327629169 +5001 -0.248709238241135833 +5002 -0.248671567843856856 +5003 -0.24865084951354921 +5004 -0.248596229781214345 +5005 -0.248554795398992251 +5006 -0.24836835430407167 +5007 -0.248328809058008554 +5008 -0.248294913930561134 +5009 -0.248266668553440206 +5010 -0.248249721572553428 +5011 -0.248217711110723077 +5012 -0.24811038670511612 +5013 -0.248068965223379151 +5014 -0.247993656252742251 +5015 -0.247965416324744531 +5016 -0.247852461716279837 +5017 -0.247827989293752909 +5018 -0.247809164614051891 +5019 -0.247779045598005454 +5020 -0.247748927162158628 +5021 -0.247730103434347204 +5022 -0.247509882647230534 +5023 -0.24747412322227727 +5024 -0.247334857457651602 +5025 -0.247327329931319784 +5026 -0.247312274987191438 +5027 -0.247300983874058189 +5028 -0.247295338348013705 +5029 -0.24705259996888454 +5030 -0.246939711202941364 +5031 -0.24689455797158627 +5032 -0.246883269866815913 +5033 -0.246849406039793801 +5034 -0.246757224879648407 +5035 -0.246742175408434988 +5036 -0.246646238420766634 +5037 -0.246535259805692158 +5038 -0.246507046153613435 +5039 -0.246458143690132331 +5040 -0.246411123525744818 +5041 -0.246403600429986991 +5042 -0.246382912102316942 +5043 -0.246375389141583245 +5044 -0.246352820475395862 +5045 -0.246302042161009122 +5046 -0.246262549050181578 +5047 -0.246132792953498686 +5048 -0.246115869034226165 +5049 -0.246112108187996614 +5050 -0.246031252167905556 +5051 -0.246025611205234834 +5052 -0.245980484231578422 +5053 -0.245961681707665858 +5054 -0.245924077333448815 +5055 -0.24592031694542002 +5056 -0.24590151513996969 +5057 -0.245811269598104926 +5058 -0.245728549059372803 +5059 -0.245642073138615413 +5060 -0.245555601961412184 +5061 -0.245523646422050268 +5062 -0.245502969653372843 +5063 -0.245472894837344136 +5064 -0.245284940224553411 +5065 -0.245239834447920663 +5066 -0.245142109685389936 +5067 -0.245089491163935413 +5068 -0.245059424224282701 +5069 -0.245003050254555266 +5070 -0.244991775701945025 +5071 -0.244976743090250249 +5072 -0.24477381682233218 +5073 -0.244706180519143446 +5074 -0.244659212565352918 +5075 -0.244646061788118235 +5076 -0.244644183114577585 +5077 -0.244589702551988558 +5078 -0.244580309541078761 +5079 -0.244542738054802589 +5080 -0.24451831706688229 +5081 -0.244516438544952641 +5082 -0.244458205470521855 +5083 -0.24438870428143164 +5084 -0.244232807299237936 +5085 -0.244153925512607756 +5086 -0.244097583782041244 +5087 -0.244052511838786679 +5088 -0.244011197015907649 +5089 -0.244007441176275097 +5090 -0.24392105931856492 +5091 -0.243827171327715697 +5092 -0.243722023369564889 +5093 -0.243656309430879209 +5094 -0.243630024616565799 +5095 -0.243594353064113006 +5096 -0.243391603658689781 +5097 -0.243293992794617664 +5098 -0.243181372316186611 +5099 -0.243143833927776581 +5100 -0.243128818820291415 +5101 -0.243125065065549983 +5102 -0.243106296424614177 +5103 -0.243049991829334316 +5104 -0.242886719759163455 +5105 -0.242869830500047484 +5106 -0.2428660773556654 +5107 -0.242809781250613643 +5108 -0.242785386889292271 +5109 -0.242704700507408166 +5110 -0.242700947751814888 +5111 -0.242684060460940765 +5112 -0.242667173348904336 +5113 -0.242449533238334375 +5114 -0.242447657159536423 +5115 -0.242355731999357921 +5116 -0.242329468640007373 +5117 -0.242295702098393267 +5118 -0.242265687994076079 +5119 -0.242235674453752048 +5120 -0.242209413068550372 +5121 -0.242205661477333634 +5122 -0.242158767330384578 +5123 -0.242033097801833658 +5124 -0.242018093145252355 +5125 -0.241929943631337019 +5126 -0.241914939942657115 +5127 -0.241913064491468266 +5128 -0.241849300459362371 +5129 -0.241755534440220105 +5130 -0.241751783913731089 +5131 -0.241620521022457568 +5132 -0.241556768643523628 +5133 -0.241523018411413715 +5134 -0.241418022236033536 +5135 -0.241350528327303721 +5136 -0.241305533966942154 +5137 -0.241283037260288491 +5138 -0.241211799771360924 +5139 -0.241136816359010964 +5140 -0.240990608783226312 +5141 -0.240859408193435071 +5142 -0.240827546810696291 +5143 -0.240818175936048567 +5144 -0.240806930958629817 +5145 -0.24075445543804444 +5146 -0.240716973972604414 +5147 -0.240658879428735595 +5148 -0.240417153705760972 +5149 -0.240379680101939081 +5150 -0.240375932789556129 +5151 -0.240308482658723066 +5152 -0.240181084566722686 +5153 -0.240121136010885222 +5154 -0.240085542611494285 +5155 -0.240051823274297166 +5156 -0.240012484939425397 +5157 -0.23997876713098662 +5158 -0.239900094987577805 +5159 -0.239731524747874458 +5160 -0.239615408829043058 +5161 -0.239544245136844358 +5162 -0.239521773043652658 +5163 -0.239439378044167928 +5164 -0.23941690741020652 +5165 -0.239319538274703814 +5166 -0.239205324266312747 +5167 -0.23918847370232213 +5168 -0.239113584431401405 +5169 -0.239100479165553326 +5170 -0.239057419753974848 +5171 -0.239044314943182484 +5172 -0.238973176393944164 +5173 -0.238888937419530961 +5174 -0.238872090150752975 +5175 -0.23884026801031305 +5176 -0.238787856436537521 +5177 -0.238686781762729866 +5178 -0.238662449912783015 +5179 -0.238608172487322051 +5180 -0.238518337984425344 +5181 -0.238507109021628555 +5182 -0.238374238866274513 +5183 -0.238299387234133464 +5184 -0.2382713187623825 +5185 -0.238188987379158557 +5186 -0.238175889589605561 +5187 -0.238159049729749966 +5188 -0.238110402226898554 +5189 -0.238106660171667345 +5190 -0.238080466026506732 +5191 -0.238072982062638744 +5192 -0.238048659418252151 +5193 -0.237979435423883501 +5194 -0.237884023401313538 +5195 -0.237882152633340477 +5196 -0.237844737726069844 +5197 -0.237794228967306454 +5198 -0.237777393063100861 +5199 -0.23776616922381591 +5200 -0.237710051189446298 +5201 -0.237706310056008951 +5202 -0.23767264024231341 +5203 -0.237635230155608307 +5204 -0.237620266361808247 +5205 -0.237597820929162318 +5206 -0.237590339187089383 +5207 -0.237582857479418819 +5208 -0.23755854216706368 +5209 -0.237429490051346975 +5210 -0.237335980417150955 +5211 -0.237322889496806189 +5212 -0.237317279134580061 +5213 -0.237205075947265254 +5214 -0.237156456965375517 +5215 -0.237137757743123512 +5216 -0.237126538312736196 +5217 -0.237120928626499416 +5218 -0.237018087799296506 +5219 -0.236928341104009232 +5220 -0.236902165914584351 +5221 -0.236862903917762296 +5222 -0.236808686522651746 +5223 -0.236782513252349752 +5224 -0.236737645765265736 +5225 -0.236689040712276394 +5226 -0.236662869359892919 +5227 -0.236659130629503528 +5228 -0.236588096378064466 +5229 -0.236485289115589442 +5230 -0.236382488319722445 +5231 -0.236373143113363132 +5232 -0.236367536015185176 +5233 -0.236302121290334011 +5234 -0.236244184718852418 +5235 -0.236204938529734898 +5236 -0.236167562081945059 +5237 -0.236072256003580089 +5238 -0.235973218310699312 +5239 -0.235960138308479062 +5240 -0.235870449678322741 +5241 -0.235825607204423415 +5242 -0.235803186427641837 +5243 -0.23579571290354534 +5244 -0.235735925937535201 +5245 -0.235586468060359988 +5246 -0.235560314332147774 +5247 -0.235442627714258224 +5248 -0.235410872453765574 +5249 -0.235366042543586118 +5250 -0.235311874701958496 +5251 -0.235270783048497995 +5252 -0.235203544378488255 +5253 -0.235102691532933616 +5254 -0.235018652222382274 +5255 -0.234932749811446379 +5256 -0.234856188400764443 +5257 -0.234828179018819416 +5258 -0.234824444470587423 +5259 -0.234630259639209776 +5260 -0.234598520065834037 +5261 -0.234503305015476449 +5262 -0.234449165578293484 +5263 -0.234430497219288242 +5264 -0.234402495077283834 +5265 -0.234380093706217957 +5266 -0.234352092420498453 +5267 -0.234144897683637998 +5268 -0.233995584277323365 +5269 -0.233973188431284257 +5270 -0.233935862696279279 +5271 -0.233920932638517293 +5272 -0.233906002715733724 +5273 -0.233898537804955481 +5274 -0.233891072927917804 +5275 -0.233883608084619443 +5276 -0.233769773403875114 +5277 -0.233749246673143563 +5278 -0.233710059986080493 +5279 -0.233655946564586353 +5280 -0.233564517566522079 +5281 -0.233538395924086983 +5282 -0.233534664294559713 +5283 -0.233506677341447005 +5284 -0.233424585010260172 +5285 -0.233422719322795902 +5286 -0.233238026672745208 +5287 -0.233137293909556148 +5288 -0.233002993085073912 +5289 -0.2329694195792959 +5290 -0.232958228561797154 +5291 -0.232863107962508448 +5292 -0.232745613576701094 +5293 -0.232719504843089758 +5294 -0.232713910167900023 +5295 -0.232629992302990862 +5296 -0.232626262718569315 +5297 -0.23257031995757535 +5298 -0.23256099634731689 +5299 -0.232551672789406028 +5300 -0.232518108414324742 +5301 -0.232497597185683885 +5302 -0.232413690251105393 +5303 -0.23238012866369423 +5304 -0.232294363241514895 +5305 -0.232197416352750208 +5306 -0.232122845668434552 +5307 -0.232085561579781968 +5308 -0.232079969038545414 +5309 -0.232070648178255928 +5310 -0.232033365259185886 +5311 -0.232018452325428226 +5312 -0.231947617714704568 +5313 -0.23187865006853553 +5314 -0.23174445094287785 +5315 -0.231727676812253175 +5316 -0.231709039087378249 +5317 -0.231688537830768898 +5318 -0.231627035573974877 +5319 -0.231466767624962322 +5320 -0.231414590685624144 +5321 -0.231375459051915255 +5322 -0.23135123516709663 +5323 -0.231258069655693288 +5324 -0.231243163656368544 +5325 -0.231205899240234186 +5326 -0.231190993706623604 +5327 -0.231168635655649574 +5328 -0.231127646672849379 +5329 -0.231058712924355342 +5330 -0.2309562490938738 +5331 -0.230933894183757149 +5332 -0.230844477532178738 +5333 -0.230831438003291173 +5334 -0.23081839857606562 +5335 -0.230816535809046153 +5336 -0.230810947520435072 +5337 -0.230751340270195421 +5338 -0.23069359777164225 +5339 -0.230686147271805087 +5340 -0.230654483017533996 +5341 -0.230645170115578974 +5342 -0.230607919025901387 +5343 -0.230520382227640069 +5344 -0.230419813682176344 +5345 -0.230408639772038848 +5346 -0.230319251173360828 +5347 -0.230254074992278734 +5348 -0.230229867341820715 +5349 -0.230207522128534403 +5350 -0.230185177213016623 +5351 -0.230110696311384338 +5352 -0.23000829047080143 +5353 -0.229989671898491455 +5354 -0.229905890878771113 +5355 -0.229890996912994527 +5356 -0.229760680346946744 +5357 -0.229732756683850209 +5358 -0.229729033563836282 +5359 -0.229615482365839368 +5360 -0.229500077532520802 +5361 -0.22946657438693277 +5362 -0.229380958268638552 +5363 -0.229317679589869539 +5364 -0.229302790834760323 +5365 -0.229258125359608267 +5366 -0.229163215159270711 +5367 -0.22907575363198493 +5368 -0.228995739616106975 +5369 -0.228962246504903932 +5370 -0.228951082282404766 +5371 -0.228904565484527062 +5372 -0.228850607606837508 +5373 -0.228811535738714988 +5374 -0.22880037251407967 +5375 -0.228794790929468694 +5376 -0.22875572035433181 +5377 -0.228690604739809539 +5378 -0.228662698817092669 +5379 -0.228629212318917641 +5380 -0.228525036350357785 +5381 -0.228495272968465696 +5382 -0.228443188312270673 +5383 -0.228368784446275896 +5384 -0.228352044027965356 +5385 -0.228339023817267783 +5386 -0.228331583741909316 +5387 -0.2282162667615594 +5388 -0.228119555358436588 +5389 -0.228041446338724363 +5390 -0.227952183302546296 +5391 -0.22789639629539532 +5392 -0.227890817695787895 +5393 -0.227872222496511317 +5394 -0.227807140907085592 +5395 -0.227584023008830127 +5396 -0.227505938682808134 +5397 -0.227416703855298635 +5398 -0.227405549831921433 +5399 -0.227401831840425395 +5400 -0.227290295883571775 +5401 -0.227269848419904108 +5402 -0.227188061027944116 +5403 -0.227072821842834227 +5404 -0.227007770916088786 +5405 -0.226965024520060094 +5406 -0.226944580971558035 +5407 -0.226859092432318332 +5408 -0.226777324807542036 +5409 -0.226775466498118 +5410 -0.226673262605593978 +5411 -0.226643531716748559 +5412 -0.226595220129988506 +5413 -0.226591503910876152 +5414 -0.226532045508252705 +5415 -0.22651718123201392 +5416 -0.226494885060926382 +5417 -0.226487453068764083 +5418 -0.22645215154886128 +5419 -0.226368545603941873 +5420 -0.226323957444013013 +5421 -0.22621806523876839 +5422 -0.22618648462626717 +5423 -0.226134470774657675 +5424 -0.226073170771474846 +5425 -0.22603416282530317 +5426 -0.226017445407068057 +5427 -0.225911572227343732 +5428 -0.225870710650980355 +5429 -0.225818706422459659 +5430 -0.225796419380692642 +5431 -0.225762989363270522 +5432 -0.225746274599880364 +5433 -0.225684988533072728 +5434 -0.225681274296637507 +5435 -0.225677560068274746 +5436 -0.225649703612852165 +5437 -0.225584706982326771 +5438 -0.225491858939116468 +5439 -0.225432438836720928 +5440 -0.225395302320791552 +5441 -0.225378591151594226 +5442 -0.22534331255255341 +5443 -0.225335885571741057 +5444 -0.225276470885416691 +5445 -0.225259760876450194 +5446 -0.225254190909706081 +5447 -0.225196635647693127 +5448 -0.225159504247185588 +5449 -0.225103808655717386 +5450 -0.225090813278262997 +5451 -0.224964577597515036 +5452 -0.22469728565737801 +5453 -0.224671301162154113 +5454 -0.224554375801164136 +5455 -0.224452304614275872 +5456 -0.224433746868304113 +5457 -0.224259313851670278 +5458 -0.224212925071570396 +5459 -0.224205502982887467 +5460 -0.22417395946333929 +5461 -0.224164682067689497 +5462 -0.224162826594564435 +5463 -0.224147982881620494 +5464 -0.224090464703743886 +5465 -0.224058923293539963 +5466 -0.22401810585617285 +5467 -0.223943894813580568 +5468 -0.223925342552790063 +5469 -0.223906790491902069 +5470 -0.223825163798328897 +5471 -0.223780641777716283 +5472 -0.223706440966633613 +5473 -0.223702731009949529 +5474 -0.223558048927094855 +5475 -0.223489421927692666 +5476 -0.223394832430526158 +5477 -0.22334661232935904 +5478 -0.223322502783958099 +5479 -0.223244612707600487 +5480 -0.223099969028380807 +5481 -0.223072154324590211 +5482 -0.222968316718881648 +5483 -0.222951629114019417 +5484 -0.22288673440386858 +5485 -0.222834820388990607 +5486 -0.222794031898850997 +5487 -0.222790323901978088 +5488 -0.222782907932072838 +5489 -0.222749536460832981 +5490 -0.222560443609672282 +5491 -0.222545613671150999 +5492 -0.222528930142094794 +5493 -0.222471465883037983 +5494 -0.222441807656364454 +5495 -0.222386199849514077 +5496 -0.222376932055174642 +5497 -0.22237137140235802 +5498 -0.222339861373350794 +5499 -0.222334300839454352 +5500 -0.222315765855278596 +5501 -0.222226800689231729 +5502 -0.222173053112905444 +5503 -0.222126720331920519 +5504 -0.222026645746913026 +5505 -0.22199699512609386 +5506 -0.221948813947282247 +5507 -0.221859867590671139 +5508 -0.221848749616356367 +5509 -0.221843190655882344 +5510 -0.221711633782302631 +5511 -0.221626405066816162 +5512 -0.221602319447859908 +5513 -0.221515243454455252 +5514 -0.2215078329328794 +5515 -0.221450402460833307 +5516 -0.221441139658986402 +5517 -0.221433729453007072 +5518 -0.221407793980548134 +5519 -0.22138741638044987 +5520 -0.221300351139637586 +5521 -0.221218847199801255 +5522 -0.221181801215143747 +5523 -0.22111512042772688 +5524 -0.22101139982918222 +5525 -0.220974358253741315 +5526 -0.220937317465133148 +5527 -0.220929909401817254 +5528 -0.22089286955719728 +5529 -0.220826199818706381 +5530 -0.220792865904744395 +5531 -0.220765088129482562 +5532 -0.220661388340702397 +5533 -0.220648426300174311 +5534 -0.220576210978361137 +5535 -0.220492889316635354 +5536 -0.220489186223892075 +5537 -0.220485483138996213 +5538 -0.220465116312334564 +5539 -0.220352177307775093 +5540 -0.220257758493152017 +5541 -0.220237394319014762 +5542 -0.220070787250709471 +5543 -0.220026361377412494 +5544 -0.219870879695425597 +5545 -0.219693203236796891 +5546 -0.219637683036013887 +5547 -0.219626579206764927 +5548 -0.219580314008132993 +5549 -0.219545153273155769 +5550 -0.219537751102943074 +5551 -0.219404517377501773 +5552 -0.219293496996010334 +5553 -0.21920468574280863 +5554 -0.219138080248460321 +5555 -0.219136230131869281 +5556 -0.219108478616669072 +5557 -0.219093677987690943 +5558 -0.219071477277841958 +5559 -0.218993777000598744 +5560 -0.218892031827663258 +5561 -0.218856884862473455 +5562 -0.218775494585031899 +5563 -0.218738500248274459 +5564 -0.218732951164799516 +5565 -0.21869965703115285 +5566 -0.218646017806344656 +5567 -0.218627521900650851 +5568 -0.21861827402062442 +5569 -0.218614574882206231 +5570 -0.218597928855436385 +5571 -0.218527647364909705 +5572 -0.218457368676860775 +5573 -0.218361202380015218 +5574 -0.218339010902339953 +5575 -0.218290930325074822 +5576 -0.218265041326199033 +5577 -0.218239152707163458 +5578 -0.218172583716284035 +5579 -0.218161489128554015 +5580 -0.218146696453376726 +5581 -0.218045000166315284 +5582 -0.217954402951678561 +5583 -0.217928518886486039 +5584 -0.217769525087423088 +5585 -0.217712216874683728 +5586 -0.217684487760916701 +5587 -0.217678941990322478 +5588 -0.217629030837243886 +5589 -0.217407220517583905 +5590 -0.217388737578457003 +5591 -0.217303718542182583 +5592 -0.217266755016180424 +5593 -0.21725196982164352 +5594 -0.217231640380537327 +5595 -0.217229792261089488 +5596 -0.217222399802566912 +5597 -0.217215007374873093 +5598 -0.217139236768191968 +5599 -0.217096732723469216 +5600 -0.21698400953725111 +5601 -0.216893466590149325 +5602 -0.21683064358565618 +5603 -0.216778908662590114 +5604 -0.216754889389138533 +5605 -0.216686528619153329 +5606 -0.216660663067742315 +5607 -0.216608933094300737 +5608 -0.216564594315320741 +5609 -0.216433431900929285 +5610 -0.216287501989054498 +5611 -0.216169289060147984 +5612 -0.21614897200330721 +5613 -0.216060318467067747 +5614 -0.216056624665459829 +5615 -0.216040002652983121 +5616 -0.215953201328794836 +5617 -0.215888564790473247 +5618 -0.215846090626746118 +5619 -0.215844243946922421 +5620 -0.215833163908134923 +5621 -0.215827623914553096 +5622 -0.215825777253849882 +5623 -0.215618963349024334 +5624 -0.215585727635111607 +5625 -0.215561724448693731 +5626 -0.215467561217217995 +5627 -0.215375249141571967 +5628 -0.215367864381521168 +5629 -0.2153567872986554 +5630 -0.215301402913977535 +5631 -0.215262634865573288 +5632 -0.21520171534475338 +5633 -0.215083574308607639 +5634 -0.215013431758701606 +5635 -0.214952520721393425 +5636 -0.214946983457117352 +5637 -0.214930371767025702 +5638 -0.21492483457123876 +5639 -0.214913760231027179 +5640 -0.214692287801853121 +5641 -0.214673833001461895 +5642 -0.214644305715956774 +5643 -0.214581561848602942 +5644 -0.214463461698994551 +5645 -0.214437628327440732 +5646 -0.214378582017249852 +5647 -0.214356440151645539 +5648 -0.214254960094357683 +5649 -0.214129501767142877 +5650 -0.214127656857096782 +5651 -0.214063086198476166 +5652 -0.214016965719395075 +5653 -0.21399851785900062 +5654 -0.213981914946454466 +5655 -0.213978225431149166 +5656 -0.213972691172383239 +5657 -0.213969001676000387 +5658 -0.213839874069783192 +5659 -0.213758712888461183 +5660 -0.213734734148827765 +5661 -0.213729200638882177 +5662 -0.21364066679231386 +5663 -0.213611156477247183 +5664 -0.213574269263225425 +5665 -0.213530005603249473 +5666 -0.213507874180985185 +5667 -0.213470989081129936 +5668 -0.213428572149362089 +5669 -0.213391688672053464 +5670 -0.213308703606244571 +5671 -0.213172247575460327 +5672 -0.213135369338190744 +5673 -0.213081897232232254 +5674 -0.213050552251147385 +5675 -0.21304133324260302 +5676 -0.213021051589449895 +5677 -0.212960207996324591 +5678 -0.21293255249501436 +5679 -0.212891991858726704 +5680 -0.212785063635020505 +5681 -0.212726071459916621 +5682 -0.212700262988393229 +5683 -0.212656020751035846 +5684 -0.212637586804794526 +5685 -0.212608092881443722 +5686 -0.212597032784124951 +5687 -0.212578599438804805 +5688 -0.212362943242060731 +5689 -0.212268947294021931 +5690 -0.212246831308909006 +5691 -0.212230244497165793 +5692 -0.212197071328996734 +5693 -0.212147312714823094 +5694 -0.21211414106392848 +5695 -0.212069913139822791 +5696 -0.211968561547113632 +5697 -0.211907753308430896 +5698 -0.211826678825171977 +5699 -0.211664540715252064 +5700 -0.211616639042395693 +5701 -0.211612954350619109 +5702 -0.211417676370924457 +5703 -0.21132741344602915 +5704 -0.211314519107923371 +5705 -0.211259258693411889 +5706 -0.211213209629202009 +5707 -0.211119273148518 +5708 -0.21089826523552288 +5709 -0.210865116359208044 +5710 -0.210861433187918834 +5711 -0.210765673344498666 +5712 -0.210732526877297127 +5713 -0.210712270999256407 +5714 -0.210655187461394 +5715 -0.21060547099552715 +5716 -0.210590740450777636 +5717 -0.210581533920646824 +5718 -0.210489471171522863 +5719 -0.210471059178412606 +5720 -0.210386366399385266 +5721 -0.210321928870104369 +5722 -0.210309041636768029 +5723 -0.210279585444472478 +5724 -0.210261175565215508 +5725 -0.210259334587481944 +5726 -0.210051316034362612 +5727 -0.209955598624335382 +5728 -0.209909582419392782 +5729 -0.209881973251256432 +5730 -0.209760497853160727 +5731 -0.209523091901603703 +5732 -0.209445803569156624 +5733 -0.209412680994222056 +5734 -0.209335397309481253 +5735 -0.209219477878784754 +5736 -0.209153241487085001 +5737 -0.209121964020626216 +5738 -0.209013416940663471 +5739 -0.208943508653358478 +5740 -0.208884640576671221 +5741 -0.208869923851703609 +5742 -0.208866244688846819 +5743 -0.208685974714149153 +5744 -0.208584810517989855 +5745 -0.208557221246437746 +5746 -0.20850572237761153 +5747 -0.208492847885167004 +5748 -0.208448707450616055 +5749 -0.208424798489676294 +5750 -0.208413763689156817 +5751 -0.208402728954650451 +5752 -0.208270317288079043 +5753 -0.208185725918578007 +5754 -0.208163659242167315 +5755 -0.208159981488401591 +5756 -0.208071717594920325 +5757 -0.208005522442066854 +5758 -0.207990812730110386 +5759 -0.207968748381685498 +5760 -0.207961393657408344 +5761 -0.207880493621477397 +5762 -0.207738927073921692 +5763 -0.207641491457882438 +5764 -0.207520163708705269 +5765 -0.207512810767251366 +5766 -0.207485237496749797 +5767 -0.207472370110967308 +5768 -0.20745031194325686 +5769 -0.207205851494708382 +5770 -0.207068012065636936 +5771 -0.207045958707050087 +5772 -0.207038607645744083 +5773 -0.207027581108364611 +5774 -0.207012879160401286 +5775 -0.207009203691601557 +5776 -0.206994501889162241 +5777 -0.206908131150409902 +5778 -0.206814414253551265 +5779 -0.2067556139078775 +5780 -0.206698652846716541 +5781 -0.206669254272118491 +5782 -0.206660067312873424 +5783 -0.206426733758163561 +5784 -0.206384479628732215 +5785 -0.20636243437663046 +5786 -0.206270581968223066 +5787 -0.206248538064113779 +5788 -0.206167712646750684 +5789 -0.206130974979346987 +5790 -0.20612179067562017 +5791 -0.206079543461192449 +5792 -0.205938114099315117 +5793 -0.20584628259191512 +5794 -0.20575629209738186 +5795 -0.205690179395305733 +5796 -0.205636923642397967 +5797 -0.205616723581469207 +5798 -0.205425751974861154 +5799 -0.205409226502736186 +5800 -0.205348634353893167 +5801 -0.205326601331733777 +5802 -0.205291716243852257 +5803 -0.205249487796894642 +5804 -0.20519440864545091 +5805 -0.205161361932285707 +5806 -0.205150346490822699 +5807 -0.205146674691399522 +5808 -0.20500898740821713 +5809 -0.204917201506072344 +5810 -0.204900680520933604 +5811 -0.204830926855003481 +5812 -0.204827255681292786 +5813 -0.204814406629889617 +5814 -0.204750162692961424 +5815 -0.204735478673384763 +5816 -0.204707946446376743 +5817 -0.204687756403275717 +5818 -0.204544596871737733 +5819 -0.204506055785574181 +5820 -0.204383096652777541 +5821 -0.204320702557697853 +5822 -0.204186745759497357 +5823 -0.204082155986685165 +5824 -0.204056468159640375 +5825 -0.203872993871323904 +5826 -0.203812451277509243 +5827 -0.203799609159164841 +5828 -0.203773925184968674 +5829 -0.203757414243495888 +5830 -0.203645510562143028 +5831 -0.203575803428310359 +5832 -0.203517104681472327 +5833 -0.20344006534659817 +5834 -0.203379536645908077 +5835 -0.20335569253890784 +5836 -0.203352024241471807 +5837 -0.203322678118445954 +5838 -0.203311673439846685 +5839 -0.203234642484330874 +5840 -0.203212634216635935 +5841 -0.203111766268187333 +5842 -0.203106264534856751 +5843 -0.203016405155948154 +5844 -0.203010903699997497 +5845 -0.202981562871770466 +5846 -0.202932051255792917 +5847 -0.202875206182865225 +5848 -0.202840366498006602 +5849 -0.202836699200052262 +5850 -0.202827530986241983 +5851 -0.202695513628341845 +5852 -0.202587339594945542 +5853 -0.202585506189958908 +5854 -0.202506671452699905 +5855 -0.202497504835497111 +5856 -0.202431506499421127 +5857 -0.202424173492710635 +5858 -0.202409507564320662 +5859 -0.202365510459311115 +5860 -0.202239024463426842 +5861 -0.20218220016504046 +5862 -0.202130876453521513 +5863 -0.202079554128490935 +5864 -0.201991576224381492 +5865 -0.201945756011885358 +5866 -0.201938424880354989 +5867 -0.201910933388831787 +5868 -0.201898104162123587 +5869 -0.201810134652726403 +5870 -0.201745992782829425 +5871 -0.201639705299797328 +5872 -0.201628710381571846 +5873 -0.201511435202830602 +5874 -0.201469291198712208 +5875 -0.201452800320358921 +5876 -0.201438141881605193 +5877 -0.201236599775736463 +5878 -0.201068053635438448 +5879 -0.201051566225101952 +5880 -0.201002104848121366 +5881 -0.200985618007091749 +5882 -0.200974626858790972 +5883 -0.200877541128090947 +5884 -0.200694373932109316 +5885 -0.200540527040893313 +5886 -0.20051854992306109 +5887 -0.200514887094616429 +5888 -0.200511224273179273 +5889 -0.200463608232106238 +5890 -0.200112018712847228 +5891 -0.200040609968709121 +5892 -0.199963711215863038 +5893 -0.199848368861744924 +5894 -0.199749509499503625 +5895 -0.199745848139325749 +5896 -0.19971289621162322 +5897 -0.199672622400509758 +5898 -0.199573772077193512 +5899 -0.199560958518418541 +5900 -0.199500552891003574 +5901 -0.19943099724499061 +5902 -0.199323007933281893 +5903 -0.199236986883022993 +5904 -0.199182081838063268 +5905 -0.199172931149343035 +5906 -0.199112537693475533 +5907 -0.199110707618293081 +5908 -0.199041166048655072 +5909 -0.199017376087461839 +5910 -0.198962477297002505 +5911 -0.198925878971372566 +5912 -0.19885085457401433 +5913 -0.19883804582204756 +5914 -0.198834386194241014 +5915 -0.198695325477716955 +5916 -0.198680688090062868 +5917 -0.198644095106167956 +5918 -0.198596525263238566 +5919 -0.198497730099902986 +5920 -0.198481264730223428 +5921 -0.198426381177206873 +5922 -0.198409916415023729 +5923 -0.198294667003321767 +5924 -0.198212350197028431 +5925 -0.198195887255799341 +5926 -0.198153815930798033 +5927 -0.1981208911835452 +5928 -0.198066017848435222 +5929 -0.198029436488459026 +5930 -0.197965420770095185 +5931 -0.197861171124804225 +5932 -0.197791674474589008 +5933 -0.197773386296228898 +5934 -0.197733152910592541 +5935 -0.197431429092405131 +5936 -0.19740034505875384 +5937 -0.197396688146300375 +5938 -0.197296125749371803 +5939 -0.19728881232337761 +5940 -0.197261387220828754 +5941 -0.197246760657584091 +5942 -0.197115126536360902 +5943 -0.197005438235371089 +5944 -0.196917692042612946 +5945 -0.196851884991379816 +5946 -0.19680801485833041 +5947 -0.196787908043972559 +5948 -0.196786080162041271 +5949 -0.196780596526529711 +5950 -0.196654477165576408 +5951 -0.196614266909837687 +5952 -0.196572229801162179 +5953 -0.196506434405195052 +5954 -0.196429675912310558 +5955 -0.19642236573700847 +5956 -0.196292614677315375 +5957 -0.196226828699055972 +5958 -0.196058719031900835 +5959 -0.196055064634369447 +5960 -0.195974669615212954 +5961 -0.195912548452902707 +5962 -0.195886969723654436 +5963 -0.195857737299332785 +5964 -0.19544304924925085 +5965 -0.19533893430102009 +5966 -0.195141679008556973 +5967 -0.195050363818674133 +5968 -0.194959052869111304 +5969 -0.194931660410759156 +5970 -0.194907920588665767 +5971 -0.194878702739251841 +5972 -0.194714360416355259 +5973 -0.194529948136063197 +5974 -0.194528122358167049 +5975 -0.194484304195867208 +5976 -0.194385716890274202 +5977 -0.194287134510962051 +5978 -0.194166651622015296 +5979 -0.194089984519545566 +5980 -0.19400236861642059 +5981 -0.19397681470961517 +5982 -0.193653768786287622 +5983 -0.193529674764551601 +5984 -0.193527849910467176 +5985 -0.193316178237254999 +5986 -0.193250491622282666 +5987 -0.193170210934819148 +5988 -0.193097231309261153 +5989 -0.193075337944676767 +5990 -0.192896551165537472 +5991 -0.192841823734418244 +5992 -0.192792570334414215 +5993 -0.192650289585298701 +5994 -0.192628401142308309 +5995 -0.192619281028775929 +5996 -0.192611984968038191 +5997 -0.192601040927075695 +5998 -0.192595568929158079 +5999 -0.192480660446794072 +6000 -0.192378525138694828 +6001 -0.19227639506498756 +6002 -0.192212566425576631 +6003 -0.192163328585163468 +6004 -0.192159681386071729 +6005 -0.192075797646952623 +6006 -0.192068503575402144 +6007 -0.192035680583277801 +6008 -0.192021092760014944 +6009 -0.191988270547393369 +6010 -0.191946331838615675 +6011 -0.191867927049569148 +6012 -0.191740297926894621 +6013 -0.19167648642117141 +6014 -0.191672840110919535 +6015 -0.191601738389618886 +6016 -0.191528816172121558 +6017 -0.191419437827243993 +6018 -0.191218926374905313 +6019 -0.19120069905590073 +6020 -0.190836187454345663 +6021 -0.190745069894797309 +6022 -0.190617512252277688 +6023 -0.190590179524734726 +6024 -0.190387928883321011 +6025 -0.19032598230264236 +6026 -0.190324160373239487 +6027 -0.190282256451915044 +6028 -0.190162015256399086 +6029 -0.189976202062627081 +6030 -0.189903338816355849 +6031 -0.18989605263644338 +6032 -0.18988330188489691 +6033 -0.189806799067141152 +6034 -0.189801334691097001 +6035 -0.189750334561120976 +6036 -0.189626482463690155 +6037 -0.18954452569070851 +6038 -0.189386085348878574 +6039 -0.189360590361064396 +6040 -0.189335095694460803 +6041 -0.189269539454934577 +6042 -0.189209448100160632 +6043 -0.189105658141261984 +6044 -0.189102016484878371 +6045 -0.189098374835039745 +6046 -0.188932686688707996 +6047 -0.188796140699830861 +6048 -0.18850123270599875 +6049 -0.18827734965922252 +6050 -0.188266429165301369 +6051 -0.188199087414296168 +6052 -0.188149947542508661 +6053 -0.187940661366522765 +6054 -0.187842395272737439 +6055 -0.187664072601014364 +6056 -0.187660433525062759 +6057 -0.187622223619218986 +6058 -0.187558542031770054 +6059 -0.187507598191424651 +6060 -0.187485765505892521 +6061 -0.187431184812663104 +6062 -0.187311112417653913 +6063 -0.187305654749057804 +6064 -0.187201961812492712 +6065 -0.187038246820186216 +6066 -0.187021876040946611 +6067 -0.186776330047521727 +6068 -0.186685394549703676 +6069 -0.18665993333265124 +6070 -0.186619923487000461 +6071 -0.186616286266983539 +6072 -0.186439888830812556 +6073 -0.186254415079834257 +6074 -0.186139866121109554 +6075 -0.185958055470042238 +6076 -0.185838069233170144 +6077 -0.185609023993386857 +6078 -0.18530730478593041 +6079 -0.185149192436871113 +6080 -0.18502016717845024 +6081 -0.184987457827891666 +6082 -0.184976554825904443 +6083 -0.184658575848812706 +6084 -0.18450414651493513 +6085 -0.184467811871512427 +6086 -0.184371528142180524 +6087 -0.18436062837868597 +6088 -0.1843515452861402 +6089 -0.184126297294018526 +6090 -0.184109949599515793 +6091 -0.184031845721590676 +6092 -0.184020947739215013 +6093 -0.183792103290165459 +6094 -0.18376304547713887 +6095 -0.183755781087211773 +6096 -0.18373398806940297 +6097 -0.183523333977261838 +6098 -0.183501543389156946 +6099 -0.183487016456868907 +6100 -0.183341752695619503 +6101 -0.183338121231104906 +6102 -0.183301806933308081 +6103 -0.183296359843104051 +6104 -0.183232811507003907 +6105 -0.182601064511268951 +6106 -0.182230818606703593 +6107 -0.182034832497109833 +6108 -0.182016686559464402 +6109 -0.181984024266307498 +6110 -0.181962249686020483 +6111 -0.181925959219789241 +6112 -0.181882411486643775 +6113 -0.181771731720598378 +6114 -0.181744516276052842 +6115 -0.181699157983410492 +6116 -0.181599373177395884 +6117 -0.181563088964920932 +6118 -0.181441541403235596 +6119 -0.181425214652563727 +6120 -0.18136172293445757 +6121 -0.181185770154378256 +6122 -0.181142237708410453 +6123 -0.180971744263058926 +6124 -0.180877434646340457 +6125 -0.180815772939358937 +6126 -0.180794010412929806 +6127 -0.180728724176103389 +6128 -0.180647119210818274 +6129 -0.180619918254416895 +6130 -0.180603597848218334 +6131 -0.180467599350946334 +6132 -0.180221010986994501 +6133 -0.180075972388323818 +6134 -0.180032462739631888 +6135 -0.17964091595577189 +6136 -0.179633665768703571 +6137 -0.179588352658651251 +6138 -0.179550290391049444 +6139 -0.179474167895376902 +6140 -0.179321931057553091 +6141 -0.179075475393822903 +6142 -0.179042858393206938 +6143 -0.179031986170319596 +6144 -0.178865285677625274 +6145 -0.178852602476542472 +6146 -0.178803682262541341 +6147 -0.178756574965533044 +6148 -0.178743892408907729 +6149 -0.178374319459003589 +6150 -0.178329033039588608 +6151 -0.17819136819468781 +6152 -0.178155142071534267 +6153 -0.177888898813539031 +6154 -0.177727719939992757 +6155 -0.177695123433490365 +6156 -0.177450665362447996 +6157 -0.177380049305281506 +6158 -0.177304003830081741 +6159 -0.177267792641373545 +6160 -0.177249687274941142 +6161 -0.177119333120357741 +6162 -0.177014331330011848 +6163 -0.17686588922945462 +6164 -0.176742798631654513 +6165 -0.17674098852806161 +6166 -0.176525597007578139 +6167 -0.176375378625547558 +6168 -0.176359090510949362 +6169 -0.176286700370695076 +6170 -0.176279461489556644 +6171 -0.176272222632574888 +6172 -0.176055068150425875 +6173 -0.175982688148912547 +6174 -0.175837935377935933 +6175 -0.175819841959225592 +6176 -0.175745660516144736 +6177 -0.175723949352786846 +6178 -0.175626251798073785 +6179 -0.175541222309725686 +6180 -0.175414588798915971 +6181 -0.175396498898069381 +6182 -0.175382027085480563 +6183 -0.175354892695805453 +6184 -0.175287962644931655 +6185 -0.174991324430185446 +6186 -0.174949725951022955 +6187 -0.174918979757985066 +6188 -0.174917171171864699 +6189 -0.174830360797725709 +6190 -0.174318611290379788 +6191 -0.174101651102561927 +6192 -0.173949791727761899 +6193 -0.173947983941288159 +6194 -0.173928098388227398 +6195 -0.173855788802739358 +6196 -0.173722022337896437 +6197 -0.173358724717857654 +6198 -0.173241253227083891 +6199 -0.173197880719442004 +6200 -0.173154509064235379 +6201 -0.173038855482642001 +6202 -0.172981030962931437 +6203 -0.172661216407308082 +6204 -0.17255100854166644 +6205 -0.172496809963819026 +6206 -0.172265577589093194 +6207 -0.172242094399746665 +6208 -0.172124682180460065 +6209 -0.172106619313313919 +6210 -0.172041594208116905 +6211 -0.172001857580951295 +6212 -0.171954897028736786 +6213 -0.171862784981380246 +6214 -0.17177067674978963 +6215 -0.171694825775503157 +6216 -0.171373390800053121 +6217 -0.171355334030864948 +6218 -0.171340888720790063 +6219 -0.171174774377941818 +6220 -0.171064640162123471 +6221 -0.170795646622498604 +6222 -0.170770373724789259 +6223 -0.170662064538924074 +6224 -0.170551955571392688 +6225 -0.170210832621804892 +6226 -0.170181956870024464 +6227 -0.170118792457806534 +6228 -0.169961791470951806 +6229 -0.169936527968898715 +6230 -0.169902242241640383 +6231 -0.169660452477384732 +6232 -0.169537763126829943 +6233 -0.169485441759595235 +6234 -0.169442142236265053 +6235 -0.16932668090572045 +6236 -0.169315856709011003 +6237 -0.169117422302364956 +6238 -0.169009192702099215 +6239 -0.168754873534981281 +6240 -0.168698963225073939 +6241 -0.168432055605138908 +6242 -0.168334678216950584 +6243 -0.168147148352926906 +6244 -0.16810026830668906 +6245 -0.167954225131387191 +6246 -0.16792537820635875 +6247 -0.167855065359327066 +6248 -0.167811796995067125 +6249 -0.167608086164066 +6250 -0.167442246548455687 +6251 -0.167418813662347815 +6252 -0.167353923849335562 +6253 -0.167256592589368092 +6254 -0.167215137942442582 +6255 -0.167061942513880984 +6256 -0.166962821531616346 +6257 -0.166917767959903457 +6258 -0.166766394456438705 +6259 -0.166634851800907424 +6260 -0.16657538979139408 +6261 -0.166478091648025323 +6262 -0.166442056346192774 +6263 -0.166375392529909405 +6264 -0.166161000407535508 +6265 -0.166096146228429054 +6266 -0.165516142905037189 +6267 -0.165499933729327309 +6268 -0.165494530696068065 +6269 -0.16517217259862832 +6270 -0.165123552655683375 +6271 -0.165080335786984639 +6272 -0.164975898354758899 +6273 -0.164932684244468913 +6274 -0.16459780222781098 +6275 -0.16454919434340623 +6276 -0.16448618563866485 +6277 -0.164315170632679364 +6278 -0.16427376889303183 +6279 -0.164136968389478749 +6280 -0.163955180171846959 +6281 -0.163805800480235991 +6282 -0.163638434610939187 +6283 -0.163625837666042301 +6284 -0.163613240789173137 +6285 -0.163388308006502447 +6286 -0.163382909885977118 +6287 -0.163359518174507334 +6288 -0.163237165345523766 +6289 -0.162783795942292864 +6290 -0.16274062247988702 +6291 -0.162728030369752363 +6292 -0.162710041758272195 +6293 -0.162560741606146086 +6294 -0.162506780032361325 +6295 -0.162352097058031969 +6296 -0.162236990753572452 +6297 -0.162181238162573044 +6298 -0.162071535308041609 +6299 -0.161909687970006849 +6300 -0.161868328767136388 +6301 -0.161764034868497164 +6302 -0.161595016616761178 +6303 -0.161589622616518547 +6304 -0.161582430635361679 +6305 -0.161294769338714783 +6306 -0.161095224867858877 +6307 -0.160987369992556667 +6308 -0.160953216972101659 +6309 -0.160852558300112025 +6310 -0.160847165991828578 +6311 -0.160762688095514944 +6312 -0.160744714463041921 +6313 -0.160529041485045904 +6314 -0.159630614398943077 +6315 -0.159515640151974059 +6316 -0.159483304641153706 +6317 -0.159305467143007889 +6318 -0.159228228708335057 +6319 -0.159192304703578452 +6320 -0.159073759308471674 +6321 -0.159030653345325207 +6322 -0.158976771980787523 +6323 -0.15896599585309637 +6324 -0.158606819268052451 +6325 -0.158472141884832718 +6326 -0.158319516626919815 +6327 -0.158211786972924151 +6328 -0.158166901038162555 +6329 -0.157752194495070053 +6330 -0.15767321084340688 +6331 -0.157581664838036539 +6332 -0.157508071540877426 +6333 -0.157495507055193662 +6334 -0.157479352812257389 +6335 -0.157430890729982592 +6336 -0.157080915569131618 +6337 -0.157053996494032067 +6338 -0.156987597384699334 +6339 -0.156833271330545004 +6340 -0.156775850183469595 +6341 -0.156704075655881236 +6342 -0.156596417833650303 +6343 -0.156327294094102093 +6344 -0.156273472911032413 +6345 -0.156076138727027997 +6346 -0.156029498431523417 +6347 -0.155993621886905603 +6348 -0.155986446641179527 +6349 -0.155654614523633106 +6350 -0.155555970404886973 +6351 -0.155509340021829395 +6352 -0.155419668700809505 +6353 -0.155347934004194277 +6354 -0.155242129153686154 +6355 -0.155197297965097181 +6356 -0.155111224376312695 +6357 -0.154896053587876809 +6358 -0.154872744548928326 +6359 -0.154571539889926252 +6360 -0.154480110043003938 +6361 -0.154164613437078463 +6362 -0.153949525199041815 +6363 -0.153901132921343581 +6364 -0.153879625545889354 +6365 -0.153781052464012441 +6366 -0.153664562057427845 +6367 -0.153557037307038458 +6368 -0.153431597651559282 +6369 -0.153419054034476615 +6370 -0.153229115570675006 +6371 -0.153189696198143349 +6372 -0.153067858449099647 +6373 -0.152920944386188251 +6374 -0.152849282132724307 +6375 -0.152811660274206007 +6376 -0.152731043916800285 +6377 -0.152555488415120039 +6378 -0.152544740520028754 +6379 -0.152421143049018604 +6380 -0.15232083654977141 +6381 -0.1522885960291957 +6382 -0.152079042766087913 +6383 -0.151968004552160946 +6384 -0.151885624538624114 +6385 -0.151846226357991193 +6386 -0.151831899900214812 +6387 -0.151638500720992275 +6388 -0.151622384794837445 +6389 -0.151565084560953439 +6390 -0.151527481992228708 +6391 -0.151498832793463822 +6392 -0.15148629887162382 +6393 -0.151473765012239858 +6394 -0.151305459233977757 +6395 -0.151219520196883311 +6396 -0.151208778023371238 +6397 -0.151187293813724283 +6398 -0.151058392400897606 +6399 -0.151053021651687713 +6400 -0.150968881406737643 +6401 -0.150897274897191791 +6402 -0.150861472403981789 +6403 -0.150424722813500139 +6404 -0.150310178019444657 +6405 -0.150274383833042757 +6406 -0.150174162799217692 +6407 -0.150063208415505189 +6408 -0.149930785337082179 +6409 -0.149898575361732289 +6410 -0.149868155204288866 +6411 -0.149830577865333603 +6412 -0.149814473461510694 +6413 -0.149694588326939465 +6414 -0.149689220467971396 +6415 -0.149465569736269815 +6416 -0.149447678525918115 +6417 -0.149404740133397551 +6418 -0.149402951049402877 +6419 -0.149254461452462184 +6420 -0.149195425820606131 +6421 -0.149125658197294592 +6422 -0.149054103639983421 +6423 -0.148946775560114514 +6424 -0.148918155499664334 +6425 -0.148835874609403424 +6426 -0.148832297239409939 +6427 -0.148821565159431513 +6428 -0.148690995123005487 +6429 -0.148562220235962134 +6430 -0.148428086605987219 +6431 -0.148417356218550539 +6432 -0.148213487377729186 +6433 -0.148134805485333448 +6434 -0.147945263538171251 +6435 -0.147934535166182601 +6436 -0.147914866600312223 +6437 -0.147864801837805981 +6438 -0.14778434265085344 +6439 -0.147736068344496846 +6440 -0.147623431811194084 +6441 -0.147501861388745631 +6442 -0.147441078324283992 +6443 -0.147319516485656832 +6444 -0.14722656128973971 +6445 -0.14710500953484576 +6446 -0.147087134758238036 +6447 -0.147062110278302877 +6448 -0.146904819082822102 +6449 -0.146890520356630916 +6450 -0.146847624651203101 +6451 -0.146672474548919629 +6452 -0.146488400951439862 +6453 -0.146425854638582625 +6454 -0.14630076652496854 +6455 -0.146131013699244167 +6456 -0.145907671563232394 +6457 -0.145843352574366841 +6458 -0.145832632896961523 +6459 -0.14578439489322581 +6460 -0.145562868830861614 +6461 -0.145532499785256536 +6462 -0.145411027127210407 +6463 -0.145393163976432566 +6464 -0.145289560104304688 +6465 -0.14523954590803731 +6466 -0.145200249708965612 +6467 -0.145160954098797396 +6468 -0.145032354399018598 +6469 -0.144975200999359816 +6470 -0.144937694756838209 +6471 -0.144907332952749851 +6472 -0.144891259198518113 +6473 -0.144875185542613555 +6474 -0.144764458583915984 +6475 -0.14472874120478918 +6476 -0.144685880989987581 +6477 -0.144639449878435716 +6478 -0.144514447109852506 +6479 -0.144487661574163678 +6480 -0.144403735325380617 +6481 -0.144346595578469794 +6482 -0.144268030447696483 +6483 -0.144232319797959696 +6484 -0.144075198677253685 +6485 -0.144064486213914988 +6486 -0.143966290656527135 +6487 -0.143925228141254719 +6488 -0.14388238097889583 +6489 -0.14374670287485336 +6490 -0.143621742349895831 +6491 -0.143577115019020096 +6492 -0.143450377494578285 +6493 -0.143204059898681985 +6494 -0.143175502814209626 +6495 -0.143039860850881773 +6496 -0.142861395115843143 +6497 -0.142854256735188423 +6498 -0.142704355157712959 +6499 -0.142661527683353495 +6500 -0.142566952779273365 +6501 -0.14255446200472438 +6502 -0.142525911882323941 +6503 -0.142490224658551073 +6504 -0.142204744022180668 +6505 -0.142128026295038262 +6506 -0.142122673977505137 +6507 -0.142083423975779277 +6508 -0.142051310765796412 +6509 -0.141962109424035393 +6510 -0.141872911050241302 +6511 -0.1417837156423844 +6512 -0.141748038309249674 +6513 -0.141623171375927837 +6514 -0.141489391814352383 +6515 -0.141377022124917234 +6516 -0.14132708154665985 +6517 -0.14123968776322629 +6518 -0.141237904246147516 +6519 -0.14111662785362622 +6520 -0.141070258909873569 +6521 -0.141025674138698986 +6522 -0.141014973903242885 +6523 -0.140669022468132343 +6524 -0.140660106779316257 +6525 -0.140615528775951348 +6526 -0.140542422440017301 +6527 -0.140526374971991386 +6528 -0.140510327599070395 +6529 -0.140303503299778892 +6530 -0.140253582556990275 +6531 -0.140214359760658686 +6532 -0.139971904143042808 +6533 -0.139893467251314935 +6534 -0.139868510532925733 +6535 -0.139651040244678365 +6536 -0.139430022656387181 +6537 -0.139355165920266533 +6538 -0.13932308509029645 +6539 -0.139287440165683812 +6540 -0.139192983364747863 +6541 -0.139066452010464747 +6542 -0.138906068562895446 +6543 -0.138775986665206436 +6544 -0.1387350032367414 +6545 -0.138685111194026045 +6546 -0.138617402015997482 +6547 -0.138556821535857966 +6548 -0.138467735022496374 +6549 -0.138296697012714548 +6550 -0.138282444325465409 +6551 -0.138161299464445636 +6552 -0.138118543727525245 +6553 -0.138093603187520231 +6554 -0.13807935155176182 +6555 -0.137915463037518504 +6556 -0.137783646734247506 +6557 -0.137505784327007219 +6558 -0.137480849322707294 +6559 -0.137473725077042391 +6560 -0.13737220656900842 +6561 -0.137345491790891477 +6562 -0.137272472712059945 +6563 -0.137270691782960419 +6564 -0.137249320723045631 +6565 -0.137235073441328376 +6566 -0.137194112914320238 +6567 -0.137073015764475226 +6568 -0.136998223106411715 +6569 -0.136944801012872541 +6570 -0.136928774585202723 +6571 -0.136905625464032843 +6572 -0.136896722007254112 +6573 -0.13688603789678197 +6574 -0.136843301865687272 +6575 -0.13658511898093928 +6576 -0.136444463899411506 +6577 -0.136351884681598118 +6578 -0.136341202661930089 +6579 -0.1363162781084441 +6580 -0.13611688969285024 +6581 -0.136074165455668944 +6582 -0.136049243285603888 +6583 -0.136004739963111937 +6584 -0.135938876345583687 +6585 -0.135832073774983658 +6586 -0.135723495338025718 +6587 -0.135689676684387472 +6588 -0.135671877556915066 +6589 -0.13553304824039708 +6590 -0.135447618229424055 +6591 -0.13541558264557263 +6592 -0.135397785256906295 +6593 -0.135347953168569346 +6594 -0.1353443937675122 +6595 -0.135278545661169203 +6596 -0.135187784583294557 +6597 -0.135177107001995506 +6598 -0.135123719703360956 +6599 -0.135091687810344141 +6600 -0.135070333417510263 +6601 -0.134977799586601221 +6602 -0.134872812958880345 +6603 -0.134862136571723135 +6604 -0.134806975882020091 +6605 -0.134796299744105647 +6606 -0.134794520391714995 +6607 -0.134653955098178735 +6608 -0.134643279539077593 +6609 -0.134543642933053431 +6610 -0.134497384274453791 +6611 -0.134486709306892271 +6612 -0.134435114198474176 +6613 -0.134301682936887046 +6614 -0.134221627198767679 +6615 -0.134114889733560311 +6616 -0.134045512536309891 +6617 -0.133906763231462278 +6618 -0.133599048572550283 +6619 -0.133394516779275663 +6620 -0.133332270886926563 +6621 -0.133330492452828825 +6622 -0.133319821871534794 +6623 -0.133234458658305632 +6624 -0.133122423316004518 +6625 -0.133056626830479446 +6626 -0.133042400762582447 +6627 -0.132889475003999613 +6628 -0.132871693469764851 +6629 -0.132825461997900102 +6630 -0.132789899835403458 +6631 -0.132718776835519553 +6632 -0.132674325857434855 +6633 -0.13265832367414665 +6634 -0.132626319575632451 +6635 -0.13248763927679702 +6636 -0.132473416035501196 +6637 -0.132439636119951021 +6638 -0.132402300886327068 +6639 -0.132389855916347304 +6640 -0.132327631875412355 +6641 -0.132244075997593774 +6642 -0.132107191828878617 +6643 -0.132032530481843602 +6644 -0.131996978140019372 +6645 -0.131963203821824498 +6646 -0.131826333006585167 +6647 -0.131805003075232269 +6648 -0.131803225588074308 +6649 -0.131794338168717079 +6650 -0.131771231006550915 +6651 -0.131705465481061434 +6652 -0.131698355784298365 +6653 -0.131634369301413479 +6654 -0.13158104831545453 +6655 -0.131563274872198072 +6656 -0.131506400588453448 +6657 -0.131501068681736444 +6658 -0.131492182192397916 +6659 -0.131339338850020831 +6660 -0.131207828947010746 +6661 -0.131150961649131453 +6662 -0.131140299155020401 +6663 -0.131008798285146499 +6664 -0.130916395834552224 +6665 -0.130914618893177181 +6666 -0.130912841952889797 +6667 -0.130786681971363061 +6668 -0.130784905109340127 +6669 -0.130781351388553596 +6670 -0.130674741785084564 +6671 -0.13061610816901148 +6672 -0.13061077789887196 +6673 -0.13059834063984932 +6674 -0.130514834705565713 +6675 -0.130406458233707556 +6676 -0.130347830019136385 +6677 -0.130322957799442168 +6678 -0.130308745197719705 +6679 -0.130248342412976087 +6680 -0.130042271730343745 +6681 -0.129971216244495064 +6682 -0.129957005354557786 +6683 -0.12987529407733775 +6684 -0.12983976814684442 +6685 -0.129807795178078417 +6686 -0.129683459173600107 +6687 -0.129502293295254645 +6688 -0.129459667655763555 +6689 -0.129374418233483085 +6690 -0.129314034723080284 +6691 -0.129195047318827111 +6692 -0.129193271423888645 +6693 -0.129150650266999234 +6694 -0.129118684804505029 +6695 -0.12911158141554735 +6696 -0.129108029727497658 +6697 -0.128987274883088338 +6698 -0.128969517235308834 +6699 -0.128944656708214228 +6700 -0.128930450786896272 +6701 -0.128893160569197612 +6702 -0.128747555663105889 +6703 -0.1287457800378701 +6704 -0.128614386733744673 +6705 -0.128539814755543519 +6706 -0.128404879766470886 +6707 -0.128394227266309308 +6708 -0.128277052294507726 +6709 -0.12825929891536314 +6710 -0.128053367488339648 +6711 -0.128024964275699482 +6712 -0.127939756268501403 +6713 -0.127877626971236197 +6714 -0.127712546863228388 +6715 -0.127636222598920657 +6716 -0.127620248000605868 +6717 -0.127527951999463179 +6718 -0.127471155881611536 +6719 -0.127398387437216792 +6720 -0.127378864498175565 +6721 -0.127368215676197105 +6722 -0.127318521676232477 +6723 -0.127220910871006648 +6724 -0.127116204644988823 +6725 -0.127105556759745386 +6726 -0.126981334233769561 +6727 -0.126747100070397467 +6728 -0.126645959160419624 +6729 -0.126576759450180681 +6730 -0.126519981392432312 +6731 -0.12647207574133626 +6732 -0.126411751193410027 +6733 -0.126401105810671516 +6734 -0.12636029885945832 +6735 -0.126356750455097144 +6736 -0.126289331567831259 +6737 -0.126211269480800026 +6738 -0.126174013289422488 +6739 -0.126147402006420523 +6740 -0.126115468777228706 +6741 -0.12609950228959213 +6742 -0.126014349117794355 +6743 -0.125994835188094761 +6744 -0.12585824121547759 +6745 -0.125625868267873059 +6746 -0.125602809331573279 +6747 -0.125586845555592658 +6748 -0.125583298061261783 +6749 -0.125565560652015212 +6750 -0.125526538717735503 +6751 -0.125455591035389419 +6752 -0.125338530993604064 +6753 -0.125267587714590178 +6754 -0.12521615487525678 +6755 -0.124919989620964719 +6756 -0.124817136584573066 +6757 -0.124811816694513592 +6758 -0.124659317132416222 +6759 -0.12463094596326886 +6760 -0.124618533659825809 +6761 -0.124547607181153555 +6762 -0.124412851415521331 +6763 -0.124349021813591643 +6764 -0.124338383676308589 +6765 -0.124217820708977272 +6766 -0.124187680710132559 +6767 -0.124178816061123756 +6768 -0.124074215142672445 +6769 -0.124029893797949251 +6770 -0.123939480243672864 +6771 -0.123930616313346176 +6772 -0.123902251908584421 +6773 -0.12382779659473786 +6774 -0.123806523979960337 +6775 -0.123753343088365275 +6776 -0.123746252372459731 +6777 -0.123735616329318718 +6778 -0.123717889672655276 +6779 -0.123689527234911514 +6780 -0.123572534947898091 +6781 -0.123455547114420541 +6782 -0.123391737444388777 +6783 -0.123292480586972342 +6784 -0.123232219055621428 +6785 -0.123171958702682674 +6786 -0.123046124703905857 +6787 -0.122920295835585253 +6788 -0.122899029491039244 +6789 -0.122881307649061314 +6790 -0.122840547798169206 +6791 -0.122796244221970205 +6792 -0.122774978730860129 +6793 -0.122711183134687804 +6794 -0.122633212525326371 +6795 -0.122594227956968782 +6796 -0.122590683929632599 +6797 -0.122551699896532446 +6798 -0.122519804234276941 +6799 -0.122365646492424179 +6800 -0.122264650745437048 +6801 -0.122161886514428192 +6802 -0.122131766607939785 +6803 -0.122020148321817359 +6804 -0.121961683198547083 +6805 -0.121956368241791152 +6806 -0.121945738355498906 +6807 -0.121796923756292197 +6808 -0.12178629441399165 +6809 -0.121694174965044144 +6810 -0.121669374039728578 +6811 -0.121644573311513529 +6812 -0.121529429654044743 +6813 -0.121520572625445591 +6814 -0.12141429024009133 +6815 -0.121332809524377666 +6816 -0.121318639181738588 +6817 -0.121254873433749508 +6818 -0.121137972934531074 +6819 -0.121042330314776125 +6820 -0.120944919533171616 +6821 -0.120870535153718719 +6822 -0.120813862523190249 +6823 -0.120776671664873658 +6824 -0.120723542630530464 +6825 -0.120652705314212308 +6826 -0.120634996234339514 +6827 -0.120615516361576608 +6828 -0.12056416091120932 +6829 -0.120450827708120475 +6830 -0.12039593340311322 +6831 -0.12039416263499389 +6832 -0.120266669942715898 +6833 -0.12019938420922599 +6834 -0.120160429966119225 +6835 -0.120132099909179002 +6836 -0.120123246818473278 +6837 -0.119970977538468263 +6838 -0.11996920700855894 +6839 -0.119947960726913383 +6840 -0.119944419693839954 +6841 -0.119940878664728245 +6842 -0.119825797374525825 +6843 -0.119785077304109908 +6844 -0.119781536453150608 +6845 -0.119777995606147325 +6846 -0.119749668972525217 +6847 -0.119592106691125952 +6848 -0.119572633244559134 +6849 -0.119549619325343123 +6850 -0.119544308444597652 +6851 -0.119406228661724984 +6852 -0.119404458447050471 +6853 -0.119296477215292282 +6854 -0.119218591388705081 +6855 -0.119215051169137914 +6856 -0.11910884641189888 +6857 -0.119055745360699419 +6858 -0.11897432546639343 +6859 -0.118919456709659283 +6860 -0.118917686765470459 +6861 -0.118864588896106849 +6862 -0.118645127064469627 +6863 -0.118638047901342455 +6864 -0.118615040729352958 +6865 -0.118577875647091088 +6866 -0.118471692074951299 +6867 -0.118422140945812632 +6868 -0.11839736566853222 +6869 -0.118376129868972987 +6870 -0.118369051300375519 +6871 -0.11836020311160296 +6872 -0.118323040985335762 +6873 -0.118294727273342962 +6874 -0.118241639736735848 +6875 -0.118225713646976566 +6876 -0.118213326742896738 +6877 -0.11812485024605808 +6878 -0.117802816356760875 +6879 -0.117776276539076769 +6880 -0.117749736939968055 +6881 -0.117714351147739135 +6882 -0.117583427092327206 +6883 -0.117574581063964664 +6884 -0.117475507202069743 +6885 -0.117420664049426929 +6886 -0.117418894930966466 +6887 -0.117385281864182248 +6888 -0.117353438228530296 +6889 -0.117250833090556172 +6890 -0.117144693266987579 +6891 -0.117134079475938457 +6892 -0.117066859606588289 +6893 -0.11698549005056269 +6894 -0.116909429050370398 +6895 -0.116891740701143887 +6896 -0.116854595481437631 +6897 -0.116812144321993383 +6898 -0.116776768779525517 +6899 -0.116695406493033768 +6900 -0.116560986304879127 +6901 -0.116529150757633912 +6902 -0.116515001725426656 +6903 -0.116444257486234562 +6904 -0.116345218131089723 +6905 -0.116129464230108614 +6906 -0.116058728348397769 +6907 -0.115689158230755373 +6908 -0.115616663719316087 +6909 -0.115611359305752393 +6910 -0.115570692419873028 +6911 -0.115563619969403814 +6912 -0.115425710228900719 +6913 -0.115326701675760784 +6914 -0.115194105601583482 +6915 -0.115169354925759193 +6916 -0.115167587027458759 +6917 -0.115123389878222598 +6918 -0.115015551320930151 +6919 -0.114916555093203546 +6920 -0.114806955588879878 +6921 -0.114796349378180063 +6922 -0.114778672435979695 +6923 -0.114743318835144964 +6924 -0.114725642176479972 +6925 -0.11470796561229589 +6926 -0.114658471735088821 +6927 -0.114628422242257874 +6928 -0.114614281398856016 +6929 -0.114442828476788813 +6930 -0.114407478461844986 +6931 -0.114380966197929132 +6932 -0.114336779562281179 +6933 -0.114280221527197384 +6934 -0.114243105840333037 +6935 -0.114209525338224191 +6936 -0.114160038901182065 +6937 -0.114114087869449349 +6938 -0.114089345269281731 +6939 -0.114053999016954705 +6940 -0.11403102415435723 +6941 -0.113951497008697666 +6942 -0.113903781633195589 +6943 -0.113866670147065155 +6944 -0.113827791890664887 +6945 -0.113780078286705291 +6946 -0.113771242509055501 +6947 -0.113679351809035559 +6948 -0.113612202513040314 +6949 -0.113559190864801138 +6950 -0.11347967496954639 +6951 -0.113347152679608279 +6952 -0.113333017278489448 +6953 -0.113325949600314932 +6954 -0.113235838011266216 +6955 -0.113214635636744221 +6956 -0.113205801353623875 +6957 -0.113188132857250059 +6958 -0.113181065484781393 +6959 -0.113128060666197267 +6960 -0.112923116580211494 +6961 -0.112877182552820504 +6962 -0.112833015810858389 +6963 -0.112780016486367041 +6964 -0.112753517137308121 +6965 -0.112668720622677562 +6966 -0.112543296360052197 +6967 -0.112502666966202911 +6968 -0.112499133998572892 +6969 -0.112451439297830094 +6970 -0.112352519104974874 +6971 -0.112315424779991527 +6972 -0.1123136583937272 +6973 -0.112308359240477246 +6974 -0.112273031764595299 +6975 -0.112234171967768775 +6976 -0.112174116796902895 +6977 -0.112119361541259413 +6978 -0.112032814718600507 +6979 -0.112023983534584717 +6980 -0.112022217300545693 +6981 -0.111986892813216776 +6982 -0.111831469443901432 +6983 -0.111820872655452833 +6984 -0.111792614714756322 +6985 -0.111778485832665919 +6986 -0.11176435700940375 +6987 -0.111757292619830653 +6988 -0.111704310166658521 +6989 -0.111656626665636749 +6990 -0.111651328540178049 +6991 -0.111616007914926749 +6992 -0.111570091650914277 +6993 -0.111529473934318377 +6994 -0.111488856702831346 +6995 -0.111460601523463654 +6996 -0.111457069642539708 +6997 -0.111435878433970015 +6998 -0.111416453275349936 +6999 -0.111397028227571984 +7000 -0.111227505239612626 +7001 -0.111100368529747029 +7002 -0.111079179538565276 +7003 -0.111036801950645844 +7004 -0.110989127792660555 +7005 -0.110973236554480367 +7006 -0.110923797619282435 +7007 -0.11090967234053678 +7008 -0.110861999955482821 +7009 -0.110846109308101334 +7010 -0.110814328234726089 +7011 -0.110803734609185175 +7012 -0.110798437808710001 +7013 -0.110789609826131619 +7014 -0.110770188344590945 +7015 -0.110750766973214523 +7016 -0.110690737976144343 +7017 -0.110676613659107581 +7018 -0.110658958344678274 +7019 -0.110595399965676564 +7020 -0.110475348463202602 +7021 -0.110471817600235528 +7022 -0.110450632498689152 +7023 -0.11038001643737487 +7024 -0.110335882136110078 +7025 -0.110311167174942923 +7026 -0.110268799083413777 +7027 -0.110217605002473198 +7028 -0.110210543809711972 +7029 -0.110178768621581352 +7030 -0.11006932299601152 +7031 -0.110053436016819522 +7032 -0.11002695788092437 +7033 -0.109977532571430142 +7034 -0.109966941525858758 +7035 -0.109903395935356044 +7036 -0.109892805117395922 +7037 -0.109885744590146439 +7038 -0.109871623578980615 +7039 -0.109850442170549595 +7040 -0.109823965592761572 +7041 -0.109808079743535611 +7042 -0.109733946746473091 +7043 -0.109719826355934413 +7044 -0.109702175948882166 +7045 -0.109691585747909728 +7046 -0.109688055688127895 +7047 -0.109619220242648044 +7048 -0.109589215477149199 +7049 -0.109462139353762922 +7050 -0.10939154352184903 +7051 -0.109363305591674273 +7052 -0.109352716427148153 +7053 -0.109193882837557613 +7054 -0.109177999878310644 +7055 -0.109080938927309537 +7056 -0.109072115338904235 +7057 -0.109066821196610375 +7058 -0.109020938967701875 +7059 -0.109003292117754447 +7060 -0.108950352104948606 +7061 -0.108870943595425054 +7062 -0.108717425609241108 +7063 -0.10870330935218607 +7064 -0.108685664111197594 +7065 -0.108643315896902654 +7066 -0.108553327647313264 +7067 -0.10854450539471372 +7068 -0.108463341715929959 +7069 -0.108445697687324039 +7070 -0.108440404496104703 +7071 -0.108311605978473266 +7072 -0.108233976284391714 +7073 -0.108181047933851457 +7074 -0.108177519405571243 +7075 -0.108156348310480308 +7076 -0.108149291307195819 +7077 -0.108119299201694719 +7078 -0.108114006503822524 +7079 -0.108018739307558731 +7080 -0.107916418161748018 +7081 -0.107867022813187871 +7082 -0.10783879721138985 +7083 -0.107828212669135948 +7084 -0.107778818559832595 +7085 -0.1076623923313033 +7086 -0.107627112416075491 +7087 -0.107605944636536832 +7088 -0.107549497846063435 +7089 -0.107528330532672328 +7090 -0.10744542644513233 +7091 -0.107443662549542934 +7092 -0.107431315305103678 +7093 -0.10741896810386263 +7094 -0.107415440340013005 +7095 -0.1073625243052998 +7096 -0.107357232745444828 +7097 -0.107291970825677513 +7098 -0.107267277440647457 +7099 -0.107203780956916281 +7100 -0.10714557684830664 +7101 -0.107076791408750538 +7102 -0.106946279118935797 +7103 -0.106925115416737423 +7104 -0.106914533613010301 +7105 -0.10690395184085999 +7106 -0.106879261161957062 +7107 -0.106856334256861168 +7108 -0.106771682351951655 +7109 -0.106748756141739579 +7110 -0.106674687858483844 +7111 -0.106653525775412025 +7112 -0.10661649243316966 +7113 -0.106597094169738074 +7114 -0.106588276812246488 +7115 -0.106533609683600289 +7116 -0.10651421187209395 +7117 -0.106463072693901123 +7118 -0.106415461015767945 +7119 -0.106389010358435301 +7120 -0.106367849973934808 +7121 -0.10629378961734591 +7122 -0.10627262979797325 +7123 -0.106057512087672848 +7124 -0.10603459047240292 +7125 -0.10588472199276569 +7126 -0.105837118024268068 +7127 -0.105833591829551044 +7128 -0.105763068664026738 +7129 -0.10575777948256046 +7130 -0.105717229350575176 +7131 -0.105713703273815116 +7132 -0.105704888097083574 +7133 -0.105701362032458196 +7134 -0.105687257808622995 +7135 -0.105637893461901403 +7136 -0.105616737521201251 +7137 -0.105563848214952044 +7138 -0.105510959687662553 +7139 -0.105495093281311639 +7140 -0.1054051849683251 +7141 -0.105384030397873626 +7142 -0.1053346702172617 +7143 -0.105239477494810968 +7144 -0.105200695995923493 +7145 -0.105158389382260992 +7146 -0.105119608755926394 +7147 -0.105094930392687941 +7148 -0.105070252198299519 +7149 -0.105045574172719341 +7150 -0.105034997927707888 +7151 -0.105008557450773671 +7152 -0.104999744001501583 +7153 -0.1049909305737462 +7154 -0.104950389083150089 +7155 -0.1049204239260699 +7156 -0.104763551570280528 +7157 -0.104735350520012996 +7158 -0.104700099516191344 +7159 -0.104601398531111792 +7160 -0.104474501214363066 +7161 -0.10442515345676813 +7162 -0.104381093525843099 +7163 -0.104347608335887465 +7164 -0.104326459953910433 +7165 -0.104315885809086767 +7166 -0.104303549345685184 +7167 -0.104231293758026825 +7168 -0.104206621447204023 +7169 -0.104197809948184505 +7170 -0.104143179130594843 +7171 -0.104136130052582224 +7172 -0.104125556461160076 +7173 -0.10410969613161368 +7174 -0.104100884867277615 +7175 -0.104090311378221015 +7176 -0.104083262402573942 +7177 -0.104077975679792809 +7178 -0.10405154218099999 +7179 -0.104046255504261012 +7180 -0.103982815981711371 +7181 -0.103966956273616754 +7182 -0.103945810103481057 +7183 -0.103861226648994373 +7184 -0.10376959678554544 +7185 -0.10376607260594703 +7186 -0.103648014553573337 +7187 -0.103623346188373835 +7188 -0.103607488041460652 +7189 -0.103559914013148083 +7190 -0.103537008220091958 +7191 -0.103455958103004023 +7192 -0.103417195637477921 +7193 -0.103341433820315368 +7194 -0.103336148170558348 +7195 -0.103325576893896293 +7196 -0.103322053141779432 +7197 -0.103241007777116076 +7198 -0.103226913113770677 +7199 -0.103211056682183167 +7200 -0.103158202404667235 +7201 -0.103117681306864828 +7202 -0.10310711065917838 +7203 -0.103071875386420042 +7204 -0.102952077983906543 +7205 -0.102920367559514461 +7206 -0.102708971704490434 +7207 -0.102661409307009718 +7208 -0.102656124634010679 +7209 -0.102576855446592813 +7210 -0.102564524836996906 +7211 -0.102559240302624061 +7212 -0.102471165842059564 +7213 -0.102465881441142187 +7214 -0.102455312661958023 +7215 -0.102402469218940639 +7216 -0.102393662051806777 +7217 -0.102391900620895052 +7218 -0.102356672178679164 +7219 -0.102254511591343925 +7220 -0.1022527502266104 +7221 -0.102247466137432075 +7222 -0.102177012334758219 +7223 -0.102110082461847287 +7224 -0.102060766485780344 +7225 -0.101870553853555687 +7226 -0.101845897372978236 +7227 -0.101810674112714106 +7228 -0.101752556461951499 +7229 -0.10173670635098625 +7230 -0.101687395325927757 +7231 -0.101652173564673917 +7232 -0.101609907890430673 +7233 -0.101595819438803789 +7234 -0.101578208949101842 +7235 -0.101567642695184993 +7236 -0.10155003233848732 +7237 -0.101506006810307969 +7238 -0.101502484790485681 +7239 -0.101469025767876961 +7240 -0.101432045091646952 +7241 -0.101388020954367122 +7242 -0.101324627107628323 +7243 -0.101308778813874484 +7244 -0.101222494836740354 +7245 -0.101185516598285632 +7246 -0.101150299567795726 +7247 -0.101143256201429291 +7248 -0.101011195532773893 +7249 -0.100986544723041249 +7250 -0.100983023192014909 +7251 -0.100975980139876839 +7252 -0.100880900229404338 +7253 -0.100873857368843883 +7254 -0.100852728866386784 +7255 -0.100849207460862983 +7256 -0.100833361176845868 +7257 -0.100785822725677626 +7258 -0.100782301382839848 +7259 -0.100754130758858237 +7260 -0.100738284875603379 +7261 -0.100736524226029384 +7262 -0.100643210977552147 +7263 -0.100630886759191032 +7264 -0.100549900041801185 +7265 -0.100542857800823948 +7266 -0.100537576128726977 +7267 -0.100534055018107832 +7268 -0.1005234917059874 +7269 -0.100458351935263784 +7270 -0.100451309865285221 +7271 -0.100405536730839143 +7272 -0.100225970562333774 +7273 -0.100162596304679566 +7274 -0.100136190677382733 +7275 -0.100127388842569345 +7276 -0.100085140320416918 +7277 -0.100056974900933904 +7278 -0.100014727164483549 +7279 -0.099979521077352293 +7280 -0.099954877010970139 +7281 -0.0999513564431386142 +7282 -0.0999460755975218468 +7283 -0.0999407947592613199 +7284 -0.0999302331048078502 +7285 -0.0999091098841592973 +7286 -0.0998668637958050748 +7287 -0.0997559700514959041 +7288 -0.0995781947714328153 +7289 -0.0994937104222652496 +7290 -0.0994514689506592747 +7291 -0.099449708899508299 +7292 -0.0994074679157885971 +7293 -0.0993916276676021504 +7294 -0.099386347599501268 +7295 -0.0993493873275473477 +7296 -0.0993194673697671004 +7297 -0.0992754678581471289 +7298 -0.0992437885239027262 +7299 -0.0992402686141048429 +7300 -0.0991962700154218613 +7301 -0.099176910792588141 +7302 -0.0991593115842384631 +7303 -0.0991522719235977401 +7304 -0.0991170738149193126 +7305 -0.0991065144455245545 +7306 -0.0990977149933097434 +7307 -0.0990906754461203382 +7308 -0.099087155677386185 +7309 -0.099085395794234199 +7310 -0.0990431588415599667 +7311 -0.0990220405401242704 +7312 -0.0989375684997849253 +7313 -0.0988812548415508308 +7314 -0.0987950261562581811 +7315 -0.098773909222839032 +7316 -0.0987211173978788104 +7317 -0.0987052799920240947 +7318 -0.0986032182769617516 +7319 -0.0985310728383033269 +7320 -0.0984659671411070719 +7321 -0.0984272561678070368 +7322 -0.0984202178508594983 +7323 -0.0984096603995688601 +7324 -0.0983146446404783714 +7325 -0.0983076065293314733 +7326 -0.0982952898657546564 +7327 -0.0982829732415391871 +7328 -0.0982513021028332961 +7329 -0.0982196312242731157 +7330 -0.0981404551654363605 +7331 -0.0981140635067803274 +7332 -0.0980067392861685427 +7333 -0.0979592360745416002 +7334 -0.0979310862985743047 +7335 -0.0979029367274560081 +7336 -0.0978818246835126554 +7337 -0.0978765466905227172 +7338 -0.0978396009411014039 +7339 -0.097832563695472205 +7340 -0.0978290450774538384 +7341 -0.0978149706373518391 +7342 -0.0977569141125072538 +7343 -0.0977058954602462171 +7344 -0.0976918214674376839 +7345 -0.0976654328685972323 +7346 -0.0976337667869694587 +7347 -0.0976073785830375018 +7348 -0.0975880273475235455 +7349 -0.0975827497545814354 +7350 -0.0975510843475902584 +7351 -0.097519419198812865 +7352 -0.0975106233699656877 +7353 -0.0975053458822169039 +7354 -0.0974490531255590986 +7355 -0.0974384983244544894 +7356 -0.097433220934648318 +7357 -0.0974297026787574044 +7358 -0.0974244253008904049 +7359 -0.0973329518889513023 +7360 -0.0973118429454373074 +7361 -0.0973012885166075342 +7362 -0.0972379625444076412 +7363 -0.0972168541157982236 +7364 -0.0972062999443770448 +7365 -0.0971851916872859545 +7366 -0.0970638214266106858 +7367 -0.0969881867967479633 +7368 -0.0969811510917077263 +7369 -0.0969600440526257462 +7370 -0.0969354193178254969 +7371 -0.096847475102857572 +7372 -0.0968122979706539377 +7373 -0.0968105391223467865 +7374 -0.0967911918431481472 +7375 -0.0967419446549319523 +7376 -0.0966997332723355391 +7377 -0.0966645574676546632 +7378 -0.0966364170512670068 +7379 -0.0966205881558350604 +7380 -0.0966188293936213888 +7381 -0.0966153118715610132 +7382 -0.0966012418148782803 +7383 -0.0965942068054704284 +7384 -0.0965818955693755476 +7385 -0.0965133051041781598 +7386 -0.0964851657729753898 +7387 -0.0963814037318965061 +7388 -0.0963690931631185355 +7389 -0.0963409548649793029 +7390 -0.0963356789564999566 +7391 -0.0963339203219135409 +7392 -0.0963145753933744159 +7393 -0.0962987477953499149 +7394 -0.0962917133277837733 +7395 -0.0962582997786223526 +7396 -0.0962090592759384522 +7397 -0.096133441131547745 +7398 -0.0961299240438825975 +7399 -0.0960982703961578283 +7400 -0.0960877192367453475 +7401 -0.0960736510681272637 +7402 -0.0959997940063162108 +7403 -0.0959400059689542728 +7404 -0.0959241798753545094 +7405 -0.0959013200743605715 +7406 -0.0958608761351753824 +7407 -0.0958432919429277747 +7408 -0.0957747143406404849 +7409 -0.0957694391897325886 +7410 -0.0957676808076602798 +7411 -0.0957659224263696651 +7412 -0.0957641640458609944 +7413 -0.0957430635407289093 +7414 -0.0957149297089566198 +7415 -0.095660420979053376 +7416 -0.0956234961367979502 +7417 -0.0956182211874366389 +7418 -0.0955601972080041967 +7419 -0.0954511847555339493 +7420 -0.0954406353223537368 +7421 -0.095384372152289329 +7422 -0.095340417105409761 +7423 -0.0952489921655182842 +7424 -0.0952155874234791866 +7425 -0.0951593274393736643 +7426 -0.0951065844265481797 +7427 -0.0950907616589385801 +7428 -0.0950608743805067546 +7429 -0.09505384211228525 +7430 -0.0950257131635070668 +7431 -0.09502219705886987 +7432 -0.0949905522567052185 +7433 -0.094976487980813068 +7434 -0.0949659398064475746 +7435 -0.0949483595778358863 +7436 -0.0949378114778619692 +7437 -0.0949342954507355619 +7438 -0.0948921033668960051 +7439 -0.0948077205371060938 +7440 -0.094751466307613344 +7441 -0.0946846654383641795 +7442 -0.0946758759333774236 +7443 -0.0946495075342883435 +7444 -0.0945897398062694322 +7445 -0.0945686455270733778 +7446 -0.0945211838050993569 +7447 -0.0945106368321323304 +7448 -0.0944385665930026486 +7449 -0.0943682554128243978 +7450 -0.0943506778102966154 +7451 -0.0943436467908397164 +7452 -0.0943155228361566844 +7453 -0.0943084918782670784 +7454 -0.0942645486703309748 +7455 -0.0942416983921714468 +7456 -0.094217090545618179 +7457 -0.0941924828497174849 +7458 -0.0941836944233983148 +7459 -0.0941784213768270956 +7460 -0.094174906016287932 +7461 -0.0941327219294862821 +7462 -0.0941309642688032827 +7463 -0.0941221759769068356 +7464 -0.0941063570998651594 +7465 -0.0941045994506993222 +7466 -0.0940307788787640431 +7467 -0.0939938691002736026 +7468 -0.0939885963023810167 +7469 -0.0939657475912447498 +7470 -0.093914777856232784 +7471 -0.0938936871198751827 +7472 -0.0938848993456117137 +7473 -0.0938743540417672218 +7474 -0.0938093252770771519 +7475 -0.0937460550520217012 +7476 -0.0937390250881997705 +7477 -0.0936370919870241764 +7478 -0.0934877119104869092 +7479 -0.0934718955191790463 +7480 -0.0934367482039969721 +7481 -0.093422689363277564 +7482 -0.0933717264743761932 +7483 -0.0933453666107364882 +7484 -0.0933172496116430328 +7485 -0.09329616199017636 +7486 -0.0932873755135689431 +7487 -0.0932821036367335321 +7488 -0.0932750744782698121 +7489 -0.0931626095973885349 +7490 -0.0931555806456935004 +7491 -0.0931116499729330166 +7492 -0.0930852917970730193 +7493 -0.0930606909870250743 +7494 -0.0930466334480639368 +7495 -0.0930185185158085015 +7496 -0.0930027039517481863 +7497 -0.0929658035411353029 +7498 -0.092888489478919492 +7499 -0.0928498329977507642 +7500 -0.0927865777279500981 +7501 -0.0927444080928205433 +7502 -0.0927285945919482935 +7503 -0.0926829114889391181 +7504 -0.0926653412007348992 +7505 -0.0926547990640769759 +7506 -0.0926284438414017725 +7507 -0.0925599210575275555 +7508 -0.0925230246493589231 +7509 -0.0925072120048381769 +7510 -0.0924808577330464843 +7511 -0.0924703160718303441 +7512 -0.092461531374881098 +7513 -0.0924597744377525926 +7514 -0.092454503630889695 +7515 -0.0924457189678587615 +7516 -0.0924439620375136495 +7517 -0.0924176081727617477 +7518 -0.0923578733734937291 +7519 -0.0923473320286925803 +7520 -0.0923332769444476092 +7521 -0.0923016531810131602 +7522 -0.0922946257111370849 +7523 -0.0922805708074975195 +7524 -0.092234892703118937 +7525 -0.0921523220348297173 +7526 -0.0921189428740293997 +7527 -0.0921119157168255737 +7528 -0.0921013750035437895 +7529 -0.0920592124206457418 +7530 -0.091964348189086581 +7531 -0.0919432675456503673 +7532 -0.0918975931883686536 +7533 -0.0918835396418507255 +7534 -0.0918378659466336789 +7535 -0.0917851661577962219 +7536 -0.0917675997111469938 +7537 -0.0917394935520658428 +7538 -0.0917008478958409728 +7539 -0.0916955780616572069 +7540 -0.0916938214517572792 +7541 -0.0916692289916149899 +7542 -0.0916622026013278468 +7543 -0.0916446366778986277 +7544 -0.0916270708291559016 +7545 -0.0916165313557534416 +7546 -0.0915743737308971906 +7547 -0.0915392427052175162 +7548 -0.0914479034346151326 +7549 -0.0913583226457308356 +7550 -0.0913530532478803448 +7551 -0.0913056289686600131 +7552 -0.091286308121527035 +7553 -0.0912669873643981028 +7554 -0.0912213204779462328 +7555 -0.091209025632838947 +7556 -0.0911879488402320554 +7557 -0.0911528210903029129 +7558 -0.0911159372726111916 +7559 -0.09105095229508961 +7560 -0.0910474396225407212 +7561 -0.0910263636495563661 +7562 -0.0909947498903146412 +7563 -0.0909929935774005938 +7564 -0.090942060825324425 +7565 -0.0909262542358786202 +7566 -0.0909069351524866981 +7567 -0.0908981537805712697 +7568 -0.0908612722206774692 +7569 -0.0908472221884986803 +7570 -0.0908314159589170694 +7571 -0.0908085848442264781 +7572 -0.0908015599110148786 +7573 -0.0907927787611444576 +7574 -0.0907839976297658696 +7575 -0.0907822414057088134 +7576 -0.090759410560265541 +7577 -0.0907488732891309213 +7578 -0.090689162588663344 +7579 -0.0905732560193688863 +7580 -0.090562719217956042 +7581 -0.0905592069567203867 +7582 -0.090555694698435496 +7583 -0.0905381334512687791 +7584 -0.0904994989670876021 +7585 -0.0903379404427167437 +7586 -0.090290527710580909 +7587 -0.0902887716937625512 +7588 -0.0902676995493005979 +7589 -0.0902413595176053823 +7590 -0.0902044837510564135 +7591 -0.0901640963784954702 +7592 -0.0901588284889793395 +7593 -0.0901518046465714235 +7594 -0.0901482927297732051 +7595 -0.0901447808159118597 +7596 -0.0901061499572393121 +7597 -0.0900991262029193357 +7598 -0.090056983923528372 +7599 -0.0900464484196999981 +7600 -0.0900218656800999273 +7601 -0.0899937712965135361 +7602 -0.08998674772993627 +7603 -0.089972700631958516 +7604 -0.0899674329823075963 +7605 -0.0899586535808765825 +7606 -0.0899516300729191892 +7607 -0.0899358272228690803 +7608 -0.0896706993558405441 +7609 -0.0896689435977031379 +7610 -0.0896408515668001005 +7611 -0.0896285613620445426 +7612 -0.0896057367909458696 +7613 -0.0895635994451674383 +7614 -0.0895548208843446047 +7615 -0.0894881044177332219 +7616 -0.0894354342663152141 +7617 -0.0894249003146919824 +7618 -0.0894196333487102674 +7619 -0.0893722309497010509 +7620 -0.0893581858963281572 +7621 -0.0893037617542532663 +7622 -0.089302006148403057 +7623 -0.0892774277428384083 +7624 -0.089272160960182978 +7625 -0.0892159823521425505 +7626 -0.0891984266896900524 +7627 -0.0891861377691842427 +7628 -0.0891562933960735327 +7629 -0.0891299602998919527 +7630 -0.089124693700249405 +7631 -0.0891211826374492255 +7632 -0.0891194271071374666 +7633 -0.0891159160486906521 +7634 -0.0890772945972875818 +7635 -0.0890632505201733593 +7636 -0.0890456954890368052 +7637 -0.0890140966156642566 +7638 -0.0889666987458137271 +7639 -0.0889052578484618022 +7640 -0.0887929110714056474 +7641 -0.0887858894961811307 +7642 -0.0887648248398874851 +7643 -0.0887297173106065262 +7644 -0.08871216365431428 +7645 -0.0886893440090896767 +7646 -0.0885910453932529929 +7647 -0.0885717370023791917 +7648 -0.0885612051895808966 +7649 -0.0885085465147857076 +7650 -0.0884909937672888475 +7651 -0.0884593990032903621 +7652 -0.0884400912068025874 +7653 -0.088413762533773782 +7654 -0.0883997206410324227 +7655 -0.0883962101750423029 +7656 -0.0883751474395324116 +7657 -0.0883435535304666897 +7658 -0.0883295118678872476 +7659 -0.0883014286807499854 +7660 -0.0882908975330086582 +7661 -0.0882873871561770801 +7662 -0.0882452628583498128 +7663 -0.0882189353822920436 +7664 -0.0882084044371038017 +7665 -0.0881399539231796092 +7666 -0.0881294231717417859 +7667 -0.0881188924461236978 +7668 -0.0880978310723345287 +7669 -0.0880258721573671105 +7670 -0.0879644447681008634 +7671 -0.0879574245508883273 +7672 -0.087939874057958986 +7673 -0.0878661627689431846 +7674 -0.0878608977251462281 +7675 -0.0878538776767595064 +7676 -0.0878100026334562994 +7677 -0.0877889427713105935 +7678 -0.0877643730621506801 +7679 -0.0877240088438094867 +7680 -0.0876976845570329039 +7681 -0.0876871548872807938 +7682 -0.087666095624831103 +7683 -0.087660830825269237 +7684 -0.0876397716912129393 +7685 -0.087615202831262437 +7686 -0.0875923890149929163 +7687 -0.0875783498033112229 +7688 -0.0875713302145728345 +7689 -0.0875362324418667292 +7690 -0.0875344775607108661 +7691 -0.0875274580432090638 +7692 -0.0875186836623550735 +7693 -0.087504644690016245 +7694 -0.0874923606265977788 +7695 -0.0874818314571446376 +7696 -0.0874607731951062284 +7697 -0.0874572634947295147 +7698 -0.0874555086456083042 +7699 -0.0874414698782545047 +7700 -0.0873747863549840798 +7701 -0.0873291613779223347 +7702 -0.0872817821023988832 +7703 -0.0872291390700396657 +7704 -0.0872273843132960053 +7705 -0.0871712324721038018 +7706 -0.0871501757189001997 +7707 -0.0870870060717457567 +7708 -0.0870659497267615018 +7709 -0.0870238373427409395 +7710 -0.0869957626466068973 +7711 -0.0869782160535256116 +7712 -0.0869589148828558006 +7713 -0.0869396137977778566 +7714 -0.0869010118843198398 +7715 -0.0868764472084461725 +7716 -0.0868255636775616818 +7717 -0.0868202998979281104 +7718 -0.0867711715944553125 +7719 -0.0867290620604778129 +7720 -0.0867167801896169543 +7721 -0.0866939710925656165 +7722 -0.0866869529328338911 +7723 -0.0866658985213233368 +7724 -0.0866553713536347692 +7725 -0.0866448442113197659 +7726 -0.0866343170943751489 +7727 -0.08663080806103092 +7728 -0.0866237900027978375 +7729 -0.0866062449065315432 +7730 -0.0865886998807061797 +7731 -0.0865044847368156566 +7732 -0.0865027302718939517 +7733 -0.0864500966513230551 +7734 -0.0864062357842429324 +7735 -0.0863606209483848558 +7736 -0.086343076907183347 +7737 -0.0862729014444275771 +7738 -0.0862343054184688818 +7739 -0.0862237792884853887 +7740 -0.0861588687112676277 +7741 -0.0861237823121896728 +7742 -0.0861027306072187637 +7743 -0.0860939590932400384 +7744 -0.0860904504925492919 +7745 -0.0860536103543428355 +7746 -0.0860290504336563705 +7747 -0.0859922108097024018 +7748 -0.0859746682400213541 +7749 -0.0859711597344748751 +7750 -0.0859430917907596931 +7751 -0.0859395833103755863 +7752 -0.08592730365104298 +7753 -0.0859185324867670352 +7754 -0.0858869564399767776 +7755 -0.0858694142895367885 +7756 -0.0858536264138391875 +7757 -0.0858167882570901874 +7758 -0.0858080173127486884 +7759 -0.0858010005698344319 +7760 -0.0857922296568882914 +7761 -0.0857852129390877655 +7762 -0.0857834587613814648 +7763 -0.0857466211906486309 +7764 -0.0857045214862850457 +7765 -0.0856764552397093343 +7766 -0.0856448809254683058 +7767 -0.0855501593360770141 +7768 -0.0854922749189336167 +7769 -0.0854624559691699315 +7770 -0.0854571938224106542 +7771 -0.0854414074196487155 +7772 -0.0853958025721312797 +7773 -0.0853817704057860671 +7774 -0.0853765083548601034 +7775 -0.0853081022611317935 +7776 -0.0852695146736598825 +7777 -0.0852554829068605385 +7778 -0.0852414511844174355 +7779 -0.0852291734636597964 +7780 -0.0852133878725701843 +7781 -0.0851818168587095276 +7782 -0.0851291990007965182 +7783 -0.0851081520320395024 +7784 -0.0850835973610678531 +7785 -0.0850660583933714881 +7786 -0.0850450117234093361 +7787 -0.0850134419051098988 +7788 -0.0849888877567847312 +7789 -0.0849713491623119294 +7790 -0.0849608260387818559 +7791 -0.0849573183364635276 +7792 -0.0849117184576473893 +7793 -0.0848871648700144643 +7794 -0.0848836572256788241 +7795 -0.0848731343092305746 +7796 -0.0847871980875385123 +7797 -0.0847819367399809676 +7798 -0.0847643989595779218 +7799 -0.084624099195333452 +7800 -0.0846048083221491165 +7801 -0.0845714879189703589 +7802 -0.0845486898913453133 +7803 -0.0845293993432894852 +7804 -0.0845188772612052858 +7805 -0.0844574989417890276 +7806 -0.0844487306790960984 +7807 -0.084392614204074054 +7808 -0.0843715707070261806 +7809 -0.0843645562299524532 +7810 -0.0843628026123980079 +7811 -0.0843522809214683339 +7812 -0.084283890531804101 +7813 -0.0842470653689250532 +7814 -0.0842453117972720433 +7815 -0.0842400510864208529 +7816 -0.0842207618660073126 +7817 -0.0842032262829474631 +7818 -0.0841927049659563637 +7819 -0.0841874443166970715 +7820 -0.0841751694923687371 +7821 -0.0841611411627479211 +7822 -0.0841506199442561553 +7823 -0.0841418522809845998 +7824 -0.0841348381626744468 +7825 -0.0841330846348060796 +7826 -0.084126070530169253 +7827 -0.0841243170057191653 +7828 -0.084103274765632216 +7829 -0.0840559300852119912 +7830 -0.0840401486357338912 +7831 -0.0840278742132702927 +7832 -0.0839928046191354277 +7833 -0.0838911043394959255 +7834 -0.0838385016465107019 +7835 -0.0837560919932945486 +7836 -0.0837543386127549278 +7837 -0.0836859573023437664 +7838 -0.0836771905424842505 +7839 -0.0836701771468338351 +7840 -0.0836561503881612795 +7841 -0.0836070570753074532 +7842 -0.0835982904683452294 +7843 -0.0835509510841073999 +7844 -0.0835299115166312223 +7845 -0.0834878326748107052 +7846 -0.0834843261222963512 +7847 -0.0834773130254061746 +7848 -0.0834317281600618077 +7849 -0.0833966631908211881 +7850 -0.0833826372790101578 +7851 -0.0833615984925758224 +7852 -0.0833335469290172881 +7853 -0.0833195212122300882 +7854 -0.0833125083700810565 +7855 -0.0832984827182677856 +7856 -0.0832967295148363263 +7857 -0.0832914699086017285 +7858 -0.0832721847378371238 +7859 -0.0832704315445537829 +7860 -0.0831687474910221408 +7861 -0.0831126469172651372 +7862 -0.0830723250569127825 +7863 -0.0830249911545667268 +7864 -0.0829829169874314321 +7865 -0.0829688923513382803 +7866 -0.0829496085471319866 +7867 -0.082940843208534662 +7868 -0.0829005228678815348 +7869 -0.0828251423167676581 +7870 -0.0827655399709338324 +7871 -0.0827637869725286468 +7872 -0.0827567749856299162 +7873 -0.082725221177653796 +7874 -0.0826954205588922436 +7875 -0.0826410787537256164 +7876 -0.0826358199035910762 +7877 -0.0826042669296116888 +7878 -0.0826025139929867508 +7879 -0.0825937493199244283 +7880 -0.0825534320397973004 +7881 -0.0825411616336402809 +7882 -0.0825201267280717826 +7883 -0.0825061035113065361 +7884 -0.0824938332318140566 +7885 -0.082483315875519575 +7886 -0.0824745514303616145 +7887 -0.0824675398862912828 +7888 -0.0824622812352706069 +7889 -0.0824587754712718807 +7890 -0.0824570225902768739 +7891 -0.0824465053183690288 +7892 -0.0824114479194047594 +7893 -0.0823343225838136794 +7894 -0.0823290640853554939 +7895 -0.0823255584230595389 +7896 -0.0823097829758181188 +7897 -0.0822975132209499277 +7898 -0.0822326593462300304 +7899 -0.0822151314289333579 +7900 -0.0821555370094037563 +7901 -0.082127492843560676 +7902 -0.0821169763253860596 +7903 -0.0820784159640906147 +7904 -0.0820573831757154815 +7905 -0.0820468668175087373 +7906 -0.0820328450438727735 +7907 -0.0820293396071247738 +7908 -0.0820205760269105688 +7909 -0.0819732529814090061 +7910 -0.0819066509985539731 +7911 -0.0818926296508704216 +7912 -0.0818470605647486221 +7913 -0.0818049971916646607 +7914 -0.0817944814081771332 +7915 -0.081771697292631465 +7916 -0.0817576763542186558 +7917 -0.0817489132892840198 +7918 -0.0817366450262504707 +7919 -0.0817278820011349827 +7920 -0.0817208715929862717 +7921 -0.0817103560006667978 +7922 -0.0816788093669866405 +7923 -0.0816542732448895525 +7924 -0.0816507680951974596 +7925 -0.0816367475229434758 +7926 -0.0816262321215897313 +7927 -0.0816227269931066451 +7928 -0.0815876758540401842 +7929 -0.0815736554726042007 +7930 -0.0815508724431631693 +7931 -0.0815333471120381209 +7932 -0.0814509789421284658 +7933 -0.0814387114673610912 +7934 -0.0814369589736104044 +7935 -0.0814264440249884147 +7936 -0.0813580974388404127 +7937 -0.0812792372414595232 +7938 -0.0812056355960158321 +7939 -0.0811933687681846705 +7940 -0.0811793495759210865 +7941 -0.0811670828172855463 +7942 -0.0811530637040894093 +7943 -0.0811215208535284449 +7944 -0.0810303982611197265 +7945 -0.0810268935815561114 +7946 -0.0810128748896075251 +7947 -0.0809988562397424283 +7948 -0.0809795806648788002 +7949 -0.0809077360408886614 +7950 -0.0809042314533295615 +7951 -0.0809007268683970271 +7952 -0.0808849562687017909 +7953 -0.0808674334425171643 +7954 -0.0808534152288267888 +7955 -0.0808376447886259841 +7956 -0.080825378927433647 +7957 -0.0807990950473961994 +7958 -0.0807955905412069963 +7959 -0.0807885815366976151 +7960 -0.0807605456235592767 +7961 -0.080700969865196745 +7962 -0.0806904565746845437 +7963 -0.0806519080444800668 +7964 -0.0806361382825319245 +7965 -0.0805485294588907663 +7966 -0.0805432729814579695 +7967 -0.0805029735165471438 +7968 -0.0805012213737398286 +7969 -0.0804731871776575569 +7970 -0.080417119286975175 +7971 -0.0803435311944906416 +7972 -0.0803400270283055884 +7973 -0.0803119937926942556 +7974 -0.080301481372355793 +7975 -0.0802699442520765222 +7976 -0.0802068706445484281 +7977 -0.0801613180081616056 +7978 -0.0801508059237554388 +7979 -0.0801455498903323876 +7980 -0.0801017498393796074 +7981 -0.0800597021726383307 +7982 -0.0800439343940866355 +7983 -0.0800246627361860391 +7984 -0.0799966313740302221 +7985 -0.079979111857066118 +7986 -0.079975607961460915 +7987 -0.0799615924049946469 +7988 -0.0799545846423326267 +7989 -0.0799335614166205438 +7990 -0.0799177940586253965 +7991 -0.0798301985814371118 +7992 -0.0797706345819538531 +7993 -0.0797688827109446497 +7994 -0.0797338454266485891 +7995 -0.079684793663311812 +7996 -0.0796480051734365646 +7997 -0.0795936988758188524 +7998 -0.079562166471666404 +7999 -0.0795481521369526545 +8000 -0.0794868399080936178 +8001 -0.0794763293196196347 +8002 -0.0794237767253422183 +8003 -0.0794185214978136572 +8004 -0.0794167697565925645 +8005 -0.0793607143775974244 +8006 -0.0793572109383032936 +8007 -0.0793291835166394232 +8008 -0.0793029079584459673 +8009 -0.0792959011673746855 +8010 -0.0792608673663744157 +8011 -0.0792556123184085942 +8012 -0.079215323809533042 +8013 -0.0792118204770016071 +8014 -0.0791820422542413721 +8015 -0.0791802905998601619 +8016 -0.0791680290371748058 +8017 -0.0791557675059552518 +8018 -0.0791452576470934449 +8019 -0.0791364994490296597 +8020 -0.0791294929021330029 +8021 -0.0791242379986999145 +8022 -0.0791207347329534461 +8023 -0.0791189831010428446 +8024 -0.0791049700688603447 +8025 -0.0790927086993869627 +8026 -0.0790716892819932904 +8027 -0.0789981220482523228 +8028 -0.0789876125357250464 +8029 -0.0789806062068533904 +8030 -0.0789700967327639225 +8031 -0.0789560841365127136 +8032 -0.0788895248638988161 +8033 -0.0788755125032115506 +8034 -0.078814208906499178 +8035 -0.0787879361762214847 +8036 -0.0787283851864649525 +8037 -0.0787143732961642917 +8038 -0.0787073673663356427 +8039 -0.0786338057195771767 +8040 -0.0786303028120850928 +8041 -0.0785672509132893937 +8042 -0.0785514880676413257 +8043 -0.0785252167728872769 +8044 -0.078507702655988415 +8045 -0.0784551606872300467 +8046 -0.0784096247774908606 +8047 -0.0784026192910726172 +8048 -0.0783851056195299795 +8049 -0.0783710947280626402 +8050 -0.0783395703709623553 +8051 -0.078316802907732963 +8052 -0.0783150515688535026 +8053 -0.0783045435489125863 +8054 -0.0782975382149849741 +8055 -0.0782870302331403894 +8056 -0.0782835275776043171 +8057 -0.0782309880491985077 +8058 -0.0782099723977158628 +8059 -0.0781889568375554733 +8060 -0.0781101492998610009 +8061 -0.0780908854302139049 +8062 -0.0780838804057026048 +8063 -0.0780173331779520363 +8064 -0.0780085770317936744 +8065 -0.0779437820415563171 +8066 -0.0779315236272346834 +8067 -0.0778859926450703038 +8068 -0.0778842414619751316 +8069 -0.0778527202742316377 +8070 -0.0778352085916372699 +8071 -0.0778106923420202601 +8072 -0.077780922776569339 +8073 -0.0777616602136900481 +8074 -0.0777161308228224296 +8075 -0.0776846107248217038 +8076 -0.0776776062863140104 +8077 -0.0776583441323688423 +8078 -0.0776075624552609172 +8079 -0.0775655366398884799 +8080 -0.0775637855721095226 +8081 -0.0775497770525138547 +8082 -0.0775270132939832185 +8083 -0.0775095027827766708 +8084 -0.077497245462319897 +8085 -0.0774744819488543401 +8086 -0.0774657267796319271 +8087 -0.0774587226555577546 +8088 -0.0774534695690955732 +8089 -0.0774517185415306425 +8090 -0.0774499675145935568 +8091 -0.0774482164882842883 +8092 -0.0774324572797522176 +8093 -0.0774131960939266478 +8094 -0.0773571639850264003 +8095 -0.0773484090260280199 +8096 -0.0773063854410030171 +8097 -0.0772853737838618965 +8098 -0.0772503545557558652 +8099 -0.077222339353620606 +8100 -0.0772118336941365752 +8101 -0.0771943243117314826 +8102 -0.0771593057346249972 +8103 -0.0771277892291317713 +8104 -0.0770752621700601381 +8105 -0.0770735112777767711 +8106 -0.0770279882976424579 +8107 -0.0769982235003839055 +8108 -0.0769964726355744783 +8109 -0.0769632063227548152 +8110 -0.0769562029171753648 +8111 -0.076928189394647864 +8112 -0.0769141826932452088 +8113 -0.0768651595524797032 +8114 -0.0768178877007437283 +8115 -0.0768091337039422117 +8116 -0.0767986289283236756 +8117 -0.0767916257570268185 +8118 -0.0767776194443063886 +8119 -0.0767601116094086822 +8120 -0.0767391022896494329 +8121 -0.0767180930594499044 +8122 -0.0767005854360124639 +8123 -0.0766830778747370212 +8124 -0.0766550659059574424 +8125 -0.0766445614586704072 +8126 -0.0766340570337449151 +8127 -0.0766200511686235819 +8128 -0.0766130482509662786 +8129 -0.0765902888371837176 +8130 -0.0765710309536097727 +8131 -0.0765342661116370782 +8132 -0.0765237619213186698 +8133 -0.0765220112251028262 +8134 -0.0764869974309966699 +8135 -0.0764834960652245044 +8136 -0.0764239732263316957 +8137 -0.0763907107752863079 +8138 -0.0763819575358423153 +8139 -0.0763399422018811308 +8140 -0.0763119321772124382 +8141 -0.0762471596013979958 +8142 -0.0762191501008962491 +8143 -0.0762033948263500932 +8144 -0.0761438753515821937 +8145 -0.0760773544296866333 +8146 -0.0760756038911345883 +8147 -0.0760738533531988143 +8148 -0.0760143354300561597 +8149 -0.0759600697089188176 +8150 -0.0759513172286547938 +8151 -0.0759408142726458874 +8152 -0.0759145569795276337 +8153 -0.0759128064982409895 +8154 -0.0758918007707730657 +8155 -0.0758777970016545344 +8156 -0.0758725455983794705 +8157 -0.0758462886649857726 +8158 -0.0758392868394346387 +8159 -0.0758357859303460252 +8160 -0.0758252832178258895 +8161 -0.0758130300811714203 +8162 -0.0758025274165664009 +8163 -0.0757937752129515668 +8164 -0.0757867734611133992 +8165 -0.0757815221536820849 +8166 -0.0757780212851311974 +8167 -0.0757762708517765449 +8168 -0.0757587665519955517 +8169 -0.0757395118931291772 +8170 -0.0757272589670562601 +8171 -0.0756537420417687512 +8172 -0.0756397389405219917 +8173 -0.07563623817133866 +8174 -0.0756309870221592712 +8175 -0.075625735878494596 +8176 -0.0756204847403440378 +8177 -0.0755312162350789129 +8178 -0.0754787060932160803 +8179 -0.0754682041308947227 +8180 -0.0754436996377327307 +8181 -0.0754016922138440321 +8182 -0.0753736874600624968 +8183 -0.0753666862960432615 +8184 -0.0753631857176970121 +8185 -0.0753334309003387548 +8186 -0.0753211789679867488 +8187 -0.0753001757249387588 +8188 -0.075289674136355525 +8189 -0.0752231645850742897 +8190 -0.0752214143456105544 +8191 -0.0752056622178548795 +8192 -0.0751986612880255756 +8193 -0.0751636567850546555 +8194 -0.0751111504872012115 +8195 -0.0751006492933520009 +8196 -0.0750848975436395616 +8197 -0.075065645472002826 +8198 -0.0750376425900441402 +8199 -0.0750271415494280641 +8200 -0.0749956385588343988 +8201 -0.0749781369824429333 +8202 -0.0749711363688919663 +8203 -0.0749536348775202005 +8204 -0.0749431340118393574 +8205 -0.0749396337281352937 +8206 -0.0748836295189966306 +8207 -0.0748643782155731796 +8208 -0.0748398766627823703 +8209 -0.0747646226361790567 +8210 -0.0747383714950188571 +8211 -0.0747366214237846216 +8212 -0.0746718692135272255 +8213 -0.074659618888527457 +8214 -0.0745966176850047652 +8215 -0.0745073673201512576 +8216 -0.0744863674624618027 +8217 -0.0744636177146561218 +8218 -0.0744356181649514781 +8219 -0.0743708697972152444 +8220 -0.0743376209558603424 +8221 -0.0743341210904666233 +8222 -0.0743236215087323404 +8223 -0.0743201216529694036 +8224 -0.0743131219486656974 +8225 -0.0742798734846993741 +8226 -0.0742623743803646208 +8227 -0.0742396256346324751 +8228 -0.074218626882596575 +8229 -0.0742011279886788527 +8230 -0.0741818792747687555 +8231 -0.0741608807606724124 +8232 -0.0741521314053231045 +8233 -0.0741398823330527423 +8234 -0.0741293831516637997 +8235 -0.074120633850347159 +8236 -0.0741136344200974129 +8237 -0.074108384853711684 +8238 -0.0741066349994500412 +8239 -0.0741048851457884045 +8240 -0.0741031352927268294 +8241 -0.0740786374128640929 +8242 -0.0740611389992319319 +8243 -0.0740086441181000282 +8244 -0.0740016448413745448 +8245 -0.0739561497763099318 +8246 -0.0739299028075455916 +8247 -0.0738634110893698348 +8248 -0.073840664120924035 +8249 -0.0738336650740391426 +8250 -0.0738126679907712968 +8251 -0.0737286805180562138 +8252 -0.0737251810698848625 +8253 -0.0736726896337709797 +8254 -0.0736586920081555019 +8255 -0.0736516932096610705 +8256 -0.0736446944207075765 +8257 -0.0736097006190216674 +8258 -0.0736062012519662079 +8259 -0.073593953486042904 +8260 -0.0735817057493154542 +8261 -0.0735187178499877164 +8262 -0.0734697277949617755 +8263 -0.0734627292537470278 +8264 -0.0734469825708048141 +8265 -0.073441733687194255 +8266 -0.0734224878264011921 +8267 -0.0734137397316363544 +8268 -0.0733857459282287045 +8269 -0.0733717490835625458 +8270 -0.0733525034842169993 +8271 -0.0733367571381979416 +8272 -0.0733087637528969799 +8273 -0.0732877688136268635 +8274 -0.0732842696653886877 +8275 -0.0732737722349117437 +8276 -0.0732667739597909207 +8277 -0.0732422800715947925 +8278 -0.0731985412745507769 +8279 -0.0731687991041161251 +8280 -0.0731390571048582405 +8281 -0.0731338085345177441 +8282 -0.0730725756074669108 +8283 -0.0730428341615278059 +8284 -0.0730253392731534806 +8285 -0.072990349673725724 +8286 -0.0729588592363072941 +8287 -0.0729536108486761037 +8288 -0.0729431140893573166 +8289 -0.0728958789354174075 +8290 -0.0728783845431318356 +8291 -0.0728713868027355133 +8292 -0.0728538924930319937 +8293 -0.0727961616893220281 +8294 -0.0727559254480430878 +8295 -0.0727279352030703458 +8296 -0.0727261858177636611 +8297 -0.0727244364330457277 +8298 -0.0727139401370985455 +8299 -0.0726667070674847093 +8300 -0.0726124770348033355 +8301 -0.0726019809646935299 +8302 -0.072565244885876623 +8303 -0.0725599968957631458 +8304 -0.0725250104300591975 +8305 -0.0725215117964040645 +8306 -0.0724917735051158613 +8307 -0.0724865255889621529 +8308 -0.0724777790737721195 +8309 -0.0724655339771420881 +8310 -0.0724550382029036655 +8311 -0.0724462917404976592 +8312 -0.0724340467177544411 +8313 -0.0724305481451039124 +8314 -0.0724287988596579169 +8315 -0.0724078074800243582 +8316 -0.0723780698366540687 +8317 -0.0723710727687007088 +8318 -0.0722766132681581935 +8319 -0.0722591209552992525 +8320 -0.0721891522884908071 +8321 -0.0721821554732341303 +8322 -0.0721174353750565766 +8323 -0.0720946960708097884 +8324 -0.0720684585345776896 +8325 -0.0720142347087937423 +8326 -0.0719827501637438222 +8327 -0.0719582623147414641 +8328 -0.0719407710639016762 +8329 -0.0719285272229517464 +8330 -0.0718743048414960395 +8331 -0.0718673084458993777 +8332 -0.0718550647759935851 +8333 -0.0718463193149325163 +8334 -0.0718183339371959717 +8335 -0.0718148357754403444 +8336 -0.0717623636279665356 +8337 -0.0717343786963553359 +8338 -0.0717168881895577925 +8339 -0.0716854054235440408 +8340 -0.0716784092788427807 +8341 -0.0716679150791895425 +8342 -0.0716469267425071249 +8343 -0.0716224404552154859 +8344 -0.071620691439041248 +8345 -0.0716049503195497206 +8346 -0.0715979542815062958 +8347 -0.0715944562659604766 +8348 -0.0715909582527316651 +8349 -0.0715314923822443494 +8350 -0.0715140025476868335 +8351 -0.0714860189327387874 +8352 -0.0714143115951237362 +8353 -0.0713828306318116668 +8354 -0.0713810816948926286 +8355 -0.071332111695575337 +8356 -0.07132161818316822 +8357 -0.0713058779535049869 +8358 -0.0712446663933630486 +8359 -0.0712359219424234941 +8360 -0.0711782089274816121 +8361 -0.0711572225320946106 +8362 -0.0711484782251500525 +8363 -0.0711327385089104147 +8364 -0.0711117522930959228 +8365 -0.0711047569062345647 +8366 -0.0710855196398188366 +8367 -0.0710383011899469591 +8368 -0.0710208129815087796 +8369 -0.0709858367369760879 +8370 -0.0709788415156367009 +8371 -0.0709665999003979281 +8372 -0.0709648511005174232 +8373 -0.0709631023012109036 +8374 -0.070922880075570377 +8375 -0.0709123873709758268 +8376 -0.0708686679907450101 +8377 -0.0708669192229898631 +8378 -0.0708494315769639255 +8379 -0.070833692744541904 +8380 -0.0708319439882488661 +8381 -0.0708162052073943726 +8382 -0.0708074614603027563 +8383 -0.0708022152189211329 +8384 -0.0707899740090749269 +8385 -0.070779481565824906 +8386 -0.0707707378788611785 +8387 -0.0707637429395946704 +8388 -0.0707584967411550164 +8389 -0.0707549992783903375 +8390 -0.0707532505478664642 +8391 -0.0706553225515223066 +8392 -0.0706500764594617942 +8393 -0.0706011131815249549 +8394 -0.0705696370250030597 +8395 -0.0705521503512964721 +8396 -0.0705101825671990284 +8397 -0.0704612205675866493 +8398 -0.0704262479842909239 +8399 -0.0704227507384947021 +8400 -0.0703772867504297434 +8401 -0.0703720409304182948 +8402 -0.0703125886615314499 +8403 -0.0703003485701484965 +8404 -0.0702881085066253131 +8405 -0.0702513884831660329 +8406 -0.070230405725123346 +8407 -0.070167457941640754 +8408 -0.070116750539820874 +8409 -0.07011150497375368 +8410 -0.0700905227605121139 +8411 -0.070087025732908273 +8412 -0.0700625466031570415 +8413 -0.0700275766104342806 +8414 -0.0700205826390765118 +8415 -0.0699996007793607794 +8416 -0.0699856129181718606 +8417 -0.0699576373044528826 +8418 -0.0699366556892110497 +8419 -0.0699296618355630534 +8420 -0.0699261649121321327 +8421 -0.0699226679909632082 +8422 -0.0699156741554105426 +8423 -0.0698999380584911928 +8424 -0.0698894473526489451 +8425 -0.0698195098335119141 +8426 -0.0697862898284354327 +8427 -0.0697792961691182795 +8428 -0.0697163536414249357 +8429 -0.0696901278038905558 +8430 -0.0696009609044018346 +8431 -0.0695834773703316728 +8432 -0.0695187887833813717 +8433 -0.0695117954687363149 +8434 -0.0694995571897462083 +8435 -0.0694436111220902846 +8436 -0.0694086451218119405 +8437 -0.0693981553655075578 +8438 -0.0693754276294754613 +8439 -0.0693701827807775562 +8440 -0.069354448264970503 +8441 -0.069314238042019638 +8442 -0.0692600421236072711 +8443 -0.0692478044100710149 +8444 -0.0692355667239687722 +8445 -0.0692128396654030364 +8446 -0.0692075949730113632 +8447 -0.069202350285655731 +8448 -0.0691918609260504525 +8449 -0.069172630485743819 +8450 -0.0691394144300454816 +8451 -0.0691324216019307963 +8452 -0.0691131913707236506 +8453 -0.0691027021821999099 +8454 -0.0690869684371239745 +8455 -0.0690817238654864579 +8456 -0.0690782274871873381 +8457 -0.069076479298875379 +8458 -0.0690240339091396371 +8459 -0.0690187893977949191 +8460 -0.0689296334729634086 +8461 -0.0689226409127303707 +8462 -0.0689191446359570387 +8463 -0.0689173964984060861 +8464 -0.0689034114180549356 +8465 -0.0688317384406363225 +8466 -0.0688282422217705164 +8467 -0.0687618144860617092 +8468 -0.0687583183116870361 +8469 -0.0687408374731612593 +8470 -0.0687093721038394695 +8471 -0.0686848991632324629 +8472 -0.0686604263314506691 +8473 -0.068656930221505999 +8474 -0.0686499380082768451 +8475 -0.0686394497050808461 +8476 -0.0685870084886600756 +8477 -0.0685205836641246541 +8478 -0.0685083475994951591 +8479 -0.0685048515860138263 +8480 -0.0684996075699447898 +8481 -0.0684891195527563695 +8482 -0.0684611516043481111 +8483 -0.0684576556207592141 +8484 -0.0684087120828713036 +8485 -0.0683789965749633799 +8486 -0.0683772486088849579 +8487 -0.0683632649001538473 +8488 -0.0683283057830313123 +8489 -0.0683248098834712408 +8490 -0.06831432219804498 +8491 -0.0682933468868237858 +8492 -0.0682688757908614247 +8493 -0.0682653799288392982 +8494 -0.0682583882114163598 +8495 -0.0682513965028206937 +8496 -0.0682409089564764842 +8497 -0.068237413112107792 +8498 -0.0681744882906114708 +8499 -0.0681640008898087846 +8500 -0.0681587571968451378 +8501 -0.068127295143167968 +8502 -0.0680591279721140391 +8503 -0.068027666483094773 +8504 -0.0680189272122070365 +8505 -0.0679664918754289971 +8506 -0.0679577527007072385 +8507 -0.0678878397970904823 +8508 -0.067880848555025769 +8509 -0.0678528836745330294 +8510 -0.0678179277713222561 +8511 -0.0678021976864085774 +8512 -0.067786467645878784 +8513 -0.067774233200589562 +8514 -0.0677654943275291799 +8515 -0.0677550076979287624 +8516 -0.0677305389721809675 +8517 -0.0676781063496414426 +8518 -0.0676658721418899739 +8519 -0.0676291696793827474 +8520 -0.067608196951884289 +8521 -0.0676012060602025899 +8522 -0.0675575131851859773 +8523 -0.0675138206513768296 +8524 -0.0675103252634055018 +8525 -0.0674771191864974446 +8526 -0.0674613900608826145 +8527 -0.0674491563270436661 +8528 -0.0674474086529613798 +8529 -0.0674264366064800946 +8530 -0.0674246889394818638 +8531 -0.0674159506126629504 +8532 -0.0674089599610137313 +8533 -0.0674037169779963669 +8534 -0.0674002216587080011 +8535 -0.0673984739998807758 +8536 -0.0673879880583542618 +8537 -0.0673425492048920077 +8538 -0.0672971107192817247 +8539 -0.0672936154663871522 +8540 -0.0672411869339060025 +8541 -0.067204487252142675 +8542 -0.0671957492679766816 +8543 -0.067152059550716528 +8544 -0.0671206031642847673 +8545 -0.0671188555924135261 +8546 -0.0671048750369670766 +8547 -0.0670629335788035658 +8548 -0.0670209924327486856 +8549 -0.0670140022720694672 +8550 -0.0669441011416033877 +8551 -0.0669266259942419561 +8552 -0.0668916758617244117 +8553 -0.0668881808603643824 +8554 -0.0668829383623772561 +8555 -0.0668742008765395302 +8556 -0.0668322611325108673 +8557 -0.0668112913771392175 +8558 -0.0667588673287185796 +8559 -0.0667553724094207129 +8560 -0.0667291605834423041 +8561 -0.0667274131326903441 +8562 -0.0667064437657132886 +8563 -0.0666977065523781804 +8564 -0.0666645052645467445 +8565 -0.0666417887059543163 +8566 -0.06662955675055518 +8567 -0.066601598094393713 +8568 -0.0665806291926688415 +8569 -0.0665701447708537258 +8570 -0.0665666499678844448 +8571 -0.0665596603683992066 +8572 -0.0665386916215595231 +8573 -0.0665317020564821365 +8574 -0.0664740384726391909 +8575 -0.0664548174080054899 +8576 -0.066447827946063201 +8577 -0.066428606970004328 +8578 -0.0664198701841711703 +8579 -0.0663552183857922251 +8580 -0.0663325030633102053 +8581 -0.0662765888090927624 +8582 -0.0662433899800721065 +8583 -0.0661787401831004096 +8584 -0.0661612673906548932 +8585 -0.0661403001102636723 +8586 -0.0660861349919403679 +8587 -0.0660354648618030893 +8588 -0.0660179925071644885 +8589 -0.0660110035802407569 +8590 -0.0660092563498428514 +8591 -0.0659900368506523838 +8592 -0.0659568396857683342 +8593 -0.0659184011035327533 +8594 -0.0659026763032643514 +8595 -0.0658886987392225537 +8596 -0.0658607437133109236 +8597 -0.0658555021611150621 +8598 -0.065846766251426464 +8599 -0.0658153170866257325 +8600 -0.0657978454028295967 +8601 -0.0657943510724481456 +8602 -0.0657821209328515732 +8603 -0.0657733851347933884 +8604 -0.0657681436623334947 +8605 -0.0657559135785179827 +8606 -0.0657366949279556412 +8607 -0.0657297063436802775 +8608 -0.0657244649110479556 +8609 -0.0657209706252805254 +8610 -0.065719223483192965 +8611 -0.0656650623416815127 +8612 -0.0656510853556551699 +8613 -0.0655637299615308144 +8614 -0.0655532474032289592 +8615 -0.0655427648639864691 +8616 -0.0655217998426667336 +8617 -0.065469387622686781 +8618 -0.0654012524480660634 +8619 -0.0653820349799959372 +8620 -0.0653453472638044347 +8621 -0.0653016717146195635 +8622 -0.0652667315125914776 +8623 -0.0652282975338609045 +8624 -0.0651619121710063226 +8625 -0.0651392015634535138 +8626 -0.0651374545973243124 +8627 -0.0651269728115944357 +8628 -0.0651025153851810395 +8629 -0.0650501069612166166 +8630 -0.0650186621337854737 +8631 -0.0650151682745729043 +8632 -0.0650081805624477677 +8633 -0.065004686709534798 +8634 -0.064966254466043899 +8635 -0.0649505322578053934 +8636 -0.0649348100920485449 +8637 -0.064910353474174412 +8638 -0.0649051127837110275 +8639 -0.0648928845243055274 +8640 -0.064882403179536724 +8641 -0.0648125280295872019 +8642 -0.0647985531001060572 +8643 -0.0647636159228875408 +8644 -0.064665792939098854 +8645 -0.0646588056457986782 +8646 -0.0646518183608514319 +8647 -0.0646064012122370551 +8648 -0.0645836927701801955 +8649 -0.0645260486591267418 +8650 -0.0645208083135350441 +8651 -0.0644841260256455856 +8652 -0.0644422036920472285 +8653 -0.0644317231554809439 +8654 -0.0644194958864892225 +8655 -0.0644107621385268531 +8656 -0.0643932946816024032 +8657 -0.064370587065321061 +8658 -0.0643373991687347796 +8659 -0.0643059581765174221 +8660 -0.0642675305255647478 +8661 -0.064253556896579106 +8662 -0.0642483167942689143 +8663 -0.0642448233953223369 +8664 -0.064232596515346338 +8665 -0.0641976627125528526 +8666 -0.0641941693436773875 +8667 -0.0641539957505768976 +8668 -0.0641487557368967259 +8669 -0.0641173157526796905 +8670 -0.0640876225882441447 +8671 -0.0640858759361697117 +8672 -0.0640753960345868262 +8673 -0.0640649161516256421 +8674 -0.0640614228614427988 +8675 -0.0640561829300472368 +8676 -0.0640491963620925947 +8677 -0.0640439564415558327 +8678 -0.064040463163783104 +8679 -0.0640387165256721819 +8680 -0.0640369698880782628 +8681 -0.0640090237568710918 +8682 -0.063988064245278628 +8683 -0.0639758378978686065 +8684 -0.0639339191845526011 +8685 -0.0639321725779504468 +8686 -0.0638762814391012207 +8687 -0.0638343634314954694 +8688 -0.0637889525915207728 +8689 -0.0637645007449576251 +8690 -0.0637435420996290414 +8691 -0.0637330628047515779 +8692 -0.0636981319555682129 +8693 -0.0636876527409236254 +8694 -0.0636597082590081992 +8695 -0.0636509756353897255 +8696 -0.0635828616118510187 +8697 -0.0635776221039225514 +8698 -0.063526973765339334 +8699 -0.063513001885771872 +8700 -0.063450128833629979 +8701 -0.0633959886817150181 +8702 -0.0633942422333909211 +8703 -0.0633890028914885356 +8704 -0.0633628062510393636 +8705 -0.0633453418880029068 +8706 -0.0633278775760935525 +8707 -0.0633034276252869288 +8708 -0.0632964419434515757 +8709 -0.0632789777746218668 +8710 -0.0632684992978399252 +8711 -0.0632405567829520537 +8712 -0.0632195999825383298 +8713 -0.063205628823083157 +8714 -0.0631986432555989852 +8715 -0.0631881649196744249 +8716 -0.0631724474502103062 +8717 -0.063168954684827 +8718 -0.0631008461673141369 +8719 -0.0630851289271506938 +8720 -0.0630798898562611454 +8721 -0.0630659190229546224 +8722 -0.0630554409193520293 +8723 -0.0629890800218405461 +8724 -0.0629698704253842251 +8725 -0.0629122420048829206 +8726 -0.0628808085540469575 +8727 -0.0628493752676267947 +8728 -0.0628127033078282743 +8729 -0.062798733096236084 +8730 -0.0627760315715713696 +8731 -0.0627236437644316941 +8732 -0.0626712564128411864 +8733 -0.0626677639389229546 +8734 -0.0626555402961383595 +8735 -0.0626468091378891839 +8736 -0.0626433166781282802 +8737 -0.0626206157389647411 +8738 -0.0625944224537374611 +8739 -0.0625402900243528098 +8740 -0.0625245742486152251 +8741 -0.0625158432797534996 +8742 -0.062493142819730535 +8743 -0.0624809195304040568 +8744 -0.062472188624581905 +8745 -0.0624529806761317877 +8746 -0.062451234502023778 +8747 -0.0624198034542401275 +8748 -0.062405834152056347 +8749 -0.0623988495130502197 +8750 -0.0623936110390825444 +8751 -0.062383134104740029 +8752 -0.062374403339964031 +8753 -0.0623674187372027303 +8754 -0.062362180290415882 +8755 -0.0623586879950740192 +8756 -0.0623569418481576959 +8757 -0.0623255112896921731 +8758 -0.062301065412427685 +8759 -0.0621997906843823126 +8760 -0.0621840757917585668 +8761 -0.0621823296950868784 +8762 -0.0621770914080825091 +8763 -0.0621456617808601383 +8764 -0.0621055019380407081 +8765 -0.0621020097903253188 +8766 -0.0620356593644112372 +8767 -0.0620181988461695199 +8768 -0.0619762938065153701 +8769 -0.0619483572734352422 +8770 -0.0619378811065202026 +8771 -0.0619274049575950364 +8772 -0.0619064527137018483 +8773 -0.0619012146639673771 +8774 -0.0618855005417306009 +8775 -0.0618645484416569108 +8776 -0.06179820059879821 +8777 -0.0617755028178728835 +8778 -0.0617737568382137961 +8779 -0.0617388373496724763 +8780 -0.0617213776801215988 +8781 -0.0616864584903875982 +8782 -0.0616532854445230732 +8783 -0.0616410638413136674 +8784 -0.0616026532469797841 +8785 -0.0615991613866971877 +8786 -0.061581702115097843 +8787 -0.0615712265759854258 +8788 -0.0615467837209233842 +8789 -0.0615398000659245978 +8790 -0.061529324598319661 +8791 -0.0615188491485837846 +8792 -0.0615153573359755942 +8793 -0.061445521500509713 +8794 -0.0614333003108680359 +8795 -0.0613948910157753394 +8796 -0.0613687029974751483 +8797 -0.0613337858129998151 +8798 -0.0612988688264293202 +8799 -0.0612883937690323899 +8800 -0.0612709353795872977 +8801 -0.0612412562309524039 +8802 -0.0612150688654258396 +8803 -0.0611592028569035856 +8804 -0.0611557112481491347 +8805 -0.0611103205138600961 +8806 -0.0610771505726213221 +8807 -0.061047472354900531 +8808 -0.0610422350371359126 +8809 -0.0610265231104289152 +8810 -0.0610055739368401337 +8811 -0.0609933536183044148 +8812 -0.060940981097562269 +8813 -0.0609008291312744185 +8814 -0.0608833718356879897 +8815 -0.0608763889312039438 +8816 -0.0608327459561348455 +8817 -0.0607891032877243623 +8818 -0.0607821204892215472 +8819 -0.0607524436830816084 +8820 -0.0607227670185504081 +8821 -0.060717529974798283 +8822 -0.0607105472566513565 +8823 -0.0607000731941202479 +8824 -0.0606913448221408289 +8825 -0.0606843621333682456 +8826 -0.0606791251219278779 +8827 -0.0606756337834147286 +8828 -0.0606738881148921952 +8829 -0.0606703967793152318 +8830 -0.0606145356761965959 +8831 -0.0605656576216307002 +8832 -0.0605063062130408585 +8833 -0.0604679026610536186 +8834 -0.0604207713516429698 +8835 -0.0603928418544483966 +8836 -0.0603771315670732084 +8837 -0.060356184578589725 +8838 -0.0602933440335905041 +8839 -0.0602828706707072767 +8840 -0.0602165397787389756 +8841 -0.0602025754698072638 +8842 -0.0601886111919468711 +8843 -0.0601571916803276055 +8844 -0.060151955110341257 +8845 -0.0601467185447203748 +8846 -0.0600838800976532805 +8847 -0.0600280242274353476 +8848 -0.0599931145602898633 +8849 -0.0599913690820130588 +8850 -0.0599791507476206756 +8851 -0.0599529686822912744 +8852 -0.0599372594953088075 +8853 -0.0599232958064123897 +8854 -0.0599110776039962212 +8855 -0.0599023503310496183 +8856 -0.0598744231387603118 +8857 -0.0598534778256571628 +8858 -0.0598395143222002907 +8859 -0.0598360234511614297 +8860 -0.0598325325820526291 +8861 -0.0598115874079221191 +8862 -0.0598011148469018913 +8863 -0.0597103533782210594 +8864 -0.059701626382564342 +8865 -0.0596981355876713832 +8866 -0.0596859178207084368 +8867 -0.0596178478363224226 +8868 -0.0596021394822493084 +8869 -0.0595497785830807133 +8870 -0.0595427971625163491 +8871 -0.0595131262108019449 +8872 -0.059497418116040271 +8873 -0.0594747287144253775 +8874 -0.0594415674270635172 +8875 -0.0594310954775296302 +8876 -0.0594066609956957759 +8877 -0.0593560470104907562 +8878 -0.0592949617022283312 +8879 -0.0592879805614410296 +8880 -0.0592775088645998635 +8881 -0.059272273022631293 +8882 -0.059246093877292981 +8883 -0.0592268959056857155 +8884 -0.0591989716864825127 +8885 -0.0591815191115292807 +8886 -0.0591727928419457441 +8887 -0.0591675570859205024 +8888 -0.0591553403385562324 +8889 -0.0591256711922378136 +8890 -0.0591099640529028914 +8891 -0.059099492648124613 +8892 -0.0590855308017678646 +8893 -0.0590698237610563365 +8894 -0.0590680785366917427 +8895 -0.059052371538838716 +8896 -0.0590401550116134086 +8897 -0.0590384097953423337 +8898 -0.0590261932947709553 +8899 -0.0590244480823071405 +8900 -0.0590069959838379066 +8901 -0.0590000151577707577 +8902 -0.0589947795432145122 +8903 -0.0589912891358883654 +8904 -0.0589895439329387733 +8905 -0.0589546399737923554 +8906 -0.0589319525022998364 +8907 -0.0589110102921853729 +8908 -0.0588307324533976356 +8909 -0.0588097905735937704 +8910 -0.058806300266930997 +8911 -0.0587364945317297577 +8912 -0.058729513999891382 +8913 -0.0586649444393614536 +8914 -0.0586492384279609716 +8915 -0.0586405128826194139 +8916 -0.0586021206234843689 +8917 -0.0585968853331382128 +8918 -0.0585724540343924155 +8919 -0.0585689638564125953 +8920 -0.0585550031633762166 +8921 -0.05853057202324604 +8922 -0.0585270818679200291 +8923 -0.0584956705548907718 +8924 -0.0584293582845294424 +8925 -0.0584031825755885817 +8926 -0.0584014375320925025 +8927 -0.0583874772010690019 +8928 -0.0583700268296453301 +8929 -0.0583455963886906209 +8930 -0.0583176759976086131 +8931 -0.0582827756779698836 +8932 -0.0582723056187257615 +8933 -0.0582339155461368482 +8934 -0.0582269355573507563 +8935 -0.0582077406269045916 +8936 -0.05820250565572678 +8937 -0.0581780758460495664 +8938 -0.0581693509362974023 +8939 -0.0581606260382664664 +8940 -0.0581501561760985122 +8941 -0.0581466662257922734 +8942 -0.0581257265633176104 +8943 -0.0580733777022241771 +8944 -0.0580629079805682485 +8945 -0.0580210292623837137 +8946 -0.0579896204005204766 +8947 -0.0579634464646465175 +8948 -0.0579268031309983569 +8949 -0.0578709660660540678 +8950 -0.0578482823948698252 +8951 -0.0578413028195892062 +8952 -0.057787211363986013 +8953 -0.057785466485775136 +8954 -0.0577313754921575037 +8955 -0.0577069474480743499 +8956 -0.0576703055528477865 +8957 -0.0576685607058075797 +8958 -0.0576546019462155987 +8959 -0.0576354087003293492 +8960 -0.0575708500128760542 +8961 -0.0575289744471569053 +8962 -0.0575132711788683623 +8963 -0.0575080367644486765 +8964 -0.057502802354199925 +8965 -0.0574626720141519567 +8966 -0.057445224116633907 +8967 -0.0574399897564061776 +8968 -0.0574190523571501965 +8969 -0.0574103284604600139 +8970 -0.057382412068765952 +8971 -0.0573527510322950837 +8972 -0.0573440272234611997 +8973 -0.0573300691533551454 +8974 -0.0573161111128158915 +8975 -0.0573143663598271388 +8976 -0.0573056426018103762 +8977 -0.0573038978515924211 +8978 -0.0572986636037091379 +8979 -0.0572358529531290031 +8980 -0.0572271292989487909 +8981 -0.0572236398405048391 +8982 -0.0571939795181882898 +8983 -0.0571922347974946066 +8984 -0.0571311698634529158 +8985 -0.0570962758686634417 +8986 -0.0570788289402861596 +8987 -0.0570474245850990103 +8988 -0.0570055523431757527 +8989 -0.0569741483353699632 +8990 -0.0569532124128039746 +8991 -0.0569218086528505626 +8992 -0.0568450445317184444 +8993 -0.0568223643929518102 +8994 -0.0568118966626961694 +8995 -0.0567822381831176448 +8996 -0.0567787489589199126 +8997 -0.0567752597365521264 +8998 -0.0567124540467143015 +8999 -0.0566566272640218263 +9000 -0.0566548826845970285 +9001 -0.0566269694758686076 +9002 -0.0566182466220960107 +9003 -0.0566147574837802953 +9004 -0.0566077792126221876 +9005 -0.0565728879662720091 +9006 -0.0565659097388836185 +9007 -0.0565449751004654944 +9008 -0.0565379969022386936 +9009 -0.0565310187113001669 +9010 -0.0565031060204084085 +9011 -0.0564821715787200349 +9012 -0.0564682153206667384 +9013 -0.0564612372025591683 +9014 -0.056428091240923392 +9015 -0.0564246022018785667 +9016 -0.056330398834622937 +9017 -0.0563286543403086967 +9018 -0.0563251653530414467 +9019 -0.0563112094221221299 +9020 -0.0563007424929865552 +9021 -0.0562414302028879168 +9022 -0.056229218914080073 +9023 -0.0561681628028869243 +9024 -0.0561402516224212972 +9025 -0.0561193183130543477 +9026 -0.0560652408984460074 +9027 -0.0560582631991528441 +9028 -0.0560320968911477979 +9029 -0.0560198859821707459 +9030 -0.0560006974555955842 +9031 -0.0559954642305494424 +9032 -0.0559832533878950947 +9033 -0.0559169663418020157 +9034 -0.0559152219546391674 +9035 -0.0559030112571096069 +9036 -0.0558960337255716214 +9037 -0.0558663792968957795 +9038 -0.0558541686875998269 +9039 -0.0558000933970826327 +9040 -0.0557913716164957427 +9041 -0.055780905494621745 +9042 -0.0557529959153640342 +9043 -0.0557338081463183144 +9044 -0.0557128760965852274 +9045 -0.0556797338166599154 +9046 -0.0556657792209241456 +9047 -0.0556535689731957051 +9048 -0.0556448473811242753 +9049 -0.0556343814854292629 +9050 -0.0556274042305954161 +9051 -0.0556221712941747035 +9052 -0.0556186826721344618 +9053 -0.0556169383617863486 +9054 -0.0555785636474421807 +9055 -0.0555576320764074247 +9056 -0.0555332119916433428 +9057 -0.0554564637243875128 +9058 -0.0554302997400826919 +9059 -0.0553866933227813371 +9060 -0.0553622738508934356 +9061 -0.0553518083896980054 +9062 -0.055289015959458003 +9063 -0.0552750621644688064 +9064 -0.0552227356869600394 +9065 -0.0551948283959870986 +9066 -0.0551913399926183476 +9067 -0.0551773863969227188 +9068 -0.0551547118645741019 +9069 -0.0551425025320986945 +9070 -0.0551215722984807754 +9071 -0.0551111072056462356 +9072 -0.0550552936469841589 +9073 -0.0550273870379477323 +9074 -0.0550221545613855598 +9075 -0.0550099454649160477 +9076 -0.0550047130016462563 +9077 -0.0549959922383894545 +9078 -0.0549436678913172855 +9079 -0.054907041085342348 +9080 -0.0548983204460002719 +9081 -0.0548599497641807099 +9082 -0.0548494850698933514 +9083 -0.0548285557290214137 +9084 -0.0548041382450311088 +9085 -0.0547936736355184237 +9086 -0.0547884413367194789 +9087 -0.0547866972380022244 +9088 -0.0547762326549638551 +9089 -0.0547727444641468442 +9090 -0.0547587917185213893 +9091 -0.0547448390011186781 +9092 -0.0546960047123581025 +9093 -0.0546872843399983585 +9094 -0.0546419385811677746 +9095 -0.0545878728728429602 +9096 -0.054549503916786618 +9097 -0.0545320635525082184 +9098 -0.0544954389304434447 +9099 -0.0544623025343825493 +9100 -0.0544099822313272238 +9101 -0.0543471983881304715 +9102 -0.0543315025159756756 +9103 -0.0543262705664660159 +9104 -0.054289647030115594 +9105 -0.0542774392275129219 +9106 -0.0542687193816228028 +9107 -0.0542599995466573129 +9108 -0.0542268642733888737 +9109 -0.0541954731072742807 +9110 -0.0541518744999871654 +9111 -0.0541379230032217468 +9112 -0.0541274593989565511 +9113 -0.0541239715343548866 +9114 -0.0540873490612621827 +9115 -0.0540437511294119405 +9116 -0.0540332876662449682 +9117 -0.0540071290768429357 +9118 -0.0539914339701684301 +9119 -0.0539774827937968063 +9120 -0.0539652755372888801 +9121 -0.053956556081389967 +9122 -0.0539548121915135528 +9123 -0.0539460927486475547 +9124 -0.0539391172021731619 +9125 -0.0539356294315417248 +9126 -0.053933885546877558 +9127 -0.0539303977788516478 +9128 -0.0539286538954901612 +9129 -0.0539216783663858529 +9130 -0.0538449480045017359 +9131 -0.0538344848383916635 +9132 -0.0538170462628818486 +9133 -0.0538135585529799509 +9134 -0.0537507800709914538 +9135 -0.0537193910403591518 +9136 -0.0536688201190548622 +9137 -0.0536339438333483312 +9138 -0.0536287124053924508 +9139 -0.0535729107489062092 +9140 -0.0535450100863143555 +9141 -0.0535328035811359418 +9142 -0.0535310597964058985 +9143 -0.0534682838330376511 +9144 -0.0534299210189851104 +9145 -0.0534020209213549729 +9146 -0.0534002771689079184 +9147 -0.0533985334168908185 +9148 -0.0533845834162286967 +9149 -0.053335758630468931 +9150 -0.0533113463638445542 +9151 -0.0532799592874959385 +9152 -0.0532764718431481404 +9153 -0.0532381100685256278 +9154 -0.0532328789335157898 +9155 -0.0532311352227030424 +9156 -0.053189286291718256 +9157 -0.053161387141425008 +9158 -0.0531596434481698826 +9159 -0.0531544123709719873 +9160 -0.0531265133576147158 +9161 -0.0531055891694482279 +9162 -0.0530916397448719588 +9163 -0.0530846650428415182 +9164 -0.0530811776943903371 +9165 -0.0530497916352297219 +9166 -0.0530428169742091782 +9167 -0.0529469160775694891 +9168 -0.0529451724368442747 +9169 -0.0529312233263838083 +9170 -0.0528597345631115906 +9171 -0.052851016470200643 +9172 -0.0528056825584691872 +9173 -0.0527882465150959351 +9174 -0.0527812721096449847 +9175 -0.0527620925297026463 +9176 -0.0527359386398666488 +9177 -0.0527097848455400086 +9178 -0.0526836311466746532 +9179 -0.0526801439940360397 +9180 -0.0526522468339780461 +9181 -0.0526104012972985272 +9182 -0.0526051706223679347 +9183 -0.0525371721949112538 +9184 -0.0525336851134121097 +9185 -0.052523223879062067 +9186 -0.0525145061953963335 +9187 -0.052476148512779229 +9188 -0.0524220993978513419 +9189 -0.0524011772686955382 +9190 -0.0523959467458971276 +9191 -0.0523750246926542248 +9192 -0.0523523592034746896 +9193 -0.0523384112455297576 +9194 -0.0523349242602561895 +9195 -0.0523279502947638225 +9196 -0.0523017979841753217 +9197 -0.0522861066432878455 +9198 -0.0522791327249463797 +9199 -0.052275645768300523 +9200 -0.0522651849084595707 +9201 -0.0522564675368267714 +9202 -0.052249493647091097 +9203 -0.0522442632342049532 +9204 -0.0522390328251030739 +9205 -0.0521971896884777173 +9206 -0.0521780116650716191 +9207 -0.0521501164490012006 +9208 -0.0520768920178777336 +9209 -0.0520489971910248345 +9210 -0.0520455103452094406 +9211 -0.052031562978701193 +9212 -0.0519827474069236295 +9213 -0.0519688001609575831 +9214 -0.0519077812744832348 +9215 -0.0518955775586156381 +9216 -0.0518694268078037299 +9217 -0.0518380460308014573 +9218 -0.0518153822203646572 +9219 -0.0517944618425102074 +9220 -0.0517735415246776826 +9221 -0.0517421611604156687 +9222 -0.0516759141676912878 +9223 -0.0516462775496139975 +9224 -0.0516375609200999883 +9225 -0.0516271009783959151 +9226 -0.0516166410516480934 +9227 -0.0515748014941595084 +9228 -0.0515643416421474945 +9229 -0.0515259889792163556 +9230 -0.0515190157893396575 +9231 -0.051480663363561531 +9232 -0.0514667170766342913 +9233 -0.0514492842552477722 +9234 -0.0514440544169057073 +9235 -0.0514248783748567431 +9236 -0.0514126754650784876 +9237 -0.0514074456528080606 +9238 -0.051396986039435856 +9239 -0.051393499504953831 +9240 -0.0513865264409525263 +9241 -0.0513708370711373 +9242 -0.0513586342510970947 +9243 -0.0513133096682010376 +9244 -0.0513063366802281665 +9245 -0.0512575259493200583 +9246 -0.0512156884373483473 +9247 -0.0512069723189051348 +9248 -0.0511668783067136951 +9249 -0.0511459597781269287 +9250 -0.0511180684988580478 +9251 -0.0511145820963543537 +9252 -0.0510779749693671542 +9253 -0.0510291657486304576 +9254 -0.0510274225681307883 +9255 -0.0509507230324179883 +9256 -0.0509402640663400852 +9257 -0.0509054009526276677 +9258 -0.0509001714997039528 +9259 -0.0508949420504662894 +9260 -0.0508792537248642374 +9261 -0.0508147576234257159 +9262 -0.0507694363735156085 +9263 -0.0507572345457288979 +9264 -0.0507415465108338806 +9265 -0.0507398033978869734 +9266 -0.050706684329443738 +9267 -0.0506753085057192118 +9268 -0.0506631068321719905 +9269 -0.0506509051785974038 +9270 -0.0506265019313475798 +9271 -0.0506108141717031973 +9272 -0.0505968695241524116 +9273 -0.0505811818267982855 +9274 -0.050574209527444236 +9275 -0.0505654941624064103 +9276 -0.0505585218776990336 +9277 -0.0505498065309665512 +9278 -0.0505393481283080911 +9279 -0.0504626536225437905 +9280 -0.0504574244803313587 +9281 -0.0504347649062896058 +9282 -0.0504295357835575081 +9283 -0.0503650435699674118 +9284 -0.0503371552170116185 +9285 -0.0502848648345936219 +9286 -0.050246518785567143 +9287 -0.050225602841295923 +9288 -0.0501942290339745384 +9289 -0.050187257094561899 +9290 -0.0501628553574823693 +9291 -0.0501471685682714427 +9292 -0.0500861646985385212 +9293 -0.0500460767100676454 +9294 -0.0500425908080938953 +9295 -0.0500164465946093956 +9296 -0.0499955312890044065 +9297 -0.04995370085151081 +9298 -0.0499188423304163867 +9299 -0.0498979272948652103 +9300 -0.04989269854500962 +9301 -0.0498526115827557514 +9302 -0.0498491257699788942 +9303 -0.0498456399588059346 +9304 -0.0498072961417324808 +9305 -0.0497968387707368038 +9306 -0.0497759240720029236 +9307 -0.0497724382944867913 +9308 -0.0497445521320005191 +9309 -0.0497236375773617706 +9310 -0.0497096945729348094 +9311 -0.0497027230803183603 +9312 -0.0496957515940984612 +9313 -0.04966612284900708 +9314 -0.0496556656724261927 +9315 -0.0496504370895280364 +9316 -0.0495632945700979141 +9317 -0.0495563232116226007 +9318 -0.049554580373000208 +9319 -0.0495458661858674335 +9320 -0.049514495194670459 +9321 -0.0494726674071195305 +9322 -0.0494674389497957237 +9323 -0.0494029549371166055 +9324 -0.0493785557228638358 +9325 -0.0493471854189157233 +9326 -0.0493193008122560991 +9327 -0.0492966446441219716 +9328 -0.0492757313176268794 +9329 -0.0492670174484324749 +9330 -0.0492217054882720523 +9331 -0.0491537380497388335 +9332 -0.0491450243190722294 +9333 -0.0491380533416538867 +9334 -0.0491345678553158915 +9335 -0.0491275968873820176 +9336 -0.0490927421425235155 +9337 -0.0490387176000708983 +9338 -0.0490160622596066617 +9339 -0.049002120544744579 +9340 -0.0489916642751505871 +9341 -0.0489655236632166313 +9342 -0.0489515820397514803 +9343 -0.0489498393385901787 +9344 -0.0489184707849899883 +9345 -0.0489010438658518606 +9346 -0.0488923304210317836 +9347 -0.0488871023588583545 +9348 -0.0488818743002232894 +9349 -0.0488731608770273246 +9350 -0.0488609621010607301 +9351 -0.0488557340601125101 +9352 -0.0488104245199808967 +9353 -0.0487929978444478704 +9354 -0.0487616299273639503 +9355 -0.0486919238997245429 +9356 -0.0486622990277508355 +9357 -0.048597821756073703 +9358 -0.0485803955583026664 +9359 -0.0485211467780206906 +9360 -0.0485106911577510083 +9361 -0.0484479577309472886 +9362 -0.0484305318686929845 +9363 -0.0484061357269625417 +9364 -0.048386967383413422 +9365 -0.0483573436723463285 +9366 -0.0482911263715116029 +9367 -0.0482597604774050865 +9368 -0.0482475626636575672 +9369 -0.0482388499511915356 +9370 -0.0482318797882009612 +9371 -0.0481865738799804322 +9372 -0.0481796037635088825 +9373 -0.0481395257140627003 +9374 -0.0481342981574959458 +9375 -0.0480959628490879726 +9376 -0.0480855077974690417 +9377 -0.0480785377707896866 +9378 -0.0480645977359866611 +9379 -0.048054142726116994 +9380 -0.0480402027345953608 +9381 -0.0480262627677959034 +9382 -0.0480227777799580868 +9383 -0.048012322825711648 +9384 -0.0480088378440514524 +9385 -0.0479670181845376631 +9386 -0.0479251987471817145 +9387 -0.0479199713331230001 +9388 -0.0478676973832001112 +9389 -0.0478206511244486168 +9390 -0.0477788324631043676 +9391 -0.0477544383461864994 +9392 -0.0477387564536249503 +9393 -0.0477283018758572417 +9394 -0.0477161048859220671 +9395 -0.0476882261223687196 +9396 -0.0476847412838274573 +9397 -0.0476429233409196642 +9398 -0.0476394385223062114 +9399 -0.0475645152925121273 +9400 -0.0475488337758004087 +9401 -0.0475157284533089252 +9402 -0.0475070165492629953 +9403 -0.0474930775226503829 +9404 -0.0474286098423364472 +9405 -0.0473815661889043852 +9406 -0.0473711120814198014 +9407 -0.0473502039075794148 +9408 -0.0473205840884710904 +9409 -0.0472822527210594937 +9410 -0.0472770257306706979 +9411 -0.0472630871063566826 +9412 -0.0472404368937096517 +9413 -0.0472386945723188914 +9414 -0.0472108174817054069 +9415 -0.0471916520382753418 +9416 -0.0471881674171297158 +9417 -0.0471724866407519303 +9418 -0.0471690020279509833 +9419 -0.0471672597221194645 +9420 -0.0471585481986489807 +9421 -0.047151578986696932 +9422 -0.047078402627208929 +9423 -0.0470679489160925613 +9424 -0.047064464348747774 +9425 -0.0470470415347230275 +9426 -0.0470400724197041903 +9427 -0.046973866128671049 +9428 -0.0469494744747350756 +9429 -0.0468954646470770981 +9430 -0.0468588775503323562 +9431 -0.0468536508357899478 +9432 -0.0468310017786063293 +9433 -0.0467961571994701744 +9434 -0.04677525052422285 +9435 -0.0467578283362129754 +9436 -0.0466985931780469835 +9437 -0.0466498116089518189 +9438 -0.0466289053122137323 +9439 -0.0466271631232556896 +9440 -0.0466254209346723472 +9441 -0.0466010303338533702 +9442 -0.0465661867457523512 +9443 -0.0465278589717715088 +9444 -0.046510437316175636 +9445 -0.0465034686644063416 +9446 -0.0464616568793586454 +9447 -0.0464529461178900122 +9448 -0.0464442353657563214 +9449 -0.0464198453094291294 +9450 -0.0464006817450507772 +9451 -0.0463867446356681576 +9452 -0.0463850024986732501 +9453 -0.0463780339544224429 +9454 -0.0463571283574541332 +9455 -0.0463362228141432422 +9456 -0.0463222858150669353 +9457 -0.0463153173244653243 +9458 -0.0463048645997310923 +9459 -0.0462769907326050153 +9460 -0.0462630538347547429 +9461 -0.0462526011769854029 +9462 -0.0461742066701143275 +9463 -0.0461585278589675685 +9464 -0.0461567857706954229 +9465 -0.0461550436827942306 +9466 -0.0460801342538044584 +9467 -0.0460783921822131154 +9468 -0.0460121937360480487 +9469 -0.045989547021837239 +9470 -0.0459529640000597983 +9471 -0.0459233492922100708 +9472 -0.0459076709606554625 +9473 -0.0459041868910356546 +9474 -0.0458763143871966511 +9475 -0.0458327637888954545 +9476 -0.04576482531518513 +9477 -0.0457508892871905867 +9478 -0.0457474052838692941 +9479 -0.0457369532827290315 +9480 -0.0457352112838256136 +9481 -0.0457038553664062958 +9482 -0.0456951454104699284 +9483 -0.0456498537875624916 +9484 -0.0456254660933555489 +9485 -0.0456028204416603147 +9486 -0.0455732069905889839 +9487 -0.0455627552096040736 +9488 -0.0455557873629378468 +9489 -0.045529657990104451 +9490 -0.0455139804059254832 +9491 -0.0455104965023540933 +9492 -0.0455035286996004346 +9493 -0.0454895931116453683 +9494 -0.0454843672721947159 +9495 -0.0454739156031626138 +9496 -0.0454721736596031406 +9497 -0.0454686897735805326 +9498 -0.0454669478311172728 +9499 -0.0454181735904482173 +9500 -0.0454024962167355328 +9501 -0.0453676577142844081 +9502 -0.0453363031867728902 +9503 -0.0453014649613171713 +9504 -0.0452701106829178426 +9505 -0.0452596592829826935 +9506 -0.0452352727340493768 +9507 -0.0452074024796540394 +9508 -0.0451864998498942502 +9509 -0.045129017887602145 +9510 -0.0451203085338412122 +9511 -0.0450523758854702583 +9512 -0.0450401829043313162 +9513 -0.0450157969952539247 +9514 -0.0450123132997459277 +9515 -0.0449948948439064453 +9516 -0.0449670253897642563 +9517 -0.0449565743683128724 +9518 -0.0449008358068114649 +9519 -0.0448677412107618342 +9520 -0.0448520648685932916 +9521 -0.0448450976147788255 +9522 -0.0448416139900337171 +9523 -0.044824195887925869 +9524 -0.0447893597917523589 +9525 -0.0447475566663644089 +9526 -0.0447440730819334553 +9527 -0.0447057537480869752 +9528 -0.0446848523665537567 +9529 -0.0446744016951777928 +9530 -0.0446587257123436179 +9531 -0.0446500168455515323 +9532 -0.0446343409079277068 +9533 -0.0446325991388740947 +9534 -0.0446221485320828781 +9535 -0.0445803462339657702 +9536 -0.0445698956916831118 +9537 -0.0445315771469266958 +9538 -0.0445280936514478309 +9539 -0.0444723579183447723 +9540 -0.0444288146314834667 +9541 -0.0443852715677367574 +9542 -0.0443574041239273714 +9543 -0.0443399870178828731 +9544 -0.0443365036009496297 +9545 -0.0442929610094760506 +9546 -0.0442511603309229257 +9547 -0.0442459352605073172 +9548 -0.0441727846104635197 +9549 -0.0441623345687312679 +9550 -0.0441518845397727636 +9551 -0.0441205345295084747 +9552 -0.0441135678761609556 +9553 -0.044108342889871921 +9554 -0.044101376246448068 +9555 -0.0440369350634172291 +9556 -0.0439881690847485213 +9557 -0.0439794609034374617 +9558 -0.043955078042755065 +9559 -0.0439533364124982534 +9560 -0.0439289536259747163 +9561 -0.0438854131077835025 +9562 -0.0438697385751906713 +9563 -0.0438488392428078022 +9564 -0.0438192319420972476 +9565 -0.0437965911337355185 +9566 -0.0437878831463548446 +9567 -0.0437809167627825901 +9568 -0.0437722087912311292 +9569 -0.0437704671979758583 +9570 -0.0437617592369742014 +9571 -0.04375827605503467 +9572 -0.0436677138178514362 +9573 -0.0436659722456700511 +9574 -0.0436537812502225328 +9575 -0.0436450734068527316 +9576 -0.0435771525292741949 +9577 -0.0435562539048757053 +9578 -0.0435040075642708149 +9579 -0.0435005244860851084 +9580 -0.0434656937810903587 +9581 -0.0434552445968329482 +9582 -0.0433995158263024566 +9583 -0.0433821006587485347 +9584 -0.0433629440146906728 +9585 -0.0433054743353417024 +9586 -0.0432514880119703529 +9587 -0.0432480050348358624 +9588 -0.0432358146258081874 +9589 -0.0432323316549263759 +9590 -0.0432288486854336129 +9591 -0.0431731213623836943 +9592 -0.0431173943944666571 +9593 -0.0431086870877795889 +9594 -0.043068633588496115 +9595 -0.0430651506841664283 +9596 -0.0430547019794795677 +9597 -0.0430268388278426187 +9598 -0.0429989757646855944 +9599 -0.0429920100127147015 +9600 -0.0429780785253481984 +9601 -0.0429641470600764103 +9602 -0.04294324990358038 +9603 -0.0429293184935137934 +9604 -0.0429223527967571086 +9605 -0.0429084214197919464 +9606 -0.0428823001474314888 +9607 -0.0428648860089176492 +9608 -0.0427795572276395697 +9609 -0.0427586605090743907 +9610 -0.0427569191180933311 +9611 -0.0427064189289835666 +9612 -0.0426837810068434811 +9613 -0.0426820396306177158 +9614 -0.04261586758794602 +9615 -0.0425949712561439139 +9616 -0.0425531787403144943 +9617 -0.0425218344826495259 +9618 -0.0425131277640511673 +9619 -0.0425061623953187154 +9620 -0.0424800423112160416 +9621 -0.0424713356335772868 +9622 -0.0424382503363121347 +9623 -0.0423703387957518537 +9624 -0.0423511843522919873 +9625 -0.0423372538738103418 +9626 -0.0423337712575906494 +9627 -0.0423093929821278317 +9628 -0.042293721268789268 +9629 -0.0422554127519972483 +9630 -0.0422292934029165484 +9631 -0.0422083979785996613 +9632 -0.042197950284748563 +9633 -0.0421753136565895317 +9634 -0.0421683485517513057 +9635 -0.0421561596313226317 +9636 -0.0421352643777540004 +9637 -0.0421143691729161454 +9638 -0.0421091453793179041 +9639 -0.0420899914954959778 +9640 -0.042086508975559718 +9641 -0.0420778026816341078 +9642 -0.0420725789093342392 +9643 -0.0420203413535321854 +9644 -0.0420064113899637007 +9645 -0.0419681041014585768 +9646 -0.0419315382055216873 +9647 -0.0419054197993560459 +9648 -0.0418723365935778427 +9649 -0.0418584068590474659 +9650 -0.0418462183589823275 +9651 -0.0418288062445965891 +9652 -0.0418113941638034933 +9653 -0.0417870173071017842 +9654 -0.041731299024428424 +9655 -0.0417243342632335201 +9656 -0.0416512045942026565 +9657 -0.0416442398946082412 +9658 -0.0416128988126375013 +9659 -0.0415972283122600164 +9660 -0.0415711108717550168 +9661 -0.0415049470252112224 +9662 -0.0414927590007348676 +9663 -0.0414701241414489052 +9664 -0.0414509716121673408 +9665 -0.041445748202081481 +9666 -0.0414196311965765659 +9667 -0.0413935142659100155 +9668 -0.0413865497636988627 +9669 -0.0413552095695404187 +9670 -0.0413499862143105745 +9671 -0.0413482450965648035 +9672 -0.0413099405901366859 +9673 -0.0412855650787417178 +9674 -0.0412786006588513471 +9675 -0.0412577074309981098 +9676 -0.0412542252309949092 +9677 -0.041236814250852856 +9678 -0.0412263676786630909 +9679 -0.0411741349964208428 +9680 -0.0411671706612794855 +9681 -0.0411323490648926038 +9682 -0.0411306079885422268 +9683 -0.0410714115890523021 +9684 -0.0410313671820840969 +9685 -0.0409860998014640113 +9686 -0.0409547609759915096 +9687 -0.0409390916032161337 +9688 -0.040935609523993513 +9689 -0.0409060119036749187 +9690 -0.0408537810405160198 +9691 -0.0408468169477428783 +9692 -0.0408137375787193737 +9693 -0.040798068445216551 +9694 -0.0407754352992212923 +9695 -0.0407562842189053767 +9696 -0.0407493201995180257 +9697 -0.0407388741802524323 +9698 -0.0407197231755146508 +9699 -0.040714500181089297 +9700 -0.0407040542010648765 +9701 -0.0406396375841217364 +9702 -0.0405891491966653695 +9703 -0.0405821853026711934 +9704 -0.0405560707466174203 +9705 -0.040554329778819502 +9706 -0.0405508478442002454 +9707 -0.0405316972270710618 +9708 -0.0405055828126232101 +9709 -0.0404881732436468966 +9710 -0.0404794684713501024 +9711 -0.0404707637071786003 +9712 -0.0404516132545933438 +9713 -0.0404220171778900406 +9714 -0.0404098305853367173 +9715 -0.0403993849472303809 +9716 -0.040395903070456575 +9717 -0.0403837165119642627 +9718 -0.040359343442637502 +9719 -0.0402618518000588399 +9720 -0.0402548881501223546 +9721 -0.040244442684913409 +9722 -0.0401748065473003999 +9723 -0.0401573975935689137 +9724 -0.0400999482749248432 +9725 -0.0400668715535646355 +9726 -0.0400512036734570753 +9727 -0.0400250905978177529 +9728 -0.0399972367301592718 +9729 -0.0399833098271603696 +9730 -0.0399624195111792577 +9731 -0.0399223798679950309 +9732 -0.0399067122276937497 +9733 -0.0398475235984446785 +9734 -0.0398405602546208493 +9735 -0.0398370785846279343 +9736 -0.0398318560820373618 +9737 -0.0398266335823246886 +9738 -0.039795298644464551 +9739 -0.0397744087434021287 +9740 -0.0397187025652964501 +9741 -0.0397082576932654904 +9742 -0.0396699599273111145 +9743 -0.0396629967137020131 +9744 -0.0396508111021446064 +9745 -0.0396281807220570936 +9746 -0.0395933648576628841 +9747 -0.0395916240677814321 +9748 -0.03957247540005987 +9749 -0.0395655122576923646 +9750 -0.0395446228610777939 +9751 -0.0395306966220657433 +9752 -0.0395237335101762538 +9753 -0.0395063257526605052 +9754 -0.0394819549454150931 +9755 -0.0394610657315065602 +9756 -0.0393792500826810471 +9757 -0.0393566203457145145 +9758 -0.0393409536360168829 +9759 -0.0392835092525669338 +9760 -0.0392782870529255687 +9761 -0.039213880157219938 +9762 -0.0391947322443328555 +9763 -0.0391790657984695256 +9764 -0.039147732983155395 +9765 -0.0391129188633264693 +9766 -0.0391024746518720059 +9767 -0.0390781048690825028 +9768 -0.0390380689308100493 +9769 -0.0389945517946098455 +9770 -0.0389701822838023973 +9771 -0.0389492941804812226 +9772 -0.038945812834305378 +9773 -0.0389336281325362993 +9774 -0.0389092587749327867 +9775 -0.0388552982723100598 +9776 -0.0388274478076049076 +9777 -0.0388083006594042434 +9778 -0.0387717471174881742 +9779 -0.0387682658349416676 +9780 -0.0387508594408773402 +9781 -0.0387351937128136078 +9782 -0.038712565483401136 +9783 -0.0387090842219993056 +9784 -0.0387021217029241207 +9785 -0.0386899373065015401 +9786 -0.0386777529252957109 +9787 -0.0386742716763168529 +9788 -0.0386725310522930826 +9789 -0.0386655685593017273 +9790 -0.0386168312473477923 +9791 -0.0386046469573407755 +9792 -0.0385628723639815305 +9793 -0.0385036919951944542 +9794 -0.038468880180471815 +9795 -0.0384514743194312794 +9796 -0.0384375496528201743 +9797 -0.0384097003788234775 +9798 -0.0383818511837466098 +9799 -0.0383278935926523318 +9800 -0.0383226719059837143 +9801 -0.0382617524326216984 +9802 -0.0382443469379244935 +9803 -0.038242606390143298 +9804 -0.0382077954989542418 +9805 -0.0382043144165835347 +9806 -0.0381938711768296663 +9807 -0.0381695036603138874 +9808 -0.0381033635608957824 +9809 -0.0380668126428187481 +9810 -0.0380441859515352823 +9811 -0.0380407049266876865 +9812 -0.0379919707069968429 +9813 -0.0379780466881480191 +9814 -0.0379467177170490291 +9815 -0.0379084268863619928 +9816 -0.0378805791019936056 +9817 -0.0378770981344208127 +9818 -0.0378527313954509156 +9819 -0.0378509909163746716 +9820 -0.0378353266183569376 +9821 -0.0378335861423178335 +9822 -0.0378248837666762677 +9823 -0.0377639673495767381 +9824 -0.0377587459596800123 +9825 -0.0377378604273613666 +9826 -0.0377274176775576064 +9827 -0.0376647614075230411 +9828 -0.0376282120976162635 +9829 -0.0375812203233935049 +9830 -0.0375464117435093878 +9831 -0.0375359691930512371 +9832 -0.0375255266534370996 +9833 -0.0374924586828319778 +9834 -0.0374854970186532591 +9835 -0.0374506887699371238 +9836 -0.037441986726546049 +9837 -0.0374350250972415449 +9838 -0.0373723706496873684 +9839 -0.0373445243533506027 +9840 -0.0373410435717038552 +9841 -0.0373358224014811585 +9842 -0.0373131973616702209 +9843 -0.037309716590806806 +9844 -0.0373010146688876193 +9845 -0.0372940531367401962 +9846 -0.0372366206791455642 +9847 -0.037207034388621392 +9848 -0.0371844096364450094 +9849 -0.0371791885469511946 +9850 -0.0371478620663623291 +9851 -0.0371426409956562426 +9852 -0.0371287181535530572 +9853 -0.0370939111317012335 +9854 -0.0370852093948460179 +9855 -0.0370695462872533757 +9856 -0.0370660655999496616 +9857 -0.0370486621812744707 +9858 -0.0370190764377468506 +9859 -0.0369894907800668374 +9860 -0.0369807891323709753 +9861 -0.0369720874920937415 +9862 -0.0369546842337877615 +9863 -0.0369512035856853355 +9864 -0.0369459826157555529 +9865 -0.0368520056129030618 +9866 -0.0368502653061740099 +9867 -0.0368380831673493919 +9868 -0.0367667309306509496 +9869 -0.0367528086008553287 +9870 -0.0366936389096963397 +9871 -0.0366623139169080098 +9872 -0.0366309890194308346 +9873 -0.0366135863397639497 +9874 -0.0365892226375816657 +9875 -0.0365787810685492543 +9876 -0.0365561577052215814 +9877 -0.0365370148980476567 +9878 -0.0365022098849612647 +9879 -0.0364378209195077504 +9880 -0.03643260021013002 +9881 -0.0364273795033833517 +9882 -0.0364256392683856012 +9883 -0.0364186783313174417 +9884 -0.0363699519026964915 +9885 -0.0363142648358218204 +9886 -0.0363020833297297701 +9887 -0.0362933822626878913 +9888 -0.0362655388970657272 +9889 -0.036255097654164431 +9890 -0.0362411760132516358 +9891 -0.0362237739882792509 +9892 -0.0361889700255099214 +9893 -0.0361854896356224864 +9894 -0.0361785288593314408 +9895 -0.0361611269389206166 +9896 -0.0361402446727228516 +9897 -0.0360984802655648293 +9898 -0.036075857948020304 +9899 -0.0360514955069057563 +9900 -0.035973188044241329 +9901 -0.0359488258417789419 +9902 -0.0359453455317570031 +9903 -0.035936644761748536 +9904 -0.0358774797167535214 +9905 -0.035868779002919772 +9906 -0.0358061340755818636 +9907 -0.0357887327729749932 +9908 -0.0357365290373708386 +9909 -0.0357069470350891913 +9910 -0.0357017266903412109 +9911 -0.0356930261214894115 +9912 -0.0356704046759730303 +9913 -0.035632122339872542 +9914 -0.0355973203362088889 +9915 -0.0355764391888484105 +9916 -0.0355642585385362378 +9917 -0.0355416373678999614 +9918 -0.0355346770173999987 +9919 -0.0355242365002017696 +9920 -0.0355103158265629784 +9921 -0.0355033554965811168 +9922 -0.0354737741449871191 +9923 -0.0354494130936665666 +9924 -0.0354198318919945049 +9925 -0.0354024312234924934 +9926 -0.0353711100917486754 +9927 -0.0353624097936946907 +9928 -0.0353397890519404831 +9929 -0.0353293487257537869 +9930 -0.035304988004324106 +9931 -0.0353032479549180295 +9932 -0.0352928076644283273 +9933 -0.0352684470262506003 +9934 -0.0352632268967139825 +9935 -0.0352527866452784708 +9936 -0.0352075456733289827 +9937 -0.0351971054761553784 +9938 -0.0351518647391547839 +9939 -0.0351048841755637331 +9940 -0.0350961840937315667 +9941 -0.0350596438268750282 +9942 -0.0350387637300794835 +9943 -0.0350231036840452647 +9944 -0.0350022236580636789 +9945 -0.0349935236591723681 +9946 -0.0349709036948933905 +9947 -0.0349187039582129002 +9948 -0.0349152239847350387 +9949 -0.034876944350393381 +9950 -0.034835184903719292 +9951 -0.0348317049570976978 +9952 -0.0347969055523305801 +9953 -0.0347899456847786462 +9954 -0.0347847257870449039 +9955 -0.0347621062592119723 +9956 -0.0346959879094753468 +9957 -0.0346577090486229963 +9958 -0.0346472693826577055 +9959 -0.0346368297266972797 +9960 -0.0346316099024680385 +9961 -0.0346298699616138864 +9962 -0.0345933312678204652 +9963 -0.0345846315968630358 +9964 -0.0345393934196406502 +9965 -0.0345376534934891677 +9966 -0.0345011151082800435 +9967 -0.0344697965895258002 +9968 -0.0344384781603518444 +9969 -0.0344280387038531921 +9970 -0.0344245588872295546 +9971 -0.034414119443985286 +9972 -0.0343567026836881298 +9973 -0.0343480032007440067 +9974 -0.0343445234094948634 +9975 -0.0343184250102417446 +9976 -0.0343166851191607572 +9977 -0.0342523093425481095 +9978 -0.0342192516575154232 +9979 -0.0341705352496151776 +9980 -0.0341322582227332263 +9981 -0.0341270386384278437 +9982 -0.0341096400418660073 +9983 -0.0340731030781195529 +9984 -0.0340417857765505233 +9985 -0.0340313466956898014 +9986 -0.0339634929094720234 +9987 -0.0339269564270203508 +9988 -0.033900859013031269 +9989 -0.0338991191876076986 +9990 -0.0338921598886321312 +9991 -0.0338782413037275951 +9992 -0.0338277865791703769 +9993 -0.0337964699683677983 +9994 -0.033773852470743819 +9995 -0.0337703728597886152 +9996 -0.0337355768098034706 +9997 -0.0337286176127971765 +9998 -0.0337199186226255915 +9999 -0.0336764237731465785 +10000 -0.033657286092866022 +10001 -0.0336555463053693354 +10002 -0.0336538065181428286 +10003 -0.0336242301765741422 +10004 -0.0336103119251599386 +10005 -0.0335876948034024986 +10006 -0.0335772561471781444 +10007 -0.0335615981810177197 +10008 -0.0335442004664093935 +10009 -0.0335372413880994369 +10010 -0.0335268027787032075 +10011 -0.0334398147432133225 +10012 -0.0334363352357507984 +10013 -0.0334328557293608816 +10014 -0.0334258967197983703 +10015 -0.0333528273781736606 +10016 -0.0333423889393398495 +10017 -0.0332814982379016425 +10018 -0.0332519228723545321 +10019 -0.0332258270255799612 +10020 -0.0331962518050419805 +10021 -0.0331753752251057327 +10022 -0.0331684163736417556 +10023 -0.0331440604270269723 +10024 -0.0330918692882290547 +10025 -0.0330222814746261376 +10026 -0.0330135830277358128 +10027 -0.0330048845874642768 +10028 -0.0329666115288539258 +10029 -0.0329596528046762344 +10030 -0.0329039831634222388 +10031 -0.0328900657953446335 +10032 -0.0328726691089842732 +10033 -0.0328552724489848888 +10034 -0.0328413551399559175 +10035 -0.0328256981874446643 +10036 -0.0328135205724552625 +10037 -0.0327787274578006591 +10038 -0.0327735084996737119 +10039 -0.032759591289564273 +10040 -0.0327508930417841695 +10041 -0.0327439344482872915 +10042 -0.0327300172738962947 +10043 -0.0327161001163027987 +10044 -0.0327091415438029096 +10045 -0.0326847865730959877 +10046 -0.0326639109248070408 +10047 -0.0326360767857562101 +10048 -0.0325612728688678896 +10049 -0.032535178592891574 +10050 -0.0325282201292135739 +10051 -0.0324655941438056483 +10052 -0.032453416908065226 +10053 -0.0323925309205377876 +10054 -0.0323768745751979448 +10055 -0.0323194681554540841 +10056 -0.0322951140020652852 +10057 -0.0322829369444067107 +10058 -0.0322777182092932879 +10059 -0.032256843292129446 +10060 -0.0322359684122109011 +10061 -0.0322203122766998376 +10062 -0.0321994374619024026 +10063 -0.0321524692645064336 +10064 -0.03213507368355039 +10065 -0.0321281154583834411 +10066 -0.032117678128361131 +10067 -0.0321089803604246438 +10068 -0.0320915848438591694 +10069 -0.0320898452936181564 +10070 -0.0320376589059692546 +10071 -0.0320063471843775108 +10072 -0.0319906913547674462 +10073 -0.0319506821068001115 +10074 -0.0319472030481665059 +10075 -0.0319332868238770828 +10076 -0.0319228496664141492 +10077 -0.0319176310911383487 +10078 -0.0318915382493003205 +10079 -0.0318724035351878252 +10080 -0.0318567478830053194 +10081 -0.0318428317651012274 +10082 -0.0318341341997094435 +10083 -0.0317923859746223822 +10084 -0.0317836884462165403 +10085 -0.0317349824048286169 +10086 -0.0316827975818438426 +10087 -0.0316445288569785835 +10088 -0.0316201760960104078 +10089 -0.0316027812971720334 +10090 -0.0315888654763454985 +10091 -0.0315610338833127585 +10092 -0.0315540759951786695 +10093 -0.0315036314272049284 +10094 -0.0315018919631344582 +10095 -0.0314236163411587902 +10096 -0.0314218768886919339 +10097 -0.0314131796301364494 +10098 -0.0313801301050329814 +10099 -0.0313696934317686249 +10100 -0.0313488201123993324 +10101 -0.0312966369722646603 +10102 -0.0312827215063834832 +10103 -0.0312427146313614852 +10104 -0.0312235809553752276 +10105 -0.0312131444176052264 +10106 -0.031171398356582336 +10107 -0.0311435677292159242 +10108 -0.0311261736195743571 +10109 -0.0311226948006410493 +10110 -0.0310879066661822294 +10111 -0.031056597430410799 +10112 -0.0310531186314172737 +10113 -0.0310322458583647716 +10114 -0.0310252882753096031 +10115 -0.0310200700906300558 +10116 -0.0310096337279850039 +10117 -0.0310044155500188781 +10118 -0.0309313612932118412 +10119 -0.0309261431487619573 +10120 -0.0309244037677744686 +10121 -0.0309035312152589614 +10122 -0.0309000524599756105 +10123 -0.030833956297731533 +10124 -0.0308043870775981631 +10125 -0.0307539456314618806 +10126 -0.0307122011432018581 +10127 -0.0306878502572210006 +10128 -0.03065480270336517 +10129 -0.0306269732531419848 +10130 -0.0306147978884375553 +10131 -0.030548703261185188 +10132 -0.0305069594683283034 +10133 -0.0305034808252846526 +10134 -0.0304826089875597575 +10135 -0.0304773910336276765 +10136 -0.0304565192398841625 +10137 -0.030413036449144077 +10138 -0.0303834682384913415 +10139 -0.0303573786993141213 +10140 -0.0303556393986496656 +10141 -0.0303173748455716902 +10142 -0.0303086783726459197 +10143 -0.0303051997851764565 +10144 -0.0302634568113054996 +10145 -0.030261717523761382 +10146 -0.0302530210896791163 +10147 -0.030239106807757675 +10148 -0.0302321496726148872 +10149 -0.0302251925413498726 +10150 -0.0302095390101757011 +10151 -0.0301956247767107347 +10152 -0.0301834498351370335 +10153 -0.0301590999875516533 +10154 -0.0301521428969465238 +10155 -0.0301277931102772942 +10156 -0.0301173575019116381 +10157 -0.030023437417361392 +10158 -0.03001474114876828 +10159 -0.0300095233904997608 +10160 -0.0300077841382245594 +10161 -0.029932996517762829 +10162 -0.0299260395523841712 +10163 -0.0298634270365841781 +10164 -0.0298390778087026728 +10165 -0.029835599351404625 +10166 -0.02980429327875583 +10167 -0.0297729872835114824 +10168 -0.029755595097347827 +10169 -0.0297521166629775777 +10170 -0.0297260284355998494 +10171 -0.0296755913479795769 +10172 -0.0296060232794475298 +10173 -0.0296008056896251114 +10174 -0.0295955881019379606 +10175 -0.0295851529329683692 +10176 -0.0295834137389703287 +10177 -0.0295434123424303668 +10178 -0.029487758433855208 +10179 -0.0294721058156958669 +10180 -0.0294460181612800492 +10181 -0.0294390614624063553 +10182 -0.0294216697317379976 +10183 -0.0294042780246520329 +10184 -0.0293973213484174656 +10185 -0.0293625380237780009 +10186 -0.0293555813701503708 +10187 -0.029346885558409766 +10188 -0.0293347114318519286 +10189 -0.0293207981584643999 +10190 -0.0292999282765823432 +10191 -0.0292651452152505043 +10192 -0.0292460145715184028 +10193 -0.0292147099429476073 +10194 -0.0291781879721639582 +10195 -0.0291434052387325206 +10196 -0.0291155791192652773 +10197 -0.0291051443398700656 +10198 -0.0290929704411894835 +10199 -0.0290477532032288703 +10200 -0.0290321011190772874 +10201 -0.028972971193404428 +10202 -0.0289590583087490083 +10203 -0.028896450511520861 +10204 -0.0288773204111550628 +10205 -0.0288581903387940229 +10206 -0.0288564512426946543 +10207 -0.0288373212008630718 +10208 -0.0288025393782587909 +10209 -0.0287347150896633124 +10210 -0.028708628918134603 +10211 -0.0286947163144904982 +10212 -0.0286877600181881381 +10213 -0.0286738474366188961 +10214 -0.0286460223175962654 +10215 -0.02863037071397799 +10216 -0.0286199363218920082 +10217 -0.0285955894391317911 +10218 -0.0285868941347483252 +10219 -0.0285729816596476081 +10220 -0.0285521129744736694 +10221 -0.0285329833753451834 +10222 -0.0285260271643415532 +10223 -0.0284999414056484393 +10224 -0.0284860290220287533 +10225 -0.0284721166530200707 +10226 -0.0284634214298060718 +10227 -0.0284547262122950839 +10228 -0.0284425529173571862 +10229 -0.0284373357943746817 +10230 -0.0284095111731004074 +10231 -0.0283712524140075813 +10232 -0.0283642962878183774 +10233 -0.0283121254572706732 +10234 -0.0282634328663418991 +10235 -0.0282547377795145695 +10236 -0.0282234355137958928 +10237 -0.0281956113391264446 +10238 -0.0281764822525999194 +10239 -0.0281695262279110618 +10240 -0.0281312681566624895 +10241 -0.0280825762237737336 +10242 -0.028002582716924157 +10243 -0.0279956267822674028 +10244 -0.0279886708512000412 +10245 -0.0279573692057954598 +10246 -0.0279486743171803304 +10247 -0.0279434573866989729 +10248 -0.0279295455819341988 +10249 -0.027863464704799671 +10250 -0.0278217295801544348 +10251 -0.0278043399827988778 +10252 -0.0277904283209578391 +10253 -0.0277886893642299709 +10254 -0.0277660829470280021 +10255 -0.0277521713243654156 +10256 -0.0277173923299641155 +10257 -0.0277069586489738055 +10258 -0.0277017418114762735 +10259 -0.0276687018870389392 +10260 -0.0276374009798287142 +10261 -0.0276304452324186781 +10262 -0.0276130558793904295 +10263 -0.0275956665484899596 +10264 -0.0275887108223223723 +10265 -0.027526109445885228 +10266 -0.0274982867037121582 +10267 -0.0274826364360333635 +10268 -0.0274774196841049353 +10269 -0.0274096020892318319 +10270 -0.0273835184878958443 +10271 -0.0273313514332929886 +10272 -0.0272913568249384605 +10273 -0.0272861401454246727 +10274 -0.027260056777366197 +10275 -0.0272304956863127501 +10276 -0.0272165846064648005 +10277 -0.0272061513057389563 +10278 -0.0271922402503122773 +10279 -0.0271279018002479055 +10280 -0.0270809523083245587 +10281 -0.0270600859182637335 +10282 -0.0270583470538351585 +10283 -0.027056608189623254 +10284 -0.0270287863917096187 +10285 -0.0269922703660798423 +10286 -0.0269348882327513015 +10287 -0.0269088055226016747 +10288 -0.0268931559198013828 +10289 -0.0268827228609654426 +10290 -0.0268479460541675846 +10291 -0.0268409907031377237 +10292 -0.0268218635055458426 +10293 -0.0268166470016257402 +10294 -0.0268044751666655125 +10295 -0.0267888256800368485 +10296 -0.0267749150398524059 +10297 -0.0267627432409546125 +10298 -0.0267523102788342036 +10299 -0.0267436161496287621 +10300 -0.026734922025780393 +10301 -0.026705362044744569 +10302 -0.026691451486835667 +10303 -0.0266705856756341876 +10304 -0.02660103319374214 +10305 -0.0265871227383154794 +10306 -0.0265836451265893982 +10307 -0.0265801675157152396 +10308 -0.0265071378839745256 +10309 -0.0265036602918163264 +10310 -0.0264393249899875019 +10311 -0.0264132431935258684 +10312 -0.0264080268399491426 +10313 -0.0263767287584658998 +10314 -0.0263436919689617882 +10315 -0.0263297817646035749 +10316 -0.0263019613963844621 +10317 -0.0262880512325092443 +10318 -0.0262532758817809256 +10319 -0.026220239376523919 +10320 -0.026204590532088741 +10321 -0.026183725432627869 +10322 -0.0261732928942273319 +10323 -0.0261715541385612628 +10324 -0.0261593828547695383 +10325 -0.0261524278400712858 +10326 -0.0261211303154043166 +10327 -0.0261141753191342467 +10328 -0.0260654904389273911 +10329 -0.0260481030214056476 +10330 -0.0260168057224487229 +10331 -0.0260133282489571939 +10332 -0.0259959408940027802 +10333 -0.0259768148276084687 +10334 -0.0259750760955488914 +10335 -0.0259316078616598014 +10336 -0.0259124818798982144 +10337 -0.0259037882601301818 +10338 -0.0258916172011711375 +10339 -0.0258394556349876708 +10340 -0.0258220684876826687 +10341 -0.0257872942551229771 +10342 -0.0257455652851270728 +10343 -0.0257194847392249668 +10344 -0.025689926843247262 +10345 -0.0256760172657262489 +10346 -0.0256238564672171959 +10347 -0.0256047308874097386 +10348 -0.025547354296840772 +10349 -0.0255351835335731921 +10350 -0.0254673751787387811 +10351 -0.025453465811003901 +10352 -0.0254291244488671214 +10353 -0.0254273857816714466 +10354 -0.0254117377860756666 +10355 -0.0253787031828477012 +10356 -0.0253595779197958206 +10357 -0.0253108955429122949 +10358 -0.0252830771132320185 +10359 -0.0252656906210169466 +10360 -0.0252604746773001342 +10361 -0.0252500427953300452 +10362 -0.0251996221350797196 +10363 -0.0251961448544280216 +10364 -0.0251613720923007447 +10365 -0.0251492016446104201 +10366 -0.0250987813235815996 +10367 -0.0250761791656190745 +10368 -0.0250709632878346432 +10369 -0.025062270162210968 +10370 -0.0250500997947697528 +10371 -0.0250466225487357037 +10372 -0.025030974951513435 +10373 -0.0249840322572608443 +10374 -0.0249440441513266963 +10375 -0.0249388283192189877 +10376 -0.0249353510988129454 +10377 -0.0248831928885421966 +10378 -0.0248379892514390653 +10379 -0.0248206032729975136 +10380 -0.0247962629365806077 +10381 -0.0247649682755329906 +10382 -0.0247441052038830135 +10383 -0.0247093334812182319 +10384 -0.0247023791461900809 +10385 -0.0246571760456421665 +10386 -0.0246554374675200805 +10387 -0.0246502217343385795 +10388 -0.0245772016562315031 +10389 -0.0245737245183259567 +10390 -0.0245615545418564861 +10391 -0.0245580774074933041 +10392 -0.0245285217971666809 +10393 -0.0245215675441684301 +10394 -0.0245111361705637049 +10395 -0.0245041819254211805 +10396 -0.0244381167530825782 +10397 -0.0244311625408726307 +10398 -0.0243946529781233976 +10399 -0.0243790060490477571 +10400 -0.0243616205908490056 +10401 -0.0243581435015515282 +10402 -0.0243529278690687093 +10403 -0.0243268497329823634 +10404 -0.0243094643332863146 +10405 -0.0242851248064234297 +10406 -0.0242816477342707102 +10407 -0.0242746935922993796 +10408 -0.0242433999919162424 +10409 -0.0242016752892677545 +10410 -0.0241877670798757438 +10411 -0.0241703818355726088 +10412 -0.0241651662660577748 +10413 -0.0241616892206824377 +10414 -0.0241599506982851236 +10415 -0.0240660707758517355 +10416 -0.0240556397080989269 +10417 -0.02404868566678443 +10418 -0.0239791454230104222 +10419 -0.0239565449099976777 +10420 -0.02390265150978289 +10421 -0.0238644046922454368 +10422 -0.0238539737580712313 +10423 -0.0238000807076843013 +10424 -0.0237792189309356042 +10425 -0.0237635726163751594 +10426 -0.0237148952918511922 +10427 -0.0237009875122112385 +10428 -0.0236488334467139724 +10429 -0.0236384026540843277 +10430 -0.0236314487961183893 +10431 -0.0236297103321001234 +10432 -0.0236279718682710811 +10433 -0.0235949410914631993 +10434 -0.0235653872963641764 +10435 -0.023508018320362277 +10436 -0.0235062798697475116 +10437 -0.0234628186655344677 +10438 -0.0234576033289263484 +10439 -0.0234506495494124188 +10440 -0.0234350035564931981 +10441 -0.0233950194214184275 +10442 -0.0233880656689205678 +10443 -0.0233776350457932242 +10444 -0.023370681300786636 +10445 -0.0233480816501955395 +10446 -0.0233254820312092243 +10447 -0.0233046208724774252 +10448 -0.0233011440153026751 +10449 -0.0232768060359763093 +10450 -0.0232594217874036342 +10451 -0.0232333454494710913 +10452 -0.0231725008237077118 +10453 -0.0231533782740243055 +10454 -0.0231446862134053188 +10455 -0.0230751498951462693 +10456 -0.0230090906667148494 +10457 -0.0229847531233617133 +10458 -0.022943031704395548 +10459 -0.0229082639361186564 +10460 -0.0229013103912739102 +10461 -0.0228978336199521272 +10462 -0.022871757858413614 +10463 -0.0228248215914789478 +10464 -0.0227552866260881809 +10465 -0.0227413796680306819 +10466 -0.0227396412990933557 +10467 -0.0227274727216301153 +10468 -0.0227153041530863478 +10469 -0.0226927054065808528 +10470 -0.0226787985009231641 +10471 -0.0226370778536699215 +10472 -0.0226179559252577995 +10473 -0.0225884038971819363 +10474 -0.0225744970785356804 +10475 -0.022564066972144893 +10476 -0.022546683475949493 +10477 -0.0225432067788778057 +10478 -0.0225119165377174607 +10479 -0.0225014864703161413 +10480 -0.0224858413813775158 +10481 -0.0224841030390627583 +10482 -0.0224667196258167938 +10483 -0.0224632429453272796 +10484 -0.0224562895865069063 +10485 -0.0224493362305642867 +10486 -0.0224076161552878329 +10487 -0.0223919711537192666 +10488 -0.022353727877684245 +10489 -0.0222894098360483031 +10490 -0.0222581200663617834 +10491 -0.0222407368859419662 +10492 -0.0222250920387939838 +10493 -0.0221990173255812127 +10494 -0.0221938023877403003 +10495 -0.0221712043422439102 +10496 -0.0221155785118801462 +10497 -0.0221051486888918687 +10498 -0.022046046478918585 +10499 -0.0220321401062539869 +10500 -0.0220234486290734922 +10501 -0.0219956359317186878 +10502 -0.0219904210559868016 +10503 -0.0219799913092776147 +10504 -0.0219487021071597919 +10505 -0.0219191512463435823 +10506 -0.0218809090311719648 +10507 -0.0218513582866363479 +10508 -0.0218304989680059187 +10509 -0.0218270224173490179 +10510 -0.0218218075926746788 +10511 -0.0218200693181328578 +10512 -0.0217661828939377244 +10513 -0.0217627063561980361 +10514 -0.0217296792824245993 +10515 -0.0217192496932362561 +10516 -0.02166536358211529 +10517 -0.0216462427440761718 +10518 -0.0216358132048967665 +10519 -0.0216149541452477292 +10520 -0.0216097393842311428 +10521 -0.0216010481193310358 +10522 -0.0215836656025031291 +10523 -0.0215454241263043494 +10524 -0.021541947632611351 +10525 -0.0215106592204126722 +10526 -0.021507182733615033 +10527 -0.0214480825633718564 +10528 -0.0214063649157180402 +10529 -0.0213802914360882723 +10530 -0.0213629091377398328 +10531 -0.0213281445923519004 +10532 -0.0213125005692229447 +10533 -0.0212673068022475528 +10534 -0.0212255895810763706 +10535 -0.0212221131504006823 +10536 -0.0211456318473247536 +10537 -0.0211212969560606381 +10538 -0.021093485692349364 +10539 -0.0210882710852193268 +10540 -0.0210726272729466063 +10541 -0.0210065757716986906 +10542 -0.0209613827792686502 +10543 -0.0209474772659758064 +10544 -0.0209266190161632587 +10545 -0.0209214044574815329 +10546 -0.0208953316866823252 +10547 -0.0208501389731201373 +10548 -0.0208466626152164457 +10549 -0.0208414480796128843 +10550 -0.0208118990728868025 +10551 -0.0207806119417890435 +10552 -0.0207667065675008616 +10553 -0.0207562775437694462 +10554 -0.0207388958508454117 +10555 -0.0207284668430632625 +10556 -0.0207180378412566112 +10557 -0.0206276534087888527 +10558 -0.0206241770933953232 +10559 -0.0206224389359462197 +10560 -0.0206189626215435122 +10561 -0.0206137481511775786 +10562 -0.0205772469001918069 +10563 -0.0205424838715731368 +10564 -0.0205233642338861627 +10565 -0.0204677435827045166 +10566 -0.0204538384461498794 +10567 -0.0204312426216018105 +10568 -0.020415599374651202 +10569 -0.0203860510554202887 +10570 -0.0203634553137257354 +10571 -0.0203460739927139034 +10572 -0.0203286926879938275 +10573 -0.0202678582495696563 +10574 -0.0202105002468695241 +10575 -0.020196595303077311 +10576 -0.0201913809518237848 +10577 -0.0201548805337714854 +10578 -0.0201322850725559367 +10579 -0.0200749274855987619 +10580 -0.0200714512738383588 +10581 -0.0200262605794136288 +10582 -0.0200245224779483436 +10583 -0.0200123557721791495 +10584 -0.0199810699933871717 +10585 -0.0199532604557582163 +10586 -0.0199306652365533396 +10587 -0.0199289271438858016 +10588 -0.0199028557730140769 +10589 -0.0198924272347078372 +10590 -0.0198767844379988366 +10591 -0.0198680940009536566 +10592 -0.0198663559140219541 +10593 -0.0198420227136738916 +10594 -0.0198211657095899094 +10595 -0.0197898802463074598 +10596 -0.0197377379215514133 +10597 -0.0197168810314956311 +10598 -0.0197134048853638798 +10599 -0.0196404059622709952 +10600 -0.0196369298300035668 +10601 -0.0195726214963804213 +10602 -0.0195500267274268287 +10603 -0.0195274319849271828 +10604 -0.0195030992148617355 +10605 -0.0194666001171388929 +10606 -0.0194596479158459131 +10607 -0.0194353152309463539 +10608 -0.0194318391355944968 +10609 -0.0193901260398797667 +10610 -0.0193327706792452911 +10611 -0.0193206044123134212 +10612 -0.0193049620802523206 +10613 -0.0192997479723480518 +10614 -0.0192893197607112085 +10615 -0.0192580351591481631 +10616 -0.0192371787858654775 +10617 -0.0192024182130031904 +10618 -0.0191815618988117366 +10619 -0.0191537535142871224 +10620 -0.01912594516902133 +10621 -0.0191120410110924843 +10622 -0.0191033509173605641 +10623 -0.0190651145503429667 +10624 -0.0190286162689285929 +10625 -0.01901471217940277 +10626 -0.0189695239556965725 +10627 -0.018955619907530568 +10628 -0.0189139078212818938 +10629 -0.0188617678361074417 +10630 -0.0188530778518021767 +10631 -0.0188200559458422435 +10632 -0.0187992000332682825 +10633 -0.0187818201226804364 +10634 -0.0187574882731168305 +10635 -0.0187314184669610528 +10636 -0.0186775409744464604 +10637 -0.0186688510697679971 +10638 -0.018601069941382109 +10639 -0.0185906420956017636 +10640 -0.0185871661481992051 +10641 -0.0185558826483486587 +10642 -0.0185419788860923702 +10643 -0.0185124334228341722 +10644 -0.0184724602171786531 +10645 -0.0184446528159183526 +10646 -0.0184133695346841396 +10647 -0.0183890381267497773 +10648 -0.0183873001701448657 +10649 -0.0183838242573764847 +10650 -0.0183473272088317541 +10651 -0.0183299476846812796 +10652 -0.0183195199772356702 +10653 -0.0182917127831857887 +10654 -0.0182830230427361955 +10655 -0.018225670847461909 +10656 -0.018210029367258386 +10657 -0.0181996017203504175 +10658 -0.0181961258392134978 +10659 -0.018194387898863601 +10660 -0.0181770085033734277 +10661 -0.0181735326260221743 +10662 -0.0181578911851415607 +10663 -0.018152677374131905 +10664 -0.0181492015008520059 +10665 -0.0181474635644301129 +10666 -0.0181040152010628272 +10667 -0.01810053933590966 +10668 -0.0180988014035504234 +10669 -0.0180709945054990453 +10670 -0.0180692565756011246 +10671 -0.0180066911955107829 +10672 -0.0179684568885802344 +10673 -0.0179336984881550872 +10674 -0.0179232709792312463 +10675 -0.0178850368240152588 +10676 -0.0178746093391716279 +10677 -0.0178607060340597694 +10678 -0.0178259478113005146 +10679 -0.017787713832192225 +10680 -0.0177825001131117176 +10681 -0.0177077702802340836 +10682 -0.0177042944804414494 +10683 -0.0176782260000604811 +10684 -0.0176747502050832173 +10685 -0.0176521575515221144 +10686 -0.0176486817607870612 +10687 -0.0176347786034971379 +10688 -0.0176278270282407938 +10689 -0.0175687387296353664 +10690 -0.0175218157848266304 +10691 -0.0175096505936164007 +10692 -0.01748532023179648 +10693 -0.0174783687048886763 +10694 -0.0174019020564647256 +10695 -0.0173254356777415887 +10696 -0.0173184842020993671 +10697 -0.0173011055226966783 +10698 -0.0172906783217038999 +10699 -0.0172889404553563421 +10700 -0.0172854647230763214 +10701 -0.0171829308693467256 +10702 -0.0171725037246518962 +10703 -0.017099513850188628 +10704 -0.0170838731942537375 +10705 -0.0170265242171895904 +10706 -0.0169917673336638479 +10707 -0.0169709132296714665 +10708 -0.0169396321103558976 +10709 -0.0169205158924080785 +10710 -0.0169066131987412362 +10711 -0.0168874970090907538 +10712 -0.0168857591744794311 +10713 -0.0168284107080514181 +10714 -0.0167658489119699126 +10715 -0.0167554219628843898 +10716 -0.016748470666176702 +10717 -0.016708500751709255 +10718 -0.0166355123946959997 +10719 -0.0166302989496245716 +10720 -0.0166094451813159662 +10721 -0.0165833779978511626 +10722 -0.0165677377021119406 +10723 -0.0165225546858394738 +10724 -0.0165121278486362495 +10725 -0.0165051766264779701 +10726 -0.0164374023210807248 +10727 -0.0164321889212732074 +10728 -0.0164287133220592657 +10729 -0.0164269755226494514 +10730 -0.0164252377233713442 +10731 -0.0164009085472750712 +10732 -0.0163765793969107044 +10733 -0.0163400857195280975 +10734 -0.0162966409406991447 +10735 -0.0162740496879429895 +10736 -0.0162670985376793149 +10737 -0.0162549340297304112 +10738 -0.0161993249316557293 +10739 -0.0161923738037419891 +10740 -0.0161784715541350051 +10741 -0.0161298137457332978 +10742 -0.0161089604302801712 +10743 -0.0160568272228306316 +10744 -0.0160255473539090525 +10745 -0.0160185962775735123 +10746 -0.0160151207401750574 +10747 -0.0159925297595795608 +10748 -0.0159490856269059456 +10749 -0.0158795751805014124 +10750 -0.0158621976007121031 +10751 -0.0158535088155795055 +10752 -0.0158448200336194084 +10753 -0.0158222292153577075 +10754 -0.0158170159526457507 +10755 -0.0157892119040832224 +10756 -0.0157614078878749141 +10757 -0.0157388171484894208 +10758 -0.0156814715209821626 +10759 -0.0156710450579540667 +10760 -0.0156571431142738943 +10761 -0.0156223882901486526 +10762 -0.0156084863745100371 +10763 -0.0155876335160420772 +10764 -0.0155858957786478344 +10765 -0.0155737316203797341 +10766 -0.0155667806755408495 +10767 -0.0155580919972954715 +10768 -0.0155459278529819188 +10769 -0.0155250750483416668 +10770 -0.0155129109205666468 +10771 -0.0154677299277763414 +10772 -0.0154103849420370986 +10773 -0.0153756304706319062 +10774 -0.0153513023699453546 +10775 -0.0153321874505887457 +10776 -0.0153148102640597843 +10777 -0.0152852690750857109 +10778 -0.0152331376513424877 +10779 -0.0152261868031426748 +10780 -0.0151445144826190588 +10781 -0.0151427767765860994 +10782 -0.0151097603849725953 +10783 -0.015097596462230729 +10784 -0.0150697932324766731 +10785 -0.0150020229891999878 +10786 -0.0149690067830474411 +10787 -0.0149446790798799974 +10788 -0.014941203695627946 +10789 -0.0148960237438414324 +10790 -0.0148873353008222888 +10791 -0.0148699584237191908 +10792 -0.0148473685012762528 +10793 -0.0148404177599511713 +10794 -0.0147795988543257695 +10795 -0.0147535336534526714 +10796 -0.0147465829377091441 +10797 -0.0147326815118864023 +10798 -0.014730943834189306 +10799 -0.0147222554474722277 +10800 -0.0147153047402196844 +10801 -0.0147100917110170436 +10802 -0.0146701251889721322 +10803 -0.014649273115182132 +10804 -0.0146249457170983255 +10805 -0.0146127820266622622 +10806 -0.0145589143235537784 +10807 -0.0145241610261636171 +10808 -0.0144807194698022643 +10809 -0.0144772441484254995 +10810 -0.0144355403280247291 +10811 -0.0144303273551577363 +10812 -0.0144094754740811647 +10813 -0.0143781976835972679 +10814 -0.0143434446267858666 +10815 -0.0143364940209374722 +10816 -0.0143000033703333512 +10817 -0.0142635127702024425 +10818 -0.0142287598645039169 +10819 -0.0142218092888342276 +10820 -0.0142044328576254025 +10821 -0.0142026952151300869 +10822 -0.0141905317208444633 +10823 -0.0141766305913323017 +10824 -0.0141245014202777339 +10825 -0.0140862734261877898 +10826 -0.0140758476190941898 +10827 -0.0140654218160561374 +10828 -0.0140376196944260508 +10829 -0.014028931537317782 +10830 -0.0140132928615952432 +10831 -0.0139698521433335547 +10832 -0.0139559511282587399 +10833 -0.0139507382494490646 +10834 -0.0138986095165589546 +10835 -0.013877758051455481 +10836 -0.0138742828088271979 +10837 -0.0138569066023459427 +10838 -0.0138464808837814729 +10839 -0.0138430056451466221 +10840 -0.0138360551692065167 +10841 -0.0137370110791438689 +10842 -0.0137317982422158428 +10843 -0.0137248477945169315 +10844 -0.0136501305925687388 +10845 -0.0136379673462826371 +10846 -0.0135788887974534252 +10847 -0.0135510871709197296 +10848 -0.0135458743690372828 +10849 -0.0135198103742529222 +10850 -0.0134867960158028318 +10851 -0.013471157649090371 +10852 -0.0134607320761341784 +10853 -0.0134398809418536571 +10854 -0.0133825404023746423 +10855 -0.0133425758529538245 +10856 -0.0133147744605960541 +10857 -0.0133112992884706332 +10858 -0.0133078241167712726 +10859 -0.0132991361893864783 +10860 -0.0132556965923408803 +10861 -0.0132470086808951486 +10862 -0.0131896685317451183 +10863 -0.0131827182184571217 +10864 -0.0131531794058051942 +10865 -0.0131392787986173119 +10866 -0.0131340660726573313 +10867 -0.0131166903262873984 +10868 -0.0130958394444989339 +10869 -0.0130645631501062637 +10870 -0.013031549320552711 +10871 -0.012991585261457014 +10872 -0.0129828974298070686 +10873 -0.0129811598637887184 +10874 -0.0129759471663572871 +10875 -0.0129533588216162645 +10876 -0.0129255578059820249 +10877 -0.0128838563321652909 +10878 -0.0128491051493607039 +10879 -0.0128247793458777584 +10880 -0.012814354007688291 +10881 -0.0128004535625113533 +10882 -0.0127761277992233923 +10883 -0.0127657024782368619 +10884 -0.0127518020559754426 +10885 -0.0127413767435659193 +10886 -0.0126805624942423392 +10887 -0.0126614494701577564 +10888 -0.0126214859139417244 +10889 -0.0126041104713934711 +10890 -0.0125780473264796473 +10891 -0.0125641469917892202 +10892 -0.0125432965018171631 +10893 -0.0125015955652136978 +10894 -0.012432094132173584 +10895 -0.0124129812660324374 +10896 -0.012400818539292929 +10897 -0.0123938684119111291 +10898 -0.012369542978566227 +10899 -0.0123347923931489897 +10900 -0.0122896166911195832 +10901 -0.0122652913406572379 +10902 -0.01223054087335982 +10903 -0.0122044780485856749 +10904 -0.0121888403642722489 +10905 -0.0121732026878597095 +10906 -0.012161040056105972 +10907 -0.0121262897059267044 +10908 -0.012119339640552439 +10909 -0.0121176021244513432 +10910 -0.0121123895767299237 +10911 -0.0120741642534044936 +10912 -0.0120637391733475121 +10913 -0.0120150888456530078 +10914 -0.011961226070766327 +10915 -0.0119525385350553789 +10916 -0.0119247384368411057 +10917 -0.0118969383630564592 +10918 -0.0118760883237155699 +10919 -0.0118656633091786638 +10920 -0.0118396007877852698 +10921 -0.0118326507856826232 +10922 -0.0117822633156925947 +10923 -0.011777050823328571 +10924 -0.0117701008348293102 +10925 -0.0116953885534583375 +10926 -0.0116884385826105785 +10927 -0.0116571637323025015 +10928 -0.0116467387889204136 +10929 -0.0116415263184878361 +10930 -0.0116206764451377564 +10931 -0.0115529144491077311 +10932 -0.0115181647621516343 +10933 -0.0114921025211358625 +10934 -0.0114886275572314532 +10935 -0.0114868900754173092 +10936 -0.0114382406218870684 +10937 -0.0114139159220517442 +10938 -0.0113965411474177668 +10939 -0.011327042139941219 +10940 -0.0113183547742220694 +10941 -0.011292292690643661 +10942 -0.0112818678629079024 +10943 -0.0112662306273972855 +10944 -0.0112575432774917814 +10945 -0.0111932569580727604 +10946 -0.0111741448327348745 +10947 -0.0111724073673319709 +10948 -0.0111046462862114288 +10949 -0.0110733719867148073 +10950 -0.011024723133422322 +10951 -0.0109795492601601104 +10952 -0.0109517499830736591 +10953 -0.0109239507284224872 +10954 -0.0109031013021226707 +10955 -0.0108926765936857208 +10956 -0.0108839893390520418 +10957 -0.0108127539330289211 +10958 -0.0107727926714422488 +10959 -0.0107623680020131913 +10960 -0.010750205891597751 +10961 -0.0107397812288823283 +10962 -0.0107189319127300592 +10963 -0.0106737584367400627 +10964 -0.0106251101425459231 +10965 -0.0106233727047021498 +10966 -0.0106146855167584628 +10967 -0.0105834116577304821 +10968 -0.0105729870441561395 +10969 -0.0105625624336274457 +10970 -0.0105399757879165463 +10971 -0.0105034896980181463 +10972 -0.0104930651077179086 +10973 -0.0104478919179742495 +10974 -0.0104235679161521783 +10975 -0.0104061936391476109 +10976 -0.0103957690769427898 +10977 -0.0103922942235400682 +10978 -0.0103905567969635754 +10979 -0.0103801322392496759 +10980 -0.0102845739324916134 +10981 -0.0102741494050379821 +10982 -0.0102706745632111761 +10983 -0.0102654623010875242 +10984 -0.0102498255191506103 +10985 -0.0101942281259971568 +10986 -0.0101855410408739511 +10987 -0.0101247315019664351 +10988 -0.0100934580634963432 +10989 -0.0100621846511943919 +10990 -0.0100274364458956249 +10991 -0.0100152745816292233 +10992 -0.0100083249466689488 +10993 -0.00998573864189263374 +10994 -0.00996662716378431644 +10995 -0.00993014164144906397 +10996 -0.00985890810347769993 +10997 -0.00985717070177309293 +10998 -0.0098536958986005091 +10999 -0.00984327149097449609 +11000 -0.00979636169170332825 +11001 -0.00979462429282945343 +11002 -0.00973729017387535249 +11003 -0.00972860319356922895 +11004 -0.009686905715159351 +11005 -0.00967821874611652505 +11006 -0.00965910742103491191 +11007 -0.00964347088928847219 +11008 -0.00961046045389274753 +11009 -0.00960003611164492003 +11010 -0.00957745004625764826 +11011 -0.00957223787916249708 +11012 -0.00955486399382172828 +11013 -0.0095461770540191792 +11014 -0.00953401534150336016 +11015 -0.00952011624606233578 +11016 -0.00949926761203980299 +11017 -0.00946799468152085232 +11018 -0.0093950246056262298 +11019 -0.00936896389642591365 +11020 -0.00935506485841901096 +11021 -0.00933942844638739958 +11022 -0.0092977313772016467 +11023 -0.00928383236367189522 +11024 -0.00922476160912374769 +11025 -0.00920738787404935463 +11026 -0.00915874145499006274 +11027 -0.00914484248868216616 +11028 -0.00912399404799891373 +11029 -0.00910662035546105052 +11030 -0.00910314561782834229 +11031 -0.00908750930208491146 +11032 -0.00904754985525311507 +11033 -0.00903017619467242315 +11034 -0.008957206898973313 +11035 -0.00894157063780701838 +11036 -0.00893635855203990699 +11037 -0.00891551021540294177 +11038 -0.00890334869044343696 +11039 -0.00887381357292233927 +11040 -0.00885991470119330479 +11041 -0.0088338543289246535 +11042 -0.00877304685539758919 +11043 -0.00874524918188981232 +11044 -0.00871745152629535731 +11045 -0.00868617918509266736 +11046 -0.00867228037401325536 +11047 -0.00866533097013935834 +11048 -0.00865490686640832049 +11049 -0.00865143216571868413 +11050 -0.00862537191936540298 +11051 -0.00861668517403405519 +11052 -0.00860799843042621068 +11053 -0.00855587800487816325 +11054 -0.00850549498541811055 +11055 -0.00848812154371974929 +11056 -0.00846727342264548197 +11057 -0.00843600125931864668 +11058 -0.00841341582163265128 +11059 -0.00840994113992231743 +11060 -0.00837345699819263926 +11061 -0.00832481152182470464 +11062 -0.0083213368469432069 +11063 -0.00823968206365449651 +11064 -0.00822752072544734835 +11065 -0.00819798606036370794 +11066 -0.00818929939777349181 +11067 -0.00817887540482721727 +11068 -0.00816497675122972166 +11069 -0.00809722087468487881 +11070 -0.00809374621701250407 +11071 -0.00806073698202901257 +11072 -0.00802946509668115739 +11073 -0.00802599044403999595 +11074 -0.00797387068518421935 +11075 -0.00795128547420096733 +11076 -0.00793912421120361589 +11077 -0.00789569115444584309 +11078 -0.00786789401885567251 +11079 -0.00786268205772835092 +11080 -0.00783141030284131325 +11081 -0.00782446102673750588 +11082 -0.00781751175163516304 +11083 -0.00780535052261396422 +11084 -0.00780187588631296031 +11085 -0.00780013856825604972 +11086 -0.00773064589701005864 +11087 -0.00772717126605294326 +11088 -0.00771674737466516297 +11089 -0.00771327274469656935 +11090 -0.00764378019701813464 +11091 -0.00761598320539543048 +11092 -0.00756560119780054757 +11093 -0.00752216847350437468 +11094 -0.00751695654912096743 +11095 -0.00748742232116118324 +11096 -0.00746310002878541098 +11097 -0.00743530313754165329 +11098 -0.0074248793072545817 +11099 -0.00736754827882339473 +11100 -0.0073553871598500669 +11101 -0.00731021731458604551 +11102 -0.00729631890862444 +11103 -0.00729110700735253591 +11104 -0.00728936970704518669 +11105 -0.00728242050639903247 +11106 -0.00725462371312822398 +11107 -0.00721640314663151046 +11108 -0.00716428423732448638 +11109 -0.00715733505332284085 +11110 -0.00712258914704064564 +11111 -0.00711042808523288782 +11112 -0.00707047033032297441 +11113 -0.00704441094107981659 +11114 -0.00702877531362414328 +11115 -0.00699055491011059838 +11116 -0.00696275827002107526 +11117 -0.00694885995532785496 +11118 -0.00693843622164340684 +11119 -0.00693496164419279103 +11120 -0.00693148706696411487 +11121 -0.00691758876026682835 +11122 -0.00682551256752809629 +11123 -0.00680987700292186304 +11124 -0.00679945329563697194 +11125 -0.00673169924588781169 +11126 -0.00672648739931064853 +11127 -0.006663945278057983 +11128 -0.0066344115226364981 +11129 -0.00662225056898431159 +11130 -0.00659792866946394031 +11131 -0.00655275945491847703 +11132 -0.00654928490142454856 +11133 -0.00652496303282925402 +11134 -0.0064971666241045254 +11135 -0.00647110750301180173 +11136 -0.00642420111436928839 +11137 -0.00639987929798995891 +11138 -0.00639293020944086028 +11139 -0.00638076930644856932 +11140 -0.00636513386341914979 +11141 -0.00633560026005449469 +11142 -0.00633038844921864335 +11143 -0.00627827036586884463 +11144 -0.0062678467546358578 +11145 -0.0062209405263842733 +11146 -0.00621572872549000163 +11147 -0.00619488152638453249 +11148 -0.00614971261944179635 +11149 -0.00614797535445591944 +11150 -0.00613233997179504775 +11151 -0.00611844185721085315 +11152 -0.00611496732905455944 +11153 -0.00610628100951976244 +11154 -0.00609585742769015466 +11155 -0.00608022205823690199 +11156 -0.0060750102692951162 +11157 -0.00607153574357712205 +11158 -0.00606979848079094129 +11159 -0.0060576376426468119 +11160 -0.00603852775893074737 +11161 -0.00600378253077448604 +11162 -0.00595166472453073896 +11163 -0.00593429213199152261 +11164 -0.00590649599379846572 +11165 -0.00588912341357450669 +11166 -0.00587175083806225004 +11167 -0.00583700570111723212 +11168 -0.00581963313965654701 +11169 -0.00576230371979552514 +11170 -0.00574666843220395917 +11171 -0.00567891556221164669 +11172 -0.0056632802943650468 +11173 -0.00564243327627664357 +11174 -0.00563548427169307305 +11175 -0.00562506076616993075 +11176 -0.00558684125975643809 +11177 -0.00551735130341763757 +11178 -0.00549476708285740172 +11179 -0.00548086910466888313 +11180 -0.00547565736357211348 +11181 -0.00547218286972656846 +11182 -0.00545481040312379914 +11183 -0.00543396344896008958 +11184 -0.00540616751980911581 +11185 -0.00539921853925366593 +11186 -0.00537142262393446989 +11187 -0.00535057569466792279 +11188 -0.00530888185460337992 +11189 -0.00527934873270450959 +11190 -0.00525502734736806466 +11191 -0.00522549424767689355 +11192 -0.00521159632259529833 +11193 -0.00520464736105560356 +11194 -0.00518553772025417709 +11195 -0.00518380048043042517 +11196 -0.00515253017068293719 +11197 -0.00514558121477792525 +11198 -0.00508998959117516313 +11199 -0.00504308419121407819 +11200 -0.00501702564840697442 +11201 -0.00500312776260552431 +11202 -0.00496838305929400877 +11203 -0.00494753624494615688 +11204 -0.00494406177644301364 +11205 -0.00490757986669080291 +11206 -0.00486067457957646467 +11207 -0.00485893734726632141 +11208 -0.0047772874723063536 +11209 -0.00475991516942670528 +11210 -0.00475644070930822047 +11211 -0.00473211949273434716 +11212 -0.00472517057507792094 +11213 -0.00470953551256090425 +11214 -0.00470258659686692126 +11215 -0.00462093688231430925 +11216 -0.0045966157065965357 +11217 -0.00457403176417065741 +11218 -0.00456360840821551893 +11219 -0.00455839673073113721 +11220 -0.00453755002407185085 +11221 -0.00448195883180506176 +11222 -0.00447500993536276322 +11223 -0.00440204655713307986 +11224 -0.00437425100087116686 +11225 -0.00436382766958571481 +11226 -0.00436035322610329925 +11227 -0.00434298101078220162 +11228 -0.00433950656813538328 +11229 -0.00433776934686405484 +11230 -0.00426133164508502027 +11231 -0.00425611998601696257 +11232 -0.00425264554680848412 +11233 -0.00424743388825097462 +11234 -0.00417620791845697229 +11235 -0.00415188686851174563 +11236 -0.00409977035478876605 +11237 -0.00405807716508260231 +11238 -0.00404765387058536857 +11239 -0.00401638399407658851 +11240 -0.00399553741552616509 +11241 -0.00397121641303337797 +11242 -0.00395905591412439809 +11243 -0.00389130459133905492 +11244 -0.00384092543334238609 +11245 -0.00382529052751042712 +11246 -0.00382181610432916728 +11247 -0.00378359745738320865 +11248 -0.00369847415980369305 +11249 -0.00369326253166423358 +11250 -0.00365504393340889116 +11251 -0.00364114626483282803 +11252 -0.00357860677920869346 +11253 -0.00357165794977500582 +11254 -0.00355776029227814188 +11255 -0.00350216968043565299 +11256 -0.00349522085598196267 +11257 -0.00347437438530179537 +11258 -0.00347089997391153079 +11259 -0.00346568835703443216 +11260 -0.00344831630257747207 +11261 -0.00335971886746322954 +11262 -0.00334234682961829285 +11263 -0.00333887242237054967 +11264 -0.00332671199784442947 +11265 -0.00330412835575213297 +11266 -0.00326243548975702329 +11267 -0.00326069828733479205 +11268 -0.0031964218159343861 +11269 -0.00316862659594223991 +11270 -0.00314778018520987368 +11271 -0.00312693377810404575 +11272 -0.00308871537441518431 +11273 -0.00308350377484213492 +11274 -0.00305744578029933057 +11275 -0.00302096459717487347 +11276 -0.00300532980767757559 +11277 -0.00292541869155533898 +11278 -0.002921944296335324 +11279 -0.00291152111123597944 +11280 -0.00289067474354989112 +11281 -0.00286982837919386039 +11282 -0.00285766800151459645 +11283 -0.00280034052174977849 +11284 -0.00274648745693117794 +11285 -0.00274475026164564852 +11286 -0.00272390391992803757 +11287 -0.00271869233498987783 +11288 -0.00268221124588273983 +11289 -0.00264051858419730176 +11290 -0.00263356980843801889 +11291 -0.00263009542068469741 +11292 -0.00261446067683501586 +11293 -0.00260577470876247183 +11294 -0.00260403751521038696 +11295 -0.00258840277417883959 +11296 -0.00257103084166600531 +11297 -0.00253281259735845714 +11298 -0.0024667992892967905 +11299 -0.00243726702917233546 +11300 -0.00241642073130457187 +11301 -0.00239731162737191533 +11302 -0.00236951657124383295 +11303 -0.00236256780797241758 +11304 -0.00234867028233571185 +11305 -0.00229308019174294993 +11306 -0.00227918267204772502 +11307 -0.00220622071262783657 +11308 -0.00219579757813341547 +11309 -0.00217147693343403827 +11310 -0.00215584223507059606 +11311 -0.00204987376024792648 +11312 -0.00202555313540596143 +11313 -0.00200296970089739335 +11314 -0.00200123251374013846 +11315 -0.00193174504042683669 +11316 -0.00190221287180793197 +11317 -0.00188310382387277047 +11318 -0.0018414113619528731 +11319 -0.00183793699051183952 +11320 -0.00180666765017611854 +11321 -0.00178582142589237621 +11322 -0.00177887268492281456 +11323 -0.0017580264633766593 +11324 -0.00174412898347252863 +11325 -0.00170938528760355632 +11326 -0.00170764810295458667 +11327 -0.00168159033485223096 +11328 -0.0016763787815964029 +11329 -0.00161731451970968361 +11330 -0.00157388492495419375 +11331 -0.00153914125482608162 +11332 -0.00153219252139514682 +11333 -0.00149397449100649102 +11334 -0.00147833984388663999 +11335 -0.00146791674633970823 +11336 -0.00143491027354907159 +11337 -0.00142101281256669441 +11338 -0.00138974352800571069 +11339 -0.00130809596842944883 +11340 -0.00128551260502975519 +11341 -0.00127856387818105167 +11342 -0.00125945488018784418 +11343 -0.00125424333549307727 +11344 -0.00123339715761299233 +11345 -0.0011413265553120147 +11346 -0.00112569192733688248 +11347 -0.00109094831221136397 +11348 -0.00108399958960863079 +11349 -0.00105099315912573956 +11350 -0.00104230725687540888 +11351 -0.00100582646968047011 +11352 -0.00100408928942736001 +11353 -0.000964134145795363042 +11354 -0.000931127725879682877 +11355 -0.00092939054595942859 +11356 -0.00090507002785063359 +11357 -0.000889435409818231594 +11358 -0.000885961050334026765 +11359 -0.00087380079236194742 +11360 -0.00086858925333630258 +11361 -0.00078520463717508945 +11362 -0.000781730278493122455 +11363 -0.000778255919836127563 +11364 -0.000774781561203988548 +11365 -0.000701820035486776629 +11366 -0.000680973887145832246 +11367 -0.000627121340837813067 +11368 -0.00060280083765855278 +11369 -0.000587166228973446075 +11370 -0.000571531620668953421 +11371 -0.000538525226563065168 +11372 -0.000521153440822292734 +11373 -0.000500307298482578788 +11374 -0.00048640987057772464 +11375 -0.000479461156719069453 +11376 -0.00042213426964544682 +11377 -0.000420397091309257661 +11378 -0.000364807386249416544 +11379 -0.00035264713868171768 +11380 -0.000347435604052462668 +11381 -0.000343961247646823725 +11382 -0.00030574332788744856 +11383 -0.000225833135678471921 +11384 -0.00022235877959197759 +11385 -0.00019108957512037629 +11386 -0.000180666507077184774 +11387 -0.000170243439086011382 +11388 -0.000165031905109087207 +11389 -0.000105967854110096421 +11390 -9.20704305084395571e-05 +11391 -8.68588966701944485e-05 +11392 -7.99101848956195929e-05 +11393 -5.55896937595331918e-05 +11394 -3.12692027106228253e-05 +11395 -2.08461351353560743e-05 +11396 -3.47435585530699967e-06 +11397 0 +11398 6.94871171057211356e-06 +11399 2.77948468513044932e-05 +11400 6.94871172528014426e-05 +11401 0.000112916565930930199 +11402 0.000132025523515305647 +11403 0.000138974235394869979 +11404 0.000152871659208356339 +11405 0.000211935711374605716 +11406 0.000213672889406611738 +11407 0.000277948477905467942 +11408 0.00030400614974596395 +11409 0.000333538178495732928 +11410 0.000350909960469292584 +11411 0.000389127881818486141 +11412 0.000390865060096408107 +11413 0.00039260223837717193 +11414 0.000416922734646836166 +11415 0.000548948298213387093 +11416 0.000555897012734609666 +11417 0.000564582905986352451 +11418 0.000590640586425824916 +11419 0.00060280083765856514 +11420 0.00062190980436069136 +11421 0.00066012773958962624 +11422 0.000674025171207849952 +11423 0.000710505930865969215 +11424 0.000729614901202842885 +11425 0.000738300797043057208 +11426 0.000753935409928500173 +11427 0.000790416175245119037 +11428 0.000792153354614578671 +11429 0.000819948225395204918 +11430 0.000833845661411737279 +11431 0.000840794379579699012 +11432 0.000842531559138272996 +11433 0.000846005918276088674 +11434 0.000858166175472142184 +11435 0.000866852073675070372 +11436 0.00088769823007264 +11437 0.000903332848040377576 +11438 0.000913755927010384181 +11439 0.000945025165510868953 +11440 0.00100756364994161328 +11441 0.00103883289603381806 +11442 0.00105967906158626235 +11443 0.00106315342262959652 +11444 0.00110484575783631554 +11445 0.00112221756566417263 +11446 0.00112916628904579774 +11447 0.00118301890022228136 +11448 0.00119517916850603854 +11449 0.00126987796984999847 +11450 0.00127335233315172751 +11451 0.00127856387818086779 +11452 0.00130635878656701733 +11453 0.00132025624175985054 +11454 0.0013549998827147333 +11455 0.00145054491803285547 +11456 0.0014766026609327194 +11457 0.00152524378816032771 +11458 0.00154956435534229684 +11459 0.00157388492495401659 +11460 0.00163989791216455892 +11461 0.00166769285977138118 +11462 0.00167290441282642237 +11463 0.0016902762572143259 +11464 0.00169548781079378809 +11465 0.00171633402633613891 +11466 0.00173023150446143426 +11467 0.00173718024385580475 +11468 0.00177192394418096725 +11469 0.00177366112934512657 +11470 0.00179624453777558709 +11471 0.00179971890851827153 +11472 0.00186225759184010619 +11473 0.00190221287180775155 +11474 0.00194564253308291118 +11475 0.0019873350170567061 +11476 0.00199775813947338649 +11477 0.00201513001144824596 +11478 0.00204466219751255973 +11479 0.00206550844934132302 +11480 0.00208635470354952756 +11481 0.00208809189150845889 +11482 0.00219579757813351652 +11483 0.00220622071262783787 +11484 0.00222011822627592647 +11485 0.00222359260486516743 +11486 0.00224965044656127858 +11487 0.00235214466363176024 +11488 0.00238862567180727833 +11489 0.00239731162737208446 +11490 0.00242510668840977212 +11491 0.00245985052169809008 +11492 0.00247201086520299753 +11493 0.00247374805721130514 +11494 0.00247722244128732597 +11495 0.00254497294674920762 +11496 0.00255018452536458695 +11497 0.00257103084166609899 +11498 0.00258840277417881313 +11499 0.0025901399675438766 +11500 0.00259187716092955768 +11501 0.00260230032167935296 +11502 0.0026179350642104365 +11503 0.00269610880251506917 +11504 0.00269784599719106663 +11505 0.00270479477611077846 +11506 0.00272390391992806272 +11507 0.00277949417154689906 +11508 0.00279686612982589121 +11509 0.00285245641142386911 +11510 0.0028837259550623588 +11511 0.00291152111123599983 +11512 0.0029462650648450499 +11513 0.00296016264892234697 +11514 0.00299316941719320615 +11515 0.00311824777620780874 +11516 0.00312693377810401713 +11517 0.00313040817903744795 +11518 0.00313388258007131059 +11519 0.00314256858309431165 +11520 0.00325374947790672006 +11521 0.00328675632641478241 +11522 0.00330065394967362811 +11523 0.00331802598112439446 +11524 0.00335277005200346635 +11525 0.00337361649967377053 +11526 0.00339446295123063376 +11527 0.0034048861784739216 +11528 0.00342225822606024525 +11529 0.00344657909728370449 +11530 0.00346047674040686785 +11531 0.00346395115146429233 +11532 0.00347437438530184134 +11533 0.00348653482604391416 +11534 0.00351085571163325515 +11535 0.00355776029227817658 +11536 0.00359250443945134234 +11537 0.00361335093326647754 +11538 0.00362377418173365218 +11539 0.00363940905639203657 +11540 0.00366894160385648283 +11541 0.00369152532234343642 +11542 0.00369673695039424762 +11543 0.00372800672430193296 +11544 0.0037592765078730871 +11545 0.00378359745738323294 +11546 0.0038357137977889917 +11547 0.00387566967745058347 +11548 0.00387740688998069061 +11549 0.00389825344276496875 +11550 0.00394689541676773725 +11551 0.00401812120916435721 +11552 0.00403028171567929548 +11553 0.00404070500823521667 +11554 0.00404765387058551775 +11555 0.00410845643834914769 +11556 0.00413972634598302851 +11557 0.0041553613038186523 +11558 0.00419010566422036834 +11559 0.00421268950566507355 +11560 0.00423353613359182031 +11561 0.00423874779133452326 +11562 0.00427001774421365866 +11563 0.00427349218410431799 +11564 0.00429955048765027006 +11565 0.00432213435698221987 +11566 0.0043290832410277846 +11567 0.00433255768325820079 +11568 0.00437077655696941486 +11569 0.00438467433341639505 +11570 0.00442984212241086077 +11571 0.00448890772882104463 +11572 0.00449759385089911184 +11573 0.00452191499750925936 +11574 0.00454971060231966051 +11575 0.00457229453808664227 +11576 0.00458619234778334748 +11577 0.00461398797422866731 +11578 0.00466610479932860322 +11579 0.00467652816836842174 +11580 0.00475991516942664804 +11581 0.00479118531736136624 +11582 0.00480334593379653455 +11583 0.00480855762713061109 +11584 0.00489541923396075683 +11585 0.00490584263332600502 +11586 0.00493363837188221747 +11587 0.00496143412054320457 +11588 0.00496317135517138856 +11589 0.00496838305929403912 +11590 0.00501528841254137749 +11591 0.00502397459227056035 +11592 0.00503787248192793299 +11593 0.00505698208442019893 +11594 0.00511431092134340907 +11595 0.0051247343510113369 +11596 0.00514905569264794208 +11597 0.00515947912724753696 +11598 0.0051733770423589738 +11599 0.00517685152155035466 +11600 0.0051976984001821944 +11601 0.00521159632259531394 +11602 0.00526023907210228844 +11603 0.00526371355546871849 +11604 0.00528108597483065503 +11605 0.00528282321699887012 +11606 0.00534883845084102843 +11607 0.00538532058021534091 +11608 0.00543048895720864636 +11609 0.00543743794088529138 +11610 0.00547565736357213256 +11611 0.00548086910466892563 +11612 0.00550519056834465961 +11613 0.00553124928900665478 +11614 0.00555904526868866451 +11615 0.00556946876400186627 +11616 0.00557294326279580542 +11617 0.00568412731897794451 +11618 0.00569802533902298743 +11619 0.0057067116030324206 +11620 0.00570844885597124405 +11621 0.00573971941669260566 +11622 0.00583700570111729284 +11623 0.00585437826724781972 +11624 0.00587522535278851409 +11625 0.00588564889809547673 +11626 0.00592734309630593356 +11627 0.00595166472453092024 +11628 0.00595513924360957774 +11629 0.00595861376287910686 +11630 0.00596730006188697908 +11631 0.0059950962267417687 +11632 0.00602810418845976543 +11633 0.006036790497064899 +11634 0.00605416311789900435 +11635 0.00607327300641191583 +11636 0.00608022205823671724 +11637 0.00611149280109401886 +11638 0.00618098339761408676 +11639 0.00618793246160323843 +11640 0.00619140699389484142 +11641 0.00619835605907248944 +11642 0.00626784675463567306 +11643 0.00627827036586882034 +11644 0.00633907480086522146 +11645 0.00637555749164633347 +11646 0.00637729476319610217 +11647 0.00640161657025525247 +11648 0.00644852294082285706 +11649 0.00647979387541270779 +11650 0.00650411572503579484 +11651 0.00657881861281526918 +11652 0.00660140322590393579 +11653 0.00660835233941787364 +11654 0.00661356417510838065 +11655 0.00661530145377773292 +11656 0.00662225056898444603 +11657 0.00667089439921739538 +11658 0.0067403856579268933 +11659 0.006789029590310529 +11660 0.0068081397182383728 +11661 0.00683767356527936396 +11662 0.00686025828250414957 +11663 0.00687589386139966178 +11664 0.00688805487028741267 +11665 0.00689674130686037615 +11666 0.00690716503256882334 +11667 0.00693148706696426666 +11668 0.0069488599553278246 +11669 0.00697318200838028222 +11670 0.00700097865383239332 +11671 0.00705309740274946695 +11672 0.0070791567962302333 +11673 0.00710174161421996044 +11674 0.00711563996852309245 +11675 0.007133012916526911 +11676 0.00717818260807995441 +11677 0.00718686909166816289 +11678 0.00724767451713446368 +11679 0.00731716651897006305 +11680 0.00732759032730291842 +11681 0.00735538715984987868 +11682 0.00736581097593620986 +11683 0.00737102288477472795 +11684 0.00738665861447657893 +11685 0.00750479539433046225 +11686 0.00751869385718860559 +11687 0.00753259232389681937 +11688 0.00753780424990633125 +11689 0.00756907581737587248 +11690 0.00757428774719277713 +11691 0.0076020847154375723 +11692 0.00762640707542289447 +11693 0.00764378019701805137 +11694 0.00767678914490974897 +11695 0.00770284885627177569 +11696 0.00772022200488064678 +11697 0.00773064589700992767 +11698 0.00775670563708208936 +11699 0.00776191758677063481 +11700 0.0077862400260468867 +11701 0.00780882515916470586 +11702 0.00782446102673730118 +11703 0.00782619834566946823 +11704 0.00786094473747839077 +11705 0.00787310598054951315 +11706 0.00792175098374853399 +11707 0.00797734533398414096 +11708 0.00801209183604277911 +11709 0.00804336370981676048 +11710 0.00806768629271910689 +11711 0.00807463560444190986 +11712 0.00810590751999957886 +11713 0.0081128568374188581 +11714 0.00815629009485507872 +11715 0.00816497675122986391 +11716 0.00817887540482735778 +11717 0.008248368735780073 +11718 0.00825358073984722856 +11719 0.00825705540955557274 +11720 0.00828311544079899167 +11721 0.00829353945746899406 +11722 0.00830396347652810271 +11723 0.0083248115218246873 +11724 0.00842383986837989471 +11725 0.0084533746806839706 +11726 0.00845684936576822886 +11727 0.00851244436400225117 +11728 0.00853329250629670903 +11729 0.00854719127328702234 +11730 0.00856109004465422686 +11731 0.00860278638508799216 +11732 0.00861668517403394243 +11733 0.00863753336572832195 +11734 0.00865316951602894749 +11735 0.00866359361934424498 +11736 0.0086653309701393913 +11737 0.0086688056719376877 +11738 0.00868617918509262052 +11739 0.00875567330735306688 +11740 0.00876088537103020606 +11741 0.00877304685539762562 +11742 0.00882516754170479915 +11743 0.00884254111791155963 +11744 0.00892245965980600214 +11745 0.00893635855203993822 +11746 0.00897110580266103318 +11747 0.00900237835276647934 +11748 0.00902496409790776687 +11749 0.00905971142196613025 +11750 0.00906492352307306827 +11751 0.0091413677478372514 +11752 0.00917958991324812311 +11753 0.00919696363654177486 +11754 0.00920043838208298506 +11755 0.00921607474066476508 +11756 0.00923692322806706281 +11757 0.0092838323636718588 +11758 0.00932900417506294689 +11759 0.00933942844638737703 +11760 0.00936896389642591539 +11761 0.00938112555861735607 +11762 0.00944540869141618881 +11763 0.00945062084184406827 +11764 0.00948536852877367512 +11765 0.00951837885947521764 +11766 0.00953054056718567397 +11767 0.00954443966628784266 +11768 0.00956528832410787587 +11769 0.00957571265714924832 +11770 0.00961219784453646968 +11771 0.00968516832119581395 +11772 0.00969733008056864083 +11773 0.00976335112648768488 +11774 0.00977377551245189879 +11775 0.00983284708618408117 +11776 0.00986759511318437144 +11777 0.00987801952743803773 +11778 0.00989886836448491438 +11779 0.00993709126204535796 +11780 0.00994404088391406815 +11781 0.00997357679106987589 +11782 0.0100065875381290248 +11783 0.0101056199531207262 +11784 0.0101073573662476459 +11785 0.0101177818467075957 +11786 0.0101368934017893285 +11787 0.0101699042927858082 +11788 0.0102341887438569899 +11789 0.0102845739324917348 +11790 0.0103054229962900919 +11791 0.0103297469190647365 +11792 0.010354070858040092 +11793 0.010367970259029002 +11794 0.0103888193704700545 +11795 0.010395769076942743 +11796 0.0103992439306783112 +11797 0.0104235679161521922 +11798 0.0104444170595688161 +11799 0.0104982774024900572 +11800 0.0105556126949656118 +11801 0.0105729870441561968 +11802 0.0105973111472393959 +11803 0.0106146855167582547 +11804 0.0106337973330402312 +11805 0.0106702835563662994 +11806 0.0106841830799118756 +11807 0.010743256116110083 +11808 0.0108266535129968935 +11809 0.0108405530985095123 +11810 0.0108631399368114955 +11811 0.0108718271862225224 +11812 0.0108822518883867504 +11813 0.0110142983881543668 +11814 0.0110316729653651777 +11815 0.0110351478818663008 +11816 0.011064684686397621 +11817 0.0110768469074619229 +11818 0.0111029088243738312 +11819 0.0111202834467513927 +11820 0.0111393955416452146 +11821 0.0111706699020183535 +11822 0.0112002068245181611 +11823 0.0112141065617119059 +11824 0.011229743772920301 +11825 0.0112505933991891086 +11826 0.0112575432774918507 +11827 0.0112801303919345813 +11828 0.0113270421399411219 +11829 0.0113583166753052998 +11830 0.0113687415269668537 +11831 0.0114208658344619116 +11832 0.0114990524500483016 +11833 0.0115094773461777138 +11834 0.0115442270239061798 +11835 0.0115702893064463536 +11836 0.0116050390489145696 +11837 0.0116536887508022161 +11838 0.0117023385258036017 +11839 0.0117440383913719158 +11840 0.0117544633662148706 +11841 0.0117614133513245806 +11842 0.0117822633156924803 +11843 0.0117909508048517596 +11844 0.0118065882912839915 +11845 0.0119212634262833451 +11846 0.0119525385350554136 +11847 0.0119577510561948014 +11848 0.012008138805000507 +11849 0.0120359389768452604 +11850 0.0120446265356006221 +11851 0.0120567891219070765 +11852 0.0120984894537366702 +11853 0.0121158646084473642 +11854 0.0121332397728536098 +11855 0.0121540899829594047 +11856 0.0121610400561059945 +11857 0.012174940207071305 +11858 0.0122583412440602415 +11859 0.012265291340657087 +11860 0.0122722414388244504 +11861 0.0123434800357973603 +11862 0.0123730180392838014 +11863 0.0124216689309690972 +11864 0.0124425193369598567 +11865 0.012473794972838452 +11866 0.0125068081791336935 +11867 0.0125259211045502007 +11868 0.0125641469917892636 +11869 0.0125710971583295906 +11870 0.0126388613665906462 +11871 0.0126823000424950687 +11872 0.0126996755306063025 +11873 0.0127014130799759668 +11874 0.0127031506294475391 +11875 0.0127135759284121592 +11876 0.0127413767435658448 +11877 0.0127813404610965225 +11878 0.0128282544594284058 +11879 0.012842154917739183 +11880 0.0128473675913012321 +11881 0.0128699558541004178 +11882 0.0128838563321653186 +11883 0.0128960192558849225 +11884 0.0129429334376464592 +11885 0.0129498836932117698 +11886 0.012956833950435254 +11887 0.0129689969045692858 +11888 0.0129828974298069524 +11889 0.0130159112039108672 +11890 0.0130315493205527232 +11891 0.0130645631501062169 +11892 0.013078463721204827 +11893 0.0131861933748900779 +11894 0.0131896685317451842 +11895 0.0132035691633885129 +11896 0.0132661220895765857 +11897 0.0133338879149081258 +11898 0.0133669020936891727 +11899 0.0133860155832601583 +11900 0.013403391494118528 +11901 0.0134433561298242382 +11902 0.0134468313182249857 +11903 0.013453781696318173 +11904 0.0134746328409381076 +11905 0.0135163351767888604 +11906 0.0136084280561302121 +11907 0.0136101656605613248 +11908 0.0136205912894358499 +11909 0.0136727194927343705 +11910 0.0136761947097850285 +11911 0.013731798242215874 +11912 0.0137352734667245315 +11913 0.0137839266560680976 +11914 0.013787401887184414 +11915 0.0138099909002030001 +11916 0.0138291046950378554 +11917 0.013855168982307953 +11918 0.0138673323249030138 +11919 0.0138916590264125152 +11920 0.0138968718938555121 +11921 0.013898609516558913 +11922 0.0139020847622993767 +11923 0.0139472629974676295 +11924 0.0139681145160581478 +11925 0.0140028670828276774 +11926 0.0141001745086265506 +11927 0.0141210261458290676 +11928 0.0141418777993062121 +11929 0.0141731553100891607 +11930 0.0141887940792581758 +11931 0.0142461363116521914 +11932 0.0142582998314392841 +11933 0.0142652504166850356 +11934 0.0143295434169251768 +11935 0.0143330187187018215 +11936 0.0143677717617256336 +11937 0.0143799353376452364 +11938 0.0143851483004796468 +11939 0.0144285896977665896 +11940 0.0144650805272560756 +11941 0.0144998337456641365 +11942 0.0145172103722691747 +11943 0.0145380623395336504 +11944 0.0145398000042282032 +11945 0.0145641273221797252 +11946 0.0145867169950197675 +11947 0.0146110443570680159 +11948 0.0146214703763886383 +11949 0.0146423224276720186 +11950 0.0146718628625508614 +11951 0.0147048786828740258 +11952 0.0147153047402196445 +11953 0.0147361568676342668 +11954 0.0147413699021406719 +11955 0.0147517959743398014 +11956 0.0147604843710856162 +11957 0.0148352047052043839 +11958 0.0148369423900012679 +11959 0.014863007676211246 +11960 0.0148716961108937215 +11961 0.0149273021634023628 +11962 0.0150107114717039861 +11963 0.0150141868655465499 +11964 0.0150524162295643544 +11965 0.0150802194400128011 +11966 0.0151114980887050287 +11967 0.0151584161352478451 +11968 0.0151636292569851117 +11969 0.0152470393535955456 +11970 0.01526267877796662 +11971 0.0152731050663773259 +11972 0.0152887445072461998 +11973 0.0152956953730357167 +11974 0.0153165479821608438 +11975 0.0153234988557911112 +11976 0.0154260244702596958 +11977 0.0154555658286427144 +11978 0.0154590412849191748 +11979 0.0154659921989573207 +11980 0.0155024845301738393 +11981 0.0155111731885242323 +11982 0.015528550514538322 +11983 0.0155459278529818286 +11984 0.0155494033221634086 +11985 0.0155598297326953513 +11986 0.0156015354196895814 +11987 0.0156223882901486404 +11988 0.0156362902137903333 +11989 0.0156623563422135965 +11990 0.0156658318281337125 +11991 0.0156884224988444454 +11992 0.0157683588888968516 +11993 0.0157753098919383092 +11994 0.0157770476430144496 +11995 0.0157787853942168051 +11996 0.0157961629131884683 +11997 0.0158517710589337717 +11998 0.0158778374219507717 +11999 0.0159282324715774928 +12000 0.0159560366827661039 +12001 0.015973414331359119 +12002 0.0159838409266510884 +12003 0.0160185962775735505 +12004 0.016034236202214884 +12005 0.0160707294001578987 +12006 0.0160794182651677366 +12007 0.0160828938120724796 +12008 0.016192373803742003 +12009 0.0162062760616442578 +12010 0.0162097516274166825 +12011 0.0162167027605189147 +12012 0.0162184405441189519 +12013 0.0162531962434012377 +12014 0.0162862142059202811 +12015 0.0163348723417566302 +12016 0.0163470368917213865 +12017 0.0163783171925127626 +12018 0.0163939573588326656 +12019 0.0164009085472750435 +12020 0.0164478291242488549 +12021 0.0164565181305094746 +12022 0.0164704205473771778 +12023 0.016480847365564915 +12024 0.0164877985803283875 +12025 0.0164982254064333228 +12026 0.0165399327584268979 +12027 0.0165712133224586826 +12028 0.0165885914321531221 +12029 0.0166355123946960379 +12030 0.0166945981893577566 +12031 0.016701549469463943 +12032 0.016717189857525426 +12033 0.0167484706661767332 +12034 0.0167762758658870741 +12035 0.0167797515182671227 +12036 0.0168179837299314121 +12037 0.0168423133530892395 +12038 0.0168735943359838193 +12039 0.0169013996908496215 +12040 0.0169153023812674656 +12041 0.0169570105045463715 +12042 0.0169604861850129601 +12043 0.0169830781212879679 +12044 0.0171134166647718688 +12045 0.0171168923697872649 +12046 0.0171221059283382451 +12047 0.0171307951953313421 +12048 0.0171603387287625683 +12049 0.0171794551538984631 +12050 0.0171898823018941105 +12051 0.0172385423914250685 +12052 0.017290678321703834 +12053 0.0172976297884785309 +12054 0.0173219599396432673 +12055 0.0173358628953661428 +12056 0.0173636688334646051 +12057 0.0173740960694227231 +12058 0.0173949505563630383 +12059 0.0174123293107966391 +12060 0.0174158050633557333 +12061 0.0174575141375943391 +12062 0.0174766308235116512 +12063 0.0175148642461509067 +12064 0.0175826418440715483 +12065 0.0176104480999765035 +12066 0.0176347786034971622 +12067 0.0176573712386846743 +12068 0.0177008186812158755 +12069 0.017756431536920126 +12070 0.0177738105841577579 +12071 0.0178468027380988617 +12072 0.0178589681215644003 +12073 0.0178798230809493093 +12074 0.0178954643140133429 +12075 0.0179371743256114755 +12076 0.0180084291202096784 +12077 0.0180275463014170044 +12078 0.0180518772845760546 +12079 0.0180727324355416767 +12080 0.0181022772684137356 +12081 0.018104015201062848 +12082 0.0181266083386950397 +12083 0.0181300842081989697 +12084 0.0181526773741318495 +12085 0.0181804843813068509 +12086 0.0182169811347791637 +12087 0.0182239329046336093 +12088 0.0182500020623851782 +12089 0.0182708574122537534 +12090 0.0183508031154239679 +12091 0.0183751344780311229 +12092 0.0184168454524612397 +12093 0.0184411768934200637 +12094 0.0184863639320027966 +12095 0.0185263371649098986 +12096 0.0185680484481220431 +12097 0.0185836902013920245 +12098 0.0185975939921932121 +12099 0.018625401602390429 +12100 0.0186705890504047615 +12101 0.0186740650121264597 +12102 0.0187244665243536737 +12103 0.0187574882731169276 +12104 0.0187783441423678282 +12105 0.0187922480672278458 +12106 0.0188026760171915025 +12107 0.0188339598996110635 +12108 0.0189729999692566688 +12109 0.0189816900058150766 +12110 0.0190216642229472099 +12111 0.0190477344079485397 +12112 0.0190494724215014878 +12113 0.0190616385206432704 +12114 0.0190633765354167699 +12115 0.0190703285960370852 +12116 0.0191120410110925017 +12117 0.0191363732938989103 +12118 0.0191780858485972837 +12119 0.019209370322652148 +12120 0.0192858436914013637 +12121 0.0192927958306389168 +12122 0.0192962719011844468 +12123 0.0193675314837175663 +12124 0.0193901260398796869 +12125 0.0194422674235181538 +12126 0.0194770284237545561 +12127 0.0195013611610286609 +12128 0.019537860324334036 +12129 0.0195500267274268669 +12130 0.0195847879214001257 +12131 0.0196056446678848743 +12132 0.0197099287398633874 +12133 0.0197255713995879364 +12134 0.0197307856223387368 +12135 0.0197377379215514445 +12136 0.0197724994555616325 +12137 0.0197985706476215724 +12138 0.0198489750534512899 +12139 0.0198594035678857569 +12140 0.0198854748790227923 +12141 0.0198941653240272062 +12142 0.0199115462259849794 +12143 0.01991328431705746 +12144 0.0199602128363288688 +12145 0.0199914985805541949 +12146 0.0200001890742619974 +12147 0.0200558083288706231 +12148 0.0201062134203886071 +12149 0.0202105002468695033 +12150 0.0202209289615103982 +12151 0.0202383101655327323 +12152 0.0202939301273731242 +12153 0.0203582409157107361 +12154 0.0204242900657660292 +12155 0.0204347189005011226 +12156 0.0204746961549148801 +12157 0.0204781724420035026 +12158 0.0204990301783142814 +12159 0.0205546509240995441 +12160 0.020627653408788877 +12161 0.0206328678831181368 +12162 0.0206398205178702186 +12163 0.0206415586769715005 +12164 0.0206485113150292575 +12165 0.0206832745450184069 +12166 0.0206937035269286161 +12167 0.0207110851767037009 +12168 0.0207528012038553401 +12169 0.020759753884348222 +12170 0.0208049463724238951 +12171 0.0208153754241180711 +12172 0.0208414480796129224 +12173 0.0208501389731201615 +12174 0.0209370481380516393 +12175 0.0209752883033040294 +12176 0.0209857174533849486 +12177 0.0210343869004685075 +12178 0.0210987003009997266 +12179 0.0211073913187962633 +12180 0.0211282497787515337 +12181 0.021156061096595586 +12182 0.0211803960352845225 +12183 0.0211977781546990873 +12184 0.0212203749353179309 +12185 0.021227327796669148 +12186 0.0212742596819748588 +12187 0.0212899036713288178 +12188 0.0213681238254475256 +12189 0.0213750767447866766 +12190 0.0213994119840473472 +12191 0.0214133178501315392 +12192 0.0214185325527419985 +12193 0.0215106592204125507 +12194 0.0215245651744944214 +12195 0.0215714978510087967 +12196 0.0215732361007039963 +12197 0.0215888803557360183 +12198 0.0216288601822427068 +12199 0.0216462427440760434 +12200 0.0216497192585225727 +12201 0.0216705783597687732 +12202 0.0216966522714720049 +12203 0.0217366323453636913 +12204 0.0217713977018547424 +12205 0.0217870421350220764 +12206 0.0217887804062463081 +12207 0.0218739559102570369 +12208 0.0218791707506804517 +12209 0.0218948152814134635 +12210 0.0219000301281467823 +12211 0.0219626084121762773 +12212 0.0220043273947952457 +12213 0.0220460464789186475 +12214 0.0220912422681541903 +12215 0.0221225317307476646 +12216 0.0221468680191138668 +12217 0.0221903257634018143 +12218 0.0221920640754822464 +12219 0.0222442135206005684 +12220 0.0222755032646076469 +12221 0.0223015780954305028 +12222 0.0223241763146486936 +12223 0.0223519895490152214 +12224 0.0223589428647652418 +12225 0.0224215228355517555 +12226 0.0224632429453273143 +12227 0.0224841030390626473 +12228 0.0224945330956530555 +12229 0.022504963158728828 +12230 0.0225397300825282074 +12231 0.0225553752217891625 +12232 0.0225744970785357116 +12233 0.0225814504864119726 +12234 0.0225884038971819467 +12235 0.0226579381642307842 +12236 0.0226979204992009825 +12237 0.0227013972285232159 +12238 0.0227379029303381268 +12239 0.0228074378227447853 +12240 0.0228109145750298482 +12241 0.0228143913280455905 +12242 0.0228230832137831796 +12243 0.0228491588984217793 +12244 0.0228908800795091481 +12245 0.0229638924006360344 +12246 0.0230056138725967946 +12247 0.0230264746483653561 +12248 0.0230647194729341684 +12249 0.023073411490982406 +12250 0.0230942723531512434 +12251 0.0231359941574207396 +12252 0.0231759776533350427 +12253 0.0232350838706968307 +12254 0.0232420375574608311 +12255 0.0232489912472030949 +12256 0.0232663754845963446 +12257 0.0232994055869953955 +12258 0.0233185283086439279 +12259 0.0233793734825128198 +12260 0.0234176191377478797 +12261 0.0234332651137741967 +12262 0.0234367419993999557 +12263 0.0234923722716066929 +12264 0.0235201874799382538 +12265 0.0235271412895545901 +12266 0.0235584334701532984 +12267 0.0235792949578465805 +12268 0.0236071103170811779 +12269 0.0236314487961182575 +12270 0.0237148952918511575 +12271 0.0237340185087077729 +12272 0.0237479263172325414 +12273 0.0237670495738335416 +12274 0.0238192040271524609 +12275 0.0238817895978296162 +12276 0.0239096054865596611 +12277 0.0239617604101210226 +12278 0.0240000074638330972 +12279 0.0240069614835913062 +12280 0.024022608039297965 +12281 0.0240765018505445759 +12282 0.0240904099609355465 +12283 0.0241495195679644788 +12284 0.0241564736540708577 +12285 0.0241686433122073677 +12286 0.0241738588828840258 +12287 0.024215583511067007 +12288 0.024239922929092543 +12289 0.0242746935922994039 +12290 0.0242833862702497814 +12291 0.0243268497329823356 +12292 0.0243407580667691185 +12293 0.0243685747717860349 +12294 0.0244033457233374246 +12295 0.0244659336332528031 +12296 0.0244711493038686639 +12297 0.0245007048040276378 +12298 0.0245215675441684024 +12299 0.0245615545418565208 +12300 0.0246397902733066602 +12301 0.024653698889595406 +12302 0.024684993322469706 +12303 0.0247110720654701715 +12304 0.0247215035751388347 +12305 0.0247475823805084101 +12306 0.0247614910949414263 +12307 0.0248971017270571034 +12308 0.0249040561511009069 +12309 0.0249266580512932795 +12310 0.0249388283192191369 +12311 0.0249492599852327059 +12312 0.0249770777964540731 +12313 0.0250483611716524161 +12314 0.0250709632878346536 +12315 0.0250987813235816482 +12316 0.025102258581667973 +12317 0.0251126903607541765 +12318 0.0251613720923008037 +12319 0.0251700652752691496 +12320 0.0251804971014857777 +12321 0.0251961448544280181 +12322 0.0252639519729088609 +12323 0.0253004636257019647 +12324 0.0253213274674223693 +12325 0.0254047831266601826 +12326 0.025411737786075566 +12327 0.0254221697813066458 +12328 0.0254917166036998516 +12329 0.0255299674952417718 +12330 0.025573434537620069 +12331 0.0255908213904138954 +12332 0.0256221177771177033 +12333 0.0256551529241273862 +12334 0.0256760172657262385 +12335 0.0257177460378137691 +12336 0.025801203938223681 +12337 0.0258325007735823002 +12338 0.0258533653677365111 +12339 0.0258777074319498125 +12340 0.0258916172011711861 +12341 0.0259472564108895534 +12342 0.0259855084910283786 +12343 0.0259994183633270558 +12344 0.0260098507762994979 +12345 0.026023760671933089 +12346 0.026065490438927353 +12347 0.0261089590741284683 +12348 0.026121130315404445 +12349 0.0261872029471060912 +12350 0.0262324107117374514 +12351 0.0262741410821141844 +12352 0.0263436919689616841 +12353 0.0263576021868285534 +12354 0.0263871614446814368 +12355 0.0264219371203866585 +12356 0.0264375862020742869 +12357 0.0265593018683565572 +12358 0.0265992943860679579 +12359 0.0266045108097300621 +12360 0.0266740633086968264 +12361 0.0267036232242571329 +12362 0.026754049105318204 +12363 0.0267679597249096228 +12364 0.0267783926986110733 +12365 0.0267801315283120664 +12366 0.0268027363339589375 +12367 0.0268340353555487666 +12368 0.0268462072160875129 +12369 0.0269001112966683227 +12370 0.0269070666769838686 +12371 0.0269487990313504282 +12372 0.0269696652551640326 +12373 0.0270218309508964138 +12374 0.0270531304618500563 +12375 0.0270566081896232748 +12376 0.0270618247829091697 +12377 0.0271000798599966945 +12378 0.0271105130810731718 +12379 0.027164418181287342 +12380 0.0272444067801254249 +12381 0.0272652734470444497 +12382 0.027282662360175531 +12383 0.0273035290847917535 +12384 0.0273452626285650702 +12385 0.0273522182314596893 +12386 0.0274113409977440776 +12387 0.0274965477841999303 +12388 0.0275261094458850927 +12389 0.027533065140249207 +12390 0.0275434986884147449 +12391 0.0275539322445259548 +12392 0.027606100144375624 +12393 0.0276304452324186919 +12394 0.0276582682433242286 +12395 0.0276791355387359349 +12396 0.0276878302545827092 +12397 0.0277034807570868159 +12398 0.0277069586489737639 +12399 0.0277452155183721058 +12400 0.0277765166733697742 +12401 0.0278043399827988778 +12402 0.0279034609866039528 +12403 0.0279086779016434645 +12404 0.0279347625070419138 +12405 0.0280043217011493629 +12406 0.0280651862905179801 +12407 0.028096488186581503 +12408 0.028153875185565929 +12409 0.0281799602662992782 +12410 0.0282216965011833493 +12411 0.0282495207301355182 +12412 0.0282825620772972075 +12413 0.0283329937649635794 +12414 0.0283451669595494206 +12415 0.0284303796335886733 +12416 0.0284338577135258078 +12417 0.028461682385847821 +12418 0.0284721166530199944 +12419 0.0284877680691819728 +12420 0.0285086366528335168 +12421 0.0285799378953653545 +12422 0.028633848846508738 +12423 0.0286390660470263146 +12424 0.028644283249609527 +12425 0.0286773255806321362 +12426 0.0287016726144722033 +12427 0.0287155852254783843 +12428 0.028719063380531186 +12429 0.0287294978512137832 +12430 0.0287990612010788731 +12431 0.0288373212008630891 +12432 0.0288477557656667584 +12433 0.028863407628479866 +12434 0.0289434063312669736 +12435 0.0289521018719921877 +12436 0.0289590583087490326 +12437 0.0290286228807147446 +12438 0.0290303619997796143 +12439 0.0291086225987353293 +12440 0.0291329704369279151 +12441 0.029160796593761952 +12442 0.0291955793739523579 +12443 0.0292129707991410879 +12444 0.0292512320169951885 +12445 0.0292529711659564734 +12446 0.029261666914279668 +12447 0.0293347114318519633 +12448 0.0293712338461080379 +12449 0.0293903646759532088 +12450 0.0294112347046574657 +12451 0.0294321047673081655 +12452 0.0294808017123103575 +12453 0.0295434123424303807 +12454 0.0295608042385671933 +12455 0.0295747177725359349 +12456 0.0296442856700961169 +12457 0.0296512424807474848 +12458 0.0296616777038547948 +12459 0.0297242892223481166 +12460 0.0297608127506917668 +12461 0.0298182070792609652 +12462 0.0298703839674520077 +12463 0.0298808193709371693 +12464 0.0298842978406814348 +12465 0.0298999509663902194 +12466 0.0299729991432183054 +12467 0.0300303944365676138 +12468 0.0300860507289495566 +12469 0.0300999648406144044 +12470 0.0301417072682896858 +12471 0.0301573607145377044 +12472 0.0302391068077575778 +12473 0.0303086783726458919 +12474 0.0303138962556724068 +12475 0.0303469428989771688 +12476 0.0303765110226876037 +12477 0.0303817289341750882 +12478 0.0305000021832191603 +12479 0.0305104381123500537 +12480 0.0305591392314324174 +12481 0.0306008832006431329 +12482 0.0306043618711196001 +12483 0.0306495846766580149 +12484 0.0307052437422848518 +12485 0.030710461792603283 +12486 0.0307817753691846906 +12487 0.0308043870775981804 +12488 0.0308252594608679695 +12489 0.0308478712495681325 +12490 0.0308826586984194199 +12491 0.0308930949523812878 +12492 0.0309609308205949819 +12493 0.0310392034454004609 +12494 0.0310635550313855154 +12495 0.0310739914403193006 +12496 0.0310879066661822225 +12497 0.0311435677292160769 +12498 0.0312166232625275784 +12499 0.0312461934847964307 +12500 0.0312479329118896948 +12501 0.0312653271966033056 +12502 0.0312827215063835179 +12503 0.0312983764066288098 +12504 0.0313209890762018994 +12505 0.0313540384388476534 +12506 0.0314149190813437368 +12507 0.0314462292461591339 +12508 0.031456665985912749 +12509 0.0315471181110921622 +12510 0.0315505970526295323 +12511 0.031562773355978839 +12512 0.0315871259998820944 +12513 0.0316393104040147075 +12514 0.0316932345281389222 +12515 0.0317280244152079033 +12516 0.0317662934085157431 +12517 0.0317923859746223406 +12518 0.031825436640698597 +12519 0.0318845801678622684 +12520 0.0319263287178778721 +12521 0.0319698169476051453 +12522 0.0319785146127687589 +12523 0.0319924308903645552 +12524 0.0320046076467277729 +12525 0.032034179821683724 +12526 0.0320480961649913729 +12527 0.0321194176827209119 +12528 0.0321768231211598324 +12529 0.0321837813752043692 +12530 0.0322290101271773613 +12531 0.0322498849946860622 +12532 0.0322707598994322123 +12533 0.0323420827719383824 +12534 0.0323820933546408313 +12535 0.0324899486535596832 +12536 0.0325003863162265649 +12537 0.0325734502177588287 +12538 0.032651733480724969 +12539 0.0326830469342973204 +12540 0.0327021829754996912 +12541 0.0327074019013336922 +12542 0.0327439344482872083 +12543 0.0327578516394828392 +12544 0.0328135205724552972 +12545 0.0328761484441471435 +12546 0.0328918054654310718 +12547 0.0329179005483870232 +12548 0.0329457353690068427 +12549 0.0329526940847275282 +12550 0.0329805289898998238 +12551 0.0330222814746261306 +12552 0.0330640341118859857 +12553 0.0331214442375329515 +12554 0.0332014709560149793 +12555 0.033210169546295347 +12556 0.033318032619491178 +12557 0.0333702247976296815 +12558 0.0334137184633839859 +12559 0.0334258967197983703 +12560 0.0334328557293608886 +12561 0.0334502532720378221 +12562 0.0335076653532816876 +12563 0.033516364178986631 +12564 0.0335633379539587301 +12565 0.0335755163720833152 +12566 0.0336120517056430201 +12567 0.0336381484452472346 +12568 0.0336485871580823881 +12569 0.033690342106603377 +12570 0.0336920818995012708 +12571 0.0337007808680440876 +12572 0.0337181788254025394 +12573 0.0337825515028724391 +12574 0.0338573634589742142 +12575 0.0339269564270203508 +12576 0.0340539647166444512 +12577 0.0340591842664956304 +12578 0.0341531365845971491 +12579 0.0341548764498660756 +12580 0.0341566163154089567 +12581 0.0341966332985346108 +12582 0.034254049223454125 +12583 0.0343271244697756148 +12584 0.0343758415704181128 +12585 0.0344002002017836164 +12586 0.0344280387038532754 +12587 0.0344419579813943499 +12588 0.0344993751882200356 +12589 0.0345185143241036191 +12590 0.0345219941705904865 +12591 0.0345359135676148246 +12592 0.0346089906930262536 +12593 0.0346229102009748962 +12594 0.0346403096109059588 +12595 0.0346890281065784789 +12596 0.034762106259212 +12597 0.0347969055523307466 +12598 0.034852584653595621 +12599 0.0348734643903517438 +12600 0.0350126636659991233 +12601 0.0350213636803352324 +12602 0.0350996641256197603 +12603 0.0352406063648040072 +12604 0.0353189084097699293 +12605 0.0353502293883331473 +12606 0.0354320123768516737 +12607 0.0355172761611028745 +12608 0.0355485977229620317 +12609 0.0355555580825870077 +12610 0.035562518446775826 +12611 0.0355886198531458406 +12612 0.0355955802390251971 +12613 0.0356947662346870295 +12614 0.0357887327729750557 +12615 0.035806134075581815 +12616 0.0358200551383494742 +12617 0.0359349046086117896 +12618 0.0359383849151735657 +12619 0.0359714478850470601 +12620 0.0360445348198588436 +12621 0.0360497553347101998 +12622 0.0360514955069057633 +12623 0.0360567160252278501 +12624 0.036126323185122565 +12625 0.0361541661788806062 +12626 0.0362516172421911975 +12627 0.0362620584816016611 +12628 0.0363003431157389658 +12629 0.0363107844040530953 +12630 0.036342108331936164 +12631 0.036373432354292988 +12632 0.0364256392683855734 +12633 0.03647262571595241 +12634 0.0364848074223567131 +12635 0.0365022098849613272 +12636 0.0365039501328323565 +12637 0.0366553528203458837 +12638 0.0366762361241533483 +12639 0.0367388862899334645 +12640 0.0367597697633933601 +12641 0.0367667309306507969 +12642 0.0369303197219732759 +12643 0.0369651261852120688 +12644 0.0369894907800667264 +12645 0.0370086344311194027 +12646 0.0370625849138354752 +12647 0.0370904304360661907 +12648 0.0371147953305177372 +12649 0.0371635252945789613 +12650 0.0371983325548914875 +12651 0.0372052940212782984 +12652 0.0372453225457309162 +12653 0.0372505436692685682 +12654 0.0372522840443789555 +12655 0.0373340820120061159 +12656 0.0373358224014811585 +12657 0.0374141402381636956 +12658 0.0374211018530512321 +12659 0.0374541695893972834 +12660 0.0374593908208417023 +12661 0.0374854970186531133 +12662 0.0375899224872095275 +12663 0.0376160290239133457 +12664 0.0376577996239344931 +12665 0.0377134940281073222 +12666 0.0377204558504108806 +12667 0.0377517841107266536 +12668 0.0377726696721328234 +12669 0.0378109599814340433 +12670 0.0379345342549401235 +12671 0.0379606416920176618 +12672 0.0380546290334061663 +12673 0.038075515230135637 +12674 0.0381486172653768829 +12675 0.0381555793921226627 +12676 0.0381625415237680371 +12677 0.0382426063901433327 +12678 0.0383296341554904621 +12679 0.038355742634986055 +12680 0.0383888134751202009 +12681 0.0384271061658192636 +12682 0.0385559099490932269 +12683 0.0385767972086158845 +12684 0.03866730918208406 +12685 0.0387438968919614213 +12686 0.0387491188031818326 +12687 0.0388483356486509848 +12688 0.0388796674944201434 +12689 0.0388953334552171182 +12690 0.0389353688032800377 +12691 0.0389875890709778586 +12692 0.039072882780770507 +12693 0.0390920304517169415 +12694 0.0391129188633263722 +12695 0.0391512144020498415 +12696 0.0392974351321529539 +12697 0.0393705463313733309 +12698 0.0393775093317873526 +12699 0.0393827315854168511 +12700 0.0393914353477890847 +12701 0.0394958811133746673 +12702 0.0395376597390326226 +12703 0.0396072911881577006 +12704 0.0396107727739606202 +12705 0.0396212175390018365 +12706 0.0396873679836280135 +12707 0.039711739316000548 +12708 0.0398074844413279297 +12709 0.0398092252707295466 +12710 0.0398248927497265731 +12711 0.0398649319803992402 +12712 0.0398997488403347936 +12713 0.0399415292413974818 +12714 0.0399833098271603696 +12715 0.04004946279949749 +12716 0.0400703533082377161 +12717 0.0401016891582149926 +12718 0.0402200699779892215 +12719 0.0402984110470986576 +12720 0.0403262658072725752 +12721 0.0403314885840308016 +12722 0.0404359447317095763 +12723 0.0404429085164106569 +12724 0.0404986189811308295 +12725 0.04052473337606078 +12726 0.0405543297788194951 +12727 0.040575221413890375 +12728 0.0406274507068646873 +12729 0.0407232051734329817 +12730 0.0407667302578041124 +12731 0.0407702122733889366 +12732 0.0408119965625751285 +12733 0.0408172196119912442 +12734 0.0409060119036749395 +12735 0.0409791356088135758 +12736 0.0410278850679781787 +12737 0.0410522598943983338 +12738 0.0412820828681336183 +12739 0.0414422659303552293 +12740 0.0415293231231648394 +12741 0.0415432523513411603 +12742 0.0415641462336417689 +12743 0.0416372752003647123 +12744 0.0416581692991491517 +12745 0.0417156283192791008 +12746 0.041724334263233534 +12747 0.041726075453029636 +12748 0.0417591581228387507 +12749 0.0417696053068733891 +12750 0.0418932312357290712 +12751 0.0419228320617164862 +12752 0.0419855164850923279 +12753 0.0421404881865768341 +12754 0.0421491945413838207 +12755 0.0422379998441285431 +12756 0.042253671459683402 +12757 0.0422606366309750195 +12758 0.0423163581968906202 +12759 0.0423598909123975992 +12760 0.0423999411984629093 +12761 0.0424591462992101251 +12762 0.042483524984659779 +12763 0.0425026797130011111 +12764 0.0425514373897620327 +12765 0.0426559190283620771 +12766 0.0426611431426443949 +12767 0.0428352820524564998 +12768 0.0429432499035805049 +12769 0.0429536984756177659 +12770 0.0429711127899507772 +12771 0.0431121700094154112 +12772 0.0431731213623836527 +12773 0.0431783457838263024 +12774 0.0432288486854336337 +12775 0.0432567124802778896 +12776 0.0432776103847857113 +12777 0.0433751346014858152 +12778 0.0433821006587485278 +12779 0.0434378293176635316 +12780 0.0434656937810903449 +12781 0.0436015343214560328 +12782 0.0436119836819769263 +12783 0.0436328824408613383 +12784 0.0436746801100850249 +12785 0.0438000743311506777 +12786 0.0438105239318421491 +12787 0.0438662553496029853 +12788 0.043901087668934996 +12789 0.0439028292886041657 +12790 0.0439515947825946662 +12791 0.043953336412498184 +12792 0.0440752513840925245 +12793 0.0441275011885274779 +12794 0.0441954264113851442 +12795 0.0441971680908644846 +12796 0.0442842525178795549 +12797 0.0442912193104450583 +12798 0.044392238442952002 +12799 0.044526351904245004 +12800 0.0445524781498607414 +12801 0.0446674345881068052 +12802 0.044724913393267729 +12803 0.0447893597917523936 +12804 0.0448590321281746168 +12805 0.0450123132997459277 +12806 0.0450384410513308686 +12807 0.0451063735866777601 +12808 0.0451133410573592991 +12809 0.0451377272504294991 +12810 0.045189983617888882 +12811 0.0452074024796540047 +12812 0.0452910135220819243 +12813 0.0453049487773077783 +12814 0.0453467546828230997 +12815 0.0455923686233088987 +12816 0.0456986293917426012 +12817 0.0457125653315258382 +12818 0.0457299852893208597 +12819 0.0458066335404389638 +12820 0.0458257957145382991 +12821 0.0458919926589877181 +12822 0.0459041868910356754 +12823 0.0459128970678524123 +12824 0.0459320594893250223 +12825 0.0460261302066254721 +12826 0.0460313563891954977 +12827 0.0460627135545552402 +12828 0.0461202020026578521 +12829 0.0461341386569125364 +12830 0.0462386643207783471 +12831 0.0462665380569858009 +12832 0.0463013803611307534 +12833 0.04644423536575637 +12834 0.0465174059739268259 +12835 0.0465243746376606468 +12836 0.046533085475742697 +12837 0.0467578283362128366 +12838 0.0468135794702219596 +12839 0.0468344862448004176 +12840 0.0468519085983624545 +12841 0.0469494744747351103 +12842 0.0469651548151992435 +12843 0.0469756083924982304 +12844 0.0471864251071260898 +12845 0.0472282406519485554 +12846 0.0472561178033194945 +12847 0.0474425487559846232 +12848 0.0474861080185087076 +12849 0.0474895927698158818 +12850 0.0476603474569725141 +12851 0.0476690595293682295 +12852 0.0477091351858283177 +12853 0.0477335291630139602 +12854 0.0477718627077320934 +12855 0.0479286836918142722 +12856 0.0479600482628894098 +12857 0.0479809580463482349 +12858 0.0481168729940966294 +12859 0.0481342981574961262 +12860 0.0481865738799804877 +12861 0.0481900589405409308 +12862 0.0482109693364585756 +12863 0.0483364328851413894 +12864 0.0483521159702963027 +12865 0.0484444725553802163 +12866 0.0484618984488010621 +12867 0.048590851272276317 +12868 0.048625703753802714 +12869 0.048691923899724536 +12870 0.0488313365824375248 +12871 0.0488749035608804158 +12872 0.0488923304210318183 +12873 0.0490456884874680213 +12874 0.0491519953028148951 +12875 0.0491659372892764013 +12876 0.0491711655407239337 +12877 0.0492426186673843164 +12878 0.0493715845330911646 +12879 0.0494064405455096889 +12880 0.0494343254698864434 +12881 0.0494761530473249653 +12882 0.0494970669219901155 +12883 0.049512752365610431 +12884 0.0496504370895279046 +12885 0.04966089425891905 +12886 0.049702723080318395 +12887 0.0498142677304090828 +12888 0.0498560973971365964 +12889 0.0498892127137792671 +12890 0.0500094748196380778 +12891 0.0501001083966550118 +12892 0.0501140521205652306 +12893 0.050121023992195389 +12894 0.050286607841473055 +12895 0.0503301831449730619 +12896 0.050365043569967391 +12897 0.0504748549685829495 +12898 0.0505567788075391017 +12899 0.0505637510906194951 +12900 0.0506090710893343371 +12901 0.0506962257068529765 +12902 0.0508461340352502136 +12903 0.0509786136807851217 +12904 0.0510762317773657826 +12905 0.0511442165700865814 +12906 0.0512993636988605395 +12907 0.0513690938098916444 +12908 0.0514736902167841487 +12909 0.0515225023834488122 +12910 0.0517595946794558726 +12911 0.0520315629787012415 +12912 0.0520385366586047921 +12913 0.0521187344593515289 +12914 0.0521780116650716469 +12915 0.0522215981554230227 +12916 0.052252980591117909 +12917 0.0523593331925593583 +12918 0.0524308169695967066 +12919 0.0525005579235097164 +12920 0.0525267109554876169 +12921 0.0526382982946375991 +12922 0.0527481437765682099 +12923 0.0527603489340745246 +12924 0.052762092529702688 +12925 0.0528824016544673162 +12926 0.0529172742431923138 +12927 0.0529870199319121618 +12928 0.052995738190968221 +12929 0.0530009691515211587 +12930 0.0530340986575405376 +12931 0.0530689719882701874 +12932 0.0531474376073655316 +12933 0.0532067233163113218 +12934 0.0532555472130848556 +12935 0.0534403835839825231 +12936 0.053485721544652573 +12937 0.0535659355729092707 +12938 0.0536095305361302746 +12939 0.0536252247889140582 +12940 0.0537124157192515952 +12941 0.0537629869540990901 +12942 0.0538100708448110074 +12943 0.0540088729797586486 +12944 0.0542076807661801344 +12945 0.0542983669022318802 +12946 0.0544239342735702916 +12947 0.0544448623895269768 +12948 0.0544971829556762238 +12949 0.0545756645455722014 +12950 0.0545808966831938525 +12951 0.0546210098697409163 +12952 0.0546768199076997571 +12953 0.0546890284135894827 +12954 0.054737862652998695 +12955 0.0547448390011188724 +12956 0.0548564615309844669 +12957 0.0549262265308100364 +12958 0.0549837831884320213 +12959 0.0550587819810937629 +12960 0.0551250606663103576 +12961 0.0552715737201736959 +12962 0.055404135856231676 +12963 0.0555523991937184047 +12964 0.0556413587474331797 +12965 0.0556553132929547556 +12966 0.0558890562012378384 +12967 0.0559588317688752696 +12968 0.0560390745633501802 +12969 0.0560425634021600241 +12970 0.0560931517678905298 +12971 0.0562449191466248694 +12972 0.0563443548054756993 +12973 0.0563600553074108876 +12974 0.0564804270448709539 +12975 0.0565240405276485475 +12976 0.056590333566650268 +12977 0.0567473460234724433 +12978 0.0567961950982096703 +12979 0.0570334671417155603 +12980 0.0570613820579016634 +12981 0.0572916846129952889 +12982 0.0573196006201792951 +12983 0.0573230901293903042 +12984 0.0573754329893410159 +12985 0.0574103284604601596 +12986 0.057495823147022368 +12987 0.0575708500128760195 +12988 0.0576197051773172375 +12989 0.0577662728561892727 +12990 0.0578308334706525706 +12991 0.0579686812434109661 +12992 0.0580995520800901416 +12993 0.0581920357260372334 +12994 0.0583019708305101275 +12995 0.0583595566293753712 +12996 0.0584677495160079858 +12997 0.0585358072597737047 +12998 0.0585689638564125606 +12999 0.0585899049526229718 +13000 0.0586248069307834657 +13001 0.0587364945317298062 +13002 0.0587679070187656777 +13003 0.0587783778818830871 +13004 0.0588848326257092741 +13005 0.0589040295706790007 +13006 0.0590331741493849427 +13007 0.0591343973974400791 +13008 0.0591553403385562671 +13009 0.0592181695740562411 +13010 0.0592426033327024468 +13011 0.0593124145876622946 +13012 0.0594398221009431182 +13013 0.059574213615560076 +13014 0.0597051171793826913 +13015 0.0598604595889682886 +13016 0.0599512232151375168 +13017 0.0599616960253125386 +13018 0.0599669324369273282 +13019 0.0600070784039204927 +13020 0.0602200308608277154 +13021 0.0602601784444955907 +13022 0.0603282553696389626 +13023 0.0603439655343445888 +13024 0.0604120433703722454 +13025 0.0604679026610536324 +13026 0.0605028149712847074 +13027 0.0607751376985625757 +13028 0.060836237382852279 +13029 0.0609008291312745503 +13030 0.0609357438698257814 +13031 0.0609374896119129345 +13032 0.0610055739368401823 +13033 0.0611138120969718576 +13034 0.0616218585140707389 +13035 0.0616480476115922188 +13036 0.0617667729245613972 +13037 0.0618994686483880299 +13038 0.061904706696624269 +13039 0.0626048997541878011 +13040 0.0626188695164129894 +13041 0.0627882554588273384 +13042 0.0628738233650810441 +13043 0.062982094706922398 +13044 0.0630624263197179652 +13045 0.0631060852565348829 +13046 0.0631986432555989713 +13047 0.0632195999825383576 +13048 0.063329624004984153 +13049 0.063843096325263804 +13050 0.0638867609874018139 +13051 0.0639740912788760024 +13052 0.0640893692408360943 +13053 0.0641784492093896847 +13054 0.0642884910313072655 +13055 0.0643024647433224905 +13056 0.0646273629293033641 +13057 0.0651584182255954131 +13058 0.0652527554908181595 +13059 0.0655532474032290424 +13060 0.0656161430390373446 +13061 0.0658502606137063851 +13062 0.0658607437133109652 +13063 0.0659865424031838566 +13064 0.0661403001102637417 +13065 0.0666050929188798657 +13066 0.0666190722383492862 +13067 0.0669318685327719987 +13068 0.0669458486593140639 +13069 0.0672219632612031381 +13070 0.0674543993525612978 +13071 0.0675942151772614824 +13072 0.0676012060602025344 +13073 0.0678878397970905934 +13074 0.0679367787373932192 +13075 0.0682356651907507217 +13076 0.0682671278595744085 +13077 0.068272371655090841 +13078 0.0683772486088850134 +13079 0.0684471676832726084 +13080 0.0684996075699448176 +13081 0.0685065995924775822 +13082 0.068648189956356867 +13083 0.0686796549758335595 +13084 0.0690205375676851834 +13085 0.0692582938771366813 +13086 0.0695729872768975355 +13087 0.0696359281413944653 +13088 0.0698702144447799767 +13089 0.0698807051133228663 +13090 0.0699261649121322298 +13091 0.0699296618355630256 +13092 0.0699716250932050504 +13093 0.0702653770339795036 +13094 0.0705801290566242523 +13095 0.0707619942062090723 +13096 0.0708686679907449824 +13097 0.0709228800755703354 +13098 0.0711467293654880484 +13099 0.0713548477104003903 +13100 0.0717448730282933961 +13101 0.071916283410521642 +13102 0.0722941056395089848 +13103 0.072587986237452759 +13104 0.0726964463576011827 +13105 0.0727279352030704013 +13106 0.0729098744917284908 +13107 0.0729221206344838474 +13108 0.0733717490835625041 +13109 0.0737986699830724541 +13110 0.0738861581588886457 +13111 0.0739334023955976888 +13112 0.0742168769905004327 +13113 0.07422562645699117 +13114 0.0744198684860625098 +13115 0.0745336172644552597 +13116 0.074579117489675481 +13117 0.0752949249279024346 +13118 0.0755137127932867941 +13119 0.0758672942006369116 +13120 0.0758953017192013357 +13121 0.0759128064982409617 +13122 0.0759898282569194117 +13123 0.0762016442433770674 +13124 0.0762138983371561107 +13125 0.076243658405186418 +13126 0.0768283925174512994 +13127 0.0769194352015953181 +13128 0.0772468526467234989 +13129 0.077267864138491904 +13130 0.0775672877082962814 +13131 0.0775865495022873969 +13132 0.0778317062626914663 +13133 0.0778807390976795078 +13134 0.0780558604089489488 +13135 0.0781872055449968351 +13136 0.0782239828218890543 +13137 0.0782449985342670018 +13138 0.0782782735990609491 +13139 0.0784796802013697087 +13140 0.0786600776070839197 +13141 0.0791802905998601619 +13142 0.0796374942286744714 +13143 0.0797688827109446358 +13144 0.0804696829149033344 +13145 0.0805835727921414002 +13146 0.080920002118031617 +13147 0.0811460541633010762 +13148 0.0811670828172853936 +13149 0.0812617129346391021 +13150 0.0820714050239702425 +13151 0.0822659625730705196 +13152 0.0824535168302959337 +13153 0.0831757601113737449 +13154 0.083238874181110617 +13155 0.0832493932779121842 +13156 0.083470299939366624 +13157 0.0836000437883793329 +13158 0.0839226662497254972 +13159 0.0842751226084887395 +13160 0.0844557452878777065 +13161 0.0845223846191524297 +13162 0.0845469362017230858 +13163 0.0853958025721314462 +13164 0.0858922190987261303 +13165 0.0861536057335422351 +13166 0.0862378141340733595 +13167 0.0865641369628632057 +13168 0.0866097539201489547 +13169 0.0872905560032472966 +13170 0.0876134479180415982 +13171 0.0877959627139281995 +13172 0.0879293437965523172 +13173 0.0879381190126022061 +13174 0.0879539144465768252 +13175 0.0880013010963931475 +13176 0.0882961631036454225 +13177 0.0887911556765153265 +13178 0.0889052578484619271 +13179 0.0889315895530132655 +13180 0.0889754760892759733 +13181 0.0891071384152699181 +13182 0.0892388048219249913 +13183 0.089270405367418218 +13184 0.0893125397944112276 +13185 0.0898146740093410112 +13186 0.0899340713543036185 +13187 0.0902870156776797161 +13188 0.0906435020410657488 +13189 0.0908507346921023917 +13190 0.0916586894106662942 +13191 0.0920065097997967152 +13192 0.0922278653475631233 +13193 0.0925019411369065458 +13194 0.0926741263353924732 +13195 0.0928357761863626146 +13196 0.0930958350469199142 +13197 0.0931555806456935281 +13198 0.0933277934634693246 +13199 0.0935369188562235609 +13200 0.0936863007494080913 +13201 0.0939815659159246586 +13202 0.0940342941134031524 +13203 0.0947022445062849494 +13204 0.0947584980429927171 +13205 0.0960595829497102732 +13206 0.0963022650338508368 +13207 0.0963339203219136103 +13208 0.0965115463900676207 +13209 0.0968474751028575859 +13210 0.0969864278692996185 +13211 0.0970585445444143019 +13212 0.0970778931473525314 +13213 0.097093723893846684 +13214 0.0974965500852332662 +13215 0.0977217287632240333 +13216 0.0977551548374563095 +13217 0.0980120174568258756 +13218 0.0985205150828038223 +13219 0.0988601374331275207 +13220 0.0989234900076038509 +13221 0.0990572377739558085 +13222 0.100197804094478246 +13223 0.101234820997389702 +13224 0.101328148959804937 +13225 0.102018496170486153 +13226 0.102162921734852169 +13227 0.103318529393047712 +13228 0.103697351783257632 +13229 0.104107933877040593 +13230 0.104255966236245293 +13231 0.104731825404181786 +13232 0.104791752840357452 +13233 0.106249706801955252 +13234 0.106801663004051986 +13235 0.106858097859685294 +13236 0.107182615715707988 +13237 0.107505399419892497 +13238 0.10755655364543612 +13239 0.107609472590961486 +13240 0.1076976725999651 +13241 0.108334542353837673 +13242 0.109250356169930701 +13243 0.109377424528012968 +13244 0.109620985236957388 +13245 0.109797489217981228 +13246 0.110012836291619689 +13247 0.110821390669969738 +13248 0.111082711027963688 +13249 0.111792614714756197 +13250 0.112326023116978715 +13251 0.112852449105824995 +13252 0.112949617266318775 +13253 0.116483166627686305 +13254 0.117788661760125646 +13255 0.118156701504163617 +13256 0.119831108726641197 +13257 0.121811096269070815 +13258 0.12256587585181053 +13259 0.123232219055621553 +13260 0.123319066931469851 +13261 0.123639893599250525 +13262 0.12366116505916426 +13263 0.123703708421029818 +13264 0.124090170983863712 +13265 0.124251506941649797 +13266 0.124533422083404413 +13267 0.127141049858089467 +13268 0.128158106685322765 +13269 0.128355168427081417 +13270 0.12858242708409473 +13271 0.129104478043733761 +13272 0.129147098531796345 +13273 0.130230577126040054 +13274 0.130923503610928887 +13275 0.131293131987189754 +13276 0.131380214766741055 +13277 0.133003279441027744 +13278 0.133447871483302616 +13279 0.133529683970364965 +13280 0.133803595066983083 +13281 0.134885268794996599 +13282 0.135303460979422641 +13283 0.135426261132912507 +13284 0.136259308536540558 +13285 0.136488974233169358 +13286 0.136720439435791624 +13287 0.136845082520528794 +13288 0.137990280498298451 +13289 0.139080708771814887 +13290 0.1394015055624446 +13291 0.142104832996321373 +13292 0.142904225801454565 +13293 0.142922072123726984 +13294 0.145727225079464756 +13295 0.14674753743081112 +13296 0.147677067642080634 +13297 0.147900562283136833 +13298 0.148141958285126996 +13299 0.148644492334003453 +13300 0.150134791333581652 +13301 0.150442620905434421 +13302 0.150718267505138726 +13303 0.151559712730990614 +13304 0.152632516350067665 +13305 0.15706296948590151 +13306 0.157981979796641026 +13307 0.158567313120830167 +13308 0.158640938735688602 +13309 0.159891123399184987 +13310 0.164158567933818167 +13311 0.164288169414448043 +13312 0.165323441185647041 +13313 0.165422491461645893 +13314 0.170315510336687653 +13315 0.170496000629360545 +13316 0.17207771903150576 +13317 0.182942329431733858 +13318 0.183457962895728105 +13319 0.184538665015463371 +13320 0.187729577077656279 +13321 0.18828645011559339 +13322 0.188679628720696518 +13323 0.189888766482837867 +13324 0.190382462931881602 +13325 0.190628445447331263 +13326 0.190792450509973927 +13327 0.19104577353378302 +13328 0.191474126252669907 +13329 0.191674663265214457 +13330 0.19937608666849263 +13331 0.202138208327413055 +13332 0.202372843239303046 +13333 0.203012737516870101 +13334 0.203208966196935986 +13335 0.204542761563987763 +13336 0.20481991335542768 +13337 0.206336715245680674 +13338 0.206428570915979687 +13339 0.208005522442066992 +13340 0.208373303318665742 +13341 0.209064930010330496 +13342 0.210205947039202062 +13343 0.211686649605490745 +13344 0.212973114041807826 +13345 0.213290262998998892 +13346 0.213655422131157652 +13347 0.213904436714349305 +13348 0.21420145473636551 +13349 0.214858389557076396 +13350 0.217250121680998692 +13351 0.217776919830791948 +13352 0.222573419910049863 +13353 0.224953439601482869 +13354 0.225499286597060089 +13355 0.226115894783494586 +13356 0.229049702139889316 +13357 0.229261847437271654 +13358 0.230181453089377513 +13359 0.230676834193653729 +13360 0.233551456693734061 +13361 0.234139298187085426 +13362 0.234449165578293484 +13363 0.235046664848514636 +13364 0.238480908410894837 +13365 0.238488394256469838 +13366 0.240495851115061249 +13367 0.240769448269032765 +13368 0.243329657608133965 +13369 0.244833940408868356 +13370 0.247022495503340905 +13371 0.247250174872111539 +13372 0.247331093689963227 +13373 0.247485415584003138 +13374 0.248116035174118066 +13375 0.249095412361747065 +13376 0.250299761474286009 +13377 0.250394037962669347 +13378 0.250480777403169097 +13379 0.251352213085134446 +13380 0.251927781352555169 +13381 0.252235468377823957 +13382 0.25267917467511497 +13383 0.253113564658498325 +13384 0.253359143902868511 +13385 0.255535189109867167 +13386 0.255694118777277657 +13387 0.256006350523995119 +13388 0.257917098062656891 +13389 0.259126533117235547 +13390 0.259771458242584408 +13391 0.260925430504569011 +13392 0.261067840967693365 +13393 0.261390688490873768 +13394 0.261540741496463724 +13395 0.261764899533947493 +13396 0.262171509829551508 +13397 0.262274130047301157 +13398 0.263074431667885578 +13399 0.264084456963094516 +13400 0.264994262913083589 +13401 0.265317970003497217 +13402 0.266057051861843419 +13403 0.266074199944331347 +13404 0.267490564813086806 +13405 0.268658243677301067 +13406 0.26874223067863795 +13407 0.268875856402554403 +13408 0.268969401749230341 +13409 0.269395204964499868 +13410 0.269769557166215035 +13411 0.270696305839472462 +13412 0.271137915620615177 +13413 0.273403543382105874 +13414 0.273591231134829471 +13415 0.273602723025206329 +13416 0.27385556808587308 +13417 0.274004997651450477 +13418 0.275059114073790245 +13419 0.275379337285848624 +13420 0.275899135195492862 +13421 0.276117852704975186 +13422 0.276234899673635403 +13423 0.277008421373724445 +13424 0.277453916980030524 +13425 0.277557630176561099 +13426 0.277826551906593167 +13427 0.277884184693230618 +13428 0.27879894203130634 +13429 0.279729687070824684 +13430 0.280206838386863111 +13431 0.280711103323463163 +13432 0.281022992241425351 +13433 0.281450509375581692 +13434 0.281577634473827554 +13435 0.282201872370859863 +13436 0.282309793879684912 +13437 0.28238688582819671 +13438 0.28254301019219058 +13439 0.282591200286315014 +13440 0.282739636339156886 +13441 0.283746338438776557 +13442 0.284215226755863248 +13443 0.284377348809895791 +13444 0.284406301190122501 +13445 0.284527907853002804 +13446 0.28459740221095603 +13447 0.284612845879427978 +13448 0.284618637299906718 +13449 0.284661108463518553 +13450 0.285083961306748401 +13451 0.285483764113774963 +13452 0.285520466840219866 +13453 0.28596097639233381 +13454 0.286169688374796283 +13455 0.286386164130463694 +13456 0.286434489299452866 +13457 0.286606540797473608 +13458 0.286734143567949684 +13459 0.286830820286701205 +13460 0.286904299180551936 +13461 0.287229200752876002 +13462 0.287345255825938173 +13463 0.287554179913963703 +13464 0.287705089503309253 +13465 0.28775926626450482 +13466 0.287832795324991675 +13467 0.288277924654312456 +13468 0.288936209712442715 +13469 0.289275157718579368 +13470 0.289397199802443161 +13471 0.289590940032560862 +13472 0.289906796200963879 +13473 0.290013390119374659 +13474 0.290558119714211194 +13475 0.290990570910462376 +13476 0.29158226538710641 +13477 0.291739447753069092 +13478 0.291898589406831221 +13479 0.292327589690984713 +13480 0.292329531181059754 +13481 0.292383894046376269 +13482 0.292523694411476631 +13483 0.292673219301718524 +13484 0.292834414207903515 +13485 0.293090812425195746 +13486 0.293277314775937548 +13487 0.29343663950547838 +13488 0.293487161075519309 +13489 0.293504649757134417 +13490 0.293586266637033633 +13491 0.293607643312020106 +13492 0.294058576714185282 +13493 0.294443545865803125 +13494 0.294505773561123452 +13495 0.294566059418399251 +13496 0.294671080022278042 +13497 0.295019263257154218 +13498 0.295097082049141257 +13499 0.295445377069609494 +13500 0.29553100549749417 +13501 0.295622478338895545 +13502 0.295867734571685026 +13503 0.295972858293716723 +13504 0.29629996329477587 +13505 0.296412911193537021 +13506 0.296521973496862212 +13507 0.296919348061668809 +13508 0.29715315370762968 +13509 0.297416234624280185 +13510 0.297655976313015047 +13511 0.298510045547872804 +13512 0.298595873147094959 +13513 0.298790956747109371 +13514 0.299015338756860427 +13515 0.299181211014237947 +13516 0.2993568633530439 +13517 0.299456410136301976 +13518 0.299493498127970381 +13519 0.299630147165787009 +13520 0.300131966803525108 +13521 0.300571461350527369 +13522 0.30063397926353369 +13523 0.300714084718667229 +13524 0.300970064403802418 +13525 0.30102869278118688 +13526 0.301097095889399535 +13527 0.3013199194954439 +13528 0.301392247635912713 +13529 0.301521275381619325 +13530 0.301544736346567588 +13531 0.301681600410229178 +13532 0.301963194655284317 +13533 0.301969061850957121 +13534 0.30237004969660114 +13535 0.302448305673431783 +13536 0.303000144373920144 +13537 0.303356420460171416 +13538 0.3033994934460707 +13539 0.303748045835860514 +13540 0.30395173794118352 +13541 0.304304357928461944 +13542 0.304519895376595295 +13543 0.30471195000797352 +13544 0.304758988159165689 +13545 0.304778587895768005 +13546 0.305096145198239965 +13547 0.305115750068278291 +13548 0.305284364283722409 +13549 0.305362797032206756 +13550 0.305486338314000072 +13551 0.305609891471291861 +13552 0.305633426752998205 +13553 0.305943348190137909 +13554 0.306347535404524918 +13555 0.306636038184464665 +13556 0.307093458094424177 +13557 0.3071052393075549 +13558 0.307429265212747271 +13559 0.307452833937557846 +13560 0.30747247487366125 +13561 0.307480331332642354 +13562 0.307545148962763748 +13563 0.307835886681221027 +13564 0.308032368582006555 +13565 0.30818957589607926 +13566 0.30833697536008442 +13567 0.308454907207309892 +13568 0.308490288890292896 +13569 0.308543363257589021 +13570 0.308566952575224485 +13571 0.308861855929162654 +13572 0.30931417388628818 +13573 0.309394821384312624 +13574 0.309414492282410303 +13575 0.309416459388973553 +13576 0.309428262092323658 +13577 0.309746976556747933 +13578 0.309841425842762141 +13579 0.309888653122573299 +13580 0.310327557387767017 +13581 0.310359054121614575 +13582 0.31072329201471327 +13583 0.310798121424673557 +13584 0.310839476418550642 +13585 0.310981275235321819 +13586 0.310999001205464032 +13587 0.311085665081787865 +13588 0.311128999248166727 +13589 0.311247190891280667 +13590 0.311288560578480256 +13591 0.311448142065477995 +13592 0.312039360427777079 +13593 0.312126095766140699 +13594 0.312520422585894353 +13595 0.312619023590949396 +13596 0.312690021098912696 +13597 0.313015477632724359 +13598 0.313151602627296577 +13599 0.313546251204017135 +13600 0.313621248462089941 +13601 0.313737700458319502 +13602 0.314010121939772235 +13603 0.314063428720717575 +13604 0.314284577367811457 +13605 0.314513665362840589 +13606 0.3145906957467825 +13607 0.315017411493004329 +13608 0.315118185084484803 +13609 0.315402766183576266 +13610 0.315473921595986972 +13611 0.315695319944993169 +13612 0.315926644134617074 +13613 0.31595432682820912 +13614 0.315964213653528503 +13615 0.316130324050888367 +13616 0.316375575138144238 +13617 0.316387443351835052 +13618 0.316874137628723851 +13619 0.316886010601094725 +13620 0.317135369233050524 +13621 0.317313513199392105 +13622 0.31734122678079435 +13623 0.317357063390866667 +13624 0.317786708571335952 +13625 0.317792649409811556 +13626 0.317838196784148208 +13627 0.317978810109577015 +13628 0.318061997336479663 +13629 0.31827593301113688 +13630 0.318394802141530708 +13631 0.318438390350474332 +13632 0.318684098076721711 +13633 0.318703915343450439 +13634 0.318757423550485641 +13635 0.318933818860510754 +13636 0.31897147954828331 +13637 0.319062662810856545 +13638 0.319124116198248098 +13639 0.319187555161197234 +13640 0.319211345612738562 +13641 0.319560324937022411 +13642 0.319564291178508708 +13643 0.319748735499023162 +13644 0.319798322012395275 +13645 0.320091915055465526 +13646 0.320131595159260818 +13647 0.320589993103513715 +13648 0.320631674115720466 +13649 0.320651522713427228 +13650 0.320846055934238206 +13651 0.320988997928418507 +13652 0.321131956560485932 +13653 0.321493398469126168 +13654 0.321533123854847946 +13655 0.321574836894905403 +13656 0.321608605633367295 +13657 0.321854946928507302 +13658 0.321978136150311123 +13659 0.321988071304852075 +13660 0.322081465697569569 +13661 0.322282188395133562 +13662 0.322347778194563228 +13663 0.322506798366213487 +13664 0.322651922317842121 +13665 0.322717531950570791 +13666 0.322761273662456605 +13667 0.323023756825099595 +13668 0.323039666708626438 +13669 0.323290274727639049 +13670 0.323499154066382799 +13671 0.323540934227103172 +13672 0.323720008277283255 +13673 0.323803585171992758 +13674 0.323851345971479021 +13675 0.323952843888015485 +13676 0.323970756163052376 +13677 0.324106101868801788 +13678 0.324159846248864902 +13679 0.324189705263160433 +13680 0.324394756951344732 +13681 0.324727292877970641 +13682 0.324902557998208441 +13683 0.324986216175262799 +13684 0.325165503107888443 +13685 0.325587928151406858 +13686 0.325807168958191506 +13687 0.325819128688476733 +13688 0.325858995308776156 +13689 0.325900856672132866 +13690 0.326215860006276559 +13691 0.326271691933337715 +13692 0.326339491308297758 +13693 0.326433220230753163 +13694 0.326710461053826784 +13695 0.326720434930112713 +13696 0.32676033125843984 +13697 0.326792249269522939 +13698 0.32685010281379101 +13699 0.327165353570516737 +13700 0.327289082057149738 +13701 0.327606443768789002 +13702 0.327706260315222542 +13703 0.327881957519519707 +13704 0.328043701462035209 +13705 0.328061674352275068 +13706 0.328193483746583969 +13707 0.328365257044446746 +13708 0.328477122610564554 +13709 0.328577011373829386 +13710 0.328604981714672506 +13711 0.32870088496716221 +13712 0.328716869586541227 +13713 0.329152532347009974 +13714 0.329186512692887012 +13715 0.329216496149925764 +13716 0.329488380357492394 +13717 0.329556361039649637 +13718 0.329596351476648675 +13719 0.329632344010467038 +13720 0.329668337624955177 +13721 0.329704332320285731 +13722 0.330046335865896268 +13723 0.330054337117790753 +13724 0.330076340836191584 +13725 0.33012435035274551 +13726 0.330340417009740539 +13727 0.330428455352783812 +13728 0.330492487308657268 +13729 0.330556522693012222 +13730 0.330580536846248996 +13731 0.33062056150682001 +13732 0.330784676627525198 +13733 0.330934801658035682 +13734 0.330996858848342845 +13735 0.331054915268311434 +13736 0.331128991350750468 +13737 0.331173038767920869 +13738 0.331373274790366767 +13739 0.331557521616375306 +13740 0.331747806371442078 +13741 0.331807902605560867 +13742 0.331902059466423816 +13743 0.332020266912278983 +13744 0.332054328862090298 +13745 0.332358926084799111 +13746 0.332479183295249947 +13747 0.332527289583742669 +13748 0.332976375502649691 +13749 0.33299442268031848 +13750 0.333010464846226539 +13751 0.333088673508196598 +13752 0.333401559686305193 +13753 0.333461739563735871 +13754 0.333674399588020587 +13755 0.333694463823299814 +13756 0.333766697882248997 +13757 0.333905158801664159 +13758 0.333923220114412944 +13759 0.334123919897969135 +13760 0.334127934240568691 +13761 0.334276474486050135 +13762 0.334316623698089732 +13763 0.334334691287862695 +13764 0.334445110330793882 +13765 0.334900948940270671 +13766 0.334971248070206173 +13767 0.335063647574683154 +13768 0.335152036473730985 +13769 0.33533285256044737 +13770 0.335393130744981116 +13771 0.335533791818206917 +13772 0.335618196513369105 +13773 0.335778984075676579 +13774 0.33582923468625947 +13775 0.33587948743926388 +13776 0.335881497593952916 +13777 0.33594180382909411 +13778 0.33601216500462 +13779 0.336213220095897047 +13780 0.336285608332785702 +13781 0.336333869630316751 +13782 0.336341913372281198 +13783 0.336349957169215341 +13784 0.336374088889855705 +13785 0.336619456145435092 +13786 0.33663957048508425 +13787 0.336816591511135688 +13788 0.337021808335072282 +13789 0.337045953847190216 +13790 0.33731963768026002 +13791 0.337323662918477707 +13792 0.337738336421858409 +13793 0.337814845609907877 +13794 0.337843034464091918 +13795 0.337903441434233343 +13796 0.338185381806580088 +13797 0.338193438242886057 +13798 0.338290119801750222 +13799 0.338386809344243755 +13800 0.338439186181067553 +13801 0.338644687181053228 +13802 0.338691030629528766 +13803 0.338731330772985395 +13804 0.338900606543295346 +13805 0.338942929315691199 +13806 0.338975176266114953 +13807 0.339039672836301764 +13808 0.339092078920828377 +13809 0.339112235733072698 +13810 0.339160613501388541 +13811 0.339204961549052442 +13812 0.339535609170665054 +13813 0.339735252778881947 +13814 0.340080172255932844 +13815 0.340136660024681237 +13816 0.34021736158817989 +13817 0.340411068156390106 +13818 0.340554351038941272 +13819 0.340637099892928008 +13820 0.340643154918156721 +13821 0.340649209974894507 +13822 0.340695633123442476 +13823 0.340847025826794436 +13824 0.340879325487407958 +13825 0.341109486546051888 +13826 0.341271030298995026 +13827 0.341287185909770363 +13828 0.341442695155174447 +13829 0.341565905577792539 +13830 0.341569945485196591 +13831 0.341640646141095738 +13832 0.341666907481732673 +13833 0.341897224703125724 +13834 0.342018462666126732 +13835 0.34213971330874493 +13836 0.342315549276430098 +13837 0.34246715343106604 +13838 0.342721893105575104 +13839 0.342746156951257652 +13840 0.342911973516983659 +13841 0.343061633265404786 +13842 0.343089949451003018 +13843 0.343098039917131947 +13844 0.343118266330171839 +13845 0.343567383894467504 +13846 0.343757603436470383 +13847 0.343789984353208178 +13848 0.343935709725021022 +13849 0.344014651988328424 +13850 0.344032870201070595 +13851 0.344081453508847113 +13852 0.344383120699968681 +13853 0.344494494319523281 +13854 0.344571449656598416 +13855 0.344840833847854911 +13856 0.34503734178894746 +13857 0.345057602248386663 +13858 0.345077863064735424 +13859 0.34524806801717467 +13860 0.345266305756655789 +13861 0.345406138040879052 +13862 0.345479100770437475 +13863 0.345497342176839084 +13864 0.345533825858617416 +13865 0.345702071162817426 +13866 0.345856148728623358 +13867 0.345916974514238085 +13868 0.346103527031938252 +13869 0.346133946079916099 +13870 0.346330675406544664 +13871 0.346413839190831796 +13872 0.346415867651200138 +13873 0.346421953053846599 +13874 0.346446294987572345 +13875 0.346480780278810185 +13876 0.346492951805859595 +13877 0.346515266607922812 +13878 0.346561926234861761 +13879 0.346927154198446164 +13880 0.346963683403807732 +13881 0.347000213775182753 +13882 0.347140257670603969 +13883 0.347146346924516125 +13884 0.347182883128733577 +13885 0.347406185298875347 +13886 0.347822455795758156 +13887 0.347893541532280914 +13888 0.347958538079168378 +13889 0.347974787794151308 +13890 0.348047914374606304 +13891 0.348340467571925272 +13892 0.348377041998152726 +13893 0.348444098160072047 +13894 0.348474579537526474 +13895 0.348665614731890172 +13896 0.348807895791865885 +13897 0.348897338698643311 +13898 0.348946128699904878 +13899 0.349102677404366235 +13900 0.349259247645141602 +13901 0.349310086772606054 +13902 0.349426008480504646 +13903 0.34953583994726195 +13904 0.349706709990181275 +13905 0.349828775752691779 +13906 0.349965098023762744 +13907 0.350142137935855413 +13908 0.350150278365842005 +13909 0.350286639248616083 +13910 0.350402660663253818 +13911 0.350549230993849215 +13912 0.350589948336842205 +13913 0.350738579050467791 +13914 0.350740615222965624 +13915 0.350811883565299965 +13916 0.350854646722315477 +13917 0.350895375039131152 +13918 0.351190699143034579 +13919 0.351229402492757081 +13920 0.351374042514197293 +13921 0.351392378485139101 +13922 0.351636886501621393 +13923 0.351642999879366314 +13924 0.351769350420876814 +13925 0.351848836223841166 +13926 0.352079172817400032 +13927 0.352142370712960673 +13928 0.352319751443881002 +13929 0.352364610756787433 +13930 0.352458413264157111 +13931 0.352525711171143896 +13932 0.352676636226155249 +13933 0.35273782781333668 +13934 0.352847981039677072 +13935 0.352860220951463077 +13936 0.352952024526807684 +13937 0.353145856639293432 +13938 0.353249927638790484 +13939 0.353288701646645775 +13940 0.353329517834271634 +13941 0.353570363470429527 +13942 0.353709179286813336 +13943 0.353799010415271287 +13944 0.353809218952093829 +13945 0.353948064255519113 +13946 0.353966442124840741 +13947 0.354011367070420246 +13948 0.354041998744720254 +13949 0.354231933765234153 +13950 0.354297295177118721 +13951 0.354615986554869866 +13952 0.354650721211479503 +13953 0.354734497454399611 +13954 0.354771279244553539 +13955 0.354795801108023778 +13956 0.354810105775948736 +13957 0.35488163185227789 +13958 0.355039005281146069 +13959 0.355063533000039122 +13960 0.355065577000839461 +13961 0.355188223870817443 +13962 0.355280217833085998 +13963 0.355507168579595856 +13964 0.355654404473393138 +13965 0.355883476593148229 +13966 0.355932569578642333 +13967 0.355946888771972503 +13968 0.356286511961379726 +13969 0.356298789430815832 +13970 0.356415432119299491 +13971 0.356558694190862835 +13972 0.356575068169217801 +13973 0.35666103549506134 +13974 0.356685598803992088 +13975 0.356759291973860915 +13976 0.356763386181509767 +13977 0.356771574641862654 +13978 0.356814565044369258 +13979 0.357004971024091011 +13980 0.357603016239316063 +13981 0.357666526191660783 +13982 0.357740284230386341 +13983 0.35777511611379309 +13984 0.357803802012529149 +13985 0.358055859908875285 +13986 0.358176785995809766 +13987 0.358242378525529759 +13988 0.35827107647389661 +13989 0.358320274680073214 +13990 0.358558096709955032 +13991 0.358621661216110943 +13992 0.358750851903816614 +13993 0.358857496809390719 +13994 0.358914925232139637 +13995 0.359085176944149764 +13996 0.359099536716550205 +13997 0.359200060327225956 +13998 0.359390875092826523 +13999 0.359555043102217531 +14000 0.359669975177656975 +14001 0.359727445685854408 +14002 0.359828026249392863 +14003 0.360135982729988202 +14004 0.360216065449720291 +14005 0.360228386382529242 +14006 0.360246868038978207 +14007 0.360261242874084231 +14008 0.360433755465801697 +14009 0.360598078193160754 +14010 0.360692574821675993 +14011 0.360737771717400457 +14012 0.360813788847221817 +14013 0.360898030154080007 +14014 0.361115854533743785 +14015 0.361165179227379007 +14016 0.361224782839327685 +14017 0.361337833013773091 +14018 0.361510513817770329 +14019 0.361512569704441622 +14020 0.361537240643396263 +14021 0.361633873801661954 +14022 0.361960844528229297 +14023 0.362053401029401201 +14024 0.362187107484907789 +14025 0.362195336104713439 +14026 0.36222619397664646 +14027 0.362407244248345362 +14028 0.362715921340359959 +14029 0.362849708320515163 +14030 0.36301645026953866 +14031 0.36313380236373749 +14032 0.363201748779439781 +14033 0.36322028034951781 +14034 0.363226457609023001 +14035 0.363288232114978016 +14036 0.363411791552855523 +14037 0.363469457382843752 +14038 0.363722811030195881 +14039 0.363912349573393634 +14040 0.363918530729600342 +14041 0.363982404717542951 +14042 0.364153440493231395 +14043 0.364161683855386331 +14044 0.3645244532103315 +14045 0.364580115960123297 +14046 0.364635781540265769 +14047 0.364697635505234319 +14048 0.364710006717720137 +14049 0.364765678904632129 +14050 0.36498014639551013 +14051 0.365105959397342084 +14052 0.365182279256055287 +14053 0.365242101248739293 +14054 0.365347313386031269 +14055 0.365421586876759019 +14056 0.365431903038713646 +14057 0.365518562645555822 +14058 0.365572212514599371 +14059 0.365663010605442651 +14060 0.365675392748295691 +14061 0.365696029965111136 +14062 0.365836373386820235 +14063 0.365879718384859887 +14064 0.366104727232968497 +14065 0.366158405924930541 +14066 0.366195569644121977 +14067 0.366247188022111758 +14068 0.36632358770674206 +14069 0.366523904197277206 +14070 0.366612716072879874 +14071 0.366682944542737366 +14072 0.366695338272187144 +14073 0.366763506305416043 +14074 0.366947374704338358 +14075 0.367081680241569452 +14076 0.367546712110910612 +14077 0.367631472680987115 +14078 0.367695564330821012 +14079 0.36773898340305522 +14080 0.367836165710779706 +14081 0.367844436946984543 +14082 0.368059511204765488 +14083 0.368092603334083723 +14084 0.368121559774868046 +14085 0.368185680357442868 +14086 0.368287039974101116 +14087 0.36842358014174803 +14088 0.368483580499859853 +14089 0.368576691077039664 +14090 0.368700850953983417 +14091 0.368903676014377069 +14092 0.368918164971675899 +14093 0.368940933724694886 +14094 0.36899889271030889 +14095 0.369301157692115745 +14096 0.369690500003015177 +14097 0.369765070905528459 +14098 0.369789929016104413 +14099 0.370017821674058889 +14100 0.370106920054217192 +14101 0.370179447417375129 +14102 0.370440586266924998 +14103 0.370564960308023772 +14104 0.370577398500603172 +14105 0.370701788314011682 +14106 0.370859369340387435 +14107 0.370865590116511656 +14108 0.370892547227803349 +14109 0.370944389720973766 +14110 0.370946463472556998 +14111 0.37112482103626987 +14112 0.371340548698747108 +14113 0.371506522462608402 +14114 0.371622719323541684 +14115 0.371684972802459657 +14116 0.371784585860491013 +14117 0.371979688155382515 +14118 0.372176901977839925 +14119 0.372224653922867854 +14120 0.372419836106995639 +14121 0.37249459612257152 +14122 0.372565207582456315 +14123 0.372660748125200336 +14124 0.372706444433809347 +14125 0.372870551761049773 +14126 0.373092863736691482 +14127 0.373200919841383538 +14128 0.373317300133817587 +14129 0.373491894268560665 +14130 0.373616621784412573 +14131 0.373633253217139416 +14132 0.37364156903034218 +14133 0.373678990988749127 +14134 0.373920186095984097 +14135 0.373949299525539847 +14136 0.374001289762376565 +14137 0.374088639046681548 +14138 0.374198875702611455 +14139 0.374402739449963939 +14140 0.37455670314256867 +14141 0.374589995505727524 +14142 0.374827233622854417 +14143 0.3748522091212656 +14144 0.374877185203728758 +14145 0.37502080901524748 +14146 0.375064524445095304 +14147 0.375193599494022534 +14148 0.375297703648011294 +14149 0.375491364398591598 +14150 0.375614242678855959 +14151 0.375780879921339628 +14152 0.376005881539985432 +14153 0.376085060080051214 +14154 0.376114232605102794 +14155 0.376176747850156867 +14156 0.376389327147119424 +14157 0.376395580122172946 +14158 0.376401833133968911 +14159 0.376406001828912706 +14160 0.376551916442356027 +14161 0.376610287891939066 +14162 0.376747890414228681 +14163 0.376772910967801467 +14164 0.376837550123350462 +14165 0.37701480668519366 +14166 0.377039833522719137 +14167 0.377142032561227025 +14168 0.377219209779342313 +14169 0.377365236076339428 +14170 0.377473725756327261 +14171 0.377534234432804316 +14172 0.377565533377757889 +14173 0.377711607328527044 +14174 0.377722041951746745 +14175 0.377749172452468973 +14176 0.377928668632270037 +14177 0.378304456708789372 +14178 0.378550879017000574 +14179 0.378590562545716158 +14180 0.378598917162351389 +14181 0.378717977614359103 +14182 0.378743044679279051 +14183 0.37876393435359601 +14184 0.378826605850837106 +14185 0.37901255313860821 +14186 0.37912748072873026 +14187 0.379148377996249619 +14188 0.379152557499315757 +14189 0.379269590293909831 +14190 0.37944307345403544 +14191 0.37946188659272595 +14192 0.379532961473450392 +14193 0.379620766458302117 +14194 0.379840310865349751 +14195 0.379923958840464149 +14196 0.380269076845844933 +14197 0.380300456809799237 +14198 0.380331837707593823 +14199 0.380553622679179471 +14200 0.380582918523034275 +14201 0.380725224208707802 +14202 0.381158537848744761 +14203 0.381252760072965657 +14204 0.381499871766748933 +14205 0.381738661955444258 +14206 0.381946076406398882 +14207 0.382096949005495401 +14208 0.382132574865636065 +14209 0.382220596879165042 +14210 0.382258322858518018 +14211 0.382293954195100705 +14212 0.382560179522853872 +14213 0.382562276053345141 +14214 0.38281598718121479 +14215 0.382987958555937924 +14216 0.383019419787442694 +14217 0.383275339565954221 +14218 0.383409617575008577 +14219 0.383474664677088239 +14220 0.38347886140311449 +14221 0.383642546844882526 +14222 0.383692916747496005 +14223 0.38376008039002163 +14224 0.383827248344948746 +14225 0.384108561021921868 +14226 0.384373147993363917 +14227 0.384650406241350606 +14228 0.38471763145079485 +14229 0.384856297121039526 +14230 0.384959257795871979 +14231 0.384978170044812884 +14232 0.385028604384979878 +14233 0.385049619413108224 +14234 0.385190431025593472 +14235 0.385255589102109164 +14236 0.385322853323871561 +14237 0.385362793509305301 +14238 0.385398530762065594 +14239 0.385482623250050505 +14240 0.38578541242123443 +14241 0.385814854953082043 +14242 0.38583588584271078 +14243 0.385854814006600322 +14244 0.38593263340731726 +14245 0.385962080103102734 +14246 0.386121948133849258 +14247 0.386185060697367133 +14248 0.386227137866887615 +14249 0.386248177089912992 +14250 0.386265008774735075 +14251 0.386378629772633153 +14252 0.386549084551593869 +14253 0.386584862560106546 +14254 0.386637479515912763 +14255 0.386675365373671975 +14256 0.386740616477870558 +14257 0.386972185732268548 +14258 0.387041666577969123 +14259 0.387401778191714952 +14260 0.387439691948015863 +14261 0.387494458709141176 +14262 0.387679844593402989 +14263 0.387806263067143275 +14264 0.388084438001714882 +14265 0.388122376734903518 +14266 0.38821722964831118 +14267 0.388293118235024826 +14268 0.38839220337337621 +14269 0.388603054382978708 +14270 0.388615706809896322 +14271 0.388767548004293917 +14272 0.388944724244439433 +14273 0.38897003761447968 +14274 0.388978475542233137 +14275 0.388999570662946215 +14276 0.389026994963478479 +14277 0.389058639291330999 +14278 0.389237975453769258 +14279 0.389265406081887755 +14280 0.389510203942433464 +14281 0.389704395245435375 +14282 0.3897550598553155 +14283 0.389847951434527995 +14284 0.389957743175609217 +14285 0.390046429652356696 +14286 0.390166802071324592 +14287 0.390401251861921927 +14288 0.390432938357094361 +14289 0.390616739249557976 +14290 0.390625190653948462 +14291 0.390650545283234729 +14292 0.390743517598370116 +14293 0.390798459730661352 +14294 0.390840724904594983 +14295 0.390857631460045485 +14296 0.39097175797321837 +14297 0.391018257588567175 +14298 0.391079555746726315 +14299 0.391267700487835934 +14300 0.391415703682394422 +14301 0.391572187373001424 +14302 0.391809072885163201 +14303 0.391923305062871263 +14304 0.391976194633523567 +14305 0.392208941118108112 +14306 0.392418458092757771 +14307 0.392477723181951066 +14308 0.392543342096842773 +14309 0.392558159852256061 +14310 0.392651304932394196 +14311 0.392831268260451005 +14312 0.392833385664136892 +14313 0.392856677393420117 +14314 0.392964673237916395 +14315 0.39330143926314387 +14316 0.393392533381549003 +14317 0.393409482018933665 +14318 0.393765468265460661 +14319 0.393803616997519257 +14320 0.394147019654898567 +14321 0.39421062540302132 +14322 0.394225467313998823 +14323 0.394569011801065628 +14324 0.394573253813353342 +14325 0.394681431083030387 +14326 0.394876603396074277 +14327 0.394952985334672269 +14328 0.395309510041783219 +14329 0.395328613098651027 +14330 0.395339226062737081 +14331 0.395494187926614449 +14332 0.395517540387762601 +14333 0.395738353755808792 +14334 0.39580205881811259 +14335 0.395876386429125537 +14336 0.396025057935309011 +14337 0.396090905113378189 +14338 0.396163129499247924 +14339 0.396418080094642744 +14340 0.396430829302404697 +14341 0.396445703580186881 +14342 0.396617836054777406 +14343 0.396715603280148987 +14344 0.396945180703208944 +14345 0.397000457092811176 +14346 0.397015339711814796 +14347 0.397204580604278323 +14348 0.397381095484524383 +14349 0.397412999040421266 +14350 0.397612950839942747 +14351 0.397689538566037559 +14352 0.398183242776353308 +14353 0.398225814750100549 +14354 0.398494059351431895 +14355 0.398928510939774217 +14356 0.398962593467464155 +14357 0.399120240105517499 +14358 0.399203334039192392 +14359 0.39935888720516971 +14360 0.399429213621135537 +14361 0.399648748784443841 +14362 0.399682855617746524 +14363 0.399823558487824027 +14364 0.399887520823042353 +14365 0.40007516706843349 +14366 0.400211658994315322 +14367 0.400343903168776549 +14368 0.400527367364705289 +14369 0.400565771074904986 +14370 0.40062551308934452 +14371 0.400796224084827624 +14372 0.400798358155383339 +14373 0.401244478206293997 +14374 0.401295719964179676 +14375 0.401449460901774802 +14376 0.401477222187127114 +14377 0.401680116389599828 +14378 0.401688660201866887 +14379 0.401855279060471915 +14380 0.401936462360604874 +14381 0.4021287647742674 +14382 0.402199284886801234 +14383 0.402214244335333593 +14384 0.402256986845153985 +14385 0.402391637648287837 +14386 0.402462176231775548 +14387 0.40265244138042694 +14388 0.402654579396114265 +14389 0.402996720633186589 +14390 0.403069440692171987 +14391 0.403289771911253259 +14392 0.403424561499194811 +14393 0.403617149534204411 +14394 0.403822617623837143 +14395 0.403848304101866062 +14396 0.404043114696398531 +14397 0.404171582004799412 +14398 0.404195136135328537 +14399 0.404349322333480643 +14400 0.404559225115244669 +14401 0.404606352210066578 +14402 0.404664193047559684 +14403 0.404683474071170834 +14404 0.404833450298286546 +14405 0.405094891306719163 +14406 0.405446444578891951 +14407 0.405463596689579431 +14408 0.405502190017599851 +14409 0.40578954288466651 +14410 0.405838872978861953 +14411 0.40588606057227794 +14412 0.405905365232084703 +14413 0.405937540496587757 +14414 0.406046944172075985 +14415 0.406218582002202511 +14416 0.406261496084231122 +14417 0.406499702882936909 +14418 0.406718645918977106 +14419 0.406948373282879527 +14420 0.407081510637075428 +14421 0.40712875721264713 +14422 0.407193187982624383 +14423 0.407392949936106363 +14424 0.407506810750345838 +14425 0.40765291545460558 +14426 0.408269800434662933 +14427 0.408332155117914319 +14428 0.408345056576759347 +14429 0.408611724349371319 +14430 0.408727876309356586 +14431 0.408757992004857795 +14432 0.409007557307690672 +14433 0.409166795649224035 +14434 0.409278708199914187 +14435 0.409334669224791559 +14436 0.409463822140993583 +14437 0.409502571306355312 +14438 0.409554239223297867 +14439 0.409890146552102763 +14440 0.40993752728994437 +14441 0.409971987436269003 +14442 0.409974141235343481 +14443 0.410103377778330447 +14444 0.410174465089049201 +14445 0.410260638390925136 +14446 0.410389912454738826 +14447 0.410588165592720156 +14448 0.410624803687361151 +14449 0.410717482591966498 +14450 0.41075628099934941 +14451 0.411068879442835877 +14452 0.411209041980001855 +14453 0.41160591798434909 +14454 0.4119511577032543 +14455 0.411966264708108043 +14456 0.412385036959113382 +14457 0.412387196041323401 +14458 0.412486518952931758 +14459 0.412814787853278908 +14460 0.41284934886022373 +14461 0.412935756702424661 +14462 0.413138845087666629 +14463 0.413240405049243975 +14464 0.413255531900815765 +14465 0.41341113591976536 +14466 0.413657559474853775 +14467 0.413867284467723084 +14468 0.414016497625840196 +14469 0.414103008420200758 +14470 0.414319318862638231 +14471 0.414767233501796673 +14472 0.414877620792870716 +14473 0.415011833901270055 +14474 0.415055132385092007 +14475 0.41521102281850808 +14476 0.415224014811067355 +14477 0.415416749667785967 +14478 0.415605190188115592 +14479 0.415707006528475753 +14480 0.415722171573327415 +14481 0.415947508586392733 +14482 0.416103541639798291 +14483 0.416138219043149016 +14484 0.416385331260796354 +14485 0.416398338903016252 +14486 0.416526256636539582 +14487 0.416845040021309454 +14488 0.416944816813441421 +14489 0.417079314765064546 +14490 0.417120535601381348 +14491 0.41716175818439355 +14492 0.417287606350505158 +14493 0.417311475943361598 +14494 0.417344026332425622 +14495 0.417578421309473702 +14496 0.417726032336811326 +14497 0.417786819866466541 +14498 0.41781721505766134 +14499 0.418155968701042435 +14500 0.418160312463867478 +14501 0.418214611139295755 +14502 0.418481804874226926 +14503 0.418736033081637982 +14504 0.418751245429501651 +14505 0.418927291390644052 +14506 0.418933812225487867 +14507 0.418968590752314962 +14508 0.419016413264681586 +14509 0.419018587071319115 +14510 0.41902945617765408 +14511 0.419107717342592501 +14512 0.419133805802408776 +14513 0.419368633564299209 +14514 0.41943822309696871 +14515 0.4195208671640418 +14516 0.419855865387963267 +14517 0.419916786619389582 +14518 0.420121335967063803 +14519 0.420238862611791553 +14520 0.420269334815252638 +14521 0.420384702575071378 +14522 0.420848489355161393 +14523 0.420918185492133556 +14524 0.421014025898195698 +14525 0.421083733990151088 +14526 0.421550036379173432 +14527 0.421763652031362402 +14528 0.42189009993044696 +14529 0.421929345756621443 +14530 0.422103791000330908 +14531 0.422215016339655136 +14532 0.423105282204420008 +14533 0.423172958660259835 +14534 0.423186057879705646 +14535 0.423801922806631981 +14536 0.423858724577294343 +14537 0.424343861329426919 +14538 0.42518578479333291 +14539 0.425201099347204015 +14540 0.425227353438360156 +14541 0.425257984121839572 +14542 0.425614684998872894 +14543 0.425982466933990445 +14544 0.42601969085044511 +14545 0.426072244731216243 +14546 0.426089763333988625 +14547 0.426501543042148712 +14548 0.426707499528389156 +14549 0.427347563059137125 +14550 0.427623887677686554 +14551 0.427702852296176772 +14552 0.427781823464096989 +14553 0.427869576890240744 +14554 0.428095579212077582 +14555 0.428170193706552071 +14556 0.428361145685369094 +14557 0.428484077591208989 +14558 0.428868342306482297 +14559 0.429248368275142123 +14560 0.429388994473927921 +14561 0.429441734671401676 +14562 0.429995683865847078 +14563 0.430017672654553151 +14564 0.430176006996349891 +14565 0.430699578378355818 +14566 0.430941663034103084 +14567 0.430946065146672053 +14568 0.431078138050761561 +14569 0.431084742180094405 +14570 0.431203624395236518 +14571 0.431439231467694251 +14572 0.431516311950715881 +14573 0.431540538543967234 +14574 0.431677100052401175 +14575 0.431857743988082743 +14576 0.431950282314491785 +14577 0.43230730086041641 +14578 0.432552002693668391 +14579 0.432862931748193125 +14580 0.433193819990585816 +14581 0.433568967256279691 +14582 0.433630770560566425 +14583 0.433644014653862819 +14584 0.433961928838573541 +14585 0.43414742841968762 +14586 0.434165096955452467 +14587 0.434511909211018843 +14588 0.434525165722454643 +14589 0.434869900714714541 +14590 0.434874321215954596 +14591 0.435665926650076918 +14592 0.43581193806956442 +14593 0.436110668683637237 +14594 0.436571121733102752 +14595 0.436788144505348253 +14596 0.437029586149333849 +14597 0.437031801498950156 +14598 0.437306545555271597 +14599 0.437656739765769132 +14600 0.437865145486598828 +14601 0.437874014847403403 +14602 0.438275441674538913 +14603 0.438317590423429881 +14604 0.43871698893147909 +14605 0.439152084331835113 +14606 0.439480760546743621 +14607 0.439569611888564804 +14608 0.440262943892384795 +14609 0.440431910837218665 +14610 0.440796628512596156 +14611 0.440930097624383288 +14612 0.440983490645513454 +14613 0.441170390425630166 +14614 0.441197093469131607 +14615 0.441268305344817202 +14616 0.441626673117827107 +14617 0.442136640123241553 +14618 0.442399527592634012 +14619 0.443322453090817581 +14620 0.443866831710301613 +14621 0.444353474609807397 +14622 0.444675067755047948 +14623 0.444795694132271491 +14624 0.445372238394882103 +14625 0.445439301874198557 +14626 0.445542142040166733 +14627 0.445653937874542827 +14628 0.445832839489408883 +14629 0.446043093392628931 +14630 0.446351851216640227 +14631 0.446828616108688847 +14632 0.446844288643116039 +14633 0.447184672593648191 +14634 0.447706690849008604 +14635 0.448542988149343402 +14636 0.448567662680297852 +14637 0.448695532279261899 +14638 0.44891317605659864 +14639 0.448935616506750124 +14640 0.449755070503296051 +14641 0.45022237637671858 +14642 0.450238107182901581 +14643 0.450417907109293414 +14644 0.450644955197118335 +14645 0.451047486453715729 +14646 0.451067730155482738 +14647 0.451976911752767996 +14648 0.452094001206270968 +14649 0.452229123178315873 +14650 0.452431843839983305 +14651 0.453825083914326577 +14652 0.453983029418457695 +14653 0.454154544317290576 +14654 0.4545247662235814 +14655 0.454843187976301466 +14656 0.454944835556338856 +14657 0.455044235358230131 +14658 0.455880530444785714 +14659 0.456699494496041858 +14660 0.45767326575225431 +14661 0.460573652592587091 +14662 0.461092081195507764 +14663 0.461638120664527807 +14664 0.462020547105496782 +14665 0.462473752558421158 +14666 0.46333297023402914 +14667 0.46336717377074399 +14668 0.464113137909735296 +14669 0.464145089188327142 +14670 0.465387515664436757 +14671 0.465616092314337648 +14672 0.468180191914792487 +14673 0.468216875869754467 +14674 0.468551687454609289 +14675 0.469423711616553385 +14676 0.46950407307160702 +14677 0.469970314280472479 +14678 0.470852944814086016 +14679 0.471329106019202193 +14680 0.472132494902671451 +14681 0.472648525399093578 +14682 0.473160248794255944 +14683 0.475727997028711602 +14684 0.475790437559480583 +14685 0.476107334478554634 +14686 0.476449805414249694 +14687 0.476982291601317221 +14688 0.477121254719662435 +14689 0.478247676569175384 +14690 0.482831036830722371 +14691 0.48325782348577595 +14692 0.483985948839496749 +14693 0.484280174575605349 +14694 0.486693832907076462 +14695 0.486960876069562676 +14696 0.487481147242485091 +14697 0.488304385990880108 +14698 0.488487435940532844 +14699 0.488564891990274974 +14700 0.488910009083251273 +14701 0.490178989010443822 +14702 0.490637697765273939 +14703 0.492361836348856996 +14704 0.494304517994650028 +14705 0.49487897224734978 +14706 0.495593449081853321 +14707 0.495728368686212062 +14708 0.496261157361851502 +14709 0.49737281221606755 +14710 0.498208113771836603 +14711 0.498730600082708753 +14712 0.498823256662545178 +14713 0.49971946600103373 +14714 0.501178751595505512 +14715 0.50149570358486073 +14716 0.501698329992632752 +14717 0.502156208651921343 +14718 0.50243773814249959 +14719 0.502867373341277291 +14720 0.502891248467273955 +14721 0.503942433144025204 +14722 0.504353712559836187 +14723 0.504853739259185974 +14724 0.505442673894213268 +14725 0.506278913802076236 +14726 0.506700948552872399 +14727 0.509449442761998439 +14728 0.513173562193344091 +14729 0.513391164141319578 +14730 0.513507242173835365 +14731 0.513872511749928762 +14732 0.515163147297684754 +14733 0.515526733696674011 +14734 0.516152481706442567 +14735 0.518266113993186228 +14736 0.518528879745513205 +14737 0.519800115042494348 +14738 0.521222266286298863 +14739 0.521429821479027611 +14740 0.521893961203411472 +14741 0.52239993296805276 +14742 0.5224146035462367 +14743 0.52255398734112668 +14744 0.523194973657894247 +14745 0.524537313265965977 +14746 0.52528784320507671 +14747 0.526478846752075791 +14748 0.526923777690487816 +14749 0.527686388338036605 +14750 0.528099977721406599 +14751 0.529201463420033047 +14752 0.529524558038794169 +14753 0.53054649623870731 +14754 0.530788596090512765 +14755 0.530909673597512732 +14756 0.531233460979129157 +14757 0.531935864652027801 +14758 0.532230366089796014 +14759 0.532411080615004417 +14760 0.53302532192909613 +14761 0.533231000727648397 +14762 0.533285526931163045 +14763 0.534319755367637539 +14764 0.53483116731007585 +14765 0.535526820101393852 +14766 0.535733148978354445 +14767 0.536422130299620492 +14768 0.536556514306382848 +14769 0.536591358334805313 +14770 0.537109222147095666 +14771 0.537405652792325883 +14772 0.537542696176740775 +14773 0.537677271021296699 +14774 0.537811868823841799 +14775 0.538275659376378224 +14776 0.53832055681460611 +14777 0.538859525685475904 +14778 0.53890196018791503 +14779 0.539226534948905489 +14780 0.539998561819416412 +14781 0.540713799976213494 +14782 0.540996573621975063 +14783 0.541589978581559994 +14784 0.542695358860364241 +14785 0.543044090164365167 +14786 0.543337747037957786 +14787 0.543553667677210584 +14788 0.543651604819533785 +14789 0.543942977543967587 +14790 0.543960563854739898 +14791 0.544051013987885246 +14792 0.544073628156413802 +14793 0.544372699253056092 +14794 0.544425488388480705 +14795 0.545444263186947165 +14796 0.545718679229135084 +14797 0.547518623699316809 +14798 0.547932644778722944 +14799 0.547973048884272673 +14800 0.548200361117925805 +14801 0.548543981363629474 +14802 0.54921650193388305 +14803 0.54950743382643974 +14804 0.551070213716137625 +14805 0.55123756988824435 +14806 0.551257857944423835 +14807 0.552247546580473148 +14808 0.552562482497733098 +14809 0.552836886188229792 +14810 0.552928375759667468 +14811 0.553213079347127046 +14812 0.553375814281387601 +14813 0.553515692045280949 +14814 0.554057639981351491 +14815 0.554617798752092606 +14816 0.554770640047435037 +14817 0.55592302109743208 +14818 0.556750128190162341 +14819 0.55711035128250086 +14820 0.557890136254535651 +14821 0.558657912357202524 +14822 0.558921693038729628 +14823 0.559206063324817815 +14824 0.559306002297670024 +14825 0.559485412688118133 +14826 0.559539244010625048 +14827 0.560293280693015094 +14828 0.560344602736506547 +14829 0.561012103270091211 +14830 0.561659622785742663 +14831 0.56228711037377499 +14832 0.562294828600419461 +14833 0.562456929421311758 +14834 0.562704006535923229 +14835 0.563213856393296464 +14836 0.563461179304467041 +14837 0.564595772859838752 +14838 0.564838383044915293 +14839 0.564861615745359424 +14840 0.565050085029763061 +14841 0.566212916716027914 +14842 0.566580225151638306 +14843 0.567180718145265939 +14844 0.567724678844252595 +14845 0.567781687839806981 +14846 0.568056427790827989 +14847 0.569332945050956996 +14848 0.56963942271410728 +14849 0.570723482313334585 +14850 0.570856172205852941 +14851 0.571540807141897256 +14852 0.572004525840227096 +14853 0.572106165314591464 +14854 0.572356413331163605 +14855 0.572990226213621279 +14856 0.573917129344763466 +14857 0.574277755866116735 +14858 0.574492123354919171 +14859 0.575122509743300148 +14860 0.575826763178250989 +14861 0.575973456920102711 +14862 0.576020614588222957 +14863 0.576285276653708323 +14864 0.576324590888882438 +14865 0.57666540086937168 +14866 0.576717846965913661 +14867 0.577331739905714292 +14868 0.577347487385296509 +14869 0.577478729296208471 +14870 0.577938257739527783 +14871 0.578003927760168512 +14872 0.57823513222065781 +14873 0.578287688682904699 +14874 0.578292944532788233 +14875 0.579184346826191243 +14876 0.579323807024697324 +14877 0.579800273711700731 +14878 0.580187462879976579 +14879 0.580303395419482171 +14880 0.580424616938339799 +14881 0.580859595858312594 +14882 0.580970358406281528 +14883 0.580978270648388251 +14884 0.581814806042350474 +14885 0.582377424259783449 +14886 0.582636424809648057 +14887 0.582919314438946068 +14888 0.583197021371344215 +14889 0.584070492742122971 +14890 0.584266503566811757 +14891 0.584287697035354769 +14892 0.585231421498597415 +14893 0.585634727231998831 +14894 0.58568781016517335 +14895 0.585868320671889098 +14896 0.585908145104796052 +14897 0.586333072733333571 +14898 0.586471226885568964 +14899 0.587215578797273596 +14900 0.587484261630698557 +14901 0.587654566800287492 +14902 0.587934058998226261 +14903 0.588477375750647624 +14904 0.588810488631844819 +14905 0.588973102476218147 +14906 0.590176495558298098 +14907 0.59045427621281299 +14908 0.590502364301063842 +14909 0.590726817029906703 +14910 0.590940645353124294 +14911 0.591052930165719248 +14912 0.591550398140984313 +14913 0.59201072278915956 +14914 0.592487409886652605 +14915 0.592707111717144852 +14916 0.592942962640992333 +14917 0.593490000419148123 +14918 0.593771723498898618 +14919 0.593795876241554277 +14920 0.594034762991968557 +14921 0.594112619358292404 +14922 0.594682028317899292 +14923 0.59490239048603355 +14924 0.594950771570188275 +14925 0.595001843970129007 +14926 0.595103999488197699 +14927 0.596945249051039184 +14928 0.597023416591083267 +14929 0.597233701957608387 +14930 0.597460231058285829 +14931 0.597516874348948734 +14932 0.597533058955905139 +14933 0.598269839640719558 +14934 0.59833464726970087 +14935 0.600844986589476493 +14936 0.600888344549514342 +14937 0.601870012423831091 +14938 0.602114280174102512 +14939 0.602331476291421808 +14940 0.602396647840930832 +14941 0.603187320475897182 +14942 0.603853678299987595 +14943 0.604711328522432034 +14944 0.60480396126354441 +14945 0.605147351070731032 +14946 0.605319107311050986 +14947 0.605760954219468739 +14948 0.605853721925671884 +14949 0.606670047010320901 +14950 0.606962401765246184 +14951 0.607208399646217423 +14952 0.60724940747303513 +14953 0.608346551356836018 +14954 0.608699854343891511 +14955 0.609042368125437328 +14956 0.609711426411672419 +14957 0.609733373318248617 +14958 0.609815680200763932 +14959 0.610037955989896963 +14960 0.610554121165733932 +14961 0.610674979497410231 +14962 0.611447306220383902 +14963 0.611678341571754824 +14964 0.611777379565123902 +14965 0.611835158060544781 +14966 0.611857170143610962 +14967 0.61217366872786505 +14968 0.613537591010877126 +14969 0.614241235730599855 +14970 0.614290931002375418 +14971 0.614324063107384633 +14972 0.614544983154895919 +14973 0.614669280768701642 +14974 0.615310448209994254 +14975 0.615437644809112228 +14976 0.616298201067724705 +14977 0.61640342079269772 +14978 0.6166416071262526 +14979 0.616802289471098275 +14980 0.616963008133369906 +14981 0.617079413297567325 +14982 0.617145939093510343 +14983 0.617595151173672807 +14984 0.617639533212698932 +14985 0.617703337252108797 +14986 0.61858886321420159 +14987 0.618619418304661273 +14988 0.618755543331826807 +14989 0.619489401537029694 +14990 0.61961178512026216 +14991 0.619645166129075275 +14992 0.620204531932607717 +14993 0.620613900216668291 +14994 0.620937106323109278 +14995 0.621628594331850803 +14996 0.621645332259555983 +14997 0.621851799289694585 +14998 0.622320759259749945 +14999 0.62297447272570361 +15000 0.623914198245776319 +15001 0.624138127062818682 +15002 0.624216518954461064 +15003 0.626179156871639719 +15004 0.626690340575099869 +15005 0.626892669749228748 +15006 0.626943261145397002 +15007 0.627477503730690889 +15008 0.628090977894628422 +15009 0.628344403505573301 +15010 0.629105230158157225 +15011 0.630298854964695621 +15012 0.630341219458075086 +15013 0.630708485855813183 +15014 0.630991129702837328 +15015 0.631256919097067937 +15016 0.631367223078360906 +15017 0.631927496554376744 +15018 0.632190810434947403 +15019 0.632264442824436612 +15020 0.632502385151040403 +15021 0.632734740418897768 +15022 0.632797092796686611 +15023 0.633057899470916619 +15024 0.633409575812921455 +15025 0.633679125267273768 +15026 0.633806842961107786 +15027 0.634201496546751065 +15028 0.634317947848480834 +15029 0.6344883994739694 +15030 0.634548067395943827 +15031 0.634761208847981928 +15032 0.635076777953696103 +15033 0.635409559760338305 +15034 0.635526213264195894 +15035 0.63585351651107147 +15036 0.636525682444582963 +15037 0.636639673308102227 +15038 0.6366738742130722 +15039 0.636693825518239831 +15040 0.636802142599048326 +15041 0.637278367942957114 +15042 0.637700685058536276 +15043 0.637866257802277459 +15044 0.63891199124804765 +15045 0.63895488283133095 +15046 0.639152218305209185 +15047 0.639415419705501087 +15048 0.639904896815762125 +15049 0.639976486789993526 +15050 0.640841879117028945 +15051 0.641340974586045665 +15052 0.64197253105305685 +15053 0.642564421392437191 +15054 0.642877811458276271 +15055 0.643202852373160328 +15056 0.643453209484166511 +15057 0.643496383688354157 +15058 0.64378140124155725 +15059 0.644124154095919388 +15060 0.644331616761553039 +15061 0.644599681849521655 +15062 0.644729428218489664 +15063 0.644980340523899076 +15064 0.645092848137759911 +15065 0.645450686865219225 +15066 0.645528628031900142 +15067 0.645895358656870533 +15068 0.646941759724632415 +15069 0.647187692753357857 +15070 0.647300562085829312 +15071 0.647717471154795166 +15072 0.647801462641034553 +15073 0.648024524400836466 +15074 0.648282439392595222 +15075 0.648940706910530851 +15076 0.649364420197601433 +15077 0.649654786011226171 +15078 0.649916220506187248 +15079 0.649956897064103867 +15080 0.650142877816842102 +15081 0.650256234612490935 +15082 0.650578968264968749 +15083 0.652005470626194183 +15084 0.652684832848245744 +15085 0.652909491757343918 +15086 0.653032064147495928 +15087 0.653046657564848476 +15088 0.653952059519246842 +15089 0.654130360855765591 +15090 0.654803064333341567 +15091 0.654928904352631402 +15092 0.655051840305855504 +15093 0.655564312451169751 +15094 0.655781131059919864 +15095 0.655816297343552845 +15096 0.655951118267666167 +15097 0.657435914978621305 +15098 0.657629823461640228 +15099 0.657756187563570904 +15100 0.658170709313484759 +15101 0.65821188131668551 +15102 0.658329529373687605 +15103 0.65833541231185011 +15104 0.658353061432287334 +15105 0.65897990279280394 +15106 0.65927734000316518 +15107 0.659825437309526919 +15108 0.660562826328924269 +15109 0.661803450796515147 +15110 0.661868498636427827 +15111 0.662318091145153609 +15112 0.662442373401575524 +15113 0.662495644223180635 +15114 0.662560758708598097 +15115 0.663064127818190019 +15116 0.663295211020451858 +15117 0.663680525538980826 +15118 0.66388216232744468 +15119 0.664051227833471813 +15120 0.665117019055666003 +15121 0.665485539403857795 +15122 0.665797750631106688 +15123 0.666020847301618923 +15124 0.666139862426031182 +15125 0.666282708355555919 +15126 0.666333306892618826 +15127 0.666354142690025242 +15128 0.666369025797387216 +15129 0.667295402776112545 +15130 0.667521978435282826 +15131 0.667897785379057307 +15132 0.668327536554190083 +15133 0.668596270732050191 +15134 0.668691846585163896 +15135 0.668918893781931811 +15136 0.669026469263853896 +15137 0.669068308830308989 +15138 0.66914900678945255 +15139 0.669286514555408552 +15140 0.669456943716582709 +15141 0.669759038604111234 +15142 0.67035465378502368 +15143 0.670750027378228753 +15144 0.670908841533024325 +15145 0.671037718424518315 +15146 0.67150548010864608 +15147 0.671553474148303575 +15148 0.671658473108000198 +15149 0.671730481915214228 +15150 0.671802498470554399 +15151 0.671805499328538502 +15152 0.672177710051479971 +15153 0.67221374143531798 +15154 0.672874661045348543 +15155 0.672967843161310753 +15156 0.673151239456339923 +15157 0.673271526647345686 +15158 0.673614463988343348 +15159 0.673776969457011932 +15160 0.673813087153270152 +15161 0.674535851648706664 +15162 0.675521879872121533 +15163 0.675814652027345919 +15164 0.675881071853410731 +15165 0.676977956069106379 +15166 0.677171533614689514 +15167 0.677204810425512949 +15168 0.677268343502952841 +15169 0.67727742015198733 +15170 0.677743521184620334 +15171 0.678182681261867648 +15172 0.678998168003249303 +15173 0.679817694103711401 +15174 0.679975644992845463 +15175 0.679999948466153192 +15176 0.68003032905933869 +15177 0.681051926491711535 +15178 0.681064097849225503 +15179 0.681295396109935059 +15180 0.68146283336276392 +15181 0.681624222021611326 +15182 0.681739958844442606 +15183 0.681907508483694191 +15184 0.682026342093955296 +15185 0.682120814789964558 +15186 0.682361628740372095 +15187 0.682456149285046165 +15188 0.682559832498011443 +15189 0.682657431534972603 +15190 0.682730640257591559 +15191 0.683051023668595714 +15192 0.683362401883588988 +15193 0.683667817004437128 +15194 0.684358575325669571 +15195 0.684627738578994394 +15196 0.684698106145237517 +15197 0.684854165318830144 +15198 0.685252130095073464 +15199 0.685313376739844715 +15200 0.685368503578652311 +15201 0.685374629067134644 +15202 0.685552292963852561 +15203 0.685582929504014782 +15204 0.685589056982702338 +15205 0.685638078860295264 +15206 0.685895503478776813 +15207 0.685978268439189298 +15208 0.68686481117895859 +15209 0.687389936489201769 +15210 0.687764843282799521 +15211 0.688013874744385134 +15212 0.688136887992824464 +15213 0.688336833559387684 +15214 0.688386060246070852 +15215 0.689189591022613679 +15216 0.689664165861114342 +15217 0.68976898830633937 +15218 0.689898497940455102 +15219 0.689963262329117977 +15220 0.690021864181058819 +15221 0.690139083565837086 +15222 0.690435309937187491 +15223 0.690546429274881857 +15224 0.690849016093145973 +15225 0.690855192786384298 +15226 0.690972560999804197 +15227 0.691133204144312896 +15228 0.692234049322472678 +15229 0.692487876808098646 +15230 0.692747997156394346 +15231 0.692899781716386332 +15232 0.693156966421074827 +15233 0.69339875013121699 +15234 0.693634420143153019 +15235 0.693805023726076997 +15236 0.693907407218530836 +15237 0.693969465613901715 +15238 0.69401911656658255 +15239 0.694329520385260079 +15240 0.694466144723210221 +15241 0.694814044564860955 +15242 0.695137260196958207 +15243 0.695516620758290571 +15244 0.695547725650924042 +15245 0.695662826626942565 +15246 0.696575018707191518 +15247 0.696855470209282513 +15248 0.697079918195621873 +15249 0.697179697637936302 +15250 0.697210881842653452 +15251 0.697435452122331045 +15252 0.697566487158245985 +15253 0.698459474094340615 +15254 0.698621966856308396 +15255 0.698803256596630007 +15256 0.699259830082344491 +15257 0.699453814311345679 +15258 0.699654116731897813 +15259 0.699694810692308877 +15260 0.700368195457079512 +15261 0.700665959709851349 +15262 0.700838411867535482 +15263 0.70095131441240921 +15264 0.701142666267804637 +15265 0.701497286623590899 +15266 0.701594605685778028 +15267 0.70181127142309585 +15268 0.702423978631965484 +15269 0.70243969667692796 +15270 0.702477421537384683 +15271 0.702508860595604134 +15272 0.702552877834926148 +15273 0.703257559929794995 +15274 0.703481078807339122 +15275 0.70364798114866256 +15276 0.70378342404956451 +15277 0.704133186558742019 +15278 0.704312867692435174 +15279 0.704429529481314765 +15280 0.704918476207103017 +15281 0.705069966832964301 +15282 0.705196236094122519 +15283 0.705205707281254202 +15284 0.705249907986185476 +15285 0.705259379958343646 +15286 0.705338318448282653 +15287 0.70538884413269709 +15288 0.70540147616987614 +15289 0.705590986309226675 +15290 0.706121910067472269 +15291 0.706444469298174171 +15292 0.706906451818672288 +15293 0.70721673492214765 +15294 0.707926513337660324 +15295 0.708116765044491059 +15296 0.708307072814480909 +15297 0.708345141099846698 +15298 0.708948188302108484 +15299 0.709691663833373121 +15300 0.709713917761226387 +15301 0.710105076439063954 +15302 0.710155976317498827 +15303 0.710283243601380732 +15304 0.710378710558919768 +15305 0.710537853589302104 +15306 0.71071614045928011 +15307 0.71099640526597252 +15308 0.711139769635197871 +15309 0.711241737051560352 +15310 0.711251297324704934 +15311 0.711468034931955096 +15312 0.712099539765304379 +15313 0.712259108738247493 +15314 0.712514501450887905 +15315 0.712559205603241042 +15316 0.713121465938920784 +15317 0.713306864057552947 +15318 0.713409175572152554 +15319 0.713888978069649793 +15320 0.713946578457223535 +15321 0.71415782408395112 +15322 0.714170629082661268 +15323 0.714228254736796409 +15324 0.714260271223702725 +15325 0.714599744172868201 +15326 0.715561491034139796 +15327 0.715699459634007051 +15328 0.715831038739897174 +15329 0.716392960692553427 +15330 0.716453999018062948 +15331 0.716653217161975498 +15332 0.71672713642078334 +15333 0.716794635367161592 +15334 0.717000390319140202 +15335 0.717064702298138124 +15336 0.717112940520610254 +15337 0.717450709856990443 +15338 0.717804754675674395 +15339 0.717959308352521974 +15340 0.718436083987155083 +15341 0.719074488729145922 +15342 0.719597294462893777 +15343 0.720159303405956797 +15344 0.721012952242687022 +15345 0.721469346497290331 +15346 0.721692807407542714 +15347 0.721926067514853664 +15348 0.721987636497225638 +15349 0.722208037374560852 +15350 0.722402572037460167 +15351 0.722490132009945385 +15352 0.722571216785986348 +15353 0.722957321829914457 +15354 0.722986532571366469 +15355 0.722996269782842926 +15356 0.723009252963007443 +15357 0.723035220117202115 +15358 0.723038466085905718 +15359 0.723191045276448063 +15360 0.723379384889748511 +15361 0.723905732206530095 +15362 0.724308909616165342 +15363 0.725676412313542629 +15364 0.725845927002743752 +15365 0.725982875735655897 +15366 0.726638682312908291 +15367 0.72817480997259354 +15368 0.728551238170539905 +15369 0.728698597030928541 +15370 0.728813233169915642 +15371 0.729180208241987704 +15372 0.729370332480577366 +15373 0.729534278502796396 +15374 0.730518847123571957 +15375 0.730656809034871402 +15376 0.730798086927735069 +15377 0.731143200484081324 +15378 0.731248415402200758 +15379 0.731347070290040202 +15380 0.731439162075320226 +15381 0.731478634089980928 +15382 0.731676031139846916 +15383 0.731741843857087848 +15384 0.731853741205817809 +15385 0.732018332129382721 +15386 0.732031501255366646 +15387 0.732294941430232216 +15388 0.732482709595237091 +15389 0.733006779182514445 +15390 0.733214549773903435 +15391 0.733613793146350224 +15392 0.734224695356994639 +15393 0.734670862599598018 +15394 0.734740294777794567 +15395 0.734803120957756351 +15396 0.734908947627438414 +15397 0.734988329291538123 +15398 0.73503463987985096 +15399 0.73596156717327843 +15400 0.736127233543331871 +15401 0.736379129940215815 +15402 0.736856683946229718 +15403 0.737334600667151507 +15404 0.737420929898046973 +15405 0.738098693956136365 +15406 0.73811863925888388 +15407 0.738185128172907268 +15408 0.738231674598185617 +15409 0.738753895778253233 +15410 0.738930285053277291 +15411 0.739016833754738922 +15412 0.739263229977963676 +15413 0.739569695306806052 +15414 0.740049680750464733 +15415 0.74010303513478215 +15416 0.740219763670231568 +15417 0.740359866586463133 +15418 0.740433266317654826 +15419 0.740510011584607386 +15420 0.740530033633419293 +15421 0.74062014076341065 +15422 0.741100930910970401 +15423 0.741181098458637666 +15424 0.741361512935579614 +15425 0.74154532182014754 +15426 0.742716279943111513 +15427 0.742763163839774143 +15428 0.743352861171669765 +15429 0.744164603596217389 +15430 0.744198169350462013 +15431 0.744258592249430251 +15432 0.744335807785937886 +15433 0.744386170883051257 +15434 0.745424554648395632 +15435 0.745730686269548859 +15436 0.746016769018481907 +15437 0.746222156292516647 +15438 0.746457929915631313 +15439 0.746501726254691578 +15440 0.746909516639410853 +15441 0.747027522256456189 +15442 0.747061242247998081 +15443 0.74728046664236325 +15444 0.747310826864067246 +15445 0.747334441391800941 +15446 0.747351309459144297 +15447 0.7475368883234631 +15448 0.747563886214933526 +15449 0.747921718703284388 +15450 0.748712378994923822 +15451 0.748766477907805816 +15452 0.749192671157214329 +15453 0.749212973352081479 +15454 0.749321262907754471 +15455 0.749558212006894209 +15456 0.749666561646018303 +15457 0.750174702215112177 +15458 0.750337394892057086 +15459 0.75041197659314518 +15460 0.750459442332628623 +15461 0.750608643960205768 +15462 0.751314445840283174 +15463 0.751436685259017301 +15464 0.75181374158941161 +15465 0.751966667481770434 +15466 0.752051642582416857 +15467 0.75221822751282108 +15468 0.752252229928360272 +15469 0.752932669588081804 +15470 0.753038204534453248 +15471 0.753375355728644558 +15472 0.753395795023744319 +15473 0.75349118730586262 +15474 0.753559333632287554 +15475 0.753586594259211817 +15476 0.753610448290595314 +15477 0.753791087160251116 +15478 0.753988827745665668 +15479 0.754364026296377554 +15480 0.754698485489084581 +15481 0.755033125288139484 +15482 0.755730302773104712 +15483 0.756044973144589627 +15484 0.756140774144951067 +15485 0.756517278843826579 +15486 0.75657206225173379 +15487 0.756633699384093195 +15488 0.7567432916723138 +15489 0.756842626455386913 +15490 0.75742868374111294 +15491 0.75774421937625136 +15492 0.757785388074491584 +15493 0.7582693258066312 +15494 0.758272759342944247 +15495 0.758526893996508189 +15496 0.759159249973965333 +15497 0.759214268065352638 +15498 0.759248656862380189 +15499 0.759258973875025389 +15500 0.75947567097948776 +15501 0.759654589409097358 +15502 0.759695885644293356 +15503 0.75971309322455971 +15504 0.759809464541976398 +15505 0.759926507093462877 +15506 0.761370710726578803 +15507 0.761833295108615305 +15508 0.762178733796069374 +15509 0.762393003121617285 +15510 0.762489794357605666 +15511 0.762662673704975758 +15512 0.762738755999793905 +15513 0.762773341969739671 +15514 0.762967059321342678 +15515 0.762991278277658669 +15516 0.763202369532687053 +15517 0.763794503494979793 +15518 0.763978146165895544 +15519 0.764154910713759628 +15520 0.764324791197339204 +15521 0.764487781901672214 +15522 0.764935361600147634 +15523 0.765435370827143524 +15524 0.765543064960147679 +15525 0.76561602978042187 +15526 0.765737657081400069 +15527 0.765824548475885547 +15528 0.765977507200709562 +15529 0.766154847963989249 +15530 0.766238320170606446 +15531 0.766304410385098667 +15532 0.7663113676637483 +15533 0.766513163057452096 +15534 0.766909988877176318 +15535 0.767098048621551065 +15536 0.76710501490456795 +15537 0.767453429973165902 +15538 0.76778112073008864 +15539 0.768220640716408609 +15540 0.768252047064682642 +15541 0.768597623172543321 +15542 0.768709366236233205 +15543 0.768740797645569796 +15544 0.769086649636901099 +15545 0.769201977047291097 +15546 0.76935228475477424 +15547 0.769422207890110621 +15548 0.769541095550320575 +15549 0.769635522788847393 +15550 0.769995879055137111 +15551 0.770041375997229771 +15552 0.770233900498374369 +15553 0.770419481440371534 +15554 0.770769787558155173 +15555 0.77109224649143715 +15556 0.771523625909057431 +15557 0.771653450032792287 +15558 0.771860523945155141 +15559 0.772366219538346166 +15560 0.77250676486154779 +15561 0.772555963366363674 +15562 0.772566506418761234 +15563 0.772619224411085881 +15564 0.772664917019210362 +15565 0.773188868939316265 +15566 0.77338590679266872 +15567 0.773759045562749437 +15568 0.773935133651478924 +15569 0.774224028195959035 +15570 0.774266316925923848 +15571 0.7744214006949377 +15572 0.774996259533265119 +15573 0.775091533904997743 +15574 0.775204470967900572 +15575 0.775854265603048376 +15576 0.775981480444159821 +15577 0.776214776689521324 +15578 0.776511828512146174 +15579 0.777116989411453574 +15580 0.777290509071013158 +15581 0.778148210329870249 +15582 0.778396531472629771 +15583 0.778400079652487364 +15584 0.778424917491395418 +15585 0.778822461011418943 +15586 0.778904131607232597 +15587 0.779039089689502529 +15588 0.779046193576894752 +15589 0.779099475380035433 +15590 0.779245136154987028 +15591 0.779301988859607997 +15592 0.779319756421043452 +15593 0.779330417207360071 +15594 0.779618329188979331 +15595 0.779739221813028127 +15596 0.780141185022632633 +15597 0.78105637691816554 +15598 0.781316586098536825 +15599 0.781412856137480127 +15600 0.781883729795425642 +15601 0.782076465384432762 +15602 0.782312114361563227 +15603 0.782483553005981824 +15604 0.782562145264173448 +15605 0.782590726794785585 +15606 0.782633601618853314 +15607 0.782730081067795846 +15608 0.782940960017289411 +15609 0.783713618504726428 +15610 0.783889034810996366 +15611 0.784236437505767214 +15612 0.784659320163619167 +15613 0.784759708609197748 +15614 0.785725004805442162 +15615 0.785778877126243946 +15616 0.78586508282873857 +15617 0.785944115526217346 +15618 0.786763790979063571 +15619 0.786950890376309165 +15620 0.787130848329528732 +15621 0.787433298497642209 +15622 0.787469314565852119 +15623 0.787627810802033368 +15624 0.787923301268565801 +15625 0.787966555915352251 +15626 0.788060284955801604 +15627 0.788637399827237573 +15628 0.788713187165921981 +15629 0.788817861533001041 +15630 0.788897281796422156 +15631 0.789034486896932119 +15632 0.789092266808410381 +15633 0.789287314906305104 +15634 0.789608920871660236 +15635 0.790364828397890684 +15636 0.790390162299374421 +15637 0.791205034547324937 +15638 0.791346391306995023 +15639 0.791451524271555851 +15640 0.79183958765639062 +15641 0.791944806842128091 +15642 0.792042786079546479 +15643 0.792133521828506937 +15644 0.79221701080899376 +15645 0.792525657650393622 +15646 0.792598303466357068 +15647 0.792867169336356703 +15648 0.793281603594976015 +15649 0.793478014358547035 +15650 0.793849187746191842 +15651 0.794351728871972362 +15652 0.794431883005607742 +15653 0.794504759686705864 +15654 0.794650539593667715 +15655 0.794697925686754347 +15656 0.795270499503342498 +15657 0.795372672008531123 +15658 0.795555166199739761 +15659 0.795635481234653219 +15660 0.795690247651836491 +15661 0.796227223358756064 +15662 0.796534282662541337 +15663 0.796567191203908953 +15664 0.796768338223994621 +15665 0.796962234698226357 +15666 0.797148873574563432 +15667 0.7976651779612558 +15668 0.79848265422835063 +15669 0.798721142323465916 +15670 0.798974410643992439 +15671 0.799073544827392457 +15672 0.799143315767165463 +15673 0.799205749295344825 +15674 0.799407784775351571 +15675 0.799426155021320639 +15676 0.799437177439719315 +15677 0.799477594711759387 +15678 0.799657668475998396 +15679 0.799870887112425266 +15680 0.800275476251073981 +15681 0.800650885574219373 +15682 0.800997059965192104 +15683 0.801402412527979946 +15684 0.80146139582361553 +15685 0.801513010986258378 +15686 0.801774842300845503 +15687 0.80208845340997259 +15688 0.80219179668294005 +15689 0.802276699186756037 +15690 0.802287774316792879 +15691 0.802376382756195383 +15692 0.802790062853349529 +15693 0.80281962240900917 +15694 0.802863964488649273 +15695 0.80319293782400647 +15696 0.804347628009516535 +15697 0.804673714687750175 +15698 0.804970312070012683 +15699 0.80523737603899892 +15700 0.805359820391589154 +15701 0.805474866812612156 +15702 0.805582511010624835 +15703 0.805842422046188944 +15704 0.806031857282600739 +15705 0.806072723768259225 +15706 0.806128455316523884 +15707 0.806176760213398125 +15708 0.806217636650183422 +15709 0.806957613882351099 +15710 0.807717140291836833 +15711 0.808052534187385429 +15712 0.808209116132472483 +15713 0.808414226328334151 +15714 0.808500020682621279 +15715 0.809097194126340402 +15716 0.809283934030776919 +15717 0.80944084094764579 +15718 0.809732349571283594 +15719 0.80975477924188799 +15720 0.810113769295308983 +15721 0.810472976648611954 +15722 0.810922291906282178 +15723 0.811611903820232961 +15724 0.812182188941042771 +15725 0.812550163986298757 +15726 0.812632802053108172 +15727 0.813132632429809155 +15728 0.81323415329055071 +15729 0.81325295536031339 +15730 0.813497436620365999 +15731 0.81392646313379502 +15732 0.814694971999300854 +15733 0.815128640528835824 +15734 0.815192775041989171 +15735 0.81534370722758398 +15736 0.815623033400081243 +15737 0.816189640435347141 +15738 0.816280348002852874 +15739 0.816666010625648142 +15740 0.816669792878485401 +15741 0.816756791379622316 +15742 0.817123839174854427 +15743 0.817339633538624488 +15744 0.817748723534367561 +15745 0.818279447801574467 +15746 0.818476695617504912 +15747 0.8193423310437975 +15748 0.819460125297851394 +15749 0.819672974609171989 +15750 0.819889703774488554 +15751 0.820007607495524926 +15752 0.820087491164879112 +15753 0.820254901602488484 +15754 0.820300567252288726 +15755 0.820311984217882095 +15756 0.821191755856442662 +15757 0.821389981081062981 +15758 0.821748480792902192 +15759 0.82256545528971492 +15760 0.822703001815983992 +15761 0.822756500820961079 +15762 0.822832936414963245 +15763 0.822955254035561246 +15764 0.823177019603055782 +15765 0.823368263983061288 +15766 0.823452431225905501 +15767 0.823597839403940601 +15768 0.823712660751958703 +15769 0.82376625172623763 +15770 0.823827504539143884 +15771 0.823873448339357939 +15772 0.823999812316538405 +15773 0.824225803546608571 +15774 0.824858274899824329 +15775 0.825053903938731459 +15776 0.825345550570306896 +15777 0.825422323773104427 +15778 0.825595100205059218 +15779 0.82606761549527552 +15780 0.82614063960449502 +15781 0.826344386492347649 +15782 0.826471283522333233 +15783 0.827144681607212218 +15784 0.827210138654720706 +15785 0.827452778527138388 +15786 0.827456630763620304 +15787 0.827922938377402162 +15788 0.828347176669152918 +15789 0.829737745610625632 +15790 0.829876984369070869 +15791 0.8300085180719452 +15792 0.830844835449701002 +15793 0.83094558397303242 +15794 0.830984338028033842 +15795 0.831054101801026679 +15796 0.831856984204941252 +15797 0.832633765276690863 +15798 0.83280868347732917 +15799 0.832975876505790525 +15800 0.833143117424831714 +15801 0.833431039598897194 +15802 0.833800877749019564 +15803 0.833816455024962044 +15804 0.834131984372251223 +15805 0.834217713177469511 +15806 0.834221610240695632 +15807 0.834677746462341164 +15808 0.835169369408716888 +15809 0.835802065867941923 +15810 0.83700686838199001 +15811 0.838065080886029379 +15812 0.838229864804119762 +15813 0.83830050077384699 +15814 0.838324048003173283 +15815 0.838339746685605292 +15816 0.838940539574941857 +15817 0.83936500270819403 +15818 0.840120370017271023 +15819 0.840289675484868104 +15820 0.840604793757389279 +15821 0.840888546450514918 +15822 0.841255265677763209 +15823 0.841634057686621362 +15824 0.841709056250350751 +15825 0.841776168444340445 +15826 0.841835391531735255 +15827 0.841930161044383452 +15828 0.841965703602117532 +15829 0.84201309706579397 +15830 0.842024946036559196 +15831 0.842028895747249928 +15832 0.84372580715901857 +15833 0.845113923001706291 +15834 0.845296608678356431 +15835 0.845447566421953511 +15836 0.845634331783655657 +15837 0.845654203985770847 +15838 0.845686000928265957 +15839 0.845725749562847406 +15840 0.846557121439258653 +15841 0.847353812892543745 +15842 0.847533219836668628 +15843 0.847744592775970474 +15844 0.848171562520660505 +15845 0.848566890465165979 +15846 0.848682744843747283 +15847 0.848790630155791481 +15848 0.848982476034082723 +15849 0.849366359079607669 +15850 0.849430364405748817 +15851 0.851534486651817524 +15852 0.851695115839097849 +15853 0.852129038338978573 +15854 0.852257670728108652 +15855 0.852378289673853207 +15856 0.852490890139637969 +15857 0.852796630942839862 +15858 0.852861018107477831 +15859 0.852933462270769049 +15860 0.85299786473187944 +15861 0.853094481926642612 +15862 0.853142796602169962 +15863 0.85319916884643876 +15864 0.853215276215417928 +15865 0.85322333006883877 +15866 0.854275325700933452 +15867 0.854678899142890192 +15868 0.855050436875995246 +15869 0.855224172702557239 +15870 0.855547541855718796 +15871 0.856215065610129056 +15872 0.856324370602419171 +15873 0.856603800061613629 +15874 0.856749643298986174 +15875 0.856786109892827552 +15876 0.856907681923405051 +15877 0.856944158549254542 +15878 0.856972530859422488 +15879 0.857004958072530854 +15880 0.857134685231354387 +15881 0.857962385357735391 +15882 0.858124819492786628 +15883 0.858571750501248454 +15884 0.858880742617116333 +15885 0.859425950171230246 +15886 0.859572512190063032 +15887 0.859710966271253318 +15888 0.859841306535700456 +15889 0.860371118737593532 +15890 0.860452671781403389 +15891 0.860591338589673183 +15892 0.860738198843710944 +15893 0.860770839566807222 +15894 0.860795321329164254 +15895 0.861448554466663907 +15896 0.861673275488956447 +15897 0.861783625353889193 +15898 0.862106623058299215 +15899 0.862491186965331891 +15900 0.862675378181720021 +15901 0.862851438516245572 +15902 0.863179136812662229 +15903 0.863474225818842034 +15904 0.864027928301226877 +15905 0.864163359365575534 +15906 0.864397361323129942 +15907 0.864557523121510685 +15908 0.864623243507591122 +15909 0.864643782677710471 +15910 0.864656106533995494 +15911 0.865753995370800111 +15912 0.866957103322517408 +15913 0.867113858755155786 +15914 0.867980916090571597 +15915 0.868071826964941562 +15916 0.868154485789035646 +15917 0.868295033286545781 +15918 0.868443886043664293 +15919 0.868518326994018208 +15920 0.868998290818125518 +15921 0.870029924813497391 +15922 0.870789306312478306 +15923 0.871075893557862635 +15924 0.871487336096148035 +15925 0.871607916005920247 +15926 0.871795073352941041 +15927 0.871919879120809038 +15928 0.872007259448017602 +15929 0.872157085520794739 +15930 0.872219524697260384 +15931 0.872319441635149628 +15932 0.8723569150115007 +15933 0.872386062677540597 +15934 0.872710952038824539 +15935 0.872952656797030047 +15936 0.873586577825694377 +15937 0.874588947432256125 +15938 0.875467473982169397 +15939 0.875794130332383181 +15940 0.875928197587741653 +15941 0.87617127523003191 +15942 0.876263504335360377 +15943 0.876297045908421612 +15944 0.876322203389291676 +15945 0.876762639953119871 +15946 0.877232816146100713 +15947 0.877455446170311903 +15948 0.877669757610760937 +15949 0.878953117986499666 +15950 0.879695004824529336 +15951 0.880032547656128594 +15952 0.880133849757553377 +15953 0.880197172777011705 +15954 0.880298504343274946 +15955 0.880302726885527909 +15956 0.881080211320586559 +15957 0.881943455654214947 +15958 0.882833468129394561 +15959 0.882986182496554806 +15960 0.883622936969260087 +15961 0.883724884315065129 +15962 0.883903336455062139 +15963 0.883979833205992271 +15964 0.884158365927845802 +15965 0.884243401350662928 +15966 0.885188155609610505 +15967 0.88584019175739992 +15968 0.886040641830080578 +15969 0.886232628883539708 +15970 0.88659117966462353 +15971 0.887462896272475543 +15972 0.887873582807463757 +15973 0.888091881836313934 +15974 0.888147540217511411 +15975 0.888233179235117354 +15976 0.888263155967223383 +15977 0.888284568895402304 +15978 0.888297417043015125 +15979 0.890872957772699259 +15980 0.891014955097863548 +15981 0.891311974504299442 +15982 0.891561764416917368 +15983 0.891673775240735322 +15984 0.891872002926254237 +15985 0.892104794226726061 +15986 0.892216913324789473 +15987 0.892260042011489451 +15988 0.892320427734094368 +15989 0.892346309316005115 +15990 0.893758661886126626 +15991 0.893927344920201872 +15992 0.894325464795561853 +15993 0.89460691547371618 +15994 0.894689212338908524 +15995 0.895170240676264162 +15996 0.895348022167298696 +15997 0.895573582211752761 +15998 0.895690735714777753 +15999 0.895807913695847224 +16000 0.895990239237307473 +16001 0.896211714270480964 +16002 0.896315968095976245 +16003 0.896355068279344191 +16004 0.896407206099730791 +16005 0.896989741439728094 +16006 0.89832228376920531 +16007 0.898496706847506932 +16008 0.898697360586673266 +16009 0.898871900577596916 +16010 0.899037763993621786 +16011 0.899736676001273494 +16012 0.89995526516052804 +16013 0.900138946084884206 +16014 0.900287684357391371 +16015 0.900445215065742377 +16016 0.900506488993352505 +16017 0.900532751303394718 +16018 0.902545484395018249 +16019 0.902734413041698991 +16020 0.903248798494669325 +16021 0.904318654321803916 +16022 0.904605177777358382 +16023 0.904636042927954631 +16024 0.904671319476912816 +16025 0.906190325826878973 +16026 0.907163957999047588 +16027 0.907217114173690997 +16028 0.907642546292629637 +16029 0.908041684283804162 +16030 0.908157044101910227 +16031 0.908263551308015726 +16032 0.908449987965105121 +16033 0.908529908508467932 +16034 0.908796393229613919 +16035 0.908823048720824422 +16036 0.908840819757604002 +16037 0.908849705488801174 +16038 0.909214142685883187 +16039 0.909307512567523513 +16040 0.911445966481960967 +16041 0.912044423417186612 +16042 0.912053360494840981 +16043 0.912303657066549922 +16044 0.91251828679796565 +16045 0.91261221339519738 +16046 0.912840387010605658 +16047 0.912988078742486775 +16048 0.913019412343093251 +16049 0.913041794569134146 +16050 0.913055224337899318 +16051 0.913059700999681922 +16052 0.915023958851416519 +16053 0.91559031001654323 +16054 0.915761227950181889 +16055 0.916076214801732625 +16056 0.91670672610898396 +16057 0.916805871722892074 +16058 0.916896019499207515 +16059 0.917166550884709109 +16060 0.917247736072749897 +16061 0.917274800446813532 +16062 0.917292844097628457 +16063 0.920559396236752536 +16064 0.920813565605315243 +16065 0.920927071818392728 +16066 0.921213210906844493 +16067 0.921358608154980718 +16068 0.921467681203336886 +16069 0.921508589148114399 +16070 0.921540408532576127 +16071 0.921563137786311826 +16072 0.921576775787387392 +16073 0.922441202497013335 +16074 0.922905821897894718 +16075 0.923781461813365845 +16076 0.923973193380184354 +16077 0.924493943744779667 +16078 0.924795655643706582 +16079 0.925060932728647867 +16080 0.925637664483826228 +16081 0.925701783048321403 +16082 0.92575674775456851 +16083 0.925866693612348968 +16084 0.925894183503814916 +16085 0.926513068851533728 +16086 0.929064706570286059 +16087 0.929687167949438509 +16088 0.929784058612674769 +16089 0.929871736303954255 +16090 0.930019435597513544 +16091 0.930079449768467459 +16092 0.930130236106243125 +16093 0.930227204868826263 +16094 0.930241058945241561 +16095 0.930864853981360096 +16096 0.931966308763869988 +16097 0.93206823548754314 +16098 0.932281416136957697 +16099 0.932680193358390919 +16100 0.932865769849843707 +16101 0.933042125631655894 +16102 0.933385717974348217 +16103 0.933655170504980259 +16104 0.93378529839822344 +16105 0.933906159076282161 +16106 0.934017746410152117 +16107 0.934371256086511948 +16108 0.934436401141346518 +16109 0.934538787573982899 +16110 0.934576023742411555 +16111 0.934603952527553683 +16112 0.934622572507655569 +16113 0.934631882734727415 +16114 0.937142092453809306 +16115 0.937539740875754424 +16116 0.937858067616811897 +16117 0.938237492601484813 +16118 0.938265608618652824 +16119 0.938589046647589353 +16120 0.938757872820855099 +16121 0.938828232431962562 +16122 0.938889218079033694 +16123 0.938983055423519231 +16124 0.939053443992534431 +16125 0.942235062473586349 +16126 0.942527797029375169 +16127 0.943094826127587327 +16128 0.943179931295658691 +16129 0.943255591471285126 +16130 0.94337856162212308 +16131 0.943425865209743364 +16132 0.943492097118731499 +16133 0.943520484682471072 +16134 0.944344366886705644 +16135 0.944676164905386972 +16136 0.945625272725955979 +16137 0.94664740939064973 +16138 0.946804465286931074 +16139 0.947447438451948565 +16140 0.947638094829701405 +16141 0.947719144000413793 +16142 0.947790667990608848 +16143 0.947905125913493296 +16144 0.94794805383630043 +16145 0.948005296330360347 +16146 0.948019607893963445 +16147 0.948024378498736331 +16148 0.948673570391961096 +16149 0.949199218900843467 +16150 0.950549114313177679 +16151 0.951095768923187368 +16152 0.951258912708044302 +16153 0.951691000355396777 +16154 0.951815889641607127 +16155 0.951931197534225726 +16156 0.952036917929761306 +16157 0.952133045229016872 +16158 0.952219574338214358 +16159 0.952296500670019586 +16160 0.952363820144470963 +16161 0.952469624743136234 +16162 0.952508104251164389 +16163 0.952536965670598423 +16164 0.952556207468616578 +16165 0.952565828623165189 +16166 0.955213301426953376 +16167 0.955401865391842797 +16168 0.95633113713552298 +16169 0.956563704071889176 +16170 0.956757586080344558 +16171 0.956975786247862947 +16172 0.957029137427283905 +16173 0.957072792298087616 +16174 0.957106748517227102 +16175 0.957131004261835838 +16176 0.957145558229600457 +16177 0.957150409639027422 +16178 0.960444825051378182 +16179 0.960493637566237846 +16180 0.960884296289088224 +16181 0.961011321132334895 +16182 0.961128601312360553 +16183 0.961333902831472131 +16184 0.961421913056279775 +16185 0.9615001563915897 +16186 0.961568628596562447 +16187 0.961774097242003245 +16188 0.963047786778702175 +16189 0.964663808714637083 +16190 0.965018112816743989 +16191 0.965180579933975991 +16192 0.965609136865718365 +16193 0.965845727810041077 +16194 0.965949268972575159 +16195 0.966126814342930129 +16196 0.966200808825746105 +16197 0.966264945586700397 +16198 0.966319221109180448 +16199 0.966363632416354812 +16200 0.966398177071791542 +16201 0.966422853179960795 +16202 0.966437659386633952 +16203 0.966442594879158623 +16204 0.970107302392055892 +16205 0.970246457590153044 +16206 0.970604450465382462 +16207 0.970703935189769052 +16208 0.970873101425531404 +16209 0.970942773565514727 +16210 0.971002499721035361 +16211 0.971092101382278083 +16212 0.971121971917650151 +16213 0.971141886528899767 +16214 0.974457973186077409 +16215 0.974623313429761051 +16216 0.974924062471171693 +16217 0.975184847898848739 +16218 0.975405611425029462 +16219 0.975500969188110245 +16220 0.975586303645763375 +16221 0.975661610017426906 +16222 0.975782122181606759 +16223 0.975827321216634069 +16224 0.975862478652119725 +16225 0.975887592515424784 +16226 0.978596733128582974 +16227 0.978783553248831595 +16228 0.979642753619513251 +16229 0.979915964555777119 +16230 0.980037436360850944 +16231 0.980250078299715777 +16232 0.98042227884095412 +16233 0.980493201035804285 +16234 0.980553998961914974 +16235 0.980604669171385446 +16236 0.980645208789837519 +16237 0.980675615517031862 +16238 0.980706023970205898 +16239 0.982615073059035726 +16240 0.983979946434892949 +16241 0.984403357002399448 +16242 0.984816888395056433 +16243 0.985138745202932542 +16244 0.985225628663622177 +16245 0.985394325118652992 +16246 0.985425002922573734 +16247 0.985471022930281437 +16248 0.985532389105164608 +16249 0.985547731749897959 +16250 0.985552846062688448 +16251 0.989124338506160217 +16252 0.989206723400491428 +16253 0.989763154468386364 +16254 0.989979701184894645 +16255 0.990155065329969331 +16256 0.990340807890730757 +16257 0.990413058585510653 +16258 0.990444026166214186 +16259 0.991818733138421282 +16260 0.993305958201122774 +16261 0.99350837588735097 +16262 0.994506017417950416 +16263 0.994865002118207276 +16264 0.995052394672530927 +16265 0.995198190082227541 +16266 0.995255477783684284 +16267 0.99530235412846324 +16268 0.99533881636370547 +16269 0.995364862347669965 +16270 0.996120751227746792 +16271 0.99722785050231777 +16272 0.999417496512326253 +16273 1.00021597515019822 +16274 1.00026854877325211 +16275 1.00350130186581477 +16276 1.00422119925751896 +16277 1.00437483340082112 +16278 1.00465042694358164 +16279 1.00487312645832039 +16280 1.00498451134167643 +16281 1.00507469721851672 +16282 1.00522327215264884 +16283 1.00528165228407906 +16284 1.00532942263416358 +16285 1.00536658033070148 +16286 1.00539312313909046 +16287 1.00540904946282583 +16288 1.00554178746071154 +16289 1.00675389645533619 +16290 1.00847047838474602 +16291 1.00921855989049258 +16292 1.01002125246559005 +16293 1.01011765756450966 +16294 1.01020336575582181 +16295 1.01027837183071179 +16296 1.01034267122887855 +16297 1.01039626003956773 +16298 1.01047129350840681 +16299 1.01049273360003511 +16300 1.010503453972178 +16301 1.01389664600371576 +16302 1.01443100273412412 +16303 1.01473350507202476 +16304 1.01499293100032628 +16305 1.01520921683706944 +16306 1.01530116519684266 +16307 1.01538230942461238 +16308 1.0155121661782478 +16309 1.01556087071046464 +16310 1.01562581708882971 +16311 1.01564746766026315 +16312 1.01757250783168063 +16313 1.019990112156687 +16314 1.02011565153827966 +16315 1.02012111045201381 +16316 1.02044874900546878 +16317 1.02067821750404319 +16318 1.02073286762287774 +16319 1.02080938733265958 +16320 1.02083125215234327 +16321 1.02084218490314838 +16322 1.02178325300657913 +16323 1.02516197455163516 +16324 1.02542659662943092 +16325 1.02564721701021799 +16326 1.02574100876928442 +16327 1.02589552587300625 +16328 1.02595624147394471 +16329 1.02600592310172867 +16330 1.02604456762083607 +16331 1.02608873627159736 +16332 1.02609425761442985 +16333 1.02623783292972082 +16334 1.02644774449026377 +16335 1.02910651954214671 +16336 1.03038531259346877 +16337 1.0306637247754924 +16338 1.03116524011476285 +16339 1.03128790586947106 +16340 1.031332518726922 +16341 1.03139944514393189 +16342 1.03267267609199265 +16343 1.03581313069584269 +16344 1.03583563053061734 +16345 1.03595377056528859 +16346 1.03620138874284562 +16347 1.03630835107517805 +16348 1.03648854769202869 +16349 1.03662373596920321 +16350 1.03667444059711378 +16351 1.03671388093399952 +16352 1.03674205442711731 +16353 1.03675895925264072 +16354 1.03898955626550449 +16355 1.03979944558442217 +16356 1.04063897930676164 +16357 1.04201465002925064 +16358 1.04207157413475149 +16359 1.04211711789756567 +16360 1.04215127833259058 +16361 1.04600870612344488 +16362 1.0468410830476389 +16363 1.04697323776777473 +16364 1.04709393011620744 +16365 1.04710542608693391 +16366 1.04730089649207114 +16367 1.04746192732453847 +16368 1.04752520308761166 +16369 1.04757697989614407 +16370 1.04761725431312946 +16371 1.04764602366446802 +16372 1.04766328603961845 +16373 1.04766904029206942 +16374 1.04817566414600405 +16375 1.05181713366687357 +16376 1.05199117573431788 +16377 1.05230459865115877 +16378 1.05288551195759417 +16379 1.05303665604516472 +16380 1.05317621277075224 +16381 1.0531994758765677 +16382 1.05571805563089938 +16383 1.05872486068758009 +16384 1.05879540478893452 +16385 1.05968390776764521 +16386 1.06287388700407215 +16387 1.06332443199133841 +16388 1.06410789289042329 +16389 1.06415541359601673 +16390 1.06430988610350186 +16391 1.06436931091543241 +16392 1.0644525171454482 +16393 1.06447629281746092 +16394 1.0667758134883365 +16395 1.06709832689664408 +16396 1.06755257663304093 +16397 1.06962568280984005 +16398 1.06973976582786934 +16399 1.06984186152658478 +16400 1.06993196277351466 +16401 1.07007615755775642 +16402 1.07013024101037613 +16403 1.07020236111542189 +16404 1.07022039271966563 +16405 1.07022640339469821 +16406 1.073228472472743 +16407 1.0741724935252881 +16408 1.07442694937789596 +16409 1.07548246723415142 +16410 1.07568897121795248 +16411 1.07577402639214625 +16412 1.0759077129698289 +16413 1.07595633489433773 +16414 1.07599280435689848 +16415 1.07601711876986816 +16416 1.07602927640777679 +16417 1.07776468794470781 +16418 1.07968962229571597 +16419 1.08101990089902089 +16420 1.08129005599224448 +16421 1.08151119787857031 +16422 1.08171399508535693 +16423 1.08175087592342956 +16424 1.08184923779603648 +16425 1.08187997975135741 +16426 1.08190457464280776 +16427 1.08246442741420101 +16428 1.08382044925885368 +16429 1.08498208221313241 +16430 1.08615875623101332 +16431 1.08664259603074331 +16432 1.08671707353653035 +16433 1.0875867796423444 +16434 1.08772358225076982 +16435 1.08781065750695261 +16436 1.08784798001149219 +16437 1.08860123232706507 +16438 1.08929944773195864 +16439 1.09083012666003221 +16440 1.09263533824449 +16441 1.09280490441451095 +16442 1.09355921392803235 +16443 1.09364099774401113 +16444 1.09371020967056731 +16445 1.0937668445917188 +16446 1.09384236759647457 +16447 1.09386125009385382 +16448 1.09386754441488643 +16449 1.09550670779530779 +16450 1.09950051593124032 +16451 1.09988251625023636 +16452 1.09994621083625832 +16453 1.099958950709502 +16454 1.10211658178796656 +16455 1.10329500696129323 +16456 1.10375687402404155 +16457 1.1058147079063485 +16458 1.10589848377071309 +16459 1.10602739669184791 +16460 1.106124102850363 +16461 1.10847650096765094 +16462 1.10964381448700888 +16463 1.11136074654652806 +16464 1.11198652925596342 +16465 1.11224750016332319 +16466 1.11391435562809327 +16467 1.11459574841019715 +16468 1.11580353952738731 +16469 1.11791093314438816 +16470 1.11868364520377428 +16471 1.11870347386197366 +16472 1.1187100835874435 +16473 1.11971576763847991 +16474 1.12008678757128322 +16475 1.12078982166041308 +16476 1.12307812699038112 +16477 1.12452028642134572 +16478 1.12474766872903165 +16479 1.12484132651824464 +16480 1.12835262873376574 +16481 1.1294317345208984 +16482 1.12989105507696497 +16483 1.13010059024408771 +16484 1.13144097165014434 +16485 1.13161724658812535 +16486 1.13410522760025745 +16487 1.13611271835957228 +16488 1.13656448312944236 +16489 1.13696182395556855 +16490 1.13714004426555593 +16491 1.13782609657683764 +16492 1.1379222186839022 +16493 1.13816947428367565 +16494 1.13821069538227615 +16495 1.13866435082248585 +16496 1.13907023838441512 +16497 1.13984164028370372 +16498 1.14055900465808779 +16499 1.14153322508408928 +16500 1.14419605142764924 +16501 1.14444641772390354 +16502 1.14486397291100972 +16503 1.14488485980217103 +16504 1.14925539141962885 +16505 1.15056346111197638 +16506 1.15102843798625187 +16507 1.151366874618861 +16508 1.15145151956400094 +16509 1.15213625923240714 +16510 1.15334566561595619 +16511 1.15408264432335672 +16512 1.15476389823235204 +16513 1.15595833215789168 +16514 1.1564711079882688 +16515 1.15692735113609979 +16516 1.15807693469615014 +16517 1.15835580400503835 +16518 1.15847025701488149 +16519 1.1585060289636373 +16520 1.15852749336363625 +16521 1.15853464836877862 +16522 1.15922917189978936 +16523 1.16151286797436848 +16524 1.16275244674378286 +16525 1.16328670378312715 +16526 1.1649798908024338 +16527 1.16509587475421839 +16528 1.16519738287354047 +16529 1.16535693744551239 +16530 1.16545849879536512 +16531 1.16762523308397625 +16532 1.16799699710838878 +16533 1.17069512824430078 +16534 1.17210484622476141 +16535 1.17492154874704724 +16536 1.17529141223684519 +16537 1.17772457498600347 +16538 1.17858794788448651 +16539 1.17933344307925592 +16540 1.17973647700229578 +16541 1.18154670177018462 +16542 1.18459108575223149 +16543 1.18510408175575432 +16544 1.18533812413182438 +16545 1.18612410803075674 +16546 1.1869719507953731 +16547 1.18703256662781453 +16548 1.18704014412914005 +16549 1.18733575725534357 +16550 1.18984419796252805 +16551 1.19303994268626412 +16552 1.19374609725912051 +16553 1.19400732324171899 +16554 1.19442249589656924 +16555 1.19670448250778683 +16556 1.19819035452701539 +16557 1.19970404067849534 +16558 1.20042759306863811 +16559 1.20117560200914331 +16560 1.2018310428311918 +16561 1.20192474847452058 +16562 1.20446156519636749 +16563 1.20593956195986896 +16564 1.2062703603657412 +16565 1.20658561342424586 +16566 1.20887726225824776 +16567 1.21234287297325682 +16568 1.21728131532864459 +16569 1.22181437786196367 +16570 1.22274234069883603 +16571 1.22396603021773065 +16572 1.2288833733773179 +16573 1.22925479451243236 +16574 1.22960997196080113 +16575 1.23086755619155874 +16576 1.23273507522918369 +16577 1.23313440527598916 +16578 1.23326758790513713 +16579 1.23716256252241763 +16580 1.23884381125693577 +16581 1.23939989810442586 +16582 1.24010856383900014 +16583 1.24031122918568171 +16584 1.25337377195705879 +16585 1.25519916313202562 +16586 1.25608826449625077 +16587 1.25781883147163387 +16588 1.26249945973489375 +16589 1.26451936587417602 +16590 1.26479465395324153 +16591 1.26636055374906453 +16592 1.27138594964534501 +16593 1.27279271674876004 +16594 1.27963213225877737 +16595 1.28081518363002456 +16596 1.28357774096297006 +16597 1.28391031419671808 +16598 1.28966493492627543 +16599 1.2935902132707815 +16600 1.29827087510814709 +16601 1.30013113157232851 +16602 1.30173961427912155 +16603 1.30194105414749473 +16604 1.3097176474306067 +16605 1.31002978960936689 +16606 1.32061592574115894 +16607 1.32124482244672459 +16608 1.32916148169261694 +16609 1.33119703604995698 +16610 1.3604534054712063 +16611 1.36903475045092771 +16612 1.3694767732977764 +16613 1.38065252824629159 +16614 1.39479789176543689 +16615 1.40500997337925426 +16616 1.40597658726686014 +16617 1.41586356055662987 +16618 1.41769715346763681 +16619 1.430825420258939 +16620 1.43179632841975035 +16621 1.44130869945877893 +16622 1.50965047954658216 +16623 1.55857113331002584 +16624 1.60966520866777318 +16625 1.69061727579934828 +16626 1.91685962629165041 +\. + + +-- +-- Data for Name: raw_formation_location; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY raw_formation_location (prob, docid, mid, formation, location) FROM stdin; +0.256985 aapg_ad_945.html aapg_ad_945.html:379:38828:38852 Athabasca Edmonton, London +0.474138 aapg_ad_457.html aapg_ad_457.html:453:52338:52346 Colorado Llano Estacado +0.238095 aapg_ac_414.html aapg_ac_414.html:304:37774:37782 Arcturus Reno, Nevada +0.288696 aapg_ac_924.html aapg_ac_924.html:1262:87429:87435 Casper Cheyenne, Wyoming +0.430416 cspg_html_4176605708 cspg_html_4176605708:80:10195:10206 Shaftesbury Ashville, Ohio +0.253512 gsa_html_2238682854 gsa_html_2238682854:857:80831:80849 Moretown Cambridge, Massachusetts +0.256027 geology_html_2345007570 geology_html_2345007570:260:23029:23050 Waits River Bennington, Vermont +0.450282 aapg_ah_289.html aapg_ah_289.html:27:4258:4276 Monterey Monterey, California +0.251392 aapg_ah_414.html aapg_ah_414.html:46:3342:3356 Colorado Colorado +0.251428 aapg_ah_531.html aapg_ah_531.html:288:34211:34223 Cedar Valley Logan, Utah +0.4848 gsa_html_4438819447 gsa_html_4438819447:673:66437:66445 Colorado Denver +0.267804 aapg_af_497.html aapg_af_497.html:505:42574:42594 Greenhorn Hittin +0.267696 cspg_html_8363357104 cspg_html_8363357104:47:6384:6389 Banff Kootenay River +0.511948 gsa_html_8016617669 gsa_html_8016617669:532:51540:51545 Price Earth +0.261117 aapg_af_2.html aapg_af_2.html:672:63875:63892 Kaibab Arizona +0.23471 aapg_ae_5.html aapg_ae_5.html:5:766:780 Naco Arizona +0.472524 AMJC_html_5969956211 AMJC_html_5969956211:175:24139:24145 Antler Reno, Nevada +0.483294 cspg_html_3124360347 cspg_html_3124360347:49:9557:9562 Chazy Bennington, Vermont +0.487531 gsa_html_8035658736 gsa_html_8035658736:797:90140:90150 Washington Salem, Oregon +0.260538 gsa_html_5081991493 gsa_html_5081991493:301:29600:29605 Uinta Flagstaff, Arizona +0.284073 aapg_ad_466.html aapg_ad_466.html:1444:153307:153314 Potomac Potomac River +0.253512 AMJC_html_7313160865 AMJC_html_7313160865:21:794:805 Main Street Houston +0.469829 aapg_aa_630.html aapg_aa_630.html:6:1212:1220 Colorado New Mexico +0.26208 cspg_html_9343899465 cspg_html_9343899465:879:80567:80579 Hecla Bay Melville Island (Canada) +0.26061 gsa_html_1504398873 gsa_html_1504398873:448:47360:47369 San Diego Houghton, Michigan +0.502856 cspg_html_5450075884 cspg_html_5450075884:453:52598:52616 Dunvegan Cordillera Administrative Region +0.247504 cspg_html_9924015973 cspg_html_9924015973:260:18973:18991 Guayabal Mexico +0.501642 cspg_html_7938374662 cspg_html_7938374662:131:14001:14015 Moosebar Pine River (Michigan) +0.487956 aapg_aa_381.html aapg_aa_381.html:41:5690:5717 Santa Margarita Monterey, California +0.268243 cspg_html_4287356899 cspg_html_4287356899:2478:283317:283327 Kindle Alaska Highway +0.2585 sedimentology_html_9634338365 sedimentology_html_9634338365:1207:91027:91057 Sekwi Canada +0.250985 sedimentology_html_7652385579 sedimentology_html_7652385579:438:40334:40340 Guelph Ontario, California +0.2605 AMJC_html_8831189197 AMJC_html_8831189197:312:35900:35911 Green River Powder River (Montana) +0.232713 cspg_html_9354781888 cspg_html_9354781888:1551:97327:97362 Sulphur Mountain Victoria, British Columbia +0.261576 aapg_ae_794.html aapg_ae_794.html:212:26363:26369 Coffee Selma to Montgomery marches +0.24531 aapg_ai_514.html aapg_ai_514.html:30:4161:4167 Oregon Boise, Idaho +0.239058 sedimentology_html_7685827571 sedimentology_html_7685827571:764:58709:58715 Moscow Russia +0.256906 aapg_aa_103.html aapg_aa_103.html:58:5898:5912 Woodbine Texas +0.496202 aapg_ac_91.html aapg_ac_91.html:474:35803:35826 Middle Canyon Lacombe, Alberta +0.26624 aapg_aa_851.html aapg_aa_851.html:86:7781:7801 Fort Payne White County, Indiana +0.47916 cspg_html_3854139935 cspg_html_3854139935:85:13862:13870 Edmonton Calgary +0.497552 aapg_af_575.html aapg_af_575.html:1135:163267:163277 Fort Worth Texas +0.237524 aapg_ah_82.html aapg_ah_82.html:77:7751:7757 Sierra Coahuila +0.488413 aapg_ah_779.html aapg_ah_779.html:211:38485:38493 Michigan Missouri River +0.499797 gsa_html_8387257313 gsa_html_8387257313:61:4896:4924 Green River New Mexico +0.252486 sedimentology_html_6865792054 sedimentology_html_6865792054:1291:86838:86854 Viking Lacombe, Alberta +0.26468 aapg_aa_15.html aapg_aa_15.html:333:36870:36880 Rio Grande Texas +0.480868 cspg_html_6252849194 cspg_html_6252849194:18:2347:2365 Foremost Calgary +0.261121 cspg_html_2498183035 cspg_html_2498183035:415:42353:42374 Beaverhill Canada +0.248496 aapg_ak_76.html aapg_ak_76.html:102:14953:14966 San Sebastian Puerto Rico +0.47752 aapg_aa_993.html aapg_aa_993.html:107:11518:11527 Jefferson Rodessa, Louisiana +0.48636 geology_html_4584769570 geology_html_4584769570:28:2504:2513 San Diego California +0.24096 sedimentology_html_3746379745 sedimentology_html_3746379745:1303:87449:87481 Cutler Colorado +0.485856 aapg_ai_468.html aapg_ai_468.html:36:4895:4908 Cotton Valley Mississippi River +0.25864 aapg_aa_48.html aapg_aa_48.html:129:14670:14686 Keokuk Illinois +0.249368 jgeology_html_7911248546 jgeology_html_7911248546:111:3629:3639 Fort Worth Texas +0.242063 cspg_html_1347848644 cspg_html_1347848644:399:47162:47168 Moscow Russia +0.48132 geology_html_8954266626 geology_html_8954266626:32:1801:1811 Basal Crete +0.244001 aapg_ah_289.html aapg_ah_289.html:202:27623:27632 Etchegoin Lost Hills Oil Field +0.479862 aapg_ai_735.html aapg_ai_735.html:126:12754:12762 Virginia Bloomington, Indiana +0.247979 gsa_html_1783148177 gsa_html_1783148177:1015:94276:94299 Mount Toby Cambridge, Massachusetts +0.26659 aapg_ah_51.html aapg_ah_51.html:68:5799:5822 Basal Wichita, Kansas +0.4588 cspg_html_2198503252 cspg_html_2198503252:261:13445:13453 Colorado New Mexico +0.4745 aapg_ae_473.html aapg_ae_473.html:488:45841:45858 Chickasawhay Wayne County, Michigan +0.258937 aapg_ae_307.html aapg_ae_307.html:85:6959:6969 Washington Pecos River +0.491694 aapg_af_751.html aapg_af_751.html:654:83870:83883 Santa Barbara California +0.479136 gsa_html_9439813057 gsa_html_9439813057:1196:112656:112664 San Jose Baja California peninsula +0.430155 aapg_aa_23.html aapg_aa_23.html:220:23410:23424 Winnipeg Pelican Lake, Wisconsin +0.478101 aapg_ai_1.html aapg_ai_1.html:198:17930:17937 Paradox Hermosa, Chicago +0.48984 cspg_html_8740534160 cspg_html_8740534160:185:24076:24083 Mohican Selkirk Mountains +0.471828 cspg_html_7281679890 cspg_html_7281679890:390:65234:65245 Hare Indian Snake River Canyon (Idaho) +0.270364 aapg_aa_391.html aapg_aa_391.html:305:26356:26364 Woodbine Arkansas +0.260019 cspg_html_9501006975 cspg_html_9501006975:533:55525:55543 Dunvegan Victoria, British Columbia +0.490988 aapg_af_162.html aapg_af_162.html:263:24968:24976 Woodbine Shreveport, Louisiana +0.47031 aapg_af_854.html aapg_af_854.html:1104:155843:155861 Golconda Kentucky +0.277112 cspg_html_6116883777 cspg_html_6116883777:628:82928:82940 Devon Island Bathurst Island (Northern Territory) +0.50274 cspg_html_8580557017 cspg_html_8580557017:15:1307:1312 Banff Mississippian culture +0.242055 cspg_html_3740794265 cspg_html_3740794265:437:45066:45072 Denver Colorado +0.250857 gsa_html_6143207195 gsa_html_6143207195:728:70708:70718 Washington Seattle +0.469559 palaios_html_2945835736 palaios_html_2945835736:884:60960:60966 Oregon Earth +0.491454 aapg_ad_784.html aapg_ad_784.html:129:15063:15068 Vaqueros Ojai, California +0.495104 aapg_ah_387.html aapg_ah_387.html:2655:286901:286910 Knoxville Knoxville, Illinois +0.266231 aapg_af_514.html aapg_af_514.html:639:64769:64786 Bedford Calgary +0.262845 sedimentology_html_9906287852 sedimentology_html_9906287852:605:52601:52619 Frontier Western world +0.495992 aapg_ae_642.html aapg_ae_642.html:51:4525:4530 Logan Arkansas +0.358754 aapg_ac_473.html aapg_ac_473.html:541:65051:65079 Phosphoria Boise, Idaho +0.257556 cspg_html_7881580279 cspg_html_7881580279:355:46861:46867 Herald Manitoba +0.27192 aapg_aa_735.html aapg_aa_735.html:229:20847:20863 Borden Illinois +0.489419 aapg_aa_316.html aapg_aa_316.html:828:92167:92173 Madrid Canary Islands +0.49914 aapg_aa_381.html aapg_aa_381.html:35:4994:5009 Red Rock Monterey, California +0.4588 aapg_ah_781.html aapg_ah_781.html:188:18015:18031 Warner Polk County, Florida +0.251979 aapg_aa_918.html aapg_aa_918.html:33:6359:6369 Washington Shreveport, Louisiana +0.28288 cspg_html_4438727998 cspg_html_4438727998:47:5935:5953 Provo Germany +0.487104 aapg_af_803.html aapg_af_803.html:158:17195:17200 Price Corpus Christi, Texas +0.26563 aapg_ai_107.html aapg_ai_107.html:292:31215:31224 Shongaloo Arkansas +0.476341 cspg_html_5697056884 cspg_html_5697056884:40:4119:4131 Saskatchewan Regina, Saskatchewan +0.25857 sedimentology_html_4185931185 sedimentology_html_4185931185:130:10178:10192 Ninemile Reno, Nevada +0.508368 aapg_af_808.html aapg_af_808.html:249:32861:32879 Scotland Barbados +0.465959 aapg_ah_176.html aapg_ah_176.html:445:50502:50510 Colorado Burbank, California +0.828051 gsa_html_5064963350 gsa_html_5064963350:1002:94653:94684 Naknek Talkeetna Mountains +0.495954 aapg_ad_614.html aapg_ad_614.html:102:9973:9982 Smackover Navarro County, Texas +0.24786 aapg_ai_688.html aapg_ai_688.html:69:9860:9884 Salina Williamsport, Indiana +0.511252 aapg_ae_202.html aapg_ae_202.html:4:648:657 Olentangy Cincinnati +0.500976 gsa_html_3860045860 gsa_html_3860045860:1226:109594:109600 Oregon Salem, Oregon +0.450109 gsa_html_1617077506 gsa_html_1617077506:541:59191:59199 Victoria Anchorage, Alaska +0.46736 cspg_html_2799817929 cspg_html_2799817929:360:40456:40473 Cardium Canada +0.443385 aapg_ac_215.html aapg_ac_215.html:152:17280:17289 Englewood Englewood, New Jersey +0.269376 aapg_ah_90.html aapg_ah_90.html:76:12503:12519 Dakota Cedar Mountains +0.25792 AMJC_html_3632105729 AMJC_html_3632105729:422:63289:63295 Oregon Washington (state) +0.494019 aapg_aa_400.html aapg_aa_400.html:158:12308:12318 Santa Cruz Bolivia +0.2626 jgeology_html_6990146451 jgeology_html_6990146451:652:48304:48320 Oswego North Carolina +0.254478 cspg_html_5345848475 cspg_html_5345848475:149:20824:20841 Wapiabi Calgary +0.259084 aapg_ae_974.html aapg_ae_974.html:205:21033:21043 Rio Grande Mexico +0.45408 gsa_html_4828739821 gsa_html_4828739821:985:79688:79726 Kingston Peak Death Valley +0.480768 cspg_html_6306091047 cspg_html_6306091047:401:57308:57316 Columbia Victoria, British Columbia +0.36465 aapg_ae_4.html aapg_ae_4.html:599:58616:58642 Oquirrh Logan, Utah +0.270399 geology_html_4383756610 geology_html_4383756610:12:577:587 Washington Washington (state) +0.256688 gsa_html_4438819447 gsa_html_4438819447:846:80018:80034 Dakota Nebraska +0.517874 gsa_html_2057442473 gsa_html_2057442473:58:4206:4234 Green River Colorado +0.48101 aapg_ad_803.html aapg_ad_803.html:57:5320:5326 Keokuk Burlington, Ontario +0.497276 cspg_html_6290430388 cspg_html_6290430388:877:85072:85081 Interlake Nassau, Bahamas +0.8512 cspg_html_2471870619 cspg_html_2471870619:387:50314:50333 Cold Lake Lacombe, Alberta +0.494429 aapg_aa_357.html aapg_aa_357.html:520:45750:45771 Summerville Summerville, South Carolina +0.486266 sedimentology_html_7298419341 sedimentology_html_7298419341:971:60208:60246 Chapel Island Antarctica +0.495804 aapg_aa_590.html aapg_aa_590.html:614:47657:47664 Yucatan Guatemala +0.251292 aapg_ad_356.html aapg_ad_356.html:349:33285:33292 Schuler Cotton Valley, Louisiana +0.261602 cspg_html_3102530088 cspg_html_3102530088:251:29549:29556 Pakowki Milk River, Alberta +0.252374 cspg_html_7970836465 cspg_html_7970836465:658:63890:63896 Oxford Pergamon Museum +0.251979 AMJC_html_7321319159 AMJC_html_7321319159:12:617:630 Santa Barbara California +0.469728 jgeology_html_8750845452 jgeology_html_8750845452:113:8179:8195 Navajo Logan, Utah +0.240548 cspg_html_6786864151 cspg_html_6786864151:6:440:462 Trent River Qualicum River +0.250428 aapg_ai_860.html aapg_ai_860.html:134:20462:20476 Bays Knoxville, Tennessee +0.444404 cspg_html_1948505826 cspg_html_1948505826:299:37666:37685 Keg River Lacombe, Alberta +0.247748 aapg_ai_720.html aapg_ai_720.html:464:46374:46381 Potomac Closter, New Jersey +0.478686 sedimentology_html_8041322681 sedimentology_html_8041322681:1094:68478:68488 Washington Seattle +0.27071 gsa_html_7151930388 gsa_html_7151930388:975:80325:80340 Mesaverde Logan, Utah +0.48828 aapg_ae_113.html aapg_ae_113.html:173:20942:20960 Read Bay Little Cornwallis Island +0.489712 cspg_html_9717154602 cspg_html_9717154602:6:337:354 Bearpaw Lacombe, Alberta +0.241 aapg_ae_176.html aapg_ae_176.html:234:29328:29342 Colorado Lacombe, Alberta +0.360855 gsa_html_9666442487 gsa_html_9666442487:677:63931:63950 Ellis Bay Anticosti Island +0.268243 cspg_html_9272962376 cspg_html_9272962376:493:61631:61646 Gates Victoria, British Columbia +0.494 aapg_ac_486.html aapg_ac_486.html:681:86462:86470 Colorado Denver +0.486758 cspg_html_7310162886 cspg_html_7310162886:302:40923:40949 Shublik Anchorage, Alaska +0.26416 gsa_html_1538463681 gsa_html_1538463681:92:8172:8187 Mural Arizona +0.515942 aapg_ad_822.html aapg_ad_822.html:114:9524:9536 Laramie Golden, Colorado +0.25938 aapg_ad_922.html aapg_ad_922.html:3:315:332 Ireton Lacombe, Alberta +0.258063 gsa_html_9052101586 gsa_html_9052101586:356:38900:38911 Peoria Illinois +0.48514 gsa_html_1460299630 gsa_html_1460299630:1046:97787:97800 Francis Ganges +0.476133 aapg_ad_379.html aapg_ad_379.html:713:57921:57929 Sundance Colorado +0.489658 palaios_html_7111318862 palaios_html_7111318862:1306:117637:117659 Judith River Lacombe, Alberta +0.392834 aapg_ai_592.html aapg_ai_592.html:239:38812:38827 Uinta Uinta Mountains +0.24888 cspg_html_1520641026 cspg_html_1520641026:6:516:535 Duvernay Lacombe, Alberta +0.254961 sedimentology_html_6261114825 sedimentology_html_6261114825:135:11304:11322 Purisima Santa Cruz, California +0.49296 aapg_af_860.html aapg_af_860.html:66:5521:5532 Sparta Cleveland +0.48501 gsa_html_4811081253 gsa_html_4811081253:139:10866:10894 Green River Colorado +0.257554 cspg_html_8353857977 cspg_html_8353857977:367:41017:41036 Tuscarora Pennsylvania +0.266192 aapg_ah_416.html aapg_ah_416.html:222:19370:19380 Milk River Canada +0.249228 gsa_html_3613642206 gsa_html_3613642206:901:79266:79276 Washington Seattle +0.774996 aapg_af_455.html aapg_af_455.html:59:8123:8151 Hampshire Illinois +0.468462 gsa_html_1075724130 gsa_html_1075724130:538:47995:48010 Bouse Arizona +0.483171 gsa_html_2204469229 gsa_html_2204469229:778:61402:61430 Green River Colorado +0.49707 aapg_ae_923.html aapg_ae_923.html:368:34588:34606 Hawthorn Leon County, Florida +0.22883 aapg_aa_399.html aapg_aa_399.html:290:23250:23258 Colorado Niobrara, Nebraska +0.245508 aapg_ad_466.html aapg_ad_466.html:852:91776:91788 Mount Laurel Navesink River +0.259081 aapg_aa_546.html aapg_aa_546.html:279:27785:27807 Judith River Judith River Formation +0.457504 cspg_html_9778753186 cspg_html_9778753186:324:47578:47585 Cadomin Lacombe, Alberta +0.267804 gsa_html_5419586307 gsa_html_5419586307:601:50957:50977 Ellensburg Washington (state) +0.474266 gsa_html_1119256423 gsa_html_1119256423:604:55668:55676 Bellevue Nebraska +0.247955 sedimentology_html_9134883029 sedimentology_html_9134883029:643:50198:50203 Crete Crete +0.48568 geology_html_8049344680 geology_html_8049344680:79:7904:7911 Nitinat Fraser River (Colorado) +0.47411 aapg_ac_187.html aapg_ac_187.html:2050:203103:203122 Marcellus Wayne County, Michigan +0.501034 gsa_html_7012936645 gsa_html_7012936645:499:44655:44676 Martinsburg Hamburg +0.409464 aapg_ae_428.html aapg_ae_428.html:1063:83708:83721 Lagarto Burkeville, Texas +0.254012 cspg_html_3953809708 cspg_html_3953809708:71:11875:11895 Big Valley Lacombe, Alberta +0.488565 aapg_ai_770.html aapg_ai_770.html:36:4436:4444 Reynales Niagara River +0.4959 cspg_html_5241714595 cspg_html_5241714595:247:38614:38631 Duperow Regina, Saskatchewan +0.49028 palaios_html_6100595217 palaios_html_6100595217:676:69039:69062 Moodys Branch Alabama +0.275044 cspg_html_3354282978 cspg_html_3354282978:157:19882:19891 Athabasca Lacombe, Alberta +0.259017 jgeology_html_4115179562 jgeology_html_4115179562:1348:73549:73567 Parkwood Alabama +0.25443 aapg_ae_407.html aapg_ae_407.html:47:4823:4845 Detroit River Michigan +0.262108 aapg_aa_245.html aapg_aa_245.html:35:4238:4256 Traverse Mississippian culture +0.248688 cspg_html_8568877195 cspg_html_8568877195:500:70398:70419 Belly River Lacombe, Alberta +0.660688 aapg_ad_921.html aapg_ad_921.html:405:38911:38925 Kope Kentucky +0.250985 gsa_html_2989317971 gsa_html_2989317971:1102:110012:110024 Yellowjacket Boise, Idaho +0.502765 aapg_ac_825.html aapg_ac_825.html:785:79742:79750 Monterey California +0.258416 sedimentology_html_6705485093 sedimentology_html_6705485093:36:1781:1791 Copenhagen Sweden +0.465985 aapg_aa_381.html aapg_aa_381.html:87:11427:11435 Monterey Rancho Santa Margarita, California +0.262584 gsa_html_8213519494 gsa_html_8213519494:651:64306:64313 Kayenta Toronto +0.472443 cspg_html_9177794814 cspg_html_9177794814:126:14877:14892 Wahoo Atoka, Oklahoma +0.267776 aapg_ai_584.html aapg_ai_584.html:642:65801:65823 Basal Cheyenne, Wyoming +0.244925 aapg_ai_328.html aapg_ai_328.html:46:5430:5449 Caballero Alamogordo, New Mexico +0.25 gsa_html_4828739821 gsa_html_4828739821:497:38813:38853 Sixtymile Western world +0.472725 aapg_ah_779.html aapg_ah_779.html:207:37534:37542 Michigan Bloomington, Indiana +0.257839 aapg_aa_305.html aapg_aa_305.html:72:11019:11026 Raritan Kirkwood, Missouri +0.500598 gsa_html_9898556493 gsa_html_9898556493:200:24725:24743 Riverbank Modesto, California +0.489854 cspg_html_9987144175 cspg_html_9987144175:73:10938:10942 Fram Hell Gate +0.494132 aapg_ae_755.html aapg_ae_755.html:468:48925:48946 Pungo River North Carolina +0.273529 cspg_html_1818321956 cspg_html_1818321956:487:49793:49807 Toad Canada +0.56256 aapg_af_51.html aapg_af_51.html:507:56486:56494 Colorado Colorado +0.250677 aapg_ac_630.html aapg_ac_630.html:551:57869:57876 Wasatch Bridger, Montana +0.242284 sedimentology_html_3620939833 sedimentology_html_3620939833:121:6869:6875 Benner Esposizione Universale Roma +0.257484 cspg_html_5381643866 cspg_html_5381643866:348:43690:43698 Columbia Lacombe, Alberta +0.23364 aapg_ae_113.html aapg_ae_113.html:370:49096:49129 Disappointment Bay Bathurst Island (Northern Territory) +0.260338 cspg_html_6985536436 cspg_html_6985536436:591:75913:75934 Christopher Banks Island +0.250965 cspg_html_1578389835 cspg_html_1578389835:628:56392:56407 Flume Lacombe, Alberta +0.245692 aapg_ac_92.html aapg_ac_92.html:329:32131:32137 Denver Colorado +0.489765 aapg_ai_225.html aapg_ai_225.html:180:15847:15858 Black River Bloomington, Indiana +0.266532 aapg_ak_87.html aapg_ak_87.html:454:57166:57180 Earp Supai, Arizona +0.252888 geology_html_2803121856 geology_html_2803121856:18:1285:1294 Eel River California +0.245967 aapg_ae_47.html aapg_ae_47.html:123:11203:11217 Woodford Turkey Creek, Louisiana +0.49646 aapg_ae_884.html aapg_ae_884.html:317:41968:41982 Colorado Logan, Utah +0.4788 aapg_ae_705.html aapg_ae_705.html:555:53640:53663 Santa Barbara Carpinteria, California +0.677451 aapg_ae_911.html aapg_ae_911.html:41:4116:4135 Morehouse Shreveport, Louisiana +0.254828 aapg_ah_534.html aapg_ah_534.html:58:4737:4755 Bloomsburg New Scotland, New York +0.25806 cspg_html_4235335749 cspg_html_4235335749:12:1619:1639 Newcastle Lacombe, Alberta +0.26104 palaios_html_3022467877 palaios_html_3022467877:107:12306:12317 Hornerstown Closter, New Jersey +0.48692 aapg_ac_986.html aapg_ac_986.html:527:65975:65996 Green River Wasatch Range +0.492993 aapg_aa_913.html aapg_aa_913.html:192:17554:17564 Georgetown Buda, Texas +0.491582 gsa_html_8981262717 gsa_html_8981262717:984:81736:81764 Green River Colorado +0.476504 gsa_html_2374661120 gsa_html_2374661120:641:61829:61853 Cutler Logan, Utah +0.271405 cspg_html_9689514766 cspg_html_9689514766:826:105120:105131 Black River Ontario, California +0.487024 palaios_html_8447729660 palaios_html_8447729660:435:48620:48638 Willwood Colorado +0.48006 geology_html_4760088414 geology_html_4760088414:302:24672:24681 Red Bluff Texas +0.260604 cspg_html_9648675035 cspg_html_9648675035:583:52401:52428 Barnett Texas +0.476215 AMJC_html_8206209174 AMJC_html_8206209174:247:31304:31310 Brazil China +0.250444 aapg_aa_43.html aapg_aa_43.html:268:34616:34631 Viola Middle Ordovician +0.494982 gsa_html_1426450063 gsa_html_1426450063:55:3428:3456 Green River Colorado +0.257 aapg_ai_283.html aapg_ai_283.html:161:17915:17924 New River Pusey, Oxfordshire +0.268275 aapg_ac_253.html aapg_ac_253.html:56:7608:7619 Frisco New Scotland, New York +0.254007 jgeology_html_8945102252 jgeology_html_8945102252:893:58485:58509 Peninsula Baja California peninsula +0.482895 cspg_html_4348111624 cspg_html_4348111624:329:42478:42516 Winnipegosis Regina, Saskatchewan +0.46864 aapg_ad_307.html aapg_ad_307.html:66:7610:7642 Quadrant Cheyenne, Wyoming +0.50986 aapg_ah_198.html aapg_ah_198.html:564:74696:74714 Monterey California +0.237144 geology_html_5526435496 geology_html_5526435496:412:27156:27162 Laguna Castel Gandolfo +0.50841 aapg_ad_0.html aapg_ad_0.html:153:14993:15001 Glenwood Bloomington, Indiana +0.253616 aapg_ah_329.html aapg_ah_329.html:181:17140:17155 Lospe Casmalia Hills +0.489114 cspg_html_4636216007 cspg_html_4636216007:385:38643:38656 Parry Islands Little Cornwallis Island +0.5061 geology_html_5526435496 geology_html_5526435496:15:821:827 Denver Colorado +0.48568 cspg_html_7209461212 cspg_html_7209461212:110:16267:16280 Mountain Park Kilby +0.499035 cspg_html_3008414459 cspg_html_3008414459:506:61114:61134 Milk River Southern Alberta +0.261612 cspg_html_8556552074 cspg_html_8556552074:93:8243:8259 Meadow Lake Lacombe, Alberta +0.458232 aapg_af_99.html aapg_af_99.html:41:5359:5374 Gatun Trinidad and Tobago +0.4914 cspg_html_2749851978 cspg_html_2749851978:395:56913:56930 Cardium New Haven, Connecticut +0.24948 cspg_html_2283545366 cspg_html_2283545366:458:56440:56457 Halfway Lacombe, Alberta +0.361872 cspg_html_9924397126 cspg_html_9924397126:1665:170480:170501 Green River Logan, Utah +0.48513 gsa_html_8340160877 gsa_html_8340160877:56:3551:3579 Green River Colorado +0.482377 jgeology_html_8836028119 jgeology_html_8836028119:672:47627:47633 Oxford Pergamon Museum +0.260428 aapg_ad_283.html aapg_ad_283.html:417:46059:46069 San Andres Nashville Basin +0.253422 aapg_ai_654.html aapg_ai_654.html:228:33073:33086 Madison Williston Basin +0.478676 geology_html_1001858158 geology_html_1001858158:13:848:856 Victoria Victoria, British Columbia +0.205356 aapg_aa_683.html aapg_aa_683.html:14:2372:2391 Greenhorn Colorado +0.2574 aapg_ai_968.html aapg_ai_968.html:129:12018:12025 Madison Cut Bank, Montana +0.493654 gsa_html_1579624848 gsa_html_1579624848:66:4776:4804 Green River Colorado +0.351072 geology_html_6051364759 geology_html_6051364759:262:21971:21993 Judith River Regina, Saskatchewan +0.480568 gsa_html_4128085755 gsa_html_4128085755:934:81130:81158 Green River Colorado +0.36186 cspg_html_9343899465 cspg_html_9343899465:2159:196459:196478 Strathcona Fiord Ellesmere Island +0.476088 gsa_html_6982030333 gsa_html_6982030333:1141:106514:106520 Oregon Boise, Idaho +0.505533 aapg_aa_702.html aapg_aa_702.html:373:86951:86973 Salina Michigan +0.259072 gsa_html_1549665076 gsa_html_1549665076:71:7916:7924 John Day Owyhee County, Idaho +0.255016 cspg_html_3102530088 cspg_html_3102530088:596:74190:74210 Milk River Lacombe, Alberta +0.488376 geology_html_3799447469 geology_html_3799447469:291:18338:18372 Laurentian San Juan, Argentina +0.491744 aapg_af_378.html aapg_af_378.html:71:9169:9176 El Paso El Paso, Texas +0.25856 sedimentology_html_7885928494 sedimentology_html_7885928494:393:36215:36219 Hall London, Ontario +0.261072 aapg_ae_641.html aapg_ae_641.html:12:1092:1099 Rapides Plaquemines Parish, Louisiana +0.48705 geology_html_5967209013 geology_html_5967209013:84:8913:8921 Paradise Inyo County, California +0.242424 sedimentology_html_6192596736 sedimentology_html_6192596736:238:16736:16740 Hall London, Ontario +0.254248 aapg_ac_983.html aapg_ac_983.html:399:62685:62695 Plattsburg Plattsburg, Missouri +0.67014 aapg_ae_73.html aapg_ae_73.html:321:41816:41832 Chinle Las Vegas Strip +0.2465 cspg_html_7817594878 cspg_html_7817594878:394:57572:57580 Colorado Denver +0.46366 aapg_ac_71.html aapg_ac_71.html:740:78463:78484 Boyer Ranch Reno, Nevada +0.47838 aapg_aa_751.html aapg_aa_751.html:733:76419:76425 Brazil Sergipe +0.481535 aapg_ad_133.html aapg_ad_133.html:27:2636:2651 Diablo Delaware +0.459241 cspg_html_2420029771 cspg_html_2420029771:960:94556:94573 Romaine Anticosti Island +0.26469 gsa_html_9207276905 gsa_html_9207276905:640:54668:54676 Columbia Victoria, British Columbia +0.25414 aapg_ac_621.html aapg_ac_621.html:157:13192:13209 Emporia Elmont, New York +0.467 aapg_ah_844.html aapg_ah_844.html:322:45107:45115 Tensleep Oklahoma City +0.251955 aapg_ah_435.html aapg_ah_435.html:243:29114:29119 Yegua China +0.512904 gsa_html_8710965421 gsa_html_8710965421:55:3465:3493 Green River Colorado +0.267363 aapg_ah_134.html aapg_ah_134.html:128:10353:10371 Rodessa Tuscaloosa, Alabama +0.502244 palaios_html_2376163646 palaios_html_2376163646:563:60669:60689 Hell Creek Williston Basin +0.26418 gsa_html_5495469347 gsa_html_5495469347:114:9602:9627 Maroon Colorado +0.485982 palaios_html_5170998264 palaios_html_5170998264:441:55304:55322 Imperial Imperial County, California +0.478956 gsa_html_5865982995 gsa_html_5865982995:1303:137932:137940 Colorado Denver +0.266772 cspg_html_5891044027 cspg_html_5891044027:441:79774:79779 Price Lacombe, Alberta +0.245952 aapg_ah_487.html aapg_ah_487.html:143:16756:16766 Copenhagen Mons +0.487531 jgeology_html_8494933343 jgeology_html_8494933343:349:24915:24926 Green River Colorado +0.250158 palaios_html_3467544554 palaios_html_3467544554:736:62077:62085 Colorado Denver +0.233766 aapg_ac_705.html aapg_ac_705.html:183:19081:19095 Woodford Mexico +0.263153 cspg_html_1065856149 cspg_html_1065856149:40:4681:4692 Mowry Cheyenne, Wyoming +0.493296 aapg_af_665.html aapg_af_665.html:83:9614:9618 Frio Texas +0.696877 aapg_ae_576.html aapg_ae_576.html:420:37079:37089 Wulff Land Greenland +0.45885 cspg_html_2954223000 cspg_html_2954223000:1307:166196:166201 Weeks California +0.263105 cspg_html_1188455526 cspg_html_1188455526:23:2386:2407 Christopher Hassel (Bergen) +0.236187 gsa_html_3860045860 gsa_html_3860045860:477:51266:51282 Eugene Pacific Northwest +0.277202 geology_html_8810257294 geology_html_8810257294:324:28357:28361 Hall London, Ontario +0.426216 cspg_html_6252417471 cspg_html_6252417471:305:44897:44919 Horton River Banks Island +0.470439 cspg_html_2650524233 cspg_html_2650524233:12:2085:2092 Bearpaw Lacombe, Alberta +0.492666 aapg_ah_85.html aapg_ah_85.html:105:12246:12264 Patuxent North Carolina +0.276672 aapg_ai_129.html aapg_ai_129.html:120:12254:12262 Wolfcamp Delaware +0.440336 gsa_html_7102550258 gsa_html_7102550258:730:83116:83133 Entrada Colorado +0.503126 aapg_ah_521.html aapg_ah_521.html:312:32982:32989 Carrizo Great Lakes region (North America) +0.488448 geology_html_2703219359 geology_html_2703219359:319:25726:25731 Stark Reno, Nevada +0.255474 aapg_ae_296.html aapg_ae_296.html:81:8521:8527 Blaine Texas +0.253456 cspg_html_4407743346 cspg_html_4407743346:293:38402:38429 La Luna Melbourne, Florida +0.509694 gsa_html_9266920022 gsa_html_9266920022:496:56278:56285 El Paso Alabama +0.479108 aapg_aa_654.html aapg_aa_654.html:275:40446:40484 Arroyo New Mexico +0.481371 aapg_ah_878.html aapg_ah_878.html:263:30743:30771 St. Edmund Manitoulin Island +0.254015 aapg_ah_633.html aapg_ah_633.html:142:20265:20272 Anahuac Shreveport, Louisiana +0.284512 aapg_ad_249.html aapg_ad_249.html:108:11333:11351 Traverse Detroit River International Wildlife Refuge +0.511974 geology_html_6677659753 geology_html_6677659753:17:695:703 Victoria Victoria, British Columbia +0.48552 gsa_html_1440648000 gsa_html_1440648000:21:1261:1271 Washington Washington (state) +0.267696 aapg_af_540.html aapg_af_540.html:339:45751:45759 Niobrara Niobrara, Nebraska +0.24453 AMJC_html_5755352984 AMJC_html_5755352984:175:26376:26386 Washington Salem, Oregon +0.252 cspg_html_5981094114 cspg_html_5981094114:112:17115:17121 Denver Colorado +0.27472 aapg_ad_883.html aapg_ad_883.html:75:9322:9341 Franconia Trempealeau, Wisconsin +0.479688 aapg_af_854.html aapg_af_854.html:1017:143192:143210 Golconda Hardinsburg, Indiana +0.265278 aapg_ac_219.html aapg_ac_219.html:547:85030:85038 Santiago Nazca +0.26724 cspg_html_3367984758 cspg_html_3367984758:215:27894:27902 Columbia Elmworth, Alberta +0.484946 aapg_aa_346.html aapg_aa_346.html:172:16677:16694 Laurel Kentucky +0.259534 aapg_ah_647.html aapg_ah_647.html:740:81778:81794 Kaibab Colorado Plateau +0.498759 geology_html_4984597820 geology_html_4984597820:192:20752:20756 Dean Washington (state) +0.49455 cspg_html_3575026901 cspg_html_3575026901:10:513:518 Banff Calgary +0.26019 aapg_af_423.html aapg_af_423.html:111:10532:10537 Salem Clay City, Illinois +0.255024 gsa_html_4307911073 gsa_html_4307911073:816:56373:56379 Sonora Mexico +0.235 gsa_html_4446967287 gsa_html_4446967287:135:9984:10004 Mt Lytton Eagle River, Alaska +0.247995 aapg_ac_333.html aapg_ac_333.html:85:11775:11779 Rico Colorado +0.23716 aapg_ae_3.html aapg_ae_3.html:330:45906:45930 Arroyo New Mexico +0.484864 gsa_html_1164021120 gsa_html_1164021120:29:2172:2209 Picture Gorge Basalt Salem, Oregon +0.498076 aapg_ac_725.html aapg_ac_725.html:171:18606:18615 Peninsula Trinidad and Tobago +0.250444 aapg_aa_731.html aapg_aa_731.html:531:71858:71887 Wilcox Mississippi River +0.44462 aapg_ah_618.html aapg_ah_618.html:98:7936:7944 Tensleep Little Cottonwood Creek +0.272363 sedimentology_html_1345433606 sedimentology_html_1345433606:872:64217:64252 New Glasgow Canada +0.268836 gsa_html_1024107776 gsa_html_1024107776:1024:101617:101652 Mauch Chunk Pennsylvania +0.258028 gsa_html_3069013284 gsa_html_3069013284:861:80477:80493 Chinle Colorado +0.49344 gsa_html_8371513124 gsa_html_8371513124:325:26443:26471 Green River Colorado +0.427908 cspg_html_2184091860 cspg_html_2184091860:633:58711:58719 Montreal Quebec City +0.474195 aapg_ae_29.html aapg_ae_29.html:481:55562:55582 Greenbrier Pennsylvania +0.28184 aapg_af_653.html aapg_af_653.html:390:46614:46622 Vaqueros Monterey, California +0.497373 aapg_ah_311.html aapg_ah_311.html:20:3227:3234 Wasatch Fort Union Trading Post National Historic Site +0.276507 cspg_html_8374021012 cspg_html_8374021012:143:22510:22530 Harrogate Victoria, British Columbia +0.25942 aapg_ad_944.html aapg_ad_944.html:315:27566:27571 Piper Montana +0.270396 cspg_html_5849897642 cspg_html_5849897642:6:239:255 Fernie Moose Mountain (Alberta) +0.468843 sedimentology_html_3417381350 sedimentology_html_3417381350:1353:100277:100295 Monterey California +0.2525 geology_html_2094488742 geology_html_2094488742:260:23436:23446 Las Cruces New Mexico +0.240981 gsa_html_7173708345 gsa_html_7173708345:42:3682:3703 Forest Fairbanks, Alaska +0.258856 aapg_af_788.html aapg_af_788.html:37:4836:4844 Michigan Lake Huron +0.48552 geology_html_5090297208 geology_html_5090297208:12:501:509 Colorado Denver +0.500388 aapg_ae_4.html aapg_ae_4.html:149:16269:16288 Waterways Canada +0.261888 cspg_html_3404912985 cspg_html_3404912985:106:17732:17743 Belly River Lacombe, Alberta +0.46812 aapg_af_664.html aapg_af_664.html:152:17345:17368 Lancaster Val Verde (fictional country) +0.300492 aapg_ah_628.html aapg_ah_628.html:82:8745:8759 Stonewall Huerfano, New Mexico +0.246973 cspg_html_8316122266 cspg_html_8316122266:296:29212:29236 Boulder Creek Victoria, British Columbia +0.48504 geology_html_8307852629 geology_html_8307852629:135:13002:13010 Moenkopi Coconino County, Arizona +0.251779 aapg_af_877.html aapg_af_877.html:134:15750:15771 Paint Creek Gallatin, Tennessee +0.265584 aapg_ah_71.html aapg_ah_71.html:624:42144:42160 Weches Texas +0.266466 geology_html_3524527663 geology_html_3524527663:22:1211:1217 Denver Colorado +0.460067 aapg_aa_797.html aapg_aa_797.html:407:50228:50260 Wingate Arizona +0.46657 aapg_ah_276.html aapg_ah_276.html:29:3506:3526 Point Sal Monterey, California +0.258981 cspg_html_2703495345 cspg_html_2703495345:578:64935:64970 Missisauga Bridgetown, Nova Scotia +0.456012 jgeology_html_5764582297 jgeology_html_5764582297:678:52087:52092 Yukon Canada +0.2395 aapg_ak_132.html aapg_ak_132.html:288:31244:31264 San Jacinto Honduras +0.477158 cspg_html_6255491344 cspg_html_6255491344:261:38442:38463 Kootenay Lacombe, Alberta +0.27108 aapg_aa_826.html aapg_aa_826.html:269:25582:25590 Waccamaw Pamlico County, North Carolina +0.481206 cspg_html_9222238695 cspg_html_9222238695:244:33199:33247 Columbia Pine River (Michigan) +0.265698 cspg_html_2175627313 cspg_html_2175627313:182:18694:18711 Montney Lacombe, Alberta +0.456912 geology_html_6536193862 geology_html_6536193862:101:8614:8627 Merchantville Navesink River +0.256949 cspg_html_6927586285 cspg_html_6927586285:94:14083:14097 Doig Victoria, British Columbia +0.485216 aapg_ah_876.html aapg_ah_876.html:157:19667:19685 Basal County Sligo +0.225481 aapg_ai_1.html aapg_ai_1.html:305:27310:27317 Hermosa San Juan Mountains +0.5082 cspg_html_9689514766 cspg_html_9689514766:647:75759:75767 Montreal Ontario, California +0.523995 aapg_aa_15.html aapg_aa_15.html:333:36853:36862 Red River Texas +0.253206 cspg_html_2729673354 cspg_html_2729673354:120:13090:13102 Medicine Hat Lacombe, Alberta +0.25636 cspg_html_2769629211 cspg_html_2769629211:678:70658:70666 Columbia Victoria, British Columbia +0.501468 AMJC_html_9113252962 AMJC_html_9113252962:467:55299:55320 Tibbit Hill Quebec City +0.459756 aapg_ah_372.html aapg_ah_372.html:218:20154:20172 Caldwell Rockdale, Texas +0.257 cspg_html_2018998204 cspg_html_2018998204:115:13175:13180 Nonda Richmond, California +0.889248 sedimentology_html_3841637081 sedimentology_html_3841637081:1180:53979:54008 Swan Hills Lacombe, Alberta +0.248601 aapg_ae_170.html aapg_ae_170.html:378:34352:34369 Roberts Mountains Reno, Nevada +0.27888 aapg_ah_690.html aapg_ah_690.html:398:51136:51148 Wilcox Texas +0.261542 gsa_html_9251964215 gsa_html_9251964215:830:77593:77599 Walker Pennsylvania +0.250985 sedimentology_html_7914959221 sedimentology_html_7914959221:467:45478:45482 Hall London, Ontario +0.468868 aapg_ah_536.html aapg_ah_536.html:717:81686:81699 Basal Central Texas +0.50721 cspg_html_3354282978 cspg_html_3354282978:1021:105499:105530 Cooking Lake Lacombe, Alberta +0.483336 aapg_ad_3.html aapg_ad_3.html:475:44852:44862 Reedsville Juniata County School District +0.254769 aapg_aa_696.html aapg_aa_696.html:618:70874:70882 Colorado New Mexico +0.25449 jgeology_html_3924418909 jgeology_html_3924418909:177:13414:13445 Navajo Logan, Utah +0.28037 aapg_ai_583.html aapg_ai_583.html:363:44099:44116 Rierdon Cheyenne, Wyoming +0.256905 cspg_html_9343899465 cspg_html_9343899465:2050:181352:181364 Hecla Bay Melville Island (Canada) +0.16124 aapg_ai_504.html aapg_ai_504.html:45:4510:4529 Interlake Medina +0.252004 aapg_aa_898.html aapg_aa_898.html:16:2238:2257 Flagstaff Logan, Utah +0.473386 aapg_ah_221.html aapg_ah_221.html:191:17241:17247 Casper Cheyenne, Wyoming +0.270614 aapg_ac_694.html aapg_ac_694.html:51:4562:4567 Yukon Anchorage, Alaska +0.253512 aapg_ad_717.html aapg_ad_717.html:396:41146:41164 Wolfcamp Wichita, Kansas +0.499639 gsa_html_1816090385 gsa_html_1816090385:743:64229:64236 Deville Jura Mountains +0.245791 aapg_ah_208.html aapg_ah_208.html:116:15184:15192 La Habra California +0.25296 cspg_html_9768299963 cspg_html_9768299963:46:5525:5541 Battle Lacombe, Alberta +0.485254 gsa_html_5980600505 gsa_html_5980600505:548:56174:56202 Green River Colorado +0.244856 aapg_ad_683.html aapg_ad_683.html:271:30609:30614 Supai Kaibab, Arizona +0.268842 cspg_html_8212454185 cspg_html_8212454185:265:29371:29384 Turner Valley Lacombe, Alberta +0.240099 cspg_html_8427119881 cspg_html_8427119881:135:19590:19622 Grosmont Canada +0.271872 cspg_html_2854485053 cspg_html_2854485053:228:29010:29030 Besa River Canada +0.24384 aapg_ac_835.html aapg_ac_835.html:895:130443:130451 Tensleep Lake Creek, Texas +0.456885 gsa_html_5756232019 gsa_html_5756232019:68:6770:6787 Florida Mountains New Mexico +0.267273 aapg_ac_475.html aapg_ac_475.html:313:43755:43774 Kishenehn Victoria, British Columbia +0.476784 aapg_ai_17.html aapg_ai_17.html:194:14730:14746 Camden Safford, Arizona +0.44704 aapg_ah_53.html aapg_ah_53.html:25:3245:3263 Golconda Illinois +0.486864 aapg_ac_316.html aapg_ac_316.html:206:23668:23686 Grayburg New Mexico +0.66402 gsa_html_6706549940 gsa_html_6706549940:385:32403:32415 Beaver Creek Virginia +0.253008 gsa_html_8881958017 gsa_html_8881958017:508:49305:49318 Slocan Milford, Connecticut +0.477617 gsa_html_2667366192 gsa_html_2667366192:621:57041:57045 Hall California +0.768828 aapg_aa_105.html aapg_aa_105.html:326:34848:34861 Turner Valley Calgary +0.24941 palaios_html_6973830442 palaios_html_6973830442:406:34424:34440 Navajo Brookfield, Illinois +0.482157 cspg_html_8289943866 cspg_html_8289943866:260:35158:35166 Michigan Lacombe, Alberta +0.49028 geology_html_1719128861 geology_html_1719128861:17:780:792 Saskatchewan Saskatoon +0.257943 gsa_html_6150225453 gsa_html_6150225453:1015:88132:88147 Mesaverde Colorado +0.481535 aapg_ak_93.html aapg_ak_93.html:108:14660:14665 Ancon Caspian Sea +0.473184 aapg_ai_288.html aapg_ai_288.html:160:21535:21553 San Onofre Breccia California +0.486837 aapg_ae_871.html aapg_ae_871.html:349:56151:56162 Belly River Lacombe, Alberta +0.261252 aapg_ah_700.html aapg_ah_700.html:604:76460:76478 Frontier Cheyenne, Wyoming +0.251412 aapg_ai_699.html aapg_ai_699.html:475:58492:58515 Great Meadows Glen Falls +0.461252 sedimentology_html_7069619943 sedimentology_html_7069619943:1116:81646:81651 Cadiz Apennine Mountains +0.251001 aapg_ae_5.html aapg_ae_5.html:237:27550:27564 Earp Arizona +0.496584 aapg_ac_949.html aapg_ac_949.html:48:4923:4945 Hatchetigbee Lisbon +0.25532 gsa_html_5140765555 gsa_html_5140765555:70:6551:6558 Temblor Sacramento, California +0.263144 gsa_html_6967102683 gsa_html_6967102683:613:54552:54559 Cassiar Victoria, British Columbia +0.493812 aapg_ac_702.html aapg_ac_702.html:408:43711:43719 Traverse Iowa +0.24035 sedimentology_html_3738352363 sedimentology_html_3738352363:209:14748:14754 Sierra Dorset +0.486303 AMJC_html_1873062106 AMJC_html_1873062106:924:100787:100804 Dakota Logan, Utah +0.254904 geology_html_5142231224 geology_html_5142231224:12:564:574 Washington Washington (state) +0.235 gsa_html_1931201430 gsa_html_1931201430:430:39825:39834 Eel River Eel River (Indiana) +0.897484 sedimentology_html_3417381350 sedimentology_html_3417381350:590:42992:43010 Monterey California +0.244976 aapg_ac_258.html aapg_ac_258.html:45:7991:8001 Henryhouse Middle East +0.267804 aapg_af_55.html aapg_af_55.html:329:54119:54125 Oxford Kingdom of Great Britain +0.245024 cspg_html_3104351736 cspg_html_3104351736:193:25965:25983 Foremost Lacombe, Alberta +0.269874 aapg_ae_574.html aapg_ae_574.html:5:920:939 Belle Fourche Powder River (Montana) +0.498388 gsa_html_7632212878 gsa_html_7632212878:577:53709:53719 Las Cruces Cedar Hill, Texas +0.48829 gsa_html_4557277250 gsa_html_4557277250:823:70101:70126 Mount Wrightson Arizona +0.255972 aapg_aa_684.html aapg_aa_684.html:34:4306:4314 Woodside Cheyenne, Wyoming +0.475838 gsa_html_7822144675 gsa_html_7822144675:588:62110:62138 Green River Colorado +0.437192 cspg_html_7086880709 cspg_html_7086880709:512:67232:67243 Hare Indian Mackenzie River +0.489328 gsa_html_5924250698 gsa_html_5924250698:925:87613:87648 Ogallala New Mexico +0.25654 geology_html_8707793269 geology_html_8707793269:303:23201:23220 Pocatello Boise, Idaho +0.511461 gsa_html_4412763245 gsa_html_4412763245:1238:101356:101384 Green River Colorado +0.468986 aapg_ae_625.html aapg_ae_625.html:15:1964:1972 Columbia Victoria, British Columbia +0.738575 cspg_html_8312989046 cspg_html_8312989046:436:49385:49403 Bowser Hazelton, British Columbia +0.256522 aapg_ad_999.html aapg_ad_999.html:105:10565:10571 Muskeg Lake Ontario +0.24378 aapg_ad_880.html aapg_ad_880.html:654:63549:63553 Wendover Black Hills +0.516704 aapg_aa_745.html aapg_aa_745.html:480:59422:59445 Brushy Canyon Guadalupe Mountains National Park +0.257895 aapg_ac_807.html aapg_ac_807.html:308:31137:31144 Magothy Monmouth County, New Jersey +0.494361 aapg_ah_387.html aapg_ah_387.html:2256:247668:247677 Knoxville Mariposa, California +0.47616 aapg_ac_930.html aapg_ac_930.html:39:3437:3443 Denver Colorado +0.886392 cspg_html_3104351736 cspg_html_3104351736:628:74711:74723 Wilcox Texas +0.262144 aapg_ae_907.html aapg_ae_907.html:105:15092:15110 Vaqueros California +0.484704 jgeology_html_8064855537 jgeology_html_8064855537:273:19697:19713 Dakota Western world +0.257045 aapg_ae_873.html aapg_ae_873.html:1173:136446:136451 Tyler Texas +0.494088 sedimentology_html_6210806021 sedimentology_html_6210806021:896:50420:50455 Keg River Lacombe, Alberta +0.482555 aapg_af_854.html aapg_af_854.html:1033:145689:145707 Golconda Perry County, Indiana +0.4576 sedimentology_html_5372057865 sedimentology_html_5372057865:1001:79628:79638 Washington Seattle +0.455775 aapg_ai_1.html aapg_ai_1.html:198:17670:17677 Hermosa Hermosa, Chicago +0.681492 aapg_ai_583.html aapg_ai_583.html:426:53529:53544 Stump Boise, Idaho +0.256725 jgeology_html_4599466962 jgeology_html_4599466962:199:14996:15017 Onondaga Finger Lakes +0.234207 gsa_html_1790318761 gsa_html_1790318761:693:58953:58959 Walker Salem, Oregon +0.253356 cspg_html_7201476813 cspg_html_7201476813:17:2026:2035 Williston Manitoba +0.487936 cspg_html_7654055630 cspg_html_7654055630:110:13752:13776 Rapid California +0.264 jgeology_html_7350090294 jgeology_html_7350090294:82:3995:4002 Halifax Canada +0.26058 gsa_html_1553263562 gsa_html_1553263562:887:78188:78195 Gateway Colorado +0.480459 palaios_html_9814494978 palaios_html_9814494978:108:14389:14405 Nassau Hobart, Indiana +0.76936 aapg_ah_329.html aapg_ah_329.html:282:27679:27687 Monterey Monterey, California +0.2685 palaios_html_7200914911 palaios_html_7200914911:56:6256:6273 Admiral Texas +0.267764 geology_html_7251669219 geology_html_7251669219:26:1510:1518 Colorado Englewood, New Jersey +0.36156 cspg_html_6839937815 cspg_html_6839937815:254:35618:35635 Thaynes Reno, Nevada +0.26574 cspg_html_9735723617 cspg_html_9735723617:735:88003:88022 Griper Bay Melville Island (Canada) +0.262973 aapg_ak_132.html aapg_ak_132.html:65:6742:6754 Todos Santos Honduras +0.478406 sedimentology_html_7369474561 sedimentology_html_7369474561:37:1995:2004 San Diego La Jolla +0.258792 aapg_ad_70.html aapg_ad_70.html:112:7407:7425 Morrison Cheyenne, Wyoming +0.445803 cspg_html_9369612737 cspg_html_9369612737:180:22118:22129 Collingwood Manitoulin Island +0.476 aapg_aa_696.html aapg_aa_696.html:757:79797:79803 Denver Colorado +0.257526 gsa_html_1636483297 gsa_html_1636483297:16:629:650 Green River Cheyenne, Wyoming +0.25647 aapg_ad_367.html aapg_ad_367.html:375:36211:36231 Mt. Wilson Victoria, British Columbia +0.27878 aapg_ac_867.html aapg_ac_867.html:722:97831:97841 Phosphoria Cheyenne, Wyoming +0.266742 aapg_ah_418.html aapg_ah_418.html:126:12479:12491 North Branch Lethbridge +0.262108 gsa_html_3150321506 gsa_html_3150321506:671:70728:70733 Logan North Carolina +0.271297 sedimentology_html_4432289902 sedimentology_html_4432289902:330:27755:27772 Potomac Medford, Massachusetts +0.494607 aapg_ai_82.html aapg_ai_82.html:341:37875:37885 Greenbrier Huntington, West Virginia +0.499896 cspg_html_1878628154 cspg_html_1878628154:6:297:331 Montney Lacombe, Alberta +0.493115 cspg_html_1166855658 cspg_html_1166855658:19:2453:2482 Woodbend Central Alberta +0.487172 gsa_html_7884891021 gsa_html_7884891021:464:48560:48568 Michigan Wisconsin +0.266156 aapg_ac_613.html aapg_ac_613.html:39:5780:5795 Mesaverde Beaumont, Texas +0.24948 cspg_html_7028413504 cspg_html_7028413504:184:23573:23587 Woodbend Lacombe, Alberta +0.270788 aapg_af_775.html aapg_af_775.html:395:30050:30056 Vernon Shreveport, Louisiana +0.26673 aapg_ah_972.html aapg_ah_972.html:28:3211:3221 Pennington Houston County, Alabama +0.477708 palaios_html_2847312584 palaios_html_2847312584:430:49504:49522 Wise Lake Middle Ordovician +0.266742 cspg_html_7688587411 cspg_html_7688587411:245:26083:26091 Columbia Victoria, British Columbia +0.271272 aapg_ae_886.html aapg_ae_886.html:12:1573:1599 Todilto New Mexico +0.26298 aapg_aa_684.html aapg_aa_684.html:415:38276:38285 Chugwater Cheyenne, Wyoming +0.490167 gsa_html_8771785456 gsa_html_8771785456:844:69760:69770 Washington Victoria, British Columbia +0.46944 aapg_ac_832.html aapg_ac_832.html:63:8363:8387 Stony Mountain Richmond, California +0.266716 aapg_ah_429.html aapg_ah_429.html:121:10534:10562 San Andres Artesia, New Mexico +0.267064 aapg_ah_655.html aapg_ah_655.html:131:12752:12757 Atoka Logan County, West Virginia +0.50388 aapg_ak_115.html aapg_ak_115.html:346:30508:30532 Newport California +0.245021 gsa_html_8319219146 gsa_html_8319219146:538:57769:57788 Lockatong Doylestown, Pennsylvania +0.470439 palaios_html_7647838115 palaios_html_7647838115:409:42651:42655 Bell Hauraki Gulf +0.519862 gsa_html_3946358846 gsa_html_3946358846:1368:110557:110585 Green River Colorado +0.250976 cspg_html_8353857977 cspg_html_8353857977:39:5721:5743 Maiden Point Summerside, Prince Edward Island +0.259588 gsa_html_5626813365 gsa_html_5626813365:15:667:681 Baca New Mexico +0.48513 palaios_html_2621173808 palaios_html_2621173808:1278:118993:119034 Sulphur Mountain Lacombe, Alberta +0.256032 aapg_af_23.html aapg_af_23.html:166:21939:21964 Nation River Anchorage, Alaska +0.27092 aapg_ac_11.html aapg_ac_11.html:29:2829:2837 Tomstown Kentucky +0.468796 cspg_html_7224545905 cspg_html_7224545905:26:2480:2498 Pakowki Bow Island Airport +0.470058 aapg_aa_702.html aapg_aa_702.html:387:87705:87713 Colorado Colorado +0.511488 gsa_html_2832151886 gsa_html_2832151886:280:20691:20699 Columbia Lacombe, Alberta +0.510402 gsa_html_4216613284 gsa_html_4216613284:619:60033:60061 Green River Colorado +0.488177 aapg_aa_869.html aapg_aa_869.html:146:24756:24772 Cupido Texas +0.449826 aapg_aa_875.html aapg_aa_875.html:258:31017:31025 Colorado Littleton, Colorado +0.259578 cspg_html_4326384800 cspg_html_4326384800:574:75248:75263 Nisku Lacombe, Alberta +0.27378 aapg_ac_563.html aapg_ac_563.html:547:77312:77328 Reforma Mexico +0.2975 aapg_ah_647.html aapg_ah_647.html:756:84114:84130 Concha Kaibab, Arizona +0.492862 gsa_html_5773604426 gsa_html_5773604426:1098:87226:87254 Green River Iran +0.466546 gsa_html_2147749463 gsa_html_2147749463:731:49096:49114 Rapid Kenya +0.486504 cspg_html_4937997995 cspg_html_4937997995:787:73151:73167 Bad Cache Rapids Churchill River (Atlantic) +0.256236 cspg_html_8363357104 cspg_html_8363357104:42:5864:5884 Mount Wilson Lacombe, Alberta +0.489706 aapg_aa_775.html aapg_aa_775.html:42:3565:3574 Vicksburg Oakville, California +0.233682 sedimentology_html_6367222020 sedimentology_html_6367222020:882:45955:45974 Leadville Colorado +0.890186 aapg_ae_843.html aapg_ae_843.html:37:3678:3686 Niobrara Powder River (Montana) +0.50668 cspg_html_8053835699 cspg_html_8053835699:6:388:406 Deer Bay Canada +0.49504 aapg_ae_794.html aapg_ae_794.html:565:62485:62491 Coffee Coon Creek Formation +0.476992 aapg_ad_466.html aapg_ad_466.html:218:28180:28192 Marshalltown Merchantville, New Jersey +0.49152 cspg_html_3521815736 cspg_html_3521815736:485:63159:63176 Halfway Victoria, British Columbia +0.253492 sedimentology_html_1830833965 sedimentology_html_1830833965:1674:86167:86172 Mt Lytton Laughlin/Bullhead International Airport +0.26265 aapg_ac_972.html aapg_ac_972.html:113:12985:13000 Santa Margarita Monterey, California +0.485434 palaios_html_2467851635 palaios_html_2467851635:304:33923:33929 Warner Canada +0.497555 cspg_html_3447886929 cspg_html_3447886929:1384:125128:125159 Beekmantown Quebec City +0.274968 cspg_html_7866293053 cspg_html_7866293053:302:36012:36030 Moosebar Lacombe, Alberta +0.263592 aapg_ac_90.html aapg_ac_90.html:150:23084:23106 Boyer Ranch Reno, Nevada +0.26884 aapg_ad_879.html aapg_ad_879.html:543:41993:42002 Valentine Texas +0.270391 cspg_html_2701043964 cspg_html_2701043964:75:11404:11422 Winnipeg Western world +0.238108 geology_html_1652363853 geology_html_1652363853:261:24725:24731 Kodiak Anchorage, Alaska +0.254007 aapg_ai_88.html aapg_ai_88.html:449:46282:46295 San Sebastian Springhill, Nova Scotia +0.259248 aapg_aa_684.html aapg_aa_684.html:372:35748:35757 Popo Agie Cheyenne, Wyoming +0.480851 gsa_html_5262754204 gsa_html_5262754204:375:47210:47225 Aguja Lajitas, Texas +0.251835 gsa_html_1420361492 gsa_html_1420361492:1171:105962:105970 Beaumont Pakistan +0.948627 aapg_ac_575.html aapg_ac_575.html:46:8402:8422 Phosphoria Boise, Idaho +0.252374 gsa_html_3510629601 gsa_html_3510629601:99:11306:11337 Santa Clara California +0.45493 palaios_html_7377371027 palaios_html_7377371027:576:54638:54658 Florissant Florissant, Colorado +0.470374 cspg_html_8751690073 cspg_html_8751690073:444:36747:36753 Oxford London, Ontario +0.246302 cspg_html_1188455526 cspg_html_1188455526:180:28172:28191 Mould Bay Melville Island (Canada) +0.506996 aapg_ac_714.html aapg_ac_714.html:446:50828:50843 Piper Cheyenne, Wyoming +0.412515 aapg_ah_756.html aapg_ah_756.html:203:17879:17898 Grayburg New Mexico +0.512 aapg_ad_867.html aapg_ad_867.html:8:1732:1742 San Andres Delaware +0.4921 aapg_ad_169.html aapg_ad_169.html:339:40168:40178 Greenbrier Huntington, West Virginia +0.25431 aapg_af_471.html aapg_af_471.html:212:25046:25060 Hartselle Hartselle, Alabama +0.2625 gsa_html_4408649953 gsa_html_4408649953:235:22771:22782 Summerville Charleston, South Carolina +0.47559 cspg_html_1509800797 cspg_html_1509800797:144:14420:14432 Saskatchewan Cypress Hills, Brooklyn +0.2376 aapg_ac_333.html aapg_ac_333.html:355:46249:46257 Colorado Ouray, Colorado +0.252374 geology_html_7817649603 geology_html_7817649603:11:513:521 Virginia Martinsville, Indiana +0.266266 aapg_ad_766.html aapg_ad_766.html:526:49833:49849 Dakota Shiprock, New Mexico +0.457293 aapg_ae_777.html aapg_ae_777.html:180:20459:20464 Ponce Talpa, Texas +0.25896 cspg_html_5688447798 cspg_html_5688447798:161:24127:24155 Disappointment Bay Ellesmere Island +0.236769 gsa_html_2364640066 gsa_html_2364640066:697:72390:72398 Colorado Anchorage, Alaska +0.25551 geology_html_3899329900 geology_html_3899329900:329:25615:25619 Bell London, Ontario +0.250992 gsa_html_4220229801 gsa_html_4220229801:689:57058:57068 Washington Boise, Idaho +0.262808 aapg_ad_820.html aapg_ad_820.html:362:43297:43309 Exshaw Lacombe, Alberta +0.503184 aapg_ah_869.html aapg_ah_869.html:1067:97171:97175 Bays Texas +0.247008 palaios_html_7769060899 palaios_html_7769060899:513:49510:49535 Cedar Mountain Colorado +0.49343 aapg_af_812.html aapg_af_812.html:177:15441:15464 Cook Mountain Mier +0.246492 gsa_html_4543270561 gsa_html_4543270561:720:63786:63796 Point Loma Naval Auxiliary Landing Field San Clemente Island +0.246784 aapg_ae_794.html aapg_ae_794.html:210:26131:26151 Coon Creek Selma to Montgomery marches +0.244829 aapg_af_70.html aapg_af_70.html:119:11519:11530 Waltersburg Webster County, Missouri +0.488005 gsa_html_6567049100 gsa_html_6567049100:1112:87713:87741 Green River Colorado +0.259588 aapg_ac_246.html aapg_ac_246.html:316:31180:31197 Skull Creek Fall River, Nova Scotia +0.2535 sedimentology_html_6854489010 sedimentology_html_6854489010:39:2444:2452 Columbia Africa +0.48786 aapg_af_388.html aapg_af_388.html:678:76757:76782 Chinle Chinle Formation +0.259584 gsa_html_4108353219 gsa_html_4108353219:662:50888:50908 Beck Spring Dolomite California +0.4765 gsa_html_6982030333 gsa_html_6982030333:143:15591:15614 Elkhorn Ridge Argillite Wallowa, Oregon +0.218044 aapg_ah_96.html aapg_ah_96.html:146:15772:15786 Winnipeg Manitoba +0.233928 aapg_ai_163.html aapg_ai_163.html:190:15249:15257 Colorado Loveland, Ohio +0.271962 aapg_ae_96.html aapg_ae_96.html:294:33199:33214 Telegraph Creek Tyaughton Creek +0.459476 gsa_html_2989317971 gsa_html_2989317971:414:46679:46701 Challis Boise River +0.25636 cspg_html_8121068096 cspg_html_8121068096:381:24036:24045 Waterways Banks Island +0.65472 gsa_html_4883039712 gsa_html_4883039712:631:61084:61109 Clarita Darien, Georgia +0.476 aapg_ac_805.html aapg_ac_805.html:687:86419:86429 Georgetown Texas +0.515712 aapg_ae_467.html aapg_ae_467.html:457:35257:35265 Michigan Michigan +0.25026 sedimentology_html_4108170197 sedimentology_html_4108170197:26:1746:1754 Victoria East Melbourne, Victoria +0.266135 gsa_html_3010975239 gsa_html_3010975239:413:53187:53194 Saginaw Michigan +0.262656 aapg_ah_779.html aapg_ah_779.html:501:94172:94180 Catskill Portland, Maine +0.501809 aapg_ad_174.html aapg_ad_174.html:607:61098:61123 Mesaverde Apache County, Arizona +0.257048 geology_html_8049344680 geology_html_8049344680:79:7782:7789 Astoria Fraser River (Colorado) +0.273513 gsa_html_1636483297 gsa_html_1636483297:1098:90791:90812 Green River Cheyenne, Wyoming +0.26964 gsa_html_4930932370 gsa_html_4930932370:56:6996:7004 Michigan Sudbury, Suffolk +0.478406 aapg_ah_972.html aapg_ah_972.html:699:72264:72268 Frio East Texas +0.26316 aapg_ad_691.html aapg_ad_691.html:107:12686:12706 Georgetown Austin, Chicago +0.49632 aapg_ac_200.html aapg_ac_200.html:185:19186:19206 Fort Union Evanston, Wyoming +0.470162 aapg_ah_318.html aapg_ah_318.html:1394:140319:140327 Colorado Logan, Utah +0.475664 cspg_html_1481652369 cspg_html_1481652369:14:2146:2185 George Canada +0.274432 cspg_html_1893593837 cspg_html_1893593837:321:23879:23904 Red Head Rapids Southampton Island +0.253005 geology_html_3305988371 geology_html_3305988371:52:5121:5129 Michigan Michigan +0.540134 aapg_ah_645.html aapg_ah_645.html:199:25249:25254 Swift Williston, Vermont +0.475059 aapg_af_924.html aapg_af_924.html:394:39649:39662 Woodbine Red River of the North +0.503712 geology_html_4130667604 geology_html_4130667604:105:10887:10897 Santa Cruz Monterey Bay +0.482532 palaios_html_2621173808 palaios_html_2621173808:1257:117193:117201 Edmonton Victoria, British Columbia +0.253482 gsa_html_1130947011 gsa_html_1130947011:206:25856:25872 Galena Lexington, Kentucky +0.267674 aapg_ad_2.html aapg_ad_2.html:984:136303:136325 Beekmantown Bennington, Vermont +0.479182 aapg_ah_411.html aapg_ah_411.html:153:17934:17947 Bearpaw Lacombe, Alberta +0.25296 aapg_af_50.html aapg_af_50.html:857:76463:76480 Maroon Colorado +0.474096 geology_html_1733534725 geology_html_1733534725:119:8865:8871 Galena Lexington, Kentucky +0.268243 aapg_ad_864.html aapg_ad_864.html:1505:73213:73229 Ripley Alabama +0.522 gsa_html_1193494932 gsa_html_1193494932:756:70430:70458 Green River Colorado +0.244518 gsa_html_7213982022 gsa_html_7213982022:11:483:496 Santa Barbara California +0.47223 aapg_ae_73.html aapg_ae_73.html:165:21404:21412 Colorado Des Moines, Washington +0.516655 aapg_ah_464.html aapg_ah_464.html:29:4918:4928 Pottsville Illinois +0.493569 cspg_html_3473883402 cspg_html_3473883402:791:87350:87358 Montreal Canada +0.263133 aapg_ae_813.html aapg_ae_813.html:667:55046:55051 Colon Texas +0.488048 sedimentology_html_3886406059 sedimentology_html_3886406059:981:65150:65158 Colorado Platte River +0.250494 gsa_html_5865982995 gsa_html_5865982995:1243:132782:132790 Colorado Cheyenne, Wyoming +0.48006 aapg_ae_73.html aapg_ae_73.html:529:71162:71175 Poison Canyon Trinidad and Tobago +0.491925 aapg_ae_223.html aapg_ae_223.html:91:11254:11270 Dakota Moffat County, Colorado +0.254664 aapg_ac_720.html aapg_ac_720.html:9:1322:1328 Tinton Navesink River +0.245388 aapg_ah_635.html aapg_ah_635.html:413:53125:53134 Rio Negro Venezuela +0.25047 sedimentology_html_9227563678 sedimentology_html_9227563678:571:38937:38944 Piedras San Francisco +0.478406 gsa_html_8491258533 gsa_html_8491258533:249:30983:30990 Concord New Hampshire +0.507675 aapg_ae_140.html aapg_ae_140.html:11:1317:1347 Green River Uinta Mountains +0.265698 aapg_aa_598.html aapg_aa_598.html:97:10609:10627 Red Peak Cheyenne, Wyoming +0.25935 gsa_html_3010975239 gsa_html_3010975239:619:68101:68107 Galena Illinois +0.470112 aapg_aa_808.html aapg_aa_808.html:65:7923:7934 Peace River Victoria, British Columbia +0.270319 aapg_af_46.html aapg_af_46.html:304:33988:33996 Sycamore Arbuckle, California +0.2445 aapg_af_664.html aapg_af_664.html:595:65932:65953 Bell Guadalupe Mountains National Park +0.451104 cspg_html_9343899465 cspg_html_9343899465:866:79133:79145 Vendom Fiord Ellesmere Island +0.497896 aapg_af_891.html aapg_af_891.html:66:6412:6418 Chinle Panhandle, Texas +0.4765 gsa_html_6490245775 gsa_html_6490245775:32:2924:2952 Green River Colorado +0.511147 aapg_ae_319.html aapg_ae_319.html:418:33323:33330 Thaynes Weber River +0.26156 gsa_html_5865982995 gsa_html_5865982995:1279:135440:135462 Uinta Cambridge +0.450098 aapg_ae_354.html aapg_ae_354.html:101:11354:11368 Graneros Niobrara, Nebraska +0.258912 geology_html_4141849654 geology_html_4141849654:311:25513:25523 Laurentian South America +0.276651 aapg_ah_894.html aapg_ah_894.html:65:10067:10079 Kingak North Slope Borough, Alaska +0.466431 sedimentology_html_6261114825 sedimentology_html_6261114825:617:48488:48507 Santa Cruz Mudstone Santa Cruz, California +0.496422 aapg_ac_961.html aapg_ac_961.html:64:8571:8585 Woodbine East Texas +0.689521 aapg_ai_477.html aapg_ai_477.html:51:6493:6512 Grayling Liard River, British Columbia +0.262108 jgeology_html_4599466962 jgeology_html_4599466962:426:31070:31079 Schoharie Onondaga (tribe) +0.26884 cspg_html_9692046543 cspg_html_9692046543:6:332:348 Viking Regina, Saskatchewan +0.482664 aapg_af_291.html aapg_af_291.html:57:7747:7761 Lisburne Prudhoe Bay Oil Field +0.37725 aapg_ae_993.html aapg_ae_993.html:127:14528:14554 Simonson Dolomite Reno, Nevada +0.281861 aapg_ad_823.html aapg_ad_823.html:105:10220:10227 Rustler Texas +0.431802 cspg_html_3762708087 cspg_html_3762708087:69:9918:9934 Viking Suffield, Connecticut +0.469929 aapg_ai_593.html aapg_ai_593.html:651:70931:70941 Manzanillo San Juan, Argentina +0.50847 gsa_html_3886869812 gsa_html_3886869812:810:64479:64507 Green River Colorado +0.2415 cspg_html_9942234474 cspg_html_9942234474:29:4939:4989 Grosmont Lacombe, Alberta +0.493056 aapg_ae_845.html aapg_ae_845.html:73:7642:7648 Morgan Washington (state) +0.25636 palaios_html_8699778504 palaios_html_8699778504:409:34980:34990 Florissant Columbia District +0.4835 aapg_ac_807.html aapg_ac_807.html:873:85194:85203 Blufftown Flint River (Michigan) +0.4845 cspg_html_9692046543 cspg_html_9692046543:228:28280:28286 Viking Western world +0.499118 aapg_ak_58.html aapg_ak_58.html:893:88374:88386 Wilcox Texas +0.28016 aapg_ad_581.html aapg_ad_581.html:146:18814:18825 Martinsburg Waynesboro, Pennsylvania +0.502632 palaios_html_2376163646 palaios_html_2376163646:480:53803:53834 Chinle Logan, Utah +0.255474 cspg_html_8497206231 cspg_html_8497206231:92:7567:7586 Pardonet Western Canadian Sedimentary Basin +0.440148 aapg_af_266.html aapg_af_266.html:207:23028:23057 Silverado Lake Elsinore, California +0.284073 aapg_ah_5.html aapg_ah_5.html:2479:176373:176386 Turner Valley Lacombe, Alberta +0.270175 geology_html_8351855241 geology_html_8351855241:52:5853:5869 Colorado Wallowa Mountains +0.459333 aapg_aa_787.html aapg_aa_787.html:397:46296:46304 Colorado Colorado +0.499275 aapg_ad_338.html aapg_ad_338.html:418:51060:51075 Gordo Tuscaloosa, Alabama +0.264704 cspg_html_9683836416 cspg_html_9683836416:459:71036:71048 Judith River Lacombe, Alberta +0.264654 cspg_html_1662483356 cspg_html_1662483356:542:57446:57459 Cardium Swan Hill, Victoria +0.48165 geology_html_2569377359 geology_html_2569377359:234:19341:19349 San Jose California +0.389648 aapg_ae_605.html aapg_ae_605.html:360:45337:45343 Salina Michigan +0.249919 cspg_html_5117208919 cspg_html_5117208919:123:10588:10604 Muskeg Victoria, British Columbia +0.467504 cspg_html_4859889874 cspg_html_4859889874:443:47007:47019 Saskatchewan Lacombe, Alberta +0.484692 AMJC_html_5298823237 AMJC_html_5298823237:565:58603:58613 Fort Worth Texas +0.46154 cspg_html_4392308496 cspg_html_4392308496:101:17644:17660 Cumberland New Brunswick, New Jersey +0.511761 aapg_ae_28.html aapg_ae_28.html:1118:77658:77663 Price Michigan +0.49278 aapg_ac_333.html aapg_ac_333.html:408:52506:52543 Honaker Logan, Utah +0.242063 gsa_html_4695276845 gsa_html_4695276845:785:80052:80058 Pioche Reno, Nevada +0.504774 sedimentology_html_3798833948 sedimentology_html_3798833948:102:7857:7863 Jordan Israel +0.238626 aapg_ah_181.html aapg_ah_181.html:78:9402:9419 Hermosa Hermosa, Chicago +0.251472 cspg_html_2660872537 cspg_html_2660872537:1260:162951:162978 Nicola Victoria, British Columbia +0.23472 aapg_ai_388.html aapg_ai_388.html:84:7092:7100 Colorado Colorado +0.555889 aapg_ad_715.html aapg_ad_715.html:265:33280:33283 Ada Shawnee, Oklahoma +0.530464 aapg_aa_28.html aapg_aa_28.html:118:8649:8669 San Miguel Texas +0.2704 gsa_html_5756232019 gsa_html_5756232019:910:79456:79462 Reston New Mexico +0.26565 cspg_html_9177794814 cspg_html_9177794814:102:12105:12126 Etherington Anchorage, Alaska +0.260084 cspg_html_4656151786 cspg_html_4656151786:49:3638:3657 Read Bay Wales Island (British Columbia) +0.272468 aapg_ac_569.html aapg_ac_569.html:312:43569:43595 Grinnell Devon Island +0.258362 jgeology_html_5970406003 jgeology_html_5970406003:1857:93692:93713 Martinsburg Pennsylvania +0.265734 jgeology_html_2401877359 jgeology_html_2401877359:1282:73448:73464 Hornby Canada +0.281477 aapg_ac_730.html aapg_ac_730.html:623:90951:90960 Mesaverde Mancos, Colorado +0.264654 cspg_html_7271193446 cspg_html_7271193446:36:2645:2658 Bearpaw Lacombe, Alberta +0.257048 gsa_html_6169925575 gsa_html_6169925575:814:84984:84993 San Diego Sumida River +0.257033 jgeology_html_4232779030 jgeology_html_4232779030:735:40398:40415 Paradox Logan, Utah +0.253008 gsa_html_6736277931 gsa_html_6736277931:33:2166:2173 Norfolk Virginia +0.260064 aapg_ah_289.html aapg_ah_289.html:540:74847:74861 Monterey California +0.489402 jgeology_html_4305195651 jgeology_html_4305195651:569:69379:69401 Mauch Chunk Catskill Mountains +0.802842 aapg_ai_49.html aapg_ai_49.html:197:22579:22588 Chugwater Cheyenne, Wyoming +0.46112 aapg_ah_612.html aapg_ah_612.html:104:9106:9121 Leduc Rimbey, Alberta +0.237236 gsa_html_5865982995 gsa_html_5865982995:1381:145588:145597 Pocatello Boise, Idaho +0.375687 aapg_ae_749.html aapg_ae_749.html:45:5893:5920 Beekmantown Virginia +0.247988 sedimentology_html_1293179143 sedimentology_html_1293179143:21:1448:1460 Saskatchewan Canada +0.257895 cspg_html_8279927914 cspg_html_8279927914:314:30131:30152 Slave Point Lacombe, Alberta +0.484748 aapg_ah_789.html aapg_ah_789.html:883:72914:72921 Gracias Honduras +0.243867 aapg_ah_157.html aapg_ah_157.html:232:32603:32622 Arkansas Novaculite Illinois +0.659842 gsa_html_1923206392 gsa_html_1923206392:879:70145:70165 Ellis Bay Quebec City +0.489842 gsa_html_5829296352 gsa_html_5829296352:31:2757:2785 Green River Colorado +0.276352 aapg_ae_803.html aapg_ae_803.html:638:79662:79684 Todos Santos Santa Rosa, California +0.470844 aapg_ae_419.html aapg_ae_419.html:305:39242:39259 Edwards Texas +0.488592 aapg_af_779.html aapg_af_779.html:37:5840:5848 Red Rock Michigan +0.264528 cspg_html_6255491344 cspg_html_6255491344:35:5815:5834 Morrissey Moose Mountain (Alberta) +0.658107 aapg_ae_415.html aapg_ae_415.html:835:103203:103225 Chickasawhay Mississippi River +0.256332 aapg_ah_509.html aapg_ah_509.html:608:58906:58924 Moenkopi McKee, Kentucky +0.252434 jgeology_html_6347034809 jgeology_html_6347034809:1218:59351:59359 Cochrane Timmins +0.469482 gsa_html_6765882493 gsa_html_6765882493:1011:125518:125546 Green River Colorado +0.488048 aapg_ac_71.html aapg_ac_71.html:315:36917:36934 Navajo Reno, Nevada +0.489842 aapg_ah_654.html aapg_ah_654.html:104:10100:10108 Gallatin Gallatin, Tennessee +0.691911 palaios_html_1729153923 palaios_html_1729153923:823:73712:73732 Lime Creek Rockford, Illinois +0.254881 cspg_html_1019614994 cspg_html_1019614994:372:60868:60885 Exshaw Lacombe, Alberta +0.517205 aapg_ae_354.html aapg_ae_354.html:415:42451:42459 Colorado Denver +0.683202 gsa_html_4695276845 gsa_html_4695276845:255:28279:28285 Pioche Reno, Nevada +0.495104 cspg_html_9435196958 cspg_html_9435196958:1328:55374:55395 Belly River Lacombe, Alberta +0.259875 cspg_html_3104351736 cspg_html_3104351736:735:81111:81129 Foremost Lacombe, Alberta +0.2652 sedimentology_html_3694687055 sedimentology_html_3694687055:1583:70984:71000 Dakota Nebraska +0.790734 aapg_ae_959.html aapg_ae_959.html:4:377:382 Hueco West Texas +0.2455 aapg_ai_584.html aapg_ai_584.html:677:70511:70528 Madison Laramie, Wyoming +0.45492 aapg_af_854.html aapg_af_854.html:72:11263:11273 Kinderhook Meramec River +0.455088 aapg_ah_160.html aapg_ah_160.html:112:16420:16426 Guelph Michigan +0.242039 geology_html_1573138807 geology_html_1573138807:119:11870:11891 Apple Creek Leesburg, Florida +0.28 aapg_ac_924.html aapg_ac_924.html:421:44386:44405 Lodgepole Cheyenne, Wyoming +0.484939 aapg_ai_996.html aapg_ai_996.html:498:24904:24911 Norfolk James River (Dakotas) +0.24402 sedimentology_html_1728853853 sedimentology_html_1728853853:27:1680:1688 Edmonton Canada +0.25245 cspg_html_2026880958 cspg_html_2026880958:260:29079:29090 Coal Valley Lacombe, Alberta +0.490051 aapg_ac_881.html aapg_ac_881.html:637:75738:75746 Deadwood Winnipeg +0.451715 cspg_html_6252849194 cspg_html_6252849194:98:9719:9745 Horseshoe Canyon Edmonton, London +0.475059 aapg_ai_996.html aapg_ai_996.html:1292:55990:55996 Conway Tuscaloosa, Alabama +0.485867 sedimentology_html_9410532865 sedimentology_html_9410532865:1632:112129:112150 Green River Cheyenne, Wyoming +0.242928 aapg_ad_779.html aapg_ad_779.html:496:54395:54416 Piedras Mesa, Arizona +0.240588 gsa_html_6143207195 gsa_html_6143207195:26:1240:1248 Colorado Denver +0.485865 aapg_af_666.html aapg_af_666.html:560:47380:47401 White River Chadron, Nebraska +0.410319 aapg_ai_328.html aapg_ai_328.html:343:36070:36089 Caballero Sacramento Mountains (California) +0.273006 aapg_ad_811.html aapg_ad_811.html:641:70171:70181 Rio Grande Spain +0.25149 aapg_ac_349.html aapg_ac_349.html:345:33297:33307 Washington Cooper River (South Carolina) +0.496164 aapg_aa_77.html aapg_aa_77.html:76:7969:7988 Aux Vases Chester, Pennsylvania +0.282492 aapg_af_598.html aapg_af_598.html:37:4025:4038 Bandera Nowata, Oklahoma +0.254125 gsa_html_8971189731 gsa_html_8971189731:1019:89003:89015 Owens Valley California +0.484059 gsa_html_6117440194 gsa_html_6117440194:1471:127638:127666 Green River Colorado +0.265608 gsa_html_7102550258 gsa_html_7102550258:272:28962:28978 Navajo Logan, Utah +0.523896 gsa_html_7468123532 gsa_html_7468123532:29:3534:3552 Morrison New Mexico +0.508368 aapg_ah_847.html aapg_ah_847.html:703:65921:65938 Raritan Closter, New Jersey +0.26416 gsa_html_8820488310 gsa_html_8820488310:524:49000:49023 Mount Shields Spokane, Washington +0.499939 aapg_af_663.html aapg_af_663.html:776:73605:73621 Pawnee Coal City, Illinois +0.261096 cspg_html_7134658072 cspg_html_7134658072:127:17753:17772 Ellerslie Lacombe, Alberta +0.247506 gsa_html_6317284187 gsa_html_6317284187:590:57091:57100 Extension Victoria, British Columbia +0.688248 aapg_ad_626.html aapg_ad_626.html:72:8315:8333 Morrison Logan, Utah +0.232965 aapg_ac_594.html aapg_ac_594.html:347:32706:32713 Arcadia Morella, Spain +0.231822 gsa_html_4071231613 gsa_html_4071231613:416:42453:42479 Wild Sheep Creek Middle East +0.259017 aapg_ac_333.html aapg_ac_333.html:641:78558:78561 Abo Supai, Arizona +0.249639 aapg_ad_959.html aapg_ad_959.html:102:10345:10356 Clays Ferry Kentucky +0.373752 aapg_ae_69.html aapg_ae_69.html:285:30152:30184 Uinta Uinta Mountains +0.252504 geology_html_2993685140 geology_html_2993685140:241:20570:20575 Rapid Altiplano +0.240434 aapg_ae_60.html aapg_ae_60.html:285:31012:31017 Mt Lytton Colorado +0.457856 aapg_af_695.html aapg_af_695.html:122:11773:11778 Yegua Charlotte, North Carolina +0.263676 jgeology_html_4152045543 jgeology_html_4152045543:612:48698:48718 Mississagi Blind River (Ontario) +0.517353 gsa_html_4919500515 gsa_html_4919500515:1290:114266:114294 Green River Colorado +0.694668 aapg_ai_515.html aapg_ai_515.html:53:6847:6858 Green River Uinta Mountains +0.278254 aapg_ah_756.html aapg_ah_756.html:4:657:667 San Andres Salado, Texas +0.465102 aapg_ac_301.html aapg_ac_301.html:201:23975:23994 Fish Haven Dolomite Lost River (California) +0.239478 cspg_html_7086880709 cspg_html_7086880709:771:87056:87079 Lower Elk Point Lacombe, Alberta +0.265189 aapg_ac_337.html aapg_ac_337.html:14:1604:1623 Ingleside Colorado +0.510485 aapg_ai_157.html aapg_ai_157.html:186:21229:21235 Salina London, Ontario +0.487272 cspg_html_8797277909 cspg_html_8797277909:86:10452:10457 Flume Lacombe, Alberta +0.25792 cspg_html_2462765529 cspg_html_2462765529:17:2430:2482 Halfway Lacombe, Alberta +0.266246 gsa_html_1266138577 gsa_html_1266138577:299:23662:23679 Poleta Salinas Valley +0.490728 AMJC_html_4692260170 AMJC_html_4692260170:522:51855:51871 Glenbrooke Lake Memphremagog +0.48514 aapg_ad_862.html aapg_ad_862.html:375:59973:59986 Turner Valley California +0.475488 aapg_ae_484.html aapg_ae_484.html:212:22842:22850 Colorado Denver +0.258456 aapg_ae_660.html aapg_ae_660.html:677:58820:58829 Littleton Colorado +0.485784 aapg_aa_685.html aapg_aa_685.html:432:40444:40464 Wasatch Michigan +0.274575 cspg_html_3102530088 cspg_html_3102530088:309:36414:36471 Lea Park Saskatoon +0.246492 aapg_ad_337.html aapg_ad_337.html:115:12103:12110 Topanga Santa Monica Mountains +0.261522 gsa_html_6491840124 gsa_html_6491840124:910:75128:75133 Logan Boise, Idaho +0.354535 aapg_ac_626.html aapg_ac_626.html:9:1088:1115 Harpers Blue Ridge Mountains +0.492499 aapg_aa_302.html aapg_aa_302.html:673:72617:72634 Kaibab Arizona +0.255972 gsa_html_4308966435 gsa_html_4308966435:198:22716:22750 Pocatello Logan, Utah +0.348464 aapg_ac_967.html aapg_ac_967.html:360:38653:38671 John Day Salem, Oregon +0.475312 gsa_html_5273912996 gsa_html_5273912996:944:62571:62584 San Sebastian Mexico +0.46644 aapg_ah_519.html aapg_ah_519.html:37:3968:3985 Kayenta Chinle Formation +0.519437 gsa_html_3896686383 gsa_html_3896686383:1379:111062:111090 Green River Colorado +0.486664 aapg_ad_4.html aapg_ad_4.html:208:14499:14518 Hermitage Knoxville, Tennessee +0.818125 gsa_html_7040053075 gsa_html_7040053075:332:31092:31109 Topanga San Gabriel Mountains +0.472752 aapg_ae_75.html aapg_ae_75.html:101:15632:15648 Helms New Mexico +0.481076 sedimentology_html_9107639957 sedimentology_html_9107639957:28:2141:2151 Washington Seattle +0.264187 palaios_html_9133125241 palaios_html_9133125241:101:13024:13028 Kope Netherlands +0.496961 aapg_ad_283.html aapg_ad_283.html:3:179:199 San Andres West Texas +0.668943 AMJC_html_1873062106 AMJC_html_1873062106:1188:122115:122148 Morrison Logan, Utah +0.456318 cspg_html_8568877195 cspg_html_8568877195:641:78365:78386 Milk River Lacombe, Alberta +0.468671 aapg_ah_95.html aapg_ah_95.html:74:7832:7838 Concha Arizona +0.26712 cspg_html_4286634979 cspg_html_4286634979:60:7845:7867 Swift Regina, Saskatchewan +0.496018 aapg_ac_246.html aapg_ac_246.html:234:23286:23296 Lakota Williston, Vermont +0.479182 gsa_html_5399423864 gsa_html_5399423864:56:3385:3413 Green River Colorado +0.828938 cspg_html_6252417471 cspg_html_6252417471:138:21123:21144 Christopher Banks Island +0.261112 cspg_html_3579312067 cspg_html_3579312067:587:60158:60166 Montreal Quebec City +0.47712 cspg_html_1018915662 cspg_html_1018915662:154:13748:13765 Onaping Sudbury, Suffolk +0.255258 aapg_ah_69.html aapg_ah_69.html:270:30290:30311 Black River Black River, Jamaica +0.47838 aapg_ai_321.html aapg_ai_321.html:110:15297:15309 Todos Santos Honduras +0.249951 cspg_html_6786864151 cspg_html_6786864151:50:6253:6275 Trent River Qualicum River +0.46827 cspg_html_4659384530 cspg_html_4659384530:222:22096:22110 Woodbend Canada +0.247506 aapg_ad_2.html aapg_ad_2.html:791:111922:111931 Gatesburg Williamsburg, Virginia +0.253402 aapg_ad_757.html aapg_ad_757.html:129:14444:14460 Kinderhook Mississippi River +0.26728 gsa_html_4922631598 gsa_html_4922631598:13:539:549 Whitewater Wisconsin +0.253991 aapg_ak_98.html aapg_ak_98.html:882:86736:86744 Caballos Arkansas +0.475923 cspg_html_4086951599 cspg_html_4086951599:75:11260:11276 Stanbridge Quebec City +0.258028 aapg_aa_371.html aapg_aa_371.html:194:16446:16457 Monongahela Parkersburg, West Virginia +0.48165 geology_html_1523318259 geology_html_1523318259:244:25757:25785 Green River Cheyenne, Wyoming +0.277112 aapg_ah_878.html aapg_ah_878.html:58:7902:7908 Racine Bruce Peninsula National Park +0.242824 sedimentology_html_9079273526 sedimentology_html_9079273526:233:21442:21457 Willwood Hunting Creek +0.506574 aapg_ac_366.html aapg_ac_366.html:263:30087:30107 Bloomsburg Huntington, West Virginia +0.474948 gsa_html_1217771406 gsa_html_1217771406:482:42891:42901 Santa Cruz Mojave Desert +0.257544 cspg_html_9829257515 cspg_html_9829257515:6:353:373 Bow Island Lacombe, Alberta +0.496544 aapg_aa_148.html aapg_aa_148.html:3:390:412 Cedar Mountain Colorado +0.479688 gsa_html_9207276905 gsa_html_9207276905:673:56645:56653 Columbia Victoria, British Columbia +0.5073 aapg_ai_31.html aapg_ai_31.html:50:5564:5583 Catahoula Oakville, California +0.260598 aapg_ai_72.html aapg_ai_72.html:3:418:432 Frio Texas +0.66456 aapg_ai_388.html aapg_ai_388.html:275:27967:27972 Uinta Uinta Mountains +0.257536 cspg_html_4727222822 cspg_html_4727222822:29:4206:4225 Blaa Mountain Middle East +0.500752 aapg_ad_39.html aapg_ad_39.html:186:12294:12300 Paluxy Arkansas +0.266716 cspg_html_9435196958 cspg_html_9435196958:481:21823:21835 Saskatchewan Regina, Saskatchewan +0.475896 AMJC_html_6341723617 AMJC_html_6341723617:1114:93497:93503 Denver Colorado +0.4947 aapg_ac_831.html aapg_ac_831.html:48:6290:6313 Honaker Hermosa, Chicago +0.26724 jgeology_html_4115179562 jgeology_html_4115179562:336:25200:25216 Erwin Unicoi, Tennessee +0.262973 aapg_ah_749.html aapg_ah_749.html:56:6704:6712 Virginia Norfolk, Virginia +0.865698 cspg_html_2650524233 cspg_html_2650524233:46:8750:8768 Paskapoo Edmonton, London +0.438784 aapg_ah_217.html aapg_ah_217.html:119:13069:13079 Washington Venango, Pennsylvania +0.256486 cspg_html_7576506617 cspg_html_7576506617:83:12494:12505 Ekwan River River Severn +0.253895 palaios_html_3344823041 palaios_html_3344823041:510:39982:39987 Swift South Florida metropolitan area +0.541206 aapg_ac_940.html aapg_ac_940.html:190:22872:22890 Niobrara Portland, Oregon +0.48925 aapg_ac_241.html aapg_ac_241.html:12:1631:1643 Raritan Closter, New Jersey +0.246433 sedimentology_html_1728853853 sedimentology_html_1728853853:1329:79437:79444 Prairie Winnipeg +0.25039 cspg_html_9435196958 cspg_html_9435196958:1032:44243:44256 Paskapoo Lacombe, Alberta +0.474549 aapg_ac_91.html aapg_ac_91.html:575:47025:47039 Nizi Victoria, British Columbia +0.590319 aapg_ad_262.html aapg_ad_262.html:89:9213:9221 Niobrara Goodland, Kansas +0.488475 palaios_html_5582845937 palaios_html_5582845937:27:2004:2012 Virginia Chesapeake Bay +0.263153 sedimentology_html_8302881326 sedimentology_html_8302881326:1875:93756:93766 Washington Seattle +0.359645 aapg_ad_350.html aapg_ad_350.html:181:17813:17827 Chemung Garrett County, Maryland +0.27948 aapg_aa_371.html aapg_aa_371.html:105:8956:8973 Pottsville Allegheny Mountains +0.224824 geology_html_2345977738 geology_html_2345977738:39:3826:3844 Pinnacle Quebec City +0.26214 aapg_ah_756.html aapg_ah_756.html:110:11857:11862 Queen New Mexico +0.48288 gsa_html_3898240693 gsa_html_3898240693:690:64915:64924 Flagstaff Earth +0.264741 cspg_html_7799850124 cspg_html_7799850124:673:74620:74636 Ireton Lacombe, Alberta +0.480594 cspg_html_1222040397 cspg_html_1222040397:340:45234:45242 Columbia Anchorage, Alaska +0.26416 aapg_ad_351.html aapg_ad_351.html:891:82159:82176 Keokuk Burlington, Ontario +0.46926 geology_html_1523318259 geology_html_1523318259:258:26684:26690 Denver Colorado +0.491898 gsa_html_6395675168 gsa_html_6395675168:55:4947:4958 San Joaquin Sierra Nevada (Spain) +0.90522 aapg_ad_2.html aapg_ad_2.html:1415:193176:193187 Martinsburg Chambersburg, Pennsylvania +0.497896 aapg_aa_590.html aapg_aa_590.html:721:58123:58129 Jordan Melbourne, Florida +0.498 aapg_ad_564.html aapg_ad_564.html:138:13096:13102 Denver Houston +0.47559 gsa_html_7605900420 gsa_html_7605900420:204:23083:23097 Chainman Reno, Nevada +0.259588 gsa_html_5015599008 gsa_html_5015599008:786:67152:67160 Columbia Caldwell, New Jersey +0.244035 cspg_html_5973552270 cspg_html_5973552270:95:13870:13889 Waterways Swan Hill, Victoria +0.240458 aapg_aa_809.html aapg_aa_809.html:401:44712:44719 Oceanic Bering Sea +0.551208 aapg_ae_307.html aapg_ae_307.html:122:8291:8309 Ogallala Randall County, Texas +0.261112 aapg_ai_17.html aapg_ai_17.html:252:21974:21985 Marthaville Zwolle, Louisiana +0.497904 aapg_ai_717.html aapg_ai_717.html:15:2964:2976 Pierre Colorado +0.460152 sedimentology_html_5779710300 sedimentology_html_5779710300:894:59858:59866 Puyallup Washington (state) +0.483736 aapg_af_186.html aapg_af_186.html:902:90070:90076 Midway Palestinian territories +0.25146 cspg_html_9894399778 cspg_html_9894399778:76:6936:6947 Skull Creek Colorado +0.254248 gsa_html_7173708345 gsa_html_7173708345:1107:88675:88696 Halfway Anchorage, Alaska +0.243512 sedimentology_html_5313699868 sedimentology_html_5313699868:637:68765:68769 Hall London, Ontario +0.384054 cspg_html_1962846283 cspg_html_1962846283:30:4891:4908 Livingstone Elk River, Minnesota +0.736482 AMJC_html_1873062106 AMJC_html_1873062106:529:68863:68878 Mesaverde Sevier orogeny +0.475449 aapg_ai_52.html aapg_ai_52.html:111:16049:16063 Monterey McKittrick, California +0.382524 cspg_html_6064089067 cspg_html_6064089067:12:1192:1210 Winnipeg Manitoba +0.502231 gsa_html_8067247871 gsa_html_8067247871:1023:73550:73558 Colorado Colorado +0.249639 geology_html_9085928497 geology_html_9085928497:111:10482:10517 Columbia Washington (state) +0.479556 gsa_html_6139598587 gsa_html_6139598587:61:4210:4238 Green River New Mexico +0.503184 aapg_ad_812.html aapg_ad_812.html:74:10234:10251 Wingate Logan, Utah +0.255474 sedimentology_html_1061349106 sedimentology_html_1061349106:186:14967:14977 Washington Strait of Georgia +0.484785 geology_html_1523318259 geology_html_1523318259:151:18435:18454 Wagon Bed Cheyenne, Wyoming +0.522244 gsa_html_7012936645 gsa_html_7012936645:42:3926:3947 Martinsburg Martinsburg, Nebraska +0.4805 aapg_af_900.html aapg_af_900.html:156:22238:22248 Rio Grande Beaumont, Texas +0.265698 gsa_html_3561219088 gsa_html_3561219088:877:83549:83557 Mariposa California +0.49816 cspg_html_4495377323 cspg_html_4495377323:13:1594:1602 Columbia Victoria, British Columbia +0.472647 sedimentology_html_6797369774 sedimentology_html_6797369774:405:29312:29318 Nelson Kenya +0.249775 aapg_af_663.html aapg_af_663.html:412:41396:41412 Pawnee Lexington, Kentucky +0.358869 sedimentology_html_3063208535 sedimentology_html_3063208535:2649:191356:191372 Dakota Logan, Utah +0.248 aapg_ah_82.html aapg_ah_82.html:203:24606:24612 Sierra Mexico +0.45067 aapg_ae_668.html aapg_ae_668.html:532:53729:53748 Knoxville Knoxville, Illinois +0.247044 aapg_ac_807.html aapg_ac_807.html:550:54523:54541 St Marys Richmond, California +0.264698 gsa_html_7668046715 gsa_html_7668046715:858:72469:72475 Moscow Azerbaijan Democratic Republic +0.484059 aapg_ad_653.html aapg_ad_653.html:667:95441:95447 Thrifty Svalbard and Jan Mayen +0.25641 cspg_html_9142477479 cspg_html_9142477479:31:5925:5940 Allegheny Kittanning, Pennsylvania +0.263235 aapg_ad_81.html aapg_ad_81.html:749:125705:125733 Spearfish Williston Basin +0.255258 aapg_ac_253.html aapg_ac_253.html:64:9341:9347 Frisco Frisco, Texas +0.48384 aapg_ac_719.html aapg_ac_719.html:97:9693:9714 Raton Mesa, Arizona +0.251923 aapg_ae_187.html aapg_ae_187.html:147:15166:15174 Onondaga Kentucky +0.486156 gsa_html_3720789279 gsa_html_3720789279:887:86803:86809 Oregon Washington (state) +0.501468 sedimentology_html_1911693106 sedimentology_html_1911693106:27:1888:1894 Guelph Ontario, California +0.266135 gsa_html_9515953275 gsa_html_9515953275:86:9245:9254 Eel River Klamath River, California +0.509427 gsa_html_7330657810 gsa_html_7330657810:621:61828:61856 Green River Colorado +0.4752 cspg_html_1611261412 cspg_html_1611261412:216:28417:28436 Athabasca Lake Athabasca +0.47975 gsa_html_5601712699 gsa_html_5601712699:189:15874:15893 San Pedro New Mexico +0.243972 aapg_ad_19.html aapg_ad_19.html:7:857:874 Madison Cheyenne, Wyoming +0.271872 gsa_html_6491840124 gsa_html_6491840124:450:36336:36363 Salt Lake Western world +0.476672 cspg_html_9753247638 cspg_html_9753247638:537:55750:55771 Green River Colorado +0.459325 sedimentology_html_7488726250 sedimentology_html_7488726250:1480:109716:109754 Kingston Peak California +0.26416 aapg_ai_958.html aapg_ai_958.html:103:10552:10558 Goliad Cuero, Texas +0.269824 cspg_html_9725676031 cspg_html_9725676031:264:35058:35080 Buckinghorse Victoria, British Columbia +0.2475 gsa_html_1316826711 gsa_html_1316826711:958:75224:75230 Provo Greece +0.470439 cspg_html_5697056884 cspg_html_5697056884:508:52581:52592 Meadow Lake Lacombe, Alberta +0.499174 aapg_ac_724.html aapg_ac_724.html:4:441:450 San Diego California +0.27192 aapg_af_891.html aapg_af_891.html:255:27588:27605 Chinle Santa Rosa, California +0.515886 gsa_html_5909345734 gsa_html_5909345734:29:2796:2824 Green River Colorado +0.250344 cspg_html_2826081830 cspg_html_2826081830:72:11431:11458 Grand Rapids Lacombe, Alberta +0.374994 jgeology_html_3936154268 jgeology_html_3936154268:891:58032:58048 Chinle Colorado Plateau +0.469665 cspg_html_4326384800 cspg_html_4326384800:239:28815:28820 Simla Victoria, British Columbia +0.261522 aapg_ah_318.html aapg_ah_318.html:1011:102583:102602 Smackover Shreveport, Louisiana +0.51531 cspg_html_3854139935 cspg_html_3854139935:56:8793:8814 Milk River Lacombe, Alberta +0.4368 aapg_ae_544.html aapg_ae_544.html:157:19915:19934 Greenhorn Niobrara, Nebraska +0.262654 gsa_html_9053175553 gsa_html_9053175553:78:10684:10700 Carmel Flagstaff, Arizona +0.242 geology_html_5745933097 geology_html_5745933097:313:23858:23866 Virginia Chesapeake Bay +0.287296 aapg_ah_978.html aapg_ah_978.html:573:53392:53406 Monterey California +0.491925 geology_html_3195636693 geology_html_3195636693:205:18123:18135 Bertie Manitoba +0.252476 sedimentology_html_4372260172 sedimentology_html_4372260172:646:52900:52934 Gates Canada +0.48896 aapg_ad_49.html aapg_ad_49.html:114:10616:10621 Capay California +0.488136 aapg_ac_835.html aapg_ac_835.html:81:10851:10872 Fort Union Absaroka +0.471903 gsa_html_4618680113 gsa_html_4618680113:570:47265:47275 Rio Grande El Paso, Texas +0.253847 cspg_html_2796643803 cspg_html_2796643803:811:83554:83565 Bison Creek Lacombe, Alberta +0.272896 jgeology_html_1964872752 jgeology_html_1964872752:271:19726:19735 Pensauken Closter, New Jersey +0.278703 aapg_ae_656.html aapg_ae_656.html:119:13864:13874 Washington California +0.518916 gsa_html_7462057756 gsa_html_7462057756:507:36344:36372 Green River Colorado +0.241045 aapg_aa_721.html aapg_aa_721.html:781:78307:78324 Bird Spring Reno, Nevada +0.493136 sedimentology_html_9284939222 sedimentology_html_9284939222:1442:104526:104543 Wasatch Spain +0.252324 cspg_html_8690548664 cspg_html_8690548664:164:20567:20583 Luscar Mountain Park (Holyoke, Massachusetts) +0.26469 aapg_aa_147.html aapg_aa_147.html:925:95990:96012 Interlake Manitoba +0.50052 cspg_html_4655200751 cspg_html_4655200751:190:31075:31095 Swan Hills Lacombe, Alberta +0.253935 gsa_html_4873957926 gsa_html_4873957926:1171:121798:121806 Colorado Gunnison County, Colorado +0.246356 aapg_ac_684.html aapg_ac_684.html:72:7637:7646 Sunniland Collier County, Florida +0.264969 palaios_html_5398833984 palaios_html_5398833984:677:82572:82590 Willwood Cheyenne, Wyoming +0.253967 geology_html_2693298548 geology_html_2693298548:281:25819:25827 Colorado Pueblo, Colorado +0.262474 aapg_ac_378.html aapg_ac_378.html:691:69662:69668 Oxford England +0.47773 aapg_ai_27.html aapg_ai_27.html:10:1439:1445 Midway Colorado +0.45687 aapg_ah_645.html aapg_ah_645.html:726:76831:76849 Sundance Cheyenne, Wyoming +0.264698 cspg_html_4516258038 cspg_html_4516258038:91:11313:11335 Eleanor River Middle Ordovician +0.271392 aapg_ai_583.html aapg_ai_583.html:265:32750:32762 Rierdon Cheyenne, Wyoming +0.267264 aapg_ac_730.html aapg_ac_730.html:560:80291:80299 Niobrara Niobrara, Nebraska +0.486095 geology_html_4633055236 geology_html_4633055236:217:18273:18281 Phillips Parkville, Missouri +0.474264 cspg_html_5973552270 cspg_html_5973552270:108:14847:14881 Beaverhill Lacombe, Alberta +0.48573 aapg_aa_231.html aapg_aa_231.html:868:78562:78577 Mesaverde Cheyenne, Wyoming +0.49987 aapg_ai_268.html aapg_ai_268.html:29:4070:4076 Nansen Arctic +0.481873 aapg_aa_844.html aapg_aa_844.html:373:38000:38012 Huntersville Preston County, West Virginia +0.265738 palaios_html_3112927242 palaios_html_3112927242:415:26645:26664 Tuscarora West Branch Susquehanna River +0.260036 cspg_html_1380879986 cspg_html_1380879986:27:5901:5921 Swan Hills Lacombe, Alberta +0.253 sedimentology_html_4233441496 sedimentology_html_4233441496:961:45639:45643 Hall London, Ontario +0.23547 aapg_ac_950.html aapg_ac_950.html:29:5274:5282 Virginia Newport, Rhode Island +0.463504 aapg_ac_296.html aapg_ac_296.html:42:4482:4488 Navajo Apache County, Arizona +0.464486 aapg_ai_82.html aapg_ai_82.html:138:16847:16865 Greenbrier Ohio +0.263572 aapg_af_143.html aapg_af_143.html:860:84745:84757 Oregon Klamath Mountains (ecoregion) +0.258362 cspg_html_4326384800 cspg_html_4326384800:403:50501:50520 Grosmont Lacombe, Alberta +0.249936 gsa_html_8863489299 gsa_html_8863489299:556:67438:67443 Crete Karpathos +0.479232 aapg_ah_753.html aapg_ah_753.html:389:62691:62698 Windsor Mississippian culture +0.505582 AMJC_html_6341723617 AMJC_html_6341723617:202:21892:21908 Colton Flagstaff, Arizona +0.256027 gsa_html_8837971374 gsa_html_8837971374:1159:114780:114789 Extension Presque Isle, Maine +0.257526 gsa_html_6837513060 gsa_html_6837513060:167:15785:15796 Black River Cedar River (Washington) +0.249991 aapg_aa_999.html aapg_aa_999.html:156:12685:12701 Kinderhook Greenwich, Connecticut +0.52855 aapg_ah_218.html aapg_ah_218.html:60:7307:7317 Fort Payne Union Hill, Richmond, Virginia +0.488136 cspg_html_9912281240 cspg_html_9912281240:565:67615:67633 Dunvegan Lacombe, Alberta +0.25704 aapg_ae_777.html aapg_ae_777.html:350:40255:40262 Tererro San Miguel County, New Mexico +0.473616 aapg_ai_357.html aapg_ai_357.html:113:13627:13635 Anacacho Medina County, Texas +0.469336 cspg_html_9551573979 cspg_html_9551573979:412:45173:45197 Basal Lacombe, Alberta +0.498015 aapg_af_38.html aapg_af_38.html:93:8674:8694 San Andres Tampico, Illinois +0.484848 aapg_ah_201.html aapg_ah_201.html:586:61047:61064 Cardium Lacombe, Alberta +0.258 sedimentology_html_2136183401 sedimentology_html_2136183401:418:31423:31475 Yakataga Gulf of Alaska +0.47634 aapg_af_551.html aapg_af_551.html:795:72359:72370 Lake Valley New Mexico +0.456025 aapg_ae_777.html aapg_ae_777.html:316:37390:37407 Tererro Sangre de Cristo Range +0.51145 gsa_html_2229912315 gsa_html_2229912315:9:326:349 Crescent Olympic National Park +0.469456 AMJC_html_7777190388 AMJC_html_7777190388:56:7151:7176 Willwood Laramide orogeny +0.45477 aapg_ad_264.html aapg_ad_264.html:23:2903:2908 Yukon Lacombe, Alberta +0.257554 aapg_ae_958.html aapg_ae_958.html:2011:172831:172852 Bell Delaware +0.48093 palaios_html_8113714689 palaios_html_8113714689:477:46448:46467 Roubidoux Missouri River +0.488131 gsa_html_5907626194 gsa_html_5907626194:30:2814:2842 Green River Colorado +0.36648 aapg_aa_267.html aapg_aa_267.html:21:2595:2611 Pocono Pennsylvania +0.490795 gsa_html_3436154175 gsa_html_3436154175:1100:87860:87888 Green River Cheyenne, Wyoming +0.260977 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100935:100946 Shaftesbury Lacombe, Alberta +0.25647 cspg_html_1665574291 cspg_html_1665574291:111:19774:19796 Willow Creek Lacombe, Alberta +0.503685 aapg_ah_873.html aapg_ah_873.html:365:33454:33471 Cardium Lacombe, Alberta +0.498005 aapg_ad_337.html aapg_ad_337.html:66:5820:5837 Trabuco Santa Monica, California +0.479829 gsa_html_3445493534 gsa_html_3445493534:605:66678:66704 Monterey California +0.501992 aapg_ad_214.html aapg_ad_214.html:218:21444:21458 Pico Ventura County, California +0.262584 aapg_ae_886.html aapg_ae_886.html:249:26025:26042 Todilto Logan, Utah +0.489762 geology_html_2144574689 geology_html_2144574689:233:22736:22746 Washington Washington (state) +0.249919 sedimentology_html_6261114825 sedimentology_html_6261114825:653:52319:52346 Santa Cruz Santa Cruz County, Arizona +0.251446 cspg_html_7182873498 cspg_html_7182873498:60:11160:11185 Guelph Guelph +0.253422 cspg_html_9361096527 cspg_html_9361096527:108:18341:18347 Oldman Bearpaw Formation +0.517962 gsa_html_2683617362 gsa_html_2683617362:1068:94567:94595 Green River Colorado +0.2475 aapg_ae_958.html aapg_ae_958.html:1694:147197:147218 Bell Delaware +0.477603 aapg_ae_135.html aapg_ae_135.html:228:17679:17685 Annona Saratoga, California +0.46665 cspg_html_8649903682 cspg_html_8649903682:16:1760:1768 Columbia Victoria, British Columbia +0.254478 jgeology_html_1432891964 jgeology_html_1432891964:628:55449:55457 Gallatin Cheyenne, Wyoming +0.259534 aapg_ah_607.html aapg_ah_607.html:98:9691:9711 Phosphoria Populus sect. Aegiros +0.263165 cspg_html_9222238695 cspg_html_9222238695:409:54030:54038 Columbia Pine River (Michigan) +0.275715 aapg_ac_477.html aapg_ac_477.html:3:262:279 Cardium Lacombe, Alberta +0.475394 aapg_aa_976.html aapg_aa_976.html:272:35055:35075 Keokuk Burlington, Ontario +0.493654 cspg_html_5345848475 cspg_html_5345848475:87:12379:12397 Niobrara Lacombe, Alberta +0.485367 gsa_html_7938666655 gsa_html_7938666655:1119:94671:94676 Swift Logan, Utah +0.267764 gsa_html_6498278239 gsa_html_6498278239:604:59738:59747 San Diego California +0.479987 jgeology_html_4232779030 jgeology_html_4232779030:668:38098:38106 Colorado Grand Junction, Colorado +0.460902 gsa_html_1520002998 gsa_html_1520002998:1244:95632:95638 Denver Colorado +0.243867 cspg_html_7483574191 cspg_html_7483574191:81:13743:13761 Waterton Lacombe, Alberta +0.46991 cspg_html_4245715705 cspg_html_4245715705:5:236:243 Pioneer Canada +0.249996 aapg_ah_439.html aapg_ah_439.html:194:20304:20310 Midway Western world +0.260896 aapg_af_11.html aapg_af_11.html:684:72208:72217 Leadville Telluride, Colorado +0.49712 gsa_html_7555021318 gsa_html_7555021318:1000:82449:82456 St Marys China +0.497904 aapg_ad_335.html aapg_ad_335.html:323:38590:38615 Fort Union Fort Union Trading Post National Historic Site +0.451935 aapg_ah_881.html aapg_ah_881.html:183:21147:21166 Chuckanut Boulder Creek (Colorado) +0.44919 aapg_ah_143.html aapg_ah_143.html:303:27497:27515 Edmonton Alta, Utah +0.265608 gsa_html_6433065427 gsa_html_6433065427:84:9661:9680 Imperial Lake Mead +0.261542 gsa_html_7974916531 gsa_html_7974916531:1080:88539:88545 Oregon Silsbee, Texas +0.488698 aapg_ad_683.html aapg_ad_683.html:58:8956:8971 Supai Supai, Arizona +0.269312 aapg_ae_958.html aapg_ae_958.html:1541:132767:132788 Bell El Capitan +0.4704 AMJC_html_1873062106 AMJC_html_1873062106:1180:121554:121560 Navajo Mesa, Arizona +0.256432 cspg_html_4859889874 cspg_html_4859889874:487:49261:49283 Judith River Lacombe, Alberta +0.25532 palaios_html_2413654173 palaios_html_2413654173:1188:96873:96895 Prince Creek North Slope Borough, Alaska +0.259072 gsa_html_7120668170 gsa_html_7120668170:1146:96739:96749 Pittsburgh Pittsburgh +0.520064 aapg_aa_44.html aapg_aa_44.html:18:2169:2187 Moenkopi Colorado +0.259584 sedimentology_html_6084996636 sedimentology_html_6084996636:89:11392:11403 Green River Logan, Utah +0.381388 cspg_html_7970836465 cspg_html_7970836465:326:31634:31653 Ellis Bay Anticosti Island +0.264192 sedimentology_html_6302405335 sedimentology_html_6302405335:1294:94490:94505 Mesaverde Colorado +0.292068 sedimentology_html_7390870545 sedimentology_html_7390870545:122:12258:12275 Bearpaw Regina, Saskatchewan +0.482304 cspg_html_8065532640 cspg_html_8065532640:486:59403:59421 Cadillac Root River (Wisconsin) +0.483041 geology_html_7000342533 geology_html_7000342533:140:11754:11774 Richardson Mountains Cordillera Administrative Region +0.267253 cspg_html_3473883402 cspg_html_3473883402:520:71906:71914 Columbia Victoria, British Columbia +0.246909 aapg_ai_124.html aapg_ai_124.html:134:11909:11918 Aux Vases Spencer County, Kentucky +0.487272 cspg_html_5193469258 cspg_html_5193469258:260:24708:24725 Bedford Halifax, West Yorkshire +0.232243 aapg_aa_753.html aapg_aa_753.html:459:58257:58263 Oxford London, Ontario +0.851733 aapg_af_666.html aapg_af_666.html:560:47469:47480 White River Chadron, Nebraska +0.481194 aapg_ac_594.html aapg_ac_594.html:260:23230:23238 Consuelo Morella, Spain +0.490795 cspg_html_7204006147 cspg_html_7204006147:24:2612:2632 Beaverhill Lacombe, Alberta +0.25755 AMJC_html_4504848787 AMJC_html_4504848787:418:45697:45705 Temporal Baltimore +0.482832 cspg_html_7866465429 cspg_html_7866465429:130:15528:15536 Columbia Victoria, British Columbia +0.271432 aapg_ac_753.html aapg_ac_753.html:20:2654:2671 Entrada Logan, Utah +0.48829 aapg_ah_75.html aapg_ah_75.html:13:1906:1921 Richmond Lake Champlain +0.479622 geology_html_4279689868 geology_html_4279689868:11:488:494 Oregon Salem, Oregon +0.260554 cspg_html_4143222666 cspg_html_4143222666:835:71179:71189 Milk River Lacombe, Alberta +0.273429 aapg_aa_682.html aapg_aa_682.html:534:51697:51713 Hertha Bourbon County, Kansas +0.488131 geology_html_7466414502 geology_html_7466414502:168:21520:21525 Keele Great Britain +0.42579 aapg_ah_329.html aapg_ah_329.html:223:20485:20504 Point Sal Monterey, California +0.498316 gsa_html_8427412684 gsa_html_8427412684:711:68747:68753 Oxford Himalayas +0.252476 aapg_aa_847.html aapg_aa_847.html:118:9838:9854 Santa Clara Channel Islands of California +0.240248 aapg_af_479.html aapg_af_479.html:263:30669:30679 Point Loma Western world +0.248992 aapg_af_890.html aapg_af_890.html:237:22677:22692 Queen Carlsbad, New Mexico +0.457808 aapg_ai_835.html aapg_ai_835.html:3:305:319 Ingleside Texas +0.27931 cspg_html_5891044027 cspg_html_5891044027:432:79496:79502 Fernie Victoria, British Columbia +0.23387 gsa_html_9358424843 gsa_html_9358424843:326:34647:34653 Snyder California +0.474672 geology_html_9248989380 geology_html_9248989380:84:7552:7575 Kingston Peak Death Valley +0.1708 cspg_html_3772380029 cspg_html_3772380029:581:72935:72954 Stonewall Manitoba +0.506782 gsa_html_6423424604 gsa_html_6423424604:45:2796:2804 Columbia Washington (state) +0.477453 sedimentology_html_4109585061 sedimentology_html_4109585061:484:51513:51525 Cutler Logan, Utah +0.4966 sedimentology_html_1755237485 sedimentology_html_1755237485:849:53207:53213 Walker Anchorage, Alaska +0.880692 cspg_html_7434089303 cspg_html_7434089303:160:19012:19026 Thumb Mountain Ellesmere Island +0.463296 aapg_ah_318.html aapg_ah_318.html:1705:161125:161144 La Gloria Coahuila +0.46835 aapg_ad_329.html aapg_ad_329.html:259:32266:32273 Bedford Pennsylvania +0.453607 aapg_ae_904.html aapg_ae_904.html:528:54822:54834 Medicine Hat Bow Island Airport +0.782008 aapg_ai_153.html aapg_ai_153.html:440:67908:67924 Pueblo Texas +0.25959 geology_html_8754746238 geology_html_8754746238:53:5409:5417 San Jose Santa Rita, New Mexico +0.511014 cspg_html_4626597050 cspg_html_4626597050:379:48190:48200 Phosphoria Texas +0.249368 palaios_html_9973267562 palaios_html_9973267562:341:49880:49899 Fairview Maysville, Kentucky +0.23177 gsa_html_1783148177 gsa_html_1783148177:550:59052:59074 Artist Drive Black Mountains, Wales +0.471338 gsa_html_8385609652 gsa_html_8385609652:47:3064:3092 Green River Colorado +0.484344 sedimentology_html_1966055600 sedimentology_html_1966055600:704:81072:81079 Andrews Africa +0.4625 gsa_html_9301126081 gsa_html_9301126081:54:5366:5372 Oregon California +0.794475 cspg_html_6021605367 cspg_html_6021605367:46:5170:5175 Banff Victoria, British Columbia +0.260598 cspg_html_9275863663 cspg_html_9275863663:1043:135821:135842 Slave Point Lacombe, Alberta +0.26265 aapg_ah_339.html aapg_ah_339.html:32:4063:4086 Black River Black River, Jamaica +0.239085 aapg_ah_555.html aapg_ah_555.html:139:13561:13569 Arapahoe Colorado +0.271362 aapg_ac_400.html aapg_ac_400.html:366:42398:42407 Tuscarora Newburg, Louisville +0.51788 aapg_ai_54.html aapg_ai_54.html:169:19755:19773 Woodbine Tuscaloosa, Alabama +0.26316 sedimentology_html_9522643663 sedimentology_html_9522643663:118:10256:10288 Carmel Logan, Utah +0.261112 cspg_html_9924397126 cspg_html_9924397126:615:69024:69056 Fleming Eastern Settlement +0.26162 cspg_html_5272711466 cspg_html_5272711466:39:6313:6329 Ireton Lacombe, Alberta +0.26214 sedimentology_html_2623199592 sedimentology_html_2623199592:1048:69409:69418 San Diego California +0.49567 gsa_html_4913703235 gsa_html_4913703235:112:11306:11325 Tuscarora Mifflin County, Pennsylvania +0.2505 palaios_html_7841806577 palaios_html_7841806577:118:11513:11519 Lehman Middle Ordovician +0.256032 palaios_html_3140337808 palaios_html_3140337808:416:40805:40813 Colorado Colorado +0.502524 aapg_af_308.html aapg_af_308.html:210:22922:22954 Maccrady Saltville, Virginia +0.507906 palaios_html_2713180466 palaios_html_2713180466:476:55995:56003 Michigan Michigan +0.24541 aapg_ad_858.html aapg_ad_858.html:18:1640:1647 Rapides Port of South Louisiana +0.253935 aapg_ac_929.html aapg_ac_929.html:13:1216:1225 Coldwater Ojai, California +0.489528 gsa_html_8499611670 gsa_html_8499611670:163:20724:20744 Rio Banano Ganges +0.467208 gsa_html_3860045860 gsa_html_3860045860:1130:104250:104259 Fullerton Washington (state) +0.251954 aapg_ah_680.html aapg_ah_680.html:432:57381:57387 Cannon Earth +0.428208 cspg_html_5479700260 cspg_html_5479700260:75:9157:9176 Stonewall Bath, Somerset +0.287215 aapg_aa_934.html aapg_aa_934.html:292:32931:32947 Whitehorse West Texas +0.259956 sedimentology_html_9550466447 sedimentology_html_9550466447:86:5878:5882 Bond Cowling, Craven +0.274046 aapg_ad_919.html aapg_ad_919.html:205:17989:17998 Red River Shreveport, Louisiana +0.50898 gsa_html_9666442487 gsa_html_9666442487:1173:98477:98505 Green River Colorado +0.47726 palaios_html_3716883934 palaios_html_3716883934:105:10843:10865 Edwardsville Burlington, Ontario +0.470232 gsa_html_1538463681 gsa_html_1538463681:95:8477:8492 Mural Caborca +0.25428 geology_html_3199541859 geology_html_3199541859:51:5776:5795 Tuscarora Pennsylvania +0.46905 aapg_af_854.html aapg_af_854.html:578:78572:78592 Fort Payne Illinois +0.24288 sedimentology_html_5673709888 sedimentology_html_5673709888:884:36334:36341 Edwards Belton, Texas +0.45496 aapg_ai_187.html aapg_ai_187.html:137:15327:15345 Rock Springs Big Horn, Wyoming +0.459776 cspg_html_4298557570 cspg_html_4298557570:9:752:760 Whitemud Lacombe, Alberta +0.259 cspg_html_3328007773 cspg_html_3328007773:668:70669:70693 Colorado Colorado +0.486213 aapg_ae_427.html aapg_ae_427.html:262:27353:27373 Jacalitos Coalinga, California +0.262614 aapg_ah_796.html aapg_ah_796.html:394:32979:32997 Catskill Pennsylvania +0.26871 cspg_html_8273598401 cspg_html_8273598401:45:5830:5850 Clearwater Lacombe, Alberta +0.472192 cspg_html_8568877195 cspg_html_8568877195:611:76555:76567 Saskatchewan Lacombe, Alberta +0.485706 cspg_html_7224545905 cspg_html_7224545905:26:2393:2403 Bow Island Grand Forks, North Dakota +0.466358 palaios_html_8910286482 palaios_html_8910286482:283:29846:29857 Kirkwood Delaware +0.862365 aapg_ad_880.html aapg_ad_880.html:173:18362:18385 Gypsum Spring Cheyenne, Wyoming +0.250444 aapg_af_854.html aapg_af_854.html:571:77384:77406 Edwardsville Bloomington, Indiana +0.845916 sedimentology_html_2986454625 sedimentology_html_2986454625:725:77858:77879 Lake Valley New Mexico +0.251001 cspg_html_9294141307 cspg_html_9294141307:25:3502:3540 Green Point Anticosti Island +0.490496 aapg_af_18.html aapg_af_18.html:588:59319:59335 Inyan Kara Black Hills +0.25948 aapg_af_699.html aapg_af_699.html:269:24904:24934 Kimmswick Florissant, Colorado +0.273465 aapg_ai_981.html aapg_ai_981.html:227:19153:19161 Beaumont Shreveport, Louisiana +0.273 aapg_ae_649.html aapg_ae_649.html:28:3419:3448 Springhill Springhill, Nova Scotia +0.368524 AMJC_html_5181024776 AMJC_html_5181024776:847:61464:61485 Waits River Bennington, Vermont +0.254769 cspg_html_7474795689 cspg_html_7474795689:80:9018:9035 Halfway Western world +0.478144 gsa_html_8669219468 gsa_html_8669219468:393:41500:41506 Navajo New Mexico +0.253506 aapg_ad_2.html aapg_ad_2.html:2231:245445:245449 Troy Cohoes, New York +0.251955 aapg_ad_325.html aapg_ad_325.html:1127:105266:105274 Colorado Denver +0.486072 aapg_ai_459.html aapg_ai_459.html:198:18316:18321 Viola Comanche County, Oklahoma +0.444609 cspg_html_1025724640 cspg_html_1025724640:65:10245:10266 Beauharnois Ogdensburg, New York +0.255 aapg_ae_873.html aapg_ae_873.html:837:97121:97137 Woodbine Delta County, Texas +0.492866 cspg_html_6984906794 cspg_html_6984906794:192:21127:21149 Buckinghorse Lacombe, Alberta +0.265176 cspg_html_4132771434 cspg_html_4132771434:42:7209:7217 Columbia Lacombe, Alberta +0.25272 cspg_html_7278957427 cspg_html_7278957427:124:17559:17581 Eureka Sound Ellesmere Island +0.4921 gsa_html_4954109908 gsa_html_4954109908:57:3444:3472 Green River Iran +0.50085 aapg_aa_668.html aapg_aa_668.html:44:4277:4293 Stonewall Stephens County, Georgia +0.24647 jgeology_html_3517640817 jgeology_html_3517640817:688:45968:45977 Peninsula Korea +0.234247 aapg_ac_333.html aapg_ac_333.html:252:32603:32607 Rico San Juan River (Nicaragua) +0.258516 aapg_ae_916.html aapg_ae_916.html:214:25244:25259 Eagle Judith River Formation +0.487936 gsa_html_4108535696 gsa_html_4108535696:855:73918:73946 Green River Colorado +0.257013 cspg_html_2283545366 cspg_html_2283545366:38:4984:5010 Halfway Lacombe, Alberta +0.256011 aapg_aa_928.html aapg_aa_928.html:339:39776:39785 Catahoula Oakville, California +0.270364 aapg_ae_658.html aapg_ae_658.html:583:59591:59618 White River Vernal, Utah +0.710892 aapg_ac_881.html aapg_ac_881.html:565:67127:67135 Deadwood Black Hills +0.492093 cspg_html_9941518291 cspg_html_9941518291:444:63293:63315 Barlow Inlet Devon Island +0.48297 cspg_html_7297340324 cspg_html_7297340324:854:95233:95241 Columbia Victoria, British Columbia +0.246302 cspg_html_4326384800 cspg_html_4326384800:775:108235:108240 Flume Southeast Asia +0.232776 gsa_html_1904554207 gsa_html_1904554207:699:82711:82732 Stony Creek Great Valley, New York +0.449825 aapg_aa_787.html aapg_aa_787.html:437:53407:53413 Sierra Texas +0.501557 gsa_html_1826402027 gsa_html_1826402027:525:61069:61086 Chinle Little Colorado River +0.24752 aapg_af_854.html aapg_af_854.html:1330:191185:191202 Cypress Pottsville, Pennsylvania +0.465348 aapg_ac_702.html aapg_ac_702.html:358:36852:36857 Oread Iowa +0.261626 cspg_html_1503116552 cspg_html_1503116552:79:12104:12142 Beaverhill Swan Hill, Victoria +0.27144 aapg_ae_643.html aapg_ae_643.html:219:26027:26055 Tuscarora Frederick County, Maryland +0.263376 geology_html_7990317996 geology_html_7990317996:318:24727:24732 Price Earth +0.2397 jgeology_html_1198140108 jgeology_html_1198140108:1084:64831:64839 Colorado Gunnison County, Colorado +0.481824 gsa_html_7012936645 gsa_html_7012936645:16:795:803 Virginia Reston, Virginia +0.544887 aapg_ac_19.html aapg_ac_19.html:65:5615:5634 Smackover Arkansas +0.25398 aapg_ak_69.html aapg_ak_69.html:109:13699:13713 Nuka Anchorage, Alaska +0.231795 aapg_aa_47.html aapg_aa_47.html:44:4811:4819 Colorado New Mexico +0.404802 aapg_ad_169.html aapg_ad_169.html:43:5472:5492 Loyalhanna Huntington, West Virginia +0.497367 aapg_ah_871.html aapg_ah_871.html:596:66372:66379 Pamelia Montreal +0.514932 aapg_af_470.html aapg_af_470.html:11:1779:1793 Mission Canyon Cheyenne, Wyoming +0.428978 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135375:135383 Dunvegan Lacombe, Alberta +0.472538 sedimentology_html_9410532865 sedimentology_html_9410532865:1801:119476:119504 Green River Cheyenne, Wyoming +0.25654 aapg_ae_856.html aapg_ae_856.html:33:4402:4423 San Antonio San Juan, Argentina +0.40845 cspg_html_3129231627 cspg_html_3129231627:201:27905:27914 Copes Bay Ellesmere Island +0.23952 aapg_ai_974.html aapg_ai_974.html:644:67081:67098 Cowlitz Seattle +0.436149 gsa_html_5737673651 gsa_html_5737673651:496:41326:41354 Bidahochi Arizona +0.244 aapg_ah_141.html aapg_ah_141.html:57:4807:4824 Paradox Leadville, Colorado +0.253008 gsa_html_9457387752 gsa_html_9457387752:917:76519:76538 Mineral Bluff Kish (Sumer) +0.476652 aapg_ah_283.html aapg_ah_283.html:486:56409:56415 Oregon Washington (state) +0.267145 cspg_html_1118978429 cspg_html_1118978429:7:500:517 Cadomin Lacombe, Alberta +0.499094 aapg_ae_973.html aapg_ae_973.html:950:71241:71257 San Andres West Texas +0.492993 aapg_ac_245.html aapg_ac_245.html:165:25130:25135 Atoka Colorado +0.253009 gsa_html_4667678389 gsa_html_4667678389:725:77391:77414 Kingston Peak Cordillera Administrative Region +0.48443 sedimentology_html_7482146728 sedimentology_html_7482146728:173:23230:23236 Oregon Salem, Oregon +0.485586 gsa_html_5096547935 gsa_html_5096547935:732:66969:66997 Green River New Mexico +0.271906 jgeology_html_4147510455 jgeology_html_4147510455:573:33457:33463 George Western world +0.19038 aapg_ah_96.html aapg_ah_96.html:247:28828:28837 Red River Winnipeg +0.463398 aapg_aa_23.html aapg_aa_23.html:475:56264:56272 Winnipeg Red River of the North +0.474552 gsa_html_6433065427 gsa_html_6433065427:888:82503:82518 Bouse Arizona +0.279292 gsa_html_9497185033 gsa_html_9497185033:1511:128813:128841 Green River Iran +0.490049 aapg_ah_740.html aapg_ah_740.html:90:11059:11065 Jordan Ouachita Mountains +0.482328 AMJC_html_1873062106 AMJC_html_1873062106:883:98140:98146 Navajo New Mexico +0.819928 aapg_ah_479.html aapg_ah_479.html:20:2806:2812 Perija Maracaibo +0.51896 gsa_html_9310053579 gsa_html_9310053579:936:77472:77500 Green River Colorado +0.254007 cspg_html_6306091047 cspg_html_6306091047:58:11125:11133 Columbia Victoria, British Columbia +0.49278 aapg_ae_41.html aapg_ae_41.html:1162:81586:81639 Ireton Lacombe, Alberta +0.518609 cspg_html_4859889874 cspg_html_4859889874:41:6676:6733 Judith River Lacombe, Alberta +0.46604 cspg_html_2178758494 cspg_html_2178758494:246:34807:34826 Athabasca Clearwater, Florida +0.349164 aapg_ah_537.html aapg_ah_537.html:39:4549:4570 Green River Logan, Utah +0.493914 aapg_ad_855.html aapg_ad_855.html:11:1201:1210 Smackover Shelby County, Alabama +0.489538 aapg_ae_767.html aapg_ae_767.html:8:963:990 Johnson Mexico +0.246015 cspg_html_2093862169 cspg_html_2093862169:5:217:241 Bluff Grand Cayman +0.266256 cspg_html_1456761793 cspg_html_1456761793:19:3899:3919 Dunedin Dunedin, Florida +0.257839 aapg_ai_787.html aapg_ai_787.html:118:12788:12797 Catahoula Duval County, Texas +0.78246 cspg_html_2969995408 cspg_html_2969995408:339:36907:36925 Dunvegan Victoria, British Columbia +0.255518 aapg_ai_357.html aapg_ai_357.html:239:27701:27708 Bigford Carrizo Springs, Texas +0.246356 aapg_ai_272.html aapg_ai_272.html:328:38543:38550 Moncton Cumberland, Maryland +0.489658 cspg_html_8954870161 cspg_html_8954870161:153:16821:16831 Washington Washington (state) +0.474628 aapg_ah_972.html aapg_ah_972.html:410:40920:40938 Whitsett Whitsett, North Carolina +0.4656 gsa_html_7193789775 gsa_html_7193789775:374:36543:36551 Colorado Colorado +0.264708 cspg_html_8363357104 cspg_html_8363357104:543:70646:70657 Survey Peak Mount Wilson Observatory +0.468366 gsa_html_7127096507 gsa_html_7127096507:459:46605:46613 Mariposa Sierra Nevada (Spain) +0.489402 aapg_ah_592.html aapg_ah_592.html:225:16682:16713 Waicoe Michigan +0.49256 aapg_aa_548.html aapg_aa_548.html:65:6959:6976 Holdenville Holdenville, Oklahoma +0.250444 geology_html_5689737055 geology_html_5689737055:186:20141:20145 Hall Kerr County, Texas +0.500065 aapg_ad_3.html aapg_ad_3.html:410:38537:38548 Black River Virginia +0.490716 cspg_html_7325522863 cspg_html_7325522863:152:23680:23688 Whitemud Milk River, Alberta +0.2444 aapg_af_663.html aapg_af_663.html:335:34760:34765 Utica Pleasanton, Texas +0.25149 AMJC_html_5390933660 AMJC_html_5390933660:144:13886:13909 Shaw Mountain Littleton, Colorado +0.261021 aapg_af_854.html aapg_af_854.html:960:135194:135210 Bethel Bloomington, Indiana +0.246007 palaios_html_8474347362 palaios_html_8474347362:420:51604:51611 Wenonah Closter, New Jersey +0.24745 aapg_ad_349.html aapg_ad_349.html:149:15728:15738 Washington Seattle +0.495471 geology_html_3526420930 geology_html_3526420930:298:25523:25529 Snyder California +0.25856 cspg_html_6143853630 cspg_html_6143853630:289:27150:27167 Gething Lacombe, Alberta +0.49131 gsa_html_8035658736 gsa_html_8035658736:984:104598:104608 Washington Salem, Oregon +0.256985 gsa_html_8938402362 gsa_html_8938402362:165:16968:16984 Poleta Nelson, New Zealand +0.230724 aapg_ah_167.html aapg_ah_167.html:309:37558:37573 Melville Island Anchorage, Alaska +0.691635 gsa_html_1119256423 gsa_html_1119256423:136:13024:13047 Peoria Nebraska +0.261602 cspg_html_4287356899 cspg_html_4287356899:3323:350088:350093 Yukon Victoria, British Columbia +0.244 jgeology_html_2872695575 jgeology_html_2872695575:684:41600:41611 Chopawamsic Piedmont (United States) +0.47628 aapg_ae_993.html aapg_ae_993.html:484:49867:49886 Beirdneau Logan, Utah +0.46872 cspg_html_8727758678 cspg_html_8727758678:497:17203:17214 Peace River Lacombe, Alberta +0.4745 palaios_html_1422826240 palaios_html_1422826240:14:833:843 Washington Washington (state) +0.500835 AMJC_html_7278640698 AMJC_html_7278640698:77:10197:10205 Columbia Fulton, Missouri +0.489762 gsa_html_4930932370 gsa_html_4930932370:870:89170:89188 Virginia Ontario, California +0.373245 aapg_ac_609.html aapg_ac_609.html:3:161:175 Methy Lacombe, Alberta +0.49851 aapg_af_773.html aapg_af_773.html:342:37577:37598 Green River Cheyenne, Wyoming +0.493218 cspg_html_3012058617 cspg_html_3012058617:76:12006:12019 Elk Kootenay River +0.691152 aapg_af_142.html aapg_af_142.html:217:26877:26890 Cotton Valley East Texas +0.2475 palaios_html_5582845937 palaios_html_5582845937:321:32578:32586 Virginia Hampton, New Hampshire +0.48516 aapg_aa_415.html aapg_aa_415.html:266:37133:37141 Saratoga Saratoga, California +0.443864 aapg_ac_742.html aapg_ac_742.html:26:3902:3925 Gypsum Spring Black Hills +0.256332 aapg_ae_370.html aapg_ae_370.html:97:10114:10124 Washington Salem, Oregon +0.461713 cspg_html_3328007773 cspg_html_3328007773:826:90023:90033 Crossfield Lacombe, Alberta +0.5168 cspg_html_4407743346 cspg_html_4407743346:284:37451:37470 Sunniland Southern France +0.264075 cspg_html_1025724640 cspg_html_1025724640:282:37204:37227 Wallace Philipsburg, Centre County, Pennsylvania +0.2499 gsa_html_5955392368 gsa_html_5955392368:13:830:842 Rhode Island Newport, Rhode Island +0.261975 aapg_ai_246.html aapg_ai_246.html:507:59082:59089 Bearpaw Regina, Saskatchewan +0.812396 cspg_html_9613527162 cspg_html_9613527162:177:24522:24529 Pekisko Moose Mountain (Alberta) +0.273004 cspg_html_5891044027 cspg_html_5891044027:391:76564:76576 Altyn Purcell Mountains +0.27192 cspg_html_4223391205 cspg_html_4223391205:251:37962:37970 Columbia Lacombe, Alberta +0.497904 cspg_html_9501006975 cspg_html_9501006975:6:260:288 Dunvegan Great Britain +0.262119 gsa_html_4312040636 gsa_html_4312040636:791:72396:72404 Rockwell Salem, Oregon +0.23157 aapg_af_568.html aapg_af_568.html:388:36265:36283 Tensleep Cheyenne, Wyoming +0.250498 aapg_ah_283.html aapg_ah_283.html:486:56420:56430 Washington Salem, Oregon +0.248472 gsa_html_6413722646 gsa_html_6413722646:633:51459:51476 Pethei Earth +0.240128 aapg_ac_972.html aapg_ac_972.html:327:33643:33661 Vaqueros California +0.540864 aapg_ac_699.html aapg_ac_699.html:46:5114:5145 Georgetown Del Rio, Tennessee +0.46812 aapg_ah_96.html aapg_ah_96.html:512:60356:60365 Whitewood Manitoba +0.258066 aapg_ac_628.html aapg_ac_628.html:734:126601:126607 Chinle Moenkopi Formation +0.249428 AMJC_html_1873062106 AMJC_html_1873062106:740:86518:86539 Summerville Hanksville, Utah +0.480496 cspg_html_8525917094 cspg_html_8525917094:289:37391:37406 Swift Lacombe, Alberta +0.471056 cspg_html_1505194397 cspg_html_1505194397:285:36209:36216 Andrews Wisconsin +0.25026 cspg_html_2098485391 cspg_html_2098485391:62:9235:9259 Kagawong Manitoulin Island +0.255955 gsa_html_7102550258 gsa_html_7102550258:178:17432:17449 Moenave Springdale, Arkansas +0.479912 aapg_ad_52.html aapg_ad_52.html:15:1884:1892 Michigan Michigan +0.521664 aapg_aa_23.html aapg_aa_23.html:298:33606:33624 Winnipeg Winnipeg +0.476442 cspg_html_9354781888 cspg_html_9354781888:43:8283:8291 Columbia Victoria, British Columbia +0.262128 aapg_ah_370.html aapg_ah_370.html:660:51976:51990 Traverse Alpena, Michigan +0.2475 aapg_ah_370.html aapg_ah_370.html:259:19603:19621 Michigan Presque Isle County, Michigan +0.250952 aapg_ae_68.html aapg_ae_68.html:114:14372:14379 Oquirrh Reno, Nevada +0.484124 aapg_aa_22.html aapg_aa_22.html:271:25785:25790 Hueco Sacramento, California +0.271932 aapg_ah_385.html aapg_ah_385.html:347:42366:42382 Forbes Central Valley (California) +0.467033 aapg_aa_124.html aapg_aa_124.html:583:60259:60279 Bow Island Lacombe, Alberta +0.473 cspg_html_2208643572 cspg_html_2208643572:9:589:597 Columbia Victoria, British Columbia +0.481418 sedimentology_html_4109585061 sedimentology_html_4109585061:63:6847:6853 Brazil Saudi Arabia +0.25959 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland McArthur River uranium mine +0.261117 sedimentology_html_5315330584 sedimentology_html_5315330584:850:75603:75607 Java Sumatra +0.250498 palaios_html_5582845937 palaios_html_5582845937:319:32360:32367 Hampton Virginia +0.480293 cspg_html_7467378242 cspg_html_7467378242:142:20363:20389 Monterey California +0.261085 aapg_ae_329.html aapg_ae_329.html:117:14054:14058 Kent Lambton County, Ontario +0.478629 aapg_ae_999.html aapg_ae_999.html:327:45627:45644 Chickasawhay Alabama +0.710938 aapg_ad_37.html aapg_ad_37.html:48:4841:4845 Frio Shreveport, Louisiana +0.249008 geology_html_3307929842 geology_html_3307929842:213:21773:21781 Winnipeg Manitoba +0.386584 aapg_ae_876.html aapg_ae_876.html:315:33228:33242 Cedar Mountain Cedar Mountains +0.382768 cspg_html_2139304729 cspg_html_2139304729:415:36995:37015 Griper Bay Bathurst Island (Northern Territory) +0.358136 aapg_ae_35.html aapg_ae_35.html:123:11152:11173 Green River Logan, Utah +0.472382 gsa_html_2223785025 gsa_html_2223785025:295:25118:25146 Green River Colorado +0.494019 gsa_html_3720789279 gsa_html_3720789279:1636:146180:146208 Green River Colorado +0.858382 aapg_aa_44.html aapg_aa_44.html:53:6472:6480 Moenkopi Chinle Formation +0.473572 aapg_ae_41.html aapg_ae_41.html:1165:81785:81810 Beaverhill Canada +0.46403 aapg_ah_749.html aapg_ah_749.html:20:3016:3024 Virginia Norfolk, Virginia +0.48576 palaios_html_9015391191 palaios_html_9015391191:488:45425:45434 Flagstaff Colorado Plateau +0.255 aapg_ae_76.html aapg_ae_76.html:120:11690:11700 Wind River Wichita, Kansas +0.266662 cspg_html_1481652369 cspg_html_1481652369:38:7603:7630 Long Point Middle Ordovician +0.270279 AMJC_html_1873062106 AMJC_html_1873062106:1062:112503:112521 Morrison Colorado Plateau +0.242554 aapg_ac_414.html aapg_ac_414.html:232:28658:28673 Loray Kaibab, Arizona +0.26334 aapg_ai_367.html aapg_ai_367.html:275:18760:18766 Oregon Texas +0.257535 aapg_ae_915.html aapg_ae_915.html:11:1440:1452 Dakota Niobrara, Nebraska +0.262913 aapg_aa_351.html aapg_aa_351.html:63:7359:7367 Richmond Arkansas +0.477675 aapg_ae_146.html aapg_ae_146.html:220:21785:21804 Boquillas Coahuila +0.262566 cspg_html_3447886929 cspg_html_3447886929:94:11294:11311 Beekmantown Quebec City +0.5061 jgeology_html_7218166865 jgeology_html_7218166865:253:17049:17067 Morrison Logan, Utah +0.484295 jgeology_html_1838149422 jgeology_html_1838149422:349:26174:26194 Arikaree Nebraska +0.523476 gsa_html_2093652339 gsa_html_2093652339:72:5159:5187 Green River Colorado +0.256542 aapg_ai_208.html aapg_ai_208.html:26:3298:3314 Peedee Castle Hayne, North Carolina +0.261576 aapg_aa_976.html aapg_aa_976.html:518:73948:73956 Colorado Fremont, California +0.243122 aapg_ai_233.html aapg_ai_233.html:17:1640:1654 Woodbine County Sligo +0.48692 cspg_html_7086880709 cspg_html_7086880709:415:55070:55078 Columbia Victoria, British Columbia +0.475406 aapg_ah_652.html aapg_ah_652.html:176:23699:23703 Wendover Socorro County, New Mexico +0.487278 aapg_ae_999.html aapg_ae_999.html:410:56955:56960 Tampa Atlantic Ocean +0.254338 aapg_af_575.html aapg_af_575.html:900:128605:128617 Marble Falls Eastland County, Texas +0.257943 palaios_html_2449649505 palaios_html_2449649505:564:63181:63191 Washington Washington (state) +0.272288 palaios_html_9408587909 palaios_html_9408587909:562:55337:55370 Dinwoody Logan, Utah +0.258066 aapg_ad_984.html aapg_ad_984.html:148:13774:13805 Knox Dolomite Bloomington, Indiana +0.474176 aapg_ai_931.html aapg_ai_931.html:289:54817:54823 Moscow Black Sea +0.50827 aapg_ah_536.html aapg_ah_536.html:573:75858:75875 Hosston East Texas +0.262108 aapg_aa_50.html aapg_aa_50.html:24:3228:3253 Savanna Bartica +0.466908 aapg_af_206.html aapg_af_206.html:60:7487:7494 Reynosa Beeville, Texas +0.275044 aapg_af_150.html aapg_af_150.html:55:5291:5310 Cotton Valley Shreveport, Louisiana +0.262656 AMJC_html_8883212571 AMJC_html_8883212571:282:31399:31418 Smackover Arkansas +0.467343 gsa_html_5712812305 gsa_html_5712812305:741:68708:68728 Columbia Salem, Oregon +0.253456 cspg_html_5241714595 cspg_html_5241714595:669:100008:100026 Saskatchewan Williston Basin +0.496513 aapg_ac_490.html aapg_ac_490.html:27:4627:4635 Columbia Victoria, British Columbia +0.487956 aapg_af_314.html aapg_af_314.html:98:11038:11053 Mt Lytton Phillips County, Colorado +0.264195 cspg_html_8979693271 cspg_html_8979693271:33:4686:4711 Porcupine Lacombe, Alberta +0.261021 aapg_ad_466.html aapg_ad_466.html:296:36565:36575 Tuscaloosa Closter, New Jersey +0.877914 gsa_html_7605900420 gsa_html_7605900420:204:23165:23179 Chainman Reno, Nevada +0.468671 aapg_ai_44.html aapg_ai_44.html:193:29572:29578 Sierra Lake Maracaibo +0.493268 aapg_ai_996.html aapg_ai_996.html:1330:58622:58629 Raritan Bridgeville, California +0.267764 aapg_ae_65.html aapg_ae_65.html:58:7553:7574 Wind River Fort Union Trading Post National Historic Site +0.469887 aapg_ak_76.html aapg_ak_76.html:127:18704:18719 Cibao San Juan, Argentina +0.25493 aapg_af_833.html aapg_af_833.html:651:70764:70770 Dakota North Platte, Nebraska +0.245791 AMJC_html_1964550508 AMJC_html_1964550508:251:34097:34105 Syracuse Pennsylvania +0.518556 aapg_ac_632.html aapg_ac_632.html:42:5327:5333 Amsden Cheyenne, Wyoming +0.265029 aapg_ac_59.html aapg_ac_59.html:401:45453:45463 Point Loma California +0.480365 sedimentology_html_8022597964 sedimentology_html_8022597964:27:1675:1727 Forest Petersham +0.701392 aapg_aa_861.html aapg_aa_861.html:83:11317:11326 Allen Bay Ellesmere Island +0.25917 gsa_html_8003826422 gsa_html_8003826422:445:46889:46923 Guilmette Reno, Nevada +0.257536 aapg_ai_249.html aapg_ai_249.html:83:12780:12792 Tactic Santa Rosa, California +0.45962 jgeology_html_8492223548 jgeology_html_8492223548:1156:85151:85159 Colorado Colorado +0.242949 aapg_ah_578.html aapg_ah_578.html:365:29580:29586 Jordan Guatemala +0.49452 palaios_html_9993198762 palaios_html_9993198762:538:48511:48529 Moenkopi Logan, Utah +0.493812 aapg_aa_507.html aapg_aa_507.html:77:9874:9879 Eutaw Tuscaloosa, Alabama +0.469336 cspg_html_7553438101 cspg_html_7553438101:18:1967:1972 Yukon Victoria, British Columbia +0.262236 cspg_html_9354781888 cspg_html_9354781888:177:26060:26086 Halfway Wembley Stadium +0.265224 AMJC_html_7313160865 AMJC_html_7313160865:14:542:553 Main Street Houston +0.504866 palaios_html_2746116737 palaios_html_2746116737:12:699:705 Auburn Alabama +0.255518 cspg_html_9435196958 cspg_html_9435196958:1086:46271:46292 Milk River Lacombe, Alberta +0.247416 cspg_html_2653900441 cspg_html_2653900441:407:50846:50854 Ramparts Lacombe, Alberta +0.507636 cspg_html_5109837857 cspg_html_5109837857:779:82521:82531 Assistance Ellesmere Island +0.25344 sedimentology_html_9227563678 sedimentology_html_9227563678:710:48366:48372 Arroyo Vail, Colorado +0.494334 aapg_ah_337.html aapg_ah_337.html:81:8779:8792 Cotton Valley East Texas +0.504505 aapg_aa_0.html aapg_aa_0.html:953:61481:61499 Bedford Cheyenne, Wyoming +0.271932 geology_html_1098024541 geology_html_1098024541:217:21255:21269 Graneros Pueblo, Colorado +0.496762 cspg_html_5976982403 cspg_html_5976982403:71:10333:10348 Siyeh Selkirk Mountains +0.82911 aapg_ah_665.html aapg_ah_665.html:198:22472:22488 Mendha Logan, Utah +0.234608 cspg_html_9905904289 cspg_html_9905904289:208:26280:26298 Scollard Cypress Hills, Brooklyn +0.481005 cspg_html_4269071742 cspg_html_4269071742:11:955:963 Columbia Victoria, British Columbia +0.461988 aapg_ai_321.html aapg_ai_321.html:216:29808:29815 Esquias Lake Yojoa +0.261522 aapg_ah_863.html aapg_ah_863.html:389:35714:35725 Slave Point Victoria, British Columbia +0.264864 aapg_ad_2.html aapg_ad_2.html:1477:200593:200615 Schenectady Martinsburg, Nebraska +0.263144 aapg_ai_208.html aapg_ai_208.html:25:3145:3157 Castle Hayne North Carolina +0.472553 aapg_ae_220.html aapg_ae_220.html:492:53990:53998 Nacatoch Arkadelphia, Arkansas +0.474892 aapg_ac_720.html aapg_ac_720.html:222:24977:24997 Vincentown Denmark +0.232848 aapg_ac_528.html aapg_ac_528.html:39:4457:4475 Colorado Colorado +0.49504 cspg_html_2498183035 cspg_html_2498183035:444:43961:43992 Cooking Lake Lacombe, Alberta +0.48603 aapg_ah_318.html aapg_ah_318.html:349:45341:45362 Mt Lytton Arkansas +0.254364 aapg_ae_124.html aapg_ae_124.html:77:5962:5973 Black River Pennsylvania +0.28416 cspg_html_9735723617 cspg_html_9735723617:643:75534:75553 Griper Bay Melville Island (Canada) +0.484946 cspg_html_6116883777 cspg_html_6116883777:1241:174197:174211 Douro Ellesmere Island +0.402944 aapg_ah_644.html aapg_ah_644.html:156:18500:18513 Gypsum Spring Manitoba +0.24582 aapg_ah_376.html aapg_ah_376.html:16:1640:1646 Denver Colorado +0.270368 aapg_ad_2.html aapg_ad_2.html:1040:142225:142236 Beekmantown Chambersburg, Pennsylvania +0.477225 palaios_html_2994452429 palaios_html_2994452429:1717:144499:144507 Colorado Canada +0.475695 sedimentology_html_2272861739 sedimentology_html_2272861739:2052:105175:105183 Virginia Reston, Virginia +0.262 AMJC_html_3206387961 AMJC_html_3206387961:833:76645:76653 Beaufort Regina, Saskatchewan +0.480365 cspg_html_7561290301 cspg_html_7561290301:21:2934:2942 Columbia Victoria, British Columbia +0.270144 cspg_html_8775315691 cspg_html_8775315691:21:3589:3607 Scollard Lacombe, Alberta +0.451242 aapg_aa_702.html aapg_aa_702.html:1417:143925:143933 Colorado Colorado +0.2565 aapg_aa_334.html aapg_aa_334.html:88:10106:10116 Pittsburgh Ohio +0.251995 sedimentology_html_8676139096 sedimentology_html_8676139096:1094:71726:71734 Homewood Switzerland +0.26818 aapg_ad_466.html aapg_ad_466.html:385:46686:46693 Magothy Raritan River +0.361088 cspg_html_8089302449 cspg_html_8089302449:211:35679:35699 Horn River Great Slave Lake +0.530724 aapg_ac_873.html aapg_ac_873.html:188:13313:13339 Ludlow Hell Creek Formation +0.238135 aapg_ai_163.html aapg_ai_163.html:7:999:1016 Leonard West Texas +0.266752 aapg_ae_958.html aapg_ae_958.html:1498:129844:129867 Cherry Canyon Guadalupe Mountains National Park +0.28512 aapg_af_394.html aapg_af_394.html:523:57072:57080 Frontier Cheyenne, Wyoming +0.476424 aapg_ai_399.html aapg_ai_399.html:455:47408:47425 Ripley Lagrangian point +0.483041 aapg_ae_331.html aapg_ae_331.html:104:11024:11035 Tar Springs Hardinsburg, Indiana +0.292138 aapg_ah_508.html aapg_ah_508.html:13:1303:1324 Beekmantown Pennsylvania +0.467125 cspg_html_6517402834 cspg_html_6517402834:34:4061:4084 Willow Creek Lacombe, Alberta +0.45349 cspg_html_3041902517 cspg_html_3041902517:956:104386:104406 Ross Victoria, British Columbia +0.270908 gsa_html_7635660482 gsa_html_7635660482:716:65063:65081 Morrison Logan, Utah +0.479142 gsa_html_9052101586 gsa_html_9052101586:472:57023:57034 Peoria Illinois +0.263133 aapg_af_482.html aapg_af_482.html:65:8463:8476 El Plan Honduras +0.25956 aapg_aa_148.html aapg_aa_148.html:4:632:644 Cedar Mountain Colorado +0.488898 aapg_af_666.html aapg_af_666.html:526:45240:45251 Green River Wasatch Range +0.25092 cspg_html_9810030547 cspg_html_9810030547:594:68677:68702 Beaverhill Lacombe, Alberta +0.257983 aapg_ae_206.html aapg_ae_206.html:187:21447:21461 Lissie Beaumont, Texas +0.25806 sedimentology_html_3751328128 sedimentology_html_3751328128:681:52682:52693 Black River Ontario, California +0.240099 aapg_ah_255.html aapg_ah_255.html:419:53214:53232 Rio Dell California +0.505891 aapg_ac_54.html aapg_ac_54.html:149:16073:16079 Brazil South Africa +0.484946 aapg_ae_666.html aapg_ae_666.html:285:28911:28919 Prospect Hogsback, Eastern Cape +0.480762 aapg_af_854.html aapg_af_854.html:385:49845:49861 Keokuk Kentucky +0.263235 aapg_ae_220.html aapg_ae_220.html:158:16727:16746 Smackover Nevada County, California +0.268323 gsa_html_2859191796 gsa_html_2859191796:229:22442:22463 Mount Simon Illinois +0.264698 cspg_html_8078587269 cspg_html_8078587269:11:973:997 Arroyo New Mexico +0.883988 cspg_html_5438428738 cspg_html_5438428738:150:18740:18759 Matinenda Ontario, California +0.259811 aapg_ae_28.html aapg_ae_28.html:936:68436:68443 St Marys Ohio +0.483383 cspg_html_9177794814 cspg_html_9177794814:8:792:808 Wahoo Anchorage, Alaska +0.476784 aapg_ae_959.html aapg_ae_959.html:430:34307:34323 Whitehorse Salado, Texas +0.260608 cspg_html_3124360347 cspg_html_3124360347:38:7618:7633 Levis Great Britain +0.248446 aapg_ah_206.html aapg_ah_206.html:20:3482:3499 Madison Williston, Vermont +0.259548 gsa_html_4591711448 gsa_html_4591711448:1084:102160:102188 Green River Iran +0.27136 cspg_html_4287356899 cspg_html_4287356899:3341:354346:354371 Tahkandit Lacombe, Alberta +0.497354 aapg_aa_314.html aapg_aa_314.html:186:22567:22574 Matawan Raritan River +0.2608 AMJC_html_3664856625 AMJC_html_3664856625:9:381:401 Fort Union Powder River Basin +0.493885 aapg_ah_3.html aapg_ah_3.html:255:33991:34017 Horseshoe Canyon Lacombe, Alberta +0.241072 AMJC_html_5421639085 AMJC_html_5421639085:11:635:643 Colorado Denver +0.267288 cspg_html_8121999081 cspg_html_8121999081:70:8180:8193 Bearpaw Red Deer, Alberta +0.37444 palaios_html_5543030185 palaios_html_5543030185:307:31416:31434 Fillmore Logan, Utah +0.24947 aapg_ai_721.html aapg_ai_721.html:134:14671:14679 Virginia Long Island (Massachusetts) +0.260051 gsa_html_1860930948 gsa_html_1860930948:285:31299:31321 Shinarump Conglomerate Nebraska +0.420876 cspg_html_4287356899 cspg_html_4287356899:3952:391673:391707 Lisburne Great Britain +0.246402 cspg_html_2969995408 cspg_html_2969995408:69:8920:8930 Trout Lake Western world +0.466017 aapg_ac_486.html aapg_ac_486.html:714:91848:91854 Denver Colorado +0.512106 aapg_ah_276.html aapg_ah_276.html:337:32066:32079 Santa Barbara California +0.239604 aapg_aa_147.html aapg_aa_147.html:88:11873:11889 Inwood Manitoba +0.23324 aapg_ad_440.html aapg_ad_440.html:811:81611:81618 Taggard Huntington, West Virginia +0.496837 gsa_html_8517233795 gsa_html_8517233795:668:60776:60802 Monterey Los Angeles +0.26532 gsa_html_7623105085 gsa_html_7623105085:548:42680:42696 Chinle Chinle Formation +0.245935 cspg_html_7325522863 cspg_html_7325522863:106:18026:18063 Grosmont Lacombe, Alberta +0.499988 gsa_html_9569209726 gsa_html_9569209726:1045:93848:93876 Green River New Mexico +0.249975 aapg_ah_387.html aapg_ah_387.html:3019:332874:332883 Knoxville San Benito County, California +0.49452 aapg_ai_107.html aapg_ai_107.html:202:20146:20165 Smackover Kaufman County, Texas +0.259931 aapg_ai_49.html aapg_ai_49.html:349:43880:43886 Dakota Colorado +0.485645 aapg_aa_544.html aapg_aa_544.html:337:45806:45813 Wasatch Cheyenne, Wyoming +0.482328 aapg_af_677.html aapg_af_677.html:123:15520:15542 Almond Cheyenne, Wyoming +0.485645 cspg_html_7404699681 cspg_html_7404699681:386:37741:37752 Peace River Victoria, British Columbia +0.254976 gsa_html_3696101390 gsa_html_3696101390:627:59011:59021 Washington San Juan, Argentina +0.479808 cspg_html_7970836465 cspg_html_7970836465:363:36462:36498 Jupiter Anticosti Island +0.27825 cspg_html_4915680223 cspg_html_4915680223:304:35923:35932 Allen Bay Little Cornwallis Island +0.267288 aapg_af_664.html aapg_af_664.html:493:55538:55561 Cherry Canyon Guadalupe Mountains National Park +0.382272 aapg_ah_700.html aapg_ah_700.html:17:3226:3234 Norphlet Texas +0.251502 sedimentology_html_9380539627 sedimentology_html_9380539627:942:52851:52861 Protection England +0.51939 gsa_html_3720789279 gsa_html_3720789279:1302:119936:119946 Washington Boise, Idaho +0.255021 gsa_html_6158055432 gsa_html_6158055432:634:67392:67398 Oregon Washington (state) +0.26826 aapg_ae_239.html aapg_ae_239.html:1122:91297:91307 Hartshorne Hartshorne, Oklahoma +0.242536 aapg_ac_984.html aapg_ac_984.html:197:18046:18051 Doerun Missouri River +0.50898 gsa_html_3046135825 gsa_html_3046135825:894:73408:73436 Green River Colorado +0.262119 aapg_ae_5.html aapg_ae_5.html:12:1790:1804 Earp New Mexico +0.262143 AMJC_html_6341723617 AMJC_html_6341723617:1111:92906:92914 Colorado Logan, Utah +0.5168 aapg_ae_194.html aapg_ae_194.html:18:1615:1638 Cotton Valley Cotton Valley, Louisiana +0.25041 aapg_ai_432.html aapg_ai_432.html:788:93887:93892 Morro Quito +0.25443 geology_html_6474064767 geology_html_6474064767:193:15075:15081 George Milford, Connecticut +0.491582 AMJC_html_7984049819 AMJC_html_7984049819:829:87445:87452 Oak Bay New Brunswick, New Jersey +0.266175 cspg_html_4374961624 cspg_html_4374961624:11:1150:1159 Cathedral Mount Robson Provincial Park +0.259 sedimentology_html_3417381350 sedimentology_html_3417381350:1287:97591:97609 Monterey California +0.489219 palaios_html_2859810051 palaios_html_2859810051:52:4376:4394 Niobrara Colorado +0.484429 cspg_html_8477386212 cspg_html_8477386212:35:4683:4691 Palliser Calgary +0.487438 gsa_html_3151431803 gsa_html_3151431803:39:3450:3467 Entrada Colorado Plateau +0.493885 aapg_ad_111.html aapg_ad_111.html:397:45646:45661 Mesaverde Cheyenne, Wyoming +0.262108 AMJC_html_9500753417 AMJC_html_9500753417:15:1121:1129 Virginia Ontario, California +0.484864 cspg_html_4773367370 cspg_html_4773367370:20:2317:2333 Viking Lacombe, Alberta +0.486913 aapg_af_799.html aapg_af_799.html:372:26161:26182 Lodo California +0.276675 aapg_ah_72.html aapg_ah_72.html:52:7649:7664 Vicksburg Mississippi River +0.46116 AMJC_html_6341723617 AMJC_html_6341723617:1120:94082:94088 Denver Colorado +0.264708 cspg_html_5272711466 cspg_html_5272711466:5:282:314 George Lacombe, Alberta +0.24064 cspg_html_9157093462 cspg_html_9157093462:299:40448:40456 Columbia Victoria, British Columbia +0.258064 aapg_aa_305.html aapg_aa_305.html:89:13099:13107 Kirkwood Kirkwood, Missouri +0.487424 aapg_ac_742.html aapg_ac_742.html:6:980:993 Gypsum Spring Spearfish, South Dakota +0.254478 aapg_ae_805.html aapg_ae_805.html:107:14288:14305 Hermosa Hermosa, Chicago +0.491493 jgeology_html_9723375480 jgeology_html_9723375480:1014:62675:62681 Moscow Russia +0.442722 sedimentology_html_5613495298 sedimentology_html_5613495298:1728:91448:91464 Chinle Arizona +0.266716 aapg_ah_505.html aapg_ah_505.html:1434:114659:114666 Laramie Denver +0.37011 palaios_html_1631555231 palaios_html_1631555231:414:38303:38336 Moenkopi Reno, Nevada +0.23436 sedimentology_html_9514552565 sedimentology_html_9514552565:428:34352:34359 Palouse Boise, Idaho +0.360126 aapg_ae_993.html aapg_ae_993.html:25:3543:3562 Jefferson Logan, Utah +0.49296 sedimentology_html_8389142994 sedimentology_html_8389142994:27:1626:1635 Sheffield Exeter, New Hampshire +0.375496 gsa_html_7102550258 gsa_html_7102550258:777:87224:87241 Kayenta Colorado Plateau +0.275096 aapg_ac_176.html aapg_ac_176.html:231:39364:39390 Mangahewa McKee, Kentucky +0.2568 gsa_html_4064042510 gsa_html_4064042510:17:879:899 Picture Gorge Basalt Salem, Oregon +0.460222 aapg_af_468.html aapg_af_468.html:188:18208:18223 Frio Brazoria County, Texas +0.480365 sedimentology_html_2165832672 sedimentology_html_2165832672:751:65580:65584 Hall London, Ontario +0.4966 cspg_html_6715452766 cspg_html_6715452766:57:9257:9279 Eureka Sound Ellesmere Island +0.386582 cspg_html_2039656422 cspg_html_2039656422:78:7916:7933 Shublik Spring River (Missouri) +0.49152 cspg_html_8509913074 cspg_html_8509913074:510:66262:66279 Eramosa Guelph +0.47232 geology_html_6350726541 geology_html_6350726541:253:24466:24480 Victoria Transantarctic Mountains +0.25296 aapg_af_639.html aapg_af_639.html:20:1637:1649 Sabine Shreveport, Louisiana +0.26312 aapg_ai_159.html aapg_ai_159.html:552:63517:63522 Colon Caribbean +0.269192 aapg_ai_81.html aapg_ai_81.html:124:14440:14447 Venango Cattaraugus, New York +0.501804 gsa_html_5118510819 gsa_html_5118510819:168:15896:15902 Denver Colorado +0.483406 cspg_html_5220068638 cspg_html_5220068638:127:16332:16352 Blackstone Lacombe, Alberta +0.4883 sedimentology_html_4210495015 sedimentology_html_4210495015:1007:73490:73494 Hall Denton, Greater Manchester +0.496944 gsa_html_7800798612 gsa_html_7800798612:1319:83323:83351 Green River Colorado +0.458103 aapg_ac_71.html aapg_ac_71.html:553:65627:65644 Dunlap California +0.478 sedimentology_html_3490195740 sedimentology_html_3490195740:54:5841:5856 Red River Canada +0.504075 cspg_html_4666332434 cspg_html_4666332434:158:27264:27281 Belly River Lacombe, Alberta +0.490158 aapg_ac_995.html aapg_ac_995.html:190:16545:16564 Huizachal Puebla, Puebla +0.249999 gsa_html_2266546108 gsa_html_2266546108:380:40084:40090 Sierra Great Basin +0.251428 geology_html_4561079394 geology_html_4561079394:42:4898:4914 Navajo Logan, Utah +0.520737 aapg_ad_178.html aapg_ad_178.html:74:6380:6385 Banff Lacombe, Alberta +0.487436 cspg_html_4409656292 cspg_html_4409656292:847:86852:86858 Warsaw Poland +0.497034 aapg_ad_761.html aapg_ad_761.html:74:6048:6073 Glen Rose Paluxy, Texas +0.273942 aapg_ai_156.html aapg_ai_156.html:48:5092:5107 Oread Plattsmouth, Nebraska +0.509852 aapg_ah_203.html aapg_ah_203.html:173:26321:26339 Morrison Pennsylvania +0.482562 cspg_html_8089302449 cspg_html_8089302449:124:20794:20814 Dawson Bay Regina, Saskatchewan +0.253482 cspg_html_8568877195 cspg_html_8568877195:208:34181:34193 Saskatchewan Lacombe, Alberta +0.478101 gsa_html_8820488310 gsa_html_8820488310:944:83734:83746 Sibley Ontario, California +0.721072 aapg_ai_29.html aapg_ai_29.html:406:48595:48608 Cook Mountain East Texas +0.258885 gsa_html_7635660482 gsa_html_7635660482:89:7671:7685 Vega Kingdom of Asturias +0.492768 aapg_ac_528.html aapg_ac_528.html:123:15411:15432 Long Rapids Ontario, California +0.715836 aapg_ai_975.html aapg_ai_975.html:339:30861:30876 Sligo County Sligo +0.2545 cspg_html_8793468729 cspg_html_8793468729:93:9484:9497 Camrose Lacombe, Alberta +0.25443 aapg_ae_871.html aapg_ae_871.html:346:55603:55618 Favel Lacombe, Alberta +0.520052 aapg_ae_73.html aapg_ae_73.html:497:66948:66963 Mesaverde Arizona +0.501354 aapg_ah_52.html aapg_ah_52.html:469:64842:64861 Matanuska Anchorage, Alaska +0.48006 cspg_html_9119878068 cspg_html_9119878068:6:287:319 Waterways Lacombe, Alberta +0.248082 cspg_html_3026112034 cspg_html_3026112034:741:73379:73396 Wabamun Swan Hill, Victoria +0.248 aapg_aa_409.html aapg_aa_409.html:125:13169:13174 Colon Venezuela +0.274828 aapg_ae_928.html aapg_ae_928.html:13:1750:1757 Sligo Athens, Georgia +0.46906 cspg_html_3041902517 cspg_html_3041902517:590:66009:66020 Blind Fiord Ellesmere Island +0.671976 cspg_html_6715452766 cspg_html_6715452766:227:26388:26404 Strathcona Fiord Ellesmere Island +0.260084 aapg_ai_593.html aapg_ai_593.html:1637:168743:168749 Walnut Texas +0.273429 aapg_ah_508.html aapg_ah_508.html:232:18918:18935 Beekmantown Maryland +0.47405 cspg_html_9435196958 cspg_html_9435196958:43:2222:2234 Saskatchewan Regina, Saskatchewan +0.46645 aapg_ae_959.html aapg_ae_959.html:1757:126603:126615 Belle Plains Wichita, Kansas +0.24948 aapg_ah_318.html aapg_ah_318.html:519:61049:61070 Mt Lytton Arkansas +0.543235 aapg_ah_644.html aapg_ah_644.html:244:29561:29576 Swift Williston Basin +0.45069 aapg_ah_318.html aapg_ah_318.html:2154:192062:192068 Sierra Zacatecas, Zacatecas +0.744 geology_html_5486535781 geology_html_5486535781:105:11104:11123 Fruitland Colorado +0.495992 aapg_af_471.html aapg_af_471.html:164:19330:19338 Parkwood Hartselle, Alabama +0.491384 aapg_ah_532.html aapg_ah_532.html:63:6178:6193 Ouray Ouray, Colorado +0.260051 aapg_ae_415.html aapg_ae_415.html:782:97342:97364 Chickasawhay Alabama +0.496762 gsa_html_4758470460 gsa_html_4758470460:31:2809:2837 Green River Iran +0.25896 aapg_ai_411.html aapg_ai_411.html:89:8487:8493 Denver Colorado +0.85186 cspg_html_4659384530 cspg_html_4659384530:172:20673:20680 Gilwood Swan Hill, Victoria +0.237584 aapg_aa_113.html aapg_aa_113.html:511:52049:52066 Edwards Texas +0.27248 aapg_ae_873.html aapg_ae_873.html:172:20897:20916 Smackover Western world +0.26 gsa_html_3521452491 gsa_html_3521452491:654:55886:55908 Beaufort South Africa +0.69287 palaios_html_7179643765 palaios_html_7179643765:315:32524:32535 La Luna Venezuela +0.262524 aapg_ah_536.html aapg_ah_536.html:224:30232:30239 Rodessa Texas +0.476451 cspg_html_9343899465 cspg_html_9343899465:561:53149:53162 Weatherall Melville Island (Canada) +0.491232 aapg_ae_803.html aapg_ae_803.html:307:38334:38340 Tactic Santa Rosa, California +0.251446 gsa_html_3720789279 gsa_html_3720789279:539:49239:49261 Fields Creek Klamath Mountains (ecoregion) +0.306658 gsa_html_8422099655 gsa_html_8422099655:29:2796:2824 Green River New Mexico +0.24347 gsa_html_1904554207 gsa_html_1904554207:929:98953:98959 Shasta California +0.471 gsa_html_2605108986 gsa_html_2605108986:792:66082:66109 Cantwell Anchorage, Alaska +0.266928 aapg_ac_629.html aapg_ac_629.html:496:61171:61196 Goliad Beeville, Texas +0.470162 palaios_html_2449649505 palaios_html_2449649505:538:61371:61377 Denver Logan, Utah +0.240505 cspg_html_4293350162 cspg_html_4293350162:508:55037:55057 Mount Head Carnarvon, Western Australia +0.251446 aapg_ae_906.html aapg_ae_906.html:140:12702:12720 Cypress New Harmony, Indiana +0.524948 gsa_html_7642385160 gsa_html_7642385160:872:84405:84433 Green River Colorado +0.280899 aapg_aa_124.html aapg_aa_124.html:375:38859:38879 Bow Island Lacombe, Alberta +0.267804 geology_html_4814912321 geology_html_4814912321:199:21356:21365 Bear Lake Bear Lake, Michigan +0.245024 aapg_ai_572.html aapg_ai_572.html:331:33258:33281 Seminole Ouachita Mountains +0.269297 aapg_ae_749.html aapg_ae_749.html:612:62354:62362 Virginia Middle Ordovician +0.255524 aapg_ae_306.html aapg_ae_306.html:246:31939:31960 Victoria Barinas State +0.273504 cspg_html_3699720399 cspg_html_3699720399:294:30736:30744 Columbia Victoria, British Columbia +0.254016 cspg_html_2408887763 cspg_html_2408887763:134:18988:19004 Horseshoe Canyon Edmonton, London +0.251988 cspg_html_8662646956 cspg_html_8662646956:6:444:454 Pine Point Canada +0.262143 geology_html_4851899495 geology_html_4851899495:246:23340:23357 Wasatch Spain +0.80066 aapg_ah_534.html aapg_ah_534.html:230:18873:18892 Trimmers Rock Delaware River +0.506264 aapg_ae_419.html aapg_ae_419.html:242:32199:32216 El Abra Tampico, Illinois +0.248965 cspg_html_7325522863 cspg_html_7325522863:332:55525:55535 Pine Point Great Slave Lake +0.47498 aapg_ai_372.html aapg_ai_372.html:99:15664:15679 Viola Texas +0.25755 gsa_html_9457387752 gsa_html_9457387752:697:63634:63643 Knoxville Knoxville, Tennessee +0.275094 aapg_ah_464.html aapg_ah_464.html:32:5348:5372 Pottsville Arkansas +0.2635 palaios_html_3232474978 palaios_html_3232474978:315:36283:36299 Liard Victoria, British Columbia +0.26104 palaios_html_2223085265 palaios_html_2223085265:479:44961:44977 Viking Lacombe, Alberta +0.454092 aapg_af_854.html aapg_af_854.html:613:84117:84127 Kinderhook Logan, Utah +0.259854 aapg_ad_379.html aapg_ad_379.html:837:69361:69379 Frontier Cheyenne, Wyoming +0.264096 aapg_af_854.html aapg_af_854.html:1338:192543:192563 Aux Vases Waterloo, Ontario +0.252928 aapg_ai_584.html aapg_ai_584.html:875:93092:93109 Reclamation Laramie, Wyoming +0.483678 gsa_html_8332981884 gsa_html_8332981884:904:75482:75490 Rockwell California +0.483678 aapg_ak_55.html aapg_ak_55.html:236:24266:24272 Putnam Calhoun, Georgia +0.26988 geology_html_9480340228 geology_html_9480340228:56:5497:5515 Goodrich Quartzite Sudbury, Suffolk +0.248712 aapg_ae_305.html aapg_ae_305.html:782:58614:58633 Rio Negro Venezuela +0.49197 aapg_ae_473.html aapg_ae_473.html:72:6298:6321 Cotton Valley Mississippi River +0.261626 aapg_ai_399.html aapg_ai_399.html:209:20599:20612 Porters Creek Kentucky +0.494132 palaios_html_7308908518 palaios_html_7308908518:412:36842:36849 Modesto South Africa +0.267189 gsa_html_6765882493 gsa_html_6765882493:842:110940:110969 Dunvegan Lacombe, Alberta +0.48256 cspg_html_8859981911 cspg_html_8859981911:7:401:419 Woodbend Lacombe, Alberta +0.828019 aapg_ad_812.html aapg_ad_812.html:49:5742:5759 Entrada New Mexico +0.270848 aapg_af_652.html aapg_af_652.html:251:21021:21031 San Andres Kaibab, Arizona +0.691506 cspg_html_4326384800 cspg_html_4326384800:1093:161712:161732 Twin Falls Hay River (Canada) +0.256035 aapg_ak_104.html aapg_ak_104.html:341:37327:37345 Tensleep Cheyenne, Wyoming +0.268836 palaios_html_7111318862 palaios_html_7111318862:160:16775:16793 Judith River Canada +0.713416 aapg_aa_662.html aapg_aa_662.html:275:22343:22365 Williamsport Huntington, West Virginia +0.246973 cspg_html_6306091047 cspg_html_6306091047:222:31373:31391 Pardonet Victoria, British Columbia +0.472175 gsa_html_8664789297 gsa_html_8664789297:723:74438:74448 Wind River Cheyenne, Wyoming +0.4985 gsa_html_5664265459 gsa_html_5664265459:1200:111552:111562 Washington Salem, Oregon +0.250937 cspg_html_2283545366 cspg_html_2283545366:265:34074:34079 Price Charleston, South Carolina +0.465567 aapg_ac_458.html aapg_ac_458.html:334:31305:31313 Virginia Cape Cod +0.26316 aapg_ah_283.html aapg_ah_283.html:112:11744:11761 Cowlitz Cowlitz River +0.239454 sedimentology_html_7328045802 sedimentology_html_7328045802:83:9389:9400 Schenectady Frankfort, Illinois +0.241017 aapg_ai_97.html aapg_ai_97.html:31:2955:2961 Tuxpan Tampico, Illinois +0.24444 AMJC_html_8359893116 AMJC_html_8359893116:1481:129077:129081 Java London, Ontario +0.480255 gsa_html_8549650339 gsa_html_8549650339:84:8353:8364 San Antonio Central Texas +0.25186 sedimentology_html_2074866200 sedimentology_html_2074866200:1044:52894:52933 Protection Sweden +0.489255 aapg_aa_582.html aapg_aa_582.html:251:26277:26283 Sonora Chihuahua (state) +0.50968 aapg_ae_634.html aapg_ae_634.html:70:6290:6298 Niobrara Routt County, Colorado +0.259458 sedimentology_html_2208426700 sedimentology_html_2208426700:24:1614:1652 Winnipegosis Canada +0.477012 aapg_af_308.html aapg_af_308.html:380:44444:44450 Benson Gilmer County, Georgia +0.502516 cspg_html_4617311907 cspg_html_4617311907:252:40534:40547 Windsor Bridgetown, Nova Scotia +0.258542 gsa_html_3436154175 gsa_html_3436154175:1165:92758:92786 Green River Cheyenne, Wyoming +0.2424 cspg_html_5484260516 cspg_html_5484260516:1075:88425:88445 Big Valley Lacombe, Alberta +0.371259 gsa_html_2076560873 gsa_html_2076560873:234:25632:25717 Kennedy Channel Ellesmere Island +0.233662 aapg_ai_67.html aapg_ai_67.html:141:14623:14638 Joins West Texas +0.450702 aapg_ae_391.html aapg_ae_391.html:512:47555:47578 Rustler Salado, Texas +0.263682 aapg_af_664.html aapg_af_664.html:545:61291:61301 San Andres Delaware +0.872131 aapg_ae_958.html aapg_ae_958.html:2400:204261:204287 Dewey Lake New Mexico +0.25856 aapg_ah_435.html aapg_ah_435.html:152:18646:18655 Escondido Texas +0.493885 aapg_ai_88.html aapg_ai_88.html:284:29170:29178 Santiago Chile +0.496181 cspg_html_5593011953 cspg_html_5593011953:15:1327:1339 Saskatchewan Lacombe, Alberta +0.254478 aapg_ae_420.html aapg_ae_420.html:14:1228:1240 Medicine Bow Cheyenne, Wyoming +0.250976 gsa_html_8349861296 gsa_html_8349861296:748:62870:62883 Marble Canyon White Mountains (California) +0.24598 aapg_ac_730.html aapg_ac_730.html:625:91263:91285 Toreva Mancos, Colorado +0.482776 AMJC_html_4066734654 AMJC_html_4066734654:631:59652:59670 Willwood Cheyenne, Wyoming +0.495704 cspg_html_6252849194 cspg_html_6252849194:271:32371:32385 Edmonton Lacombe, Alberta +0.495281 aapg_aa_288.html aapg_aa_288.html:269:29698:29709 Mowry Cheyenne, Wyoming +0.282072 aapg_ae_67.html aapg_ae_67.html:128:11573:11579 Warsaw Colorado +0.469062 palaios_html_1834763898 palaios_html_1834763898:485:49127:49133 Reston Great Basin +0.25132 cspg_html_6252849194 cspg_html_6252849194:221:28622:28645 Deer Valley Horseshoe Canyon Formation +0.4888 cspg_html_6064089067 cspg_html_6064089067:114:12390:12408 Winnipeg Alta, Utah +0.48112 sedimentology_html_9289224221 sedimentology_html_9289224221:1481:97659:97671 Pethei Canada +0.25641 gsa_html_1266138577 gsa_html_1266138577:151:13450:13464 Poleta Salinas Valley +0.24846 gsa_html_6441142238 gsa_html_6441142238:984:102494:102500 Cannon Chandler, Arizona +0.269297 cspg_html_3041902517 cspg_html_3041902517:982:108353:108373 Ross Victoria, British Columbia +0.248003 geology_html_1904448286 geology_html_1904448286:55:6491:6497 Provo Piemonte (wine) +0.234207 cspg_html_1894459898 cspg_html_1894459898:373:38862:38895 Bluff Cayman Islands +0.500316 cspg_html_6259492324 cspg_html_6259492324:351:35721:35754 Tatsieta Middle East +0.28013 cspg_html_2139304729 cspg_html_2139304729:434:39071:39089 Imperial Mackenzie River +0.526416 aapg_ah_541.html aapg_ah_541.html:135:18264:18273 Allegheny Pottsville, Pennsylvania +0.253952 aapg_ah_4.html aapg_ah_4.html:290:46022:46037 Heath Talara Province +0.49036 jgeology_html_8064855537 jgeology_html_8064855537:1347:76025:76048 Burro Canyon Cedar Mountains +0.253952 sedimentology_html_3181527419 sedimentology_html_3181527419:417:25085:25089 Earp Supai, Arizona +0.26784 aapg_ac_616.html aapg_ac_616.html:87:11539:11549 Washington Salem, Oregon +0.487172 gsa_html_1951402014 gsa_html_1951402014:793:73973:73979 Madrid Fuerteventura +0.42419 aapg_aa_563.html aapg_aa_563.html:81:11924:11931 Laramie Canada +0.687126 aapg_ad_613.html aapg_ad_613.html:145:19165:19175 Tuscaloosa Shreveport, Louisiana +0.4896 cspg_html_2083823293 cspg_html_2083823293:5:215:251 Mist Mountain Eagle Mountain (Minnesota) +0.476748 cspg_html_5904948553 cspg_html_5904948553:727:63582:63598 Debolt Victoria, British Columbia +0.487548 aapg_ae_750.html aapg_ae_750.html:33:4811:4814 Abo Wichita, Kansas +0.263662 geology_html_9083528258 geology_html_9083528258:245:22278:22289 Green River Logan, Utah +0.492032 aapg_ah_49.html aapg_ah_49.html:204:22478:22484 Modelo Castaic, California +0.271956 geology_html_1652363853 geology_html_1652363853:296:27199:27205 Kodiak Anchorage, Alaska +0.253916 aapg_ae_329.html aapg_ae_329.html:49:6726:6737 Peace River Lacombe, Alberta +0.479136 aapg_ae_548.html aapg_ae_548.html:464:52659:52673 Pico Ventura County, California +0.252648 aapg_ae_959.html aapg_ae_959.html:3006:227035:227051 Custer Texas +0.48783 cspg_html_9778753186 cspg_html_9778753186:345:51374:51388 Blackstone Canada +0.255552 jgeology_html_7844360616 jgeology_html_7844360616:538:30365:30373 Montreal Quebec City +0.253506 jgeology_html_3625026933 jgeology_html_3625026933:107:5458:5483 Astoria Astoria, Oregon +0.48719 cspg_html_5541937700 cspg_html_5541937700:59:9435:9443 Columbia Lacombe, Alberta +0.247396 sedimentology_html_3715837115 sedimentology_html_3715837115:236:20028:20034 Random Woodburn, Oregon +0.49444 palaios_html_5162760373 palaios_html_5162760373:19:964:982 Morrison Cheyenne, Wyoming +0.259548 geology_html_7647446171 geology_html_7647446171:11:581:590 Wolfville Earth +0.484059 aapg_aa_11.html aapg_aa_11.html:42:5790:5807 Pueblo Harpersville, Alabama +0.883456 sedimentology_html_8364351073 sedimentology_html_8364351073:1342:103422:103460 Paradox Logan, Utah +0.50592 aapg_ac_807.html aapg_ac_807.html:319:32428:32441 Potomac Raritan River +0.464598 palaios_html_8113714689 palaios_html_8113714689:31:2937:2955 Au Train Munising, Michigan +0.490269 cspg_html_2838996125 cspg_html_2838996125:103:20041:20050 Kee Scarp Norman Wells +0.487424 aapg_ad_564.html aapg_ad_564.html:8769:786172:786179 Cypress Texas +0.269808 cspg_html_9613527162 cspg_html_9613527162:227:32312:32335 Turner Valley Elkton, Kentucky +0.46805 aapg_ah_415.html aapg_ah_415.html:119:10915:10935 Milk River Colorado +0.25641 cspg_html_8040890019 cspg_html_8040890019:804:78966:78972 Viking Lacombe, Alberta +0.950561 aapg_ac_215.html aapg_ac_215.html:3:317:336 Englewood Black Hills +0.49926 cspg_html_1351473625 cspg_html_1351473625:101:17340:17358 Belcourt Telford, Pennsylvania +0.265895 aapg_ae_471.html aapg_ae_471.html:461:42056:42063 Hosston Cotton Valley, Louisiana +0.256676 cspg_html_4287356899 cspg_html_4287356899:3192:335636:335656 Assistance Devon Island +0.27195 aapg_ai_594.html aapg_ai_594.html:9:1371:1390 Red River Cheyenne, Wyoming +0.375296 sedimentology_html_3063208535 sedimentology_html_3063208535:1872:158972:159000 Talkeetna Tonga +0.260099 aapg_ai_974.html aapg_ai_974.html:659:69602:69612 Washington Salem, Oregon +0.257868 palaios_html_5582845937 palaios_html_5582845937:324:32993:33001 Virginia Hampton, New Hampshire +0.246888 cspg_html_4680804918 cspg_html_4680804918:714:85935:85943 Foremost Lacombe, Alberta +0.2575 aapg_ai_179.html aapg_ai_179.html:23:3069:3077 Santiago Chile +0.258332 gsa_html_2832151886 gsa_html_2832151886:846:68729:68748 Kaskapau Canada +0.25853 cspg_html_8917306391 cspg_html_8917306391:483:45020:45028 Bullhead Victoria, British Columbia +0.48909 cspg_html_1644457308 cspg_html_1644457308:356:39545:39553 Columbia Victoria, British Columbia +0.258482 aapg_ae_630.html aapg_ae_630.html:269:20405:20411 Casper Cheyenne, Wyoming +0.271152 aapg_ac_635.html aapg_ac_635.html:212:22258:22264 Oregon California +0.258416 gsa_html_3423427338 gsa_html_3423427338:556:48576:48585 San Diego California +0.248425 cspg_html_5312588885 cspg_html_5312588885:331:43880:43899 Jefferson Boise, Idaho +0.666207 cspg_html_1893593837 cspg_html_1893593837:67:5045:5070 Red Head Rapids Churchill River (Atlantic) +0.473172 cspg_html_5170528958 cspg_html_5170528958:91:14394:14411 Grosmont Regina, Saskatchewan +0.250937 AMJC_html_3816902366 AMJC_html_3816902366:398:27371:27377 Taylor Melbourne, Florida +0.360801 cspg_html_3008414459 cspg_html_3008414459:31:5314:5334 Milk River Lacombe, Alberta +0.486095 AMJC_html_2228158963 AMJC_html_2228158963:454:53638:53645 Cushing New Brunswick, New Jersey +0.495045 sedimentology_html_2698713692 sedimentology_html_2698713692:1427:107501:107520 Slope New Mexico +0.458736 cspg_html_1189888589 cspg_html_1189888589:479:52165:52185 Nacimiento New Mexico +0.245214 aapg_aa_987.html aapg_aa_987.html:152:16247:16257 Kinderhook Clark County, Indiana +0.263682 aapg_ah_77.html aapg_ah_77.html:254:29037:29059 Green River Cheyenne, Wyoming +0.26936 aapg_ai_763.html aapg_ai_763.html:54:6987:6994 Hosston County Sligo +0.467728 geology_html_5222992005 geology_html_5222992005:272:18878:18887 San Diego California +0.24225 aapg_ai_49.html aapg_ai_49.html:646:85370:85375 Supai Arizona +0.26364 aapg_aa_360.html aapg_aa_360.html:199:16779:16789 San Marcos Balcones Fault +0.268752 aapg_af_912.html aapg_af_912.html:45:5399:5418 Vicksburg Tuscaloosa, Alabama +0.251988 gsa_html_4244466646 gsa_html_4244466646:11:488:496 La Habra California +0.25896 cspg_html_3328007773 cspg_html_3328007773:874:92818:92839 Shaftesbury Lacombe, Alberta +0.274527 jgeology_html_7028328963 jgeology_html_7028328963:209:14072:14076 Toro Purmamarca +0.257346 sedimentology_html_1568456861 sedimentology_html_1568456861:16:1089:1109 Toro Chile +0.490633 aapg_ah_411.html aapg_ah_411.html:67:8889:8897 Kootenai Colorado +0.264195 aapg_ac_324.html aapg_ac_324.html:228:32353:32380 Prospect Wheeler Peak (New Mexico) +0.257544 cspg_html_9011256422 cspg_html_9011256422:8:576:584 Columbia Victoria, British Columbia +0.264708 gsa_html_5961880366 gsa_html_5961880366:1062:75664:75668 Kamo South Africa +0.261096 geology_html_1877077018 geology_html_1877077018:230:23516:23526 Washington Seattle +0.49011 aapg_ah_720.html aapg_ah_720.html:108:13312:13320 Colorado Denver +0.244518 aapg_ah_844.html aapg_ah_844.html:392:54416:54423 Andrews Cheyenne, Wyoming +0.255987 gsa_html_2877093757 gsa_html_2877093757:661:76230:76258 Sandia Reno, Nevada +0.483616 aapg_ae_181.html aapg_ae_181.html:96:13506:13517 Coffee Arcola, Virginia +0.255528 cspg_html_5170528958 cspg_html_5170528958:8:1057:1074 Grosmont Lacombe, Alberta +0.49104 aapg_ae_319.html aapg_ae_319.html:329:24038:24048 Phosphoria Cheyenne, Wyoming +0.499278 gsa_html_6830228459 gsa_html_6830228459:65:5234:5262 Green River Colorado +0.251482 gsa_html_3720789279 gsa_html_3720789279:791:76906:76924 Mariposa Klamath Mountains (ecoregion) +0.4625 aapg_ai_583.html aapg_ai_583.html:25:4091:4124 Morrison Spearfish, South Dakota +0.2601 cspg_html_8571955552 cspg_html_8571955552:250:30333:30363 Jungle Creek Old Crow, Yukon +0.478799 aapg_ac_545.html aapg_ac_545.html:478:56154:56179 Moosebar Lacombe, Alberta +0.272505 aapg_ah_271.html aapg_ah_271.html:82:10239:10262 Cotton Valley Texas +0.444204 cspg_html_2490951833 cspg_html_2490951833:395:57442:57452 Swan Hills Swan Hill, Victoria +0.248937 aapg_ac_807.html aapg_ac_807.html:594:59054:59062 Virginia King County, Washington +0.253512 palaios_html_5398833984 palaios_html_5398833984:882:95407:95429 Tidal Lacombe, Alberta +0.266175 aapg_ae_944.html aapg_ae_944.html:136:12543:12559 Waltersburg Spencer County, Kentucky +0.23463 AMJC_html_7321319159 AMJC_html_7321319159:66:8712:8722 Santa Cruz Anacapa Island +0.483652 aapg_ah_5.html aapg_ah_5.html:3561:267904:267956 Monroe Creek Canada +0.26001 gsa_html_1465687448 gsa_html_1465687448:419:53463:53482 Hillabee Greenstone Canton, Ohio +0.474176 geology_html_4386567919 geology_html_4386567919:106:13408:13413 Piute Amarillo, Texas +0.263907 aapg_ae_181.html aapg_ae_181.html:92:12708:12713 Eutaw Tupelo, Mississippi +0.486244 aapg_ac_617.html aapg_ac_617.html:4:658:665 Lagarto Texas +0.25047 aapg_af_489.html aapg_af_489.html:300:24762:24775 Jackson Texas +0.45423 cspg_html_7244100306 cspg_html_7244100306:453:48837:48856 Sterling Anchorage, Alaska +0.478235 cspg_html_4886960396 cspg_html_4886960396:7:466:481 Hay River Lacombe, Alberta +0.467992 geology_html_6196734017 geology_html_6196734017:32:2103:2111 Virginia Russia +0.666815 gsa_html_3387611512 gsa_html_3387611512:1519:144072:144100 Diligencia California +0.260478 aapg_ah_532.html aapg_ah_532.html:144:11131:11143 Percha Ouray, Colorado +0.284867 aapg_ac_490.html aapg_ac_490.html:177:22645:22661 Dunvegan Boulder Creek (Colorado) +0.27686 aapg_aa_649.html aapg_aa_649.html:304:36406:36435 Rockwell California +0.265224 jgeology_html_4818393006 jgeology_html_4818393006:715:55886:55912 Sterling Closter, New Jersey +0.270878 aapg_ae_750.html aapg_ae_750.html:214:23896:23904 Wolfcamp Wichita, Kansas +0.24108 aapg_ac_419.html aapg_ac_419.html:539:63889:63906 Repetto California +0.25542 aapg_ac_337.html aapg_ac_337.html:175:10139:10147 Colorado Colorado +0.453144 geology_html_3815023299 geology_html_3815023299:12:554:566 Saskatchewan Regina, Saskatchewan +0.263626 gsa_html_8136022028 gsa_html_8136022028:11:555:561 Reston Virginia +0.49987 sedimentology_html_5801163920 sedimentology_html_5801163920:1305:98447:98451 Dean Texas +0.279312 aapg_ah_203.html aapg_ah_203.html:564:92969:92987 Morrison New Mexico +0.258566 aapg_ai_49.html aapg_ai_49.html:651:86156:86164 Woodside Cheyenne, Wyoming +0.38807 cspg_html_4269474759 cspg_html_4269474759:6:400:407 Bearpaw Drumheller +0.521246 aapg_ah_578.html aapg_ah_578.html:363:29297:29303 Jordan California +0.263662 aapg_ah_847.html aapg_ah_847.html:145:16302:16323 Hornerstown Atlantic coastal plain +0.252164 gsa_html_2832151886 gsa_html_2832151886:415:34870:34891 Shaftesbury Lacombe, Alberta +0.479862 cspg_html_1822367166 cspg_html_1822367166:346:37375:37392 Bluff Wisconsin +0.263153 aapg_ai_388.html aapg_ai_388.html:320:33526:33545 Mesaverde Sparks, Nevada +0.509082 jgeology_html_5803513114 jgeology_html_5803513114:408:29781:29790 Hampshire New Hampshire +0.484124 cspg_html_7872970297 cspg_html_7872970297:111:13332:13355 Telford Victoria, British Columbia +0.259458 gsa_html_2005293978 gsa_html_2005293978:861:60652:60669 Virginia Maryland +0.252296 palaios_html_7274959329 palaios_html_7274959329:105:12164:12179 Elk Wisconsin +0.245016 aapg_ae_544.html aapg_ae_544.html:394:45321:45333 Medicine Hat Milk River, Alberta +0.25856 jgeology_html_4184751552 jgeology_html_4184751552:1531:75157:75163 Provo Algeria +0.483708 aapg_ah_678.html aapg_ah_678.html:354:40775:40792 Vicksburg Houston +0.48057 aapg_af_880.html aapg_af_880.html:686:109478:109493 Baird California +0.49087 gsa_html_5894524520 gsa_html_5894524520:386:52565:52575 Washington Salem, Oregon +0.662199 aapg_ae_546.html aapg_ae_546.html:211:25065:25086 Cotton Valley Bossier City, Louisiana +0.248482 aapg_ah_370.html aapg_ah_370.html:510:39102:39140 Michigan Charlevoix, Michigan +0.45105 aapg_ah_974.html aapg_ah_974.html:111:11052:11069 Reynosa Texas +0.247494 jgeology_html_6672772311 jgeology_html_6672772311:940:72580:72605 Back Rio Grande Jamaica, Queens +0.460768 aapg_ae_272.html aapg_ae_272.html:843:84879:84888 Coldwater Michigan +0.27405 geology_html_9004383999 geology_html_9004383999:121:11718:11736 Deadwood Regina, Saskatchewan +0.244944 aapg_ai_340.html aapg_ai_340.html:660:58327:58332 Yukon Middle East +0.252464 cspg_html_7474795689 cspg_html_7474795689:115:12043:12057 Doig Western world +0.495766 sedimentology_html_8510537334 sedimentology_html_8510537334:1162:85192:85227 Perry Canada +0.232965 geology_html_4409924111 geology_html_4409924111:308:26814:26839 Barstow Southern California +0.252993 gsa_html_1130947011 gsa_html_1130947011:181:22076:22087 Utica Knoxville, Tennessee +0.477288 gsa_html_5268546581 gsa_html_5268546581:179:15102:15110 Colorado Denver +0.497904 aapg_aa_735.html aapg_aa_735.html:114:10574:10586 Warsaw Christian County, Kentucky +0.250937 gsa_html_1254347878 gsa_html_1254347878:367:41094:41112 Grinnell Western world +0.262546 aapg_ai_7.html aapg_ai_7.html:414:29490:29515 Eagle Austin, Chicago +0.497555 cspg_html_1295372914 cspg_html_1295372914:11:950:958 Arctomys Mons +0.255936 gsa_html_5089176247 gsa_html_5089176247:955:87195:87203 Rockwell Reno, Nevada +0.254 gsa_html_2168907540 gsa_html_2168907540:406:44186:44192 Walker Republic of China +0.256905 aapg_aa_86.html aapg_aa_86.html:18:1698:1706 Woodbine Paluxy, Texas +0.493735 gsa_html_1741541046 gsa_html_1741541046:29:2796:2824 Green River New Mexico +0.483246 cspg_html_9941518291 cspg_html_9941518291:55:8887:8909 Barlow Inlet Devon +0.491284 aapg_af_897.html aapg_af_897.html:56:7054:7064 Pottsville Hermosa, Chicago +0.381893 aapg_aa_684.html aapg_aa_684.html:468:40810:40818 Sundance Cheyenne, Wyoming +0.25092 geology_html_7990317996 geology_html_7990317996:249:20660:20664 Ladd Texas +0.261542 sedimentology_html_3455721661 sedimentology_html_3455721661:639:47056:47089 Todilto Colorado +0.494252 cspg_html_3328007773 cspg_html_3328007773:74:10886:10907 Peace River Victoria, British Columbia +0.4795 cspg_html_7426180950 cspg_html_7426180950:337:45806:45815 Ellerslie Canada +0.249444 gsa_html_2877093757 gsa_html_2877093757:22:947:958 San Antonio Texas +0.486095 cspg_html_9068495364 cspg_html_9068495364:6:222:254 Sayabec Quebec City +0.514024 aapg_aa_841.html aapg_aa_841.html:27:2785:2797 Austin Chalk Giddings, Texas +0.2525 cspg_html_4176605708 cspg_html_4176605708:80:10361:10369 Ashville Victoria, British Columbia +0.470557 aapg_ad_569.html aapg_ad_569.html:246:32617:32636 Grosmont CFB Cold Lake +0.463264 geology_html_7677223543 geology_html_7677223543:83:7134:7142 Colorado Colorado +0.491582 cspg_html_1870927435 cspg_html_1870927435:23:2766:2781 Nisku Edmonton, London +0.261105 jgeology_html_3924418909 jgeology_html_3924418909:84:3854:3879 Navajo Logan, Utah +0.502392 cspg_html_3926542795 cspg_html_3926542795:67:10898:10906 Columbia Lacombe, Alberta +0.468312 geology_html_6113200258 geology_html_6113200258:263:23551:23582 Maynardville Knoxville, Illinois +0.259056 sedimentology_html_2139169476 sedimentology_html_2139169476:136:12721:12730 Peninsula Korea +0.2605 aapg_ae_959.html aapg_ae_959.html:1477:106657:106669 Hermit Arizona +0.479304 palaios_html_2413654173 palaios_html_2413654173:1172:95674:95696 Prince Creek Anchorage, Alaska +0.264704 aapg_ac_31.html aapg_ac_31.html:79:10783:10791 Colorado Roman Empire +0.257024 palaios_html_5488159532 palaios_html_5488159532:67:9007:9025 Ninemile Antelope Valley Freeway +0.254976 sedimentology_html_3417381350 sedimentology_html_3417381350:1465:105100:105129 Monterey Washington (state) +0.48514 aapg_ah_217.html aapg_ah_217.html:142:16251:16272 Lock Haven Catskill Mountains +0.487341 palaios_html_7352492968 palaios_html_7352492968:607:60225:60234 Sheffield North Sea oil +0.448742 geology_html_9924482358 geology_html_9924482358:303:27352:27380 Green River Cheyenne, Wyoming +0.256032 aapg_af_861.html aapg_af_861.html:5:634:651 Lenapah Coffeyville, Kansas +0.4644 cspg_html_4699684578 cspg_html_4699684578:340:41318:41332 Peechee Lacombe, Alberta +0.257045 gsa_html_6589330144 gsa_html_6589330144:1067:95983:96011 Green River Colorado +0.25745 aapg_ac_201.html aapg_ac_201.html:696:69957:69978 Sadlerochit Canning River (Alaska) +0.270878 cspg_html_8089302449 cspg_html_8089302449:102:17362:17372 Dawson Bay Lake Winnipegosis +0.248901 aapg_ae_226.html aapg_ae_226.html:128:17629:17637 Virginia Kanawha River +0.252784 aapg_ai_249.html aapg_ai_249.html:79:12375:12381 Sierra Honduras +0.266562 gsa_html_4438819447 gsa_html_4438819447:808:77189:77197 Colorado Denver +0.244224 aapg_ad_2.html aapg_ad_2.html:1342:184461:184489 Schenectady Schenectady, New York +0.504695 cspg_html_1578389835 cspg_html_1578389835:517:44022:44037 Flume Logan, Utah +0.50611 cspg_html_5241714595 cspg_html_5241714595:621:92431:92444 Wabamun Victoria, British Columbia +0.260568 aapg_ac_316.html aapg_ac_316.html:49:6639:6651 Rush Springs New Mexico +0.40804 sedimentology_html_3841637081 sedimentology_html_3841637081:97:7386:7399 Watt Mountain Swan Hill, Victoria +0.18837 cspg_html_9343899465 cspg_html_9343899465:104:14267:14281 Griper Bay Banks Island +0.265698 aapg_ae_909.html aapg_ae_909.html:69:6489:6502 Uscari Cahuita +0.255488 cspg_html_3104351736 cspg_html_3104351736:141:17916:17924 Columbia Washington (state) +0.479655 sedimentology_html_1429481808 sedimentology_html_1429481808:381:29067:29077 Washington Wa (Japan) +0.486244 aapg_af_854.html aapg_af_854.html:506:67117:67139 Edwardsville Kentucky +0.484428 cspg_html_7804036692 cspg_html_7804036692:2196:210605:210630 Beaverhill Alta, Utah +0.269336 aapg_af_892.html aapg_af_892.html:280:25122:25144 Marble Falls Atoka, Oklahoma +0.24444 aapg_ad_440.html aapg_ad_440.html:322:31188:31198 Greenbrier Monroe, Michigan +0.258516 geology_html_4437314453 geology_html_4437314453:237:21636:21652 Maroon Colorado +0.47752 cspg_html_3907807140 cspg_html_3907807140:627:68996:69023 Athabasca Lacombe, Alberta +0.266031 aapg_ae_296.html aapg_ae_296.html:193:19437:19459 Word Texas +0.491303 aapg_ae_31.html aapg_ae_31.html:283:27369:27389 Batesville Arkansas +0.25653 cspg_html_4664502755 cspg_html_4664502755:556:67815:67837 Grand Rapids Western world +0.258572 gsa_html_1040524378 gsa_html_1040524378:796:82155:82165 Washington Boise, Idaho +0.475488 aapg_ah_756.html aapg_ah_756.html:252:23426:23436 Whitehorse Amarillo, Texas +0.249494 geology_html_7594699567 geology_html_7594699567:74:6758:6772 Fredericksburg Virginia +0.478518 gsa_html_8740218609 gsa_html_8740218609:1030:97674:97682 Victoria Cincinnati +0.2499 cspg_html_8174352156 cspg_html_8174352156:29:3281:3289 Columbia Victoria, British Columbia +0.910368 aapg_aa_23.html aapg_aa_23.html:373:43997:44006 Red River Williston, Vermont +0.485961 cspg_html_8464109528 cspg_html_8464109528:171:19865:19875 Besa River Victoria, British Columbia +0.25806 aapg_ac_141.html aapg_ac_141.html:8:353:361 Colorado Denver +0.2704 cspg_html_7561290301 cspg_html_7561290301:215:26167:26186 Keg River Black Creek (Toronto) +0.244961 cspg_html_5345848475 cspg_html_5345848475:409:46892:46921 Wapiabi Calgary +0.482878 aapg_ae_872.html aapg_ae_872.html:298:35654:35674 Tuscaloosa Tuscaloosa, Alabama +0.263682 palaios_html_3140337808 palaios_html_3140337808:68:5872:5900 Green River Colorado +0.2475 sedimentology_html_9550478777 sedimentology_html_9550478777:156:12806:12810 Seco Puerto Palomas, Chihuahua +0.46604 geology_html_8881449794 geology_html_8881449794:41:5015:5023 Colorado Pueblo, Colorado +0.266772 cspg_html_5484260516 cspg_html_5484260516:1137:99921:99941 Big Valley Lacombe, Alberta +0.242985 aapg_ai_1.html aapg_ai_1.html:394:36239:36271 Hermosa Hermosa, Chicago +0.481712 gsa_html_5851281923 gsa_html_5851281923:202:21811:21821 Washington Pacific Northwest +0.499278 cspg_html_4103411715 cspg_html_4103411715:501:51211:51227 Viking Lacombe, Alberta +0.646085 aapg_ae_319.html aapg_ae_319.html:598:50673:50690 Entrada Carmel, Indiana +0.24432 gsa_html_7120668170 gsa_html_7120668170:779:75449:75457 Colorado Sonora +0.243512 aapg_aa_730.html aapg_aa_730.html:87:10815:10821 Sabine Ocala, Florida +0.266156 aapg_ac_925.html aapg_ac_925.html:116:17277:17283 Guinda Putah Creek +0.254976 sedimentology_html_2482395197 sedimentology_html_2482395197:594:45540:45545 Rapid Iceland +0.48925 gsa_html_1714078142 gsa_html_1714078142:783:65987:66015 Green River Colorado +0.259045 aapg_aa_932.html aapg_aa_932.html:24:3212:3222 Whitehorse San Angelo, Texas +0.500544 aapg_ae_171.html aapg_ae_171.html:480:46298:46307 Newcastle Hot Springs, Arkansas +0.25041 AMJC_html_6539706032 AMJC_html_6539706032:246:23851:23879 Sterling Hartford, Connecticut +0.708564 aapg_ae_904.html aapg_ae_904.html:155:16324:16349 Minnekahta Black Hills +0.266466 aapg_ae_255.html aapg_ae_255.html:270:30900:30904 Frio Matagorda County, Texas +0.49278 aapg_af_397.html aapg_af_397.html:423:49771:49778 Entrada Entrada Sandstone +0.48165 gsa_html_4385238876 gsa_html_4385238876:809:82381:82391 Whitehorse Weston, Florida +0.479245 aapg_ai_49.html aapg_ai_49.html:160:18133:18152 Maroon Colorado +0.25704 aapg_aa_360.html aapg_aa_360.html:476:47201:47214 Indio Cibolo, Texas +0.242793 gsa_html_4438819447 gsa_html_4438819447:364:42275:42294 Mattagami Quebec City +0.26265 palaios_html_1803946422 palaios_html_1803946422:164:13863:13872 Sheffield England +0.480916 cspg_html_9970905394 cspg_html_9970905394:249:24692:24710 Read Bay Little Cornwallis Island +0.248832 cspg_html_4031489103 cspg_html_4031489103:382:58447:58471 Wallace Pend Oreille River +0.474594 cspg_html_1665574291 cspg_html_1665574291:98:16822:16846 Frenchman Regina, Saskatchewan +0.684254 aapg_ac_629.html aapg_ac_629.html:859:96702:96722 Citronelle Alabama +0.472688 aapg_ae_171.html aapg_ae_171.html:118:11037:11049 Dakota Colorado +0.497664 aapg_ai_943.html aapg_ai_943.html:358:43196:43214 Monterey California +0.479182 cspg_html_1274054064 cspg_html_1274054064:58:10025:10033 Columbia Lacombe, Alberta +0.266682 aapg_aa_15.html aapg_aa_15.html:8:1158:1176 Wellborn Texas +0.500088 gsa_html_8418413113 gsa_html_8418413113:794:64310:64338 Green River Colorado +0.480312 gsa_html_5625878232 gsa_html_5625878232:295:41372:41383 San Antonio Baja California peninsula +0.4826 cspg_html_2492063773 cspg_html_2492063773:145:15996:16006 Assistance Edmonton, London +0.80445 aapg_ad_683.html aapg_ad_683.html:737:73764:73797 Moenkopi Hermosa, Chicago +0.65988 geology_html_9906887454 geology_html_9906887454:256:18591:18604 Owens Valley California +0.264069 aapg_ai_975.html aapg_ai_975.html:1448:103092:103119 Edwards Texas +0.2652 cspg_html_3854139935 cspg_html_3854139935:187:24684:24702 Foremost Lacombe, Alberta +0.517556 cspg_html_2650524233 cspg_html_2650524233:7:675:682 Bearpaw Edmonton, London +0.239021 aapg_ai_491.html aapg_ai_491.html:922:80469:80486 Hermosa Colorado +0.483678 aapg_ae_31.html aapg_ae_31.html:243:25489:25505 Moorefield Arkansas +0.26826 geology_html_4130667604 geology_html_4130667604:288:24122:24128 Oregon Washington (state) +0.47628 cspg_html_1336185084 cspg_html_1336185084:22:2592:2612 Clearwater Clearwater, Florida +0.494468 aapg_ad_403.html aapg_ad_403.html:6:872:877 Atoka Hot Springs, Arkansas +0.254478 cspg_html_2625728726 cspg_html_2625728726:508:67164:67179 Leduc Lacombe, Alberta +0.504088 cspg_html_1475679140 cspg_html_1475679140:505:59710:59732 Sokoman Quebec City +0.470704 aapg_af_663.html aapg_af_663.html:70:6859:6881 Higginsville Fort Scott National Historic Site +0.498388 cspg_html_9951421861 cspg_html_9951421861:156:23780:23792 Grand Rapids Clearwater, Florida +0.45448 palaios_html_3312501193 palaios_html_3312501193:47:5423:5440 Thaynes San Rafael Swell +0.245935 cspg_html_8612721867 cspg_html_8612721867:453:53819:53837 Grosmont Lacombe, Alberta +0.257839 aapg_ai_975.html aapg_ai_975.html:842:68165:68182 Edwards San Marcos, California +0.265698 cspg_html_4694482219 cspg_html_4694482219:30:3900:3908 Whitemud Edmonton, London +0.82512 aapg_ae_472.html aapg_ae_472.html:269:32152:32163 Colon Venezuela +0.271942 gsa_html_5978706061 gsa_html_5978706061:969:74875:74903 Green River Colorado +0.4653 cspg_html_7278957427 cspg_html_7278957427:30:4537:4549 Strand Fiord Ellesmere Island +0.247504 cspg_html_9142742810 cspg_html_9142742810:668:64959:64976 Gilwood Canada +0.255398 palaios_html_1262064602 palaios_html_1262064602:1109:108121:108137 Chinle Arizona +0.47092 aapg_ai_159.html aapg_ai_159.html:552:63335:63358 Chagres Caribbean +0.492345 aapg_aa_313.html aapg_aa_313.html:1399:149543:149551 Virginia Cape Henry Light +0.483585 aapg_ac_653.html aapg_ac_653.html:164:16495:16505 Washington Elko County, Nevada +0.49408 aapg_ac_720.html aapg_ac_720.html:238:26990:27010 Vincentown Denmark +0.384295 aapg_ai_587.html aapg_ai_587.html:40:4936:4950 Woodford Ardmore, Pennsylvania +0.492866 cspg_html_8637177176 cspg_html_8637177176:487:52266:52272 Wapiti Lacombe, Alberta +0.24048 geology_html_2149669942 geology_html_2149669942:13:777:787 Washington Washington (state) +0.47718 cspg_html_2094634763 cspg_html_2094634763:301:39658:39677 Ellerslie Lacombe, Alberta +0.463013 cspg_html_4626597050 cspg_html_4626597050:260:31614:31622 Dinwoody Cheyenne, Wyoming +0.250494 aapg_ai_689.html aapg_ai_689.html:242:28618:28635 Haymond Texas +0.254464 sedimentology_html_4270818528 sedimentology_html_4270818528:1199:27985:27990 Douro Douro DOC +0.265216 aapg_ae_581.html aapg_ae_581.html:29:3926:3931 Eagle Judith River Formation +0.24347 geology_html_9528538031 geology_html_9528538031:25:1938:1971 Kingston Peak Panamint Range +0.48501 gsa_html_7125621200 gsa_html_7125621200:830:72395:72423 Green River Colorado +0.45171 geology_html_9479859164 geology_html_9479859164:133:11285:11308 Colorado California +0.268812 aapg_ae_876.html aapg_ae_876.html:110:11960:11990 Cedar Mountain Logan, Utah +0.275088 aapg_ae_772.html aapg_ae_772.html:3:357:372 Mesaverde New Mexico +0.489082 gsa_html_6589330144 gsa_html_6589330144:555:58883:58900 Peoria Loveland, Ohio +0.251379 aapg_ad_757.html aapg_ad_757.html:230:27639:27652 Decorah Decorah, Iowa +0.46827 AMJC_html_5969956211 AMJC_html_5969956211:2116:220979:220989 Clearwater Boise, Idaho +0.2646 gsa_html_2768342942 gsa_html_2768342942:715:70542:70549 Andrews Wisconsin +0.415656 cspg_html_5542874609 cspg_html_5542874609:390:45466:45487 Belly River Lacombe, Alberta +0.26877 sedimentology_html_8923738088 sedimentology_html_8923738088:2012:104932:104937 Price Vancouver +0.38054 aapg_af_789.html aapg_af_789.html:188:25288:25305 Chemung Huntington, West Virginia +0.263682 palaios_html_6956866368 palaios_html_6956866368:696:69790:69804 Ogallala Nebraska +0.256725 aapg_ac_569.html aapg_ac_569.html:4:610:630 Emma Fiord Ellesmere Island +0.457737 cspg_html_4909069338 cspg_html_4909069338:23:2693:2715 Albert Canada +0.449536 aapg_aa_95.html aapg_aa_95.html:171:16413:16419 Denver Denver +0.48323 AMJC_html_5516451353 AMJC_html_5516451353:382:42069:42086 Berwick New Hampshire +0.243432 gsa_html_8319219146 gsa_html_8319219146:421:45322:45330 Bull Run Rapidan River +0.24102 geology_html_7315534235 geology_html_7315534235:275:24349:24357 Yakataga Anchorage, Alaska +0.501424 gsa_html_4716386208 gsa_html_4716386208:980:83422:83450 Green River New Mexico +0.254 aapg_ae_803.html aapg_ae_803.html:743:92762:92768 Sierra Guatemala +0.494132 geology_html_7129477281 geology_html_7129477281:16:803:815 Pierre Nebraska +0.507675 aapg_ae_454.html aapg_ae_454.html:405:34839:34848 Shongaloo Shreveport, Louisiana +0.47889 aapg_ah_779.html aapg_ah_779.html:389:72501:72510 Tonoloway Helderberg +0.48379 aapg_ai_877.html aapg_ai_877.html:198:20913:20923 Elk Pennsylvania +0.249498 aapg_ae_715.html aapg_ae_715.html:4:580:599 Catahoula Houston +0.256035 aapg_ad_320.html aapg_ad_320.html:93:7933:7940 Jackson Mississippi River +0.49131 cspg_html_7323688702 cspg_html_7323688702:69:9959:9974 Leduc Lacombe, Alberta +0.24939 cspg_html_4326384800 cspg_html_4326384800:2036:250062:250081 Waterways Lacombe, Alberta +0.258028 gsa_html_7808051457 gsa_html_7808051457:252:21665:21682 Manitou Colorado +0.455404 aapg_ac_215.html aapg_ac_215.html:38:4690:4699 Englewood Missouri River +0.380292 aapg_ai_278.html aapg_ai_278.html:642:81048:81086 Cayo Coco Cayo Coco +0.469456 AMJC_html_2905856018 AMJC_html_2905856018:1058:113630:113636 Oregon Boise, Idaho +0.257312 aapg_ah_870.html aapg_ah_870.html:342:30107:30113 Borden Texas +0.472884 cspg_html_9912281240 cspg_html_9912281240:51:7674:7684 Milk River Lacombe, Alberta +0.251472 gsa_html_6423424604 gsa_html_6423424604:1940:171307:171317 Washington Westgate, Canterbury +0.473946 gsa_html_1119256423 gsa_html_1119256423:744:72321:72338 White River Sand Hills (Nebraska) +0.495339 aapg_ai_874.html aapg_ai_874.html:19:1811:1822 Kaiparowits New Mexico +0.464598 aapg_ac_414.html aapg_ac_414.html:218:27301:27323 Owens Valley California +0.504434 aapg_af_16.html aapg_af_16.html:57:7070:7093 Frontier Lacombe, Alberta +0.721025 cspg_html_9905904289 cspg_html_9905904289:13:2377:2383 Battle Regina, Saskatchewan +0.497488 AMJC_html_1964550508 AMJC_html_1964550508:866:97209:97221 Williamsport San Fernando Valley +0.49244 aapg_ad_2.html aapg_ad_2.html:597:87196:87215 Alto Maryland +0.488241 aapg_ac_333.html aapg_ac_333.html:251:32520:32525 Ouray Silverton, Oregon +0.523452 aapg_af_665.html aapg_af_665.html:182:19971:19979 Oakville Wharton, New Jersey +0.267225 cspg_html_9683836416 cspg_html_9683836416:456:70835:70847 Judith River Lacombe, Alberta +0.260428 aapg_aa_37.html aapg_aa_37.html:265:33654:33670 Kaibab Colorado Plateau +0.246012 cspg_html_2796643803 cspg_html_2796643803:118:18764:18772 Finnegan Lacombe, Alberta +0.266752 gsa_html_8055113978 gsa_html_8055113978:16:1226:1244 Wise Lake Alexander County, North Carolina +0.489599 cspg_html_5381643866 cspg_html_5381643866:321:39636:39654 Bickford Rocky Brook +0.486315 geology_html_8085804773 geology_html_8085804773:240:21138:21145 Pearson Spain +0.253847 gsa_html_1047526579 gsa_html_1047526579:892:89587:89594 Madison Transantarctic Mountains +0.2635 aapg_ai_356.html aapg_ai_356.html:282:28014:28028 Buda Austin, Chicago +0.481265 cspg_html_2253842195 cspg_html_2253842195:5:220:242 Buckinghorse Canada +0.259904 sedimentology_html_1116078090 sedimentology_html_1116078090:1626:104942:104960 Monterey California +0.920576 geology_html_4735548631 geology_html_4735548631:259:21959:21970 Kunga Victoria, British Columbia +0.252494 aapg_aa_945.html aapg_aa_945.html:66:5638:5654 Rock River Salem, Oregon +0.36159 cspg_html_1524036211 cspg_html_1524036211:31:4089:4109 Phosphoria Logan, Utah +0.243 aapg_ad_42.html aapg_ad_42.html:187:19029:19039 Bow Island Colorado +0.241686 aapg_aa_630.html aapg_aa_630.html:32:3736:3755 Aux Vases Illinois +0.236115 aapg_ah_467.html aapg_ah_467.html:181:14877:14885 Edmonton Lacombe, Alberta +0.243033 sedimentology_html_1568456861 sedimentology_html_1568456861:1261:92650:92670 Toro Roman Empire +0.247086 gsa_html_9898556493 gsa_html_9898556493:243:28917:28935 Riverbank Cabuyao, Laguna +0.50456 aapg_ad_466.html aapg_ad_466.html:1159:124262:124269 Choptank Virginia +0.685178 gsa_html_5865982995 gsa_html_5865982995:1284:136289:136310 Green River Logan, Utah +0.498905 cspg_html_1770934036 cspg_html_1770934036:507:58446:58457 Shaftesbury Lacombe, Alberta +0.489554 gsa_html_2832151886 gsa_html_2832151886:432:37042:37063 Fish Scales Lacombe, Alberta +0.478101 aapg_ae_324.html aapg_ae_324.html:1201:120325:120329 Bays Murfreesboro, Tennessee +0.477792 palaios_html_4592561338 palaios_html_4592561338:334:30593:30604 Green River Cheyenne, Wyoming +0.256542 geology_html_3591851404 geology_html_3591851404:354:25640:25648 Columbia Victoria, British Columbia +0.24644 palaios_html_3036115408 palaios_html_3036115408:512:51522:51533 Bloomington Currie, Minnesota +0.459448 aapg_af_653.html aapg_af_653.html:385:45769:45778 San Diego California +0.246456 cspg_html_4680797491 cspg_html_4680797491:6:286:307 Beaverhill Lacombe, Alberta +0.492237 aapg_ac_20.html aapg_ac_20.html:113:11086:11115 Woodbine Woodville, New Zealand +0.490167 aapg_aa_992.html aapg_aa_992.html:331:40960:40969 Valentine Jennings, Louisiana +0.461148 gsa_html_5865982995 gsa_html_5865982995:1367:144431:144459 Green River Cheyenne, Wyoming +0.681174 cspg_html_3589404052 cspg_html_3589404052:996:107731:107747 Belloy Lacombe, Alberta +0.247563 cspg_html_9152086986 cspg_html_9152086986:43:6032:6065 Halfway Wembley Stadium +0.252865 aapg_ae_151.html aapg_ae_151.html:74:7031:7039 Bachelor Saskatoon +0.275644 aapg_af_568.html aapg_af_568.html:763:69772:69780 Sundance Dolomites +0.492745 aapg_ad_200.html aapg_ad_200.html:233:24243:24253 Washington Washington (state) +0.254976 gsa_html_7199417381 gsa_html_7199417381:286:31721:31744 White River Nebraska +0.47188 sedimentology_html_7173233072 sedimentology_html_7173233072:1342:79400:79408 Victoria Victoria, British Columbia +0.259045 cspg_html_3026112034 cspg_html_3026112034:899:83164:83199 Keg River Canada +0.851927 aapg_ad_379.html aapg_ad_379.html:341:29586:29593 Oquirrh New Mexico +0.250985 gsa_html_7808051457 gsa_html_7808051457:526:49081:49098 Dotsero Colorado +0.256725 aapg_ah_96.html aapg_ah_96.html:357:42167:42197 Upper Red River Williston, Vermont +0.243033 cspg_html_7539214955 cspg_html_7539214955:128:16715:16735 Jean Marie Victoria, British Columbia +0.272084 aapg_ae_74.html aapg_ae_74.html:562:53061:53080 Greenhorn Mancos, Colorado +0.463701 aapg_aa_47.html aapg_aa_47.html:754:91142:91149 Minturn Madera County, California +0.49601 aapg_ai_468.html aapg_ai_468.html:4:589:602 Cotton Valley Bossier City, Louisiana +0.250976 geology_html_1154109970 geology_html_1154109970:99:10035:10057 Summit Creek Mackenzie River +0.472382 aapg_ad_808.html aapg_ad_808.html:546:33804:33812 Tensleep Des Moines, Washington +0.501201 aapg_ac_366.html aapg_ac_366.html:5:769:803 Tuscarora Knoxville, Tennessee +0.244474 gsa_html_7580135520 gsa_html_7580135520:595:54225:54231 Oregon Salem, Oregon +0.51251 geology_html_2198528432 geology_html_2198528432:266:25332:25341 San Diego North Carolina +0.494334 aapg_ae_182.html aapg_ae_182.html:372:39167:39188 Pine Island Cotton Valley, Louisiana +0.468135 aapg_ad_865.html aapg_ad_865.html:380:37531:37536 Ouray Colorado +0.507232 aapg_aa_145.html aapg_aa_145.html:66:8937:8945 Columbia Victoria, British Columbia +0.492855 aapg_ac_560.html aapg_ac_560.html:143:19454:19471 Vicksburg Hidalgo County, New Mexico +0.496544 aapg_ac_702.html aapg_ac_702.html:361:37536:37542 Topeka Atchison, Kansas +0.246888 aapg_ac_867.html aapg_ac_867.html:651:89753:89760 Madison Cheyenne, Wyoming +0.493388 cspg_html_9501006975 cspg_html_9501006975:524:54953:54999 Dunvegan Victoria, British Columbia +0.255915 cspg_html_5973552270 cspg_html_5973552270:80:11665:11685 Swan Hills Swan Hill, Victoria +0.266175 sedimentology_html_7567618503 sedimentology_html_7567618503:990:59155:59160 Slope Campos Basin +0.731157 cspg_html_9951421861 cspg_html_9951421861:140:21994:22010 Viking Lacombe, Alberta +0.271942 aapg_af_19.html aapg_af_19.html:144:12578:12593 Tyler Sumatra +0.518 gsa_html_5140765555 gsa_html_5140765555:1030:76796:76824 Green River Colorado +0.486664 AMJC_html_6051140390 AMJC_html_6051140390:566:54613:54617 Hall London, Ontario +0.470824 aapg_ai_582.html aapg_ai_582.html:109:10109:10117 Sundance Spearfish, South Dakota +0.502992 gsa_html_4415818938 gsa_html_4415818938:1602:100469:100497 Green River Colorado +0.4767 aapg_aa_544.html aapg_aa_544.html:336:45321:45328 Wasatch Wasatch Range +0.49068 aapg_ah_318.html aapg_ah_318.html:1062:108347:108370 Cotton Valley Shreveport, Louisiana +0.26988 aapg_ad_275.html aapg_ad_275.html:51:4891:4906 Diablo Marfa lights +0.447681 gsa_html_1751809192 gsa_html_1751809192:61:4408:4436 Green River New Mexico +0.278046 aapg_ad_721.html aapg_ad_721.html:475:44691:44708 Queen Carlsbad, New Mexico +0.480912 aapg_ae_306.html aapg_ae_306.html:597:70498:70503 Colon Trujillo, Peru +0.28105 aapg_ah_123.html aapg_ah_123.html:114:8941:8947 Salina Salina, Kansas +0.263088 aapg_ai_958.html aapg_ai_958.html:13:1323:1330 Hampton Texas +0.261 AMJC_html_7984049819 AMJC_html_7984049819:100:11427:11445 Kittery New Hampshire +0.497376 aapg_ae_985.html aapg_ae_985.html:87:7667:7677 Queen New Mexico +0.462455 sedimentology_html_6277855897 sedimentology_html_6277855897:617:55605:55611 Salado New Mexico +0.477743 gsa_html_1197940982 gsa_html_1197940982:1220:115582:115595 Midas Virginia +0.49179 AMJC_html_3632105729 AMJC_html_3632105729:939:101789:101799 Washington Salem, Oregon +0.241983 aapg_ad_0.html aapg_ad_0.html:208:18048:18056 Kankakee Michigan +0.258028 gsa_html_1119256423 gsa_html_1119256423:18:963:969 Reston Virginia +0.25441 cspg_html_3026112034 cspg_html_3026112034:606:56379:56402 Leduc Pine Brook, New Jersey +0.489599 geology_html_1455711067 geology_html_1455711067:458:28947:28954 Torquay England +0.496524 aapg_aa_415.html aapg_aa_415.html:315:46535:46548 Nacatoch Arkansas +0.25317 aapg_ad_737.html aapg_ad_737.html:110:15884:15892 Scotland Autun Cathedral +0.548464 aapg_ah_271.html aapg_ah_271.html:67:7942:7965 Cotton Valley Shreveport, Louisiana +0.484272 cspg_html_5435328392 cspg_html_5435328392:222:28421:28427 Viking Colorado +0.25376 cspg_html_9185158332 cspg_html_9185158332:519:63222:63251 Dunvegan Canada +0.44555 aapg_ai_296.html aapg_ai_296.html:736:67008:67013 Tidal Maryland +0.268632 aapg_ac_868.html aapg_ac_868.html:108:11213:11221 Wolfcamp Middle Ordovician +0.248901 gsa_html_5253952002 gsa_html_5253952002:565:58757:58762 Basal Shreveport, Louisiana +0.280851 aapg_af_323.html aapg_af_323.html:19:2989:3006 Cardium Lacombe, Alberta +0.255258 aapg_af_128.html aapg_af_128.html:91:9076:9087 Reclamation Hartville, Missouri +0.706711 aapg_af_2.html aapg_af_2.html:727:66381:66403 Sevy Dolomite Logan, Utah +0.255458 aapg_ai_912.html aapg_ai_912.html:16:3503:3509 Hatter Chunchula, Alabama +0.480568 gsa_html_8669219468 gsa_html_8669219468:716:60101:60129 Green River Colorado +0.25245 AMJC_html_1964550508 AMJC_html_1964550508:1114:115561:115571 Washington Pennsylvania +0.257 geology_html_6700988922 geology_html_6700988922:336:25651:25656 Crete Greece +0.263572 aapg_af_858.html aapg_af_858.html:201:19301:19312 Black River Ohio +0.281503 aapg_ad_649.html aapg_ad_649.html:356:43763:43771 Kootenai Western world +0.4747 gsa_html_7791910472 gsa_html_7791910472:40:3655:3665 Laurentian Gondwana +0.350812 cspg_html_1921053357 cspg_html_1921053357:7:808:829 Shaftesbury Lacombe, Alberta +0.513065 cspg_html_5541725202 cspg_html_5541725202:488:66262:66272 Boss Point Riversdale, New Zealand +0.488379 aapg_af_751.html aapg_af_751.html:360:47962:47978 Sespe Santa Ynez, California +0.491825 sedimentology_html_5315330584 sedimentology_html_5315330584:440:39511:39515 Java Borneo +0.488177 aapg_aa_113.html aapg_aa_113.html:274:28907:28924 Todos Santos Guatemala +0.49452 aapg_ae_448.html aapg_ae_448.html:222:25424:25443 Smackover Kaufman County, Texas +0.489528 aapg_ai_286.html aapg_ai_286.html:149:14483:14487 Bond Cincinnati +0.477594 jgeology_html_5518896417 jgeology_html_5518896417:244:11006:11015 Garibaldi Richmond, California +0.4985 aapg_ah_997.html aapg_ah_997.html:70:13742:13752 Washington Maryland +0.471311 aapg_ae_41.html aapg_ae_41.html:77:6363:6388 Beaverhill Lacombe, Alberta +0.494172 cspg_html_8612721867 cspg_html_8612721867:1353:149149:149179 Nisku Canada +0.27713 aapg_ad_720.html aapg_ad_720.html:197:20538:20558 San Andres Delaware +0.435683 aapg_ai_491.html aapg_ai_491.html:169:19574:19589 Pinkerton Trail Atoka, Oklahoma +0.273513 aapg_ae_873.html aapg_ae_873.html:562:64379:64385 Paluxy Goodland, Kansas +0.25029 aapg_ac_753.html aapg_ac_753.html:172:22449:22455 Navajo Colorado +0.2645 gsa_html_6423424604 gsa_html_6423424604:1946:171691:171697 Oregon Lancaster, California +0.412335 cspg_html_1173833070 cspg_html_1173833070:135:16298:16306 Paskapoo Edmonton, London +0.264192 cspg_html_5807593737 cspg_html_5807593737:592:74196:74208 Cooking Lake Lacombe, Alberta +0.250458 gsa_html_7808051457 gsa_html_7808051457:682:68052:68060 Colorado Western world +0.247995 jgeology_html_2692600950 jgeology_html_2692600950:1777:100230:100234 Hall London, Ontario +0.248472 gsa_html_4719798013 gsa_html_4719798013:330:32933:32958 Blackwater Draw Muleshoe National Wildlife Refuge +0.481824 cspg_html_4405340534 cspg_html_4405340534:600:78453:78463 West Point Quebec City +0.248805 aapg_ah_95.html aapg_ah_95.html:3:348:368 Rainvalley Arizona +0.25088 cspg_html_6306091047 cspg_html_6306091047:553:75916:75935 Pardonet Victoria, British Columbia +0.251968 aapg_aa_103.html aapg_aa_103.html:134:11700:11708 Woodbine East Texas +0.263676 cspg_html_3926542795 cspg_html_3926542795:316:40197:40217 Swan Hills Lacombe, Alberta +0.245014 sedimentology_html_7797187473 sedimentology_html_7797187473:1138:94894:94898 Hull Iran +0.256536 aapg_ai_49.html aapg_ai_49.html:261:31229:31246 Todilto New Mexico +0.258572 aapg_ah_276.html aapg_ah_276.html:347:33872:33878 Denver Colorado +0.49011 palaios_html_7111318862 palaios_html_7111318862:1020:104144:104166 Judith River Lacombe, Alberta +0.25092 gsa_html_4310172940 gsa_html_4310172940:14:469:475 Oregon Salem, Oregon +0.37179 aapg_ah_565.html aapg_ah_565.html:30:3573:3590 Chadron Chadron, Nebraska +0.414328 cspg_html_6121424055 cspg_html_6121424055:14:1479:1489 Horn River Great Slave Lake +0.267883 aapg_ae_29.html aapg_ae_29.html:465:54440:54467 Pottsville Pocono Raceway +0.243236 aapg_ac_294.html aapg_ac_294.html:60:5641:5658 Trail Emery County, Utah +0.708339 palaios_html_7206591444 palaios_html_7206591444:161:23433:23447 Word Guadalupe Mountains National Park +0.231165 aapg_ah_775.html aapg_ah_775.html:373:41949:41957 Colorado Colorado +0.47672 aapg_ai_356.html aapg_ai_356.html:155:16411:16421 Georgetown Del Rio, Tennessee +0.25725 aapg_ad_269.html aapg_ad_269.html:314:32897:32909 Wilcox Texas +0.265668 aapg_ai_722.html aapg_ai_722.html:363:41185:41193 Michigan Michigan +0.25653 cspg_html_9648675035 cspg_html_9648675035:6:233:241 Columbia Victoria, British Columbia +0.487936 aapg_ai_916.html aapg_ai_916.html:387:52635:52647 Wilcox Shreveport, Louisiana +0.25602 palaios_html_9901343833 palaios_html_9901343833:19:1082:1094 North Branch Nassau, Bahamas +0.24206 cspg_html_5940878099 cspg_html_5940878099:46:7013:7022 Elm Point Canada +0.272259 cspg_html_2419618566 cspg_html_2419618566:981:109097:109105 Columbia Victoria, British Columbia +0.477108 aapg_af_897.html aapg_af_897.html:5:666:671 Atoka Pottsville, Pennsylvania +0.257775 cspg_html_4666332434 cspg_html_4666332434:66:10920:10930 Milk River Lacombe, Alberta +0.25654 sedimentology_html_6276603644 sedimentology_html_6276603644:1441:90773:90779 Snyder California +0.50076 aapg_ae_544.html aapg_ae_544.html:75:10542:10552 Hell Creek Williston, Vermont +0.513 gsa_html_8296322881 gsa_html_8296322881:29:2796:2824 Green River Colorado +0.481461 aapg_ah_647.html aapg_ah_647.html:698:76565:76582 Concha Colina, Chile +0.49707 aapg_ah_318.html aapg_ah_318.html:1007:101810:101829 Smackover Cotton Valley, Louisiana +0.26104 palaios_html_1078207794 palaios_html_1078207794:12:623:631 Colorado Colorado +0.4769 aapg_ac_90.html aapg_ac_90.html:341:37484:37501 Dunlap Wisconsin +0.4389 aapg_ak_76.html aapg_ak_76.html:139:20507:20517 Rio Grande San Juan, Argentina +0.272448 aapg_ac_621.html aapg_ac_621.html:150:12626:12643 Emporia Auburn, Alabama +0.484242 gsa_html_8010927234 gsa_html_8010927234:432:35143:35153 Keokuk New Hampshire +0.26565 cspg_html_9843429624 cspg_html_9843429624:731:102327:102335 Columbia Victoria, British Columbia +0.5181 cspg_html_5241714595 cspg_html_5241714595:205:32065:32085 Dawson Bay Regina, Saskatchewan +0.271341 gsa_html_3816882354 gsa_html_3816882354:784:69863:69871 Columbia Victoria, British Columbia +0.274476 gsa_html_3521452491 gsa_html_3521452491:724:61688:61708 Hell Creek Northern Great Plain +0.473088 aapg_ai_28.html aapg_ai_28.html:106:8901:8909 Oakville Oakville, California +0.476763 aapg_ad_734.html aapg_ad_734.html:110:12291:12308 Madison Canada +0.259077 cspg_html_9508543859 cspg_html_9508543859:157:18279:18290 Utica Black River, Jamaica +0.481076 gsa_html_1079290957 gsa_html_1079290957:968:95153:95168 Chugwater Cheyenne, Wyoming +0.261522 aapg_ah_283.html aapg_ah_283.html:527:63631:63637 Denver Colorado +0.397047 cspg_html_4326384800 cspg_html_4326384800:994:145481:145510 Beaverhill Swan Hill, Victoria +0.48514 cspg_html_3328007773 cspg_html_3328007773:1015:102216:102224 Bullhead Lacombe, Alberta +0.25296 palaios_html_2859810051 palaios_html_2859810051:292:22978:22996 Niobrara Colorado +0.456475 aapg_ae_427.html aapg_ae_427.html:823:56301:56323 Church Creek Monterey County, California +0.251968 cspg_html_1814004928 cspg_html_1814004928:5:218:254 Debolt Canada +0.251995 sedimentology_html_8924667898 sedimentology_html_8924667898:1528:59750:59756 Lisbon Charleston, South Carolina +0.259584 gsa_html_9152662653 gsa_html_9152662653:119:11132:11152 Sykesville Potomac River +0.258482 aapg_ad_800.html aapg_ad_800.html:135:15741:15750 Demopolis Texas +0.25449 aapg_aa_613.html aapg_aa_613.html:298:26224:26231 Venango Pennsylvania +0.245991 palaios_html_3523436416 palaios_html_3523436416:566:58792:58801 Rochester Rochester, Kent +0.46403 gsa_html_2266546108 gsa_html_2266546108:249:25095:25101 Sierra Bartow County, Georgia +0.249001 jgeology_html_8064855537 jgeology_html_8064855537:1347:76006:76020 Cedar Mountain Colorado +0.255528 aapg_ac_628.html aapg_ac_628.html:270:43355:43362 Wasatch North Horn Formation +0.453193 aapg_ah_158.html aapg_ah_158.html:125:23980:23993 Lone Mountain Bear Mountain (Connecticut) +0.257013 aapg_aa_148.html aapg_aa_148.html:254:27151:27173 Burro Canyon Colorado +0.6845 aapg_af_625.html aapg_af_625.html:811:81656:81671 Bloomsburg Ohio +0.246016 gsa_html_2989317971 gsa_html_2989317971:491:53349:53371 Challis Boise, Idaho +0.246928 cspg_html_8438548095 cspg_html_8438548095:6:271:289 Edmonton Central Alberta +0.252476 aapg_ah_64.html aapg_ah_64.html:41:4882:4890 Onondaga Salina, Kansas +0.236 geology_html_8451126499 geology_html_8451126499:181:17693:17723 Peninsula South Africa +0.485898 palaios_html_3751051678 palaios_html_3751051678:904:88318:88324 Denver Colorado +0.253935 palaios_html_4880574501 palaios_html_4880574501:167:19823:19837 Kope Netherlands +0.500733 aapg_ac_782.html aapg_ac_782.html:99:18584:18588 Wise Denton, Greater Manchester +0.495045 gsa_html_3014011851 gsa_html_3014011851:31:2533:2541 Rockwell San Diego +0.2485 gsa_html_7875871937 gsa_html_7875871937:626:58595:58607 Saskatchewan Regina, Saskatchewan +0.24786 sedimentology_html_8235548259 sedimentology_html_8235548259:942:66974:66990 Wilcox Texas +0.251748 palaios_html_7465495929 palaios_html_7465495929:60:6594:6611 La Luna Lake Maracaibo +0.258516 cspg_html_8290572971 cspg_html_8290572971:526:58952:58957 Price Victoria, British Columbia +0.46906 sedimentology_html_1685838353 sedimentology_html_1685838353:24:1719:1730 Peace River Lacombe, Alberta +0.449673 cspg_html_6647936472 cspg_html_6647936472:290:33770:33793 Winnipegosis Regina, Saskatchewan +0.898 palaios_html_2399848899 palaios_html_2399848899:636:55601:55616 Eutaw Alabama +0.334656 aapg_ae_794.html aapg_ae_794.html:517:55888:55904 Coffee Selma to Montgomery marches +0.489219 aapg_ah_745.html aapg_ah_745.html:138:12024:12033 Maquoketa Shakopee, Minnesota +0.26023 cspg_html_3328007773 cspg_html_3328007773:709:76500:76511 Peace River Western world +0.46128 AMJC_html_8402437205 AMJC_html_8402437205:62:6514:6523 Chumstick Leavenworth, Washington +0.4914 AMJC_html_7984049819 AMJC_html_7984049819:696:74479:74497 Berwick Western world +0.251328 aapg_ah_644.html aapg_ah_644.html:257:30718:30733 Swift Regina, Saskatchewan +0.266231 geology_html_8881449794 geology_html_8881449794:172:17500:17518 Frontier Cheyenne, Wyoming +0.485648 gsa_html_5107598462 gsa_html_5107598462:719:66780:66789 Rochester Pennsylvania +0.258 aapg_ah_260.html aapg_ah_260.html:437:61426:61440 Cedar Mountain Colorado +0.271 aapg_aa_77.html aapg_aa_77.html:50:4697:4716 Aux Vases Chester, Pennsylvania +0.247008 sedimentology_html_3071253237 sedimentology_html_3071253237:604:47709:47719 Santa Cruz California +0.700986 aapg_ad_959.html aapg_ad_959.html:115:11505:11526 Clays Ferry Kentucky +0.2535 aapg_ac_190.html aapg_ac_190.html:109:19568:19586 Onondaga Pennsylvania +0.869284 cspg_html_2758185645 cspg_html_2758185645:15:2415:2435 Mount Head Meramec River +0.474549 aapg_aa_702.html aapg_aa_702.html:1943:172828:172834 Denver Colorado +0.250488 aapg_ae_73.html aapg_ae_73.html:788:104212:104220 Colorado Colorado +0.25333 gsa_html_5552216115 gsa_html_5552216115:1580:144945:144961 Tulare Long Beach, California +0.709731 aapg_ad_192.html aapg_ad_192.html:14:1999:2015 Tuscaloosa Mississippi River +0.504468 sedimentology_html_1737344436 sedimentology_html_1737344436:1042:83021:83026 Crete Spain +0.2756 sedimentology_html_8107238150 sedimentology_html_8107238150:1468:92658:92675 Wasatch Spain +0.460845 aapg_ai_340.html aapg_ai_340.html:552:52531:52550 Matanuska Anchorage, Alaska +0.47282 cspg_html_4326384800 cspg_html_4326384800:868:122817:122833 Kakisa Canada +0.497488 cspg_html_1893593837 cspg_html_1893593837:710:51070:51095 Red Head Rapids Southampton Island +0.271542 aapg_aa_232.html aapg_aa_232.html:247:27121:27135 Kiamichi Texas +0.273528 gsa_html_4557277250 gsa_html_4557277250:84:10233:10250 Carmel Gunlock, Utah +0.27702 aapg_ad_605.html aapg_ad_605.html:108:11580:11591 Green River Logan, Utah +0.25431 aapg_aa_914.html aapg_aa_914.html:64:8440:8462 Marble Falls Atoka, Oklahoma +0.263676 aapg_af_3.html aapg_af_3.html:313:29271:29286 Supai Arizona +0.26469 sedimentology_html_1117213207 sedimentology_html_1117213207:1397:99634:99662 Tidal Nassau, Bahamas +0.250805 aapg_af_381.html aapg_af_381.html:47:6742:6759 Topanga Santa Monica Mountains +0.26468 aapg_aa_303.html aapg_aa_303.html:325:30127:30142 Ouray Colorado +0.503496 gsa_html_8273591064 gsa_html_8273591064:54:3325:3353 Green River Colorado +0.5157 aapg_ae_731.html aapg_ae_731.html:288:26389:26406 Cantuar Regina, Saskatchewan +0.25 sedimentology_html_6051696699 sedimentology_html_6051696699:216:17888:17907 Caledonia New Caledonia +0.460792 gsa_html_2240019054 gsa_html_2240019054:625:54874:54897 Ashe Chapel Hill, North Carolina +0.245021 aapg_ae_305.html aapg_ae_305.html:866:67903:67909 Sierra Maracaibo +0.504768 aapg_ai_654.html aapg_ai_654.html:262:38425:38445 Lodgepole Williston Basin +0.912908 gsa_html_6281658899 gsa_html_6281658899:583:68041:68062 Green River Wasatch County, Utah +0.252 jgeology_html_7014606947 jgeology_html_7014606947:757:54454:54458 Hall London, Ontario +0.486913 AMJC_html_1964550508 AMJC_html_1964550508:953:105827:105834 Bedford Pennsylvania +0.48603 gsa_html_1783148177 gsa_html_1783148177:397:40261:40285 Mt Lytton Eagle Mountain (Minnesota) +0.250832 gsa_html_7102550258 gsa_html_7102550258:1532:139909:139925 Navajo Logan, Utah +0.256512 cspg_html_5891044027 cspg_html_5891044027:300:57576:57591 Altyn Purcell Mountains +0.484632 sedimentology_html_3102998281 sedimentology_html_3102998281:4279:159962:159980 Shublik Anchorage, Alaska +0.266252 palaios_html_3059550670 palaios_html_3059550670:827:74591:74598 Yucatan Mexico +0.482275 geology_html_3433614123 geology_html_3433614123:14:751:761 Santa Cruz California +0.266031 aapg_ae_681.html aapg_ae_681.html:137:16172:16181 Smackover Haynesville, Louisiana +0.265608 aapg_af_3.html aapg_af_3.html:264:26881:26923 Supai Supai, Arizona +0.2522 cspg_html_6278093686 cspg_html_6278093686:232:17088:17103 Liard Victoria, British Columbia +0.270914 AMJC_html_8522115051 AMJC_html_8522115051:1077:113782:113787 Rapid Earth +0.234192 aapg_ai_425.html aapg_ai_425.html:20:1434:1453 Woodford Wichita, Kansas +0.464569 cspg_html_7086880709 cspg_html_7086880709:343:44987:45000 Sulphur Point Buffalo National River +0.25948 aapg_ad_760.html aapg_ad_760.html:171:19097:19119 Modelo Royal Botanic Gardens, Kew +0.345852 jgeology_html_6865938591 jgeology_html_6865938591:377:19115:19132 Entrada Logan, Utah +0.471942 gsa_html_1316826711 gsa_html_1316826711:896:71163:71171 Columbia Victoria, British Columbia +0.25654 gsa_html_2717448156 gsa_html_2717448156:227:25068:25075 Challis Boise, Idaho +0.37695 gsa_html_5737673651 gsa_html_5737673651:65:4865:4890 Chinle Colorado +0.26244 aapg_ac_451.html aapg_ac_451.html:643:66900:66909 Wolverine Mount Michelson (Chugach Mountains) +0.26469 cspg_html_7406325086 cspg_html_7406325086:269:35934:35956 Swift Regina, Saskatchewan +0.263153 gsa_html_3860045860 gsa_html_3860045860:995:95031:95037 Oregon Salem, Oregon +0.48348 gsa_html_7047701599 gsa_html_7047701599:34:2900:2928 Green River Colorado +0.254464 aapg_ah_387.html aapg_ah_387.html:2141:231704:231713 Knoxville Mendocino County wine +0.494172 aapg_ai_105.html aapg_ai_105.html:330:39165:39171 Midway Red Rock Canyon National Conservation Area +0.513338 sedimentology_html_9327087504 sedimentology_html_9327087504:371:35922:35930 Colorado California +0.45209 aapg_ah_624.html aapg_ah_624.html:111:10940:10959 Greenhorn Mancos, Colorado +0.259077 cspg_html_6331977039 cspg_html_6331977039:21:2040:2053 Baumann Fiord Ellesmere Island +0.25392 aapg_ai_107.html aapg_ai_107.html:141:13171:13180 Smackover Bossier City, Louisiana +0.273333 aapg_ah_532.html aapg_ah_532.html:34:3163:3175 Percha New Mexico +0.497466 cspg_html_9717154602 cspg_html_9717154602:1019:86090:86107 Bearpaw Saskatchewan River +0.249964 cspg_html_2838996125 cspg_html_2838996125:64:11474:11482 Ramparts Fort Good Hope Airport +0.245532 cspg_html_9951421861 cspg_html_9951421861:345:49786:49798 Grand Rapids Clearwater, Florida +0.251392 gsa_html_1075724130 gsa_html_1075724130:644:54703:54739 Protection Athens, Georgia +0.240248 aapg_ah_505.html aapg_ah_505.html:74:7331:7337 Denver Colorado +0.85595 cspg_html_1812427756 cspg_html_1812427756:51:9467:9488 Mount Whyte Bow River +0.483108 aapg_ae_268.html aapg_ae_268.html:307:29603:29624 Waltersburg Illinois +0.491748 cspg_html_3124360347 cspg_html_3124360347:164:30310:30330 Oil Creek Logan, Utah +0.262314 aapg_aa_143.html aapg_aa_143.html:419:58061:58094 Wapanucka Johnston County, North Carolina +0.47405 palaios_html_7769060899 palaios_html_7769060899:599:55566:55575 Flagstaff Logan, Utah +0.497175 sedimentology_html_3200584564 sedimentology_html_3200584564:891:69721:69738 Cardium Canada +0.257868 aapg_ah_536.html aapg_ah_536.html:569:75477:75488 Pine Island County Sligo +0.443682 cspg_html_1509800797 cspg_html_1509800797:26:3316:3333 Bearpaw Lacombe, Alberta +0.250428 cspg_html_1159946432 cspg_html_1159946432:492:58412:58428 Viking Regina, Saskatchewan +0.230724 aapg_ad_325.html aapg_ad_325.html:1243:114502:114510 Colorado Denver +0.2401 geology_html_1280033679 geology_html_1280033679:16:617:625 Colorado Denver +0.483041 gsa_html_7854597776 gsa_html_7854597776:81:9656:9666 Deep Creek Cherry Creek (Colorado) +0.247008 sedimentology_html_8107238150 sedimentology_html_8107238150:1487:93172:93196 St. Mary River Canada +0.456 aapg_ai_736.html aapg_ai_736.html:333:25912:25917 Kayak Anchorage, Alaska +0.477402 aapg_ah_814.html aapg_ah_814.html:69:6996:7004 Nacatoch Saratoga, California +0.479556 cspg_html_8266552811 cspg_html_8266552811:82:10759:10786 Viking Regina, Saskatchewan +0.485352 cspg_html_4143222666 cspg_html_4143222666:29:4123:4154 Milk River Regina, Saskatchewan +0.26571 aapg_ae_627.html aapg_ae_627.html:41:4723:4728 Uinta Logan, Utah +0.261021 aapg_ae_181.html aapg_ae_181.html:35:5661:5676 Eutaw Selma to Montgomery marches +0.4896 aapg_ac_63.html aapg_ac_63.html:3:295:306 Haynesville Shreveport, Louisiana +0.464598 gsa_html_9597147043 gsa_html_9597147043:999:84484:84504 Enrage Quebec City +0.796532 aapg_ah_329.html aapg_ah_329.html:147:15222:15244 Point Sal Knoxville, Illinois +0.245338 cspg_html_3627006433 cspg_html_3627006433:787:77376:77385 Mackenzie Victoria, British Columbia +0.488241 aapg_aa_267.html aapg_aa_267.html:132:11167:11186 Greenbrier Huntington, West Virginia +0.506352 cspg_html_7192907687 cspg_html_7192907687:480:56294:56302 Palliser Lacombe, Alberta +0.531401 aapg_aa_391.html aapg_aa_391.html:271:23359:23377 Woodbine Arkansas +0.259584 cspg_html_5754792643 cspg_html_5754792643:383:42389:42406 Gilwood Canada +0.247234 palaios_html_8950382583 palaios_html_8950382583:738:61990:61997 Modesto South Africa +0.26316 cspg_html_5456368738 cspg_html_5456368738:140:18424:18442 Ramparts Mackenzie River +0.483336 aapg_ac_789.html aapg_ac_789.html:191:37094:37102 Colorado Denver +0.455812 cspg_html_4326384800 cspg_html_4326384800:580:76043:76052 Waterways Victoria, British Columbia +0.237636 cspg_html_5352733716 cspg_html_5352733716:369:35458:35464 Thrifty London, Ontario +0.358411 aapg_aa_54.html aapg_aa_54.html:44:4404:4421 Entrada Colorado Plateau +0.48545 gsa_html_7542416588 gsa_html_7542416588:21:846:852 Denver Colorado +0.509255 aapg_ah_644.html aapg_ah_644.html:347:41538:41543 Piper Regina, Saskatchewan +0.256512 jgeology_html_9215313444 jgeology_html_9215313444:436:32688:32695 Spokane Washington (state) +0.25956 cspg_html_4655200751 cspg_html_4655200751:197:31458:31488 Nisku Lacombe, Alberta +0.266087 cspg_html_9185158332 cspg_html_9185158332:614:68887:68896 Mackenzie Victoria, British Columbia +0.499662 sedimentology_html_3181527419 sedimentology_html_3181527419:901:58791:58795 Earp Supai, Arizona +0.265738 aapg_af_384.html aapg_af_384.html:320:35328:35359 Wilkie Point Melville Island (Canada) +0.26352 aapg_af_397.html aapg_af_397.html:539:61886:61893 Todilto San Juan, Argentina +0.85248 gsa_html_7195000001 gsa_html_7195000001:128:14762:14771 Bay Fiord Ellesmere Island +0.266087 cspg_html_1019614994 cspg_html_1019614994:437:73419:73437 Torquay Williston Basin +0.487531 cspg_html_5631843856 cspg_html_5631843856:869:102190:102198 Montreal Quebec City +0.25704 gsa_html_6980451554 gsa_html_6980451554:72:8961:8978 Moenave Arizona +0.517068 aapg_aa_16.html aapg_aa_16.html:43:4491:4511 Sheep Pass Reno, Nevada +0.481618 cspg_html_7229660003 cspg_html_7229660003:85:6695:6714 Winnipeg Manitoba +0.473538 aapg_ah_647.html aapg_ah_647.html:213:21622:21639 El Paso Arizona +0.483171 geology_html_7492626424 geology_html_7492626424:46:4329:4335 Provo Sumatra +0.25344 cspg_html_1503116552 cspg_html_1503116552:797:108768:108798 Beaverhill Swan Hill, Victoria +0.48306 gsa_html_8833777630 gsa_html_8833777630:242:29665:29673 Colorado San Juan River (Nicaragua) +0.702468 palaios_html_5398833984 palaios_html_5398833984:471:64294:64320 Horseshoe Canyon Drumheller +0.239105 sedimentology_html_9227563678 sedimentology_html_9227563678:1193:78851:78857 Arroyo Uruguay +0.215622 aapg_ac_902.html aapg_ac_902.html:73:6947:6953 Dakota Colorado +0.871915 aapg_ac_333.html aapg_ac_333.html:1305:156641:156654 Abo Supai, Arizona +0.487113 aapg_ad_2.html aapg_ad_2.html:1594:220658:220668 Bellefonte Mississippi River +0.4864 palaios_html_3022467877 palaios_html_3022467877:346:38232:38243 Hornerstown Closter, New Jersey +0.266252 sedimentology_html_8097871643 sedimentology_html_8097871643:2178:99461:99472 Chibougamau Quebec City +0.50509 cspg_html_7307388012 cspg_html_7307388012:256:33781:33797 Fernie Lacombe, Alberta +0.253967 aapg_ah_620.html aapg_ah_620.html:145:20320:20339 Athabasca Lacombe, Alberta +0.487784 geology_html_9094648306 geology_html_9094648306:228:18820:18826 Oxford Vail, Colorado +0.5019 cspg_html_5807593737 cspg_html_5807593737:273:33523:33566 Duperow Richland, Washington +0.490782 cspg_html_2625728726 cspg_html_2625728726:484:65845:65869 Elk Lacombe, Alberta +0.250318 aapg_ad_880.html aapg_ad_880.html:112:13455:13464 Newcastle Elk Mountain, Wyoming +0.498834 aapg_ad_466.html aapg_ad_466.html:1349:144323:144330 Matawan Monmouth +0.508948 aapg_aa_227.html aapg_aa_227.html:376:34362:34395 Moenkopi Colorado +0.44149 aapg_ad_152.html aapg_ad_152.html:1681:216039:216061 Carbon Ridge Reno, Nevada +0.698985 cspg_html_9343899465 cspg_html_9343899465:555:52728:52741 Weatherall Melville Island (Canada) +0.280238 aapg_ac_927.html aapg_ac_927.html:417:56556:56566 North Cape Cape Breton Island +0.502765 aapg_ae_694.html aapg_ae_694.html:269:30637:30655 Sligo Shreveport, Louisiana +0.251446 cspg_html_3385840278 cspg_html_3385840278:86:12974:12993 Waterways Hay River (Canada) +0.490116 AMJC_html_6341723617 AMJC_html_6341723617:1072:89943:89972 Uinta Logan, Utah +0.25 aapg_ad_835.html aapg_ad_835.html:288:32418:32424 Brazil Venezuela +0.492264 cspg_html_4341656515 cspg_html_4341656515:338:33873:33888 Flett Western world +0.26677 cspg_html_9717154602 cspg_html_9717154602:315:45839:45846 Bearpaw Bow River +0.467775 aapg_ai_888.html aapg_ai_888.html:292:34348:34355 Canning Perth, Scotland +0.274527 aapg_ad_168.html aapg_ad_168.html:345:38732:38742 Black Cape West Point, New York +0.223713 aapg_ad_169.html aapg_ad_169.html:271:31652:31672 Greenbrier Greenbrier (Great Smoky Mountains) +0.48791 aapg_ai_904.html aapg_ai_904.html:353:50560:50596 Colorado Denver +0.266766 aapg_ai_583.html aapg_ai_583.html:229:30131:30148 Rierdon Black Hills +0.868854 cspg_html_8928894270 cspg_html_8928894270:410:53312:53341 Swan Hills Canada +0.71188 aapg_ad_715.html aapg_ad_715.html:272:35076:35094 Emporia Nebraska +0.45198 aapg_aa_813.html aapg_aa_813.html:419:44915:44924 Meeteetse Cheyenne, Wyoming +0.267208 aapg_ae_370.html aapg_ae_370.html:419:38221:38227 Keasey Cowlitz River +0.503475 gsa_html_1812148892 gsa_html_1812148892:54:3379:3407 Green River Colorado +0.47439 jgeology_html_4115179562 jgeology_html_4115179562:228:16378:16396 Kanawha Kentucky +0.269336 gsa_html_2207983619 gsa_html_2207983619:146:8255:8263 Colorado El Salvador +0.260051 aapg_ad_466.html aapg_ad_466.html:613:69446:69458 Marshalltown Closter, New Jersey +0.711396 aapg_ae_465.html aapg_ae_465.html:42:4847:4862 Sligo Shreveport, Louisiana +0.265216 sedimentology_html_1958297829 sedimentology_html_1958297829:524:46821:46842 Green River Colorado +0.509229 aapg_af_704.html aapg_af_704.html:188:18069:18076 Duperow Keene, New Hampshire +0.48246 aapg_ak_132.html aapg_ak_132.html:320:34113:34130 Subinal El Progreso, Tamaulipas +0.460408 cspg_html_3447886929 cspg_html_3447886929:307:36707:36741 Clam Bank Middle East +0.24304 gsa_html_3613642206 gsa_html_3613642206:15:742:748 Denver Colorado +0.86632 palaios_html_8447729660 palaios_html_8447729660:661:61953:61971 Willwood Cheyenne, Wyoming +0.494328 aapg_ae_716.html aapg_ae_716.html:392:38568:38576 Beaumont Powder River (Montana) +0.859794 sedimentology_html_2041096405 sedimentology_html_2041096405:38:2741:2753 Salina Guelph +0.275624 gsa_html_1105200950 gsa_html_1105200950:121:10970:10984 Beaufort North Carolina +0.252973 aapg_aa_717.html aapg_aa_717.html:543:63464:63468 Dean Texas +0.441329 aapg_aa_612.html aapg_aa_612.html:214:18510:18516 Toledo Ontario, California +0.476652 gsa_html_1924998244 gsa_html_1924998244:1203:96339:96366 Esmeralda Reno, Nevada +0.26156 cspg_html_3178645840 cspg_html_3178645840:347:45499:45525 Halfway Lacombe, Alberta +0.494137 sedimentology_html_1046729113 sedimentology_html_1046729113:1262:112527:112543 Almond Cheyenne, Wyoming +0.261021 aapg_ae_71.html aapg_ae_71.html:311:28779:28785 Navajo Kayenta, Arizona +0.256968 aapg_aa_261.html aapg_aa_261.html:86:11443:11457 Lisburne Anchorage, Alaska +0.469887 gsa_html_7464626519 gsa_html_7464626519:837:82018:82026 Colorado Gunnison County, Colorado +0.252003 aapg_ac_103.html aapg_ac_103.html:99:15685:15699 Lyre Washington (state) +0.263133 gsa_html_1874034425 gsa_html_1874034425:16:690:703 Santa Barbara California +0.379176 gsa_html_9487992082 gsa_html_9487992082:670:66617:66650 Morrison Cheyenne, Wyoming +0.251384 aapg_ad_462.html aapg_ad_462.html:20:1967:1975 Imperial Redwater, Texas +0.25347 cspg_html_8587639109 cspg_html_8587639109:601:69221:69228 Dunedin Banks Peninsula (Nunavut) +0.474138 aapg_af_59.html aapg_af_59.html:111:9651:9672 Ector Chalk Texas +0.260832 aapg_ad_57.html aapg_ad_57.html:120:14173:14177 Frio Gulf Coast of the United States +0.247266 aapg_af_292.html aapg_af_292.html:130:16143:16153 Nacimiento Sangre de Cristo Range +0.507056 aapg_af_668.html aapg_af_668.html:31:5154:5160 Pocono Altoona, Pennsylvania +0.248857 sedimentology_html_6376801731 sedimentology_html_6376801731:1571:90534:90540 Denver Colorado +0.248805 gsa_html_3648258377 gsa_html_3648258377:756:69684:69697 Magothy Long Island (Massachusetts) +0.272824 aapg_ad_269.html aapg_ad_269.html:388:37125:37143 Morrison New Mexico +0.4845 gsa_html_4058959570 gsa_html_4058959570:302:23678:23693 Baldy Macal River +0.267716 cspg_html_1019614994 cspg_html_1019614994:79:14955:14976 Big Valley Lacombe, Alberta +0.46828 aapg_aa_465.html aapg_aa_465.html:139:24899:24919 Mt Lytton Balcones Fault +0.2585 cspg_html_9725676031 cspg_html_9725676031:264:35135:35143 Columbia Victoria, British Columbia +0.251482 gsa_html_5495469347 gsa_html_5495469347:657:58207:58213 Oxford Pergamon Museum +0.9072 cspg_html_1274054064 cspg_html_1274054064:158:23109:23127 Belly River Milk River, Alberta +0.238576 sedimentology_html_1596885478 sedimentology_html_1596885478:317:36164:36173 Lancaster Beaumont, Texas +0.265734 aapg_ae_875.html aapg_ae_875.html:400:45351:45366 Coamo Puerto Rico +0.282999 aapg_ae_498.html aapg_ae_498.html:1075:110181:110202 Beekmantown Virginia +0.949344 gsa_html_5952049575 gsa_html_5952049575:82:8592:8612 Fort Union Fort Union Trading Post National Historic Site +0.490158 aapg_ah_228.html aapg_ah_228.html:72:7664:7678 Woodbine Austin, Chicago +0.372444 aapg_aa_898.html aapg_aa_898.html:3:411:428 Colton Logan, Utah +0.242015 sedimentology_html_9227563678 sedimentology_html_9227563678:1189:78671:78677 Arroyo Uruguay +0.264195 aapg_ai_864.html aapg_ai_864.html:67:8634:8640 Reklaw Karnes County, Texas +0.261096 aapg_ai_146.html aapg_ai_146.html:147:11780:11797 Rierdon Southern Alberta +0.268323 gsa_html_3320600310 gsa_html_3320600310:411:34377:34408 Chinle Colorado +0.468224 aapg_ai_17.html aapg_ai_17.html:1128:74066:74071 Tampa Ellaville, Georgia +0.478353 aapg_ai_864.html aapg_ai_864.html:99:11800:11810 Fort Worth Texas +0.512244 aapg_af_504.html aapg_af_504.html:41:6057:6074 Sadlerochit Prudhoe Bay, Alaska +0.455962 aapg_ae_876.html aapg_ae_876.html:921:102160:102185 Cedar Mountain Arizona +0.49875 cspg_html_2345233886 cspg_html_2345233886:515:53561:53578 Wabamun Lacombe, Alberta +0.251779 gsa_html_6589330144 gsa_html_6589330144:884:83461:83474 Loveland Silt Arkansas +0.267716 cspg_html_3501550466 cspg_html_3501550466:6:349:363 Woodbend Lacombe, Alberta +0.266247 aapg_ae_391.html aapg_ae_391.html:771:77877:77895 Rustler Delaware +0.249471 aapg_aa_595.html aapg_aa_595.html:476:55215:55245 Cherry Canyon Guadalupe Mountains National Park +0.500976 gsa_html_3761289617 gsa_html_3761289617:65:5427:5455 Green River Colorado +0.26643 aapg_ae_153.html aapg_ae_153.html:555:67778:67791 Bearpaw Clark County, Indiana +0.254881 cspg_html_3665101783 cspg_html_3665101783:315:24661:24668 Windsor Canada +0.251995 geology_html_2003223241 geology_html_2003223241:298:27268:27276 Victoria Victoria, British Columbia +0.26964 aapg_ae_261.html aapg_ae_261.html:17:2765:2774 Smackover Cushing, Oklahoma +0.3615 cspg_html_6351830705 cspg_html_6351830705:227:34813:34817 Word China +0.249975 sedimentology_html_6261114825 sedimentology_html_6261114825:858:65299:65309 Santa Cruz California +0.482092 aapg_ai_283.html aapg_ai_283.html:528:55001:55010 Rio Dulce Honduras +0.257374 gsa_html_1591804446 gsa_html_1591804446:140:17832:17840 Oak City Logan, Utah +0.258757 aapg_af_666.html aapg_af_666.html:453:38342:38360 Niobrara Niobrara, Nebraska +0.487368 gsa_html_5862557518 gsa_html_5862557518:29:2796:2824 Green River Colorado +0.236676 aapg_ae_884.html aapg_ae_884.html:110:14662:14669 Vermejo Trinidad and Tobago +0.249996 sedimentology_html_6600252421 sedimentology_html_6600252421:87:6834:6838 Hall London, Ontario +0.2548 cspg_html_2174653823 cspg_html_2174653823:327:23030:23044 Stony Mountain Nassau, Bahamas +0.490676 cspg_html_8231573314 cspg_html_8231573314:425:36212:36220 Columbia Lacombe, Alberta +0.246984 aapg_af_131.html aapg_af_131.html:804:78979:78989 Basal Carlsbad, New Mexico +0.89205 gsa_html_5601712699 gsa_html_5601712699:450:35982:35993 Pico Pliocene +0.246506 aapg_aa_784.html aapg_aa_784.html:110:12713:12727 Chainman Western world +0.25584 cspg_html_5891044027 cspg_html_5891044027:482:82032:82040 Waterton Lacombe, Alberta +0.473888 aapg_ae_875.html aapg_ae_875.html:268:31919:31939 Cariblanco Puerto Rico +0.489417 aapg_ai_17.html aapg_ai_17.html:341:26612:26622 Cane River Natchitoches, Louisiana +0.725424 cspg_html_6839937815 cspg_html_6839937815:314:45407:45415 Moenkopi Arizona +0.489984 cspg_html_5109837857 cspg_html_5109837857:779:82536:82558 Trold Fiord Ellesmere Island +0.24157 cspg_html_6502178723 cspg_html_6502178723:335:40839:40867 Montney Lacombe, Alberta +0.688812 cspg_html_5198658336 cspg_html_5198658336:361:40145:40163 Paskapoo Calgary +0.475134 aapg_ae_958.html aapg_ae_958.html:2364:201597:201614 Rustler Delaware +0.267264 palaios_html_7565718144 palaios_html_7565718144:29:2598:2610 Cooking Lake Canada +0.26162 cspg_html_7409170811 cspg_html_7409170811:173:23623:23642 Lodgepole Great Falls (Missouri River) +0.270914 aapg_af_130.html aapg_af_130.html:228:38420:38425 Ouray Logan, Utah +0.263144 aapg_ae_625.html aapg_ae_625.html:192:22001:22006 Husky Regina, Saskatchewan +0.261212 aapg_aa_346.html aapg_aa_346.html:131:12768:12785 Fort Payne Chattanooga, Tennessee +0.479115 AMJC_html_5871256502 AMJC_html_5871256502:725:70011:70016 Stark Republic of China +0.26061 cspg_html_9825544190 cspg_html_9825544190:223:23997:24034 Elk Lacombe, Alberta +0.26883 aapg_ah_167.html aapg_ah_167.html:21:2979:2996 Roberts Mountains Reno, Nevada +0.514764 aapg_ad_452.html aapg_ad_452.html:931:68113:68130 Bromide Maysville, Kentucky +0.24684 gsa_html_9898556493 gsa_html_9898556493:224:27254:27270 Modesto Tuolumne River +0.256536 cspg_html_2826081830 cspg_html_2826081830:64:9785:9797 Grand Rapids Waseca, Minnesota +0.471156 aapg_ah_387.html aapg_ah_387.html:2256:247739:247747 Mariposa Knoxville, Illinois +0.418684 cspg_html_8581304260 cspg_html_8581304260:260:33088:33096 Ashcroft Victoria, British Columbia +0.4902 palaios_html_5371490677 palaios_html_5371490677:607:66177:66193 Kinderhook Iowa +0.474138 cspg_html_3397138450 cspg_html_3397138450:94:12649:12656 Selkirk Western world +0.247476 geology_html_8921428298 geology_html_8921428298:11:553:563 Washington Ellensburg, Washington +0.486072 aapg_ae_928.html aapg_ae_928.html:56:3886:3905 Smackover Macedonia (region) +0.468671 jgeology_html_1846074040 jgeology_html_1846074040:278:17729:17750 North Mountain Basalt Washington (state) +0.268324 cspg_html_4270552951 cspg_html_4270552951:215:30385:30396 Skull Creek Western world +0.4755 geology_html_1382073672 geology_html_1382073672:15:920:932 Saskatchewan Regina, Saskatchewan +0.476844 aapg_ai_636.html aapg_ai_636.html:175:17555:17566 Signal Hill Seal Beach, California +0.488448 aapg_ae_750.html aapg_ae_750.html:156:18932:18935 Abo Texas +0.289845 aapg_ac_807.html aapg_ac_807.html:549:54510:54518 Virginia Richmond, California +0.474138 aapg_aa_194.html aapg_aa_194.html:42:6938:6953 Ponce Puerto Rico +0.250976 aapg_ah_292.html aapg_ah_292.html:276:44199:44205 Denver Colorado +0.51192 aapg_ad_267.html aapg_ad_267.html:5:648:657 Smackover Shreveport, Louisiana +0.288603 aapg_aa_945.html aapg_aa_945.html:83:6853:6873 Franconia Salem, Oregon +0.508445 gsa_html_7890977910 gsa_html_7890977910:683:63937:63965 Green River Colorado +0.487278 gsa_html_2943751149 gsa_html_2943751149:898:76293:76321 Green River Colorado +0.27196 cspg_html_1781462584 cspg_html_1781462584:79:8834:8850 Shunda Burnt River (Oregon) +0.254881 cspg_html_8065532640 cspg_html_8065532640:74:9822:9834 Mount Kindle Root River (Wisconsin) +0.250344 sedimentology_html_6956250386 sedimentology_html_6956250386:1485:111016:111023 Hampton Bolivia +0.476046 palaios_html_8062930347 palaios_html_8062930347:501:51790:51821 Kope Ohio +0.26985 gsa_html_5446866849 gsa_html_5446866849:713:54966:54974 Virginia Bennington, Vermont +0.253791 aapg_af_220.html aapg_af_220.html:221:26056:26067 Green River Cheyenne, Wyoming +0.268128 aapg_af_14.html aapg_af_14.html:502:44659:44676 Wasatch Fort Union Trading Post National Historic Site +0.254514 gsa_html_4479989476 gsa_html_4479989476:13:549:555 Denver Colorado +0.257013 gsa_html_8840132442 gsa_html_8840132442:260:30821:30830 Crowsnest Lacombe, Alberta +0.254904 aapg_ac_126.html aapg_ac_126.html:252:38093:38104 Haynesville Bossier City, Louisiana +0.220948 cspg_html_1818321956 cspg_html_1818321956:492:50552:50566 Toad Liard River, British Columbia +0.47677 AMJC_html_7715223280 AMJC_html_7715223280:903:115682:115687 Rapid Earth +0.486072 aapg_ae_415.html aapg_ae_415.html:234:29547:29556 Red Bluff Alabama +0.470496 aapg_ah_27.html aapg_ah_27.html:492:63270:63283 Barnett Texas +0.499988 aapg_ae_789.html aapg_ae_789.html:87:11908:11920 Exshaw Medicine Lake, Minnesota +0.2545 cspg_html_8587639109 cspg_html_8587639109:70:8610:8627 Cadomin Canada +0.25398 aapg_ah_158.html aapg_ah_158.html:18:3599:3612 Lone Mountain Silver City, New Mexico +0.267285 aapg_af_49.html aapg_af_49.html:55:6134:6138 Wendover Pacific coast +0.498597 aapg_ah_202.html aapg_ah_202.html:150:20348:20368 Woodford Wichita, Kansas +0.243486 gsa_html_2266546108 gsa_html_2266546108:242:24238:24244 Sierra Western world +0.25704 cspg_html_8558580101 cspg_html_8558580101:14:1869:1894 Mackenzie Lacombe, Alberta +0.253727 aapg_aa_484.html aapg_aa_484.html:698:70481:70491 Fort Scott Oswego, New York +0.459036 gsa_html_9296779210 gsa_html_9296779210:726:63346:63352 Denver Colorado +0.477 aapg_ai_791.html aapg_ai_791.html:38:5795:5811 Yucatan Honduras +0.258015 geology_html_3614605929 geology_html_3614605929:147:15548:15576 Onaping Sudbury, Suffolk +0.27352 aapg_ai_592.html aapg_ai_592.html:32:5297:5318 Green River Logan, Utah +0.27768 cspg_html_9735723617 cspg_html_9735723617:261:33028:33048 Blue Fiord Melville Island (Canada) +0.26664 aapg_ae_69.html aapg_ae_69.html:148:17059:17064 Weber Vernal, Utah +0.514415 gsa_html_3956558807 gsa_html_3956558807:31:2786:2814 Green River Colorado +0.259072 aapg_ad_466.html aapg_ad_466.html:1245:133356:133364 Patuxent Patapsco River +0.249999 aapg_af_687.html aapg_af_687.html:315:33711:33719 La Habra California +0.49665 cspg_html_2820961138 cspg_html_2820961138:547:58766:58786 Viking Colorado +0.47846 aapg_ah_528.html aapg_ah_528.html:518:55369:55376 Thaynes Great Basin +0.727279 aapg_ai_945.html aapg_ai_945.html:9:1635:1663 Smackover Texas +0.481535 sedimentology_html_2963848220 sedimentology_html_2963848220:30:2067:2077 Washington Seattle +0.509015 aapg_aa_928.html aapg_aa_928.html:108:11339:11354 Yegua Matagorda County, Texas +0.253402 gsa_html_1408305547 gsa_html_1408305547:473:49401:49406 Stump Mesa, Arizona +0.279741 sedimentology_html_8785210543 sedimentology_html_8785210543:87:7895:7901 Brazil Suriname +0.283248 aapg_ah_459.html aapg_ah_459.html:203:24347:24364 Chemung Tioga, Texas +0.248952 geology_html_2304390072 geology_html_2304390072:147:14275:14281 Provo Kastrup +0.24888 aapg_ae_419.html aapg_ae_419.html:476:56450:56469 Escondido Coahuila +0.885285 AMJC_html_6539706032 AMJC_html_6539706032:1395:129655:129667 Rhode Island Hartford, Connecticut +0.496584 cspg_html_8021635994 cspg_html_8021635994:382:40106:40137 Cooking Lake Lacombe, Alberta +0.25653 gsa_html_5052385118 gsa_html_5052385118:214:20484:20487 Rye New Mexico +0.24353 AMJC_html_1964550508 AMJC_html_1964550508:650:74695:74704 Gatesburg Chestnut Ridge, New York +0.262654 AMJC_html_7984049819 AMJC_html_7984049819:111:12540:12559 Quinebaug Hartford, Connecticut +0.257868 cspg_html_2834693711 cspg_html_2834693711:405:55998:56019 Protection Nanaimo +0.475168 aapg_ah_3.html aapg_ah_3.html:263:35190:35216 Horseshoe Canyon Canada +0.473746 cspg_html_4924970281 cspg_html_4924970281:742:80576:80607 Clearwater Lacombe, Alberta +0.524308 aapg_ah_203.html aapg_ah_203.html:550:89663:89681 Morrison Logan, Utah +0.67095 aapg_aa_357.html aapg_aa_357.html:383:35484:35500 Chinle Chinle Formation +0.265161 aapg_ai_28.html aapg_ai_28.html:7:1144:1151 Reynosa Uvalde, Texas +0.25584 cspg_html_4463164802 cspg_html_4463164802:775:69071:69088 Muskwa Victoria, British Columbia +0.461235 aapg_aa_901.html aapg_aa_901.html:170:18446:18452 Casper Cheyenne, Wyoming +0.479304 AMJC_html_2228158963 AMJC_html_2228158963:1011:101818:101838 Digdequash Portland, Maine +0.467016 aapg_af_188.html aapg_af_188.html:116:14208:14226 Colorado Canada +0.45342 geology_html_4971813947 geology_html_4971813947:333:24447:24453 Denver Colorado +0.25853 cspg_html_6927586285 cspg_html_6927586285:46:6836:6849 Halfway Victoria, British Columbia +0.487438 aapg_ad_446.html aapg_ad_446.html:404:45999:46011 Ludlow North Wales, Pennsylvania +0.259017 aapg_ac_484.html aapg_ac_484.html:732:97810:97819 Rochester Rochester, Kent +0.242 aapg_ac_215.html aapg_ac_215.html:26:3555:3573 Madison Englewood, New Jersey +0.48552 palaios_html_7196438349 palaios_html_7196438349:481:51248:51255 Torquay Victoria, British Columbia +0.253302 cspg_html_4293350162 cspg_html_4293350162:55:8325:8335 Mount Head Highwood Pass +0.46848 aapg_ah_227.html aapg_ah_227.html:60:6333:6348 Vicksburg Hidalgo (state) +0.265728 gsa_html_9487992082 gsa_html_9487992082:813:75573:75602 Uinta Logan, Utah +0.259056 aapg_ac_743.html aapg_ac_743.html:150:18887:18901 Lyre Washington (state) +0.48464 aapg_ac_983.html aapg_ac_983.html:311:49748:49768 Bonner Springs Missouri River +0.272986 geology_html_3420787727 geology_html_3420787727:12:507:516 San Diego California +0.508728 palaios_html_5170998264 palaios_html_5170998264:438:54990:54998 Imperial San Diego +0.47405 aapg_ai_694.html aapg_ai_694.html:16:2386:2409 Ingleside Texas City, Texas +0.26712 aapg_af_392.html aapg_af_392.html:10:1456:1474 Frontier Cheyenne, Wyoming +0.243972 aapg_ae_677.html aapg_ae_677.html:614:54105:54114 Lynchburg Chilhowie, Virginia +0.251968 gsa_html_4424552172 gsa_html_4424552172:646:49973:49981 Rockwell California +0.49296 aapg_ac_65.html aapg_ac_65.html:3:204:221 Minturn Colorado +0.876612 aapg_ae_958.html aapg_ae_958.html:1444:125498:125521 Brushy Canyon Delaware +0.254349 aapg_ae_658.html aapg_ae_658.html:583:59563:59574 White River Logan, Utah +0.483917 aapg_ai_218.html aapg_ai_218.html:94:9580:9588 Virginia Texas +0.475764 aapg_af_291.html aapg_af_291.html:73:9499:9507 Lisburne Colville, Washington +0.24192 aapg_ah_217.html aapg_ah_217.html:235:29336:29356 Greenbrier Virginia +0.695426 aapg_ah_167.html aapg_ah_167.html:516:47702:47715 Lone Mountain Reno, Nevada +0.255915 cspg_html_5688447798 cspg_html_5688447798:122:16313:16341 Disappointment Bay Ellesmere Island +0.259584 aapg_ai_778.html aapg_ai_778.html:292:31063:31071 Billings Closter, New Jersey +0.24225 cspg_html_5345848475 cspg_html_5345848475:191:26263:26273 Deer Creek Lacombe, Alberta +0.418166 cspg_html_4834918660 cspg_html_4834918660:13:1789:1812 Grand Rapids Lacombe, Alberta +0.488654 cspg_html_5832944175 cspg_html_5832944175:497:51134:51142 Columbia Victoria, British Columbia +0.465392 aapg_ah_217.html aapg_ah_217.html:142:16219:16229 Elk Catskill Mountains +0.25806 cspg_html_7866293053 cspg_html_7866293053:803:80974:80990 Lakota Cheyenne, Wyoming +0.455404 cspg_html_5241714595 cspg_html_5241714595:8:678:709 Elk Lacombe, Alberta +0.360855 gsa_html_5865982995 gsa_html_5865982995:974:106020:106041 Green River Colorado +0.879403 cspg_html_2650524233 cspg_html_2650524233:14:2548:2565 Bearpaw Edmonton, London +0.240315 aapg_ah_413.html aapg_ah_413.html:9:1212:1224 Fernie Western world +0.496752 gsa_html_4438819447 gsa_html_4438819447:711:69965:69972 Raritan Closter, New Jersey +0.251955 aapg_ai_107.html aapg_ai_107.html:238:24429:24436 Bossier Morris County, New Jersey +0.473551 sedimentology_html_4301922085 sedimentology_html_4301922085:1120:122789:122793 Hall London, Ontario +0.278074 aapg_ah_85.html aapg_ah_85.html:89:10254:10272 Patuxent Delaware +0.472884 aapg_ad_763.html aapg_ad_763.html:627:75566:75586 Kern River Kern River Preserve +0.846153 aapg_ae_772.html aapg_ae_772.html:3:186:201 Mesaverde New Mexico +0.263526 palaios_html_4932824604 palaios_html_4932824604:42:3614:3632 Morrison Tithonian +0.255747 aapg_ae_29.html aapg_ae_29.html:11:1754:1760 Pocono Catskill Mountains +0.46899 geology_html_1121887201 geology_html_1121887201:164:15793:15809 Verde Cornville, Maine +0.498848 AMJC_html_9749062244 AMJC_html_9749062244:827:76957:76971 Frio Gulf Coast of the United States +0.500485 sedimentology_html_8189586341 sedimentology_html_8189586341:33:1909:1921 Saskatchewan Canada +0.523068 aapg_ah_10.html aapg_ah_10.html:74:10482:10490 Monterey San Joaquin River +0.261392 aapg_ad_756.html aapg_ad_756.html:300:35677:35683 Wilcox Bartlesville, Oklahoma +0.46599 aapg_ai_326.html aapg_ai_326.html:130:15961:15974 Mandata Maryland +0.26468 palaios_html_3415407632 palaios_html_3415407632:261:25360:25389 Winnipeg Regina, Saskatchewan +0.50509 aapg_ah_165.html aapg_ah_165.html:580:58337:58350 Wabamun Lacombe, Alberta +0.247 aapg_af_579.html aapg_af_579.html:360:36393:36407 Junction Creek Colorado +0.26563 cspg_html_4392308496 cspg_html_4392308496:50:8514:8544 Bonaventure Logan, Utah +0.232804 gsa_html_7193789775 gsa_html_7193789775:649:68781:68787 Denver Colorado +0.26159 aapg_ai_66.html aapg_ai_66.html:230:20359:20384 Sharon Colorado +0.257033 aapg_ae_465.html aapg_ae_465.html:160:16746:16750 Bond Cotton Valley, Louisiana +0.262143 cspg_html_3328007773 cspg_html_3328007773:871:92612:92633 Shaftesbury Canada +0.504339 gsa_html_9102352615 gsa_html_9102352615:29:2796:2824 Green River Colorado +0.491232 gsa_html_4312851031 gsa_html_4312851031:79:5863:5891 Green River Colorado +0.494532 gsa_html_4487334543 gsa_html_4487334543:29:2796:2824 Green River Colorado +0.243386 gsa_html_8128037381 gsa_html_8128037381:580:66343:66347 Hall London, Ontario +0.269072 cspg_html_8231573314 cspg_html_8231573314:497:39965:39988 Montney Victoria, British Columbia +0.262095 aapg_ah_366.html aapg_ah_366.html:288:16221:16238 Madison Cut Bank, Montana +0.27048 aapg_ad_745.html aapg_ad_745.html:67:8152:8170 Niobrara Western world +0.267285 cspg_html_7881580279 cspg_html_7881580279:47:7316:7322 Yeoman Regina, Saskatchewan +0.263 cspg_html_7457399958 cspg_html_7457399958:173:21877:21901 Thumb Mountain Melville Island (Canada) +0.250444 aapg_aa_321.html aapg_aa_321.html:534:44907:44913 Midway Coalinga, California +0.275044 aapg_ai_46.html aapg_ai_46.html:383:30670:30680 Wellington Stillwater, Oklahoma +0.903444 gsa_html_2561127673 gsa_html_2561127673:825:76176:76194 Monterey California +0.255224 palaios_html_1474437774 palaios_html_1474437774:1098:82311:82332 Green River Cheyenne, Wyoming +0.482646 sedimentology_html_1338997515 sedimentology_html_1338997515:2444:94750:94761 Hueco New Mexico +0.490496 gsa_html_2272681851 gsa_html_2272681851:691:68129:68157 Green River New Mexico +0.451494 cspg_html_3907807140 cspg_html_3907807140:769:76028:76047 Athabasca Lacombe, Alberta +0.262626 gsa_html_1741354143 gsa_html_1741354143:429:40108:40115 Calvert Canada +0.492866 aapg_af_146.html aapg_af_146.html:19:2399:2420 Nepean Ontario, California +0.36719 aapg_aa_382.html aapg_aa_382.html:21:3399:3414 Santa Margarita Rancho Santa Margarita, California +0.514135 aapg_ae_873.html aapg_ae_873.html:718:83450:83474 Cotton Valley East Texas +0.252003 cspg_html_1925276454 cspg_html_1925276454:500:53910:53940 Boulder Creek Victoria, British Columbia +0.239121 sedimentology_html_6464815017 sedimentology_html_6464815017:1857:131584:131622 Kingston Peak Death Valley +0.255021 cspg_html_5688447798 cspg_html_5688447798:136:19184:19212 Disappointment Bay Little Cornwallis Island +0.479457 aapg_ae_848.html aapg_ae_848.html:62:6703:6715 Saskatchewan Victoria, British Columbia +0.272315 aapg_aa_257.html aapg_aa_257.html:47:4146:4152 Dakota Colorado +0.44036 aapg_ah_665.html aapg_ah_665.html:258:30042:30058 Mendha Reno, Nevada +0.474624 aapg_ad_116.html aapg_ad_116.html:452:56243:56257 Bromide Wichita, Kansas +0.379714 gsa_html_5865982995 gsa_html_5865982995:1255:133639:133660 Green River Logan, Utah +0.478536 aapg_ad_880.html aapg_ad_880.html:1048:102166:102184 Sundance Redwater, Texas +0.474734 cspg_html_8362959053 cspg_html_8362959053:263:27677:27689 Luscar Lacombe, Alberta +0.472604 AMJC_html_7376657518 AMJC_html_7376657518:22:978:984 Brazil Mato Grosso do Sul +0.248997 gsa_html_7464626519 gsa_html_7464626519:263:28881:28903 Vallecito Conglomerate Colorado +0.488775 sedimentology_html_3924277727 sedimentology_html_3924277727:780:42454:42463 Salt Lake Logan, Utah +0.480635 aapg_ae_305.html aapg_ae_305.html:1090:94396:94401 Colon Venezuela +0.512298 aapg_ah_528.html aapg_ah_528.html:384:39211:39218 Thaynes Chinle Formation +0.251346 cspg_html_5595872887 cspg_html_5595872887:61:8247:8265 Saskatchewan Regina, Saskatchewan +0.362773 aapg_ah_97.html aapg_ah_97.html:121:15001:15020 Winnipeg Red River of the North +0.490464 cspg_html_4680797491 cspg_html_4680797491:385:39001:39012 Slave Point Victoria, British Columbia +0.252862 cspg_html_5947812886 cspg_html_5947812886:567:82054:82071 Duperow Williston Basin +0.267289 aapg_af_130.html aapg_af_130.html:141:25671:25692 Colorado Colorado +0.46728 aapg_ah_318.html aapg_ah_318.html:1644:157418:157437 La Gloria Durango, Durango +0.44135 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood Regina, Saskatchewan +0.255 gsa_html_2385270880 gsa_html_2385270880:14:518:528 Washington Vancouver +0.50232 gsa_html_1119256423 gsa_html_1119256423:125:11541:11558 White River Sand Hills (Nebraska) +0.262144 palaios_html_7884828540 palaios_html_7884828540:477:39476:39487 Bloomington Wichita, Kansas +0.255936 cspg_html_9683836416 cspg_html_9683836416:52:9883:9894 Sombre Milk River, Alberta +0.26469 aapg_aa_340.html aapg_aa_340.html:8:1014:1026 Little River Seminole, Texas +0.262446 aapg_ai_357.html aapg_ai_357.html:83:10415:10424 Escondido Austin, Chicago +0.258 gsa_html_5401370456 gsa_html_5401370456:782:72924:72939 Catalina Schist California +0.49192 geology_html_5045588189 geology_html_5045588189:230:24507:24533 Monterey California +0.250458 cspg_html_9717154602 cspg_html_9717154602:361:48490:48502 Saskatchewan Lacombe, Alberta +0.490546 aapg_aa_251.html aapg_aa_251.html:71:6420:6439 Smackover Arkansas +0.269352 cspg_html_7192907687 cspg_html_7192907687:597:62806:62823 Beekmantown Maryland +0.265221 aapg_af_139.html aapg_af_139.html:65:7751:7777 Columbia North Fork John Day River +0.260608 jgeology_html_5435533156 jgeology_html_5435533156:911:59696:59730 Serpent Canada +0.271405 aapg_aa_621.html aapg_aa_621.html:174:22991:23010 Minnelusa Powder River (Montana) +0.230432 aapg_ai_38.html aapg_ai_38.html:177:18661:18669 Niobrara Colorado +0.477087 aapg_aa_533.html aapg_aa_533.html:23:3501:3509 Woodbine Mexia, Texas +0.51238 aapg_ah_644.html aapg_ah_644.html:286:33980:33995 Swift Williston, Vermont +0.489765 cspg_html_8362959053 cspg_html_8362959053:84:12781:12789 Moosebar Mountain Park (Holyoke, Massachusetts) +0.497555 cspg_html_1962846283 cspg_html_1962846283:34:5317:5335 Morrison Kootenay River +0.243033 aapg_ai_278.html aapg_ai_278.html:195:27479:27488 Extension Hispaniola +0.444258 aapg_af_575.html aapg_af_575.html:1135:163390:163413 Comanche Peak Arkansas +0.482532 gsa_html_5625878232 gsa_html_5625878232:284:39801:39819 Gabriola Hornby Island +0.25968 aapg_ae_876.html aapg_ae_876.html:3:158:170 Dakota Colorado +0.260051 aapg_ae_467.html aapg_ae_467.html:317:23878:23894 Michigan Ohio +0.26574 sedimentology_html_2545209758 sedimentology_html_2545209758:1297:74093:74109 Dakota Logan, Utah +0.480496 cspg_html_9222238695 cspg_html_9222238695:475:59484:59492 Columbia Victoria, British Columbia +0.255024 cspg_html_4974799860 cspg_html_4974799860:57:6183:6198 Flume Germany +0.727296 aapg_ae_324.html aapg_ae_324.html:1008:101017:101035 Moccasin Southwest Virginia +0.251496 gsa_html_9889833548 gsa_html_9889833548:1024:91432:91437 Grove California +0.24144 aapg_aa_777.html aapg_aa_777.html:531:58552:58580 Provo Logan, Utah +0.515484 gsa_html_3244543920 gsa_html_3244543920:605:50881:50909 Green River Colorado +0.25755 cspg_html_7286035817 cspg_html_7286035817:341:35927:35935 Grosmont Lacombe, Alberta +0.379555 aapg_ac_941.html aapg_ac_941.html:3:508:529 Green River Colorado +0.476656 gsa_html_1119256423 gsa_html_1119256423:597:54879:54887 Bellevue Nebraska +0.249984 cspg_html_1118978429 cspg_html_1118978429:263:25699:25733 Elk Victoria, British Columbia +0.26162 gsa_html_7020634397 gsa_html_7020634397:653:51980:51997 Ivishak Northwest Arctic Borough, Alaska +0.254508 aapg_ai_368.html aapg_ai_368.html:274:25872:25880 Tensleep Bartlesville, Oklahoma +0.247396 aapg_ad_133.html aapg_ad_133.html:221:20336:20351 Diablo Marfa lights +0.48278 gsa_html_9515953275 gsa_html_9515953275:555:58854:58864 Washington California +0.26468 cspg_html_3328007773 cspg_html_3328007773:115:15185:15202 Viking Dissected Till Plains +0.356902 cspg_html_1818321956 cspg_html_1818321956:87:10797:10818 Blind Fiord Ellesmere Island +0.258055 palaios_html_4782349341 palaios_html_4782349341:58:5092:5114 Edwardsville Bloomington, Indiana +0.446165 gsa_html_5081991493 gsa_html_5081991493:153:15388:15412 Duchesne River Uinta Mountains +0.260865 cspg_html_9354781888 cspg_html_9354781888:62:11840:11849 Baldonnel Middle East +0.479808 aapg_ad_909.html aapg_ad_909.html:341:32674:32688 Southern Hills Buenos Aires Province +0.468876 cspg_html_4257076625 cspg_html_4257076625:433:56785:56792 Macasty Utica, New York +0.243302 aapg_af_479.html aapg_af_479.html:414:47030:47049 Cabrillo La Jolla +0.466668 aapg_ae_974.html aapg_ae_974.html:116:11460:11473 Cook Mountain Zapata, Texas +0.241895 cspg_html_9142742810 cspg_html_9142742810:5:233:248 Elk Canada +0.263592 jgeology_html_2591911637 jgeology_html_2591911637:358:24847:24856 Extension Snake River Plain (ecoregion) +0.880762 cspg_html_5038387495 cspg_html_5038387495:86:7323:7331 Deadwood Regina, Saskatchewan +0.27136 cspg_html_4210762654 cspg_html_4210762654:333:39466:39496 Nisku Lacombe, Alberta +0.736344 jgeology_html_4305195651 jgeology_html_4305195651:2593:175603:175618 Price Virginia +0.249975 cspg_html_9275863663 cspg_html_9275863663:96:13378:13387 Waterways Swan Hill, Victoria +0.244989 aapg_ad_2.html aapg_ad_2.html:849:120414:120426 Chambersburg Trempealeau, Wisconsin +0.440355 aapg_aa_48.html aapg_aa_48.html:366:39685:39697 Tongue River Cheyenne, Wyoming +0.484939 sedimentology_html_8302881326 sedimentology_html_8302881326:1661:86654:86660 Oregon Washington (state) +0.492143 aapg_ae_905.html aapg_ae_905.html:197:22267:22305 Peoria Illinois +0.446814 aapg_ac_569.html aapg_ac_569.html:188:25650:25670 Emma Fiord Devon Island +0.473456 aapg_ah_411.html aapg_ah_411.html:49:6684:6704 Purgatoire Cheyenne, Wyoming +0.83904 aapg_ae_66.html aapg_ae_66.html:425:42131:42151 Lakota Black Hills +0.239112 aapg_af_90.html aapg_af_90.html:47:8261:8277 Noonday Dolomite Death Valley +0.248857 geology_html_5728765802 geology_html_5728765802:32:1473:1479 Casper Cheyenne, Wyoming +0.266156 aapg_ae_4.html aapg_ae_4.html:490:52879:52898 Jefferson Logan, Utah +0.251995 aapg_ah_202.html aapg_ah_202.html:99:15383:15397 Woodford Baden-Baden +0.469712 aapg_aa_696.html aapg_aa_696.html:607:70220:70228 Colorado Routt County, Colorado +0.258597 aapg_ai_156.html aapg_ai_156.html:148:11828:11848 Riley Herington, Kansas +0.251346 aapg_af_845.html aapg_af_845.html:23:1990:1995 Tyler Henderson County, Texas +0.26571 AMJC_html_1873062106 AMJC_html_1873062106:533:69155:69163 Colorado Arizona +0.247396 sedimentology_html_5813480998 sedimentology_html_5813480998:1835:131010:131041 Duck Creek Perth, Western Australia +0.4755 geology_html_2307006478 geology_html_2307006478:264:20547:20586 Bruce Logan, Utah +0.484 AMJC_html_8364727089 AMJC_html_8364727089:786:81084:81101 Temblor Bakersfield, California +0.241895 jgeology_html_9629010327 jgeology_html_9629010327:756:67558:67564 Sierra Sierra Nevada (Spain) +0.473055 aapg_ah_442.html aapg_ah_442.html:98:10771:10781 Frio Texas +0.26159 cspg_html_6255491344 cspg_html_6255491344:6:468:476 Columbia Victoria, British Columbia +0.784944 gsa_html_5274400800 gsa_html_5274400800:692:56027:56045 Monterey California +0.51462 aapg_af_381.html aapg_af_381.html:68:8356:8364 Vaqueros Santa Monica Mountains +0.491384 aapg_ah_318.html aapg_ah_318.html:1441:143888:143894 Sierra Durango, Durango +0.49749 aapg_ac_544.html aapg_ac_544.html:336:42674:42679 Logan Arkansas +0.4883 gsa_html_7932638920 gsa_html_7932638920:1229:113240:113268 Green River Colorado +0.254448 sedimentology_html_6952142412 sedimentology_html_6952142412:1508:101717:101721 Hall London, Ontario +0.49215 aapg_ah_724.html aapg_ah_724.html:339:40981:40999 Kaskapau Lacombe, Alberta +0.253916 cspg_html_5973552270 cspg_html_5973552270:127:16341:16366 Beaverhill Calgary +0.238576 gsa_html_3151431803 gsa_html_3151431803:39:3273:3289 Navajo Colorado Plateau +0.373252 aapg_ah_134.html aapg_ah_134.html:117:9218:9223 Atoka Arkansas +0.864704 aapg_ah_329.html aapg_ah_329.html:80:8501:8509 Monterey Monterey, California +0.488335 gsa_html_8141563821 gsa_html_8141563821:613:49432:49460 Green River New Mexico +0.250976 aapg_ai_688.html aapg_ai_688.html:128:16362:16377 Rochester Lockport (city), New York +0.259434 aapg_ai_947.html aapg_ai_947.html:427:67159:67165 Denver Colorado +0.24947 AMJC_html_2228158963 AMJC_html_2228158963:744:82505:82515 Waterville Rockland County, New York +0.481707 gsa_html_2229912315 gsa_html_2229912315:61:4315:4343 Green River Iran +0.863788 cspg_html_9735723617 cspg_html_9735723617:295:37455:37475 Bird Fiord Bathurst Island (Northern Territory) +0.48348 aapg_ai_287.html aapg_ai_287.html:119:14593:14610 Topanga San Joaquin Hills (Laguna Niguel, California) +0.453765 cspg_html_3870653554 cspg_html_3870653554:130:19122:19127 Price Lacombe, Alberta +0.258885 aapg_ad_716.html aapg_ad_716.html:55:4594:4601 Rustler El Capitan +0.519311 aapg_ae_377.html aapg_ae_377.html:341:39995:39999 Java Borneo +0.272435 aapg_ai_4.html aapg_ai_4.html:70:6908:6915 Temblor Monterey, California +0.25333 sedimentology_html_9459435622 sedimentology_html_9459435622:107:11602:11607 Price Beringia +0.456 aapg_ad_683.html aapg_ad_683.html:58:8731:8743 Hermit Supai, Arizona +0.467728 gsa_html_5552216115 gsa_html_5552216115:1158:118399:118410 Santa Clara San Benito County, California +0.279248 aapg_aa_463.html aapg_aa_463.html:197:37372:37395 Smackover Arkansas +0.509548 aapg_ae_757.html aapg_ae_757.html:1067:75532:75551 Niobrara Colorado +0.262656 cspg_html_1948505826 cspg_html_1948505826:430:45237:45245 Columbia Victoria, British Columbia +0.24156 aapg_af_241.html aapg_af_241.html:794:80337:80356 Jackson Texas +0.455749 gsa_html_2284204284 gsa_html_2284204284:839:100614:100620 Lehman Texas +0.270384 gsa_html_6657110469 gsa_html_6657110469:25:1935:1941 Oregon Washington (state) +0.482664 gsa_html_7546836968 gsa_html_7546836968:30:2727:2755 Green River Colorado +0.277725 cspg_html_2383801070 cspg_html_2383801070:38:4731:4748 Wabamun Western world +0.47368 aapg_ae_3.html aapg_ae_3.html:100:13431:13449 Antler Boise, Idaho +0.499422 gsa_html_8837971374 gsa_html_8837971374:1268:121672:121691 Bathurst New Brunswick, New Jersey +0.483128 sedimentology_html_1568456861 sedimentology_html_1568456861:124:11784:11804 Toro Western world +0.49278 aapg_aa_717.html aapg_aa_717.html:84:11553:11573 Bellefonte Middle Ordovician +0.506121 aapg_aa_4.html aapg_aa_4.html:284:37896:37917 Bluff Ithaca, New York +0.535021 palaios_html_5921824758 palaios_html_5921824758:487:39482:39514 Verde Arizona +0.480868 gsa_html_5081991493 gsa_html_5081991493:1623:115357:115380 Colton Logan, Utah +0.505512 sedimentology_html_7553974053 sedimentology_html_7553974053:1274:112923:112941 Monterey California +0.83072 cspg_html_9905904289 cspg_html_9905904289:6:506:512 Battle Lacombe, Alberta +0.260051 aapg_ad_68.html aapg_ad_68.html:226:15228:15249 Waltersburg Lake Ontario +0.248003 aapg_aa_391.html aapg_aa_391.html:308:26711:26729 Woodbine Tuscaloosa, Alabama +0.267566 aapg_ad_2.html aapg_ad_2.html:1599:221302:221323 Beekmantown Pennsylvania +0.267734 aapg_ai_951.html aapg_ai_951.html:98:14507:14524 Ivishak Prudhoe Bay Oil Field +0.26316 sedimentology_html_8510537334 sedimentology_html_8510537334:280:23841:23862 Wood Canyon California +0.267786 aapg_ad_695.html aapg_ad_695.html:381:24432:24442 Cane River Texas +0.497466 cspg_html_9941227593 cspg_html_9941227593:26:3672:3681 Williston Regina, Saskatchewan +0.236196 cspg_html_2482892781 cspg_html_2482892781:64:10796:10816 Madison Regina, Saskatchewan +0.242284 cspg_html_1812427756 cspg_html_1812427756:164:28698:28721 Pika Canmore, Alberta +0.502603 cspg_html_9807337907 cspg_html_9807337907:10:1127:1152 Stony Mountain Williston Basin +0.258856 geology_html_4381640532 geology_html_4381640532:245:19356:19364 Colorado Denver +0.24837 aapg_af_845.html aapg_af_845.html:66:6033:6039 Paluxy Rodessa, Louisiana +0.27872 aapg_ae_74.html aapg_ae_74.html:321:30122:30136 Yeso San Ysidro, New Mexico +0.421824 gsa_html_3423427338 gsa_html_3423427338:18:691:699 Montreal Quebec City +0.488796 cspg_html_9177794814 cspg_html_9177794814:152:17551:17565 Nizi Victoria, British Columbia +0.27507 aapg_ah_318.html aapg_ah_318.html:3619:296253:296272 Smackover South America +0.230838 aapg_ae_419.html aapg_ae_419.html:1261:102378:102396 Maltrata Mexico +0.26728 aapg_aa_357.html aapg_aa_357.html:480:43164:43180 Carmel Carmel, Indiana +0.45657 aapg_ae_465.html aapg_ae_465.html:149:15225:15238 Cotton Valley Lewisville, Texas +0.260538 aapg_af_713.html aapg_af_713.html:35:3670:3675 Logan Pope County, Arkansas +0.304315 aapg_af_99.html aapg_af_99.html:16:2645:2661 Tamana Dominican Republic +0.246422 aapg_ad_39.html aapg_ad_39.html:71:5739:5747 Nacatoch Tuscaloosa, Alabama +0.475236 gsa_html_1109313886 gsa_html_1109313886:1066:87345:87373 Green River Iran +0.273504 aapg_ae_958.html aapg_ae_958.html:2031:175128:175132 Bell Guadalupe Mountains National Park +0.245487 gsa_html_4667678389 gsa_html_4667678389:725:77277:77291 Toby Cordillera Administrative Region +0.503272 aapg_af_381.html aapg_af_381.html:69:8653:8661 Vaqueros Santa Monica Mountains +0.475629 sedimentology_html_2664743350 sedimentology_html_2664743350:935:88279:88288 Peninsula Korea +0.253967 gsa_html_9525385678 gsa_html_9525385678:622:75232:75240 Columbia Victoria, British Columbia +0.259434 gsa_html_8152640301 gsa_html_8152640301:15:710:723 Santa Barbara California +0.251808 aapg_ai_987.html aapg_ai_987.html:74:5724:5737 Turner Valley Lacombe, Alberta +0.493296 aapg_ah_937.html aapg_ah_937.html:23:4153:4173 West Point Canada +0.50787 cspg_html_9725676031 cspg_html_9725676031:51:7232:7248 Lepine Liard River, British Columbia +0.266716 geology_html_7252964522 geology_html_7252964522:219:20122:20130 Virginia Chesapeake Bay +0.490912 gsa_html_8517233795 gsa_html_8517233795:669:61265:61291 Monterey California +0.530424 aapg_ah_678.html aapg_ah_678.html:586:72361:72390 Vicksburg Texas +0.2445 cspg_html_6611173979 cspg_html_6611173979:28:3889:3927 Peace River Lacombe, Alberta +0.248994 aapg_ai_592.html aapg_ai_592.html:239:38923:38928 Uinta Uinta Mountains +0.259045 aapg_aa_655.html aapg_aa_655.html:27:4088:4105 Tererro Sangre de Cristo Range +0.247396 aapg_ae_844.html aapg_ae_844.html:36:3311:3316 Aneth Logan, Utah +0.265608 palaios_html_3036115408 palaios_html_3036115408:547:53540:53551 Bloomington Currie, Minnesota +0.26364 cspg_html_4422863308 cspg_html_4422863308:66:8211:8238 Viking Central Alberta +0.485936 aapg_af_663.html aapg_af_663.html:414:41736:41752 Pawnee Lexington, Kentucky +0.447552 aapg_ai_688.html aapg_ai_688.html:438:47703:47719 Salina Ohio +0.253422 jgeology_html_4147510455 jgeology_html_4147510455:88:3529:3537 Richland Washington (state) +0.506447 aapg_ai_28.html aapg_ai_28.html:774:73158:73167 Catahoula Oakville, California +0.248937 cspg_html_9435196958 cspg_html_9435196958:739:32004:32022 Edmonton Canada +0.507 aapg_ae_876.html aapg_ae_876.html:798:85596:85604 Woodside Logan, Utah +0.25725 aapg_af_701.html aapg_af_701.html:155:18603:18637 Tuscarora Pennsylvania +0.25758 aapg_ae_916.html aapg_ae_916.html:585:69585:69593 Cloverly Greybull, Wyoming +0.489915 cspg_html_4867288101 cspg_html_4867288101:473:49588:49604 Albert New Brunswick, New Jersey +0.225625 sedimentology_html_8568858047 sedimentology_html_8568858047:649:44064:44070 Sierra Spain +0.483328 cspg_html_8231573314 cspg_html_8231573314:266:24312:24329 Echooka Anchorage, Alaska +0.42924 aapg_aa_621.html aapg_aa_621.html:353:44742:44760 Frontier Cheyenne, Wyoming +0.493908 aapg_af_17.html aapg_af_17.html:103:9777:9797 Phosphoria Cheyenne, Wyoming +0.244904 cspg_html_6306091047 cspg_html_6306091047:241:34033:34041 Columbia Victoria, British Columbia +0.25551 cspg_html_6795586308 cspg_html_6795586308:82:10258:10266 Columbia Lacombe, Alberta +0.489402 aapg_ac_215.html aapg_ac_215.html:59:7454:7468 Englewood Cheyenne, Wyoming +0.470808 cspg_html_2873888604 cspg_html_2873888604:92:15217:15225 Columbia Victoria, British Columbia +0.4959 aapg_ac_702.html aapg_ac_702.html:362:37875:37885 Deer Creek Topeka, Kansas +0.487344 aapg_ad_575.html aapg_ad_575.html:300:38200:38218 Norphlet Mississippi River +0.441782 aapg_ae_224.html aapg_ae_224.html:120:11323:11334 Signal Hill Long Beach, California +0.248688 aapg_ak_22.html aapg_ak_22.html:244:27683:27699 Dakota Cheyenne, Wyoming +0.244027 gsa_html_9643610413 gsa_html_9643610413:1384:83416:83423 Madison Wisconsin +0.46272 sedimentology_html_5841712908 sedimentology_html_5841712908:588:60056:60066 Santa Cruz California +0.485224 gsa_html_6330913937 gsa_html_6330913937:925:84159:84168 San Diego California +0.48297 aapg_ae_419.html aapg_ae_419.html:210:26144:26151 El Abra Tampico, Illinois +0.238143 cspg_html_4516258038 cspg_html_4516258038:81:10406:10414 Bathurst Melville, New York +0.35815 aapg_ah_871.html aapg_ah_871.html:434:48199:48207 Lowville Montreal +0.46812 gsa_html_8244777175 gsa_html_8244777175:466:51623:51639 Kodiak Anchorage, Alaska +0.264741 aapg_ad_466.html aapg_ad_466.html:1220:130520:130527 Patuxent Patapsco River +0.487786 gsa_html_4479989476 gsa_html_4479989476:63:3930:3958 Green River Colorado +0.252888 aapg_ai_3.html aapg_ai_3.html:46:7873:7879 Ripley Arkansas +0.48192 cspg_html_2297270979 cspg_html_2297270979:114:16507:16520 Bedford Antrim, County Antrim +0.241362 cspg_html_4717886670 cspg_html_4717886670:925:92275:92296 Green River Logan, Utah +0.819072 geology_html_4460751015 geology_html_4460751015:39:3022:3047 Willwood Cheyenne, Wyoming +0.262654 cspg_html_9843429624 cspg_html_9843429624:593:79344:79359 Nisku Lacombe, Alberta +0.265056 aapg_ai_38.html aapg_ai_38.html:32:3366:3378 Dakota Niobrara, Nebraska +0.24336 geology_html_6255115604 geology_html_6255115604:19:1041:1049 Toroweap Arizona +0.360822 cspg_html_1312400675 cspg_html_1312400675:114:13424:13435 Battle Regina, Saskatchewan +0.483336 aapg_aa_913.html aapg_aa_913.html:449:32983:32996 Edwards Texas +0.46752 cspg_html_2093862169 cspg_html_2093862169:402:41486:41501 Bluff Falmouth, Massachusetts +0.261975 aapg_ad_441.html aapg_ad_441.html:98:7807:7823 Navajo Carmel, Indiana +0.252945 aapg_ai_613.html aapg_ai_613.html:61:9952:9975 Brushy Canyon West, Texas +0.470288 aapg_ac_841.html aapg_ac_841.html:186:24160:24176 Metapan El Salvador, Misamis Oriental +0.24304 sedimentology_html_1614430521 sedimentology_html_1614430521:2013:105547:105591 Ross Ireland +0.481874 aapg_ah_878.html aapg_ah_878.html:367:43661:43693 Bluff Michigan +0.257839 aapg_ac_896.html aapg_ac_896.html:224:17475:17486 Louann Salt Robertson County, Tennessee +0.260721 cspg_html_4176605708 cspg_html_4176605708:358:34687:34700 Belle Fourche Lacombe, Alberta +0.257033 gsa_html_6039599383 gsa_html_6039599383:156:14834:14867 Eastport Portland, Maine +0.456354 aapg_ac_222.html aapg_ac_222.html:503:62324:62341 Hermosa Colorado +0.2544 cspg_html_9717154602 cspg_html_9717154602:359:48163:48170 Bearpaw Bow River +0.497798 cspg_html_4758375962 cspg_html_4758375962:197:23842:23847 Logan Perth, Western Australia +0.25935 aapg_af_849.html aapg_af_849.html:12:1997:2025 Sundance Cheyenne, Wyoming +0.252984 cspg_html_1498300615 cspg_html_1498300615:103:13215:13237 Cooking Lake Lacombe, Alberta +0.490116 geology_html_4760757040 geology_html_4760757040:271:27104:27122 Wasatch Powder River Basin +0.491236 aapg_ah_521.html aapg_ah_521.html:3:359:375 Reklaw Texas +0.257943 cspg_html_6810036199 cspg_html_6810036199:6:410:426 Viking Middle East +0.252374 palaios_html_3751051678 palaios_html_3751051678:823:82607:82618 Bloomington Currie, Minnesota +0.254464 cspg_html_6306091047 cspg_html_6306091047:32:6454:6463 Baldonnel Canada +0.259032 aapg_ak_87.html aapg_ak_87.html:341:46116:46125 San Pedro Mogollon, New Mexico +0.256542 aapg_ac_426.html aapg_ac_426.html:170:17485:17491 Denver Colorado +0.46948 sedimentology_html_1640357417 sedimentology_html_1640357417:830:85980:85986 Navajo Logan, Utah +0.266135 aapg_ai_861.html aapg_ai_861.html:16:2642:2649 Ivishak Prudhoe Bay Oil Field +0.45493 cspg_html_9435196958 cspg_html_9435196958:1023:43683:43701 Edmonton Lacombe, Alberta +0.242612 aapg_ah_532.html aapg_ah_532.html:192:14646:14658 Percha Arizona +0.269724 AMJC_html_2674132486 AMJC_html_2674132486:779:70661:70670 Extension China +0.489599 aapg_aa_690.html aapg_aa_690.html:192:23925:23944 Elk Lacombe, Alberta +0.28665 aapg_ad_610.html aapg_ad_610.html:25:3052:3064 Austin Chalk Buda, Texas +0.26871 aapg_ai_49.html aapg_ai_49.html:231:27191:27197 Chinle Logan, Utah +0.247464 cspg_html_4614759573 cspg_html_4614759573:540:69703:69708 Haida Victoria, British Columbia +0.24837 sedimentology_html_3333646967 sedimentology_html_3333646967:840:75113:75117 Hall London, Ontario +0.470208 aapg_ah_772.html aapg_ah_772.html:757:64508:64519 Bird Spring California Water Wars +0.486213 AMJC_html_7737160109 AMJC_html_7737160109:222:29257:29276 Provo South Georgia and the South Sandwich Islands +0.474635 aapg_ah_136.html aapg_ah_136.html:16:1479:1487 Virginia King County, Washington +0.475896 sedimentology_html_7877908255 sedimentology_html_7877908255:27:1623:1675 Forest South Africa +0.260598 palaios_html_6090005613 palaios_html_6090005613:138:14834:14850 Racine Wisconsin +0.249991 geology_html_5047080688 geology_html_5047080688:20:709:717 Colorado Denver +0.457011 palaios_html_8391206976 palaios_html_8391206976:369:48751:48758 Bedford Kentucky +0.26471 aapg_ad_720.html aapg_ad_720.html:295:28849:28859 San Andres Guadalupe Mountains National Park +0.512106 aapg_ah_107.html aapg_ah_107.html:83:8511:8518 Reynosa Matamoros, Tamaulipas +0.488474 aapg_ai_49.html aapg_ai_49.html:274:32641:32647 Carmel Entrada Sandstone +0.2511 aapg_ai_980.html aapg_ai_980.html:220:18221:18239 Kootenai Cut Bank, Montana +0.475092 aapg_aa_233.html aapg_aa_233.html:639:62755:62761 Sierra Coahuila +0.493735 aapg_ah_680.html aapg_ah_680.html:488:67388:67404 Unicoi Virginia +0.253895 cspg_html_3020540834 cspg_html_3020540834:124:18575:18586 Collingwood Manitoulin Island +0.274567 aapg_ae_369.html aapg_ae_369.html:58:6643:6653 Tuscaloosa Tuscaloosa, Alabama +0.265224 aapg_af_839.html aapg_af_839.html:125:14380:14385 Salem Allegan County, Michigan +0.25654 cspg_html_7989435905 cspg_html_7989435905:292:30690:30698 Coalspur Lacombe, Alberta +0.249744 aapg_ae_96.html aapg_ae_96.html:431:50588:50594 Oregon Reno, Nevada +0.253482 geology_html_2693298548 geology_html_2693298548:281:25811:25817 Pueblo Colorado +0.253402 cspg_html_1962846283 cspg_html_1962846283:551:69212:69220 Kootenay Fernie, British Columbia +0.472553 geology_html_1008093795 geology_html_1008093795:18:744:754 Washington Washington (state) +0.496762 palaios_html_1574666570 palaios_html_1574666570:19:933:961 Arkona Canada +0.492096 aapg_af_575.html aapg_af_575.html:308:41167:41190 Jefferson Maquoketa, Iowa +0.479136 aapg_aa_1.html aapg_aa_1.html:38:4970:4984 Knoxville California +0.50509 geology_html_1074529748 geology_html_1074529748:12:633:643 Washington Earth +0.472787 aapg_ah_80.html aapg_ah_80.html:69:7441:7463 Arkose Ridge Matanuska-Susitna Valley +0.504768 aapg_ad_379.html aapg_ad_379.html:181:16798:16819 Fountain Colorado +0.265221 gsa_html_5627360957 gsa_html_5627360957:456:43559:43574 Bolsa Quartzite Sonora +0.500835 sedimentology_html_5961088354 sedimentology_html_5961088354:513:29879:29888 Lancaster California +0.2535 aapg_af_836.html aapg_af_836.html:84:7177:7185 Michigan Bloomington, Indiana +0.259045 aapg_ad_2.html aapg_ad_2.html:807:113855:113864 Franconia Ironton, Ohio +0.26214 aapg_af_470.html aapg_af_470.html:78:7151:7182 Georgetown Boise, Idaho +0.259578 sedimentology_html_9029753636 sedimentology_html_9029753636:823:52259:52263 Hall London, Ontario +0.25272 cspg_html_5241714595 cspg_html_5241714595:509:77322:77337 Nisku Lacombe, Alberta +0.26664 sedimentology_html_5315330584 sedimentology_html_5315330584:913:81747:81751 Java Malaysia +0.696249 aapg_ah_620.html aapg_ah_620.html:130:18279:18297 Winnipeg Great Lakes region (North America) +0.268323 aapg_ai_156.html aapg_ai_156.html:565:48054:48072 Seminole Pleasanton, Texas +0.42921 gsa_html_6212532476 gsa_html_6212532476:817:65011:65052 Vasquez California +0.39146 cspg_html_2498183035 cspg_html_2498183035:337:37832:37848 Davis Bonne Terre, Missouri +0.249804 aapg_ac_222.html aapg_ac_222.html:197:27544:27558 Rico Middle East +0.246016 aapg_ac_90.html aapg_ac_90.html:46:7118:7139 Twin Creek Carmel, Indiana +0.258028 aapg_ad_379.html aapg_ad_379.html:63:6007:6024 Oquirrh Chester, Pennsylvania +0.2525 jgeology_html_1659592707 jgeology_html_1659592707:1382:70521:70527 Denver Colorado +0.46222 aapg_af_631.html aapg_af_631.html:127:11191:11203 Dockum Santa Rosa, California +0.487424 aapg_ac_749.html aapg_ac_749.html:104:14592:14598 Salina Guelph +0.254514 jgeology_html_7844360616 jgeology_html_7844360616:963:47686:47695 Peninsula Quebec City +0.4826 gsa_html_8716356528 gsa_html_8716356528:1045:78615:78619 Hall York, Pennsylvania +0.48545 aapg_af_504.html aapg_af_504.html:190:19939:19947 Colorado Denver +0.48316 aapg_ad_743.html aapg_ad_743.html:281:32579:32584 Boggy Texas +0.250976 geology_html_9314524367 geology_html_9314524367:20:1147:1180 Sailor Canyon California +0.466416 gsa_html_5694391338 gsa_html_5694391338:130:13683:13700 Packsaddle Schist Llano, Texas +0.26316 sedimentology_html_1340746782 sedimentology_html_1340746782:137:13707:13712 Hondo Tsushima Island +0.352308 palaios_html_6757540995 palaios_html_6757540995:576:53595:53610 Eutaw Alabama +0.505136 aapg_af_489.html aapg_af_489.html:283:24091:24104 Jackson Texas +0.227448 aapg_ac_535.html aapg_ac_535.html:527:51407:51415 Colorado Regina, Saskatchewan +0.494982 cspg_html_1265381145 cspg_html_1265381145:233:23054:23071 Exshaw Lacombe, Alberta +0.26059 aapg_af_192.html aapg_af_192.html:114:12392:12412 Citronelle Texas +0.476685 jgeology_html_4305195651 jgeology_html_4305195651:610:78260:78277 Oneonta Delaware County, Ohio +0.454858 gsa_html_1197940982 gsa_html_1197940982:334:31266:31283 Mehrten Kirkwood, Missouri +0.496422 palaios_html_3036115408 palaios_html_3036115408:544:53336:53345 San Diego Currie, Minnesota +0.245 aapg_ai_17.html aapg_ai_17.html:253:22167:22178 Marthaville Alabama +0.455952 aapg_ae_415.html aapg_ae_415.html:363:45938:45949 Mint Spring Mississippi River +0.25823 aapg_ae_957.html aapg_ae_957.html:92:5851:5857 Oregon Reno, Nevada +0.48306 cspg_html_2418341010 cspg_html_2418341010:45:5572:5580 Carswell Regina, Saskatchewan +0.266247 gsa_html_9457387752 gsa_html_9457387752:61:4607:4617 Laurentian South America +0.279222 aapg_ah_953.html aapg_ah_953.html:47:7880:7888 Columbia Victoria, British Columbia +0.259011 aapg_ah_40.html aapg_ah_40.html:45:4814:4824 San Andres Ozona, Florida +0.247434 aapg_af_129.html aapg_af_129.html:449:48799:48807 Colorado New Mexico +0.496683 gsa_html_2266546108 gsa_html_2266546108:616:67318:67326 Columbia Maryland +0.2601 sedimentology_html_9660120734 sedimentology_html_9660120734:346:24193:24203 Washington Wa (Japan) +0.235667 aapg_ah_318.html aapg_ah_318.html:498:58384:58405 Eagle Navarro County, Texas +0.4841 aapg_ac_900.html aapg_ac_900.html:180:16313:16320 Laramie Denver +0.235994 sedimentology_html_3181527419 sedimentology_html_3181527419:298:17225:17229 Naco Arizona +0.266192 sedimentology_html_8006979411 sedimentology_html_8006979411:1887:121743:121758 Mesaverde Logan, Utah +0.50304 cspg_html_7799850124 cspg_html_7799850124:454:51243:51248 Banff Crowsnest Pass, Alberta +0.2535 sedimentology_html_1775354884 sedimentology_html_1775354884:412:40066:40070 Hall London, Ontario +0.4805 aapg_ad_439.html aapg_ad_439.html:282:38340:38344 Hess Republic of China +0.256949 gsa_html_2877730818 gsa_html_2877730818:484:41916:41934 Stirling Death Valley +0.2597 aapg_ae_272.html aapg_ae_272.html:846:85256:85275 Coldwater Michigan +0.47616 gsa_html_5081991493 gsa_html_5081991493:145:13982:14003 Green River Flagstaff, Arizona +0.254881 aapg_aa_682.html aapg_aa_682.html:130:12627:12632 Iatan Westerville, Ohio +0.4731 sedimentology_html_3296239633 sedimentology_html_3296239633:1496:112797:112813 Cutler Logan, Utah +0.261326 cspg_html_1222040397 cspg_html_1222040397:7:552:568 Road River Victoria, British Columbia +0.25092 sedimentology_html_5447066955 sedimentology_html_5447066955:31:2113:2124 San Antonio Texas +0.243536 cspg_html_6786864151 cspg_html_6786864151:30:3222:3244 Trent River Qualicum River +0.468468 aapg_ah_415.html aapg_ah_415.html:122:11198:11219 Medicine Hat Colorado +0.873278 aapg_ah_871.html aapg_ah_871.html:350:39178:39183 Laval Montreal +0.49455 aapg_ad_466.html aapg_ad_466.html:1701:176842:176850 Monmouth Closter, New Jersey +0.500892 aapg_af_653.html aapg_af_653.html:385:45693:45701 Vaqueros San Diego +0.246492 cspg_html_8509913074 cspg_html_8509913074:373:48258:48266 Rockwood Guelph +0.470745 cspg_html_8691653606 cspg_html_8691653606:6:375:383 Columbia Victoria, British Columbia +0.236195 aapg_ac_575.html aapg_ac_575.html:474:70245:70252 Madison Gallatin, Tennessee +0.2604 aapg_ae_856.html aapg_ae_856.html:290:33876:33897 Anita Venezuela +0.4795 gsa_html_2780929733 gsa_html_2780929733:123:13137:13149 Rhode Island Block Island +0.251196 gsa_html_2832151886 gsa_html_2832151886:20:632:666 Belle Fourche Lacombe, Alberta +0.259045 aapg_ad_696.html aapg_ad_696.html:318:29607:29613 Reklaw Carrizo Plain +0.476146 cspg_html_9290046117 cspg_html_9290046117:934:101999:102022 Cypress Lacombe, Alberta +0.25957 sedimentology_html_3850942730 sedimentology_html_3850942730:1326:96824:96842 Tensleep Cheyenne, Wyoming +0.233225 cspg_html_1962846283 cspg_html_1962846283:239:26730:26745 Grassy Mountain Lacombe, Alberta +0.270914 sedimentology_html_2898428289 sedimentology_html_2898428289:1403:75103:75109 Banner Hanson, Massachusetts +0.479 sedimentology_html_9327087504 sedimentology_html_9327087504:84:8564:8572 Colorado Knoxville, Tennessee +0.256824 cspg_html_6874854939 cspg_html_6874854939:308:39939:39954 Lougheed Island District Council of Franklin Harbour +0.271962 sedimentology_html_7228204846 sedimentology_html_7228204846:1748:94134:94139 Piper California +0.273 aapg_ae_873.html aapg_ae_873.html:858:99811:99829 Mt Lytton Hopkins County, Kentucky +0.24347 aapg_ai_309.html aapg_ai_309.html:455:44584:44594 Copenhagen London, Ontario +0.515025 aapg_ad_49.html aapg_ad_49.html:79:8675:8680 Capay California +0.49348 palaios_html_7337635857 palaios_html_7337635857:652:80176:80208 Temporal Knoxville, Illinois +0.248 jgeology_html_9413634903 jgeology_html_9413634903:81:3339:3348 Extension Reno, Nevada +0.240434 aapg_af_854.html aapg_af_854.html:1092:153897:153918 Tar Springs Vienna +0.247008 aapg_ae_794.html aapg_ae_794.html:75:12022:12042 Coon Creek Selma to Montgomery marches +0.444152 palaios_html_8738458399 palaios_html_8738458399:78:10460:10466 Denver Denver +0.50373 cspg_html_7587979364 cspg_html_7587979364:171:15136:15147 Slave Point Swan Hill, Victoria +0.26471 geology_html_1757551189 geology_html_1757551189:13:550:560 Santa Cruz Santa Cruz, California +0.378222 cspg_html_9941518291 cspg_html_9941518291:78:12122:12137 Douro Devon Island +0.250498 gsa_html_3260983053 gsa_html_3260983053:13:626:632 Reston Virginia +0.68256 aapg_ai_515.html aapg_ai_515.html:277:30026:30037 Green River Wasatch Range +0.47785 aapg_ac_390.html aapg_ac_390.html:15:1330:1336 Oregon Washington (state) +0.483383 aapg_ai_287.html aapg_ai_287.html:269:30732:30750 San Onofre Breccia Orange County, California +0.257466 geology_html_2124258904 geology_html_2124258904:152:9367:9388 Green River Cheyenne, Wyoming +0.247995 aapg_ad_52.html aapg_ad_52.html:1085:117032:117041 Coldwater Michigan +0.492701 palaios_html_6518777260 palaios_html_6518777260:278:28583:28600 Revett Boise, Idaho +0.266087 aapg_af_510.html aapg_af_510.html:312:34890:34910 Minnelusa Cheyenne, Wyoming +0.460788 aapg_ah_182.html aapg_ah_182.html:59:6255:6266 Jacksonburg Pennsylvania +0.48399 aapg_ah_93.html aapg_ah_93.html:168:21821:21846 Beartooth Maywood, California +0.468379 cspg_html_2769629211 cspg_html_2769629211:64:8368:8389 Slave Point Lacombe, Alberta +0.251472 gsa_html_4695276845 gsa_html_4695276845:449:42819:42825 Pioche Western world +0.49824 aapg_ah_722.html aapg_ah_722.html:534:64104:64116 Kingak Pebble Mine +0.252464 aapg_ae_240.html aapg_ae_240.html:46:3510:3533 Edwards Luling, Louisiana +0.244348 cspg_html_9729377176 cspg_html_9729377176:998:109385:109418 Pardonet Victoria, British Columbia +0.25488 aapg_ae_231.html aapg_ae_231.html:49:3956:3978 New Scotland Oriskany, New York +0.244474 gsa_html_8986707315 gsa_html_8986707315:968:73274:73284 Santa Cruz California +0.249744 aapg_aa_407.html aapg_aa_407.html:417:29707:29714 Wingate Coconino County, Arizona +0.474288 sedimentology_html_8784003619 sedimentology_html_8784003619:1284:50365:50373 Colorado Denver +0.361716 sedimentology_html_8384737970 sedimentology_html_8384737970:531:46502:46518 Carmel Colorado Plateau +0.260084 cspg_html_4132771434 cspg_html_4132771434:642:79636:79647 Slave Point Victoria, British Columbia +0.245518 gsa_html_9353787239 gsa_html_9353787239:768:70671:70686 Hazel Grand Canyon +0.434592 aapg_ai_17.html aapg_ai_17.html:450:34300:34309 Vicksburg Winnfield, Louisiana +0.253006 aapg_af_701.html aapg_af_701.html:266:34188:34195 Chemung Taylor County, Wisconsin +0.513825 cspg_html_8247666269 cspg_html_8247666269:592:70238:70255 Bearpaw Lacombe, Alberta +0.247955 aapg_ae_380.html aapg_ae_380.html:172:13292:13301 Vicksburg Texas +0.509952 gsa_html_2333925655 gsa_html_2333925655:1463:131884:131912 Green River Colorado +0.26928 aapg_af_833.html aapg_af_833.html:503:54794:54802 Cloverly Greybull, Wyoming +0.259077 aapg_aa_23.html aapg_aa_23.html:995:132127:132136 Interlake Manitoba +0.450602 aapg_ad_833.html aapg_ad_833.html:166:23610:23627 Paradox San Juan County, Utah +0.257536 palaios_html_9337106210 palaios_html_9337106210:155:20934:20950 Syracuse Rochester, Kent +0.259017 aapg_ae_981.html aapg_ae_981.html:175:14010:14016 Laurel Knoxville, Tennessee +0.24644 jgeology_html_3450428494 jgeology_html_3450428494:763:44622:44630 Virginia Richmond, California +0.478856 gsa_html_2299678284 gsa_html_2299678284:478:51646:51656 Santa Cruz California +0.25551 aapg_aa_797.html aapg_aa_797.html:64:8257:8273 Navajo Kayenta, Arizona +0.4699 cspg_html_3597281324 cspg_html_3597281324:210:26607:26625 Scollard Lacombe, Alberta +0.258039 aapg_ad_887.html aapg_ad_887.html:73:6952:6971 Smackover Arkansas +0.502244 sedimentology_html_9459435622 sedimentology_html_9459435622:643:58421:58427 Nelson South Georgia and the South Sandwich Islands +0.248798 aapg_aa_381.html aapg_aa_381.html:15:2258:2266 Monterey Rancho Santa Margarita, California +0.248952 gsa_html_7173708345 gsa_html_7173708345:791:62209:62230 Forest Anchorage, Alaska +0.247506 aapg_af_623.html aapg_af_623.html:230:24418:24426 Somerset Pulaski County, Missouri +0.249001 cspg_html_2873888604 cspg_html_2873888604:78:13116:13150 Wolfville Bridgetown, Nova Scotia +0.48323 cspg_html_4645836177 cspg_html_4645836177:85:10218:10228 Missisauga Logan Canyon +0.472758 aapg_af_436.html aapg_af_436.html:581:60019:60027 Virginia Virginia +0.489765 geology_html_1624131066 geology_html_1624131066:332:24486:24503 Eramosa Ontario, California +0.484272 gsa_html_8231978293 gsa_html_8231978293:623:53137:53160 Cairn Lacombe, Alberta +0.52138 gsa_html_9774003480 gsa_html_9774003480:66:5375:5403 Green River Colorado +0.25774 cspg_html_9046359229 cspg_html_9046359229:917:102709:102714 Price Victoria, British Columbia +0.47752 aapg_aa_148.html aapg_aa_148.html:199:22592:22614 Burro Canyon Logan, Utah +0.48348 aapg_ah_90.html aapg_ah_90.html:73:11811:11823 Cedar Mountain Cedar Mountains +0.500076 gsa_html_8161586681 gsa_html_8161586681:906:88629:88657 Green River Colorado +0.480916 aapg_aa_487.html aapg_aa_487.html:16:2161:2175 Point Pleasant Cincinnati +0.707868 cspg_html_6985536436 cspg_html_6985536436:507:65071:65092 Christopher Banks Island +0.510964 aapg_ad_918.html aapg_ad_918.html:69:9882:9900 Niobrara Iles +0.25802 AMJC_html_6107665103 AMJC_html_6107665103:576:46537:46543 Sierra Koreatown, Los Angeles +0.27489 aapg_ah_318.html aapg_ah_318.html:101:15719:15738 Smackover Cotton Valley, Louisiana +0.257033 gsa_html_1266138577 gsa_html_1266138577:336:26585:26593 Harkless Salinas Valley +0.256122 aapg_aa_655.html aapg_aa_655.html:27:4027:4044 Tererro Sangre de Cristo Range +0.473328 gsa_html_5044023029 gsa_html_5044023029:61:4846:4874 Green River Colorado +0.4883 palaios_html_3406135825 palaios_html_3406135825:767:71746:71763 Potsdam Logan, Utah +0.26659 aapg_ae_708.html aapg_ae_708.html:49:7658:7674 Conasauga Middle Ordovician +0.254508 jgeology_html_8406118991 jgeology_html_8406118991:1082:75478:75486 Columbia Middle Ordovician +0.49452 sedimentology_html_6490933665 sedimentology_html_6490933665:78:6378:6393 Lance Cheyenne, Wyoming +0.253492 cspg_html_9835215306 cspg_html_9835215306:25:4052:4065 Mountain Park Lacombe, Alberta +0.2709 sedimentology_html_2530371124 sedimentology_html_2530371124:908:50056:50069 Une Colombia +0.26059 aapg_ac_473.html aapg_ac_473.html:621:70357:70365 Colorado Denver +0.473052 cspg_html_7086880709 cspg_html_7086880709:9:549:566 Sombre Western world +0.250488 sedimentology_html_3179155937 sedimentology_html_3179155937:1529:99941:99945 Hall London, Ontario +0.268203 aapg_ac_689.html aapg_ac_689.html:72:8240:8248 Colorado Denver +0.262845 aapg_aa_991.html aapg_aa_991.html:35:4624:4628 Frio Oakville, California +0.250601 cspg_html_2769629211 cspg_html_2769629211:485:55260:55280 Twin Falls Hay River (Canada) +0.460242 gsa_html_4446967287 gsa_html_4446967287:953:84611:84618 Shuswap Victoria, British Columbia +0.253132 aapg_ai_969.html aapg_ai_969.html:36:3715:3727 Dakota Edmonton, London +0.671792 geology_html_3439369353 geology_html_3439369353:245:21086:21104 Eureka Sound Alert, Nunavut +0.26979 aapg_ad_823.html aapg_ad_823.html:23:2178:2188 Duck Creek Fort Worth, Texas +0.223875 geology_html_1827419843 geology_html_1827419843:223:19579:19608 Winnipeg Manitoba +0.497354 gsa_html_9152662653 gsa_html_9152662653:1174:102115:102136 Sykesville Potomac River +0.472602 aapg_aa_696.html aapg_aa_696.html:602:69744:69761 Paradox Colorado +0.508642 aapg_ae_681.html aapg_ae_681.html:4:455:463 Norphlet Melbourne, Florida +0.48545 aapg_ai_572.html aapg_ai_572.html:69:7934:7942 Seminole Konawa, Oklahoma +0.253895 AMJC_html_4692260170 AMJC_html_4692260170:1123:109930:109937 Oceanic Colorado +0.261057 aapg_af_664.html aapg_af_664.html:267:29185:29198 Reno San Angelo, Texas +0.47616 gsa_html_1644418361 gsa_html_1644418361:29:2796:2824 Green River Iran +0.242853 aapg_aa_289.html aapg_aa_289.html:590:55887:55897 Washington California +0.275481 aapg_af_568.html aapg_af_568.html:351:34596:34610 Bell Cheyenne, Wyoming +0.47889 aapg_ai_299.html aapg_ai_299.html:225:16644:16653 Tuscarora Juniata County School District +0.260091 palaios_html_3140337808 palaios_html_3140337808:60:5654:5679 Barstow California +0.249458 aapg_ae_794.html aapg_ae_794.html:570:62981:62998 Coffee Selma to Montgomery marches +0.501426 cspg_html_7881580279 cspg_html_7881580279:279:35724:35740 Yeoman Regina, Saskatchewan +0.454092 aapg_aa_328.html aapg_aa_328.html:756:57608:57623 Meson Mexico +0.26312 aapg_ai_243.html aapg_ai_243.html:228:23104:23120 Peedee Charleston, South Carolina +0.265728 cspg_html_1662483356 cspg_html_1662483356:389:40155:40163 Columbia Victoria, British Columbia +0.24768 sedimentology_html_4021147902 sedimentology_html_4021147902:898:50319:50324 Piper California +0.241017 aapg_ai_247.html aapg_ai_247.html:28:3345:3358 Lake Michigan Lake Huron +0.2635 aapg_ad_98.html aapg_ad_98.html:761:70867:70883 Eureka Quartzite Great Basin +0.263133 sedimentology_html_7103111053 sedimentology_html_7103111053:7112:97157:97166 Peninsula Korea +0.272796 gsa_html_6753732431 gsa_html_6753732431:469:47457:47472 Sespe Sonoran Desert +0.26832 sedimentology_html_1280732031 sedimentology_html_1280732031:21:1438:1443 Swift Virginia +0.26136 cspg_html_8250755331 cspg_html_8250755331:691:71806:71814 Dunvegan Victoria, British Columbia +0.24531 cspg_html_2873888604 cspg_html_2873888604:346:53176:53190 Doig Canada +0.493914 cspg_html_5541937700 cspg_html_5541937700:872:107160:107177 Cardium Canada +0.506376 aapg_ad_784.html aapg_ad_784.html:527:57221:57236 Santa Margarita Monterey, California +0.24849 aapg_ac_720.html aapg_ac_720.html:78:10216:10229 Navesink New Egypt, New Jersey +0.477012 palaios_html_9507397379 palaios_html_9507397379:351:33704:33725 Green River Cheyenne, Wyoming +0.25811 aapg_ac_22.html aapg_ac_22.html:91:9913:9933 Tuscaloosa Mississippi River +0.246492 sedimentology_html_3948129797 sedimentology_html_3948129797:2381:136357:136365 Virginia Middle Ordovician +0.249711 cspg_html_4664502755 cspg_html_4664502755:733:86198:86210 Wilcox Texas +0.26104 gsa_html_1290697059 gsa_html_1290697059:1007:70781:70809 Green River New Mexico +0.269105 cspg_html_3065473572 cspg_html_3065473572:211:26810:26827 Black River Charlevoix, Michigan +0.461251 aapg_af_854.html aapg_af_854.html:1045:147345:147366 Hardinsburg Hardinsburg, Indiana +0.485811 geology_html_2128565360 geology_html_2128565360:268:24930:24947 Campito California +0.385032 aapg_ai_468.html aapg_ai_468.html:312:38555:38562 Bossier East Texas +0.241839 sedimentology_html_3826538092 sedimentology_html_3826538092:143:10064:10070 Forest Sweden +0.246813 aapg_ai_80.html aapg_ai_80.html:268:27237:27242 Chazy Ohio +0.246506 cspg_html_3102530088 cspg_html_3102530088:206:25083:25115 Provincial Milk River, Alberta +0.24939 geology_html_6738351295 geology_html_6738351295:11:438:450 Rhode Island Kingston, Jamaica +0.456 aapg_ai_278.html aapg_ai_278.html:743:91028:91047 Card Sound Dolomite Melbourne, Florida +0.264115 aapg_ai_592.html aapg_ai_592.html:189:30747:30768 Green River Bitter Creek (Wyoming) +0.452352 aapg_ae_884.html aapg_ae_884.html:484:57463:57481 Frontier Cheyenne, Wyoming +0.282903 aapg_ad_2.html aapg_ad_2.html:710:101831:101848 Potsdam Adirondack Park +0.247779 palaios_html_6353470714 palaios_html_6353470714:1090:96825:96853 Willwood Cheyenne, Wyoming +0.382416 aapg_ai_49.html aapg_ai_49.html:595:78509:78524 Weber Glenwood Springs, Colorado +0.262636 aapg_ah_903.html aapg_ah_903.html:29:6027:6046 Smackover Haynesville, Louisiana +0.266562 aapg_ae_465.html aapg_ae_465.html:41:4668:4689 Pine Island County Sligo +0.479115 cspg_html_7970836465 cspg_html_7970836465:687:65280:65288 Montreal Quebec City +0.26676 gsa_html_6512088122 gsa_html_6512088122:31:2851:2879 Green River Colorado +0.496683 aapg_ai_4.html aapg_ai_4.html:18:2104:2112 Monterey Great Valley, New York +0.250901 aapg_ai_82.html aapg_ai_82.html:342:37980:37990 Greenbrier Pottsville, Pennsylvania +0.488796 aapg_ai_105.html aapg_ai_105.html:208:24489:24506 Manitou Fremont, California +0.26 gsa_html_8951179545 gsa_html_8951179545:10:320:339 Wilcox Mexico +0.259072 cspg_html_1347848644 cspg_html_1347848644:456:50160:50166 Moscow Caucasus Mountains +0.502392 cspg_html_1140317615 cspg_html_1140317615:57:5505:5531 Cardium Western world +0.503184 palaios_html_4223976574 palaios_html_4223976574:178:17169:17179 Washington Vashon, Washington +0.258066 cspg_html_7182873498 cspg_html_7182873498:148:20624:20631 Eramosa Guelph +0.498002 aapg_aa_702.html aapg_aa_702.html:927:116634:116638 Hall West Texas +0.463638 aapg_ai_236.html aapg_ai_236.html:144:12860:12867 Bedford Allegheny Mountains +0.471276 aapg_ad_564.html aapg_ad_564.html:780:78215:78219 Fang China +0.246482 cspg_html_1732329534 cspg_html_1732329534:67:9695:9720 Porcupine Red Deer, Alberta +0.243712 cspg_html_7402164801 cspg_html_7402164801:54:6044:6055 Belly River Lacombe, Alberta +0.51253 aapg_aa_993.html aapg_aa_993.html:107:11379:11386 Rodessa Rodessa, Louisiana +0.504339 aapg_ac_126.html aapg_ac_126.html:169:24491:24504 Bossier Bossier City, Louisiana +0.308 aapg_ac_348.html aapg_ac_348.html:303:33253:33263 Pottsville Huntington, West Virginia +0.482724 cspg_html_7402164801 cspg_html_7402164801:380:37776:37794 Foremost Milk River, Alberta +0.474264 aapg_af_551.html aapg_af_551.html:260:27546:27556 Kinderhook Kinderhook (town), New York +0.261117 aapg_ai_584.html aapg_ai_584.html:1566:142716:142722 Casper Cheyenne, Wyoming +0.8883 aapg_ai_52.html aapg_ai_52.html:61:8451:8470 Monterey Monterey, California +0.253492 geology_html_4034643281 geology_html_4034643281:223:20266:20272 Taylor London, Ontario +0.250488 sedimentology_html_2168886506 sedimentology_html_2168886506:903:68908:68977 Adams England +0.24255 aapg_ai_825.html aapg_ai_825.html:548:68833:68850 Haymond Texas +0.48 gsa_html_4120839285 gsa_html_4120839285:1208:122260:122275 Orocopia Schist Arizona +0.477158 sedimentology_html_1186659316 sedimentology_html_1186659316:189:17116:17123 Madison Kingdom of the Netherlands +0.248976 aapg_ac_486.html aapg_ac_486.html:592:72405:72413 Colorado Denver +0.500835 aapg_ae_34.html aapg_ae_34.html:486:41613:41627 Frio Shreveport, Louisiana +0.504088 geology_html_8067461474 geology_html_8067461474:316:24780:24786 Active Hannington, Northamptonshire +0.363307 aapg_ac_983.html aapg_ac_983.html:356:56940:56944 Drum Corbin City, New Jersey +0.276446 aapg_ad_723.html aapg_ad_723.html:167:15784:15800 Chinle New Mexico +0.252945 cspg_html_7989435905 cspg_html_7989435905:9:1181:1191 Blackstone Pincher Creek, Alberta +0.4745 aapg_ad_81.html aapg_ad_81.html:1152:187155:187171 Cruse Trinidad and Tobago +0.70119 cspg_html_9174286035 cspg_html_9174286035:94:12166:12190 Stooping River Moose River (Maine) +0.48608 aapg_aa_913.html aapg_aa_913.html:455:33129:33157 Edwards Texas +0.482924 gsa_html_2361725345 gsa_html_2361725345:956:79227:79255 Green River New Mexico +0.471142 cspg_html_9735723617 cspg_html_9735723617:336:43240:43264 Beverley Inlet Melville Island (Canada) +0.463072 geology_html_3056528983 geology_html_3056528983:333:27513:27518 Grove Earth +0.284284 aapg_af_18.html aapg_af_18.html:569:58258:58278 Lakota Powder River (Montana) +0.23715 sedimentology_html_7445163158 sedimentology_html_7445163158:1058:63634:63638 Bond North Sea +0.261096 aapg_ad_575.html aapg_ad_575.html:26:3342:3369 Minnelusa Cheyenne, Wyoming +0.24948 sedimentology_html_8337405859 sedimentology_html_8337405859:497:61525:61529 Hall London, Ontario +0.254976 aapg_ac_629.html aapg_ac_629.html:653:78035:78042 Pamlico Shreveport, Louisiana +0.480496 cspg_html_6880168184 cspg_html_6880168184:792:86872:86909 Barlow Inlet Canadian Arctic Archipelago +0.258332 aapg_aa_731.html aapg_aa_731.html:496:67380:67392 Wilcox Texas +0.4944 aapg_af_860.html aapg_af_860.html:46:3694:3707 Cook Mountain Texas +0.480396 cspg_html_9689514766 cspg_html_9689514766:824:104817:104829 Chazy Middle Ordovician +0.252234 geology_html_1378183813 geology_html_1378183813:214:20169:20207 Monterey California +0.26416 aapg_af_461.html aapg_af_461.html:210:19691:19726 Milwaukee Wisconsin +0.255474 aapg_ad_715.html aapg_ad_715.html:158:18823:18843 Hartshorne Allegheny Mountains +0.491326 geology_html_3785595192 geology_html_3785595192:309:26051:26060 Extension England +0.528426 aapg_ac_126.html aapg_ac_126.html:32:5270:5279 Red River San Augustine, Texas +0.252753 aapg_ae_419.html aapg_ae_419.html:1348:108385:108405 Agua Nueva El Abra +0.83754 sedimentology_html_2218775040 sedimentology_html_2218775040:183:15062:15068 Kodiak Anchorage, Alaska +0.515185 aapg_ah_543.html aapg_ah_543.html:1055:41481:41496 Tejon California +0.271942 cspg_html_1962846283 cspg_html_1962846283:82:11255:11263 Columbia Victoria, British Columbia +0.252888 palaios_html_5078880508 palaios_html_5078880508:19:956:963 El Paso Texas +0.2565 cspg_html_5889831809 cspg_html_5889831809:41:5556:5571 Woodbend Lacombe, Alberta +0.392676 geology_html_3353189632 geology_html_3353189632:307:26985:26997 Owens Valley California +0.490776 aapg_ac_702.html aapg_ac_702.html:224:23358:23374 Hertha Kansas City, Kansas +0.25542 aapg_ac_910.html aapg_ac_910.html:454:36457:36463 Sierra Coahuila +0.48925 gsa_html_1616304153 gsa_html_1616304153:91:11460:11466 Banner Glasford, Illinois +0.484009 gsa_html_8815841662 gsa_html_8815841662:62:4835:4863 Green River New Mexico +0.435504 aapg_ad_466.html aapg_ad_466.html:947:102197:102203 Tinton Tinton Falls, New Jersey +0.259844 geology_html_9794573137 geology_html_9794573137:265:22821:22830 Pocatello Boise, Idaho +0.28325 aapg_ad_0.html aapg_ad_0.html:159:15760:15768 Glenwood Glenwood, Utah +0.499069 aapg_ae_415.html aapg_ae_415.html:973:123120:123139 Catahoula Melbourne, Florida +0.281432 aapg_ad_851.html aapg_ad_851.html:148:16489:16508 San Andres Ector, Texas +0.504695 aapg_ai_144.html aapg_ai_144.html:91:10587:10595 Dunvegan Western world +0.514878 aapg_ai_696.html aapg_ai_696.html:31:4090:4096 Antler Reno, Nevada +0.245009 aapg_aa_644.html aapg_aa_644.html:721:58903:58911 Colorado Colorado +0.262095 aapg_ad_636.html aapg_ad_636.html:513:60539:60553 Frio Texas +0.479304 aapg_ah_772.html aapg_ah_772.html:752:63745:63756 Bird Spring Reno, Nevada +0.472164 cspg_html_4031489103 cspg_html_4031489103:340:50115:50133 Phillips Victoria, British Columbia +0.46116 palaios_html_7765531315 palaios_html_7765531315:10:457:473 Noonday Dolomite Death Valley +0.24892 aapg_ah_871.html aapg_ah_871.html:518:57175:57180 Chazy Montreal +0.2424 AMJC_html_2228158963 AMJC_html_2228158963:1093:107647:107667 Waterville Portland, Maine +0.248832 aapg_ad_466.html aapg_ad_466.html:165:17987:18004 Mount Laurel Salem, Massachusetts +0.24823 aapg_ae_518.html aapg_ae_518.html:145:13590:13601 Santa Clara Channel Islands of California +0.2515 gsa_html_6753732431 gsa_html_6753732431:745:66997:67021 Bouse Colorado +0.917664 cspg_html_3854139935 cspg_html_3854139935:56:8725:8732 Pakowki Lacombe, Alberta +0.493724 aapg_ad_337.html aapg_ad_337.html:110:10898:10916 Monterey San Joaquin Hills (Laguna Niguel, California) +0.45974 aapg_aa_563.html aapg_aa_563.html:278:36010:36018 Woodbine Texas +0.251904 aapg_aa_37.html aapg_aa_37.html:440:54565:54582 Thaynes Boise, Idaho +0.245935 gsa_html_9053175553 gsa_html_9053175553:467:48623:48642 Flagstaff Logan, Utah +0.280884 cspg_html_4382149016 cspg_html_4382149016:325:48062:48073 Utica Quebec City +0.499554 gsa_html_8840132442 gsa_html_8840132442:933:91250:91284 Kootenay Victoria, British Columbia +0.23387 cspg_html_7675189126 cspg_html_7675189126:327:44679:44687 Columbia Victoria, British Columbia +0.5149 aapg_ac_825.html aapg_ac_825.html:660:74374:74382 Monterey California +0.27248 aapg_af_517.html aapg_af_517.html:271:37291:37312 Santa Margarita Mountain View, California +0.484568 cspg_html_5241714595 cspg_html_5241714595:591:88108:88126 Saskatchewan Regina, Saskatchewan +0.256928 aapg_ae_226.html aapg_ae_226.html:13:2052:2059 Kanawha Malden, Missouri +0.26565 aapg_ah_847.html aapg_ah_847.html:306:36404:36415 Hornerstown Monmouth County, New Jersey +0.477603 aapg_ah_881.html aapg_ah_881.html:183:21243:21260 Huntingdon Boulder Creek (Colorado) +0.27604 cspg_html_2650524233 cspg_html_2650524233:64:10297:10304 Bearpaw Edmonton, London +0.259 cspg_html_3860685167 cspg_html_3860685167:1063:96933:96954 Etherington Lacombe, Alberta +0.247979 palaios_html_3561205174 palaios_html_3561205174:768:65366:65381 Elk Wisconsin +0.248392 aapg_aa_379.html aapg_aa_379.html:82:9576:9595 Uniontown Monongahela, Pennsylvania +0.25917 cspg_html_9683836416 cspg_html_9683836416:456:70849:70860 Belly River Lacombe, Alberta +0.265734 palaios_html_2298416430 palaios_html_2298416430:408:42625:42649 St. Mary River Lacombe, Alberta +0.367464 aapg_aa_793.html aapg_aa_793.html:473:61767:61771 Elko Reno, Nevada +0.481944 geology_html_8312255579 geology_html_8312255579:258:20270:20275 Rapid California +0.402129 cspg_html_1732329534 cspg_html_1732329534:50:7265:7284 Paskapoo Edmonton, London +0.257045 aapg_ai_107.html aapg_ai_107.html:267:27962:27969 Bossier Arkansas +0.474635 aapg_af_314.html aapg_af_314.html:183:18535:18541 Casper Cheyenne, Wyoming +0.262614 cspg_html_4272664788 cspg_html_4272664788:460:50041:50076 Banff Victoria, British Columbia +0.25654 gsa_html_7449681372 gsa_html_7449681372:63:5346:5374 Green River Colorado +0.251979 AMJC_html_5390933660 AMJC_html_5390933660:320:31288:31318 Gile Mountain Bennington, Vermont +0.242985 jgeology_html_1300888380 jgeology_html_1300888380:381:28019:28027 Catskill Juniata County School District +0.442656 gsa_html_1923206392 gsa_html_1923206392:720:60629:60643 Vinini Reno, Nevada +0.463672 aapg_ac_63.html aapg_ac_63.html:112:11685:11700 Red Rock Shreveport, Louisiana +0.48323 gsa_html_4438819447 gsa_html_4438819447:238:25640:25666 Mattagami Moose River (Ontario) +0.474447 sedimentology_html_6382215824 sedimentology_html_6382215824:1145:79878:79895 Palliser Canada +0.502 gsa_html_9621103960 gsa_html_9621103960:546:51048:51076 Green River Colorado +0.2646 aapg_ac_924.html aapg_ac_924.html:434:46562:46586 Mission Canyon Logan, Utah +0.24864 sedimentology_html_8138809465 sedimentology_html_8138809465:848:56445:56451 Banner Hanson, Massachusetts +0.46053 gsa_html_4842463190 gsa_html_4842463190:14:702:712 Washington Washington (state) +0.47439 aapg_ac_313.html aapg_ac_313.html:698:77817:77835 Herreria Dulce River +0.479142 aapg_ad_757.html aapg_ad_757.html:121:13450:13461 Black River Decorah, Iowa +0.24856 cspg_html_1313584654 cspg_html_1313584654:63:8884:8899 Pense Regina, Saskatchewan +0.261096 gsa_html_1197940982 gsa_html_1197940982:13:589:602 Santa Barbara California +0.498419 aapg_ai_975.html aapg_ai_975.html:842:68053:68071 Kiamichi San Marcos, California +0.234256 gsa_html_9515953275 gsa_html_9515953275:770:75649:75671 Oceanic California +0.261975 aapg_ad_695.html aapg_ad_695.html:72:6908:6917 Cockfield Shreveport, Louisiana +0.270384 aapg_ah_318.html aapg_ah_318.html:2242:196724:196733 La Casita Cotton Valley, Louisiana +0.815662 aapg_af_728.html aapg_af_728.html:154:18769:18773 Elko Elko, Nevada +0.47022 geology_html_4625726818 geology_html_4625726818:220:23085:23089 Bell Meade County, Kentucky +0.267285 cspg_html_4773367370 cspg_html_4773367370:181:15518:15534 Viking Fall Creek Falls State Park +0.256956 cspg_html_1771818046 cspg_html_1771818046:134:17248:17253 Banff Canmore, Alberta +0.46501 aapg_ai_780.html aapg_ai_780.html:335:33984:33992 Virginia Cape Cod +0.470745 aapg_ah_387.html aapg_ah_387.html:2488:268348:268357 Knoxville Central Valley (California) +0.261919 aapg_ah_871.html aapg_ah_871.html:426:47182:47187 Chazy Black River, Jamaica +0.900565 aapg_ac_629.html aapg_ac_629.html:423:54291:54297 Lissie Texas +0.456144 aapg_ae_805.html aapg_ae_805.html:45:6633:6650 Sandia Hermosa, Chicago +0.2525 palaios_html_7076037184 palaios_html_7076037184:302:27555:27580 Tradewater Illinois +0.265209 aapg_ai_958.html aapg_ai_958.html:78:7859:7867 Oakville Cuero, Texas +0.25853 palaios_html_1064392617 palaios_html_1064392617:589:36294:36305 Chazy Quebec City +0.279645 aapg_af_773.html aapg_af_773.html:333:36972:36993 Green River Cheyenne, Wyoming +0.3458 gsa_html_9102781796 gsa_html_9102781796:683:61616:61653 Talkeetna Anchorage, Alaska +0.468843 gsa_html_9513959579 gsa_html_9513959579:617:68432:68451 Pansy Lee Conglomerate Reno, Nevada +0.274551 aapg_ac_569.html aapg_ac_569.html:40:5628:5648 Emma Fiord Ellesmere Island +0.45105 aapg_ac_380.html aapg_ac_380.html:40:6406:6414 Virginia Huntington, West Virginia +0.265932 aapg_af_129.html aapg_af_129.html:166:17365:17388 Colorado Eagle River, Alaska +0.254012 gsa_html_1024107776 gsa_html_1024107776:922:93277:93296 Bluestone Bluefield, West Virginia +0.254904 palaios_html_1018466366 palaios_html_1018466366:1268:123707:123724 Bluesky Lacombe, Alberta +0.466736 aapg_ai_96.html aapg_ai_96.html:544:46920:46928 Mercedes Texas +0.49601 cspg_html_1456761793 cspg_html_1456761793:6:658:680 Slave Point Dunedin, Florida +0.279825 aapg_ac_563.html aapg_ac_563.html:601:86657:86676 Smackover Shreveport, Louisiana +0.238032 cspg_html_2661887503 cspg_html_2661887503:340:37455:37488 Belcher Channel Devon Island +0.24892 aapg_ad_52.html aapg_ad_52.html:1016:109146:109163 Kinderhook Michigan +0.43452 gsa_html_4650354985 gsa_html_4650354985:1106:91162:91193 Minturn Colorado +0.471056 aapg_ae_958.html aapg_ae_958.html:2488:209784:209799 Diablo Delaware +0.469396 cspg_html_3907807140 cspg_html_3907807140:668:71173:71192 Athabasca Canada +0.270039 aapg_af_830.html aapg_af_830.html:588:70208:70222 Fredericksburg Texas +0.248948 cspg_html_1351473625 cspg_html_1351473625:36:6976:6996 Mount Head Bow River +0.506264 aapg_ae_2.html aapg_ae_2.html:394:42588:42594 Walker England +0.492701 aapg_aa_303.html aapg_aa_303.html:347:32867:32884 Parting Western world +0.235578 sedimentology_html_3941612453 sedimentology_html_3941612453:870:71693:71701 Quinault Salem, Oregon +0.483189 sedimentology_html_3811113565 sedimentology_html_3811113565:1565:78680:78686 Jordan Jura Mountains +0.250901 cspg_html_5973552270 cspg_html_5973552270:75:10967:10987 Swan Hills Lacombe, Alberta +0.483894 aapg_ad_398.html aapg_ad_398.html:138:13226:13236 Tuscaloosa Mississippi River +0.4992 gsa_html_9891566604 gsa_html_9891566604:211:23333:23346 Prospect Moretown, Vermont +0.265734 cspg_html_5484260516 cspg_html_5484260516:395:34343:34361 Palliser Lacombe, Alberta +0.258981 aapg_ah_876.html aapg_ah_876.html:368:45744:45755 Pine Island Arkansas +0.251328 aapg_ai_712.html aapg_ai_712.html:86:8989:8996 Canning Perth, Scotland +0.46644 aapg_ac_612.html aapg_ac_612.html:34:3990:4002 Beaver Creek Turkey Creek, Louisiana +0.501704 cspg_html_7833083677 cspg_html_7833083677:1238:106813:106842 Eids Bathurst, New South Wales +0.244027 gsa_html_4811081253 gsa_html_4811081253:11:460:466 Oxford Michigan +0.90531 aapg_ah_508.html aapg_ah_508.html:163:15446:15466 Ontelaunee Pennsylvania +0.586969 gsa_html_7040053075 gsa_html_7040053075:1301:133373:133381 Rockwell Whittier, Alaska +0.251001 aapg_ac_986.html aapg_ac_986.html:1063:122533:122541 Colorado New Mexico +0.484242 aapg_af_288.html aapg_af_288.html:619:67887:67893 Jordan New Mexico +0.26418 cspg_html_9073385860 cspg_html_9073385860:23:1964:1988 Leduc Redwater, Texas +0.484272 gsa_html_6627974776 gsa_html_6627974776:811:62656:62667 White River Anchorage, Alaska +0.258566 aapg_ae_324.html aapg_ae_324.html:224:22645:22653 Virginia The Narrows +0.267289 aapg_ac_789.html aapg_ac_789.html:160:32401:32414 Barnett Texas +0.254925 aapg_ae_805.html aapg_ae_805.html:210:24783:24798 Molas New Mexico +0.27508 cspg_html_8509913074 cspg_html_8509913074:423:54710:54728 Eramosa Salina, Kansas +0.25938 geology_html_2908722683 geology_html_2908722683:150:12680:12696 Navajo Flushing, Queens +0.252865 sedimentology_html_1358721859 sedimentology_html_1358721859:1482:91235:91253 Provo Switzerland +0.27257 aapg_ad_325.html aapg_ad_325.html:1121:104656:104665 Smackover Mississippi River +0.272435 aapg_af_653.html aapg_af_653.html:1282:157074:157082 Monterey Southern California +0.250857 aapg_ad_452.html aapg_ad_452.html:87:7632:7639 Bromide Washington (state) +0.487424 palaios_html_5212272868 palaios_html_5212272868:439:45271:45279 Bachelor Calgary +0.46872 gsa_html_1075724130 gsa_html_1075724130:124:13242:13247 Bouse Arizona +0.489762 aapg_ad_2.html aapg_ad_2.html:1404:192006:192014 Nealmont Mercersburg, Pennsylvania +0.485305 gsa_html_8308045298 gsa_html_8308045298:602:65052:65058 Oregon California +0.242853 gsa_html_1997423355 gsa_html_1997423355:13:507:517 Washington Vancouver +0.244736 aapg_ae_324.html aapg_ae_324.html:76:7400:7409 Knoxville Saltville, Virginia +0.50759 cspg_html_5406720001 cspg_html_5406720001:198:25764:25772 Columbia Victoria, British Columbia +0.278184 gsa_html_7099585177 gsa_html_7099585177:962:82092:82126 Sanctuary Melbourne, Florida +0.255528 aapg_af_575.html aapg_af_575.html:1229:176600:176620 Fredericksburg Texas +0.26572 sedimentology_html_8989921425 sedimentology_html_8989921425:2127:152906:152913 Jackson London, Ontario +0.2652 gsa_html_1860930948 gsa_html_1860930948:614:65967:65985 Morrison Logan, Utah +0.2574 cspg_html_9692046543 cspg_html_9692046543:13:1453:1472 Newcastle Cheyenne, Wyoming +0.884384 aapg_ac_617.html aapg_ac_617.html:4:623:631 Oakville Texas +0.480816 palaios_html_6857051575 palaios_html_6857051575:684:55009:55015 Brazil Ubatuba +0.703906 palaios_html_2399848899 palaios_html_2399848899:664:57474:57489 Eutaw Alabama +0.481194 gsa_html_1826402027 gsa_html_1826402027:877:92095:92104 Flagstaff Arizona +0.376488 aapg_ae_694.html aapg_ae_694.html:145:16980:16994 Buda Buda, Texas +0.477664 gsa_html_5143056094 gsa_html_5143056094:31:3407:3420 Santa Barbara California +0.273513 aapg_ad_695.html aapg_ad_695.html:48:4799:4805 Weches Jacksonville, Illinois +0.26468 AMJC_html_7872796695 AMJC_html_7872796695:16:860:867 Windsor Ontario, California +0.250902 sedimentology_html_7856249196 sedimentology_html_7856249196:492:51413:51441 Drakes California +0.450264 aapg_ae_877.html aapg_ae_877.html:3:316:341 Beaverhill Lacombe, Alberta +0.379376 aapg_ad_944.html aapg_ad_944.html:315:27576:27594 Rierdon Montana +0.448239 jgeology_html_6990146451 jgeology_html_6990146451:211:14119:14128 Foreknobs Huntington, West Virginia +0.25344 aapg_ad_2.html aapg_ad_2.html:1285:177190:177212 Leray Watertown, Massachusetts +0.464805 geology_html_4826943077 geology_html_4826943077:11:489:502 Santa Barbara California +0.261105 aapg_ad_834.html aapg_ad_834.html:90:10520:10535 Bow Island Colorado +0.271962 aapg_af_77.html aapg_af_77.html:275:21565:21572 Rodessa Long Lake, New York +0.262524 cspg_html_5976982403 cspg_html_5976982403:18:3004:3019 Siyeh Purcell Mountains +0.247374 aapg_aa_685.html aapg_aa_685.html:350:31525:31535 North Horn Flagstaff, Arizona +0.508776 aapg_ae_916.html aapg_ae_916.html:633:76470:76478 Kootenai Cut Bank, Montana +0.501492 aapg_ae_58.html aapg_ae_58.html:25:4374:4382 Colorado Denver +0.259458 sedimentology_html_5684840410 sedimentology_html_5684840410:1790:95904:95922 Dockum Panhandle, Texas +0.270399 aapg_aa_684.html aapg_aa_684.html:65:7670:7678 Red Peak John Crow Mountains +0.251923 cspg_html_7799850124 cspg_html_7799850124:358:42127:42132 Nisku Cripple Creek, Colorado +0.26631 aapg_ae_666.html aapg_ae_666.html:249:24445:24453 Prospect Absaroka +0.496164 geology_html_5045588189 geology_html_5045588189:44:5700:5725 Sisquoc Santa Barbara, California +0.454812 cspg_html_5955028331 cspg_html_5955028331:721:71948:71964 Viking Lacombe, Alberta +0.2525 gsa_html_4058959570 gsa_html_4058959570:281:22428:22443 Macal Macal River +0.25688 aapg_ai_170.html aapg_ai_170.html:181:16934:16940 Morgan Logan, Utah +0.4712 gsa_html_1826402027 gsa_html_1826402027:688:78377:78386 Flagstaff Coconino County, Arizona +0.248948 aapg_ah_52.html aapg_ah_52.html:480:65382:65396 Lodo California +0.486983 aapg_ae_871.html aapg_ae_871.html:557:70420:70440 Loon River Anchorage, Alaska +0.476 cspg_html_4287356899 cspg_html_4287356899:3954:392057:392067 Trout Lake Anchorage, Alaska +0.481076 jgeology_html_4305195651 jgeology_html_4305195651:3105:223842:223864 Point Edward Port Jackson +0.457914 aapg_af_97.html aapg_af_97.html:103:12745:12760 Dillsboro Richmond, California +0.48822 gsa_html_1743346632 gsa_html_1743346632:1314:105045:105073 Green River Colorado +0.256452 cspg_html_6517402834 cspg_html_6517402834:40:4740:4759 Coalspur Lacombe, Alberta +0.25347 gsa_html_3151431803 gsa_html_3151431803:157:20677:20693 Navajo Kayenta, Arizona +0.256522 aapg_af_2.html aapg_af_2.html:458:51212:51231 Leadville San Juan Mountains +0.262614 cspg_html_5821391803 cspg_html_5821391803:495:41764:41774 Washington Earth +0.253916 aapg_ai_583.html aapg_ai_583.html:65:10213:10220 Laramie Powder River Basin +0.293475 aapg_ah_847.html aapg_ah_847.html:87:10146:10157 Hornerstown Navesink River +0.482816 gsa_html_1254347878 gsa_html_1254347878:442:48621:48639 Sheppard Victoria, British Columbia +0.26208 aapg_ac_361.html aapg_ac_361.html:152:17488:17498 Santa Cruz San Gregorio State Beach +0.53424 aapg_ad_192.html aapg_ad_192.html:22:2649:2665 Tuscaloosa Mississippi River +0.47916 gsa_html_2853817533 gsa_html_2853817533:892:62101:62104 Dot Eagle Bay, New York +0.232928 gsa_html_6062330506 gsa_html_6062330506:272:30593:30605 Saskatchewan New Mexico +0.270396 aapg_ad_659.html aapg_ad_659.html:347:49585:49593 Michigan Lake Superior +0.232 gsa_html_6672856503 gsa_html_6672856503:277:23902:23921 Chumstick Washington (state) +0.24816 cspg_html_2485255876 cspg_html_2485255876:613:64112:64117 Queen Ontario, California +0.252464 cspg_html_6193252551 cspg_html_6193252551:46:8367:8399 Lawrence Anticosti Island +0.678368 aapg_ah_565.html aapg_ah_565.html:31:3831:3848 Chadron Nebraska +0.263626 gsa_html_6983076294 gsa_html_6983076294:807:74959:74972 Sandia New Mexico +0.53932 aapg_ad_329.html aapg_ad_329.html:3:443:461 Brallier Pennsylvania +0.24304 gsa_html_6983076294 gsa_html_6983076294:764:72277:72311 Hazel Texas +0.26571 aapg_af_809.html aapg_af_809.html:49:5612:5631 La Quinta Colombia +0.526524 aapg_ad_691.html aapg_ad_691.html:11:1352:1362 Georgetown Texas +0.452025 aapg_ae_705.html aapg_ae_705.html:283:26912:26942 Santa Barbara Monterey, California +0.700056 sedimentology_html_4185931185 sedimentology_html_4185931185:740:58162:58196 Eureka Quartzite Reno, Nevada +0.49972 aapg_aa_777.html aapg_aa_777.html:481:48291:48296 Uinta Great Basin +0.23424 palaios_html_5921824758 palaios_html_5921824758:189:18611:18630 Chuckanut Victoria, British Columbia +0.234969 aapg_aa_863.html aapg_aa_863.html:486:41833:41850 Edwards Texas +0.252476 AMJC_html_6852581677 AMJC_html_6852581677:1056:80371:80381 Pittsburgh Earth +0.2615 aapg_af_51.html aapg_af_51.html:73:11431:11439 Colorado Logan, Utah +0.785943 cspg_html_7779401416 cspg_html_7779401416:261:31894:31905 Fossil Hill Bruce Peninsula National Park +0.504981 aapg_ai_29.html aapg_ai_29.html:809:89301:89310 Red River Texas +0.498759 aapg_af_652.html aapg_af_652.html:244:20631:20641 Phosphoria Kaibab, Arizona +0.240036 gsa_html_5605072276 gsa_html_5605072276:711:68346:68355 Extension Tyrrhenian Sea +0.264668 cspg_html_9894399778 cspg_html_9894399778:48:4387:4401 Cloverly Lacombe, Alberta +0.255224 aapg_af_305.html aapg_af_305.html:64:6413:6422 Catahoula Tensas River +0.482664 aapg_ak_117.html aapg_ak_117.html:610:57224:57229 Logan Perth, Western Australia +0.49337 aapg_ac_298.html aapg_ac_298.html:70:6161:6173 Saskatchewan Parkman, Maine +0.496356 aapg_ac_588.html aapg_ac_588.html:37:4922:4926 Rome Maryville, Missouri +0.507492 gsa_html_9650039573 gsa_html_9650039573:61:3646:3674 Green River Colorado +0.506782 aapg_aa_4.html aapg_aa_4.html:132:16926:16943 Genesee West Fork River +0.486912 jgeology_html_3255099483 jgeology_html_3255099483:307:14761:14782 Navajo Logan, Utah +0.243892 aapg_af_60.html aapg_af_60.html:74:9366:9372 Laguna Mexico +0.488735 aapg_aa_684.html aapg_aa_684.html:106:11560:11569 Popo Agie John Crow Mountains +0.488474 gsa_html_4522678867 gsa_html_4522678867:941:98401:98419 Mariposa California +0.250937 sedimentology_html_7632809154 sedimentology_html_7632809154:2277:141368:141375 Andrews Austin, Chicago +0.257556 geology_html_3524527663 geology_html_3524527663:22:1219:1227 Colorado Denver +0.48822 aapg_aa_643.html aapg_aa_643.html:278:31795:31804 Knoxville Belmont, Massachusetts +0.270396 aapg_af_847.html aapg_af_847.html:223:26559:26563 Frio Jefferson County, Colorado +0.241152 aapg_ai_593.html aapg_ai_593.html:1316:141654:141674 Fredericksburg Texas +0.899542 aapg_ae_797.html aapg_ae_797.html:227:25978:25995 Paradox Hermosa, Chicago +0.26411 aapg_ah_646.html aapg_ah_646.html:385:46651:46659 Moenkopi Moenkopi Formation +0.487272 aapg_ad_957.html aapg_ad_957.html:107:11263:11269 Vernon Bartlesville, Oklahoma +0.26156 aapg_ad_683.html aapg_ad_683.html:256:28772:28786 Rico Colorado +0.25347 aapg_ai_584.html aapg_ai_584.html:493:49331:49343 Cassa Cheyenne, Wyoming +0.262108 cspg_html_3870653554 cspg_html_3870653554:132:19396:19401 Price Victoria, British Columbia +0.68901 aapg_af_614.html aapg_af_614.html:173:13721:13728 Rodessa Shreveport, Louisiana +0.273528 cspg_html_6644065685 cspg_html_6644065685:313:32588:32616 Hecla Bay Melville Island (Canada) +0.81144 cspg_html_3060428958 cspg_html_3060428958:212:28670:28683 Bearpaw Lacombe, Alberta +0.469829 aapg_ai_510.html aapg_ai_510.html:3:220:228 Colorado Colorado +0.270375 aapg_ae_755.html aapg_ae_755.html:162:19338:19356 Yorktown North Carolina +0.499035 jgeology_html_1019094314 jgeology_html_1019094314:141:8176:8182 Brazil South Africa +0.490974 aapg_ac_621.html aapg_ac_621.html:54:6784:6805 Wood Siding Brownville (town), New York +0.246865 aapg_ad_812.html aapg_ad_812.html:43:4651:4668 Wingate New Mexico +0.264115 cspg_html_5810500722 cspg_html_5810500722:38:5949:5957 Columbia Victoria, British Columbia +0.477225 gsa_html_8335323050 gsa_html_8335323050:895:96531:96540 New River Kingston, Jamaica +0.4835 aapg_ae_3.html aapg_ae_3.html:210:29379:29385 Antler Logan, Utah +0.270076 aapg_ad_641.html aapg_ad_641.html:25:3497:3507 San Andres Texas +0.249 geology_html_9161554130 geology_html_9161554130:17:935:948 Santa Barbara California +0.261112 gsa_html_5277590404 gsa_html_5277590404:783:74009:74037 Green River Iran +0.231312 gsa_html_5158209975 gsa_html_5158209975:1063:86571:86576 Basal Boise, Idaho +0.455555 palaios_html_7765531315 palaios_html_7765531315:580:57253:57291 Kingston Peak Death Valley +0.260064 geology_html_8643498334 geology_html_8643498334:117:11881:11886 Rapid Antarctica +0.529312 aapg_ah_506.html aapg_ah_506.html:292:28947:28960 Detroit River Michigan +0.284987 aapg_aa_598.html aapg_aa_598.html:113:12311:12324 Thaynes Boise, Idaho +0.260538 cspg_html_3178645840 cspg_html_3178645840:6:408:428 Baldonnel Victoria, British Columbia +0.372932 aapg_ai_98.html aapg_ai_98.html:83:12233:12241 Woodbine Texas +0.492544 geology_html_8979691507 geology_html_8979691507:196:21171:21181 Washington Salem, Oregon +0.382402 aapg_ai_883.html aapg_ai_883.html:69:7360:7365 Eutaw Mississippi River +0.490633 gsa_html_2715449791 gsa_html_2715449791:29:2796:2824 Green River Colorado +0.275429 aapg_ae_61.html aapg_ae_61.html:205:16694:16718 Piper Sumatra +0.549666 aapg_ae_803.html aapg_ae_803.html:216:27628:27633 Coban Guatemala City +0.253456 palaios_html_3912601201 palaios_html_3912601201:455:55043:55047 Hall London, Ontario +0.249488 aapg_ai_594.html aapg_ai_594.html:416:42927:42935 Colorado Burbank, California +0.49087 palaios_html_5921824758 palaios_html_5921824758:254:25718:25734 Uinta Logan, Utah +0.458267 cspg_html_9717154602 cspg_html_9717154602:542:59171:59183 Saskatchewan Lacombe, Alberta +0.256032 aapg_ac_103.html aapg_ac_103.html:3:217:227 Washington Washington (state) +0.264096 aapg_ad_112.html aapg_ad_112.html:3:183:226 Prairie Regina, Saskatchewan +0.52345 aapg_ad_4.html aapg_ad_4.html:344:25665:25674 Frankfort Lexington, Kentucky +0.25296 aapg_ae_380.html aapg_ae_380.html:15:1940:1953 Fleming Beaumont, Texas +0.239931 gsa_html_2743423721 gsa_html_2743423721:629:66587:66593 Oregon North Umpqua River +0.485648 gsa_html_6672856503 gsa_html_6672856503:284:24527:24537 Washington Washington (state) +0.271852 cspg_html_7378664643 cspg_html_7378664643:799:112023:112041 Wabamun Pine Brook, New Jersey +0.443482 gsa_html_4534130675 gsa_html_4534130675:13:677:687 Ellensburg Washington (state) +0.248412 aapg_ac_631.html aapg_ac_631.html:325:39947:39965 Teewinot Snake River Canyon (Idaho) +0.266752 jgeology_html_3686050500 jgeology_html_3686050500:1300:94200:94207 Bearpaw Judith River Formation +0.818435 aapg_ai_255.html aapg_ai_255.html:610:86682:86694 Salina Michigan +0.255892 aapg_af_494.html aapg_af_494.html:197:21021:21037 Boas River Southampton Island +0.684204 aapg_ac_881.html aapg_ac_881.html:809:85130:85138 Deadwood Winnipeg +0.25584 gsa_html_7125621200 gsa_html_7125621200:736:65451:65455 Hall London, Ontario +0.581538 geology_html_9216301420 geology_html_9216301420:31:2945:2957 Devon Island Canada +0.894891 aapg_ah_144.html aapg_ah_144.html:9:849:855 Oxford Lake Erie +0.262135 gsa_html_4820340337 gsa_html_4820340337:289:23935:23952 Johnnie Reno, Nevada +0.496327 aapg_ac_720.html aapg_ac_720.html:53:7040:7062 Hornerstown Closter, New Jersey +0.502686 gsa_html_6281658899 gsa_html_6281658899:583:68081:68096 Uinta Logan, Utah +0.50024 cspg_html_4338314003 cspg_html_4338314003:302:31908:31925 Cardium Lacombe, Alberta +0.35816 cspg_html_1781462584 cspg_html_1781462584:63:6726:6732 Shunda Victoria, British Columbia +0.499797 aapg_ac_535.html aapg_ac_535.html:3:160:176 Viking Lacombe, Alberta +0.268752 cspg_html_9435196958 cspg_html_9435196958:1004:42698:42711 Wood Mountain Regina, Saskatchewan +0.25039 gsa_html_8863489299 gsa_html_8863489299:536:64298:64303 Crete Crete +0.510816 aapg_ad_660.html aapg_ad_660.html:11:1758:1778 San Andres Mitchell County, Iowa +0.26312 palaios_html_6025329652 palaios_html_6025329652:359:35120:35130 Washington Boise, Idaho +0.245916 cspg_html_5475723116 cspg_html_5475723116:144:15665:15686 Missisauga Logan Canyon +0.254 gsa_html_9525385678 gsa_html_9525385678:682:78619:78627 Columbia Victoria, British Columbia +0.255024 AMJC_html_3664856625 AMJC_html_3664856625:643:66155:66175 Fort Union Williston Basin +0.26772 aapg_aa_231.html aapg_aa_231.html:844:77016:77032 Borden Siltstone Illinois +0.27472 aapg_ah_428.html aapg_ah_428.html:422:49747:49756 Fort Pena Middle Ordovician +0.486588 aapg_ad_469.html aapg_ad_469.html:70:8164:8184 Hartshorne Ardmore, Pennsylvania +0.27686 aapg_ai_80.html aapg_ai_80.html:470:47018:47026 Richmond Bloomington, Indiana +0.258552 cspg_html_2161417858 cspg_html_2161417858:60:8393:8411 Lyleton Regina, Saskatchewan +0.247005 aapg_ad_581.html aapg_ad_581.html:462:54113:54119 Toledo Ohio +0.502232 aapg_ad_721.html aapg_ad_721.html:331:32647:32654 Rustler Texas +0.2655 cspg_html_3041902517 cspg_html_3041902517:853:91855:91875 Ross Victoria, British Columbia +0.497721 cspg_html_1158809242 cspg_html_1158809242:12:1466:1474 Dunvegan Cordillera Administrative Region +0.273333 aapg_ae_391.html aapg_ae_391.html:449:41226:41232 Salado Pecos County, Texas +0.484185 aapg_ad_2.html aapg_ad_2.html:229:33953:33960 Setters Wissahickon Formation +0.260084 aapg_ad_468.html aapg_ad_468.html:4:356:364 Virginia Maryland +0.48768 sedimentology_html_7005246804 sedimentology_html_7005246804:333:32794:32798 Hall London, Ontario +0.466753 aapg_aa_106.html aapg_aa_106.html:127:13190:13204 Mission Canyon Regina, Saskatchewan +0.271441 cspg_html_2882304151 cspg_html_2882304151:82:15996:16016 Blackstone Bow River +0.247396 cspg_html_5515814749 cspg_html_5515814749:285:36543:36564 Bow Island Suffield, Connecticut +0.38038 cspg_html_7434089303 cspg_html_7434089303:236:30413:30427 Thumb Mountain Ellesmere Island +0.24768 aapg_af_483.html aapg_af_483.html:73:9870:9892 Todos Santos Honduras +0.45214 aapg_ad_379.html aapg_ad_379.html:256:21708:21715 Hermosa Colorado +0.462704 gsa_html_3860045860 gsa_html_3860045860:154:18438:18444 Eugene Salem, Oregon +0.251122 aapg_ah_664.html aapg_ah_664.html:326:33629:33637 Imperial Willingdon +0.262656 aapg_af_880.html aapg_af_880.html:567:86838:86864 Coleman Junction Populus sect. Aegiros +0.495159 cspg_html_4550597410 cspg_html_4550597410:292:31997:32010 El Paso Knoxville, Tennessee +0.471334 sedimentology_html_3358647812 sedimentology_html_3358647812:1346:95486:95512 Halfway Canada +0.272435 cspg_html_8852541654 cspg_html_8852541654:6:495:513 Madison Lacombe, Alberta +0.25511 sedimentology_html_7195393000 sedimentology_html_7195393000:1020:79948:79966 Dunvegan Lacombe, Alberta +0.48719 gsa_html_2333925655 gsa_html_2333925655:894:97421:97431 Wellington Antarctica +0.2652 aapg_af_854.html aapg_af_854.html:1213:171957:171962 Logan Grayson County, Kentucky +0.243 sedimentology_html_5459138397 sedimentology_html_5459138397:864:67975:67981 Thrifty London, Ontario +0.252396 aapg_ae_958.html aapg_ae_958.html:2191:188904:188920 Whitehorse Carlsbad, New Mexico +0.287071 aapg_aa_976.html aapg_aa_976.html:216:25132:25140 Colorado Carmel, Indiana +0.248997 cspg_html_7086880709 cspg_html_7086880709:177:20536:20543 Manetoe Dunedin, Florida +0.532467 aapg_ad_564.html aapg_ad_564.html:4034:316610:316621 Mowry Sevier orogeny +0.263165 geology_html_3717843204 geology_html_3717843204:120:12729:12747 Gowganda Ontario, California +0.397485 cspg_html_5241714595 cspg_html_5241714595:403:62678:62696 Saskatchewan Williston Basin +0.377504 aapg_ad_4.html aapg_ad_4.html:193:13568:13577 Hermitage Kentucky +0.265967 aapg_af_663.html aapg_af_663.html:844:79557:79582 Blackjack Creek Higginsville, Missouri +0.241868 sedimentology_html_9426531106 sedimentology_html_9426531106:1039:64266:64272 Sierra Region of Murcia +0.46431 aapg_ai_957.html aapg_ai_957.html:133:13670:13688 Colorado Uvalde, Texas +0.263165 aapg_af_848.html aapg_af_848.html:21:2219:2238 Smackover Cotton Valley, Louisiana +0.237048 AMJC_html_6460325105 AMJC_html_6460325105:862:91726:91732 Eugene Salem, Oregon +0.438672 aapg_af_461.html aapg_af_461.html:189:17419:17430 Thiensville Wisconsin +0.24288 aapg_ae_306.html aapg_ae_306.html:630:74359:74364 Colon Colombia +0.493812 aapg_af_839.html aapg_af_839.html:3:366:378 Grand Rapids Michigan +0.495803 cspg_html_6306091047 cspg_html_6306091047:726:99494:99502 Columbia Victoria, British Columbia +0.559728 cspg_html_4364132564 cspg_html_4364132564:267:34444:34453 Spearfish Spearfish, South Dakota +0.268315 cspg_html_4293350162 cspg_html_4293350162:99:15713:15734 Livingstone Boulder Creek (Colorado) +0.277984 aapg_ai_105.html aapg_ai_105.html:583:69981:69998 Oquirrh Colorado Plateau +0.48735 sedimentology_html_5404275170 sedimentology_html_5404275170:811:53350:53357 Andrews Denmark +0.52128 aapg_ad_3.html aapg_ad_3.html:383:36094:36103 Blackford Knoxville, Tennessee +0.274567 cspg_html_4680797491 cspg_html_4680797491:380:38749:38786 Slave Point Lacombe, Alberta +0.267624 palaios_html_7196438349 palaios_html_7196438349:615:61446:61454 Victoria Victoria, British Columbia +0.26536 aapg_aa_784.html aapg_aa_784.html:100:11139:11153 Chainman Yucca Mountain +0.499372 cspg_html_9689514766 cspg_html_9689514766:716:85380:85387 Telford Manitoulin Island +0.255524 gsa_html_3445493534 gsa_html_3445493534:595:65980:65998 Sisquoc California +0.47846 cspg_html_4298557570 cspg_html_4298557570:25:3534:3558 St. Mary River Lacombe, Alberta +0.274052 cspg_html_5595872887 cspg_html_5595872887:25:3276:3293 Livingstone Canada +0.25008 aapg_af_704.html aapg_af_704.html:187:17951:17958 Duperow Red River of the North +0.259588 aapg_ai_208.html aapg_ai_208.html:3:429:441 Castle Hayne North Carolina +0.467973 aapg_ai_805.html aapg_ai_805.html:75:8906:8924 Athabasca Lacombe, Alberta +0.248392 aapg_aa_684.html aapg_aa_684.html:156:16138:16142 Jelm Cheyenne, Wyoming +0.241516 aapg_ai_163.html aapg_ai_163.html:54:5138:5146 Colorado Colorado Springs, Colorado +0.229914 gsa_html_4930932370 gsa_html_4930932370:764:76792:76810 Hiawatha Graywacke Iron River, Wisconsin +0.484009 aapg_ad_401.html aapg_ad_401.html:147:11632:11640 Altamont Fort Union Trading Post National Historic Site +0.474635 aapg_ah_160.html aapg_ah_160.html:280:33074:33089 Racine Ontario, California +0.27456 geology_html_6186734946 geology_html_6186734946:143:17007:17015 Niobrara Matamoros, Tamaulipas +0.492975 aapg_aa_654.html aapg_aa_654.html:251:38397:38413 Sandia Sangre de Cristo Range +0.23406 palaios_html_2623118674 palaios_html_2623118674:1014:103631:103639 Colorado Grand Mesa +0.253482 gsa_html_5140765555 gsa_html_5140765555:865:65461:65468 Herring California +0.472752 sedimentology_html_8384737970 sedimentology_html_8384737970:388:32648:32655 Entrada Carmel, Indiana +0.245727 aapg_ai_720.html aapg_ai_720.html:203:22426:22433 Raritan Long Island (Massachusetts) +0.272259 palaios_html_3022467877 palaios_html_3022467877:353:39190:39198 Navesink Closter, New Jersey +0.264704 cspg_html_1354945055 cspg_html_1354945055:797:96240:96245 Logan Perth, Western Australia +0.255955 aapg_aa_328.html aapg_aa_328.html:885:68802:68808 Alazan Francia +0.254478 cspg_html_2838996125 cspg_html_2838996125:73:13536:13554 Ramparts Canada +0.263755 aapg_ah_96.html aapg_ah_96.html:129:14444:14458 Winnipeg Williston, Vermont +0.256928 cspg_html_9501006975 cspg_html_9501006975:408:47862:47873 Shaftesbury Lacombe, Alberta +0.246272 aapg_ah_414.html aapg_ah_414.html:46:3301:3315 Colorado Colorado +0.255021 aapg_ai_328.html aapg_ai_328.html:419:41931:41947 Menard Illinois +0.248517 cspg_html_8525917094 cspg_html_8525917094:245:31321:31333 Saskatchewan Cheyenne, Wyoming +0.496244 jgeology_html_6865938591 jgeology_html_6865938591:124:6686:6703 Entrada Colorado Plateau +0.2595 aapg_ah_422.html aapg_ah_422.html:18:1677:1699 Willow Creek Cardston, Alberta +0.381952 cspg_html_2039656422 cspg_html_2039656422:134:12595:12614 Neruokpuk Spring River (Missouri) +0.4785 cspg_html_3104351736 cspg_html_3104351736:860:87522:87530 Montreal Calgary +0.882924 aapg_aa_147.html aapg_aa_147.html:318:37908:37927 Red River Winnipeg +0.44935 geology_html_4953473849 geology_html_4953473849:126:10590:10598 Colorado Colorado +0.252486 gsa_html_3646882130 gsa_html_3646882130:178:16921:16927 Oregon Boise, Idaho +0.257556 aapg_aa_4.html aapg_aa_4.html:272:36422:36441 Sherburne Ithaca, New York +0.267285 aapg_ac_908.html aapg_ac_908.html:45:6060:6066 Provo Turkey +0.210128 AMJC_html_1873062106 AMJC_html_1873062106:1154:119576:119594 Morrison Colorado +0.509427 aapg_ah_779.html aapg_ah_779.html:647:120631:120643 Marble Falls Logan, Utah +0.252993 aapg_af_638.html aapg_af_638.html:173:13283:13296 Bedford Antrim, County Antrim +0.248472 gsa_html_4181975259 gsa_html_4181975259:681:65097:65103 Oregon Salem, Oregon +0.249194 aapg_ae_874.html aapg_ae_874.html:97:11097:11102 Price Huntington, West Virginia +0.711051 jgeology_html_8064855537 jgeology_html_8064855537:233:14613:14629 Dakota Uinta Mountains +0.271806 geology_html_2345977738 geology_html_2345977738:111:10467:10483 Table Head Middle Ordovician +0.461076 gsa_html_9843343868 gsa_html_9843343868:820:67664:67674 Florissant Colorado +0.245935 aapg_ah_217.html aapg_ah_217.html:255:31827:31833 Benson Chemung, New York +0.25896 geology_html_1390060534 geology_html_1390060534:191:15921:15932 Green River Colorado Plateau +0.257556 aapg_af_468.html aapg_af_468.html:305:28735:28749 Frio Shreveport, Louisiana +0.252374 palaios_html_3406135825 palaios_html_3406135825:215:21709:21722 Potsdam Green Mountains +0.479605 geology_html_2307006478 geology_html_2307006478:268:20878:20917 Bruce Logan, Utah +0.253456 cspg_html_7412849391 cspg_html_7412849391:7:666:686 Frenchman Edmonton, London +0.459171 aapg_ac_245.html aapg_ac_245.html:272:38257:38280 Grove Missouri River +0.260896 aapg_ac_59.html aapg_ac_59.html:290:36557:36577 Stadium Conglomerate Poway, California +0.248003 aapg_ae_129.html aapg_ae_129.html:29:2746:2754 Michigan Michigan +0.466506 geology_html_4599156600 geology_html_4599156600:168:17955:17977 Scott Canyon Eagle Bay, New York +0.46342 jgeology_html_5194202686 jgeology_html_5194202686:58:2566:2572 Provo Apennine Mountains +0.2545 sedimentology_html_1123580665 sedimentology_html_1123580665:251:21793:21801 Scotland England +0.26826 palaios_html_9370776107 palaios_html_9370776107:377:32074:32078 Hall London, Ontario +0.472104 aapg_ai_527.html aapg_ai_527.html:28:2936:2955 Fruitland Kirtland, Ohio +0.27405 aapg_af_51.html aapg_af_51.html:236:26485:26492 Gateway Colorado +0.244488 aapg_af_624.html aapg_af_624.html:225:14888:14907 Rock Springs Sweetwater, Miami-Dade County, Florida +0.487473 aapg_ai_410.html aapg_ai_410.html:320:27990:27995 Viola Bigfork, Montana +0.2475 aapg_ak_55.html aapg_ak_55.html:113:11840:11865 Venango Venango, Pennsylvania +0.25584 cspg_html_3554431164 cspg_html_3554431164:47:6839:6854 Nisku Rocky Mountains +0.257045 jgeology_html_6186634367 jgeology_html_6186634367:597:49384:49389 Piute Grand Canyon +0.246909 aapg_ae_330.html aapg_ae_330.html:42:6017:6027 Cumberland Clinton County, Ohio +0.254478 cspg_html_3521815736 cspg_html_3521815736:57:9917:9926 Baldonnel Middle East +0.265104 sedimentology_html_3199608174 sedimentology_html_3199608174:187:25875:25879 Hall London, Ontario +0.3555 aapg_af_663.html aapg_af_663.html:670:65155:65171 Pawnee Missouri River +0.262636 cspg_html_4293350162 cspg_html_4293350162:7:785:802 Livingstone Crowsnest Pass, Alberta +0.483966 sedimentology_html_5315330584 sedimentology_html_5315330584:537:49489:49493 Java Borneo +0.23474 aapg_af_383.html aapg_af_383.html:49:7311:7315 Omoa Guatemala +0.26676 aapg_ai_572.html aapg_ai_572.html:73:8655:8672 Vamoosa Pontotoc County, Mississippi +0.273513 aapg_ai_724.html aapg_ai_724.html:274:26840:26859 Allen Bay Southeast Asia +0.252476 aapg_aa_678.html aapg_aa_678.html:148:16128:16133 Yukon Lacombe, Alberta +0.266112 aapg_af_366.html aapg_af_366.html:21:2468:2482 Lisburne Anchorage, Alaska +0.489255 sedimentology_html_6297400179 sedimentology_html_6297400179:1308:75511:75519 Columbia Victoria, British Columbia +0.252374 aapg_ac_273.html aapg_ac_273.html:86:7639:7646 Kanawha Upshur County, West Virginia +0.245391 aapg_aa_22.html aapg_aa_22.html:536:50311:50330 Maquoketa Maquoketa, Iowa +0.254015 gsa_html_6753732431 gsa_html_6753732431:320:29151:29169 Stirling Quartzite Marble Mountain Wilderness +0.48573 aapg_ac_965.html aapg_ac_965.html:704:76034:76041 Manlius Hudson Valley +0.469116 gsa_html_1079290957 gsa_html_1079290957:1143:105968:106003 Forest Colorado +0.259056 geology_html_7071555634 geology_html_7071555634:308:21927:21946 Pocatello Boise, Idaho +0.266562 aapg_ac_984.html aapg_ac_984.html:115:10345:10355 Eau Claire Wisconsin +0.491582 aapg_ai_256.html aapg_ai_256.html:124:14716:14725 Franconia Ohio +0.504849 geology_html_8611700372 geology_html_8611700372:283:25426:25436 Washington Mount Pinatubo +0.25414 aapg_ah_772.html aapg_ah_772.html:541:42407:42422 Wolfcamp Missouri River +0.456 aapg_ae_749.html aapg_ae_749.html:683:67460:67494 Walker Virginia +0.511784 aapg_ah_180.html aapg_ah_180.html:94:10391:10411 Mahantango Catskill Mountains +0.271932 geology_html_2056111011 geology_html_2056111011:15:946:956 Washington Earth +0.2485 palaios_html_4356021700 palaios_html_4356021700:879:71076:71080 Bell London, Ontario +0.682864 palaios_html_7274959329 palaios_html_7274959329:61:7264:7284 Eau Claire Wisconsin +0.245487 aapg_ac_575.html aapg_ac_575.html:692:97878:97898 Phosphoria East Carbon, Utah +0.23836 aapg_aa_648.html aapg_aa_648.html:215:25900:25908 Virginia Cape Hatteras Light +0.463158 aapg_af_288.html aapg_af_288.html:260:30249:30258 Horquilla New Mexico +0.267104 aapg_ae_876.html aapg_ae_876.html:558:59989:60003 Cedar Mountain Mancos, Colorado +0.260099 jgeology_html_1188020601 jgeology_html_1188020601:320:19567:19579 Little Falls Lyon Mountain (Clinton County, New York) +0.251988 aapg_ak_109.html aapg_ak_109.html:516:45887:45913 Peninsula Dammam +0.47712 cspg_html_6702053097 cspg_html_6702053097:432:49738:49754 George Bennington, Vermont +0.249775 gsa_html_3556551590 gsa_html_3556551590:32:3097:3104 Oceanic Earth +0.244 aapg_aa_702.html aapg_aa_702.html:51:31990:32003 Madison Williston, Vermont +0.256036 aapg_ae_789.html aapg_ae_789.html:261:29514:29527 Wabamun Pine Brook, New Jersey +0.26367 gsa_html_7605900420 gsa_html_7605900420:500:48779:48785 Snyder California +0.257964 aapg_ad_11.html aapg_ad_11.html:125:17178:17188 Hell Creek Fort Union Trading Post National Historic Site +0.491748 cspg_html_8121202912 cspg_html_8121202912:264:32655:32670 Skoki Horseshoe Lake, Arkansas +0.460638 aapg_ac_629.html aapg_ac_629.html:350:44694:44701 Bentley Montgomery (town), New York +0.477084 gsa_html_9353787239 gsa_html_9353787239:980:86655:86674 Nankoweap Flagstaff, Arizona +0.48672 aapg_ai_694.html aapg_ai_694.html:16:2669:2684 Ingleside Houston +0.508167 aapg_ae_974.html aapg_ae_974.html:7:824:829 Yegua Zapata, Texas +0.496944 cspg_html_3447886929 cspg_html_3447886929:128:15071:15082 Utica Anticosti Island +0.24582 aapg_af_614.html aapg_af_614.html:67:5310:5340 Smackover Shreveport, Louisiana +0.48516 cspg_html_4165571187 cspg_html_4165571187:16:2120:2128 Columbia Victoria, British Columbia +0.46368 aapg_aa_465.html aapg_aa_465.html:83:15512:15536 Edwards Luling, Louisiana +0.280188 aapg_ai_107.html aapg_ai_107.html:105:10106:10128 Eagle Bagrationovsk +0.258063 cspg_html_1188455526 cspg_html_1188455526:180:28226:28248 Wilkie Point Melville Island (Canada) +0.397188 gsa_html_7199417381 gsa_html_7199417381:297:33098:33118 Peoria Eustis, Florida +0.43488 cspg_html_9343899465 cspg_html_9343899465:2028:178847:178859 Hecla Bay Melville Island (Canada) +0.262644 gsa_html_5851281923 gsa_html_5851281923:242:24746:24756 Washington Pacific Northwest +0.251904 aapg_ah_820.html aapg_ah_820.html:159:12337:12344 Hermosa Colorado +0.26468 sedimentology_html_8343819929 sedimentology_html_8343819929:40:3399:3403 Java Borneo +0.259979 cspg_html_5484260516 cspg_html_5484260516:1394:121195:121205 Big Valley Lacombe, Alberta +0.8055 aapg_af_85.html aapg_af_85.html:116:12745:12756 Slave Point Great Slave Lake +0.477405 aapg_ac_79.html aapg_ac_79.html:77:10438:10458 Conemaugh Hocking County, Ohio +0.500892 aapg_aa_735.html aapg_aa_735.html:114:10513:10530 Keokuk Illinois +0.69881 aapg_ah_271.html aapg_ah_271.html:3:167:190 Cotton Valley East Texas +0.24941 aapg_ae_181.html aapg_ae_181.html:107:15821:15830 Owl Creek Mississippi River +0.264132 cspg_html_9493908895 cspg_html_9493908895:39:3708:3725 Cardium Wapiti River +0.472872 AMJC_html_7141186441 AMJC_html_7141186441:1732:154415:154421 Denver Colorado +0.49469 gsa_html_2509147847 gsa_html_2509147847:111:16956:16970 Pasayten Western world +0.48501 gsa_html_4438819447 gsa_html_4438819447:734:71595:71601 Denver Colorado +0.489842 aapg_ae_643.html aapg_ae_643.html:192:22786:22794 Somerset Luzerne County, Pennsylvania +0.260075 aapg_ad_659.html aapg_ad_659.html:6:860:868 Michigan Wisconsin +0.484242 sedimentology_html_1046729113 sedimentology_html_1046729113:1843:151345:151369 Kaskapau Victoria, British Columbia +0.258981 aapg_ac_983.html aapg_ac_983.html:213:34609:34626 Cherryvale Nebraska +0.490716 gsa_html_4339524478 gsa_html_4339524478:468:47982:47990 Columbia Victoria, British Columbia +0.48552 gsa_html_5274400800 gsa_html_5274400800:544:45188:45214 Monterey Channel Islands of California +0.276627 aapg_af_664.html aapg_af_664.html:238:25522:25532 San Andres Delaware +0.263472 aapg_af_833.html aapg_af_833.html:715:77982:77988 Dakota Fall River, Nova Scotia +0.251715 cspg_html_4287356899 cspg_html_4287356899:3753:380888:380903 Banff Lacombe, Alberta +0.247852 aapg_ae_40.html aapg_ae_40.html:229:20357:20384 West Spring Creek Healdton, Oklahoma +0.26361 cspg_html_4287356899 cspg_html_4287356899:486:70045:70078 Cathedral Western world +0.485556 cspg_html_9701352317 cspg_html_9701352317:97:9505:9525 Otto Fiord Canadian Arctic Archipelago +0.896634 gsa_html_8152640301 gsa_html_8152640301:20:882:913 Naknek Anchorage, Alaska +0.26883 cspg_html_8818854104 cspg_html_8818854104:122:15940:15948 Columbia Victoria, British Columbia +0.254769 aapg_ac_477.html aapg_ac_477.html:589:67767:67784 Cardium Lacombe, Alberta +0.253272 cspg_html_9987144175 cspg_html_9987144175:347:40889:40910 Bathurst Canadian Arctic Archipelago +0.479689 jgeology_html_3756303604 jgeology_html_3756303604:308:21291:21303 Cid North Carolina +0.345216 palaios_html_3306053371 palaios_html_3306053371:521:69592:69610 Moenkopi Logan, Utah +0.252464 cspg_html_3102530088 cspg_html_3102530088:74:10130:10135 Mt Lytton Milk River, Alberta +0.26571 cspg_html_1274054064 cspg_html_1274054064:147:21454:21465 Belly River Milk River, Alberta +0.472017 aapg_ai_999.html aapg_ai_999.html:237:18132:18152 Twin Creek Logan, Utah +0.267189 aapg_ad_958.html aapg_ad_958.html:455:44568:44578 Keokuk Salina, Kansas +0.2555 sedimentology_html_7996519401 sedimentology_html_7996519401:813:69683:69690 Compton South Africa +0.466336 geology_html_5817459329 geology_html_5817459329:241:21904:21907 Arc Anchorage, Alaska +0.500835 aapg_ah_521.html aapg_ah_521.html:184:19891:19907 Carrizo Carrizo Plain +0.482275 sedimentology_html_5880564597 sedimentology_html_5880564597:856:60090:60096 Denver Colorado +0.821808 aapg_ad_318.html aapg_ad_318.html:123:17332:17348 Salina Bloomington, Indiana +0.24072 cspg_html_9912281240 cspg_html_9912281240:705:76394:76416 Judith River Lacombe, Alberta +0.253 cspg_html_7135913551 cspg_html_7135913551:662:49662:49667 Lance Fort Union Trading Post National Historic Site +0.257013 aapg_ac_316.html aapg_ac_316.html:49:6533:6549 Whitehorse New Mexico +0.258 cspg_html_9354781888 cspg_html_9354781888:668:53645:53656 Peace River Victoria, British Columbia +0.290146 aapg_ah_869.html aapg_ah_869.html:1010:94509:94525 Inyan Kara Cheyenne, Wyoming +0.269361 cspg_html_3498654953 cspg_html_3498654953:5:248:264 Viking Lacombe, Alberta +0.6705 aapg_ac_92.html aapg_ac_92.html:4:788:803 Atoka Atoka, Oklahoma +0.248976 aapg_ai_836.html aapg_ai_836.html:388:39481:39487 Brazil German South-West Africa +0.246945 cspg_html_6285618099 cspg_html_6285618099:7:484:502 Delorme Middle Ordovician +0.51304 aapg_ac_846.html aapg_ac_846.html:15:3128:3141 Bandera Illinois +0.254448 aapg_ai_593.html aapg_ai_593.html:1664:170295:170315 Duck Creek Texas +0.25844 cspg_html_9177794814 cspg_html_9177794814:13:1510:1526 Alapah Anchorage, Alaska +0.262095 aapg_af_497.html aapg_af_497.html:579:53757:53765 Colorado Las Animas County, Colorado +0.491898 geology_html_3526420930 geology_html_3526420930:11:502:512 Washington Washington (state) +0.48807 aapg_ac_252.html aapg_ac_252.html:128:13912:13928 Cutler Coconino County, Arizona +0.339648 aapg_ad_351.html aapg_ad_351.html:475:42577:42596 Northview Missouri River +0.487272 aapg_af_788.html aapg_af_788.html:28:3536:3544 Michigan Michigan +0.25012 aapg_ad_462.html aapg_ad_462.html:199:11940:11945 Leduc Redwater, Texas +0.501034 aapg_af_745.html aapg_af_745.html:46:7642:7651 San Diego Denver +0.252506 AMJC_html_4504848787 AMJC_html_4504848787:219:22781:22803 Mechum River Castleton, Vermont +0.248805 gsa_html_8319219146 gsa_html_8319219146:370:39805:39823 Bull Run Groveton, New Hampshire +0.27456 cspg_html_5501097280 cspg_html_5501097280:16:2591:2607 Hector Lacombe, Alberta +0.48762 aapg_af_575.html aapg_af_575.html:1119:160956:160976 Georgetown Buda, Texas +0.26156 aapg_ah_203.html aapg_ah_203.html:48:7367:7377 Nacimiento San Juan, Argentina +0.486837 aapg_ae_961.html aapg_ae_961.html:89:7120:7126 Lisbon Valley City, North Dakota +0.692476 aapg_ah_469.html aapg_ah_469.html:282:25324:25335 Sparta Shreveport, Louisiana +0.2505 aapg_ah_479.html aapg_ah_479.html:43:4783:4790 La Luna Maracaibo +0.455382 aapg_ad_377.html aapg_ad_377.html:281:29218:29242 Hungry Valley San Gabriel Valley +0.724715 geology_html_1477892936 geology_html_1477892936:229:20975:20983 Toroweap Arizona +0.259548 gsa_html_1874034425 gsa_html_1874034425:3540:276208:276214 Moscow Black Sea +0.256486 jgeology_html_4305195651 jgeology_html_4305195651:1928:143530:143551 Mauch Chunk Pottsville, Pennsylvania +0.247476 cspg_html_1009749092 cspg_html_1009749092:559:64782:64796 Edmonton Lacombe, Alberta +0.252266 aapg_ai_74.html aapg_ai_74.html:56:7138:7145 Cypress Illinois +0.500325 cspg_html_8568877195 cspg_html_8568877195:51:8519:8530 Belly River Judith River Formation +0.251122 sedimentology_html_1046729113 sedimentology_html_1046729113:1483:133985:134003 Dunvegan Lacombe, Alberta +0.2772 aapg_ai_669.html aapg_ai_669.html:77:11655:11670 Lance Cheyenne, Wyoming +0.2565 cspg_html_1260733368 cspg_html_1260733368:23:3241:3287 Medicine Hat Colorado +0.471225 gsa_html_4339524478 gsa_html_4339524478:1064:98069:98075 Oregon Salem, Oregon +0.276148 aapg_ah_608.html aapg_ah_608.html:50:4659:4668 Mesaverde El Paso, Texas +0.248346 jgeology_html_1095412310 jgeology_html_1095412310:421:25991:26008 Manlius Cherry Valley, Illinois +0.379809 gsa_html_5081991493 gsa_html_5081991493:1558:111817:111822 Uinta Colorado +0.263355 aapg_ac_5.html aapg_ac_5.html:128:12994:13001 Cardium Lacombe, Alberta +0.471735 cspg_html_9683836416 cspg_html_9683836416:462:71192:71208 Oldman Lacombe, Alberta +0.277172 aapg_ah_646.html aapg_ah_646.html:186:22580:22596 Chinle San Juan River (Nicaragua) +0.475629 aapg_ah_158.html aapg_ah_158.html:137:25350:25363 Lone Mountain New Mexico +0.2397 aapg_ae_250.html aapg_ae_250.html:48:4394:4413 Minnelusa Cheyenne, Wyoming +0.534404 aapg_ah_53.html aapg_ah_53.html:25:3313:3321 Golconda Illinois +0.781248 cspg_html_8145657505 cspg_html_8145657505:468:61575:61604 Swan Hills Canada +0.27352 aapg_ae_3.html aapg_ae_3.html:8:1329:1335 Antler Boise, Idaho +0.23961 cspg_html_9958679425 cspg_html_9958679425:80:11122:11134 Saskatchewan Manitoba +0.480636 aapg_ae_981.html aapg_ae_981.html:254:21877:21883 Laurel Knoxville, Tennessee +0.26052 sedimentology_html_7026440455 sedimentology_html_7026440455:1703:91794:91836 Bluff Canada +0.244829 palaios_html_7765531315 palaios_html_7765531315:72:8205:8221 Noonday Dolomite Death Valley +0.515712 aapg_aa_23.html aapg_aa_23.html:3:484:499 Interlake Red River of the North +0.483246 cspg_html_7086880709 cspg_html_7086880709:235:28036:28056 Lonely Bay Victoria, British Columbia +0.261085 cspg_html_3068776384 cspg_html_3068776384:582:62516:62533 Cardium Victoria, British Columbia +0.253532 gsa_html_3010975239 gsa_html_3010975239:507:60534:60542 Michigan Bloomington, Indiana +0.49317 aapg_ad_351.html aapg_ad_351.html:677:57912:57932 Keokuk Arkansas +0.241566 aapg_aa_684.html aapg_aa_684.html:362:34751:34755 Jelm Cheyenne, Wyoming +0.255009 geology_html_8823270296 geology_html_8823270296:288:24881:24885 Bell Kalgoorlie +0.494208 palaios_html_3028956190 palaios_html_3028956190:796:84266:84283 Bearpaw Lacombe, Alberta +0.448239 cspg_html_9958679425 cspg_html_9958679425:23:2886:2898 Cooking Lake Calmar, Alberta +0.472934 aapg_ac_302.html aapg_ac_302.html:403:51016:51033 Bird Spring Spring Mountains National Recreation Area +0.263025 aapg_ae_17.html aapg_ae_17.html:165:20476:20486 Rio Grande Coahuila +0.48348 AMJC_html_5969956211 AMJC_html_5969956211:1714:192300:192308 Colorado Logan, Utah +0.28455 cspg_html_4694210878 cspg_html_4694210878:136:16301:16337 Severn River River Severn +0.501034 cspg_html_1962846283 cspg_html_1962846283:551:69308:69314 Fernie Kootenay River +0.49113 aapg_ah_857.html aapg_ah_857.html:19:2273:2279 Vinson Belize +0.25636 cspg_html_1222040397 cspg_html_1222040397:38:5669:5685 Road River Middle Ordovician +0.46455 geology_html_1523318259 geology_html_1523318259:197:22502:22510 Colorado Denver +0.489915 geology_html_2681647417 geology_html_2681647417:17:1159:1168 San Diego California +0.257895 aapg_ad_244.html aapg_ad_244.html:217:20273:20285 Little Falls Poland +0.26574 cspg_html_1456761793 cspg_html_1456761793:48:9138:9160 Slave Point Dunedin, Florida +0.37468 gsa_html_8881958017 gsa_html_8881958017:489:48072:48087 Elise Nelson, New Zealand +0.250976 cspg_html_5139035315 cspg_html_5139035315:425:52236:52257 Green River Colorado +0.485077 cspg_html_9957758447 cspg_html_9957758447:6:461:494 Birdbear Regina, Saskatchewan +0.23616 aapg_ai_776.html aapg_ai_776.html:405:43428:43461 Bell Delaware +0.472374 aapg_ac_807.html aapg_ac_807.html:420:43143:43161 Patuxent Patapsco River +0.491582 cspg_html_9879671248 cspg_html_9879671248:34:3993:4032 Wabamun Lacombe, Alberta +0.262973 cspg_html_2139304729 cspg_html_2139304729:39:6434:6453 Hecla Bay Melville Island (Canada) +0.256 cspg_html_9346298272 cspg_html_9346298272:280:31053:31059 Denver Colorado +0.24794 aapg_ah_435.html aapg_ah_435.html:381:45494:45505 San Antonio San Juan River (Nicaragua) +0.4992 cspg_html_9637445661 cspg_html_9637445661:141:14675:14683 Moosebar Victoria, British Columbia +0.26469 gsa_html_4339524478 gsa_html_4339524478:793:78624:78634 Washington Wallowa, Oregon +0.26728 aapg_ah_157.html aapg_ah_157.html:250:35502:35517 Knobs Camden Town +0.50076 aapg_ae_419.html aapg_ae_419.html:1101:93143:93160 Edwards Mexico +0.262143 sedimentology_html_4021147902 sedimentology_html_4021147902:797:45956:45960 Hall London, Ontario +0.268732 sedimentology_html_9998036374 sedimentology_html_9998036374:1628:95644:95656 Moreno California +0.516362 jgeology_html_6186634367 jgeology_html_6186634367:771:60847:60852 Nopah California +0.476046 cspg_html_5960210762 cspg_html_5960210762:421:40170:40193 Doig Lacombe, Alberta +0.442128 aapg_af_382.html aapg_af_382.html:38:6656:6660 Omoa Honduras +0.451178 geology_html_9694850680 geology_html_9694850680:18:1403:1411 Virginia North Carolina +0.487272 cspg_html_7688587411 cspg_html_7688587411:249:26411:26428 Cardium Lacombe, Alberta +0.493218 aapg_ai_107.html aapg_ai_107.html:235:23939:23958 Smackover Smith County, Kansas +0.258266 gsa_html_5865982995 gsa_html_5865982995:1321:139787:139793 Casper Cheyenne, Wyoming +0.256 jgeology_html_2497886918 jgeology_html_2497886918:572:32101:32110 Peninsula Korea +0.48144 gsa_html_9613801428 gsa_html_9613801428:128:14483:14511 Talkeetna Matanuska Glacier +0.258552 cspg_html_9119878068 cspg_html_9119878068:264:33215:33231 Ireton Lacombe, Alberta +0.252164 geology_html_2461616775 geology_html_2461616775:214:16153:16163 Washington Seattle +0.246302 aapg_ai_593.html aapg_ai_593.html:1582:163269:163286 Denton Fort Worth, Texas +0.507528 aapg_ad_466.html aapg_ad_466.html:150:16165:16172 Raritan Maryland +0.262108 aapg_aa_737.html aapg_aa_737.html:6:819:827 Michigan Ohio +0.480038 aapg_ae_419.html aapg_ae_419.html:2153:147641:147648 La Mula Victoria, British Columbia +0.263169 aapg_ae_446.html aapg_ae_446.html:269:26523:26544 Queen Winkler County Airport +0.25532 aapg_ah_167.html aapg_ah_167.html:547:49134:49140 Cannon Washington (state) +0.268288 aapg_ah_979.html aapg_ah_979.html:349:34742:34766 Goliad Hebbronville, Texas +0.50284 gsa_html_8682965415 gsa_html_8682965415:845:66066:66094 Green River Colorado +0.253482 gsa_html_2713524768 gsa_html_2713524768:575:50974:50987 Cotton Valley Bossier City, Louisiana +0.370176 cspg_html_5139035315 cspg_html_5139035315:387:49825:49846 Green River Logan, Utah +0.25092 aapg_aa_691.html aapg_aa_691.html:671:90534:90542 Michigan Salina, Kansas +0.48654 geology_html_7420494965 geology_html_7420494965:11:466:476 Washington Washington (state) +0.254925 AMJC_html_6098427986 AMJC_html_6098427986:612:74262:74267 Crete Crete +0.256432 aapg_ae_306.html aapg_ae_306.html:924:105686:105692 Sierra Cordillera Oriental (Colombia) +0.247506 geology_html_2053083395 geology_html_2053083395:123:15627:15635 Victoria Patterson Lakes, Victoria +0.255488 aapg_af_631.html aapg_af_631.html:361:35644:35651 Rustler Western world +0.490716 cspg_html_4272664788 cspg_html_4272664788:6:503:511 Columbia Victoria, British Columbia +0.249424 aapg_ac_515.html aapg_ac_515.html:89:11046:11062 Harmony Hondo, Texas +0.258039 cspg_html_8089302449 cspg_html_8089302449:232:39595:39600 Bluff Red Deer, Alberta +0.262135 aapg_ae_884.html aapg_ae_884.html:294:39413:39435 Judith River Colorado +0.263796 cspg_html_3883962749 cspg_html_3883962749:239:28163:28175 Fernie Mountain Park (Holyoke, Massachusetts) +0.248517 cspg_html_4617311907 cspg_html_4617311907:250:40015:40026 Mabou Cape Breton Island +0.47328 aapg_ae_253.html aapg_ae_253.html:126:15881:15892 Pine Island County Sligo +0.80445 aapg_ah_654.html aapg_ah_654.html:184:17733:17741 Gallatin Western world +0.26145 aapg_ai_154.html aapg_ai_154.html:300:34481:34499 Chemung Catskill Mountains +0.50373 aapg_ac_566.html aapg_ac_566.html:665:73558:73566 Beaumont Lacombe, Alberta +0.491582 jgeology_html_8494933343 jgeology_html_8494933343:476:37262:37273 Green River Colorado +0.249428 sedimentology_html_1581574492 sedimentology_html_1581574492:698:57523:57533 Copenhagen Denmark +0.491232 gsa_html_8505456484 gsa_html_8505456484:12:447:453 Reston Virginia +0.254541 aapg_ai_804.html aapg_ai_804.html:179:16008:16025 Prairie Regina, Saskatchewan +0.507064 sedimentology_html_6951714124 sedimentology_html_6951714124:554:52624:52641 Cardium Lacombe, Alberta +0.484692 aapg_ac_92.html aapg_ac_92.html:183:20635:20654 Wapanucka Ouachita Mountains +0.483674 gsa_html_1326915241 gsa_html_1326915241:576:53201:53229 Green River Colorado +0.489149 jgeology_html_6990146451 jgeology_html_6990146451:562:38177:38206 Price Austin, Chicago +0.27144 gsa_html_1734656819 gsa_html_1734656819:1145:107441:107452 San Jacinto Lake Elsinore, California +0.508368 aapg_ae_128.html aapg_ae_128.html:232:20564:20577 Knox Dolomite Bloomington, Indiana +0.266928 jgeology_html_4305195651 jgeology_html_4305195651:3414:237661:237682 Mauch Chunk Pennsylvania +0.473456 gsa_html_9299329909 gsa_html_9299329909:508:58980:59001 Pilgrim Santa Cruz, California +0.356895 jgeology_html_5764582297 jgeology_html_5764582297:194:12663:12684 Otto Fiord Ellesmere Island +0.261112 aapg_ai_49.html aapg_ai_49.html:574:75187:75195 Fountain Cheyenne, Wyoming +0.460638 aapg_af_2.html aapg_af_2.html:465:52249:52256 Madison Leadville, Colorado +0.241516 aapg_ah_595.html aapg_ah_595.html:72:8296:8304 Wolfcamp Miami +0.42768 cspg_html_5375461731 cspg_html_5375461731:211:24727:24750 Dawson Canyon Cohasset, Massachusetts +0.26877 cspg_html_9739191089 cspg_html_9739191089:6:314:341 Prairie Lacombe, Alberta +0.477158 gsa_html_6927123889 gsa_html_6927123889:17:933:939 Oregon Salem, Oregon +0.264195 aapg_ah_243.html aapg_ah_243.html:117:13734:13761 White River Chadron, Nebraska +0.48858 cspg_html_3328007773 cspg_html_3328007773:925:96308:96327 Kaskapau Lacombe, Alberta +0.927333 cspg_html_9729377176 cspg_html_9729377176:1218:121284:121299 Liard Victoria, British Columbia +0.47752 sedimentology_html_6084996636 sedimentology_html_6084996636:599:59992:60013 Ione California +0.4966 palaios_html_4880574501 palaios_html_4880574501:412:44234:44238 Hume Kentucky +0.24354 gsa_html_1266138577 gsa_html_1266138577:94:8274:8280 Monola Salinas Valley +0.267189 palaios_html_6757540995 palaios_html_6757540995:56:5453:5470 Raritan Closter, New Jersey +0.478611 cspg_html_7779401416 cspg_html_7779401416:108:13246:13255 Rochester Lockport (city), New York +0.4944 aapg_ah_96.html aapg_ah_96.html:663:70358:70376 Winnipeg Lacombe, Alberta +0.484864 aapg_aa_625.html aapg_aa_625.html:207:18111:18131 Smackover Arkansas +0.487113 aapg_ad_169.html aapg_ad_169.html:309:36253:36268 Bluefield Monroe County, Florida +0.264187 cspg_html_1278535960 cspg_html_1278535960:295:38172:38191 Ludington Western world +0.47998 palaios_html_2621173808 palaios_html_2621173808:1293:120806:120840 Baldonnel Victoria, British Columbia +0.48222 gsa_html_8064738025 gsa_html_8064738025:40:3988:4000 Independence California +0.272964 gsa_html_3701935694 gsa_html_3701935694:204:19190:19208 Moretown Bennington, Vermont +0.292145 aapg_ad_880.html aapg_ad_880.html:248:25051:25070 Spearfish Spearfish, South Dakota +0.49082 aapg_aa_144.html aapg_aa_144.html:78:8221:8236 Oread Toronto +0.465248 gsa_html_4919500515 gsa_html_4919500515:1234:109645:109656 Sadlerochit Anchorage, Alaska +0.36038 aapg_ae_905.html aapg_ae_905.html:170:18600:18606 Pawnee Missouri River +0.255458 aapg_ak_104.html aapg_ak_104.html:473:47198:47215 Madison Cheyenne, Wyoming +0.490158 aapg_aa_702.html aapg_aa_702.html:323:84117:84136 Minnelusa Crook, Colorado +0.259072 aapg_ai_498.html aapg_ai_498.html:15:2148:2166 Fountain Colorado +0.24598 cspg_html_3328007773 cspg_html_3328007773:63:9118:9126 Columbia Lacombe, Alberta +0.489842 aapg_aa_372.html aapg_aa_372.html:145:14969:14973 Word Delaware +0.45773 aapg_ad_683.html aapg_ad_683.html:122:16677:16682 Supai Supai, Arizona +0.232776 cspg_html_9865297170 cspg_html_9865297170:357:56222:56233 Coal Valley Lacombe, Alberta +0.455928 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66105:66124 Cabrillo San Diego +0.468462 aapg_ad_169.html aapg_ad_169.html:106:14414:14432 Greenbrier Ohio +0.474892 cspg_html_7434089303 cspg_html_7434089303:231:29609:29617 Richmond Maysville, Kentucky +0.2871 aapg_af_664.html aapg_af_664.html:717:80013:80026 Brushy Canyon Nashville Basin +0.373036 aapg_af_99.html aapg_af_99.html:34:4040:4056 Gurabo Puerto Rico +0.251988 cspg_html_9542530836 cspg_html_9542530836:232:22990:23006 Yeoman Red River of the North +0.497203 gsa_html_4891459463 gsa_html_4891459463:1436:130232:130260 Green River Colorado +0.271392 aapg_ad_557.html aapg_ad_557.html:11423:664960:664990 Red River Williston Basin +0.508116 aapg_ad_4.html aapg_ad_4.html:457:35871:35877 Cannon Tripoli, Lebanon +0.262119 aapg_ac_905.html aapg_ac_905.html:112:12603:12611 Columbia Lacombe, Alberta +0.244856 aapg_ah_575.html aapg_ah_575.html:291:23292:23300 Richmond Sincelejo +0.259578 geology_html_7388717714 geology_html_7388717714:69:6097:6106 Dog Creek Fraser River (Colorado) +0.249984 sedimentology_html_7879809021 sedimentology_html_7879809021:1536:109024:109060 Greenbrier Pendleton County, Kentucky +0.242316 cspg_html_6306091047 cspg_html_6306091047:162:24032:24040 Columbia Victoria, British Columbia +0.703098 aapg_aa_683.html aapg_aa_683.html:105:14772:14796 Cedar Mountain Cheyenne, Wyoming +0.487272 gsa_html_7309078733 gsa_html_7309078733:921:82267:82295 Green River New Mexico +0.256032 palaios_html_7765531315 palaios_html_7765531315:623:60213:60229 Noonday Dolomite California +0.514954 gsa_html_2340398693 gsa_html_2340398693:29:2796:2824 Green River Iran +0.267189 gsa_html_9158941999 gsa_html_9158941999:626:51279:51289 Washington Spokane, Washington +0.474264 aapg_ae_876.html aapg_ae_876.html:912:101092:101112 Purgatoire Colorado +0.493506 gsa_html_9979192554 gsa_html_9979192554:1055:98362:98381 Okpikruak Anchorage, Alaska +0.500752 gsa_html_1766933224 gsa_html_1766933224:20:1029:1037 Winnipeg Manitoba +0.242176 cspg_html_1925276454 cspg_html_1925276454:560:57030:57071 Clearwater Lacombe, Alberta +0.486213 AMJC_html_4299960498 AMJC_html_4299960498:229:31057:31067 Washington Salem, Oregon +0.474208 cspg_html_7086880709 cspg_html_7086880709:345:45516:45524 Ramparts Norman Wells +0.275589 aapg_ac_986.html aapg_ac_986.html:124:16780:16790 Wind River Uinta Mountains +0.253092 geology_html_4531234342 geology_html_4531234342:122:9754:9762 Sawtooth Santa Rosa, California +0.251122 aapg_af_59.html aapg_af_59.html:11:1789:1805 Ector Chalk Texas +0.479182 aapg_ah_779.html aapg_ah_779.html:507:95767:95775 Woodford Leadville, Colorado +0.48655 palaios_html_1262064602 palaios_html_1262064602:973:97297:97309 Rhode Island Kingston, Jamaica +0.257983 gsa_html_5135916220 gsa_html_5135916220:589:57166:57184 Monterey California +0.262056 cspg_html_9825544190 cspg_html_9825544190:194:22164:22197 Stettler Lacombe, Alberta +0.480868 cspg_html_5241714595 cspg_html_5241714595:168:25182:25197 Elk Lacombe, Alberta +0.257484 cspg_html_9780523405 cspg_html_9780523405:894:107989:107993 Bell Great Slave Lake +0.495766 aapg_ai_787.html aapg_ai_787.html:145:16475:16493 Whitsett Whitsett, North Carolina +0.495281 geology_html_8401842534 geology_html_8401842534:13:721:729 Colorado Englewood, New Jersey +0.258757 cspg_html_7419033600 cspg_html_7419033600:21:2931:2937 Shunda Thornton Creek +0.25449 gsa_html_6985417117 gsa_html_6985417117:722:58852:58861 Peninsula Wisconsin +0.268315 jgeology_html_3739517257 jgeology_html_3739517257:198:12307:12321 Ogallala New Mexico +0.500004 gsa_html_3720789279 gsa_html_3720789279:883:86382:86388 Oregon Salem, Oregon +0.509656 aapg_ac_528.html aapg_ac_528.html:123:15486:15505 Marcellus Ontario, California +0.255024 cspg_html_6255491344 cspg_html_6255491344:23:3992:4000 Columbia Victoria, British Columbia +0.364905 gsa_html_7425483970 gsa_html_7425483970:15:814:824 Notch Peak Logan, Utah +0.495286 gsa_html_3922700688 gsa_html_3922700688:706:57465:57493 Green River Colorado +0.266192 cspg_html_3501550466 cspg_html_3501550466:827:101364:101398 Waterways Lacombe, Alberta +0.24794 cspg_html_5375448448 cspg_html_5375448448:442:47516:47534 Kaskapau Valhalla, New York +0.26112 sedimentology_html_9699563254 sedimentology_html_9699563254:685:55850:55865 Mesaverde Cheyenne, Wyoming +0.246753 aapg_ai_696.html aapg_ai_696.html:52:6465:6479 Arcturus Reno, Nevada +0.240516 aapg_ad_173.html aapg_ad_173.html:15:2250:2269 Chugwater Cheyenne, Wyoming +0.253008 cspg_html_7938374662 cspg_html_7938374662:5:205:227 Grand Rapids Lacombe, Alberta +0.4732 aapg_ai_11.html aapg_ai_11.html:324:43698:43715 Plattin Decorah, Iowa +0.244664 aapg_af_471.html aapg_af_471.html:282:33122:33131 Hartselle Hartselle, Alabama +0.485216 aapg_aa_730.html aapg_aa_730.html:135:13299:13303 Frio Texas +0.261626 cspg_html_7093237629 cspg_html_7093237629:912:88987:89005 Duvernay Lacombe, Alberta +0.256905 cspg_html_1644457308 cspg_html_1644457308:472:48949:48966 Gething Calgary +0.254856 aapg_ah_372.html aapg_ah_372.html:205:19044:19050 Midway Texas +0.472604 palaios_html_7928599019 palaios_html_7928599019:297:29730:29739 Eel River Northern California +0.247955 jgeology_html_1198140108 jgeology_html_1198140108:1181:67582:67590 Colorado Gunnison River +0.465105 cspg_html_5593011953 cspg_html_5593011953:51:6503:6508 Yukon Lacombe, Alberta +0.2499 gsa_html_1617077506 gsa_html_1617077506:1205:107533:107541 Columbia Victoria, British Columbia +0.495876 aapg_ae_993.html aapg_ae_993.html:167:16743:16762 Jefferson Cheyenne, Wyoming +0.264052 aapg_af_892.html aapg_af_892.html:739:68953:68970 Marble Falls Ardmore, Pennsylvania +0.246609 sedimentology_html_7482146728 sedimentology_html_7482146728:364:44122:44128 Oregon Washington (state) +0.50496 gsa_html_7050462316 gsa_html_7050462316:29:2796:2824 Green River Colorado +0.251883 gsa_html_7999545108 gsa_html_7999545108:888:102727:102744 Onaping Sudbury, Suffolk +0.480365 aapg_ai_959.html aapg_ai_959.html:28:2992:3003 San Antonio Uvalde, Texas +0.50492 aapg_ai_46.html aapg_ai_46.html:182:14933:14943 Wellington Herington, Kansas +0.48267 jgeology_html_8132623150 jgeology_html_8132623150:1092:50049:50053 Hall London, Ontario +0.256512 cspg_html_1050448431 cspg_html_1050448431:209:26854:26865 Peace River Lacombe, Alberta +0.254989 jgeology_html_1380249798 jgeology_html_1380249798:162:9710:9718 Richmond Chippenham, Cambridgeshire +0.490795 aapg_af_854.html aapg_af_854.html:927:131085:131102 Renault Bloomington, Indiana +0.232324 cspg_html_7106541506 cspg_html_7106541506:177:19711:19723 Bluesky Miami +0.48974 cspg_html_9272820228 cspg_html_9272820228:494:45343:45364 Clearwater Lacombe, Alberta +0.2782 aapg_aa_626.html aapg_aa_626.html:40:5332:5345 Potomac Washington (state) +0.505296 aapg_ae_981.html aapg_ae_981.html:249:21356:21362 Laurel Missouri River +0.491283 sedimentology_html_7069619943 sedimentology_html_7069619943:59:4270:4275 Cadiz Black Sea +0.267764 gsa_html_7605900420 gsa_html_7605900420:498:48604:48610 Snyder Reno, Nevada +0.247396 gsa_html_7151930388 gsa_html_7151930388:902:76169:76179 Las Cruces Mexico +0.250494 cspg_html_3447886929 cspg_html_3447886929:203:23801:23822 Lawrence Middle East +0.484785 gsa_html_4446967287 gsa_html_4446967287:1038:91456:91463 Shuswap Victoria, British Columbia +0.267786 gsa_html_4071231613 gsa_html_4071231613:668:78782:78798 Wild Sheep Creek Wallowa, Oregon +0.46683 aapg_ac_965.html aapg_ac_965.html:261:26993:27010 Rondout Western world +0.194786 aapg_af_18.html aapg_af_18.html:127:14721:14741 Lakota Black Hills +0.251988 gsa_html_6105070212 gsa_html_6105070212:810:89390:89418 San Antonio Chile +0.48951 cspg_html_6702053097 cspg_html_6702053097:419:47697:47710 Potsdam Quebec City +0.375074 sedimentology_html_4132999102 sedimentology_html_4132999102:1130:98730:98742 Owens Valley California +0.248346 gsa_html_7304754451 gsa_html_7304754451:15:793:803 Washington California +0.496908 aapg_ad_466.html aapg_ad_466.html:1366:145449:145456 Raritan Baltimore +0.506258 aapg_ah_645.html aapg_ah_645.html:194:24412:24417 Swift Teton County, Idaho +0.260051 cspg_html_1281670295 cspg_html_1281670295:469:47704:47710 Moscow Russia +0.261576 cspg_html_1191211339 cspg_html_1191211339:23:2637:2646 Lodgepole Williston, Vermont +0.514328 aapg_ad_356.html aapg_ad_356.html:397:38406:38427 Haynesville Cotton Valley, Louisiana +0.245791 aapg_ah_292.html aapg_ah_292.html:276:44207:44215 Colorado Denver +0.256332 aapg_ae_45.html aapg_ae_45.html:980:97073:97081 Palliser Lacombe, Alberta +0.258572 cspg_html_9810030547 cspg_html_9810030547:55:8845:8871 Leduc Canada +0.7391 aapg_aa_45.html aapg_aa_45.html:5:657:675 Moenkopi Logan, Utah +0.461049 aapg_ae_305.html aapg_ae_305.html:1097:95457:95478 San Antonio Venezuela +0.255474 jgeology_html_5090133589 jgeology_html_5090133589:1049:63557:63573 Sandia New Mexico +0.492218 aapg_ae_67.html aapg_ae_67.html:31:2918:2944 Dakota Nebraska +0.466683 sedimentology_html_8097871643 sedimentology_html_8097871643:1923:87364:87372 Colorado Denver +0.4565 gsa_html_6212532476 gsa_html_6212532476:787:62830:62859 Mint Canyon Los Angeles +0.25 cspg_html_1962846283 cspg_html_1962846283:550:68881:68903 Kootenay Fernie, British Columbia +0.494 cspg_html_8509913074 cspg_html_8509913074:452:57695:57712 Eramosa Salina, Kansas +0.256036 sedimentology_html_7387934786 sedimentology_html_7387934786:157:15705:15713 Loveland Colorado +0.256853 sedimentology_html_5688658852 sedimentology_html_5688658852:1034:57662:57666 Dean Padre Island National Seashore +0.250458 geology_html_6752696169 geology_html_6752696169:68:8505:8516 Green River Yampa River +0.268786 aapg_ah_508.html aapg_ah_508.html:64:7202:7222 Stonehenge Maryland +0.485305 cspg_html_2803424832 cspg_html_2803424832:69:9946:9961 Melville Island Devon Island +0.2575 cspg_html_5697056884 cspg_html_5697056884:412:43400:43421 Mount Clark Regina, Saskatchewan +0.485706 sedimentology_html_3427043115 sedimentology_html_3427043115:748:44842:44849 Herring Bristol Bay Borough, Alaska +0.46869 aapg_ad_808.html aapg_ad_808.html:1289:87401:87409 Richmond Sublette County, Wyoming +0.245478 cspg_html_8231573314 cspg_html_8231573314:491:39550:39556 Denver Colorado +0.45456 cspg_html_9661038059 cspg_html_9661038059:392:55240:55260 Bow Island Bow Island Airport +0.486912 gsa_html_6575995920 gsa_html_6575995920:1120:89455:89483 Green River Colorado +0.254016 jgeology_html_6063383200 jgeology_html_6063383200:554:46036:46045 Escondido Santa Clara Valley Water District +0.507834 aapg_aa_904.html aapg_aa_904.html:419:35988:35998 Milk River Milk River, Alberta +0.49761 cspg_html_2013109828 cspg_html_2013109828:366:67866:67874 Columbia Victoria, British Columbia +0.256432 aapg_ai_772.html aapg_ai_772.html:7:873:879 Sierra RAF Troodos +0.36482 gsa_html_9139668698 gsa_html_9139668698:490:45732:45744 Owens Valley California +0.245872 aapg_ah_625.html aapg_ah_625.html:39:4800:4825 Duchesne River Uinta Mountains +0.235161 aapg_ai_584.html aapg_ai_584.html:15:1759:1767 Tensleep Cheyenne, Wyoming +0.50032 aapg_ac_458.html aapg_ac_458.html:334:31226:31231 Swift Cape Cod +0.36952 palaios_html_4501603736 palaios_html_4501603736:169:15995:16012 Thaynes Logan, Utah +0.24442 sedimentology_html_9869901688 sedimentology_html_9869901688:1115:77906:77910 Hall London, Ontario +0.263168 aapg_af_748.html aapg_af_748.html:43:5370:5380 Clearwater Boreal forest of Canada +0.498905 cspg_html_6715452766 cspg_html_6715452766:486:55681:55688 Wasatch Cheyenne, Wyoming +0.855561 aapg_aa_44.html aapg_aa_44.html:228:29716:29724 Moenkopi San Rafael Swell +0.250997 geology_html_4466457468 geology_html_4466457468:231:22138:22142 Bell London, Ontario +0.237416 geology_html_9324035548 geology_html_9324035548:227:22453:22461 Columbia Victoria, British Columbia +0.474797 gsa_html_3380395839 gsa_html_3380395839:810:71934:71940 Oregon Washington (state) +0.262626 gsa_html_8881958017 gsa_html_8881958017:37:4031:4058 Nicola Victoria, British Columbia +0.255915 sedimentology_html_9176704178 sedimentology_html_9176704178:1050:73163:73167 Hall London, Ontario +0.523 jgeology_html_4368294692 jgeology_html_4368294692:152:9041:9063 White Rock Arizona +0.47628 gsa_html_6491840124 gsa_html_6491840124:770:63502:63507 Logan Logan, Utah +0.265738 palaios_html_8184049979 palaios_html_8184049979:89:9666:9680 Doig Victoria, British Columbia +0.233285 aapg_af_82.html aapg_af_82.html:44:3604:3635 Paradox Mancos, Colorado +0.48323 aapg_ac_245.html aapg_ac_245.html:320:42823:42839 Oread Wichita, Kansas +0.294034 aapg_ah_646.html aapg_ah_646.html:35:4818:4834 Chinle Chinle Formation +0.245448 gsa_html_7100033459 gsa_html_7100033459:930:76818:76828 Washington Logan, Utah +0.251196 aapg_ai_592.html aapg_ai_592.html:147:24005:24026 Green River Uinta Mountains +0.489416 cspg_html_2575903827 cspg_html_2575903827:376:43373:43394 Green River Colorado +0.518408 aapg_ac_486.html aapg_ac_486.html:678:85821:85825 Kent Colorado +0.235554 cspg_html_1503116552 cspg_html_1503116552:1186:182589:182621 Beaverhill Swan Hill, Victoria +0.46774 aapg_ai_688.html aapg_ai_688.html:385:41794:41800 Salina Salina, Kansas +0.472675 gsa_html_2877730818 gsa_html_2877730818:1180:98538:98566 Noonday Dolomite California +0.369152 aapg_ai_158.html aapg_ai_158.html:443:47564:47586 Lime Creek Iowa +0.26826 palaios_html_2847312584 palaios_html_2847312584:489:52826:52830 Kope Cincinnati +0.48152 aapg_ad_758.html aapg_ad_758.html:211:25771:25787 Wewoka Wayland, Massachusetts +0.439782 aapg_aa_106.html aapg_aa_106.html:353:37183:37202 Elm Point Manitoba +0.48514 aapg_ae_885.html aapg_ae_885.html:21:3371:3379 Blanding San Juan, Argentina +0.251968 aapg_af_489.html aapg_af_489.html:277:23752:23765 Jackson Texas +0.49305 cspg_html_8371777215 cspg_html_8371777215:145:17906:17914 Columbia Victoria, British Columbia +0.261576 cspg_html_4812473779 cspg_html_4812473779:908:114470:114478 Montreal Montreal +0.485898 aapg_aa_491.html aapg_aa_491.html:3:461:467 Laredo Zapata County, Texas +0.446248 aapg_ai_28.html aapg_ai_28.html:852:81960:81977 Reynosa Shreveport, Louisiana +0.252168 cspg_html_8727758678 cspg_html_8727758678:442:14768:14786 Dunvegan Lacombe, Alberta +0.253506 cspg_html_9142742810 cspg_html_9142742810:438:48483:48497 Elk Burley, Leeds +0.267734 aapg_ac_63.html aapg_ac_63.html:3:462:480 Buckner Shreveport, Louisiana +0.2583 aapg_ae_643.html aapg_ae_643.html:312:37823:37830 Chemung Doddridge County, West Virginia +0.475547 aapg_aa_118.html aapg_aa_118.html:644:53540:53576 Highgate Bennington, Vermont +0.445904 sedimentology_html_5673709888 sedimentology_html_5673709888:331:29982:29995 Edwards Floridan Hotel +0.493189 palaios_html_3022467877 palaios_html_3022467877:385:43694:43705 Hornerstown Navesink River +0.2505 aapg_aa_582.html aapg_aa_582.html:316:31091:31097 Sonora Mexico +0.517 gsa_html_6166546686 gsa_html_6166546686:29:2796:2824 Green River Colorado +0.667878 aapg_ad_2.html aapg_ad_2.html:477:70656:70673 Harpers Mount Alto, West Virginia +0.46893 jgeology_html_6882545802 jgeology_html_6882545802:544:40565:40573 Virginia Ohio +0.497202 gsa_html_4453142877 gsa_html_4453142877:17:970:976 Denver Colorado +0.48951 gsa_html_4355356776 gsa_html_4355356776:1288:93590:93618 Green River Colorado +0.245025 aapg_ad_258.html aapg_ad_258.html:150:14756:14774 Venango Pleasantville, Venango County, Pennsylvania +0.247494 aapg_ah_846.html aapg_ah_846.html:3:155:169 Nuka Anchorage, Alaska +0.456084 geology_html_5120746749 geology_html_5120746749:200:22317:22323 Warner Coral reef +0.261072 cspg_html_2820961138 cspg_html_2820961138:98:14495:14511 Viking Colorado +0.252374 geology_html_4447793411 geology_html_4447793411:116:8603:8613 San Felipe Baja California peninsula +0.464166 aapg_aa_47.html aapg_aa_47.html:820:97258:97266 Colorado Brill +0.263165 gsa_html_1636483297 gsa_html_1636483297:283:25824:25836 Rock Springs Cheyenne, Wyoming +0.253512 geology_html_4540113984 geology_html_4540113984:223:21436:21444 Virginia Norfolk, Virginia +0.26313 aapg_ae_705.html aapg_ae_705.html:275:26147:26170 Santa Barbara Carpinteria, California +0.272475 gsa_html_1734656819 gsa_html_1734656819:1209:112771:112779 Imperial Los Angeles +0.238108 cspg_html_6116883777 cspg_html_6116883777:846:108752:108774 Barlow Inlet Devon +0.24804 cspg_html_7799850124 cspg_html_7799850124:771:85927:85946 Waterways Moberly, Missouri +0.246272 aapg_ai_158.html aapg_ai_158.html:419:45006:45014 Ramparts Summit Lake (West Virginia) +0.278236 aapg_ah_318.html aapg_ah_318.html:3879:304453:304459 Sierra Coahuila +0.507501 aapg_ac_538.html aapg_ac_538.html:12:1888:1905 Viking Lacombe, Alberta +0.495645 sedimentology_html_2319942817 sedimentology_html_2319942817:633:55113:55134 Green River Logan, Utah +0.257045 cspg_html_1378826439 cspg_html_1378826439:472:41688:41696 Colorado Denver +0.249444 aapg_ah_751.html aapg_ah_751.html:122:11697:11706 Boquillas Texas +0.243536 geology_html_3964689611 geology_html_3964689611:317:21968:21978 Washington Seattle +0.260925 cspg_html_1962846283 cspg_html_1962846283:217:25473:25489 Fernie Lacombe, Alberta +0.268288 cspg_html_6985536436 cspg_html_6985536436:242:32443:32461 Beaufort Banks Island +0.511353 aapg_af_743.html aapg_af_743.html:29:4734:4751 Beekmantown Pennsylvania +0.25908 aapg_ae_937.html aapg_ae_937.html:24:2374:2396 Mt Lytton Arkansas +0.470352 aapg_ae_59.html aapg_ae_59.html:247:25675:25697 Shinarump Conglomerate Chinle Formation +0.49852 gsa_html_8437886305 gsa_html_8437886305:29:2796:2824 Green River New Mexico +0.421064 aapg_ad_366.html aapg_ad_366.html:53:4193:4199 Ireton Calmar, Alberta +0.454411 palaios_html_1262064602 palaios_html_1262064602:945:95239:95251 Rhode Island Kingston, Jamaica +0.500226 aapg_ai_583.html aapg_ai_583.html:23:3517:3535 Sundance Powder River Basin +0.480912 aapg_ae_454.html aapg_ae_454.html:104:8707:8715 Columbia Bossier City, Louisiana +0.250677 aapg_aa_71.html aapg_aa_71.html:291:25396:25402 Salina Elk County, Pennsylvania +0.25333 gsa_html_7840671974 gsa_html_7840671974:1017:96332:96344 Red Mountain Boise, Idaho +0.252945 sedimentology_html_2368393060 sedimentology_html_2368393060:76:7947:7967 Toro Chile +0.255398 aapg_ae_324.html aapg_ae_324.html:744:75181:75198 Tellico Knoxville, Tennessee +0.492429 aapg_ad_318.html aapg_ad_318.html:201:26005:26011 Salina Ohio +0.494592 gsa_html_2895081305 gsa_html_2895081305:9:305:311 Cupido Mexico +0.486244 aapg_ae_824.html aapg_ae_824.html:71:7285:7292 Kanawha Upshur County, West Virginia +0.264115 jgeology_html_5090133589 jgeology_html_5090133589:1087:64801:64809 Moenkopi New Mexico +0.255188 geology_html_6674220555 geology_html_6674220555:90:9124:9134 Rio Grande Llano, Texas +0.260568 aapg_ak_96.html aapg_ak_96.html:75:7691:7725 Juniata Middle Ordovician +0.47045 aapg_aa_588.html aapg_aa_588.html:23:2968:2974 Sierra Isle of Pines, New Caledonia +0.247008 aapg_aa_712.html aapg_aa_712.html:151:20054:20060 Galena Platteville, Colorado +0.256968 cspg_html_4326384800 cspg_html_4326384800:154:21745:21760 Flume Lacombe, Alberta +0.50504 aapg_af_94.html aapg_af_94.html:395:49262:49279 Shublik Anchorage, Alaska +0.257536 aapg_ae_64.html aapg_ae_64.html:223:22367:22380 Bearpaw Western world +0.504482 gsa_html_2898048140 gsa_html_2898048140:29:2796:2824 Green River Colorado +0.48307 gsa_html_9901339383 gsa_html_9901339383:372:36532:36539 Laramie Cheyenne, Wyoming +0.270738 aapg_ai_17.html aapg_ai_17.html:1304:88830:88839 Catahoula Tampa, Florida +0.26059 cspg_html_2083142494 cspg_html_2083142494:309:38990:39012 Albert New Brunswick, New Jersey +0.25654 cspg_html_9142742810 cspg_html_9142742810:108:15676:15688 Granite Wash East Kilbride +0.236662 aapg_aa_610.html aapg_aa_610.html:146:14871:14895 Basal Niobrara, Nebraska +0.25398 aapg_ai_78.html aapg_ai_78.html:146:10044:10049 Yegua Texas +0.257033 cspg_html_5973552270 cspg_html_5973552270:11:1303:1323 Swan Hills Swan Hill, Victoria +0.461754 aapg_af_668.html aapg_af_668.html:35:5681:5687 Pocono Pennsylvania +0.463866 cspg_html_2695921112 cspg_html_2695921112:317:38202:38220 Bathurst Nashville Basin +0.497798 gsa_html_9927514538 gsa_html_9927514538:1172:80150:80178 Green River Iran +0.258542 aapg_ae_324.html aapg_ae_324.html:1134:113921:113928 Narrows Virginia +0.25896 palaios_html_6975607234 palaios_html_6975607234:539:41832:41838 Walker Melbourne, Florida +0.2485 cspg_html_6315830196 cspg_html_6315830196:173:22755:22766 Coal Valley Lacombe, Alberta +0.195603 aapg_ad_655.html aapg_ad_655.html:86:12256:12274 Niobrara Denver +0.2505 aapg_ac_451.html aapg_ac_451.html:603:64357:64380 West Foreland Seldovia, Alaska +0.4956 aapg_af_897.html aapg_af_897.html:59:7683:7688 Atoka New Mexico +0.2455 geology_html_5923102855 geology_html_5923102855:11:605:611 Denver Colorado +0.491824 aapg_ah_131.html aapg_ah_131.html:44:4141:4149 Woodbine Paluxy, Texas +0.254007 cspg_html_2920938670 cspg_html_2920938670:342:37425:37435 Rio Grande Edmonton, London +0.250677 cspg_html_5117208919 cspg_html_5117208919:22:1802:1812 Pine Point Victoria, British Columbia +0.72178 cspg_html_7330983978 cspg_html_7330983978:41:2858:2892 Romaine Anticosti Island +0.255518 aapg_ai_503.html aapg_ai_503.html:176:20128:20147 Whirlpool Manitoulin Island +0.474045 cspg_html_9735723617 cspg_html_9735723617:2824:230949:230968 Griper Bay Melville Island (Canada) +0.254448 gsa_html_2877730818 gsa_html_2877730818:714:61925:61941 Noonday Dolomite Death Valley +0.2304 cspg_html_4287356899 cspg_html_4287356899:3951:391512:391517 Kayak Anchorage, Alaska +0.502686 cspg_html_3735760125 cspg_html_3735760125:244:27324:27341 Cardium Lacombe, Alberta +0.496837 jgeology_html_8492223548 jgeology_html_8492223548:183:14703:14719 Bighorn Dolomite Cheyenne, Wyoming +0.266716 cspg_html_3521815736 cspg_html_3521815736:404:57892:57915 Charlie Lake Grayling, Michigan +0.466128 aapg_ah_973.html aapg_ah_973.html:24:3805:3819 Monmouth Navesink River +0.249 sedimentology_html_3455721661 sedimentology_html_3455721661:681:48553:48570 Todilto Colorado +0.515916 aapg_ae_345.html aapg_ae_345.html:117:6205:6210 Eutaw Tuscaloosa, Alabama +0.273 aapg_af_123.html aapg_af_123.html:30:3480:3497 Terraba San Vito dei Normanni +0.478908 cspg_html_4555867289 cspg_html_4555867289:54:6555:6562 Halfway Victoria, British Columbia +0.248937 aapg_aa_113.html aapg_aa_113.html:539:55599:55617 Anacacho Texas +0.277725 aapg_ah_624.html aapg_ah_624.html:150:15529:15538 Mesaverde San Juan, Argentina +0.48355 jgeology_html_4357791487 jgeology_html_4357791487:1065:60768:60776 Monmouth Chepstow Castle +0.469944 gsa_html_8833777630 gsa_html_8833777630:796:87420:87428 Colorado Routt County, Colorado +0.279841 cspg_html_3060428958 cspg_html_3060428958:61:9001:9008 Bearpaw Lacombe, Alberta +0.252126 aapg_aa_47.html aapg_aa_47.html:190:20518:20524 Kerber Madera County, California +0.245388 aapg_af_575.html aapg_af_575.html:795:111174:111183 Wapanucka Atoka, Oklahoma +0.471851 cspg_html_8727758678 cspg_html_8727758678:76:3997:4005 Edmonton Regina, Saskatchewan +0.255398 gsa_html_6983076294 gsa_html_6983076294:755:71464:71471 El Paso El Paso, Texas +0.26675 aapg_af_221.html aapg_af_221.html:83:8670:8678 Saratoga Beaumont, Texas +0.464165 palaios_html_5936240170 palaios_html_5936240170:507:46528:46558 Florissant Colorado +0.48492 aapg_aa_258.html aapg_aa_258.html:8:865:875 Washington California +0.498122 aapg_ah_724.html aapg_ah_724.html:429:54366:54371 Swift Maryland +0.258981 sedimentology_html_2088284337 sedimentology_html_2088284337:30:1855:1865 Sherbrooke Quebec City +0.472647 aapg_aa_477.html aapg_aa_477.html:199:17880:17896 Laurel Louisville, Kentucky +0.262 gsa_html_2803067273 gsa_html_2803067273:671:78862:78870 Columbia Washington (state) +0.790234 aapg_ai_28.html aapg_ai_28.html:782:74547:74554 Lagarto Oakville, California +0.386325 cspg_html_1018915662 cspg_html_1018915662:194:17799:17832 Pardonet Pine River (Michigan) +0.252504 aapg_ae_678.html aapg_ae_678.html:193:24150:24174 Duchesne River Uinta Mountains +0.265056 aapg_ae_419.html aapg_ae_419.html:548:62451:62468 Todos Santos Tegucigalpa +0.250965 aapg_aa_914.html aapg_aa_914.html:185:18347:18369 Marble Falls Atoka, Oklahoma +0.24648 aapg_ac_98.html aapg_ac_98.html:119:13018:13028 Henryhouse Frisco, Texas +0.252865 aapg_ai_388.html aapg_ai_388.html:252:25971:25976 Uinta Cheyenne, Wyoming +0.47223 cspg_html_8040890019 cspg_html_8040890019:878:84516:84523 Bluesky Siena +0.487944 geology_html_2424942195 geology_html_2424942195:12:645:651 Toledo Toledo, Spain +0.777735 aapg_ad_466.html aapg_ad_466.html:140:14575:14586 Englishtown Navesink River +0.494088 gsa_html_1964589336 gsa_html_1964589336:29:2796:2824 Green River Colorado +0.473538 cspg_html_5241714595 cspg_html_5241714595:403:62620:62634 Woodbend Regina, Saskatchewan +0.250712 cspg_html_2172704722 cspg_html_2172704722:900:99245:99271 San Miguel Texas +0.485645 cspg_html_9778753186 cspg_html_9778753186:116:17011:17021 Mill Creek Elbow River +0.259017 geology_html_2789012198 geology_html_2789012198:248:16820:16826 Sonora Sonora +0.467771 aapg_aa_792.html aapg_aa_792.html:518:56949:56967 Grayburg New Mexico +0.228312 aapg_ac_841.html aapg_ac_841.html:279:35878:35883 Coban Guatemala +0.48654 aapg_aa_228.html aapg_aa_228.html:531:52918:52925 Wasatch Logan, Utah +0.492531 palaios_html_1729153923 palaios_html_1729153923:1027:83694:83708 Traverse Michigan +0.492926 aapg_ah_849.html aapg_ah_849.html:37:4449:4471 Black River Lacombe, Alberta +0.23077 aapg_af_517.html aapg_af_517.html:230:31637:31656 Round Mountain Silt Edison, New Jersey +0.49664 cspg_html_8891363498 cspg_html_8891363498:396:34778:34790 Devon Island Reno, Nevada +0.25305 palaios_html_3232474978 palaios_html_3232474978:461:46866:46892 Sulphur Mountain Victoria, British Columbia +0.483 aapg_ae_167.html aapg_ae_167.html:373:41573:41581 Michigan Evanston, Wyoming +0.47124 cspg_html_5345848475 cspg_html_5345848475:748:79230:79242 Saskatchewan Niobrara, Nebraska +0.496164 gsa_html_4059319014 gsa_html_4059319014:68:6102:6130 Green River Colorado +0.270848 gsa_html_3380395839 gsa_html_3380395839:51:4840:4850 Washington Salem, Oregon +0.243936 cspg_html_3104351736 cspg_html_3104351736:185:24053:24071 Foremost Lacombe, Alberta +0.258063 cspg_html_6816410964 cspg_html_6816410964:232:35400:35406 Antler Arctic Cordillera +0.256512 cspg_html_5241714595 cspg_html_5241714595:238:36721:36742 Beaverhill Lacombe, Alberta +0.274495 sedimentology_html_9986829348 sedimentology_html_9986829348:896:71495:71501 Dorsey Mexico +0.489599 cspg_html_8030881108 cspg_html_8030881108:271:38899:38917 Glenogle Victoria, British Columbia +0.490676 aapg_ah_779.html aapg_ah_779.html:137:26108:26114 Mingan Lowville (town), New York +0.4975 aapg_af_377.html aapg_af_377.html:25:3301:3313 Saskatchewan Canada +0.502686 cspg_html_7777724998 cspg_html_7777724998:786:75786:75820 Kootenay Victoria, British Columbia +0.494915 aapg_ad_375.html aapg_ad_375.html:260:13827:13838 Utica Manitoulin Island +0.265189 sedimentology_html_7103111053 sedimentology_html_7103111053:7246:102677:102683 Oxford Pergamon Museum +0.24948 gsa_html_3225734041 gsa_html_3225734041:755:65473:65484 Wissahickon Rockford, Illinois +0.254508 cspg_html_6984906794 cspg_html_6984906794:192:21218:21226 Columbia Victoria, British Columbia +0.47988 aapg_ac_191.html aapg_ac_191.html:27:5973:5993 Lane Mexico +0.513065 aapg_af_771.html aapg_af_771.html:140:19526:19545 Monterey San Luis Obispo, California +0.249458 aapg_ae_642.html aapg_ae_642.html:57:5053:5061 Caldwell Tensas River +0.480076 AMJC_html_5390933660 AMJC_html_5390933660:956:89553:89562 Littleton Bennington, Vermont +0.26112 aapg_ai_515.html aapg_ai_515.html:241:26030:26041 Green River Uinta Mountains +0.254338 aapg_ae_74.html aapg_ae_74.html:440:41159:41176 Navajo Arizona +0.26156 aapg_ad_301.html aapg_ad_301.html:328:33405:33417 Pierre Cheyenne, Wyoming +0.271405 aapg_ai_105.html aapg_ai_105.html:556:66755:66771 Morgan Des Moines, Washington +0.501202 cspg_html_3860685167 cspg_html_3860685167:694:69206:69211 Banff Lacombe, Alberta +0.46046 jgeology_html_6672772311 jgeology_html_6672772311:157:12451:12470 Bellevue Durham, North Carolina +0.472017 aapg_ai_17.html aapg_ai_17.html:686:49633:49643 Montgomery Caldwell, New Jersey +0.383625 cspg_html_2139304729 cspg_html_2139304729:11:1707:1727 Griper Bay Bathurst Island (Northern Territory) +0.364172 geology_html_7068506787 geology_html_7068506787:315:27890:27899 New River Virginia +0.269352 aapg_ac_867.html aapg_ac_867.html:604:82856:82876 Newcastle Cheyenne, Wyoming +0.267264 cspg_html_8145657505 cspg_html_8145657505:67:10951:10981 Nisku Lacombe, Alberta +0.940416 aapg_af_18.html aapg_af_18.html:156:17998:18004 Lakota Black Hills +0.487278 gsa_html_7102550258 gsa_html_7102550258:369:42436:42451 Bluff Mesa, Arizona +0.447811 aapg_af_900.html aapg_af_900.html:52:7706:7716 Rio Grande Laredo, Texas +0.2688 geology_html_2624273806 geology_html_2624273806:75:5996:6014 Chemung Oswego, New York +0.471336 aapg_ac_333.html aapg_ac_333.html:193:24184:24200 Bursum New Mexico +0.253895 aapg_ai_997.html aapg_ai_997.html:831:72905:72920 Funks Central Valley (California) +0.50505 palaios_html_3751259297 palaios_html_3751259297:96:13084:13100 Warsaw Hancock County, Indiana +0.478676 AMJC_html_3384252704 AMJC_html_3384252704:1644:142563:142569 Moscow Russia +0.534681 aapg_ad_2.html aapg_ad_2.html:967:134223:134234 Beekmantown Shoreham Nuclear Power Plant +0.26928 sedimentology_html_6714245905 sedimentology_html_6714245905:831:57051:57057 Casper Laramie, Wyoming +0.255747 gsa_html_2238682854 gsa_html_2238682854:701:71504:71512 Rangeley Portland, Maine +0.253506 jgeology_html_1505596087 jgeology_html_1505596087:986:68304:68314 San Miguel Guanajuato, Guanajuato +0.485645 cspg_html_1434585715 cspg_html_1434585715:736:70276:70284 Coalspur Lacombe, Alberta +0.26104 aapg_ae_705.html aapg_ae_705.html:566:55456:55491 Santa Barbara Carpinteria, California +0.544908 aapg_ae_45.html aapg_ae_45.html:3:378:395 Smackover Shreveport, Louisiana +0.472175 aapg_aa_399.html aapg_aa_399.html:474:41840:41861 Belly River Colorado +0.270399 gsa_html_5147030878 gsa_html_5147030878:175:16640:16658 Kiamichi Trinidad and Tobago +0.4525 cspg_html_2420029771 cspg_html_2420029771:70:7911:7932 Beauharnois Montreal +0.497202 gsa_html_2168907540 gsa_html_2168907540:987:93204:93211 Spokane Washington (state) +0.51092 cspg_html_7938374662 cspg_html_7938374662:290:30561:30573 Grand Rapids Lacombe, Alberta +0.244524 aapg_ah_10.html aapg_ah_10.html:427:59407:59420 Santa Barbara California +0.24336 aapg_ac_251.html aapg_ac_251.html:873:91850:91857 Bedford Ohio +0.263168 cspg_html_2585769771 cspg_html_2585769771:746:72404:72414 Swan Hills Lacombe, Alberta +0.24752 aapg_ad_945.html aapg_ad_945.html:226:22657:22672 Elk Lacombe, Alberta +0.254464 aapg_ad_55.html aapg_ad_55.html:73:6580:6593 Spechts Ferry Decorah, Iowa +0.251955 geology_html_1636733793 geology_html_1636733793:255:24771:24783 Tindir Canada +0.246784 aapg_ai_498.html aapg_ai_498.html:15:2269:2277 Colorado Colorado +0.270848 aapg_aa_645.html aapg_aa_645.html:386:42398:42406 Kootenai Boise, Idaho +0.265209 cspg_html_7397042096 cspg_html_7397042096:102:13571:13579 Sawtooth Lacombe, Alberta +0.269217 palaios_html_5676707320 palaios_html_5676707320:53:4398:4404 Pioche Reno, Nevada +0.259979 cspg_html_5241714595 cspg_html_5241714595:410:63584:63601 Duperow Regina, Saskatchewan +0.23859 aapg_ah_810.html aapg_ah_810.html:70:5539:5556 Edwards County Sligo +0.491925 cspg_html_1019614994 cspg_html_1019614994:577:93105:93132 Wabamun Lacombe, Alberta +0.258566 gsa_html_6136696916 gsa_html_6136696916:14:843:863 Columbia Salem, Oregon +0.50825 aapg_ae_295.html aapg_ae_295.html:225:25521:25528 Carrizo Carrizo Plain +0.26574 aapg_ak_85.html aapg_ak_85.html:446:55018:55035 Buckner Haynesville, Louisiana +0.255936 cspg_html_9569186913 cspg_html_9569186913:112:15102:15119 Black River Canada +0.5187 cspg_html_3597281324 cspg_html_3597281324:361:40576:40580 Kent Lacombe, Alberta +0.26061 AMJC_html_9867680938 AMJC_html_9867680938:421:37393:37412 Waicoe Monroeville, Alabama +0.254007 aapg_ai_158.html aapg_ai_158.html:198:19622:19640 Ramparts Anchorage, Alaska +0.48246 palaios_html_4940783464 palaios_html_4940783464:528:49911:49929 Yakataga Anchorage, Alaska +0.257446 cspg_html_6927586285 cspg_html_6927586285:453:58554:58587 Halfway Victoria, British Columbia +0.479829 aapg_ai_615.html aapg_ai_615.html:384:34552:34575 Brushy Canyon Texas +0.252416 sedimentology_html_1006662626 sedimentology_html_1006662626:3291:68944:68965 Forest Fort Collins, Colorado +0.256536 aapg_af_653.html aapg_af_653.html:245:26252:26259 Temblor Monterey, California +0.253532 aapg_ac_765.html aapg_ac_765.html:216:38780:38797 Chinle Chinle Formation +0.702905 gsa_html_1636483297 gsa_html_1636483297:865:75951:75958 Wasatch Cheyenne, Wyoming +0.890911 aapg_aa_158.html aapg_aa_158.html:417:38239:38257 Morrison Colorado Plateau +0.26624 AMJC_html_5871345265 AMJC_html_5871345265:1230:90456:90464 Beaumont Pakistan +0.269105 aapg_aa_375.html aapg_aa_375.html:42:4190:4210 Purgatoire Boise, Idaho +0.516901 aapg_ae_789.html aapg_ae_789.html:219:24678:24701 Turner Valley Lacombe, Alberta +0.37774 aapg_af_561.html aapg_af_561.html:421:38454:38471 Wasatch Wasatch Range +0.507528 aapg_ae_933.html aapg_ae_933.html:50:6299:6325 Smackover Ouachita Mountains +0.45668 gsa_html_1538463681 gsa_html_1538463681:730:65807:65815 Colorado Mexico +0.263153 cspg_html_1065856149 cspg_html_1065856149:71:8854:8867 Ashville Regina, Saskatchewan +0.900565 aapg_ad_2.html aapg_ad_2.html:375:56322:56339 Potsdam Pennsylvania +0.27398 sedimentology_html_3271817872 sedimentology_html_3271817872:2188:115013:115018 Piper California +0.923521 aapg_af_17.html aapg_af_17.html:98:9585:9613 Phosphoria Cheyenne, Wyoming +0.26924 aapg_ac_617.html aapg_ac_617.html:134:17134:17153 Catahoula Burkeville, Texas +0.254448 aapg_af_854.html aapg_af_854.html:1216:172880:172891 Waltersburg Vienna +0.25856 aapg_ai_593.html aapg_ai_593.html:1612:166900:166917 Edwards Melbourne, Florida +0.492926 cspg_html_5976982403 cspg_html_5976982403:139:20325:20330 Price Lacombe, Alberta +0.477012 aapg_ah_441.html aapg_ah_441.html:19:2860:2868 Saratoga Saratoga, California +0.257895 geology_html_3908555385 geology_html_3908555385:381:31445:31449 Bern Peru, Indiana +0.7281 aapg_af_833.html aapg_af_833.html:1329:146907:146915 Sundance Cheyenne, Wyoming +0.252865 aapg_ai_196.html aapg_ai_196.html:493:51435:51444 Ada Guayaquil +0.27507 sedimentology_html_9906287852 sedimentology_html_9906287852:1328:96024:96039 Mesaverde Cheyenne, Wyoming +0.257983 aapg_ad_758.html aapg_ad_758.html:125:16659:16668 Lecompton Galesburg, Illinois +0.490425 geology_html_8211767968 geology_html_8211767968:258:20184:20192 Rockwell Earth +0.27456 geology_html_6064361784 geology_html_6064361784:202:18807:18811 Bond North Sea +0.4794 gsa_html_3448554349 gsa_html_3448554349:564:58667:58689 Spechty Kopf Maryland +0.501723 cspg_html_5241714595 cspg_html_5241714595:459:70472:70477 Nisku Lacombe, Alberta +0.480414 gsa_html_6281658899 gsa_html_6281658899:506:62755:62772 Bridger Cheyenne, Wyoming +0.271432 cspg_html_1018915662 cspg_html_1018915662:102:9116:9132 Exshaw Lacombe, Alberta +0.475664 gsa_html_1142695444 gsa_html_1142695444:9:377:383 Arroyo Rio Grande +0.25041 aapg_ae_794.html aapg_ae_794.html:215:27068:27074 Coffee Selma to Montgomery marches +0.259077 aapg_ai_687.html aapg_ai_687.html:1179:127601:127607 Brazil Mid-Atlantic Ridge +0.225968 aapg_ad_441.html aapg_ad_441.html:326:23316:23332 Navajo Kayenta, Arizona +0.26536 aapg_ae_999.html aapg_ae_999.html:433:59228:59247 Catahoula Western world +0.251472 aapg_ai_729.html aapg_ai_729.html:53:6605:6610 Weeks Venezuela +0.69569 aapg_aa_305.html aapg_aa_305.html:169:26376:26405 Citronelle Alabama +0.2413 aapg_aa_233.html aapg_aa_233.html:108:11711:11728 La Pena Mexico +0.26883 aapg_ac_731.html aapg_ac_731.html:1745:118649:118655 Brazil Melbourne, Florida +0.438372 cspg_html_3404912985 cspg_html_3404912985:705:100739:100760 Belly River Lacombe, Alberta +0.391152 sedimentology_html_1338997515 sedimentology_html_1338997515:152:13975:13991 Bursum Candelaria, Tenerife +0.254338 aapg_ae_605.html aapg_ae_605.html:382:48384:48402 Traverse Dolomites +0.255987 palaios_html_3855840708 palaios_html_3855840708:429:35964:35981 White River Nebraska +0.27032 aapg_ah_652.html aapg_ah_652.html:123:16437:16443 Dakota Mancos, Colorado +0.510925 aapg_ah_157.html aapg_ah_157.html:255:36074:36096 Lime Creek Illinois +0.262044 gsa_html_1520002998 gsa_html_1520002998:1112:87601:87609 Colorado Denver +0.254518 gsa_html_6413722646 gsa_html_6413722646:915:73467:73470 Rye Netherlands +0.416052 cspg_html_5541937700 cspg_html_5541937700:1009:116219:116235 Viking Lacombe, Alberta +0.374633 aapg_ah_318.html aapg_ah_318.html:463:55281:55290 Morehouse Shreveport, Louisiana +0.49179 cspg_html_9951421861 cspg_html_9951421861:245:34948:34957 Athabasca Clearwater, Florida +0.276595 gsa_html_5202646019 gsa_html_5202646019:632:60355:60372 Verulam Ontario, California +0.255016 gsa_html_7102550258 gsa_html_7102550258:1590:144166:144183 Kayenta Colorado +0.262654 cspg_html_5542874609 cspg_html_5542874609:390:45402:45420 Lea Park Lacombe, Alberta +0.25449 geology_html_9203544566 geology_html_9203544566:297:25851:25857 Snyder Anchorage, Alaska +0.539199 aapg_ah_997.html aapg_ah_997.html:70:14237:14247 Washington Virginia +0.483395 cspg_html_7037732498 cspg_html_7037732498:37:4695:4719 Mission Canyon Regina, Saskatchewan +0.25755 cspg_html_7777724998 cspg_html_7777724998:42:5730:5739 Gladstone Bellevue, Nebraska +0.2754 aapg_ai_738.html aapg_ai_738.html:60:5172:5180 Montreal Quebec +0.477224 geology_html_5171768193 geology_html_5171768193:16:985:1002 State Farm Gneiss Virginia +0.4745 gsa_html_1254347878 gsa_html_1254347878:367:41181:41198 Creston Western world +0.272874 aapg_ac_586.html aapg_ac_586.html:220:23658:23668 Pottsville Pottsville, Pennsylvania +0.25688 aapg_ac_612.html aapg_ac_612.html:621:48436:48452 Lykins Colorado +0.269037 gsa_html_8627114993 gsa_html_8627114993:541:57737:57745 Columbia Victoria, British Columbia +0.253092 geology_html_3113595140 geology_html_3113595140:166:12815:12826 Coal Valley Reno, Nevada +0.256332 aapg_ac_971.html aapg_ac_971.html:13:2255:2263 Seminole McAlester, Oklahoma +0.263168 cspg_html_9330018201 cspg_html_9330018201:121:19009:19066 Windsor Elko, Nevada +0.244374 aapg_ad_52.html aapg_ad_52.html:633:68203:68220 Michigan Michigan +0.227964 aapg_ae_750.html aapg_ae_750.html:145:16573:16577 Dean Wichita, Kansas +0.259956 aapg_ah_108.html aapg_ah_108.html:835:65552:65565 Santa Barbara Juticalpa +0.715546 aapg_aa_86.html aapg_aa_86.html:230:17843:17861 Sligo East Texas +0.500004 cspg_html_7938374662 cspg_html_7938374662:7:380:402 Grand Rapids Lacombe, Alberta +0.481265 sedimentology_html_1568456861 sedimentology_html_1568456861:1025:81744:81764 Toro Chile +0.24644 gsa_html_6982030333 gsa_html_6982030333:1412:129316:129326 Washington Salem, Oregon +0.492866 cspg_html_7120676378 cspg_html_7120676378:76:10019:10027 Edmonton Canada +0.68472 aapg_ai_515.html aapg_ai_515.html:461:51722:51733 Green River Uinta Mountains +0.481371 sedimentology_html_3941612453 sedimentology_html_3941612453:899:75733:75741 Quinault Washington (state) +0.242284 palaios_html_5898287170 palaios_html_5898287170:1015:69862:69872 Las Palmas Spain +0.25654 aapg_af_130.html aapg_af_130.html:135:24697:24704 Dotsero Leadville, Colorado +0.471653 gsa_html_2729737430 gsa_html_2729737430:1092:103920:103926 Denver Boise, Idaho +0.825699 AMJC_html_8619525948 AMJC_html_8619525948:530:59523:59531 Wamsutta Cambridge, Massachusetts +0.488188 sedimentology_html_4109585061 sedimentology_html_4109585061:791:74282:74321 Cutler Logan, Utah +0.494429 geology_html_1523318259 geology_html_1523318259:197:22494:22500 Denver Colorado +0.27195 aapg_ah_82.html aapg_ah_82.html:362:35462:35468 Sierra Mexico +0.50343 aapg_ak_85.html aapg_ak_85.html:136:16697:16706 Smackover East Texas +0.418304 aapg_ac_333.html aapg_ac_333.html:1289:155188:155205 Kaibab Arizona +0.269105 aapg_ah_978.html aapg_ah_978.html:225:23304:23319 Etchegoin Rancho Santa Margarita, California +0.513455 gsa_html_1465687448 gsa_html_1465687448:738:84659:84669 Tuscaloosa Alabama +0.492412 aapg_ai_974.html aapg_ai_974.html:776:85063:85073 Washington California +0.483406 cspg_html_5295390542 cspg_html_5295390542:47:5469:5486 Halfway Victoria, British Columbia +0.270384 aapg_ad_466.html aapg_ad_466.html:875:94129:94146 Matawan Delaware +0.24487 cspg_html_5697056884 cspg_html_5697056884:66:7657:7693 Winnipeg Western world +0.490428 aapg_af_854.html aapg_af_854.html:1430:208545:208562 Cypress Laurens County, Georgia +0.48204 gsa_html_3014459865 gsa_html_3014459865:237:26184:26201 Raritan Delaware +0.258462 gsa_html_7127096507 gsa_html_7127096507:550:53393:53415 Pigeon Point California +0.449956 aapg_ae_415.html aapg_ae_415.html:12:2140:2156 Forest Alabama +0.250965 gsa_html_2667366192 gsa_html_2667366192:720:63772:63776 Hall Los Angeles +0.244944 cspg_html_2873888604 cspg_html_2873888604:319:47926:47958 Montney Canada +0.459918 aapg_ad_318.html aapg_ad_318.html:28:4883:4891 Michigan Middle East +0.258015 aapg_ai_411.html aapg_ai_411.html:93:8677:8686 Owl Creek Arkansas River +0.496944 aapg_ah_289.html aapg_ah_289.html:72:11076:11094 Monterey San Joaquin River +0.464061 aapg_ak_24.html aapg_ak_24.html:463:51306:51312 Shasta California +0.252888 cspg_html_9868683298 cspg_html_9868683298:676:60083:60091 Columbia Victoria, British Columbia +0.47523 aapg_aa_37.html aapg_aa_37.html:462:55598:55604 Kaibab Kaibab, Arizona +0.26159 cspg_html_7833083677 cspg_html_7833083677:3261:253001:253025 Lisburne Anchorage, Alaska +0.490428 aapg_aa_918.html aapg_aa_918.html:1175:121423:121430 El Paso Texas +0.870408 aapg_ai_583.html aapg_ai_583.html:136:18996:19004 Sundance Cheyenne, Wyoming +0.50233 gsa_html_5773931818 gsa_html_5773931818:1058:108860:108868 Colorado Carbon County, Wyoming +0.25853 aapg_ah_318.html aapg_ah_318.html:3054:248016:248023 La Caja Mexico +0.19097 aapg_ad_55.html aapg_ad_55.html:75:6745:6752 Decorah Missouri River +0.255518 cspg_html_3860685167 cspg_html_3860685167:1107:99187:99227 Mount Head Lacombe, Alberta +0.49452 aapg_af_854.html aapg_af_854.html:1407:204691:204708 Cypress Jackson County, Missouri +0.4992 sedimentology_html_4287650745 sedimentology_html_4287650745:107:11652:11657 Price Logan, Utah +0.254496 aapg_aa_477.html aapg_aa_477.html:241:21745:21758 Porters Creek Lagrangian point +0.288816 aapg_ac_243.html aapg_ac_243.html:162:15136:15143 Emerson Mexico +0.502068 cspg_html_2820961138 cspg_html_2820961138:449:49411:49431 Viking Colorado +0.492855 gsa_html_3649667431 gsa_html_3649667431:99:8879:8885 Toroweap Supai, Arizona +0.260797 jgeology_html_4599466962 jgeology_html_4599466962:147:11105:11124 Onondaga Schoharie Creek +0.463467 AMJC_html_7144941731 AMJC_html_7144941731:519:53091:53112 Weaverville California +0.26469 aapg_ah_363.html aapg_ah_363.html:121:13670:13681 Waltersburg Uniontown, Pennsylvania +0.464695 cspg_html_6052770195 cspg_html_6052770195:6:291:314 Sulphur Point Lacombe, Alberta +0.269538 aapg_ae_840.html aapg_ae_840.html:164:9729:9739 Tuscaloosa Cotton Valley, Louisiana +0.37269 cspg_html_8065532640 cspg_html_8065532640:205:25661:25683 Whipple Cave Reno, Nevada +0.257045 sedimentology_html_8510537334 sedimentology_html_8510537334:903:69247:69266 Clam Bank Canada +0.25431 aapg_ah_551.html aapg_ah_551.html:3:161:178 Burgner Missouri River +0.251995 aapg_ai_159.html aapg_ai_159.html:589:67111:67128 Caimito Culebra, Puerto Rico +0.491925 aapg_ad_2.html aapg_ad_2.html:1028:140806:140844 Beekmantown Pennsylvania +0.48306 gsa_html_1119256423 gsa_html_1119256423:871:88514:88522 Colorado Nebraska +0.248196 aapg_ae_388.html aapg_ae_388.html:12:1894:1909 Vicksburg Tallahassee, Florida +0.480816 aapg_af_881.html aapg_af_881.html:417:45298:45306 Wolfcamp Russia +0.28851 aapg_ac_392.html aapg_ac_392.html:189:19542:19547 Salem Ohio County, West Virginia +0.24552 cspg_html_2093862169 cspg_html_2093862169:437:45831:45839 Pine Key Melbourne, Florida +0.50255 aapg_aa_106.html aapg_aa_106.html:320:32733:32745 Winnipegosis Manitoba +0.25544 gsa_html_4078158156 gsa_html_4078158156:267:28682:28709 Brallier Pennsylvania +0.254464 aapg_af_745.html aapg_af_745.html:465:64292:64312 Washington Washington (state) +0.34464 gsa_html_2877730818 gsa_html_2877730818:1182:98897:98913 Noonday Dolomite California +0.256432 aapg_ae_4.html aapg_ae_4.html:302:35556:35572 Humbug Deep Creek, Virginia +0.255488 gsa_html_5261839912 gsa_html_5261839912:673:58786:58794 Colorado Grambling, Louisiana +0.490356 cspg_html_5264346535 cspg_html_5264346535:241:24993:25001 Edmonton Edmonton, London +0.47481 cspg_html_6278093686 cspg_html_6278093686:213:15841:15856 Liard Canada +0.269838 cspg_html_5109837857 cspg_html_5109837857:85:10838:10859 Blind Fiord Melville Island (Canada) +0.466995 aapg_ah_387.html aapg_ah_387.html:2610:281518:281527 Knoxville Knoxville, Illinois +0.261112 aapg_ae_605.html aapg_ae_605.html:85:12376:12394 Salamonie Dolomite Bloomington, Indiana +0.513488 aapg_af_768.html aapg_af_768.html:77:9607:9612 Colon Southlake, Texas +0.269345 cspg_html_3804945581 cspg_html_3804945581:87:10318:10334 Horseshoe Canyon Woodlake, Texas +0.852752 aapg_af_663.html aapg_af_663.html:200:23553:23559 Pawnee Lexington, Kentucky +0.262128 AMJC_html_1964550508 AMJC_html_1964550508:657:75395:75407 Vernon Lockport (city), New York +0.302 aapg_ac_905.html aapg_ac_905.html:81:9203:9230 Slave Point Victoria, British Columbia +0.4745 aapg_af_14.html aapg_af_14.html:214:19024:19040 Almond Table Rock, Wyoming +0.241482 gsa_html_3096615185 gsa_html_3096615185:306:30350:30370 Roxbury Conglomerate Naval Air Station Squantum +0.474635 sedimentology_html_8006979411 sedimentology_html_8006979411:1643:111760:111779 Kaskapau Victoria, British Columbia +0.71442 aapg_ah_140.html aapg_ah_140.html:41:4468:4475 Paradox Nebraska +0.264171 aapg_ah_416.html aapg_ah_416.html:99:8389:8397 Foremost Saskatchewan River +0.246984 gsa_html_6441142238 gsa_html_6441142238:984:102554:102562 Woodruff Chandler, Arizona +0.480912 cspg_html_3804945581 cspg_html_3804945581:6:481:487 Battle Woodlake, Texas +0.248965 aapg_ad_596.html aapg_ad_596.html:14:1740:1752 Saskatchewan Manitoba +0.26659 aapg_af_425.html aapg_af_425.html:36:3610:3628 Niobrara Colorado +0.262644 aapg_ac_617.html aapg_ac_617.html:78:9432:9440 Oakville Navasota Independent School District +0.544362 aapg_aa_357.html aapg_aa_357.html:261:23296:23320 Kaibab Coconino County, Arizona +0.470876 gsa_html_4295938485 gsa_html_4295938485:29:2796:2824 Green River Colorado +0.484295 gsa_html_7298317037 gsa_html_7298317037:269:24179:24197 Purisima Monterey, California +0.26988 aapg_ae_454.html aapg_ae_454.html:198:16176:16183 Bossier Arkansas +0.252888 sedimentology_html_1280732031 sedimentology_html_1280732031:1716:141922:141927 Swift Virginia +0.460638 aapg_ac_703.html aapg_ac_703.html:134:14605:14620 Madison Netherlands +0.48783 cspg_html_4664502755 cspg_html_4664502755:942:98168:98177 Alexandra Lacombe, Alberta +0.480312 aapg_ac_930.html aapg_ac_930.html:39:3559:3571 Saskatchewan Nebraska +0.50715 aapg_ad_971.html aapg_ad_971.html:486:42238:42244 Herald Texas +0.277473 aapg_ai_247.html aapg_ai_247.html:187:19568:19572 Lane Michigan +0.24341 cspg_html_3008414459 cspg_html_3008414459:509:61270:61290 Milk River Canada +0.45695 aapg_ah_745.html aapg_ah_745.html:138:11956:11971 Galena Platteville, Colorado +0.49215 aapg_ai_337.html aapg_ai_337.html:86:11321:11327 Salina Michigan +0.26 gsa_html_2743423721 gsa_html_2743423721:93:15553:15567 Tyee Elkton, Kentucky +0.46971 aapg_ad_152.html aapg_ad_152.html:1061:136333:136341 Arcturus Kaibab, Arizona +0.2615 aapg_aa_563.html aapg_aa_563.html:269:34730:34734 Buda Austin, Chicago +0.718291 aapg_aa_706.html aapg_aa_706.html:423:41526:41545 La Quinta Venezuela +0.25235 geology_html_3642770885 geology_html_3642770885:13:637:647 Santa Cruz California +0.485572 aapg_ae_958.html aapg_ae_958.html:3191:273667:273682 Hueco Guadalupe Mountains National Park +0.25245 gsa_html_7102550258 gsa_html_7102550258:1384:131395:131412 Kayenta Colorado +0.851704 aapg_af_897.html aapg_af_897.html:5:588:598 Pottsville Atoka, Oklahoma +0.482664 aapg_ac_995.html aapg_ac_995.html:117:9929:9938 Huizachal Mexico +0.25284 aapg_ad_341.html aapg_ad_341.html:132:12499:12520 Jacksonburg Closter, New Jersey +0.233208 aapg_af_12.html aapg_af_12.html:211:17227:17235 Colorado Logan, Utah +0.239956 gsa_html_3808711160 gsa_html_3808711160:1214:136454:136459 Grove Medicine Lake, Minnesota +0.242949 cspg_html_7552198061 cspg_html_7552198061:217:25591:25599 Colorado Cheyenne, Wyoming +0.476844 aapg_ac_491.html aapg_ac_491.html:102:17438:17443 Taman Mexico +0.26563 aapg_ai_197.html aapg_ai_197.html:68:9018:9024 Madrid Spain +0.24651 aapg_af_22.html aapg_af_22.html:670:79349:79361 Saskatchewan Lacombe, Alberta +0.502856 aapg_ac_953.html aapg_ac_953.html:31:3602:3622 Miccosukee Miccosukee, Florida +0.259588 aapg_ae_419.html aapg_ae_419.html:3747:236202:236222 San Miguel Texas +0.249991 cspg_html_7941684345 cspg_html_7941684345:568:61838:61850 Granite Wash Lacombe, Alberta +0.477402 AMJC_html_4986321644 AMJC_html_4986321644:212:34294:34302 Virginia Piedmont (United States) +0.262636 aapg_aa_718.html aapg_aa_718.html:30:3569:3579 Washington Athens, Georgia +0.496888 aapg_ae_171.html aapg_ae_171.html:628:64640:64649 Red River Shreveport, Louisiana +0.4735 cspg_html_3023030263 cspg_html_3023030263:33:5280:5302 Medicine Hat Lacombe, Alberta +0.473946 aapg_ae_998.html aapg_ae_998.html:113:14401:14409 Evanston Absaroka +0.47112 geology_html_8366774762 geology_html_8366774762:11:521:533 Rhode Island Kingston, Jamaica +0.499497 geology_html_1001858158 geology_html_1001858158:15:1085:1093 Victoria Victoria, British Columbia +0.249984 geology_html_1860179474 geology_html_1860179474:245:24028:24037 San Diego California +0.79464 aapg_ah_289.html aapg_ah_289.html:514:70286:70304 Monterey California +0.505506 cspg_html_6306091047 cspg_html_6306091047:797:105080:105088 Columbia Lacombe, Alberta +0.24347 gsa_html_6542025228 gsa_html_6542025228:573:61050:61077 Thelon Canada +0.251923 gsa_html_5627360957 gsa_html_5627360957:26:2079:2087 Colorado Sonora +0.376244 cspg_html_9330018201 cspg_html_9330018201:116:18185:18189 Elko Elko, Nevada +0.292236 aapg_ai_583.html aapg_ai_583.html:140:19609:19626 Rierdon Powder River Basin +0.25047 aapg_aa_797.html aapg_aa_797.html:459:58922:58954 Cutler Colorado +0.255024 gsa_html_9216496168 gsa_html_9216496168:1108:102267:102275 Temporal Southern California +0.438471 aapg_ae_324.html aapg_ae_324.html:908:91224:91232 Virginia Virginia +0.260608 gsa_html_2877730818 gsa_html_2877730818:331:33536:33556 Beck Spring Dolomite Saratoga Springs, New York +0.428053 aapg_ah_217.html aapg_ah_217.html:119:13105:13118 Venango Venango, Pennsylvania +0.250368 aapg_af_47.html aapg_af_47.html:104:10465:10485 Smithville Arkansas +0.502656 aapg_af_697.html aapg_af_697.html:29:3268:3298 Detroit River Isabella County, Michigan +0.25948 aapg_aa_934.html aapg_aa_934.html:220:25910:25918 Wolfcamp Texas +0.481514 gsa_html_6143207195 gsa_html_6143207195:896:82146:82174 Green River New Mexico +0.24206 aapg_aa_145.html aapg_aa_145.html:767:84231:84241 White Lake Kamloops +0.49368 cspg_html_9061675089 cspg_html_9061675089:186:25700:25706 Fernie Victoria, British Columbia +0.493812 aapg_ad_764.html aapg_ad_764.html:55:8255:8267 Temblor Tulare, California +0.240518 aapg_aa_316.html aapg_aa_316.html:311:31862:31871 Gibraltar Canary Islands +0.492975 gsa_html_4308966435 gsa_html_4308966435:1298:128112:128135 Cedar Mountain Cedar Mountains +0.491384 gsa_html_6980451554 gsa_html_6980451554:165:20355:20372 Moenave Arizona +0.301041 cspg_html_9499345121 cspg_html_9499345121:36:5655:5680 La Martre Falls Great Slave Lake +0.503949 aapg_af_858.html aapg_af_858.html:85:9343:9349 Salina Ohio +0.490051 cspg_html_9361096527 cspg_html_9361096527:898:78385:78407 Judith River Lacombe, Alberta +0.27716 aapg_ae_958.html aapg_ae_958.html:77:9612:9625 Abo New Mexico +0.257554 aapg_ah_506.html aapg_ah_506.html:3:321:335 Traverse Michigan +0.480768 cspg_html_9717154602 cspg_html_9717154602:361:48468:48486 Lea Park Lacombe, Alberta +0.281358 gsa_html_9266920022 gsa_html_9266920022:149:18704:18715 Louann Salt Mexico +0.2413 aapg_ae_90.html aapg_ae_90.html:28:2724:2732 Billings Yellowstone River +0.248805 gsa_html_6117440194 gsa_html_6117440194:431:44368:44388 Fort Union Wasatch Range +0.456484 gsa_html_8051402894 gsa_html_8051402894:162:19643:19667 Colorado Reno, Nevada +0.471366 aapg_ai_503.html aapg_ai_503.html:265:29500:29510 Cabot Head Niagara River +0.247296 aapg_aa_745.html aapg_aa_745.html:100:13040:13053 Cherry Canyon Delaware +0.481616 aapg_af_843.html aapg_af_843.html:69:5327:5337 Cedar Lake Pecos County, Texas +0.24048 aapg_ad_871.html aapg_ad_871.html:518:45796:45806 Bell Antrim, County Antrim +0.269105 cspg_html_1503116552 cspg_html_1503116552:38:6359:6381 Beaverhill Lacombe, Alberta +0.259979 aapg_ai_997.html aapg_ai_997.html:906:84234:84239 Tejon Rio Vista, California +0.265698 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8113:8131 Shepard Grinnell, Iowa +0.250745 aapg_ai_742.html aapg_ai_742.html:169:16184:16203 Aux Vases Palestinian territories +0.254514 sedimentology_html_2383692717 sedimentology_html_2383692717:7:383:387 Home London, Ontario +0.246506 aapg_af_288.html aapg_af_288.html:104:12137:12151 Upham Dolomite New Mexico +0.49632 gsa_html_8010927234 gsa_html_8010927234:355:29237:29255 Rangeley Rangeley, Maine +0.24939 gsa_html_9888343667 gsa_html_9888343667:695:63308:63311 Arc Earth +0.255021 cspg_html_7985076717 cspg_html_7985076717:379:33266:33287 Bathurst Canadian Arctic Archipelago +0.467033 aapg_ah_779.html aapg_ah_779.html:345:64805:64813 Onondaga Huntington, West Virginia +0.26469 cspg_html_1166788717 cspg_html_1166788717:193:24896:24915 Sassenach Medicine Lake, Minnesota +0.250997 jgeology_html_8596065691 jgeology_html_8596065691:1261:85234:85240 Taylor London, Ontario +0.263592 cspg_html_5541937700 cspg_html_5541937700:949:112576:112592 Viking Lacombe, Alberta +0.265209 sedimentology_html_5952967873 sedimentology_html_5952967873:458:40634:40644 Copenhagen Uganda +0.469396 gsa_html_4108535696 gsa_html_4108535696:795:68401:68409 Victoria Canada +0.498972 cspg_html_8089302449 cspg_html_8089302449:354:62193:62201 Columbia Regina, Saskatchewan +0.509952 aapg_ae_63.html aapg_ae_63.html:262:26960:26965 Lance Cheyenne, Wyoming +0.476656 aapg_ad_27.html aapg_ad_27.html:54:5018:5025 Cypress Bethel, Alaska +0.24837 aapg_aa_161.html aapg_aa_161.html:3:358:366 Sabaneta Venezuela +0.292166 aapg_ah_427.html aapg_ah_427.html:71:9912:9921 Red River Wichita Mountains +0.257623 aapg_aa_626.html aapg_aa_626.html:179:20012:20025 Potomac Maryland +0.478908 gsa_html_4719798013 gsa_html_4719798013:388:39819:39844 Blackwater Draw Muleshoe National Wildlife Refuge +0.270375 aapg_ah_318.html aapg_ah_318.html:51:8841:8851 Washington Shreveport, Louisiana +0.482384 gsa_html_1860930948 gsa_html_1860930948:76:7801:7823 Shinarump Conglomerate Arizona +0.28141 aapg_ad_757.html aapg_ad_757.html:67:6912:6927 Maquoketa Richmond, California +0.231966 aapg_ac_635.html aapg_ac_635.html:230:24196:24215 Hornbrook California +0.474705 gsa_html_5773604426 gsa_html_5773604426:16:694:702 Virginia Reston, Virginia +0.376936 cspg_html_6839937815 cspg_html_6839937815:274:38496:38503 Thaynes Logan, Utah +0.50115 aapg_ai_352.html aapg_ai_352.html:233:17664:17670 Salina Forest City, Iowa +0.25012 gsa_html_1197940982 gsa_html_1197940982:1308:122362:122368 Snyder Unalaska, Alaska +0.278226 aapg_ad_3.html aapg_ad_3.html:586:56220:56228 Virginia Knoxville, Tennessee +0.257446 cspg_html_2013109828 cspg_html_2013109828:51:9425:9442 Jubilee Boulder Creek (Colorado) +0.27285 aapg_ae_62.html aapg_ae_62.html:9:1595:1612 Prairie Williston, Vermont +0.258572 gsa_html_8055113978 gsa_html_8055113978:19:1794:1816 Wapsipinicon Adams County, Indiana +0.249991 gsa_html_6672856503 gsa_html_6672856503:134:8213:8232 Chumstick Tumwater, Washington +0.266772 gsa_html_5851281923 gsa_html_5851281923:212:22532:22542 Washington Seattle +0.459208 aapg_ac_201.html aapg_ac_201.html:614:59784:59792 Lisburne Sheenjek River +0.366792 cspg_html_5688447798 cspg_html_5688447798:125:16723:16743 Blue Fiord Ellesmere Island +0.465039 jgeology_html_3271417770 jgeology_html_3271417770:95:3900:3906 Madrid Spain +0.50825 aapg_af_821.html aapg_af_821.html:632:57166:57179 Woodbine Northeast Texas +0.252 cspg_html_9236194363 cspg_html_9236194363:30:3703:3722 Waterways Lacombe, Alberta +0.359217 gsa_html_4432793908 gsa_html_4432793908:37:4948:4968 Sheep Pass Logan, Utah +0.244541 aapg_ak_85.html aapg_ak_85.html:101:12827:12836 Smackover Shreveport, Louisiana +0.49244 gsa_html_7012936645 gsa_html_7012936645:81:8594:8615 Martinsburg Susquehanna Township, Dauphin County, Pennsylvania +0.417 aapg_af_839.html aapg_af_839.html:8:1138:1142 Wise Van Buren County, Tennessee +0.254508 AMJC_html_8804784209 AMJC_html_8804784209:19:1532:1553 Waits River Bennington, Vermont +0.258416 aapg_ae_768.html aapg_ae_768.html:20:3245:3262 Rustler Culebra, Puerto Rico +0.465795 aapg_ac_749.html aapg_ac_749.html:86:11321:11342 Colpoy Bay Guelph +0.2515 aapg_ad_652.html aapg_ad_652.html:18:2667:2684 Cowlitz Salem, Oregon +0.264096 gsa_html_3816882354 gsa_html_3816882354:873:76240:76248 Columbia Victoria, British Columbia +0.48348 aapg_ad_659.html aapg_ad_659.html:474:68111:68115 Lane Michigan +0.489149 aapg_ai_105.html aapg_ai_105.html:24:3885:3892 Oquirrh Des Moines, Washington +0.487172 cspg_html_7281679890 cspg_html_7281679890:108:18006:18032 Mackenzie Ellesmere Island +0.24672 gsa_html_3860045860 gsa_html_3860045860:688:78091:78098 Dubuque Salem, Oregon +0.265176 gsa_html_2277214099 gsa_html_2277214099:465:51564:51598 Peninsula Antarctic Peninsula +0.233716 sedimentology_html_6089121782 sedimentology_html_6089121782:556:65970:66025 Forest Fort Collins, Colorado +0.88157 aapg_ae_415.html aapg_ae_415.html:834:103164:103183 Catahoula Mississippi River +0.499465 AMJC_html_5390933660 AMJC_html_5390933660:714:73263:73294 Smalls Falls Hartford, Connecticut +0.47773 cspg_html_8840748783 cspg_html_8840748783:621:76447:76459 Saskatchewan Victoria, British Columbia +0.254012 gsa_html_6672856503 gsa_html_6672856503:170:12870:12879 Wenatchee Washington (state) +0.263168 cspg_html_5688447798 cspg_html_5688447798:156:23270:23298 Disappointment Bay Ellesmere Island +0.268812 sedimentology_html_1559456356 sedimentology_html_1559456356:623:36262:36274 Saskatchewan Canada +0.448283 sedimentology_html_3738352363 sedimentology_html_3738352363:25:1433:1439 Sierra Spain +0.274022 aapg_ad_865.html aapg_ad_865.html:380:37541:37557 Molas Ouray, Colorado +0.450296 gsa_html_8793864878 gsa_html_8793864878:744:76985:77004 Robertson Canberra +0.46844 aapg_ae_45.html aapg_ae_45.html:60:8110:8119 Smackover Alabama +0.260454 AMJC_html_6064451271 AMJC_html_6064451271:714:74398:74411 Santa Barbara California +0.497 cspg_html_6839937815 cspg_html_6839937815:370:49704:49710 Kaibab Logan, Utah +0.276676 aapg_ac_603.html aapg_ac_603.html:141:14919:14937 Moenkopi McKee, Kentucky +0.227406 geology_html_3420787727 geology_html_3420787727:153:15539:15548 Beartooth Snake River Plain (ecoregion) +0.46452 aapg_ai_773.html aapg_ai_773.html:40:6272:6295 Detroit River Bloomington, Indiana +0.709778 cspg_html_7924356285 cspg_html_7924356285:160:22312:22332 Kananaskis Elk Valley (British Columbia) +0.478028 aapg_ac_633.html aapg_ac_633.html:28:3476:3500 Arroyo New Mexico +0.245847 aapg_ah_416.html aapg_ah_416.html:274:21785:21795 Milk River Colorado +0.44103 gsa_html_6212532476 gsa_html_6212532476:689:53731:53753 Horse Spring Lake Mead +0.268752 cspg_html_3397138450 cspg_html_3397138450:1350:144312:144320 Columbia Victoria, British Columbia +0.496327 aapg_ae_419.html aapg_ae_419.html:35:5057:5077 San Felipe Mexico +0.486095 geology_html_4601106457 geology_html_4601106457:306:26567:26584 Wingate Logan, Utah +0.263472 aapg_ae_993.html aapg_ae_993.html:315:31106:31132 Jefferson Williston, Vermont +0.345546 cspg_html_8979693271 cspg_html_8979693271:31:4498:4510 Willow Creek Pincher Creek, Alberta +0.454503 cspg_html_5345848475 cspg_html_5345848475:18:2326:2338 Medicine Hat Niobrara, Nebraska +0.4598 aapg_aa_4.html aapg_aa_4.html:220:29197:29213 Sonyea Middlesex +0.481712 jgeology_html_7422925176 jgeology_html_7422925176:1111:74503:74509 Thrifty London, Ontario +0.500456 aapg_ai_720.html aapg_ai_720.html:246:27736:27743 Raritan Long Island (Massachusetts) +0.487494 cspg_html_4407096618 cspg_html_4407096618:454:40559:40567 Columbia Victoria, British Columbia +0.501375 cspg_html_2863271815 cspg_html_2863271815:485:57187:57193 Guelph Lockport (city), New York +0.25012 aapg_ai_897.html aapg_ai_897.html:254:27578:27593 Mesaverde Fruitland, Idaho +0.388368 gsa_html_8597749242 gsa_html_8597749242:703:76539:76551 Owens Valley California +0.49875 cspg_html_4623526246 cspg_html_4623526246:103:12141:12149 Columbia Victoria, British Columbia +0.255021 aapg_ai_828.html aapg_ai_828.html:666:62657:62665 Somerset Dorset +0.2595 cspg_html_5241714595 cspg_html_5241714595:607:90572:90587 Nisku Lacombe, Alberta +0.26367 cspg_html_1763727002 cspg_html_1763727002:362:43605:43638 Halfway Victoria, British Columbia +0.25806 aapg_aa_645.html aapg_aa_645.html:423:47445:47451 Oregon Boise, Idaho +0.50196 aapg_af_868.html aapg_af_868.html:428:33120:33135 Atoka Adair County, Missouri +0.251835 cspg_html_9683836416 cspg_html_9683836416:353:59691:59707 Oldman Victoria, British Columbia +0.24336 aapg_ae_769.html aapg_ae_769.html:322:32781:32789 Michigan Salina, Kansas +0.519225 aapg_ad_918.html aapg_ad_918.html:145:19123:19129 Pueblo Colorado +0.243486 aapg_aa_702.html aapg_aa_702.html:1150:129579:129587 Colorado Colorado +0.244736 aapg_aa_563.html aapg_aa_563.html:392:50235:50245 Rio Grande Texas +0.263676 aapg_ah_775.html aapg_ah_775.html:601:52473:52481 Colorado Colorado +0.487863 sedimentology_html_9973432841 sedimentology_html_9973432841:957:78283:78298 Breathitt Flint, Michigan +0.26462 aapg_af_461.html aapg_af_461.html:168:15384:15396 Salina Michigan +0.259248 aapg_ae_668.html aapg_ae_668.html:674:68768:68773 Chazy Ohio +0.47773 cspg_html_4937997995 cspg_html_4937997995:249:29978:30003 Red Head Rapids East Pen Island +0.2505 cspg_html_5538678223 cspg_html_5538678223:625:59823:59830 Halfway Victoria, British Columbia +0.261072 cspg_html_4103411715 cspg_html_4103411715:454:48048:48064 Viking Lacombe, Alberta +0.25365 cspg_html_1256612432 cspg_html_1256612432:58:3568:3584 Fernie Lacombe, Alberta +0.826181 aapg_aa_544.html aapg_aa_544.html:273:37181:37189 Niobrara Colorado +0.491493 gsa_html_4026604278 gsa_html_4026604278:184:21546:21573 Columbia Snake River Plain (ecoregion) +0.251292 aapg_ad_169.html aapg_ad_169.html:349:41332:41352 Greenbrier Logan County, West Virginia +0.365211 aapg_ac_90.html aapg_ac_90.html:115:17999:18005 Chinle Reno, Nevada +0.4725 gsa_html_8067247871 gsa_html_8067247871:950:69086:69094 Colorado Center Park +0.526752 aapg_ah_486.html aapg_ah_486.html:279:26767:26787 Pottsville Pottsville, Pennsylvania +0.27195 cspg_html_9912281240 cspg_html_9912281240:606:70375:70387 Judith River Lacombe, Alberta +0.265668 cspg_html_5949578130 cspg_html_5949578130:892:100594:100627 Grosmont Lacombe, Alberta +0.262119 sedimentology_html_8384737970 sedimentology_html_8384737970:645:50792:50809 Entrada Logan, Utah +0.246973 geology_html_2569377359 geology_html_2569377359:211:17716:17729 Santa Barbara Sierra Nevada (Spain) +0.48807 aapg_ae_610.html aapg_ae_610.html:3:200:210 San Andres Texas +0.251104 aapg_ah_329.html aapg_ah_329.html:280:27388:27396 Monterey Monterey, California +0.46092 aapg_ad_379.html aapg_ad_379.html:873:72788:72793 Mt Lytton Blaine County, Oklahoma +0.277628 aapg_ah_847.html aapg_ah_847.html:204:23874:23884 Sykesville Closter, New Jersey +0.477084 aapg_aa_644.html aapg_aa_644.html:610:53323:53330 Freedom Boise, Idaho +0.264554 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76398:76408 Washington Salem, Oregon +0.491814 aapg_ad_918.html aapg_ad_918.html:67:9571:9579 Frontier Colorado +0.25116 aapg_aa_796.html aapg_aa_796.html:477:54684:54701 Halfway Lacombe, Alberta +0.243048 cspg_html_5312588885 cspg_html_5312588885:496:60846:60852 Oxford Pergamon Museum +0.264132 cspg_html_5697056884 cspg_html_5697056884:564:55461:55473 Saskatchewan Winnipeg +0.492712 geology_html_1099612618 geology_html_1099612618:20:1008:1014 Brazil Amazon Basin +0.238626 aapg_aa_22.html aapg_aa_22.html:322:31419:31424 Upham Cynthiana, Kentucky +0.29362 aapg_af_854.html aapg_af_854.html:939:132775:132792 Renault Yankeetown, Indiana +0.49115 aapg_ah_747.html aapg_ah_747.html:33:3494:3500 Chinle Mancos, Colorado +0.882975 aapg_ae_154.html aapg_ae_154.html:19:2900:2916 Besa River Lacombe, Alberta +0.257045 cspg_html_3926542795 cspg_html_3926542795:110:16693:16711 Wabamun Swan Hill, Victoria +0.456412 palaios_html_1262064602 palaios_html_1262064602:12:627:639 Rhode Island Kingston, Jamaica +0.247164 aapg_ah_4.html aapg_ah_4.html:99:15927:15942 Heath Talara Province +0.257526 aapg_af_459.html aapg_af_459.html:382:42902:42915 Cherry Canyon Delaware +0.258885 sedimentology_html_9378527223 sedimentology_html_9378527223:1826:43791:43799 Niobrara Ogallala, Nebraska +0.448773 cspg_html_2834693711 cspg_html_2834693711:1018:121328:121334 Denver Colorado +0.502824 palaios_html_2221534395 palaios_html_2221534395:48:6680:6699 Fairview Netherlands +0.471696 cspg_html_6232010923 cspg_html_6232010923:98:12212:12220 Columbia Victoria, British Columbia +0.487341 aapg_ad_169.html aapg_ad_169.html:48:6034:6042 Virginia Greenbrier (Great Smoky Mountains) +0.255348 aapg_ae_140.html aapg_ae_140.html:52:5329:5353 Toroweap Upper Valley +0.47817 cspg_html_8266552811 cspg_html_8266552811:265:33237:33244 Camrose Canada +0.48195 aapg_aa_796.html aapg_aa_796.html:451:51195:51203 Columbia Victoria, British Columbia +0.258482 cspg_html_8917306391 cspg_html_8917306391:486:45268:45286 Dunvegan Victoria, British Columbia +0.253272 aapg_ai_958.html aapg_ai_958.html:50:4601:4619 Oakville Cuero, Texas +0.493812 cspg_html_6874854939 cspg_html_6874854939:158:21386:21406 Blaa Mountain Middle East +0.252984 aapg_ac_586.html aapg_ac_586.html:218:23414:23433 Pottsville Pottsville, Pennsylvania +0.252609 gsa_html_5712812305 gsa_html_5712812305:703:66538:66545 Palouse Washington (state) +0.263153 cspg_html_9542530836 cspg_html_9542530836:8:388:421 Yeoman Regina, Saskatchewan +0.268832 aapg_ac_986.html aapg_ac_986.html:124:16839:16857 Uinta Huerfano, New Mexico +0.912 aapg_af_131.html aapg_af_131.html:184:17110:17120 Dewey Lake New Mexico +0.505741 gsa_html_7793260288 gsa_html_7793260288:29:2796:2824 Green River Iran +0.260064 aapg_af_775.html aapg_af_775.html:255:16552:16559 Lagarto Beaumont, Texas +0.46728 aapg_ah_536.html aapg_ah_536.html:406:53149:53161 Antlers Texas +0.466416 aapg_ad_218.html aapg_ad_218.html:14:2341:2366 Bedford California +0.268732 gsa_html_1536819908 gsa_html_1536819908:64:5516:5529 Edna Mountain Reno, Nevada +0.262128 geology_html_6186734946 geology_html_6186734946:134:16438:16447 Bull Fork Whitby, Ontario +0.523614 aapg_aa_962.html aapg_aa_962.html:203:20723:20732 Red River Mississippi River +0.276078 palaios_html_7679079277 palaios_html_7679079277:52:4682:4697 Piper Cheyenne, Wyoming +0.252973 aapg_ae_428.html aapg_ae_428.html:1092:85104:85111 Lagarto Oakville, California +0.247296 cspg_html_4765627863 cspg_html_4765627863:8:683:691 Columbia Victoria, British Columbia +0.480128 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89778:89785 Edwards Burlington, Ontario +0.47432 cspg_html_4176605708 cspg_html_4176605708:558:56244:56265 Fish Scales Lacombe, Alberta +0.266172 aapg_af_2.html aapg_af_2.html:465:52449:52468 Leadville San Juan Mountains +0.267734 cspg_html_1025724640 cspg_html_1025724640:279:36549:36573 Wallace Philipsburg, Centre County, Pennsylvania +0.817167 aapg_ah_528.html aapg_ah_528.html:490:51786:51794 Moenkopi Arizona +0.258048 geology_html_7867948062 geology_html_7867948062:10:369:407 Kingston Peak Death Valley +0.26182 aapg_ai_491.html aapg_ai_491.html:437:54829:54844 Hermosa Hermosa, Chicago +0.486758 cspg_html_8040890019 cspg_html_8040890019:841:81916:81944 Viking Lacombe, Alberta +0.853047 aapg_aa_106.html aapg_aa_106.html:747:77713:77725 Saskatchewan Canada +0.247955 cspg_html_5891044027 cspg_html_5891044027:32:5653:5675 Mount Nelson Purcell Mountains +0.269808 cspg_html_7134658072 cspg_html_7134658072:116:16430:16446 Ireton Lacombe, Alberta +0.44932 aapg_af_568.html aapg_af_568.html:701:61252:61260 Tensleep Dolomites +0.257554 cspg_html_4287356899 cspg_html_4287356899:200:29327:29337 Wind River Southeast Asia +0.27083 aapg_ad_397.html aapg_ad_397.html:132:14132:14142 Tuscaloosa Brownsville, Brooklyn +0.930204 aapg_af_771.html aapg_af_771.html:6:827:843 Knoxville Great Valley, New York +0.53075 aapg_ac_126.html aapg_ac_126.html:181:26102:26113 Haynesville Bossier City, Louisiana +0.25168 cspg_html_4287356899 cspg_html_4287356899:640:89526:89538 Jungle Creek Porcupine River (Ontario) +0.467677 cspg_html_2471870619 cspg_html_2471870619:315:40461:40523 Exshaw Lacombe, Alberta +0.484632 cspg_html_2035826481 cspg_html_2035826481:57:6127:6146 Allen Bay Western world +0.503564 aapg_ai_170.html aapg_ai_170.html:85:9077:9093 Kelvin Logan, Utah +0.501642 aapg_ae_288.html aapg_ae_288.html:174:21697:21707 San Andres Lea County Regional Airport +0.250498 sedimentology_html_1946067194 sedimentology_html_1946067194:595:37157:37169 Green Valley Green Valley, Los Angeles County, California +0.48093 gsa_html_1047526579 gsa_html_1047526579:1099:108029:108057 Green River Colorado +0.477603 aapg_ai_916.html aapg_ai_916.html:355:47114:47126 Wilcox Austin, Chicago +0.2725 aapg_ac_293.html aapg_ac_293.html:29:2837:2846 Mesaverde Shawnee, Oklahoma +0.270396 aapg_af_779.html aapg_af_779.html:47:7318:7337 Coldwater Sunbury, Pennsylvania +0.242176 aapg_ah_362.html aapg_ah_362.html:102:10996:11011 Viola Maquoketa, Iowa +0.254514 gsa_html_4557277250 gsa_html_4557277250:484:47931:47956 Mount Wrightson White Mountains (California) +0.26361 aapg_af_889.html aapg_af_889.html:157:14290:14297 Tecovas Santa Rosa, California +0.4725 gsa_html_7205511748 gsa_html_7205511748:16:1103:1124 Jacobsville Keweenaw Peninsula +0.265224 sedimentology_html_9290555224 sedimentology_html_9290555224:717:48129:48144 Sligo Texas +0.243486 gsa_html_1622241808 gsa_html_1622241808:1935:135552:135560 San Jose California +0.267189 cspg_html_8740534160 cspg_html_8740534160:199:25667:25686 Cranbrook Purcell Mountains +0.246865 cspg_html_6193252551 cspg_html_6193252551:525:60579:60600 Lawrence Quebec City +0.260538 aapg_ai_66.html aapg_ai_66.html:88:8951:8967 Pierre Missouri Valley, Iowa +0.246753 gsa_html_1549665076 gsa_html_1549665076:684:62340:62350 Washington Ellensburg, Washington +0.264187 gsa_html_2717448156 gsa_html_2717448156:1371:128833:128841 Columbia Victoria, British Columbia +0.262095 cspg_html_5685783620 cspg_html_5685783620:62:9364:9372 Edmonton Drumheller +0.479115 cspg_html_2863271815 cspg_html_2863271815:374:37595:37611 Guelph Bruce Peninsula National Park +0.4888 aapg_ae_223.html aapg_ae_223.html:374:43806:43827 Green River Wasatch Range +0.2545 sedimentology_html_5482644620 sedimentology_html_5482644620:1186:97876:97886 Protection California +0.246928 AMJC_html_6051140390 AMJC_html_6051140390:412:42446:42469 Somerset New Brunswick, New Jersey +0.261096 cspg_html_5241714595 cspg_html_5241714595:443:68280:68308 Nisku Lacombe, Alberta +0.24102 aapg_ac_849.html aapg_ac_849.html:71:8908:8925 Parkwood Piedmont (United States) +0.46265 aapg_ae_777.html aapg_ae_777.html:184:20577:20591 Espiritu Santo Sangre de Cristo Range +0.486093 gsa_html_8010927234 gsa_html_8010927234:254:18106:18125 Partridge Western world +0.356349 palaios_html_6757540995 palaios_html_6757540995:569:53082:53087 Eutaw Alabama +0.48116 aapg_ah_722.html aapg_ah_722.html:149:21117:21133 Fish Canyon Tuff Mexico +0.255024 geology_html_2198482898 geology_html_2198482898:214:19141:19147 Jordan Texas +0.264704 cspg_html_7839431712 cspg_html_7839431712:194:19587:19605 Edmonton Lacombe, Alberta +0.261626 cspg_html_6715452766 cspg_html_6715452766:281:33702:33715 Baumann Fiord Eocene +0.250368 cspg_html_3854139935 cspg_html_3854139935:212:26127:26148 Milk River Lacombe, Alberta +0.475252 aapg_ah_387.html aapg_ah_387.html:2605:281014:281023 Knoxville Knoxville, Illinois +0.263069 aapg_af_854.html aapg_af_854.html:501:66267:66289 Edwardsville Kentucky +0.487872 aapg_ae_324.html aapg_ae_324.html:1459:140328:140336 Moccasin Lowville (town), New York +0.26659 gsa_html_1924998244 gsa_html_1924998244:1176:94553:94565 Owens Valley Mojave Desert +0.386078 gsa_html_7425483970 gsa_html_7425483970:812:59695:59705 Notch Peak Logan, Utah +0.278046 cspg_html_1333179361 cspg_html_1333179361:17:2348:2372 Belloy Lacombe, Alberta +0.262108 gsa_html_8947439513 gsa_html_8947439513:24:1589:1596 Hampton Virginia +0.496944 aapg_af_263.html aapg_af_263.html:184:22390:22410 Otto Fiord Ellesmere Island +0.261121 gsa_html_6838140604 gsa_html_6838140604:274:29017:29025 Fillmore Ventura County, California +0.26 aapg_ac_11.html aapg_ac_11.html:6:860:873 Knox Dolomite Morgan County, Indiana +0.252486 aapg_aa_360.html aapg_aa_360.html:191:16195:16212 Edwards San Marcos, California +0.263682 gsa_html_6580496784 gsa_html_6580496784:650:75650:75654 Hall California +0.262685 aapg_ah_519.html aapg_ah_519.html:23:3065:3087 Burro Canyon Cedar Mountains +0.261576 gsa_html_9979192554 gsa_html_9979192554:681:67200:67227 Fortress Mountain Anchorage, Alaska +0.261476 aapg_ae_345.html aapg_ae_345.html:558:45286:45291 Eutaw Tuscaloosa, Alabama +0.264528 aapg_ad_452.html aapg_ad_452.html:51:5308:5315 Bromide Washington (state) +0.248502 gsa_html_3176813682 gsa_html_3176813682:667:58015:58055 Provincial Beijing +0.24605 cspg_html_7307388012 cspg_html_7307388012:354:39758:39774 Fernie Canada +0.258981 aapg_ad_152.html aapg_ad_152.html:1801:234002:234010 Toroweap Kaibab, Arizona +0.49022 geology_html_9558807658 geology_html_9558807658:193:17587:17593 Sierra Reno, Nevada +0.254769 aapg_ai_791.html aapg_ai_791.html:511:70685:70691 Caribe Venezuela +0.267566 aapg_af_763.html aapg_af_763.html:316:32601:32605 Lane Anchorage, Alaska +0.25647 cspg_html_2283545366 cspg_html_2283545366:20:2175:2216 Halfway Lacombe, Alberta +0.493626 gsa_html_1402336710 gsa_html_1402336710:1302:107567:107595 Green River Colorado +0.246168 aapg_aa_105.html aapg_aa_105.html:207:21384:21397 Turner Valley Highwood, Illinois +0.50976 aapg_ah_276.html aapg_ah_276.html:241:23265:23291 Santa Margarita Monterey, California +0.4944 aapg_af_929.html aapg_af_929.html:32:3773:3779 Oswego Fort Scott National Historic Site +0.273273 aapg_ah_160.html aapg_ah_160.html:71:10370:10388 Syracuse Michigan +0.477792 aapg_ah_505.html aapg_ah_505.html:1319:105499:105508 Beartooth Golden, Colorado +0.908205 aapg_af_542.html aapg_af_542.html:123:13220:13248 Wilcox Gulf Coast of the United States +0.263572 cspg_html_4674059966 cspg_html_4674059966:49:8670:8678 Columbia Victoria, British Columbia +0.245058 cspg_html_2796643803 cspg_html_2796643803:665:74576:74597 Winnipeg Regina, Saskatchewan +0.250965 gsa_html_7099585177 gsa_html_7099585177:1002:85027:85031 Wise Melbourne, Florida +0.229864 sedimentology_html_6812678908 sedimentology_html_6812678908:582:26559:26567 Colorado Niwot, Colorado +0.489582 cspg_html_1124814558 cspg_html_1124814558:5:263:272 Cold Lake Lacombe, Alberta +0.483678 aapg_af_528.html aapg_af_528.html:677:81660:81670 Santa Cruz California +0.264052 aapg_ac_126.html aapg_ac_126.html:100:14948:14969 Haynesville Arkansas +0.266231 aapg_ai_951.html aapg_ai_951.html:91:13100:13117 Ivishak Prudhoe Bay Oil Field +0.269874 gsa_html_9613801428 gsa_html_9613801428:142:15306:15334 Talkeetna Matanuska River +0.267988 aapg_ah_623.html aapg_ah_623.html:288:27809:27825 Maroon Carbondale, Pennsylvania +0.267264 aapg_ah_301.html aapg_ah_301.html:742:87782:87787 Logan Perth, Western Australia +0.510614 aapg_ad_575.html aapg_ad_575.html:294:36857:36872 Weber Colorado +0.474624 aapg_aa_835.html aapg_aa_835.html:4:610:635 Duchesne River Uinta Mountains +0.487424 aapg_ad_757.html aapg_ad_757.html:277:34525:34531 Galena Decorah, Iowa +0.46336 gsa_html_1924998244 gsa_html_1924998244:1278:101839:101867 Green River Colorado +0.273525 aapg_ac_333.html aapg_ac_333.html:694:83631:83644 Abo Supai, Arizona +0.492618 palaios_html_6100595217 palaios_html_6100595217:138:16291:16307 Lisbon Gosport, Indiana +0.478225 cspg_html_9780523405 cspg_html_9780523405:983:113612:113620 Columbia Victoria, British Columbia +0.486796 jgeology_html_3517640817 jgeology_html_3517640817:703:46595:46604 Peninsula Korea +0.24638 sedimentology_html_2089385908 sedimentology_html_2089385908:633:58217:58221 Hall New York City +0.261975 aapg_aa_644.html aapg_aa_644.html:751:60634:60655 Bear River Boise, Idaho +0.250937 gsa_html_4339524478 gsa_html_4339524478:1020:94355:94361 Oregon Salem, Oregon +0.243915 cspg_html_6591133539 cspg_html_6591133539:199:22262:22268 Walker Victoria, British Columbia +0.256486 palaios_html_8931934490 palaios_html_8931934490:38:3341:3347 Provo Switzerland +0.474948 cspg_html_7623652881 cspg_html_7623652881:242:25236:25254 Independence Canada +0.260598 aapg_ad_599.html aapg_ad_599.html:232:28852:28885 Reedsville Virginia +0.27825 aapg_af_18.html aapg_af_18.html:5:717:723 Lakota Fall River, Nova Scotia +0.262636 aapg_ai_479.html aapg_ai_479.html:100:11306:11324 Michigan Michigan +0.246015 gsa_html_4067269733 gsa_html_4067269733:983:94075:94090 Bouse Arizona +0.242055 aapg_ae_305.html aapg_ae_305.html:1096:95271:95286 Colon Colombia +0.906279 aapg_ac_333.html aapg_ac_333.html:118:14835:14853 Moenkopi Coconino County, Arizona +0.886964 aapg_ai_860.html aapg_ai_860.html:159:24749:24766 Decorah Missouri River +0.262143 aapg_ac_126.html aapg_ac_126.html:205:30537:30550 Bossier Haynesville, Louisiana +0.248857 cspg_html_8569428280 cspg_html_8569428280:35:4403:4416 Cherry Canyon West Texas +0.256032 aapg_aa_537.html aapg_aa_537.html:197:23616:23622 Wilcox Okmulgee, Oklahoma +0.267794 cspg_html_8231573314 cspg_html_8231573314:500:40340:40348 Columbia Victoria, British Columbia +0.274572 cspg_html_9735723617 cspg_html_9735723617:177:22531:22551 Weatherall Bathurst Island (Northern Territory) +0.476215 aapg_ai_592.html aapg_ai_592.html:201:33449:33464 Uinta Uinta Mountains +0.287346 aapg_ah_978.html aapg_ah_978.html:221:22643:22659 Tulare San Joaquin River +0.452702 gsa_html_4837287019 gsa_html_4837287019:16:763:769 Denver Colorado +0.482112 aapg_aa_4.html aapg_aa_4.html:286:38321:38338 Genesee Ithaca, New York +0.483328 aapg_ae_981.html aapg_ae_981.html:451:39823:39833 Bainbridge Arkansas +0.251883 aapg_af_0.html aapg_af_0.html:469:50358:50366 Sabaneta Southeast Asia +0.245575 sedimentology_html_2898428289 sedimentology_html_2898428289:361:25257:25271 Elm Point Manitoba +0.437248 aapg_af_266.html aapg_af_266.html:140:15284:15299 Catalina Schist Santa Catalina Island, California +0.27674 aapg_ae_223.html aapg_ae_223.html:407:49422:49438 Dakota Niobrara, Nebraska +0.484968 cspg_html_9683836416 cspg_html_9683836416:55:10466:10483 Belly River Judith River Formation +0.247434 aapg_ad_632.html aapg_ad_632.html:145:19922:19929 Wasatch Uinta Mountains +0.249744 cspg_html_8139359744 cspg_html_8139359744:67:11707:11715 Michigan Ohio +0.25725 aapg_ah_505.html aapg_ah_505.html:677:52617:52624 Laramie Denver +0.25296 gsa_html_8319219146 gsa_html_8319219146:525:55798:55818 New Oxford Emmitsburg, Maryland +0.713583 palaios_html_2399848899 palaios_html_2399848899:38:3690:3711 Eutaw Knoxville, Tennessee +0.276451 aapg_aa_590.html aapg_aa_590.html:42:5460:5467 Yucatan Melbourne, Florida +0.249494 sedimentology_html_8152145374 sedimentology_html_8152145374:345:28393:28413 Takiritini North Island (Houtman Abrolhos) +0.260454 sedimentology_html_8364351073 sedimentology_html_8364351073:1215:98014:98022 Langford Logan, Utah +0.245967 aapg_ah_387.html aapg_ah_387.html:2445:264627:264636 Knoxville Knoxville, Illinois +0.501723 cspg_html_1934220426 cspg_html_1934220426:78:9527:9546 Bear Rock Canol Heritage Trail +0.492604 aapg_ac_569.html aapg_ac_569.html:295:41327:41347 Emma Fiord Anchorage, Alaska +0.463644 gsa_html_1024107776 gsa_html_1024107776:496:48776:48783 Shepody Bridgetown, Nova Scotia +0.253009 geology_html_7906875006 geology_html_7906875006:12:460:468 Virginia Reston, Virginia +0.270351 AMJC_html_5402953865 AMJC_html_5402953865:290:32007:32030 Prairie Minnesota River +0.486324 aapg_af_545.html aapg_af_545.html:318:42066:42087 Green River Logan, Utah +0.303408 aapg_ae_961.html aapg_ae_961.html:132:10531:10549 Winnipeg Red River of the North +0.252494 cspg_html_9157093462 cspg_html_9157093462:365:45778:45790 Halfway Victoria, British Columbia +0.51395 aapg_ae_66.html aapg_ae_66.html:266:26641:26665 Gypsum Springs Powder River (Montana) +0.259065 gsa_html_4880588264 gsa_html_4880588264:56:3490:3518 Green River Colorado +0.473186 jgeology_html_1836103970 jgeology_html_1836103970:453:35571:35581 Maringouin New Brunswick, New Jersey +0.238896 cspg_html_6839937815 cspg_html_6839937815:243:34103:34119 Kaibab Harrisburg, Pennsylvania +0.486352 cspg_html_1732329534 cspg_html_1732329534:9:1091:1099 Paskapoo Red Deer, Alberta +0.507982 aapg_ah_972.html aapg_ah_972.html:186:16925:16949 Wellborn Trinity County, Texas +0.242136 aapg_af_734.html aapg_af_734.html:147:19471:19489 Kongakut Pebble Mine +0.505494 jgeology_html_1836103970 jgeology_html_1836103970:79:3367:3388 New Glasgow Canada +0.469299 cspg_html_6985536436 cspg_html_6985536436:684:87738:87766 Bearpaw Anchorage, Alaska +0.246456 aapg_af_397.html aapg_af_397.html:180:22236:22243 Todilto Entrada Sandstone +0.27144 aapg_ad_720.html aapg_ad_720.html:598:51728:51739 Queen Carlsbad, New Mexico +0.488335 sedimentology_html_6962234238 sedimentology_html_6962234238:266:33521:33531 Washington Seattle +0.35937 cspg_html_2769629211 cspg_html_2769629211:154:17651:17671 Hay River Hay River (Canada) +0.483531 gsa_html_3330587082 gsa_html_3330587082:187:15684:15701 Quimby Piermont, New York +0.449988 AMJC_html_2046554116 AMJC_html_2046554116:404:42732:42740 Virginia Reston, Virginia +0.447426 aapg_ai_31.html aapg_ai_31.html:115:13740:13755 Grove Chattahoochee County, Georgia +0.265856 aapg_ae_794.html aapg_ae_794.html:5:942:962 Coon Creek Selma to Montgomery marches +0.484864 cspg_html_6608209149 cspg_html_6608209149:32:3316:3331 Elk Lacombe, Alberta +0.286812 jgeology_html_6372415613 jgeology_html_6372415613:646:48436:48453 Platteville Mississippi River +0.478956 aapg_ae_993.html aapg_ae_993.html:300:28672:28687 Darby Cheyenne, Wyoming +0.255488 aapg_ai_477.html aapg_ai_477.html:74:8651:8659 Columbia Western world +0.2575 cspg_html_7350557114 cspg_html_7350557114:32:3457:3466 Mackenzie Melville Island (Canada) +0.244944 aapg_af_366.html aapg_af_366.html:17:1903:1917 Lisburne Anchorage, Alaska +0.248272 gsa_html_9207276905 gsa_html_9207276905:540:49066:49074 Columbia Victoria, British Columbia +0.237568 aapg_ac_806.html aapg_ac_806.html:236:18459:18469 Fort Dodge Iowa +0.254976 cspg_html_8649903682 cspg_html_8649903682:162:16773:16802 Goodrich Pine River (Michigan) +0.520275 gsa_html_2344874044 gsa_html_2344874044:66:5464:5492 Green River Colorado +0.48006 sedimentology_html_1061349106 sedimentology_html_1061349106:208:17738:17748 Washington Salem, Oregon +0.267776 gsa_html_4058959570 gsa_html_4058959570:97:7680:7690 Baldy Guatemala +0.250498 aapg_ad_68.html aapg_ad_68.html:170:9418:9427 Conemaugh Allegheny Mountains +0.253967 cspg_html_6306091047 cspg_html_6306091047:592:80476:80495 Baldonnel Victoria, British Columbia +0.502326 aapg_af_346.html aapg_af_346.html:443:37923:37928 Price Corpus Christi, Texas +0.364172 geology_html_1499318691 geology_html_1499318691:366:27686:27720 Eureka Quartzite Reno, Nevada +0.26162 aapg_ad_194.html aapg_ad_194.html:4:719:737 Ninemile Reno, Nevada +0.495558 aapg_ad_55.html aapg_ad_55.html:108:8998:9011 Spechts Ferry Decorah, Iowa +0.277053 cspg_html_2826081830 cspg_html_2826081830:346:43670:43717 Grand Rapids Lacombe, Alberta +0.482361 cspg_html_2094634763 cspg_html_2094634763:302:39821:39828 Roseray Regina, Saskatchewan +0.76524 cspg_html_1173833070 cspg_html_1173833070:74:8968:8975 Bearpaw Edmonton, London +0.49601 palaios_html_3406135825 palaios_html_3406135825:629:63558:63575 Potsdam Lake Champlain +0.260538 geology_html_7687041657 geology_html_7687041657:324:26597:26603 Denver Boise, Idaho +0.475838 jgeology_html_6830240002 jgeology_html_6830240002:1079:61668:61676 Colorado Gunnison County, Colorado +0.496944 gsa_html_3803247157 gsa_html_3803247157:62:4842:4870 Green River Colorado +0.255987 aapg_ac_557.html aapg_ac_557.html:496:56649:56667 Fountain Colorado +0.489384 cspg_html_1738558970 cspg_html_1738558970:682:86599:86607 Columbia Lacombe, Alberta +0.254625 geology_html_7617412997 geology_html_7617412997:187:15063:15067 Elko Reno, Nevada +0.867536 aapg_ac_333.html aapg_ac_333.html:1722:176633:176650 Kaibab Arizona +0.48288 sedimentology_html_7586891792 sedimentology_html_7586891792:975:75897:75902 Islay Jura Mountains +0.25449 AMJC_html_5402953865 AMJC_html_5402953865:722:79450:79456 Peoria Loveland, Ohio +0.26928 aapg_ae_341.html aapg_ae_341.html:4:447:462 Rodessa Henderson County, Texas +0.279292 aapg_aa_975.html aapg_aa_975.html:89:9060:9080 Riley Fort Riley North, Kansas +0.269874 cspg_html_2954223000 cspg_html_2954223000:232:33415:33422 Paradox Williston, Vermont +0.51574 aapg_aa_148.html aapg_aa_148.html:76:11335:11357 Burro Canyon Phoenix, Arizona +0.46937 aapg_ah_115.html aapg_ah_115.html:37:2981:3013 Tribes Hill Tompkins County, New York +0.282903 cspg_html_7777724998 cspg_html_7777724998:291:42176:42182 Fernie Bellevue, Nebraska +0.484428 aapg_ae_415.html aapg_ae_415.html:994:125998:126014 Bluff Tampa, Florida +0.22705 aapg_aa_313.html aapg_aa_313.html:1500:155878:155886 Virginia Norfolk, Virginia +0.26117 aapg_af_131.html aapg_af_131.html:323:31293:31311 Dewey Lake Delaware +0.252784 aapg_ac_805.html aapg_ac_805.html:65:9490:9517 Sioux Quartzite Lake Superior +0.266207 geology_html_4350749191 geology_html_4350749191:99:8063:8073 Santa Cruz California +0.46852 aapg_ad_2.html aapg_ad_2.html:745:105710:105724 Hoyt Saratoga Springs, New York +0.48278 aapg_ah_3.html aapg_ah_3.html:514:67444:67469 Toro New Guinea +0.744 aapg_ai_49.html aapg_ai_49.html:347:43739:43745 Dakota Colorado +0.252266 aapg_aa_540.html aapg_aa_540.html:14:1925:1938 Abo New Mexico +0.270738 cspg_html_5595872887 cspg_html_5595872887:460:53652:53671 Crowsnest Lacombe, Alberta +0.256522 aapg_af_880.html aapg_af_880.html:19:3489:3504 Big Blue Wichita, Kansas +0.483585 aapg_aa_712.html aapg_aa_712.html:15:2562:2580 Glenwood Iowa +0.489417 cspg_html_5881057557 cspg_html_5881057557:156:18389:18427 Winnipegosis Regina, Saskatchewan +0.269217 aapg_ae_498.html aapg_ae_498.html:995:104437:104458 Martinsburg Virginia +0.265125 cspg_html_1948505826 cspg_html_1948505826:302:37977:38004 Belly River Lacombe, Alberta +0.46359 aapg_ai_461.html aapg_ai_461.html:38:5237:5244 Savanna Atoka, Oklahoma +0.254 aapg_ad_880.html aapg_ad_880.html:275:29706:29729 Gypsum Spring Cheyenne, Wyoming +0.259017 palaios_html_1262064602 palaios_html_1262064602:888:90475:90481 Denver Colorado +0.487734 aapg_ad_375.html aapg_ad_375.html:74:6455:6459 Hall Herkimer County, New York +0.261392 aapg_aa_24.html aapg_aa_24.html:999:106828:106837 Mackenzie Canada +0.126768 aapg_ad_880.html aapg_ad_880.html:263:27517:27536 Spearfish Black Hills +0.239105 aapg_ac_440.html aapg_ac_440.html:5:600:617 Edwards Texas +0.276094 aapg_af_450.html aapg_af_450.html:229:24496:24502 Denver Colorado +0.262654 gsa_html_4675429437 gsa_html_4675429437:204:14560:14570 San Felipe Sonora +0.25194 cspg_html_1503116552 cspg_html_1503116552:84:12945:12970 Fort Vermillion Swan Hill, Victoria +0.249879 cspg_html_7278957427 cspg_html_7278957427:114:16184:16202 Beaufort Saskatoon +0.24157 geology_html_2755766138 geology_html_2755766138:13:698:704 Denver Colorado +0.270738 cspg_html_4937997995 cspg_html_4937997995:320:36732:36747 Red Head Rapids River Severn +0.253422 jgeology_html_8494933343 jgeology_html_8494933343:101:4010:4021 Green River Colorado +0.520064 aapg_ae_119.html aapg_ae_119.html:337:36260:36269 Beartooth Black Hills +0.257 cspg_html_2873888604 cspg_html_2873888604:375:55769:55788 Wolfville Bridgetown, Nova Scotia +0.263954 aapg_ai_322.html aapg_ai_322.html:159:13201:13206 Colon Honduras +0.494019 gsa_html_8951179545 gsa_html_8951179545:974:96604:96614 Santa Cruz California +0.247504 gsa_html_8222638730 gsa_html_8222638730:699:69680:69708 Thelon Canada +0.455792 gsa_html_5627360957 gsa_html_5627360957:460:44524:44538 Troy Arizona +0.494088 aapg_ac_730.html aapg_ac_730.html:326:46145:46161 Dakota Logan, Utah +0.50032 aapg_ah_646.html aapg_ah_646.html:4:450:467 Wingate Chinle Formation +0.935085 cspg_html_2490951833 cspg_html_2490951833:286:39566:39582 Ireton Swan Hill, Victoria +0.49266 aapg_ae_527.html aapg_ae_527.html:170:15110:15116 Casper Cheyenne, Wyoming +0.488898 cspg_html_3419991847 cspg_html_3419991847:325:37274:37279 Price Lacombe, Alberta +0.269352 aapg_ai_17.html aapg_ai_17.html:194:14590:14596 Midway Camden Town +0.257808 palaios_html_1371359772 palaios_html_1371359772:309:27426:27434 Edmonton Victoria, British Columbia +0.469712 sedimentology_html_3417381350 sedimentology_html_3417381350:843:69953:69971 Monterey Peru, Indiana +0.269878 aapg_ad_317.html aapg_ad_317.html:121:12304:12338 Beekmantown Pennsylvania +0.250901 cspg_html_5731893209 cspg_html_5731893209:43:4232:4250 Duvernay Redwater, Texas +0.511445 aapg_ae_217.html aapg_ae_217.html:20:2062:2068 Lisbon County Sligo +0.515449 aapg_ah_464.html aapg_ah_464.html:17:2976:2986 Pottsville Pottsville, Pennsylvania +0.265224 aapg_ah_476.html aapg_ah_476.html:52:7108:7128 Hartshorne Arkansas +0.264196 palaios_html_3693905739 palaios_html_3693905739:436:35318:35330 Pierre Manitoba +0.47586 cspg_html_2973952956 cspg_html_2973952956:238:17196:17204 Columbia Victoria, British Columbia +0.255224 jgeology_html_3739517257 jgeology_html_3739517257:541:39578:39585 Entrada Chinle Formation +0.256793 aapg_ah_371.html aapg_ah_371.html:100:7863:7873 Tuscaloosa Summerville, South Carolina +0.274052 aapg_ah_779.html aapg_ah_779.html:137:26037:26045 Lowville Black River, Jamaica +0.499554 jgeology_html_5764582297 jgeology_html_5764582297:200:13344:13363 Van Hauen Ellesmere Island +0.476933 palaios_html_2223085265 palaios_html_2223085265:467:44258:44278 Toro Chile +0.241266 cspg_html_2513202691 cspg_html_2513202691:393:39745:39753 Columbia Victoria, British Columbia +0.255636 aapg_ac_65.html aapg_ac_65.html:69:8489:8501 Belden Colorado +0.70119 cspg_html_5241714595 cspg_html_5241714595:246:38204:38216 Souris River Regina, Saskatchewan +0.375224 aapg_ah_96.html aapg_ah_96.html:58:7223:7253 Stony Mountain Winnipeg +0.257544 aapg_ai_514.html aapg_ai_514.html:92:10918:10927 Elko Colorado +0.84364 aapg_ac_315.html aapg_ac_315.html:68:7274:7294 Phosphoria Logan, Utah +0.475272 gsa_html_3860045860 gsa_html_3860045860:1025:96563:96579 Eugene Salem, Oregon +0.263526 aapg_ad_887.html aapg_ad_887.html:29:4028:4044 Paluxy Texas +0.23923 aapg_ah_84.html aapg_ah_84.html:72:7208:7220 Seven Rivers Ward County, North Dakota +0.240937 cspg_html_1894459898 cspg_html_1894459898:254:27853:27864 Bluff Cayman Islands +0.462434 gsa_html_4385238876 gsa_html_4385238876:21:1188:1207 Gambier Canada +0.486614 gsa_html_3701935694 gsa_html_3701935694:674:64045:64055 Keokuk Roxbury, Wisconsin +0.247164 cspg_html_1464478153 cspg_html_1464478153:31:3752:3762 Mount Head Lacombe, Alberta +0.263168 aapg_ae_716.html aapg_ae_716.html:228:24581:24597 Viking Beaumont, Texas +0.454461 aapg_ah_781.html aapg_ah_781.html:194:18456:18472 Warner El Dorado Springs, Missouri +0.460674 aapg_ad_81.html aapg_ad_81.html:1145:186175:186199 Fort Vermilion Swan Hill, Victoria +0.513659 sedimentology_html_8226291695 sedimentology_html_8226291695:1159:71527:71561 Salina Michigan Basin +0.458367 gsa_html_5628658687 gsa_html_5628658687:462:42974:42988 Red Rock Mazatzal Mountains +0.24696 sedimentology_html_2041096405 sedimentology_html_2041096405:146:13597:13610 A-1 Carbonate Guelph +0.48246 aapg_aa_720.html aapg_aa_720.html:320:34644:34662 Marble Canyon Reno, Nevada +0.265176 geology_html_6881575972 geology_html_6881575972:274:25087:25093 Denver Denver +0.257514 aapg_ae_93.html aapg_ae_93.html:579:66455:66463 Kootenay Lacombe, Alberta +0.25398 sedimentology_html_8045087252 sedimentology_html_8045087252:701:52534:52540 Oregon Washington (state) +0.26112 aapg_aa_800.html aapg_aa_800.html:181:16934:16939 Price London, Ontario +0.882871 aapg_ai_975.html aapg_ai_975.html:466:41806:41821 Sligo Mexico +0.262654 geology_html_3687347985 geology_html_3687347985:288:23829:23834 Queen Ontario, California +0.261072 aapg_ah_779.html aapg_ah_779.html:387:72226:72235 Port Ewen New Scotland, New York +0.247494 aapg_ai_219.html aapg_ai_219.html:307:23239:23254 Deep Creek Kenai Peninsula +0.489599 cspg_html_2758324131 cspg_html_2758324131:21:3739:3755 Exshaw Chattanooga, Tennessee +0.4636 aapg_af_384.html aapg_af_384.html:715:79502:79527 Athabasca Lacombe, Alberta +0.508592 cspg_html_8065532640 cspg_html_8065532640:172:21761:21769 Cadillac Prairie Creek, Arkansas +0.245508 cspg_html_8306619029 cspg_html_8306619029:6:371:385 Colorado Regina, Saskatchewan +0.26563 aapg_af_653.html aapg_af_653.html:1006:120767:120774 Temblor Monterey, California +0.493799 aapg_ac_807.html aapg_ac_807.html:463:47036:47047 Piney Point Pocomoke City, Maryland +0.252909 aapg_ae_855.html aapg_ae_855.html:172:18149:18163 Flagstaff Flagstaff, Arizona +0.250368 aapg_ae_3.html aapg_ae_3.html:760:67456:67479 Diamond Peak Reno, Nevada +0.26156 aapg_ai_17.html aapg_ai_17.html:24:3204:3210 Midway Arkadelphia, Arkansas +0.25047 cspg_html_7866293053 cspg_html_7866293053:289:33510:33518 Moosebar Lacombe, Alberta +0.254989 aapg_ai_877.html aapg_ai_877.html:277:32119:32142 Little Valley Virginia +0.50232 palaios_html_4282283317 palaios_html_4282283317:556:48611:48631 Hell Creek Northern Great Plain +0.496961 aapg_aa_991.html aapg_aa_991.html:149:16811:16819 Oakville Cordele, Georgia +0.48034 aapg_ai_811.html aapg_ai_811.html:118:17675:17698 Detroit River Michigan +0.494856 aapg_ai_109.html aapg_ai_109.html:44:3240:3256 Yegua Texas +0.246993 aapg_af_143.html aapg_af_143.html:24:2873:2884 Port Orford Gold Beach +0.26928 aapg_ae_822.html aapg_ae_822.html:190:17023:17040 Grimsby Conneaut, Ohio +0.501992 gsa_html_5540432778 gsa_html_5540432778:80:6562:6590 Green River Colorado +0.262614 cspg_html_8250755331 cspg_html_8250755331:654:69160:69180 Milk River Lacombe, Alberta +0.259032 sedimentology_html_7622526687 sedimentology_html_7622526687:687:51275:51285 Las Palmas Canary Islands +0.468561 gsa_html_1024107776 gsa_html_1024107776:1021:101386:101396 Maringouin New Brunswick, New Jersey +0.83695 cspg_html_6472484014 cspg_html_6472484014:54:6222:6239 Sayabec New Brunswick, New Jersey +0.499488 aapg_ac_719.html aapg_ac_719.html:124:13715:13733 Niobrara Trinidad and Tobago +0.254478 AMJC_html_6800421491 AMJC_html_6800421491:363:38094:38098 Bond Logan, Utah +0.510464 gsa_html_5107598462 gsa_html_5107598462:991:84456:84484 Green River Colorado +0.267776 aapg_ah_10.html aapg_ah_10.html:80:11743:11761 Monterey Buttonwillow, California +0.26447 aapg_ac_414.html aapg_ac_414.html:197:23874:23886 Coyote Butte Salem, Oregon +0.260608 sedimentology_html_6261114825 sedimentology_html_6261114825:139:11480:11499 Santa Cruz Santa Cruz Mountains +0.466983 palaios_html_8881502819 palaios_html_8881502819:799:64387:64395 Colorado Niwot, Colorado +0.243522 aapg_ae_362.html aapg_ae_362.html:30:3649:3658 Coldwater Evart, Michigan +0.231602 aapg_ad_566.html aapg_ad_566.html:115:16316:16325 Gibraltar Llanos +0.48609 aapg_ai_356.html aapg_ai_356.html:3:432:449 Edwards Texas +0.249488 aapg_ai_414.html aapg_ai_414.html:130:13089:13101 Percha West Texas +0.44976 aapg_aa_98.html aapg_aa_98.html:4:429:441 Saskatchewan Lacombe, Alberta +0.257554 aapg_ad_379.html aapg_ad_379.html:55:4658:4663 Supai Arizona +0.52 geology_html_5342045301 geology_html_5342045301:210:21427:21441 Beaufort South Africa +0.23124 aapg_ad_145.html aapg_ad_145.html:28:3340:3371 Hermosa Logan, Utah +0.241077 aapg_af_664.html aapg_af_664.html:605:67752:67765 Cherry Canyon Delaware +0.497367 aapg_ad_466.html aapg_ad_466.html:192:22932:22940 Navesink Navesink River +0.268299 aapg_ai_388.html aapg_ai_388.html:151:14486:14494 Frontier Cheyenne, Wyoming +0.255936 aapg_ac_684.html aapg_ac_684.html:90:10014:10020 Coffee Fort Sumter +0.250368 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17559:17586 Supai Supai, Arizona +0.231786 aapg_ae_67.html aapg_ae_67.html:412:33058:33066 Colorado Colorado +0.252396 cspg_html_6116883777 cspg_html_6116883777:1446:188334:188349 Melville Island Canadian Arctic Archipelago +0.240051 gsa_html_1290697059 gsa_html_1290697059:44:2898:2907 Peninsula Quebec City +0.881328 cspg_html_3233680622 cspg_html_3233680622:108:15688:15704 Kanguk Western world +0.498324 gsa_html_4940410718 gsa_html_4940410718:17:824:837 Santa Barbara California +0.473186 cspg_html_2907826148 cspg_html_2907826148:176:22333:22347 Boundary Creek Anchorage, Alaska +0.929292 cspg_html_4495395109 cspg_html_4495395109:6:550:556 Battle Regina, Saskatchewan +0.26877 aapg_ad_398.html aapg_ad_398.html:60:6454:6463 Catahoula Hattiesburg, Mississippi +0.207444 aapg_aa_23.html aapg_aa_23.html:809:104851:104866 Interlake Manitoba +0.247506 geology_html_1952763912 geology_html_1952763912:289:24343:24347 Kent Earth +0.479776 AMJC_html_1477071550 AMJC_html_1477071550:566:59089:59109 Smackover Mexico +0.257346 aapg_aa_960.html aapg_aa_960.html:177:15257:15264 Entrada Entrada Sandstone +0.468876 sedimentology_html_3110839740 sedimentology_html_3110839740:968:75534:75542 Harrison Africa +0.490795 AMJC_html_1477071550 AMJC_html_1477071550:12:683:691 Virginia Reston, Virginia +0.268155 palaios_html_9789679615 palaios_html_9789679615:634:72120:72128 Montreal Toronto +0.268323 aapg_ae_961.html aapg_ae_961.html:384:31696:31721 Fox Hills Little Missouri River (North Dakota) +0.476577 gsa_html_5773604426 gsa_html_5773604426:122:11788:11800 Wilcox Shreveport, Louisiana +0.49087 cspg_html_1841843683 cspg_html_1841843683:29:4205:4234 Rierdon Williston Basin +0.485469 cspg_html_5979469671 cspg_html_5979469671:18:2142:2159 Elk Lacombe, Alberta +0.262144 sedimentology_html_6346136313 sedimentology_html_6346136313:1369:89043:89059 Carmel Colorado Plateau +0.474122 aapg_ad_55.html aapg_ad_55.html:74:6715:6728 Spechts Ferry Missouri River +0.253512 geology_html_3930380280 geology_html_3930380280:321:25376:25386 Washington Victoria, British Columbia +0.48724 gsa_html_5056480923 gsa_html_5056480923:728:56648:56657 Fullerton California +0.5054 gsa_html_4263884779 gsa_html_4263884779:371:27634:27662 Green River Colorado +0.130977 aapg_aa_147.html aapg_aa_147.html:126:15757:15766 Stonewall Winnipeg +0.257514 gsa_html_2240019054 gsa_html_2240019054:100:10564:10584 Grandfather Mountain Mountain City, Tennessee +0.48006 cspg_html_7938374662 cspg_html_7938374662:269:27765:27784 Matanuska Anchorage, Alaska +0.2585 aapg_ai_566.html aapg_ai_566.html:172:17112:17133 Belly River Lacombe, Alberta +0.255258 aapg_aa_415.html aapg_aa_415.html:240:32362:32368 Annona Clarksville, Tennessee +0.230838 aapg_ac_943.html aapg_ac_943.html:293:30441:30447 Borden Texas +0.30345 aapg_ad_329.html aapg_ad_329.html:46:6756:6776 Mahantango Pennsylvania +0.491724 gsa_html_4716386208 gsa_html_4716386208:129:12790:12820 Lawrence Logan, Utah +0.4765 aapg_ai_44.html aapg_ai_44.html:223:33268:33274 Sierra Colombia +0.463013 aapg_aa_4.html aapg_aa_4.html:68:8489:8505 Sonyea Canandaigua Lake +0.470439 gsa_html_8707521176 gsa_html_8707521176:715:66075:66095 Trap Falls Hanson, Massachusetts +0.24284 aapg_ai_399.html aapg_ai_399.html:198:19119:19142 Porters Creek Kentucky +0.494853 aapg_ac_809.html aapg_ac_809.html:60:6686:6701 Swift Cut Bank, Montana +0.477152 aapg_ah_387.html aapg_ah_387.html:272:28691:28700 Knoxville Central Valley (California) +0.257964 sedimentology_html_2208426700 sedimentology_html_2208426700:1516:78356:78384 Prairie Regina, Saskatchewan +0.238602 cspg_html_2758185645 cspg_html_2758185645:398:39782:39794 Rundle Lacombe, Alberta +0.265608 aapg_ad_883.html aapg_ad_883.html:118:14189:14204 Queenston Michigan +0.264 gsa_html_7272439065 gsa_html_7272439065:435:47731:47751 Fort Union Fort Union Trading Post National Historic Site +0.456168 cspg_html_2172704722 cspg_html_2172704722:681:86452:86471 Moosebar Victoria, British Columbia +0.467262 aapg_af_162.html aapg_af_162.html:50:4904:4910 Annona Arkansas +0.25792 aapg_ad_329.html aapg_ad_329.html:33:4400:4414 Bedford Pennsylvania +0.262644 cspg_html_4287356899 cspg_html_4287356899:2544:288173:288177 Word Salem, Oregon +0.271852 aapg_ac_952.html aapg_ac_952.html:123:14895:14904 Morehouse Middle East +0.249368 aapg_ai_811.html aapg_ai_811.html:373:51373:51386 Detroit River Jeffersonville, Indiana +0.484939 aapg_ai_947.html aapg_ai_947.html:299:52261:52287 Chuckanut Washington (state) +0.47586 aapg_ai_28.html aapg_ai_28.html:852:82020:82040 Citronelle Shreveport, Louisiana +0.8037 gsa_html_5056480923 gsa_html_5056480923:47:4935:4952 Barstow California +0.47288 aapg_ai_49.html aapg_ai_49.html:220:26036:26055 Chugwater Spearfish, South Dakota +0.337763 gsa_html_4216613284 gsa_html_4216613284:320:37092:37110 Morrison Grand Canyon +0.253009 aapg_ac_23.html aapg_ac_23.html:10:1229:1238 Gatesburg Pennsylvania +0.434632 cspg_html_7799850124 cspg_html_7799850124:11:1281:1300 Swan Hills Middle East +0.245847 geology_html_7187083904 geology_html_7187083904:249:22037:22045 Columbia Victoria, British Columbia +0.482384 geology_html_1867410469 geology_html_1867410469:362:28705:28710 Queen Kingston, Jamaica +0.46906 jgeology_html_2714962789 jgeology_html_2714962789:157:9689:9710 Chopawamsic Marine Corps Base Quantico +0.341616 aapg_ae_794.html aapg_ae_794.html:517:55767:55786 Owl Creek Selma to Montgomery marches +0.452998 cspg_html_3060428958 cspg_html_3060428958:24:3819:3826 Bearpaw Edmonton, London +0.221741 aapg_ae_718.html aapg_ae_718.html:355:34251:34258 Narrows Gold Coast, Queensland +0.246007 aapg_ai_246.html aapg_ai_246.html:304:35668:35678 Sweetgrass Cleveland +0.855264 gsa_html_9236370057 gsa_html_9236370057:11:472:484 Rhode Island Newport, Rhode Island +0.25542 cspg_html_6566356550 cspg_html_6566356550:33:5830:5856 Sulphur Mountain Canada +0.493712 cspg_html_5484260516 cspg_html_5484260516:1003:79727:79742 Banff Moose Mountain (Alberta) +0.363096 aapg_aa_358.html aapg_aa_358.html:124:14667:14675 Moenkopi Grand Canyon +0.242 aapg_ad_174.html aapg_ad_174.html:662:65872:65878 Navajo Arizona +0.444138 aapg_ae_875.html aapg_ae_875.html:272:32414:32434 Cariblanco Puerto Rico +0.47138 aapg_ai_287.html aapg_ai_287.html:281:31567:31575 Woodford California +0.462648 aapg_af_666.html aapg_af_666.html:523:44733:44750 Wasatch Wasatch Range +0.479574 aapg_ai_432.html aapg_ai_432.html:493:63428:63433 Morro Guayas River +0.355328 palaios_html_9993198762 palaios_html_9993198762:50:5968:5986 Morrison Logan, Utah +0.424457 gsa_html_3423427338 gsa_html_3423427338:19:819:827 Montreal Earth +0.258055 gsa_html_3010975239 gsa_html_3010975239:174:25731:25738 Saginaw Saginaw, Michigan +0.4982 cspg_html_7409170811 cspg_html_7409170811:676:77566:77581 Banff Calgary +0.261 aapg_af_637.html aapg_af_637.html:21:3116:3124 Michigan Antrim, County Antrim +0.485216 cspg_html_8520409981 cspg_html_8520409981:127:14143:14163 Dawson Bay Regina, Saskatchewan +0.494328 geology_html_2415648622 geology_html_2415648622:437:24220:24226 Jordan Antarctica +0.256512 geology_html_8596179481 geology_html_8596179481:158:13024:13046 Sycamore Puente Hills Mall +0.262626 aapg_ah_243.html aapg_ah_243.html:75:8984:8991 Wasatch Cheyenne, Wyoming +0.894867 aapg_ac_629.html aapg_ac_629.html:225:30360:30376 Lissie Texas +0.260091 cspg_html_7278001817 cspg_html_7278001817:628:74463:74471 Columbia Lacombe, Alberta +0.259065 palaios_html_2623118674 palaios_html_2623118674:113:13117:13141 Cedar Mountain Logan, Utah +0.458298 gsa_html_6441142238 gsa_html_6441142238:1169:113288:113295 Madison Wisconsin +0.24252 cspg_html_2297270979 cspg_html_2297270979:531:58598:58619 Long Rapids Moose River (Maine) +0.257514 cspg_html_5675079479 cspg_html_5675079479:27:3594:3615 Slave Point Lacombe, Alberta +0.25143 gsa_html_5604955284 gsa_html_5604955284:14:826:834 Colorado Colorado +0.213005 cspg_html_9343899465 cspg_html_9343899465:1600:130354:130368 Griper Bay Banks Island +0.262973 cspg_html_8362959053 cspg_html_8362959053:51:8007:8015 Columbia Victoria, British Columbia +0.257536 cspg_html_4924970281 cspg_html_4924970281:501:67375:67395 Clearwater CFB Cold Lake +0.244961 aapg_aa_147.html aapg_aa_147.html:752:75207:75227 Elk Williston Basin +0.253009 jgeology_html_6388378441 jgeology_html_6388378441:485:37754:37780 Blackwater Draw New Mexico +0.497034 sedimentology_html_3907918417 sedimentology_html_3907918417:1652:129696:129714 Dunvegan Lacombe, Alberta +0.490676 aapg_ad_52.html aapg_ad_52.html:1022:110210:110223 Waverly Rockford, Illinois +0.379714 aapg_ai_344.html aapg_ai_344.html:66:7695:7712 Roberts Mountains Reno, Nevada +0.264027 aapg_aa_931.html aapg_aa_931.html:90:11329:11344 Hueco New Mexico +0.488005 gsa_html_1538463681 gsa_html_1538463681:757:67920:67933 Topanga California +0.268786 aapg_ah_289.html aapg_ah_289.html:500:67647:67665 Monterey California +0.493268 gsa_html_9801232805 gsa_html_9801232805:72:5517:5545 Green River Colorado +0.263971 cspg_html_2161417858 cspg_html_2161417858:237:31363:31369 Exshaw Lacombe, Alberta +0.360592 aapg_af_579.html aapg_af_579.html:83:8381:8398 Entrada Colorado +0.258482 aapg_af_220.html aapg_af_220.html:145:18974:18995 Green River Wasatch Range +0.490049 aapg_ah_330.html aapg_ah_330.html:152:16723:16731 Monterey Monterey, California +0.24336 gsa_html_2026217181 gsa_html_2026217181:12:519:525 Toledo Ohio +0.496327 aapg_af_736.html aapg_af_736.html:254:29529:29550 Green River Uinta Mountains +0.4745 gsa_html_4891459463 gsa_html_4891459463:1359:124108:124114 Active Los Angeles +0.500192 aapg_ac_941.html aapg_ac_941.html:387:26394:26413 Chugwater Cheyenne, Wyoming +0.265161 geology_html_1741020903 geology_html_1741020903:249:18567:18575 Belgrade Serbia +0.253991 palaios_html_7076037184 palaios_html_7076037184:62:7367:7398 Madison Black Hills +0.477675 cspg_html_2826081830 cspg_html_2826081830:139:20985:21005 Clearwater Grand Rapids, Michigan +0.456936 aapg_aa_145.html aapg_aa_145.html:4:548:555 Cassiar Cariboo Road +0.477225 aapg_aa_87.html aapg_aa_87.html:78:6348:6358 Frio Galveston Bay Area +0.232464 cspg_html_9354781888 cspg_html_9354781888:421:40307:40324 Halfway Victoria, British Columbia +0.256985 cspg_html_6306091047 cspg_html_6306091047:58:10962:10981 Pardonet Lacombe, Alberta +0.263652 cspg_html_3860685167 cspg_html_3860685167:1049:95244:95265 Etherington Canada +0.48576 aapg_ac_416.html aapg_ac_416.html:84:13905:13911 Denver Colorado +0.249744 geology_html_1573138807 geology_html_1573138807:253:23955:23961 Moscow Boise, Idaho +0.285155 aapg_ac_380.html aapg_ac_380.html:494:58393:58405 Salina Lake Erie +0.4743 geology_html_7979100139 geology_html_7979100139:16:1058:1070 Rhode Island Newport, Rhode Island +0.257556 cspg_html_9011256422 cspg_html_9011256422:8:511:529 Redknife Victoria, British Columbia +0.255518 gsa_html_1119256423 gsa_html_1119256423:327:28438:28446 Bellevue Nebraska +0.498355 aapg_ah_335.html aapg_ah_335.html:182:23732:23741 Conemaugh Allegheny Mountains +0.260091 sedimentology_html_5479897708 sedimentology_html_5479897708:948:64023:64026 Rye Netherlands +0.503126 aapg_ai_345.html aapg_ai_345.html:16:2094:2113 Whirlwind Reno, Nevada +0.493954 gsa_html_2364640066 gsa_html_2364640066:815:81608:81636 Green River Colorado +0.255398 jgeology_html_3517640817 jgeology_html_3517640817:172:10477:10486 Peninsula Korea +0.274512 aapg_af_479.html aapg_af_479.html:712:75240:75249 San Diego Alta, California +0.267794 aapg_aa_537.html aapg_aa_537.html:615:72051:72057 Wilcox Okmulgee, Oklahoma +0.256452 gsa_html_4591711448 gsa_html_4591711448:1031:97985:97995 Provo Boise, Idaho +0.2499 jgeology_html_4115179562 jgeology_html_4115179562:638:50303:50311 Virginia Virginia +0.496524 cspg_html_4645836177 cspg_html_4645836177:96:11251:11258 Mohawk Logan Canyon +0.25551 gsa_html_8162912467 gsa_html_8162912467:1034:92220:92225 Rapid Yellow River (Indiana) +0.247988 aapg_ai_366.html aapg_ai_366.html:138:17155:17161 Lissie Hockley +0.262546 geology_html_7906875006 geology_html_7906875006:12:452:458 Reston Virginia +0.252476 aapg_af_382.html aapg_af_382.html:29:5207:5213 Sierra Guatemala +0.796824 aapg_ah_160.html aapg_ah_160.html:160:20650:20656 Salina Michigan +0.496244 aapg_ae_5.html aapg_ae_5.html:213:24634:24649 Hueco New Mexico +0.490988 aapg_ae_660.html aapg_ae_660.html:617:54881:54900 Smackover Arkansas +0.474012 aapg_ad_351.html aapg_ad_351.html:645:54699:54721 Reeds Spring Burlington, Ontario +0.257972 cspg_html_1665574291 cspg_html_1665574291:111:19670:19688 Paskapoo Lacombe, Alberta +0.45744 geology_html_4374598118 geology_html_4374598118:308:23199:23209 Santa Cruz California +0.258981 jgeology_html_4115179562 jgeology_html_4115179562:706:53722:53759 Mount Rogers Virginia +0.498225 palaios_html_7111318862 palaios_html_7111318862:1333:119386:119408 Judith River Canada +0.46593 cspg_html_7281679890 cspg_html_7281679890:11:1550:1570 Richardson Mountains Great Britain +0.264115 gsa_html_2284204284 gsa_html_2284204284:673:86956:86972 Sandia Middle East +0.667878 aapg_ai_385.html aapg_ai_385.html:271:25175:25182 Rustler Midland County, Michigan +0.251292 cspg_html_8121202912 cspg_html_8121202912:274:33972:34011 Beaverfoot Victoria, British Columbia +0.507105 aapg_aa_71.html aapg_aa_71.html:292:25569:25580 Wills Creek Juniata County, Pennsylvania +0.47752 aapg_ai_787.html aapg_ai_787.html:123:13765:13785 Catahoula Balcones Fault +0.477 aapg_ai_704.html aapg_ai_704.html:574:61556:61563 Oceanic Leeward Islands (Society Islands) +0.25529 sedimentology_html_4236052766 sedimentology_html_4236052766:1200:68138:68143 Piper California +0.484416 geology_html_5555850502 geology_html_5555850502:337:23284:23290 Denver Colorado +0.265 gsa_html_2220556952 gsa_html_2220556952:805:93760:93779 Pansy Lee Conglomerate Reno, Nevada +0.47167 aapg_ac_720.html aapg_ac_720.html:4:490:509 Manasquan Maryland +0.5174 cspg_html_9343899465 cspg_html_9343899465:201:25057:25070 Blue Fiord Ellesmere Island +0.48057 cspg_html_5875826141 cspg_html_5875826141:51:6559:6564 Cairn Lacombe, Alberta +0.488898 cspg_html_3854139935 cspg_html_3854139935:56:8777:8788 Belly River Lacombe, Alberta +0.483912 cspg_html_7086880709 cspg_html_7086880709:774:87232:87240 Columbia Victoria, British Columbia +0.48297 aapg_ai_549.html aapg_ai_549.html:212:22230:22238 Michigan Michigan +0.257556 jgeology_html_4305195651 jgeology_html_4305195651:2607:176195:176213 Catskill Port Matilda, Pennsylvania +0.249194 cspg_html_5430614285 cspg_html_5430614285:260:34687:34704 Cardium Lacombe, Alberta +0.254508 sedimentology_html_2418419622 sedimentology_html_2418419622:815:66033:66040 Francis London, Ontario +0.247328 cspg_html_8571955552 cspg_html_8571955552:414:50130:50155 Lisburne Old Crow, Yukon +0.35815 aapg_ae_999.html aapg_ae_999.html:74:11665:11687 Chickasawhay Mississippi River +0.48636 aapg_ai_958.html aapg_ai_958.html:5:397:443 Fleming Oakville, California +0.473964 aapg_aa_943.html aapg_aa_943.html:116:9328:9334 Willis Texas +0.476784 gsa_html_9417870342 gsa_html_9417870342:1162:84927:84955 Green River New Mexico +0.255474 cspg_html_4056366713 cspg_html_4056366713:356:57508:57516 Edmonton Canada +0.50347 gsa_html_1826402027 gsa_html_1826402027:780:85045:85051 Denver Arizona +0.484939 aapg_ah_652.html aapg_ah_652.html:150:20957:20980 Bell Niobrara, Nebraska +0.25792 aapg_af_625.html aapg_af_625.html:173:15444:15454 Pittsburgh Uniontown, Pennsylvania +0.50634 aapg_ai_7.html aapg_ai_7.html:187:15359:15365 Annona Arkansas +0.257556 aapg_ai_184.html aapg_ai_184.html:57:5169:5188 Mesaverde Cheyenne, Wyoming +0.26565 cspg_html_8166293261 cspg_html_8166293261:52:5860:5865 Price Lacombe, Alberta +0.27189 aapg_ae_254.html aapg_ae_254.html:83:9343:9362 Smackover Arkansas +0.255 sedimentology_html_7053260653 sedimentology_html_7053260653:627:52659:52663 Hall London, Ontario +0.24696 geology_html_2516074878 geology_html_2516074878:262:23292:23296 Bond North Atlantic Current +0.270111 aapg_ai_671.html aapg_ai_671.html:53:9996:10013 Paradox Colorado Plateau +0.499662 aapg_ai_49.html aapg_ai_49.html:497:64267:64276 Ingleside Coconino County, Arizona +0.359828 gsa_html_5865982995 gsa_html_5865982995:165:17822:17843 Green River Uinta Mountains +0.472416 aapg_ah_506.html aapg_ah_506.html:159:15638:15652 Traverse Antrim, County Antrim +0.239875 cspg_html_2339960084 cspg_html_2339960084:133:20732:20738 Brazil Chile +0.481635 aapg_aa_731.html aapg_aa_731.html:324:42575:42590 Rockdale Shreveport, Louisiana +0.515573 aapg_ah_414.html aapg_ah_414.html:39:2696:2704 Kootenai Colorado +0.495075 jgeology_html_8064855537 jgeology_html_8064855537:171:10113:10130 Dakota Cedar Mountains +0.2555 aapg_af_684.html aapg_af_684.html:396:38050:38054 Tyee Hampton, New Hampshire +0.365737 aapg_ad_4.html aapg_ad_4.html:53:5061:5077 Oregon Salem, Oregon +0.50827 aapg_ad_945.html aapg_ad_945.html:246:23912:23917 Methy Regina, Saskatchewan +0.2625 aapg_ae_984.html aapg_ae_984.html:28:3741:3757 Salado Carlsbad, New Mexico +0.386061 aapg_aa_37.html aapg_aa_37.html:329:41216:41233 Oquirrh Logan, Utah +0.271117 cspg_html_1934220426 cspg_html_1934220426:69:8682:8701 Bear Rock Canol Heritage Trail +0.261948 cspg_html_5241714595 cspg_html_5241714595:375:58179:58184 Nisku Drumheller +0.245021 cspg_html_9942234474 cspg_html_9942234474:29:5037:5063 Athabasca Lacombe, Alberta +0.368516 aapg_ai_296.html aapg_ai_296.html:565:56867:56874 Everton Arkansas +0.256027 aapg_ac_302.html aapg_ac_302.html:307:36921:36936 Battleship Wash Hidden Valley, Indiana +0.253456 gsa_html_3860045860 gsa_html_3860045860:892:89136:89142 Oregon Salem, Oregon +0.484568 cspg_html_3926542795 cspg_html_3926542795:1474:149519:149524 Nisku Canada +0.25132 aapg_ac_214.html aapg_ac_214.html:46:5167:5188 Summerville Entrada Sandstone +0.427875 aapg_ae_182.html aapg_ae_182.html:99:11107:11118 Haynesville County Sligo +0.241 aapg_ah_654.html aapg_ah_654.html:987:101593:101621 Casper Cheyenne, Wyoming +0.79296 sedimentology_html_2912098544 sedimentology_html_2912098544:43:3752:3769 Kayenta Colorado +0.26368 gsa_html_4144293017 gsa_html_4144293017:828:67545:67573 Green River Iran +0.512972 gsa_html_4949800822 gsa_html_4949800822:30:2781:2809 Green River Colorado +0.252 aapg_ah_779.html aapg_ah_779.html:254:46744:46748 Bays Black River, Jamaica +0.24888 aapg_ah_519.html aapg_ah_519.html:227:23878:23900 Burro Canyon Texas +0.466032 cspg_html_6193252551 cspg_html_6193252551:453:55800:55821 Lawrence Quebec City +0.500485 cspg_html_9689514766 cspg_html_9689514766:852:110660:110673 Detroit River Ontario, California +0.41895 cspg_html_7779401416 cspg_html_7779401416:373:38273:38289 Guelph Ontario, California +0.2495 aapg_ah_189.html aapg_ah_189.html:372:39082:39090 Colorado Denver +0.485254 aapg_ad_669.html aapg_ad_669.html:45:6549:6565 Morgan Colorado +0.250805 aapg_af_186.html aapg_af_186.html:713:69077:69087 West Point Texas +0.249975 cspg_html_8521524515 cspg_html_8521524515:11:894:914 Swan River Manitoba +0.467857 aapg_ae_645.html aapg_ae_645.html:43:4574:4582 Virginia Closter, New Jersey +0.498847 gsa_html_9487992082 gsa_html_9487992082:704:68917:68935 Morrison Logan, Utah +0.259458 geology_html_8953766677 geology_html_8953766677:12:510:522 Saskatchewan Saskatoon +0.484124 cspg_html_5264346535 cspg_html_5264346535:241:25238:25246 Edmonton Edmonton, London +0.450424 gsa_html_8491258533 gsa_html_8491258533:375:40656:40667 Spider Lake Long Mountain (Hampshire County, Massachusetts) +0.489599 aapg_ai_688.html aapg_ai_688.html:93:13395:13407 Salina Ohio +0.497034 cspg_html_9004532597 cspg_html_9004532597:446:53849:53854 Banff Victoria, British Columbia +0.475038 gsa_html_9962225882 gsa_html_9962225882:993:78081:78102 Green River Cheyenne, Wyoming +0.494088 aapg_ad_258.html aapg_ad_258.html:303:34012:34015 Elk Bruceton, Pennsylvania +0.27336 aapg_ad_67.html aapg_ad_67.html:245:31952:31964 Hatchetigbee Alabama +0.27924 aapg_ai_105.html aapg_ai_105.html:286:32054:32063 Jefferson Oquirrh Mountain Utah Temple +0.469336 aapg_ac_235.html aapg_ac_235.html:570:62372:62389 Madison Moberly, Missouri +0.25956 cspg_html_6702053097 cspg_html_6702053097:512:61490:61507 George Western Bay, Newfoundland and Labrador +0.244524 aapg_ad_708.html aapg_ad_708.html:13:1806:1812 Galena Stewartville, Minnesota +0.253506 AMJC_html_5969956211 AMJC_html_5969956211:1707:191828:191834 Denver Logan, Utah +0.247486 aapg_af_991.html aapg_af_991.html:65:7902:7908 Nelson Middle East +0.242484 gsa_html_3387611512 gsa_html_3387611512:1000:108223:108231 Columbia Maryland +0.270399 cspg_html_3026112034 cspg_html_3026112034:799:77175:77195 Swan Hills Pine Brook, New Jersey +0.48246 sedimentology_html_3907918417 sedimentology_html_3907918417:1534:124556:124585 Dunvegan Victoria, British Columbia +0.476844 sedimentology_html_9323405610 sedimentology_html_9323405610:459:13954:13958 Hall London, Ontario +0.264008 aapg_ac_787.html aapg_ac_787.html:43:7406:7413 Barnett Texas +0.460229 sedimentology_html_8923738088 sedimentology_html_8923738088:1731:93132:93140 Colorado Leadville, Colorado +0.257446 cspg_html_9330018201 cspg_html_9330018201:169:25636:25664 Hollebeke Elko, Nevada +0.468905 cspg_html_7330983978 cspg_html_7330983978:499:41198:41221 George Canada +0.26622 palaios_html_2449649505 palaios_html_2449649505:814:80743:80759 Chinle Flagstaff, Arizona +0.892078 aapg_ac_714.html aapg_ac_714.html:634:78188:78196 Sundance Cheyenne, Wyoming +0.244 geology_html_2065893412 geology_html_2065893412:164:18248:18252 Bell Africa +0.889248 aapg_ah_788.html aapg_ah_788.html:189:20490:20500 San Andres Mexico +0.25137 aapg_ac_380.html aapg_ac_380.html:445:52513:52521 Onondaga Pennsylvania +0.247504 geology_html_8947691854 geology_html_8947691854:263:22590:22598 Virginia San Fernando Valley +0.26265 cspg_html_3124360347 cspg_html_3124360347:25:4613:4628 Levis Quebec +0.495645 cspg_html_1019614994 cspg_html_1019614994:339:53674:53679 Banff Lacombe, Alberta +0.446688 aapg_ad_865.html aapg_ad_865.html:226:23966:23976 Fort Worth Texas +0.27108 aapg_ac_380.html aapg_ac_380.html:80:10742:10751 Rochester Ontario, California +0.449955 aapg_ae_789.html aapg_ae_789.html:89:12223:12230 Cadomin Rocky Mountain House, Alberta +0.253402 cspg_html_9069886621 cspg_html_9069886621:67:9928:9945 Ogilvie Anchorage, Alaska +0.680672 cspg_html_1159165904 cspg_html_1159165904:26:3687:3699 Fernie Crowsnest Pass, Alberta +0.490941 cspg_html_2848938695 cspg_html_2848938695:442:49231:49249 Parkwood Pottsville, Pennsylvania +0.261057 aapg_ac_316.html aapg_ac_316.html:201:22885:22895 Whitehorse New Mexico +0.757588 aapg_ai_582.html aapg_ai_582.html:165:14941:14957 Piper Manitoba +0.237133 jgeology_html_8406118991 jgeology_html_8406118991:540:49930:49946 Descon Anchorage, Alaska +0.268812 palaios_html_3406135825 palaios_html_3406135825:51:5363:5380 Potsdam Mohawk Valley +0.667147 aapg_af_47.html aapg_af_47.html:119:12393:12408 Atoka Arkansas +0.505582 aapg_ad_466.html aapg_ad_466.html:756:82413:82431 Monmouth Monmouth +0.483917 cspg_html_5576979800 cspg_html_5576979800:20:3128:3145 Guelph Ontario, California +0.463571 gsa_html_4930932370 gsa_html_4930932370:961:105359:105382 Negaunee Iron Sudbury, Suffolk +0.2261 aapg_ah_320.html aapg_ah_320.html:46:4597:4617 Greenbrier Monongalia County, West Virginia +0.257664 aapg_ae_348.html aapg_ae_348.html:157:19197:19214 Green River Colorado +0.476586 cspg_html_8568877195 cspg_html_8568877195:440:67222:67238 Oldman Lacombe, Alberta +0.492768 gsa_html_9574331308 gsa_html_9574331308:31:2822:2850 Green River Colorado +0.247464 geology_html_7999374357 geology_html_7999374357:12:516:524 Colorado Denver +0.49011 cspg_html_5783501569 cspg_html_5783501569:6:421:455 Waterfowl Middle East +0.494019 aapg_aa_761.html aapg_aa_761.html:585:72451:72468 Sadlerochit Anchorage, Alaska +0.504328 cspg_html_1159794850 cspg_html_1159794850:186:28659:28685 Salina Salina, Kansas +0.473598 aapg_ae_115.html aapg_ae_115.html:421:36648:36656 Tensleep Cheyenne, Wyoming +0.488748 cspg_html_9683836416 cspg_html_9683836416:513:74777:74795 Foremost Milk River, Alberta +0.492855 cspg_html_6306091047 cspg_html_6306091047:17:2964:2986 Charlie Lake Lacombe, Alberta +0.497354 cspg_html_5456368738 cspg_html_5456368738:268:33490:33498 Ramparts Mackenzie River +0.499422 gsa_html_5507509274 gsa_html_5507509274:708:71407:71425 Mariposa Calaveras County, California +0.24444 aapg_ah_414.html aapg_ah_414.html:147:11716:11724 Kootenay Lacombe, Alberta +0.499639 aapg_ai_913.html aapg_ai_913.html:332:45319:45347 Sandia New Mexico +0.29645 aapg_ae_223.html aapg_ae_223.html:396:47313:47320 Laramie Wasatch Range +0.261072 cspg_html_3521815736 cspg_html_3521815736:284:39632:39662 Charlie Lake Western world +0.25553 cspg_html_7988775280 cspg_html_7988775280:487:63423:63442 Athabasca Lacombe, Alberta +0.264192 gsa_html_2667366192 gsa_html_2667366192:591:54756:54769 Reed Dolomite California +0.470112 geology_html_5555640128 geology_html_5555640128:49:2034:2039 Colon Honduras +0.250992 cspg_html_5450075884 cspg_html_5450075884:809:79690:79704 Bullhead Victoria, British Columbia +0.931224 cspg_html_5241714595 cspg_html_5241714595:885:115167:115189 Winnipegosis Williston Basin +0.45837 gsa_html_6109201332 gsa_html_6109201332:918:84307:84335 Green River Colorado +0.233285 sedimentology_html_8652763963 sedimentology_html_8652763963:39:1849:1855 Madrid Spain +0.27189 aapg_ah_521.html aapg_ah_521.html:16:2917:2923 Midway Texas +0.76734 aapg_aa_147.html aapg_aa_147.html:313:37356:37364 Deadwood Winnipeg +0.486095 cspg_html_1221978143 cspg_html_1221978143:32:4205:4212 Jewett Silt California +0.454526 aapg_ah_148.html aapg_ah_148.html:3:486:504 Duvernay Canada +0.267716 aapg_ad_2.html aapg_ad_2.html:1605:222241:222261 Beekmantown Pennsylvania +0.257024 aapg_ad_154.html aapg_ad_154.html:122:14511:14516 Chazy Pendleton County, Kentucky +0.296747 aapg_ah_289.html aapg_ah_289.html:3:205:223 Monterey California +0.898679 gsa_html_2605108986 gsa_html_2605108986:906:75899:75918 Matanuska Anchorage, Alaska +0.455469 aapg_af_47.html aapg_af_47.html:174:17832:17840 Colorado White River (Washington) +0.495471 palaios_html_5958626598 palaios_html_5958626598:234:25818:25835 Jupiter Manitoulin Island +0.494137 geology_html_1098024541 geology_html_1098024541:225:22100:22108 Colorado Pueblo, Colorado +0.501557 AMJC_html_6642101495 AMJC_html_6642101495:1530:144383:144389 Moscow Mongolia +0.260604 cspg_html_2928630722 cspg_html_2928630722:108:14546:14554 Columbia Lacombe, Alberta +0.257 gsa_html_2354205050 gsa_html_2354205050:31:1654:1662 Colorado Logan, Utah +0.232786 gsa_html_5002851212 gsa_html_5002851212:119:10799:10807 Colorado Cheyenne, Wyoming +0.485586 gsa_html_3203209894 gsa_html_3203209894:50:3555:3583 Green River New Mexico +0.263592 sedimentology_html_6943128555 sedimentology_html_6943128555:1315:52606:52615 Extension Iceland +0.270918 gsa_html_4339524478 gsa_html_4339524478:1083:99166:99176 Washington Salem, Oregon +0.263662 aapg_aa_286.html aapg_aa_286.html:22:3731:3759 Martinsburg Utica, New York +0.256512 cspg_html_4210762654 cspg_html_4210762654:12:1818:1833 Nisku Lacombe, Alberta +0.25957 gsa_html_9052101586 gsa_html_9052101586:479:57772:57783 Peoria Kankakee, Illinois +0.499988 aapg_aa_677.html aapg_aa_677.html:13:1068:1074 Oregon Washington (state) +0.828282 aapg_ah_289.html aapg_ah_289.html:526:72636:72654 Monterey California +0.26136 AMJC_html_1163576052 AMJC_html_1163576052:689:73226:73255 Pioneer Boise, Idaho +0.460512 aapg_af_129.html aapg_af_129.html:458:49286:49304 Fountain Colorado +0.496752 palaios_html_1662300404 palaios_html_1662300404:554:54391:54411 Bird Fiord Canadian Arctic Archipelago +0.495846 aapg_aa_23.html aapg_aa_23.html:92:11235:11243 Winnipeg Manitoba +0.257045 geology_html_6493064145 geology_html_6493064145:21:1187:1192 Queen Belfast, Maine +0.502765 aapg_ai_932.html aapg_ai_932.html:54:9456:9467 San Joaquin Sacramento, California +0.26362 aapg_ah_371.html aapg_ah_371.html:93:6943:6954 Summerville Dorchester County, Maryland +0.477954 aapg_ac_90.html aapg_ac_90.html:20:3285:3291 Oregon Arizona +0.474552 palaios_html_3825798781 palaios_html_3825798781:520:48634:48653 Athabasca Calgary +0.267285 cspg_html_2826081830 cspg_html_2826081830:422:47843:47870 Cold Lake Lacombe, Alberta +0.251904 aapg_ai_582.html aapg_ai_582.html:154:13298:13311 Gypsum Spring Black Hills +0.485748 jgeology_html_8494933343 jgeology_html_8494933343:450:35245:35272 Imperial Southern California +0.357864 aapg_af_494.html aapg_af_494.html:100:11610:11632 English Head Anticosti Island +0.250952 aapg_ae_235.html aapg_ae_235.html:190:22872:22893 Black Creek Tuscaloosa, Alabama +0.247476 palaios_html_3406135825 palaios_html_3406135825:332:33211:33226 Elk Wisconsin +0.467364 aapg_ad_258.html aapg_ad_258.html:29:2881:2891 Greenbrier Upshur County, West Virginia +0.240458 cspg_html_2040245760 cspg_html_2040245760:268:24254:24282 Baldonnel Victoria, British Columbia +0.487424 jgeology_html_2022713612 jgeology_html_2022713612:740:72793:72802 Knoxville Knoxville, Illinois +0.258792 aapg_ah_664.html aapg_ah_664.html:215:20735:20743 Imperial Edmonton, London +0.484568 gsa_html_3333403908 gsa_html_3333403908:1217:93552:93556 Peel Weston, Florida +0.37449 aapg_ad_958.html aapg_ad_958.html:1345:142903:142925 Gilmore City Iowa +0.486213 geology_html_3893583152 geology_html_3893583152:11:559:565 Moscow Russia +0.6902 aapg_ai_398.html aapg_ai_398.html:242:26012:26032 Cane River Shreveport, Louisiana +0.259844 cspg_html_3554431164 cspg_html_3554431164:34:4388:4404 Flume Cheviot, Ohio +0.48501 aapg_ah_826.html aapg_ah_826.html:662:61372:61389 Repetto Ventura County, California +0.431938 aapg_ah_329.html aapg_ah_329.html:69:6672:6691 Point Sal Knoxville, Illinois +0.486675 gsa_html_9755702281 gsa_html_9755702281:916:70661:70689 Green River New Mexico +0.385315 aapg_ac_333.html aapg_ac_333.html:1025:123636:123644 Toroweap Coconino County, Arizona +0.49469 cspg_html_1019614994 cspg_html_1019614994:193:30062:30077 Banff Regina, Saskatchewan +0.275525 aapg_aa_95.html aapg_aa_95.html:175:16754:16760 Denver Colorado +0.47808 sedimentology_html_2387931271 sedimentology_html_2387931271:434:52662:52668 Oregon Washington (state) +0.259578 cspg_html_3233680622 cspg_html_3233680622:631:73992:74014 Lawson Banks Island +0.522932 aapg_ac_947.html aapg_ac_947.html:44:6438:6458 Citronelle Havana +0.271955 cspg_html_4374961624 cspg_html_4374961624:11:1284:1300 Earlie Mount Robson Provincial Park +0.259056 geology_html_3745954494 geology_html_3745954494:13:623:633 Washington Seattle +0.48399 cspg_html_2954223000 cspg_html_2954223000:452:66328:66334 Provo Vienna +0.253935 gsa_html_7808051457 gsa_html_7808051457:627:59719:59736 Manitou Manitou Springs, Colorado +0.4848 geology_html_5692481138 geology_html_5692481138:322:29204:29221 White Rock Jemez Mountains +0.508956 aapg_ai_67.html aapg_ai_67.html:114:11581:11588 Bromide Texas +0.26162 aapg_ad_626.html aapg_ad_626.html:102:12070:12104 Mohawk Texas +0.259578 aapg_ac_301.html aapg_ac_301.html:109:13457:13477 Kinnikinic Quartzite Boise, Idaho +0.255867 geology_html_9257671542 geology_html_9257671542:253:20609:20613 Hall London, Ontario +0.27404 cspg_html_9185158332 cspg_html_9185158332:29:5919:5984 Dunvegan Lacombe, Alberta +0.258566 gsa_html_1536819908 gsa_html_1536819908:488:44060:44066 Antler Sonoma, California +0.472787 AMJC_html_5199783484 AMJC_html_5199783484:13:735:743 Colorado Denver +0.472054 AMJC_html_2905856018 AMJC_html_2905856018:1036:112216:112226 Washington Salem, Oregon +0.25584 gsa_html_1006178269 gsa_html_1006178269:748:63818:63825 Calvert China +0.26 aapg_ac_79.html aapg_ac_79.html:443:48193:48225 Clinton Ohio +0.256853 cspg_html_2749851978 cspg_html_2749851978:609:68811:68828 Cardium Lacombe, Alberta +0.25248 cspg_html_4617311907 cspg_html_4617311907:181:30355:30368 Windsor Brunswick, New York +0.252464 aapg_ai_480.html aapg_ai_480.html:11:1486:1505 Kern River Sierra Nevada (Spain) +0.487341 aapg_ac_704.html aapg_ac_704.html:494:34213:34223 San Andres Texas +0.248004 gsa_html_8688253811 gsa_html_8688253811:392:28357:28365 Scotland Ben Nevis +0.257516 aapg_aa_676.html aapg_aa_676.html:47:4984:4999 Weber Mancos, Colorado +0.257024 aapg_aa_682.html aapg_aa_682.html:596:59518:59522 Iola Washington (state) +0.245009 geology_html_7629007522 geology_html_7629007522:111:8418:8426 Gunsight Arizona +0.517962 gsa_html_6906557680 gsa_html_6906557680:67:5409:5437 Green River Colorado +0.242048 aapg_ai_743.html aapg_ai_743.html:15:1538:1546 Colorado Denver +0.50255 aapg_ac_972.html aapg_ac_972.html:101:11709:11723 Monterey Kings City +0.510291 cspg_html_4319383223 cspg_html_4319383223:46:7771:7775 Toad Victoria, British Columbia +0.245025 aapg_aa_267.html aapg_aa_267.html:20:2444:2464 Greenbrier Huntington, West Virginia +0.263088 cspg_html_3849785044 cspg_html_3849785044:538:48933:48951 Woodbine Texas +0.51022 aapg_aa_718.html aapg_aa_718.html:416:40714:40732 Weverton Maryland +0.227796 aapg_ad_2.html aapg_ad_2.html:179:25697:25713 Loudoun Loudoun County, Virginia +0.498542 aapg_ah_231.html aapg_ah_231.html:45:4082:4091 Smackover Arkansas +0.496692 aapg_ah_633.html aapg_ah_633.html:172:25111:25118 Anahuac Jackson County, Missouri +0.251482 cspg_html_8227554214 cspg_html_8227554214:275:29069:29091 Hillsborough Hillsborough, California +0.479674 aapg_ad_466.html aapg_ad_466.html:1305:140044:140062 Patuxent Patapsco River +0.266207 gsa_html_4272942270 gsa_html_4272942270:29:2796:2824 Green River Colorado +0.357284 aapg_ai_105.html aapg_ai_105.html:207:24315:24334 Fish Haven Dolomite Logan, Utah +0.23859 AMJC_html_8303556104 AMJC_html_8303556104:281:39473:39527 Forest Cleveland +0.48735 aapg_ad_145.html aapg_ad_145.html:26:2941:2956 Ouray Lisbon +0.48545 geology_html_2224869536 geology_html_2224869536:270:21342:21348 Oxford Denmark +0.261117 aapg_af_480.html aapg_af_480.html:9:1976:1991 Olentangy Ohio +0.495281 palaios_html_1560586324 palaios_html_1560586324:524:43838:43860 Temblor San Joaquin River +0.239428 gsa_html_2657648234 gsa_html_2657648234:578:34726:34731 Rapid Puyuhuapi (volcanic group) +0.264708 aapg_ae_998.html aapg_ae_998.html:77:9822:9840 Evanston Absaroka +0.252476 aapg_ae_907.html aapg_ae_907.html:210:29070:29086 Tulare Rancho Santa Margarita, California +0.250992 aapg_ai_975.html aapg_ai_975.html:736:60145:60180 Comanche Peak Uvalde, Texas +0.427854 aapg_ah_260.html aapg_ah_260.html:208:26839:26859 Flagstaff North Horn Formation +0.248901 sedimentology_html_8424193602 sedimentology_html_8424193602:371:31885:31889 Hall London, Ontario +0.355014 cspg_html_9343899465 cspg_html_9343899465:104:14253:14262 Hecla Bay Banks Island +0.240084 cspg_html_3409371621 cspg_html_3409371621:383:46296:46304 Edmonton Calgary +0.234784 geology_html_3642506152 geology_html_3642506152:14:790:799 San Diego California +0.499372 aapg_ae_959.html aapg_ae_959.html:1090:80270:80287 Putnam West Texas +0.432368 cspg_html_8247666269 cspg_html_8247666269:447:50088:50101 Deer Bay Middle East +0.244458 gsa_html_2321645136 gsa_html_2321645136:693:62159:62168 Extension England +0.268462 aapg_ac_861.html aapg_ac_861.html:138:14000:14010 North Cape North Island (Houtman Abrolhos) +0.49348 gsa_html_3187694794 gsa_html_3187694794:467:35171:35199 Green River Colorado +0.256122 cspg_html_5541937700 cspg_html_5541937700:792:101680:101696 Merced California +0.2655 palaios_html_3751051678 palaios_html_3751051678:703:71614:71647 Morrison Cheyenne, Wyoming +0.815048 aapg_ah_528.html aapg_ah_528.html:127:12407:12415 Moenkopi Logan, Utah +0.251715 cspg_html_9501006975 cspg_html_9501006975:30:3441:3476 Dunvegan Victoria, British Columbia +0.482377 sedimentology_html_3458220619 sedimentology_html_3458220619:256:20287:20302 Melville Island Papua New Guinea +0.24192 jgeology_html_8447682494 jgeology_html_8447682494:148:8291:8313 Temiscouata Littleton, Colorado +0.37128 aapg_ad_111.html aapg_ad_111.html:3:425:444 Mesaverde Mesa, Arizona +0.256432 aapg_ae_874.html aapg_ae_874.html:343:34317:34334 Chugwater Cheyenne, Wyoming +0.482532 aapg_ah_991.html aapg_ah_991.html:396:62786:62794 Big Hill Texas +0.25551 sedimentology_html_9848233876 sedimentology_html_9848233876:1129:61290:61294 Kano Sakai, Osaka +0.237169 aapg_ah_863.html aapg_ah_863.html:221:21138:21148 Pine Point Buffalo National River +0.256386 aapg_ai_975.html aapg_ai_975.html:446:40550:40567 Pine Island Pine Island (Lee County, Florida) +0.4862 aapg_ah_169.html aapg_ah_169.html:3:189:196 Carache Venezuela +0.242446 cspg_html_4392308496 cspg_html_4392308496:424:58393:58414 Bonaventure Nashville Basin +0.351611 palaios_html_3112927242 palaios_html_3112927242:377:23706:23722 Juniata Knoxville, Tennessee +0.468135 cspg_html_3516764931 cspg_html_3516764931:114:19728:19738 Chancellor Middle Ordovician +0.254012 aapg_ai_542.html aapg_ai_542.html:157:15438:15444 Navajo San Juan County, Utah +0.495471 aapg_ad_793.html aapg_ad_793.html:87:6099:6133 Cotton Valley Shreveport, Louisiana +0.501804 cspg_html_7086880709 cspg_html_7086880709:300:38080:38090 Horn River Lacombe, Alberta +0.18704 aapg_ae_710.html aapg_ae_710.html:310:26798:26819 Fort Union Wasatch Range +0.23715 palaios_html_2467851635 palaios_html_2467851635:398:38487:38495 Michigan Cheyenne, Wyoming +0.25542 cspg_html_4293350162 cspg_html_4293350162:418:46320:46341 Etherington Carnarvon, Western Australia +0.258572 gsa_html_3069013284 gsa_html_3069013284:15:964:976 Rhode Island Kingston, Jamaica +0.24552 cspg_html_9060847110 cspg_html_9060847110:572:75717:75752 Rocky Brook Hampden Park +0.264115 aapg_ai_296.html aapg_ai_296.html:422:41569:41576 Everton Calico Rock, Arkansas +0.236171 aapg_ak_36.html aapg_ak_36.html:694:54381:54399 Lisburne Anchorage, Alaska +0.473815 aapg_aa_1.html aapg_aa_1.html:234:25337:25356 Knoxville California +0.475132 jgeology_html_8064855537 jgeology_html_8064855537:298:21420:21439 Eagle Western world +0.2535 aapg_aa_415.html aapg_aa_415.html:298:42654:42673 Escondido Medina County, Texas +0.24353 jgeology_html_4305195651 jgeology_html_4305195651:532:57048:57072 Slide Mountain Wayne County, Michigan +0.257424 aapg_ac_187.html aapg_ac_187.html:3427:323652:323669 Tamabra Matamoros, Tamaulipas +0.246402 aapg_ae_71.html aapg_ae_71.html:310:28649:28656 Kayenta Kayenta, Arizona +0.49296 cspg_html_1053895111 cspg_html_1053895111:192:25948:25955 Cardium Lacombe, Alberta +0.246482 gsa_html_1290697059 gsa_html_1290697059:785:56986:56995 Peninsula Quebec City +0.2515 aapg_ac_971.html aapg_ac_971.html:940:76404:76421 Seminole Arbuckle, California +0.505741 aapg_ae_171.html aapg_ae_171.html:82:7752:7763 Skull Creek South Fork South Platte River +0.48545 gsa_html_9419594657 gsa_html_9419594657:570:46054:46082 Green River Iran +0.265161 cspg_html_2695921112 cspg_html_2695921112:201:22425:22442 Cumberland Bridgetown, Nova Scotia +0.237744 cspg_html_3854139935 cspg_html_3854139935:42:6469:6481 Judith River North Carolina +0.251001 cspg_html_2758185645 cspg_html_2758185645:444:44536:44554 Rundle Lacombe, Alberta +0.263133 gsa_html_5865982995 gsa_html_5865982995:28:2833:2854 Green River Absaroka +0.50233 aapg_af_131.html aapg_af_131.html:269:25793:25810 Rustler Santa Rosa, California +0.247968 palaios_html_3855840708 palaios_html_3855840708:45:2706:2712 Goshen Salem, Oregon +0.471606 AMJC_html_2905856018 AMJC_html_2905856018:967:108059:108065 Oregon Boise, Idaho +0.523476 gsa_html_4883039712 gsa_html_4883039712:1041:95815:95843 Green River Colorado +0.252494 cspg_html_1189888589 cspg_html_1189888589:29:4370:4378 Edmonton Edmonton, London +0.391222 aapg_ae_190.html aapg_ae_190.html:128:12188:12204 Warsaw Missouri River +0.249639 aapg_ac_575.html aapg_ac_575.html:249:40477:40485 Woodside Logan, Utah +0.270319 palaios_html_8950382583 palaios_html_8950382583:623:56369:56376 Andrews Abu Dhabi (emirate) +0.257374 aapg_aa_15.html aapg_aa_15.html:8:1185:1209 Caddell Texas +0.251923 aapg_aa_399.html aapg_aa_399.html:362:30233:30251 Paskapoo Edmonton, London +0.873284 palaios_html_7111318862 palaios_html_7111318862:1030:104686:104708 Judith River Lacombe, Alberta +0.475741 cspg_html_9768299963 cspg_html_9768299963:200:20826:20842 Battle Horseshoe Canyon Formation +0.49712 aapg_ah_199.html aapg_ah_199.html:512:60980:60987 Pioneer Amarillo, Texas +0.250498 gsa_html_5952049575 gsa_html_5952049575:833:80830:80836 Oregon Manchester, New Hampshire +0.491556 aapg_ac_912.html aapg_ac_912.html:24:2908:2916 Tensleep Cheyenne, Wyoming +0.255488 cspg_html_4326384800 cspg_html_4326384800:1109:163632:163644 Cooking Lake Redwater, Texas +0.263048 aapg_ad_111.html aapg_ad_111.html:299:35459:35468 Mesaverde Newcastle, New South Wales +0.379694 palaios_html_4244053259 palaios_html_4244053259:40:3852:3869 Juniata Maryland +0.257775 aapg_ah_811.html aapg_ah_811.html:46:4553:4559 Paluxy Austin, Chicago +0.486093 gsa_html_7446479786 gsa_html_7446479786:704:66214:66242 Green River Colorado +0.480129 gsa_html_5865982995 gsa_html_5865982995:1054:114480:114497 Bridger Cheyenne, Wyoming +0.46748 aapg_ae_319.html aapg_ae_319.html:496:41628:41642 Duchesne River Lake Fork (Texas) +0.49152 geology_html_8241069332 geology_html_8241069332:14:783:799 Orocopia Schist California +0.272448 aapg_ad_184.html aapg_ad_184.html:650:90486:90493 Calvert Ohio +0.47594 cspg_html_3831007171 cspg_html_3831007171:9:824:830 Calmar Edmonton, London +0.25449 cspg_html_1019614994 cspg_html_1019614994:405:67922:67932 Big Valley Lacombe, Alberta +0.64584 aapg_ah_528.html aapg_ah_528.html:516:55064:55072 Moenkopi Logan, Utah +0.449226 aapg_ad_466.html aapg_ad_466.html:1057:113315:113330 Vincentown Closter, New Jersey +0.250985 aapg_aa_147.html aapg_aa_147.html:1012:100318:100323 Queen Ottawa, Kansas +0.240038 palaios_html_2994452429 palaios_html_2994452429:928:96086:96094 Columbia Lacombe, Alberta +0.247476 cspg_html_2559849177 cspg_html_2559849177:375:46626:46639 Turner Valley Lacombe, Alberta +0.47874 aapg_ah_232.html aapg_ah_232.html:50:5438:5451 Cotton Valley Mississippi River +0.493908 aapg_ac_190.html aapg_ac_190.html:61:11748:11756 Columbia Wayne County, Michigan +0.36356 cspg_html_4269474759 cspg_html_4269474759:831:82232:82239 Bearpaw Drumheller +0.492345 geology_html_1970740636 geology_html_1970740636:339:29221:29229 Colorado Pueblo, Colorado +0.447849 aapg_aa_856.html aapg_aa_856.html:92:7848:7871 Cotton Valley County Sligo +0.255936 aapg_ac_333.html aapg_ac_333.html:16:2494:2499 Supai Arizona +0.48297 geology_html_2158845616 geology_html_2158845616:326:25381:25388 Shuswap Victoria, British Columbia +0.249688 aapg_ah_655.html aapg_ah_655.html:302:28650:28662 Fayetteville Chattanooga, Tennessee +0.418496 cspg_html_5973552270 cspg_html_5973552270:73:10438:10458 Swan Hills Swan Hill, Victoria +0.494769 gsa_html_5335667169 gsa_html_5335667169:774:82517:82545 Green River Colorado +0.49028 geology_html_1598246130 geology_html_1598246130:18:642:652 Washington Seattle +0.258542 cspg_html_9474105160 cspg_html_9474105160:9:1702:1710 Kootenay Lacombe, Alberta +0.505494 gsa_html_3586844705 gsa_html_3586844705:1117:94957:94985 Green River Colorado +0.255024 aapg_ae_973.html aapg_ae_973.html:5:761:769 Wolfcamp Salado, Texas +0.484416 aapg_af_551.html aapg_af_551.html:7:821:842 Lake Valley Alamogordo, New Mexico +0.264171 cspg_html_4516258038 cspg_html_4516258038:48:6781:6800 Griper Bay Middle Ordovician +0.276235 aapg_aa_23.html aapg_aa_23.html:881:115676:115685 Interlake California +0.386188 cspg_html_5484260516 cspg_html_5484260516:8:693:728 Banff Lacombe, Alberta +0.27615 gsa_html_3216417833 gsa_html_3216417833:498:44391:44401 Washington Seattle +0.46754 aapg_ai_772.html aapg_ai_772.html:7:1297:1307 Santa Cruz Guatemala +0.262584 cspg_html_9361096527 cspg_html_9361096527:813:73711:73729 Foremost Lacombe, Alberta +0.267674 cspg_html_2729673354 cspg_html_2729673354:11:1891:1903 Medicine Hat Hatton, London +0.512 gsa_html_6315159481 gsa_html_6315159481:1077:87811:87839 Green River Colorado +0.695912 aapg_ah_763.html aapg_ah_763.html:261:26318:26334 Blaine San Angelo, Texas +0.479044 cspg_html_5456368738 cspg_html_5456368738:21:3086:3101 Elk Dolomites +0.487227 gsa_html_3402632563 gsa_html_3402632563:62:4557:4585 Green River Colorado +0.25048 cspg_html_7777724998 cspg_html_7777724998:175:26463:26510 Bellevue Bellevue, Nebraska +0.258566 cspg_html_2954223000 cspg_html_2954223000:1348:168473:168478 Weeks Tulsa, Oklahoma +0.501992 aapg_aa_157.html aapg_aa_157.html:102:10232:10242 Horn River Lacombe, Alberta +0.488177 aapg_af_575.html aapg_af_575.html:564:77441:77447 Warsaw Burlington, Ontario +0.495803 cspg_html_9119878068 cspg_html_9119878068:84:11164:11183 Waterways Swan Hill, Victoria +0.507232 aapg_ac_190.html aapg_ac_190.html:7:713:748 Marcellus Pennsylvania +0.4712 AMJC_html_8213961972 AMJC_html_8213961972:608:66657:66693 Hurricane Mountain Portland, Maine +0.26061 cspg_html_7866293053 cspg_html_7866293053:190:19476:19498 Grand Rapids Clearwater, Florida +0.235221 aapg_ac_333.html aapg_ac_333.html:592:72186:72198 Hermit Supai, Arizona +0.551115 aapg_ah_328.html aapg_ah_328.html:310:32234:32240 Dakota Cheyenne, Wyoming +0.2597 aapg_ae_516.html aapg_ae_516.html:88:10549:10576 Traverse Detroit River International Wildlife Refuge +0.268243 cspg_html_1814004928 cspg_html_1814004928:649:67310:67325 Leduc Lacombe, Alberta +0.489706 aapg_ae_904.html aapg_ae_904.html:323:33669:33677 Sundance Spearfish, South Dakota +0.23422 aapg_ah_387.html aapg_ah_387.html:73:11496:11505 Knoxville California +0.266231 aapg_ah_93.html aapg_ah_93.html:56:8149:8171 Maywood Maywood, California +0.257176 cspg_html_8694594891 cspg_html_8694594891:74:9247:9267 Queenston Carlsbad, New Mexico +0.255524 cspg_html_9275863663 cspg_html_9275863663:999:133500:133525 Beaverhill Canada +0.264115 aapg_af_77.html aapg_af_77.html:252:19633:19642 Smackover Hopkins County, Kentucky +0.46965 cspg_html_8362959053 cspg_html_8362959053:136:19170:19194 Boulder Creek Victoria, British Columbia +0.247504 aapg_ak_28.html aapg_ak_28.html:73:8564:8578 Webb Great Basin +0.263165 aapg_aa_123.html aapg_aa_123.html:57:6652:6656 Toad Victoria, British Columbia +0.25143 palaios_html_7111318862 palaios_html_7111318862:1216:113387:113405 Edmonton Lacombe, Alberta +0.4807 aapg_af_854.html aapg_af_854.html:448:58735:58757 Edwardsville Edwardsville, Illinois +0.247 aapg_ae_581.html aapg_ae_581.html:463:52807:52812 Mt Lytton Western world +0.4959 gsa_html_4047856284 gsa_html_4047856284:871:83767:83785 Monterey California +0.254989 cspg_html_3235436073 cspg_html_3235436073:10:793:820 Saskatchewan Worcester, Massachusetts +0.489302 aapg_ac_903.html aapg_ac_903.html:16:1244:1254 Washington Salem, Oregon +0.245021 aapg_ai_288.html aapg_ai_288.html:44:8499:8524 Bedford Santiago +0.267794 aapg_ac_286.html aapg_ac_286.html:42:3997:4004 Rodessa Cotton Valley, Louisiana +0.25806 cspg_html_2178758494 cspg_html_2178758494:266:35862:35889 Athabasca Lacombe, Alberta +0.261112 aapg_ai_549.html aapg_ai_549.html:212:22294:22302 Michigan Michigan +0.477 gsa_html_4919500515 gsa_html_4919500515:1124:101182:101190 Colorado Denver +0.466506 aapg_ae_157.html aapg_ae_157.html:67:5601:5606 Stark Colorado +0.255021 aapg_ae_185.html aapg_ae_185.html:203:17908:17917 Shongaloo Cotton Valley, Louisiana +0.264704 aapg_ah_274.html aapg_ah_274.html:411:49883:49888 Piper Iceland +0.491232 gsa_html_5206676201 gsa_html_5206676201:29:2796:2824 Green River Colorado +0.26877 gsa_html_3720789279 gsa_html_3720789279:1172:108678:108688 Washington Boise, Idaho +0.26058 cspg_html_1894459898 cspg_html_1894459898:385:39540:39578 Winnipegosis Regina, Saskatchewan +0.466128 aapg_ah_288.html aapg_ah_288.html:58:6769:6780 Sadlerochit Anchorage, Alaska +0.251082 cspg_html_9735723617 cspg_html_9735723617:181:23246:23264 Imperial Anchorage, Alaska +0.289976 palaios_html_4736927967 palaios_html_4736927967:762:68237:68254 Roberts Mountains Reno, Nevada +0.262614 aapg_ad_43.html aapg_ad_43.html:693:69529:69536 Hanover Germany +0.44795 gsa_html_1636483297 gsa_html_1636483297:739:68482:68510 Green River Cheyenne, Wyoming +0.417664 gsa_html_3014459865 gsa_html_3014459865:207:22575:22594 Pensauken Somerville, New Jersey +0.381388 aapg_ak_85.html aapg_ak_85.html:488:57180:57199 Smackover Shreveport, Louisiana +0.268308 gsa_html_4913703235 gsa_html_4913703235:103:9981:9998 Grimsby Hocking County, Ohio +0.50255 aapg_af_0.html aapg_af_0.html:407:44129:44138 Palmarito Arizona +0.266231 aapg_ae_990.html aapg_ae_990.html:256:36039:36049 Rock River Cheyenne, Wyoming +0.463995 aapg_ai_689.html aapg_ai_689.html:285:30976:30982 Denver Colorado +0.45408 aapg_ai_157.html aapg_ai_157.html:317:30678:30684 Guelph Tilbury, Ontario +0.465291 aapg_ah_157.html aapg_ah_157.html:163:22075:22098 Knox Dolomite Galesville, Maryland +0.263168 geology_html_1382073672 geology_html_1382073672:355:22299:22303 Dean Northern Great Plain +0.674478 sedimentology_html_9290555224 sedimentology_html_9290555224:720:48454:48479 Remedios Jamaica, Queens +0.23664 sedimentology_html_6276603644 sedimentology_html_6276603644:1259:83962:83967 Stark New Guinea +0.47773 aapg_ac_629.html aapg_ac_629.html:8:986:994 Beaumont Beaumont, Texas +0.482 aapg_ai_613.html aapg_ai_613.html:54:9035:9048 Brushy Canyon Africa +0.265224 cspg_html_5381643866 cspg_html_5381643866:33:4852:4870 Gething Victoria, British Columbia +0.256236 cspg_html_9717154602 cspg_html_9717154602:960:82931:82948 Bearpaw Saskatchewan River +0.260064 sedimentology_html_5669352825 sedimentology_html_5669352825:201:17554:17563 San Diego California +0.256968 jgeology_html_8265681594 jgeology_html_8265681594:123:6869:6878 Peninsula Korea +0.264132 aapg_ai_720.html aapg_ai_720.html:141:16702:16715 Potomac Maryland +0.27976 aapg_aa_591.html aapg_aa_591.html:128:19445:19461 Yucatan Mexico +0.510272 aapg_ah_203.html aapg_ah_203.html:596:98167:98200 Morrison New Mexico +0.248805 cspg_html_6736202792 cspg_html_6736202792:152:20456:20475 Waterways Lacombe, Alberta +0.468318 aapg_ac_807.html aapg_ac_807.html:802:79540:79550 Tuscaloosa Tuscaloosa, Alabama +0.512448 aapg_ad_2.html aapg_ad_2.html:1183:161691:161708 Pamelia Stones River +0.257284 palaios_html_3105248303 palaios_html_3105248303:452:45195:45204 Frankfort Fulton, Missouri +0.250745 palaios_html_3022467877 palaios_html_3022467877:346:38248:38267 Navesink Closter, New Jersey +0.48829 aapg_ae_222.html aapg_ae_222.html:64:9699:9716 Leonard Texas +0.4795 gsa_html_5341325188 gsa_html_5341325188:32:3237:3245 Colorado Raleigh, North Carolina +0.420714 cspg_html_4568084707 cspg_html_4568084707:70:10030:10051 Cooking Lake Lacombe, Alberta +0.2548 palaios_html_2994452429 palaios_html_2994452429:1358:122723:122746 Montney Lacombe, Alberta +0.254448 gsa_html_9535212992 gsa_html_9535212992:553:49077:49084 St Marys China +0.487784 gsa_html_1024107776 gsa_html_1024107776:26:2212:2229 Clifden Rocky Brook +0.2652 aapg_ai_281.html aapg_ai_281.html:291:27203:27211 Rockwell Mexico +0.24453 gsa_html_8010927234 gsa_html_8010927234:355:29332:29348 Quimby Rangeley, Maine +0.457914 geology_html_4150214358 geology_html_4150214358:283:19792:19798 Brazil Earth +0.257424 sedimentology_html_3917671511 sedimentology_html_3917671511:895:52805:52809 Hall London, Ontario +0.502603 cspg_html_9290046117 cspg_html_9290046117:798:94686:94726 Mount Head Lacombe, Alberta +0.4959 aapg_af_97.html aapg_af_97.html:45:4577:4585 Richmond Maysville, Kentucky +0.26159 aapg_ah_779.html aapg_ah_779.html:138:26268:26278 Bellefonte Pennsylvania +0.477274 gsa_html_1251300076 gsa_html_1251300076:118:10771:10782 Uncompahgre Reno, Nevada +0.480414 aapg_ae_721.html aapg_ae_721.html:363:43191:43197 Oxford England +0.486983 gsa_html_3436154175 gsa_html_3436154175:1206:95175:95196 Green River Cheyenne, Wyoming +0.242015 aapg_ah_411.html aapg_ah_411.html:108:13494:13502 Colorado Cheyenne, Wyoming +0.457824 aapg_af_785.html aapg_af_785.html:288:27740:27747 Carrizo Charlotte, North Carolina +0.262626 palaios_html_9039698014 palaios_html_9039698014:56:6026:6044 Moenkopi Reno, Nevada +0.481404 cspg_html_8535889489 cspg_html_8535889489:221:32555:32588 Mackenzie Melville Island (Canada) +0.476424 aapg_aa_379.html aapg_aa_379.html:81:9503:9518 Conemaugh Monongahela, Pennsylvania +0.223626 cspg_html_9354781888 cspg_html_9354781888:104:19473:19498 Amaranth Manitoba +0.417333 aapg_af_486.html aapg_af_486.html:373:39131:39147 Tyonek McArthur River uranium mine +0.36685 gsa_html_3096615185 gsa_html_3096615185:18:982:1021 Weymouth Cambridge, Massachusetts +0.2783 aapg_ah_427.html aapg_ah_427.html:645:84422:84440 Parkwood Alabama +0.225664 aapg_af_18.html aapg_af_18.html:79:9872:9890 Morrison Black Hills +0.493569 geology_html_6638965672 geology_html_6638965672:53:3915:3934 Pocatello Boise, Idaho +0.484352 sedimentology_html_2115038743 sedimentology_html_2115038743:54:4470:4478 Michigan Wisconsin +0.257466 aapg_ae_272.html aapg_ae_272.html:762:74626:74634 Michigan Michigan +0.479245 geology_html_3056528983 geology_html_3056528983:242:21897:21905 Colorado Arctic Cordillera +0.473697 cspg_html_7330983978 cspg_html_7330983978:6:233:249 George Canada +0.252464 geology_html_7747769822 geology_html_7747769822:59:5292:5298 Oregon Washington (state) +0.262626 palaios_html_3306053371 palaios_html_3306053371:643:76009:76025 Salem Bloomington, Indiana +0.259316 aapg_af_579.html aapg_af_579.html:279:29943:29960 Entrada Colorado +0.45521 cspg_html_1222040397 cspg_html_1222040397:340:45182:45187 Yukon Anchorage, Alaska +0.273513 aapg_ae_4.html aapg_ae_4.html:165:18041:18060 Jefferson Logan, Utah +0.458348 aapg_ah_387.html aapg_ah_387.html:2259:248306:248312 Oregon Mariposa, California +0.24304 sedimentology_html_6051696699 sedimentology_html_6051696699:39:2711:2730 Caledonia New Caledonia +0.258856 cspg_html_2501368748 cspg_html_2501368748:5:276:300 Stony Mountain Manitoba +0.484748 gsa_html_6410775201 gsa_html_6410775201:13:606:612 Denver Colorado +0.252416 sedimentology_html_6663191436 sedimentology_html_6663191436:853:68039:68052 Rockwell Los Angeles +0.253895 aapg_ad_169.html aapg_ad_169.html:439:50722:50735 Maccrady Greenbrier (Great Smoky Mountains) +0.482092 aapg_ae_981.html aapg_ae_981.html:266:23145:23165 Bainbridge Missouri River +0.851865 aapg_ad_368.html aapg_ad_368.html:19:2372:2391 Newcastle Powder River Basin +0.266192 palaios_html_9663500426 palaios_html_9663500426:743:57288:57321 Morrison Colorado +0.25654 cspg_html_8128756616 cspg_html_8128756616:345:40837:40856 Clearwater Canada +0.25351 aapg_ah_505.html aapg_ah_505.html:526:40388:40408 Ingleside Virginia +0.264368 aapg_aa_351.html aapg_aa_351.html:160:17710:17716 Wilcox Missouri River +0.46648 cspg_html_9330018201 cspg_html_9330018201:69:11660:11666 Gordon Elko, Nevada +0.244398 gsa_html_9152662653 gsa_html_9152662653:1124:98678:98684 Provo Switzerland +0.261121 AMJC_html_9664623849 AMJC_html_9664623849:1053:98388:98397 San Diego California +0.480816 aapg_ah_779.html aapg_ah_779.html:383:71483:71489 Laurel Jeffersonville, Indiana +0.246492 aapg_aa_777.html aapg_aa_777.html:479:47724:47761 Provo Boise, Idaho +0.24059 gsa_html_3289054608 gsa_html_3289054608:1120:112138:112146 Victoria Echuca +0.266562 aapg_aa_890.html aapg_aa_890.html:152:17366:17376 Nolichucky Saltville, Virginia +0.24206 gsa_html_4883039712 gsa_html_4883039712:579:55825:55846 Chucunaque Clarita, Oklahoma +0.481514 palaios_html_4880574501 palaios_html_4880574501:10:436:467 Kope Cincinnati +0.250488 gsa_html_2098291403 gsa_html_2098291403:451:40860:40870 Washington Salem, Oregon +0.502412 geology_html_2005459798 geology_html_2005459798:361:29578:29588 Washington Bolivia +0.489842 cspg_html_3104351736 cspg_html_3104351736:140:17776:17784 Columbia Boise, Idaho +0.463404 aapg_ai_153.html aapg_ai_153.html:245:40012:40025 Barnett Texas +0.263153 cspg_html_9872589627 cspg_html_9872589627:32:4271:4288 Halfway Victoria, British Columbia +0.26664 aapg_ae_344.html aapg_ae_344.html:114:11482:11492 Tuscaloosa New Delhi +0.260148 cspg_html_8250500468 cspg_html_8250500468:509:55295:55312 Cardium Lacombe, Alberta +0.250158 AMJC_html_1252169248 AMJC_html_1252169248:616:60432:60465 Westboro Cambridge, Massachusetts +0.489472 gsa_html_6118245064 gsa_html_6118245064:83:7452:7480 Green River Colorado +0.45792 aapg_ai_44.html aapg_ai_44.html:71:11927:11933 Perija Lake Maracaibo +0.263169 gsa_html_8729482339 gsa_html_8729482339:1002:83186:83214 Green River New Mexico +0.474672 aapg_ad_160.html aapg_ad_160.html:134:10566:10578 Marble Falls Llano, Texas +0.477954 geology_html_4509927877 geology_html_4509927877:297:24955:24970 Gates Canada +0.260568 cspg_html_9343899465 cspg_html_9343899465:839:76347:76360 Griper Bay Little Cornwallis Island +0.252476 aapg_ae_813.html aapg_ae_813.html:665:54446:54459 Santa Barbara Juticalpa +0.480312 gsa_html_6410775201 gsa_html_6410775201:12:520:539 Sandia New Mexico +0.261975 aapg_ai_410.html aapg_ai_410.html:371:32546:32552 Maroon Cheyenne, Wyoming +0.258039 cspg_html_6472484014 cspg_html_6472484014:143:18439:18459 La Vieille New Brunswick, New Jersey +0.276667 aapg_ae_915.html aapg_ae_915.html:9:1135:1147 Dakota Benton, Arkansas +0.250318 palaios_html_3022467877 palaios_html_3022467877:389:44337:44348 Hornerstown Navesink River +0.247955 aapg_af_393.html aapg_af_393.html:104:15542:15555 Mountain City Grandfather Mountain +0.47337 aapg_ad_351.html aapg_ad_351.html:751:65132:65154 Reeds Spring Springfield, Illinois +0.257544 cspg_html_8678892218 cspg_html_8678892218:38:5842:5850 Pine Key Key West, Florida +0.473285 cspg_html_4298557570 cspg_html_4298557570:50:7930:7948 Paskapoo Drumheller +0.252888 aapg_ah_876.html aapg_ah_876.html:563:69317:69335 Glen Rose Rodessa, Louisiana +0.481362 gsa_html_8321564642 gsa_html_8321564642:882:83908:83914 Walker Mojave Desert +0.50668 aapg_ae_803.html aapg_ae_803.html:542:67347:67359 Todos Santos Santa Rosa, California +0.290512 aapg_aa_117.html aapg_aa_117.html:3:205:233 Cobourg Ontario, California +0.258566 aapg_af_193.html aapg_af_193.html:836:68613:68642 Jefferson Shreveport, Louisiana +0.25688 aapg_ae_68.html aapg_ae_68.html:322:39032:39052 Strathearn Elko, Nevada +0.267264 aapg_ac_484.html aapg_ac_484.html:692:90716:90734 Monterey California +0.496244 aapg_ai_932.html aapg_ai_932.html:354:54601:54622 Paso Robles Carrizo Plain +0.23862 aapg_ac_222.html aapg_ac_222.html:221:30462:30477 Rico Hermosa, Chicago +0.255398 aapg_ah_647.html aapg_ah_647.html:442:47618:47637 Horquilla Tombstone, Arizona +0.382259 aapg_ah_536.html aapg_ah_536.html:439:57028:57045 Rodessa Shreveport, Louisiana +0.385019 cspg_html_2769629211 cspg_html_2769629211:140:16582:16597 Hay River Hay River (Canada) +0.24888 aapg_ad_947.html aapg_ad_947.html:731:73601:73611 Wind River Uinta Mountains +0.247955 aapg_ac_520.html aapg_ac_520.html:146:15129:15133 Aida Adriatic Sea +0.478235 aapg_af_854.html aapg_af_854.html:423:55184:55201 Carwood Carwood, Indiana +0.259017 aapg_ac_629.html aapg_ac_629.html:472:59206:59231 Prairie Colorado +0.275481 aapg_ae_470.html aapg_ae_470.html:138:18970:18976 Wilcox Oklahoma City +0.490795 aapg_ae_147.html aapg_ae_147.html:189:20911:20927 Modelo South Mountains (Arizona) +0.252784 aapg_ai_997.html aapg_ai_997.html:1098:102787:102803 Funks Putah Creek +0.26471 palaios_html_5582845937 palaios_html_5582845937:321:32569:32576 Hampton Virginia +0.89775 aapg_ae_143.html aapg_ae_143.html:6:633:654 Gilwood Lacombe, Alberta +0.251392 geology_html_8092008701 geology_html_8092008701:241:17924:17936 Grand Rapids Michigan +0.49868 aapg_ad_351.html aapg_ad_351.html:874:80131:80147 Keokuk Burlington, Ontario +0.494239 sedimentology_html_3627077271 sedimentology_html_3627077271:32:2264:2274 Washington Wa (Japan) +0.257964 cspg_html_6064089067 cspg_html_6064089067:69:7822:7830 Winnipeg Manitoba +0.486266 gsa_html_7915521951 gsa_html_7915521951:996:90161:90170 Extension California +0.302702 aapg_ai_49.html aapg_ai_49.html:346:43476:43488 Dakota Logan, Utah +0.48925 cspg_html_8990290265 cspg_html_8990290265:490:71929:71934 Price Victoria, British Columbia +0.478296 aapg_ah_188.html aapg_ah_188.html:36:4520:4540 Minnekahta Black Hills +0.4949 aapg_ae_23.html aapg_ae_23.html:598:59413:59419 Laguna Mexico +0.46265 cspg_html_5705427229 cspg_html_5705427229:44:4899:4920 Pine Point Great Slave Lake +0.46436 aapg_af_849.html aapg_af_849.html:22:3454:3460 Denver Colorado +0.48501 gsa_html_1347484649 gsa_html_1347484649:175:16253:16270 Wasatch Cheyenne, Wyoming +0.490795 aapg_ac_414.html aapg_ac_414.html:370:42401:42419 Plympton Reno, Nevada +0.491724 cspg_html_2175627313 cspg_html_2175627313:1017:91884:91914 Doig Lacombe, Alberta +0.509328 cspg_html_3233680622 cspg_html_3233680622:110:15929:15947 Beaufort Ellesmere Island +0.477904 aapg_ai_567.html aapg_ai_567.html:537:67270:67276 Oregon Anchorage, Alaska +0.487014 gsa_html_3447147750 gsa_html_3447147750:514:35872:35891 Red Bluff Vail, Colorado +0.25688 aapg_ae_826.html aapg_ae_826.html:19:1945:1962 Edgewood Harrodsburg, Indiana +0.520926 aapg_ad_696.html aapg_ad_696.html:274:25600:25613 Cook Mountain Houston County, Alabama +0.25296 gsa_html_5064963350 gsa_html_5064963350:634:66791:66800 Talkeetna Talkeetna, Alaska +0.257484 cspg_html_9354781888 cspg_html_9354781888:668:53692:53700 Columbia Victoria, British Columbia +0.26877 aapg_ad_808.html aapg_ad_808.html:919:62499:62507 Cloverly Greybull, Wyoming +0.494982 cspg_html_8414893458 cspg_html_8414893458:328:43024:43031 Cadomin Lacombe, Alberta +0.3774 cspg_html_9343899465 cspg_html_9343899465:1350:112783:112802 Nordstrand Point Hell Gate +0.250498 aapg_aa_351.html aapg_aa_351.html:49:5906:5918 Richmond Tahlequah, Oklahoma +0.251883 cspg_html_2834693711 cspg_html_2834693711:893:113507:113526 Chuckanut Washington (state) +0.4914 aapg_ai_540.html aapg_ai_540.html:148:11585:11590 Vaqueros Oxnard, California +0.477347 geology_html_3509939317 geology_html_3509939317:253:21357:21365 Columbia Victoria, British Columbia +0.480768 cspg_html_2769629211 cspg_html_2769629211:778:75908:75924 Besa River Victoria, British Columbia +0.266664 aapg_ac_301.html aapg_ac_301.html:80:10814:10834 Kinnikinic Quartzite Reno, Nevada +0.470808 aapg_ah_49.html aapg_ah_49.html:62:7584:7591 Castaic Saugus, Massachusetts +0.25296 aapg_ad_466.html aapg_ad_466.html:908:98561:98572 Hornerstown Navesink River +0.260051 AMJC_html_1053655307 AMJC_html_1053655307:14:627:637 Washington Seattle +0.238119 aapg_ac_380.html aapg_ac_380.html:402:47347:47355 Michigan Michigan +0.248446 aapg_ae_380.html aapg_ae_380.html:187:14829:14838 Vicksburg Texas +0.25578 sedimentology_html_8763654603 sedimentology_html_8763654603:740:37581:37585 Hall London, Ontario +0.492768 aapg_ad_171.html aapg_ad_171.html:58:7118:7138 Red Bluff Tehama, California +0.485648 aapg_ah_655.html aapg_ah_655.html:315:29869:29874 Atoka Hartshorne, Oklahoma +0.464977 sedimentology_html_6949444683 sedimentology_html_6949444683:989:50219:50232 Madison Cheyenne, Wyoming +0.26988 cspg_html_9960861302 cspg_html_9960861302:11:1066:1084 Dunvegan Western world +0.482878 aapg_aa_295.html aapg_aa_295.html:62:6357:6367 Washington California +0.252476 aapg_ai_83.html aapg_ai_83.html:175:17112:17125 Bedford Cleveland +0.49979 aapg_af_833.html aapg_af_833.html:783:85941:85953 Dakota Powder River Basin +0.701932 aapg_af_854.html aapg_af_854.html:364:46722:46732 Keokuk Iowa +0.482023 cspg_html_1509800797 cspg_html_1509800797:133:13069:13082 Turner Valley Calgary +0.502856 cspg_html_5484260516 cspg_html_5484260516:1205:110525:110533 Columbia Lacombe, Alberta +0.252374 aapg_ac_253.html aapg_ac_253.html:64:9453:9459 Frisco Frisco, Texas +0.247968 cspg_html_7404699681 cspg_html_7404699681:321:34282:34290 Columbia Lacombe, Alberta +0.242446 cspg_html_7777724998 cspg_html_7777724998:185:27908:27921 Elk Bellevue, Nebraska +0.455832 aapg_aa_960.html aapg_aa_960.html:41:5290:5298 Colorado Arizona +0.260338 jgeology_html_1124140788 jgeology_html_1124140788:86:3238:3252 Ogallala Nebraska +0.488516 geology_html_8106588521 geology_html_8106588521:148:13245:13273 Green River Logan, Utah +0.268752 aapg_ae_464.html aapg_ae_464.html:636:40881:40887 Sierra Mexico +0.246753 cspg_html_9912281240 cspg_html_9912281240:696:75956:75972 Viking Lacombe, Alberta +0.258028 aapg_aa_702.html aapg_aa_702.html:176:75595:75623 Wabamun Canada +0.23424 aapg_aa_426.html aapg_aa_426.html:230:51574:51584 Mooreville Selma to Montgomery marches +0.478406 aapg_aa_698.html aapg_aa_698.html:252:22433:22439 Muskeg Lacombe, Alberta +0.267225 aapg_ai_157.html aapg_ai_157.html:350:33055:33061 Guelph Guelph +0.466528 gsa_html_8244777175 gsa_html_8244777175:551:61270:61281 Spider Lake Portland, Maine +0.493268 sedimentology_html_6419514525 sedimentology_html_6419514525:107:9493:9499 Sierra Sierra Nevada (Spain) +0.253402 palaios_html_5582845937 palaios_html_5582845937:310:31093:31101 Virginia Hampton, New Hampshire +0.502425 sedimentology_html_8501487717 sedimentology_html_8501487717:1605:114411:114445 Waterfowl Middle East +0.248601 gsa_html_6194837075 gsa_html_6194837075:437:34912:34932 Fredericksburg Paluxy, Texas +0.482034 aapg_aa_702.html aapg_aa_702.html:251:80245:80253 Colorado Colorado +0.279805 cspg_html_4298557570 cspg_html_4298557570:124:19291:19303 Wapiti Edmonton, London +0.27248 aapg_ai_699.html aapg_ai_699.html:444:52845:52866 Tribes Hill Canada +0.240091 cspg_html_1934220426 cspg_html_1934220426:69:8766:8789 Lone Mountain Canol Heritage Trail +0.46599 aapg_ad_2.html aapg_ad_2.html:889:125306:125319 Potsdam Adirondack Mountains +0.251446 palaios_html_7111318862 palaios_html_7111318862:716:72279:72294 Aguja Texas +0.259578 geology_html_7125684017 geology_html_7125684017:12:638:648 Washington Washington (state) +0.280275 aapg_ae_319.html aapg_ae_319.html:17:2246:2252 Navajo Carmel, Indiana +0.24864 cspg_html_2920938670 cspg_html_2920938670:314:35245:35257 Luscar Lacombe, Alberta +0.337568 geology_html_7977615951 geology_html_7977615951:262:24627:24642 Mesaverde Colorado +0.49504 gsa_html_6312552307 gsa_html_6312552307:29:2796:2824 Green River Colorado +0.267225 aapg_ai_787.html aapg_ai_787.html:271:29137:29155 Oakville Oakville, California +0.4545 aapg_ae_305.html aapg_ae_305.html:244:29377:29385 Onondaga Colombia +0.49305 gsa_html_8955900843 gsa_html_8955900843:981:85023:85051 Green River Colorado +0.480396 gsa_html_5773604426 gsa_html_5773604426:501:43096:43131 Wilcox Middle East +0.49567 gsa_html_8985264904 gsa_html_8985264904:71:5238:5266 Green River New Mexico +0.265738 sedimentology_html_2319942817 sedimentology_html_2319942817:86:7543:7554 White River Uinta Mountains +0.249 cspg_html_3772380029 cspg_html_3772380029:440:56495:56511 Bad Cache Rapids Churchill River (Atlantic) +0.49469 palaios_html_3022467877 palaios_html_3022467877:589:56599:56607 Virginia Delaware +0.262626 cspg_html_1462870252 cspg_html_1462870252:921:98899:98927 Wabamun Lacombe, Alberta +0.49824 gsa_html_2444844353 gsa_html_2444844353:657:58431:58459 Green River Colorado +0.483736 gsa_html_2584301292 gsa_html_2584301292:884:74316:74353 Blackwater Draw Texas +0.496524 aapg_ai_969.html aapg_ai_969.html:197:21810:21827 Belly River Lacombe, Alberta +0.469908 cspg_html_3404912985 cspg_html_3404912985:736:102584:102604 Milk River Lacombe, Alberta +0.379476 cspg_html_2184091860 cspg_html_2184091860:548:50683:50700 Romaine Anticosti Island +0.270319 gsa_html_1024107776 gsa_html_1024107776:1293:116534:116567 Windsor New Brunswick, New Jersey +0.265728 aapg_af_48.html aapg_af_48.html:492:42883:42900 Shakopee Wisconsin +0.271437 palaios_html_5582845937 palaios_html_5582845937:359:36160:36167 Hampton Virginia +0.257554 cspg_html_2799817929 cspg_html_2799817929:330:38440:38457 Cardium Lacombe, Alberta +0.247296 gsa_html_5107598462 gsa_html_5107598462:568:55033:55046 Salina Waynesboro, Pennsylvania +0.47685 sedimentology_html_3181527419 sedimentology_html_3181527419:334:19513:19517 Earp Supai, Arizona +0.265684 cspg_html_4407096618 cspg_html_4407096618:447:39598:39648 Besa River Victoria, British Columbia +0.52647 aapg_ah_203.html aapg_ah_203.html:472:74845:74863 Morrison Vienna +0.461941 aapg_aa_960.html aapg_aa_960.html:81:7953:7961 Bellevue Entrada Sandstone +0.490676 cspg_html_6038396142 cspg_html_6038396142:70:10790:10798 Winnipeg Winnipeg +0.497555 cspg_html_2083823293 cspg_html_2083823293:51:7532:7547 Kootenay Lacombe, Alberta +0.24205 aapg_ae_59.html aapg_ae_59.html:509:44212:44220 Colorado Colorado +0.479655 aapg_aa_697.html aapg_aa_697.html:423:38978:39005 Winnipegosis Williston, Vermont +0.254769 geology_html_6064550828 geology_html_6064550828:257:21109:21127 Imperial Southern California +0.478235 jgeology_html_4115179562 jgeology_html_4115179562:632:50072:50100 Hardyston Pennsylvania +0.250976 gsa_html_3069013284 gsa_html_3069013284:525:56713:56729 Forest Arizona +0.255936 sedimentology_html_7390870545 sedimentology_html_7390870545:790:68786:68790 Hall London, Ontario +0.25899 gsa_html_7875871937 gsa_html_7875871937:626:58524:58536 Saskatchewan Regina, Saskatchewan +0.496683 aapg_ac_366.html aapg_ac_366.html:76:11180:11189 Tuscarora Closter, New Jersey +0.499954 aapg_ad_683.html aapg_ad_683.html:75:11528:11541 Abo Kaibab, Arizona +0.511488 gsa_html_5367337460 gsa_html_5367337460:63:4405:4433 Green River Colorado +0.2605 gsa_html_3696101390 gsa_html_3696101390:523:52716:52726 Washington Fidalgo Island +0.504768 cspg_html_9222238695 cspg_html_9222238695:170:24048:24055 Cadomin Clearwater, Florida +0.489149 aapg_ae_992.html aapg_ae_992.html:619:54534:54553 Chugwater Cheyenne, Wyoming +0.483678 cspg_html_7587979364 cspg_html_7587979364:214:17287:17311 Sulphur Point Swan Hill, Victoria +0.26659 aapg_ah_647.html aapg_ah_647.html:657:73166:73174 Wolfcamp Colina, Chile +0.268243 aapg_ac_191.html aapg_ac_191.html:284:42306:42323 Tamabra Matamoros, Tamaulipas +0.26156 jgeology_html_5518896417 jgeology_html_5518896417:244:11017:11025 Richmond Garibaldi (fish) +0.514485 sedimentology_html_9029753636 sedimentology_html_9029753636:224:19373:19377 Java Borneo +0.263169 geology_html_6060647318 geology_html_6060647318:251:20945:20954 San Diego San Francisco +0.253008 gsa_html_9052101586 gsa_html_9052101586:512:63516:63529 Lake Michigan Peoria, Illinois +0.497596 palaios_html_1262064602 palaios_html_1262064602:973:97240:97256 Chinle Newport, Rhode Island +0.466336 cspg_html_4287356899 cspg_html_4287356899:3940:390058:390073 Lisburne Great Britain +0.275624 aapg_af_889.html aapg_af_889.html:131:11985:12000 Whitehorse Pecos County, Texas +0.502758 geology_html_4466142312 geology_html_4466142312:183:17509:17517 Beaumont Beaumont, Texas +0.449988 aapg_ae_180.html aapg_ae_180.html:91:11094:11111 Denver Aspen, Colorado +0.26367 sedimentology_html_8818207519 sedimentology_html_8818207519:503:44669:44692 Carmel California +0.253506 aapg_aa_625.html aapg_aa_625.html:102:10172:10192 Smackover Arkansas +0.24429 aapg_ad_931.html aapg_ad_931.html:114:11819:11825 Borden Jennings County, Indiana +0.252003 gsa_html_7102550258 gsa_html_7102550258:1300:125808:125814 Navajo Arizona +0.477402 aapg_ac_538.html aapg_ac_538.html:181:21732:21748 Viking Lacombe, Alberta +0.474447 sedimentology_html_3914054382 sedimentology_html_3914054382:877:62434:62444 Santa Cruz California +0.246272 aapg_aa_251.html aapg_aa_251.html:134:10696:10714 Woodbine East Texas +0.504252 geology_html_8042752734 geology_html_8042752734:114:9468:9485 Saugus Earth +0.480129 aapg_af_461.html aapg_af_461.html:189:17550:17558 Michigan Michigan +0.7614 aapg_ad_808.html aapg_ad_808.html:1502:104138:104153 Mesaverde Colorado +0.260925 aapg_af_308.html aapg_af_308.html:322:37097:37106 Tuscarora Hancock County, Indiana +0.26368 cspg_html_9683836416 cspg_html_9683836416:423:68800:68816 Oldman Lacombe, Alberta +0.373116 aapg_af_763.html aapg_af_763.html:326:33421:33443 Lone Mountain Reno, Nevada +0.267273 gsa_html_8622484687 gsa_html_8622484687:564:51437:51456 Carbonera Cordillera Administrative Region +0.48514 aapg_aa_302.html aapg_aa_302.html:322:38390:38406 Kaibab Arizona +0.4625 sedimentology_html_8169007399 sedimentology_html_8169007399:459:51233:51239 Taylor London, Ontario +0.255936 cspg_html_5675079479 cspg_html_5675079479:549:54312:54346 Waterways Lacombe, Alberta +0.245872 gsa_html_5625878232 gsa_html_5625878232:106:14170:14176 Guinda California +0.252486 sedimentology_html_7279541485 sedimentology_html_7279541485:1270:66745:66754 Lancaster California +0.463956 cspg_html_3516764931 cspg_html_3516764931:380:61753:61762 Ice River Victoria, British Columbia +0.244027 aapg_af_482.html aapg_af_482.html:104:13918:13934 Atima Honduras +0.258028 cspg_html_8362959053 cspg_html_8362959053:51:8057:8073 Luscar Victoria, British Columbia +0.83902 aapg_ac_246.html aapg_ac_246.html:406:40364:40393 Skull Creek Black Hills +0.250472 cspg_html_2208643572 cspg_html_2208643572:672:65660:65666 Oxford Pergamon Museum +0.455415 aapg_aa_995.html aapg_aa_995.html:641:51631:51637 Denver Cheyenne, Wyoming +0.550935 aapg_aa_906.html aapg_aa_906.html:23:3377:3397 Fort Union Cheyenne, Wyoming +0.476375 cspg_html_9717154602 cspg_html_9717154602:449:52927:52944 Bearpaw Lacombe, Alberta +0.249498 palaios_html_1369839314 palaios_html_1369839314:474:40878:40882 Hall London, Ontario +0.246302 cspg_html_1230998910 cspg_html_1230998910:6:395:409 Wabamun Lacombe, Alberta +0.27454 cspg_html_1019614994 cspg_html_1019614994:634:95751:95784 Palliser Lacombe, Alberta +0.492093 jgeology_html_1964872752 jgeology_html_1964872752:498:40406:40425 Pensauken Middle East +0.265056 aapg_ak_87.html aapg_ak_87.html:482:61436:61445 San Pedro Supai, Arizona +0.264052 cspg_html_8928894270 cspg_html_8928894270:476:57377:57385 Woodbend Western Canadian Sedimentary Basin +0.266562 sedimentology_html_2020421154 sedimentology_html_2020421154:750:49511:49516 Tyson Okavango Delta +0.442204 cspg_html_9768299963 cspg_html_9768299963:46:5382:5399 Bearpaw Lacombe, Alberta +0.240458 gsa_html_4385238876 gsa_html_4385238876:635:67530:67549 Gambier Cordillera Administrative Region +0.270231 AMJC_html_1873062106 AMJC_html_1873062106:1114:116328:116346 Morrison Mesa County, Colorado +0.248857 aapg_ad_880.html aapg_ad_880.html:13:1957:1977 Twin Creek Cheyenne, Wyoming +0.24947 sedimentology_html_6256025462 sedimentology_html_6256025462:47:2180:2186 Madrid Spain +0.495045 geology_html_9943866198 geology_html_9943866198:363:28391:28394 Rye Pyrenees +0.357072 aapg_ah_159.html aapg_ah_159.html:276:27615:27619 Wise Virginia +0.241775 cspg_html_6255491344 cspg_html_6255491344:153:22175:22186 Stony Creek Highwood, Illinois +0.442035 cspg_html_3129231627 cspg_html_3129231627:221:30689:30698 Copes Bay Ellesmere Island +0.485463 aapg_ae_73.html aapg_ae_73.html:265:34868:34882 Yeso Las Vegas Strip +0.26364 geology_html_7204256633 geology_html_7204256633:300:23527:23534 Halifax Bridgetown, Nova Scotia +0.495558 cspg_html_6383234409 cspg_html_6383234409:540:55062:55082 Bird Fiord Bathurst Island (Northern Territory) +0.462704 aapg_aa_147.html aapg_aa_147.html:531:54886:54906 Stony Mountain Manitoba +0.37191 aapg_ad_958.html aapg_ad_958.html:923:96840:96846 Warsaw Missouri River +0.45648 cspg_html_7985076717 cspg_html_7985076717:203:24549:24564 Melville Island Cumberland Basin (Canada) +0.478296 aapg_af_946.html aapg_af_946.html:96:13431:13437 Denver Colorado +0.92062 aapg_ad_341.html aapg_ad_341.html:190:19348:19359 Mauch Chunk Pocono Raceway +0.259979 cspg_html_5308103526 cspg_html_5308103526:179:18781:18785 Pika Lacombe, Alberta +0.240408 cspg_html_6964953392 cspg_html_6964953392:119:16530:16538 Columbia Victoria, British Columbia +0.489204 cspg_html_1714269019 cspg_html_1714269019:56:6618:6652 Albert New Brunswick, New Jersey +0.256688 jgeology_html_8518380643 jgeology_html_8518380643:122:7093:7124 Navajo Logan, Utah +0.251428 cspg_html_5515814749 cspg_html_5515814749:192:25508:25514 Viking Bow Island Airport +0.488814 aapg_ai_958.html aapg_ai_958.html:29:2762:2780 Oakville Cuero, Texas +0.502128 aapg_ah_751.html aapg_ah_751.html:8:1139:1145 Sierra Western world +0.252004 gsa_html_4913703235 gsa_html_4913703235:362:42888:42922 Tuscarora Roen +0.25551 cspg_html_4943597281 cspg_html_4943597281:107:12765:12788 Viking Lacombe, Alberta +0.242048 palaios_html_7860397774 palaios_html_7860397774:960:70803:70820 La Luna Caracas +0.260604 aapg_ah_827.html aapg_ah_827.html:129:20448:20491 Lawrence Pacific coast +0.246482 aapg_ae_539.html aapg_ae_539.html:618:75027:75035 Virginia Cape Cod +0.45552 aapg_ac_831.html aapg_ac_831.html:48:6321:6328 Hermosa Hermosa, Chicago +0.45549 sedimentology_html_9659994044 sedimentology_html_9659994044:44:3326:3335 Gibraltar Black Sea +0.26162 jgeology_html_3936154268 jgeology_html_3936154268:856:56827:56843 Forest Chinle Formation +0.50373 aapg_ac_200.html aapg_ac_200.html:64:7286:7303 Green River Cheyenne, Wyoming +0.512072 aapg_ai_583.html aapg_ai_583.html:433:54466:54481 Swift Cheyenne, Wyoming +0.254584 aapg_af_840.html aapg_af_840.html:258:27032:27045 Bedford Clarinda, Iowa +0.486822 cspg_html_3736511165 cspg_html_3736511165:15:1806:1813 Cardium Lacombe, Alberta +0.474447 aapg_af_128.html aapg_af_128.html:228:22981:22987 Casper Hartville, Missouri +0.265176 aapg_af_296.html aapg_af_296.html:12:937:943 Oregon Washington (state) +0.247396 sedimentology_html_3181527419 sedimentology_html_3181527419:86:8684:8688 Earp Supai, Arizona +0.271432 aapg_ai_879.html aapg_ai_879.html:54:4463:4471 Phillips Stevens County, Kansas +0.49882 aapg_ae_146.html aapg_ae_146.html:61:6761:6766 Mt Lytton Texas +0.422868 aapg_ah_644.html aapg_ah_644.html:3:365:378 Gypsum Spring Williston Basin +0.270352 aapg_ah_4.html aapg_ah_4.html:461:58451:58467 Salina Peru, Indiana +0.255024 aapg_ah_647.html aapg_ah_647.html:611:68135:68151 Concha Colina, Chile +0.260604 aapg_aa_267.html aapg_aa_267.html:244:20690:20700 Greenbrier Webster County, Missouri +0.500004 cspg_html_2988178236 cspg_html_2988178236:6:410:427 Halfway Victoria, British Columbia +0.264578 cspg_html_3175305741 cspg_html_3175305741:93:13017:13036 Neruokpuk Anchorage, Alaska +0.269261 sedimentology_html_4233816133 sedimentology_html_4233816133:1132:85696:85700 Hall London, Ontario +0.48323 gsa_html_5341325188 gsa_html_5341325188:20:1500:1517 Libby Cheyenne, Wyoming +0.486664 cspg_html_4666332434 cspg_html_4666332434:146:25164:25175 Belly River Regina, Saskatchewan +0.2285 AMJC_html_2702389713 AMJC_html_2702389713:1385:105401:105416 Wepawaug Schist Hartford, Connecticut +0.78114 cspg_html_3473883402 cspg_html_3473883402:625:77564:77579 Nisku Lacombe, Alberta +0.261476 geology_html_8870678382 geology_html_8870678382:234:22285:22291 Provo Pyrenees +0.827188 aapg_ah_519.html aapg_ah_519.html:102:11607:11623 Dakota Colorado +0.253916 cspg_html_4937997995 cspg_html_4937997995:181:21373:21395 Bad Cache Rapids East Pen Island +0.258566 aapg_ai_399.html aapg_ai_399.html:166:16770:16799 Porters Creek Kentucky +0.486213 gsa_html_9370941331 gsa_html_9370941331:907:78081:78109 Green River Colorado +0.689724 aapg_ai_515.html aapg_ai_515.html:500:55496:55517 Green River Logan, Utah +0.486244 aapg_ai_969.html aapg_ai_969.html:653:58778:58794 Pierre Canada +0.475996 cspg_html_1260733368 cspg_html_1260733368:27:4571:4581 Sweetgrass Colorado +0.36363 aapg_ai_810.html aapg_ai_810.html:40:6086:6095 Smackover Melbourne, Florida +0.258028 cspg_html_4338314003 cspg_html_4338314003:459:49476:49493 Cardium Canada +0.248412 aapg_ae_923.html aapg_ae_923.html:120:5985:6000 Vincentown Vincentown, New Jersey +0.493084 aapg_ad_194.html aapg_ad_194.html:513:60034:60050 Eureka Quartzite Great Basin +0.261632 aapg_ae_855.html aapg_ae_855.html:147:15355:15365 North Horn Flagstaff, Arizona +0.473031 aapg_ae_634.html aapg_ae_634.html:118:9238:9246 Colorado Denver +0.475838 aapg_ac_337.html aapg_ac_337.html:14:1658:1664 Casper Colorado +0.50854 aapg_ai_322.html aapg_ai_322.html:168:14329:14340 Punta Gorda Nicaragua +0.254904 cspg_html_7176835767 cspg_html_7176835767:336:43169:43190 Sans Sault Sault Ste. Marie, Ontario +0.49875 aapg_aa_90.html aapg_aa_90.html:308:20020:20030 Tuscaloosa Mississippi River +0.484946 cspg_html_9970905394 cspg_html_9970905394:59:6372:6380 Read Bay Little Cornwallis Island +0.248857 cspg_html_9142742810 cspg_html_9142742810:610:62114:62137 Watt Mountain Lacombe, Alberta +0.472948 aapg_aa_735.html aapg_aa_735.html:47:4740:4755 Salem Illinois +0.268752 cspg_html_9136481292 cspg_html_9136481292:491:56174:56182 Moosebar Victoria, British Columbia +0.493908 sedimentology_html_9244748069 sedimentology_html_9244748069:1434:103309:103331 Todos Santos Mexico +0.234398 gsa_html_1783705204 gsa_html_1783705204:16:839:845 Denver Colorado +0.475 geology_html_2350878941 geology_html_2350878941:260:20961:20982 Green River Cheyenne, Wyoming +0.45872 sedimentology_html_6714245905 sedimentology_html_6714245905:128:13614:13636 Colorado Logan, Utah +0.491825 cspg_html_6383234409 cspg_html_6383234409:564:59302:59306 Eids Bathurst Island (Northern Territory) +0.498419 gsa_html_2168907540 gsa_html_2168907540:393:43132:43142 Washington Republic of China +0.257983 aapg_aa_381.html aapg_aa_381.html:42:5866:5874 Monterey Rancho Santa Margarita, California +0.264171 cspg_html_9332855346 cspg_html_9332855346:196:18426:18436 Dawson Bay Williston, Vermont +0.485586 aapg_ae_419.html aapg_ae_419.html:3146:202821:202827 Sierra Texas +0.25935 aapg_ae_64.html aapg_ae_64.html:254:25608:25628 Fort Union Fort Union Trading Post National Historic Site +0.944255 aapg_ae_299.html aapg_ae_299.html:135:12752:12771 Moenkopi Kaibab, Arizona +0.259458 aapg_aa_725.html aapg_aa_725.html:19:2430:2452 Nation River Middle East +0.244736 aapg_ai_774.html aapg_ai_774.html:42:4435:4448 Detroit River Detroit River International Wildlife Refuge +0.24196 aapg_aa_960.html aapg_aa_960.html:373:29731:29748 Dolores Durango, Durango +0.338846 geology_html_9207110672 geology_html_9207110672:13:877:887 Ellensburg Washington (state) +0.494 cspg_html_9222238695 cspg_html_9222238695:189:27155:27163 Columbia Lacombe, Alberta +0.504434 gsa_html_9898556493 gsa_html_9898556493:256:31104:31120 Modesto Modesto, California +0.260865 cspg_html_1058139432 cspg_html_1058139432:522:69929:69946 Wilcox Texas +0.490758 aapg_ah_131.html aapg_ah_131.html:18:1769:1776 Rodessa Cotton Valley, Louisiana +0.53105 aapg_ah_96.html aapg_ah_96.html:456:53471:53496 Viola Red River of the North +0.249471 aapg_aa_357.html aapg_aa_357.html:265:23944:23949 Supai Hermosa, Chicago +0.27768 aapg_ah_633.html aapg_ah_633.html:96:13181:13196 Vicksburg Mississippi River +0.247988 jgeology_html_9629010327 jgeology_html_9629010327:327:24269:24275 Sierra Mohawk Valley +0.262135 aapg_af_922.html aapg_af_922.html:111:14603:14614 Mauch Chunk Pottsville, Pennsylvania +0.263069 aapg_ai_986.html aapg_ai_986.html:230:24332:24340 Tensleep Hermosa, Chicago +0.24735 cspg_html_6306091047 cspg_html_6306091047:354:51118:51126 Pardonet Victoria, British Columbia +0.275544 geology_html_3067159650 geology_html_3067159650:184:16933:16943 Washington China +0.272986 cspg_html_1225021992 cspg_html_1225021992:48:5524:5545 Shaftesbury River Torrens +0.465744 cspg_html_9332855346 cspg_html_9332855346:8:752:768 Meadow Lake Regina, Saskatchewan +0.258063 cspg_html_8363357104 cspg_html_8363357104:183:30082:30103 Survey Peak Mount Wilson Observatory +0.214344 aapg_ah_754.html aapg_ah_754.html:156:18671:18681 Chilliwack Vancouver +0.25317 aapg_ah_678.html aapg_ah_678.html:431:51442:51451 Vicksburg Hidalgo County, New Mexico +0.263676 cspg_html_9119878068 cspg_html_9119878068:79:10255:10275 Swan Hills Swan Hill, Victoria +0.263676 aapg_af_725.html aapg_af_725.html:186:19633:19639 Pueblo Colorado +0.49469 gsa_html_5834463753 gsa_html_5834463753:62:4798:4826 Green River Colorado +0.4536 geology_html_2908722683 geology_html_2908722683:262:22519:22535 Navajo Logan, Utah +0.507975 cspg_html_2198503252 cspg_html_2198503252:259:13221:13239 Palliser Lacombe, Alberta +0.454175 aapg_ah_881.html aapg_ah_881.html:88:9982:10001 Chuckanut Washington (state) +0.390885 aapg_af_664.html aapg_af_664.html:184:20707:20711 Word Western world +0.272288 aapg_ad_991.html aapg_ad_991.html:119:9682:9688 Sparta Tuscaloosa, Alabama +0.252044 jgeology_html_1300888380 jgeology_html_1300888380:551:40675:40705 Beaumont Texas +0.483759 aapg_ai_515.html aapg_ai_515.html:508:55986:56001 Uinta Wasatch County, Utah +0.38115 aapg_ah_521.html aapg_ah_521.html:362:41214:41221 Carrizo Carrizo Plain +0.244 cspg_html_9941518291 cspg_html_9941518291:56:9088:9110 Barlow Inlet Little Cornwallis Island +0.26883 aapg_aa_797.html aapg_aa_797.html:25:1573:1585 Cutler Logan, Utah +0.477785 cspg_html_3328007773 cspg_html_3328007773:74:11058:11079 Shaftesbury Lacombe, Alberta +0.448878 aapg_ai_82.html aapg_ai_82.html:87:11351:11361 Greenbrier Greenbrier (Great Smoky Mountains) +0.2645 aapg_ad_55.html aapg_ad_55.html:107:8981:8988 Plattin Decorah, Iowa +0.493296 cspg_html_5241714595 cspg_html_5241714595:475:72992:73015 Nisku Lacombe, Alberta +0.42824 aapg_ai_357.html aapg_ai_357.html:178:19756:19762 Midway Frio River +0.350199 aapg_ac_628.html aapg_ac_628.html:540:93366:93385 Flagstaff Logan, Utah +0.473256 gsa_html_6636494931 gsa_html_6636494931:719:67499:67507 Colorado Logan, Utah +0.261632 cspg_html_2701043964 cspg_html_2701043964:46:6942:6966 Athabasca Canada +0.482361 aapg_ae_236.html aapg_ae_236.html:3:260:266 Midway Lamar County, Texas +0.255021 aapg_ae_876.html aapg_ae_876.html:644:68218:68227 Worcester Cedar Mountains +0.251808 cspg_html_5438428738 cspg_html_5438428738:199:24721:24742 Mississagi Lake Temagami +0.260592 aapg_ae_416.html aapg_ae_416.html:53:6781:6790 Vicksburg Mississippi River +0.255009 cspg_html_1265381145 cspg_html_1265381145:184:19600:19620 Big Valley Lacombe, Alberta +0.486213 geology_html_7526114759 geology_html_7526114759:202:16387:16395 Columbia Victoria, British Columbia +0.25194 aapg_ah_647.html aapg_ah_647.html:374:40365:40378 Blue Mountain Arizona +0.490428 AMJC_html_9709478395 AMJC_html_9709478395:87:10451:10461 Duck Creek Perth, Western Australia +0.247104 aapg_af_737.html aapg_af_737.html:437:51620:51649 San Pedro Santa Monica, California +0.468174 aapg_ac_574.html aapg_ac_574.html:382:42797:42821 Valley Springs Sierra Nevada (Spain) +0.246784 geology_html_4925746354 geology_html_4925746354:18:872:880 Montreal Quebec City +0.264096 aapg_af_444.html aapg_af_444.html:486:48029:48033 Java Sumatra +0.671184 aapg_aa_146.html aapg_aa_146.html:83:10310:10335 Telegraph Creek Cheyenne, Wyoming +0.498905 AMJC_html_4579422305 AMJC_html_4579422305:12:581:588 Norfolk Virginia +0.531609 aapg_ah_645.html aapg_ah_645.html:86:11284:11299 Piper Williston, Vermont +0.510365 aapg_ae_89.html aapg_ae_89.html:241:24111:24118 Norfolk Newport, Rhode Island +0.256386 cspg_html_9435196958 cspg_html_9435196958:650:28154:28175 Belly River Lacombe, Alberta +0.260091 aapg_aa_976.html aapg_aa_976.html:272:35035:35045 Keokuk Burlington, Ontario +0.244348 aapg_aa_702.html aapg_aa_702.html:1292:137233:137252 Detroit River Michigan +0.498076 aapg_ah_419.html aapg_ah_419.html:22:2388:2400 Bearpaw Lethbridge +0.47634 aapg_ai_503.html aapg_ai_503.html:65:7003:7012 Whirlpool Manitoulin Island +0.726 gsa_html_9597147043 gsa_html_9597147043:1260:102425:102441 Naknek Anchorage, Alaska +0.479318 cspg_html_1166788717 cspg_html_1166788717:15:1920:1935 Leduc Lacombe, Alberta +0.250488 cspg_html_8231573314 cspg_html_8231573314:183:19550:19582 Montney Canada +0.264864 aapg_ah_871.html aapg_ah_871.html:651:68882:68893 Chazy Brainerd, Minnesota +0.481222 aapg_aa_918.html aapg_aa_918.html:1142:116065:116075 Whitehorse Sun City, North West +0.237133 cspg_html_5541937700 cspg_html_5541937700:166:24012:24034 Grand Rapids Waseca, Minnesota +0.254 cspg_html_7675189126 cspg_html_7675189126:433:52458:52466 Victoria Calgary +0.262524 aapg_ac_5.html aapg_ac_5.html:191:19158:19166 Columbia Victoria, British Columbia +0.245508 aapg_ae_986.html aapg_ae_986.html:257:39523:39536 Cotton Valley Shreveport, Louisiana +0.2525 gsa_html_5394777952 gsa_html_5394777952:243:25152:25175 Keeler Canyon Middle East +0.260538 cspg_html_2769629211 cspg_html_2769629211:186:21788:21808 Horn River Richmond, California +0.2688 aapg_ac_366.html aapg_ac_366.html:330:35069:35078 Tonoloway Huntington, West Virginia +0.235638 aapg_ae_616.html aapg_ae_616.html:241:23819:23827 La Habra California +0.479622 gsa_html_6491840124 gsa_html_6491840124:789:64673:64682 Pocatello Boise, Idaho +0.257024 jgeology_html_6882545802 jgeology_html_6882545802:139:9933:9952 Fairview Cincinnati +0.25688 cspg_html_8362959053 cspg_html_8362959053:220:25768:25780 Luscar Lacombe, Alberta +0.463072 aapg_af_381.html aapg_af_381.html:108:14304:14319 Sespe California +0.490875 aapg_af_779.html aapg_af_779.html:51:7850:7859 Coldwater Antrim, County Antrim +0.256649 aapg_ae_488.html aapg_ae_488.html:292:26229:26238 Extension Algeria +0.26082 aapg_ah_328.html aapg_ah_328.html:268:27785:27798 Wasatch Wasatch Range +0.245025 aapg_ae_464.html aapg_ae_464.html:626:40389:40395 Sierra Mexico +0.48672 gsa_html_6980451554 gsa_html_6980451554:163:20165:20182 Moenave Logan, Utah +0.257556 aapg_ai_879.html aapg_ai_879.html:162:11853:11869 Viola Mississippi River +0.477402 geology_html_5414679991 geology_html_5414679991:261:24786:24801 Arikaree White River (Washington) +0.269868 sedimentology_html_9032102238 sedimentology_html_9032102238:1672:105265:105272 Norfolk Northumberland, Pennsylvania +0.257536 aapg_aa_735.html aapg_aa_735.html:214:19942:19958 Borden Siltstone Illinois +0.290928 aapg_ae_416.html aapg_ae_416.html:101:9838:9857 Catahoula Tampa, Florida +0.277112 gsa_html_1164193011 gsa_html_1164193011:1131:90322:90353 Chinle Logan, Utah +0.48116 cspg_html_9018334227 cspg_html_9018334227:396:53370:53378 Columbia Victoria, British Columbia +0.258055 gsa_html_5732664703 gsa_html_5732664703:128:13450:13463 Murphy Marble Brasstown Bald +0.262626 gsa_html_6589330144 gsa_html_6589330144:107:14455:14468 Loveland Illinois +0.37962 aapg_aa_130.html aapg_aa_130.html:105:10490:10500 Point Loma California +0.49192 aapg_af_16.html aapg_af_16.html:30:4506:4524 Frontier Cheyenne, Wyoming +0.251808 aapg_ac_846.html aapg_ac_846.html:147:21072:21088 Pawnee Coal City, Illinois +0.717042 aapg_ad_3.html aapg_ad_3.html:299:28227:28238 Beekmantown Tazewell, Tennessee +0.6825 aapg_ad_378.html aapg_ad_378.html:114:13275:13290 Santa Margarita Rancho Santa Margarita, California +0.25627 aapg_ae_70.html aapg_ae_70.html:143:16288:16309 Price Colorado +0.256236 cspg_html_2661887503 cspg_html_2661887503:121:13788:13807 Allen Bay Cape Cod +0.251196 cspg_html_6306091047 cspg_html_6306091047:185:26983:26992 Baldonnel Victoria, British Columbia +0.242725 aapg_ai_28.html aapg_ai_28.html:834:79430:79437 Reynosa Uvalde, Texas +0.47532 gsa_html_9406395350 gsa_html_9406395350:810:73531:73559 Green River Iran +0.271152 cspg_html_7809640865 cspg_html_7809640865:190:18532:18548 Viking Regina, Saskatchewan +0.48297 aapg_ac_944.html aapg_ac_944.html:4:345:354 San Pedro Sangre de Cristo Range +0.49851 gsa_html_1860930948 gsa_html_1860930948:534:60813:60844 Chinle Logan, Utah +0.494137 cspg_html_9103491877 cspg_html_9103491877:419:44828:44840 Saskatchewan Waseca, Minnesota +0.482275 aapg_ad_450.html aapg_ad_450.html:174:18478:18485 Yucatan Melbourne, Florida +0.523425 aapg_ad_52.html aapg_ad_52.html:672:73427:73442 Coldwater Michigan +0.27 aapg_ad_400.html aapg_ad_400.html:10:1311:1327 Maroon Glenwood Springs, Colorado +0.50295 aapg_aa_357.html aapg_aa_357.html:119:9944:9950 Salina Logan, Utah +0.248482 gsa_html_4667678389 gsa_html_4667678389:542:50175:50198 Kingston Peak Death Valley +0.258039 aapg_aa_350.html aapg_aa_350.html:73:5771:5783 Saginaw Saginaw, Michigan +0.256035 cspg_html_9834776341 cspg_html_9834776341:364:37118:37129 Peace River Western Canadian Sedimentary Basin +0.487272 gsa_html_8938402362 gsa_html_8938402362:534:48134:48138 Hall California +0.283554 gsa_html_1130947011 gsa_html_1130947011:102:12202:12211 Hermitage Iowa +0.25544 aapg_af_81.html aapg_af_81.html:113:11361:11370 Mesaverde Wasatch Range +0.481076 geology_html_3824020066 geology_html_3824020066:15:775:787 Saskatchewan Regina, Saskatchewan +0.475048 gsa_html_4234009219 gsa_html_4234009219:29:2380:2396 Oldman Cheyenne, Wyoming +0.258048 AMJC_html_9375684472 AMJC_html_9375684472:863:100815:100836 Green River Cheyenne, Wyoming +0.249964 geology_html_3197685690 geology_html_3197685690:312:27429:27435 Oregon Washington (state) +0.24108 aapg_ai_340.html aapg_ai_340.html:449:47062:47066 Cass Anchorage, Alaska +0.497034 gsa_html_6980451554 gsa_html_6980451554:607:65809:65826 Moenave Arizona +0.488368 aapg_ac_739.html aapg_ac_739.html:574:76591:76611 Mansfield Ohio +0.260099 cspg_html_3124360347 cspg_html_3124360347:32:6286:6302 Stonehenge Bennington, Vermont +0.247643 geology_html_7395209483 geology_html_7395209483:280:23462:23469 El Paso Texas +0.481222 gsa_html_9677821877 gsa_html_9677821877:71:5667:5695 Green River Colorado +0.503558 gsa_html_9866042258 gsa_html_9866042258:1762:135358:135364 Oregon San Francisco +0.508248 aapg_ad_922.html aapg_ad_922.html:355:26146:26162 Ireton Lacombe, Alberta +0.257045 aapg_ad_880.html aapg_ad_880.html:209:21060:21083 Gypsum Spring Cheyenne, Wyoming +0.26471 aapg_ae_231.html aapg_ae_231.html:83:7633:7645 New Scotland New Scotland, New York +0.478521 gsa_html_7498897688 gsa_html_7498897688:959:88284:88303 Glance Conglomerate Arizona +0.714023 aapg_ae_909.html aapg_ae_909.html:134:14179:14208 Shoal River Melbourne, Florida +0.48323 cspg_html_2873888604 cspg_html_2873888604:11:1282:1304 Charlie Lake Canada +0.27772 aapg_ah_505.html aapg_ah_505.html:1464:117825:117831 Dakota Cheyenne Mountain +0.45924 aapg_ai_17.html aapg_ai_17.html:664:47144:47155 Sparta Columbia, South Carolina +0.263662 cspg_html_5375448448 cspg_html_5375448448:489:50210:50228 Kaskapau Victoria, British Columbia +0.232464 gsa_html_3720789279 gsa_html_3720789279:269:26855:26863 Snowshoe Salem, Oregon +0.255024 aapg_ai_975.html aapg_ai_975.html:1136:92046:92073 Edwards Texas +0.254 gsa_html_2344874044 gsa_html_2344874044:13:629:635 Denver Colorado +0.476215 aapg_ai_514.html aapg_ai_514.html:95:11269:11277 Humboldt Logan, Utah +0.477274 gsa_html_8279040833 gsa_html_8279040833:781:58940:58945 Stump Antarctica +0.266156 aapg_ai_81.html aapg_ai_81.html:328:27622:27628 Pocono Johnstown (city), New York +0.487863 gsa_html_8716356528 gsa_html_8716356528:74:6470:6479 San Pedro Mexico +0.257972 aapg_aa_106.html aapg_aa_106.html:149:15528:15552 Mission Canyon Regina, Saskatchewan +0.260952 palaios_html_6317298077 palaios_html_6317298077:518:38846:38855 San Diego Lake Ontario +0.274527 cspg_html_1293312960 cspg_html_1293312960:799:78807:78822 Mesaverde Cheyenne, Wyoming +0.254944 geology_html_9218284197 geology_html_9218284197:314:27555:27561 Snyder California +0.25056 aapg_ad_696.html aapg_ad_696.html:52:5465:5478 Cook Mountain East Texas +0.238865 aapg_af_968.html aapg_af_968.html:478:50249:50255 Denver Colorado +0.500963 aapg_ae_253.html aapg_ae_253.html:106:11719:11726 Rodessa Shreveport, Louisiana +0.526944 gsa_html_5227849965 gsa_html_5227849965:25:1411:1418 Windsor Ontario, California +0.471555 aapg_ak_87.html aapg_ak_87.html:390:51150:51169 Horquilla New Mexico +0.29574 aapg_ac_245.html aapg_ac_245.html:202:30285:30290 Atoka Kearny, New Jersey +0.488177 aapg_ad_37.html aapg_ad_37.html:109:12008:12013 Yegua Liberty County, Florida +0.255307 aapg_ah_871.html aapg_ah_871.html:658:69109:69126 Beekmantown Quebec City +0.262614 gsa_html_5625878232 gsa_html_5625878232:141:20865:20881 Forbes Sucia Island +0.48932 cspg_html_2161417858 cspg_html_2161417858:226:29230:29246 Exshaw Rocky Mountain House, Alberta +0.265684 aapg_ac_835.html aapg_ac_835.html:239:32663:32670 Madison Cheyenne, Wyoming +0.247234 gsa_html_8237815743 gsa_html_8237815743:190:16077:16099 Arroyo Jemez Mountains +0.2565 sedimentology_html_8310681558 sedimentology_html_8310681558:1305:74158:74179 Potomac Washington (state) +0.23064 sedimentology_html_2898428289 sedimentology_html_2898428289:1685:86790:86829 Sulphur Point Lacombe, Alberta +0.500226 cspg_html_5241714595 cspg_html_5241714595:416:64894:64909 Nisku Lacombe, Alberta +0.260096 cspg_html_4326384800 cspg_html_4326384800:995:145821:145830 Waterways Lacombe, Alberta +0.480568 aapg_ac_333.html aapg_ac_333.html:1020:123020:123028 Toroweap Coconino County, Arizona +0.500681 aapg_ac_298.html aapg_ac_298.html:53:3950:3962 Saskatchewan Victoria, British Columbia +0.245872 aapg_af_262.html aapg_af_262.html:217:25552:25558 Denver Colorado +0.248901 aapg_ah_881.html aapg_ah_881.html:69:7237:7256 Chuckanut Western world +0.2675 aapg_ae_611.html aapg_ae_611.html:56:6428:6446 Entrada Kayenta, Arizona +0.251748 aapg_af_468.html aapg_af_468.html:19:2704:2719 Frio Brazoria County, Texas +0.257972 aapg_ad_2.html aapg_ad_2.html:976:135401:135408 Theresa Ogdensburg, New York +0.471142 gsa_html_6672856503 gsa_html_6672856503:280:24118:24138 Wenatchee Washington (state) +0.252464 aapg_aa_720.html aapg_aa_720.html:336:35708:35721 Marble Canyon Reno, Nevada +0.47379 jgeology_html_1836103970 jgeology_html_1836103970:392:30665:30685 Boss Point New Glasgow, Nova Scotia +0.254364 cspg_html_7576506617 cspg_html_7576506617:368:53070:53091 Ekwan River Moose River (Maine) +0.480496 aapg_ad_894.html aapg_ad_894.html:31:5033:5041 Colorado Arkansas +0.862416 gsa_html_1636483297 gsa_html_1636483297:1094:90547:90568 Green River Cheyenne, Wyoming +0.252984 aapg_ai_524.html aapg_ai_524.html:42:5067:5086 Bidahochi Pueblo, Colorado +0.465959 cspg_html_3772380029 cspg_html_3772380029:486:61620:61631 Chasm Creek Churchill River (Atlantic) +0.475134 cspg_html_9435196958 cspg_html_9435196958:356:16263:16274 Belly River Lacombe, Alberta +0.270351 aapg_ae_29.html aapg_ae_29.html:495:56253:56287 Franconia Wisconsin +0.24598 aapg_ad_223.html aapg_ad_223.html:679:69531:69539 Colorado Denver +0.804195 cspg_html_9689514766 cspg_html_9689514766:610:69114:69122 Montreal Ontario, California +0.48195 aapg_aa_86.html aapg_aa_86.html:19:1861:1869 Woodbine Rodessa, Louisiana +0.48246 jgeology_html_2074544204 jgeology_html_2074544204:142:7332:7340 Richmond Virginia +0.49518 aapg_ae_91.html aapg_ae_91.html:281:36832:36842 Blackstone Cheyenne, Wyoming +0.486912 cspg_html_8267847427 cspg_html_8267847427:488:57638:57648 Milk River Lacombe, Alberta +0.26832 gsa_html_1616304153 gsa_html_1616304153:1148:99978:100006 Green River Colorado +0.48829 aapg_ad_169.html aapg_ad_169.html:40:4856:4874 Maccrady Greenbrier (Great Smoky Mountains) +0.49256 aapg_ac_575.html aapg_ac_575.html:89:14509:14527 Woodside Logan, Utah +0.244528 aapg_af_652.html aapg_af_652.html:200:18765:18775 Minnekahta Cheyenne, Wyoming +0.259017 aapg_ad_350.html aapg_ad_350.html:461:51546:51584 Beekmantown Muskingum County, Ohio +0.239931 aapg_ai_541.html aapg_ai_541.html:134:11160:11166 Casper Cheyenne, Wyoming +0.2667 gsa_html_2098291403 gsa_html_2098291403:384:36405:36411 Oregon Washington (state) +0.26985 aapg_ae_705.html aapg_ae_705.html:450:42515:42528 Santa Barbara Mesa, Arizona +0.491744 gsa_html_8955900843 gsa_html_8955900843:905:79338:79348 Washington Clallam Bay Corrections Center +0.868368 palaios_html_3751051678 palaios_html_3751051678:49:4723:4741 Morrison Cheyenne, Wyoming +0.265738 gsa_html_1520002998 gsa_html_1520002998:103:13304:13312 Colorado Cheyenne, Wyoming +0.229 aapg_af_775.html aapg_af_775.html:485:42735:42745 Rio Grande Mexico +0.381264 gsa_html_9666442487 gsa_html_9666442487:282:30439:30445 Vinini Reno, Nevada +0.26076 jgeology_html_2070141701 jgeology_html_2070141701:754:53135:53141 Thrifty London, Ontario +0.261392 cspg_html_5820147834 cspg_html_5820147834:5:217:258 Bjorne Melville Island (Canada) +0.26162 geology_html_1242254999 geology_html_1242254999:18:1244:1255 Pine Island Amundsen Sea +0.50496 geology_html_1627303480 geology_html_1627303480:40:3874:3880 Kaibab Logan, Utah +0.274575 aapg_ad_466.html aapg_ad_466.html:1664:171895:171902 Magothy Virginia +0.479044 sedimentology_html_9578576563 sedimentology_html_9578576563:100:12012:12023 Monongahela Ohio +0.467208 aapg_ah_329.html aapg_ah_329.html:189:17865:17884 Point Sal Knoxville, Illinois +0.473323 aapg_ad_169.html aapg_ad_169.html:14:2070:2090 Greenbrier Huntington, West Virginia +0.264668 sedimentology_html_2601136107 sedimentology_html_2601136107:935:56770:56793 Salado Salado, Texas +0.272896 aapg_ae_182.html aapg_ae_182.html:363:38088:38101 Cotton Valley Rodessa, Louisiana +0.26606 aapg_ah_762.html aapg_ah_762.html:52:5919:5936 Shunda Middle East +0.339379 cspg_html_5109837857 cspg_html_5109837857:100:12684:12706 Blind Fiord Ellesmere Island +0.454104 gsa_html_9158941999 gsa_html_9158941999:626:51244:51251 Truckee Spokane, Washington +0.34086 aapg_ae_692.html aapg_ae_692.html:529:54096:54110 Niobrara Judith River Formation +0.248446 cspg_html_3419991847 cspg_html_3419991847:17:2680:2688 Columbia Victoria, British Columbia +0.265161 gsa_html_2758185504 gsa_html_2758185504:81:8831:8851 Fort Union Bowman County, North Dakota +0.269698 aapg_ac_532.html aapg_ac_532.html:41:7509:7534 El Paso West, Texas +0.480816 gsa_html_7939736079 gsa_html_7939736079:55:3557:3585 Green River Colorado +0.48581 aapg_aa_25.html aapg_aa_25.html:167:15083:15104 Summerville Carmel, Indiana +0.247923 palaios_html_2746116737 palaios_html_2746116737:84:7220:7230 Tallahatta Charleston, South Carolina +0.502392 palaios_html_1282693433 palaios_html_1282693433:631:49392:49412 Severn River Maryland +0.26416 cspg_html_9343899465 cspg_html_9343899465:2791:246359:246369 Bird Fiord Ellesmere Island +0.265398 aapg_ae_66.html aapg_ae_66.html:226:22697:22706 Spearfish John Crow Mountains +0.49248 aapg_ae_369.html aapg_ae_369.html:333:33918:33933 Gordo Tennessee River +0.258 aapg_aa_712.html aapg_aa_712.html:151:20041:20048 Decorah Platteville, Colorado +0.3437 aapg_aa_23.html aapg_aa_23.html:855:111112:111126 Stony Mountain Manitoba +0.490496 cspg_html_3447886929 cspg_html_3447886929:136:16474:16495 Lawrence Quebec City +0.253847 palaios_html_7206591444 palaios_html_7206591444:219:31502:31513 Road Canyon Netherlands +0.240972 aapg_ai_897.html aapg_ai_897.html:269:29121:29140 Rock Springs Cheyenne, Wyoming +0.23716 aapg_ae_961.html aapg_ae_961.html:32:3139:3143 Home Lisbon +0.907809 cspg_html_8089302449 cspg_html_8089302449:246:41855:41865 Dawson Bay Regina, Saskatchewan +0.231217 gsa_html_5015599008 gsa_html_5015599008:29:2707:2728 Fish Scales Lacombe, Alberta +0.248965 aapg_aa_66.html aapg_aa_66.html:285:25129:25136 Canning Perth, Western Australia +0.460184 aapg_ac_647.html aapg_ac_647.html:657:62795:62801 Madrid Cuenca, Spain +0.241868 cspg_html_3521815736 cspg_html_3521815736:68:11607:11639 Peace River Western Canadian Sedimentary Basin +0.265144 gsa_html_7102550258 gsa_html_7102550258:57:6597:6604 Entrada Logan, Utah +0.482023 jgeology_html_8264452242 jgeology_html_8264452242:130:8898:8906 Michigan Wisconsin +0.474498 aapg_aa_681.html aapg_aa_681.html:27:4124:4142 Traverse Michigan +0.793372 cspg_html_2741838893 cspg_html_2741838893:9:834:839 Banff Thornton Creek +0.474672 aapg_ac_285.html aapg_ac_285.html:51:4194:4201 Edwards Austin, Chicago +0.504952 cspg_html_2498183035 cspg_html_2498183035:172:19598:19618 Swan Hills Swan Hill, Victoria +0.421344 geology_html_7029340747 geology_html_7029340747:11:497:509 Rhode Island Newport, Rhode Island +0.489027 gsa_html_8398449001 gsa_html_8398449001:855:70326:70330 Nome Anchorage, Alaska +0.501375 cspg_html_2973952956 cspg_html_2973952956:344:29710:29724 Toad Victoria, British Columbia +0.531774 aapg_ah_585.html aapg_ah_585.html:175:16602:16613 Beekmantown Warren County, Ohio +0.25532 aapg_ai_477.html aapg_ai_477.html:288:32152:32174 Buckinghorse Clearwater, Florida +0.2515 aapg_af_482.html aapg_af_482.html:177:24911:24928 Subinal Guatemala +0.44745 aapg_af_628.html aapg_af_628.html:4:403:428 Basal Chester, Pennsylvania +0.378187 cspg_html_5818285590 cspg_html_5818285590:529:65418:65442 Kunga Charlotte Amalie, United States Virgin Islands +0.273 aapg_aa_193.html aapg_aa_193.html:463:43427:43431 Hall New Scotland, New York +0.2535 cspg_html_8030881108 cspg_html_8030881108:105:17830:17845 Melville Island Victoria, British Columbia +0.264654 cspg_html_8166293261 cspg_html_8166293261:6:375:383 Columbia Victoria, British Columbia +0.478353 geology_html_7268078595 geology_html_7268078595:12:474:480 Oregon Salem, Oregon +0.516256 aapg_ad_430.html aapg_ad_430.html:192:14970:14989 Smackover Cotton Valley, Louisiana +0.24837 geology_html_7123070239 geology_html_7123070239:270:24189:24193 Kamo South Africa +0.496784 aapg_ad_466.html aapg_ad_466.html:1119:120281:120297 Shark River Manasquan, New Jersey +0.252609 cspg_html_4293350162 cspg_html_4293350162:83:13961:13971 Mount Head Western world +0.466908 aapg_ac_71.html aapg_ac_71.html:743:78628:78645 Dunlap Wisconsin +0.965066 aapg_ad_379.html aapg_ad_379.html:573:48168:48175 Entrada New Mexico +0.259584 gsa_html_4036573414 gsa_html_4036573414:533:57114:57120 Provo Pyrenees +0.473052 cspg_html_9643193374 cspg_html_9643193374:582:71229:71237 Colorado Denver +0.489005 cspg_html_2152913769 cspg_html_2152913769:103:15331:15340 Lodgepole Regina, Saskatchewan +0.407616 gsa_html_9666442487 gsa_html_9666442487:917:83462:83481 Ellis Bay Anticosti Island +0.26471 cspg_html_8145657505 cspg_html_8145657505:96:14694:14724 Swan Hills Lacombe, Alberta +0.253847 cspg_html_1665574291 cspg_html_1665574291:83:13782:13791 Extension Calgary +0.258063 aapg_ah_529.html aapg_ah_529.html:6:873:889 Abrigo Arizona +0.270788 aapg_ah_779.html aapg_ah_779.html:154:28967:28978 Shadow Lake Lowville (town), New York +0.259578 aapg_ai_326.html aapg_ai_326.html:43:6270:6283 Mandata New Scotland, New York +0.500944 cspg_html_4773367370 cspg_html_4773367370:325:25147:25163 Viking Lacombe, Alberta +0.272745 aapg_ac_71.html aapg_ac_71.html:704:76483:76497 Stony Mountain Nassau, Bahamas +0.243811 aapg_ah_69.html aapg_ah_69.html:43:5560:5568 Michigan Pennsylvania +0.269325 aapg_ai_461.html aapg_ai_461.html:14:2193:2201 Seminole Atoka, Oklahoma +0.284073 cspg_html_6193252551 cspg_html_6193252551:531:61031:61048 Beekmantown Ottawa, Kansas +0.493914 AMJC_html_3632105729 AMJC_html_3632105729:66:10274:10285 Coon Hollow Wallowa Mountains +0.246928 jgeology_html_8936542604 jgeology_html_8936542604:1124:71772:71779 Blackie Glasgow +0.269798 gsa_html_6644443634 gsa_html_6644443634:14:836:842 Denver Colorado +0.2615 aapg_af_420.html aapg_af_420.html:199:17645:17651 Casper Cheyenne, Wyoming +0.880896 aapg_ah_665.html aapg_ah_665.html:3:334:340 Pioche Reno, Nevada +0.473031 cspg_html_3734757529 cspg_html_3734757529:190:32278:32298 Waterways Swan Hill, Victoria +0.259534 cspg_html_5971009166 cspg_html_5971009166:41:6419:6448 Yahatinda Canada +0.251 jgeology_html_3589217313 jgeology_html_3589217313:1408:74133:74153 Harmony Wa (Japan) +0.480594 aapg_ae_296.html aapg_ae_296.html:6:1064:1082 Grayburg Guadalupe Mountains National Park +0.27144 geology_html_5195673456 geology_html_5195673456:287:23636:23642 Reston Virginia +0.48278 cspg_html_7086880709 cspg_html_7086880709:704:83698:83706 Columbia Victoria, British Columbia +0.445809 aapg_ah_876.html aapg_ah_876.html:360:44912:44930 Pearsall Texas +0.46265 aapg_ah_645.html aapg_ah_645.html:435:52169:52189 Twin Creek Western world +0.480255 aapg_ae_3.html aapg_ae_3.html:269:38322:38346 Arroyo Sandia Mountain Wilderness +0.257943 aapg_ai_459.html aapg_ai_459.html:278:28713:28723 Whitehorse Rush Springs, Oklahoma +0.276651 cspg_html_2098485391 cspg_html_2098485391:171:21975:21988 Kagawong Manitoulin Island +0.488474 aapg_ae_981.html aapg_ae_981.html:43:4374:4389 Brownsport Bainbridge, Georgia +0.267776 aapg_af_52.html aapg_af_52.html:15:2506:2518 Wilcox Rockdale, Texas +0.477 cspg_html_1333179361 cspg_html_1333179361:17:2431:2439 Columbia Victoria, British Columbia +0.495281 aapg_ae_611.html aapg_ae_611.html:706:70311:70328 Wingate Colorado +0.259588 sedimentology_html_1685838353 sedimentology_html_1685838353:169:14602:14613 Peace River Canada +0.471828 geology_html_6902243889 geology_html_6902243889:50:5462:5495 Stirling Mojave Desert +0.462241 gsa_html_8319219146 gsa_html_8319219146:463:49173:49191 Bull Run Leesburg, Florida +0.491071 aapg_ah_387.html aapg_ah_387.html:377:36795:36804 Knoxville Knoxville, Illinois +0.240588 aapg_ad_672.html aapg_ad_672.html:370:40927:40933 Denver Canada +0.254701 gsa_html_6433065427 gsa_html_6433065427:632:64730:64740 Escarpment Africa +0.48093 aapg_ah_27.html aapg_ah_27.html:547:66061:66071 Fort Worth Texas +0.245952 aapg_aa_544.html aapg_aa_544.html:74:8991:8999 Tensleep Black Hills +0.506538 aapg_ai_157.html aapg_ai_157.html:228:24009:24015 Salina Guelph +0.4944 geology_html_8986165275 geology_html_8986165275:42:3528:3535 Bonanza Talkeetna, Alaska +0.257664 palaios_html_2623970001 palaios_html_2623970001:629:57325:57339 Beaufort South Africa +0.449872 cspg_html_5375448448 cspg_html_5375448448:599:56319:56337 Kaskapau Lacombe, Alberta +0.485265 cspg_html_3041902517 cspg_html_3041902517:60:10179:10200 Hare Fiord Ellesmere Island +0.27348 aapg_ae_746.html aapg_ae_746.html:675:57987:57994 Cardium California +0.262614 cspg_html_8694594891 cspg_html_8694594891:154:16875:16883 Eastview Carlsbad, New Mexico +0.496762 aapg_ai_732.html aapg_ai_732.html:3:338:346 Michigan Illinois +0.493626 jgeology_html_4305195651 jgeology_html_4305195651:3104:223776:223788 Point Edward Bridgetown, Nova Scotia +0.254 aapg_ai_224.html aapg_ai_224.html:9:875:904 Salina Salina, Kansas +0.47634 geology_html_1655073154 geology_html_1655073154:293:24573:24579 Morgan Hawaii (island) +0.2583 aapg_ai_607.html aapg_ai_607.html:3:178:197 Morehouse Shreveport, Louisiana +0.252296 cspg_html_9717154602 cspg_html_9717154602:184:25742:25749 Bearpaw Lacombe, Alberta +0.246984 sedimentology_html_3238300064 sedimentology_html_3238300064:1191:86682:86693 San Antonio Texas +0.245009 palaios_html_6678150156 palaios_html_6678150156:176:14053:14065 Rhode Island Closter, New Jersey +0.493608 aapg_aa_995.html aapg_aa_995.html:404:30877:30896 Sundance Cheyenne, Wyoming +0.244989 palaios_html_2746116737 palaios_html_2746116737:802:66443:66447 Hall Alabama +0.488446 gsa_html_7540592278 gsa_html_7540592278:535:47965:47971 Brazil Peru, Indiana +0.27423 aapg_ae_746.html aapg_ae_746.html:3:362:370 Moosebar Victoria, British Columbia +0.25041 aapg_ae_474.html aapg_ae_474.html:91:8239:8255 Bethel Bethel, Alaska +0.272934 aapg_ac_628.html aapg_ac_628.html:309:51205:51222 Wasatch Flagstaff, Arizona +0.271752 aapg_ae_335.html aapg_ae_335.html:222:23265:23277 Dakota Worland, Wyoming +0.262654 aapg_aa_382.html aapg_aa_382.html:21:3325:3340 Santa Margarita Rancho Santa Margarita, California +0.470058 aapg_aa_415.html aapg_aa_415.html:266:36966:36974 Saratoga Saratoga, California +0.23814 aapg_ah_411.html aapg_ah_411.html:101:11839:11853 Colorado Lacombe, Alberta +0.495159 cspg_html_8374021012 cspg_html_8374021012:123:19241:19261 Beaverfoot Mount Wilson Observatory +0.258055 sedimentology_html_2041096405 sedimentology_html_2041096405:498:34731:34747 Guelph Guelph +0.266772 cspg_html_2055345483 cspg_html_2055345483:69:9361:9376 Ross Mount Assiniboine Provincial Park +0.271392 aapg_ac_807.html aapg_ac_807.html:214:22153:22170 Raritan Closter, New Jersey +0.475449 cspg_html_7086880709 cspg_html_7086880709:374:49563:49582 Kee Scarp Norman Wells +0.496434 aapg_ae_959.html aapg_ae_959.html:736:57557:57575 Wolfcamp Guadalupe Mountains National Park +0.263107 aapg_ae_904.html aapg_ae_904.html:328:34571:34577 Dakota Niobrara, Nebraska +0.471 sedimentology_html_3941612453 sedimentology_html_3941612453:88:9642:9650 Quinault Washington (state) +0.250428 aapg_ai_256.html aapg_ai_256.html:321:34845:34849 Bell Illinois +0.267624 cspg_html_1019614994 cspg_html_1019614994:535:90590:90629 Exshaw Canada +0.24849 cspg_html_7552198061 cspg_html_7552198061:8:670:689 Minnelusa Powder River Basin +0.492012 aapg_af_497.html aapg_af_497.html:73:6728:6740 Austin Chalk Lacombe, Alberta +0.49278 aapg_ae_464.html aapg_ae_464.html:598:39664:39673 San Pedro Durango, Durango +0.255016 cspg_html_8260944839 cspg_html_8260944839:41:6318:6345 Albert Stony Creek Metropark +0.50668 aapg_aa_934.html aapg_aa_934.html:174:19466:19482 Stonewall San Angelo, Texas +0.48705 gsa_html_5262754204 gsa_html_5262754204:296:35665:35670 Stump Lajitas, Texas +0.50933 jgeology_html_8064855537 jgeology_html_8064855537:1109:68307:68325 Dakota Colorado +0.501557 sedimentology_html_9410532865 sedimentology_html_9410532865:201:16747:16807 Green River Cheyenne, Wyoming +0.252003 aapg_ai_772.html aapg_ai_772.html:8:1512:1522 Santa Cruz Guatemala +0.504928 gsa_html_4071231613 gsa_html_4071231613:1026:103728:103734 Oregon Boise, Idaho +0.26673 geology_html_2132302312 geology_html_2132302312:337:25191:25199 Columbia Victoria, British Columbia +0.462031 aapg_af_663.html aapg_af_663.html:831:78498:78504 Pawnee Lafayette County, Florida +0.470733 cspg_html_8988872363 cspg_html_8988872363:113:16736:16754 Heiberg Ellesmere Island +0.245388 geology_html_8813860602 geology_html_8813860602:58:5118:5126 Colorado Denver +0.476933 aapg_aa_144.html aapg_aa_144.html:156:16265:16275 Kinderhook Meramec River +0.493115 gsa_html_5158209975 gsa_html_5158209975:1226:97410:97438 Green River New Mexico +0.354036 aapg_aa_94.html aapg_aa_94.html:46:4272:4279 Wasatch Wasatch Range +0.26061 palaios_html_3105248303 palaios_html_3105248303:524:53126:53140 Kope Netherlands +0.481206 cspg_html_9433421219 cspg_html_9433421219:286:25711:25729 Eastend Regina, Saskatchewan +0.459828 aapg_ad_272.html aapg_ad_272.html:381:52647:52654 Yucatan Mexico +0.486303 cspg_html_4450068317 cspg_html_4450068317:520:63549:63566 Chadron White River (Washington) +0.264171 aapg_ae_70.html aapg_ae_70.html:98:11190:11196 Maroon Glenwood Springs, Colorado +0.265221 aapg_ac_253.html aapg_ac_253.html:471:57876:57884 Sallisaw Frisco, Texas +0.499988 gsa_html_3148447507 gsa_html_3148447507:70:5666:5694 Green River New Mexico +0.498486 cspg_html_3097746547 cspg_html_3097746547:39:6146:6164 Cummings Lacombe, Alberta +0.29754 aapg_aa_844.html aapg_aa_844.html:295:30907:30910 Elk Chemung, New York +0.258 aapg_ae_959.html aapg_ae_959.html:2094:150225:150244 Carlsbad El Capitan +0.259077 gsa_html_5773604426 gsa_html_5773604426:559:47063:47087 Wilcox Middle East +0.251 sedimentology_html_6615672773 sedimentology_html_6615672773:926:52715:52719 Hall London, Ontario +0.253482 geology_html_3621264536 geology_html_3621264536:101:7430:7445 Beaufort South Africa +0.49305 sedimentology_html_2817567996 sedimentology_html_2817567996:1460:96101:96129 Lockatong Closter, New Jersey +0.244961 aapg_ai_593.html aapg_ai_593.html:1319:142064:142070 Walnut Goodland, Kansas +0.261057 cspg_html_8740534160 cspg_html_8740534160:185:24088:24106 Badshot Selkirk Mountains +0.482377 palaios_html_1834763898 palaios_html_1834763898:227:25201:25210 Salt Lake Pyramid Lake (California) +0.518976 aapg_ac_841.html aapg_ac_841.html:694:75296:75318 Todos Santos Honduras +0.481525 sedimentology_html_3965291962 sedimentology_html_3965291962:904:55769:55786 Wasatch Spain +0.488474 aapg_aa_465.html aapg_aa_465.html:133:23818:23838 Eagle Buda, Texas +0.488735 gsa_html_2832151886 gsa_html_2832151886:191:13532:13555 Belle Fourche Lacombe, Alberta +0.429896 cspg_html_3104351736 cspg_html_3104351736:33:4518:4526 Foremost Regina, Saskatchewan +0.656574 cspg_html_2546442054 cspg_html_2546442054:54:8297:8314 Bearpaw Drumheller +0.24947 cspg_html_4727171280 cspg_html_4727171280:6:360:368 Edmonton Lacombe, Alberta +0.253512 geology_html_7791742275 geology_html_7791742275:23:1793:1803 Washington Salem, Oregon +0.503685 cspg_html_4516258038 cspg_html_4516258038:91:11275:11294 Thumb Mountain Middle Ordovician +0.25542 gsa_html_1696491423 gsa_html_1696491423:316:21254:21263 Peninsula Baja California peninsula +0.252865 cspg_html_7117661916 cspg_html_7117661916:170:16799:16805 Shunda Lacombe, Alberta +0.379476 aapg_aa_381.html aapg_aa_381.html:61:7748:7773 Santa Margarita Rancho Santa Margarita, California +0.242824 cspg_html_5973552270 cspg_html_5973552270:57:7923:7933 Swan Hills Swan Hill, Victoria +0.467055 aapg_ai_947.html aapg_ai_947.html:427:67167:67175 Colorado Denver +0.474122 aapg_aa_803.html aapg_aa_803.html:292:37848:37865 Minturn Eagle County, Colorado +0.272824 aapg_aa_245.html aapg_aa_245.html:295:28590:28606 Arkona Ontario, California +0.24544 aapg_ad_919.html aapg_ad_919.html:61:6314:6334 Lakota Cheyenne, Wyoming +0.420462 aapg_ai_28.html aapg_ai_28.html:256:23344:23350 Lissie West Texas +0.46233 aapg_aa_643.html aapg_aa_643.html:252:27534:27543 Knoxville Great Valley, New York +0.253009 gsa_html_4650354985 gsa_html_4650354985:1004:84533:84541 Colorado New Mexico +0.487786 aapg_ah_889.html aapg_ah_889.html:7:684:697 Barnett Texas +0.267806 gsa_html_8951179545 gsa_html_8951179545:466:57909:57921 Wilcox Sierra Nevada (Spain) +0.483395 cspg_html_7434089303 cspg_html_7434089303:231:29477:29496 Irene Maysville, Kentucky +0.260051 cspg_html_6953218740 cspg_html_6953218740:16:2137:2145 Columbia Lacombe, Alberta +0.267273 gsa_html_3289445934 gsa_html_3289445934:374:35856:35860 Bond Earth +0.254007 aapg_aa_624.html aapg_aa_624.html:378:35370:35376 Keokuk Illinois +0.491748 aapg_ah_972.html aapg_ah_972.html:29:3428:3436 Rockland Neches, Texas +0.847318 aapg_ai_81.html aapg_ai_81.html:95:10332:10340 Catskill Delaware River +0.498597 gsa_html_6491840124 gsa_html_6491840124:1033:83524:83533 Pocatello Boise, Idaho +0.27401 gsa_html_3445493534 gsa_html_3445493534:667:70620:70638 Monterey California +0.373791 aapg_ai_583.html aapg_ai_583.html:559:72035:72042 Rierdon Cheyenne, Wyoming +0.4636 aapg_aa_4.html aapg_aa_4.html:296:40045:40061 Sonyea Middlesex +0.48433 sedimentology_html_9793182930 sedimentology_html_9793182930:160:17937:17944 Gateway Colorado +0.27092 aapg_af_142.html aapg_af_142.html:229:29043:29065 Cotton Valley Alabama +0.484746 cspg_html_3550853247 cspg_html_3550853247:26:3040:3048 Frontier Regina, Saskatchewan +0.274032 aapg_ae_315.html aapg_ae_315.html:7:1584:1605 Platteville Decorah, Iowa +0.264171 AMJC_html_8619525948 AMJC_html_8619525948:71:9368:9386 Wamsutta Newport, Rhode Island +0.485572 aapg_ae_295.html aapg_ae_295.html:225:25534:25551 Carrizo Carrizo Plain +0.250428 gsa_html_2832151886 gsa_html_2832151886:317:24407:24415 Columbia Lacombe, Alberta +0.277704 aapg_ai_4.html aapg_ai_4.html:3:306:314 Monterey California +0.251715 aapg_aa_23.html aapg_aa_23.html:911:119005:119014 Interlake Manitoba +0.710918 AMJC_html_6156518485 AMJC_html_6156518485:606:69958:69975 Revett Boise, Idaho +0.262808 aapg_ae_73.html aapg_ae_73.html:388:50691:50698 Entrada New Mexico +0.262566 aapg_ai_158.html aapg_ai_158.html:13:1865:1873 Columbia Victoria, British Columbia +0.25284 cspg_html_4937997995 cspg_html_4937997995:791:73590:73615 Red Head Rapids Churchill River (Atlantic) +0.480636 aapg_ae_181.html aapg_ae_181.html:125:18515:18524 Blufftown Stewart County, Tennessee +0.272976 aapg_ae_329.html aapg_ae_329.html:159:16746:16764 Dunvegan Lacombe, Alberta +0.468796 aapg_ae_370.html aapg_ae_370.html:421:38785:38801 Keasey Durham, North Carolina +0.500409 aapg_ad_880.html aapg_ad_880.html:620:59291:59309 Sundance Black Hills +0.260091 gsa_html_7808051457 gsa_html_7808051457:742:74783:74801 Manitou Colorado +0.388815 cspg_html_1639841815 cspg_html_1639841815:56:3011:3018 Gateway Elko, Nevada +0.47322 AMJC_html_7144941731 AMJC_html_7144941731:502:51799:51815 Weaverville California +0.508642 gsa_html_9119115438 gsa_html_9119115438:448:49915:49924 Pocatello Boise, Idaho +0.268272 aapg_ae_454.html aapg_ae_454.html:555:50433:50440 Hosston Ellis County, Kansas +0.255915 gsa_html_4432793908 gsa_html_4432793908:711:80759:80792 Sheep Pass Sevier orogeny +0.248976 gsa_html_6317284187 gsa_html_6317284187:729:65191:65198 Shuswap Victoria, British Columbia +0.395626 aapg_ac_59.html aapg_ac_59.html:303:37911:37935 Mission Valley San Diego +0.499905 aapg_af_727.html aapg_af_727.html:141:16605:16632 White River Chadron, Nebraska +0.264196 AMJC_html_7141186441 AMJC_html_7141186441:111:15672:15693 Wind River Fort Union Trading Post National Historic Site +0.484188 aapg_ah_160.html aapg_ah_160.html:52:8151:8163 Salina Michigan +0.504 cspg_html_6702053097 cspg_html_6702053097:409:45947:45965 Beekmantown Quebec City +0.2555 sedimentology_html_3006596207 sedimentology_html_3006596207:22:1492:1502 Long Point Canada +0.45738 aapg_af_785.html aapg_af_785.html:233:22122:22128 Sparta Charlotte, North Carolina +0.49152 gsa_html_3289054608 gsa_html_3289054608:655:90944:90954 Rancheria Adelaide +0.47124 aapg_ai_28.html aapg_ai_28.html:35:3159:3177 Lagarto Beaumont, Texas +0.465085 aapg_ac_345.html aapg_ac_345.html:12:1950:1958 Woodford West, Texas +0.50721 aapg_ac_385.html aapg_ac_385.html:235:23354:23359 Provo Ohio +0.503286 aapg_ai_326.html aapg_ai_326.html:244:30219:30230 Port Jervis Monterey, California +0.484295 cspg_html_6712217582 cspg_html_6712217582:7:625:634 Whirlpool Manitoulin Island +0.268324 cspg_html_4392308496 cspg_html_4392308496:102:18071:18087 Cumberland Quebec City +0.5236 aapg_ah_203.html aapg_ah_203.html:543:88554:88572 Morrison Cabuyao, Laguna +0.468796 cspg_html_4270552951 cspg_html_4270552951:101:15124:15129 Yukon Canada +0.267794 aapg_aa_995.html aapg_aa_995.html:28:3213:3221 Colorado Denver +0.241868 jgeology_html_6044107316 jgeology_html_6044107316:733:53689:53706 Traveler Rhyolite Portland, Maine +0.497202 AMJC_html_2829615437 AMJC_html_2829615437:130:19036:19056 Washington Pennsylvania +0.491202 cspg_html_9717154602 cspg_html_9717154602:172:23910:23927 Bearpaw Saskatchewan River +0.358902 palaios_html_9886618772 palaios_html_9886618772:16:747:772 Byram Mississippi River +0.47672 aapg_ae_315.html aapg_ae_315.html:3:161:173 Quimbys Mill Platteville, Colorado +0.246954 palaios_html_3028956190 palaios_html_3028956190:66:6776:6799 Blue Mountain Ontario, California +0.263682 aapg_ac_200.html aapg_ac_200.html:485:45413:45420 Wasatch Cheyenne, Wyoming +0.488474 palaios_html_6527599394 palaios_html_6527599394:405:50286:50290 Hall London, Ontario +0.498905 gsa_html_3445493534 gsa_html_3445493534:812:82192:82220 Green River New Mexico +0.255021 cspg_html_2175627313 cspg_html_2175627313:8:589:606 Montney Victoria, British Columbia +0.250857 cspg_html_1058139432 cspg_html_1058139432:541:70978:70994 Viking Lacombe, Alberta +0.490116 aapg_ah_536.html aapg_ah_536.html:564:74575:74587 Mooringsport Shreveport, Louisiana +0.240856 aapg_ai_346.html aapg_ai_346.html:102:12600:12620 Brownsport Knoxville, Tennessee +0.493735 cspg_html_6014123208 cspg_html_6014123208:610:67309:67317 Columbia Victoria, British Columbia +0.488188 aapg_ai_44.html aapg_ai_44.html:145:22547:22553 Sierra Colombia +0.473185 jgeology_html_7554381863 jgeology_html_7554381863:372:20341:20353 Medicine Hat Cheyenne, Wyoming +0.267253 aapg_ac_408.html aapg_ac_408.html:133:14978:14984 Laredo County Sligo +0.51251 cspg_html_6566356550 cspg_html_6566356550:170:25197:25218 Blind Fiord China +0.4902 cspg_html_2873888604 cspg_html_2873888604:265:40475:40483 Columbia Victoria, British Columbia +0.240885 aapg_ac_719.html aapg_ac_719.html:86:8940:8945 Raton New Mexico +0.503382 gsa_html_9755702281 gsa_html_9755702281:11:604:617 Santa Barbara California +0.527176 aapg_ad_3.html aapg_ad_3.html:688:64078:64098 Beekmantown Lowville (town), New York +0.25956 aapg_ac_730.html aapg_ac_730.html:233:32485:32491 Salina Kayenta, Arizona +0.25029 aapg_ac_71.html aapg_ac_71.html:3:314:331 Dunlap Reno, Nevada +0.495876 gsa_html_1538083661 gsa_html_1538083661:75:5978:6006 Green River Colorado +0.261522 sedimentology_html_6204427848 sedimentology_html_6204427848:1253:58559:58563 Dean Texas +0.462031 aapg_ae_805.html aapg_ae_805.html:417:50021:50028 Hermosa Colorado +0.511884 sedimentology_html_1046729113 sedimentology_html_1046729113:1184:105772:105790 Dunvegan Lacombe, Alberta +0.248502 palaios_html_8505514256 palaios_html_8505514256:322:36579:36602 Fort Thompson Melbourne, Florida +0.2688 geology_html_4052445617 geology_html_4052445617:34:2782:2790 Columbia Victoria, British Columbia +0.500456 aapg_ae_923.html aapg_ae_923.html:175:10811:10817 Brazil The Carolinas +0.259408 aapg_ac_126.html aapg_ac_126.html:227:34752:34774 Haynesville Haynesville, Louisiana +0.281274 aapg_af_773.html aapg_af_773.html:331:36749:36770 Green River Colorado +0.491454 AMJC_html_6759408618 AMJC_html_6759408618:385:39761:39780 Myerstown Dauphin, Pennsylvania +0.858753 aapg_aa_23.html aapg_aa_23.html:3:454:479 Stony Mountain Manitoba +0.500494 gsa_html_2419554486 gsa_html_2419554486:29:2796:2824 Green River Colorado +0.46706 geology_html_6221496080 geology_html_6221496080:13:658:666 Colorado Colorado +0.280875 cspg_html_4272664788 cspg_html_4272664788:209:27511:27517 Shunda Elkton, Kentucky +0.470934 aapg_ah_417.html aapg_ah_417.html:3:194:212 Foremost Lacombe, Alberta +0.676368 aapg_aa_37.html aapg_aa_37.html:327:40652:40672 Phosphoria Logan, Utah +0.485556 gsa_html_8003826422 gsa_html_8003826422:500:51558:51564 Antler California +0.46134 geology_html_6269342055 geology_html_6269342055:258:23775:23782 Madison Canada +0.48783 cspg_html_1503116552 cspg_html_1503116552:1025:150238:150264 Beaverhill Swan Hill, Victoria +0.480508 cspg_html_7403344526 cspg_html_7403344526:518:50891:50908 Cardium Lacombe, Alberta +0.491526 geology_html_7473743635 geology_html_7473743635:268:25046:25054 Edmonton Lacombe, Alberta +0.266532 geology_html_6674220555 geology_html_6674220555:111:11996:12006 Rio Grande New Mexico +0.26571 aapg_ad_145.html aapg_ad_145.html:105:9387:9393 Lisbon Hermosa, Chicago +0.47785 gsa_html_5081991493 gsa_html_5081991493:1050:83451:83466 Uinta Uintah, Utah +0.483041 aapg_ac_451.html aapg_ac_451.html:549:57401:57433 West Foreland Cook Inlet +0.23613 AMJC_html_9749062244 AMJC_html_9749062244:651:65305:65313 Colorado San Joaquin River +0.254016 gsa_html_5952049575 gsa_html_5952049575:67:7012:7042 Fort Union Wasatch Range +0.263165 gsa_html_5107598462 gsa_html_5107598462:249:22670:22678 Onondaga Onondaga (tribe) +0.256486 aapg_ac_313.html aapg_ac_313.html:456:51410:51421 Toledo Belize +0.269878 aapg_ai_846.html aapg_ai_846.html:88:11947:11955 Beaumont Texas +0.254518 aapg_ai_615.html aapg_ai_615.html:217:26690:26713 Brushy Canyon Texas +0.664356 cspg_html_7225688145 cspg_html_7225688145:621:61899:61903 Rome Knoxville, Tennessee +0.25026 aapg_ai_51.html aapg_ai_51.html:9:1799:1814 Bluff Alabama +0.256032 aapg_ah_464.html aapg_ah_464.html:13:2036:2045 Allegheny Carbondale, Pennsylvania +0.265176 aapg_af_615.html aapg_af_615.html:44:4675:4679 Frio Corpus Christi, Texas +0.49852 aapg_ai_975.html aapg_ai_975.html:672:57761:57791 Glen Rose Coahuila +0.478536 cspg_html_5295390542 cspg_html_5295390542:157:21391:21413 Charlie Lake Lacombe, Alberta +0.25296 AMJC_html_6935322269 AMJC_html_6935322269:913:89362:89371 Harp Lake Canada +0.49495 aapg_aa_123.html aapg_aa_123.html:57:6661:6680 Grayling Victoria, British Columbia +0.257983 aapg_ah_372.html aapg_ah_372.html:177:16274:16280 Midway Alabama +0.25551 cspg_html_4272664788 cspg_html_4272664788:460:50081:50093 Rundle Victoria, British Columbia +0.249 aapg_ah_776.html aapg_ah_776.html:216:18265:18280 Queen Texas +0.50128 aapg_ad_715.html aapg_ad_715.html:268:34065:34071 Wewoka Kansas City, Kansas +0.494769 aapg_ae_993.html aapg_ae_993.html:570:59952:59960 Birdbear Cheyenne, Wyoming +0.501072 aapg_ae_223.html aapg_ae_223.html:407:49295:49314 Mesaverde Niobrara, Nebraska +0.2667 cspg_html_9768299963 cspg_html_9768299963:222:24120:24138 Dunvegan Western Canadian Sedimentary Basin +0.263168 gsa_html_9152662653 gsa_html_9152662653:23:1381:1391 Sykesville Potomac River +0.249498 aapg_af_859.html aapg_af_859.html:18:2881:2887 Lissie Beaumont, Texas +0.261117 gsa_html_1254347878 gsa_html_1254347878:861:86728:86749 Sheppard Canada +0.23533 gsa_html_1783148177 gsa_html_1783148177:76:8185:8209 Mt Lytton California +0.257 cspg_html_9867937846 cspg_html_9867937846:258:36883:36900 Cardium Lacombe, Alberta +0.262973 palaios_html_7805951959 palaios_html_7805951959:33:3316:3340 Cantwell Anchorage, Alaska +0.779935 gsa_html_5955392368 gsa_html_5955392368:12:475:487 Rhode Island Lanzhou Airport +0.446106 cspg_html_1188455526 cspg_html_1188455526:112:18627:18652 Esayoo Melville Island (Canada) +0.246753 aapg_ac_719.html aapg_ac_719.html:89:9287:9304 Vermejo Trinidad and Tobago +0.455952 gsa_html_2610916974 gsa_html_2610916974:18:797:805 Colorado Denver +0.239956 sedimentology_html_1368355565 sedimentology_html_1368355565:119:13229:13235 Sonora Mexico +0.47094 aapg_af_633.html aapg_af_633.html:27:4408:4421 Nacatoch Texas +0.347802 aapg_ad_959.html aapg_ad_959.html:107:11088:11099 Clays Ferry Covington, Kentucky +0.489345 aapg_aa_44.html aapg_aa_44.html:125:14792:14800 Colorado Logan, Utah +0.486244 palaios_html_2221534395 palaios_html_2221534395:402:46204:46208 Kope Bellevue Hospital Center +0.263626 cspg_html_5450075884 cspg_html_5450075884:7:838:856 Dunvegan Colorado +0.479245 cspg_html_3447886929 cspg_html_3447886929:637:74443:74469 Windsor Sydney Basin +0.49087 gsa_html_8881958017 gsa_html_8881958017:342:36147:36155 Columbia Victoria, British Columbia +0.47991 gsa_html_6317284187 gsa_html_6317284187:891:75784:75812 Green River Colorado +0.39368 aapg_ad_800.html aapg_ad_800.html:98:11113:11118 Eutaw Mississippi River +0.526221 palaios_html_8113714689 palaios_html_8113714689:440:44166:44172 Denver Colorado +0.273465 aapg_af_792.html aapg_af_792.html:61:7699:7712 Woodbine East Texas +0.85173 aapg_ah_357.html aapg_ah_357.html:103:8790:8799 Vicksburg Hidalgo County, New Mexico +0.49329 aapg_ai_49.html aapg_ai_49.html:811:102978:102986 Cloverly Black Hills +0.249471 aapg_ae_884.html aapg_ae_884.html:493:57818:57826 Colorado Telluride, Colorado +0.248965 aapg_ai_509.html aapg_ai_509.html:161:14964:14969 Boggy Texas +0.480816 aapg_ae_682.html aapg_ae_682.html:813:95694:95702 Colorado Denver +0.267674 aapg_ac_785.html aapg_ac_785.html:43:8574:8584 Fort Worth Texas +0.50648 aapg_ah_329.html aapg_ah_329.html:232:21982:21990 Monterey Santa Maria, California +0.688905 gsa_html_2324818064 gsa_html_2324818064:91:10256:10267 Lamar River Yellowstone River +0.259065 aapg_ak_15.html aapg_ak_15.html:637:85829:85838 Athabasca Lacombe, Alberta +0.45299 aapg_ah_722.html aapg_ah_722.html:149:21135:21143 Colorado Mexico +0.253967 cspg_html_6116883777 cspg_html_6116883777:1251:175064:175076 Barlow Inlet Ellesmere Island +0.698355 aapg_af_854.html aapg_af_854.html:625:86469:86485 Warsaw Iowa +0.48495 aapg_ad_68.html aapg_ad_68.html:188:11300:11316 Pottsville Curlew, Washington +0.501557 gsa_html_7851426034 gsa_html_7851426034:29:2796:2824 Green River Colorado +0.252266 aapg_ac_577.html aapg_ac_577.html:23:4033:4039 Denver Colorado +0.885472 aapg_ac_313.html aapg_ac_313.html:146:18082:18097 Macal Belize +0.245 cspg_html_3854139935 cspg_html_3854139935:63:9700:9710 Milk River Judith River Formation +0.495281 cspg_html_9689514766 cspg_html_9689514766:824:104801:104812 Beekmantown Middle Ordovician +0.249444 gsa_html_6105070212 gsa_html_6105070212:474:55061:55072 San Antonio Anchorage, Alaska +0.39886 aapg_ai_7.html aapg_ai_7.html:160:13062:13068 Reklaw East Texas +0.50668 sedimentology_html_9059871566 sedimentology_html_9059871566:1323:75302:75319 Kayenta Logan, Utah +0.262314 aapg_ac_983.html aapg_ac_983.html:379:60060:60073 Chanute Raytown, Missouri +0.355524 palaios_html_8931934490 palaios_html_8931934490:606:45016:45025 Northview Missouri River +0.495281 aapg_ai_838.html aapg_ai_838.html:120:23005:23031 Haynesville Cotton Valley, Louisiana +0.25398 palaios_html_7765531315 palaios_html_7765531315:459:50470:50504 Noonday Dolomite California +0.476623 aapg_af_162.html aapg_af_162.html:119:10318:10326 Saratoga Howard County, Missouri +0.244769 gsa_html_2667366192 gsa_html_2667366192:162:15003:15015 Owens Valley Fish Lake Valley, Nevada +0.248122 cspg_html_4348111624 cspg_html_4348111624:264:38393:38415 Winnipegosis Regina, Saskatchewan +0.26214 aapg_aa_226.html aapg_aa_226.html:371:28047:28062 Eagle Atoka, Oklahoma +0.466932 gsa_html_9962225882 gsa_html_9962225882:720:61904:61910 Oregon Boise, Idaho +0.26553 gsa_html_2717448156 gsa_html_2717448156:819:88890:88895 Moyie Victoria, British Columbia +0.458146 aapg_ad_152.html aapg_ad_152.html:855:112322:112334 Carbon Ridge Reno, Nevada +0.473848 aapg_ae_180.html aapg_ae_180.html:92:11188:11196 Colorado Western world +0.496125 aapg_ae_161.html aapg_ae_161.html:178:20297:20310 Bearpaw Worland, Wyoming +0.264784 aapg_ac_126.html aapg_ac_126.html:187:27018:27035 Haynesville Haynesville, Louisiana +0.259077 cspg_html_7688587411 cspg_html_7688587411:251:26733:26741 Columbia Victoria, British Columbia +0.509952 gsa_html_2928898135 gsa_html_2928898135:32:2856:2884 Green River Colorado +0.25551 gsa_html_7012936645 gsa_html_7012936645:963:76102:76123 Black Cove Middle Ordovician +0.253575 aapg_ak_76.html aapg_ak_76.html:94:14088:14112 San Sebastian Lares, Puerto Rico +0.456319 aapg_ah_157.html aapg_ah_157.html:175:24143:24153 Ironton Ironton, Ohio +0.48132 jgeology_html_1095412310 jgeology_html_1095412310:138:7712:7720 Syracuse Hudson Valley +0.257514 palaios_html_5958626598 palaios_html_5958626598:33:3886:3915 Brassfield Ohio +0.4755 aapg_ad_740.html aapg_ad_740.html:16:2401:2407 Pueblo Walsenburg, Colorado +0.253532 cspg_html_7595517955 cspg_html_7595517955:522:54243:54258 Melville Island Canadian Arctic Archipelago +0.500316 aapg_ah_972.html aapg_ah_972.html:28:3245:3261 White Rock Houston County, Alabama +0.48636 gsa_html_9052101586 gsa_html_9052101586:512:63477:63488 Peoria Lake Michigan +0.248776 AMJC_html_9375684472 AMJC_html_9375684472:988:109757:109778 Green River Cheyenne, Wyoming +0.25957 sedimentology_html_9339358185 sedimentology_html_9339358185:27:2124:2131 Newport Biddeford, Maine +0.253847 aapg_ai_499.html aapg_ai_499.html:204:18264:18270 Dakota Cheyenne, Wyoming +0.48316 gsa_html_6914337916 gsa_html_6914337916:735:63119:63147 Green River Iran +0.28886 aapg_ah_645.html aapg_ah_645.html:527:64240:64247 Rierdon Williston, Vermont +0.283556 aapg_ah_83.html aapg_ah_83.html:289:35533:35545 Dakota Colorado +0.273004 cspg_html_3982722300 cspg_html_3982722300:166:22444:22452 Columbia Victoria, British Columbia +0.52542 aapg_aa_124.html aapg_aa_124.html:242:25325:25342 Fernie Kootenay River +0.472443 aapg_ah_264.html aapg_ah_264.html:8:932:949 Hanover Jamaica, Queens +0.489384 cspg_html_3501550466 cspg_html_3501550466:47:8682:8700 Grosmont Lacombe, Alberta +0.478956 aapg_ah_687.html aapg_ah_687.html:142:19858:19878 Clearwater Clearwater, Florida +0.457824 cspg_html_4385655879 cspg_html_4385655879:132:18400:18405 Nisku Calmar, Alberta +0.27873 aapg_ac_697.html aapg_ac_697.html:3:172:190 Morrison Cheyenne, Wyoming +0.501177 aapg_aa_775.html aapg_aa_775.html:42:3594:3598 Frio Oakville, California +0.466528 aapg_ac_375.html aapg_ac_375.html:539:54929:54945 Reforma Mexico +0.26312 gsa_html_8740218609 gsa_html_8740218609:1270:115967:115988 Martinsburg Pennsylvania +0.263105 aapg_ah_177.html aapg_ah_177.html:98:13551:13559 Kiamichi Austin, Chicago +0.2615 cspg_html_8362959053 cspg_html_8362959053:56:8456:8469 Mountain Park Lacombe, Alberta +0.259979 palaios_html_6100595217 palaios_html_6100595217:484:52556:52579 Moodys Branch Lisbon +0.77119 aapg_ac_451.html aapg_ac_451.html:687:69741:69760 Sterling Cook Inlet +0.24543 aapg_af_58.html aapg_af_58.html:103:6402:6408 Galena Colorado +0.48896 gsa_html_9286197547 gsa_html_9286197547:73:5498:5526 Green River Colorado +0.484059 gsa_html_5271677472 gsa_html_5271677472:289:18620:18648 Green River Colorado +0.254961 cspg_html_4694482219 cspg_html_4694482219:71:9060:9067 Bearpaw Edmonton, London +0.250992 aapg_ac_903.html aapg_ac_903.html:21:1948:1958 Washington Salem, Oregon +0.254478 gsa_html_8881958017 gsa_html_8881958017:18:1117:1127 Quesnellia Victoria, British Columbia +0.24304 jgeology_html_1659592707 jgeology_html_1659592707:1224:66067:66075 Colorado Cheyenne, Wyoming +0.281418 aapg_ah_646.html aapg_ah_646.html:142:17137:17153 Chinle Colorado +0.47282 gsa_html_2687257141 gsa_html_2687257141:34:2650:2658 Virginia Reston, Virginia +0.257839 AMJC_html_8196929284 AMJC_html_8196929284:833:73991:74004 Francis London, Ontario +0.462086 aapg_ad_427.html aapg_ad_427.html:7:767:773 Paluxy Rodessa, Louisiana +0.497175 gsa_html_8840132442 gsa_html_8840132442:949:92348:92365 Belly River Lacombe, Alberta +0.25347 gsa_html_4026604278 gsa_html_4026604278:498:65015:65042 Columbia Snake River Plain (ecoregion) +0.515307 aapg_af_494.html aapg_af_494.html:188:19948:19958 Boas River East Bay (San Francisco Bay Area) +0.25048 aapg_ah_705.html aapg_ah_705.html:113:16863:16869 Denver Colorado +0.494252 cspg_html_8334041965 cspg_html_8334041965:144:26063:26083 Whitehorse Calgary +0.452998 aapg_ac_497.html aapg_ac_497.html:50:4970:5004 Sadlerochit Prudhoe Bay Oil Field +0.4848 gsa_html_1860930948 gsa_html_1860930948:655:68817:68824 Laramie Cheyenne, Wyoming +0.259065 cspg_html_3783878189 cspg_html_3783878189:77:10547:10563 Husky Porcupine River (Ontario) +0.228806 cspg_html_8065532640 cspg_html_8065532640:172:21702:21720 Cadillac Prairie Creek, Arkansas +0.509467 gsa_html_7778996391 gsa_html_7778996391:1321:111285:111313 Green River Colorado +0.246973 geology_html_9203544566 geology_html_9203544566:11:466:479 Santa Barbara California +0.505575 aapg_ac_832.html aapg_ac_832.html:143:18050:18059 Red River New Mexico +0.247779 palaios_html_1018466366 palaios_html_1018466366:1592:140253:140276 Viking Canada +0.244528 cspg_html_8789242291 cspg_html_8789242291:170:23926:23944 Vanguard Regina, Saskatchewan +0.278663 palaios_html_2449649505 palaios_html_2449649505:636:67892:67908 Chinle Arizona +0.508383 gsa_html_8167853096 gsa_html_8167853096:76:6131:6159 Green River Colorado +0.248482 palaios_html_2994452429 palaios_html_2994452429:1713:144018:144033 Liard Victoria, British Columbia +0.268243 gsa_html_6985417117 gsa_html_6985417117:626:52878:52884 Cannon Michigan +0.491064 gsa_html_4287103765 gsa_html_4287103765:61:4014:4042 Green River Colorado +0.51896 sedimentology_html_6714245905 sedimentology_html_6714245905:161:16460:16484 Cedar Mountain Colorado +0.24393 gsa_html_4118838513 gsa_html_4118838513:616:60902:60920 Monterey California +0.360269 jgeology_html_9629010327 jgeology_html_9629010327:385:29912:29924 Owens Valley White Mountains (California) +0.24846 aapg_ai_919.html aapg_ai_919.html:380:69218:69229 Sadlerochit Anchorage, Alaska +0.262143 aapg_ai_136.html aapg_ai_136.html:154:11303:11321 Cotton Valley Lincoln Parish, Louisiana +0.4875 cspg_html_7182873498 cspg_html_7182873498:24:4210:4213 Une Canada +0.250158 cspg_html_7866293053 cspg_html_7866293053:264:29386:29409 Beaver Mines Clearwater, Florida +0.454476 cspg_html_7970178687 cspg_html_7970178687:35:4314:4322 Edmonton Calgary +0.238476 aapg_ai_970.html aapg_ai_970.html:83:10818:10822 Airy England +0.266532 aapg_ae_114.html aapg_ae_114.html:69:10785:10814 Raggedy Mountain Gabbro Wichita Mountains +0.264696 aapg_ac_807.html aapg_ac_807.html:553:54986:54994 Virginia Saint Petersburg +0.494758 aapg_ac_85.html aapg_ac_85.html:394:36351:36364 Turner Valley Lacombe, Alberta +0.489684 cspg_html_9947283670 cspg_html_9947283670:43:5740:5745 Utica Black River, Jamaica +0.260896 cspg_html_6331977039 cspg_html_6331977039:512:49990:50013 Baumann Fiord Ellesmere Island +0.250458 aapg_ai_688.html aapg_ai_688.html:390:42587:42599 Williamsport Salina, Kansas +0.863788 aapg_af_663.html aapg_af_663.html:194:22705:22727 Higginsville Missouri River +0.266716 sedimentology_html_2208426700 sedimentology_html_2208426700:877:42525:42551 Prairie Regina, Saskatchewan +0.26208 aapg_ac_730.html aapg_ac_730.html:58:8223:8232 Mesaverde Mesa, Arizona +0.703906 aapg_ac_150.html aapg_ac_150.html:72:15760:15776 Dakota Nebraska +0.448565 aapg_ad_2.html aapg_ad_2.html:828:117094:117114 Waynesboro Hagerstown, Maryland +0.269178 aapg_af_847.html aapg_af_847.html:229:27232:27237 Yegua Polk County, Florida +0.25584 cspg_html_3354282978 cspg_html_3354282978:666:83671:83703 Cooking Lake Canada +0.499149 palaios_html_4880574501 palaios_html_4880574501:41:4369:4383 Kope Netherlands +0.444624 aapg_aa_731.html aapg_aa_731.html:359:47495:47507 Wilcox Cotulla, Texas +0.679228 gsa_html_6982030333 gsa_html_6982030333:1161:108196:108204 John Day Salem, Oregon +0.4265 cspg_html_2490951833 cspg_html_2490951833:286:39488:39507 Waterways Swan Hill, Victoria +0.26 cspg_html_4498577775 cspg_html_4498577775:1081:84482:84506 Gog Lacombe, Alberta +0.493268 aapg_ae_73.html aapg_ae_73.html:771:103022:103030 Colorado Sangre de Cristo Range +0.468765 geology_html_4152410148 geology_html_4152410148:349:24399:24404 Lyell London, Ontario +0.242536 gsa_html_5274400800 gsa_html_5274400800:139:15172:15180 Colorado Denver +0.269312 aapg_ah_747.html aapg_ah_747.html:109:13297:13314 Wasatch Chinle Formation +0.514954 aapg_ah_753.html aapg_ah_753.html:301:47422:47429 Moncton Indian Mountain State Park +0.225018 aapg_ah_534.html aapg_ah_534.html:361:30539:30553 Onondaga Coaldale, Schuylkill County, Pennsylvania +0.480816 aapg_ai_469.html aapg_ai_469.html:419:49213:49227 Woodbend Edmonton, London +0.39696 cspg_html_4915680223 cspg_html_4915680223:76:8622:8641 Allen Bay Cape Cod +0.484848 aapg_ah_469.html aapg_ah_469.html:249:19530:19536 Midway Arkansas +0.499797 aapg_ae_233.html aapg_ae_233.html:49:6069:6079 Tuscaloosa Piedmont (United States) +0.262144 aapg_af_891.html aapg_af_891.html:46:4730:4739 Dog Creek San Angelo, Texas +0.252973 sedimentology_html_3071253237 sedimentology_html_3071253237:182:17981:17991 Santa Cruz California +0.504468 gsa_html_9893560710 gsa_html_9893560710:1130:99009:99037 Green River New Mexico +0.488379 cspg_html_9735723617 cspg_html_9735723617:2501:210651:210668 Mould Bay District Council of Franklin Harbour +0.531536 aapg_ah_344.html aapg_ah_344.html:245:27413:27434 Tuscaloosa Mississippi River +0.47941 palaios_html_7362419830 palaios_html_7362419830:43:4653:4672 Angostura Quito +0.254015 sedimentology_html_9290555224 sedimentology_html_9290555224:731:49848:49864 Cupido Mexico +0.457355 gsa_html_1119256423 gsa_html_1119256423:149:14646:14663 White River Colorado +0.489027 geology_html_9072961587 geology_html_9072961587:238:19937:19941 Bond North Atlantic Current +0.490633 cspg_html_9771826320 cspg_html_9771826320:1146:143965:143977 Devon Island Canadian Arctic Archipelago +0.717444 aapg_ac_363.html aapg_ac_363.html:610:66617:66632 Allegheny Huntington, West Virginia +0.249996 cspg_html_7872594630 cspg_html_7872594630:5:268:284 Howley Western Bay, Newfoundland and Labrador +0.251995 sedimentology_html_2359041650 sedimentology_html_2359041650:234:21457:21461 Open Gavdos +0.477603 geology_html_1703051515 geology_html_1703051515:16:1462:1469 Newport Salem, Oregon +0.467622 aapg_af_728.html aapg_af_728.html:587:61159:61165 Denver Colorado +0.94149 cspg_html_8089302449 cspg_html_8089302449:242:41020:41030 Dawson Bay Manitoba +0.49816 cspg_html_2419618566 cspg_html_2419618566:1071:114967:114977 Trout Lake Victoria, British Columbia +0.283316 AMJC_html_7100359452 AMJC_html_7100359452:13:710:720 Washington Washington (state) +0.516832 gsa_html_6046825134 gsa_html_6046825134:29:2796:2824 Green River Colorado +0.253456 aapg_ae_911.html aapg_ae_911.html:3:182:201 Morehouse Shreveport, Louisiana +0.256035 cspg_html_8312989046 cspg_html_8312989046:912:91241:91249 Columbia Victoria, British Columbia +0.483759 sedimentology_html_9436859013 sedimentology_html_9436859013:29:1781:1787 Guelph Auckland +0.264115 gsa_html_8725992131 gsa_html_8725992131:533:43349:43355 Oxford Richmond, California +0.495126 aapg_ac_473.html aapg_ac_473.html:314:43959:43969 Phosphoria Boise, Idaho +0.506782 aapg_ac_451.html aapg_ac_451.html:710:71085:71104 Matanuska Anchorage, Alaska +0.25048 aapg_af_154.html aapg_af_154.html:10:849:857 Saratoga Texas +0.469665 aapg_af_97.html aapg_af_97.html:103:12608:12614 Saluda Richmond, California +0.507465 aapg_af_880.html aapg_af_880.html:514:77331:77350 Minnelusa Des Moines, Washington +0.53253 aapg_ae_139.html aapg_ae_139.html:93:9537:9547 Fort Union Pinedale, California +0.278244 aapg_ad_659.html aapg_ad_659.html:112:15047:15059 Solor Church Iowa +0.47941 AMJC_html_5969956211 AMJC_html_5969956211:1522:180268:180276 Colorado Denver +0.507311 aapg_af_128.html aapg_af_128.html:486:43618:43637 Fountain North Park (Pittsburgh) +0.266255 geology_html_6186734946 geology_html_6186734946:134:16466:16473 Catoche Whitby, Ontario +0.457924 aapg_ah_505.html aapg_ah_505.html:1751:143324:143332 Colorado Davis, California +0.254961 AMJC_html_5471526645 AMJC_html_5471526645:439:60287:60298 Chopawamsic Piedmont (United States) +0.2565 AMJC_html_2228158963 AMJC_html_2228158963:167:21826:21838 Spring Point Portland, Oregon +0.484242 cspg_html_4543200943 cspg_html_4543200943:92:13909:13917 Columbia Pincher Creek, Alberta +0.244976 gsa_html_9303702379 gsa_html_9303702379:361:38667:38690 Sabana Grande Nicoya Peninsula +0.248776 jgeology_html_8926825380 jgeology_html_8926825380:611:43980:43989 Peninsula Korea +0.268203 AMJC_html_5435634257 AMJC_html_5435634257:347:40115:40131 Twitya China +0.246813 cspg_html_5995140321 cspg_html_5995140321:209:21588:21595 Madison Santa Cruz, California +0.25553 aapg_ad_214.html aapg_ad_214.html:242:22678:22692 Pico California +0.26565 aapg_ah_10.html aapg_ah_10.html:79:11664:11672 Monterey Western world +0.271405 cspg_html_1159794850 cspg_html_1159794850:162:24831:24846 Salina Salina, Kansas +0.252753 cspg_html_3804945581 cspg_html_3804945581:6:515:531 Horseshoe Canyon Woodlake, Texas +0.266175 aapg_aa_346.html aapg_aa_346.html:164:15831:15847 Laurel Chattanooga, Tennessee +0.484746 palaios_html_4648069609 palaios_html_4648069609:612:64723:64739 Arroyo Texas +0.489294 aapg_ad_152.html aapg_ad_152.html:1828:238591:238597 Kaibab Kaibab, Arizona +0.271416 sedimentology_html_1685838353 sedimentology_html_1685838353:122:10702:10724 Judith River Canada +0.462272 aapg_af_288.html aapg_af_288.html:104:12183:12199 Aleman New Mexico +0.247968 cspg_html_7409170811 cspg_html_7409170811:556:69818:69835 Madison Cheyenne, Wyoming +0.249158 aapg_ah_724.html aapg_ah_724.html:434:55363:55383 San Miguel Texas +0.850824 aapg_af_118.html aapg_af_118.html:147:13909:13915 Wilcox Texas +0.464646 aapg_ad_599.html aapg_ad_599.html:140:15703:15721 Shenango Indiana County, Pennsylvania +0.889824 aapg_ac_612.html aapg_ac_612.html:344:35028:35045 Entrada Colorado +0.26058 aapg_ae_473.html aapg_ae_473.html:14:2064:2070 Midway Halifax, West Yorkshire +0.488814 cspg_html_2184091860 cspg_html_2184091860:840:70945:70961 Table Head Middle Ordovician +0.493799 aapg_ah_105.html aapg_ah_105.html:47:7249:7257 Abo New Mexico +0.360855 gsa_html_3151431803 gsa_html_3151431803:157:20598:20615 Kayenta Colorado Plateau +0.258 sedimentology_html_5286674783 sedimentology_html_5286674783:146:11504:11510 Eugene Salem, Oregon +0.241775 cspg_html_1114211412 cspg_html_1114211412:86:12544:12561 Gething Lacombe, Alberta +0.469938 aapg_ae_45.html aapg_ae_45.html:731:74260:74280 Smackover Haynesville, Louisiana +0.481096 aapg_ad_659.html aapg_ad_659.html:88:11355:11363 Michigan Wisconsin +0.504468 gsa_html_2369908260 gsa_html_2369908260:1469:140680:140692 Owens Valley Mojave Desert +0.269232 aapg_ac_834.html aapg_ac_834.html:221:21178:21194 Dakota Black Hills +0.25382 gsa_html_2369908260 gsa_html_2369908260:920:90657:90679 Owens Valley California Water Wars +0.502758 aapg_ad_720.html aapg_ad_720.html:75:8284:8295 Abo New Mexico +0.264901 aapg_ae_74.html aapg_ae_74.html:401:37751:37759 Moenkopi Logan, Utah +0.257045 sedimentology_html_5455387915 sedimentology_html_5455387915:28:1783:1793 Washington Seattle +0.2545 cspg_html_9290046117 cspg_html_9290046117:965:103590:103598 Columbia Victoria, British Columbia +0.48307 cspg_html_3709565413 cspg_html_3709565413:201:22627:22632 Logan Shark Bay +0.46893 AMJC_html_6460325105 AMJC_html_6460325105:571:65624:65628 Ione Great Valley, New York +0.252813 geology_html_8667067653 geology_html_8667067653:37:2353:2362 Eel River California +0.268155 cspg_html_6306091047 cspg_html_6306091047:206:29184:29192 Pardonet Victoria, British Columbia +0.48501 sedimentology_html_4367028918 sedimentology_html_4367028918:30:1772:1778 Oxford Germany +0.249494 cspg_html_1458415183 cspg_html_1458415183:5:183:200 Bluesky Lacombe, Alberta +0.249194 cspg_html_9683836416 cspg_html_9683836416:61:11120:11137 Bearpaw Lacombe, Alberta +0.249318 cspg_html_1347848644 cspg_html_1347848644:452:49871:49877 Moscow Russia +0.444564 aapg_ae_472.html aapg_ae_472.html:69:9948:9957 La Gloria Caribbean +0.668754 cspg_html_1188455526 cspg_html_1188455526:266:41281:41297 Kanguk Banks Island +0.463766 aapg_ai_857.html aapg_ai_857.html:224:34805:34810 Queen New Mexico +0.252374 aapg_ae_144.html aapg_ae_144.html:251:18156:18161 Queen Ottawa, Kansas +0.483492 gsa_html_7000644284 gsa_html_7000644284:30:2745:2773 Green River Colorado +0.246206 aapg_af_975.html aapg_af_975.html:124:20630:20638 Colorado Denver +0.26643 aapg_ae_803.html aapg_ae_803.html:519:63591:63608 Todos Santos Santa Rosa, California +0.255021 aapg_ac_333.html aapg_ac_333.html:120:15122:15136 Rico Logan, Utah +0.250498 aapg_af_59.html aapg_af_59.html:21:3054:3075 Ector Chalk Fannin County, Texas +0.268299 aapg_ac_841.html aapg_ac_841.html:237:30432:30454 Todos Santos Guatemala +0.502603 aapg_ah_647.html aapg_ah_647.html:22:2318:2322 Earp Naco, Sonora +0.93799 cspg_html_7970836465 cspg_html_7970836465:87:11387:11420 Chicotte Anticosti Island +0.48384 aapg_ad_604.html aapg_ad_604.html:153:16914:16930 Santa Clara Channel Islands of California +0.898655 cspg_html_6665051947 cspg_html_6665051947:539:50492:50508 Viking Lacombe, Alberta +0.255258 aapg_ad_567.html aapg_ad_567.html:112:20469:20487 Frontier Powder River Basin +0.496837 sedimentology_html_4121969043 sedimentology_html_4121969043:908:23842:23847 Uinta Logan, Utah +0.482532 gsa_html_9294895863 gsa_html_9294895863:72:5575:5603 Green River Colorado +0.254508 geology_html_7000342533 geology_html_7000342533:105:8861:8871 Whitehorse Yellowknife +0.476 cspg_html_9768299963 cspg_html_9768299963:242:28090:28108 Scollard Lacombe, Alberta +0.247996 aapg_ah_871.html aapg_ah_871.html:19:2847:2855 Montreal Montreal +0.855141 AMJC_html_6341723617 AMJC_html_6341723617:1105:92449:92470 Green River Colorado +0.475547 aapg_ad_466.html aapg_ad_466.html:750:81866:81878 Mount Laurel Chesapeake Bay +0.473184 aapg_ah_222.html aapg_ah_222.html:14:1348:1358 Washington Salem, Oregon +0.287175 aapg_af_631.html aapg_af_631.html:127:11257:11270 Tecovas Santa Rosa, California +0.915824 aapg_ad_808.html aapg_ad_808.html:1542:107361:107379 Frontier Cheyenne, Wyoming +0.268275 cspg_html_4495395109 cspg_html_4495395109:6:408:427 Frenchman Regina, Saskatchewan +0.26572 aapg_ae_72.html aapg_ae_72.html:123:13806:13819 Hermosa Atoka, Oklahoma +0.378729 gsa_html_4842463190 gsa_html_4842463190:9:334:354 Wenatchee Washington (state) +0.262063 cspg_html_9516677253 cspg_html_9516677253:25:3340:3347 Cardium Calgary +0.257 cspg_html_9214997177 cspg_html_9214997177:7:485:528 Prairie Regina, Saskatchewan +0.48762 gsa_html_9979192554 gsa_html_9979192554:1040:96481:96500 Okpikruak Anchorage, Alaska +0.244032 cspg_html_7988775280 cspg_html_7988775280:223:38694:38703 Athabasca Fort McMurray +0.245464 aapg_af_257.html aapg_af_257.html:231:22115:22121 Oxford England +0.265684 cspg_html_7182873498 cspg_html_7182873498:174:23463:23477 Salina Guelph +0.195734 aapg_ae_171.html aapg_ae_171.html:81:7624:7635 Skull Creek Denver +0.443001 aapg_ac_574.html aapg_ac_574.html:119:13534:13556 Horse Spring Reno, Nevada +0.269868 aapg_ai_583.html aapg_ai_583.html:489:61732:61749 Rierdon Powder River (Montana) +0.490356 cspg_html_6702053097 cspg_html_6702053097:418:47457:47480 Wallace Quebec City +0.509894 aapg_ah_430.html aapg_ah_430.html:198:14868:14889 Summerville Logan, Utah +0.25654 aapg_ad_800.html aapg_ad_800.html:127:14974:14990 Ripley Demopolis, Alabama +0.46752 cspg_html_4326384800 cspg_html_4326384800:995:145764:145775 Slave Point Lacombe, Alberta +0.249964 gsa_html_2989317971 gsa_html_2989317971:1160:115548:115554 Oregon Washington (state) +0.437076 aapg_aa_231.html aapg_aa_231.html:159:17233:17251 Niobrara Cheyenne, Wyoming +0.248901 gsa_html_2717448156 gsa_html_2717448156:633:62334:62353 Pocatello Boise, Idaho +0.239478 aapg_aa_731.html aapg_aa_731.html:301:39501:39522 Rockdale Mississippi River +0.48615 cspg_html_3026112034 cspg_html_3026112034:409:40032:40039 Wabamun Pine Brook, New Jersey +0.493914 aapg_ad_808.html aapg_ad_808.html:1544:107477:107497 Mesaverde Cheyenne, Wyoming +0.2465 aapg_ai_98.html aapg_ai_98.html:24:3053:3061 Billings Washington (state) +0.261121 aapg_ad_683.html aapg_ad_683.html:518:52257:52273 Kaibab San Rafael Swell +0.50232 aapg_ai_444.html aapg_ai_444.html:55:5800:5812 Fayetteville Boston Mountains +0.454804 palaios_html_6100595217 palaios_html_6100595217:62:6396:6412 Lisbon Alabama +0.490455 sedimentology_html_2912098544 sedimentology_html_2912098544:237:24673:24758 Chinle Canyonlands National Park +0.247266 aapg_ac_967.html aapg_ac_967.html:246:27807:27827 John Day Richmond, California +0.44055 aapg_ac_291.html aapg_ac_291.html:65:4861:4869 Virginia Virginia +0.469062 gsa_html_5627360957 gsa_html_5627360957:884:80020:80034 Troy Arizona +0.49536 gsa_html_3942625742 gsa_html_3942625742:608:51130:51136 Lisbon Charleston, South Carolina +0.255 aapg_ah_421.html aapg_ah_421.html:239:18949:18958 Fox Hills Lacombe, Alberta +0.468936 aapg_ai_572.html aapg_ai_572.html:30:4117:4124 Vamoosa Okfuskee County, Oklahoma +0.25338 aapg_ad_584.html aapg_ad_584.html:383:33816:33854 Cotton Valley Mississippi River +0.51039 aapg_aa_645.html aapg_aa_645.html:657:62132:62150 Morrison Colorado +0.264438 aapg_af_653.html aapg_af_653.html:283:30664:30672 Vaqueros California +0.489984 geology_html_3827859178 geology_html_3827859178:13:719:728 Rochester Rochester, Kent +0.462127 aapg_ae_66.html aapg_ae_66.html:265:26226:26233 Rierdon Cheyenne, Wyoming +0.24528 aapg_ah_329.html aapg_ah_329.html:617:62700:62711 Paso Robles Santa Maria, California +0.812436 aapg_ae_789.html aapg_ae_789.html:269:29864:29877 Wabamun Lacombe, Alberta +0.253009 gsa_html_6967102683 gsa_html_6967102683:617:55273:55281 Ladybird Washington (state) +0.470432 aapg_af_470.html aapg_af_470.html:197:21575:21595 Manning Canyon Cheyenne, Wyoming +0.2635 aapg_aa_192.html aapg_aa_192.html:586:63858:63884 Humboldt Reno, Nevada +0.477648 aapg_ac_333.html aapg_ac_333.html:610:74272:74279 Hermosa Supai, Arizona +0.349799 sedimentology_html_6473571818 sedimentology_html_6473571818:878:75799:75834 Kingston Peak California +0.375472 jgeology_html_6882545802 jgeology_html_6882545802:501:38982:39001 Fairview Ohio +0.4685 aapg_ah_779.html aapg_ah_779.html:185:33922:33930 Richmond Ohio +0.252396 aapg_ae_981.html aapg_ae_981.html:86:6551:6561 Bainbridge Bloomington, Indiana +0.251496 cspg_html_7817594878 cspg_html_7817594878:155:23804:23815 Fort Norman Mackenzie River +0.822616 cspg_html_9330018201 cspg_html_9330018201:150:22749:22765 Eager Cranbrook, British Columbia +0.504357 gsa_html_5329671609 gsa_html_5329671609:1251:101134:101162 Green River Colorado +0.252494 geology_html_2095984673 geology_html_2095984673:92:9729:9737 Columbia Victoria, British Columbia +0.26052 aapg_ah_532.html aapg_ah_532.html:7:801:822 Ouray Leadville, Colorado +0.232965 cspg_html_9023649778 cspg_html_9023649778:323:38502:38511 Doig Victoria, British Columbia +0.482532 gsa_html_4837287019 gsa_html_4837287019:430:38603:38613 Washington Salem, Oregon +0.457401 cspg_html_3041902517 cspg_html_3041902517:892:97550:97561 Blind Fiord Ellesmere Island +0.258516 aapg_ac_253.html aapg_ac_253.html:370:45991:45997 Frisco Frisco, Texas +0.24651 cspg_html_9725676031 cspg_html_9725676031:673:73035:73047 Hasler Victoria, British Columbia +0.474336 cspg_html_7602315496 cspg_html_7602315496:8:1064:1077 Bearpaw Milk River, Alberta +0.473031 cspg_html_3501550466 cspg_html_3501550466:60:10457:10477 Twin Falls Lacombe, Alberta +0.493152 aapg_aa_100.html aapg_aa_100.html:12:1475:1490 Deep Creek Ninilchik, Alaska +0.25296 gsa_html_5773604426 gsa_html_5773604426:16:686:692 Reston Virginia +0.500487 aapg_aa_644.html aapg_aa_644.html:533:48719:48737 Cloverly Cheyenne, Wyoming +0.91392 aapg_ah_871.html aapg_ah_871.html:461:50674:50681 Pamelia Montreal +0.25935 aapg_aa_546.html aapg_aa_546.html:66:6675:6681 Casper Cheyenne, Wyoming +0.235248 cspg_html_3772380029 cspg_html_3772380029:486:61605:61618 Caution Creek Churchill River (Atlantic) +0.480459 cspg_html_8818854104 cspg_html_8818854104:139:18289:18310 Nikanassin Kootenay River +0.255524 aapg_aa_654.html aapg_aa_654.html:216:33075:33089 Espiritu Santo Sangre de Cristo Range +0.243867 cspg_html_7799850124 cspg_html_7799850124:473:53251:53276 Swan Hills Swan Hill, Victoria +0.48306 aapg_ah_318.html aapg_ah_318.html:621:70101:70122 Eagle Shreveport, Louisiana +0.237069 aapg_aa_745.html aapg_aa_745.html:182:23834:23847 Brushy Canyon Spain +0.369316 aapg_ae_937.html aapg_ae_937.html:64:5967:5986 Smackover Alabama +0.254829 AMJC_html_8206209174 AMJC_html_8206209174:331:45575:45596 Gowganda Canada +0.489472 aapg_ae_736.html aapg_ae_736.html:592:65070:65074 Nome Seward, Alaska +0.47904 sedimentology_html_7298419341 sedimentology_html_7298419341:27:2062:2070 Edmonton Canada +0.254448 aapg_ai_255.html aapg_ai_255.html:271:39943:39963 Mill Creek Wabash County, Illinois +0.25653 geology_html_5638110690 geology_html_5638110690:212:19439:19449 Washington Richland, Washington +0.247 aapg_ad_721.html aapg_ad_721.html:567:53424:53441 Queen Artesia, New Mexico +0.247296 aapg_af_509.html aapg_af_509.html:321:37194:37202 Colorado Denver +0.246888 aapg_ah_370.html aapg_ah_370.html:5:581:591 Bell Rockport, Massachusetts +0.268536 aapg_ah_203.html aapg_ah_203.html:565:93126:93144 Morrison New Mexico +0.732876 aapg_ae_638.html aapg_ae_638.html:57:5283:5293 Fort Payne Monteagle, Tennessee +0.249428 cspg_html_9551573979 cspg_html_9551573979:62:9223:9280 Basal Lacombe, Alberta +0.238612 cspg_html_1065856149 cspg_html_1065856149:55:6410:6434 Bow Island Pine River (Michigan) +0.274052 gsa_html_5952049575 gsa_html_5952049575:212:24572:24589 Wasatch Fort Union Trading Post National Historic Site +0.2667 palaios_html_6453840623 palaios_html_6453840623:136:12546:12564 Catskill Pennsylvania +0.5016 geology_html_9498301644 geology_html_9498301644:257:25002:25012 Tuscaloosa Alabama +0.262654 aapg_ai_49.html aapg_ai_49.html:78:7934:7942 Quadrant Cheyenne, Wyoming +0.247504 sedimentology_html_3854944886 sedimentology_html_3854944886:732:24123:24127 Hall London, Ontario +0.277713 aapg_af_602.html aapg_af_602.html:149:18337:18358 Sweetland Creek Iowa +0.240408 gsa_html_8840132442 gsa_html_8840132442:1057:100180:100199 Crowsnest Lacombe, Alberta +0.26728 aapg_ah_647.html aapg_ah_647.html:810:87562:87577 Supai Des Moines, Washington +0.265224 sedimentology_html_8502352648 sedimentology_html_8502352648:1081:77676:77684 Columbia Victoria, British Columbia +0.473323 aapg_ah_283.html aapg_ah_283.html:143:15988:15995 Cowlitz Cowlitz River +0.501892 aapg_aa_732.html aapg_aa_732.html:204:26348:26376 Phosphoria Wisconsin +0.257 aapg_af_854.html aapg_af_854.html:1039:146326:146344 Golconda Kentucky +0.24948 geology_html_2350540763 geology_html_2350540763:237:20123:20131 Montreal Quebec City +0.25296 aapg_ah_820.html aapg_ah_820.html:189:16147:16171 Basal Cambridge +0.250228 cspg_html_9951421861 cspg_html_9951421861:12:1379:1388 Athabasca Clearwater, Florida +0.481428 AMJC_html_9705852531 AMJC_html_9705852531:566:50224:50232 Columbia China +0.260592 aapg_aa_288.html aapg_aa_288.html:72:8663:8674 Skull Creek Denver +0.490116 aapg_ac_807.html aapg_ac_807.html:308:31254:31261 Raritan Monmouth County, New Jersey +0.240825 cspg_html_7587979364 cspg_html_7587979364:767:53513:53535 Slave Point Swan Hill, Victoria +0.259408 aapg_ai_337.html aapg_ai_337.html:697:71710:71738 Prairie Regina, Saskatchewan +0.252296 gsa_html_7012936645 gsa_html_7012936645:198:22502:22531 Martinsburg Martinsburg, Nebraska +0.448625 aapg_ai_296.html aapg_ai_296.html:814:71706:71712 Denver Texas +0.859265 aapg_ai_49.html aapg_ai_49.html:314:39730:39743 Sundance Logan, Utah +0.246492 cspg_html_4834918660 cspg_html_4834918660:7:878:900 Grand Rapids Cordillera Administrative Region +0.267145 aapg_ac_484.html aapg_ac_484.html:460:54837:54858 Tyee California +0.23136 aapg_ak_59.html aapg_ak_59.html:1116:129342:129348 Denver Colorado +0.25553 AMJC_html_4692260170 AMJC_html_4692260170:82:9327:9338 Spider Lake Lake Memphremagog +0.497373 aapg_aa_784.html aapg_aa_784.html:167:21324:21331 Herring Alexandria, Virginia +0.4914 aapg_ah_214.html aapg_ah_214.html:269:33815:33827 Saskatchewan Lacombe, Alberta +0.2515 gsa_html_2240019054 gsa_html_2240019054:307:28964:28980 Laurentian Burnsville, Minnesota +0.505932 aapg_ad_466.html aapg_ad_466.html:66:6831:6838 Raritan Closter, New Jersey +0.26462 cspg_html_6143853630 cspg_html_6143853630:313:28660:28668 Columbia Victoria, British Columbia +0.261576 aapg_ai_935.html aapg_ai_935.html:44:7741:7745 Kent Orlando, Florida +0.481265 aapg_ai_183.html aapg_ai_183.html:240:21922:21934 Saskatchewan Lacombe, Alberta +0.25806 gsa_html_3696101390 gsa_html_3696101390:519:52540:52550 Washington North Cascades National Park +0.2626 cspg_html_8568877195 cspg_html_8568877195:449:67650:67672 Judith River Lacombe, Alberta +0.249494 sedimentology_html_5840027588 sedimentology_html_5840027588:94:10989:10997 Colorado Arizona +0.245016 cspg_html_6255491344 cspg_html_6255491344:140:19824:19839 Grassy Mountain Lacombe, Alberta +0.272259 aapg_ae_93.html aapg_ae_93.html:50:9055:9074 Crowsnest Lacombe, Alberta +0.493218 aapg_ae_188.html aapg_ae_188.html:120:7472:7478 Wilcox Seminole, Texas +0.25856 cspg_html_5501097280 cspg_html_5501097280:339:39409:39432 Gog Calgary +0.477582 aapg_ac_984.html aapg_ac_984.html:164:13752:13762 Ironton Galesville, Maryland +0.4872 aapg_ad_715.html aapg_ad_715.html:279:35459:35479 Deer Creek Texas +0.453924 aapg_ac_335.html aapg_ac_335.html:396:42327:42347 Brownsport Knoxville, Tennessee +0.48918 aapg_ad_167.html aapg_ad_167.html:82:11970:11984 Richmond Waynesville, North Carolina +0.255747 aapg_ai_975.html aapg_ai_975.html:904:73320:73338 Kiamichi Texas +0.465959 cspg_html_1763727002 cspg_html_1763727002:9:1125:1139 Doig Victoria, British Columbia +0.48042 cspg_html_2929384614 cspg_html_2929384614:165:19525:19543 Halfway Lacombe, Alberta +0.220611 jgeology_html_8355852976 jgeology_html_8355852976:308:27095:27103 Colorado Pueblo, Colorado +0.270878 aapg_ad_691.html aapg_ad_691.html:111:12878:12887 Red River Texas +0.279256 aapg_ad_940.html aapg_ad_940.html:314:31832:31851 Catahoula Shreveport, Louisiana +0.489005 gsa_html_2023933346 gsa_html_2023933346:992:93800:93819 Silverado California +0.66588 aapg_ac_301.html aapg_ac_301.html:302:35349:35367 Jefferson Boise, Idaho +0.48059 gsa_html_6628155416 gsa_html_6628155416:29:2796:2824 Green River New Mexico +0.413678 cspg_html_5955028331 cspg_html_5955028331:635:67395:67411 Viking Lacombe, Alberta +0.4815 geology_html_1026422575 geology_html_1026422575:273:22130:22137 Shields California +0.495471 aapg_ak_4.html aapg_ak_4.html:472:50220:50229 Ada Guayaquil +0.491064 gsa_html_7247424421 gsa_html_7247424421:29:2796:2824 Green River Colorado +0.362712 aapg_ad_466.html aapg_ad_466.html:1104:118506:118511 Aquia Chesapeake Bay +0.500944 cspg_html_7901910248 cspg_html_7901910248:48:6004:6010 Viking Powder River (Montana) +0.465689 aapg_aa_682.html aapg_aa_682.html:686:72579:72596 Topeka Topeka, Kansas +0.48984 AMJC_html_6341723617 AMJC_html_6341723617:1205:101195:101209 Elko Reno, Nevada +0.262546 aapg_ai_583.html aapg_ai_583.html:229:30029:30037 Sundance Black Hills +0.486095 aapg_aa_127.html aapg_aa_127.html:228:36853:36864 Bloomington Bloomington, Illinois +0.488652 aapg_ah_654.html aapg_ah_654.html:342:34125:34145 Chugwater Black Hills +0.529496 aapg_af_479.html aapg_af_479.html:4:505:525 Point Loma San Diego +0.242446 cspg_html_8568877195 cspg_html_8568877195:87:14085:14103 Foremost Lacombe, Alberta +0.452814 cspg_html_1336185084 cspg_html_1336185084:107:12548:12568 Clearwater Western world +0.267264 cspg_html_5754792643 cspg_html_5754792643:371:41515:41548 Gilwood Lacombe, Alberta +0.702144 aapg_ai_514.html aapg_ai_514.html:105:12585:12610 Duchesne River Uinta Mountains +0.480912 gsa_html_6143207195 gsa_html_6143207195:812:76259:76264 Logan Washington (state) +0.254 aapg_ah_785.html aapg_ah_785.html:22:3698:3721 Trail Reno, Nevada +0.88011 palaios_html_7769060899 palaios_html_7769060899:558:52529:52553 Cedar Mountain Logan, Utah +0.247324 gsa_html_2369540133 gsa_html_2369540133:758:64017:64021 Wise Melbourne, Florida +0.54579 aapg_af_298.html aapg_af_298.html:213:22730:22736 Warsaw Daviess County, Missouri +0.251955 aapg_ad_81.html aapg_ad_81.html:154:23520:23537 La Luna Venezuela +0.270578 palaios_html_2623118674 palaios_html_2623118674:171:19004:19014 North Horn North Horn Formation +0.830812 sedimentology_html_2865738906 sedimentology_html_2865738906:86:6996:7017 Lake Valley New Mexico +0.528316 aapg_ae_473.html aapg_ae_473.html:17:2303:2313 Tuscaloosa Selma to Montgomery marches +0.284994 aapg_ac_834.html aapg_ac_834.html:271:25420:25436 Inyan Kara Black Hills +0.256452 sedimentology_html_4372260172 sedimentology_html_4372260172:619:51677:51692 Mesaverde Colorado +0.248 geology_html_2144520947 geology_html_2144520947:11:563:574 San Antonio Texas +0.24157 aapg_af_23.html aapg_af_23.html:105:14888:14893 Eagle Western world +0.271906 palaios_html_3855840708 palaios_html_3855840708:243:21875:21891 Brule Chadron, Nebraska +0.852808 cspg_html_3447886929 cspg_html_3447886929:841:95783:95805 Boat Harbour Canada +0.506974 aapg_aa_78.html aapg_aa_78.html:179:12605:12643 Traverse Salina, Kansas +0.26928 palaios_html_5958626598 palaios_html_5958626598:486:42782:42802 Brassfield Cincinnati +0.259578 jgeology_html_3924418909 jgeology_html_3924418909:523:45599:45615 Navajo Logan, Utah +0.251496 cspg_html_9689514766 cspg_html_9689514766:763:93786:93794 Montreal Montreal +0.261632 sedimentology_html_9646603326 sedimentology_html_9646603326:82:7413:7419 Brazil Orinoco Delta +0.272964 aapg_ae_959.html aapg_ae_959.html:2297:163560:163567 Rustler Nashville Basin +0.513486 aapg_af_773.html aapg_af_773.html:3:415:436 Green River Cheyenne, Wyoming +0.229908 aapg_aa_698.html aapg_aa_698.html:221:20719:20731 Saskatchewan Lacombe, Alberta +0.46762 cspg_html_5973552270 cspg_html_5973552270:60:8429:8449 Swan Hills Swan Hill, Victoria +0.488898 aapg_af_614.html aapg_af_614.html:126:10501:10520 Smackover Lafayette County, Florida +0.506538 gsa_html_8152640301 gsa_html_8152640301:9:328:359 Naknek Talkeetna Mountains +0.222952 aapg_aa_23.html aapg_aa_23.html:13:2103:2123 Red River Manitoba +0.48177 geology_html_2782380458 geology_html_2782380458:240:22554:22560 Morgan Hawaii (island) +0.253206 cspg_html_2758185645 cspg_html_2758185645:420:42732:42742 Mount Head Lacombe, Alberta +0.259578 palaios_html_5444521865 palaios_html_5444521865:829:68919:68925 Sonora Sonora +0.453067 aapg_aa_426.html aapg_aa_426.html:242:54517:54531 Fredericksburg Pine Island (Lee County, Florida) +0.275504 gsa_html_3942625742 gsa_html_3942625742:272:23074:23086 Little River Metro Manila +0.489599 palaios_html_5582845937 palaios_html_5582845937:315:31732:31739 Hampton Virginia +0.24696 aapg_aa_415.html aapg_aa_415.html:247:33547:33553 Annona Clarksville, Tennessee +0.51254 aapg_ah_534.html aapg_ah_534.html:221:18119:18142 Trimmers Rock Delaware River +0.37536 cspg_html_5688447798 cspg_html_5688447798:135:18850:18870 Blue Fiord Ellesmere Island +0.279156 sedimentology_html_6282709960 sedimentology_html_6282709960:43:3537:3547 Washington Anchorage, Alaska +0.4883 aapg_ai_107.html aapg_ai_107.html:3:345:354 Smackover Bossier City, Louisiana +0.27092 aapg_ai_484.html aapg_ai_484.html:30:4294:4300 Paluxy Paluxy, Texas +0.50566 aapg_aa_372.html aapg_aa_372.html:125:13279:13297 Carlsbad Delaware +0.738988 aapg_ae_415.html aapg_ae_415.html:968:121682:121696 Paynes Hammock Mississippi River +0.48762 geology_html_5828016264 geology_html_5828016264:122:10907:10912 Bluff San Juan River (Nicaragua) +0.265584 palaios_html_6092480787 palaios_html_6092480787:478:52186:52192 Banner London, Ontario +0.492712 aapg_aa_415.html aapg_aa_415.html:43:5927:5935 Woodbine Buda, Texas +0.262135 cspg_html_8289943866 cspg_html_8289943866:10:1304:1312 Columbia Victoria, British Columbia +0.26765 cspg_html_5726581016 cspg_html_5726581016:444:54085:54091 Sustut Victoria, British Columbia +0.264052 aapg_ai_49.html aapg_ai_49.html:623:82209:82215 Kaibab Coconino County, Arizona +0.464852 aapg_ac_667.html aapg_ac_667.html:93:9210:9216 Howard Knox County, Illinois +0.48165 aapg_ah_540.html aapg_ah_540.html:622:56669:56676 Bedford Des Moines, Washington +0.477785 cspg_html_4280601527 cspg_html_4280601527:6:366:374 Columbia Golden, Colorado +0.456885 aapg_aa_399.html aapg_aa_399.html:136:9949:9963 Colorado Kootenay River +0.251955 sedimentology_html_9906287852 sedimentology_html_9906287852:418:38881:38909 Adaville Absaroka +0.49296 aapg_ai_784.html aapg_ai_784.html:3:333:341 Michigan Ohio +0.493268 gsa_html_2415293202 gsa_html_2415293202:610:49836:49840 Wise Earth +0.265167 aapg_ac_743.html aapg_ac_743.html:104:13887:13901 Boundary Creek Indian Creek, Florida +0.26724 aapg_ah_447.html aapg_ah_447.html:71:10321:10331 Rio Grande Nueces River +0.507105 aapg_ah_815.html aapg_ah_815.html:69:5303:5309 Paluxy Rodessa, Louisiana +0.669768 AMJC_html_6341723617 AMJC_html_6341723617:617:56193:56214 Green River Logan, Utah +0.261112 cspg_html_8374021012 cspg_html_8374021012:115:17971:17979 Columbia Victoria, British Columbia +0.492412 aapg_af_636.html aapg_af_636.html:403:47301:47307 Kindle Sellersburg, Indiana +0.256027 jgeology_html_8596065691 jgeology_html_8596065691:598:49936:49954 Arc Mexico +0.259045 palaios_html_6034217939 palaios_html_6034217939:640:56792:56800 Columbia Victoria, British Columbia +0.495804 cspg_html_5973552270 cspg_html_5973552270:61:8609:8620 Slave Point Swan Hill, Victoria +0.489658 geology_html_8196169061 geology_html_8196169061:112:12445:12464 Maccrady Texas +0.24633 aapg_ae_777.html aapg_ae_777.html:600:66973:66997 Arroyo Sangre de Cristo Range +0.456063 aapg_ae_876.html aapg_ae_876.html:28:3836:3852 Dakota Nebraska +0.26877 cspg_html_4132771434 cspg_html_4132771434:808:89385:89397 Granite Wash Lacombe, Alberta +0.45648 aapg_ah_435.html aapg_ah_435.html:614:65046:65056 Rio Grande Texas +0.47124 jgeology_html_4937430430 jgeology_html_4937430430:246:13588:13606 John Day Salem, Oregon +0.25351 aapg_ai_962.html aapg_ai_962.html:294:19497:19521 Cherry Canyon New Mexico +0.501804 aapg_ad_67.html aapg_ad_67.html:202:25990:25995 Yegua Shreveport, Louisiana +0.51039 aapg_ad_724.html aapg_ad_724.html:133:15261:15265 Yeso Sacramento, California +0.263133 cspg_html_4192729058 cspg_html_4192729058:60:7606:7630 Athabasca Lacombe, Alberta +0.67663 cspg_html_5538678223 cspg_html_5538678223:633:60401:60434 Pardonet Victoria, British Columbia +0.269325 aapg_aa_645.html aapg_aa_645.html:371:39922:39930 Kootenai Wood River (Oregon) +0.237744 aapg_ai_249.html aapg_ai_249.html:83:12798:12826 Chochal Santa Rosa, California +0.493296 aapg_ah_44.html aapg_ah_44.html:438:58817:58836 Elk Clearfield County, Pennsylvania +0.474628 sedimentology_html_3941612453 sedimentology_html_3941612453:27:2070:2080 Washington Seattle +0.506447 gsa_html_7012936645 gsa_html_7012936645:48:4666:4687 Martinsburg Martinsburg, Nebraska +0.248 cspg_html_7093237629 cspg_html_7093237629:131:19270:19282 Golden Spike Redwater, Texas +0.260554 cspg_html_4727171280 cspg_html_4727171280:55:5469:5487 Edmonton Edmonton, London +0.260608 aapg_ac_618.html aapg_ac_618.html:84:8382:8390 Wolfcamp Val Verde (fictional country) +0.25704 gsa_html_8003826422 gsa_html_8003826422:242:24776:24798 Hidden Valley Dolomite California +0.25755 cspg_html_6816410964 cspg_html_6816410964:17:3886:3894 Columbia Victoria, British Columbia +0.275028 aapg_ah_198.html aapg_ah_198.html:20:2331:2357 Monterey California +0.251446 aapg_ai_255.html aapg_ai_255.html:487:71646:71652 Guelph Guelph +0.241839 cspg_html_9354781888 cspg_html_9354781888:984:68541:68565 Amaranth Manitoba +0.243712 cspg_html_7799850124 cspg_html_7799850124:178:21615:21627 Cooking Lake Lacombe, Alberta +0.250488 aapg_ah_820.html aapg_ah_820.html:68:6323:6354 Basal Cambridge +0.500752 cspg_html_9717154602 cspg_html_9717154602:302:44846:44853 Bearpaw Regina, Saskatchewan +0.245232 cspg_html_6839937815 cspg_html_6839937815:217:30378:30386 Moenkopi Harrisburg, Pennsylvania +0.303987 aapg_aa_147.html aapg_aa_147.html:142:17507:17526 Stonewall Red River of the North +0.255811 aapg_ac_704.html aapg_ac_704.html:112:10284:10304 San Andres Texas +0.23814 aapg_af_877.html aapg_af_877.html:5:512:519 Cypress Bethel, Alaska +0.253506 cspg_html_3129231627 cspg_html_3129231627:139:19394:19406 Devon Island Middle Ordovician +0.26673 gsa_html_4605898629 gsa_html_4605898629:1297:108548:108553 Rapid China +0.256011 aapg_ae_923.html aapg_ae_923.html:54:4265:4275 Vincentown Closter, New Jersey +0.239932 aapg_af_670.html aapg_af_670.html:111:13942:13961 Lodgepole Ward County, North Dakota +0.495616 aapg_ah_132.html aapg_ah_132.html:151:11650:11659 Vicksburg Jefferson County, Colorado +0.253991 gsa_html_7248164569 gsa_html_7248164569:324:22424:22433 Peninsula Quebec City +0.26159 aapg_ah_506.html aapg_ah_506.html:143:14187:14205 Traverse Antrim, County Antrim +0.463204 cspg_html_3926542795 cspg_html_3926542795:69:11489:11514 Nisku Lacombe, Alberta +0.49632 aapg_ad_466.html aapg_ad_466.html:1347:144126:144133 Raritan Columbia District +0.470074 geology_html_1378183813 geology_html_1378183813:66:5008:5021 Santa Barbara Salem, Oregon +0.27454 aapg_ae_72.html aapg_ae_72.html:136:15763:15789 Pinkerton Trail Hermosa, Chicago +0.237168 aapg_ae_220.html aapg_ae_220.html:341:38853:38874 Fredericksburg Arkansas +0.26826 aapg_ad_457.html aapg_ad_457.html:793:63497:63509 Borden Bloomington, Indiana +0.247904 aapg_ai_695.html aapg_ai_695.html:18:1733:1747 Ingleside Bay, Arkansas +0.239424 aapg_ac_406.html aapg_ac_406.html:91:8402:8415 Cotton Valley Paluxy, Texas +0.470815 cspg_html_3465948096 cspg_html_3465948096:216:18584:18588 Open Bermuda +0.253008 cspg_html_3008414459 cspg_html_3008414459:57:8845:8860 Mt Lytton Middle East +0.26818 cspg_html_5849897642 cspg_html_5849897642:10:431:442 Fernie Elbow River +0.495954 aapg_ac_920.html aapg_ac_920.html:46:7481:7488 Oquirrh Oquirrh Mountain Utah Temple +0.260554 geology_html_2624273806 geology_html_2624273806:75:5965:5971 Oswego Juniata County School District +0.456354 cspg_html_2734588863 cspg_html_2734588863:18:2240:2261 Colorado Colorado +0.26364 cspg_html_4338314003 cspg_html_4338314003:476:50603:50620 Cardium Lacombe, Alberta +0.38743 aapg_ad_810.html aapg_ad_810.html:219:22539:22555 Moorefield Arkansas +0.255524 aapg_ae_715.html aapg_ae_715.html:522:68100:68115 Frio Beaumont, Texas +0.264554 palaios_html_7111318862 palaios_html_7111318862:1006:103506:103528 Judith River Lacombe, Alberta +0.260952 aapg_ad_283.html aapg_ad_283.html:98:11900:11920 San Andres Texas +0.237133 cspg_html_4374961624 cspg_html_4374961624:79:11712:11727 Snake Indian Mississippian culture +0.355023 palaios_html_7465495929 palaios_html_7465495929:313:22940:22957 La Luna Venezuela +0.287832 aapg_aa_857.html aapg_aa_857.html:78:7830:7857 Deadwood Williston, Vermont +0.265684 aapg_aa_357.html aapg_aa_357.html:368:34055:34071 Chinle Chinle Formation +0.261105 cspg_html_2976104632 cspg_html_2976104632:409:46990:47012 Swift Regina, Saskatchewan +0.69278 aapg_ad_542.html aapg_ad_542.html:86:12510:12527 Ankareh Logan, Utah +0.465856 aapg_ae_176.html aapg_ae_176.html:333:42323:42351 Colorado Western world +0.243972 geology_html_4664906472 geology_html_4664906472:265:24308:24315 Andrews Sweden +0.24892 aapg_ah_490.html aapg_ah_490.html:35:4417:4427 Minnekahta Cheyenne, Wyoming +0.43139 aapg_aa_544.html aapg_aa_544.html:155:21750:21758 Sundance Cheyenne, Wyoming +0.25653 aapg_ai_17.html aapg_ai_17.html:1443:101062:101081 Catahoula Hattiesburg, Mississippi +0.469752 aapg_af_896.html aapg_af_896.html:133:13275:13286 Lake Valley Santa Rita, New Mexico +0.252909 gsa_html_8735573394 gsa_html_8735573394:758:73460:73467 Oak Bay New Brunswick, New Jersey +0.282112 aapg_ae_419.html aapg_ae_419.html:222:28462:28470 Kiamichi Texas +0.488048 geology_html_3882764006 geology_html_3882764006:375:25524:25530 Oxford Earth +0.26159 aapg_aa_818.html aapg_aa_818.html:80:9476:9483 Oceanic Cameroon +0.49337 gsa_html_3677258183 gsa_html_3677258183:1421:126901:126915 Rockwell California +0.256522 aapg_af_861.html aapg_af_861.html:200:20062:20078 Wewoka Des Moines, Washington +0.484632 aapg_aa_158.html aapg_aa_158.html:333:28955:28987 Fountain Cheyenne, Wyoming +0.485586 cspg_html_8575889766 cspg_html_8575889766:76:8174:8193 Irene Ellesmere Island +0.496908 aapg_af_341.html aapg_af_341.html:269:35811:35830 Smackover Arkansas +0.262144 cspg_html_4796942391 cspg_html_4796942391:450:50070:50078 Columbia Lacombe, Alberta +0.273408 cspg_html_7409170811 cspg_html_7409170811:512:66990:67007 Exshaw Lacombe, Alberta +0.264115 aapg_ai_409.html aapg_ai_409.html:313:36232:36240 Woodbine Pine Island (Lee County, Florida) +0.355212 sedimentology_html_3751328128 sedimentology_html_3751328128:761:55706:55740 Neuville Quebec City +0.275621 aapg_ac_333.html aapg_ac_333.html:1141:135959:135969 San Andres New Mexico +0.270864 aapg_ai_924.html aapg_ai_924.html:71:11685:11709 Mission Canyon Texas +0.246945 sedimentology_html_9016561378 sedimentology_html_9016561378:721:62655:62665 Sunderland Cambridge, Massachusetts +0.494334 cspg_html_5484260516 cspg_html_5484260516:46:6436:6444 Columbia Lacombe, Alberta +0.25443 palaios_html_3825798781 palaios_html_3825798781:329:32016:32042 Horseshoe Canyon Lacombe, Alberta +0.383675 aapg_ah_779.html aapg_ah_779.html:402:74850:74861 Moose River Onondaga (tribe) +0.486536 gsa_html_9579641184 gsa_html_9579641184:299:29495:29530 West Foreland Tyonek Airport +0.261105 aapg_af_423.html aapg_af_423.html:98:8695:8716 Dutch Creek Illinois +0.499376 aapg_ae_411.html aapg_ae_411.html:43:4229:4243 Buda Brazos River +0.255528 aapg_af_562.html aapg_af_562.html:331:33806:33814 Colorado Denver +0.943392 aapg_ad_880.html aapg_ad_880.html:82:9289:9307 Sundance Cheyenne, Wyoming +0.252494 aapg_ai_336.html aapg_ai_336.html:838:125308:125314 Moscow Caucasus Mountains +0.476215 aapg_af_638.html aapg_af_638.html:17:2176:2185 Coldwater Antrim, County Antrim +0.46436 aapg_af_54.html aapg_af_54.html:92:11344:11358 Woodford Chattanooga, Tennessee +0.254464 cspg_html_7544078524 cspg_html_7544078524:22:2975:2990 Leduc Lacombe, Alberta +0.500224 aapg_af_397.html aapg_af_397.html:487:56118:56125 Entrada Entrada Sandstone +0.253895 aapg_ae_161.html aapg_ae_161.html:112:13788:13793 Mt Lytton Judith River Formation +0.2548 aapg_ad_2.html aapg_ad_2.html:634:93332:93349 Setters Pennsylvania +0.249428 geology_html_9330857948 geology_html_9330857948:11:502:510 Columbia Charleston, South Carolina +0.243542 palaios_html_7679079277 palaios_html_7679079277:929:81680:81689 Milwaukee Cheyenne, Wyoming +0.25959 cspg_html_2113366366 cspg_html_2113366366:102:14263:14278 Melville Island Bathurst Island (Northern Territory) +0.242 aapg_ai_533.html aapg_ai_533.html:42:4616:4624 Colorado Bearpaw Formation +0.244024 sedimentology_html_3181527419 sedimentology_html_3181527419:921:59890:59898 Colorado Gunnison County, Colorado +0.48807 sedimentology_html_5673709888 sedimentology_html_5673709888:344:30759:30772 Edwards Texas +0.493311 cspg_html_9046359229 cspg_html_9046359229:1014:107964:107987 Cypress Regina, Saskatchewan +0.253005 aapg_ae_777.html aapg_ae_777.html:319:38069:38086 Tererro Sangre de Cristo Range +0.249775 geology_html_2345860420 geology_html_2345860420:50:4762:4771 Extension Indonesia +0.45773 aapg_ah_136.html aapg_ah_136.html:54:4868:4876 Virginia Maryland +0.257943 aapg_ah_428.html aapg_ah_428.html:429:51086:51093 El Paso El Paso, Texas +0.249711 gsa_html_3720789279 gsa_html_3720789279:1239:114524:114534 Washington Boise, Idaho +0.268035 gsa_html_5773604426 gsa_html_5773604426:289:28917:28929 Wilcox Shreveport, Louisiana +0.256032 sedimentology_html_8747546230 sedimentology_html_8747546230:727:76760:76783 Brushy Canyon West Texas +0.264187 gsa_html_3380395839 gsa_html_3380395839:29:1559:1569 Washington Salem, Oregon +0.223668 aapg_ah_318.html aapg_ah_318.html:2954:241641:241646 Gorge Puebla, Puebla +0.256035 gsa_html_1197940982 gsa_html_1197940982:1293:121243:121252 San Diego Houghton, Michigan +0.449 palaios_html_6812401646 palaios_html_6812401646:798:55469:55497 Willwood Cheyenne, Wyoming +0.478632 aapg_ad_52.html aapg_ad_52.html:1165:128464:128472 Michigan Michigan +0.47748 cspg_html_8166293261 cspg_html_8166293261:51:5697:5702 Price Victoria, British Columbia +0.24057 sedimentology_html_4109585061 sedimentology_html_4109585061:258:28005:28030 Navajo Logan, Utah +0.252945 aapg_ad_696.html aapg_ad_696.html:90:8734:8739 Bluff Anderson County, South Carolina +0.451298 aapg_aa_929.html aapg_aa_929.html:24:2975:2982 Anahuac Spindletop +0.269724 aapg_ah_318.html aapg_ah_318.html:1306:131994:132018 Cotton Valley Cotton Valley, Louisiana +0.261112 cspg_html_2283545366 cspg_html_2283545366:35:4435:4478 Halfway Lacombe, Alberta +0.506184 aapg_ad_67.html aapg_ad_67.html:416:41491:41508 Wilcox Texas +0.25956 aapg_af_461.html aapg_af_461.html:186:17012:17023 Thiensville Lake Michigan +0.491071 aapg_ah_779.html aapg_ah_779.html:511:96421:96431 Loyalhanna Michigan +0.50932 aapg_aa_12.html aapg_aa_12.html:522:56385:56394 Greenhorn Niobrara, Nebraska +0.471906 sedimentology_html_2556845651 sedimentology_html_2556845651:725:49475:49492 Forest Victoria, British Columbia +0.48308 gsa_html_5825047223 gsa_html_5825047223:55:3498:3526 Green River Colorado +0.25092 cspg_html_4287356899 cspg_html_4287356899:807:112995:113000 Yukon Anchorage, Alaska +0.254978 aapg_ah_189.html aapg_ah_189.html:338:35110:35132 Mount Simon Galesville, Maryland +0.429444 aapg_ae_993.html aapg_ae_993.html:263:24009:24029 Darby Cheyenne, Wyoming +0.259072 gsa_html_4071231613 gsa_html_4071231613:809:88245:88251 Oregon Wallowa, Oregon +0.25039 sedimentology_html_2165832672 sedimentology_html_2165832672:752:65693:65709 Chinle Colorado Plateau +0.485077 jgeology_html_4305195651 jgeology_html_4305195651:593:74067:74075 Catskill West Branch Susquehanna River +0.8816 aapg_ah_644.html aapg_ah_644.html:139:16666:16679 Gypsum Spring Williston Basin +0.492345 sedimentology_html_9626990209 sedimentology_html_9626990209:1181:92899:92914 Mesaverde Cheyenne, Wyoming +0.246456 aapg_af_640.html aapg_af_640.html:15:1640:1656 Midway Texas +0.25398 aapg_ad_660.html aapg_ad_660.html:483:67321:67331 Rio Grande New Mexico +0.256386 cspg_html_6517402834 cspg_html_6517402834:382:35354:35391 Albert Canada +0.278768 aapg_ad_919.html aapg_ad_919.html:19:2309:2329 Fall River Black Hills +0.479622 aapg_af_664.html aapg_af_664.html:529:59206:59230 Brushy Canyon Delaware +0.25149 aapg_ae_4.html aapg_ae_4.html:98:12353:12378 Beartooth Cheyenne, Wyoming +0.539784 aapg_ad_338.html aapg_ad_338.html:528:57881:57899 Magothy Tuscaloosa, Alabama +0.486303 geology_html_9015185849 geology_html_9015185849:67:8716:8734 Yorktown Iceland +0.260598 sedimentology_html_9229777954 sedimentology_html_9229777954:3299:126018:126022 Java Indonesia +0.472192 aapg_ad_2.html aapg_ad_2.html:1263:173185:173204 Loysburg Pennsylvania +0.827524 aapg_ah_754.html aapg_ah_754.html:400:37751:37768 Burrard Kitsilano Beach +0.469829 cspg_html_9222238695 cspg_html_9222238695:105:15850:15859 Ellerslie Lacombe, Alberta +0.48514 cspg_html_7404699681 cspg_html_7404699681:230:25083:25099 Hector Bow Lake (Alberta) +0.27104 aapg_ad_761.html aapg_ad_761.html:91:8927:8941 Buda Denton, Texas +0.25544 cspg_html_5685783620 cspg_html_5685783620:107:14979:14998 Cathedral Lacombe, Alberta +0.476656 aapg_ac_967.html aapg_ac_967.html:3:467:485 John Day Salem, Oregon +0.244944 aapg_ai_17.html aapg_ai_17.html:1728:134068:134074 Sabine Shreveport, Louisiana +0.27144 aapg_af_663.html aapg_af_663.html:181:20895:20905 Fort Scott Higginsville, Missouri +0.46342 sedimentology_html_2570550517 sedimentology_html_2570550517:29:1985:1994 Claremont South Africa +0.247835 cspg_html_7602315496 cspg_html_7602315496:27:4237:4259 Belly River Milk River, Alberta +0.273 cspg_html_9771826320 cspg_html_9771826320:904:127255:127282 Beaufort Canada +0.494132 aapg_ac_833.html aapg_ac_833.html:38:6010:6029 Mesaverde Colorado +0.49536 gsa_html_1617077506 gsa_html_1617077506:970:91699:91707 Columbia Canada +0.501375 aapg_af_451.html aapg_af_451.html:73:8632:8649 Athabasca Canada +0.45835 cspg_html_3473883402 cspg_html_3473883402:33:5104:5115 Slave Point Canada +0.473 cspg_html_9905904289 cspg_html_9905904289:106:15070:15082 Saskatchewan Morrin, Alberta +0.262656 cspg_html_5541725202 cspg_html_5541725202:170:25444:25460 Cumberland Cumberland, Maryland +0.26936 aapg_aa_360.html aapg_aa_360.html:351:31154:31159 Indio Cibolo, Texas +0.285948 aapg_af_542.html aapg_af_542.html:420:42466:42491 Frio Texas +0.403004 sedimentology_html_5613495298 sedimentology_html_5613495298:1492:80780:80811 Chinle Canyonlands National Park +0.270319 palaios_html_5411840767 palaios_html_5411840767:775:72548:72555 Newport Salem, Oregon +0.477664 aapg_aa_316.html aapg_aa_316.html:830:92306:92312 Madrid Fuerteventura +0.245478 geology_html_7304783077 geology_html_7304783077:286:25343:25349 Oregon Washington (state) +0.4893 aapg_af_652.html aapg_af_652.html:198:18364:18382 Phosphoria Cheyenne, Wyoming +0.252504 geology_html_8338687762 geology_html_8338687762:301:26595:26599 Hall London, Ontario +0.47559 aapg_ac_413.html aapg_ac_413.html:209:18420:18435 Bouse California +0.499278 aapg_ae_705.html aapg_ae_705.html:595:59639:59662 Santa Barbara Channel Islands of California +0.494086 aapg_ae_473.html aapg_ae_473.html:165:15745:15755 Tuscaloosa Lauderdale County, Tennessee +0.483531 aapg_ad_834.html aapg_ad_834.html:435:48136:48142 Brazil South America +0.259534 aapg_aa_123.html aapg_aa_123.html:306:31896:31909 Pardonet Lima, Ohio +0.322113 aapg_ai_750.html aapg_ai_750.html:180:20049:20058 Smackover Alabama +0.26571 cspg_html_2822917851 cspg_html_2822917851:23:3904:3932 Porcupine Porcupine River (Ontario) +0.4745 cspg_html_1336185084 cspg_html_1336185084:405:43672:43680 Columbia Victoria, British Columbia +0.266742 aapg_ae_185.html aapg_ae_185.html:178:15084:15092 Woodbine Austin, Chicago +0.268315 aapg_af_594.html aapg_af_594.html:65:7998:8017 Onondaga Uniontown, Pennsylvania +0.49712 aapg_ah_783.html aapg_ah_783.html:546:59547:59556 San Diego California +0.237614 cspg_html_3521815736 cspg_html_3521815736:63:11006:11013 Halfway Grayling, Michigan +0.264115 sedimentology_html_6854489010 sedimentology_html_6854489010:53:4235:4243 Columbia Niger River +0.483426 geology_html_4122297754 geology_html_4122297754:12:637:647 Santa Cruz California +0.838068 cspg_html_5484260516 cspg_html_5484260516:1175:105843:105859 Exshaw Lacombe, Alberta +0.488379 aapg_ad_732.html aapg_ad_732.html:744:95128:95136 Vaqueros California +0.496683 geology_html_2052091332 geology_html_2052091332:206:17480:17485 Piper Texas +0.49707 aapg_ae_552.html aapg_ae_552.html:244:36560:36564 Ross Stroudsburg, Pennsylvania +0.260538 palaios_html_4875582819 palaios_html_4875582819:37:4590:4608 Judith River Canada +0.262654 cspg_html_4693916254 cspg_html_4693916254:478:51609:51631 Winnipegosis Regina, Saskatchewan +0.25654 palaios_html_7930345720 palaios_html_7930345720:298:29054:29069 Navajo Appalachia +0.266716 cspg_html_1053895111 cspg_html_1053895111:182:25201:25218 Cardium Lacombe, Alberta +0.264668 cspg_html_8362959053 cspg_html_8362959053:11:1322:1330 Columbia Lacombe, Alberta +0.249975 gsa_html_3542448939 gsa_html_3542448939:38:3676:3684 Virginia Reston, Virginia +0.259045 aapg_ae_797.html aapg_ae_797.html:3:538:555 Hermosa Logan, Utah +0.470074 aapg_ah_387.html aapg_ah_387.html:2869:312311:312327 Knoxville Table Mountain +0.270391 aapg_ac_920.html aapg_ac_920.html:61:8909:8926 Oquirrh Reno, Nevada +0.491232 aapg_af_248.html aapg_af_248.html:6:1775:1781 Midway Arkansas +0.272934 jgeology_html_4937261141 jgeology_html_4937261141:479:46525:46535 Washington Seattle +0.512415 aapg_ai_582.html aapg_ai_582.html:103:9366:9394 Spearfish Spearfish, South Dakota +0.244024 cspg_html_4666332434 cspg_html_4666332434:6:383:400 Belly River Lacombe, Alberta +0.250985 aapg_ah_528.html aapg_ah_528.html:77:8139:8147 Wendover Montello, Nevada +0.481371 sedimentology_html_8373180957 sedimentology_html_8373180957:68:7110:7119 Newcastle Spain +0.510746 aapg_ah_96.html aapg_ah_96.html:480:56409:56418 Maquoketa Maquoketa, Iowa +0.24206 aapg_ai_1.html aapg_ai_1.html:197:17599:17611 Hermosa Hermosa, Chicago +0.363825 jgeology_html_4305195651 jgeology_html_4305195651:624:79574:79589 Price Huntington, West Virginia +0.254016 aapg_aa_702.html aapg_aa_702.html:572:98802:98810 Michigan Salina, Kansas +0.247968 geology_html_6350726541 geology_html_6350726541:250:24257:24271 Victoria Antarctica +0.256027 aapg_ad_648.html aapg_ad_648.html:216:24893:24901 Colorado Denver +0.48828 aapg_ad_3.html aapg_ad_3.html:408:38233:38244 Black River Huntington, West Virginia +0.25542 sedimentology_html_2550885329 sedimentology_html_2550885329:137:14111:14130 Waterways Swan Hill, Victoria +0.288144 aapg_ad_75.html aapg_ad_75.html:303:24890:24914 Tuscaloosa Mississippi River +0.256928 gsa_html_2220556952 gsa_html_2220556952:829:98493:98501 Colorado Logan, Utah +0.25149 gsa_html_8671422836 gsa_html_8671422836:1224:115183:115190 Madison Antarctica +0.6821 jgeology_html_9413634903 jgeology_html_9413634903:568:45489:45493 Elko Elko County, Nevada +0.255 sedimentology_html_6420529178 sedimentology_html_6420529178:946:79345:79349 Hall London, Ontario +0.25856 aapg_ac_878.html aapg_ac_878.html:164:20215:20251 Prince Creek Anchorage, Alaska +0.260832 aapg_ah_612.html aapg_ah_612.html:119:10957:10973 Viking Regina, Saskatchewan +0.277104 aapg_ah_645.html aapg_ah_645.html:161:20996:21020 Swift Williston, Vermont +0.251748 aapg_ae_392.html aapg_ae_392.html:13:2671:2687 Moorefield Batesville, Arkansas +0.250488 gsa_html_9102781796 gsa_html_9102781796:322:29216:29235 Talkeetna Talkeetna Mountains +0.483171 cspg_html_3367984758 cspg_html_3367984758:372:48487:48499 Medicine Hat Lacombe, Alberta +0.242039 aapg_af_504.html aapg_af_504.html:190:19931:19937 Denver Colorado +0.500752 aapg_ai_49.html aapg_ai_49.html:113:11534:11539 Weber Colorado +0.467433 gsa_html_4472896560 gsa_html_4472896560:178:15095:15117 Huckleberry Ridge Tuff Yellowstone National Park +0.244241 aapg_ae_170.html aapg_ae_170.html:348:32782:32791 Porcupine Cairns, Queensland +0.478455 gsa_html_6983076294 gsa_html_6983076294:41:4721:4728 El Paso Texas +0.4978 aapg_ad_858.html aapg_ad_858.html:76:5732:5739 Hosston Cotton Valley, Louisiana +0.241081 gsa_html_1914392923 gsa_html_1914392923:21:1411:1417 Oregon Salem, Oregon +0.247923 sedimentology_html_1974282352 sedimentology_html_1974282352:571:33025:33029 Hall London, Ontario +0.257214 aapg_ai_503.html aapg_ai_503.html:390:43607:43625 Grimsby Ontario, California +0.472248 cspg_html_2838996125 cspg_html_2838996125:66:11970:11978 Ramparts Mackenzie River +0.5054 aapg_ae_610.html aapg_ae_610.html:3:479:499 San Andres Hanford, California +0.478611 cspg_html_4103411715 cspg_html_4103411715:516:52354:52370 Viking Lacombe, Alberta +0.257 aapg_ak_85.html aapg_ak_85.html:246:28657:28665 Red Rock Summerfield, Kansas +0.464095 aapg_ad_785.html aapg_ad_785.html:35:4401:4409 Fountain Turkey Creek, Louisiana +0.464569 aapg_aa_761.html aapg_aa_761.html:621:80464:80481 Cantuar Regina, Saskatchewan +0.48654 gsa_html_4339524478 gsa_html_4339524478:765:76468:76474 Oregon Washington (state) +0.267253 gsa_html_4260323603 gsa_html_4260323603:908:71235:71239 Webb Earth +0.25935 cspg_html_8198875303 cspg_html_8198875303:313:40754:40770 Viking Lacombe, Alberta +0.259578 sedimentology_html_3490784844 sedimentology_html_3490784844:1339:105525:105530 Hueco New Mexico +0.271416 cspg_html_8290572971 cspg_html_8290572971:387:49929:49965 Turner Valley Lacombe, Alberta +0.4347 aapg_af_653.html aapg_af_653.html:970:114875:114882 Temblor Monterey, California +0.454044 aapg_ad_581.html aapg_ad_581.html:462:54105:54111 Toledo Toledo, Spain +0.243675 cspg_html_9827358538 cspg_html_9827358538:353:40952:40966 Elko Reno, Nevada +0.255987 aapg_ad_351.html aapg_ad_351.html:766:66590:66610 Keokuk Springfield, Illinois +0.47025 palaios_html_1027055785 palaios_html_1027055785:95:8237:8257 Tradewater Illinois +0.271956 gsa_html_3445493534 gsa_html_3445493534:622:67877:67903 Monterey Coastal California +0.262626 aapg_ai_153.html aapg_ai_153.html:409:62941:62958 Lenapah New Mexico +0.260896 aapg_ad_575.html aapg_ad_575.html:158:21046:21063 Entrada New Mexico +0.262095 aapg_ad_865.html aapg_ad_865.html:152:16107:16122 Molas Ouray, Colorado +0.49712 cspg_html_9648675035 cspg_html_9648675035:599:53368:53390 Buckinghorse Canada +0.257526 aapg_af_663.html aapg_af_663.html:206:24465:24492 Pawnee Jackson County, Missouri +0.25305 geology_html_9085928497 geology_html_9085928497:92:8503:8520 Ringold Ellensburg, Washington +0.268288 cspg_html_1237739452 cspg_html_1237739452:533:68009:68014 Banff Highwood Pass +0.267806 gsa_html_5601712699 gsa_html_5601712699:512:42786:42797 Pico Inglewood, California +0.256793 aapg_ad_52.html aapg_ad_52.html:1132:124047:124063 Coldwater Michigan +0.24644 palaios_html_7928599019 palaios_html_7928599019:63:7695:7704 Eel River Scotia, New York +0.49972 aapg_ac_631.html aapg_ac_631.html:115:14801:14822 Colter Lake Jackson, Texas +0.236192 aapg_ah_387.html aapg_ah_387.html:2512:271874:271883 Knoxville Knoxville, Illinois +0.25012 gsa_html_3069013284 gsa_html_3069013284:632:64233:64245 Chinle New Mexico +0.23644 aapg_ai_857.html aapg_ai_857.html:180:27732:27752 San Andres West, Texas +0.26553 aapg_ak_85.html aapg_ak_85.html:140:17581:17590 Shongaloo Lisbon +0.253872 aapg_af_880.html aapg_af_880.html:485:72653:72671 Bird Spring Texas +0.2505 gsa_html_1592991535 gsa_html_1592991535:13:835:848 Santa Barbara California +0.27438 aapg_af_120.html aapg_af_120.html:301:32663:32684 Black River Bloomington, Indiana +0.487786 aapg_ac_629.html aapg_ac_629.html:149:20517:20527 Citronelle Beaumont, Texas +0.257045 gsa_html_2717448156 gsa_html_2717448156:35:2308:2313 Moyie Snake River Canyon (Idaho) +0.854949 cspg_html_2863271815 cspg_html_2863271815:41:6752:6773 Salina Guelph +0.239844 cspg_html_9119878068 cspg_html_9119878068:5:207:241 Waterways Lacombe, Alberta +0.277943 aapg_ae_848.html aapg_ae_848.html:219:20241:20249 Imperial Western world +0.35828 aapg_ac_569.html aapg_ac_569.html:144:21456:21476 Emma Fiord Devon Island +0.261105 aapg_ah_160.html aapg_ah_160.html:71:10337:10345 Michigan Syracuse, New York +0.71484 aapg_aa_956.html aapg_aa_956.html:96:9603:9614 Yazoo Yazoo City, Mississippi +0.483395 gsa_html_4359618486 gsa_html_4359618486:796:67630:67658 Green River Colorado +0.243536 aapg_ai_96.html aapg_ai_96.html:555:47793:47801 Mercedes Texas +0.481473 aapg_ae_135.html aapg_ae_135.html:57:4961:4970 Smackover Cotton Valley, Louisiana +0.252506 sedimentology_html_9890309248 sedimentology_html_9890309248:752:47106:47127 Ohanapecosh Washington (state) +0.383382 gsa_html_4667678389 gsa_html_4667678389:564:53895:53912 Johnnie Death Valley +0.480868 geology_html_5863016497 geology_html_5863016497:268:21745:21753 Scotland Peterborough, Ontario +0.482532 gsa_html_7884891021 gsa_html_7884891021:767:69302:69330 Green River Colorado +0.28462 aapg_af_483.html aapg_af_483.html:72:9561:9573 Todos Santos Guatemala +0.259548 cspg_html_7809640865 cspg_html_7809640865:10:882:894 Saskatchewan Lacombe, Alberta +0.2455 gsa_html_7936718686 gsa_html_7936718686:22:892:900 Virginia Reston, Virginia +0.286161 aapg_af_664.html aapg_af_664.html:623:68877:68893 Stonewall Hardeman County, Tennessee +0.240051 gsa_html_2509147847 gsa_html_2509147847:541:65268:65278 Washington Twisp, Washington +0.251904 aapg_af_701.html aapg_af_701.html:162:19557:19567 Juniata Pennsylvania +0.870488 cspg_html_5479700260 cspg_html_5479700260:273:21331:21350 Stonewall Manitoba +0.458232 aapg_af_785.html aapg_af_785.html:203:19287:19297 Washington Texas +0.270788 aapg_ae_324.html aapg_ae_324.html:1097:109074:109082 Moccasin Tazewell, Tennessee +0.449706 gsa_html_2877093757 gsa_html_2877093757:23:1054:1065 San Antonio Earth +0.260091 aapg_ai_974.html aapg_ai_974.html:307:32484:32500 Cultus Peshastin, Washington +0.494728 aapg_ac_187.html aapg_ac_187.html:2591:264742:264761 Marcellus Chestnut Ridge, New York +0.251643 cspg_html_5688447798 cspg_html_5688447798:21:5144:5167 Vendom Fiord Ellesmere Island +0.261632 cspg_html_5697056884 cspg_html_5697056884:412:43459:43478 Mount Cap Regina, Saskatchewan +0.264196 cspg_html_1506720813 cspg_html_1506720813:30:4649:4656 Success Lacombe, Alberta +0.640224 aapg_aa_45.html aapg_aa_45.html:112:13391:13399 Moenkopi Logan, Utah +0.261632 AMJC_html_3632105729 AMJC_html_3632105729:782:90062:90068 Oregon Salem, Oregon +0.248346 aapg_ai_610.html aapg_ai_610.html:95:17448:17455 Sturgis Chautauqua County, Kansas +0.264027 aapg_ad_0.html aapg_ad_0.html:154:15261:15282 Black River Bloomington, Indiana +0.46359 aapg_ac_940.html aapg_ac_940.html:125:16603:16618 Salem England +0.3654 gsa_html_6589330144 gsa_html_6589330144:413:41931:41939 Loveland Iowa +0.26367 geology_html_2461616775 geology_html_2461616775:12:594:604 Washington Washington (state) +0.49979 gsa_html_7312577962 gsa_html_7312577962:1150:97421:97449 Green River Iran +0.255936 aapg_ah_621.html aapg_ah_621.html:333:36603:36611 Colorado Hermosa, Chicago +0.512213 aapg_ac_691.html aapg_ac_691.html:14:1352:1358 Oregon Washington (state) +0.465552 palaios_html_8113714689 palaios_html_8113714689:20:1426:1434 Au Train Munising, Michigan +0.39949 aapg_af_728.html aapg_af_728.html:587:61219:61252 Colorado Colorado +0.244398 palaios_html_8055229939 palaios_html_8055229939:535:62543:62549 Moscow Russia +0.49794 aapg_ah_692.html aapg_ah_692.html:482:51076:51081 Piper North Sea +0.26364 gsa_html_3445493534 gsa_html_3445493534:761:77673:77679 Snyder Los Angeles +0.46354 gsa_html_6330913937 gsa_html_6330913937:946:85680:85691 Palm Spring California +0.25839 aapg_ai_515.html aapg_ai_515.html:46:5997:6002 Uinta Wasatch Range +0.271582 aapg_ad_883.html aapg_ad_883.html:181:18630:18651 Black River Deerfield, Massachusetts +0.461279 aapg_ac_424.html aapg_ac_424.html:80:12661:12679 Oakville Texas +0.242316 aapg_ad_49.html aapg_ad_49.html:122:11470:11486 Umpqua Washington (state) +0.477792 aapg_ac_538.html aapg_ac_538.html:413:46755:46771 Viking Lacombe, Alberta +0.25551 aapg_ac_913.html aapg_ac_913.html:40:4322:4346 Krebs Atoka, Oklahoma +0.264668 aapg_ae_959.html aapg_ae_959.html:3471:266844:266850 Salado Salado, Texas +0.240099 gsa_html_3151431803 gsa_html_3151431803:202:25345:25361 Navajo Kayenta, Arizona +0.479862 jgeology_html_6506349432 jgeology_html_6506349432:147:10108:10121 Boulder Creek Logan, Utah +0.484429 aapg_af_470.html aapg_af_470.html:220:24445:24455 Blackstone Cheyenne, Wyoming +0.255024 aapg_ai_916.html aapg_ai_916.html:370:49645:49657 Wilcox Texas +0.38844 aapg_aa_124.html aapg_aa_124.html:237:24758:24771 Elk Fernie, British Columbia +0.270256 geology_html_5381052359 geology_html_5381052359:11:431:441 Washington Seattle +0.418608 gsa_html_3014459865 gsa_html_3014459865:305:34311:34330 Pensauken Pebble Mine +0.42381 aapg_ah_754.html aapg_ah_754.html:156:18567:18574 Burrard Vancouver +0.49288 cspg_html_4915680223 cspg_html_4915680223:25:3200:3219 Read Bay Bath, Somerset +0.252984 sedimentology_html_2073446709 sedimentology_html_2073446709:1133:60370:60379 San Diego California +0.464499 cspg_html_9771826320 cspg_html_9771826320:263:45036:45054 Reindeer West Greenland Current +0.250428 cspg_html_6985536436 cspg_html_6985536436:818:101382:101400 Edmonton Canada +0.485463 aapg_ak_99.html aapg_ak_99.html:142:20420:20438 Niobrara Cheyenne, Wyoming +0.501177 cspg_html_5484260516 cspg_html_5484260516:1007:80220:80236 Exshaw Victoria, British Columbia +0.25896 aapg_ai_54.html aapg_ai_54.html:104:11523:11543 Tuscaloosa Selma to Montgomery marches +0.26724 sedimentology_html_8747546230 sedimentology_html_8747546230:1010:88997:89001 Ross Stroudsburg, Pennsylvania +0.24056 cspg_html_6964953392 cspg_html_6964953392:280:35072:35083 Buick Creek Valhalla, New York +0.478042 aapg_af_0.html aapg_af_0.html:633:70742:70761 La Quinta Venezuela +0.253492 sedimentology_html_2865738906 sedimentology_html_2865738906:396:23498:23519 Lake Valley Alamogordo, New Mexico +0.526761 aapg_ah_505.html aapg_ah_505.html:314:24737:24761 Morrison Denver +0.478856 cspg_html_6197477438 cspg_html_6197477438:25:1706:1713 Gramina Lacombe, Alberta +0.375238 AMJC_html_6341723617 AMJC_html_6341723617:1167:97658:97663 Uinta Colorado +0.551232 aapg_ac_765.html aapg_ac_765.html:76:15421:15437 Chinle Colorado +0.255955 aapg_ac_629.html aapg_ac_629.html:726:86933:86942 Vicksburg Mississippi River +0.25296 cspg_html_1019614994 cspg_html_1019614994:112:19724:19769 Big Valley Lacombe, Alberta +0.261626 aapg_ae_415.html aapg_ae_415.html:705:87426:87431 Byram Covington County, Alabama +0.257964 cspg_html_1962846283 cspg_html_1962846283:303:33064:33080 Elk Lacombe, Alberta +0.474832 gsa_html_1549665076 gsa_html_1549665076:578:55730:55750 Deer Butte Malheur County, Oregon +0.469728 aapg_ae_324.html aapg_ae_324.html:165:16465:16474 Blackford Virginia +0.26068 cspg_html_7093237629 cspg_html_7093237629:86:13884:13898 Woodbend Lacombe, Alberta +0.342472 palaios_html_7765531315 palaios_html_7765531315:44:4918:4934 Noonday Dolomite Death Valley +0.483616 gsa_html_1434944005 gsa_html_1434944005:67:5821:5849 Green River Colorado +0.501375 aapg_ae_350.html aapg_ae_350.html:91:11087:11103 Tuscaloosa Tuscaloosa, Alabama +0.502856 aapg_ah_97.html aapg_ah_97.html:134:16326:16335 Red River Nebraska +0.266087 cspg_html_2659844208 cspg_html_2659844208:15:1387:1392 Leduc New Mexico +0.232243 aapg_af_892.html aapg_af_892.html:618:60137:60148 Valera Pecos County, Texas +0.498848 gsa_html_7537857494 gsa_html_7537857494:640:64319:64347 Green River Iran +0.27454 cspg_html_5241714595 cspg_html_5241714595:652:97560:97576 Muskeg Lacombe, Alberta +0.236592 jgeology_html_8264452242 jgeology_html_8264452242:444:36604:36621 Baraboo Quartzite Wisconsin +0.255528 geology_html_1496830652 geology_html_1496830652:15:837:858 Pungo River North Carolina +0.336648 jgeology_html_8355852976 jgeology_html_8355852976:663:44492:44501 Greenhorn Colorado +0.262044 cspg_html_7086880709 cspg_html_7086880709:307:39290:39297 Nahanni Lacombe, Alberta +0.533606 aapg_ah_991.html aapg_ah_991.html:825:113702:113710 Beaumont Hawkinsville, Georgia +0.512946 cspg_html_6786864151 cspg_html_6786864151:1787:105970:105977 Windsor Ontario, California +0.50424 cspg_html_5345848475 cspg_html_5345848475:39:5895:5904 Greenhorn Niobrara, Nebraska +0.447258 aapg_ae_535.html aapg_ae_535.html:26:3477:3495 Sitkinak Kodiak Island +0.501468 cspg_html_4578604607 cspg_html_4578604607:5:242:264 Winnipegosis Regina, Saskatchewan +0.263682 cspg_html_6159840831 cspg_html_6159840831:274:35688:35708 Milk River Lacombe, Alberta +0.247955 cspg_html_7334652966 cspg_html_7334652966:249:27313:27333 Whitehorse Victoria, British Columbia +0.463072 aapg_ac_198.html aapg_ac_198.html:212:18191:18207 Eagle Texas +0.46258 gsa_html_4873957926 gsa_html_4873957926:1153:120856:120864 Colorado San Juan, Argentina +0.248805 aapg_ae_5.html aapg_ae_5.html:103:11832:11841 Horquilla Earp, California +0.242608 cspg_html_4655200751 cspg_html_4655200751:157:28838:28853 Nisku Lacombe, Alberta +0.448788 aapg_ae_959.html aapg_ae_959.html:1845:133684:133704 Dog Creek Texas +0.35114 aapg_aa_898.html aapg_aa_898.html:339:39254:39290 Flagstaff Logan, Utah +0.2585 geology_html_9906887454 geology_html_9906887454:315:21997:22009 Owens Valley California +0.245991 palaios_html_9669360804 palaios_html_9669360804:37:3117:3125 Billings Noble County, Indiana +0.757947 aapg_af_652.html aapg_af_652.html:46:6363:6382 Minnelusa Spearfish, South Dakota +0.497896 cspg_html_3328007773 cspg_html_3328007773:925:96289:96297 Dunvegan Canada +0.260896 aapg_ai_583.html aapg_ai_583.html:23:3659:3666 Rierdon Powder River Basin +0.24794 gsa_html_8236729701 gsa_html_8236729701:123:15359:15382 Pigeon Point California +0.867783 aapg_ak_132.html aapg_ak_132.html:233:24382:24396 Metapan El Salvador, Misamis Oriental +0.24451 aapg_ac_805.html aapg_ac_805.html:930:98354:98359 Stark New Mexico +0.49712 palaios_html_4940783464 palaios_html_4940783464:521:49356:49374 Yakataga Anchorage, Alaska +0.499118 aapg_ah_199.html aapg_ah_199.html:352:37460:37474 Atoka Berlin +0.25676 cspg_html_5973552270 cspg_html_5973552270:73:10510:10519 Waterways Swan Hill, Victoria +0.48297 aapg_ae_415.html aapg_ae_415.html:635:79822:79831 Bucatunna Alabama +0.4851 aapg_ah_779.html aapg_ah_779.html:189:34958:34964 Oswego Martinsburg, Nebraska +0.497202 gsa_html_2561127673 gsa_html_2561127673:930:84842:84870 Green River New Mexico +0.37471 aapg_ac_475.html aapg_ac_475.html:258:34123:34142 Kishenehn South Fork Flathead River +0.49926 aapg_ae_63.html aapg_ae_63.html:90:10184:10203 Fish Haven Dolomite Cheyenne, Wyoming +0.503908 aapg_ad_154.html aapg_ad_154.html:116:13353:13372 Bellefonte Pennsylvania +0.716793 palaios_html_2994452429 palaios_html_2994452429:1158:111569:111585 Morgan Logan, Utah +0.257136 geology_html_2784558180 geology_html_2784558180:28:1986:2015 Sullivan Great Britain +0.488516 aapg_ac_295.html aapg_ac_295.html:35:3449:3454 Logan Washington (state) +0.263296 cspg_html_2796643803 cspg_html_2796643803:522:63174:63192 Deadwood Regina, Saskatchewan +0.235712 sedimentology_html_5686481636 sedimentology_html_5686481636:61:4117:4121 Hall London +0.39744 cspg_html_7779401416 cspg_html_7779401416:193:23438:23459 Fossil Hill Manitoulin Island +0.262546 aapg_ae_319.html aapg_ae_319.html:363:27560:27567 Thaynes Uinta Mountains +0.480568 aapg_af_703.html aapg_af_703.html:190:20625:20635 Cumberland Kentucky +0.24225 geology_html_3825683939 geology_html_3825683939:11:500:506 Oldham Ohio +0.511106 aapg_ac_881.html aapg_ac_881.html:152:16931:16949 Deadwood Winnipeg +0.250985 cspg_html_8250755331 cspg_html_8250755331:651:68972:68982 Milk River Lacombe, Alberta +0.7155 cspg_html_8840748783 cspg_html_8840748783:73:13097:13115 Dunvegan Pine River (Michigan) +0.267288 cspg_html_1019614994 cspg_html_1019614994:369:60318:60338 Big Valley Williston Basin +0.498225 aapg_ae_182.html aapg_ae_182.html:315:32662:32675 Cotton Valley Bellevue, Nebraska +0.257839 aapg_ai_49.html aapg_ai_49.html:99:9994:9999 Weber Aspen, Colorado +0.498542 aapg_ae_223.html aapg_ae_223.html:273:33578:33599 Green River Logan, Utah +0.478455 aapg_ah_290.html aapg_ah_290.html:306:35064:35070 Walker Salem, Oregon +0.255 palaios_html_2449649505 palaios_html_2449649505:734:75479:75495 Chinle Arizona +0.485961 gsa_html_6117440194 gsa_html_6117440194:925:90000:90006 Denver Colorado +0.247428 gsa_html_9755702281 gsa_html_9755702281:573:44043:44059 Saugus Western world +0.269345 aapg_ai_947.html aapg_ai_947.html:378:62468:62477 San Joaquin Bartow County, Georgia +0.509257 aapg_ac_729.html aapg_ac_729.html:768:75869:75883 Lea Park Lacombe, Alberta +0.257839 sedimentology_html_9326831356 sedimentology_html_9326831356:234:27221:27232 Black Creek Congaree River +0.270848 gsa_html_8241338635 gsa_html_8241338635:571:56048:56066 Long Point Long Point, Ontario +0.474832 geology_html_4395835641 geology_html_4395835641:41:5837:5857 Dunn Canada +0.2475 gsa_html_2561127673 gsa_html_2561127673:468:42768:42779 Quinn River Victoria, British Columbia +0.264654 jgeology_html_9097445382 jgeology_html_9097445382:468:34542:34548 Ludlow Mongolia +0.494172 sedimentology_html_7879809021 sedimentology_html_7879809021:742:52341:52359 St Louis Beckley, Oxfordshire +0.468174 palaios_html_8505514256 palaios_html_8505514256:240:26983:27006 Fort Thompson Melbourne, Florida +0.475268 aapg_ad_2.html aapg_ad_2.html:1069:146778:146800 Beekmantown Wissahickon Formation +0.267189 aapg_af_188.html aapg_af_188.html:171:18477:18493 Dakota Colorado +0.272468 aapg_aa_360.html aapg_aa_360.html:81:8151:8169 Carrizo Carrizo Plain +0.264187 gsa_html_9301126081 gsa_html_9301126081:693:67340:67351 Paso Robles California +0.512324 geology_html_6752696169 geology_html_6752696169:222:20065:20076 Green River Logan, Utah +0.259056 cspg_html_6502178723 cspg_html_6502178723:343:42147:42155 Columbia Victoria, British Columbia +0.51648 aapg_af_640.html aapg_af_640.html:110:7043:7059 Wilcox Shreveport, Louisiana +0.264708 aapg_ah_779.html aapg_ah_779.html:341:64199:64207 Michigan Ohio +0.510081 aapg_aa_598.html aapg_aa_598.html:3:478:495 Thaynes Western Wyoming Community College +0.262119 geology_html_2944588605 geology_html_2944588605:14:888:894 Jordan Zarqa Governorate +0.504137 aapg_ad_64.html aapg_ad_64.html:134:14800:14811 Wills Point Alabama +0.261612 cspg_html_8362959053 cspg_html_8362959053:111:15946:15954 Moosebar Boulder Creek (Colorado) +0.261085 gsa_html_6578729676 gsa_html_6578729676:801:74293:74298 Price West Antarctic Ice Sheet +0.258482 aapg_aa_415.html aapg_aa_415.html:124:17604:17612 Woodbine Buda, Texas +0.237384 gsa_html_8794167975 gsa_html_8794167975:932:95837:95846 Mackenzie Ottawa, Kansas +0.482258 aapg_ah_281.html aapg_ah_281.html:3:226:231 Slope Middle East +0.474266 geology_html_7391733758 geology_html_7391733758:251:21202:21208 Pueblo Colorado +0.269608 aapg_ah_318.html aapg_ah_318.html:868:90136:90155 Smackover Arkansas +0.50085 sedimentology_html_2442491538 sedimentology_html_2442491538:156:13516:13543 Moenkopi Canyonlands National Park +0.471885 cspg_html_3634181348 cspg_html_3634181348:102:12446:12454 Billings Champlain Valley +0.263835 jgeology_html_2563614336 jgeology_html_2563614336:197:10913:10924 San Jacinto Western world +0.281817 aapg_af_677.html aapg_af_677.html:163:20851:20870 Mesaverde Colorado +0.279006 aapg_ad_344.html aapg_ad_344.html:22:2366:2378 Pierre Mobridge, South Dakota +0.250458 aapg_ac_617.html aapg_ac_617.html:7:1016:1033 Fleming Oakville, California +0.2772 aapg_ah_10.html aapg_ah_10.html:226:34247:34255 Monterey Monterey, California +0.258981 aapg_ad_318.html aapg_ad_318.html:8:1307:1326 Greenfield Dolomite Lockport (city), New York +0.26664 aapg_af_471.html aapg_af_471.html:144:17453:17461 Parkwood Hartselle, Alabama +0.469755 cspg_html_5406720001 cspg_html_5406720001:195:24929:24945 Chilliwack Pacific coast +0.256536 gsa_html_5089176247 gsa_html_5089176247:950:86783:86788 Price Nettleton, Mississippi +0.254701 geology_html_7328730121 geology_html_7328730121:18:1281:1291 Rancheria New Mexico +0.246685 aapg_ad_174.html aapg_ad_174.html:617:61854:61870 Toreva Mancos, Colorado +0.480414 cspg_html_2139304729 cspg_html_2139304729:79:12655:12675 Stuart Bathurst Island (Northern Territory) +0.480636 gsa_html_8971189731 gsa_html_8971189731:723:71178:71187 New River Virginia +0.251446 aapg_ai_388.html aapg_ai_388.html:379:39073:39081 Colorado Colorado +0.25092 cspg_html_6611173979 cspg_html_6611173979:75:10228:10246 Duvernay Edmonton, London +0.263165 palaios_html_1560586324 palaios_html_1560586324:713:53782:53800 Woodbine Texas +0.26052 aapg_aa_208.html aapg_aa_208.html:749:70907:70928 Green River Colorado +0.480768 aapg_ah_49.html aapg_ah_49.html:61:7506:7512 Saugus Castaic, California +0.471311 aapg_ad_871.html aapg_ad_871.html:81:8851:8868 Genshaw Alpena County, Michigan +0.474447 aapg_ae_243.html aapg_ae_243.html:20:2478:2494 Custer Texas +0.481712 palaios_html_6756694640 palaios_html_6756694640:1068:85631:85652 Bell Guadalupe Mountains National Park +0.247979 aapg_ai_877.html aapg_ai_877.html:193:19991:19998 Venango Allegheny Mountains +0.2545 cspg_html_6163998187 cspg_html_6163998187:415:46766:46774 Columbia Victoria, British Columbia +0.258015 aapg_af_623.html aapg_af_623.html:237:25192:25195 Lee Kentucky +0.471744 aapg_ae_427.html aapg_ae_427.html:370:38107:38128 Weaverville Western world +0.477582 geology_html_8665622838 geology_html_8665622838:18:1498:1504 Oregon Salem, Oregon +0.480293 cspg_html_4287356899 cspg_html_4287356899:911:125721:125737 Kayak Anchorage, Alaska +0.25039 aapg_ac_511.html aapg_ac_511.html:85:9680:9709 Brown Dolomite Potter County, Texas +0.724048 aapg_ae_694.html aapg_ae_694.html:255:29006:29020 Woodbine Texas +0.262144 geology_html_1497479898 geology_html_1497479898:262:24517:24523 Active Caribbean +0.466074 geology_html_1573138807 geology_html_1573138807:183:18985:19004 Gunsight Middle East +0.250832 gsa_html_4058959570 gsa_html_4058959570:97:7587:7603 Bladen Guatemala +0.44832 aapg_ae_959.html aapg_ae_959.html:302:23790:23794 Word Guadalupe Mountains National Park +0.472473 gsa_html_5550900489 gsa_html_5550900489:60:4053:4081 Green River New Mexico +0.251988 sedimentology_html_7284255829 sedimentology_html_7284255829:608:42072:42076 Hall London, Ontario +0.25452 aapg_af_975.html aapg_af_975.html:110:17584:17602 Fountain Denver +0.477951 aapg_ah_811.html aapg_ah_811.html:119:10043:10066 Edwards East Texas +0.245338 AMJC_html_3384252704 AMJC_html_3384252704:1339:121977:121987 Washington Long Island +0.25344 AMJC_html_4089359637 AMJC_html_4089359637:1124:98258:98278 Waterville Portland, Maine +0.265144 aapg_ah_378.html aapg_ah_378.html:558:53657:53675 Rustler Salado, Texas +0.48514 aapg_af_727.html aapg_af_727.html:113:12822:12832 San Miguel Texas +0.252865 sedimentology_html_1425353064 sedimentology_html_1425353064:653:50114:50123 Sheffield Sheffield station +0.247434 aapg_aa_841.html aapg_aa_841.html:105:10469:10473 Frio Brazoria County, Texas +0.27244 aapg_ae_705.html aapg_ae_705.html:117:11712:11730 Vaqueros Royal Botanic Gardens, Kew +0.485888 aapg_ah_696.html aapg_ah_696.html:367:51703:51713 Washington Richland, Washington +0.506012 cspg_html_3104351736 cspg_html_3104351736:702:79287:79308 Belly River Lacombe, Alberta +0.245478 gsa_html_1536819908 gsa_html_1536819908:739:70031:70036 Provo Logan, Utah +0.24531 aapg_aa_991.html aapg_aa_991.html:25:3244:3255 San Antonio San Antonio +0.471396 aapg_ad_808.html aapg_ad_808.html:1236:84597:84605 Frontier Niobrara, Nebraska +0.259065 geology_html_2550998204 geology_html_2550998204:12:686:694 Michigan Michigan +0.359292 cspg_html_9343899465 cspg_html_9343899465:423:42728:42759 Weatherall Melville Island (Canada) +0.265698 aapg_ac_212.html aapg_ac_212.html:204:22100:22118 Fountain Golden, Colorado +0.497871 aapg_ad_759.html aapg_ad_759.html:402:42918:42932 Pico California +0.482384 sedimentology_html_7635687013 sedimentology_html_7635687013:123:11959:11970 Schenectady Frankfort, Illinois +0.497354 aapg_ae_73.html aapg_ae_73.html:411:53920:53933 Ralston Creek Entrada Sandstone +0.249984 gsa_html_2547559311 gsa_html_2547559311:868:76811:76818 Shuswap Victoria, British Columbia +0.481265 aapg_af_461.html aapg_af_461.html:166:15210:15223 Lake Michigan Wisconsin +0.485856 cspg_html_1371603066 cspg_html_1371603066:6:462:478 Viking Lacombe, Alberta +0.237169 geology_html_3164524816 geology_html_3164524816:23:1526:1532 Denver Colorado +0.25029 aapg_ad_836.html aapg_ad_836.html:897:76143:76162 Maquoketa Chattanooga, Tennessee +0.474329 gsa_html_5732664703 gsa_html_5732664703:18:1284:1306 Laurentian Knoxville, Tennessee +0.47545 aapg_ac_533.html aapg_ac_533.html:392:47745:47763 Fayetteville Arkansas +0.26159 aapg_ai_720.html aapg_ai_720.html:244:27401:27412 Morgan Closter, New Jersey +0.259518 aapg_ac_834.html aapg_ac_834.html:125:10955:10966 Skull Creek Fall River, Nova Scotia +0.4921 aapg_ah_776.html aapg_ah_776.html:83:6923:6943 San Andres Texas +0.47223 geology_html_5878685516 geology_html_5878685516:331:22895:22903 Colorado Denver +0.477274 palaios_html_2623118674 palaios_html_2623118674:788:84715:84735 North Horn North Horn Formation +0.45214 aapg_ac_313.html aapg_ac_313.html:709:79153:79169 Caribe Western world +0.240064 cspg_html_2013109828 cspg_html_2013109828:360:66578:66597 Ottertail Middle East +0.501468 aapg_ai_975.html aapg_ai_975.html:1019:82670:82701 Georgetown Robertson County, Tennessee +0.25811 aapg_af_775.html aapg_af_775.html:282:19161:19178 Lissie Beaumont, Texas +0.479622 jgeology_html_8064855537 jgeology_html_8064855537:257:17927:17949 Burro Canyon Colorado +0.470808 jgeology_html_1838149422 jgeology_html_1838149422:1291:102612:102630 John Day Salem, Oregon +0.259434 sedimentology_html_6214596908 sedimentology_html_6214596908:1566:117632:117666 Guilmette Reno, Nevada +0.252973 cspg_html_9683836416 cspg_html_9683836416:53:9982:9990 Foremost Milk River, Alberta +0.479862 gsa_html_5601712699 gsa_html_5601712699:773:68860:68868 Rockwell Huntington Beach, California +0.4914 cspg_html_6274889925 cspg_html_6274889925:193:23199:23206 Cardium Colorado +0.501375 gsa_html_6967102683 gsa_html_6967102683:1049:85938:85966 Green River Colorado +0.443201 aapg_ac_924.html aapg_ac_924.html:134:11159:11166 Madison Cheyenne, Wyoming +0.465804 aapg_ae_46.html aapg_ae_46.html:519:56549:56567 Hudspeth Hudspeth County, Texas +0.486095 palaios_html_3904138149 palaios_html_3904138149:822:61656:61671 Silica Cheyenne, Wyoming +0.477225 aapg_aa_912.html aapg_aa_912.html:499:69569:69573 Java Java +0.243747 cspg_html_3772380029 cspg_html_3772380029:437:55806:55830 Surprise Creek Manitoba +0.252234 sedimentology_html_2898428289 sedimentology_html_2898428289:1430:76275:76281 Warsaw Salem, Massachusetts +0.488448 sedimentology_html_3590337258 sedimentology_html_3590337258:323:40751:40755 Hall London, Ontario +0.710079 palaios_html_7465495929 palaios_html_7465495929:400:27372:27389 La Luna Caracas +0.266172 aapg_ac_684.html aapg_ac_684.html:204:19713:19717 Bays Alabama +0.487656 aapg_ad_691.html aapg_ad_691.html:29:3625:3635 Fort Worth Texas +0.280459 aapg_ae_377.html aapg_ae_377.html:105:11110:11114 Java Sumatra +0.23859 geology_html_1186571522 geology_html_1186571522:249:20949:20957 Homewood Switzerland +0.247968 AMJC_html_7898185532 AMJC_html_7898185532:1449:135459:135465 Denver Sierra Nevada (Spain) +0.273842 cspg_html_6591133539 cspg_html_6591133539:89:12101:12109 Columbia Victoria, British Columbia +0.491582 aapg_af_551.html aapg_af_551.html:310:32733:32754 Lake Valley Alamogordo, New Mexico +0.269192 aapg_ae_235.html aapg_ae_235.html:190:22965:22975 Tuscaloosa Tuscaloosa, Alabama +0.25806 aapg_ad_244.html aapg_ad_244.html:23:2951:2963 Little Falls Mohawk Valley +0.247475 geology_html_9642461541 geology_html_9642461541:12:467:473 Reston Virginia +0.725994 geology_html_6889011624 geology_html_6889011624:196:21068:21076 Winnipeg Red River of the North +0.26059 cspg_html_2882304151 cspg_html_2882304151:12:1580:1586 Luscar Dissected Till Plains +0.453519 cspg_html_8198875303 cspg_html_8198875303:86:13024:13046 Viking Lacombe, Alberta +0.471555 cspg_html_7106541506 cspg_html_7106541506:47:5426:5433 Bluesky Miami +0.25641 palaios_html_4940783464 palaios_html_4940783464:458:44748:44779 Yakataga Gulf of Alaska +0.263872 aapg_ae_223.html aapg_ae_223.html:201:24833:24855 Green River Wasatch Range +0.237744 aapg_ad_98.html aapg_ad_98.html:296:28992:29002 Table Head Antelope Valley Freeway +0.484568 aapg_ad_52.html aapg_ad_52.html:696:76157:76166 Coldwater Michigan +0.24846 geology_html_5171768193 geology_html_5171768193:340:29240:29248 Virginia Blue Ridge Mountains +0.49543 gsa_html_8716356528 gsa_html_8716356528:864:63470:63479 San Pedro Mount Adams (Washington) +0.412323 geology_html_6250311188 geology_html_6250311188:328:23530:23546 Dakota Jefferson County, Colorado +0.477224 gsa_html_2717448156 gsa_html_2717448156:143:16261:16269 Colorado Denver +0.25143 aapg_ad_218.html aapg_ad_218.html:36:5257:5281 Bedford Santa Monica Mountains +0.494252 cspg_html_6306091047 cspg_html_6306091047:7:596:604 Columbia Lacombe, Alberta +0.266965 cspg_html_4031489103 cspg_html_4031489103:373:56945:56967 Striped Peak Pend Oreille River +0.265584 aapg_ae_81.html aapg_ae_81.html:328:41741:41749 Sycamore Western world +0.458432 aapg_ac_809.html aapg_ac_809.html:451:34800:34808 Woodford Los Angeles +0.48192 aapg_ae_474.html aapg_ae_474.html:1325:139029:139035 Bethel Illinois +0.259931 aapg_af_877.html aapg_af_877.html:104:11722:11733 Hardinsburg Wabash River +0.474719 jgeology_html_1836103970 jgeology_html_1836103970:179:13437:13457 Boss Point New Glasgow, Nova Scotia +0.258039 cspg_html_6702053097 cspg_html_6702053097:93:12110:12115 Logan Philipsburg, Centre County, Pennsylvania +0.477648 sedimentology_html_9550478777 sedimentology_html_9550478777:156:12815:12825 Las Animas Puerto Palomas, Chihuahua +0.270111 aapg_ad_379.html aapg_ad_379.html:838:69639:69645 Dakota Logan, Utah +0.2565 cspg_html_6014123208 cspg_html_6014123208:464:58021:58031 Success Regina, Saskatchewan +0.459085 aapg_af_520.html aapg_af_520.html:218:22815:22823 La Habra California +0.252396 sedimentology_html_5880564597 sedimentology_html_5880564597:856:60098:60106 Colorado Denver +0.27489 aapg_aa_62.html aapg_aa_62.html:916:73274:73279 Colon Atlantis +0.251122 geology_html_9083528258 geology_html_9083528258:82:8347:8365 Price North Horn Formation +0.48246 aapg_ae_884.html aapg_ae_884.html:19:2698:2720 Judith River Cheyenne, Wyoming +0.50032 aapg_ae_678.html aapg_ae_678.html:446:50769:50774 Price Pergamon Museum +0.270908 sedimentology_html_7635687013 sedimentology_html_7635687013:142:14123:14128 Weber Austin, Chicago +0.262654 aapg_ad_379.html aapg_ad_379.html:392:33853:33872 Ingleside Colorado +0.718014 aapg_aa_960.html aapg_aa_960.html:498:38764:38775 Green River Logan, Utah +0.468312 AMJC_html_6107665103 AMJC_html_6107665103:30:1051:1056 Armas La Habana Province +0.504252 aapg_ad_237.html aapg_ad_237.html:137:14167:14183 Forest Trinidad and Tobago +0.256036 aapg_aa_47.html aapg_aa_47.html:397:45051:45067 Maroon Colorado +0.257048 cspg_html_4374961624 cspg_html_4374961624:143:18157:18169 Snake Indian Western world +0.261626 aapg_aa_626.html aapg_aa_626.html:94:11346:11359 Potomac Maryland +0.260554 palaios_html_6100595217 palaios_html_6100595217:141:16650:16663 Moodys Branch Lisbon +0.373161 aapg_ai_292.html aapg_ai_292.html:409:37778:37792 Nuka Anchorage, Alaska +0.79016 aapg_ak_135.html aapg_ak_135.html:118:20142:20159 Topanga San Joaquin Hills (Laguna Niguel, California) +0.486588 gsa_html_5274400800 gsa_html_5274400800:615:49758:49776 Monterey California +0.251883 aapg_ah_260.html aapg_ah_260.html:431:60433:60459 Flagstaff Logan, Utah +0.457924 aapg_ai_276.html aapg_ai_276.html:360:44949:44961 Rhode Island Norfolk, Virginia +0.493296 geology_html_9805181537 geology_html_9805181537:135:12981:12996 Elk Wisconsin +0.491512 aapg_ae_307.html aapg_ae_307.html:249:18007:18014 Stanton Martin County, Florida +0.209297 aapg_ah_857.html aapg_ah_857.html:9:1075:1080 Coban Belize +0.263472 palaios_html_8064020973 palaios_html_8064020973:551:62894:62925 Chinle Colorado +0.25602 aapg_ai_975.html aapg_ai_975.html:1068:86958:86979 Main Street Texas +0.258572 sedimentology_html_3907918417 sedimentology_html_3907918417:1731:133188:133197 Mackenzie Lacombe, Alberta +0.255398 cspg_html_3772380029 cspg_html_3772380029:838:104954:104997 Mattagami Mattagami River +0.249975 aapg_ai_975.html aapg_ai_975.html:39:8022:8039 Pine Island Pine Island (Lee County, Florida) +0.262135 aapg_aa_995.html aapg_aa_995.html:623:49758:49770 Wasatch Wasatch Range +0.245016 jgeology_html_4115179562 jgeology_html_4115179562:1220:69538:69560 Mount Rogers Virginia +0.254 gsa_html_4591711448 gsa_html_4591711448:14:492:498 Denver Colorado +0.261057 cspg_html_3473883402 cspg_html_3473883402:419:65867:65879 Cooking Lake Canada +0.38511 palaios_html_5921824758 palaios_html_5921824758:141:14104:14132 Green River Logan, Utah +0.2375 cspg_html_8231573314 cspg_html_8231573314:358:32761:32787 Montney Lacombe, Alberta +0.485216 cspg_html_9951421861 cspg_html_9951421861:635:78314:78322 Edmonton Calgary +0.26572 aapg_ae_203.html aapg_ae_203.html:40:3040:3052 Coffee Ohio +0.525474 gsa_html_1126143348 gsa_html_1126143348:804:71966:71994 Green River Colorado +0.483652 cspg_html_9139420146 cspg_html_9139420146:294:29789:29805 Fernie Lacombe, Alberta +0.439855 aapg_ah_619.html aapg_ah_619.html:200:18198:18206 Colorado Colorado +0.4921 aapg_ad_758.html aapg_ad_758.html:62:7871:7877 Oswego Lexington, Kentucky +0.252 AMJC_html_6336294256 AMJC_html_6336294256:503:70754:70762 Colorado Sierra Nevada (Spain) +0.258063 aapg_ae_998.html aapg_ae_998.html:109:13603:13611 Evanston Absaroka +0.25755 aapg_ad_664.html aapg_ad_664.html:505:47781:47789 La Habra California +0.4998 aapg_ac_730.html aapg_ac_730.html:162:23294:23303 Greenhorn Mancos, Colorado +0.251835 gsa_html_9725118776 gsa_html_9725118776:689:62140:62149 San Pedro Mexico +0.512848 geology_html_3864506057 geology_html_3864506057:273:25641:25650 New River Virginia +0.260338 sedimentology_html_2608220485 sedimentology_html_2608220485:793:42075:42099 Cunningham Disko Bay +0.6854 cspg_html_8089302449 cspg_html_8089302449:262:44791:44813 Lime Creek Iowa +0.484692 cspg_html_6984906794 cspg_html_6984906794:294:26523:26540 Bearpaw Lacombe, Alberta +0.25935 cspg_html_1380879986 cspg_html_1380879986:134:20960:20968 La Habra California +0.4864 sedimentology_html_3826538092 sedimentology_html_3826538092:155:10349:10354 Heath Germany +0.495286 aapg_ai_136.html aapg_ai_136.html:122:8646:8654 Nacatoch Hampton, New Hampshire +0.273529 aapg_ae_908.html aapg_ae_908.html:63:6589:6605 Salado Salado, Texas +0.493735 aapg_ad_116.html aapg_ad_116.html:8:1813:1832 Oil Creek Arbuckle, California +0.25443 aapg_ae_705.html aapg_ae_705.html:667:65526:65532 Putnam Ventura County, California +0.448404 aapg_aa_267.html aapg_aa_267.html:223:18676:18686 Greenbrier Huntington, West Virginia +0.503564 gsa_html_5865982995 gsa_html_5865982995:1289:136703:136724 Green River Logan, Utah +0.253006 gsa_html_5107598462 gsa_html_5107598462:388:33526:33532 Salina Salina, Kansas +0.237584 aapg_ah_423.html aapg_ah_423.html:48:4616:4633 Madison Lacombe, Alberta +0.250901 sedimentology_html_2934110499 sedimentology_html_2934110499:31:2102:2112 Copenhagen Denmark +0.242015 aapg_af_924.html aapg_af_924.html:257:25878:25886 Nacatoch Western world +0.260797 aapg_ae_176.html aapg_ae_176.html:143:16245:16257 Viking Colorado +0.483108 AMJC_html_8128063878 AMJC_html_8128063878:563:72143:72150 Challis Boise, Idaho +0.240084 sedimentology_html_9235431825 sedimentology_html_9235431825:263:21992:22015 Lake Michigan Michigan +0.260865 aapg_ah_623.html aapg_ah_623.html:3:381:396 Weber Colorado +0.475038 aapg_aa_643.html aapg_aa_643.html:410:48102:48120 Francisco Knoxville, Illinois +0.244 cspg_html_7378664643 cspg_html_7378664643:481:79133:79149 Big Hill Big Hill, Indiana +0.4536 aapg_ac_555.html aapg_ac_555.html:561:63509:63515 Thrifty London, Ontario +0.255224 aapg_ah_524.html aapg_ah_524.html:112:12247:12264 Entrada Elk Mountain, Wyoming +0.248346 AMJC_html_7141186441 AMJC_html_7141186441:133:19093:19100 Laramie Black Hills +0.48783 aapg_ai_64.html aapg_ai_64.html:555:65589:65599 Yegua Shreveport, Louisiana +0.259045 aapg_ac_824.html aapg_ac_824.html:597:54748:54752 Monk Colorado +0.263652 gsa_html_3906036914 gsa_html_3906036914:470:47635:47652 Wasatch Colorado +0.274215 gsa_html_4216613284 gsa_html_4216613284:320:37040:37057 Wasatch Grand Mesa +0.26163 cspg_html_8612721867 cspg_html_8612721867:1176:138735:138760 Beaverhill Lacombe, Alberta +0.466852 cspg_html_9177794814 cspg_html_9177794814:13:1485:1505 Lisburne Anchorage, Alaska +0.477012 aapg_ai_863.html aapg_ai_863.html:87:11605:11622 Reklaw Leon County, Florida +0.496181 sedimentology_html_4432289902 sedimentology_html_4432289902:570:48898:48915 Magothy Sea Girt, New Jersey +0.273525 aapg_aa_623.html aapg_aa_623.html:151:16457:16475 Lea Park Victoria, British Columbia +0.24139 gsa_html_5056480923 gsa_html_5056480923:720:56095:56112 Barstow California +0.11193 sedimentology_html_3990399320 sedimentology_html_3990399320:110:11620:11629 Red River Manitoba +0.252494 aapg_ad_941.html aapg_ad_941.html:357:25823:25836 Sulphur Point Great Slave Lake +0.259284 aapg_aa_415.html aapg_aa_415.html:92:14057:14070 Woodbine Texas +0.263442 cspg_html_4376017434 cspg_html_4376017434:305:33447:33455 Columbia Victoria, British Columbia +0.496731 aapg_ad_192.html aapg_ad_192.html:4:504:514 Tuscaloosa Tuscaloosa, Alabama +0.47376 palaios_html_2048556014 palaios_html_2048556014:162:17382:17388 Marjum Logan, Utah +0.466506 aapg_ai_49.html aapg_ai_49.html:738:95329:95335 Navajo Kayenta, Arizona +0.26159 aapg_ai_904.html aapg_ai_904.html:411:59931:59937 Oxford North Sea oil +0.48576 cspg_html_1509800797 cspg_html_1509800797:17:1978:2000 St. Mary River Lacombe, Alberta +0.260538 cspg_html_3447886929 cspg_html_3447886929:125:14896:14917 Lawrence Middle East +0.251955 sedimentology_html_5823625778 sedimentology_html_5823625778:990:67929:67933 Hall London, Ontario +0.46937 sedimentology_html_9095409596 sedimentology_html_9095409596:29:1503:1560 Forest Durham, North Carolina +0.121052 cspg_html_3766007701 cspg_html_3766007701:347:44726:44745 Lodgepole Manitoba +0.255972 aapg_aa_203.html aapg_aa_203.html:441:42472:42493 Newport North Carolina +0.252434 cspg_html_8250755331 cspg_html_8250755331:757:75982:76000 Kaskapau Lacombe, Alberta +0.46431 sedimentology_html_2893676022 sedimentology_html_2893676022:814:63417:63423 Cooper San Francisco +0.24444 gsa_html_8010927234 gsa_html_8010927234:257:18490:18514 Perry Fairlee, Maryland +0.467775 aapg_ac_563.html aapg_ac_563.html:309:43198:43205 Hosston County Sligo +0.251748 aapg_ad_820.html aapg_ad_820.html:62:7848:7853 Logan Gallatin River +0.48705 AMJC_html_6581509910 AMJC_html_6581509910:1224:109629:109636 Bedford Boise, Idaho +0.273205 cspg_html_2055345483 cspg_html_2055345483:116:15377:15392 Ross Mount Assiniboine Provincial Park +0.252416 palaios_html_2623118674 palaios_html_2623118674:31:3465:3485 North Horn Emery County, Utah +0.275098 cspg_html_1509800797 cspg_html_1509800797:57:6864:6871 Bearpaw Cypress Hills, Brooklyn +0.493954 cspg_html_7817594878 cspg_html_7817594878:7:754:771 Monster Lacombe, Alberta +0.492544 gsa_html_1105200950 gsa_html_1105200950:56:6408:6432 Beaufort Lenoir County, North Carolina +0.485352 sedimentology_html_2139169476 sedimentology_html_2139169476:300:31008:31017 Peninsula Korea +0.25787 cspg_html_3354282978 cspg_html_3354282978:751:89179:89195 Davis Bonne Terre, Missouri +0.466059 aapg_ae_961.html aapg_ae_961.html:355:28679:28687 Niobrara Glenfield, New Zealand +0.268308 aapg_ai_756.html aapg_ai_756.html:7:793:799 Paluxy Tuscaloosa, Alabama +0.498688 gsa_html_5272671610 gsa_html_5272671610:378:37508:37514 Vernon Eagle Bay, New York +0.261252 gsa_html_7012936645 gsa_html_7012936645:35:3284:3305 Martinsburg Hamburg +0.249458 aapg_ac_545.html aapg_ac_545.html:82:11149:11157 Edmonton Calgary +0.451888 sedimentology_html_6261114825 sedimentology_html_6261114825:135:11176:11181 Rapid Santa Cruz, California +0.250444 palaios_html_6815039820 palaios_html_6815039820:504:45962:45971 Fruitland San Juan County, Utah +0.33124 aapg_ad_379.html aapg_ad_379.html:821:67473:67493 Fall River Black Hills +0.25806 cspg_html_3008414459 cspg_html_3008414459:584:66393:66399 Denver Colorado +0.496908 gsa_html_9119818028 gsa_html_9119818028:9:302:353 Espanola Ontario, California +0.230878 aapg_ai_721.html aapg_ai_721.html:338:34043:34051 Virginia Cape Cod +0.257943 aapg_af_132.html aapg_af_132.html:363:32743:32763 Toro Chile +0.287744 aapg_af_300.html aapg_af_300.html:15:1436:1455 Mesaverde San Juan, Argentina +0.241839 aapg_ac_878.html aapg_ac_878.html:164:20163:20187 Schrader Bluff Anchorage, Alaska +0.467771 gsa_html_2422494332 gsa_html_2422494332:585:59078:59109 Weaverville Weaverville, California +0.496422 aapg_af_947.html aapg_af_947.html:235:37051:37070 Mesaverde Colorado +0.264698 aapg_ai_962.html aapg_ai_962.html:325:22287:22303 San Andres New Mexico +0.70015 aapg_ad_466.html aapg_ad_466.html:665:74556:74567 Englishtown Chesapeake Bay +0.249458 gsa_html_4837287019 gsa_html_4837287019:426:38403:38413 Washington Seattle +0.51986 aapg_af_317.html aapg_af_317.html:412:54033:54051 Niobrara North Sea oil +0.250965 cspg_html_2013109828 cspg_html_2013109828:360:66495:66530 Chancellor Middle East +0.46746 aapg_ai_82.html aapg_ai_82.html:300:33036:33046 Greenbrier Greenbrier (Great Smoky Mountains) +0.251496 AMJC_html_6098427986 AMJC_html_6098427986:1632:153390:153396 Provo London, Ontario +0.26728 cspg_html_3385840278 cspg_html_3385840278:185:25475:25486 Slave Point Lacombe, Alberta +0.259956 gsa_html_7173708345 gsa_html_7173708345:813:64403:64424 Forest Anchorage, Alaska +0.266231 cspg_html_2049168857 cspg_html_2049168857:403:40128:40140 Nicola Victoria, British Columbia +0.251472 gsa_html_8881958017 gsa_html_8881958017:37:4017:4025 Columbia Victoria, British Columbia +0.490455 aapg_ad_980.html aapg_ad_980.html:248:27055:27067 Saskatchewan Lacombe, Alberta +0.937936 aapg_af_808.html aapg_af_808.html:884:114397:114414 Oceanic Barbados +0.266766 cspg_html_5922127221 cspg_html_5922127221:13:884:905 Belly River Lacombe, Alberta +0.479 sedimentology_html_6088596796 sedimentology_html_6088596796:475:24866:24885 Pocatello Boise, Idaho +0.241482 aapg_ac_214.html aapg_ac_214.html:16:2173:2181 Colorado Grand Junction, Colorado +0.24735 aapg_aa_124.html aapg_aa_124.html:242:25310:25320 Nikanassin Kootenay River +0.266352 cspg_html_9152086986 cspg_html_9152086986:36:5208:5215 Halfway Lacombe, Alberta +0.470557 aapg_ae_999.html aapg_ae_999.html:298:41482:41501 Paynes Hammock Tampa, Florida +0.5044 aapg_af_575.html aapg_af_575.html:948:134705:134714 Red River San Angelo, Texas +0.24341 gsa_html_9139668698 gsa_html_9139668698:630:54346:54371 Navajo Logan, Utah +0.504088 gsa_html_3448554349 gsa_html_3448554349:93:10452:10468 Hampshire Catskill Mountains +0.437886 aapg_ae_632.html aapg_ae_632.html:99:9801:9806 Yegua Charlotte, North Carolina +0.48399 cspg_html_9185158332 cspg_html_9185158332:411:57257:57268 Shaftesbury Lacombe, Alberta +0.733056 aapg_ad_55.html aapg_ad_55.html:96:7915:7922 Plattin Decorah, Iowa +0.476398 aapg_ai_814.html aapg_ai_814.html:135:15156:15164 Scotland Podolia Governorate +0.453264 aapg_ah_318.html aapg_ah_318.html:1797:167742:167760 La Caja Mexico +0.253991 gsa_html_9181545711 gsa_html_9181545711:133:14376:14394 Fountain Colorado +0.254518 cspg_html_3354282978 cspg_html_3354282978:742:88553:88573 Swan Hills Pine Brook, New Jersey +0.265224 geology_html_8889376634 geology_html_8889376634:11:465:471 Oregon Salem, Oregon +0.27432 aapg_ae_393.html aapg_ae_393.html:7:872:885 Woodbine East Texas +0.478101 aapg_ac_440.html aapg_ac_440.html:388:51579:51585 Sierra Mexico +0.49068 aapg_ac_575.html aapg_ac_575.html:240:38613:38633 Phosphoria Cheyenne, Wyoming +0.496228 aapg_ah_638.html aapg_ah_638.html:42:4736:4745 Red Bluff Alabama +0.253 aapg_ae_31.html aapg_ae_31.html:144:16872:16884 Fayetteville Arkansas +0.238496 aapg_ae_364.html aapg_ae_364.html:282:26650:26665 San Jose Quito +0.238476 cspg_html_9778753186 cspg_html_9778753186:48:6853:6870 Elk Kootenay River +0.497373 cspg_html_9516677253 cspg_html_9516677253:44:6712:6719 Cardium Lacombe, Alberta +0.509082 aapg_ae_473.html aapg_ae_473.html:205:19521:19531 Tuscaloosa Tinsley, South Yorkshire +0.244976 cspg_html_4193503340 cspg_html_4193503340:306:40109:40128 Rock Springs Cheyenne, Wyoming +0.26163 aapg_aa_322.html aapg_aa_322.html:111:11070:11088 Sycamore Arbuckle, California +0.253616 sedimentology_html_8367734199 sedimentology_html_8367734199:312:34736:34740 Hall London, Ontario +0.241045 cspg_html_2175627313 cspg_html_2175627313:843:83682:83705 Montney Lacombe, Alberta +0.258066 palaios_html_4248032637 palaios_html_4248032637:1677:122446:122455 San Diego California +0.25041 gsa_html_2758185504 gsa_html_2758185504:658:55875:55881 Denver Williston Basin +0.475394 aapg_ad_379.html aapg_ad_379.html:164:14389:14408 Ingleside Colorado +0.543588 aapg_ad_683.html aapg_ad_683.html:783:76068:76076 Moenkopi Supai, Arizona +0.492701 gsa_html_7286981645 gsa_html_7286981645:31:2852:2880 Green River Colorado +0.255474 cspg_html_4666332434 cspg_html_4666332434:511:74337:74359 Judith River Lacombe, Alberta +0.50128 jgeology_html_4115179562 jgeology_html_4115179562:201:13637:13657 Tuscarora Juniata County School District +0.476268 cspg_html_8694594891 cspg_html_8694594891:22:2450:2458 Montreal Quebec City +0.510435 aapg_ai_735.html aapg_ai_735.html:106:10331:10339 Virginia Texas +0.484939 gsa_html_4549983871 gsa_html_4549983871:67:5800:5828 Green River New Mexico +0.481076 sedimentology_html_3479060268 sedimentology_html_3479060268:1634:123845:123850 Yukon Beringia +0.388737 aapg_aa_15.html aapg_aa_15.html:369:38541:38552 San Antonio New Orleans +0.247632 aapg_ac_476.html aapg_ac_476.html:578:80496:80501 Swift North Sea +0.24225 aapg_ad_169.html aapg_ad_169.html:518:59874:59894 Greenbrier Huntington, West Virginia +0.424966 aapg_ac_924.html aapg_ac_924.html:298:30711:30727 Amsden Cheyenne, Wyoming +0.249991 cspg_html_9670138862 cspg_html_9670138862:21:2863:2874 Peace River Lacombe, Alberta +0.501992 gsa_html_3646882130 gsa_html_3646882130:523:47407:47435 Green River New Mexico +0.4655 aapg_ad_632.html aapg_ad_632.html:172:23641:23649 Colorado Denver +0.2545 cspg_html_1923856338 cspg_html_1923856338:31:4984:4996 Saskatchewan Lacombe, Alberta +0.26468 aapg_ae_993.html aapg_ae_993.html:376:37488:37507 Jefferson Logan, Utah +0.263069 palaios_html_9408587909 palaios_html_9408587909:566:55657:55676 Athabasca Lacombe, Alberta +0.854725 aapg_aa_302.html aapg_aa_302.html:56:7476:7486 Wood River Boise, Idaho +0.447412 cspg_html_5586087088 cspg_html_5586087088:121:17317:17330 Turner Valley Highwood, Illinois +0.472366 cspg_html_3953809708 cspg_html_3953809708:70:11603:11611 Columbia Victoria, British Columbia +0.502656 aapg_ae_222.html aapg_ae_222.html:72:11560:11574 Word East Timor +0.257024 aapg_af_46.html aapg_af_46.html:194:21528:21541 Goddard Absaroka +0.26892 aapg_ah_607.html aapg_ah_607.html:48:4284:4294 Phosphoria Populus sect. Aegiros +0.247504 aapg_ah_643.html aapg_ah_643.html:14:2328:2336 Richmond Colorado +0.254007 aapg_aa_78.html aapg_aa_78.html:129:9048:9067 Detroit River Michigan Basin +0.518819 aapg_af_130.html aapg_af_130.html:198:34085:34101 Exshaw Regina, Saskatchewan +0.273304 aapg_ac_701.html aapg_ac_701.html:213:21371:21391 Phosphoria Logan, Utah +0.24453 AMJC_html_4483069041 AMJC_html_4483069041:497:62510:62520 Washington Snoqualmie, Washington +0.260096 aapg_ac_838.html aapg_ac_838.html:50:6101:6107 Antler Manhattan, Kansas +0.48355 aapg_ah_687.html aapg_ah_687.html:365:50459:50479 Clearwater Clearwater, Florida +0.242424 cspg_html_5241714595 cspg_html_5241714595:941:118700:118715 Nisku Lacombe, Alberta +0.490546 cspg_html_2165379999 cspg_html_2165379999:489:45533:45540 Windsor Calgary +0.27501 cspg_html_5345848475 cspg_html_5345848475:1132:106978:106995 Wapiabi Bow River +0.2615 aapg_ae_498.html aapg_ae_498.html:1001:104821:104826 Logan Mexico +0.24846 sedimentology_html_7728336591 sedimentology_html_7728336591:337:26381:26385 Hall London, Ontario +0.240816 aapg_ah_182.html aapg_ah_182.html:66:7777:7795 Hershey Closter, New Jersey +0.23937 palaios_html_8014937086 palaios_html_8014937086:575:47123:47128 Price Earth +0.252993 aapg_ae_58.html aapg_ae_58.html:25:4366:4372 Denver Colorado +0.477158 aapg_ah_10.html aapg_ah_10.html:434:59912:59923 San Joaquin Ventura County, California +0.49749 cspg_html_2161417858 cspg_html_2161417858:43:6348:6364 Exshaw Regina, Saskatchewan +0.468561 cspg_html_7688587411 cspg_html_7688587411:259:27527:27545 Kaskapau Victoria, British Columbia +0.468843 gsa_html_8241338635 gsa_html_8241338635:440:44991:45019 Moenkopi Coconino County, Arizona +0.263682 aapg_ac_245.html aapg_ac_245.html:18:4072:4077 Atoka Nemaha County, Kansas +0.472833 geology_html_9149426637 geology_html_9149426637:27:835:848 Santa Barbara California +0.499069 aapg_ad_880.html aapg_ad_880.html:426:42599:42618 Spearfish Cheyenne, Wyoming +0.475996 aapg_ad_169.html aapg_ad_169.html:96:13021:13041 Greenbrier Greenbrier (Great Smoky Mountains) +0.492735 aapg_ac_126.html aapg_ac_126.html:102:15248:15259 Haynesville Texas +0.261744 aapg_af_854.html aapg_af_854.html:1137:161074:161090 Menard Ohio +0.234087 cspg_html_3990529684 cspg_html_3990529684:9:560:580 Missisauga Bridgetown, Nova Scotia +0.24156 aapg_ae_415.html aapg_ae_415.html:6:691:707 Forest Suwannee County, Florida +0.684229 aapg_ah_536.html aapg_ah_536.html:573:75794:75810 Sligo East Texas +0.247979 aapg_ae_202.html aapg_ae_202.html:9:1330:1338 Virginia Helderberg +0.48896 aapg_aa_106.html aapg_aa_106.html:53:5531:5550 Waterways Lacombe, Alberta +0.754908 palaios_html_5600528347 palaios_html_5600528347:661:60185:60206 Green River Cheyenne, Wyoming +0.258981 aapg_ah_189.html aapg_ah_189.html:339:35278:35300 Black River Michigan +0.47672 aapg_ac_666.html aapg_ac_666.html:248:19301:19311 Pittsburgh Pittsburgh +0.91295 aapg_ac_939.html aapg_ac_939.html:262:29780:29807 Morrison Arizona +0.249964 aapg_af_854.html aapg_af_854.html:242:30537:30547 Kinderhook Mississippi River +0.26416 aapg_ah_52.html aapg_ah_52.html:133:18033:18045 Austin Chalk California +0.238095 aapg_ae_64.html aapg_ae_64.html:255:25693:25701 Willwood Fort Union Trading Post National Historic Site +0.934864 cspg_html_4785922166 cspg_html_4785922166:334:38589:38616 Winnipegosis Manitoba +0.399852 gsa_html_8398449001 gsa_html_8398449001:105:9102:9130 Salt Lake Wasatch Range +0.258566 sedimentology_html_4109585061 sedimentology_html_4109585061:905:78598:78614 Cutler Logan, Utah +0.268299 palaios_html_7308908518 palaios_html_7308908518:506:42559:42573 Beaufort South Africa +0.476 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3435:3451 Guelph Michigan Basin +0.46127 gsa_html_4667678389 gsa_html_4667678389:530:48629:48650 Shedroof Conglomerate Boise, Idaho +0.27716 aapg_ac_333.html aapg_ac_333.html:889:109071:109082 Yeso New Mexico +0.253 aapg_af_18.html aapg_af_18.html:182:21362:21372 Fall River Black Hills +0.261522 cspg_html_3065473572 cspg_html_3065473572:6:527:537 Laurentian Quebec City +0.474719 palaios_html_5559953923 palaios_html_5559953923:666:64979:64985 Taylor London, Ontario +0.505195 aapg_ad_52.html aapg_ad_52.html:34:4214:4234 Coldwater Arenac County, Michigan +0.372832 cspg_html_6786864151 cspg_html_6786864151:1639:98767:98783 Danville Landing Shreveport, Louisiana +0.250985 aapg_ai_158.html aapg_ai_158.html:228:23288:23306 Ramparts Summit Lake (West Virginia) +0.50128 aapg_af_575.html aapg_af_575.html:830:116681:116686 Boggy Atoka, Oklahoma +0.260036 aapg_aa_906.html aapg_aa_906.html:469:51804:51814 Fort Union Fort Union Trading Post National Historic Site +0.5016 cspg_html_8387792223 cspg_html_8387792223:1836:134211:134227 Exshaw Lacombe, Alberta +0.50112 aapg_ac_408.html aapg_ac_408.html:85:8785:8793 Oakville Agua Dulce, Nueces County, Texas +0.495876 cspg_html_4693916254 cspg_html_4693916254:50:8681:8697 Bakken Mississippian culture +0.49504 aapg_af_964.html aapg_af_964.html:367:55527:55533 Viking Lacombe, Alberta +0.251808 aapg_aa_644.html aapg_aa_644.html:476:42685:42694 East Fork Turkey Creek, Louisiana +0.629752 aapg_ae_415.html aapg_ae_415.html:835:103255:103277 Chickasawhay Mississippi River +0.486324 aapg_ad_39.html aapg_ad_39.html:216:14874:14881 Rodessa Miller County, Arkansas +0.475741 gsa_html_2352572665 gsa_html_2352572665:547:49393:49421 Green River Colorado +0.266742 aapg_ad_192.html aapg_ad_192.html:65:8734:8747 Rapides Tuscaloosa, Alabama +0.478116 aapg_ah_662.html aapg_ah_662.html:459:45456:45480 Green River Colorado +0.249951 cspg_html_9703291023 cspg_html_9703291023:314:36685:36716 Lakota Cheyenne, Wyoming +0.264496 aapg_af_481.html aapg_af_481.html:4:696:704 Syracuse Sicily +0.242064 aapg_ad_3.html aapg_ad_3.html:737:70329:70337 Virginia Washington (state) +0.490042 aapg_aa_696.html aapg_aa_696.html:770:80632:80640 Colorado Colorado +0.452325 aapg_ah_387.html aapg_ah_387.html:307:30785:30794 Knoxville Knoxville, Illinois +0.253356 cspg_html_2419618566 cspg_html_2419618566:100:16893:16916 Mount Forster Canada +0.704052 aapg_ae_536.html aapg_ae_536.html:478:52060:52071 Green River Denver +0.244736 sedimentology_html_1046729113 sedimentology_html_1046729113:1656:141806:141815 Cold Lake Clearwater, Florida +0.25443 aapg_ai_515.html aapg_ai_515.html:415:45206:45223 Wasatch Wasatch Range +0.494088 palaios_html_9041058007 palaios_html_9041058007:41:4019:4039 Grant Lake Kentucky +0.262169 aapg_ac_333.html aapg_ac_333.html:963:116764:116782 Scherrer Arizona +0.37389 gsa_html_4930932370 gsa_html_4930932370:1167:125460:125470 Michigamme Michigan +0.252888 aapg_ae_319.html aapg_ae_319.html:289:21308:21313 Uinta Logan, Utah +0.249975 cspg_html_6839937815 cspg_html_6839937815:271:38236:38243 Thaynes Fort Douglas (Canada) +0.479744 sedimentology_html_6089121782 sedimentology_html_6089121782:686:72143:72147 Hall Cambridge +0.463866 cspg_html_2838996125 cspg_html_2838996125:167:30250:30271 Hare Indian Mackenzie River +0.25123 palaios_html_3022467877 palaios_html_3022467877:355:39962:39983 Hornerstown Closter, New Jersey +0.245058 aapg_aa_995.html aapg_aa_995.html:560:43733:43752 Whitewood Englewood, New Jersey +0.239571 geology_html_2590384709 geology_html_2590384709:17:1186:1194 Colorado Denver +0.44736 aapg_ah_973.html aapg_ah_973.html:131:7270:7280 Coon Creek Knoxville, Tennessee +0.512487 gsa_html_3696101390 gsa_html_3696101390:772:67857:67885 Green River Colorado +0.240458 cspg_html_5358383351 cspg_html_5358383351:289:39172:39185 Windsor Canada +0.26037 cspg_html_6472484014 cspg_html_6472484014:439:46353:46382 La Vieille New Brunswick, New Jersey +0.24696 aapg_ac_559.html aapg_ac_559.html:583:78942:78964 Bluff Canada +0.425744 aapg_af_830.html aapg_af_830.html:529:61633:61643 Rio Grande Texas +0.497596 aapg_aa_199.html aapg_aa_199.html:207:21748:21769 Martinsburg Middle Ordovician +0.508464 aapg_af_997.html aapg_af_997.html:333:47069:47084 Mesaverde Colorado +0.474447 aapg_ae_427.html aapg_ae_427.html:822:56260:56278 Pinecate San Benito County, California +0.247883 geology_html_9041891624 geology_html_9041891624:20:817:823 Denver Colorado +0.509894 aapg_ae_725.html aapg_ae_725.html:686:64811:64816 Swift Stroudsburg, Pennsylvania +0.2505 cspg_html_2175627313 cspg_html_2175627313:87:10740:10766 Sulphur Mountain Victoria, British Columbia +0.257544 sedimentology_html_4101202094 sedimentology_html_4101202094:261:24989:24997 Columbia Salem, Oregon +0.254508 aapg_aa_904.html aapg_aa_904.html:435:37014:37024 Milk River Prudhoe Bay Oil Field +0.487113 gsa_html_5188174363 gsa_html_5188174363:64:5356:5384 Green River Colorado +0.260148 aapg_af_551.html aapg_af_551.html:13:1396:1417 Lake Valley Rift Valley lakes +0.256512 sedimentology_html_3369397192 sedimentology_html_3369397192:1034:62202:62206 Hall London, Ontario +0.493908 aapg_ah_830.html aapg_ah_830.html:205:22575:22580 Weeks Reno, Nevada +0.499554 cspg_html_6064089067 cspg_html_6064089067:77:9248:9257 Maquoketa Winnipeg +0.269724 aapg_ae_680.html aapg_ae_680.html:516:49505:49513 Monterey California +0.50825 aapg_af_860.html aapg_af_860.html:68:5889:5895 Sparta Lake Ontario +0.257466 aapg_ah_871.html aapg_ah_871.html:489:54190:54203 Chazy Montreal +0.4997 gsa_html_1465687448 gsa_html_1465687448:824:92812:92840 Green River Colorado +0.506912 geology_html_2132529104 geology_html_2132529104:197:21531:21558 Santa Cruz California +0.26946 aapg_ac_333.html aapg_ac_333.html:406:52274:52289 Supai Arizona +0.4608 palaios_html_8447729660 palaios_html_8447729660:431:48254:48272 Willwood Cheyenne, Wyoming +0.483585 gsa_html_3151431803 gsa_html_3151431803:81:9728:9740 Cutler Kayenta, Arizona +0.491064 cspg_html_1870927435 cspg_html_1870927435:118:14020:14025 Flume Lacombe, Alberta +0.244398 cspg_html_2184632302 cspg_html_2184632302:123:12217:12246 Athabasca Lacombe, Alberta +0.475268 aapg_aa_207.html aapg_aa_207.html:28:3850:3861 Green River Powder River (Montana) +0.49794 gsa_html_9743153599 gsa_html_9743153599:31:2633:2661 Green River Colorado +0.26988 jgeology_html_1836103970 jgeology_html_1836103970:190:14904:14924 Boss Point New Glasgow, Nova Scotia +0.493712 aapg_ac_633.html aapg_ac_633.html:11:1528:1532 Hall Sangre de Cristo Range +0.472098 gsa_html_1133728972 gsa_html_1133728972:1202:81617:81645 Green River Colorado +0.277943 aapg_aa_960.html aapg_aa_960.html:237:19365:19372 Entrada North Creek, Washington +0.506883 aapg_ae_997.html aapg_ae_997.html:9:1475:1483 Prospect Absaroka +0.256432 aapg_af_854.html aapg_af_854.html:551:75097:75102 Salem Bath, Somerset +0.487622 sedimentology_html_8344884381 sedimentology_html_8344884381:1078:94886:94915 Castle Hayne North Carolina +0.473256 aapg_ai_105.html aapg_ai_105.html:755:90284:90301 Oquirrh Kaibab, Arizona +0.248 AMJC_html_4486401509 AMJC_html_4486401509:411:38805:38817 Pinal Schist Arizona +0.470825 gsa_html_4837287019 gsa_html_4837287019:16:771:779 Colorado Denver +0.482733 geology_html_6483692723 geology_html_6483692723:183:18853:18877 El Paso West Texas +0.256162 jgeology_html_3924418909 jgeology_html_3924418909:724:55445:55470 Sierra New Mexico +0.262614 geology_html_5171586381 geology_html_5171586381:295:24124:24133 Peninsula Caribbean +0.23904 aapg_ae_176.html aapg_ae_176.html:143:16312:16327 Colorado Lacombe, Alberta +0.503908 geology_html_7649550424 geology_html_7649550424:315:24619:24625 Snyder Earth +0.481873 gsa_html_4339524478 gsa_html_4339524478:1050:96502:96512 Washington Boise, Idaho +0.509548 sedimentology_html_2265212258 sedimentology_html_2265212258:816:62984:62998 Frio Texas +0.254944 cspg_html_8739892219 cspg_html_8739892219:254:41942:41954 Sustut Victoria, British Columbia +0.468135 geology_html_9083528258 geology_html_9083528258:269:23755:23761 Denver Lowell, Massachusetts +0.475205 cspg_html_9751694613 cspg_html_9751694613:483:35571:35579 Columbia Victoria, British Columbia +0.252416 cspg_html_8363357104 cspg_html_8363357104:630:78911:78919 Columbia Victoria, British Columbia +0.446985 aapg_ae_993.html aapg_ae_993.html:352:35257:35276 Jefferson Boise, Idaho +0.478296 geology_html_7979100139 geology_html_7979100139:365:25968:25974 Reston Virginia +0.260099 cspg_html_8174352156 cspg_html_8174352156:241:31973:31981 Columbia Victoria, British Columbia +0.48297 aapg_ac_400.html aapg_ac_400.html:148:15366:15376 Bald Eagle Lycoming County, Pennsylvania +0.491064 aapg_ac_190.html aapg_ac_190.html:158:26642:26663 Skaneateles Skaneateles (village), New York +0.259072 jgeology_html_4115179562 jgeology_html_4115179562:382:28528:28567 Unicoi Virginia +0.362313 cspg_html_9735723617 cspg_html_9735723617:289:36417:36439 Weatherall Melville Island (Canada) +0.254448 aapg_af_177.html aapg_af_177.html:71:6860:6868 Woodford Ardmore, Pennsylvania +0.276387 aapg_af_191.html aapg_af_191.html:232:24734:24742 Big Hill Big Hill, Indiana +0.468993 gsa_html_1248731493 gsa_html_1248731493:70:6036:6041 Yukon Anchorage, Alaska +0.489168 gsa_html_1561548255 gsa_html_1561548255:548:56543:56551 Fillmore California +0.26572 aapg_ae_904.html aapg_ae_904.html:173:18301:18310 Minnelusa Black Hills +0.269261 palaios_html_9518809405 palaios_html_9518809405:482:43803:43812 Kitchener South Africa +0.473256 aapg_ae_343.html aapg_ae_343.html:18:1983:1990 Rapides Mississippi River +0.298809 aapg_ah_320.html aapg_ah_320.html:48:4882:4892 Loyalhanna Greenbrier (Great Smoky Mountains) +0.478435 geology_html_6317781233 geology_html_6317781233:215:17806:17810 Bond North Atlantic Current +0.249984 gsa_html_9613801428 gsa_html_9613801428:146:15618:15646 Talkeetna Matanuska-Susitna Valley +0.352925 cspg_html_9113030208 cspg_html_9113030208:39:5257:5277 Otto Fiord Ellesmere Island +0.49131 aapg_ai_409.html aapg_ai_409.html:113:13004:13012 Nacatoch Saratoga, California +0.384912 aapg_af_668.html aapg_af_668.html:26:4258:4266 Catskill Huntington, West Virginia +0.4896 sedimentology_html_1280732031 sedimentology_html_1280732031:872:86226:86240 Tabb Virginia +0.501804 cspg_html_1812427756 cspg_html_1812427756:308:40798:40808 Assistance Calgary +0.2605 aapg_af_786.html aapg_af_786.html:143:16073:16079 Midway Texas +0.49518 aapg_ad_351.html aapg_ad_351.html:282:27376:27399 Gilmore City Sedalia, Missouri +0.497034 cspg_html_1378826439 cspg_html_1378826439:525:44406:44422 Viking Canada +0.257895 aapg_ae_185.html aapg_ae_185.html:201:17486:17495 Shongaloo Carterville, Illinois +0.48246 gsa_html_9299329909 gsa_html_9299329909:1058:97769:97783 Rockwell Los Angeles +0.25194 aapg_ai_1.html aapg_ai_1.html:303:26993:26998 Molas San Juan Mountains +0.247476 cspg_html_5880669950 cspg_html_5880669950:609:60940:60946 Antler Arctic Cordillera +0.249516 aapg_ai_17.html aapg_ai_17.html:285:24879:24889 Rio Grande Texas +0.25296 AMJC_html_8128063878 AMJC_html_8128063878:1123:135306:135312 Denver Colorado +0.488188 gsa_html_6765882493 gsa_html_6765882493:911:117204:117209 Steel Spain +0.52894 gsa_html_2687257141 gsa_html_2687257141:70:5389:5417 Green River Colorado +0.257214 palaios_html_4834438637 palaios_html_4834438637:411:41556:41574 Judith River Lacombe, Alberta +0.25676 aapg_af_357.html aapg_af_357.html:196:21025:21030 Salem Salem, Massachusetts +0.490496 gsa_html_1193272356 gsa_html_1193272356:54:3457:3485 Green River Colorado +0.507056 gsa_html_5775548763 gsa_html_5775548763:308:26363:26391 Green River Colorado +0.262314 aapg_ae_959.html aapg_ae_959.html:1577:113918:113936 Yeso Texas +0.477158 gsa_html_5189008413 gsa_html_5189008413:896:60761:60789 Green River Colorado +0.429135 aapg_ac_253.html aapg_ac_253.html:76:11390:11410 Brownsport Bainbridge, Georgia +0.258416 cspg_html_2976104632 cspg_html_2976104632:50:7993:8015 Swift Cordillera Administrative Region +0.490716 gsa_html_7727128233 gsa_html_7727128233:1643:134112:134140 Green River New Mexico +0.486266 aapg_ad_376.html aapg_ad_376.html:101:9801:9821 Greenbrier Huntington, West Virginia +0.271041 aapg_ah_801.html aapg_ah_801.html:250:19219:19227 Glasford La Salle, Colorado +0.470305 jgeology_html_5803513114 jgeology_html_5803513114:186:15403:15431 Littleton Rangeley, Maine +0.49248 AMJC_html_5516451353 AMJC_html_5516451353:340:36155:36172 Massabesic Gneiss Middlesex Fells Reservation Parkways +0.244258 geology_html_6407364180 geology_html_6407364180:67:6441:6457 Navajo Logan, Utah +0.246422 aapg_ac_835.html aapg_ac_835.html:1109:162290:162299 Minnelusa Hartville, Missouri +0.49608 cspg_html_2283545366 cspg_html_2283545366:603:63856:63874 Sundance Cheyenne, Wyoming +0.243712 cspg_html_6901590840 cspg_html_6901590840:216:20618:20626 Columbia Victoria, British Columbia +0.28249 cspg_html_6252417471 cspg_html_6252417471:254:37252:37274 Eureka Sound Banks Island +0.479808 cspg_html_8021635994 cspg_html_8021635994:326:36898:36919 Beaverhill Lacombe, Alberta +0.373116 aapg_ai_410.html aapg_ai_410.html:65:8453:8464 Uinta Uinta Mountains +0.472443 cspg_html_5593011953 cspg_html_5593011953:185:21760:21787 Halfway Valhalla, New York +0.269916 aapg_aa_45.html aapg_aa_45.html:217:26682:26690 Moenkopi Moenkopi Formation +0.675432 aapg_ae_63.html aapg_ae_63.html:120:13129:13166 Water Canyon Boise, Idaho +0.231217 aapg_ai_491.html aapg_ai_491.html:319:40156:40172 Uncompahgre Hermosa, Chicago +0.48705 aapg_ad_858.html aapg_ad_858.html:180:12704:12714 Lewisville Lafayette County, Florida +0.253727 cspg_html_2408887763 cspg_html_2408887763:358:45426:45437 Belly River England +0.249991 aapg_ad_152.html aapg_ad_152.html:1661:213291:213306 Loray Reno, Nevada +0.273493 cspg_html_3501550466 cspg_html_3501550466:6:308:341 Grosmont Lacombe, Alberta +0.26728 aapg_aa_105.html aapg_aa_105.html:491:51807:51815 Colorado Western world +0.48096 cspg_html_9894399778 cspg_html_9894399778:68:6240:6290 Pakowki Lacombe, Alberta +0.544712 aapg_ah_448.html aapg_ah_448.html:3:168:188 San Miguel Texas +0.458232 sedimentology_html_6261114825 sedimentology_html_6261114825:707:57224:57230 Oliver London, Ontario +0.246 aapg_af_508.html aapg_af_508.html:503:52478:52486 Colorado Denver +0.347996 jgeology_html_1838149422 jgeology_html_1838149422:1275:102258:102276 John Day Salem, Oregon +0.494853 aapg_aa_775.html aapg_aa_775.html:550:56785:56805 Tuscaloosa Alabama +0.491512 cspg_html_8840748783 cspg_html_8840748783:716:82597:82615 Dunvegan Lacombe, Alberta +0.262812 aapg_ae_777.html aapg_ae_777.html:608:68462:68471 Leadville Kinderhook (town), New York +0.24156 aapg_af_2.html aapg_af_2.html:368:39536:39553 Keating New Mexico +0.90342 sedimentology_html_8006979411 sedimentology_html_8006979411:1104:90322:90340 Frontier Powder River Basin +0.24276 aapg_ae_728.html aapg_ae_728.html:515:43934:43952 Fountain Colorado +0.268786 geology_html_4403865682 geology_html_4403865682:16:816:825 Eel River California +0.260568 aapg_ad_466.html aapg_ad_466.html:297:36707:36715 Virginia Tuscaloosa, Alabama +0.2678 sedimentology_html_3181527419 sedimentology_html_3181527419:28:2231:2240 Pocatello Canberra +0.270864 aapg_ad_2.html aapg_ad_2.html:1593:220495:220506 Beekmantown Bellefonte, Pennsylvania +0.48384 aapg_ad_140.html aapg_ad_140.html:71:6567:6580 Hosston Arkansas +0.777573 gsa_html_5952049575 gsa_html_5952049575:605:65844:65854 Fort Union Cheyenne, Wyoming +0.494208 aapg_ac_983.html aapg_ac_983.html:525:72272:72280 Traverse Iowa +0.505932 aapg_af_788.html aapg_af_788.html:15:2314:2322 Michigan Muskegon, Michigan +0.24429 aapg_ac_245.html aapg_ac_245.html:317:41991:42001 Deer Creek Topeka, Kansas +0.267596 aapg_ac_629.html aapg_ac_629.html:4:570:580 Citronelle Oberlin, Ohio +0.518518 gsa_html_1636483297 gsa_html_1636483297:735:67950:67971 Green River Colorado +0.506625 aapg_ah_536.html aapg_ah_536.html:144:19493:19506 Sycamore Austin, Chicago +0.858312 aapg_ah_223.html aapg_ah_223.html:50:5278:5296 Niobrara Denver +0.481327 aapg_ad_908.html aapg_ad_908.html:404:42328:42339 San Antonio Guia, Albufeira +0.2445 aapg_ac_671.html aapg_ac_671.html:47:4624:4632 Gallatin White County, Indiana +0.48195 aapg_ad_2.html aapg_ad_2.html:1272:174511:174556 Black River Black River, Jamaica +0.271405 cspg_html_9778753186 cspg_html_9778753186:233:34626:34634 Columbia Victoria, British Columbia +0.247955 aapg_ah_435.html aapg_ah_435.html:323:38917:38930 Reynosa Texas +0.497097 aapg_ac_985.html aapg_ac_985.html:122:11382:11405 Menard Chester, Pennsylvania +0.254338 aapg_ai_28.html aapg_ai_28.html:381:37175:37185 Rio Grande Nueces River +0.262044 cspg_html_2090868931 cspg_html_2090868931:72:9130:9147 Cardium Lacombe, Alberta +0.288564 aapg_aa_232.html aapg_aa_232.html:603:63578:63590 Dakota Colorado +0.482304 geology_html_9479757031 geology_html_9479757031:266:26014:26041 Columbia Washington (state) +0.2545 jgeology_html_4720707312 jgeology_html_4720707312:1249:78159:78163 Vale Rio de Janeiro +0.232104 aapg_ad_649.html aapg_ad_649.html:481:60841:60851 Blackstone Cheyenne, Wyoming +0.470496 aapg_ah_881.html aapg_ah_881.html:143:17073:17093 Huntingdon Victoria, British Columbia +0.257424 palaios_html_1505752132 palaios_html_1505752132:509:46760:46787 Athabasca Pemberton, British Columbia +0.47532 aapg_ai_926.html aapg_ai_926.html:297:39098:39106 Colorado Denver +0.353974 aapg_aa_161.html aapg_aa_161.html:335:33479:33498 La Quinta Venezuela +0.252396 aapg_aa_718.html aapg_aa_718.html:562:61463:61473 Washington Monongahela, Pennsylvania +0.492032 aapg_ae_223.html aapg_ae_223.html:394:46984:47005 Green River Tipton, Indiana +0.477405 sedimentology_html_3181527419 sedimentology_html_3181527419:40:3784:3788 Earp Arizona +0.482023 aapg_ac_187.html aapg_ac_187.html:3612:343887:343898 Chicontepec Matamoros, Tamaulipas +0.26964 aapg_ad_653.html aapg_ad_653.html:538:71348:71353 Yukon Davis Strait +0.241664 gsa_html_4593629541 gsa_html_4593629541:123:13259:13286 Rangeley Piermont, New York +0.51965 sedimentology_html_8510537334 sedimentology_html_8510537334:776:59616:59636 Bloomsburg Pennsylvania +0.90534 cspg_html_4298557570 cspg_html_4298557570:203:28888:28906 Paskapoo Regina, Saskatchewan +0.443201 aapg_ai_105.html aapg_ai_105.html:15:2002:2019 Madison Western world +0.486588 cspg_html_6032369756 cspg_html_6032369756:368:43665:43673 Columbia Victoria, British Columbia +0.48093 gsa_html_5081991493 gsa_html_5081991493:883:71587:71597 Washington Victoria, British Columbia +0.477158 jgeology_html_8750845452 jgeology_html_8750845452:417:37545:37553 Michigan Lake Michigan +0.253847 cspg_html_2834693711 cspg_html_2834693711:393:54277:54298 Trent River Nanoose Bay, British Columbia +0.259548 aapg_ad_800.html aapg_ad_800.html:147:17682:17698 Ripley Alabama +0.473055 cspg_html_7881580279 cspg_html_7881580279:51:8191:8199 Winnipeg Manitoba +0.262566 cspg_html_1818321956 cspg_html_1818321956:406:39892:39900 Columbia Victoria, British Columbia +0.457401 aapg_aa_96.html aapg_aa_96.html:69:6856:6869 Hermosa Logan, Utah +0.266156 aapg_ad_785.html aapg_ad_785.html:286:28676:28683 Madison Red Creek, New York +0.45885 cspg_html_4603985064 cspg_html_4603985064:134:17598:17604 Denver Canada +0.464732 aapg_ad_812.html aapg_ad_812.html:69:9371:9377 Chinle Chinle Formation +0.492768 geology_html_8643967398 geology_html_8643967398:16:782:809 Society Cliffs Canadian Arctic Archipelago +0.241566 aapg_ai_66.html aapg_ai_66.html:163:13938:13946 Colorado Waverly, Ohio +0.47821 geology_html_3322439488 geology_html_3322439488:212:20092:20107 Rapid Sierra Nevada (U.S.) +0.256486 aapg_ad_400.html aapg_ad_400.html:263:23484:23505 Phosphoria Kaibab, Arizona +0.262063 geology_html_3433614123 geology_html_3433614123:321:24698:24702 Kent Earth +0.465689 palaios_html_5552054627 palaios_html_5552054627:554:48044:48078 Petersburg Melbourne, Florida +0.51965 aapg_ad_338.html aapg_ad_338.html:79:10147:10164 Potomac Closter, New Jersey +0.255972 palaios_html_3112927242 palaios_html_3112927242:991:75187:75195 Virginia Woodstock, Illinois +0.4656 aapg_ad_169.html aapg_ad_169.html:408:46769:46787 Greenbrier Greenbrier (Great Smoky Mountains) +0.486072 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14357:14377 Blackstone Lacombe, Alberta +0.260608 aapg_aa_320.html aapg_aa_320.html:783:51895:51907 Colon Venezuela +0.68497 aapg_af_854.html aapg_af_854.html:367:46916:46936 Keokuk Missouri River +0.494 cspg_html_3871608501 cspg_html_3871608501:22:2190:2222 Grande Greve York +0.263069 cspg_html_4796942391 cspg_html_4796942391:5:222:240 Dunvegan Victoria, British Columbia +0.516705 aapg_aa_78.html aapg_aa_78.html:178:12446:12458 Salina Allegan County, Michigan +0.24929 aapg_ah_621.html aapg_ah_621.html:333:36584:36601 Hermosa Colorado +0.278236 aapg_ae_263.html aapg_ae_263.html:133:10908:10923 Marcellus Helderberg +0.25194 gsa_html_3096615185 gsa_html_3096615185:58:5739:5752 Nahant Gabbro Nahant, Massachusetts +0.247808 cspg_html_9343899465 cspg_html_9343899465:1333:111317:111348 Nordstrand Point Ellesmere Island +0.5018 cspg_html_1732329534 cspg_html_1732329534:268:33449:33474 Paskapoo Red Deer, Alberta +0.80189 aapg_ad_237.html aapg_ad_237.html:70:7243:7249 Forest Trinidad and Tobago +0.237656 aapg_ai_357.html aapg_ai_357.html:101:12683:12701 Anacacho Austin, Chicago +0.452196 gsa_html_7442738603 gsa_html_7442738603:1303:123490:123508 Ella Bay Ellesmere Island +0.405 aapg_ad_880.html aapg_ad_880.html:350:36388:36411 Gypsum Spring Black Hills +0.257424 cspg_html_7086880709 cspg_html_7086880709:512:67279:67302 Fort Simpson Mackenzie River +0.466 palaios_html_1262064602 palaios_html_1262064602:1001:99395:99407 Dockum Texas +0.258542 gsa_html_4431779557 gsa_html_4431779557:101:8271:8290 Seminole Muleshoe National Wildlife Refuge +0.47138 AMJC_html_4504848787 AMJC_html_4504848787:64:9228:9250 Mechum River Virginia +0.84527 aapg_af_735.html aapg_af_735.html:340:38025:38042 Forest Trinidad and Tobago +0.362 aapg_aa_357.html aapg_aa_357.html:211:18243:18247 Rico San Juan Mountains +0.486837 cspg_html_3409371621 cspg_html_3409371621:362:44927:44943 Gates Victoria, British Columbia +0.260445 cspg_html_2490951833 cspg_html_2490951833:220:30679:30689 Mount Hawk Western world +0.472248 sedimentology_html_9173053479 sedimentology_html_9173053479:301:20694:20698 Bern Bremen (state) +0.25857 gsa_html_4891459463 gsa_html_4891459463:1279:118660:118668 Rockwell California +0.492252 geology_html_2391629888 geology_html_2391629888:330:27664:27683 Olcese Sand Kern County, California +0.256036 palaios_html_3796939457 palaios_html_3796939457:395:38599:38617 Woodbine Texas +0.476763 aapg_ac_789.html aapg_ac_789.html:80:15446:15459 Barnett Shackelford County, Texas +0.2997 aapg_ah_306.html aapg_ah_306.html:80:10885:10891 Barrow Perth, Scotland +0.2616 aapg_ae_319.html aapg_ae_319.html:656:54768:54773 Stump Uinta Mountains +0.244989 aapg_af_128.html aapg_af_128.html:294:31551:31561 Minnekahta East Asia +0.270908 aapg_ae_157.html aapg_ae_157.html:67:5654:5664 South Park Colorado +0.270918 cspg_html_8089302449 cspg_html_8089302449:331:57302:57315 Watt Mountain Regina, Saskatchewan +0.366224 aapg_ah_772.html aapg_ah_772.html:757:64635:64657 Owens Valley Spring Mountains National Recreation Area +0.255786 aapg_ad_983.html aapg_ad_983.html:340:29181:29188 Clinton Canton, Ohio +0.262144 palaios_html_3796939457 palaios_html_3796939457:615:49020:49049 Woodbine Texas +0.85974 cspg_html_4287356899 cspg_html_4287356899:1567:219025:219037 Jungle Creek Anchorage, Alaska +0.256649 AMJC_html_1873062106 AMJC_html_1873062106:846:95224:95242 Morrison Colorado +0.465885 aapg_aa_4.html aapg_aa_4.html:15:2372:2393 West Falls Genesee County, Michigan +0.255987 aapg_ad_318.html aapg_ad_318.html:459:55087:55093 Guelph Lockport (city), New York +0.506412 aapg_ac_730.html aapg_ac_730.html:6:801:816 Mesaverde Mancos, Colorado +0.266252 aapg_ad_696.html aapg_ad_696.html:284:26764:26769 Yegua Lee County, Alabama +0.45936 aapg_ae_715.html aapg_ae_715.html:482:62730:62744 Frio Greta, Victoria +0.26468 cspg_html_1351473625 cspg_html_1351473625:72:12025:12050 Mount Head North Portal, Saskatchewan +0.271441 cspg_html_3463500725 cspg_html_3463500725:121:16046:16067 Gros Ventre Gallatin, Tennessee +0.248412 aapg_af_663.html aapg_af_663.html:309:32309:32315 Pawnee Lexington, Kentucky +0.477225 aapg_ai_985.html aapg_ai_985.html:629:67933:67954 San Antonio Colombia +0.24451 cspg_html_9008569748 cspg_html_9008569748:36:3930:3938 Edmonton Edmonton, London +0.479359 palaios_html_9133125241 palaios_html_9133125241:522:64157:64161 Kope Bellevue, Nebraska +0.49502 gsa_html_5081991493 gsa_html_5081991493:1507:109198:109226 Green River Wisconsin +0.263971 gsa_html_4120839285 gsa_html_4120839285:1262:126235:126250 Orocopia Schist California +0.25632 gsa_html_1783148177 gsa_html_1783148177:540:58364:58386 Artist Drive Eagle Mountain (Minnesota) +0.262135 palaios_html_7010013984 palaios_html_7010013984:873:82038:82066 Willwood Cheyenne, Wyoming +0.492012 gsa_html_2832151886 gsa_html_2832151886:23:1376:1399 Dunvegan Lacombe, Alberta +0.263626 cspg_html_4699684578 cspg_html_4699684578:526:56482:56497 Cairn Lacombe, Alberta +0.675492 aapg_ad_351.html aapg_ad_351.html:446:39924:39946 Gilmore City Iowa +0.251835 aapg_aa_787.html aapg_aa_787.html:417:49681:49687 Provo Texas +0.265584 aapg_aa_108.html aapg_aa_108.html:43:4154:4181 Prospect Reno, Nevada +0.240584 aapg_aa_484.html aapg_aa_484.html:456:46143:46149 Sabine Ouachita Parish, Louisiana +0.927 gsa_html_8951179545 gsa_html_8951179545:537:66416:66428 Wilcox Austin, Chicago +0.498419 gsa_html_6441142238 gsa_html_6441142238:202:20403:20420 Decorah Glenwood, Utah +0.45885 cspg_html_2820751927 cspg_html_2820751927:5:234:270 Albert New Brunswick, New Jersey +0.246512 geology_html_2282539718 geology_html_2282539718:24:815:821 Oregon Salem, Oregon +0.255528 AMJC_html_1873062106 AMJC_html_1873062106:1095:115025:115036 Kaiparowits Logan, Utah +0.24638 aapg_ai_44.html aapg_ai_44.html:193:29582:29588 Perija Lake Maracaibo +0.260096 aapg_aa_634.html aapg_aa_634.html:630:55762:55769 Guanabo Havana +0.262584 aapg_ah_80.html aapg_ah_80.html:54:5598:5620 Arkose Ridge Matanuska-Susitna Valley +0.249428 sedimentology_html_8606244077 sedimentology_html_8606244077:824:75863:75901 Kingston Peak California +0.49419 cspg_html_4331869613 cspg_html_4331869613:339:39113:39121 Mt. Head Lacombe, Alberta +0.23472 aapg_aa_145.html aapg_aa_145.html:367:39170:39175 Yukon Victoria, British Columbia +0.259776 aapg_aa_22.html aapg_aa_22.html:142:15146:15162 El Paso Sacramento Mountains (California) +0.442188 cspg_html_3129231627 cspg_html_3129231627:139:19321:19344 Eleanor River Middle Ordovician +0.255374 aapg_ac_258.html aapg_ac_258.html:47:8311:8323 New Scotland New Scotland, New York +0.26988 cspg_html_1293312960 cspg_html_1293312960:748:75693:75702 San Diego California +0.262023 aapg_ak_55.html aapg_ak_55.html:4:612:631 Tuscarora Maryland +0.8759 aapg_ah_96.html aapg_ah_96.html:544:63619:63633 Winnipeg Williston, Vermont +0.25853 cspg_html_7325522863 cspg_html_7325522863:61:10946:10974 Cold Lake Lacombe, Alberta +0.781948 aapg_ac_742.html aapg_ac_742.html:92:10995:11018 Gypsum Spring Spearfish, South Dakota +0.25806 AMJC_html_5390933660 AMJC_html_5390933660:186:19410:19431 Waits River Middle Ordovician +0.255025 AMJC_html_6064451271 AMJC_html_6064451271:658:71305:71330 Francisco California +0.26728 aapg_ai_49.html aapg_ai_49.html:324:40698:40705 Todilto Colorado +0.263376 aapg_ae_41.html aapg_ae_41.html:1189:83093:83118 Beaverhill Lacombe, Alberta +0.521547 aapg_ah_231.html aapg_ah_231.html:32:2953:2960 Hosston Paluxy, Texas +0.461835 aapg_ai_688.html aapg_ai_688.html:438:47653:47668 Rochester Pennsylvania +0.252813 jgeology_html_8355852976 jgeology_html_8355852976:226:17433:17441 Colorado Pueblo, Colorado +0.247464 aapg_aa_133.html aapg_aa_133.html:147:16126:16131 Basal Edmonton, London +0.487172 cspg_html_2667403559 cspg_html_2667403559:430:56685:56692 Sayabec West Point, New York +0.259032 sedimentology_html_9199455608 sedimentology_html_9199455608:871:65207:65211 Hall London, Ontario +0.544939 aapg_aa_702.html aapg_aa_702.html:1606:153974:153983 Mackenzie Lacombe, Alberta +0.248937 aapg_af_32.html aapg_af_32.html:102:10547:10555 Santiago Chile +0.249488 cspg_html_2585769771 cspg_html_2585769771:557:66413:66433 Wapiabi Canada +0.265221 cspg_html_8612721867 cspg_html_8612721867:1108:134736:134766 Beaverhill Lacombe, Alberta +0.484932 sedimentology_html_2898428289 sedimentology_html_2898428289:1926:96478:96506 Prairie Regina, Saskatchewan +0.24929 aapg_ah_586.html aapg_ah_586.html:28:2608:2618 Washington Coshocton, Ohio +0.247486 aapg_aa_644.html aapg_aa_644.html:3:598:613 Smoot Boise, Idaho +0.486675 cspg_html_3762708087 cspg_html_3762708087:550:70356:70367 Viking Lacombe, Alberta +0.267806 cspg_html_4655200751 cspg_html_4655200751:208:32121:32136 Nisku Lacombe, Alberta +0.460792 gsa_html_3170716243 gsa_html_3170716243:1105:103979:103984 Rapid Altiplano +0.506012 aapg_ai_582.html aapg_ai_582.html:31:3673:3678 Piper Regina, Saskatchewan +0.254448 cspg_html_2873888604 cspg_html_2873888604:229:35069:35088 Pardonet Victoria, British Columbia +0.463766 aapg_ac_380.html aapg_ac_380.html:492:57775:57792 Rondout Helderberg +0.482328 palaios_html_7179643765 palaios_html_7179643765:37:2884:2901 La Luna Venezuela +0.504768 aapg_ad_721.html aapg_ad_721.html:198:18055:18065 San Andres Guadalupe Mountains National Park +0.85806 aapg_ah_10.html aapg_ah_10.html:100:15711:15733 San Joaquin San Joaquin River +0.480312 palaios_html_5582845937 palaios_html_5582845937:314:31598:31605 Hampton Virginia +0.486472 aapg_ai_975.html aapg_ai_975.html:121:15876:15893 Hosston Mexico +0.248832 aapg_ac_333.html aapg_ac_333.html:869:106413:106417 Yeso Arizona +0.272228 cspg_html_5435328392 cspg_html_5435328392:370:37610:37618 Columbia Victoria, British Columbia +0.500076 gsa_html_3198528745 gsa_html_3198528745:693:74696:74724 Green River Colorado +0.264115 aapg_ah_301.html aapg_ah_301.html:740:87362:87386 Mission Canyon Williston, Vermont +0.511272 aapg_ah_252.html aapg_ah_252.html:272:22279:22284 Atoka Atoka, Oklahoma +0.497038 geology_html_2648975431 geology_html_2648975431:12:515:523 Virginia Reston, Virginia +0.45339 gsa_html_5865982995 gsa_html_5865982995:1062:115733:115751 Bridger Wasatch Range +0.498324 AMJC_html_3770590633 AMJC_html_3770590633:463:61742:61761 Pocatello Boise, Idaho +0.485077 AMJC_html_4692260170 AMJC_html_4692260170:133:14477:14486 Littleton Bennington, Vermont +0.46683 aapg_ad_757.html aapg_ad_757.html:273:33752:33768 Galena Iowa +0.245214 aapg_ae_65.html aapg_ae_65.html:239:26387:26402 Telegraph Creek Niobrara, Nebraska +0.262644 aapg_ah_775.html aapg_ah_775.html:228:27897:27912 Diablo Sacramento, California +0.392396 palaios_html_8950382583 palaios_html_8950382583:684:59480:59501 Green River Uinta County, Wyoming +0.283466 aapg_ai_52.html aapg_ai_52.html:80:11571:11591 Tulare Sierra Nevada (Spain) +0.266255 cspg_html_7334652966 cspg_html_7334652966:244:27078:27092 Toad Victoria, British Columbia +0.263105 cspg_html_6839937815 cspg_html_6839937815:104:14232:14249 Gerster Victoria, British Columbia +0.26622 geology_html_5114001979 geology_html_5114001979:60:5807:5820 Lake Michigan Maquoketa, Iowa +0.253272 geology_html_7998892542 geology_html_7998892542:282:21244:21249 Rapid Benguela Current +0.498759 aapg_ai_350.html aapg_ai_350.html:27:3046:3053 Cushing Wichita Mountains +0.499982 cspg_html_2760914701 cspg_html_2760914701:45:3847:3859 Saskatchewan Manitoba +0.46563 aapg_ai_491.html aapg_ai_491.html:253:30028:30042 Rico Hermosa, Chicago +0.27594 cspg_html_2018998204 cspg_html_2018998204:73:8217:8232 Nonda Long Mountain (Hampshire County, Massachusetts) +0.4693 sedimentology_html_5673709888 sedimentology_html_5673709888:1745:104540:104558 Hawthorn Melbourne, Florida +0.378255 aapg_ae_473.html aapg_ae_473.html:37:3676:3689 Porters Creek Mississippi River +0.28119 aapg_ah_72.html aapg_ah_72.html:446:50547:50566 Catahoula Texas +0.267273 geology_html_4601106457 geology_html_4601106457:67:6930:6938 Moenkopi Chinle Formation +0.488048 aapg_ad_865.html aapg_ad_865.html:394:38482:38493 Molas Ouray, Colorado +0.25844 gsa_html_5865982995 gsa_html_5865982995:1314:139131:139142 Green River Cheyenne, Wyoming +0.51894 aapg_af_579.html aapg_af_579.html:227:24702:24709 Entrada Colorado +0.237236 cspg_html_9941518291 cspg_html_9941518291:673:89381:89404 Barlow Inlet Douro DOC +0.2515 aapg_ad_883.html aapg_ad_883.html:51:7316:7337 Trempealeau Franconia, New Hampshire +0.2652 cspg_html_2907826148 cspg_html_2907826148:670:75003:75008 Yukon Anchorage, Alaska +0.248472 jgeology_html_9553406759 jgeology_html_9553406759:82:4076:4084 Colorado Denver +0.257176 sedimentology_html_7163803026 sedimentology_html_7163803026:603:50149:50155 Dorsey Mexico +0.254007 gsa_html_4883039712 gsa_html_4883039712:288:27312:27329 Clarita South America +0.251 gsa_html_8735573394 gsa_html_8735573394:628:62450:62470 White Rock Kingston, Jamaica +0.264075 gsa_html_5737673651 gsa_html_5737673651:574:47393:47409 Chinle Colorado +0.467619 aapg_ae_68.html aapg_ae_68.html:92:11471:11477 Antler Pennsylvania +0.516572 aapg_ai_1.html aapg_ai_1.html:433:41349:41356 Wasatch Uinta Mountains +0.262446 sedimentology_html_7390870545 sedimentology_html_7390870545:502:40221:40238 Bearpaw Lacombe, Alberta +0.242928 aapg_ae_881.html aapg_ae_881.html:167:20415:20421 Oliver London, Ontario +0.250996 cspg_html_8328720217 cspg_html_8328720217:892:92052:92071 Karmutsen Victoria, British Columbia +0.269824 palaios_html_2623970001 palaios_html_2623970001:804:66756:66770 Beaufort South Africa +0.288796 aapg_ah_994.html aapg_ah_994.html:369:40484:40497 Woodbine Austin, Chicago +0.2525 gsa_html_6117440194 gsa_html_6117440194:1245:111602:111612 Washington Victoria, British Columbia +0.477954 aapg_ai_696.html aapg_ai_696.html:46:5523:5543 Strathearn Elko County, Nevada +0.27295 aapg_ae_939.html aapg_ae_939.html:458:21168:21175 Rustler Salado, Texas +0.501177 gsa_html_7840671974 gsa_html_7840671974:17:782:808 Ankareh Cheyenne, Wyoming +0.448212 aapg_ac_730.html aapg_ac_730.html:163:23461:23467 Dakota Mesa, Arizona +0.259739 gsa_html_7875871937 gsa_html_7875871937:723:65397:65403 Galena Illinois +0.478208 geology_html_9924482358 geology_html_9924482358:256:24348:24355 Laramie Cheyenne, Wyoming +0.494915 cspg_html_6021605367 cspg_html_6021605367:105:12914:12919 Ouray Colorado +0.82128 cspg_html_8438548095 cspg_html_8438548095:29:3537:3556 Paskapoo Edmonton, London +0.25324 cspg_html_5484260516 cspg_html_5484260516:738:57265:57276 Banff Savoy Hotel +0.262644 palaios_html_5411840767 palaios_html_5411840767:122:13598:13623 Astoria Newport, Rhode Island +0.50397 cspg_html_4409656292 cspg_html_4409656292:805:82270:82288 Dunvegan Victoria, British Columbia +0.488816 aapg_ah_105.html aapg_ah_105.html:32:5326:5336 San Andres Colorado +0.24347 geology_html_6584539068 geology_html_6584539068:11:642:650 Michigan Earth +0.431484 aapg_aa_96.html aapg_aa_96.html:9:1157:1173 Dakota Arizona +0.490428 gsa_html_8308045298 gsa_html_8308045298:1000:91376:91404 Green River Colorado +0.24341 gsa_html_8319219146 gsa_html_8319219146:513:54585:54602 Hammer Creek Perkasie, Pennsylvania +0.260091 AMJC_html_8279406037 AMJC_html_8279406037:503:39322:39329 St Marys China +0.241566 jgeology_html_4599466962 jgeology_html_4599466962:426:31084:31103 Onondaga Schoharie Creek +0.255474 jgeology_html_2636397148 jgeology_html_2636397148:1093:68237:68262 Taylor Antarctica +0.4883 aapg_ad_457.html aapg_ad_457.html:261:30911:30923 Eramosa Ontario, California +0.466506 cspg_html_2803424832 cspg_html_2803424832:72:10455:10475 Assistance West, Texas +0.479364 cspg_html_7576506617 cspg_html_7576506617:376:54839:54863 Kenogami River Moose River (Maine) +0.256 aapg_ai_409.html aapg_ai_409.html:300:34664:34672 Bellevue Pine Island (Lee County, Florida) +0.504695 aapg_ah_70.html aapg_ah_70.html:41:5875:5879 Bays Closter, New Jersey +0.24415 cspg_html_4382149016 cspg_html_4382149016:286:42760:42781 Lawrence Quebec City +0.25047 aapg_ad_364.html aapg_ad_364.html:139:14496:14509 Whitemud Edmonton, London +0.261117 sedimentology_html_3876366322 sedimentology_html_3876366322:560:30777:30781 Hall London, Ontario +0.5019 cspg_html_2820961138 cspg_html_2820961138:42:6767:6783 Viking Lacombe, Alberta +0.254388 aapg_af_653.html aapg_af_653.html:285:31245:31252 Temblor Monterey, California +0.24144 aapg_ac_716.html aapg_ac_716.html:129:10125:10144 Pierson Shawnee, Oklahoma +0.436392 aapg_ad_880.html aapg_ad_880.html:258:26513:26522 Spearfish Spearfish, South Dakota +0.24846 cspg_html_3102530088 cspg_html_3102530088:67:8758:8778 Mt Lytton Lacombe, Alberta +0.467433 cspg_html_2929384614 cspg_html_2929384614:6:532:539 Halfway Lacombe, Alberta +0.478353 aapg_ai_96.html aapg_ai_96.html:284:26598:26605 Anahuac Texas +0.243386 aapg_ae_239.html aapg_ae_239.html:1091:88799:88818 Wapanucka Clarita, Oklahoma +0.4902 gsa_html_8629203936 gsa_html_8629203936:73:5887:5915 Green River Colorado +0.28998 aapg_aa_15.html aapg_aa_15.html:82:10919:10930 Bluff Texas +0.252434 aapg_ah_364.html aapg_ah_364.html:127:10660:10683 Detroit River County Clare +0.454656 cspg_html_5660413005 cspg_html_5660413005:5:229:262 Graminia Central Alberta +0.486912 aapg_ae_305.html aapg_ae_305.html:983:82523:82540 La Luna Venezuela +0.902244 sedimentology_html_1046729113 sedimentology_html_1046729113:2029:159914:159937 Viking Canada +0.263376 aapg_ac_824.html aapg_ac_824.html:60:6093:6110 Manitou Manitou Springs, Colorado +0.708396 cspg_html_4937997995 cspg_html_4937997995:1056:85858:85875 Vaureal Quebec City +0.268732 aapg_af_614.html aapg_af_614.html:57:4476:4495 Smackover Paluxy, Texas +0.25376 geology_html_2489830923 geology_html_2489830923:12:528:541 Santa Barbara California +0.493164 aapg_ad_2.html aapg_ad_2.html:862:122252:122265 Conococheague Chambersburg, Pennsylvania +0.2405 aapg_ah_181.html aapg_ah_181.html:270:29703:29719 Navajo Arizona +0.245014 aapg_aa_985.html aapg_aa_985.html:17:1912:1925 Stranger Mississippi River +0.262 cspg_html_1818321956 cspg_html_1818321956:352:34930:34938 Columbia Victoria, British Columbia +0.260075 aapg_aa_906.html aapg_aa_906.html:51:5982:5992 Fort Union Colorado +0.239085 cspg_html_3815346433 cspg_html_3815346433:11:1505:1517 Independence Ithaca, New York +0.519236 aapg_ai_899.html aapg_ai_899.html:138:15003:15020 Chadron Nebraska +0.258681 aapg_ae_45.html aapg_ae_45.html:837:84007:84016 Smackover Haynesville, Louisiana +0.243955 aapg_aa_546.html aapg_aa_546.html:202:18912:18926 Colorado Colorado +0.255024 aapg_af_568.html aapg_af_568.html:635:53323:53337 Bell Cheyenne, Wyoming +0.496125 cspg_html_1237739452 cspg_html_1237739452:497:66813:66818 Banff Lacombe, Alberta +0.247266 aapg_ai_835.html aapg_ai_835.html:133:15132:15146 Ingleside Beaumont, Texas +0.501723 cspg_html_4543200943 cspg_html_4543200943:244:34407:34415 Dunvegan Lacombe, Alberta +0.274918 aapg_ae_755.html aapg_ae_755.html:164:19672:19683 Pungo River North Carolina +0.260478 jgeology_html_2022713612 jgeology_html_2022713612:875:79230:79266 Wood Canyon Mojave Desert +0.262119 sedimentology_html_3358647812 sedimentology_html_3358647812:1318:94412:94428 Almond Sweetwater, Miami-Dade County, Florida +0.512217 aapg_ah_371.html aapg_ah_371.html:7:908:918 Tuscaloosa Charleston, South Carolina +0.257024 aapg_ah_387.html aapg_ah_387.html:599:60082:60097 Knoxville Roseburg, Oregon +0.497424 aapg_af_890.html aapg_af_890.html:233:21953:21968 Queen Nashville Basin +0.477603 aapg_ac_198.html aapg_ac_198.html:65:7614:7634 Eagle Woods County, Oklahoma +0.725348 aapg_ai_860.html aapg_ai_860.html:159:24913:24932 Eggleston Alabama +0.479259 cspg_html_4298557570 cspg_html_4298557570:206:29653:29669 Horseshoe Canyon Edmonton, London +0.260598 aapg_ad_338.html aapg_ad_338.html:312:35189:35204 Monmouth Matawan, New Jersey +0.252434 aapg_ae_416.html aapg_ae_416.html:514:37005:37020 Meson Mexico +0.500316 geology_html_9958752318 geology_html_9958752318:304:24825:24831 Oregon Deschutes County, Oregon +0.486772 aapg_ai_998.html aapg_ai_998.html:32:4890:4905 Lewisville Mississippi River +0.2499 aapg_ae_408.html aapg_ae_408.html:45:5058:5062 Alto Onondaga (tribe) +0.485366 gsa_html_3648258377 gsa_html_3648258377:462:44802:44813 Englishtown Merchantville, New Jersey +0.257013 cspg_html_9343899465 cspg_html_9343899465:2179:199500:199512 Hecla Bay Melville Island (Canada) +0.492264 gsa_html_1124652135 gsa_html_1124652135:275:24885:24901 Parachucla Charleston, South Carolina +0.466066 aapg_ak_11.html aapg_ak_11.html:101:9563:9570 Canning Carnarvon, Western Australia +0.274968 cspg_html_3804945581 cspg_html_3804945581:15:2904:2918 Edmonton Edmonton, London +0.48464 geology_html_7068506787 geology_html_7068506787:231:22365:22376 Green River Kentucky +0.48278 aapg_ai_356.html aapg_ai_356.html:107:10506:10513 Navarro Austin, Chicago +0.503184 aapg_af_436.html aapg_af_436.html:314:38543:38553 Rome Huntington, West Virginia +0.484524 cspg_html_7881580279 cspg_html_7881580279:39:6308:6315 Selkirk Red River of the North +0.270364 aapg_aa_736.html aapg_aa_736.html:3:319:326 Bedford Sunbury, Pennsylvania +0.493812 gsa_html_3635342898 gsa_html_3635342898:1140:79378:79406 Green River New Mexico +0.519708 aapg_ac_486.html aapg_ac_486.html:198:23841:23847 Dakota Nemaha County, Kansas +0.491284 geology_html_9004383999 geology_html_9004383999:55:6299:6313 Pika Canada +0.26871 aapg_ai_515.html aapg_ai_515.html:175:19979:19984 Ouray Uinta Mountains +0.259084 gsa_html_7193789775 gsa_html_7193789775:398:39652:39673 Price Logan, Utah +0.47368 aapg_af_575.html aapg_af_575.html:184:24804:24815 Honey Creek Signal Mountain (Wyoming) +0.257136 gsa_html_7498897688 gsa_html_7498897688:947:87220:87258 Summerville Logan, Utah +0.823158 sedimentology_html_2208426700 sedimentology_html_2208426700:999:53759:53787 Winnipegosis Williston Basin +0.267734 cspg_html_4293350162 cspg_html_4293350162:106:16034:16054 Mount Head Carnarvon, Western Australia +0.255936 aapg_ae_30.html aapg_ae_30.html:71:6909:6928 Kimmswick Maquoketa, Iowa +0.472017 aapg_ad_697.html aapg_ad_697.html:71:7180:7188 Colorado Cheyenne, Wyoming +0.4773 aapg_af_877.html aapg_af_877.html:52:5286:5302 Menard Jackson, Mississippi +0.497202 aapg_aa_626.html aapg_aa_626.html:52:6860:6873 Potomac Charles County, Maryland +0.25654 cspg_html_9768299963 cspg_html_9768299963:119:13170:13186 Battle Lacombe, Alberta +0.267566 aapg_af_51.html aapg_af_51.html:241:27076:27092 Chinle Kayenta, Arizona +0.488379 AMJC_html_6064451271 AMJC_html_6064451271:227:27747:27753 Denver Colorado +0.484702 geology_html_6895819031 geology_html_6895819031:305:24175:24187 Devon Island Alert, Nunavut +0.478969 aapg_ae_310.html aapg_ae_310.html:3:407:425 Woodbine Texas +0.245464 cspg_html_4048108956 cspg_html_4048108956:277:42281:42287 Sustut Victoria, British Columbia +0.275576 cspg_html_3385840278 cspg_html_3385840278:173:23816:23824 Woodbend Swan Hill, Victoria +0.502021 gsa_html_6117440194 gsa_html_6117440194:515:51732:51759 Morrison Colorado +0.489599 gsa_html_5089176247 gsa_html_5089176247:16:814:822 Colorado Denver +0.492412 aapg_ah_644.html aapg_ah_644.html:375:45223:45236 Gypsum Spring Regina, Saskatchewan +0.258856 cspg_html_9222238695 cspg_html_9222238695:337:44099:44115 Fernie Lacombe, Alberta +0.485961 aapg_af_652.html aapg_af_652.html:199:18702:18708 Kaibab Arizona +0.4883 geology_html_5590413695 geology_html_5590413695:285:23883:23887 Webb Wilshire Boulevard +0.494844 cspg_html_8556552074 cspg_html_8556552074:109:10047:10059 Saskatchewan Manitoba +0.25806 sedimentology_html_1527307623 sedimentology_html_1527307623:43:3312:3324 Sibley Ontario, California +0.476375 aapg_af_128.html aapg_af_128.html:32:3580:3603 Madison Nebraska +0.476046 aapg_ah_766.html aapg_ah_766.html:156:17251:17262 San Ricardo Mexico +0.859914 aapg_ad_466.html aapg_ad_466.html:965:104396:104406 Vincentown Navesink River +0.259548 cspg_html_4433937749 cspg_html_4433937749:9:636:652 Viking Lacombe, Alberta +0.482157 gsa_html_3217807422 gsa_html_3217807422:635:47010:47038 Green River Colorado +0.250194 cspg_html_1585758124 cspg_html_1585758124:89:16109:16120 Belly River Logan, Utah +0.23856 sedimentology_html_2091583839 sedimentology_html_2091583839:1100:82410:82422 Saskatchewan Canada +0.252126 cspg_html_9222238695 cspg_html_9222238695:304:40843:40856 Fernie Lacombe, Alberta +0.2688 cspg_html_6038396142 cspg_html_6038396142:35:5463:5481 Winnipeg Winnipeg +0.267716 aapg_ah_134.html aapg_ah_134.html:77:6889:6902 Cotton Valley Haynesville, Louisiana +0.245478 cspg_html_6786864151 cspg_html_6786864151:50:6214:6237 Haslam Qualicum River +0.701624 aapg_ae_96.html aapg_ae_96.html:99:12048:12070 Gardnerville Reno, Nevada +0.48932 aapg_ai_146.html aapg_ai_146.html:152:12240:12247 Rierdon Lacombe, Alberta +0.48682 aapg_ai_579.html aapg_ai_579.html:76:10869:10879 Washington Seattle +0.469938 sedimentology_html_7469811723 sedimentology_html_7469811723:31:1937:1944 Hanover Louisville, Kentucky +0.257544 aapg_ah_505.html aapg_ah_505.html:1909:150575:150583 Colorado Denver +0.244701 aapg_ae_576.html aapg_ae_576.html:312:27834:27844 Wulff Land Washington (state) +0.242136 cspg_html_8316122266 cspg_html_8316122266:294:29077:29088 Peace River Canada +0.477 gsa_html_8308045298 gsa_html_8308045298:815:79356:79366 Washington Seattle +0.48297 cspg_html_6816015957 cspg_html_6816015957:40:5733:5741 Columbia Victoria, British Columbia +0.25449 cspg_html_6163691495 cspg_html_6163691495:192:19129:19167 Madison Regina, Saskatchewan +0.492093 aapg_ai_975.html aapg_ai_975.html:1005:80608:80626 Kiamichi Maryland +0.252993 sedimentology_html_2667613711 sedimentology_html_2667613711:643:41626:41669 Price Harare +0.466546 palaios_html_6973830442 palaios_html_6973830442:409:34624:34655 Navajo Arizona +0.260036 aapg_ae_272.html aapg_ae_272.html:762:74719:74737 Michigan Michigan +0.883784 aapg_ac_881.html aapg_ac_881.html:99:10796:10804 Deadwood Williston, Vermont +0.2394 cspg_html_7602315496 cspg_html_7602315496:28:4587:4609 Belly River Milk River, Alberta +0.497034 aapg_ac_336.html aapg_ac_336.html:371:34240:34260 Richardson Mountains Great Britain +0.493136 gsa_html_1217771406 gsa_html_1217771406:672:62117:62131 Monterey Santa Cruz Island +0.479539 aapg_ac_158.html aapg_ac_158.html:62:9909:9921 Saskatchewan Lacombe, Alberta +0.256432 gsa_html_3872060924 gsa_html_3872060924:812:64927:64939 Owens Valley California +0.25755 cspg_html_5139035315 cspg_html_5139035315:583:60708:60715 Halifax Halifax, West Yorkshire +0.504434 cspg_html_7553438101 cspg_html_7553438101:9:535:544 Red River Middle East +0.270204 aapg_ac_190.html aapg_ac_190.html:90:16849:16870 Skaneateles Chautauqua County, Kansas +0.24021 aapg_af_333.html aapg_af_333.html:10:1657:1676 Tonoloway Pennsylvania +0.47405 aapg_aa_371.html aapg_aa_371.html:140:11714:11726 Coffee Sunbury, Pennsylvania +0.492993 cspg_html_7115701337 cspg_html_7115701337:542:60472:60490 Dunvegan Lacombe, Alberta +0.493735 palaios_html_5582845937 palaios_html_5582845937:338:34490:34508 Yorktown Virginia +0.479862 gsa_html_1812609599 gsa_html_1812609599:29:2796:2824 Green River Colorado +0.26712 sedimentology_html_6930678843 sedimentology_html_6930678843:1855:94367:94373 Provo Pyrenees +0.708554 aapg_ac_983.html aapg_ac_983.html:130:22227:22246 Iola Missouri River +0.509472 gsa_html_4438819447 gsa_html_4438819447:176:17362:17381 Mattagami Moose River (Ontario) +0.272484 aapg_ad_286.html aapg_ad_286.html:171:15459:15473 Lisburne Anchorage, Alaska +0.499797 cspg_html_9332855346 cspg_html_9332855346:155:14084:14096 Winnipegosis Lacombe, Alberta +0.269724 aapg_af_703.html aapg_af_703.html:198:22042:22063 Beekmantown Black River, Jamaica +0.505817 aapg_ae_307.html aapg_ae_307.html:172:10843:10851 Ogallala Texas +0.263472 aapg_ad_81.html aapg_ad_81.html:679:112539:112567 Green River Colorado +0.517018 aapg_af_575.html aapg_af_575.html:1160:167018:167028 Purgatoire Cheyenne, Wyoming +0.251122 aapg_ac_251.html aapg_ac_251.html:129:16910:16926 Inyan Kara Greenville, Westchester County, New York +0.242374 cspg_html_1351473625 cspg_html_1351473625:122:20028:20061 Basal Mississippian culture +0.512316 aapg_ae_324.html aapg_ae_324.html:1460:140375:140387 Chambersburg Athens, Georgia +0.484272 aapg_ae_32.html aapg_ae_32.html:17:2462:2482 Fort Scott Tulsa, Oklahoma +0.243302 aapg_ae_734.html aapg_ae_734.html:194:17187:17195 Catskill Pennsylvania +0.478518 aapg_ai_28.html aapg_ai_28.html:77:7020:7039 Catahoula Texas +0.268822 gsa_html_4191208013 gsa_html_4191208013:200:18320:18327 La Laja Encanto Park +0.24633 AMJC_html_6341723617 AMJC_html_6341723617:319:29210:29219 Flagstaff Flagstaff, Arizona +0.288876 aapg_ae_253.html aapg_ae_253.html:115:13592:13599 Rodessa Richland, Washington +0.48786 gsa_html_3199774259 gsa_html_3199774259:16:810:819 Peninsula Tioga, Texas +0.486048 gsa_html_6062330506 gsa_html_6062330506:525:54683:54699 Salado Texas +0.492926 AMJC_html_7278640698 AMJC_html_7278640698:12:533:543 Washington Washington (state) +0.26159 aapg_ah_307.html aapg_ah_307.html:98:12110:12124 Frio Texas +0.258015 aapg_aa_22.html aapg_aa_22.html:164:16866:16871 Cooks Sacramento, California +0.243536 gsa_html_3046135825 gsa_html_3046135825:853:70059:70064 Rapid California +0.258 geology_html_6833414019 geology_html_6833414019:320:21517:21523 Oregon Earth +0.866136 aapg_ai_802.html aapg_ai_802.html:432:40437:40445 Monterey Colorado +0.246993 cspg_html_6255491344 cspg_html_6255491344:19:3078:3081 Elk Canmore, Alberta +0.229416 aapg_aa_786.html aapg_aa_786.html:753:81557:81565 La Habra California +0.483336 cspg_html_7086880709 cspg_html_7086880709:272:33678:33688 Pine Point Great Slave Lake +0.457612 aapg_ad_683.html aapg_ad_683.html:313:33795:33810 Congress Canyon Arizona +0.486664 gsa_html_5440513684 gsa_html_5440513684:555:46694:46698 Kent Venice, Los Angeles +0.267806 aapg_ah_283.html aapg_ah_283.html:420:45761:45767 Oregon Elkton, Kentucky +0.264578 cspg_html_4287356899 cspg_html_4287356899:3417:363505:363513 Columbia Victoria, British Columbia +0.259588 aapg_aa_22.html aapg_aa_22.html:309:29752:29757 Upham Maquoketa, Iowa +0.502086 aapg_ac_900.html aapg_ac_900.html:73:5897:5913 Amsden Yellowstone County, Montana +0.47685 cspg_html_3385840278 cspg_html_3385840278:1617:179575:179592 Muskwa Victoria, British Columbia +0.509436 aapg_ac_924.html aapg_ac_924.html:131:10346:10365 Lodgepole Cheyenne, Wyoming +0.261112 cspg_html_9778753186 cspg_html_9778753186:246:36677:36690 Elk Fernie, British Columbia +0.27825 aapg_ae_828.html aapg_ae_828.html:276:21761:21766 Utica Glenwood, Utah +0.244881 cspg_html_8316122266 cspg_html_8316122266:23:2963:2984 Peace River Canada +0.26826 aapg_ac_882.html aapg_ac_882.html:236:23561:23575 Kope Cincinnati +0.41291 gsa_html_3144986031 gsa_html_3144986031:364:39258:39279 Talkeetna Anchorage, Alaska +0.89573 aapg_ad_865.html aapg_ad_865.html:39:4066:4082 Dakota Hermosa, Chicago +0.234698 aapg_ad_466.html aapg_ad_466.html:175:19639:19656 Mount Laurel Atlantic Highlands, New Jersey +0.4705 AMJC_html_4986321644 AMJC_html_4986321644:435:66652:66667 Lynchburg Smith River, California +0.233093 palaios_html_7111318862 palaios_html_7111318862:51:5454:5480 Horseshoe Canyon Lacombe, Alberta +0.24651 gsa_html_1014327387 gsa_html_1014327387:14:557:563 Reston Virginia +0.478518 aapg_ai_49.html aapg_ai_49.html:314:39747:39754 Entrada Logan, Utah +0.286704 aapg_ad_784.html aapg_ad_784.html:446:47770:47796 Monterey Monterey, California +0.486604 geology_html_2688088926 geology_html_2688088926:191:20713:20731 Oakville Texas +0.809778 aapg_af_130.html aapg_af_130.html:176:30871:30901 Darby Richmond, California +0.232288 cspg_html_5345848475 cspg_html_5345848475:854:90372:90386 Colorado Black Hills +0.233662 aapg_ac_363.html aapg_ac_363.html:531:56684:56692 Bellevue Rosedale, Toronto +0.2605 aapg_ai_278.html aapg_ai_278.html:399:54280:54291 Fort Pierce Punta Gorda, Florida +0.478114 sedimentology_html_8357192793 sedimentology_html_8357192793:629:52120:52125 Crete Marmara Region +0.248412 aapg_ae_354.html aapg_ae_354.html:146:14162:14187 Mesaverde Mancos, Colorado +0.268836 gsa_html_3817970246 gsa_html_3817970246:1017:94345:94373 Green River Colorado +0.47328 geology_html_5025581264 geology_html_5025581264:271:21860:21891 Glenns Ferry Boise, Idaho +0.251808 sedimentology_html_7067645238 sedimentology_html_7067645238:459:35720:35738 Yakataga Anchorage, Alaska +0.256332 gsa_html_6567049100 gsa_html_6567049100:985:79951:79957 Oregon Salem, Oregon +0.495616 geology_html_8921428298 geology_html_8921428298:223:23060:23087 Columbia Earth +0.242544 geology_html_2569377359 geology_html_2569377359:237:19470:19482 Owens Valley California +0.255811 cspg_html_8658900430 cspg_html_8658900430:19:2178:2186 Edmonton Halifax, West Yorkshire +0.488565 aapg_ah_318.html aapg_ah_318.html:1066:109032:109055 Cotton Valley Red River of the North +0.44461 gsa_html_6423424604 gsa_html_6423424604:1744:157572:157581 Garibaldi Washington (state) +0.474176 geology_html_9231469197 geology_html_9231469197:308:23991:23997 Warner Sala, Sweden +0.263168 gsa_html_6668275476 gsa_html_6668275476:30:2446:2454 Colorado Denver +0.258981 cspg_html_2161417858 cspg_html_2161417858:114:14999:15015 Exshaw Lacombe, Alberta +0.269345 cspg_html_4623526246 cspg_html_4623526246:28:3446:3454 Columbia Bathurst Island (Northern Territory) +0.26775 gsa_html_5894524520 gsa_html_5894524520:538:62674:62702 Green River Colorado +0.25047 aapg_ah_176.html aapg_ah_176.html:420:49802:49810 Colorado Denver +0.511506 aapg_ah_779.html aapg_ah_779.html:242:44748:44755 Juniata Alabama +0.506184 cspg_html_7623652881 cspg_html_7623652881:242:25363:25394 Ireton Lacombe, Alberta +0.2405 cspg_html_4287356899 cspg_html_4287356899:1485:205829:205849 Hart River Great Britain +0.240096 gsa_html_4719798013 gsa_html_4719798013:310:30378:30403 Blackwater Draw Pecos River +0.473815 cspg_html_5479700260 cspg_html_5479700260:71:8623:8639 Bad Cache Rapids Churchill River (Atlantic) +0.243811 aapg_ac_296.html aapg_ac_296.html:82:8166:8172 Navajo San Juan, Argentina +0.482304 gsa_html_4930932370 gsa_html_4930932370:858:88240:88257 Tyonek Sudbury, Suffolk +0.3042 aapg_ac_984.html aapg_ac_984.html:359:31728:31748 Eau Claire Trempealeau, Wisconsin +0.883784 AMJC_html_6341723617 AMJC_html_6341723617:1102:91921:91942 Green River Cheyenne, Wyoming +0.469712 aapg_ad_880.html aapg_ad_880.html:580:54121:54129 Sundance Elk Mountain, Wyoming +0.239057 aapg_aa_24.html aapg_aa_24.html:940:104840:104845 Yukon Campbell, California +0.856044 aapg_ac_807.html aapg_ac_807.html:252:25165:25186 Piney Point Delaware Bay +0.476064 gsa_html_9579641184 gsa_html_9579641184:194:18816:18840 Tyonek Houston +0.26928 gsa_html_5587803184 gsa_html_5587803184:149:17362:17372 Sunderland Wicomico County, Maryland +0.250965 aapg_ai_105.html aapg_ai_105.html:10:1430:1445 Ophir Uinta Mountains +0.2585 gsa_html_3822310614 gsa_html_3822310614:60:3974:4002 Green River Iran +0.520784 aapg_ae_64.html aapg_ae_64.html:225:22717:22731 Mesaverde Fort Union Trading Post National Historic Site +0.388267 aapg_ai_105.html aapg_ai_105.html:342:41363:41377 Duchesne River Wasatch Range +0.481461 geology_html_5784584308 geology_html_5784584308:230:22791:22805 Cedar Mountain Reno, Nevada +0.258937 geology_html_8264629638 geology_html_8264629638:315:27612:27619 Calvert China +0.269538 aapg_ad_691.html aapg_ad_691.html:3:279:299 Georgetown Texas +0.247506 cspg_html_3328007773 cspg_html_3328007773:788:87399:87420 Peace River Lacombe, Alberta +0.500226 gsa_html_6212532476 gsa_html_6212532476:998:80929:80957 Green River Colorado +0.263048 cspg_html_8312989046 cspg_html_8312989046:606:71341:71358 Bowser Middle East +0.486822 aapg_aa_54.html aapg_aa_54.html:9:1160:1176 Chinle Santa Rosa, California +0.261057 palaios_html_8391206976 palaios_html_8391206976:370:48770:48777 Bedford Kentucky +0.241017 aapg_ac_367.html aapg_ac_367.html:3:319:339 Ironton Wisconsin +0.4992 jgeology_html_1188020601 jgeology_html_1188020601:291:17917:17929 Little Falls Adirondack Park +0.49344 jgeology_html_6506349432 jgeology_html_6506349432:523:38461:38474 Boulder Creek Logan, Utah +0.239478 aapg_ah_159.html aapg_ah_159.html:99:10910:10938 Crab Orchard Rockcastle County, Kentucky +0.504088 cspg_html_5688447798 cspg_html_5688447798:128:17287:17298 Goose Fiord Ellesmere Island +0.474549 aapg_ah_412.html aapg_ah_412.html:277:23898:23906 Colorado Denver +0.237576 cspg_html_1296564271 cspg_html_1296564271:103:11955:11972 Cobourg Michigan Basin +0.25542 aapg_ad_763.html aapg_ad_763.html:438:54551:54558 Panoche Knoxville, Illinois +0.258856 aapg_ai_321.html aapg_ai_321.html:101:13624:13635 Peten Guatemala +0.247434 aapg_ad_379.html aapg_ad_379.html:371:31335:31372 Oquirrh Middle East +0.342705 geology_html_6365665477 geology_html_6365665477:74:6077:6095 Roberts Mountains Reno, Nevada +0.464576 gsa_html_9181545711 gsa_html_9181545711:712:68069:68087 Fountain Colorado +0.235125 AMJC_html_4089359637 AMJC_html_4089359637:1096:96225:96233 Scotland London, Ontario +0.491454 AMJC_html_4504848787 AMJC_html_4504848787:182:19772:19794 Mechum River Charlottesville, Virginia +0.25347 aapg_aa_684.html aapg_aa_684.html:9:1208:1212 Jelm Cheyenne, Wyoming +0.501942 gsa_html_2832151886 gsa_html_2832151886:417:35219:35227 Columbia Lacombe, Alberta +0.242316 sedimentology_html_9204820208 sedimentology_html_9204820208:31:2447:2455 Victoria Victoria, British Columbia +0.48192 cspg_html_7523901259 cspg_html_7523901259:457:54136:54158 Charlie Lake Canada +0.52535 aapg_aa_582.html aapg_aa_582.html:216:22912:22918 Sonora Middle East +0.264654 aapg_af_317.html aapg_af_317.html:27:4126:4138 Austin Chalk North Sea oil +0.270204 aapg_ad_258.html aapg_ad_258.html:320:36331:36337 Salina Calhoun, Georgia +0.49192 palaios_html_2139210802 palaios_html_2139210802:384:28212:28232 Fort Payne Kentucky +0.252494 aapg_ac_335.html aapg_ac_335.html:234:22733:22741 Woodford Stephens County, Georgia +0.265728 cspg_html_4674059966 cspg_html_4674059966:39:6677:6694 Cardium Lacombe, Alberta +0.48308 aapg_ad_140.html aapg_ad_140.html:84:7721:7746 Sligo County Sligo +0.257048 aapg_ai_858.html aapg_ai_858.html:357:51421:51443 Medicine Bow Carbon County, Wyoming +0.489082 gsa_html_3648258377 gsa_html_3648258377:442:42323:42345 Englishtown Bass River Township, New Jersey +0.260952 cspg_html_2758185645 cspg_html_2758185645:318:29959:29979 Mount Head Western world +0.235438 aapg_aa_735.html aapg_aa_735.html:97:9085:9095 Keokuk Illinois +0.493712 AMJC_html_2648925619 AMJC_html_2648925619:643:67656:67675 Littleton New Hampshire +0.47802 aapg_aa_667.html aapg_aa_667.html:42:4182:4193 San Antonio Texas +0.251995 geology_html_5339295464 geology_html_5339295464:40:5523:5532 Eel River California +0.273205 aapg_af_551.html aapg_af_551.html:75:8710:8722 Percha Sacramento Mountains (California) +0.238476 gsa_html_8408927252 gsa_html_8408927252:12:499:509 Pittsburgh Pittsburgh +0.255955 aapg_ae_370.html aapg_ae_370.html:600:58750:58767 Astoria Washington (state) +0.252004 aapg_ad_468.html aapg_ad_468.html:50:6350:6382 Choctawhatchee Niceville, Florida +0.247464 geology_html_7245103786 geology_html_7245103786:282:22002:22006 Hall Antarctica +0.26104 cspg_html_2139304729 cspg_html_2139304729:243:25221:25230 Mercy Bay Melville Island (Canada) +0.247476 aapg_ae_767.html aapg_ae_767.html:144:13483:13491 Colorado Table Mountain +0.473826 geology_html_3757927237 geology_html_3757927237:367:26148:26154 Snyder Eaton, Ohio +0.26877 sedimentology_html_5622104557 sedimentology_html_5622104557:1384:66036:66046 Washington Washington (state) +0.261612 palaios_html_7928599019 palaios_html_7928599019:188:19941:19949 Columbia California +0.496908 aapg_ah_411.html aapg_ah_411.html:71:9538:9556 Kootenai Colorado +0.507949 aapg_ah_646.html aapg_ah_646.html:76:9998:10014 Chinle Moenkopi Formation +0.482617 aapg_aa_23.html aapg_aa_23.html:115:13122:13140 Winnipeg Manitoba +0.489027 aapg_ah_532.html aapg_ah_532.html:56:5622:5637 Ouray Colorado +0.773874 aapg_ad_944.html aapg_ad_944.html:152:14892:14911 Morrison Williston, Vermont +0.87696 aapg_ad_434.html aapg_ad_434.html:486:45397:45421 Brunswick Canada +0.49543 cspg_html_6647936472 cspg_html_6647936472:28:3056:3078 Winnipegosis Regina, Saskatchewan +0.266112 gsa_html_3550188336 gsa_html_3550188336:69:5544:5572 Green River Colorado +0.72288 cspg_html_6839937815 cspg_html_6839937815:122:17016:17033 Thaynes Reno, Nevada +0.256542 gsa_html_7245429032 gsa_html_7245429032:63:4931:4959 Green River Colorado +0.2574 aapg_ac_498.html aapg_ac_498.html:34:3206:3214 Columbia Arkansas +0.2535 cspg_html_1166788717 cspg_html_1166788717:154:18583:18590 Wabamun Lacombe, Alberta +0.24947 gsa_html_3484366946 gsa_html_3484366946:131:14164:14178 Lisburne North Slope Borough, Alaska +0.24429 aapg_af_854.html aapg_af_854.html:1310:188137:188154 Cypress Kentucky +0.494736 sedimentology_html_6425376816 sedimentology_html_6425376816:90:9771:9777 Toroweap Colorado +0.373746 aapg_aa_756.html aapg_aa_756.html:365:40423:40453 Smackover Alabama +0.486822 aapg_ah_612.html aapg_ah_612.html:16:1739:1744 Yukon Victoria, British Columbia +0.24543 cspg_html_5038387495 cspg_html_5038387495:62:4903:4915 Medicine Hat Regina, Saskatchewan +0.255348 aapg_aa_721.html aapg_aa_721.html:53:5830:5839 Sunnyside Spring Mountains +0.263676 aapg_ad_52.html aapg_ad_52.html:720:79052:79069 Michigan Mecosta County, Michigan +0.48006 aapg_ae_562.html aapg_ae_562.html:16:2350:2367 Kanawha Huntington, West Virginia +0.49665 aapg_ah_100.html aapg_ah_100.html:73:6635:6665 Caseyville Illinois +0.495558 gsa_html_5253952002 gsa_html_5253952002:638:64380:64408 Green River Colorado +0.477402 palaios_html_3889678675 palaios_html_3889678675:308:28765:28783 Quinault Pacific Northwest +0.34608 aapg_ah_189.html aapg_ah_189.html:306:30717:30728 Mount Simon Michigan +0.241868 cspg_html_7866293053 cspg_html_7866293053:22:2883:2891 Columbia Fall Creek Falls State Park +0.259548 cspg_html_5241714595 cspg_html_5241714595:587:87209:87214 Nisku Lacombe, Alberta +0.261626 cspg_html_5450075884 cspg_html_5450075884:514:60044:60066 Belly River Colorado +0.424705 cspg_html_5973552270 cspg_html_5973552270:88:12888:12907 Waterways Swan Hill, Victoria +0.496 cspg_html_6252417471 cspg_html_6252417471:239:34446:34470 Kanguk Banks Island +0.26571 aapg_ae_370.html aapg_ae_370.html:625:61949:61966 Keasey Cowlitz River +0.464852 aapg_aa_37.html aapg_aa_37.html:166:20244:20259 Supai Supai, Arizona +0.493136 aapg_ah_516.html aapg_ah_516.html:312:21237:21246 San Pedro Royal Botanic Gardens, Kew +0.240408 aapg_ad_918.html aapg_ad_918.html:484:54917:54925 Colorado Pueblo, Colorado +0.482776 gsa_html_8833777630 gsa_html_8833777630:102:11131:11149 Ogallala Eaton, Ohio +0.47177 cspg_html_3102530088 cspg_html_3102530088:39:5375:5387 Saskatchewan Lacombe, Alberta +0.287622 aapg_ac_881.html aapg_ac_881.html:640:76128:76146 Winnipeg Williston, Vermont +0.24849 AMJC_html_4299960498 AMJC_html_4299960498:170:22111:22121 Ellensburg North Cascades National Park +0.480129 cspg_html_9222238695 cspg_html_9222238695:408:53798:53806 Columbia Victoria, British Columbia +0.248745 palaios_html_5582845937 palaios_html_5582845937:342:35045:35053 Virginia Hampton, New Hampshire +0.481068 sedimentology_html_9607046159 sedimentology_html_9607046159:314:25083:25087 Hall London, Ontario +0.242094 aapg_ad_2.html aapg_ad_2.html:982:136033:136041 Oak Hill Bennington, Vermont +0.245895 geology_html_6389404389 geology_html_6389404389:268:25183:25188 Rapid Earth +0.505891 cspg_html_9753247638 cspg_html_9753247638:565:57027:57055 Green River Logan, Utah +0.252 cspg_html_5593011953 cspg_html_5593011953:258:30752:30764 Saskatchewan Manitoba +0.522784 gsa_html_1024107776 gsa_html_1024107776:920:92824:92845 Mauch Chunk Huntington, West Virginia +0.272483 cspg_html_4293350162 cspg_html_4293350162:978:98412:98420 Columbia Victoria, British Columbia +0.25803 aapg_ah_157.html aapg_ah_157.html:291:41931:41942 Mauch Chunk Pocono Raceway +0.494208 aapg_ah_972.html aapg_ah_972.html:381:38858:38875 Jackson Texas +0.255936 cspg_html_8369994160 cspg_html_8369994160:26:2412:2420 Edmonton Lacombe, Alberta +0.47944 geology_html_5116367855 geology_html_5116367855:283:25703:25711 Columbia Slovakia +0.489417 cspg_html_8089302449 cspg_html_8089302449:246:41729:41749 Dawson Bay Regina, Saskatchewan +0.254774 aapg_ad_379.html aapg_ad_379.html:531:45540:45546 Chinle New Mexico +0.507756 aapg_ac_617.html aapg_ac_617.html:116:14614:14632 Oakville Navasota Independent School District +0.481076 aapg_aa_906.html aapg_aa_906.html:19:2821:2841 Fort Union Colorado +0.46869 aapg_ac_692.html aapg_ac_692.html:200:22345:22376 Ireton California +0.247396 gsa_html_1124773713 gsa_html_1124773713:651:66096:66105 San Pedro Mexico +0.447034 cspg_html_7696663937 cspg_html_7696663937:161:21517:21532 Paskapoo Edmonton, London +0.252003 gsa_html_3447147750 gsa_html_3447147750:1017:72900:72918 Red Bluff Alabama +0.449624 gsa_html_8319219146 gsa_html_8319219146:912:88227:88261 Lockatong Pennsylvania +0.2595 gsa_html_3151431803 gsa_html_3151431803:157:20540:20556 Navajo Colorado Plateau +0.517353 aapg_ad_64.html aapg_ad_64.html:134:14479:14485 Wilcox Texas +0.249444 cspg_html_4937997995 cspg_html_4937997995:1136:89414:89421 Jupiter Anticosti Island +0.487438 gsa_html_8418252599 gsa_html_8418252599:64:5392:5420 Green River Iran +0.25957 gsa_html_7136430736 gsa_html_7136430736:441:49858:49871 Santa Barbara California +0.470408 cspg_html_1498300615 cspg_html_1498300615:103:12884:12889 Flume Lacombe, Alberta +0.262614 aapg_ac_517.html aapg_ac_517.html:12:1283:1290 Gilwood Lacombe, Alberta +0.26775 aapg_ai_49.html aapg_ai_49.html:448:56921:56929 San Luis Colorado +0.501704 aapg_aa_645.html aapg_aa_645.html:390:43005:43025 Fort Union Fort Union Trading Post National Historic Site +0.263133 gsa_html_7199417381 gsa_html_7199417381:525:52603:52620 White River Wisconsin +0.255972 aapg_aa_558.html aapg_aa_558.html:19:3421:3434 Abo New Mexico +0.487872 gsa_html_4431779557 gsa_html_4431779557:1005:81112:81138 Blackwater Draw New Mexico +0.499905 aapg_ad_170.html aapg_ad_170.html:213:20794:20815 Bird Spring Reno, Nevada +0.25853 cspg_html_3521815736 cspg_html_3521815736:41:7546:7557 Peace River Lacombe, Alberta +0.482664 gsa_html_4191208013 gsa_html_4191208013:535:45410:45416 Sierra Mexico +0.24948 aapg_ae_885.html aapg_ae_885.html:185:17492:17508 Madison Leadville, Colorado +0.484632 cspg_html_1984085623 cspg_html_1984085623:740:77704:77720 Nisku Lacombe, Alberta +0.259072 aapg_ai_958.html aapg_ai_958.html:30:3039:3047 Oakville Cuero, Texas +0.255474 cspg_html_8581304260 cspg_html_8581304260:325:36495:36503 Columbia Victoria, British Columbia +0.45568 aapg_ai_501.html aapg_ai_501.html:101:9038:9051 Lone Mountain Reno, Nevada +0.245991 cspg_html_6611173979 cspg_html_6611173979:286:28909:28924 Woodbend Middle East +0.261975 cspg_html_9780523405 cspg_html_9780523405:983:113570:113587 Muskwa Victoria, British Columbia +0.256968 cspg_html_1009749092 cspg_html_1009749092:533:63553:63569 Wapiti Canada +0.288306 aapg_aa_683.html aapg_aa_683.html:14:2459:2471 Dakota Colorado +0.250444 cspg_html_5241714595 cspg_html_5241714595:31:5134:5139 Nisku Regina, Saskatchewan +0.484524 geology_html_8441254585 geology_html_8441254585:273:24010:24015 Price Cambridge +0.250498 aapg_ak_105.html aapg_ak_105.html:63:8739:8751 Iron Springs Gunlock, Utah +0.250997 gsa_html_8236729701 gsa_html_8236729701:603:52856:52876 Spences Bridge Victoria, British Columbia +0.244474 gsa_html_1266138577 gsa_html_1266138577:357:28971:28990 Harkless Salinas Valley +0.480312 gsa_html_9163589331 gsa_html_9163589331:1835:122180:122208 Green River Colorado +0.505486 aapg_ac_333.html aapg_ac_333.html:241:30848:30852 Rico Hermosa, Chicago +0.503272 cspg_html_7403344526 cspg_html_7403344526:449:47241:47257 Viking Lacombe, Alberta +0.490455 aapg_ac_230.html aapg_ac_230.html:353:40327:40333 Sierra Sierra Nevada de Santa Marta +0.254058 cspg_html_9023649778 cspg_html_9023649778:30:5102:5110 Columbia Victoria, British Columbia +0.25896 aapg_ae_917.html aapg_ae_917.html:233:24763:24768 Mt Lytton Colorado +0.256512 sedimentology_html_5280211633 sedimentology_html_5280211633:1898:130970:130974 Hall London, Ontario +0.494532 cspg_html_5955028331 cspg_html_5955028331:560:63460:63476 Viking Lacombe, Alberta +0.514206 aapg_ah_779.html aapg_ah_779.html:368:68292:68300 Woodford Frisco, Texas +0.50666 aapg_af_129.html aapg_af_129.html:148:15498:15515 Minturn Colorado +0.265104 aapg_ai_785.html aapg_ai_785.html:18:1960:1971 Beekmantown Ohio +0.2756 aapg_af_854.html aapg_af_854.html:606:82727:82743 Keokuk Missouri River +0.28184 aapg_ae_324.html aapg_ae_324.html:226:22957:22968 Beekmantown Blackford, Somerset +0.469872 geology_html_2276070502 geology_html_2276070502:274:24728:24746 White Rock New Mexico +0.258552 cspg_html_6252417471 cspg_html_6252417471:132:20622:20644 Horton River Banks Island +0.258937 aapg_ac_680.html aapg_ac_680.html:88:7097:7110 Cotton Valley East Texas +0.490496 aapg_af_348.html aapg_af_348.html:409:45710:45730 Springhill Cullen, Moray +0.247374 gsa_html_7580135520 gsa_html_7580135520:561:52246:52255 Fort Rock Salem, Oregon +0.504525 geology_html_8078039877 geology_html_8078039877:238:24970:24977 Jewett Silt San Francisco +0.245518 cspg_html_2575903827 cspg_html_2575903827:163:19309:19319 Boyd Creek Indian Mountain State Park +0.494915 aapg_ac_986.html aapg_ac_986.html:494:60895:60900 Raton Denver +0.264052 aapg_ai_38.html aapg_ai_38.html:56:5761:5779 Niobrara Niobrara, Nebraska +0.921596 aapg_ah_654.html aapg_ah_654.html:200:19485:19503 Gallatin Badwater Basin +0.500325 cspg_html_5484260516 cspg_html_5484260516:975:77225:77236 Banff Lacombe, Alberta +0.267285 jgeology_html_6990146451 jgeology_html_6990146451:1176:71392:71400 Catskill Huntington, West Virginia +0.25387 aapg_ae_388.html aapg_ae_388.html:1722:109089:109109 Tuscaloosa Melbourne, Florida +0.50721 aapg_ai_184.html aapg_ai_184.html:116:11843:11859 Dakota Logan, Utah +0.482 aapg_ak_55.html aapg_ak_55.html:121:12844:12852 Somerset Fulton, Missouri +0.25305 AMJC_html_3664856625 AMJC_html_3664856625:615:63599:63605 Denver Colorado +0.263144 cspg_html_4298557570 cspg_html_4298557570:77:12583:12591 Whitemud Lacombe, Alberta +0.5054 aapg_ad_303.html aapg_ad_303.html:257:28821:28839 Woodbine East Texas +0.24745 cspg_html_7409170811 cspg_html_7409170811:292:44084:44101 Leatham Logan, Utah +0.484785 gsa_html_6143207195 gsa_html_6143207195:701:68596:68606 Washington Seattle +0.265815 aapg_ac_807.html aapg_ac_807.html:825:81358:81376 Hawthorn Charleston, South Carolina +0.253967 gsa_html_7102550258 gsa_html_7102550258:225:23236:23253 Dolores Colorado +0.33938 aapg_aa_147.html aapg_aa_147.html:197:25379:25403 Stony Mountain Red River of the North +0.482463 cspg_html_4326384800 cspg_html_4326384800:1123:166232:166240 Duvernay Western world +0.257554 cspg_html_1763727002 cspg_html_1763727002:429:47383:47409 Halfway Lacombe, Alberta +0.236132 aapg_ac_720.html aapg_ac_720.html:155:18826:18842 Tinton Closter, New Jersey +0.254464 aapg_ad_351.html aapg_ad_351.html:416:38605:38624 Northview Sedalia, Missouri +0.49087 gsa_html_6491840124 gsa_html_6491840124:1081:87588:87616 Green River New Mexico +0.4997 aapg_af_751.html aapg_af_751.html:306:40565:40578 Santa Barbara Lompoc, California +0.49305 gsa_html_6853870528 gsa_html_6853870528:920:68782:68810 Green River Colorado +0.421632 aapg_ac_788.html aapg_ac_788.html:63:9425:9438 Barnett Montgomery (town), New York +0.276315 geology_html_7647446171 geology_html_7647446171:247:21801:21807 Cannon Michigan +0.247968 cspg_html_1925276454 cspg_html_1925276454:272:29811:29835 Athabasca Regina, Saskatchewan +0.246813 aapg_ad_785.html aapg_ad_785.html:31:4021:4028 Manitou Colorado Springs, Colorado +0.490941 cspg_html_5456368738 cspg_html_5456368738:123:15687:15704 Hare Indian Sault Ste. Marie, Ontario +0.502603 cspg_html_6383234409 cspg_html_6383234409:596:62627:62647 Bird Fiord Half Moon Bay, California +0.48822 sedimentology_html_6297400179 sedimentology_html_6297400179:1148:69739:69747 Columbia Lacombe, Alberta +0.268203 jgeology_html_8079972963 jgeology_html_8079972963:189:12152:12177 Red Head Rapids Churchill River (Atlantic) +0.260091 aapg_ai_296.html aapg_ai_296.html:611:60578:60599 Tribes Hill Mohawk Valley +0.23856 aapg_ak_87.html aapg_ak_87.html:471:59571:59580 Horquilla Mogollon, New Mexico +0.494915 gsa_html_1636483297 gsa_html_1636483297:1022:85871:85882 Green River Cheyenne, Wyoming +0.258063 cspg_html_7265197326 cspg_html_7265197326:11:1589:1602 Cherry Canyon China +0.257484 aapg_ai_1.html aapg_ai_1.html:340:29770:29785 Molas Colorado +0.255 gsa_html_8774590177 gsa_html_8774590177:477:53561:53601 Laurentian Bennington, Vermont +0.251923 cspg_html_3008414459 cspg_html_3008414459:347:45576:45592 Mt Lytton Milk River, Alberta +0.2535 aapg_af_981.html aapg_af_981.html:601:60544:60565 Almond Cheyenne, Wyoming +0.490633 cspg_html_6772030443 cspg_html_6772030443:6:388:403 Pika Victoria, British Columbia +0.2485 aapg_ad_15.html aapg_ad_15.html:79:7087:7108 Honey Creek Wichita Mountains +0.266252 aapg_ae_93.html aapg_ae_93.html:83:14466:14474 Columbia Lacombe, Alberta +0.261105 aapg_ae_319.html aapg_ae_319.html:711:60481:60487 Carmel Entrada Sandstone +0.470439 aapg_ai_340.html aapg_ai_340.html:349:41527:41548 Peratrovich Wales Island (British Columbia) +0.46872 aapg_aa_702.html aapg_aa_702.html:560:98122:98130 Michigan Salina, Kansas +0.24849 aapg_ah_489.html aapg_ah_489.html:220:18825:18832 Genesee Sherburne County, Minnesota +0.266207 aapg_aa_15.html aapg_aa_15.html:234:32668:32676 Whitsett Whitsett, North Carolina +0.25333 gsa_html_5158209975 gsa_html_5158209975:697:63239:63248 Red River Shreveport, Louisiana +0.257556 aapg_af_18.html aapg_af_18.html:90:10885:10904 Newcastle Cheyenne, Wyoming +0.252476 geology_html_3251308521 geology_html_3251308521:12:602:608 Reston Virginia +0.258 cspg_html_5950764790 cspg_html_5950764790:504:56358:56373 Nisku Lacombe, Alberta +0.484344 gsa_html_6904204997 gsa_html_6904204997:163:13453:13481 Green River Colorado +0.417877 aapg_af_624.html aapg_af_624.html:30:4320:4338 Sundance Cheyenne, Wyoming +0.262654 AMJC_html_6759408618 AMJC_html_6759408618:372:38724:38744 Snake Hill Dauphin, Pennsylvania +0.488448 cspg_html_3354282978 cspg_html_3354282978:515:66393:66410 Wabamun Swan Hill, Victoria +0.495992 gsa_html_7808051457 gsa_html_7808051457:835:80083:80091 Colorado Colorado +0.25602 aapg_af_188.html aapg_af_188.html:176:19642:19656 Colorado Colorado +0.46299 gsa_html_4435818803 gsa_html_4435818803:846:70576:70604 Green River Colorado +0.50784 palaios_html_3207778962 palaios_html_3207778962:516:61167:61186 Fox Hills Cheyenne, Wyoming +0.26059 aapg_ac_316.html aapg_ac_316.html:124:13491:13503 Seven Rivers Guadalupe Mountains National Park +0.475838 aapg_ac_211.html aapg_ac_211.html:9:1411:1428 Rundle Lacombe, Alberta +0.260051 aapg_ad_2.html aapg_ad_2.html:1211:165365:165373 Loysburg Bellefonte, Pennsylvania +0.25143 aapg_ah_644.html aapg_ah_644.html:385:46032:46039 Eastend Regina, Saskatchewan +0.259578 palaios_html_3022467877 palaios_html_3022467877:314:33934:33953 Hornerstown Navesink River +0.4775 aapg_ad_757.html aapg_ad_757.html:237:28685:28695 Kinderhook Chattanooga, Tennessee +0.487272 gsa_html_2238682854 gsa_html_2238682854:912:85270:85298 Green River Colorado +0.503041 cspg_html_8509913074 cspg_html_8509913074:586:71017:71027 Pine Point Canada +0.260608 aapg_ah_888.html aapg_ah_888.html:38:5383:5396 Barnett Texas +0.296208 aapg_aa_46.html aapg_aa_46.html:306:34250:34256 Chinle Phoenix, Arizona +0.46342 aapg_ae_875.html aapg_ae_875.html:345:40441:40456 Coamo Puerto Rico +0.247475 cspg_html_9894399778 cspg_html_9894399778:75:6924:6934 Bow Island Lacombe, Alberta +0.514415 aapg_ah_301.html aapg_ah_301.html:776:93506:93528 Seven Rivers New Mexico +0.333839 cspg_html_6985536436 cspg_html_6985536436:734:95331:95347 Kanguk Banks Island +0.254464 cspg_html_7989435905 cspg_html_7989435905:98:11652:11672 Blackstone James River (Dakotas) +0.247086 aapg_ac_9.html aapg_ac_9.html:130:13203:13209 Salina Michigan +0.487104 cspg_html_8818854104 cspg_html_8818854104:67:10081:10089 Columbia Victoria, British Columbia +0.482533 gsa_html_1217771406 gsa_html_1217771406:737:70679:70689 Santa Cruz Anacapa Island +0.480916 aapg_ac_628.html aapg_ac_628.html:270:43422:43442 North Horn North Horn Formation +0.257048 palaios_html_2223085265 palaios_html_2223085265:392:40210:40230 Toro Chile +0.47628 aapg_af_666.html aapg_af_666.html:461:38917:38935 Frontier Cheyenne, Wyoming +0.45031 aapg_ai_49.html aapg_ai_49.html:386:49618:49632 Ingleside Laramie, Wyoming +0.514008 gsa_html_1119256423 gsa_html_1119256423:603:55538:55565 White River Bellevue, Nebraska +0.47481 geology_html_3254229750 geology_html_3254229750:170:21361:21378 Marjum Great Basin +0.268323 aapg_ah_130.html aapg_ah_130.html:94:7346:7353 Edwards County Sligo +0.243236 cspg_html_2253842195 cspg_html_2253842195:195:26526:26543 Sikanni Caldwell, New Jersey +0.260832 gsa_html_9310053579 gsa_html_9310053579:824:69410:69420 Washington Washington (state) +0.267696 geology_html_3363667765 geology_html_3363667765:15:862:870 Columbia Victoria, British Columbia +0.902451 gsa_html_7635660482 gsa_html_7635660482:476:40412:40430 Morrison Asturias +0.43605 aapg_ah_370.html aapg_ah_370.html:642:50915:50927 Norway Point Moscow +0.480102 palaios_html_1642974188 palaios_html_1642974188:12:452:458 Oxford Ohio +0.478 cspg_html_5688447798 cspg_html_5688447798:27:5481:5509 Disappointment Bay Ellesmere Island +0.484352 aapg_ak_64.html aapg_ak_64.html:207:20127:20133 Moscow Idel-Ural +0.4205 AMJC_html_7141186441 AMJC_html_7141186441:1917:169285:169292 Laramie Cheyenne, Wyoming +0.246012 gsa_html_8638560961 gsa_html_8638560961:344:41992:42002 Bear River East Asia +0.25245 jgeology_html_7743775272 jgeology_html_7743775272:254:18447:18476 Salem Bloomington, Indiana +0.242526 aapg_ad_880.html aapg_ad_880.html:567:52682:52692 Minnekahta Spearfish, South Dakota +0.485961 aapg_ai_951.html aapg_ai_951.html:100:14682:14699 Ivishak Anchorage, Alaska +0.49056 gsa_html_8236729701 gsa_html_8236729701:13:728:738 Washington Seattle +0.25029 aapg_ah_467.html aapg_ah_467.html:243:22202:22215 Turner Valley Anglesey +0.481206 aapg_aa_71.html aapg_aa_71.html:290:25192:25195 Elk Luzerne County, Pennsylvania +0.704267 aapg_aa_45.html aapg_aa_45.html:108:13050:13068 Moenkopi Logan, Utah +0.426222 aapg_ac_741.html aapg_ac_741.html:228:24997:25005 Colorado Nebraska +0.2365 palaios_html_6281622578 palaios_html_6281622578:180:16704:16729 Poleta Reno, Nevada +0.49244 aapg_aa_995.html aapg_aa_995.html:39:4233:4244 Lakota Cheyenne, Wyoming +0.258566 geology_html_2777204669 geology_html_2777204669:226:21157:21163 Jordan Earth +0.489549 cspg_html_3883962749 cspg_html_3883962749:611:58525:58533 Montreal Lacombe, Alberta +0.470418 aapg_ad_786.html aapg_ad_786.html:102:10763:10781 Wilberns Pedernales Province +0.270319 aapg_ac_613.html aapg_ac_613.html:45:6686:6706 Mesaverde Colorado +0.249 aapg_ah_829.html aapg_ah_829.html:183:21839:21847 Colorado Colorado +0.259065 cspg_html_5904948553 cspg_html_5904948553:640:59108:59126 Monterey California +0.245727 cspg_html_9290046117 cspg_html_9290046117:808:95200:95220 Mississagi Blind River (Ontario) +0.23958 aapg_ad_812.html aapg_ad_812.html:74:10086:10108 Wingate Logan, Utah +0.375808 aapg_aa_24.html aapg_aa_24.html:220:22545:22554 Copes Bay Ellesmere Island +0.250832 aapg_ad_68.html aapg_ad_68.html:170:9429:9438 Allegheny Pottsville, Pennsylvania +0.488131 gsa_html_8790534402 gsa_html_8790534402:59:3346:3374 Green River New Mexico +0.262095 cspg_html_3634181348 cspg_html_3634181348:527:48169:48181 Rockwell Bennington, Vermont +0.265216 cspg_html_3521815736 cspg_html_3521815736:16:2266:2288 Charlie Lake Western world +0.257664 aapg_ad_27.html aapg_ad_27.html:137:10555:10572 Shakopee Fountain, Colorado +0.492926 aapg_ah_160.html aapg_ah_160.html:85:12363:12369 Salina Guelph +0.68693 aapg_ae_324.html aapg_ae_324.html:826:82900:82907 Wardell Virginia +0.24941 cspg_html_4404071326 cspg_html_4404071326:468:49726:49767 Albert New Brunswick, New Jersey +0.259032 aapg_af_429.html aapg_af_429.html:34:2835:2840 Welsh Atoka, Oklahoma +0.493569 gsa_html_9911071626 gsa_html_9911071626:12:492:498 Reston Virginia +0.25041 cspg_html_2585769771 cspg_html_2585769771:439:59700:59708 Columbia Victoria, British Columbia +0.497488 aapg_af_837.html aapg_af_837.html:98:10412:10428 Bethel Salem, Massachusetts +0.278748 palaios_html_3036115408 palaios_html_3036115408:553:53965:53983 Judith River Lacombe, Alberta +0.480459 aapg_ad_947.html aapg_ad_947.html:934:93776:93784 Colorado Mesa, Arizona +0.248992 aapg_aa_701.html aapg_aa_701.html:75:8688:8705 Guelph Salina, Kansas +0.268068 cspg_html_7281679890 cspg_html_7281679890:206:33406:33431 Mackenzie Middle Ordovician +0.481206 aapg_ai_444.html aapg_ai_444.html:259:23982:23994 Fayetteville Atoka, Oklahoma +0.249951 gsa_html_7808051457 gsa_html_7808051457:91:8609:8617 Colorado Colorado +0.2754 aapg_ad_69.html aapg_ad_69.html:110:7754:7762 Niobrara Niobrara, Nebraska +0.846198 cspg_html_7963093032 cspg_html_7963093032:391:39247:39259 Beaver Mines Bow Island Airport +0.47773 cspg_html_9970905394 cspg_html_9970905394:81:8764:8782 Read Bay Little Cornwallis Island +0.501642 sedimentology_html_7390870545 sedimentology_html_7390870545:1289:90964:90981 Bearpaw Canada +0.471843 cspg_html_6140605204 cspg_html_6140605204:597:62840:62855 Grassy Mountain Lacombe, Alberta +0.484632 gsa_html_4118838513 gsa_html_4118838513:727:68067:68095 Green River Colorado +0.270396 gsa_html_2758185504 gsa_html_2758185504:826:66734:66754 Hell Creek Williston Basin +0.258015 cspg_html_2420029771 cspg_html_2420029771:976:95746:95780 Beekmantown Canada +0.49749 gsa_html_9069239422 gsa_html_9069239422:601:60886:60895 San Diego California +0.249964 palaios_html_7995532398 palaios_html_7995532398:842:79710:79719 Porcupine Washington (state) +0.481 sedimentology_html_7783871075 sedimentology_html_7783871075:556:50306:50330 Scripps California +0.24929 aapg_ad_64.html aapg_ad_64.html:165:17174:17186 Wilcox Shreveport, Louisiana +0.270914 gsa_html_3069013284 gsa_html_3069013284:600:61763:61794 Chinle Colorado +0.46944 aapg_ac_983.html aapg_ac_983.html:394:61790:61794 Iola Wyandotte, Michigan +0.477954 aapg_af_143.html aapg_af_143.html:372:36123:36144 Ohanapecosh Washington (state) +0.365054 gsa_html_3818307499 gsa_html_3818307499:452:45917:45929 Owens Valley California +0.489538 aapg_ac_408.html aapg_ac_408.html:85:8941:8945 Frio Oakville, California +0.260428 aapg_aa_643.html aapg_aa_643.html:225:24577:24591 Knoxville Central Valley (California) +0.249494 cspg_html_7552198061 cspg_html_7552198061:128:15471:15488 Madison Cheyenne, Wyoming +0.25245 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40571:40578 Potomac Bass River Township, New Jersey +0.258566 gsa_html_5773931818 gsa_html_5773931818:1190:119168:119175 Laramie Cheyenne, Wyoming +0.4992 aapg_af_397.html aapg_af_397.html:98:11868:11875 Todilto Entrada Sandstone +0.494361 gsa_html_8433482071 gsa_html_8433482071:578:48176:48205 Frontier Cheyenne, Wyoming +0.260598 gsa_html_2989317971 gsa_html_2989317971:970:97436:97446 Washington Boise, Idaho +0.261085 AMJC_html_4299960498 AMJC_html_4299960498:664:82253:82272 Wenatchee Washington (state) +0.245847 cspg_html_3664126562 cspg_html_3664126562:23:3483:3489 Viking Colorado +0.258566 aapg_ah_685.html aapg_ah_685.html:359:39447:39453 Walker Logan, Utah +0.2615 aapg_aa_898.html aapg_aa_898.html:283:33242:33259 Colton North Horn Formation +0.697197 aapg_ah_318.html aapg_ah_318.html:1142:117153:117170 Hosston Mississippi River +0.481824 palaios_html_3706035501 palaios_html_3706035501:595:74266:74284 Judith River Lacombe, Alberta +0.472752 aapg_af_751.html aapg_af_751.html:930:106733:106751 San Onofre Breccia Baja California peninsula +0.26112 aapg_ae_575.html aapg_ae_575.html:605:46572:46576 Vail North Atlantic Current +0.261576 gsa_html_8881958017 gsa_html_8881958017:589:55137:55145 Columbia Victoria, British Columbia +0.245872 aapg_af_999.html aapg_af_999.html:458:60685:60705 Toro Chile +0.468468 aapg_ac_419.html aapg_ac_419.html:901:101673:101693 Enrage Quebec City +0.255524 palaios_html_6956866368 palaios_html_6956866368:599:64272:64286 Naco Arizona +0.500226 aapg_ad_958.html aapg_ad_958.html:1029:106853:106858 Salem Comanche County, Oklahoma +0.486213 cspg_html_4409656292 cspg_html_4409656292:778:80662:80679 Cardium Victoria, British Columbia +0.830586 aapg_ac_148.html aapg_ac_148.html:77:13658:13676 Anacacho Uvalde, Texas +0.4559 aapg_aa_357.html aapg_aa_357.html:414:38996:39013 Wingate Dolores, Colorado +0.513898 aapg_af_738.html aapg_af_738.html:134:19191:19202 Stony Creek Platina, California +0.51379 aapg_ac_602.html aapg_ac_602.html:76:5990:6005 Nopah Providence Mountains State Recreation Area +0.491202 cspg_html_4143222666 cspg_html_4143222666:716:65877:65896 Niobrara Lacombe, Alberta +0.514727 aapg_ad_918.html aapg_ad_918.html:98:13465:13481 Dakota Cheyenne, Wyoming +0.467433 cspg_html_9344966639 cspg_html_9344966639:11:1058:1063 Yukon Russia +0.273004 gsa_html_3069013284 gsa_html_3069013284:529:56960:56978 Kayenta Arizona +0.505575 cspg_html_4717886670 cspg_html_4717886670:1015:96757:96770 Paskapoo Lacombe, Alberta +0.279312 aapg_ah_831.html aapg_ah_831.html:23:3387:3407 Tuscaloosa Spain +0.465115 aapg_aa_800.html aapg_aa_800.html:146:14445:14461 Navajo Logan, Utah +0.250344 aapg_ai_410.html aapg_ai_410.html:123:13229:13245 Elbert Colorado +0.50284 cspg_html_9439353033 cspg_html_9439353033:709:55861:55866 Salem Northeastern Brazil restingas +0.25284 gsa_html_5081991493 gsa_html_5081991493:1551:111439:111460 Green River Cheyenne, Wyoming +0.465885 aapg_ad_466.html aapg_ad_466.html:1058:113373:113383 Vincentown Maryland +0.267734 aapg_ah_335.html aapg_ah_335.html:182:23606:23615 New River Monongahela, Pennsylvania +0.479862 gsa_html_8073290810 gsa_html_8073290810:877:78260:78288 Green River Colorado +0.707126 aapg_ae_474.html aapg_ae_474.html:1342:141896:141905 Roubidoux Missouri River +0.278184 aapg_ae_28.html aapg_ae_28.html:927:68083:68090 St Marys Ohio +0.822224 jgeology_html_8064855537 jgeology_html_8064855537:191:11215:11229 Cedar Mountain Logan, Utah +0.476992 gsa_html_5508128855 gsa_html_5508128855:14:573:579 Dayton Ohio +0.480768 aapg_ai_366.html aapg_ai_366.html:26:2940:2954 Columbia Beaumont, Texas +0.49036 aapg_ae_135.html aapg_ae_135.html:21:2059:2068 Cockfield Paluxy, Texas +0.264096 cspg_html_6255491344 cspg_html_6255491344:174:26019:26032 Mist Mountain Lacombe, Alberta +0.50439 aapg_ae_222.html aapg_ae_222.html:55:7444:7462 Wolfcamp Texas +0.253935 jgeology_html_4121584613 jgeology_html_4121584613:141:9800:9818 Beaumont Texas +0.24941 aapg_ak_73.html aapg_ak_73.html:402:34930:34950 Wilcox Texas +0.266255 gsa_html_5075010514 gsa_html_5075010514:69:3905:3933 Green River New Mexico +0.490574 cspg_html_8891363498 cspg_html_8891363498:136:13563:13583 Stuart Bathurst Island (Northern Territory) +0.482895 aapg_ah_751.html aapg_ah_751.html:40:3627:3636 Boquillas Coahuila +0.484632 aapg_ac_213.html aapg_ac_213.html:588:52376:52386 Blackstone Cheyenne, Wyoming +0.460152 aapg_ai_49.html aapg_ai_49.html:239:28694:28711 Wingate Arizona +0.377118 aapg_ae_711.html aapg_ae_711.html:170:20456:20489 Hartshorne Arkoma, Oklahoma +0.483171 gsa_html_3380395839 gsa_html_3380395839:427:44096:44101 Yukon Victoria, British Columbia +0.393285 aapg_ad_944.html aapg_ad_944.html:50:5302:5330 Spearfish Williston, Vermont +0.504612 aapg_ad_466.html aapg_ad_466.html:1179:125812:125820 Virginia Maryland +0.453808 aapg_ad_466.html aapg_ad_466.html:1439:152838:152848 Vincentown Chesapeake Bay +0.260051 gsa_html_3646882130 gsa_html_3646882130:197:18775:18781 Oregon Boise, Idaho +0.891135 gsa_html_2023933346 gsa_html_2023933346:104:9817:9826 Silverado Santiago +0.260058 aapg_ae_916.html aapg_ae_916.html:303:34539:34553 Colorado Cut Bank, Montana +0.248446 cspg_html_4498577775 cspg_html_4498577775:39:5468:5477 Gog Mount Assiniboine Provincial Park +0.244024 cspg_html_6140605204 cspg_html_6140605204:115:17040:17055 Kootenay Elbow River +0.303396 aapg_ad_580.html aapg_ad_580.html:485:63975:63986 Sparta Arkansas +0.896808 aapg_ai_996.html aapg_ai_996.html:1535:69470:69487 Raritan Closter, New Jersey +0.83916 palaios_html_2048556014 palaios_html_2048556014:781:72932:72951 Conasauga Alabama +0.261626 cspg_html_8509913074 cspg_html_8509913074:67:12038:12054 Guelph Lockport (city), New York +0.486912 aapg_ah_289.html aapg_ah_289.html:442:59354:59379 Buena Vista Lost Hills Oil Field +0.247494 cspg_html_8312989046 cspg_html_8312989046:707:79283:79289 Sustut Victoria, British Columbia +0.330154 aapg_ad_81.html aapg_ad_81.html:1377:208162:208180 Nonesuch Michigan +0.482646 cspg_html_3008414459 cspg_html_3008414459:515:61842:61874 Provincial Lacombe, Alberta +0.481143 cspg_html_3709565413 cspg_html_3709565413:193:22256:22261 Logan Perth, Western Australia +0.486913 aapg_af_789.html aapg_af_789.html:73:10734:10748 Port Ewen Closter, New Jersey +0.26364 geology_html_8596179481 geology_html_8596179481:303:24050:24058 Rockwell Los Angeles +0.4735 cspg_html_9735723617 cspg_html_9735723617:257:32525:32533 Bathurst Melville, New York +0.361371 palaios_html_1834763898 palaios_html_1834763898:514:50572:50613 Noonday Dolomite Death Valley +0.267285 aapg_ai_17.html aapg_ai_17.html:250:21288:21294 Wilcox Texas +0.892881 sedimentology_html_3417381350 sedimentology_html_3417381350:688:56526:56534 Monterey Monterey, California +0.284634 aapg_aa_124.html aapg_aa_124.html:532:54517:54523 Viking Colorado +0.481712 aapg_ae_337.html aapg_ae_337.html:233:19659:19670 Bedford Texas +0.264554 cspg_html_9346298272 cspg_html_9346298272:138:15477:15482 Liard Liard River, British Columbia +0.455972 sedimentology_html_6688819115 sedimentology_html_6688819115:1231:105231:105264 Elephant Canyon Logan, Utah +0.24225 aapg_ah_644.html aapg_ah_644.html:154:17916:17931 Piper Regina, Saskatchewan +0.248952 aapg_ah_632.html aapg_ah_632.html:199:27203:27211 Virginia Virginia +0.513816 aapg_ah_158.html aapg_ah_158.html:81:14635:14641 Cutter Silver City, New Mexico +0.47288 aapg_af_683.html aapg_af_683.html:693:69183:69187 Java Philippines +0.481265 cspg_html_8250755331 cspg_html_8250755331:679:70982:70998 Eagle Lacombe, Alberta +0.26364 cspg_html_9501006975 cspg_html_9501006975:427:49154:49166 Dunvegan Lacombe, Alberta +0.483786 aapg_ae_236.html aapg_ae_236.html:39:3696:3707 Black Creek Black Creek (Toronto) +0.2703 cspg_html_4072152826 cspg_html_4072152826:710:85168:85183 Skoki Mons +0.437835 aapg_ae_319.html aapg_ae_319.html:572:48852:48872 Twin Creek Carmel, Indiana +0.257964 AMJC_html_7984049819 AMJC_html_7984049819:13:753:761 Colorado Denver +0.4755 sedimentology_html_3520882612 sedimentology_html_3520882612:774:63543:63547 Hall London, Ontario +0.244518 palaios_html_5559953923 palaios_html_5559953923:47:5010:5024 Indian Springs Cotopaxi, Colorado +0.48516 aapg_ah_198.html aapg_ah_198.html:529:67629:67638 San Diego California +0.25857 cspg_html_3135622409 cspg_html_3135622409:16:2278:2284 Belloy Wood River (Oregon) +0.46189 aapg_ac_629.html aapg_ac_629.html:149:20532:20538 Lissie Beaumont, Texas +0.266 aapg_aa_145.html aapg_aa_145.html:359:38023:38055 Lewes River Nelson, New Zealand +0.41308 aapg_ac_741.html aapg_ac_741.html:16:2673:2690 White River White River (Washington) +0.458609 aapg_ae_15.html aapg_ae_15.html:583:51517:51527 York River Portland, Maine +0.26468 jgeology_html_1443949870 jgeology_html_1443949870:478:35662:35667 Bluff Stuart Island (Washington) +0.4579 cspg_html_7688587411 cspg_html_7688587411:130:13996:14017 Fish Scales Lacombe, Alberta +0.488188 cspg_html_7310162886 cspg_html_7310162886:604:83041:83060 Neruokpuk Anchorage, Alaska +0.25344 aapg_aa_78.html aapg_aa_78.html:208:15209:15217 Michigan Monroe County, Florida +0.467208 aapg_ai_287.html aapg_ai_287.html:119:14724:14762 Santiago San Joaquin Hills (Laguna Niguel, California) +0.277196 aapg_ad_440.html aapg_ad_440.html:79:9332:9342 Greenbrier Huntington, West Virginia +0.510972 aapg_ae_324.html aapg_ae_324.html:1112:110683:110691 Moccasin Virginia +0.468981 aapg_ac_440.html aapg_ac_440.html:388:51589:51596 El Abra Mexico +0.257983 aapg_af_128.html aapg_af_128.html:505:44682:44690 Colorado Denver +0.486822 aapg_ai_527.html aapg_ai_527.html:28:2767:2776 Mesaverde Kirtland, Ohio +0.439824 aapg_ac_380.html aapg_ac_380.html:421:49921:49927 Seneca Onondaga (tribe) +0.26429 aapg_ae_187.html aapg_ae_187.html:88:8727:8738 Logan Ohio +0.254518 jgeology_html_8064855537 jgeology_html_8064855537:250:17239:17263 Cedar Mountain Logan, Utah +0.257024 aapg_ai_357.html aapg_ai_357.html:181:20276:20281 Indio Carrizo Plain +0.261096 aapg_ah_318.html aapg_ah_318.html:1911:175838:175858 La Casita Chihuahua (state) +0.501804 aapg_ai_364.html aapg_ai_364.html:75:9428:9437 Allegheny Hartshorne, Oklahoma +0.49868 cspg_html_7086880709 cspg_html_7086880709:139:15542:15562 Bear Rock Mackenzie River +0.486315 aapg_ah_642.html aapg_ah_642.html:18:1609:1627 Galisteo New Mexico +0.257484 gsa_html_8064738025 gsa_html_8064738025:329:33586:33601 Rapid California +0.481525 aapg_ai_468.html aapg_ai_468.html:300:37331:37350 Cotton Valley Bossier City, Louisiana +0.262063 aapg_aa_598.html aapg_aa_598.html:89:9641:9653 Red Mountain Cheyenne, Wyoming +0.25529 cspg_html_1818321956 cspg_html_1818321956:93:11729:11740 Blind Fiord Canadian Arctic Archipelago +0.276532 aapg_aa_381.html aapg_aa_381.html:4:444:452 Vaqueros Rancho Santa Margarita, California +0.294525 aapg_ah_271.html aapg_ah_271.html:81:9946:9959 Cotton Valley Houston +0.276284 cspg_html_8840748783 cspg_html_8840748783:78:13788:13806 Kaskapau Pine River (Michigan) +0.497097 aapg_ad_784.html aapg_ad_784.html:468:50170:50176 Elwood Ojai, California +0.260084 geology_html_1668394540 geology_html_1668394540:69:6400:6412 Owens Valley Fish Lake Valley, Nevada +0.488005 cspg_html_5381643866 cspg_html_5381643866:92:11687:11695 Columbia Victoria, British Columbia +0.423963 palaios_html_9041058007 palaios_html_9041058007:656:49620:49639 Bellevue Cincinnati +0.247955 sedimentology_html_3865745685 sedimentology_html_3865745685:1802:118900:118919 Athabasca Lacombe, Alberta +0.697653 cspg_html_7817594878 cspg_html_7817594878:408:58178:58212 Kootenay Victoria, British Columbia +0.239105 aapg_ah_48.html aapg_ah_48.html:34:4580:4586 Denver Williston, Vermont +0.25398 cspg_html_1019614994 cspg_html_1019614994:460:78714:78724 Big Valley Lacombe, Alberta +0.252504 sedimentology_html_3152067090 sedimentology_html_3152067090:1404:58733:58742 Lancaster Owens Lake +0.272483 aapg_af_653.html aapg_af_653.html:657:75605:75612 Temblor California +0.478225 sedimentology_html_9247485319 sedimentology_html_9247485319:33:2054:2062 Edmonton Canada +0.497896 aapg_ah_858.html aapg_ah_858.html:23:3269:3274 Peten Guatemala +0.469802 aapg_ae_872.html aapg_ae_872.html:339:38628:38636 Virginia Melbourne, Florida +0.258063 sedimentology_html_1905463017 sedimentology_html_1905463017:840:55100:55110 Washington Seattle +0.26316 cspg_html_8353857977 cspg_html_8353857977:508:48559:48568 Rochester Rochester, Kent +0.49452 aapg_ai_49.html aapg_ai_49.html:337:42736:42742 Dakota Colorado +0.26469 aapg_ai_985.html aapg_ai_985.html:167:14384:14390 Perija Venezuela +0.493885 gsa_html_7782714579 gsa_html_7782714579:231:18878:18888 Deer Creek Western world +0.463346 cspg_html_5563319344 cspg_html_5563319344:10:1099:1108 Lone Rock Lloydminster +0.484568 cspg_html_9018334227 cspg_html_9018334227:416:56631:56639 Columbia Victoria, British Columbia +0.26208 gsa_html_9613801428 gsa_html_9613801428:655:73325:73353 Talkeetna Talkeetna, Alaska +0.476398 aapg_aa_998.html aapg_aa_998.html:132:13771:13779 Sycamore Texas +0.261105 cspg_html_9161888567 cspg_html_9161888567:450:63577:63594 Cardium Lacombe, Alberta +0.276896 aapg_ad_564.html aapg_ad_564.html:371:35758:35771 Barnett Texas +0.452892 cspg_html_3521815736 cspg_html_3521815736:371:52044:52052 Columbia Victoria, British Columbia +0.271432 cspg_html_2083823293 cspg_html_2083823293:472:50772:50786 Kootenay Western world +0.253916 aapg_ae_981.html aapg_ae_981.html:447:39232:39252 Brownsport Missouri River +0.244258 aapg_ae_391.html aapg_ae_391.html:471:43780:43787 Rustler Western world +0.2515 gsa_html_9597147043 gsa_html_9597147043:1263:102578:102583 Yukon Arctic Cordillera +0.247486 sedimentology_html_8230868664 sedimentology_html_8230868664:405:30789:30805 Navajo Logan, Utah +0.447304 cspg_html_1025724640 cspg_html_1025724640:565:69160:69168 Montreal Quebec City +0.370512 aapg_aa_870.html aapg_aa_870.html:79:7669:7685 Dakota New Mexico +0.46403 aapg_ac_375.html aapg_ac_375.html:575:59776:59786 Rio Grande Caribbean +0.247296 aapg_ad_441.html aapg_ad_441.html:3:198:214 Navajo San Rafael Swell +0.48573 aapg_aa_861.html aapg_aa_861.html:3:179:220 Allen Bay Canada +0.264195 geology_html_2784558180 geology_html_2784558180:13:591:599 Virginia Reston, Virginia +0.260952 sedimentology_html_8748254640 sedimentology_html_8748254640:1253:88812:88832 Toro Chile +0.249318 aapg_ah_385.html aapg_ah_385.html:137:17312:17328 Guinda Marysville, Washington +0.483928 cspg_html_1019614994 cspg_html_1019614994:353:56554:56583 Jefferson Regina, Saskatchewan +0.2805 aapg_ah_464.html aapg_ah_464.html:56:10110:10130 Pottsville Pottsville, Pennsylvania +0.47145 aapg_ae_344.html aapg_ae_344.html:44:4954:4964 Tuscaloosa Tuscaloosa, Alabama +0.480255 aapg_ac_617.html aapg_ac_617.html:150:20545:20552 Lagarto Brazos River +0.4263 aapg_ad_377.html aapg_ad_377.html:282:29408:29431 Hungry Valley Western world +0.477288 gsa_html_5825047223 gsa_html_5825047223:12:534:542 Columbia Missouri River +0.247902 aapg_ad_721.html aapg_ad_721.html:302:29342:29352 San Andres Artesia, New Mexico +0.24354 cspg_html_1258988577 cspg_html_1258988577:366:40474:40491 Bedford Canada +0.25806 gsa_html_7102550258 gsa_html_7102550258:220:22257:22273 Navajo Colorado +0.288816 aapg_ad_466.html aapg_ad_466.html:291:35764:35781 Raritan Potomac, Maryland +0.250952 aapg_aa_684.html aapg_aa_684.html:40:5032:5052 Popo Agie John Crow Mountains +0.267254 aapg_aa_960.html aapg_aa_960.html:463:35953:35960 Entrada Logan, Utah +0.49601 aapg_af_978.html aapg_af_978.html:862:123902:123912 Copenhagen Denmark +0.36562 aapg_ad_457.html aapg_ad_457.html:737:61704:61722 Ogallala Texas +0.26469 cspg_html_3124360347 cspg_html_3124360347:363:43770:43791 Beekmantown Rensselaer County, New York +0.256486 aapg_ah_93.html aapg_ah_93.html:247:34119:34129 Blackstone Cheyenne, Wyoming +0.496327 aapg_ad_184.html aapg_ad_184.html:468:65425:65442 Black River Ohio +0.263133 aapg_ai_17.html aapg_ai_17.html:1436:100243:100252 Catahoula Leesville, Ohio +0.264704 aapg_aa_703.html aapg_aa_703.html:598:56856:56878 Prince Creek Chignik Airport +0.479115 gsa_html_3014459865 gsa_html_3014459865:204:22266:22274 Virginia The Carolinas +0.492768 cspg_html_3762708087 cspg_html_3762708087:228:29768:29784 Viking Suffield, Connecticut +0.260952 jgeology_html_6377200310 jgeology_html_6377200310:1036:57211:57218 Blackie Glasgow +0.246973 cspg_html_9905904289 cspg_html_9905904289:112:15659:15671 Saskatchewan Lacombe, Alberta +0.479829 AMJC_html_1873062106 AMJC_html_1873062106:1253:127584:127594 San Miguel Colorado +0.251392 palaios_html_8064020973 palaios_html_8064020973:107:13574:13583 St. Johns Blue Hills Reservation +0.511284 aapg_ae_267.html aapg_ae_267.html:21:3022:3044 New Scotland Pennsylvania +0.487956 aapg_ai_592.html aapg_ai_592.html:360:57646:57677 Cathedral Colorado +0.261117 AMJC_html_5471526645 AMJC_html_5471526645:14:767:773 Reston Virginia +0.467818 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3308:3315 Piedras Las Ventanas +0.260598 sedimentology_html_9603159224 sedimentology_html_9603159224:1933:118728:118736 Homewood Oman +0.260096 cspg_html_6163691495 cspg_html_6163691495:1021:88467:88480 Madison Black Hills +0.268315 gsa_html_4930932370 gsa_html_4930932370:304:32296:32318 Biwabik Iron Virginia +0.490042 aapg_ad_318.html aapg_ad_318.html:69:10607:10621 Pleasant Mills Rockford, Illinois +0.508002 aapg_af_11.html aapg_af_11.html:517:52666:52678 Red Mountain Ouray, Colorado +0.49329 cspg_html_8840748783 cspg_html_8840748783:56:10096:10107 Shaftesbury Lacombe, Alberta +0.453768 cspg_html_6953269830 cspg_html_6953269830:545:52307:52325 Dunvegan Lacombe, Alberta +0.495471 cspg_html_3251996292 cspg_html_3251996292:204:23827:23844 Beekmantown Quebec City +0.24832 aapg_aa_302.html aapg_aa_302.html:563:66282:66290 Colorado Logan, Utah +0.245967 aapg_ah_276.html aapg_ah_276.html:198:18885:18892 Sisquoc Rancho Santa Margarita, California +0.253916 cspg_html_1853589373 cspg_html_1853589373:98:12381:12386 Alexo Lacombe, Alberta +0.48132 gsa_html_4308966435 gsa_html_4308966435:198:22880:22888 Woodside Logan, Utah +0.272483 cspg_html_1019614994 cspg_html_1019614994:71:13932:13950 Palliser Lacombe, Alberta +0.241703 aapg_ah_847.html aapg_ah_847.html:278:33390:33396 Tinton Monmouth County, New Jersey +0.25428 aapg_ad_95.html aapg_ad_95.html:232:21823:21835 Kingak Middle East +0.493268 palaios_html_8447836636 palaios_html_8447836636:304:27491:27513 Little River Canada +0.49665 aapg_aa_23.html aapg_aa_23.html:240:26174:26192 Winnipeg Manitoba +0.456918 aapg_af_388.html aapg_af_388.html:886:87642:87650 Virginia Leesburg, Florida +0.276627 aapg_ac_940.html aapg_ac_940.html:617:61056:61080 Pottsville Pennsylvania +0.257526 aapg_ad_564.html aapg_ad_564.html:7079:586645:586657 Marble Falls Texas Hill Country +0.26037 aapg_ah_903.html aapg_ah_903.html:82:14151:14171 Cane River Shreveport, Louisiana +0.480129 aapg_ak_135.html aapg_ak_135.html:150:26099:26117 San Onofre Breccia Anaheim, California +0.2615 cspg_html_6252417471 cspg_html_6252417471:415:60820:60842 Moreno California +0.24939 aapg_ai_461.html aapg_ai_461.html:54:7356:7367 Boggy McAlester, Oklahoma +0.264195 cspg_html_4433937749 cspg_html_4433937749:61:8621:8629 Dunvegan Aspen, Colorado +0.510822 aapg_ah_763.html aapg_ah_763.html:257:26153:26163 Whitehorse Artesia, New Mexico +0.259534 jgeology_html_8264452242 jgeology_html_8264452242:517:38561:38590 Baraboo Quartzite Wisconsin +0.263144 gsa_html_1727503504 gsa_html_1727503504:244:26302:26310 Michigan Wisconsin +0.496683 aapg_af_639.html aapg_af_639.html:21:1875:1894 Nanafalia Marthaville, Louisiana +0.45849 aapg_ae_89.html aapg_ae_89.html:241:24120:24128 Virginia Newport, Rhode Island +0.490716 aapg_ai_756.html aapg_ai_756.html:10:1201:1210 Smackover East Texas +0.4888 aapg_ac_629.html aapg_ac_629.html:350:44573:44593 Citronelle Oberlin, Ohio +0.4966 sedimentology_html_9260132433 sedimentology_html_9260132433:143:13633:13649 Eureka Quartzite East Palo Alto, California +0.25578 aapg_ae_73.html aapg_ae_73.html:921:111863:111871 Colorado Colorado +0.2601 palaios_html_3716378837 palaios_html_3716378837:502:36576:36593 Kayenta Arizona +0.466464 aapg_ah_357.html aapg_ah_357.html:15:1689:1694 Yegua Carrizo Plain +0.479182 geology_html_2187977160 geology_html_2187977160:240:21040:21052 San Fernando Oakshott +0.26316 cspg_html_8266552811 cspg_html_8266552811:276:34838:34854 Viking Regina, Saskatchewan +0.248496 aapg_ae_474.html aapg_ae_474.html:306:31583:31599 Bethel Bethel, Alaska +0.248472 jgeology_html_6388378441 jgeology_html_6388378441:234:18212:18227 Berino New Mexico +0.259017 cspg_html_7204006147 cspg_html_7204006147:36:4536:4558 Cooking Lake Southern Great Plain +0.491832 aapg_ae_786.html aapg_ae_786.html:19:2577:2597 Rio Grande Peru, Indiana +0.499671 aapg_ae_465.html aapg_ae_465.html:139:14106:14129 Smackover Arkansas +0.483032 cspg_html_3415721018 cspg_html_3415721018:146:20612:20623 Coal Valley Lacombe, Alberta +0.256122 cspg_html_4666332434 cspg_html_4666332434:566:77448:77465 Belly River Lacombe, Alberta +0.49348 palaios_html_6973830442 palaios_html_6973830442:306:26293:26310 Entrada Logan, Utah +0.499118 aapg_ae_768.html aapg_ae_768.html:155:15595:15612 Rustler Salado, Texas +0.257556 cspg_html_3881813038 cspg_html_3881813038:83:11689:11698 Alexandra Lacombe, Alberta +0.26664 cspg_html_1265381145 cspg_html_1265381145:184:19758:19778 Big Valley Lacombe, Alberta +0.492866 aapg_ae_546.html aapg_ae_546.html:10:2200:2209 Smackover Cotton Valley, Louisiana +0.27352 aapg_ai_31.html aapg_ai_31.html:152:17433:17452 Catahoula Texas +0.393 aapg_ae_223.html aapg_ae_223.html:421:51928:51945 Wasatch Wasatch Range +0.25704 cspg_html_1645105717 cspg_html_1645105717:37:5542:5552 Missisauga Logan Canyon +0.260099 aapg_ae_885.html aapg_ae_885.html:11:2069:2077 Blanding San Juan, Argentina +0.50806 aapg_ac_913.html aapg_ac_913.html:74:7974:8010 Dunleith Illinois +0.433839 cspg_html_8509913074 cspg_html_8509913074:107:16482:16498 Guelph Salina, Kansas +0.488188 aapg_ad_660.html aapg_ad_660.html:397:51720:51725 Queen Guadalupe Mountains National Park +0.468462 aapg_ae_767.html aapg_ae_767.html:98:9598:9610 Dockum Colorado +0.2565 aapg_aa_152.html aapg_aa_152.html:61:5550:5556 Sierra Victoria, British Columbia +0.49192 aapg_af_581.html aapg_af_581.html:61:6995:7002 Quetame Surata +0.67284 AMJC_html_4692260170 AMJC_html_4692260170:948:98040:98055 Fitch Bernardston, Massachusetts +0.252504 cspg_html_8363357104 cspg_html_8363357104:130:21414:21422 Columbia Mount Robson Provincial Park +0.4944 gsa_html_9694069566 gsa_html_9694069566:979:85497:85525 Green River Colorado +0.46779 palaios_html_5582845937 palaios_html_5582845937:332:33786:33804 Nanjemoy Haynesville, Louisiana +0.26883 cspg_html_7817594878 cspg_html_7817594878:297:42912:42919 Monster Denver +0.27092 cspg_html_9222238695 cspg_html_9222238695:244:33455:33463 Columbia Victoria, British Columbia +0.273006 aapg_af_633.html aapg_af_633.html:89:16453:16465 Midway Williamson County, Texas +0.2585 aapg_ah_165.html aapg_ah_165.html:584:58511:58532 Belly River Lacombe, Alberta +0.481 sedimentology_html_4089685201 sedimentology_html_4089685201:1504:109260:109264 Hall London, Ontario +0.266207 aapg_ai_163.html aapg_ai_163.html:524:44453:44459 Kaibab West Texas +0.246092 cspg_html_4115156925 cspg_html_4115156925:40:6835:6872 Doig Lacombe, Alberta +0.482422 sedimentology_html_7302089630 sedimentology_html_7302089630:1767:57328:57332 Hall London, Ontario +0.489765 cspg_html_4293350162 cspg_html_4293350162:452:49298:49315 Livingstone Carnarvon, Western Australia +0.270908 cspg_html_6984906794 cspg_html_6984906794:192:21151:21168 Sikanni Victoria, British Columbia +0.2545 aapg_ai_49.html aapg_ai_49.html:702:91397:91404 Ankareh Boise, Idaho +0.4841 gsa_html_1617077506 gsa_html_1617077506:816:80972:80980 Columbia Victoria, British Columbia +0.485586 sedimentology_html_6812678908 sedimentology_html_6812678908:27:1693:1701 Colorado Bridgetown, Nova Scotia +0.466546 cspg_html_2356845260 cspg_html_2356845260:488:55887:55892 Yukon Canada +0.489765 cspg_html_4558848861 cspg_html_4558848861:50:8134:8152 Palliser North Portal, Saskatchewan +0.495045 sedimentology_html_5372057865 sedimentology_html_5372057865:1226:88791:88801 Washington Salem, Oregon +0.503475 cspg_html_7752087721 cspg_html_7752087721:503:58549:58554 Logan Perth, Western Australia +0.480102 geology_html_6894495298 geology_html_6894495298:12:524:530 Oregon Salem, Oregon +0.461127 aapg_ai_249.html aapg_ai_249.html:543:71497:71512 Metapan Guatemala +0.503475 AMJC_html_7323085564 AMJC_html_7323085564:1245:130020:130026 Moscow Mongolia +0.257536 cspg_html_2419618566 cspg_html_2419618566:446:57269:57275 Antler Canada +0.499278 cspg_html_9751694613 cspg_html_9751694613:33:3797:3805 Imperial Calgary +0.2555 aapg_ae_307.html aapg_ae_307.html:239:16311:16316 Price Ogallala, Nebraska +0.27068 aapg_ah_378.html aapg_ah_378.html:149:14653:14663 Whitehorse Texas +0.257335 aapg_ac_983.html aapg_ac_983.html:222:35541:35551 Fort Scott Ardmore, Pennsylvania +0.266662 cspg_html_4105062490 cspg_html_4105062490:70:7379:7389 Dawson Bay Manitoba +0.502656 aapg_af_162.html aapg_af_162.html:177:15359:15365 Annona Clarksville, Tennessee +0.490356 aapg_ae_461.html aapg_ae_461.html:118:17822:17841 Smackover Haynesville, Louisiana +0.24849 aapg_ac_449.html aapg_ac_449.html:27:3880:3897 Grassy Knob Chert Kentucky +0.25088 aapg_af_318.html aapg_af_318.html:204:23130:23161 Pense Regina, Saskatchewan +0.26061 cspg_html_1019614994 cspg_html_1019614994:609:94418:94426 Columbia Lacombe, Alberta +0.506708 gsa_html_9700204933 gsa_html_9700204933:666:71015:71025 Pittsburgh Pennsylvania +0.260454 sedimentology_html_4287650745 sedimentology_html_4287650745:1140:109264:109281 Cardium Lacombe, Alberta +0.468384 cspg_html_5198658336 cspg_html_5198658336:442:50147:50160 Wood Mountain Turtle Mountain (Alberta) +0.846175 aapg_ad_564.html aapg_ad_564.html:759:75558:75571 Barnett Western world +0.373215 gsa_html_4432793908 gsa_html_4432793908:709:80185:80205 Sheep Pass Reno, Nevada +0.49028 aapg_ad_855.html aapg_ad_855.html:32:3259:3277 Woodbine Paluxy, Texas +0.49868 gsa_html_8951179545 gsa_html_8951179545:43:3313:3332 Wilcox Western world +0.3724 geology_html_9085928497 geology_html_9085928497:111:10558:10586 Ellensburg Washington (state) +0.474759 aapg_ad_440.html aapg_ad_440.html:670:67113:67119 Denmar Randolph County, Indiana +0.25186 geology_html_3955381777 geology_html_3955381777:22:1719:1737 Tindir Arctic Cordillera +0.26677 aapg_ad_149.html aapg_ad_149.html:111:11182:11203 Beaverhill Lacombe, Alberta +0.473796 aapg_aa_718.html aapg_aa_718.html:492:51153:51173 Waynesburg Pennsylvania +0.460305 sedimentology_html_9514552565 sedimentology_html_9514552565:370:31667:31685 Willwood Cheyenne, Wyoming +0.256949 cspg_html_5538678223 cspg_html_5538678223:44:7788:7808 Red Rock Lima, Ohio +0.380292 aapg_af_728.html aapg_af_728.html:170:20922:20928 Vinini Reno, Nevada +0.256 aapg_ad_880.html aapg_ad_880.html:3:325:338 Gypsum Spring Middle East +0.26265 aapg_ae_5.html aapg_ae_5.html:196:22855:22859 Earp Arizona +0.485856 sedimentology_html_4109585061 sedimentology_html_4109585061:892:78096:78105 Lancaster Owens Lake +0.25959 aapg_aa_457.html aapg_aa_457.html:77:13987:14010 Smackover Haynesville, Louisiana +0.444612 sedimentology_html_6367222020 sedimentology_html_6367222020:877:45757:45765 Colorado Leadville, Colorado +0.255987 sedimentology_html_3074380813 sedimentology_html_3074380813:30:1605:1609 Bern Switzerland +0.25653 aapg_ah_446.html aapg_ah_446.html:393:51977:51985 Michigan Saginaw, Michigan +0.465885 aapg_ai_153.html aapg_ai_153.html:495:74823:74832 Conemaugh Ohio +0.237236 cspg_html_2184091860 cspg_html_2184091860:88:12743:12760 Mingan Anticosti Island +0.261632 gsa_html_3333403908 gsa_html_3333403908:849:75753:75760 Deville London, Ontario +0.241808 sedimentology_html_6714245905 sedimentology_html_6714245905:671:49766:49774 Colorado Mancos, Colorado +0.250712 aapg_ai_293.html aapg_ai_293.html:279:24963:24977 Lisburne Anchorage, Alaska +0.475741 sedimentology_html_7305607766 sedimentology_html_7305607766:665:51392:51396 Hall London, Ontario +0.923517 aapg_af_142.html aapg_af_142.html:145:15522:15527 Yegua Mexico +0.464854 aapg_ai_292.html aapg_ai_292.html:70:7503:7517 Lisburne Anchorage, Alaska +0.43521 aapg_ac_791.html aapg_ac_791.html:293:37315:37353 Barnett Erath County, Texas +0.344025 gsa_html_2989317971 gsa_html_2989317971:527:56912:56934 Sucker Creek Salem, Oregon +0.240408 cspg_html_4924970281 cspg_html_4924970281:697:78375:78395 Clearwater Lacombe, Alberta +0.235176 aapg_ai_287.html aapg_ai_287.html:132:16576:16591 Catalina Schist Los Angeles +0.47991 gsa_html_1536819908 gsa_html_1536819908:95:8773:8779 Antler Sonoma, California +0.505218 aapg_ah_96.html aapg_ah_96.html:111:11707:11721 Winnipeg Williston, Vermont +0.478956 aapg_ai_1.html aapg_ai_1.html:7:873:890 Paradox Hermosa, Chicago +0.471056 aapg_ae_876.html aapg_ae_876.html:305:32047:32070 Cedar Mountain Cedar Mountains +0.45084 cspg_html_9637099986 cspg_html_9637099986:33:4898:4909 Shaftesbury Clearwater, Florida +0.489842 aapg_af_90.html aapg_af_90.html:47:8367:8385 Stirling Quartzite Death Valley +0.478225 cspg_html_3521815736 cspg_html_3521815736:470:62062:62084 Charlie Lake Victoria, British Columbia +0.263676 cspg_html_2873888604 cspg_html_2873888604:180:29153:29165 Charlie Lake Victoria, British Columbia +0.50384 aapg_ae_498.html aapg_ae_498.html:73:8496:8512 Beekmantown Virginia +0.400191 palaios_html_7111318862 palaios_html_7111318862:151:15440:15464 Judith River Regina, Saskatchewan +0.268224 AMJC_html_6341723617 AMJC_html_6341723617:326:29767:29772 Uinta Flagstaff, Arizona +0.257346 aapg_ae_705.html aapg_ae_705.html:138:13836:13852 Rincon Monterey, California +0.253206 cspg_html_3129231627 cspg_html_3129231627:66:9535:9547 Devon Island Ellesmere Island +0.202515 aapg_aa_23.html aapg_aa_23.html:905:118171:118180 Interlake Manitoba +0.49555 aapg_ah_536.html aapg_ah_536.html:553:73084:73099 Sligo Rodessa, Louisiana +0.27984 aapg_ad_801.html aapg_ad_801.html:148:16505:16514 Nanafalia Alabama +0.493799 aapg_ae_498.html aapg_ae_498.html:1033:107370:107378 Virginia Virginia +0.24378 aapg_ac_942.html aapg_ac_942.html:55:8068:8085 Hermosa Hermosa, Chicago +0.247504 aapg_ai_584.html aapg_ai_584.html:670:69617:69633 Telephone Canyon Fort Scott National Historic Site +0.499174 aapg_ad_958.html aapg_ad_958.html:1032:107164:107169 Salem Logan County, West Virginia +0.772497 aapg_ae_959.html aapg_ae_959.html:2859:213398:213413 Hueco New Mexico +0.251 cspg_html_1503116552 cspg_html_1503116552:270:43141:43181 Waterways Middle East +0.48 aapg_ac_191.html aapg_ac_191.html:84:15190:15196 Cupido Mexico +0.254904 aapg_ai_278.html aapg_ai_278.html:542:70989:71010 Punta Gorda Punta Gorda, Florida +0.246984 aapg_ac_669.html aapg_ac_669.html:41:3392:3399 Jackson Chester, Pennsylvania +0.25146 aapg_ae_34.html aapg_ae_34.html:486:41601:41608 Anahuac Shreveport, Louisiana +0.239105 aapg_ac_920.html aapg_ac_920.html:110:17679:17695 Loray Gold Hill, Colorado +0.25064 cspg_html_6116883777 cspg_html_6116883777:642:84531:84553 Devon Island Bathurst Island (Northern Territory) +0.481792 gsa_html_1617077506 gsa_html_1617077506:966:91529:91537 Columbia Victoria, British Columbia +0.481707 aapg_ad_757.html aapg_ad_757.html:318:40391:40397 Wilcox Decorah, Iowa +0.244035 cspg_html_9912281240 cspg_html_9912281240:677:74720:74727 Wapiabi Lacombe, Alberta +0.24056 aapg_af_734.html aapg_af_734.html:430:59778:59789 Sadlerochit Anchorage, Alaska +0.264196 geology_html_8813860602 geology_html_8813860602:32:2788:2799 Grand River Ionia, Michigan +0.876942 aapg_ah_972.html aapg_ah_972.html:575:57044:57063 Vicksburg Matagorda County, Texas +0.268752 aapg_ah_528.html aapg_ah_528.html:76:7956:7977 Francisco Gold Hill, Colorado +0.51896 cspg_html_9018334227 cspg_html_9018334227:93:12590:12605 Telegraph Creek Southern United States +0.252486 palaios_html_6609177739 palaios_html_6609177739:68:9115:9125 Juniata San Juan Islands +0.261326 gsa_html_8863489299 gsa_html_8863489299:1096:104874:104879 Crete Greece +0.389934 palaios_html_2276475028 palaios_html_2276475028:591:58736:58754 Morrison Colorado Plateau +0.25921 cspg_html_4680804918 cspg_html_4680804918:474:62753:62765 Medicine Hat Lethbridge +0.46248 aapg_ad_721.html aapg_ad_721.html:590:56689:56707 Carlsbad Carlsbad, New Mexico +0.25317 aapg_ah_645.html aapg_ah_645.html:113:15269:15279 Twin Creek Western world +0.5712 cspg_html_5479700260 cspg_html_5479700260:77:9635:9655 Stonewall Bath, Somerset +0.247434 aapg_ad_808.html aapg_ad_808.html:547:34150:34158 Tensleep Cheyenne, Wyoming +0.231602 aapg_ad_49.html aapg_ad_49.html:121:11146:11162 Umpqua California +0.264132 cspg_html_8988103418 cspg_html_8988103418:7:661:679 Dunvegan Victoria, British Columbia +0.467728 aapg_ae_461.html aapg_ae_461.html:66:9836:9847 Pine Island Bellevue, Nebraska +0.916786 aapg_af_85.html aapg_af_85.html:84:9687:9715 Gilwood Lacombe, Alberta +0.531216 aapg_aa_507.html aapg_aa_507.html:63:7835:7851 Tuscaloosa Mississippi River +0.248082 aapg_ai_811.html aapg_ai_811.html:104:16297:16313 Bailey Bloomington, Indiana +0.434075 aapg_ae_168.html aapg_ae_168.html:634:66082:66090 Robinson Reno, Nevada +0.250458 aapg_ad_564.html aapg_ad_564.html:7602:652407:652430 Brushy Canyon Western world +0.494088 cspg_html_7863807424 cspg_html_7863807424:63:9322:9328 Viking Canada +0.48118 aapg_ai_794.html aapg_ai_794.html:42:5457:5465 Michigan Ohio +0.65455 aapg_ae_537.html aapg_ae_537.html:944:110977:110998 Green River Uinta Mountains +0.261855 cspg_html_3501550466 cspg_html_3501550466:525:75254:75271 Duperow Williston Basin +0.132868 cspg_html_3529479452 cspg_html_3529479452:15:1998:2017 Lodgepole Manitoba +0.514415 aapg_af_653.html aapg_af_653.html:85:8165:8172 Temblor Monterey, California +0.49056 aapg_ad_800.html aapg_ad_800.html:83:8240:8256 Eagle Texas +0.473598 aapg_aa_237.html aapg_aa_237.html:42:5596:5606 Capistrano Ventura County, California +0.252993 cspg_html_9912281240 cspg_html_9912281240:51:7711:7718 Pakowki Lacombe, Alberta +0.265216 aapg_ai_811.html aapg_ai_811.html:358:48351:48368 Dutch Creek Bloomington, Indiana +0.265056 aapg_ad_169.html aapg_ad_169.html:312:36751:36760 Ada Huntington, West Virginia +0.246492 aapg_ae_959.html aapg_ae_959.html:1169:85386:85408 Harpersville Texas +0.578772 aapg_ac_215.html aapg_ac_215.html:58:7355:7364 Lodgepole Williston Basin +0.269352 cspg_html_7881580279 cspg_html_7881580279:39:6292:6306 Red River Regina, Saskatchewan +0.248196 aapg_aa_379.html aapg_aa_379.html:15:2174:2180 Weston Glenville, West Virginia +0.474549 aapg_ah_318.html aapg_ah_318.html:3273:261163:261185 San Cayetano York, Pennsylvania +0.258048 aapg_ad_286.html aapg_ad_286.html:188:17410:17429 Neruokpuk Anchorage, Alaska +0.260454 aapg_ad_858.html aapg_ad_858.html:307:22441:22448 Sligo Cotton Valley, Louisiana +0.250902 aapg_af_397.html aapg_af_397.html:377:44519:44526 Entrada Mesa, Arizona +0.254508 palaios_html_7679079277 palaios_html_7679079277:1023:87679:87701 Peace River Lacombe, Alberta +0.262654 aapg_ai_292.html aapg_ai_292.html:338:32924:32938 Lisburne Anchorage, Alaska +0.259045 cspg_html_5756063944 cspg_html_5756063944:939:80135:80153 Souris Valley Regina, Saskatchewan +0.480568 gsa_html_2321464653 gsa_html_2321464653:577:61003:61014 Bloomington California +0.47946 geology_html_3579174499 geology_html_3579174499:13:653:660 Windsor Earth +0.531472 aapg_ac_629.html aapg_ac_629.html:278:36604:36611 Prairie Beaumont, Texas +0.252494 gsa_html_3720789279 gsa_html_3720789279:12:641:647 Oregon Salem, Oregon +0.884752 cspg_html_1188455526 cspg_html_1188455526:112:18656:18666 Hare Fiord Ellesmere Island +0.519958 gsa_html_3330587082 gsa_html_3330587082:204:17365:17392 Rangeley Piermont, New York +0.49011 cspg_html_8374021012 cspg_html_8374021012:150:23807:23815 Columbia Canada +0.260091 gsa_html_8398449001 gsa_html_8398449001:668:55713:55722 Bear Lake Bear Lake, Michigan +0.245912 aapg_ae_984.html aapg_ae_984.html:388:37138:37154 Salado Carlsbad, New Mexico +0.483928 aapg_ac_704.html aapg_ac_704.html:478:33477:33485 Tensleep Cheyenne, Wyoming +0.380268 gsa_html_4472896560 gsa_html_4472896560:77:6908:6923 Lava Creek Tuff Yellowstone National Park +0.244976 geology_html_2275132272 geology_html_2275132272:14:644:661 Packsaddle Schist Texas +0.285056 aapg_ae_16.html aapg_ae_16.html:298:35245:35257 Fernie Lacombe, Alberta +0.238637 cspg_html_8904992939 cspg_html_8904992939:77:11718:11732 Woodbend Lacombe, Alberta +0.51339 aapg_ac_251.html aapg_ac_251.html:488:56234:56243 Tuscarora Juniata County School District +0.47975 aapg_ae_171.html aapg_ae_171.html:35:4163:4175 Dakota Denver +0.254241 aapg_ad_784.html aapg_ad_784.html:73:9907:9912 Vaqueros South Mountains (Arizona) +0.232224 aapg_aa_789.html aapg_aa_789.html:75:7792:7812 Manning Canyon Oquirrh Mountain Utah Temple +0.487278 gsa_html_5598634716 gsa_html_5598634716:1225:66517:66545 Green River Colorado +0.348055 aapg_af_471.html aapg_af_471.html:370:40699:40718 Hillabee Greenstone Alabama +0.251472 sedimentology_html_3549891174 sedimentology_html_3549891174:1812:94165:94186 Golden Grove Barbados +0.458724 aapg_ae_461.html aapg_ae_461.html:72:10791:10810 Smackover Caddo Parish, Louisiana +0.264195 palaios_html_3415407632 palaios_html_3415407632:245:23977:23995 Winnipeg Regina, Saskatchewan +0.49685 aapg_af_576.html aapg_af_576.html:140:11761:11777 Oswego Arbuckle, California +0.496908 cspg_html_5978198083 cspg_html_5978198083:37:4645:4655 Milk River Lacombe, Alberta +0.905996 aapg_af_397.html aapg_af_397.html:360:42581:42616 Entrada Entrada Sandstone +0.484748 aapg_af_99.html aapg_af_99.html:34:4106:4114 Buff Bay Dominican Republic +0.449328 cspg_html_9912281240 cspg_html_9912281240:614:70966:70987 Belly River Lacombe, Alberta +0.257526 cspg_html_3385840278 cspg_html_3385840278:173:23900:23920 Swan Hills Swan Hill, Victoria +0.704364 aapg_af_406.html aapg_af_406.html:137:13047:13063 Smackover Baldwin County, Alabama +0.439062 palaios_html_9041058007 palaios_html_9041058007:656:49612:49616 Kope Cincinnati +0.248517 aapg_af_286.html aapg_af_286.html:797:93387:93403 Viking Lacombe, Alberta +0.458544 gsa_html_4220229801 gsa_html_4220229801:152:11381:11387 Oregon Boise, Idaho +0.488565 gsa_html_6753732431 gsa_html_6753732431:85:7781:7802 Sespe Los Angeles +0.51948 gsa_html_5081991493 gsa_html_5081991493:1387:102395:102402 Wasatch Uinta Mountains +0.459836 aapg_ah_647.html aapg_ah_647.html:23:2358:2367 Horquilla Missouri River +0.255936 cspg_html_6255491344 cspg_html_6255491344:42:6722:6740 Kootenay Crowsnest Pass, Alberta +0.245021 gsa_html_1520002998 gsa_html_1520002998:873:71857:71879 Beartooth Cheyenne, Wyoming +0.233273 cspg_html_9435196958 cspg_html_9435196958:109:4707:4715 Edmonton Lacombe, Alberta +0.250996 geology_html_4085157477 geology_html_4085157477:204:15386:15405 Pocatello Boise, Idaho +0.255524 gsa_html_3860045860 gsa_html_3860045860:670:76958:76964 Oregon Salem, Oregon +0.266247 geology_html_8287045046 geology_html_8287045046:17:1032:1042 Santa Cruz California +0.489825 aapg_ae_416.html aapg_ae_416.html:191:17109:17118 Catahoula San Jacinto, California +0.247 sedimentology_html_6764462023 sedimentology_html_6764462023:1458:94494:94502 Bathurst Durham, North Carolina +0.896709 cspg_html_2546442054 cspg_html_2546442054:418:47130:47147 Bearpaw Lacombe, Alberta +0.94525 aapg_ad_918.html aapg_ad_918.html:355:45661:45679 Niobrara Colorado +0.47658 aapg_aa_302.html aapg_aa_302.html:337:41098:41104 Kaibab Grand Canyon +0.265584 aapg_ad_990.html aapg_ad_990.html:51:4051:4060 Smackover Milam County, Texas +0.272484 aapg_ai_720.html aapg_ai_720.html:217:24745:24752 Magothy Fire Island (Anchorage, Alaska) +0.261612 aapg_af_327.html aapg_af_327.html:239:22121:22124 Pit Closter, New Jersey +0.272435 aapg_ad_802.html aapg_ad_802.html:53:6309:6319 Tuscaloosa Selma to Montgomery marches +0.25441 aapg_af_431.html aapg_af_431.html:127:13218:13227 Pendleton Shreveport, Louisiana +0.483736 aapg_ah_378.html aapg_ah_378.html:310:28603:28625 Seven Rivers New Mexico +0.241983 aapg_ae_485.html aapg_ae_485.html:154:18085:18093 Virginia Piedmont (United States) +0.258039 aapg_ai_49.html aapg_ai_49.html:274:32624:32631 Kayenta Carmel, Indiana +0.499596 cspg_html_2758324131 cspg_html_2758324131:466:59091:59108 Exshaw Western Canadian Sedimentary Basin +0.497555 geology_html_1307726382 geology_html_1307726382:38:2808:2834 Prairie Canada +0.48443 aapg_ad_760.html aapg_ad_760.html:27:4345:4361 Modelo Santa Clara County, California +0.25806 cspg_html_8789242291 cspg_html_8789242291:18:2664:2723 Saskatchewan Regina, Saskatchewan +0.260099 cspg_html_3926542795 cspg_html_3926542795:1213:131290:131310 Swan Hills Swan Hill, Victoria +0.249996 gsa_html_1538463681 gsa_html_1538463681:755:67712:67722 Pittsburgh Sonora +0.476398 geology_html_1519650213 geology_html_1519650213:193:20366:20385 Ripogenus Portland, Maine +0.255955 gsa_html_3795828595 gsa_html_3795828595:18:1206:1223 Black River Kentucky +0.236376 geology_html_8482136832 geology_html_8482136832:314:25694:25722 Green River Cheyenne, Wyoming +0.26936 aapg_ad_757.html aapg_ad_757.html:302:38732:38737 Viola Arbuckle, California +0.266192 cspg_html_3762708087 cspg_html_3762708087:552:70515:70523 Columbia Victoria, British Columbia +0.2751 palaios_html_8064020973 palaios_html_8064020973:590:64996:65012 Chinle Arizona +0.513902 cspg_html_3354282978 cspg_html_3354282978:937:100120:100156 Debolt Canada +0.247504 geology_html_1378183813 geology_html_1378183813:234:22012:22020 Chandler Earth +0.249038 aapg_ae_198.html aapg_ae_198.html:247:25075:25082 Wasatch Uinta Mountains +0.487278 gsa_html_3010975239 gsa_html_3010975239:415:53563:53571 Michigan Saginaw, Michigan +0.25704 aapg_ac_422.html aapg_ac_422.html:541:68479:68498 Beaufort Ellesmere Island +0.257943 geology_html_1523318259 geology_html_1523318259:218:24118:24146 Green River Cheyenne, Wyoming +0.495496 aapg_ae_884.html aapg_ae_884.html:166:21868:21886 Frontier Niobrara, Nebraska +0.259045 aapg_af_943.html aapg_af_943.html:15:1651:1656 Raton Colorado +0.256626 aapg_af_568.html aapg_af_568.html:437:38252:38268 Dakota Cheyenne, Wyoming +0.496018 cspg_html_4293350162 cspg_html_4293350162:27:4292:4304 Banff Lacombe, Alberta +0.256032 geology_html_4658814755 geology_html_4658814755:267:24229:24236 Hampton Chesapeake Bay +0.272384 aapg_ah_289.html aapg_ah_289.html:130:17123:17141 Monterey Monterey, California +0.477951 AMJC_html_5507942612 AMJC_html_5507942612:58:5651:5667 New Haven Arkose South Britain Historic District +0.50112 cspg_html_7281679890 cspg_html_7281679890:124:20647:20664 Blackstone Middle Ordovician +0.49062 aapg_ad_784.html aapg_ad_784.html:8:1421:1426 Sespe Ventura County, California +0.276148 aapg_ae_28.html aapg_ae_28.html:937:68552:68559 Calvert Ohio +0.252865 gsa_html_5773604426 gsa_html_5773604426:686:57244:57266 Wilcox Shreveport, Louisiana +0.487113 aapg_ah_339.html aapg_ah_339.html:232:23819:23827 Michigan Cincinnati +0.470659 cspg_html_2796643803 cspg_html_2796643803:11:1598:1616 Deadwood Regina, Saskatchewan +0.267764 gsa_html_6094873578 gsa_html_6094873578:31:2786:2814 Green River New Mexico +0.262584 palaios_html_1249829497 palaios_html_1249829497:15:797:813 Ripley Alabama +0.470808 gsa_html_4071231613 gsa_html_4071231613:798:87404:87414 Washington Salem, Oregon +0.255458 gsa_html_3720789279 gsa_html_3720789279:1172:108659:108665 Oregon Boise, Idaho +0.2375 aapg_ae_416.html aapg_ae_416.html:99:9573:9588 Tampa Chattahoochee County, Georgia +0.25653 gsa_html_5627360957 gsa_html_5627360957:468:45645:45659 Troy Arizona +0.25143 aapg_af_625.html aapg_af_625.html:591:61091:61120 Virginia Huntington, West Virginia +0.266 aapg_ad_10.html aapg_ad_10.html:196:24121:24127 Jordan Palestinian territories +0.502392 aapg_af_542.html aapg_af_542.html:409:41984:42009 Frio Gulf Coast of the United States +0.488379 cspg_html_3516764931 cspg_html_3516764931:430:63704:63709 Price Lacombe, Alberta +0.473538 gsa_html_4431779557 gsa_html_4431779557:1370:104479:104507 Green River Colorado +0.869 aapg_ai_81.html aapg_ai_81.html:176:17782:17791 Riceville Pennsylvania +0.4864 cspg_html_9924397126 cspg_html_9924397126:1707:172580:172597 Cardium Canada +0.47752 aapg_aa_654.html aapg_aa_654.html:70:10346:10360 Espiritu Santo Sangre de Cristo Range +0.25039 aapg_af_534.html aapg_af_534.html:349:29744:29749 Price Arctic Cordillera +0.250976 aapg_af_308.html aapg_af_308.html:281:32030:32039 Elk Taylor County, Wisconsin +0.259077 palaios_html_8910286482 palaios_html_8910286482:499:54910:54915 Tampa Melbourne, Florida +0.25802 aapg_aa_267.html aapg_aa_267.html:22:2992:3002 Greenbrier Calhoun County, Michigan +0.2756 palaios_html_6441274261 palaios_html_6441274261:573:41026:41040 Ogallala Nebraska +0.50246 aapg_ad_988.html aapg_ad_988.html:98:9150:9158 Wolfcamp New Mexico +0.254856 aapg_af_994.html aapg_af_994.html:161:24408:24424 Forbes Central Valley (California) +0.497555 aapg_ad_784.html aapg_ad_784.html:409:43622:43627 Sespe California +0.415386 aapg_ad_564.html aapg_ad_564.html:4628:357889:357902 Barnett Texas +0.23961 aapg_ai_324.html aapg_ai_324.html:64:8503:8511 Anguille Gabon +0.259081 aapg_ai_523.html aapg_ai_523.html:14:1861:1869 Colorado Glenwood Springs, Colorado +0.49875 aapg_ae_419.html aapg_ae_419.html:232:30586:30600 Kiamichi Texas +0.803111 aapg_aa_23.html aapg_aa_23.html:722:91123:91147 Stony Mountain Manitoba +0.274046 cspg_html_3354282978 cspg_html_3354282978:186:24650:24662 Saskatchewan Lacombe, Alberta +0.263676 aapg_ad_865.html aapg_ad_865.html:340:33998:34013 Ouray Hermosa, Chicago +0.26367 aapg_ak_75.html aapg_ak_75.html:238:26226:26230 Hall Maya Mountain +0.26256 aapg_aa_610.html aapg_aa_610.html:180:18517:18531 Niobrara Niobrara, Nebraska +0.265209 gsa_html_8981262717 gsa_html_8981262717:923:77013:77018 Swift Logan, Utah +0.274527 geology_html_1198148364 geology_html_1198148364:33:2777:2784 Wasatch Colorado +0.2678 aapg_ae_176.html aapg_ae_176.html:270:34736:34744 Columbia Victoria, British Columbia +0.415767 aapg_ah_318.html aapg_ah_318.html:2154:191788:191794 Sierra Zacatecas, Zacatecas +0.4735 cspg_html_3597281324 cspg_html_3597281324:175:21896:21921 Scollard Saint Kitts and Nevis +0.25532 aapg_ad_3.html aapg_ad_3.html:477:45264:45284 Sequatchie Juniata County School District +0.2665 aapg_ad_740.html aapg_ad_740.html:37:5017:5023 Dakota Benton, Arkansas +0.229908 aapg_ac_722.html aapg_ac_722.html:10:834:844 Trout Lake Wisconsin +0.24644 aapg_af_510.html aapg_af_510.html:286:32916:32947 Lakota Cheyenne, Wyoming +0.910035 aapg_ah_779.html aapg_ah_779.html:358:66781:66793 Saskatchewan Lacombe, Alberta +0.267804 aapg_ai_243.html aapg_ai_243.html:34:4665:4675 Tuscaloosa Tuscaloosa, Alabama +0.260554 aapg_ad_55.html aapg_ad_55.html:160:11427:11434 Plattin Decorah, Iowa +0.47838 sedimentology_html_9257813538 sedimentology_html_9257813538:275:20219:20233 Northumberland Durham, North Carolina +0.250158 aapg_ai_17.html aapg_ai_17.html:586:43452:43465 Cook Mountain Mt. Lebanon, Pennsylvania +0.258552 gsa_html_4415707577 gsa_html_4415707577:35:3172:3181 Red River Red River of the North +0.463372 aapg_af_785.html aapg_af_785.html:88:8643:8658 Indio Alabama +0.24582 aapg_ai_813.html aapg_ai_813.html:88:15050:15085 Slope Anchorage, Alaska +0.379776 cspg_html_7086880709 cspg_html_7086880709:386:51325:51332 Nahanni Root River (Wisconsin) +0.253512 cspg_html_1225021992 cspg_html_1225021992:175:23145:23166 Shaftesbury River Torrens +0.47334 aapg_ah_617.html aapg_ah_617.html:205:16886:16892 Denver Colorado +0.257214 sedimentology_html_1280732031 sedimentology_html_1280732031:1595:136868:136885 Cardium Lacombe, Alberta +0.257514 sedimentology_html_2041096405 sedimentology_html_2041096405:591:46883:46900 Lockport Dolomite Ohio +0.25026 aapg_ac_333.html aapg_ac_333.html:2003:189094:189106 Hermit Arizona +0.367409 aapg_ad_758.html aapg_ad_758.html:125:16538:16553 Galesburg Kansas City, Kansas +0.465085 aapg_af_830.html aapg_af_830.html:398:45438:45458 Fredericksburg Texas +0.26361 aapg_af_2.html aapg_af_2.html:264:29561:29576 Ouray Ouray, Colorado +0.441782 gsa_html_3842354440 gsa_html_3842354440:594:57000:57003 Arc Mexico +0.264192 gsa_html_5773604426 gsa_html_5773604426:325:31392:31438 Wilcox Ouachita Parish, Louisiana +0.50562 geology_html_4403865682 geology_html_4403865682:284:25071:25080 Eel River Lancaster, California +0.268099 cspg_html_9872589627 cspg_html_9872589627:111:15479:15501 Charlie Lake Lacombe, Alberta +0.456484 geology_html_1986444555 geology_html_1986444555:276:23779:23788 Flagstaff Anchorage, Alaska +0.256386 aapg_ai_962.html aapg_ai_962.html:294:19452:19466 Word New Mexico +0.265029 aapg_aa_603.html aapg_aa_603.html:101:11488:11509 Fish Scales Lacombe, Alberta +0.269345 aapg_ak_73.html aapg_ak_73.html:130:10805:10817 Wilcox Texas +0.271284 aapg_ah_612.html aapg_ah_612.html:122:11203:11220 Cardium Lacombe, Alberta +0.494172 cspg_html_3627006433 cspg_html_3627006433:646:69308:69319 Shaftesbury Lacombe, Alberta +0.88445 aapg_ae_876.html aapg_ae_876.html:662:70173:70189 Dakota Black Hills +0.473946 palaios_html_2656173533 palaios_html_2656173533:791:64474:64481 Jewett Silt San Francisco +0.466066 gsa_html_6499317047 gsa_html_6499317047:653:54233:54243 Washington Victoria, British Columbia +0.41624 cspg_html_8438548095 cspg_html_8438548095:204:20221:20229 Paskapoo Edmonton, London +0.249879 aapg_ai_250.html aapg_ai_250.html:139:15638:15656 Manitou Colorado +0.288894 geology_html_4022603373 geology_html_4022603373:206:19550:19557 Hampton Virginia +0.247883 geology_html_8381924936 geology_html_8381924936:12:507:513 Reston Virginia +0.475312 aapg_ad_466.html aapg_ad_466.html:702:77646:77658 Mount Laurel Monmouth +0.26829 aapg_ae_906.html aapg_ae_906.html:144:12889:12909 Aux Vases New Harmony, Indiana +0.489345 sedimentology_html_2153503572 sedimentology_html_2153503572:43:3915:3920 Crete Gavdos +0.479465 cspg_html_6953218740 cspg_html_6953218740:14:1900:1908 Columbia Victoria, British Columbia +0.501354 aapg_ad_944.html aapg_ad_944.html:251:24125:24148 Watrous Spearfish, South Dakota +0.260064 cspg_html_3734757529 cspg_html_3734757529:532:67223:67235 Granite Wash Lacombe, Alberta +0.258063 AMJC_html_1833407407 AMJC_html_1833407407:391:41372:41380 Syracuse Maryland +0.48443 gsa_html_1584835518 gsa_html_1584835518:29:2796:2824 Green River Colorado +0.39676 cspg_html_1064938580 cspg_html_1064938580:411:43349:43365 Kanguk Ellesmere Island +0.487872 aapg_ai_145.html aapg_ai_145.html:12:1322:1328 Fernie Lacombe, Alberta +0.494088 aapg_aa_47.html aapg_aa_47.html:482:56885:56902 Minturn Madera County, California +0.230574 sedimentology_html_8001929837 sedimentology_html_8001929837:390:32256:32260 Java Caspian Sea +0.471336 geology_html_1678017973 geology_html_1678017973:122:14704:14712 Virginia Pennsylvania +0.507592 aapg_ae_341.html aapg_ae_341.html:206:22006:22025 Smackover Cotton Valley, Louisiana +0.500511 sedimentology_html_9284939222 sedimentology_html_9284939222:1413:103394:103415 Mesaverde Logan, Utah +0.489168 aapg_ac_535.html aapg_ac_535.html:501:47026:47042 Viking Lacombe, Alberta +0.258055 aapg_ak_98.html aapg_ak_98.html:604:73045:73063 Caballos Texas +0.474012 gsa_html_3461259885 gsa_html_3461259885:696:54376:54404 Green River Iran +0.231192 cspg_html_1503116552 cspg_html_1503116552:807:110495:110526 Beaverhill Swan Hill, Victoria +0.259056 aapg_ai_835.html aapg_ai_835.html:67:7833:7847 Ingleside Mexico +0.248446 gsa_html_7808051457 gsa_html_7808051457:752:75437:75445 Colorado Berg (state) +0.242466 aapg_ai_208.html aapg_ai_208.html:51:5751:5776 Basal Castle Hayne, North Carolina +0.503152 gsa_html_5268546581 gsa_html_5268546581:226:18910:18938 Green River New Mexico +0.903408 aapg_ah_419.html aapg_ah_419.html:251:22170:22183 Bearpaw Lethbridge +0.260096 aapg_ai_105.html aapg_ai_105.html:33:5107:5113 Morgan Des Moines, Washington +0.471942 palaios_html_5398833984 palaios_html_5398833984:809:90665:90680 Aguja Texas +0.50847 gsa_html_2537190671 gsa_html_2537190671:860:58306:58334 Green River Colorado +0.278768 aapg_ah_567.html aapg_ah_567.html:127:14375:14394 Wapanucka Ouachita Mountains +0.252296 gsa_html_4012649500 gsa_html_4012649500:817:75294:75302 Columbia Victoria, British Columbia +0.50085 cspg_html_5381643866 cspg_html_5381643866:199:24871:24890 Bickford Bickford +0.29631 aapg_ac_400.html aapg_ac_400.html:356:41407:41414 Juniata Mason County, West Virginia +0.413595 aapg_ad_808.html aapg_ad_808.html:768:50485:50503 Sundance Cheyenne, Wyoming +0.254518 AMJC_html_3632105729 AMJC_html_3632105729:238:35109:35125 Wild Sheep Creek Wallowa, Oregon +0.256649 palaios_html_1004336557 palaios_html_1004336557:757:50565:50570 Price Sellwood Bridge +0.261568 cspg_html_4617311907 cspg_html_4617311907:348:54959:54970 Mabou Bridgetown, Nova Scotia +0.278495 aapg_af_561.html aapg_af_561.html:333:29262:29280 Wasatch Fort Union Trading Post National Historic Site +0.487104 cspg_html_4403434336 cspg_html_4403434336:252:29495:29512 Prince Alfred Bay Devon Island +0.459792 gsa_html_8208054335 gsa_html_8208054335:123:13636:13657 Chucunaque Darien, Georgia +0.266682 aapg_ae_69.html aapg_ae_69.html:298:32092:32103 Uncompahgre Uinta Mountains +0.508898 palaios_html_5398921270 palaios_html_5398921270:441:45798:45815 Marjum Austin, Chicago +0.249458 aapg_ae_916.html aapg_ae_916.html:332:38436:38441 Mt Lytton Colorado +0.24288 gsa_html_4719798013 gsa_html_4719798013:401:41581:41606 Blackwater Draw Monahans, Texas +0.265558 aapg_ai_787.html aapg_ai_787.html:108:11075:11093 Whitsett Mexico +0.501396 AMJC_html_6341723617 AMJC_html_6341723617:1196:100274:100295 Green River Logan, Utah +0.227032 aapg_aa_991.html aapg_aa_991.html:70:8541:8548 Edwards Burleson County, Texas +0.251 cspg_html_5241714595 cspg_html_5241714595:263:40992:41008 Muskwa Lacombe, Alberta +0.259045 jgeology_html_8828401378 jgeology_html_8828401378:903:45719:45732 Santa Barbara California +0.266207 aapg_ac_586.html aapg_ac_586.html:67:8382:8403 Mauch Chunk Pottsville, Pennsylvania +0.479457 geology_html_3441880285 geology_html_3441880285:185:20074:20080 Reston Virginia +0.25553 geology_html_9687641771 geology_html_9687641771:105:8928:8945 Seward Sand Hills (Nebraska) +0.268461 gsa_html_1290697059 gsa_html_1290697059:792:57278:57287 Peninsula Quebec City +0.38116 cspg_html_5141367518 cspg_html_5141367518:240:34832:34841 Crowsnest Pincher Creek, Alberta +0.473456 palaios_html_9935872947 palaios_html_9935872947:344:29623:29633 Santa Cruz Bolivia +0.49588 aapg_ad_42.html aapg_ad_42.html:177:17992:17998 Muskeg Lacombe, Alberta +0.45682 gsa_html_5262754204 gsa_html_5262754204:148:17913:17935 Black Peaks Lajitas, Texas +0.246422 aapg_ac_534.html aapg_ac_534.html:42:5726:5754 Grove Ellis County, Kansas +0.265224 gsa_html_5625878232 gsa_html_5625878232:141:20787:20797 Washington Central Valley (California) +0.902475 aapg_af_430.html aapg_af_430.html:43:4491:4503 Austin Chalk Wilson County, Texas +0.253506 AMJC_html_6380449699 AMJC_html_6380449699:974:75351:75359 Scotland Inverness, Florida +0.44547 geology_html_6869854300 geology_html_6869854300:170:17948:17961 Pit Closter, New Jersey +0.248 geology_html_8136966811 geology_html_8136966811:288:23937:23975 Colorado Chile +0.262044 aapg_aa_654.html aapg_aa_654.html:93:14669:14683 Espiritu Santo Sangre de Cristo Range +0.262119 gsa_html_4067767548 gsa_html_4067767548:13:480:486 Denver Colorado +0.253092 gsa_html_4501954721 gsa_html_4501954721:831:61327:61337 Washington Seattle +0.25602 sedimentology_html_1357699877 sedimentology_html_1357699877:752:59874:59878 Hall London, Ontario +0.49955 aapg_ac_392.html aapg_ac_392.html:149:14692:14718 Salem Knox County, Illinois +0.4864 aapg_ai_592.html aapg_ai_592.html:169:27165:27182 Bridger Uinta Mountains +0.263971 aapg_ai_54.html aapg_ai_54.html:170:19911:19919 Woodbine Tuscaloosa, Alabama +0.270788 geology_html_7872773872 geology_html_7872773872:37:3536:3540 Rove Virginia +0.254828 aapg_aa_251.html aapg_aa_251.html:33:2969:2994 Smackover Arkansas +0.263682 sedimentology_html_3865745685 sedimentology_html_3865745685:1815:119322:119340 Dunvegan Victoria, British Columbia +0.463013 gsa_html_4520182275 gsa_html_4520182275:1026:109286:109291 Rapid Southern California +0.438564 cspg_html_1841843683 cspg_html_1841843683:78:13164:13177 Gypsum Spring Williston Basin +0.453136 aapg_ai_515.html aapg_ai_515.html:277:29891:29898 Wasatch Wasatch Range +0.442015 aapg_ad_2.html aapg_ad_2.html:1316:180803:180814 Black River Mohawk Valley +0.508592 palaios_html_4875582819 palaios_html_4875582819:354:41403:41425 Judith River Lacombe, Alberta +0.486675 cspg_html_8250755331 cspg_html_8250755331:569:64290:64306 Wapiti Canada +0.474264 gsa_html_6212532476 gsa_html_6212532476:846:67537:67543 Oregon Earth +0.265224 aapg_ah_740.html aapg_ah_740.html:92:11992:12003 San Antonio Arkansas +0.494966 aapg_ad_683.html aapg_ad_683.html:61:9599:9614 Supai Coconino County, Arizona +0.247476 geology_html_2391629888 geology_html_2391629888:145:14465:14484 Round Mountain Silt Baja California peninsula +0.466736 gsa_html_8236729701 gsa_html_8236729701:534:47901:47921 Spences Bridge Victoria, British Columbia +0.252993 cspg_html_7866293053 cspg_html_7866293053:782:77970:77991 Clearwater Lacombe, Alberta +0.27126 aapg_af_779.html aapg_af_779.html:130:16671:16685 Traverse Michigan +0.243987 aapg_ac_807.html aapg_ac_807.html:981:92464:92472 Virginia James River (Dakotas) +0.48501 aapg_aa_216.html aapg_aa_216.html:456:41540:41548 Colorado Denver +0.521 gsa_html_4038604474 gsa_html_4038604474:874:68829:68857 Green River Colorado +0.246015 aapg_aa_698.html aapg_aa_698.html:391:36863:36872 Wolverine Lacombe, Alberta +0.475896 AMJC_html_6430804426 AMJC_html_6430804426:84:6021:6031 Las Ovejas San Diego +0.492862 aapg_ai_281.html aapg_ai_281.html:181:16789:16809 Lane Guadalupe Mountains National Park +0.25026 cspg_html_6252417471 cspg_html_6252417471:275:40676:40698 Eureka Sound Banks Island +0.46872 aapg_ac_789.html aapg_ac_789.html:172:34438:34444 Denver Colorado +0.48616 gsa_html_2005293978 gsa_html_2005293978:1273:99493:99521 Green River Colorado +0.257439 aapg_ad_2.html aapg_ad_2.html:1206:164856:164864 Loysburg Mount Nittany +0.490941 cspg_html_4293350162 cspg_html_4293350162:954:97304:97309 Price Lacombe, Alberta +0.511511 aapg_ad_440.html aapg_ad_440.html:807:80973:80979 Pocono Pennsylvania +0.264649 aapg_ah_489.html aapg_ah_489.html:195:17677:17684 Genesee Middlesex +0.275429 cspg_html_5450075884 cspg_html_5450075884:15:2504:2512 Dunvegan Colorado +0.429828 aapg_ac_924.html aapg_ac_924.html:1216:85548:85564 Amsden Cheyenne, Wyoming +0.259032 palaios_html_6034217939 palaios_html_6034217939:18:1056:1064 Columbia Victoria, British Columbia +0.270384 palaios_html_7791179988 palaios_html_7791179988:542:48333:48342 San Diego California +0.49665 aapg_ae_876.html aapg_ae_876.html:703:74930:74948 Frontier Cheyenne, Wyoming +0.260608 cspg_html_2009306839 cspg_html_2009306839:113:15852:15868 Wabamun Lacombe, Alberta +0.479478 sedimentology_html_2912098544 sedimentology_html_2912098544:488:43726:43743 Kayenta Colorado +0.357903 aapg_ah_659.html aapg_ah_659.html:21:3331:3346 Uinta Uinta Mountains +0.270204 aapg_ad_639.html aapg_ad_639.html:475:54927:54944 Tellico Knoxville, Tennessee +0.508902 gsa_html_9152662653 gsa_html_9152662653:184:17089:17097 Columbia Virginia +0.46461 cspg_html_7872970297 cspg_html_7872970297:55:6494:6502 Columbia Victoria, British Columbia +0.864611 palaios_html_5600528347 palaios_html_5600528347:499:50709:50730 Green River Cheyenne, Wyoming +0.474329 aapg_ae_415.html aapg_ae_415.html:332:43397:43412 Vicksburg Mississippi River +0.262656 aapg_ac_807.html aapg_ac_807.html:552:54832:54849 St Marys North Carolina +0.478856 aapg_ae_415.html aapg_ae_415.html:993:125700:125716 Willis Simpson County, Kentucky +0.267734 cspg_html_8337197939 cspg_html_8337197939:128:15845:15862 Fernie Kootenay River +0.494982 aapg_ac_20.html aapg_ac_20.html:73:6805:6809 Frio Matagorda County, Texas +0.256486 aapg_ad_835.html aapg_ad_835.html:154:16818:16824 Brazil Caribbean +0.45933 aapg_ae_377.html aapg_ae_377.html:69:7275:7279 Java Sumatra +0.467797 cspg_html_3233680622 cspg_html_3233680622:631:74059:74075 Kanguk Banks Island +0.499174 aapg_ah_536.html aapg_ah_536.html:553:73126:73143 Rodessa Rodessa, Louisiana +0.251563 aapg_ae_63.html aapg_ae_63.html:393:40074:40083 Pocatello Pocatello, Idaho +0.270918 aapg_ae_973.html aapg_ae_973.html:133:11871:11887 San Andres West Texas +0.235209 aapg_ae_991.html aapg_ae_991.html:49:6618:6636 Tensleep Cheyenne, Wyoming +0.257049 palaios_html_4745554613 palaios_html_4745554613:743:68987:69005 Kaskapau Lacombe, Alberta +0.263153 aapg_aa_158.html aapg_aa_158.html:479:45462:45470 Cloverly Cheyenne, Wyoming +0.453882 cspg_html_8840748783 cspg_html_8840748783:5:268:293 Kaskapau Lacombe, Alberta +0.499797 aapg_ac_575.html aapg_ac_575.html:703:98282:98302 Phosphoria Logan, Utah +0.497 aapg_ac_451.html aapg_ac_451.html:687:69730:69736 Beluga Anchorage, Alaska +0.257013 aapg_aa_145.html aapg_aa_145.html:257:28429:28437 Columbia Victoria, British Columbia +0.41998 cspg_html_3102530088 cspg_html_3102530088:319:38279:38307 Lea Park Lacombe, Alberta +0.499988 geology_html_2784558180 geology_html_2784558180:290:24728:24754 Sullivan Vancouver +0.478152 sedimentology_html_1338997515 sedimentology_html_1338997515:1783:56221:56241 San Andres Sacramento Mountains (California) +0.257775 gsa_html_5625878232 gsa_html_5625878232:489:65324:65332 Columbia Victoria, British Columbia +0.250805 aapg_ai_213.html aapg_ai_213.html:138:19063:19082 Keg River Lacombe, Alberta +0.447925 cspg_html_2986717500 cspg_html_2986717500:21:3664:3724 Trent River Qualicum River +0.472192 aapg_ad_306.html aapg_ad_306.html:518:57918:57931 Chuacus Guatemala +0.55392 aapg_aa_644.html aapg_aa_644.html:533:48754:48772 Kootenai Logan, Utah +0.249831 aapg_ae_461.html aapg_ae_461.html:66:9849:9857 Bellevue Pine Island (Lee County, Florida) +0.252476 cspg_html_2536610088 cspg_html_2536610088:33:4018:4026 Columbia Victoria, British Columbia +0.260099 jgeology_html_2714962789 jgeology_html_2714962789:155:9371:9392 Chopawamsic Southwick, Massachusetts +0.495496 cspg_html_5949578130 cspg_html_5949578130:438:72040:72047 Wabamun Williston Basin +0.258028 cspg_html_8078587269 cspg_html_8078587269:19:2400:2421 Etherington Cordillera Administrative Region +0.893 cspg_html_9717154602 cspg_html_9717154602:36:5838:5855 Bearpaw Lacombe, Alberta +0.510696 aapg_af_754.html aapg_af_754.html:261:38767:38785 Monterey California +0.487622 gsa_html_4593629541 gsa_html_4593629541:38:3886:3895 Littleton Piermont, New York +0.257316 aapg_aa_684.html aapg_aa_684.html:330:31141:31159 Red Peak John Crow Mountains +0.272734 aapg_af_461.html aapg_af_461.html:177:16364:16378 Traverse Michigan +0.261602 gsa_html_9891566604 gsa_html_9891566604:908:79025:79045 Prospect Green Mountain +0.496584 cspg_html_4409656292 cspg_html_4409656292:610:70418:70426 Edmonton Regina, Saskatchewan +0.4695 geology_html_1604094278 geology_html_1604094278:11:542:551 San Diego California +0.50295 cspg_html_5832944175 cspg_html_5832944175:38:5233:5241 Columbia Victoria, British Columbia +0.491008 aapg_af_225.html aapg_af_225.html:82:9457:9466 Conemaugh Allegheny Mountains +0.253895 gsa_html_8271829751 gsa_html_8271829751:783:67039:67051 Owens Valley California +0.486072 gsa_html_1610161932 gsa_html_1610161932:13:616:624 San Jose California +0.48399 cspg_html_8694594891 cspg_html_8694594891:442:46831:46859 Laurentian Ottawa, Kansas +0.49556 aapg_ai_747.html aapg_ai_747.html:31:2603:2613 San Miguel Austin, Chicago +0.509613 aapg_ac_586.html aapg_ac_586.html:281:29933:29953 Pottsville Pennsylvania +0.861356 palaios_html_6944542452 palaios_html_6944542452:534:46405:46422 Wasatch Cheyenne, Wyoming +0.492975 gsa_html_7737235229 gsa_html_7737235229:1089:70281:70315 Bonneterre Missouri River +0.502656 aapg_ah_430.html aapg_ah_430.html:200:14999:15016 Entrada Colorado +0.259584 cspg_html_4205215905 cspg_html_4205215905:90:13192:13207 Elk Regina, Saskatchewan +0.232299 aapg_ad_659.html aapg_ad_659.html:124:16331:16365 Solor Church Iowa +0.264196 geology_html_8920075350 geology_html_8920075350:12:571:584 Santa Barbara California +0.25398 cspg_html_3999664457 cspg_html_3999664457:125:10086:10120 Beaverhill Lacombe, Alberta +0.25146 cspg_html_8212454185 cspg_html_8212454185:225:27280:27291 Coal Valley Lacombe, Alberta +0.494172 cspg_html_3385840278 cspg_html_3385840278:1619:179998:180023 Beaverhill Lacombe, Alberta +0.267794 aapg_aa_484.html aapg_aa_484.html:48:5342:5365 Marble Falls Texas +0.511252 aapg_af_812.html aapg_af_812.html:30:2927:2940 Cook Mountain Rock City +0.260051 aapg_ai_810.html aapg_ai_810.html:4:655:680 Smackover Mississippi River +0.478908 gsa_html_8244777175 gsa_html_8244777175:122:10740:10762 Bluffer Pond Stacyville, Iowa +0.477816 sedimentology_html_6089121782 sedimentology_html_6089121782:31:2210:2220 Washington Seattle +0.465085 aapg_ai_28.html aapg_ai_28.html:324:31259:31269 Rio Grande Texas +0.481584 gsa_html_1617077506 gsa_html_1617077506:972:91874:91882 Columbia Victoria, British Columbia +0.500544 aapg_aa_698.html aapg_aa_698.html:35:4084:4100 Muskeg Lacombe, Alberta +0.261183 aapg_ah_378.html aapg_ah_378.html:360:34736:34746 San Andres Ventura County, California +0.26416 palaios_html_3028956190 palaios_html_3028956190:483:52827:52841 Kope Cincinnati +0.255024 aapg_ah_453.html aapg_ah_453.html:10:1426:1433 Temblor Monterey, California +0.246609 cspg_html_4343998218 cspg_html_4343998218:34:4510:4533 Mount Kindle Middle Ordovician +0.353152 aapg_ai_255.html aapg_ai_255.html:20:4159:4171 Salina Bloomington, Indiana +0.500752 aapg_ad_356.html aapg_ad_356.html:332:31120:31129 Smackover Arkansas +0.47616 aapg_aa_777.html aapg_aa_777.html:68:7878:7888 Bear River Lake Bonneville +0.22932 aapg_ad_564.html aapg_ad_564.html:7038:582625:582631 Walker Toronto +0.256928 cspg_html_4498577775 cspg_html_4498577775:75:9651:9667 Hector Lake Louise, Alberta +0.479552 sedimentology_html_9912946355 sedimentology_html_9912946355:100:9072:9086 Gibraltar Spain +0.257554 aapg_ae_959.html aapg_ae_959.html:2312:164585:164592 Rustler Salado, Texas +0.246954 aapg_af_947.html aapg_af_947.html:237:37472:37491 Mesaverde Mancos, Colorado +0.486664 palaios_html_2302228726 palaios_html_2302228726:17:1116:1134 Monterey Earth +0.24035 aapg_ai_81.html aapg_ai_81.html:111:12367:12378 Knapp Pennsylvania +0.265104 aapg_ah_71.html aapg_ah_71.html:684:45075:45081 Midway Alabama +0.467232 gsa_html_3380395839 gsa_html_3380395839:29:1551:1557 Oregon Washington (state) +0.26316 aapg_ad_610.html aapg_ad_610.html:35:4433:4445 Austin Chalk Wilson County, Texas +0.257839 gsa_html_1860930948 gsa_html_1860930948:738:73804:73810 Denver Colorado +0.254514 aapg_ah_311.html aapg_ah_311.html:258:27247:27257 Fort Union Wasatch Range +0.464977 cspg_html_5541937700 cspg_html_5541937700:170:24655:24675 Bow Island Lacombe, Alberta +0.245388 cspg_html_3516764931 cspg_html_3516764931:445:64620:64628 Columbia Victoria, British Columbia +0.492093 aapg_ai_163.html aapg_ai_163.html:522:44143:44159 Kaibab Logan, Utah +0.482023 aapg_aa_960.html aapg_aa_960.html:487:37483:37489 Carmel Entrada Sandstone +0.526282 aapg_ad_880.html aapg_ad_880.html:1034:100036:100053 Rierdon Cheyenne, Wyoming +0.467364 aapg_ac_927.html aapg_ac_927.html:78:11639:11644 Magog Russia +0.229848 aapg_ae_71.html aapg_ae_71.html:193:17923:17948 Elephant Canyon Hermosa, Chicago +0.80352 cspg_html_5541937700 cspg_html_5541937700:931:111354:111361 Cardium Canada +0.497596 gsa_html_5274400800 gsa_html_5274400800:615:49872:49890 Monterey Los Angeles +0.265221 aapg_ai_364.html aapg_ai_364.html:140:13623:13632 Wapanucka Pottsville, Pennsylvania +0.248985 geology_html_7426101891 geology_html_7426101891:11:430:436 Dayton Ohio +0.45073 aapg_aa_4.html aapg_aa_4.html:226:29796:29802 Ithaca Van Etten (village), New York +0.248122 aapg_ac_753.html aapg_ac_753.html:172:22460:22478 Entrada Colorado +0.245847 cspg_html_6546794930 cspg_html_6546794930:22:1990:2005 Elk Lacombe, Alberta +0.473323 cspg_html_8312989046 cspg_html_8312989046:8:419:427 Columbia Victoria, British Columbia +0.48195 aapg_ah_439.html aapg_ah_439.html:112:12791:12799 Richland Monroe, Michigan +0.47941 cspg_html_2758185645 cspg_html_2758185645:28:4688:4704 Rundle Lacombe, Alberta +0.2405 aapg_ae_611.html aapg_ae_611.html:713:70791:70799 Colorado Grand Junction, Colorado +0.25041 aapg_ah_357.html aapg_ah_357.html:113:9848:9856 Victoria Cordele, Georgia +0.2515 cspg_html_5456368738 cspg_html_5456368738:123:15508:15518 Sans Sault Sault Ste. Marie, Ontario +0.49875 aapg_af_618.html aapg_af_618.html:109:11575:11590 Rodessa Texas +0.257033 palaios_html_8801470615 palaios_html_8801470615:457:46280:46297 Hunting Canadian Arctic Archipelago +0.253916 cspg_html_6964953392 cspg_html_6964953392:33:5725:5733 Columbia Victoria, British Columbia +0.23529 gsa_html_7102550258 gsa_html_7102550258:1390:131695:131712 Kayenta Colorado Plateau +0.482664 cspg_html_6116883777 cspg_html_6116883777:1630:198968:198985 Prince Alfred Bay Devon Island +0.260604 cspg_html_4326384800 cspg_html_4326384800:1046:154138:154159 Swan Hills Canada +0.471606 gsa_html_5293445820 gsa_html_5293445820:181:22005:22030 Keevy Peak Healy, Alaska +0.239875 aapg_aa_684.html aapg_aa_684.html:372:35761:35776 Jelm Cheyenne, Wyoming +0.486324 aapg_aa_914.html aapg_aa_914.html:74:9278:9283 Atoka Middle East +0.249999 cspg_html_9894399778 cspg_html_9894399778:61:5576:5597 Edmonton Edmonton, London +0.482275 aapg_ai_759.html aapg_ai_759.html:3:335:343 Michigan Ohio +0.253 geology_html_5620285857 geology_html_5620285857:222:19581:19617 Big Cottonwood Logan, Utah +0.455532 aapg_ai_17.html aapg_ai_17.html:1091:71778:71787 Catahoula Alabama +0.4959 jgeology_html_5981661056 jgeology_html_5981661056:725:56576:56580 Hall London, Ontario +0.237194 aapg_ah_442.html aapg_ah_442.html:7:2184:2188 Frio Neches, Texas +0.230144 cspg_html_8089302449 cspg_html_8089302449:30:5249:5295 Pine Point Michigan +0.46258 aapg_aa_98.html aapg_aa_98.html:231:20219:20231 Cooking Lake Central Alberta +0.47915 sedimentology_html_9199455608 sedimentology_html_9199455608:1111:76098:76102 Hall London, Ontario +0.26775 aapg_ah_645.html aapg_ah_645.html:545:66834:66839 Piper Tampico, Illinois +0.255528 gsa_html_1040524378 gsa_html_1040524378:670:73726:73743 Bridger Cheyenne, Wyoming +0.264171 cspg_html_5541937700 cspg_html_5541937700:806:102596:102612 Viking Lacombe, Alberta +0.506708 aapg_ak_58.html aapg_ak_58.html:943:90321:90330 Red River Shreveport, Louisiana +0.264528 sedimentology_html_9285288228 sedimentology_html_9285288228:702:62787:62796 Greenhorn New Mexico +0.470862 aapg_af_397.html aapg_af_397.html:618:73733:73751 Todilto San Juan, Argentina +0.4712 aapg_ah_167.html aapg_ah_167.html:86:10246:10256 Ruby Range Reno, Nevada +0.718562 cspg_html_5940878099 cspg_html_5940878099:399:45025:45035 Bonneterre Missouri River +0.254961 gsa_html_6142651299 gsa_html_6142651299:810:73495:73508 Santa Barbara Los Angeles +0.485811 cspg_html_5541725202 cspg_html_5541725202:169:25261:25277 Cumberland Logan, Utah +0.49572 cspg_html_9076537566 cspg_html_9076537566:153:17706:17715 Baillarge Ellesmere Island +0.269838 aapg_aa_24.html aapg_aa_24.html:318:34276:34299 Snowblind Bay Little Cornwallis Island +0.261703 aapg_af_219.html aapg_af_219.html:172:16981:16993 Dakota Cheyenne, Wyoming +0.480255 aapg_af_975.html aapg_af_975.html:105:16550:16556 Denver Colorado +0.270204 aapg_ae_319.html aapg_ae_319.html:628:53215:53222 Entrada Metro Manila +0.494915 geology_html_1655073154 geology_html_1655073154:276:23193:23199 Morgan Hawaii (island) +0.251346 gsa_html_1124773713 gsa_html_1124773713:191:20086:20094 Colorado Denver +0.474329 aapg_ac_692.html aapg_ac_692.html:10:1287:1295 Windfall Lacombe, Alberta +0.49875 aapg_ah_487.html aapg_ah_487.html:218:25546:25552 Midway Texas +0.44793 aapg_ai_28.html aapg_ai_28.html:301:28629:28639 Rio Grande Texas +0.366266 aapg_ac_548.html aapg_ac_548.html:39:5583:5600 Ivishak Anchorage, Alaska +0.255068 cspg_html_5117208919 cspg_html_5117208919:113:9695:9711 Muskeg Victoria, British Columbia +0.249984 aapg_ac_451.html aapg_ac_451.html:480:48158:48167 Extension Cook Inlet +0.489808 geology_html_5457907337 geology_html_5457907337:13:613:623 Washington Washington (state) +0.255474 aapg_ah_962.html aapg_ah_962.html:173:20170:20185 Viola Richmond, California +0.465885 aapg_ah_385.html aapg_ah_385.html:94:10879:10895 Forbes Yolo County, California +0.378129 aapg_aa_739.html aapg_aa_739.html:76:10421:10434 Lone Mountain Reno, Nevada +0.376542 aapg_aa_699.html aapg_aa_699.html:90:8955:8971 Salina Newaygo County, Michigan +0.245016 aapg_ac_920.html aapg_ac_920.html:129:21107:21112 Rapid Logan, Utah +0.246512 geology_html_4658814755 geology_html_4658814755:326:27980:27988 Virginia Chesapeake Bay +0.494758 cspg_html_2485255876 cspg_html_2485255876:437:54478:54486 Columbia Victoria, British Columbia +0.256793 gsa_html_1889035506 gsa_html_1889035506:14:510:519 San Diego La Jolla +0.252506 gsa_html_2832151886 gsa_html_2832151886:356:27799:27811 Summit Creek Great Falls (Missouri River) +0.690954 aapg_af_162.html aapg_af_162.html:261:24515:24525 Brownstown Arkansas +0.25441 aapg_ae_393.html aapg_ae_393.html:28:2880:2893 Woodbine Northeast Texas +0.245016 aapg_af_861.html aapg_af_861.html:74:8253:8259 Nowata Okemah, Oklahoma +0.474552 jgeology_html_6707572660 jgeology_html_6707572660:1005:48623:48628 Queen Ontario, California +0.243522 aapg_aa_124.html aapg_aa_124.html:20:3205:3225 Crowsnest Bow Island Airport +0.276612 aapg_ad_945.html aapg_ad_945.html:233:22876:22893 Cold Lake Lacombe, Alberta +0.254007 gsa_html_1290697059 gsa_html_1290697059:840:59834:59871 Clifton New Brunswick, New Jersey +0.483616 gsa_html_4113859081 gsa_html_4113859081:493:44600:44628 Green River Colorado +0.256035 aapg_af_854.html aapg_af_854.html:1116:157401:157422 Tar Springs Vienna +0.486095 aapg_ah_505.html aapg_ah_505.html:1487:119254:119267 Blue Mountain Cheyenne Mountain +0.500612 aapg_ad_466.html aapg_ad_466.html:66:6862:6870 Monmouth Matawan, New Jersey +0.254016 gsa_html_5625878232 gsa_html_5625878232:219:31624:31646 Cedar District Baja California peninsula +0.366286 aapg_aa_898.html aapg_aa_898.html:16:2291:2301 North Horn Logan, Utah +0.248496 gsa_html_5293445820 gsa_html_5293445820:736:75274:75305 Nasina Fairbanks, Alaska +0.265728 aapg_af_142.html aapg_af_142.html:336:42441:42458 Sligo San Marcos, California +0.498123 cspg_html_5450075884 cspg_html_5450075884:580:66600:66618 Dunvegan Lacombe, Alberta +0.24745 geology_html_9694850680 geology_html_9694850680:16:926:934 Virginia Alabama +0.502516 aapg_aa_95.html aapg_aa_95.html:112:10484:10492 Niobrara Routt County, Colorado +0.361371 cspg_html_9343899465 cspg_html_9343899465:1333:111362:111374 Hell Gate Ellesmere Island +0.277728 aapg_ac_832.html aapg_ac_832.html:878:84531:84549 Interlake Williston, Vermont +0.49972 gsa_html_9934736458 gsa_html_9934736458:62:3889:3917 Green River Colorado +0.476952 aapg_ac_691.html aapg_ac_691.html:20:1914:1924 Washington Salem, Oregon +0.484124 gsa_html_1636483297 gsa_html_1636483297:843:74695:74701 Casper Cheyenne, Wyoming +0.283605 aapg_ac_517.html aapg_ac_517.html:36:4505:4517 Winnipegosis Regina, Saskatchewan +0.4875 cspg_html_5569247132 cspg_html_5569247132:56:3631:3641 Milk River Lacombe, Alberta +0.48204 cspg_html_1333179361 cspg_html_1333179361:582:48020:48036 Kaibab Arizona +0.242649 sedimentology_html_4210495015 sedimentology_html_4210495015:129:11391:11395 Hall Antarctica +0.459417 cspg_html_9435196958 cspg_html_9435196958:1655:69875:69886 Peace River Lacombe, Alberta +0.255955 gsa_html_8073290810 gsa_html_8073290810:817:74047:74051 Hall London, Ontario +0.48006 aapg_ad_2.html aapg_ad_2.html:1468:199058:199069 Black River Watertown, Massachusetts +0.467232 aapg_ai_582.html aapg_ai_582.html:11:1358:1370 Saskatchewan Cheyenne, Wyoming +0.2475 aapg_ac_215.html aapg_ac_215.html:267:23892:23913 Sweetland Creek Iowa +0.253967 aapg_ai_272.html aapg_ai_272.html:171:19185:19190 Logan Anticosti Island +0.426174 aapg_af_668.html aapg_af_668.html:18:2842:2851 Chadakoin Pennsylvania +0.481104 cspg_html_1019614994 cspg_html_1019614994:757:102477:102494 Exshaw Western Canadian Sedimentary Basin +0.458724 aapg_ac_590.html aapg_ac_590.html:100:13088:13094 Dakota Carrizozo, New Mexico +0.246482 aapg_ah_159.html aapg_ah_159.html:92:10161:10175 Fentress Knoxville, Tennessee +0.478101 aapg_ad_292.html aapg_ad_292.html:82:8940:8948 Colorado Gunnison River +0.496513 aapg_ad_341.html aapg_ad_341.html:137:13251:13271 Mahantango Pennsylvania +0.46501 aapg_ae_583.html aapg_ae_583.html:617:59059:59067 Colorado Denver +0.474635 aapg_ai_623.html aapg_ai_623.html:132:21725:21744 Glen Rose South Central United States +0.494844 cspg_html_2482892781 cspg_html_2482892781:15:1972:1981 Lodgepole Chattanooga, Tennessee +0.5088 gsa_html_1119256423 gsa_html_1119256423:393:33933:33960 White River Nebraska +0.260091 sedimentology_html_1442290380 sedimentology_html_1442290380:613:47997:48001 Hall London, Ontario +0.50065 aapg_ai_877.html aapg_ai_877.html:199:21194:21213 Brallier Erie County, New York +0.488992 sedimentology_html_9978802855 sedimentology_html_9978802855:29:1905:1915 Washington Wa (Japan) +0.49162 aapg_ai_292.html aapg_ai_292.html:70:7391:7408 Alapah Anchorage, Alaska +0.244518 gsa_html_9053175553 gsa_html_9053175553:103:14759:14793 Flagstaff Flagstaff, Arizona +0.263025 aapg_af_958.html aapg_af_958.html:10:429:439 Rancheria New Mexico +0.481362 gsa_html_4036573414 gsa_html_4036573414:575:61805:61811 Provo Pyrenees +0.272976 aapg_ac_341.html aapg_ac_341.html:228:20666:20671 Price Greenbrier County Schools +0.259534 gsa_html_9487992082 gsa_html_9487992082:904:81049:81061 Cutler Logan, Utah +0.262119 gsa_html_7856084240 gsa_html_7856084240:662:55362:55368 Sonora Mexico +0.257424 sedimentology_html_6209353703 sedimentology_html_6209353703:711:69463:69470 Garland North Sea oil +0.25755 jgeology_html_2497886918 jgeology_html_2497886918:587:32693:32702 Peninsula East China Sea +0.257045 cspg_html_9023649778 cspg_html_9023649778:52:8590:8598 Columbia Victoria, British Columbia +0.383548 sedimentology_html_4062866456 sedimentology_html_4062866456:912:52106:52140 Pennington Knoxville, Tennessee +0.490356 cspg_html_2760914701 cspg_html_2760914701:9:1041:1061 Dawson Bay Regina, Saskatchewan +0.238977 palaios_html_3232474978 palaios_html_3232474978:315:36324:36332 Columbia Victoria, British Columbia +0.48081 cspg_html_5891044027 cspg_html_5891044027:408:78439:78447 Waterton Lacombe, Alberta +0.23409 gsa_html_8549650339 gsa_html_8549650339:36:2701:2721 Georgetown Texas +0.440305 cspg_html_3831007171 cspg_html_3831007171:6:287:300 Wabamun Lacombe, Alberta +0.515032 aapg_ah_784.html aapg_ah_784.html:243:23903:23911 Colorado Las Vegas Strip +0.262944 aapg_af_382.html aapg_af_382.html:29:5217:5221 Omoa Guatemala +0.382783 aapg_ae_415.html aapg_ae_415.html:948:118255:118264 Catahoula Melbourne, Florida +0.403627 aapg_ad_192.html aapg_ad_192.html:63:8484:8499 Eutaw Mississippi River +0.2555 gsa_html_5587803184 gsa_html_5587803184:90:10213:10220 Pamlico Wicomico County, Maryland +0.684124 gsa_html_4432793908 gsa_html_4432793908:686:76230:76250 Sheep Pass Sierra Nevada (Spain) +0.495645 aapg_aa_888.html aapg_aa_888.html:78:9526:9538 Salina Michigan +0.487113 aapg_aa_369.html aapg_aa_369.html:302:31659:31674 Boggy Wichita, Kansas +0.830336 aapg_ac_200.html aapg_ac_200.html:450:43703:43710 Wasatch Uinta Mountains +0.48096 AMJC_html_9113252962 AMJC_html_9113252962:91:12150:12170 Walloomsac Cambridge, Massachusetts +0.25627 cspg_html_8387792223 cspg_html_8387792223:1302:116960:116968 Columbia Nelson, New Zealand +0.501642 aapg_aa_381.html aapg_aa_381.html:98:13109:13117 Vaqueros Monterey, California +0.262546 aapg_ac_79.html aapg_ac_79.html:42:6468:6475 Clinton Hocking County, Ohio +0.253356 palaios_html_8055229939 palaios_html_8055229939:584:65188:65202 Beaufort South Africa +0.48514 cspg_html_3854139935 cspg_html_3854139935:193:25175:25187 Saskatchewan Lacombe, Alberta +0.467208 aapg_ai_477.html aapg_ai_477.html:79:9344:9352 Columbia Victoria, British Columbia +0.243955 aapg_aa_903.html aapg_aa_903.html:53:6860:6888 San Sebastian Lares, Puerto Rico +0.463072 aapg_ai_743.html aapg_ai_743.html:45:4505:4524 Bell Colorado +0.436213 aapg_ad_880.html aapg_ad_880.html:582:54430:54453 Gypsum Spring Elk Mountain, Wyoming +0.489168 cspg_html_5973552270 cspg_html_5973552270:20:2764:2785 Slave Point Lacombe, Alberta +0.909891 aapg_ae_692.html aapg_ae_692.html:336:34839:34848 Spearfish Williston, Vermont +0.495378 cspg_html_7750771523 cspg_html_7750771523:208:23571:23579 Colorado Denver +0.252266 aapg_ah_536.html aapg_ah_536.html:382:50143:50160 Rodessa Rodessa, Louisiana +0.252945 cspg_html_6895078083 cspg_html_6895078083:385:37922:37953 Wilkie Point District Council of Franklin Harbour +0.26058 aapg_ak_87.html aapg_ak_87.html:157:24403:24412 San Pedro Mogollon, New Mexico +0.259534 cspg_html_1025724640 cspg_html_1025724640:401:54247:54254 Potsdam Montreal +0.505817 aapg_aa_20.html aapg_aa_20.html:7:1053:1076 Caseyville Illinois +0.467857 gsa_html_3387611512 gsa_html_3387611512:1283:128474:128489 Orocopia Schist California +0.25957 aapg_ah_416.html aapg_ah_416.html:218:18737:18752 Mt Lytton Milk River, Alberta +0.260036 cspg_html_3447886929 cspg_html_3447886929:1005:104906:104940 Romaine Quebec City +0.47889 gsa_html_7554994575 gsa_html_7554994575:501:50253:50262 Knoxville Piedmont (United States) +0.488976 aapg_ai_49.html aapg_ai_49.html:212:24935:24944 Ingleside Cheyenne, Wyoming +0.260598 sedimentology_html_7652385579 sedimentology_html_7652385579:35:1911:1917 Guelph Ontario, California +0.239112 cspg_html_8662646956 cspg_html_8662646956:1192:133666:133676 Pine Point Canada +0.940704 aapg_ah_52.html aapg_ah_52.html:64:7931:7950 Matanuska Anchorage, Alaska +0.250494 cspg_html_7086880709 cspg_html_7086880709:410:54442:54464 Kee Scarp Mackenzie River +0.492768 aapg_ai_470.html aapg_ai_470.html:9:1564:1577 Cardium Regina, Saskatchewan +0.47405 gsa_html_3696101390 gsa_html_3696101390:16:680:690 Washington San Juan, Argentina +0.245021 aapg_ai_981.html aapg_ai_981.html:185:16097:16107 Rio Grande Mississippi River +0.492184 aapg_ae_223.html aapg_ae_223.html:62:6709:6730 Green River Wasatch Range +0.260091 jgeology_html_2735425193 jgeology_html_2735425193:876:43843:43849 Oxford Pergamon Museum +0.521246 aapg_ae_855.html aapg_ae_855.html:102:11932:11949 Wasatch Flagstaff, Arizona +0.25956 aapg_ai_388.html aapg_ai_388.html:155:15120:15127 Wasatch Sparks, Nevada +0.258542 aapg_ah_754.html aapg_ah_754.html:438:42235:42245 Washington Victoria, British Columbia +0.261948 gsa_html_1248731493 gsa_html_1248731493:610:58870:58878 Columbia Anchorage, Alaska +0.262108 sedimentology_html_3941612453 sedimentology_html_3941612453:894:74401:74407 Oregon Washington (state) +0.248502 sedimentology_html_6376801731 sedimentology_html_6376801731:1755:98937:98945 Colorado Denver +0.349384 cspg_html_6383234409 cspg_html_6383234409:565:59456:59482 Strathcona Fiord Ellesmere Island +0.490716 cspg_html_1927777478 cspg_html_1927777478:13:1403:1418 Siyeh Perth, Western Australia +0.494263 aapg_ad_2.html aapg_ad_2.html:1231:168225:168236 Beekmantown Martinsburg, Nebraska +0.50347 gsa_html_8969774824 gsa_html_8969774824:54:3393:3421 Green River Colorado +0.509855 aapg_aa_626.html aapg_aa_626.html:25:3414:3422 Patuxent Patapsco River +0.729799 cspg_html_9771826320 cspg_html_9771826320:1010:134842:134864 Eureka Sound District Council of Franklin Harbour +0.26471 aapg_ae_319.html aapg_ae_319.html:747:62355:62369 Duchesne River Logan, Utah +0.472758 geology_html_8561500906 geology_html_8561500906:257:24057:24060 Arc Anchorage, Alaska +0.262128 gsa_html_2989317971 gsa_html_2989317971:929:94034:94040 Oregon Washington (state) +0.24696 aapg_ai_28.html aapg_ai_28.html:280:27048:27055 Lagarto San Diego +0.502686 aapg_aa_583.html aapg_aa_583.html:3:426:445 Smackover Mexico +0.48735 sedimentology_html_2562878594 sedimentology_html_2562878594:2635:125422:125428 Jordan Nazca +0.505437 aapg_ai_80.html aapg_ai_80.html:142:15960:15966 Elvins Kentucky +0.253512 aapg_ad_52.html aapg_ad_52.html:970:104923:104932 Coldwater Huron County, Michigan +0.251968 AMJC_html_5471526645 AMJC_html_5471526645:423:58713:58738 Virginia Arizona +0.476545 gsa_html_4432793908 gsa_html_4432793908:722:82613:82649 Newark Canyon Western world +0.263662 cspg_html_7881580279 cspg_html_7881580279:187:24388:24411 Portage Chute Manitoba +0.681789 aapg_ac_69.html aapg_ac_69.html:625:65044:65052 Toroweap Logan, Utah +0.273942 aapg_ad_724.html aapg_ad_724.html:151:18961:18968 Todilto New Mexico +0.266207 cspg_html_5807593737 cspg_html_5807593737:878:116719:116726 Duperow Williston, Vermont +0.494019 gsa_html_5119677930 gsa_html_5119677930:630:57765:57793 Green River Colorado +0.486072 aapg_ac_245.html aapg_ac_245.html:288:40259:40284 Iola Wyandotte, Michigan +0.249996 gsa_html_8840132442 gsa_html_8840132442:975:94127:94147 Bow Island Lacombe, Alberta +0.688792 aapg_ah_337.html aapg_ah_337.html:81:9015:9034 Smackover Limestone County, Alabama +0.263626 aapg_ac_214.html aapg_ac_214.html:16:2084:2091 Entrada Colorado +0.244374 aapg_ae_631.html aapg_ae_631.html:55:6800:6838 Michigan Falmouth, Massachusetts +0.264668 geology_html_3964689611 geology_html_3964689611:327:22433:22438 Price West Antarctic Ice Sheet +0.37728 aapg_ah_536.html aapg_ah_536.html:400:52679:52696 Rodessa Pedernales River +0.480414 aapg_af_583.html aapg_af_583.html:17:2247:2266 Green River Carlsbad, New Mexico +0.486588 gsa_html_1409496185 gsa_html_1409496185:1132:118867:118877 Washington Mount Rainier National Park +0.35424 geology_html_9131630956 geology_html_9131630956:211:16834:16843 New River Virginia +0.253895 cspg_html_9768299963 cspg_html_9768299963:22:2727:2751 Scollard Lacombe, Alberta +0.25398 aapg_aa_682.html aapg_aa_682.html:588:58401:58415 Iola Raytown, Missouri +0.494429 aapg_ad_95.html aapg_ad_95.html:253:24184:24203 Okpikruak Anchorage, Alaska +0.466416 jgeology_html_3517640817 jgeology_html_3517640817:1200:63620:63629 Peninsula Korea +0.267033 aapg_af_486.html aapg_af_486.html:323:33577:33589 Beaver Creek McArthur River uranium mine +0.493515 aapg_ai_0.html aapg_ai_0.html:1243:133240:133246 Laguna Texas +0.26536 gsa_html_8881958017 gsa_html_8881958017:568:53447:53463 Mount Ida Victoria, British Columbia +0.468968 aapg_af_397.html aapg_af_397.html:191:24266:24281 Todilto Entrada Sandstone +0.500316 cspg_html_8525917094 cspg_html_8525917094:19:2348:2365 Rierdon Lacombe, Alberta +0.259 palaios_html_3063127986 palaios_html_3063127986:731:69696:69700 Rome Chichester +0.272994 gsa_html_6478898440 gsa_html_6478898440:30:2818:2846 Green River New Mexico +0.264115 geology_html_5745933097 geology_html_5745933097:401:28069:28076 Hampton Virginia +0.26883 aapg_af_542.html aapg_af_542.html:494:47754:47766 Wilcox Texas +0.261975 jgeology_html_4115179562 jgeology_html_4115179562:258:19145:19164 Hardyston Pennsylvania +0.36456 aapg_ai_610.html aapg_ai_610.html:858:113759:113779 Fort Payne Knoxville, Tennessee +0.497466 gsa_html_9368795673 gsa_html_9368795673:73:6486:6514 Green River New Mexico +0.440427 cspg_html_8369994160 cspg_html_8369994160:143:15639:15646 Cadomin Elkton, Kentucky +0.251995 geology_html_6474330257 geology_html_6474330257:11:505:511 Oregon Salem, Oregon +0.492768 gsa_html_4108535696 gsa_html_4108535696:24:1132:1141 San Diego La Jolla +0.47895 cspg_html_3026112034 cspg_html_3026112034:9:672:687 Leduc Pine Brook, New Jersey +0.275624 aapg_ad_3.html aapg_ad_3.html:93:9435:9448 Knox Dolomite East Tennessee +0.24644 jgeology_html_6175642561 jgeology_html_6175642561:399:23687:23714 Benson .nz +0.5019 aapg_ai_613.html aapg_ai_613.html:51:8438:8451 Brushy Canyon South Africa +0.245967 aapg_ai_65.html aapg_ai_65.html:30:4464:4481 Madison Cheyenne, Wyoming +0.49296 aapg_ah_160.html aapg_ah_160.html:91:13750:13774 Rochester Maryland +0.50424 aapg_ae_904.html aapg_ae_904.html:199:21063:21072 Englewood Black Hills +0.2541 jgeology_html_2674389663 jgeology_html_2674389663:1260:71396:71423 Cantwell Anchorage, Alaska +0.245532 aapg_aa_721.html aapg_aa_721.html:784:78548:78565 Bird Spring Reno, Nevada +0.48705 sedimentology_html_2139169476 sedimentology_html_2139169476:85:6909:6918 Peninsula Korea +0.497202 cspg_html_1762556965 cspg_html_1762556965:14:1714:1725 Peace River Southern Alberta +0.498225 gsa_html_2695745767 gsa_html_2695745767:184:13057:13085 Green River Iran +0.259548 geology_html_4965715689 geology_html_4965715689:71:6207:6223 Noonday Dolomite Badwater Basin +0.251082 gsa_html_9755702281 gsa_html_9755702281:326:26895:26913 Monterey Oak Ridge, Tennessee +0.477664 aapg_aa_23.html aapg_aa_23.html:206:21732:21750 Winnipeg Manitoba +0.260952 cspg_html_6206575791 cspg_html_6206575791:134:16637:16642 Weeks Tulsa, Oklahoma +0.26368 aapg_ai_584.html aapg_ai_584.html:360:34513:34527 Roundtop Hartville, Missouri +0.886749 sedimentology_html_3417381350 sedimentology_html_3417381350:95:9742:9774 Monterey California +0.471447 aapg_ae_168.html aapg_ae_168.html:133:14524:14539 Loray Reno, Nevada +0.237169 sedimentology_html_5462089509 sedimentology_html_5462089509:1415:99931:99943 Pethei Great Slave Lake +0.351588 AMJC_html_6341723617 AMJC_html_6341723617:1132:94918:94938 Wind River Cheyenne, Wyoming +0.275525 sedimentology_html_9972796818 sedimentology_html_9972796818:3323:137297:137317 Carrizo Texas +0.399432 cspg_html_6546794930 cspg_html_6546794930:53:5155:5164 Keg River Bonaire +0.507056 aapg_ae_705.html aapg_ae_705.html:717:69231:69237 Denver Colorado +0.24158 aapg_af_994.html aapg_af_994.html:313:53826:53854 San Antonio Chile +0.4883 gsa_html_3599748540 gsa_html_3599748540:55:3460:3488 Green River Iran +0.473826 aapg_ah_244.html aapg_ah_244.html:14:1706:1714 Colorado Cheyenne, Wyoming +0.247494 palaios_html_1229296810 palaios_html_1229296810:38:3650:3681 Purisima California +0.37596 aapg_ad_2.html aapg_ad_2.html:462:68535:68549 Rome South Mountains (Arizona) +0.2535 gsa_html_1826402027 gsa_html_1826402027:389:43482:43504 Shinarump Conglomerate Blue Ridge Mountains +0.41583 aapg_ac_333.html aapg_ac_333.html:984:119358:119364 Kaibab Grand Canyon +0.263088 aapg_ae_415.html aapg_ae_415.html:239:30564:30573 Red Bluff Alabama +0.256928 geology_html_1604094278 geology_html_1604094278:12:651:660 San Diego California +0.499758 palaios_html_3105248303 palaios_html_3105248303:664:70046:70060 Point Pleasant Fulton, Missouri +0.72954 aapg_af_860.html aapg_af_860.html:47:3798:3808 Cane River Shreveport, Louisiana +0.255524 AMJC_html_3928055107 AMJC_html_3928055107:825:110447:110456 Peninsula Korea +0.257424 aapg_af_11.html aapg_af_11.html:501:50618:50623 Ouray Colorado +0.262144 cspg_html_9778753186 cspg_html_9778753186:7:584:601 Elk Lacombe, Alberta +0.489984 gsa_html_7757794543 gsa_html_7757794543:734:58965:58993 Green River Iran +0.252945 aapg_ac_996.html aapg_ac_996.html:11:1698:1708 Rio Grande Mississippi River +0.465248 geology_html_6154118633 geology_html_6154118633:233:21764:21770 Madrid Illinois +0.83536 cspg_html_5688447798 cspg_html_5688447798:129:17679:17699 Blue Fiord Devon Island +0.254214 gsa_html_1024107776 gsa_html_1024107776:1021:101401:101419 Shepody New Brunswick, New Jersey +0.456475 aapg_ad_575.html aapg_ad_575.html:303:38765:38783 Tensleep Cheyenne, Wyoming +0.257554 aapg_ah_530.html aapg_ah_530.html:31:4193:4210 Sly Gap Morenci, Michigan +0.451588 cspg_html_4568084707 cspg_html_4568084707:60:9013:9035 Cooking Lake Lacombe, Alberta +0.479478 gsa_html_3069013284 gsa_html_3069013284:638:64722:64734 Chinle Arizona +0.264171 cspg_html_3942782922 cspg_html_3942782922:102:9186:9194 Columbia Victoria, British Columbia +0.525 gsa_html_6105070212 gsa_html_6105070212:1132:116190:116218 Green River Colorado +0.504088 gsa_html_3069013284 gsa_html_3069013284:815:77218:77224 Chinle Logan, Utah +0.250937 sedimentology_html_9706021365 sedimentology_html_9706021365:663:42963:42969 Thrifty London, Ontario +0.2665 AMJC_html_3632105729 AMJC_html_3632105729:321:46570:46593 Martin Wallowa, Oregon +0.477224 geology_html_4431824234 geology_html_4431824234:378:26680:26688 Colorado Denver +0.253512 cspg_html_4680797491 cspg_html_4680797491:48:5477:5492 Waterways Swan Hill, Victoria +0.499372 aapg_ah_277.html aapg_ah_277.html:281:35507:35515 Lea Park Colorado +0.257284 aapg_ad_467.html aapg_ad_467.html:265:20884:20904 Tuscaloosa Tuscaloosa, Alabama +0.257004 aapg_ae_520.html aapg_ae_520.html:203:17908:17916 Niobrara Colorado +0.465039 palaios_html_3751051678 palaios_html_3751051678:904:88326:88334 Colorado Denver +0.261096 cspg_html_6255491344 cspg_html_6255491344:15:2516:2524 Columbia Fernie, British Columbia +0.484352 aapg_aa_364.html aapg_aa_364.html:3:404:415 Signal Hill California +0.24432 aapg_ah_753.html aapg_ah_753.html:128:21266:21283 Enrage Germantown, Montgomery County, Maryland +0.722332 aapg_ah_536.html aapg_ah_536.html:388:50750:50767 Rodessa Shreveport, Louisiana +0.247476 aapg_ae_67.html aapg_ae_67.html:399:32522:32530 Colorado Colorado +0.26163 cspg_html_7306741348 cspg_html_7306741348:18:1711:1728 Northumberland Thetis Island +0.469 aapg_ae_415.html aapg_ae_415.html:941:117402:117407 Tampa Tampa, Florida +0.251779 geology_html_5486340907 geology_html_5486340907:275:22428:22439 Platteville Illinois +0.259578 sedimentology_html_5315330584 sedimentology_html_5315330584:745:68832:68836 Java Borneo +0.49685 aapg_ai_170.html aapg_ai_170.html:133:14830:14848 Frontier Cheyenne, Wyoming +0.261117 geology_html_8754746238 geology_html_8754746238:26:1905:1928 Keeler Canyon Santa Rita, New Mexico +0.89006 aapg_aa_928.html aapg_aa_928.html:314:35557:35561 Frio Western world +0.510663 cspg_html_6647936472 cspg_html_6647936472:526:49674:49701 Prairie Regina, Saskatchewan +0.852346 aapg_ac_200.html aapg_ac_200.html:3:320:337 Wasatch Cheyenne, Wyoming +0.240552 cspg_html_5586087088 cspg_html_5586087088:87:12255:12263 Columbia Victoria, British Columbia +0.479115 gsa_html_7255218549 gsa_html_7255218549:62:5618:5646 Green River Colorado +0.49816 gsa_html_4339524478 gsa_html_4339524478:793:78413:78436 Martin Salem, Oregon +0.24444 aapg_af_483.html aapg_af_483.html:176:24738:24766 Matagalpa Matagalpa +0.474734 gsa_html_9498829754 gsa_html_9498829754:12:496:504 Virginia Virginia +0.482878 cspg_html_3060428958 cspg_html_3060428958:241:30288:30295 Bearpaw Drumheller +0.2545 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10506:10522 Guelph Salina, Kansas +0.228942 aapg_ah_868.html aapg_ah_868.html:160:14268:14276 Huerfano Texas +0.43265 aapg_ac_315.html aapg_ac_315.html:104:11859:11867 Dinwoody Cheyenne, Wyoming +0.500681 jgeology_html_7654442814 jgeology_html_7654442814:156:11404:11427 Columbia Escanaba, Michigan +0.438513 aapg_ac_531.html aapg_ac_531.html:538:54205:54222 Edwards Texas +0.841794 aapg_ai_334.html aapg_ai_334.html:146:16377:16394 Chochal Guatemala +0.4788 gsa_html_8473518978 gsa_html_8473518978:72:6030:6058 Green River Colorado +0.501802 aapg_ad_2.html aapg_ad_2.html:202:29862:29873 Wissahickon Cockeysville, Maryland +0.266742 geology_html_4304054973 geology_html_4304054973:20:1193:1207 Rove Virginia +0.274638 aapg_ah_260.html aapg_ah_260.html:97:13316:13333 Entrada Colorado +0.253195 cspg_html_9735723617 cspg_html_9735723617:585:69949:69969 Weatherall Banks Island +0.25676 AMJC_html_2711105513 AMJC_html_2711105513:668:79003:79007 Wise Washington (state) +0.470232 aapg_ah_318.html aapg_ah_318.html:523:61462:61490 Mt Lytton Alabama +0.810201 aapg_ah_411.html aapg_ah_411.html:158:18753:18772 Fox Hills Cheyenne, Wyoming +0.47151 aapg_af_654.html aapg_af_654.html:601:49036:49047 Shoal River White Creek, New York +0.25048 cspg_html_3854139935 cspg_html_3854139935:119:19887:19903 Oldman Lacombe, Alberta +0.254448 aapg_ai_584.html aapg_ai_584.html:527:52596:52619 Fountain Colorado +0.480168 aapg_ad_649.html aapg_ad_649.html:97:12595:12607 Beaver Creek Kirkwood, Missouri +0.472944 aapg_aa_702.html aapg_aa_702.html:1174:130646:130650 Kent Williston, Vermont +0.514 aapg_af_471.html aapg_af_471.html:258:30470:30479 Hartselle Illinois +0.481151 aapg_ad_798.html aapg_ad_798.html:133:14343:14351 Beaumont Shreveport, Louisiana +0.274287 aapg_ad_836.html aapg_ad_836.html:536:49155:49164 Maquoketa Salina, Kansas +0.264578 sedimentology_html_6402386921 sedimentology_html_6402386921:464:42527:42531 Hall London, Ontario +0.25029 aapg_ae_198.html aapg_ae_198.html:191:19900:19908 Syracuse Lake Bonneville +0.252433 aapg_ai_97.html aapg_ai_97.html:8:901:932 San Felipe Tampico, Illinois +0.253532 gsa_html_8549650339 gsa_html_8549650339:36:2626:2642 Kainer Texas +0.252984 aapg_ai_346.html aapg_ai_346.html:4:374:382 Richmond Mississippi River +0.222308 aapg_ai_66.html aapg_ai_66.html:174:14554:14562 Loveland Colorado +0.247955 aapg_ai_694.html aapg_ai_694.html:18:2809:2828 Ingleside Beaumont, Texas +0.256542 aapg_aa_31.html aapg_aa_31.html:19:2279:2285 Cedros Zacatecas, Zacatecas +0.478518 cspg_html_3854139935 cspg_html_3854139935:29:4765:4776 Belly River Milk River, Alberta +0.486664 aapg_ae_187.html aapg_ae_187.html:240:26884:26892 Michigan Cincinnati +0.238626 aapg_ai_688.html aapg_ai_688.html:410:45378:45405 Virginia Pennsylvania +0.252973 sedimentology_html_1046729113 sedimentology_html_1046729113:2040:160534:160544 Milk River Lacombe, Alberta +0.46746 sedimentology_html_7107892700 sedimentology_html_7107892700:476:42233:42249 Tinton Navesink River +0.273006 geology_html_4705110813 geology_html_4705110813:15:860:865 Davis California +0.501795 aapg_ah_167.html aapg_ah_167.html:96:11314:11333 Phi Kappa Boise, Idaho +0.26058 gsa_html_7668046715 gsa_html_7668046715:660:59991:59997 Moscow Azerbaijan Democratic Republic +0.273 aapg_ad_994.html aapg_ad_994.html:35:3880:3898 Norphlet Mississippi River +0.245514 aapg_aa_47.html aapg_aa_47.html:397:45108:45116 Colorado Belden, California +0.362917 aapg_ad_628.html aapg_ad_628.html:203:23612:23619 Kayenta Mesa, Arizona +0.943656 aapg_aa_23.html aapg_aa_23.html:856:111370:111378 Winnipeg Lake Winnipeg +0.266682 cspg_html_2769629211 cspg_html_2769629211:325:37354:37374 Escarpment Hay River (Canada) +0.479958 aapg_ad_351.html aapg_ad_351.html:523:45107:45126 Northview Sedalia, Missouri +0.243386 aapg_af_751.html aapg_af_751.html:366:49003:49016 Santa Barbara Santa Ynez, California +0.47672 palaios_html_4880574501 palaios_html_4880574501:512:47341:47355 Kope Cincinnati +0.262654 aapg_ak_55.html aapg_ak_55.html:33:3677:3696 Tuscarora Oakland, California +0.25653 sedimentology_html_7974634305 sedimentology_html_7974634305:1448:77579:77585 Brazil Brejo do Cruz +0.86814 aapg_ah_467.html aapg_ah_467.html:261:24034:24048 St. Mary River Lacombe, Alberta +0.497034 aapg_ah_253.html aapg_ah_253.html:416:49838:49853 Queen Texas +0.255892 gsa_html_2369908260 gsa_html_2369908260:1388:134192:134204 Owens Valley California +0.487784 cspg_html_3849785044 cspg_html_3849785044:22:2420:2451 Bertie Telford, Pennsylvania +0.2405 gsa_html_7856084240 gsa_html_7856084240:104:7514:7520 Sierra Chihuahua (state) +0.508642 aapg_ac_235.html aapg_ac_235.html:564:60922:60930 Cloverly Moberly, Missouri +0.263105 aapg_aa_735.html aapg_aa_735.html:38:4163:4169 Keokuk Burlington, Ontario +0.493735 aapg_af_880.html aapg_af_880.html:653:102792:102811 Grove Texas +0.484242 cspg_html_3860685167 cspg_html_3860685167:699:69757:69762 Banff Lacombe, Alberta +0.483336 aapg_ai_28.html aapg_ai_28.html:853:82253:82259 Lissie San Antonio +0.247266 gsa_html_4820340337 gsa_html_4820340337:516:48418:48422 Bond Earth +0.489082 cspg_html_1132698231 cspg_html_1132698231:408:53986:54002 Merced California +0.267804 aapg_ac_807.html aapg_ac_807.html:466:47282:47300 Nanjemoy Potomac River +0.370392 aapg_ah_234.html aapg_ah_234.html:181:19881:19890 San Diego Guatemala +0.24384 gsa_html_7555021318 gsa_html_7555021318:1146:95384:95388 Webb China +0.25627 geology_html_5880276793 geology_html_5880276793:327:29488:29494 Oregon Salem, Oregon +0.496944 aapg_ah_44.html aapg_ah_44.html:406:53323:53333 Lock Haven Catskill Mountains +0.480495 cspg_html_6306091047 cspg_html_6306091047:18:2992:3001 Baldonnel Canada +0.255488 sedimentology_html_6376801731 sedimentology_html_6376801731:1747:98561:98578 Barstow California +0.484748 aapg_ai_145.html aapg_ai_145.html:49:6420:6441 Nikanassin Kootenay River +0.4864 gsa_html_7151930388 gsa_html_7151930388:1264:96169:96179 Las Cruces Albuquerque, New Mexico +0.284064 cspg_html_2498183035 cspg_html_2498183035:296:32957:32977 Swan Hills Lacombe, Alberta +0.35819 aapg_ah_203.html aapg_ah_203.html:552:90366:90384 Morrison Logan, Utah +0.458838 cspg_html_1189888589 cspg_html_1189888589:7:748:756 Scollard Cheyenne, Wyoming +0.491568 aapg_aa_15.html aapg_aa_15.html:46:6173:6181 Wellborn Whitsett, North Carolina +0.247475 aapg_ah_869.html aapg_ah_869.html:34:4101:4120 Dakota Colorado +0.254125 cspg_html_3762708087 cspg_html_3762708087:25:3480:3500 Bow Island Suffield, Connecticut +0.276676 aapg_ad_695.html aapg_ad_695.html:190:12444:12453 Cockfield Texas +0.25452 aapg_ah_157.html aapg_ah_157.html:292:41954:41961 Madison Cordillera Administrative Region +0.262644 aapg_aa_826.html aapg_aa_826.html:269:25634:25641 Pamlico Croatan Sound +0.509229 aapg_ae_716.html aapg_ae_716.html:419:40518:40530 Pierre Cheyenne, Wyoming +0.270399 aapg_ad_947.html aapg_ad_947.html:244:28927:28937 Wind River Uinta Mountains +0.265608 cspg_html_5345848475 cspg_html_5345848475:1030:100824:100841 Cardium Lacombe, Alberta +0.24941 aapg_ai_1.html aapg_ai_1.html:298:26009:26026 Paradox Hermosa, Chicago +0.487113 gsa_html_3288824655 gsa_html_3288824655:636:54570:54574 Fang China +0.26316 gsa_html_7195000001 gsa_html_7195000001:734:99350:99368 Eureka Sound Ellesmere Island +0.246945 aapg_ad_306.html aapg_ad_306.html:252:32361:32367 Sierra Honduras +0.478742 palaios_html_5198166697 palaios_html_5198166697:76:5856:5873 Juniata Knoxville, Tennessee +0.24823 aapg_ah_623.html aapg_ah_623.html:9:1067:1078 Uncompahgre Des Moines, Washington +0.257556 sedimentology_html_6550726957 sedimentology_html_6550726957:27:1723:1733 Washington Wa (Japan) +0.259056 cspg_html_7587979364 cspg_html_7587979364:214:17431:17453 Slave Point Swan Hill, Victoria +0.276667 aapg_ad_351.html aapg_ad_351.html:456:40986:40995 Northview Sedalia, Missouri +0.251643 cspg_html_7310162886 cspg_html_7310162886:18:2156:2174 Lisburne Great Britain +0.2635 sedimentology_html_9909668452 sedimentology_html_9909668452:687:37167:37171 Bond Bering Sea +0.26571 aapg_aa_98.html aapg_aa_98.html:6:791:799 Columbia Lacombe, Alberta +0.424008 aapg_ae_15.html aapg_ae_15.html:583:51478:51489 Temiscouata Portland, Maine +0.240981 jgeology_html_4357791487 jgeology_html_4357791487:1065:60781:60789 Chepstow Monmouth +0.262546 gsa_html_8136022028 gsa_html_8136022028:13:770:778 Virginia Reston, Virginia +0.479987 cspg_html_8266552811 cspg_html_8266552811:60:7688:7704 Viking Bow Island Airport +0.278735 sedimentology_html_3826538092 sedimentology_html_3826538092:623:39081:39088 Francis London, Ontario +0.464752 aapg_ae_3.html aapg_ae_3.html:703:64413:64430 Madison Cheyenne, Wyoming +0.257013 cspg_html_3447886929 cspg_html_3447886929:841:95807:95823 George Canada +0.530936 aapg_ac_366.html aapg_ac_366.html:431:43475:43495 Bloomsburg Pennsylvania +0.266716 cspg_html_9435196958 cspg_html_9435196958:939:39521:39539 Edmonton Lacombe, Alberta +0.237 cspg_html_6953269830 cspg_html_6953269830:50:6735:6743 Columbia Victoria, British Columbia +0.257983 sedimentology_html_2418419622 sedimentology_html_2418419622:815:66024:66030 Taylor London, Ontario +0.257554 sedimentology_html_3544672530 sedimentology_html_3544672530:987:75490:75494 Ross Stroudsburg, Pennsylvania +0.257374 aapg_ac_765.html aapg_ac_765.html:330:60901:60912 Chinle Chinle Formation +0.267674 aapg_aa_995.html aapg_aa_995.html:312:23042:23054 Beaver Creek Cheyenne, Wyoming +0.4977 gsa_html_7012936645 gsa_html_7012936645:196:22104:22125 Martinsburg Pennsylvania +0.501723 gsa_html_7083998155 gsa_html_7083998155:814:77660:77688 Green River Colorado +0.48552 cspg_html_6116883777 cspg_html_6116883777:861:112193:112214 Goose Fiord Ellesmere Island +0.50731 cspg_html_1230998910 cspg_html_1230998910:86:10735:10743 Woodbend Lacombe, Alberta +0.225138 aapg_ah_427.html aapg_ah_427.html:660:86565:86573 Woodford East Texas +0.491824 aapg_aa_303.html aapg_aa_303.html:176:15597:15614 Parting Aspen, Colorado +0.258552 cspg_html_9717154602 cspg_html_9717154602:675:65175:65183 Lea Park Lacombe, Alberta +0.2709 aapg_af_653.html aapg_af_653.html:165:16045:16050 Vaqueros Los Angeles +0.455304 aapg_ac_972.html aapg_ac_972.html:156:18629:18637 Monterey Rancho Santa Margarita, California +0.497555 gsa_html_1105200950 gsa_html_1105200950:9:322:336 Beaufort North Carolina +0.255524 aapg_ae_873.html aapg_ae_873.html:1011:119658:119671 Nacatoch Hunt County, Texas +0.4598 aapg_aa_415.html aapg_aa_415.html:123:17549:17559 Rio Grande Belton, Texas +0.48195 cspg_html_6306091047 cspg_html_6306091047:52:10204:10223 Pardonet Lacombe, Alberta +0.912 geology_html_1574115242 geology_html_1574115242:28:3035:3067 Green River Cheyenne, Wyoming +0.465348 aapg_ae_419.html aapg_ae_419.html:119:14661:14667 Sierra Durango, Durango +0.25959 aapg_ai_49.html aapg_ai_49.html:694:90747:90753 Dockum Cheyenne, Wyoming +0.486472 aapg_ah_77.html aapg_ah_77.html:254:29138:29159 Green River Wasatch Range +0.2655 aapg_ai_491.html aapg_ai_491.html:922:80488:80496 Colorado Hermosa, Chicago +0.474096 aapg_ai_63.html aapg_ai_63.html:58:9140:9148 Colorado Wichita, Kansas +0.489599 aapg_af_143.html aapg_af_143.html:681:61513:61541 Humbug Elk River, Minnesota +0.237415 geology_html_4078898597 geology_html_4078898597:18:1125:1129 Rico Colorado +0.25856 geology_html_7441090490 geology_html_7441090490:275:22694:22716 Kaiparowits Logan, Utah +0.236196 gsa_html_1465687448 gsa_html_1465687448:67:6660:6698 Hillabee Greenstone Middle Ordovician +0.270908 aapg_aa_495.html aapg_aa_495.html:9:997:1008 Haynesville Shreveport, Louisiana +0.260091 aapg_ah_859.html aapg_ah_859.html:126:15010:15025 Providence Sand Alabama +0.47564 gsa_html_7884891021 gsa_html_7884891021:527:52876:52889 Morton Gneiss Earth +0.25908 aapg_ac_230.html aapg_ac_230.html:353:40337:40343 Perija Sierra Nevada de Santa Marta +0.469872 palaios_html_9133125241 palaios_html_9133125241:553:67144:67165 Whitewater Davis, California +0.243955 aapg_af_666.html aapg_af_666.html:680:58789:58796 Madison Gallatin, Tennessee +0.470378 cspg_html_8904992939 cspg_html_8904992939:57:8762:8776 Woodbend Lacombe, Alberta +0.477785 aapg_ah_785.html aapg_ah_785.html:74:9695:9704 Phi Kappa Boise, Idaho +0.257808 cspg_html_3008745251 cspg_html_3008745251:64:10182:10190 Columbia Lacombe, Alberta +0.260608 gsa_html_4913703235 gsa_html_4913703235:111:10992:11011 Tuscarora Clinton County, Ohio +0.69934 aapg_ac_366.html aapg_ac_366.html:113:15379:15398 Rose Hill Knoxville, Tennessee +0.486472 cspg_html_2882304151 cspg_html_2882304151:151:29491:29511 Clearwater Lacombe, Alberta +0.4685 cspg_html_9867228130 cspg_html_9867228130:50:7283:7300 Lorrain Michigan +0.259065 cspg_html_9768299963 cspg_html_9768299963:51:5966:5982 Battle Western world +0.270391 aapg_ad_401.html aapg_ad_401.html:3:478:486 Altamont Fort Union Trading Post National Historic Site +0.47376 aapg_ae_693.html aapg_ae_693.html:156:15315:15322 Mohican Ascoli Piceno +0.252865 gsa_html_8241293202 gsa_html_8241293202:310:31146:31156 Chelmsford Concord, California +0.25688 aapg_ad_945.html aapg_ad_945.html:4:463:474 Peace River Regina, Saskatchewan +0.25186 cspg_html_2873888604 cspg_html_2873888604:196:31067:31086 Pardonet Victoria, British Columbia +0.496584 cspg_html_3907807140 cspg_html_3907807140:729:74234:74253 Athabasca Canada +0.495704 cspg_html_4407743346 cspg_html_4407743346:52:8492:8511 Keg River Black Creek (Toronto) +0.48807 palaios_html_7769060899 palaios_html_7769060899:566:53230:53244 Cedar Mountain Logan, Utah +0.264554 aapg_af_3.html aapg_af_3.html:133:13739:13745 Diablo Western world +0.252993 sedimentology_html_4072526193 sedimentology_html_4072526193:750:26422:26426 Hall London, Ontario +0.24064 sedimentology_html_7045398856 sedimentology_html_7045398856:84:7169:7174 Laval Canada +0.258362 palaios_html_6034217939 palaios_html_6034217939:60:6971:6975 Toad Victoria, British Columbia +0.4845 gsa_html_6378436373 gsa_html_6378436373:61:4506:4534 Green River Colorado +0.233466 gsa_html_8774590177 gsa_html_8774590177:215:25433:25442 Whitehall Bennington, Vermont +0.472861 AMJC_html_6341723617 AMJC_html_6341723617:1152:96667:96675 Colorado Cheyenne, Wyoming +0.264192 aapg_ae_933.html aapg_ae_933.html:16:1295:1299 Bond Texas +0.456966 aapg_ad_379.html aapg_ad_379.html:715:58302:58309 Wingate Colorado +0.261632 aapg_ah_536.html aapg_ah_536.html:489:63524:63549 Glen Rose Paluxy, Texas +0.247296 AMJC_html_8965853681 AMJC_html_8965853681:16:728:739 Santa Clara California +0.252476 cspg_html_6927586285 cspg_html_6927586285:37:5562:5570 Columbia Victoria, British Columbia +0.477543 aapg_ai_80.html aapg_ai_80.html:440:44010:44018 Richmond Kentucky +0.278775 aapg_ae_147.html aapg_ae_147.html:282:28174:28178 Pico South Mountains (Arizona) +0.25704 cspg_html_5542874609 cspg_html_5542874609:101:16593:16610 Cardium Wapiti River +0.25839 aapg_ad_351.html aapg_ad_351.html:604:50146:50153 Pierson Springfield, Illinois +0.25602 sedimentology_html_5459138397 sedimentology_html_5459138397:1020:73733:73737 Hall London, Ontario +0.370172 aapg_ad_958.html aapg_ad_958.html:1590:166401:166421 Keokuk Iowa +0.265728 cspg_html_6985536436 cspg_html_6985536436:638:81990:82008 Isachsen Banks Island +0.25235 geology_html_5828016264 geology_html_5828016264:231:18389:18394 Bluff Logan, Utah +0.46746 cspg_html_9119878068 cspg_html_9119878068:13:1944:1970 Beaverhill Swan Hill, Victoria +0.264578 gsa_html_9106694358 gsa_html_9106694358:54:3365:3393 Green River Iran +0.372243 aapg_ac_414.html aapg_ac_414.html:161:19173:19191 Plympton Reno, Nevada +0.489027 aapg_aa_685.html aapg_aa_685.html:97:9236:9246 North Horn Pebble Mine +0.260538 geology_html_9131630956 geology_html_9131630956:102:11235:11244 New River Virginia +0.40704 aapg_ad_724.html aapg_ad_724.html:133:15270:15280 San Andres Guadalupe Mountains National Park +0.252504 aapg_ae_981.html aapg_ae_981.html:362:29805:29825 Brownsport Tennessee River +0.261105 cspg_html_4010530611 cspg_html_4010530611:74:10718:10734 Shunda Lacombe, Alberta +0.48951 geology_html_2719842842 geology_html_2719842842:14:750:757 El Paso Texas +0.242346 cspg_html_6064089067 cspg_html_6064089067:77:9235:9243 Winnipeg Maquoketa, Iowa +0.25056 aapg_ah_72.html aapg_ah_72.html:71:10710:10719 Catahoula Shreveport, Louisiana +0.240099 geology_html_8596179481 geology_html_8596179481:233:19259:19277 Sycamore Glendora, California +0.27719 AMJC_html_1964550508 AMJC_html_1964550508:687:77900:77904 Rome Lockport (city), New York +0.506493 gsa_html_7840671974 gsa_html_7840671974:1323:116996:117024 Green River Colorado +0.481284 aapg_ah_150.html aapg_ah_150.html:196:22087:22104 Kayenta Logan, Utah +0.44704 aapg_af_779.html aapg_af_779.html:3:454:473 Coldwater Michigan +0.460152 gsa_html_2076560873 gsa_html_2076560873:281:31881:31893 Devon Island Ellesmere Island +0.486 aapg_af_143.html aapg_af_143.html:9:1134:1143 Knoxville California +0.244518 aapg_ac_463.html aapg_ac_463.html:511:50868:50874 Brazil South America +0.262474 gsa_html_4506689428 gsa_html_4506689428:15:514:520 Denver Colorado +0.253791 aapg_ah_94.html aapg_ah_94.html:323:37170:37184 Colorado Black Hills +0.260104 cspg_html_2253842195 cspg_html_2253842195:5:350:354 Kent Victoria, British Columbia +0.258362 aapg_ad_785.html aapg_ad_785.html:690:74919:74927 Fountain Colorado Springs, Colorado +0.249744 aapg_ad_335.html aapg_ad_335.html:323:38730:38740 Fort Union Fort Union Trading Post National Historic Site +0.250228 aapg_ai_468.html aapg_ai_468.html:252:30596:30613 Bossier Bossier City, Louisiana +0.24794 gsa_html_6281658899 gsa_html_6281658899:674:74103:74111 Colorado Colorado +0.25047 cspg_html_1665574291 cspg_html_1665574291:99:16996:17021 Porcupine Lacombe, Alberta +0.50274 cspg_html_8362959053 cspg_html_8362959053:304:29824:29847 Beaver Mines Lacombe, Alberta +0.247008 cspg_html_1018915662 cspg_html_1018915662:62:5504:5545 Enrage Quebec City +0.471606 gsa_html_1650524399 gsa_html_1650524399:50:6972:6982 Rio Grande Texas +0.30583 aapg_ah_427.html aapg_ah_427.html:427:56570:56579 Red River Cooke County, Texas +0.454104 aapg_ah_724.html aapg_ah_724.html:3:165:183 Kaskapau Lacombe, Alberta +0.25839 aapg_ai_296.html aapg_ai_296.html:20:2684:2707 Everton Arkansas +0.48694 geology_html_2144520947 geology_html_2144520947:40:2330:2340 Washington Baja California peninsula +0.51681 aapg_ad_3.html aapg_ad_3.html:751:70982:71004 Black River Knoxville, Tennessee +0.254016 cspg_html_5345848475 cspg_html_5345848475:80:11047:11061 Colorado Lacombe, Alberta +0.489658 palaios_html_6025329652 palaios_html_6025329652:551:45235:45241 Moscow Boise, Idaho +0.251955 cspg_html_6140605204 cspg_html_6140605204:54:8810:8837 Kootenay Lacombe, Alberta +0.514242 aapg_ae_961.html aapg_ae_961.html:601:43245:43256 Dakota Huntley (plantation) +0.267289 cspg_html_4624186528 cspg_html_4624186528:178:21668:21681 Sustut Victoria, British Columbia +0.26471 cspg_html_1506720813 cspg_html_1506720813:725:82362:82371 Ellerslie Lacombe, Alberta +0.445995 aapg_ae_794.html aapg_ae_794.html:5:693:699 Coffee Selma to Montgomery marches +0.25956 aapg_ai_411.html aapg_ai_411.html:3:170:184 Colorado Niobrara, Nebraska +0.468671 aapg_af_460.html aapg_af_460.html:94:9049:9060 Jacobsville Keweenaw Peninsula +0.47175 geology_html_4680736225 geology_html_4680736225:259:24039:24048 Peninsula Korea +0.474719 aapg_ad_110.html aapg_ad_110.html:643:68984:68999 Fountain Laramie, Wyoming +0.486095 aapg_ai_121.html aapg_ai_121.html:23:2176:2183 Kanawha Cheyenne, Wyoming +0.469807 gsa_html_4071231613 gsa_html_4071231613:1048:106161:106174 Santa Barbara Boise, Idaho +0.381264 sedimentology_html_3238300064 sedimentology_html_3238300064:2039:122251:122269 Norphlet Mississippi River +0.912 cspg_html_7602315496 cspg_html_7602315496:42:6719:6726 Bearpaw Colorado +0.278146 sedimentology_html_8344884381 sedimentology_html_8344884381:895:86783:86788 Gates Canadian Arctic Archipelago +0.249228 aapg_ac_241.html aapg_ac_241.html:35:5033:5052 Raritan Raritan River +0.49868 palaios_html_5582845937 palaios_html_5582845937:336:34324:34331 Hampton Costa Rica +0.272986 aapg_ae_958.html aapg_ae_958.html:71:8669:8686 Admiral Texas +0.244904 jgeology_html_7743775272 jgeology_html_7743775272:498:37797:37802 Salem Bloomington, Indiana +0.26572 cspg_html_1503116552 cspg_html_1503116552:1703:243927:243944 Cardium Lacombe, Alberta +0.50804 palaios_html_3084590638 palaios_html_3084590638:675:61328:61336 Columbia Victoria, British Columbia +0.498456 aapg_aa_702.html aapg_aa_702.html:1042:123067:123073 Denver Colorado +0.50566 aapg_af_18.html aapg_af_18.html:548:56947:56967 Lakota Black Hills +0.273504 aapg_af_139.html aapg_af_139.html:62:7141:7161 Picture Gorge Basalt Washington (state) +0.262128 gsa_html_3720789279 gsa_html_3720789279:1520:136844:136857 Santa Barbara California +0.4914 geology_html_3827803969 geology_html_3827803969:191:23340:23350 Washington Mount Rainier, Maryland +0.91238 aapg_aa_44.html aapg_aa_44.html:229:29872:29890 Moenkopi Arizona +0.489765 cspg_html_6502178723 cspg_html_6502178723:358:44538:44557 Pardonet Canada +0.473926 aapg_aa_112.html aapg_aa_112.html:164:14473:14491 Frontier Cheyenne, Wyoming +0.483585 aapg_ah_943.html aapg_ah_943.html:325:48115:48123 Hulcross Victoria, British Columbia +0.544533 aapg_ad_68.html aapg_ad_68.html:180:10314:10334 Carbondale Curlew, Washington +0.238063 cspg_html_3023030263 cspg_html_3023030263:561:59625:59636 Peace River Western Canadian Sedimentary Basin +0.260051 aapg_ad_379.html aapg_ad_379.html:664:54944:54967 Gypsum Spring Carmel, Indiana +0.263105 sedimentology_html_1046729113 sedimentology_html_1046729113:1921:155104:155114 Milk River Lacombe, Alberta +0.462105 aapg_ai_154.html aapg_ai_154.html:3:311:329 Onondaga Pennsylvania +0.259072 cspg_html_5217137903 cspg_html_5217137903:503:57140:57147 Bromide Lacombe, Alberta +0.487104 sedimentology_html_6419514525 sedimentology_html_6419514525:739:48927:48933 Sierra Sierra Nevada (Spain) +0.23088 aapg_af_459.html aapg_af_459.html:191:21745:21749 Dean Western world +0.478536 AMJC_html_5390933660 AMJC_html_5390933660:596:59517:59540 Gile Mountain Littleton, Colorado +0.265845 aapg_ad_822.html aapg_ad_822.html:36:3979:3987 Colorado Golden, Colorado +0.479912 palaios_html_7645922717 palaios_html_7645922717:667:61608:61638 Cumberland Canada +0.245532 aapg_ah_533.html aapg_ah_533.html:242:28112:28121 Knoxville Knoxville, Illinois +0.254925 geology_html_6765364387 geology_html_6765364387:246:25963:25972 Nian Michikamau Canada +0.250992 aapg_aa_626.html aapg_aa_626.html:218:25178:25186 Patuxent Maryland +0.25029 aapg_aa_37.html aapg_aa_37.html:39:6168:6172 Tule Western world +0.480768 geology_html_7315534235 geology_html_7315534235:12:739:746 El Paso El Paso, Texas +0.255892 gsa_html_2989317971 gsa_html_2989317971:188:22613:22632 Pocatello Boise, Idaho +0.268203 aapg_aa_856.html aapg_aa_856.html:133:12551:12559 Woodbine Cotton Valley, Louisiana +0.376992 aapg_ae_473.html aapg_ae_473.html:221:21532:21537 Eutaw Mississippi River +0.496228 aapg_ad_379.html aapg_ad_379.html:861:71128:71141 Frontier Colorado +0.256 cspg_html_4326384800 cspg_html_4326384800:995:145879:145894 Elk Lacombe, Alberta +0.256793 aapg_ah_289.html aapg_ah_289.html:115:15608:15626 Monterey California +0.482895 aapg_ah_72.html aapg_ah_72.html:72:10950:10966 Pascagoula Hattiesburg, Mississippi +0.44556 aapg_ae_794.html aapg_ae_794.html:670:76368:76398 Coon Creek Selma to Montgomery marches +0.263 aapg_ac_699.html aapg_ac_699.html:132:10643:10650 El Abra Mexico +0.479457 aapg_ai_811.html aapg_ai_811.html:373:51391:51399 Traverse Detroit River International Wildlife Refuge +0.251482 cspg_html_3065473572 cspg_html_3065473572:366:47052:47069 Romaine Anticosti Island +0.4662 aapg_aa_24.html aapg_aa_24.html:145:12754:12759 Yukon Anchorage, Alaska +0.504465 gsa_html_1371236228 gsa_html_1371236228:29:2796:2824 Green River Colorado +0.276148 aapg_ad_39.html aapg_ad_39.html:141:10250:10257 Hosston North West Delhi +0.258566 jgeology_html_8497213674 jgeology_html_8497213674:190:10269:10278 San Pedro Newport, Rhode Island +0.503079 aapg_ad_756.html aapg_ad_756.html:221:26098:26114 Warsaw Kentucky +0.481143 aapg_ak_83.html aapg_ak_83.html:325:37211:37219 Michigan Michigan +0.23569 AMJC_html_8400263991 AMJC_html_8400263991:1112:69434:69437 Arc Western world +0.251292 aapg_af_976.html aapg_af_976.html:15:753:761 Colorado Denver +0.266207 aapg_aa_644.html aapg_aa_644.html:177:19715:19727 Red Mountain Boise, Idaho +0.244944 aapg_ai_975.html aapg_ai_975.html:847:68643:68660 Edwards Central Texas +0.479552 aapg_ah_508.html aapg_ah_508.html:180:16679:16694 Ontelaunee Black River, Jamaica +0.260036 aapg_ah_534.html aapg_ah_534.html:349:29282:29288 Esopus Palmerton, Pennsylvania +0.25647 cspg_html_5807593737 cspg_html_5807593737:553:68020:68036 Martin Arizona +0.269874 geology_html_5251784697 geology_html_5251784697:13:703:712 Rochester Rochester, Kent +0.373596 aapg_aa_263.html aapg_aa_263.html:19:2710:2728 Moenkopi Logan, Utah +0.438274 gsa_html_2279602635 gsa_html_2279602635:483:45231:45259 Green River Iran +0.25542 palaios_html_4619218296 palaios_html_4619218296:370:24841:24858 La Luna Venezuela +0.48951 aapg_af_785.html aapg_af_785.html:143:15314:15329 Yegua Texas +0.902451 aapg_ae_171.html aapg_ae_171.html:576:60719:60735 Dakota Mesa, Arizona +0.487424 aapg_aa_39.html aapg_aa_39.html:42:4780:4791 Aneth Ouray, Colorado +0.492866 gsa_html_6983076294 gsa_html_6983076294:755:71432:71439 El Paso Hudspeth County, Texas +0.93772 aapg_ah_871.html aapg_ah_871.html:429:47432:47439 Pamelia Black River, Jamaica +0.48864 aapg_ai_932.html aapg_ai_932.html:113:17510:17535 Santa Margarita Paso Robles, California +0.257424 aapg_ai_810.html aapg_ai_810.html:396:45192:45212 Smackover Mississippi River +0.267285 aapg_aa_644.html aapg_aa_644.html:162:18380:18404 Cedar Mountain Logan, Utah +0.254944 cspg_html_6249234253 cspg_html_6249234253:64:8503:8531 Beaverhill Redwater, Texas +0.766062 aapg_ah_871.html aapg_ah_871.html:589:65255:65262 Pamelia Montreal +0.258063 gsa_html_1451702506 gsa_html_1451702506:13:731:743 Rhode Island Newport, Rhode Island +0.259065 cspg_html_8438548095 cspg_html_8438548095:29:3524:3532 Edmonton Edmonton, London +0.49495 aapg_ad_466.html aapg_ad_466.html:447:53058:53066 Monmouth Mount Laurel Township, New Jersey +0.271942 aapg_ad_411.html aapg_ad_411.html:108:9727:9739 Dakota Gurley, Nebraska +0.255867 jgeology_html_6882545802 jgeology_html_6882545802:410:35340:35365 Kope Kentucky +0.492412 aapg_ae_471.html aapg_ae_471.html:199:19821:19840 Smackover Cotton Valley, Louisiana +0.458682 cspg_html_9234101474 cspg_html_9234101474:183:22699:22707 Kaskapau Western world +0.255524 gsa_html_8985264904 gsa_html_8985264904:24:1811:1825 Baca New Mexico +0.260104 gsa_html_7214330928 gsa_html_7214330928:577:53761:53767 Denver Spokane, Washington +0.256236 cspg_html_6647936472 cspg_html_6647936472:409:43807:43834 Prairie Regina, Saskatchewan +0.483041 jgeology_html_9781546230 jgeology_html_9781546230:470:42805:42829 Duchesne River Logan, Utah +0.238522 aapg_ac_730.html aapg_ac_730.html:205:28943:28959 Toreva Mancos, Colorado +0.473 geology_html_6903099226 geology_html_6903099226:287:24891:24895 Ross Stroudsburg, Pennsylvania +0.24823 cspg_html_4796942391 cspg_html_4796942391:423:48171:48182 Shaftesbury Lacombe, Alberta +0.464634 aapg_ae_757.html aapg_ae_757.html:56:7366:7370 Wendover San Juan, Argentina +0.490455 aapg_ai_593.html aapg_ai_593.html:1582:163241:163251 Duck Creek Fort Worth, Texas +0.266192 aapg_ai_885.html aapg_ai_885.html:17:1993:2005 Austin Chalk Buda, Texas +0.26312 cspg_html_9735723617 cspg_html_9735723617:253:32105:32124 Hecla Bay Melville Island (Canada) +0.381087 geology_html_9924482358 geology_html_9924482358:286:26238:26266 Green River Cheyenne, Wyoming +0.25602 aapg_af_128.html aapg_af_128.html:195:19935:19945 Wood River Cheyenne, Wyoming +0.250937 cspg_html_3772380029 cspg_html_3772380029:761:94884:94890 Salina Ontario, California +0.25853 aapg_ae_720.html aapg_ae_720.html:706:79916:79934 La Yerba Mexico +0.255636 cspg_html_8089302449 cspg_html_8089302449:232:39368:39387 Dawson Bay Red Deer, Alberta +0.254 sedimentology_html_5315330584 sedimentology_html_5315330584:132:12507:12511 Java Sumatra +0.504987 gsa_html_7102550258 gsa_html_7102550258:957:103777:103793 Chinle Logan, Utah +0.2604 aapg_ae_415.html aapg_ae_415.html:22:3540:3563 Chickasawhay Washington (state) +0.249975 aapg_ad_338.html aapg_ad_338.html:18:2631:2642 Englishtown Navesink River +0.248985 geology_html_8066704669 geology_html_8066704669:166:15977:16009 Marjum Logan, Utah +0.265056 aapg_ai_400.html aapg_ai_400.html:30:4654:4683 Citronelle Baton Rouge, Louisiana +0.502856 cspg_html_2161417858 cspg_html_2161417858:51:7044:7060 Exshaw Regina, Saskatchewan +0.881657 aapg_ad_155.html aapg_ad_155.html:122:15650:15668 Vaqueros California +0.490356 aapg_ac_366.html aapg_ac_366.html:245:28254:28260 Keefer Middle East +0.46228 geology_html_8608867755 geology_html_8608867755:54:5576:5586 Washington Seattle +0.469614 sedimentology_html_4021147902 sedimentology_html_4021147902:915:51254:51258 Hall London, Ontario +0.477288 aapg_ac_349.html aapg_ac_349.html:344:33142:33151 San Diego California +0.72842 aapg_ac_4.html aapg_ac_4.html:448:36139:36146 Chignik Unalaska Island +0.22883 jgeology_html_8835113782 jgeology_html_8835113782:375:23428:23434 Sierra Western world +0.444792 cspg_html_9717154602 cspg_html_9717154602:232:35308:35315 Bearpaw Anchorage, Alaska +0.249 gsa_html_5495469347 gsa_html_5495469347:848:68571:68579 Colorado Colorado +0.248446 aapg_aa_796.html aapg_aa_796.html:478:54869:54902 Halfway Victoria, British Columbia +0.249975 aapg_ah_647.html aapg_ah_647.html:211:21318:21335 Abrigo El Paso, Texas +0.471336 jgeology_html_4305195651 jgeology_html_4305195651:587:73410:73428 Catskill Williamsport, Indiana +0.272228 cspg_html_4694482219 cspg_html_4694482219:42:5218:5232 Edmonton Lacombe, Alberta +0.488992 gsa_html_1860930948 gsa_html_1860930948:726:72872:72888 Chinle Colorado +0.519279 aapg_af_568.html aapg_af_568.html:448:38823:38839 Dakota Cheyenne, Wyoming +0.263144 aapg_ah_302.html aapg_ah_302.html:592:58412:58430 Fountain Colorado +0.25584 palaios_html_2623118674 palaios_html_2623118674:1044:105377:105401 St. Mary River Canada +0.266135 gsa_html_2162821431 gsa_html_2162821431:1034:90554:90563 San Diego Anza-Borrego Desert State Park +0.49344 aapg_af_854.html aapg_af_854.html:881:124973:124980 Renault Yankeetown, Indiana +0.496524 aapg_af_301.html aapg_af_301.html:79:9361:9369 Wolfcamp New Mexico +0.262546 aapg_af_908.html aapg_af_908.html:15:1938:1956 Holdenville Holdenville, Oklahoma +0.494844 aapg_ad_880.html aapg_ad_880.html:461:46654:46677 Gypsum Spring Williamson County, Texas +0.258981 gsa_html_5732664703 gsa_html_5732664703:223:25037:25056 Mineral Bluff Alabama +0.251262 aapg_af_90.html aapg_af_90.html:47:8391:8412 Wood Canyon Death Valley +0.481925 aapg_af_614.html aapg_af_614.html:184:14948:14954 Sibley County Sligo +0.47864 aapg_af_95.html aapg_af_95.html:335:26263:26269 Walnut Texas +0.26985 aapg_aa_465.html aapg_aa_465.html:73:13955:13969 Buda Del Rio, Tennessee +0.50388 gsa_html_9253181203 gsa_html_9253181203:469:57200:57209 Schoharie Schoharie Creek +0.488992 aapg_ad_908.html aapg_ad_908.html:258:28809:28816 La Luna El Salvador +0.289443 aapg_ah_131.html aapg_ah_131.html:44:4096:4104 Nacatoch Rodessa, Louisiana +0.886312 aapg_ad_0.html aapg_ad_0.html:263:22416:22425 Queenston Michigan +0.46144 cspg_html_3772380029 cspg_html_3772380029:149:19207:19232 Kenogami River River Severn +0.255 gsa_html_8774590177 gsa_html_8774590177:217:25640:25648 Pinnacle Shoreham Nuclear Power Plant +0.52731 aapg_aa_45.html aapg_aa_45.html:89:10680:10688 Moenkopi Colorado +0.488892 cspg_html_1019614994 cspg_html_1019614994:363:59443:59470 Big Valley Williston Basin +0.276676 gsa_html_3521452491 gsa_html_3521452491:863:73636:73664 Green River New Mexico +0.260925 cspg_html_9136481292 cspg_html_9136481292:176:22468:22473 Gates Western Canadian Sedimentary Basin +0.265734 cspg_html_5358383351 cspg_html_5358383351:14:1777:1790 Windsor Earth +0.263572 gsa_html_5495469347 gsa_html_5495469347:871:69777:69793 Belden Colorado +0.364854 aapg_ac_72.html aapg_ac_72.html:107:11829:11841 Todos Santos Guatemala +0.869316 cspg_html_7494952355 cspg_html_7494952355:195:34206:34212 Guelph Ontario, California +0.464788 cspg_html_4516258038 cspg_html_4516258038:485:54353:54366 Parry Islands Bathurst Island (Northern Territory) +0.784448 gsa_html_5865982995 gsa_html_5865982995:1090:118303:118325 Green River Wasatch Range +0.240757 cspg_html_1762556965 cspg_html_1762556965:96:9793:9804 Peace River Southern Alberta +0.473815 sedimentology_html_8606936913 sedimentology_html_8606936913:964:70781:70793 Rhododendron Asia +0.37854 jgeology_html_8355852976 jgeology_html_8355852976:634:43627:43639 Pierre Western world +0.49028 aapg_af_468.html aapg_af_468.html:3:376:400 Frio Brazoria County, Texas +0.465064 aapg_ae_794.html aapg_ae_794.html:173:22257:22267 Coon Creek Selma to Montgomery marches +0.264052 gsa_html_2859191796 gsa_html_2859191796:140:13848:13861 Lake Michigan Lake Michigan +0.272459 aapg_aa_735.html aapg_aa_735.html:125:11124:11144 Fort Payne Wayne County, Michigan +0.4765 aapg_ad_808.html aapg_ad_808.html:1506:105056:105064 Adaville Cheyenne, Wyoming +0.228435 aapg_ai_64.html aapg_ai_64.html:370:41347:41357 Rio Grande Mexico +0.5029 palaios_html_1276188815 palaios_html_1276188815:561:59044:59069 Cedar Mountain Colorado +0.259979 aapg_ac_305.html aapg_ac_305.html:210:21005:21018 Crystal River Williston, Vermont +0.461676 cspg_html_4143222666 cspg_html_4143222666:835:71194:71212 Pakowki Lacombe, Alberta +0.279202 cspg_html_6116883777 cspg_html_6116883777:261:41967:41987 Ibbett Bay Melville Island (Canada) +0.2604 aapg_ah_96.html aapg_ah_96.html:161:18901:18915 Winnipeg Winnipeg +0.257514 aapg_ad_2.html aapg_ad_2.html:1627:225442:225447 Chazy Black River, Jamaica +0.260554 gsa_html_8622484687 gsa_html_8622484687:782:70538:70562 Echo Canyon Conglomerate Logan, Utah +0.49062 cspg_html_3178645840 cspg_html_3178645840:6:482:490 Columbia Victoria, British Columbia +0.506708 aapg_ad_379.html aapg_ad_379.html:580:49046:49063 Entrada Kayenta, Arizona +0.277196 aapg_ae_70.html aapg_ae_70.html:110:13084:13104 Phosphoria Logan, Utah +0.26574 aapg_ai_813.html aapg_ai_813.html:103:16814:16833 Neruokpuk Anchorage, Alaska +0.490633 aapg_ac_834.html aapg_ac_834.html:122:10709:10726 Skull Creek Fall River, Nova Scotia +0.4944 aapg_ac_235.html aapg_ac_235.html:550:59529:59548 Cloverly Cheyenne, Wyoming +0.486472 palaios_html_8582343224 palaios_html_8582343224:872:64216:64244 Paskapoo Canada +0.493506 aapg_ae_66.html aapg_ae_66.html:148:14549:14562 Madison Mississippian culture +0.46844 cspg_html_9924397126 cspg_html_9924397126:1013:126614:126631 Cardium Lacombe, Alberta +0.484059 cspg_html_9905904289 cspg_html_9905904289:16:3142:3150 Scollard Lacombe, Alberta +0.254 aapg_aa_654.html aapg_aa_654.html:72:10739:10753 Espiritu Santo Sangre de Cristo Range +0.471744 cspg_html_7093237629 cspg_html_7093237629:746:80566:80586 Swan Hills Canada +0.468224 cspg_html_9060847110 cspg_html_9060847110:70:10928:10949 Rocky Brook Humber +0.469282 aapg_aa_287.html aapg_aa_287.html:256:30693:30710 Viking Colorado +0.5258 aapg_ae_473.html aapg_ae_473.html:145:12518:12528 Tuscaloosa Tuscaloosa, Alabama +0.258566 cspg_html_5217137903 cspg_html_5217137903:9:539:547 Columbia Lacombe, Alberta +0.474176 aapg_ai_30.html aapg_ai_30.html:3:191:209 Reynosa Guadalupe River (California) +0.475132 palaios_html_1047361324 palaios_html_1047361324:53:5988:6008 Manzanilla Trinidad and Tobago +0.256 palaios_html_5864822729 palaios_html_5864822729:538:54966:54973 Andrews Spain +0.493136 gsa_html_5587803184 gsa_html_5587803184:90:10287:10297 Sunderland Wicomico County, Maryland +0.4788 aapg_ai_569.html aapg_ai_569.html:355:37156:37164 Tensleep Garland, Texas +0.473323 cspg_html_5688447798 cspg_html_5688447798:19:4510:4538 Disappointment Bay Little Cornwallis Island +0.25542 aapg_ad_3.html aapg_ad_3.html:57:6036:6044 Virginia Rogersville, Tennessee +0.252813 aapg_ai_740.html aapg_ai_740.html:160:17284:17289 Mt Lytton Choteau, Montana +0.482151 palaios_html_2449649505 palaios_html_2449649505:617:66334:66365 Chinle New Mexico +0.50336 cspg_html_2838996125 cspg_html_2838996125:157:28839:28847 Imperial California +0.476844 cspg_html_5450075884 cspg_html_5450075884:186:21173:21181 Columbia Victoria, British Columbia +0.247005 geology_html_5817459329 geology_html_5817459329:12:475:483 Colorado Denver +0.485706 sedimentology_html_2774214081 sedimentology_html_2774214081:1538:71424:71431 Madison Wisconsin +0.257556 cspg_html_8568877195 cspg_html_8568877195:178:29850:29868 Foremost Regina, Saskatchewan +0.472752 cspg_html_4666332434 cspg_html_4666332434:487:72641:72657 Oldman Lacombe, Alberta +0.265224 aapg_ac_961.html aapg_ac_961.html:326:34408:34413 Tokio Saratoga, California +0.49504 aapg_ac_720.html aapg_ac_720.html:335:34247:34266 Navesink Delaware +0.258482 cspg_html_6795586308 cspg_html_6795586308:135:12282:12301 Kishenehn Victoria, British Columbia +0.27948 aapg_ae_915.html aapg_ae_915.html:157:10323:10339 Dakota Nebraska +0.261121 gsa_html_7173708345 gsa_html_7173708345:1065:86043:86072 Forest Colorado +0.499896 palaios_html_2999610476 palaios_html_2999610476:490:47670:47678 Victoria Victoria, British Columbia +0.483285 aapg_ai_326.html aapg_ai_326.html:239:29363:29374 Port Jervis Closter, New Jersey +0.50566 aapg_ae_40.html aapg_ae_40.html:286:26907:26927 Cool Creek Healdton, Oklahoma +0.269824 cspg_html_4450068317 cspg_html_4450068317:480:57702:57710 Columbia Victoria, British Columbia +0.519778 aapg_ac_825.html aapg_ac_825.html:126:13917:13944 Purisima Santa Cruz Mountains +0.245214 cspg_html_9142742810 cspg_html_9142742810:59:8158:8177 Keg River Lacombe, Alberta +0.261612 palaios_html_2449649505 palaios_html_2449649505:691:72456:72465 Flagstaff Chinle Formation +0.252004 aapg_ah_318.html aapg_ah_318.html:1990:180937:180948 Santa Clara Las Virgenes Unified School District +0.51324 aapg_ad_306.html aapg_ad_306.html:498:55892:55896 Hall Maya Mountain +0.243915 cspg_html_5726581016 cspg_html_5726581016:526:57983:57991 Columbia Victoria, British Columbia +0.495945 aapg_aa_465.html aapg_aa_465.html:86:16437:16448 San Antonio San Antonio +0.4674 sedimentology_html_3208248909 sedimentology_html_3208248909:1512:35127:35132 Yukon Greece +0.26928 aapg_ah_90.html aapg_ah_90.html:115:17281:17287 Dakota Colorado +0.500325 aapg_ae_605.html aapg_ae_605.html:85:12430:12445 Joliet Bloomington, Indiana +0.512904 gsa_html_4064042510 gsa_html_4064042510:64:4859:4887 Green River Colorado +0.277046 aapg_ad_855.html aapg_ad_855.html:32:3452:3471 Smackover Paluxy, Texas +0.261626 palaios_html_6528985782 palaios_html_6528985782:700:78666:78674 Traverse Cambridge +0.272468 aapg_ad_83.html aapg_ad_83.html:295:34838:34846 Nacatoch Arkadelphia, Arkansas +0.47817 aapg_af_383.html aapg_af_383.html:68:9374:9378 Omoa Honduras +0.481362 aapg_ac_873.html aapg_ac_873.html:198:14808:14828 Hell Creek Stoneville, Mississippi +0.247968 AMJC_html_9709478395 AMJC_html_9709478395:936:84165:84178 Kona Dolomite Michigan +0.481618 cspg_html_3610827329 cspg_html_3610827329:92:11921:11926 Banff Turtle Mountain (Alberta) +0.237276 cspg_html_9157093462 cspg_html_9157093462:299:40390:40423 Halfway Victoria, British Columbia +0.256512 AMJC_html_7311175634 AMJC_html_7311175634:879:108950:108959 Extension England +0.490941 aapg_ad_466.html aapg_ad_466.html:370:44589:44596 Patuxent Patapsco River +0.255258 aapg_ae_875.html aapg_ae_875.html:247:29650:29666 Robles Puerto Rico +0.210177 aapg_ai_478.html aapg_ai_478.html:191:21447:21462 Hay River Great Slave Lake +0.480129 aapg_aa_232.html aapg_aa_232.html:402:45927:45937 Purgatoire New Mexico +0.48654 sedimentology_html_4372260172 sedimentology_html_4372260172:789:58338:58356 Frontier Powder River Basin +0.304315 aapg_ah_411.html aapg_ah_411.html:56:8077:8088 Dakota Colorado +0.251643 aapg_ai_480.html aapg_ai_480.html:164:15529:15540 San Joaquin Tulare, California +0.244524 cspg_html_3385840278 cspg_html_3385840278:105:15733:15758 Beaverhill Lacombe, Alberta +0.276094 gsa_html_4214347295 gsa_html_4214347295:1330:83952:83980 Green River Iran +0.252486 aapg_ai_11.html aapg_ai_11.html:228:27948:27968 Plattsburg Wyandotte, Michigan +0.25338 gsa_html_2657648234 gsa_html_2657648234:1060:67590:67596 Laguna Chile +0.455664 aapg_ad_800.html aapg_ad_800.html:148:17755:17771 Ripley Alabama +0.469887 palaios_html_5269624070 palaios_html_5269624070:1118:91352:91358 Oxford Earth +0.251979 aapg_aa_626.html aapg_aa_626.html:255:29482:29500 Patapsco Charles County, Maryland +0.460229 aapg_ah_632.html aapg_ah_632.html:154:19064:19075 Martinsburg Juniata County School District +0.486972 aapg_ad_169.html aapg_ad_169.html:493:57843:57862 Greenbrier Huntington, West Virginia +0.489328 aapg_ai_975.html aapg_ai_975.html:752:62485:62507 Mooringsport Rodessa, Louisiana +0.48636 gsa_html_2989317971 gsa_html_2989317971:682:71273:71330 Forest Ogden, Utah +0.25351 gsa_html_3429903648 gsa_html_3429903648:736:63465:63471 Oxford Pergamon Museum +0.488376 cspg_html_1915486237 cspg_html_1915486237:264:35909:35917 Columbia Victoria, British Columbia +0.479808 cspg_html_9941227593 cspg_html_9941227593:375:46804:46825 Basal Regina, Saskatchewan +0.2625 aapg_ac_928.html aapg_ac_928.html:107:13923:13938 Banff Lacombe, Alberta +0.247883 cspg_html_9332855346 cspg_html_9332855346:46:4098:4118 Saskatchewan Manitoba +0.652384 aapg_aa_673.html aapg_aa_673.html:7:793:811 Norphlet Escambia County, Florida +0.43431 aapg_aa_276.html aapg_aa_276.html:72:6867:6874 Sabinas Coahuila +0.488448 gsa_html_6062330506 gsa_html_6062330506:765:75645:75670 Rustler New Mexico +0.319475 aapg_aa_106.html aapg_aa_106.html:499:54570:54595 Winnipegosis Manitoba +0.251392 cspg_html_4269071742 cspg_html_4269071742:21:2727:2736 Kishenehn Canada +0.26571 jgeology_html_4305195651 jgeology_html_4305195651:1056:98591:98601 Mill Creek Waverly, Tioga County, New York +0.256027 cspg_html_4272664788 cspg_html_4272664788:9:845:857 Rundle Lacombe, Alberta +0.273448 gsa_html_3014459865 gsa_html_3014459865:137:14847:14866 Bridgeton Closter, New Jersey +0.453884 aapg_ad_757.html aapg_ad_757.html:277:34581:34597 Kinderhook Decorah, Iowa +0.897546 geology_html_8124935570 geology_html_8124935570:150:15905:15916 Green River Cheyenne, Wyoming +0.483 palaios_html_9337106210 palaios_html_9337106210:231:30213:30222 Rochester Syracuse, New York +0.494137 sedimentology_html_6204427848 sedimentology_html_6204427848:1466:67375:67380 Swift Virginia +0.473946 gsa_html_4446967287 gsa_html_4446967287:743:67530:67538 Columbia Ottawa, Kansas +0.46937 gsa_html_7856084240 gsa_html_7856084240:1116:79911:79939 Green River Iran +0.497871 aapg_aa_698.html aapg_aa_698.html:221:20796:20813 Prairie Regina, Saskatchewan +0.255524 gsa_html_8398449001 gsa_html_8398449001:587:46093:46103 Bear River Bear Lake, Michigan +0.252 gsa_html_3720789279 gsa_html_3720789279:949:92074:92097 Elkhorn Ridge Argillite Houston +0.260608 aapg_ac_835.html aapg_ac_835.html:1596:198808:198826 Tensleep Cheyenne, Wyoming +0.264638 aapg_ai_974.html aapg_ai_974.html:719:76354:76364 Washington Salem, Oregon +0.47528 aapg_ai_695.html aapg_ai_695.html:31:3048:3067 Ingleside Mustang Island +0.48896 gsa_html_2610916974 gsa_html_2610916974:60:4013:4041 Green River Colorado +0.911961 aapg_ah_841.html aapg_ah_841.html:158:15591:15607 Ashern Williston, Vermont +0.240912 jgeology_html_3391865091 jgeology_html_3391865091:857:50389:50413 Frio Texas +0.245692 aapg_ad_920.html aapg_ad_920.html:242:20199:20218 Hartselle Hartselle, Alabama +0.462924 aapg_ac_971.html aapg_ac_971.html:1097:95250:95265 Viola Seminole, Texas +0.243972 cspg_html_7896958755 cspg_html_7896958755:20:2485:2538 Clearwater Clearwater, Florida +0.241462 aapg_af_575.html aapg_af_575.html:812:113493:113514 Vamoosa Ouachita Mountains +0.246568 palaios_html_4688171682 palaios_html_4688171682:12:757:766 San Diego California +0.261072 cspg_html_1118978429 cspg_html_1118978429:93:11146:11163 Cadomin Bellevue, Nebraska +0.486604 aapg_ac_201.html aapg_ac_201.html:319:29372:29381 East Fork Chandalar River +0.48692 cspg_html_3953809708 cspg_html_3953809708:6:556:592 Exshaw Lacombe, Alberta +0.274527 aapg_af_745.html aapg_af_745.html:289:43676:43682 Reston Ottawa, Kansas +0.256512 cspg_html_3102530088 cspg_html_3102530088:250:29380:29387 Pakowki Milk River, Alberta +0.467892 AMJC_html_7984049819 AMJC_html_7984049819:33:2375:2385 Laurentian Western world +0.514221 aapg_aa_718.html aapg_aa_718.html:417:40934:40941 Juniata Oswego, New York +0.259017 aapg_ah_779.html aapg_ah_779.html:231:42429:42435 Oranda Virginia +0.503496 cspg_html_1770934036 cspg_html_1770934036:552:61258:61275 Cardium Lacombe, Alberta +0.502164 gsa_html_6120478126 gsa_html_6120478126:69:5328:5356 Green River Colorado +0.51678 gsa_html_4860220405 gsa_html_4860220405:57:3962:3990 Green River Colorado +0.263088 geology_html_3674678012 geology_html_3674678012:312:25108:25117 Extension Earth +0.478807 aapg_ai_326.html aapg_ai_326.html:226:26959:26968 Port Ewen New Scotland, New York +0.91762 AMJC_html_5507942612 AMJC_html_5507942612:342:27131:27144 Potomac Hartford, Connecticut +0.483171 cspg_html_7336022118 cspg_html_7336022118:425:44995:45012 Bedford Bridgetown, Nova Scotia +0.251001 gsa_html_2152804570 gsa_html_2152804570:12:435:441 Reston Virginia +0.289742 aapg_ac_900.html aapg_ac_900.html:190:17264:17273 Minnelusa Weston, Florida +0.28037 aapg_aa_227.html aapg_aa_227.html:145:15144:15163 Chugwater Colorado +0.24816 cspg_html_7777724998 cspg_html_7777724998:741:73420:73433 Potomac Maryland +0.479655 aapg_ah_4.html aapg_ah_4.html:433:57214:57220 Oxford Pergamon Museum +0.504505 aapg_ac_750.html aapg_ac_750.html:66:5657:5664 Prairie Beaumont, Texas +0.25544 cspg_html_9435196958 cspg_html_9435196958:1317:54932:54950 Paskapoo Lacombe, Alberta +0.491582 cspg_html_6116883777 cspg_html_6116883777:1670:201221:201258 Barlow Inlet Little Cornwallis Island +0.52326 aapg_ac_938.html aapg_ac_938.html:312:36119:36136 Bird Spring Reno, Nevada +0.50403 aapg_ad_302.html aapg_ad_302.html:290:26592:26622 Cherry Canyon Texas +0.466908 gsa_html_2863658561 gsa_html_2863658561:551:58211:58246 Colorado Turkey Creek, Louisiana +0.520385 gsa_html_2832151886 gsa_html_2832151886:280:20620:20641 Shaftesbury Lacombe, Alberta +0.47311 aapg_ah_573.html aapg_ah_573.html:161:20515:20523 Virginia Pennsylvania +0.265668 sedimentology_html_9618201377 sedimentology_html_9618201377:1811:99445:99450 Price Northeast Greenland National Park +0.250832 aapg_ai_105.html aapg_ai_105.html:462:56338:56352 Duchesne River Uinta Mountains +0.286225 jgeology_html_6372415613 jgeology_html_6372415613:849:56112:56125 Galena Platteville, Colorado +0.464165 jgeology_html_7089929609 jgeology_html_7089929609:704:38772:38804 Chelmsford Canada +0.493299 aapg_af_854.html aapg_af_854.html:448:58814:58826 Borden Warren County, Ohio +0.462878 aapg_ak_104.html aapg_ak_104.html:37:5137:5150 Madison Cheyenne, Wyoming +0.479958 geology_html_7492626424 geology_html_7492626424:14:714:719 Crete Chania Prefecture +0.251262 cspg_html_4844336967 cspg_html_4844336967:6:605:623 Palliser Rocky Mountain House, Alberta +0.249368 gsa_html_3860045860 gsa_html_3860045860:48:5264:5270 Eugene Salem, Oregon +0.47025 cspg_html_9157093462 cspg_html_9157093462:6:442:475 Halfway Victoria, British Columbia +0.275808 aapg_af_854.html aapg_af_854.html:651:90790:90796 Warsaw Bloomington, Indiana +0.25333 jgeology_html_8494933343 jgeology_html_8494933343:338:23990:23993 Lee Colorado +0.249038 aapg_ai_974.html aapg_ai_974.html:764:83561:83567 Oregon Washington (state) +0.486303 cspg_html_9771826320 cspg_html_9771826320:299:51695:51711 Strathcona Fiord Ellesmere Island +0.254944 aapg_ac_730.html aapg_ac_730.html:214:30158:30174 Toreva Mancos, Colorado +0.2499 aapg_af_487.html aapg_af_487.html:303:35260:35294 Scripps Stroudsburg, Pennsylvania +0.267674 aapg_ah_93.html aapg_ah_93.html:10:1752:1774 Maywood Maywood, California +0.241983 aapg_ai_688.html aapg_ai_688.html:47:7081:7087 Ludlow Lockport (city), New York +0.47277 aapg_af_397.html aapg_af_397.html:488:56366:56382 Chinle Entrada Sandstone +0.26571 geology_html_4971813947 geology_html_4971813947:77:7202:7221 Ogallala Ogallala, Nebraska +0.58108 aapg_ad_918.html aapg_ad_918.html:484:54887:54905 Niobrara Colorado +0.261105 cspg_html_2695921112 cspg_html_2695921112:68:7025:7046 Bonaventure New Brunswick, New Jersey +0.249488 cspg_html_2834693711 cspg_html_2834693711:392:53789:53804 Comox England +0.502857 aapg_af_397.html aapg_af_397.html:68:8076:8083 Entrada Entrada Sandstone +0.504849 palaios_html_5864822729 palaios_html_5864822729:800:77735:77749 Ogallala Hitchcock County, Nebraska +0.249498 geology_html_9025073353 geology_html_9025073353:164:14324:14331 Nitinat Astoria, Oregon +0.253206 aapg_ae_223.html aapg_ae_223.html:392:46378:46405 Green River Uinta Mountains +0.26368 gsa_html_2794002141 gsa_html_2794002141:22:1223:1229 Reston Virginia +0.3072 gsa_html_4216613284 gsa_html_4216613284:324:37580:37598 Morrison Gunnison River +0.24684 cspg_html_8556552074 cspg_html_8556552074:69:6120:6144 Ernestina Lake Regina, Saskatchewan +0.247988 aapg_ad_466.html aapg_ad_466.html:1684:174315:174321 Tinton Navesink River +0.500316 gsa_html_5272671610 gsa_html_5272671610:499:51760:51776 Sullivan Victoria, British Columbia +0.268736 cspg_html_2490951833 cspg_html_2490951833:602:92745:92761 Nisku Canada +0.261626 aapg_ai_66.html aapg_ai_66.html:81:8552:8561 Mesaverde Colorado +0.27092 aapg_aa_670.html aapg_aa_670.html:111:8912:8919 Hosston Tuscaloosa, Alabama +0.536316 aapg_af_130.html aapg_af_130.html:274:46403:46413 Washington Salem, Oregon +0.245338 aapg_ae_419.html aapg_ae_419.html:2663:177307:177313 Sierra Coahuila +0.480537 geology_html_1435226069 geology_html_1435226069:233:23185:23190 Stark Republic of China +0.474631 cspg_html_4343998218 cspg_html_4343998218:162:17904:17912 Richmond Manitoba +0.268288 cspg_html_9868683298 cspg_html_9868683298:33:3128:3136 Columbia Victoria, British Columbia +0.254388 aapg_ad_808.html aapg_ad_808.html:1241:85403:85417 Colorado Cheyenne, Wyoming +0.249975 aapg_ai_887.html aapg_ai_887.html:189:23184:23192 Edmonton Lacombe, Alberta +0.257049 aapg_ai_105.html aapg_ai_105.html:491:58175:58189 Duchesne River Lake Fork (Texas) +0.50752 gsa_html_6753732431 gsa_html_6753732431:10:337:362 Sespe Colorado +0.48514 aapg_af_751.html aapg_af_751.html:744:90548:90552 Hall California +0.496524 aapg_aa_357.html aapg_aa_357.html:171:13362:13376 Rico Hermosa, Chicago +0.282402 aapg_aa_712.html aapg_aa_712.html:93:10849:10857 Glenwood Hennepin, Illinois +0.497175 aapg_ad_85.html aapg_ad_85.html:286:24708:24714 Paluxy Paluxy, Texas +0.497798 aapg_ac_695.html aapg_ac_695.html:275:31226:31236 Rio Grande Colorado +0.298634 aapg_ah_318.html aapg_ah_318.html:807:84829:84848 Smackover Ouachita Parish, Louisiana +0.246993 aapg_ah_579.html aapg_ah_579.html:252:22142:22149 Alegria Cebu City +0.25856 aapg_ah_903.html aapg_ah_903.html:110:18967:18976 Vicksburg Claiborne, Alabama +0.250272 aapg_ae_3.html aapg_ae_3.html:269:38465:38481 Sandia Jemez Mountains +0.277629 aapg_ac_424.html aapg_ac_424.html:365:56396:56414 Morrison New Mexico +0.27216 sedimentology_html_6028998505 sedimentology_html_6028998505:101:11479:11489 Washington Seattle +0.488379 gsa_html_6837513060 gsa_html_6837513060:906:69212:69240 Green River Colorado +0.24939 sedimentology_html_1006662626 sedimentology_html_1006662626:3317:70374:70382 Columbia Steventon, Oxfordshire +0.454545 aapg_af_341.html aapg_af_341.html:96:16402:16434 Tensleep Cheyenne, Wyoming +0.249 gsa_html_5446866849 gsa_html_5446866849:844:64711:64719 Virginia Eaton, Ohio +0.4944 cspg_html_6608209149 cspg_html_6608209149:51:5806:5821 Elk Lacombe, Alberta +0.250992 cspg_html_5241714595 cspg_html_5241714595:661:98723:98737 Woodbend Canada +0.26368 aapg_aa_288.html aapg_aa_288.html:212:23397:23408 Mowry Cheyenne, Wyoming +0.4248 aapg_aa_105.html aapg_aa_105.html:490:51690:51706 Belly River Colorado +0.25143 gsa_html_3648258377 gsa_html_3648258377:536:53121:53155 Laurel Bass River Township, New Jersey +0.263262 aapg_ae_220.html aapg_ae_220.html:305:34739:34746 Rodessa Arkansas +0.26129 aapg_aa_416.html aapg_aa_416.html:163:21224:21242 Kootenai Lacombe, Alberta +0.824463 palaios_html_9103348245 palaios_html_9103348245:784:58326:58345 Conemaugh Ohio +0.461616 cspg_html_5345848475 cspg_html_5345848475:5:221:241 Colorado Regina, Saskatchewan +0.244024 aapg_af_142.html aapg_af_142.html:231:29520:29539 Cotton Valley San Marcos, California +0.24582 cspg_html_5875826141 cspg_html_5875826141:45:5491:5506 Lower Elk Point Lacombe, Alberta +0.491236 aapg_aa_582.html aapg_aa_582.html:54:5000:5006 Sierra Sonora +0.72653 aapg_ad_564.html aapg_ad_564.html:5621:461594:461599 Nisku Calgary +0.25047 sedimentology_html_9906287852 sedimentology_html_9906287852:811:67193:67212 Rock Springs Absaroka +0.899496 aapg_ae_428.html aapg_ae_428.html:41:3733:3747 Catahoula Newton County, Georgia +0.476763 aapg_ah_528.html aapg_ah_528.html:467:49384:49403 Woodside Boise, Idaho +0.468224 aapg_ad_660.html aapg_ad_660.html:97:15293:15298 Queen Nashville Basin +0.4966 aapg_aa_525.html aapg_aa_525.html:162:18302:18308 Wilcox Tahlequah, Oklahoma +0.27092 sedimentology_html_5719963791 sedimentology_html_5719963791:227:9275:9279 Hall London, Ontario +0.26312 aapg_ad_379.html aapg_ad_379.html:266:23060:23068 San Luis Colorado +0.25493 aapg_ac_849.html aapg_ac_849.html:71:8726:8745 Parkwood Piedmont (United States) +0.292545 aapg_ah_581.html aapg_ah_581.html:8:1356:1362 Denver Washington (state) +0.241077 sedimentology_html_7742095414 sedimentology_html_7742095414:1317:47475:47479 Hall London, Ontario +0.490795 aapg_ae_959.html aapg_ae_959.html:2766:203981:203996 Dog Creek Texas +0.479622 gsa_html_4930932370 gsa_html_4930932370:570:58274:58294 Michigamme Sudbury, Suffolk +0.250776 aapg_ae_789.html aapg_ae_789.html:359:42533:42550 Wabamun Barrhead, Alberta +0.276992 aapg_ah_328.html aapg_ah_328.html:287:30358:30370 Dakota Colorado +0.45696 geology_html_9453851467 geology_html_9453851467:12:486:496 Santa Cruz Santa Cruz, California +0.460288 aapg_aa_960.html aapg_aa_960.html:443:34344:34364 Twin Creek Boise, Idaho +0.275088 sedimentology_html_9906287852 sedimentology_html_9906287852:378:35412:35430 Frontier Cheyenne, Wyoming +0.270336 aapg_ae_692.html aapg_ae_692.html:564:57823:57839 Fort Union Fort Union Trading Post National Historic Site +0.238063 aapg_af_595.html aapg_af_595.html:145:11708:11719 Bethel Hartselle, Alabama +0.252973 aapg_ad_351.html aapg_ad_351.html:766:66468:66480 Reeds Spring Springfield, Illinois +0.257013 gsa_html_2321464653 gsa_html_2321464653:604:62631:62641 Washington Great Basin +0.478208 gsa_html_5625878232 gsa_html_5625878232:258:36408:36413 Spray Northumberland, Pennsylvania +0.755055 aapg_af_598.html aapg_af_598.html:75:6264:6271 Lenapah Nowata, Oklahoma +0.481824 aapg_ad_311.html aapg_ad_311.html:29:3292:3296 Hall England +0.248901 sedimentology_html_1880755519 sedimentology_html_1880755519:396:32523:32558 Lee Kentucky +0.26818 cspg_html_6216640615 cspg_html_6216640615:35:3962:3970 Columbia Lake Ontario +0.484615 aapg_ai_720.html aapg_ai_720.html:313:34872:34885 Potomac Maryland +0.489027 cspg_html_2954223000 cspg_html_2954223000:405:58691:58697 Brazil Gabon +0.480704 cspg_html_3104351736 cspg_html_3104351736:189:24731:24752 Belly River Lacombe, Alberta +0.498905 gsa_html_8246054779 gsa_html_8246054779:1086:89684:89688 Bond California +0.473315 aapg_af_887.html aapg_af_887.html:116:12108:12118 Queen West Texas +0.250901 gsa_html_1266138577 gsa_html_1266138577:41:2406:2423 Campito Salinas Valley +0.268243 cspg_html_2559849177 cspg_html_2559849177:316:43171:43182 Coal Valley Lacombe, Alberta +0.2665 aapg_ah_529.html aapg_ah_529.html:374:38175:38194 El Paso New Mexico +0.83277 aapg_ad_2.html aapg_ad_2.html:1415:193274:193296 Chambersburg Harrisburg, Pennsylvania +0.855576 aapg_ae_785.html aapg_ae_785.html:13:1761:1791 Red River Manitoba +0.249951 AMJC_html_5516451353 AMJC_html_5516451353:28:2628:2645 Massabesic Gneiss Hope Valley, South Australia +0.46706 aapg_ai_321.html aapg_ai_321.html:135:18376:18393 Subinal Guatemala +0.471396 AMJC_html_2925575011 AMJC_html_2925575011:438:58920:58933 Santa Barbara California +0.276332 aapg_ah_318.html aapg_ah_318.html:1990:180998:181002 Toro Las Virgenes Unified School District +0.25041 cspg_html_2093862169 cspg_html_2093862169:394:40349:40364 Bluff Grand Cayman +0.2415 cspg_html_9872589627 cspg_html_9872589627:132:19824:19841 Halfway Victoria, British Columbia +0.254012 cspg_html_9689514766 cspg_html_9689514766:375:44291:44323 Widder Ontario, California +0.47946 aapg_af_461.html aapg_af_461.html:151:14025:14033 Starved Rock Decorah, Iowa +0.24647 AMJC_html_7984049819 AMJC_html_7984049819:13:745:751 Denver Colorado +0.489328 jgeology_html_1841003966 jgeology_html_1841003966:849:43214:43222 Colorado Virginia +0.872478 cspg_html_7182873498 cspg_html_7182873498:271:39571:39595 Guelph Ontario, California +0.27132 AMJC_html_5916115748 AMJC_html_5916115748:1417:126788:126798 Washington Ocean City, Washington +0.485586 cspg_html_9476379853 cspg_html_9476379853:230:28534:28547 Turner Valley Elmworth, Alberta +0.249991 gsa_html_3010975239 gsa_html_3010975239:388:49917:49925 Michigan Port Huron, Michigan +0.242554 cspg_html_3104351736 cspg_html_3104351736:187:24319:24337 Foremost Lethbridge +0.256424 aapg_ae_876.html aapg_ae_876.html:594:63901:63925 Cedar Mountain Colorado Plateau +0.514491 aapg_ai_272.html aapg_ai_272.html:207:22859:22864 Logan Lake Champlain +0.4959 gsa_html_2246096178 gsa_html_2246096178:592:49220:49242 Platteville Wisconsin +0.259032 AMJC_html_7984049819 AMJC_html_7984049819:613:62075:62082 Berwick Fredericton (electoral district) +0.481816 aapg_ah_182.html aapg_ah_182.html:19:2520:2541 Jacksonburg Closter, New Jersey +0.878354 aapg_ae_92.html aapg_ae_92.html:309:32082:32094 Cooking Lake Canada +0.27924 gsa_html_2279602635 gsa_html_2279602635:448:42356:42366 Washington Seattle +0.488565 cspg_html_7963093032 cspg_html_7963093032:476:50042:50056 Colorado Canada +0.369984 cspg_html_2139304729 cspg_html_2139304729:28:4943:4963 Griper Bay Bathurst Island (Northern Territory) +0.249996 jgeology_html_1463337655 jgeology_html_1463337655:548:48727:48733 Oregon Washington (state) +0.272874 aapg_ah_847.html aapg_ah_847.html:619:61875:61883 Monmouth Closter, New Jersey +0.51022 gsa_html_6803319080 gsa_html_6803319080:67:5130:5158 Green River Iran +0.266135 aapg_ae_941.html aapg_ae_941.html:66:6800:6808 Woodbine Grapeland, Texas +0.469938 aapg_ah_411.html aapg_ah_411.html:110:13808:13815 Pakowki Canada +0.280819 aapg_ah_535.html aapg_ah_535.html:138:24132:24143 Martinsburg West Branch Susquehanna Valley +0.49329 cspg_html_4433937749 cspg_html_4433937749:46:6910:6922 Sikanni Victoria, British Columbia +0.470418 gsa_html_6212532476 gsa_html_6212532476:737:58417:58439 Horse Spring Lake Mead +0.976023 aapg_aa_23.html aapg_aa_23.html:618:78043:78057 Stony Mountain Red River of the North +0.26264 aapg_ai_1.html aapg_ai_1.html:56:7215:7232 Hermosa San Juan Mountains +0.265224 aapg_ac_380.html aapg_ac_380.html:15:2516:2528 Salina Michigan +0.473185 aapg_ah_632.html aapg_ah_632.html:153:18911:18918 Juniata Juniata County School District +0.49632 AMJC_html_5390933660 AMJC_html_5390933660:144:13990:14013 Gile Mountain Littleton, Colorado +0.254944 AMJC_html_7984049819 AMJC_html_7984049819:115:12973:12990 Nashoba Cambridge, Massachusetts +0.264192 aapg_ae_944.html aapg_ae_944.html:123:11248:11267 Mansfield Vienna +0.50304 gsa_html_8531594123 gsa_html_8531594123:350:48996:49020 San Joaquin Mansfield, Ohio +0.49337 cspg_html_2490951833 cspg_html_2490951833:606:93642:93650 Montreal Lacombe, Alberta +0.268288 geology_html_6582769965 geology_html_6582769965:221:21119:21123 Hall London, Ontario +0.88608 aapg_af_258.html aapg_af_258.html:35:5689:5705 Holder Sacramento Mountains (California) +0.476341 aapg_ac_730.html aapg_ac_730.html:599:86685:86691 Toreva Shiprock, New Mexico +0.26145 aapg_ah_157.html aapg_ah_157.html:289:41410:41426 Clifty Kentucky +0.474719 aapg_ai_78.html aapg_ai_78.html:46:4574:4591 Anahuac Texas +0.4505 cspg_html_4516258038 cspg_html_4516258038:371:42158:42162 Eids Bathurst Island (Northern Territory) +0.254388 cspg_html_3129231627 cspg_html_3129231627:345:45905:45925 Irene Ellesmere Island +0.847985 cspg_html_9272820228 cspg_html_9272820228:13:1673:1682 Cold Lake Clearwater, Florida +0.251979 aapg_ac_333.html aapg_ac_333.html:291:38645:38653 Colorado Ouray, Colorado +0.058624 aapg_aa_147.html aapg_aa_147.html:7:1173:1181 Deadwood Winnipeg +0.472758 aapg_aa_4.html aapg_aa_4.html:234:31084:31104 West Falls Tioga, Texas +0.260019 cspg_html_3854139935 cspg_html_3854139935:69:10721:10732 Belly River Judith River Formation +0.47874 jgeology_html_7654442814 jgeology_html_7654442814:1232:74914:74920 Thrifty London, Ontario +0.891036 aapg_ac_364.html aapg_ac_364.html:51:6359:6367 Sundance Cheyenne, Wyoming +0.27295 aapg_ai_157.html aapg_ai_157.html:125:16689:16697 Michigan Salina, Kansas +0.491825 cspg_html_3521815736 cspg_html_3521815736:22:3577:3585 Grayling Williston, Vermont +0.27089 aapg_ac_730.html aapg_ac_730.html:64:9255:9261 Dakota Carmel, Indiana +0.24056 aapg_aa_991.html aapg_aa_991.html:25:3318:3329 San Antonio San Antonio +0.253009 gsa_html_6202855168 gsa_html_6202855168:1000:91731:91747 Navajo Logan, Utah +0.500511 gsa_html_6719250028 gsa_html_6719250028:828:74381:74409 Green River Colorado +0.248003 aapg_ad_721.html aapg_ad_721.html:581:55013:55021 Carlsbad Carlsbad, New Mexico +0.260568 cspg_html_1065856149 cspg_html_1065856149:160:15370:15388 Ashville Edmonton, London +0.269698 cspg_html_5438428738 cspg_html_5438428738:545:63032:63041 Mackenzie Great Lakes +0.4715 cspg_html_3367984758 cspg_html_3367984758:43:4787:4799 Saskatchewan Lacombe, Alberta +0.26977 geology_html_9558807658 geology_html_9558807658:14:631:644 Santa Barbara California +0.467125 aapg_af_469.html aapg_af_469.html:502:59330:59338 Humboldt Great Basin +0.260538 aapg_ae_973.html aapg_ae_973.html:677:50302:50316 Word Delaware +0.480681 aapg_ah_972.html aapg_ah_972.html:35:4204:4214 Rio Grande Texas +0.475566 cspg_html_9542530836 cspg_html_9542530836:45:6569:6585 Yeoman Williston Basin +0.25452 cspg_html_1763727002 cspg_html_1763727002:366:43803:43815 Halfway Victoria, British Columbia +0.243987 sedimentology_html_7964187419 sedimentology_html_7964187419:926:82139:82143 Hall London, Ontario +0.26724 cspg_html_8089302449 cspg_html_8089302449:140:22930:22934 Lane Saskatoon +0.484009 aapg_ad_801.html aapg_ad_801.html:195:21363:21373 Tallahatta Pacific Northwest +0.494 gsa_html_2877730818 gsa_html_2877730818:1167:97547:97563 Noonday Dolomite California +0.24633 aapg_ad_466.html aapg_ad_466.html:156:17153:17166 Merchantville Raritan River +0.481707 aapg_ak_112.html aapg_ak_112.html:59:6645:6653 Columbia Victoria, British Columbia +0.23923 sedimentology_html_9059871566 sedimentology_html_9059871566:1804:106627:106636 Lancaster Saudi Arabia +0.3975 palaios_html_7769060899 palaios_html_7769060899:599:55465:55489 Cedar Mountain Grand County, Colorado +0.493387 aapg_ah_289.html aapg_ah_289.html:523:72076:72094 Monterey California +0.480194 gsa_html_6650930392 gsa_html_6650930392:65:5354:5382 Green River Colorado +0.261117 aapg_ai_352.html aapg_ai_352.html:254:19064:19080 Kinderhook Chattanooga, Tennessee +0.2505 aapg_af_811.html aapg_af_811.html:174:14191:14209 Black River Knoxville, Tennessee +0.500963 sedimentology_html_2319942817 sedimentology_html_2319942817:45:2885:2890 Uinta Green River Formation +0.252004 cspg_html_5435328392 cspg_html_5435328392:222:28450:28458 Vanguard Colorado +0.472348 aapg_ae_498.html aapg_ae_498.html:678:73858:73866 Moccasin Virginia +0.484568 gsa_html_6982030333 gsa_html_6982030333:1390:127182:127192 Washington Boise, Idaho +0.49296 aapg_ac_301.html aapg_ac_301.html:20:4223:4229 Custer Lemhi Pass +0.2781 palaios_html_8391206976 palaios_html_8391206976:300:44401:44415 Kope Bellevue, Nebraska +0.253935 aapg_ae_341.html aapg_ae_341.html:120:12881:12900 Smackover Cotton Valley, Louisiana +0.238023 cspg_html_5345848475 cspg_html_5345848475:1083:104275:104289 Colorado Lacombe, Alberta +0.455868 gsa_html_2561127673 gsa_html_2561127673:575:56309:56338 Candelaria Reno, Nevada +0.27032 gsa_html_8030464622 gsa_html_8030464622:173:16410:16419 Red River Red River of the North +0.944343 aapg_ai_49.html aapg_ai_49.html:292:36012:36030 Sundance Colorado +0.293911 cspg_html_1841843683 cspg_html_1841843683:77:12756:12763 Rierdon Williston Basin +0.498759 gsa_html_1363375228 gsa_html_1363375228:989:85213:85221 Beaumont Pakistan +0.489658 aapg_ah_691.html aapg_ah_691.html:203:23770:23798 Cotton Valley Haynesville, Louisiana +0.47047 aapg_aa_702.html aapg_aa_702.html:80:58286:58314 Watrous Williston, Vermont +0.254856 sedimentology_html_3296239633 sedimentology_html_3296239633:89:11197:11209 Cutler Logan, Utah +0.251412 cspg_html_6984906794 cspg_html_6984906794:151:19844:19871 Fortress Mountain Colville, Washington +0.267288 cspg_html_2834693711 cspg_html_2834693711:405:56120:56139 Extension Western world +0.469559 aapg_aa_644.html aapg_aa_644.html:496:44466:44475 Bear Lake Boise, Idaho +0.47545 aapg_ad_337.html aapg_ad_337.html:145:16196:16204 Monterey San Joaquin Hills (Laguna Niguel, California) +0.485199 aapg_ah_55.html aapg_ah_55.html:131:15399:15409 Washington Nemaha County, Kansas +0.499035 palaios_html_9133125241 palaios_html_9133125241:12:605:613 Michigan Dearborn, Michigan +0.46965 aapg_af_264.html aapg_af_264.html:54:7885:7902 Athabasca Saudi Arabia +0.270336 aapg_ac_703.html aapg_ac_703.html:48:6387:6411 Mission Canyon Williston, Vermont +0.359656 aapg_ad_457.html aapg_ad_457.html:203:24500:24517 Romaine Lake Champlain +0.246909 gsa_html_4946611079 gsa_html_4946611079:11:474:480 Oregon Salem, Oregon +0.480768 gsa_html_6368427381 gsa_html_6368427381:58:3876:3904 Green River Colorado +0.5082 aapg_ac_56.html aapg_ac_56.html:188:14901:14917 Salina Isthmus of Tehuantepec +0.481792 palaios_html_6090005613 palaios_html_6090005613:226:24750:24766 Racine Wisconsin +0.25896 gsa_html_2605108986 gsa_html_2605108986:657:52026:52045 Matanuska Anchorage, Alaska +0.377496 aapg_ac_91.html aapg_ac_91.html:491:38249:38268 Aux Vases Missouri River +0.261252 cspg_html_7229660003 cspg_html_7229660003:49:3178:3196 Winnipeg Regina, Saskatchewan +0.475547 gsa_html_6212532476 gsa_html_6212532476:138:14664:14686 Horse Spring Lake Mead +0.260036 aapg_ah_618.html aapg_ah_618.html:82:6602:6626 Phosphoria Little Cottonwood Creek +0.244944 aapg_aa_233.html aapg_aa_233.html:24:2910:2916 Cupido Matamoros, Tamaulipas +0.26265 aapg_ai_974.html aapg_ai_974.html:693:73615:73625 Washington Salem, Oregon +0.47571 aapg_ad_440.html aapg_ad_440.html:489:45347:45353 Denmar Bluefield, West Virginia +0.256 sedimentology_html_5667980395 sedimentology_html_5667980395:1632:94867:94874 Waikato .nz +0.490028 cspg_html_7229660003 cspg_html_7229660003:50:3310:3319 Red River Regina, Saskatchewan +0.250344 gsa_html_8035658736 gsa_html_8035658736:803:90698:90704 Moscow Boise, Idaho +0.246012 aapg_ae_383.html aapg_ae_383.html:474:36613:36633 Woodford Chemung, New York +0.244027 aapg_af_852.html aapg_af_852.html:178:18445:18449 Word West Texas +0.3874 gsa_html_6625494715 gsa_html_6625494715:470:57520:57554 Guilmette Reno, Nevada +0.257446 palaios_html_4421656336 palaios_html_4421656336:306:32086:32092 Casper Carbon County, Wyoming +0.869813 cspg_html_5699627350 cspg_html_5699627350:5:182:198 Viking Lacombe, Alberta +0.264248 aapg_ak_104.html aapg_ak_104.html:136:17304:17328 Mission Canyon Cheyenne, Wyoming +0.28134 cspg_html_5450075884 cspg_html_5450075884:567:65738:65755 Cardium Lacombe, Alberta +0.734365 gsa_html_1569131616 gsa_html_1569131616:103:10596:10602 Duarte Cordillera Central (Puerto Rico) +0.23324 aapg_ai_321.html aapg_ai_321.html:186:25589:25606 Esquias Comayagua +0.481206 cspg_html_9214997177 cspg_html_9214997177:35:4917:4939 Winnipegosis Regina, Saskatchewan +0.64815 cspg_html_8990290265 cspg_html_8990290265:137:20557:20567 Mount Hawk Elko, Nevada +0.5136 aapg_ah_275.html aapg_ah_275.html:106:13914:13932 Monterey California +0.491493 gsa_html_5670961546 gsa_html_5670961546:806:68048:68076 Green River Colorado +0.479655 cspg_html_8121202912 cspg_html_8121202912:141:17574:17578 Pika Mount Robson Provincial Park +0.2575 aapg_ad_67.html aapg_ad_67.html:385:40368:40374 Midway Mississippi River +0.700245 aapg_ah_561.html aapg_ah_561.html:200:28746:28754 Toroweap Kaibab, Arizona +0.453397 cspg_html_8267847427 cspg_html_8267847427:36:7378:7421 Provincial Canada +0.4765 gsa_html_1251306730 gsa_html_1251306730:1454:111672:111700 Green River Iran +0.26052 aapg_ai_503.html aapg_ai_503.html:67:7375:7391 Cabot Head Manitoulin Island +0.25493 aapg_ac_70.html aapg_ac_70.html:560:59606:59623 Oquirrh Logan, Utah +0.258566 palaios_html_3022467877 palaios_html_3022467877:280:30415:30436 Hornerstown Navesink River +0.462031 aapg_af_266.html aapg_af_266.html:327:34673:34681 Woodford California +0.487863 sedimentology_html_9972796818 sedimentology_html_9972796818:245:28470:28478 Phillips Netherlands +0.500892 AMJC_html_5390933660 AMJC_html_5390933660:736:75042:75061 Littleton New Hampshire +0.471843 cspg_html_2848938695 cspg_html_2848938695:189:22149:22160 Goldenville Halifax, West Yorkshire +0.246422 aapg_ai_28.html aapg_ai_28.html:282:27231:27237 Lissie Oakville, California +0.489472 geology_html_7678329140 geology_html_7678329140:271:23596:23618 Tibbit Hill Quebec City +0.49296 jgeology_html_3450428494 jgeology_html_3450428494:204:10874:10890 Fish Canyon Tuff Durango, Durango +0.264638 cspg_html_4210762654 cspg_html_4210762654:245:33671:33686 Nisku Lacombe, Alberta +0.239554 aapg_ad_466.html aapg_ad_466.html:1206:128933:128941 Virginia Patapsco River +0.48768 jgeology_html_9111148993 jgeology_html_9111148993:539:41026:41032 Thelon Arizona +0.258055 aapg_ai_97.html aapg_ai_97.html:204:19541:19562 San Felipe Tampico, Illinois +0.250488 aapg_ac_743.html aapg_ac_743.html:193:24022:24036 Lyre Durham, North Carolina +0.46624 gsa_html_9898556493 gsa_html_9898556493:196:24362:24380 Riverbank Merced River +0.483736 cspg_html_9729377176 cspg_html_9729377176:67:8538:8557 Pardonet Victoria, British Columbia +0.266256 palaios_html_6815039820 palaios_html_6815039820:550:48630:48646 Oldman Lacombe, Alberta +0.256968 cspg_html_7688587411 cspg_html_7688587411:323:36489:36497 Dunvegan Lacombe, Alberta +0.48896 cspg_html_1975682848 cspg_html_1975682848:470:47288:47315 Roberts Mountains Lacombe, Alberta +0.688287 aapg_aa_22.html aapg_aa_22.html:318:30808:30817 Maquoketa Maysville, Kentucky +0.266175 aapg_ah_817.html aapg_ah_817.html:114:10652:10666 Spearfish Spearfish, South Dakota +0.26156 geology_html_8351855241 geology_html_8351855241:243:25155:25162 Wasatch Uinta Mountains +0.47383 geology_html_9687641771 geology_html_9687641771:220:20173:20185 Saskatchewan Quebec City +0.262119 aapg_ac_191.html aapg_ac_191.html:90:16394:16401 Tamabra Texas +0.256302 cspg_html_6116883777 cspg_html_6116883777:803:103187:103192 Douro Cape Cod +0.49276 gsa_html_4952607622 gsa_html_4952607622:764:78395:78423 Green River Colorado +0.36516 aapg_ai_491.html aapg_ai_491.html:456:58168:58176 Toroweap Supai, Arizona +0.246492 gsa_html_1549665076 gsa_html_1549665076:708:63837:63847 Rio Grande New Mexico +0.481824 cspg_html_7678714791 cspg_html_7678714791:547:68365:68388 Borden Melville Island (Canada) +0.26884 cspg_html_8826450427 cspg_html_8826450427:7:374:381 Cardium Lacombe, Alberta +0.502686 aapg_aa_38.html aapg_aa_38.html:427:40180:40199 Grayburg New Mexico +0.269824 palaios_html_7679079277 palaios_html_7679079277:792:66795:66818 Gypsum Spring Greybull, Wyoming +0.262119 aapg_af_318.html aapg_af_318.html:200:22565:22581 Islay Lacombe, Alberta +0.245916 cspg_html_9942234474 cspg_html_9942234474:461:52429:52447 Grosmont Canada +0.48974 aapg_ah_231.html aapg_ah_231.html:87:8469:8480 Haynesville Bossier Parish, Louisiana +0.47773 aapg_ah_51.html aapg_ah_51.html:205:19798:19811 Goddard Ardmore, Pennsylvania +0.477999 aapg_af_26.html aapg_af_26.html:219:19622:19635 Spencer Willamette Valley +0.26367 aapg_ah_157.html aapg_ah_157.html:177:24742:24749 Potsdam Illinois +0.256386 aapg_ac_846.html aapg_ac_846.html:273:37218:37238 Fort Scott Higginsville, Missouri +0.277725 aapg_ah_253.html aapg_ah_253.html:428:51793:51813 San Andres Howard County, Missouri +0.26676 aapg_ae_836.html aapg_ae_836.html:35:3328:3336 Nacatoch Paluxy, Texas +0.2604 aapg_ac_305.html aapg_ac_305.html:193:20162:20170 Hawthorn Suwannee County, Florida +0.484632 AMJC_html_3384252704 AMJC_html_3384252704:1404:126525:126531 Moscow Russia +0.434932 aapg_ac_807.html aapg_ac_807.html:375:38473:38493 Brightseat Maryland +0.241868 geology_html_2861469472 geology_html_2861469472:44:3296:3308 Dixie Valley Walker Lake, Nevada +0.503958 gsa_html_9717936122 gsa_html_9717936122:1041:69480:69489 San Diego California +0.484429 cspg_html_7595517955 cspg_html_7595517955:732:67409:67430 Bird Fiord Ellesmere Island +0.25428 cspg_html_2462522466 cspg_html_2462522466:54:8272:8280 Sawtooth Middle East +0.25908 cspg_html_7866293053 cspg_html_7866293053:288:33350:33358 Moosebar Victoria, British Columbia +0.26059 cspg_html_9237980539 cspg_html_9237980539:6:348:378 Doig Lacombe, Alberta +0.4807 cspg_html_3102530088 cspg_html_3102530088:222:26498:26505 Pakowki Deadhorse, Alaska +0.472884 cspg_html_7985076717 cspg_html_7985076717:79:8962:8982 Irene Middle East +0.261117 gsa_html_3448554349 gsa_html_3448554349:70:7642:7648 Pocono Catskill Mountains +0.2352 gsa_html_3407914201 gsa_html_3407914201:734:85812:85826 Ione California +0.480916 aapg_aa_598.html aapg_aa_598.html:328:34191:34199 Red Peak John Crow Mountains +0.91298 geology_html_4431824234 geology_html_4431824234:357:25333:25361 Green River Cheyenne, Wyoming +0.2605 geology_html_3920054987 geology_html_3920054987:279:24981:24985 Hall Closter, New Jersey +0.467532 cspg_html_6053100823 cspg_html_6053100823:223:26185:26191 Puffin Onondaga (tribe) +0.472524 geology_html_2450882108 geology_html_2450882108:306:22549:22555 Jordan Andes +0.2626 cspg_html_3772380029 cspg_html_3772380029:393:50114:50137 Portage Chute River Severn +0.496513 aapg_ae_745.html aapg_ae_745.html:573:68140:68161 Chickaloon Matanuska-Susitna Valley +0.450368 sedimentology_html_9410532865 sedimentology_html_9410532865:216:18372:18403 Green River Wasatch Range +0.250997 sedimentology_html_2139169476 sedimentology_html_2139169476:377:41413:41422 Peninsula Korea +0.86193 cspg_html_6255491344 cspg_html_6255491344:90:13744:13760 Fernie Moose Mountain (Alberta) +0.50643 gsa_html_4806681442 gsa_html_4806681442:65:4372:4400 Green River Colorado +0.500088 geology_html_6619495735 geology_html_6619495735:89:8522:8531 Extension Afar Region +0.498759 palaios_html_2376163646 palaios_html_2376163646:560:60313:60332 Flagstaff Logan, Utah +0.271152 gsa_html_7040053075 gsa_html_7040053075:1400:140188:140196 Woodford California +0.475394 aapg_af_808.html aapg_af_808.html:550:75428:75446 Scotland Coral reef +0.48864 aapg_ae_848.html aapg_ae_848.html:355:30544:30597 Ireton Lacombe, Alberta +0.246456 aapg_ac_924.html aapg_ac_924.html:316:33738:33745 Madison Darwin, Northern Territory +0.244518 aapg_ai_548.html aapg_ai_548.html:159:15275:15286 Bloomington Bloomington, Indiana +0.254449 aapg_aa_181.html aapg_aa_181.html:219:21173:21183 Capistrano Bartow County, Georgia +0.266742 cspg_html_5697056884 cspg_html_5697056884:52:5187:5203 Earlie Regina, Saskatchewan +0.283945 gsa_html_5081991493 gsa_html_5081991493:1412:103951:103980 Uinta Logan, Utah +0.2626 cspg_html_4785922166 cspg_html_4785922166:651:68456:68484 Prairie Regina, Saskatchewan +0.481712 cspg_html_4664502755 cspg_html_4664502755:558:68395:68415 Clearwater Clearwater, Florida +0.26563 aapg_ai_189.html aapg_ai_189.html:201:21585:21605 Phosphoria Boise, Idaho +0.25584 sedimentology_html_2920366070 sedimentology_html_2920366070:921:62101:62118 Cardium Lacombe, Alberta +0.253935 jgeology_html_1198140108 jgeology_html_1198140108:1322:73150:73158 Colorado Gunnison County, Colorado +0.258362 aapg_aa_825.html aapg_aa_825.html:34:4500:4506 Casper Cheyenne, Wyoming +0.25511 cspg_html_3610827329 cspg_html_3610827329:59:7862:7867 Banff Bellevue, Nebraska +0.26462 cspg_html_6121424055 cspg_html_6121424055:98:8027:8048 Slave Point Lacombe, Alberta +0.258063 jgeology_html_8055644525 jgeology_html_8055644525:875:37582:37595 Santa Barbara California +0.26832 gsa_html_6441142238 gsa_html_6441142238:625:62244:62252 Glasford Missouri River +0.252044 aapg_ai_328.html aapg_ai_328.html:293:30364:30385 Lake Valley Alamogordo, New Mexico +0.490776 cspg_html_8818854104 cspg_html_8818854104:161:21483:21500 Nikanassin Kootenay River +0.238143 sedimentology_html_5972856435 sedimentology_html_5972856435:591:54132:54136 Hall London, Ontario +0.24205 gsa_html_2364640066 gsa_html_2364640066:380:39165:39183 Yakataga Yakutat City and Borough, Alaska +0.253935 palaios_html_6914544471 palaios_html_6914544471:342:21840:21862 Pawnee Colorado +0.265584 aapg_ah_27.html aapg_ah_27.html:388:59061:59074 Barnett Texas +0.250318 cspg_html_3328007773 cspg_html_3328007773:990:100409:100421 Hasler Victoria, British Columbia +0.42238 aapg_aa_684.html aapg_aa_684.html:246:23147:23168 Chugwater Cheyenne, Wyoming +0.491232 cspg_html_4953996220 cspg_html_4953996220:26:4628:4637 Mesaverde Utica, New York +0.228259 aapg_ae_305.html aapg_ae_305.html:1438:137064:137081 Mirador Colombia +0.52716 aapg_ae_750.html aapg_ae_750.html:446:50853:50881 Wolfcamp Wichita, Kansas +0.251502 aapg_ae_474.html aapg_ae_474.html:1255:133228:133244 Bethel Illinois +0.255518 cspg_html_7912545589 cspg_html_7912545589:161:21493:21511 Cold Lake Clearwater, Florida +0.263592 cspg_html_5812311884 cspg_html_5812311884:11:1095:1110 Johnston Canyon Telford, Pennsylvania +0.259931 cspg_html_9768299963 cspg_html_9768299963:22:2708:2714 Wapiti Lacombe, Alberta +0.487734 aapg_af_728.html aapg_af_728.html:423:49359:49373 Billings Ottawa, Kansas +0.266031 aapg_af_392.html aapg_af_392.html:76:9803:9821 Frontier Logan, Utah +0.52353 aapg_ad_800.html aapg_ad_800.html:24:4021:4037 Tuscaloosa Selma to Montgomery marches +0.256522 aapg_ai_976.html aapg_ai_976.html:356:36111:36119 Woodford Chattanooga, Tennessee +0.504981 aapg_ad_258.html aapg_ad_258.html:317:35638:35646 Onondaga Preston County, West Virginia +0.242039 gsa_html_7193789775 gsa_html_7193789775:649:68789:68797 Colorado Denver +0.483736 geology_html_9642641090 geology_html_9642641090:54:5969:5990 Oxford Peterborough, Ontario +0.249831 aapg_ad_721.html aapg_ad_721.html:152:14110:14114 Yeso New Mexico +0.258063 cspg_html_5375448448 cspg_html_5375448448:162:19477:19490 Kaskapau Western world +0.246012 geology_html_8631349740 geology_html_8631349740:240:21181:21185 Bell London, Ontario +0.4755 aapg_ae_845.html aapg_ae_845.html:37:4592:4600 Colorado Washington (state) +0.490728 cspg_html_3097746547 cspg_html_3097746547:647:68931:68939 Columbia Lacombe, Alberta +0.244258 aapg_af_663.html aapg_af_663.html:338:35106:35122 Pawnee Chillicothe, Missouri +0.263069 palaios_html_4282283317 palaios_html_4282283317:513:46012:46032 Hell Creek Northern Great Plain +0.479862 aapg_aa_152.html aapg_aa_152.html:11:1158:1164 Sierra Coahuila +0.475752 aapg_ac_241.html aapg_ac_241.html:7:1128:1141 Potomac Delaware +0.259072 geology_html_7650938543 geology_html_7650938543:16:1269:1279 Washington Seattle +0.85975 cspg_html_6252417471 cspg_html_6252417471:72:11391:11409 Isachsen Melville Island (Canada) +0.23904 cspg_html_8775315691 cspg_html_8775315691:122:13901:13919 Scollard Lacombe, Alberta +0.241893 aapg_aa_641.html aapg_aa_641.html:59:8644:8657 Santa Barbara Channel Islands of California +0.248776 aapg_ai_188.html aapg_ai_188.html:149:16350:16360 Swan Hills Lacombe, Alberta +0.261602 aapg_ah_337.html aapg_ah_337.html:347:42840:42850 Rio Grande Mexico +0.25688 aapg_ad_379.html aapg_ad_379.html:665:55072:55080 Sundance Cheyenne, Wyoming +0.487272 aapg_aa_654.html aapg_aa_654.html:115:17945:17952 Tererro Sangre de Cristo Range +0.262546 aapg_ad_327.html aapg_ad_327.html:478:51185:51191 Sierra Mexico +0.265967 aapg_aa_147.html aapg_aa_147.html:873:89239:89248 Stonewall Inwood, New York +0.259248 cspg_html_2208643572 cspg_html_2208643572:53:8043:8051 Columbia Victoria, British Columbia +0.49011 aapg_ae_836.html aapg_ae_836.html:58:5693:5698 Logan Upshur County, West Virginia +0.50244 aapg_ah_533.html aapg_ah_533.html:134:17434:17452 Whitsett California +0.25284 cspg_html_9011889300 cspg_html_9011889300:296:26180:26199 Athabasca Lacombe, Alberta +0.498076 gsa_html_9147906661 gsa_html_9147906661:1287:86213:86241 Green River Colorado +0.49344 geology_html_7388717714 geology_html_7388717714:121:10540:10549 Dog Creek Fraser River (Colorado) +0.494025 jgeology_html_4305195651 jgeology_html_4305195651:3009:213068:213078 Pottsville Pottsville, Pennsylvania +0.24153 geology_html_8329758167 geology_html_8329758167:166:16040:16053 Lake Michigan Lake Michigan +0.614304 cspg_html_5109837857 cspg_html_5109837857:473:53623:53644 Trold Fiord Melville Island (Canada) +0.2585 gsa_html_8433482071 gsa_html_8433482071:101:9496:9511 Atoka Atoka, Oklahoma +0.101994 cspg_html_4659384530 cspg_html_4659384530:19:2332:2353 Slave Point Great Slave Lake +0.465115 aapg_af_274.html aapg_af_274.html:656:73504:73512 Belgrade Great Morava +0.460955 gsa_html_8398449001 gsa_html_8398449001:870:71198:71207 Flagstaff Boise, Idaho +0.240019 aapg_aa_215.html aapg_aa_215.html:731:59177:59183 Taylor Houston +0.278226 aapg_aa_718.html aapg_aa_718.html:420:41180:41191 Mauch Chunk Pottsville, Pennsylvania +0.499988 cspg_html_9941518291 cspg_html_9941518291:631:86577:86614 Barlow Inlet Canadian Arctic Archipelago +0.28224 aapg_ah_753.html aapg_ah_753.html:214:33571:33583 Windsor New Caledonia +0.255528 aapg_ae_1.html aapg_ae_1.html:90:11236:11258 Belly River Lacombe, Alberta +0.261072 cspg_html_4666332434 cspg_html_4666332434:14:1637:1653 Oldman Western world +0.25047 cspg_html_5955028331 cspg_html_5955028331:594:65226:65242 Viking Lacombe, Alberta +0.252296 palaios_html_6973830442 palaios_html_6973830442:495:39104:39130 La Boca Matamoros, Tamaulipas +0.4745 gsa_html_8707521176 gsa_html_8707521176:431:45066:45110 Poughquag Quartzite Middle Ordovician +0.460265 gsa_html_5015599008 gsa_html_5015599008:106:11256:11277 Fish Scales Lacombe, Alberta +0.277202 aapg_ah_521.html aapg_ah_521.html:326:35374:35392 Oakville Llano, Texas +0.488796 aapg_aa_240.html aapg_aa_240.html:334:23320:23331 Black River Ontario, California +0.238392 cspg_html_1730027796 cspg_html_1730027796:317:30295:30305 Boas River Canada +0.250805 aapg_af_625.html aapg_af_625.html:342:32596:32608 Coffee Sunbury, Pennsylvania +0.25532 aapg_ae_241.html aapg_ae_241.html:16:1113:1125 Independence Jackson County, Missouri +0.257554 aapg_ai_907.html aapg_ai_907.html:418:67383:67391 Columbia Elk Valley (British Columbia) +0.512772 cspg_html_2769629211 cspg_html_2769629211:174:20085:20104 Tathlina Hay River (Canada) +0.45903 aapg_ac_807.html aapg_ac_807.html:801:79259:79264 Eutaw Tuscaloosa, Alabama +0.448707 aapg_ac_692.html aapg_ac_692.html:138:14972:14980 Edmonton Lacombe, Alberta +0.466785 palaios_html_4248881045 palaios_html_4248881045:268:24040:24046 Navajo Arizona +0.260064 AMJC_html_6341723617 AMJC_html_6341723617:981:83272:83293 Green River Colorado +0.49215 AMJC_html_7321319159 AMJC_html_7321319159:16:1152:1162 Santa Cruz Anacapa Island +0.262566 AMJC_html_6759408618 AMJC_html_6759408618:302:30706:30727 Martinsburg Great Valley, New York +0.46436 aapg_ah_31.html aapg_ah_31.html:516:69242:69249 Hanover Pakistan +0.471108 aapg_aa_415.html aapg_aa_415.html:62:9224:9230 Abbott Hillsboro, Oregon +0.4795 aapg_ah_411.html aapg_ah_411.html:75:10248:10267 Colorado Niobrara, Nebraska +0.474892 gsa_html_4461768215 gsa_html_4461768215:684:64712:64721 Rochester Rochester, Kent +0.494532 gsa_html_5865982995 gsa_html_5865982995:1443:151377:151395 Washakie Cheyenne, Wyoming +0.500316 aapg_ah_521.html aapg_ah_521.html:317:34034:34041 Carrizo Texas +0.486095 aapg_ac_333.html aapg_ac_333.html:54:8220:8226 Animas Little Colorado River +0.483285 aapg_ad_919.html aapg_ad_919.html:3:363:383 Lakota Powder River (Montana) +0.234207 aapg_ad_897.html aapg_ad_897.html:18:3052:3068 Kinderhook Chattanooga, Tennessee +0.254925 aapg_ai_969.html aapg_ai_969.html:716:60351:60364 Laramie Regina, Saskatchewan +0.855301 cspg_html_1019614994 cspg_html_1019614994:79:15065:15081 Exshaw Lacombe, Alberta +0.495766 aapg_ak_117.html aapg_ak_117.html:614:57450:57455 Logan Shark Bay +0.26145 cspg_html_7178716951 cspg_html_7178716951:15:1861:1873 Fernie Kootenay River +0.473256 gsa_html_6143207195 gsa_html_6143207195:834:77644:77654 Washington Seattle +0.24327 aapg_aa_563.html aapg_aa_563.html:215:28989:29002 Comanche Peak San Antonio +0.272766 aapg_ah_647.html aapg_ah_647.html:181:17723:17736 Blue Mountain El Paso, Texas +0.265734 aapg_af_854.html aapg_af_854.html:999:140635:140652 Renault Kentucky +0.822528 cspg_html_4943597281 cspg_html_4943597281:14:2090:2110 Bow Island Mountain Park (Holyoke, Massachusetts) +0.269345 aapg_af_129.html aapg_af_129.html:52:6300:6308 Colorado Des Moines, Washington +0.48192 gsa_html_9181545711 gsa_html_9181545711:9:430:448 Fountain Colorado +0.255398 palaios_html_3022467877 palaios_html_3022467877:106:12054:12067 Pit Closter, New Jersey +0.38702 aapg_ae_473.html aapg_ae_473.html:51:5481:5490 Smackover Mississippi River +0.422674 AMJC_html_4318504504 AMJC_html_4318504504:554:56048:56056 Colorado Pueblo, Colorado +0.471696 cspg_html_9711337099 cspg_html_9711337099:21:2204:2234 Coyote Butte Anchorage, Alaska +0.257775 aapg_af_561.html aapg_af_561.html:421:38431:38448 Wasatch Wasatch Range +0.816024 cspg_html_4699684578 cspg_html_4699684578:599:60794:60802 Montreal Quebec City +0.47545 aapg_aa_123.html aapg_aa_123.html:88:10261:10280 Grayling Liard River, British Columbia +0.270384 AMJC_html_8402437205 AMJC_html_8402437205:1003:88176:88183 Whidbey Washington (state) +0.671646 aapg_ad_760.html aapg_ad_760.html:24:3694:3702 Vaqueros Rancho Santa Margarita, California +0.260019 aapg_ai_461.html aapg_ai_461.html:38:5214:5224 Hartshorne Atoka, Oklahoma +0.472688 gsa_html_9119115438 gsa_html_9119115438:512:54951:54979 Green River Iran +0.450296 cspg_html_4636216007 cspg_html_4636216007:580:55697:55712 Melville Island Canadian Arctic Archipelago +0.471653 palaios_html_1505752132 palaios_html_1505752132:505:46525:46544 Athabasca Lacombe, Alberta +0.505043 aapg_ae_454.html aapg_ae_454.html:605:55319:55328 Shongaloo Shreveport, Louisiana +0.47285 sedimentology_html_3850942730 sedimentology_html_3850942730:1391:99593:99606 Saline Valley Death Valley +0.650016 aapg_ae_794.html aapg_ae_794.html:685:78482:78487 Eutaw Arkansas +0.489538 cspg_html_2139304729 cspg_html_2139304729:76:11984:12004 Griper Bay Melville Island (Canada) +0.256486 sedimentology_html_7652385579 sedimentology_html_7652385579:367:36256:36262 Guelph Ontario, California +0.478703 aapg_af_98.html aapg_af_98.html:179:16004:16020 Dakota New Mexico +0.267786 aapg_aa_625.html aapg_aa_625.html:60:6158:6177 Smackover Arkansas +0.478116 aapg_af_498.html aapg_af_498.html:72:9010:9015 Atoka Delaware +0.24543 gsa_html_4670506866 gsa_html_4670506866:13:734:741 Oneonta Oneonta, New York +0.253272 cspg_html_4727171280 cspg_html_4727171280:79:8624:8642 Edmonton Lacombe, Alberta +0.495704 aapg_af_266.html aapg_af_266.html:201:22086:22094 Santiago Brea, California +0.271437 aapg_ah_340.html aapg_ah_340.html:227:25640:25648 Kiamichi Texas +0.26418 geology_html_5513997578 geology_html_5513997578:241:23422:23441 Fox Hills Cheyenne, Wyoming +0.514 gsa_html_8323313951 gsa_html_8323313951:905:59964:59992 Green River Colorado +0.25856 aapg_aa_702.html aapg_aa_702.html:598:100078:100088 Carbondale Colorado +0.265176 gsa_html_8551608565 gsa_html_8551608565:66:5459:5467 Columbia India +0.457812 aapg_af_654.html aapg_af_654.html:208:18841:18852 Shoal River Shreveport, Louisiana +0.472602 sedimentology_html_9906287852 sedimentology_html_9906287852:1154:89215:89239 Echo Canyon Conglomerate Evanston, Wyoming +0.260091 sedimentology_html_3952835805 sedimentology_html_3952835805:1049:66461:66479 Monterey California +0.481404 aapg_ae_984.html aapg_ae_984.html:3:169:185 Salado New Mexico +0.267285 aapg_ah_160.html aapg_ah_160.html:171:22142:22148 Salina Salina, Kansas +0.482384 aapg_ai_756.html aapg_ai_756.html:116:10961:10979 Cotton Valley Panola County, Mississippi +0.246928 sedimentology_html_3694687055 sedimentology_html_3694687055:232:15297:15317 Success Regina, Saskatchewan +0.484785 aapg_aa_47.html aapg_aa_47.html:231:25830:25837 Minturn New Mexico +0.26429 AMJC_html_7984049819 AMJC_html_7984049819:453:44401:44408 Kittery Berwick, Pennsylvania +0.477617 gsa_html_3318609085 gsa_html_3318609085:200:20790:20793 Arc Tripoli, Lebanon +0.26928 gsa_html_1337782073 gsa_html_1337782073:91:8888:8909 Waits River Connecticut River Valley +0.45962 aapg_ae_885.html aapg_ae_885.html:287:30766:30774 Blanding San Juan, Argentina +0.504868 aapg_ae_74.html aapg_ae_74.html:689:65282:65297 Mesaverde Beaumont, Texas +0.2495 AMJC_html_6759408618 AMJC_html_6759408618:59:5234:5243 Lancaster Harrisburg, Pennsylvania +0.248003 aapg_ah_555.html aapg_ah_555.html:130:13167:13175 Arapahoe Denver +0.253356 cspg_html_3026112034 cspg_html_3026112034:851:80301:80334 Graminia Lacombe, Alberta +0.253872 aapg_ai_860.html aapg_ai_860.html:159:24936:24944 Virginia Kentucky +0.49761 cspg_html_7833083677 cspg_html_7833083677:1689:145726:145748 Calico Bluff Anchorage, Alaska +0.258048 gsa_html_9487992082 gsa_html_9487992082:211:26560:26566 Chinle Coconino County, Arizona +0.438064 aapg_ae_154.html aapg_ae_154.html:256:25085:25105 Besa River Victoria, British Columbia +0.257284 aapg_af_890.html aapg_af_890.html:143:13911:13921 San Andres Guadalupe Mountains National Park +0.255024 gsa_html_4919500515 gsa_html_4919500515:266:30348:30377 Sadlerochit Durango, Durango +0.503649 cspg_html_8266552811 cspg_html_8266552811:291:36696:36712 Viking Canada +0.26884 sedimentology_html_5613495298 sedimentology_html_5613495298:1494:80998:81029 Chinle Logan, Utah +0.25333 gsa_html_4408649953 gsa_html_4408649953:1088:91882:91891 Knoxville The Carolinas +0.453924 aapg_af_479.html aapg_af_479.html:670:71562:71572 Point Loma California +0.5016 cspg_html_4495377323 cspg_html_4495377323:58:7408:7421 Fernie Lacombe, Alberta +0.504088 jgeology_html_9413634903 jgeology_html_9413634903:475:35954:35982 Tennessee Mountain Western world +0.44965 cspg_html_8568877195 cspg_html_8568877195:379:62043:62060 Belly River Lacombe, Alberta +0.24451 aapg_ad_808.html aapg_ad_808.html:797:51825:51845 Twin Creek Cheyenne, Wyoming +0.250494 aapg_ai_855.html aapg_ai_855.html:321:51096:51110 Frio Gulf Coast of the United States +0.469168 geology_html_9264012185 geology_html_9264012185:72:7151:7161 Pine Point Pend Oreille River +0.489328 aapg_ah_972.html aapg_ah_972.html:629:66584:66588 Frio Nueces County, Texas +0.260064 cspg_html_7799850124 cspg_html_7799850124:932:96952:96968 Ireton Lacombe, Alberta +0.461604 aapg_ah_253.html aapg_ah_253.html:412:49132:49156 Mission Canyon Williston, Vermont +0.44528 cspg_html_3008414459 cspg_html_3008414459:389:51759:51782 Mt Lytton Lacombe, Alberta +0.811062 aapg_af_663.html aapg_af_663.html:196:23092:23108 Pawnee Iowa +0.48379 aapg_ae_805.html aapg_ae_805.html:378:44431:44440 Telluride Durango, Durango +0.248997 sedimentology_html_4066314755 sedimentology_html_4066314755:676:37902:37912 Protection Zagreb +0.476073 AMJC_html_1873062106 AMJC_html_1873062106:1267:128830:128853 Burro Canyon Cedar Mountains +0.255024 aapg_ae_875.html aapg_ae_875.html:442:51997:52017 Cariblanco Puerto Rico +0.372951 aapg_ae_4.html aapg_ae_4.html:204:22537:22553 Humbug Logan, Utah +0.257964 aapg_af_143.html aapg_af_143.html:691:62567:62596 Otter Elk River, Minnesota +0.48576 aapg_ai_1.html aapg_ai_1.html:412:38000:38007 Paradox Hermosa, Chicago +0.252333 aapg_ad_564.html aapg_ad_564.html:8176:732914:732949 Goose Egg Cheyenne, Wyoming +0.254 palaios_html_2158038376 palaios_html_2158038376:705:61303:61317 Frio Gulf Coast of the United States +0.469336 cspg_html_8089302449 cspg_html_8089302449:288:49290:49314 Sulphur Point Victoria, British Columbia +0.24354 sedimentology_html_2845079604 sedimentology_html_2845079604:279:25954:25960 Provo Carpathian Ruthenia +0.459728 aapg_ad_717.html aapg_ad_717.html:65:6811:6825 Naco Hermosa, Chicago +0.474635 aapg_ah_49.html aapg_ah_49.html:228:24379:24386 Castaic San Gabriel Valley +0.491064 aapg_ai_942.html aapg_ai_942.html:138:21042:21048 Salado Salado, Texas +0.26866 aapg_ac_364.html aapg_ac_364.html:121:12921:12939 Sundance Black Hills +0.463085 aapg_ae_884.html aapg_ae_884.html:157:20445:20452 Laramie Colorado +0.370239 cspg_html_7229660003 cspg_html_7229660003:15:1133:1174 Winnipeg Winnipeg +0.47616 gsa_html_2667366192 gsa_html_2667366192:697:62095:62099 Hall California +0.24823 geology_html_4279689868 geology_html_4279689868:371:29361:29367 Oregon Southern California +0.243386 cspg_html_3699720399 cspg_html_3699720399:17:2009:2017 Columbia Victoria, British Columbia +0.254961 sedimentology_html_2289609606 sedimentology_html_2289609606:156:9466:9472 Sabine Texas +0.470155 gsa_html_7856084240 gsa_html_7856084240:637:53815:53824 San Diego Sonora +0.245364 sedimentology_html_1679652964 sedimentology_html_1679652964:670:45638:45648 Deep Creek West Tennessee +0.502164 cspg_html_9354781888 cspg_html_9354781888:118:21646:21654 Columbia Victoria, British Columbia +0.500944 aapg_aa_717.html aapg_aa_717.html:81:11327:11336 Gatesburg Pennsylvania +0.257374 aapg_ae_345.html aapg_ae_345.html:430:31469:31474 Eutaw Tuscaloosa, Alabama +0.261612 aapg_ah_311.html aapg_ah_311.html:56:6229:6249 Fort Union Medora, North Dakota +0.49296 gsa_html_2832151886 gsa_html_2832151886:1000:79582:79610 Green River Colorado +0.4775 aapg_ai_736.html aapg_ai_736.html:115:14418:14439 Sadlerochit Anchorage, Alaska +0.492844 aapg_ae_794.html aapg_ae_794.html:215:27222:27228 Coffee Selma to Montgomery marches +0.520956 gsa_html_9263554268 gsa_html_9263554268:60:4292:4320 Green River Colorado +0.433062 cspg_html_3926542795 cspg_html_3926542795:128:18565:18583 Wabamun Swan Hill, Victoria +0.250985 aapg_ai_626.html aapg_ai_626.html:95:15160:15178 Tensleep Cheyenne, Wyoming +0.248482 aapg_af_579.html aapg_af_579.html:283:30588:30594 Navajo Logan, Utah +0.459295 sedimentology_html_6545837405 sedimentology_html_6545837405:1792:118230:118236 Walker Canada +0.52099 cspg_html_4727171280 cspg_html_4727171280:33:3415:3423 Edmonton Lacombe, Alberta +0.458298 aapg_ae_777.html aapg_ae_777.html:525:61757:61774 Tererro Colorado +0.26162 aapg_ad_132.html aapg_ad_132.html:57:6390:6396 Coburn Lipscomb County, Texas +0.269345 aapg_ae_147.html aapg_ae_147.html:115:12458:12474 Saugus Royal Botanic Gardens, Kew +0.271956 gsa_html_1826402027 gsa_html_1826402027:566:66705:66710 Verde Verde Valley +0.490676 geology_html_4447793411 geology_html_4447793411:305:19745:19755 San Felipe Baja California peninsula +0.274968 aapg_ad_812.html aapg_ad_812.html:81:11240:11257 Entrada New Mexico +0.479186 aapg_ad_466.html aapg_ad_466.html:391:48284:48291 Raritan Closter, New Jersey +0.496327 cspg_html_9330018201 cspg_html_9330018201:169:25710:25737 Windsor Elko, Nevada +0.72428 palaios_html_3112927242 palaios_html_3112927242:19:822:839 Juniata Knoxville, Tennessee +0.470112 aapg_aa_4.html aapg_aa_4.html:158:21093:21099 Ithaca Genesee County, Michigan +0.265176 aapg_ah_847.html aapg_ah_847.html:145:16356:16365 New Egypt Navesink River +0.482587 gsa_html_7808051457 gsa_html_7808051457:345:30508:30525 Dotsero Colorado +0.714879 aapg_ae_181.html aapg_ae_181.html:55:7905:7920 Eutaw Tuscaloosa, Alabama +0.24038 aapg_ai_28.html aapg_ai_28.html:856:82632:82639 Lagarto Oakville, California +0.248446 cspg_html_8532932475 cspg_html_8532932475:500:48391:48408 Bluesky Lacombe, Alberta +0.252909 AMJC_html_5755352984 AMJC_html_5755352984:393:58244:58254 Wind River Cheyenne, Wyoming +0.474176 cspg_html_2667403559 cspg_html_2667403559:156:23949:23971 Murphy Creek Kirkwood, Missouri +0.2415 cspg_html_1984085623 cspg_html_1984085623:235:28789:28828 Colorado Lacombe, Alberta +0.500076 aapg_ah_387.html aapg_ah_387.html:599:60152:60160 Roseburg Knoxville, Illinois +0.265698 cspg_html_9185158332 cspg_html_9185158332:582:67089:67107 Dunvegan Victoria, British Columbia +0.49536 cspg_html_8128756616 cspg_html_8128756616:88:14543:14552 Athabasca CFB Cold Lake +0.382698 cspg_html_9361096527 cspg_html_9361096527:36:7723:7745 Judith River Regina, Saskatchewan +0.264195 aapg_ai_28.html aapg_ai_28.html:774:73179:73187 Oakville Beaumont, Texas +0.91295 aapg_ac_825.html aapg_ac_825.html:328:35237:35245 Monterey Monterey, California +0.505164 AMJC_html_3664856625 AMJC_html_3664856625:87:12212:12232 Fort Union Fort Union Trading Post National Historic Site +0.863788 cspg_html_9735723617 cspg_html_9735723617:688:82333:82354 Imperial Cape Cod +0.33652 cspg_html_3874000139 cspg_html_3874000139:72:8872:8897 Olmos Mexico +0.22932 aapg_ai_751.html aapg_ai_751.html:126:12454:12479 Venango Venango, Pennsylvania +0.250976 cspg_html_3065473572 cspg_html_3065473572:176:23754:23760 Mingan Middle Ordovician +0.267273 cspg_html_1739450456 cspg_html_1739450456:11:913:939 Fernie Lacombe, Alberta +0.509229 aapg_af_811.html aapg_af_811.html:318:26938:26955 Everton Buffalo National River +0.252225 aapg_ae_319.html aapg_ae_319.html:359:26980:26991 Skull Creek Vernal, Utah +0.259534 aapg_af_653.html aapg_af_653.html:958:112768:112775 Temblor Monterey, California +0.500325 palaios_html_3614379982 palaios_html_3614379982:16:1028:1037 Greenhorn Niobrara, Nebraska +0.258981 cspg_html_9349658248 cspg_html_9349658248:37:4148:4165 Vanguard Regina, Saskatchewan +0.534 aapg_af_479.html aapg_af_479.html:653:70363:70372 San Diego California +0.479776 jgeology_html_1838149422 jgeology_html_1838149422:1217:100733:100748 Arikaree White River (Washington) +0.258064 palaios_html_8113714689 palaios_html_8113714689:375:40498:40514 George Canada +0.885381 aapg_ad_564.html aapg_ad_564.html:4784:374267:374285 Frontier Cheyenne, Wyoming +0.262654 gsa_html_4071231613 gsa_html_4071231613:618:71915:71931 Wild Sheep Creek Middle East +0.509694 gsa_html_4415707577 gsa_html_4415707577:951:87856:87865 Red River China +0.4522 aapg_ah_631.html aapg_ah_631.html:218:29140:29162 Sexton Creek Illinois +0.510433 aapg_ae_223.html aapg_ae_223.html:298:35958:35969 Green River Wasatch Range +0.260598 cspg_html_4326384800 cspg_html_4326384800:1942:244892:244908 Ireton Lacombe, Alberta +0.877608 cspg_html_9275863663 cspg_html_9275863663:99:14104:14125 Slave Point Lacombe, Alberta +0.472342 palaios_html_1086380054 palaios_html_1086380054:292:30213:30232 Javelina Texas +0.257964 aapg_ai_873.html aapg_ai_873.html:101:9547:9566 Aux Vases Daviess County, Missouri +0.262063 aapg_af_854.html aapg_af_854.html:464:61342:61360 Carwood Locust Point, Bronx +0.381241 aapg_ad_257.html aapg_ad_257.html:92:9507:9512 Sligo Mississippi River +0.266255 cspg_html_9648675035 cspg_html_9648675035:599:53448:53456 Columbia Canada +0.361368 aapg_ai_975.html aapg_ai_975.html:928:76000:76010 Georgetown San Marcos, California +0.505741 aapg_ae_546.html aapg_ae_546.html:326:34385:34404 Smackover Arkansas +0.275044 aapg_ai_293.html aapg_ai_293.html:97:8327:8341 Lisburne Anchorage, Alaska +0.241775 aapg_ai_696.html aapg_ai_696.html:46:5733:5746 Carlin Canyon Elko County, Nevada +0.26471 aapg_ah_138.html aapg_ah_138.html:62:6952:6959 Laramie Cheyenne, Wyoming +0.485814 aapg_ae_884.html aapg_ae_884.html:288:38703:38721 Frontier New Mexico +0.38428 cspg_html_8525917094 cspg_html_8525917094:19:2476:2494 Kootenai Lacombe, Alberta +0.49408 cspg_html_3521815736 cspg_html_3521815736:152:22339:22344 Liard Western world +0.271416 palaios_html_4718816377 palaios_html_4718816377:275:20380:20395 Norfolk England +0.251906 aapg_ad_871.html aapg_ad_871.html:51:6179:6193 Traverse Michigan +0.4653 aapg_af_987.html aapg_af_987.html:345:46062:46078 Kodiak Anchorage, Alaska +0.25908 cspg_html_4664502755 cspg_html_4664502755:93:12572:12586 Colorado Regina, Saskatchewan +0.491164 aapg_ac_692.html aapg_ac_692.html:71:8368:8375 Cantuar Regina, Saskatchewan +0.242373 cspg_html_9843429624 cspg_html_9843429624:186:24749:24757 Columbia Victoria, British Columbia +0.255636 palaios_html_7679079277 palaios_html_7679079277:1067:90589:90601 Dakota Colorado +0.479987 aapg_aa_287.html aapg_aa_287.html:15:2653:2662 Newcastle Cheyenne, Wyoming +0.261476 aapg_aa_600.html aapg_aa_600.html:246:20546:20555 Wapanucka Atoka, Oklahoma +0.259032 palaios_html_6620293274 palaios_html_6620293274:732:66076:66095 Escondido Texas +0.501375 palaios_html_6914544471 palaios_html_6914544471:383:23895:23909 Beaufort South Africa +0.900597 aapg_ad_918.html aapg_ad_918.html:143:18830:18846 Dakota Logan, Utah +0.254856 cspg_html_2172704722 cspg_html_2172704722:208:34002:34023 Price Logan, Utah +0.253482 gsa_html_1643425974 gsa_html_1643425974:870:84880:84886 Walker Colorado +0.23688 aapg_ae_873.html aapg_ae_873.html:261:30784:30809 Trowbridge Texas +0.247835 cspg_html_7106541506 cspg_html_7106541506:19:2138:2150 Bluesky Miami +0.710056 cspg_html_5484260516 cspg_html_5484260516:105:12091:12109 Palliser Crowsnest Pass, Alberta +0.251643 cspg_html_2122549217 cspg_html_2122549217:20:2301:2322 Horton River Calgary +0.27248 jgeology_html_6372415613 jgeology_html_6372415613:254:17077:17084 Brechin Ontario, California +0.25823 aapg_ac_601.html aapg_ac_601.html:78:8050:8065 Galena Illinois +0.476763 cspg_html_5542874609 cspg_html_5542874609:38:5967:5985 Dunvegan Lacombe, Alberta +0.228 aapg_aa_267.html aapg_aa_267.html:588:50009:50019 Greenbrier New Milton railway station +0.234112 gsa_html_8716356528 gsa_html_8716356528:813:60220:60229 San Pedro Mount Baker +0.252486 gsa_html_5627360957 gsa_html_5627360957:460:44408:44421 Pioneer Arizona +0.241439 aapg_ad_430.html aapg_ad_430.html:131:9697:9714 Hosston Athens, Georgia +0.245616 aapg_ai_296.html aapg_ai_296.html:556:56383:56394 White River Buffalo National River +0.479457 cspg_html_8089302449 cspg_html_8089302449:308:53132:53138 Muskeg Manitoba +0.26676 gsa_html_8244777175 gsa_html_8244777175:111:9498:9507 Penobscot Stacyville, Iowa +0.2475 gsa_html_1024107776 gsa_html_1024107776:813:76686:76696 Cumberland Riversdale, New Zealand +0.230629 aapg_ad_954.html aapg_ad_954.html:223:23194:23215 Bonneterre Missouri River +0.256968 aapg_ac_629.html aapg_ac_629.html:553:67225:67230 Weeks Beaumont, Texas +0.46864 gsa_html_7635660482 gsa_html_7635660482:47:3613:3617 Vega Spain +0.252753 palaios_html_3927097660 palaios_html_3927097660:89:9784:9811 Hatchetigbee Alabama +0.50854 aapg_ah_646.html aapg_ah_646.html:136:16243:16251 Moenkopi Chinle Formation +0.685824 aapg_ae_75.html aapg_ae_75.html:43:7301:7305 Yeso Rift Valley lakes +0.28496 aapg_ae_66.html aapg_ae_66.html:55:5270:5278 Deadwood Powder River (Montana) +0.256035 palaios_html_1018466366 palaios_html_1018466366:13:662:674 Saskatchewan Saskatoon +0.244458 cspg_html_9177794814 cspg_html_9177794814:96:11042:11060 Mt. Head Lacombe, Alberta +0.48006 aapg_af_0.html aapg_af_0.html:342:37304:37324 Mucuchachi Santa Ana, California +0.262626 sedimentology_html_8748254640 sedimentology_html_8748254640:1031:79911:79931 Toro Chile +0.264115 aapg_ae_113.html aapg_ae_113.html:208:26430:26458 Disappointment Bay Bathurst Island (Northern Territory) +0.457443 aapg_ae_960.html aapg_ae_960.html:30:4256:4273 Madison Cut Bank, Montana +0.257895 geology_html_1021950961 geology_html_1021950961:167:14641:14657 Tejon Sierra Nevada (Spain) +0.246302 cspg_html_6290430388 cspg_html_6290430388:20:2759:2767 Edmonton Lacombe, Alberta +0.480768 cspg_html_1372398575 cspg_html_1372398575:24:4002:4010 Scollard Edmonton, London +0.246 aapg_ae_31.html aapg_ae_31.html:75:8372:8392 Batesville Arkansas +0.467961 cspg_html_3630723811 cspg_html_3630723811:80:10469:10478 Athabasca Clearwater, Florida +0.267033 palaios_html_7679079277 palaios_html_7679079277:63:6158:6176 Sundance Powder River (Montana) +0.262063 aapg_ae_657.html aapg_ae_657.html:117:14436:14442 Chinle Lisbon +0.246016 geology_html_4989710380 geology_html_4989710380:221:23947:23955 Rockwell Reno, Nevada +0.265081 aapg_ac_69.html aapg_ac_69.html:479:51711:51720 Greenhorn Hittin +0.488005 aapg_ac_418.html aapg_ac_418.html:404:48894:48899 Piper California +0.25441 aapg_ad_865.html aapg_ad_865.html:109:10673:10689 Chinle Chinle Formation +0.49088 aapg_ai_28.html aapg_ai_28.html:489:46872:46880 Beaumont Uvalde, Texas +0.509076 aapg_af_892.html aapg_af_892.html:112:10635:10643 Eminence Gasconade River +0.257045 gsa_html_9663261615 gsa_html_9663261615:66:5467:5495 Green River Iran +0.273122 aapg_ae_3.html aapg_ae_3.html:703:64448:64458 Wind River Cheyenne, Wyoming +0.254508 aapg_ae_408.html aapg_ae_408.html:82:8156:8177 Dutch Creek Illinois +0.3495 aapg_ae_369.html aapg_ae_369.html:3:398:414 Eutaw Tuscaloosa, Alabama +0.446428 geology_html_8283566786 geology_html_8283566786:69:6169:6195 Verde Arizona +0.273525 aapg_aa_844.html aapg_aa_844.html:32:3546:3553 Chemung San Fernando Valley +0.27027 aapg_ae_761.html aapg_ae_761.html:89:14163:14168 Rapid Nassau, Bahamas +0.512904 aapg_ae_319.html aapg_ae_319.html:522:43955:43964 Popo Agie Cheyenne, Wyoming +0.268842 aapg_ae_370.html aapg_ae_370.html:25:3528:3536 Columbia Clatsop County, Oregon +0.48384 aapg_ae_419.html aapg_ae_419.html:67:8983:8992 Huizachal Matamoros, Tamaulipas +0.482632 jgeology_html_2674389663 jgeology_html_2674389663:308:18447:18472 Dezadeash Anchorage, Alaska +0.269192 aapg_ac_983.html aapg_ac_983.html:398:62525:62545 Lane Shale Plattsburg, Missouri +0.262135 aapg_ac_924.html aapg_ac_924.html:19:3162:3172 Wind River Cheyenne, Wyoming +0.263168 gsa_html_5625878232 gsa_html_5625878232:174:25464:25488 Cedar District Sucia Island +0.265558 gsa_html_4047856284 gsa_html_4047856284:16:552:558 Denver Colorado +0.435708 gsa_html_5495469347 gsa_html_5495469347:685:59498:59506 Colorado Denver +0.896745 aapg_af_664.html aapg_af_664.html:529:59188:59201 Cherry Canyon Delaware +0.484568 sedimentology_html_5459138397 sedimentology_html_5459138397:30:1672:1678 Guelph Canada +0.514624 cspg_html_3521815736 cspg_html_3521815736:371:52148:52173 Fernie Lacombe, Alberta +0.253967 gsa_html_7102550258 gsa_html_7102550258:874:98366:98403 Summerville New Mexico +0.247988 gsa_html_3946358846 gsa_html_3946358846:1104:93236:93244 Colorado Denver +0.238977 aapg_ae_643.html aapg_ae_643.html:642:69772:69780 Virginia Virginia +0.4675 aapg_aa_305.html aapg_aa_305.html:149:22898:22920 Thrifty Mississippi River +0.496908 gsa_html_6117440194 gsa_html_6117440194:66:7609:7617 Columbia Lacombe, Alberta +0.459579 sedimentology_html_5479897708 sedimentology_html_5479897708:793:58020:58047 Thelon Canada +0.475394 aapg_aa_612.html aapg_aa_612.html:74:7489:7495 Bethel Illinois +0.460955 aapg_ah_847.html aapg_ah_847.html:592:60286:60294 Virginia Closter, New Jersey +0.369018 aapg_ad_55.html aapg_ad_55.html:91:7363:7370 Plattin Missouri River +0.70479 aapg_ah_528.html aapg_ah_528.html:16:1859:1867 Moenkopi Boise, Idaho +0.277704 sedimentology_html_3200584564 sedimentology_html_3200584564:952:72415:72432 Cardium Lacombe, Alberta +0.249984 aapg_aa_106.html aapg_aa_106.html:825:80162:80182 Elk Manitoba +0.2856 aapg_ad_603.html aapg_ad_603.html:96:8671:8680 Red River Bowman County, North Dakota +0.474422 cspg_html_6715452766 cspg_html_6715452766:227:26346:26368 Eureka Sound Ellesmere Island +0.276078 aapg_aa_684.html aapg_aa_684.html:18:2107:2122 Jelm Cheyenne, Wyoming +0.279306 AMJC_html_4487089078 AMJC_html_4487089078:640:51180:51197 Bearpaw Lacombe, Alberta +0.244701 aapg_aa_123.html aapg_aa_123.html:301:31115:31134 Baldonnel Lima, Ohio +0.260925 gsa_html_1939223199 gsa_html_1939223199:70:5250:5278 Green River Colorado +0.253506 gsa_html_5401370456 gsa_html_5401370456:11:485:492 El Paso Texas +0.264638 cspg_html_7115701337 cspg_html_7115701337:537:60048:60066 Dunvegan Lacombe, Alberta +0.267253 aapg_ah_972.html aapg_ah_972.html:7:994:1003 Vicksburg Texas +0.259571 aapg_ad_154.html aapg_ad_154.html:241:31230:31250 Beekmantown Pennsylvania +0.424764 AMJC_html_4299960498 AMJC_html_4299960498:879:97813:97823 Washington Tacoma, Washington +0.251379 aapg_ai_768.html aapg_ai_768.html:44:5506:5518 Barrow Barrow, Alaska +0.270384 aapg_ad_557.html aapg_ad_557.html:11599:682804:682834 Red River Williston Basin +0.510925 aapg_ad_971.html aapg_ad_971.html:226:22458:22468 Citronelle Mississippi River +0.265081 aapg_ad_835.html aapg_ad_835.html:1412:91531:91541 Fort Worth Texas +0.25248 gsa_html_3069013284 gsa_html_3069013284:168:19519:19534 Chinle Chinle Formation +0.52402 aapg_ai_51.html aapg_ai_51.html:48:5582:5597 Bashi Mississippi River +0.494132 aapg_ak_85.html aapg_ak_85.html:102:13097:13106 Smackover Bossier City, Louisiana +0.417359 aapg_ac_831.html aapg_ac_831.html:48:6192:6199 Hermosa Hermosa, Chicago +0.233288 cspg_html_1019614994 cspg_html_1019614994:55:9929:9945 Exshaw Western Canadian Sedimentary Basin +0.50024 gsa_html_5118510819 gsa_html_5118510819:1038:81792:81820 Green River New Mexico +0.259084 aapg_ah_387.html aapg_ah_387.html:2817:304630:304639 Knoxville Knoxville, Illinois +0.257544 aapg_ai_477.html aapg_ai_477.html:450:45673:45684 Peace River Lacombe, Alberta +0.507105 cspg_html_6435146689 cspg_html_6435146689:17:1843:1859 Shunda Lacombe, Alberta +0.48076 gsa_html_3561219088 gsa_html_3561219088:946:87971:87982 Montpellier Languedoc-Roussillon +0.491582 aapg_ad_784.html aapg_ad_784.html:203:23594:23599 Vaqueros Royal Botanic Gardens, Kew +0.256035 cspg_html_4433937749 cspg_html_4433937749:45:6835:6843 Columbia Victoria, British Columbia +0.49305 cspg_html_5375461731 cspg_html_5375461731:240:28143:28165 Logan Cohasset, Massachusetts +0.481593 cspg_html_9905904289 cspg_html_9905904289:141:17005:17031 Scollard Regina, Saskatchewan +0.24072 aapg_af_439.html aapg_af_439.html:402:39919:39930 Weeks Leeward Islands (Society Islands) +0.25047 palaios_html_7465495929 palaios_html_7465495929:196:18161:18168 La Luna Venezuela +0.849674 cspg_html_1665574291 cspg_html_1665574291:33:6241:6259 Paskapoo Edmonton, London +0.258572 aapg_ac_305.html aapg_ac_305.html:178:17972:17995 Crystal River Citrus County, Florida +0.268299 palaios_html_8214300457 palaios_html_8214300457:72:6857:6866 Valentine Nebraska +0.24276 aapg_ae_876.html aapg_ae_876.html:362:39797:39811 Cedar Mountain San Rafael Swell +0.485898 aapg_ac_451.html aapg_ac_451.html:265:28220:28245 Talkeetna Cook Inlet +0.249444 cspg_html_5542874609 cspg_html_5542874609:402:46201:46225 Schrader Bluff Anchorage, Alaska +0.264554 aapg_ae_992.html aapg_ae_992.html:33:3802:3811 Popo Agie John Crow Mountains +0.46965 gsa_html_7214330928 gsa_html_7214330928:790:68168:68174 Abbott Mexico +0.253916 aapg_af_446.html aapg_af_446.html:68:8374:8383 Hawke Bay North Island (Houtman Abrolhos) +0.504218 cspg_html_7587979364 cspg_html_7587979364:171:15161:15173 Cooking Lake Swan Hill, Victoria +0.494532 gsa_html_3365657149 gsa_html_3365657149:966:89428:89437 Newcastle Sydney Basin +0.240518 aapg_af_768.html aapg_af_768.html:72:9117:9126 Rio Negro Venezuela +0.414466 cspg_html_5484260516 cspg_html_5484260516:22:3302:3318 Exshaw Lacombe, Alberta +0.50952 aapg_ae_345.html aapg_ae_345.html:754:64021:64031 Tuscaloosa Tuscaloosa, Alabama +0.264196 cspg_html_4516258038 cspg_html_4516258038:659:71958:71971 Parry Islands Canada +0.250902 aapg_ah_311.html aapg_ah_311.html:439:48179:48190 Green River Williston, Vermont +0.47439 aapg_ak_36.html aapg_ak_36.html:189:21539:21544 Eagle Anchorage, Alaska +0.267253 cspg_html_7688587411 cspg_html_7688587411:303:34154:34162 Columbia Victoria, British Columbia +0.488696 geology_html_1640837593 geology_html_1640837593:193:20854:20875 Ghost Rocks Anchorage, Alaska +0.82134 aapg_ai_249.html aapg_ai_249.html:757:98981:98993 Todos Santos Guatemala +0.47975 cspg_html_1189888589 cspg_html_1189888589:325:42393:42421 Edmonton Vail, Colorado +0.48603 cspg_html_4694210878 cspg_html_4694210878:138:16723:16734 Ekwan River River Severn +0.49567 gsa_html_6619222439 gsa_html_6619222439:60:4012:4040 Green River Iran +0.258981 aapg_ai_594.html aapg_ai_594.html:202:20705:20722 Black River Black River, Jamaica +0.465696 aapg_ai_972.html aapg_ai_972.html:3:243:251 Colorado New Mexico +0.499352 jgeology_html_5764582297 jgeology_html_5764582297:543:38481:38499 Isachsen Canada +0.494982 aapg_ac_65.html aapg_ac_65.html:797:66667:66673 Denver Colorado +0.272435 aapg_ad_604.html aapg_ad_604.html:245:26437:26447 Washington Salem, Oregon +0.505698 cspg_html_1265381145 cspg_html_1265381145:302:28372:28380 Palliser Austin, Chicago +0.488376 aapg_af_625.html aapg_af_625.html:647:66804:66832 Virginia Huntington, West Virginia +0.246402 aapg_ah_260.html aapg_ah_260.html:86:11213:11233 Twin Creek Colorado Plateau +0.262063 jgeology_html_4305195651 jgeology_html_4305195651:577:71824:71834 Lock Haven Clinton County, Ohio +0.270918 aapg_af_306.html aapg_af_306.html:89:9481:9493 Frio Rayne, Louisiana +0.261975 aapg_ac_91.html aapg_ac_91.html:494:38774:38795 Etherington Boise, Idaho +0.256486 geology_html_3074638631 geology_html_3074638631:67:5929:5937 Victoria Canada +0.265189 aapg_ah_994.html aapg_ah_994.html:421:42984:42997 Woodbine Texas +0.260545 aapg_ah_652.html aapg_ah_652.html:76:10140:10155 Mesaverde Mancos, Colorado +0.493115 gsa_html_8951179545 gsa_html_8951179545:1150:108059:108065 Denver Colorado +0.477792 sedimentology_html_6965253568 sedimentology_html_6965253568:1349:68610:68616 Jordan Andes +0.699567 sedimentology_html_8510537334 sedimentology_html_8510537334:419:28598:28619 Wood Canyon California +0.25428 gsa_html_4415818938 gsa_html_4415818938:1377:88402:88408 Brazil Venezuela +0.481873 palaios_html_8153737238 palaios_html_8153737238:45:5986:5994 Columbia Huntington, West Virginia +0.50384 aapg_ah_646.html aapg_ah_646.html:361:43305:43321 Chinle Arizona +0.48093 aapg_aa_415.html aapg_aa_415.html:339:49504:49524 Eagle Arkansas +0.485572 cspg_html_1064938580 cspg_html_1064938580:35:5295:5311 Kanguk Ellesmere Island +0.480851 aapg_af_854.html aapg_af_854.html:1402:204212:204220 Gallatin Richland, Washington +0.25047 palaios_html_9993198762 palaios_html_9993198762:369:38135:38155 North Horn Logan, Utah +0.463264 gsa_html_5295695236 gsa_html_5295695236:15:635:643 Virginia Reston, Virginia +0.473185 cspg_html_9361096527 cspg_html_9361096527:901:78622:78644 Judith River Canada +0.249344 aapg_ae_682.html aapg_ae_682.html:814:95735:95743 Colorado Denver +0.270364 aapg_ae_294.html aapg_ae_294.html:142:16089:16095 Wilcox Oklahoma City +0.264704 aapg_ad_880.html aapg_ad_880.html:1081:104657:104675 Sundance Spearfish, South Dakota +0.252888 geology_html_7820977853 geology_html_7820977853:197:19573:19581 Richmond Tsawwassen Ferry Terminal +0.25957 geology_html_3973756518 geology_html_3973756518:285:23480:23499 Cloverly Cheyenne, Wyoming +0.253935 aapg_ad_976.html aapg_ad_976.html:586:84577:84583 Provo Iran +0.51535 aapg_af_486.html aapg_af_486.html:235:24981:25001 Hemlock North Fork, Suffolk County, New York +0.249831 aapg_ac_739.html aapg_ac_739.html:574:76791:76810 Sharon Mansfield, Ohio +0.242526 jgeology_html_1019094314 jgeology_html_1019094314:91:4003:4009 Brazil South America +0.250325 aapg_af_220.html aapg_af_220.html:52:6595:6617 Green River Wasatch Range +0.264115 aapg_af_168.html aapg_af_168.html:13:2252:2270 Vaqueros Monterey, California +0.251968 aapg_ad_32.html aapg_ad_32.html:337:29003:29015 Percha Arizona +0.419328 aapg_ah_93.html aapg_ah_93.html:54:7931:7947 Bighorn Dolomite Williston, Vermont +0.474549 jgeology_html_5531286699 jgeology_html_5531286699:1347:70551:70564 Santa Barbara California +0.6622 aapg_ad_3.html aapg_ad_3.html:90:8895:8902 Elbrook Pennsylvania +0.247009 aapg_ae_370.html aapg_ae_370.html:321:28239:28255 Keasey Cowlitz River +0.259065 aapg_af_830.html aapg_af_830.html:491:56692:56708 Eagle Texas +0.266112 cspg_html_3354282978 cspg_html_3354282978:42:5696:5706 Swan Hills Canada +0.48719 geology_html_7999991061 geology_html_7999991061:248:23480:23488 Rockwell Reno, Nevada +0.704352 aapg_ae_864.html aapg_ae_864.html:251:32568:32583 Frio Shreveport, Louisiana +0.274022 gsa_html_6117440194 gsa_html_6117440194:612:62359:62377 Wasatch Fort Union Trading Post National Historic Site +0.273942 jgeology_html_2872695575 jgeology_html_2872695575:752:43542:43555 Lee Kentucky +0.26624 cspg_html_2372201862 cspg_html_2372201862:10:979:1001 Peace River Clearwater, Florida +0.249856 gsa_html_4785200468 gsa_html_4785200468:388:34912:34918 Seneca Skaneateles Lake +0.265738 cspg_html_1336185084 cspg_html_1336185084:445:45886:45917 Clearwater Lacombe, Alberta +0.259811 aapg_ah_427.html aapg_ah_427.html:255:33682:33689 El Paso El Paso, Texas +0.460836 jgeology_html_4599466962 jgeology_html_4599466962:147:11082:11088 Esopus Onondaga (tribe) +0.482384 aapg_ad_3.html aapg_ad_3.html:405:37914:37936 Black River Black River, Jamaica +0.25441 gsa_html_5980600505 gsa_html_5980600505:375:43151:43156 Stump South Mountains (Arizona) +0.258 aapg_ad_39.html aapg_ad_39.html:187:12408:12413 Tokio Paluxy, Texas +0.843265 aapg_af_854.html aapg_af_854.html:379:48655:48671 Keokuk Missouri River +0.243024 cspg_html_7595517955 cspg_html_7595517955:282:30598:30613 Melville Island Bathurst Island (Northern Territory) +0.266562 jgeology_html_4115179562 jgeology_html_4115179562:201:13605:13616 Martinsburg Juniata County School District +0.466871 jgeology_html_8355852976 jgeology_html_8355852976:226:17404:17412 Fountain Colorado +0.480916 aapg_ae_613.html aapg_ae_613.html:476:50764:50768 Vail London, Ontario +0.675432 aapg_ah_535.html aapg_ah_535.html:226:38164:38183 Catoctin The Carolinas +0.4655 aapg_af_308.html aapg_af_308.html:289:32741:32744 Elk Randolph County, Indiana +0.464854 aapg_ah_90.html aapg_ah_90.html:294:40186:40194 Colorado Grand Junction, Colorado +0.252476 gsa_html_5627360957 gsa_html_5627360957:468:45527:45542 Troy Arizona +0.2535 sedimentology_html_2418379539 sedimentology_html_2418379539:878:72142:72159 Wapiabi Lacombe, Alberta +0.66884 aapg_ak_54.html aapg_ak_54.html:49:6476:6505 Sunniland Mississippi River +0.256725 cspg_html_4326384800 cspg_html_4326384800:583:76352:76370 Otter Lacombe, Alberta +0.510972 aapg_aa_23.html aapg_aa_23.html:377:44650:44669 Red River Manitoba +0.26857 cspg_html_9119878068 cspg_html_9119878068:82:10640:10659 Waterways Lacombe, Alberta +0.27924 cspg_html_9234101474 cspg_html_9234101474:183:22741:22747 Fernie Western world +0.71818 gsa_html_1636483297 gsa_html_1636483297:972:82586:82607 Green River Cheyenne, Wyoming +0.480496 aapg_aa_159.html aapg_aa_159.html:490:50075:50092 Haymond Texas +0.269325 jgeology_html_2563614336 jgeology_html_2563614336:895:61831:61841 San Felipe San Jacinto, California +0.277665 aapg_ad_2.html aapg_ad_2.html:661:95857:95864 Potsdam Adirondack Park +0.495954 aapg_ah_182.html aapg_ah_182.html:285:31107:31128 Martinsburg Northampton, Massachusetts +0.877944 cspg_html_4298557570 cspg_html_4298557570:394:51052:51068 Battle Drumheller +0.48636 cspg_html_6733212590 cspg_html_6733212590:108:11142:11149 Jupiter Pluto +0.48355 cspg_html_9912281240 cspg_html_9912281240:99:13445:13463 Foremost Lacombe, Alberta +0.487734 cspg_html_6014123208 cspg_html_6014123208:9:846:858 Saskatchewan Lacombe, Alberta +0.481362 aapg_aa_621.html aapg_aa_621.html:238:30405:30416 Curtis John Crow Mountains +0.26265 sedimentology_html_8369899157 sedimentology_html_8369899157:28:1831:1848 Bedford Patras +0.9082 aapg_aa_928.html aapg_aa_928.html:198:20418:20427 Catahoula Oakville, California +0.49972 gsa_html_1119256423 gsa_html_1119256423:733:71166:71183 White River Nebraska +0.469282 aapg_ae_794.html aapg_ae_794.html:5:827:847 Owl Creek Selma to Montgomery marches +0.239604 gsa_html_3648258377 gsa_html_3648258377:751:69055:69077 Mount Laurel Bass River Township, New Jersey +0.259979 aapg_aa_863.html aapg_aa_863.html:3:369:384 Mural Arizona +0.489583 aapg_af_640.html aapg_af_640.html:102:6504:6520 Midway Bossier Parish, Louisiana +0.279256 aapg_ad_440.html aapg_ad_440.html:527:49537:49544 Taggard Indian Creek, Florida +0.49344 sedimentology_html_2442491538 sedimentology_html_2442491538:854:83127:83143 Weber Logan, Utah +0.25853 jgeology_html_2051911211 jgeology_html_2051911211:550:27721:27730 Red Bluff Texas +0.487272 palaios_html_3742758359 palaios_html_3742758359:791:57330:57347 Moenave Arizona +0.256985 cspg_html_6163691495 cspg_html_6163691495:883:81759:81767 Colorado Denver +0.482218 gsa_html_5107598462 gsa_html_5107598462:136:12865:12873 Scranton Pennsylvania +0.26832 gsa_html_2989317971 gsa_html_2989317971:1160:115526:115546 Columbia Salem, Oregon +0.503496 sedimentology_html_7047069536 sedimentology_html_7047069536:1041:66411:66415 Hall London, Ontario +0.234252 aapg_ai_378.html aapg_ai_378.html:12:1972:1989 Edwards Austin, Chicago +0.268288 sedimentology_html_7829420365 sedimentology_html_7829420365:1037:48813:48822 Waterfowl Victoria, British Columbia +0.292916 aapg_af_150.html aapg_af_150.html:79:7748:7765 Schuler Shreveport, Louisiana +0.240584 aapg_ad_808.html aapg_ad_808.html:334:22362:22370 Tensleep Flat Creek, Missouri +0.264704 aapg_ah_27.html aapg_ah_27.html:120:18204:18226 Marble Falls Fort Worth, Texas +0.277725 aapg_ae_992.html aapg_ae_992.html:190:17709:17728 Chugwater John Crow Mountains +0.376464 aapg_ae_71.html aapg_ae_71.html:259:24100:24121 Toroweap Grand Canyon +0.47188 aapg_ae_419.html aapg_ae_419.html:999:86777:86788 San Antonio Puebla, Puebla +0.241964 geology_html_6344642892 geology_html_6344642892:72:7632:7646 Maidens Gneiss Virginia +0.490028 gsa_html_9898556493 gsa_html_9898556493:298:37008:37024 Modesto Merced River +0.489765 gsa_html_5526369353 gsa_html_5526369353:813:75055:75083 Green River Colorado +0.484059 geology_html_7458357361 geology_html_7458357361:13:643:652 San Diego La Jolla +0.251446 cspg_html_2954223000 cspg_html_2954223000:1273:164409:164414 Weeks Tulsa, Oklahoma +0.250992 aapg_ah_754.html aapg_ah_754.html:434:41144:41164 Huntingdon Nooksack River +0.27713 geology_html_9788030825 geology_html_9788030825:14:709:717 Colorado Denver +0.48719 gsa_html_3614490577 gsa_html_3614490577:645:54610:54620 Carbondale Illinois +0.539028 aapg_aa_233.html aapg_aa_233.html:588:59992:60010 Kiamichi Texas +0.256542 aapg_ah_429.html aapg_ah_429.html:69:6156:6171 Queen New Mexico +0.4695 cspg_html_3277684928 cspg_html_3277684928:239:28655:28670 Bluff Cayman Islands +0.25194 palaios_html_7465495929 palaios_html_7465495929:333:24316:24324 Caldwell Toronto +0.501704 aapg_ai_145.html aapg_ai_145.html:86:11172:11188 Fernie Big Horn Mountains +0.263262 aapg_ae_113.html aapg_ae_113.html:209:27014:27028 Eids Western world +0.492993 aapg_ai_54.html aapg_ai_54.html:6:899:912 Woodbine Tuscaloosa, Alabama +0.24366 cspg_html_4636216007 cspg_html_4636216007:540:53315:53330 Melville Island Canadian Arctic Archipelago +0.266616 aapg_af_701.html aapg_af_701.html:264:33985:33998 Chemung Preston County, West Virginia +0.271872 aapg_ai_763.html aapg_ai_763.html:72:9521:9538 Schuler County Sligo +0.482218 aapg_ah_532.html aapg_ah_532.html:125:9622:9637 Ouray San Juan County, Utah +0.247446 aapg_ac_200.html aapg_ac_200.html:413:40831:40848 Fort Union Evanston, Wyoming +0.46376 palaios_html_5444521865 palaios_html_5444521865:592:55569:55600 Luning California +0.25896 aapg_ah_723.html aapg_ah_723.html:40:6160:6180 Colorado Canada +0.465836 aapg_ad_466.html aapg_ad_466.html:763:83708:83726 Monmouth Red Bank, New Jersey +0.260338 aapg_ad_808.html aapg_ad_808.html:293:20873:20884 Sheep Creek Flat Creek, Missouri +0.26156 palaios_html_7541955341 palaios_html_7541955341:38:2738:2760 Laurentian Cordillera Administrative Region +0.248965 aapg_ac_419.html aapg_ac_419.html:1023:109982:109990 Catskill Pennsylvania +0.479245 aapg_aa_357.html aapg_aa_357.html:440:40339:40356 Todilto New Mexico +0.28713 cspg_html_6816015957 cspg_html_6816015957:396:45318:45334 Fernie Lacombe, Alberta +0.480599 aapg_ad_440.html aapg_ad_440.html:944:93400:93408 Maccrady Virginia +0.267285 cspg_html_4796942391 cspg_html_4796942391:478:52154:52162 Dunvegan Victoria, British Columbia +0.515449 aapg_ac_592.html aapg_ac_592.html:9:1359:1368 Popo Agie Cheyenne, Wyoming +0.258937 aapg_ad_605.html aapg_ad_605.html:93:10048:10055 Hermosa Colorado +0.24745 aapg_af_129.html aapg_af_129.html:396:41925:41948 Colorado Eagle River, Alaska +0.482555 geology_html_8847002020 geology_html_8847002020:145:14298:14304 Oregon Boise, Idaho +0.504339 aapg_af_685.html aapg_af_685.html:188:20194:20211 Hanover Jamaica, Queens +0.25344 aapg_aa_39.html aapg_aa_39.html:42:4894:4913 Leadville Ouray, Colorado +0.249498 sedimentology_html_1918385373 sedimentology_html_1918385373:1034:80624:80628 Hall London, Ontario +0.47752 aapg_ah_749.html aapg_ah_749.html:3:210:217 Norfolk Newport, Rhode Island +0.240215 aapg_ae_448.html aapg_ae_448.html:122:13657:13663 Paluxy Paluxy, Texas +0.464142 aapg_aa_696.html aapg_aa_696.html:700:76202:76210 Colorado Colorado +0.262614 gsa_html_5250670372 gsa_html_5250670372:753:54117:54140 Boulder Creek Canada +0.260608 aapg_ad_152.html aapg_ad_152.html:1803:234299:234315 Kaibab Logan, Utah +0.471896 aapg_ae_20.html aapg_ae_20.html:381:30475:30483 Woodford California +0.4914 aapg_aa_399.html aapg_aa_399.html:399:32285:32293 Paskapoo Edmonton, London +0.47058 aapg_ah_618.html aapg_ah_618.html:125:11203:11211 Colorado Cheyenne, Wyoming +0.259408 jgeology_html_7218166865 jgeology_html_7218166865:190:12967:12985 Morrison Cheyenne, Wyoming +0.26368 geology_html_7484355547 geology_html_7484355547:12:782:789 Newport Salem, Oregon +0.278588 aapg_ah_90.html aapg_ah_90.html:151:22910:22928 Morrison Cedar Mountains +0.252464 aapg_ae_461.html aapg_ae_461.html:17:2925:2933 Bellevue Bellevue, Nebraska +0.2555 palaios_html_6353470714 palaios_html_6353470714:10:453:471 Willwood Cheyenne, Wyoming +0.495792 cspg_html_4694210878 cspg_html_4694210878:69:7151:7162 Ekwan River River Severn +0.27234 aapg_ae_28.html aapg_ae_28.html:886:66124:66128 Bell Illinois +0.484702 aapg_ae_223.html aapg_ae_223.html:445:54866:54873 Wasatch Uinta Mountains +0.481168 aapg_ah_528.html aapg_ah_528.html:517:55313:55322 Bear Lake Logan, Utah +0.245391 aapg_ah_871.html aapg_ah_871.html:489:54135:54142 Pamelia Montreal +0.479304 cspg_html_3102530088 cspg_html_3102530088:75:10352:10372 Milk River Milk River, Alberta +0.243955 aapg_ai_974.html aapg_ai_974.html:764:83572:83582 Washington Salem, Oregon +0.714038 aapg_aa_305.html aapg_aa_305.html:12:2529:2549 Citronelle Mississippi River +0.260091 jgeology_html_6388378441 jgeology_html_6388378441:80:3517:3548 Red Rock New Mexico +0.241943 sedimentology_html_4005512474 sedimentology_html_4005512474:978:61518:61522 Hall London, Ontario +0.504252 jgeology_html_4305195651 jgeology_html_4305195651:610:78397:78403 Walton Oneonta, New York +0.27183 aapg_ah_859.html aapg_ah_859.html:213:24948:24964 Lisbon Lisbon +0.268203 aapg_af_84.html aapg_af_84.html:16:1292:1302 Washington West Coast of the United States +0.2328 aapg_ac_711.html aapg_ac_711.html:29:3656:3663 El Baul Barquisimeto +0.352047 aapg_ac_366.html aapg_ac_366.html:471:46012:46028 Salina Huntington, West Virginia +0.46011 aapg_ac_825.html aapg_ac_825.html:734:77655:77659 Hall California +0.2652 aapg_ah_486.html aapg_ah_486.html:128:13662:13682 Pottsville Huntington, West Virginia +0.501557 aapg_ae_206.html aapg_ae_206.html:358:42354:42371 Catahoula Oakville, California +0.247164 aapg_ad_696.html aapg_ad_696.html:112:11430:11436 Reklaw Charlotte, North Carolina +0.484176 aapg_ah_318.html aapg_ah_318.html:2869:235974:235997 Smackover Cotton Valley, Louisiana +0.486983 jgeology_html_2237275680 jgeology_html_2237275680:924:47605:47619 Sandia New Mexico +0.250901 aapg_ai_518.html aapg_ai_518.html:28:3680:3695 Ouray Leadville, Colorado +0.432978 cspg_html_7182873498 cspg_html_7182873498:61:11355:11371 Guelph Salina, Kansas +0.491384 aapg_aa_305.html aapg_aa_305.html:114:16658:16679 Shoal River Apalachicola River +0.250745 aapg_ae_873.html aapg_ae_873.html:59:7828:7841 Woodbine Hopkins County, Kentucky +0.253895 aapg_af_971.html aapg_af_971.html:14:624:630 Denver Colorado +0.261112 aapg_ai_755.html aapg_ai_755.html:140:16678:16684 Banner Denver +0.480312 aapg_ae_843.html aapg_ae_843.html:66:6743:6762 Rock Springs Cheyenne, Wyoming +0.2555 AMJC_html_9867680938 AMJC_html_9867680938:11:437:447 Washington Seattle +0.49028 aapg_ae_388.html aapg_ae_388.html:1262:75256:75262 Midway Texas +0.261888 cspg_html_4348111624 cspg_html_4348111624:51:10047:10085 Winnipegosis Regina, Saskatchewan +0.27612 aapg_aa_992.html aapg_aa_992.html:343:42526:42536 San Felipe Hockley +0.256542 sedimentology_html_3464809003 sedimentology_html_3464809003:1182:68012:68016 Bell Oman +0.476545 aapg_ac_743.html aapg_ac_743.html:104:13725:13739 Lyre Indian Creek, Florida +0.503649 gsa_html_4446967287 gsa_html_4446967287:73:5389:5396 Shuswap Washington (state) +0.247464 gsa_html_7020634397 gsa_html_7020634397:818:64250:64272 Nation River Anchorage, Alaska +0.484632 cspg_html_9648675035 cspg_html_9648675035:568:51841:51849 Columbia Lacombe, Alberta +0.487014 aapg_af_995.html aapg_af_995.html:25:2011:2022 Green River Sego, Utah +0.510402 aapg_ac_730.html aapg_ac_730.html:300:41691:41707 Toreva Mancos, Colorado +0.253512 cspg_html_8250500468 cspg_html_8250500468:397:50509:50528 Kaskapau Shaftesbury +0.492336 aapg_ac_333.html aapg_ac_333.html:220:28327:28337 Whitehorse New Mexico +0.25441 cspg_html_9501006975 cspg_html_9501006975:408:47878:47897 Kaskapau Lacombe, Alberta +0.24837 cspg_html_4422229045 cspg_html_4422229045:202:27603:27637 Ramparts Norman Wells +0.49816 aapg_ai_583.html aapg_ai_583.html:307:37272:37280 Sundance Black Hills +0.25123 aapg_ac_563.html aapg_ac_563.html:316:44475:44480 Sligo Texas +0.492184 gsa_html_8928805369 gsa_html_8928805369:1049:99538:99566 Green River New Mexico +0.486675 gsa_html_7040053075 gsa_html_7040053075:332:30951:30965 Topanga San Gabriel Mountains +0.474096 aapg_ae_122.html aapg_ae_122.html:105:12701:12713 Saskatchewan Manitoba +0.257514 gsa_html_6985417117 gsa_html_6985417117:701:57339:57348 Extension Chandler, Arizona +0.47712 aapg_af_377.html aapg_af_377.html:25:3410:3418 Colorado Canada +0.468435 aapg_ac_666.html aapg_ac_666.html:11:1143:1161 Onondaga Bloomington, Indiana +0.276595 aapg_ai_480.html aapg_ai_480.html:163:15444:15450 Tulare Corcoran, California +0.262524 aapg_aa_756.html aapg_aa_756.html:67:7171:7188 Pekisko Lacombe, Alberta +0.25029 palaios_html_6100595217 palaios_html_6100595217:31:2790:2799 Hampshire London, Ontario +0.500973 gsa_html_7090153753 gsa_html_7090153753:576:45951:45969 Monterey California +0.256522 aapg_aa_931.html aapg_aa_931.html:95:12154:12162 Wolfcamp West Texas +0.251292 cspg_html_1743658399 cspg_html_1743658399:106:12523:12527 Eids Melville Island (Canada) +0.509 gsa_html_9254703406 gsa_html_9254703406:699:65886:65914 Green River Colorado +0.235668 cspg_html_4115156925 cspg_html_4115156925:40:7078:7110 Montney Lacombe, Alberta +0.251808 aapg_ai_285.html aapg_ai_285.html:5:780:797 Kaguyak Mount Katmai +0.494025 aapg_ae_371.html aapg_ae_371.html:66:10339:10347 Kootenay Bow River +0.472317 geology_html_7000342533 geology_html_7000342533:113:9354:9374 Richardson Mountains Cordillera Administrative Region +0.491748 gsa_html_8957428880 gsa_html_8957428880:374:34395:34423 Green River Colorado +0.270396 aapg_ai_974.html aapg_ai_974.html:650:68128:68135 Cowlitz California +0.926394 aapg_ae_428.html aapg_ae_428.html:721:58795:58813 Oakville Texas +0.488565 geology_html_1844850227 geology_html_1844850227:25:1437:1450 Santa Barbara Washington (state) +0.271377 palaios_html_3406135825 palaios_html_3406135825:429:45691:45707 Nepean Missouri River +0.50295 aapg_ad_149.html aapg_ad_149.html:139:14263:14268 Yukon Victoria, British Columbia +0.493608 gsa_html_1190215699 gsa_html_1190215699:19:1179:1195 Blaine Texas +0.239904 aapg_aa_563.html aapg_aa_563.html:415:52985:52995 Rio Grande Nueces County, Texas +0.240757 aapg_ah_879.html aapg_ah_879.html:3:207:212 Yukon Canada +0.2505 sedimentology_html_2139169476 sedimentology_html_2139169476:57:4041:4050 Peninsula Korea +0.473144 cspg_html_4341656515 cspg_html_4341656515:500:47775:47780 Liard Canada +0.266742 cspg_html_4685751140 cspg_html_4685751140:327:36915:36937 Winnipegosis Regina, Saskatchewan +0.46926 aapg_aa_544.html aapg_aa_544.html:45:6160:6177 Madison Yellowstone National Park +0.521954 aapg_ah_105.html aapg_ah_105.html:11:1672:1682 San Andres Nashville Basin +0.564655 AMJC_html_8831189197 AMJC_html_8831189197:144:17147:17156 Red River Arcadia, California +0.502603 geology_html_8332015754 geology_html_8332015754:329:22637:22655 Imperial California +0.262474 aapg_af_887.html aapg_af_887.html:196:19593:19610 Rustler Delaware +0.510485 gsa_html_2338244700 gsa_html_2338244700:1039:87837:87865 Green River Iran +0.507105 aapg_ah_271.html aapg_ah_271.html:74:8915:8938 Cotton Valley Texas +0.484615 aapg_ah_231.html aapg_ah_231.html:32:2982:2988 Paluxy County Sligo +0.492604 aapg_aa_626.html aapg_aa_626.html:299:33856:33879 Potomac Maryland +0.52195 aapg_ah_329.html aapg_ah_329.html:82:8743:8751 Monterey Monterey, California +0.252464 aapg_ac_475.html aapg_ac_475.html:59:9523:9531 Columbia Victoria, British Columbia +0.262446 aapg_aa_47.html aapg_aa_47.html:576:68875:68883 Wolfcamp Colorado +0.49408 aapg_ad_43.html aapg_ad_43.html:149:14678:14694 Guelph Ontario, California +0.84882 cspg_html_9587281669 cspg_html_9587281669:173:25781:25799 Belly River Milk River, Alberta +0.258039 sedimentology_html_9875508195 sedimentology_html_9875508195:484:45765:45776 Chamberlain San Francisco +0.162012 geology_html_6889011624 geology_html_6889011624:9:388:397 Red River Manitoba +0.482832 cspg_html_3740794265 cspg_html_3740794265:555:50360:50383 Montney Lacombe, Alberta +0.84088 gsa_html_7737235229 gsa_html_7737235229:914:59141:59160 Bonneterre Missouri River +0.249639 sedimentology_html_5319683455 sedimentology_html_5319683455:441:21872:21876 Hall London, Ontario +0.262626 gsa_html_1254347878 gsa_html_1254347878:443:48842:48865 Mount Shields Victoria, British Columbia +0.252416 cspg_html_7524537753 cspg_html_7524537753:572:56047:56056 Mackenzie Wrigley Field +0.252648 aapg_ae_599.html aapg_ae_599.html:392:35030:35041 San Joaquin Great Valley, New York +0.502492 cspg_html_7349901875 cspg_html_7349901875:13:1865:1878 Wapiti Edmonton, London +0.26574 cspg_html_1009613854 cspg_html_1009613854:820:74549:74566 Cardium Lacombe, Alberta +0.249775 cspg_html_6351830705 cspg_html_6351830705:227:34752:34775 Cherry Canyon China +0.444888 palaios_html_8113714689 palaios_html_8113714689:250:28070:28078 Munising Munising, Michigan +0.48735 palaios_html_6057846631 palaios_html_6057846631:396:41744:41768 Columbia Svalbard +0.475132 aapg_ae_206.html aapg_ae_206.html:239:27219:27230 Lissie Beaumont, Texas +0.482422 aapg_aa_37.html aapg_aa_37.html:166:20304:20327 Arcturus Supai, Arizona +0.506253 cspg_html_8414893458 cspg_html_8414893458:468:55181:55197 Gates Victoria, British Columbia +0.256949 cspg_html_6502178723 cspg_html_6502178723:40:6646:6654 Columbia Lacombe, Alberta +0.379262 aapg_ad_307.html aapg_ad_307.html:87:8873:8886 Oquirrh Boise, Idaho +0.487473 aapg_aa_696.html aapg_aa_696.html:685:75069:75077 Colorado Denver +0.499488 cspg_html_1624547765 cspg_html_1624547765:150:14934:14952 Grosmont Lacombe, Alberta +0.227408 jgeology_html_3171318738 jgeology_html_3171318738:92:3493:3501 Virginia Norfolk, Virginia +0.25856 cspg_html_1173833070 cspg_html_1173833070:69:8094:8102 Paskapoo Edmonton, London +0.258552 aapg_ai_594.html aapg_ai_594.html:419:43057:43065 Colorado Sangre de Cristo Range +0.249964 aapg_af_479.html aapg_af_479.html:590:63695:63704 San Diego Western world +0.484864 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka Atoka, Oklahoma +0.262119 cspg_html_4048108956 cspg_html_4048108956:304:44019:44036 Bowser Victoria, British Columbia +0.262973 aapg_ac_382.html aapg_ac_382.html:284:26537:26555 Morrison Sandoval County, New Mexico +0.49305 aapg_ai_388.html aapg_ai_388.html:321:33810:33827 Wasatch Uinta Mountains +0.6956 aapg_ae_876.html aapg_ae_876.html:89:10577:10588 Green River Cedar Mountains +0.254508 aapg_af_143.html aapg_af_143.html:1141:126166:126185 Hornbrook Myrtle Point, Oregon +0.459648 cspg_html_7325522863 cspg_html_7325522863:152:23671:23678 Bearpaw Milk River, Alberta +0.485898 aapg_ac_217.html aapg_ac_217.html:189:21978:21983 Hueco Luna County, New Mexico +0.25653 cspg_html_4256688574 cspg_html_4256688574:39:4919:4927 Colorado Lacombe, Alberta +0.50668 cspg_html_2420029771 cspg_html_2420029771:930:92352:92386 Beekmantown Quebec City +0.480496 aapg_af_575.html aapg_af_575.html:343:47537:47553 Henryhouse Helderberg +0.238612 aapg_ah_176.html aapg_ah_176.html:860:63401:63409 Colorado Denver +0.49244 aapg_af_854.html aapg_af_854.html:512:68518:68524 Keokuk Fort Payne, Alabama +0.482422 cspg_html_7678714791 cspg_html_7678714791:544:68043:68081 Borden Canada +0.491398 aapg_ah_778.html aapg_ah_778.html:3:382:388 Sierra Mexico +0.247506 aapg_ac_486.html aapg_ac_486.html:652:81589:81596 Madison Cheyenne, Wyoming +0.25908 geology_html_1904038295 geology_html_1904038295:258:21724:21737 Potomac Gabon +0.260538 cspg_html_8121999081 cspg_html_8121999081:22:2419:2426 Sikanni Victoria, British Columbia +0.258028 cspg_html_5345848475 cspg_html_5345848475:97:13802:13825 Medicine Hat Colorado +0.253506 cspg_html_1925276454 cspg_html_1925276454:630:60747:60762 Athabasca Lacombe, Alberta +0.265224 palaios_html_4880574501 palaios_html_4880574501:167:19849:19867 Fairview Netherlands +0.241362 aapg_af_483.html aapg_af_483.html:63:8175:8189 El Plan Rosario, Cavite +0.268812 cspg_html_4825875434 cspg_html_4825875434:450:49984:50010 West Point Quebec City +0.249498 AMJC_html_5916115748 AMJC_html_5916115748:1229:116190:116208 Quinault Washington (state) +0.273529 aapg_ae_223.html aapg_ae_223.html:416:51145:51157 Wasatch Wasatch Range +0.2604 aapg_ah_871.html aapg_ah_871.html:4:587:594 Pamelia Montreal +0.258825 cspg_html_3129231627 cspg_html_3129231627:393:49495:49509 Thumb Mountain Bathurst Island (Northern Territory) +0.267 aapg_af_664.html aapg_af_664.html:346:37999:38009 San Andres Crockett County, Tennessee +0.273408 aapg_ad_880.html aapg_ad_880.html:115:13948:13958 Minnekahta Cheyenne, Wyoming +0.466378 cspg_html_1025724640 cspg_html_1025724640:670:76561:76578 Mingan Quebec City +0.253967 aapg_ad_466.html aapg_ad_466.html:1415:150395:150410 Aquia Virginia +0.485395 aapg_aa_48.html aapg_aa_48.html:467:46898:46909 Heath Montana +0.468975 cspg_html_2283545366 cspg_html_2283545366:610:64314:64340 Halfway Canada +0.478856 aapg_ah_644.html aapg_ah_644.html:173:21006:21019 Gypsum Spring Regina, Saskatchewan +0.259588 gsa_html_9866042258 gsa_html_9866042258:1067:80364:80370 Oregon California +0.254829 aapg_ai_925.html aapg_ai_925.html:39:5013:5037 Mission Canyon Texas +0.469482 aapg_ah_567.html aapg_ah_567.html:123:14022:14032 Hartshorne Red Oak, Iowa +0.26571 aapg_ai_669.html aapg_ai_669.html:77:11780:11795 Lance Cheyenne, Wyoming +0.400649 gsa_html_8892994555 gsa_html_8892994555:741:72427:72439 Owens Valley California +0.278528 aapg_ah_978.html aapg_ah_978.html:173:18989:19005 Tulare Tulare, California +0.265738 gsa_html_1105200950 gsa_html_1105200950:497:43830:43839 Knoxville Ward (LDS Church) +0.838272 aapg_af_288.html aapg_af_288.html:103:11821:11851 Montoya Western world +0.496244 cspg_html_5435328392 cspg_html_5435328392:355:36691:36717 Belly River Canada +0.25948 cspg_html_3907807140 cspg_html_3907807140:539:63866:63883 Mattson Canada +0.484632 aapg_ai_54.html aapg_ai_54.html:3:405:417 Midway Mississippi River +0.260478 cspg_html_6116883777 cspg_html_6116883777:844:108501:108526 Somerset Bath, Somerset +0.49296 aapg_ad_69.html aapg_ad_69.html:191:14971:14979 Sundance Fort Union Trading Post National Historic Site +0.248937 aapg_af_289.html aapg_af_289.html:81:9742:9748 Brazil Rio Grande do Sul +0.258 cspg_html_6984906794 cspg_html_6984906794:969:66222:66239 Bearpaw Lacombe, Alberta +0.881672 aapg_ai_583.html aapg_ai_583.html:799:84977:84995 Sundance Cheyenne, Wyoming +0.459855 aapg_ah_327.html aapg_ah_327.html:230:18811:18816 Heath Williston, Vermont +0.827844 sedimentology_html_3455721661 sedimentology_html_3455721661:54:5752:5769 Todilto New Mexico +0.469712 aapg_ai_572.html aapg_ai_572.html:73:8686:8703 Hilltop Pontotoc County, Mississippi +0.243122 sedimentology_html_2898428289 sedimentology_html_2898428289:2055:101373:101391 Birdbear Canada +0.275098 jgeology_html_1188020601 jgeology_html_1188020601:155:8760:8765 Utica Saratoga, California +0.248832 cspg_html_3554431164 cspg_html_3554431164:34:4446:4467 Mount Hawk Cheviot, Ohio +0.4845 cspg_html_7752087721 cspg_html_7752087721:504:58686:58691 Logan Perth, Western Australia +0.476088 sedimentology_html_9232728124 sedimentology_html_9232728124:412:31227:31259 Cutler Colorado +0.25149 cspg_html_7970178687 cspg_html_7970178687:14:1486:1492 Viking Colorado +0.269336 cspg_html_8089302449 cspg_html_8089302449:23:3829:3851 Slave Point Lacombe, Alberta +0.249494 aapg_aa_243.html aapg_aa_243.html:272:21256:21264 Onondaga Huntington, West Virginia +0.259077 cspg_html_3745369968 cspg_html_3745369968:10:1482:1506 Cedar District Victoria, British Columbia +0.47104 aapg_ae_973.html aapg_ae_973.html:282:19481:19496 Diablo Culberson County Airport +0.272896 gsa_html_4675429437 gsa_html_4675429437:224:16014:16024 San Felipe Sonora +0.256473 sedimentology_html_9290555224 sedimentology_html_9290555224:728:49416:49431 Sligo Texas +0.495645 cspg_html_5220068638 cspg_html_5220068638:194:23350:23364 St. Mary River Bearpaw Formation +0.446949 aapg_ah_393.html aapg_ah_393.html:125:15845:15860 Banff Lacombe, Alberta +0.255 geology_html_9714557029 geology_html_9714557029:229:22388:22401 Raton New Mexico +0.482275 gsa_html_1338947136 gsa_html_1338947136:31:3210:3218 Colorado Denver +0.246973 aapg_ac_631.html aapg_ac_631.html:333:40557:40575 Teewinot Signal Mountain (Wyoming) +0.48 aapg_ah_77.html aapg_ah_77.html:189:25768:25778 Washington Cheyenne, Wyoming +0.484946 sedimentology_html_1930822610 sedimentology_html_1930822610:1364:92682:92699 Ivishak Anchorage, Alaska +0.491097 aapg_aa_918.html aapg_aa_918.html:26:5074:5084 Wellington Colorado +0.479359 aapg_ae_981.html aapg_ae_981.html:83:6273:6283 Brownsport Bainbridge, Georgia +0.248976 aapg_ah_245.html aapg_ah_245.html:6:750:759 Athabasca Canada +0.479364 geology_html_5513997578 geology_html_5513997578:216:21454:21460 Reston Cheyenne, Wyoming +0.261948 cspg_html_2490951833 cspg_html_2490951833:584:89776:89792 Ireton Lacombe, Alberta +0.262656 jgeology_html_2837808723 jgeology_html_2837808723:1274:70321:70325 Hall London, Ontario +0.488992 palaios_html_7679079277 palaios_html_7679079277:45:3644:3665 Bell Carmel, Indiana +0.25553 gsa_html_4667678389 gsa_html_4667678389:547:51201:51217 Twitya Cordillera Administrative Region +0.523425 aapg_ah_536.html aapg_ah_536.html:127:17561:17566 Sligo Texas +0.492926 gsa_html_2162821431 gsa_html_2162821431:1383:116091:116119 Green River Colorado +0.269261 cspg_html_3482605972 cspg_html_3482605972:316:40304:40328 Paskapoo Lacombe, Alberta +0.5208 gsa_html_4198401751 gsa_html_4198401751:30:2872:2900 Green River Colorado +0.488529 aapg_aa_23.html aapg_aa_23.html:254:28316:28324 Winnipeg Winnipeg +0.244125 cspg_html_7201476813 cspg_html_7201476813:305:37687:37707 Dawson Bay Manitoba +0.254178 cspg_html_4812473779 cspg_html_4812473779:174:28520:28540 La Vieille New Brunswick, New Jersey +0.489915 aapg_ai_751.html aapg_ai_751.html:171:17661:17668 Warrior Crawford County, Georgia +0.517194 aapg_aa_314.html aapg_aa_314.html:408:48918:48930 Rhode Island Block Island +0.249498 aapg_ah_95.html aapg_ah_95.html:72:7550:7556 Concha Arizona +0.494088 gsa_html_7542416588 gsa_html_7542416588:199:16488:16496 Colorado Denver +0.500316 cspg_html_2182541128 cspg_html_2182541128:18:1976:1989 Kootenay Kootenay River +0.259458 geology_html_4466142312 geology_html_4466142312:183:17574:17582 Beaumont Beaumont, Texas +0.27336 gsa_html_7635660482 gsa_html_7635660482:814:69461:69479 Morrison Logan, Utah +0.898704 aapg_aa_399.html aapg_aa_399.html:745:66523:66536 Turner Valley Lacombe, Alberta +0.26355 aapg_af_435.html aapg_af_435.html:51:5528:5541 Cotton Valley Alabama +0.253422 gsa_html_3211466538 gsa_html_3211466538:15:683:689 Reston Virginia +0.91104 gsa_html_9613801428 gsa_html_9613801428:20:1224:1267 Talkeetna Anchorage, Alaska +0.351094 geology_html_7356393951 geology_html_7356393951:11:520:524 Elko Reno, Nevada +0.47895 aapg_ac_333.html aapg_ac_333.html:969:117375:117379 Yeso Coconino County, Arizona +0.48246 geology_html_9755058567 geology_html_9755058567:297:26572:26577 Stark California +0.506574 aapg_ad_387.html aapg_ad_387.html:18:2395:2409 Buda Fort Worth, Texas +0.472192 cspg_html_5541725202 cspg_html_5541725202:495:67226:67246 Broad Cove Cape Breton Island +0.4356 geology_html_3834690938 geology_html_3834690938:25:1551:1559 Colorado Cambridge, Massachusetts +0.465795 sedimentology_html_1574151857 sedimentology_html_1574151857:129:12114:12120 Oregon Washington (state) +0.500544 jgeology_html_7218166865 jgeology_html_7218166865:91:3636:3669 Morrison Logan, Utah +0.262416 aapg_ah_843.html aapg_ah_843.html:328:32264:32284 Fort Union Cheyenne, Wyoming +0.35856 cspg_html_9924397126 cspg_html_9924397126:1865:180092:180114 Plattin Missouri River +0.253005 cspg_html_7310162886 cspg_html_7310162886:190:25786:25807 Sadlerochit Anchorage, Alaska +0.258064 cspg_html_3610827329 cspg_html_3610827329:323:37621:37636 Turtle Mountain Lacombe, Alberta +0.256985 cspg_html_5995140321 cspg_html_5995140321:196:19343:19351 Columbia Victoria, British Columbia +0.497034 aapg_ai_144.html aapg_ai_144.html:262:26992:27008 Wapiti Rutherford, New Jersey +0.256 cspg_html_9941227593 cspg_html_9941227593:763:78566:78601 Bakken Williston Basin +0.267776 cspg_html_2603142862 cspg_html_2603142862:10:965:975 Clearwater Clearwater, Florida +0.498759 gsa_html_6062330506 gsa_html_6062330506:835:81882:81910 Green River Iran +0.265738 palaios_html_7274959329 palaios_html_7274959329:297:23836:23851 Elk Wisconsin +0.23952 gsa_html_8349861296 gsa_html_8349861296:368:30511:30538 Esmeralda Fish Lake Valley, Nevada +0.464406 aapg_ah_5.html aapg_ah_5.html:2264:151183:151201 Ashville Manitoba +0.488654 aapg_ae_544.html aapg_ae_544.html:65:8987:8997 Washington Canada +0.270391 aapg_ae_45.html aapg_ae_45.html:27:4002:4011 Smackover Arkansas +0.251392 aapg_ac_200.html aapg_ac_200.html:60:6827:6844 Wasatch Cheyenne, Wyoming +0.540166 aapg_ac_65.html aapg_ac_65.html:69:8543:8559 Morgan Colorado +0.249711 aapg_ae_789.html aapg_ae_789.html:477:56862:56880 Wabamun Lacombe, Alberta +0.264192 aapg_ah_428.html aapg_ah_428.html:378:46041:46049 Caballos Santiago +0.251 gsa_html_3170047312 gsa_html_3170047312:325:26181:26187 Madrid Colima, Colima +0.246012 geology_html_2759241456 geology_html_2759241456:297:21552:21558 Person London, Ontario +0.237165 gsa_html_2793316978 gsa_html_2793316978:1218:117856:117873 Onaping Sudbury, Suffolk +0.240458 gsa_html_1164021120 gsa_html_1164021120:571:47031:47034 Rye South Africa +0.254 jgeology_html_9091100556 jgeology_html_9091100556:913:51100:51116 Kazan Regina, Saskatchewan +0.461148 cspg_html_1434585715 cspg_html_1434585715:311:28852:28870 Coalspur Red Deer, Alberta +0.243811 gsa_html_6589330144 gsa_html_6589330144:143:18287:18295 Loveland Peoria, Illinois +0.252 aapg_ad_440.html aapg_ad_440.html:769:79039:79047 Maccrady Pocono Raceway +0.48994 palaios_html_9948623145 palaios_html_9948623145:654:66934:66938 Hall London, Ontario +0.243045 aapg_ad_583.html aapg_ad_583.html:30:4610:4618 Bathurst Cobourg Peninsula +0.242928 cspg_html_1948505826 cspg_html_1948505826:458:46630:46645 Elk Lacombe, Alberta +0.245338 gsa_html_5613364929 gsa_html_5613364929:889:84812:84822 Twin Falls Boise, Idaho +0.477648 cspg_html_3907807140 cspg_html_3907807140:783:76625:76636 Peace River Canada +0.44955 aapg_ae_70.html aapg_ae_70.html:354:36245:36253 Colorado Logan, Utah +0.485052 aapg_ah_781.html aapg_ah_781.html:331:32689:32705 Warner Wadden Sea National Parks +0.19494 aapg_ae_961.html aapg_ae_961.html:134:10873:10891 Winnipeg Manitoba +0.269775 aapg_ad_784.html aapg_ad_784.html:157:17093:17098 Sespe Ojai, California +0.498005 cspg_html_3016068951 cspg_html_3016068951:20:2071:2104 Birdbear Regina, Saskatchewan +0.262636 cspg_html_3762708087 cspg_html_3762708087:80:11164:11176 Viking Bow Island Airport +0.470869 gsa_html_5601712699 gsa_html_5601712699:574:50949:50960 Pico Cheviot Hills +0.486983 gsa_html_4339524478 gsa_html_4339524478:979:91481:91491 Washington Boise, Idaho +0.256032 aapg_af_129.html aapg_af_129.html:391:40847:40863 Casper Granite Canyon +0.49088 aapg_ae_989.html aapg_ae_989.html:50:4847:4862 Keokuk Burlington, Ontario +0.473715 aapg_ai_267.html aapg_ai_267.html:179:24021:24028 Halifax Cape Hatteras Light +0.51552 aapg_af_479.html aapg_af_479.html:686:73249:73258 San Diego La Jolla +0.257536 aapg_ae_537.html aapg_ae_537.html:839:102562:102584 Columbia Seattle +0.262108 aapg_ai_831.html aapg_ai_831.html:60:6976:6994 Provo Balkans +0.263572 sedimentology_html_9842671891 sedimentology_html_9842671891:1678:79241:79245 Bern Switzerland +0.275609 cspg_html_3068776384 cspg_html_3068776384:535:59514:59531 Cardium Lacombe, Alberta +0.239057 AMJC_html_7984049819 AMJC_html_7984049819:829:87457:87474 Waweig New Brunswick, New Jersey +0.468414 aapg_ae_822.html aapg_ae_822.html:158:13857:13866 Gatesburg Pennsylvania +0.25704 sedimentology_html_2077308623 sedimentology_html_2077308623:678:56318:56324 Ludlow Sweden +0.258572 aapg_ad_307.html aapg_ad_307.html:68:8023:8029 Antler Reno, Nevada +0.302328 cspg_html_6985536436 cspg_html_6985536436:729:94374:94392 Isachsen Banks Island +0.255021 jgeology_html_3434214786 jgeology_html_3434214786:168:11546:11576 Horse Spring Lake Mead +0.490795 aapg_ai_236.html aapg_ai_236.html:155:14377:14391 Bedford Southampton (town), New York +0.517479 aapg_aa_621.html aapg_aa_621.html:581:71491:71510 Mesaverde Cheyenne, Wyoming +0.89958 aapg_ad_865.html aapg_ad_865.html:261:27449:27454 Ouray Ouray, Colorado +0.69642 aapg_ae_473.html aapg_ae_473.html:506:47333:47350 Chickasawhay Mississippi River +0.26986 sedimentology_html_4278388483 sedimentology_html_4278388483:934:54045:54054 Red River Lake Texoma +0.252984 sedimentology_html_4168060420 sedimentology_html_4168060420:1415:99256:99265 Extension Tyrrhenian Sea +0.513279 gsa_html_6627974776 gsa_html_6627974776:811:62760:62770 Wellington White River (Washington) +0.50399 aapg_ai_15.html aapg_ai_15.html:18:2046:2067 Sabine Shreveport, Louisiana +0.50796 gsa_html_4108353219 gsa_html_4108353219:659:50600:50614 Troy Arizona +0.4671 aapg_aa_106.html aapg_aa_106.html:584:66553:66558 Pense Regina, Saskatchewan +0.24823 aapg_ah_176.html aapg_ah_176.html:744:60028:60034 Denver Colorado +0.278236 aapg_ae_916.html aapg_ae_916.html:451:52154:52162 Kootenai Colorado +0.488565 gsa_html_1166388813 gsa_html_1166388813:812:76692:76696 Hall Canada +0.243522 aapg_aa_909.html aapg_aa_909.html:77:8514:8520 Denver Colorado +0.484848 cspg_html_8247666269 cspg_html_8247666269:13:1809:1825 Kanguk Canada +0.266255 aapg_ac_785.html aapg_ac_785.html:346:54499:54503 Sims Wise County, Virginia +0.48692 aapg_aa_826.html aapg_aa_826.html:269:25661:25679 Norfolk Pamlico County, North Carolina +0.230039 aapg_ad_648.html aapg_ad_648.html:244:29597:29603 Denver Colorado +0.501375 aapg_ah_644.html aapg_ah_644.html:260:31254:31269 Swift Williston Basin +0.26659 aapg_aa_303.html aapg_aa_303.html:76:7127:7144 Manitou Aspen, Colorado +0.51615 aapg_aa_684.html aapg_aa_684.html:119:12910:12914 Jelm John Crow Mountains +0.30051 aapg_ah_134.html aapg_ah_134.html:226:19009:19019 Tuscaloosa Paluxy, Texas +0.264704 sedimentology_html_9940655200 sedimentology_html_9940655200:91:8545:8553 Michigan Germering +0.268299 aapg_ae_341.html aapg_ae_341.html:197:21200:21207 Rodessa Paluxy, Texas +0.67304 geology_html_1719839605 geology_html_1719839605:234:21866:21878 Fayetteville Arkansas +0.711585 aapg_ad_800.html aapg_ad_800.html:138:16456:16467 Coffee Tupelo, Mississippi +0.47616 cspg_html_9343899465 cspg_html_9343899465:2488:228721:228742 Bathurst Canadian Arctic Archipelago +0.516655 aapg_ad_641.html aapg_ad_641.html:43:6444:6454 San Andres Hockley +0.481618 aapg_ah_82.html aapg_ah_82.html:140:15271:15288 La Pena Pine Island (Lee County, Florida) +0.269297 aapg_ae_67.html aapg_ae_67.html:223:19788:19808 Phosphoria Cheyenne, Wyoming +0.235 cspg_html_4326384800 cspg_html_4326384800:1139:169206:169220 Woodbend Lacombe, Alberta +0.269868 aapg_ai_750.html aapg_ai_750.html:91:9486:9495 Smackover Chunchula, Alabama +0.259032 gsa_html_4220229801 gsa_html_4220229801:13:629:639 Washington Spokane, Washington +0.254478 aapg_ac_380.html aapg_ac_380.html:201:25443:25451 Onondaga Edgecliff, New South Wales +0.24192 cspg_html_4326384800 cspg_html_4326384800:1018:149604:149623 Ramparts Canada +0.494468 gsa_html_1232517399 gsa_html_1232517399:1598:110854:110882 Green River New Mexico +0.246609 aapg_ah_632.html aapg_ah_632.html:172:22631:22639 Virginia Piedmont (United States) +0.454896 aapg_ac_324.html aapg_ac_324.html:2079:242892:242897 Weeks Reno, Nevada +0.495208 aapg_ad_3.html aapg_ad_3.html:758:72113:72124 Beekmantown Eggleston +0.253991 cspg_html_1456761793 cspg_html_1456761793:15:2819:2836 Dunedin Dunedin, Florida +0.483492 cspg_html_4516258038 cspg_html_4516258038:249:25271:25284 Parry Islands Bathurst Island (Northern Territory) +0.462844 cspg_html_6252849194 cspg_html_6252849194:6:379:402 Deer Valley Lacombe, Alberta +0.482816 cspg_html_3175305741 cspg_html_3175305741:50:7923:7933 Road River Porcupine River (Ontario) +0.258516 palaios_html_6411384130 palaios_html_6411384130:70:8677:8687 Florissant Florissant, Colorado +0.25324 cspg_html_4382149016 cspg_html_4382149016:353:52578:52599 Lawrence Utica, New York +0.503564 palaios_html_2600967323 palaios_html_2600967323:902:61465:61475 Washington Melbourne, Florida +0.527858 aapg_ac_363.html aapg_ac_363.html:109:12763:12779 Kern River Fruitvale, British Columbia +0.263025 gsa_html_1489580785 gsa_html_1489580785:704:60218:60232 Monterey California +0.25725 aapg_ad_757.html aapg_ad_757.html:238:29018:29024 Wilcox Arbuckle, California +0.254976 aapg_ah_644.html aapg_ah_644.html:219:26021:26044 Gypsum Spring Regina, Saskatchewan +0.261021 aapg_ac_337.html aapg_ac_337.html:51:5223:5234 Reclamation Hartville, Missouri +0.481076 aapg_ac_789.html aapg_ac_789.html:7:618:645 Barnett Texas +0.253506 aapg_ae_928.html aapg_ae_928.html:200:14326:14345 Mt Lytton Shreveport, Louisiana +0.483041 cspg_html_4326384800 cspg_html_4326384800:1014:148760:148781 Slave Point Swan Hill, Victoria +0.374205 aapg_aa_123.html aapg_aa_123.html:301:31153:31164 Buick Creek Lima, Ohio +0.489005 jgeology_html_2714962789 jgeology_html_2714962789:750:47457:47465 Virginia Ringgold, Georgia +0.49875 aapg_ae_454.html aapg_ae_454.html:240:20106:20115 Morehouse Shreveport, Louisiana +0.268243 palaios_html_7111318862 palaios_html_7111318862:152:15698:15715 Wapiti Western world +0.48076 cspg_html_3926542795 cspg_html_3926542795:1455:148313:148327 Frio Brazoria County, Texas +0.471396 aapg_aa_303.html aapg_aa_303.html:372:35069:35077 Colorado Colorado +0.243486 aapg_ai_534.html aapg_ai_534.html:8:1423:1435 Saskatchewan Lacombe, Alberta +0.265216 aapg_af_36.html aapg_af_36.html:188:17109:17114 Weeks Venezuela +0.270908 aapg_ae_915.html aapg_ae_915.html:9:1074:1086 Pierre Benton, Arkansas +0.26316 aapg_ad_801.html aapg_ad_801.html:131:14530:14545 Midway Shreveport, Louisiana +0.490941 gsa_html_2230555014 gsa_html_2230555014:917:72291:72319 Green River Iran +0.259458 aapg_ac_70.html aapg_ac_70.html:444:53010:53025 Weber Logan, Utah +0.497466 geology_html_7113954805 geology_html_7113954805:331:21776:21797 Mount Simon Bloomington, Indiana +0.498942 gsa_html_8284969566 gsa_html_8284969566:1142:80176:80204 Green River Colorado +0.24598 aapg_ad_784.html aapg_ad_784.html:382:39824:39830 Llajas Santa Susanna +0.26162 aapg_ah_687.html aapg_ah_687.html:427:57946:57982 Elk Clearwater, Florida +0.479457 jgeology_html_3517640817 jgeology_html_3517640817:113:4901:4910 Peninsula Korea +0.26724 gsa_html_4675429437 gsa_html_4675429437:939:68353:68363 San Felipe California +0.258362 palaios_html_9669360804 palaios_html_9669360804:39:3233:3253 Wellington Texas +0.474138 aapg_ac_215.html aapg_ac_215.html:288:24876:24895 Englewood Black Hills +0.250937 aapg_ae_319.html aapg_ae_319.html:604:51894:51908 Carmel Lake Fork (Texas) +0.258482 aapg_ah_536.html aapg_ah_536.html:3:364:379 Sligo Texas +0.248965 cspg_html_8649903682 cspg_html_8649903682:227:22967:22974 Cruiser Pine River (Michigan) +0.897726 aapg_ai_157.html aapg_ai_157.html:463:43156:43172 Guelph Norfolk, Virginia +0.891036 gsa_html_6062330506 gsa_html_6062330506:738:73399:73405 Salado New Mexico +0.26979 sedimentology_html_2041096405 sedimentology_html_2041096405:366:25736:25758 Guelph Sarnia, Ontario +0.483171 palaios_html_1560586324 palaios_html_1560586324:524:43946:43963 Temblor California +0.261626 aapg_ah_318.html aapg_ah_318.html:168:26258:26276 La Caja Cotton Valley, Louisiana +0.490776 aapg_ae_147.html aapg_ae_147.html:142:15900:15906 Modelo South Mountains (Arizona) +0.259081 aapg_af_988.html aapg_af_988.html:15:507:515 Edmonton Canada +0.816148 aapg_ai_17.html aapg_ai_17.html:1401:97307:97321 Catahoula Texas +0.499757 aapg_ae_134.html aapg_ae_134.html:117:11424:11439 Frio Bay, Arkansas +0.252464 aapg_ae_498.html aapg_ae_498.html:674:73323:73338 Bowen Virginia +0.491748 aapg_ai_887.html aapg_ai_887.html:239:28813:28839 Halfway Grand Prairie, Texas +0.491303 gsa_html_3445493534 gsa_html_3445493534:616:67397:67410 Santa Barbara California +0.266716 cspg_html_4105062490 cspg_html_4105062490:55:5796:5818 Swift Regina, Saskatchewan +0.547104 aapg_ad_865.html aapg_ad_865.html:163:17050:17055 Ouray Ouray, Colorado +0.712537 aapg_aa_685.html aapg_aa_685.html:29:2842:2858 Green River Uinta Mountains +0.50949 gsa_html_6625494715 gsa_html_6625494715:670:70468:70496 Green River Colorado +0.26469 cspg_html_7833083677 cspg_html_7833083677:2984:238717:238722 Mural Canada +0.713385 cspg_html_9343899465 cspg_html_9343899465:350:37286:37293 Eids Bathurst Island (Northern Territory) +0.274794 AMJC_html_1873062106 AMJC_html_1873062106:823:93076:93094 Morrison New Mexico +0.252928 aapg_af_653.html aapg_af_653.html:1126:135975:135981 Cierbo San Pablo Bay National Wildlife Refuge +0.263133 gsa_html_1130947011 gsa_html_1130947011:110:12868:12879 Black River Ohio +0.497034 aapg_ae_731.html aapg_ae_731.html:426:38681:38691 Swan River Regina, Saskatchewan +0.262023 cspg_html_7576506617 cspg_html_7576506617:197:27626:27648 Severn River River Severn +0.486472 cspg_html_2873888604 cspg_html_2873888604:234:35772:35791 Baldonnel Victoria, British Columbia +0.250965 aapg_ae_335.html aapg_ae_335.html:188:19563:19576 Tensleep Cheyenne, Wyoming +0.2664 aapg_ah_96.html aapg_ah_96.html:641:69474:69492 Winnipeg Netherlands +0.264708 aapg_ai_468.html aapg_ai_468.html:65:9000:9022 Haynesville Bossier City, Louisiana +0.450368 cspg_html_4785922166 cspg_html_4785922166:333:38418:38438 Swan Hills Lacombe, Alberta +0.265056 aapg_aa_305.html aapg_aa_305.html:43:6782:6800 Yorktown Kirkwood, Missouri +0.49543 AMJC_html_7321319159 AMJC_html_7321319159:58:7558:7568 Santa Cruz Anacapa Island +0.491064 cspg_html_2113617629 cspg_html_2113617629:896:98341:98357 Viking Western Canadian Sedimentary Basin +0.46494 geology_html_2620787843 geology_html_2620787843:157:14148:14158 Santa Cruz San Gregorio State Beach +0.267189 aapg_ae_546.html aapg_ae_546.html:115:14096:14109 Bossier Texas +0.44743 palaios_html_4932824604 palaios_html_4932824604:212:20958:20977 Cloverly Cheyenne, Wyoming +0.245338 aapg_aa_399.html aapg_aa_399.html:290:23180:23198 Badheart Colorado +0.25347 geology_html_1651667558 geology_html_1651667558:187:20432:20437 Price Logan, Utah +0.266256 gsa_html_3445493534 gsa_html_3445493534:225:26006:26019 Santa Barbara Monterey, California +0.253482 sedimentology_html_7144686124 sedimentology_html_7144686124:234:21910:21927 Gila Conglomerate Gila Wilderness +0.26061 aapg_ad_675.html aapg_ad_675.html:399:39606:39614 Colorado Colorado +0.247 aapg_ae_74.html aapg_ae_74.html:436:40942:40958 Navajo Arizona +0.266682 aapg_af_704.html aapg_af_704.html:260:22376:22382 Casper Cheyenne, Wyoming +0.50537 aapg_ae_605.html aapg_ae_605.html:110:15290:15296 Salina Kokomo, Indiana +0.266766 aapg_ai_255.html aapg_ai_255.html:56:9997:10009 Salina Salina, Kansas +0.24048 gsa_html_2989317971 gsa_html_2989317971:26:2105:2112 Challis Snake River Plain (ecoregion) +0.250965 geology_html_2619137486 geology_html_2619137486:225:17521:17529 Colorado New Mexico +0.50233 aapg_ah_478.html aapg_ah_478.html:34:3147:3164 La Luna Colombia +0.488748 aapg_ad_68.html aapg_ad_68.html:112:5765:5781 Waltersburg Mansfield, Ohio +0.248262 gsa_html_1130947011 gsa_html_1130947011:83:9593:9608 Galena Lexington, Kentucky +0.493056 aapg_ah_696.html aapg_ah_696.html:348:48254:48262 Richland Washington (state) +0.25688 gsa_html_4837287019 gsa_html_4837287019:399:36611:36621 Washington Whidbey Island +0.2475 aapg_ac_484.html aapg_ac_484.html:674:87623:87628 Eagle California +0.263069 aapg_ah_754.html aapg_ah_754.html:289:32623:32643 Huntingdon Vancouver +0.496975 gsa_html_9641201201 gsa_html_9641201201:30:2758:2786 Green River Colorado +0.494172 aapg_ae_958.html aapg_ae_958.html:3358:288161:288177 San Andres West Texas +0.49504 cspg_html_6502178723 cspg_html_6502178723:64:10256:10260 Toad Middle East +0.265738 gsa_html_1290697059 gsa_html_1290697059:868:61890:61898 Beaumont New Brunswick, New Jersey +0.494252 aapg_ai_583.html aapg_ai_583.html:394:49173:49202 Rierdon Cheyenne, Wyoming +0.455168 aapg_ac_972.html aapg_ac_972.html:113:13063:13071 Monterey Rancho Santa Margarita, California +0.22724 cspg_html_2834693711 cspg_html_2834693711:305:42038:42053 Comox Atchison, Kansas +0.2652 cspg_html_3385840278 cspg_html_3385840278:86:13121:13136 Flume Hay River (Canada) +0.48896 palaios_html_3841791276 palaios_html_3841791276:997:72343:72359 Keyser Mexico +0.4825 aapg_aa_177.html aapg_aa_177.html:82:8586:8601 Cruse Trinidad and Tobago +0.188046 aapg_ad_880.html aapg_ad_880.html:881:85806:85824 Sundance Black Hills +0.243302 aapg_ad_287.html aapg_ad_287.html:248:27614:27620 Denver Colorado +0.25048 aapg_ah_536.html aapg_ah_536.html:502:65496:65510 Fredericksburg Texas +0.483041 palaios_html_3561205174 palaios_html_3561205174:1140:94110:94123 Potsdam Quebec City +0.260084 gsa_html_8244777175 gsa_html_8244777175:678:72081:72086 Lyell London, Ontario +0.263165 aapg_af_751.html aapg_af_751.html:745:90700:90704 Hall California +0.257424 aapg_ad_2.html aapg_ad_2.html:1079:148294:148314 Beekmantown Adirondack Park +0.474 sedimentology_html_7143966314 sedimentology_html_7143966314:37:1863:1869 Brazil Toulouse +0.485572 aapg_ac_363.html aapg_ac_363.html:140:16185:16191 Kern River Rancho Santa Margarita, California +0.4653 geology_html_8070421739 geology_html_8070421739:48:5051:5059 Sylvania Ohio +0.89585 aapg_ai_157.html aapg_ai_157.html:61:9569:9575 Salina Ontario, California +0.253 sedimentology_html_4005512474 sedimentology_html_4005512474:985:61781:61785 Hall London, Ontario +0.5073 aapg_ae_282.html aapg_ae_282.html:9:1432:1442 Waynesburg Morgan County, Indiana +0.48724 cspg_html_9735723617 cspg_html_9735723617:630:73801:73820 Griper Bay Banks Island +0.2465 sedimentology_html_3141383681 sedimentology_html_3141383681:335:43417:43421 Hall London, Ontario +0.474948 gsa_html_3669079684 gsa_html_3669079684:14:858:864 Moscow Russia +0.261072 palaios_html_7377371027 palaios_html_7377371027:576:54660:54668 Colorado Florissant, Colorado +0.464854 cspg_html_2954223000 cspg_html_2954223000:1261:163663:163668 Weeks Cheyenne, Wyoming +0.370165 cspg_html_9011256422 cspg_html_9011256422:386:50779:50798 Smackover Alabama +0.254961 gsa_html_1119256423 gsa_html_1119256423:20:1058:1064 Denver Colorado +0.261576 cspg_html_6252417471 cspg_html_6252417471:460:63168:63178 Fort Union Cheyenne, Wyoming +0.486837 cspg_html_5807593737 cspg_html_5807593737:489:61037:61044 Duperow Arizona +0.476088 geology_html_8888515160 geology_html_8888515160:286:26890:26898 Temporal California +0.493028 aapg_ae_886.html aapg_ae_886.html:274:29348:29365 Todilto Valencia County, New Mexico +0.489417 gsa_html_5532859706 gsa_html_5532859706:65:4970:4998 Green River New Mexico +0.262566 aapg_ai_49.html aapg_ai_49.html:454:57993:58010 Hermosa Ouray, Colorado +0.257 gsa_html_6738340121 gsa_html_6738340121:668:62075:62079 Hall California Water Wars +0.248502 aapg_af_664.html aapg_af_664.html:366:40938:40961 Lancaster Nashville Basin +0.473641 cspg_html_4617311907 cspg_html_4617311907:77:14907:14929 Fisset Brook Cape Breton Island +0.263626 cspg_html_4392308496 cspg_html_4392308496:220:33224:33246 Brunswick New Brunswick, New Jersey +0.261476 palaios_html_3243054568 palaios_html_3243054568:175:18110:18145 Beck Spring Dolomite California +0.245248 cspg_html_9471997322 cspg_html_9471997322:5:197:216 Waterways Lacombe, Alberta +0.489384 aapg_ai_366.html aapg_ai_366.html:11:1469:1475 Lissie Texas +0.482132 gsa_html_4467335706 gsa_html_4467335706:1201:112679:112707 Green River New Mexico +0.46368 cspg_html_1173833070 cspg_html_1173833070:74:8979:8987 Edmonton Edmonton, London +0.24064 aapg_ac_486.html aapg_ac_486.html:374:42307:42315 Colorado Cheyenne, Wyoming +0.25029 aapg_ac_749.html aapg_ac_749.html:127:16871:16878 Grimsby Manitoulin Island +0.392544 aapg_ae_708.html aapg_ae_708.html:540:59971:59985 Rome Knoxville, Tennessee +0.521696 aapg_ah_3.html aapg_ah_3.html:517:67729:67743 Toro New Guinea +0.24816 aapg_ah_93.html aapg_ah_93.html:115:15260:15285 Beartooth Cheyenne, Wyoming +0.264528 aapg_af_162.html aapg_af_162.html:5:872:892 Brownstown Austin, Chicago +0.240408 gsa_html_7173708345 gsa_html_7173708345:1122:89242:89256 Forest Anchorage, Alaska +0.243536 aapg_aa_643.html aapg_aa_643.html:580:62789:62809 Knoxville California +0.266231 aapg_af_561.html aapg_af_561.html:448:41912:41932 Wind River Wasatch Range +0.255524 cspg_html_1462870252 cspg_html_1462870252:990:103175:103211 Debolt Victoria, British Columbia +0.203689 aapg_ah_96.html aapg_ah_96.html:711:72624:72639 Interlake Manitoba +0.482132 palaios_html_8512528505 palaios_html_8512528505:889:93724:93734 Washington Seattle +0.250344 aapg_ai_133.html aapg_ai_133.html:122:14444:14462 Woodbine Woods County, Oklahoma +0.260304 aapg_ad_36.html aapg_ad_36.html:283:30305:30319 Woodbine Houston County, Alabama +0.269357 aapg_ae_242.html aapg_ae_242.html:4:517:525 Wolfcamp Cibolo, Texas +0.255 aapg_aa_876.html aapg_aa_876.html:287:29557:29561 Vail Sudan +0.484176 aapg_ad_2.html aapg_ad_2.html:202:29684:29701 Setters Cockeysville, Maryland +0.51039 jgeology_html_2890216221 jgeology_html_2890216221:1014:56034:56040 Jordan Amman +0.253302 cspg_html_9222238695 cspg_html_9222238695:446:57850:57858 Columbia Victoria, British Columbia +0.257544 cspg_html_9675666588 cspg_html_9675666588:71:7754:7774 Richardson Mountains Western world +0.2793 aapg_ai_350.html aapg_ai_350.html:85:8731:8736 Chazy Black River, Jamaica +0.250368 cspg_html_4636216007 cspg_html_4636216007:459:47907:47917 Blue Fiord Bathurst Island (Northern Territory) +0.467232 aapg_ah_93.html aapg_ah_93.html:144:18899:18924 Beartooth Logan, Utah +0.2535 aapg_ah_189.html aapg_ah_189.html:308:31029:31050 Ironton Michigan +0.496316 cspg_html_9222238695 cspg_html_9222238695:438:57287:57295 Columbia Victoria, British Columbia +0.455988 aapg_ah_160.html aapg_ah_160.html:76:11009:11028 Onondaga Salina, Kansas +0.261112 gsa_html_5507509274 gsa_html_5507509274:841:88374:88382 Columbia Charleston, South Carolina +0.2574 aapg_ad_722.html aapg_ad_722.html:137:11178:11188 San Andres Carlsbad, New Mexico +0.183933 gsa_html_8030464622 gsa_html_8030464622:265:28219:28228 Red River Red River of the North +0.261021 cspg_html_6255491344 cspg_html_6255491344:19:3039:3045 Fernie Canmore, Alberta +0.497466 cspg_html_7271054047 cspg_html_7271054047:17:1907:1912 Banff Lacombe, Alberta +0.26928 cspg_html_3008414459 cspg_html_3008414459:6:466:482 Mt Lytton Lacombe, Alberta +0.486095 gsa_html_5495469347 gsa_html_5495469347:9:357:390 Maroon Colorado +0.255892 cspg_html_5576979800 cspg_html_5576979800:37:6375:6392 Guelph Michigan Basin +0.25957 aapg_aa_684.html aapg_aa_684.html:10:1342:1351 Popo Agie John Crow Mountains +0.242063 aapg_aa_4.html aapg_aa_4.html:186:24751:24771 Ithaca Middlesex +0.266772 AMJC_html_1153492579 AMJC_html_1153492579:1321:130951:130972 Oceanic Washington (state) +0.510808 aapg_af_384.html aapg_af_384.html:457:50279:50309 Bay Fiord Bathurst Island (Northern Territory) +0.48768 palaios_html_8113714689 palaios_html_8113714689:454:44728:44741 El Paso New Mexico +0.508725 geology_html_7129477281 geology_html_7129477281:173:15940:15948 Niobrara Niobrara, Nebraska +0.731319 geology_html_6235125926 geology_html_6235125926:162:15859:15868 Salt Lake Wasatch Range +0.255021 cspg_html_4287356899 cspg_html_4287356899:3623:373636:373650 Nizi Victoria, British Columbia +0.490539 sedimentology_html_3592910316 sedimentology_html_3592910316:32:1991:2008 Bedford Canada +0.256027 aapg_ai_562.html aapg_ai_562.html:187:18278:18295 Naheola Alabama +0.249001 palaios_html_4223976574 palaios_html_4223976574:251:20935:20944 San Diego California +0.242466 aapg_ae_59.html aapg_ae_59.html:584:47461:47469 Colorado Denver +0.262973 cspg_html_3740794265 cspg_html_3740794265:558:50827:50835 Columbia Lacombe, Alberta +0.50244 aapg_ae_498.html aapg_ae_498.html:886:97774:97795 Beekmantown Virginia +0.242949 aapg_ac_965.html aapg_ac_965.html:262:27111:27118 Manlius Syracuse, New York +0.3737 aapg_af_51.html aapg_af_51.html:464:54120:54127 Paradox Colorado +0.258566 aapg_ad_908.html aapg_ad_908.html:318:36765:36784 Rio Negro Venezuela +0.242608 aapg_ad_820.html aapg_ad_820.html:237:27281:27289 Palliser Lacombe, Alberta +0.478144 aapg_ad_410.html aapg_ad_410.html:19:2034:2044 Washington California +0.279038 aapg_ac_807.html aapg_ac_807.html:370:37385:37406 Piney Point Delaware +0.497944 aapg_ae_171.html aapg_ae_171.html:480:46375:46386 Skull Creek Hot Springs, Arkansas +0.246906 cspg_html_8509913074 cspg_html_8509913074:17:2593:2619 Eramosa Salina, Kansas +0.482463 gsa_html_3429903648 gsa_html_3429903648:667:59267:59274 Laramie Powder River Basin +0.261252 aapg_ae_268.html aapg_ae_268.html:103:10932:10961 Brassfield Kentucky +0.26214 aapg_ai_857.html aapg_ai_857.html:140:20829:20859 Bell Carlsbad, New Mexico +0.270908 aapg_af_892.html aapg_af_892.html:624:61012:61028 Whitehorse West Texas +0.26156 cspg_html_9142742810 cspg_html_9142742810:108:15474:15497 Watt Mountain East Kilbride +0.468062 palaios_html_7274959329 palaios_html_7274959329:467:35737:35763 Eramosa Ontario, California +0.482832 geology_html_8519012105 geology_html_8519012105:297:23742:23749 Madison Antarctic Peninsula +0.4695 aapg_aa_689.html aapg_aa_689.html:421:53378:53403 Beaverhill Canada +0.257346 cspg_html_2253842195 cspg_html_2253842195:410:44940:44958 Dunvegan Lacombe, Alberta +0.25347 aapg_ae_877.html aapg_ae_877.html:450:38706:38720 Woodbend Lacombe, Alberta +0.22632 aapg_aa_622.html aapg_aa_622.html:8:1249:1260 Uncompahgre Colorado +0.259056 cspg_html_1118978429 cspg_html_1118978429:87:10199:10216 Cadomin Lacombe, Alberta +0.466546 sedimentology_html_1463603507 sedimentology_html_1463603507:1126:73032:73057 Barstow Mojave Desert +0.49036 cspg_html_3531222995 cspg_html_3531222995:382:43658:43677 Deadwood Lacombe, Alberta +0.488814 cspg_html_4376017434 cspg_html_4376017434:22:3272:3281 Baldonnel Victoria, British Columbia +0.494239 palaios_html_2736581987 palaios_html_2736581987:50:6752:6765 Abo New Mexico +0.46109 aapg_aa_976.html aapg_aa_976.html:319:42397:42410 Astoria Washington (state) +0.261085 cspg_html_9185158332 cspg_html_9185158332:44:8169:8177 Columbia Victoria, British Columbia +0.249999 sedimentology_html_3865745685 sedimentology_html_3865745685:1417:103206:103233 Tidal Memphis International Airport +0.229041 aapg_ae_880.html aapg_ae_880.html:324:31306:31312 Casper Cheyenne, Wyoming +0.478969 palaios_html_8447729660 palaios_html_8447729660:435:48860:48868 Colorado Cheyenne, Wyoming +0.490455 aapg_ah_221.html aapg_ah_221.html:95:9459:9468 Red River Stark County, Illinois +0.250832 jgeology_html_6990146451 jgeology_html_6990146451:887:62107:62123 Mt Lytton Virginia +0.48828 aapg_ai_567.html aapg_ai_567.html:578:72991:73001 Washington Salem, Oregon +0.489328 cspg_html_8756009083 cspg_html_8756009083:921:93343:93361 Elk Victoria, British Columbia +0.249879 aapg_aa_360.html aapg_aa_360.html:87:9103:9113 Rio Grande Texas +0.240584 cspg_html_9753247638 cspg_html_9753247638:616:60509:60551 Bluff Bridgetown, Nova Scotia +0.392184 aapg_af_551.html aapg_af_551.html:236:24795:24816 Lake Valley Alamogordo, New Mexico +0.257045 jgeology_html_4305195651 jgeology_html_4305195651:2132:154456:154465 Manorkill Bradford County, Pennsylvania +0.264187 jgeology_html_3353186896 jgeology_html_3353186896:1334:104707:104716 Extension California +0.267804 aapg_ah_972.html aapg_ah_972.html:280:28431:28439 Wellborn Guadalupe River (California) +0.2515 sedimentology_html_9186155432 sedimentology_html_9186155432:977:53547:53562 Melville Island Wa (Japan) +0.281184 cspg_html_7201476813 cspg_html_7201476813:140:17143:17168 Red River Williston Basin +0.241296 aapg_ae_59.html aapg_ae_59.html:512:44365:44373 Colorado Colorado +0.457083 cspg_html_4298557570 cspg_html_4298557570:109:16166:16174 Whitemud Edmonton, London +0.461058 cspg_html_2198503252 cspg_html_2198503252:258:13072:13090 Palliser Lacombe, Alberta +0.477904 cspg_html_1222040397 cspg_html_1222040397:136:21319:21340 Survey Peak Cordillera Administrative Region +0.258566 gsa_html_1079290957 gsa_html_1079290957:64:9239:9256 Ankareh Cheyenne, Wyoming +0.466416 aapg_ae_55.html aapg_ae_55.html:193:30519:30537 Leon Fox River (Illinois River tributary) +0.258362 aapg_ac_246.html aapg_ac_246.html:231:22996:23006 Fall River Black Hills +0.259904 gsa_html_8236729701 gsa_html_8236729701:562:49975:49995 Nacimiento New Mexico +0.249324 cspg_html_1639841815 cspg_html_1639841815:56:3117:3122 Banff Elko, Nevada +0.516655 aapg_ad_580.html aapg_ad_580.html:356:43619:43629 Fort Union Knife River +0.49368 aapg_ae_546.html aapg_ae_546.html:110:13512:13532 Smackover Shreveport, Louisiana +0.254448 palaios_html_3028956190 palaios_html_3028956190:78:8464:8487 Utica Ontario, California +0.488131 gsa_html_6980451554 gsa_html_6980451554:70:8847:8871 Moenave Logan, Utah +0.255987 aapg_ae_611.html aapg_ae_611.html:56:6416:6423 Wingate Kayenta, Arizona +0.395772 gsa_html_5865982995 gsa_html_5865982995:176:19128:19156 Green River Uinta Mountains +0.490314 gsa_html_8241293202 gsa_html_8241293202:169:17860:17870 Chelmsford Concord, California +0.252464 aapg_aa_379.html aapg_aa_379.html:143:17187:17199 Coffee Sunbury, Pennsylvania +0.26724 cspg_html_3860685167 cspg_html_3860685167:479:49937:49958 Etherington Canada +0.26631 gsa_html_5253952002 gsa_html_5253952002:111:13181:13188 Prairie Red River of the North +0.69042 cspg_html_7310162886 cspg_html_7310162886:650:85593:85615 Vendom Fiord Ellesmere Island +0.280836 aapg_ac_730.html aapg_ac_730.html:434:61632:61647 Mesaverde Niobrara, Nebraska +0.49344 gsa_html_6221700050 gsa_html_6221700050:986:87860:87888 Green River Colorado +0.497896 aapg_af_876.html aapg_af_876.html:32:4217:4225 Columbia Wisconsin +0.472809 aapg_aa_712.html aapg_aa_712.html:94:11233:11241 Glenwood Hennepin, Illinois +0.47941 aapg_af_496.html aapg_af_496.html:38:4728:4739 Santa Clara Ventura County, California +0.468561 AMJC_html_4318669982 AMJC_html_4318669982:550:51065:51071 Brazil Mato Grosso do Sul +0.278108 aapg_ad_335.html aapg_ad_335.html:149:17899:17914 Mesaverde Cheyenne, Wyoming +0.249936 aapg_aa_626.html aapg_aa_626.html:271:30937:30954 Patuxent Baltimore +0.242853 aapg_ai_247.html aapg_ai_247.html:89:9749:9762 Detroit River Michigan +0.494607 aapg_af_54.html aapg_af_54.html:41:5098:5103 Eutaw Tuscaloosa, Alabama +0.267786 sedimentology_html_2319942817 sedimentology_html_2319942817:731:59263:59269 Morgan Logan, Utah +0.50562 gsa_html_6263927481 gsa_html_6263927481:617:55577:55605 Green River Colorado +0.494656 cspg_html_6064089067 cspg_html_6064089067:64:7217:7225 Winnipeg Stewartville, Minnesota +0.255068 aapg_ae_546.html aapg_ae_546.html:120:14674:14703 Cotton Valley Freestone County, Texas +0.27092 sedimentology_html_3469033264 sedimentology_html_3469033264:178:17444:17448 Hull Colindale tube station +0.487368 cspg_html_4382149016 cspg_html_4382149016:17:2223:2244 Lawrence Quebec City +0.475 sedimentology_html_3181527419 sedimentology_html_3181527419:38:3027:3041 Earp Supai, Arizona +0.236115 cspg_html_7938374662 cspg_html_7938374662:24:1921:1943 Grand Rapids Clearwater, Florida +0.866725 cspg_html_5450075884 cspg_html_5450075884:661:71146:71163 Cardium Lacombe, Alberta +0.446979 aapg_ai_491.html aapg_ai_491.html:127:14507:14526 Leadville Leadville, Colorado +0.254464 cspg_html_5779937878 cspg_html_5779937878:177:19590:19609 Athabasca Canada +0.46645 sedimentology_html_1310908798 sedimentology_html_1310908798:95:9977:9982 Cadiz Silistra Province +0.242536 geology_html_1056317078 geology_html_1056317078:240:24492:24501 San Diego California +0.252888 aapg_ac_258.html aapg_ac_258.html:59:10823:10833 Henryhouse Frisco, Texas +0.245935 aapg_af_370.html aapg_af_370.html:197:20633:20650 Repetto Ventura County, California +0.50718 aapg_ai_932.html aapg_ai_932.html:436:68305:68323 Monterey Monterey, California +0.496008 aapg_af_589.html aapg_af_589.html:12:1597:1603 Oregon Washington (state) +0.252266 jgeology_html_3739517257 jgeology_html_3739517257:309:22081:22093 Chinle Entrada Sandstone +0.558458 gsa_html_3069013284 gsa_html_3069013284:542:57836:57844 Colorado Logan, Utah +0.274794 aapg_af_674.html aapg_af_674.html:80:8745:8757 Stone Corral Lansing, Michigan +0.261 cspg_html_7872594630 cspg_html_7872594630:328:40387:40403 Howley Western Bay, Newfoundland and Labrador +0.270396 aapg_ad_152.html aapg_ad_152.html:4:238:246 Arcturus Logan, Utah +0.289155 aapg_ac_629.html aapg_ac_629.html:538:65729:65736 Prairie Montgomery (town), New York +0.244528 cspg_html_8438548095 cspg_html_8438548095:278:25126:25144 Edmonton Edmonton, London +0.26214 aapg_ad_764.html aapg_ad_764.html:89:12298:12310 Temblor Round Mountain, Nevada +0.452376 aapg_ak_87.html aapg_ak_87.html:250:38032:38036 Earp Supai, Arizona +0.478406 aapg_ae_705.html aapg_ae_705.html:302:29424:29441 Casitas Saugus, Massachusetts +0.43619 cspg_html_1434585715 cspg_html_1434585715:311:28807:28825 Scollard Red Deer, Alberta +0.283464 aapg_ah_619.html aapg_ah_619.html:3:341:357 Dakota Denver +0.498005 gsa_html_1230649124 gsa_html_1230649124:1039:90326:90354 Green River Iran +0.483 aapg_ai_236.html aapg_ai_236.html:255:23461:23473 Williamsport Newburg, Louisville +0.253791 aapg_aa_753.html aapg_aa_753.html:54:6173:6177 Java China +0.261096 sedimentology_html_9844771297 sedimentology_html_9844771297:709:53150:53154 Hall London, Ontario +0.248704 aapg_ae_3.html aapg_ae_3.html:411:49888:49892 Elko Reno, Nevada +0.487494 gsa_html_7208175210 gsa_html_7208175210:1795:139617:139645 Green River Colorado +0.693588 aapg_ai_594.html aapg_ai_594.html:223:23759:23776 Plattin Missouri River +0.270231 cspg_html_3501550466 cspg_html_3501550466:630:90641:90659 Grosmont Lacombe, Alberta +0.500316 gsa_html_5389237705 gsa_html_5389237705:61:4718:4746 Green River Iran +0.477675 cspg_html_4115129593 cspg_html_4115129593:25:3253:3288 Dezadeash Anchorage, Alaska +0.258572 geology_html_8104860443 geology_html_8104860443:70:6510:6542 Vampire Canada +0.478969 aapg_ai_980.html aapg_ai_980.html:609:54256:54274 Kootenai Cut Bank, Montana +0.49556 cspg_html_9941518291 cspg_html_9941518291:389:52563:52582 Douro Douro DOC +0.265738 aapg_ac_251.html aapg_ac_251.html:1120:104376:104385 Tuscarora Baltimore +0.768638 aapg_ae_797.html aapg_ae_797.html:409:43674:43679 Molas San Juan County, Utah +0.357616 aapg_ae_63.html aapg_ae_63.html:486:48388:48416 Salt Lake Boise, Idaho +0.449636 aapg_ae_584.html aapg_ae_584.html:564:54151:54169 Wagwater Richmond, California +0.286671 aapg_ad_329.html aapg_ad_329.html:123:16806:16820 Bedford Pennsylvania +0.481707 aapg_ai_572.html aapg_ai_572.html:19:2406:2409 Ada Pawhuska, Oklahoma +0.699792 cspg_html_2769629211 cspg_html_2769629211:775:75780:75789 Hay River Canada +0.2505 aapg_ae_756.html aapg_ae_756.html:277:29228:29239 Simla Mussoorie +0.241566 palaios_html_6025329652 palaios_html_6025329652:421:38820:38843 Elkhorn Ridge Argillite Texas +0.4845 cspg_html_9046359229 cspg_html_9046359229:322:47358:47366 Columbia Western world +0.474525 sedimentology_html_9598250021 sedimentology_html_9598250021:1366:95607:95611 Hall London, Ontario +0.27352 cspg_html_1841843683 cspg_html_1841843683:82:13965:13973 Sundance Regina, Saskatchewan +0.279792 aapg_ai_469.html aapg_ai_469.html:437:51902:51918 Nisku Calmar, Alberta +0.48884 geology_html_8621518489 geology_html_8621518489:260:21878:21897 Pocatello Boise, Idaho +0.265161 cspg_html_4177065182 cspg_html_4177065182:1385:75807:75823 Spoon Carbondale, Pennsylvania +0.252374 aapg_ac_466.html aapg_ac_466.html:20:2222:2239 Forest Trinidad and Tobago +0.26163 aapg_ai_18.html aapg_ai_18.html:56:4695:4701 Weches East Texas +0.24926 geology_html_9924482358 geology_html_9924482358:295:26729:26737 Colorado Cheyenne, Wyoming +0.265415 cspg_html_4630116521 cspg_html_4630116521:1067:108063:108084 Potter Farm Michigan +0.484242 gsa_html_8271829751 gsa_html_8271829751:440:37071:37083 Owens Valley Sierra Nevada (Spain) +0.271432 aapg_aa_124.html aapg_aa_124.html:558:56869:56885 Viking Bow Island Airport +0.24947 aapg_ah_620.html aapg_ah_620.html:123:17612:17624 Granite Wash Lacombe, Alberta +0.415695 aapg_ac_215.html aapg_ac_215.html:152:17382:17391 Englewood Englewood, New Jersey +0.482023 cspg_html_8139359744 cspg_html_8139359744:67:11674:11682 Michigan Michigan +0.49632 aapg_ad_466.html aapg_ad_466.html:622:70906:70918 Marshalltown Mount Laurel Township, New Jersey +0.27486 aapg_ae_794.html aapg_ae_794.html:211:26271:26281 Coon Creek Selma to Montgomery marches +0.24745 aapg_ak_4.html aapg_ak_4.html:319:36334:36340 Brazil Colombia +0.241552 sedimentology_html_3006596207 sedimentology_html_3006596207:1056:61605:61615 Long Point Lake Erie +0.272896 aapg_af_18.html aapg_af_18.html:566:58031:58047 Inyan Kara Black Hills +0.258015 aapg_af_981.html aapg_af_981.html:533:54995:55011 Almond Cheyenne, Wyoming +0.258482 aapg_ac_364.html aapg_ac_364.html:429:43075:43093 Sundance Cheyenne, Wyoming +0.243915 aapg_af_479.html aapg_af_479.html:803:83531:83550 Cabrillo California +0.4693 aapg_ai_278.html aapg_ai_278.html:863:102809:102827 San Cayetano Nassau, Bahamas +0.480194 gsa_html_3498499685 gsa_html_3498499685:33:3258:3271 Santa Barbara California +0.476341 cspg_html_7777724998 cspg_html_7777724998:291:42044:42052 Bellevue Fernie, British Columbia +0.459836 aapg_af_26.html aapg_af_26.html:17:2769:2775 Eugene Corvallis, Oregon +0.259011 aapg_ae_305.html aapg_ae_305.html:1591:152731:152736 Barco Colombia +0.257316 aapg_ae_367.html aapg_ae_367.html:113:12279:12292 Fleming Oakville, California +0.443415 gsa_html_2023933346 gsa_html_2023933346:1227:114020:114034 Elko Reno, Nevada +0.9408 cspg_html_7779401416 cspg_html_7779401416:57:7253:7270 Guelph Lockport (city), New York +0.258566 palaios_html_9133125241 palaios_html_9133125241:47:6528:6532 Kope Kentucky +0.509467 gsa_html_8920805995 gsa_html_8920805995:66:5326:5354 Green River Colorado +0.256522 cspg_html_8612721867 cspg_html_8612721867:188:25836:25855 Waterways Moberly, Missouri +0.26829 aapg_ae_590.html aapg_ae_590.html:418:44358:44380 Basal Carrizo Plain +0.230399 aapg_aa_740.html aapg_aa_740.html:32:3461:3480 Madison Cheyenne, Wyoming +0.274476 cspg_html_6294601758 cspg_html_6294601758:45:5820:5828 Montreal Lacombe, Alberta +0.493218 aapg_ae_74.html aapg_ae_74.html:450:42388:42394 Navajo Arizona +0.49824 gsa_html_1316826711 gsa_html_1316826711:908:72197:72207 Quesnellia Victoria, British Columbia +0.495992 cspg_html_8250500468 cspg_html_8250500468:397:50484:50492 Dunvegan Lacombe, Alberta +0.262644 cspg_html_9768299963 cspg_html_9768299963:29:3506:3520 Edmonton Lacombe, Alberta +0.26775 gsa_html_8558656785 gsa_html_8558656785:12:537:544 El Paso El Paso, Texas +0.50112 aapg_ae_973.html aapg_ae_973.html:703:53352:53370 Grayburg Delaware +0.8559 aapg_ae_542.html aapg_ae_542.html:157:15028:15047 Matanuska Anchorage, Alaska +0.511224 sedimentology_html_3990399320 sedimentology_html_3990399320:807:66841:66850 Red River Canada +0.484124 cspg_html_1296564271 cspg_html_1296564271:105:12191:12209 Black River Ontario, California +0.47124 gsa_html_5568683977 gsa_html_5568683977:608:53791:53795 Hall Denton, Greater Manchester +0.252928 aapg_aa_867.html aapg_aa_867.html:61:7849:7864 Yaquina Salem, Oregon +0.484939 geology_html_1298873382 geology_html_1298873382:35:2769:2785 Noonday Dolomite California +0.2376 aapg_aa_791.html aapg_aa_791.html:297:27516:27533 Savanna Bartlesville, Oklahoma +0.831466 geology_html_2490813080 geology_html_2490813080:189:18683:18690 Oquirrh Logan, Utah +0.477087 cspg_html_5740360566 cspg_html_5740360566:51:7099:7117 Grosmont Western world +0.19448 aapg_aa_803.html aapg_aa_803.html:295:38179:38197 Morrison Colorado +0.252296 aapg_af_724.html aapg_af_724.html:663:48024:48030 Madrid Spain +0.517888 aapg_ad_440.html aapg_ad_440.html:126:11825:11831 Pocono Greenbrier (Great Smoky Mountains) +0.47838 aapg_ai_213.html aapg_ai_213.html:216:29943:29951 Columbia Lacombe, Alberta +0.249344 sedimentology_html_5477609609 sedimentology_html_5477609609:1358:85033:85039 Silica England +0.260096 cspg_html_9810030547 cspg_html_9810030547:127:16379:16394 Leduc Lacombe, Alberta +0.483395 gsa_html_1345044994 gsa_html_1345044994:31:2827:2855 Green River Colorado +0.440346 aapg_ae_876.html aapg_ae_876.html:6:875:887 Dakota Cedar Mountains +0.789075 cspg_html_5220068638 cspg_html_5220068638:89:12238:12255 Bearpaw Lacombe, Alberta +0.425078 aapg_ac_246.html aapg_ac_246.html:208:21399:21409 Fall River Greybull, Wyoming +0.70445 aapg_ad_55.html aapg_ad_55.html:96:8063:8070 Plattin Decorah, Iowa +0.258572 aapg_ae_750.html aapg_ae_750.html:120:13878:13893 Wolfcamp Wichita, Kansas +0.272084 aapg_aa_721.html aapg_aa_721.html:619:69840:69848 Palliser Lacombe, Alberta +0.479709 sedimentology_html_3941612453 sedimentology_html_3941612453:16:1136:1154 Quinault Washington (state) +0.245692 aapg_ai_135.html aapg_ai_135.html:208:11960:11979 Cockfield Edgewood, Washington +0.49131 cspg_html_7106541506 cspg_html_7106541506:58:6461:6484 Bluesky Miami +0.472382 aapg_aa_945.html aapg_aa_945.html:62:5269:5285 Rock River Salem, Oregon +0.251904 aapg_ad_909.html aapg_ad_909.html:177:18188:18194 Sierra Buenos Aires Province +0.481418 aapg_ah_528.html aapg_ah_528.html:583:63418:63426 Colorado Arizona +0.505344 cspg_html_3479964618 cspg_html_3479964618:242:27191:27211 Allen Bay Devon Island +0.249711 aapg_ac_829.html aapg_ac_829.html:248:23669:23686 Prairie Regina, Saskatchewan +0.496683 gsa_html_2895081305 gsa_html_2895081305:106:6624:6652 Green River New Mexico +0.48776 gsa_html_1290697059 gsa_html_1290697059:765:55792:55800 Beaumont Sydney Basin +0.49608 aapg_ae_369.html aapg_ae_369.html:341:34586:34606 Tuscaloosa Mississippi River +0.498501 gsa_html_6657110469 gsa_html_6657110469:617:58629:58635 Oregon Washington (state) +0.242484 jgeology_html_4305195651 jgeology_html_4305195651:78:3522:3528 Oregon Salem, Oregon +0.25338 aapg_ah_301.html aapg_ah_301.html:595:66905:66924 Georgetown Texas +0.258048 gsa_html_7856084240 gsa_html_7856084240:977:71825:71831 Sonora Sonora +0.254464 aapg_ad_418.html aapg_ad_418.html:106:9823:9839 Waltersburg Rochester, Kent +0.4554 sedimentology_html_5613495298 sedimentology_html_5613495298:1440:78585:78616 Chinle Colorado +0.254518 cspg_html_3447886929 cspg_html_3447886929:812:92982:93003 Lawrence Anticosti Island +0.48932 aapg_ae_63.html aapg_ae_63.html:687:59938:59956 Evanston Cheyenne, Wyoming +0.493654 sedimentology_html_4432289902 sedimentology_html_4432289902:824:70415:70432 Magothy Bass River Township, New Jersey +0.28875 aapg_ah_521.html aapg_ah_521.html:11:2006:2023 Carrizo Texas +0.264 aapg_ae_471.html aapg_ae_471.html:64:6815:6834 Smackover Cotton Valley, Louisiana +0.48682 aapg_af_582.html aapg_af_582.html:46:6262:6275 Santa Barbara California +0.48316 cspg_html_7539214955 cspg_html_7539214955:105:13899:13920 Pine Point Victoria, British Columbia +0.479744 cspg_html_1925276454 cspg_html_1925276454:503:54082:54103 Peace River Lacombe, Alberta +0.376597 aapg_ae_794.html aapg_ae_794.html:657:74388:74403 Eutaw Alabama +0.50509 aapg_ad_2.html aapg_ad_2.html:836:118430:118437 Elbrook Pennsylvania +0.475728 cspg_html_5779937878 cspg_html_5779937878:27:3751:3760 Cold Lake Lacombe, Alberta +0.255955 geology_html_1481269821 geology_html_1481269821:201:20787:20791 Bond Santorini +0.478908 aapg_ai_491.html aapg_ai_491.html:439:55437:55454 Hermosa Colorado +0.8917 sedimentology_html_9522643663 sedimentology_html_9522643663:149:13565:13582 Entrada Carmel, Indiana +0.449721 aapg_ad_307.html aapg_ad_307.html:767:75064:75071 Oneonta Montemurro +0.258064 geology_html_8881449794 geology_html_8881449794:138:14012:14026 Graneros Pueblo, Colorado +0.452864 AMJC_html_6341723617 AMJC_html_6341723617:1184:99038:99046 Colorado Denver +0.8235 cspg_html_3772380029 cspg_html_3772380029:515:65417:65437 Stony Mountain Manitoba +0.255458 palaios_html_2298416430 palaios_html_2298416430:463:45839:45864 Hanna Cheyenne, Wyoming +0.477191 gsa_html_2729737430 gsa_html_2729737430:429:44387:44406 Salt Lake Grand Valley (Colorado) +0.486213 jgeology_html_4599466962 jgeology_html_4599466962:185:13418:13436 Onondaga Niagara Peninsula +0.247416 gsa_html_7642385160 gsa_html_7642385160:524:60186:60193 Norfolk Virginia +0.830182 aapg_ad_908.html aapg_ad_908.html:253:28187:28199 Colon Venezuela +0.26129 aapg_ae_473.html aapg_ae_473.html:210:20369:20374 Eutaw Pickens, South Carolina +0.485856 gsa_html_2266546108 gsa_html_2266546108:63:5837:5843 Sierra Colorado Plateau +0.884952 aapg_ai_975.html aapg_ai_975.html:98:13104:13118 Buda Texas +0.271437 aapg_ac_477.html aapg_ac_477.html:599:69505:69522 Cardium Canada +0.252324 aapg_ac_206.html aapg_ac_206.html:61:8125:8132 Eramosa Western world +0.240075 aapg_aa_48.html aapg_aa_48.html:378:41319:41337 Tensleep Williston Basin +0.25544 geology_html_5590413695 geology_html_5590413695:336:26399:26403 Bell Mandeville, Jamaica +0.184898 palaios_html_4216189038 palaios_html_4216189038:98:9533:9551 Beaufort Banks Island +0.471851 geology_html_5649632700 geology_html_5649632700:13:730:741 San Antonio Texas +0.211344 aapg_ae_44.html aapg_ae_44.html:39:3506:3541 Pinto Texas +0.268842 geology_html_6512498067 geology_html_6512498067:285:20408:20414 Jordan Nazca +0.26361 cspg_html_8362959053 cspg_html_8362959053:136:19219:19227 Columbia Victoria, British Columbia +0.507312 aapg_ac_742.html aapg_ac_742.html:88:10625:10643 Sundance Cheyenne, Wyoming +0.265 aapg_ae_319.html aapg_ae_319.html:476:39727:39741 Woodside Vernal, Utah +0.47975 cspg_html_7896958755 cspg_html_7896958755:31:4287:4307 Clearwater Clearwater, Florida +0.520434 aapg_ae_885.html aapg_ae_885.html:230:23057:23070 Supai Arizona +0.26145 aapg_ae_500.html aapg_ae_500.html:192:25949:25957 Bathurst Amsterdam +0.487424 aapg_ad_2.html aapg_ad_2.html:1034:141351:141371 Stonehenge Mount Nittany +0.466378 aapg_ah_973.html aapg_ah_973.html:177:14927:14937 Coon Creek Knoxville, Tennessee +0.503712 palaios_html_3614379982 palaios_html_3614379982:54:7439:7448 Greenhorn Niobrara, Nebraska +0.70752 sedimentology_html_9244748069 sedimentology_html_9244748069:2343:136622:136642 Ellensburg Washington (state) +0.272964 aapg_ah_656.html aapg_ah_656.html:189:17117:17138 Bell Ward County, North Dakota +0.251715 aapg_ae_546.html aapg_ae_546.html:13:2555:2564 Smackover Arkansas +0.254961 cspg_html_4348111624 cspg_html_4348111624:40:8257:8269 Saskatchewan Lacombe, Alberta +0.2425 aapg_ai_163.html aapg_ai_163.html:561:47917:47933 Casper Cheyenne, Wyoming +0.2709 cspg_html_4177743729 cspg_html_4177743729:17:1131:1138 Camrose Lacombe, Alberta +0.267804 cspg_html_8818854104 cspg_html_8818854104:23:3740:3757 Cadomin Canada +0.275621 AMJC_html_7715223280 AMJC_html_7715223280:1142:130608:130613 Steel China +0.272468 aapg_ac_310.html aapg_ac_310.html:103:7779:7787 Niobrara Niobrara, Nebraska +0.256928 cspg_html_9683836416 cspg_html_9683836416:103:18094:18102 Foremost Lethbridge +0.270384 aapg_ae_473.html aapg_ae_473.html:507:47538:47563 Catahoula Mississippi River +0.242048 aapg_ai_105.html aapg_ai_105.html:495:58696:58725 Duchesne River Lake Fork (Texas) +0.244398 aapg_ah_199.html aapg_ah_199.html:137:17884:17898 Atoka Atoka, Oklahoma +0.446919 aapg_ai_398.html aapg_ai_398.html:19:3345:3355 Lewisville Lafayette County, Florida +0.270864 aapg_ad_466.html aapg_ad_466.html:1104:118561:118571 Vincentown Closter, New Jersey +0.486758 aapg_ae_499.html aapg_ae_499.html:463:50245:50253 Colorado New Mexico +0.477288 cspg_html_7777724998 cspg_html_7777724998:316:45897:45910 Mist Mountain Bellevue, Nebraska +0.47268 sedimentology_html_5823625778 sedimentology_html_5823625778:1022:68671:68675 Hall London, Ontario +0.476652 cspg_html_3699720399 cspg_html_3699720399:350:36332:36351 Pocatello Boise, Idaho +0.256608 cspg_html_8988872363 cspg_html_8988872363:102:14790:14807 Heiberg Axel Heiberg Island +0.477954 gsa_html_2717448156 gsa_html_2717448156:1095:108925:108944 Pocatello Boise, Idaho +0.495558 gsa_html_7470980893 gsa_html_7470980893:63:4672:4700 Green River Colorado +0.26312 aapg_ah_387.html aapg_ah_387.html:310:31247:31256 Knoxville California +0.266192 cspg_html_1503116552 cspg_html_1503116552:111:17396:17422 Beaverhill Western Canadian Sedimentary Basin +0.49062 sedimentology_html_1253431842 sedimentology_html_1253431842:1713:64774:64797 Chapel Island New Brunswick, New Jersey +0.26 aapg_ad_149.html aapg_ad_149.html:5:638:646 Columbia Victoria, British Columbia +0.468293 aapg_ai_134.html aapg_ai_134.html:61:5732:5741 Frio Brazoria County, Texas +0.490383 aapg_ah_228.html aapg_ah_228.html:68:7355:7368 Cook Mountain Liberty County, Florida +0.264704 cspg_html_4326384800 cspg_html_4326384800:429:54032:54041 Mackenzie Victoria, British Columbia +0.46368 aapg_ae_47.html aapg_ae_47.html:105:9205:9213 Woodford Turkey Creek, Louisiana +0.256542 gsa_html_2096927589 gsa_html_2096927589:111:8812:8829 Bridger Cheyenne, Wyoming +0.459849 aapg_aa_426.html aapg_aa_426.html:242:54657:54666 Demopolis Pine Island (Lee County, Florida) +0.249424 palaios_html_7206591444 palaios_html_7206591444:161:23501:23524 Cherry Canyon Guadalupe Mountains National Park +0.486796 aapg_ad_466.html aapg_ad_466.html:370:44696:44703 Raritan Patapsco River +0.253991 palaios_html_5582845937 palaios_html_5582845937:314:31607:31615 Virginia Hampton, New Hampshire +0.4712 aapg_ah_844.html aapg_ah_844.html:74:10626:10644 Tensleep Cheyenne, Wyoming +0.874125 aapg_af_397.html aapg_af_397.html:507:58644:58651 Entrada Entrada Sandstone +0.23836 aapg_ai_478.html aapg_ai_478.html:142:15401:15420 Woodbend Edmonton, London +0.2772 aapg_ai_562.html aapg_ai_562.html:177:17728:17756 Tuscaloosa Alabama +0.247396 cspg_html_3463500725 cspg_html_3463500725:174:21863:21887 Mission Canyon Strawberry Creek +0.496244 cspg_html_1159794850 cspg_html_1159794850:143:22590:22598 Michigan Southwestern Ontario +0.509548 aapg_af_859.html aapg_af_859.html:4:437:443 Lissie Beaumont, Texas +0.813906 cspg_html_9119878068 cspg_html_9119878068:366:45789:45808 Waterways Lacombe, Alberta +0.238044 jgeology_html_9581048587 jgeology_html_9581048587:1075:62641:62649 Virginia South Boston, Virginia +0.48057 jgeology_html_3517640817 jgeology_html_3517640817:151:8716:8725 Peninsula Korea +0.838615 gsa_html_4543270561 gsa_html_4543270561:914:82776:82785 San Pedro California +0.25194 aapg_ai_720.html aapg_ai_720.html:142:16894:16911 Raritan Raritan Bay Drawbridge +0.243408 aapg_af_725.html aapg_af_725.html:190:20025:20033 Colorado New Mexico +0.49056 cspg_html_8587639109 cspg_html_8587639109:992:103546:103563 Cadomin Lacombe, Alberta +0.251392 aapg_ac_788.html aapg_ac_788.html:65:9845:9849 Wise Denton, Greater Manchester +0.49256 aapg_ae_324.html aapg_ae_324.html:1395:135553:135564 Beekmantown Knoxville, Tennessee +0.798138 cspg_html_2863271815 cspg_html_2863271815:518:63114:63136 Salina Guelph +0.474138 gsa_html_1622241808 gsa_html_1622241808:1935:135460:135466 Walker California +0.253967 cspg_html_2040245760 cspg_html_2040245760:31:2742:2750 Columbia Victoria, British Columbia +0.4998 palaios_html_9973267562 palaios_html_9973267562:532:63101:63115 Kope Cincinnati +0.486048 geology_html_6685929061 geology_html_6685929061:355:26867:26879 Owens Valley California +0.903448 cspg_html_4915680223 cspg_html_4915680223:32:4341:4350 Allen Bay Douro DOC +0.256725 sedimentology_html_6084996636 sedimentology_html_6084996636:674:63087:63092 Swift Logan, Utah +0.495803 cspg_html_3404912985 cspg_html_3404912985:805:106017:106043 Belly River Canada +0.256824 aapg_ah_536.html aapg_ah_536.html:89:12184:12194 Fort Worth Texas +0.492143 gsa_html_6983076294 gsa_html_6983076294:926:82711:82717 Provo Texas +0.49011 aapg_ah_779.html aapg_ah_779.html:277:51590:51595 Gower Ohio +0.473848 cspg_html_4727171280 cspg_html_4727171280:26:2642:2660 Edmonton Lacombe, Alberta +0.273006 aapg_ac_925.html aapg_ac_925.html:58:9067:9076 Hornbrook California +0.25344 cspg_html_3251996292 cspg_html_3251996292:205:23972:23985 Potsdam Quebec City +0.264132 gsa_html_1248731493 gsa_html_1248731493:778:70995:71003 Columbia Victoria, British Columbia +0.483759 aapg_ae_474.html aapg_ae_474.html:1233:131524:131540 Bethel Alabama +0.49851 aapg_ah_620.html aapg_ah_620.html:130:18441:18467 Potsdam Quebec City +0.491097 aapg_ad_696.html aapg_ad_696.html:201:19727:19743 Weches Shreveport, Louisiana +0.475059 cspg_html_5891044027 cspg_html_5891044027:496:83936:83960 Columbia Purcell Mountains +0.286812 aapg_aa_144.html aapg_aa_144.html:76:7839:7859 Deer Creek Shawnee, Oklahoma +0.534163 aapg_ah_489.html aapg_ah_489.html:289:30839:30849 Fort Worth Texas +0.490633 aapg_ai_364.html aapg_ai_364.html:69:8618:8629 Holdenville Wewoka, Oklahoma +0.496524 gsa_html_9405839223 gsa_html_9405839223:55:3370:3398 Green River New Mexico +0.262584 aapg_ae_319.html aapg_ae_319.html:604:51785:51791 Carmel Lake Fork (Texas) +0.496762 cspg_html_4625995889 cspg_html_4625995889:248:33041:33054 Windsor New Brunswick, New Jersey +0.2583 cspg_html_4326384800 cspg_html_4326384800:19:2411:2419 Columbia Victoria, British Columbia +0.245847 gsa_html_3818307499 gsa_html_3818307499:568:55314:55321 Shields Pahrump, Nevada +0.487602 aapg_aa_314.html aapg_aa_314.html:411:49088:49095 Norfolk Newport, Rhode Island +0.265728 cspg_html_7297340324 cspg_html_7297340324:883:97014:97039 Moosebar Lacombe, Alberta +0.482532 gsa_html_3720789279 gsa_html_3720789279:1314:120718:120728 Quesnellia Victoria, British Columbia +0.488516 palaios_html_6327886991 palaios_html_6327886991:607:57358:57366 Victoria Victoria, British Columbia +0.487272 aapg_ah_261.html aapg_ah_261.html:3:450:456 Sonora California +0.25948 cspg_html_7278001817 cspg_html_7278001817:649:75516:75533 Montney Lacombe, Alberta +0.50065 sedimentology_html_2571588728 sedimentology_html_2571588728:1459:58681:58685 Kano Sakai, Osaka +0.259904 palaios_html_3105248303 palaios_html_3105248303:23:2172:2186 Point Pleasant Fulton, Missouri +0.261626 cspg_html_4481616297 cspg_html_4481616297:165:15020:15026 Forbes Wichita-Sedgwick County Historical Museum +0.532332 aapg_aa_546.html aapg_aa_546.html:75:7682:7700 Kootenai Western world +0.26818 aapg_ac_126.html aapg_ac_126.html:253:38157:38178 Haynesville Bossier City, Louisiana +0.474306 aapg_ae_658.html aapg_ae_658.html:576:59134:59142 Colorado Englewood, New Jersey +0.245791 aapg_ae_73.html aapg_ae_73.html:512:68717:68736 Fruitland Trinidad and Tobago +0.241566 cspg_html_2026880958 cspg_html_2026880958:285:30421:30432 Coal Valley Lacombe, Alberta +0.258542 aapg_ae_687.html aapg_ae_687.html:172:20869:20897 Phosphoria Boise, Idaho +0.22983 aapg_af_579.html aapg_af_579.html:228:24929:24946 Wingate Entrada Sandstone +0.48256 aapg_aa_495.html aapg_aa_495.html:45:6267:6275 Dorcheat Haynesville, Louisiana +0.711942 aapg_ae_546.html aapg_ae_546.html:38:5331:5376 Cotton Valley Shreveport, Louisiana +0.51251 aapg_ae_69.html aapg_ae_69.html:261:28679:28696 Wasatch Uinta Mountains +0.256905 sedimentology_html_8001929837 sedimentology_html_8001929837:1720:121371:121379 Beaufort Asia +0.263682 cspg_html_2873888604 cspg_html_2873888604:245:37281:37289 Pardonet Canada +0.483492 palaios_html_4592561338 palaios_html_4592561338:363:32170:32191 Green River Cheyenne, Wyoming +0.517462 aapg_ae_319.html aapg_ae_319.html:366:28348:28356 Woodside Rocky Mountains +0.564302 aapg_ad_192.html aapg_ad_192.html:38:4846:4856 Tuscaloosa Tuscaloosa, Alabama +0.491967 gsa_html_6441142238 gsa_html_6441142238:216:22117:22142 Washington Middle Ordovician +0.24534 cspg_html_9683836416 cspg_html_9683836416:72:13055:13072 Belly River Lacombe, Alberta +0.487705 aapg_aa_621.html aapg_aa_621.html:234:29799:29828 Darby Cheyenne, Wyoming +0.917852 aapg_ac_451.html aapg_ac_451.html:549:57335:57355 Matanuska Cook Inlet +0.265144 aapg_ad_3.html aapg_ad_3.html:476:45119:45129 Reedsville Juniata County School District +0.481618 aapg_ad_2.html aapg_ad_2.html:1071:147333:147345 Chambersburg Lancaster, California +0.864851 aapg_ac_846.html aapg_ac_846.html:247:34498:34522 Bandera Illinois +0.472054 aapg_ac_662.html aapg_ac_662.html:14:2140:2145 Supai Reno, Nevada +0.510976 aapg_ah_93.html aapg_ah_93.html:185:24839:24861 Water Canyon Logan, Utah +0.25245 cspg_html_2253842195 cspg_html_2253842195:404:44551:44563 Hasler Victoria, British Columbia +0.468384 aapg_ah_779.html aapg_ah_779.html:387:72163:72170 Manlius New Scotland, New York +0.4959 aapg_ai_481.html aapg_ai_481.html:171:21635:21654 Knoxville San Francisco +0.2541 aapg_ah_536.html aapg_ah_536.html:54:7664:7681 Rodessa Rodessa, Louisiana +0.454092 aapg_ad_379.html aapg_ad_379.html:54:4461:4469 Fountain Cheyenne, Wyoming +0.265188 aapg_aa_176.html aapg_aa_176.html:746:70875:70881 Jordan Melbourne, Florida +0.264708 cspg_html_9272962376 cspg_html_9272962376:82:13268:13276 Columbia Lacombe, Alberta +0.257556 cspg_html_1333179361 cspg_html_1333179361:743:61098:61114 Belloy Victoria, British Columbia +0.280275 aapg_af_470.html aapg_af_470.html:162:16050:16069 Lodgepole Western world +0.4851 gsa_html_8820488310 gsa_html_8820488310:923:82401:82419 Moenkopi Arizona +0.370488 cspg_html_3447886929 cspg_html_3447886929:206:24222:24239 Romaine Quebec City +0.45496 cspg_html_6985536436 cspg_html_6985536436:158:21644:21660 Hassel Banks Island +0.26462 gsa_html_6747548202 gsa_html_6747548202:29:2796:2824 Green River Colorado +0.46075 aapg_ac_878.html aapg_ac_878.html:131:16697:16703 Oregon Potomac, Maryland +0.479655 geology_html_5375015639 geology_html_5375015639:288:20917:20926 Littleton Hannington, Northamptonshire +0.516664 cspg_html_8532932475 cspg_html_8532932475:364:37649:37666 Bluesky Lacombe, Alberta +0.253935 gsa_html_5446866849 gsa_html_5446866849:923:69626:69638 Owens Valley California +0.252374 geology_html_8401867679 geology_html_8401867679:198:16304:16310 Jordan Amman +0.262104 aapg_ah_831.html aapg_ah_831.html:170:15245:15265 Tuscaloosa Knoxville, Tennessee +0.47277 gsa_html_7248164569 gsa_html_7248164569:648:49806:49815 Peninsula Quebec City +0.626968 aapg_ae_319.html aapg_ae_319.html:709:60263:60271 Sundance Entrada Sandstone +0.480375 cspg_html_3328007773 cspg_html_3328007773:977:99712:99728 Viking Lacombe, Alberta +0.72496 cspg_html_5542874609 cspg_html_5542874609:448:55133:55154 Belly River Lacombe, Alberta +0.726948 aapg_af_502.html aapg_af_502.html:747:88339:88358 Smackover Mississippi River +0.24336 geology_html_1146010106 geology_html_1146010106:288:26359:26378 Flagstaff Logan, Utah +0.36585 cspg_html_1822367166 cspg_html_1822367166:41:6408:6428 Cabot Head Manitoulin Island +0.470408 cspg_html_1333179361 cspg_html_1333179361:775:62991:62999 Columbia Victoria, British Columbia +0.48184 aapg_ah_645.html aapg_ah_645.html:259:31795:31810 Swift Black Hills +0.25544 aapg_aa_423.html aapg_aa_423.html:19:2279:2290 Cloud Chief Santa Rosa, California +0.47229 aapg_ae_544.html aapg_ae_544.html:338:40101:40111 Milk River Lacombe, Alberta +0.456936 aapg_ac_367.html aapg_ac_367.html:131:15232:15248 Ironton Galesville, Maryland +0.503428 aapg_ah_490.html aapg_ah_490.html:50:7099:7108 Minnelusa Black Hills +0.507416 aapg_ae_3.html aapg_ae_3.html:98:13188:13194 Oregon Washington (state) +0.243955 aapg_ai_958.html aapg_ai_958.html:174:18894:18910 Goliad Houston +0.246984 gsa_html_4173159501 gsa_html_4173159501:96:7861:7869 Colorado Arizona +0.484892 cspg_html_7779401416 cspg_html_7779401416:58:7370:7377 Thorold Niagara Peninsula +0.261021 cspg_html_6014123208 cspg_html_6014123208:110:15793:15800 Cadomin Lacombe, Alberta +0.235907 aapg_aa_208.html aapg_aa_208.html:267:29340:29353 Bigfork Chert Ouachita Mountains +0.260538 aapg_ad_280.html aapg_ad_280.html:6:843:862 Smackover Bossier City, Louisiana +0.400392 geology_html_3614605929 geology_html_3614605929:51:5238:5255 Onaping Sudbury, Suffolk +0.263355 aapg_ad_192.html aapg_ad_192.html:132:16851:16861 Tuscaloosa Tuscaloosa, Alabama +0.503155 gsa_html_7829388117 gsa_html_7829388117:1271:120271:120299 Green River Iran +0.832226 aapg_ah_633.html aapg_ah_633.html:138:19275:19299 Paynes Hammock Texas +0.245616 gsa_html_8335323050 gsa_html_8335323050:17:1109:1115 Reston Virginia +0.27454 aapg_ad_400.html aapg_ad_400.html:164:15055:15072 Entrada Chinle Formation +0.26368 aapg_ae_981.html aapg_ae_981.html:80:5904:5912 Edgewood Illinois +0.266247 aapg_af_621.html aapg_af_621.html:77:8119:8128 Kimmswick Salem, Massachusetts +0.491071 palaios_html_3112927242 palaios_html_3112927242:660:56338:56366 Whirlpool Ontario, California +0.918692 aapg_ad_865.html aapg_ad_865.html:268:28129:28145 Dakota Hermosa, Chicago +0.37332 cspg_html_6608209149 cspg_html_6608209149:51:5865:5888 Watt Mountain Lacombe, Alberta +0.463202 aapg_ad_973.html aapg_ad_973.html:436:40520:40527 Yucatan Shreveport, Louisiana +0.46872 gsa_html_5391661566 gsa_html_5391661566:73:6600:6606 Oregon Salem, Oregon +0.249964 cspg_html_5345848475 cspg_html_5345848475:21:2702:2716 Colorado Western Canadian Sedimentary Basin +0.502656 aapg_ai_858.html aapg_ai_858.html:357:51396:51415 Fox Hills Carbon County, Wyoming +0.484704 cspg_html_3041902517 cspg_html_3041902517:412:48875:48886 Blind Fiord Ellesmere Island +0.49824 aapg_ae_280.html aapg_ae_280.html:58:6709:6718 Whirlpool Lewiston, Idaho +0.228259 cspg_html_5312588885 cspg_html_5312588885:81:10417:10436 Jefferson Boise, Idaho +0.475394 sedimentology_html_1895225860 sedimentology_html_1895225860:1049:73596:73600 Hall London, Ontario +0.469914 aapg_ad_466.html aapg_ad_466.html:228:29453:29460 Magothy Merchantville, New Jersey +0.490167 geology_html_1592747864 geology_html_1592747864:50:2752:2761 Mackenzie Anchorage, Alaska +0.25331 aapg_ae_50.html aapg_ae_50.html:1203:84393:84415 Navet Trinidad and Tobago +0.281637 aapg_ac_720.html aapg_ac_720.html:8:1043:1054 Hornerstown Manasquan, New Jersey +0.480868 gsa_html_3511174397 gsa_html_3511174397:828:42840:42849 San Pedro Chile +0.25864 sedimentology_html_3296239633 sedimentology_html_3296239633:1332:106755:106771 Cutler Logan, Utah +0.474549 aapg_ac_720.html aapg_ac_720.html:161:19348:19364 Hornerstown Woodstown, New Jersey +0.497555 aapg_ai_583.html aapg_ai_583.html:276:33600:33617 Rierdon Cheyenne, Wyoming +0.49011 cspg_html_6592158461 cspg_html_6592158461:6:606:614 Columbia Victoria, British Columbia +0.453792 AMJC_html_2228158963 AMJC_html_2228158963:416:50256:50262 Camden Rockland County, New York +0.255398 cspg_html_3023030263 cspg_html_3023030263:592:61525:61540 Mesaverde Logan, Utah +0.252374 aapg_af_547.html aapg_af_547.html:307:33914:33920 Denver Colorado +0.25856 cspg_html_3026112034 cspg_html_3026112034:9:761:778 Wabamun Pine Brook, New Jersey +0.242466 sedimentology_html_9911926988 sedimentology_html_9911926988:594:60436:60447 South Creek Gold Coast, Queensland +0.25029 cspg_html_7102673197 cspg_html_7102673197:249:33358:33382 Cardium Lacombe, Alberta +0.458375 gsa_html_4120839285 gsa_html_4120839285:538:61393:61419 Colorado Colorado +0.49868 cspg_html_8964522233 cspg_html_8964522233:41:5085:5104 Tahkandit Anchorage, Alaska +0.24804 aapg_ae_794.html aapg_ae_794.html:62:10033:10049 Coffee Selma to Montgomery marches +0.50078 palaios_html_9451646650 palaios_html_9451646650:73:6428:6440 Rhode Island Cambridge, Massachusetts +0.476545 geology_html_5334056231 geology_html_5334056231:314:25830:25837 Shuswap Victoria, British Columbia +0.495012 palaios_html_3140337808 palaios_html_3140337808:416:40682:40702 Florissant Colorado +0.26059 aapg_ai_17.html aapg_ai_17.html:106:8608:8614 Midway Cotton Valley, Louisiana +0.260598 aapg_af_143.html aapg_af_143.html:1014:105365:105384 Knoxville Klamath Mountains (ecoregion) +0.259908 aapg_ah_203.html aapg_ah_203.html:527:85525:85552 Morrison New Mexico +0.48719 cspg_html_6665051947 cspg_html_6665051947:434:44509:44526 Success Regina, Saskatchewan +0.459085 jgeology_html_8406118991 jgeology_html_8406118991:109:7666:7672 Oregon Reno, Nevada +0.483041 gsa_html_1006178269 gsa_html_1006178269:212:16530:16539 Knoxville Los Angeles +0.417924 aapg_af_896.html aapg_af_896.html:142:13954:13975 Lake Valley Sacramento Mountains (California) +0.502758 aapg_ah_318.html aapg_ah_318.html:1297:131212:131229 Hosston Alabama +0.47376 aapg_af_54.html aapg_af_54.html:90:11140:11159 Eagle Clayton County, Georgia +0.237546 aapg_ah_756.html aapg_ah_756.html:110:11801:11806 Queen New Mexico +0.261632 aapg_ac_614.html aapg_ac_614.html:277:34631:34637 Salina Forest City, Iowa +0.45649 aapg_ai_28.html aapg_ai_28.html:406:39378:39389 San Antonio San Antonio +0.51408 aapg_ac_749.html aapg_ac_749.html:102:14311:14327 Guelph Salina, Kansas +0.244992 aapg_ai_583.html aapg_ai_583.html:184:26830:26844 Sundance Cheyenne, Wyoming +0.46116 gsa_html_6143207195 gsa_html_6143207195:28:1449:1455 Denver Colorado +0.284025 aapg_ae_474.html aapg_ae_474.html:865:88208:88233 Cypress Bethel, Alaska +0.260338 palaios_html_3467544554 palaios_html_3467544554:756:63248:63254 Denver Colorado +0.87142 palaios_html_7337635857 palaios_html_7337635857:12:537:545 Montreal Victoria, British Columbia +0.463644 aapg_ai_899.html aapg_ai_899.html:120:12983:13010 Catahoula Texas +0.464436 aapg_ac_613.html aapg_ac_613.html:3:185:200 Mesaverde San Juan, Argentina +0.24912 cspg_html_7083999793 cspg_html_7083999793:51:7257:7267 Mount Head Western world +0.261632 sedimentology_html_8510537334 sedimentology_html_8510537334:1699:128123:128143 Bloomsburg Pennsylvania +0.251412 aapg_ah_647.html aapg_ah_647.html:22:2307:2316 Horquilla Naco, Sonora +0.247748 aapg_ad_350.html aapg_ad_350.html:418:45092:45100 Onondaga Helderberg +0.259844 cspg_html_2297270979 cspg_html_2297270979:509:57435:57443 Michigan Antrim, County Antrim +0.46872 aapg_af_786.html aapg_af_786.html:214:25177:25202 Tumey California +0.471744 cspg_html_9136481292 cspg_html_9136481292:521:57916:57927 Peace River Lacombe, Alberta +0.25908 geology_html_5755998770 geology_html_5755998770:303:18696:18705 San Diego California +0.252164 cspg_html_5950764790 cspg_html_5950764790:49:7280:7306 Nisku Lacombe, Alberta +0.451276 aapg_ai_15.html aapg_ai_15.html:27:4069:4075 Sabine Gulf Coast of the United States +0.48348 cspg_html_4293350162 cspg_html_4293350162:448:48652:48670 Mount Head Carnarvon, Western Australia +0.50652 aapg_ae_180.html aapg_ae_180.html:70:8614:8633 Greenhorn Benton, Arkansas +0.490795 aapg_ah_96.html aapg_ah_96.html:121:13217:13225 Winnipeg Black Hills +0.243 cspg_html_6252417471 cspg_html_6252417471:116:17867:17889 Horton River Banks Island +0.482034 palaios_html_6455472411 palaios_html_6455472411:620:65692:65706 Richmond Bloomington, Indiana +0.25856 cspg_html_4645836177 cspg_html_4645836177:437:47113:47134 Missisauga Logan Canyon +0.24576 palaios_html_7645922717 palaios_html_7645922717:427:47725:47735 Table Head Sydney Basin +0.247008 gsa_html_4695276845 gsa_html_4695276845:133:16085:16103 Stirling Quartzite California +0.27144 aapg_ah_366.html aapg_ah_366.html:212:13254:13271 Paradox Mancos, Colorado +0.50085 aapg_ae_873.html aapg_ae_873.html:736:85230:85238 Woodbine Paluxy, Texas +0.460558 aapg_af_880.html aapg_af_880.html:473:71602:71616 Naco Arizona +0.469298 gsa_html_2247677304 gsa_html_2247677304:11:532:545 Santa Barbara California +0.242039 sedimentology_html_1568456861 sedimentology_html_1568456861:873:67630:67636 Sierra Puerto Natales +0.498122 aapg_ad_696.html aapg_ad_696.html:97:9757:9763 Reklaw Charlotte, North Carolina +0.2574 cspg_html_1312400675 cspg_html_1312400675:242:28300:28308 Paskapoo Edmonton, London +0.24444 palaios_html_4516284508 palaios_html_4516284508:16:964:970 Denver Denver +0.271806 aapg_ae_492.html aapg_ae_492.html:6:670:678 Victoria Gold Coast, Queensland +0.266742 AMJC_html_4376472287 AMJC_html_4376472287:743:88580:88584 Hall London, Ontario +0.475335 aapg_ae_467.html aapg_ae_467.html:642:50210:50228 Sylvania Detroit River International Wildlife Refuge +0.24048 geology_html_9714557029 geology_html_9714557029:246:23648:23652 Kent Earth +0.262524 cspg_html_4105062490 cspg_html_4105062490:178:18678:18693 Banff Lacombe, Alberta +0.469476 aapg_ad_350.html aapg_ad_350.html:416:44597:44615 Catskill Huntington, West Virginia +0.486266 cspg_html_1714269019 cspg_html_1714269019:412:46366:46402 Albert New Brunswick, New Jersey +0.2626 AMJC_html_6539706032 AMJC_html_6539706032:183:18164:18182 Mamacoke Plainfield, Illinois +0.455157 aapg_ac_90.html aapg_ac_90.html:164:24515:24521 Navajo Reno, Nevada +0.266252 aapg_ad_341.html aapg_ad_341.html:191:19569:19587 Knapp Pennsylvania +0.245 gsa_html_1040524378 gsa_html_1040524378:598:68451:68473 Sandpoint Conglomerate Boise, Idaho +0.482304 cspg_html_5783501569 cspg_html_5783501569:5:259:293 Waterfowl Lacombe, Alberta +0.249964 geology_html_4596195124 geology_html_4596195124:18:1108:1123 Huizachal Mexico +0.266252 aapg_aa_374.html aapg_aa_374.html:84:8653:8659 Denver Colorado +0.4016 aapg_ai_975.html aapg_ai_975.html:149:18183:18200 Hosston County Sligo +0.244011 cspg_html_8677760663 cspg_html_8677760663:6:316:333 Peace River Lacombe, Alberta +0.378732 aapg_ai_594.html aapg_ai_594.html:209:21868:21885 Plattin Missouri River +0.48516 aapg_ac_451.html aapg_ac_451.html:763:74363:74369 Kodiak Anchorage, Alaska +0.276576 aapg_ad_466.html aapg_ad_466.html:1154:123794:123811 Calvert Kirkwood, Missouri +0.479304 gsa_html_1361916335 gsa_html_1361916335:788:71747:71755 Scotland London, Ontario +0.470987 cspg_html_5109837857 cspg_html_5109837857:184:23036:23055 Degerbols Henderson, Nevada +0.235907 aapg_ah_416.html aapg_ah_416.html:98:8309:8319 Milk River Milk River, Alberta +0.238632 aapg_ac_65.html aapg_ac_65.html:902:72912:72920 Colorado Colorado +0.273493 gsa_html_7012936645 gsa_html_7012936645:773:62962:62983 Martinsburg Hamburg +0.26364 gsa_html_6753732431 gsa_html_6753732431:602:57612:57627 Sespe California +0.490928 aapg_ae_305.html aapg_ae_305.html:913:74809:74823 Une Reno, Nevada +0.358781 aapg_ah_469.html aapg_ah_469.html:322:30432:30452 Cockfield Mississippi River +0.239904 gsa_html_7464626519 gsa_html_7464626519:740:76499:76528 Baraboo Quartzite Wisconsin +0.255258 aapg_ae_705.html aapg_ae_705.html:656:64723:64736 Santa Barbara California +0.510188 aapg_af_448.html aapg_af_448.html:288:29185:29194 San Diego California +0.24581 cspg_html_9139420146 cspg_html_9139420146:290:29633:29649 Fernie Lacombe, Alberta +0.272448 aapg_ae_429.html aapg_ae_429.html:78:5486:5502 Stonewall Texas +0.261576 aapg_ac_720.html aapg_ac_720.html:95:12409:12417 Navesink Atlantic Highlands, New Jersey +0.265278 aapg_ak_104.html aapg_ak_104.html:467:46776:46790 Stony Mountain Nassau, Bahamas +0.48576 gsa_html_8988123414 gsa_html_8988123414:54:3365:3393 Green River Iran +0.475896 aapg_af_684.html aapg_af_684.html:463:47143:47153 Washington Salem, Oregon +0.260608 sedimentology_html_8045087252 sedimentology_html_8045087252:701:52545:52555 Washington Salem, Oregon +0.494088 aapg_ad_52.html aapg_ad_52.html:75:9344:9351 Chemung Marshall, Texas +0.272976 geology_html_3683035926 geology_html_3683035926:11:511:520 Rochester Rochester, Kent +0.464576 gsa_html_9253181203 gsa_html_9253181203:581:69989:70005 Madrid Portland, Maine +0.49816 aapg_ac_621.html aapg_ac_621.html:97:9120:9137 Stotler Dover, Delaware +0.260925 cspg_html_6140605204 cspg_html_6140605204:116:17180:17188 Kootenay Elbow River +0.514539 aapg_ad_958.html aapg_ad_958.html:995:103410:103416 Warsaw Salem, Massachusetts +0.263088 cspg_html_8840748783 cspg_html_8840748783:684:80572:80581 Margarita Porlamar +0.47627 jgeology_html_1846074040 jgeology_html_1846074040:377:27172:27203 North Mountain Basalt Closter, New Jersey +0.261117 aapg_ac_983.html aapg_ac_983.html:394:61709:61718 Wyandotte Plattsburg, Missouri +0.458916 cspg_html_7278001817 cspg_html_7278001817:93:13544:13570 Sulphur Mountain Pine River (Michigan) +0.269874 cspg_html_9683836416 cspg_html_9683836416:378:63608:63637 Belly River Lacombe, Alberta +0.251496 aapg_ad_379.html aapg_ad_379.html:258:21943:21948 Ouray Colorado +0.274551 sedimentology_html_4372260172 sedimentology_html_4372260172:654:53198:53218 Milk River Canada +0.493296 geology_html_3441880285 geology_html_3441880285:11:560:570 Washington Washington (state) +0.259584 cspg_html_4773367370 cspg_html_4773367370:182:15658:15680 Beaver Mines Lacombe, Alberta +0.2625 palaios_html_2621173808 palaios_html_2621173808:1263:117519:117527 Columbia Victoria, British Columbia +0.494656 aapg_ad_880.html aapg_ad_880.html:219:23192:23200 Sundance Black Hills +0.496434 cspg_html_3966956195 cspg_html_3966956195:453:39472:39509 Haynesville Canada +0.48705 AMJC_html_1873062106 AMJC_html_1873062106:775:89061:89067 Pueblo Hopi Reservation +0.255024 geology_html_1518005899 geology_html_1518005899:13:564:570 Reston Virginia +0.504339 geology_html_2719842842 geology_html_2719842842:205:15100:15118 Yakataga Yakutat City and Borough, Alaska +0.49062 gsa_html_5246069804 gsa_html_5246069804:504:44359:44387 Green River Colorado +0.482976 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76387:76393 Oregon Washington (state) +0.468951 cspg_html_5017240192 cspg_html_5017240192:69:9035:9079 Madison Manitoba +0.249444 aapg_ai_29.html aapg_ai_29.html:224:27648:27655 Reynosa Duval County, Texas +0.467565 geology_html_6995506328 geology_html_6995506328:136:13497:13505 Rockwell California +0.47658 gsa_html_6982030333 gsa_html_6982030333:20:1149:1155 Oregon Salem, Oregon +0.267483 aapg_ad_78.html aapg_ad_78.html:27:3646:3651 Price Denver +0.257943 gsa_html_7485655092 gsa_html_7485655092:1430:102927:102955 Green River Colorado +0.2646 cspg_html_9139420146 cspg_html_9139420146:31:3971:3983 Fernie Middle East +0.45798 cspg_html_4298557570 cspg_html_4298557570:79:12952:12960 Whitemud McLeod Ganj +0.23184 cspg_html_9735723617 cspg_html_9735723617:72:11319:11353 Escuminac Canada +0.464145 cspg_html_7037732498 cspg_html_7037732498:63:8328:8340 Medicine Hat Lacombe, Alberta +0.262023 aapg_aa_15.html aapg_aa_15.html:183:24895:24913 Whitsett Falls City, Nebraska +0.247494 aapg_ah_871.html aapg_ah_871.html:160:19519:19524 Chazy Ottawa, Kansas +0.262626 cspg_html_4626597050 cspg_html_4626597050:537:58966:58985 Chugwater Cheyenne, Wyoming +0.467456 cspg_html_7224545905 cspg_html_7224545905:26:2550:2561 Grand Forks Bow Island Airport +0.248496 aapg_ad_351.html aapg_ad_351.html:460:41138:41147 Northview Sedalia, Missouri +0.491232 aapg_ae_448.html aapg_ae_448.html:215:23992:24009 Concord Hunt County, Texas +0.260608 cspg_html_8789242291 cspg_html_8789242291:169:23619:23648 Ravenscrag Estevan +0.73746 aapg_ae_678.html aapg_ae_678.html:314:39188:39210 Green River Uinta Mountains +0.259931 palaios_html_3036115408 palaios_html_3036115408:171:15633:15649 Oldman Canada +0.466736 sedimentology_html_6261114825 sedimentology_html_6261114825:615:48341:48347 Madrid Santa Cruz, California +0.252324 sedimentology_html_6210806021 sedimentology_html_6210806021:17:1176:1186 Pine Point Canada +0.269136 aapg_ac_629.html aapg_ac_629.html:182:25492:25501 Red River Mississippi River +0.270648 cspg_html_4666332434 cspg_html_4666332434:631:81067:81093 Belly River Canada +0.260099 geology_html_8042752734 geology_html_8042752734:74:5720:5736 Saugus Durham, North Carolina +0.485648 geology_html_5638110690 geology_html_5638110690:11:510:520 Washington Seattle +0.47712 aapg_ah_878.html aapg_ah_878.html:258:29975:29986 Fossil Hill Lake Huron +0.509015 cspg_html_1743060601 cspg_html_1743060601:20:3155:3161 Fernie Victoria, British Columbia +0.27888 aapg_ad_111.html aapg_ad_111.html:17:3020:3039 Mesaverde Mesa, Arizona +0.466565 aapg_ae_72.html aapg_ae_72.html:13:2347:2355 San Luis Kaibab, Arizona +0.472104 aapg_ah_143.html aapg_ah_143.html:47:4170:4182 Saskatchewan Lacombe, Alberta +0.24442 aapg_ac_440.html aapg_ac_440.html:475:59354:59360 Reston Virginia +0.48399 gsa_html_1744648670 gsa_html_1744648670:1875:159147:159175 Green River New Mexico +0.26967 aapg_ah_532.html aapg_ah_532.html:69:6492:6507 Ouray Leadville, Colorado +0.49632 gsa_html_2162821431 gsa_html_2162821431:930:83455:83464 San Diego Anza-Borrego Desert State Park +0.487424 geology_html_3464098724 geology_html_3464098724:11:568:578 Washington Washington (state) +0.398502 aapg_ah_138.html aapg_ah_138.html:19:1864:1874 Fort Union Niobrara, Nebraska +0.2646 aapg_af_154.html aapg_af_154.html:11:962:970 Beaumont Saratoga, California +0.350124 gsa_html_9310053579 gsa_html_9310053579:733:63717:63737 Wenatchee Washington (state) +0.477224 gsa_html_3191945202 gsa_html_3191945202:773:52143:52147 Bell California +0.478353 sedimentology_html_8747546230 sedimentology_html_8747546230:818:80541:80564 Brushy Canyon West, Texas +0.267794 gsa_html_3649667431 gsa_html_3649667431:1179:95165:95193 Green River Colorado +0.283374 aapg_aa_43.html aapg_aa_43.html:1092:98247:98261 Frio Texas +0.269878 aapg_aa_962.html aapg_aa_962.html:212:21266:21277 Black River Mississippi River +0.47817 aapg_ae_416.html aapg_ae_416.html:189:16937:16950 Fleming Texas +0.834462 aapg_ai_28.html aapg_ai_28.html:35:3134:3143 Catahoula Beaumont, Texas +0.485645 aapg_ae_154.html aapg_ae_154.html:313:28408:28416 Columbia Victoria, British Columbia +0.49192 sedimentology_html_7775845660 sedimentology_html_7775845660:703:58669:58695 Monterey California +0.708257 aapg_ai_492.html aapg_ai_492.html:146:18736:18754 Moenkopi San Rafael Swell +0.522192 aapg_ac_841.html aapg_ac_841.html:199:25527:25543 Metapan Guatemala +0.251904 geology_html_3216923540 geology_html_3216923540:12:466:472 Reston Virginia +0.259584 cspg_html_9222238695 cspg_html_9222238695:36:6087:6095 Columbia Lacombe, Alberta +0.242536 geology_html_5745933097 geology_html_5745933097:398:27939:27947 Virginia Hampton, New Hampshire +0.2548 aapg_ae_999.html aapg_ae_999.html:98:15046:15055 Catahoula Texas +0.49215 gsa_html_9342646724 gsa_html_9342646724:73:5828:5856 Green River Colorado +0.2568 aapg_aa_595.html aapg_aa_595.html:333:35507:35510 Abo Wichita, Kansas +0.244398 cspg_html_4293350162 cspg_html_4293350162:814:88367:88383 Golata Victoria, British Columbia +0.256 aapg_ae_272.html aapg_ae_272.html:399:36955:36961 Vernon Midland County, Michigan +0.25627 aapg_ai_595.html aapg_ai_595.html:96:7249:7268 Woodbine Buda, Texas +0.247 geology_html_6217398404 geology_html_6217398404:15:895:905 Washington Earth +0.264698 aapg_af_770.html aapg_af_770.html:613:57255:57265 Wind River West Coast of the United States +0.26775 palaios_html_3912601201 palaios_html_3912601201:693:65721:65752 Chinle Arizona +0.260051 cspg_html_9725676031 cspg_html_9725676031:37:4538:4554 Lepine Colorado +0.252506 cspg_html_9343899465 cspg_html_9343899465:1443:119750:119771 Bathurst Melville, New York +0.465115 gsa_html_1465687448 gsa_html_1465687448:679:78881:78894 Waverly Kentucky +0.494172 aapg_ad_154.html aapg_ad_154.html:235:30017:30033 Elbrook Martinsburg, Nebraska +0.274032 geology_html_4705110813 geology_html_4705110813:18:1090:1100 Washington Vancouver +0.267786 cspg_html_1222040397 cspg_html_1222040397:812:92811:92831 Road River Victoria, British Columbia +0.488474 gsa_html_9267548624 gsa_html_9267548624:822:76663:76691 Green River Colorado +0.238925 gsa_html_1860930948 gsa_html_1860930948:744:74203:74217 Cedar Mountain Colorado +0.260454 aapg_af_839.html aapg_af_839.html:35:5154:5162 Traverse Salem, Massachusetts +0.273004 cspg_html_3461479787 cspg_html_3461479787:16:1835:1849 Mission Canyon Regina, Saskatchewan +0.495803 gsa_html_5274400800 gsa_html_5274400800:617:50094:50120 Monterey Los Angeles +0.25116 aapg_ai_284.html aapg_ai_284.html:323:29397:29402 Logan Perth, Western Australia +0.265189 aapg_ad_98.html aapg_ad_98.html:314:32012:32029 Roberts Mountains Reno, Nevada +0.248412 gsa_html_2178342427 gsa_html_2178342427:617:59181:59204 Golden Valley Williston Basin +0.466941 aapg_ah_301.html aapg_ah_301.html:747:88768:88786 Anacacho Texas +0.480414 gsa_html_3380395839 gsa_html_3380395839:29:1639:1661 Siletz River Volcanics Salem, Oregon +0.486213 aapg_ai_0.html aapg_ai_0.html:336:40850:40861 San Antonio Lavaca, Arkansas +0.2436 cspg_html_5880669950 cspg_html_5880669950:6:240:269 Swan Hills Lacombe, Alberta +0.485648 palaios_html_8055229939 palaios_html_8055229939:118:14042:14068 Dolores Colorado +0.253005 gsa_html_5118510819 gsa_html_5118510819:168:15904:15912 Colorado Denver +0.451992 aapg_ad_184.html aapg_ad_184.html:299:40240:40260 Chepultepec Dolomite Virginia +0.467 aapg_ah_876.html aapg_ah_876.html:657:81796:81810 Rusk Arkansas +0.46453 aapg_ae_324.html aapg_ae_324.html:524:52989:52998 Newcastle Virginia +0.728243 geology_html_7569052644 geology_html_7569052644:59:5250:5257 Cercado Dominican Republic +0.48384 cspg_html_4924970281 cspg_html_4924970281:6:416:436 Clearwater Lacombe, Alberta +0.25755 cspg_html_8250755331 cspg_html_8250755331:554:63166:63183 Wapiabi Lacombe, Alberta +0.518694 aapg_ah_644.html aapg_ah_644.html:285:33836:33841 Swift Williston Basin +0.48093 palaios_html_8029736168 palaios_html_8029736168:668:68686:68712 Horseshoe Canyon Canada +0.25957 aapg_ae_40.html aapg_ae_40.html:191:16031:16042 Viola Healdton, Oklahoma +0.260608 cspg_html_3016068951 cspg_html_3016068951:6:280:292 Saskatchewan Regina, Saskatchewan +0.24939 aapg_ai_366.html aapg_ai_366.html:11:1477:1485 Beaumont Texas +0.488136 aapg_ae_779.html aapg_ae_779.html:3:393:408 Bliss Texas +0.376986 aapg_ae_16.html aapg_ae_16.html:62:7314:7331 Mattson Liard River, British Columbia +0.489402 cspg_html_6984906794 cspg_html_6984906794:548:41471:41489 Kaskapau Lacombe, Alberta +0.258 aapg_ai_751.html aapg_ai_751.html:302:33133:33141 Sycamore Upshur County, West Virginia +0.485028 cspg_html_8438548095 cspg_html_8438548095:297:28204:28228 St. Mary River Drumheller +0.483558 cspg_html_6285618099 cspg_html_6285618099:149:15160:15168 Edmonton London, Ontario +0.256949 gsa_html_8161586681 gsa_html_8161586681:734:75120:75128 Columbia Columbia River +0.362204 cspg_html_9343899465 cspg_html_9343899465:1082:92957:92969 Hecla Bay Bathurst Island (Northern Territory) +0.224618 palaios_html_9876040400 palaios_html_9876040400:81:8470:8501 White River Logan County, West Virginia +0.262614 cspg_html_6874854939 cspg_html_6874854939:385:44814:44829 Melville Island Canadian Arctic Archipelago +0.26316 aapg_ai_13.html aapg_ai_13.html:24:2442:2457 Viola Honey Brook, Pennsylvania +0.254881 gsa_html_4930932370 gsa_html_4930932370:837:84999:85024 Onaping Sudbury, Suffolk +0.26117 cspg_html_9046359229 cspg_html_9046359229:975:105985:106004 Kishenehn Victoria, British Columbia +0.2562 aapg_ae_250.html aapg_ae_250.html:17:2354:2387 Minnelusa Cheyenne, Wyoming +0.276651 aapg_ae_324.html aapg_ae_324.html:836:84251:84262 Beekmantown Cumberland, Maryland +0.490158 aapg_ac_301.html aapg_ac_301.html:134:15838:15862 Fish Haven Dolomite Boise, Idaho +0.4097 aapg_ah_416.html aapg_ah_416.html:220:19076:19086 Milk River Canada +0.282855 aapg_ac_458.html aapg_ac_458.html:283:28023:28032 Mesaverde Powder River (Montana) +0.493908 palaios_html_2945835736 palaios_html_2945835736:128:12454:12464 Fort Union Big Horn Mountains +0.245021 cspg_html_3966956195 cspg_html_3966956195:395:36418:36434 George Canada +0.477582 cspg_html_5376629375 cspg_html_5376629375:564:55967:56001 Waterfowl Canmore, Alberta +0.234969 aapg_ae_848.html aapg_ae_848.html:57:5726:5738 Saskatchewan Lacombe, Alberta +0.45936 AMJC_html_4504848787 AMJC_html_4504848787:551:54978:54986 Virginia Blue Ridge Mountains +0.462594 aapg_ae_884.html aapg_ae_884.html:138:17921:17937 Raton Fruitland, Idaho +0.27189 geology_html_6582769965 geology_html_6582769965:128:13821:13842 Gorge Perth, Western Australia +0.260604 cspg_html_6984906794 cspg_html_6984906794:1064:70526:70546 Duck Creek Texas +0.260538 palaios_html_3308412288 palaios_html_3308412288:161:20471:20487 Bighorn Dolomite Big Horn Mountains +0.269808 aapg_ad_466.html aapg_ad_466.html:1383:147146:147163 Magothy Raritan River +0.252506 aapg_ae_865.html aapg_ae_865.html:742:43506:43514 Virginia Maryland +0.255016 gsa_html_7542416588 gsa_html_7542416588:29:1232:1240 Colorado Colorado +0.496071 gsa_html_8517233795 gsa_html_8517233795:693:63140:63158 Monterey Los Angeles +0.476952 cspg_html_6306091047 cspg_html_6306091047:84:14077:14085 Columbia Victoria, British Columbia +0.246856 sedimentology_html_7473206318 sedimentology_html_7473206318:1121:77003:77008 Price Gold Coast, Queensland +0.24206 aapg_ai_281.html aapg_ai_281.html:236:23282:23299 Tamabra Veracruz, Veracruz +0.469955 aapg_ai_796.html aapg_ai_796.html:168:19049:19068 Athabasca Canada +0.24892 gsa_html_5039569238 gsa_html_5039569238:249:21572:21582 Mount Hawk North Dakota +0.27183 aapg_ah_71.html aapg_ah_71.html:44:4391:4397 Weches Shreveport, Louisiana +0.2626 aapg_ah_95.html aapg_ah_95.html:3:157:181 Concha Arizona +0.487272 sedimentology_html_5813480998 sedimentology_html_5813480998:981:80687:80692 Chazy Quebec City +0.524835 aapg_ad_659.html aapg_ad_659.html:133:17721:17743 Solor Church Duluth, Georgia +0.696488 cspg_html_8891363498 cspg_html_8891363498:189:17467:17487 Blue Fiord Ellesmere Island +0.25351 gsa_html_9417870342 gsa_html_9417870342:62:6152:6158 Provo Yuma, Arizona +0.490116 aapg_ad_338.html aapg_ad_338.html:261:28253:28266 Merchantville Woodbury, New Jersey +0.259077 gsa_html_1254347878 gsa_html_1254347878:148:18981:19000 Grinnell Spokane, Washington +0.265895 aapg_ah_95.html aapg_ah_95.html:74:7921:7927 Concha Arizona +0.447792 gsa_html_6143207195 gsa_html_6143207195:711:69114:69122 Rockwell California +0.245952 aapg_ai_53.html aapg_ai_53.html:69:8030:8040 Indio Carrizo Plain +0.260598 aapg_ac_278.html aapg_ac_278.html:305:24650:24655 Price Michigan +0.474208 aapg_ad_871.html aapg_ad_871.html:3:185:199 Traverse Michigan +0.48144 geology_html_6392243752 geology_html_6392243752:102:13023:13046 Gile Mountain Bennington, Vermont +0.437541 aapg_ai_957.html aapg_ai_957.html:189:20832:20838 Lissie Austin, Chicago +0.504075 aapg_ae_876.html aapg_ae_876.html:196:19107:19116 Salt Lake Vernal, Utah +0.236973 aapg_af_188.html aapg_af_188.html:97:12137:12145 Billings Columbus, Ohio +0.268068 cspg_html_9474105160 cspg_html_9474105160:9:1755:1760 Banff Lacombe, Alberta +0.27686 cspg_html_9354781888 cspg_html_9354781888:671:53857:53865 Columbia Victoria, British Columbia +0.25857 sedimentology_html_1357220663 sedimentology_html_1357220663:573:41669:41673 Hall London, Ontario +0.27501 jgeology_html_9881994882 jgeology_html_9881994882:1066:58223:58244 Green River Cheyenne, Wyoming +0.250344 gsa_html_4385238876 gsa_html_4385238876:597:61586:61607 Wolverine Kayah State +0.732186 cspg_html_3447886929 cspg_html_3447886929:54:7204:7224 Black Cove Canada +0.491236 aapg_ae_393.html aapg_ae_393.html:3:307:320 Woodbine East Texas +0.269357 aapg_af_22.html aapg_af_22.html:503:58035:58067 Pekisko Lacombe, Alberta +0.27454 jgeology_html_7218166865 jgeology_html_7218166865:102:4971:5004 Morrison San Juan County, Utah +0.256032 aapg_ac_563.html aapg_ac_563.html:410:58408:58425 Yucatan Melbourne, Florida +0.2425 cspg_html_3447886929 cspg_html_3447886929:124:14662:14669 Macasty Utica, New York +0.482446 aapg_ac_723.html aapg_ac_723.html:3:405:421 Caseyville Ohio +0.783874 aapg_ac_807.html aapg_ac_807.html:399:41110:41118 Monmouth Chesapeake Bay +0.253456 cspg_html_8979693271 cspg_html_8979693271:331:41810:41821 Coal Valley Lacombe, Alberta +0.25092 cspg_html_9177794814 cspg_html_9177794814:8:810:824 Lisburne Anchorage, Alaska +0.24299 gsa_html_8179386002 gsa_html_8179386002:1740:165944:165949 Davis California +0.460512 aapg_ah_972.html aapg_ah_972.html:274:27820:27833 Wellborn Polk County, Florida +0.48654 cspg_html_3043423556 cspg_html_3043423556:342:37163:37180 Bedford Bridgetown, Nova Scotia +0.267273 cspg_html_1498300615 cspg_html_1498300615:103:13173:13190 Maligne Lacombe, Alberta +0.26367 cspg_html_1962846283 cspg_html_1962846283:298:32377:32385 Columbia Victoria, British Columbia +0.494856 aapg_ad_338.html aapg_ad_338.html:18:2555:2567 Marshalltown Navesink River +0.497424 cspg_html_9587281669 cspg_html_9587281669:395:48505:48513 Columbia Lacombe, Alberta +0.513372 aapg_ae_471.html aapg_ae_471.html:9:1287:1306 Smackover Lafayette County, Florida +0.48006 sedimentology_html_7390870545 sedimentology_html_7390870545:1081:82266:82309 Bluff Bridgetown, Nova Scotia +0.511974 aapg_ae_428.html aapg_ae_428.html:934:73443:73459 Sheep Creek Colorado +0.244701 geology_html_9300088422 geology_html_9300088422:455:25407:25413 Moscow Russia +0.269868 gsa_html_5602179168 gsa_html_5602179168:29:2796:2824 Green River New Mexico +0.226098 aapg_ah_894.html aapg_ah_894.html:99:16712:16753 Kekiktuk North Slope Borough, Alaska +0.239112 cspg_html_5705427229 cspg_html_5705427229:19:1912:1931 Hay River Lacombe, Alberta +0.495378 sedimentology_html_3941612453 sedimentology_html_3941612453:27:1942:1952 Washington Wa (Japan) +0.247835 aapg_ai_533.html aapg_ai_533.html:380:31832:31844 Saskatchewan Canada +0.27005 aapg_aa_621.html aapg_aa_621.html:85:9355:9376 Wind River Fort Union Trading Post National Historic Site +0.480495 aapg_ai_78.html aapg_ai_78.html:48:4940:4957 Catahoula Shreveport, Louisiana +0.4655 gsa_html_1419461902 gsa_html_1419461902:31:1708:1714 Denver Colorado +0.465608 jgeology_html_2563614336 jgeology_html_2563614336:849:57636:57647 San Jacinto Lake Elsinore, California +0.258757 aapg_ad_42.html aapg_ad_42.html:238:24738:24746 Imperial Bald Mountain (Idaho) +0.491493 gsa_html_9843343868 gsa_html_9843343868:820:67676:67684 Colorado Florissant, Colorado +0.450604 gsa_html_4873957926 gsa_html_4873957926:1268:127972:127980 Colorado San Juan, Argentina +0.262276 aapg_ac_692.html aapg_ac_692.html:12:1700:1705 Swift Regina, Saskatchewan +0.262108 cspg_html_6715452766 cspg_html_6715452766:362:44423:44445 Eureka Sound Ellesmere Island +0.26563 aapg_ac_629.html aapg_ac_629.html:513:63001:63011 Citronelle Texas +0.498005 geology_html_9569640645 geology_html_9569640645:199:20154:20171 Pamlico North Carolina +0.500511 cspg_html_6985536436 cspg_html_6985536436:315:41975:42033 Isachsen Banks Island +0.254518 gsa_html_5022585285 gsa_html_5022585285:597:55313:55323 Rio Grande Ancient Corinth +0.272475 cspg_html_1962846283 cspg_html_1962846283:78:10392:10408 Fernie Kootenay River +0.472524 aapg_ah_816.html aapg_ah_816.html:35:3472:3480 Virginia Maryland +0.25755 cspg_html_7938374662 cspg_html_7938374662:44:4439:4461 Grand Rapids Clearwater, Florida +0.490314 gsa_html_4312040636 gsa_html_4312040636:833:76267:76296 Humboldt California +0.502603 palaios_html_8950546356 palaios_html_8950546356:319:32283:32316 Morrison New Mexico +0.719144 aapg_af_471.html aapg_af_471.html:69:9268:9288 Pennington Knoxville, Tennessee +0.28614 aapg_aa_394.html aapg_aa_394.html:80:9344:9364 Pottsville Pottsville, Pennsylvania +0.280358 aapg_ah_186.html aapg_ah_186.html:326:23830:23836 Sierra Mexico +0.25 gsa_html_4591711448 gsa_html_4591711448:360:39095:39112 Conant Creek Tuff Cheyenne, Wyoming +0.474388 gsa_html_1549665076 gsa_html_1549665076:747:66757:66763 Reston Virginia +0.487113 aapg_ai_689.html aapg_ai_689.html:241:28344:28388 Tesnus Texas +0.252928 aapg_aa_23.html aapg_aa_23.html:862:112484:112490 Inwood Grand Rapids, Michigan +0.48896 aapg_ah_469.html aapg_ah_469.html:250:19737:19749 Midway Arkansas +0.502007 aapg_af_142.html aapg_af_142.html:326:41838:41857 Cotton Valley Shreveport, Louisiana +0.250985 aapg_ae_794.html aapg_ae_794.html:708:81127:81133 Coffee Selma to Montgomery marches +0.50986 gsa_html_7856084240 gsa_html_7856084240:781:61060:61070 Camp Creek Earth +0.497555 aapg_ai_758.html aapg_ai_758.html:45:6193:6197 Bell Illinois +0.250428 aapg_ae_306.html aapg_ae_306.html:983:112650:112660 Concepcion Western world +0.516446 gsa_html_2832151886 gsa_html_2832151886:302:22785:22803 Dunvegan Lacombe, Alberta +0.252434 aapg_aa_251.html aapg_aa_251.html:163:13278:13287 Smackover Texas +0.25398 cspg_html_1984085623 cspg_html_1984085623:338:40641:40655 Colorado Lacombe, Alberta +0.493506 cspg_html_4210762654 cspg_html_4210762654:190:26974:26989 Nisku Lacombe, Alberta +0.484344 aapg_aa_626.html aapg_aa_626.html:268:30734:30752 Patuxent Maryland +0.256486 aapg_ae_921.html aapg_ae_921.html:91:4761:4775 Sentinel Butte Stark County, Illinois +0.2585 aapg_ae_780.html aapg_ae_780.html:227:20068:20093 Carlisle Center Cobleskill (town), New York +0.483531 geology_html_2550383499 geology_html_2550383499:201:23020:23028 Michigan Lake Superior +0.48412 aapg_ae_634.html aapg_ae_634.html:34:3590:3598 Niobrara Arapahoe County, Kansas Territory +0.260568 cspg_html_8362959053 cspg_html_8362959053:140:19560:19575 Gates Boulder Creek (Colorado) +0.49036 aapg_ac_807.html aapg_ac_807.html:871:84960:84971 Selma Chalk Chattahoochee County, Georgia +0.269874 aapg_af_460.html aapg_af_460.html:48:4480:4501 Jacobsville Wisconsin +0.258937 aapg_aa_357.html aapg_aa_357.html:480:43186:43202 Carmel Carmel, Indiana +0.460674 cspg_html_5109837857 cspg_html_5109837857:184:22946:22967 Trold Fiord Henderson, Nevada +0.255528 sedimentology_html_9529674449 sedimentology_html_9529674449:535:34093:34097 Hall London, Ontario +0.70497 sedimentology_html_6084996636 sedimentology_html_6084996636:154:17529:17566 Morgan Colorado +0.246865 AMJC_html_4504848787 AMJC_html_4504848787:39:4794:4831 Mechum River Blue Ridge Mountains +0.459232 geology_html_1573138807 geology_html_1573138807:250:23647:23665 Harebell Cheyenne, Wyoming +0.241416 palaios_html_7565718144 palaios_html_7565718144:64:7502:7510 Edmonton Lacombe, Alberta +0.286221 aapg_af_775.html aapg_af_775.html:337:22936:22956 Catahoula Beaumont, Texas +0.25544 aapg_aa_940.html aapg_aa_940.html:158:16664:16678 Aux Vases Missouri River +0.494792 aapg_af_166.html aapg_af_166.html:269:30850:30863 Lagarto Oakville, California +0.485748 aapg_ai_583.html aapg_ai_583.html:136:19185:19193 Sundance Cheyenne, Wyoming +0.261522 aapg_ah_505.html aapg_ah_505.html:1425:113639:113646 Laramie Denver +0.243536 sedimentology_html_2359041650 sedimentology_html_2359041650:170:16215:16220 Crete Crete +0.494328 aapg_ai_816.html aapg_ai_816.html:405:67303:67313 Deer Creek Shawnee, Oklahoma +0.241552 cspg_html_3630723811 cspg_html_3630723811:127:13105:13124 Athabasca Lacombe, Alberta +0.486675 aapg_ae_3.html aapg_ae_3.html:96:12931:12949 Chainman Reno, Nevada +0.475547 sedimentology_html_7399126879 sedimentology_html_7399126879:2021:97843:97863 Milk River Lacombe, Alberta +0.246272 cspg_html_6252417471 cspg_html_6252417471:1129:90955:90962 Cookson Banks Island +0.254976 aapg_ak_103.html aapg_ak_103.html:26:3341:3347 Provo Chatham, Massachusetts +0.2704 aapg_ah_590.html aapg_ah_590.html:107:8921:8931 Washington Montgomery (town), New York +0.263652 aapg_ae_513.html aapg_ae_513.html:49:4325:4335 Tuscaloosa Austin County, Texas +0.267794 aapg_ai_223.html aapg_ai_223.html:48:4979:4987 Frontier Niobrara, Nebraska +0.256032 palaios_html_6815039820 palaios_html_6815039820:554:48833:48851 Edmonton Lacombe, Alberta +0.246525 cspg_html_6306091047 cspg_html_6306091047:15:2205:2213 Columbia Victoria, British Columbia +0.252525 cspg_html_9843429624 cspg_html_9843429624:107:12801:12816 Nisku Lacombe, Alberta +0.503184 aapg_ah_73.html aapg_ah_73.html:100:11336:11355 Smackover Ohio +0.50668 aapg_af_502.html aapg_af_502.html:89:11499:11524 Smackover Bossier City, Louisiana +0.27401 geology_html_1754147669 geology_html_1754147669:217:20988:20998 Washington Seattle +0.464977 gsa_html_2998645358 gsa_html_2998645358:11:539:552 Santa Barbara California +0.44365 aapg_af_995.html aapg_af_995.html:540:92468:92475 Madison Colorado +0.261121 cspg_html_4326384800 cspg_html_4326384800:1015:148990:149000 Swan Hills Western world +0.480072 aapg_aa_563.html aapg_aa_563.html:215:29083:29106 Comanche Peak San Antonio +0.471156 aapg_ai_999.html aapg_ai_999.html:184:13153:13176 Gypsum Spring Cheyenne, Wyoming +0.459579 aapg_ae_534.html aapg_ae_534.html:66:6933:6949 Tyonek Kenai, Alaska +0.378561 aapg_af_715.html aapg_af_715.html:51:5767:5775 Manganui Stratford, Connecticut +0.262135 cspg_html_7086880709 cspg_html_7086880709:520:68456:68477 Lonely Bay Great Slave Lake +0.237566 aapg_aa_717.html aapg_aa_717.html:84:11483:11498 Gatesburg Middle Ordovician +0.267804 aapg_ac_730.html aapg_ac_730.html:289:39708:39717 Mesaverde Western world +0.265209 gsa_html_4307911073 gsa_html_4307911073:431:34468:34474 Sonora Sonora +0.25856 cspg_html_1878628154 cspg_html_1878628154:16:1884:1924 Montney Victoria, British Columbia +0.48081 aapg_ad_111.html aapg_ad_111.html:498:50737:50752 Mesaverde Colorado +0.481068 aapg_ad_786.html aapg_ad_786.html:86:8964:8981 Tanyard Llano, Texas +0.483886 geology_html_5045588189 geology_html_5045588189:219:23358:23375 Sisquoc California +0.249498 geology_html_4334622851 geology_html_4334622851:50:6881:6887 Pueblo Colorado +0.26877 aapg_ai_533.html aapg_ai_533.html:129:13654:13672 Winnipeg Winnipeg +0.482733 palaios_html_6090005613 palaios_html_6090005613:592:38016:38032 Racine Wisconsin +0.255224 aapg_ai_932.html aapg_ai_932.html:331:51335:51353 Monterey Monterey, California +0.498736 aapg_ah_429.html aapg_ah_429.html:108:9121:9141 San Andres Delaware +0.261632 cspg_html_5807593737 cspg_html_5807593737:11:1340:1362 Woodbend Lacombe, Alberta +0.249711 aapg_ai_688.html aapg_ai_688.html:12:1696:1708 Salina Ohio +0.25792 cspg_html_4664502755 cspg_html_4664502755:575:71984:72003 Ellerslie Lacombe, Alberta +0.255024 gsa_html_1536819908 gsa_html_1536819908:558:53167:53180 Edna Mountain Reno, Nevada +0.492618 gsa_html_1078292661 gsa_html_1078292661:30:2844:2854 Washington Richland, Washington +0.491898 aapg_ai_4.html aapg_ai_4.html:85:9027:9034 Temblor Rancho Santa Margarita, California +0.46336 sedimentology_html_2550885329 sedimentology_html_2550885329:2223:120176:120196 Swan Hills Lacombe, Alberta +0.494208 aapg_ah_632.html aapg_ah_632.html:154:19139:19146 Juniata Martinsburg, Nebraska +0.496872 aapg_af_624.html aapg_af_624.html:20:2971:2989 Deadwood Cheyenne, Wyoming +0.512 gsa_html_5884416968 gsa_html_5884416968:87:9738:9754 Sandia New Mexico +0.472647 gsa_html_6423424604 gsa_html_6423424604:918:77362:77368 Forest Mount Baker +0.257536 sedimentology_html_6952142412 sedimentology_html_6952142412:1129:86948:86952 Hall London, Ontario +0.4998 aapg_af_77.html aapg_af_77.html:171:13079:13094 Sligo Bossier Parish, Louisiana +0.484188 cspg_html_9941227593 cspg_html_9941227593:61:8628:8666 Bakken Williston Basin +0.260091 aapg_af_606.html aapg_af_606.html:107:15912:15927 Santa Margarita Maricopa, Arizona +0.462924 aapg_ac_430.html aapg_ac_430.html:530:60882:60890 Virginia Jacksonville, Illinois +0.257895 cspg_html_3860685167 cspg_html_3860685167:968:88670:88690 Mount Head Canada +0.25948 aapg_aa_654.html aapg_aa_654.html:131:20635:20649 Espiritu Santo Pecos River +0.465795 aapg_aa_702.html aapg_aa_702.html:430:89998:90006 Colorado Denver +0.48932 AMJC_html_5722410163 AMJC_html_5722410163:823:74317:74321 Elko Colorado +0.248997 gsa_html_9052101586 gsa_html_9052101586:517:64151:64164 Lake Michigan Lake Michigan +0.30104 aapg_ah_519.html aapg_ah_519.html:91:10444:10460 Dakota Mancos, Colorado +0.243 aapg_ad_808.html aapg_ad_808.html:1024:69247:69267 Bear River Cheyenne, Wyoming +0.248496 cspg_html_4727171280 cspg_html_4727171280:186:17050:17068 Edmonton Lacombe, Alberta +0.25441 aapg_ah_506.html aapg_ah_506.html:15:1964:1972 Michigan Michigan +0.67767 aapg_ah_829.html aapg_ah_829.html:3:255:286 Green River Colorado +0.46128 gsa_html_6927123889 gsa_html_6927123889:825:72655:72660 Rapid China +0.267386 cspg_html_9214997177 cspg_html_9214997177:51:7100:7123 Winnipegosis Regina, Saskatchewan +0.245508 aapg_af_437.html aapg_af_437.html:53:4846:4852 Denver Colorado +0.2667 cspg_html_7192907687 cspg_html_7192907687:29:3735:3755 Table Head Middle Ordovician +0.23424 cspg_html_3124360347 cspg_html_3124360347:303:40246:40251 Logan Canada +0.258825 cspg_html_8568877195 cspg_html_8568877195:178:29938:29949 Belly River Regina, Saskatchewan +0.261112 cspg_html_7310162886 cspg_html_7310162886:459:65978:65986 Lisburne Prudhoe Bay Oil Field +0.729428 aapg_ac_569.html aapg_ac_569.html:353:50067:50094 Emma Fiord Devon Island +0.490941 cspg_html_8362959053 cspg_html_8362959053:56:8436:8443 Cadomin Mountain Park (Holyoke, Massachusetts) +0.503936 gsa_html_3620519671 gsa_html_3620519671:837:89630:89658 Green River Colorado +0.399249 cspg_html_5264346535 cspg_html_5264346535:16:1889:1906 Bearpaw Lacombe, Alberta +0.688812 aapg_ae_3.html aapg_ae_3.html:84:10930:10942 Diamond Peak Reno, Nevada +0.470162 aapg_ad_155.html aapg_ad_155.html:122:15812:15822 Washington California +0.49538 aapg_ai_340.html aapg_ai_340.html:518:50872:50878 Forbes Anchorage, Alaska +0.274092 cspg_html_3501550466 cspg_html_3501550466:412:58374:58401 Duperow Williston Basin +0.492926 aapg_af_616.html aapg_af_616.html:655:46497:46505 Carlsbad Delaware +0.4738 aapg_af_244.html aapg_af_244.html:7:811:829 Tamasopo Matamoros, Tamaulipas +0.48355 jgeology_html_3669018334 jgeology_html_3669018334:162:8781:8789 Colorado Arizona +0.497373 gsa_html_8494790254 gsa_html_8494790254:1040:82194:82222 Green River Colorado +0.83544 aapg_ae_805.html aapg_ae_805.html:158:19245:19260 Supai New Mexico +0.425736 geology_html_2094488742 geology_html_2094488742:240:22178:22183 Tyson California +0.48804 aapg_ae_368.html aapg_ae_368.html:154:14326:14345 Wapanucka Atoka, Oklahoma +0.25654 aapg_ad_683.html aapg_ad_683.html:37:6515:6520 Supai Grand Canyon +0.47628 cspg_html_1503116552 cspg_html_1503116552:1163:178275:178301 Beaverhill Swan Hill, Victoria +0.47379 cspg_html_9729377176 cspg_html_9729377176:89:10495:10504 Baldonnel Victoria, British Columbia +0.51039 aapg_ae_324.html aapg_ae_324.html:366:36682:36691 Rose Hill Virginia +0.50668 aapg_ae_371.html aapg_ae_371.html:20:3741:3749 Kootenai Kootenay River +0.24908 cspg_html_3097746547 cspg_html_3097746547:673:70335:70360 Moosebar Lacombe, Alberta +0.496434 aapg_ah_646.html aapg_ah_646.html:361:43249:43266 Wingate Arizona +0.27392 gsa_html_5894524520 gsa_html_5894524520:425:54811:54818 Dubuque Redwood City, California +0.510976 gsa_html_3299020216 gsa_html_3299020216:62:4869:4897 Green River Colorado +0.252909 cspg_html_4193503340 cspg_html_4193503340:28:3765:3771 Oldman Lacombe, Alberta +0.4598 aapg_ad_351.html aapg_ad_351.html:486:43070:43079 Northview Webster County, Missouri +0.464688 aapg_aa_717.html aapg_aa_717.html:29:4477:4492 Gatesburg Pennsylvania +0.498834 palaios_html_1262064602 palaios_html_1262064602:906:91950:91956 Denver Colorado +0.52528 cspg_html_7342299763 cspg_html_7342299763:8:776:790 Doig Grayling, Michigan +0.242 geology_html_3092781509 geology_html_3092781509:295:25293:25305 Horse Spring Perth, Western Australia +0.270399 cspg_html_9905904289 cspg_html_9905904289:398:50475:50482 Eastend Lacombe, Alberta +0.268842 sedimentology_html_9626990209 sedimentology_html_9626990209:1361:99182:99194 Rock Springs Cheyenne, Wyoming +0.505946 gsa_html_5742876608 gsa_html_5742876608:31:2706:2734 Green River Colorado +0.473052 aapg_aa_702.html aapg_aa_702.html:1419:144172:144178 Denver Colorado +0.449064 aapg_aa_995.html aapg_aa_995.html:639:51391:51397 Denver Cheyenne, Wyoming +0.261112 aapg_ak_112.html aapg_ak_112.html:3:327:345 Dunvegan Victoria, British Columbia +0.249498 sedimentology_html_3865745685 sedimentology_html_3865745685:1647:113501:113528 Tidal Memphis International Airport +0.472384 AMJC_html_1007005179 AMJC_html_1007005179:1070:104743:104748 Yukon Gardiner, Maine +0.249879 aapg_ah_387.html aapg_ah_387.html:2627:284012:284021 Knoxville Knoxville, Illinois +0.246784 aapg_ad_564.html aapg_ad_564.html:7677:662778:662795 Muskiki Lacombe, Alberta +0.27189 aapg_af_310.html aapg_af_310.html:12:1511:1541 Slave Point Victoria, British Columbia +0.489984 cspg_html_9941518291 cspg_html_9941518291:624:86180:86195 Douro Canada +0.25948 palaios_html_1869092041 palaios_html_1869092041:271:30800:30809 San Diego California +0.640274 cspg_html_4374961624 cspg_html_4374961624:29:5189:5207 Chetang Mount Robson Provincial Park +0.473386 geology_html_6531958165 geology_html_6531958165:15:822:830 Colorado Colorado +0.520856 aapg_af_579.html aapg_af_579.html:231:25776:25783 Entrada Logan, Utah +0.487863 cspg_html_3860685167 cspg_html_3860685167:907:83275:83295 Mount Head Victoria, British Columbia +0.236676 aapg_aa_709.html aapg_aa_709.html:83:9675:9685 Rio Grande Cachoeira Dourada +0.512487 gsa_html_6491840124 gsa_html_6491840124:969:79531:79550 Salt Lake Logan, Utah +0.244474 aapg_af_886.html aapg_af_886.html:161:6738:6751 Jackson Texas +0.69184 gsa_html_8035658736 gsa_html_8035658736:205:22812:22838 Coon Hollow Hells Canyon +0.23814 gsa_html_5147030878 gsa_html_5147030878:329:29414:29417 Arc Caribbean +0.506447 aapg_af_399.html aapg_af_399.html:500:51975:51993 Frontier Logan, Utah +0.505486 aapg_af_789.html aapg_af_789.html:82:12138:12156 Coeymans Virginia +0.488565 gsa_html_7854597776 gsa_html_7854597776:787:60910:60931 Phosphoria Logan, Utah +0.47773 gsa_html_2989317971 gsa_html_2989317971:1167:116187:116193 Denver Boise, Idaho +0.47658 aapg_af_576.html aapg_af_576.html:82:7871:7879 Seminole Chattanooga, Tennessee +0.266112 aapg_ai_258.html aapg_ai_258.html:84:7603:7608 Morro Chile +0.473715 aapg_ae_523.html aapg_ae_523.html:165:16375:16396 Hardinsburg Hopkins County, Kentucky +0.486563 aapg_ai_249.html aapg_ai_249.html:727:95326:95343 Subinal Guatemala +0.247 gsa_html_4891459463 gsa_html_4891459463:1273:118332:118344 San Fernando California +0.253092 cspg_html_3501550466 cspg_html_3501550466:408:57644:57661 Duperow Williston Basin +0.70275 aapg_ah_633.html aapg_ah_633.html:108:15214:15247 Chickasawhay Mississippi River +0.469216 aapg_aa_928.html aapg_aa_928.html:65:7481:7490 Vicksburg Texas +0.270764 aapg_ae_369.html aapg_ae_369.html:59:6785:6801 Eutaw Tuscaloosa, Alabama +0.498076 palaios_html_2736581987 palaios_html_2736581987:574:59220:59235 Hueco New Mexico +0.484124 cspg_html_4210762654 cspg_html_4210762654:269:36095:36110 Nisku Lacombe, Alberta +0.474045 AMJC_html_4446957148 AMJC_html_4446957148:56:8576:8596 Vassalboro Portland, Maine +0.495876 cspg_html_1053895111 cspg_html_1053895111:237:29355:29372 Cardium Canada +0.485856 cspg_html_7688587411 cspg_html_7688587411:8:419:457 Fish Scales Lacombe, Alberta +0.277713 gsa_html_7199417381 gsa_html_7199417381:306:34386:34403 White River Peoria, Illinois +0.270918 cspg_html_9361096527 cspg_html_9361096527:69:14143:14165 Judith River Lacombe, Alberta +0.494208 geology_html_5984209132 geology_html_5984209132:290:21742:21768 Lockport Dolomite Ohio +0.419814 aapg_ai_584.html aapg_ai_584.html:841:89391:89397 Casper Powder River Basin +0.249428 cspg_html_5810500722 cspg_html_5810500722:68:9697:9705 Columbia Victoria, British Columbia +0.252813 palaios_html_3022467877 palaios_html_3022467877:501:51143:51164 Hornerstown Closter, New Jersey +0.456968 aapg_ae_319.html aapg_ae_319.html:604:51716:51726 Twin Creek Western world +0.235029 aapg_ad_785.html aapg_ad_785.html:933:102455:102477 Fountain Colorado Springs, Colorado +0.490281 aapg_ae_383.html aapg_ae_383.html:448:34851:34857 Pocono Naples, Florida +0.886113 aapg_ak_54.html aapg_ak_54.html:49:6305:6320 Sligo Mississippi River +0.48932 cspg_html_8030881108 cspg_html_8030881108:169:27884:27892 Columbia Victoria, British Columbia +0.849156 aapg_af_18.html aapg_af_18.html:7:1224:1234 Lakota Black Hills +0.463624 cspg_html_9330018201 cspg_html_9330018201:67:11279:11295 Burton Elko, Nevada +0.859554 aapg_ac_765.html aapg_ac_765.html:48:10306:10323 Chinle Chinle Formation +0.238626 geology_html_1545045916 geology_html_1545045916:282:23384:23429 Protection South Florida metropolitan area +0.505724 aapg_ac_4.html aapg_ac_4.html:574:44804:44822 Shublik Anchorage, Alaska +0.255024 aapg_aa_712.html aapg_aa_712.html:190:23823:23844 Platteville Glenwood, Utah +0.25755 geology_html_3067159650 geology_html_3067159650:255:21174:21183 Extension England +0.47223 aapg_ac_688.html aapg_ac_688.html:12:1417:1424 Paradox Reno, Nevada +0.244027 sedimentology_html_3241560531 sedimentology_html_3241560531:1685:85175:85183 Homewood Oman +0.49764 gsa_html_2823183596 gsa_html_2823183596:65:5000:5028 Green River Colorado +0.480496 palaios_html_6025329652 palaios_html_6025329652:256:19459:19482 Martin Anchorage, Alaska +0.857451 sedimentology_html_3694687055 sedimentology_html_3694687055:1057:43369:43389 Swan River Manitoba +0.276595 gsa_html_9253181203 gsa_html_9253181203:247:27242:27272 Schoharie Pennsylvania +0.267273 sedimentology_html_9079273526 sedimentology_html_9079273526:797:73855:73865 Fort Union Cheyenne, Wyoming +0.470305 cspg_html_3630723811 cspg_html_3630723811:30:4361:4370 Athabasca Fort McMurray +0.255021 geology_html_5967209013 geology_html_5967209013:335:28795:28807 Owens Valley California +0.260051 aapg_ah_158.html aapg_ah_158.html:192:34084:34090 Cutter Bear Mountain (Connecticut) +0.490356 sedimentology_html_9998036374 sedimentology_html_9998036374:1288:80960:80966 Thrifty London, Ontario +0.484059 gsa_html_9511249221 gsa_html_9511249221:586:62980:62984 Hall Charleston, South Carolina +0.259956 cspg_html_6984906794 cspg_html_6984906794:972:66399:66416 Bearpaw Lacombe, Alberta +0.253356 aapg_af_264.html aapg_af_264.html:90:13260:13271 Peace River Lacombe, Alberta +0.480868 gsa_html_3387611512 gsa_html_3387611512:570:64939:64959 Diligencia Terres +0.261085 cspg_html_8767215556 cspg_html_8767215556:11:1071:1096 Beaverhill Edmonton, London +0.47595 cspg_html_5964371399 cspg_html_5964371399:328:33887:33907 Point Loma San Diego +0.262063 aapg_ah_27.html aapg_ah_27.html:135:20063:20076 Barnett Llano, Texas +0.496908 aapg_ad_337.html aapg_ad_337.html:145:16219:16227 San Jose Monterey, California +0.490428 aapg_aa_86.html aapg_aa_86.html:19:1830:1850 Eagle Rodessa, Louisiana +0.380184 cspg_html_2139304729 cspg_html_2139304729:7:647:667 Griper Bay Bathurst, New South Wales +0.506538 aapg_ac_490.html aapg_ac_490.html:234:30419:30425 Wapiti Boulder Creek (Colorado) +0.503285 aapg_ae_181.html aapg_ae_181.html:106:15460:15469 Owl Creek Knoxville, Tennessee +0.48177 cspg_html_3740794265 cspg_html_3740794265:67:7987:7995 Columbia Victoria, British Columbia +0.48071 aapg_ah_645.html aapg_ah_645.html:120:16038:16043 Piper Williston, Vermont +0.442458 AMJC_html_8619525948 AMJC_html_8619525948:651:67930:67942 Rhode Island South Attleboro (MBTA station) +0.24429 aapg_ae_584.html aapg_ae_584.html:630:60394:60406 Wilcox Texas +0.277648 cspg_html_4626597050 cspg_html_4626597050:215:27215:27225 Phosphoria Cheyenne, Wyoming +0.260075 cspg_html_9825544190 cspg_html_9825544190:232:24414:24447 Winnipegosis Lacombe, Alberta +0.506043 gsa_html_7120668170 gsa_html_7120668170:882:81442:81448 Sierra Sonora +0.481143 gsa_html_7718775984 gsa_html_7718775984:1216:84438:84466 Green River Colorado +0.493084 aapg_ai_249.html aapg_ai_249.html:78:12296:12303 Chuacus Guatemala +0.463956 cspg_html_3187844923 cspg_html_3187844923:228:34649:34661 Sustut Teslin, Yukon +0.270764 cspg_html_5699627350 cspg_html_5699627350:26:4105:4121 Viking Lacombe, Alberta +0.261602 cspg_html_3735760125 cspg_html_3735760125:24:4414:4431 Cardium Central Alberta +0.446103 palaios_html_1018466366 palaios_html_1018466366:1122:115408:115418 Caseyville Illinois +0.88078 aapg_ae_886.html aapg_ae_886.html:250:26170:26187 Entrada Colorado +0.261919 aapg_ad_880.html aapg_ad_880.html:368:38553:38571 Sundance Spearfish, South Dakota +0.287271 aapg_af_664.html aapg_af_664.html:719:80329:80345 San Andres South Plains +0.23359 aapg_aa_732.html aapg_aa_732.html:3:308:325 Edwards Texas +0.236075 cspg_html_2113617629 cspg_html_2113617629:809:92434:92454 Bow Island Lacombe, Alberta +0.879483 gsa_html_5056480923 gsa_html_5056480923:809:61410:61427 Barstow Mojave Desert +0.251883 cspg_html_1644457308 cspg_html_1644457308:368:41308:41327 Grayling Pine River (Michigan) +0.503286 sedimentology_html_6951714124 sedimentology_html_6951714124:22:1502:1532 Swift Lacombe, Alberta +0.256512 cspg_html_7881580279 cspg_html_7881580279:30:4882:4898 Yeoman Regina, Saskatchewan +0.263105 aapg_ah_978.html aapg_ah_978.html:350:32700:32715 Santa Margarita Maricopa, Arizona +0.504014 jgeology_html_9786588254 jgeology_html_9786588254:1247:61432:61438 Oxford Pergamon Museum +0.316406 aapg_aa_598.html aapg_aa_598.html:92:10245:10257 Red Mountain John Crow Mountains +0.743424 aapg_ai_912.html aapg_ai_912.html:61:11857:11892 Smackover Alabama +0.5061 aapg_ah_464.html aapg_ah_464.html:13:2164:2174 Carbondale Illinois +0.259045 cspg_html_4287356899 cspg_html_4287356899:3341:354509:354529 Fantasque Lacombe, Alberta +0.404892 cspg_html_9119878068 cspg_html_9119878068:241:31028:31038 Swan Hills Swan Hill, Victoria +0.459756 geology_html_1644816140 geology_html_1644816140:311:24028:24045 Barstow Mojave Desert +0.28034 jgeology_html_6990146451 jgeology_html_6990146451:1585:84777:84811 Pottsville Pennsylvania +0.252266 jgeology_html_2401877359 jgeology_html_2401877359:1082:67774:67787 Potsdam Ontario, California +0.262384 palaios_html_1803946422 palaios_html_1803946422:174:14632:14665 Moenkopi Logan, Utah +0.48909 cspg_html_5660413005 cspg_html_5660413005:54:8006:8023 Calmar Lacombe, Alberta +0.267804 aapg_ae_271.html aapg_ae_271.html:67:5922:5928 Lisbon Lisbon +0.459648 sedimentology_html_3417381350 sedimentology_html_3417381350:1560:109080:109094 Monterey California +0.247126 aapg_aa_113.html aapg_aa_113.html:933:81977:81984 El Plan Veracruz, Veracruz +0.455 sedimentology_html_9710882522 sedimentology_html_9710882522:433:30672:30684 Umpqua Elkton, Kentucky +0.262128 AMJC_html_4299960498 AMJC_html_4299960498:891:98793:98803 Washington Salem, Oregon +0.497896 cspg_html_3883962749 cspg_html_3883962749:253:30007:30019 Fernie Mountain Park (Holyoke, Massachusetts) +0.244 sedimentology_html_5840027588 sedimentology_html_5840027588:895:65945:65950 Rapid California +0.260099 cspg_html_7176835767 cspg_html_7176835767:365:46925:46945 Sans Sault Sault Ste. Marie, Ontario +0.263971 cspg_html_8797277909 cspg_html_8797277909:86:10557:10562 Cairn Lacombe, Alberta +0.468414 aapg_ad_351.html aapg_ad_351.html:521:44926:44945 Northview Chattanooga, Tennessee +0.264171 aapg_ai_751.html aapg_ai_751.html:324:36113:36122 Tuscarora Hancock County, Indiana +0.284053 aapg_aa_854.html aapg_aa_854.html:128:15129:15139 Tuscaloosa Terrebonne Parish, Louisiana +0.485376 sedimentology_html_6642728353 sedimentology_html_6642728353:915:80034:80044 Washington Seattle +0.492093 geology_html_4921848404 geology_html_4921848404:11:525:533 Colorado Colorado +0.267225 sedimentology_html_2442491538 sedimentology_html_2442491538:1033:89822:89829 Gateway Colorado +0.449123 aapg_ac_633.html aapg_ac_633.html:168:18176:18186 Kinderhook Meramec River +0.248985 AMJC_html_9749062244 AMJC_html_9749062244:945:83590:83596 Denver Colorado +0.262636 cspg_html_4680804918 cspg_html_4680804918:523:68135:68155 Milk River Bow Island Airport +0.255528 gsa_html_8833777630 gsa_html_8833777630:565:66605:66612 Laramie Cheyenne, Wyoming +0.446 aapg_ae_708.html aapg_ae_708.html:101:13004:13014 Nolichucky Maryville, Missouri +0.251392 jgeology_html_6186634367 jgeology_html_6186634367:426:36352:36375 Colorado Las Vegas Strip +0.260019 aapg_aa_618.html aapg_aa_618.html:23:2510:2531 Sligo County Sligo +0.235125 sedimentology_html_1151064389 sedimentology_html_1151064389:316:32509:32515 Brazil North Atlantic Current +0.238522 cspg_html_9072696952 cspg_html_9072696952:424:40793:40801 Columbia Victoria, British Columbia +0.49244 aapg_ai_561.html aapg_ai_561.html:12:1231:1240 Catahoula Arkansas +0.249428 gsa_html_1014327387 gsa_html_1014327387:12:471:477 Reston Virginia +0.26156 cspg_html_4860363565 cspg_html_4860363565:54:7259:7271 Winnipegosis Regina, Saskatchewan +0.48603 cspg_html_5104062649 cspg_html_5104062649:119:12515:12522 Halifax Calgary +0.486504 cspg_html_9361096527 cspg_html_9361096527:505:49446:49457 Belly River Lacombe, Alberta +0.265668 aapg_ai_944.html aapg_ai_944.html:40:6361:6373 Wilcox Texas +0.250776 aapg_af_897.html aapg_af_897.html:58:7530:7537 Hermosa New Mexico +0.720664 aapg_af_666.html aapg_af_666.html:656:55722:55732 Wind River Sweetwater, Miami-Dade County, Florida +0.25532 cspg_html_5807593737 cspg_html_5807593737:602:75669:75681 Duperow Williston, Vermont +0.515568 aapg_ac_590.html aapg_ac_590.html:102:13539:13557 Ogallala Ogallala, Nebraska +0.243892 aapg_af_977.html aapg_af_977.html:452:68808:68817 Rochester Freedonia +0.484352 palaios_html_3796939457 palaios_html_3796939457:513:44228:44244 Chinle Arizona +0.463263 aapg_ad_318.html aapg_ad_318.html:30:5237:5253 Guelph Louisville, Kentucky +0.476088 geology_html_5491871101 geology_html_5491871101:283:23554:23569 Rapid Logan, Utah +0.47817 cspg_html_5109837857 cspg_html_5109837857:419:47735:47750 Melville Island Ellesmere Island +0.570708 aapg_aa_699.html aapg_aa_699.html:191:17279:17288 Tonoloway Pennsylvania +0.479622 cspg_html_5593011953 cspg_html_5593011953:188:22246:22263 Halfway Valhalla, New York +0.250488 geology_html_6113200258 geology_html_6113200258:210:20168:20183 Gorge Bennington, Vermont +0.252296 gsa_html_8517233795 gsa_html_8517233795:712:64697:64723 Monterey California +0.242554 aapg_ai_278.html aapg_ai_278.html:905:106881:106907 Sunniland Melbourne, Florida +0.510188 aapg_ae_884.html aapg_ae_884.html:271:36016:36029 Bearpaw Colorado +0.259979 palaios_html_3406135825 palaios_html_3406135825:15:642:659 Potsdam Adirondack Mountains +0.257033 aapg_ac_879.html aapg_ac_879.html:141:18860:18866 Shasta Elk Creek, California +0.361276 aapg_ai_584.html aapg_ai_584.html:765:80803:80826 Casper Laramie, Wyoming +0.228906 aapg_ah_646.html aapg_ah_646.html:363:43504:43521 Dolores Colorado +0.267674 cspg_html_6252417471 cspg_html_6252417471:299:43849:43867 Isachsen Banks Island +0.480038 aapg_ac_807.html aapg_ac_807.html:399:41234:41252 Wenonah Monmouth +0.3686 aapg_af_305.html aapg_af_305.html:116:11618:11637 Smackover East Texas +0.68068 palaios_html_4356021700 palaios_html_4356021700:881:71219:71238 Catahoula Sicily Island, Louisiana +0.286216 gsa_html_5107598462 gsa_html_5107598462:350:30261:30279 Onondaga Onondaga (tribe) +0.4446 cspg_html_7667087595 cspg_html_7667087595:35:4350:4366 Oldman Lacombe, Alberta +0.259065 cspg_html_8089302449 cspg_html_8089302449:563:98702:98714 Saskatchewan Manitoba +0.257536 aapg_ai_958.html aapg_ai_958.html:214:22846:22852 Goliad Guadalupe River (California) +0.48288 aapg_ah_3.html aapg_ah_3.html:60:8471:8483 Saskatchewan Saudi Arabia +0.26312 sedimentology_html_3627077271 sedimentology_html_3627077271:126:13948:13953 Crete Corfu (city) +0.271908 cspg_html_6383234409 cspg_html_6383234409:459:46640:46660 Bird Fiord Bathurst Island (Northern Territory) +0.372723 palaios_html_7769060899 palaios_html_7769060899:18:1025:1036 Green River Logan, Utah +0.68736 aapg_ai_278.html aapg_ai_278.html:1084:124210:124219 Sunniland Melbourne, Florida +0.484568 jgeology_html_4232779030 jgeology_html_4232779030:627:36942:36949 Gateway Colorado +0.490633 AMJC_html_2905856018 AMJC_html_2905856018:558:83532:83538 Oregon Boise, Idaho +0.48581 gsa_html_5865982995 gsa_html_5865982995:962:105182:105190 Colorado Logan, Utah +0.251472 geology_html_9685477691 geology_html_9685477691:267:24298:24312 Chicopee Chelmsford, Massachusetts +0.507064 jgeology_html_9055319560 jgeology_html_9055319560:1356:81252:81260 Victoria Victoria, British Columbia +0.502488 aapg_ai_787.html aapg_ai_787.html:127:14349:14366 Fleming Oakville, California +0.255972 cspg_html_1814004928 cspg_html_1814004928:465:47368:47376 Columbia Victoria, British Columbia +0.256949 cspg_html_1925276454 cspg_html_1925276454:636:61079:61098 Frontier Cheyenne, Wyoming +0.395752 aapg_ae_905.html aapg_ae_905.html:162:17264:17276 Higginsville Fort Scott National Historic Site +0.269698 cspg_html_4056366713 cspg_html_4056366713:360:58102:58111 Red River Shreveport, Louisiana +0.447811 gsa_html_1337782073 gsa_html_1337782073:14:478:486 Virginia Reston, Virginia +0.246422 cspg_html_1732329534 cspg_html_1732329534:46:6659:6667 Edmonton North Portal, Saskatchewan +0.249964 aapg_ae_454.html aapg_ae_454.html:559:50969:50978 Shongaloo Arkansas +0.477288 AMJC_html_6539706032 AMJC_html_6539706032:179:17592:17609 New London Gneiss Plainfield, Illinois +0.25704 AMJC_html_4318504504 AMJC_html_4318504504:503:52700:52706 Pueblo Colorado +0.4512 aapg_aa_702.html aapg_aa_702.html:2032:177749:177757 Colorado Denver +0.261534 sedimentology_html_7504592844 sedimentology_html_7504592844:135:14216:14222 Nelson Charleston, South Carolina +0.380006 cspg_html_4193503340 cspg_html_4193503340:273:35175:35191 Dakota Iowa +0.253895 aapg_ac_253.html aapg_ac_253.html:466:57727:57746 Sallisaw Frisco, Texas +0.458109 cspg_html_4298557570 cspg_html_4298557570:14:1666:1697 Horseshoe Canyon Bearpaw Formation +0.264115 aapg_ae_471.html aapg_ae_471.html:147:14520:14530 Lewisville Lafayette County, Florida +0.259065 cspg_html_4694482219 cspg_html_4694482219:789:75065:75083 Edmonton Lacombe, Alberta +0.2565 cspg_html_4069214675 cspg_html_4069214675:473:56093:56097 Troy Beaumont, Texas +0.495208 aapg_ac_4.html aapg_ac_4.html:574:44788:44799 Sadlerochit Anchorage, Alaska +0.242374 aapg_ah_188.html aapg_ah_188.html:32:3857:3871 Vale Texas +0.26104 cspg_html_9435196958 cspg_html_9435196958:648:27592:27613 Belly River Lacombe, Alberta +0.249984 sedimentology_html_6295528506 sedimentology_html_6295528506:1040:66241:66247 Walker Knoxville, Tennessee +0.481418 aapg_aa_731.html aapg_aa_731.html:530:71647:71655 Rockdale San Marcos, California +0.24929 cspg_html_8057060038 cspg_html_8057060038:141:16969:16984 Mural Horseshoe Lake, Arkansas +0.48246 aapg_ad_375.html aapg_ad_375.html:285:16113:16134 Collingwood Georgian Bay +0.491303 aapg_ai_175.html aapg_ai_175.html:39:5274:5308 Springhill Springhill, Nova Scotia +0.471 gsa_html_2667366192 gsa_html_2667366192:567:53270:53274 Hall California +0.520275 gsa_html_3648258377 gsa_html_3648258377:460:44624:44649 Merchantville Merchantville, New Jersey +0.26182 AMJC_html_1873062106 AMJC_html_1873062106:1054:111633:111657 Cedar Mountain Logan, Utah +0.264698 cspg_html_6795586308 cspg_html_6795586308:128:12027:12032 Price Victoria, British Columbia +0.25647 gsa_html_8881958017 gsa_html_8881958017:568:53525:53532 Shuswap Victoria, British Columbia +0.514727 aapg_ah_536.html aapg_ah_536.html:54:7745:7759 Rodessa Rodessa, Louisiana +0.488698 cspg_html_5034642555 cspg_html_5034642555:461:43556:43589 Leadville Colorado +0.469829 jgeology_html_4184751552 jgeology_html_4184751552:1642:78345:78363 Provo Spain +0.386384 cspg_html_4287356899 cspg_html_4287356899:1270:174836:174845 Rat River Ganges +0.454578 aapg_ah_387.html aapg_ah_387.html:2864:311730:311739 Knoxville Knoxville, Illinois +0.500944 aapg_ac_882.html aapg_ac_882.html:573:50801:50815 Kope Kentucky +0.491748 aapg_aa_960.html aapg_aa_960.html:212:17160:17169 Chugwater Colorado +0.501804 aapg_af_0.html aapg_af_0.html:469:50326:50335 Palmarito Southeast Asia +0.249831 gsa_html_8981262717 gsa_html_8981262717:813:69724:69732 Moosebar Victoria, British Columbia +0.272986 aapg_af_397.html aapg_af_397.html:501:58061:58068 Entrada Entrada Sandstone +0.50688 aapg_af_355.html aapg_af_355.html:108:15959:15970 Mowry California +0.4982 aapg_aa_152.html aapg_aa_152.html:105:12286:12294 Wolfcamp Texas +0.2615 aapg_ah_344.html aapg_ah_344.html:157:17281:17300 Etchegoin California +0.263169 cspg_html_9354781888 cspg_html_9354781888:253:30317:30334 Halfway Victoria, British Columbia +0.242526 gsa_html_1582166619 gsa_html_1582166619:273:23655:23671 Cheaha Quartzite Clayton County, Georgia +0.434778 palaios_html_4660412431 palaios_html_4660412431:13:688:696 Colorado Colorado +0.262135 aapg_ai_97.html aapg_ai_97.html:204:19346:19356 San Felipe Tampico, Illinois +0.50504 aapg_ad_640.html aapg_ad_640.html:52:8230:8249 Rock Springs Sweetwater, Miami-Dade County, Florida +0.275369 aapg_ah_871.html aapg_ah_871.html:648:68743:68758 Chazy Brainerd, Minnesota +0.229341 gsa_html_5773121689 gsa_html_5773121689:811:69784:69791 Shuswap Victoria, British Columbia +0.47383 gsa_html_1727503504 gsa_html_1727503504:475:55271:55279 Scotland Canada +0.490782 aapg_ac_535.html aapg_ac_535.html:26:3370:3376 Viking Beaumont, Texas +0.258856 aapg_af_318.html aapg_af_318.html:205:23272:23288 Pense Lloydminster +0.26469 jgeology_html_9111148993 jgeology_html_9111148993:165:9007:9024 Baraboo Quartzite Wisconsin +0.508898 jgeology_html_7089929609 jgeology_html_7089929609:222:14656:14674 George New Brunswick, New Jersey +0.264195 geology_html_1860179474 geology_html_1860179474:235:23294:23303 Valentine California +0.652698 aapg_ac_59.html aapg_ac_59.html:319:39393:39413 Stadium Conglomerate San Diego +0.130188 aapg_ah_96.html aapg_ah_96.html:553:64341:64350 Red River Winnipeg +0.492218 cspg_html_2873888604 cspg_html_2873888604:205:31999:32007 Columbia Victoria, British Columbia +0.6175 aapg_af_735.html aapg_af_735.html:180:21239:21245 Forest Columbus, Ohio +0.471441 aapg_aa_259.html aapg_aa_259.html:194:16136:16144 Columbia Victoria, British Columbia +0.26265 aapg_ae_753.html aapg_ae_753.html:110:12895:12908 Bedford Lorain, Ohio +0.249458 aapg_af_854.html aapg_af_854.html:919:130136:130152 Bethel Kentucky +0.279585 aapg_ad_715.html aapg_ad_715.html:48:4942:4948 Morgan Texas +0.252 geology_html_1085819429 geology_html_1085819429:92:7954:7962 Virginia Reston, Virginia +0.261096 aapg_aa_685.html aapg_aa_685.html:406:37420:37426 Salina Flagstaff, Arizona +0.555651 aapg_ac_765.html aapg_ac_765.html:48:10435:10451 Chinle Chinle Formation +0.497034 cspg_html_7182873498 cspg_html_7182873498:71:12396:12409 Salina Guelph +0.266716 gsa_html_6426465509 gsa_html_6426465509:553:48508:48518 Washington Seattle +0.47991 cspg_html_9735723617 cspg_html_9735723617:192:25067:25087 Ibbett Bay Melville Island (Canada) +0.268602 aapg_ac_333.html aapg_ac_333.html:206:25873:25877 Yeso San Ysidro, New Mexico +0.534465 aapg_ah_198.html aapg_ah_198.html:560:73532:73550 Monterey California +0.491582 cspg_html_5403901844 cspg_html_5403901844:53:7224:7241 Tansill New Mexico +0.256486 gsa_html_4385238876 gsa_html_4385238876:882:89859:89868 Wolverine Canada +0.488136 aapg_af_489.html aapg_af_489.html:66:7152:7169 Caddell Texas +0.263472 aapg_ad_3.html aapg_ad_3.html:401:37520:37531 Beekmantown Black River, Jamaica +0.2478 aapg_af_562.html aapg_af_562.html:151:15788:15805 Ripley Tuscaloosa, Alabama +0.249194 aapg_ai_444.html aapg_ai_444.html:202:18291:18303 Fayetteville West Fork, Arkansas +0.2535 aapg_aa_43.html aapg_aa_43.html:353:41072:41100 Gatesburg Pennsylvania +0.234738 aapg_ad_467.html aapg_ad_467.html:381:29873:29879 Peedee Black Creek (Toronto) +0.256536 aapg_ae_786.html aapg_ae_786.html:93:11399:11424 Santiago Iquique +0.238632 sedimentology_html_1687656905 sedimentology_html_1687656905:1840:86866:86881 Catalina Schist California +0.344624 palaios_html_5488159532 palaios_html_5488159532:405:47869:47904 Fillmore Logan, Utah +0.261112 aapg_af_568.html aapg_af_568.html:509:41359:41371 Beaver Creek Cheyenne, Wyoming +0.49113 sedimentology_html_6094217767 sedimentology_html_6094217767:556:34311:34320 Brunswick Leipzig +0.449925 gsa_html_3445493534 gsa_html_3445493534:707:73685:73703 Monterey California +0.674245 aapg_af_97.html aapg_af_97.html:186:18688:18702 Kope Ohio +0.246865 palaios_html_9451646650 palaios_html_9451646650:1101:91429:91444 Conemaugh Ohio +0.2385 gsa_html_8398449001 gsa_html_8398449001:640:51658:51664 Nounan Bear Lake, Michigan +0.50827 aapg_ai_105.html aapg_ai_105.html:386:47588:47602 Duchesne River Uinta Mountains +0.272459 sedimentology_html_2325599130 sedimentology_html_2325599130:539:49304:49321 Fortress Mountain Anchorage, Alaska +0.470844 gsa_html_6105798111 gsa_html_6105798111:23:1321:1329 Colorado Colorado +0.482646 cspg_html_7833083677 cspg_html_7833083677:2099:183635:183651 Kingak Anchorage, Alaska +0.267 aapg_ah_203.html aapg_ah_203.html:571:94065:94083 Morrison New Mexico +0.476763 aapg_af_90.html aapg_af_90.html:25:3964:3985 Wood Canyon Spring Mountains National Recreation Area +0.450912 cspg_html_9343899465 cspg_html_9343899465:606:58430:58443 Bird Fiord Bathurst Island (Northern Territory) +0.52841 aapg_ai_0.html aapg_ai_0.html:366:44074:44082 Beaumont Beaumont, Texas +0.46956 aapg_ad_2.html aapg_ad_2.html:921:129067:129081 Hoyt Pennsylvania +0.26433 cspg_html_4541662139 cspg_html_4541662139:16:1539:1549 Lime Creek Floyd County, Virginia +0.469145 aapg_ac_986.html aapg_ac_986.html:399:46061:46070 Brunswick Spearfish, South Dakota +0.27083 aapg_ae_280.html aapg_ae_280.html:234:26145:26150 Utica Utica, New York +0.248482 sedimentology_html_2090465227 sedimentology_html_2090465227:1296:70923:70927 Hall London, Ontario +0.505724 aapg_ai_980.html aapg_ai_980.html:662:57906:57911 Swift Sunriver, Oregon +0.265216 aapg_ad_648.html aapg_ad_648.html:107:11795:11802 Laramie Uinta Mountains +0.899652 aapg_ah_144.html aapg_ah_144.html:82:6529:6537 Montreal Quebec City +0.251496 gsa_html_7657796970 gsa_html_7657796970:28:2894:2898 Bays Antarctica +0.245388 aapg_ad_169.html aapg_ad_169.html:42:5148:5168 Greenbrier Greenbrier (Great Smoky Mountains) +0.2739 aapg_ae_794.html aapg_ae_794.html:173:22273:22293 Owl Creek Selma to Montgomery marches +0.869214 gsa_html_6972841167 gsa_html_6972841167:30:2152:2160 Montreal Canada +0.275625 cspg_html_9516677253 cspg_html_9516677253:371:37076:37083 Cardium Ontario, California +0.476157 cspg_html_4103411715 cspg_html_4103411715:47:5930:5938 Sundance Edmonton, London +0.479688 gsa_html_1302036022 gsa_html_1302036022:29:2796:2824 Green River Colorado +0.479044 aapg_af_663.html aapg_af_663.html:518:51553:51559 Pawnee Adair County, Missouri +0.273045 aapg_ac_315.html aapg_ac_315.html:117:13073:13093 Phosphoria Cheyenne, Wyoming +0.251472 cspg_html_4293350162 cspg_html_4293350162:817:89103:89120 Livingstone Crowsnest Pass, Alberta +0.503206 cspg_html_5241714595 cspg_html_5241714595:202:31373:31395 Winnipegosis Regina, Saskatchewan +0.258482 geology_html_1573138807 geology_html_1573138807:247:23462:23480 Harebell Cheyenne, Wyoming +0.50492 aapg_ah_318.html aapg_ah_318.html:499:58565:58592 Eagle Hunt County, Texas +0.251955 AMJC_html_4483069041 AMJC_html_4483069041:588:67142:67152 Washington North Cascades National Park +0.494982 cspg_html_8089302449 cspg_html_8089302449:246:41780:41800 Dawson Bay Regina, Saskatchewan +0.26076 aapg_aa_161.html aapg_aa_161.html:353:34452:34471 Palmarito Venezuela +0.26208 aapg_af_192.html aapg_af_192.html:111:12146:12166 Citronelle Beaumont, Texas +0.251988 aapg_ad_880.html aapg_ad_880.html:53:6593:6616 Gypsum Spring Black Hills +0.444048 aapg_aa_731.html aapg_aa_731.html:509:68566:68587 Rockdale Zapata, Texas +0.264192 cspg_html_8247666269 cspg_html_8247666269:532:62343:62351 Columbia Canada +0.262144 aapg_ae_394.html aapg_ae_394.html:3:366:385 La Quinta Venezuela +0.256122 aapg_ai_947.html aapg_ai_947.html:327:55977:55981 Rico Colorado +0.500347 gsa_html_8531594123 gsa_html_8531594123:789:80873:80879 Snyder Reno, Nevada +0.26367 palaios_html_9861674256 palaios_html_9861674256:799:63071:63081 Wellington Coral reef +0.482361 gsa_html_8244777175 gsa_html_8244777175:576:62962:62970 Syracuse Portland, Maine +0.484389 gsa_html_7102550258 gsa_html_7102550258:771:86484:86501 Kayenta Western world +0.241964 geology_html_4286803197 geology_html_4286803197:398:28470:28476 Oxford Crowley, Louisiana +0.480168 aapg_ae_91.html aapg_ae_91.html:16:2527:2537 Washington Spokane, Washington +0.495726 sedimentology_html_7482146728 sedimentology_html_7482146728:150:20354:20362 Columbia Salem, Oregon +0.45924 cspg_html_9613527162 cspg_html_9613527162:177:24585:24591 Exshaw Moose Mountain (Alberta) +0.242688 aapg_af_130.html aapg_af_130.html:145:26293:26323 Ouray New Mexico +0.245991 aapg_af_338.html aapg_af_338.html:141:16020:16031 San Antonio Guadalupe County, Texas +0.492745 palaios_html_5941305386 palaios_html_5941305386:754:86342:86367 Chinle New Mexico +0.472264 cspg_html_8438548095 cspg_html_8438548095:419:39524:39542 Edmonton Lacombe, Alberta +0.514358 aapg_ac_586.html aapg_ac_586.html:9:1499:1509 Pottsville Pottsville, Pennsylvania +0.49851 gsa_html_5495469347 gsa_html_5495469347:921:72759:72775 Maroon Colorado +0.470824 aapg_ad_52.html aapg_ad_52.html:894:96586:96595 Coldwater Sunbury, Pennsylvania +0.260268 aapg_af_77.html aapg_af_77.html:267:20618:20627 Smackover Hopkins County, Kentucky +0.267264 aapg_ah_943.html aapg_ah_943.html:325:48128:48152 Boulder Creek Victoria, British Columbia +0.256905 aapg_ae_658.html aapg_ae_658.html:211:26542:26553 Green River Cheyenne, Wyoming +0.48504 cspg_html_1019614994 cspg_html_1019614994:206:31884:31905 Big Valley Arctic Cordillera +0.247234 gsa_html_5851281923 gsa_html_5851281923:212:22476:22486 Washington Seattle +0.275561 aapg_ad_269.html aapg_ad_269.html:262:30055:30072 White River Nebraska +0.257556 sedimentology_html_2272861739 sedimentology_html_2272861739:2052:105167:105173 Reston Virginia +0.47736 aapg_ah_177.html aapg_ah_177.html:95:13087:13095 Kiamichi Austin, Chicago +0.260977 geology_html_3591851404 geology_html_3591851404:347:25303:25311 Columbia Victoria, British Columbia +0.487531 gsa_html_2089248054 gsa_html_2089248054:90:7059:7087 Green River Colorado +0.25956 cspg_html_9501006975 cspg_html_9501006975:408:47852:47860 Dunvegan Lacombe, Alberta +0.270256 cspg_html_3354282978 cspg_html_3354282978:79:11663:11709 Woodbend Lacombe, Alberta +0.27456 aapg_ad_116.html aapg_ad_116.html:445:55212:55221 Oil Creek Delaware +0.48222 aapg_af_786.html aapg_af_786.html:372:29348:29357 San Diego California +0.254448 aapg_ad_379.html aapg_ad_379.html:637:52685:52695 Twin Creek Boise, Idaho +0.498848 aapg_ad_379.html aapg_ad_379.html:631:52333:52352 Popo Agie Cheyenne, Wyoming +0.727111 aapg_ac_246.html aapg_ac_246.html:331:33112:33121 Newcastle Williston, Vermont +0.41382 gsa_html_1826402027 gsa_html_1826402027:216:24659:24677 Moenkopi Kaibab, Arizona +0.485199 aapg_aa_622.html aapg_aa_622.html:43:5832:5843 Uncompahgre Colorado +0.276078 aapg_af_618.html aapg_af_618.html:146:16068:16088 Georgetown Freestone County, Texas +0.354752 aapg_aa_37.html aapg_aa_37.html:259:32062:32079 Oquirrh Logan, Utah +0.486675 cspg_html_6953218740 cspg_html_6953218740:16:2213:2233 Nikanassin Victoria, British Columbia +0.487494 palaios_html_9150736881 palaios_html_9150736881:221:26952:26970 Fairview Cincinnati +0.449254 aapg_ae_973.html aapg_ae_973.html:923:68918:68925 Rustler Nashville Basin +0.25143 cspg_html_9768299963 cspg_html_9768299963:242:27806:27822 Battle Lacombe, Alberta +0.49707 sedimentology_html_1463603507 sedimentology_html_1463603507:74:8963:8988 Barstow Mojave Desert +0.494748 palaios_html_9886618772 palaios_html_9886618772:48:5970:5995 Byram Mississippi River +0.245791 cspg_html_9023649778 cspg_html_9023649778:323:38536:38544 Columbia Victoria, British Columbia +0.697083 aapg_aa_45.html aapg_aa_45.html:29:4129:4137 Moenkopi Logan, Utah +0.23958 aapg_aa_243.html aapg_aa_243.html:71:7708:7735 Onondaga Pennsylvania +0.218732 aapg_aa_647.html aapg_aa_647.html:3:191:223 Clinton Ohio +0.249676 aapg_ai_143.html aapg_ai_143.html:166:19202:19215 Foremost Bow Island Airport +0.494758 aapg_ad_691.html aapg_ad_691.html:17:2169:2179 Georgetown Texas +0.476761 aapg_af_854.html aapg_af_854.html:400:52264:52281 Kenwood Kentucky +0.26364 aapg_ac_984.html aapg_ac_984.html:243:21753:21759 Oneota Illinois +0.256536 aapg_ad_81.html aapg_ad_81.html:948:160081:160089 Colorado New Mexico +0.493028 aapg_ad_55.html aapg_ad_55.html:17:1937:1944 Decorah Decorah, Iowa +0.266389 aapg_ah_311.html aapg_ah_311.html:276:29594:29604 Hell Creek Hell Creek Formation +0.25324 gsa_html_7102550258 gsa_html_7102550258:1479:136715:136720 Bluff Logan, Utah +0.259979 aapg_ai_240.html aapg_ai_240.html:277:28371:28418 Bakken Mississippian culture +0.460672 aapg_aa_915.html aapg_aa_915.html:225:24866:24888 Pigeon Point California +0.242 gsa_html_5446866849 gsa_html_5446866849:86:7011:7019 Scotland England +0.24108 AMJC_html_8804784209 AMJC_html_8804784209:465:43703:43724 Waits River Bennington, Vermont +0.477184 aapg_ah_179.html aapg_ah_179.html:92:6887:6904 Kaibab Arizona +0.490496 aapg_ad_564.html aapg_ad_564.html:8720:779216:779222 Denver Denver +0.451858 cspg_html_3097746547 cspg_html_3097746547:39:6218:6238 Clearwater Lacombe, Alberta +0.241462 gsa_html_5879695606 gsa_html_5879695606:683:55918:55926 Santiago Chile +0.472647 sedimentology_html_6295528506 sedimentology_html_6295528506:771:56426:56446 Long Point Middle Ordovician +0.83037 gsa_html_3646882130 gsa_html_3646882130:430:40962:40989 Rockwell Washington (state) +0.432128 aapg_ae_694.html aapg_ae_694.html:127:15589:15597 Woodbine Buda, Texas +0.256027 AMJC_html_7984049819 AMJC_html_7984049819:448:44076:44083 Kittery Fredericton (electoral district) +0.47498 cspg_html_3804945581 cspg_html_3804945581:10:1774:1782 Scollard Lacombe, Alberta +0.471441 aapg_ad_945.html aapg_ad_945.html:226:22674:22687 Watt Mountain Lacombe, Alberta +0.483678 aapg_aa_357.html aapg_aa_357.html:270:24836:24842 Cutler Hermosa, Chicago +0.257526 aapg_aa_700.html aapg_aa_700.html:10:1133:1141 Michigan Salina, Kansas +0.2583 geology_html_9628904338 geology_html_9628904338:37:4503:4515 Fernie Lacombe, Alberta +0.261626 sedimentology_html_8097871643 sedimentology_html_8097871643:2041:93833:93839 Banner Victoria, British Columbia +0.50864 aapg_ac_333.html aapg_ac_333.html:988:120024:120030 Kaibab Coconino County, Arizona +0.486758 aapg_ae_41.html aapg_ae_41.html:1167:81967:81977 Swan Hills Canada +0.477792 aapg_aa_47.html aapg_aa_47.html:586:70381:70387 Maroon New Mexico +0.513488 aapg_af_892.html aapg_af_892.html:467:45898:45911 Thrifty Harpersville, Alabama +0.262524 cspg_html_4727171280 cspg_html_4727171280:105:12684:12697 Edmonton Edmonton, London +0.256 aapg_ac_953.html aapg_ac_953.html:65:5981:6001 Miccosukee Melbourne, Florida +0.244474 aapg_ae_335.html aapg_ae_335.html:312:28014:28020 Casper Cheyenne, Wyoming +0.24846 aapg_ai_751.html aapg_ai_751.html:303:33314:33322 Onondaga Randolph, New Jersey +0.260268 cspg_html_4272664788 cspg_html_4272664788:106:16656:16661 Banff Lacombe, Alberta +0.26924 cspg_html_8694594891 cspg_html_8694594891:555:52306:52319 Potsdam Quebec City +0.260075 sedimentology_html_8561350553 sedimentology_html_8561350553:1122:73036:73043 Deville Jura Mountains +0.242094 sedimentology_html_2737382976 sedimentology_html_2737382976:2167:104703:104718 Gates Canada +0.242466 gsa_html_2098291403 gsa_html_2098291403:419:38521:38527 Oregon Portland, Oregon +0.495045 sedimentology_html_8533199485 sedimentology_html_8533199485:171:16830:16838 Richmond Canada +0.781728 gsa_html_3423427338 gsa_html_3423427338:17:548:556 Montreal Earth +0.5187 aapg_ad_766.html aapg_ad_766.html:543:53104:53126 Dakota Chuska Mountains +0.493626 palaios_html_2994452429 palaios_html_2994452429:1686:141343:141351 Columbia Victoria, British Columbia +0.25347 cspg_html_5308103526 cspg_html_5308103526:281:28973:28983 Kiskatinaw Graben, Vienna +0.51936 aapg_ae_519.html aapg_ae_519.html:150:15490:15504 Northumberland Bath, Somerset +0.490941 aapg_ad_817.html aapg_ad_817.html:399:35456:35463 Arcadia Carnarvon, Western Australia +0.368715 aapg_ah_528.html aapg_ah_528.html:391:40081:40088 Thaynes Boise, Idaho +0.265608 aapg_ac_671.html aapg_ac_671.html:141:13105:13117 Cypress Vanderburgh County, Indiana +0.241535 aapg_ah_370.html aapg_ah_370.html:724:57823:57837 Traverse Michigan +0.368196 aapg_ac_213.html aapg_ac_213.html:3:177:199 Sevy Dolomite Logan, Utah +0.26967 geology_html_9419957017 geology_html_9419957017:178:14296:14301 Eagle Earth +0.26163 gsa_html_8335323050 gsa_html_8335323050:17:1117:1125 Virginia Reston, Virginia +0.495645 cspg_html_2826081830 cspg_html_2826081830:422:47821:47841 Clearwater CFB Cold Lake +0.699567 aapg_ae_660.html aapg_ae_660.html:652:57049:57084 Smackover Alabama +0.27713 sedimentology_html_2319942817 sedimentology_html_2319942817:769:60902:60923 Green River Logan, Utah +0.48581 aapg_ae_428.html aapg_ae_428.html:663:54733:54746 Hawthorn Melbourne, Florida +0.269217 aapg_ae_96.html aapg_ae_96.html:539:57230:57241 Mowry Canada +0.480916 gsa_html_4675429437 gsa_html_4675429437:1062:75527:75549 Mint Canyon Sacramento, California +0.478856 AMJC_html_4299960498 AMJC_html_4299960498:704:84738:84744 Oregon Hood River (Oregon) +0.508356 AMJC_html_3664856625 AMJC_html_3664856625:647:66516:66534 Wasatch Fort Union Trading Post National Historic Site +0.485586 gsa_html_1975444584 gsa_html_1975444584:639:56874:56886 Medicine Bow Yavapai County, Arizona +0.478578 aapg_aa_415.html aapg_aa_415.html:267:37275:37281 Annona Saratoga, California +0.258981 aapg_ai_584.html aapg_ai_584.html:1448:137923:137932 Minnelusa Black Hills +0.48756 cspg_html_4550597410 cspg_html_4550597410:398:47390:47395 Chazy Champlain Valley +0.25704 cspg_html_4124550118 cspg_html_4124550118:28:4342:4350 Pine Key Key West, Florida +0.258542 cspg_html_7402164801 cspg_html_7402164801:54:5965:5973 Foremost Lacombe, Alberta +0.47244 sedimentology_html_6650187894 sedimentology_html_6650187894:699:61168:61172 Hall London, Ontario +0.261612 palaios_html_2449649505 palaios_html_2449649505:786:78986:79002 Chinle Arizona +0.261602 cspg_html_2161417858 cspg_html_2161417858:58:8059:8072 Wabamun Lacombe, Alberta +0.262108 aapg_af_23.html aapg_af_23.html:99:14298:14320 Calico Bluff Anchorage, Alaska +0.25853 aapg_ac_211.html aapg_ac_211.html:802:45751:45757 Denver Colorado +0.271542 aapg_ae_324.html aapg_ae_324.html:1345:131799:131818 Eggleston Black River, Jamaica +0.262644 palaios_html_3561205174 palaios_html_3561205174:768:65262:65275 Potsdam Wisconsin +0.255398 cspg_html_4785922166 cspg_html_4785922166:74:8134:8146 Saskatchewan Lacombe, Alberta +0.267794 aapg_ad_338.html aapg_ad_338.html:462:53830:53843 Potomac Maryland +0.490928 aapg_aa_918.html aapg_aa_918.html:917:96738:96758 Whitehorse Texas +0.251496 aapg_ae_248.html aapg_ae_248.html:44:4193:4201 Michigan Saginaw, Michigan +0.227859 aapg_ad_945.html aapg_ad_945.html:396:39801:39825 Athabasca Lacombe, Alberta +0.265176 aapg_ah_750.html aapg_ah_750.html:114:15824:15832 San Jose San Jose, California +0.267253 aapg_af_854.html aapg_af_854.html:1615:214436:214456 Keokuk Iowa +0.477288 aapg_ae_789.html aapg_ae_789.html:393:45946:45951 Banff Moose Mountain (Alberta) +0.450296 aapg_aa_97.html aapg_aa_97.html:16:1266:1272 Oregon Washington (state) +0.260084 cspg_html_7779401416 cspg_html_7779401416:166:20432:20441 Rochester Lockport (city), New York +0.476586 aapg_af_623.html aapg_af_623.html:142:14563:14580 Rockdale Crawford County, Georgia +0.260428 cspg_html_9435196958 cspg_html_9435196958:729:31560:31578 Edmonton Drumheller +0.262446 cspg_html_3026112034 cspg_html_3026112034:813:77959:77979 Swan Hills Canada +0.25449 gsa_html_3429903648 gsa_html_3429903648:673:59676:59692 Westerly Granite Bloomington, Indiana +0.271341 geology_html_2144574689 geology_html_2144574689:285:26577:26587 Washington Lake Tapps (Washington) +0.227528 aapg_aa_358.html aapg_aa_358.html:58:5630:5645 Rico Hermosa, Chicago +0.49551 gsa_html_5002851212 gsa_html_5002851212:316:23317:23325 Colorado Cheyenne, Wyoming +0.26946 aapg_ad_766.html aapg_ad_766.html:104:12142:12158 Dakota Mancos, Colorado +0.25908 cspg_html_4242149791 cspg_html_4242149791:199:28983:28999 Earlie Lacombe, Alberta +0.506253 aapg_ae_824.html aapg_ae_824.html:36:3409:3416 Kanawha Logan, Utah +0.505284 aapg_aa_712.html aapg_aa_712.html:16:2825:2833 Glenwood Glenwood, Utah +0.254701 cspg_html_3447886929 cspg_html_3447886929:1449:128815:128836 Lawrence Quebec City +0.25039 AMJC_html_2702389713 AMJC_html_2702389713:265:22703:22724 Waits River Bennington, Vermont +0.483812 gsa_html_2905575126 gsa_html_2905575126:809:72712:72740 Green River Iran +0.470232 cspg_html_9177794814 cspg_html_9177794814:96:11165:11181 Alapah Lacombe, Alberta +0.238522 gsa_html_5293445820 gsa_html_5293445820:720:73338:73348 West Point Salcha River +0.253 cspg_html_9332855346 cspg_html_9332855346:125:9191:9207 Meadow Lake Lacombe, Alberta +0.26156 cspg_html_3962754176 cspg_html_3962754176:729:76535:76554 Athabasca Lacombe, Alberta +0.24941 geology_html_9449848150 geology_html_9449848150:159:16186:16196 Las Cruces New Mexico +0.491303 aapg_ae_999.html aapg_ae_999.html:327:45594:45603 Catahoula Alabama +0.248805 cspg_html_3447886929 cspg_html_3447886929:154:18987:19008 Lawrence Quebec City +0.513678 aapg_ac_533.html aapg_ac_533.html:39:6527:6565 Mission Canyon Williston, Vermont +0.949188 aapg_ad_831.html aapg_ad_831.html:38:5443:5456 Turner Valley Lacombe, Alberta +0.506928 aapg_ae_474.html aapg_ae_474.html:862:87584:87593 Aux Vases Bethel, Alaska +0.463644 aapg_ac_782.html aapg_ac_782.html:189:33337:33361 Barnett Fort Worth, Texas +0.232505 palaios_html_5582845937 palaios_html_5582845937:306:30411:30418 Hampton Virginia +0.50932 gsa_html_1925126731 gsa_html_1925126731:1198:97224:97252 Green River Colorado +0.477 aapg_ai_996.html aapg_ai_996.html:1335:59052:59065 Merchantville Raritan River +0.50208 aapg_ac_867.html aapg_ac_867.html:493:67338:67359 Green River Cheyenne, Wyoming +0.891808 aapg_af_545.html aapg_af_545.html:187:24564:24580 Uinta Logan, Utah +0.485298 cspg_html_7086880709 cspg_html_7086880709:456:59804:59813 Kee Scarp Norman Wells +0.943506 AMJC_html_6341723617 AMJC_html_6341723617:1184:98859:98891 Green River Colorado +0.439569 aapg_ah_973.html aapg_ah_973.html:151:8769:8786 Mount Laurel Closter, New Jersey +0.4826 aapg_aa_379.html aapg_aa_379.html:105:12057:12066 Allegheny Pottsville, Pennsylvania +0.46697 aapg_ac_230.html aapg_ac_230.html:369:42482:42488 Sierra Sierra Nevada de Santa Marta +0.25654 aapg_ac_333.html aapg_ac_333.html:184:23133:23141 Toroweap Grand Canyon +0.495558 cspg_html_1237739452 cspg_html_1237739452:310:45609:45628 Kananaskis Highwood, Illinois +0.249991 cspg_html_7135913551 cspg_html_7135913551:662:49690:49700 Fort Union Cheyenne, Wyoming +0.252648 aapg_ai_948.html aapg_ai_948.html:222:31703:31718 Mesaverde Colorado +0.248901 gsa_html_2877730818 gsa_html_2877730818:801:70280:70284 Bond Cordillera Administrative Region +0.500598 gsa_html_9898556493 gsa_html_9898556493:270:32732:32750 Riverbank Merced River +0.454674 cspg_html_1498300615 cspg_html_1498300615:103:12974:13010 Beaverhill Lacombe, Alberta +0.863051 aapg_ai_758.html aapg_ai_758.html:10:1662:1674 Wapsipinicon Iowa +0.499032 geology_html_2550998204 geology_html_2550998204:440:27218:27236 Wasatch Fort Union Trading Post National Historic Site +0.269361 aapg_ai_996.html aapg_ai_996.html:176:13628:13635 St Marys Maryland +0.508028 aapg_af_144.html aapg_af_144.html:1033:110833:110845 Ludlow Netherlands +0.488516 cspg_html_4326384800 cspg_html_4326384800:991:145097:145122 Beaverhill Lacombe, Alberta +0.489808 aapg_af_469.html aapg_af_469.html:14:3210:3218 Humboldt Reno, Nevada +0.260338 AMJC_html_1873062106 AMJC_html_1873062106:1177:121184:121206 Burro Canyon New Mexico +0.465744 aapg_ah_140.html aapg_ah_140.html:196:20376:20384 Colorado Colorado +0.48864 cspg_html_6383234409 cspg_html_6383234409:635:65051:65072 Bathurst Canadian Arctic Archipelago +0.500511 cspg_html_4374961624 cspg_html_4374961624:268:28197:28205 Montreal Calgary +0.261392 aapg_ae_64.html aapg_ae_64.html:163:15863:15876 Gypsum Spring Cheyenne, Wyoming +0.462423 cspg_html_3734757529 cspg_html_3734757529:472:63210:63243 Halfway Victoria, British Columbia +0.504468 gsa_html_1465687448 gsa_html_1465687448:629:74393:74403 Tuscaloosa Piedmont (United States) +0.276675 aapg_ad_67.html aapg_ad_67.html:241:31355:31365 Sabinetown Rockdale, Texas +0.260064 aapg_aa_233.html aapg_aa_233.html:309:31771:31777 Sierra Matamoros, Tamaulipas +0.25146 sedimentology_html_2444875434 sedimentology_html_2444875434:1363:108598:108615 Frisco South Africa +0.257526 aapg_ai_469.html aapg_ai_469.html:482:58415:58433 Wabamun Edmonton, London +0.242554 sedimentology_html_6051696699 sedimentology_html_6051696699:95:8366:8385 Caledonia New Caledonia +0.265558 cspg_html_7970836465 cspg_html_7970836465:293:28948:28965 Jupiter Anticosti Island +0.253967 gsa_html_4820340337 gsa_html_4820340337:504:47658:47664 Sierra Uruguay +0.25095 cspg_html_8509913074 cspg_html_8509913074:70:12229:12236 Eramosa Guelph +0.22981 geology_html_2817043753 geology_html_2817043753:64:8920:8926 Sierra Mexico +0.270319 aapg_aa_898.html aapg_aa_898.html:299:35688:35709 Green River Salina, Kansas +0.259056 aapg_ak_51.html aapg_ak_51.html:33:3135:3160 Smackover Arkansas +0.506264 aapg_ai_999.html aapg_ai_999.html:232:17300:17323 Grassy Mountain Lacombe, Alberta +0.261476 sedimentology_html_2041096405 sedimentology_html_2041096405:626:54496:54509 A-1 Carbonate Guelph +0.267716 aapg_ad_379.html aapg_ad_379.html:105:9909:9925 Morgan Uinta County, Wyoming +0.254478 aapg_aa_407.html aapg_aa_407.html:570:43834:43840 Denver Colorado +0.473888 sedimentology_html_1440665452 sedimentology_html_1440665452:1056:75273:75287 Northumberland England +0.257922 aapg_ah_753.html aapg_ah_753.html:100:16060:16068 Scoudouc New Brunswick, New Jersey +0.253655 cspg_html_8818854104 cspg_html_8818854104:149:19547:19564 Cadomin Kootenay River +0.26416 cspg_html_4844336967 cspg_html_4844336967:29:4398:4415 Wabamun Edmonton, London +0.254925 aapg_af_887.html aapg_af_887.html:199:20136:20142 Salado Salado, Texas +0.253482 aapg_ai_409.html aapg_ai_409.html:231:26482:26494 Mooringsport Texas +0.262769 aapg_ac_602.html aapg_ac_602.html:76:5823:5845 Bonanza Providence Mountains State Recreation Area +0.249498 cspg_html_4516258038 cspg_html_4516258038:76:9882:9890 Bathurst Melville, New York +0.246 aapg_aa_847.html aapg_aa_847.html:30:3100:3120 Jackson Lewis County, Washington +0.696045 aapg_ad_351.html aapg_ad_351.html:1352:98617:98626 Northview Webster County, Missouri +0.48 cspg_html_4924970281 cspg_html_4924970281:48:7161:7188 Clearwater CFB Cold Lake +0.262566 geology_html_5463531653 geology_html_5463531653:73:7340:7352 Owens Valley Sierra Nevada (Spain) +0.49062 geology_html_9016396969 geology_html_9016396969:40:4672:4682 Waynesboro Waynesboro, Pennsylvania +0.25452 aapg_ah_277.html aapg_ah_277.html:178:23941:23949 Colorado Colorado +0.499548 aapg_ad_691.html aapg_ad_691.html:58:7008:7017 Red River Austin, Chicago +0.460955 palaios_html_7679079277 palaios_html_7679079277:51:4486:4494 Sundance Cheyenne, Wyoming +0.24582 aapg_af_721.html aapg_af_721.html:178:19243:19250 Canning Carnarvon, Western Australia +0.250985 palaios_html_3561205174 palaios_html_3561205174:1196:96867:96873 Walker Colorado +0.488376 aapg_aa_399.html aapg_aa_399.html:432:36108:36122 St. Mary River Edmonton, London +0.244856 aapg_ae_742.html aapg_ae_742.html:197:19688:19696 Colorado Denver +0.264096 cspg_html_8290572971 cspg_html_8290572971:516:58322:58330 Columbia Victoria, British Columbia +0.255024 gsa_html_6169925575 gsa_html_6169925575:366:38465:38475 Las Cruces New Mexico +0.860988 cspg_html_7201476813 cspg_html_7201476813:564:63046:63084 Mission Canyon Manitoba +0.2626 gsa_html_2419591532 gsa_html_2419591532:30:2758:2786 Green River New Mexico +0.266192 aapg_af_653.html aapg_af_653.html:980:117204:117211 Temblor New Cuyama, California +0.488592 aapg_ah_80.html aapg_ah_80.html:59:6208:6227 Matanuska Mount Michelson (Chugach Mountains) +0.523888 aapg_ah_519.html aapg_ah_519.html:39:4082:4099 Entrada Summerville, South Carolina +0.26832 aapg_ac_739.html aapg_ac_739.html:392:51522:51532 Carbondale McLeansboro, Illinois +0.923377 cspg_html_8089302449 cspg_html_8089302449:527:91358:91378 Dawson Bay Regina, Saskatchewan +0.252416 cspg_html_4376017434 cspg_html_4376017434:22:3286:3305 Pardonet Victoria, British Columbia +0.4617 aapg_aa_777.html aapg_aa_777.html:327:34070:34083 Red Rock Boise, Idaho +0.693173 aapg_af_92.html aapg_af_92.html:115:10601:10629 Pioche Logan, Utah +0.473144 sedimentology_html_5315330584 sedimentology_html_5315330584:200:17313:17317 Java Sumatra +0.245952 gsa_html_8863489299 gsa_html_8863489299:591:73048:73053 Crete Karpathos +0.253006 gsa_html_9182015467 gsa_html_9182015467:740:65153:65163 Santa Cruz California +0.491694 gsa_html_5773931818 gsa_html_5773931818:1219:121535:121542 Laramie Cheyenne, Wyoming +0.491748 palaios_html_1671516029 palaios_html_1671516029:442:33565:33585 Fort Union Powder River Basin +0.264147 aapg_ai_1.html aapg_ai_1.html:307:27532:27539 Hermosa Colorado +0.26364 geology_html_4409924111 geology_html_4409924111:15:932:941 San Diego La Jolla +0.253916 cspg_html_4537616154 cspg_html_4537616154:21:1117:1124 Wapiabi Lacombe, Alberta +0.250158 aapg_ad_582.html aapg_ad_582.html:360:46811:46817 Jordan Berlin +0.254989 aapg_af_891.html aapg_af_891.html:166:18293:18303 Queen Rush Springs, Oklahoma +0.466186 aapg_aa_702.html aapg_aa_702.html:251:80237:80243 Denver White River (Washington) +0.269192 aapg_ad_440.html aapg_ad_440.html:678:68358:68368 Greenbrier Randolph County, Indiana +0.265584 aapg_ad_161.html aapg_ad_161.html:25:2208:2216 Woodbine Austin, Chicago +0.24908 gsa_html_1744648670 gsa_html_1744648670:886:85054:85062 Scotland North Atlantic Current +0.256032 aapg_ai_515.html aapg_ai_515.html:49:6413:6424 Green River Wasatch Range +0.49215 sedimentology_html_2339468027 sedimentology_html_2339468027:1907:149886:149892 Snyder California +0.777231 gsa_html_4446967287 gsa_html_4446967287:162:12028:12046 Sicamous Eagle Bay, New York +0.265125 cspg_html_2939557171 cspg_html_2939557171:625:78002:78010 Bathurst Lacombe, Alberta +0.49373 cspg_html_5406720001 cspg_html_5406720001:212:27599:27620 Ross Telford, Pennsylvania +0.476398 aapg_ac_961.html aapg_ac_961.html:248:26355:26361 Midway Arkadelphia, Arkansas +0.246016 aapg_ac_449.html aapg_ac_449.html:97:9074:9080 Denver Colorado +0.495876 aapg_ac_569.html aapg_ac_569.html:270:37164:37172 Colorado Cheyenne, Wyoming +0.236652 cspg_html_1378826439 cspg_html_1378826439:531:44830:44836 Denver Colorado +0.48059 cspg_html_9119878068 cspg_html_9119878068:375:47171:47182 Slave Point Alta, Utah +0.696466 gsa_html_5865982995 gsa_html_5865982995:1234:131753:131774 Green River Colorado +0.362604 gsa_html_6980451554 gsa_html_6980451554:176:22224:22280 Moenave Colorado Plateau +0.466852 aapg_af_887.html aapg_af_887.html:170:17229:17237 Carlsbad Carlsbad, New Mexico +0.240597 cspg_html_7093237629 cspg_html_7093237629:578:68254:68285 Elk Southeast Asia +0.267786 aapg_ad_715.html aapg_ad_715.html:256:31630:31637 Vamoosa Shawnee, Oklahoma +0.24617 aapg_ac_237.html aapg_ac_237.html:624:53437:53449 Vinini Garden City, New York +0.491967 aapg_ad_695.html aapg_ad_695.html:76:7413:7423 Cane River Natchitoches, Louisiana +0.841995 aapg_aa_943.html aapg_aa_943.html:3:283:303 Citronelle Alabama +0.492093 cspg_html_3854139935 cspg_html_3854139935:5:240:262 Judith River Southern Alberta +0.504096 cspg_html_9119878068 cspg_html_9119878068:353:43676:43692 Ireton Lacombe, Alberta +0.252416 gsa_html_6625494715 gsa_html_6625494715:491:59105:59127 Bonanza Great Basin +0.239571 cspg_html_4193503340 cspg_html_4193503340:28:3742:3749 Pakowki Lacombe, Alberta +0.248003 aapg_ae_63.html aapg_ae_63.html:636:57508:57522 Ute Boise, Idaho +0.25194 cspg_html_7989435905 cspg_html_7989435905:73:7993:8003 Blackstone Edmonton, London +0.249984 geology_html_4965715689 geology_html_4965715689:273:24354:24360 Walker California +0.27189 aapg_ad_152.html aapg_ad_152.html:1694:218283:218298 Loray Kaibab, Arizona +0.256725 aapg_ah_69.html aapg_ah_69.html:271:30550:30567 Black River Ohio +0.252506 gsa_html_1248731493 gsa_html_1248731493:787:71782:71790 Columbia Victoria, British Columbia +0.25443 jgeology_html_4599466962 jgeology_html_4599466962:334:24583:24599 Schoharie Edgecliff, New South Wales +0.50467 aapg_ac_341.html aapg_ac_341.html:131:15970:15987 Warsaw Chattanooga, Tennessee +0.25908 cspg_html_8211273957 cspg_html_8211273957:6:423:439 Ireton Lacombe, Alberta +0.274794 aapg_ah_318.html aapg_ah_318.html:3572:290813:290832 Smackover Texas +0.257484 aapg_aa_563.html aapg_aa_563.html:238:31530:31540 Georgetown New Mexico +0.253092 aapg_ae_720.html aapg_ae_720.html:682:76958:76984 Monterey California +0.258048 gsa_html_6672856503 gsa_html_6672856503:309:26107:26117 Washington Seattle +0.276962 aapg_ae_324.html aapg_ae_324.html:445:43211:43219 Virginia Saltville, Virginia +0.248 aapg_ai_321.html aapg_ai_321.html:101:13561:13578 Esquias Guatemala +0.269874 cspg_html_4943597281 cspg_html_4943597281:12:1510:1516 Viking Lacombe, Alberta +0.2709 cspg_html_5139035315 cspg_html_5139035315:512:56841:56854 Windsor New Brunswick, New Jersey +0.26364 cspg_html_7985076717 cspg_html_7985076717:58:6076:6085 Bay Fiord Melville, New York +0.242608 aapg_ae_416.html aapg_ae_416.html:210:19185:19191 Moscow Polk County, Florida +0.456568 cspg_html_9275863663 cspg_html_9275863663:912:124464:124473 Waterways Swan Hill, Victoria +0.26364 aapg_ai_66.html aapg_ai_66.html:390:35729:35748 Mesaverde Colorado +0.263168 geology_html_9210804293 geology_html_9210804293:110:7421:7434 Thaynes Logan, Utah +0.26159 sedimentology_html_8510537334 sedimentology_html_8510537334:2342:153416:153426 Pittsburgh Harrisburg, Pennsylvania +0.477816 aapg_aa_702.html aapg_aa_702.html:1881:169219:169246 Prairie Cleveland +0.276667 gsa_html_3842354440 gsa_html_3842354440:606:57822:57830 Columbia Victoria, British Columbia +0.257136 aapg_ae_35.html aapg_ae_35.html:62:6002:6019 Wasatch Uinta Mountains +0.255675 aapg_ae_342.html aapg_ae_342.html:141:12797:12809 Frio Jefferson County, Colorado +0.9243 aapg_ad_865.html aapg_ad_865.html:398:39133:39148 Molas Ouray, Colorado +0.267208 aapg_ad_269.html aapg_ad_269.html:34:4374:4392 Morrison New Mexico +0.262656 AMJC_html_3632105729 AMJC_html_3632105729:898:98402:98420 Snowshoe Salem, Oregon +0.258063 aapg_aa_626.html aapg_aa_626.html:82:9911:9919 Patapsco Maryland +0.499554 cspg_html_3102530088 cspg_html_3102530088:587:72638:72650 Saskatchewan Canada +0.49662 aapg_ad_350.html aapg_ad_350.html:367:38133:38145 Huntersville Catskill Mountains +0.441945 aapg_ae_779.html aapg_ae_779.html:16:1814:1824 Rio Grande Western world +0.342126 aapg_ac_701.html aapg_ac_701.html:213:21396:21412 Dakota Logan, Utah +0.364815 aapg_ac_443.html aapg_ac_443.html:35:6052:6066 Pride Mountain Alabama +0.478969 cspg_html_8362959053 cspg_html_8362959053:67:9845:9852 Cadomin Mountain Park (Holyoke, Massachusetts) +0.244625 aapg_ae_272.html aapg_ae_272.html:391:36164:36180 Michigan Michigan +0.67608 cspg_html_4287356899 cspg_html_4287356899:3314:347661:347671 Hare Fiord Ellesmere Island +0.240518 gsa_html_4432793908 gsa_html_4432793908:714:81564:81600 Newark Canyon Reno, Nevada +0.251502 aapg_ac_324.html aapg_ac_324.html:942:122667:122684 Johnson Trout Creek, Montana +0.49248 aapg_ae_705.html aapg_ae_705.html:556:53859:53881 Santa Barbara Carpinteria, California +0.257839 aapg_aa_544.html aapg_aa_544.html:374:50022:50051 White River Cheyenne, Wyoming +0.244398 aapg_ac_408.html aapg_ac_408.html:56:5638:5648 San Miguel Buda, Texas +0.2499 gsa_html_2729737430 gsa_html_2729737430:126:14707:14726 Salt Lake Grand Valley (Colorado) +0.258063 gsa_html_7464626519 gsa_html_7464626519:263:28954:28975 Uncompahgre Colorado +0.77792 aapg_ac_807.html aapg_ac_807.html:798:78926:78937 Black Creek Charleston, South Carolina +0.26468 cspg_html_7297340324 cspg_html_7297340324:859:95544:95557 Jackson Texas +0.2535 aapg_ae_5.html aapg_ae_5.html:288:33687:33691 Earp Mexico +0.510485 aapg_af_348.html aapg_af_348.html:397:43771:43791 Springhill Springhill, Nova Scotia +0.71442 aapg_ae_233.html aapg_ae_233.html:40:5246:5266 Tallahatta Alabama +0.280756 aapg_aa_906.html aapg_aa_906.html:64:7435:7440 Lance Fort Union Trading Post National Historic Site +0.257013 palaios_html_7841806577 palaios_html_7841806577:591:58647:58679 Highland Peak Reno, Nevada +0.2605 aapg_ai_170.html aapg_ai_170.html:3:413:431 Frontier Weber River +0.477904 aapg_ae_73.html aapg_ae_73.html:121:15976:15990 Espiritu Santo Sangre de Cristo Range +0.488735 aapg_ac_983.html aapg_ac_983.html:125:21587:21601 Iola Kansas City, Kansas +0.263133 aapg_ae_70.html aapg_ae_70.html:106:12431:12437 Maroon Glenwood Springs, Colorado +0.25959 cspg_html_5949578130 cspg_html_5949578130:676:88872:88892 Swan Hills Lacombe, Alberta +0.815345 aapg_aa_23.html aapg_aa_23.html:923:120764:120779 Interlake Winnipeg +0.250428 gsa_html_5107598462 gsa_html_5107598462:300:26013:26019 Salina Salina, Kansas +0.78246 gsa_html_5952049575 gsa_html_5952049575:677:70325:70346 Green River Cheyenne, Wyoming +0.478629 palaios_html_2339045630 palaios_html_2339045630:276:39895:39903 Virginia Knoxville, Tennessee +0.353152 gsa_html_1119256423 gsa_html_1119256423:35:2111:2134 Peoria Nebraska +0.486244 cspg_html_4937997995 cspg_html_4937997995:395:44643:44665 Severn River East Pen Island +0.25542 cspg_html_3531222995 cspg_html_3531222995:33:5774:5782 Edmonton Lacombe, Alberta +0.261112 aapg_ad_855.html aapg_ad_855.html:276:28300:28309 Smackover Cotton Valley, Louisiana +0.485811 aapg_aa_702.html aapg_aa_702.html:1390:141988:141994 Denver Colorado +0.457744 aapg_af_308.html aapg_af_308.html:333:38352:38360 Onondaga Helderberg +0.503286 gsa_html_4250456454 gsa_html_4250456454:71:5624:5652 Green River Colorado +0.693182 cspg_html_6255491344 cspg_html_6255491344:8:1058:1077 Morrissey Victoria, British Columbia +0.382259 aapg_af_76.html aapg_af_76.html:55:4837:4852 Olmos Texas +0.677236 gsa_html_4883039712 gsa_html_4883039712:706:69124:69142 Clarita South America +0.248412 palaios_html_1275288372 palaios_html_1275288372:679:49526:49539 Une Colombia +0.246456 cspg_html_4105062490 cspg_html_4105062490:28:2779:2788 Elm Point Regina, Saskatchewan +0.519708 aapg_ac_844.html aapg_ac_844.html:343:43006:43026 Richardson Mountains East Pacific Rise +0.489168 aapg_aa_832.html aapg_aa_832.html:16:2200:2219 Belkofski Cold Bay Airport +0.496908 aapg_ae_370.html aapg_ae_370.html:655:65994:66019 Pittsburg Bluff Scappoose, Oregon +0.256542 aapg_ad_800.html aapg_ad_800.html:106:12454:12460 Coffee Lee County, Alabama +0.457083 aapg_aa_463.html aapg_aa_463.html:9:1753:1762 Smackover County Sligo +0.257 cspg_html_1296564271 cspg_html_1296564271:99:11463:11485 Utica Michigan Basin +0.28875 aapg_ah_859.html aapg_ah_859.html:175:20501:20510 Nanafalia Alabama +0.257024 gsa_html_9310053579 gsa_html_9310053579:212:18812:18831 Chumstick Leavenworth, Washington +0.239979 aapg_aa_960.html aapg_aa_960.html:441:34295:34301 Carmel Arizona +0.48059 cspg_html_4407743346 cspg_html_4407743346:372:49601:49617 Muskeg Black Creek (Toronto) +0.281274 aapg_ac_867.html aapg_ac_867.html:677:92665:92673 Tensleep Cheyenne, Wyoming +0.489854 aapg_ah_859.html aapg_ah_859.html:332:34460:34466 Midway Alabama +0.493626 gsa_html_9542539418 gsa_html_9542539418:72:6094:6109 Kuna Sierra Nevada (Spain) +0.23766 cspg_html_9023649778 cspg_html_9023649778:380:43125:43155 Doig Fraser River (Colorado) +0.483041 aapg_ai_27.html aapg_ai_27.html:6:969:975 Midway Frio River +0.48864 gsa_html_8479958102 gsa_html_8479958102:1122:85532:85560 Green River Colorado +0.249984 geology_html_9316277027 geology_html_9316277027:329:26063:26072 Valentine Reno, Nevada +0.497373 aapg_aa_24.html aapg_aa_24.html:514:60179:60200 Sadlerochit Anchorage, Alaska +0.378696 aapg_ac_90.html aapg_ac_90.html:351:38200:38215 Karmutsen Victoria, British Columbia +0.481712 aapg_aa_738.html aapg_aa_738.html:36:4296:4302 Moscow Portland, Oregon +0.497038 gsa_html_8491258533 gsa_html_8491258533:722:75687:75697 Washington New Hampshire +0.50208 aapg_ae_471.html aapg_ae_471.html:117:12105:12136 Smackover Macedonia (region) +0.488335 gsa_html_9498848688 gsa_html_9498848688:485:45557:45563 Oxford Pergamon Museum +0.256486 sedimentology_html_5972597463 sedimentology_html_5972597463:887:51553:51586 Frio Gulf Coast of the United States +0.470074 sedimentology_html_3348251908 sedimentology_html_3348251908:1039:71110:71114 Hall London, Ontario +0.498078 cspg_html_4915680223 cspg_html_4915680223:192:21165:21184 Allen Bay Douro DOC +0.459914 sedimentology_html_8829282630 sedimentology_html_8829282630:2127:109074:109080 Pueblo Caribbean +0.278384 aapg_ah_75.html aapg_ah_75.html:3:384:398 Richmond Waynesville, North Carolina +0.239598 aapg_aa_960.html aapg_aa_960.html:84:8204:8208 Jelm Entrada Sandstone +0.247005 aapg_ah_815.html aapg_ah_815.html:69:5388:5399 Pine Island County Sligo +0.484615 aapg_ah_541.html aapg_ah_541.html:135:18279:18294 Conemaugh Pottsville, Pennsylvania +0.262108 aapg_ad_2.html aapg_ad_2.html:214:31280:31291 Wissahickon Cockeysville, Maryland +0.257514 cspg_html_5675079479 cspg_html_5675079479:27:3532:3557 Fort Vermillion Lacombe, Alberta +0.487622 aapg_af_471.html aapg_af_471.html:94:12941:12960 Hartselle Hartselle, Alabama +0.482342 aapg_ai_241.html aapg_ai_241.html:63:8110:8131 Winnipeg Winnipeg +0.248937 geology_html_8185144916 geology_html_8185144916:13:659:667 Colorado Colorado +0.491064 cspg_html_7216316403 cspg_html_7216316403:8:492:513 Glenogle Mount Wilson Observatory +0.24786 aapg_ac_574.html aapg_ac_574.html:331:37173:37191 Humboldt Reno, Nevada +0.485645 geology_html_9810499598 geology_html_9810499598:302:22634:22640 Ludlow Gotland +0.500358 aapg_aa_61.html aapg_aa_61.html:23:3284:3294 San Andres Tampico, Illinois +0.246993 cspg_html_9872589627 cspg_html_9872589627:48:6302:6319 Halfway Lacombe, Alberta +0.268288 cspg_html_8677760663 cspg_html_8677760663:6:305:311 Viking Lacombe, Alberta +0.501177 aapg_ac_742.html aapg_ac_742.html:88:10406:10424 Sundance Cheyenne, Wyoming +0.501295 aapg_ac_741.html aapg_ac_741.html:79:9206:9218 Pierre Sharon Springs, Kansas +0.517608 aapg_ad_42.html aapg_ad_42.html:229:23836:23844 Imperial Salina, Kansas +0.82174 cspg_html_6644065685 cspg_html_6644065685:207:21234:21253 Hecla Bay Banks Island +0.256949 cspg_html_5810500722 cspg_html_5810500722:225:30765:30773 Columbia Victoria, British Columbia +0.26565 cspg_html_2822917851 cspg_html_2822917851:248:27903:27918 Canol Cordillera Administrative Region +0.251835 cspg_html_8089302449 cspg_html_8089302449:672:110841:110853 Saskatchewan Saskatoon +0.469368 aapg_ae_141.html aapg_ae_141.html:93:8690:8699 Box Butte Scottsbluff, Nebraska +0.46986 aapg_ad_466.html aapg_ad_466.html:4:527:535 Virginia Delaware +0.47685 gsa_html_7010767381 gsa_html_7010767381:29:2796:2824 Green River Colorado +0.237153 cspg_html_2094634763 cspg_html_2094634763:235:28694:28711 Madison Regina, Saskatchewan +0.262656 aapg_ae_576.html aapg_ae_576.html:30:3920:3930 Wulff Land Washington (state) +0.498834 cspg_html_7866465429 cspg_html_7866465429:228:24070:24089 Kishenehn Victoria, British Columbia +0.257424 aapg_ae_873.html aapg_ae_873.html:560:63931:63942 Paluxy Goodland, Kansas +0.258516 aapg_aa_463.html aapg_aa_463.html:96:19155:19161 Midway Shreveport, Louisiana +0.49317 cspg_html_9637445661 cspg_html_9637445661:188:17310:17328 Dunvegan Lacombe, Alberta +0.26673 palaios_html_7679079277 palaios_html_7679079277:45:3793:3812 Sundance Carmel, Indiana +0.240584 cspg_html_8121068096 cspg_html_8121068096:454:27070:27088 Independence Iowa +0.270914 gsa_html_1316826711 gsa_html_1316826711:223:17476:17506 Kedahda Cordey +0.274476 aapg_ad_467.html aapg_ad_467.html:199:15472:15492 Tuscaloosa Mississippi River +0.24598 aapg_af_579.html aapg_af_579.html:22:3354:3378 Junction Creek New Mexico +0.24745 cspg_html_9330018201 cspg_html_9330018201:75:12298:12314 Gordon Canada +0.244032 cspg_html_2907826148 cspg_html_2907826148:684:75837:75842 Yukon Canada +0.48246 aapg_ai_518.html aapg_ai_518.html:80:10354:10359 Bluff Logan, Utah +0.674968 aapg_ae_999.html aapg_ae_999.html:447:60294:60303 Bucatunna Alabama +0.259045 cspg_html_6331977039 cspg_html_6331977039:167:17236:17255 Read Bay Little Cornwallis Island +0.263682 sedimentology_html_7500194879 sedimentology_html_7500194879:572:40957:40978 Price Logan, Utah +0.390897 aapg_ad_152.html aapg_ad_152.html:1377:178896:178912 Pequop Logan, Utah +0.27196 cspg_html_8767215556 cspg_html_8767215556:79:9106:9125 Waterways Swan Hill, Victoria +0.47787 cspg_html_1242153796 cspg_html_1242153796:97:13179:13187 Columbia Victoria, British Columbia +0.492531 cspg_html_4193503340 cspg_html_4193503340:176:24310:24321 Belly River Lacombe, Alberta +0.531468 aapg_af_636.html aapg_af_636.html:414:48602:48608 Kindle Sellersburg, Indiana +0.294096 aapg_ad_811.html aapg_ad_811.html:1086:120374:120384 Fort Worth Texas +0.262023 sedimentology_html_9522212001 sedimentology_html_9522212001:1615:59795:59799 Hall London, Ontario +0.4665 aapg_aa_567.html aapg_aa_567.html:28:3293:3308 Iatan Weston, Florida +0.487959 aapg_ae_370.html aapg_ae_370.html:601:59010:59029 Troutdale Salem, Oregon +0.269868 aapg_aa_299.html aapg_aa_299.html:3:371:385 Lisburne Anchorage, Alaska +0.266766 aapg_ac_313.html aapg_ac_313.html:206:24334:24339 Peten Maya Mountain +0.290121 aapg_ad_564.html aapg_ad_564.html:8284:748643:748663 Tuscaloosa Tuscaloosa, Alabama +0.2575 cspg_html_7912545589 cspg_html_7912545589:17:2235:2244 Athabasca CFB Cold Lake +0.237888 palaios_html_4949917469 palaios_html_4949917469:564:45635:45639 Kope Cincinnati +0.231752 cspg_html_5432603817 cspg_html_5432603817:50:5251:5260 Mercy Bay Western world +0.50085 aapg_af_568.html aapg_af_568.html:177:19561:19577 Sundance Cheyenne, Wyoming +0.256027 cspg_html_1654370716 cspg_html_1654370716:84:9833:9845 Saskatchewan Germany +0.487104 aapg_aa_306.html aapg_aa_306.html:117:12054:12064 Washington Washington (state) +0.483492 palaios_html_6815039820 palaios_html_6815039820:492:44879:44888 Fruitland New Mexico +0.7469 aapg_ae_678.html aapg_ae_678.html:192:23927:23945 Green River Uinta Mountains +0.486837 aapg_ad_921.html aapg_ad_921.html:309:33515:33523 Columbia Norwood, Massachusetts +0.262276 aapg_aa_215.html aapg_aa_215.html:1169:96570:96577 Carmelo San Jose, California +0.486244 aapg_ai_9.html aapg_ai_9.html:60:4486:4495 Catahoula Oakville, California +0.27499 aapg_ac_535.html aapg_ac_535.html:110:12137:12153 Viking Regina, Saskatchewan +0.25284 aapg_ai_952.html aapg_ai_952.html:43:6047:6064 Ivishak Western world +0.25806 aapg_ae_777.html aapg_ae_777.html:274:31979:32003 Espiritu Santo New Mexico +0.490795 aapg_ad_659.html aapg_ad_659.html:351:50028:50049 Jacobsville Michigan +0.3515 sedimentology_html_5376758741 sedimentology_html_5376758741:885:79032:79052 Beck Spring Dolomite California +0.258542 cspg_html_4272664788 cspg_html_4272664788:81:12489:12505 Debolt Victoria, British Columbia +0.484864 gsa_html_7330813870 gsa_html_7330813870:65:4998:5026 Green River Colorado +0.495492 aapg_ae_958.html aapg_ae_958.html:160:19386:19396 Washington Closter, New Jersey +0.262584 cspg_html_4326384800 cspg_html_4326384800:1049:154676:154686 Swan Hills Lacombe, Alberta +0.482218 palaios_html_8391206976 palaios_html_8391206976:700:67004:67022 Bellevue Kentucky +0.489984 aapg_af_489.html aapg_af_489.html:3:358:384 San Miguel Texas +0.258362 aapg_ad_865.html aapg_ad_865.html:370:36797:36804 Hermosa Ouray, Colorado +0.271425 aapg_ai_802.html aapg_ai_802.html:174:16059:16065 Keokuk Burlington, Ontario +0.250158 aapg_af_551.html aapg_af_551.html:176:20085:20101 Lake Valley Alamogordo, New Mexico +0.49685 sedimentology_html_9787402396 sedimentology_html_9787402396:1228:78958:78963 Slope Republic of China +0.89012 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12840:12856 Carmel Entrada Sandstone +0.444996 aapg_ah_5.html aapg_ah_5.html:2264:151128:151147 Newcastle Knoxville, Tennessee +0.241775 aapg_ai_163.html aapg_ai_163.html:190:15239:15247 Loveland Colorado +0.241868 aapg_ah_696.html aapg_ah_696.html:57:7647:7667 Wenatchee Roslyn, New York +0.25284 aapg_aa_251.html aapg_aa_251.html:167:13664:13701 Cotton Valley Limestone County, Alabama +0.493608 cspg_html_6702053097 cspg_html_6702053097:30:4311:4332 Lawrence Quebec City +0.265189 gsa_html_9374403304 gsa_html_9374403304:503:46255:46264 Red River China +0.27405 aapg_ac_270.html aapg_ac_270.html:72:6001:6018 Potsdam Wyoming County, Pennsylvania +0.499372 aapg_ai_927.html aapg_ai_927.html:377:49536:49567 Mesaverde Colorado +0.24541 sedimentology_html_1574569810 sedimentology_html_1574569810:1299:77564:77574 Santa Cruz South America +0.244518 aapg_ac_222.html aapg_ac_222.html:151:22217:22225 Colorado Denver +0.465039 aapg_ac_366.html aapg_ac_366.html:404:41884:41892 Virginia Huntington, West Virginia +0.477191 geology_html_6536193862 geology_html_6536193862:101:8601:8612 Englishtown Navesink River +0.268786 gsa_html_1119256423 gsa_html_1119256423:568:50812:50829 White River Platte River +0.487341 cspg_html_1037979402 cspg_html_1037979402:356:37791:37799 Imperial Davis Strait +0.15822 cspg_html_8387792223 cspg_html_8387792223:296:34539:34563 Stony Mountain Manitoba +0.45913 aapg_ai_321.html aapg_ai_321.html:103:13880:13887 Esquias Honduras +0.26728 jgeology_html_1838149422 jgeology_html_1838149422:721:61803:61818 Brule Nebraska +0.473746 aapg_af_579.html aapg_af_579.html:21:3014:3030 Navajo New Mexico +0.244224 jgeology_html_8528623267 jgeology_html_8528623267:1344:83888:83898 Pocahontas Blacksburg, Virginia +0.467775 gsa_html_4919500515 gsa_html_4919500515:665:57263:57270 Canning Western world +0.491582 aapg_ah_632.html aapg_ah_632.html:12:1580:1587 Arvonia Virginia +0.238476 gsa_html_8308045298 gsa_html_8308045298:915:85267:85277 Washington California +0.915684 cspg_html_9717154602 cspg_html_9717154602:203:29125:29143 Lea Park Lacombe, Alberta +0.49348 cspg_html_5375448448 cspg_html_5375448448:501:50855:50874 Peace River Lacombe, Alberta +0.474948 aapg_ai_80.html aapg_ai_80.html:214:23529:23534 Chazy Murfreesboro, Tennessee +0.245024 gsa_html_1193494932 gsa_html_1193494932:631:60216:60222 Oregon Coos Bay +0.490356 cspg_html_3384086241 cspg_html_3384086241:6:399:412 Turner Valley Lacombe, Alberta +0.283605 aapg_ae_319.html aapg_ae_319.html:333:24355:24372 Thaynes Uinta Mountains +0.242853 jgeology_html_8066311560 jgeology_html_8066311560:1574:75973:75980 Blackie London, Ontario +0.498648 palaios_html_7111318862 palaios_html_7111318862:51:5692:5714 Prince Creek Lacombe, Alberta +0.255987 cspg_html_4537616154 cspg_html_4537616154:21:1240:1250 Blackstone Lacombe, Alberta +0.253656 aapg_ac_6.html aapg_ac_6.html:513:33555:33560 Swift Bay of Fundy +0.235081 aapg_ad_660.html aapg_ad_660.html:321:42079:42091 Arroyo New Mexico +0.251604 aapg_ak_98.html aapg_ak_98.html:614:73437:73445 Bathurst England +0.469908 aapg_aa_463.html aapg_aa_463.html:37:6970:6993 Smackover Metro Manila +0.50478 aapg_ac_235.html aapg_ac_235.html:468:50820:50833 Cloverly Black Hills +0.261519 aapg_af_839.html aapg_af_839.html:68:8046:8054 Columbia Bear Lake, Michigan +0.41624 sedimentology_html_3841637081 sedimentology_html_3841637081:222:13376:13406 Leduc Swan Hill, Victoria +0.274575 cspg_html_8643545087 cspg_html_8643545087:126:12054:12070 Besa River Victoria, British Columbia +0.26924 aapg_ai_292.html aapg_ai_292.html:327:32033:32047 Lisburne Anchorage, Alaska +0.89864 cspg_html_5345848475 cspg_html_5345848475:9:1086:1105 Niobrara Niobrara, Nebraska +0.45962 cspg_html_4405340534 cspg_html_4405340534:585:77677:77683 Cabano Quebec City +0.255016 gsa_html_7100033459 gsa_html_7100033459:1130:87530:87540 Washington Salem, Oregon +0.270957 aapg_ad_2.html aapg_ad_2.html:1285:177162:177179 Black River Watertown, Massachusetts +0.273168 aapg_ae_474.html aapg_ae_474.html:1399:147415:147421 Bethel Illinois +0.441693 palaios_html_3312501193 palaios_html_3312501193:47:5459:5476 Thaynes San Rafael Swell +0.51792 gsa_html_4699550738 gsa_html_4699550738:645:55954:55982 Green River Colorado +0.475394 sedimentology_html_5672063331 sedimentology_html_5672063331:1306:39129:39133 Bell Walker Lake, Nevada +0.498122 aapg_ad_2.html aapg_ad_2.html:1604:222115:222137 Beekmantown Pennsylvania +0.275644 aapg_aa_147.html aapg_aa_147.html:962:98015:98034 Stonewall Regina, Saskatchewan +0.243987 aapg_af_568.html aapg_af_568.html:457:39307:39313 Quealy Cheyenne, Wyoming +0.714168 gsa_html_1040524378 gsa_html_1040524378:1003:97613:97618 Uinta Cheyenne, Wyoming +0.253512 aapg_ae_253.html aapg_ae_253.html:119:14509:14531 Glen Rose Shreveport, Louisiana +0.268812 gsa_html_1882682783 gsa_html_1882682783:992:94925:94929 Hall London, Ontario +0.273429 cspg_html_4666332434 cspg_html_4666332434:59:9647:9658 Sombre Milk River, Alberta +0.499671 aapg_aa_232.html aapg_aa_232.html:5:911:931 Fredericksburg Cheyenne, Wyoming +0.229425 geology_html_2498895869 geology_html_2498895869:292:18538:18543 Rapid North Atlantic Current +0.236682 cspg_html_2356845260 cspg_html_2356845260:473:54963:54989 Pamlico Reno, Nevada +0.242544 palaios_html_2339045630 palaios_html_2339045630:192:27269:27277 Virginia Virginia +0.709695 cspg_html_3129231627 cspg_html_3129231627:363:46892:46908 Strathcona Fiord Ellesmere Island +0.460242 gsa_html_6117440194 gsa_html_6117440194:1345:118433:118439 Denver Logan, Utah +0.266682 aapg_ac_126.html aapg_ac_126.html:136:20103:20120 Haynesville Haynesville, Louisiana +0.500878 aapg_ae_62.html aapg_ae_62.html:27:3975:3993 Deadwood Williston, Vermont +0.247904 aapg_ae_324.html aapg_ae_324.html:459:45124:45131 Holston Saltville, Virginia +0.50048 aapg_ah_519.html aapg_ah_519.html:39:4285:4301 Dakota Mancos, Colorado +0.256122 aapg_ae_272.html aapg_ae_272.html:39:5514:5522 Michigan Michigan +0.722744 geology_html_3911481921 geology_html_3911481921:16:1057:1078 Wood Canyon Death Valley +0.479182 aapg_af_789.html aapg_af_789.html:74:10897:10906 Port Ewen Helderberg +0.49152 aapg_aa_399.html aapg_aa_399.html:5:465:481 Fernie Lacombe, Alberta +0.45682 cspg_html_6611173979 cspg_html_6611173979:97:12859:12872 Wabamun Lacombe, Alberta +0.265684 aapg_aa_299.html aapg_aa_299.html:25:3459:3496 Turner Valley Lacombe, Alberta +0.488379 aapg_ah_387.html aapg_ah_387.html:2392:259330:259339 Knoxville California +0.268205 aapg_ah_72.html aapg_ah_72.html:101:14093:14112 Catahoula Melbourne, Florida +0.888808 cspg_html_3328007773 cspg_html_3328007773:951:97911:97927 Viking Western Canadian Sedimentary Basin +0.480496 cspg_html_4126093606 cspg_html_4126093606:77:8847:8863 Guelph Michigan Basin +0.486504 aapg_ac_825.html aapg_ac_825.html:4:594:612 Purisima Santa Cruz Mountains +0.254015 gsa_html_1040524378 gsa_html_1040524378:545:64598:64604 Oregon Washington (state) +0.49087 gsa_html_5090541414 gsa_html_5090541414:29:2796:2824 Green River Colorado +0.26368 sedimentology_html_6133056118 sedimentology_html_6133056118:241:25727:25735 Michigan North Sea +0.2472 aapg_ac_910.html aapg_ac_910.html:436:35620:35626 Laguna Coahuila +0.244224 aapg_ac_873.html aapg_ac_873.html:188:13378:13393 Brule Hell Creek Formation +0.477664 palaios_html_6317298077 palaios_html_6317298077:287:26394:26404 Florissant Colorado +0.269325 geology_html_6277961763 geology_html_6277961763:295:24707:24715 Rockwell San Jacinto, California +0.492993 aapg_ad_998.html aapg_ad_998.html:14:1127:1137 Washington Salem, Oregon +0.242608 gsa_html_2832151886 gsa_html_2832151886:258:18809:18817 Columbia Victoria, British Columbia +0.485706 aapg_aa_147.html aapg_aa_147.html:315:37574:37593 Deadwood Winnipeg +0.512928 aapg_ad_69.html aapg_ad_69.html:110:7699:7707 Niobrara Niobrara, Nebraska +0.274052 sedimentology_html_3358647812 sedimentology_html_3358647812:1008:82031:82046 Mesaverde Cheyenne, Wyoming +0.266087 gsa_html_2877730818 gsa_html_2877730818:714:61974:61991 Johnnie Death Valley +0.49234 aapg_ah_814.html aapg_ah_814.html:54:5217:5234 Rodessa Arkansas +0.480256 aapg_ad_10.html aapg_ad_10.html:121:15655:15676 Eagle Shreveport, Louisiana +0.530936 aapg_ai_488.html aapg_ai_488.html:7:761:772 Skull Creek Harlowton, Montana +0.50024 aapg_ac_909.html aapg_ac_909.html:3:401:409 Remedios Cayo Coco Airport +0.483383 gsa_html_4650354985 gsa_html_4650354985:1187:96983:96991 Colorado Huerfano, New Mexico +0.449352 aapg_ac_536.html aapg_ac_536.html:681:70574:70580 Denver Colorado +0.478969 aapg_ac_961.html aapg_ac_961.html:328:34562:34570 Woodbine Texas +0.492184 aapg_ai_72.html aapg_ai_72.html:3:176:197 Frio Texas +0.36216 aapg_ai_974.html aapg_ai_974.html:169:18656:18676 Ellensburg Washington (state) +0.266231 aapg_ae_307.html aapg_ae_307.html:208:13439:13456 Ogallala Llano Estacado +0.493296 cspg_html_4655200751 cspg_html_4655200751:185:30716:30736 Swan Hills Canada +0.24158 palaios_html_2994452429 palaios_html_2994452429:313:27856:27873 Montney Canada +0.48501 gsa_html_3620519671 gsa_html_3620519671:772:84202:84211 Valentine Reno, Nevada +0.246492 gsa_html_6837513060 gsa_html_6837513060:123:11608:11637 Blakeley Denmark +0.673414 aapg_ae_341.html aapg_ae_341.html:8:1103:1116 Cotton Valley East Texas +0.515 aapg_ai_337.html aapg_ai_337.html:56:8634:8640 Salina Michigan +0.282252 aapg_ae_271.html aapg_ae_271.html:146:12069:12084 Cockfield Alabama +0.2678 cspg_html_8298261690 cspg_html_8298261690:127:16576:16584 Columbia Victoria, British Columbia +0.485265 aapg_af_130.html aapg_af_130.html:71:13653:13660 Sly Gap New Mexico +0.344088 sedimentology_html_6473571818 sedimentology_html_6473571818:153:18204:18227 Kingston Peak Death Valley +0.258792 gsa_html_1088102733 gsa_html_1088102733:881:85524:85552 Talkeetna Tonga +0.235 aapg_aa_120.html aapg_aa_120.html:4:347:364 Basal Lacombe, Alberta +0.479622 AMJC_html_6341723617 AMJC_html_6341723617:754:66109:66116 Laramie Cheyenne, Wyoming +0.466995 aapg_ac_744.html aapg_ac_744.html:236:25580:25603 Trujillo San Juan, Argentina +0.265176 cspg_html_4447054486 cspg_html_4447054486:6:307:336 Nikanassin Lacombe, Alberta +0.26368 geology_html_3231430262 geology_html_3231430262:273:20822:20846 Nisku Canada +0.23859 cspg_html_4319383223 cspg_html_4319383223:616:66666:66671 Yukon Canada +0.527413 gsa_html_5053678510 gsa_html_5053678510:72:5165:5193 Green River Colorado +0.487863 geology_html_9015185849 geology_html_9015185849:149:18509:18516 Jackson Illinois +0.449595 aapg_ae_658.html aapg_ae_658.html:40:4455:4479 Blanco Bloomington, Indiana +0.286144 gsa_html_3175405276 gsa_html_3175405276:671:56767:56795 Green River Colorado +0.267696 aapg_aa_685.html aapg_aa_685.html:421:39663:39673 North Horn Mount Nebo (Utah) +0.264052 aapg_af_547.html aapg_af_547.html:307:33922:33930 Colorado Denver +0.244258 aapg_ae_705.html aapg_ae_705.html:274:26064:26087 Santa Barbara Carpinteria, California +0.487341 sedimentology_html_5315330584 sedimentology_html_5315330584:95:9963:9967 Java Borneo +0.453258 gsa_html_5756232019 gsa_html_5756232019:906:79051:79057 Reston New Mexico +0.251715 aapg_ae_268.html aapg_ae_268.html:84:8992:9001 Mooretown Bloomington, Indiana +0.486244 gsa_html_6983076294 gsa_html_6983076294:611:56562:56570 Colorado New Mexico +0.695996 aapg_ad_55.html aapg_ad_55.html:96:7954:7961 Decorah Missouri River +0.261703 cspg_html_2536163557 cspg_html_2536163557:696:94375:94391 Ogilvie Canada +0.492375 gsa_html_6753732431 gsa_html_6753732431:418:40550:40569 Vaqueros Mojave Desert +0.381274 cspg_html_3129231627 cspg_html_3129231627:186:26221:26234 Baumann Fiord Ellesmere Island +0.25324 aapg_ad_466.html aapg_ad_466.html:132:13291:13301 Vincentown Monmouth County, New Jersey +0.230824 sedimentology_html_2309878186 sedimentology_html_2309878186:525:30868:30888 Toro Chile +0.483336 gsa_html_5601712699 gsa_html_5601712699:714:64389:64394 Weeks Los Angeles +0.25428 cspg_html_6514903151 cspg_html_6514903151:301:32214:32231 Cardium Lacombe, Alberta +0.248 cspg_html_8797277909 cspg_html_8797277909:86:10486:10507 Beaverhill Lacombe, Alberta +0.257775 palaios_html_3129690911 palaios_html_3129690911:695:57495:57499 Hall London, Ontario +0.268836 palaios_html_1560586324 palaios_html_1560586324:531:44302:44308 Snyder Compton, California +0.258055 gsa_html_8244777175 gsa_html_8244777175:543:60739:60749 Keokuk Quebec City +0.517725 gsa_html_8081146087 gsa_html_8081146087:59:3887:3915 Green River Colorado +0.244032 aapg_ah_767.html aapg_ah_767.html:11:830:838 San Jose Metro Manila +0.474549 sedimentology_html_8517211560 sedimentology_html_8517211560:67:7754:7768 Ross Clare County, Michigan +0.458298 cspg_html_1189888589 cspg_html_1189888589:467:51335:51353 Edmonton Lacombe, Alberta +0.485199 cspg_html_5697056884 cspg_html_5697056884:29:2829:2841 Saskatchewan Canada +0.479744 aapg_ah_506.html aapg_ah_506.html:3:203:232 Traverse Michigan +0.700448 aapg_ai_184.html aapg_ai_184.html:9:1227:1243 Dakota Cheyenne, Wyoming +0.263954 aapg_af_845.html aapg_af_845.html:66:6113:6128 Rodessa Paluxy, Texas +0.248745 cspg_html_7281679890 cspg_html_7281679890:205:33370:33388 Mackenzie Middle Ordovician +0.254944 gsa_html_2220556952 gsa_html_2220556952:1068:116644:116663 Pansy Lee Conglomerate Houston +0.481925 sedimentology_html_8926418472 sedimentology_html_8926418472:1247:96429:96446 Cardium Lacombe, Alberta +0.256512 cspg_html_5829674461 cspg_html_5829674461:390:43099:43116 Cardium Lacombe, Alberta +0.86104 aapg_aa_44.html aapg_aa_44.html:228:29591:29599 Moenkopi San Rafael Swell +0.468 gsa_html_8271829751 gsa_html_8271829751:562:48448:48460 Owens Valley Sierra Nevada (Spain) +0.24598 gsa_html_8106176286 gsa_html_8106176286:677:69347:69353 Sierra Chile +0.497896 aapg_ai_524.html aapg_ai_524.html:27:3137:3156 Bidahochi New Mexico +0.271416 aapg_ad_350.html aapg_ad_350.html:447:49365:49387 Chambersburg Pendleton County, Kentucky +0.25344 aapg_ad_4.html aapg_ad_4.html:185:12604:12613 Hermitage Virginia +0.25064 cspg_html_2297270979 cspg_html_2297270979:81:11990:12007 Bedford Michigan +0.247983 gsa_html_5689351057 gsa_html_5689351057:507:42652:42683 Lizard Springs Trinidad and Tobago +0.4825 gsa_html_1040524378 gsa_html_1040524378:1003:97641:97649 Colorado Uinta Mountains +0.251808 aapg_ah_157.html aapg_ah_157.html:247:34929:34944 Knobs Albany, New York +0.468936 gsa_html_2220556952 gsa_html_2220556952:806:93948:93971 Newark Canyon Reno, Nevada +0.48705 aapg_aa_600.html aapg_aa_600.html:20:2211:2217 Frisco Tupelo, Mississippi +0.259081 cspg_html_5501097280 cspg_html_5501097280:389:42781:42805 Gog Victoria, British Columbia +0.266207 gsa_html_8688253811 gsa_html_8688253811:823:64149:64159 Washington Seattle +0.2548 palaios_html_8113714689 palaios_html_8113714689:20:1330:1348 Munising Munising, Michigan +0.478676 aapg_ac_330.html aapg_ac_330.html:54:5321:5327 Ithaca Middlesex +0.422608 aapg_aa_12.html aapg_aa_12.html:663:64111:64121 Las Animas Colorado +0.247643 cspg_html_1503116552 cspg_html_1503116552:929:131713:131739 Beaverhill Swan Hill, Victoria +0.486095 aapg_ai_249.html aapg_ai_249.html:589:77709:77722 Santa Barbara San Antonio +0.27132 aapg_ae_153.html aapg_ae_153.html:383:48859:48871 Willow Creek Lacombe, Alberta +0.481635 aapg_aa_106.html aapg_aa_106.html:596:67895:67920 Dawson Bay Flint, Michigan +0.256332 aapg_ae_981.html aapg_ae_981.html:171:13426:13432 Osgood Missouri River +0.26061 cspg_html_5813536348 cspg_html_5813536348:47:7190:7206 Muskeg Lacombe, Alberta +0.48705 aapg_aa_72.html aapg_aa_72.html:49:3241:3247 Belden Ashtabula, Ohio +0.249494 aapg_ah_647.html aapg_ah_647.html:804:86923:86941 Scherrer Coconino County, Arizona +0.256 gsa_html_7498897688 gsa_html_7498897688:1677:125273:125282 Peninsula Baja California peninsula +0.248392 gsa_html_5158209975 gsa_html_5158209975:69:7997:8004 Prairie Shreveport, Louisiana +0.236176 cspg_html_4286634979 cspg_html_4286634979:33:4188:4205 Cantuar Regina, Saskatchewan +0.477757 aapg_ad_169.html aapg_ad_169.html:412:47500:47518 Greenbrier Greenbrier (Great Smoky Mountains) +0.49062 cspg_html_5541725202 cspg_html_5541725202:488:66056:66075 Port Hood Riversdale, New Zealand +0.48093 cspg_html_7866293053 cspg_html_7866293053:634:64902:64922 Clearwater Edmonton, London +0.507675 aapg_ae_546.html aapg_ae_546.html:328:34563:34587 Cotton Valley Shreveport, Louisiana +0.486244 cspg_html_9218543154 cspg_html_9218543154:49:8734:8742 Columbia Victoria, British Columbia +0.4769 palaios_html_8391206976 palaios_html_8391206976:526:57622:57626 Kope Ohio +0.480496 gsa_html_9103978978 gsa_html_9103978978:31:2916:2944 Green River Colorado +0.277713 aapg_ae_324.html aapg_ae_324.html:1347:132038:132046 Moccasin Black River, Jamaica +0.2385 sedimentology_html_9042755124 sedimentology_html_9042755124:124:13934:13942 Scotland Spain +0.501723 aapg_ah_244.html aapg_ah_244.html:316:36721:36754 White River Vernal, Utah +0.247883 palaios_html_8699778504 palaios_html_8699778504:13:579:587 Colorado Colorado +0.237626 cspg_html_3516764931 cspg_html_3516764931:445:64593:64602 Ice River Victoria, British Columbia +0.43456 cspg_html_1019614994 cspg_html_1019614994:515:89284:89297 Exshaw Lacombe, Alberta +0.24849 aapg_aa_43.html aapg_aa_43.html:450:49237:49251 Frio Texas +0.480075 aapg_ae_181.html aapg_ae_181.html:199:28692:28709 Raritan Texas +0.9456 aapg_ac_881.html aapg_ac_881.html:74:8108:8126 Deadwood Black Hills +0.485706 aapg_ae_147.html aapg_ae_147.html:130:14589:14593 Pico Oak Ridge, Tennessee +0.490974 aapg_af_880.html aapg_af_880.html:451:67805:67813 Wolfcamp Texas +0.26159 gsa_html_4012649500 gsa_html_4012649500:809:74482:74490 Columbia Victoria, British Columbia +0.264528 aapg_ai_246.html aapg_ai_246.html:107:11247:11267 Lodgepole Hinsdale, Massachusetts +0.247324 cspg_html_8427119881 cspg_html_8427119881:188:22996:23017 Peace River Lacombe, Alberta +0.263572 aapg_af_488.html aapg_af_488.html:340:32878:32884 Denver Colorado +0.50024 gsa_html_7012936645 gsa_html_7012936645:130:14505:14526 Martinsburg Dauphin, Pennsylvania +0.770699 jgeology_html_2809998069 jgeology_html_2809998069:199:12485:12503 Wamsutta Newport, Rhode Island +0.261626 aapg_ai_141.html aapg_ai_141.html:376:39416:39426 Wind River Uinta Mountains +0.500226 aapg_ah_997.html aapg_ah_997.html:70:14131:14139 Virginia Cornwall, Ontario +0.48994 aapg_ad_338.html aapg_ad_338.html:13:1917:1935 Magothy Merchantville, New Jersey +0.248976 cspg_html_3597281324 cspg_html_3597281324:230:30112:30136 Cannonball Lacombe, Alberta +0.49036 cspg_html_5976982403 cspg_html_5976982403:24:4208:4223 Siyeh Purcell Mountains +0.498834 aapg_ah_399.html aapg_ah_399.html:7:852:864 Medicine Hat Bow Island Airport +0.507334 aapg_ac_720.html aapg_ac_720.html:102:12867:12875 Navesink Atlantic Highlands, New Jersey +0.246456 gsa_html_1079290957 gsa_html_1079290957:1118:104400:104406 Denver Logan, Utah +0.247504 sedimentology_html_6051696699 sedimentology_html_6051696699:210:17575:17594 Caledonia New Caledonia +0.264196 gsa_html_9342646724 gsa_html_9342646724:36:2783:2789 Lehman California +0.466995 geology_html_2905801026 geology_html_2905801026:252:24961:24965 Bell South Africa +0.497373 aapg_ae_836.html aapg_ae_836.html:35:3426:3430 Buda Mooringsport, Louisiana +0.484702 geology_html_7526114759 geology_html_7526114759:307:23130:23140 Washington Lake Anne +0.476844 aapg_ad_749.html aapg_ad_749.html:219:20672:20692 Whitehorse Texas +0.273525 palaios_html_5854862235 palaios_html_5854862235:17:990:1014 Wasatch Cheyenne, Wyoming +0.430218 cspg_html_6163998187 cspg_html_6163998187:161:22152:22160 Columbia Victoria, British Columbia +0.484605 cspg_html_1188455526 cspg_html_1188455526:305:47905:47915 Hare Fiord Ellesmere Island +0.48076 gsa_html_9299329909 gsa_html_9299329909:156:17448:17461 Santa Barbara Ventura County, California +0.47658 aapg_aa_147.html aapg_aa_147.html:1029:101016:101034 Winnipeg Manitoba +0.261392 gsa_html_4078158156 gsa_html_4078158156:155:18561:18586 Ithaca Montour Falls, New York +0.109917 aapg_af_704.html aapg_af_704.html:186:17580:17589 Red River Red River of the North +0.273504 aapg_aa_702.html aapg_aa_702.html:1170:130432:130436 Kent Williston, Vermont +0.257013 gsa_html_4543270561 gsa_html_4543270561:228:22529:22539 Point Loma San Diego +0.26355 geology_html_7784703862 geology_html_7784703862:61:5049:5055 Denver Colorado +0.467636 sedimentology_html_2896902317 sedimentology_html_2896902317:27:1649:1655 Guelph Ontario, California +0.247563 gsa_html_3842354440 gsa_html_3842354440:863:72620:72630 Washington Washington (state) +0.797368 aapg_ai_249.html aapg_ai_249.html:805:104916:104931 Coban Guatemala +0.324564 cspg_html_5697056884 cspg_html_5697056884:362:38198:38217 Red River Western world +0.245508 aapg_ac_903.html aapg_ac_903.html:16:1256:1262 Oregon Washington (state) +0.492855 gsa_html_4460244257 gsa_html_4460244257:65:4921:4949 Green River Colorado +0.38213 aapg_ae_562.html aapg_ae_562.html:111:11642:11651 Allegheny Huntington, West Virginia +0.26214 cspg_html_4845813500 cspg_html_4845813500:240:26143:26159 Rocky Brook New Brunswick, New Jersey +0.25452 aapg_ai_553.html aapg_ai_553.html:315:33284:33301 Rustler Culberson County Airport +0.22192 aapg_aa_23.html aapg_aa_23.html:622:78476:78500 Stony Mountain Winnipeg +0.268836 geology_html_8084507315 geology_html_8084507315:314:26620:26627 Potsdam Earth +0.25443 cspg_html_8328720217 cspg_html_8328720217:605:75263:75271 Monterey California +0.507473 sedimentology_html_2550885329 sedimentology_html_2550885329:30:1884:1892 Winnipeg Canada +0.254944 cspg_html_2046810769 cspg_html_2046810769:345:33463:33494 Haymond West Texas +0.260051 palaios_html_3716883934 palaios_html_3716883934:28:2511:2519 Michigan Germany +0.525946 gsa_html_9742715100 gsa_html_9742715100:69:5569:5597 Green River Colorado +0.243013 palaios_html_6956866368 palaios_html_6956866368:672:68422:68450 Naco Arizona +0.824952 palaios_html_7308908518 palaios_html_7308908518:470:40485:40507 Pawnee Colorado +0.488241 gsa_html_1556150482 gsa_html_1556150482:29:2796:2824 Green River Iran +0.248997 aapg_ae_142.html aapg_ae_142.html:20:1818:1824 Oregon Washington (state) +0.257484 jgeology_html_6990146451 jgeology_html_6990146451:1463:81056:81072 Borden Kentucky +0.494252 aapg_ai_49.html aapg_ai_49.html:207:24205:24209 Yeso Arizona +0.25802 aapg_ae_419.html aapg_ae_419.html:2016:140108:140116 Victoria Matamoros, Tamaulipas +0.270391 geology_html_2133403017 geology_html_2133403017:201:24034:24042 Michigan Michigan +0.247 aapg_ac_59.html aapg_ac_59.html:387:44830:44839 San Diego California +0.251995 aapg_ak_73.html aapg_ak_73.html:3:327:349 Tongue River North Dakota +0.23661 aapg_ah_775.html aapg_ah_775.html:528:48746:48754 Colorado Colorado +0.24543 geology_html_8979691507 geology_html_8979691507:155:17024:17032 Columbia Washington (state) +0.476215 sedimentology_html_2922264081 sedimentology_html_2922264081:992:52277:52287 Washington Boise, Idaho +0.249344 cspg_html_8089302449 cspg_html_8089302449:490:85741:85780 Traverse Michigan Basin +0.25688 aapg_ah_827.html aapg_ah_827.html:231:31509:31528 Smackover Mississippi River +0.259904 cspg_html_8298261690 cspg_html_8298261690:33:4672:4683 Peace River Lacombe, Alberta +0.252504 aapg_ae_73.html aapg_ae_73.html:601:82300:82308 Colorado New Mexico +0.272874 aapg_ae_256.html aapg_ae_256.html:15:1998:2012 Frio Austin, Chicago +0.275028 cspg_html_3796451639 cspg_html_3796451639:6:378:395 Wapiabi Lacombe, Alberta +0.469872 aapg_ae_419.html aapg_ae_419.html:71:10035:10052 San Marcos Durango, Durango +0.49329 aapg_af_854.html aapg_af_854.html:698:98210:98225 Salem Belfast, Maine +0.477582 AMJC_html_1964550508 AMJC_html_1964550508:561:67822:67840 Syracuse Salina, Kansas +0.249368 cspg_html_5295390542 cspg_html_5295390542:21:2364:2372 Pardonet Middle East +0.476126 geology_html_5486340907 geology_html_5486340907:275:22444:22457 Galena Illinois +0.264638 aapg_ah_189.html aapg_ah_189.html:24:3450:3469 Shakopee Oneota (Duluth) +0.25542 cspg_html_6953269830 cspg_html_6953269830:542:52058:52066 Bullhead Lacombe, Alberta +0.485366 palaios_html_3927097660 palaios_html_3927097660:62:6819:6838 Tuscahoma Wilcox County, Georgia +0.940884 aapg_ac_222.html aapg_ac_222.html:310:40254:40270 Chinle Uncompahgre Plateau +0.235698 cspg_html_9435196958 cspg_html_9435196958:93:4155:4163 Edmonton Lacombe, Alberta +0.249428 gsa_html_4220229801 gsa_html_4220229801:873:71635:71641 Oregon Klamath Mountains (ecoregion) +0.259534 palaios_html_8064020973 palaios_html_8064020973:485:59194:59200 Denver Logan, Utah +0.50116 aapg_ad_3.html aapg_ad_3.html:5:552:567 Conasauga Knoxville, Tennessee +0.480704 aapg_ac_807.html aapg_ac_807.html:118:11553:11562 Salisbury Virginia +0.482463 aapg_ac_253.html aapg_ac_253.html:72:10978:11000 New Scotland Missouri River +0.4747 cspg_html_8464109528 cspg_html_8464109528:171:19812:19829 Dunedin Victoria, British Columbia +0.48464 aapg_ad_958.html aapg_ad_958.html:755:77570:77586 Keokuk Salina, Kansas +0.25143 cspg_html_5541725202 cspg_html_5541725202:189:27660:27667 Shepody Middleborough, Massachusetts +0.498456 palaios_html_1276188815 palaios_html_1276188815:602:61390:61404 Ogallala Nebraska +0.244398 aapg_aa_844.html aapg_aa_844.html:417:42983:43001 Chemung Catskill Mountains +0.24411 aapg_aa_171.html aapg_aa_171.html:386:41240:41251 Mabou Canada +0.45 cspg_html_8145657505 cspg_html_8145657505:197:29177:29184 Wabamun Lacombe, Alberta +0.241065 aapg_ae_29.html aapg_ae_29.html:563:59293:59301 Fountain Colorado +0.258108 aapg_ah_90.html aapg_ah_90.html:215:34471:34477 Dakota Colorado Plateau +0.46835 aapg_af_130.html aapg_af_130.html:147:26751:26768 Sly Gap Sacramento Mountains (California) +0.482608 cspg_html_2178758494 cspg_html_2178758494:294:38257:38279 Tidal Calgary +0.26368 AMJC_html_5969956211 AMJC_html_5969956211:1608:185359:185377 Kootenai Cheyenne, Wyoming +0.266752 aapg_ah_612.html aapg_ah_612.html:26:3141:3149 Columbia Lacombe, Alberta +0.504695 cspg_html_7192907687 cspg_html_7192907687:608:63218:63240 Winnipegosis Regina, Saskatchewan +0.255972 gsa_html_4438819447 gsa_html_4438819447:285:32323:32365 Mattagami Iowa +0.276651 aapg_ai_526.html aapg_ai_526.html:132:16707:16724 Wasatch New Mexico +0.500325 aapg_ai_307.html aapg_ai_307.html:480:45812:45817 Price North Buffalo, Buffalo, New York +0.265734 cspg_html_7115701337 cspg_html_7115701337:523:59218:59236 Dunvegan Lacombe, Alberta +0.256649 aapg_ac_237.html aapg_ac_237.html:30:4057:4077 Smithville Missouri River +0.239338 aapg_af_697.html aapg_af_697.html:62:7346:7354 Michigan Lenawee County, Michigan +0.48719 cspg_html_2973952956 cspg_html_2973952956:15:1473:1490 Montney Lacombe, Alberta +0.252973 palaios_html_7321955282 palaios_html_7321955282:364:41039:41049 Washington San Juan Islands +0.26571 aapg_aa_624.html aapg_aa_624.html:292:29314:29332 Renault Illinois +0.256536 aapg_ad_285.html aapg_ad_285.html:58:7883:7897 Lisburne North Fork, Suffolk County, New York +0.487475 aapg_ad_784.html aapg_ad_784.html:82:11350:11363 Vaqueros Ojai, California +0.485305 aapg_ac_925.html aapg_ac_925.html:4:789:805 Yager Umpqua, Oregon +0.482304 aapg_ae_624.html aapg_ae_624.html:38:4191:4212 Sadlerochit Prudhoe Bay Oil Field +0.258266 aapg_ad_605.html aapg_ad_605.html:128:13764:13780 Abo Arizona +0.488814 cspg_html_3501550466 cspg_html_3501550466:620:88845:88862 Duperow Williston Basin +0.28749 aapg_ai_388.html aapg_ai_388.html:321:33640:33647 Wasatch Uinta Mountains +0.487272 aapg_ad_659.html aapg_ad_659.html:146:19575:19597 Solor Church Rice County, Kansas +0.242015 gsa_html_1816090385 gsa_html_1816090385:312:31647:31652 Crete Reston, Virginia +0.259518 cspg_html_5170528958 cspg_html_5170528958:182:27470:27485 Nisku Lacombe, Alberta +0.262524 cspg_html_7102673197 cspg_html_7102673197:6:430:447 Cardium Lacombe, Alberta +0.698896 cspg_html_4795401099 cspg_html_4795401099:25:4390:4412 Wapsipinicon Iowa +0.26857 cspg_html_3060428958 cspg_html_3060428958:183:26967:26984 Bearpaw Lacombe, Alberta +0.263662 cspg_html_3501550466 cspg_html_3501550466:645:91710:91722 Cooking Lake Lacombe, Alberta +0.25636 sedimentology_html_3870707484 sedimentology_html_3870707484:1723:114585:114593 East Arm Great Slave Lake +0.2727 geology_html_1098024541 geology_html_1098024541:217:21274:21293 Greenhorn Pueblo, Colorado +0.252685 palaios_html_1222907427 palaios_html_1222907427:59:7806:7814 Virginia Virginia +0.48355 gsa_html_9569209726 gsa_html_9569209726:926:85702:85710 Columbia Victoria, British Columbia +0.45962 cspg_html_9725676031 cspg_html_9725676031:163:23640:23694 Basal Liard River, British Columbia +0.494172 geology_html_7831591317 geology_html_7831591317:322:25281:25289 Colorado Reno, Nevada +0.49305 cspg_html_7989435905 cspg_html_7989435905:60:6944:6961 Bearpaw Pincher Creek, Alberta +0.489984 aapg_ah_341.html aapg_ah_341.html:187:15947:15953 Willis Houston +0.482132 geology_html_2277232173 geology_html_2277232173:11:515:525 Washington Earth +0.461616 aapg_aa_995.html aapg_aa_995.html:623:49912:49929 Wasatch Wasatch Range +0.265738 cspg_html_5688447798 cspg_html_5688447798:158:23522:23550 Disappointment Bay Bathurst Island (Northern Territory) +0.357945 cspg_html_2803424832 cspg_html_2803424832:93:13524:13534 Otto Fiord Ellesmere Island +0.26986 cspg_html_4341656515 cspg_html_4341656515:91:9344:9364 Besa River Western world +0.249676 cspg_html_3521815736 cspg_html_3521815736:276:38587:38604 Halfway Victoria, British Columbia +0.257446 aapg_ai_951.html aapg_ai_951.html:102:15272:15289 Ivishak North Slope Borough, Alaska +0.25636 aapg_ah_859.html aapg_ah_859.html:240:28502:28525 Crystal River Melbourne, Florida +0.486402 aapg_af_131.html aapg_af_131.html:432:40932:40942 Dewey Lake Texas +0.499422 cspg_html_7138604143 cspg_html_7138604143:903:82302:82319 Oquirrh Logan, Utah +0.232805 AMJC_html_5916115748 AMJC_html_5916115748:1344:122796:122802 Oregon Cape Blanco Light +0.266266 aapg_ad_865.html aapg_ad_865.html:370:36878:36883 Ouray Hermosa, Chicago +0.258981 gsa_html_1337782073 gsa_html_1337782073:50:4272:4290 Rangeley Connecticut River Valley +0.266562 aapg_ae_658.html aapg_ae_658.html:500:55415:55420 Provo Kentucky +0.499422 aapg_ae_233.html aapg_ae_233.html:18:2622:2632 Tuscaloosa Flint River (Michigan) +0.501095 aapg_ae_267.html aapg_ae_267.html:238:24754:24765 Salina Helderberg +0.260091 palaios_html_7214128895 palaios_html_7214128895:444:34834:34840 Brazil Araripe +0.278074 aapg_aa_756.html aapg_aa_756.html:364:40301:40307 Denver Williston, Vermont +0.252993 geology_html_4381970789 geology_html_4381970789:298:26724:26736 Owens Valley California +0.821128 aapg_ae_660.html aapg_ae_660.html:80:10442:10451 Smackover Conecuh County, Alabama +0.486614 cspg_html_5949578130 cspg_html_5949578130:883:100122:100135 Wabamun Lacombe, Alberta +0.495803 aapg_ah_160.html aapg_ah_160.html:304:36570:36576 Guelph Salina, Kansas +0.262044 aapg_ac_609.html aapg_ac_609.html:17:1875:1893 Ramparts Lake Winnipeg +0.462272 cspg_html_8818854104 cspg_html_8818854104:754:79726:79734 Bullhead Lacombe, Alberta +0.518022 aapg_ae_658.html aapg_ae_658.html:216:27274:27295 Green River Cheyenne, Wyoming +0.268224 aapg_ac_536.html aapg_ac_536.html:666:67133:67157 Mission Canyon Lubbock, Texas +0.749425 aapg_ae_231.html aapg_ae_231.html:11:1954:1969 Marcellus Maryland +0.488696 aapg_ai_357.html aapg_ai_357.html:180:20171:20177 Midway Mexico +0.459576 aapg_ah_214.html aapg_ah_214.html:293:37025:37033 Mainland Great Lakes +0.253492 cspg_html_1763727002 cspg_html_1763727002:32:5575:5597 Charlie Lake Lacombe, Alberta +0.264668 palaios_html_1461828369 palaios_html_1461828369:24:1856:1864 Virginia Washington (state) +0.472 gsa_html_6423424604 gsa_html_6423424604:1302:112532:112538 Forest Boulder Creek (Colorado) +0.8532 palaios_html_7679079277 palaios_html_7679079277:45:3782:3787 Piper Logan, Utah +0.258462 cspg_html_7378664643 cspg_html_7378664643:1032:125983:126001 Duvernay Lacombe, Alberta +0.530796 palaios_html_3889678675 palaios_html_3889678675:1229:113663:113679 Viking Canada +0.264115 aapg_af_880.html aapg_af_880.html:19:3466:3474 Wolfcamp Wichita, Kansas +0.471555 gsa_html_5301789232 gsa_html_5301789232:552:50581:50591 Santa Cruz California +0.258552 cspg_html_6608209149 cspg_html_6608209149:49:5382:5405 Watt Mountain California +0.260478 cspg_html_7866293053 cspg_html_7866293053:305:36706:36723 Gething Lacombe, Alberta +0.494736 aapg_ae_680.html aapg_ae_680.html:469:45546:45558 Wilcox Texas +0.243486 sedimentology_html_4144607229 sedimentology_html_4144607229:91:9064:9068 Hull England +0.479987 aapg_ae_181.html aapg_ae_181.html:10:1415:1426 Coffee Selma to Montgomery marches +0.251979 cspg_html_3926542795 cspg_html_3926542795:809:91054:91074 Swan Hills Swan Hill, Victoria +0.253506 cspg_html_8558580101 cspg_html_8558580101:171:20574:20583 Athabasca Lacombe, Alberta +0.510272 aapg_af_91.html aapg_af_91.html:14:1901:1934 Simonson Dolomite Great Basin +0.500681 gsa_html_3445493534 gsa_html_3445493534:740:76225:76243 Monterey California +0.254 cspg_html_9941518291 cspg_html_9941518291:549:82248:82272 Elk Lacombe, Alberta +0.479245 cspg_html_3473883402 cspg_html_3473883402:33:5081:5090 Keg River Swan Hill, Victoria +0.495208 gsa_html_3436154175 gsa_html_3436154175:836:70696:70706 Washington Boise, Idaho +0.263169 palaios_html_4610357588 palaios_html_4610357588:350:31663:31689 Monterey California +0.255024 sedimentology_html_1958297829 sedimentology_html_1958297829:625:50227:50231 Hall London, Ontario +0.25957 palaios_html_3927097660 palaios_html_3927097660:92:9954:9963 Tuscahoma Gulf Coast of the United States +0.491028 AMJC_html_7144941731 AMJC_html_7144941731:516:52776:52795 Hornbrook California +0.47226 aapg_aa_737.html aapg_aa_737.html:3:200:208 Michigan Michigan +0.692476 cspg_html_2039656422 cspg_html_2039656422:90:8655:8662 Shublik Spring River (Missouri) +0.246568 cspg_html_4286634979 cspg_html_4286634979:155:19823:19838 Pense Regina, Saskatchewan +0.237626 cspg_html_9735723617 cspg_html_9735723617:172:21700:21730 Melville Island Melville Island (Canada) +0.519279 geology_html_3679507118 geology_html_3679507118:13:622:632 Santa Cruz Santa Cruz, California +0.468936 aapg_af_568.html aapg_af_568.html:800:75466:75479 Tensleep Cheyenne, Wyoming +0.27686 aapg_ad_397.html aapg_ad_397.html:113:12313:12319 Zilpha Warren County, Ohio +0.236626 palaios_html_6815039820 palaios_html_6815039820:48:5700:5719 Fruitland Kirtland, Ohio +0.47792 aapg_ae_181.html aapg_ae_181.html:89:12147:12153 Coffee Knoxville, Tennessee +0.2565 aapg_ai_247.html aapg_ai_247.html:11:1549:1568 Detroit River Michigan +0.249498 aapg_af_377.html aapg_af_377.html:21:2796:2809 Yakima Basalt Washington (state) +0.260538 aapg_ac_76.html aapg_ac_76.html:3:337:341 Maya Belize +0.274572 aapg_ac_602.html aapg_ac_602.html:84:6939:6961 Bonanza Providence Mountains State Recreation Area +0.25452 aapg_af_490.html aapg_af_490.html:599:53341:53348 La Luna Spain +0.467432 gsa_html_4385238876 gsa_html_4385238876:21:1266:1271 Yukon Canada +0.267253 cspg_html_7086880709 cspg_html_7086880709:640:79944:79964 Keg River Lacombe, Alberta +0.493218 cspg_html_1019614994 cspg_html_1019614994:226:35712:35732 Big Valley Regina, Saskatchewan +0.470745 aapg_af_664.html aapg_af_664.html:297:30788:30801 Reno San Angelo, Texas +0.253272 aapg_ah_180.html aapg_ah_180.html:19:2125:2143 Bloomsburg Helderberg +0.25755 cspg_html_2418341010 cspg_html_2418341010:166:20323:20341 Winnipeg Middle Ordovician +0.490941 cspg_html_4177065182 cspg_html_4177065182:1456:80118:80135 Albert New Brunswick, New Jersey +0.470155 cspg_html_4326384800 cspg_html_4326384800:769:106835:106854 Waterways Canada +0.485706 sedimentology_html_9244748069 sedimentology_html_9244748069:1984:122485:122501 Cutler Colorado +0.27089 aapg_ad_696.html aapg_ad_696.html:201:19629:19635 Sparta Shreveport, Louisiana +0.505968 aapg_ac_787.html aapg_ac_787.html:7:237:265 Barnett Texas +0.469116 aapg_ah_416.html aapg_ah_416.html:12:1301:1313 Medicine Hat Milk River, Alberta +0.256 palaios_html_8921418198 palaios_html_8921418198:376:39183:39206 Lincoln Creek Washington (state) +0.477224 geology_html_4491958168 geology_html_4491958168:349:26775:26780 Rapid Africa +0.245364 cspg_html_9522721075 cspg_html_9522721075:77:9425:9432 Windsor Ontario, California +0.48786 cspg_html_7799850124 cspg_html_7799850124:502:56533:56552 Waterways Middle East +0.253492 geology_html_9480340228 geology_html_9480340228:336:28509:28517 Michigan Sudbury, Suffolk +0.24402 aapg_ae_370.html aapg_ae_370.html:72:7966:7981 Pittsburg Bluff Washington (state) +0.253005 aapg_af_639.html aapg_af_639.html:23:2217:2228 Marthaville Zwolle, Louisiana +0.474195 gsa_html_8889234913 gsa_html_8889234913:56:3469:3497 Green River Colorado +0.242985 sedimentology_html_5473237109 sedimentology_html_5473237109:451:33191:33195 Hall London, Ontario +0.28404 aapg_af_579.html aapg_af_579.html:226:24306:24323 Entrada Carmel, Indiana +0.470496 aapg_ai_288.html aapg_ai_288.html:65:11648:11666 San Onofre Breccia Santa Monica Mountains +0.273465 sedimentology_html_2041096405 sedimentology_html_2041096405:312:22992:23005 A-1 Carbonate Guelph +0.26112 AMJC_html_8213961972 AMJC_html_8213961972:434:44139:44155 Wild Bight Tonga +0.25149 geology_html_9642641090 geology_html_9642641090:27:2157:2178 Oxford England +0.484389 jgeology_html_4338425861 jgeology_html_4338425861:59:2527:2536 Extension Antarctica +0.260036 aapg_ae_755.html aapg_ae_755.html:457:48020:48038 Crescent Atlantic Ocean +0.250428 cspg_html_1351473625 cspg_html_1351473625:90:15130:15150 Kananaskis Victoria, British Columbia +0.251968 aapg_ah_98.html aapg_ah_98.html:42:5658:5666 Colorado Denver +0.273465 aapg_ah_448.html aapg_ah_448.html:27:2492:2507 San Miguel Texas +0.258566 cspg_html_5796730780 cspg_html_5796730780:21:2920:2936 Albert Hillsborough, California +0.240099 geology_html_1885095801 geology_html_1885095801:230:21572:21579 Bentley Oslo +0.473445 aapg_ac_333.html aapg_ac_333.html:1232:148189:148199 Nacimiento Kaibab, Arizona +0.8541 aapg_ac_414.html aapg_ac_414.html:41:4988:5003 Loray Logan, Utah +0.48348 jgeology_html_2236057972 jgeology_html_2236057972:126:7256:7264 Columbia Washington (state) +0.492246 aapg_ac_333.html aapg_ac_333.html:765:92716:92730 Yeso Supai, Arizona +0.259578 jgeology_html_1964872752 jgeology_html_1964872752:291:21538:21547 Pensauken Rocky Hill, Connecticut +0.258416 cspg_html_1166788717 cspg_html_1166788717:140:16560:16577 Ireton Lacombe, Alberta +0.455928 aapg_af_733.html aapg_af_733.html:517:74168:74176 Colorado Denver +0.45784 aapg_ae_153.html aapg_ae_153.html:743:92150:92172 Shinarump Conglomerate Logan, Utah +0.256332 cspg_html_9023649778 cspg_html_9023649778:451:47451:47481 Doig Lacombe, Alberta +0.456454 cspg_html_1222040397 cspg_html_1222040397:845:94746:94762 Cassiar Boise, Idaho +0.492412 aapg_ac_749.html aapg_ac_749.html:118:16020:16027 Grimsby Stony Creek Metropark +0.258572 gsa_html_6213751745 gsa_html_6213751745:12:645:662 Bedford Canada +0.359934 aapg_aa_112.html aapg_aa_112.html:318:20234:20250 Amsden Cheyenne, Wyoming +0.262119 cspg_html_5950764790 cspg_html_5950764790:388:44746:44751 Nisku Lacombe, Alberta +0.459696 cspg_html_3447886929 cspg_html_3447886929:1202:114443:114478 La Vieille New Brunswick, New Jersey +0.469396 AMJC_html_7984049819 AMJC_html_7984049819:613:62165:62183 Kittery Fredericton (electoral district) +0.501873 aapg_ad_44.html aapg_ad_44.html:136:14027:14048 Wissahickon Martinsburg, Nebraska +0.495673 aapg_ah_289.html aapg_ah_289.html:555:77689:77707 Monterey California +0.239428 sedimentology_html_2387931271 sedimentology_html_2387931271:571:60046:60052 Oregon California +0.262023 aapg_ac_884.html aapg_ac_884.html:89:9688:9692 Keel Clarita, Oklahoma +0.489765 aapg_ad_148.html aapg_ad_148.html:17:1385:1395 Washington West Coast of the United States +0.49373 aapg_ai_980.html aapg_ai_980.html:916:80261:80267 Midway Cut Bank, Montana +0.460408 aapg_ai_991.html aapg_ai_991.html:52:5563:5572 Salisbury Delaware +0.353626 aapg_ac_967.html aapg_ac_967.html:336:37371:37389 John Day Salem, Oregon +0.456168 cspg_html_5954266359 cspg_html_5954266359:330:44504:44510 Cabano Quebec City +0.237584 gsa_html_1119256423 gsa_html_1119256423:661:61082:61090 Colorado Platte River +0.247416 gsa_html_8128037381 gsa_html_8128037381:578:66199:66207 Columbia Missouri River +0.90898 aapg_ah_430.html aapg_ah_430.html:217:16022:16040 Sundance Cheyenne, Wyoming +0.475136 sedimentology_html_1046729113 sedimentology_html_1046729113:1656:141769:141789 Clearwater CFB Cold Lake +0.48144 aapg_ac_363.html aapg_ac_363.html:53:7109:7115 Sierra Tehachapi, California +0.254701 aapg_ad_43.html aapg_ad_43.html:121:12190:12198 Edmonton Calgary +0.24837 cspg_html_8756009083 cspg_html_8756009083:765:78644:78662 Ramparts McKenzie River +0.258516 aapg_ac_198.html aapg_ac_198.html:10:1566:1582 Eagle Dallas County, Alabama +0.236572 aapg_af_808.html aapg_af_808.html:4:362:380 Scotland Coral reef +0.258516 aapg_af_701.html aapg_af_701.html:140:16347:16359 Huntersville Tioga, Texas +0.2475 cspg_html_7901910248 cspg_html_7901910248:49:6100:6110 Bow Island Lacombe, Alberta +0.255936 aapg_ai_688.html aapg_ai_688.html:131:17036:17051 Rochester Huntington, West Virginia +0.48568 aapg_aa_775.html aapg_aa_775.html:823:89134:89150 Eagle East Texas +0.47634 jgeology_html_6990146451 jgeology_html_6990146451:806:58703:58721 Chemung Acadia +0.273672 aapg_ah_779.html aapg_ah_779.html:467:87939:87947 Catskill East Asia +0.92732 aapg_af_397.html aapg_af_397.html:643:77976:77989 Entrada Entrada Sandstone +0.49852 gsa_html_4298040492 gsa_html_4298040492:78:8902:8910 Columbia Victoria, British Columbia +0.254214 cspg_html_1841843683 cspg_html_1841843683:130:22017:22038 Fernie Alta, Utah +0.503152 aapg_aa_351.html aapg_aa_351.html:110:9758:9769 Platteville Decorah, Iowa +0.4992 AMJC_html_1964550508 AMJC_html_1964550508:551:66447:66472 Waynesboro San Fernando Valley +0.273504 cspg_html_7918236174 cspg_html_7918236174:572:56581:56589 Montreal Quebec City +0.455056 aapg_ad_659.html aapg_ad_659.html:331:47075:47096 Jacobsville Keweenaw Peninsula +0.275094 cspg_html_1019614994 cspg_html_1019614994:277:43858:43876 Exshaw Lacombe, Alberta +0.26979 aapg_ai_504.html aapg_ai_504.html:148:14894:14899 Otter Williston, Vermont +0.203342 aapg_aa_23.html aapg_aa_23.html:942:123117:123132 Interlake Manitoba +0.255936 jgeology_html_2993684179 jgeology_html_2993684179:2052:100446:100459 Santa Barbara California +0.480459 aapg_af_356.html aapg_af_356.html:48:10066:10080 Woodford Oklahoma City +0.273504 cspg_html_5541725202 cspg_html_5541725202:257:36677:36686 Claremont Logan, Utah +0.256036 aapg_ah_487.html aapg_ah_487.html:79:9170:9176 Midway Hangu District (Pakistan) +0.267806 cspg_html_5892153293 cspg_html_5892153293:38:5827:5835 Columbia Victoria, British Columbia +0.359415 jgeology_html_8518380643 jgeology_html_8518380643:77:3226:3252 Entrada Logan, Utah +0.478629 gsa_html_4536101993 gsa_html_4536101993:29:2796:2824 Green River Iran +0.47124 AMJC_html_6341723617 AMJC_html_6341723617:939:79638:79655 Wasatch Cumberland, Maryland +0.24274 cspg_html_9516677253 cspg_html_9516677253:22:2855:2872 Cardium Lacombe, Alberta +0.258028 sedimentology_html_9906287852 sedimentology_html_9906287852:1258:93311:93319 Evanston Logan, Utah +0.257346 aapg_aa_684.html aapg_aa_684.html:102:11349:11377 Chugwater Cheyenne, Wyoming +0.47658 geology_html_9582098988 geology_html_9582098988:246:21893:21897 Fram Eastern Settlement +0.256949 cspg_html_7040486457 cspg_html_7040486457:6:315:335 Stonehouse Bridgetown, Nova Scotia +0.470592 aapg_ai_804.html aapg_ai_804.html:19:3136:3148 Saskatchewan Manitoba +0.489328 cspg_html_3008414459 cspg_html_3008414459:79:11996:12010 Colorado Milk River, Alberta +0.273004 cspg_html_1665574291 cspg_html_1665574291:99:17108:17126 Paskapoo Lacombe, Alberta +0.4959 gsa_html_3648258377 gsa_html_3648258377:386:37483:37507 Merchantville Bass River Township, New Jersey +0.493506 aapg_ac_316.html aapg_ac_316.html:49:6681:6692 Cloud Chief Rush Springs, Oklahoma +0.251472 aapg_ai_196.html aapg_ai_196.html:46:6196:6205 Extension Sergipe +0.259056 gsa_html_4216613284 gsa_html_4216613284:268:31323:31343 North Horn Chinle Formation +0.278759 aapg_ad_871.html aapg_ad_871.html:102:10872:10889 Genshaw Michigan +0.255016 aapg_ae_771.html aapg_ae_771.html:3:161:175 Java Hanover +0.254058 aapg_ae_959.html aapg_ae_959.html:2988:224574:224594 San Andres New Mexico +0.2548 gsa_html_3320600310 gsa_html_3320600310:609:46194:46206 Chinle New Mexico +0.486758 aapg_aa_612.html aapg_aa_612.html:28:3415:3431 Bethel Illinois +0.47196 geology_html_4304054973 geology_html_4304054973:172:13870:13874 Rove Ontario, California +0.466059 palaios_html_3889678675 palaios_html_3889678675:36:4513:4518 Alsea Willapa Bay +0.231474 aapg_aa_269.html aapg_aa_269.html:197:24592:24613 Moorefield Sallisaw, Oklahoma +0.690897 sedimentology_html_9260132433 sedimentology_html_9260132433:649:50268:50285 Revett Boise, Idaho +0.262143 gsa_html_9487992082 gsa_html_9487992082:697:68218:68242 Cedar Mountain Middle East +0.444222 cspg_html_4516258038 cspg_html_4516258038:485:54449:54453 Eids Bathurst Island (Northern Territory) +0.251988 palaios_html_5766254008 palaios_html_5766254008:79:9744:9750 Denver Colorado +0.26208 aapg_aa_918.html aapg_aa_918.html:919:96866:96887 Dog Creek Cheyenne, Wyoming +0.49987 aapg_ai_898.html aapg_ai_898.html:272:31005:31013 Colorado Englewood, New Jersey +0.261112 gsa_html_1931201430 gsa_html_1931201430:430:39993:40002 Eel River Eel River (Indiana) +0.508167 geology_html_8889376634 geology_html_8889376634:202:19059:19076 Juniata Pennsylvania +0.248744 cspg_html_4666332434 cspg_html_4666332434:493:73091:73102 Belly River Lacombe, Alberta +0.266256 sedimentology_html_2418419622 sedimentology_html_2418419622:979:73780:73786 Oregon Manchester, New Hampshire +0.249444 aapg_ad_379.html aapg_ad_379.html:101:9498:9504 Casper Hartville, Missouri +0.47785 cspg_html_1763727002 cspg_html_1763727002:32:5507:5521 Doig Lacombe, Alberta +0.250344 aapg_ah_652.html aapg_ah_652.html:221:29136:29151 Mesaverde New Mexico +0.47975 gsa_html_2717448156 gsa_html_2717448156:1025:104032:104040 Columbia California +0.370552 aapg_ae_627.html aapg_ae_627.html:62:6284:6305 Elko Elko, Nevada +0.26571 aapg_aa_305.html aapg_aa_305.html:41:6417:6435 Kirkwood Kirkwood, Missouri +0.496752 gsa_html_1861017788 gsa_html_1861017788:1167:96612:96640 Green River New Mexico +0.499639 aapg_aa_682.html aapg_aa_682.html:286:29824:29834 Lane Wyandotte, Michigan +0.460299 gsa_html_8971189731 gsa_html_8971189731:909:82387:82397 Santa Cruz California +0.252374 aapg_ae_319.html aapg_ae_319.html:392:31135:31152 Thaynes Vernal, Utah +0.452325 cspg_html_8571955552 cspg_html_8571955552:244:29292:29307 Kayak Great Britain +0.270391 aapg_ac_252.html aapg_ac_252.html:177:17629:17634 Price Logan, Utah +0.495471 cspg_html_3104351736 cspg_html_3104351736:623:74469:74488 Fox Hills Caldwell, New Jersey +0.237654 aapg_af_887.html aapg_af_887.html:74:7375:7387 Belle Plains Wichita, Kansas +0.486604 aapg_af_900.html aapg_af_900.html:42:6260:6278 Reynosa Nueces River +0.2555 gsa_html_4339524478 gsa_html_4339524478:1059:97499:97512 Santa Barbara Boise, Idaho +0.236115 aapg_ae_794.html aapg_ae_794.html:629:70625:70635 Coon Creek Selma to Montgomery marches +0.279832 aapg_ad_947.html aapg_ad_947.html:806:82769:82779 Wind River Uinta Mountains +0.277146 cspg_html_9951421861 cspg_html_9951421861:210:30889:30901 Grand Rapids Clearwater, Florida +0.376745 aapg_ad_2.html aapg_ad_2.html:827:116945:116959 Rome Virginia +0.480568 gsa_html_7193789775 gsa_html_7193789775:452:46747:46752 Price Logan, Utah +0.274551 sedimentology_html_3358647812 sedimentology_html_3358647812:1260:92216:92231 Mesaverde Cheyenne, Wyoming +0.260554 gsa_html_1860930948 gsa_html_1860930948:582:63844:63870 Blackwater Draw Texas +0.260091 gsa_html_5353575718 gsa_html_5353575718:1036:70830:70836 Oxford United Kingdom +0.254178 AMJC_html_4986321644 AMJC_html_4986321644:579:76629:76663 George Sauk Village, Illinois +0.49266 gsa_html_6982030333 gsa_html_6982030333:1399:128184:128197 Santa Barbara Boise, Idaho +0.492264 aapg_ah_528.html aapg_ah_528.html:794:75459:75469 Washington Elko County, Nevada +0.282486 aapg_ai_107.html aapg_ai_107.html:190:19028:19047 Smackover Texas +0.24453 cspg_html_5139035315 cspg_html_5139035315:473:54768:54804 Albert Canada +0.261117 aapg_ac_730.html aapg_ac_730.html:14:1921:1925 Wepo Niobrara, Nebraska +0.713062 cspg_html_4287356899 cspg_html_4287356899:11:1947:1966 Neruokpuk Anchorage, Alaska +0.478296 jgeology_html_6882545802 jgeology_html_6882545802:485:38382:38407 Kope Cincinnati +0.840693 aapg_ad_337.html aapg_ad_337.html:84:8172:8177 Sespe San Joaquin Hills (Laguna Niguel, California) +0.430251 aapg_af_90.html aapg_af_90.html:41:7213:7234 Wood Canyon Death Valley +0.453884 gsa_html_3942625742 gsa_html_3942625742:434:37094:37106 Little River Metro Manila +0.256122 palaios_html_9421803262 palaios_html_9421803262:421:41070:41105 Naco Arizona +0.797268 cspg_html_8818854104 cspg_html_8818854104:68:10430:10445 Gladstone Lacombe, Alberta +0.244528 sedimentology_html_6714245905 sedimentology_html_6714245905:618:47764:47770 Cooper San Francisco +0.267716 jgeology_html_6990146451 jgeology_html_6990146451:172:9967:9981 Shady Dolomite Unicoi, Tennessee +0.468561 geology_html_4658814755 geology_html_4658814755:13:580:588 Virginia Reston, Virginia +0.266752 aapg_af_839.html aapg_af_839.html:96:10781:10789 Traverse Van Buren County, Tennessee +0.487786 aapg_ah_318.html aapg_ah_318.html:169:26330:26346 Olvido Texas +0.272435 cspg_html_4498577775 cspg_html_4498577775:961:78515:78531 Hector Lacombe, Alberta +0.460512 gsa_html_8926423406 gsa_html_8926423406:460:43283:43291 Scotland Sparks, Nevada +0.257424 jgeology_html_3450428494 jgeology_html_3450428494:403:22467:22483 New Haven Arkose Portland, Oregon +0.272586 aapg_ah_370.html aapg_ah_370.html:127:9963:9981 Traverse Michigan +0.24415 aapg_ah_819.html aapg_ah_819.html:15:919:924 Uinta Grand County, Colorado +0.2285 aapg_ah_847.html aapg_ah_847.html:716:66549:66557 Virginia Closter, New Jersey +0.232464 palaios_html_2400971767 palaios_html_2400971767:497:42884:42906 Bluff Bridgetown, Nova Scotia +0.464648 aapg_ai_945.html aapg_ai_945.html:160:20733:20746 Lake Trafford Melbourne, Florida +0.26775 aapg_ac_400.html aapg_ac_400.html:610:61117:61125 Virginia Virginia +0.49248 gsa_html_1119256423 gsa_html_1119256423:1528:127947:127975 Green River Colorado +0.251502 gsa_html_9597147043 gsa_html_9597147043:663:54655:54664 Dezadeash Gravina Island +0.506464 aapg_ad_184.html aapg_ad_184.html:305:41183:41200 Beekmantown Kentucky +0.501723 aapg_ae_416.html aapg_ae_416.html:99:9632:9641 Catahoula Tampa, Florida +0.246973 aapg_af_2.html aapg_af_2.html:16:2178:2197 Leadville San Juan Mountains +0.469299 aapg_ad_153.html aapg_ad_153.html:42:5690:5698 Michigan Illinois +0.26112 geology_html_4860930737 geology_html_4860930737:52:5845:5853 Virginia San Fernando Valley +0.39673 cspg_html_8312989046 cspg_html_8312989046:90:11599:11619 Nilkitkwa Atlantic salmon +0.276612 gsa_html_6117440194 gsa_html_6117440194:1154:105571:105577 Denver Logan, Utah +0.67662 aapg_ah_232.html aapg_ah_232.html:53:6004:6012 Norphlet Escambia County, Florida +0.421675 cspg_html_2498183035 cspg_html_2498183035:83:10511:10521 Swan Hills Swan Hill, Victoria +0.25968 aapg_ac_370.html aapg_ac_370.html:314:27244:27252 Beaufort South African Republic +0.243712 cspg_html_7310162886 cspg_html_7310162886:234:31942:31951 Neruokpuk Spring River (Missouri) +0.240318 gsa_html_6644443634 gsa_html_6644443634:835:74279:74325 Domengine California +0.487786 cspg_html_5241714595 cspg_html_5241714595:221:34407:34425 Duvernay Lacombe, Alberta +0.487786 aapg_aa_684.html aapg_aa_684.html:483:41711:41730 Chugwater John Crow Mountains +0.262108 sedimentology_html_7017470432 sedimentology_html_7017470432:31:2241:2247 Moscow Russia +0.47571 aapg_ac_298.html aapg_ac_298.html:53:4034:4039 Yukon Manitoba +0.250344 aapg_aa_684.html aapg_aa_684.html:199:19517:19524 Thaynes Cheyenne, Wyoming +0.484568 gsa_html_1766933224 gsa_html_1766933224:523:46427:46437 Clearwater Norcross, Georgia +0.489204 aapg_aa_61.html aapg_aa_61.html:107:10907:10924 Tamabra Tampico, Illinois +0.282436 cspg_html_7434089303 cspg_html_7434089303:695:85541:85563 Eureka Sound Ellesmere Island +0.461189 jgeology_html_6016138758 jgeology_html_6016138758:80:4113:4147 Poul Creek Yakutat City and Borough, Alaska +0.266231 gsa_html_7040053075 gsa_html_7040053075:406:42373:42392 Duarte Puente Hills Mall +0.275616 sedimentology_html_6935812806 sedimentology_html_6935812806:1160:81813:81833 Clearwater Lacombe, Alberta +0.501278 aapg_ai_966.html aapg_ai_966.html:534:48743:48758 Davis Texas +0.25806 sedimentology_html_5843972010 sedimentology_html_5843972010:395:37402:37406 Hall London, Ontario +0.26429 aapg_ai_154.html aapg_ai_154.html:83:9661:9669 Virginia Kentucky +0.453992 geology_html_8283566786 geology_html_8283566786:202:19010:19016 Denver Colorado +0.25296 aapg_ai_756.html aapg_ai_756.html:10:1182:1195 Cotton Valley East Texas +0.259045 aapg_af_974.html aapg_af_974.html:99:11563:11577 Frio Brazoria County, Texas +0.22372 aapg_ai_158.html aapg_ai_158.html:124:13194:13205 Trout River Liard River, British Columbia +0.497555 jgeology_html_6388378441 jgeology_html_6388378441:79:3373:3388 Berino New Mexico +0.477152 aapg_ah_447.html aapg_ah_447.html:160:19243:19250 Reynosa Oakville, California +0.504981 aapg_ae_330.html aapg_ae_330.html:24:3597:3609 Salina Ohio +0.479552 aapg_ai_1.html aapg_ai_1.html:303:26923:26940 Paradox San Juan Mountains +0.499275 cspg_html_9768299963 cspg_html_9768299963:346:34675:34693 Dunvegan Lacombe, Alberta +0.489915 gsa_html_3445493534 gsa_html_3445493534:583:65189:65217 Drakes California +0.486664 cspg_html_8568877195 cspg_html_8568877195:362:59102:59119 Belly River Regina, Saskatchewan +0.406908 cspg_html_4298557570 cspg_html_4298557570:628:62310:62327 Bearpaw Lacombe, Alberta +0.230399 aapg_aa_298.html aapg_aa_298.html:695:91021:91034 Madison Cheyenne, Wyoming +0.257839 AMJC_html_5722410163 AMJC_html_5722410163:674:64705:64711 Oregon Reno, Nevada +0.263652 AMJC_html_6605473820 AMJC_html_6605473820:12:585:593 Richland Washington (state) +0.462704 sedimentology_html_1316480537 sedimentology_html_1316480537:1271:79856:79861 Stark Republic of China +0.26471 cspg_html_1274054064 cspg_html_1274054064:689:80453:80466 Turner Valley Lacombe, Alberta +0.26565 aapg_ah_427.html aapg_ah_427.html:388:51762:51778 Boggy McAlester, Oklahoma +0.492531 cspg_html_6306091047 cspg_html_6306091047:553:75960:75968 Columbia Victoria, British Columbia +0.376992 aapg_ad_431.html aapg_ad_431.html:39:3794:3799 Eutaw Alabama +0.504243 sedimentology_html_9973432841 sedimentology_html_9973432841:1291:91644:91661 Cardium Lacombe, Alberta +0.26182 aapg_ad_855.html aapg_ad_855.html:181:17504:17517 Nacatoch Navarro County, Texas +0.479304 cspg_html_1814004928 cspg_html_1814004928:699:70089:70105 Debolt Canada +0.922098 cspg_html_9683836416 cspg_html_9683836416:534:76143:76164 Milk River Lacombe, Alberta +0.259931 geology_html_6254924018 geology_html_6254924018:267:25296:25303 Laramie Cheyenne, Wyoming +0.4794 aapg_ae_959.html aapg_ae_959.html:1535:111961:111977 Whitehorse Nashville Basin +0.436213 cspg_html_3762708087 cspg_html_3762708087:35:4693:4709 Viking Lacombe, Alberta +0.269748 cspg_html_8057060038 cspg_html_8057060038:236:28558:28565 Cassiar Victoria, British Columbia +0.455056 aapg_ae_103.html aapg_ae_103.html:951:78225:78242 Nariva Brighton, Michigan +0.246512 jgeology_html_1740511298 jgeology_html_1740511298:554:40059:40068 Partridge Littleton, Colorado +0.265216 aapg_af_308.html aapg_af_308.html:367:42257:42266 Tuscarora Salina, Kansas +0.262546 palaios_html_6676788300 palaios_html_6676788300:118:16236:16253 Moscow Skaneateles (village), New York +0.246685 sedimentology_html_4089685201 sedimentology_html_4089685201:87:8606:8614 Beaumont Pyrenees +0.241362 aapg_ac_473.html aapg_ac_473.html:614:69724:69742 Tensleep Cheyenne, Wyoming +0.262644 gsa_html_4891459463 gsa_html_4891459463:1172:111137:111145 Rockwell Santa Rosa Island, Florida +0.254976 gsa_html_5664265459 gsa_html_5664265459:388:37700:37707 Juntura Riverside, California +0.465115 cspg_html_6702053097 cspg_html_6702053097:702:77657:77698 Laurentian Bennington, Vermont +0.491202 sedimentology_html_7482146728 sedimentology_html_7482146728:362:43479:43487 Columbia Sacramento, California +0.488529 gsa_html_1119256423 gsa_html_1119256423:557:49559:49576 White River Peoria, Illinois +0.253967 cspg_html_8818854104 cspg_html_8818854104:286:35430:35438 Columbia Victoria, British Columbia +0.489528 aapg_ai_31.html aapg_ai_31.html:3:199:218 Catahoula Shreveport, Louisiana +0.506232 gsa_html_4169081385 gsa_html_4169081385:326:30862:30872 Kern River Israeli West Bank barrier +0.409775 aapg_ae_715.html aapg_ae_715.html:953:114160:114174 Frio Texas +0.491384 aapg_ad_757.html aapg_ad_757.html:275:34058:34071 Spechts Ferry Iowa +0.283008 aapg_ad_167.html aapg_ad_167.html:72:11238:11267 Brassfield Richmond, California +0.257013 sedimentology_html_8923738088 sedimentology_html_8923738088:2055:106692:106698 Antler Arctic Cordillera +0.509 gsa_html_5414039676 gsa_html_5414039676:428:37562:37590 Green River Colorado +0.270399 aapg_ac_696.html aapg_ac_696.html:485:54097:54115 Palliser Lacombe, Alberta +0.376747 aapg_ad_440.html aapg_ad_440.html:319:30726:30731 Price Huntington, West Virginia +0.264654 sedimentology_html_7724789034 sedimentology_html_7724789034:1346:104698:104717 Alexandra Canada +0.263682 aapg_ac_148.html aapg_ac_148.html:27:5279:5297 Anacacho Texas +0.460544 aapg_ai_81.html aapg_ai_81.html:66:6681:6694 Trimmers Rock Wellsburg, West Virginia +0.25792 sedimentology_html_8561350553 sedimentology_html_8561350553:341:33191:33228 Gibraltar Gibraltar +0.494656 aapg_ad_940.html aapg_ad_940.html:21:2272:2306 Newcastle Cheyenne, Wyoming +0.25168 aapg_ae_613.html aapg_ae_613.html:427:47700:47704 Kent Kingdom of Great Britain +0.247988 aapg_ae_909.html aapg_ae_909.html:3:461:477 Uscari Caribbean +0.456966 cspg_html_7799850124 cspg_html_7799850124:317:37594:37609 Nisku Cripple Creek, Colorado +0.48719 cspg_html_9735723617 cspg_html_9735723617:2388:202943:202964 Hardinsburg Illinois +0.4794 aapg_ad_871.html aapg_ad_871.html:24:2838:2846 Michigan Cheboygan County, Michigan +0.49035 aapg_ah_678.html aapg_ah_678.html:596:74310:74314 Frio Texas +0.508791 aapg_ah_619.html aapg_ah_619.html:37:5008:5014 Dakota Benton, Arkansas +0.49824 gsa_html_6627974776 gsa_html_6627974776:821:63211:63219 Bachelor Ohio +0.26265 aapg_ae_296.html aapg_ae_296.html:43:5086:5091 Queen Delaware +0.471903 sedimentology_html_6479296799 sedimentology_html_6479296799:666:40801:40811 Pittsburgh Ohio +0.47672 gsa_html_2729737430 gsa_html_2729737430:587:60764:60780 Colter Signal Mountain (Wyoming) +0.2704 aapg_aa_537.html aapg_aa_537.html:628:74197:74203 Wilcox Okmulgee, Oklahoma +0.467811 aapg_ad_784.html aapg_ad_784.html:211:24651:24656 Sespe Ojai, California +0.257033 aapg_ah_167.html aapg_ah_167.html:112:13433:13438 Wonah Garden City, New York +0.25792 aapg_ae_280.html aapg_ae_280.html:57:6542:6551 Whirlpool Lewiston, Idaho +0.497721 aapg_aa_1.html aapg_aa_1.html:233:25294:25313 Knoxville California +0.252909 aapg_ai_575.html aapg_ai_575.html:17:2456:2464 Loveland Colorado +0.648538 aapg_ac_333.html aapg_ac_333.html:1722:176620:176628 Toroweap Logan, Utah +0.501994 aapg_aa_415.html aapg_aa_415.html:305:44236:44255 Escondido Texas +0.495876 aapg_ai_561.html aapg_ai_561.html:74:6089:6109 Cotton Valley Greenwood, South Carolina +0.25137 gsa_html_5865982995 gsa_html_5865982995:730:82057:82064 Challis Absaroka +0.494252 aapg_ad_450.html aapg_ad_450.html:64:5726:5733 Yucatan Melbourne, Florida +0.223962 geology_html_8954266626 geology_html_8954266626:53:3669:3679 Basal Crete +0.256386 cspg_html_4364132564 cspg_html_4364132564:60:8244:8273 Vanguard Middle East +0.486664 aapg_af_248.html aapg_af_248.html:111:9680:9686 Midway Texas +0.372753 aapg_ae_243.html aapg_ae_243.html:77:6144:6150 Blaine Texas +0.272986 aapg_ah_536.html aapg_ah_536.html:403:52992:53001 Red River Brazos River +0.255936 aapg_ac_151.html aapg_ac_151.html:22:4049:4053 Frio Texas +0.503412 palaios_html_1249829497 palaios_html_1249829497:668:58103:58119 Ripley Alabama +0.258048 aapg_ae_958.html aapg_ae_958.html:1814:156343:156361 Carlsbad Carlsbad, New Mexico +0.718828 aapg_af_544.html aapg_af_544.html:212:24925:24937 Grass Valley Reno, Nevada +0.260091 cspg_html_1166788717 cspg_html_1166788717:194:25271:25289 Palliser Nassau, Bahamas +0.470408 cspg_html_9275863663 cspg_html_9275863663:119:17422:17441 Waterways Lacombe, Alberta +0.454905 cspg_html_2284073413 cspg_html_2284073413:15:2024:2033 Athabasca Clearwater, Florida +0.478856 jgeology_html_4704494742 jgeology_html_4704494742:77:3755:3763 Colorado Colorado +0.484939 aapg_aa_712.html aapg_aa_712.html:16:2939:2947 Glenwood Glenwood, Utah +0.19546 aapg_ah_619.html aapg_ah_619.html:169:16743:16759 Dakota Denver +0.2475 cspg_html_1611261412 cspg_html_1611261412:683:86449:86459 Pine Point Hay River (Canada) +0.263682 cspg_html_2498183035 cspg_html_2498183035:186:21398:21408 Swan Hills Swan Hill, Victoria +0.476215 AMJC_html_9378277780 AMJC_html_9378277780:1239:102581:102591 Washington California +0.252813 geology_html_1573138807 geology_html_1573138807:21:1935:1957 Harebell Cheyenne, Wyoming +0.501553 aapg_aa_706.html aapg_aa_706.html:64:7228:7247 La Quinta Venezuela +0.23641 aapg_ac_9.html aapg_ac_9.html:395:37030:37038 Michigan Detroit River International Wildlife Refuge +0.4794 cspg_html_7483574191 cspg_html_7483574191:450:60369:60377 Columbia Victoria, British Columbia +0.470782 aapg_ai_287.html aapg_ai_287.html:115:13962:13977 Catalina Schist Santa Cruz Island +0.48896 cspg_html_8637177176 cspg_html_8637177176:188:26185:26203 Lea Park Lacombe, Alberta +0.49104 aapg_ah_646.html aapg_ah_646.html:359:42939:42956 Wingate Arizona +0.500511 aapg_ac_730.html aapg_ac_730.html:223:31370:31378 Colorado Mancos, Colorado +0.259072 cspg_html_2882304151 cspg_html_2882304151:89:17604:17617 Mountain Park Mountain Park (Holyoke, Massachusetts) +0.268288 cspg_html_2083823293 cspg_html_2083823293:475:51671:51690 Morrissey Moose Mountain (Alberta) +0.473285 aapg_ai_255.html aapg_ai_255.html:504:73548:73554 Guelph Bloomington, Indiana +0.50668 aapg_ac_19.html aapg_ac_19.html:19:1915:1934 Smackover Columbia Country +0.252973 cspg_html_4666332434 cspg_html_4666332434:649:82127:82149 Judith River Canada +0.51688 gsa_html_7152165521 gsa_html_7152165521:867:69811:69839 Green River Colorado +0.252813 cspg_html_2954223000 cspg_html_2954223000:1375:170175:170180 Weeks Peru, Indiana +0.441835 aapg_ae_135.html aapg_ae_135.html:57:5029:5036 Edwards Rodessa, Louisiana +0.488413 cspg_html_9069886621 cspg_html_9069886621:183:15621:15641 Stuart Bathurst Island (Northern Territory) +0.24276 sedimentology_html_8364351073 sedimentology_html_8364351073:1124:94405:94410 Keele Keele +0.486504 cspg_html_6252417471 cspg_html_6252417471:51:8273:8291 Beaufort Middle East +0.259578 aapg_ad_683.html aapg_ad_683.html:488:49045:49058 Abo Kaibab, Arizona +0.4395 aapg_ah_534.html aapg_ah_534.html:126:9753:9772 Schoharie Esopus Creek +0.25857 aapg_ac_363.html aapg_ac_363.html:72:8964:8978 Tejon Bakersfield, California +0.233984 cspg_html_2113617629 cspg_html_2113617629:933:101063:101079 Viking Lacombe, Alberta +0.492143 aapg_af_397.html aapg_af_397.html:276:33695:33707 Entrada Entrada Sandstone +0.266207 aapg_ae_448.html aapg_ae_448.html:130:14663:14669 Paluxy Rodessa, Louisiana +0.483616 aapg_ac_246.html aapg_ac_246.html:726:70553:70573 Bow Island Bow Island Airport +0.500325 aapg_ai_980.html aapg_ai_980.html:687:61252:61257 Swift Cut Bank, Montana +0.49632 aapg_ah_506.html aapg_ah_506.html:15:2032:2057 Traverse Michigan +0.882618 aapg_ac_807.html aapg_ac_807.html:484:49123:49140 Matawan Matawan, New Jersey +0.496837 palaios_html_9127387632 palaios_html_9127387632:719:65723:65754 Kope Kentucky +0.262654 cspg_html_5960210762 cspg_html_5960210762:391:38321:38351 Doig Victoria, British Columbia +0.251496 aapg_ae_958.html aapg_ae_958.html:1733:151019:151035 Whitehorse Carlsbad, New Mexico +0.480624 cspg_html_3762708087 cspg_html_3762708087:360:48379:48384 Tuktu Victoria, British Columbia +0.255972 AMJC_html_4299960498 AMJC_html_4299960498:882:98003:98009 Oregon Washington (state) +0.505296 aapg_ai_136.html aapg_ai_136.html:149:10909:10916 Hosston Athens, Georgia +0.259077 gsa_html_5928791685 gsa_html_5928791685:868:70644:70660 Blackstone Cambridge, Massachusetts +0.259045 aapg_ac_953.html aapg_ac_953.html:3:174:218 Miccosukee Melbourne, Florida +0.50128 gsa_html_1538083661 gsa_html_1538083661:31:2128:2138 Washington Salem, Oregon +0.256027 aapg_ac_65.html aapg_ac_65.html:189:17857:17874 Minturn Colorado +0.257972 aapg_af_453.html aapg_af_453.html:44:5841:5861 Fort Union Wasatch Range +0.520744 aapg_ah_141.html aapg_ah_141.html:179:14418:14434 Dakota San Juan, Argentina +0.24941 geology_html_2835786525 geology_html_2835786525:11:530:536 Oregon Newport, Rhode Island +0.24644 geology_html_1719839605 geology_html_1719839605:82:10245:10251 Sonora Reno, Nevada +0.482092 cspg_html_7028413504 cspg_html_7028413504:253:34118:34124 Exshaw Lacombe, Alberta +0.269538 gsa_html_6457388516 gsa_html_6457388516:188:15529:15535 Oregon Washington (state) +0.253492 cspg_html_2609399659 cspg_html_2609399659:66:8253:8264 Grand Forks Queenstown, New Zealand +0.24794 cspg_html_1993014403 cspg_html_1993014403:57:7254:7272 Kootenai Cut Bank, Montana +0.27144 cspg_html_7994114775 cspg_html_7994114775:13:1288:1310 Logan Cohasset, Massachusetts +0.242985 cspg_html_4659384530 cspg_html_4659384530:23:3152:3162 Pine Point Great Slave Lake +0.259077 palaios_html_6757540995 palaios_html_6757540995:712:60382:60402 Pit Germany +0.26416 aapg_ae_324.html aapg_ae_324.html:525:53217:53225 Virginia Newcastle, New South Wales +0.249991 aapg_af_624.html aapg_af_624.html:121:9100:9108 Tensleep Carbon County, Wyoming +0.254508 aapg_ae_992.html aapg_ae_992.html:616:54376:54385 Chugwater Cheyenne, Wyoming +0.50496 aapg_aa_740.html aapg_aa_740.html:35:3971:3986 Darby Boise, Idaho +0.257 aapg_af_244.html aapg_af_244.html:67:6953:6963 San Felipe Matamoros, Tamaulipas +0.237384 aapg_ae_605.html aapg_ae_605.html:522:57492:57504 Salina Bloomington, Indiana +0.375747 cspg_html_9987144175 cspg_html_9987144175:248:33217:33239 Eureka Sound Bylot Island Migratory Bird Sanctuary +0.258064 aapg_aa_685.html aapg_aa_685.html:504:44331:44340 Flagstaff Logan, Utah +0.268308 cspg_html_9912281240 cspg_html_9912281240:99:13398:13419 Belly River Lacombe, Alberta +0.242176 gsa_html_8840132442 gsa_html_8840132442:510:56169:56177 Columbia Victoria, British Columbia +0.484632 aapg_aa_590.html aapg_aa_590.html:82:9897:9913 Yucatan Campeche, Campeche +0.478353 aapg_ah_835.html aapg_ah_835.html:14:2986:2992 Midway Lake Bonneville +0.460149 jgeology_html_6990146451 jgeology_html_6990146451:363:24631:24641 Laurentian North Carolina +0.25347 aapg_ac_531.html aapg_ac_531.html:519:50997:51028 Madison Cheyenne, Wyoming +0.479632 aapg_ac_841.html aapg_ac_841.html:523:59604:59609 Jagua Victoria, British Columbia +0.252753 geology_html_9923059368 geology_html_9923059368:178:16144:16154 Copenhagen Denmark +0.46629 aapg_ah_920.html aapg_ah_920.html:131:21333:21348 Viola Seward County, Nebraska +0.253272 gsa_html_2152804570 gsa_html_2152804570:12:443:451 Virginia Reston, Virginia +0.243828 geology_html_8686255478 geology_html_8686255478:133:16663:16673 Stillwater Russia +0.26059 palaios_html_9935872947 palaios_html_9935872947:300:27042:27066 Cold Lake Lacombe, Alberta +0.26923 aapg_ad_143.html aapg_ad_143.html:62:5432:5459 Dakota Greybull, Wyoming +0.237524 geology_html_3569468635 geology_html_3569468635:248:27253:27259 Brazil Earth +0.245935 cspg_html_1732329534 cspg_html_1732329534:358:39358:39371 Paskapoo Lacombe, Alberta +0.25376 cspg_html_4269071742 cspg_html_4269071742:62:6897:6914 Bridger Cheyenne, Wyoming +0.270396 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40639:40656 Magothy Potomac, Maryland +0.486983 gsa_html_4085762401 gsa_html_4085762401:25:704:714 San Felipe Texas +0.468174 gsa_html_1662492421 gsa_html_1662492421:14:608:616 Colorado Denver +0.248997 jgeology_html_6990146451 jgeology_html_6990146451:166:9353:9379 Robertson Blue Ridge Mountains +0.4914 aapg_ah_27.html aapg_ah_27.html:380:58678:58696 Barnett Fort Worth, Texas +0.302064 cspg_html_4860363565 cspg_html_4860363565:27:3740:3782 Winnipegosis Regina, Saskatchewan +0.25529 aapg_ad_660.html aapg_ad_660.html:397:51557:51579 Seven Rivers Guadalupe Mountains National Park +0.49408 cspg_html_2419618566 cspg_html_2419618566:50:9776:9782 Antler Western world +0.267145 cspg_html_1662483356 cspg_html_1662483356:347:35092:35100 Columbia Victoria, British Columbia +0.243955 geology_html_1786422255 geology_html_1786422255:14:659:665 Reston Virginia +0.24786 geology_html_9479757031 geology_html_9479757031:258:25504:25514 Washington Boise, Idaho +0.79182 aapg_ah_276.html aapg_ah_276.html:341:32712:32730 Monterey California +0.243936 AMJC_html_5969956211 AMJC_html_5969956211:1144:154379:154387 Caldwell Beaumont, Texas +0.259875 gsa_html_4216613284 gsa_html_4216613284:148:17583:17589 Hermit Mancos, Colorado +0.250458 aapg_ac_925.html aapg_ac_925.html:72:10978:10987 Hornbrook Hornbrook, California +0.481535 geology_html_5649632700 geology_html_5649632700:49:5069:5077 Aguacate Cordillera Administrative Region +0.289444 aapg_ae_153.html aapg_ae_153.html:12:2123:2136 Bearpaw Clark County, Indiana +0.79645 cspg_html_7779401416 cspg_html_7779401416:6:402:411 Rochester Guelph +0.467818 aapg_af_854.html aapg_af_854.html:106:14598:14608 Kinderhook Meramec River +0.46906 aapg_ah_118.html aapg_ah_118.html:47:4273:4280 Kanawha Logan, Utah +0.256011 aapg_ai_249.html aapg_ai_249.html:762:100091:100108 Esquias Honduras +0.25008 aapg_ae_904.html aapg_ae_904.html:323:33813:33822 Spearfish Spearfish, South Dakota +0.48285 aapg_af_631.html aapg_af_631.html:139:12734:12751 Tecovas Santa Rosa, California +0.258482 gsa_html_3860045860 gsa_html_3860045860:978:94176:94182 Oregon Washington (state) +0.269345 aapg_ae_324.html aapg_ae_324.html:274:27710:27719 Blackford Knoxville, Tennessee +0.111672 aapg_ad_567.html aapg_ad_567.html:168:30651:30662 Mowry Powder River Basin +0.246909 aapg_ad_943.html aapg_ad_943.html:223:24895:24908 Souris Valley Regina, Saskatchewan +0.262236 aapg_ac_924.html aapg_ac_924.html:430:45955:45968 Madison Logan, Utah +0.481824 cspg_html_6274889925 cspg_html_6274889925:39:4518:4530 Saskatchewan Lacombe, Alberta +0.250444 aapg_ah_60.html aapg_ah_60.html:140:12647:12667 Chickaloon Kenai, Alaska +0.48945 gsa_html_8398449001 gsa_html_8398449001:726:62314:62324 Bear River Bear Lake, Michigan +0.452848 cspg_html_3008414459 cspg_html_3008414459:512:61543:61563 Milk River Canada +0.4921 jgeology_html_6276246841 jgeology_html_6276246841:114:7721:7728 Waikato Lake Taupo +0.450368 aapg_ai_484.html aapg_ai_484.html:54:5763:5773 Mill Creek Ardmore, Pennsylvania +0.45974 cspg_html_2796643803 cspg_html_2796643803:758:80332:80346 Winnipeg Regina, Saskatchewan +0.852642 aapg_ac_787.html aapg_ac_787.html:7:438:451 Barnett The Woodlands, Texas +0.495645 cspg_html_2769629211 cspg_html_2769629211:651:69197:69206 Mackenzie Root River (Wisconsin) +0.476215 gsa_html_2385270880 gsa_html_2385270880:1020:103923:103941 Washington Seattle +0.483383 geology_html_9479757031 geology_html_9479757031:243:24862:24868 Oregon Washington (state) +0.25392 aapg_ac_881.html aapg_ac_881.html:608:72294:72312 Winnipeg Winnipeg +0.47022 cspg_html_3762708087 cspg_html_3762708087:330:44244:44260 Viking Lacombe, Alberta +0.259056 aapg_ah_3.html aapg_ah_3.html:449:57568:57586 Palliser Williston, Vermont +0.259458 aapg_ad_946.html aapg_ad_946.html:68:8144:8162 Bedford Absaroka +0.9063 cspg_html_8928894270 cspg_html_8928894270:377:51274:51289 Nisku Central Alberta +0.260428 aapg_ah_965.html aapg_ah_965.html:102:13316:13323 Lagarto Oakville, California +0.2574 palaios_html_2221534395 palaios_html_2221534395:75:11147:11151 Kope Netherlands +0.48603 gsa_html_4424552172 gsa_html_4424552172:724:55283:55311 Green River Colorado +0.255518 aapg_ai_584.html aapg_ai_584.html:883:93897:93905 Tensleep Cheyenne, Wyoming +0.25026 cspg_html_4176605708 cspg_html_4176605708:310:29975:29996 Fish Scales Lacombe, Alberta +0.487113 cspg_html_4624186528 cspg_html_4624186528:91:15153:15159 Sustut Victoria, British Columbia +0.576266 aapg_ad_184.html aapg_ad_184.html:300:40363:40377 Chazy Ohio +0.250601 aapg_ai_150.html aapg_ai_150.html:264:26943:26959 Shunda Meramec River +0.269874 cspg_html_7994114775 cspg_html_7994114775:281:41412:41419 Mohawk Logan Canyon +0.246302 aapg_af_318.html aapg_af_318.html:186:20241:20261 Clearwater Fort McMurray +0.243636 aapg_ac_720.html aapg_ac_720.html:53:7027:7035 Navesink Closter, New Jersey +0.50496 gsa_html_4695276845 gsa_html_4695276845:232:26524:26542 Stirling Reno, Nevada +0.478406 gsa_html_1727503504 gsa_html_1727503504:297:34779:34786 Madison Canada +0.260051 geology_html_5047080688 geology_html_5047080688:13:512:518 Denver Colorado +0.25532 cspg_html_8662646956 cspg_html_8662646956:814:105270:105280 Trout Lake Western world +0.445094 palaios_html_6100595217 palaios_html_6100595217:62:6414:6426 Gosport Sand Alabama +0.265144 aapg_af_628.html aapg_af_628.html:181:17801:17822 Paint Creek Bethel, Alaska +0.2505 aapg_ae_415.html aapg_ae_415.html:708:87753:87768 Byram Mississippi River +0.252973 aapg_af_264.html aapg_af_264.html:93:13526:13537 Peace River CFB Cold Lake +0.24192 gsa_html_5189008413 gsa_html_5189008413:85:6333:6339 Sonora Sonora +0.253967 jgeology_html_2964058232 jgeology_html_2964058232:673:55782:55788 Ludlow Gotland +0.2376 cspg_html_2625728726 cspg_html_2625728726:776:80832:80844 Granite Wash Lacombe, Alberta +0.46835 aapg_ae_959.html aapg_ae_959.html:2146:153721:153732 Cloud Chief West Texas +0.505393 aapg_ae_905.html aapg_ae_905.html:137:13924:13931 Bedford Missouri River +0.253791 aapg_ah_289.html aapg_ah_289.html:462:61664:61682 Monterey San Joaquin River +0.26312 aapg_ai_86.html aapg_ai_86.html:139:14791:14799 Imperial Canada +0.263088 gsa_html_2989317971 gsa_html_2989317971:579:60702:60724 Sucker Creek Boise River +0.247494 cspg_html_6255491344 cspg_html_6255491344:259:38114:38128 Kootenay Victoria, British Columbia +0.256032 geology_html_4393438384 geology_html_4393438384:219:22332:22337 Gates Virginia +0.259584 aapg_ae_876.html aapg_ae_876.html:817:88196:88224 Cedar Mountain Cedar Mountains +0.46593 aapg_ad_996.html aapg_ad_996.html:53:5463:5470 Paradox Montezuma County, Colorado +0.479457 gsa_html_4719798013 gsa_html_4719798013:502:49927:49937 Las Cruces Gile +0.238797 aapg_ah_801.html aapg_ah_801.html:197:14980:14996 Dutch Creek Wayne County, Michigan +0.516446 aapg_ae_519.html aapg_ae_519.html:314:34748:34754 Pocono Chemung, New York +0.255528 aapg_af_575.html aapg_af_575.html:1218:175006:175029 Cotton Valley Middle East +0.459828 cspg_html_3772380029 cspg_html_3772380029:515:65315:65338 Caution Creek Manitoba +0.908205 aapg_af_915.html aapg_af_915.html:37:3855:3874 Bearpaw Calgary +0.83762 aapg_ah_979.html aapg_ah_979.html:44:4712:4720 Beaumont Beaumont, Texas +0.254881 gsa_html_7151930388 gsa_html_7151930388:1154:91012:91022 Las Cruces Mexico +0.49192 cspg_html_2524771621 cspg_html_2524771621:5:266:282 Viking Lacombe, Alberta +0.277876 aapg_aa_99.html aapg_aa_99.html:23:2455:2472 Guelph Salina, Kansas +0.239979 cspg_html_3277684928 cspg_html_3277684928:39:8148:8163 Bluff Cayman Islands +0.270375 palaios_html_2621173808 palaios_html_2621173808:360:39593:39601 Columbia Victoria, British Columbia +0.263025 AMJC_html_8866429777 AMJC_html_8866429777:144:18465:18484 Conasauga Gadsden, Alabama +0.249194 aapg_ah_94.html aapg_ah_94.html:159:17088:17108 Fort Union Cheyenne, Wyoming +0.446512 cspg_html_9951421861 cspg_html_9951421861:163:24701:24713 Grand Rapids Clearwater, Florida +0.267424 aapg_ad_975.html aapg_ad_975.html:3:199:204 Slope Mexico +0.2605 aapg_af_654.html aapg_af_654.html:208:18762:18783 Shoal River Shreveport, Louisiana +0.263133 aapg_ah_628.html aapg_ah_628.html:72:7992:8000 Colorado Walsenburg, Colorado +0.37814 cspg_html_3335435176 cspg_html_3335435176:369:33537:33553 New Haven Arkose Hartford, Connecticut +0.259518 cspg_html_9683836416 cspg_html_9683836416:504:74185:74202 Belly River Lacombe, Alberta +0.495208 cspg_html_6383234409 cspg_html_6383234409:457:46519:46539 Bird Fiord Western world +0.252784 aapg_af_97.html aapg_af_97.html:62:6990:7009 Dillsboro Ripley County, Missouri +0.276595 aapg_ac_741.html aapg_ac_741.html:20:3252:3264 Pierre Sharon Springs, Kansas +0.48024 palaios_html_4875582819 palaios_html_4875582819:434:46236:46256 Hell Creek Northern Great Plain +0.270156 aapg_ac_206.html aapg_ac_206.html:11:1283:1295 Salina Lockport (city), New York +0.480293 aapg_ae_181.html aapg_ae_181.html:211:30912:30931 Blufftown Chattahoochee County, Georgia +0.24531 cspg_html_7457399958 cspg_html_7457399958:119:16544:16563 Bay Fiord Melville Island (Canada) +0.231357 aapg_ah_527.html aapg_ah_527.html:77:9381:9394 Lone Mountain Reno, Nevada +0.26563 aapg_af_461.html aapg_af_461.html:181:16704:16723 Detroit River Lake Michigan +0.4675 aapg_ad_351.html aapg_ad_351.html:676:57751:57773 Reeds Spring Burlington, Ontario +0.849444 aapg_ah_165.html aapg_ah_165.html:365:43606:43626 Bow Island Lacombe, Alberta +0.244024 aapg_ai_584.html aapg_ai_584.html:98:10437:10454 Madison Cheyenne, Wyoming +0.26536 aapg_af_263.html aapg_af_263.html:153:19231:19241 Otto Fiord Ellesmere Island +0.382768 gsa_html_5293445820 gsa_html_5293445820:903:96485:96495 Wood River Salcha River +0.26037 aapg_ah_456.html aapg_ah_456.html:169:23488:23503 Chazy Manitoulin Island +0.493885 geology_html_2969292187 geology_html_2969292187:252:24345:24353 Michigan Pakistan +0.494334 aapg_ae_484.html aapg_ae_484.html:212:22834:22840 Denver Colorado +0.481418 aapg_ae_828.html aapg_ae_828.html:205:15512:15519 Hanover Jackson County, Missouri +0.251472 aapg_aa_448.html aapg_aa_448.html:80:12427:12447 Missisauga Logan, Utah +0.49518 aapg_ac_380.html aapg_ac_380.html:179:22364:22370 Esopus Onondaga (tribe) +0.262416 aapg_aa_761.html aapg_aa_761.html:643:84509:84532 Kuparuk Anchorage, Alaska +0.245214 AMJC_html_2403907797 AMJC_html_2403907797:586:63329:63339 Washington Seattle +0.25143 cspg_html_4385655879 cspg_html_4385655879:55:7714:7731 Wabamun Western world +0.438746 aapg_aa_684.html aapg_aa_684.html:54:6548:6557 Chugwater John Crow Mountains +0.241482 aapg_ad_466.html aapg_ad_466.html:1368:145689:145702 Potomac Closter, New Jersey +0.272468 aapg_ai_595.html aapg_ai_595.html:139:11217:11225 Woodbine Paluxy, Texas +0.258462 cspg_html_7086880709 cspg_html_7086880709:329:43112:43132 Pine Point Buffalo National River +0.255987 cspg_html_9689514766 cspg_html_9689514766:719:86153:86169 Nepean Ontario, California +0.265221 cspg_html_8915218033 cspg_html_8915218033:28:4682:4690 Columbia Elk River, Minnesota +0.501704 aapg_ah_779.html aapg_ah_779.html:437:82351:82369 Coeymans Helderberg +0.253916 cspg_html_4326384800 cspg_html_4326384800:1277:189667:189681 Woodbend Lacombe, Alberta +0.248952 aapg_af_666.html aapg_af_666.html:471:39896:39903 Wasatch Wasatch Range +0.272934 palaios_html_1249829497 palaios_html_1249829497:12:616:622 Auburn Alabama +0.550368 aapg_ah_427.html aapg_ah_427.html:243:32061:32079 Parkwood Alabama +0.248994 cspg_html_9768299963 cspg_html_9768299963:48:5621:5637 Battle Lacombe, Alberta +0.247296 aapg_ai_939.html aapg_ai_939.html:183:28570:28579 Sheffield Sheffield station +0.274575 sedimentology_html_1358721859 sedimentology_html_1358721859:1428:89245:89253 Columbia Orinoco +0.492336 aapg_ae_324.html aapg_ae_324.html:524:53100:53108 Virginia Newcastle, New South Wales +0.516446 aapg_ad_39.html aapg_ad_39.html:23:1836:1842 Sabine Shreveport, Louisiana +0.263592 aapg_ae_307.html aapg_ae_307.html:4:756:773 Ogallala Pecos River +0.4848 palaios_html_1574666570 palaios_html_1574666570:12:564:572 Michigan Michigan +0.491454 geology_html_9889606219 geology_html_9889606219:12:546:554 Virginia Reston, Virginia +0.252888 gsa_html_7199417381 gsa_html_7199417381:13:565:571 Denver Colorado +0.255024 aapg_ad_401.html aapg_ad_401.html:174:12763:12778 Lance Fort Union Trading Post National Historic Site +0.254478 sedimentology_html_1345433606 sedimentology_html_1345433606:848:63188:63198 Table Head Bridgetown, Nova Scotia +0.244524 gsa_html_5583768987 gsa_html_5583768987:17:859:865 Denver Colorado +0.417312 cspg_html_4326384800 cspg_html_4326384800:216:26500:26508 Grosmont Lacombe, Alberta +0.475838 palaios_html_9451646650 palaios_html_9451646650:321:29285:29303 Little Osage Washingtonville, New York +0.707208 sedimentology_html_5613495298 sedimentology_html_5613495298:21:1684:1715 Chinle Logan, Utah +0.251968 sedimentology_html_3063208535 sedimentology_html_3063208535:2182:171850:171860 Rio Grande Ancient Corinth +0.265932 aapg_ah_978.html aapg_ah_978.html:573:53425:53432 Temblor California +0.496513 cspg_html_3501550466 cspg_html_3501550466:412:58535:58560 Grosmont Williston Basin +0.510976 cspg_html_8089302449 cspg_html_8089302449:308:53064:53085 Dawson Bay Manitoba +0.486472 cspg_html_5381643866 cspg_html_5381643866:23:3139:3153 Kootenay Victoria, British Columbia +0.271722 aapg_ac_879.html aapg_ac_879.html:65:8809:8831 Otter California +0.26061 AMJC_html_7872796695 AMJC_html_7872796695:501:42516:42523 Oceanic New York State Museum +0.486315 gsa_html_9417870342 gsa_html_9417870342:811:61811:61821 Washington Pacific coast +0.486614 aapg_aa_2.html aapg_aa_2.html:134:12486:12512 Telegraph Creek Santa Maria River (California) +0.700828 cspg_html_1841843683 cspg_html_1841843683:36:5367:5372 Swift Middle East +0.24843 cspg_html_2585769771 cspg_html_2585769771:420:56801:56826 Beaverhill Lacombe, Alberta +0.260084 aapg_aa_88.html aapg_aa_88.html:23:2543:2550 Rapides Texas +0.496762 palaios_html_7841806577 palaios_html_7841806577:756:68961:68970 Fullerton California +0.25956 cspg_html_9941518291 cspg_html_9941518291:74:11196:11218 Devon Island Douro DOC +0.77088 aapg_ac_846.html aapg_ac_846.html:3:510:516 Pawnee Illinois +0.281424 geology_html_6060647318 geology_html_6060647318:196:17515:17543 San Joaquin Merced River +0.254508 palaios_html_4939666561 palaios_html_4939666561:384:49587:49596 Frankfort Frankfort, Illinois +0.486324 aapg_aa_725.html aapg_aa_725.html:54:6145:6167 Nation River Anchorage, Alaska +0.261117 aapg_ad_683.html aapg_ad_683.html:299:32500:32505 Supai Coconino County, Arizona +0.475406 cspg_html_1354945055 cspg_html_1354945055:793:96052:96057 Logan Mexico +0.487872 cspg_html_7310162886 cspg_html_7310162886:11:1162:1171 Neruokpuk Great Britain +0.266766 cspg_html_2863271815 cspg_html_2863271815:6:410:426 Guelph Ontario, California +0.4848 AMJC_html_7100359452 AMJC_html_7100359452:723:79894:79904 Washington Costa Rica +0.513372 aapg_ai_403.html aapg_ai_403.html:90:8453:8475 Rustler Winkler County Airport +0.265738 aapg_aa_844.html aapg_aa_844.html:332:34250:34262 Huntersville Elk Creek, California +0.250158 aapg_ah_656.html aapg_ah_656.html:448:43401:43424 Brushy Canyon Guadalupe Mountains National Park +0.26574 geology_html_7484355547 geology_html_7484355547:12:791:797 Oregon Newport, Rhode Island +0.252888 geology_html_6064361784 geology_html_6064361784:210:19415:19419 Bond North Atlantic Current +0.477954 AMJC_html_2829615437 AMJC_html_2829615437:119:18312:18322 Washington Ohio +0.25488 gsa_html_3608744213 gsa_html_3608744213:230:21172:21176 Java East Timor +0.490941 aapg_ae_68.html aapg_ae_68.html:295:34372:34379 Willard Western world +0.26406 aapg_ai_594.html aapg_ai_594.html:123:13368:13375 Manitou Kokomo, Indiana +0.249919 aapg_ai_147.html aapg_ai_147.html:22:2620:2639 Elm Point Manitoba +0.244528 aapg_ai_82.html aapg_ai_82.html:49:6649:6669 Greenbrier Greenbrier (Great Smoky Mountains) +0.252396 gsa_html_6213751745 gsa_html_6213751745:561:55059:55078 Scots Bay Canada +0.500511 aapg_ae_74.html aapg_ae_74.html:686:64982:64990 Beaumont New Mexico +0.43707 aapg_af_891.html aapg_af_891.html:66:6338:6345 Tecovas Santa Rosa, California +0.495281 AMJC_html_3664856625 AMJC_html_3664856625:109:15141:15161 Hell Creek Williston Basin +0.261476 gsa_html_5865982995 gsa_html_5865982995:1246:132867:132883 Fowkes Cheyenne, Wyoming +0.247396 aapg_ah_871.html aapg_ah_871.html:454:49603:49610 Pamelia Montreal +0.496683 cspg_html_8438548095 cspg_html_8438548095:12:1291:1309 Paskapoo Edmonton, London +0.49248 aapg_ah_520.html aapg_ah_520.html:38:3728:3749 Lake Valley Arizona +0.229578 gsa_html_8662254581 gsa_html_8662254581:953:100909:100917 Colorado California +0.25935 aapg_aa_300.html aapg_aa_300.html:157:22683:22688 Capay West Coast of the United States +0.25908 cspg_html_4364132564 cspg_html_4364132564:130:18309:18326 Cantuar Williston Basin +0.255016 cspg_html_1354651543 cspg_html_1354651543:31:4677:4685 Columbia Victoria, British Columbia +0.523264 aapg_ac_241.html aapg_ac_241.html:7:1150:1157 Raritan Closter, New Jersey +0.49665 aapg_ah_27.html aapg_ah_27.html:375:58229:58239 Fort Worth Texas +0.25755 aapg_ae_685.html aapg_ae_685.html:373:45266:45270 Java Sumatra +0.26093 aapg_ad_194.html aapg_ad_194.html:4:526:547 Wood Canyon Reno, Nevada +0.26818 aapg_af_166.html aapg_af_166.html:240:27863:27870 Fleming Texas +0.26462 aapg_ac_319.html aapg_ac_319.html:179:19630:19648 Monterey California +0.480194 geology_html_1343280455 geology_html_1343280455:13:713:722 San Diego California +0.267734 gsa_html_3936574180 gsa_html_3936574180:112:12641:12663 Wapiti Black Mountains (North Carolina) +0.247324 aapg_aa_347.html aapg_aa_347.html:53:3864:3876 Pearl Herington, Kansas +0.258825 aapg_ad_944.html aapg_ad_944.html:62:6810:6818 Columbia Victoria, British Columbia +0.272363 aapg_ae_143.html aapg_ae_143.html:245:25809:25814 Price Victoria, British Columbia +0.251955 aapg_ac_65.html aapg_ac_65.html:942:75575:75592 Minturn Colorado +0.48552 cspg_html_1814004928 cspg_html_1814004928:432:43480:43497 Wabamun Michigan Basin +0.249919 gsa_html_6589330144 gsa_html_6589330144:555:58846:58865 Loveland Peoria, Illinois +0.264654 aapg_aa_257.html aapg_aa_257.html:45:3921:3936 Weber Colorado +0.243302 aapg_ai_549.html aapg_ai_549.html:12:1479:1502 Detroit River County Clare +0.257514 aapg_ac_14.html aapg_ac_14.html:23:1922:1929 Paradox Logan, Utah +0.72048 palaios_html_3112927242 palaios_html_3112927242:121:12765:12772 Juniata Virginia +0.274252 aapg_ad_687.html aapg_ad_687.html:22:2521:2536 Santa Margarita Maricopa, Arizona +0.48076 aapg_ae_777.html aapg_ae_777.html:238:26654:26678 Espiritu Santo Sangre de Cristo Range +0.254 aapg_ae_794.html aapg_ae_794.html:195:24262:24281 Owl Creek Selma to Montgomery marches +0.8365 aapg_ac_742.html aapg_ac_742.html:73:8669:8697 Gypsum Spring Black Hills +0.24837 gsa_html_4667678389 gsa_html_4667678389:1213:117610:117626 Cassiar Victoria, British Columbia +0.26536 aapg_ae_871.html aapg_ae_871.html:70:10606:10624 Chandler Anchorage, Alaska +0.253895 aapg_ae_542.html aapg_ae_542.html:30:3074:3093 Matanuska Matanuska-Susitna Valley +0.248392 gsa_html_3014459865 gsa_html_3014459865:918:84063:84089 Kirkwood Closter, New Jersey +0.248994 aapg_ah_318.html aapg_ah_318.html:758:81701:81720 Smackover Arkansas +0.29304 aapg_ah_97.html aapg_ah_97.html:136:17109:17117 Richmond Black River, Jamaica +0.259548 aapg_ad_865.html aapg_ad_865.html:166:17587:17593 Navajo Ouray, Colorado +0.25806 sedimentology_html_9906287852 sedimentology_html_9906287852:1278:94226:94234 Washakie Colorado +0.485898 geology_html_3388019368 geology_html_3388019368:353:28547:28559 North Branch Rotterdam +0.267264 aapg_ah_180.html aapg_ah_180.html:71:7845:7865 Mahantango Onondaga (tribe) +0.252909 aapg_ae_271.html aapg_ae_271.html:102:7644:7663 Cockfield Gosport, Indiana +0.234784 cspg_html_1503116552 cspg_html_1503116552:1247:194699:194719 Swan Hills Swan Hill, Victoria +0.511786 aapg_aa_995.html aapg_aa_995.html:11:1570:1583 Wasatch Moffat County, Colorado +0.885477 aapg_ac_807.html aapg_ac_807.html:387:39845:39862 Wenonah Delaware +0.269345 AMJC_html_7872796695 AMJC_html_7872796695:100:8258:8279 Collingwood Michigan Basin +0.244 cspg_html_1260733368 cspg_html_1260733368:41:7046:7068 Medicine Hat Lacombe, Alberta +0.732857 aapg_ai_51.html aapg_ai_51.html:41:3963:3982 Nanafalia Mississippi River +0.239598 aapg_ac_841.html aapg_ac_841.html:1307:134249:134262 Atima Coco River +0.202488 aapg_ah_96.html aapg_ah_96.html:121:13042:13060 Deadwood Black Hills +0.2485 aapg_ai_853.html aapg_ai_853.html:38:6649:6668 San Sebastian Arecibo Observatory +0.447048 aapg_ac_699.html aapg_ac_699.html:136:11159:11180 Georgetown Texas +0.43065 sedimentology_html_4044191708 sedimentology_html_4044191708:198:13050:13056 Sierra Spain +0.504444 aapg_aa_696.html aapg_aa_696.html:700:76184:76192 Colorado Colorado +0.244518 AMJC_html_7141186441 AMJC_html_7141186441:1633:146185:146207 Beartooth Cheyenne, Wyoming +0.696525 cspg_html_7278957427 cspg_html_7278957427:106:14807:14819 Eureka Sound Ellesmere Island +0.266255 aapg_ah_189.html aapg_ah_189.html:309:31163:31185 Trempealeau Franconia, New Hampshire +0.697193 aapg_ad_836.html aapg_ad_836.html:445:41755:41762 Decorah Missouri River +0.249991 gsa_html_1727503504 gsa_html_1727503504:172:19738:19745 Madison Wisconsin +0.45778 aapg_ac_337.html aapg_ac_337.html:322:14775:14783 Colorado Denver +0.490356 aapg_ad_615.html aapg_ad_615.html:59:6939:6946 Hosston Paluxy, Texas +0.285069 aapg_ae_45.html aapg_ae_45.html:38:5305:5325 La Gloria Mexico +0.250952 cspg_html_6232010923 cspg_html_6232010923:48:8711:8723 Sustut Victoria, British Columbia +0.257024 aapg_ad_581.html aapg_ad_581.html:438:49235:49243 Virginia Pearisburg, Virginia +0.486324 cspg_html_5955028331 cspg_html_5955028331:661:68857:68873 Viking Canada +0.387 palaios_html_9408587909 palaios_html_9408587909:428:48111:48129 Moenkopi Logan, Utah +0.669959 aapg_ae_68.html aapg_ae_68.html:139:18360:18377 Oquirrh Reno, Nevada +0.464269 aapg_aa_900.html aapg_aa_900.html:390:40456:40463 El Paso Texas +0.240552 geology_html_1573138807 geology_html_1573138807:29:2725:2747 Harebell Boise, Idaho +0.265684 aapg_ad_410.html aapg_ad_410.html:19:2022:2028 Oregon California +0.247 cspg_html_1324104562 cspg_html_1324104562:131:17001:17031 Mackenzie Cordillera Administrative Region +0.242028 AMJC_html_7287542072 AMJC_html_7287542072:1531:137778:137799 Waits River Bennington, Vermont +0.493908 aapg_ah_139.html aapg_ah_139.html:73:5670:5677 Wasatch Uinta Mountains +0.245025 aapg_ac_910.html aapg_ac_910.html:116:12341:12347 Laguna Cabuyao, Laguna +0.476672 palaios_html_6100595217 palaios_html_6100595217:147:16917:16940 Moodys Branch Lisbon +0.475205 aapg_ad_364.html aapg_ad_364.html:38:4087:4099 Whitemud Lacombe, Alberta +0.81686 aapg_ae_305.html aapg_ae_305.html:964:79942:79948 Perija Maracaibo +0.55199 aapg_ac_617.html aapg_ac_617.html:212:28064:28081 Fleming Oakville, California +0.255374 cspg_html_8363357104 cspg_html_8363357104:520:67227:67248 Survey Peak Middle East +0.485216 gsa_html_9439813057 gsa_html_9439813057:1124:106569:106573 Airy California +0.472675 aapg_aa_844.html aapg_aa_844.html:429:44227:44236 Hampshire San Fernando Valley +0.502164 cspg_html_7307388012 cspg_html_7307388012:46:5847:5863 Fernie Lacombe, Alberta +0.485784 palaios_html_6528985782 palaios_html_6528985782:950:92355:92369 Beaufort Cape Henlopen State Park +0.500076 gsa_html_4501954721 gsa_html_4501954721:1078:74694:74722 Green River Colorado +0.259518 aapg_aa_851.html aapg_aa_851.html:89:8031:8041 Fort Payne Illinois +0.247988 gsa_html_3817970246 gsa_html_3817970246:948:88644:88672 Green River Cheyenne, Wyoming +0.25551 aapg_aa_608.html aapg_aa_608.html:12:1911:1920 Kukpowruk Anchorage, Alaska +0.46736 cspg_html_7278001817 cspg_html_7278001817:706:78951:78968 Montney Calgary +0.246909 cspg_html_9587281669 cspg_html_9587281669:76:14169:14181 Medicine Hat Colorado +0.491568 aapg_ad_269.html aapg_ad_269.html:330:33921:33930 Red River Shreveport, Louisiana +0.250488 cspg_html_7896958755 cspg_html_7896958755:6:387:407 Clearwater Lacombe, Alberta +0.267033 cspg_html_7086880709 cspg_html_7086880709:231:26791:26799 Columbia Victoria, British Columbia +0.482092 cspg_html_6306091047 cspg_html_6306091047:111:17722:17731 Baldonnel Victoria, British Columbia +0.267794 cspg_html_1565769407 cspg_html_1565769407:76:9922:9936 Windsor Cape Breton Island +0.257556 palaios_html_8417650440 palaios_html_8417650440:421:40843:40859 Morgan Logan, Utah +0.28222 aapg_ah_242.html aapg_ah_242.html:20:1713:1720 Kaimiro Taranaki Region +0.46827 aapg_ad_2.html aapg_ad_2.html:849:120303:120312 Gatesburg Trempealeau, Wisconsin +0.464142 cspg_html_4326384800 cspg_html_4326384800:245:29733:29749 Kakisa Lacombe, Alberta +0.278759 aapg_ad_575.html aapg_ad_575.html:302:38559:38578 Minnelusa Cheyenne, Wyoming +0.482157 gsa_html_3795828595 gsa_html_3795828595:60:4288:4316 Green River Colorado +0.262416 cspg_html_5017240192 cspg_html_5017240192:82:10320:10348 Charles Williston Basin +0.483759 palaios_html_8113714689 palaios_html_8113714689:507:48369:48408 Prairie Michigan Basin +0.48719 aapg_af_131.html aapg_af_131.html:673:68140:68147 Tecovas Palo Duro Canyon +0.259065 gsa_html_8735573394 gsa_html_8735573394:679:67961:67966 Queen Canada +0.49022 aapg_ae_73.html aapg_ae_73.html:414:54356:54364 San Luis Western world +0.272484 aapg_ac_56.html aapg_ac_56.html:5:719:725 Salina Mexico +0.260454 aapg_af_91.html aapg_af_91.html:12:1566:1579 Blue Mountain Great Basin +0.256432 cspg_html_7994114775 cspg_html_7994114775:218:32110:32117 Mohawk Logan Canyon +0.24929 aapg_af_840.html aapg_af_840.html:178:19201:19217 Kinderhook Kansas City, Kansas +0.253398 aapg_ad_272.html aapg_ad_272.html:450:57391:57408 Yucatan Mexico +0.270336 sedimentology_html_2041096405 sedimentology_html_2041096405:618:52616:52629 A-1 Carbonate Guelph +0.708822 aapg_ai_107.html aapg_ai_107.html:598:51175:51184 Shongaloo East Texas +0.516912 cspg_html_7028413504 cspg_html_7028413504:258:35331:35347 Exshaw Regina, Saskatchewan +0.485376 cspg_html_1475679140 cspg_html_1475679140:56:8313:8329 Moran Nain, Newfoundland and Labrador +0.279256 aapg_ad_790.html aapg_ad_790.html:123:7934:7947 Woodbine East Texas +0.497175 jgeology_html_2872695575 jgeology_html_2872695575:1168:56342:56376 Pottsville Pennsylvania +0.264864 aapg_af_59.html aapg_af_59.html:23:3414:3435 Ector Chalk Texas +0.840745 aapg_ai_364.html aapg_ai_364.html:338:28526:28535 Minnelusa Kansas City, Kansas +0.499896 aapg_af_614.html aapg_af_614.html:25:2292:2322 Smackover Arkansas +0.472294 AMJC_html_9998016641 AMJC_html_9998016641:800:82828:82839 San Antonio Texas +0.26361 aapg_ae_415.html aapg_ae_415.html:805:100441:100456 Tampa Flint River (Michigan) +0.417078 aapg_ae_884.html aapg_ae_884.html:289:38941:38959 Niobrara Rawlins, Wyoming +0.516405 palaios_html_5958626598 palaios_html_5958626598:234:25760:25780 Brassfield Canada +0.242094 geology_html_4024391615 geology_html_4024391615:221:23582:23590 Temporal Reno, Nevada +0.261021 jgeology_html_2022713612 jgeology_html_2022713612:980:83148:83180 Athabasca Regina, Saskatchewan +0.386841 geology_html_5486340907 geology_html_5486340907:85:8615:8632 Decorah Iowa +0.257983 sedimentology_html_6786688531 sedimentology_html_6786688531:269:16123:16127 Hall London, Ontario +0.49305 aapg_ae_73.html aapg_ae_73.html:477:63462:63485 Poison Canyon Trinidad and Tobago +0.261602 cspg_html_4626597050 cspg_html_4626597050:277:33873:33890 Thaynes Boise, Idaho +0.466059 sedimentology_html_2883410456 sedimentology_html_2883410456:58:5131:5137 Forest Africa +0.499488 gsa_html_5107598462 gsa_html_5107598462:151:14431:14439 Catskill Lackawanna County, Pennsylvania +0.4522 aapg_ae_187.html aapg_ae_187.html:436:45464:45488 Onondaga Michigan +0.252984 aapg_ae_836.html aapg_ae_836.html:19:1833:1841 Nacatoch Cotton Valley, Louisiana +0.253967 aapg_ae_73.html aapg_ae_73.html:489:65147:65152 Raton Colorado +0.24651 cspg_html_8612721867 cspg_html_8612721867:885:107459:107471 Golden Spike Phoenix, Arizona +0.679536 cspg_html_6064089067 cspg_html_6064089067:62:7135:7150 Red River Winnipeg +0.261096 cspg_html_9835215306 cspg_html_9835215306:341:32273:32281 Edmonton Calgary +0.259904 cspg_html_3104351736 cspg_html_3104351736:189:24986:25006 Belly River Lacombe, Alberta +0.488136 cspg_html_5198658336 cspg_html_5198658336:30:3576:3584 Cochrane Glenbow, Alberta +0.50456 aapg_ah_96.html aapg_ah_96.html:476:55829:55843 Stony Mountain Maquoketa, Iowa +0.277196 aapg_ad_338.html aapg_ad_338.html:312:35177:35184 Matawan Closter, New Jersey +0.371742 cspg_html_3772380029 cspg_html_3772380029:1192:139736:139747 Ekwan River James Bay Project +0.271392 aapg_aa_563.html aapg_aa_563.html:367:47202:47210 Somerset Mexia, Texas +0.462594 gsa_html_4108353219 gsa_html_4108353219:642:49374:49394 Beck Spring Dolomite California +0.241566 cspg_html_4409656292 cspg_html_4409656292:819:83266:83290 Kaskapau Lacombe, Alberta +0.484272 geology_html_3647052159 geology_html_3647052159:328:24679:24685 Lehman Mexico +0.50244 palaios_html_3308412288 palaios_html_3308412288:568:64667:64691 El Paso Texas +0.469437 aapg_aa_422.html aapg_aa_422.html:7:936:949 Santa Barbara Santa Paula, California +0.506645 aapg_ac_835.html aapg_ac_835.html:253:34764:34784 Phosphoria Cheyenne, Wyoming +0.497904 aapg_ah_871.html aapg_ah_871.html:514:56867:56872 Chazy Quebec City +0.511974 gsa_html_7029319506 gsa_html_7029319506:31:2774:2802 Green River Colorado +0.251988 cspg_html_8532932475 cspg_html_8532932475:196:20829:20846 Bluesky Willapa Bay +0.258542 geology_html_8596179481 geology_html_8596179481:143:11710:11727 Topanga Glendora, California +0.478235 cspg_html_7896958755 cspg_html_7896958755:19:2269:2289 Clearwater Lacombe, Alberta +0.502326 aapg_af_431.html aapg_af_431.html:143:15140:15147 Rodessa Texas +0.487424 sedimentology_html_7262992935 sedimentology_html_7262992935:32:1843:1854 Bedford London, Ontario +0.260428 aapg_ae_307.html aapg_ae_307.html:63:4652:4658 Morgan Pecos River +0.247904 cspg_html_8464109528 cspg_html_8464109528:404:45982:45999 Dunedin Canada +0.835332 aapg_ah_96.html aapg_ah_96.html:58:7289:7319 Stony Mountain Winnipeg +0.241266 cspg_html_3328007773 cspg_html_3328007773:993:100580:100602 Grand Rapids Lacombe, Alberta +0.480636 aapg_af_2.html aapg_af_2.html:188:20649:20666 Chaffee Colorado +0.26871 aapg_aa_647.html aapg_aa_647.html:137:10527:10536 Tuscarora Niagara Falls +0.501795 geology_html_5491871101 geology_html_5491871101:251:21374:21400 Monterey California +0.853944 gsa_html_7272439065 gsa_html_7272439065:435:47627:47647 Fort Union Fort Union Trading Post National Historic Site +0.48433 gsa_html_5140765555 gsa_html_5140765555:926:69362:69387 Tulare California +0.458784 aapg_ai_81.html aapg_ai_81.html:413:32870:32878 Catskill Conneaut, Ohio +0.254856 sedimentology_html_9084768931 sedimentology_html_9084768931:851:46860:46870 Washington Seattle +0.227454 cspg_html_6331977039 cspg_html_6331977039:526:50576:50592 Strathcona Fiord District Council of Franklin Harbour +0.479574 aapg_ah_775.html aapg_ah_775.html:25:4202:4210 Colorado Texas +0.43602 AMJC_html_6341723617 AMJC_html_6341723617:979:83138:83145 Laramie Logan, Utah +0.253398 AMJC_html_7176185664 AMJC_html_7176185664:168:20959:20990 Marcellus Tioga, Texas +0.25041 aapg_ai_958.html aapg_ai_958.html:171:18649:18656 Cypress Hempstead (town), New York +0.472443 aapg_ae_553.html aapg_ae_553.html:242:27359:27365 Walker California +0.278768 sedimentology_html_8510537334 sedimentology_html_8510537334:1732:129370:129377 Juniata Pennsylvania +0.253492 sedimentology_html_5402223987 sedimentology_html_5402223987:799:57944:57948 Hall London, Ontario +0.454755 cspg_html_4031489103 cspg_html_4031489103:340:50058:50079 Dutch Creek Victoria, British Columbia +0.84337 sedimentology_html_9626990209 sedimentology_html_9626990209:1369:99363:99378 Mesaverde Colorado +0.482832 gsa_html_8813987422 gsa_html_8813987422:65:4951:4979 Green River Colorado +0.480568 aapg_aa_176.html aapg_aa_176.html:764:71797:71802 Logan Mexico +0.248376 cspg_html_3531222995 cspg_html_3531222995:284:33090:33113 Winnipegosis Western world +0.49244 cspg_html_6131861361 cspg_html_6131861361:109:14905:14923 Sheepbed Western world +0.254448 aapg_ac_867.html aapg_ac_867.html:549:76020:76028 Tensleep Cheyenne, Wyoming +0.252784 aapg_ac_381.html aapg_ac_381.html:575:59939:59948 Peninsula Republic of China +0.481618 gsa_html_1817109082 gsa_html_1817109082:530:45597:45610 Santa Barbara California +0.475566 cspg_html_1962846283 cspg_html_1962846283:10:1338:1346 Columbia Victoria, British Columbia +0.266231 gsa_html_2832151886 gsa_html_2832151886:314:24228:24236 Columbia Victoria, British Columbia +0.265738 aapg_af_932.html aapg_af_932.html:66:5573:5599 Green River Cumberland, Maryland +0.488448 aapg_aa_598.html aapg_aa_598.html:39:6015:6033 Woodside Cheyenne, Wyoming +0.246813 jgeology_html_9600984627 jgeology_html_9600984627:869:72266:72285 Gosport Sand Alabama +0.257526 aapg_ac_333.html aapg_ac_333.html:120:15073:15085 Cutler Logan, Utah +0.510976 gsa_html_4534130675 gsa_html_4534130675:770:66883:66911 Green River Colorado +0.254961 cspg_html_1925276454 cspg_html_1925276454:646:61550:61558 Columbia Victoria, British Columbia +0.267273 cspg_html_4069214675 cspg_html_4069214675:608:64601:64611 Washington Victoria, British Columbia +0.270864 aapg_ac_245.html aapg_ac_245.html:207:31234:31239 Atoka Kearny, New Jersey +0.248122 aapg_ah_505.html aapg_ah_505.html:594:45355:45364 Chugwater Broin +0.495992 aapg_ae_658.html aapg_ae_658.html:455:52699:52720 Green River Cheyenne, Wyoming +0.470305 aapg_af_436.html aapg_af_436.html:228:26173:26193 Greenbrier Virginia +0.487784 cspg_html_6206890546 cspg_html_6206890546:5:216:238 Deschambault Quebec City +0.268224 aapg_af_423.html aapg_af_423.html:151:14842:14853 Black River Bloomington, Indiana +0.508664 cspg_html_2796643803 cspg_html_2796643803:365:51065:51073 Deadwood Regina, Saskatchewan +0.26469 aapg_ai_584.html aapg_ai_584.html:651:67226:67232 Casper Laramie, Wyoming +0.206272 aapg_ah_96.html aapg_ah_96.html:423:49439:49448 Red River Red River of the North +0.245 aapg_ae_731.html aapg_ae_731.html:280:24980:25000 Clearwater Lacombe, Alberta +0.5082 aapg_ad_759.html aapg_ad_759.html:161:16755:16760 Sespe Ojai, California +0.265734 aapg_af_830.html aapg_af_830.html:787:95210:95230 Duck Creek Texas +0.471378 aapg_af_854.html aapg_af_854.html:689:96569:96575 Warsaw Illinois +0.247995 aapg_ai_974.html aapg_ai_974.html:24:3856:3862 Oregon Washington (state) +0.51379 aapg_ad_821.html aapg_ad_821.html:449:34271:34278 Wasatch Fort Union Trading Post National Historic Site +0.266772 aapg_ad_338.html aapg_ad_338.html:412:49412:49429 Raritan Maryland +0.276138 aapg_ai_49.html aapg_ai_49.html:562:73774:73789 Yeso New Mexico +0.48384 aapg_af_494.html aapg_af_494.html:83:8839:8864 Red Head Rapids Southampton Island +0.263172 aapg_ad_351.html aapg_ad_351.html:575:48990:48997 Pierson Springfield, Illinois +0.262584 geology_html_2681647417 geology_html_2681647417:11:663:672 San Diego California +0.688974 aapg_ad_192.html aapg_ad_192.html:75:10074:10084 Tuscaloosa Mississippi River +0.263755 aapg_ah_435.html aapg_ah_435.html:134:16523:16527 Buda Buda, Texas +0.252086 palaios_html_8399043689 palaios_html_8399043689:352:35246:35251 Banff Lacombe, Alberta +0.480365 aapg_aa_233.html aapg_aa_233.html:43:4993:5010 La Pena Texas +0.24 aapg_ah_647.html aapg_ah_647.html:830:89778:89788 Naco Supai, Arizona +0.901508 aapg_ad_637.html aapg_ad_637.html:488:58931:58945 Frio Texas +0.25041 cspg_html_3043423556 cspg_html_3043423556:164:18854:18877 Parry Islands Bathurst Island (Northern Territory) +0.76647 cspg_html_6032369756 cspg_html_6032369756:416:50099:50108 Red River Red River of the North +0.258462 cspg_html_2172704722 cspg_html_2172704722:44:7639:7661 Basal Regina, Saskatchewan +0.272084 palaios_html_3022467877 palaios_html_3022467877:385:43675:43683 Navesink Navesink River +0.258516 jgeology_html_8518380643 jgeology_html_8518380643:132:7630:7661 Navajo Logan, Utah +0.913767 sedimentology_html_3417381350 sedimentology_html_3417381350:1458:104561:104587 Monterey California +0.273896 gsa_html_6492324485 gsa_html_6492324485:1266:78690:78718 Green River New Mexico +0.255892 palaios_html_1262064602 palaios_html_1262064602:960:96170:96191 Dockum Texas +0.248992 AMJC_html_7144941731 AMJC_html_7144941731:305:37805:37821 Fish Canyon Tuff Durango, Durango +0.249999 aapg_ah_252.html aapg_ah_252.html:358:27825:27831 Empire Atoka, Oklahoma +0.263626 cspg_html_1296564271 cspg_html_1296564271:99:11438:11461 Blue Mountain Michigan Basin +0.51761 aapg_ah_722.html aapg_ah_722.html:422:49376:49388 Kingak Pebble Mine +0.384056 aapg_ae_999.html aapg_ae_999.html:287:40263:40289 Catahoula Mississippi River +0.498318 cspg_html_4293350162 cspg_html_4293350162:25:3734:3744 Kananaskis Banff National Park +0.249458 aapg_aa_322.html aapg_aa_322.html:123:12405:12424 Sycamore Arbuckle, California +0.272459 cspg_html_6566356550 cspg_html_6566356550:33:5769:5802 Grayling Canada +0.48858 cspg_html_9729377176 cspg_html_9729377176:766:96369:96388 Pardonet Victoria, British Columbia +0.483894 aapg_aa_314.html aapg_aa_314.html:83:10920:10928 Navesink Closter, New Jersey +0.484428 cspg_html_8549221170 cspg_html_8549221170:107:11574:11586 Saskatchewan Great Falls (Missouri River) +0.824165 aapg_ac_361.html aapg_ac_361.html:103:13198:13206 Monterey San Luis Obispo, California +0.877393 aapg_ac_629.html aapg_ac_629.html:8:1014:1022 Beaumont Beaumont, Texas +0.2585 geology_html_6915983157 geology_html_6915983157:297:26248:26252 Hall London, Ontario +0.508928 gsa_html_5689351057 gsa_html_5689351057:655:55970:55998 Green River Colorado +0.26214 jgeology_html_4337073052 jgeology_html_4337073052:99:5358:5364 Provo Pangaea +0.26677 aapg_af_95.html aapg_af_95.html:82:8989:9021 Fredericksburg Burnet, Texas +0.493084 aapg_ac_995.html aapg_ac_995.html:377:33098:33117 Huizachal Mexico +0.26832 cspg_html_5241714595 cspg_html_5241714595:587:87111:87126 Nisku Lacombe, Alberta +0.484939 aapg_ah_421.html aapg_ah_421.html:3:296:300 Wendover Lacombe, Alberta +0.262474 aapg_ae_717.html aapg_ae_717.html:272:33315:33319 Bell Caribbean +0.251904 sedimentology_html_3206626228 sedimentology_html_3206626228:962:68562:68570 Victoria Victoria, British Columbia +0.236526 aapg_ai_932.html aapg_ai_932.html:331:51195:51202 Sisquoc Monterey, California +0.258064 cspg_html_9354781888 cspg_html_9354781888:671:53810:53821 Peace River Victoria, British Columbia +0.250937 gsa_html_9579641184 gsa_html_9579641184:299:29455:29479 Beluga Tyonek Airport +0.492184 aapg_af_861.html aapg_af_861.html:71:7545:7563 Seminole Missouri River +0.362516 cspg_html_4769973541 cspg_html_4769973541:380:41240:41274 Macasty Anticosti Island +0.495907 gsa_html_6627974776 gsa_html_6627974776:933:70128:70156 Green River Colorado +0.258352 cspg_html_6252417471 cspg_html_6252417471:235:33752:33784 Ringnes Banks Island +0.2545 sedimentology_html_1046729113 sedimentology_html_1046729113:2396:177278:177284 Walker Lacombe, Alberta +0.495726 aapg_ad_927.html aapg_ad_927.html:320:35727:35744 Forest Trinidad and Tobago +0.243892 gsa_html_3521452491 gsa_html_3521452491:104:12773:12780 Dolores Antarctica +0.263169 sedimentology_html_6052216690 sedimentology_html_6052216690:753:60456:60460 Hall London, Ontario +0.257526 cspg_html_8789242291 cspg_html_8789242291:170:23870:23881 Belly River Regina, Saskatchewan +0.497038 cspg_html_2882304151 cspg_html_2882304151:15:2540:2548 Columbia Victoria, British Columbia +0.709137 aapg_ae_660.html aapg_ae_660.html:90:11282:11291 Smackover Alabama +0.262194 gsa_html_4078158156 gsa_html_4078158156:111:13445:13464 Brallier Ithaca, New York +0.462672 aapg_aa_147.html aapg_aa_147.html:259:31736:31748 Saskatchewan Winnipeg +0.419406 cspg_html_8571955552 cspg_html_8571955552:235:27731:27741 Hart River Old Crow, Yukon +0.261117 gsa_html_5507509274 gsa_html_5507509274:17:1109:1118 San Diego California +0.263165 aapg_aa_415.html aapg_aa_415.html:45:6236:6244 Woodbine Hillsboro, Oregon +0.484295 cspg_html_4143222666 cspg_html_4143222666:716:65775:65795 Colorado Niobrara, Nebraska +0.265221 aapg_aa_847.html aapg_aa_847.html:18:1809:1815 Oregon Washington (state) +0.492264 aapg_af_854.html aapg_af_854.html:443:58188:58210 Locust Point Carwood, Indiana +0.471828 aapg_aa_702.html aapg_aa_702.html:110:72299:72314 Elk Calgary +0.265104 sedimentology_html_6621274933 sedimentology_html_6621274933:226:17301:17308 Madison Arizona +0.45773 aapg_af_751.html aapg_af_751.html:640:82578:82589 Paso Robles California +0.24354 cspg_html_9435196958 cspg_html_9435196958:958:40456:40474 Edmonton Lacombe, Alberta +0.471003 aapg_af_854.html aapg_af_854.html:897:126903:126920 Renault Illinois +0.472104 gsa_html_2378818060 gsa_html_2378818060:779:58750:58756 Oxford Pergamon Museum +0.250857 cspg_html_9957758447 cspg_html_9957758447:219:30469:30488 Saskatchewan Manitoba +0.459828 geology_html_1523318259 geology_html_1523318259:213:23752:23760 Colorado Denver +0.705088 cspg_html_5312588885 cspg_html_5312588885:112:14014:14033 Jefferson Boise, Idaho +0.270336 cspg_html_6255491344 cspg_html_6255491344:294:39700:39708 Columbia Victoria, British Columbia +0.253935 cspg_html_2253842195 cspg_html_2253842195:189:25555:25571 Viking Southern Alberta +0.495126 aapg_ai_49.html aapg_ai_49.html:571:74910:74921 White River Colorado +0.47988 aapg_ai_356.html aapg_ai_356.html:142:14586:14600 Buda Austin, Chicago +0.25137 palaios_html_9722479245 palaios_html_9722479245:610:56805:56809 Lane Beaumont, Texas +0.242063 cspg_html_3860685167 cspg_html_3860685167:1102:98996:99008 Rundle Lacombe, Alberta +0.507528 aapg_ac_913.html aapg_ac_913.html:164:15323:15336 Atoka Atoka, Oklahoma +0.487784 gsa_html_4630856880 gsa_html_4630856880:1264:139913:139919 Moscow Moscow +0.262524 aapg_ai_409.html aapg_ai_409.html:223:25361:25366 Tokio Texas +0.259578 aapg_ai_459.html aapg_ai_459.html:160:16387:16393 Wilcox Kiowa County, Colorado +0.467 cspg_html_7938374662 cspg_html_7938374662:90:10099:10104 Yukon Anchorage, Alaska +0.502048 cspg_html_6715452766 cspg_html_6715452766:417:50135:50148 Baumann Fiord Eocene +0.50112 gsa_html_7137974267 gsa_html_7137974267:889:80197:80225 Green River New Mexico +0.25654 geology_html_1406196519 geology_html_1406196519:61:5939:5947 Warsaw Missouri River +0.259 aapg_ae_233.html aapg_ae_233.html:59:7067:7082 Tampa Melbourne, Florida +0.470869 aapg_ac_276.html aapg_ac_276.html:51:5489:5500 Bethel Harrodsburg, Indiana +0.466944 sedimentology_html_1559456356 sedimentology_html_1559456356:698:39571:39575 Hall New York City +0.243892 geology_html_6257330036 geology_html_6257330036:270:24754:24763 San Diego Rutherford, New Jersey +0.285534 gsa_html_5158209975 gsa_html_5158209975:69:8054:8071 Prairie Shreveport, Louisiana +0.262626 geology_html_4667755988 geology_html_4667755988:12:714:719 Queen Toronto +0.488652 aapg_ah_96.html aapg_ah_96.html:58:7390:7412 Interlake Winnipeg +0.26059 gsa_html_7808051457 gsa_html_7808051457:877:82469:82482 Santa Barbara Great Basin +0.804883 gsa_html_5928791685 gsa_html_5928791685:1001:79973:79985 Rhode Island New Bedford, Massachusetts +0.26824 aapg_aa_415.html aapg_aa_415.html:301:43748:43758 Rio Grande Eagle Pass, Texas +0.247996 aapg_af_653.html aapg_af_653.html:478:55938:55946 Monterey California +0.247005 aapg_af_193.html aapg_af_193.html:831:68416:68421 Bluff Southwest Louisiana +0.26536 aapg_ah_150.html aapg_ah_150.html:449:56275:56295 Exshaw Denmark +0.497871 aapg_ai_593.html aapg_ai_593.html:948:101847:101859 San Fernando El Pilar de la Mola +0.262095 aapg_ae_16.html aapg_ae_16.html:537:64154:64162 Columbia Victoria, British Columbia +0.482304 gsa_html_6441142238 gsa_html_6441142238:117:11785:11806 Platteville Glenwood, Utah +0.266031 aapg_ac_984.html aapg_ac_984.html:86:6898:6908 Eau Claire Illinois +0.501498 jgeology_html_2022713612 jgeology_html_2022713612:740:73046:73055 Knoxville Knoxville, Illinois +0.49728 aapg_ae_265.html aapg_ae_265.html:57:6330:6339 Tuscarora Ohio +0.280875 aapg_af_653.html aapg_af_653.html:770:87240:87248 Vaqueros Monterey, California +0.26361 sedimentology_html_6315461608 sedimentology_html_6315461608:396:33041:33045 Hall London, Ontario +0.526344 aapg_ad_695.html aapg_ad_695.html:63:5667:5672 Yegua Lee County, Alabama +0.2465 aapg_ai_773.html aapg_ai_773.html:87:13284:13303 Detroit River Bloomington, Indiana +0.268243 gsa_html_4675429437 gsa_html_4675429437:217:15373:15383 San Felipe Sonora +0.271956 aapg_ai_80.html aapg_ai_80.html:277:28683:28694 Black River Kentucky +0.280024 aapg_af_91.html aapg_af_91.html:15:2089:2102 Blue Mountain Reno, Nevada +0.249879 cspg_html_5456368738 cspg_html_5456368738:74:6441:6462 Slave Point Sulphur Bay +0.478208 sedimentology_html_7879809021 sedimentology_html_7879809021:1273:95692:95722 Greenbrier Huntington, West Virginia +0.277415 aapg_aa_146.html aapg_aa_146.html:52:6274:6292 Niobrara Niobrara, Nebraska +0.488652 aapg_ai_373.html aapg_ai_373.html:17:2415:2423 Beaumont Houston +0.92961 aapg_ac_912.html aapg_ac_912.html:24:2980:2999 Minnelusa Cheyenne, Wyoming +0.182385 palaios_html_6956866368 palaios_html_6956866368:776:73323:73342 Greenhorn Black Hills +0.267264 aapg_ah_318.html aapg_ah_318.html:1260:126974:126997 Cotton Valley Shreveport, Louisiana +0.264096 palaios_html_8283629756 palaios_html_8283629756:93:12023:12040 Montney Canada +0.49152 gsa_html_2915995500 gsa_html_2915995500:70:5443:5471 Green River Colorado +0.47282 aapg_af_707.html aapg_af_707.html:66:7687:7692 Adams Mississippi River +0.482895 aapg_af_981.html aapg_af_981.html:604:60742:60763 Almond Cheyenne, Wyoming +0.487656 aapg_ai_249.html aapg_ai_249.html:105:16604:16611 Metapan Honduras +0.264638 gsa_html_2369908260 gsa_html_2369908260:1385:134013:134025 Owens Valley California +0.47991 aapg_ah_773.html aapg_ah_773.html:154:9051:9063 Rundle Lacombe, Alberta +0.49712 aapg_aa_731.html aapg_aa_731.html:579:74650:74662 Wilcox Texas +0.488748 cspg_html_1130307766 cspg_html_1130307766:388:32227:32233 Jordan Melbourne, Florida +0.248901 geology_html_2094488742 geology_html_2094488742:216:20575:20597 Kaiparowits Logan, Utah +0.496513 aapg_ah_449.html aapg_ah_449.html:320:22806:22815 Red River Clarksville, Tennessee +0.262104 sedimentology_html_3043874816 sedimentology_html_3043874816:32:1668:1672 Bern Switzerland +0.250458 sedimentology_html_6337108022 sedimentology_html_6337108022:16:1119:1142 Lincoln Creek Washington (state) +0.493056 aapg_af_461.html aapg_af_461.html:105:10606:10619 Lake Michigan Wisconsin +0.477904 gsa_html_9152662653 gsa_html_9152662653:1183:103042:103051 Frederick Virginia +0.25333 aapg_ae_803.html aapg_ae_803.html:541:67110:67122 Todos Santos Santa Rosa, California +0.237169 cspg_html_3415721018 cspg_html_3415721018:97:13954:13963 Athabasca Lacombe, Alberta +0.269345 aapg_ad_52.html aapg_ad_52.html:735:80756:80765 Coldwater Gladwin County, Michigan +0.674348 geology_html_2384062478 geology_html_2384062478:209:22838:22858 Pottsville Alabama +0.472175 gsa_html_2266546108 gsa_html_2266546108:856:82516:82524 San Jose California +0.851893 aapg_aa_852.html aapg_aa_852.html:98:9900:9909 Vicksburg Charlotte, North Carolina +0.29203 aapg_aa_721.html aapg_aa_721.html:706:74308:74325 Bird Spring Clark County, Indiana +0.493569 cspg_html_1665574291 cspg_html_1665574291:15:2540:2558 Paskapoo Edmonton, London +0.2615 aapg_ad_52.html aapg_ad_52.html:33:3937:3951 Coldwater Arenac County, Michigan +0.475335 cspg_html_8767215556 cspg_html_8767215556:18:1901:1910 Waterways Swan Hill, Victoria +0.469695 aapg_ac_395.html aapg_ac_395.html:62:5994:6002 Wolfcamp Delaware +0.242466 geology_html_1451099275 geology_html_1451099275:265:24626:24631 Yukon Anchorage, Alaska +0.250428 gsa_html_4298040492 gsa_html_4298040492:752:87182:87185 Rye Anchorage, Alaska +0.253916 cspg_html_9388742281 cspg_html_9388742281:32:3668:3691 Mountain Park Lacombe, Alberta +0.25511 aapg_ai_962.html aapg_ai_962.html:358:26280:26296 San Andres New Mexico +0.46207 aapg_ai_44.html aapg_ai_44.html:145:22557:22563 Perija Colombia +0.266716 gsa_html_2989317971 gsa_html_2989317971:1167:116026:116037 Chalk Hills Flores Island (Azores) +0.496961 gsa_html_9346600336 gsa_html_9346600336:74:6012:6040 Green River Colorado +0.898679 aapg_ac_629.html aapg_ac_629.html:239:31681:31687 Lissie Alexandria, Virginia +0.254478 sedimentology_html_1755741053 sedimentology_html_1755741053:36:1852:1858 Madrid Spain +0.46455 aapg_ad_306.html aapg_ad_306.html:168:22437:22441 Omoa Guatemala City +0.243972 geology_html_4437314453 geology_html_4437314453:313:26067:26078 Cutler Logan, Utah +0.484748 geology_html_9314524367 geology_html_9314524367:11:575:584 San Diego California +0.269878 aapg_ad_945.html aapg_ad_945.html:302:32051:32059 Columbia Lacombe, Alberta +0.244027 gsa_html_4071231613 gsa_html_4071231613:630:73663:73689 Wild Sheep Creek Wallowa, Oregon +0.51191 gsa_html_5081991493 gsa_html_5081991493:153:15516:15531 Uinta Uinta Mountains +0.24638 cspg_html_5141367518 cspg_html_5141367518:201:30672:30680 Waterton Crowsnest Pass, Alberta +0.260051 aapg_ac_949.html aapg_ac_949.html:259:22746:22761 Byram Melbourne, Florida +0.25116 palaios_html_4248881045 palaios_html_4248881045:73:9325:9334 Greenhorn Niobrara, Nebraska +0.260099 aapg_ae_187.html aapg_ae_187.html:356:37676:37706 Kimmswick Missouri River +0.46172 gsa_html_6441142238 gsa_html_6441142238:626:62397:62409 Saskatchewan Manicouagan crater +0.477904 geology_html_1481269821 geology_html_1481269821:290:25769:25774 Crete Athens, Georgia +0.472192 palaios_html_8283629756 palaios_html_8283629756:358:32245:32253 Columbia Pangaea +0.271432 aapg_af_891.html aapg_af_891.html:56:5244:5254 Whitehorse Rush Springs, Oklahoma +0.47658 aapg_ah_519.html aapg_ah_519.html:6:1217:1239 Burro Canyon Colorado +0.489302 aapg_ai_710.html aapg_ai_710.html:250:23065:23072 El Paso Multan International Airport +0.670944 aapg_ae_182.html aapg_ae_182.html:378:40241:40248 Rodessa Shreveport, Louisiana +0.840264 aapg_ae_0.html aapg_ae_0.html:284:34659:34678 Matanuska Anchorage, Alaska +0.901418 aapg_ac_538.html aapg_ac_538.html:408:45747:45763 Viking Lacombe, Alberta +0.4788 aapg_ae_220.html aapg_ae_220.html:459:50632:50640 Saratoga Arkansas +0.503649 palaios_html_8449406667 palaios_html_8449406667:57:7994:8010 Chinle New Mexico +0.264187 aapg_af_912.html aapg_af_912.html:46:5605:5614 Vicksburg Mississippi River +0.25449 aapg_aa_495.html aapg_aa_495.html:53:7769:7787 Nacatoch Arkadelphia, Arkansas +0.473184 geology_html_8377407162 geology_html_8377407162:331:27326:27330 Webb Great Barrier Reef +0.49707 palaios_html_6612266529 palaios_html_6612266529:755:60571:60588 Juniata Pennsylvania +0.254664 cspg_html_4578604607 cspg_html_4578604607:34:4692:4704 Winnipegosis Regina, Saskatchewan +0.490167 gsa_html_1536819908 gsa_html_1536819908:677:65003:65019 Preble Great Basin +0.570696 aapg_aa_306.html aapg_aa_306.html:3:493:512 Crescent Washington (state) +0.460317 aapg_ai_326.html aapg_ai_326.html:237:28821:28829 Virginia Monterey, California +0.512 aapg_ac_206.html aapg_ac_206.html:51:6946:6955 Rochester Rochester, Kent +0.257346 aapg_ad_883.html aapg_ad_883.html:104:12945:12956 Utica Michigan +0.256536 aapg_ah_863.html aapg_ah_863.html:389:35695:35703 Columbia Victoria, British Columbia +0.477288 geology_html_2009555838 geology_html_2009555838:202:20330:20336 Taylor London, Ontario +0.248472 aapg_ac_313.html aapg_ac_313.html:555:62835:62846 Buena Vista Mexico +0.482132 cspg_html_7866465429 cspg_html_7866465429:6:382:390 Columbia Victoria, British Columbia +0.497466 aapg_aa_287.html aapg_aa_287.html:3:192:208 Viking Regina, Saskatchewan +0.26361 cspg_html_3521815736 cspg_html_3521815736:57:9762:9784 Charlie Lake Middle East +0.2525 cspg_html_9072696952 cspg_html_9072696952:6:232:240 Columbia Victoria, British Columbia +0.44736 aapg_ae_375.html aapg_ae_375.html:8:1340:1356 Mt Lytton Texas +0.492218 aapg_ad_400.html aapg_ad_400.html:165:15252:15269 Entrada Chinle Formation +0.265104 sedimentology_html_6102370484 sedimentology_html_6102370484:1162:67388:67409 Hazel Pennsylvania +0.48573 palaios_html_7111318862 palaios_html_7111318862:1328:119127:119149 Judith River Lacombe, Alberta +0.239776 aapg_ah_871.html aapg_ah_871.html:420:46159:46170 Black River Logan, Utah +0.488376 sedimentology_html_2020421154 sedimentology_html_2020421154:741:49185:49193 Langford Logan, Utah +0.256905 aapg_ah_779.html aapg_ah_779.html:387:72067:72073 Salina New Scotland, New York +0.71876 aapg_af_3.html aapg_af_3.html:31:4095:4104 Flagstaff Oak Creek Canyon +0.263682 aapg_ac_509.html aapg_ac_509.html:130:12472:12499 Minnelusa Powder River (Montana) +0.25047 geology_html_2822996439 geology_html_2822996439:325:24818:24841 Rapid Wasatch Range +0.474447 aapg_aa_47.html aapg_aa_47.html:222:24291:24308 Minturn Colorado +0.372519 cspg_html_5432603817 cspg_html_5432603817:990:81748:81757 Mercy Bay Banks Island +0.446024 aapg_ai_15.html aapg_ai_15.html:27:4145:4166 Wilcox Gulf Coast of the United States +0.239112 palaios_html_8505514256 palaios_html_8505514256:240:26818:26839 Fort Thompson Melbourne, Florida +0.261542 aapg_ai_31.html aapg_ai_31.html:260:26230:26239 Catahoula Texas +0.235221 geology_html_4460751015 geology_html_4460751015:319:25681:25689 Willwood Cheyenne, Wyoming +0.474447 aapg_aa_399.html aapg_aa_399.html:634:63318:63328 Swan Hills Lacombe, Alberta +0.491283 aapg_ae_822.html aapg_ae_822.html:288:26493:26500 Bedford Luzerne County, Pennsylvania +0.259578 aapg_af_218.html aapg_af_218.html:21:3088:3107 Etchegoin Maricopa, Arizona +0.2544 aapg_ad_294.html aapg_ad_294.html:802:91190:91196 Lisbon Portugal +0.264192 jgeology_html_1095412310 jgeology_html_1095412310:130:7050:7067 Split Rock Cherry Valley, Illinois +0.474832 cspg_html_5456368738 cspg_html_5456368738:268:33451:33469 Ramparts Mackenzie River +0.24543 aapg_ad_441.html aapg_ad_441.html:68:4865:4881 Navajo Chinle Formation +0.257045 cspg_html_1520641026 cspg_html_1520641026:16:1765:1779 Woodbend Western world +0.260608 aapg_ad_329.html aapg_ad_329.html:182:26853:26866 Harrell Fulton, Missouri +0.4636 gsa_html_9181545711 gsa_html_9181545711:845:76805:76813 Colorado Manitou Springs, Colorado +0.691008 aapg_ae_319.html aapg_ae_319.html:708:60035:60043 Sundance Cheyenne, Wyoming +0.461988 geology_html_5916807210 geology_html_5916807210:251:21193:21197 Kent Venice, Los Angeles +0.261522 aapg_ai_975.html aapg_ai_975.html:205:24390:24396 Sierra Coahuila +0.26877 geology_html_3836070887 geology_html_3836070887:15:810:820 Washington Earth +0.264147 gsa_html_2284204284 gsa_html_2284204284:888:103961:103983 Seven Rivers New Mexico +0.476398 cspg_html_7896958755 cspg_html_7896958755:395:43079:43101 Grand Rapids Lacombe, Alberta +0.260091 gsa_html_9661348697 gsa_html_9661348697:29:2796:2824 Green River Iran +0.287826 cspg_html_4799463481 cspg_html_4799463481:45:6656:6671 Eids Middle East +0.268324 cspg_html_4655200751 cspg_html_4655200751:278:36342:36348 Antler Arctic Cordillera +0.48195 sedimentology_html_4432289902 sedimentology_html_4432289902:430:35880:35901 Englishtown Bass River Township, New Jersey +0.490356 aapg_ae_67.html aapg_ae_67.html:389:31805:31813 Colorado Colorado +0.486675 aapg_ac_451.html aapg_ac_451.html:129:13800:13813 Tuxedni Middle East +0.25806 cspg_html_2193428533 cspg_html_2193428533:189:24018:24025 Halfway Lacombe, Alberta +0.52608 aapg_ah_643.html aapg_ah_643.html:16:2671:2687 Dakota Nebraska +0.44954 cspg_html_9008569748 cspg_html_9008569748:40:4480:4493 Lone Mountain McKenzie River +0.254976 geology_html_8708783169 geology_html_8708783169:26:1962:1970 Colorado Colorado +0.481618 gsa_html_6441142238 gsa_html_6441142238:94:9428:9445 Decorah Platteville, Colorado +0.26468 aapg_ac_995.html aapg_ac_995.html:23:3170:3182 Huayacocotla Western world +0.256027 geology_html_3854373754 geology_html_3854373754:260:21274:21278 Bond North Atlantic Current +0.48735 aapg_ac_198.html aapg_ac_198.html:287:25130:25138 Woodbine Texas +0.470346 aapg_ae_822.html aapg_ae_822.html:214:18336:18355 Queenston Salina, Kansas +0.530335 aapg_ah_747.html aapg_ah_747.html:96:11172:11188 Dakota Mancos, Colorado +0.49028 cspg_html_4176605708 cspg_html_4176605708:352:34184:34202 Ashville Manitoba +0.492531 aapg_ai_399.html aapg_ai_399.html:171:17475:17488 Porters Creek Illinois +0.238143 aapg_ad_81.html aapg_ad_81.html:943:159784:159797 Madison Cheyenne, Wyoming +0.474552 aapg_af_248.html aapg_af_248.html:79:7567:7573 Midway Arkadelphia, Arkansas +0.510948 aapg_ai_583.html aapg_ai_583.html:281:34255:34275 Twin Creek Cheyenne, Wyoming +0.26677 gsa_html_6350949088 gsa_html_6350949088:20:1086:1092 Reston Virginia +0.262656 cspg_html_4433937749 cspg_html_4433937749:72:10612:10622 Blackstone Lacombe, Alberta +0.257024 jgeology_html_5515502227 jgeology_html_5515502227:940:51030:51034 Bell London, Ontario +0.267189 cspg_html_3762708087 cspg_html_3762708087:21:2859:2895 Viking Lacombe, Alberta +0.482724 gsa_html_8504301160 gsa_html_8504301160:14:623:632 Leadville Colorado +0.47559 gsa_html_1119256423 gsa_html_1119256423:16:885:893 Colorado Denver +0.500316 aapg_aa_357.html aapg_aa_357.html:388:36454:36461 Wingate Chinle Formation +0.240552 cspg_html_5973552270 cspg_html_5973552270:80:11732:11753 Slave Point Swan Hill, Victoria +0.4559 cspg_html_7310162886 cspg_html_7310162886:180:24352:24362 Trout Lake Anchorage, Alaska +0.249984 aapg_ai_996.html aapg_ai_996.html:511:25368:25388 Mt Lytton Texas +0.481712 aapg_af_854.html aapg_af_854.html:1241:176256:176275 Aux Vases Kentucky +0.284532 aapg_ae_344.html aapg_ae_344.html:129:12476:12486 Tuscaloosa New Delhi +0.2515 cspg_html_2575903827 cspg_html_2575903827:98:11148:11158 Boyd Creek Indian Mountain State Park +0.463752 aapg_ad_335.html aapg_ad_335.html:487:62375:62393 Tensleep Cheyenne, Wyoming +0.248937 aapg_af_291.html aapg_af_291.html:398:44738:44752 Lisburne Anchorage, Alaska +0.494235 aapg_ai_11.html aapg_ai_11.html:399:54646:54654 Altamont Wisconsin +0.277196 aapg_ad_466.html aapg_ad_466.html:138:13977:13999 Marshalltown Monmouth County, New Jersey +0.24543 gsa_html_5601712699 gsa_html_5601712699:847:73879:73887 Rockwell California +0.25351 aapg_ak_98.html aapg_ak_98.html:662:76144:76160 Tesnus Texas +0.252973 jgeology_html_1841003966 jgeology_html_1841003966:849:43206:43212 Denver Colorado +0.482592 aapg_aa_54.html aapg_aa_54.html:9:1008:1024 Chinle Chinle Formation +0.687015 jgeology_html_5816492644 jgeology_html_5816492644:504:29921:29939 John Day Salem, Oregon +0.48598 aapg_ad_999.html aapg_ad_999.html:113:11449:11461 Saskatchewan Regina, Saskatchewan +0.272824 aapg_ah_621.html aapg_ah_621.html:5:772:779 Hermosa Hermosa, Chicago +0.477904 sedimentology_html_3966923042 sedimentology_html_3966923042:680:43726:43730 Hall London, Ontario +0.25149 sedimentology_html_3455721661 sedimentology_html_3455721661:517:42504:42541 Summerville New Mexico +0.47672 gsa_html_5410120687 gsa_html_5410120687:462:41104:41113 Peninsula Canada +0.477082 cspg_html_5880669950 cspg_html_5880669950:679:64859:64878 Swan Hills Lacombe, Alberta +0.49728 cspg_html_5688447798 cspg_html_5688447798:269:30241:30262 Bird Fiord Ellesmere Island +0.252234 aapg_af_915.html aapg_af_915.html:46:4802:4818 Dakota Edmonton, London +0.268203 sedimentology_html_6539026799 sedimentology_html_6539026799:1267:72619:72628 Red River Shreveport, Louisiana +0.257013 cspg_html_1763727002 cspg_html_1763727002:358:43244:43251 Halfway Lacombe, Alberta +0.489599 cspg_html_8568877195 cspg_html_8568877195:216:35294:35305 Belly River Western world +0.444 aapg_ai_28.html aapg_ai_28.html:848:81488:81495 Lagarto San Antonio +0.356481 aapg_aa_351.html aapg_aa_351.html:159:17565:17577 Everton Missouri River +0.267696 aapg_af_854.html aapg_af_854.html:1369:198524:198542 Renault Monroe County, Florida +0.479142 jgeology_html_8088445472 jgeology_html_8088445472:115:6538:6547 Schoharie Dayville, Oregon +0.245214 aapg_aa_945.html aapg_aa_945.html:19:2309:2330 Platteville Glenwood, Utah +0.449709 aapg_ae_871.html aapg_ae_871.html:331:51269:51279 Clearwater Canada +0.264708 sedimentology_html_7879809021 sedimentology_html_7879809021:58:4818:4849 Greenbrier Huntington, West Virginia +0.262808 cspg_html_7182873498 cspg_html_7182873498:339:43177:43225 Salina Ontario, California +0.876926 aapg_ah_217.html aapg_ah_217.html:280:34993:35000 Chemung Huntington, West Virginia +0.473456 cspg_html_3762708087 cspg_html_3762708087:376:51200:51213 Labiche Lacombe, Alberta +0.482132 gsa_html_6291558465 gsa_html_6291558465:29:2796:2824 Green River Colorado +0.244036 cspg_html_9435196958 cspg_html_9435196958:697:29936:29944 Edmonton Lacombe, Alberta +0.116848 aapg_aa_147.html aapg_aa_147.html:915:94543:94558 Interlake Winnipeg +0.483 gsa_html_8086754950 gsa_html_8086754950:399:39872:39891 Rock Springs Sweetwater, Miami-Dade County, Florida +0.258981 aapg_af_562.html aapg_af_562.html:159:16819:16835 Ripley Tuscaloosa, Alabama +0.483652 aapg_aa_45.html aapg_aa_45.html:191:22902:22920 Moenkopi San Juan, Argentina +0.50008 aapg_ac_191.html aapg_ac_191.html:26:5929:5949 Lane Mexico +0.264528 palaios_html_4880574501 palaios_html_4880574501:55:6479:6483 Kope Netherlands +0.506264 cspg_html_1065856149 cspg_html_1065856149:28:2666:2687 Shaftesbury Anchorage, Alaska +0.252993 gsa_html_3038126504 gsa_html_3038126504:662:62985:63008 Bouse Colorado +0.25647 cspg_html_6810036199 cspg_html_6810036199:10:1284:1300 Viking Western world +0.49469 aapg_ae_4.html aapg_ae_4.html:620:59839:59876 Water Canyon Logan, Utah +0.240297 aapg_ae_4.html aapg_ae_4.html:428:49506:49520 Word Texas +0.488136 aapg_ae_498.html aapg_ae_498.html:677:73551:73555 Bays Virginia +0.249158 cspg_html_3519580725 cspg_html_3519580725:348:39412:39423 Coal Valley Lacombe, Alberta +0.479115 gsa_html_4385238876 gsa_html_4385238876:597:61471:61490 Fire Lake Kayah State +0.268299 gsa_html_7029917366 gsa_html_7029917366:1146:94578:94586 Rockwell Los Angeles +0.263626 gsa_html_8035658736 gsa_html_8035658736:13:575:585 Washington Richland, Washington +0.242905 cspg_html_3102530088 cspg_html_3102530088:74:9992:10007 Eagle Milk River, Alberta +0.480459 aapg_af_839.html aapg_af_839.html:33:4474:4482 Michigan Grand Rapids, Michigan +0.477264 aapg_ac_419.html aapg_ac_419.html:527:62313:62333 Capistrano Bartow County, Georgia +0.268752 aapg_ae_324.html aapg_ae_324.html:618:63390:63406 Bluestone Virginia +0.51552 aapg_ah_311.html aapg_ah_311.html:273:29014:29024 Fort Union Fort Union Trading Post National Historic Site +0.497276 cspg_html_1118978429 cspg_html_1118978429:480:47698:47715 Cadomin Lacombe, Alberta +0.828696 palaios_html_2399848899 palaios_html_2399848899:625:54655:54670 Eutaw Alabama +0.488592 aapg_ac_505.html aapg_ac_505.html:68:10045:10066 Amherstburg West Branch, Iowa +0.254881 cspg_html_4343998218 cspg_html_4343998218:176:20369:20393 Thumb Mountain Little Cornwallis Island +0.2678 gsa_html_8820488310 gsa_html_8820488310:636:55957:55969 Sibley Ravalli County, Montana +0.4598 cspg_html_2020308322 cspg_html_2020308322:81:9623:9642 Crowsnest Crowsnest Pass, Alberta +0.252753 jgeology_html_3686050500 jgeology_html_3686050500:780:74091:74103 Judith River Lacombe, Alberta +0.491303 cspg_html_8040890019 cspg_html_8040890019:247:25870:25877 Gething San Fernando Valley +0.254904 cspg_html_8438548095 cspg_html_8438548095:297:28452:28466 St. Mary River Drumheller +0.256032 cspg_html_6839937815 cspg_html_6839937815:23:3592:3610 Thaynes Las Vegas Strip +0.47586 aapg_ac_302.html aapg_ac_302.html:303:35972:35995 Battleship Wash Hidden Valley, Indiana +0.260478 cspg_html_2928630722 cspg_html_2928630722:8:747:755 Columbia Victoria, British Columbia +0.2535 aapg_aa_233.html aapg_aa_233.html:500:49412:49419 La Pena Matamoros, Tamaulipas +0.44745 aapg_ae_981.html aapg_ae_981.html:250:21550:21556 Laurel Alexander County, North Carolina +0.251604 cspg_html_3860685167 cspg_html_3860685167:487:50865:50875 Mount Head Nelson, New Zealand +0.499939 gsa_html_1452276667 gsa_html_1452276667:65:4363:4391 Green River Colorado +0.277202 gsa_html_1783148177 gsa_html_1783148177:496:53195:53203 Entrance Hunter Mountain (ski area) +0.827528 aapg_ad_81.html aapg_ad_81.html:758:127603:127620 La Luna Venezuela +0.247234 cspg_html_9735723617 cspg_html_9735723617:213:27424:27434 Blue Fiord Melville Island (Canada) +0.264115 cspg_html_5141367518 cspg_html_5141367518:396:55541:55548 Bearpaw North Carolina +0.243332 aapg_ac_484.html aapg_ac_484.html:7:955:970 Pleito Western world +0.227032 AMJC_html_5908077521 AMJC_html_5908077521:593:62396:62408 Dixie Valley Reno, Nevada +0.464598 aapg_ah_3.html aapg_ah_3.html:407:53012:53019 Selkirk Williston, Vermont +0.487656 aapg_ac_417.html aapg_ac_417.html:12:1956:1960 Tyee Raging River +0.26433 cspg_html_9735723617 cspg_html_9735723617:213:27439:27460 Weatherall Melville Island (Canada) +0.274567 gsa_html_1040524378 gsa_html_1040524378:568:66311:66321 Washington Seattle +0.255867 aapg_ah_270.html aapg_ah_270.html:8:1199:1212 Cotton Valley Shreveport, Louisiana +0.481535 aapg_ai_583.html aapg_ai_583.html:329:38996:39016 Chugwater Spearfish, South Dakota +0.25398 sedimentology_html_2467163569 sedimentology_html_2467163569:1361:96531:96537 Oxford Earth +0.248 aapg_ac_749.html aapg_ac_749.html:86:11469:11476 Wiarton Guelph +0.264192 AMJC_html_5722410163 AMJC_html_5722410163:715:67347:67378 Glenns Ferry Boise, Idaho +0.50008 aapg_ad_999.html aapg_ad_999.html:165:16748:16768 Keg River Lacombe, Alberta +0.256542 aapg_af_192.html aapg_af_192.html:114:12359:12365 Lissie Texas +0.51143 aapg_ad_958.html aapg_ad_958.html:1007:104877:104883 Warsaw Salem, Massachusetts +0.254448 aapg_ac_807.html aapg_ac_807.html:1102:99042:99048 Jordan Delaware +0.26624 cspg_html_4305108179 cspg_html_4305108179:22:3178:3196 Read Bay Ellesmere Island +0.494 aapg_aa_987.html aapg_aa_987.html:226:22620:22632 Wapsipinicon Maquoketa, Iowa +0.265081 jgeology_html_3517640817 jgeology_html_3517640817:709:46964:46973 Peninsula Korea +0.467484 geology_html_9547147082 geology_html_9547147082:229:23237:23246 Extension Netherlands +0.71484 gsa_html_1860930948 gsa_html_1860930948:584:64033:64068 Ogallala Texas +0.502516 gsa_html_7193229774 gsa_html_7193229774:250:25773:25789 Fish Canyon Tuff Mumbai +0.25132 sedimentology_html_8795569507 sedimentology_html_8795569507:1194:79715:79726 Gull Island Ireland +0.452088 aapg_ad_808.html aapg_ad_808.html:757:49911:49927 Navajo Logan, Utah +0.501034 aapg_aa_563.html aapg_aa_563.html:86:12610:12622 Austin Chalk Niobrara, Nebraska +0.43575 aapg_aa_23.html aapg_aa_23.html:6:1131:1139 Winnipeg Winnipeg +0.49455 gsa_html_6837513060 gsa_html_6837513060:17:704:714 Washington Washington (state) +0.48672 aapg_ah_240.html aapg_ah_240.html:286:27211:27220 Peninsula Peninsular Malaysia +0.279156 sedimentology_html_1338997515 sedimentology_html_1338997515:1745:54520:54536 Holder Sacramento Mountains (California) +0.263144 cspg_html_6517402834 cspg_html_6517402834:30:3779:3802 Willow Creek Lacombe, Alberta +0.477402 gsa_html_2139035730 gsa_html_2139035730:612:46436:46448 Medicine Hat Lacombe, Alberta +0.2601 gsa_html_6281658899 gsa_html_6281658899:650:72551:72572 Green River Cheyenne, Wyoming +0.471744 cspg_html_8334041965 cspg_html_8334041965:53:10759:10767 Columbia Lacombe, Alberta +0.480599 aapg_ac_972.html aapg_ac_972.html:13:1768:1774 Sierra Western world +0.249996 sedimentology_html_3181527419 sedimentology_html_3181527419:163:13259:13263 Earp Supai, Arizona +0.25959 gsa_html_5773931818 gsa_html_5773931818:1200:119845:119852 Laramie Colorado +0.25935 aapg_ad_721.html aapg_ad_721.html:285:27336:27346 San Andres Artesia, New Mexico +0.482304 aapg_ah_621.html aapg_ah_621.html:101:13861:13876 Molas Hermosa, Chicago +0.266112 aapg_ad_36.html aapg_ad_36.html:249:26397:26416 Smackover Cotton Valley, Louisiana +0.256332 cspg_html_4915680223 cspg_html_4915680223:14:1438:1474 Allen Bay Little Cornwallis Island +0.463684 AMJC_html_6438444321 AMJC_html_6438444321:1235:158761:158795 Ratcliffe Brook New Brunswick, New Jersey +0.261919 geology_html_4041706598 geology_html_4041706598:241:25994:26001 Pearson Earth +0.510948 aapg_ai_664.html aapg_ai_664.html:9:1039:1049 Washington Texas +0.483108 aapg_ai_694.html aapg_ai_694.html:25:3752:3767 Ingleside Matagorda County, Texas +0.494656 aapg_af_142.html aapg_af_142.html:76:6894:6901 Bossier Arkansas +0.497388 aapg_ac_785.html aapg_ac_785.html:336:52565:52584 Barnett Delaware +0.51948 aapg_aa_598.html aapg_aa_598.html:327:33782:33800 Woodside Cheyenne, Wyoming +0.479142 geology_html_5513997578 geology_html_5513997578:172:17454:17463 Fox Hills Cheyenne, Wyoming +0.475776 gsa_html_3318609085 gsa_html_3318609085:766:74310:74314 Peel Jackson, Mississippi +0.2688 cspg_html_9683836416 cspg_html_9683836416:327:53735:53741 Oldman Lacombe, Alberta +0.487368 gsa_html_4883039712 gsa_html_4883039712:826:79917:79922 Colon Caribbean +0.254881 cspg_html_1118978429 cspg_html_1118978429:602:55612:55620 Columbia Victoria, British Columbia +0.493268 gsa_html_2023933346 gsa_html_2023933346:513:52547:52552 Sespe Whittier, Alaska +0.24255 aapg_ad_930.html aapg_ad_930.html:57:7451:7470 Rock Springs Cheyenne, Wyoming +0.48057 cspg_html_5360570542 cspg_html_5360570542:543:56520:56544 Bluff Grand Cayman +0.483 aapg_ai_572.html aapg_ai_572.html:4:431:454 Ada Coffeyville, Kansas +0.24353 aapg_ah_647.html aapg_ah_647.html:570:62138:62151 Earp Colina, Chile +0.247955 aapg_ad_696.html aapg_ad_696.html:460:41951:41956 Bluff Bethel, Alaska +0.88328 aapg_ae_152.html aapg_ae_152.html:3:153:157 Frio Shreveport, Louisiana +0.473946 gsa_html_4482097834 gsa_html_4482097834:637:58650:58658 Virginia Richmond, California +0.237626 aapg_ad_785.html aapg_ad_785.html:773:83707:83723 Fountain Pueblo, Colorado +0.256542 sedimentology_html_6192596736 sedimentology_html_6192596736:246:17134:17138 Hall London, Ontario +0.266087 cspg_html_7402164801 cspg_html_7402164801:347:36104:36125 Belly River Lacombe, Alberta +0.475394 gsa_html_6701310840 gsa_html_6701310840:754:67044:67072 Green River Iran +0.468062 aapg_af_416.html aapg_af_416.html:113:14370:14378 Columbia Elmworth, Alberta +0.240099 aapg_ai_28.html aapg_ai_28.html:10:1688:1698 Rio Grande Texas +0.271932 aapg_ah_536.html aapg_ah_536.html:557:73614:73621 Rodessa Rodessa, Louisiana +0.352858 jgeology_html_8064855537 jgeology_html_8064855537:272:19546:19575 Dakota Cedar Mountains +0.278254 aapg_ae_959.html aapg_ae_959.html:2843:211223:211231 Wolfcamp Sandhills (Carolina) +0.699297 cspg_html_7970836465 cspg_html_7970836465:196:22053:22060 Vaureal Anticosti Island +0.470112 geology_html_4670733348 geology_html_4670733348:277:24472:24477 Rapid Altiplano +0.47311 geology_html_5500109404 geology_html_5500109404:275:25771:25780 Flagstaff Arizona +0.4646 geology_html_6658644806 geology_html_6658644806:12:767:779 Saskatchewan Saskatoon +0.48909 gsa_html_5272671610 gsa_html_5272671610:261:23886:23896 Washington Spokane, Washington +0.470496 aapg_ac_301.html aapg_ac_301.html:285:33915:33934 Jefferson Laketown, Wisconsin +0.481514 cspg_html_3447886929 cspg_html_3447886929:1015:105651:105680 Nepean Ottawa, Kansas +0.509922 cspg_html_5141367518 cspg_html_5141367518:514:64853:64874 Belly River Lacombe, Alberta +0.490028 cspg_html_2738241424 cspg_html_2738241424:225:22593:22599 Shunda Elkton, Kentucky +0.362 sedimentology_html_4005512474 sedimentology_html_4005512474:697:51387:51406 Smackover Alabama +0.478856 gsa_html_2059086425 gsa_html_2059086425:500:39791:39812 Lake Valley London, Ontario +0.25959 cspg_html_9119878068 cspg_html_9119878068:48:6370:6385 Nisku Lacombe, Alberta +0.251001 cspg_html_5345848475 cspg_html_5345848475:860:90865:90879 Colorado Regina, Saskatchewan +0.471552 aapg_ah_978.html aapg_ah_978.html:723:68294:68301 Temblor Coalinga, California +0.94472 aapg_ae_876.html aapg_ae_876.html:61:7587:7604 Dakota Colorado +0.265895 cspg_html_7833083677 cspg_html_7833083677:3412:261127:261157 Hume Canada +0.258152 gsa_html_5274400800 gsa_html_5274400800:711:57971:57989 Monterey California +0.252912 cspg_html_4495377323 cspg_html_4495377323:233:27543:27555 Fernie Lacombe, Alberta +0.267273 cspg_html_7086880709 cspg_html_7086880709:11:875:893 Nahanni Western world +0.264196 aapg_aa_605.html aapg_aa_605.html:108:14142:14155 Santa Barbara California +0.485199 aapg_ah_44.html aapg_ah_44.html:84:11298:11319 Lock Haven Catskill Mountains +0.25647 sedimentology_html_2078363788 sedimentology_html_2078363788:36:2800:2901 Basal Portland, Oregon +0.4725 aapg_ae_467.html aapg_ae_467.html:648:50674:50684 Fort Worth Texas +0.278662 aapg_ah_90.html aapg_ah_90.html:42:6829:6854 Cedar Mountain Cedar Mountains +0.249 sedimentology_html_5672063331 sedimentology_html_5672063331:2305:111101:111113 Owens Valley California +0.254015 cspg_html_7539214955 cspg_html_7539214955:6:370:378 Columbia Victoria, British Columbia +0.269352 cspg_html_9905904289 cspg_html_9905904289:6:697:718 Ravenscrag Lacombe, Alberta +0.26712 aapg_aa_904.html aapg_aa_904.html:591:52387:52395 Columbia Lacombe, Alberta +0.507311 aapg_ah_772.html aapg_ah_772.html:649:54417:54432 Banff Lacombe, Alberta +0.508482 aapg_ac_734.html aapg_ac_734.html:3:186:207 Bell Texas +0.478353 aapg_ad_721.html aapg_ad_721.html:331:32582:32593 Cloud Chief Texas +0.505986 AMJC_html_2228158963 AMJC_html_2228158963:863:90971:90987 Madrid Portland, Maine +0.474672 aapg_af_162.html aapg_af_162.html:8:1187:1199 Little River Texas +0.27489 aapg_ae_643.html aapg_ae_643.html:365:45226:45238 Huntersville Helderberg +0.257024 AMJC_html_6107665103 AMJC_html_6107665103:602:48715:48721 Sierra Koreatown, Los Angeles +0.266766 gsa_html_7498897688 gsa_html_7498897688:12:582:592 Las Cruces New Mexico +0.271392 cspg_html_9803204564 cspg_html_9803204564:284:35720:35743 Dawson Canyon Logan, Utah +0.276555 cspg_html_9361096527 cspg_html_9361096527:30:6512:6524 Saskatchewan Judith River Formation +0.27468 aapg_ah_97.html aapg_ah_97.html:294:30186:30195 Maquoketa Illinois +0.488005 aapg_ah_387.html aapg_ah_387.html:1341:139706:139715 Knoxville Knoxville, Illinois +0.482533 AMJC_html_9709478395 AMJC_html_9709478395:829:77513:77552 Gordon Ontario, California +0.256486 aapg_ah_411.html aapg_ah_411.html:77:10473:10481 Colorado Niobrara, Nebraska +0.48323 sedimentology_html_2368393060 sedimentology_html_2368393060:87:8788:8808 Toro Chile +0.519385 aapg_ac_70.html aapg_ac_70.html:37:5648:5655 Oquirrh Reno, Nevada +0.272745 cspg_html_4530154552 cspg_html_4530154552:233:33110:33118 Columbia Victoria, British Columbia +0.479912 aapg_af_358.html aapg_af_358.html:315:34531:34535 Bell Piedmont (United States) +0.25647 cspg_html_4516258038 cspg_html_4516258038:292:31387:31395 Bathurst Melville, New York +0.263025 jgeology_html_2837808723 jgeology_html_2837808723:1417:74293:74297 Hall London, Ontario +0.246506 aapg_ac_59.html aapg_ac_59.html:257:33147:33167 Stadium Conglomerate Riverside, California +0.257544 cspg_html_8756009083 cspg_html_8756009083:853:88823:88833 Pine Point Mackenzie River +0.24347 aapg_ah_876.html aapg_ah_876.html:353:43929:43948 San Marcos Llano, Texas +0.279282 aapg_ad_466.html aapg_ad_466.html:1196:128133:128146 Potomac North Carolina +0.25048 cspg_html_3175305741 cspg_html_3175305741:22:3038:3058 Richardson Mountains White Mountains (California) +0.458233 cspg_html_4326384800 cspg_html_4326384800:134:19787:19807 Swan Hills Lacombe, Alberta +0.26673 geology_html_9932984966 geology_html_9932984966:287:25337:25342 Swift Chesapeake Bay +0.240091 aapg_aa_691.html aapg_aa_691.html:499:65155:65173 Elk Lacombe, Alberta +0.242928 aapg_ae_757.html aapg_ae_757.html:1063:75230:75238 Colorado Pueblo, Colorado +0.513825 aapg_ae_756.html aapg_ae_756.html:183:18749:18754 Simla Chandpur District +0.242905 aapg_ah_846.html aapg_ah_846.html:216:23157:23171 Nuka Anchorage, Alaska +0.259017 cspg_html_4937997995 cspg_html_4937997995:563:58692:58714 Severn River East Pen Island +0.261117 aapg_af_575.html aapg_af_575.html:868:123560:123576 Pawnee Nowata, Oklahoma +0.256928 aapg_ah_182.html aapg_ah_182.html:126:13027:13038 Jacksonburg Fogelsville, Pennsylvania +0.47672 aapg_ah_506.html aapg_ah_506.html:292:29021:29034 Detroit River Michigan +0.49469 cspg_html_7378664643 cspg_html_7378664643:852:114903:114924 Belly River Lacombe, Alberta +0.253356 aapg_ae_60.html aapg_ae_60.html:332:36312:36319 Wasatch Fort Union Trading Post National Historic Site +0.457612 aapg_ad_683.html aapg_ad_683.html:55:8136:8141 Supai Coconino County, Arizona +0.263088 gsa_html_5130297777 gsa_html_5130297777:966:74717:74745 Green River Iran +0.251082 aapg_ae_459.html aapg_ae_459.html:91:8044:8050 Bisher Ravenna, Seattle +0.504525 gsa_html_3235181502 gsa_html_3235181502:29:2796:2824 Green River New Mexico +0.881712 aapg_ae_958.html aapg_ae_958.html:717:64929:64936 El Paso Texas +0.247494 aapg_aa_934.html aapg_aa_934.html:136:17089:17097 Wolfcamp Nebraska +0.266928 gsa_html_8395433417 gsa_html_8395433417:507:57262:57301 Active Beijing +0.25398 cspg_html_4287356899 cspg_html_4287356899:1567:219064:219081 Step Conglomerate Anchorage, Alaska +0.251808 cspg_html_4799463481 cspg_html_4799463481:48:7283:7303 Bird Fiord Middle East +0.246636 aapg_af_887.html aapg_af_887.html:146:14571:14581 Whitehorse New Mexico +0.258937 cspg_html_5295390542 cspg_html_5295390542:337:42695:42721 Halfway Lacombe, Alberta +0.491303 aapg_aa_73.html aapg_aa_73.html:84:7723:7733 Pocahontas Logan, Utah +0.25344 cspg_html_8694594891 cspg_html_8694594891:74:9210:9228 Billings Carlsbad, New Mexico +0.234969 gsa_html_5272671610 gsa_html_5272671610:455:48073:48089 Poleta Great Basin +0.693517 aapg_af_575.html aapg_af_575.html:838:118879:118886 Chanute Missouri River +0.486837 geology_html_5147372840 geology_html_5147372840:299:26349:26357 Columbia Victoria, British Columbia +0.269439 aapg_ad_149.html aapg_ad_149.html:267:26559:26579 Besa River Victoria, British Columbia +0.266772 gsa_html_7025085073 gsa_html_7025085073:576:50140:50168 Green River New Mexico +0.256824 aapg_aa_563.html aapg_aa_563.html:293:37583:37598 El Paso Benton, Arkansas +0.49131 aapg_ac_325.html aapg_ac_325.html:260:20125:20143 Ingleside Texas +0.250158 aapg_ac_333.html aapg_ac_333.html:1196:142854:142859 Ouray Colorado +0.502021 cspg_html_9689514766 cspg_html_9689514766:723:86968:86976 Montreal Quebec City +0.255972 cspg_html_9435196958 cspg_html_9435196958:967:40948:40969 Belly River Lacombe, Alberta +0.290988 cspg_html_7281679890 cspg_html_7281679890:261:42606:42624 Blackstone Arctic Cordillera +0.269418 aapg_af_964.html aapg_af_964.html:661:68769:68775 Viking Lacombe, Alberta +0.244374 aapg_ac_333.html aapg_ac_333.html:969:117484:117496 Hermit Coconino County, Arizona +0.488002 aapg_ai_996.html aapg_ai_996.html:1236:52415:52434 Woodbine Sayreville, New Jersey +0.400374 aapg_ac_952.html aapg_ac_952.html:157:17146:17165 Morehouse Shreveport, Louisiana +0.4888 aapg_ah_318.html aapg_ah_318.html:85:13217:13236 Smackover Cotton Valley, Louisiana +0.46035 aapg_ad_856.html aapg_ad_856.html:76:7798:7815 Edwards Madisonville, Kentucky +0.287071 aapg_ah_619.html aapg_ah_619.html:42:5633:5644 Dakota Cheyenne County, Kansas +0.242985 cspg_html_1743060601 cspg_html_1743060601:641:89264:89272 Columbia Victoria, British Columbia +0.49875 gsa_html_2989317971 gsa_html_2989317971:304:35206:35228 Sucker Creek Adrian, Michigan +0.285155 aapg_ae_220.html aapg_ae_220.html:442:49192:49201 Smackover Ouachita River +0.269136 sedimentology_html_2052505368 sedimentology_html_2052505368:1148:56698:56702 Hall London, Ontario +0.460288 aapg_ad_466.html aapg_ad_466.html:391:48126:48133 Magothy Closter, New Jersey +0.494656 aapg_ad_401.html aapg_ad_401.html:3:171:191 Fort Union Fort Union Trading Post National Historic Site +0.453096 cspg_html_3734757529 cspg_html_3734757529:401:58863:58878 Leduc Lacombe, Alberta +0.264187 gsa_html_4107115595 gsa_html_4107115595:55:3466:3494 Green River New Mexico +0.260598 cspg_html_6611173979 cspg_html_6611173979:339:33622:33640 Palliser Victoria, British Columbia +0.2604 aapg_ah_311.html aapg_ah_311.html:277:29689:29699 Hell Creek Medora, North Dakota +0.472054 aapg_ai_864.html aapg_ai_864.html:10:1414:1435 Cliff House New Mexico +0.2505 palaios_html_1018466366 palaios_html_1018466366:1849:154552:154560 Columbia Victoria, British Columbia +0.471744 aapg_aa_419.html aapg_aa_419.html:235:21688:21694 Forest Lucknow +0.242484 aapg_af_908.html aapg_af_908.html:17:2129:2150 Holdenville Okemah, Oklahoma +0.253356 aapg_ae_368.html aapg_ae_368.html:109:9776:9799 Dennis Lampasas, Texas +0.48896 aapg_ae_391.html aapg_ae_391.html:823:83805:83822 Rustler New Mexico +0.476451 aapg_ae_884.html aapg_ae_884.html:138:17881:17890 Fruitland Trinidad and Tobago +0.5543 aapg_ad_344.html aapg_ad_344.html:33:3742:3754 Pierre Mobridge, South Dakota +0.245478 aapg_ah_467.html aapg_ah_467.html:324:30063:30071 Kootenay Benton, Arkansas +0.26818 aapg_ai_339.html aapg_ai_339.html:105:11414:11430 Sligo Texas +0.269748 sedimentology_html_9626990209 sedimentology_html_9626990209:981:83160:83179 Rock Springs Cheyenne, Wyoming +0.240981 cspg_html_9951421861 cspg_html_9951421861:230:32989:33001 Grand Rapids Clearwater, Florida +0.26447 cspg_html_7135913551 cspg_html_7135913551:9:566:581 Lance Cheyenne, Wyoming +0.267804 aapg_aa_954.html aapg_aa_954.html:262:23826:23845 Aux Vases Salem, Massachusetts +0.48552 aapg_ah_150.html aapg_ah_150.html:381:46691:46709 Oakville Alabama +0.259458 aapg_ad_763.html aapg_ad_763.html:17:2152:2163 San Joaquin Sacramento, California +0.366231 gsa_html_8152640301 gsa_html_8152640301:616:55927:55953 Naknek Talkeetna Mountains +0.26471 cspg_html_6252849194 cspg_html_6252849194:232:29639:29656 Bearpaw Canada +0.4692 aapg_ae_855.html aapg_ae_855.html:102:11644:11663 Flagstaff Flagstaff, Arizona +0.24276 gsa_html_9280112280 gsa_html_9280112280:12:547:553 Toledo Earth +0.500988 aapg_ah_599.html aapg_ah_599.html:210:15912:15923 San Antonio Texas +0.288342 aapg_ac_590.html aapg_ac_590.html:103:13790:13808 Ogallala New Mexico +0.494769 sedimentology_html_3699565200 sedimentology_html_3699565200:609:56109:56119 Cunningham Emery Theatre +0.496683 gsa_html_4719798013 gsa_html_4719798013:327:32280:32305 Blackwater Draw Muleshoe National Wildlife Refuge +0.25908 gsa_html_1783705204 gsa_html_1783705204:9:389:395 Sierra California +0.472384 aapg_ae_371.html aapg_ae_371.html:234:22163:22174 Shasta Canmore, Alberta +0.47628 cspg_html_5241714595 cspg_html_5241714595:654:97800:97826 Birdbear Regina, Saskatchewan +0.253356 sedimentology_html_2047742853 sedimentology_html_2047742853:1218:67563:67579 Holder Sacramento Mountains (California) +0.487656 aapg_ad_809.html aapg_ad_809.html:270:20727:20736 Maquoketa Chattanooga, Tennessee +0.240885 aapg_ai_105.html aapg_ai_105.html:388:48212:48227 Molas Colorado +0.254388 cspg_html_5542874609 cspg_html_5542874609:101:16531:16538 Wapiabi Wapiti River +0.250712 gsa_html_6194837075 gsa_html_6194837075:432:34458:34478 Buda Texas +0.472725 aapg_ae_190.html aapg_ae_190.html:16:2327:2342 Boone Arkansas +0.258792 gsa_html_7153425423 gsa_html_7153425423:928:74729:74741 Fort Simpson Canada +0.252494 aapg_ad_717.html aapg_ad_717.html:220:24579:24585 Toroweap Kaibab, Arizona +0.48222 aapg_ai_942.html aapg_ai_942.html:224:34683:34707 Salado Texas +0.251292 gsa_html_6441142238 gsa_html_6441142238:203:20613:20628 Maquoketa Middle Ordovician +0.262095 aapg_ae_928.html aapg_ae_928.html:675:48838:48866 Smackover Shreveport, Louisiana +0.25245 aapg_ah_376.html aapg_ah_376.html:7:893:912 Englewood Pennington County, Minnesota +0.807118 AMJC_html_8206209174 AMJC_html_8206209174:890:82931:82940 Nipissing Sudbury, Suffolk +0.232776 gsa_html_9911071626 gsa_html_9911071626:12:500:508 Virginia Reston, Virginia +0.256027 geology_html_2314894667 geology_html_2314894667:287:23738:23744 Arroyo Uruguay +0.484702 gsa_html_5628865226 gsa_html_5628865226:382:40783:40792 San Diego California +0.441835 aapg_ai_49.html aapg_ai_49.html:578:76014:76022 Tensleep Logan, Utah +0.262143 geology_html_4301172553 geology_html_4301172553:209:18222:18233 Green River Cheyenne, Wyoming +0.370512 aapg_ai_838.html aapg_ai_838.html:423:60225:60234 Smackover Mississippi River +0.260604 gsa_html_4913703235 gsa_html_4913703235:231:24306:24325 Tuscarora Pennsylvania +0.258482 gsa_html_7679739920 gsa_html_7679739920:12:442:450 Colorado Denver +0.2475 cspg_html_7839431712 cspg_html_7839431712:173:18342:18358 Horseshoe Canyon Lacombe, Alberta +0.49088 gsa_html_8124258968 gsa_html_8124258968:65:4773:4801 Green River Colorado +0.251748 gsa_html_6142651299 gsa_html_6142651299:929:80518:80526 Rockwell Los Angeles +0.263572 aapg_ae_959.html aapg_ae_959.html:1467:105680:105693 Abo Delaware +0.255398 jgeology_html_4599466962 jgeology_html_4599466962:151:11320:11329 Schoharie Onondaga (tribe) +0.47785 aapg_ai_357.html aapg_ai_357.html:8:1143:1150 Bigford Carrizo Plain +0.286848 aapg_ac_35.html aapg_ac_35.html:306:27535:27540 Davis California +0.25431 aapg_ad_4.html aapg_ad_4.html:457:35841:35847 Cannon Cynthiana, Kentucky +0.267624 gsa_html_3151431803 gsa_html_3151431803:106:12949:12965 Chinle Kayenta, Arizona +0.251502 aapg_ad_945.html aapg_ad_945.html:57:7245:7265 Clearwater CFB Cold Lake +0.4731 aapg_ac_629.html aapg_ac_629.html:490:60449:60457 Colorado Austin, Chicago +0.522648 aapg_ah_301.html aapg_ah_301.html:766:91958:91973 Nisku Canada +0.516216 aapg_ah_687.html aapg_ah_687.html:474:65443:65457 Wabamun Calgary +0.25654 cspg_html_7351304206 cspg_html_7351304206:505:57378:57419 Albert New Brunswick, New Jersey +0.466378 aapg_ah_856.html aapg_ah_856.html:25:3964:3976 Tactic Guatemala +0.492544 aapg_ai_399.html aapg_ai_399.html:373:35645:35668 Porters Creek Stoddard County, Missouri +0.468135 aapg_aa_300.html aapg_aa_300.html:178:25814:25824 Point Loma Carlsbad, New Mexico +0.273 aapg_ac_126.html aapg_ac_126.html:138:20819:20836 Haynesville Haynesville, Louisiana +0.488376 aapg_ah_532.html aapg_ah_532.html:81:7753:7768 Ouray Leadville, Colorado +0.514024 aapg_aa_702.html aapg_aa_702.html:1881:169250:169262 Saskatchewan Cleveland +0.503608 aapg_af_854.html aapg_af_854.html:644:89533:89539 Warsaw Kentucky +0.253456 cspg_html_5889831809 cspg_html_5889831809:46:6528:6548 Clearwater Lacombe, Alberta +0.29088 aapg_ah_376.html aapg_ah_376.html:30:3730:3747 Spearfish Rapid City, South Dakota +0.543777 aapg_aa_841.html aapg_aa_841.html:101:9830:9840 Frio Brazoria County, Texas +0.288792 geology_html_6889011624 geology_html_6889011624:16:726:735 Red River Canada +0.813316 aapg_ac_742.html aapg_ac_742.html:15:2264:2287 Gypsum Spring Cheyenne, Wyoming +0.498225 cspg_html_5438428738 cspg_html_5438428738:398:53663:53683 Ravenscrag Regina, Saskatchewan +0.46906 cspg_html_7938374662 cspg_html_7938374662:291:30690:30701 Peace River Canada +0.486156 cspg_html_4450068317 cspg_html_4450068317:170:18743:18751 Columbia Victoria, British Columbia +0.262644 sedimentology_html_6337108022 sedimentology_html_6337108022:1550:78993:79016 Lincoln Creek Washington (state) +0.300048 aapg_aa_976.html aapg_aa_976.html:231:27940:27960 Bonner Springs Plattsburg, Missouri +0.503908 cspg_html_8316122266 cspg_html_8316122266:6:518:526 Columbia Victoria, British Columbia +0.469282 aapg_ad_641.html aapg_ad_641.html:166:20007:20027 San Andres New Mexico +0.25654 AMJC_html_5390933660 AMJC_html_5390933660:194:21243:21267 Gile Mountain Hanover +0.26312 aapg_ac_298.html aapg_ac_298.html:323:31299:31311 Halfway Alta, Utah +0.463264 aapg_ad_325.html aapg_ad_325.html:1243:114494:114500 Denver Colorado +0.690795 aapg_ac_544.html aapg_ac_544.html:317:39294:39309 Atoka Arkoma, Oklahoma +0.812448 aapg_af_561.html aapg_af_561.html:439:41287:41299 Wasatch Wasatch Range +0.774788 aapg_aa_684.html aapg_aa_684.html:3:334:349 Chugwater Cheyenne, Wyoming +0.505724 geology_html_2439191324 geology_html_2439191324:179:23130:23136 Reston Virginia +0.264554 cspg_html_8520409981 cspg_html_8520409981:95:10764:10768 Wendover Canada +0.274548 aapg_ah_318.html aapg_ah_318.html:978:99604:99623 Smackover Franklin County, Ohio +0.257 aapg_aa_243.html aapg_aa_243.html:15:1582:1631 Onondaga Pennsylvania +0.262135 gsa_html_9053175553 gsa_html_9053175553:482:49830:49866 Flagstaff Logan, Utah +0.47998 aapg_af_639.html aapg_af_639.html:147:7450:7461 Wills Point Shreveport, Louisiana +0.261542 cspg_html_1347848644 cspg_html_1347848644:39:5576:5582 Provo Caucasus Mountains +0.495558 cspg_html_8818854104 cspg_html_8818854104:762:80181:80189 Columbia Lacombe, Alberta +0.251196 AMJC_html_8619525948 AMJC_html_8619525948:516:58508:58513 Piper Canada +0.27924 aapg_ad_575.html aapg_ad_575.html:116:15955:15982 Minnelusa Cheyenne, Wyoming +0.268786 cspg_html_8509913074 cspg_html_8509913074:373:48233:48248 Eramosa Guelph +0.26214 sedimentology_html_5673709888 sedimentology_html_5673709888:1354:66232:66262 Gambier Mount Gambier Airport +0.484124 cspg_html_9435196958 cspg_html_9435196958:396:17425:17436 Belly River Canada +0.502765 aapg_ad_112.html aapg_ad_112.html:41:6647:6683 Prairie Germany +0.451232 aapg_ae_104.html aapg_ae_104.html:112:12315:12323 Scotland England +0.261057 gsa_html_6317284187 gsa_html_6317284187:774:67934:67947 Santa Barbara Victoria, British Columbia +0.273429 aapg_ah_806.html aapg_ah_806.html:62:4959:4965 Topeka Atoka, Oklahoma +0.248805 aapg_ae_916.html aapg_ae_916.html:252:28822:28837 Mt Lytton Judith River Formation +0.474306 aapg_ae_419.html aapg_ae_419.html:1661:123762:123782 San Felipe Tampico, Illinois +0.469887 aapg_ae_305.html aapg_ae_305.html:1197:107516:107522 Perija Maracaibo +0.844536 aapg_ae_904.html aapg_ae_904.html:246:26246:26264 Deadwood Black Hills +0.245895 gsa_html_1538463681 gsa_html_1538463681:250:19912:19928 Morita Cerro Azul, Peru +0.492203 aapg_ai_288.html aapg_ai_288.html:67:12315:12333 San Onofre Breccia Santa Monica Mountains +0.254007 aapg_ad_466.html aapg_ad_466.html:900:97455:97463 Monmouth Matawan, New Jersey +0.277648 gsa_html_5865982995 gsa_html_5865982995:111:13040:13061 Green River Uinta Mountains +0.486864 gsa_html_2023933346 gsa_html_2023933346:1018:95837:95856 Silverado California +0.252003 geology_html_5171768193 geology_html_5171768193:345:29506:29514 Virginia Blue Ridge Mountains +0.503304 aapg_ad_784.html aapg_ad_784.html:73:10013:10018 Sespe South Mountains (Arizona) +0.466932 aapg_aa_233.html aapg_aa_233.html:192:18992:18998 Otates Matamoros, Tamaulipas +0.275456 aapg_ac_749.html aapg_ac_749.html:46:5761:5770 Rochester Irondequoit, New York +0.247486 aapg_ah_0.html aapg_ah_0.html:105:16278:16284 Denver Colorado +0.262584 sedimentology_html_6253258212 sedimentology_html_6253258212:215:20150:20154 Hall London, Ontario +0.25194 gsa_html_5627360957 gsa_html_5627360957:24:1819:1825 Sonora California +0.488529 aapg_ah_93.html aapg_ah_93.html:239:32702:32709 Maywood Lacombe, Alberta +0.26571 gsa_html_3613642206 gsa_html_3613642206:825:74817:74827 Washington Seattle +0.475881 aapg_ae_681.html aapg_ae_681.html:4:465:474 Smackover Haynesville, Louisiana +0.287885 aapg_ah_90.html aapg_ah_90.html:79:12872:12894 Burro Canyon Colorado +0.4807 cspg_html_4666332434 cspg_html_4666332434:456:71096:71112 Oldman Canada +0.26129 aapg_af_18.html aapg_af_18.html:67:8299:8320 Dakota Fall River, Nova Scotia +0.46154 cspg_html_6351830705 cspg_html_6351830705:210:32485:32496 Road Canyon China +0.827805 AMJC_html_7085584544 AMJC_html_7085584544:115:16179:16194 Lance Fort Union Trading Post National Historic Site +0.498388 gsa_html_2447433426 gsa_html_2447433426:81:5302:5330 Green River Colorado +0.499035 gsa_html_8308045298 gsa_html_8308045298:781:77581:77591 Washington Seattle +0.27189 aapg_ai_491.html aapg_ai_491.html:363:42616:42622 Morgan Logan, Utah +0.218004 aapg_ak_87.html aapg_ak_87.html:379:49387:49406 Horquilla Earp, California +0.24684 aapg_ai_357.html aapg_ai_357.html:213:23587:23594 Bigford Carrizo Plain +0.24304 gsa_html_1130947011 gsa_html_1130947011:160:19315:19330 Galena Lexington, Kentucky +0.259904 aapg_ad_785.html aapg_ad_785.html:77:8288:8296 Fountain Colorado Springs, Colorado +0.266772 cspg_html_2695921112 cspg_html_2695921112:354:45642:45663 Bonaventure New Brunswick, New Jersey +0.258039 palaios_html_7341451922 palaios_html_7341451922:1319:104457:104473 Pioche Reno, Nevada +0.244458 aapg_ac_4.html aapg_ac_4.html:472:38192:38203 Sadlerochit Anchorage, Alaska +0.256512 cspg_html_5541725202 cspg_html_5541725202:312:43585:43611 Springhill Bridgetown, Nova Scotia +0.261522 sedimentology_html_7107158530 sedimentology_html_7107158530:1479:77841:77847 Walker Chartres Cathedral +0.479465 cspg_html_8525917094 cspg_html_8525917094:227:29053:29058 Swift Lacombe, Alberta +0.487936 gsa_html_4481507291 gsa_html_4481507291:54:3376:3404 Green River Colorado +0.25235 jgeology_html_7743775272 jgeology_html_7743775272:876:58667:58691 Frio Texas +0.255518 cspg_html_1984085623 cspg_html_1984085623:693:75142:75147 Nisku Canada +0.262944 sedimentology_html_1203789174 sedimentology_html_1203789174:1526:74073:74078 Piper Saguenay River +0.2605 sedimentology_html_9326831356 sedimentology_html_9326831356:729:65176:65186 Washington Seattle +0.486315 gsa_html_2180342530 gsa_html_2180342530:1030:70381:70409 Green River Colorado +0.276451 aapg_ad_428.html aapg_ad_428.html:142:9763:9777 Frio Texas +0.27189 palaios_html_4718816377 palaios_html_4718816377:34:2148:2165 La Luna Venezuela +0.479142 cspg_html_3354282978 cspg_html_3354282978:416:54024:54040 Leduc Swan Hill, Victoria +0.265125 geology_html_9004383999 geology_html_9004383999:53:6147:6166 Mount Cap Canada +0.26622 gsa_html_2787542089 gsa_html_2787542089:64:4179:4207 Green River Colorado +0.498759 cspg_html_6383234409 cspg_html_6383234409:128:13845:13865 Bird Fiord Ellesmere Island +0.256536 cspg_html_9330018201 cspg_html_9330018201:41:6739:6753 Elko Middle East +0.255595 aapg_ah_158.html aapg_ah_158.html:164:29894:29899 Upham New Mexico +0.240064 cspg_html_3447886929 cspg_html_3447886929:376:43308:43328 West Point Canada +0.24157 aapg_ai_724.html aapg_ai_724.html:253:24405:24422 Prince Alfred Bay Devon Island +0.4747 gsa_html_8531594123 gsa_html_8531594123:275:37840:37859 San Joaquin Sierra Nevada (Spain) +0.44604 aapg_ai_468.html aapg_ai_468.html:51:7016:7028 Hosston Cotton Valley, Louisiana +0.48932 cspg_html_9879671248 cspg_html_9879671248:132:13855:13868 Wabamun Lacombe, Alberta +0.479987 sedimentology_html_6303171089 sedimentology_html_6303171089:105:10877:10923 Slope Spain +0.257514 cspg_html_9778753186 cspg_html_9778753186:356:51980:51988 Kootenay Lacombe, Alberta +0.487956 aapg_af_568.html aapg_af_568.html:135:15274:15293 Tensleep Cheyenne, Wyoming +0.269868 aapg_ai_720.html aapg_ai_720.html:253:28481:28494 Potomac Closter, New Jersey +0.255458 aapg_ai_468.html aapg_ai_468.html:265:33042:33061 Cotton Valley Arkansas +0.238144 gsa_html_1217771406 gsa_html_1217771406:841:80325:80332 Oceanic Santa Ana, California +0.519596 aapg_ad_40.html aapg_ad_40.html:36:3942:3958 Eutaw Gilbertown, Alabama +0.277704 AMJC_html_6242114524 AMJC_html_6242114524:939:91210:91217 St Marys China +0.477594 AMJC_html_2360213652 AMJC_html_2360213652:903:92467:92474 Charles Pennsylvania +0.453397 gsa_html_4067767548 gsa_html_4067767548:75:7275:7283 Virginia North Carolina +0.25948 aapg_aa_44.html aapg_aa_44.html:54:6662:6670 Moenkopi Chinle Formation +0.252004 gsa_html_9277559462 gsa_html_9277559462:406:47707:47715 Colorado Denver +0.481566 aapg_ai_287.html aapg_ai_287.html:206:25951:25961 Santa Cruz Santa Catalina Island, California +0.52768 aapg_af_568.html aapg_af_568.html:289:29881:29895 Dakota Cheyenne, Wyoming +0.367285 aapg_ad_98.html aapg_ad_98.html:120:12537:12553 Eureka Quartzite Reno, Nevada +0.252973 cspg_html_7494952355 cspg_html_7494952355:27:6668:6689 Lawrence Ontario, California +0.45504 aapg_ah_327.html aapg_ah_327.html:191:14736:14743 Madison Meramec River +0.260428 aapg_af_483.html aapg_af_483.html:75:10203:10225 Todos Santos Honduras +0.496228 sedimentology_html_3746379745 sedimentology_html_3746379745:893:70563:70575 Owens Valley California +0.488448 cspg_html_9361096527 cspg_html_9361096527:894:78190:78212 Judith River Lacombe, Alberta +0.285696 aapg_aa_940.html aapg_aa_940.html:69:7582:7602 Pottsville Carbondale, Pennsylvania +0.75 aapg_af_479.html aapg_af_479.html:746:78826:78845 Cabrillo California +0.266716 cspg_html_3521815736 cspg_html_3521815736:57:9625:9629 Toad Middle East +0.49244 aapg_aa_712.html aapg_aa_712.html:22:3802:3810 Glenwood Platteville, Colorado +0.249964 cspg_html_8362959053 cspg_html_8362959053:138:19342:19361 Hulcross Boulder Creek (Colorado) +0.491824 aapg_ac_998.html aapg_ac_998.html:27:3413:3433 Sentinel Butte North Dakota +0.50388 palaios_html_4501603736 palaios_html_4501603736:168:15872:15889 Thaynes Montello, Nevada +0.235209 cspg_html_6665051947 cspg_html_6665051947:688:58436:58448 Saskatchewan Waseca, Minnesota +0.227916 geology_html_8754746238 geology_html_8754746238:14:697:705 San Jose California +0.26059 aapg_aa_399.html aapg_aa_399.html:396:31576:31590 St. Mary River Estevan +0.274575 aapg_ad_715.html aapg_ad_715.html:13:1976:1980 Wendover Missouri River +0.2525 sedimentology_html_1574151857 sedimentology_html_1574151857:127:11720:11730 Washington Salem, Oregon +0.47595 aapg_ae_715.html aapg_ae_715.html:437:55922:55937 Frio Mississippi River +0.252324 aapg_ac_741.html aapg_ac_741.html:359:40794:40812 Niobrara Sharon Springs, Kansas +0.499824 cspg_html_8420019719 cspg_html_8420019719:7:367:382 Banff Edmonton, London +0.494334 aapg_aa_621.html aapg_aa_621.html:434:52301:52316 Lance Fort Union Trading Post National Historic Site +0.302855 aapg_aa_62.html aapg_aa_62.html:572:45649:45654 Choco Colombia +0.90616 aapg_ad_865.html aapg_ad_865.html:380:37629:37634 Ouray Colorado +0.25414 cspg_html_5595872887 cspg_html_5595872887:207:24046:24055 Crowsnest Lacombe, Alberta +0.265734 palaios_html_3312501193 palaios_html_3312501193:266:30795:30813 Moenkopi Logan, Utah +0.257446 cspg_html_1050448431 cspg_html_1050448431:200:26399:26429 Debolt Victoria, British Columbia +0.261057 gsa_html_2284204284 gsa_html_2284204284:643:81752:81765 Hermosa Logan, Utah +0.267734 aapg_ae_958.html aapg_ae_958.html:2196:189394:189401 Rustler Salado, Texas +0.267734 gsa_html_5813911420 gsa_html_5813911420:64:5238:5266 Green River New Mexico +0.49685 aapg_ah_532.html aapg_ah_532.html:80:7631:7646 Rockwood Ouray, Colorado +0.48568 aapg_ac_305.html aapg_ac_305.html:153:15952:15971 Williston Williston, Vermont +0.252928 sedimentology_html_4270818528 sedimentology_html_4270818528:638:21105:21110 Douro Douro DOC +0.474264 aapg_aa_4.html aapg_aa_4.html:69:8738:8754 Sonyea Lake Erie +0.499069 gsa_html_2023933346 gsa_html_2023933346:648:64586:64601 Sespe Puente Hills Mall +0.26624 cspg_html_6306091047 cspg_html_6306091047:46:8936:8945 Baldonnel Victoria, British Columbia +0.476784 aapg_ad_52.html aapg_ad_52.html:1165:128531:128539 Michigan Michigan +0.243474 aapg_af_663.html aapg_af_663.html:530:52830:52853 Sullivan Adair County, Missouri +0.254364 cspg_html_3854139935 cspg_html_3854139935:63:9717:9722 Eagle Judith River Formation +0.253272 cspg_html_2018998204 cspg_html_2018998204:45:5237:5259 Mount Kindle Wrigley Field +0.251883 palaios_html_8472682513 palaios_html_8472682513:846:69526:69558 Cutler Colorado Western Slope +0.249368 aapg_ah_157.html aapg_ah_157.html:175:24168:24188 Franconia Galesville, Maryland +0.464198 aapg_ad_784.html aapg_ad_784.html:460:48394:48413 Coldwater Santa Paula, California +0.4902 aapg_ae_319.html aapg_ae_319.html:370:29036:29052 Spearfish Cheyenne, Wyoming +0.251923 aapg_ad_3.html aapg_ad_3.html:383:35940:35959 Blackford Knoxville, Tennessee +0.448742 aapg_ah_435.html aapg_ah_435.html:296:35159:35163 Frio Texas +0.498176 gsa_html_2168907540 gsa_html_2168907540:1110:101538:101566 Green River Colorado +0.50102 aapg_ai_999.html aapg_ai_999.html:280:22061:22077 Fernie Lacombe, Alberta +0.476685 aapg_ad_166.html aapg_ad_166.html:747:65470:65475 Lagro Wabash and Erie Canal +0.49104 gsa_html_5990348965 gsa_html_5990348965:1297:109686:109714 Green River Colorado +0.236132 aapg_ae_718.html aapg_ae_718.html:287:28176:28192 Rundle Worthington, Minnesota +0.484059 aapg_ai_53.html aapg_ai_53.html:70:8202:8207 Indio Carrizo Plain +0.251968 aapg_ae_16.html aapg_ae_16.html:561:65606:65614 Columbia Victoria, British Columbia +0.456318 aapg_ah_152.html aapg_ah_152.html:65:8719:8727 Colorado Denver +0.495286 AMJC_html_4504848787 AMJC_html_4504848787:582:56734:56756 Mechum River Virginia +0.250318 cspg_html_9343899465 cspg_html_9343899465:2742:243136:243146 Ibbett Bay Melville Island (Canada) +0.501072 aapg_aa_682.html aapg_aa_682.html:686:72491:72500 Lecompton Topeka, Kansas +0.250997 geology_html_3342004799 geology_html_3342004799:324:27337:27344 Harmony Reno, Nevada +0.26037 cspg_html_6786864151 cspg_html_6786864151:528:46058:46071 Velasco Mexico +0.462186 geology_html_4887222795 geology_html_4887222795:214:20912:20925 Francis London, Ontario +0.488796 aapg_ai_700.html aapg_ai_700.html:93:10029:10035 Jordan Judea +0.351586 cspg_html_4403434336 cspg_html_4403434336:212:23007:23026 Allen Bay Ellesmere Island +0.49098 aapg_af_494.html aapg_af_494.html:179:18995:19011 Boas River East Bay (San Francisco Bay Area) +0.483328 cspg_html_4796942391 cspg_html_4796942391:466:51246:51274 Viking Canada +0.25039 aapg_ah_80.html aapg_ah_80.html:98:10378:10387 Matanuska Talkeetna, Alaska +0.487548 aapg_ad_921.html aapg_ad_921.html:128:14859:14877 Fairview Clermont County, Ohio +0.2955 aapg_ah_96.html aapg_ah_96.html:247:28554:28568 Red River Winnipeg +0.26964 aapg_ac_586.html aapg_ac_586.html:251:27822:27842 Pottsville Schuylkill County, Pennsylvania +0.281576 aapg_aa_23.html aapg_aa_23.html:612:76977:76991 Stony Mountain Anticosti Island +0.266752 palaios_html_4958148030 palaios_html_4958148030:340:32247:32261 Beaufort South Africa +0.257516 sedimentology_html_3071253237 sedimentology_html_3071253237:446:38778:38788 Santa Cruz California +0.229441 cspg_html_3907807140 cspg_html_3907807140:23:2582:2609 Athabasca Lacombe, Alberta +0.26469 sedimentology_html_3455473347 sedimentology_html_3455473347:907:63377:63381 Hall London, Ontario +0.294173 aapg_ac_316.html aapg_ac_316.html:22:2922:2942 San Andres Artesia, New Mexico +0.272976 cspg_html_1975682848 cspg_html_1975682848:278:36923:36927 Eids Canada +0.487844 aapg_ah_644.html aapg_ah_644.html:311:36922:36930 Sundance Williston Basin +0.25654 cspg_html_9354781888 cspg_html_9354781888:276:31702:31710 Columbia Victoria, British Columbia +0.235578 palaios_html_1229296810 palaios_html_1229296810:49:4516:4534 Purisima Santa Cruz County, Arizona +0.495281 gsa_html_7159719164 gsa_html_7159719164:84:6361:6389 Green River Colorado +0.470208 cspg_html_3630723811 cspg_html_3630723811:119:12689:12708 Athabasca Lacombe, Alberta +0.25441 aapg_ae_708.html aapg_ae_708.html:101:12866:12893 Nolichucky Maryville, Missouri +0.24843 gsa_html_2989317971 gsa_html_2989317971:798:82439:82467 Glenns Ferry Wood River (Oregon) +0.241335 aapg_ah_144.html aapg_ah_144.html:13:1384:1395 Stony Creek New Brunswick, New Jersey +0.483041 gsa_html_4650354985 gsa_html_4650354985:1358:107779:107807 Green River Colorado +0.496506 gsa_html_1217771406 gsa_html_1217771406:864:82590:82603 Santa Barbara California +0.507715 aapg_ah_779.html aapg_ah_779.html:596:109971:109978 Chemung Middle East +0.501557 gsa_html_5015599008 gsa_html_5015599008:708:60695:60714 Belle Fourche Cheyenne, Wyoming +0.25168 jgeology_html_8064855537 jgeology_html_8064855537:1044:65815:65831 Dakota Colorado +0.266562 cspg_html_5104062649 cspg_html_5104062649:111:11280:11298 Imperial Western world +0.494 palaios_html_5264377288 palaios_html_5264377288:752:59329:59335 Walker Anchorage, Alaska +0.24617 cspg_html_7378664643 cspg_html_7378664643:803:112251:112261 Wabamun Lacombe, Alberta +0.488652 aapg_ai_54.html aapg_ai_54.html:109:12039:12049 Tuscaloosa Tuscaloosa, Alabama +0.249991 aapg_ah_158.html aapg_ah_158.html:415:48198:48208 Rio Grande El Paso, Texas +0.246865 aapg_ai_49.html aapg_ai_49.html:80:7986:8004 Fountain Colorado Springs, Colorado +0.260538 aapg_ah_517.html aapg_ah_517.html:119:11626:11639 Turner Valley Lacombe, Alberta +0.259659 aapg_ac_730.html aapg_ac_730.html:497:71433:71437 Wepo Niobrara, Nebraska +0.47628 cspg_html_4176605708 cspg_html_4176605708:707:68059:68073 Colorado Regina, Saskatchewan +0.492264 aapg_af_47.html aapg_af_47.html:78:7975:7985 Cumberland Ardmore, Pennsylvania +0.491454 aapg_ah_505.html aapg_ah_505.html:1553:125559:125566 Manitou Pikes Peak +0.470418 aapg_ac_881.html aapg_ac_881.html:673:79426:79444 Manitou Colorado +0.518 aapg_af_575.html aapg_af_575.html:800:112024:112031 Savanna McAlester, Oklahoma +0.259931 aapg_ai_364.html aapg_ai_364.html:15:1928:1938 Deer Creek Americus, Georgia +0.252888 aapg_ah_774.html aapg_ah_774.html:39:6045:6063 Bluff Wisconsin +0.253916 aapg_ah_972.html aapg_ah_972.html:439:43647:43655 Whitsett Campbellton, Florida +0.489419 gsa_html_1549665076 gsa_html_1549665076:694:63007:63013 Oregon Washington (state) +0.25839 aapg_aa_328.html aapg_aa_328.html:198:15631:15640 Chapopote Mexico +0.25428 cspg_html_9778753186 cspg_html_9778753186:42:5952:5973 Kootenay Lacombe, Alberta +0.50403 jgeology_html_8492223548 jgeology_html_8492223548:1419:92906:92922 Bighorn Dolomite Alpine Northwest, Wyoming +0.871392 cspg_html_2796643803 cspg_html_2796643803:621:72038:72052 Winnipeg Williston Basin +0.261072 aapg_aa_696.html aapg_aa_696.html:3:332:339 Paradox Logan, Utah +0.498318 cspg_html_4286634979 cspg_html_4286634979:495:49011:49028 Cardium Lacombe, Alberta +0.2505 aapg_ai_144.html aapg_ai_144.html:545:43383:43394 Peace River Lacombe, Alberta +0.489762 aapg_af_880.html aapg_af_880.html:653:103106:103119 Wolfcamp Texas +0.475406 aapg_ah_311.html aapg_ah_311.html:20:3371:3381 Fort Union Fort Union Trading Post National Historic Site +0.25857 gsa_html_7102550258 gsa_html_7102550258:220:22193:22210 Moenave Colorado +0.259017 cspg_html_7434089303 cspg_html_7434089303:323:41065:41073 Read Bay Ellesmere Island +0.267804 aapg_af_745.html aapg_af_745.html:706:91274:91294 Keokuk Burlington, Ontario +0.5149 aapg_ac_742.html aapg_ac_742.html:105:12640:12648 Sundance Black Hills +0.268315 jgeology_html_6186634367 jgeology_html_6186634367:1376:81737:81755 Fountain Colorado +0.499275 cspg_html_1058139432 cspg_html_1058139432:549:71338:71354 Viking Lacombe, Alberta +0.475745 gsa_html_1826402027 gsa_html_1826402027:653:75780:75789 Flagstaff Verde Valley +0.265176 aapg_af_788.html aapg_af_788.html:355:29029:29043 Traverse Antrim, County Antrim +0.486675 aapg_ai_468.html aapg_ai_468.html:305:37811:37826 Smackover Haynesville, Louisiana +0.256949 cspg_html_4338314003 cspg_html_4338314003:465:49901:49918 Cardium Lacombe, Alberta +0.25774 aapg_af_575.html aapg_af_575.html:189:25219:25234 Signal Mountain Missouri River +0.472861 aapg_ah_416.html aapg_ah_416.html:91:7588:7598 Milk River Milk River, Alberta +0.443424 aapg_ac_807.html aapg_ac_807.html:776:76962:76980 Congaree Congaree River +0.45936 gsa_html_8774590177 gsa_html_8774590177:419:45515:45524 Whitehall Coney Island +0.269336 cspg_html_6121424055 cspg_html_6121424055:39:3583:3591 Columbia Victoria, British Columbia +0.485985 cspg_html_2546442054 cspg_html_2546442054:70:10132:10149 Belly River Canada +0.263652 aapg_ah_587.html aapg_ah_587.html:42:4247:4252 Logan Calhoun County, Michigan +0.259875 geology_html_8986165275 geology_html_8986165275:150:15855:15871 Naknek Talkeetna, Alaska +0.24892 aapg_ah_456.html aapg_ah_456.html:62:5922:5930 Montreal Montreal +0.489027 geology_html_3896655545 geology_html_3896655545:86:9407:9433 Ferris Cheyenne, Wyoming +0.253512 aapg_ad_734.html aapg_ad_734.html:43:4864:4870 Casper Cheyenne, Wyoming +0.484272 aapg_ae_355.html aapg_ae_355.html:35:3455:3461 Perija Venezuela +0.25305 aapg_af_676.html aapg_af_676.html:405:47057:47065 La Habra West Germany +0.48768 gsa_html_8213519494 gsa_html_8213519494:914:81895:81923 Green River Colorado +0.274046 cspg_html_7809640865 cspg_html_7809640865:131:12179:12197 Ashville Regina, Saskatchewan +0.254944 cspg_html_4177065182 cspg_html_4177065182:1460:80803:80828 Saginaw Michigan +0.272363 cspg_html_3854139935 cspg_html_3854139935:60:9127:9143 Eagle Judith River Formation +0.259825 aapg_ad_2.html aapg_ad_2.html:522:75638:75655 Setters Pennsylvania +0.257033 aapg_ah_747.html aapg_ah_747.html:77:8983:8991 Pinnacle Chinle Formation +0.257556 palaios_html_8910286482 palaios_html_8910286482:481:53980:54000 Kirkwood Smyrna, Georgia +0.56287 aapg_ae_921.html aapg_ae_921.html:113:7806:7820 Sentinel Butte Fort Union Trading Post National Historic Site +0.494019 gsa_html_3648258377 gsa_html_3648258377:1172:104916:104923 Wenonah Closter, New Jersey +0.268224 geology_html_2198528432 geology_html_2198528432:12:753:763 Washington Washington (state) +0.480495 aapg_ad_882.html aapg_ad_882.html:230:18978:18993 Supai Arizona +0.255021 gsa_html_6971315050 gsa_html_6971315050:725:71557:71565 Temporal Knoxville, Tennessee +0.670395 aapg_ai_255.html aapg_ai_255.html:137:21147:21177 Salina Michigan +0.4788 aapg_aa_563.html aapg_aa_563.html:266:34422:34426 Buda Texas +0.4747 cspg_html_9388742281 cspg_html_9388742281:6:478:500 Nelson Lacombe, Alberta +0.240318 sedimentology_html_6225967387 sedimentology_html_6225967387:1022:61744:61748 Hall London, Ontario +0.509888 aapg_ad_184.html aapg_ad_184.html:300:40543:40564 Maynardville Ohio +0.256332 aapg_ac_930.html aapg_ac_930.html:149:22350:22360 Washington Washington (state) +0.792748 aapg_ae_999.html aapg_ae_999.html:461:61517:61536 Paynes Hammock Mississippi River +0.275504 aapg_aa_89.html aapg_aa_89.html:46:4742:4749 Hosston Calhoun, Georgia +0.493954 aapg_ah_366.html aapg_ah_366.html:309:17171:17179 Winnipeg Fort Union Trading Post National Historic Site +0.259475 aapg_ae_777.html aapg_ae_777.html:581:64655:64659 Hall Sangre de Cristo Range +0.49296 aapg_ae_999.html aapg_ae_999.html:278:39407:39426 Catahoula Texas +0.49401 aapg_ak_21.html aapg_ak_21.html:316:31468:31481 Madison Cheyenne, Wyoming +0.46648 cspg_html_4031489103 cspg_html_4031489103:52:8755:8760 Moyie Boulder Creek (Colorado) +0.486272 cspg_html_1019614994 cspg_html_1019614994:86:16036:16052 Exshaw Lacombe, Alberta +0.239931 gsa_html_4312040636 gsa_html_4312040636:205:20005:20027 Wilson Grove Netherlands +0.246272 palaios_html_8699778504 palaios_html_8699778504:338:31920:31940 Florissant Colorado +0.480816 cspg_html_4636216007 cspg_html_4636216007:612:57027:57050 Snowblind Bay Little Cornwallis Island +0.285684 aapg_ae_5.html aapg_ae_5.html:197:23041:23045 Earp Arizona +0.523452 aapg_ac_730.html aapg_ac_730.html:233:32336:32352 Dakota Salina, Kansas +0.483616 geology_html_2276070502 geology_html_2276070502:92:9005:9015 Rio Grande Colorado +0.487424 sedimentology_html_9468494029 sedimentology_html_9468494029:348:12174:12182 Columbia Missouri River +0.467046 gsa_html_2584301292 gsa_html_2584301292:936:77835:77891 Gilman Nebraska +0.274351 palaios_html_3406135825 palaios_html_3406135825:54:5845:5862 Potsdam Logan, Utah +0.48822 cspg_html_4796942391 cspg_html_4796942391:459:50628:50646 Dunvegan Canada +0.253422 cspg_html_7866293053 cspg_html_7866293053:806:81540:81554 Bullhead Canada +0.272994 aapg_ae_60.html aapg_ae_60.html:342:37207:37215 Colorado Great Falls (Missouri River) +0.261021 gsa_html_3038126504 gsa_html_3038126504:676:64390:64408 Imperial Southern California +0.243718 aapg_ad_440.html aapg_ad_440.html:940:92622:92637 Salem Virginia +0.247995 aapg_af_751.html aapg_af_751.html:869:101950:101963 Santa Barbara California +0.430218 aapg_ae_324.html aapg_ae_324.html:329:32821:32828 Holston Blackford, Somerset +0.504468 cspg_html_9119878068 cspg_html_9119878068:88:11993:12009 Ireton Lacombe, Alberta +0.25004 aapg_af_737.html aapg_af_737.html:561:72310:72315 Swift Berlin +0.478632 aapg_ae_908.html aapg_ae_908.html:40:4053:4078 Chinle Nashville Basin +0.26936 geology_html_5828016264 geology_html_5828016264:265:20236:20242 Navajo Logan, Utah +0.497354 palaios_html_3129690911 palaios_html_3129690911:609:52235:52247 Chinle New Mexico +0.260075 aapg_ad_258.html aapg_ad_258.html:100:9367:9378 Reclamation Pennsylvania +0.47282 gsa_html_8271829751 gsa_html_8271829751:32:2226:2238 Owens Valley Sierra Nevada (Spain) +0.499797 aapg_ai_105.html aapg_ai_105.html:517:62140:62160 Manning Canyon Oquirrh Mountain Utah Temple +0.465039 jgeology_html_3255099483 jgeology_html_3255099483:119:4874:4890 Navajo Logan, Utah +0.453644 aapg_ai_997.html aapg_ai_997.html:1104:103955:103969 Yolo Redding, California +0.251292 cspg_html_6163691495 cspg_html_6163691495:1008:87659:87683 Mission Canyon Williston, Vermont +0.506996 aapg_ae_134.html aapg_ae_134.html:59:4426:4471 Smackover Texas +0.25636 aapg_ae_876.html aapg_ae_876.html:266:27291:27303 Burro Canyon Cedar Mountains +0.499465 aapg_ah_339.html aapg_ah_339.html:4:703:720 Black River Chattanooga, Tennessee +0.2395 aapg_ac_807.html aapg_ac_807.html:473:48120:48130 Brightseat Maryland +0.482218 palaios_html_1018466366 palaios_html_1018466366:1684:145903:145942 Hartselle Alabama +0.248262 cspg_html_6927586285 cspg_html_6927586285:41:6097:6104 Halfway Western Canadian Sedimentary Basin +0.91872 aapg_ah_96.html aapg_ah_96.html:167:19772:19786 Winnipeg Winnipeg +0.47616 gsa_html_6861599329 gsa_html_6861599329:1103:92561:92571 Washington Victoria, British Columbia +0.246012 gsa_html_3085400040 gsa_html_3085400040:1173:107393:107418 Francisco California +0.85631 aapg_af_18.html aapg_af_18.html:184:21633:21643 Lakota Black Hills +0.260075 cspg_html_1025724640 cspg_html_1025724640:83:14216:14223 Potsdam Ontario, California +0.27501 aapg_af_859.html aapg_af_859.html:31:5034:5047 Beaumont Beaumont, Texas +0.488889 aapg_ac_333.html aapg_ac_333.html:1130:134650:134666 Concha Arizona +0.260036 palaios_html_9876040400 palaios_html_9876040400:59:6320:6351 White River Logan County, West Virginia +0.25284 geology_html_2106972246 geology_html_2106972246:13:617:629 Rhode Island Newport, Rhode Island +0.266766 cspg_html_2490951833 cspg_html_2490951833:220:30640:30647 Peechee Western world +0.267273 cspg_html_9957758447 cspg_html_9957758447:18:3838:3850 Saskatchewan Williston, Vermont +0.254448 gsa_html_4216613284 gsa_html_4216613284:57:4584:4600 Hermit Grand Canyon +0.25844 gsa_html_7040053075 gsa_html_7040053075:317:29563:29580 Topanga San Gabriel Mountains +0.252374 aapg_ai_593.html aapg_ai_593.html:1582:163253:163263 Fort Worth Denton, Greater Manchester +0.274575 aapg_ai_811.html aapg_ai_811.html:318:43484:43507 Detroit River Bloomington, Indiana +0.493152 aapg_ad_250.html aapg_ad_250.html:24:2163:2168 Salem Louisville, Kentucky +0.524304 aapg_ah_659.html aapg_ah_659.html:27:3891:3902 Green River Uinta Mountains +0.271962 aapg_ad_230.html aapg_ad_230.html:210:20234:20238 Java Borneo +0.265234 aapg_af_638.html aapg_af_638.html:84:7260:7268 Traverse Antrim, County Antrim +0.487786 gsa_html_1783148177 gsa_html_1783148177:1239:109667:109695 Green River New Mexico +0.255867 aapg_aa_4.html aapg_aa_4.html:305:41785:41802 Chemung Wellsburg, West Virginia +0.272934 aapg_aa_351.html aapg_aa_351.html:156:16893:16899 Wilcox Tahlequah, Oklahoma +0.4841 aapg_af_653.html aapg_af_653.html:1241:151368:151375 Temblor Monterey, California +0.272384 gsa_html_9277559462 gsa_html_9277559462:758:70439:70467 Green River New Mexico +0.47285 gsa_html_9687474095 gsa_html_9687474095:1057:90820:90827 Madison Winslow, Arizona +0.419796 aapg_aa_105.html aapg_aa_105.html:216:22847:22863 Fernie Kootenay River +0.477012 AMJC_html_5390933660 AMJC_html_5390933660:136:12409:12433 Gile Mountain Connecticut River Valley +0.411345 aapg_ae_41.html aapg_ae_41.html:67:5293:5327 Waterways Lacombe, Alberta +0.48807 aapg_ai_957.html aapg_ai_957.html:301:32622:32630 Beaumont Beaumont, Texas +0.268842 gsa_html_7309078733 gsa_html_7309078733:586:60980:61000 Bloomsburg Pennsylvania +0.21899 aapg_aa_371.html aapg_aa_371.html:123:10429:10449 Greenbrier Ohio +0.253492 aapg_aa_157.html aapg_aa_157.html:20:3288:3296 Edmonton Lacombe, Alberta +0.24549 aapg_ad_770.html aapg_ad_770.html:3:444:452 Colorado Colorado +0.232804 aapg_ai_171.html aapg_ai_171.html:645:88671:88677 Provo Carpathian Ruthenia +0.271425 aapg_ad_52.html aapg_ad_52.html:322:37722:37738 Coldwater Michigan +0.24892 AMJC_html_6341723617 AMJC_html_6341723617:1114:93505:93513 Colorado Denver +0.238865 aapg_ah_489.html aapg_ah_489.html:129:11937:11950 Genesee Black Sea +0.253692 palaios_html_8950546356 palaios_html_8950546356:62:5050:5055 Basal Middle East +0.261919 sedimentology_html_3458220619 sedimentology_html_3458220619:231:19010:19014 Java Malaysia +0.256332 sedimentology_html_2963457646 sedimentology_html_2963457646:92:5165:5173 Columbia Missouri River +0.472647 cspg_html_4364132564 cspg_html_4364132564:58:8109:8123 Vanguard Middle East +0.4731 aapg_ac_841.html aapg_ac_841.html:214:27746:27753 Esquias Honduras +0.263168 cspg_html_6306091047 cspg_html_6306091047:464:64387:64406 Pardonet Victoria, British Columbia +0.227586 gsa_html_6715192081 gsa_html_6715192081:12:468:476 Colorado Denver +0.47946 gsa_html_7199417381 gsa_html_7199417381:36:2435:2452 White River Peoria, Illinois +0.262626 aapg_ah_645.html aapg_ah_645.html:506:60640:60645 Piper Canada +0.2604 geology_html_8953766677 geology_html_8953766677:90:10602:10622 Palliser Canada +0.468556 aapg_ah_385.html aapg_ah_385.html:369:45843:45850 Panoche Central Valley (California) +0.264708 AMJC_html_4487089078 AMJC_html_4487089078:523:44300:44312 Pierre Cheyenne, Wyoming +0.26312 aapg_ae_181.html aapg_ae_181.html:6:756:771 Eutaw Tuscaloosa, Alabama +0.264704 gsa_html_7102550258 gsa_html_7102550258:1618:145581:145597 Chinle Colorado +0.260084 aapg_ac_512.html aapg_ac_512.html:50:5291:5300 Smackover Escambia County, Florida +0.2626 cspg_html_1509800797 cspg_html_1509800797:8:436:449 Blood Reserve Lethbridge +0.494915 gsa_html_9321084784 gsa_html_9321084784:13:559:572 Santa Barbara California +0.491667 aapg_ac_206.html aapg_ac_206.html:102:14168:14173 Utica Herkimer County, New York +0.27054 cspg_html_1296564271 cspg_html_1296564271:463:50375:50384 Extension Ontario, California +0.248496 aapg_ah_505.html aapg_ah_505.html:1860:148306:148314 Colorado Idaho Springs, Colorado +0.26553 aapg_ae_959.html aapg_ae_959.html:2766:204005:204021 Whitehorse Texas +0.267534 palaios_html_6620293274 palaios_html_6620293274:15:801:828 Stanton Nebraska +0.27352 aapg_aa_134.html aapg_aa_134.html:84:11103:11123 Chugwater Cheyenne, Wyoming +0.488188 sedimentology_html_6886866268 sedimentology_html_6886866268:424:33429:33466 Albert New Brunswick, New Jersey +0.25536 aapg_aa_647.html aapg_aa_647.html:768:64978:64995 Grimsby Niagara Peninsula +0.507936 aapg_ad_691.html aapg_ad_691.html:116:13182:13202 Fort Worth Austin, Chicago +0.249375 gsa_html_7737235229 gsa_html_7737235229:924:59900:59910 Bonneterre Missouri River +0.457884 aapg_aa_328.html aapg_aa_328.html:242:19324:19342 Maltrata Texas +0.25959 aapg_ae_941.html aapg_ae_941.html:39:3444:3457 Woodbine Austin, Chicago +0.48399 cspg_html_9332855346 cspg_html_9332855346:105:6751:6773 Elk Lacombe, Alberta +0.48568 gsa_html_1741354143 gsa_html_1741354143:639:57654:57682 Green River New Mexico +0.495954 aapg_aa_683.html aapg_aa_683.html:105:14747:14755 Cloverly Colorado +0.244035 aapg_ae_999.html aapg_ae_999.html:74:11597:11612 Tampa Mississippi River +0.470557 gsa_html_1248650603 gsa_html_1248650603:742:72733:72742 San Diego California +0.257013 cspg_html_6356755616 cspg_html_6356755616:333:50638:50652 Edmonton Lacombe, Alberta +0.263592 aapg_ah_391.html aapg_ah_391.html:77:7680:7699 Coldwater Ventura County, California +0.748286 palaios_html_9507397379 palaios_html_9507397379:199:20820:20837 Barstow Washington (state) +0.26574 cspg_html_7409170811 cspg_html_7409170811:619:72976:72991 Banff Lacombe, Alberta +0.268732 aapg_ah_311.html aapg_ah_311.html:273:28899:28909 Fort Union Fort Union Trading Post National Historic Site +0.255307 aapg_ae_369.html aapg_ae_369.html:173:18555:18565 Tuscaloosa Pottsville, Pennsylvania +0.49712 geology_html_8587085938 geology_html_8587085938:242:20360:20386 Monterey California +0.255016 aapg_af_892.html aapg_af_892.html:188:18032:18040 Wolfcamp Texas +0.476398 aapg_ae_70.html aapg_ae_70.html:31:4916:4922 Denver Colorado +0.289976 aapg_ac_750.html aapg_ac_750.html:58:4822:4830 Beaumont Beaumont, Texas +0.256905 cspg_html_4338314003 cspg_html_4338314003:6:499:515 Viking Lacombe, Alberta +0.2709 cspg_html_5955028331 cspg_html_5955028331:508:61027:61033 Viking Lacombe, Alberta +0.2615 aapg_ae_393.html aapg_ae_393.html:98:6610:6635 Woodbine Mexia, Texas +0.265224 aapg_ai_185.html aapg_ai_185.html:92:9919:9928 Mesaverde Fort Union Trading Post National Historic Site +0.478192 cspg_html_3740794265 cspg_html_3740794265:439:45262:45279 Bluesky Lacombe, Alberta +0.263442 aapg_af_640.html aapg_af_640.html:101:6174:6190 Midway Caddo Parish, Louisiana +0.270256 aapg_af_575.html aapg_af_575.html:738:102496:102499 Ada Brazos River +0.267093 aapg_af_176.html aapg_af_176.html:41:4446:4451 Pearl Herington, Kansas +0.49665 aapg_ac_491.html aapg_ac_491.html:53:8052:8063 Las Trancas El Salvador +0.80002 aapg_ae_66.html aapg_ae_66.html:63:6529:6537 Deadwood Black Hills +0.485961 cspg_html_9435196958 cspg_html_9435196958:1354:56925:56934 San Diego California +0.256027 aapg_aa_784.html aapg_aa_784.html:16:546:552 Denver Colorado +0.252506 cspg_html_9951421861 cspg_html_9951421861:209:30784:30793 Athabasca Clearwater, Florida +0.496071 gsa_html_4312040636 gsa_html_4312040636:159:16241:16258 Hookton Eel River (Indiana) +0.253575 cspg_html_9330018201 cspg_html_9330018201:121:19180:19187 Windsor Lacombe, Alberta +0.484428 cspg_html_4392308496 cspg_html_4392308496:99:17132:17148 Cumberland New Brunswick, New Jersey +0.47439 gsa_html_4904229335 gsa_html_4904229335:11:483:496 Santa Barbara California +0.49504 gsa_html_3648258377 gsa_html_3648258377:661:63259:63266 Magothy Bass River Township, New Jersey +0.251995 cspg_html_7970836465 cspg_html_7970836465:82:10925:10932 Romaine Anticosti Island +0.49969 aapg_ac_618.html aapg_ac_618.html:13:1614:1620 Tesnus Wichita, Kansas +0.266848 aapg_ai_141.html aapg_ai_141.html:4:511:519 Columbia Mexico +0.2655 AMJC_html_5916115748 AMJC_html_5916115748:1293:120005:120015 Washington Salem, Oregon +0.25653 gsa_html_8161586681 gsa_html_8161586681:694:72858:72868 Washington Washington (state) +0.253492 sedimentology_html_1046729113 sedimentology_html_1046729113:2390:177053:177059 Walker Cheyenne, Wyoming +0.485224 aapg_ah_647.html aapg_ah_647.html:813:87905:87910 Supai Naco, Sonora +0.270375 aapg_ai_255.html aapg_ai_255.html:37:6680:6698 Salamonie Dolomite Bloomington, Indiana +0.49444 aapg_ae_411.html aapg_ae_411.html:41:3754:3768 Buda Buda, Texas +0.25443 AMJC_html_1252169248 AMJC_html_1252169248:37:3632:3642 Laurentian Cambridge, Massachusetts +0.4807 gsa_html_4098385343 gsa_html_4098385343:774:76034:76042 Yakataga Anchorage, Alaska +0.465429 gsa_html_7808051457 gsa_html_7808051457:761:75854:75871 Dotsero Colorado +0.508938 aapg_aa_934.html aapg_aa_934.html:293:33050:33070 San Andres Texas +0.709878 AMJC_html_8494031493 AMJC_html_8494031493:1212:129195:129224 Bonneterre Missouri River +0.267264 cspg_html_4614759573 cspg_html_4614759573:465:60844:60849 Honna Middle East +0.430254 aapg_ah_276.html aapg_ah_276.html:159:15215:15233 Monterey Monterey, California +0.261602 geology_html_2265365356 geology_html_2265365356:75:5292:5300 Kootenay Anchorage, Alaska +0.494758 aapg_af_854.html aapg_af_854.html:707:99325:99335 Salem Burlington, Ontario +0.251 cspg_html_2826081830 cspg_html_2826081830:68:10762:10774 Grand Rapids Western world +0.24552 cspg_html_6306091047 cspg_html_6306091047:52:10295:10304 Baldonnel Lacombe, Alberta +0.48858 aapg_aa_4.html aapg_aa_4.html:119:14872:14878 Luther West Fork River +0.50197 aapg_aa_702.html aapg_aa_702.html:1472:146822:146828 Casper Cheyenne, Wyoming +0.516594 aapg_ad_743.html aapg_ad_743.html:438:48205:48215 Rio Grande Texas +0.483383 aapg_ae_871.html aapg_ae_871.html:344:55037:55055 Kaskapau Lacombe, Alberta +0.50128 geology_html_1087495553 geology_html_1087495553:299:24264:24298 Endako Canada +0.48297 geology_html_9314524367 geology_html_9314524367:50:4253:4292 Sailor Canyon Sierra Nevada (Spain) +0.71371 AMJC_html_6759408618 AMJC_html_6759408618:546:53389:53415 Martinsburg Harrisburg, Pennsylvania +0.490028 sedimentology_html_3865745685 sedimentology_html_3865745685:1364:100609:100627 Dunvegan Lacombe, Alberta +0.255936 cspg_html_7378664643 cspg_html_7378664643:841:114222:114242 Swan Hills Lacombe, Alberta +0.243302 aapg_ai_294.html aapg_ai_294.html:468:62438:62447 Smackover Mississippi River +0.254464 aapg_ae_873.html aapg_ae_873.html:660:78093:78118 Trowbridge Texas +0.272403 cspg_html_3102530088 cspg_html_3102530088:73:9740:9750 Milk River Lacombe, Alberta +0.264704 cspg_html_8568877195 cspg_html_8568877195:596:75583:75601 Foremost Lacombe, Alberta +0.262023 palaios_html_2736581987 palaios_html_2736581987:503:54755:54773 Catskill Pennsylvania +0.47785 cspg_html_5818285590 cspg_html_5818285590:446:60496:60521 Skonun Charlotte Amalie, United States Virgin Islands +0.481206 aapg_ad_55.html aapg_ad_55.html:38:3717:3730 Plattin Missouri River +0.380732 aapg_ae_660.html aapg_ae_660.html:90:11166:11186 Smackover Arkansas +0.268752 aapg_ac_881.html aapg_ac_881.html:694:80369:80388 Deadwood Winnipeg +0.492246 aapg_af_629.html aapg_af_629.html:435:23437:23455 Sundance Cheyenne, Wyoming +0.24633 sedimentology_html_8676320501 sedimentology_html_8676320501:197:12231:12236 Cadiz Portugal +0.260478 cspg_html_4659384530 cspg_html_4659384530:172:20584:20596 Gilwood Swan Hill, Victoria +0.250776 aapg_ac_475.html aapg_ac_475.html:113:15821:15840 Kishenehn South Fork Flathead River +0.265 cspg_html_8266552811 cspg_html_8266552811:6:391:407 Viking Lacombe, Alberta +0.487341 cspg_html_4298557570 cspg_html_4298557570:45:6898:6916 Edmonton Red Deer, Alberta +0.266742 gsa_html_8917146841 gsa_html_8917146841:115:13799:13808 Red Bluff California +0.256905 aapg_ae_71.html aapg_ae_71.html:342:31736:31741 Bluff Summerville, South Carolina +0.2605 cspg_html_9957758447 cspg_html_9957758447:333:43163:43196 Birdbear Regina, Saskatchewan +0.356728 geology_html_4403865682 geology_html_4403865682:63:7178:7187 Eel River Scotia, New York +0.255955 sedimentology_html_1825589032 sedimentology_html_1825589032:6452:125969:125973 Hall London, Ontario +0.486758 cspg_html_7117661916 cspg_html_7117661916:169:16661:16684 Turner Valley Lacombe, Alberta +0.256032 cspg_html_4666332434 cspg_html_4666332434:634:81240:81248 Foremost Lacombe, Alberta +0.254976 aapg_ad_2.html aapg_ad_2.html:1416:193348:193360 Chambersburg Martinsburg, Nebraska +0.474 cspg_html_4409656292 cspg_html_4409656292:717:76790:76810 Colorado Niobrara, Nebraska +0.451992 aapg_ac_198.html aapg_ac_198.html:232:20578:20590 Austin Chalk Navarro County, Texas +0.481206 aapg_ac_264.html aapg_ac_264.html:943:92130:92136 Moscow Saratov Oblast +0.433115 aapg_ac_895.html aapg_ac_895.html:92:7269:7281 Austin Chalk Guadalupe County, Texas +0.246206 jgeology_html_1740511298 jgeology_html_1740511298:722:53582:53588 Putnam Hartford, Connecticut +0.48825 cspg_html_7176835767 cspg_html_7176835767:702:83970:83979 Mackenzie Mackenzie River +0.452814 aapg_af_849.html aapg_af_849.html:22:3526:3532 Denver Colorado +0.497 aapg_ae_419.html aapg_ae_419.html:253:33125:33131 Sierra Chihuahua (state) +0.242064 jgeology_html_2724449901 jgeology_html_2724449901:816:41913:41919 Sierra Spain +0.26052 cspg_html_2013109828 cspg_html_2013109828:331:60714:60734 Beaverfoot Bear Lake, Michigan +0.25452 cspg_html_6306091047 cspg_html_6306091047:67:12249:12257 Pardonet Lacombe, Alberta +0.48514 gsa_html_5051054217 gsa_html_5051054217:848:82729:82745 Navajo Logan, Utah +0.27242 aapg_ad_52.html aapg_ad_52.html:954:103062:103071 Coldwater Arenac County, Michigan +0.23754 aapg_ac_79.html aapg_ac_79.html:301:34052:34059 Clinton Ohio +0.265176 cspg_html_3966186144 cspg_html_3966186144:145:19967:19982 Palliser Elbow River +0.663624 cspg_html_1644457308 cspg_html_1644457308:14:1703:1707 Toad Pine River (Michigan) +0.480851 aapg_ah_640.html aapg_ah_640.html:38:3747:3755 Michigan Ohio +0.257466 aapg_af_625.html aapg_af_625.html:274:26018:26028 Greenbrier Huntington, West Virginia +0.257536 aapg_aa_789.html aapg_aa_789.html:75:7825:7842 Oquirrh Oquirrh Mountain Utah Temple +0.263168 palaios_html_3214166666 palaios_html_3214166666:375:34749:34773 Cedar Mountain Logan, Utah +0.428904 palaios_html_7565718144 palaios_html_7565718144:140:13853:13865 Cooking Lake Lacombe, Alberta +0.22448 aapg_ai_995.html aapg_ai_995.html:127:20308:20314 Forest Trinidad and Tobago +0.27092 palaios_html_5600528347 palaios_html_5600528347:546:53667:53688 Green River Cheyenne, Wyoming +0.25908 aapg_ah_318.html aapg_ah_318.html:1769:166401:166410 San Pedro Mexico +0.253991 cspg_html_3501550466 cspg_html_3501550466:620:88670:88695 Grosmont Williston Basin +0.302016 aapg_aa_381.html aapg_aa_381.html:8:1075:1084 Etchegoin Rancho Santa Margarita, California +0.49348 gsa_html_6446005242 gsa_html_6446005242:29:2796:2824 Green River Colorado +0.252324 aapg_ad_274.html aapg_ad_274.html:775:64470:64475 Keele England +0.469145 gsa_html_2192066025 gsa_html_2192066025:28:2580:2711 Columbia Boise, Idaho +0.362848 aapg_af_479.html aapg_af_479.html:76:10187:10200 Mount Soledad San Diego +0.267208 gsa_html_4108353219 gsa_html_4108353219:18:809:832 Beck Spring Dolomite California +0.238602 gsa_html_2989317971 gsa_html_2989317971:594:62260:62282 Challis Snake River Plain (ecoregion) +0.47559 cspg_html_8247666269 cspg_html_8247666269:347:42062:42080 Deer Bay Ellesmere Island +0.482878 aapg_ac_222.html aapg_ac_222.html:311:40446:40462 Chinle Middle East +0.254448 aapg_ac_59.html aapg_ac_59.html:62:8589:8609 Point Loma Carlsbad, New Mexico +0.265468 aapg_ai_399.html aapg_ai_399.html:174:17920:17933 Porters Creek Illinois +0.262119 sedimentology_html_6985257926 sedimentology_html_6985257926:28:1919:1928 Newcastle York, Pennsylvania +0.392 aapg_ad_808.html aapg_ad_808.html:1237:84833:84841 Frontier Cheyenne, Wyoming +0.239616 aapg_ah_447.html aapg_ah_447.html:75:10583:10593 Rio Grande Texas +0.26159 aapg_ai_697.html aapg_ai_697.html:84:8759:8765 Casper Cheyenne, Wyoming +0.578059 cspg_html_5345848475 cspg_html_5345848475:730:77090:77113 Niobrara Regina, Saskatchewan +0.394174 aapg_ac_849.html aapg_ac_849.html:106:10942:10970 Parkwood Alabama +0.250444 aapg_ae_625.html aapg_ae_625.html:177:20392:20400 Columbia Canada +0.267288 aapg_ai_31.html aapg_ai_31.html:308:30391:30400 Catahoula Oakville, California +0.255488 aapg_ah_881.html aapg_ah_881.html:106:11717:11740 Chuckanut Lake Whatcom +0.25654 aapg_ad_153.html aapg_ad_153.html:161:16389:16413 Michigan Mississippi River +0.242608 gsa_html_5865982995 gsa_html_5865982995:1419:149113:149134 Green River Cheyenne, Wyoming +0.464919 geology_html_5777537211 geology_html_5777537211:363:28465:28471 Oxford Earth +0.48719 geology_html_6536193862 geology_html_6536193862:99:8407:8420 Potomac Bass River Township, New Jersey +0.247416 palaios_html_7076037184 palaios_html_7076037184:307:28342:28362 Tradewater Illinois +0.25333 cspg_html_1189888589 cspg_html_1189888589:16:2244:2274 Paskapoo Cheyenne, Wyoming +0.491925 aapg_ad_338.html aapg_ad_338.html:234:25548:25555 Magothy Delaware +0.258416 geology_html_4860930737 geology_html_4860930737:13:631:639 Virginia Reston, Virginia +0.4055 aapg_ae_524.html aapg_ae_524.html:76:7473:7477 Frio Jackson County, Missouri +0.273448 aapg_aa_243.html aapg_aa_243.html:143:11833:11840 Clinton Guernsey +0.52841 aapg_af_653.html aapg_af_653.html:2433:215194:215202 Monterey Monterey, California +0.264187 sedimentology_html_2442491538 sedimentology_html_2442491538:1046:90172:90188 Cutler Monument Valley +0.263676 gsa_html_6869840610 gsa_html_6869840610:724:54242:54250 Colorado Boise, Idaho +0.236944 aapg_af_562.html aapg_af_562.html:331:33798:33804 Denver Colorado +0.281705 aapg_ad_865.html aapg_ad_865.html:163:16927:16942 Ouray Ouray, Colorado +0.257024 AMJC_html_6460325105 AMJC_html_6460325105:859:91370:91403 Florissant Colorado +0.472602 palaios_html_6973830442 palaios_html_6973830442:367:31950:31975 Navajo Logan, Utah +0.359138 aapg_ac_867.html aapg_ac_867.html:289:39853:39858 Aneth Mesa, Arizona +0.492701 aapg_ac_307.html aapg_ac_307.html:16:1956:1977 Green River Uinta Mountains +0.91448 aapg_ac_471.html aapg_ac_471.html:3:351:374 Winnipegosis Regina, Saskatchewan +0.48355 gsa_html_6994589361 gsa_html_6994589361:29:2796:2824 Green River Colorado +0.46648 aapg_ad_557.html aapg_ad_557.html:11080:634519:634527 Colorado Denver +0.489765 aapg_ai_107.html aapg_ai_107.html:413:39188:39207 Smackover Texas +0.47215 aapg_ai_932.html aapg_ai_932.html:548:87498:87502 Hall California +0.240096 geology_html_5186901764 geology_html_5186901764:15:1173:1183 Santa Cruz California +0.52138 palaios_html_1262064602 palaios_html_1262064602:942:94919:94935 Chinle Arizona +0.249996 aapg_ai_183.html aapg_ai_183.html:11:1979:1991 Medicine Hat Bantry Bay +0.470112 cspg_html_6306091047 cspg_html_6306091047:616:84861:84869 Pardonet Victoria, British Columbia +0.264708 geology_html_1936727088 geology_html_1936727088:55:4149:4216 Mount Simon Illinois +0.480568 cspg_html_5241714595 cspg_html_5241714595:154:23262:23270 Columbia Victoria, British Columbia +0.257536 cspg_html_8928894270 cspg_html_8928894270:484:57984:58003 Swan Hills Lacombe, Alberta +0.49543 gsa_html_6991576096 gsa_html_6991576096:897:73235:73263 Green River Colorado +0.58944 sedimentology_html_1581574492 sedimentology_html_1581574492:828:63306:63325 Greenhorn Hittin +0.258552 gsa_html_5631794630 gsa_html_5631794630:1079:71754:71772 Slope Netherlands +0.492012 gsa_html_3699124344 gsa_html_3699124344:1095:91606:91634 Green River Colorado +0.227896 palaios_html_5921824758 palaios_html_5921824758:15:668:687 Chuckanut Washington (state) +0.50076 aapg_ae_771.html aapg_ae_771.html:48:6649:6663 Java Wyoming County, Pennsylvania +0.262128 aapg_af_879.html aapg_af_879.html:795:75976:75991 Hueco Texas +0.4755 aapg_ac_417.html aapg_ac_417.html:12:1775:1797 Siletz River Volcanics Tiger Mountain +0.243048 aapg_af_684.html aapg_af_684.html:66:7863:7867 Tyee Salem, Oregon +0.485784 cspg_html_9613527162 cspg_html_9613527162:237:33705:33711 Shunda North Portal, Saskatchewan +0.478455 aapg_aa_624.html aapg_aa_624.html:338:33235:33239 Hall Iowa +0.493812 gsa_html_3069013284 gsa_html_3069013284:529:56949:56955 Chinle New Mexico +0.483328 aapg_ah_121.html aapg_ah_121.html:67:5994:6008 Aux Vases Clayton County, Georgia +0.47889 aapg_ai_278.html aapg_ai_278.html:1082:123803:123820 Tamabra Mexico +0.496762 gsa_html_7472465241 gsa_html_7472465241:29:2796:2824 Green River Iran +0.475134 cspg_html_6736202792 cspg_html_6736202792:239:31156:31180 Athabasca Fort McMurray +0.39347 cspg_html_4516258038 cspg_html_4516258038:488:54747:54751 Eids Bathurst Island (Northern Territory) +0.260925 cspg_html_8363357104 cspg_html_8363357104:80:12542:12578 Bison Creek Mons +0.478101 aapg_af_97.html aapg_af_97.html:141:16368:16384 Saluda Kentucky +0.25392 aapg_ae_762.html aapg_ae_762.html:65:10429:10434 Rapid Nassau, Bahamas +0.486401 cspg_html_7409170811 cspg_html_7409170811:294:44532:44549 Leatham Logan, Utah +0.269312 aapg_ae_993.html aapg_ae_993.html:564:59097:59106 Jefferson Cheyenne, Wyoming +0.28222 aapg_aa_851.html aapg_aa_851.html:26:2379:2384 Salem Wayne County, Michigan +0.346317 aapg_ad_256.html aapg_ad_256.html:47:6226:6236 Tuscaloosa Shreveport, Louisiana +0.293764 aapg_ae_367.html aapg_ae_367.html:171:17823:17829 Sparta Charlotte, North Carolina +0.25853 cspg_html_9868683298 cspg_html_9868683298:31:2839:2847 Columbia Victoria, British Columbia +0.27192 aapg_aa_863.html aapg_aa_863.html:368:30712:30717 Mural Western world +0.474635 aapg_ah_505.html aapg_ah_505.html:1740:142792:142800 Colorado Loveland, Ohio +0.79735 cspg_html_4287356899 cspg_html_4287356899:486:69969:69986 Ettrain Western world +0.250937 geology_html_2866451415 geology_html_2866451415:240:21330:21340 Sunderland Cambridge, Massachusetts +0.505854 palaios_html_1276188815 palaios_html_1276188815:121:14495:14514 Morrison Cedar Mountains +0.242968 cspg_html_6163691495 cspg_html_6163691495:924:83665:83671 Denver Colorado +0.461286 aapg_ah_134.html aapg_ah_134.html:16:1811:1818 Hosston Arkoma, Oklahoma +0.247563 gsa_html_6095250049 gsa_html_6095250049:11:511:517 Oregon Salem, Oregon +0.481873 cspg_html_7866293053 cspg_html_7866293053:36:4327:4345 Moosebar Fall Creek Falls State Park +0.260032 aapg_af_745.html aapg_af_745.html:612:82530:82544 Niobrara Niobrara, Nebraska +0.479182 geology_html_1574115242 geology_html_1574115242:275:24574:24595 Green River Cheyenne, Wyoming +0.249775 cspg_html_6984906794 cspg_html_6984906794:113:16149:16164 Mowry Moberly, Missouri +0.49536 gsa_html_5961880366 gsa_html_5961880366:252:23018:23036 Monterey Swaziland +0.50745 aapg_ad_466.html aapg_ad_466.html:1667:172167:172175 Virginia North Carolina +0.255021 cspg_html_5158984399 cspg_html_5158984399:368:40608:40628 Missisauga Logan, Utah +0.248346 cspg_html_4694482219 cspg_html_4694482219:40:5037:5058 Belly River Western world +0.474472 sedimentology_html_5399632416 sedimentology_html_5399632416:1417:83843:83847 Hall London, Ontario +0.50566 aapg_ac_824.html aapg_ac_824.html:140:13460:13478 Fountain Fremont, California +0.483912 aapg_ad_36.html aapg_ad_36.html:210:20691:20711 Eagle Grapeland, Texas +0.34122 aapg_ae_35.html aapg_ae_35.html:106:10034:10055 Green River Uinta Mountains +0.25392 aapg_ad_883.html aapg_ad_883.html:67:8500:8520 Eau Claire Ontario, California +0.443201 cspg_html_4834918660 cspg_html_4834918660:7:684:706 Grand Rapids Cordillera Administrative Region +0.253727 sedimentology_html_1046729113 sedimentology_html_1046729113:417:37484:37502 Frontier Cheyenne, Wyoming +0.262544 aapg_ad_111.html aapg_ad_111.html:31:4315:4330 Mesaverde San Juan, Argentina +0.256032 geology_html_8664329492 geology_html_8664329492:14:463:473 Washington Earth +0.237153 gsa_html_8515975571 gsa_html_8515975571:25:1743:1752 Extension Mongolia +0.509436 aapg_ah_647.html aapg_ah_647.html:1124:109656:109664 Toroweap McKee, Kentucky +0.27404 AMJC_html_8866429777 AMJC_html_8866429777:144:18664:18673 Conasauga Gadsden, Alabama +0.26061 cspg_html_7185087767 cspg_html_7185087767:403:55880:55899 Hibernia Ben Nevis +0.444912 cspg_html_6255491344 cspg_html_6255491344:181:27125:27138 Mist Mountain Moose Mountain (Alberta) +0.479987 aapg_ai_17.html aapg_ai_17.html:25:3312:3318 Midway South Vacherie, Louisiana +0.253482 aapg_ai_151.html aapg_ai_151.html:67:6111:6119 Woodbine Austin, Chicago +0.233772 aapg_ad_169.html aapg_ad_169.html:108:14615:14633 Greenbrier Greenbrier (Great Smoky Mountains) +0.255 jgeology_html_1694744705 jgeology_html_1694744705:743:44381:44407 Sterling Closter, New Jersey +0.258028 aapg_ai_689.html aapg_ai_689.html:255:29360:29417 Haymond West Texas +0.34944 aapg_ah_329.html aapg_ah_329.html:283:27962:27970 Monterey Monterey, California +0.24941 jgeology_html_6846438992 jgeology_html_6846438992:146:14299:14315 Lee Berkeley Heights, New Jersey +0.252324 cspg_html_2929384614 cspg_html_2929384614:316:37366:37373 Halfway Lacombe, Alberta +0.28443 aapg_ac_22.html aapg_ac_22.html:85:9199:9209 Tuscaloosa Paluxy, Texas +0.259408 cspg_html_5484260516 cspg_html_5484260516:804:62308:62323 Banff Savoy Hotel +0.254 cspg_html_9222238695 cspg_html_9222238695:440:57432:57440 Columbia Victoria, British Columbia +0.470869 aapg_ai_53.html aapg_ai_53.html:260:28640:28657 Edwards Austin, Chicago +0.479232 aapg_ai_275.html aapg_ai_275.html:105:12819:12832 Potomac Maryland +0.46645 aapg_ae_74.html aapg_ae_74.html:597:56702:56711 Fruitland Fruitland, Idaho +0.487494 cspg_html_7994114775 cspg_html_7994114775:314:46031:46053 Logan Cohasset, Massachusetts +0.486324 aapg_ac_844.html aapg_ac_844.html:612:60493:60502 Mould Bay Ottawa, Kansas +0.464899 aapg_ah_530.html aapg_ah_530.html:3:498:514 Onate Arizona +0.504172 aapg_ae_993.html aapg_ae_993.html:106:12147:12162 Jefferson Williston, Vermont +0.247883 aapg_ae_973.html aapg_ae_973.html:456:33162:33170 Wolfcamp West Texas +0.519652 aapg_ah_332.html aapg_ah_332.html:100:7346:7357 Platteville Mifflin, Wisconsin +0.262044 aapg_ae_473.html aapg_ae_473.html:460:42703:42712 Bucatunna Western world +0.47785 aapg_ac_71.html aapg_ac_71.html:210:25333:25340 Sunrise Tonopah, Arizona +0.250997 cspg_html_1009749092 cspg_html_1009749092:33:4181:4198 Belly River Lacombe, Alberta +0.510485 aapg_ac_867.html aapg_ac_867.html:549:75979:75999 Phosphoria Cheyenne, Wyoming +0.496327 cspg_html_3550853247 cspg_html_3550853247:26:3007:3015 Frontier Southern Alberta +0.707868 gsa_html_4432793908 gsa_html_4432793908:733:84668:84688 Sheep Pass Reno, Nevada +0.485961 cspg_html_1019614994 cspg_html_1019614994:238:37757:37773 Exshaw Regina, Saskatchewan +0.48278 aapg_ai_28.html aapg_ai_28.html:56:4826:4833 Reynosa Texas +0.25441 aapg_ah_394.html aapg_ah_394.html:295:28058:28064 Lisbon Pine Island (Lee County, Florida) +0.522786 aapg_ah_506.html aapg_ah_506.html:159:15505:15513 Traverse Antrim, County Antrim +0.496975 cspg_html_7903023332 cspg_html_7903023332:130:16154:16184 Kananaskis Atoka, Oklahoma +0.232315 aapg_ah_430.html aapg_ah_430.html:11:1668:1676 Colorado Loveland, Ohio +0.498942 gsa_html_6478927243 gsa_html_6478927243:16:779:785 Auburn California +0.261626 aapg_ae_70.html aapg_ae_70.html:361:36771:36788 Maroon Colorado +0.260454 cspg_html_3103886269 cspg_html_3103886269:228:29672:29687 Elk Canada +0.472473 aapg_af_854.html aapg_af_854.html:962:135387:135408 Paint Creek Illinois +0.4978 aapg_ah_105.html aapg_ah_105.html:8:1097:1107 San Andres Guadalupe Mountains National Park +0.276667 aapg_ah_774.html aapg_ah_774.html:3:302:319 Bluff Wisconsin +0.5061 aapg_ah_360.html aapg_ah_360.html:5:646:654 Woodbine Paluxy, Texas +0.928855 aapg_ah_644.html aapg_ah_644.html:289:34337:34345 Sundance Black Hills +0.261 aapg_ae_789.html aapg_ae_789.html:592:68704:68717 Wabamun Edmonton, London +0.252945 aapg_ae_917.html aapg_ae_917.html:315:34782:34791 Leadville Des Moines, Washington +0.269325 gsa_html_5293445820 gsa_html_5293445820:1033:107006:107029 Nasina Newberry, South Carolina +0.464184 aapg_ai_143.html aapg_ai_143.html:187:20141:20162 Milk River Lacombe, Alberta +0.498318 gsa_html_4071231613 gsa_html_4071231613:809:88335:88341 Oregon Washington (state) +0.259065 jgeology_html_4599466962 jgeology_html_4599466962:151:11309:11315 Schoharie Onondaga (tribe) +0.27885 aapg_ad_2.html aapg_ad_2.html:1130:154745:154766 Beekmantown Lake Champlain +0.301644 aapg_ah_806.html aapg_ah_806.html:62:5006:5011 Atoka Topeka, Kansas +0.25584 geology_html_5659701018 geology_html_5659701018:204:20903:20907 Bond North Atlantic Current +0.6797 palaios_html_3380988940 palaios_html_3380988940:842:55164:55184 Point Loma California +0.495803 cspg_html_5241714595 cspg_html_5241714595:222:34516:34537 Slave Point Victoria, British Columbia +0.2505 sedimentology_html_1574151857 sedimentology_html_1574151857:131:12252:12258 Oregon Washington (state) +0.248482 aapg_ae_103.html aapg_ae_103.html:561:47650:47655 Choco Texas +0.492768 cspg_html_4165571187 cspg_html_4165571187:10:883:907 Fantasque Victoria, British Columbia +0.249951 gsa_html_8213519494 gsa_html_8213519494:671:65443:65468 Sierra New Mexico +0.487531 aapg_ac_373.html aapg_ac_373.html:525:61737:61747 Washington North Sea oil +0.271852 cspg_html_8231573314 cspg_html_8231573314:183:19601:19616 Toad Canada +0.2605 cspg_html_6064089067 cspg_html_6064089067:13:1484:1492 Winnipeg Regina, Saskatchewan +0.492264 gsa_html_8222638730 gsa_html_8222638730:856:80581:80596 Athabasca Lacombe, Alberta +0.494239 geology_html_8186130789 geology_html_8186130789:11:645:654 San Diego California +0.500456 palaios_html_7679079277 palaios_html_7679079277:254:20854:20871 Entrada Logan, Utah +0.502232 aapg_ac_924.html aapg_ac_924.html:394:41729:41753 Mission Canyon Cheyenne, Wyoming +0.47498 aapg_ai_962.html aapg_ai_962.html:325:22343:22357 Yeso New Mexico +0.251472 aapg_ah_775.html aapg_ah_775.html:342:40417:40425 Colorado Colorado +0.249964 AMJC_html_6430804426 AMJC_html_6430804426:174:15023:15027 Omoa Honduras +0.26673 aapg_ac_984.html aapg_ac_984.html:199:18168:18177 Franconia Illinois +0.469062 AMJC_html_6438444321 AMJC_html_6438444321:669:120343:120363 Carbondale Illinois +0.25333 cspg_html_9867937846 cspg_html_9867937846:266:37379:37403 Cardium Lacombe, Alberta +0.241072 cspg_html_6644065685 cspg_html_6644065685:199:20234:20249 Melville Island Banks Island +0.26368 aapg_ae_546.html aapg_ae_546.html:208:24424:24448 Cotton Valley Cotton Valley, Louisiana +0.522244 aapg_ad_836.html aapg_ad_836.html:141:11572:11581 Maquoketa Elkhorn, Manitoba +0.49518 aapg_ac_538.html aapg_ac_538.html:301:34790:34806 Viking Lacombe, Alberta +0.457545 aapg_ae_147.html aapg_ae_147.html:281:28082:28098 Modelo Oak Ridge, Tennessee +0.46718 aapg_ad_466.html aapg_ad_466.html:1258:134866:134884 Patuxent Virginia +0.474594 aapg_ah_811.html aapg_ah_811.html:230:18852:18868 Mt Lytton Texas +0.480868 gsa_html_9312061344 gsa_html_9312061344:986:88162:88171 San Pedro Mexico +0.261085 aapg_ai_250.html aapg_ai_250.html:3:321:338 Manitou Colorado +0.495992 aapg_ah_830.html aapg_ah_830.html:18:3120:3147 Prospect Reno, Nevada +0.49949 gsa_html_5980600505 gsa_html_5980600505:389:44773:44782 San Diego California +0.48384 sedimentology_html_8803606067 sedimentology_html_8803606067:42:2854:2860 Sibley Papua New Guinea +0.246984 gsa_html_4543270561 gsa_html_4543270561:14:551:559 Colorado Denver +0.9006 aapg_ai_996.html aapg_ai_996.html:190:14640:14653 Potomac Delaware River +0.238612 aapg_ae_499.html aapg_ae_499.html:273:28826:28834 Colorado Colorado +0.48059 aapg_ac_380.html aapg_ac_380.html:421:49886:49895 Edgecliff Onondaga (tribe) +0.2709 sedimentology_html_5928847992 sedimentology_html_5928847992:1088:81391:81401 Sunderland Cambridge, Massachusetts +0.257033 gsa_html_6982030333 gsa_html_6982030333:1404:128757:128763 Oregon Salem, Oregon +0.479182 aapg_af_357.html aapg_af_357.html:196:20763:20768 Salem Salem, Massachusetts +0.470074 cspg_html_9354781888 cspg_html_9354781888:425:40607:40615 Columbia Victoria, British Columbia +0.722939 cspg_html_6193252551 cspg_html_6193252551:133:20299:20327 Romaine Anticosti Island +0.254016 sedimentology_html_5466606223 sedimentology_html_5466606223:394:33131:33137 Taylor London, Ontario +0.490232 aapg_ad_441.html aapg_ad_441.html:68:4842:4859 Kayenta Chinle Formation +0.516483 aapg_ah_753.html aapg_ah_753.html:31:5690:5697 Moncton New Brunswick, New Jersey +0.2555 aapg_ac_628.html aapg_ac_628.html:730:125516:125527 Summerville Coconino County, Arizona +0.259904 gsa_html_9052101586 gsa_html_9052101586:541:67932:67954 Peoria Fox Valley (Illinois) +0.482132 aapg_ac_844.html aapg_ac_844.html:195:23949:23958 Mould Bay Canada +0.2645 aapg_af_666.html aapg_af_666.html:744:64165:64181 Dakota Cheyenne, Wyoming +0.27507 aapg_ai_337.html aapg_ai_337.html:390:41204:41216 Salina Michigan +0.46944 aapg_af_99.html aapg_af_99.html:16:2616:2636 Manzanilla Dominican Republic +0.37976 aapg_aa_124.html aapg_aa_124.html:910:86263:86276 Turner Valley Lacombe, Alberta +0.45552 aapg_ae_876.html aapg_ae_876.html:699:74306:74314 Colorado Pueblo, Colorado +0.84483 AMJC_html_8619525948 AMJC_html_8619525948:565:62303:62315 Rhode Island Newport, Rhode Island +0.246 gsa_html_6784086593 gsa_html_6784086593:26:2465:2525 Rico Puerto Rico +0.494615 aapg_ah_94.html aapg_ah_94.html:32:4560:4580 Fort Union Cheyenne, Wyoming +0.476126 geology_html_4235681559 geology_html_4235681559:312:26589:26606 Gorge Pilbara craton +0.257346 cspg_html_8227554214 cspg_html_8227554214:262:27564:27576 Hillsborough Salem, Massachusetts +0.43434 aapg_ae_75.html aapg_ae_75.html:43:6952:6987 Bliss Earp, California +0.26019 geology_html_8708783169 geology_html_8708783169:27:2042:2050 Colorado Denver +0.47685 aapg_ad_169.html aapg_ad_169.html:88:11989:12006 Taggard Greenbrier (Great Smoky Mountains) +0.719712 sedimentology_html_6416259425 sedimentology_html_6416259425:975:76122:76156 Lockatong Closter, New Jersey +0.25956 aapg_ah_871.html aapg_ah_871.html:32:4241:4245 Hall Montreal +0.50373 aapg_ah_136.html aapg_ah_136.html:54:5022:5030 Virginia Virginia +0.245178 aapg_ae_465.html aapg_ae_465.html:69:8030:8053 Comanche Peak Texas +0.26884 gsa_html_1079290957 gsa_html_1079290957:836:86740:86758 Kayenta Chinle Formation +0.258462 geology_html_2449871414 geology_html_2449871414:76:8310:8326 Poleta Durham, North Carolina +0.497373 aapg_ac_983.html aapg_ac_983.html:361:57989:58003 Iola Kansas City, Kansas +0.472175 cspg_html_5241714595 cspg_html_5241714595:154:23185:23206 Elk Victoria, British Columbia +0.478042 cspg_html_3277684928 cspg_html_3277684928:370:40519:40543 Bluff Grand Cayman +0.295724 aapg_aa_495.html aapg_aa_495.html:83:11574:11585 Haynesville Haynesville, Louisiana +0.234558 aapg_ai_143.html aapg_ai_143.html:166:19280:19290 Bow Island Saskatchewan River +0.257033 cspg_html_9735723617 cspg_html_9735723617:2071:178708:178723 Melville Island District Council of Franklin Harbour +0.490974 aapg_aa_110.html aapg_aa_110.html:65:9657:9675 Bridger Wasatch Range +0.42723 palaios_html_2994452429 palaios_html_2994452429:759:75084:75098 Toad Boise, Idaho +0.492264 cspg_html_8756009083 cspg_html_8756009083:1014:98657:98678 Slave Point Richmond, California +0.494468 sedimentology_html_7627991492 sedimentology_html_7627991492:1103:58468:58486 Beaumont Texas +0.26832 cspg_html_7310162886 cspg_html_7310162886:210:28811:28828 Shublik Canning River (Alaska) +0.484272 aapg_ae_958.html aapg_ae_958.html:2349:200211:200217 Salado New Mexico +0.487656 cspg_html_4666332434 cspg_html_4666332434:628:80899:80921 Belly River Lacombe, Alberta +0.500485 gsa_html_9459410652 gsa_html_9459410652:745:64322:64350 Green River Colorado +0.50016 aapg_ae_873.html aapg_ae_873.html:1088:129041:129057 Paluxy Goodland, Kansas +0.252416 aapg_ah_80.html aapg_ah_80.html:39:4397:4413 Kingsvale Canada +0.47223 AMJC_html_4692260170 AMJC_html_4692260170:131:13989:14005 Clough Quartzite Littleton, Colorado +0.245916 cspg_html_1893593837 cspg_html_1893593837:190:15590:15606 Bad Cache Rapids Churchill River (Atlantic) +0.248965 aapg_ae_380.html aapg_ae_380.html:15:1834:1840 Lissie Beaumont, Texas +0.255474 aapg_ae_917.html aapg_ae_917.html:262:29089:29101 State Bridge Colorado +0.462672 aapg_ae_68.html aapg_ae_68.html:105:13057:13063 Tomera Snake River Plain (ecoregion) +0.260598 cspg_html_7028413504 cspg_html_7028413504:435:48626:48672 Duvernay Canada +0.246482 aapg_ai_281.html aapg_ai_281.html:12:2136:2153 El Abra Matamoros, Tamaulipas +0.368528 palaios_html_8915371254 palaios_html_8915371254:658:42727:42751 Choctawhatchee Melbourne, Florida +0.251328 aapg_af_779.html aapg_af_779.html:15:2595:2609 Traverse Antrim, County Antrim +0.481076 aapg_ah_779.html aapg_ah_779.html:247:45471:45479 Richmond Maysville, Kentucky +0.242928 cspg_html_4727171280 cspg_html_4727171280:175:16565:16583 Edmonton Lacombe, Alberta +0.255488 palaios_html_3112927242 palaios_html_3112927242:673:56909:56928 Tuscarora Pennsylvania +0.241416 aapg_aa_171.html aapg_aa_171.html:500:47315:47337 Albert New Brunswick, New Jersey +0.698676 cspg_html_2760914701 cspg_html_2760914701:6:405:425 Dawson Bay Regina, Saskatchewan +0.265216 aapg_ai_157.html aapg_ai_157.html:482:45575:45581 Salina Guelph +0.26572 aapg_ai_163.html aapg_ai_163.html:549:46211:46217 Kaibab Coconino County, Arizona +0.245655 sedimentology_html_3865745685 sedimentology_html_3865745685:1486:106135:106141 Casper Laramie, Wyoming +0.253356 cspg_html_4143222666 cspg_html_4143222666:119:15260:15289 Milk River Lacombe, Alberta +0.260099 cspg_html_2863271815 cspg_html_2863271815:518:62789:62810 Salina Salina, Kansas +0.241964 aapg_aa_869.html aapg_aa_869.html:445:57373:57380 El Abra Mexico +0.287175 aapg_ae_873.html aapg_ae_873.html:217:25610:25626 Paluxy Goodland, Kansas +0.253512 cspg_html_9354781888 cspg_html_9354781888:433:41083:41105 Charlie Lake Lacombe, Alberta +0.488696 aapg_ai_8.html aapg_ai_8.html:302:43793:43798 Oread Kansas City, Kansas +0.25653 cspg_html_9354781888 cspg_html_9354781888:246:29917:29934 Halfway Lacombe, Alberta +0.248502 sedimentology_html_6883662179 sedimentology_html_6883662179:1075:60041:60045 Hall London, Ontario +0.91298 cspg_html_2546442054 cspg_html_2546442054:342:42578:42592 Bearpaw Beaumont, Texas +0.486604 aapg_ak_87.html aapg_ak_87.html:592:66670:66680 Naco Chiricahua Mountains +0.422838 gsa_html_5274400800 gsa_html_5274400800:695:56437:56455 Monterey California +0.485254 gsa_html_5525079715 gsa_html_5525079715:336:40149:40162 Northwest Arm Yakutat City and Borough, Alaska +0.754908 palaios_html_5398833984 palaios_html_5398833984:851:93196:93222 Horseshoe Canyon Lacombe, Alberta +0.466378 gsa_html_5107598462 gsa_html_5107598462:384:33018:33025 Berwick Salina, Kansas +0.489842 cspg_html_2406266627 cspg_html_2406266627:354:37755:37766 Belly River Arctic Cordillera +0.478296 cspg_html_2873888604 cspg_html_2873888604:246:37484:37514 Maroon Colorado +0.259776 cspg_html_3354282978 cspg_html_3354282978:938:100384:100393 Extension Dolomites +0.267794 cspg_html_9343899465 cspg_html_9343899465:1794:146508:146527 Strathcona Fiord Ellesmere Island +0.264196 aapg_aa_685.html aapg_aa_685.html:387:35686:35706 North Horn Flagstaff, Arizona +0.446634 cspg_html_4287356899 cspg_html_4287356899:3474:366104:366113 Porcupine Cairns, Queensland +0.47808 geology_html_2158845616 geology_html_2158845616:349:26975:26982 Shuswap Victoria, British Columbia +0.493696 aapg_ad_59.html aapg_ad_59.html:79:14308:14327 Greenhorn Black Hills +0.516526 aapg_aa_288.html aapg_aa_288.html:413:44845:44856 Mowry Cheyenne, Wyoming +0.441225 aapg_ai_641.html aapg_ai_641.html:18:3078:3093 Mesaverde Piceance Basin +0.50232 gsa_html_1636483297 gsa_html_1636483297:1201:97909:97937 Green River Colorado +0.241542 AMJC_html_5811173587 AMJC_html_5811173587:631:44408:44416 Scotland England +0.251262 aapg_ah_428.html aapg_ah_428.html:429:51161:51178 El Paso El Paso, Texas +0.485894 aapg_ad_653.html aapg_ad_653.html:77:10220:10262 Imperial Canada +0.270351 gsa_html_5756232019 gsa_html_5756232019:904:78855:78861 Reston Virginia +0.94715 aapg_aa_23.html aapg_aa_23.html:320:37961:37973 Winnipegosis Winnipeg +0.476341 jgeology_html_1838149422 jgeology_html_1838149422:1105:96982:96990 Arikaree Nebraska +0.470208 aapg_ah_620.html aapg_ah_620.html:130:18203:18222 Athabasca Adirondack Mountains +0.249344 aapg_aa_691.html aapg_aa_691.html:424:54747:54756 Gibraltar Atlantic Ocean +0.492584 aapg_ah_244.html aapg_ah_244.html:304:35668:35702 Cathedral Logan, Utah +0.257048 sedimentology_html_5454445617 sedimentology_html_5454445617:1002:73579:73599 Blair Andaman and Nicobar Islands +0.50298 cspg_html_8767215556 cspg_html_8767215556:74:8304:8329 Beaverhill Swan Hill, Victoria +0.501202 aapg_ai_583.html aapg_ai_583.html:65:10196:10208 Medicine Bow Black Hills +0.45496 geology_html_4376492235 geology_html_4376492235:11:448:456 Victoria Victoria, British Columbia +0.256 gsa_html_1983936163 gsa_html_1983936163:876:68854:68860 Jordan San Juan, Argentina +0.259578 aapg_ad_21.html aapg_ad_21.html:26:3168:3178 Washington Bloomington, Indiana +0.254478 aapg_ae_31.html aapg_ae_31.html:151:17518:17536 Fayetteville Arkansas +0.261057 geology_html_6275240411 geology_html_6275240411:19:1527:1539 Rhode Island Newport, Rhode Island +0.445776 cspg_html_1124814558 cspg_html_1124814558:67:9123:9141 Lea Park CFB Cold Lake +0.912848 cspg_html_5217137903 cspg_html_5217137903:98:14445:14466 Lower Elk Point Swan Hill, Victoria +0.26469 cspg_html_5807593737 cspg_html_5807593737:959:122414:122420 Moscow Russia +0.5019 gsa_html_5884416968 gsa_html_5884416968:16:780:790 Washington Washington (state) +0.266848 palaios_html_1262064602 palaios_html_1262064602:726:79144:79169 Chinle Chinle Formation +0.48433 aapg_ai_980.html aapg_ai_980.html:669:58661:58666 Swift Sunriver, Oregon +0.2703 geology_html_7315534235 geology_html_7315534235:164:15836:15842 Oregon Washington (state) +0.255811 aapg_aa_960.html aapg_aa_960.html:332:27186:27192 Laguna Sandia Mountain Wilderness +0.237584 aapg_aa_626.html aapg_aa_626.html:72:8394:8403 Salisbury Sea Isle City, New Jersey +0.501177 palaios_html_9133125241 palaios_html_9133125241:484:60840:60871 Kope Cincinnati +0.26418 aapg_ae_186.html aapg_ae_186.html:107:10239:10260 Arkadelphia Arkadelphia, Arkansas +0.479688 aapg_ah_417.html aapg_ah_417.html:323:32691:32699 Foremost Lacombe, Alberta +0.264654 aapg_aa_525.html aapg_aa_525.html:158:17807:17813 Wilcox Chattanooga, Tennessee +0.514968 gsa_html_4922631598 gsa_html_4922631598:737:79177:79205 Green River Colorado +0.432361 aapg_af_266.html aapg_af_266.html:221:24955:24970 Catalina Schist San Onofre Nuclear Generating Station +0.489936 aapg_ai_435.html aapg_ai_435.html:31:4178:4196 Ogallala Niobrara, Nebraska +0.27144 cspg_html_4374961624 cspg_html_4374961624:107:14744:14765 Mount Whyte Hockley +0.472017 aapg_aa_736.html aapg_aa_736.html:159:14493:14512 Michigan Ohio +0.472602 gsa_html_4650354985 gsa_html_4650354985:1096:90485:90493 Colorado West Lafayette, Indiana +0.24288 gsa_html_8981262717 gsa_html_8981262717:923:77218:77233 Mesaverde Logan, Utah +0.46368 aapg_ai_626.html aapg_ai_626.html:90:14243:14275 Tensleep Cheyenne, Wyoming +0.248472 aapg_ad_683.html aapg_ad_683.html:618:63242:63247 Supai Supai, Arizona +0.473715 gsa_html_9052101586 gsa_html_9052101586:157:18076:18089 Lake Michigan Wadena County, Minnesota +0.26112 aapg_ah_328.html aapg_ah_328.html:352:37250:37257 Garland Red Springs, North Carolina +0.35496 aapg_aa_23.html aapg_aa_23.html:392:46447:46466 Red River Winnipeg +0.478144 aapg_aa_415.html aapg_aa_415.html:357:52572:52588 Midway Arkansas +0.278775 cspg_html_2749851978 cspg_html_2749851978:73:15094:15111 Cardium Lacombe, Alberta +0.487227 sedimentology_html_5315330584 sedimentology_html_5315330584:443:40095:40099 Java Sumatra +0.47232 aapg_ae_498.html aapg_ae_498.html:1104:111835:111841 Walker Kentucky +0.268323 gsa_html_6983076294 gsa_html_6983076294:85:10443:10466 Hazel Llano, Texas +0.233289 AMJC_html_9664623849 AMJC_html_9664623849:12:597:605 Virginia Washington (state) +0.267289 cspg_html_8065532640 cspg_html_8065532640:189:23539:23562 Road River Root River (Wisconsin) +0.265558 palaios_html_2400971767 palaios_html_2400971767:341:34779:34787 Montreal Quebec City +0.484295 gsa_html_8951179545 gsa_html_8951179545:446:54570:54582 Wilcox Sevier orogeny +0.48756 aapg_ai_610.html aapg_ai_610.html:86:16070:16079 Northview Missouri River +0.25245 aapg_ae_681.html aapg_ae_681.html:47:6263:6287 Cotton Valley Haynesville, Louisiana +0.468216 sedimentology_html_2375557633 sedimentology_html_2375557633:291:22874:22886 Monroe Creek Cheyenne, Wyoming +0.24552 cspg_html_3891690307 cspg_html_3891690307:172:18298:18306 Pine Key Hanson, Massachusetts +0.249488 aapg_ae_371.html aapg_ae_371.html:80:12365:12378 Potomac England +0.25948 aapg_ai_278.html aapg_ai_278.html:223:32274:32292 San Cayetano Isle of Pines, New Caledonia +0.35649 cspg_html_9343899465 cspg_html_9343899465:1122:97546:97553 Fram Ellesmere Island +0.244 gsa_html_1783148177 gsa_html_1783148177:473:50692:50714 Artist Drive Black Mountains, Wales +0.259056 cspg_html_8250755331 cspg_html_8250755331:641:68532:68552 Milk River Canada +0.269105 aapg_ah_308.html aapg_ah_308.html:116:16328:16337 Smackover Arkansas +0.83571 aapg_ai_80.html aapg_ai_80.html:399:40973:40982 Hermitage Knoxville, Tennessee +0.485648 aapg_af_735.html aapg_af_735.html:174:20331:20337 Forest Trinidad and Tobago +0.47918 aapg_ah_620.html aapg_ah_620.html:130:18231:18241 Basal Great Lakes region (North America) +0.23972 aapg_ae_371.html aapg_ae_371.html:341:30520:30528 Kootenay Canada +0.27398 aapg_af_425.html aapg_af_425.html:60:6439:6455 Dakota Mesa County, Colorado +0.487548 cspg_html_3479964618 cspg_html_3479964618:242:27146:27160 Thumb Mountain Devon Island +0.49588 aapg_ai_996.html aapg_ai_996.html:1335:59136:59143 Raritan Merchantville, New Jersey +0.369024 gsa_html_3448554349 gsa_html_3448554349:566:59072:59087 Price Huntington, West Virginia +0.249444 AMJC_html_8213961972 AMJC_html_8213961972:667:71196:71199 Arc London, Ontario +0.2515 gsa_html_4438819447 gsa_html_4438819447:858:80870:80889 Mattagami Ontario, California +0.499954 cspg_html_3023030263 cspg_html_3023030263:48:7884:7898 Colorado Lacombe, Alberta +0.494252 cspg_html_1814004928 cspg_html_1814004928:604:64398:64404 Banner Hanson, Massachusetts +0.500123 aapg_ac_201.html aapg_ac_201.html:77:6913:6922 East Fork Chandalar River +0.381029 aapg_ad_154.html aapg_ad_154.html:15:2188:2205 Elbrook Middle Ordovician +0.249994 aapg_ac_730.html aapg_ac_730.html:633:92273:92279 Toreva Mesa, Arizona +0.25839 cspg_html_1996419880 cspg_html_1996419880:495:61010:61018 Columbia Victoria, British Columbia +0.481371 gsa_html_9865056817 gsa_html_9865056817:946:81989:81995 Denver Colorado +0.366912 geology_html_5828016264 geology_html_5828016264:287:21799:21808 New River Virginia +0.237566 cspg_html_6284849447 cspg_html_6284849447:316:21834:21846 Saskatchewan Saskatoon +0.276627 gsa_html_7195000001 gsa_html_7195000001:780:102079:102095 Strathcona Fiord Ellesmere Island +0.26976 aapg_ae_125.html aapg_ae_125.html:17:1752:1763 Trempealeau Dolomites +0.25095 gsa_html_1409496185 gsa_html_1409496185:903:104545:104556 White River Washington (state) +0.488005 cspg_html_9290046117 cspg_html_9290046117:91:12211:12230 Kootenay Lacombe, Alberta +0.48307 aapg_ai_688.html aapg_ai_688.html:129:16593:16615 Williamsport Williamsport, Indiana +0.240051 gsa_html_4120839285 gsa_html_4120839285:1268:126645:126660 Orocopia Schist California +0.669945 aapg_ac_548.html aapg_ac_548.html:38:5380:5397 Anahuac Netherlands +0.27613 cspg_html_2013109828 cspg_html_2013109828:572:82610:82618 Columbia Victoria, British Columbia +0.272043 aapg_ah_318.html aapg_ah_318.html:3571:290619:290644 Smackover Lafayette County, Florida +0.452395 aapg_ad_808.html aapg_ad_808.html:1001:67140:67148 Cloverly Greybull, Wyoming +0.473323 aapg_ad_865.html aapg_ad_865.html:561:56564:56570 Navajo Hermosa, Chicago +0.427741 aapg_af_90.html aapg_af_90.html:41:7174:7191 Johnnie Death Valley +0.25938 aapg_ah_340.html aapg_ah_340.html:269:29928:29936 Kiamichi Texas +0.250805 aapg_ae_63.html aapg_ae_63.html:544:52403:52413 Provo Boise, Idaho +0.236132 gsa_html_4298040492 gsa_html_4298040492:944:104375:104383 Colorado Anchorage, Alaska +0.26112 aapg_ae_368.html aapg_ae_368.html:124:12273:12278 Atoka Llano, Texas +0.516483 sedimentology_html_2258839384 sedimentology_html_2258839384:35:3161:3165 Maya Uxmal +0.24288 gsa_html_2683617362 gsa_html_2683617362:26:1971:1980 Extension Apennine Mountains +0.467775 sedimentology_html_9327087504 sedimentology_html_9327087504:320:29630:29638 Colorado Colorado +0.252494 sedimentology_html_7979863172 sedimentology_html_7979863172:1282:64943:64948 Steel Svalbard +0.483759 aapg_ai_770.html aapg_ai_770.html:36:4420:4427 Thorold Niagara River +0.262636 geology_html_2777498493 geology_html_2777498493:15:945:963 Ogallala Amarillo, Texas +0.22504 gsa_html_5107598462 gsa_html_5107598462:248:22541:22559 Onondaga Salina, Kansas +0.277119 aapg_ad_351.html aapg_ad_351.html:895:82708:82724 Warsaw Missouri River +0.561172 gsa_html_1826402027 gsa_html_1826402027:780:85053:85061 Colorado Denver +0.50085 aapg_ah_318.html aapg_ah_318.html:1661:159867:159886 Smackover Shreveport, Louisiana +0.499947 aapg_ae_871.html aapg_ae_871.html:344:55128:55146 Woodbine Texas +0.2472 aapg_ai_862.html aapg_ai_862.html:32:4668:4685 Ivishak Prudhoe Bay Oil Field +0.269297 aapg_ad_0.html aapg_ad_0.html:111:11648:11654 Oneota Michigan +0.260075 aapg_af_70.html aapg_af_70.html:230:21664:21683 Aux Vases Franklin County, Ohio +0.249831 cspg_html_4516258038 cspg_html_4516258038:64:8819:8833 Bay Fiord Bathurst Island (Northern Territory) +0.936014 aapg_ac_235.html aapg_ac_235.html:78:7790:7813 Morrison Cheyenne, Wyoming +0.499372 cspg_html_4165571187 cspg_html_4165571187:306:32376:32383 Prophet Victoria, British Columbia +0.2688 cspg_html_6702053097 cspg_html_6702053097:552:68313:68321 Montreal Quebec City +0.2688 geology_html_3647052159 geology_html_3647052159:307:23334:23340 Banner Missouri River +0.499554 aapg_ah_339.html aapg_ah_339.html:252:25153:25168 Maquoketa Knoxville, Tennessee +0.270396 aapg_ac_284.html aapg_ac_284.html:63:4703:4713 Palo Pinto Erath County, Texas +0.246909 aapg_aa_302.html aapg_aa_302.html:140:17857:17862 Loray Kaibab, Arizona +0.265738 AMJC_html_6581509910 AMJC_html_6581509910:1227:109919:109926 Bedford Boise, Idaho +0.887494 aapg_ah_289.html aapg_ah_289.html:534:74065:74091 Monterey California +0.49665 aapg_af_847.html aapg_af_847.html:130:16814:16823 Frio Matagorda County, Texas +0.463263 cspg_html_7310162886 cspg_html_7310162886:112:14359:14374 Vunta White Mountains (California) +0.677303 gsa_html_3701388182 gsa_html_3701388182:12:540:549 San Diego California +0.262626 jgeology_html_4305195651 jgeology_html_4305195651:1914:141971:141981 Pottsville Pocono Raceway +0.272468 aapg_ac_380.html aapg_ac_380.html:540:62917:62929 Salina Pennsylvania +0.512176 aapg_ah_994.html aapg_ah_994.html:269:31653:31668 Viola Seminole, Texas +0.26214 sedimentology_html_8013570461 sedimentology_html_8013570461:2097:108548:108560 Granite Wash Lacombe, Alberta +0.261919 cspg_html_4727171280 cspg_html_4727171280:105:12536:12549 Edmonton Edmonton, London +0.241032 gsa_html_4824339911 gsa_html_4824339911:599:68752:68762 Las Cruces Mexico +0.265734 cspg_html_2083823293 cspg_html_2083823293:58:8514:8537 Mist Mountain Arctic Cordillera +0.253895 sedimentology_html_2375557633 sedimentology_html_2375557633:840:62378:62395 Tesuque New Mexico +0.481593 cspg_html_2796643803 cspg_html_2796643803:374:52198:52206 Finnegan Lacombe, Alberta +0.260036 geology_html_6505876815 geology_html_6505876815:218:20630:20640 Washington Metro Manila +0.476046 gsa_html_5928791685 gsa_html_5928791685:868:70619:70642 Hunting Cambridge, Massachusetts +0.473888 geology_html_1006922132 geology_html_1006922132:16:727:736 San Diego La Jolla +0.469216 aapg_ad_557.html aapg_ad_557.html:9873:524320:524328 Lisburne Anchorage, Alaska +0.48822 aapg_aa_103.html aapg_aa_103.html:190:15829:15837 Woodbine Central Texas +0.508728 cspg_html_7434089303 cspg_html_7434089303:193:24044:24067 Eleanor River Ellesmere Island +0.45684 aapg_ae_370.html aapg_ae_370.html:351:32598:32615 Cowlitz Cowlitz River +0.249494 jgeology_html_2809998069 jgeology_html_2809998069:222:14711:14719 Wamsutta Scituate, Massachusetts +0.253009 sedimentology_html_6714245905 sedimentology_html_6714245905:292:26637:26645 Colorado Logan, Utah +0.259979 cspg_html_9343899465 cspg_html_9343899465:833:75860:75869 Hecla Bay Bathurst Island (Northern Territory) +0.908205 aapg_ah_198.html aapg_ah_198.html:419:49900:49918 Monterey Texas +0.493568 gsa_html_6500042061 gsa_html_6500042061:55:3420:3448 Green River New Mexico +0.25146 aapg_ai_78.html aapg_ai_78.html:147:10100:10109 Cockfield Texas +0.491724 aapg_aa_906.html aapg_aa_906.html:611:64773:64793 Fort Union Cheyenne, Wyoming +0.932034 cspg_html_3447886929 cspg_html_3447886929:1001:104623:104641 Chicotte Anticosti Island +0.25 geology_html_2265365356 geology_html_2265365356:62:4400:4409 Extension Victoria, British Columbia +0.474549 cspg_html_6116883777 cspg_html_6116883777:846:108782:108788 Ludlow Devon +0.252003 cspg_html_8818854104 cspg_html_8818854104:144:19201:19209 Moosebar Calgary +0.494769 aapg_aa_906.html aapg_aa_906.html:695:70206:70216 Fort Union Cheyenne, Wyoming +0.484524 geology_html_6501151583 geology_html_6501151583:125:14015:14023 Prospect Frisco, Texas +0.48762 aapg_ah_370.html aapg_ah_370.html:12:1386:1394 Michigan Alpena, Michigan +0.266252 cspg_html_9941518291 cspg_html_9941518291:532:78896:78911 Douro Devon Island +0.470208 cspg_html_4844336967 cspg_html_4844336967:24:3365:3384 Palliser Lacombe, Alberta +0.249344 aapg_ac_251.html aapg_ac_251.html:627:72868:72875 Clinton Pennsylvania +0.25344 aapg_af_640.html aapg_af_640.html:100:6139:6145 Midway Shreveport, Louisiana +0.471735 cspg_html_3942782922 cspg_html_3942782922:8:484:516 Montney Lacombe, Alberta +0.483395 aapg_ad_431.html aapg_ad_431.html:165:13737:13752 Eutaw Selma to Montgomery marches +0.260896 cspg_html_3772380029 cspg_html_3772380029:728:89888:89900 Attawapiskat Ontario, California +0.25602 aapg_aa_987.html aapg_aa_987.html:21:2617:2638 Paint Creek Beecher City, Illinois +0.25935 aapg_ai_564.html aapg_ai_564.html:68:7447:7465 Yakataga Malaspina Glacier +0.268203 AMJC_html_9709478395 AMJC_html_9709478395:900:81792:81798 Brazil Lima, Ohio +0.475838 gsa_html_4930932370 gsa_html_4930932370:557:57086:57096 Michigamme Sudbury, Suffolk +0.48822 geology_html_9874402958 geology_html_9874402958:266:21927:21935 Monterey Earth +0.255188 palaios_html_6455472411 palaios_html_6455472411:492:54536:54550 Kope Waynesville, North Carolina +0.476784 cspg_html_9689514766 cspg_html_9689514766:554:60177:60188 Black River Ontario, California +0.242536 aapg_af_11.html aapg_af_11.html:170:19137:19146 Telluride San Juan Mountains +0.477954 aapg_ai_205.html aapg_ai_205.html:88:9696:9703 Canning Perth, Scotland +0.50952 gsa_html_1408305547 gsa_html_1408305547:640:62313:62341 Green River Colorado +0.503126 aapg_ad_340.html aapg_ad_340.html:17:2949:2968 Oil Creek Arbuckle, California +0.268877 aapg_ae_71.html aapg_ae_71.html:243:22886:22890 Yeso Mesa, Arizona +0.843936 aapg_ac_742.html aapg_ac_742.html:44:5714:5722 Sundance Cheyenne, Wyoming +0.245514 gsa_html_5719180214 gsa_html_5719180214:297:33539:33547 San Jose California +0.49949 gsa_html_5891364176 gsa_html_5891364176:626:45015:45048 Mariposa California +0.236826 aapg_af_631.html aapg_af_631.html:127:11209:11221 Chinle Santa Rosa, California +0.248482 aapg_ak_23.html aapg_ak_23.html:217:20324:20339 Piute Reno, Nevada +0.489712 cspg_html_7086880709 cspg_html_7086880709:25:3174:3182 Columbia Lacombe, Alberta +0.840888 aapg_aa_682.html aapg_aa_682.html:662:69176:69181 Iatan Missouri River +0.25806 cspg_html_4293350162 cspg_html_4293350162:932:96443:96460 Livingstone Lacombe, Alberta +0.251883 sedimentology_html_4388131685 sedimentology_html_4388131685:1399:94321:94338 Cardium Lacombe, Alberta +0.476146 gsa_html_4667678389 gsa_html_4667678389:765:82834:82848 Monk Pocatello, Idaho +0.23959 gsa_html_1324861111 gsa_html_1324861111:701:66341:66379 Punta Carballo Orotina Canton +0.471942 gsa_html_9257356274 gsa_html_9257356274:29:2796:2824 Green River Colorado +0.25839 aapg_ai_80.html aapg_ai_80.html:140:15693:15699 Elvins Kentucky +0.472948 aapg_af_809.html aapg_af_809.html:25:3158:3164 Sierra Venezuela +0.271956 aapg_ad_371.html aapg_ad_371.html:3:239:259 Cockfield Mamou +0.44727 aapg_aa_399.html aapg_aa_399.html:361:30037:30056 Paskapoo Edmonton, London +0.263262 cspg_html_2796643803 cspg_html_2796643803:532:64167:64175 Deadwood Regina, Saskatchewan +0.45849 cspg_html_9771826320 cspg_html_9771826320:397:70226:70244 Beaufort Ellesmere Island +0.46265 palaios_html_5299480577 palaios_html_5299480577:13:648:660 Saskatchewan Regina, Saskatchewan +0.462163 gsa_html_2877730818 gsa_html_2877730818:1042:86557:86577 Beck Spring Dolomite California +0.26156 sedimentology_html_7514538550 sedimentology_html_7514538550:1310:135098:135113 Lee Kentucky +0.476126 sedimentology_html_9059871566 sedimentology_html_9059871566:2101:116770:116787 Navajo Arizona +0.484059 gsa_html_3448554349 gsa_html_3448554349:86:9284:9297 Bedford Ohio +0.2595 palaios_html_2276475028 palaios_html_2276475028:390:47535:47553 Morrison Logan, Utah +0.496762 cspg_html_6255491344 cspg_html_6255491344:39:6466:6484 Kootenay Victoria, British Columbia +0.274572 cspg_html_5358383351 cspg_html_5358383351:6:292:312 Windsor Canada +0.256236 aapg_af_18.html aapg_af_18.html:265:29630:29650 Fall River Cheyenne, Wyoming +0.491967 aapg_aa_752.html aapg_aa_752.html:274:33720:33761 Nisku Lacombe, Alberta +0.464899 gsa_html_1075724130 gsa_html_1075724130:644:54856:54892 Protection Athens, Georgia +0.444222 aapg_af_653.html aapg_af_653.html:970:114862:114870 Vaqueros Monterey, California +0.264196 aapg_ae_176.html aapg_ae_176.html:270:34792:34811 Crowsnest Victoria, British Columbia +0.259065 aapg_aa_54.html aapg_aa_54.html:26:2597:2614 Entrada Chinle Formation +0.259458 sedimentology_html_3272211803 sedimentology_html_3272211803:1155:57463:57468 Price Sellwood Bridge +0.93159 aapg_ac_986.html aapg_ac_986.html:124:16792:16799 Aycross Uinta Mountains +0.242214 aapg_af_50.html aapg_af_50.html:3:168:185 Minturn Colorado +0.257514 aapg_ad_557.html aapg_ad_557.html:9936:532649:532677 Lisburne Prudhoe Bay Oil Field +0.244944 sedimentology_html_3668934627 sedimentology_html_3668934627:345:20785:20795 Washington Seattle +0.251 gsa_html_9579641184 gsa_html_9579641184:206:20163:20187 Tyonek Cook Inlet +0.25896 cspg_html_6588266079 cspg_html_6588266079:418:38191:38199 La Habra Calgary +0.263088 cspg_html_8089302449 cspg_html_8089302449:225:38416:38424 Ramparts Mackenzie River +0.25654 sedimentology_html_1958297829 sedimentology_html_1958297829:500:45847:45868 Green River Colorado +0.362781 aapg_ah_754.html aapg_ah_754.html:168:20150:20170 Huntingdon Canada +0.255936 aapg_af_363.html aapg_af_363.html:406:50264:50270 Reston Virginia +0.506708 palaios_html_6973830442 palaios_html_6973830442:86:7260:7277 Entrada Logan, Utah +0.494088 gsa_html_5737673651 gsa_html_5737673651:421:36790:36821 Chinle Logan, Utah +0.245009 geology_html_4396432582 geology_html_4396432582:22:1805:1814 Valentine Texas +0.490425 aapg_ad_626.html aapg_ad_626.html:57:6361:6371 Washington Colorado +0.25857 gsa_html_5773931818 gsa_html_5773931818:1153:116125:116133 Colorado Boulder Creek (Colorado) +0.261612 aapg_ac_634.html aapg_ac_634.html:271:31525:31542 Wolfcamp Wichita, Kansas +0.519 aapg_ae_17.html aapg_ae_17.html:24:3549:3572 Aragon Tampico, Illinois +0.465975 cspg_html_5109837857 cspg_html_5109837857:87:11132:11153 Blind Fiord Ellesmere Island +0.256088 aapg_aa_948.html aapg_aa_948.html:77:7628:7634 Salado Delaware +0.448857 aapg_ai_1.html aapg_ai_1.html:259:24122:24126 Rico Hermosa, Chicago +0.260075 aapg_ac_417.html aapg_ac_417.html:40:6248:6260 Raging River Tiger Mountain +0.502425 sedimentology_html_9522643663 sedimentology_html_9522643663:161:15339:15356 Entrada Carmel, Indiana +0.502437 geology_html_1604094278 geology_html_1604094278:307:25444:25453 San Diego California +0.26829 aapg_ah_253.html aapg_ah_253.html:29:4790:4810 San Andres Texas +0.252333 gsa_html_6542025228 gsa_html_6542025228:576:61330:61336 Thelon Canada +0.254925 palaios_html_9973267562 palaios_html_9973267562:68:10418:10432 Kope Netherlands +0.262656 aapg_ad_178.html aapg_ad_178.html:48:4759:4767 Columbia Pacific coast +0.265415 aapg_ah_505.html aapg_ah_505.html:640:49283:49295 Dakota Cheyenne, Wyoming +0.266716 aapg_ai_835.html aapg_ai_835.html:65:7275:7284 Ingleside Mexico +0.259032 aapg_ac_765.html aapg_ac_765.html:298:55065:55081 Chinle Chinle Formation +0.497276 aapg_ae_59.html aapg_ae_59.html:476:42407:42414 Wasatch Logan, Utah +0.2575 aapg_ae_871.html aapg_ae_871.html:329:50682:50703 Clearwater Canada +0.489402 gsa_html_6927123889 gsa_html_6927123889:862:75945:75973 Green River Colorado +0.254448 aapg_ae_471.html aapg_ae_471.html:221:21820:21839 Smackover Arkadelphia, Arkansas +0.45881 aapg_ai_610.html aapg_ai_610.html:87:16275:16291 Kinderhook Missouri River +0.250494 cspg_html_6163691495 cspg_html_6163691495:1001:87315:87321 Denver Colorado +0.796938 cspg_html_8568877195 cspg_html_8568877195:73:11931:11948 Belly River Western world +0.247009 aapg_ac_841.html aapg_ac_841.html:729:79170:79176 Sierra Mexico +0.485884 aapg_ah_160.html aapg_ah_160.html:91:13795:13824 Wills Creek Rochester, Kent +0.480312 jgeology_html_6044107316 jgeology_html_6044107316:733:53721:53743 Trout Valley Portland, Maine +0.260478 aapg_af_624.html aapg_af_624.html:70:6448:6466 Tensleep Sweetwater, Miami-Dade County, Florida +0.803577 aapg_ai_669.html aapg_ai_669.html:87:13511:13530 Mesaverde Piceance Basin +0.50032 aapg_aa_841.html aapg_aa_841.html:108:10855:10862 Prairie Matagorda County, Texas +0.2703 aapg_ae_113.html aapg_ae_113.html:214:27884:27903 Hecla Bay Middle East +0.47559 palaios_html_2592562131 palaios_html_2592562131:39:4131:4139 Scotland Canada +0.86994 aapg_aa_158.html aapg_aa_158.html:468:44188:44206 Cloverly Cheyenne, Wyoming +0.367135 geology_html_2523446038 geology_html_2523446038:15:724:735 Green River Logan, Utah +0.481068 gsa_html_4298040492 gsa_html_4298040492:108:13749:13761 Tsichu Anchorage, Alaska +0.49728 gsa_html_1636483297 gsa_html_1636483297:793:71781:71802 Green River Colorado +0.48672 AMJC_html_7984049819 AMJC_html_7984049819:447:43917:43934 Berwick Hartford, Connecticut +0.372079 aapg_ai_477.html aapg_ai_477.html:53:6774:6797 Buckinghorse Liard River, British Columbia +0.488892 aapg_ah_863.html aapg_ah_863.html:42:5123:5128 Liard Arctic +0.488698 aapg_ae_226.html aapg_ae_226.html:14:2425:2432 Kanawha Ohio +0.255188 aapg_aa_544.html aapg_aa_544.html:243:32762:32780 Frontier Cheyenne, Wyoming +0.242466 gsa_html_3803247157 gsa_html_3803247157:26:2122:2128 Denver Colorado +0.494284 aapg_ai_773.html aapg_ai_773.html:76:11327:11335 Michigan Bloomington, Indiana +0.507 cspg_html_5104062649 cspg_html_5104062649:599:62566:62574 Columbia Victoria, British Columbia +0.456704 aapg_ad_626.html aapg_ad_626.html:100:11788:11808 Goliad Texas +0.495803 aapg_aa_416.html aapg_aa_416.html:194:24728:24734 Viking Birch Lake, Minnesota +0.462594 cspg_html_3860685167 cspg_html_3860685167:294:32759:32779 Mount Head Nelson, New Zealand +0.271341 aapg_ad_155.html aapg_ad_155.html:143:19012:19030 Vaqueros Washington (state) +0.493735 aapg_ac_944.html aapg_ac_944.html:240:21308:21324 Sandia New Mexico +0.491384 palaios_html_4880574501 palaios_html_4880574501:618:54500:54519 Fairview Kentucky +0.48594 jgeology_html_4115179562 jgeology_html_4115179562:201:13599:13603 Bays Middle East +0.26059 aapg_ai_582.html aapg_ai_582.html:14:1643:1674 Piper Williston Basin +0.249458 cspg_html_1019614994 cspg_html_1019614994:81:15352:15364 Saskatchewan Lacombe, Alberta +0.824364 palaios_html_5941305386 palaios_html_5941305386:1056:102573:102587 Earp Arizona +0.864539 aapg_ah_678.html aapg_ah_678.html:3:165:184 Vicksburg Texas +0.242424 gsa_html_3429903648 gsa_html_3429903648:106:12378:12384 Casper Cheyenne, Wyoming +0.479841 cspg_html_5345848475 cspg_html_5345848475:976:97468:97488 Milk River Lacombe, Alberta +0.44978 cspg_html_7779401416 cspg_html_7779401416:107:13130:13149 Rochester Lockport (city), New York +0.512078 aapg_ac_187.html aapg_ac_187.html:1964:193374:193393 Marcellus Pennsylvania +0.265189 cspg_html_7799850124 cspg_html_7799850124:848:92427:92443 Nisku Lacombe, Alberta +0.48603 aapg_af_11.html aapg_af_11.html:587:60540:60545 Ouray Telluride, Colorado +0.273632 aapg_ad_329.html aapg_ad_329.html:142:20019:20033 Bedford Pennsylvania +0.256522 aapg_ai_414.html aapg_ai_414.html:140:13996:14002 Percha Chattanooga, Tennessee +0.253482 geology_html_7986465918 geology_html_7986465918:251:22021:22030 Extension England +0.251196 palaios_html_5941305386 palaios_html_5941305386:650:80384:80390 Chinle Chinle Formation +0.261392 aapg_aa_992.html aapg_aa_992.html:187:26916:26925 Frio Galveston Bay Area +0.262654 cspg_html_8568877195 cspg_html_8568877195:421:66323:66342 Foremost Lacombe, Alberta +0.270788 cspg_html_3874533817 cspg_html_3874533817:29:3518:3527 Mackenzie Manitoba +0.458103 cspg_html_8260944839 cspg_html_8260944839:443:49914:49950 Albert New Brunswick, New Jersey +0.443586 cspg_html_1665574291 cspg_html_1665574291:49:9297:9312 Paskapoo Highwood, Illinois +0.51744 aapg_ai_49.html aapg_ai_49.html:497:64316:64319 Abo Supai, Arizona +0.46754 gsa_html_7938666655 gsa_html_7938666655:114:10783:10788 Yukon Victoria, British Columbia +0.26112 aapg_af_652.html aapg_af_652.html:56:7005:7015 Minnekahta Hartville, Missouri +0.499488 aapg_ae_319.html aapg_ae_319.html:792:63939:63950 Green River Logan, Utah +0.25806 aapg_ae_877.html aapg_ae_877.html:8:1292:1302 Swan Hills Lacombe, Alberta +0.2535 geology_html_7816393870 geology_html_7816393870:11:489:495 Oregon Salem, Oregon +0.2535 cspg_html_7924356285 cspg_html_7924356285:55:7840:7851 Peace River Williston Basin +0.26574 cspg_html_7483574191 cspg_html_7483574191:118:19289:19307 Waterton Lacombe, Alberta +0.488446 aapg_ai_27.html aapg_ai_27.html:3:196:202 Midway Texas +0.244349 cspg_html_7278957427 cspg_html_7278957427:93:12474:12486 Eureka Sound Arctic +0.710468 aapg_ad_757.html aapg_ad_757.html:287:36681:36702 Platteville Iowa +0.26418 aapg_ad_192.html aapg_ad_192.html:92:12305:12315 Tuscaloosa Tuscaloosa, Alabama +0.491384 aapg_ac_631.html aapg_ac_631.html:271:33558:33564 Oregon Arizona +0.89001 cspg_html_4655200751 cspg_html_4655200751:159:28997:29012 Leduc Lacombe, Alberta +0.47 geology_html_8682508261 geology_html_8682508261:25:1756:1767 Viola Middle Ordovician +0.256522 aapg_ac_126.html aapg_ac_126.html:138:20666:20685 Smackover Haynesville, Louisiana +0.257284 aapg_ae_265.html aapg_ae_265.html:48:5672:5678 Pocono Bradford, Pennsylvania +0.477708 aapg_af_2.html aapg_af_2.html:261:28962:28967 Ouray Ouray, Colorado +0.25452 aapg_aa_954.html aapg_aa_954.html:298:28541:28553 Cypress Salem, Massachusetts +0.42534 aapg_ah_329.html aapg_ah_329.html:71:6985:7004 Point Sal Monterey, California +0.820436 aapg_aa_147.html aapg_aa_147.html:90:12024:12045 Interlake Manitoba +0.25957 geology_html_8066704669 geology_html_8066704669:209:18567:18583 Chancellor Ontario, California +0.25839 palaios_html_6995029632 palaios_html_6995029632:62:6049:6071 Higginsville Western world +0.260019 aapg_ae_454.html aapg_ae_454.html:106:8854:8861 Bossier Arkansas +0.340578 cspg_html_2769629211 cspg_html_2769629211:174:20059:20068 Hay River Hay River (Canada) +0.260478 gsa_html_7020634397 gsa_html_7020634397:670:53268:53276 Imperial Canada +0.24948 cspg_html_7310162886 cspg_html_7310162886:17:2069:2077 Lisburne Prudhoe Bay Oil Field +0.25344 aapg_ac_889.html aapg_ac_889.html:106:10354:10365 Tar Springs Hardinsburg, Indiana +0.247995 cspg_html_4176605708 cspg_html_4176605708:512:49953:49965 Saskatchewan Manitoba +0.49088 gsa_html_8755064746 gsa_html_8755064746:1492:127712:127740 Green River Colorado +0.483108 aapg_aa_495.html aapg_aa_495.html:58:8400:8413 Nacatoch Shreveport, Louisiana +0.482924 gsa_html_6930523879 gsa_html_6930523879:409:36493:36521 Green River Colorado +0.278244 aapg_ah_528.html aapg_ah_528.html:574:62063:62073 Phosphoria Kaibab, Arizona +0.252504 gsa_html_1075724130 gsa_html_1075724130:40:4235:4250 Bouse Colorado Plateau +0.254989 cspg_html_5295390542 cspg_html_5295390542:212:27540:27557 Halfway Victoria, British Columbia +0.258542 aapg_af_273.html aapg_af_273.html:19:2292:2314 Reforma Mexico +0.274527 aapg_ai_584.html aapg_ai_584.html:1257:127791:127811 Phosphoria Cheyenne, Wyoming +0.248937 aapg_ae_59.html aapg_ae_59.html:444:40354:40362 Colorado Cheyenne, Wyoming +0.250745 palaios_html_3614379982 palaios_html_3614379982:24:2832:2840 Niobrara Niobrara, Nebraska +0.257045 gsa_html_1636483297 gsa_html_1636483297:83:6818:6829 Green River Uinta Mountains +0.276147 aapg_ac_730.html aapg_ac_730.html:502:72458:72472 Wepo New Mexico +0.260478 jgeology_html_4305195651 jgeology_html_4305195651:3365:235761:235796 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania +0.259588 aapg_ah_129.html aapg_ah_129.html:64:4795:4805 Palo Pinto Erath County, Texas +0.241366 aapg_ah_532.html aapg_ah_532.html:83:7894:7902 Colorado Leadville, Colorado +0.260051 gsa_html_8549650339 gsa_html_8549650339:560:52810:52823 Edwards Austin, Chicago +0.452376 aapg_af_477.html aapg_af_477.html:289:23445:23449 Ladd Mexico +0.258825 aapg_ai_750.html aapg_ai_750.html:117:12313:12333 Tuscaloosa Mississippi River +0.487936 aapg_ai_974.html aapg_ai_974.html:693:73631:73647 Empire Washington (state) +0.48042 cspg_html_4272664788 cspg_html_4272664788:513:52982:52997 Banff Edmonton, London +0.24059 cspg_html_2585769771 cspg_html_2585769771:1107:84222:84230 Edmonton Edmonton, London +0.234231 cspg_html_9435196958 cspg_html_9435196958:904:37940:37952 Medicine Hat Lacombe, Alberta +0.48384 aapg_ai_322.html aapg_ai_322.html:122:9882:9894 Todos Santos Honduras +0.717205 aapg_ah_97.html aapg_ah_97.html:142:17627:17644 Saturday Mountain Victoria, British Columbia +0.206346 aapg_ad_919.html aapg_ad_919.html:229:18846:18866 Lakota Black Hills +0.50112 aapg_ac_473.html aapg_ac_473.html:293:40817:40828 Mowry Williston, Vermont +0.477288 cspg_html_9119878068 cspg_html_9119878068:58:7443:7467 Fort Vermilion Swan Hill, Victoria +0.459969 aapg_af_320.html aapg_af_320.html:266:45190:45208 Tensleep Cheyenne, Wyoming +0.26058 cspg_html_4326384800 cspg_html_4326384800:1857:240596:240605 Mackenzie Victoria, British Columbia +0.258597 cspg_html_7587979364 cspg_html_7587979364:171:15121:15134 Sulphur Point Swan Hill, Victoria +0.266135 gsa_html_1024107776 gsa_html_1024107776:940:96456:96483 Mauch Chunk New Brunswick, New Jersey +0.262654 cspg_html_5450075884 cspg_html_5450075884:574:66202:66214 Judith River Regina, Saskatchewan +0.277665 aapg_ae_526.html aapg_ae_526.html:91:9183:9192 Smackover Paluxy, Texas +0.22224 aapg_af_638.html aapg_af_638.html:207:15505:15513 Red Rock Ottawa, Kansas +0.427202 cspg_html_5955028331 cspg_html_5955028331:647:68141:68157 Viking Lacombe, Alberta +0.48501 aapg_ad_871.html aapg_ad_871.html:396:37747:37758 Black River Rockport, Massachusetts +0.256522 aapg_ah_114.html aapg_ah_114.html:54:6026:6036 Washington California +0.49164 sedimentology_html_1310908798 sedimentology_html_1310908798:791:52768:52772 Hall London, Ontario +0.494132 gsa_html_8951179545 gsa_html_8951179545:70:7438:7450 Wilcox Texas +0.484615 cspg_html_3762708087 cspg_html_3762708087:62:8971:8987 Viking Lacombe, Alberta +0.50399 gsa_html_4243887096 gsa_html_4243887096:58:3863:3891 Green River Colorado +0.2472 aapg_af_429.html aapg_af_429.html:34:2734:2742 Whitsett Atoka, Oklahoma +0.245448 geology_html_2630608845 geology_html_2630608845:312:26985:26991 Walker Blue Mountains (Oregon) +0.271932 palaios_html_9133125241 palaios_html_9133125241:18:1192:1206 Kope Ohio +0.24415 aapg_af_424.html aapg_af_424.html:30:2660:2666 Salina Forest City, Iowa +0.250992 aapg_ai_183.html aapg_ai_183.html:267:24496:24517 Bow Island Colorado +0.49608 aapg_af_363.html aapg_af_363.html:60:7452:7460 Virginia Shenandoah Valley +0.267225 aapg_ae_306.html aapg_ae_306.html:940:107639:107649 Las Cruces Las Cruces, New Mexico +0.246 cspg_html_3804945581 cspg_html_3804945581:10:1683:1720 Horseshoe Canyon Lacombe, Alberta +0.258416 palaios_html_6100595217 palaios_html_6100595217:18:990:1002 Gosport Sand Lisbon +0.264668 cspg_html_8990290265 cspg_html_8990290265:194:28759:28774 Cairn Lacombe, Alberta +0.492036 cspg_html_6688313426 cspg_html_6688313426:230:31140:31146 Fernie Victoria, British Columbia +0.496392 palaios_html_7928599019 palaios_html_7928599019:297:29741:29749 Humboldt Eel River (Indiana) +0.248472 aapg_ai_278.html aapg_ai_278.html:449:62008:62026 Palenque Nassau, Bahamas +0.241664 aapg_ac_475.html aapg_ac_475.html:300:41355:41384 Kishenehn Victoria, British Columbia +0.260604 palaios_html_3022467877 palaios_html_3022467877:394:45021:45032 Hornerstown Navesink River +0.263168 cspg_html_2769629211 cspg_html_2769629211:623:67989:68011 Slave Point Lacombe, Alberta +0.711794 aapg_af_728.html aapg_af_728.html:148:17861:17882 Green River Colorado +0.245448 sedimentology_html_1131524018 sedimentology_html_1131524018:840:55801:55805 Wise Nassau, Bahamas +0.477402 gsa_html_4113859081 gsa_html_4113859081:369:34985:34997 Owens Valley California +0.277713 aapg_aa_229.html aapg_aa_229.html:348:28030:28040 Tuscaloosa Raritan River +0.249999 cspg_html_6255491344 cspg_html_6255491344:261:38493:38513 Nikanassin Lacombe, Alberta +0.261519 aapg_ae_856.html aapg_ae_856.html:232:28023:28047 Lizard Springs Trinidad and Tobago +0.486402 aapg_ai_469.html aapg_ai_469.html:91:10370:10385 Elk Lacombe, Alberta +0.49972 sedimentology_html_1046729113 sedimentology_html_1046729113:397:36727:36752 Mesaverde Logan, Utah +0.292617 sedimentology_html_6817909023 sedimentology_html_6817909023:30:2089:2099 Washington Seattle +0.469829 aapg_ak_76.html aapg_ak_76.html:125:18407:18412 Cibao San Juan, Argentina +0.238044 aapg_ai_974.html aapg_ai_974.html:654:68885:68891 Oregon Washington (state) +0.242968 jgeology_html_8596065691 jgeology_html_8596065691:703:60802:60821 Los Pasos Mexico +0.486588 cspg_html_1159794850 cspg_html_1159794850:165:25485:25501 Salina Salina, Kansas +0.938952 aapg_aa_44.html aapg_aa_44.html:88:9901:9919 Moenkopi Colorado +0.260019 gsa_html_2699188453 gsa_html_2699188453:670:50991:51000 Lancaster Mojave Desert +0.49764 aapg_ae_941.html aapg_ae_941.html:46:4206:4221 Rodessa Carthage, Missouri +0.260036 sedimentology_html_1006662626 sedimentology_html_1006662626:3283:68542:68563 Forest Fort Collins, Colorado +0.251988 gsa_html_4667678389 gsa_html_4667678389:522:46906:46920 Monk Pocatello, Idaho +0.261057 cspg_html_6383234409 cspg_html_6383234409:631:64880:64900 Bird Fiord Canadian Arctic Archipelago +0.4712 gsa_html_5936113651 gsa_html_5936113651:65:5199:5227 Green River Colorado +0.476685 sedimentology_html_3417381350 sedimentology_html_3417381350:1208:94479:94497 Monterey California +0.473386 cspg_html_1893593837 cspg_html_1893593837:707:50653:50678 Red Head Rapids Southampton Island +0.47058 palaios_html_2713180466 palaios_html_2713180466:127:16426:16450 Pioneer Kentucky +0.546588 aapg_aa_44.html aapg_aa_44.html:123:14445:14452 Gateway Colorado +0.293886 cspg_html_2758185645 cspg_html_2758185645:398:39799:39828 Banff Lacombe, Alberta +0.251262 aapg_ac_313.html aapg_ac_313.html:66:8025:8032 Icaiche Mexico +0.248952 gsa_html_9358424843 gsa_html_9358424843:344:35690:35696 Snyder Anchorage, Alaska +0.259588 aapg_ai_559.html aapg_ai_559.html:152:14361:14365 Frio Brazoria County, Texas +0.279616 aapg_ah_962.html aapg_ah_962.html:150:16274:16285 Black River Richmond, California +0.736695 aapg_af_663.html aapg_af_663.html:589:58520:58526 Pawnee Missouri River +0.483108 cspg_html_7963093032 cspg_html_7963093032:438:46627:46648 Bow Island Lacombe, Alberta +0.250488 aapg_ac_924.html aapg_ac_924.html:318:34110:34117 Madison Meramec River +0.456412 aapg_ai_468.html aapg_ai_468.html:3:196:215 Cotton Valley Alabama +0.498324 aapg_ae_29.html aapg_ae_29.html:81:10142:10152 Loyalhanna Pottsville, Pennsylvania +0.47991 sedimentology_html_6277855897 sedimentology_html_6277855897:1132:89497:89518 Green River Cheyenne, Wyoming +0.250937 aapg_ae_4.html aapg_ae_4.html:201:22065:22087 Gardner Canyon Boise, Idaho +0.268315 jgeology_html_2022713612 jgeology_html_2022713612:107:7484:7505 Wood Canyon Mojave Desert +0.491744 cspg_html_4210762654 cspg_html_4210762654:42:6685:6693 Woodbend Lacombe, Alberta +0.50825 aapg_af_206.html aapg_af_206.html:625:78497:78508 San Antonio Falfurrias, Texas +0.25452 aapg_ad_721.html aapg_ad_721.html:581:55227:55235 Carlsbad Carlsbad, New Mexico +0.251275 aapg_af_854.html aapg_af_854.html:1333:191802:191813 White River Laurens County, Georgia +0.22752 palaios_html_8699778504 palaios_html_8699778504:320:30986:30996 Florissant Colorado +0.23569 aapg_aa_47.html aapg_aa_47.html:122:13559:13567 Colorado New Mexico +0.46872 cspg_html_2208643572 cspg_html_2208643572:522:57443:57451 Columbia Victoria, British Columbia +0.257536 aapg_ai_49.html aapg_ai_49.html:274:32633:32639 Navajo Carmel, Indiana +0.24341 jgeology_html_6016138758 jgeology_html_6016138758:687:40619:40639 Poul Creek Anchorage, Alaska +0.477402 aapg_ae_886.html aapg_ae_886.html:28:3738:3745 Todilto Summerville, South Carolina +0.254925 aapg_af_169.html aapg_af_169.html:221:23170:23174 Java Sumatra +0.23808 cspg_html_4298557570 cspg_html_4298557570:405:52858:52873 Lance Lacombe, Alberta +0.257446 cspg_html_8174352156 cspg_html_8174352156:43:6588:6596 Columbia Victoria, British Columbia +0.494966 aapg_ah_779.html aapg_ah_779.html:337:63253:63258 Flume Reno, Nevada +0.497202 aapg_ae_958.html aapg_ae_958.html:2362:201465:201471 Salado Delaware +0.257033 aapg_ae_31.html aapg_ae_31.html:249:25708:25728 Moorefield Batesville, Arkansas +0.475566 aapg_ad_52.html aapg_ad_52.html:595:63804:63813 Extension Western world +0.259739 cspg_html_2018998204 cspg_html_2018998204:115:13077:13082 Nonda Richmond, California +0.452501 sedimentology_html_8006979411 sedimentology_html_8006979411:156:14159:14177 Kaskapau Victoria, British Columbia +0.248994 aapg_ai_444.html aapg_ai_444.html:49:5107:5117 Pottsville Winslow, Arizona +0.273 aapg_ad_329.html aapg_ad_329.html:94:13219:13229 Mahantango Southampton Township, Bedford County, Pennsylvania +0.255528 palaios_html_9886618772 palaios_html_9886618772:49:6231:6246 Vicksburg Vail, Colorado +0.483383 palaios_html_6605749307 palaios_html_6605749307:534:49972:49997 Navajo Logan, Utah +0.251392 gsa_html_6350949088 gsa_html_6350949088:676:60032:60038 Kodiak Anchorage, Alaska +0.463193 gsa_html_5107598462 gsa_html_5107598462:429:38516:38528 Salina Lackawanna County, Pennsylvania +0.249831 jgeology_html_4599466962 jgeology_html_4599466962:294:20949:20965 Edgecliff Western world +0.48828 sedimentology_html_6952142412 sedimentology_html_6952142412:1436:99261:99278 Wasatch Spain +0.497354 aapg_ac_807.html aapg_ac_807.html:360:36438:36451 Cohansey Sand Sussex County, New Jersey +0.532245 jgeology_html_9131218619 jgeology_html_9131218619:1011:78500:78507 Gateway Colorado +0.476316 gsa_html_5158209975 gsa_html_5158209975:322:28810:28819 Red River Peoria, Illinois +0.44694 aapg_ad_557.html aapg_ad_557.html:1401:130723:130750 Madison Williston Basin +0.256036 aapg_af_331.html aapg_af_331.html:285:35538:35542 Ladd Caribbean +0.256725 aapg_af_726.html aapg_af_726.html:180:23044:23055 Santa Clara California +0.25602 sedimentology_html_8481937849 sedimentology_html_8481937849:347:30616:30631 Plainfield Ottawa, Kansas +0.23716 cspg_html_9618151991 cspg_html_9618151991:17:2329:2336 Madison Meramec River +0.4864 aapg_ac_749.html aapg_ac_749.html:46:5730:5736 Neahga Irondequoit, New York +0.253991 aapg_aa_350.html aapg_aa_350.html:3:193:201 Michigan Saginaw, Michigan +0.47672 gsa_html_2026217181 gsa_html_2026217181:141:10139:10167 Green River Colorado +0.44919 aapg_ad_258.html aapg_ad_258.html:120:11917:11942 Venango Venango, Pennsylvania +0.478208 aapg_ac_563.html aapg_ac_563.html:296:41500:41508 Woodbine County Sligo +0.513174 aapg_ad_3.html aapg_ad_3.html:278:25234:25241 Axemann Knoxville, Tennessee +0.483759 aapg_ae_354.html aapg_ae_354.html:162:15965:15984 Mesaverde Niobrara, Nebraska +0.280864 aapg_aa_261.html aapg_aa_261.html:101:13878:13899 Etherington Boise, Idaho +0.2703 gsa_html_4891459463 gsa_html_4891459463:1294:119635:119648 Santa Barbara Santa Barbara, California +0.87108 aapg_ah_456.html aapg_ah_456.html:59:5448:5456 Montreal Canada +0.259518 aapg_ai_903.html aapg_ai_903.html:341:48296:48304 Beaumont Lacombe, Alberta +0.241808 gsa_html_8236729701 gsa_html_8236729701:573:50528:50533 Slope California +0.499488 aapg_ad_317.html aapg_ad_317.html:161:15483:15494 Beekmantown Pennsylvania +0.483488 aapg_ac_104.html aapg_ac_104.html:30:4283:4302 Crescent Clallam County, Washington +0.481206 aapg_aa_847.html aapg_aa_847.html:18:1797:1807 Washington Salem, Oregon +0.92247 aapg_aa_261.html aapg_aa_261.html:101:13965:13985 Scott Peak Boise, Idaho +0.24432 cspg_html_1763727002 cspg_html_1763727002:6:485:499 Doig Lacombe, Alberta +0.459728 aapg_ad_982.html aapg_ad_982.html:69:5485:5503 Onondaga Edgecliff, New South Wales +0.498456 aapg_ad_351.html aapg_ad_351.html:17:2018:2034 Keokuk Springfield, Illinois +0.46697 sedimentology_html_7724789034 sedimentology_html_7724789034:544:41923:41949 Basal Hay River (Canada) +0.238721 gsa_html_6753732431 gsa_html_6753732431:90:8670:8685 Sespe Transverse Ranges +0.481992 aapg_ac_750.html aapg_ac_750.html:66:5666:5674 Beaumont Beaumont, Texas +0.268275 aapg_aa_12.html aapg_aa_12.html:462:49083:49101 Sycamore Arbuckle, California +0.832104 aapg_ai_470.html aapg_ai_470.html:269:35409:35421 Cardium Lacombe, Alberta +0.25449 cspg_html_4031489103 cspg_html_4031489103:198:28624:28633 Appekunny Whitefish (fisheries term) +0.47092 palaios_html_1834763898 palaios_html_1834763898:462:47736:47748 Pethei Great Slave Lake +0.488796 aapg_ad_557.html aapg_ad_557.html:141:13318:13325 Halifax Houston +0.2595 aapg_ah_69.html aapg_ah_69.html:157:14870:14875 Chazy Waverly, Ohio +0.2625 aapg_ac_835.html aapg_ac_835.html:887:129648:129655 Madison Frannie, Wyoming +0.262626 cspg_html_6038396142 cspg_html_6038396142:37:5785:5803 Winnipeg Winnipeg +0.475136 aapg_af_461.html aapg_af_461.html:189:17297:17311 Traverse Michigan +0.291054 aapg_ad_801.html aapg_ad_801.html:103:11711:11726 Midway Alabama +0.27081 geology_html_4411581951 geology_html_4411581951:293:23209:23225 Dakota Eaton, Ohio +0.48195 gsa_html_5507509274 gsa_html_5507509274:752:76662:76684 Mariposa Sierra Nevada (Spain) +0.489984 aapg_ae_357.html aapg_ae_357.html:87:12041:12059 Paradise Arizona +0.241566 cspg_html_4799463481 cspg_html_4799463481:34:4806:4843 Vendom Fiord Ellesmere Island +0.248985 aapg_ah_677.html aapg_ah_677.html:491:53388:53425 Nonesuch Bloomington, Indiana +0.249831 aapg_ai_907.html aapg_ai_907.html:428:68795:68819 Frio Texas +0.448364 cspg_html_4176605708 cspg_html_4176605708:616:62857:62865 Edmonton Regina, Saskatchewan +0.483189 gsa_html_7817096362 gsa_html_7817096362:67:5445:5473 Green River Colorado +0.291456 cspg_html_5515814749 cspg_html_5515814749:65:9866:9882 Viking Lacombe, Alberta +0.4459 geology_html_8124935570 geology_html_8124935570:256:22645:22653 Colorado Denver +0.265608 gsa_html_3436154175 gsa_html_3436154175:721:60596:60616 Wind River Absaroka +0.25957 sedimentology_html_6084996636 sedimentology_html_6084996636:440:52681:52685 Hall London, Ontario +0.386484 aapg_af_854.html aapg_af_854.html:393:50956:50966 Fort Payne Alabama +0.255224 aapg_aa_463.html aapg_aa_463.html:209:39943:39964 Smackover Mississippi River +0.265161 aapg_ai_688.html aapg_ai_688.html:397:43500:43537 Williamsport Salina, Kansas +0.253727 cspg_html_1313584654 cspg_html_1313584654:45:5738:5756 Duperow Lacombe, Alberta +0.258064 cspg_html_3231136569 cspg_html_3231136569:120:14969:14978 Ice River Victoria, British Columbia +0.48379 gsa_html_9866042258 gsa_html_9866042258:1979:153737:153746 Lancaster Salem, Oregon +0.250901 AMJC_html_9709478395 AMJC_html_9709478395:894:81281:81303 Monterey California +0.496513 aapg_af_653.html aapg_af_653.html:862:97530:97536 Neroly Monterey, California +0.273513 gsa_html_3144986031 gsa_html_3144986031:479:47766:47774 Victoria Canada +0.245514 sedimentology_html_2012795527 sedimentology_html_2012795527:28:1790:1798 Edmonton Canada +0.257049 sedimentology_html_8983980897 sedimentology_html_8983980897:312:21239:21256 Storelk Victoria, British Columbia +0.249996 gsa_html_3179245953 gsa_html_3179245953:591:56661:56671 Stillwater Payne County, Oklahoma +0.257526 AMJC_html_8402437205 AMJC_html_8402437205:841:79174:79182 Columbia Victoria, British Columbia +0.256486 aapg_ah_687.html aapg_ah_687.html:43:6716:6727 Peace River CFB Cold Lake +0.478235 gsa_html_4501954721 gsa_html_4501954721:916:65879:65888 New River Virginia +0.254007 cspg_html_5198658336 cspg_html_5198658336:329:35307:35315 Scollard Lacombe, Alberta +0.246945 cspg_html_5688447798 cspg_html_5688447798:21:5128:5139 Goose Fiord Ellesmere Island +0.636519 aapg_ad_55.html aapg_ad_55.html:96:8045:8052 Decorah Decorah, Iowa +0.273205 aapg_ae_152.html aapg_ae_152.html:105:8555:8582 Anahuac Shreveport, Louisiana +0.50008 aapg_ae_248.html aapg_ae_248.html:92:9206:9224 Traverse Salem, Massachusetts +0.460222 gsa_html_4828739821 gsa_html_4828739821:826:69512:69521 Flagstaff Arizona +0.253506 jgeology_html_9366209199 jgeology_html_9366209199:236:20490:20499 Eel River California +0.4847 aapg_ae_280.html aapg_ae_280.html:237:26515:26520 Utica Onondaga County, New York +0.26871 aapg_af_479.html aapg_af_479.html:746:78811:78821 Point Loma San Diego +0.472248 aapg_ad_351.html aapg_ad_351.html:892:82280:82284 Hall Burlington, Ontario +0.251968 cspg_html_9725676031 cspg_html_9725676031:681:73472:73495 Boulder Creek Victoria, British Columbia +0.265668 gsa_html_5952049575 gsa_html_5952049575:762:75789:75808 Rock Springs Cheyenne, Wyoming +0.471308 gsa_html_2818345762 gsa_html_2818345762:445:43136:43158 Maple Canyon Logan, Utah +0.26571 AMJC_html_8303556104 AMJC_html_8303556104:227:30617:30629 Chinle New Mexico +0.262446 geology_html_7176261014 geology_html_7176261014:295:22693:22697 Hall London, Ontario +0.24948 aapg_ai_813.html aapg_ai_813.html:39:7268:7287 Neruokpuk Anchorage, Alaska +0.255474 cspg_html_3763286481 cspg_html_3763286481:14:1639:1647 Columbia Victoria, British Columbia +0.469989 aapg_ae_911.html aapg_ae_911.html:40:3819:3840 Mt Lytton Shreveport, Louisiana +0.519792 aapg_ad_960.html aapg_ad_960.html:25:2954:2968 Monterey Salinas, California +0.4956 aapg_ad_466.html aapg_ad_466.html:299:37335:37350 Tuscaloosa North Carolina +0.503685 cspg_html_6116883777 cspg_html_6116883777:1699:202956:202989 Read Bay Canadian Arctic Archipelago +0.36096 aapg_ae_319.html aapg_ae_319.html:422:34091:34098 Ankareh Uinta Mountains +0.281 aapg_ac_546.html aapg_ac_546.html:26:4159:4175 Wilcox Shreveport, Louisiana +0.488376 cspg_html_1166788717 cspg_html_1166788717:135:15186:15191 Cairn Lacombe, Alberta +0.269325 palaios_html_9789679615 palaios_html_9789679615:964:89302:89320 Morrison Western United States +0.253916 aapg_ai_28.html aapg_ai_28.html:343:32263:32270 Reynosa Uvalde, Texas +0.49521 cspg_html_2865093674 cspg_html_2865093674:63:10258:10267 Gog Lacombe, Alberta +0.487278 geology_html_1503306574 geology_html_1503306574:225:22840:22874 Serpent Canada +0.478856 cspg_html_4326384800 cspg_html_4326384800:709:96679:96694 Cairn Red Deer, Alberta +0.902496 cspg_html_4621625853 cspg_html_4621625853:23:2753:2776 Eleanor River Middle Ordovician +0.466115 jgeology_html_3391865091 jgeology_html_3391865091:844:49907:49921 Frio Texas +0.466506 aapg_af_663.html aapg_af_663.html:356:36290:36296 Laredo Higginsville, Missouri +0.4598 cspg_html_5141367518 cspg_html_5141367518:160:24432:24454 Belly River Crowsnest Pass, Alberta +0.2525 sedimentology_html_8829282630 sedimentology_html_8829282630:2127:109082:109090 Colorado Pueblo, Colorado +0.248992 gsa_html_1363375228 gsa_html_1363375228:911:79437:79449 Red Mountain Boise, Idaho +0.4935 aapg_aa_43.html aapg_aa_43.html:479:52325:52344 Frio Michigan +0.241045 geology_html_5146003460 geology_html_5146003460:61:3578:3594 Yucatan Guatemala +0.48932 aapg_ai_838.html aapg_ai_838.html:183:31166:31188 Escondido Lonsdale, Minnesota +0.501492 aapg_ac_286.html aapg_ac_286.html:42:4043:4052 Smackover Cotton Valley, Louisiana +0.453562 aapg_ac_417.html aapg_ac_417.html:11:1650:1664 Tiger Mountain Raging River +0.254015 aapg_ad_168.html aapg_ad_168.html:335:37236:37257 La Vieille Logan, Utah +0.240091 geology_html_6501151583 geology_html_6501151583:41:4614:4621 Wingate Kayenta, Arizona +0.248805 aapg_ah_505.html aapg_ah_505.html:734:57167:57173 Pierre Benton, Arkansas +0.25636 aapg_ah_429.html aapg_ah_429.html:111:9598:9608 San Andres Artesia, New Mexico +0.498316 aapg_ai_584.html aapg_ai_584.html:40:4217:4226 Ingleside Colorado +0.4807 sedimentology_html_9327087504 sedimentology_html_9327087504:320:29617:29625 Michigan Sweden +0.49337 aapg_aa_224.html aapg_aa_224.html:23:3025:3034 Macuspana Veracruz, Veracruz +0.268752 aapg_ae_871.html aapg_ae_871.html:590:72330:72354 Schrader Bluff Anchorage, Alaska +0.47864 cspg_html_2198503252 cspg_html_2198503252:6:584:589 Ouray Lacombe, Alberta +0.465959 aapg_ae_17.html aapg_ae_17.html:117:14745:14751 Sierra Caborca +0.48682 aapg_ac_867.html aapg_ac_867.html:680:92936:92960 Casper Cheyenne, Wyoming +0.2893 aapg_ah_534.html aapg_ah_534.html:250:21051:21060 Jamestown Catskill Mountains +0.256011 cspg_html_1996419880 cspg_html_1996419880:426:55949:55957 Columbia Victoria, British Columbia +0.269824 palaios_html_9127387632 palaios_html_9127387632:618:58879:58900 Collingwood Canada +0.257526 geology_html_4393438384 geology_html_4393438384:205:21429:21434 Price Virginia +0.262119 cspg_html_9912281240 cspg_html_9912281240:675:74528:74539 Belly River Lacombe, Alberta +0.26728 aapg_ae_278.html aapg_ae_278.html:506:51650:51654 Java Sumatra +0.482304 gsa_html_5694391338 gsa_html_5694391338:957:82353:82381 Green River Colorado +0.269192 geology_html_4350749191 geology_html_4350749191:99:8107:8117 Santa Cruz Santa Cruz, California +0.478225 geology_html_1644816140 geology_html_1644816140:121:10185:10210 Barstow Reno, Nevada +0.431246 cspg_html_5541725202 cspg_html_5541725202:203:29734:29744 Boss Point Bridgetown, Nova Scotia +0.699936 aapg_ah_329.html aapg_ah_329.html:526:51518:51527 San Diego San Joaquin River +0.259065 cspg_html_4031489103 cspg_html_4031489103:340:50145:50166 Dutch Creek Victoria, British Columbia +0.246993 AMJC_html_4504848787 AMJC_html_4504848787:421:45947:45984 Mechum River Virginia +0.256985 AMJC_html_4299960498 AMJC_html_4299960498:641:80712:80722 Washington Logan, Utah +0.467892 palaios_html_5582845937 palaios_html_5582845937:339:34686:34694 Virginia Hampton, New Hampshire +0.255 jgeology_html_9591757126 jgeology_html_9591757126:871:50961:50966 Yukon Anchorage, Alaska +0.283765 aapg_ac_324.html aapg_ac_324.html:492:64121:64148 Prospect Western world +0.2626 aapg_ad_466.html aapg_ad_466.html:1202:128687:128700 Potomac Tuscaloosa, Alabama +0.266752 jgeology_html_8494933343 jgeology_html_8494933343:450:35091:35119 Bidahochi Southern California +0.462768 aapg_ac_515.html aapg_ac_515.html:200:21676:21682 Oregon Washington (state) +0.48297 aapg_ah_374.html aapg_ah_374.html:108:12198:12216 Seminole Coffeyville, Kansas +0.789891 aapg_ac_950.html aapg_ac_950.html:29:5257:5269 Rhode Island Virginia +0.269698 aapg_aa_598.html aapg_aa_598.html:26:4165:4173 Red Peak John Crow Mountains +0.263302 aapg_ad_551.html aapg_ad_551.html:181:30665:30685 Mount Head Lacombe, Alberta +0.257526 jgeology_html_8497213674 jgeology_html_8497213674:325:20097:20128 Newport California +0.484568 cspg_html_9222238695 cspg_html_9222238695:559:64551:64559 Columbia Victoria, British Columbia +0.269312 aapg_af_16.html aapg_af_16.html:327:29883:29901 Frontier Cheyenne, Wyoming +0.254925 aapg_ah_645.html aapg_ah_645.html:312:38662:38677 Piper Williston, Vermont +0.476656 cspg_html_7397042096 cspg_html_7397042096:363:42350:42361 Grand Forks Lacombe, Alberta +0.469299 aapg_af_984.html aapg_af_984.html:266:42632:42657 Fullerton Washington (state) +0.252464 gsa_html_3096615185 gsa_html_3096615185:173:19286:19313 Weymouth Nahant, Massachusetts +0.253456 aapg_af_808.html aapg_af_808.html:249:32651:32669 Scotland Barbados +0.22416 aapg_aa_303.html aapg_aa_303.html:310:28440:28448 Colorado Colorado +0.251883 cspg_html_1498300615 cspg_html_1498300615:96:11958:11963 Flume Lacombe, Alberta +0.258 aapg_ac_984.html aapg_ac_984.html:242:21697:21712 Oneota Illinois +0.246568 sedimentology_html_3200584564 sedimentology_html_3200584564:1316:86518:86536 Kaskapau Lacombe, Alberta +0.492345 gsa_html_6980451554 gsa_html_6980451554:792:77848:77865 Moenave Colorado +0.4695 sedimentology_html_7385631805 sedimentology_html_7385631805:2440:119330:119349 Athabasca Canada +0.266772 aapg_ad_153.html aapg_ad_153.html:391:39325:39334 Aux Vases Illinois +0.255348 palaios_html_1037225024 palaios_html_1037225024:963:68145:68157 Sutton New South Wales +0.463913 aapg_af_317.html aapg_af_317.html:482:60859:60869 Las Animas Colorado +0.243972 aapg_ad_688.html aapg_ad_688.html:62:5532:5549 Hermosa New Mexico +0.242526 cspg_html_8152691171 cspg_html_8152691171:47:7595:7605 Missisauga Logan, Utah +0.267264 cspg_html_1025724640 cspg_html_1025724640:692:77791:77799 Montreal Quebec City +0.264192 cspg_html_1378826439 cspg_html_1378826439:353:33718:33733 Gates Victoria, British Columbia +0.258064 cspg_html_1934220426 cspg_html_1934220426:40:5175:5192 Pelican Shaftesbury +0.271437 aapg_af_205.html aapg_af_205.html:303:28653:28670 Fleming Middle East +0.491064 cspg_html_4392308496 cspg_html_4392308496:386:53064:53092 Bonaventure Rogersville, Tennessee +0.483395 aapg_ad_47.html aapg_ad_47.html:85:8959:8967 Wolfcamp Wichita, Kansas +0.26416 sedimentology_html_9410532865 sedimentology_html_9410532865:1514:107465:107486 Green River Logan, Utah +0.269878 aapg_ad_269.html aapg_ad_269.html:72:8229:8244 Bluff Summerville, South Carolina +0.36064 cspg_html_6880168184 cspg_html_6880168184:239:34014:34033 Allen Bay Devon Island +0.488565 aapg_ad_2.html aapg_ad_2.html:216:31683:31701 Setters Maryland +0.49317 sedimentology_html_1671067008 sedimentology_html_1671067008:30:2083:2092 Claremont South Africa +0.26064 cspg_html_4287356899 cspg_html_4287356899:972:133269:133274 Yukon Great Britain +0.48504 gsa_html_2832151886 gsa_html_2832151886:412:34378:34394 Viking Lacombe, Alberta +0.257316 aapg_ac_904.html aapg_ac_904.html:370:32551:32557 Kodiak Anchorage, Alaska +0.698727 aapg_ae_171.html aapg_ae_171.html:449:41226:41235 Newcastle Black Hills +0.480624 geology_html_2076225121 geology_html_2076225121:314:24453:24472 Anakeesta Great Smoky Mountains +0.24453 sedimentology_html_6811924239 sedimentology_html_6811924239:375:18383:18394 Santa Clara Ventura County, California +0.488448 gsa_html_1324861111 gsa_html_1324861111:278:26054:26063 Montezuma Nicoya Peninsula +0.239875 aapg_ad_683.html aapg_ad_683.html:119:16068:16080 Hermit Coconino County, Arizona +0.243987 AMJC_html_4299960498 AMJC_html_4299960498:145:18172:18198 Ringold Washington (state) +0.256985 cspg_html_1064938580 cspg_html_1064938580:344:39181:39203 Moreno California +0.4785 palaios_html_1018466366 palaios_html_1018466366:1538:137652:137662 Rio Grande Buenos Aires Province +0.47802 aapg_aa_145.html aapg_aa_145.html:656:71076:71084 Columbia Victoria, British Columbia +0.443118 aapg_ac_618.html aapg_ac_618.html:93:9233:9241 Wolfcamp Val Verde (fictional country) +0.385452 aapg_ae_319.html aapg_ae_319.html:713:60819:60827 Sundance Carmel, Indiana +0.4693 cspg_html_1665574291 cspg_html_1665574291:83:13799:13824 Porcupine Calgary +0.5061 cspg_html_5936620105 cspg_html_5936620105:32:3933:3948 Banff Elbow River +0.272986 aapg_af_551.html aapg_af_551.html:788:72052:72063 Lake Valley New Mexico +0.26571 sedimentology_html_9079273526 sedimentology_html_9079273526:663:68216:68234 John Day Salem, Oregon +0.499352 gsa_html_7675468560 gsa_html_7675468560:63:4729:4757 Green River Colorado +0.24549 cspg_html_4405340534 cspg_html_4405340534:611:79123:79135 Fortin Canada +0.248712 aapg_af_779.html aapg_af_779.html:51:7732:7741 Coldwater Antrim, County Antrim +0.510136 aapg_ac_529.html aapg_ac_529.html:133:15448:15475 White River Chadron, Nebraska +0.482218 aapg_ad_55.html aapg_ad_55.html:257:17323:17330 Jackson Cape Girardeau Township, Cape Girardeau County, Missouri +0.261783 aapg_ad_836.html aapg_ad_836.html:959:81081:81086 Viola Greenwich, Connecticut +0.262056 aapg_ac_832.html aapg_ac_832.html:74:9708:9717 Stonewall Regina, Saskatchewan +0.930969 aapg_ae_113.html aapg_ae_113.html:355:46750:46768 Read Bay Prince of Wales Island (Nunavut) +0.26162 cspg_html_8826450427 cspg_html_8826450427:476:54918:54935 Cardium Lacombe, Alberta +0.463572 gsa_html_3012952404 gsa_html_3012952404:1082:78954:78958 Hall Vancouver +0.248776 cspg_html_2650524233 cspg_html_2650524233:10:1526:1534 Paskapoo Edmonton, London +0.239072 gsa_html_2378424898 gsa_html_2378424898:938:58153:58159 Silica London, Ontario +0.48042 cspg_html_5345848475 cspg_html_5345848475:96:13543:13551 Columbia Lacombe, Alberta +0.46944 aapg_aa_147.html aapg_aa_147.html:831:84383:84401 Winnipeg Middle Ordovician +0.256522 cspg_html_9476379853 cspg_html_9476379853:18:1973:1981 Columbia Victoria, British Columbia +0.511356 aapg_ai_732.html aapg_ai_732.html:24:3585:3593 Michigan Ohio +0.249498 sedimentology_html_9229777954 sedimentology_html_9229777954:3419:130359:130393 Protection Las Vegas Strip +0.244764 cspg_html_7083999793 cspg_html_7083999793:6:360:368 Columbia Lacombe, Alberta +0.26568 aapg_ac_551.html aapg_ac_551.html:3:204:218 Frio Gulf Coast of the United States +0.496731 aapg_ac_399.html aapg_ac_399.html:92:9502:9522 Tuscaloosa Mississippi River +0.280675 gsa_html_1465687448 gsa_html_1465687448:504:62536:62546 Tuscaloosa Alabama +0.240181 aapg_af_551.html aapg_af_551.html:406:42251:42262 Lake Valley Rift Valley lakes +0.488889 aapg_aa_438.html aapg_aa_438.html:7:496:502 Brazil Viracopos-Campinas International Airport +0.254464 aapg_ac_844.html aapg_ac_844.html:264:33611:33619 Columbia Victoria, British Columbia +0.244398 gsa_html_4144293017 gsa_html_4144293017:21:1301:1309 Colorado Denver +0.249964 cspg_html_6290430388 cspg_html_6290430388:772:79070:79082 Cooking Lake Canada +0.2727 aapg_ad_149.html aapg_ad_149.html:143:14905:14914 Allen Bay Little Cornwallis Island +0.25347 palaios_html_8472682513 palaios_html_8472682513:576:54246:54256 Washington Mount Rainier, Maryland +0.26316 aapg_af_674.html aapg_af_674.html:449:41228:41236 Colorado Denver +0.476424 gsa_html_1997423355 gsa_html_1997423355:529:49137:49147 Washington Pacific Northwest +0.26159 sedimentology_html_7482146728 sedimentology_html_7482146728:359:42972:42980 Columbia Sacramento, California +0.393622 cspg_html_6252417471 cspg_html_6252417471:132:20371:20392 Christopher Banks Island +0.255 cspg_html_2253842195 cspg_html_2253842195:322:39644:39660 Hasler Victoria, British Columbia +0.240588 sedimentology_html_2208426700 sedimentology_html_2208426700:1039:59523:59546 Edwards Texas +0.2475 aapg_aa_892.html aapg_aa_892.html:166:14605:14613 La Habra California +0.517344 aapg_aa_922.html aapg_aa_922.html:105:10458:10462 Bond Lawrenceburg, Indiana +0.192864 aapg_aa_106.html aapg_aa_106.html:499:54510:54527 Prairie Manitoba +0.259904 cspg_html_4659384530 cspg_html_4659384530:19:2535:2546 Slave Point Great Slave Lake +0.269136 aapg_ai_66.html aapg_ai_66.html:177:14881:14889 Loveland Larimer (Pittsburgh) +0.255024 cspg_html_9729377176 cspg_html_9729377176:545:70556:70565 Baldonnel Victoria, British Columbia +0.484692 cspg_html_6927586285 cspg_html_6927586285:56:8890:8907 Halfway Lacombe, Alberta +0.264027 gsa_html_5601712699 gsa_html_5601712699:766:68246:68253 Herring California +0.4508 palaios_html_7179643765 palaios_html_7179643765:22:1161:1183 San Antonio Venezuela +0.49827 gsa_html_2005293978 gsa_html_2005293978:722:52576:52595 St Marys Maryland +0.486324 AMJC_html_5435634257 AMJC_html_5435634257:208:21340:21370 Mackenzie Canada +0.498597 aapg_ak_118.html aapg_ak_118.html:449:43974:43993 Cotton Valley Shreveport, Louisiana +0.484692 cspg_html_2939557171 cspg_html_2939557171:638:79083:79088 Logan Shark Bay +0.490716 aapg_ai_213.html aapg_ai_213.html:327:42644:42665 Slave Point Victoria, British Columbia +0.27454 aapg_ae_974.html aapg_ae_974.html:94:8857:8870 Cook Mountain Zapata, Texas +0.501557 palaios_html_2994452429 palaios_html_2994452429:1666:140120:140152 Thaynes Logan, Utah +0.264528 aapg_ae_803.html aapg_ae_803.html:136:17994:18000 Tactic Santa Cruz, California +0.45214 aapg_ac_719.html aapg_ac_719.html:109:11607:11620 Poison Canyon Mexico +0.27872 aapg_ac_126.html aapg_ac_126.html:253:38215:38232 Bossier Bossier City, Louisiana +0.48316 cspg_html_3456965010 cspg_html_3456965010:438:56799:56821 Judith River Lacombe, Alberta +0.24947 cspg_html_5501097280 cspg_html_5501097280:389:42836:42865 Tidal Victoria, British Columbia +0.253456 cspg_html_9729377176 cspg_html_9729377176:894:103256:103274 Fayetteville Arkansas +0.266135 cspg_html_6038396142 cspg_html_6038396142:11:1383:1395 Saskatchewan Manitoba +0.237614 gsa_html_5273912996 gsa_html_5273912996:1047:68703:68730 Columbia Columbia, South Carolina +0.48278 cspg_html_4937997995 cspg_html_4937997995:929:79591:79600 Fullerton Las Vegas Strip +0.245514 gsa_html_7635660482 gsa_html_7635660482:577:51832:51861 Vega Kingdom of Asturias +0.562041 aapg_ac_729.html aapg_ac_729.html:768:75941:75953 Pierre Lacombe, Alberta +0.269325 gsa_html_3199774259 gsa_html_3199774259:524:50462:50468 Lehman California +0.4775 aapg_ad_153.html aapg_ad_153.html:499:53751:53757 Clifty Hardinsburg, Indiana +0.490716 aapg_ai_328.html aapg_ai_328.html:416:41763:41769 Keokuk Illinois +0.261612 geology_html_7129477281 geology_html_7129477281:173:16130:16148 Niobrara Niobrara, Nebraska +0.260608 sedimentology_html_1052800718 sedimentology_html_1052800718:1453:76960:76964 Hall London, Ontario +0.256302 aapg_ad_740.html aapg_ad_740.html:57:7662:7670 Colorado Benton, Arkansas +0.503649 gsa_html_8983680403 gsa_html_8983680403:58:4452:4480 Green River Iran +0.440802 aapg_ac_719.html aapg_ac_719.html:4:528:543 Raton Huerfano, New Mexico +0.242484 geology_html_7252964522 geology_html_7252964522:13:465:471 Reston Virginia +0.504434 aapg_ac_333.html aapg_ac_333.html:54:8122:8130 Colorado Animas River +0.267734 cspg_html_2253842195 cspg_html_2253842195:5:300:308 Columbia Canada +0.260392 aapg_aa_870.html aapg_aa_870.html:84:8272:8291 Greenhorn Mancos, Colorado +0.496018 aapg_af_892.html aapg_af_892.html:245:22531:22541 Pottsville Atoka, Oklahoma +0.25641 aapg_af_653.html aapg_af_653.html:1100:131359:131373 Monterey Monterey, California +0.27438 aapg_ah_519.html aapg_ah_519.html:224:23631:23639 Kootenai Cheyenne, Wyoming +0.25441 aapg_aa_598.html aapg_aa_598.html:342:35250:35267 Minturn Colorado +0.246356 aapg_ac_697.html aapg_ac_697.html:105:9780:9796 Edgemont Greenville, Westchester County, New York +0.258981 aapg_ah_5.html aapg_ah_5.html:2272:151863:151883 Washington Washington (state) +0.247979 aapg_ad_918.html aapg_ad_918.html:484:54909:54915 Pueblo Colorado +0.260099 cspg_html_3483814747 cspg_html_3483814747:653:65413:65433 Peel Wales Island (British Columbia) +0.493856 aapg_ah_157.html aapg_ah_157.html:58:8268:8283 Knobs Michigan +0.257346 gsa_html_8981262717 gsa_html_8981262717:865:73034:73051 Cardium Lacombe, Alberta +0.5092 aapg_aa_563.html aapg_aa_563.html:342:43778:43794 Dakota Niobrara, Nebraska +0.48192 cspg_html_6472484014 cspg_html_6472484014:67:8055:8075 La Vieille New Brunswick, New Jersey +0.496731 aapg_ad_466.html aapg_ad_466.html:1206:129130:129138 Patuxent Virginia +0.469098 sedimentology_html_3424454943 sedimentology_html_3424454943:262:28285:28289 Hall London, Ontario +0.51701 gsa_html_3445493534 gsa_html_3445493534:761:77761:77779 Monterey Los Angeles +0.50895 gsa_html_6194837075 gsa_html_6194837075:318:22435:22449 Buda Texas +0.25047 cspg_html_4374961624 cspg_html_4374961624:175:22422:22438 Tatei Mount Robson Provincial Park +0.257484 cspg_html_1962846283 cspg_html_1962846283:421:49840:49855 Basal Fernie, British Columbia +0.257775 aapg_aa_914.html aapg_aa_914.html:86:10940:10962 Marble Falls Atoka, Oklahoma +0.245872 gsa_html_8955900843 gsa_html_8955900843:518:48883:48912 Weaverville Klamath Mountains (ecoregion) +0.481925 cspg_html_5017240192 cspg_html_5017240192:487:48430:48448 Fayetteville Arkansas +0.27501 cspg_html_4915680223 cspg_html_4915680223:29:3771:3790 Read Bay Ellesmere Island +0.25194 cspg_html_3854139935 cspg_html_3854139935:60:9184:9194 Milk River Lacombe, Alberta +0.259584 jgeology_html_5803513114 jgeology_html_5803513114:388:28550:28570 Littleton Portland, Maine +0.481265 gsa_html_2949390624 gsa_html_2949390624:58:4245:4273 Green River Colorado +0.257983 aapg_ac_253.html aapg_ac_253.html:107:15426:15444 Edgewood Missouri River +0.26334 aapg_aa_582.html aapg_aa_582.html:141:15104:15125 Naranjal Matamoros, Tamaulipas +0.265668 aapg_ah_393.html aapg_ah_393.html:54:5485:5503 Kootenay Moose Mountain (Alberta) +0.469829 gsa_html_2509147847 gsa_html_2509147847:515:63457:63463 Oregon Boise, Idaho +0.486758 aapg_ah_871.html aapg_ah_871.html:548:60578:60594 Laval Logan, Utah +0.272475 aapg_ae_273.html aapg_ae_273.html:121:12522:12537 Marcellus Onondaga (tribe) +0.259017 aapg_ae_380.html aapg_ae_380.html:187:14769:14782 Jackson Texas +0.47268 AMJC_html_3632105729 AMJC_html_3632105729:683:82662:82672 Washington Salem, Oregon +0.46937 aapg_ae_771.html aapg_ae_771.html:6:1236:1252 Wiscoy Hanover +0.25 aapg_ac_986.html aapg_ac_986.html:1264:128860:128878 Galisteo New Mexico +0.496908 aapg_aa_812.html aapg_aa_812.html:510:53277:53285 Colorado Denver +0.266231 jgeology_html_1836103970 jgeology_html_1836103970:394:30838:30858 Boss Point Joggins, Nova Scotia +0.26367 aapg_ad_466.html aapg_ad_466.html:382:46205:46212 Raritan Virginia +0.261422 aapg_af_880.html aapg_af_880.html:586:90880:90884 Rico Kaibab, Arizona +0.483759 aapg_aa_702.html aapg_aa_702.html:1284:136938:136944 Salina Michigan +0.257536 gsa_html_2667366192 gsa_html_2667366192:720:63667:63680 Reed Dolomite Los Angeles +0.485298 geology_html_7376742736 geology_html_7376742736:157:14832:14848 Cumberland Black River, Jamaica +0.271032 cspg_html_5241714595 cspg_html_5241714595:241:37229:37251 Souris River Williston Basin +0.47586 cspg_html_5295390542 cspg_html_5295390542:390:45890:45897 Halfway Lacombe, Alberta +0.488892 gsa_html_5843564589 gsa_html_5843564589:14:606:620 Wanapum Basalt Salem, Oregon +0.260608 cspg_html_8312989046 cspg_html_8312989046:18:2523:2557 Bowser Arctic Cordillera +0.25553 gsa_html_7102550258 gsa_html_7102550258:264:27642:27649 Moenave Kayenta, Arizona +0.614781 aapg_ah_624.html aapg_ah_624.html:111:11014:11030 Dakota Mancos, Colorado +0.239338 cspg_html_6839937815 cspg_html_6839937815:284:40225:40231 Kaibab San Rafael Swell +0.51015 cspg_html_1921053357 cspg_html_1921053357:7:894:916 Buckinghorse Lacombe, Alberta +0.4606 cspg_html_9343899465 cspg_html_9343899465:1850:154930:154945 Melville Island Bathurst Island (Northern Territory) +0.263652 aapg_ad_871.html aapg_ad_871.html:154:16334:16341 Genshaw Newtown Creek +0.495281 gsa_html_2927312038 gsa_html_2927312038:647:51006:51034 Green River New Mexico +0.471606 cspg_html_3023030263 cspg_html_3023030263:427:51219:51241 Medicine Hat Lacombe, Alberta +0.472884 aapg_ai_255.html aapg_ai_255.html:651:91593:91601 Michigan Toronto +0.228448 aapg_ai_793.html aapg_ai_793.html:107:14855:14865 Pittsburgh Cheyenne, Wyoming +0.516275 aapg_ac_730.html aapg_ac_730.html:324:45664:45673 Mesaverde Colorado +0.490049 aapg_ai_477.html aapg_ai_477.html:65:7391:7399 Columbia Canada +0.266352 aapg_aa_158.html aapg_aa_158.html:567:53255:53273 Morrison Colorado +0.50232 aapg_ac_807.html aapg_ac_807.html:794:78706:78713 Raritan Charleston, South Carolina +0.245616 palaios_html_5184377205 palaios_html_5184377205:815:67224:67242 Yorktown Virginia +0.471814 aapg_ac_333.html aapg_ac_333.html:988:120110:120118 Toroweap Kaibab, Arizona +0.485884 gsa_html_6491840124 gsa_html_6491840124:995:81380:81385 Logan Boise, Idaho +0.252504 jgeology_html_4115179562 jgeology_html_4115179562:261:19369:19388 Uwharrie North Carolina +0.26572 cspg_html_8387792223 cspg_html_8387792223:702:73675:73684 Red River Canada +0.257514 cspg_html_6014123208 cspg_html_6014123208:442:54991:55003 Saskatchewan Lacombe, Alberta +0.486472 palaios_html_2223085265 palaios_html_2223085265:417:41532:41552 Toro Chile +0.237446 gsa_html_3038126504 gsa_html_3038126504:569:56272:56287 Bouse California +0.504504 aapg_ah_387.html aapg_ah_387.html:2659:287638:287647 Knoxville Knoxville, Illinois +0.49056 sedimentology_html_7486236177 sedimentology_html_7486236177:881:75280:75301 Snowy Range Cheyenne, Wyoming +0.239058 cspg_html_8152691171 cspg_html_8152691171:37:6231:6248 Mohawk Logan, Utah +0.25725 gsa_html_7102550258 gsa_html_7102550258:889:99448:99481 Morrison New Mexico +0.259045 cspg_html_4298557570 cspg_html_4298557570:319:40734:40750 Battle Lacombe, Alberta +0.480495 aapg_ai_154.html aapg_ai_154.html:261:30351:30359 Catskill Chemung, New York +0.2545 aapg_ac_351.html aapg_ac_351.html:190:19413:19428 Tejon California +0.252753 sedimentology_html_6102370484 sedimentology_html_6102370484:613:37991:37997 Moscow Western world +0.248444 aapg_ac_126.html aapg_ac_126.html:27:4466:4477 Haynesville Durham, North Carolina +0.24644 aapg_af_308.html aapg_af_308.html:225:25245:25253 Virginia Middle East +0.25245 aapg_ai_888.html aapg_ai_888.html:115:15048:15057 Gladstone Denison, Texas +0.49344 cspg_html_8266552811 cspg_html_8266552811:269:33868:33880 Saskatchewan Regina, Saskatchewan +0.253847 aapg_af_149.html aapg_af_149.html:7:665:685 Vicksburg Texas +0.503919 aapg_ae_876.html aapg_ae_876.html:329:35499:35529 Cedar Mountain Cedar Mountains +0.496837 cspg_html_4099674132 cspg_html_4099674132:6:350:401 Winnipegosis Regina, Saskatchewan +0.262614 aapg_ad_460.html aapg_ad_460.html:194:20351:20361 Fort Worth Texas +0.492012 cspg_html_2838996125 cspg_html_2838996125:167:30461:30479 Imperial Mackenzie River +0.263676 aapg_ah_96.html aapg_ah_96.html:697:71984:72000 Bighorn Dolomite Cheyenne, Wyoming +0.488379 jgeology_html_9600984627 jgeology_html_9600984627:948:74875:74900 Kope Cincinnati +0.269868 aapg_ai_81.html aapg_ai_81.html:418:33922:33935 Chemung Conneaut, Ohio +0.4845 cspg_html_1114211412 cspg_html_1114211412:86:12612:12629 Gething Lacombe, Alberta +0.497988 aapg_aa_357.html aapg_aa_357.html:19:1776:1793 Entrada Summerville, South Carolina +0.260598 gsa_html_2152804570 gsa_html_2152804570:61:4436:4464 Green River Colorado +0.450765 geology_html_1969800884 geology_html_1969800884:88:7586:7594 Scotland Earth +0.231632 gsa_html_7808051457 gsa_html_7808051457:746:75081:75089 Colorado Lake Ontario +0.266616 cspg_html_4498577775 cspg_html_4498577775:905:72248:72257 Gog Mount Assiniboine Provincial Park +0.248425 sedimentology_html_7514538550 sedimentology_html_7514538550:1505:143039:143044 Price Lancaster, California +0.262546 palaios_html_2557524442 palaios_html_2557524442:325:28525:28555 Albert New Brunswick, New Jersey +0.461076 aapg_af_76.html aapg_af_76.html:55:4878:4891 Navarro Texas +0.440436 aapg_ah_537.html aapg_ah_537.html:34:4247:4258 Green River Logan, Utah +0.466 cspg_html_4530154552 cspg_html_4530154552:876:123031:123063 Montney Lacombe, Alberta +0.472688 geology_html_8367138957 geology_html_8367138957:19:1439:1448 San Diego La Jolla +0.250985 aapg_ai_159.html aapg_ai_159.html:534:61072:61077 Gatun Mount Hope, New York +0.278184 aapg_ad_263.html aapg_ad_263.html:40:3730:3739 Oil Creek Cooke County, Texas +0.252504 AMJC_html_1549082430 AMJC_html_1549082430:13:614:621 Windsor Ontario, California +0.495558 gsa_html_2352572665 gsa_html_2352572665:509:46204:46215 Devils Hole Reno, Nevada +0.257013 aapg_af_929.html aapg_af_929.html:157:16430:16436 Oswego Mississippi River +0.272986 aapg_ae_419.html aapg_ae_419.html:173:20420:20436 Cupido Mexico +0.2678 aapg_ai_65.html aapg_ai_65.html:197:20897:20905 Tensleep Darwin, Northern Territory +0.2574 aapg_ae_295.html aapg_ae_295.html:227:25754:25760 Reklaw Carrizo Plain +0.25647 jgeology_html_4305195651 jgeology_html_4305195651:661:81947:81965 Catskill Newport, Rhode Island +0.265895 aapg_ad_930.html aapg_ad_930.html:121:14061:14083 Green River Wasatch Range +0.268128 gsa_html_8549650339 gsa_html_8549650339:261:23768:23774 Sierra Texas +0.03773 aapg_ae_28.html aapg_ae_28.html:561:48838:48857 Deadwood Winnipeg +0.496125 aapg_ah_646.html aapg_ah_646.html:75:9917:9933 Chinle Apache County, Arizona +0.451242 geology_html_2856747273 geology_html_2856747273:205:17608:17616 Scotland Rodinia +0.256512 gsa_html_5261839912 gsa_html_5261839912:492:37709:37722 Morton Gneiss Montevideo, Minnesota +0.241839 cspg_html_6953269830 cspg_html_6953269830:47:6367:6375 Columbia Victoria, British Columbia +0.26163 aapg_ac_400.html aapg_ac_400.html:587:59197:59200 Elk Randolph County, Indiana +0.475048 aapg_ah_0.html aapg_ah_0.html:12:1176:1182 Reston Canada +0.242055 aapg_ad_983.html aapg_ad_983.html:117:11051:11058 Venango Warren County, Ohio +0.270788 aapg_ae_594.html aapg_ae_594.html:124:14443:14471 Fort Terrett Southeast Asia +0.257526 aapg_ac_942.html aapg_ac_942.html:92:12246:12263 Paradox Colorado +0.227896 gsa_html_4308966435 gsa_html_4308966435:1257:124993:125001 Colorado Denver +0.253009 geology_html_1807893167 geology_html_1807893167:204:19435:19444 Fullerton Kazakhstan +0.512072 gsa_html_5879695606 gsa_html_5879695606:887:64305:64313 Santiago Estadio El Teniente +0.248992 AMJC_html_8400263991 AMJC_html_8400263991:1450:87574:87580 Brazil London, Ontario +0.478956 geology_html_8611700372 geology_html_8611700372:255:23394:23404 Washington Mount Pinatubo +0.497488 aapg_ae_324.html aapg_ae_324.html:1111:110491:110499 Moccasin Cumberland Plateau +0.383456 cspg_html_4937997995 cspg_html_4937997995:1144:89736:89743 Jupiter Anticosti Island +0.255458 aapg_af_890.html aapg_af_890.html:297:30100:30113 Tecovas Santa Rosa, California +0.253895 gsa_html_3331523875 gsa_html_3331523875:64:8156:8173 Wasatch Colorado +0.23324 gsa_html_7938666655 gsa_html_7938666655:203:18029:18049 Kotsina Conglomerate Middle East +0.252486 cspg_html_3102530088 cspg_html_3102530088:76:10724:10744 Milk River Milk River, Alberta +0.482832 sedimentology_html_2656486339 sedimentology_html_2656486339:123:13087:13095 Colorado Fiji +0.482218 gsa_html_6627974776 gsa_html_6627974776:659:52284:52290 Denton White River (Washington) +0.475394 gsa_html_6361056653 gsa_html_6361056653:76:6069:6097 Green River Colorado +0.245338 gsa_html_5271110133 gsa_html_5271110133:1018:88804:88810 Jordan Nazca +0.483426 gsa_html_3860045860 gsa_html_3860045860:641:74377:74383 Oregon Salem, Oregon +0.261112 aapg_ah_77.html aapg_ah_77.html:34:6022:6041 Rock Springs Cheyenne, Wyoming +0.491384 aapg_ai_249.html aapg_ai_249.html:172:25969:25979 San Felipe Texas +0.49504 aapg_ad_677.html aapg_ad_677.html:568:55268:55278 Fort Worth Texas +0.262654 aapg_af_291.html aapg_af_291.html:554:60314:60320 Barrow Anchorage, Alaska +0.270788 cspg_html_3854301924 cspg_html_3854301924:56:5908:5938 Nisku Lacombe, Alberta +0.44233 sedimentology_html_2865738906 sedimentology_html_2865738906:512:31042:31077 Lake Valley New Mexico +0.249919 AMJC_html_8831189197 AMJC_html_8831189197:703:66756:66764 Colorado Denver +0.25956 cspg_html_2198503252 cspg_html_2198503252:48:4946:4957 Lake Valley New Mexico +0.254508 geology_html_8422244633 geology_html_8422244633:292:22609:22618 Valentine Arizona +0.249498 aapg_ai_421.html aapg_ai_421.html:36:7434:7442 Virginia Pennsylvania +0.246482 aapg_aa_265.html aapg_aa_265.html:52:4153:4174 Piedras Mesa, Arizona +0.25647 aapg_ae_44.html aapg_ae_44.html:189:16538:16548 Palo Pinto Western world +0.463571 aapg_ae_777.html aapg_ae_777.html:135:16627:16651 Espiritu Santo Talpa, Texas +0.499639 aapg_ad_244.html aapg_ad_244.html:3:175:202 Little Falls Mohawk Valley +0.276612 aapg_aa_775.html aapg_aa_775.html:571:58948:58952 Frio Oakville, California +0.474549 aapg_ah_339.html aapg_ah_339.html:26:3132:3142 Montgomery Spain +0.478956 aapg_ad_52.html aapg_ad_52.html:971:105106:105125 Coldwater Jackson County, Missouri +0.459241 aapg_aa_12.html aapg_aa_12.html:248:26916:26935 Sallisaw Frisco, Texas +0.249368 aapg_ak_135.html aapg_ak_135.html:289:44707:44725 San Onofre Breccia Santa Monica Mountains +0.245016 palaios_html_2997862099 palaios_html_2997862099:365:38608:38617 San Diego California +0.268323 cspg_html_1434585715 cspg_html_1434585715:838:78923:78941 Wasatch Cheyenne, Wyoming +0.252324 aapg_af_964.html aapg_af_964.html:671:69220:69236 Viking Lacombe, Alberta +0.246928 cspg_html_1464478153 cspg_html_1464478153:19:3127:3135 Columbia Victoria, British Columbia +0.488652 cspg_html_5295390542 cspg_html_5295390542:342:42897:42914 Halfway Lacombe, Alberta +0.267225 aapg_ah_604.html aapg_ah_604.html:157:11311:11317 Paluxy Tuscaloosa, Alabama +0.264027 cspg_html_9485413283 cspg_html_9485413283:518:57439:57457 Dunvegan Lacombe, Alberta +0.259659 cspg_html_6331977039 cspg_html_6331977039:53:5388:5407 Allen Bay Little Cornwallis Island +0.26235 aapg_ae_757.html aapg_ae_757.html:1074:76564:76573 Englewood Colorado +0.489027 gsa_html_5096547935 gsa_html_5096547935:655:61126:61132 Denver Colorado +0.480912 aapg_ah_611.html aapg_ah_611.html:285:18534:18540 Oregon Baldwin, Nassau County, New York +0.246984 cspg_html_8928894270 cspg_html_8928894270:381:51512:51524 Golden Spike Saint Kitts and Nevis +0.691911 aapg_ad_822.html aapg_ad_822.html:24:2787:2806 Niobrara Colorado +0.464899 aapg_ai_811.html aapg_ai_811.html:309:42421:42444 Detroit River Bloomington, Indiana +0.478848 jgeology_html_2299509351 jgeology_html_2299509351:896:52757:52763 Thrifty London, Ontario +0.478578 aapg_ac_716.html aapg_ac_716.html:221:16885:16888 Elk Shawnee, Oklahoma +0.371508 aapg_aa_131.html aapg_aa_131.html:132:13952:13972 Ellensburg Washington (state) +0.466358 aapg_aa_856.html aapg_aa_856.html:118:11154:11188 Smackover Terryville, New York +0.257284 aapg_af_381.html aapg_af_381.html:47:6788:6795 Topanga Santa Monica Mountains +0.883575 aapg_ae_884.html aapg_ae_884.html:177:23235:23244 Mesaverde Kirtland, Ohio +0.252044 gsa_html_4312040636 gsa_html_4312040636:478:44897:44906 Eel River Van Duzen River +0.24651 cspg_html_1354651543 cspg_html_1354651543:518:62412:62418 Sustut Victoria, British Columbia +0.4725 aapg_af_854.html aapg_af_854.html:1282:183066:183073 Cypress Bethel, Alaska +0.474195 cspg_html_6908537444 cspg_html_6908537444:6:481:487 Denver Colorado +0.276451 aapg_ae_35.html aapg_ae_35.html:89:8502:8523 Green River Wasatch Range +0.256968 aapg_aa_473.html aapg_aa_473.html:310:45080:45093 Barnett Texas +0.4675 gsa_html_3225734041 gsa_html_3225734041:182:18483:18504 Wissahickon Delaware +0.251275 geology_html_2350878941 geology_html_2350878941:323:24562:24590 Green River Cheyenne, Wyoming +0.487705 aapg_aa_126.html aapg_aa_126.html:46:4248:4268 Franconia Franconia, New Hampshire +0.257895 aapg_ai_249.html aapg_ai_249.html:882:116314:116320 Sierra Guatemala +0.260091 cspg_html_1665574291 cspg_html_1665574291:7:567:589 Willow Creek Lacombe, Alberta +0.276896 gsa_html_4667678389 gsa_html_4667678389:16:584:592 Colorado Denver +0.247988 aapg_aa_793.html aapg_aa_793.html:476:62380:62384 Vail North Sea oil +0.250444 gsa_html_4557277250 gsa_html_4557277250:73:8385:8401 Carmel Logan, Utah +0.6273 aapg_af_325.html aapg_af_325.html:68:9768:9795 Anahuac Shreveport, Louisiana +0.256853 gsa_html_8671422836 gsa_html_8671422836:994:99877:99881 Bell Mato Grosso do Sul +0.277984 aapg_ah_654.html aapg_ah_654.html:285:27767:27775 Tensleep Cheyenne, Wyoming +0.245916 cspg_html_3914683557 cspg_html_3914683557:494:66141:66156 Levis Quebec +0.279102 aapg_aa_960.html aapg_aa_960.html:457:35109:35115 Carmel Uinta Mountains +0.255518 aapg_ai_197.html aapg_ai_197.html:81:10367:10371 Bern Switzerland +0.2499 aapg_ae_973.html aapg_ae_973.html:1018:77227:77235 Fountain Texas +0.48316 sedimentology_html_2601136107 sedimentology_html_2601136107:1359:84450:84473 Tansill Carlsbad, New Mexico +0.260608 cspg_html_6608209149 cspg_html_6608209149:499:50151:50162 Peace River Regina, Saskatchewan +0.481371 cspg_html_2954223000 cspg_html_2954223000:200:29257:29264 Yucatan Melbourne, Florida +0.514374 gsa_html_3144986031 gsa_html_3144986031:294:31946:31953 Bonanza Talkeetna, Alaska +0.242063 aapg_ae_55.html aapg_ae_55.html:219:34589:34599 Brownsport Decatur, Georgia +0.457312 palaios_html_9451646650 palaios_html_9451646650:775:72739:72746 Halifax Cape Breton Island +0.238626 AMJC_html_1938223835 AMJC_html_1938223835:1026:117689:117711 Trout Valley Portland, Maine +0.241017 cspg_html_2408887763 cspg_html_2408887763:529:58021:58028 Bluesky Victoria, British Columbia +0.477453 cspg_html_6064089067 cspg_html_6064089067:13:1444:1456 Saskatchewan Winnipeg +0.47709 cspg_html_8694594891 cspg_html_8694594891:22:2380:2408 Utica Quebec City +0.25551 aapg_ae_474.html aapg_ae_474.html:1325:138922:138928 Bethel Bethel, Alaska +0.393291 cspg_html_4636216007 cspg_html_4636216007:457:47558:47580 Eureka Sound Little Cornwallis Island +0.47322 aapg_ah_399.html aapg_ah_399.html:19:3067:3079 Saskatchewan Southeast Asia +0.456025 palaios_html_8283629756 palaios_html_8283629756:355:31756:31788 Montney Calgary +0.386946 aapg_aa_732.html aapg_aa_732.html:331:39864:39884 Phosphoria Cheyenne, Wyoming +0.276352 aapg_ah_96.html aapg_ah_96.html:106:10873:10903 Beekmantown Cheyenne, Wyoming +0.469887 aapg_ae_182.html aapg_ae_182.html:99:11090:11098 Bellevue Elm Grove, Wisconsin +0.878796 aapg_aa_261.html aapg_aa_261.html:101:13997:14018 South Creek Lacombe, Alberta +0.515404 aapg_ad_597.html aapg_ad_597.html:231:27762:27780 Black River Ontario, California +0.264187 aapg_aa_313.html aapg_aa_313.html:1502:155951:155963 Rhode Island Newport, Rhode Island +0.470824 cspg_html_3362128825 cspg_html_3362128825:35:3923:3929 Shunda Moose Mountain (Alberta) +0.265081 aapg_ae_856.html aapg_ae_856.html:199:22806:22830 Lizard Springs Trinidad and Tobago +0.39933 aapg_ae_465.html aapg_ae_465.html:199:21305:21318 Cotton Valley Paluxy, Texas +0.527413 aapg_ad_880.html aapg_ad_880.html:798:77532:77549 Entrada Cheyenne, Wyoming +0.25839 aapg_ak_46.html aapg_ak_46.html:48:4669:4675 Dakota San Juan, Argentina +0.511395 gsa_html_4413089123 gsa_html_4413089123:60:3760:3788 Green River Colorado +0.261117 gsa_html_1636483297 gsa_html_1636483297:1102:91060:91068 Colorado Uinta Mountains +0.233742 aapg_ah_587.html aapg_ah_587.html:74:6782:6787 Mingo Logan, Utah +0.244524 cspg_html_7938374662 cspg_html_7938374662:131:13937:13953 Clearwater Pine River (Michigan) +0.513477 cspg_html_3891690307 cspg_html_3891690307:426:42148:42156 Pine Key Melbourne, Florida +0.265056 cspg_html_9435196958 cspg_html_9435196958:421:18807:18823 Belly River Canada +0.257556 gsa_html_2989317971 gsa_html_2989317971:758:78311:78333 Poison Creek Boise, Idaho +0.492531 AMJC_html_7872796695 AMJC_html_7872796695:633:50721:50751 Red River Regina, Saskatchewan +0.262236 aapg_ac_825.html aapg_ac_825.html:426:44987:44995 Monterey Carmel Valley, San Diego, California +0.26724 aapg_ah_903.html aapg_ah_903.html:104:17669:17674 Yegua Charlotte, North Carolina +0.503475 palaios_html_5078880508 palaios_html_5078880508:691:52897:52928 Kope Kentucky +0.265668 gsa_html_9889833548 gsa_html_9889833548:855:78936:78940 Hall California +0.258 cspg_html_5381643866 cspg_html_5381643866:28:4065:4083 Bickford Victoria, British Columbia +0.495616 sedimentology_html_6854489010 sedimentology_html_6854489010:72:6955:6963 Columbia Niger +0.48399 aapg_ah_876.html aapg_ah_876.html:657:81736:81742 Paluxy East Texas +0.265278 aapg_ae_73.html aapg_ae_73.html:265:34888:34902 Yeso Las Vegas Strip +0.246225 cspg_html_3016068951 cspg_html_3016068951:36:4207:4225 Winnipeg Williston, Vermont +0.252784 AMJC_html_4147467903 AMJC_html_4147467903:773:89039:89045 Morgan Colorado +0.252003 aapg_ah_847.html aapg_ah_847.html:379:46612:46630 Navesink Closter, New Jersey +0.506574 cspg_html_4148342026 cspg_html_4148342026:371:32948:32956 Deadwood Winnipeg +0.678291 cspg_html_7086880709 cspg_html_7086880709:209:24495:24507 Horn Plateau Great Slave Lake +0.7449 aapg_ae_26.html aapg_ae_26.html:198:17692:17706 Kope Ohio +0.252434 aapg_af_898.html aapg_af_898.html:167:17944:17951 Leonard Cibolo, Texas +0.469476 aapg_af_58.html aapg_af_58.html:58:4392:4411 Flagstaff Logan, Utah +0.275429 aapg_aa_626.html aapg_aa_626.html:249:28613:28631 Patapsco Maryland +0.264187 sedimentology_html_9657494495 sedimentology_html_9657494495:523:47561:47569 Woodside Crete +0.82818 palaios_html_5264377288 palaios_html_5264377288:502:44048:44075 Chickaloon Anchorage, Alaska +0.256928 aapg_ai_491.html aapg_ai_491.html:138:16133:16158 Paradox Hermosa, Chicago +0.45493 aapg_ai_688.html aapg_ai_688.html:58:8535:8543 Virginia Rochester, Kent +0.248976 gsa_html_7632212878 gsa_html_7632212878:667:59590:59600 Las Cruces New Mexico +0.257983 sedimentology_html_9258109128 sedimentology_html_9258109128:1797:101284:101315 Pocatello Boise, Idaho +0.4966 aapg_ai_897.html aapg_ai_897.html:70:7933:7941 Somerset Washington (state) +0.514206 aapg_af_471.html aapg_af_471.html:79:11096:11115 Pennington Illinois +0.241081 aapg_aa_25.html aapg_aa_25.html:81:7243:7248 Bluff Hermosa, Chicago +0.272986 palaios_html_8283629756 palaios_html_8283629756:76:9174:9199 Mackenzie Canada +0.25347 geology_html_3139121339 geology_html_3139121339:64:5522:5530 Columbia Washington (state) +0.857212 aapg_ad_257.html aapg_ad_257.html:75:7370:7389 Norphlet Alabama +0.26316 palaios_html_2221534395 palaios_html_2221534395:104:14935:14954 Fairview Netherlands +0.268324 aapg_ai_66.html aapg_ai_66.html:28:3880:3886 Pueblo Sharon Springs, Kansas +0.484059 aapg_ai_996.html aapg_ai_996.html:1344:60269:60277 Virginia Cape Henry Light +0.491898 aapg_af_839.html aapg_af_839.html:348:30241:30247 Walker New Salem, Massachusetts +0.26163 sedimentology_html_2139169476 sedimentology_html_2139169476:102:9376:9385 Peninsula Korea +0.476252 aapg_ac_782.html aapg_ac_782.html:291:50206:50219 Barnett Texas +0.283544 cspg_html_1841843683 cspg_html_1841843683:83:14353:14360 Rierdon Williston Basin +0.255025 cspg_html_7467378242 cspg_html_7467378242:188:26898:26909 Peace River CFB Cold Lake +0.435183 aapg_ah_370.html aapg_ah_370.html:8:950:962 Norway Point Thunder Bay +0.265176 aapg_af_305.html aapg_af_305.html:134:13696:13709 Cotton Valley Carthage, Missouri +0.500456 aapg_ah_699.html aapg_ah_699.html:460:54016:54021 Piper Antarctica +0.270111 aapg_ac_961.html aapg_ac_961.html:248:26234:26242 Woodbine Arkadelphia, Arkansas +0.489149 gsa_html_6985417117 gsa_html_6985417117:94:7139:7147 Michigan Lake Superior +0.24941 aapg_ae_855.html aapg_ae_855.html:130:13915:13930 North Horn Flagstaff, Arizona +0.477594 sedimentology_html_3948129797 sedimentology_html_3948129797:2149:127203:127211 Homewood Oman +0.499671 aapg_ac_730.html aapg_ac_730.html:162:23415:23421 Dakota Mancos, Colorado +0.250805 cspg_html_8751690073 cspg_html_8751690073:431:36025:36049 Scripps Middle America (Americas) +0.47432 aapg_af_808.html aapg_af_808.html:299:39177:39195 Scotland Trinidad and Tobago +0.487113 aapg_ai_157.html aapg_ai_157.html:322:31268:31274 Guelph Salina, Kansas +0.225576 aapg_aa_267.html aapg_aa_267.html:524:44330:44340 Greenbrier New Milton railway station +0.482832 cspg_html_4626597050 cspg_html_4626597050:50:6483:6502 Red Peak Logan, Utah +0.253487 aapg_ae_581.html aapg_ae_581.html:374:41699:41715 Dakota Colorado +0.275098 aapg_ai_804.html aapg_ai_804.html:115:10088:10093 Favel Manitoba +0.4769 aapg_ae_415.html aapg_ae_415.html:499:65309:65331 Richland Smith County, Kansas +0.490795 aapg_ac_920.html aapg_ac_920.html:114:18171:18178 Oquirrh Sevier orogeny +0.47787 gsa_html_2230690881 gsa_html_2230690881:30:2835:2863 Green River Colorado +0.478536 aapg_af_788.html aapg_af_788.html:216:18903:18913 Bell Detroit River International Wildlife Refuge +0.48222 gsa_html_8129534969 gsa_html_8129534969:59:3939:3967 Green River Colorado +0.24442 cspg_html_5783501569 cspg_html_5783501569:225:21933:21952 Waterfowl Canmore, Alberta +0.4825 cspg_html_5406720001 cspg_html_5406720001:104:13137:13154 Telford Telford, Pennsylvania +0.237566 geology_html_9189584760 geology_html_9189584760:288:19977:19985 Colorado Gunnison County, Colorado +0.356668 aapg_ah_876.html aapg_ah_876.html:268:33973:33988 Rodessa Mississippi River +0.508804 gsa_html_7052441891 gsa_html_7052441891:911:74441:74469 Green River Colorado +0.473386 cspg_html_3385840278 cspg_html_3385840278:1651:181860:181879 Waterways Lacombe, Alberta +0.474624 gsa_html_5756232019 gsa_html_5756232019:1009:87938:87948 Rancheria New Mexico +0.491236 gsa_html_6062330506 gsa_html_6062330506:440:45005:45022 Rustler Salado, Texas +0.249831 palaios_html_2221534395 palaios_html_2221534395:75:11162:11181 Fairview Netherlands +0.509609 aapg_af_703.html aapg_af_703.html:194:21480:21504 Knox Dolomite Clayton County, Georgia +0.26571 gsa_html_7936718686 gsa_html_7936718686:1169:80435:80463 Green River Colorado +0.50016 gsa_html_8199351664 gsa_html_8199351664:849:73314:73342 Green River Colorado +0.491008 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56086:56090 Earp Supai, Arizona +0.2275 palaios_html_9993198762 palaios_html_9993198762:305:32438:32456 Morrison Colorado +0.248502 aapg_ah_181.html aapg_ah_181.html:78:9363:9380 Hermosa Hermosa, Chicago +0.258352 aapg_aa_813.html aapg_aa_813.html:14:1713:1733 Fort Union Cheyenne, Wyoming +0.49179 aapg_aa_78.html aapg_aa_78.html:3:236:244 Michigan Michigan +0.252888 palaios_html_6676788300 palaios_html_6676788300:118:16206:16217 Skaneateles Moscow +0.471504 cspg_html_1336185084 cspg_html_1336185084:405:43617:43635 Kootenay Elk Valley (British Columbia) +0.249936 geology_html_9622075409 geology_html_9622075409:20:820:830 Santa Cruz California +0.490028 gsa_html_1817109082 gsa_html_1817109082:622:52093:52121 Green River Iran +0.254016 aapg_af_497.html aapg_af_497.html:786:73661:73669 Colorado Pueblo, Colorado +0.48918 palaios_html_5170998264 palaios_html_5170998264:594:64011:64019 Imperial California +0.262654 cspg_html_8587137158 cspg_html_8587137158:518:74078:74087 Keg River Redwater, Texas +0.481962 aapg_aa_832.html aapg_aa_832.html:5:784:802 Tachilni Cold Bay Airport +0.474832 cspg_html_9439353033 cspg_html_9439353033:651:53140:53156 Viking Lacombe, Alberta +0.463188 gsa_html_5627360957 gsa_html_5627360957:600:61606:61621 Troy Rodinia +0.24304 gsa_html_4543270561 gsa_html_4543270561:661:58196:58202 Cedros San Diego +0.262135 aapg_ad_258.html aapg_ad_258.html:424:49931:49939 Columbia Clayton County, Georgia +0.267288 aapg_aa_298.html aapg_aa_298.html:959:114429:114444 Leduc Lacombe, Alberta +0.279792 aapg_ah_881.html aapg_ah_881.html:144:17279:17286 Burrard Kitsilano Beach +0.245514 aapg_ad_893.html aapg_ad_893.html:312:38762:38768 Sierra Sola +0.259534 palaios_html_1574666570 palaios_html_1574666570:14:682:690 Michigan Michigan +0.489599 sedimentology_html_2545209758 sedimentology_html_2545209758:1291:73781:73801 Fort Union Powder River Basin +0.474594 gsa_html_6281658899 gsa_html_6281658899:384:47183:47199 Delmar California +0.26416 aapg_ai_996.html aapg_ai_996.html:1289:55736:55747 Black Creek Tuscaloosa, Alabama +0.270908 aapg_aa_784.html aapg_aa_784.html:215:29577:29606 Antler Reno, Nevada +0.257556 cspg_html_1644457308 cspg_html_1644457308:388:43655:43681 Halfway Lacombe, Alberta +0.250376 aapg_ae_335.html aapg_ae_335.html:302:27689:27697 Colorado Denver +0.344232 aapg_af_785.html aapg_af_785.html:290:28021:28027 Reklaw Rio Grande +0.46109 sedimentology_html_6295528506 sedimentology_html_6295528506:649:47638:47655 Lourdes Knoxville, Tennessee +0.473641 aapg_ai_997.html aapg_ai_997.html:520:38376:38380 Ione Marysville, Washington +0.26058 gsa_html_2883324839 gsa_html_2883324839:1059:87771:87779 Santiago Los Lagos, Chile +0.517062 cspg_html_2650524233 cspg_html_2650524233:82:11604:11622 Bearpaw Edmonton, London +0.261392 aapg_ac_333.html aapg_ac_333.html:885:108431:108446 Supai Arizona +0.487113 cspg_html_9683836416 cspg_html_9683836416:64:11544:11562 Foremost Lacombe, Alberta +0.277608 aapg_aa_698.html aapg_aa_698.html:388:36314:36326 Saskatchewan Lacombe, Alberta +0.517584 AMJC_html_6341723617 AMJC_html_6341723617:1184:99030:99036 Denver Colorado +0.252044 gsa_html_3521452491 gsa_html_3521452491:782:66344:66372 Beaufort South Africa +0.498688 aapg_af_461.html aapg_af_461.html:189:17435:17457 Lake Church Wisconsin +0.247748 cspg_html_8145657505 cspg_html_8145657505:115:17661:17682 Beaverhill Swan Hill, Victoria +0.498432 gsa_html_7120668170 gsa_html_7120668170:224:21538:21547 Extension Mexico +0.265558 aapg_ae_408.html aapg_ae_408.html:82:7903:7914 Dutch Creek Illinois +0.25333 aapg_ae_371.html aapg_ae_371.html:165:18380:18388 Kootenay Cheyenne, Wyoming +0.30368 aapg_ak_136.html aapg_ak_136.html:598:67574:67589 Mowry Cheyenne, Wyoming +0.465959 cspg_html_5456368738 cspg_html_5456368738:128:16569:16589 Beavertail Thunder Bay River +0.262636 cspg_html_5345848475 cspg_html_5345848475:38:5789:5807 Niobrara Lacombe, Alberta +0.259056 aapg_ae_937.html aapg_ae_937.html:64:5992:6013 Mt Lytton Alabama +0.24059 palaios_html_7274959329 palaios_html_7274959329:559:42602:42617 Elk Wisconsin +0.258792 cspg_html_7201476813 cspg_html_7201476813:280:34356:34389 Lodgepole Manitoba +0.478455 AMJC_html_8402437205 AMJC_html_8402437205:944:85084:85094 Washington Leavenworth, Washington +0.478541 gsa_html_1251306730 gsa_html_1251306730:396:35865:35874 Rio Negro Guyana +0.257346 aapg_aa_623.html aapg_aa_623.html:124:14153:14174 Belly River Lacombe, Alberta +0.223214 gsa_html_5525079715 gsa_html_5525079715:417:50221:50234 Northwest Arm Russell Fjord +0.245532 aapg_ai_887.html aapg_ai_887.html:486:57021:57033 Saskatchewan Red River of the North +0.473641 geology_html_2566666552 geology_html_2566666552:248:25002:25006 Kent Perth, Western Australia +0.492745 aapg_aa_928.html aapg_aa_928.html:65:7472:7476 Frio Texas +0.4944 gsa_html_9888767960 gsa_html_9888767960:615:63073:63079 Moscow Kyrgyzstan +0.265209 cspg_html_6814932427 cspg_html_6814932427:352:40474:40488 Woodbend Lacombe, Alberta +0.2499 aapg_ac_91.html aapg_ac_91.html:493:38548:38569 South Creek Boise, Idaho +0.257013 cspg_html_7963093032 cspg_html_7963093032:6:496:506 Mill Creek Lacombe, Alberta +0.50562 cspg_html_7833083677 cspg_html_7833083677:3242:251691:251700 Red River Lacombe, Alberta +0.462163 aapg_ae_804.html aapg_ae_804.html:361:44247:44257 Rio Grande Santa Cruz, California +0.514358 aapg_ae_365.html aapg_ae_365.html:31:4025:4034 Sheffield Chattanooga, Tennessee +0.449834 aapg_ac_972.html aapg_ac_972.html:138:16237:16258 Paso Robles Monterey, California +0.252433 aapg_ae_429.html aapg_ae_429.html:72:5305:5321 Stonewall Texas +0.265738 aapg_ah_176.html aapg_ah_176.html:362:47923:47943 Trail Fremont County, Wyoming +0.910998 aapg_aa_231.html aapg_aa_231.html:256:25123:25141 Niobrara Cheyenne, Wyoming +0.44784 aapg_ac_925.html aapg_ac_925.html:63:9837:9846 Hornbrook Salem, Oregon +0.261576 AMJC_html_6430804426 AMJC_html_6430804426:111:9632:9654 Todos Santos Santa Rosa, California +0.252 aapg_aa_4.html aapg_aa_4.html:270:36105:36111 Ithaca Ithaca, New York +0.487341 AMJC_html_3101604482 AMJC_html_3101604482:1146:101155:101163 Columbia Columbia District +0.433302 aapg_af_575.html aapg_af_575.html:200:26992:27000 Wilberns Texas +0.260036 aapg_ah_531.html aapg_ah_531.html:131:15031:15037 Pioche Pioche, Nevada +0.26469 aapg_aa_740.html aapg_aa_740.html:32:3328:3348 Darby Cheyenne, Wyoming +0.478956 aapg_af_130.html aapg_af_130.html:217:37355:37362 Madison Netherlands +0.262546 gsa_html_4474278414 gsa_html_4474278414:948:78364:78370 Kodiak Anchorage, Alaska +0.488652 jgeology_html_1659592707 jgeology_html_1659592707:1382:70529:70537 Colorado Denver +0.259588 gsa_html_3720789279 gsa_html_3720789279:993:94985:94991 Oregon California +0.474552 gsa_html_7151930388 gsa_html_7151930388:970:80158:80191 Denver Logan, Utah +0.514135 aapg_ac_393.html aapg_ac_393.html:29:2938:2956 Niobrara Denver +0.262584 aapg_ah_514.html aapg_ah_514.html:157:14327:14340 Tensleep Cheyenne, Wyoming +0.539 aapg_af_392.html aapg_af_392.html:45:5251:5269 Frontier Coalville, Utah +0.436632 aapg_ae_875.html aapg_ae_875.html:275:32846:32861 Coamo Puerto Rico +0.475752 sedimentology_html_6225967387 sedimentology_html_6225967387:1213:67898:67902 Hall London, Ontario +0.49368 cspg_html_5697056884 cspg_html_5697056884:372:39586:39604 Deadwood Western world +0.258572 aapg_ai_31.html aapg_ai_31.html:260:26216:26224 Oakville Texas +0.252464 cspg_html_4293350162 cspg_html_4293350162:404:44862:44879 Livingstone Carnarvon, Western Australia +0.37492 aapg_ai_54.html aapg_ai_54.html:219:24262:24282 Pottsville Alabama +0.263652 AMJC_html_7898185532 AMJC_html_7898185532:902:86064:86085 Green River Cheyenne, Wyoming +0.49824 gsa_html_6410775201 gsa_html_6410775201:65:4883:4911 Green River Colorado +0.271906 cspg_html_8247666269 cspg_html_8247666269:341:41116:41124 Columbia Victoria, British Columbia +0.269878 gsa_html_6281658899 gsa_html_6281658899:525:64100:64121 Green River Colorado +0.25194 gsa_html_8222638730 gsa_html_8222638730:730:72118:72145 Thelon Canada +0.26076 geology_html_8735977686 geology_html_8735977686:15:639:645 Oregon Newport, Rhode Island +0.25774 cspg_html_9343899465 cspg_html_9343899465:167:21172:21198 Mould Bay Banks Island +0.486822 cspg_html_7985076717 cspg_html_7985076717:58:6107:6130 Baumann Fiord Melville, New York +0.259844 aapg_ah_528.html aapg_ah_528.html:247:25467:25489 Thaynes Boise, Idaho +0.255987 aapg_af_308.html aapg_af_308.html:352:40680:40689 Tuscarora Jackson County, Missouri +0.483294 aapg_ah_649.html aapg_ah_649.html:589:62462:62470 Santiago Chile +0.498388 cspg_html_8818854104 cspg_html_8818854104:617:73449:73467 Kootenay Lacombe, Alberta +0.254464 gsa_html_5865982995 gsa_html_5865982995:856:96084:96088 Bond Boise, Idaho +0.513659 cspg_html_7330983978 cspg_html_7330983978:546:48236:48266 Slave Point Lacombe, Alberta +0.252945 cspg_html_6665051947 cspg_html_6665051947:529:49966:49978 Saskatchewan Waseca, Minnesota +0.488376 gsa_html_1119256423 gsa_html_1119256423:643:59316:59339 Peoria Colorado +0.255867 cspg_html_8279079445 cspg_html_8279079445:324:40063:40082 Niobrara Laramie, Wyoming +0.754797 aapg_aa_691.html aapg_aa_691.html:729:93985:94028 Prairie Canada +0.481535 cspg_html_2198503252 cspg_html_2198503252:59:6351:6359 Colorado New Mexico +0.28514 aapg_aa_681.html aapg_aa_681.html:3:333:341 Traverse Michigan +0.252486 gsa_html_3046135825 gsa_html_3046135825:19:759:769 Santa Cruz California +0.246092 geology_html_5680168661 geology_html_5680168661:69:5536:5547 Reclamation Salt Lake City +0.277608 cspg_html_2749851978 cspg_html_2749851978:27:5828:5845 Cardium Western Canadian Sedimentary Basin +0.257284 sedimentology_html_7103111053 sedimentology_html_7103111053:7091:95122:95131 Peninsula Korea +0.30975 aapg_ah_311.html aapg_ah_311.html:278:29785:29797 Tongue River Medora, North Dakota +0.47748 aapg_ae_692.html aapg_ae_692.html:415:42314:42349 Mission Canyon Williston, Vermont +0.500076 aapg_ai_561.html aapg_ai_561.html:41:4007:4026 Cotton Valley Shreveport, Louisiana +0.255474 cspg_html_9102731499 cspg_html_9102731499:150:17524:17532 Columbia Victoria, British Columbia +0.271416 gsa_html_1578715955 gsa_html_1578715955:161:16800:16820 Hemlock Sterling, Virginia +0.484864 aapg_ah_329.html aapg_ah_329.html:368:36716:36736 Etchegoin San Joaquin River +0.229272 aapg_af_461.html aapg_af_461.html:338:29314:29327 Lake Michigan Yorkshire Wolds +0.268323 geology_html_2908722683 geology_html_2908722683:138:11555:11583 Navajo Logan, Utah +0.26058 aapg_af_608.html aapg_af_608.html:99:11040:11049 Catahoula Shreveport, Louisiana +0.474336 aapg_aa_47.html aapg_aa_47.html:130:14179:14185 Kerber Arkansas River +0.468992 aapg_ah_150.html aapg_ah_150.html:339:41073:41089 Laurel Knoxville, Tennessee +0.428415 sedimentology_html_3455721661 sedimentology_html_3455721661:509:42350:42376 Todilto New Mexico +0.676348 aapg_ah_712.html aapg_ah_712.html:351:43685:43706 Ghost Rocks Anchorage, Alaska +0.463204 cspg_html_5837603841 cspg_html_5837603841:163:15592:15596 Hall Lacombe, Alberta +0.252973 aapg_af_90.html aapg_af_90.html:25:4072:4079 Johnnie Spring Mountains National Recreation Area +0.262546 aapg_ac_59.html aapg_ac_59.html:57:7732:7740 Carlsbad Rancho Santa Fe, California +0.354039 cspg_html_4287356899 cspg_html_4287356899:2962:322995:323016 Road Canyon Texas +0.511798 aapg_af_664.html aapg_af_664.html:655:72172:72188 Whitehorse Delaware +0.249038 aapg_ae_370.html aapg_ae_370.html:136:11543:11573 Pittsburg Bluff Columbia Country +0.501202 aapg_aa_379.html aapg_aa_379.html:186:21841:21852 Mauch Chunk Appalachian Mountains +0.478353 aapg_ah_775.html aapg_ah_775.html:348:40806:40814 Colorado Colorado +0.478275 aapg_ad_52.html aapg_ad_52.html:1043:113220:113226 Salina Michigan +0.461004 aapg_ac_300.html aapg_ac_300.html:237:20704:20726 Arkose Ridge Anchorage, Alaska +0.264578 gsa_html_4675429437 gsa_html_4675429437:640:45845:45855 San Felipe Baja California peninsula +0.473315 aapg_ac_333.html aapg_ac_333.html:279:36600:36604 Rico San Juan Mountains +0.480238 aapg_ac_336.html aapg_ac_336.html:113:11882:11902 Road River Rock River (Iowa) +0.466851 aapg_ac_436.html aapg_ac_436.html:167:13018:13024 Denver Colorado +0.270375 aapg_aa_717.html aapg_aa_717.html:63:9485:9516 Stonehenge Bellefonte, Pennsylvania +0.249775 gsa_html_3014459865 gsa_html_3014459865:173:18073:18092 Pensauken Piedmont (United States) +0.4959 aapg_ah_387.html aapg_ah_387.html:2887:315645:315661 Knoxville Knoxville, Illinois +0.255025 AMJC_html_9551012488 AMJC_html_9551012488:335:31663:31671 Columbia Victoria, British Columbia +0.492338 palaios_html_5544436248 palaios_html_5544436248:91:9816:9829 Jackson Red River of the North +0.25544 sedimentology_html_7067645238 sedimentology_html_7067645238:989:79647:79665 Yakataga Anchorage, Alaska +0.279616 aapg_ah_700.html aapg_ah_700.html:526:64104:64122 Norphlet Tuscaloosa, Alabama +0.247416 cspg_html_7970836465 cspg_html_7970836465:363:36386:36404 Chicotte Anticosti Island +0.482816 cspg_html_1053895111 cspg_html_1053895111:185:25510:25527 Cardium Lacombe, Alberta +0.483674 cspg_html_9361096527 cspg_html_9361096527:29:6288:6310 Judith River Lacombe, Alberta +0.48144 cspg_html_7757695996 cspg_html_7757695996:385:40973:40979 Lisbon Portugal +0.267696 aapg_af_908.html aapg_af_908.html:30:3655:3669 Labette Holdenville, Oklahoma +0.266135 gsa_html_4482097834 gsa_html_4482097834:647:59325:59333 Virginia Piedmont (United States) +0.475449 AMJC_html_1156120187 AMJC_html_1156120187:396:37243:37250 Shields Russia +0.257554 geology_html_7993398906 geology_html_7993398906:65:8358:8377 Dillsboro Southgate, London +0.266247 aapg_ae_866.html aapg_ae_866.html:62:6257:6266 Allegheny Pennsylvania +0.50718 aapg_ad_192.html aapg_ad_192.html:80:11036:11046 Tuscaloosa Tuscaloosa, Alabama +0.481873 gsa_html_6235680156 gsa_html_6235680156:1775:156221:156249 Green River Colorado +0.37281 aapg_aa_302.html aapg_aa_302.html:477:59377:59391 Arcturus Upper Valley +0.480636 cspg_html_2083823293 cspg_html_2083823293:557:59791:59811 Fort Union Cheyenne, Wyoming +0.25578 sedimentology_html_5309515972 sedimentology_html_5309515972:1129:76283:76288 Piper Wynn Las Vegas +0.527942 aapg_ah_93.html aapg_ah_93.html:172:22162:22181 Jefferson Logan, Utah +0.484568 gsa_html_1254347878 gsa_html_1254347878:414:46125:46142 Wallace Boise, Idaho +0.257983 aapg_ah_529.html aapg_ah_529.html:299:31382:31399 El Paso El Paso, Texas +0.52569 aapg_aa_233.html aapg_aa_233.html:192:19068:19084 Cupido Matamoros, Tamaulipas +0.473826 gsa_html_9525385678 gsa_html_9525385678:827:87081:87089 Columbia Victoria, British Columbia +0.241462 cspg_html_9177794814 cspg_html_9177794814:112:13538:13554 Alapah Anchorage, Alaska +0.248003 sedimentology_html_8510537334 sedimentology_html_8510537334:1856:134611:134621 Pittsburgh Harrisburg, Pennsylvania +0.491744 aapg_aa_106.html aapg_aa_106.html:885:82027:82042 Elk Lacombe, Alberta +0.50191 aapg_ae_415.html aapg_ae_415.html:970:122136:122154 Vicksburg Mississippi River +0.488565 aapg_af_2.html aapg_af_2.html:340:36157:36174 Hermit Grand Canyon +0.260604 aapg_ai_366.html aapg_ai_366.html:15:2178:2196 Beaumont Beaumont, Texas +0.296758 aapg_ad_911.html aapg_ad_911.html:108:10515:10521 Provo Africa +0.273962 aapg_af_638.html aapg_af_638.html:212:16380:16384 Lane Port Arthur, Tasmania +0.26156 cspg_html_9493908895 cspg_html_9493908895:70:7030:7039 Athabasca Regina, Saskatchewan +0.256032 aapg_ai_583.html aapg_ai_583.html:279:33931:33939 Colorado Powder River (Montana) +0.480568 gsa_html_3842354440 gsa_html_3842354440:863:72572:72582 Washington North Cascades National Park +0.354 aapg_ac_575.html aapg_ac_575.html:185:30636:30654 Woodside Salt Lake City +0.260598 cspg_html_7688587411 cspg_html_7688587411:264:28013:28021 Columbia Victoria, British Columbia +0.264195 aapg_ai_28.html aapg_ai_28.html:774:73230:73237 Reynosa Oakville, California +0.25602 cspg_html_4666332434 cspg_html_4666332434:40:6520:6530 Milk River Lacombe, Alberta +0.488992 aapg_ah_296.html aapg_ah_296.html:130:16285:16291 Casper Cheyenne, Wyoming +0.492604 cspg_html_3328007773 cspg_html_3328007773:81:11927:11935 Columbia Lacombe, Alberta +0.261057 cspg_html_2182541128 cspg_html_2182541128:57:6671:6683 Fernie Turtle Mountain (Alberta) +0.882528 cspg_html_8387792223 cspg_html_8387792223:1976:139160:139169 Red River Anchorage, Alaska +0.237948 cspg_html_8227554214 cspg_html_8227554214:110:14371:14387 Cumberland New Brunswick, New Jersey +0.279552 aapg_ad_52.html aapg_ad_52.html:260:30188:30204 Coldwater Michigan +0.25047 aapg_ae_592.html aapg_ae_592.html:478:40097:40105 Bathurst Amsterdam +0.513128 cspg_html_8247666269 cspg_html_8247666269:319:39081:39097 Fernie Victoria, British Columbia +0.267225 aapg_ae_602.html aapg_ae_602.html:150:19678:19698 Agua Nueva Middle East +0.252753 gsa_html_8740218609 gsa_html_8740218609:1165:107817:107837 Bloomsburg Pennsylvania +0.479987 jgeology_html_4305195651 jgeology_html_4305195651:582:72592:72599 Newport Perry County, Indiana +0.255488 aapg_af_701.html aapg_af_701.html:196:23687:23691 Wise Appalachian Mountains +0.2898 cspg_html_6140605204 cspg_html_6140605204:36:5900:5913 Elk Kootenay River +0.263592 aapg_ai_492.html aapg_ai_492.html:165:21081:21099 Wingate Logan, Utah +0.843999 geology_html_4301172553 geology_html_4301172553:335:25956:25974 Willwood Earth +0.235216 cspg_html_1462870252 cspg_html_1462870252:93:13732:13773 Sulphur Point Western Canadian Sedimentary Basin +0.475722 aapg_ae_324.html aapg_ae_324.html:1237:123411:123418 Holston Virginia +0.259875 aapg_af_663.html aapg_af_663.html:252:27981:27988 Lenapah Nowata, Oklahoma +0.248 cspg_html_7409170811 cspg_html_7409170811:361:54803:54813 Kinderhook Kinderhook (town), New York +0.236096 gsa_html_3701935694 gsa_html_3701935694:93:9639:9651 Hazens Notch Fayston, Vermont +0.48034 cspg_html_3854139935 cspg_html_3854139935:11:1184:1205 Milk River Lacombe, Alberta +0.26159 cspg_html_5406720001 cspg_html_5406720001:86:11521:11529 Columbia Victoria, British Columbia +0.251954 gsa_html_7932638920 gsa_html_7932638920:890:87336:87342 Kodiak Anchorage, Alaska +0.256905 cspg_html_9214997177 cspg_html_9214997177:264:26578:26593 Elk Lacombe, Alberta +0.48951 aapg_af_479.html aapg_af_479.html:676:72067:72076 San Diego California +0.513174 aapg_aa_302.html aapg_aa_302.html:385:47286:47290 Elko Reno, Nevada +0.384272 aapg_ac_569.html aapg_ac_569.html:75:11608:11635 Emma Fiord Ellesmere Island +0.461941 AMJC_html_2375334599 AMJC_html_2375334599:984:94234:94240 Taylor Basse-Terre +0.68112 aapg_ad_192.html aapg_ad_192.html:393:41590:41610 Tuscaloosa Shreveport, Louisiana +0.259875 aapg_ah_318.html aapg_ah_318.html:3570:290310:290329 Smackover Balcones Fault +0.252164 cspg_html_2650073471 cspg_html_2650073471:11:1092:1100 Whitemud Cypress Hills, Brooklyn +0.258516 aapg_ai_478.html aapg_ai_478.html:236:23272:23291 Elk Lacombe, Alberta +0.491582 palaios_html_7679079277 palaios_html_7679079277:157:15157:15162 Piper North Carolina +0.262524 aapg_ah_881.html aapg_ah_881.html:81:8848:8871 Chuckanut San Juan Island +0.27195 aapg_af_98.html aapg_af_98.html:25:3804:3826 Burro Canyon San Juan, Argentina +0.248496 aapg_ac_333.html aapg_ac_333.html:1040:125622:125628 Toroweap Logan, Utah +0.48864 aapg_af_617.html aapg_af_617.html:231:24183:24193 Fort Worth Clayton County, Georgia +0.2496 aapg_ae_350.html aapg_ae_350.html:85:10136:10152 Pottsville Cahaba, Alabama +0.517874 aapg_ac_298.html aapg_ac_298.html:187:17787:17812 Viking Regina, Saskatchewan +0.2583 cspg_html_2585769771 cspg_html_2585769771:557:66378:66408 Belly River Canada +0.249856 cspg_html_3962754176 cspg_html_3962754176:671:73955:73984 Peace River Lacombe, Alberta +0.420296 aapg_ad_379.html aapg_ad_379.html:625:51011:51017 Navajo Logan, Utah +0.202384 aapg_aa_23.html aapg_aa_23.html:718:90983:91007 Stony Mountain Manitoba +0.497466 gsa_html_9849268475 gsa_html_9849268475:725:57486:57490 Hall California +0.26162 gsa_html_4108353219 gsa_html_4108353219:127:12734:12754 Beck Spring Dolomite California +0.476844 gsa_html_4667678389 gsa_html_4667678389:725:77293:77314 Shedroof Conglomerate Cordillera Administrative Region +0.265738 aapg_ad_347.html aapg_ad_347.html:113:7609:7623 Tessey Mexico +0.48096 sedimentology_html_4062866456 sedimentology_html_4062866456:889:50998:51002 Fang Jiangxi +0.258028 cspg_html_7576506617 cspg_html_7576506617:371:53845:53867 Attawapiskat Moose River (Maine) +0.507064 aapg_aa_423.html aapg_aa_423.html:36:4394:4398 Yeso New Mexico +0.705515 geology_html_3911481921 geology_html_3911481921:207:21646:21682 Wood Canyon Marble Mountain Wilderness +0.517737 aapg_ad_660.html aapg_ad_660.html:382:48956:48974 Grayburg Nashville Basin +0.49348 aapg_ae_253.html aapg_ae_253.html:54:4901:4914 Cotton Valley Ohio +0.25844 sedimentology_html_4121403149 sedimentology_html_4121403149:900:65369:65379 Fort Worth Texas +0.272994 aapg_ad_3.html aapg_ad_3.html:86:8190:8205 Conasauga Knoxville, Tennessee +0.489328 aapg_ae_708.html aapg_ae_708.html:571:61990:61995 Logan Perth, Western Australia +0.501642 sedimentology_html_3181527419 sedimentology_html_3181527419:334:19519:19524 Supai Central, Arizona +0.249964 gsa_html_2229912315 gsa_html_2229912315:25:1580:1590 Washington Washington (state) +0.463684 aapg_ai_278.html aapg_ai_278.html:1051:119431:119456 Card Sound Dolomite Long Island (Massachusetts) +0.257808 sedimentology_html_2893921086 sedimentology_html_2893921086:1111:70441:70476 Dawson Bay Regina, Saskatchewan +0.244488 aapg_ad_659.html aapg_ad_659.html:237:32270:32278 Michigan Wisconsin +0.258757 sedimentology_html_3425717106 sedimentology_html_3425717106:2871:144393:144409 Noonday Dolomite California +0.26469 gsa_html_5339062095 gsa_html_5339062095:623:55698:55716 Willwood Cheyenne, Wyoming +0.479556 aapg_ai_951.html aapg_ai_951.html:101:14869:14901 Ivishak Bakersfield, California +0.252296 aapg_ac_719.html aapg_ac_719.html:120:13034:13056 Poison Canyon Colorado +0.4655 aapg_ah_140.html aapg_ah_140.html:196:20424:20430 Denver Colorado +0.247748 aapg_ai_49.html aapg_ai_49.html:456:58307:58314 Hermosa Animas River +0.247504 aapg_aa_322.html aapg_aa_322.html:151:14385:14391 Keokuk Burlington, Ontario +0.500944 aapg_ai_82.html aapg_ai_82.html:370:40734:40742 Maccrady Ohio +0.245487 aapg_ai_355.html aapg_ai_355.html:94:13690:13695 Yegua Middle East +0.48516 aapg_ac_720.html aapg_ac_720.html:222:25110:25115 Aquia Maryland +0.461648 cspg_html_4498577775 cspg_html_4498577775:923:74856:74871 Basal Regina, Saskatchewan +0.504505 aapg_ac_730.html aapg_ac_730.html:621:90465:90471 Dakota Mancos, Colorado +0.27242 aapg_ai_382.html aapg_ai_382.html:62:6241:6249 Colorado New Mexico +0.871627 cspg_html_8568877195 cspg_html_8568877195:122:21676:21687 Belly River Regina, Saskatchewan +0.47564 palaios_html_3889678675 palaios_html_3889678675:1023:98373:98400 Quinault Cape Elizabeth, Maine +0.213664 aapg_ah_96.html aapg_ah_96.html:58:7418:7439 Interlake Winnipeg +0.260096 aapg_ai_468.html aapg_ai_468.html:246:29801:29818 Bossier Cotton Valley, Louisiana +0.243538 aapg_aa_608.html aapg_aa_608.html:3:204:213 Kukpowruk Anchorage, Alaska +0.500996 gsa_html_7340389873 gsa_html_7340389873:59:4274:4302 Green River Colorado +0.2575 geology_html_2490144372 geology_html_2490144372:216:21185:21193 Rangeley Raleigh, North Carolina +0.488413 gsa_html_3151431803 gsa_html_3151431803:434:44965:44972 Laramie Logan, Utah +0.25774 sedimentology_html_5542310969 sedimentology_html_5542310969:1250:85176:85180 Hall London, Ontario +0.4752 aapg_ac_995.html aapg_ac_995.html:19:2656:2668 Huayacocotla Puebla, Puebla +0.461049 gsa_html_1124652135 gsa_html_1124652135:698:63737:63762 Chandler Charleston, South Carolina +0.468216 aapg_ad_871.html aapg_ad_871.html:33:4119:4129 Bell Rockport, Massachusetts +0.248976 cspg_html_9011256422 cspg_html_9011256422:6:345:363 Redknife Great Britain +0.22889 aapg_ah_176.html aapg_ah_176.html:760:60475:60481 Denver Colorado +0.2548 aapg_ae_98.html aapg_ae_98.html:17:2631:2643 Dakota Colorado +0.235216 palaios_html_7884828540 palaios_html_7884828540:477:39397:39405 Edmonton Bloomington, Illinois +0.259524 aapg_af_653.html aapg_af_653.html:1091:130246:130258 Neroly Bitter Creek (Wyoming) +0.264864 aapg_ai_444.html aapg_ai_444.html:122:11913:11931 Fayetteville Batesville, Arkansas +0.385236 aapg_ac_730.html aapg_ac_730.html:651:95863:95867 Wepo Mesa, Arizona +0.466683 cspg_html_3354282978 cspg_html_3354282978:288:40477:40494 Wabamun Canada +0.256 aapg_aa_775.html aapg_aa_775.html:83:7759:7766 Perdido Mexico +0.483678 cspg_html_6014123208 cspg_html_6014123208:184:24267:24279 Saskatchewan Lacombe, Alberta +0.24684 aapg_aa_251.html aapg_aa_251.html:123:9678:9690 Mooringsport Tuscaloosa, Alabama +0.270399 aapg_ah_148.html aapg_ah_148.html:307:36239:36251 Cooking Lake Edmonton, London +0.466995 palaios_html_9731740258 palaios_html_9731740258:236:28351:28359 Colorado Nebraska +0.269868 aapg_ae_999.html aapg_ae_999.html:149:23159:23168 Nanafalia Alabama +0.811776 aapg_ac_967.html aapg_ac_967.html:205:23047:23063 John Day Big Basin Redwoods State Park +0.240885 aapg_af_725.html aapg_af_725.html:178:18910:18928 Bigford Texas +0.48672 aapg_ae_26.html aapg_ae_26.html:16:2868:2872 Kope Sugar Creek, Missouri +0.498419 aapg_ai_583.html aapg_ai_583.html:572:74264:74282 Rierdon Powder River (Montana) +0.262143 aapg_ac_825.html aapg_ac_825.html:9:1176:1186 Nacimiento San Gregorio State Beach +0.24384 gsa_html_4137054086 gsa_html_4137054086:518:32724:32756 Stirling Mira Road +0.245014 gsa_html_7808051457 gsa_html_7808051457:749:75263:75272 Leadville Western world +0.251346 aapg_ae_223.html aapg_ae_223.html:280:33989:34000 Green River Bridger, Montana +0.269361 aapg_af_579.html aapg_af_579.html:291:31892:31909 Entrada Carmel, Indiana +0.485586 aapg_af_726.html aapg_af_726.html:54:7922:7932 Las Cruces Washington (state) +0.241552 gsa_html_4078158156 gsa_html_4078158156:514:51808:51824 Ithaca Earth +0.848232 cspg_html_8891363498 cspg_html_8891363498:128:12617:12637 Blue Fiord Devon Island +0.49131 cspg_html_3328007773 cspg_html_3328007773:859:91895:91916 Shaftesbury Canada +0.269345 aapg_ai_409.html aapg_ai_409.html:88:9266:9287 Arkadelphia Arkadelphia, Arkansas +0.258063 gsa_html_7199417381 gsa_html_7199417381:631:65506:65523 White River Nebraska +0.472948 aapg_af_397.html aapg_af_397.html:305:36690:36707 Todilto New Mexico +0.50968 aapg_af_397.html aapg_af_397.html:583:68128:68135 Entrada Entrada Sandstone +0.258 aapg_af_82.html aapg_af_82.html:89:6988:6995 Paradox New Mexico +0.668056 aapg_ae_563.html aapg_ae_563.html:3:191:204 Carlile Browns Valley, Minnesota +0.4914 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120388:120410 Green River Colorado +0.260454 aapg_ak_135.html aapg_ak_135.html:687:73854:73859 Vaqueros Los Angeles +0.508592 cspg_html_4348111624 cspg_html_4348111624:24:5135:5157 Winnipegosis Regina, Saskatchewan +0.484059 palaios_html_4335779426 palaios_html_4335779426:497:56240:56259 Lee Virginia +0.27089 geology_html_1523318259 geology_html_1523318259:253:26433:26438 Uinta Cheyenne, Wyoming +0.502164 geology_html_5902622941 geology_html_5902622941:189:18527:18532 Crete Santorini +0.265631 aapg_aa_124.html aapg_aa_124.html:532:54525:54535 Bow Island Colorado +0.438746 aapg_ae_473.html aapg_ae_473.html:385:35287:35297 Tallahatta Mississippi River +0.263168 aapg_ac_538.html aapg_ac_538.html:418:47717:47733 Viking Lacombe, Alberta +0.347984 cspg_html_9343899465 cspg_html_9343899465:1563:128320:128337 Beverley Inlet Banks Island +0.29512 aapg_ad_653.html aapg_ad_653.html:667:95219:95224 Steel London, Ontario +0.471276 aapg_ai_278.html aapg_ai_278.html:559:72580:72589 Sunniland Hendry County, Florida +0.25647 geology_html_5045588189 geology_html_5045588189:11:541:554 Santa Barbara California +0.24552 aapg_ah_130.html aapg_ah_130.html:157:14083:14094 San Antonio Texas +0.236187 palaios_html_6411384130 palaios_html_6411384130:95:10960:10975 Florissant Colorado +0.26215 aapg_ad_691.html aapg_ad_691.html:71:8027:8045 Red River Austin, Chicago +0.385217 aapg_ah_678.html aapg_ah_678.html:615:77750:77770 Vicksburg Texas +0.264171 cspg_html_5501097280 cspg_html_5501097280:6:416:432 Hector Lake Louise, Alberta +0.24948 cspg_html_2758185645 cspg_html_2758185645:28:4722:4734 Rundle Lacombe, Alberta +0.489416 aapg_ah_609.html aapg_ah_609.html:33:4425:4434 Mesaverde Wasatch Range +0.482463 aapg_ac_333.html aapg_ac_333.html:1129:134334:134351 Leonard Kaibab, Arizona +0.497688 aapg_aa_948.html aapg_aa_948.html:17:1166:1182 Salado Delaware +0.26673 aapg_ad_883.html aapg_ad_883.html:99:12481:12489 Glenwood Middle Ordovician +0.260428 aapg_af_668.html aapg_af_668.html:8:1263:1269 Pocono Pennsylvania +0.265434 gsa_html_2561127673 gsa_html_2561127673:704:67057:67070 Santa Barbara California +0.482422 aapg_ae_547.html aapg_ae_547.html:104:14117:14124 Tugidak Kodiak Island +0.465993 cspg_html_3385840278 cspg_html_3385840278:132:19130:19142 Gilwood Swan Hill, Victoria +0.248997 sedimentology_html_7870593007 sedimentology_html_7870593007:510:44804:44811 Pilcher Great Britain +0.53169 aapg_ah_535.html aapg_ah_535.html:138:24148:24157 Tuscarora West Branch Susquehanna Valley +0.267786 aapg_ah_965.html aapg_ah_965.html:465:54708:54717 Vicksburg Whitsett, North Carolina +0.359258 aapg_ad_205.html aapg_ad_205.html:76:9025:9044 Arkansas Novaculite Arkansas +0.276612 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3239:3246 Entrada Carmel, Indiana +0.26061 aapg_ac_71.html aapg_ac_71.html:480:56467:56483 Luning Dolomites +0.50706 aapg_aa_231.html aapg_aa_231.html:362:33329:33344 Lance Cheyenne, Wyoming +0.274567 sedimentology_html_7007939776 sedimentology_html_7007939776:690:49954:49961 Pearson Norfolk, Virginia +0.27092 gsa_html_2605108986 gsa_html_2605108986:91:8054:8073 Matanuska Talkeetna Mountains +0.48316 aapg_ae_961.html aapg_ae_961.html:129:10244:10251 Grafton Glenfield, New Zealand +0.47824 aapg_af_575.html aapg_af_575.html:257:34805:34823 Deadwood Chadron, Nebraska +0.490795 aapg_ah_320.html aapg_ah_320.html:94:10398:10405 Rondout Lockport (city), New York +0.253967 cspg_html_7023269572 cspg_html_7023269572:15:1917:1923 Kindle Mackenzie River +0.49162 gsa_html_9888767960 gsa_html_9888767960:588:61450:61456 Moscow Russia +0.49088 gsa_html_1456601097 gsa_html_1456601097:1763:144137:144165 Green River Colorado +0.273004 aapg_ai_958.html aapg_ai_958.html:129:13151:13158 Lagarto Oakville, California +0.449823 AMJC_html_7321319159 AMJC_html_7321319159:369:42911:42921 Santa Cruz Anacapa Island +0.2626 aapg_ad_131.html aapg_ad_131.html:202:16342:16363 Hartshorne Atoka, Oklahoma +0.242544 sedimentology_html_5839333856 sedimentology_html_5839333856:528:63421:63429 San Jose California +0.898623 cspg_html_6967030128 cspg_html_6967030128:80:10983:10993 Mount Head Calgary +0.268686 aapg_ai_72.html aapg_ai_72.html:22:3400:3404 Frio Gulf Coast of the United States +0.26368 cspg_html_5891044027 cspg_html_5891044027:35:6459:6467 Columbia Victoria, British Columbia +0.482604 aapg_ae_324.html aapg_ae_324.html:906:91036:91044 Virginia Virginia +0.495159 aapg_af_479.html aapg_af_479.html:832:85532:85541 San Diego California +0.250194 aapg_ae_454.html aapg_ae_454.html:196:15972:15989 Bossier Shreveport, Louisiana +0.208616 aapg_aa_147.html aapg_aa_147.html:966:98583:98591 Deadwood Winnipeg +0.261602 aapg_ad_958.html aapg_ad_958.html:1447:156087:156095 Colorado Las Animas County, Colorado +0.269297 gsa_html_4424552172 gsa_html_4424552172:579:46261:46270 Extension Tyrrhenian Sea +0.49972 aapg_ae_550.html aapg_ae_550.html:236:26691:26699 Colorado Denver +0.265698 cspg_html_9941227593 cspg_html_9941227593:33:4798:4821 Colorado Regina, Saskatchewan +0.26265 gsa_html_3368386568 gsa_html_3368386568:826:66145:66157 Owens Valley Mojave Desert +0.246456 cspg_html_1390294201 cspg_html_1390294201:183:20886:20919 Port Hood Cape Breton Island +0.24057 geology_html_7251669219 geology_html_7251669219:11:507:515 Colorado Denver +0.457583 sedimentology_html_4104179442 sedimentology_html_4104179442:740:44177:44181 Hall London, Ontario +0.25551 cspg_html_9290046117 cspg_html_9290046117:66:8906:8926 Cadomin Mountain Park (Holyoke, Massachusetts) +0.483259 aapg_ae_68.html aapg_ae_68.html:285:32624:32640 Weber Ogden, Utah +0.50827 aapg_aa_678.html aapg_aa_678.html:48:4966:4978 Saskatchewan Lacombe, Alberta +0.468868 aapg_ad_440.html aapg_ad_440.html:703:70882:70888 Pocono Greenbrier (Great Smoky Mountains) +0.47439 cspg_html_7912545589 cspg_html_7912545589:19:2511:2523 Grand Rapids Clearwater, Florida +0.466785 cspg_html_8891363498 cspg_html_8891363498:9:934:952 Michelle Anchorage, Alaska +0.257 cspg_html_7561290301 cspg_html_7561290301:206:24871:24899 Keg River Black Creek (Toronto) +0.492701 gsa_html_3341232905 gsa_html_3341232905:562:43558:43586 Green River New Mexico +0.24402 aapg_ad_335.html aapg_ad_335.html:691:80313:80319 Casper Cheyenne, Wyoming +0.4848 aapg_ai_31.html aapg_ai_31.html:84:9102:9106 Frio Oakville, California +0.261392 cspg_html_7576506617 cspg_html_7576506617:215:30503:30525 Ekwan River River Severn +0.772448 aapg_ad_808.html aapg_ad_808.html:229:16503:16519 Bighorn Dolomite Cheyenne, Wyoming +0.262656 gsa_html_4785200468 gsa_html_4785200468:238:23157:23164 Tyonek Keuka Lake +0.2505 aapg_ai_185.html aapg_ai_185.html:4:572:582 Fort Union Pinedale, California +0.447411 aapg_af_575.html aapg_af_575.html:420:58142:58150 Wolfcamp Meramec River +0.266752 aapg_af_551.html aapg_af_551.html:66:7592:7613 Lake Valley Sacramento Mountains (California) +0.475038 gsa_html_8614162917 gsa_html_8614162917:890:86081:86103 Horse Spring Lake Mead +0.254015 aapg_ae_705.html aapg_ae_705.html:289:27553:27577 Santa Barbara Western world +0.28028 cspg_html_3983222630 cspg_html_3983222630:6:300:317 Cardium Lacombe, Alberta +0.268422 aapg_ae_483.html aapg_ae_483.html:94:11182:11191 Peninsula Bristol Bay Borough, Alaska +0.240975 cspg_html_4860363565 cspg_html_4860363565:77:10176:10200 Leduc Canada +0.254338 sedimentology_html_7325815776 sedimentology_html_7325815776:489:31824:31845 Lake Valley New Mexico +0.251808 cspg_html_2419618566 cspg_html_2419618566:736:94494:94509 Elk Canada +0.251923 gsa_html_8398449001 gsa_html_8398449001:824:68655:68665 Bear River Bear Lake, Michigan +0.250428 aapg_ah_199.html aapg_ah_199.html:273:30341:30346 Atoka Atoka, Oklahoma +0.383913 aapg_ah_528.html aapg_ah_528.html:135:13302:13319 Thaynes Wasatch Range +0.496837 gsa_html_3447557340 gsa_html_3447557340:808:68665:68693 Green River New Mexico +0.27146 aapg_ah_97.html aapg_ah_97.html:72:8841:8849 Glenogle Canada +0.249 gsa_html_6991576096 gsa_html_6991576096:718:62556:62579 Gunflint Iron Ontario, California +0.50592 aapg_ah_243.html aapg_ah_243.html:90:10773:10807 Mohawk Texas +0.275028 aapg_ae_315.html aapg_ae_315.html:51:4616:4628 Quimbys Mill Black River, Jamaica +0.48034 cspg_html_4319383223 cspg_html_4319383223:461:58027:58035 Columbia Lacombe, Alberta +0.699932 aapg_ac_575.html aapg_ac_575.html:532:80155:80163 Moenkopi Colorado +0.247979 aapg_ac_497.html aapg_ac_497.html:51:5086:5094 Lisburne Prudhoe Bay Oil Field +0.262119 aapg_ai_1.html aapg_ai_1.html:301:26727:26734 Hermosa Logan, Utah +0.264192 AMJC_html_4299960498 AMJC_html_4299960498:821:92663:92673 Washington Salem, Oregon +0.470288 palaios_html_6404782987 palaios_html_6404782987:851:101739:101743 Hall London, Ontario +0.237069 aapg_af_854.html aapg_af_854.html:260:32917:32927 Keokuk Illinois +0.2574 jgeology_html_6791895583 jgeology_html_6791895583:668:42811:42821 Pocahontas Blacksburg, Virginia +0.45978 cspg_html_8571955552 cspg_html_8571955552:121:15683:15697 Lisburne North Slope Borough, Alaska +0.49408 gsa_html_3380395839 gsa_html_3380395839:86:8862:8872 Washington Salem, Oregon +0.48807 palaios_html_5212272868 palaios_html_5212272868:260:29461:29467 Oregon Washington (state) +0.256434 cspg_html_4287356899 cspg_html_4287356899:2888:316998:317005 Leonard Washington (state) +0.236626 cspg_html_2482892781 cspg_html_2482892781:25:4072:4090 Madison Williston, Vermont +0.252813 aapg_ae_901.html aapg_ae_901.html:903:97702:97720 Onondaga Ontario, California +0.267253 aapg_ah_677.html aapg_ah_677.html:4:676:690 Nonesuch Lake Superior +0.421872 aapg_ai_1.html aapg_ai_1.html:351:31584:31606 Paradox Glenwood Springs, Colorado +0.264638 cspg_html_7093237629 cspg_html_7093237629:956:91378:91399 Cooking Lake Redwater, Texas +0.258937 gsa_html_6117440194 gsa_html_6117440194:645:65958:65976 Sawtooth Kootenay River +0.271962 gsa_html_2832151886 gsa_html_2832151886:461:39775:39796 Fish Scales Lacombe, Alberta +0.243892 sedimentology_html_1235771758 sedimentology_html_1235771758:948:48468:48472 Hall London, Ontario +0.256928 jgeology_html_2236057972 jgeology_html_2236057972:995:53651:53661 Washington Seattle +0.510704 aapg_ae_933.html aapg_ae_933.html:39:4524:4550 Smackover Arkansas +0.511761 aapg_ae_70.html aapg_ae_70.html:102:11819:11825 Maroon Glenwood Springs, Colorado +0.485784 sedimentology_html_6714245905 sedimentology_html_6714245905:409:36501:36509 Colorado Niobrara, Nebraska +0.47433 cspg_html_3699720399 cspg_html_3699720399:289:29998:30004 Gataga Victoria, British Columbia +0.25872 aapg_af_397.html aapg_af_397.html:643:77872:77892 Entrada Entrada Sandstone +0.258332 aapg_af_707.html aapg_af_707.html:65:7455:7464 Smackover Mississippi River +0.488448 aapg_af_854.html aapg_af_854.html:556:76021:76036 Salem Bath, Somerset +0.252648 cspg_html_8525917094 cspg_html_8525917094:169:22449:22465 Dakota Nebraska +0.25452 aapg_ah_775.html aapg_ah_775.html:296:37075:37091 Colorado West Texas +0.263626 cspg_html_3328007773 cspg_html_3328007773:1038:104280:104296 Viking Lacombe, Alberta +0.51198 cspg_html_1962846283 cspg_html_1962846283:74:9942:9958 Fernie Kootenay River +0.47124 palaios_html_8113714689 palaios_html_8113714689:232:25436:25444 Munising Michigan Basin +0.481428 aapg_ai_321.html aapg_ai_321.html:122:16984:17006 Todos Santos Matagalpa +0.483678 gsa_html_5394777952 gsa_html_5394777952:403:44128:44136 San Jose California +0.269838 gsa_html_8473518978 gsa_html_8473518978:14:479:487 Virginia Reston, Virginia +0.269297 gsa_html_5081991493 gsa_html_5081991493:996:80117:80138 Green River Logan, Utah +0.487959 aapg_aa_82.html aapg_aa_82.html:189:19086:19093 Clayton Cheyenne, Wyoming +0.270384 gsa_html_1538463681 gsa_html_1538463681:1070:88629:88657 Green River New Mexico +0.51681 aapg_af_562.html aapg_af_562.html:211:22255:22275 Tuscaloosa Kentucky +0.247296 cspg_html_6255491344 cspg_html_6255491344:176:26299:26319 Nikanassin Kootenay River +0.45984 gsa_html_5552216115 gsa_html_5552216115:1102:114762:114788 Big Blue California +0.462384 aapg_ae_845.html aapg_ae_845.html:209:22614:22622 Washakie Colorado +0.265216 gsa_html_5079726047 gsa_html_5079726047:1462:123495:123523 Green River Iran +0.48573 gsa_html_6241580036 gsa_html_6241580036:391:35568:35576 Fountain Antarctica +0.477904 gsa_html_5993684140 gsa_html_5993684140:29:2796:2824 Green River Colorado +0.243036 aapg_ac_535.html aapg_ac_535.html:505:47800:47805 Rapid Lacombe, Alberta +0.264784 aapg_ah_779.html aapg_ah_779.html:232:42598:42609 Martinsburg Pennsylvania +0.508898 cspg_html_9843429624 cspg_html_9843429624:731:102235:102280 Jean Marie Lacombe, Alberta +0.847756 aapg_ad_607.html aapg_ad_607.html:62:6666:6679 Cherry Canyon Delaware +0.453986 aapg_aa_314.html aapg_aa_314.html:81:10451:10468 Tinton Closter, New Jersey +0.274032 palaios_html_2223085265 palaios_html_2223085265:40:4728:4744 Viking Lacombe, Alberta +0.26574 sedimentology_html_5843972010 sedimentology_html_5843972010:31:1889:1898 Sheffield Thetford, Vermont +0.258028 aapg_af_2.html aapg_af_2.html:843:72038:72046 Colorado Denver +0.26355 aapg_ah_4.html aapg_ah_4.html:99:15832:15847 Heath Talara Province +0.456354 cspg_html_2695921112 cspg_html_2695921112:274:32217:32235 Bathurst Bathurst, New South Wales +0.261786 aapg_af_98.html aapg_af_98.html:70:8839:8847 Graneros San Juan, Argentina +0.24633 aapg_ac_365.html aapg_ac_365.html:253:21017:21021 Ladd Mexico +0.262063 aapg_ah_506.html aapg_ah_506.html:295:29543:29562 Michigan Reed City, Michigan +0.556471 aapg_ad_648.html aapg_ad_648.html:14:2109:2117 Niobrara Berthoud, Colorado +0.4807 jgeology_html_4305195651 jgeology_html_4305195651:2763:183718:183751 Catskill Clinton County, Ohio +0.878894 aapg_aa_683.html aapg_aa_683.html:14:2489:2508 Greenhorn Colorado +0.260478 jgeology_html_4115179562 jgeology_html_4115179562:1365:74382:74417 Price Virginia +0.276651 aapg_ae_267.html aapg_ae_267.html:78:7460:7475 Bedford Hollidaysburg, Pennsylvania +0.262644 cspg_html_1281670295 cspg_html_1281670295:456:47107:47113 Moscow Russia +0.256036 aapg_ae_657.html aapg_ae_657.html:110:13362:13388 Goliad Oakville, California +0.468293 cspg_html_4287356899 cspg_html_4287356899:1485:205860:205877 Ettrain Great Britain +0.479958 gsa_html_4067767548 gsa_html_4067767548:504:49904:49915 Chopawamsic Piedmont (United States) +0.707544 geology_html_4431824234 geology_html_4431824234:403:28089:28094 Uinta Colorado +0.49087 cspg_html_2769629211 cspg_html_2769629211:117:14174:14186 Fort Simpson Hay River (Canada) +0.499554 aapg_ai_31.html aapg_ai_31.html:187:20505:20524 Catahoula Oklahoma City +0.258039 gsa_html_2584301292 gsa_html_2584301292:587:50453:50480 Peoria Peoria, Illinois +0.245 cspg_html_3124360347 cspg_html_3124360347:25:4650:4655 Levis Quebec +0.254012 aapg_af_607.html aapg_af_607.html:136:13758:13764 Kern River Kern River Preserve +0.24888 aapg_aa_161.html aapg_aa_161.html:358:34617:34635 Sabaneta Venezuela +0.313425 aapg_af_219.html aapg_af_219.html:34:4151:4157 Dakota Cheyenne, Wyoming +0.244528 palaios_html_2449649505 palaios_html_2449649505:43:4784:4810 Colorado Kayenta, Arizona +0.494019 aapg_ae_206.html aapg_ae_206.html:66:7036:7045 Ingleside Corpus Christi, Texas +0.256011 aapg_aa_226.html aapg_aa_226.html:312:24234:24252 Woodbine Texas +0.480681 cspg_html_4937997995 cspg_html_4937997995:284:33424:33439 Red Head Rapids River Severn +0.469368 aapg_ae_860.html aapg_ae_860.html:94:8099:8129 Dockum Texas +0.496181 gsa_html_7012936645 gsa_html_7012936645:963:76087:76097 Table Cove Middle Ordovician +0.24157 geology_html_9097482395 geology_html_9097482395:12:564:574 Santa Cruz California +0.258048 aapg_ac_538.html aapg_ac_538.html:30:4441:4461 Colorado Lacombe, Alberta +0.50496 gsa_html_1409496185 gsa_html_1409496185:947:107591:107597 Oregon Washington (state) +0.502765 gsa_html_4719798013 gsa_html_4719798013:18:1240:1277 Blackwater Draw Pecos River +0.249984 cspg_html_5345848475 cspg_html_5345848475:95:13311:13325 Colorado Lacombe, Alberta +0.486156 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17440:17444 Earp Supai, Arizona +0.276148 geology_html_4203530817 geology_html_4203530817:214:21880:21887 Norfolk Nassau, Bahamas +0.490546 aapg_ae_81.html aapg_ae_81.html:342:43128:43137 Wapanucka Atoka, Oklahoma +0.492531 jgeology_html_6846438992 jgeology_html_6846438992:455:38918:38934 Lee Newark Basin +0.357684 aapg_ak_36.html aapg_ak_36.html:458:40868:40882 Nuka Anchorage, Alaska +0.54152 aapg_aa_415.html aapg_aa_415.html:269:37578:37592 Ozan Texas +0.262128 cspg_html_9810030547 cspg_html_9810030547:127:16258:16280 Cooking Lake Lacombe, Alberta +0.421675 AMJC_html_6539706032 AMJC_html_6539706032:1195:113713:113725 Rhode Island Newport, Rhode Island +0.262276 aapg_ai_208.html aapg_ai_208.html:266:21655:21660 Swift North Carolina +0.257544 cspg_html_9332855346 cspg_html_9332855346:223:20410:20430 Elk Calgary +0.254016 aapg_ai_816.html aapg_ai_816.html:114:18579:18598 Wyandotte Kansas City, Kansas +0.519958 gsa_html_1409496185 gsa_html_1409496185:134:15109:15120 White River Mount Rainier, Maryland +0.502458 aapg_ae_916.html aapg_ae_916.html:289:33521:33535 Colorado Cut Bank, Montana +0.257466 cspg_html_4275682313 cspg_html_4275682313:552:64393:64408 Mesaverde Cheyenne, Wyoming +0.874209 aapg_af_16.html aapg_af_16.html:10:1470:1488 Frontier Logan, Utah +0.501492 aapg_ae_223.html aapg_ae_223.html:85:10615:10631 Dakota Iles +0.479622 aapg_aa_684.html aapg_aa_684.html:90:10175:10179 Jelm John Crow Mountains +0.45942 aapg_ae_388.html aapg_ae_388.html:1222:71979:71985 Nassau Melbourne, Florida +0.69058 sedimentology_html_6434577006 sedimentology_html_6434577006:94:6904:6916 Antietam Virginia +0.480293 cspg_html_2882882278 cspg_html_2882882278:11:2029:2054 Johnston Canyon Victoria, British Columbia +0.253935 aapg_ai_49.html aapg_ai_49.html:764:97577:97585 San Luis Colorado +0.498225 gsa_html_7635660482 gsa_html_7635660482:577:51800:51818 Morrison Kingdom of Asturias +0.719532 aapg_af_789.html aapg_af_789.html:135:18624:18636 Huntersville Onondaga (tribe) +0.520149 aapg_ah_965.html aapg_ah_965.html:472:55758:55781 Oakville Oakville, California +0.464145 aapg_ae_114.html aapg_ae_114.html:69:10734:10756 Carlton Rhyolite Wichita Mountains +0.258048 cspg_html_2758185645 cspg_html_2758185645:346:32831:32843 Rundle Moose Mountain (Alberta) +0.25048 cspg_html_6252417471 cspg_html_6252417471:68:10783:10802 Mould Bay Banks Island +0.50024 cspg_html_9768299963 cspg_html_9768299963:187:19294:19310 Battle Calgary +0.446428 aapg_ah_972.html aapg_ah_972.html:616:65208:65217 Vicksburg Texas +0.249375 cspg_html_3735760125 cspg_html_3735760125:252:27745:27752 Cardium Canada +0.483108 jgeology_html_4289404569 jgeology_html_4289404569:808:55512:55533 Green River Cheyenne, Wyoming +0.26643 aapg_ah_318.html aapg_ah_318.html:832:86133:86152 Smackover Cotton Valley, Louisiana +0.26129 aapg_ad_250.html aapg_ad_250.html:113:10633:10642 Aux Vases Louisville, Kentucky +0.445715 aapg_ac_408.html aapg_ac_408.html:69:6968:6992 Buda Karnes County, Texas +0.256332 cspg_html_8128756616 cspg_html_8128756616:32:5071:5083 Grand Rapids Lacombe, Alberta +0.501704 cspg_html_6252417471 cspg_html_6252417471:280:41158:41170 Wilcox Lacombe, Alberta +0.277202 aapg_ac_628.html aapg_ac_628.html:253:40536:40573 Mesaverde Mancos, Colorado +0.487872 cspg_html_4326384800 cspg_html_4326384800:441:55556:55574 Redknife Hay River (Canada) +0.478956 aapg_ad_466.html aapg_ad_466.html:1360:144908:144926 Patuxent Tuscaloosa, Alabama +0.441833 aapg_ai_491.html aapg_ai_491.html:281:33642:33653 Molas Des Moines, Washington +0.269311 aapg_ah_646.html aapg_ah_646.html:337:40078:40094 Chinle Chinle Formation +0.25296 gsa_html_7498897688 gsa_html_7498897688:1237:102886:102893 El Paso Chihuahuan Desert +0.50997 aapg_af_575.html aapg_af_575.html:850:120938:120952 Hale Arkansas +0.476064 aapg_ac_575.html aapg_ac_575.html:508:76096:76114 Woodside Cheyenne, Wyoming +0.42777 cspg_html_3772380029 cspg_html_3772380029:11:1166:1191 Red Head Rapids River Severn +0.284195 aapg_ac_55.html aapg_ac_55.html:168:20481:20499 Magothy Raritan River +0.243452 aapg_ah_848.html aapg_ah_848.html:440:43608:43616 Virginia Elkton, Kentucky +0.247988 cspg_html_5381643866 cspg_html_5381643866:420:53886:53904 Bickford Rocky Brook +0.26061 cspg_html_3008414459 cspg_html_3008414459:503:60938:60948 Milk River Lacombe, Alberta +0.481925 aapg_ai_764.html aapg_ai_764.html:223:22705:22722 Everton Arkansas +0.25908 geology_html_5526435496 geology_html_5526435496:180:15745:15765 Fort Union Powder River Basin +0.497373 cspg_html_3473883402 cspg_html_3473883402:311:49590:49602 Cooking Lake Redwater, Texas +0.499712 gsa_html_9102781796 gsa_html_9102781796:373:35715:35731 Naknek Talkeetna, Alaska +0.388102 aapg_ae_876.html aapg_ae_876.html:614:65390:65401 Green River Logan, Utah +0.250601 sedimentology_html_7064155051 sedimentology_html_7064155051:1452:86781:86785 Hall London, Ontario +0.251262 gsa_html_3436154175 gsa_html_3436154175:874:73313:73334 Green River Cheyenne, Wyoming +0.47817 aapg_af_854.html aapg_af_854.html:1131:160112:160128 Menard Illinois +0.2754 aapg_ah_387.html aapg_ah_387.html:599:60162:60168 Oregon Knoxville, Illinois +0.502516 cspg_html_1378826439 cspg_html_1378826439:443:40220:40236 Viking Lacombe, Alberta +0.80136 cspg_html_9717154602 cspg_html_9717154602:43:7039:7056 Bearpaw Edmonton, London +0.245448 cspg_html_3854139935 cspg_html_3854139935:11:1138:1155 Pakowki Lacombe, Alberta +0.235755 aapg_ah_337.html aapg_ah_337.html:147:16731:16737 Laredo Mexico +0.24617 cspg_html_9343899465 cspg_html_9343899465:955:83383:83402 Hecla Bay Ellesmere Island +0.390403 aapg_ai_997.html aapg_ai_997.html:790:68405:68421 Forbes Putah Creek +0.254388 cspg_html_8030881108 cspg_html_8030881108:187:30560:30572 Nation River Anchorage, Alaska +0.256035 palaios_html_4488423714 palaios_html_4488423714:164:14950:14960 Copenhagen Bucharest +0.401184 gsa_html_5843564589 gsa_html_5843564589:59:5230:5258 Green River New Mexico +0.47498 aapg_ai_105.html aapg_ai_105.html:625:73676:73698 Toroweap San Rafael Swell +0.481194 aapg_ai_975.html aapg_ai_975.html:114:14783:14800 Sligo Balcones Fault +0.255636 aapg_ae_639.html aapg_ae_639.html:17:2092:2102 Georgetown Buda, Texas +0.263652 cspg_html_1462870252 cspg_html_1462870252:111:16232:16247 Elk Lacombe, Alberta +0.487705 palaios_html_2621173808 palaios_html_2621173808:116:13437:13445 Columbia Lacombe, Alberta +0.89355 aapg_ah_387.html aapg_ah_387.html:2581:277998:278007 Knoxville Tehama County, California +0.496228 aapg_ah_645.html aapg_ah_645.html:238:29251:29268 Entrada Logan, Utah +0.258885 gsa_html_4181975259 gsa_html_4181975259:765:69954:69960 Oregon Bandon, County Cork +0.49078 aapg_ah_534.html aapg_ah_534.html:125:9570:9584 Schoharie Stroudsburg, Pennsylvania +0.253422 aapg_aa_685.html aapg_aa_685.html:48:4833:4853 Flagstaff North Horn Formation +0.257049 aapg_ai_249.html aapg_ai_249.html:783:101341:101348 El Abra Veracruz, Veracruz +0.259072 gsa_html_4479989476 gsa_html_4479989476:13:557:565 Colorado Denver +0.25132 aapg_af_354.html aapg_af_354.html:21:3144:3162 San Onofre Breccia Channel Islands of California +0.260538 aapg_ac_986.html aapg_ac_986.html:1094:123522:123538 Wasatch Loomis, California +0.267696 cspg_html_9275863663 cspg_html_9275863663:70:9878:9886 Columbia Victoria, British Columbia +0.5168 aapg_ad_11.html aapg_ad_11.html:3:170:190 Sentinel Butte Wasatch Range +0.49767 aapg_ac_141.html aapg_ac_141.html:9:631:640 Littleton Colorado +0.258572 aapg_af_492.html aapg_af_492.html:172:17512:17544 Milk River Lacombe, Alberta +0.489552 aapg_ah_289.html aapg_ah_289.html:552:76693:76699 Walker California +0.255972 aapg_ah_5.html aapg_ah_5.html:3294:256360:256366 Oxford England +0.258063 palaios_html_5582845937 palaios_html_5582845937:325:33258:33266 Virginia Hampton, New Hampshire +0.25636 aapg_ae_233.html aapg_ae_233.html:17:2381:2391 Tuscaloosa Savannah River Site +0.26928 cspg_html_9508543859 cspg_html_9508543859:199:22830:22841 Beekmantown Black River, Jamaica +0.50042 cspg_html_1781462584 cspg_html_1781462584:79:8917:8933 Shunda Burnt River (Oregon) +0.368928 aapg_ac_841.html aapg_ac_841.html:197:25139:25146 Metapan Tegucigalpa +0.524475 aapg_af_854.html aapg_af_854.html:616:84668:84688 Keokuk Burlington, Ontario +0.478114 aapg_aa_600.html aapg_aa_600.html:246:20539:20544 Atoka McAlester, Oklahoma +0.259956 aapg_ah_876.html aapg_ah_876.html:635:78913:78927 Rodessa Houston County, Alabama +0.485376 aapg_af_896.html aapg_af_896.html:90:8591:8598 El Paso Texas +0.45639 cspg_html_3618628685 cspg_html_3618628685:397:47461:47478 Belly River Lacombe, Alberta +0.50208 aapg_aa_976.html aapg_aa_976.html:225:26987:27003 Dakota Catskill Mountains +0.490383 aapg_af_854.html aapg_af_854.html:1143:161742:161764 Waltersburg Ohio +0.267189 aapg_af_98.html aapg_af_98.html:55:7632:7638 Dakota San Juan, Argentina +0.254016 aapg_ai_603.html aapg_ai_603.html:159:14476:14491 Fourmile Canyon Indianola, Iowa +0.489056 aapg_ae_916.html aapg_ae_916.html:414:47441:47459 Frontier Colorado +0.26624 palaios_html_5334521487 palaios_html_5334521487:453:55976:55993 Mauch Chunk Huntington, West Virginia +0.245448 gsa_html_7542416588 gsa_html_7542416588:23:952:960 Colorado Denver +0.479044 aapg_ae_624.html aapg_ae_624.html:38:4220:4238 Kekiktuk Prudhoe Bay Oil Field +0.259017 aapg_af_713.html aapg_af_713.html:115:11446:11457 Haynesville Leon County, Florida +0.477506 cspg_html_8612721867 cspg_html_8612721867:976:119477:119497 Swan Hills Swan Hill, Victoria +0.470305 aapg_ae_473.html aapg_ae_473.html:52:5690:5711 Eagle Alabama +0.509124 aapg_ae_28.html aapg_ae_28.html:941:68687:68694 Calvert Ohio +0.44772 cspg_html_8612721867 cspg_html_8612721867:696:82314:82330 Calmar Cripple Creek, Colorado +0.458403 aapg_aa_486.html aapg_aa_486.html:33:3981:3989 Colorado Las Vegas Strip +0.257024 cspg_html_8568877195 cspg_html_8568877195:53:8904:8912 Foremost Milk River, Alberta +0.253272 cspg_html_5272711466 cspg_html_5272711466:5:262:277 Leduc Lacombe, Alberta +0.482023 cspg_html_2659248847 cspg_html_2659248847:645:64748:64756 Michigan Michigan +0.489302 sedimentology_html_6156482329 sedimentology_html_6156482329:921:71407:71414 Renault North Island (Houtman Abrolhos) +0.25351 aapg_ai_199.html aapg_ai_199.html:521:42076:42080 Kent Tanzania +0.497466 aapg_ah_876.html aapg_ah_876.html:399:48145:48163 Rodessa Llano, Texas +0.253356 palaios_html_7860397774 palaios_html_7860397774:1119:79263:79280 La Luna Caracas +0.505393 aapg_ac_765.html aapg_ac_765.html:419:78934:78958 Chinle Banbury +0.252865 sedimentology_html_2208426700 sedimentology_html_2208426700:831:39679:39702 Winnipegosis Chipley, Florida +0.252506 cspg_html_2796643803 cspg_html_2796643803:519:62582:62590 Finnegan Regina, Saskatchewan +0.496356 aapg_aa_457.html aapg_aa_457.html:69:12424:12444 Smackover Haynesville, Louisiana +0.50841 cspg_html_1274054064 cspg_html_1274054064:159:23248:23266 Belly River Milk River, Alberta +0.50085 aapg_ad_70.html aapg_ad_70.html:117:7711:7727 Chinle Chinle Formation +0.466017 aapg_ae_678.html aapg_ae_678.html:208:25678:25699 Browns Park Uinta Mountains +0.262524 aapg_ah_318.html aapg_ah_318.html:3572:290952:290971 Smackover Texas +0.485216 aapg_ah_421.html aapg_ah_421.html:234:18414:18433 Whitemud Edmonton, London +0.240856 aapg_ai_581.html aapg_ai_581.html:47:4752:4766 Colorado Niobrara, Nebraska +0.249488 aapg_ad_466.html aapg_ad_466.html:1110:119113:119135 Shark River Manasquan, New Jersey +0.43095 aapg_aa_415.html aapg_aa_415.html:85:12730:12738 Woodbine Groesbeck, Ohio +0.244528 gsa_html_7193789775 gsa_html_7193789775:795:78334:78349 Mesaverde Logan, Utah +0.2665 aapg_af_422.html aapg_af_422.html:71:7583:7592 Queenston Lockport (city), New York +0.252504 aapg_af_366.html aapg_af_366.html:87:9329:9351 Lisburne Prudhoe Bay Oil Field +0.547976 aapg_ah_10.html aapg_ah_10.html:86:13345:13353 Monterey Bakersfield, California +0.507834 cspg_html_5949578130 cspg_html_5949578130:481:78971:79010 Leduc Lacombe, Alberta +0.482328 gsa_html_8152640301 gsa_html_8152640301:142:13253:13272 Talkeetna Talkeetna, Alaska +0.698768 cspg_html_6116883777 cspg_html_6116883777:612:80629:80640 Goose Fiord Devon Island +0.266231 aapg_ai_860.html aapg_ai_860.html:407:48571:48589 Dunleith Maquoketa, Iowa +0.502603 aapg_ai_484.html aapg_ai_484.html:3:338:354 Paluxy Marshall County, Kentucky +0.26565 aapg_ae_415.html aapg_ae_415.html:873:108531:108543 Chickasawhay Alabama +0.480916 jgeology_html_4772507682 jgeology_html_4772507682:837:64533:64567 Victoria Antarctica +0.770214 aapg_ai_813.html aapg_ai_813.html:62:10668:10688 Richardson Mountains White Mountains (California) +0.46752 AMJC_html_2228158963 AMJC_html_2228158963:167:21807:21824 Cushing Portland, Oregon +0.464616 aapg_af_664.html aapg_af_664.html:523:58733:58756 Cherry Canyon Carlsbad, New Mexico +0.485888 aapg_af_981.html aapg_af_981.html:416:41630:41651 Almond Cheyenne, Wyoming +0.489149 gsa_html_1991568528 gsa_html_1991568528:79:5733:5761 Green River Colorado +0.49469 gsa_html_2076560873 gsa_html_2076560873:523:53998:54020 Parry Islands Northwest Arctic Borough, Alaska +0.485648 gsa_html_3144986031 gsa_html_3144986031:12:507:515 Victoria Victoria, British Columbia +0.8505 cspg_html_6351830705 cspg_html_6351830705:344:43275:43286 Hueco Texas +0.4735 gsa_html_6628277618 gsa_html_6628277618:39:3407:3413 Dayton Ohio +0.24638 aapg_ai_564.html aapg_ai_564.html:52:5649:5667 Kushtaka Stillwater, Oklahoma +0.245967 geology_html_8442589137 geology_html_8442589137:15:864:874 Santa Cruz California +0.254856 aapg_ad_836.html aapg_ad_836.html:520:47435:47441 Salina Maquoketa, Iowa +0.483616 aapg_ai_141.html aapg_ai_141.html:357:37012:37022 Washington Victoria, British Columbia +0.311976 aapg_ai_327.html aapg_ai_327.html:209:23349:23361 Dakota Denver +0.268275 geology_html_5607484480 geology_html_5607484480:206:16348:16371 Nipissing Great Lakes region (North America) +0.246813 aapg_af_579.html aapg_af_579.html:269:28919:28924 Bluff Logan, Utah +0.245916 cspg_html_4727171280 cspg_html_4727171280:82:8923:8936 Edmonton Western world +0.26826 aapg_aa_382.html aapg_aa_382.html:45:5738:5763 Santa Margarita Maricopa, Arizona +0.27878 geology_html_6889011624 geology_html_6889011624:46:4666:4675 Red River Manitoba +0.269808 aapg_ae_26.html aapg_ae_26.html:7:1426:1445 Kope Bloomington, Indiana +0.252494 cspg_html_4409656292 cspg_html_4409656292:720:77102:77122 Colorado Regina, Saskatchewan +0.250712 aapg_aa_904.html aapg_aa_904.html:195:17211:17231 Mesaverde San Juan, Argentina +0.2625 cspg_html_9343899465 cspg_html_9343899465:1540:126305:126319 Belly River Lacombe, Alberta +0.4921 aapg_ac_79.html aapg_ac_79.html:86:11582:11599 Lockport Dolomite Ohio +0.240128 gsa_html_7605900420 gsa_html_7605900420:410:42343:42356 Carlin Canyon Reno, Nevada +0.272459 aapg_ae_958.html aapg_ae_958.html:2190:188816:188832 Whitehorse Carlsbad, New Mexico +0.444106 aapg_ad_564.html aapg_ad_564.html:8720:779224:779232 Colorado Denver +0.268842 cspg_html_8096634360 cspg_html_8096634360:215:26320:26328 Columbia Victoria, British Columbia +0.459742 aapg_ac_307.html aapg_ac_307.html:95:9238:9259 Green River Logan, Utah +0.26673 cspg_html_7281679890 cspg_html_7281679890:308:51825:51843 Michelle Western world +0.553637 aapg_ad_823.html aapg_ad_823.html:132:13612:13619 El Paso Washington (state) +0.262095 cspg_html_7489348459 cspg_html_7489348459:9:831:839 Iroquois Mackenzie River +0.26163 cspg_html_7134658072 cspg_html_7134658072:137:19105:19123 Lea Park Lacombe, Alberta +0.26416 cspg_html_4680797491 cspg_html_4680797491:254:28047:28057 Swan Hills Swan Hill, Victoria +0.494624 aapg_ac_5.html aapg_ac_5.html:185:18467:18482 Banff Lacombe, Alberta +0.261072 cspg_html_2253842195 cspg_html_2253842195:263:34742:34750 Columbia Victoria, British Columbia +0.522291 aapg_ac_629.html aapg_ac_629.html:162:22318:22328 Citronelle Oberlin, Ohio +0.37814 cspg_html_6038396142 cspg_html_6038396142:58:8289:8297 Winnipeg Winnipeg +0.499939 gsa_html_5015599008 gsa_html_5015599008:763:65237:65249 Saskatchewan Caldwell, New Jersey +0.26936 aapg_ak_55.html aapg_ak_55.html:236:24316:24325 Tuscarora Calhoun, Georgia +0.484185 aapg_aa_302.html aapg_aa_302.html:387:47559:47563 Elko Logan, Utah +0.485936 gsa_html_1130947011 gsa_html_1130947011:102:12132:12138 Galena Iowa +0.447426 aapg_af_46.html aapg_af_46.html:60:7868:7885 Goddard Absaroka +0.26571 aapg_aa_684.html aapg_aa_684.html:262:24687:24708 Chugwater Cheyenne, Wyoming +0.6783 aapg_ac_941.html aapg_ac_941.html:363:24680:24701 Green River Colorado +0.26355 aapg_aa_960.html aapg_aa_960.html:411:32561:32582 Twin Creek Boise, Idaho +0.253791 aapg_ae_391.html aapg_ae_391.html:512:47543:47549 Salado Pecos River +0.476073 cspg_html_3328007773 cspg_html_3328007773:113:15014:15024 Mill Creek Bow Island Airport +0.488652 aapg_ah_165.html aapg_ah_165.html:197:28712:28733 Beaverhill Lacombe, Alberta +0.512213 aapg_ah_871.html aapg_ah_871.html:98:12554:12559 Chazy Western world +0.487341 aapg_ae_16.html aapg_ae_16.html:533:63873:63881 Columbia Victoria, British Columbia +0.25414 aapg_ai_1.html aapg_ai_1.html:300:26458:26475 Paradox Hermosa, Chicago +0.27089 aapg_ac_807.html aapg_ac_807.html:793:78436:78446 Tuscaloosa North Carolina +0.512946 cspg_html_2339960084 cspg_html_2339960084:163:24724:24737 Turner Valley Lacombe, Alberta +0.47376 cspg_html_9332855346 cspg_html_9332855346:5:195:217 Elk Regina, Saskatchewan +0.862845 gsa_html_2096927589 gsa_html_2096927589:118:9265:9293 Green River Cheyenne, Wyoming +0.250745 sedimentology_html_8227366887 sedimentology_html_8227366887:155:13877:13887 Keokuk Canada +0.850934 aapg_aa_147.html aapg_aa_147.html:63:9474:9483 Red River Manitoba +0.248712 palaios_html_1282365477 palaios_html_1282365477:545:43768:43774 Provo Pyrenees +0.466704 cspg_html_4385655879 cspg_html_4385655879:63:8619:8639 Elk Lacombe, Alberta +0.495208 aapg_ad_322.html aapg_ad_322.html:766:73032:73041 Extension Anchorage, Alaska +0.259434 sedimentology_html_5673709888 sedimentology_html_5673709888:1745:104586:104594 Hawthorn Melbourne, Florida +0.26857 aapg_ah_846.html aapg_ah_846.html:209:21197:21211 Nuka Anchorage, Alaska +0.48246 cspg_html_4298557570 cspg_html_4298557570:405:52890:52910 Hell Creek Lacombe, Alberta +0.460728 gsa_html_9865056817 gsa_html_9865056817:831:74936:74942 Denver Colorado +0.822633 aapg_ai_49.html aapg_ai_49.html:374:47889:47898 Minnelusa Black Hills +0.463112 gsa_html_1254347878 gsa_html_1254347878:1142:106598:106606 Colorado Cheyenne, Wyoming +0.477664 gsa_html_9310053579 gsa_html_9310053579:730:63456:63465 Wenatchee Lake Chelan +0.25296 gsa_html_1826402027 gsa_html_1826402027:646:74955:74964 Flagstaff Arizona +0.255009 aapg_ae_72.html aapg_ae_72.html:10:1713:1720 Hermosa Hermosa, Chicago +0.257536 cspg_html_5541725202 cspg_html_5541725202:226:32800:32820 Boss Point Cumberland, Maryland +0.272483 gsa_html_1419461902 gsa_html_1419461902:378:32739:32751 Saskatchewan Saskatoon +0.2405 aapg_ah_387.html aapg_ah_387.html:2818:304747:304756 Knoxville Knoxville, Illinois +0.48 aapg_ad_351.html aapg_ad_351.html:7:778:787 Northview Sedalia, Missouri +0.245464 aapg_ac_967.html aapg_ac_967.html:211:23353:23371 John Day Richmond, California +0.49352 jgeology_html_8064855537 jgeology_html_8064855537:250:17202:17218 Dakota Colorado +0.25428 AMJC_html_6064451271 AMJC_html_6064451271:227:27755:27763 Colorado Denver +0.252486 aapg_ah_399.html aapg_ah_399.html:6:745:753 Columbia Lacombe, Alberta +0.468224 sedimentology_html_6162834496 sedimentology_html_6162834496:887:69187:69204 Wapiabi Canada +0.26418 sedimentology_html_8006979411 sedimentology_html_8006979411:1688:113453:113487 Kaskapau Canada +0.479808 aapg_ah_812.html aapg_ah_812.html:54:4342:4350 Woodbine County Sligo +0.263048 cspg_html_4348111624 cspg_html_4348111624:318:41768:41796 Prairie Regina, Saskatchewan +0.491283 gsa_html_6734844475 gsa_html_6734844475:209:22395:22423 Green River New Mexico +0.501992 gsa_html_2832151886 gsa_html_2832151886:485:42199:42207 Columbia Victoria, British Columbia +0.46648 aapg_aa_745.html aapg_aa_745.html:485:60668:60691 Brushy Canyon New Mexico +0.26163 gsa_html_3096615185 gsa_html_3096615185:321:31894:31914 Roxbury Conglomerate Naval Air Station Squantum +0.252476 AMJC_html_2702389713 AMJC_html_2702389713:843:56248:56268 Waterville Portland, Maine +0.238626 aapg_ai_975.html aapg_ai_975.html:804:66147:66154 Edwards Walnut, California +0.247 AMJC_html_6642101495 AMJC_html_6642101495:1460:139966:139972 Moscow Mongolia +0.513477 sedimentology_html_9410532865 sedimentology_html_9410532865:1459:104429:104450 Green River Green River Formation +0.250985 sedimentology_html_3417381350 sedimentology_html_3417381350:1361:100637:100650 Santa Barbara California +0.26832 aapg_af_811.html aapg_af_811.html:72:7644:7649 Chazy Alabama +0.258416 aapg_ah_756.html aapg_ah_756.html:4:780:801 Dewey Lake Salado, Texas +0.258552 aapg_ah_536.html aapg_ah_536.html:414:54452:54469 Rodessa Arkansas +0.474472 gsa_html_5611445023 gsa_html_5611445023:29:2796:2824 Green River Colorado +0.26112 aapg_aa_372.html aapg_aa_372.html:155:16120:16135 Word Artesia, New Mexico +0.244664 aapg_ac_925.html aapg_ac_925.html:70:10642:10651 Hornbrook Hornbrook, California +0.474176 aapg_ad_110.html aapg_ad_110.html:788:84169:84177 Tensleep Cheyenne, Wyoming +0.266742 aapg_af_471.html aapg_af_471.html:249:29173:29189 Parkwood Illinois +0.674264 palaios_html_7465495929 palaios_html_7465495929:165:16205:16222 La Luna Venezuela +0.26656 aapg_aa_604.html aapg_aa_604.html:30:4285:4289 Java Sumatra +0.255398 cspg_html_9119878068 cspg_html_9119878068:366:46014:46036 Cooking Lake Lacombe, Alberta +0.251446 geology_html_2308944786 geology_html_2308944786:265:21745:21764 Pocatello Boise, Idaho +0.256928 sedimentology_html_6284954963 sedimentology_html_6284954963:1639:101500:101508 Homewood Oman +0.242556 cspg_html_8089302449 cspg_html_8089302449:331:57438:57450 Saskatchewan Lacombe, Alberta +0.25324 aapg_aa_118.html aapg_aa_118.html:351:33436:33448 Rockwell Western world +0.259578 aapg_ad_628.html aapg_ad_628.html:164:18444:18452 Colorado Logan, Utah +0.488005 aapg_aa_826.html aapg_aa_826.html:176:17767:17775 Pamunkey Closter, New Jersey +0.47628 aapg_ai_410.html aapg_ai_410.html:531:48726:48742 Kaibab Western world +0.491454 gsa_html_4009402992 gsa_html_4009402992:29:2796:2824 Green River Colorado +0.46827 aapg_ad_604.html aapg_ad_604.html:145:15959:15975 Harmony Monterey, California +0.675638 cspg_html_6839937815 cspg_html_6839937815:105:14371:14389 Woodside Shale Logan, Utah +0.73617 aapg_ah_289.html aapg_ah_289.html:542:75227:75245 Monterey California +0.474628 aapg_aa_696.html aapg_aa_696.html:621:71072:71078 Denver Colorado +0.478028 cspg_html_5381643866 cspg_html_5381643866:443:55471:55479 Columbia Crowsnest Pass, Alberta +0.258048 geology_html_9498301644 geology_html_9498301644:178:19544:19553 Knoxville Piedmont (United States) +0.265189 sedimentology_html_7487196157 sedimentology_html_7487196157:27:1834:1851 Bedford Canada +0.46256 cspg_html_3676499198 cspg_html_3676499198:410:37786:37792 Denver California +0.481712 cspg_html_6545726692 cspg_html_6545726692:453:50512:50530 Yakataga Anchorage, Alaska +0.504695 aapg_ah_519.html aapg_ah_519.html:16:2290:2310 Cedar Mountain Colorado +0.488654 aapg_ah_652.html aapg_ah_652.html:61:7725:7746 Cliff House Beaumont, Texas +0.250632 aapg_ae_71.html aapg_ae_71.html:243:22809:22823 Yeso Mesa, Arizona +0.49131 cspg_html_8362959053 cspg_html_8362959053:92:13815:13825 Blackstone Lacombe, Alberta +0.480128 aapg_ae_904.html aapg_ae_904.html:146:15324:15344 Spearfish Spearfish, South Dakota +0.265056 sedimentology_html_6812678908 sedimentology_html_6812678908:521:19593:19601 Colorado Mountain peaks of Colorado +0.489255 aapg_ac_920.html aapg_ac_920.html:107:17247:17273 Pequop Plympton, Massachusetts +0.474948 geology_html_2345007570 geology_html_2345007570:132:13040:13061 Waits River Black Mountains (North Carolina) +0.47559 gsa_html_4620206114 gsa_html_4620206114:1093:98172:98200 Green River Colorado +0.240038 cspg_html_9735723617 cspg_html_9735723617:331:42641:42665 Beverley Inlet Bathurst Island (Northern Territory) +0.23424 gsa_html_8549650339 gsa_html_8549650339:18:543:554 San Antonio Texas +0.481143 gsa_html_2162821431 gsa_html_2162821431:1079:94136:94142 Oregon Salem, Oregon +0.48265 aapg_ah_150.html aapg_ah_150.html:339:41267:41282 Mt Lytton Knoxville, Tennessee +0.472384 palaios_html_5321533010 palaios_html_5321533010:395:44429:44437 Virginia Kauai +0.26316 cspg_html_5688447798 cspg_html_5688447798:152:22633:22661 Disappointment Bay Ellesmere Island +0.260538 aapg_ah_823.html aapg_ah_823.html:39:4783:4795 Saskatchewan Manitoba +0.25636 palaios_html_5582845937 palaios_html_5582845937:326:33483:33491 Virginia Hampton, New Hampshire +0.414558 gsa_html_3666562816 gsa_html_3666562816:87:8444:8450 Kodiak Kodiak Island +0.270256 aapg_aa_399.html aapg_aa_399.html:395:31455:31473 Whitemud Bearpaw Formation +0.245178 AMJC_html_5402953865 AMJC_html_5402953865:1006:104999:105010 Green River Kentucky +0.485254 palaios_html_5582845937 palaios_html_5582845937:307:30542:30557 Yazoo Alabama +0.257488 aapg_ad_233.html aapg_ad_233.html:239:22469:22475 Denver Cheyenne, Wyoming +0.48384 gsa_html_4424552172 gsa_html_4424552172:504:42145:42149 Hall London, Ontario +0.47 aapg_ai_16.html aapg_ai_16.html:6:720:726 Sabine Shreveport, Louisiana +0.366387 aapg_ac_400.html aapg_ac_400.html:422:49772:49782 Pocahontas San Fernando Valley +0.449673 cspg_html_1188455526 cspg_html_1188455526:104:17277:17297 Sabine Melville Island (Canada) +0.49344 aapg_af_701.html aapg_af_701.html:123:13586:13595 Allegheny Washington (state) +0.25376 aapg_aa_721.html aapg_aa_721.html:642:71022:71030 Arcturus Logan, Utah +0.248994 aapg_ah_847.html aapg_ah_847.html:307:36536:36555 New Egypt New Egypt, New Jersey +0.488241 aapg_ai_112.html aapg_ai_112.html:30:5802:5806 Java Netherlands +0.495126 aapg_ai_996.html aapg_ai_996.html:178:13881:13888 Calvert Maryland +0.24696 aapg_ai_491.html aapg_ai_491.html:869:78327:78335 Colorado Murray, Kentucky +0.259248 gsa_html_2584301292 gsa_html_2584301292:92:9173:9181 Loveland Peoria, Illinois +0.247 geology_html_7186585215 geology_html_7186585215:326:29809:29815 Weston London, Ontario +0.483616 gsa_html_2989317971 gsa_html_2989317971:929:94042:94052 Washington Salem, Oregon +0.378368 aapg_ae_221.html aapg_ae_221.html:897:40448:40461 Cook Mountain Shreveport, Louisiana +0.258055 aapg_ac_949.html aapg_ac_949.html:55:5399:5421 Chickasawhay Tampa, Florida +0.264704 gsa_html_4557277250 gsa_html_4557277250:395:37951:37979 Twin Creek Weber River +0.481873 aapg_ad_152.html aapg_ad_152.html:1920:252587:252595 Arcturus Logan, Utah +0.237546 aapg_ai_593.html aapg_ai_593.html:1438:152386:152416 La Pena Mexico +0.260036 aapg_ai_584.html aapg_ai_584.html:389:38054:38064 Wind River Big Horn, Wyoming +0.496181 gsa_html_2028006768 gsa_html_2028006768:1017:70708:70719 Peace River Victoria, British Columbia +0.253206 cspg_html_4298557570 cspg_html_4298557570:36:5308:5325 Bearpaw Red Deer, Alberta +0.248985 gsa_html_5924250698 gsa_html_5924250698:107:8487:8493 Navajo Hidden Valley, Indiana +0.257214 cspg_html_7409170811 cspg_html_7409170811:340:52063:52080 Exshaw Lacombe, Alberta +0.501202 cspg_html_5123757551 cspg_html_5123757551:72:7425:7439 Edmonton Lacombe, Alberta +0.247476 cspg_html_8362959053 cspg_html_8362959053:59:8823:8836 Mountain Park Gladstone, Oregon +0.254448 cspg_html_7086880709 cspg_html_7086880709:300:38138:38149 Hare Indian Lacombe, Alberta +0.260608 cspg_html_1025724640 cspg_html_1025724640:78:13468:13480 Potsdam Quebec City +0.239604 aapg_ah_184.html aapg_ah_184.html:24:3555:3564 Mount Ida Arkansas +0.25088 cspg_html_4010530611 cspg_html_4010530611:66:9567:9573 Shunda Nelson, New Zealand +0.26728 geology_html_9805181537 geology_html_9805181537:330:25639:25656 Potsdam Canada +0.481428 gsa_html_8917146841 gsa_html_8917146841:1007:90178:90206 Green River Colorado +0.48762 aapg_ah_327.html aapg_ah_327.html:293:26756:26773 Charles Western world +0.503169 aapg_ah_823.html aapg_ah_823.html:5:718:726 Columbia Victoria, British Columbia +0.513279 aapg_ae_873.html aapg_ae_873.html:1091:129232:129241 Smackover Rodessa, Louisiana +0.579564 aapg_ae_905.html aapg_ae_905.html:158:16659:16681 Higginsville Higginsville, Missouri +0.464852 cspg_html_3328007773 cspg_html_3328007773:1064:105869:105890 Shaftesbury Lacombe, Alberta +0.484124 aapg_ah_447.html aapg_ah_447.html:68:9745:9771 Reynosa Oakville, California +0.258 aapg_ae_154.html aapg_ae_154.html:293:27530:27538 Columbia Victoria, British Columbia +0.244032 aapg_ai_105.html aapg_ai_105.html:343:41715:41720 Provo Oquirrh Mountain Utah Temple +0.49419 geology_html_3753709141 geology_html_3753709141:12:603:613 Washington Washington (state) +0.262119 aapg_ah_943.html aapg_ah_943.html:428:53519:53527 Columbia Elmworth, Alberta +0.255528 aapg_ai_183.html aapg_ai_183.html:11:2039:2051 Medicine Hat Bantry Bay +0.247504 gsa_html_2168907540 gsa_html_2168907540:321:35143:35149 Satsop Republic of China +0.23958 gsa_html_8349861296 gsa_html_8349861296:871:71900:71912 Owens Valley California Water Wars +0.24804 cspg_html_7192907687 cspg_html_7192907687:477:56143:56148 Banff Lacombe, Alberta +0.48864 aapg_ad_351.html aapg_ad_351.html:636:53850:53871 Lake Valley New Mexico +0.272976 gsa_html_9848053959 gsa_html_9848053959:65:6270:6281 Green River Kentucky +0.463504 aapg_ah_645.html aapg_ah_645.html:26:4234:4244 Twin Creek Cheyenne, Wyoming +0.245021 aapg_ad_785.html aapg_ad_785.html:84:9122:9140 Fountain Colorado +0.70445 aapg_af_854.html aapg_af_854.html:194:24667:24677 Keokuk Kinderhook (town), New York +0.447296 cspg_html_2758185645 cspg_html_2758185645:537:50619:50627 Montreal Quebec City +0.544111 gsa_html_3448554349 gsa_html_3448554349:86:9186:9204 Rockwell Pennsylvania +0.24144 cspg_html_1293312960 cspg_html_1293312960:926:85329:85348 Athabasca Lacombe, Alberta +0.480365 aapg_ae_168.html aapg_ae_168.html:229:25681:25702 Bird Spring Reno, Nevada +0.257013 jgeology_html_3329269187 jgeology_html_3329269187:1397:75004:75008 Hall London, Ontario +0.499554 aapg_ad_786.html aapg_ad_786.html:75:7393:7418 Jefferson Gasconade River +0.245508 sedimentology_html_7877908255 sedimentology_html_7877908255:832:78601:78605 Hall London, Ontario +0.26416 aapg_aa_426.html aapg_aa_426.html:156:34654:34675 Haynesville Haynesville, Louisiana +0.481143 sedimentology_html_1591727938 sedimentology_html_1591727938:750:40619:40629 Duck Creek Fraser River (Colorado) +0.25542 aapg_ai_183.html aapg_ai_183.html:241:22091:22103 Medicine Hat Regina, Saskatchewan +0.367504 palaios_html_3751051678 palaios_html_3751051678:61:5886:5904 Morrison Black Hills +0.46144 aapg_ad_605.html aapg_ad_605.html:131:14204:14223 Abo New Mexico +0.250444 geology_html_7865549529 geology_html_7865549529:13:530:539 San Diego La Jolla +0.499422 AMJC_html_5471526645 AMJC_html_5471526645:538:69138:69153 Buffalo Springs Virginia +0.255915 aapg_ah_521.html aapg_ah_521.html:382:44347:44354 Carrizo Carrizo Plain +0.252044 aapg_ac_671.html aapg_ac_671.html:134:12099:12115 Waltersburg Kentucky +0.491925 sedimentology_html_1293179143 sedimentology_html_1293179143:903:71530:71539 Spearfish Spearfish, South Dakota +0.271884 aapg_ac_689.html aapg_ac_689.html:249:28737:28749 Dakota Colorado +0.269345 aapg_af_292.html aapg_af_292.html:47:6072:6078 Sandia New Mexico +0.246856 aapg_ae_370.html aapg_ae_370.html:654:65822:65847 Pittsburg Bluff Scappoose, Oregon +0.491071 AMJC_html_7743907070 AMJC_html_7743907070:2942:242080:242101 Pamlico North Carolina +0.482377 sedimentology_html_6434577006 sedimentology_html_6434577006:43:3203:3221 Gog Canada +0.489302 gsa_html_7402665513 gsa_html_7402665513:11:470:480 Washington Seattle +0.266772 cspg_html_9825544190 cspg_html_9825544190:232:24451:24488 Elk Lacombe, Alberta +0.271906 aapg_af_788.html aapg_af_788.html:333:27346:27376 Traverse Michigan +0.24843 jgeology_html_8447682494 jgeology_html_8447682494:769:40372:40393 Temiscouata New Brunswick, New Jersey +0.436563 cspg_html_9977296642 cspg_html_9977296642:131:19081:19089 Montreal Montreal +0.509402 cspg_html_4105062490 cspg_html_4105062490:185:19498:19507 Lodgepole Cypress Hills, Brooklyn +0.239554 aapg_ac_306.html aapg_ac_306.html:18:2471:2487 Gering Nebraska +0.27348 palaios_html_2621173808 palaios_html_2621173808:1270:118143:118151 Columbia Victoria, British Columbia +0.471653 aapg_ac_928.html aapg_ac_928.html:119:15390:15407 Leatham Netherlands +0.276078 cspg_html_8789242291 cspg_html_8789242291:29:5301:5321 Ravenscrag Regina, Saskatchewan +0.240584 cspg_html_5796730780 cspg_html_5796730780:49:8060:8101 Albert New Brunswick, New Jersey +0.463672 aapg_ac_222.html aapg_ac_222.html:183:25394:25411 Hermosa Hermosa, Chicago +0.483917 cspg_html_1124814558 cspg_html_1124814558:67:9104:9118 Colorado CFB Cold Lake +0.254961 cspg_html_4392308496 cspg_html_4392308496:312:43453:43474 Bonaventure Nashville Basin +0.547322 aapg_aa_322.html aapg_aa_322.html:191:17360:17376 Moorefield Arbuckle, California +0.25143 cspg_html_3473883402 cspg_html_3473883402:33:5146:5153 Wabamun Canada +0.2435 jgeology_html_3450428494 jgeology_html_3450428494:146:7367:7388 East Berlin Portland, Oregon +0.254518 aapg_aa_960.html aapg_aa_960.html:332:27206:27222 Sandia Cabuyao, Laguna +0.512 aapg_ad_580.html aapg_ad_580.html:442:56069:56089 Fort Union Powder River (Montana) +0.25553 gsa_html_2369908260 gsa_html_2369908260:1473:140818:140830 Owens Valley San Francisco +0.485645 aapg_ah_329.html aapg_ah_329.html:283:28060:28067 Sisquoc Monterey, California +0.453102 aapg_af_858.html aapg_af_858.html:69:7496:7515 Detroit River Ohio +0.275576 gsa_html_3445493534 gsa_html_3445493534:633:68463:68489 Monterey California +0.255524 sedimentology_html_1299148389 sedimentology_html_1299148389:902:69497:69501 Hall London, Ontario +0.265224 geology_html_2969292187 geology_html_2969292187:304:28051:28059 Michigan Pakistan +0.471505 aapg_af_436.html aapg_af_436.html:350:42716:42723 Chemung Chemung, New York +0.238326 cspg_html_6116883777 cspg_html_6116883777:837:106965:106990 Bathurst Bathurst Island (Northern Territory) +0.493387 cspg_html_5810500722 cspg_html_5810500722:49:7406:7414 Columbia Lacombe, Alberta +0.502178 aapg_ah_782.html aapg_ah_782.html:420:37037:37045 Wolfcamp Wichita, Kansas +0.265144 aapg_aa_24.html aapg_aa_24.html:43:4892:4897 Yukon Canada +0.51636 aapg_ae_37.html aapg_ae_37.html:99:11067:11075 Colorado Denver +0.26235 aapg_ad_260.html aapg_ad_260.html:28:2698:2707 Queenston Cayuga County, New York +0.484295 cspg_html_9435196958 cspg_html_9435196958:1375:57872:57890 Edmonton Lacombe, Alberta +0.25857 cspg_html_8371777215 cspg_html_8371777215:33:4406:4414 Columbia Lacombe, Alberta +0.887075 aapg_ad_880.html aapg_ad_880.html:644:61971:61989 Sundance Cheyenne, Wyoming +0.259032 gsa_html_4650354985 gsa_html_4650354985:1265:101554:101593 Maroon Colorado +0.502208 aapg_ae_959.html aapg_ae_959.html:1748:125265:125279 Hess San Angelo, Texas +0.454175 aapg_ac_612.html aapg_ac_612.html:505:44753:44761 Colorado Colorado +0.842625 sedimentology_html_2319942817 sedimentology_html_2319942817:792:61783:61826 Green River Logan, Utah +0.2688 gsa_html_1024107776 gsa_html_1024107776:910:90852:90873 Mauch Chunk Pottsville, Pennsylvania +0.250488 aapg_ae_871.html aapg_ae_871.html:352:56961:56986 Riding Mountain Manitoba +0.444258 aapg_ai_578.html aapg_ai_578.html:42:4588:4601 Oquirrh Boise, Idaho +0.259844 aapg_ad_691.html aapg_ad_691.html:87:10269:10283 Weno McLennan County, Texas +0.265221 cspg_html_7412849391 cspg_html_7412849391:6:324:343 Frenchman Edmonton, London +0.251968 aapg_ah_871.html aapg_ah_871.html:788:74330:74347 Black River Montreal +0.398352 aapg_ah_96.html aapg_ah_96.html:488:57083:57102 Maquoketa Iowa +0.865818 palaios_html_3693905739 palaios_html_3693905739:460:36806:36825 Greenhorn Black Hills +0.47571 sedimentology_html_7399126879 sedimentology_html_7399126879:2420:114969:114992 Keeler Canyon California +0.26163 cspg_html_1654370716 cspg_html_1654370716:41:4160:4173 Parry Islands Western world +0.265698 aapg_ah_828.html aapg_ah_828.html:518:49399:49418 Smackover Logan, Utah +0.275624 gsa_html_8774590177 gsa_html_8774590177:728:70280:70308 Green River Iran +0.243542 AMJC_html_5421639085 AMJC_html_5421639085:410:42964:42981 Loch Raven Schist Sykesville, Maryland +0.76046 aapg_ah_143.html aapg_ah_143.html:306:27613:27647 Beaverhill Swan Hill, Victoria +0.456896 aapg_ae_17.html aapg_ae_17.html:145:17817:17823 Sonora Arizona +0.477617 aapg_aa_240.html aapg_aa_240.html:226:15802:15810 Michigan Ohio +0.249428 palaios_html_8113714689 palaios_html_8113714689:75:7595:7603 Au Train Munising, Michigan +0.4966 gsa_html_4740178746 gsa_html_4740178746:943:90606:90634 Green River Colorado +0.498015 jgeology_html_8406118991 jgeology_html_8406118991:112:7953:7961 Columbia Victoria, British Columbia +0.441702 aapg_ai_958.html aapg_ai_958.html:305:26354:26361 Reynosa Texas +0.26418 cspg_html_8915218033 cspg_html_8915218033:293:30346:30357 Livingstone Lacombe, Alberta +0.258885 cspg_html_1825053011 cspg_html_1825053011:107:15011:15031 Phosphoria Logan, Utah +0.178797 aapg_ah_48.html aapg_ah_48.html:136:15981:15997 Inyan Kara Denver +0.489984 jgeology_html_7189790958 jgeology_html_7189790958:156:12357:12365 Syracuse Kingston, Jamaica +0.24017 aapg_aa_736.html aapg_aa_736.html:156:14152:14160 Michigan Ohio +0.269325 aapg_ae_605.html aapg_ae_605.html:201:25379:25387 Traverse Antrim, County Antrim +0.500388 gsa_html_1024107776 gsa_html_1024107776:892:89502:89522 Boss Point New Brunswick, New Jersey +0.491008 aapg_ai_136.html aapg_ai_136.html:216:15826:15850 Smackover Shreveport, Louisiana +0.255955 aapg_aa_735.html aapg_aa_735.html:85:7659:7665 Warsaw Illinois +0.510663 aapg_af_964.html aapg_af_964.html:661:68780:68798 Cardium Lacombe, Alberta +0.492218 aapg_ae_6.html aapg_ae_6.html:193:23185:23195 Georgetown Buda, Texas +0.86278 cspg_html_9119878068 cspg_html_9119878068:78:10035:10044 Waterways Swan Hill, Victoria +0.484272 cspg_html_8915218033 cspg_html_8915218033:253:24543:24563 Mount Head Illinois +0.251715 gsa_html_1826402027 gsa_html_1826402027:846:89756:89765 Flagstaff Arizona +0.8451 aapg_ac_741.html aapg_ac_741.html:20:3522:3539 White River Sharon Springs, Kansas +0.271405 gsa_html_9207276905 gsa_html_9207276905:397:36550:36558 Columbia Lacombe, Alberta +0.476046 aapg_ai_352.html aapg_ai_352.html:305:23401:23411 Kinderhook Chattanooga, Tennessee +0.26462 palaios_html_4223976574 palaios_html_4223976574:13:764:774 San Marcos Lima, Ohio +0.24139 cspg_html_9142742810 cspg_html_9142742810:676:65363:65380 Elk Lacombe, Alberta +0.273045 aapg_ae_383.html aapg_ae_383.html:192:17211:17232 Prairie Texas +0.870489 cspg_html_4348111624 cspg_html_4348111624:148:23320:23342 Winnipegosis Manitoba +0.49601 aapg_ac_908.html aapg_ac_908.html:3:433:439 Provo Middle East +0.24327 aapg_ae_874.html aapg_ae_874.html:463:41957:41975 Woodbine Northeast Texas +0.297498 aapg_af_18.html aapg_af_18.html:48:6439:6445 Dakota Black Hills +0.496491 gsa_html_6967102683 gsa_html_6967102683:869:73652:73662 Washington Boise, Idaho +0.263153 aapg_ad_440.html aapg_ad_440.html:135:13278:13286 Maccrady Huntington, West Virginia +0.2625 cspg_html_2208643572 cspg_html_2208643572:48:7261:7269 Columbia Lacombe, Alberta +0.480537 aapg_ac_440.html aapg_ac_440.html:475:59362:59370 Virginia Reston, Virginia +0.498122 aapg_ah_859.html aapg_ah_859.html:370:35978:35984 Midway Mississippi River +0.262416 cspg_html_4143222666 cspg_html_4143222666:96:13082:13100 Lea Park Regina, Saskatchewan +0.25636 aapg_ad_757.html aapg_ad_757.html:8:1177:1184 Decorah Black River, Jamaica +0.258055 gsa_html_8740218609 gsa_html_8740218609:99:9696:9713 Laurel Sykesville, Maryland +0.482724 palaios_html_2644042510 palaios_html_2644042510:590:46615:46633 Mercedes Uruguay +0.480916 aapg_ae_63.html aapg_ae_63.html:122:13701:13713 Water Canyon Logan, Utah +0.262654 aapg_ae_777.html aapg_ae_777.html:49:6251:6257 Sandia Sandia-Manzano Mountains +0.473838 aapg_ai_52.html aapg_ai_52.html:76:10720:10739 Etchegoin Great Valley, New York +0.260952 aapg_aa_684.html aapg_aa_684.html:198:19385:19402 Thaynes Cheyenne, Wyoming +0.237584 aapg_af_575.html aapg_af_575.html:1078:156398:156404 Dockum Texas +0.246012 aapg_ae_777.html aapg_ae_777.html:597:66672:66696 Arroyo Sangre de Cristo Range +0.4704 aapg_ac_972.html aapg_ac_972.html:201:23764:23770 Sierra Kings City +0.46207 aapg_ae_104.html aapg_ae_104.html:130:14475:14481 Madrid Spain +0.246402 cspg_html_2013109828 cspg_html_2013109828:129:22297:22314 Jubilee Bear Lake, Michigan +0.267624 aapg_ai_364.html aapg_ai_364.html:48:6616:6626 Pottsville Allegheny Mountains +0.489149 aapg_af_854.html aapg_af_854.html:903:128015:128034 Aux Vases Monroe County, Florida +0.22971 cspg_html_3447886929 cspg_html_3447886929:536:63063:63070 Moncton Cumberland, Maryland +0.258039 aapg_ac_221.html aapg_ac_221.html:255:31592:31599 Repetto Ventura County, California +0.254478 gsa_html_5295695236 gsa_html_5295695236:1254:124490:124498 Colorado Littleton, Colorado +0.334719 aapg_ae_999.html aapg_ae_999.html:74:11696:11715 Paynes Hammock Mississippi River +0.50128 cspg_html_3762708087 cspg_html_3762708087:40:5278:5295 Viking Bow Island Airport +0.265125 sedimentology_html_6714245905 sedimentology_html_6714245905:735:52808:52813 Price Alabama +0.49162 gsa_html_8398449001 gsa_html_8398449001:643:52072:52082 Bear River Bear Lake, Michigan +0.678291 aapg_aa_105.html aapg_aa_105.html:633:67502:67510 Waterton Pincher Creek, Alberta +0.274135 aapg_ai_583.html aapg_ai_583.html:259:32406:32423 Rierdon Black Hills +0.866472 aapg_ad_683.html aapg_ad_683.html:719:71118:71151 Moenkopi Hermosa, Chicago +0.489345 gsa_html_8892887494 gsa_html_8892887494:29:2796:2824 Green River Colorado +0.258505 aapg_ac_634.html aapg_ac_634.html:282:32952:32955 Abo New Mexico +0.25948 aapg_af_479.html aapg_af_479.html:560:59662:59678 Jalama San Miguel Island, Albay +0.47311 sedimentology_html_1574151857 sedimentology_html_1574151857:1545:108556:108566 Washington Washington (state) +0.499395 aapg_af_131.html aapg_af_131.html:270:25951:25971 Dewey Lake Delaware +0.482924 geology_html_5465889818 geology_html_5465889818:283:27197:27205 Colorado North Atlantic Current +0.495378 sedimentology_html_3455721661 sedimentology_html_3455721661:645:47261:47278 Entrada Colorado +0.26316 aapg_ah_972.html aapg_ah_972.html:699:72272:72281 Vicksburg East Texas +0.476844 aapg_af_887.html aapg_af_887.html:72:7201:7213 Belle Plains Wichita, Kansas +0.259588 cspg_html_4257076625 cspg_html_4257076625:653:74198:74209 Bison Creek Lacombe, Alberta +0.242284 aapg_ai_350.html aapg_ai_350.html:64:6995:6998 Ada Pauls Valley, Oklahoma +0.242556 aapg_af_975.html aapg_af_975.html:105:16521:16529 Colorado Colorado +0.262636 cspg_html_3766007701 cspg_html_3766007701:245:31880:31889 Cold Lake Canada +0.254829 gsa_html_7102550258 gsa_html_7102550258:351:39587:39604 Wanakah New Mexico +0.48355 cspg_html_1019614994 cspg_html_1019614994:367:59967:59986 Big Valley Williston Basin +0.474447 gsa_html_2023933346 gsa_html_2023933346:1266:116904:116913 Extension California +0.269724 aapg_ah_978.html aapg_ah_978.html:222:22804:22819 Etchegoin San Joaquin River +0.493218 gsa_html_1860930948 gsa_html_1860930948:800:78508:78536 Green River New Mexico +0.464198 cspg_html_4132771434 cspg_html_4132771434:183:26353:26367 Woodbend Lacombe, Alberta +0.27196 cspg_html_8174352156 cspg_html_8174352156:30:3529:3541 Sustut Arctic Cordillera +0.49608 aapg_ah_943.html aapg_ah_943.html:345:49322:49330 Columbia Victoria, British Columbia +0.492032 palaios_html_6113029986 palaios_html_6113029986:383:35329:35350 Green River Colorado +0.88784 gsa_html_5773931818 gsa_html_5773931818:658:69745:69757 Medicine Bow Laramie, Wyoming +0.257535 sedimentology_html_8006979411 sedimentology_html_8006979411:1291:97791:97806 Mesaverde Colorado +0.255987 jgeology_html_2096356306 jgeology_html_2096356306:382:36141:36147 Antler Sevier orogeny +0.414834 aapg_af_486.html aapg_af_486.html:355:37466:37489 West Foreland McArthur River uranium mine +0.49543 aapg_af_879.html aapg_af_879.html:795:76032:76050 Wolfcamp Texas +0.264654 gsa_html_3586844705 gsa_html_3586844705:13:613:626 Santa Barbara California +0.231136 aapg_ai_249.html aapg_ai_249.html:1064:133043:133060 Esquias Honduras +0.260036 cspg_html_9275863663 cspg_html_9275863663:1040:135657:135682 Beaverhill Canada +0.256032 gsa_html_8863489299 gsa_html_8863489299:999:99156:99161 Crete Greece +0.481005 geology_html_6695637881 geology_html_6695637881:11:518:530 Rhode Island Newport, Rhode Island +0.49348 cspg_html_3104351736 cspg_html_3104351736:5:210:228 Foremost Southern Alberta +0.25245 palaios_html_8927335141 palaios_html_8927335141:709:67911:67921 Washington Washington (state) +0.478225 aapg_af_789.html aapg_af_789.html:56:7942:7950 Monterey New Scotland, New York +0.686504 aapg_ae_253.html aapg_ae_253.html:122:15090:15095 Sligo Ruston, Louisiana +0.504751 palaios_html_1018466366 palaios_html_1018466366:905:104275:104299 Cold Lake Lacombe, Alberta +0.500544 aapg_ae_445.html aapg_ae_445.html:72:5887:5902 Tuscaloosa Tuscaloosa, Alabama +0.236195 aapg_af_90.html aapg_af_90.html:163:24728:24744 Noonday Dolomite Death Valley +0.474422 AMJC_html_6755612993 AMJC_html_6755612993:112:13762:13769 Norfolk Washington (state) +0.492184 aapg_ad_466.html aapg_ad_466.html:1173:125159:125166 Matawan Virginia +0.258332 aapg_aa_844.html aapg_aa_844.html:548:51920:51928 Virginia Virginia +0.261626 aapg_ah_318.html aapg_ah_318.html:1244:125299:125322 Cotton Valley Arkansas +0.275301 aapg_ae_537.html aapg_ae_537.html:987:114816:114837 Green River Colorado +0.239058 aapg_ae_892.html aapg_ae_892.html:8:1256:1269 Abo Sacramento Mountains (California) +0.26265 geology_html_8727652212 geology_html_8727652212:310:28609:28613 Hall London, Ontario +0.443992 aapg_ai_49.html aapg_ai_49.html:497:64340:64345 Supai Hartville, Missouri +0.467232 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120445:120453 Colorado Logan, Utah +0.371061 palaios_html_7679079277 palaios_html_7679079277:1070:90810:90828 Sundance Cheyenne, Wyoming +0.258757 aapg_af_471.html aapg_af_471.html:253:29800:29809 Hartselle Illinois +0.257033 cspg_html_5891044027 cspg_html_5891044027:393:77072:77087 Altyn Mississippi River +0.251502 aapg_ah_644.html aapg_ah_644.html:506:52292:52304 Saskatchewan Regina, Saskatchewan +0.269838 aapg_ai_592.html aapg_ai_592.html:172:27716:27727 White River Logan, Utah +0.493908 aapg_af_628.html aapg_af_628.html:233:23041:23057 Bethel Illinois +0.45125 aapg_ah_505.html aapg_ah_505.html:544:41371:41388 Madison Brainerd, Minnesota +0.225589 gsa_html_5851281923 gsa_html_5851281923:108:9756:9775 Chumstick Western world +0.247955 cspg_html_5450075884 cspg_html_5450075884:578:66449:66461 Saskatchewan Regina, Saskatchewan +0.480636 aapg_af_896.html aapg_af_896.html:132:13045:13057 Percha Ouray, Colorado +0.497034 cspg_html_4287356899 cspg_html_4287356899:4639:446840:446854 Assistance Melville Island (Canada) +0.258055 aapg_af_486.html aapg_af_486.html:61:7839:7857 Chinitna Middle East +0.518742 aapg_ah_646.html aapg_ah_646.html:350:41744:41762 Moenkopi San Rafael Swell +0.255955 cspg_html_7457399958 cspg_html_7457399958:246:32195:32204 Hecla Bay Middle East +0.502603 cspg_html_5358383351 cspg_html_5358383351:701:90508:90521 Windsor Bridgetown, Nova Scotia +0.259032 gsa_html_5215388101 gsa_html_5215388101:57:3930:3938 Colorado Virginia +0.254464 aapg_ad_152.html aapg_ad_152.html:1775:229789:229805 Toroweap Kaibab, Arizona +0.480255 gsa_html_2509147847 gsa_html_2509147847:847:88439:88467 Green River Colorado +0.48096 aapg_ae_876.html aapg_ae_876.html:122:13133:13141 Colorado Logan, Utah +0.49728 aapg_aa_147.html aapg_aa_147.html:17:2819:2828 Red River Regina, Saskatchewan +0.247504 aapg_aa_287.html aapg_aa_287.html:256:30715:30737 Colorado Colorado +0.27092 cspg_html_3618628685 cspg_html_3618628685:82:10834:10851 Livingstone Moose Mountain (Alberta) +0.261057 cspg_html_5123757551 cspg_html_5123757551:41:4918:4936 Edmonton Edmonton, London +0.487786 geology_html_6428626640 geology_html_6428626640:12:611:619 Victoria Victoria, British Columbia +0.270231 palaios_html_8950546356 palaios_html_8950546356:453:41238:41271 Morrison New Mexico +0.275561 gsa_html_6869840610 gsa_html_6869840610:847:62137:62167 Lodgepole Boise, Idaho +0.272468 aapg_ae_5.html aapg_ae_5.html:184:21100:21104 Earp Guadalupe Mountains National Park +0.49179 aapg_ae_905.html aapg_ae_905.html:140:14350:14370 Grove Bedford, Massachusetts +0.487956 cspg_html_8568877195 cspg_html_8568877195:11:1515:1526 Belly River Lacombe, Alberta +0.275481 aapg_af_436.html aapg_af_436.html:138:15366:15390 Venango Pleasantville, Venango County, Pennsylvania +0.37926 aapg_ac_569.html aapg_ac_569.html:80:12018:12038 Emma Fiord Ellesmere Island +0.252862 gsa_html_7020634397 gsa_html_7020634397:417:33967:33989 Nation River Anchorage, Alaska +0.259081 cspg_html_9924397126 cspg_html_9924397126:1513:163404:163408 Ross Stroudsburg, Pennsylvania +0.744342 cspg_html_7028413504 cspg_html_7028413504:261:36443:36449 Exshaw Regina, Saskatchewan +0.241032 gsa_html_1217771406 gsa_html_1217771406:15:786:794 Colorado Denver +0.267285 palaios_html_5184377205 palaios_html_5184377205:1058:79288:79293 Tampa Rotterdam +0.04065 aapg_aa_22.html aapg_aa_22.html:294:28320:28339 Red River Manitoba +0.272 aapg_ah_134.html aapg_ah_134.html:128:10337:10347 Tuscaloosa Paluxy, Texas +0.26156 aapg_ah_61.html aapg_ah_61.html:708:71360:71376 Shunda Lacombe, Alberta +0.257048 gsa_html_7214330928 gsa_html_7214330928:525:49312:49321 Claremont San Jacinto, California +0.257536 gsa_html_4557277250 gsa_html_4557277250:209:22196:22212 Fish Canyon Tuff Carmel, Indiana +0.253008 cspg_html_2083823293 cspg_html_2083823293:577:61383:61401 Kootenay Canada +0.25365 aapg_ai_28.html aapg_ai_28.html:468:45086:45094 Beaumont Beaumont, Texas +0.491236 aapg_ae_424.html aapg_ae_424.html:120:14288:14296 Michigan New Mexico +0.264171 sedimentology_html_7553974053 sedimentology_html_7553974053:1305:114093:114111 Monterey Compton, California +0.426322 aapg_ai_592.html aapg_ai_592.html:343:55426:55447 Green River Uinta Mountains +0.48768 cspg_html_9867228130 cspg_html_9867228130:50:7339:7347 Michigan Ontario, California +0.259248 aapg_ad_880.html aapg_ad_880.html:433:44200:44218 Sundance Black Hills +0.248985 aapg_aa_702.html aapg_aa_702.html:1819:166191:166201 Pine Point Canada +0.241065 aapg_ai_469.html aapg_ai_469.html:197:21036:21057 Beaverhill Lacombe, Alberta +0.243536 gsa_html_9603601502 gsa_html_9603601502:758:55949:55969 Lac Croche Western world +0.36525 cspg_html_5376629375 cspg_html_5376629375:526:54055:54083 Lockatong Closter, New Jersey +0.488735 gsa_html_6221700050 gsa_html_6221700050:936:83703:83711 Colorado Denver +0.526355 aapg_ae_610.html aapg_ae_610.html:335:27044:27064 San Andres New Mexico +0.49632 cspg_html_4727171280 cspg_html_4727171280:94:10753:10770 Bearpaw Drumheller +0.478 gsa_html_5928791685 gsa_html_5928791685:99:9612:9630 Westboro Middlesex Fells Reservation Parkways +0.48132 aapg_ad_152.html aapg_ad_152.html:1692:217764:217787 Garden Valley Diamond Springs, California +0.84455 gsa_html_2989317971 gsa_html_2989317971:175:21168:21195 Columbia Atlantic salmon +0.26988 gsa_html_6038465409 gsa_html_6038465409:663:58132:58140 Michigan Bloomington, Indiana +0.362849 aapg_ae_35.html aapg_ae_35.html:89:8544:8559 Uinta Wasatch Range +0.25449 cspg_html_5740360566 cspg_html_5740360566:392:39865:39897 Grosmont Canada +0.459208 aapg_aa_124.html aapg_aa_124.html:581:59799:59819 Bow Island Bow Island Airport +0.26418 aapg_ac_508.html aapg_ac_508.html:292:23040:23049 Littleton Colorado +0.27507 aapg_ae_341.html aapg_ae_341.html:118:12450:12457 Rodessa Paluxy, Texas +0.255528 gsa_html_6330913937 gsa_html_6330913937:986:89792:89798 Oregon San Jacinto, California +0.466565 gsa_html_7195000001 gsa_html_7195000001:595:88203:88223 Chickaloon Anchorage, Alaska +0.261105 aapg_ac_807.html aapg_ac_807.html:762:75251:75263 Castle Hayne Dorchester County, Maryland +0.515632 aapg_ah_600.html aapg_ah_600.html:143:11632:11645 Woodbine Bethel, Alaska +0.256 palaios_html_6057846631 palaios_html_6057846631:313:31864:31878 Toad Lacombe, Alberta +0.249428 gsa_html_2832151886 gsa_html_2832151886:248:18037:18045 Columbia Lacombe, Alberta +0.258516 gsa_html_3010975239 gsa_html_3010975239:358:44845:44852 Saginaw Michigan +0.246402 gsa_html_2848131029 gsa_html_2848131029:18:813:819 Oxford Ohio +0.3665 aapg_ac_414.html aapg_ac_414.html:168:19536:19553 Gerster Reno, Nevada +0.487622 aapg_af_575.html aapg_af_575.html:170:22730:22738 Wilberns Texas +0.249001 jgeology_html_8406118991 jgeology_html_8406118991:196:18308:18313 Yukon Victoria, British Columbia +0.24647 cspg_html_1004940981 cspg_html_1004940981:46:7988:8003 Melville Island Ellesmere Island +0.269352 aapg_aa_735.html aapg_aa_735.html:89:8270:8276 Borden Fort Payne, Alabama +0.240296 cspg_html_3772380029 cspg_html_3772380029:528:66545:66569 Stony Mountain Manitoba +0.25653 gsa_html_4308966435 gsa_html_4308966435:1115:110420:110444 Cedar Mountain Logan, Utah +0.502232 aapg_af_182.html aapg_af_182.html:32:5395:5414 Greenhorn Niobrara, Nebraska +0.4835 palaios_html_3742758359 palaios_html_3742758359:674:50931:50962 Navajo Logan, Utah +0.490941 aapg_ae_777.html aapg_ae_777.html:98:11961:11990 Espiritu Santo New Mexico +0.263472 aapg_ae_315.html aapg_ae_315.html:27:3592:3604 Quimbys Mill Western world +0.500065 aapg_ac_575.html aapg_ac_575.html:425:64682:64710 Phosphoria Cheyenne, Wyoming +0.481418 aapg_ae_3.html aapg_ae_3.html:695:63967:63985 Chainman Logan, Utah +0.261117 aapg_ac_333.html aapg_ac_333.html:1215:145416:145431 Elephant Canyon Colorado +0.460798 geology_html_7458357361 geology_html_7458357361:66:6265:6271 Denver Colorado +0.263592 cspg_html_1025724640 cspg_html_1025724640:540:67755:67772 Oxford Brockville +0.256011 AMJC_html_7872796695 AMJC_html_7872796695:530:44687:44715 Laurentian Ottawa, Kansas +0.489538 sedimentology_html_1350909813 sedimentology_html_1350909813:28:1825:1835 Washington Seattle +0.248976 aapg_ae_467.html aapg_ae_467.html:590:46342:46349 Bentley Kawkawlin River +0.492618 aapg_af_897.html aapg_af_897.html:56:7075:7084 Allegheny Hartville, Missouri +0.497466 gsa_html_7635660482 gsa_html_7635660482:505:44211:44229 Morrison Kingdom of Asturias +0.272934 aapg_ad_602.html aapg_ad_602.html:121:10757:10762 Viola Clark County, Indiana +0.48514 cspg_html_5571549823 cspg_html_5571549823:17:2262:2277 Alexo Western world +0.718707 aapg_ah_528.html aapg_ah_528.html:469:49906:49914 Moenkopi Logan, Utah +0.441693 aapg_ae_144.html aapg_ae_144.html:312:20742:20759 Bedford New Brunswick, New Jersey +0.249488 palaios_html_7337635857 palaios_html_7337635857:755:86294:86298 Hall London, Ontario +0.243936 gsa_html_6776685506 gsa_html_6776685506:84:10417:10437 Tonoloway Helderberg +0.484946 aapg_ad_280.html aapg_ad_280.html:20:2905:2924 Cotton Valley Haynesville, Louisiana +0.484188 gsa_html_4181975259 gsa_html_4181975259:885:78529:78557 Green River Colorado +0.252004 sedimentology_html_2601136107 sedimentology_html_2601136107:1451:89179:89197 Tansill New Mexico +0.250318 aapg_ak_4.html aapg_ak_4.html:211:24096:24106 Santa Cruz Altiplano +0.200412 gsa_html_8152640301 gsa_html_8152640301:733:70009:70025 Naknek Talkeetna Mountains +0.261021 geology_html_1471624911 geology_html_1471624911:135:9606:9618 Owens Valley Hunter Mountain (ski area) +0.499155 aapg_af_575.html aapg_af_575.html:1228:176393:176401 Nacatoch Shreveport, Louisiana +0.487227 geology_html_6832567545 geology_html_6832567545:11:577:585 Colorado Rochester, Kent +0.473144 gsa_html_4385238876 gsa_html_4385238876:802:81859:81864 Yukon Anchorage, Alaska +0.488566 aapg_aa_264.html aapg_aa_264.html:127:14268:14274 Salina Michigan +0.25347 aapg_ae_905.html aapg_ae_905.html:147:15282:15299 Hanover Illinois +0.457504 AMJC_html_4504848787 AMJC_html_4504848787:551:54918:54955 Mechum River Blue Ridge Mountains +0.254881 gsa_html_5773604426 gsa_html_5773604426:1061:83933:83955 Smackover Shreveport, Louisiana +0.483492 aapg_ai_975.html aapg_ai_975.html:892:71344:71362 Kiamichi Lee County, Alabama +0.268842 gsa_html_3014459865 gsa_html_3014459865:204:22108:22127 Pensauken The Carolinas +0.257556 cspg_html_4165571187 cspg_html_4165571187:310:33208:33216 Columbia Victoria, British Columbia +0.281418 AMJC_html_1873062106 AMJC_html_1873062106:265:37584:37590 Dakota Mogollon, New Mexico +0.4864 gsa_html_8010927234 gsa_html_8010927234:340:27737:27763 Rangeley Greenvale, New York +0.687126 aapg_ah_536.html aapg_ah_536.html:569:75535:75552 Rodessa County Sligo +0.239931 aapg_ad_660.html aapg_ad_660.html:405:53044:53061 Tansill Nashville Basin +0.492862 gsa_html_3014459865 gsa_html_3014459865:563:62672:62691 Pensauken Closter, New Jersey +0.430899 aapg_ac_251.html aapg_ac_251.html:129:16892:16908 Lakota Greenville, Westchester County, New York +0.516304 sedimentology_html_6128837615 sedimentology_html_6128837615:510:39648:39656 San Jose Asheville, North Carolina +0.260608 gsa_html_5924250698 gsa_html_5924250698:1014:96194:96215 White River Cheyenne, Wyoming +0.460656 gsa_html_1266138577 gsa_html_1266138577:478:42325:42331 Monola Salinas Valley +0.343443 aapg_ae_660.html aapg_ae_660.html:601:53633:53653 Smackover Mississippi River +0.274567 gsa_html_1914392923 gsa_html_1914392923:827:86815:86843 Green River Iran +0.35541 cspg_html_6383234409 cspg_html_6383234409:591:62066:62092 Strathcona Fiord Ellesmere Island +0.554332 aapg_aa_426.html aapg_aa_426.html:156:34771:34795 Smackover Haynesville, Louisiana +0.252888 cspg_html_8247666269 cspg_html_8247666269:319:39122:39130 Columbia Lacombe, Alberta +0.2667 cspg_html_9720041449 cspg_html_9720041449:1138:135547:135563 Ireton Lacombe, Alberta +0.49022 aapg_aa_4.html aapg_aa_4.html:67:8335:8348 Genesee Genesee County, Michigan +0.25917 aapg_ad_152.html aapg_ad_152.html:1631:209289:209294 Loray Gold Hill, Colorado +0.277533 gsa_html_7193789775 gsa_html_7193789775:708:72369:72384 Mesaverde Uinta Mountains +0.255972 sedimentology_html_2289609606 sedimentology_html_2289609606:444:22773:22783 Rio Grande Fulton, Missouri +0.915749 aapg_aa_23.html aapg_aa_23.html:232:25405:25423 Winnipeg Lake Winnipeg +0.259045 aapg_af_663.html aapg_af_663.html:349:36010:36016 Laredo Grundy County, Tennessee +0.48348 aapg_aa_626.html aapg_aa_626.html:177:19774:19793 Patapsco Maryland +0.52138 aapg_ac_253.html aapg_ac_253.html:11:2220:2238 Edgewood Illinois +0.257049 cspg_html_8532932475 cspg_html_8532932475:50:7607:7624 Bluesky Willapa Bay +0.46762 sedimentology_html_5790579982 sedimentology_html_5790579982:714:60799:60803 Hall London, Ontario +0.247005 aapg_ac_366.html aapg_ac_366.html:457:45228:45236 Virginia Virginia +0.47846 aapg_aa_190.html aapg_aa_190.html:593:56703:56709 Herald West Texas +0.263169 aapg_af_653.html aapg_af_653.html:852:95316:95323 Temblor California +0.257556 cspg_html_8213243928 cspg_html_8213243928:219:29189:29194 Price Canada +0.250194 gsa_html_1536819908 gsa_html_1536819908:20:928:941 Edna Mountain Reno, Nevada +0.475132 jgeology_html_2051911211 jgeology_html_2051911211:244:13951:13968 Mendenhall Gneiss San Gabriel Valley +0.507 aapg_ac_190.html aapg_ac_190.html:45:9182:9203 Ludlowville Skaneateles (village), New York +0.497904 gsa_html_8499611670 gsa_html_8499611670:1038:95614:95642 Green River New Mexico +0.253402 aapg_ae_709.html aapg_ae_709.html:617:68471:68479 Phillips Logan, Utah +0.251412 sedimentology_html_1568456861 sedimentology_html_1568456861:1073:83867:83887 Toro Chile +0.25376 aapg_ad_379.html aapg_ad_379.html:624:50840:50856 Navajo Cheyenne, Wyoming +0.25948 aapg_ac_689.html aapg_ac_689.html:74:8615:8621 Denver Jefferson County, Colorado +0.452466 aapg_ad_327.html aapg_ad_327.html:423:47012:47018 Sierra Mexico +0.904972 aapg_ah_49.html aapg_ah_49.html:61:7494:7501 Castaic Saugus, Massachusetts +0.23859 geology_html_3540687255 geology_html_3540687255:220:21230:21239 Extension England +0.488652 cspg_html_6514903151 cspg_html_6514903151:21:2618:2626 Kaskapau Lacombe, Alberta +0.446985 gsa_html_5952049575 gsa_html_5952049575:844:81599:81616 Wasatch Sweetwater, Miami-Dade County, Florida +0.481874 gsa_html_3150321506 gsa_html_3150321506:163:22168:22176 Virginia Delmarva Peninsula +0.254961 aapg_ac_63.html aapg_ac_63.html:139:13296:13305 Smackover Haynesville, Louisiana +0.2756 aapg_ae_319.html aapg_ae_319.html:449:37267:37278 Skull Creek Uinta Mountains +0.484615 cspg_html_1433606781 cspg_html_1433606781:6:446:451 Banff Bow River +0.242949 jgeology_html_8494933343 jgeology_html_8494933343:586:43530:43549 Bidahochi Arizona +0.48654 sedimentology_html_3907918417 sedimentology_html_3907918417:1205:110883:110902 Kaskapau Lacombe, Alberta +0.43708 cspg_html_9236194363 cspg_html_9236194363:48:5174:5193 Waterways Lacombe, Alberta +0.35623 cspg_html_7963093032 cspg_html_7963093032:67:9107:9126 Crowsnest Crowsnest Pass, Alberta +0.490158 aapg_ai_975.html aapg_ai_975.html:286:28067:28087 Sligo East Texas +0.88224 aapg_ai_52.html aapg_ai_52.html:53:7428:7436 Monterey Maricopa, Arizona +0.254178 sedimentology_html_7399126879 sedimentology_html_7399126879:1844:90041:90057 Brazil Bloomington, Indiana +0.256149 aapg_aa_684.html aapg_aa_684.html:348:32981:32994 Chinle Arizona +0.245 gsa_html_5495469347 gsa_html_5495469347:611:55819:55844 Maroon Kentucky +0.493506 aapg_ah_165.html aapg_ah_165.html:589:58974:58986 Saskatchewan Ottawa, Kansas +0.25296 AMJC_html_7278640698 AMJC_html_7278640698:614:79655:79663 Columbia Fulton, Missouri +0.252464 cspg_html_3883962749 cspg_html_3883962749:45:7218:7227 Athabasca Lacombe, Alberta +0.26163 cspg_html_3065473572 cspg_html_3065473572:63:9050:9071 Lawrence Middle Ordovician +0.25542 cspg_html_3740794265 cspg_html_3740794265:32:4019:4027 Columbia Victoria, British Columbia +0.483108 aapg_ae_643.html aapg_ae_643.html:192:22589:22596 Bedford Bath, Somerset +0.483616 aapg_af_854.html aapg_af_854.html:1402:204296:204304 Richland Wabash River +0.26469 gsa_html_3014459865 gsa_html_3014459865:199:20951:20970 Pensauken Kingston, Jamaica +0.5044 cspg_html_9843429624 cspg_html_9843429624:31:4413:4421 Columbia Victoria, British Columbia +0.50424 cspg_html_1222040397 cspg_html_1222040397:353:47405:47410 Nonda Rocky Mountains +0.4653 aapg_ah_505.html aapg_ah_505.html:1881:149199:149207 Colorado Colorado +0.466785 cspg_html_5438428738 cspg_html_5438428738:290:38252:38271 Rabbit Lake Wollaston (Quincy, Massachusetts) +0.253006 aapg_ah_421.html aapg_ah_421.html:257:21570:21576 Denver Lacombe, Alberta +0.501984 gsa_html_8794167975 gsa_html_8794167975:19:940:948 Victoria Victoria, British Columbia +0.50233 geology_html_3902389514 geology_html_3902389514:206:17800:17828 Christopher Canada +0.262023 cspg_html_9768299963 cspg_html_9768299963:19:2434:2451 Wapiti Lacombe, Alberta +0.25844 cspg_html_5541937700 cspg_html_5541937700:937:111775:111791 Viking Central Alberta +0.495824 aapg_ai_54.html aapg_ai_54.html:125:13727:13737 Tuscaloosa Lauderdale County, Tennessee +0.251979 cspg_html_7330983978 cspg_html_7330983978:746:60985:61021 Debolt Victoria, British Columbia +0.518805 aapg_ad_469.html aapg_ad_469.html:33:3927:3932 Atoka Atoka, Oklahoma +0.256905 gsa_html_1860930948 gsa_html_1860930948:704:71620:71628 Ogallala Lubbock, Texas +0.275336 aapg_aa_702.html aapg_aa_702.html:78:57288:57310 Winnipegosis Williston, Vermont +0.242949 gsa_html_9095677084 gsa_html_9095677084:752:65214:65220 Sierra Spain +0.365268 cspg_html_7138604143 cspg_html_7138604143:769:74475:74492 Nansen Ellesmere Island +0.265224 cspg_html_3008414459 cspg_html_3008414459:415:55269:55286 Cardium Lacombe, Alberta +0.46436 aapg_aa_590.html aapg_aa_590.html:7:630:637 Yucatan Campeche, Campeche +0.491232 gsa_html_3590020600 gsa_html_3590020600:730:57957:57985 Green River Colorado +0.265221 aapg_ah_696.html aapg_ah_696.html:385:55177:55187 Washington Washington (state) +0.48692 sedimentology_html_1280732031 sedimentology_html_1280732031:27:1808:1815 Norfolk Washington (state) +0.238128 sedimentology_html_6615672773 sedimentology_html_6615672773:866:50436:50440 Hall London, Ontario +0.489765 aapg_ac_316.html aapg_ac_316.html:98:10954:10962 Carlsbad Guadalupe Mountains National Park +0.499662 cspg_html_9275863663 cspg_html_9275863663:890:121080:121101 Cairn Lacombe, Alberta +0.263168 cspg_html_1611261412 cspg_html_1611261412:494:64536:64544 Columbia Victoria, British Columbia +0.261855 aapg_ad_283.html aapg_ad_283.html:431:48675:48685 San Andres New Mexico +0.250458 gsa_html_4220229801 gsa_html_4220229801:821:67634:67640 Oregon Corcoran, California +0.494 aapg_ac_451.html aapg_ac_451.html:145:15923:15940 Kaguyak Seldovia, Alaska +0.247995 aapg_ah_647.html aapg_ah_647.html:824:89047:89065 Paradise Arizona +0.467885 aapg_ae_324.html aapg_ae_324.html:908:91318:91326 Virginia Virginia +0.287528 aapg_aa_357.html aapg_aa_357.html:569:50703:50711 Moenkopi Western world +0.473304 gsa_html_4071231613 gsa_html_4071231613:635:74465:74491 Wild Sheep Creek Wallowa, Oregon +0.840633 aapg_ah_94.html aapg_ah_94.html:3:194:214 Fort Union Cheyenne, Wyoming +0.495286 sedimentology_html_8325415159 sedimentology_html_8325415159:419:32256:32265 Peninsula Bristol Bay Borough, Alaska +0.256536 jgeology_html_7979718784 jgeology_html_7979718784:258:19105:19113 Colorado Mesa, Arizona +0.264195 cspg_html_4409656292 cspg_html_4409656292:87:12328:12346 Kaskapau Vimy +0.478676 aapg_ak_101.html aapg_ak_101.html:11:1315:1321 Sonora Salvador, Bahia +0.2455 gsa_html_2989317971 gsa_html_2989317971:761:79117:79127 Twin Falls Boise, Idaho +0.25452 aapg_ad_169.html aapg_ad_169.html:14:2255:2275 Greenbrier Greenbrier (Great Smoky Mountains) +0.482377 cspg_html_5541937700 cspg_html_5541937700:557:74120:74128 Columbia Regina, Saskatchewan +0.257033 gsa_html_2729737430 gsa_html_2729737430:337:36555:36577 Huckleberry Ridge Tuff Snake River Plain (ecoregion) +0.493986 cspg_html_2803424832 cspg_html_2803424832:95:13919:13935 Blind Fiord Ellesmere Island +0.25704 geology_html_8215209306 geology_html_8215209306:307:24749:24755 Snyder California +0.593388 aapg_ai_400.html aapg_ai_400.html:71:9561:9570 Red River Mississippi River +0.252909 aapg_ad_757.html aapg_ad_757.html:340:42382:42392 Kinderhook Maquoketa, Iowa +0.256542 geology_html_3955327635 geology_html_3955327635:18:545:553 Montreal Quebec City +0.257808 cspg_html_2184091860 cspg_html_2184091860:717:63493:63528 La Vieille New Brunswick, New Jersey +0.489936 aapg_ac_333.html aapg_ac_333.html:325:43555:43570 Supai Supai, Arizona +0.4775 cspg_html_4405340534 cspg_html_4405340534:186:27213:27233 La Vieille Cape Cod +0.385263 cspg_html_9343899465 cspg_html_9343899465:1112:96752:96759 Fram Ellesmere Island +0.503649 sedimentology_html_6434577006 sedimentology_html_6434577006:1211:65388:65406 Antietam Virginia +0.048416 aapg_ad_564.html aapg_ad_564.html:41:2505:2516 Mowry Powder River Basin +0.503304 aapg_ac_730.html aapg_ac_730.html:495:71056:71064 Niobrara Niobrara, Nebraska +0.4705 aapg_ah_289.html aapg_ah_289.html:552:76883:76907 Modelo California +0.27664 aapg_ah_318.html aapg_ah_318.html:2869:235939:235962 Cotton Valley Arkansas +0.459828 sedimentology_html_1610202758 sedimentology_html_1610202758:81:7082:7087 Yukon Anchorage, Alaska +0.512316 aapg_ac_590.html aapg_ac_590.html:96:12161:12179 Ogallala Ogallala, Nebraska +0.26728 aapg_ai_11.html aapg_ai_11.html:229:28050:28064 Bonner Springs Plattsburg, Missouri +0.248976 geology_html_6592679247 geology_html_6592679247:219:21150:21158 Temporal Bergen, New Netherland +0.513816 aapg_ac_298.html aapg_ac_298.html:312:30202:30210 Waterton Carbondale, Pennsylvania +0.259875 jgeology_html_1095412310 jgeology_html_1095412310:136:7630:7648 Coeymans Helderberg +0.507064 cspg_html_9941227593 cspg_html_9941227593:33:4695:4742 Viking Regina, Saskatchewan +0.474948 aapg_ae_319.html aapg_ae_319.html:600:51187:51197 Twin Creek Boise, Idaho +0.2515 aapg_ac_520.html aapg_ac_520.html:104:10704:10723 Peninsula Greece +0.483426 geology_html_1872801559 geology_html_1872801559:13:547:554 Newport Salem, Oregon +0.258028 palaios_html_3020881733 palaios_html_3020881733:307:32333:32355 Lookingglass Salem, Oregon +0.252374 palaios_html_2623118674 palaios_html_2623118674:866:94163:94197 North Horn Logan, Utah +0.23409 palaios_html_5552054627 palaios_html_5552054627:15:642:648 Denver Colorado +0.446248 aapg_ad_466.html aapg_ad_466.html:214:27372:27378 Tinton Manasquan, New Jersey +0.480495 aapg_ae_324.html aapg_ae_324.html:502:50735:50755 Beekmantown Tellico Dam +0.292084 aapg_ae_344.html aapg_ae_344.html:97:8991:8997 Paluxy New Delhi +0.50032 aapg_aa_371.html aapg_aa_371.html:121:10213:10224 Mauch Chunk Western world +0.66045 aapg_aa_147.html aapg_aa_147.html:1036:101136:101160 Stony Mountain Manitoba +0.263168 aapg_af_653.html aapg_af_653.html:157:15457:15471 Sespe Ventura County, California +0.482832 aapg_ae_104.html aapg_ae_104.html:989:100288:100297 Worcester West Midlands (region) +0.248412 cspg_html_9683836416 cspg_html_9683836416:95:16519:16536 Belly River Lethbridge +0.49518 aapg_ad_350.html aapg_ad_350.html:564:65525:65559 Gatesburg Pennsylvania +0.48355 cspg_html_5807593737 cspg_html_5807593737:640:80590:80600 Swan Hills Lacombe, Alberta +0.267764 jgeology_html_4305195651 jgeology_html_4305195651:599:75785:75803 Rockwell Beaumont, Texas +0.508116 cspg_html_2920938670 cspg_html_2920938670:61:8956:8963 Cadomin Lacombe, Alberta +0.48858 gsa_html_4755273876 gsa_html_4755273876:1395:121372:121400 Green River New Mexico +0.484467 sedimentology_html_1158274941 sedimentology_html_1158274941:28:1908:1917 Sheffield Egham Hythe +0.504612 geology_html_7087325208 geology_html_7087325208:272:26966:26971 Price Gold Coast, Queensland +0.241983 geology_html_9765421558 geology_html_9765421558:304:24317:24326 Knoxville Texas +0.505043 cspg_html_5892153293 cspg_html_5892153293:9:840:848 Columbia Victoria, British Columbia +0.288204 aapg_aa_608.html aapg_aa_608.html:206:20419:20434 Torok Anchorage, Alaska +0.507675 aapg_ai_898.html aapg_ai_898.html:277:31434:31442 Colorado Kentucky +0.252 palaios_html_4745554613 palaios_html_4745554613:17:861:895 Kaskapau Victoria, British Columbia +0.453583 aapg_ae_324.html aapg_ae_324.html:906:90990:90998 Virginia Knoxville, Tennessee +0.470824 cspg_html_3097746547 cspg_html_3097746547:209:27039:27060 Belly River Lacombe, Alberta +0.478101 aapg_ai_479.html aapg_ai_479.html:574:61696:61715 Detroit River Michigan Basin +0.4617 aapg_ac_5.html aapg_ac_5.html:3:306:318 Saskatchewan Lacombe, Alberta +0.783853 aapg_aa_105.html aapg_aa_105.html:399:41515:41525 Blackstone Middle East +0.253 aapg_ae_244.html aapg_ae_244.html:3:216:232 Custer Texas +0.465192 aapg_af_854.html aapg_af_854.html:194:24770:24790 Sweetland Creek Iowa +0.262119 aapg_ad_721.html aapg_ad_721.html:638:63029:63046 Queen Winkler County Airport +0.26364 aapg_ah_429.html aapg_ah_429.html:126:11267:11277 San Andres Delaware +0.247715 gsa_html_1741354143 gsa_html_1741354143:426:39825:39829 Bond Earth +0.481824 aapg_ah_318.html aapg_ah_318.html:345:44825:44846 Mt Lytton Arkansas +0.451152 aapg_af_479.html aapg_af_479.html:450:49205:49223 Cabrillo Pacific Beach, San Diego, California +0.262845 aapg_af_355.html aapg_af_355.html:108:15907:15925 Vaqueros Cheyenne, Wyoming +0.247504 AMJC_html_4486401509 AMJC_html_4486401509:33:3118:3130 Pinal Schist Arizona +0.246272 aapg_ah_3.html aapg_ah_3.html:519:67862:67886 Mirador Colombia +0.473386 jgeology_html_6981471550 jgeology_html_6981471550:328:21704:21724 Coffee Coffee County, Georgia +0.259017 sedimentology_html_8720708419 sedimentology_html_8720708419:55:3806:3812 Provo Oman +0.2555 cspg_html_7866293053 cspg_html_7866293053:165:16487:16502 Gates Victoria, British Columbia +0.444564 aapg_ah_220.html aapg_ah_220.html:346:32194:32202 Colorado Denver +0.25551 gsa_html_9597147043 gsa_html_9597147043:353:28568:28586 Cantwell Kahiltna Glacier +0.263165 aapg_af_976.html aapg_af_976.html:15:745:751 Denver Colorado +0.474472 AMJC_html_5969956211 AMJC_html_5969956211:1704:191586:191594 Colorado Denver +0.48177 aapg_ah_469.html aapg_ah_469.html:406:41542:41560 Woodbine Arkansas +0.251636 aapg_aa_391.html aapg_aa_391.html:141:11999:12008 Red River Atoka, Oklahoma +0.25608 aapg_aa_723.html aapg_aa_723.html:688:64661:64670 San Diego California +0.509956 aapg_ae_345.html aapg_ae_345.html:797:68120:68135 Eutaw Jones County, Mississippi +0.278184 aapg_ae_3.html aapg_ae_3.html:201:28081:28098 Woodman Logan, Utah +0.2562 gsa_html_5773604426 gsa_html_5773604426:481:41720:41732 Wilcox Middle East +0.275448 aapg_af_575.html aapg_af_575.html:2149:201560:201576 San Andres New Mexico +0.244068 aapg_ah_847.html aapg_ah_847.html:172:19697:19715 Navesink Navesink River +0.492264 aapg_af_470.html aapg_af_470.html:158:15618:15650 Georgetown Western world +0.52143 aapg_af_291.html aapg_af_291.html:173:20777:20798 Kayak Shale Prudhoe Bay Oil Field +0.489636 sedimentology_html_3469033264 sedimentology_html_3469033264:285:21745:21751 Oxford Pergamon Museum +0.491064 aapg_ae_916.html aapg_ae_916.html:164:18411:18419 Kootenai Colorado +0.272483 aapg_ai_949.html aapg_ai_949.html:24:3877:3885 Beaufort Canada +0.513936 aapg_ai_594.html aapg_ai_594.html:381:39708:39732 Richmond Fremont, California +0.776154 cspg_html_9508543859 cspg_html_9508543859:263:27232:27254 Deschambault Middle East +0.915824 cspg_html_9435196958 cspg_html_9435196958:1053:44969:44987 Paskapoo Lacombe, Alberta +0.255348 aapg_ae_768.html aapg_ae_768.html:35:5287:5305 Rustler Salado, Texas +0.493908 aapg_ac_923.html aapg_ac_923.html:421:44387:44402 Atoka Atoka, Oklahoma +0.250776 aapg_ae_794.html aapg_ae_794.html:213:26609:26628 Owl Creek Selma to Montgomery marches +0.49661 palaios_html_7196438349 palaios_html_7196438349:636:62804:62812 Victoria Victoria, British Columbia +0.261096 aapg_aa_684.html aapg_aa_684.html:377:36007:36022 Jelm John Crow Mountains +0.252434 aapg_af_854.html aapg_af_854.html:1369:198510:198519 Aux Vases Illinois +0.25039 AMJC_html_4504848787 AMJC_html_4504848787:374:40505:40520 Lynchburg Western world +0.4539 cspg_html_3026112034 cspg_html_3026112034:772:75369:75379 Swan Hills Victoria, British Columbia +0.483917 aapg_ah_290.html aapg_ah_290.html:276:30426:30444 Hudspeth Salem, Oregon +0.467433 cspg_html_1260733368 cspg_html_1260733368:27:4312:4324 Medicine Hat Colorado +0.260019 aapg_af_775.html aapg_af_775.html:341:23413:23421 Oakville Beaumont, Texas +0.463112 aapg_ac_403.html aapg_ac_403.html:80:7702:7706 Kent Perth, Scotland +0.497466 sedimentology_html_2664292498 sedimentology_html_2664292498:1004:80859:80868 Peninsula Italy +0.510489 gsa_html_6158055432 gsa_html_6158055432:707:73017:73045 Green River Colorado +0.4864 jgeology_html_9519880351 jgeology_html_9519880351:92:3686:3696 Washington Earth +0.281936 aapg_ad_2.html aapg_ad_2.html:847:119754:119767 Conococheague Great Valley, New York +0.24304 jgeology_html_9065385328 jgeology_html_9065385328:892:54737:54743 Laguna Chile +0.491825 aapg_ac_527.html aapg_ac_527.html:59:6612:6619 Kanawha Cheyenne, Wyoming +0.468062 aapg_aa_4.html aapg_aa_4.html:10:1414:1431 Genesee Middlesex +0.256565 geology_html_6414512469 geology_html_6414512469:57:4948:4956 Colorado Espanola, Ontario +0.478908 aapg_ac_245.html aapg_ac_245.html:232:34479:34484 Atoka Kearny, New Jersey +0.47236 cspg_html_2834693711 cspg_html_2834693711:60:10873:10882 Chuckanut Victoria, British Columbia +0.484389 aapg_ai_811.html aapg_ai_811.html:200:28373:28389 Dutch Creek Jeffersonville, Indiana +0.255 aapg_ai_306.html aapg_ai_306.html:548:50051:50056 Weeks Duval County, Texas +0.496837 sedimentology_html_5457655615 sedimentology_html_5457655615:672:49581:49594 St Mary River Washington (state) +0.496164 cspg_html_6255491344 cspg_html_6255491344:259:37994:38007 Elk Victoria, British Columbia +0.265856 aapg_ae_824.html aapg_ae_824.html:84:8566:8576 Pocahontas Randolph, New Jersey +0.729764 palaios_html_8113714689 palaios_html_8113714689:472:46121:46157 Roubidoux Missouri River +0.260604 aapg_ae_856.html aapg_ae_856.html:390:36886:36896 Washington Venezuela +0.24846 aapg_ac_461.html aapg_ac_461.html:174:19092:19114 Chicontepec Western world +0.25704 aapg_ae_268.html aapg_ae_268.html:306:29552:29563 Tar Springs Bloomington, Indiana +0.246973 aapg_ae_73.html aapg_ae_73.html:137:19178:19184 Sandia Sangre de Cristo Range +0.435728 cspg_html_5375461731 cspg_html_5375461731:214:25051:25074 Dawson Canyon Logan, Utah +0.269357 gsa_html_7411853369 gsa_html_7411853369:751:73077:73082 Price Charleston, South Carolina +0.506782 aapg_af_97.html aapg_af_97.html:55:5949:5963 Kope Ohio +0.26986 aapg_ai_319.html aapg_ai_319.html:17:1760:1777 Martinsburg Waynesboro, Pennsylvania +0.249676 cspg_html_3447886929 cspg_html_3447886929:57:7473:7515 Lawrence Quebec City +0.477158 cspg_html_4165571187 cspg_html_4165571187:226:24280:24288 Columbia Victoria, British Columbia +0.78323 cspg_html_3129231627 cspg_html_3129231627:43:5790:5813 Eleanor River Little Cornwallis Island +0.4788 cspg_html_8363357104 cspg_html_8363357104:170:28244:28252 Columbia Victoria, British Columbia +0.258856 aapg_ae_747.html aapg_ae_747.html:393:39953:39963 Fort Worth Texas +0.26712 aapg_ai_958.html aapg_ai_958.html:28:2639:2658 Catahoula Oakville, California +0.485898 jgeology_html_8355852976 jgeology_html_8355852976:231:17865:17873 Colorado Colorado Springs, Colorado +0.24651 aapg_aa_654.html aapg_aa_654.html:257:38863:38881 Tererro Sangre de Cristo Range +0.487272 cspg_html_6306091047 cspg_html_6306091047:149:22232:22241 Baldonnel Victoria, British Columbia +0.252003 aapg_ad_2.html aapg_ad_2.html:1321:181397:181420 Sherman Fall Dolgeville, New York +0.25676 aapg_ai_916.html aapg_ai_916.html:355:47131:47143 Carrizo Austin, Chicago +0.51264 aapg_ai_980.html aapg_ai_980.html:656:57172:57187 Swift Sunriver, Oregon +0.477442 aapg_ad_745.html aapg_ad_745.html:46:4879:4889 Las Animas Colorado +0.258572 cspg_html_1841843683 cspg_html_1841843683:78:13055:13062 Rierdon Williston Basin +0.496128 aapg_ac_380.html aapg_ac_380.html:183:22807:22813 Seneca Edgecliff, New South Wales +0.496752 palaios_html_8062930347 palaios_html_8062930347:609:58657:58676 Fairview Netherlands +0.25186 geology_html_9274825387 geology_html_9274825387:189:20510:20516 Oregon Earth +0.241542 gsa_html_4366904220 gsa_html_4366904220:667:64479:64485 Oregon Newberry, South Carolina +0.265434 cspg_html_9970905394 cspg_html_9970905394:124:13951:13969 Read Bay Bath, Somerset +0.267288 aapg_aa_855.html aapg_aa_855.html:44:4535:4547 Pierre Denver +0.523136 aapg_ah_340.html aapg_ah_340.html:199:23026:23046 Duck Creek Texas +0.25856 palaios_html_1027055785 palaios_html_1027055785:96:8341:8365 Brazil Illinois +0.263153 jgeology_html_1838149422 jgeology_html_1838149422:91:3530:3548 John Day Salem, Oregon +0.468556 sedimentology_html_7390870545 sedimentology_html_7390870545:507:40666:40683 Bearpaw Lacombe, Alberta +0.260478 aapg_aa_678.html aapg_aa_678.html:59:5741:5749 Columbia Victoria, British Columbia +0.255009 gsa_html_3085400040 gsa_html_3085400040:275:29205:29210 Rapid Cambridge, Massachusetts +0.489684 cspg_html_8057060038 cspg_html_8057060038:238:28806:28814 Columbia Victoria, British Columbia +0.260832 cspg_html_9139420146 cspg_html_9139420146:316:30906:30922 Fernie Lacombe, Alberta +0.244488 cspg_html_1923856338 cspg_html_1923856338:338:41325:41355 Athabasca Edmonton, London +0.493189 aapg_ad_581.html aapg_ad_581.html:374:39430:39447 Waynesboro Allegheny Mountains +0.47277 gsa_html_7692114034 gsa_html_7692114034:64:5414:5442 Green River Colorado +0.46354 aapg_ac_635.html aapg_ac_635.html:26:3951:3957 Oregon Central Valley (California) +0.264704 aapg_af_70.html aapg_af_70.html:101:9641:9648 Cypress Hardinsburg, Indiana +0.470439 sedimentology_html_3059129672 sedimentology_html_3059129672:930:52831:52864 Grosmont Canada +0.479142 aapg_af_150.html aapg_af_150.html:44:4661:4678 Bossier Bossier City, Louisiana +0.5168 aapg_aa_546.html aapg_aa_546.html:185:17404:17422 Kootenai Colorado +0.460955 gsa_html_3484366946 gsa_html_3484366946:811:78532:78547 Pocatello Boise, Idaho +0.248901 cspg_html_1288891448 cspg_html_1288891448:259:34298:34311 Wabamun Lacombe, Alberta +0.491493 palaios_html_3022467877 palaios_html_3022467877:211:23394:23405 Hornerstown Navesink River +0.467324 gsa_html_9277559462 gsa_html_9277559462:123:14945:14953 Colorado Denver +0.4997 aapg_aa_960.html aapg_aa_960.html:29:4331:4344 Sundance Cheyenne, Wyoming +0.243955 palaios_html_1018466366 palaios_html_1018466366:938:106415:106419 Hall London, Ontario +0.253952 AMJC_html_5421639085 AMJC_html_5421639085:41:6278:6286 Columbia Virginia +0.241703 cspg_html_5515814749 cspg_html_5515814749:65:9929:9944 Mt Lytton Lacombe, Alberta +0.73537 palaios_html_3306053371 palaios_html_3306053371:509:68998:69016 Moenkopi San Rafael Swell +0.50138 aapg_ad_283.html aapg_ad_283.html:15:2472:2482 San Andres Nashville Basin +0.459325 cspg_html_1025724640 cspg_html_1025724640:86:14622:14638 Nepean Ottawa, Kansas +0.505136 cspg_html_9683836416 cspg_html_9683836416:244:40175:40192 Bearpaw Lethbridge +0.470659 aapg_ah_753.html aapg_ah_753.html:217:34448:34475 Shepody Mississippian culture +0.50668 aapg_ah_691.html aapg_ah_691.html:378:45661:45679 Norphlet Alabama +0.2585 cspg_html_9343899465 cspg_html_9343899465:239:28288:28301 Ibbett Bay Melville Island (Canada) +0.261626 cspg_html_5484260516 cspg_html_5484260516:1033:83101:83109 Columbia Victoria, British Columbia +0.255348 aapg_ae_473.html aapg_ae_473.html:380:34664:34669 Yegua Mississippi River +0.261057 aapg_ac_913.html aapg_ac_913.html:100:9751:9771 Hartshorne Hartshorne, Oklahoma +0.2574 cspg_html_6611173979 cspg_html_6611173979:97:12918:12926 Columbia Victoria, British Columbia +0.50112 gsa_html_2389772246 gsa_html_2389772246:29:2796:2824 Green River Colorado +0.478114 palaios_html_9408587909 palaios_html_9408587909:667:61464:61488 Kaibab Los Angeles +0.445479 aapg_ae_942.html aapg_ae_942.html:330:21312:21326 Woodford Comanche County, Oklahoma +0.46716 aapg_ai_488.html aapg_ai_488.html:7:665:678 Kootenai Harlowton, Montana +0.276148 jgeology_html_4305195651 jgeology_html_4305195651:4390:268869:268890 Mauch Chunk Pennsylvania +0.265189 geology_html_1757551189 geology_html_1757551189:16:757:767 Santa Cruz California +0.253402 palaios_html_1729153923 palaios_html_1729153923:902:77565:77594 Ross Knoxville, Tennessee +0.295935 aapg_aa_906.html aapg_aa_906.html:87:9917:9924 Wasatch Fort Union Trading Post National Historic Site +0.484124 aapg_ai_579.html aapg_ai_579.html:75:10794:10804 Washington Seattle +0.2451 AMJC_html_9709478395 AMJC_html_9709478395:567:50752:50766 Rove Canada +0.248745 cspg_html_4516258038 cspg_html_4516258038:174:21574:21587 Parry Islands Bathurst Island (Northern Territory) +0.478028 geology_html_8708783169 geology_html_8708783169:27:2034:2040 Denver Colorado +0.492624 aapg_ae_873.html aapg_ae_873.html:431:50592:50603 Midway Hopkins County, Kentucky +0.490455 gsa_html_6982030333 gsa_html_6982030333:1202:112497:112503 Oregon Boise, Idaho +0.260952 aapg_ah_27.html aapg_ah_27.html:349:53903:53921 Barnett Llano, Texas +0.265029 geology_html_4907985690 geology_html_4907985690:209:21039:21059 Cutler Logan, Utah +0.269192 aapg_ae_594.html aapg_ae_594.html:687:67982:67988 Walker Texas +0.484428 aapg_ac_687.html aapg_ac_687.html:88:8866:8876 Wind River Powder River (Montana) +0.92316 aapg_ac_617.html aapg_ac_617.html:160:22419:22427 Oakville Oakville, California +0.279312 aapg_aa_723.html aapg_aa_723.html:701:65383:65392 San Diego California +0.485572 aapg_ad_871.html aapg_ad_871.html:32:3900:3908 Michigan Alpena, Michigan +0.2685 aapg_ad_800.html aapg_ad_800.html:34:5804:5812 Woodbine Texas +0.485305 gsa_html_2178342427 gsa_html_2178342427:204:20832:20856 Golden Valley Fort Union Trading Post National Historic Site +0.260637 gsa_html_7193789775 gsa_html_7193789775:452:46718:46739 Price Logan, Utah +0.497488 aapg_ad_812.html aapg_ad_812.html:43:4541:4558 Entrada New Mexico +0.480072 gsa_html_8771785456 gsa_html_8771785456:956:75933:75940 Shuswap Victoria, British Columbia +0.256522 aapg_ai_523.html aapg_ai_523.html:34:4039:4056 Entrada Entrada Sandstone +0.478536 aapg_af_130.html aapg_af_130.html:180:31269:31276 Madison Yellowstone National Park +0.491925 aapg_ah_96.html aapg_ah_96.html:27:3174:3183 Stonewall Cincinnati +0.25935 cspg_html_4541662139 cspg_html_4541662139:37:5115:5127 Lime Creek Iowa +0.496513 palaios_html_3112927242 palaios_html_3112927242:75:8340:8357 Juniata Pennsylvania +0.26112 cspg_html_4056366713 cspg_html_4056366713:209:35069:35098 Glenelg South Africa +0.255398 aapg_ad_945.html aapg_ad_945.html:157:16567:16589 Athabasca Lacombe, Alberta +0.834027 aapg_ae_884.html aapg_ae_884.html:177:23304:23313 Fruitland Kirtland, Ohio +0.249444 gsa_html_3096615185 gsa_html_3096615185:564:52535:52553 Weymouth Cambridge, Massachusetts +0.248003 aapg_ah_181.html aapg_ah_181.html:134:15810:15823 Wingate Chinle Formation +0.443682 aapg_ah_181.html aapg_ah_181.html:403:43170:43186 Navajo Arizona +0.49234 gsa_html_1024107776 gsa_html_1024107776:505:50334:50354 Boss Point Bridgetown, Nova Scotia +0.250997 sedimentology_html_7685904497 sedimentology_html_7685904497:667:59724:59733 Peninsula Italy +0.261522 aapg_aa_106.html aapg_aa_106.html:53:5396:5420 Elk Lacombe, Alberta +0.261703 gsa_html_9597147043 gsa_html_9597147043:815:70222:70228 Sustut Kahiltna Glacier +0.2495 aapg_af_455.html aapg_af_455.html:108:12856:12872 Borden Rowan County, Kentucky +0.2565 aapg_af_143.html aapg_af_143.html:1003:103645:103654 Knoxville California +0.237965 cspg_html_3187264334 cspg_html_3187264334:564:58808:58825 Cardium Lacombe, Alberta +0.481593 aapg_ah_779.html aapg_ah_779.html:542:103593:103601 Woodford Kentucky +0.482463 gsa_html_9898556493 gsa_html_9898556493:239:28229:28236 Modesto Tuolumne River +0.51552 aapg_ae_59.html aapg_ae_59.html:463:41508:41520 Dakota Denver +0.26724 geology_html_6537414409 geology_html_6537414409:304:22718:22725 Madison Scotia, New York +0.245847 geology_html_6547525939 geology_html_6547525939:237:23008:23017 Extension Iceland +0.242 aapg_ai_913.html aapg_ai_913.html:276:40244:40291 Sandia Colorado +0.245575 palaios_html_7679079277 palaios_html_7679079277:741:62337:62360 Gypsum Spring Greybull, Wyoming +0.472948 cspg_html_1665574291 cspg_html_1665574291:8:831:849 Paskapoo Calgary +0.270848 geology_html_7629007522 geology_html_7629007522:111:8431:8452 Mount Shields Arizona +0.26826 cspg_html_6927586285 cspg_html_6927586285:471:59785:59797 Halfway Victoria, British Columbia +0.452176 cspg_html_4010530611 cspg_html_4010530611:193:20434:20446 Rundle Central Alberta +0.266716 aapg_ac_586.html aapg_ac_586.html:69:8686:8707 Mauch Chunk Pottsville, Pennsylvania +0.262636 aapg_ae_5.html aapg_ae_5.html:18:2434:2448 Earp Arizona +0.449636 gsa_html_2729737430 gsa_html_2729737430:458:48588:48606 Teewinot Grand Valley (Colorado) +0.261476 aapg_af_624.html aapg_af_624.html:128:9526:9544 Sundance Fremont County, Wyoming +0.46893 aapg_ac_56.html aapg_ac_56.html:5:745:757 Punta Alegre Salina, Kansas +0.375552 palaios_html_6757540995 palaios_html_6757540995:565:52680:52695 Eutaw Alabama +0.252086 aapg_ah_460.html aapg_ah_460.html:28:3342:3361 Etchegoin Maricopa, Arizona +0.510822 aapg_ah_876.html aapg_ah_876.html:607:75534:75554 Ferry Lake Anhydrite Texas +0.272994 aapg_ae_706.html aapg_ae_706.html:376:33209:33218 Allegheny Knoxville, Tennessee +0.260075 cspg_html_9354781888 cspg_html_9354781888:1127:76102:76121 Spearfish Williston Basin +0.498122 aapg_ah_464.html aapg_ah_464.html:26:4458:4461 Ada Pottsville, Pennsylvania +0.84864 gsa_html_7918353127 gsa_html_7918353127:749:64997:65012 Salt Lake Boise, Idaho +0.27068 aapg_ai_47.html aapg_ai_47.html:82:10708:10716 Imperial Santa Clara, California +0.261096 aapg_aa_124.html aapg_aa_124.html:18:2763:2777 Colorado Lacombe, Alberta +0.258597 cspg_html_5241714595 cspg_html_5241714595:439:67496:67524 Nisku Lacombe, Alberta +0.2435 sedimentology_html_6157785070 sedimentology_html_6157785070:203:9532:9536 Ross Stroudsburg, Pennsylvania +0.249975 gsa_html_5865982995 gsa_html_5865982995:1469:153856:153873 Bridger Cheyenne, Wyoming +0.253116 aapg_ae_863.html aapg_ae_863.html:396:44276:44293 Modelo Santa Monica Mountains +0.504525 jgeology_html_4305195651 jgeology_html_4305195651:2913:201013:201037 Catskill Hyner View State Park +0.360822 gsa_html_9353787239 gsa_html_9353787239:1241:103257:103266 Flagstaff Grand Canyon +0.265104 aapg_aa_399.html aapg_aa_399.html:136:10001:10009 Kootenay Colorado +0.888925 aapg_af_664.html aapg_af_664.html:213:23505:23509 Yeso Sacramento Mountains (California) +0.501034 sedimentology_html_7990658411 sedimentology_html_7990658411:30:2208:2218 Washington Wa (Japan) +0.471665 aapg_ad_466.html aapg_ad_466.html:211:26990:26998 Navesink Mount Laurel Township, New Jersey +0.247428 aapg_ah_675.html aapg_ah_675.html:478:65312:65327 Kayak Canada +0.25957 aapg_af_142.html aapg_af_142.html:264:33941:33954 Cotton Valley Texas +0.265104 aapg_aa_685.html aapg_aa_685.html:51:5329:5338 Flagstaff North Horn Formation +0.457293 gsa_html_5625878232 gsa_html_5625878232:446:62684:62695 San Antonio Mexico +0.256565 aapg_ac_881.html aapg_ac_881.html:3:432:450 Deadwood Williston, Vermont +0.466092 aapg_ae_871.html aapg_ae_871.html:336:52651:52671 Fredericksburg Anchorage, Alaska +0.72329 palaios_html_8915371254 palaios_html_8915371254:860:52479:52503 Brasso Trinidad and Tobago +0.25026 cspg_html_5241714595 cspg_html_5241714595:230:35541:35552 Slave Point Lacombe, Alberta +0.254214 aapg_ad_721.html aapg_ad_721.html:449:42310:42326 Rustler Pecos River +0.245364 aapg_aa_924.html aapg_aa_924.html:43:5172:5182 Pottsville Southeast Asia +0.496837 gsa_html_8395433417 gsa_html_8395433417:679:68495:68523 Green River Colorado +0.258039 aapg_ae_69.html aapg_ae_69.html:239:26970:26991 Green River Uinta Mountains +0.257868 aapg_ah_203.html aapg_ah_203.html:459:72113:72131 Morrison San Juan, Argentina +0.258981 aapg_af_479.html aapg_af_479.html:535:56457:56477 Point Loma La Jolla Cove +0.252464 cspg_html_8109044701 cspg_html_8109044701:173:20123:20136 Shuswap Cairns, Queensland +0.259588 geology_html_4491958168 geology_html_4491958168:268:21634:21638 Bond North Atlantic Current +0.779148 aapg_af_695.html aapg_af_695.html:166:16988:17000 Austin Chalk Buda, Texas +0.258055 aapg_aa_37.html aapg_aa_37.html:174:21114:21129 Arcturus Kaibab, Arizona +0.461274 jgeology_html_8447682494 jgeology_html_8447682494:153:8728:8745 Seboomook Quebec City +0.496071 cspg_html_9354781888 cspg_html_9354781888:535:46471:46501 Doig Lacombe, Alberta +0.486095 aapg_ai_28.html aapg_ai_28.html:776:73662:73669 Lagarto Oakville, California +0.26832 aapg_af_736.html aapg_af_736.html:125:13890:13915 Green River Douala +0.508879 gsa_html_3542448939 gsa_html_3542448939:74:6411:6439 Green River New Mexico +0.274572 aapg_ai_975.html aapg_ai_975.html:122:16216:16224 Kiamichi East Asia +0.413586 cspg_html_3860685167 cspg_html_3860685167:361:37652:37672 Mount Head Nelson, New Zealand +0.378896 aapg_ah_678.html aapg_ah_678.html:391:45964:45981 Vicksburg Texas +0.277876 aapg_ae_324.html aapg_ae_324.html:1313:130762:130773 Black River Knoxville, Tennessee +0.493221 sedimentology_html_2387931271 sedimentology_html_2387931271:92:10125:10135 Kern River California +0.268 aapg_ac_280.html aapg_ac_280.html:238:19102:19121 Sallisaw Frisco, Texas +0.276595 aapg_ad_379.html aapg_ad_379.html:627:51459:51466 Entrada Logan, Utah +0.495803 cspg_html_1118978429 cspg_html_1118978429:587:54979:54987 Columbia Lacombe, Alberta +0.505575 aapg_aa_484.html aapg_aa_484.html:330:31370:31375 Atoka Pittsburgh +0.490974 aapg_ak_70.html aapg_ak_70.html:28:3764:3772 Woodside Middle East +0.473144 sedimentology_html_5376758741 sedimentology_html_5376758741:24:1508:1543 Beck Spring Dolomite Southern California +0.472758 gsa_html_5372285874 gsa_html_5372285874:706:65297:65306 Extension China +0.506574 sedimentology_html_3492444534 sedimentology_html_3492444534:158:17139:17145 Salina Panarea +0.256522 jgeology_html_1838149422 jgeology_html_1838149422:980:92135:92153 John Day Nebraska +0.267806 gsa_html_9280112280 gsa_html_9280112280:397:36712:36717 Upham Norcross, Georgia +0.459232 cspg_html_1903772372 cspg_html_1903772372:96:13423:13434 King Salmon Middle East +0.25857 cspg_html_9725676031 cspg_html_9725676031:261:34770:34787 Skull Creek Regina, Saskatchewan +0.263442 aapg_ah_720.html aapg_ah_720.html:108:13304:13310 Denver Colorado +0.235125 cspg_html_2695921112 cspg_html_2695921112:200:22419:22424 Mabou Riversdale, New Zealand +0.462891 geology_html_5116367855 geology_html_5116367855:290:26272:26280 Scotland San Fernando Valley +0.507936 aapg_ad_734.html aapg_ad_734.html:284:28070:28075 Mt Lytton Colorado +0.25092 sedimentology_html_6346136313 sedimentology_html_6346136313:1346:87893:87902 Lancaster Sonora +0.263048 gsa_html_4067269733 gsa_html_4067269733:975:93423:93441 Imperial California +0.248712 cspg_html_4495395109 cspg_html_4495395109:11:1337:1359 Frenchman Regina, Saskatchewan +0.482832 aapg_ai_996.html aapg_ai_996.html:32:4626:4633 Norfolk Pennsylvania +0.254736 cspg_html_9753247638 cspg_html_9753247638:8:312:328 Albert New Brunswick, New Jersey +0.444752 gsa_html_5865982995 gsa_html_5865982995:967:105469:105486 Wasatch Colorado +0.253206 cspg_html_4293350162 cspg_html_4293350162:820:89684:89694 Mount Head Carnarvon, Western Australia +0.25443 aapg_ai_27.html aapg_ai_27.html:4:450:455 Indio Carrizo Plain +0.503184 aapg_ah_528.html aapg_ah_528.html:127:12463:12470 Thaynes Reno, Nevada +0.47376 aapg_ah_435.html aapg_ah_435.html:324:39181:39189 Tamasopo San Juan, Argentina +0.251979 gsa_html_3720789279 gsa_html_3720789279:1366:124729:124745 Navajo Logan, Utah +0.51408 aapg_ah_387.html aapg_ah_387.html:52:8443:8452 Knoxville Sierra Nevada (Spain) +0.24108 AMJC_html_9701369019 AMJC_html_9701369019:1133:120348:120355 Oceanic Washington (state) +0.25452 geology_html_5339295464 geology_html_5339295464:201:22319:22327 Columbia Victoria, British Columbia +0.4825 jgeology_html_5090133589 jgeology_html_5090133589:1073:64382:64386 Vail Colorado +0.375492 cspg_html_4516258038 cspg_html_4516258038:581:63821:63840 Bay Fiord Melville Island (Canada) +0.263153 cspg_html_5241714595 cspg_html_5241714595:894:115764:115780 Nisku Lacombe, Alberta +0.244925 cspg_html_2026880958 cspg_html_2026880958:262:29347:29358 Coal Valley Lacombe, Alberta +0.246012 cspg_html_5210692627 cspg_html_5210692627:299:37719:37738 Athabasca CFB Cold Lake +0.253008 aapg_aa_415.html aapg_aa_415.html:306:44758:44777 Escondido Texas +0.49248 gsa_html_5408021181 gsa_html_5408021181:1092:79027:79055 Green River Colorado +0.257983 sedimentology_html_7053260653 sedimentology_html_7053260653:558:49586:49590 Hall London, Ontario +0.480496 cspg_html_5241714595 cspg_html_5241714595:560:83568:83602 Duvernay Lacombe, Alberta +0.472017 aapg_ae_959.html aapg_ae_959.html:310:24724:24738 Word Guadalupe Mountains National Park +0.255987 geology_html_9810499598 geology_html_9810499598:272:21042:21052 Copenhagen Gotland +0.47616 geology_html_9480340228 geology_html_9480340228:56:5520:5540 Michigamme Sudbury, Suffolk +0.458594 gsa_html_1193494932 gsa_html_1193494932:73:7826:7836 Washington Salem, Oregon +0.252993 cspg_html_9354781888 cspg_html_9354781888:1601:99746:99754 Columbia Victoria, British Columbia +0.500434 aapg_ac_714.html aapg_ac_714.html:16:2320:2328 Sundance Cheyenne, Wyoming +0.48514 palaios_html_3927097660 palaios_html_3927097660:510:54723:54740 Forest Mexico +0.239598 aapg_aa_192.html aapg_aa_192.html:204:25015:25028 Madison Lima, Ohio +0.255024 jgeology_html_4599466962 jgeology_html_4599466962:207:15542:15563 Onondaga Onondaga (tribe) +0.480851 cspg_html_3265858620 cspg_html_3265858620:8:794:810 Besa River Kinderhook (town), New York +0.48165 gsa_html_5525883369 gsa_html_5525883369:29:2796:2824 Green River Colorado +0.457314 cspg_html_3762708087 cspg_html_3762708087:389:53465:53481 Viking Suffield, Connecticut +0.24633 cspg_html_9272962376 cspg_html_9272962376:471:60175:60192 Wilcox Texas +0.4557 aapg_af_458.html aapg_af_458.html:511:61894:61906 Rhode Island Kingston, Jamaica +0.48828 sedimentology_html_5834032566 sedimentology_html_5834032566:632:55931:55963 Gull Island Clare County, Michigan +0.247779 palaios_html_3105248303 palaios_html_3105248303:924:90551:90559 Virginia Middle Ordovician +0.48822 sedimentology_html_2041096405 sedimentology_html_2041096405:789:63400:63451 Winnipegosis Regina, Saskatchewan +0.239057 aapg_aa_360.html aapg_aa_360.html:191:16238:16248 San Marcos Texas +0.481873 cspg_html_2799817929 cspg_html_2799817929:380:41980:41990 Fort Worth Lacombe, Alberta +0.24605 gsa_html_2023933346 gsa_html_2023933346:518:52869:52874 Sespe Whittier, Alaska +0.46248 gsa_html_5107598462 gsa_html_5107598462:264:23971:23979 Onondaga Salina, Kansas +0.265081 gsa_html_2509147847 gsa_html_2509147847:655:73136:73144 Colorado Sonora +0.483189 geology_html_2516074878 geology_html_2516074878:306:25940:25948 Columbia Victoria, British Columbia +0.459198 gsa_html_5089176247 gsa_html_5089176247:977:89003:89012 Flagstaff Logan, Utah +0.38902 aapg_ad_55.html aapg_ad_55.html:92:7429:7436 Decorah Missouri River +0.265216 gsa_html_4446967287 gsa_html_4446967287:451:38042:38062 Mt Lytton Little Shuswap Lake +0.248901 gsa_html_8076575690 gsa_html_8076575690:1296:97217:97222 Cadiz London, Ontario +0.907166 aapg_af_887.html aapg_af_887.html:199:20026:20042 Salado Salado, Texas +0.508902 aapg_ah_724.html aapg_ah_724.html:3:438:446 Columbia Canada +0.257623 gsa_html_1783148177 gsa_html_1783148177:598:63026:63048 Artist Drive Eagle Mountain (Minnesota) +0.487936 gsa_html_9415028836 gsa_html_9415028836:841:63732:63760 Green River Iran +0.48076 aapg_ae_668.html aapg_ae_668.html:1167:111625:111631 Brazil Aurich (district) +0.501557 aapg_ac_986.html aapg_ac_986.html:399:46189:46198 Spearfish Chicopee, Massachusetts +0.503286 gsa_html_5884416968 gsa_html_5884416968:765:67632:67660 Green River Colorado +0.505968 gsa_html_4249721605 gsa_html_4249721605:987:83265:83293 Green River Colorado +0.2535 aapg_ac_71.html aapg_ac_71.html:89:11348:11365 Sunrise Gardnerville, Nevada +0.226962 aapg_ac_295.html aapg_ac_295.html:104:9229:9269 Basal Furnas County, Nebraska +0.492652 aapg_ah_203.html aapg_ah_203.html:526:85223:85241 Morrison New Mexico +0.481514 aapg_ae_6.html aapg_ae_6.html:80:8631:8652 Georgetown San Marcos, California +0.251496 aapg_ah_459.html aapg_ah_459.html:117:12212:12230 Onondaga Helderberg +0.247643 cspg_html_4010530611 cspg_html_4010530611:11:1237:1249 Rundle Canada +0.242968 aapg_ak_118.html aapg_ak_118.html:41:4702:4719 Schuler Bossier City, Louisiana +0.256536 aapg_ac_324.html aapg_ac_324.html:553:72856:72868 Pioche Snake Creek +0.245487 aapg_ah_654.html aapg_ah_654.html:342:34110:34120 Phosphoria Black Hills +0.675904 aapg_ac_579.html aapg_ac_579.html:57:7011:7032 Green River Logan, Utah +0.520737 aapg_ae_465.html aapg_ae_465.html:39:4251:4268 Hosston Pine Island (Lee County, Florida) +0.453684 aapg_ac_720.html aapg_ac_720.html:13:1864:1881 Tinton Navesink River +0.253916 aapg_ad_194.html aapg_ad_194.html:325:38542:38562 Copenhagen Antelope Valley Freeway +0.242048 gsa_html_4108353219 gsa_html_4108353219:650:49994:50003 San Diego California +0.500088 aapg_ae_828.html aapg_ae_828.html:276:21872:21894 Prairie Utica, New York +0.469829 aapg_ah_160.html aapg_ah_160.html:469:53392:53400 Michigan Salina, Kansas +0.23959 gsa_html_4432793908 gsa_html_4432793908:650:72719:72742 Newark Canyon Reno, Nevada +0.252973 aapg_aa_114.html aapg_aa_114.html:217:23963:23998 Huizachal Matamoros, Tamaulipas +0.263168 aapg_aa_860.html aapg_aa_860.html:1141:109362:109366 Wise Cheyenne, Wyoming +0.462672 aapg_ai_105.html aapg_ai_105.html:44:7085:7090 Uinta Logan, Utah +0.26265 palaios_html_1018466366 palaios_html_1018466366:1577:139222:139234 Saskatchewan Caldwell, New Jersey +0.22981 cspg_html_7896958755 cspg_html_7896958755:281:30282:30302 Clearwater Western world +0.264132 aapg_ae_998.html aapg_ae_998.html:150:19859:19877 Evanston Kemmerer, Wyoming +0.252984 gsa_html_4873957926 gsa_html_4873957926:231:23755:23771 Fish Canyon Tuff San Juan, Argentina +0.433944 cspg_html_3966956195 cspg_html_3966956195:395:36392:36414 Boat Harbour Canada +0.500316 aapg_ah_318.html aapg_ah_318.html:2209:196066:196075 San Pedro Durango, Durango +0.490116 gsa_html_9352654438 gsa_html_9352654438:686:73405:73415 Washington Earth +0.249879 cspg_html_1841843683 cspg_html_1841843683:78:13190:13198 Sawtooth Williston Basin +0.265221 geology_html_2235998351 geology_html_2235998351:240:23047:23065 Monterey California +0.258856 cspg_html_5973552270 cspg_html_5973552270:56:7711:7730 Waterways Swan Hill, Victoria +0.505164 gsa_html_6983076294 gsa_html_6983076294:996:87067:87081 Troy Arizona +0.378744 aapg_ae_76.html aapg_ae_76.html:268:26305:26322 Rustler Delaware +0.240681 sedimentology_html_6459467691 sedimentology_html_6459467691:105:8229:8255 Nepean Ontario, California +0.378744 aapg_aa_357.html aapg_aa_357.html:383:35715:35721 Chinle Chinle Formation +0.254989 aapg_ai_436.html aapg_ai_436.html:27:2192:2213 Monterey Monterey, California +0.507756 aapg_ai_256.html aapg_ai_256.html:89:10345:10356 Beekmantown Black River, Jamaica +0.2652 AMJC_html_5916115748 AMJC_html_5916115748:1176:112843:112849 Oregon Washington (state) +0.248412 aapg_aa_261.html aapg_aa_261.html:199:26998:27012 Lisburne Anchorage, Alaska +0.253005 aapg_ac_879.html aapg_ac_879.html:217:29815:29825 Washington Cascade Mountain (Alberta) +0.50149 aapg_ac_333.html aapg_ac_333.html:861:105546:105556 San Andres New Mexico +0.48416 aapg_ad_178.html aapg_ad_178.html:47:4431:4447 Belloy Victoria, British Columbia +0.271656 aapg_ad_52.html aapg_ad_52.html:672:73484:73502 Michigan Michigan +0.472725 aapg_ai_321.html aapg_ai_321.html:187:25725:25739 Esquias La Libertad, Negros Oriental +0.495281 sedimentology_html_6935812806 sedimentology_html_6935812806:369:23437:23442 Swift London, Ontario +0.257045 aapg_ah_529.html aapg_ah_529.html:46:6533:6549 Abrigo New Mexico +0.259475 aapg_ah_198.html aapg_ah_198.html:486:59925:59943 Monterey California +0.24941 aapg_ae_103.html aapg_ae_103.html:738:62566:62571 Peten Guatemala +0.503919 geology_html_4664906472 geology_html_4664906472:310:27353:27368 Aquia Maryland +0.248196 aapg_ai_82.html aapg_ai_82.html:371:40843:40863 Greenbrier Huntington, West Virginia +0.474144 aapg_aa_507.html aapg_aa_507.html:78:10070:10080 Tuscaloosa Selma to Montgomery marches +0.251496 sedimentology_html_9354643568 sedimentology_html_9354643568:1480:89419:89442 Kuparuk Anchorage, Alaska +0.497203 palaios_html_3855840708 palaios_html_3855840708:430:36145:36160 Arikaree White River (Washington) +0.388815 palaios_html_2835048457 palaios_html_2835048457:92:11765:11790 Poleta California +0.367875 aapg_aa_23.html aapg_aa_23.html:310:35997:36011 Winnipeg Manitoba +0.262128 aapg_ah_64.html aapg_ah_64.html:41:4962:4978 Salina Onondaga (tribe) +0.265161 gsa_html_5773604426 gsa_html_5773604426:601:49655:49667 Wilcox Middle East +0.253935 cspg_html_7809640865 cspg_html_7809640865:10:822:855 Joli Fou Regina, Saskatchewan +0.26361 aapg_ad_760.html aapg_ad_760.html:47:6640:6648 Vaqueros Oak Ridge, Tennessee +0.489538 AMJC_html_3384252704 AMJC_html_3384252704:1418:127800:127806 Reston Virginia +0.251808 gsa_html_1347484649 gsa_html_1347484649:218:19837:19855 Willwood Cheyenne, Wyoming +0.455008 geology_html_7784703862 geology_html_7784703862:61:5057:5065 Colorado Denver +0.256302 cspg_html_9354781888 cspg_html_9354781888:915:65261:65266 Banff Lacombe, Alberta +0.233093 gsa_html_7657889405 gsa_html_7657889405:787:69094:69104 Wind River Sierra Nevada (Spain) +0.501177 aapg_ai_483.html aapg_ai_483.html:5:1103:1122 Lodgepole Mississippian culture +0.248196 aapg_ai_157.html aapg_ai_157.html:453:42066:42083 Norfolk Guelph +0.473352 aapg_af_579.html aapg_af_579.html:269:28983:29007 Junction Creek Logan, Utah +0.255524 geology_html_6277961763 geology_html_6277961763:223:20663:20671 Rockwell San Diego +0.247486 sedimentology_html_6688819115 sedimentology_html_6688819115:950:93748:93756 Homewood Oman +0.253512 aapg_ah_329.html aapg_ah_329.html:189:17908:17913 Lospe Knoxville, Illinois +0.475648 gsa_html_7188064364 gsa_html_7188064364:63:4954:4982 Green River Colorado +0.51039 aapg_ai_999.html aapg_ai_999.html:59:5771:5787 Fernie Lacombe, Alberta +0.251001 sedimentology_html_8230868664 sedimentology_html_8230868664:290:22762:22778 Navajo Africa +0.481792 aapg_ai_704.html aapg_ai_704.html:9:1048:1054 Brazil Trinidad and Tobago +0.456411 aapg_ah_339.html aapg_ah_339.html:397:35025:35033 Richmond Maysville, Kentucky +0.264 cspg_html_4293350162 cspg_html_4293350162:772:80975:80995 Mount Head Western world +0.482218 cspg_html_1118978429 cspg_html_1118978429:511:50626:50656 Kootenay Lacombe, Alberta +0.243936 geology_html_4022603373 geology_html_4022603373:246:21728:21737 Partridge South Africa +0.49373 aapg_ah_318.html aapg_ah_318.html:1742:163676:163685 Huizachal Coahuila +0.251955 aapg_ae_419.html aapg_ae_419.html:1470:113245:113258 Velasco Mexico +0.464406 AMJC_html_6952502256 AMJC_html_6952502256:1450:133848:133865 White Rock Cheyenne, Wyoming +0.475406 aapg_ae_833.html aapg_ae_833.html:40:3013:3021 Wolfcamp Atoka, Oklahoma +0.257554 cspg_html_4298557570 cspg_html_4298557570:14:1759:1778 Whitemud Bearpaw Formation +0.255224 jgeology_html_9215313444 jgeology_html_9215313444:862:68000:68027 Columbia Salem, Oregon +0.27392 sedimentology_html_2550885329 sedimentology_html_2550885329:24:1674:1694 Swan Hills Canada +0.26673 cspg_html_7278957427 cspg_html_7278957427:6:440:459 Beaufort Ellesmere Island +0.461004 gsa_html_7542416588 gsa_html_7542416588:31:1364:1372 Colorado Denver +0.50297 aapg_ah_414.html aapg_ah_414.html:40:2888:2908 Milk River Milk River, Alberta +0.274046 palaios_html_2736581987 palaios_html_2736581987:461:52323:52339 Hueco New Mexico +0.27405 cspg_html_1743658399 cspg_html_1743658399:64:9767:9772 Savik Middle East +0.487786 aapg_ai_720.html aapg_ai_720.html:204:22671:22689 Magothy Closter, New Jersey +0.506996 gsa_html_9181545711 gsa_html_9181545711:740:69822:69828 Denver Colorado +0.489712 gsa_html_7858519119 gsa_html_7858519119:54:3395:3423 Green River Colorado +0.390144 gsa_html_1536819908 gsa_html_1536819908:558:53343:53356 Carlin Canyon Reno, Nevada +0.250952 cspg_html_5950764790 cspg_html_5950764790:390:45242:45249 Camrose Lacombe, Alberta +0.25544 cspg_html_1565769407 cspg_html_1565769407:97:12812:12823 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador +0.457912 cspg_html_2882882278 cspg_html_2882882278:11:2201:2209 Columbia Elk Valley (British Columbia) +0.48615 cspg_html_7576506617 cspg_html_7576506617:376:54654:54675 Ekwan River Moose River (Maine) +0.249038 palaios_html_1759286431 palaios_html_1759286431:82:11806:11820 Kope Kentucky +0.860784 aapg_ah_625.html aapg_ah_625.html:29:3559:3588 Green River Logan, Utah +0.500122 aapg_ak_85.html aapg_ak_85.html:103:13189:13196 Bossier Arkansas +0.477785 gsa_html_7214330928 gsa_html_7214330928:577:53834:53844 Washington Colorado +0.247464 geology_html_4965715689 geology_html_4965715689:71:6344:6360 Noonday Dolomite Badwater Basin +0.466565 cspg_html_2784057671 cspg_html_2784057671:670:70649:70655 Oregon Pearl, Mississippi +0.353306 cspg_html_6715452766 cspg_html_6715452766:579:61216:61235 Beaufort Canadian Arctic Archipelago +0.249001 sedimentology_html_8382098960 sedimentology_html_8382098960:310:24437:24441 Hall London, Ontario +0.473052 aapg_aa_787.html aapg_aa_787.html:384:44496:44513 Tessey West, Texas +0.265967 cspg_html_3233680622 cspg_html_3233680622:41:5347:5368 Strathcona Fiord Ellesmere Island +0.242208 geology_html_9788030825 geology_html_9788030825:18:977:983 Denver Colorado +0.517556 aapg_ah_150.html aapg_ah_150.html:224:25860:25880 Keokuk Burlington, Ontario +0.82025 aapg_ae_419.html aapg_ae_419.html:2154:147957:147977 San Felipe Victoria, British Columbia +0.478101 jgeology_html_8596065691 jgeology_html_8596065691:723:62797:62800 Arc Caribbean +0.25194 cspg_html_5241714595 cspg_html_5241714595:385:59870:59888 Granite Wash Swan Hill, Victoria +0.242015 aapg_af_551.html aapg_af_551.html:102:11786:11802 Kinderhook Chattanooga, Tennessee +0.476784 aapg_ah_604.html aapg_ah_604.html:163:11773:11795 Mooringsport Mississippi River +0.497798 aapg_ai_821.html aapg_ai_821.html:126:16331:16353 Winnipegosis Regina, Saskatchewan +0.502516 gsa_html_2877730818 gsa_html_2877730818:874:75418:75454 Wood Canyon California +0.4735 sedimentology_html_5286674783 sedimentology_html_5286674783:687:46283:46291 Montreal Montreal +0.260019 aapg_ac_765.html aapg_ac_765.html:320:59242:59253 Chinle Banbury +0.246006 cspg_html_6306091047 cspg_html_6306091047:11:1405:1413 Pardonet Victoria, British Columbia +0.480762 aapg_aa_684.html aapg_aa_684.html:229:22095:22099 Jelm John Crow Mountains +0.498976 aapg_aa_718.html aapg_aa_718.html:588:63188:63198 Washington Huntington, West Virginia +0.251446 gsa_html_9457387752 gsa_html_9457387752:553:47865:47873 Catoctin Grandfather Mountain +0.255867 aapg_ah_632.html aapg_ah_632.html:65:11340:11348 Virginia Shenandoah Valley +0.449636 aapg_ai_751.html aapg_ai_751.html:294:32120:32126 Mercer Pocono Raceway +0.277665 aapg_ai_989.html aapg_ai_989.html:16:2945:2962 Temblor California +0.261085 sedimentology_html_8097871643 sedimentology_html_8097871643:32:1899:1912 Santa Barbara Canada +0.261057 aapg_af_487.html aapg_af_487.html:303:35430:35434 Ross Stroudsburg, Pennsylvania +0.247008 aapg_af_587.html aapg_af_587.html:99:7746:7751 Yukon Kuskokwim Mountains +0.27405 cspg_html_5541937700 cspg_html_5541937700:1003:115837:115853 Viking Canada +0.475048 aapg_ae_59.html aapg_ae_59.html:562:46379:46387 Colorado Colorado +0.253302 aapg_ac_69.html aapg_ac_69.html:577:62515:62529 Richmond Bloomington, Indiana +0.481005 geology_html_8989186587 geology_html_8989186587:193:19288:19297 Hermitage Hermitage Museum +0.254881 aapg_ac_333.html aapg_ac_333.html:355:46242:46247 Ouray Colorado +0.256968 aapg_ad_11.html aapg_ad_11.html:3:388:395 Wasatch Fort Union Trading Post National Historic Site +0.238637 cspg_html_7963093032 cspg_html_7963093032:38:5387:5395 Columbia Victoria, British Columbia +0.478042 gsa_html_5293445820 gsa_html_5293445820:800:80919:80936 Nasina Andes +0.257176 aapg_aa_994.html aapg_aa_994.html:25:2124:2147 Cotton Valley Cotton Valley, Louisiana +0.25344 aapg_ai_334.html aapg_ai_334.html:58:6687:6703 Tactic Santa Rosa, California +0.49794 aapg_af_128.html aapg_af_128.html:465:42550:42556 Casper Cheyenne, Wyoming +0.267093 gsa_html_2832151886 gsa_html_2832151886:515:45446:45475 Belle Fourche Lacombe, Alberta +0.893214 cspg_html_4915680223 cspg_html_4915680223:18:1937:1946 Allen Bay Little Cornwallis Island +0.259578 palaios_html_4880574501 palaios_html_4880574501:618:54491:54495 Kope Ohio +0.486822 aapg_ai_1.html aapg_ai_1.html:351:31363:31380 Paradox Uncompahgre Plateau +0.253847 jgeology_html_5615543680 jgeology_html_5615543680:671:47407:47441 Lockatong Closter, New Jersey +0.249498 geology_html_5512329346 geology_html_5512329346:281:24157:24163 Taylor Solomon Islands +0.465085 gsa_html_1193494932 gsa_html_1193494932:520:53018:53024 Oregon Salem, Oregon +0.2472 gsa_html_9417870342 gsa_html_9417870342:1064:77539:77548 San Diego California +0.233662 cspg_html_2695921112 cspg_html_2695921112:182:20288:20318 Bathurst Bathurst, New South Wales +0.497038 cspg_html_7688587411 cspg_html_7688587411:419:41682:41690 Dunvegan Lacombe, Alberta +0.679228 aapg_ad_338.html aapg_ad_338.html:412:49348:49361 Potomac Maryland +0.487622 aapg_aa_123.html aapg_aa_123.html:258:27562:27581 Baldonnel Lima, Ohio +0.440631 aapg_ad_564.html aapg_ad_564.html:4766:372654:372672 Barnett Texas +0.50492 gsa_html_1538463681 gsa_html_1538463681:40:2576:2599 Morita California +0.23904 gsa_html_7153425423 gsa_html_7153425423:650:55886:55892 Oregon Earth +0.466908 aapg_ac_730.html aapg_ac_730.html:503:72694:72698 Wepo Mancos, Colorado +0.460719 sedimentology_html_3063208535 sedimentology_html_3063208535:2705:193917:193923 Walker Earth +0.476656 jgeology_html_2872695575 jgeology_html_2872695575:505:30680:30704 Cross Mountain Knoxville, Tennessee +0.247852 cspg_html_2283545366 cspg_html_2283545366:417:53998:54015 Halfway Wembley Stadium +0.253506 gsa_html_2667366192 gsa_html_2667366192:641:58269:58273 Hall California +0.488652 AMJC_html_8804784209 AMJC_html_8804784209:1519:117518:117524 Oxford Pergamon Museum +0.473144 cspg_html_5360570542 cspg_html_5360570542:319:31445:31460 Bluff Grand Cayman +0.263048 cspg_html_4287356899 cspg_html_4287356899:1360:186063:186096 Imperial Snake River Canyon (Idaho) +0.26159 aapg_aa_647.html aapg_aa_647.html:512:47085:47092 Waverly Ohio +0.806748 aapg_ai_932.html aapg_ai_932.html:471:73393:73411 Sisquoc Monterey, California +0.810896 geology_html_1573138807 geology_html_1573138807:295:26720:26732 Yellowjacket Boise, Idaho +0.244398 geology_html_5266165531 geology_html_5266165531:12:407:415 Colorado Denver +0.496164 aapg_ai_107.html aapg_ai_107.html:143:13548:13567 Smackover Cotton Valley, Louisiana +0.47944 aapg_aa_712.html aapg_aa_712.html:123:15599:15610 Platteville Hennepin, Illinois +0.249368 palaios_html_8391206976 palaios_html_8391206976:364:48572:48578 Moscow Ohio +0.506043 geology_html_8655836687 geology_html_8655836687:12:604:610 Oregon Salem, Oregon +0.24638 aapg_af_908.html aapg_af_908.html:21:2531:2542 Holdenville Tulsa, Oklahoma +0.248446 palaios_html_5268628065 palaios_html_5268628065:292:38816:38823 Jackson Caribbean +0.4864 cspg_html_8417280957 cspg_html_8417280957:11:1367:1386 Moenkopi Chinle Formation +0.469396 gsa_html_1538463681 gsa_html_1538463681:102:9158:9176 Cintura Sonora +0.490167 cspg_html_1948505826 cspg_html_1948505826:401:43569:43589 Ravenscrag Canada +0.478956 aapg_aa_24.html aapg_aa_24.html:574:68166:68172 Kingak Middle East +0.24843 gsa_html_1119256423 gsa_html_1119256423:546:48469:48483 Arikaree Colorado +0.26368 sedimentology_html_7464204028 sedimentology_html_7464204028:30:1925:1935 Washington Wa (Japan) +0.493387 gsa_html_3319631415 gsa_html_3319631415:644:57232:57260 Green River Colorado +0.266112 aapg_af_625.html aapg_af_625.html:313:29806:29811 Logan Ohio +0.2451 palaios_html_6025329652 palaios_html_6025329652:655:51489:51506 Shublik Northwest Arctic Borough, Alaska +0.46718 geology_html_4553007488 geology_html_4553007488:36:3186:3214 Walker Sierra Nevada (Spain) +0.243486 aapg_ac_451.html aapg_ac_451.html:266:28442:28470 Tuxedni Talkeetna, Alaska +0.246012 aapg_aa_696.html aapg_aa_696.html:115:14706:14719 Hermosa Hermosa, Chicago +0.48042 AMJC_html_8128063878 AMJC_html_8128063878:15:923:936 Santa Barbara California +0.638484 aapg_ac_881.html aapg_ac_881.html:827:86110:86136 Valmy Reno, Nevada +0.255348 cspg_html_1225021992 cspg_html_1225021992:211:28576:28595 Dunvegan River Torrens +0.512487 gsa_html_4964827699 gsa_html_4964827699:62:4987:5015 Green River Colorado +0.259065 gsa_html_5773121689 gsa_html_5773121689:680:61427:61436 Extension Andes +0.258552 gsa_html_2832151886 gsa_html_2832151886:254:18507:18524 Viking Victoria, British Columbia +0.499988 aapg_aa_544.html aapg_aa_544.html:209:28794:28800 Dakota Colorado +0.26469 aapg_ae_66.html aapg_ae_66.html:226:22635:22643 Dinwoody John Crow Mountains +0.246784 aapg_ak_87.html aapg_ak_87.html:454:57204:57223 Horquilla Supai, Arizona +0.476586 gsa_html_2220556952 gsa_html_2220556952:57:6946:6965 Pansy Lee Conglomerate Reno, Nevada +0.258462 aapg_ai_462.html aapg_ai_462.html:204:21961:21971 San Felipe El Abra +0.25857 palaios_html_3112927242 palaios_html_3112927242:514:40498:40517 Tuscarora Juniata County School District +0.500733 aapg_ah_464.html aapg_ah_464.html:17:3091:3101 Pottsville Illinois +0.256512 aapg_ah_90.html aapg_ah_90.html:280:39237:39259 Cedar Mountain Colorado +0.244518 AMJC_html_5390933660 AMJC_html_5390933660:886:84716:84732 Hawley Cambridge, Massachusetts +0.497988 geology_html_3303545591 geology_html_3303545591:303:23275:23296 Kekiktuk Conglomerate Anchorage, Alaska +0.469794 geology_html_4223618722 geology_html_4223618722:12:497:503 Denver Colorado +0.24598 sedimentology_html_6792907293 sedimentology_html_6792907293:27:1928:1933 Crete Crete +0.257013 geology_html_2056111011 geology_html_2056111011:13:753:763 Washington Earth +0.469829 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3171:3177 Arroyo San Carlos City, Pangasinan +0.491667 cspg_html_2929384614 cspg_html_2929384614:44:6744:6762 Halfway Lacombe, Alberta +0.34749 palaios_html_7860397774 palaios_html_7860397774:955:70284:70301 La Luna Venezuela +0.484702 aapg_ak_75.html aapg_ak_75.html:16:2317:2324 Yucatan Caribbean +0.251502 gsa_html_1119256423 gsa_html_1119256423:22:1152:1158 Denver Colorado +0.517776 gsa_html_9267548624 gsa_html_9267548624:669:64244:64261 Cardium Lacombe, Alberta +0.26447 aapg_aa_181.html aapg_aa_181.html:646:65659:65679 Capistrano Orange County, California +0.48128 cspg_html_9729377176 cspg_html_9729377176:31:3896:3904 Columbia Victoria, British Columbia +0.101757 aapg_aa_147.html aapg_aa_147.html:315:37680:37688 Deadwood Winnipeg +0.242039 cspg_html_4319383223 cspg_html_4319383223:35:5512:5519 Halfway Victoria, British Columbia +0.247779 aapg_ae_47.html aapg_ae_47.html:149:14155:14174 Sallisaw Frisco, Texas +0.472656 aapg_ah_459.html aapg_ah_459.html:102:9936:9955 Port Ewen Cobleskill (town), New York +0.489472 aapg_ac_71.html aapg_ac_71.html:443:50043:50050 Sunrise Logan, Utah +0.288696 aapg_ad_338.html aapg_ad_338.html:242:26442:26459 Magothy Merchantville, New Jersey +0.495804 aapg_ah_645.html aapg_ah_645.html:238:29364:29372 Sundance Cheyenne, Wyoming +0.47656 geology_html_7376742736 geology_html_7376742736:108:9719:9735 Cumberland Athol, Idaho +0.863037 cspg_html_2418341010 cspg_html_2418341010:107:13129:13148 Red River Winnipeg +0.417136 aapg_aa_23.html aapg_aa_23.html:217:23125:23133 Winnipeg Winnipeg +0.263153 aapg_ad_387.html aapg_ad_387.html:13:1660:1679 Woodbine Austin, Chicago +0.47685 aapg_af_854.html aapg_af_854.html:730:102333:102350 Keokuk Burlington, Ontario +0.2615 cspg_html_3008414459 cspg_html_3008414459:606:68335:68357 Medicine Hat Lacombe, Alberta +0.257033 aapg_ac_995.html aapg_ac_995.html:131:12174:12180 Sierra Victoria, British Columbia +0.480508 aapg_ai_924.html aapg_ai_924.html:65:10272:10286 Mission Canyon Williston, Vermont +0.26724 aapg_ae_594.html aapg_ae_594.html:250:28699:28716 Mt Lytton Buda, Texas +0.262944 cspg_html_5141367518 cspg_html_5141367518:403:56871:56888 Bearpaw Lacombe, Alberta +0.48945 palaios_html_9068072954 palaios_html_9068072954:1048:95992:95998 Oxford Earth +0.5035 aapg_ai_145.html aapg_ai_145.html:253:27195:27211 Fernie Lacombe, Alberta +0.25938 cspg_html_8128756616 cspg_html_8128756616:16:2094:2105 Peace River CFB Cold Lake +0.25806 aapg_aa_906.html aapg_aa_906.html:378:39930:39940 Fort Union Fort Union Trading Post National Historic Site +0.252973 gsa_html_7040053075 gsa_html_7040053075:130:13014:13038 Bedford Santiago +0.256985 cspg_html_9951421861 cspg_html_9951421861:11:1131:1139 Wabiskaw Clearwater, Florida +0.4959 gsa_html_2998645358 gsa_html_2998645358:67:5879:5907 Green River Colorado +0.24402 geology_html_5668555767 geology_html_5668555767:13:535:548 Santa Barbara California +0.25956 aapg_ah_605.html aapg_ah_605.html:38:3981:3989 Virginia Maryland +0.263048 aapg_af_854.html aapg_af_854.html:919:130104:130125 Paint Creek Kentucky +0.254541 cspg_html_6895078083 cspg_html_6895078083:346:35101:35116 Savik District Council of Franklin Harbour +0.793968 aapg_ac_741.html aapg_ac_741.html:103:11521:11539 Niobrara Sharon Springs, Kansas +0.35989 aapg_ac_91.html aapg_ac_91.html:134:13014:13034 Scott Peak Boise, Idaho +0.477582 cspg_html_1019614994 cspg_html_1019614994:67:13058:13063 Yukon Victoria, British Columbia +0.515396 aapg_ac_307.html aapg_ac_307.html:104:9801:9808 Wasatch Uinta Mountains +0.258516 aapg_ad_68.html aapg_ad_68.html:379:30343:30359 Waltersburg Mansfield, Ohio +0.493812 sedimentology_html_9977254291 sedimentology_html_9977254291:796:47893:47900 Waikato .nz +0.498316 cspg_html_4727171280 cspg_html_4727171280:105:12645:12662 Bearpaw Edmonton, London +0.24675 geology_html_9553937992 geology_html_9553937992:169:19367:19375 Woodside Devon +0.819118 cspg_html_1434585715 cspg_html_1434585715:854:80005:80023 Paskapoo Lacombe, Alberta +0.50112 aapg_af_471.html aapg_af_471.html:79:11082:11091 Hartselle Illinois +0.269868 aapg_ai_846.html aapg_ai_846.html:89:12089:12099 Citronelle Florida Panhandle +0.487026 aapg_ac_5.html aapg_ac_5.html:89:8505:8517 Medicine Hat Lacombe, Alberta +0.288148 palaios_html_3614379982 palaios_html_3614379982:18:1544:1557 Carlile Florence, Alabama +0.473386 aapg_aa_74.html aapg_aa_74.html:79:6634:6649 Laurel Lockport (city), New York +0.491232 gsa_html_4366904220 gsa_html_4366904220:698:67286:67291 Price Mexico +0.469829 aapg_ai_66.html aapg_ai_66.html:30:4061:4069 Colorado Sharon Springs, Kansas +0.254736 gsa_html_3320600310 gsa_html_3320600310:392:32910:32923 Chinle New Mexico +0.46592 cspg_html_9735723617 cspg_html_9735723617:688:82416:82425 Mould Bay Cape Cod +0.559998 aapg_ah_869.html aapg_ah_869.html:1105:99048:99067 Dakota Colorado +0.272734 cspg_html_3521815736 cspg_html_3521815736:291:41444:41452 Columbia Victoria, British Columbia +0.26341 aapg_ai_421.html aapg_ai_421.html:38:8119:8128 Oil Creek Allegheny River +0.827178 aapg_ai_504.html aapg_ai_504.html:67:6533:6542 Interlake Red River of the North +0.218768 aapg_aa_23.html aapg_aa_23.html:376:44545:44554 Red River Winnipeg +0.25344 aapg_ai_143.html aapg_ai_143.html:194:20309:20327 Foremost Southern Alberta +0.503079 aapg_ad_691.html aapg_ad_691.html:5:446:456 Georgetown Texas +0.286081 aapg_ac_961.html aapg_ac_961.html:274:28828:28837 Smackover Cotton Valley, Louisiana +0.505043 aapg_ad_865.html aapg_ad_865.html:260:27289:27305 Dakota Hermosa, Chicago +0.48514 cspg_html_5940878099 cspg_html_5940878099:29:4699:4734 Elm Point Manitoba +0.259072 aapg_ak_76.html aapg_ak_76.html:167:25150:25166 Cibao Puerto Rico +0.80448 cspg_html_8581304260 cspg_html_8581304260:340:37252:37264 Nicola Victoria, British Columbia +0.26664 aapg_ae_904.html aapg_ae_904.html:67:6333:6339 Ludlow Hell Creek Formation +0.4788 palaios_html_8869948553 palaios_html_8869948553:61:10745:10763 Genesee Moscow +0.510188 aapg_ae_742.html aapg_ae_742.html:166:17025:17033 Michigan Salina, Kansas +0.268736 aapg_ac_984.html aapg_ac_984.html:238:21003:21033 Van Buren Missouri River +0.518632 aapg_af_188.html aapg_af_188.html:175:19141:19149 Kootenai Colorado +0.254388 AMJC_html_2905856018 AMJC_html_2905856018:275:39046:39052 Pueblo Antelope Valley Freeway +0.260099 cspg_html_9768299963 cspg_html_9768299963:29:3471:3498 Battle Lacombe, Alberta +0.45864 cspg_html_1312400675 cspg_html_1312400675:212:25242:25260 Paskapoo Drumheller +0.252973 cspg_html_5435885523 cspg_html_5435885523:76:8793:8799 Viking North Sea oil +0.47748 aapg_ai_581.html aapg_ai_581.html:216:22690:22695 Mt Lytton Judith River Formation +0.491008 cspg_html_4326384800 cspg_html_4326384800:1676:231325:231350 Woodbend Lacombe, Alberta +0.275028 cspg_html_6383234409 cspg_html_6383234409:106:11731:11751 Bird Fiord Ellesmere Island +0.484059 cspg_html_7777724998 cspg_html_7777724998:898:81980:81994 Bullhead Victoria, British Columbia +0.251643 aapg_ai_157.html aapg_ai_157.html:463:43224:43241 Norfolk Guelph +0.259056 sedimentology_html_1796291503 sedimentology_html_1796291503:1049:93113:93133 Atherton Peru, Indiana +0.493189 cspg_html_2873888604 cspg_html_2873888604:123:20349:20381 Montney Lacombe, Alberta +0.24038 sedimentology_html_2040334789 sedimentology_html_2040334789:285:16766:16770 Hall London, Ontario +0.482924 aapg_ai_205.html aapg_ai_205.html:24:3338:3346 Victoria Gippsland +0.457011 aapg_aa_702.html aapg_aa_702.html:387:87648:87664 Belden Denver +0.476194 cspg_html_5484260516 cspg_html_5484260516:1175:105796:105811 Banff Lacombe, Alberta +0.254881 cspg_html_6816015957 cspg_html_6816015957:33:4448:4461 Barnett Texas +0.238721 aapg_ae_31.html aapg_ae_31.html:112:12939:12958 Wallace Arkansas +0.338465 geology_html_1390060534 geology_html_1390060534:34:3475:3486 Green River Logan, Utah +0.283424 aapg_ai_213.html aapg_ai_213.html:319:42009:42030 Slave Point Victoria, British Columbia +0.250952 cspg_html_2796643803 cspg_html_2796643803:180:28299:28307 Finnegan Lacombe, Alberta +0.705432 cspg_html_4541662139 cspg_html_4541662139:14:1245:1257 Cedar Valley Iowa +0.503564 aapg_ah_966.html aapg_ah_966.html:226:21082:21088 Battle Logan, Utah +0.264704 aapg_aa_253.html aapg_aa_253.html:45:4235:4244 Wyandotte Calcasieu Parish Public Schools +0.255955 aapg_aa_143.html aapg_aa_143.html:484:63157:63188 Rochester Huntington, West Virginia +0.460404 aapg_ae_296.html aapg_ae_296.html:47:5855:5862 Leonard San Angelo, Texas +0.252003 geology_html_2198400893 geology_html_2198400893:284:22858:22862 Webb El Salvador, Misamis Oriental +0.469145 sedimentology_html_8763654603 sedimentology_html_8763654603:781:39606:39610 Hall London, Ontario +0.6811 aapg_ac_949.html aapg_ac_949.html:202:19475:19485 Citronelle Melbourne, Florida +0.4736 aapg_ai_816.html aapg_ai_816.html:326:54197:54203 Hertha Cherryvale, Kansas +0.48672 sedimentology_html_2139169476 sedimentology_html_2139169476:247:24739:24748 Peninsula Korea +0.248446 gsa_html_2168907540 gsa_html_2168907540:360:40379:40390 Black Creek Republic of China +0.25857 aapg_ai_898.html aapg_ai_898.html:60:7305:7333 Green River Logan, Utah +0.240597 aapg_aa_381.html aapg_aa_381.html:36:5127:5142 Santa Margarita Kern County, California +0.265734 aapg_af_436.html aapg_af_436.html:163:18218:18226 Onondaga Erie County, New York +0.258362 aapg_af_2.html aapg_af_2.html:104:12227:12232 Aneth Ouray, Colorado +0.259248 aapg_ad_466.html aapg_ad_466.html:1419:150754:150769 Aquia Potomac River +0.485888 cspg_html_5546792631 cspg_html_5546792631:231:29348:29359 Stony Creek Canada +0.472392 aapg_ae_383.html aapg_ae_383.html:474:36414:36422 Woodford Chemung, New York +0.264171 aapg_ad_154.html aapg_ad_154.html:83:9901:9935 Hampshire Pendleton County, Kentucky +0.510291 aapg_ad_466.html aapg_ad_466.html:1101:118022:118037 Vincentown Closter, New Jersey +0.492618 aapg_ac_930.html aapg_ac_930.html:63:7781:7789 Michigan Lansing, Michigan +0.27071 aapg_ae_305.html aapg_ae_305.html:91:12192:12198 Perija Cordillera Administrative Region +0.484124 gsa_html_1130947011 gsa_html_1130947011:184:22662:22686 Point Pleasant Utica, New York +0.377 aapg_ad_954.html aapg_ad_954.html:244:25921:25931 Bonneterre Missouri River +0.493272 aapg_ad_401.html aapg_ad_401.html:11:939:959 Fort Union Moraine, Ohio +0.366388 aapg_ae_570.html aapg_ae_570.html:3:350:367 Lockport Dolomite Huntington, West Virginia +0.468796 cspg_html_1893593837 cspg_html_1893593837:335:24502:24531 Red Head Rapids Coral Harbour Airport +0.27195 cspg_html_9613906024 cspg_html_9613906024:797:63023:63038 Salem Bloomington, Indiana +0.2785 aapg_ah_763.html aapg_ah_763.html:304:28883:28910 Stonewall Texas +0.48705 cspg_html_1578389835 cspg_html_1578389835:35:4401:4423 Cooking Lake Lacombe, Alberta +0.425491 aapg_aa_844.html aapg_aa_844.html:380:38956:38962 Pocono Gilmer County, Georgia +0.24059 aapg_ae_499.html aapg_ae_499.html:500:53109:53115 Walker Boulder, Colorado +0.267786 sedimentology_html_3358647812 sedimentology_html_3358647812:832:75201:75219 Dunvegan Canada +0.250444 aapg_ai_321.html aapg_ai_321.html:145:20206:20223 Esquias Honduras +0.248997 aapg_af_762.html aapg_af_762.html:339:38824:38832 Homewood Illinois +0.50806 aapg_ad_958.html aapg_ad_958.html:893:93121:93127 Keokuk Salina, Kansas +0.284085 aapg_af_419.html aapg_af_419.html:174:21238:21252 Hondo Santa Barbara, California +0.27336 aapg_ah_321.html aapg_ah_321.html:35:3295:3306 Mauch Chunk Huntington, West Virginia +0.275301 palaios_html_4745554613 palaios_html_4745554613:608:60550:60574 Kaskapau Lacombe, Alberta +0.54243 aapg_ad_867.html aapg_ad_867.html:106:10552:10572 San Andres Guadalupe Mountains National Park +0.257048 gsa_html_8707521176 gsa_html_8707521176:369:35358:35375 Bradore Summerside, Prince Edward Island +0.26418 geology_html_6407364180 geology_html_6407364180:53:5416:5441 Navajo Logan, Utah +0.4896 aapg_ai_584.html aapg_ai_584.html:87:8873:8884 Cassa Colorado +0.23958 aapg_ac_824.html aapg_ac_824.html:60:6070:6087 Manitou Colorado +0.26728 aapg_ae_331.html aapg_ae_331.html:104:11050:11057 Cypress Hardinsburg, Indiana +0.250952 aapg_ad_723.html aapg_ad_723.html:172:16251:16267 Dripping Springs Quito +0.245532 aapg_ai_980.html aapg_ai_980.html:675:59237:59242 Swift Sunriver, Oregon +0.500963 aapg_ac_629.html aapg_ac_629.html:350:44719:44726 Prairie Oberlin, Ohio +0.277288 aapg_ah_90.html aapg_ah_90.html:111:16782:16804 Burro Canyon Colorado +0.264404 aapg_ac_82.html aapg_ac_82.html:197:18676:18684 Woodbine Arkansas +0.265734 cspg_html_9778753186 cspg_html_9778753186:333:49385:49393 Columbia Victoria, British Columbia +0.259065 gsa_html_7102550258 gsa_html_7102550258:802:90234:90251 Moenave Springdale, Arkansas +0.247008 cspg_html_3012058617 cspg_html_3012058617:230:31402:31410 Waterton Lacombe, Alberta +0.492143 cspg_html_4694210878 cspg_html_4694210878:139:16894:16917 Attawapiskat River Severn +0.258332 cspg_html_6255491344 cspg_html_6255491344:312:40541:40556 Grassy Mountain Lacombe, Alberta +0.483395 aapg_ad_466.html aapg_ad_466.html:1374:146262:146269 Raritan The Carolinas +0.269217 cspg_html_1903772372 cspg_html_1903772372:490:54273:54281 Columbia Victoria, British Columbia +0.464688 cspg_html_1222040397 cspg_html_1222040397:38:5787:5803 Cassiar Middle Ordovician +0.248446 geology_html_7113954805 geology_html_7113954805:15:878:884 Denver Colorado +0.507675 AMJC_html_6242114524 AMJC_html_6242114524:871:86985:86992 St Marys China +0.267764 aapg_ai_49.html aapg_ai_49.html:758:96791:96797 Carmel Logan, Utah +0.29456 sedimentology_html_6545643294 sedimentology_html_6545643294:1020:48218:48222 Hall London, Ontario +0.396748 cspg_html_6252417471 cspg_html_6252417471:342:51726:51755 Kanguk Bathurst Island (Northern Territory) +0.805194 sedimentology_html_2865738906 sedimentology_html_2865738906:612:35119:35140 Lake Valley Alamogordo, New Mexico +0.445592 cspg_html_3102530088 cspg_html_3102530088:75:10234:10244 Milk River Lacombe, Alberta +0.470815 sedimentology_html_8510537334 sedimentology_html_8510537334:2078:143806:143821 Perry Charlotte County, Florida +0.259548 palaios_html_5321533010 palaios_html_5321533010:424:47014:47020 Reston Lihue, Hawaii +0.374492 jgeology_html_8064855537 jgeology_html_8064855537:1333:75458:75482 Cedar Mountain Logan, Utah +0.495496 sedimentology_html_9232728124 sedimentology_html_9232728124:21:1487:1507 Toro Chile +0.251856 cspg_html_2873888604 cspg_html_2873888604:234:35833:35841 Columbia Victoria, British Columbia +0.488131 aapg_af_854.html aapg_af_854.html:557:76067:76089 Warsaw Bloomington, Indiana +0.252266 sedimentology_html_1591727938 sedimentology_html_1591727938:68:5704:5715 Peace River Victoria, British Columbia +0.477594 gsa_html_1779324801 gsa_html_1779324801:64:4078:4106 Green River Colorado +0.489842 gsa_html_5773604426 gsa_html_5773604426:670:55262:55274 Wilcox Shreveport, Louisiana +0.252993 aapg_ad_148.html aapg_ad_148.html:21:1948:1954 Oregon Seattle +0.250857 cspg_html_4694482219 cspg_html_4694482219:725:71449:71466 Bearpaw Lacombe, Alberta +0.495992 aapg_ai_256.html aapg_ai_256.html:342:35723:35730 St Marys Ohio +0.49329 aapg_ah_283.html aapg_ah_283.html:149:16836:16842 Keasey Cowlitz River +0.480076 aapg_ad_154.html aapg_ad_154.html:62:7271:7293 Conococheague Sayre, Oklahoma +0.264132 aapg_ai_157.html aapg_ai_157.html:436:39462:39478 Salina Guelph +0.258792 cspg_html_9152086986 cspg_html_9152086986:149:17010:17027 Halfway Victoria, British Columbia +0.40368 aapg_af_130.html aapg_af_130.html:176:30836:30843 Madison Richmond, California +0.252609 aapg_ae_74.html aapg_ae_74.html:616:58735:58750 Nacimiento Kirtland, Ohio +0.26462 sedimentology_html_3306606920 sedimentology_html_3306606920:980:65955:65962 Compton Hamburg +0.254856 cspg_html_8089302449 cspg_html_8089302449:545:95232:95254 Souris River Regina, Saskatchewan +0.263069 aapg_ah_847.html aapg_ah_847.html:146:16458:16483 Navesink New Egypt, New Jersey +0.255009 gsa_html_1617077506 gsa_html_1617077506:209:20676:20684 Columbia Victoria, British Columbia +0.24794 aapg_aa_15.html aapg_aa_15.html:234:32776:32789 Whitsett Whitsett, North Carolina +0.252506 aapg_ad_466.html aapg_ad_466.html:1220:130544:130551 Raritan Patapsco River +0.48057 gsa_html_7396981637 gsa_html_7396981637:50:3331:3341 Stillwater Boulder River (Washington) +0.491454 sedimentology_html_8006979411 sedimentology_html_8006979411:1130:91399:91416 Cardium Canada +0.253935 geology_html_8181549007 geology_html_8181549007:163:13292:13297 Cadiz Portugal +0.265216 gsa_html_7102550258 gsa_html_7102550258:730:83087:83103 Summerville Colorado +0.486095 gsa_html_9280112280 gsa_html_9280112280:42:3817:3829 Saskatchewan Ontario, California +0.685651 cspg_html_5241714595 cspg_html_5241714595:69:11807:11829 Winnipegosis Regina, Saskatchewan +0.457355 aapg_ae_74.html aapg_ae_74.html:382:35201:35217 Navajo San Juan, Argentina +0.261085 gsa_html_5732664703 gsa_html_5732664703:198:22141:22148 Lay Dam Tallapoosa County, Alabama +0.251883 jgeology_html_4289404569 jgeology_html_4289404569:456:43173:43194 Green River Wisconsin +0.254925 cspg_html_4148961483 cspg_html_4148961483:283:42830:42851 Frontier Cheyenne, Wyoming +0.469062 aapg_ai_722.html aapg_ai_722.html:195:22160:22168 Michigan Central America +0.484939 aapg_ad_466.html aapg_ad_466.html:876:94290:94298 Monmouth Matawan, New Jersey +0.506447 gsa_html_4339524478 gsa_html_4339524478:624:67883:67893 Washington Boise, Idaho +0.26235 aapg_ai_581.html aapg_ai_581.html:124:12585:12599 Colorado Black Hills +0.433105 cspg_html_3831007171 cspg_html_3831007171:9:633:651 Graminia Edmonton, London +0.491667 aapg_ac_511.html aapg_ac_511.html:7:880:885 Viola Pauls Valley, Oklahoma +0.490496 geology_html_4381970789 geology_html_4381970789:296:26600:26606 Taylor London, Ontario +0.495208 gsa_html_2386786165 gsa_html_2386786165:61:4118:4146 Green River Colorado +0.482092 gsa_html_4522678867 gsa_html_4522678867:748:80164:80170 Antler Reno, Nevada +0.529916 aapg_ad_808.html aapg_ad_808.html:589:37350:37368 Phosphoria Flat Creek, Missouri +0.259578 sedimentology_html_4109585061 sedimentology_html_4109585061:1130:87331:87336 Price Lancaster, California +0.465432 gsa_html_4891459463 gsa_html_4891459463:1335:122389:122402 Santa Barbara Channel Islands of California +0.473499 aapg_ad_879.html aapg_ad_879.html:287:20094:20099 Price Agua Dulce, Nueces County, Texas +0.47988 gsa_html_6838140604 gsa_html_6838140604:173:18515:18526 Santa Clara Santa Ynez Valley +0.252324 gsa_html_3860045860 gsa_html_3860045860:24:1143:1149 Eugene Salem, Oregon +0.493296 cspg_html_4409656292 cspg_html_4409656292:643:72470:72487 Cardium Victoria, British Columbia +0.477664 cspg_html_9951421861 cspg_html_9951421861:22:3241:3250 Athabasca Clearwater, Florida +0.27178 aapg_ai_958.html aapg_ai_958.html:275:25390:25407 Reynosa Texas +0.256536 geology_html_9085928497 geology_html_9085928497:92:8302:8340 Columbia Ellensburg, Washington +0.26471 cspg_html_3521815736 cspg_html_3521815736:276:38631:38638 Halfway Victoria, British Columbia +0.47672 aapg_aa_106.html aapg_aa_106.html:70:7740:7755 Elk Regina, Saskatchewan +0.446985 AMJC_html_8619525948 AMJC_html_8619525948:739:73927:73939 Rhode Island Kingston, Jamaica +0.470782 palaios_html_3243054568 palaios_html_3243054568:835:68441:68461 Beck Spring Dolomite California +0.254012 sedimentology_html_7399126879 sedimentology_html_7399126879:1484:75735:75771 Big Cottonwood Logan, Utah +0.263133 aapg_ad_258.html aapg_ad_258.html:352:40500:40506 Pocono Logan County, West Virginia +0.25493 aapg_ae_630.html aapg_ae_630.html:136:12257:12274 Madison Williamson County, Texas +0.254514 aapg_ai_366.html aapg_ai_366.html:3:311:317 Lissie Beaumont, Texas +0.499896 aapg_ae_3.html aapg_ae_3.html:142:19588:19602 Mission Canyon Regina, Saskatchewan +0.480568 AMJC_html_5916115748 AMJC_html_5916115748:1519:134066:134076 Washington Olympic National Park +0.506933 cspg_html_9018334227 cspg_html_9018334227:31:3580:3588 Columbia Stikine River +0.51092 aapg_ah_536.html aapg_ah_536.html:520:68284:68305 Paluxy Paluxy, Texas +0.48896 cspg_html_3447886929 cspg_html_3447886929:1380:124739:124752 Potsdam Canada +0.532648 aapg_ad_918.html aapg_ad_918.html:67:9584:9603 Niobrara Rawlins, Wyoming +0.439377 cspg_html_9717154602 cspg_html_9717154602:198:28169:28181 Saskatchewan Lacombe, Alberta +0.498222 aapg_af_575.html aapg_af_575.html:1173:168957:168963 Dakota Texas County, Missouri +0.495471 gsa_html_2240019054 gsa_html_2240019054:456:42740:42749 Knoxville The Carolinas +0.490546 aapg_af_168.html aapg_af_168.html:126:18612:18622 Sespe Ventura County, California +0.2515 aapg_af_143.html aapg_af_143.html:923:92067:92078 Port Orford River Rouge (Michigan) +0.487936 aapg_ad_81.html aapg_ad_81.html:1132:184800:184811 Buena Vista Ohio +0.69192 sedimentology_html_5673709888 sedimentology_html_5673709888:1235:57358:57389 Keokuk Burlington, Ontario +0.267168 gsa_html_5394777952 gsa_html_5394777952:145:14072:14096 Morrison Sierra Nevada (Spain) +0.258937 cspg_html_6967030128 cspg_html_6967030128:20:2102:2110 Columbia Victoria, British Columbia +0.26352 aapg_ac_534.html aapg_ac_534.html:365:38964:38969 Swift Maryland +0.277729 aapg_ad_660.html aapg_ad_660.html:480:66545:66567 Seven Rivers New Mexico +0.475648 sedimentology_html_3907918417 sedimentology_html_3907918417:1754:134383:134412 Dunvegan Canada +0.95118 aapg_aa_23.html aapg_aa_23.html:275:31021:31039 Winnipeg Manitoba +0.367305 cspg_html_9343899465 cspg_html_9343899465:2212:203746:203759 Weatherall Melville Island (Canada) +0.47523 aapg_ah_647.html aapg_ah_647.html:986:104996:105012 Morita New Mexico +0.260865 aapg_ad_599.html aapg_ad_599.html:219:26965:26980 Price Mississippian culture +0.507408 gsa_html_3010975239 gsa_html_3010975239:401:51746:51754 Michigan Michigan Basin +0.494656 aapg_af_209.html aapg_af_209.html:64:8008:8022 Beaumont Chester, Pennsylvania +0.474096 aapg_ad_51.html aapg_ad_51.html:83:6287:6297 Bedford Shelbyville, Indiana +0.282348 aapg_af_880.html aapg_af_880.html:487:73396:73401 Supai Kaibab, Arizona +0.258332 gsa_html_8308045298 gsa_html_8308045298:896:84085:84095 Washington Logan, Utah +0.461214 aapg_ac_364.html aapg_ac_364.html:30:4200:4208 Colorado Cheyenne, Wyoming +0.4966 AMJC_html_6341723617 AMJC_html_6341723617:1099:91769:91777 Colorado Murray, Kentucky +0.496837 gsa_html_3190469354 gsa_html_3190469354:1224:81863:81885 Rabbitkettle Canada +0.261626 sedimentology_html_6051696699 sedimentology_html_6051696699:60:5928:5947 Caledonia New Caledonia +0.248 aapg_af_833.html aapg_af_833.html:1107:123055:123073 Tensleep Black Mountains (North Carolina) +0.487278 AMJC_html_7984049819 AMJC_html_7984049819:714:76894:76911 Kittery Portland, Maine +0.263048 palaios_html_3931161229 palaios_html_3931161229:371:37966:37993 Needmore Morocco +0.4755 sedimentology_html_3513052114 sedimentology_html_3513052114:287:23785:23789 Hall London, Ontario +0.269336 aapg_ae_681.html aapg_ae_681.html:4:493:516 Cotton Valley Haynesville, Louisiana +0.483383 palaios_html_7076037184 palaios_html_7076037184:320:29726:29746 Tradewater Cheltenham, Victoria +0.510024 aapg_ad_978.html aapg_ad_978.html:286:27633:27660 Prospect Logan, Utah +0.244961 palaios_html_3022467877 palaios_html_3022467877:277:29979:29990 Hornerstown Navesink River +0.501468 aapg_ah_253.html aapg_ah_253.html:18:2749:2768 Minnelusa Cheyenne, Wyoming +0.807192 aapg_ad_653.html aapg_ad_653.html:437:54858:54893 Beaufort Banks Island +0.475488 aapg_ae_917.html aapg_ae_917.html:362:40086:40103 Paradox Colorado Western Slope +0.276018 cspg_html_7757695996 cspg_html_7757695996:60:9071:9077 Lisbon Ericeira +0.500681 aapg_ae_5.html aapg_ae_5.html:191:22083:22097 Earp New Mexico +0.41613 aapg_ah_662.html aapg_ah_662.html:459:45528:45536 Colorado Texas +0.474264 aapg_ac_420.html aapg_ac_420.html:41:6125:6132 Pioneer Monterey, California +0.266156 aapg_ad_2.html aapg_ad_2.html:1053:143805:143826 Beekmantown Chambersburg, Pennsylvania +0.261096 cspg_html_5973552270 cspg_html_5973552270:106:14728:14753 Beaverhill Lacombe, Alberta +0.463866 aapg_ac_688.html aapg_ac_688.html:153:15997:16004 Kayenta Chinle Formation +0.498122 aapg_ai_583.html aapg_ai_583.html:578:75835:75843 Sundance Logan, Utah +0.266231 gsa_html_8491258533 gsa_html_8491258533:151:19484:19518 Hampshire New Hampshire +0.46662 aapg_ai_491.html aapg_ai_491.html:166:19364:19379 Molas Atoka, Oklahoma +0.256486 gsa_html_8614162917 gsa_html_8614162917:566:52242:52261 Horse Spring Lime Ridge Mall +0.497547 aapg_ae_960.html aapg_ae_960.html:64:9383:9399 Amsden Salem, Massachusetts +0.47376 gsa_html_5865982995 gsa_html_5865982995:1351:142721:142728 Laramie County (United States) +0.493812 cspg_html_5699627350 cspg_html_5699627350:83:11605:11611 Viking Colorado +0.244035 cspg_html_5438428738 cspg_html_5438428738:75:9159:9178 Athabasca Stuart Island (Washington) +0.227976 aapg_aa_563.html aapg_aa_563.html:214:28886:28900 Fredericksburg Mexico +0.467892 sedimentology_html_1766433758 sedimentology_html_1766433758:52:4092:4100 Bachelor Surrey, British Columbia +0.478676 aapg_ac_424.html aapg_ac_424.html:246:41398:41416 Whitsett West Texas +0.237133 cspg_html_7086880709 cspg_html_7086880709:343:44976:44985 Kee Scarp Buffalo National River +0.478353 aapg_ad_153.html aapg_ad_153.html:447:47052:47063 Tar Springs Ouachita Parish, Louisiana +0.263682 AMJC_html_3349258327 AMJC_html_3349258327:529:64084:64090 Oregon Earth +0.252164 aapg_ac_253.html aapg_ac_253.html:471:57865:57871 Frisco Sallisaw, Oklahoma +0.257536 AMJC_html_2711105513 AMJC_html_2711105513:741:83996:84000 Hall Greifensee, Zurich +0.241542 aapg_ad_153.html aapg_ad_153.html:330:32253:32260 Cypress Hardinsburg, Indiana +0.252993 cspg_html_7271054047 cspg_html_7271054047:12:1297:1313 Tetcho Victoria, British Columbia +0.254448 aapg_aa_261.html aapg_aa_261.html:271:31507:31524 Bird Spring Clark County, Indiana +0.240297 aapg_ah_160.html aapg_ah_160.html:306:36897:36908 Salina Guelph +0.264704 geology_html_4078898597 geology_html_4078898597:365:24226:24230 Rico Colorado +0.474122 cspg_html_4530154552 cspg_html_4530154552:919:126272:126280 Colorado Calgary +0.26059 aapg_ah_772.html aapg_ah_772.html:613:49158:49175 Bird Spring Reno, Nevada +0.493136 cspg_html_7779401416 cspg_html_7779401416:134:16414:16422 Reynales Manitoulin Island +0.240075 aapg_af_3.html aapg_af_3.html:133:13668:13677 Flagstaff Western world +0.262656 AMJC_html_8965853681 AMJC_html_8965853681:19:931:941 Washington Washington (state) +0.248003 aapg_ak_76.html aapg_ak_76.html:126:18499:18504 Cibao Kewanee, Illinois +0.468843 cspg_html_9942234474 cspg_html_9942234474:5:269:302 Grosmont Lacombe, Alberta +0.499797 aapg_af_296.html aapg_af_296.html:12:925:935 Washington Salem, Oregon +0.480312 gsa_html_9053690941 gsa_html_9053690941:29:2796:2824 Green River New Mexico +0.251502 gsa_html_1217771406 gsa_html_1217771406:164:17315:17328 Santa Barbara Santa Cruz Island +0.265728 aapg_ae_885.html aapg_ae_885.html:258:26632:26640 Graneros Niobrara, Nebraska +0.25296 aapg_af_85.html aapg_af_85.html:75:8402:8414 Gilwood Lesser Slave Lake Provincial Park +0.242536 cspg_html_4287356899 cspg_html_4287356899:3314:347653:347658 Yukon Ellesmere Island +0.477954 geology_html_3217046505 geology_html_3217046505:12:498:508 Santa Cruz California +0.451659 aapg_ac_295.html aapg_ac_295.html:35:3489:3497 Colorado Logan, Utah +0.2626 geology_html_9637341398 geology_html_9637341398:40:3338:3368 Ione Great Valley, New York +0.25553 gsa_html_3380395839 gsa_html_3380395839:1090:89563:89573 Washington Seattle +0.25344 aapg_ad_52.html aapg_ad_52.html:749:82513:82527 Coldwater Huron County, Michigan +0.495045 gsa_html_9271907132 gsa_html_9271907132:439:37791:37797 Sierra Mexico +0.490795 gsa_html_4078158156 gsa_html_4078158156:181:20833:20858 Ithaca Montour Falls, New York +0.46376 cspg_html_2796643803 cspg_html_2796643803:758:80365:80383 Deadwood Regina, Saskatchewan +0.493136 aapg_ai_980.html aapg_ai_980.html:424:36864:36872 Sawtooth Lacombe, Alberta +0.28567 gsa_html_2780929733 gsa_html_2780929733:1146:95786:95814 Green River New Mexico +0.481461 gsa_html_8035658736 gsa_html_8035658736:926:100301:100311 Washington Boise, Idaho +0.508816 aapg_ai_20.html aapg_ai_20.html:43:4439:4448 Etchegoin Tulare, California +0.50042 aapg_ad_466.html aapg_ad_466.html:1196:128229:128236 Raritan Tuscaloosa, Alabama +0.714546 aapg_ac_626.html aapg_ac_626.html:39:5475:5502 Antietam Huntington, West Virginia +0.476545 aapg_ae_268.html aapg_ae_268.html:346:32968:32990 Buffalo Wallow Cloverport, Kentucky +0.25428 aapg_ae_467.html aapg_ae_467.html:387:29630:29639 Coldwater Michigan +0.236572 gsa_html_9370941331 gsa_html_9370941331:549:53938:53951 Lone Mountain California Water Wars +0.49329 gsa_html_5158209975 gsa_html_5158209975:24:1617:1624 Prairie Mississippi River +0.439348 aapg_aa_23.html aapg_aa_23.html:91:11034:11052 Winnipeg Lake Winnipeg +0.253492 cspg_html_4768933240 cspg_html_4768933240:73:6107:6119 Saskatchewan Manitoba +0.477453 aapg_ah_871.html aapg_ah_871.html:18:2587:2595 Montreal Ottawa, Kansas +0.495208 gsa_html_8658857148 gsa_html_8658857148:59:3803:3831 Green River Colorado +0.262644 aapg_ad_169.html aapg_ad_169.html:211:24698:24716 Maccrady Greenbrier (Great Smoky Mountains) +0.48705 aapg_ae_600.html aapg_ae_600.html:52:7094:7098 Java Borneo +0.483108 geology_html_4331833824 geology_html_4331833824:226:18828:18832 Bond North Atlantic Current +0.25806 palaios_html_3735808691 palaios_html_3735808691:14:802:812 Santa Cruz Santa Cruz, California +0.253967 jgeology_html_3756303604 jgeology_html_3756303604:156:8463:8476 Cid Middle Ordovician +0.254388 aapg_ai_399.html aapg_ai_399.html:69:7774:7797 Porters Creek Kentucky +0.25048 AMJC_html_3305618972 AMJC_html_3305618972:1684:142180:142198 Arc London, Ontario +0.456573 aapg_ad_466.html aapg_ad_466.html:705:77931:77944 Wenonah Monmouth County, New Jersey +0.472352 gsa_html_2164335274 gsa_html_2164335274:75:5965:5993 Green River Colorado +0.829008 gsa_html_5952049575 gsa_html_5952049575:605:65856:65864 Willwood Cheyenne, Wyoming +0.475779 sedimentology_html_9244748069 sedimentology_html_9244748069:2207:131301:131326 Mount Wrightson Arizona +0.471555 sedimentology_html_5315330584 sedimentology_html_5315330584:63:5793:5797 Java South Sulawesi +0.310312 cspg_html_6985536436 cspg_html_6985536436:531:67617:67633 Kanguk Banks Island +0.488796 cspg_html_7117661916 cspg_html_7117661916:100:10041:10049 Columbia Victoria, British Columbia +0.482592 aapg_ac_126.html aapg_ac_126.html:217:32784:32801 Haynesville Bossier City, Louisiana +0.261632 palaios_html_5264377288 palaios_html_5264377288:95:9381:9412 Fort Union Cheyenne, Wyoming +0.247396 aapg_ad_945.html aapg_ad_945.html:4:541:553 Saskatchewan Lacombe, Alberta +0.481362 aapg_aa_270.html aapg_aa_270.html:54:7119:7126 Canning Bathurst Island (Northern Territory) +0.243512 cspg_html_3175305741 cspg_html_3175305741:10:1146:1155 Neruokpuk Anchorage, Alaska +0.513274 aapg_ah_193.html aapg_ah_193.html:205:23626:23646 Fort Union Powder River (Montana) +0.47177 aapg_ae_45.html aapg_ae_45.html:771:76865:76885 Smackover Haynesville, Louisiana +0.477012 aapg_aa_867.html aapg_aa_867.html:69:8578:8586 Colorado Denver +0.48132 cspg_html_3610827329 cspg_html_3610827329:32:4549:4564 Turtle Mountain Lacombe, Alberta +0.49979 aapg_aa_644.html aapg_aa_644.html:845:64511:64519 Colorado Mesa, Arizona +0.25544 aapg_ai_64.html aapg_ai_64.html:555:65538:65554 Cane River Shreveport, Louisiana +0.244036 gsa_html_2204469229 gsa_html_2204469229:344:36158:36164 Sierra Sierra Nevada (Spain) +0.249424 cspg_html_1732329534 cspg_html_1732329534:65:9329:9347 Paskapoo Lacombe, Alberta +0.48222 aapg_ai_4.html aapg_ai_4.html:32:4425:4431 Neroly San Pablo Bay National Wildlife Refuge +0.492096 aapg_aa_110.html aapg_aa_110.html:63:9343:9364 Green River Sweetwater, Miami-Dade County, Florida +0.507473 aapg_af_333.html aapg_af_333.html:465:48730:48742 Salina Pennsylvania +0.47376 gsa_html_1783148177 gsa_html_1783148177:598:63109:63130 Mt Lytton Eagle Mountain (Minnesota) +0.482924 palaios_html_3185775528 palaios_html_3185775528:303:23994:24009 Spray Victoria, British Columbia +0.81993 aapg_ai_49.html aapg_ai_49.html:349:44018:44024 Dakota Colorado +0.481584 aapg_ai_28.html aapg_ai_28.html:185:16329:16344 Lissie Kleberg County, Texas +0.242526 aapg_ai_28.html aapg_ai_28.html:732:69583:69593 Rio Grande Texas +0.24048 geology_html_9162688386 geology_html_9162688386:240:21963:21969 Walker San Jose, California +0.503475 aapg_aa_626.html aapg_aa_626.html:57:7493:7506 Potomac Delaware +0.499278 gsa_html_2962806074 gsa_html_2962806074:1226:104367:104395 Green River Colorado +0.44911 gsa_html_9301126081 gsa_html_9301126081:779:71834:71838 Dunn Los Angeles +0.482304 aapg_af_497.html aapg_af_497.html:580:53990:53998 Colorado Pueblo, Colorado +0.254925 cspg_html_4799463481 cspg_html_4799463481:145:16688:16704 Strathcona Fiord District Council of Franklin Harbour +0.255488 cspg_html_7086537250 cspg_html_7086537250:888:111834:111842 Columbia Victoria, British Columbia +0.262656 geology_html_5159085006 geology_html_5159085006:70:8435:8441 Provo Benton, Arkansas +0.258834 aapg_ac_215.html aapg_ac_215.html:39:4998:5006 Deadwood Englewood, New Jersey +0.50284 cspg_html_4132771434 cspg_html_4132771434:614:78070:78087 Gething Victoria, British Columbia +0.2727 aapg_ah_536.html aapg_ah_536.html:280:38068:38085 Rodessa Rodessa, Louisiana +0.499422 aapg_ac_333.html aapg_ac_333.html:651:79939:79944 Supai Supai, Arizona +0.260084 aapg_ac_807.html aapg_ac_807.html:284:28573:28584 Hornerstown Monmouth County, New Jersey +0.452196 gsa_html_7199417381 gsa_html_7199417381:866:79510:79518 Colorado Cheyenne, Wyoming +0.24144 aapg_ai_17.html aapg_ai_17.html:1366:93812:93817 Bluff Vernal, Utah +0.457856 palaios_html_7111318862 palaios_html_7111318862:51:5547:5563 Horseshoe Canyon Lacombe, Alberta +0.25654 gsa_html_8825240131 gsa_html_8825240131:899:74297:74306 Aux Vases Illinois +0.253991 aapg_af_595.html aapg_af_595.html:199:17058:17064 Midway Mississippi River +0.266352 aapg_ai_18.html aapg_ai_18.html:154:14821:14828 Carrizo Charlotte, North Carolina +0.273812 aapg_ae_777.html aapg_ae_777.html:155:18089:18107 Tererro Gallina +0.25839 aapg_ac_720.html aapg_ac_720.html:95:12305:12313 Navesink Atlantic Highlands, New Jersey +0.488048 cspg_html_4293350162 cspg_html_4293350162:49:7260:7270 Mount Head Canada +0.287585 aapg_ah_144.html aapg_ah_144.html:101:8001:8019 Windsor Stony Creek, New York +0.504753 aapg_ad_466.html aapg_ad_466.html:147:15821:15828 Raritan Raritan River +0.484429 cspg_html_1019614994 cspg_html_1019614994:71:14126:14143 Torquay Lacombe, Alberta +0.462031 aapg_ac_333.html aapg_ac_333.html:1643:173071:173081 Washington Western world +0.482729 cspg_html_1019614994 cspg_html_1019614994:67:13117:13153 Banff Victoria, British Columbia +0.271341 palaios_html_2621173808 palaios_html_2621173808:232:24920:24937 Montney Canada +0.4557 sedimentology_html_2006668573 sedimentology_html_2006668573:215:21080:21086 Brazil Mexico +0.2515 jgeology_html_5969913209 jgeology_html_5969913209:406:26188:26225 Protection Cincinnati +0.24786 cspg_html_9729377176 cspg_html_9729377176:784:97249:97268 Pardonet Western Canadian Sedimentary Basin +0.273465 aapg_ac_910.html aapg_ac_910.html:195:20080:20089 Huizachal Mexico +0.483736 gsa_html_2023933346 gsa_html_2023933346:394:41366:41391 Topanga Whittier, Alaska +0.26979 sedimentology_html_2139169476 sedimentology_html_2139169476:356:38505:38514 Peninsula Korea +0.459036 cspg_html_4287356899 cspg_html_4287356899:1458:200991:201008 Alapah Anchorage, Alaska +0.481086 gsa_html_2832151886 gsa_html_2832151886:595:52607:52625 Dunvegan Victoria, British Columbia +0.489762 AMJC_html_5969956211 AMJC_html_5969956211:145:19909:19917 Columbia Victoria, British Columbia +0.496762 geology_html_1523318259 geology_html_1523318259:187:20872:20893 Green River Cheyenne, Wyoming +0.253655 sedimentology_html_9522643663 sedimentology_html_9522643663:150:13638:13645 Entrada Carmel, Indiana +0.2475 cspg_html_7896958755 cspg_html_7896958755:346:39603:39623 Clearwater CFB Cold Lake +0.500681 cspg_html_6517402834 cspg_html_6517402834:228:21748:21756 Coalspur Lacombe, Alberta +0.254514 AMJC_html_4147467903 AMJC_html_4147467903:1229:119342:119367 Navajo Colorado Plateau +0.2665 aapg_ad_223.html aapg_ad_223.html:298:32722:32742 Springhill Springhill, Nova Scotia +0.497664 cspg_html_7866465429 cspg_html_7866465429:182:22141:22160 Kishenehn South Fork Flathead River +0.454545 gsa_html_5107598462 gsa_html_5107598462:474:43146:43152 Salina Salina, Kansas +0.258192 cspg_html_3772380029 cspg_html_3772380029:1415:149694:149709 Interlake Manitoba +0.49234 gsa_html_9893597225 gsa_html_9893597225:31:2820:2848 Green River Colorado +0.268299 gsa_html_4820340337 gsa_html_4820340337:641:56063:56084 Tibbit Hill Quebec City +0.501704 aapg_ah_859.html aapg_ah_859.html:235:27888:27911 Moodys Branch Melbourne, Florida +0.500434 aapg_ae_233.html aapg_ae_233.html:19:2723:2738 Eutaw Chattahoochee River National Recreation Area +0.463624 cspg_html_2650524233 cspg_html_2650524233:83:11771:11788 Bearpaw Edmonton, London +0.4645 jgeology_html_8064855537 jgeology_html_8064855537:273:19598:19622 Cedar Mountain Western world +0.249001 palaios_html_1229296810 palaios_html_1229296810:75:5455:5486 Purisima Santa Cruz Mountains +0.272976 aapg_ad_143.html aapg_ad_143.html:50:4082:4113 Red River McAlester, Oklahoma +0.2555 cspg_html_5538678223 cspg_html_5538678223:48:8294:8305 Peace River Pine River (Michigan) +0.25647 aapg_ah_142.html aapg_ah_142.html:19:1427:1433 Oregon Washington (state) +0.475407 cspg_html_5484260516 cspg_html_5484260516:8:935:940 Banff Lacombe, Alberta +0.246422 aapg_af_575.html aapg_af_575.html:669:91931:91950 Wapanucka Ouachita Mountains +0.272586 aapg_ah_329.html aapg_ah_329.html:356:35251:35258 Sisquoc Casmalia Hills +0.488796 gsa_html_5732664703 gsa_html_5732664703:207:23205:23222 Lay Dam Alabama +0.262626 aapg_ac_150.html aapg_ac_150.html:51:10328:10339 Skull Creek Canada +0.263025 cspg_html_5430614285 cspg_html_5430614285:5:281:298 Cardium Lacombe, Alberta +0.489149 gsa_html_5507509274 gsa_html_5507509274:1304:124338:124366 Green River Iran +0.264554 aapg_af_291.html aapg_af_291.html:301:34214:34222 Lisburne Prudhoe Bay Oil Field +0.517482 gsa_html_1549665076 gsa_html_1549665076:786:70311:70339 Green River Colorado +0.499712 AMJC_html_6759408618 AMJC_html_6759408618:310:31793:31814 Martinsburg Martinsburg, Nebraska +0.263133 aapg_ae_185.html aapg_ae_185.html:50:4915:4924 Shongaloo Haynesville, Louisiana +0.487172 gsa_html_5601712699 gsa_html_5601712699:490:40231:40249 Topanga Rancho Las Cienegas +0.491824 aapg_ad_55.html aapg_ad_55.html:218:15989:15996 Plattin Black River, Jamaica +0.28462 aapg_aa_703.html aapg_aa_703.html:623:60721:60725 Bell Victoria, British Columbia +0.777612 gsa_html_5274400800 gsa_html_5274400800:646:52741:52767 Monterey California +0.452673 sedimentology_html_9935378139 sedimentology_html_9935378139:952:40182:40188 Provo Algeria +0.514024 palaios_html_6409863909 palaios_html_6409863909:42:4795:4826 Kope Cincinnati +0.256035 aapg_ad_237.html aapg_ad_237.html:231:21650:21666 Cruse Trinidad and Tobago +0.358411 gsa_html_8222638730 gsa_html_8222638730:20:954:970 Thelon Canada +0.475629 aapg_ai_49.html aapg_ai_49.html:308:38648:38665 Entrada Colorado +0.24849 aapg_ak_58.html aapg_ak_58.html:906:88865:88878 Jackson Texas +0.3712 aapg_aa_835.html aapg_aa_835.html:5:845:859 Duchesne River Uinta Mountains +0.261085 gsa_html_8398449001 gsa_html_8398449001:925:74904:74909 Logan Bear Lake, Michigan +0.11766 aapg_aa_23.html aapg_aa_23.html:638:80521:80535 Stony Mountain Manitoba +0.47788 aapg_af_706.html aapg_af_706.html:80:8790:8809 Arkansas Novaculite Bryan County, Oklahoma +0.49348 gsa_html_3368565441 gsa_html_3368565441:31:2771:2799 Green River New Mexico +0.262095 aapg_ae_909.html aapg_ae_909.html:111:11383:11401 Vaqueros California +0.263676 sedimentology_html_7874076821 sedimentology_html_7874076821:1039:51915:51923 Columbia Victoria, British Columbia +0.51701 aapg_ah_643.html aapg_ah_643.html:14:2283:2302 Moenkopi Colorado +0.25551 aapg_ah_686.html aapg_ah_686.html:59:7755:7789 Reindeer Prudhoe Bay Oil Field +0.487936 cspg_html_6306091047 cspg_html_6306091047:510:69279:69298 Pardonet Victoria, British Columbia +0.2574 aapg_ai_29.html aapg_ai_29.html:67:7120:7127 Reynosa Karnes County, Texas +0.266 aapg_ai_49.html aapg_ai_49.html:669:88039:88047 Dinwoody Spearfish, South Dakota +0.273842 gsa_html_6117440194 gsa_html_6117440194:148:15727:15743 Fernie Canada +0.49248 cspg_html_3026112034 cspg_html_3026112034:477:43818:43828 Swan Hills Swan Hill, Victoria +0.476451 sedimentology_html_2898428289 sedimentology_html_2898428289:1348:68107:68129 Winnipegosis Regina, Saskatchewan +0.24549 AMJC_html_4299960498 AMJC_html_4299960498:229:31069:31075 Oregon Boise, Idaho +0.230748 aapg_ak_104.html aapg_ak_104.html:73:10819:10837 Tensleep Cheyenne, Wyoming +0.240084 aapg_ah_847.html aapg_ah_847.html:105:12172:12180 Navesink New Egypt, New Jersey +0.488188 cspg_html_8231573314 cspg_html_8231573314:31:4131:4139 Columbia Victoria, British Columbia +0.243236 aapg_ae_146.html aapg_ae_146.html:50:5666:5681 Diablo Coahuila +0.465567 aapg_ah_150.html aapg_ah_150.html:196:22114:22130 Navajo Logan, Utah +0.25636 cspg_html_9683836416 cspg_html_9683836416:289:46855:46862 Bearpaw Lacombe, Alberta +0.478225 aapg_ah_779.html aapg_ah_779.html:232:42743:42754 Beekmantown Martinsburg, Nebraska +0.498324 sedimentology_html_2886138394 sedimentology_html_2886138394:67:6703:6729 Entrada England +0.261522 sedimentology_html_7879809021 sedimentology_html_7879809021:72:7151:7182 Greenbrier Western world +0.484008 cspg_html_1893593837 cspg_html_1893593837:150:10582:10598 Bad Cache Rapids Churchill River (Atlantic) +0.503126 aapg_ah_318.html aapg_ah_318.html:1102:113525:113548 Cotton Valley Hinds County, Mississippi +0.249494 aapg_ai_357.html aapg_ai_357.html:33:4689:4712 Comanche Peak Eagle Pass, Texas +0.261072 geology_html_7647446171 geology_html_7647446171:27:2160:2168 Michigan Sudbury, Suffolk +0.264668 gsa_html_9053175553 gsa_html_9053175553:202:25679:25706 Flagstaff Flagstaff, Arizona +0.260604 cspg_html_7970178687 cspg_html_7970178687:23:2615:2621 Luscar Mountain Park (Holyoke, Massachusetts) +0.491582 gsa_html_4602762506 gsa_html_4602762506:29:2796:2824 Green River Colorado +0.448872 gsa_html_3841341658 gsa_html_3841341658:1221:98928:98934 Silica Cambridge +0.241542 aapg_ac_628.html aapg_ac_628.html:395:68390:68399 Flagstaff North Horn Formation +0.260554 aapg_ad_466.html aapg_ad_466.html:1291:138542:138550 Patuxent Maryland +0.487436 sedimentology_html_9626990209 sedimentology_html_9626990209:131:14420:14429 Mesaverde Logan, Utah +0.269357 cspg_html_9941227593 cspg_html_9941227593:61:8688:8704 Viking Williston Basin +0.233288 aapg_ac_393.html aapg_ac_393.html:83:7864:7870 Denver Colorado +0.239454 aapg_ae_645.html aapg_ae_645.html:66:5857:5865 Virginia Vienna +0.455962 aapg_ah_318.html aapg_ah_318.html:2869:236002:236021 Mt Lytton Cotton Valley, Louisiana +0.241956 sedimentology_html_4270818528 sedimentology_html_4270818528:1199:28049:28054 Douro Douro DOC +0.244 gsa_html_4650354985 gsa_html_4650354985:80:8359:8370 Uncompahgre New Mexico +0.48355 gsa_html_4339524478 gsa_html_4339524478:667:70699:70709 Washington Salem, Oregon +0.242316 aapg_ah_877.html aapg_ah_877.html:296:33700:33706 Oregon Cape Blanco Light +0.49555 aapg_ae_388.html aapg_ae_388.html:1222:72063:72083 Cedar Keys Polk County, Florida +0.26364 sedimentology_html_1857863136 sedimentology_html_1857863136:572:42587:42595 Montreal Montreal +0.467857 aapg_ah_505.html aapg_ah_505.html:545:41501:41518 Madison Colorado +0.270848 cspg_html_9771826320 cspg_html_9771826320:757:117665:117683 Beaufort Canadian Arctic Archipelago +0.273812 aapg_ah_536.html aapg_ah_536.html:249:33473:33490 Pine Island County Sligo +0.490356 gsa_html_3170618208 gsa_html_3170618208:29:2796:2824 Green River Colorado +0.294224 aapg_ah_644.html aapg_ah_644.html:120:14072:14081 Spearfish Spearfish, South Dakota +0.499712 aapg_aa_918.html aapg_aa_918.html:1312:138067:138078 Cloud Chief Rush Springs, Oklahoma +0.510925 aapg_ah_370.html aapg_ah_370.html:225:17589:17603 Traverse Thunder Bay +0.436839 cspg_html_3026112034 cspg_html_3026112034:606:56428:56452 Swan Hills Pine Brook, New Jersey +0.487424 aapg_ac_696.html aapg_ac_696.html:477:52620:52648 Palliser Andros, Bahamas +0.25347 gsa_html_3648258377 gsa_html_3648258377:364:34878:34895 Magothy Bass River Township, New Jersey +0.493115 sedimentology_html_2976574833 sedimentology_html_2976574833:27:1726:1735 Claremont South Africa +0.491694 geology_html_6598395476 geology_html_6598395476:288:23933:23941 Colorado Colorado +0.266031 aapg_ad_466.html aapg_ad_466.html:634:72053:72065 Mount Laurel Navesink River +0.440865 cspg_html_9236194363 cspg_html_9236194363:5:222:241 Waterways Lacombe, Alberta +0.49115 aapg_af_663.html aapg_af_663.html:356:36376:36388 Higginsville Laredo, Texas +0.248976 sedimentology_html_8384737970 sedimentology_html_8384737970:286:24382:24398 Carmel Entrada Sandstone +0.249964 gsa_html_2717448156 gsa_html_2717448156:1690:150345:150376 Dunlap Evanston, Wyoming +0.296449 aapg_ae_51.html aapg_ae_51.html:158:19348:19364 Peedee Charleston, South Carolina +0.498609 cspg_html_8174352156 cspg_html_8174352156:564:71231:71239 Columbia Victoria, British Columbia +0.48864 cspg_html_4287356899 cspg_html_4287356899:1571:219511:219516 Yukon Anchorage, Alaska +0.281274 aapg_aa_288.html aapg_aa_288.html:84:10206:10217 Mowry Western world +0.262023 gsa_html_4220229801 gsa_html_4220229801:935:76533:76539 Walker Salem, Oregon +0.244474 aapg_ah_528.html aapg_ah_528.html:540:58433:58445 Dixie Valley Great Basin +0.453808 geology_html_3834690938 geology_html_3834690938:25:1439:1445 Nelson Cambridge, Massachusetts +0.251379 aapg_ad_921.html aapg_ad_921.html:98:11908:11912 Kope Cincinnati +0.485888 gsa_html_5924250698 gsa_html_5924250698:1046:99320:99340 Brian Head Logan, Utah +0.246984 aapg_aa_787.html aapg_aa_787.html:103:9686:9700 Word Marfa lights +0.493056 cspg_html_6577476978 cspg_html_6577476978:36:5117:5125 Columbia Victoria, British Columbia +0.46376 cspg_html_3124360347 cspg_html_3124360347:227:36515:36520 Levis Quebec City +0.498597 aapg_ai_458.html aapg_ai_458.html:231:19949:19965 Dakota Texas +0.491064 aapg_ae_959.html aapg_ae_959.html:1798:129584:129593 Dog Creek West Texas +0.252476 sedimentology_html_6102681220 sedimentology_html_6102681220:575:38462:38466 Hall London, Ontario +0.478114 aapg_ae_128.html aapg_ae_128.html:76:7240:7248 Richland Hanson, Massachusetts +0.6935 aapg_ac_983.html aapg_ac_983.html:356:56854:56858 Drum Corbin City, New Jersey +0.37926 cspg_html_9361096527 cspg_html_9361096527:321:27654:27676 Judith River Lacombe, Alberta +0.93933 aapg_aa_23.html aapg_aa_23.html:81:9809:9827 Winnipeg Manitoba +0.261117 aapg_ac_694.html aapg_ac_694.html:34:3015:3025 Fort Worth Texas +0.52767 aapg_aa_54.html aapg_aa_54.html:9:1116:1132 Chinle Chinle Formation +0.266252 aapg_af_166.html aapg_af_166.html:280:32354:32373 Vicksburg Mississippi River +0.490049 aapg_ai_740.html aapg_ai_740.html:167:18722:18738 Tyler Sumatra +0.26162 gsa_html_7298317037 gsa_html_7298317037:518:49113:49138 Monterey California +0.49868 cspg_html_4176605708 cspg_html_4176605708:735:69747:69755 Columbia Victoria, British Columbia +0.48545 gsa_html_1191946086 gsa_html_1191946086:56:3465:3493 Green River Colorado +0.899632 aapg_af_397.html aapg_af_397.html:69:8229:8242 Entrada Entrada Sandstone +0.263169 aapg_ai_932.html aapg_ai_932.html:544:86607:86611 Hall California +0.390335 palaios_html_8113714689 palaios_html_8113714689:18:1004:1022 Au Train Munising, Michigan +0.468028 aapg_af_808.html aapg_af_808.html:797:103952:103969 Oceanic Barbados +0.54036 aapg_ad_355.html aapg_ad_355.html:59:8853:8861 Edmonton Canada +0.479076 cspg_html_4103411715 cspg_html_4103411715:485:50151:50174 Viking Lacombe, Alberta +0.243955 aapg_af_13.html aapg_af_13.html:920:86782:86790 Colorado Denver +0.264171 aapg_ah_118.html aapg_ah_118.html:47:4334:4339 Mingo Logan, Utah +0.51338 aapg_aa_305.html aapg_aa_305.html:31:5363:5381 Kirkwood Closter, New Jersey +0.48786 sedimentology_html_1340746782 sedimentology_html_1340746782:600:54822:54828 Empire Japan +0.481792 jgeology_html_6791895583 jgeology_html_6791895583:520:38741:38759 John Day Salem, Oregon +0.237614 cspg_html_5541725202 cspg_html_5541725202:200:29297:29317 Boss Point New Brunswick, New Jersey +0.478908 sedimentology_html_2265212258 sedimentology_html_2265212258:46:4262:4271 Lockatong Passaic, New Jersey +0.450088 aapg_af_833.html aapg_af_833.html:1329:146931:146938 Madison Cheyenne, Wyoming +0.48598 aapg_af_710.html aapg_af_710.html:200:21426:21451 Guelph Kent County, Maryland +0.261 aapg_ac_92.html aapg_ac_92.html:4:593:608 Atoka Atoka, Oklahoma +0.277202 cspg_html_5217137903 cspg_html_5217137903:122:17491:17507 Muskeg Swan Hill, Victoria +0.250458 aapg_aa_643.html aapg_aa_643.html:608:64128:64132 Hall Nipomo, California +0.259534 aapg_aa_798.html aapg_aa_798.html:207:25282:25301 Glen Rose Texas +0.25 geology_html_7867948062 geology_html_7867948062:22:1517:1540 Kingston Peak Panamint Range +0.494769 gsa_html_9880817458 gsa_html_9880817458:65:5151:5179 Green River Colorado +0.268732 aapg_ah_318.html aapg_ah_318.html:1990:180960:180966 Sierra Santa Clara, California +0.472104 palaios_html_1560586324 palaios_html_1560586324:92:9777:9797 River Bend Belgrade +0.490875 aapg_ad_712.html aapg_ad_712.html:31:4632:4652 Green River Columbia, South Carolina +0.240792 cspg_html_8840748783 cspg_html_8840748783:655:78803:78822 Peace River Lacombe, Alberta +0.26208 cspg_html_6611173979 cspg_html_6611173979:343:33890:33908 Palliser Canada +0.442391 aapg_ac_920.html aapg_ac_920.html:20:2814:2831 Oquirrh Logan, Utah +0.493568 aapg_af_703.html aapg_af_703.html:120:12239:12244 Salem Wayne County, Michigan +0.256985 geology_html_8881449794 geology_html_8881449794:171:17310:17316 Pueblo Cheyenne, Wyoming +0.493908 aapg_ac_926.html aapg_ac_926.html:51:6428:6446 Richmond Petersfield, Jamaica +0.246984 sedimentology_html_9577663314 sedimentology_html_9577663314:859:45033:45039 Luther Chesapeake Bay +0.497502 aapg_ac_491.html aapg_ac_491.html:92:14907:14914 Pioneer Mexico +0.536192 aapg_ad_192.html aapg_ad_192.html:42:5560:5575 Tuscaloosa Jefferson County, Colorado +0.260051 aapg_aa_622.html aapg_aa_622.html:37:5218:5235 Dolores Chinle Formation +0.506544 aapg_ae_876.html aapg_ae_876.html:471:51234:51242 Graneros Logan, Utah +0.261948 aapg_ae_893.html aapg_ae_893.html:12:1178:1186 Billings Caribbean +0.242446 aapg_ai_153.html aapg_ai_153.html:101:17946:17955 Conemaugh Monongahela, Pennsylvania +0.2673 aapg_ae_71.html aapg_ae_71.html:293:27452:27469 Chinle Kayenta, Arizona +0.694151 aapg_aa_457.html aapg_aa_457.html:24:4941:4961 Smackover Alabama +0.376428 aapg_ah_467.html aapg_ah_467.html:158:13414:13431 Cardium Colorado +0.263165 aapg_ac_628.html aapg_ac_628.html:310:51373:51393 Wasatch Great Basin +0.499035 aapg_ae_794.html aapg_ae_794.html:455:49437:49443 Coffee Tuscaloosa, Alabama +0.259534 aapg_ae_474.html aapg_ae_474.html:864:88170:88176 Bethel Bethel, Alaska +0.25149 geology_html_1204331608 geology_html_1204331608:285:22674:22684 Washington Rutherford, New Jersey +0.48513 aapg_ad_169.html aapg_ad_169.html:372:43039:43059 Greenbrier Greenbrier (Great Smoky Mountains) +0.473055 aapg_ai_583.html aapg_ai_583.html:31:5488:5506 Rierdon Boise, Idaho +0.870147 aapg_ah_243.html aapg_ah_243.html:59:7059:7065 Chinle Logan, Utah +0.25092 aapg_ah_96.html aapg_ah_96.html:490:57524:57540 Galena Red River of the North +0.45315 aapg_af_397.html aapg_af_397.html:228:27809:27816 Todilto Entrada Sandstone +0.271942 aapg_ac_313.html aapg_ac_313.html:153:19167:19179 Todos Santos Guatemala +0.267168 aapg_ad_466.html aapg_ad_466.html:307:38606:38616 Tuscaloosa Closter, New Jersey +0.506645 cspg_html_4680797491 cspg_html_4680797491:246:27037:27048 Slave Point Swan Hill, Victoria +0.468671 geology_html_9004383999 geology_html_9004383999:119:11524:11541 Forteau Canada +0.246492 cspg_html_6193252551 cspg_html_6193252551:498:58715:58753 Watts Bight Western Bay, Newfoundland and Labrador +0.48096 gsa_html_1347484649 gsa_html_1347484649:200:18189:18211 Green River Cheyenne, Wyoming +0.492246 geology_html_9156967823 geology_html_9156967823:278:24822:24839 Wasatch Spain +0.492264 sedimentology_html_1157284082 sedimentology_html_1157284082:1008:70558:70580 Bonanza Middle East +0.258552 aapg_ac_634.html aapg_ac_634.html:281:32763:32771 Red Cave Wichita, Kansas +0.24948 aapg_aa_644.html aapg_aa_644.html:576:51218:51227 Cokeville Cheyenne, Wyoming +0.249494 gsa_html_3816882354 gsa_html_3816882354:804:71106:71114 Columbia Victoria, British Columbia +0.489599 aapg_ai_720.html aapg_ai_720.html:146:17313:17330 Magothy Raritan River +0.495804 aapg_ac_545.html aapg_ac_545.html:24:4011:4019 Columbia Lacombe, Alberta +0.24453 geology_html_7841329427 geology_html_7841329427:255:23221:23229 Colorado Pueblo, Colorado +0.506121 aapg_ah_428.html aapg_ah_428.html:242:30162:30171 Fort Pena Middle East +0.500065 AMJC_html_2228158963 AMJC_html_2228158963:309:40419:40438 Waterville Vassalboro, Maine +0.258937 cspg_html_9361096527 cspg_html_9361096527:400:37169:37195 Horseshoe Canyon Drumheller +0.504444 gsa_html_5539636252 gsa_html_5539636252:697:64272:64300 Green River Colorado +0.376225 cspg_html_6331977039 cspg_html_6331977039:499:49251:49273 Vendom Fiord Ellesmere Island +0.472248 aapg_af_143.html aapg_af_143.html:1061:114845:114864 Knoxville Central Valley (California) +0.495726 aapg_ad_267.html aapg_ad_267.html:91:8543:8552 Smackover Cotton Valley, Louisiana +0.459241 aapg_ae_324.html aapg_ae_324.html:1192:118903:118911 Virginia Eidson, Tennessee +0.492531 aapg_ai_816.html aapg_ai_816.html:342:56616:56622 Hertha Plattsburg, Missouri +0.472366 gsa_html_2605108986 gsa_html_2605108986:739:60611:60630 Matanuska Wrangell Mountains +0.45441 aapg_ai_999.html aapg_ai_999.html:275:20522:20542 Twin Creek Boise, Idaho +0.239121 aapg_ai_919.html aapg_ai_919.html:3:565:590 Kayak Anchorage, Alaska +0.255374 sedimentology_html_7422120713 sedimentology_html_7422120713:850:55776:55780 Hall London, Ontario +0.266742 aapg_ae_473.html aapg_ae_473.html:173:16873:16883 Tuscaloosa Mississippi River +0.462384 AMJC_html_4299960498 AMJC_html_4299960498:592:77534:77544 Washington Washington (state) +0.264638 aapg_af_578.html aapg_af_578.html:80:6730:6750 Gallatin Gallatin, Tennessee +0.257484 aapg_af_354.html aapg_af_354.html:81:10971:10986 Sespe California +0.458298 gsa_html_4169081385 gsa_html_4169081385:288:27169:27179 Kern River Sierra Nevada (Spain) +0.25542 aapg_ah_421.html aapg_ah_421.html:154:12659:12670 Belly River Cardston, Alberta +0.503908 aapg_af_666.html aapg_af_666.html:320:26566:26580 Gypsum Springs John Crow Mountains +0.264195 jgeology_html_1836103970 jgeology_html_1836103970:160:11683:11703 Boss Point New Glasgow, Nova Scotia +0.251988 gsa_html_6142651299 gsa_html_6142651299:797:72403:72415 San Fernando California +0.275609 aapg_ae_296.html aapg_ae_296.html:84:8867:8873 Blaine Texas +0.363216 aapg_ah_646.html aapg_ah_646.html:123:14420:14436 Chinle Logan, Utah +0.26112 aapg_af_897.html aapg_af_897.html:149:13742:13750 Colorado Hermosa, Chicago +0.26471 geology_html_4427135899 geology_html_4427135899:337:27023:27032 Extension Tyrrhenian Sea +0.249991 gsa_html_7542416588 gsa_html_7542416588:874:71308:71314 Sonora Sonora +0.865368 gsa_html_9052101586 gsa_html_9052101586:471:56740:56762 Peoria Illinois +0.477158 aapg_af_144.html aapg_af_144.html:3:302:339 Toro Patagonia +0.278783 gsa_html_1361916335 gsa_html_1361916335:696:65844:65861 Entrada Burley, Leeds +0.238496 aapg_af_639.html aapg_af_639.html:155:8278:8306 Midway Kerens, Texas +0.258572 aapg_ac_629.html aapg_ac_629.html:614:73395:73413 Citronelle Apalachicola River +0.495803 cspg_html_8587639109 cspg_html_8587639109:1112:109924:109932 Columbia Victoria, British Columbia +0.262626 cspg_html_7938374662 cspg_html_7938374662:70:7636:7644 Columbia Victoria, British Columbia +0.25149 cspg_html_4924970281 cspg_html_4924970281:484:64475:64495 Clearwater CFB Cold Lake +0.25235 gsa_html_1679507393 gsa_html_1679507393:656:67735:67756 Crandall Conglomerate Cheyenne, Wyoming +0.22989 aapg_ad_564.html aapg_ad_564.html:6392:509501:509509 Edmonton Canada +0.24444 aapg_ac_313.html aapg_ac_313.html:504:57029:57034 Peten Mexico +0.517058 aapg_ah_370.html aapg_ah_370.html:3:355:378 Traverse Michigan +0.245508 gsa_html_4067767548 gsa_html_4067767548:97:10106:10125 Hillabee Greenstone Talladega, Alabama +0.249879 geology_html_2908722683 geology_html_2908722683:253:21916:21941 Navajo Colorado +0.474195 cspg_html_5949578130 cspg_html_5949578130:729:91263:91278 Nisku Lacombe, Alberta +0.266742 cspg_html_6608209149 cspg_html_6608209149:5:211:234 Watt Mountain Lacombe, Alberta +0.43732 aapg_af_653.html aapg_af_653.html:970:114897:114905 Monterey Monterey, California +0.487278 aapg_ad_763.html aapg_ad_763.html:110:12148:12157 Etchegoin Tulare, California +0.273529 aapg_ae_198.html aapg_ae_198.html:856:73886:73900 White Rock Antelope Island State Park +0.248517 cspg_html_5376629375 cspg_html_5376629375:539:54584:54605 Chancellor Middle East +0.260099 cspg_html_4192729058 cspg_html_4192729058:66:8020:8044 Athabasca Canada +0.25515 cspg_html_5381643866 cspg_html_5381643866:418:53343:53361 Gething Rocky Brook +0.486614 aapg_ac_888.html aapg_ac_888.html:406:27602:27609 Clinton Morrow County, Ohio +0.253991 aapg_ah_176.html aapg_ah_176.html:209:28840:28848 Colorado Denver +0.483406 cspg_html_3404912985 cspg_html_3404912985:259:40256:40277 Belly River Lacombe, Alberta +0.275878 aapg_aa_734.html aapg_aa_734.html:135:13966:13974 Caballos Texas +0.273 cspg_html_2548317649 cspg_html_2548317649:5:211:227 Ireton Central Alberta +0.25602 aapg_af_385.html aapg_af_385.html:520:63131:63143 Saskatchewan Canada +0.49556 cspg_html_4031489103 cspg_html_4031489103:198:28413:28430 Creston Whitefish (fisheries term) +0.467038 gsa_html_8086754950 gsa_html_8086754950:290:30676:30700 Wasatch Fort Union Trading Post National Historic Site +0.262128 gsa_html_6281658899 gsa_html_6281658899:674:74015:74053 Bridger Colorado +0.245116 aapg_af_21.html aapg_af_21.html:3:171:198 Mission Canyon Renville, Minnesota +0.481194 aapg_ai_107.html aapg_ai_107.html:665:59690:59709 Smackover Texas +0.2548 sedimentology_html_2139169476 sedimentology_html_2139169476:353:37999:38008 Peninsula Korea +0.46683 gsa_html_2758185504 gsa_html_2758185504:658:55883:55914 Colorado Denver +0.255892 jgeology_html_3196624419 jgeology_html_3196624419:1317:64006:64029 Llajas Simi Valley +0.256035 aapg_ad_379.html aapg_ad_379.html:260:22073:22080 Paradox Logan, Utah +0.468789 gsa_html_9843405750 gsa_html_9843405750:1481:138852:138880 Green River Colorado +0.508445 palaios_html_8113714689 palaios_html_8113714689:53:4553:4561 Michigan Munising, Michigan +0.47066 cspg_html_2660872537 cspg_html_2660872537:40:5965:5990 Nicola Victoria, British Columbia +0.2585 aapg_ad_421.html aapg_ad_421.html:63:6782:6798 Tulip Creek Arbuckle, California +0.251 aapg_ah_95.html aapg_ah_95.html:3:293:309 Concha Arizona +0.247808 sedimentology_html_1940848523 sedimentology_html_1940848523:878:68960:68964 Hall London, Ontario +0.4773 geology_html_5486340907 geology_html_5486340907:45:4205:4222 Decorah Dubuque, Iowa +0.27404 aapg_ai_811.html aapg_ai_811.html:100:15432:15448 Salina Bloomington, Indiana +0.250965 sedimentology_html_1357220663 sedimentology_html_1357220663:763:49875:49895 Ellensburg Washington (state) +0.243486 aapg_ai_594.html aapg_ai_594.html:454:44452:44460 Colorado Colorado Springs, Colorado +0.28245 aapg_ac_477.html aapg_ac_477.html:631:74535:74552 Cardium Lacombe, Alberta +0.249488 sedimentology_html_6156482329 sedimentology_html_6156482329:938:72102:72109 Renault North Island (Houtman Abrolhos) +0.265188 aapg_ai_810.html aapg_ai_810.html:396:45179:45187 Norphlet Mississippi River +0.246784 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8049:8054 Altyn Grinnell, Iowa +0.274052 aapg_af_384.html aapg_af_384.html:723:80156:80175 Parry Islands Canada +0.261975 palaios_html_2859810051 palaios_html_2859810051:345:29558:29566 Niobrara Mancos, Colorado +0.246865 cspg_html_5891044027 cspg_html_5891044027:336:65281:65293 Purcell Lava Purcell Mountains +0.50424 aapg_ai_321.html aapg_ai_321.html:104:14035:14052 Esquias Guatemala +0.475547 geology_html_2276070502 geology_html_2276070502:106:10863:10873 Rio Grande Colorado +0.242063 cspg_html_7434089303 cspg_html_7434089303:119:13525:13543 Ella Bay Ellesmere Island +0.255936 aapg_ai_985.html aapg_ai_985.html:516:54761:54767 Sierra Venezuela +0.243522 sedimentology_html_8325415159 sedimentology_html_8325415159:579:46287:46291 Hall London, Ontario +0.273528 aapg_ae_370.html aapg_ae_370.html:653:65593:65603 Washington Salem, Oregon +0.265668 aapg_af_775.html aapg_af_775.html:338:23008:23015 Lagarto Oakville, California +0.48006 aapg_ah_753.html aapg_ah_753.html:355:55842:55850 Eastport Lubec, Maine +0.465275 aapg_ac_628.html aapg_ac_628.html:455:78611:78630 Flagstaff Flagstaff, Arizona +0.360822 aapg_aa_840.html aapg_aa_840.html:53:5020:5049 Barrow Barrow, Alaska +0.485305 AMJC_html_2648925619 AMJC_html_2648925619:775:76264:76270 Oxford Pergamon Museum +0.4575 jgeology_html_3909770516 jgeology_html_3909770516:77:3226:3243 Navajo Logan, Utah +0.236682 aapg_aa_845.html aapg_aa_845.html:113:12999:13013 Forest Cheboygan County Airport +0.269325 gsa_html_4438819447 gsa_html_4438819447:37:3881:3918 Greenhorn Manitoba +0.251779 aapg_ac_635.html aapg_ac_635.html:63:8337:8343 Oregon Hornbrook, California +0.258856 sedimentology_html_9354643568 sedimentology_html_9354643568:1424:86883:86905 Eureka Sound Canadian Arctic Archipelago +0.266252 aapg_aa_328.html aapg_aa_328.html:118:10427:10436 Chapopote Western world +0.264708 aapg_af_854.html aapg_af_854.html:524:70598:70610 Edwardsville Bloomington, Indiana +0.46563 cspg_html_3762708087 cspg_html_3762708087:199:26850:26866 Viking Suffield, Connecticut +0.523896 geology_html_9772573337 geology_html_9772573337:346:27692:27700 Monterey California +0.48672 cspg_html_1019614994 cspg_html_1019614994:206:32107:32125 Torquay Regina, Saskatchewan +0.265225 aapg_ah_881.html aapg_ah_881.html:115:13223:13243 Huntingdon Nanaimo +0.476952 sedimentology_html_9626990209 sedimentology_html_9626990209:750:60612:60637 Willwood Cheyenne, Wyoming +0.674016 aapg_ah_754.html aapg_ah_754.html:244:28358:28377 Extension Nanaimo +0.247506 geology_html_4999100113 geology_html_4999100113:233:24849:24853 Bell London, Ontario +0.425072 aapg_ae_464.html aapg_ae_464.html:171:11181:11187 Sierra Sonora +0.496961 aapg_ac_940.html aapg_ac_940.html:364:46119:46130 Martinsburg Pennsylvania +0.244224 aapg_ah_202.html aapg_ah_202.html:305:37532:37546 Woodford Wichita, Kansas +0.900592 gsa_html_8881958017 gsa_html_8881958017:68:8377:8385 Columbia Victoria, British Columbia +0.259548 geology_html_1235527591 geology_html_1235527591:338:28811:28820 Red Bluff West Texas +0.51072 palaios_html_6317298077 palaios_html_6317298077:14:886:894 Imperial Tsukuba Circuit +0.252476 aapg_ac_1.html aapg_ac_1.html:13:1960:1975 Atoka Ouachita Mountains +0.47124 aapg_ae_381.html aapg_ae_381.html:132:11943:11964 Ione Sierra Nevada (Spain) +0.380424 aapg_ai_51.html aapg_ai_51.html:6:1225:1234 Nanafalia Alabama +0.255488 cspg_html_9778753186 cspg_html_9778753186:325:47834:47837 Elk Kootenay River +0.266772 cspg_html_3501550466 cspg_html_3501550466:637:91284:91292 Billings County (United States) +0.485077 gsa_html_1860930948 gsa_html_1860930948:760:75133:75155 Shinarump Conglomerate Monument Valley +0.490782 sedimentology_html_1293179143 sedimentology_html_1293179143:1165:81705:81729 Mission Canyon Williston Basin +0.255987 sedimentology_html_7390870545 sedimentology_html_7390870545:354:32294:32317 Cypress Regina, Saskatchewan +0.274567 aapg_ai_49.html aapg_ai_49.html:449:57407:57413 Morgan Colorado +0.263662 cspg_html_9330018201 cspg_html_9330018201:151:22878:22905 Windsor Elko, Nevada +0.84412 aapg_af_886.html aapg_af_886.html:161:6798:6807 Vicksburg Texas +0.257839 cspg_html_1189888589 cspg_html_1189888589:6:530:549 Paskapoo Lacombe, Alberta +0.254355 aapg_ah_370.html aapg_ah_370.html:84:5865:5879 Traverse Antrim, County Antrim +0.488992 cspg_html_3447886929 cspg_html_3447886929:711:81791:81796 Mabou Cumberland, Maryland +0.489762 palaios_html_8113714689 palaios_html_8113714689:524:49690:49714 Stonehenge Rotterdam +0.267924 aapg_ac_940.html aapg_ac_940.html:278:33516:33531 Salem Bloomington, Indiana +0.48807 cspg_html_4859889874 cspg_html_4859889874:368:42558:42574 Oldman Canada +0.249368 aapg_ah_954.html aapg_ah_954.html:596:75583:75589 Oxford Pergamon Museum +0.242176 aapg_ah_685.html aapg_ah_685.html:363:40068:40074 Denver Colorado +0.26214 aapg_aa_233.html aapg_aa_233.html:98:10302:10308 Cupido Matamoros, Tamaulipas +0.335556 cspg_html_4293350162 cspg_html_4293350162:817:88982:89007 Mount Head Crowsnest Pass, Alberta +0.260608 gsa_html_9621103960 gsa_html_9621103960:322:32817:32831 Ione California +0.777899 cspg_html_7881580279 cspg_html_7881580279:29:4785:4815 Red River Manitoba +0.299336 aapg_ad_43.html aapg_ad_43.html:160:15392:15404 Saskatchewan Ontario, California +0.272483 aapg_aa_288.html aapg_aa_288.html:323:34802:34813 Mowry Cheyenne, Wyoming +0.233253 palaios_html_8113714689 palaios_html_8113714689:66:6597:6605 Au Train Munising, Michigan +0.85653 aapg_ad_564.html aapg_ad_564.html:4361:332124:332135 Mowry Powder River Basin +0.483736 aapg_af_129.html aapg_af_129.html:431:46451:46469 Fountain Colorado Springs, Colorado +0.240036 cspg_html_3804945581 cspg_html_3804945581:374:39176:39194 Edmonton Lacombe, Alberta +0.264654 gsa_html_5039569238 gsa_html_5039569238:365:34448:34458 Mount Hawk Arctic Cordillera +0.272435 sedimentology_html_9511345927 sedimentology_html_9511345927:315:27771:27777 Ferris Pyrenees +0.483246 geology_html_6186734946 geology_html_6186734946:134:16475:16486 Table Point Martinsburg, Nebraska +0.877968 aapg_ah_85.html aapg_ah_85.html:105:12079:12089 Tuscaloosa North Carolina +0.260091 aapg_ad_4.html aapg_ad_4.html:56:5255:5261 Oregon Knoxville, Tennessee +0.248 geology_html_4304054973 geology_html_4304054973:38:3201:3205 Rove Southwick, Massachusetts +0.253356 sedimentology_html_8795569507 sedimentology_html_8795569507:962:70981:70985 Hall London, Ontario +0.257045 gsa_html_2994204451 gsa_html_2994204451:875:83533:83541 Rockwell North Carolina +0.495208 aapg_ae_513.html aapg_ae_513.html:49:4341:4347 Midway Tuscaloosa, Alabama +0.484632 aapg_aa_302.html aapg_aa_302.html:448:55584:55608 Kaibab Upper Valley +0.379246 aapg_ae_681.html aapg_ae_681.html:5:883:902 Smackover Melbourne, Florida +0.263592 sedimentology_html_7107892700 sedimentology_html_7107892700:520:45211:45218 Magothy Bass River Township, New Jersey +0.462644 cspg_html_5541937700 cspg_html_5541937700:487:64754:64780 Cardium Lacombe, Alberta +0.457744 aapg_ai_615.html aapg_ai_615.html:206:26001:26024 Brushy Canyon Texas +0.473184 cspg_html_2703495345 cspg_html_2703495345:642:68573:68581 Victoria Victoria, British Columbia +0.2475 geology_html_8042752734 geology_html_8042752734:128:10872:10884 Santa Susana San Gabriel Valley +0.255675 cspg_html_4298557570 cspg_html_4298557570:6:453:471 Edmonton Lacombe, Alberta +0.476238 gsa_html_9962225882 gsa_html_9962225882:748:64220:64226 Oregon Boise, Idaho +0.26712 aapg_ae_464.html aapg_ae_464.html:178:12361:12367 Sonora Arizona +0.253727 aapg_aa_360.html aapg_aa_360.html:56:5580:5594 Buda San Marcos, California +0.766212 cspg_html_8089302449 cspg_html_8089302449:662:110423:110459 Dawson Bay Williston Basin +0.26988 cspg_html_7971908357 cspg_html_7971908357:43:6164:6183 Kishenehn South Fork Flathead River +0.487936 geology_html_2177311968 geology_html_2177311968:291:22512:22521 Extension Iceland +0.2499 gsa_html_1210544754 gsa_html_1210544754:111:10766:10792 Arc Klamath Mountains (ecoregion) +0.258063 aapg_ai_518.html aapg_ai_518.html:28:3650:3669 Leadville Ouray, Colorado +0.483171 palaios_html_7362419830 palaios_html_7362419830:803:72021:72048 Purisima California +0.254464 gsa_html_4067767548 gsa_html_4067767548:751:65907:65926 Hillabee Greenstone Alabama +0.357948 sedimentology_html_6663191436 sedimentology_html_6663191436:870:68887:68896 New River Virginia +0.279222 aapg_ae_1.html aapg_ae_1.html:88:11160:11182 Green River Wasatch Range +0.4807 aapg_aa_192.html aapg_aa_192.html:524:60721:60729 Fountain Colorado +0.254338 cspg_html_3907807140 cspg_html_3907807140:650:70049:70061 Willow Creek Lacombe, Alberta +0.248997 gsa_html_3816882354 gsa_html_3816882354:903:77999:78004 Yukon Anchorage, Alaska +0.473598 cspg_html_6709380965 cspg_html_6709380965:36:3803:3823 Missisauga Canada +0.273006 cspg_html_8334041965 cspg_html_8334041965:180:29782:29802 Whitehorse Lacombe, Alberta +0.890192 cspg_html_4269474759 cspg_html_4269474759:1178:115039:115056 Cardium Lacombe, Alberta +0.263235 aapg_ah_869.html aapg_ah_869.html:432:46787:46803 Dakota Western world +0.264649 aapg_ad_427.html aapg_ad_427.html:7:775:782 Rodessa Paluxy, Texas +0.255474 aapg_ad_153.html aapg_ad_153.html:447:47035:47041 Bethel Ouachita Parish, Louisiana +0.475629 jgeology_html_2809998069 jgeology_html_2809998069:306:23709:23727 Wamsutta Newport, Rhode Island +0.493136 aapg_aa_932.html aapg_aa_932.html:66:6407:6417 Whitehorse Herington, Kansas +0.262 palaios_html_2945835736 palaios_html_2945835736:128:12469:12487 Willwood Big Horn Mountains +0.691656 aapg_ai_286.html aapg_ai_286.html:29:3065:3084 Knox Dolomite Alabama +0.259072 cspg_html_8438548095 cspg_html_8438548095:321:31774:31781 Bearpaw Edmonton, London +0.266742 geology_html_5045588189 geology_html_5045588189:281:27589:27609 Sisquoc California +0.488482 jgeology_html_9215313444 jgeology_html_9215313444:1163:77018:77045 Columbia Salem, Oregon +0.265668 palaios_html_2644042510 palaios_html_2644042510:1115:80962:80968 Oregon Kenya +0.482092 sedimentology_html_9459435622 sedimentology_html_9459435622:341:25923:25929 Nelson Fiordland National Park +0.493028 cspg_html_1665574291 cspg_html_1665574291:70:11961:11987 Porcupine Lacombe, Alberta +0.475896 aapg_aa_423.html aapg_aa_423.html:38:4796:4801 Hueco Texas +0.4541 cspg_html_3854139935 cspg_html_3854139935:67:10528:10538 Milk River Lacombe, Alberta +0.689544 aapg_aa_745.html aapg_aa_745.html:487:61437:61450 Brushy Canyon Texas +0.495286 cspg_html_8121202912 cspg_html_8121202912:340:39428:39436 Columbia Cordillera Administrative Region +0.45299 cspg_html_7244100306 cspg_html_7244100306:453:48826:48832 Beluga Anchorage, Alaska +0.26622 aapg_af_588.html aapg_af_588.html:74:8852:8869 Madison Lacombe, Alberta +0.3492 aapg_af_384.html aapg_af_384.html:371:41227:41238 Borup Fiord Ellesmere Island +0.250158 aapg_ae_330.html aapg_ae_330.html:216:23944:23956 Salina Ohio +0.47478 palaios_html_6353470714 palaios_html_6353470714:825:80958:80976 Willwood Cheyenne, Wyoming +0.50505 aapg_ah_979.html aapg_ah_979.html:23:2762:2771 San Diego Beaumont, Texas +0.22968 aapg_ac_563.html aapg_ac_563.html:374:52419:52434 Tuxpan Melbourne, Florida +0.47268 cspg_html_7028413504 cspg_html_7028413504:172:20942:20956 Woodbend Regina, Saskatchewan +0.48513 geology_html_2508111903 geology_html_2508111903:283:21843:21849 Gordon Closter, New Jersey +0.268686 aapg_ah_529.html aapg_ah_529.html:79:9074:9088 El Paso El Paso, Texas +0.255398 geology_html_4738002019 geology_html_4738002019:233:21705:21711 Oregon Earth +0.26574 aapg_ac_716.html aapg_ac_716.html:518:36224:36236 Auburn Tarkio, Missouri +0.247434 gsa_html_4312040636 gsa_html_4312040636:287:26504:26513 Eel River Van Duzen River +0.46686 aapg_ah_687.html aapg_ah_687.html:138:19241:19249 Grosmont Western world +0.26265 aapg_ad_466.html aapg_ad_466.html:855:91949:91957 Navesink Delaware +0.241868 cspg_html_9343899465 cspg_html_9343899465:2058:182909:182913 Fram Ellesmere Island +0.49296 aapg_ac_214.html aapg_ac_214.html:263:26200:26208 Colorado Denver +0.453882 cspg_html_8086045309 cspg_html_8086045309:443:52507:52541 Waterways Lacombe, Alberta +0.25428 aapg_ai_583.html aapg_ai_583.html:31:5527:5532 Stump Boise, Idaho +0.242514 geology_html_1390060534 geology_html_1390060534:306:24414:24430 Navajo Logan, Utah +0.642996 gsa_html_9747726493 gsa_html_9747726493:617:54501:54510 Natkusiak Canada +0.261919 geology_html_6086140621 geology_html_6086140621:11:649:658 Newcastle Newcastle upon Tyne +0.479457 palaios_html_7860397774 palaios_html_7860397774:773:58002:58011 San Pedro Loro Parque +0.274944 aapg_ah_289.html aapg_ah_289.html:74:11303:11321 Monterey San Joaquin River +0.507528 aapg_ad_146.html aapg_ad_146.html:218:18355:18361 Denver Hartville, Missouri +0.505835 aapg_af_568.html aapg_af_568.html:452:39017:39033 Dakota Cheyenne, Wyoming +0.479862 aapg_af_329.html aapg_af_329.html:497:51416:51424 Woodford California +0.46697 AMJC_html_2228158963 AMJC_html_2228158963:178:23034:23055 Megunticook Camden Town +0.470074 aapg_ad_375.html aapg_ad_375.html:285:16138:16146 Michigan Manitoulin Island +0.25146 palaios_html_7841806577 palaios_html_7841806577:117:11397:11413 Lehman Middle Ordovician +0.509609 gsa_html_9233283294 gsa_html_9233283294:171:16788:16793 Yukon Anchorage, Alaska +0.264096 sedimentology_html_2139169476 sedimentology_html_2139169476:125:11625:11634 Peninsula Korea +0.263682 gsa_html_8840132442 gsa_html_8840132442:639:71676:71694 Belly River Milk River, Alberta +0.505486 cspg_html_3983222630 cspg_html_3983222630:13:1167:1174 Cardium Lacombe, Alberta +0.50688 gsa_html_7012936645 gsa_html_7012936645:202:23218:23239 Martinsburg Hamburg +0.500456 gsa_html_7090153753 gsa_html_7090153753:576:46059:46077 Monterey California +0.268323 cspg_html_7337727809 cspg_html_7337727809:6:346:386 Kiskatinaw Victoria, British Columbia +0.39562 aapg_ah_469.html aapg_ah_469.html:148:12964:12970 Lisbon Alabama +0.489712 geology_html_8397638507 geology_html_8397638507:11:553:566 Santa Barbara California +0.2485 sedimentology_html_5673709888 sedimentology_html_5673709888:2389:131539:131559 Beck Spring Dolomite California +0.491232 cspg_html_3065473572 cspg_html_3065473572:323:39779:39800 Lawrence Charlevoix, Michigan +0.530909 aapg_ad_466.html aapg_ad_466.html:1305:140031:140039 Patuxent Patapsco River +0.676175 aapg_ah_519.html aapg_ah_519.html:6:1123:1147 Cedar Mountain Colorado +0.448704 aapg_ah_136.html aapg_ah_136.html:54:4960:4968 Virginia Virginia +0.257808 cspg_html_9501006975 cspg_html_9501006975:446:50362:50386 Kaskapau Victoria, British Columbia +0.254989 aapg_ae_789.html aapg_ae_789.html:173:20127:20140 Wabamun Lacombe, Alberta +0.459576 aapg_af_878.html aapg_af_878.html:105:11393:11403 Kinderhook Clark County, Indiana +0.475547 aapg_ac_215.html aapg_ac_215.html:214:21106:21133 Madison Cheyenne, Wyoming +0.251196 cspg_html_9152086986 cspg_html_9152086986:111:12324:12341 Halfway Western world +0.491454 gsa_html_6784853399 gsa_html_6784853399:1017:83436:83464 Green River Colorado +0.489417 sedimentology_html_7107892700 sedimentology_html_7107892700:490:43050:43067 Magothy Merchantville, New Jersey +0.266031 aapg_aa_697.html aapg_aa_697.html:402:37296:37322 Black Creek Lacombe, Alberta +0.246973 aapg_af_664.html aapg_af_664.html:67:7408:7415 El Paso Texas +0.26536 aapg_ah_795.html aapg_ah_795.html:59:4414:4440 Theresa Chautauqua County, Kansas +0.241462 aapg_ah_749.html aapg_ah_749.html:32:4215:4227 Rhode Island Newport, Rhode Island +0.49707 aapg_aa_261.html aapg_aa_261.html:101:13801:13815 Nizi Boise, Idaho +0.251412 aapg_aa_684.html aapg_aa_684.html:343:32283:32287 Jelm John Crow Mountains +0.505294 aapg_ae_884.html aapg_ae_884.html:185:24413:24441 Fox Hills Black Hills +0.47941 AMJC_html_7984049819 AMJC_html_7984049819:668:68984:68994 Laurentian Portland, Maine +0.264187 aapg_ad_880.html aapg_ad_880.html:41:5129:5142 Gypsum Spring Middle East +0.47709 cspg_html_3627006433 cspg_html_3627006433:633:68397:68415 Dunvegan Lacombe, Alberta +0.260478 sedimentology_html_3220122506 sedimentology_html_3220122506:1103:91997:92016 Yakataga Anchorage, Alaska +0.254944 aapg_ac_327.html aapg_ac_327.html:319:31013:31019 Laguna Coahuila +0.254769 aapg_aa_78.html aapg_aa_78.html:64:4340:4348 Michigan Nashville Basin +0.497596 aapg_aa_856.html aapg_aa_856.html:92:7997:8004 Hosston Terryville, New York +0.503126 gsa_html_2725865990 gsa_html_2725865990:30:2810:2838 Green River New Mexico +0.484848 palaios_html_5582845937 palaios_html_5582845937:309:30900:30907 Hampton Virginia +0.254012 aapg_ad_691.html aapg_ad_691.html:73:8124:8144 Duck Creek Red River of the North +0.271432 aapg_ac_55.html aapg_ac_55.html:174:20963:20975 Marshalltown Merchantville, New Jersey +0.48222 aapg_af_808.html aapg_af_808.html:542:74958:74976 Oceanic Barbados +0.508482 aapg_af_811.html aapg_af_811.html:472:40467:40473 Wilcox Missouri River +0.507408 cspg_html_9860060507 cspg_html_9860060507:369:46378:46395 Cardium Canada +0.50016 aapg_ae_498.html aapg_ae_498.html:664:72627:72638 Oranda Virginia +0.25959 cspg_html_1781462584 cspg_html_1781462584:200:26316:26344 Lisburne Northwest Arctic Borough, Alaska +0.495558 aapg_aa_994.html aapg_aa_994.html:3:398:421 Cotton Valley Shreveport, Louisiana +0.24196 aapg_ah_645.html aapg_ah_645.html:545:66930:66935 Piper Tampico, Illinois +0.256853 aapg_aa_106.html aapg_aa_106.html:75:8425:8442 Prairie Regina, Saskatchewan +0.521 aapg_ah_455.html aapg_ah_455.html:23:2455:2463 Woodbine Austin, Chicago +0.262584 aapg_ae_370.html aapg_ae_370.html:379:35289:35306 Gaviota California +0.264554 aapg_af_479.html aapg_af_479.html:682:72535:72553 Cabrillo California +0.391125 aapg_ad_696.html aapg_ad_696.html:201:19782:19794 Sparta Shreveport, Louisiana +0.250498 aapg_ad_718.html aapg_ad_718.html:324:29948:29956 Carlsbad Carlsbad, New Mexico +0.250776 cspg_html_8535889489 cspg_html_8535889489:388:53091:53096 Price Canada +0.262108 cspg_html_4693916254 cspg_html_4693916254:50:8652:8665 Madison Mississippian culture +0.480312 cspg_html_6402140684 cspg_html_6402140684:324:42101:42121 Waterways Canada +0.491384 cspg_html_3926542795 cspg_html_3926542795:1361:143089:143109 Swan Hills Western Canadian Sedimentary Basin +0.489599 cspg_html_3476862609 cspg_html_3476862609:15:1566:1591 Laib Washington (state) +0.514 gsa_html_2795729732 gsa_html_2795729732:1033:90715:90743 Green River Colorado +0.255024 cspg_html_2873888604 cspg_html_2873888604:175:28448:28470 Charlie Lake Victoria, British Columbia +0.471828 aapg_ae_985.html aapg_ae_985.html:107:10223:10235 Arroyo Carlsbad, New Mexico +0.259056 sedimentology_html_4278388483 sedimentology_html_4278388483:1020:60572:60581 Eel River California +0.265728 aapg_af_636.html aapg_af_636.html:476:57277:57292 Alto Chattanooga, Tennessee +0.713135 aapg_af_29.html aapg_af_29.html:403:33032:33052 Cedar Keys Melbourne, Florida +0.251 cspg_html_6644065685 cspg_html_6644065685:322:33531:33552 Melville Island Banks Island +0.48616 gsa_html_4950149633 gsa_html_4950149633:1042:83904:83932 Green River New Mexico +0.269748 aapg_aa_891.html aapg_aa_891.html:76:9061:9079 Onondaga Ohio +0.273004 aapg_ah_427.html aapg_ah_427.html:807:103226:103234 Parkwood Alabama +0.249919 cspg_html_4859889874 cspg_html_4859889874:473:48645:48667 Judith River Lacombe, Alberta +0.26884 cspg_html_4765627863 cspg_html_4765627863:40:3880:3885 Banff Victoria, British Columbia +0.259931 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14420:14439 Kaskapau Lacombe, Alberta +0.24892 aapg_ai_583.html aapg_ai_583.html:89:12895:12918 Gypsum Spring Cheyenne, Wyoming +0.267883 aapg_af_69.html aapg_af_69.html:579:41888:41895 Clinton Ohio +0.255374 palaios_html_9583625967 palaios_html_9583625967:602:57987:57991 Hall California +0.49062 gsa_html_5068384645 gsa_html_5068384645:12:546:552 Denver Colorado +0.500988 aapg_af_786.html aapg_af_786.html:130:14402:14408 Aragon Mexico +0.266255 aapg_af_69.html aapg_af_69.html:340:24252:24271 Brunswick Montgomery (town), New York +0.503285 aapg_ad_641.html aapg_ad_641.html:162:19136:19156 San Andres New Mexico +0.25338 aapg_ai_572.html aapg_ai_572.html:51:6334:6347 Ada Pawhuska, Oklahoma +0.502068 cspg_html_1506720813 cspg_html_1506720813:6:635:644 Ellerslie Southern Alberta +0.47616 aapg_af_363.html aapg_af_363.html:383:48838:48846 Virginia Virginia +0.261 cspg_html_1589757937 cspg_html_1589757937:13:1454:1472 Kootenai Middle East +0.24644 aapg_af_636.html aapg_af_636.html:222:26149:26155 Camden Buffalo National River +0.47874 aapg_ai_991.html aapg_ai_991.html:95:10778:10808 Patapsco Maryland +0.47736 cspg_html_8525917094 cspg_html_8525917094:212:27724:27740 Fernie Victoria, British Columbia +0.258462 geology_html_8486816817 geology_html_8486816817:305:25012:25020 Virginia Reston, Virginia +0.26214 gsa_html_7102550258 gsa_html_7102550258:1284:124586:124603 Moenave Mexico +0.25755 aapg_aa_797.html aapg_aa_797.html:110:14136:14153 Cutler Colorado +0.26156 cspg_html_6274889925 cspg_html_6274889925:23:2247:2254 Waskada Manitoba +0.2545 aapg_ah_955.html aapg_ah_955.html:36:5972:5982 Missisauga Logan, Utah +0.270384 cspg_html_4287356899 cspg_html_4287356899:1270:174789:174798 Rat River Ganges +0.493712 aapg_ac_765.html aapg_ac_765.html:451:86011:86027 Chinle Russia +0.28134 aapg_ad_696.html aapg_ad_696.html:235:22901:22907 Sparta Smith County, Kansas +0.265608 sedimentology_html_2041096405 sedimentology_html_2041096405:130:11634:11650 Guelph Ontario, California +0.715088 aapg_af_707.html aapg_af_707.html:58:6525:6534 Smackover Mississippi River +0.24192 aapg_ae_959.html aapg_ae_959.html:429:33956:33962 Tessey Lake Elsinore, California +0.520479 geology_html_6149597609 geology_html_6149597609:228:21152:21162 Washington Boise, Idaho +0.475132 cspg_html_5345848475 cspg_html_5345848475:78:10721:10735 Colorado Lacombe, Alberta +0.78965 aapg_ac_408.html aapg_ac_408.html:99:10410:10430 Vicksburg Hidalgo County, New Mexico +0.494019 palaios_html_1307998760 palaios_html_1307998760:14:692:704 Saskatchewan Canada +0.501994 gsa_html_4175379013 gsa_html_4175379013:700:71321:71349 Green River Colorado +0.252813 cspg_html_3104351736 cspg_html_3104351736:186:24192:24209 Belly River Judith River Formation +0.476088 gsa_html_4667678389 gsa_html_4667678389:783:85839:85860 Browns Hole Logan, Utah +0.48288 palaios_html_5340655380 palaios_html_5340655380:191:15864:15885 Maria South Africa +0.463628 sedimentology_html_1357699877 sedimentology_html_1357699877:1098:72294:72298 Hall London, Ontario +0.418864 aapg_ac_406.html aapg_ac_406.html:120:11302:11337 Cotton Valley East Texas +0.415386 cspg_html_8988872363 cspg_html_8988872363:29:4525:4542 Awingak Southern United States +0.454755 cspg_html_2139304729 cspg_html_2139304729:43:6856:6875 Hecla Bay Bathurst Island (Northern Territory) +0.5054 aapg_ad_111.html aapg_ad_111.html:410:46294:46316 Mesaverde Colorado +0.26574 gsa_html_2385270880 gsa_html_2385270880:492:47860:47871 Green River North Fork Toutle River +0.270375 aapg_ae_526.html aapg_ae_526.html:84:8234:8253 Smackover Terryville, New York +0.490633 cspg_html_8653047386 cspg_html_8653047386:493:49194:49201 Windsor Calgary +0.263153 aapg_ae_959.html aapg_ae_959.html:1041:77319:77337 Wolfcamp Texas +0.252 aapg_ae_875.html aapg_ae_875.html:113:15544:15560 Coamo San Juan, Argentina +0.26052 gsa_html_5843564589 gsa_html_5843564589:14:677:704 Columbia Washington (state) +0.28013 aapg_ad_466.html aapg_ad_466.html:1339:143275:143288 Potomac Tuscaloosa, Alabama +0.45594 aapg_af_653.html aapg_af_653.html:950:111512:111518 Neroly Monterey, California +0.501354 cspg_html_3479659543 cspg_html_3479659543:539:50933:50940 Halifax Brisbane +0.486948 cspg_html_7086880709 cspg_html_7086880709:482:63575:63594 Tathlina Mackenzie River +0.269217 aapg_af_653.html aapg_af_653.html:777:88465:88473 Vaqueros California +0.479912 aapg_ai_340.html aapg_ai_340.html:554:52671:52693 Arkose Ridge Anchorage, Alaska +0.24552 sedimentology_html_8829282630 sedimentology_html_8829282630:1730:92905:92913 Colorado Pueblo, Colorado +0.274576 aapg_ah_621.html aapg_ah_621.html:101:13794:13811 Hermosa Hermosa, Chicago +0.477904 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1803:1827 Newcastle Melbourne, Florida +0.475792 jgeology_html_4305195651 jgeology_html_4305195651:584:72823:72857 Pottsville Pottsville, Pennsylvania +0.44376 aapg_ah_53.html aapg_ah_53.html:12:2236:2242 Clifty Illinois +0.263165 aapg_ac_333.html aapg_ac_333.html:2019:189769:189778 Williston New Mexico +0.242055 aapg_ae_73.html aapg_ae_73.html:321:41750:41762 Dockum Chinle Formation +0.422318 aapg_ac_924.html aapg_ac_924.html:19:3250:3257 Madison Cheyenne, Wyoming +0.261632 cspg_html_2863271815 cspg_html_2863271815:496:59451:59464 A-1 Evaporite Salina, Kansas +0.240408 aapg_ae_657.html aapg_ae_657.html:56:6377:6385 Virginia Michigan +0.24544 geology_html_1604094278 geology_html_1604094278:196:18222:18233 San Jacinto Lake Elsinore, California +0.479478 aapg_ae_342.html aapg_ae_342.html:165:15178:15182 Frio Wharton, New Jersey +0.4902 cspg_html_6383234409 cspg_html_6383234409:563:58972:58986 Eids Bathurst Island (Northern Territory) +0.265225 cspg_html_9349658248 cspg_html_9349658248:37:4095:4100 Swift Regina, Saskatchewan +0.48501 gsa_html_9889833548 gsa_html_9889833548:797:73485:73491 Antler Reno, Nevada +0.929448 aapg_aa_147.html aapg_aa_147.html:63:9636:9655 Stony Mountain Manitoba +0.259056 palaios_html_3306053371 palaios_html_3306053371:150:19768:19784 Salem Bloomington, Indiana +0.479182 aapg_ad_931.html aapg_ad_931.html:160:14247:14255 Michigan Bloomington, Indiana +0.240352 geology_html_2276070502 geology_html_2276070502:225:20925:20935 Wind River Cheyenne, Wyoming +0.466683 cspg_html_2784057671 cspg_html_2784057671:566:65202:65218 Washington Salem, Oregon +0.28288 aapg_ad_397.html aapg_ad_397.html:75:6816:6832 Eutaw Tinsley, South Yorkshire +0.735126 aapg_ah_978.html aapg_ah_978.html:530:48436:48443 Temblor Coalinga, California +0.254904 aapg_ah_507.html aapg_ah_507.html:180:14629:14649 Caseyville Chester, Pennsylvania +0.495616 gsa_html_1119256423 gsa_html_1119256423:466:40749:40776 White River Colorado +0.476215 geology_html_7829136412 geology_html_7829136412:206:23001:23011 Stillwater Mountain View, California +0.493712 aapg_af_588.html aapg_af_588.html:153:14488:14520 Grand Rapids Clearwater, Florida +0.25553 geology_html_4971813947 geology_html_4971813947:333:24455:24463 Colorado Middle East +0.25245 aapg_aa_37.html aapg_aa_37.html:438:54314:54331 Thaynes Boise, Idaho +0.25116 aapg_ah_361.html aapg_ah_361.html:293:26423:26436 Bromide Arbuckle, California +0.273529 geology_html_9016396969 geology_html_9016396969:225:23981:23989 Virginia Virginia +0.483108 jgeology_html_6830240002 jgeology_html_6830240002:1322:69582:69590 Colorado Cheyenne, Wyoming +0.669762 aapg_ad_440.html aapg_ad_440.html:516:48044:48053 New River Norfolk, Virginia +0.495075 geology_html_1592747864 geology_html_1592747864:47:2564:2580 Exshaw Boise, Idaho +0.487014 gsa_html_8076575690 gsa_html_8076575690:1202:91010:91020 Wellington Eaton, Ohio +0.264654 palaios_html_5907449072 palaios_html_5907449072:381:49090:49107 Verulam Ontario, California +0.27144 aapg_ad_687.html aapg_ad_687.html:21:2302:2311 Etchegoin Rancho Santa Margarita, California +0.91298 aapg_ai_615.html aapg_ai_615.html:177:23213:23236 Brushy Canyon Laingsburg, Western Cape +0.25245 gsa_html_9052101586 gsa_html_9052101586:20:1321:1350 Lake Michigan Lake Michigan +0.290878 aapg_ad_784.html aapg_ad_784.html:117:13736:13749 Santa Barbara Goleta, California +0.491236 jgeology_html_5746443485 jgeology_html_5746443485:452:36946:36987 Provo Mississippi River +0.497354 aapg_ai_49.html aapg_ai_49.html:124:13348:13364 Morgan Logan, Utah +0.497424 gsa_html_8003826422 gsa_html_8003826422:42:3161:3185 Morrison Sierra Nevada (Spain) +0.271582 aapg_ah_656.html aapg_ah_656.html:313:28622:28627 Queen Guadalupe Mountains National Park +0.25551 geology_html_2510819916 geology_html_2510819916:15:592:598 Oregon Salem, Oregon +0.512946 aapg_ai_491.html aapg_ai_491.html:295:36691:36707 Morgan Arizona +0.375496 AMJC_html_6341723617 AMJC_html_6341723617:94:10486:10507 Green River Uinta Mountains +0.711712 AMJC_html_5885335353 AMJC_html_5885335353:1010:114107:114115 Fillmore Millard County, Utah +0.504252 aapg_ai_801.html aapg_ai_801.html:174:17979:17997 Phosphoria Morocco +0.477225 sedimentology_html_7482146728 sedimentology_html_7482146728:326:38514:38520 Oregon Salem, Oregon +0.260538 aapg_ac_730.html aapg_ac_730.html:627:91582:91598 Toreva Mancos, Colorado +0.487436 cspg_html_3060428958 cspg_html_3060428958:63:9667:9684 Bearpaw Regina, Saskatchewan +0.488696 aapg_ah_318.html aapg_ah_318.html:552:64628:64634 Carmel Boise, Idaho +0.257536 cspg_html_2863271815 cspg_html_2863271815:573:72803:72814 B Evaporite Salina, Kansas +0.485463 aapg_ac_943.html aapg_ac_943.html:329:32451:32464 Woodbine Texas +0.491898 palaios_html_3232474978 palaios_html_3232474978:504:48981:48995 Toad Canada +0.260604 cspg_html_1654370716 cspg_html_1654370716:25:2735:2748 Parry Islands Bathurst Island (Northern Territory) +0.257424 aapg_ae_905.html aapg_ae_905.html:136:13689:13702 Bedford Ardmore, Pennsylvania +0.250428 aapg_ak_24.html aapg_ak_24.html:253:26336:26351 Baird Texas +0.243024 geology_html_3479619952 geology_html_3479619952:220:20108:20116 Colorado Littleton, Colorado +0.48006 palaios_html_3406135825 palaios_html_3406135825:16:917:932 Elk Wisconsin +0.259534 aapg_ac_14.html aapg_ac_14.html:28:2394:2400 Dakota New Mexico +0.267806 jgeology_html_4115179562 jgeology_html_4115179562:227:16272:16309 Mauch Chunk San Fernando Valley +0.48399 aapg_aa_662.html aapg_aa_662.html:275:22420:22428 Onondaga Williamsport, Indiana +0.503712 aapg_ai_409.html aapg_ai_409.html:199:23551:23564 Cotton Valley Pine Island (Lee County, Florida) +0.24541 palaios_html_3523436416 palaios_html_3523436416:566:58803:58812 Rochester Caribbean +0.249498 cspg_html_3357826027 cspg_html_3357826027:105:15702:15708 Denver Colorado +0.498834 cspg_html_2161417858 cspg_html_2161417858:238:31534:31554 Big Valley Lacombe, Alberta +0.251502 cspg_html_6964953392 cspg_html_6964953392:372:46525:46558 Doig Victoria, British Columbia +0.475449 gsa_html_4446967287 gsa_html_4446967287:304:25387:25395 Sicamous Eagle River, Alaska +0.499896 aapg_ah_343.html aapg_ah_343.html:33:3810:3817 Prairie Mississippi River +0.244528 aapg_af_480.html aapg_af_480.html:241:27393:27408 Olentangy Ohio +0.23919 cspg_html_4392308496 cspg_html_4392308496:100:17246:17268 Little River Bridgetown, Nova Scotia +0.24843 palaios_html_4248881045 palaios_html_4248881045:228:21614:21646 Moenave Arizona +0.475664 geology_html_9805181537 geology_html_9805181537:16:872:896 Elk Wisconsin +0.253 cspg_html_3135622409 cspg_html_3135622409:5:287:311 Belloy Boise, Idaho +0.26574 gsa_html_6491840124 gsa_html_6491840124:969:79608:79613 Logan Logan, Utah +0.253009 cspg_html_8740534160 cspg_html_8740534160:185:23972:23989 Badshot Selkirk Mountains +0.4966 aapg_ai_107.html aapg_ai_107.html:612:52966:52973 Hosston Paluxy, Texas +0.239616 aapg_ac_972.html aapg_ac_972.html:225:26852:26858 Sierra Kings City +0.4945 aapg_ad_564.html aapg_ad_564.html:138:13045:13052 Halifax Houston +0.481874 gsa_html_3380395839 gsa_html_3380395839:471:49549:49555 Oregon Victoria, British Columbia +0.26471 aapg_ah_982.html aapg_ah_982.html:494:43324:43337 Turner Valley Lacombe, Alberta +0.467622 cspg_html_8362959053 cspg_html_8362959053:59:8948:8954 Luscar Gladstone, Oregon +0.53083 aapg_ad_944.html aapg_ad_944.html:265:25291:25306 Piper Regina, Saskatchewan +0.494615 aapg_ac_126.html aapg_ac_126.html:28:4703:4725 Haynesville Chesapeake Bay +0.703868 aapg_ae_454.html aapg_ae_454.html:574:51995:52002 Bossier Shreveport, Louisiana +0.247234 geology_html_4557120500 geology_html_4557120500:11:461:471 Washington Seattle +0.247476 aapg_ah_160.html aapg_ah_160.html:304:36585:36591 Salina Guelph +0.236592 gsa_html_8241338635 gsa_html_8241338635:431:44614:44633 Bidahochi Kaibab, Arizona +0.246753 aapg_ae_60.html aapg_ae_60.html:332:36356:36371 Fort Union Wasatch Range +0.46942 AMJC_html_5969956211 AMJC_html_5969956211:310:45645:45650 Provo Sevier orogeny +0.500434 geology_html_9292085223 geology_html_9292085223:109:7860:7876 Davis Bonne Terre, Missouri +0.248 aapg_aa_261.html aapg_aa_261.html:3:248:262 Lisburne Atoka, Oklahoma +0.257004 aapg_ae_917.html aapg_ae_917.html:357:39571:39596 Battle Des Moines, Washington +0.5263 aapg_ah_775.html aapg_ah_775.html:300:37660:37670 Rio Grande New Mexico +0.456936 jgeology_html_1188020601 jgeology_html_1188020601:182:10664:10680 Fish Canyon Tuff Durango, Durango +0.479912 aapg_aa_98.html aapg_aa_98.html:181:15225:15237 Granite Wash Lacombe, Alberta +0.253005 palaios_html_5212272868 palaios_html_5212272868:346:38946:38952 Pueblo Colorado +0.479622 gsa_html_3561219088 gsa_html_3561219088:980:90850:90878 Green River New Mexico +0.488735 gsa_html_9755702281 gsa_html_9755702281:717:56527:56535 Rockwell Los Angeles +0.259128 aapg_ah_871.html aapg_ah_871.html:436:48574:48581 Pamelia Lowville (town), New York +0.246512 aapg_ac_967.html aapg_ac_967.html:355:38346:38364 John Day Salem, Oregon +0.255024 cspg_html_8691653606 cspg_html_8691653606:78:10155:10163 Columbia Victoria, British Columbia +0.506253 aapg_ae_876.html aapg_ae_876.html:41:5146:5168 Cedar Mountain Phoenix, Arizona +0.494172 aapg_ae_454.html aapg_ae_454.html:3:169:187 Cotton Valley Mississippi River +0.514008 gsa_html_6491840124 gsa_html_6491840124:871:71658:71666 Colorado Denver +0.49162 palaios_html_2449649505 palaios_html_2449649505:391:42834:42851 Kayenta Arizona +0.25488 aapg_ad_564.html aapg_ad_564.html:7885:691771:691781 Hell Creek Fort Union Trading Post National Historic Site +0.25398 AMJC_html_3262083241 AMJC_html_3262083241:11:464:474 Washington Seattle +0.447865 aapg_ad_865.html aapg_ad_865.html:254:26568:26584 Dakota Hermosa, Chicago +0.259072 aapg_ah_647.html aapg_ah_647.html:575:62895:62924 Dunn Texas +0.48348 aapg_af_663.html aapg_af_663.html:277:29436:29443 Bedford Chariton, Iowa +0.518154 aapg_aa_288.html aapg_aa_288.html:44:5293:5304 Mowry Earley +0.493812 aapg_ad_564.html aapg_ad_564.html:7828:683395:683406 Utica Mohawk Valley +0.470824 aapg_ac_807.html aapg_ac_807.html:248:24817:24825 Choptank Kirkwood, Missouri +0.276696 cspg_html_7924356285 cspg_html_7924356285:330:33602:33607 Banff Highwood Pass +0.898583 cspg_html_9613527162 cspg_html_9613527162:194:27248:27265 Pekisko Elkton, Kentucky +0.468868 aapg_ac_703.html aapg_ac_703.html:134:14740:14753 Madison Logan, Utah +0.495378 aapg_ac_841.html aapg_ac_841.html:886:92767:92774 Esquias La Libertad, Negros Oriental +0.473641 cspg_html_6880168184 cspg_html_6880168184:703:81785:81800 Melville Island Canadian Arctic Archipelago +0.469728 gsa_html_4592916077 gsa_html_4592916077:1013:69989:70010 Chickaloon Anchorage, Alaska +0.495492 cspg_html_1975682848 cspg_html_1975682848:469:46945:46965 Blue Fiord Canada +0.257964 aapg_ae_803.html aapg_ae_803.html:75:9725:9731 Sierra Guatemala +0.4665 aapg_ad_52.html aapg_ad_52.html:128:17329:17348 Coldwater Michigan +0.4835 gsa_html_4667678389 gsa_html_4667678389:1080:108064:108070 Moscow Boise, Idaho +0.4959 aapg_af_91.html aapg_af_91.html:458:51214:51227 Blue Mountain Colorado Plateau +0.466059 aapg_ae_103.html aapg_ae_103.html:1190:101596:101607 San Jacinto El Salto, Jalisco +0.241065 aapg_ae_873.html aapg_ae_873.html:320:36827:36835 Nacatoch Arkadelphia, Arkansas +0.456412 aapg_ac_176.html aapg_ac_176.html:55:9269:9277 Farewell Turangi +0.25351 aapg_ah_387.html aapg_ah_387.html:26:4285:4294 Knoxville Knoxville, Illinois +0.482976 aapg_ak_87.html aapg_ak_87.html:458:57344:57358 Earp Supai, Arizona +0.254012 aapg_ad_156.html aapg_ad_156.html:137:20095:20117 Water Island United States Virgin Islands +0.266352 cspg_html_9683836416 cspg_html_9683836416:30:5899:5907 Foremost Lacombe, Alberta +0.253847 cspg_html_8549221170 cspg_html_8549221170:50:5694:5700 Denver Colorado +0.29184 aapg_ac_841.html aapg_ac_841.html:380:46952:46964 Todos Santos Guatemala +0.245655 cspg_html_6356755616 cspg_html_6356755616:226:35044:35051 Eastend Regina, Saskatchewan +0.25324 palaios_html_9876040400 palaios_html_9876040400:68:6838:6859 White River Colorado +0.483917 aapg_aa_705.html aapg_aa_705.html:711:70659:70665 Jordan Melbourne, Florida +0.479457 palaios_html_6198940562 palaios_html_6198940562:160:11643:11647 Ross Stroudsburg, Pennsylvania +0.268785 aapg_ad_883.html aapg_ad_883.html:61:7848:7868 Eau Claire Michigan +0.492012 aapg_af_840.html aapg_af_840.html:258:26961:26968 Creston Clarinda, Iowa +0.487725 gsa_html_2005293978 gsa_html_2005293978:722:52564:52571 Calvert Maryland +0.489915 gsa_html_3251357068 gsa_html_3251357068:29:2796:2824 Green River Iran +0.263971 aapg_ai_603.html aapg_ai_603.html:158:14294:14315 Price Indianola, Iowa +0.45168 AMJC_html_8620643989 AMJC_html_8620643989:15:789:797 Virginia Reston, Virginia +0.25186 aapg_ad_45.html aapg_ad_45.html:137:8765:8776 Tar Springs Vienna +0.25908 palaios_html_1027055785 palaios_html_1027055785:95:8201:8227 Staunton Illinois +0.280611 aapg_ac_867.html aapg_ac_867.html:952:114603:114623 Phosphoria Cheyenne, Wyoming +0.2703 aapg_ai_899.html aapg_ai_899.html:138:15028:15055 White River Nebraska +0.246856 aapg_ae_170.html aapg_ae_170.html:50:6716:6736 Road River Middle East +0.48822 gsa_html_3898240693 gsa_html_3898240693:842:76469:76497 Green River New Mexico +0.500906 aapg_af_663.html aapg_af_663.html:824:77904:77910 Pawnee Lexington, Kentucky +0.24581 aapg_ai_44.html aapg_ai_44.html:237:34976:34982 Sierra Trinidad and Tobago +0.260084 cspg_html_4403434336 cspg_html_4403434336:33:4561:4587 Aleqatsiaq Fjord Washington (state) +0.38318 aapg_ae_176.html aapg_ae_176.html:245:30885:30891 Viking Lacombe, Alberta +0.260478 cspg_html_4287356899 cspg_html_4287356899:940:128834:128849 Kayak Great Britain +0.4685 cspg_html_8374021012 cspg_html_8374021012:107:16771:16792 Mount Forster Western world +0.266562 cspg_html_5406272225 cspg_html_5406272225:153:17519:17529 Pine Point Lacombe, Alberta +0.45663 aapg_ah_608.html aapg_ah_608.html:93:8520:8525 Bluff Dove Creek, Colorado +0.277729 geology_html_7360956801 geology_html_7360956801:298:27280:27288 Rockwell San Jacinto, California +0.246492 aapg_ai_816.html aapg_ai_816.html:515:89060:89066 Hertha Kansas City, Kansas +0.485305 gsa_html_8035658736 gsa_html_8035658736:734:85283:85293 Washington Boise, Idaho +0.483812 aapg_ae_974.html aapg_ae_974.html:317:32351:32355 Frio Zapata County, Texas +0.252374 aapg_ac_719.html aapg_ac_719.html:120:13119:13134 Raton Colorado +0.268462 aapg_ah_193.html aapg_ah_193.html:114:14100:14107 Camrose Lacombe, Alberta +0.26677 sedimentology_html_2503558419 sedimentology_html_2503558419:25:1556:1565 Newcastle Hempstead (town), New York +0.259979 gsa_html_5583768987 gsa_html_5583768987:173:18600:18636 Laurentian Blue Ridge Mountains +0.495045 aapg_ae_928.html aapg_ae_928.html:302:22216:22221 Tokio Austin, Chicago +0.474329 palaios_html_8113714689 palaios_html_8113714689:310:35550:35558 Michigan Munising, Michigan +0.249936 gsa_html_1465687448 gsa_html_1465687448:74:7512:7531 Hillabee Greenstone Middle East +0.490633 aapg_ai_582.html aapg_ai_582.html:31:3700:3709 Shaunavon Regina, Saskatchewan +0.489555 aapg_aa_23.html aapg_aa_23.html:570:70957:70965 Winnipeg Red River of the North +0.502765 cspg_html_3854139935 cspg_html_3854139935:27:4281:4292 Belly River Lacombe, Alberta +0.492024 AMJC_html_1873062106 AMJC_html_1873062106:172:26156:26164 Colorado Arizona +0.26418 sedimentology_html_3455721661 sedimentology_html_3455721661:21:1509:1527 Todilto New Mexico +0.4978 cspg_html_7409170811 cspg_html_7409170811:327:50075:50084 Lodgepole Crowsnest Pass, Alberta +0.486588 aapg_ai_974.html aapg_ai_974.html:666:70798:70815 Astoria Western world +0.505686 aapg_aa_663.html aapg_aa_663.html:5:726:740 Rome Kentucky +0.522522 aapg_ah_536.html aapg_ah_536.html:198:26399:26416 Sligo County Sligo +0.257013 geology_html_2512600235 geology_html_2512600235:18:1237:1250 Santa Barbara California +0.365034 aapg_ae_708.html aapg_ae_708.html:582:62858:62878 Nolichucky Virginia +0.251346 aapg_ad_280.html aapg_ad_280.html:23:3501:3510 Smackover Haynesville, Louisiana +0.247883 cspg_html_3521815736 cspg_html_3521815736:192:27597:27605 Columbia Victoria, British Columbia +0.261612 palaios_html_8915371254 palaios_html_8915371254:569:37839:37855 Tamana Trinidad and Tobago +0.464486 gsa_html_5107598462 gsa_html_5107598462:248:22523:22529 Salina Onondaga (tribe) +0.26572 sedimentology_html_1946067194 sedimentology_html_1946067194:937:59734:59739 Piper Canada +0.359415 aapg_ac_486.html aapg_ac_486.html:698:89258:89274 Dakota Black Hills +0.239268 aapg_ac_333.html aapg_ac_333.html:1207:144353:144361 Colorado Ouray, Colorado +0.238095 cspg_html_2826081830 cspg_html_2826081830:6:381:403 Grand Rapids Lacombe, Alberta +0.458062 palaios_html_8391206976 palaios_html_8391206976:300:44434:44452 Bellevue Waynesville, North Carolina +0.261072 aapg_aa_563.html aapg_aa_563.html:285:36615:36623 Woodbine Mississippi River +0.469 aapg_ah_505.html aapg_ah_505.html:675:52299:52306 Laramie Colorado +0.478632 aapg_ai_641.html aapg_ai_641.html:70:10985:11000 Mesaverde Piceance Basin +0.49608 sedimentology_html_3549891174 sedimentology_html_3549891174:92:8456:8463 Yucatan Barbados +0.50112 palaios_html_5198166697 palaios_html_5198166697:118:10378:10395 Juniata Pennsylvania +0.495104 aapg_ai_504.html aapg_ai_504.html:175:17413:17423 Phosphoria Cheyenne, Wyoming +0.47595 aapg_ad_691.html aapg_ad_691.html:96:11258:11274 Weno Red River of the North +0.25602 aapg_ai_1.html aapg_ai_1.html:415:38680:38684 Rico San Rafael Swell +0.503558 gsa_html_1641861263 gsa_html_1641861263:675:64761:64789 Green River Colorado +0.474288 gsa_html_2561127673 gsa_html_2561127673:53:4676:4697 Quinn River Reno, Nevada +0.270351 aapg_af_394.html aapg_af_394.html:523:57120:57130 Wind River Cheyenne, Wyoming +0.25047 palaios_html_6070568506 palaios_html_6070568506:355:23953:23974 Oxford England +0.501177 aapg_aa_841.html aapg_aa_841.html:111:11259:11274 Vicksburg Elwood, Illinois +0.249879 aapg_ac_199.html aapg_ac_199.html:35:4891:4899 Virginia Kentucky +0.272459 AMJC_html_2890539371 AMJC_html_2890539371:476:48065:48075 Washington Boise, Idaho +0.359 gsa_html_4113859081 gsa_html_4113859081:419:38063:38075 Owens Valley California +0.512904 gsa_html_2973272646 gsa_html_2973272646:741:72237:72265 Green River Colorado +0.24941 aapg_ad_616.html aapg_ad_616.html:240:25033:25040 Reynosa Villahermosa, Tolima +0.26312 cspg_html_9676262628 cspg_html_9676262628:90:8892:8897 Swift Closter, New Jersey +0.484242 aapg_ae_518.html aapg_ae_518.html:23:2160:2166 Oregon California +0.506766 aapg_aa_904.html aapg_aa_904.html:547:48393:48401 Columbia Victoria, British Columbia +0.428184 aapg_ac_295.html aapg_ac_295.html:128:11942:11950 Washakie Wasatch Range +0.912847 aapg_ai_49.html aapg_ai_49.html:260:31129:31147 Sundance Logan, Utah +0.465528 aapg_ai_159.html aapg_ai_159.html:465:53557:53574 Caimito Culebra, Puerto Rico +0.277112 aapg_aa_547.html aapg_aa_547.html:7:625:645 Fort Scott Mississippi River +0.257554 aapg_aa_127.html aapg_aa_127.html:229:37117:37128 Bloomington Bloomington, Illinois +0.26394 aapg_ah_675.html aapg_ah_675.html:531:76349:76364 Mesaverde Logan, Utah +0.239112 aapg_aa_685.html aapg_aa_685.html:207:19080:19099 Flagstaff Logan, Utah +0.281936 aapg_ad_466.html aapg_ad_466.html:393:48571:48588 Raritan Closter, New Jersey +0.2545 cspg_html_5295390542 cspg_html_5295390542:21:2296:2314 Halfway Middle East +0.874176 palaios_html_7679079277 palaios_html_7679079277:1023:87668:87674 Viking Lacombe, Alberta +0.253872 aapg_af_653.html aapg_af_653.html:780:88899:88906 Temblor California +0.353408 palaios_html_4501603736 palaios_html_4501603736:113:10801:10818 Thaynes Montello, Nevada +0.483465 aapg_ai_787.html aapg_ai_787.html:439:45606:45611 Weeks Texas +0.49305 aapg_ai_148.html aapg_ai_148.html:577:59649:59654 Nisku Calgary +0.488652 aapg_ae_415.html aapg_ae_415.html:360:45614:45625 Mint Spring Boyce, Louisiana +0.50499 aapg_ae_143.html aapg_ae_143.html:247:26261:26304 Prairie Regina, Saskatchewan +0.481925 aapg_ad_335.html aapg_ad_335.html:565:72590:72602 Pierre Cheyenne, Wyoming +0.457445 aapg_ae_67.html aapg_ae_67.html:452:34429:34435 Denver Colorado +0.282988 aapg_ac_536.html aapg_ac_536.html:680:70097:70111 Mission Canyon Grand Forks, North Dakota +0.25056 aapg_ae_154.html aapg_ae_154.html:33:4383:4403 Besa River Victoria, British Columbia +0.272468 cspg_html_9290046117 cspg_html_9290046117:591:73447:73464 Cadomin Canada +0.24411 geology_html_8381924936 geology_html_8381924936:24:1225:1233 Quantico Dale City, Virginia +0.24552 cspg_html_3041902517 cspg_html_3041902517:768:84142:84160 Tensleep Cheyenne, Wyoming +0.247486 cspg_html_5891044027 cspg_html_5891044027:485:82531:82540 Appekunny Victoria, British Columbia +0.25959 AMJC_html_9397261106 AMJC_html_9397261106:718:53803:53808 Stump Mexico +0.474329 aapg_ac_986.html aapg_ac_986.html:399:46125:46139 Chicopee Spearfish, South Dakota +0.25296 jgeology_html_1808184351 jgeology_html_1808184351:501:30110:30120 Washington Long Beach Peninsula +0.259931 aapg_aa_106.html aapg_aa_106.html:246:23668:23676 Imperial Guernsey +0.277648 aapg_ad_379.html aapg_ad_379.html:324:27177:27202 Battle Belden, California +0.470442 aapg_ad_2.html aapg_ad_2.html:218:32044:32055 Wissahickon Pennsylvania +0.27092 cspg_html_6306091047 cspg_html_6306091047:649:90068:90090 Charlie Lake Victoria, British Columbia +0.270914 aapg_ah_779.html aapg_ah_779.html:645:119898:119908 Pocahontas Pottsville, Pennsylvania +0.506883 aapg_af_663.html aapg_af_663.html:208:24637:24655 Altamont Lexington, Kentucky +0.252 aapg_af_133.html aapg_af_133.html:164:17786:17801 Rochester Mississinewa River +0.498324 aapg_ah_318.html aapg_ah_318.html:1261:127293:127313 Smackover Shreveport, Louisiana +0.482646 aapg_ai_981.html aapg_ai_981.html:227:19109:19116 Prairie Beaumont, Texas +0.50778 palaios_html_1018466366 palaios_html_1018466366:1480:134359:134379 Shawangunk Delaware +0.248472 aapg_af_785.html aapg_af_785.html:13:1661:1671 Rio Grande Alabama +0.355975 cspg_html_9474105160 cspg_html_9474105160:6:421:437 Fernie Lacombe, Alberta +0.373725 aapg_ad_696.html aapg_ad_696.html:189:18905:18911 Weches East Texas +0.513 gsa_html_8053816650 gsa_html_8053816650:1044:101107:101135 Green River Colorado +0.49712 aapg_ad_3.html aapg_ad_3.html:434:41447:41455 Moccasin Knoxville, Tennessee +0.28336 aapg_ah_83.html aapg_ah_83.html:124:15949:15968 Lakota Boise, Idaho +0.481824 cspg_html_5430614285 cspg_html_5430614285:298:37104:37121 Cardium Western Canadian Sedimentary Basin +0.262584 aapg_ac_35.html aapg_ac_35.html:316:28355:28363 Colorado Denver +0.267776 sedimentology_html_1639882205 sedimentology_html_1639882205:1692:100508:100528 Toro Chile +0.48791 aapg_ah_182.html aapg_ah_182.html:462:38097:38105 Annville Pennsylvania +0.262654 cspg_html_5688447798 cspg_html_5688447798:148:21943:21971 Disappointment Bay Little Cornwallis Island +0.240096 sedimentology_html_1345433606 sedimentology_html_1345433606:1179:76202:76244 Bluff Bridgetown, Nova Scotia +0.242688 aapg_af_575.html aapg_af_575.html:676:92977:92989 Marble Falls Lampasas, Texas +0.482023 gsa_html_3380395839 gsa_html_3380395839:1031:85618:85628 Washington Victoria, British Columbia +0.48985 cspg_html_3860685167 cspg_html_3860685167:1025:93716:93736 Mount Head Lacombe, Alberta +0.49337 jgeology_html_7591890576 jgeology_html_7591890576:868:42779:42785 Eugene Salem, Oregon +0.259584 aapg_ad_178.html aapg_ad_178.html:47:4545:4564 Fantasque Victoria, British Columbia +0.24174 sedimentology_html_8752954975 sedimentology_html_8752954975:1095:86755:86760 Stark Republic of China +0.718614 aapg_ad_800.html aapg_ad_800.html:141:16918:16934 Ripley Mississippi River +0.269361 aapg_ad_720.html aapg_ad_720.html:312:30158:30163 Queen Guadalupe Mountains National Park +0.255458 aapg_ah_978.html aapg_ah_978.html:697:65244:65253 Etchegoin Middle East +0.262063 aapg_ae_68.html aapg_ae_68.html:82:10434:10451 Humbug Western world +0.731745 aapg_ad_55.html aapg_ad_55.html:96:7832:7839 Decorah Decorah, Iowa +0.503382 cspg_html_7409170811 cspg_html_7409170811:173:23483:23489 Exshaw Great Falls (Missouri River) +0.484632 aapg_ai_514.html aapg_ai_514.html:88:10463:10481 Humboldt Reno, Nevada +0.462384 aapg_ae_584.html aapg_ae_584.html:712:65691:65696 Tidal California +0.255528 aapg_ac_825.html aapg_ac_825.html:257:27704:27722 Purisima Santa Cruz Mountains +0.24552 aapg_aa_410.html aapg_aa_410.html:421:48115:48119 Home Papua New Guinea +0.260604 aapg_ad_811.html aapg_ad_811.html:396:42013:42022 Ingleside Matagorda Bay +0.255524 aapg_aa_887.html aapg_aa_887.html:49:5880:5899 Fruitland Southeast Asia +0.387315 aapg_ai_326.html aapg_ai_326.html:237:28945:28950 Price Monterey, California +0.477044 aapg_ac_333.html aapg_ac_333.html:1443:163765:163775 Washington Salem, Oregon +0.49278 cspg_html_6383234409 cspg_html_6383234409:566:59680:59706 Strathcona Fiord Bathurst Island (Northern Territory) +0.268786 aapg_ac_83.html aapg_ac_83.html:317:25677:25692 Atoka McAlester, Oklahoma +0.241472 cspg_html_6140483769 cspg_html_6140483769:124:17544:17563 Deadwood Winnipeg +0.260064 gsa_html_7411853369 gsa_html_7411853369:704:68700:68720 Pen North Carolina +0.463701 aapg_ah_277.html aapg_ah_277.html:281:35454:35462 Colorado Colorado +0.479048 aapg_af_653.html aapg_af_653.html:831:94396:94404 Monterey Monterey, California +0.47752 aapg_ai_80.html aapg_ai_80.html:142:16001:16012 Trempealeau Kentucky +0.271416 gsa_html_2546701917 gsa_html_2546701917:65:4666:4694 Green River Colorado +0.504792 aapg_aa_23.html aapg_aa_23.html:315:36987:37000 Winnipeg Manitoba +0.254508 cspg_html_6880168184 cspg_html_6880168184:630:77290:77310 West Point Quebec City +0.49646 cspg_html_3772380029 cspg_html_3772380029:446:57032:57055 Caution Creek Churchill River (Atlantic) +0.452088 aapg_af_248.html aapg_af_248.html:7:2366:2372 Midway Arkadelphia, Arkansas +0.257024 palaios_html_3232474978 palaios_html_3232474978:18:1062:1078 Liard Victoria, British Columbia +0.257316 aapg_af_701.html aapg_af_701.html:340:44267:44279 Huntersville Sistersville, West Virginia +0.479478 geology_html_4960486260 geology_html_4960486260:312:25851:25861 Washington Pacific Northwest +0.19096 aapg_ae_4.html aapg_ae_4.html:190:20764:20783 Lodgepole Logan Canyon +0.498456 gsa_html_2804200742 gsa_html_2804200742:51:4104:4132 Green River Colorado +0.262128 aapg_ae_6.html aapg_ae_6.html:288:31607:31611 Buda Buda, Texas +0.499264 aapg_ae_419.html aapg_ae_419.html:287:36305:36323 Kiamichi Zacatecas, Zacatecas +0.263907 aapg_af_664.html aapg_af_664.html:239:25720:25730 San Andres New Mexico +0.25186 aapg_ad_98.html aapg_ad_98.html:87:8791:8799 Ninemile Middle Ordovician +0.262095 gsa_html_4646398703 gsa_html_4646398703:753:72661:72670 Extension Macquarie Island +0.266848 gsa_html_5952049575 gsa_html_5952049575:884:84491:84502 Green River Cheyenne, Wyoming +0.502686 aapg_ah_40.html aapg_ah_40.html:63:7020:7030 San Andres New Mexico +0.488188 gsa_html_4650354985 gsa_html_4650354985:1108:91458:91489 Minturn Colorado +0.496944 aapg_ad_367.html aapg_ad_367.html:372:35718:35738 Mt. Wilson Victoria, British Columbia +0.47094 geology_html_1664804865 geology_html_1664804865:11:499:507 Colorado Colorado +0.275088 cspg_html_9692046543 cspg_html_9692046543:334:31029:31037 Cloverly Moberly, Missouri +0.489168 aapg_ad_45.html aapg_ad_45.html:140:9384:9393 Aux Vases West Frankfort, Illinois +0.25544 aapg_ak_101.html aapg_ak_101.html:45:4001:4008 El Paso Mexico +0.267786 aapg_ac_200.html aapg_ac_200.html:431:42562:42583 Green River Cheyenne, Wyoming +0.263472 aapg_ak_59.html aapg_ak_59.html:994:122252:122256 Rome California +0.37142 aapg_aa_41.html aapg_aa_41.html:105:8979:8988 Sunniland Dade County, Georgia +0.472538 gsa_html_3144986031 gsa_html_3144986031:294:31720:31727 Bonanza Talkeetna, Alaska +0.264578 cspg_html_3354282978 cspg_html_3354282978:270:37997:38016 Athabasca Lacombe, Alberta +0.497038 cspg_html_4132771434 cspg_html_4132771434:632:79195:79216 Slave Point Lacombe, Alberta +0.492203 sedimentology_html_6434577006 sedimentology_html_6434577006:1221:66026:66060 Hardyston Pennsylvania +0.477617 geology_html_4403865682 geology_html_4403865682:304:26052:26088 Protection California +0.473697 palaios_html_1262064602 palaios_html_1262064602:1071:105045:105061 Chinle Earth +0.256649 cspg_html_6839937815 cspg_html_6839937815:289:41228:41247 Moenkopi Kaibab, Arizona +0.250805 gsa_html_3069013284 gsa_html_3069013284:826:78027:78043 Forest Chinle Formation +0.476652 aapg_af_143.html aapg_af_143.html:1033:108552:108573 Otter Knoxville, Illinois +0.469395 aapg_af_713.html aapg_af_713.html:32:3134:3139 Atoka Atoka, Oklahoma +0.51585 aapg_ae_73.html aapg_ae_73.html:346:45264:45280 Chinle Las Vegas Strip +0.470421 gsa_html_1078292661 gsa_html_1078292661:66:5552:5580 Green River New Mexico +0.48307 cspg_html_8990290265 cspg_html_8990290265:30:5232:5251 Sassenach Lacombe, Alberta +0.289836 cspg_html_6032369756 cspg_html_6032369756:452:54496:54529 Lodgepole Spearfish, South Dakota +0.247324 aapg_aa_878.html aapg_aa_878.html:684:77029:77040 Mowry Cheyenne, Wyoming +0.259017 aapg_ae_945.html aapg_ae_945.html:23:2681:2694 Detroit River Reed City, Michigan +0.258825 palaios_html_6676788300 palaios_html_6676788300:728:88480:88512 Temporal Knoxville, Illinois +0.253506 cspg_html_1296564271 cspg_html_1296564271:593:57736:57758 Wabamun Lacombe, Alberta +0.493136 aapg_ai_156.html aapg_ai_156.html:255:23246:23266 Lecompton Shawnee, Oklahoma +0.476398 gsa_html_1617077506 gsa_html_1617077506:249:25130:25135 Yukon Victoria, British Columbia +0.272976 aapg_aa_23.html aapg_aa_23.html:904:117990:118010 Interlake Manitoba +0.255024 gsa_html_6281658899 gsa_html_6281658899:143:18303:18313 Wind River Green River Formation +0.479912 gsa_html_2989317971 gsa_html_2989317971:907:92362:92371 Pocatello Snake River Canyon (Idaho) +0.262546 geology_html_8682508261 geology_html_8682508261:37:3113:3133 Maravillas West Texas +0.461338 gsa_html_4113859081 gsa_html_4113859081:341:32660:32675 Rapid California +0.27486 sedimentology_html_5588427693 sedimentology_html_5588427693:667:37582:37592 Washington Salem, Oregon +0.478114 cspg_html_9843429624 cspg_html_9843429624:895:112298:112305 Windsor Calgary +0.262128 aapg_af_854.html aapg_af_854.html:706:99263:99268 Salem Illinois +0.8742 cspg_html_4269474759 cspg_html_4269474759:1035:106350:106357 Bearpaw Drumheller +0.265584 gsa_html_6281775990 gsa_html_6281775990:787:74454:74462 Columbia Maryland +0.499896 aapg_ad_67.html aapg_ad_67.html:253:32928:32935 Carrizo San Jacinto, California +0.241703 aapg_ac_313.html aapg_ac_313.html:113:14777:14793 Yucatan La Libertad, Negros Oriental +0.269748 aapg_ac_366.html aapg_ac_366.html:219:25755:25771 Keefer Rochester, Kent +0.2505 aapg_ac_807.html aapg_ac_807.html:1295:108263:108280 Raritan Closter, New Jersey +0.258572 AMJC_html_5916115748 AMJC_html_5916115748:1293:120045:120055 Washington Washington (state) +0.498015 aapg_ad_440.html aapg_ad_440.html:783:79469:79484 Bluefield Mercer County, New Jersey +0.25047 cspg_html_4374961624 cspg_html_4374961624:205:24392:24413 Mount Whyte Hockley +0.483041 cspg_html_8840748783 cspg_html_8840748783:56:10193:10201 Columbia Lacombe, Alberta +0.26 aapg_ac_60.html aapg_ac_60.html:294:31930:31938 Traverse China +0.267734 aapg_ad_154.html aapg_ad_154.html:16:2316:2348 Elbrook Middle Ordovician +0.486912 aapg_ai_49.html aapg_ai_49.html:274:32431:32448 Todilto Carmel, Indiana +0.253482 cspg_html_3772380029 cspg_html_3772380029:11:1138:1160 Chasm Creek River Severn +0.247396 aapg_ah_318.html aapg_ah_318.html:161:24721:24740 La Casita Mexico +0.251904 aapg_ad_335.html aapg_ad_335.html:321:38345:38351 Ferris Fort Union Trading Post National Historic Site +0.49131 AMJC_html_9378277780 AMJC_html_9378277780:712:58164:58170 Pueblo Santa Rosa, California +0.250992 sedimentology_html_3386306960 sedimentology_html_3386306960:361:26061:26104 Bluff Bridgetown, Nova Scotia +0.618076 aapg_af_18.html aapg_af_18.html:63:8000:8016 Inyan Kara Black Hills +0.25755 geology_html_5142231224 geology_html_5142231224:23:1496:1504 Virginia Reston, Virginia +0.266772 jgeology_html_1836103970 jgeology_html_1836103970:157:11259:11279 Boss Point New Glasgow, Nova Scotia +0.482608 aapg_ah_439.html aapg_ah_439.html:37:4491:4499 Richland Richland, Washington +0.462704 aapg_af_624.html aapg_af_624.html:27:3853:3859 Denver Colorado +0.288894 aapg_ae_140.html aapg_ae_140.html:4:444:451 Paradox Uinta Mountains +0.27183 aapg_ak_135.html aapg_ak_135.html:119:20477:20502 Topanga Huntington Beach, California +0.256 aapg_af_854.html aapg_af_854.html:815:114812:114827 Salem Bloomington, Indiana +0.242985 sedimentology_html_3574464143 sedimentology_html_3574464143:248:22512:22520 Colorado Texas +0.268299 cspg_html_8662646956 cspg_html_8662646956:921:118266:118276 Pine Point Cordillera Administrative Region +0.268275 aapg_ad_567.html aapg_ad_567.html:186:34245:34256 Mowry Powder River Basin +0.275028 aapg_af_684.html aapg_af_684.html:71:8487:8491 Tyee Baldwin, Nassau County, New York +0.478455 aapg_ah_677.html aapg_ah_677.html:543:61679:61685 Denver Colorado +0.254 jgeology_html_8149813123 jgeology_html_8149813123:1007:48737:48743 Denver Colorado +0.162045 cspg_html_5479700260 cspg_html_5479700260:174:17011:17030 Red River Manitoba +0.246012 aapg_ah_506.html aapg_ah_506.html:132:13123:13144 Potter Farm Michigan +0.271656 aapg_ai_37.html aapg_ai_37.html:176:19469:19481 Dakota Yuma County, Colorado +0.250458 sedimentology_html_7259856298 sedimentology_html_7259856298:121:11886:11892 Sierra Tabernas Desert +0.24308 aapg_ah_506.html aapg_ah_506.html:74:7741:7749 Michigan West Michigan +0.47136 jgeology_html_4599466962 jgeology_html_4599466962:936:58172:58190 Onondaga Ontario, California +0.249639 aapg_ac_631.html aapg_ac_631.html:349:41814:41829 Signal Mountain Pinedale, California +0.258516 aapg_ai_17.html aapg_ai_17.html:1128:74183:74188 Tampa Woodville, New Zealand +0.46697 aapg_ad_69.html aapg_ad_69.html:5:762:776 Colorado Niobrara, Nebraska +0.470288 aapg_ac_631.html aapg_ac_631.html:184:24296:24302 Provo Boise, Idaho +0.25806 geology_html_5856149391 geology_html_5856149391:176:18140:18149 Peninsula Sierra Nevada (Spain) +0.260554 palaios_html_9472254659 palaios_html_9472254659:469:31939:31945 Forbes Mexico +0.402432 aapg_ac_532.html aapg_ac_532.html:146:23664:23682 Tanyard Llano, Texas +0.523572 aapg_ad_720.html aapg_ad_720.html:197:20485:20489 Yeso Delaware +0.24144 aapg_ac_939.html aapg_ac_939.html:657:74830:74848 Robinson Illinois +0.501992 aapg_ah_217.html aapg_ah_217.html:56:6522:6528 Morgan Coshocton, Ohio +0.26563 cspg_html_3328007773 cspg_html_3328007773:212:22721:22747 Fish Scales Westgate, Canterbury +0.24939 aapg_ac_944.html aapg_ac_944.html:173:18149:18156 Tererro Pecos River +0.484429 aapg_ae_419.html aapg_ae_419.html:1661:123495:123515 San Felipe Tampico, Illinois +0.241566 sedimentology_html_9890309248 sedimentology_html_9890309248:872:55793:55814 Ohanapecosh Washington (state) +0.2515 geology_html_3216923540 geology_html_3216923540:12:474:482 Virginia Reston, Virginia +0.506883 aapg_af_436.html aapg_af_436.html:355:43786:43800 Brallier Chemung, New York +0.501994 cspg_html_9011256422 cspg_html_9011256422:453:53991:53999 Columbia Lacombe, Alberta +0.47025 AMJC_html_7141186441 AMJC_html_7141186441:111:15787:15796 Beartooth Wasatch Range +0.253991 aapg_ac_807.html aapg_ac_807.html:584:58163:58170 Norfolk Virginia +0.250344 palaios_html_3308412288 palaios_html_3308412288:297:33847:33881 Tongue River Big Horn Mountains +0.498495 aapg_ai_996.html aapg_ai_996.html:1344:60201:60211 Petersburg Virginia +0.498324 gsa_html_3883467297 gsa_html_3883467297:1410:97512:97540 Green River Colorado +0.514539 aapg_ac_301.html aapg_ac_301.html:107:13035:13054 Fish Haven Dolomite Boise, Idaho +0.256035 aapg_ad_44.html aapg_ad_44.html:171:17312:17331 Catskill Martinsburg, Nebraska +0.26112 geology_html_9872663807 geology_html_9872663807:329:25915:25919 Wise Pennsylvania +0.2709 aapg_af_830.html aapg_af_830.html:566:66668:66677 Escondido Texas +0.252865 sedimentology_html_3941612453 sedimentology_html_3941612453:739:58563:58586 Eel River Pacific Northwest +0.265738 aapg_ad_602.html aapg_ad_602.html:336:26977:26988 Mowry Nebraska +0.266752 aapg_ah_75.html aapg_ah_75.html:149:19666:19682 Richmond Illinois +0.471744 cspg_html_7963093032 cspg_html_7963093032:31:4203:4213 Mill Creek Lacombe, Alberta +0.25338 aapg_ad_743.html aapg_ad_743.html:281:32565:32575 Hartshorne Texas +0.486912 palaios_html_3055982207 palaios_html_3055982207:13:591:599 Michigan Michigan +0.25245 cspg_html_4233306187 cspg_html_4233306187:650:71804:71810 Oxford England +0.495673 gsa_html_5262754204 gsa_html_5262754204:375:47227:47232 Stump Lajitas, Texas +0.230724 gsa_html_1538463681 gsa_html_1538463681:98:8763:8782 Glance Conglomerate Arizona +0.482646 gsa_html_5973577754 gsa_html_5973577754:67:4779:4807 Green River New Mexico +0.245214 cspg_html_5995140321 cspg_html_5995140321:385:39835:39843 Scotland Canada +0.721374 aapg_ae_181.html aapg_ae_181.html:83:11223:11238 Eutaw Knoxville, Tennessee +0.483285 AMJC_html_6759408618 AMJC_html_6759408618:160:14696:14723 Martinsburg Martinsburg, Nebraska +0.494607 gsa_html_2240019054 gsa_html_2240019054:782:66663:66691 Green River Iran +0.254007 aapg_ac_621.html aapg_ac_621.html:30:4523:4540 Foraker Falls City, Nebraska +0.838138 aapg_af_384.html aapg_af_384.html:366:40433:40451 Beaufort Banks Island +0.243811 aapg_ak_135.html aapg_ak_135.html:518:61662:61670 Woodford California +0.254012 aapg_af_539.html aapg_af_539.html:182:17688:17692 Vail North Sea oil +0.494025 palaios_html_7206591444 palaios_html_7206591444:479:66750:66760 San Andres Guadalupe Mountains National Park +0.4805 aapg_ac_925.html aapg_ac_925.html:123:18892:18908 Guinda Putah Creek +0.24745 cspg_html_3065473572 cspg_html_3065473572:174:23594:23611 Romaine Middle Ordovician +0.26117 aapg_ac_417.html aapg_ac_417.html:28:4690:4712 Siletz River Volcanics Roseburg, Oregon +0.260084 cspg_html_3277684928 cspg_html_3277684928:451:44807:44820 Edwards Central Texas +0.25272 cspg_html_9275863663 cspg_html_9275863663:29:3665:3673 Edmonton Lacombe, Alberta +0.518568 aapg_ad_466.html aapg_ad_466.html:365:43730:43737 Raritan Patapsco River +0.259017 gsa_html_2989317971 gsa_html_2989317971:1100:109830:109840 Washington Salem, Oregon +0.482384 cspg_html_5778480331 cspg_html_5778480331:48:7542:7550 Columbia Victoria, British Columbia +0.432978 cspg_html_7817594878 cspg_html_7817594878:12:2209:2216 Monster Cordillera Administrative Region +0.425206 aapg_af_291.html aapg_af_291.html:297:33652:33660 Lisburne Prudhoe Bay Oil Field +0.246006 aapg_af_334.html aapg_af_334.html:484:36988:36994 Casper Cheyenne, Wyoming +0.24384 aapg_ad_3.html aapg_ad_3.html:752:71055:71077 Black River Allegheny Mountains +0.227734 aapg_ac_613.html aapg_ac_613.html:167:24444:24465 Cliff House Mesa, Arizona +0.472934 aapg_ae_993.html aapg_ae_993.html:484:49935:49945 Bear River Logan Canyon +0.263526 aapg_ah_691.html aapg_ah_691.html:301:33357:33385 Smackover Destin, Florida +0.490688 aapg_aa_381.html aapg_aa_381.html:90:12051:12060 Etchegoin Muddy Creek (Utah) +0.517725 aapg_ah_75.html aapg_ah_75.html:25:3746:3771 Pontgrave River Waynesville, North Carolina +0.474948 geology_html_6728593303 geology_html_6728593303:278:25279:25287 Victoria Victoria, British Columbia +0.2415 sedimentology_html_9603159224 sedimentology_html_9603159224:2270:132940:132944 Hall London, Ontario +0.503382 aapg_ae_984.html aapg_ae_984.html:179:12638:12656 Carlsbad Salado, Texas +0.472064 sedimentology_html_6642728353 sedimentology_html_6642728353:634:66347:66357 Washington Washington (state) +0.476375 aapg_ac_730.html aapg_ac_730.html:437:62109:62125 Toreva Mancos, Colorado +0.257983 gsa_html_2605108986 gsa_html_2605108986:633:49933:49952 Matanuska Hampton, New Hampshire +0.494429 aapg_aa_148.html aapg_aa_148.html:254:27047:27069 Cedar Mountain Colorado +0.285136 aapg_ac_217.html aapg_ac_217.html:87:10672:10687 Hueco Sugarloaf Mountain (Florida) +0.456318 cspg_html_9735723617 cspg_html_9735723617:702:85146:85160 Beverley Inlet Banks Island +0.54948 aapg_ah_529.html aapg_ah_529.html:243:24009:24024 Bliss El Paso, Texas +0.250976 geology_html_7716525239 geology_html_7716525239:15:817:825 Colorado Denver +0.502765 aapg_ai_326.html aapg_ai_326.html:338:39005:39019 Bedford Pennsylvania +0.242536 gsa_html_6657110469 gsa_html_6657110469:716:64122:64128 Oregon Bandon, County Cork +0.242466 aapg_ac_230.html aapg_ac_230.html:761:81727:81733 Sierra Venezuela +0.498942 jgeology_html_8064855537 jgeology_html_8064855537:251:17293:17315 Burro Canyon Colorado +0.47138 sedimentology_html_9860745508 sedimentology_html_9860745508:446:35666:35673 Francis London, Ontario +0.488048 aapg_ae_472.html aapg_ae_472.html:262:31056:31077 San Antonio Santa Anita Park +0.485706 aapg_ai_704.html aapg_ai_704.html:504:54813:54825 Reforma Guatemala +0.261072 aapg_ai_724.html aapg_ai_724.html:571:50451:50468 Prince Alfred Bay Devon Island +0.264171 aapg_ae_3.html aapg_ae_3.html:234:33228:33254 Wasatch Uinta Mountains +0.926404 cspg_html_1822367166 cspg_html_1822367166:6:471:481 Cabot Head Bruce Peninsula National Park +0.248832 aapg_af_473.html aapg_af_473.html:285:29255:29261 Denver Colorado +0.266662 cspg_html_6255491344 cspg_html_6255491344:53:8409:8420 Stony Creek Kootenay River +0.247475 cspg_html_8371777215 cspg_html_8371777215:25:3692:3708 Luscar Victoria, British Columbia +0.27242 palaios_html_6944542452 palaios_html_6944542452:275:25392:25425 Morrison Cheyenne, Wyoming +0.26471 aapg_af_551.html aapg_af_551.html:51:5765:5782 Sierra Alamogordo, New Mexico +0.492218 gsa_html_4339524478 gsa_html_4339524478:610:67041:67051 Washington Boise, Idaho +0.474832 aapg_ac_340.html aapg_ac_340.html:427:56818:56822 Hall Darwin, Northern Territory +0.467544 gsa_html_7633967689 gsa_html_7633967689:420:49055:49062 Waipaoa Lake Taupo +0.476784 sedimentology_html_1574151857 sedimentology_html_1574151857:701:52730:52736 Oregon Washington (state) +0.253 cspg_html_2152913769 cspg_html_2152913769:78:11498:11510 Saskatchewan Edmonton, London +0.267776 aapg_aa_224.html aapg_aa_224.html:254:21887:21905 Lane Mexico +0.256542 aapg_ae_182.html aapg_ae_182.html:316:32856:32864 Bellevue County Sligo +0.247923 aapg_aa_113.html aapg_aa_113.html:407:41562:41575 Nacatoch Texas +0.36278 aapg_ae_223.html aapg_ae_223.html:447:55383:55400 Wasatch Wasatch Range +0.26462 aapg_ai_359.html aapg_ai_359.html:83:10128:10141 Santa Barbara Ventura County, California +0.276451 aapg_ad_596.html aapg_ad_596.html:5:553:565 Saskatchewan Canada +0.265176 geology_html_5590413695 geology_html_5590413695:266:22889:22904 Rapid Earth +0.481005 cspg_html_2039656422 cspg_html_2039656422:134:12633:12651 Shublik Spring River (Missouri) +0.24941 aapg_aa_607.html aapg_aa_607.html:334:35117:35127 Washington Bering Sea +0.234207 aapg_ae_370.html aapg_ae_370.html:657:66235:66255 Scappoose Salem, Oregon +0.251446 aapg_ae_419.html aapg_ae_419.html:1236:100365:100383 Maltrata Mexico +0.270256 aapg_ad_715.html aapg_ad_715.html:168:20629:20657 Stonewall Holdenville, Oklahoma +0.476784 gsa_html_5664265459 gsa_html_5664265459:1182:109921:109926 Price Washington (state) +0.258039 geology_html_9085928497 geology_html_9085928497:290:24291:24301 Washington Boise, Idaho +0.70518 cspg_html_2184091860 cspg_html_2184091860:519:45522:45539 Romaine Anticosti Island +0.488696 cspg_html_9735723617 cspg_html_9735723617:2854:233633:233652 Griper Bay Melville Island (Canada) +0.254976 aapg_ai_899.html aapg_ai_899.html:105:11165:11195 Fort Union Wasatch Range +0.507064 cspg_html_5784810575 cspg_html_5784810575:6:297:314 Cardium Lacombe, Alberta +0.474329 cspg_html_9613527162 cspg_html_9613527162:171:23720:23732 Pekisko Moose Mountain (Alberta) +0.688974 aapg_ak_51.html aapg_ak_51.html:9:1022:1039 Rodessa East Texas +0.380512 aapg_aa_800.html aapg_aa_800.html:175:16656:16677 Green River Logan, Utah +0.24541 aapg_ad_445.html aapg_ad_445.html:113:8542:8565 Rock Springs Sweetwater, Miami-Dade County, Florida +0.37587 cspg_html_6383234409 cspg_html_6383234409:603:63348:63358 Bird Fiord Bathurst Island (Northern Territory) +0.478536 cspg_html_9501006975 cspg_html_9501006975:568:58094:58114 Colorado Lacombe, Alberta +0.23961 geology_html_8806627174 geology_html_8806627174:329:27708:27712 Webb New Zealand +0.49036 aapg_ad_959.html aapg_ad_959.html:7:1074:1088 Kope Ohio +0.243936 aapg_ak_137.html aapg_ak_137.html:447:47778:47788 Whitewater Mississippi River +0.255712 aapg_ah_508.html aapg_ah_508.html:62:6903:6924 Stonehenge Lebanon County, Pennsylvania +0.465124 cspg_html_6163691495 cspg_html_6163691495:883:81751:81757 Denver Colorado +0.249368 aapg_ae_658.html aapg_ae_658.html:507:56100:56121 Green River Cheyenne, Wyoming +0.25806 aapg_aa_193.html aapg_aa_193.html:654:60124:60140 Keyser Maryland +0.25149 gsa_html_7102550258 gsa_html_7102550258:850:96879:96913 Mount Wrightson Arizona +0.255 AMJC_html_1938223835 AMJC_html_1938223835:111:14443:14453 Third Lake Helderberg +0.45216 aapg_ad_958.html aapg_ad_958.html:702:72113:72123 Montgomery Clark County, Indiana +0.261112 aapg_ah_542.html aapg_ah_542.html:436:27478:27501 Lawrence Douglas County, Colorado +0.48932 cspg_html_9735723617 cspg_html_9735723617:405:52097:52117 Kanayut Conglomerate Anchorage, Alaska +0.254178 cspg_html_9587281669 cspg_html_9587281669:88:15871:15882 Fish Scales Milk River, Alberta +0.252993 aapg_ac_491.html aapg_ac_491.html:25:4516:4532 Taman El Salvador +0.498972 cspg_html_6216640615 cspg_html_6216640615:1015:101347:101384 Slave Point Victoria, British Columbia +0.27392 aapg_aa_357.html aapg_aa_357.html:484:43759:43777 Entrada Carmel, Indiana +0.250498 sedimentology_html_7482146728 sedimentology_html_7482146728:48:5194:5200 Oregon Salem, Oregon +0.262063 aapg_ad_178.html aapg_ad_178.html:7:759:777 Mowitch Belcourt, North Dakota +0.2562 aapg_ae_408.html aapg_ae_408.html:14:2327:2331 Alto Illinois +0.4914 cspg_html_8369994160 cspg_html_8369994160:6:393:430 Turner Valley Lacombe, Alberta +0.261476 aapg_ac_807.html aapg_ac_807.html:326:33348:33365 Potomac Raritan River +0.251496 aapg_ai_321.html aapg_ai_321.html:138:18744:18751 Subinal Matagalpa +0.248976 geology_html_9822182299 geology_html_9822182299:264:23796:23802 Oxford Crowley, Louisiana +0.467973 aapg_af_39.html aapg_af_39.html:696:53822:53830 San Jose Guatemala City +0.254961 aapg_ac_71.html aapg_ac_71.html:25:3377:3384 Sunrise Reno, Nevada +0.262474 cspg_html_8952774486 cspg_html_8952774486:11:1375:1395 Mill Creek Great Falls (Missouri River) +0.27081 aapg_af_162.html aapg_af_162.html:10:1647:1656 Red River Clarksville, Tennessee +0.45227 aapg_ae_461.html aapg_ae_461.html:44:6242:6253 Pine Island Shreveport, Louisiana +0.472926 palaios_html_5264377288 palaios_html_5264377288:20:1134:1154 Chickaloon Anchorage, Alaska +0.493654 cspg_html_7028413504 cspg_html_7028413504:248:32889:32905 Exshaw Lacombe, Alberta +0.45505 aapg_ae_71.html aapg_ae_71.html:314:29088:29104 Navajo Kayenta, Arizona +0.477792 gsa_html_8833777630 gsa_html_8833777630:770:84408:84411 Rye Creede, Colorado +0.343204 aapg_ad_192.html aapg_ad_192.html:332:37204:37228 Tuscaloosa Shreveport, Louisiana +0.48042 aapg_ae_473.html aapg_ae_473.html:385:35344:35364 Cane River Shreveport, Louisiana +0.476073 jgeology_html_9131218619 jgeology_html_9131218619:1155:82462:82477 Athabasca Regina, Saskatchewan +0.56277 aapg_ah_157.html aapg_ah_157.html:191:26794:26805 Platteville Ottawa, Kansas +0.488005 sedimentology_html_1293179143 sedimentology_html_1293179143:84:8429:8456 Madison Regina, Saskatchewan +0.272468 aapg_ae_319.html aapg_ae_319.html:415:32997:33004 Ankareh Lake Fork (Texas) +0.24751 aapg_ai_501.html aapg_ai_501.html:21:2164:2177 Lone Mountain Reno, Nevada +0.27604 aapg_af_98.html aapg_af_98.html:14:2362:2368 Dakota San Juan, Argentina +0.241065 palaios_html_4588969442 palaios_html_4588969442:166:14519:14536 Tanyard Texas +0.488048 cspg_html_9142742810 cspg_html_9142742810:477:52159:52178 Keg River Lacombe, Alberta +0.48981 aapg_ah_206.html aapg_ah_206.html:134:18552:18576 Mission Canyon Williston, Vermont +0.481616 aapg_aa_156.html aapg_aa_156.html:379:37203:37211 Michigan Salina, Kansas +0.26676 cspg_html_1730027796 cspg_html_1730027796:270:27667:27689 Bad Cache Rapids Churchill River (Atlantic) +0.238632 sedimentology_html_6302405335 sedimentology_html_6302405335:1241:92392:92419 Tidal Memphis International Airport +0.422656 aapg_ai_146.html aapg_ai_146.html:326:23198:23203 Swift Lacombe, Alberta +0.261 aapg_af_242.html aapg_af_242.html:3:333:343 Rio Grande Mexico +0.24598 aapg_ah_766.html aapg_ah_766.html:156:17107:17118 San Ricardo Mexico +0.49764 cspg_html_8649903682 cspg_html_8649903682:264:26141:26159 Frontier Cheyenne, Wyoming +0.50196 aapg_ad_169.html aapg_ad_169.html:301:35061:35081 Greenbrier Huntington, West Virginia +0.26136 aapg_ai_872.html aapg_ai_872.html:130:14576:14589 Windsor Truro, Massachusetts +0.380512 gsa_html_2713524768 gsa_html_2713524768:554:48724:48737 Bossier East Texas +0.260832 aapg_ad_94.html aapg_ad_94.html:107:8521:8542 Black River Ottawa, Kansas +0.4864 gsa_html_6914337916 gsa_html_6914337916:549:49706:49711 Morin Middle East +0.491029 aapg_ad_3.html aapg_ad_3.html:78:7110:7117 Elbrook Virginia +0.271441 jgeology_html_6276246841 jgeology_html_6276246841:114:7695:7702 Waikato Lake Taupo +0.252648 gsa_html_2989317971 gsa_html_2989317971:1011:101060:101079 Pocatello Boise, Idaho +0.492093 aapg_ai_288.html aapg_ai_288.html:106:17550:17554 Pico Los Angeles +0.477012 cspg_html_1503116552 cspg_html_1503116552:1721:245120:245149 Swan Hills Lacombe, Alberta +0.475547 gsa_html_4650354985 gsa_html_4650354985:997:84058:84066 Colorado Colorado +0.254944 cspg_html_4176605708 cspg_html_4176605708:24:3001:3019 Colorado Canada +0.256905 aapg_ah_785.html aapg_ah_785.html:300:29206:29223 Roberts Mountains Reno, Nevada +0.248003 gsa_html_7808051457 gsa_html_7808051457:462:41627:41644 Dotsero South Fork Eel River +0.254989 gsa_html_8771785456 gsa_html_8771785456:166:19991:19998 Shuswap Victoria, British Columbia +0.2475 sedimentology_html_2173511954 sedimentology_html_2173511954:91:5740:5750 Washington Washington (state) +0.438246 aapg_ai_583.html aapg_ai_583.html:43:7117:7127 Wind River Cheyenne, Wyoming +0.47846 palaios_html_6676788300 palaios_html_6676788300:777:91308:91314 Cooper San Francisco +0.254514 cspg_html_5576979800 cspg_html_5576979800:62:9235:9251 Guelph Lockport (city), New York +0.257544 cspg_html_4645836177 cspg_html_4645836177:87:10470:10488 Mohawk Logan Canyon +0.26677 AMJC_html_9378277780 AMJC_html_9378277780:1141:95976:95982 Oregon Reno, Nevada +0.26159 aapg_ae_68.html aapg_ae_68.html:52:7012:7016 Elko Reno, Nevada +0.236442 cspg_html_2796643803 cspg_html_2796643803:519:62557:62572 Basal Regina, Saskatchewan +0.267696 aapg_ac_201.html aapg_ac_201.html:135:12924:12931 Shublik Rocky Mountains +0.253935 aapg_af_136.html aapg_af_136.html:44:4768:4788 Eagle Texas +0.480568 gsa_html_7938666655 gsa_html_7938666655:930:81507:81513 Oxford Cambridge, Massachusetts +0.495104 aapg_aa_305.html aapg_aa_305.html:39:6122:6129 St Marys Maryland +0.24957 aapg_af_69.html aapg_af_69.html:578:41763:41774 Beekmantown Pickaway County, Ohio +0.246402 cspg_html_5541725202 cspg_html_5541725202:29:3631:3642 Mabou Riversdale, New Zealand +0.493189 sedimentology_html_5613495298 sedimentology_html_5613495298:1295:69479:69495 Chinle Chinle Formation +0.503812 aapg_ai_1.html aapg_ai_1.html:33:3771:3788 Hermosa Logan, Utah +0.261021 aapg_ah_160.html aapg_ah_160.html:76:11037:11043 Guelph Salina, Kansas +0.48807 gsa_html_3613642206 gsa_html_3613642206:997:85536:85564 Green River Iran +0.477954 cspg_html_3982722300 cspg_html_3982722300:145:21094:21104 Washington Salem, Oregon +0.5214 aapg_ae_280.html aapg_ae_280.html:173:20475:20479 Rome Oneida County, Wisconsin +0.466528 palaios_html_4940783464 palaios_html_4940783464:447:43779:43810 Yakataga Anchorage, Alaska +0.486244 aapg_aa_712.html aapg_aa_712.html:18:3354:3372 Glenwood Wisconsin +0.502475 gsa_html_1040524378 gsa_html_1040524378:979:95632:95638 Oregon Boise, Idaho +0.496837 aapg_af_622.html aapg_af_622.html:20:2361:2367 Salina Bay City, Texas +0.267289 aapg_ai_107.html aapg_ai_107.html:3:365:372 Bossier Texas +0.505968 aapg_aa_566.html aapg_aa_566.html:67:8240:8247 Wasatch Wasatch Range +0.28288 aapg_ae_915.html aapg_ae_915.html:174:12588:12600 Dakota Nebraska +0.452352 cspg_html_4318180496 cspg_html_4318180496:6:187:203 Horseshoe Canyon Lacombe, Alberta +0.478296 AMJC_html_7176185664 AMJC_html_7176185664:652:67710:67718 Michigan Ontario, California +0.484939 aapg_ae_223.html aapg_ae_223.html:72:8686:8703 Wasatch Colorado +0.270351 aapg_af_733.html aapg_af_733.html:474:65894:65903 Vicksburg Texas +0.480568 aapg_aa_712.html aapg_aa_712.html:129:16528:16546 Glenwood Hennepin, Illinois +0.266247 palaios_html_7111318862 palaios_html_7111318862:945:100512:100520 Edmonton Lacombe, Alberta +0.264171 aapg_ah_464.html aapg_ah_464.html:68:12479:12489 Pottsville Pottsville, Pennsylvania +0.248997 sedimentology_html_8384737970 sedimentology_html_8384737970:36:2583:2600 Navajo Carmel, Indiana +0.521266 aapg_aa_351.html aapg_aa_351.html:165:18115:18132 Everton Missouri River +0.465432 aapg_ad_649.html aapg_ad_649.html:496:63279:63283 Hall Gallatin River +0.27686 aapg_ah_358.html aapg_ah_358.html:355:15813:15829 Salado New Mexico +0.527724 aapg_ac_765.html aapg_ac_765.html:329:60684:60703 Chinle Chinle Formation +0.25123 gsa_html_5107598462 gsa_html_5107598462:432:38858:38864 Salina Salina, Kansas +0.2515 gsa_html_1024107776 gsa_html_1024107776:830:80106:80123 Shepody England +0.538752 aapg_ad_667.html aapg_ad_667.html:367:33382:33402 Tuscaloosa Knoxville, Tennessee +0.259072 aapg_ah_645.html aapg_ah_645.html:197:24883:24898 Stump Boise, Idaho +0.81812 aapg_ae_666.html aapg_ae_666.html:366:36626:36635 Englewood Colorado +0.486588 aapg_ad_418.html aapg_ad_418.html:117:10685:10694 Aux Vases Daviess County, Missouri +0.250965 aapg_ah_978.html aapg_ah_978.html:209:21185:21194 Jacalitos California +0.249984 aapg_aa_993.html aapg_aa_993.html:87:9351:9359 Woodbine Houston County, Alabama +0.510188 aapg_ac_720.html aapg_ac_720.html:16:2267:2288 Hornerstown Navesink River +0.239538 aapg_ac_930.html aapg_ac_930.html:84:11708:11716 Colorado Reno, Nevada +0.496975 gsa_html_4771050413 gsa_html_4771050413:29:2796:2824 Green River Colorado +0.463203 gsa_html_9152662653 gsa_html_9152662653:18:852:860 Virginia Reston, Virginia +0.688792 aapg_ad_779.html aapg_ad_779.html:329:32673:32689 Brasso Trinidad and Tobago +0.498015 aapg_ae_391.html aapg_ae_391.html:366:32921:32935 Salado Delaware +0.79329 aapg_ae_256.html aapg_ae_256.html:115:12666:12670 Frio Hidalgo County, New Mexico +0.265081 aapg_ae_519.html aapg_ae_519.html:119:12485:12510 Venango Venango, Pennsylvania +0.262 cspg_html_6259492324 cspg_html_6259492324:323:33391:33411 Hart River Kut +0.247 cspg_html_7675189126 cspg_html_7675189126:381:48784:48790 Denver Colorado +0.256522 AMJC_html_1964550508 AMJC_html_1964550508:515:62430:62442 Vernon Lockport (city), New York +0.503649 aapg_ad_2.html aapg_ad_2.html:501:73719:73736 Harpers Lancaster County, Pennsylvania +0.696234 aapg_af_363.html aapg_af_363.html:118:15110:15129 Rose Hill Knoxville, Tennessee +0.255595 gsa_html_1538463681 gsa_html_1538463681:755:67738:67748 Pittsburgh Mexico +0.353886 gsa_html_4432793908 gsa_html_4432793908:647:72026:72049 Newark Canyon Reno, Nevada +0.475792 aapg_ah_612.html aapg_ah_612.html:131:12183:12194 Peace River Lacombe, Alberta +0.252504 cspg_html_5241714595 cspg_html_5241714595:559:83178:83194 Ireton Lacombe, Alberta +0.472416 aapg_ad_142.html aapg_ad_142.html:51:3168:3176 Virginia Virginia +0.492701 aapg_ae_794.html aapg_ae_794.html:685:78548:78563 Tokio Mississippi River +0.50246 gsa_html_7259109116 gsa_html_7259109116:965:64706:64734 Green River Colorado +0.481632 aapg_ai_136.html aapg_ai_136.html:153:11237:11250 Cotton Valley Lincoln Parish, Louisiana +0.25636 aapg_aa_595.html aapg_aa_595.html:338:36243:36246 Abo Wichita, Kansas +0.495159 aapg_af_663.html aapg_af_663.html:300:31252:31258 Pawnee Livingston, Scotland +0.25137 cspg_html_1462870252 cspg_html_1462870252:91:13485:13508 Sulphur Point Lacombe, Alberta +0.459208 gsa_html_3968951986 gsa_html_3968951986:2042:208845:208851 Denver Colorado +0.478406 palaios_html_7465495929 palaios_html_7465495929:329:24031:24039 Colorado Pueblo, Colorado +0.264132 cspg_html_2650524233 cspg_html_2650524233:187:22886:22894 Paskapoo Edmonton, London +0.48246 cspg_html_9119878068 cspg_html_9119878068:83:10973:10998 Beaverhill Edmonton, London +0.467563 sedimentology_html_3425717106 sedimentology_html_3425717106:2196:122644:122652 Columbia Victoria, British Columbia +0.479304 aapg_ae_777.html aapg_ae_777.html:389:45604:45621 Tererro San Miguel County, New Mexico +0.251001 geology_html_5638110690 geology_html_5638110690:225:20186:20194 Colorado San Juan, Argentina +0.268786 cspg_html_1333334241 cspg_html_1333334241:10:916:937 Taylor Atoka, Oklahoma +0.508992 aapg_ah_779.html aapg_ah_779.html:241:44242:44249 Juniata Virginia +0.491097 aapg_aa_160.html aapg_aa_160.html:72:8177:8185 Wolfcamp Lea County Regional Airport +0.248392 aapg_aa_152.html aapg_aa_152.html:86:9266:9272 Sierra West, Texas +0.245024 gsa_html_4042740422 gsa_html_4042740422:639:63366:63375 Whitehall London, Ontario +0.681849 aapg_af_82.html aapg_af_82.html:14:1344:1349 Uinta Logan, Utah +0.534963 aapg_ad_599.html aapg_ad_599.html:131:14143:14152 Allegheny Washington (state) +0.503608 cspg_html_3008414459 cspg_html_3008414459:503:60953:60972 Lea Park Lacombe, Alberta +0.228932 aapg_aa_23.html aapg_aa_23.html:987:130255:130274 Moose Lake Andros +0.49348 cspg_html_3772380029 cspg_html_3772380029:730:90093:90115 Attawapiskat River Severn +0.260608 cspg_html_8362959053 cspg_html_8362959053:104:14993:15001 Moosebar Gladstone, Oregon +0.923457 cspg_html_4794669487 cspg_html_4794669487:76:9472:9487 Sinwa Victoria, British Columbia +0.2604 cspg_html_5484260516 cspg_html_5484260516:1471:125111:125117 Antler Arctic Cordillera +0.70591 aapg_ai_105.html aapg_ai_105.html:502:59759:59775 Morgan Uinta Mountains +0.374514 gsa_html_9666442487 gsa_html_9666442487:163:15517:15536 Ellis Bay Anticosti Island +0.270256 aapg_ad_344.html aapg_ad_344.html:22:2457:2476 Fox Hills Mobridge, South Dakota +0.257033 sedimentology_html_5613495298 sedimentology_html_5613495298:1501:81414:81431 Hermosa Colorado +0.47424 aapg_af_964.html aapg_af_964.html:33:3561:3577 Viking Lacombe, Alberta +0.517888 aapg_ae_973.html aapg_ae_973.html:450:32055:32058 Abo New Mexico +0.259318 aapg_aa_45.html aapg_aa_45.html:217:26577:26585 Moenkopi Moenkopi Formation +0.271416 aapg_af_848.html aapg_af_848.html:33:3867:3890 Cotton Valley Cotton Valley, Louisiana +0.259584 geology_html_3384890059 geology_html_3384890059:268:24280:24286 Oregon Earth +0.482384 aapg_ad_715.html aapg_ad_715.html:160:19246:19257 Holdenville Seminole, Texas +0.479245 gsa_html_1783148177 gsa_html_1783148177:540:58311:58335 Mt Lytton Eagle Mountain (Minnesota) +0.49868 cspg_html_6925296423 cspg_html_6925296423:20:3038:3053 Cairn Canmore, Alberta +0.475048 aapg_af_479.html aapg_af_479.html:690:73462:73471 San Diego California +0.44448 aapg_aa_36.html aapg_aa_36.html:929:71683:71689 Laguna Texas +0.252984 aapg_ai_49.html aapg_ai_49.html:454:57919:57924 Ouray Hermosa, Chicago +0.45916 cspg_html_5973552270 cspg_html_5973552270:31:4531:4541 Swan Hills Lacombe, Alberta +0.25008 cspg_html_5976982403 cspg_html_5976982403:29:5131:5150 Kitchener Purcell Mountains +0.245009 palaios_html_1203478109 palaios_html_1203478109:56:7232:7237 Rapid Hittin +0.27196 aapg_af_482.html aapg_af_482.html:203:27679:27702 Jaitique Honduras +0.268128 aapg_ac_699.html aapg_ac_699.html:13:1696:1701 Sligo County Sligo +0.246804 cspg_html_8139359744 cspg_html_8139359744:47:8572:8582 Eau Claire Guelph +0.470825 cspg_html_8988872363 cspg_html_8988872363:131:19479:19495 Bjorne Melville Island (Canada) +0.130733 aapg_ae_692.html aapg_ae_692.html:492:50970:50977 Duperow Red River of the North +0.267145 cspg_html_6839937815 cspg_html_6839937815:328:47685:47693 Arcturus Logan, Utah +0.49389 cspg_html_3233680622 cspg_html_3233680622:631:73967:73985 Eureka Sound Banks Island +0.492246 sedimentology_html_5673709888 sedimentology_html_5673709888:1278:60812:60818 Banner Burlington, Ontario +0.255811 cspg_html_4727171280 cspg_html_4727171280:183:16896:16914 Edmonton Canada +0.47532 geology_html_1164915378 geology_html_1164915378:244:23306:23340 Florissant Colorado +0.26818 jgeology_html_8750845452 jgeology_html_8750845452:279:26155:26168 Lake Michigan Lake Michigan +0.255892 aapg_ac_965.html aapg_ac_965.html:85:11106:11129 Manlius Syracuse, New York +0.266207 aapg_aa_74.html aapg_aa_74.html:105:9127:9135 Somerset Pulaski County, Missouri +0.88548 aapg_af_397.html aapg_af_397.html:276:33723:33735 Entrada Entrada Sandstone +0.252003 aapg_ae_54.html aapg_ae_54.html:248:20746:20763 Anita Venezuela +0.49926 cspg_html_6252849194 cspg_html_6252849194:6:306:333 Horseshoe Canyon Lacombe, Alberta +0.452746 cspg_html_2650524233 cspg_html_2650524233:8:836:855 Paskapoo Edmonton, London +0.26832 cspg_html_7086880709 cspg_html_7086880709:334:43721:43730 Keg River Victoria, British Columbia +0.24308 sedimentology_html_2325599130 sedimentology_html_2325599130:524:48637:48643 Seabee Anchorage, Alaska +0.498123 gsa_html_9207276905 gsa_html_9207276905:110:10803:10811 Columbia Victoria, British Columbia +0.472 aapg_ad_954.html aapg_ad_954.html:459:46455:46466 Honey Creek Fort Sill +0.500225 aapg_af_348.html aapg_af_348.html:381:42070:42090 Springhill Springhill, Nova Scotia +0.263 cspg_html_9070870548 cspg_html_9070870548:487:50270:50294 Cardium Lacombe, Alberta +0.497034 gsa_html_4229393849 gsa_html_4229393849:973:59439:59467 Green River Colorado +0.46452 cspg_html_6255491344 cspg_html_6255491344:303:40148:40166 Kootenay Canada +0.457025 cspg_html_4326384800 cspg_html_4326384800:1143:169970:169978 Grosmont Western world +0.274572 cspg_html_3404912985 cspg_html_3404912985:708:100977:100998 Belly River Lacombe, Alberta +0.24908 cspg_html_9354781888 cspg_html_9354781888:62:11737:11744 Halfway Middle East +0.249494 gsa_html_2005293978 gsa_html_2005293978:726:53053:53070 Virginia Maryland +0.275504 aapg_ah_335.html aapg_ah_335.html:378:45964:45972 Virginia Boissevain, Manitoba +0.2356 aapg_ad_785.html aapg_ad_785.html:682:73726:73734 Fountain Red Creek, New York +0.49661 aapg_af_188.html aapg_af_188.html:320:36892:36907 Telegraph Creek Yellowstone River +0.258552 gsa_html_1826402027 gsa_html_1826402027:597:71113:71137 Kaibab San Francisco +0.251472 sedimentology_html_2041096405 sedimentology_html_2041096405:601:49339:49355 Guelph Ontario, California +0.454053 aapg_af_833.html aapg_af_833.html:530:58532:58540 Cloverly Greybull, Wyoming +0.265434 aapg_ah_157.html aapg_ah_157.html:164:22349:22366 Ironton Illinois +0.266156 cspg_html_8362959053 cspg_html_8362959053:145:20122:20134 Luscar Lacombe, Alberta +0.501278 aapg_ae_345.html aapg_ae_345.html:107:5811:5816 Eutaw Tuscaloosa, Alabama +0.25755 cspg_html_1781462584 cspg_html_1781462584:299:32642:32655 Madison Williston Basin +0.275094 aapg_ai_459.html aapg_ai_459.html:204:18558:18564 Wilcox Comanche County, Oklahoma +0.503286 aapg_ai_139.html aapg_ai_139.html:323:30697:30705 Imperial Guelph +0.24353 aapg_af_833.html aapg_af_833.html:783:86078:86084 Midway Powder River Basin +0.823577 aapg_ai_957.html aapg_ai_957.html:197:21751:21759 Beaumont Austin, Chicago +0.28985 aapg_ae_803.html aapg_ae_803.html:636:79306:79321 Coban Santa Rosa, California +0.208254 cspg_html_9343899465 cspg_html_9343899465:2478:228026:228047 Melville Island Banks Island +0.494758 aapg_af_684.html aapg_af_684.html:76:9256:9260 Tyee Klamath Mountains (ecoregion) +0.50297 aapg_ad_155.html aapg_ad_155.html:134:17786:17804 Vaqueros Big Basin Redwoods State Park +0.257048 palaios_html_5600528347 palaios_html_5600528347:623:58085:58113 Green River Cheyenne, Wyoming +0.244518 aapg_ac_944.html aapg_ac_944.html:25:3789:3799 Nacimiento Sangre de Cristo Range +0.238977 cspg_html_7550088587 cspg_html_7550088587:9:949:958 Whitewood Genesee County, Michigan +0.4862 aapg_ah_506.html aapg_ah_506.html:240:23761:23775 Traverse West Michigan +0.26877 sedimentology_html_7734538026 sedimentology_html_7734538026:30:2492:2501 Sheffield Germany +0.516901 aapg_ad_466.html aapg_ad_466.html:187:21810:21827 Mount Laurel Monmouth County, New Jersey +0.495804 cspg_html_7560056980 cspg_html_7560056980:256:31868:31895 Windsor Sydney Basin +0.250318 jgeology_html_6595227218 jgeology_html_6595227218:982:42673:42679 Provo Romania +0.226476 aapg_ad_999.html aapg_ad_999.html:132:13319:13331 Saskatchewan Manitoba +0.477696 aapg_ai_31.html aapg_ai_31.html:18:2362:2381 Catahoula Austin County, Texas +0.255009 jgeology_html_1480998376 jgeology_html_1480998376:851:44586:44591 Queen Toronto +0.27295 gsa_html_6944235645 gsa_html_6944235645:18:952:977 Dixon Pilbara craton +0.50598 sedimentology_html_9626990209 sedimentology_html_9626990209:111:12592:12607 Mesaverde Sevier orogeny +0.503496 cspg_html_5456368738 cspg_html_5456368738:178:25053:25072 Elm Point Manitoba +0.261326 aapg_ah_311.html aapg_ah_311.html:98:10367:10391 Sentinel Butte Wasatch Range +0.481143 geology_html_2350878941 geology_html_2350878941:254:20432:20453 Green River Cheyenne, Wyoming +0.266532 aapg_ad_466.html aapg_ad_466.html:1701:176830:176838 Patuxent Monmouth +0.266256 AMJC_html_4692260170 AMJC_html_4692260170:534:52929:52946 Compton Eastern Townships +0.478848 aapg_ae_677.html aapg_ae_677.html:614:54116:54124 Catoctin Chilhowie, Virginia +0.354036 cspg_html_6306091047 cspg_html_6306091047:84:13944:13953 Baldonnel Victoria, British Columbia +0.279202 cspg_html_5241714595 cspg_html_5241714595:385:59858:59865 Gilwood Swan Hill, Victoria +0.256302 AMJC_html_3632105729 AMJC_html_3632105729:888:97735:97745 Washington Boise, Idaho +0.259776 palaios_html_2298416430 palaios_html_2298416430:222:23216:23231 Lance Cheyenne, Wyoming +0.715546 aapg_ad_580.html aapg_ad_580.html:413:50423:50444 Green River Cheyenne, Wyoming +0.467232 sedimentology_html_3271817872 sedimentology_html_3271817872:2269:118249:118272 Cherry Canyon Spain +0.454581 geology_html_3571445226 geology_html_3571445226:13:627:639 Rhode Island Narragansett, Rhode Island +0.258063 aapg_ai_49.html aapg_ai_49.html:207:24255:24260 Supai Coconino County, Arizona +0.267674 aapg_ai_11.html aapg_ai_11.html:214:25229:25245 Carmel Cheyenne, Wyoming +0.24827 cspg_html_8387792223 cspg_html_8387792223:886:93342:93366 Stony Mountain Red River of the North +0.360938 gsa_html_7411853369 gsa_html_7411853369:671:65167:65191 Persimmon Fork Charleston, South Carolina +0.268299 gsa_html_4667678389 gsa_html_4667678389:530:48655:48669 Toby Logan, Utah +0.23436 aapg_ac_882.html aapg_ac_882.html:431:41096:41104 Bellevue Bellevue, Nebraska +0.473796 cspg_html_3479659543 cspg_html_3479659543:437:44326:44347 Goldenville Bridgetown, Nova Scotia +0.24255 aapg_af_612.html aapg_af_612.html:225:27653:27657 Olla Shreveport, Louisiana +0.258048 cspg_html_9725676031 cspg_html_9725676031:452:59926:59938 Buckinghorse Lacombe, Alberta +0.498636 aapg_af_936.html aapg_af_936.html:20:3968:3975 Clinton Ohio +0.264132 palaios_html_7111318862 palaios_html_7111318862:28:2673:2684 Belly River Judith River Formation +0.260598 aapg_ad_671.html aapg_ad_671.html:260:35056:35062 Viking Egersund +0.439488 cspg_html_8306619029 cspg_html_8306619029:12:1589:1607 Kaskapau Lacombe, Alberta +0.49011 gsa_html_3602233651 gsa_html_3602233651:29:2796:2824 Green River Iran +0.26361 gsa_html_4557277250 gsa_html_4557277250:888:74477:74494 Carmel Arizona +0.233532 aapg_ai_49.html aapg_ai_49.html:587:77338:77347 Ingleside Colorado +0.508369 aapg_ad_696.html aapg_ad_696.html:159:16537:16543 Weches San Augustine, Texas +0.257466 aapg_ad_785.html aapg_ad_785.html:118:11500:11508 Colorado Colorado Springs, Colorado +0.503485 aapg_ae_344.html aapg_ae_344.html:44:4859:4866 Hosston Tuscaloosa, Alabama +0.497904 palaios_html_6676788300 palaios_html_6676788300:805:93039:93070 Kope Cincinnati +0.49469 gsa_html_8771785456 gsa_html_8771785456:1006:80157:80185 Green River Colorado +0.503965 aapg_ac_212.html aapg_ac_212.html:253:27159:27172 Blue Mountain Colorado +0.282975 aapg_ad_766.html aapg_ad_766.html:360:36874:36890 Dakota Mancos, Colorado +0.245214 palaios_html_5582845937 palaios_html_5582845937:500:45044:45051 Hampton Virginia +0.497424 aapg_ai_255.html aapg_ai_255.html:491:72107:72113 Guelph Guelph +0.253206 cspg_html_2083823293 cspg_html_2083823293:6:387:410 Mist Mountain Victoria, British Columbia +0.492264 aapg_af_575.html aapg_af_575.html:528:72805:72815 Moorefield Arbuckle, California +0.678216 aapg_ad_466.html aapg_ad_466.html:1553:163965:163979 Columbia Delaware +0.25872 aapg_ah_329.html aapg_ah_329.html:75:7548:7556 Monterey Monterey, California +0.269336 aapg_ae_306.html aapg_ae_306.html:364:45951:45982 Cercado Dominican Republic +0.25602 aapg_ai_584.html aapg_ai_584.html:1187:122069:122087 Tensleep Cheyenne, Wyoming +0.493296 gsa_html_6348737148 gsa_html_6348737148:29:2796:2824 Green River Iran +0.26361 geology_html_3342004799 geology_html_3342004799:117:9729:9737 Columbia Victoria, British Columbia +0.270364 sedimentology_html_5613495298 sedimentology_html_5613495298:1497:81182:81188 Chinle Logan, Utah +0.242015 aapg_ae_181.html aapg_ae_181.html:96:13419:13429 Mooreville Arcola, Virginia +0.47904 jgeology_html_4305195651 jgeology_html_4305195651:1576:123087:123112 Manorkill Durham, North Carolina +0.536948 aapg_ac_305.html aapg_ac_305.html:211:21158:21182 Crystal River Crystal River, Florida +0.261085 jgeology_html_1836103970 jgeology_html_1836103970:210:16533:16554 New Glasgow New Glasgow, Nova Scotia +0.478235 aapg_af_11.html aapg_af_11.html:816:79420:79428 Colorado Arizona +0.280851 aapg_ac_900.html aapg_ac_900.html:336:31478:31487 Mesaverde Sublette County, Wyoming +0.509656 aapg_ad_981.html aapg_ad_981.html:204:13489:13502 Windsor Bridgetown, Nova Scotia +0.494892 sedimentology_html_1112576860 sedimentology_html_1112576860:1157:132439:132446 Jewett Silt San Francisco +0.258516 aapg_af_11.html aapg_af_11.html:769:76538:76555 Hermosa Logan, Utah +0.245232 aapg_ai_580.html aapg_ai_580.html:38:7047:7066 Mesaverde Mancos, Colorado +0.548361 aapg_aa_290.html aapg_aa_290.html:166:19697:19701 Rome Africa +0.650065 aapg_ad_801.html aapg_ad_801.html:206:22573:22583 Tallahatta Alabama +0.489827 aapg_ae_113.html aapg_ae_113.html:386:51748:51774 Stuart Western world +0.2545 aapg_af_664.html aapg_af_664.html:712:79676:79699 Lancaster Howard County, Missouri +0.487622 aapg_ac_236.html aapg_ac_236.html:236:27603:27606 Ute Colorado +0.498066 aapg_ai_328.html aapg_ai_328.html:20:2569:2578 Rancheria Rift Valley lakes +0.498542 gsa_html_3085696776 gsa_html_3085696776:66:5094:5122 Green River Colorado +0.262446 aapg_ac_241.html aapg_ac_241.html:68:7998:8015 Raritan Closter, New Jersey +0.494966 sedimentology_html_5673709888 sedimentology_html_5673709888:964:42039:42079 Hawthorn Melbourne, Florida +0.255188 AMJC_html_8866429777 AMJC_html_8866429777:188:24998:25017 Conasauga Middle East +0.244374 aapg_ae_415.html aapg_ae_415.html:234:29738:29747 Red Bluff Alabama +0.373195 aapg_ac_399.html aapg_ac_399.html:74:7653:7670 Hosston Mississippi River +0.47061 sedimentology_html_9378527223 sedimentology_html_9378527223:27:1539:1572 Jackson Austin, Chicago +0.489888 gsa_html_5202646019 gsa_html_5202646019:225:22117:22143 Laurentian Michigan Basin +0.479688 aapg_ae_47.html aapg_ae_47.html:72:5734:5740 Frisco Sallisaw, Oklahoma +0.25654 aapg_ac_749.html aapg_ac_749.html:151:21090:21107 Grimsby Niagara Peninsula +0.479912 geology_html_3374437567 geology_html_3374437567:297:24893:24901 Colorado Littleton, Colorado +0.49572 gsa_html_8035658736 gsa_html_8035658736:991:105578:105588 Washington Salem, Oregon +0.500511 cspg_html_2969995408 cspg_html_2969995408:339:36996:37005 Mackenzie Lacombe, Alberta +0.386802 gsa_html_3069013284 gsa_html_3069013284:542:57664:57680 Chinle Denver +0.477 cspg_html_6514903151 cspg_html_6514903151:328:33554:33592 Kaskapau Victoria, British Columbia +0.370043 aapg_aa_322.html aapg_aa_322.html:179:16662:16678 Moorefield Arkansas +0.473888 aapg_ai_49.html aapg_ai_49.html:690:90522:90530 San Luis Dolores, Colorado +0.258572 cspg_html_8917306391 cspg_html_8917306391:93:10802:10810 Columbia Lacombe, Alberta +0.259077 aapg_ae_147.html aapg_ae_147.html:123:13642:13648 Saugus Durham, North Carolina +0.489658 cspg_html_7799850124 cspg_html_7799850124:178:21727:21742 Leduc Lacombe, Alberta +0.502125 aapg_ah_182.html aapg_ah_182.html:244:24461:24483 Jacksonburg Martinsburg, Nebraska +0.26712 aapg_ae_416.html aapg_ae_416.html:193:18056:18065 Catahoula San Jacinto, California +0.266766 gsa_html_6317284187 gsa_html_6317284187:759:66921:66926 Price Arctic Cordillera +0.2522 gsa_html_6426465509 gsa_html_6426465509:601:51238:51248 Washington Seattle +0.25542 gsa_html_5526369353 gsa_html_5526369353:571:60721:60739 Monterey California +0.494982 gsa_html_5261839912 gsa_html_5261839912:1020:83150:83178 Green River Colorado +0.24856 cspg_html_4578604607 cspg_html_4578604607:47:6934:6952 Prairie Regina, Saskatchewan +0.259931 geology_html_3899329900 geology_html_3899329900:263:21300:21306 Dalton Earth +0.259571 cspg_html_9717154602 cspg_html_9717154602:541:58983:59001 Lea Park Lacombe, Alberta +0.257839 aapg_ah_429.html aapg_ah_429.html:34:3604:3619 Queen Texas +0.256011 palaios_html_7930345720 palaios_html_7930345720:467:44271:44286 Navajo Rocky Mountains +0.484892 aapg_af_854.html aapg_af_854.html:68:10554:10561 Bedford Bloomington, Indiana +0.25039 sedimentology_html_5497977389 sedimentology_html_5497977389:1408:75210:75214 Hall London, Ontario +0.26288 gsa_html_4675429437 gsa_html_4675429437:227:16365:16375 San Felipe Baja California peninsula +0.268462 gsa_html_8479958102 gsa_html_8479958102:985:75837:75846 Partridge Africa +0.454328 aapg_ad_338.html aapg_ad_338.html:634:64822:64838 Tinton Closter, New Jersey +0.268323 gsa_html_2989317971 gsa_html_2989317971:583:61191:61221 Poison Creek Boise, Idaho +0.25653 aapg_ai_82.html aapg_ai_82.html:65:8782:8802 Greenbrier Huntington, West Virginia +0.259032 geology_html_1885095801 geology_html_1885095801:274:24562:24570 Colorado Antarctica +0.268422 aapg_ad_958.html aapg_ad_958.html:275:29271:29286 Maquoketa Chattanooga, Tennessee +0.270878 cspg_html_4298557570 cspg_html_4298557570:671:63929:63947 Paskapoo Lacombe, Alberta +0.265189 cspg_html_9198946062 cspg_html_9198946062:6:404:426 Gates Victoria, British Columbia +0.25544 aapg_aa_23.html aapg_aa_23.html:1000:132883:132892 Interlake Illinois +0.254184 aapg_ad_280.html aapg_ad_280.html:24:3589:3612 Cotton Valley Haynesville, Louisiana +0.490167 cspg_html_2882882278 cspg_html_2882882278:118:19764:19772 Columbia Elk Valley (British Columbia) +0.79048 cspg_html_8587137158 cspg_html_8587137158:117:17686:17714 Swan Hills Swan Hill, Victoria +0.499554 cspg_html_5220068638 cspg_html_5220068638:217:26885:26914 Banff Highwood, Illinois +0.498597 cspg_html_7678738599 cspg_html_7678738599:381:41794:41800 Wapiti Lacombe, Alberta +0.777728 aapg_af_810.html aapg_af_810.html:3:184:197 Turner Valley Lacombe, Alberta +0.48762 sedimentology_html_8510537334 sedimentology_html_8510537334:2265:150813:150837 Perry Portland, Maine +0.250498 aapg_ae_305.html aapg_ae_305.html:904:73530:73536 Sierra Venezuela +0.260099 aapg_ae_974.html aapg_ae_974.html:3:344:354 Rio Grande Rio Grande City, Texas +0.487368 gsa_html_2713524768 gsa_html_2713524768:938:80188:80216 Green River Iran +0.246993 cspg_html_5501097280 cspg_html_5501097280:5:212:228 Hector Lacombe, Alberta +0.481707 aapg_ae_59.html aapg_ae_59.html:39:4796:4816 Uinta Logan, Utah +0.248992 cspg_html_5074125023 cspg_html_5074125023:546:60926:60944 Kugmallit Canadian Arctic Archipelago +0.247563 aapg_ac_602.html aapg_ac_602.html:38:2516:2531 Nopah California +0.251 aapg_ac_965.html aapg_ac_965.html:511:52242:52260 Coeymans Helderberg +0.277146 aapg_ai_468.html aapg_ai_468.html:256:31483:31513 Cotton Valley Bossier City, Louisiana +0.471334 aapg_ad_983.html aapg_ad_983.html:315:26719:26730 Trempealeau Ohio +0.516609 aapg_ah_598.html aapg_ah_598.html:12:1042:1052 Fort Worth Wichita Falls, Texas +0.477582 aapg_ak_36.html aapg_ak_36.html:233:25741:25748 Newport Belize +0.492701 aapg_ai_153.html aapg_ai_153.html:87:14849:14858 Allegheny Monongahela, Pennsylvania +0.265209 aapg_ac_33.html aapg_ac_33.html:101:11747:11760 Santa Barbara Port of South Louisiana +0.400304 aapg_ae_31.html aapg_ae_31.html:147:17262:17280 Fayetteville Arkansas +0.251808 aapg_ai_488.html aapg_ai_488.html:18:2101:2122 Peace River Canada +0.253506 aapg_aa_47.html aapg_aa_47.html:427:49487:49511 Minturn Madera County, California +0.474447 aapg_ae_874.html aapg_ae_874.html:425:40562:40568 Borden Texas +0.271245 aapg_aa_86.html aapg_aa_86.html:40:3508:3517 Smackover Paluxy, Texas +0.261476 aapg_ah_430.html aapg_ah_430.html:70:6810:6818 Sundance Cheyenne, Wyoming +0.26664 AMJC_html_7984049819 AMJC_html_7984049819:924:94701:94718 Waweig New Brunswick, New Jersey +0.496513 gsa_html_3150321506 gsa_html_3150321506:189:26272:26280 Columbia Putney +0.50572 aapg_af_470.html aapg_af_470.html:172:17807:17823 Amsden Cheyenne, Wyoming +0.48994 aapg_ae_448.html aapg_ae_448.html:6:766:772 Paluxy East Texas +0.494648 cspg_html_7278957427 cspg_html_7278957427:109:15197:15219 Eureka Sound Canadian Arctic Archipelago +0.229878 aapg_ah_620.html aapg_ah_620.html:117:16743:16762 Athabasca Lake Athabasca +0.257983 aapg_ai_80.html aapg_ai_80.html:313:32059:32070 Utica Ohio +0.467055 geology_html_3510163360 geology_html_3510163360:306:25918:25921 Rye Hartford, Connecticut +0.245991 aapg_ad_3.html aapg_ad_3.html:472:44381:44401 Reedsville Maysville, Kentucky +0.258572 cspg_html_4666332434 cspg_html_4666332434:146:25074:25092 Foremost Regina, Saskatchewan +0.410312 cspg_html_8568877195 cspg_html_8568877195:677:80313:80334 Belly River Judith River Formation +0.285131 cspg_html_9648675035 cspg_html_9648675035:477:47025:47033 Columbia Victoria, British Columbia +0.271437 cspg_html_1870927435 cspg_html_1870927435:118:14039:14044 Flume Lacombe, Alberta +0.247475 aapg_af_908.html aapg_af_908.html:28:3262:3284 Nowata Arkansas River +0.484848 aapg_ae_355.html aapg_ae_355.html:35:3420:3426 Sierra Colombia +0.26967 aapg_ae_885.html aapg_ae_885.html:13:2216:2222 Navajo Arizona +0.390912 aapg_ac_230.html aapg_ac_230.html:732:80434:80440 Perija Venezuela +0.240588 aapg_ah_441.html aapg_ah_441.html:19:2955:2963 Saratoga Saratoga, California +0.243 aapg_ad_466.html aapg_ad_466.html:1625:169385:169392 Raritan Potomac, Maryland +0.50952 aapg_ae_465.html aapg_ae_465.html:160:16883:16902 Smackover Cotton Valley, Louisiana +0.267786 aapg_af_877.html aapg_af_877.html:113:12576:12594 Golconda Illinois +0.252324 aapg_ae_344.html aapg_ae_344.html:99:9447:9453 Paluxy New Delhi +0.463496 aapg_aa_305.html aapg_aa_305.html:31:5386:5399 Cohansey Sand Closter, New Jersey +0.464486 sedimentology_html_9449833164 sedimentology_html_9449833164:920:58456:58471 Breathitt Eastern Mountain Coal Fields +0.486472 cspg_html_8915218033 cspg_html_8915218033:230:21378:21394 Shunda Lacombe, Alberta +0.261468 aapg_ah_197.html aapg_ah_197.html:239:22829:22849 San Andres New Mexico +0.246512 sedimentology_html_6688819115 sedimentology_html_6688819115:1082:99060:99090 Elephant Canyon Logan, Utah +0.503208 aapg_af_880.html aapg_af_880.html:472:71302:71308 Kaibab New Mexico +0.488368 aapg_af_479.html aapg_af_479.html:746:78847:78856 San Diego California +0.272384 aapg_ae_465.html aapg_ae_465.html:45:5510:5525 Sligo Lisbon +0.25317 cspg_html_3627006433 cspg_html_3627006433:640:68891:68909 Dunvegan Lacombe, Alberta +0.498419 gsa_html_5773604426 gsa_html_5773604426:587:48898:48933 Wilcox Middle East +0.259081 aapg_aa_118.html aapg_aa_118.html:312:29328:29350 Rockwell South Hero, Vermont +0.4625 aapg_aa_44.html aapg_aa_44.html:142:17108:17124 Chinle Uncompahgre Plateau +0.263025 sedimentology_html_9646603326 sedimentology_html_9646603326:22:1559:1565 Madrid French Guiana +0.423695 aapg_ad_2.html aapg_ad_2.html:1016:140079:140089 Bellefonte Pennsylvania +0.48858 cspg_html_8739892219 cspg_html_8739892219:399:49991:49999 Victoria Calgary +0.366976 geology_html_8921428298 geology_html_8921428298:11:541:551 Ellensburg Washington (state) +0.491236 aapg_ai_409.html aapg_ai_409.html:104:11412:11420 Nacatoch Arkadelphia, Arkansas +0.244488 palaios_html_5921824758 palaios_html_5921824758:32:2760:2779 Chuckanut Washington (state) +0.449756 palaios_html_7262673634 palaios_html_7262673634:18:985:1005 Robertson West Texas +0.271962 cspg_html_9729377176 cspg_html_9729377176:1209:120528:120547 Baldonnel Victoria, British Columbia +0.254976 gsa_html_5986880650 gsa_html_5986880650:649:64679:64685 Cannon Western world +0.43228 aapg_ae_694.html aapg_ae_694.html:78:10049:10067 Woodbine Ouachita Mountains +0.519816 aapg_ac_714.html aapg_ac_714.html:682:83549:83554 Swift Mexico +0.869316 aapg_ad_337.html aapg_ad_337.html:240:26453:26458 Sespe Los Angeles +0.49348 aapg_ac_333.html aapg_ac_333.html:768:93353:93358 Supai Arizona +0.46991 aapg_ah_962.html aapg_ah_962.html:150:16396:16401 Viola Utica, New York +0.254012 geology_html_3479619952 geology_html_3479619952:210:19357:19366 San Diego California +0.498848 aapg_ah_415.html aapg_ah_415.html:119:10849:10861 Medicine Hat Colorado +0.484939 geology_html_9101940103 geology_html_9101940103:268:24030:24036 Brazil China +0.25948 aapg_aa_734.html aapg_aa_734.html:692:64260:64266 Silica Texas +0.262144 aapg_ac_245.html aapg_ac_245.html:317:42014:42019 Oread Topeka, Kansas +0.48144 aapg_ai_208.html aapg_ai_208.html:51:5712:5728 Peedee Castle Hayne, North Carolina +0.442656 aapg_ac_536.html aapg_ac_536.html:678:69657:69671 Mission Canyon Grand Forks, North Dakota +0.259017 cspg_html_5038387495 cspg_html_5038387495:86:7481:7489 Deadwood Regina, Saskatchewan +0.487272 gsa_html_2626596890 gsa_html_2626596890:597:61650:61678 Green River Colorado +0.2499 aapg_ae_812.html aapg_ae_812.html:125:13323:13340 Encanto Santa Rosa, California +0.49162 aapg_aa_548.html aapg_aa_548.html:38:3923:3928 Boggy Winslow, Arizona +0.495159 aapg_ai_583.html aapg_ai_583.html:462:58574:58582 Sundance Cheyenne, Wyoming +0.256853 aapg_ah_415.html aapg_ah_415.html:117:10555:10575 Milk River Bow Island Airport +0.486675 sedimentology_html_3455721661 sedimentology_html_3455721661:87:8696:8715 Sundance Entrada Sandstone +0.493272 aapg_ad_338.html aapg_ad_338.html:418:51040:51050 Tuscaloosa Tuscaloosa, Alabama +0.55854 aapg_ad_687.html aapg_ad_687.html:44:5078:5093 Santa Margarita Maricopa, Arizona +0.263165 aapg_ac_56.html aapg_ac_56.html:191:15365:15387 Todos Santos Salina, Kansas +0.25149 cspg_html_2462765529 cspg_html_2462765529:31:4697:4714 Halfway Fulton, Missouri +0.836298 aapg_ac_486.html aapg_ac_486.html:5:739:755 Dakota Colorado +0.470631 jgeology_html_9040793836 jgeology_html_9040793836:77:3668:3681 Santa Barbara California +0.4841 cspg_html_5349145670 cspg_html_5349145670:202:23506:23517 Coal Valley Lacombe, Alberta +0.248965 geology_html_6275240411 geology_html_6275240411:122:12309:12321 Medicine Hat Saskatoon +0.237236 aapg_ae_160.html aapg_ae_160.html:35:6041:6049 Edmonton Lacombe, Alberta +0.837056 aapg_ah_645.html aapg_ah_645.html:241:29721:29736 Swift Black Hills +0.251715 aapg_aa_153.html aapg_aa_153.html:128:10713:10732 Sherburne West Fork River +0.251001 palaios_html_6605749307 palaios_html_6605749307:529:49670:49686 Navajo Logan, Utah +0.470408 aapg_ah_318.html aapg_ah_318.html:1024:104326:104345 La Casita Mexico +0.46844 aapg_ai_183.html aapg_ai_183.html:61:6584:6623 Elk Suffield, Connecticut +0.253456 gsa_html_2717448156 gsa_html_2717448156:1080:108037:108054 Florida Mountains New Mexico +0.50233 cspg_html_1498300615 cspg_html_1498300615:840:104331:104356 Beaverhill Canada +0.254961 aapg_af_211.html aapg_af_211.html:208:19528:19541 Taylor Austin, Chicago +0.245514 cspg_html_6121424055 cspg_html_6121424055:129:10965:10977 Green Island Great Slave Lake +0.252909 cspg_html_5541725202 cspg_html_5541725202:189:27647:27658 Mabou Middleborough, Massachusetts +0.49192 aapg_ai_17.html aapg_ai_17.html:1505:107176:107183 Fleming Hattiesburg, Mississippi +0.484188 gsa_html_5206560160 gsa_html_5206560160:62:4986:5014 Green River Colorado +0.492203 aapg_ae_233.html aapg_ae_233.html:61:7356:7374 Hawthorn Tampa, Florida +0.258757 aapg_ac_646.html aapg_ac_646.html:150:13060:13066 Denver Colorado +0.283024 aapg_ah_801.html aapg_ah_801.html:77:7297:7304 Cypress Hardinsburg, Indiana +0.492666 aapg_ai_49.html aapg_ai_49.html:335:42311:42323 Dakota Colorado +0.482816 cspg_html_3860685167 cspg_html_3860685167:862:80056:80076 Mount Head Lacombe, Alberta +0.26265 aapg_ah_676.html aapg_ah_676.html:271:32379:32392 Parry Islands Anchorage, Alaska +0.247968 aapg_af_288.html aapg_af_288.html:60:7834:7849 Bolsa Quartzite Arizona +0.480568 aapg_ai_503.html aapg_ai_503.html:232:25295:25320 Richmond Lake Huron +0.263652 aapg_ah_157.html aapg_ah_157.html:153:20388:20395 Potsdam Illinois +0.259017 cspg_html_6588844164 cspg_html_6588844164:40:5282:5290 Columbia Victoria, British Columbia +0.46644 aapg_ad_327.html aapg_ad_327.html:474:50729:50746 Edwards Central Texas +0.266616 aapg_ah_654.html aapg_ah_654.html:320:31575:31585 Minnekahta Cheyenne, Wyoming +0.2541 aapg_af_397.html aapg_af_397.html:586:68832:68839 Entrada Entrada Sandstone +0.253727 aapg_ai_468.html aapg_ai_468.html:314:38946:38953 Bossier Shreveport, Louisiana +0.25647 aapg_ai_31.html aapg_ai_31.html:291:28730:28738 Oakville Texas +0.470496 aapg_ae_41.html aapg_ae_41.html:3:203:228 Beaverhill Lacombe, Alberta +0.253482 aapg_ai_17.html aapg_ai_17.html:1531:109030:109037 Reynosa Texas +0.273448 cspg_html_7833083677 cspg_html_7833083677:2490:215243:215258 Nonda Victoria, British Columbia +0.260075 aapg_ai_287.html aapg_ai_287.html:132:16549:16567 San Onofre Breccia Los Angeles +0.46812 aapg_af_129.html aapg_af_129.html:326:34397:34415 Fountain Colorado +0.483894 aapg_af_528.html aapg_af_528.html:117:13955:13965 San Miguel Great Valley, New York +0.251968 cspg_html_9388742281 cspg_html_9388742281:146:16979:16987 Columbia Victoria, British Columbia +0.478956 aapg_ah_609.html aapg_ah_609.html:89:10159:10169 Las Animas Colorado +0.262644 aapg_ae_999.html aapg_ae_999.html:298:41423:41428 Tampa Mississippi River +0.25853 cspg_html_1450375831 cspg_html_1450375831:10:1155:1175 Ottertail Western world +0.51072 cspg_html_3473883402 cspg_html_3473883402:431:66682:66710 San Andres Panhandle, Texas +0.497276 aapg_ai_447.html aapg_ai_447.html:83:9562:9576 Dog Creek Texas +0.250458 gsa_html_1465687448 gsa_html_1465687448:80:7912:7942 Hillabee Greenstone Talladega, Alabama +0.480365 aapg_aa_901.html aapg_aa_901.html:33:5190:5197 Jackson Cheyenne, Wyoming +0.2751 aapg_ac_506.html aapg_ac_506.html:143:15505:15518 Venango Venango, Pennsylvania +0.267786 cspg_html_3772380029 cspg_html_3772380029:337:43529:43554 Kenogami River River Severn +0.484748 geology_html_7607447193 geology_html_7607447193:264:21957:21979 Huckleberry Ridge Tuff Boise, Idaho +0.463137 aapg_ad_659.html aapg_ad_659.html:175:23157:23179 Solor Church Duluth, Georgia +0.509855 aapg_ad_951.html aapg_ad_951.html:352:31500:31509 Mesaverde Sublette County, Wyoming +0.497547 aapg_ai_974.html aapg_ai_974.html:600:62428:62438 Washington Salem, Oregon +0.242526 gsa_html_3936574180 gsa_html_3936574180:104:11735:11753 Langford Black Mountains (North Carolina) +0.271962 aapg_af_263.html aapg_af_263.html:114:16159:16179 Otto Fiord Ellesmere Island +0.46305 aapg_ac_923.html aapg_ac_923.html:605:62756:62762 Provo Arkansas +0.242536 gsa_html_5864506355 gsa_html_5864506355:778:59181:59210 Castle Hayne North Carolina +0.265176 aapg_ai_761.html aapg_ai_761.html:461:50734:50740 Viking North Sea oil +0.355355 aapg_ah_371.html aapg_ah_371.html:48:4044:4054 Tuscaloosa Tuscaloosa, Alabama +0.260952 sedimentology_html_8829282630 sedimentology_html_8829282630:34:2533:2537 Bern Kingdom of the Netherlands +0.24633 cspg_html_2695921112 cspg_html_2695921112:288:34487:34497 Cumberland New Brunswick, New Jersey +0.340344 aapg_aa_645.html aapg_aa_645.html:619:59936:59944 Humboldt Reno, Nevada +0.47405 jgeology_html_1380249798 jgeology_html_1380249798:112:6558:6566 Richmond Virginia +0.359744 geology_html_5686577614 geology_html_5686577614:53:6029:6065 Wood Canyon Mojave Desert +0.49767 aapg_ae_391.html aapg_ae_391.html:450:41427:41441 Salado Pecos River +0.252324 aapg_ae_473.html aapg_ae_473.html:397:36796:36806 Tallahatta Lauderdale County, Tennessee +0.51315 aapg_ad_978.html aapg_ad_978.html:219:21410:21437 Prospect Logan, Utah +0.268836 aapg_af_997.html aapg_af_997.html:330:45696:45702 Cannon North Sea oil +0.400257 aapg_aa_702.html aapg_aa_702.html:1417:144003:144009 Denver Colorado +0.256386 cspg_html_2865093674 cspg_html_2865093674:50:8146:8155 Gog Mount Assiniboine Provincial Park +0.553238 aapg_ah_95.html aapg_ah_95.html:18:2102:2116 Earp Cochise County, Arizona +0.24908 gsa_html_3720241683 gsa_html_3720241683:346:26720:26737 Cardium Lacombe, Alberta +0.498324 cspg_html_6880168184 cspg_html_6880168184:709:82155:82180 Strathcona Fiord District Council of Franklin Harbour +0.255024 cspg_html_6052770195 cspg_html_6052770195:6:371:381 Pine Point Victoria, British Columbia +0.26784 aapg_ae_544.html aapg_ae_544.html:157:20005:20031 Telegraph Creek Niobrara, Nebraska +0.246206 aapg_ad_659.html aapg_ad_659.html:533:77802:77811 Extension Wisconsin +0.521524 aapg_ad_430.html aapg_ad_430.html:141:10654:10673 Smackover Rodessa, Louisiana +0.253456 aapg_aa_685.html aapg_aa_685.html:208:19204:19213 Flagstaff Flagstaff, Arizona +0.476586 gsa_html_8549650339 gsa_html_8549650339:22:820:831 San Antonio Texas +0.241552 cspg_html_3772380029 cspg_html_3772380029:486:61544:61567 Caution Creek Churchill River (Atlantic) +0.714132 aapg_ae_981.html aapg_ae_981.html:79:5813:5823 Bainbridge Cape Girardeau, Missouri +0.487436 cspg_html_8525917094 cspg_html_8525917094:19:2274:2289 Swift Lacombe, Alberta +0.245016 aapg_ah_158.html aapg_ah_158.html:103:20056:20062 Cutter Richmond, California +0.239085 aapg_ac_337.html aapg_ac_337.html:356:16016:16022 Walker Colorado +0.243452 gsa_html_9697375887 gsa_html_9697375887:603:69922:69930 Scotland Earth +0.72 aapg_ae_503.html aapg_ae_503.html:117:15172:15186 Nonesuch Michigan +0.268786 aapg_ai_409.html aapg_ai_409.html:238:27335:27343 Nacatoch Bellevue, Nebraska +0.474388 aapg_ae_708.html aapg_ae_708.html:573:62114:62119 Logan Perth, Western Australia +0.264196 aapg_ae_369.html aapg_ae_369.html:107:11683:11688 Gordo Mississippi River +0.250745 aapg_ae_368.html aapg_ae_368.html:119:11745:11760 Hartshorne Atoka, Oklahoma +0.237888 aapg_aa_859.html aapg_aa_859.html:15:1824:1829 Yukon Victoria, British Columbia +0.247005 cspg_html_7178716951 cspg_html_7178716951:89:12819:12832 Kootenay Fernie, British Columbia +0.257466 aapg_ai_80.html aapg_ai_80.html:452:45663:45671 Richmond Richmond, California +0.482148 aapg_ae_135.html aapg_ae_135.html:57:5047:5060 Cotton Valley Rodessa, Louisiana +0.501095 aapg_ad_580.html aapg_ad_580.html:417:51233:51247 Baca New Mexico +0.45668 cspg_html_3482605972 cspg_html_3482605972:134:17228:17240 Luscar Mountain Park (Holyoke, Massachusetts) +0.4992 aapg_ah_863.html aapg_ah_863.html:300:29952:29960 Columbia Victoria, British Columbia +0.25235 cspg_html_1630810190 cspg_html_1630810190:5:248:264 Viking Lacombe, Alberta +0.240051 geology_html_3150776446 geology_html_3150776446:190:17365:17375 Washington Ithaca, New York +0.260091 aapg_ae_69.html aapg_ae_69.html:184:20580:20588 Colorado Chinle Formation +0.253935 cspg_html_8316122266 cspg_html_8316122266:307:29872:29880 Columbia Victoria, British Columbia +0.482328 cspg_html_9046359229 cspg_html_9046359229:462:69008:69016 Columbia Victoria, British Columbia +0.498355 aapg_af_91.html aapg_af_91.html:166:18358:18377 Fish Haven Dolomite Dolomites +0.439632 aapg_ac_569.html aapg_ac_569.html:296:41674:41682 Columbia Victoria, British Columbia +0.480816 geology_html_9015185849 geology_html_9015185849:156:19094:19101 Jackson Illinois +0.491568 aapg_ad_457.html aapg_ad_457.html:265:31663:31682 Gun River Anticosti Island +0.243915 sedimentology_html_6958252640 sedimentology_html_6958252640:1157:87562:87566 Hall London, Ontario +0.25959 gsa_html_2509147847 gsa_html_2509147847:638:72266:72276 Washington North Cascades National Park +0.49164 gsa_html_3720789279 gsa_html_3720789279:1511:135825:135831 Oregon Blue Mountains (Oregon) +0.24647 aapg_ah_506.html aapg_ah_506.html:50:5401:5411 Bell Western world +0.264578 gsa_html_9280112280 gsa_html_9280112280:47:4214:4223 Red River Lake Winnipeg +0.706498 aapg_aa_647.html aapg_aa_647.html:784:65581:65586 Price Huntington, West Virginia +0.25428 cspg_html_1296564271 cspg_html_1296564271:6:379:397 Black River Ontario, California +0.510272 aapg_ac_506.html aapg_ac_506.html:335:42302:42310 Onondaga Gilmer County, Georgia +0.49504 aapg_ac_873.html aapg_ac_873.html:14:1763:1772 Fox Hills Cheyenne, Wyoming +0.366435 cspg_html_6255491344 cspg_html_6255491344:42:6789:6805 Fernie Crowsnest Pass, Alberta +0.25553 jgeology_html_9982766343 jgeology_html_9982766343:673:45519:45527 Michigan Keweenaw Peninsula +0.506 aapg_ac_65.html aapg_ac_65.html:796:66535:66541 Denver Colorado +0.263592 aapg_ac_953.html aapg_ac_953.html:93:8303:8326 Jackson Leon County, Florida +0.256686 aapg_aa_731.html aapg_aa_731.html:15:3011:3023 Wilcox Texas +0.487172 cspg_html_7777724998 cspg_html_7777724998:283:40786:40804 Vanguard Manitoba +0.479744 aapg_ah_201.html aapg_ah_201.html:3:161:178 Cardium Lacombe, Alberta +0.271405 sedimentology_html_9586961644 sedimentology_html_9586961644:647:64761:64778 Cardium Lacombe, Alberta +0.24947 aapg_ai_722.html aapg_ai_722.html:219:24715:24728 Lake Michigan Wisconsin +0.278244 cspg_html_9501006975 cspg_html_9501006975:430:49526:49555 Dunvegan Lacombe, Alberta +0.481113 aapg_ac_214.html aapg_ac_214.html:259:25937:25947 San Miguel Phoenix, Arizona +0.46718 gsa_html_5604955284 gsa_html_5604955284:760:76004:76012 Colorado Canada +0.487172 aapg_ai_699.html aapg_ai_699.html:378:44255:44293 Tribes Hill Mohawk Valley +0.247416 aapg_ae_805.html aapg_ae_805.html:702:87706:87724 Paradox Hermosa, Chicago +0.249375 gsa_html_5737673651 gsa_html_5737673651:572:46908:46924 Chinle Colorado Plateau +0.482664 cspg_html_4407096618 cspg_html_4407096618:552:48914:48925 Peace River Clearwater, Florida +0.248965 gsa_html_8881958017 gsa_html_8881958017:558:52678:52690 Nicola Victoria, British Columbia +0.26361 aapg_ac_93.html aapg_ac_93.html:47:5401:5410 Smackover Haynesville, Louisiana +0.389018 AMJC_html_5402953865 AMJC_html_5402953865:313:33328:33334 Peoria Loveland, Ohio +0.266207 palaios_html_5766254008 palaios_html_5766254008:68:8741:8757 Moscow Schoharie Creek +0.276651 cspg_html_7307388012 cspg_html_7307388012:304:36560:36576 Fernie Canada +0.241566 cspg_html_1372398575 cspg_html_1372398575:186:21845:21864 Scollard Lacombe, Alberta +0.896808 aapg_ah_467.html aapg_ah_467.html:107:9368:9381 Turner Valley Lacombe, Alberta +0.266 aapg_ah_318.html aapg_ah_318.html:2096:187227:187243 Olvido Matamoros, Tamaulipas +0.266936 aapg_ae_998.html aapg_ae_998.html:312:34936:34953 Wasatch Cheyenne, Wyoming +0.25823 aapg_ad_757.html aapg_ad_757.html:238:28773:28779 Wilcox Arbuckle, California +0.289435 aapg_ae_668.html aapg_ae_668.html:1917:198183:198191 Michigan Ohio +0.527472 gsa_html_9724885783 gsa_html_9724885783:612:47589:47617 Green River Colorado +0.235248 aapg_ah_385.html aapg_ah_385.html:389:49058:49071 Panoche Sierra Nevada (Spain) +0.522106 aapg_aa_995.html aapg_aa_995.html:228:17717:17734 Wasatch Colorado +0.474045 aapg_ah_0.html aapg_ah_0.html:12:1268:1280 Saskatchewan Virginia +0.442596 geology_html_2620787843 geology_html_2620787843:25:2361:2371 Santa Cruz California +0.245518 gsa_html_2743423721 gsa_html_2743423721:93:15665:15679 Tyee Elkton, Kentucky +0.262636 aapg_ad_460.html aapg_ad_460.html:73:6677:6693 Whitehorse Salado, Texas +0.427772 palaios_html_7111318862 palaios_html_7111318862:1145:109923:109944 Belly River Lacombe, Alberta +0.48384 gsa_html_3701935694 gsa_html_3701935694:802:72463:72473 Keokuk Bennington, Vermont +0.573482 aapg_aa_645.html aapg_aa_645.html:120:17053:17070 Draney Cheyenne, Wyoming +0.463926 aapg_ae_884.html aapg_ae_884.html:133:17227:17241 Graneros Mancos, Colorado +0.251968 geology_html_4913268241 geology_html_4913268241:132:13765:13770 Cadiz Lisbon +0.514008 aapg_aa_346.html aapg_aa_346.html:9:1156:1166 Mill Creek Sumner County, Kansas +0.266231 aapg_ah_506.html aapg_ah_506.html:280:27282:27296 Traverse Michigan +0.2626 aapg_af_0.html aapg_af_0.html:254:28285:28304 Palmarito Lake Maracaibo +0.2499 aapg_af_505.html aapg_af_505.html:257:16858:16866 Colorado Englewood, New Jersey +0.47724 geology_html_4758625177 geology_html_4758625177:317:26971:26976 Stark Republic of China +0.496837 gsa_html_8001782592 gsa_html_8001782592:896:73888:73916 Green River Colorado +0.505824 gsa_html_2768342942 gsa_html_2768342942:1080:93093:93121 Green River Colorado +0.345546 aapg_ac_333.html aapg_ac_333.html:269:35233:35246 Hermosa San Juan Mountains +0.489854 aapg_ah_378.html aapg_ah_378.html:620:59508:59514 Salado Salado, Texas +0.25088 gsa_html_1465687448 gsa_html_1465687448:611:72220:72226 Provo Switzerland +0.47336 aapg_ad_379.html aapg_ad_379.html:392:34090:34108 Fountain Colorado +0.435195 cspg_html_6255491344 cspg_html_6255491344:87:13360:13379 Morrissey Cairns, Queensland +0.23919 sedimentology_html_1568456861 sedimentology_html_1568456861:1459:101170:101175 Piper Greece +0.469872 aapg_ae_415.html aapg_ae_415.html:11:1845:1861 Bluff Mississippi River +0.238602 geology_html_9314524367 geology_html_9314524367:9:385:424 Sailor Canyon Sierra Nevada (Spain) +0.784168 cspg_html_4943597281 cspg_html_4943597281:20:2867:2883 Viking Lacombe, Alberta +0.265584 cspg_html_7872970297 cspg_html_7872970297:519:47225:47242 Greene Victoria, British Columbia +0.486837 cspg_html_3102530088 cspg_html_3102530088:622:78445:78463 Pakowki Milk River, Alberta +0.499488 aapg_ae_945.html aapg_ae_945.html:112:9045:9052 Genesee Saginaw, Michigan +0.26288 aapg_ad_795.html aapg_ad_795.html:35:2735:2744 Etchegoin San Joaquin River +0.502656 gsa_html_2464295479 gsa_html_2464295479:30:2762:2790 Green River Colorado +0.279825 cspg_html_7409170811 cspg_html_7409170811:619:72935:72951 Exshaw Lacombe, Alberta +0.4921 aapg_ac_609.html aapg_ac_609.html:522:47747:47762 Methy Lacombe, Alberta +0.48399 cspg_html_1058139432 cspg_html_1058139432:601:73957:73973 Viking Lacombe, Alberta +0.240297 aapg_ae_789.html aapg_ae_789.html:98:13637:13650 Wabamun Lacombe, Alberta +0.4921 aapg_ad_52.html aapg_ad_52.html:225:25981:26003 Coldwater Huron County, Michigan +0.25647 cspg_html_6255491344 cspg_html_6255491344:312:40521:40539 Kootenay Lacombe, Alberta +0.471276 aapg_af_416.html aapg_af_416.html:60:7939:7951 Saskatchewan Lacombe, Alberta +0.264187 geology_html_4636977720 geology_html_4636977720:11:516:525 Rochester Earth +0.106343 aapg_ad_567.html aapg_ad_567.html:173:31445:31456 Mowry Powder River Basin +0.262135 aapg_ah_378.html aapg_ah_378.html:232:22201:22217 Salado Salado, Texas +0.474672 sedimentology_html_8962397803 sedimentology_html_8962397803:370:24292:24345 Fisher Germany +0.50562 gsa_html_1465687448 gsa_html_1465687448:636:74921:74931 Tuscaloosa Alabama +0.270396 aapg_ah_222.html aapg_ah_222.html:22:2107:2117 Washington Salem, Oregon +0.259065 palaios_html_6197559060 palaios_html_6197559060:64:7226:7233 Norfolk Virginia +0.538461 aapg_ad_564.html aapg_ad_564.html:8628:766613:766625 Marshalltown South Africa +0.24908 cspg_html_9735723617 cspg_html_9735723617:4298:279158:279176 Frontier Cheyenne, Wyoming +0.241017 aapg_aa_225.html aapg_aa_225.html:375:36145:36153 Fountain Colorado +0.248412 cspg_html_6880168184 cspg_html_6880168184:771:85711:85728 Prince Alfred Bay Devon Island +0.25636 aapg_af_710.html aapg_af_710.html:165:18384:18401 Guelph Salina, Kansas +0.252753 cspg_html_8438548095 cspg_html_8438548095:344:35654:35662 Edmonton Edmonton, London +0.241895 gsa_html_4385238876 gsa_html_4385238876:747:78152:78160 Edmonton Canada +0.256522 gsa_html_1734656819 gsa_html_1734656819:504:42639:42650 San Jacinto Lake Elsinore, California +0.266752 gsa_html_4415818938 gsa_html_4415818938:1322:85574:85580 Cannon Guyana +0.249744 aapg_ai_957.html aapg_ai_957.html:214:23613:23623 Capistrano Beaumont, Texas +0.27295 aapg_ah_157.html aapg_ah_157.html:303:43652:43661 Hartselle Hardinsburg, Indiana +0.247486 gsa_html_7464626519 gsa_html_7464626519:647:71323:71331 Colorado Gunnison County, Colorado +0.243542 gsa_html_3701935694 gsa_html_3701935694:86:8881:8893 Ottauquechee Bennington, Vermont +0.247883 aapg_aa_37.html aapg_aa_37.html:361:45039:45053 Word Texas +0.272288 cspg_html_7866293053 cspg_html_7866293053:222:22221:22229 Moosebar Victoria, British Columbia +0.273448 aapg_ak_85.html aapg_ak_85.html:440:54710:54729 Smackover Shreveport, Louisiana +0.488136 palaios_html_3855840708 palaios_html_3855840708:112:11889:11906 White River Chadron, Nebraska +0.247005 sedimentology_html_1722356240 sedimentology_html_1722356240:1638:78988:78992 Hall London, Ontario +0.47872 AMJC_html_4986321644 AMJC_html_4986321644:13:820:828 Virginia Reston, Virginia +0.26316 aapg_ac_841.html aapg_ac_841.html:1038:107790:107812 Todos Santos Concordia, Kansas +0.245024 cspg_html_9843429624 cspg_html_9843429624:48:6386:6404 Redknife Lake Ontario +0.495281 cspg_html_1524036211 cspg_html_1524036211:50:7460:7478 Oquirrh Logan, Utah +0.476504 cspg_html_4694482219 cspg_html_4694482219:585:60518:60522 Bays Mississippi River +0.264192 aapg_ah_759.html aapg_ah_759.html:6:726:745 Mt Lytton Arkansas +0.258778 gsa_html_8622484687 gsa_html_8622484687:564:51314:51333 Carbonera Cordillera Administrative Region +0.491898 aapg_ac_200.html aapg_ac_200.html:3:174:191 Wasatch Cheyenne, Wyoming +0.491064 cspg_html_7378664643 cspg_html_7378664643:148:26511:26536 Swan Hills Swan Hill, Victoria +0.47124 gsa_html_8212018023 gsa_html_8212018023:28:2659:2669 Washington Washington (state) +0.27832 aapg_aa_289.html aapg_aa_289.html:171:16925:16938 Sevy Dolomite Great Basin +0.252993 aapg_aa_791.html aapg_aa_791.html:287:26853:26870 Savanna Bartlesville, Oklahoma +0.259548 aapg_ae_182.html aapg_ae_182.html:77:8304:8317 Cotton Valley Arkansas +0.29561 aapg_ae_523.html aapg_ae_523.html:99:9628:9648 Fort Payne White County, Indiana +0.265104 cspg_html_8568877195 cspg_html_8568877195:674:80054:80075 Belly River Bow River +0.251923 cspg_html_9136481292 cspg_html_9136481292:521:57929:57935 Viking Lacombe, Alberta +0.49868 aapg_af_187.html aapg_af_187.html:3:238:251 Cotton Valley Shreveport, Louisiana +0.257013 gsa_html_6578729676 gsa_html_6578729676:799:74044:74051 Andrews Austin, Chicago +0.417728 palaios_html_9993198762 palaios_html_9993198762:61:7181:7215 Sundance Moberly, Missouri +0.490633 sedimentology_html_1350909813 sedimentology_html_1350909813:28:1922:1932 Washington Washington (state) +0.4665 aapg_ae_552.html aapg_ae_552.html:215:34251:34261 Point Loma California +0.506012 cspg_html_3124360347 cspg_html_3124360347:32:6236:6253 Beekmantown Bennington, Vermont +0.26112 aapg_ah_529.html aapg_ah_529.html:170:14959:14979 Roubidoux Gasconade River +0.265144 palaios_html_1262064602 palaios_html_1262064602:834:86357:86373 Chinle Arizona +0.502765 aapg_aa_712.html aapg_aa_712.html:45:8607:8626 Platteville Hennepin, Illinois +0.498098 cspg_html_6038396142 cspg_html_6038396142:11:1044:1062 Winnipeg Bells Beach, Victoria +0.839826 aapg_ae_147.html aapg_ae_147.html:295:29533:29537 Pico South Mountains (Arizona) +0.232889 sedimentology_html_7151597460 sedimentology_html_7151597460:405:35197:35205 Colorado Rocky Mountains +0.255068 cspg_html_3772380029 cspg_html_3772380029:576:72375:72390 Red Head Rapids Churchill River (Atlantic) +0.49674 aapg_ae_71.html aapg_ae_71.html:260:24259:24267 Toroweap Kaibab, Arizona +0.257388 aapg_ae_959.html aapg_ae_959.html:3438:264780:264795 Salado Pecos River +0.268288 geology_html_3058956949 geology_html_3058956949:235:20785:20793 Scotland Craig, Colorado +0.246016 aapg_ac_716.html aapg_ac_716.html:727:50496:50513 Foraker Americus, Georgia +0.244349 aapg_ae_692.html aapg_ae_692.html:784:70994:71009 Tyler Williston, Vermont +0.254514 gsa_html_6893818738 gsa_html_6893818738:1009:66971:66985 Victoria Transantarctic Mountains +0.25636 gsa_html_4821374346 gsa_html_4821374346:572:55778:55781 Rye Pyrenees +0.260099 jgeology_html_1004614520 jgeology_html_1004614520:326:20116:20122 Carmel Carmel, Indiana +0.492014 aapg_ai_388.html aapg_ai_388.html:275:27899:27918 Rock Springs Uinta Mountains +0.257049 cspg_html_3501550466 cspg_html_3501550466:181:27457:27471 Woodbend Lacombe, Alberta +0.487325 aapg_ah_779.html aapg_ah_779.html:282:52501:52513 Crab Orchard Bloomington, Indiana +0.24384 gsa_html_4181975259 gsa_html_4181975259:833:74183:74189 Walker Salem, Oregon +0.49685 cspg_html_5295390542 cspg_html_5295390542:428:47902:47924 Charlie Lake Victoria, British Columbia +0.239104 cspg_html_1114211412 cspg_html_1114211412:506:63372:63380 Columbia Victoria, British Columbia +0.487172 cspg_html_2863271815 cspg_html_2863271815:41:6503:6526 Guelph Lockport (city), New York +0.248472 cspg_html_1004940981 cspg_html_1004940981:721:75874:75886 Warming Land Greenland +0.869648 jgeology_html_2809998069 jgeology_html_2809998069:106:4836:4858 Rhode Island Cambridge, Massachusetts +0.243024 aapg_ae_407.html aapg_ae_407.html:136:13376:13390 Alto Illinois +0.485706 aapg_ai_15.html aapg_ai_15.html:24:3344:3360 Sabine Shreveport, Louisiana +0.484428 geology_html_8177333319 geology_html_8177333319:36:4478:4506 Newcastle Jamaica, Queens +0.252464 gsa_html_5015599008 gsa_html_5015599008:30:2893:2914 Fish Scales Lacombe, Alberta +0.2597 aapg_ae_939.html aapg_ae_939.html:1155:83137:83147 San Andres Ventura County, California +0.495045 gsa_html_8619910105 gsa_html_8619910105:62:5015:5043 Green River Colorado +0.259588 aapg_ac_31.html aapg_ac_31.html:79:10775:10781 Empire Colorado +0.486266 cspg_html_8371777215 cspg_html_8371777215:6:472:480 Columbia Victoria, British Columbia +0.246909 cspg_html_5375448448 cspg_html_5375448448:51:6639:6647 Columbia Victoria, British Columbia +0.254514 AMJC_html_4299960498 AMJC_html_4299960498:882:97988:97998 Washington Astoria, Oregon +0.242565 cspg_html_3461588378 cspg_html_3461588378:379:40618:40626 Columbia Victoria, British Columbia +0.249975 aapg_ae_777.html aapg_ae_777.html:121:14614:14638 Espiritu Santo Elk Mountain, Wyoming +0.255955 cspg_html_4722013873 cspg_html_4722013873:5:275:311 Keg River Central Alberta +0.244625 cspg_html_5217137903 cspg_html_5217137903:297:39202:39224 Ireton Swan Hill, Victoria +0.265728 cspg_html_2882882278 cspg_html_2882882278:177:23461:23466 Banff Lacombe, Alberta +0.244398 sedimentology_html_2252089833 sedimentology_html_2252089833:410:34503:34542 Bruce Perth, Western Australia +0.270738 cspg_html_5345848475 cspg_html_5345848475:60:8769:8781 Morden Manitoba +0.242793 gsa_html_9666442487 gsa_html_9666442487:858:79765:79771 Moscow Lithuania +0.851029 cspg_html_3874533817 cspg_html_3874533817:112:15131:15136 Leduc Canada +0.502857 aapg_ai_46.html aapg_ai_46.html:133:10623:10633 Wellington Stillwater, Oklahoma +0.4864 palaios_html_6409863909 palaios_html_6409863909:93:12402:12406 Kope Netherlands +0.485586 aapg_ai_720.html aapg_ai_720.html:254:28634:28657 Potomac Long Island (Massachusetts) +0.2652 AMJC_html_2702389713 AMJC_html_2702389713:1523:112488:112510 Waits River Bennington, Vermont +0.551787 aapg_aa_334.html aapg_aa_334.html:88:10161:10182 Monongahela Pittsburgh +0.489149 cspg_html_5158984399 cspg_html_5158984399:460:50985:51003 Mohawk Logan Canyon +0.487438 geology_html_6476658393 geology_html_6476658393:17:1027:1040 Potsdam Ontario, California +0.26468 cspg_html_4924970281 cspg_html_4924970281:41:6128:6151 Grand Rapids Clearwater, Florida +0.464752 gsa_html_5627360957 gsa_html_5627360957:474:46460:46475 Troy Arizona +0.247464 aapg_ah_107.html aapg_ah_107.html:242:23546:23555 Peninsula Chihuahua (state) +0.718707 aapg_ai_344.html aapg_ai_344.html:58:7377:7404 Roberts Mountains Reno, Nevada +0.24794 cspg_html_3521815736 cspg_html_3521815736:235:33340:33364 Belloy Western world +0.48285 geology_html_7065043227 geology_html_7065043227:13:695:705 Santa Cruz California +0.45172 aapg_aa_684.html aapg_aa_684.html:113:12375:12379 Jelm John Crow Mountains +0.483708 cspg_html_6306091047 cspg_html_6306091047:41:8289:8311 Charlie Lake Victoria, British Columbia +0.251779 cspg_html_3850954719 cspg_html_3850954719:357:45585:45603 Dunvegan Lacombe, Alberta +0.493388 cspg_html_1019614994 cspg_html_1019614994:345:54664:54678 Banff Regina, Saskatchewan +0.25398 cspg_html_9825544190 cspg_html_9825544190:64:7335:7354 Elm Point Regina, Saskatchewan +0.27195 geology_html_7063593960 geology_html_7063593960:287:25296:25310 Beaufort South Africa +0.253916 sedimentology_html_1581490703 sedimentology_html_1581490703:33:1989:1999 Copenhagen Sweden +0.42476 AMJC_html_7777190388 AMJC_html_7777190388:17:680:698 Willwood Cheyenne, Wyoming +0.249038 aapg_ac_930.html aapg_ac_930.html:172:26285:26297 Saskatchewan Regina, Saskatchewan +0.259776 aapg_ah_632.html aapg_ah_632.html:33:5247:5268 Price Flagstaff, Arizona +0.49504 aapg_ae_973.html aapg_ae_973.html:697:52608:52618 San Andres Delaware +0.26877 aapg_ai_919.html aapg_ai_919.html:344:61906:61931 Kayak Anchorage, Alaska +0.25844 aapg_af_854.html aapg_af_854.html:943:133366:133377 Paint Creek Bethel, Alaska +0.50774 aapg_af_177.html aapg_af_177.html:3:162:171 Extension Ardmore, Pennsylvania +0.275058 aapg_aa_349.html aapg_aa_349.html:22:2963:2968 Logan Cincinnati +0.480129 jgeology_html_2295345004 jgeology_html_2295345004:904:56921:56929 Hudspeth West, Texas +0.255528 jgeology_html_2809998069 jgeology_html_2809998069:92:3548:3566 Wamsutta Cambridge, Massachusetts +0.455535 aapg_ai_1.html aapg_ai_1.html:241:21277:21294 Hermosa Hermosa, Chicago +0.254 jgeology_html_5816492644 jgeology_html_5816492644:88:3408:3414 Oregon Salem, Oregon +0.481206 aapg_ad_466.html aapg_ad_466.html:1068:115047:115057 Vincentown Chesapeake Bay +0.26622 aapg_ai_82.html aapg_ai_82.html:63:8395:8404 Bluefield Greenbrier (Great Smoky Mountains) +0.286058 aapg_ad_59.html aapg_ad_59.html:80:14604:14617 Belle Fourche Cheyenne, Wyoming +0.689487 aapg_ae_993.html aapg_ae_993.html:368:36647:36666 Jefferson Logan, Utah +0.268822 gsa_html_1079290957 gsa_html_1079290957:1131:105307:105335 Chugwater Cheyenne, Wyoming +0.494592 gsa_html_9911071626 gsa_html_9911071626:62:4416:4444 Green River Colorado +0.497896 aapg_af_854.html aapg_af_854.html:641:88757:88772 Salem Missouri River +0.247005 jgeology_html_2497886918 jgeology_html_2497886918:571:32047:32056 Peninsula Korea +0.482384 aapg_ai_157.html aapg_ai_157.html:89:12022:12028 Guelph Guelph +0.48896 gsa_html_8427644447 gsa_html_8427644447:778:66640:66668 Green River Colorado +0.267786 aapg_ae_628.html aapg_ae_628.html:91:8432:8441 San Diego Clallam County, Washington +0.461616 geology_html_3243099044 geology_html_3243099044:286:23652:23657 Rapid Altiplano +0.483886 aapg_ae_73.html aapg_ae_73.html:416:54756:54773 Todilto Entrada Sandstone +0.485463 cspg_html_7434089303 cspg_html_7434089303:180:22170:22189 Copes Bay Ellesmere Island +0.258516 geology_html_3836070887 geology_html_3836070887:13:578:584 Oregon Salem, Oregon +0.250985 jgeology_html_8088445472 jgeology_html_8088445472:118:6626:6634 Catskill Closter, New Jersey +0.267963 cspg_html_5406720001 cspg_html_5406720001:122:15004:15021 Telford Logan, Utah +0.24832 sedimentology_html_2920366070 sedimentology_html_2920366070:903:61223:61233 Copenhagen Denmark +0.46134 AMJC_html_5916115748 AMJC_html_5916115748:1293:120060:120066 Oregon Richmond, California +0.472064 aapg_ad_157.html aapg_ad_157.html:121:12705:12719 Frio Gulf Coast of the United States +0.237384 aapg_ac_824.html aapg_ac_824.html:479:48911:48919 Colorado Colorado +0.251995 geology_html_7865549529 geology_html_7865549529:51:4240:4250 Santa Cruz Germany +0.476088 aapg_ah_421.html aapg_ah_421.html:206:16581:16594 Bearpaw Edmonton, London +0.235404 cspg_html_1743060601 cspg_html_1743060601:121:16302:16307 Moyie Purcell Mountains +0.832884 aapg_aa_23.html aapg_aa_23.html:703:88997:89011 Stony Mountain Manitoba +0.25532 aapg_ac_807.html aapg_ac_807.html:372:37842:37861 Nanjemoy Maryland +0.521479 aapg_aa_57.html aapg_aa_57.html:6:1132:1141 Red River Texas +0.504866 sedimentology_html_3200584564 sedimentology_html_3200584564:602:45404:45413 Greenhorn Middle East +0.26673 aapg_ae_350.html aapg_ae_350.html:78:8941:8961 Pottsville Pottsville, Pennsylvania +0.241686 gsa_html_4298040492 gsa_html_4298040492:900:100560:100565 Price Arctic Cordillera +0.486904 aapg_af_640.html aapg_af_640.html:70:3535:3557 Midway Alabama +0.26364 geology_html_5649632700 geology_html_5649632700:60:6118:6126 Aguacate Cordillera Administrative Region +0.25047 cspg_html_1256612432 cspg_html_1256612432:28:1607:1628 Spray Kootenay River +0.24794 cspg_html_9670138862 cspg_html_9670138862:105:15198:15208 Pocahontas Rocky River, Ohio +0.244829 sedimentology_html_9526222722 sedimentology_html_9526222722:25:1724:1729 Rapid Denmark +0.484078 aapg_ai_575.html aapg_ai_575.html:28:3684:3692 Colorado Denver +0.25544 aapg_af_637.html aapg_af_637.html:18:2920:2938 Traverse Antrim, County Antrim +0.273528 aapg_ai_504.html aapg_ai_504.html:140:14256:14272 Heath Chester, Pennsylvania +0.255915 sedimentology_html_3907918417 sedimentology_html_3907918417:1560:125964:125993 Dunvegan Canada +0.26052 cspg_html_9119878068 cspg_html_9119878068:67:8603:8628 Beaverhill Swan Hill, Victoria +0.506043 aapg_ai_159.html aapg_ai_159.html:423:48600:48615 Tampa Anguilla +0.253492 aapg_aa_698.html aapg_aa_698.html:34:3832:3848 Muskeg Lacombe, Alberta +0.240051 aapg_af_640.html aapg_af_640.html:60:2972:2993 Basal Monmouth +0.26928 gsa_html_2832151886 gsa_html_2832151886:244:17522:17551 Belle Fourche Lacombe, Alberta +0.482532 sedimentology_html_8041322681 sedimentology_html_8041322681:1006:64928:64938 Washington Seattle +0.248003 aapg_aa_735.html aapg_aa_735.html:99:9303:9313 Keokuk Bloomington, Indiana +0.45552 aapg_ah_687.html aapg_ah_687.html:396:54336:54363 Athabasca Lacombe, Alberta +0.256536 AMJC_html_6759408618 AMJC_html_6759408618:386:39925:39951 Cumberland Great Valley, New York +0.266112 aapg_aa_419.html aapg_aa_419.html:325:28871:28880 Blackford Kingston, Jamaica +0.473589 cspg_html_9717154602 cspg_html_9717154602:31:5201:5218 Bearpaw Lacombe, Alberta +0.2808 cspg_html_3762708087 cspg_html_3762708087:250:33768:33774 Viking Regina, Saskatchewan +0.50688 gsa_html_4179834030 gsa_html_4179834030:350:37850:37860 Milk River Lacombe, Alberta +0.249999 gsa_html_4137054086 gsa_html_4137054086:1036:71898:71915 Waweig New Brunswick, New Jersey +0.25452 cspg_html_2863271815 cspg_html_2863271815:573:72726:72739 A-1 Evaporite Salina, Kansas +0.261096 sedimentology_html_9008066459 sedimentology_html_9008066459:1044:69899:69903 Hall London, Ontario +0.508 gsa_html_3191945202 gsa_html_3191945202:1029:71023:71051 Green River Colorado +0.441329 aapg_ad_146.html aapg_ad_146.html:34:3159:3167 Colorado Nebraska +0.26468 aapg_aa_914.html aapg_aa_914.html:29:4283:4293 Atoka Ouachita Parish, Louisiana +0.25515 aapg_ai_158.html aapg_ai_158.html:190:19373:19381 Ramparts Anchorage, Alaska +0.267386 cspg_html_5891044027 cspg_html_5891044027:24:4314:4329 Siyeh Purcell Mountains +0.250494 palaios_html_6353470714 palaios_html_6353470714:432:42323:42341 Willwood Cheyenne, Wyoming +0.247005 aapg_ad_865.html aapg_ad_865.html:540:54562:54579 Hermosa Hermosa, Chicago +0.483285 aapg_ad_801.html aapg_ad_801.html:207:22628:22634 Winona Lisbon +0.245935 aapg_aa_499.html aapg_aa_499.html:19:3461:3473 Santa Susana Ventura County, California +0.268786 aapg_ae_795.html aapg_ae_795.html:425:50291:50308 Laramie Colorado +0.500511 cspg_html_5542874609 cspg_html_5542874609:89:14497:14515 Kaskapau Lacombe, Alberta +0.487227 aapg_af_668.html aapg_af_668.html:28:4561:4567 Pocono Pennsylvania +0.50721 aapg_ad_784.html aapg_ad_784.html:120:14114:14141 Vaqueros Ojai, California +0.48864 gsa_html_3968951986 gsa_html_3968951986:1469:173133:173142 Extension England +0.26977 gsa_html_2088132193 gsa_html_2088132193:29:2796:2824 Green River Colorado +0.939748 cspg_html_5479700260 cspg_html_5479700260:298:22324:22338 Stony Mountain Cincinnati +0.492618 aapg_ae_959.html aapg_ae_959.html:2969:222996:223016 San Andres San Angelo, Texas +0.479712 aapg_ah_876.html aapg_ah_876.html:84:12012:12029 Rodessa Rodessa, Louisiana +0.475673 aapg_ae_959.html aapg_ae_959.html:128:8993:9009 San Andres West Texas +0.28407 aapg_ah_547.html aapg_ah_547.html:62:8425:8439 Rodessa Rodessa, Louisiana +0.488188 aapg_ac_742.html aapg_ac_742.html:9:1349:1372 Gypsum Spring Black Hills +0.490049 cspg_html_1893593837 cspg_html_1893593837:680:48790:48806 Bad Cache Rapids Churchill River (Atlantic) +0.239739 gsa_html_6038465409 gsa_html_6038465409:762:64489:64508 Smackover Arkansas +0.267764 aapg_ac_924.html aapg_ac_924.html:150:13462:13469 Madison Cheyenne, Wyoming +0.478956 gsa_html_5552216115 gsa_html_5552216115:1155:118079:118090 Paso Robles California +0.494769 cspg_html_3772380029 cspg_html_3772380029:761:94824:94838 Severn River Ontario, California +0.261085 aapg_ac_586.html aapg_ac_586.html:82:9970:9991 Mauch Chunk Pottsville, Pennsylvania +0.25511 aapg_ad_52.html aapg_ad_52.html:1025:110783:110793 Kinderhook Rockford, Illinois +0.244258 aapg_ah_337.html aapg_ah_337.html:265:31582:31592 Georgetown Milam County, Texas +0.257484 aapg_ae_345.html aapg_ae_345.html:557:45079:45084 Eutaw Tuscaloosa, Alabama +0.266112 aapg_aa_976.html aapg_aa_976.html:231:27962:27982 Plattsburg Wyandotte, Michigan +0.502656 aapg_ai_157.html aapg_ai_157.html:539:49249:49255 Salina Guelph +0.683982 aapg_ai_583.html aapg_ai_583.html:126:17743:17755 Medicine Bow Hartville, Missouri +0.262314 aapg_af_189.html aapg_af_189.html:16:1850:1857 Arcadia Shreveport, Louisiana +0.249498 gsa_html_7173708345 gsa_html_7173708345:928:75752:75766 Forest Anchorage, Alaska +0.26163 aapg_ac_612.html aapg_ac_612.html:440:42193:42201 Colorado Brill +0.477594 aapg_ac_333.html aapg_ac_333.html:1138:135713:135719 Concha New Mexico +0.260096 palaios_html_4782349341 palaios_html_4782349341:61:5244:5248 Hall Canton, Ohio +0.255936 sedimentology_html_3296239633 sedimentology_html_3296239633:1187:100775:100791 Weber Logan, Utah +0.249804 aapg_ai_712.html aapg_ai_712.html:24:3211:3217 Puffin Perth, Western Australia +0.25792 jgeology_html_7189790958 jgeology_html_7189790958:215:18562:18570 Syracuse Jamesville, New York +0.256985 gsa_html_6753732431 gsa_html_6753732431:17:1010:1028 Stirling Mojave Desert +0.29256 aapg_ad_971.html aapg_ad_971.html:352:31028:31046 Woodbine East Texas +0.259284 cspg_html_4115156925 cspg_html_4115156925:163:22485:22502 Viking Lacombe, Alberta +0.458109 cspg_html_3519580725 cspg_html_3519580725:377:41049:41062 Turner Valley Lacombe, Alberta +0.451719 cspg_html_2834693711 cspg_html_2834693711:379:51985:52005 Protection Nanaimo +0.265216 aapg_ac_699.html aapg_ac_699.html:186:16116:16121 Sligo County Sligo +0.270908 aapg_ae_643.html aapg_ae_643.html:238:28507:28515 Columbia Virginia +0.851796 gsa_html_5202646019 gsa_html_5202646019:262:25190:25207 Verulam Ontario, California +0.245464 aapg_ah_943.html aapg_ah_943.html:382:50948:50970 Peace River Lacombe, Alberta +0.483328 gsa_html_7102550258 gsa_html_7102550258:824:94432:94438 Pueblo Hopi Reservation +0.504339 aapg_aa_992.html aapg_aa_992.html:175:25852:25856 Frio Ohio +0.476126 gsa_html_7396981637 gsa_html_7396981637:436:44383:44393 Stillwater Duluth, Georgia +0.257554 cspg_html_4293350162 cspg_html_4293350162:948:97064:97069 Price Lacombe, Alberta +0.270375 aapg_ah_301.html aapg_ah_301.html:333:32608:32636 Cathedral Canada +0.27438 aapg_af_575.html aapg_af_575.html:390:52943:52955 Sexton Creek Edgewood, Washington +0.506447 cspg_html_1260733368 cspg_html_1260733368:342:42568:42586 Badheart Canada +0.267253 cspg_html_5312588885 cspg_html_5312588885:340:45331:45350 Jefferson Boise, Idaho +0.514446 cspg_html_6702053097 cspg_html_6702053097:474:54650:54667 Nepean Ontario, California +0.681138 geology_html_1883152718 geology_html_1883152718:263:26058:26081 Negaunee Iron Michigan +0.491667 aapg_ai_153.html aapg_ai_153.html:95:16144:16162 Monongahela Kittanning, Pennsylvania +0.2445 cspg_html_8810326121 cspg_html_8810326121:7:577:584 Serpent Espanola, Ontario +0.26108 palaios_html_9507397379 palaios_html_9507397379:378:35333:35358 Barstow Mojave Desert +0.383977 palaios_html_3028956190 palaios_html_3028956190:700:78205:78224 Fairview Ohio +0.50076 gsa_html_1120968922 gsa_html_1120968922:1090:84524:84552 Green River Colorado +0.47311 sedimentology_html_6382215824 sedimentology_html_6382215824:117:11332:11339 La Laja San Juan, Argentina +0.262128 aapg_ad_145.html aapg_ad_145.html:10:919:941 Green River Wasatch Range +0.474948 sedimentology_html_1006662626 sedimentology_html_1006662626:3001:56373:56383 Washington Salem, Oregon +0.249498 geology_html_2908722683 geology_html_2908722683:31:2317:2379 Navajo Colorado +0.263169 aapg_ad_719.html aapg_ad_719.html:235:28681:28687 Blaine Texas +0.504868 aapg_ac_873.html aapg_ac_873.html:197:14592:14611 Fox Hills Black Hills +0.469216 aapg_af_789.html aapg_af_789.html:10:1751:1759 Catskill Onondaga (tribe) +0.24354 cspg_html_7833083677 cspg_html_7833083677:1934:168143:168148 Yukon Anchorage, Alaska +0.472602 aapg_ad_376.html aapg_ad_376.html:94:8606:8612 Denmar Giles County, Virginia +0.482724 cspg_html_7970836465 cspg_html_7970836465:687:65290:65298 Montreal Quebec City +0.252476 sedimentology_html_1275942184 sedimentology_html_1275942184:380:14776:14786 Washington Cascade Range +0.49556 palaios_html_7805951959 palaios_html_7805951959:142:14136:14152 Pueblo Logan, Utah +0.497555 gsa_html_7635660482 gsa_html_7635660482:605:55822:55840 Morrison Sellwood Bridge +0.254012 gsa_html_7442738603 gsa_html_7442738603:1377:129776:129785 San Diego Earth +0.241065 aapg_af_518.html aapg_af_518.html:247:24428:24444 Duarte Cordillera Central (Puerto Rico) +0.250494 geology_html_2235998351 geology_html_2235998351:247:23743:23757 Lisburne Anchorage, Alaska +0.261542 aapg_af_561.html aapg_af_561.html:148:13604:13613 Chugwater Wasatch Range +0.48514 aapg_af_975.html aapg_af_975.html:105:16434:16442 Colorado Colorado +0.36465 aapg_af_666.html aapg_af_666.html:471:39991:39998 Wasatch Wasatch Range +0.26214 aapg_ak_87.html aapg_ak_87.html:355:47282:47286 Earp Mogollon, New Mexico +0.25296 cspg_html_5038387495 cspg_html_5038387495:81:6828:6842 Deadwood Williston, Vermont +0.261744 palaios_html_7930345720 palaios_html_7930345720:407:40863:40867 Hall London, Ontario +0.493218 palaios_html_7928599019 palaios_html_7928599019:48:5498:5522 Pullen Scotia, New York +0.47188 aapg_af_854.html aapg_af_854.html:616:84777:84792 Keokuk Burlington, Ontario +0.25041 geology_html_6674220555 geology_html_6674220555:130:13878:13888 Rio Grande Salado, Texas +0.359156 aapg_ae_28.html aapg_ae_28.html:177:17081:17112 Pecatonica Iowa +0.456724 cspg_html_2973952956 cspg_html_2973952956:570:43855:43887 Montney Victoria, British Columbia +0.480414 cspg_html_9439353033 cspg_html_9439353033:33:4342:4360 Scollard Lacombe, Alberta +0.251955 aapg_ae_959.html aapg_ae_959.html:1131:82693:82701 Wolfcamp West Texas +0.893788 aapg_ah_329.html aapg_ah_329.html:319:30964:30971 Sisquoc Monterey, California +0.359432 aapg_ae_173.html aapg_ae_173.html:514:32464:32492 Ajibik Quartzite Michigan +0.273996 gsa_html_8662622130 gsa_html_8662622130:14:893:903 Washington Washington (state) +0.48283 aapg_ad_995.html aapg_ad_995.html:99:12362:12382 Phosphoria Little Cottonwood Creek +0.248997 aapg_ac_841.html aapg_ac_841.html:315:40889:40906 Esquias Honduras +0.492531 sedimentology_html_6302405335 sedimentology_html_6302405335:1263:93148:93165 Cardium Lacombe, Alberta +0.38962 cspg_html_6038396142 cspg_html_6038396142:68:10137:10149 Saskatchewan Regina, Saskatchewan +0.226875 aapg_ac_313.html aapg_ac_313.html:179:21200:21215 Coban Guatemala +0.52 cspg_html_1354945055 cspg_html_1354945055:789:95828:95833 Logan Perth, Western Australia +0.246456 geology_html_5478272719 geology_html_5478272719:253:20849:20857 Colorado Leadville, Colorado +0.247434 aapg_ah_694.html aapg_ah_694.html:395:49515:49529 Frio Texas +0.4179 cspg_html_4287356899 cspg_html_4287356899:1567:219042:219062 Tahkandit Anchorage, Alaska +0.282462 aapg_aa_851.html aapg_aa_851.html:65:5789:5799 Fort Payne Monteagle, Tennessee +0.27716 aapg_ae_1.html aapg_ae_1.html:72:10515:10523 Sundance Cheyenne, Wyoming +0.24465 aapg_af_664.html aapg_af_664.html:16:2187:2207 San Andres West Texas +0.2355 aapg_ad_294.html aapg_ad_294.html:1019:111235:111244 Gibraltar Gibraltar +0.265 aapg_ah_665.html aapg_ah_665.html:258:29973:29991 Windfall Reno, Nevada +0.491582 aapg_ah_386.html aapg_ah_386.html:140:13125:13134 Red Bluff Coalinga, California +0.486983 aapg_ae_324.html aapg_ae_324.html:1037:103047:103055 Virginia Virginia +0.259434 cspg_html_4257076625 cspg_html_4257076625:433:56650:56661 Winterhouse Utica, New York +0.25636 aapg_ad_930.html aapg_ad_930.html:153:16878:16897 Rock Springs Cheyenne, Wyoming +0.485077 aapg_ae_176.html aapg_ae_176.html:400:49962:49973 Peace River Lacombe, Alberta +0.251923 aapg_ad_440.html aapg_ad_440.html:591:57556:57562 Denmar Greenbrier County Schools +0.500511 jgeology_html_3425370855 jgeology_html_3425370855:1366:80656:80671 Lone Rock Burlington, Ontario +0.496584 aapg_af_486.html aapg_af_486.html:472:46635:46641 Forbes Anchorage, Alaska +0.47941 aapg_ae_438.html aapg_ae_438.html:122:12425:12429 Bell Hempfield School District +0.46683 cspg_html_5038387495 cspg_html_5038387495:84:7151:7159 Deadwood Trempealeau, Wisconsin +0.254007 aapg_ah_859.html aapg_ah_859.html:196:23025:23034 Tuscahoma Alabama +0.266616 aapg_ah_871.html aapg_ah_871.html:514:56760:56765 Chazy Quebec City +0.510704 geology_html_3930380280 geology_html_3930380280:318:25117:25127 Washington Washington (state) +0.265224 aapg_ai_462.html aapg_ai_462.html:135:14187:14197 San Felipe El Abra +0.705705 aapg_ae_694.html aapg_ae_694.html:255:29106:29122 Tuscaloosa Texas +0.930218 gsa_html_1040524378 gsa_html_1040524378:513:62472:62493 Green River Colorado +0.479 aapg_ae_708.html aapg_ae_708.html:359:38819:38838 Rapid Virginia +0.238119 aapg_ah_617.html aapg_ah_617.html:205:16894:16902 Colorado Denver +0.4809 aapg_af_551.html aapg_af_551.html:16:2010:2021 Lake Valley Sacramento, California +0.50112 palaios_html_2623970001 palaios_html_2623970001:793:66148:66164 Chinle Arizona +0.465842 cspg_html_8299841180 cspg_html_8299841180:292:28368:28387 Duvernay Lacombe, Alberta +0.51395 cspg_html_7409170811 cspg_html_7409170811:565:70442:70458 Exshaw Lacombe, Alberta +0.23712 aapg_af_701.html aapg_af_701.html:123:13560:13567 Venango Allegheny Mountains +0.49011 gsa_html_2098291403 gsa_html_2098291403:451:40721:40727 Snyder Salem, Oregon +0.235578 aapg_aa_761.html aapg_aa_761.html:642:84314:84322 Colorado Denver +0.25344 aapg_ai_366.html aapg_ai_366.html:112:12378:12384 Lissie Beaumont, Texas +0.830622 aapg_aa_23.html aapg_aa_23.html:698:88491:88509 Winnipeg Portage la Prairie +0.24633 AMJC_html_1767296229 AMJC_html_1767296229:618:62248:62273 Laurentian Cape Breton Island +0.47092 aapg_ai_49.html aapg_ai_49.html:729:94038:94044 Navajo Boise, Idaho +0.24596 gsa_html_9310053579 gsa_html_9310053579:624:56240:56256 Roslyn Leavenworth, Washington +0.4966 aapg_ak_108.html aapg_ak_108.html:295:29616:29643 Siyeh Germany +0.272315 aapg_ad_67.html aapg_ad_67.html:231:29792:29802 Sabinetown Texas +0.50347 aapg_aa_93.html aapg_aa_93.html:72:8849:8868 Rock Springs Ohio +0.24206 aapg_aa_734.html aapg_aa_734.html:692:64270:64287 Edwards Travis County, Texas +0.481418 geology_html_1146010106 geology_html_1146010106:316:28038:28057 Flagstaff Logan, Utah +0.27825 aapg_aa_305.html aapg_aa_305.html:89:13195:13203 Kirkwood Kirkwood, Missouri +0.263626 gsa_html_7102550258 gsa_html_7102550258:1420:133351:133368 Kayenta Colorado +0.26574 cspg_html_5807593737 cspg_html_5807593737:382:47759:47771 Souris River Regina, Saskatchewan +0.506012 aapg_ad_466.html aapg_ad_466.html:1669:172707:172714 Matawan Monmouth +0.46872 gsa_html_6608619586 gsa_html_6608619586:71:6735:6745 Washington Victoria, British Columbia +0.487622 gsa_html_7477980091 gsa_html_7477980091:836:75446:75457 San Antonio Earth +0.2626 gsa_html_9921588890 gsa_html_9921588890:24:1849:1859 Carbondale Carbondale, Pennsylvania +0.252003 aapg_af_59.html aapg_af_59.html:7:921:942 Ector Chalk Texas +0.26163 aapg_ad_954.html aapg_ad_954.html:177:18006:18014 Eminence Bonne Terre, Missouri +0.248502 aapg_ac_924.html aapg_ac_924.html:129:10103:10116 Madison Cheyenne, Wyoming +0.4807 AMJC_html_2702389713 AMJC_html_2702389713:1428:107873:107881 Billings Bennington, Vermont +0.486604 aapg_ai_249.html aapg_ai_249.html:84:12983:12990 Chuacus Santa Rosa, California +0.247086 aapg_ad_309.html aapg_ad_309.html:119:12124:12129 Tidal Maryland +0.476398 gsa_html_5737673651 gsa_html_5737673651:9:312:328 Forest Chinle Formation +0.516572 gsa_html_3445493534 gsa_html_3445493534:613:67201:67214 Santa Barbara California +0.260554 sedimentology_html_3026836549 sedimentology_html_3026836549:1306:99004:99024 Swan Hills Central Alberta +0.489149 palaios_html_2256521782 palaios_html_2256521782:649:40918:40935 Mattoon Illinois +0.501804 aapg_ad_55.html aapg_ad_55.html:379:22096:22107 Black River Stones River +0.246422 gsa_html_7102550258 gsa_html_7102550258:321:35261:35278 Kayenta Colorado +0.25041 geology_html_7498256649 geology_html_7498256649:66:5696:5711 Herschel Island Canada +0.47616 AMJC_html_5969956211 AMJC_html_5969956211:1843:201357:201363 Denver Colorado +0.270914 cspg_html_8438548095 cspg_html_8438548095:11:1091:1109 Paskapoo Edmonton, London +0.48974 palaios_html_2467851635 palaios_html_2467851635:386:37771:37789 Judith River Regina, Saskatchewan +0.265224 cspg_html_5685783620 cspg_html_5685783620:91:12897:12914 Chetang Mount Robson Provincial Park +0.269357 cspg_html_1265381145 cspg_html_1265381145:6:425:443 Palliser Banff National Park +0.25333 sedimentology_html_7482146728 sedimentology_html_7482146728:173:23274:23280 Oregon Salem, Oregon +0.250368 geology_html_7388717714 geology_html_7388717714:12:498:511 Santa Barbara California +0.25872 aapg_ad_401.html aapg_ad_401.html:180:13615:13635 Fort Union Burke County, Georgia +0.71625 palaios_html_5958626598 palaios_html_5958626598:233:25667:25684 Jupiter Manitoulin Island +0.690718 sedimentology_html_5673709888 sedimentology_html_5673709888:1979:116184:116204 Keokuk Illinois +0.244032 aapg_aa_563.html aapg_aa_563.html:383:49005:49016 San Antonio Uvalde, Texas +0.474552 sedimentology_html_3865745685 sedimentology_html_3865745685:1457:104883:104898 Gates Canada +0.250376 aapg_ai_87.html aapg_ai_87.html:569:57607:57617 Kinderhook Victoria, British Columbia +0.246888 cspg_html_2384466756 cspg_html_2384466756:423:44807:44827 Ellensburg Washington (state) +0.484008 gsa_html_4898068092 gsa_html_4898068092:987:78518:78546 Green River Colorado +0.5092 aapg_aa_171.html aapg_aa_171.html:652:54483:54488 Swift Bay of Fundy +0.269824 aapg_ae_574.html aapg_ae_574.html:147:18929:18947 Frontier Weston, Florida +0.476073 aapg_ae_958.html aapg_ae_958.html:1838:158277:158299 Seven Rivers New Mexico +0.48288 cspg_html_2498183035 cspg_html_2498183035:264:27865:27875 Swan Hills Swan Hill, Victoria +0.243811 cspg_html_8344973528 cspg_html_8344973528:181:20026:20033 Oceanic Earth +0.26059 aapg_af_4.html aapg_af_4.html:44:5240:5248 Monterey Monterey, California +0.265176 aapg_ai_49.html aapg_ai_49.html:783:99599:99615 Stump Boise, Idaho +0.467934 geology_html_4191415179 geology_html_4191415179:11:550:560 Washington Seattle +0.49495 aapg_ae_415.html aapg_ae_415.html:974:123314:123333 Catahoula Tampa, Florida +0.259072 aapg_ae_710.html aapg_ae_710.html:50:6002:6021 Rock Springs Table Rock, Wyoming +0.264698 aapg_ac_333.html aapg_ac_333.html:1443:163754:163760 Oregon Washington (state) +0.26988 cspg_html_3026112034 cspg_html_3026112034:782:76027:76042 Leduc Canada +0.253206 aapg_ai_65.html aapg_ai_65.html:92:10384:10390 Dakota Benton, Arkansas +0.25041 cspg_html_8040890019 cspg_html_8040890019:865:83292:83309 Bluesky Lacombe, Alberta +0.4565 cspg_html_9951421861 cspg_html_9951421861:140:21952:21969 Pelican Lacombe, Alberta +0.26214 gsa_html_3014459865 gsa_html_3014459865:133:14091:14109 Beacon Hill Gravel Maryland +0.245518 aapg_ae_498.html aapg_ae_498.html:580:62896:62911 Knobs Virginia +0.261105 gsa_html_1337782073 gsa_html_1337782073:56:4848:4871 Gile Mountain Connecticut River Valley +0.2555 aapg_af_461.html aapg_af_461.html:177:16279:16305 Bell Michigan +0.4577 aapg_ad_918.html aapg_ad_918.html:52:7875:7884 La Gloria Colorado +0.50313 aapg_aa_117.html aapg_aa_117.html:54:6856:6863 Cobourg Prince Edward County, Ontario +0.484188 aapg_aa_322.html aapg_aa_322.html:204:19039:19049 Stillwater Chandler, Arizona +0.239 cspg_html_7310162886 cspg_html_7310162886:166:22104:22118 Lisburne Prudhoe Bay Oil Field +0.472538 aapg_ai_996.html aapg_ai_996.html:1387:63850:63857 Norfolk North Carolina +0.272435 aapg_aa_628.html aapg_aa_628.html:385:46751:46757 Takaka Waimea, Hawaii County, Hawaii +0.25755 cspg_html_6502178723 cspg_html_6502178723:518:54796:54804 Columbia Lacombe, Alberta +0.463013 gsa_html_8671422836 gsa_html_8671422836:994:100017:100023 Brazil Mato Grosso do Sul +0.26162 geology_html_6065938168 geology_html_6065938168:312:20075:20083 Victoria Victoria, British Columbia +0.485224 aapg_ah_391.html aapg_ah_391.html:77:7566:7575 Coldwater Ventura County, California +0.471336 aapg_ai_38.html aapg_ai_38.html:9:1272:1280 Colorado Colorado +0.877528 cspg_html_9987144175 cspg_html_9987144175:423:44906:44918 Eureka Sound Ellesmere Island +0.235708 gsa_html_4438819447 gsa_html_4438819447:639:63842:63852 Pike Creek Moose River (Ontario) +0.259045 aapg_ai_584.html aapg_ai_584.html:37:3890:3899 Minnelusa Black Hills +0.43945 aapg_af_291.html aapg_af_291.html:297:33561:33568 Echooka Prudhoe Bay Oil Field +0.257554 aapg_ak_87.html aapg_ak_87.html:324:45323:45342 Horquilla Mogollon, New Mexico +0.23793 aapg_ai_255.html aapg_ai_255.html:613:87308:87320 Salina Michigan +0.46403 aapg_af_751.html aapg_af_751.html:627:81489:81511 Pigeon Point California +0.251979 gsa_html_2220556952 gsa_html_2220556952:798:92197:92216 Pansy Lee Conglomerate Winnemucca, Nevada +0.471336 aapg_ai_157.html aapg_ai_157.html:351:33106:33112 Guelph Salina, Kansas +0.4755 aapg_ah_290.html aapg_ah_290.html:282:31570:31580 Washington Boise, Idaho +0.704704 aapg_ad_648.html aapg_ad_648.html:172:19372:19380 Niobrara Cheyenne, Wyoming +0.25551 palaios_html_7963065354 palaios_html_7963065354:48:3885:3891 Ludlow Much Wenlock +0.503435 cspg_html_6383234409 cspg_html_6383234409:566:59734:59753 Hecla Bay Bathurst Island (Northern Territory) +0.4655 aapg_ac_227.html aapg_ac_227.html:63:7238:7255 Wasatch Cheyenne, Wyoming +0.250745 aapg_ac_313.html aapg_ac_313.html:667:74854:74873 Rio Dulce Guatemala +0.47628 aapg_ad_822.html aapg_ad_822.html:18:2154:2160 Denver Jefferson County, Colorado +0.34827 aapg_ae_473.html aapg_ae_473.html:384:35231:35247 Lisbon Alabama +0.229878 aapg_aa_193.html aapg_aa_193.html:3:173:200 Basal Quebec City +0.257484 jgeology_html_2022713612 jgeology_html_2022713612:1144:88836:88868 Stirling California +0.267253 gsa_html_3484366946 gsa_html_3484366946:1830:148115:148134 Neruokpuk Anchorage, Alaska +0.47736 aapg_af_130.html aapg_af_130.html:70:13425:13433 Colorado Ouray, Colorado +0.234728 jgeology_html_8904089554 jgeology_html_8904089554:407:26845:26865 Caldwell Quebec City +0.246012 aapg_ae_498.html aapg_ae_498.html:551:58650:58665 Knobs Virginia +0.483465 palaios_html_6090005613 palaios_html_6090005613:64:6767:6773 Racine Wisconsin +0.491303 aapg_ad_954.html aapg_ad_954.html:293:30779:30787 Eminence Missouri River +0.4765 aapg_ae_73.html aapg_ae_73.html:711:96337:96355 Hinsdale Alamosa, Colorado +0.4656 aapg_ah_339.html aapg_ah_339.html:252:24964:24980 Laurel Lockport (city), New York +0.477347 aapg_ah_517.html aapg_ah_517.html:318:29211:29251 Madison Cheyenne, Wyoming +0.267253 gsa_html_1232517399 gsa_html_1232517399:524:31746:31755 San Pedro Tequila, Jalisco +0.28461 palaios_html_9015391191 palaios_html_9015391191:615:51775:51795 Tuscaloosa Alabama +0.263592 aapg_ae_28.html aapg_ae_28.html:892:66379:66383 Bell Illinois +0.244518 aapg_aa_39.html aapg_aa_39.html:4:830:838 San Luis Western world +0.247486 geology_html_2184666881 geology_html_2184666881:56:5189:5206 Rapid Yakutat City and Borough, Alaska +0.911976 sedimentology_html_1046729113 sedimentology_html_1046729113:2402:177666:177682 Viking Lacombe, Alberta +0.46154 aapg_af_486.html aapg_af_486.html:61:7820:7833 Tuxedni Middle East +0.509 aapg_ae_368.html aapg_ae_368.html:154:14381:14401 Hartshorne Atoka, Oklahoma +0.256373 cspg_html_4812473779 cspg_html_4812473779:620:78753:78771 Black Cape Cape Cod +0.261855 aapg_ae_29.html aapg_ae_29.html:443:50580:50590 Loyalhanna Greenbrier (Great Smoky Mountains) +0.483285 gsa_html_5627360957 gsa_html_5627360957:439:41263:41289 Geertsen Canyon Quartzite Logan, Utah +0.230364 gsa_html_7678142233 gsa_html_7678142233:78:6404:6413 Peninsula Middle Ordovician +0.242136 gsa_html_1230361711 gsa_html_1230361711:752:63216:63222 Provo Pyrenees +0.491512 gsa_html_2729737430 gsa_html_2729737430:429:44494:44513 Salt Lake Grand Valley (Colorado) +0.493914 sedimentology_html_7963472691 sedimentology_html_7963472691:459:45221:45225 Hall London, Ontario +0.426 cspg_html_1462870252 cspg_html_1462870252:946:100685:100720 Keg River Canada +0.48177 jgeology_html_4610075495 jgeology_html_4610075495:162:11666:11675 Peninsula Korea +0.272964 aapg_ad_52.html aapg_ad_52.html:966:104473:104482 Coldwater Huron County, Michigan +0.478629 palaios_html_1574666570 palaios_html_1574666570:63:6457:6470 Hungry Hollow Ausable River (New York) +0.253492 gsa_html_7464626519 gsa_html_7464626519:1091:97451:97459 Colorado Idaho Springs, Colorado +0.474628 aapg_ae_127.html aapg_ae_127.html:49:4779:4787 Virginia Maryland +0.48128 sedimentology_html_3181527419 sedimentology_html_3181527419:39:3220:3224 Earp Supai, Arizona +0.454608 aapg_ac_286.html aapg_ac_286.html:38:3515:3524 Smackover Rodessa, Louisiana +0.48573 aapg_ae_746.html aapg_ae_746.html:35:4090:4098 Moosebar Cordillera Administrative Region +0.253532 aapg_ae_711.html aapg_ae_711.html:125:15959:16001 Hartshorne Hartshorne, Oklahoma +0.258192 sedimentology_html_3966923042 sedimentology_html_3966923042:622:41667:41671 Hall London, Ontario +0.496908 aapg_ah_387.html aapg_ah_387.html:2488:268256:268265 Knoxville Knoxville, Illinois +0.264027 aapg_ad_379.html aapg_ad_379.html:825:68036:68054 Cloverly Cheyenne, Wyoming +0.251346 aapg_ah_93.html aapg_ah_93.html:140:18317:18343 Beartooth Logan, Utah +0.484785 aapg_ac_986.html aapg_ac_986.html:124:16813:16821 Huerfano Uinta Mountains +0.259534 gsa_html_8152640301 gsa_html_8152640301:127:11268:11287 Talkeetna Talkeetna, Alaska +0.48598 gsa_html_3795828595 gsa_html_3795828595:9:365:382 Black River Middle Ordovician +0.486315 gsa_html_1865189369 gsa_html_1865189369:29:2796:2824 Green River Colorado +0.25896 gsa_html_2561127673 gsa_html_2561127673:180:15205:15226 Quinn River Reno, Nevada +0.253 gsa_html_9181545711 gsa_html_9181545711:559:53696:53704 Fountain Woodland Park, Colorado +0.245508 aapg_aa_415.html aapg_aa_415.html:138:19017:19032 Eagle Palestinian territories +0.242063 jgeology_html_8355852976 jgeology_html_8355852976:627:43302:43310 Colorado Colorado Springs, Colorado +0.4845 aapg_af_924.html aapg_af_924.html:55:4823:4836 Nacatoch Arkansas +0.255021 palaios_html_2487157982 palaios_html_2487157982:273:24450:24460 Washington London, Ontario +0.257466 aapg_ah_283.html aapg_ah_283.html:435:48013:48023 Washington Salem, Oregon +0.484428 palaios_html_7769060899 palaios_html_7769060899:534:51137:51148 White River Nebraska +0.26341 aapg_ah_27.html aapg_ah_27.html:378:58607:58613 Denver Colorado +0.254904 sedimentology_html_7144686124 sedimentology_html_7144686124:115:11024:11033 Camp Rice Puerto Palomas, Chihuahua +0.252945 cspg_html_1159165904 cspg_html_1159165904:153:22092:22096 Peel Lacombe, Alberta +0.483966 aapg_ai_542.html aapg_ai_542.html:26:3136:3144 Colorado Washington (state) +0.463572 gsa_html_3038126504 gsa_html_3038126504:465:46374:46379 Bouse Mojave Desert +0.25704 cspg_html_6334734829 cspg_html_6334734829:320:34882:34900 Tantalus Indian River (Florida) +0.254518 gsa_html_9301126081 gsa_html_9301126081:773:71420:71430 Santa Cruz California +0.2793 cspg_html_4626597050 cspg_html_4626597050:316:39501:39509 Dinwoody Cheyenne, Wyoming +0.25853 aapg_ai_107.html aapg_ai_107.html:721:67453:67460 Hosston East Texas +0.24948 cspg_html_5950764790 cspg_html_5950764790:388:44756:44774 Camrose Lacombe, Alberta +0.257316 aapg_ae_876.html aapg_ae_876.html:57:7315:7327 Dakota Cedar Mountains +0.265176 cspg_html_3328007773 cspg_html_3328007773:551:57167:57185 Cruiser Victoria, British Columbia +0.227824 aapg_af_878.html aapg_af_878.html:131:13823:13835 Collinsville Clark County, Indiana +0.486675 palaios_html_6229157009 palaios_html_6229157009:1619:84475:84479 Hall London, Ontario +0.37995 cspg_html_2139304729 cspg_html_2139304729:43:6916:6936 Griper Bay Bathurst Island (Northern Territory) +0.244011 gsa_html_8729482339 gsa_html_8729482339:21:827:835 Crescent New Haven, Connecticut +0.471801 aapg_ad_52.html aapg_ad_52.html:953:102937:102946 Coldwater Huron County, Michigan +0.247779 jgeology_html_9111148993 jgeology_html_9111148993:534:40553:40568 Sioux Quartzite Wolf River (Tennessee) +0.512864 aapg_af_16.html aapg_af_16.html:3:184:202 Frontier Cheyenne, Wyoming +0.264668 aapg_af_215.html aapg_af_215.html:14:2381:2386 Mt Lytton Mexico +0.25235 aapg_aa_382.html aapg_aa_382.html:35:4474:4493 Etchegoin Maricopa, Arizona +0.67586 cspg_html_1019614994 cspg_html_1019614994:434:73220:73226 Exshaw Lacombe, Alberta +0.26023 palaios_html_9068072954 palaios_html_9068072954:367:40052:40085 Stephen Logan, Utah +0.29068 gsa_html_4979086512 gsa_html_4979086512:778:63770:63779 San Diego California +0.515404 aapg_ae_180.html aapg_ae_180.html:96:11510:11516 Dakota Niobrara, Nebraska +0.491493 aapg_ae_984.html aapg_ae_984.html:179:12552:12568 Salado Carlsbad, New Mexico +0.465192 aapg_ad_351.html aapg_ad_351.html:198:20150:20162 Reeds Spring Christian County, Kentucky +0.486604 aapg_af_786.html aapg_af_786.html:107:12085:12094 San Diego Vacaville, California +0.504525 sedimentology_html_6337108022 sedimentology_html_6337108022:22:1588:1611 Lincoln Creek Washington (state) +0.516446 aapg_ac_617.html aapg_ac_617.html:160:22395:22413 Oakville Oakville, California +0.255348 sedimentology_html_6812582012 sedimentology_html_6812582012:1262:96288:96310 Beartooth Cheyenne, Wyoming +0.476586 aapg_ae_981.html aapg_ae_981.html:445:38997:39014 Bainbridge Arkansas +0.251955 gsa_html_6062330506 gsa_html_6062330506:523:54370:54390 Dockum Pecos River +0.450276 gsa_html_7462057756 gsa_html_7462057756:16:653:659 Sonora Sonora +0.245847 palaios_html_8910286482 palaios_html_8910286482:74:8910:8936 Kirkwood Delaware +0.467432 geology_html_4167408915 geology_html_4167408915:15:1207:1211 Troy Earth +0.464486 gsa_html_5380966084 gsa_html_5380966084:259:23360:23381 Taylor Taylor Valley +0.7245 aapg_ai_37.html aapg_ai_37.html:163:17080:17099 Greenhorn Colorado +0.243048 sedimentology_html_7367926781 sedimentology_html_7367926781:812:63191:63222 Minturn Colorado +0.252504 jgeology_html_8355852976 jgeology_html_8355852976:431:37246:37254 Billings Montana +0.322749 cspg_html_6985536436 cspg_html_6985536436:596:76543:76561 Isachsen Banks Island +0.261632 geology_html_4403865682 geology_html_4403865682:36:4179:4188 Eel River California +0.266742 sedimentology_html_3006596207 sedimentology_html_3006596207:28:1657:1663 Guelph Canada +0.474552 sedimentology_html_3208248909 sedimentology_html_3208248909:1456:33789:33794 Yukon Anchorage, Alaska +0.475896 aapg_ah_780.html aapg_ah_780.html:310:39719:39729 Pittsburgh Pennsylvania +0.479562 cspg_html_5541937700 cspg_html_5541937700:988:114956:114973 Cardium Lacombe, Alberta +0.271312 aapg_ad_338.html aapg_ad_338.html:528:57865:57875 Tuscaloosa Raritan River +0.25627 palaios_html_8064020973 palaios_html_8064020973:370:42265:42281 Chinle Chinle Formation +0.46686 palaios_html_3055982207 palaios_html_3055982207:482:53507:53513 Walker Toronto +0.257922 palaios_html_2239083072 palaios_html_2239083072:578:42848:42852 Java Amsterdam +0.494656 aapg_ae_473.html aapg_ae_473.html:161:14937:14942 Yazoo Tuscaloosa, Alabama +0.272896 gsa_html_8735573394 gsa_html_8735573394:844:78777:78785 Beaumont New Brunswick, New Jersey +0.252266 cspg_html_3415721018 cspg_html_3415721018:206:23625:23638 Turner Valley Lacombe, Alberta +0.66572 aapg_aa_684.html aapg_aa_684.html:347:32743:32751 Moenkopi Logan, Utah +0.664938 cspg_html_9354781888 cspg_html_9354781888:98:18129:18155 Sulphur Mountain Calgary +0.263662 cspg_html_7587979364 cspg_html_7587979364:130:10698:10717 Grosmont Swan Hill, Victoria +0.496762 gsa_html_4354911633 gsa_html_4354911633:30:2823:2851 Green River Colorado +0.259056 aapg_ai_52.html aapg_ai_52.html:84:12236:12251 Santa Margarita Monterey, California +0.49329 palaios_html_9886618772 palaios_html_9886618772:543:66961:66976 Vicksburg Mississippi River +0.49852 aapg_ae_180.html aapg_ae_180.html:84:10111:10130 Fruitland Kirtland, Ohio +0.256853 aapg_ad_81.html aapg_ad_81.html:1764:231042:231073 Green River Colorado +0.484295 aapg_ac_807.html aapg_ac_807.html:434:44310:44320 Brandywine Maryland +0.500906 gsa_html_8308045298 gsa_html_8308045298:800:78514:78519 Logan Washington (state) +0.274046 aapg_ae_353.html aapg_ae_353.html:883:87504:87511 Topanga Puente Hills Mall +0.469568 aapg_ah_489.html aapg_ah_489.html:113:9726:9733 Genesee Middlesex +0.276822 aapg_ai_17.html aapg_ai_17.html:379:29798:29808 Cane River Shreveport, Louisiana +0.491052 aapg_ah_90.html aapg_ah_90.html:63:10228:10240 Burro Canyon Cedar Mountains +0.488735 cspg_html_5810500722 cspg_html_5810500722:121:18089:18097 Columbia Pine River (Michigan) +0.3685 cspg_html_7809640865 cspg_html_7809640865:131:12207:12218 Shaftesbury Regina, Saskatchewan +0.491493 aapg_ae_71.html aapg_ae_71.html:310:28612:28629 Kayenta Kayenta, Arizona +0.46172 gsa_html_5293445820 gsa_html_5293445820:682:68344:68364 Keevy Peak California +0.47328 geology_html_1733534725 geology_html_1733534725:113:8417:8423 Galena Lexington, Kentucky +0.50138 aapg_ah_289.html aapg_ah_289.html:145:19026:19044 Monterey San Joaquin River +0.8778 aapg_ad_683.html aapg_ad_683.html:731:72933:72941 Moenkopi Coconino County, Arizona +0.26159 aapg_ah_508.html aapg_ah_508.html:23:2564:2581 Beekmantown Lehigh River +0.485648 aapg_ae_89.html aapg_ae_89.html:220:23036:23044 Virginia Melbourne, Florida +0.264638 aapg_ae_907.html aapg_ae_907.html:39:6057:6082 Santa Margarita Western world +0.49646 aapg_af_440.html aapg_af_440.html:54:6451:6456 Cadiz Spain +0.257554 jgeology_html_5435533156 jgeology_html_5435533156:1023:62844:62876 Chelmsford Ontario, California +0.273942 aapg_ad_335.html aapg_ad_335.html:546:71380:71390 Blackstone Cheyenne, Wyoming +0.214812 aapg_ah_289.html aapg_ah_289.html:290:42590:42598 Monterey San Fernando Valley +0.260096 gsa_html_8740218609 gsa_html_8740218609:233:22625:22631 Reston Colorado +0.478114 aapg_ad_441.html aapg_ad_441.html:104:8597:8608 Navajo Carmel, Indiana +0.490776 geology_html_1279818687 geology_html_1279818687:373:27184:27189 Price London, Ontario +0.250832 cspg_html_2585022950 cspg_html_2585022950:69:6083:6103 Mount Head Carnarvon, Western Australia +0.266772 gsa_html_3069013284 gsa_html_3069013284:487:53246:53252 Chinle Colorado +0.827985 cspg_html_9689514766 cspg_html_9689514766:788:98183:98210 Salina Pennsylvania +0.265125 aapg_ae_62.html aapg_ae_62.html:272:23911:23920 Spearfish Newburg, Louisville +0.673785 cspg_html_2184091860 cspg_html_2184091860:621:58009:58043 Romaine Anticosti Island +0.48278 aapg_af_725.html aapg_af_725.html:186:19641:19649 Colorado Pueblo, Colorado +0.251883 cspg_html_6514903151 cspg_html_6514903151:79:9213:9228 Kaskapau Lacombe, Alberta +0.454528 cspg_html_8369994160 cspg_html_8369994160:159:17256:17279 Turner Valley Elkton, Kentucky +0.241482 gsa_html_6788701225 gsa_html_6788701225:787:73601:73608 Madison Taylor Valley +0.483759 palaios_html_6701247957 palaios_html_6701247957:127:11584:11595 Black River Jamaica, Queens +0.50373 palaios_html_3889678675 palaios_html_3889678675:1237:114300:114316 Viking Canada +0.469568 cspg_html_2462522466 cspg_html_2462522466:380:52353:52362 Ellerslie Canada +0.257536 aapg_ah_509.html aapg_ah_509.html:482:49959:49972 Venango Pennsylvania +0.256522 aapg_ad_655.html aapg_ad_655.html:92:13251:13257 Denver Colorado +0.47177 aapg_aa_47.html aapg_aa_47.html:586:70389:70397 Fountain New Mexico +0.251482 aapg_aa_654.html aapg_aa_654.html:270:40071:40095 Arroyo New Mexico +0.498225 aapg_ai_916.html aapg_ai_916.html:72:9076:9088 Wilcox Shreveport, Louisiana +0.775845 aapg_aa_691.html aapg_aa_691.html:565:74544:74572 Prairie Lacombe, Alberta +0.48513 cspg_html_8089302449 cspg_html_8089302449:492:86077:86104 Watt Mountain Southeast Asia +0.268822 gsa_html_6441142238 gsa_html_6441142238:94:9401:9422 Platteville Decorah, Iowa +0.241462 cspg_html_3328007773 cspg_html_3328007773:65:9677:9697 Colorado Victoria, British Columbia +0.491232 sedimentology_html_6302405335 sedimentology_html_6302405335:1013:82702:82730 Wilcox Texas +0.26112 aapg_ae_779.html aapg_ae_779.html:237:21646:21666 El Paso Texas +0.489472 cspg_html_1062550109 cspg_html_1062550109:47:6719:6727 Columbia Victoria, British Columbia +0.247715 aapg_ah_647.html aapg_ah_647.html:735:81190:81196 Concha West Texas +0.258 aapg_ac_714.html aapg_ac_714.html:651:80088:80106 Sundance Cheyenne, Wyoming +0.25705 aapg_ac_58.html aapg_ac_58.html:95:13583:13589 Moscow Russia +0.47376 gsa_html_3540959647 gsa_html_3540959647:582:57505:57533 Green River Colorado +0.482964 cspg_html_2873888604 cspg_html_2873888604:229:35113:35121 Columbia Victoria, British Columbia +0.8789 aapg_aa_106.html aapg_aa_106.html:572:64225:64237 Winnipegosis Lacombe, Alberta +0.257964 gsa_html_4570640517 gsa_html_4570640517:678:59967:59995 Green River New Mexico +0.46893 geology_html_1049185803 geology_html_1049185803:292:21445:21460 Athabasca Lacombe, Alberta +0.486837 geology_html_3896655545 geology_html_3896655545:13:679:689 Washington Washington (state) +0.253991 cspg_html_4834918660 cspg_html_4834918660:44:6065:6085 Clearwater Clearwater, Florida +0.487172 palaios_html_7465495929 palaios_html_7465495929:49:4810:4827 La Luna Venezuela +0.374325 geology_html_4965715689 geology_html_4965715689:71:6316:6339 Kingston Peak Badwater Basin +0.269868 aapg_ad_69.html aapg_ad_69.html:296:20350:20368 Frontier Cheyenne, Wyoming +0.252333 aapg_ac_513.html aapg_ac_513.html:72:7824:7833 Vicksburg Hidalgo County, New Mexico +0.235125 cspg_html_5699627350 cspg_html_5699627350:479:54484:54498 Colorado Regina, Saskatchewan +0.425152 aapg_ah_318.html aapg_ah_318.html:1800:168321:168340 La Gloria Shreveport, Louisiana +0.487014 gsa_html_3896686383 gsa_html_3896686383:857:74406:74410 Hall Washington (state) +0.261057 cspg_html_2196324351 cspg_html_2196324351:54:6835:6847 Saskatchewan Saskatoon +0.861902 aapg_aa_24.html aapg_aa_24.html:350:38245:38259 Ramparts Canada +0.469224 aapg_af_12.html aapg_af_12.html:38:4415:4423 Colorado Sterling, Virginia +0.249999 AMJC_html_9757715503 AMJC_html_9757715503:528:52487:52503 Noonday Dolomite Death Valley +0.509081 aapg_ac_59.html aapg_ac_59.html:21:3193:3202 San Diego Baja California peninsula +0.4445 aapg_ae_438.html aapg_ae_438.html:250:26314:26321 Kanawha Gilmer, Texas +0.492618 gsa_html_8187745750 gsa_html_8187745750:59:4188:4216 Talkeetna Matanuska River +0.484568 cspg_html_6216640615 cspg_html_6216640615:8:523:531 Columbia Victoria, British Columbia +0.292425 aapg_aa_712.html aapg_aa_712.html:27:4473:4481 Starved Rock Nokomis, Florida +0.237048 aapg_ah_107.html aapg_ah_107.html:242:23599:23606 Yucatan Chihuahua (state) +0.254904 geology_html_6397892773 geology_html_6397892773:218:19181:19199 Niobrara England +0.70176 aapg_aa_622.html aapg_aa_622.html:320:33762:33778 Chinle Logan, Utah +0.495126 aapg_ae_525.html aapg_ae_525.html:55:5478:5490 Dakota Colorado +0.267716 aapg_af_575.html aapg_af_575.html:1173:169033:169039 Dakota Texas County, Missouri +0.246302 cspg_html_5675079479 cspg_html_5675079479:478:50711:50719 Winnipeg Lacombe, Alberta +0.457227 aapg_ad_338.html aapg_ad_338.html:239:26289:26302 Woodbury Clay Merchantville, New Jersey +0.252753 cspg_html_4655200751 cspg_html_4655200751:90:17568:17576 Columbia Purcell Mountains +0.516256 aapg_ah_289.html aapg_ah_289.html:223:30897:30915 Monterey San Joaquin River +0.463644 sedimentology_html_9227563678 sedimentology_html_9227563678:1659:94343:94349 Sierra Uruguay +0.255528 geology_html_1585408318 geology_html_1585408318:162:21042:21050 Michigan China +0.259081 aapg_ae_415.html aapg_ae_415.html:23:3731:3736 Byram Melbourne, Florida +0.256928 cspg_html_5542874609 cspg_html_5542874609:524:57862:57873 Mowry Canada +0.256853 AMJC_html_5390933660 AMJC_html_5390933660:338:32440:32451 White River Bennington, Vermont +0.26659 aapg_ae_223.html aapg_ae_223.html:391:46226:46237 Green River Eocene +0.247005 gsa_html_7808051457 gsa_html_7808051457:901:83816:83833 Dotsero Colorado +0.460319 gsa_html_8208054335 gsa_html_8208054335:723:70489:70505 Fish Canyon Tuff Durango, Durango +0.251482 aapg_aa_287.html aapg_aa_287.html:353:44204:44220 Viking Regina, Saskatchewan +0.51792 sedimentology_html_1123580665 sedimentology_html_1123580665:310:28353:28361 Scotland England +0.25532 cspg_html_4069214675 cspg_html_4069214675:45:7331:7339 Columbia Victoria, British Columbia +0.503285 gsa_html_8398449001 gsa_html_8398449001:39:2561:2567 Nounan Lake Bonneville +0.25857 aapg_ae_643.html aapg_ae_643.html:180:21141:21150 Elk Pennsylvania +0.43056 cspg_html_5484260516 cspg_html_5484260516:961:75476:75488 Banff Lacombe, Alberta +0.48974 cspg_html_2820961138 cspg_html_2820961138:42:6625:6642 Cardium Cheyenne, Wyoming +0.258055 gsa_html_6636494931 gsa_html_6636494931:716:67189:67195 Denver Colorado +0.4617 aapg_ah_777.html aapg_ah_777.html:482:38963:38978 Tejon California +0.491236 cspg_html_9354781888 cspg_html_9354781888:725:56691:56699 Columbia Victoria, British Columbia +0.2652 cspg_html_3926542795 cspg_html_3926542795:1290:139285:139304 Keg River Lacombe, Alberta +0.73612 aapg_ae_113.html aapg_ae_113.html:226:30637:30662 Belcher Channel Ellesmere Island +0.49011 cspg_html_5345848475 cspg_html_5345848475:7:731:748 Carlile Niobrara, Nebraska +0.494172 aapg_ae_187.html aapg_ae_187.html:3:444:452 Michigan Illinois +0.269868 AMJC_html_5421639085 AMJC_html_5421639085:27:3192:3200 Columbia Virginia +0.497034 aapg_af_880.html aapg_af_880.html:551:83891:83907 Putnam Texas +0.486402 aapg_ah_532.html aapg_ah_532.html:156:13253:13265 Percha Arizona +0.24144 sedimentology_html_6297684173 sedimentology_html_6297684173:1705:107678:107684 Taylor London, Ontario +0.46986 gsa_html_1266138577 gsa_html_1266138577:406:33335:33341 Monola Salinas Valley +0.246973 aapg_ad_761.html aapg_ad_761.html:78:6744:6766 Colorado Texas +0.474266 gsa_html_5649755220 gsa_html_5649755220:961:88221:88231 Washington Seattle +0.713851 aapg_af_307.html aapg_af_307.html:83:8620:8637 Hosston Mississippi River +0.278122 aapg_ah_505.html aapg_ah_505.html:584:44755:44763 Morrison Denver +0.265189 cspg_html_5515814749 cspg_html_5515814749:287:36982:36994 Judith River Bow Island Airport +0.259588 cspg_html_9725676031 cspg_html_9725676031:101:16417:16433 Lepine Victoria, British Columbia +0.498355 aapg_aa_426.html aapg_aa_426.html:242:54360:54369 Smackover Pine Island (Lee County, Florida) +0.244524 aapg_ad_194.html aapg_ad_194.html:209:22682:22704 Bonanza Providence Mountains State Recreation Area +0.250488 gsa_html_9353787239 gsa_html_9353787239:1290:106419:106433 Troy Arizona +0.257013 aapg_ac_246.html aapg_ac_246.html:1229:105695:105723 Newcastle Cheyenne, Wyoming +0.873284 aapg_ai_296.html aapg_ai_296.html:24:3312:3319 Everton Arkansas +0.268836 aapg_aa_701.html aapg_aa_701.html:75:8641:8658 Salina Salina, Kansas +0.260051 cspg_html_7310162886 cspg_html_7310162886:394:55206:55211 Yukon Anchorage, Alaska +0.874161 aapg_ai_491.html aapg_ai_491.html:64:9061:9077 Paradox Des Moines, Washington +0.257284 palaios_html_8055229939 palaios_html_8055229939:514:61346:61372 Dolores Colorado +0.535413 aapg_ac_406.html aapg_ac_406.html:57:4780:4789 Smackover Arkansas +0.483336 cspg_html_3328007773 cspg_html_3328007773:874:92779:92807 Peace River Victoria, British Columbia +0.479605 gsa_html_8335323050 gsa_html_8335323050:89:7318:7340 North Haven Greenstone New Brunswick, New Jersey +0.268812 aapg_ah_749.html aapg_ah_749.html:3:242:254 Rhode Island Newport, Rhode Island +0.257374 cspg_html_3065473572 cspg_html_3065473572:122:18424:18441 Black River Charlevoix, Michigan +0.682195 aapg_aa_399.html aapg_aa_399.html:290:23230:23238 Niobrara Colorado +0.269538 cspg_html_2769629211 cspg_html_2769629211:223:26153:26175 Fort Simpson Hay River (Canada) +0.493136 sedimentology_html_8180487315 sedimentology_html_8180487315:1448:111020:111024 Ross Stroudsburg, Pennsylvania +0.475896 aapg_ae_143.html aapg_ae_143.html:71:8404:8437 Gilwood Swan Hill, Victoria +0.490941 aapg_ai_709.html aapg_ai_709.html:21:2227:2233 Carmel Judea +0.24598 aapg_af_859.html aapg_af_859.html:14:2476:2482 Lissie Beaumont, Texas +0.496392 palaios_html_2585421264 palaios_html_2585421264:776:73340:73362 Rockland Melbourne, Florida +0.70944 geology_html_9210804293 geology_html_9210804293:63:5019:5032 Thaynes Logan, Utah +0.247995 cspg_html_7086880709 cspg_html_7086880709:188:21902:21913 Willow Lake Mackenzie River +0.499724 aapg_ae_803.html aapg_ae_803.html:480:59373:59395 Todos Santos Santa Rosa, California +0.47773 jgeology_html_9824086356 jgeology_html_9824086356:1010:64315:64321 Oliver London, Ontario +0.466851 cspg_html_1870927435 cspg_html_1870927435:32:4396:4411 Nisku Southern Alberta +0.293335 palaios_html_9731740258 palaios_html_9731740258:404:45159:45178 Greenhorn Pueblo, Colorado +0.475134 gsa_html_7248164569 gsa_html_7248164569:1162:81189:81198 Extension Portland, Maine +0.715104 AMJC_html_5390933660 AMJC_html_5390933660:510:48706:48727 Waits River Bennington, Vermont +0.269698 gsa_html_3445493534 gsa_html_3445493534:452:50957:50975 Monterey Hondo, Texas +0.277665 palaios_html_9267862209 palaios_html_9267862209:104:12484:12490 Morgan Tulsa, Oklahoma +0.25647 geology_html_9497740632 geology_html_9497740632:198:16256:16260 Bond North Atlantic Current +0.470155 gsa_html_7384517973 gsa_html_7384517973:884:78205:78233 Green River Colorado +0.877 palaios_html_2048556014 palaios_html_2048556014:781:72793:72812 Conasauga Alabama +0.4693 cspg_html_7833083677 cspg_html_7833083677:1527:131048:131053 Yukon Anchorage, Alaska +0.507392 gsa_html_1595958918 gsa_html_1595958918:748:52365:52393 Green River Colorado +0.253272 palaios_html_3022467877 palaios_html_3022467877:89:9854:9875 Hornerstown Navesink River +0.25284 aapg_ad_170.html aapg_ad_170.html:183:18559:18573 Chainman Reno, Nevada +0.471378 aapg_ae_415.html aapg_ae_415.html:457:61179:61188 Mansfield Alabama +0.070563 gsa_html_4415707577 gsa_html_4415707577:106:11879:11888 Red River Red River of the North +0.4805 gsa_html_5625878232 gsa_html_5625878232:258:36419:36438 Gabriola Hornby Island +0.248 aapg_ae_767.html aapg_ae_767.html:27:3242:3254 Dockum New Mexico +0.254464 cspg_html_7135913551 cspg_html_7135913551:701:52252:52259 Laramie Cheyenne, Wyoming +0.507528 aapg_ae_544.html aapg_ae_544.html:180:22684:22689 Eagle Niobrara, Nebraska +0.259534 cspg_html_4655200751 cspg_html_4655200751:317:38870:38888 Birdbear Canada +0.503388 aapg_ah_271.html aapg_ah_271.html:46:6110:6129 Cotton Valley Texas +0.26312 aapg_aa_287.html aapg_aa_287.html:402:47914:47925 Viking Lacombe, Alberta +0.250318 aapg_aa_717.html aapg_aa_717.html:57:8382:8401 Gatesburg Pennsylvania +0.468369 aapg_ah_370.html aapg_ah_370.html:8:994:1014 Squaw Bay Thunder Bay +0.261105 cspg_html_2928630722 cspg_html_2928630722:106:13894:13902 Belcourt Pine River (Michigan) +0.260084 geology_html_6414512469 geology_html_6414512469:57:5025:5033 San Luis Colorado +0.25647 sedimentology_html_3358647812 sedimentology_html_3358647812:825:74912:74927 Mesaverde New Mexico +0.258028 cspg_html_1172345501 cspg_html_1172345501:90:9951:9959 Columbia Victoria, British Columbia +0.262566 aapg_ai_468.html aapg_ai_468.html:29:3843:3860 Bossier Cotton Valley, Louisiana +0.49476 aapg_ae_369.html aapg_ae_369.html:339:34303:34308 Gordo Tishomingo, Mississippi +0.249804 aapg_ad_653.html aapg_ad_653.html:610:84221:84247 Chuckanut Washington (state) +0.487272 aapg_ai_876.html aapg_ai_876.html:3:337:345 Michigan Michigan +0.494284 cspg_html_8089302449 cspg_html_8089302449:26:4420:4440 Dawson Bay Manitoba +0.51948 aapg_ac_785.html aapg_ac_785.html:43:8415:8449 Barnett Texas +0.254514 gsa_html_8499611670 gsa_html_8499611670:168:21309:21329 Rio Banano Ganges +0.265608 gsa_html_6433065427 gsa_html_6433065427:84:9651:9656 Bouse Lake Mead +0.25641 aapg_ah_505.html aapg_ah_505.html:700:54032:54038 Denver Green Mountain +0.274032 cspg_html_9725676031 cspg_html_9725676031:685:73704:73727 Viking Lacombe, Alberta +0.875772 aapg_af_149.html aapg_af_149.html:4:287:301 Frio Texas +0.273408 aapg_ad_3.html aapg_ad_3.html:274:24562:24578 Nittany Pennsylvania +0.261117 aapg_aa_240.html aapg_aa_240.html:258:18920:18928 Richmond Bridgetown, Nova Scotia +0.276651 aapg_ai_957.html aapg_ai_957.html:392:43083:43091 Beaumont Kingsville, Ontario +0.928855 aapg_ad_808.html aapg_ad_808.html:971:64897:64905 Cloverly Cheyenne, Wyoming +0.2615 sedimentology_html_3917671511 sedimentology_html_3917671511:1090:60671:60675 Hall London, Ontario +0.241516 gsa_html_7040053075 gsa_html_7040053075:1149:121005:121037 Sierra California +0.254508 gsa_html_6763351946 gsa_html_6763351946:599:67634:67646 Fayetteville Arkansas +0.237888 gsa_html_9921287588 gsa_html_9921287588:692:72647:72653 Provo Pyrenees +0.253272 aapg_ah_863.html aapg_ah_863.html:19:2481:2489 Columbia Victoria, British Columbia +0.484785 sedimentology_html_3526020464 sedimentology_html_3526020464:758:51282:51286 Java Borneo +0.255458 aapg_ad_766.html aapg_ad_766.html:105:12314:12322 Colorado Mancos, Colorado +0.251835 palaios_html_3022467877 palaios_html_3022467877:121:14480:14501 Hornerstown Closter, New Jersey +0.252396 gsa_html_1254347878 gsa_html_1254347878:414:46000:46021 Siyeh Boise, Idaho +0.520434 gsa_html_7563529869 gsa_html_7563529869:605:54481:54509 Green River Colorado +0.240548 geology_html_6881575972 geology_html_6881575972:193:19750:19758 Colorado Platte River +0.255972 gsa_html_4543270561 gsa_html_4543270561:721:63928:63938 Point Loma Naval Auxiliary Landing Field San Clemente Island +0.80256 aapg_af_551.html aapg_af_551.html:17:2075:2086 Lake Valley Rift Valley lakes +0.268299 aapg_af_579.html aapg_af_579.html:226:24366:24382 Navajo Kayenta, Arizona +0.254478 aapg_af_684.html aapg_af_684.html:33:4192:4209 Cowlitz Pacific Northwest +0.48825 aapg_ac_241.html aapg_ac_241.html:65:7867:7875 Virginia Maryland +0.459836 aapg_ai_276.html aapg_ai_276.html:32:5102:5114 Rhode Island Block Island +0.259518 jgeology_html_6388378441 jgeology_html_6388378441:380:31836:31857 Berino New Mexico +0.53298 aapg_ah_644.html aapg_ah_644.html:3:387:394 Rierdon Williston Basin +0.482816 aapg_ai_52.html aapg_ai_52.html:84:12150:12156 Tulare Rancho Santa Margarita, California +0.230874 aapg_ae_415.html aapg_ae_415.html:834:103105:103122 Chipola Mississippi River +0.477785 cspg_html_1118978429 cspg_html_1118978429:514:50844:50878 Kootenay Lacombe, Alberta +0.49714 aapg_ah_364.html aapg_ah_364.html:50:5269:5276 Saginaw Washtenaw County, Michigan +0.263662 gsa_html_7151930388 gsa_html_7151930388:820:71637:71647 Las Cruces Albuquerque, New Mexico +0.48501 aapg_af_706.html aapg_af_706.html:36:3758:3780 Oswego Woods County, Oklahoma +0.252 sedimentology_html_7399126879 sedimentology_html_7399126879:1274:67698:67713 Lee Kentucky +0.48034 palaios_html_4335779426 palaios_html_4335779426:661:66059:66068 Aux Vases Williamson County, Texas +0.251954 palaios_html_3028956190 palaios_html_3028956190:65:6501:6529 Bar River Manitoulin Island +0.489168 gsa_html_9052101586 gsa_html_9052101586:475:57500:57511 Peoria Lake Michigan +0.500016 aapg_aa_298.html aapg_aa_298.html:628:85366:85381 Leduc Redwater, Texas +0.497552 gsa_html_5322476843 gsa_html_5322476843:1125:99411:99439 Green River Iran +0.247996 sedimentology_html_9378527223 sedimentology_html_9378527223:117:8675:8681 Dakota Ward (LDS Church) +0.849156 aapg_ae_391.html aapg_ae_391.html:771:77849:77855 Salado Delaware +0.263088 cspg_html_1450375831 cspg_html_1450375831:20:2801:2836 Waterfowl Lacombe, Alberta +0.273942 aapg_ad_722.html aapg_ad_722.html:208:18506:18526 San Andres Artesia, New Mexico +0.484748 aapg_ad_466.html aapg_ad_466.html:1103:118236:118256 Vincentown Closter, New Jersey +0.233727 jgeology_html_6186634367 jgeology_html_6186634367:89:5506:5531 Supai Grand Canyon +0.496837 cspg_html_1993014403 cspg_html_1993014403:57:7116:7135 Gladstone Cut Bank, Montana +0.274432 aapg_ad_466.html aapg_ad_466.html:1534:162358:162366 Yorktown Virginia +0.2626 palaios_html_5200400776 palaios_html_5200400776:36:3353:3375 Trout Valley Portland, Maine +0.498225 cspg_html_9735723617 cspg_html_9735723617:1668:151655:151672 Mould Bay District Council of Franklin Harbour +0.270914 aapg_af_839.html aapg_af_839.html:7:879:887 Traverse Michigan +0.250498 aapg_ac_295.html aapg_ac_295.html:136:13155:13184 Basal Cambridge +0.887116 cspg_html_7779401416 cspg_html_7779401416:54:6866:6876 St. Edmund Manitoulin Island +0.520149 aapg_af_785.html aapg_af_785.html:90:9260:9269 Nanafalia Rockdale, Texas +0.55521 aapg_af_482.html aapg_af_482.html:72:9651:9673 Todos Santos Guatemala +0.475449 gsa_html_9181545711 gsa_html_9181545711:612:59415:59433 Fountain Manitou Springs, Colorado +0.47583 aapg_ah_654.html aapg_ah_654.html:1013:104515:104554 Gypsum Spring Cheyenne, Wyoming +0.50388 gsa_html_2631333653 gsa_html_2631333653:1430:109874:109902 Green River Colorado +0.519108 aapg_aa_147.html aapg_aa_147.html:292:35939:35957 Deadwood Winnipeg +0.493296 AMJC_html_9500753417 AMJC_html_9500753417:546:66982:67003 Tibbit Hill Quebec City +0.5092 aapg_ac_728.html aapg_ac_728.html:332:35355:35362 El Paso Hudspeth County, Texas +0.48316 cspg_html_7678738599 cspg_html_7678738599:239:29607:29644 Paskapoo Western Canadian Sedimentary Basin +0.472833 aapg_ae_319.html aapg_ae_319.html:18:2610:2616 Navajo Uinta Mountains +0.226632 aapg_ah_28.html aapg_ah_28.html:427:40292:40303 San Antonio Texas +0.504339 gsa_html_7102550258 gsa_html_7102550258:1762:155566:155594 Green River Colorado +0.514539 aapg_ah_378.html aapg_ah_378.html:280:26553:26568 Queen New Mexico +0.270319 cspg_html_4298557570 cspg_html_4298557570:206:29624:29638 St. Mary River Edmonton, London +0.27132 cspg_html_5017240192 cspg_html_5017240192:80:10083:10107 Mission Canyon Williston Basin +0.252234 aapg_ai_17.html aapg_ai_17.html:1093:72068:72077 Catahoula Texas +0.904112 aapg_aa_44.html aapg_aa_44.html:254:33352:33360 Moenkopi Chinle Formation +0.902331 aapg_ai_144.html aapg_ai_144.html:439:39130:39138 Colorado Lacombe, Alberta +0.457612 aapg_ad_871.html aapg_ad_871.html:486:43394:43401 Genshaw Newtown Creek +0.246456 cspg_html_3023030263 cspg_html_3023030263:19:2924:2946 Medicine Hat Colorado +0.257544 palaios_html_3796939457 palaios_html_3796939457:469:42087:42105 Woodbine Arlington, Texas +0.252003 aapg_aa_23.html aapg_aa_23.html:797:102872:102894 Fisher Inwood, New York +0.49278 gsa_html_6159434365 gsa_html_6159434365:1225:93875:93903 Green River Colorado +0.45872 aapg_aa_289.html aapg_aa_289.html:191:19304:19315 Horse Range Great Basin +0.261542 aapg_ae_794.html aapg_ae_794.html:528:57651:57671 Owl Creek Coon Creek Formation +0.2667 cspg_html_2134728186 cspg_html_2134728186:169:19132:19144 Sustut Victoria, British Columbia +0.48096 aapg_ah_214.html aapg_ah_214.html:269:33687:33699 Saskatchewan Regina, Saskatchewan +0.249951 geology_html_1098024541 geology_html_1098024541:217:21299:21305 Pueblo Colorado +0.247486 aapg_ad_920.html aapg_ad_920.html:19:1986:2019 Hartselle Alabama +0.260019 aapg_ae_324.html aapg_ae_324.html:498:50143:50150 Tellico Farragut, Tennessee +0.259072 aapg_ak_60.html aapg_ak_60.html:717:75182:75187 Swift Bay of Fundy +0.262276 aapg_af_575.html aapg_af_575.html:696:95381:95394 Thrifty Harpersville, Alabama +0.488814 aapg_ad_3.html aapg_ad_3.html:89:8767:8780 Conococheague Pennsylvania +0.28504 aapg_ah_873.html aapg_ah_873.html:492:41322:41328 Jordan Baltimore +0.48174 aapg_ae_75.html aapg_ae_75.html:43:7296:7299 Abo Colina, Chile +0.479048 AMJC_html_4147467903 AMJC_html_4147467903:1316:124679:124683 Kent West Texas +0.270918 sedimentology_html_3630532949 sedimentology_html_3630532949:27:1879:1891 Saskatchewan Edmonton, London +0.25443 aapg_ai_424.html aapg_ai_424.html:26:3423:3432 Minnelusa Black Hills +0.261 gsa_html_8398449001 gsa_html_8398449001:54:4694:4703 Bear Lake Lake Bonneville +0.263626 gsa_html_9052101586 gsa_html_9052101586:454:53853:53864 Peoria Peoria, Illinois +0.488948 aapg_ae_957.html aapg_ae_957.html:1396:60615:60621 Casper Cheyenne, Wyoming +0.257808 aapg_ad_466.html aapg_ad_466.html:447:53111:53123 Mount Laurel Monmouth +0.241964 aapg_af_703.html aapg_af_703.html:186:20112:20122 Cumberland Kentucky +0.254016 gsa_html_5625878232 gsa_html_5625878232:173:25244:25268 Cedar District Sucia Island +0.24837 aapg_ai_980.html aapg_ai_980.html:825:75056:75071 Swift Sunriver, Oregon +0.66468 aapg_ae_981.html aapg_ae_981.html:425:36457:36467 Bainbridge Missouri River +0.27508 cspg_html_9683836416 cspg_html_9683836416:537:76460:76482 Judith River Canada +0.257033 gsa_html_6426465509 gsa_html_6426465509:447:39952:39962 West Point Seattle +0.409494 aapg_ai_857.html aapg_ai_857.html:38:5610:5628 Rustler Salado, Texas +0.274548 aapg_ac_222.html aapg_ac_222.html:311:40468:40484 Chinle Chinle Formation +0.485077 aapg_ai_49.html aapg_ai_49.html:311:39161:39169 San Luis New Mexico +0.247835 sedimentology_html_3170574188 sedimentology_html_3170574188:401:48054:48058 Hall London, Ontario +0.249996 aapg_ah_530.html aapg_ah_530.html:119:11235:11252 Sly Gap New Mexico +0.24651 sedimentology_html_2171858556 sedimentology_html_2171858556:305:31228:31237 Mansfield Montgomery (town), New York +0.891087 aapg_ad_821.html aapg_ad_821.html:383:28517:28525 Gallatin Gallatin, Tennessee +0.497466 aapg_ah_751.html aapg_ah_751.html:55:4352:4360 Woodbine Central Texas +0.461681 geology_html_8283566786 geology_html_8283566786:69:6230:6245 Verde Verde River +0.25573 cspg_html_3860685167 cspg_html_3860685167:970:88969:88989 Mount Head Lacombe, Alberta +0.467484 aapg_ai_17.html aapg_ai_17.html:176:12257:12276 Catahoula Shreveport, Louisiana +0.256035 gsa_html_7692114034 gsa_html_7692114034:15:819:827 Columbia Victoria, British Columbia +0.473324 gsa_html_8152640301 gsa_html_8152640301:36:3680:3746 Naknek Anchorage, Alaska +0.502992 gsa_html_8531594123 gsa_html_8531594123:594:67624:67630 Antler Reno, Nevada +0.276627 aapg_ae_22.html aapg_ae_22.html:738:57245:57251 Herald Texas +0.271405 sedimentology_html_2165832672 sedimentology_html_2165832672:1305:88184:88216 Cutler Colorado +0.248346 aapg_ad_958.html aapg_ad_958.html:388:38873:38895 Gilmore City Smith County, Kansas +0.258516 jgeology_html_5136863421 jgeology_html_5136863421:941:56329:56337 Santiago Chile +0.498419 aapg_ae_59.html aapg_ae_59.html:497:43566:43572 Casper Cheyenne, Wyoming +0.275624 AMJC_html_1252169248 AMJC_html_1252169248:1107:103780:103785 Piper Eastern Canada +0.502086 aapg_ai_66.html aapg_ai_66.html:21:2826:2846 Mesaverde Mancos, Colorado +0.270279 aapg_ah_647.html aapg_ah_647.html:645:72001:72005 Earp Colina, Chile +0.442728 aapg_af_751.html aapg_af_751.html:306:40584:40596 San Fernando Santa Monica, California +0.71357 aapg_ad_758.html aapg_ad_758.html:62:7858:7868 Fort Scott Illinois +0.270351 aapg_ae_181.html aapg_ae_181.html:34:5487:5503 Mt Lytton Texas +0.2515 aapg_ai_326.html aapg_ai_326.html:239:29570:29581 Port Jervis Closter, New Jersey +0.840264 aapg_ae_296.html aapg_ae_296.html:5:866:880 Yeso San Angelo, Texas +0.49192 cspg_html_6278093686 cspg_html_6278093686:217:16078:16087 Baldonnel Victoria, British Columbia +0.237168 aapg_ae_263.html aapg_ae_263.html:37:3768:3776 Virginia Pennsylvania +0.2548 AMJC_html_5969956211 AMJC_html_5969956211:1174:156202:156208 Denver Colorado +0.250708 aapg_aa_684.html aapg_aa_684.html:34:4316:4323 Thaynes Cheyenne, Wyoming +0.268323 aapg_ah_318.html aapg_ah_318.html:1800:168384:168403 Smackover Shreveport, Louisiana +0.23465 aapg_ai_918.html aapg_ai_918.html:51:7153:7165 Gothic Chimney Rock, North Carolina +0.241032 aapg_ak_132.html aapg_ak_132.html:233:24214:24229 Armas El Salvador, Misamis Oriental +0.24617 aapg_ai_28.html aapg_ai_28.html:835:79599:79605 Goliad Victoria, British Columbia +0.507311 gsa_html_2832151886 gsa_html_2832151886:382:30066:30090 Frontier Lima, Ohio +0.49632 cspg_html_8727758678 cspg_html_8727758678:629:20931:20942 Peace River Lacombe, Alberta +0.479718 aapg_ad_717.html aapg_ad_717.html:372:40158:40168 Word Coahuila +0.484803 aapg_ae_268.html aapg_ae_268.html:408:38505:38526 Pottsville Warren County, Ohio +0.25095 aapg_af_381.html aapg_af_381.html:76:9357:9362 Sespe Santa Monica Mountains +0.26162 gsa_html_4117757201 gsa_html_4117757201:69:5383:5411 Green River New Mexico +0.476042 aapg_aa_44.html aapg_aa_44.html:255:33766:33774 Moenkopi Colorado +0.47215 aapg_ae_305.html aapg_ae_305.html:1073:92618:92629 Arkadelphia Venezuela +0.251082 sedimentology_html_5673709888 sedimentology_html_5673709888:975:42609:42626 Arcadia Melbourne, Florida +0.4826 cspg_html_5807593737 cspg_html_5807593737:29:4722:4727 Nisku Williston, Vermont +0.854841 aapg_ae_415.html aapg_ae_415.html:311:40951:40962 Mint Spring Mississippi River +0.240051 aapg_ai_157.html aapg_ai_157.html:89:11919:11925 Guelph Guelph +0.48692 aapg_ai_523.html aapg_ai_523.html:38:4585:4602 Chinle Chinle Formation +0.473841 geology_html_1451099275 geology_html_1451099275:116:10983:10997 Fire Lake Kayah State +0.430344 gsa_html_8881958017 gsa_html_8881958017:597:55740:55767 Nicola Victoria, British Columbia +0.483912 aapg_af_575.html aapg_af_575.html:899:128361:128383 Marble Falls Llano, Texas +0.77679 aapg_ac_881.html aapg_ac_881.html:620:73682:73690 Deadwood Williston, Vermont +0.249831 aapg_af_727.html aapg_af_727.html:135:15674:15700 Goliad Oakville, California +0.48433 aapg_ah_27.html aapg_ah_27.html:21:2682:2695 Barnett South Florida metropolitan area +0.250428 cspg_html_3354282978 cspg_html_3354282978:790:91503:91532 Swan Hills Canada +0.258063 aapg_ah_529.html aapg_ah_529.html:169:14751:14760 Roubidoux The Ozarks +0.260925 palaios_html_1521536752 palaios_html_1521536752:679:63521:63526 Price Greenbrier County Schools +0.242063 aapg_aa_23.html aapg_aa_23.html:797:102815:102834 Moose Lake Inwood, New York +0.262636 gsa_html_1248731493 gsa_html_1248731493:96:9206:9214 Columbia Victoria, British Columbia +0.256011 aapg_ac_671.html aapg_ac_671.html:76:6765:6786 Kinderhook Valmeyer, Illinois +0.26 gsa_html_7446479786 gsa_html_7446479786:536:55304:55311 Goddard Barbados +0.4085 cspg_html_7779401416 cspg_html_7779401416:198:24108:24129 Fossil Hill Bruce Peninsula National Park +0.472884 gsa_html_8241338635 gsa_html_8241338635:739:76188:76210 Horse Spring Reno, Nevada +0.266766 gsa_html_8774590177 gsa_html_8774590177:356:37989:37998 Whitehall Shoreham Nuclear Power Plant +0.264668 aapg_ai_49.html aapg_ai_49.html:396:50666:50671 Supai Naco, Sonora +0.475566 aapg_af_469.html aapg_af_469.html:497:58452:58460 Humboldt Reno, Nevada +0.264708 sedimentology_html_4339244746 sedimentology_html_4339244746:751:49403:49411 Syracuse Ohio +0.244496 aapg_ah_859.html aapg_ah_859.html:213:24970:24986 Lisbon Lisbon +0.48724 gsa_html_5015599008 gsa_html_5015599008:737:62930:62940 Mill Creek Regina, Saskatchewan +0.253009 jgeology_html_4599466962 jgeology_html_4599466962:208:15804:15812 Onondaga Schoharie Creek +0.26129 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11531:11557 Earp Supai, Arizona +0.463624 aapg_ac_574.html aapg_ac_574.html:234:26558:26576 John Day Salem, Oregon +0.470496 gsa_html_5081991493 gsa_html_5081991493:902:73968:73973 Uinta Logan, Utah +0.249488 palaios_html_1699095880 palaios_html_1699095880:255:24619:24629 Washington South America +0.27126 sedimentology_html_1857016084 sedimentology_html_1857016084:345:13637:13645 Colorado Niwot, Colorado +0.447456 aapg_ah_337.html aapg_ah_337.html:248:29117:29128 San Antonio Bexar County, Texas +0.274052 sedimentology_html_1046729113 sedimentology_html_1046729113:1877:152883:152901 Dunvegan Canada +0.493569 geology_html_7916171900 geology_html_7916171900:11:581:589 Montreal Montreal +0.258856 cspg_html_3097746547 cspg_html_3097746547:209:27202:27222 Cadomin Lacombe, Alberta +0.253206 cspg_html_1173833070 cspg_html_1173833070:12:1492:1500 Lea Park Edmonton, London +0.48267 aapg_af_854.html aapg_af_854.html:840:118554:118571 Renault Illinois +0.253935 AMJC_html_5471526645 AMJC_html_5471526645:11:582:588 Reston Virginia +0.25654 sedimentology_html_6788685177 sedimentology_html_6788685177:136:11953:11958 Crete Sea of Marmara +0.259072 gsa_html_8517233795 gsa_html_8517233795:688:62674:62680 Thrifty London, Ontario +0.518916 aapg_ai_49.html aapg_ai_49.html:369:47331:47347 Morgan Colorado +0.48504 aapg_ac_971.html aapg_ac_971.html:73:9953:9958 Utica Richmond, California +0.492264 gsa_html_2369908260 gsa_html_2369908260:120:9081:9093 Independence California Water Wars +0.229738 gsa_html_3701935694 gsa_html_3701935694:483:47537:47556 Cram Hill Bennington, Vermont +0.262614 cspg_html_6154668421 cspg_html_6154668421:16:1766:1779 Wabamun Lacombe, Alberta +0.715088 aapg_ai_998.html aapg_ai_998.html:36:5667:5672 Eutaw Alabama +0.48909 aapg_ai_105.html aapg_ai_105.html:33:5274:5291 Oquirrh Lampasas, Texas +0.263153 aapg_ac_575.html aapg_ac_575.html:296:46585:46595 Phosphoria Cheyenne, Wyoming +0.526473 cspg_html_4666332434 cspg_html_4666332434:76:12593:12604 Belly River Lacombe, Alberta +0.263652 aapg_ai_105.html aapg_ai_105.html:12:1624:1638 Duchesne River Middle East +0.274032 AMJC_html_5421639085 AMJC_html_5421639085:12:724:732 Virginia Reston, Virginia +0.281561 aapg_ae_335.html aapg_ae_335.html:77:8007:8020 Sundance Carbon County, Wyoming +0.490795 gsa_html_2905575126 gsa_html_2905575126:759:68857:68866 San Diego California +0.500681 sedimentology_html_9665687367 sedimentology_html_9665687367:753:58625:58643 Monterey Melbourne, Florida +0.24432 geology_html_3422918246 geology_html_3422918246:209:22142:22175 Choptank Maryland +0.25636 geology_html_7064273234 geology_html_7064273234:396:25610:25616 Snyder California +0.48545 cspg_html_1104474892 cspg_html_1104474892:570:65563:65575 Saskatchewan Lethbridge +0.272459 aapg_ac_621.html aapg_ac_621.html:50:5864:5885 Wood Siding Nebraska +0.478856 aapg_ah_654.html aapg_ah_654.html:172:15852:15856 Wendover Gallatin, Tennessee +0.26265 sedimentology_html_8103241482 sedimentology_html_8103241482:1879:68441:68456 Nisku Lacombe, Alberta +0.481265 aapg_aa_47.html aapg_aa_47.html:806:96686:96694 Colorado Colorado +0.238095 cspg_html_2419618566 cspg_html_2419618566:582:77005:77010 Yukon Victoria, British Columbia +0.268462 cspg_html_8775315691 cspg_html_8775315691:431:51065:51082 Wilcox Texas +0.455952 aapg_ac_910.html aapg_ac_910.html:116:12486:12492 Laguna Cabuyao, Laguna +0.469044 aapg_af_745.html aapg_af_745.html:457:63482:63497 Mt Lytton Bloomington, Indiana +0.480102 aapg_ah_283.html aapg_ah_283.html:410:44666:44680 Cowlitz Salem, Oregon +0.51678 aapg_ae_474.html aapg_ae_474.html:864:88057:88064 Cypress Bethel, Alaska +0.257346 sedimentology_html_3854944886 sedimentology_html_3854944886:522:17973:17977 Hall London, Ontario +0.257556 cspg_html_7817594878 cspg_html_7817594878:477:62002:62010 Columbia Victoria, British Columbia +0.383946 aapg_ae_74.html aapg_ae_74.html:382:35296:35312 Chinle San Juan, Argentina +0.498076 cspg_html_2198503252 cspg_html_2198503252:268:14391:14406 Ouray New Mexico +0.246993 gsa_html_3225734041 gsa_html_3225734041:755:65398:65419 Wissahickon Rockford, Illinois +0.261919 aapg_ae_681.html aapg_ae_681.html:107:13679:13688 Smackover Mississippi River +0.184212 aapg_aa_23.html aapg_aa_23.html:793:101799:101814 Interlake Winnipeg +0.26418 aapg_ac_377.html aapg_ac_377.html:70:6747:6755 Woodside North West Shelf Venture +0.49712 gsa_html_9181545711 gsa_html_9181545711:522:47836:47845 Ingleside Colorado +0.470439 aapg_ah_507.html aapg_ah_507.html:272:22427:22449 Basal Pennsylvania +0.2575 aapg_af_625.html aapg_af_625.html:695:71523:71528 Utica Ohio +0.493812 aapg_ad_695.html aapg_ad_695.html:229:14128:14140 Sparta Minden, Louisiana +0.264698 aapg_ai_835.html aapg_ai_835.html:168:17302:17307 Price Corpus Christi, Texas +0.261112 cspg_html_4286634979 cspg_html_4286634979:33:4085:4100 Pense Regina, Saskatchewan +0.450688 gsa_html_1826402027 gsa_html_1826402027:469:53295:53310 Verde Verde Valley +0.249991 sedimentology_html_3021996168 sedimentology_html_3021996168:53:5189:5224 Fort Crittenden Arizona +0.473068 aapg_ac_473.html aapg_ac_473.html:452:60535:60556 Phosphoria Logan, Utah +0.237614 aapg_aa_654.html aapg_aa_654.html:197:30226:30240 Espiritu Santo Sangre de Cristo Range +0.260075 aapg_ac_65.html aapg_ac_65.html:314:27678:27703 Robinson Turkey Creek, Louisiana +0.392126 aapg_ah_527.html aapg_ah_527.html:33:4135:4158 Lone Mountain Reno, Nevada +0.254349 cspg_html_2729673354 cspg_html_2729673354:9:1520:1534 Colorado Lacombe, Alberta +0.45472 jgeology_html_3899973304 jgeology_html_3899973304:501:31629:31647 Hurricane Mountain Bennington, Vermont +0.26664 sedimentology_html_2664292498 sedimentology_html_2664292498:1274:89254:89262 Santiago Santiago +0.475896 cspg_html_9343899465 cspg_html_9343899465:540:51763:51776 Weatherall Melville, New York +0.415667 aapg_ai_720.html aapg_ai_720.html:245:27586:27603 Raritan Fire Island (Anchorage, Alaska) +0.717216 aapg_ad_864.html aapg_ad_864.html:1097:56126:56142 Lisbon Alabama +0.2646 sedimentology_html_1293089455 sedimentology_html_1293089455:30:1837:1849 Fayetteville Durham, North Carolina +0.246753 cspg_html_5586087088 cspg_html_5586087088:272:33925:33936 Coal Valley Lacombe, Alberta +0.472192 gsa_html_8179386002 gsa_html_8179386002:1803:170904:170936 San Fernando Forsyth, Missouri +0.482832 palaios_html_4940783464 palaios_html_4940783464:69:8174:8192 Yakataga Gulf of Alaska +0.246402 aapg_ad_871.html aapg_ad_871.html:381:36527:36534 Genshaw Rockport, Massachusetts +0.4977 aapg_ae_855.html aapg_ae_855.html:156:16124:16134 North Horn Flagstaff, Arizona +0.4692 aapg_ah_974.html aapg_ah_974.html:141:13481:13485 Frio Texas +0.495104 geology_html_7972092371 geology_html_7972092371:301:26101:26105 Hall Austin, Chicago +0.45291 aapg_ah_835.html aapg_ah_835.html:22:3876:3892 Borden Chinle Formation +0.45684 aapg_ac_222.html aapg_ac_222.html:151:22209:22215 Denver Colorado +0.5174 aapg_aa_792.html aapg_aa_792.html:518:57277:57287 San Andres Guadalupe Mountains National Park +0.255458 palaios_html_9887300007 palaios_html_9887300007:34:4014:4024 Washington San Juan Islands +0.256928 jgeology_html_3171318738 jgeology_html_3171318738:910:46909:46917 Colorado Denver +0.253967 cspg_html_2976104632 cspg_html_2976104632:597:58317:58336 Kootenai Great Falls (Missouri River) +0.720824 aapg_ae_681.html aapg_ae_681.html:32:5154:5172 Norphlet Mississippi River +0.516115 aapg_ae_171.html aapg_ae_171.html:668:66851:66863 Dakota Colorado +0.251715 cspg_html_3762708087 cspg_html_3762708087:170:22490:22506 Viking Suffield, Connecticut +0.505284 aapg_ah_372.html aapg_ah_372.html:10:1614:1626 Midway Texas +0.24255 aapg_ac_574.html aapg_ac_574.html:314:35411:35430 Esmeralda Reno, Nevada +0.482729 aapg_ad_418.html aapg_ad_418.html:101:9095:9101 Borden Bloomington, Indiana +0.269037 aapg_ac_668.html aapg_ac_668.html:66:6892:6897 Mingo Logan, Utah +0.257033 aapg_ac_563.html aapg_ac_563.html:386:54351:54358 El Abra Carrasco International Airport +0.23406 palaios_html_1708031813 palaios_html_1708031813:584:49000:49008 Arikaree Cheyenne, Wyoming +0.489599 aapg_af_575.html aapg_af_575.html:397:53949:53971 Lime Creek Sheffield station +0.2565 aapg_ad_351.html aapg_ad_351.html:691:59939:59951 Reeds Spring Burlington, Ontario +0.484632 cspg_html_8363357104 cspg_html_8363357104:274:37968:37989 Survey Peak Mons +0.259045 aapg_ac_766.html aapg_ac_766.html:637:79627:79640 Apache Canyon West Texas +0.256332 gsa_html_7442738603 gsa_html_7442738603:989:99530:99534 Bond Earth +0.472604 gsa_html_4344028849 gsa_html_4344028849:59:4289:4317 Green River Colorado +0.488335 cspg_html_7654055630 cspg_html_7654055630:109:13721:13739 Granite Wash Lacombe, Alberta +0.24926 aapg_ac_201.html aapg_ac_201.html:71:6478:6487 East Fork Chandalar River +0.254664 cspg_html_1124814558 cspg_html_1124814558:35:4963:4981 Lea Park CFB Cold Lake +0.504868 aapg_ad_580.html aapg_ad_580.html:468:61322:61342 Fort Union Cheyenne, Wyoming +0.250494 aapg_ai_390.html aapg_ai_390.html:109:13594:13607 Santa Barbara California +0.264704 aapg_ac_305.html aapg_ac_305.html:211:21254:21267 Crystal River Williston, Vermont +0.249996 sedimentology_html_5280211633 sedimentology_html_5280211633:1925:132191:132195 Hall London, Ontario +0.29328 aapg_ah_645.html aapg_ah_645.html:424:51283:51301 Sundance Black Hills +0.259072 gsa_html_5567409097 gsa_html_5567409097:668:64505:64521 Midway Austin, Chicago +0.24549 cspg_html_9157093462 cspg_html_9157093462:358:45435:45468 Halfway Victoria, British Columbia +0.477044 gsa_html_1361916335 gsa_html_1361916335:639:61368:61385 Entrada Logan, Utah +0.259811 aapg_aa_71.html aapg_aa_71.html:263:22043:22095 Onondaga Indiana County, Pennsylvania +0.263755 cspg_html_9941227593 cspg_html_9941227593:49:7323:7376 Bakken Regina, Saskatchewan +0.24948 cspg_html_6953269830 cspg_html_6953269830:58:7287:7295 Edmonton Calgary +0.254478 aapg_ad_214.html aapg_ad_214.html:81:8697:8704 Edwards Oak Ridge, Tennessee +0.48246 sedimentology_html_5952967873 sedimentology_html_5952967873:643:48918:48922 Hall London, Ontario +0.489082 geology_html_4376492235 geology_html_4376492235:12:588:599 Main Street Texas +0.264132 cspg_html_3097746547 cspg_html_3097746547:209:27133:27149 Fernie Lacombe, Alberta +0.489538 sedimentology_html_5613495298 sedimentology_html_5613495298:822:40539:40547 Colorado West, Texas +0.472884 sedimentology_html_2258839384 sedimentology_html_2258839384:271:21153:21160 Yucatan Uxmal +0.456743 cspg_html_2232872826 cspg_html_2232872826:663:64654:64679 Beaverhill Canada +0.25143 aapg_ah_394.html aapg_ah_394.html:295:28279:28290 Pine Island Lisbon +0.24353 aapg_aa_224.html aapg_aa_224.html:254:21943:21961 Lane Mexico +0.262584 aapg_ai_107.html aapg_ai_107.html:720:66945:66962 Hosston Pedernales Province +0.465528 aapg_ad_3.html aapg_ad_3.html:136:12125:12134 Gatesburg Pennsylvania +0.499149 gsa_html_7136430736 gsa_html_7136430736:577:57848:57854 Snyder Earth +0.259128 gsa_html_1465687448 gsa_html_1465687448:375:47337:47364 Hillabee Greenstone Alabama +0.260051 aapg_ae_324.html aapg_ae_324.html:561:57093:57110 Tellico Sevier orogeny +0.895862 aapg_af_397.html aapg_af_397.html:259:32231:32238 Entrada Entrada Sandstone +0.267285 cspg_html_5973552270 cspg_html_5973552270:114:15243:15268 Beaverhill Lacombe, Alberta +0.505296 sedimentology_html_3592910316 sedimentology_html_3592910316:1263:75275:75280 Piper Bridgetown, Nova Scotia +0.259045 gsa_html_5064963350 gsa_html_5064963350:101:11315:11323 Columbia Victoria, British Columbia +0.40508 aapg_aa_45.html aapg_aa_45.html:163:19626:19644 Moenkopi Kaibab, Arizona +0.34968 cspg_html_7866465429 cspg_html_7866465429:232:24403:24415 Owens Valley California +0.472054 aapg_ac_240.html aapg_ac_240.html:44:4974:4996 Burro Canyon Colorado +0.501723 aapg_ae_574.html aapg_ae_574.html:147:19047:19060 Carlile Weston, Florida +0.494091 aapg_ac_882.html aapg_ac_882.html:305:29512:29530 Fairview Cincinnati +0.247835 aapg_ai_542.html aapg_ai_542.html:10:1349:1364 Lance Colorado +0.269336 aapg_ai_986.html aapg_ai_986.html:230:24342:24350 Quadrant Hermosa, Chicago +0.252813 cspg_html_6786864151 cspg_html_6786864151:63:8266:8288 Trent River Qualicum River +0.516526 aapg_af_653.html aapg_af_653.html:789:89482:89500 Vaqueros California +0.462031 aapg_ah_505.html aapg_ah_505.html:1806:146056:146064 Colorado Douglas County, Colorado +0.500511 geology_html_4781601757 geology_html_4781601757:60:6297:6308 San Jacinto Lake Elsinore, California +0.498759 sedimentology_html_3417381350 sedimentology_html_3417381350:1593:110622:110640 Monterey California +0.525888 aapg_ai_80.html aapg_ai_80.html:448:45290:45298 Richmond Kentucky +0.250901 cspg_html_8312989046 cspg_html_8312989046:666:75955:75963 Columbia Victoria, British Columbia +0.267806 sedimentology_html_9633602572 sedimentology_html_9633602572:1653:77954:77961 Shields Western Canadian Sedimentary Basin +0.24947 aapg_aa_77.html aapg_aa_77.html:76:7917:7924 Jackson Chester, Pennsylvania +0.506232 sedimentology_html_8006979411 sedimentology_html_8006979411:1643:111741:111749 Dunvegan Lacombe, Alberta +0.2605 cspg_html_5954266359 cspg_html_5954266359:477:53889:53930 Bonaventure New Brunswick, New Jersey +0.255474 aapg_ae_959.html aapg_ae_959.html:348:29231:29245 Word Guadalupe Mountains National Park +0.246909 cspg_html_5241714595 cspg_html_5241714595:698:103174:103192 Saskatchewan Regina, Saskatchewan +0.256432 aapg_aa_954.html aapg_aa_954.html:289:27350:27367 Cypress Illinois +0.255528 aapg_ae_305.html aapg_ae_305.html:1041:88556:88561 Colon Maracaibo +0.488814 aapg_ac_393.html aapg_ac_393.html:33:3490:3495 Atoka Denver +0.510291 aapg_af_897.html aapg_af_897.html:163:14183:14199 Boggy Atoka, Oklahoma +0.462031 palaios_html_6100595217 palaios_html_6100595217:484:52622:52634 Gosport Sand Lisbon +0.248446 cspg_html_5141367518 cspg_html_5141367518:8:877:887 Blackstone Bearpaw Formation +0.263652 cspg_html_9501006975 cspg_html_9501006975:469:51916:51934 Dunvegan Canada +0.254514 aapg_ae_873.html aapg_ae_873.html:92:11396:11404 Woodbine Lewisville, Texas +0.256536 aapg_aa_898.html aapg_aa_898.html:111:14395:14416 Green River Uinta Mountains +0.263971 aapg_af_652.html aapg_af_652.html:193:17598:17616 Dewey Lake New Mexico +0.269336 aapg_ai_969.html aapg_ai_969.html:41:4290:4301 Belly River Regina, Saskatchewan +0.490049 palaios_html_8447729660 palaios_html_8447729660:515:53785:53793 Michigan Cheyenne, Wyoming +0.250712 aapg_ai_717.html aapg_ai_717.html:31:4937:4949 Pierre Florence, Alabama +0.498688 AMJC_html_3632105729 AMJC_html_3632105729:793:90752:90762 Washington Salem, Oregon +0.466749 aapg_ah_328.html aapg_ah_328.html:256:26185:26203 Frontier Cheyenne, Wyoming +0.258362 aapg_af_355.html aapg_af_355.html:169:21341:21347 Denver Colorado +0.477405 cspg_html_8362959053 cspg_html_8362959053:9:939:951 Luscar Lacombe, Alberta +0.26214 aapg_ah_894.html aapg_ah_894.html:80:12802:12829 Kingak Middle East +0.265161 AMJC_html_1873062106 AMJC_html_1873062106:823:92924:92942 Morrison New Mexico +0.256122 aapg_af_305.html aapg_af_305.html:75:7539:7557 Hosston Cotton Valley, Louisiana +0.4656 sedimentology_html_1591727938 sedimentology_html_1591727938:1209:72989:72994 Yukon Canada +0.271272 cspg_html_2548317649 cspg_html_2548317649:242:22092:22104 Cooking Lake Middle East +0.250976 geology_html_4431824234 geology_html_4431824234:290:21500:21508 Colorado Denver +0.248805 aapg_ai_936.html aapg_ai_936.html:278:42816:42861 Slope North Slope Borough, Alaska +0.25844 cspg_html_9365429794 cspg_html_9365429794:6:423:441 Amaranth Manitoba +0.282828 cspg_html_6069707248 cspg_html_6069707248:52:6889:6897 Montreal Quebec City +0.259139 cspg_html_4223391205 cspg_html_4223391205:287:42359:42367 Columbia Victoria, British Columbia +0.468468 aapg_ac_983.html aapg_ac_983.html:390:61156:61175 Wyandotte Kansas City, Kansas +0.2655 aapg_ae_465.html aapg_ae_465.html:142:14435:14464 Smackover Miller County, Arkansas +0.25245 aapg_ae_231.html aapg_ae_231.html:82:7441:7449 Onondaga New Scotland, New York +0.472602 aapg_ai_7.html aapg_ai_7.html:177:14713:14731 Nacatoch Arkansas +0.250488 sedimentology_html_7082794090 sedimentology_html_7082794090:933:61146:61150 Hall London, Ontario +0.48925 aapg_ae_68.html aapg_ae_68.html:346:41962:41979 Oquirrh Reno, Nevada +0.257424 aapg_ac_835.html aapg_ac_835.html:1063:154429:154437 Tensleep Worland, Wyoming +0.50827 aapg_ad_581.html aapg_ad_581.html:187:25385:25405 Waynesboro San Fernando Valley +0.507501 aapg_ai_584.html aapg_ai_584.html:1017:106223:106234 Cassa Cheyenne, Wyoming +0.269874 aapg_ad_169.html aapg_ad_169.html:373:43337:43350 Maccrady Greenbrier (Great Smoky Mountains) +0.25908 aapg_ai_932.html aapg_ai_932.html:534:84663:84676 Santa Barbara Monterey, California +0.267253 aapg_ac_528.html aapg_ac_528.html:443:52026:52034 Colorado Englewood, New Jersey +0.270391 aapg_ad_52.html aapg_ad_52.html:67:7856:7864 Michigan Jonesville, Louisiana +0.257554 geology_html_9979781724 geology_html_9979781724:283:22890:22900 Washington Washington (state) +0.518175 aapg_ai_784.html aapg_ai_784.html:33:4030:4038 Michigan Ohio +0.263133 cspg_html_9872589627 cspg_html_9872589627:11:1218:1235 Halfway Middle East +0.452505 aapg_ah_82.html aapg_ah_82.html:75:7270:7276 Sierra Torreon, Torrance County, New Mexico +0.25296 aapg_ai_49.html aapg_ai_49.html:156:17449:17452 Abo Colorado +0.267674 sedimentology_html_7623092448 sedimentology_html_7623092448:4164:218016:218022 Brazil Earth +0.532467 aapg_ae_392.html aapg_ae_392.html:205:17908:17919 White River Batesville, Arkansas +0.49556 cspg_html_1019614994 cspg_html_1019614994:226:35554:35623 Big Valley Lacombe, Alberta +0.8298 aapg_ad_145.html aapg_ad_145.html:13:1296:1315 Mesaverde Wasatch Range +0.479 gsa_html_7498897688 gsa_html_7498897688:1823:133039:133048 San Diego Mexico +0.2652 aapg_ad_564.html aapg_ad_564.html:5520:450801:450817 Navajo Logan, Utah +0.474195 gsa_html_4067767548 gsa_html_4067767548:413:39570:39589 Hillabee Greenstone Alabama +0.479539 aapg_aa_147.html aapg_aa_147.html:291:35558:35576 Winnipeg Regina, Saskatchewan +0.264187 aapg_ah_160.html aapg_ah_160.html:13:2196:2204 Michigan Ohio +0.48853 cspg_html_9843429624 cspg_html_9843429624:122:14858:14883 Beaverhill Lacombe, Alberta +0.242985 aapg_ah_327.html aapg_ah_327.html:292:26412:26419 Madison Williston, Vermont +0.479232 aapg_af_143.html aapg_af_143.html:638:57217:57242 Astoria Newport, Rhode Island +0.25029 geology_html_3335667448 geology_html_3335667448:91:7560:7576 Merced California +0.263133 jgeology_html_3391865091 jgeology_html_3391865091:851:50143:50158 Frio Texas +0.5206 aapg_af_728.html aapg_af_728.html:130:15875:15891 Tyler Lewistown, Pennsylvania +0.304914 aapg_ac_93.html aapg_ac_93.html:283:29904:29923 Smackover Shreveport, Louisiana +0.498419 aapg_ad_2.html aapg_ad_2.html:1320:181273:181290 Cobourg Utica, New York +0.2705 aapg_aa_147.html aapg_aa_147.html:714:73206:73218 Saskatchewan Saskatoon +0.480459 sedimentology_html_6295528506 sedimentology_html_6295528506:85:8284:8300 Long Point Middle Ordovician +0.26883 aapg_af_614.html aapg_af_614.html:80:6707:6726 Smackover Lisbon +0.26265 cspg_html_4530154552 cspg_html_4530154552:104:16596:16628 Montney Manitoba +0.511 gsa_html_5713869898 gsa_html_5713869898:29:2796:2824 Green River Colorado +0.258055 aapg_ad_52.html aapg_ad_52.html:1091:118195:118210 Coldwater Michigan +0.493136 aapg_af_854.html aapg_af_854.html:512:68563:68573 Fort Payne Fort Payne, Alabama +0.480768 cspg_html_4326384800 cspg_html_4326384800:770:107124:107145 Slave Point Lacombe, Alberta +0.481584 cspg_html_5381643866 cspg_html_5381643866:33:4705:4718 Elk Victoria, British Columbia +0.501072 aapg_ad_329.html aapg_ad_329.html:250:31696:31716 Mahantango Pennsylvania +0.252296 gsa_html_7808051457 gsa_html_7808051457:742:74895:74912 Dotsero Colorado +0.512904 cspg_html_1841843683 cspg_html_1841843683:83:14302:14310 Sawtooth Williston Basin +0.87703 aapg_aa_147.html aapg_aa_147.html:830:84088:84109 Stony Mountain Manitoba +0.492297 aapg_ah_519.html aapg_ah_519.html:193:20318:20333 Wayan Boise, Idaho +0.26316 aapg_aa_419.html aapg_aa_419.html:521:46486:46494 Richmond Penrith, New South Wales +0.459576 aapg_aa_301.html aapg_aa_301.html:195:18558:18578 Copenhagen Antelope Valley Freeway +0.252504 gsa_html_3330587082 gsa_html_3330587082:386:32892:32910 Rangeley Portland, Maine +0.488696 gsa_html_1119256423 gsa_html_1119256423:571:51076:51093 White River Platte River +0.26104 aapg_ah_318.html aapg_ah_318.html:1932:178539:178545 Sierra Zacatecas, Zacatecas +0.4785 aapg_ae_960.html aapg_ae_960.html:201:18579:18594 Woodford Chattanooga, Tennessee +0.26784 aapg_ad_400.html aapg_ad_400.html:170:16097:16113 Maroon Moenkopi Formation +0.256512 palaios_html_3561205174 palaios_html_3561205174:12:570:576 Denver Colorado +0.268822 cspg_html_9717154602 cspg_html_9717154602:359:48191:48212 Belly River Bow River +0.20615 aapg_ae_203.html aapg_ae_203.html:40:3011:3020 Olentangy Ohio +0.479182 aapg_ac_841.html aapg_ac_841.html:273:35018:35033 Coban El Salvador, Misamis Oriental +0.477402 cspg_html_5241714595 cspg_html_5241714595:657:98099:98107 Columbia Victoria, British Columbia +0.480072 aapg_ae_296.html aapg_ae_296.html:39:4529:4535 Blaine Texas +0.252003 aapg_af_357.html aapg_af_357.html:196:20879:20884 Salem Salem, Massachusetts +0.484748 aapg_ai_236.html aapg_ai_236.html:144:13048:13058 Washington Venango, Pennsylvania +0.244829 aapg_ah_378.html aapg_ah_378.html:232:22179:22195 Salado Salado, Texas +0.26622 aapg_ai_614.html aapg_ai_614.html:61:9952:9975 Brushy Canyon West, Texas +0.25653 aapg_ah_370.html aapg_ah_370.html:5:644:661 Genshaw Rockport, Massachusetts +0.250494 sedimentology_html_6811924239 sedimentology_html_6811924239:554:27882:27893 Santa Clara Santa Monica, California +0.454986 aapg_aa_4.html aapg_aa_4.html:240:32112:32138 West Falls Chemung, New York +0.271956 sedimentology_html_6315541271 sedimentology_html_6315541271:1329:77883:77922 Bruce Perth, Western Australia +0.253422 gsa_html_5262754204 gsa_html_5262754204:176:21810:21815 Stump Lajitas, Texas +0.265738 jgeology_html_3669018334 jgeology_html_3669018334:981:55174:55184 San Miguel Mexico +0.26664 aapg_aa_702.html aapg_aa_702.html:1322:138617:138633 Salado Carlsbad, New Mexico +0.545054 aapg_ah_646.html aapg_ah_646.html:362:43472:43488 Chinle Colorado +0.27234 aapg_af_497.html aapg_af_497.html:786:73631:73649 Niobrara Colorado +0.244944 cspg_html_3231136569 cspg_html_3231136569:6:299:308 Ice River Victoria, British Columbia +0.257535 cspg_html_8840748783 cspg_html_8840748783:612:75916:75936 Colorado Canada +0.902496 gsa_html_5107598462 gsa_html_5107598462:479:43863:43869 Salina Salina, Kansas +0.494429 aapg_aa_24.html aapg_aa_24.html:1088:110432:110437 Yukon McConnell Air Force Base +0.253356 sedimentology_html_7486236177 sedimentology_html_7486236177:75:9864:9885 Snowy Range Gallatin, Tennessee +0.25168 palaios_html_7769060899 palaios_html_7769060899:529:50683:50700 White River Chadron, Nebraska +0.276148 aapg_af_713.html aapg_af_713.html:135:13506:13523 Rodessa Smith County, Kansas +0.488376 aapg_af_489.html aapg_af_489.html:31:3141:3164 San Miguel Texas +0.278256 cspg_html_3354282978 cspg_html_3354282978:467:61291:61315 Leduc Swan Hill, Victoria +0.512327 aapg_ae_345.html aapg_ae_345.html:345:23515:23520 Eutaw Tuscaloosa, Alabama +0.893009 aapg_ac_235.html aapg_ac_235.html:445:47048:47056 Morrison Colorado +0.70029 cspg_html_1962846283 cspg_html_1962846283:45:6424:6438 Kootenay Victoria, British Columbia +0.243512 aapg_ae_803.html aapg_ae_803.html:75:9735:9745 Santa Cruz Guatemala +0.26664 gsa_html_9452548338 gsa_html_9452548338:58:4046:4074 Green River Colorado +0.907848 cspg_html_1498300615 cspg_html_1498300615:102:12780:12795 Cairn Lacombe, Alberta +0.530185 gsa_html_7102550258 gsa_html_7102550258:810:91213:91223 Springdale Kayenta, Arizona +0.2418 palaios_html_1222907427 palaios_html_1222907427:594:59225:59241 Chinle Arizona +0.444612 aapg_af_727.html aapg_af_727.html:212:23757:23765 Colorado New Mexico +0.493028 aapg_ac_995.html aapg_ac_995.html:353:28881:28897 Werner Arkansas +0.471843 geology_html_1573138807 geology_html_1573138807:250:23689:23708 Pinyon Conglomerate Cheyenne, Wyoming +0.254016 geology_html_3106921824 geology_html_3106921824:60:6612:6633 Clinchfield Chesapeake Bay +0.25938 aapg_ai_243.html aapg_ai_243.html:5:716:726 Tuscaloosa Mississippi River +0.24947 cspg_html_4233306187 cspg_html_4233306187:650:71812:71818 Oxford England +0.721428 aapg_ae_961.html aapg_ae_961.html:334:26041:26050 Greenhorn Cheyenne, Wyoming +0.481068 aapg_ad_760.html aapg_ad_760.html:49:7027:7043 Modelo Santa Clara, California +0.255474 cspg_html_3043423556 cspg_html_3043423556:214:26685:26697 Devon Island Bathurst Island (Northern Territory) +0.433016 cspg_html_6163998187 cspg_html_6163998187:523:60267:60281 Bullhead Victoria, British Columbia +0.263176 aapg_ae_551.html aapg_ae_551.html:134:13448:13467 Etchegoin California +0.465696 aapg_ac_366.html aapg_ac_366.html:487:47208:47217 Tuscarora Juniata County School District +0.25957 gsa_html_1123895791 gsa_html_1123895791:190:15061:15069 Santiago San Francisco +0.266207 aapg_ad_258.html aapg_ad_258.html:378:44201:44209 Catskill Chemung, New York +0.474549 aapg_aa_322.html aapg_aa_322.html:38:4623:4637 Woodford Arbuckle, California +0.490782 gsa_html_3069013284 gsa_html_3069013284:35:3014:3082 Chinle Earth +0.47058 aapg_ah_656.html aapg_ah_656.html:607:59496:59509 Cherry Canyon Delaware +0.253492 aapg_ad_351.html aapg_ad_351.html:522:44995:45014 Northview Chattanooga, Tennessee +0.48288 jgeology_html_1505596087 jgeology_html_1505596087:949:67092:67102 San Miguel Guanajuato, Guanajuato +0.243936 sedimentology_html_2817326778 sedimentology_html_2817326778:585:33267:33275 Virginia Middle Ordovician +0.478611 palaios_html_6756694640 palaios_html_6756694640:1037:83924:83932 Virginia Mexico +0.485645 gsa_html_9875126362 gsa_html_9875126362:1078:93907:93935 Green River Colorado +0.25584 cspg_html_6702053097 cspg_html_6702053097:10:1166:1187 Lawrence Quebec City +0.263048 gsa_html_7102550258 gsa_html_7102550258:745:84320:84337 Kayenta Kayenta, Arizona +0.244188 aapg_ah_77.html aapg_ah_77.html:43:6746:6757 Green River Cheyenne, Wyoming +0.254388 aapg_ah_801.html aapg_ah_801.html:51:4907:4917 Washington Wabash River +0.247416 aapg_aa_731.html aapg_aa_731.html:299:39093:39108 Rockdale Western world +0.2435 aapg_ah_428.html aapg_ah_428.html:431:51427:51435 Caballos El Paso, Texas +0.518916 gsa_html_1361916335 gsa_html_1361916335:838:75814:75842 Green River Colorado +0.498456 geology_html_7991599785 geology_html_7991599785:13:658:668 Las Cruces New Mexico +0.265738 cspg_html_5828545040 cspg_html_5828545040:351:35924:35948 Salado West Texas +0.262614 aapg_af_288.html aapg_af_288.html:589:65644:65667 Brushy Canyon Texas +0.24596 cspg_html_4694482219 cspg_html_4694482219:24:3224:3241 Bearpaw Lacombe, Alberta +0.259077 aapg_ae_73.html aapg_ae_73.html:826:105975:105983 Colorado Las Animas County, Colorado +0.248 aapg_ac_529.html aapg_ac_529.html:218:22825:22833 Colorado Denver +0.487104 cspg_html_7086537250 cspg_html_7086537250:696:100133:100157 Lower Elk Point Lacombe, Alberta +0.484295 aapg_ai_28.html aapg_ai_28.html:181:15911:15918 Lagarto Beaumont, Texas +0.469224 aapg_ah_49.html aapg_ah_49.html:72:9074:9095 Mint Canyon Castaic, California +0.242824 aapg_ah_283.html aapg_ah_283.html:435:48002:48008 Oregon Washington (state) +0.250857 jgeology_html_1703143627 jgeology_html_1703143627:858:53830:53838 Colorado San Juan, Argentina +0.482377 sedimentology_html_8798234923 sedimentology_html_8798234923:1121:83854:83864 Washington Salem, Oregon +0.486401 geology_html_8531397175 geology_html_8531397175:17:968:978 Santa Cruz Santa Cruz, California +0.476545 cspg_html_6608209149 cspg_html_6608209149:558:55074:55078 Kent Williston Basin +0.49452 gsa_html_9052101586 gsa_html_9052101586:519:64489:64513 Peoria Peoria, Illinois +0.27089 cspg_html_6417125323 cspg_html_6417125323:24:2690:2698 Imperial Winnipeg +0.250976 cspg_html_4298557570 cspg_html_4298557570:193:27168:27192 St. Mary River Edmonton, London +0.494505 gsa_html_7808051457 gsa_html_7808051457:835:80147:80155 Colorado Colorado +0.252525 aapg_af_915.html aapg_af_915.html:43:4619:4626 Bearpaw Edmonton, London +0.255518 aapg_ae_415.html aapg_ae_415.html:910:114126:114145 Paynes Hammock Alabama +0.476748 aapg_ah_754.html aapg_ah_754.html:138:16295:16312 Burrard Nanaimo +0.478353 aapg_ai_28.html aapg_ai_28.html:953:87716:87726 Rio Grande Texas +0.254976 aapg_ae_728.html aapg_ae_728.html:518:44128:44136 Colorado Colorado +0.486837 aapg_ai_794.html aapg_ai_794.html:3:330:338 Michigan Ohio +0.257048 geology_html_5242825349 geology_html_5242825349:11:549:560 Bedford London, Ontario +0.48776 cspg_html_3104351736 cspg_html_3104351736:26:3268:3285 Belly River Lacombe, Alberta +0.47785 cspg_html_4382149016 cspg_html_4382149016:15:1845:1866 Lawrence Quebec City +0.249488 geology_html_7647446171 geology_html_7647446171:361:28500:28505 Spray Sudbury, Suffolk +0.27108 aapg_ai_813.html aapg_ai_813.html:44:8314:8320 Barrow Prudhoe Bay Oil Field +0.263144 aapg_ad_945.html aapg_ad_945.html:331:35742:35754 Saskatchewan Lacombe, Alberta +0.240172 cspg_html_3772380029 cspg_html_3772380029:422:54142:54161 Red River Manitoba +0.261085 gsa_html_4308966435 gsa_html_4308966435:1120:110856:110874 Morrison Colorado Plateau +0.265698 aapg_af_664.html aapg_af_664.html:11:1516:1520 Word El Reno, Oklahoma +0.365229 aapg_ai_87.html aapg_ai_87.html:327:31091:31107 Exshaw Wapiti River +0.492345 aapg_ae_319.html aapg_ae_319.html:467:38883:38894 Skull Creek Weber River +0.493506 cspg_html_6647936472 cspg_html_6647936472:508:48786:48808 Winnipegosis Williston Basin +0.478676 aapg_ah_871.html aapg_ah_871.html:437:48856:48861 Laval Lowville (town), New York +0.838134 gsa_html_4067269733 gsa_html_4067269733:1077:102923:102941 Colorado Arizona +0.261121 cspg_html_4407096618 cspg_html_4407096618:597:50766:50777 Peace River Victoria, British Columbia +0.486303 cspg_html_7115701337 cspg_html_7115701337:40:5951:5970 Kaskapau Lacombe, Alberta +0.23184 gsa_html_8051402894 gsa_html_8051402894:229:28785:28805 Colorado Arizona +0.250976 geology_html_8437329166 geology_html_8437329166:249:19154:19169 Orocopia Schist California +0.487705 aapg_ad_757.html aapg_ad_757.html:235:28217:28223 Wilcox Okmulgee, Oklahoma +0.489599 cspg_html_4664502755 cspg_html_4664502755:590:74459:74474 Pense Regina, Saskatchewan +0.238422 gsa_html_1538463681 gsa_html_1538463681:461:38237:38253 Morita Sonora +0.262656 aapg_ai_986.html aapg_ai_986.html:158:17273:17285 Marble Falls Illinois +0.262584 aapg_af_488.html aapg_af_488.html:88:7917:7923 Almond Western world +0.481461 aapg_af_479.html aapg_af_479.html:4:540:558 Cabrillo California +0.48513 cspg_html_2796643803 cspg_html_2796643803:25:4367:4375 Deadwood Regina, Saskatchewan +0.471156 aapg_ad_466.html aapg_ad_466.html:67:7003:7011 Monmouth Matawan, New Jersey +0.24087 aapg_ai_566.html aapg_ai_566.html:3:388:400 Saskatchewan Lacombe, Alberta +0.263796 geology_html_2881397713 geology_html_2881397713:38:2801:2825 Montoya Texas +0.23863 AMJC_html_7984049819 AMJC_html_7984049819:696:74338:74355 Kittery Western world +0.23377 aapg_ac_633.html aapg_ac_633.html:59:6583:6607 Arroyo Rio Arriba County, New Mexico +0.244989 geology_html_7922337916 geology_html_7922337916:19:1521:1537 Navajo North Sea oil +0.517874 cspg_html_6839937815 cspg_html_6839937815:299:42943:42951 Toroweap Kaibab, Arizona +0.503949 aapg_ae_147.html aapg_ae_147.html:292:29261:29275 Pico South Mountains (Arizona) +0.262566 geology_html_5131566986 geology_html_5131566986:240:23437:23443 Snyder California +0.249344 sedimentology_html_6951714124 sedimentology_html_6951714124:597:54514:54526 Saskatchewan Regina, Saskatchewan +0.500123 aapg_ae_1.html aapg_ae_1.html:90:11223:11230 Cardium Lacombe, Alberta +0.265176 aapg_ah_646.html aapg_ah_646.html:138:16447:16470 Moenkopi Moenkopi Formation +0.488516 geology_html_2265365356 geology_html_2265365356:106:10295:10301 Antler Victoria, British Columbia +0.4807 aapg_ah_53.html aapg_ah_53.html:24:3067:3083 Elwren Bloomington, Indiana +0.471735 cspg_html_2929384614 cspg_html_2929384614:20:2508:2526 Montney Lacombe, Alberta +0.229824 cspg_html_8818854104 cspg_html_8818854104:758:79917:79931 Bullhead Victoria, British Columbia +0.260598 aapg_aa_797.html aapg_aa_797.html:109:13752:13764 Cutler Logan, Utah +0.253482 geology_html_6225848515 geology_html_6225848515:418:22942:22949 Francis London, Ontario +0.500388 sedimentology_html_3238300064 sedimentology_html_3238300064:940:70067:70085 Norphlet Mississippi River +0.272363 sedimentology_html_2706602351 sedimentology_html_2706602351:29:2198:2203 Price North Carolina +0.272986 aapg_ae_1.html aapg_ae_1.html:86:11081:11102 Tuscaloosa Mississippi River +0.332232 cspg_html_7985076717 cspg_html_7985076717:298:29712:29727 Aston Canadian Arctic Archipelago +0.27248 aapg_ah_318.html aapg_ah_318.html:806:84465:84484 Smackover Arkansas +0.25351 cspg_html_8891363498 cspg_html_8891363498:195:18387:18401 Drake Bay Prince of Wales Island (Nunavut) +0.265104 palaios_html_8064020973 palaios_html_8064020973:523:61094:61125 Chinle Logan, Utah +0.278254 cspg_html_1378826439 cspg_html_1378826439:392:37368:37384 Viking Lacombe, Alberta +0.251804 aapg_ak_21.html aapg_ak_21.html:97:11299:11306 Madison Cheyenne, Wyoming +0.26631 aapg_ac_920.html aapg_ac_920.html:72:11378:11395 Oquirrh Montello, Nevada +0.455157 aapg_ae_467.html aapg_ae_467.html:656:51432:51445 Detroit River Michigan +0.243486 sedimentology_html_7330318168 sedimentology_html_7330318168:1431:91648:91652 Hall London, Ontario +0.476652 gsa_html_1860930948 gsa_html_1860930948:766:75604:75623 Cloverly Cheyenne, Wyoming +0.524538 aapg_ah_869.html aapg_ah_869.html:51:6096:6102 Dakota Colorado +0.282988 aapg_ae_310.html aapg_ae_310.html:79:9268:9276 Woodbine Grayson County, Kentucky +0.260064 aapg_ae_182.html aapg_ae_182.html:247:28241:28249 Saratoga Bellevue, Nebraska +0.249344 cspg_html_4450068317 cspg_html_4450068317:6:414:422 Columbia Victoria, British Columbia +0.25856 aapg_ac_824.html aapg_ac_824.html:3:294:302 Colorado Colorado +0.280884 aapg_ah_745.html aapg_ah_745.html:167:15454:15463 Maquoketa Maquoketa, Iowa +0.467064 aapg_ak_4.html aapg_ak_4.html:606:62704:62712 Colorado Denver +0.478028 cspg_html_5402891623 cspg_html_5402891623:6:373:390 Halfway Victoria, British Columbia +0.262128 aapg_af_248.html aapg_af_248.html:5:1760:1766 Midway Texas +0.496071 cspg_html_1934220426 cspg_html_1934220426:40:5269:5287 Goodrich Shaftesbury +0.495159 aapg_ah_537.html aapg_ah_537.html:24:3955:3976 Green River Logan, Utah +0.263682 aapg_ae_204.html aapg_ae_204.html:186:15872:15892 Clearwater Western world +0.49851 cspg_html_3664126562 cspg_html_3664126562:18:2621:2638 Cardium Lacombe, Alberta +0.25376 gsa_html_4234009219 gsa_html_4234009219:524:45525:45557 Whitemud Regina, Saskatchewan +0.284616 aapg_ae_959.html aapg_ae_959.html:1750:125610:125622 Belle Plains Wichita, Kansas +0.262144 aapg_ac_253.html aapg_ac_253.html:323:40174:40181 Manlius New Scotland, New York +0.25787 geology_html_3335667448 geology_html_3335667448:51:4533:4549 Rockland Rockland County, New York +0.44365 cspg_html_7281679890 cspg_html_7281679890:777:96294:96303 Porcupine Middle Ordovician +0.258048 cspg_html_1319806239 cspg_html_1319806239:5:208:232 Old Fort Lacombe, Alberta +0.497354 gsa_html_5107598462 gsa_html_5107598462:910:78045:78061 Salina Huntington, West Virginia +0.24549 cspg_html_5973552270 cspg_html_5973552270:88:12998:13026 Beaverhill Swan Hill, Victoria +0.51379 aapg_af_562.html aapg_af_562.html:128:12883:12904 Tuscaloosa Tuscaloosa, Alabama +0.450294 aapg_ai_981.html aapg_ai_981.html:433:34538:34544 Lissie Beaumont, Texas +0.72732 gsa_html_3448554349 gsa_html_3448554349:933:89755:89774 Rockwell Pennsylvania +0.251 cspg_html_1434585715 cspg_html_1434585715:18:2222:2240 Coalspur Lacombe, Alberta +0.273842 aapg_af_393.html aapg_af_393.html:110:16610:16614 Rome Piedmont (United States) +0.49337 gsa_html_2385270880 gsa_html_2385270880:1085:109661:109689 Green River Colorado +0.494328 aapg_ae_35.html aapg_ae_35.html:95:9400:9416 Uinta Wasatch Range +0.253422 geology_html_8881449794 geology_html_8881449794:116:10297:10305 Colorado Pueblo, Colorado +0.254478 cspg_html_9361096527 cspg_html_9361096527:40:8485:8507 Belly River Western world +0.261726 cspg_html_4630116521 cspg_html_4630116521:1324:118326:118352 Sutherland River Devon Island +0.515449 aapg_af_359.html aapg_af_359.html:396:31790:31798 Wolfcamp Texas +0.24849 gsa_html_9499174204 gsa_html_9499174204:1191:97108:97112 Java Indonesia +0.485077 aapg_ah_624.html aapg_ah_624.html:150:15450:15465 Mesaverde Mancos, Colorado +0.27115 aapg_aa_735.html aapg_aa_735.html:186:17062:17078 Ireton Lacombe, Alberta +0.266752 aapg_af_768.html aapg_af_768.html:77:9557:9564 La Luna Southlake, Texas +0.252003 aapg_ai_322.html aapg_ai_322.html:9:589:594 Colon Honduras +0.483041 jgeology_html_2051911211 jgeology_html_2051911211:491:25750:25763 Sandia New Mexico +0.252486 gsa_html_8308045298 gsa_html_8308045298:746:75604:75614 Wind River Cheyenne, Wyoming +0.27606 aapg_ah_125.html aapg_ah_125.html:33:3233:3250 Oswego Kingfisher Country Park +0.48384 gsa_html_9487992082 gsa_html_9487992082:210:26154:26170 Navajo Logan, Utah +0.245 AMJC_html_5516451353 AMJC_html_5516451353:459:48110:48158 Open Hartford, Connecticut +0.26156 cspg_html_3772380029 cspg_html_3772380029:1441:150651:150660 Mattagami Ontario, California +0.488005 aapg_ac_621.html aapg_ac_621.html:150:12726:12739 Willard Auburn, Alabama +0.48724 aapg_ah_253.html aapg_ah_253.html:20:3173:3193 San Andres Logan, Utah +0.50424 aapg_ad_763.html aapg_ad_763.html:624:75157:75167 Kern River Sierra Nevada (Spain) +0.436914 aapg_ae_805.html aapg_ae_805.html:45:6666:6673 Hermosa Hermosa, Chicago +0.476623 aapg_ak_19.html aapg_ak_19.html:11:2036:2044 Columbia California +0.27604 sedimentology_html_8006979411 sedimentology_html_8006979411:1307:98718:98735 Cardium Canada +0.478969 aapg_ai_975.html aapg_ai_975.html:1120:89948:89968 Georgetown Coahuila +0.499639 aapg_ai_17.html aapg_ai_17.html:1308:89533:89542 Catahoula Hattiesburg, Mississippi +0.732088 cspg_html_9825544190 cspg_html_9825544190:43:4971:5004 Stettler Calgary +0.243936 aapg_ai_281.html aapg_ai_281.html:35:5088:5108 Lane Tampico, Illinois +0.247434 aapg_af_291.html aapg_af_291.html:533:58414:58428 Lisburne Northwest Arctic Borough, Alaska +0.501034 aapg_aa_305.html aapg_aa_305.html:12:2595:2608 Cohansey Sand Alabama +0.489255 sedimentology_html_5469051730 sedimentology_html_5469051730:1139:82558:82567 Pueblo Coahuila +0.4888 aapg_af_653.html aapg_af_653.html:1091:130215:130222 Temblor Bitter Creek (Wyoming) +0.486758 gsa_html_1248731493 gsa_html_1248731493:755:69484:69492 Montreal Arctic Cordillera +0.277202 aapg_ae_10.html aapg_ae_10.html:39:5661:5673 Austin Chalk Austin, Chicago +0.260478 aapg_ah_973.html aapg_ah_973.html:22:3494:3508 Monmouth Closter, New Jersey +0.276144 aapg_ad_808.html aapg_ad_808.html:677:43171:43179 Woodside Logan, Utah +0.468312 gsa_html_8863489299 gsa_html_8863489299:536:64407:64412 Crete Crete +0.256432 AMJC_html_3701141304 AMJC_html_3701141304:12:553:563 Washington Seattle +0.48514 cspg_html_5891044027 cspg_html_5891044027:313:60981:61000 Kitchener Victoria, British Columbia +0.493735 aapg_ae_999.html aapg_ae_999.html:330:45959:45969 Washington Tampa, Florida +0.527592 gsa_html_8152640301 gsa_html_8152640301:263:21330:21346 Naknek Talkeetna Mountains +0.485811 cspg_html_6545726692 cspg_html_6545726692:410:48120:48137 Toby Washington (state) +0.266532 aapg_ah_646.html aapg_ah_646.html:390:47613:47629 Chinle Logan, Utah +0.257554 gsa_html_4339524478 gsa_html_4339524478:459:45616:45632 Hurwal Wallowa, Oregon +0.47405 aapg_ad_52.html aapg_ad_52.html:1125:122900:122918 Michigan Michigan +0.26316 jgeology_html_4152045543 jgeology_html_4152045543:734:52310:52328 Gowganda Ontario, California +0.252296 sedimentology_html_7719328277 sedimentology_html_7719328277:863:84471:84495 Salado New Mexico +0.516901 cspg_html_6985536436 cspg_html_6985536436:158:21597:21615 Isachsen Banks Island +0.50445 aapg_ae_161.html aapg_ae_161.html:27:4104:4111 Bearpaw Judith River Formation +0.44392 gsa_html_9152662653 gsa_html_9152662653:15:667:673 Denver Colorado +0.217264 aapg_ae_895.html aapg_ae_895.html:581:47831:47842 Reclamation Denver +0.506184 cspg_html_9713614580 cspg_html_9713614580:286:37998:38011 Turner Valley Lacombe, Alberta +0.50244 cspg_html_5697056884 cspg_html_5697056884:66:7711:7747 Red River Western world +0.236208 cspg_html_8535889489 cspg_html_8535889489:169:24417:24434 Awingak Southern United States +0.258015 gsa_html_4243887096 gsa_html_4243887096:11:519:529 Washington Seattle +0.26145 palaios_html_3140337808 palaios_html_3140337808:459:42866:42888 Florissant Colorado +0.251482 aapg_af_859.html aapg_af_859.html:8:1057:1063 Lissie Beaumont, Texas +0.270648 aapg_ad_461.html aapg_ad_461.html:141:16663:16682 Fox Hills Southern Alberta +0.26059 gsa_html_1119256423 gsa_html_1119256423:563:50276:50293 White River Platte River +0.254508 aapg_af_143.html aapg_af_143.html:412:40040:40046 Oregon Knoxville, Illinois +0.270319 aapg_ah_876.html aapg_ah_876.html:291:37314:37325 Pine Island County Sligo +0.494328 aapg_af_786.html aapg_af_786.html:130:14430:14446 Midway Texas +0.472944 gsa_html_3701935694 gsa_html_3701935694:68:6474:6482 Moretown Bennington, Vermont +0.245514 geology_html_4447793411 geology_html_4447793411:100:7377:7383 Sonora Baja California peninsula +0.392161 aapg_aa_544.html aapg_aa_544.html:274:37336:37344 Niobrara Cheyenne, Wyoming +0.268822 aapg_ae_813.html aapg_ae_813.html:836:71543:71551 Buff Bay Jamaica, Queens +0.468414 aapg_ad_758.html aapg_ad_758.html:340:42395:42406 Summerville Pittsburgh +0.247996 aapg_ac_653.html aapg_ac_653.html:9:1016:1024 Lovelock Reno, Nevada +0.507715 aapg_aa_328.html aapg_aa_328.html:799:61850:61857 Reynosa Matamoros, Tamaulipas +0.240834 aapg_ad_433.html aapg_ad_433.html:18:2702:2707 Yukon Bristol Bay Borough, Alaska +0.460136 aapg_af_897.html aapg_af_897.html:56:7249:7256 Hermosa Atoka, Oklahoma +0.50232 cspg_html_1456761793 cspg_html_1456761793:264:31625:31637 Fort Simpson Canada +0.263 cspg_html_9613527162 cspg_html_9613527162:182:25230:25244 Exshaw North Portal, Saskatchewan +0.48829 aapg_ai_352.html aapg_ai_352.html:23:2870:2881 Black River Russell County, Virginia +0.270399 aapg_ad_958.html aapg_ad_958.html:106:11977:12020 Woodford Chattanooga, Tennessee +0.48513 geology_html_4814912321 geology_html_4814912321:199:21221:21230 Bear Lake Boise, Idaho +0.476341 aapg_ai_999.html aapg_ai_999.html:244:18964:18980 Carmel Logan, Utah +0.477442 aapg_af_568.html aapg_af_568.html:452:39068:39071 Elk Cheyenne, Wyoming +0.498834 gsa_html_6546953900 gsa_html_6546953900:1116:95014:95020 Morgan Hawaii (island) +0.496422 cspg_html_9717154602 cspg_html_9717154602:1043:86757:86773 Horseshoe Canyon Drumheller +0.251446 gsa_html_4071231613 gsa_html_4071231613:1050:106478:106488 Washington Boise, Idaho +0.53376 aapg_aa_682.html aapg_aa_682.html:600:60180:60199 Wyandotte Missouri River +0.511995 cspg_html_4463164802 cspg_html_4463164802:116:13542:13561 Keg River Victoria, British Columbia +0.270399 aapg_af_737.html aapg_af_737.html:500:61350:61359 San Pedro California +0.46158 palaios_html_2945835736 palaios_html_2945835736:123:11900:11919 Willwood Fort Union Trading Post National Historic Site +0.702732 cspg_html_7777724998 cspg_html_7777724998:117:16786:16799 Elk Highwood Pass +0.501468 aapg_ae_419.html aapg_ae_419.html:244:32687:32707 Georgetown Texas +0.26162 sedimentology_html_8989921425 sedimentology_html_8989921425:2031:148457:148461 Hall London, Ontario +0.4725 aapg_af_725.html aapg_af_725.html:202:21462:21472 Washington Cheyenne, Wyoming +0.486588 aapg_ah_871.html aapg_ah_871.html:531:58940:58945 Chazy Montreal +0.499275 aapg_ac_79.html aapg_ac_79.html:28:4164:4183 Tuscarora Huntington, West Virginia +0.500511 aapg_ac_473.html aapg_ac_473.html:16:2697:2707 Phosphoria Boise, Idaho +0.25856 cspg_html_7971908357 cspg_html_7971908357:131:16831:16859 Kishenehn Victoria, British Columbia +0.25853 aapg_ae_705.html aapg_ae_705.html:566:55764:55788 Santa Barbara Ventura County, California +0.265176 cspg_html_1993014403 cspg_html_1993014403:363:43303:43308 Price Victoria, British Columbia +0.480912 aapg_ah_165.html aapg_ah_165.html:188:27511:27527 Interlake Regina, Saskatchewan +0.786608 aapg_ae_534.html aapg_ae_534.html:113:12069:12089 Hemlock Conglomerate Cook Inlet +0.515984 aapg_af_880.html aapg_af_880.html:472:71452:71472 San Andres Texas +0.264195 aapg_af_664.html aapg_af_664.html:308:32566:32576 San Andres San Angelo, Texas +0.46728 aapg_ad_116.html aapg_ad_116.html:177:22384:22389 Joins Belton, Texas +0.251502 aapg_af_887.html aapg_af_887.html:145:14280:14290 Whitehorse West Texas +0.718029 jgeology_html_4704494742 jgeology_html_4704494742:253:25155:25163 Altamaha Savannah River Site +0.485199 aapg_ac_944.html aapg_ac_944.html:237:21136:21160 Arroyo New Mexico +0.468022 sedimentology_html_9522643663 sedimentology_html_9522643663:150:13683:13690 Entrada Carmel, Indiana +0.475048 aapg_ae_243.html aapg_ae_243.html:3:286:302 Custer Texas +0.260051 geology_html_5745933097 geology_html_5745933097:401:28078:28086 Virginia Hampton, New Hampshire +0.2756 aapg_ac_55.html aapg_ac_55.html:172:20737:20746 Manasquan Mount Laurel Township, New Jersey +0.471744 palaios_html_2994452429 palaios_html_2994452429:1717:144303:144320 Montney Denver +0.493028 gsa_html_1549665076 gsa_html_1549665076:736:65962:65972 Washington Salem, Oregon +0.456318 aapg_ad_350.html aapg_ad_350.html:429:46713:46721 Onondaga Huntington, West Virginia +0.247955 gsa_html_8622484687 gsa_html_8622484687:564:51201:51218 Mirador Cordillera Administrative Region +0.68766 cspg_html_4272664788 cspg_html_4272664788:86:13374:13389 Banff Lacombe, Alberta +0.27664 aapg_aa_45.html aapg_aa_45.html:328:41085:41103 Moenkopi Moenkopi Formation +0.466378 aapg_ai_367.html aapg_ai_367.html:41:3302:3307 Tejon Coalinga, California +0.254856 aapg_ac_59.html aapg_ac_59.html:86:11451:11471 Point Loma Carlsbad, New Mexico +0.485586 aapg_ah_90.html aapg_ah_90.html:76:12566:12578 Cedar Mountain Cedar Mountains +0.499905 cspg_html_4666332434 cspg_html_4666332434:493:73077:73089 Judith River Lacombe, Alberta +0.484568 gsa_html_4179834030 gsa_html_4179834030:251:27859:27870 Green River Cheyenne, Wyoming +0.2424 aapg_ad_564.html aapg_ad_564.html:6219:495581:495589 Grosmont CFB Cold Lake +0.840873 aapg_ae_904.html aapg_ae_904.html:144:15189:15203 Sundance Cheyenne, Wyoming +0.465426 aapg_af_575.html aapg_af_575.html:993:143443:143459 Whitehorse Red Deer, Alberta +0.496584 aapg_aa_960.html aapg_aa_960.html:112:9578:9582 Jelm Cheyenne, Wyoming +0.259578 cspg_html_4409656292 cspg_html_4409656292:805:82359:82368 Mackenzie Victoria, British Columbia +0.26977 cspg_html_8231124788 cspg_html_8231124788:187:20630:20655 Vanguard Regina, Saskatchewan +0.471441 aapg_ah_60.html aapg_ah_60.html:107:10175:10198 Peninsula Bristol Bay Borough, Alaska +0.244032 cspg_html_9729377176 cspg_html_9729377176:84:10111:10120 Baldonnel Victoria, British Columbia +0.259434 aapg_ai_595.html aapg_ai_595.html:98:7510:7518 Woodbine Goodland, Kansas +0.26857 aapg_ae_181.html aapg_ae_181.html:225:33944:33960 Ripley Alabama +0.475 gsa_html_3720789279 gsa_html_3720789279:1603:143183:143205 Fields Creek Salem, Oregon +0.46413 aapg_af_812.html aapg_af_812.html:135:12111:12115 Leon Houston +0.266031 cspg_html_1019614994 cspg_html_1019614994:515:89312:89338 Exshaw Lacombe, Alberta +0.265738 aapg_ac_837.html aapg_ac_837.html:9:1251:1261 Phosphoria Little Cottonwood Creek +0.26059 aapg_ad_584.html aapg_ad_584.html:66:8685:8723 Cotton Valley Mississippi River +0.252296 cspg_html_4516258038 cspg_html_4516258038:403:45990:45999 Bay Fiord Bathurst Island (Northern Territory) +0.485586 aapg_ac_965.html aapg_ac_965.html:26:3807:3815 Syracuse Pennsylvania +0.25625 cspg_html_6064089067 cspg_html_6064089067:44:4498:4517 Red River Winnipeg +0.261096 cspg_html_6925296423 cspg_html_6925296423:91:13823:13838 Cairn Canmore, Alberta +0.70522 cspg_html_7409170811 cspg_html_7409170811:166:22490:22496 Exshaw Calgary +0.48756 sedimentology_html_9603159224 sedimentology_html_9603159224:1758:111986:111992 Forbes Oman +0.503496 gsa_html_4071231613 gsa_html_4071231613:1026:103747:103757 Washington Boise, Idaho +0.481707 cspg_html_9011256422 cspg_html_9011256422:365:49413:49421 Columbia Lacombe, Alberta +0.492855 aapg_ac_629.html aapg_ac_629.html:316:40306:40316 Citronelle Beaumont, Texas +0.240972 aapg_ae_59.html aapg_ae_59.html:421:39060:39070 Blackstone Cheyenne, Wyoming +0.268275 gsa_html_6491840124 gsa_html_6491840124:829:67567:67572 Logan Logan, Utah +0.253422 aapg_ai_105.html aapg_ai_105.html:184:20885:20900 Ophir Logan, Utah +0.250228 geology_html_1545045916 geology_html_1545045916:282:23526:23573 Protection South Florida metropolitan area +0.495726 gsa_html_7598355106 gsa_html_7598355106:63:4915:4943 Green River Iran +0.464486 aapg_ai_687.html aapg_ai_687.html:1428:146966:146970 Ladd Atlantic Ocean +0.25039 AMJC_html_3816902366 AMJC_html_3816902366:436:30775:30779 Hall London, Ontario +0.264708 sedimentology_html_8941825370 sedimentology_html_8941825370:1110:61647:61662 Mesaverde Logan, Utah +0.48828 aapg_ac_506.html aapg_ac_506.html:136:14286:14293 Venango Pennsylvania +0.515632 aapg_aa_807.html aapg_aa_807.html:26:3986:4008 Cliff House San Juan, Argentina +0.49707 cspg_html_5950764790 cspg_html_5950764790:68:9967:9982 Nisku Lacombe, Alberta +0.271859 aapg_ae_536.html aapg_ae_536.html:168:18845:18863 Cardium Colorado +0.68093 aapg_af_575.html aapg_af_575.html:1128:162303:162313 Batesville Arkansas +0.476933 cspg_html_2554491454 cspg_html_2554491454:209:32952:32961 Ellerslie Canada +0.50042 aapg_ai_785.html aapg_ai_785.html:3:333:341 Michigan Ohio +0.481874 aapg_af_854.html aapg_af_854.html:1216:172707:172728 Tar Springs Vienna +0.469062 sedimentology_html_9502720439 sedimentology_html_9502720439:151:16156:16165 Sunnyside Kenilworth, Illinois +0.685628 aapg_ah_871.html aapg_ah_871.html:142:17408:17415 Beldens Montreal +0.247008 sedimentology_html_7039507291 sedimentology_html_7039507291:461:43413:43430 Forest Anchorage, Alaska +0.35385 aapg_ad_82.html aapg_ad_82.html:41:5264:5285 Green River Logan, Utah +0.256949 cspg_html_3804945581 cspg_html_3804945581:177:22667:22683 Battle Woodlake, Texas +0.272475 cspg_html_4293350162 cspg_html_4293350162:84:14005:14015 Mount Head Carnarvon, Western Australia +0.494982 aapg_ai_503.html aapg_ai_503.html:265:29465:29487 Grimsby Niagara River +0.258048 aapg_ah_830.html aapg_ah_830.html:9:1220:1230 Washington Reno, Nevada +0.512244 cspg_html_8363357104 cspg_html_8363357104:628:78498:78506 Columbia Victoria, British Columbia +0.497871 cspg_html_3831007171 cspg_html_3831007171:49:6023:6030 Wabamun Saint Kitts and Nevis +0.71253 aapg_ad_317.html aapg_ad_317.html:183:17394:17405 Beekmantown Huntington, West Virginia +0.253967 cspg_html_6472484014 cspg_html_6472484014:625:60100:60119 Bathurst New Brunswick, New Jersey +0.921024 aapg_ai_583.html aapg_ai_583.html:281:34417:34425 Sundance Boise, Idaho +0.242985 palaios_html_5941305386 palaios_html_5941305386:873:92400:92427 Blomidon Canada +0.24139 palaios_html_4223976574 palaios_html_4223976574:259:21546:21555 San Diego California +0.263168 aapg_ah_160.html aapg_ah_160.html:591:58404:58412 Michigan Ohio +0.260091 gsa_html_7214330928 gsa_html_7214330928:523:49032:49049 Claremont San Jacinto, California +0.266848 aapg_af_709.html aapg_af_709.html:56:6540:6548 Imperial Canada +0.49824 cspg_html_5660413005 cspg_html_5660413005:412:47304:47312 Columbia Victoria, British Columbia +0.455749 aapg_ac_484.html aapg_ac_484.html:716:94924:94946 Tejon California +0.464111 aapg_ai_105.html aapg_ai_105.html:237:27189:27206 Madison Uinta Mountains +0.233662 aapg_aa_887.html aapg_aa_887.html:322:39362:39370 Colorado New Mexico +0.279312 aapg_ai_49.html aapg_ai_49.html:467:60004:60008 Naco New Mexico +0.255488 aapg_ac_301.html aapg_ac_301.html:246:30392:30410 Trail Boise, Idaho +0.467892 geology_html_2276070502 geology_html_2276070502:254:23052:23062 Provo Colorado +0.529916 aapg_aa_682.html aapg_aa_682.html:606:61039:61053 Lane Wyandotte, Michigan +0.228542 gsa_html_7173708345 gsa_html_7173708345:801:62667:62688 Forest Fairbanks, Alaska +0.49761 gsa_html_1937048886 gsa_html_1937048886:595:52200:52228 Green River Colorado +0.469614 gsa_html_2605108986 gsa_html_2605108986:96:8896:8915 Matanuska Anchorage, Alaska +0.249498 aapg_af_291.html aapg_af_291.html:521:57313:57334 Sadlerochit Prudhoe Bay Oil Field +0.491898 cspg_html_3550853247 cspg_html_3550853247:26:3073:3081 Columbia Southern Alberta +0.247005 aapg_af_880.html aapg_af_880.html:629:98591:98608 Thrifty Harpersville, Alabama +0.24912 aapg_ah_373.html aapg_ah_373.html:20:1636:1647 Dockum Texas +0.27405 aapg_ai_688.html aapg_ai_688.html:150:19176:19186 Bloomsburg Rochester, Kent +0.240588 palaios_html_5212272868 palaios_html_5212272868:45:5281:5287 Pueblo Colorado +0.259032 gsa_html_4667678389 gsa_html_4667678389:1167:114646:114681 Kingston Peak California +0.388284 cspg_html_7138604143 cspg_html_7138604143:918:83198:83223 Belcher Channel Ellesmere Island +0.243024 gsa_html_5107598462 gsa_html_5107598462:189:17193:17213 Llewellyn Pottsville, Pennsylvania +0.237144 palaios_html_6956866368 palaios_html_6956866368:929:82311:82325 Naco Arizona +0.474447 cspg_html_9361096527 cspg_html_9361096527:668:66004:66020 Oldman Lacombe, Alberta +0.246993 aapg_aa_114.html aapg_aa_114.html:19:3216:3235 Huizachal Mexico +0.250494 aapg_aa_23.html aapg_aa_23.html:314:36745:36764 Athabasca Regina, Saskatchewan +0.26775 aapg_ae_278.html aapg_ae_278.html:1118:118720:118724 Java Sumatra +0.262944 cspg_html_9807337907 cspg_html_9807337907:46:5068:5092 Stony Mountain Manitoba +0.25137 aapg_af_479.html aapg_af_479.html:773:81127:81136 San Diego California +0.492712 cspg_html_1281670295 cspg_html_1281670295:471:47964:47970 Moscow Caucasus Mountains +0.298452 aapg_ad_808.html aapg_ad_808.html:159:12074:12092 Gallatin Gallatin, Tennessee +0.258516 cspg_html_9343899465 cspg_html_9343899465:81:11383:11401 Melville Island Victoria Island (Nigeria) +0.49408 AMJC_html_5144569881 AMJC_html_5144569881:906:85674:85695 Green River Cheyenne, Wyoming +0.254478 aapg_ae_181.html aapg_ae_181.html:98:14054:14070 Ripley Selma to Montgomery marches +0.359307 gsa_html_3860045860 gsa_html_3860045860:1185:107116:107134 John Day Salem, Oregon +0.354536 gsa_html_1636483297 gsa_html_1636483297:868:76194:76211 Wasatch Cheyenne, Wyoming +0.237948 cspg_html_4287356899 cspg_html_4287356899:1456:200537:200551 Lisburne Anchorage, Alaska +0.387584 cspg_html_6839937815 cspg_html_6839937815:270:37847:37854 Thaynes Logan, Utah +0.264195 aapg_ai_877.html aapg_ai_877.html:245:27723:27742 Gatesburg Ohio +0.25245 sedimentology_html_9471968156 sedimentology_html_9471968156:21:1377:1382 Blair Death Valley +0.4888 aapg_ae_473.html aapg_ae_473.html:72:6399:6422 Cotton Valley Cotton Valley, Louisiana +0.49192 aapg_ac_529.html aapg_ac_529.html:104:12196:12214 Oakville Texas +0.384874 aapg_ac_301.html aapg_ac_301.html:80:10863:10879 Eureka Quartzite Reno, Nevada +0.265558 aapg_ac_366.html aapg_ac_366.html:109:14403:14416 Clinton Alabama +0.484188 aapg_aa_712.html aapg_aa_712.html:13:2175:2193 Glenwood Maquoketa, Iowa +0.240702 aapg_af_77.html aapg_af_77.html:194:14606:14612 Annona Saratoga, California +0.269261 aapg_af_915.html aapg_af_915.html:37:3707:3725 Edmonton Calgary +0.250428 cspg_html_4086951599 cspg_html_4086951599:239:20838:20843 Levis Quebec City +0.487278 aapg_ah_90.html aapg_ah_90.html:111:16594:16616 Cedar Mountain Colorado +0.25443 sedimentology_html_2739036659 sedimentology_html_2739036659:1023:57349:57353 Hall London, Ontario +0.479668 gsa_html_5865982995 gsa_html_5865982995:1423:149409:149414 Uinta Cheyenne, Wyoming +0.498324 aapg_ad_470.html aapg_ad_470.html:54:6063:6068 Atoka Atoka, Oklahoma +0.259548 aapg_ad_466.html aapg_ad_466.html:1211:129598:129615 Patuxent Virginia +0.47658 aapg_ah_339.html aapg_ah_339.html:113:11441:11455 Bedford Rutherford County, Tennessee +0.47595 cspg_html_2347522298 cspg_html_2347522298:378:24478:24489 San Antonio Texas +0.495803 sedimentology_html_5673709888 sedimentology_html_5673709888:40:2817:2836 Edwards Burlington, Ontario +0.255009 sedimentology_html_1180682367 sedimentology_html_1180682367:528:59624:59631 Astoria Danube Delta +0.263025 palaios_html_9731740258 palaios_html_9731740258:404:45184:45190 Pueblo Colorado +0.44227 aapg_ae_113.html aapg_ae_113.html:352:46058:46083 Bathurst Bathurst Island (Northern Territory) +0.264654 jgeology_html_6016138758 jgeology_html_6016138758:80:4157:4195 Yakataga Yakutat City and Borough, Alaska +0.269072 aapg_ae_62.html aapg_ae_62.html:9:1707:1712 Nisku Canada +0.488775 palaios_html_4282283317 palaios_html_4282283317:513:45914:45934 Hell Creek Northern Great Plain +0.496908 cspg_html_4727171280 cspg_html_4727171280:107:12867:12875 Edmonton Drumheller +0.26447 cspg_html_2769629211 cspg_html_2769629211:6:510:529 Hay River Hay River (Canada) +0.259077 aapg_aa_906.html aapg_aa_906.html:600:63757:63763 Casper Cheyenne, Wyoming +0.501036 aapg_ad_883.html aapg_ad_883.html:105:13269:13274 Utica Lenawee County, Michigan +0.254944 gsa_html_4038604474 gsa_html_4038604474:19:1238:1245 Windsor Ontario, California +0.256036 cspg_html_5973552270 cspg_html_5973552270:52:6985:7009 Fort Vermilion Swan Hill, Victoria +0.498988 AMJC_html_1207318882 AMJC_html_1207318882:13:712:740 Sandia Albuquerque, New Mexico +0.248901 sedimentology_html_3107341973 sedimentology_html_3107341973:1395:67243:67253 Proserpine Gold Coast, Queensland +0.269878 aapg_aa_590.html aapg_aa_590.html:83:10237:10253 Yucatan Campeche, Campeche +0.273205 cspg_html_4331869613 cspg_html_4331869613:113:17683:17703 Kananaskis Western world +0.27196 cspg_html_8369994160 cspg_html_8369994160:111:12430:12446 Shunda Elkton, Kentucky +0.240084 gsa_html_3448554349 gsa_html_3448554349:641:69633:69639 Pocono Catskill Mountains +0.264187 sedimentology_html_6473571818 sedimentology_html_6473571818:92:10399:10422 Kingston Peak California +0.500835 aapg_ad_552.html aapg_ad_552.html:326:45192:45200 Dunvegan Texas +0.494892 aapg_ah_565.html aapg_ah_565.html:56:7106:7115 Kirkfield Quebec City +0.933092 aapg_aa_928.html aapg_aa_928.html:315:35897:35901 Frio Western world +0.478848 gsa_html_6143207195 gsa_html_6143207195:684:67723:67733 Washington Snohomish, Washington +0.512589 aapg_ad_307.html aapg_ad_307.html:623:60909:60915 Antler Reno, Nevada +0.25443 cspg_html_5484260516 cspg_html_5484260516:129:13887:13905 Palliser Lacombe, Alberta +0.504525 aapg_ae_643.html aapg_ae_643.html:365:45273:45286 Stonewall Helderberg +0.26159 cspg_html_7576506617 cspg_html_7576506617:638:76395:76403 Winnipeg Montreal +0.477453 aapg_ae_805.html aapg_ae_805.html:433:52326:52334 San Luis Colorado +0.481792 aapg_ai_272.html aapg_ai_272.html:52:6986:6997 Stony Creek New Brunswick, New Jersey +0.260064 sedimentology_html_4132999102 sedimentology_html_4132999102:1113:98053:98071 Dunvegan Lacombe, Alberta +0.24139 sedimentology_html_5399632416 sedimentology_html_5399632416:1586:90236:90240 Hall London, Ontario +0.265698 aapg_ai_584.html aapg_ai_584.html:506:50565:50587 Converse Hartville, Missouri +0.260604 palaios_html_5544436248 palaios_html_5544436248:359:37565:37587 Castle Hayne North Carolina +0.2465 cspg_html_6786864151 cspg_html_6786864151:34:3696:3718 Trent River Qualicum River +0.248517 gsa_html_3380395839 gsa_html_3380395839:289:31050:31069 Tillamook Volcanics Salem, Oregon +0.45773 cspg_html_9177794814 cspg_html_9177794814:99:11708:11722 Nizi Lacombe, Alberta +0.507715 aapg_ae_544.html aapg_ae_544.html:32:4432:4437 Uinta Northern Great Plain +0.701392 aapg_ac_251.html aapg_ac_251.html:465:53639:53649 Pottsville Catskill Mountains +0.49794 cspg_html_1962846283 cspg_html_1962846283:522:63478:63481 Elk Fernie, British Columbia +0.251496 palaios_html_9583625967 palaios_html_9583625967:85:10456:10489 Harkless California +0.253935 cspg_html_5345848475 cspg_html_5345848475:968:96938:96956 Frontier Cheyenne, Wyoming +0.256985 palaios_html_8910286482 palaios_html_8910286482:278:29513:29524 Kirkwood Maryland +0.4956 sedimentology_html_4367028918 sedimentology_html_4367028918:30:1794:1800 Oxford Germany +0.384804 aapg_aa_302.html aapg_aa_302.html:400:49403:49410 Oquirrh Logan, Utah +0.255016 aapg_ae_182.html aapg_ae_182.html:67:6759:6767 Bellevue Shreveport, Louisiana +0.46686 aapg_ai_540.html aapg_ai_540.html:110:8007:8015 Monterey San Benito County, California +0.47405 cspg_html_6709380965 cspg_html_6709380965:34:3690:3710 Missisauga Alma, Palestine +0.484939 aapg_af_11.html aapg_af_11.html:232:25286:25301 Ouray Leadville, Colorado +0.476341 cspg_html_9768299963 cspg_html_9768299963:213:22864:22882 Scollard Red Deer, Alberta +0.468414 geology_html_7240120484 geology_html_7240120484:15:679:687 Michigan Poland +0.22954 cspg_html_8590968109 cspg_html_8590968109:32:3603:3618 Herschel Island Western world +0.485305 geology_html_7888009967 geology_html_7888009967:256:20807:20818 Guinea Corn Jamaica, Queens +0.680624 aapg_aa_423.html aapg_aa_423.html:29:3641:3647 Dakota Las Vegas Strip +0.262314 aapg_ae_66.html aapg_ae_66.html:230:23170:23191 Phosphoria Western world +0.253506 cspg_html_1025724640 cspg_html_1025724640:72:11713:11728 Laval Middle Ordovician +0.248272 cspg_html_3860685167 cspg_html_3860685167:693:69108:69113 Banff Lacombe, Alberta +0.248901 aapg_ai_80.html aapg_ai_80.html:408:42089:42098 Kimmswick Kentucky +0.263105 jgeology_html_4305195651 jgeology_html_4305195651:3451:238853:238858 Mabou Cumberland, Maryland +0.249375 aapg_ae_454.html aapg_ae_454.html:207:17086:17095 Smackover Bossier City, Louisiana +0.262 aapg_ae_488.html aapg_ae_488.html:166:18070:18084 Phillips Essaouira Province +0.262384 gsa_html_8840132442 gsa_html_8840132442:1010:96762:96767 Price Arctic Cordillera +0.263088 aapg_ae_319.html aapg_ae_319.html:470:39114:39119 Hanna Weber River +0.486504 aapg_af_811.html aapg_af_811.html:120:8991:9002 Beekmantown Mississippi River +0.891127 aapg_ah_645.html aapg_ah_645.html:30:4947:4960 Gypsum Spring Cheyenne, Wyoming +0.52337 gsa_html_7555021318 gsa_html_7555021318:1201:100736:100764 Green River Colorado +0.49152 AMJC_html_4692260170 AMJC_html_4692260170:985:100348:100352 Hall New Hampshire +0.471336 gsa_html_6701310840 gsa_html_6701310840:692:61808:61829 Peace River Logan, Utah +0.493885 aapg_ac_807.html aapg_ac_807.html:8:1034:1041 St Marys Maryland +0.500226 aapg_ad_466.html aapg_ad_466.html:368:44413:44420 Raritan Patapsco River +0.248901 aapg_ai_970.html aapg_ai_970.html:273:31598:31611 Lake Michigan Sault Ste. Marie, Ontario +0.45172 aapg_ah_775.html aapg_ah_775.html:232:28496:28506 Rio Grande Colorado +0.474635 aapg_aa_98.html aapg_aa_98.html:213:19010:19018 Edmonton Lacombe, Alberta +0.244064 aapg_ah_803.html aapg_ah_803.html:292:24798:24803 Price Michigan +0.235345 aapg_aa_371.html aapg_aa_371.html:185:15895:15905 Pottsville Appalachia +0.446576 gsa_html_7822144675 gsa_html_7822144675:32:2754:2759 Maria Western world +0.365556 aapg_aa_813.html aapg_aa_813.html:423:45116:45136 Fort Union Cheyenne, Wyoming +0.26622 aapg_ae_692.html aapg_ae_692.html:487:50316:50327 Tyler Winnipeg +0.25551 geology_html_3758368467 geology_html_3758368467:307:21744:21750 Jordan Andes +0.265161 gsa_html_5928791685 gsa_html_5928791685:133:13944:13960 Random Cambridge, Massachusetts +0.497354 sedimentology_html_6817909023 sedimentology_html_6817909023:28:1737:1747 Washington Alaska +0.480129 aapg_aa_158.html aapg_aa_158.html:78:9584:9590 Lakota Black Hills +0.268602 aapg_ac_199.html aapg_ac_199.html:122:16071:16075 Rome Dolomites +0.507834 aapg_ah_330.html aapg_ah_330.html:673:48802:48820 Vaqueros California +0.474138 AMJC_html_5755352984 AMJC_html_5755352984:122:18605:18621 Roslyn Black Creek (Toronto) +0.478856 cspg_html_6024623535 cspg_html_6024623535:135:21896:21916 Red Rock Lacombe, Alberta +0.512416 cspg_html_1140317615 cspg_html_1140317615:55:5416:5440 Cardium Colorado +0.487278 aapg_ai_129.html aapg_ai_129.html:173:15250:15262 Sly Gap New Mexico +0.258885 aapg_ac_574.html aapg_ac_574.html:277:30981:31013 Titus Canyon Reno, Nevada +0.262108 gsa_html_1930433936 gsa_html_1930433936:874:74488:74516 Green River Colorado +0.45448 aapg_ah_776.html aapg_ah_776.html:100:7888:7898 Rio Grande Corpus Christi Bay +0.469712 cspg_html_7403344526 cspg_html_7403344526:383:43528:43545 Cardium Lacombe, Alberta +0.616592 aapg_ac_730.html aapg_ac_730.html:549:78649:78677 Bidahochi Mesa, Arizona +0.4704 aapg_ai_975.html aapg_ai_975.html:883:70230:70237 Edwards Goodland, Kansas +0.267534 aapg_ah_370.html aapg_ah_370.html:698:55450:55458 Traverse Michigan +0.422808 cspg_html_6255491344 cspg_html_6255491344:26:4577:4593 Fernie Kootenay River +0.257466 cspg_html_2013109828 cspg_html_2013109828:160:28414:28458 Ottertail Middle East +0.262143 aapg_ai_979.html aapg_ai_979.html:806:67854:67867 Woodbine Northeast Texas +0.274052 aapg_af_854.html aapg_af_854.html:1145:162092:162101 Aux Vases Illinois +0.3835 cspg_html_8571955552 cspg_html_8571955552:280:34629:34646 Shublik Prudhoe Bay Oil Field +0.252164 sedimentology_html_9257813538 sedimentology_html_9257813538:471:37110:37116 Taylor London, Ontario +0.505437 cspg_html_2094634763 cspg_html_2094634763:303:40020:40027 Success Lacombe, Alberta +0.253008 aapg_ak_87.html aapg_ak_87.html:130:20460:20475 Earp Supai, Arizona +0.250832 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2143:2153 San Marcos Bellevue, Nebraska +0.48756 cspg_html_9046359229 cspg_html_9046359229:472:70584:70592 Columbia Victoria, British Columbia +0.502992 aapg_af_728.html aapg_af_728.html:188:23475:23491 Eagle Texas +0.496584 gsa_html_3521452491 gsa_html_3521452491:12:513:519 Oregon Salem, Oregon +0.253952 palaios_html_2128779739 palaios_html_2128779739:622:63836:63840 Hall London, Ontario +0.430495 aapg_ac_730.html aapg_ac_730.html:73:11132:11148 Dakota Kayenta, Arizona +0.436976 aapg_ac_536.html aapg_ac_536.html:680:70136:70149 Madison Grand Forks, North Dakota +0.445518 aapg_ah_96.html aapg_ah_96.html:511:60150:60158 Winnipeg Winnipeg +0.404789 palaios_html_2746116737 palaios_html_2746116737:80:6532:6552 Tallahatta Alabama +0.48222 aapg_ai_157.html aapg_ai_157.html:464:43414:43420 Guelph Salina, Kansas +0.241066 aapg_aa_732.html aapg_aa_732.html:527:49480:49494 Fredericksburg Texas +0.480375 aapg_ad_626.html aapg_ad_626.html:86:9981:10011 Fort Union Wasatch Range +0.27508 aapg_ah_724.html aapg_ah_724.html:418:52616:52633 Cardium Lacombe, Alberta +0.253935 aapg_ai_399.html aapg_ai_399.html:150:15657:15672 Eutaw Tuscaloosa, Alabama +0.449826 cspg_html_7777724998 cspg_html_7777724998:14:1436:1459 Mist Mountain Fernie, British Columbia +0.254012 aapg_ad_3.html aapg_ad_3.html:280:25654:25664 Bellefonte Mount Nittany +0.45168 aapg_af_91.html aapg_af_91.html:460:51600:51606 Navajo Reno, Nevada +0.474264 cspg_html_3479659543 cspg_html_3479659543:63:7444:7464 Missisauga Logan, Utah +0.265081 aapg_ae_955.html aapg_ae_955.html:3:322:332 Fort Worth Texas +0.86657 gsa_html_3151431803 gsa_html_3151431803:20:994:1010 Navajo Canyonlands National Park +0.498066 gsa_html_4995289404 gsa_html_4995289404:62:4060:4088 Green River Iran +0.267794 aapg_ac_512.html aapg_ac_512.html:49:5128:5137 Smackover Mississippi River +0.26265 sedimentology_html_3599980060 sedimentology_html_3599980060:1719:77865:77900 Lake Valley New Mexico +0.252164 aapg_aa_124.html aapg_aa_124.html:111:12274:12282 Kootenay Kootenay River +0.255024 cspg_html_5376629375 cspg_html_5376629375:209:24741:24759 Arctomys Canmore, Alberta +0.263165 aapg_af_575.html aapg_af_575.html:962:137596:137602 Putnam Wichita, Kansas +0.231165 cspg_html_8797277909 cspg_html_8797277909:612:78383:78391 Bathurst Amsterdam +0.255936 aapg_ai_247.html aapg_ai_247.html:130:15086:15099 Detroit River Tioga, Texas +0.492297 gsa_html_2321645136 gsa_html_2321645136:16:585:594 Rochester Rochester, Kent +0.242446 geology_html_5620285857 geology_html_5620285857:246:20806:20810 Kamo South Africa +0.257049 cspg_html_6306091047 cspg_html_6306091047:98:16095:16103 Columbia Victoria, British Columbia +0.818811 aapg_ad_440.html aapg_ad_440.html:3:369:375 Denmar Greenbrier (Great Smoky Mountains) +0.257514 cspg_html_8298261690 cspg_html_8298261690:29:4051:4062 Peace River Ganges +0.256968 aapg_aa_856.html aapg_aa_856.html:102:9192:9197 Waicoe Lincoln Parish, Louisiana +0.461189 aapg_ai_326.html aapg_ai_326.html:129:15694:15707 Mandata Maryland +0.49914 cspg_html_9648675035 cspg_html_9648675035:8:379:401 Buckinghorse Victoria, British Columbia +0.484 gsa_html_3407914201 gsa_html_3407914201:127:15582:15596 Valley Springs Sierra Nevada (Spain) +0.249951 aapg_aa_685.html aapg_aa_685.html:46:4752:4761 Flagstaff Logan, Utah +0.24941 aapg_ai_581.html aapg_ai_581.html:199:20845:20861 Dakota Western world +0.484059 geology_html_3615414375 geology_html_3615414375:16:1079:1109 Deep Spring California +0.487956 cspg_html_9176909629 cspg_html_9176909629:33:4268:4283 Imina Ellesmere Island +0.248901 aapg_aa_251.html aapg_aa_251.html:174:14518:14527 Smackover Navarro County, Texas +0.270156 aapg_ad_3.html aapg_ad_3.html:500:47755:47768 Conococheague Southeast Asia +0.342044 cspg_html_1188455526 cspg_html_1188455526:110:18102:18121 Degerbols Ellesmere Island +0.262524 gsa_html_6117440194 gsa_html_6117440194:1058:98981:98989 Columbia Victoria, British Columbia +0.26871 cspg_html_9717154602 cspg_html_9717154602:207:30139:30146 Bearpaw Anchorage, Alaska +0.2605 cspg_html_5312588885 cspg_html_5312588885:448:58104:58121 Keokuk Burlington, Ontario +0.252504 aapg_ai_17.html aapg_ai_17.html:1304:88771:88786 Tampa Chattahoochee County, Georgia +0.496961 aapg_ai_158.html aapg_ai_158.html:194:19498:19517 Ramparts Anchorage, Alaska +0.260337 aapg_ae_871.html aapg_ae_871.html:349:56227:56253 Riding Mountain Manitoba +0.262023 aapg_ac_614.html aapg_ac_614.html:275:34324:34330 Salina Wichita, Kansas +0.249494 aapg_ac_4.html aapg_ac_4.html:132:12629:12659 Sadlerochit Prudhoe Bay Oil Field +0.502857 aapg_ae_319.html aapg_ae_319.html:522:43880:43886 Chinle Cheyenne, Wyoming +0.386883 cspg_html_6985536436 cspg_html_6985536436:95:14015:14022 Deville Lacombe, Alberta +0.546576 aapg_ah_724.html aapg_ah_724.html:415:51685:51702 Cardium Lacombe, Alberta +0.250976 aapg_ad_253.html aapg_ad_253.html:123:12870:12897 Wolfcamp Val Verde (fictional country) +0.254514 gsa_html_6734844475 gsa_html_6734844475:156:17596:17602 Antler California +0.265056 aapg_ah_555.html aapg_ah_555.html:160:15374:15382 Colorado Niobrara, Nebraska +0.497798 cspg_html_9904749308 cspg_html_9904749308:123:10881:10891 Washington Anchorage, Alaska +0.843222 aapg_ah_624.html aapg_ah_624.html:3:347:362 Mesaverde San Juan County, Utah +0.480066 aapg_ae_461.html aapg_ae_461.html:72:10943:10962 Smackover Caddo Parish, Louisiana +0.263 AMJC_html_7280002381 AMJC_html_7280002381:99:10774:10783 Alexandra Queenstown, New Zealand +0.263682 sedimentology_html_9633870681 sedimentology_html_9633870681:692:43907:43913 Casper Cheyenne, Wyoming +0.503965 gsa_html_7715952024 gsa_html_7715952024:790:59981:60009 Green River Colorado +0.483383 cspg_html_3597281324 cspg_html_3597281324:26:4681:4699 Scollard Lacombe, Alberta +0.255972 aapg_ad_218.html aapg_ad_218.html:23:3443:3467 Bedford Santa Monica Mountains +0.496975 jgeology_html_9120142808 jgeology_html_9120142808:702:48724:48730 Arroyo Uruguay +0.49305 aapg_ae_6.html aapg_ae_6.html:936:94641:94661 Georgetown Texas +0.24892 aapg_ah_621.html aapg_ah_621.html:172:22646:22673 Paradox Hermosa, Chicago +0.265221 cspg_html_8489487451 cspg_html_8489487451:18:2115:2126 Peace River Western world +0.514206 aapg_ac_576.html aapg_ac_576.html:2195:203624:203633 Vicksburg New Orleans +0.26565 geology_html_7318878078 geology_html_7318878078:17:629:639 Santa Cruz California +0.285678 aapg_ai_791.html aapg_ai_791.html:204:32456:32468 Todos Santos Honduras +0.279805 aapg_ae_907.html aapg_ae_907.html:223:30661:30667 Tulare Rancho Santa Margarita, California +0.25755 cspg_html_5375448448 cspg_html_5375448448:333:35213:35249 Frontier Cheyenne, Wyoming +0.475664 aapg_af_900.html aapg_af_900.html:75:11305:11315 Rio Grande Beaumont, Texas +0.263144 aapg_ai_107.html aapg_ai_107.html:557:46512:46521 Shongaloo Woods County, Oklahoma +0.8473 aapg_ah_277.html aapg_ah_277.html:178:24062:24080 Lea Park Colorado +0.251955 jgeology_html_3924418909 jgeology_html_3924418909:570:49350:49375 Navajo Logan, Utah +0.730992 aapg_ah_878.html aapg_ah_878.html:249:28193:28203 St. Edmund Manitoulin Island +0.502244 aapg_ac_629.html aapg_ac_629.html:280:36919:36927 Beaumont Oberlin, Ohio +0.229218 aapg_aa_112.html aapg_aa_112.html:89:9379:9402 Gypsum Spring Richmond, California +0.251988 palaios_html_2623118674 palaios_html_2623118674:20:1482:1502 North Horn Logan, Utah +0.938637 aapg_ad_786.html aapg_ad_786.html:129:12157:12179 Riley Llano, Texas +0.81906 cspg_html_7409170811 cspg_html_7409170811:205:29030:29046 Exshaw Chattanooga, Tennessee +0.263682 cspg_html_4193503340 cspg_html_4193503340:18:2300:2318 Foremost Milk River, Alberta +0.261576 aapg_ad_965.html aapg_ad_965.html:939:94526:94532 Moscow Moscow +0.256542 aapg_ac_392.html aapg_ac_392.html:187:19431:19436 Salem Webster County, Missouri +0.475449 cspg_html_9843429624 cspg_html_9843429624:872:110637:110655 Redknife Lake Ontario +0.248601 jgeology_html_1815873872 jgeology_html_1815873872:82:3615:3621 Oregon Salem, Oregon +0.263302 aapg_aa_976.html aapg_aa_976.html:329:43879:43900 Fredericksburg Decorah, Iowa +0.248965 aapg_af_653.html aapg_af_653.html:1257:152255:152261 Cierbo Santa Monica Mountains +0.470463 cspg_html_7307388012 cspg_html_7307388012:286:35368:35373 Banff Lacombe, Alberta +0.484467 cspg_html_7688587411 cspg_html_7688587411:419:41701:41720 Kaskapau Canada +0.277202 palaios_html_3751051678 palaios_html_3751051678:67:6931:6964 Morrison Cheyenne, Wyoming +0.513409 aapg_ah_318.html aapg_ah_318.html:1072:110228:110251 Cotton Valley Texas +0.492926 aapg_aa_419.html aapg_aa_419.html:115:10916:10924 Victoria Perth, Western Australia +0.509548 gsa_html_9234326602 gsa_html_9234326602:814:88934:88962 Green River Colorado +0.261783 geology_html_7113954805 geology_html_7113954805:42:2185:2206 Mount Simon Illinois +0.4921 gsa_html_3194899754 gsa_html_3194899754:65:5288:5316 Green River Iran +0.253492 gsa_html_3392872323 gsa_html_3392872323:72:9529:9542 Santa Barbara Los Angeles +0.671748 aapg_ai_696.html aapg_ai_696.html:455:51622:51642 Strathearn Reno, Nevada +0.917666 cspg_html_8089302449 cspg_html_8089302449:27:4640:4663 Dawson Bay Manitoba +0.256032 palaios_html_3406135825 palaios_html_3406135825:649:65164:65181 Potsdam Earth +0.27719 aapg_ah_645.html aapg_ah_645.html:536:65578:65593 Piper Williston, Vermont +0.260099 gsa_html_8398449001 gsa_html_8398449001:644:52292:52298 Nounan Bear Lake, Michigan +0.490049 AMJC_html_7580028387 AMJC_html_7580028387:221:37326:37336 Hell Creek Fort Union Trading Post National Historic Site +0.489255 aapg_ae_984.html aapg_ae_984.html:27:3418:3436 Carlsbad Carlsbad, New Mexico +0.253872 aapg_ah_962.html aapg_ah_962.html:270:25413:25418 Viola Wichita Mountains +0.478296 aapg_ac_973.html aapg_ac_973.html:49:7715:7723 Michigan Ohio +0.261612 cspg_html_8371777215 cspg_html_8371777215:179:21437:21449 Wilcox Texas +0.524114 aapg_ad_357.html aapg_ad_357.html:134:12289:12304 Etchegoin Paso Robles, California +0.479862 gsa_html_7555021318 gsa_html_7555021318:1162:96963:96972 Extension China +0.26104 aapg_ae_419.html aapg_ae_419.html:4002:248184:248202 Kiamichi Texas +0.255025 geology_html_2187977160 geology_html_2187977160:248:21641:21648 Potsdam Germany +0.257013 aapg_af_779.html aapg_af_779.html:3:196:222 Traverse Michigan +0.512415 cspg_html_9941227593 cspg_html_9941227593:73:10113:10135 Swift Regina, Saskatchewan +0.246402 gsa_html_7102550258 gsa_html_7102550258:346:38883:38904 Summerville Logan, Utah +0.261117 geology_html_3509939317 geology_html_3509939317:244:20544:20552 Columbia Victoria, British Columbia +0.500175 aapg_ac_251.html aapg_ac_251.html:153:19716:19722 Kindle Sweden +0.497373 aapg_ae_886.html aapg_ae_886.html:551:57674:57682 Michigan Salina, Kansas +0.292134 aapg_ae_271.html aapg_ae_271.html:27:2625:2641 Lisbon Gosport, Indiana +0.282583 aapg_aa_610.html aapg_aa_610.html:482:51509:51532 Niobrara San Juan, Argentina +0.4826 cspg_html_4176605708 cspg_html_4176605708:571:58046:58070 Big River Lacombe, Alberta +0.479 aapg_ae_182.html aapg_ae_182.html:7:923:931 Bellevue Shreveport, Louisiana +0.48762 aapg_af_789.html aapg_af_789.html:83:12423:12431 Monterey New Scotland, New York +0.267806 aapg_ad_341.html aapg_ad_341.html:153:15042:15052 Bloomsburg Pennsylvania +0.251392 cspg_html_6255491344 cspg_html_6255491344:7:792:810 Kootenay Kootenay River +0.495704 cspg_html_1948505826 cspg_html_1948505826:382:42546:42563 Belly River Canada +0.263105 AMJC_html_5390933660 AMJC_html_5390933660:820:80229:80251 Waits River Bennington, Vermont +0.274432 aapg_ae_993.html aapg_ae_993.html:335:33537:33545 Birdbear Williston, Vermont +0.402194 aapg_ac_749.html aapg_ac_749.html:50:6482:6492 Lions Head Manitoulin Island +0.479196 sedimentology_html_2912098544 sedimentology_html_2912098544:519:45258:45289 Chinle Logan, Utah +0.26312 aapg_ad_258.html aapg_ad_258.html:354:40715:40719 Weir Wyoming County, Pennsylvania +0.475335 aapg_ac_616.html aapg_ac_616.html:573:51470:51480 Washington Melbourne, Florida +0.275044 aapg_ak_118.html aapg_ak_118.html:295:29280:29307 Dakota Nebraska +0.50076 palaios_html_9150736881 palaios_html_9150736881:46:5052:5066 Kope Ohio +0.45792 aapg_af_397.html aapg_af_397.html:685:84433:84450 Todilto Entrada Sandstone +0.271806 aapg_ah_676.html aapg_ah_676.html:329:39849:39868 Bedford England +0.416232 cspg_html_8904992939 cspg_html_8904992939:478:54063:54071 Finnegan Lacombe, Alberta +0.255374 cspg_html_3907807140 cspg_html_3907807140:23:2675:2684 Cold Lake Lacombe, Alberta +0.26705 gsa_html_5737673651 gsa_html_5737673651:26:1072:1088 Forest Chinle Formation +0.260099 sedimentology_html_6031038191 sedimentology_html_6031038191:27:1902:1911 Claremont Cape Town +0.273504 aapg_ae_341.html aapg_ae_341.html:178:19069:19089 Eagle Paluxy, Texas +0.259548 aapg_ak_43.html aapg_ak_43.html:186:16436:16455 Aux Vases Plainville, Connecticut +0.458082 aapg_ae_767.html aapg_ae_767.html:97:9315:9327 Dockum Sangre de Cristo Range +0.249856 aapg_ah_180.html aapg_ah_180.html:103:11888:11896 Onondaga Helderberg +0.19618 aapg_ah_96.html aapg_ah_96.html:231:26249:26272 Winnipeg Manitoba +0.708994 cspg_html_2803424832 cspg_html_2803424832:46:5818:5837 Degerbols Ellesmere Island +0.4347 cspg_html_7307388012 cspg_html_7307388012:15:1860:1873 Turner Valley Lacombe, Alberta +0.395752 aapg_ae_113.html aapg_ae_113.html:395:53306:53319 Parry Islands Bathurst Island (Northern Territory) +0.479364 aapg_ae_997.html aapg_ae_997.html:16:2612:2630 Evanston Absaroka +0.27196 cspg_html_3102530088 cspg_html_3102530088:605:75878:75883 Price Canada +0.54492 aapg_ad_67.html aapg_ad_67.html:214:27632:27646 Rockdale Holly Springs, Mississippi +0.47634 gsa_html_5576654414 gsa_html_5576654414:343:33152:33158 Sierra Region of Murcia +0.50806 aapg_aa_357.html aapg_aa_357.html:477:42569:42586 Entrada Summerville, South Carolina +0.253692 aapg_aa_861.html aapg_aa_861.html:87:11779:11788 Allen Bay Cape Cod +0.486402 cspg_html_1624547765 cspg_html_1624547765:443:45719:45737 Kootenay Victoria, British Columbia +0.46632 aapg_ad_466.html aapg_ad_466.html:1271:136494:136501 Potomac Patapsco River +0.229377 cspg_html_2297270979 cspg_html_2297270979:75:11193:11225 Squaw Bay Antrim, County Antrim +0.26775 cspg_html_5479700260 cspg_html_5479700260:70:8219:8235 Bad Cache Rapids Red River of the North +0.69745 aapg_ac_941.html aapg_ac_941.html:35:4040:4061 Green River Uinta Mountains +0.259518 geology_html_6914722681 geology_html_6914722681:204:20360:20364 Hall London, Ontario +0.266766 gsa_html_7153425423 gsa_html_7153425423:631:54249:54277 Talkeetna Talkeetna, Alaska +0.4941 aapg_ae_147.html aapg_ae_147.html:516:59229:59238 San Pedro California +0.48654 aapg_ad_466.html aapg_ad_466.html:1191:127205:127213 Patuxent Raritan River +0.478676 gsa_html_2989317971 gsa_html_2989317971:766:79710:79738 Glenns Ferry Salem, Oregon +0.2401 aapg_ai_322.html aapg_ai_322.html:120:9665:9672 El Plan Honduras +0.50615 aapg_ae_147.html aapg_ae_147.html:115:12414:12428 Pico Saugus, Massachusetts +0.509855 aapg_ah_416.html aapg_ah_416.html:222:19345:19355 Milk River Milk River, Alberta +0.237144 aapg_aa_691.html aapg_aa_691.html:703:92300:92310 Pine Point Canada +0.2485 aapg_aa_47.html aapg_aa_47.html:226:24857:24872 Rico Hermosa, Chicago +0.649902 aapg_aa_898.html aapg_aa_898.html:34:4643:4652 Flagstaff Logan, Utah +0.2595 cspg_html_3102530088 cspg_html_3102530088:90:12640:12660 Milk River Lacombe, Alberta +0.458298 aapg_aa_23.html aapg_aa_23.html:317:37340:37359 Winnipeg Manitoba +0.267806 aapg_ac_867.html aapg_ac_867.html:939:113717:113737 Fort Union Cheyenne, Wyoming +0.492237 cspg_html_9717154602 cspg_html_9717154602:675:65188:65206 Bearpaw Regina, Saskatchewan +0.245916 sedimentology_html_2550885329 sedimentology_html_2550885329:97:10214:10234 Swan Hills Swan Hill, Victoria +0.48858 aapg_af_721.html aapg_af_721.html:19:1704:1711 Jackson Gold Coast, Queensland +0.2619 gsa_html_7012936645 gsa_html_7012936645:1000:78168:78189 Martinsburg Pennsylvania +0.6855 aapg_ae_35.html aapg_ae_35.html:77:7172:7193 Green River Wasatch Range +0.250498 palaios_html_1018466366 palaios_html_1018466366:1315:126277:126289 Saskatchewan Regina, Saskatchewan +0.48825 aapg_ac_765.html aapg_ac_765.html:69:13952:13990 Chinle Colorado +0.27132 aapg_ah_203.html aapg_ah_203.html:66:8533:8551 Morrison San Juan, Argentina +0.254925 cspg_html_9369612737 cspg_html_9369612737:20:2943:2954 Collingwood Manitoulin Island +0.470305 aapg_ah_754.html aapg_ah_754.html:392:36582:36599 Burrard Vancouver +0.243972 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11629:11645 Hermit Supai, Arizona +0.253895 AMJC_html_1767296229 AMJC_html_1767296229:682:67449:67455 Abbott New Brunswick, New Jersey +0.267273 gsa_html_9417870342 gsa_html_9417870342:14:589:596 Windsor Earth +0.531433 aapg_ad_880.html aapg_ad_880.html:544:50572:50584 Beaver Creek Black Hills +0.367042 aapg_af_838.html aapg_af_838.html:7:760:767 Kanawha Huntington, West Virginia +0.37814 cspg_html_6383234409 cspg_html_6383234409:39:4436:4456 Bird Fiord Ellesmere Island +0.244518 aapg_ah_450.html aapg_ah_450.html:27:3975:3985 Rio Grande Mexico +0.480194 aapg_ae_368.html aapg_ae_368.html:6:813:825 Marble Falls Central Texas +0.693707 aapg_ae_884.html aapg_ae_884.html:350:45281:45290 Fruitland Cheyenne, Wyoming +0.260428 aapg_ae_916.html aapg_ae_916.html:740:88154:88172 Tensleep Woody Creek, Colorado +0.24353 aapg_ah_163.html aapg_ah_163.html:41:4532:4558 Woodford Davis, California +0.49495 palaios_html_4958148030 palaios_html_4958148030:258:27585:27599 Beaufort South Africa +0.24255 aapg_af_808.html aapg_af_808.html:62:8150:8168 Scotland Barbados +0.482878 aapg_ac_59.html aapg_ac_59.html:391:44998:45007 San Diego California +0.259534 aapg_ae_319.html aapg_ae_319.html:630:53584:53589 Stump Weber River +0.489417 palaios_html_1020763489 palaios_html_1020763489:365:44630:44639 Knoxville Western world +0.492604 gsa_html_8055113978 gsa_html_8055113978:16:1322:1330 Wise Lake Alexander County, North Carolina +0.26563 aapg_ae_911.html aapg_ae_911.html:37:3203:3222 Morehouse Mississippi River +0.497373 aapg_ad_734.html aapg_ad_734.html:286:28481:28500 Colorado Santa Maria River (California) +0.253872 aapg_ae_415.html aapg_ae_415.html:362:45789:45800 Mint Spring Alabama +0.276078 aapg_af_11.html aapg_af_11.html:542:54723:54728 Molas Norwood, Massachusetts +0.271117 cspg_html_1191211339 cspg_html_1191211339:526:60525:60533 Billings Williston Basin +0.266247 jgeology_html_4115179562 jgeology_html_4115179562:1284:71512:71546 Pottsville Pennsylvania +0.261 aapg_ae_63.html aapg_ae_63.html:235:24291:24299 Frontier Western world +0.493908 palaios_html_3022467877 palaios_html_3022467877:365:40756:40774 Navesink Closter, New Jersey +0.2667 jgeology_html_3450428494 jgeology_html_3450428494:146:7348:7362 Shuttle Meadow Portland, Oregon +0.440748 aapg_ah_610.html aapg_ah_610.html:69:4602:4605 Ute Navajo Nation +0.526416 aapg_ad_244.html aapg_ad_244.html:24:2991:3013 Little Falls Cushing, Oklahoma +0.245967 jgeology_html_1808184351 jgeology_html_1808184351:225:13481:13491 Washington Long Beach Peninsula +0.275225 aapg_ah_529.html aapg_ah_529.html:243:24029:24056 El Paso New Mexico +0.455252 aapg_ai_49.html aapg_ai_49.html:93:9196:9210 Naco Logan, Utah +0.277704 aapg_af_386.html aapg_af_386.html:270:33859:33865 Jordan Tripoli, Lebanon +0.232794 palaios_html_1093950931 palaios_html_1093950931:545:41767:41784 Barstow California +0.26563 aapg_ae_678.html aapg_ae_678.html:446:50850:50856 Oxford Pergamon Museum +0.262128 cspg_html_9361096527 cspg_html_9361096527:83:16154:16176 Judith River Lacombe, Alberta +0.256452 aapg_ac_79.html aapg_ac_79.html:474:50133:50142 Tuscarora Juniata County School District +0.4765 geology_html_6005979139 geology_html_6005979139:198:21215:21223 Colorado Rocky Mountains +0.473946 aapg_ad_808.html aapg_ad_808.html:547:34023:34037 Tensleep Cheyenne, Wyoming +0.466532 aapg_aa_267.html aapg_aa_267.html:96:8562:8572 Greenbrier Huntington, West Virginia +0.497038 aapg_ad_216.html aapg_ad_216.html:10:1344:1366 Salado New Mexico +0.262119 gsa_html_1266138577 gsa_html_1266138577:427:35469:35477 Harkless Salinas Valley +0.486497 geology_html_7812811570 geology_html_7812811570:272:21682:21689 Andrews Arctic +0.253616 aapg_af_796.html aapg_af_796.html:197:22281:22299 Vaqueros California +0.245508 gsa_html_5732664703 gsa_html_5732664703:223:25210:25227 Lay Dam Alabama +0.48945 sedimentology_html_6382215824 sedimentology_html_6382215824:30:1867:1879 Saskatchewan Regina, Saskatchewan +0.712752 cspg_html_6839937815 cspg_html_6839937815:291:41543:41559 Toroweap Harrisburg, Pennsylvania +0.502164 aapg_ai_399.html aapg_ai_399.html:394:38906:38926 Pottsville Illinois +0.244011 gsa_html_2989317971 gsa_html_2989317971:503:55074:55086 Glenns Ferry Snake River Canyon (Idaho) +0.471441 cspg_html_2462765529 cspg_html_2462765529:192:32458:32472 Doig Lacombe, Alberta +0.23067 gsa_html_9487992082 gsa_html_9487992082:679:67100:67125 Navajo Logan, Utah +0.47136 aapg_af_575.html aapg_af_575.html:460:63209:63217 Sycamore Texas +0.708945 gsa_html_9102781796 gsa_html_9102781796:903:80835:80866 Naknek Anchorage, Alaska +0.510822 aapg_af_502.html aapg_af_502.html:127:15527:15536 Smackover Arkansas +0.257554 aapg_ad_440.html aapg_ad_440.html:320:30969:30984 Greenbrier Huntington, West Virginia +0.484702 cspg_html_4326384800 cspg_html_4326384800:229:27582:27590 Columbia Lacombe, Alberta +0.482218 aapg_ad_812.html aapg_ad_812.html:49:5882:5888 Navajo Kayenta, Arizona +0.483966 gsa_html_5495469347 gsa_html_5495469347:566:49307:49324 Cutler Logan, Utah +0.479912 geology_html_1154109970 geology_html_1154109970:160:17224:17234 Washington Victoria, British Columbia +0.528915 aapg_ah_44.html aapg_ah_44.html:349:45081:45100 Marcellus Bradford County, Pennsylvania +0.49504 geology_html_8037242074 geology_html_8037242074:37:1837:1845 Santiago Caribbean +0.24892 aapg_ae_81.html aapg_ae_81.html:326:41457:41465 Woodford Atoka, Oklahoma +0.479655 aapg_af_486.html aapg_af_486.html:355:37568:37588 Hemlock McArthur River uranium mine +0.26019 cspg_html_9161888567 cspg_html_9161888567:597:72688:72701 Wabamun Lacombe, Alberta +0.248712 gsa_html_2324818064 gsa_html_2324818064:181:17218:17226 Billings Yellowstone River +0.372006 geology_html_7687041657 geology_html_7687041657:217:19198:19220 Gilmore City Reno, Nevada +0.25026 aapg_ac_294.html aapg_ac_294.html:50:4976:4982 Lisbon Lisbon +0.247504 AMJC_html_1796339261 AMJC_html_1796339261:1359:138068:138078 Mulholland Atlantic Ocean +0.88157 aapg_ad_152.html aapg_ad_152.html:1709:221101:221119 Plympton Reno, Nevada +0.259056 cspg_html_4326384800 cspg_html_4326384800:1109:163484:163496 Golden Spike Redwater, Texas +0.475629 aapg_ai_64.html aapg_ai_64.html:925:114474:114484 Rio Grande Mississippi River +0.265738 aapg_ad_683.html aapg_ad_683.html:121:16455:16460 Supai Supai, Arizona +0.509427 aapg_ae_461.html aapg_ae_461.html:15:2439:2445 Paluxy Bellevue, Nebraska +0.441409 aapg_af_2.html aapg_af_2.html:56:7444:7448 Muav Colorado +0.262 aapg_ae_345.html aapg_ae_345.html:850:73953:73965 Paluxy Tuscaloosa, Alabama +0.265224 sedimentology_html_9793182930 sedimentology_html_9793182930:340:26817:26847 Paradox Middle East +0.277182 aapg_ah_373.html aapg_ah_373.html:3:369:374 Hueco Texas +0.259408 gsa_html_6753732431 gsa_html_6753732431:369:34340:34361 Wood Canyon Mojave Desert +0.254944 palaios_html_7841806577 palaios_html_7841806577:325:36033:36050 Platteville Middle East +0.244488 aapg_ae_467.html aapg_ae_467.html:386:29441:29460 Coldwater Sunbury, Pennsylvania +0.255188 aapg_aa_906.html aapg_aa_906.html:3:187:207 Fort Union Colorado +0.47941 aapg_ai_764.html aapg_ai_764.html:185:20041:20057 Mystic Quebec City +0.254976 cspg_html_9613906024 cspg_html_9613906024:6:310:331 Slave Point Lesser Slave Lake Provincial Park +0.266255 aapg_ai_958.html aapg_ai_958.html:34:3536:3555 Catahoula Brazos River +0.246636 gsa_html_6062330506 gsa_html_6062330506:376:39358:39376 Rustler Salado, Texas +0.49712 geology_html_2350878941 geology_html_2350878941:335:25476:25482 Denver Lowell, Massachusetts +0.485298 aapg_ai_17.html aapg_ai_17.html:177:12663:12672 Tuscahoma Alabama +0.243452 aapg_ac_586.html aapg_ac_586.html:216:23254:23273 Allegheny Kittanning, Pennsylvania +0.472812 palaios_html_3055982207 palaios_html_3055982207:448:51532:51550 Willwood Cheyenne, Wyoming +0.886392 aapg_ae_66.html aapg_ae_66.html:350:34541:34549 Frontier Powder River (Montana) +0.478676 cspg_html_8581304260 cspg_html_8581304260:266:33449:33457 Columbia California +0.237415 aapg_ae_777.html aapg_ae_777.html:864:84701:84713 Percha Arizona +0.46683 cspg_html_4298557570 cspg_html_4298557570:79:12965:12982 Battle McLeod Ganj +0.250965 cspg_html_9435196958 cspg_html_9435196958:952:40075:40093 Edmonton Lacombe, Alberta +0.48042 cspg_html_1503116552 cspg_html_1503116552:820:112730:112765 Beaverhill Swan Hill, Victoria +0.67735 gsa_html_4432793908 gsa_html_4432793908:550:59512:59525 Newark Canyon Reno, Nevada +0.28407 aapg_ac_477.html aapg_ac_477.html:596:69058:69075 Cardium Lacombe, Alberta +0.48858 aapg_ac_92.html aapg_ac_92.html:228:25112:25127 Atoka McAlester, Oklahoma +0.261096 cspg_html_8568877195 cspg_html_8568877195:81:12845:12853 Lea Park Lacombe, Alberta +0.467923 aapg_ad_169.html aapg_ad_169.html:86:11662:11680 Greenbrier Greenbrier (Great Smoky Mountains) +0.261602 geology_html_4393438384 geology_html_4393438384:87:10440:10452 Martinsville Ridgeway (track) +0.20685 aapg_aa_544.html aapg_aa_544.html:198:26930:26944 Newcastle Black Hills +0.708554 aapg_af_654.html aapg_af_654.html:587:48513:48524 Shoal River Melbourne, Florida +0.264554 palaios_html_3855840708 palaios_html_3855840708:357:31880:31901 White River Colorado +0.277196 gsa_html_7102550258 gsa_html_7102550258:267:28390:28397 Kayenta Chinle Formation +0.464899 aapg_ah_5.html aapg_ah_5.html:2264:150868:150884 Laurel Knoxville, Tennessee +0.25641 cspg_html_1462870252 cspg_html_1462870252:945:100579:100587 Montreal Quebec City +0.485224 aapg_ae_974.html aapg_ae_974.html:11:1402:1415 Cook Mountain Laredo, Texas +0.250272 cspg_html_9343899465 cspg_html_9343899465:89:12517:12527 Bird Fiord Little Cornwallis Island +0.494592 sedimentology_html_2139169476 sedimentology_html_2139169476:348:37326:37335 Peninsula Korea +0.258566 aapg_ai_28.html aapg_ai_28.html:782:74534:74542 Oakville Beaumont, Texas +0.474306 aapg_ai_163.html aapg_ai_163.html:552:46821:46826 Mt Lytton Colorado +0.259956 aapg_aa_448.html aapg_aa_448.html:47:7051:7071 Missisauga Logan, Utah +0.259578 aapg_ah_428.html aapg_ah_428.html:422:49781:49790 Fort Pena Middle Ordovician +0.25688 sedimentology_html_3220122506 sedimentology_html_3220122506:24:1660:1678 Yakataga Anchorage, Alaska +0.256536 aapg_ad_734.html aapg_ad_734.html:168:17757:17776 Bow Island Lacombe, Alberta +0.43225 gsa_html_7999545108 gsa_html_7999545108:191:21240:21247 Onwatin Sudbury, Suffolk +0.257895 AMJC_html_9558309107 AMJC_html_9558309107:721:83615:83625 Washington Seattle +0.259065 geology_html_3964689611 geology_html_3964689611:12:597:607 Washington Washington (state) +0.472443 cspg_html_2490951833 cspg_html_2490951833:404:59218:59244 Fort Vermillion Swan Hill, Victoria +0.247494 aapg_af_624.html aapg_af_624.html:70:6572:6580 Tensleep Sweetwater, Miami-Dade County, Florida +0.365904 aapg_ac_333.html aapg_ac_333.html:240:30603:30607 Rico San Juan Mountains +0.239105 gsa_html_2139035730 gsa_html_2139035730:290:19617:19629 Medicine Hat Saskatchewan River +0.245514 aapg_ae_559.html aapg_ae_559.html:735:85069:85073 Java Lombok +0.258039 sedimentology_html_7630175075 sedimentology_html_7630175075:534:37193:37203 Washington Seattle +0.958216 aapg_aa_23.html aapg_aa_23.html:586:73444:73452 Winnipeg Lake Winnipeg +0.276147 aapg_ah_827.html aapg_ah_827.html:250:34881:34887 Oregon Washington (state) +0.462186 aapg_ah_218.html aapg_ah_218.html:137:15693:15710 Harmony Spencer County, Kentucky +0.249676 aapg_ac_5.html aapg_ac_5.html:81:7514:7543 Milk River Regina, Saskatchewan +0.254058 aapg_aa_960.html aapg_aa_960.html:291:24569:24576 Wingate Cabuyao, Laguna +0.8143 aapg_aa_544.html aapg_aa_544.html:139:19431:19439 Sundance Cheyenne, Wyoming +0.255024 aapg_ac_301.html aapg_ac_301.html:174:20054:20081 Saturday Mountain Boise, Idaho +0.258566 aapg_ad_267.html aapg_ad_267.html:91:8597:8621 Cotton Valley Haynesville, Louisiana +0.26877 aapg_ah_157.html aapg_ah_157.html:213:30173:30184 Platteville Ottawa, Kansas +0.494856 aapg_ai_243.html aapg_ai_243.html:188:18146:18166 Tuscaloosa Mississippi River +0.233532 aapg_ae_5.html aapg_ae_5.html:90:10300:10314 Earp Gunnison County, Colorado +0.46455 aapg_ak_134.html aapg_ak_134.html:381:34566:34574 Woodford Los Angeles +0.24941 cspg_html_8694594891 cspg_html_8694594891:447:46985:47018 Dawson Point Ontario, California +0.508992 aapg_af_392.html aapg_af_392.html:91:11537:11555 Frontier Cheyenne, Wyoming +0.4656 aapg_ah_590.html aapg_ah_590.html:107:8903:8913 Montgomery Washington (state) +0.25002 aapg_ae_397.html aapg_ae_397.html:28:3294:3300 Paluxy Paluxy, Texas +0.532948 aapg_aa_321.html aapg_aa_321.html:453:38781:38798 Edwards Texas +0.912974 cspg_html_2796643803 cspg_html_2796643803:364:50892:50910 Deadwood Regina, Saskatchewan +0.455285 cspg_html_3804945581 cspg_html_3804945581:132:16208:16224 Battle Saint Kitts and Nevis +0.234684 cspg_html_3328007773 cspg_html_3328007773:960:98442:98462 Colorado Lacombe, Alberta +0.278166 aapg_ah_424.html aapg_ah_424.html:63:5877:5890 Bearpaw Colorado +0.495803 cspg_html_4680797491 cspg_html_4680797491:248:27403:27422 Waterways Swan Hill, Victoria +0.472675 AMJC_html_6417081653 AMJC_html_6417081653:941:106501:106519 Kootenay Lacombe, Alberta +0.24255 aapg_ah_274.html aapg_ah_274.html:382:45365:45369 Hall England +0.877869 cspg_html_5375448448 cspg_html_5375448448:581:55269:55286 Cardium Victoria, British Columbia +0.25398 aapg_af_981.html aapg_af_981.html:8:196:217 Almond Cheyenne, Wyoming +0.475741 gsa_html_5865982995 gsa_html_5865982995:1096:119120:119141 Green River Cheyenne, Wyoming +0.392352 aapg_ai_66.html aapg_ai_66.html:3:265:277 Pierre Colorado +0.457443 cspg_html_4915680223 cspg_html_4915680223:304:35951:35970 Read Bay Little Cornwallis Island +0.271962 aapg_ai_321.html aapg_ai_321.html:280:37832:37849 Esquias Matagalpa +0.513856 aapg_ah_647.html aapg_ah_647.html:605:67838:67842 Earp Colina, Chile +0.405164 cspg_html_9343899465 cspg_html_9343899465:1639:133957:133970 Hecla Bay Bathurst Island (Northern Territory) +0.49556 cspg_html_9778753186 cspg_html_9778753186:321:47052:47060 Kootenay Victoria, British Columbia +0.261626 gsa_html_1419461902 gsa_html_1419461902:619:50777:50804 Irondequoit Irondequoit, New York +0.269261 aapg_af_854.html aapg_af_854.html:197:25304:25324 Sweetland Creek Mississippi River +0.261085 aapg_ai_105.html aapg_ai_105.html:515:61623:61640 Morgan Des Moines, Washington +0.260865 aapg_ad_253.html aapg_ad_253.html:83:8486:8491 Atoka Delaware +0.478101 gsa_html_7623105085 gsa_html_7623105085:716:55696:55700 Kent Colorado +0.266087 gsa_html_5202646019 gsa_html_5202646019:247:23795:23812 Verulam Ottawa, Kansas +0.250488 cspg_html_4886960396 cspg_html_4886960396:8:782:801 Waterways Lacombe, Alberta +0.48654 geology_html_1937299818 geology_html_1937299818:234:19018:19027 San Diego California +0.259811 cspg_html_9214997177 cspg_html_9214997177:38:5433:5461 Prairie Regina, Saskatchewan +0.49234 geology_html_2144574689 geology_html_2144574689:239:23331:23341 Washington Seattle +0.47282 geology_html_2512600235 geology_html_2512600235:13:934:942 Columbia Missouri River +0.260304 aapg_ae_344.html aapg_ae_344.html:91:8540:8560 Tuscaloosa Paluxy, Texas +0.477288 sedimentology_html_2041096405 sedimentology_html_2041096405:596:47797:47810 A-1 Carbonate Michigan Basin +0.263169 cspg_html_6545726692 cspg_html_6545726692:44:7593:7607 Toby Arctic Cordillera +0.251412 gsa_html_5829598582 gsa_html_5829598582:15:784:790 Reston Virginia +0.242949 aapg_af_685.html aapg_af_685.html:32:3993:4005 Punta Alegre Caribbean +0.267804 aapg_af_614.html aapg_af_614.html:177:14133:14146 Cotton Valley Cotton Valley, Louisiana +0.264698 cspg_html_6163691495 cspg_html_6163691495:229:23160:23182 Madison North Carolina +0.496244 aapg_ac_333.html aapg_ac_333.html:1227:147464:147475 Abo Arizona +0.271437 geology_html_5486340907 geology_html_5486340907:45:4284:4292 Dunleith Dubuque, Iowa +0.25641 aapg_ad_4.html aapg_ad_4.html:368:28270:28279 Frankfort Lexington, Kentucky +0.514415 gsa_html_2989317971 gsa_html_2989317971:1266:125199:125209 Washington Boise, Idaho +0.257983 aapg_ae_171.html aapg_ae_171.html:480:46173:46184 Skull Creek Hot Springs, Arkansas +0.477582 gsa_html_4067767548 gsa_html_4067767548:323:30593:30612 Hillabee Greenstone Durham, North Carolina +0.49987 aapg_ad_756.html aapg_ad_756.html:515:60396:60405 Mesaverde Mancos, Colorado +0.265698 sedimentology_html_7094042012 sedimentology_html_7094042012:1015:79532:79539 Deville Jura Mountains +0.480508 aapg_ae_983.html aapg_ae_983.html:503:37848:37855 Bedford Ohio +0.269325 cspg_html_8840748783 cspg_html_8840748783:716:82686:82695 Mackenzie Victoria, British Columbia +0.44227 aapg_ac_924.html aapg_ac_924.html:384:40859:40866 Madison Cheyenne, Wyoming +0.47483 aapg_ad_466.html aapg_ad_466.html:218:28200:28207 Matawan Merchantville, New Jersey +0.483775 aapg_ah_828.html aapg_ah_828.html:493:46145:46164 Smackover Shreveport, Louisiana +0.263144 cspg_html_8121202912 cspg_html_8121202912:321:38432:38440 Edmonton Regina, Saskatchewan +0.483171 aapg_ai_974.html aapg_ai_974.html:3:171:177 Oregon Klamath Mountains (ecoregion) +0.47672 aapg_ai_106.html aapg_ai_106.html:47:5320:5330 Cumberland Illinois +0.46812 gsa_html_9280112280 gsa_html_9280112280:724:68640:68646 Denver Colorado +0.25866 aapg_aa_86.html aapg_aa_86.html:19:1880:1886 Paluxy Rodessa, Louisiana +0.247643 aapg_aa_23.html aapg_aa_23.html:85:10316:10334 Winnipeg Manitoba +0.486324 aapg_ah_966.html aapg_ah_966.html:73:6572:6578 Bethel East Texas +0.845244 aapg_ac_782.html aapg_ac_782.html:30:5794:5807 Barnett Fort Worth, Texas +0.249001 sedimentology_html_9547192041 sedimentology_html_9547192041:1493:101641:101645 Hall London, Ontario +0.24531 cspg_html_2178758494 cspg_html_2178758494:92:12541:12549 Wabiskaw Clearwater, Florida +0.253272 geology_html_4719496125 geology_html_4719496125:311:24279:24285 Snyder Anchorage, Alaska +0.481005 cspg_html_5375448448 cspg_html_5375448448:611:57128:57152 Kaskapau Lacombe, Alberta +0.47932 aapg_ae_118.html aapg_ae_118.html:50:7566:7586 Uinta Logan, Utah +0.507416 aapg_ad_766.html aapg_ad_766.html:432:44122:44128 Dakota Mesa, Arizona +0.47736 gsa_html_8892994555 gsa_html_8892994555:633:65468:65471 Elk Boonville, Missouri +0.254 aapg_ah_180.html aapg_ah_180.html:71:7764:7770 Esopus Onondaga (tribe) +0.488177 AMJC_html_5850062760 AMJC_html_5850062760:15:726:754 Sandia Albuquerque, New Mexico +0.26059 aapg_ad_415.html aapg_ad_415.html:33:2855:2862 Kanawha Raleigh, North Carolina +0.479688 gsa_html_5064963350 gsa_html_5064963350:472:47844:47865 Talkeetna Anchorage, Alaska +0.471592 gsa_html_3648258377 gsa_html_3648258377:527:51864:51881 Wenonah Bass River Township, New Jersey +0.248446 aapg_ad_258.html aapg_ad_258.html:340:38967:38977 Greenbrier Pocono Raceway +0.492093 gsa_html_1821356420 gsa_html_1821356420:60:5010:5038 Green River Colorado +0.253512 cspg_html_5139035315 cspg_html_5139035315:506:56472:56502 Albert New Brunswick, New Jersey +0.26112 cspg_html_9485413283 cspg_html_9485413283:499:56380:56415 Keg River Canada +0.47965 aapg_aa_976.html aapg_aa_976.html:220:25679:25691 Warsaw Athens, Georgia +0.258332 cspg_html_5241714595 cspg_html_5241714595:366:56787:56803 Nisku Redwater, Texas +0.480076 aapg_aa_697.html aapg_aa_697.html:84:9629:9647 Stettler Regina, Saskatchewan +0.485216 gsa_html_1860930948 gsa_html_1860930948:82:8684:8692 Colorado Black Hills +0.492618 cspg_html_2873888604 cspg_html_2873888604:245:37267:37276 Baldonnel Canada +0.49556 cspg_html_2729673354 cspg_html_2729673354:130:13635:13640 Price Regina, Saskatchewan +0.870128 cspg_html_7248845592 cspg_html_7248845592:91:9251:9268 Heiberg Southern United States +0.482157 aapg_ah_532.html aapg_ah_532.html:12:1599:1604 Ouray Colorado +0.477664 geology_html_8557759196 geology_html_8557759196:29:2933:2953 Lawrence Canada +0.683271 aapg_ae_71.html aapg_ae_71.html:286:26316:26334 Moenkopi Arizona +0.263165 cspg_html_1498300615 cspg_html_1498300615:95:11613:11628 Flume Western world +0.238576 aapg_aa_54.html aapg_aa_54.html:46:4804:4821 Wanakah Colorado +0.397056 gsa_html_3448554349 gsa_html_3448554349:471:46072:46091 Rockwell Huntington, West Virginia +0.49028 geology_html_4191415179 geology_html_4191415179:13:782:792 Washington Earth +0.254514 gsa_html_2848131029 gsa_html_2848131029:883:60851:60862 San Antonio Texas +0.85975 aapg_ad_880.html aapg_ad_880.html:258:26459:26482 Gypsum Spring Spearfish, South Dakota +0.253991 aapg_ah_533.html aapg_ah_533.html:235:27447:27456 Knoxville Knoxville, Illinois +0.474388 gsa_html_2034376262 gsa_html_2034376262:823:71169:71175 Oxford Emery Theatre +0.484078 gsa_html_5865982995 gsa_html_5865982995:1442:151224:151230 Denver Colorado +0.242905 aapg_ah_176.html aapg_ah_176.html:860:63393:63399 Denver Colorado +0.262973 aapg_aa_803.html aapg_aa_803.html:437:48198:48206 Virginia Blue Ridge Mountains +0.499872 cspg_html_4943597281 cspg_html_4943597281:14:2014:2037 Mountain Park Lacombe, Alberta +0.280368 aapg_ae_993.html aapg_ae_993.html:385:38974:38993 Jefferson Logan, Utah +0.257554 aapg_ae_448.html aapg_ae_448.html:114:12827:12835 Woodbine Rodessa, Louisiana +0.438845 gsa_html_4308966435 gsa_html_4308966435:1295:127906:127930 Cedar Mountain Logan, Utah +0.480537 cspg_html_2729673354 cspg_html_2729673354:132:13857:13871 Colorado Caldwell, New Jersey +0.256522 aapg_ae_161.html aapg_ae_161.html:9:1495:1505 Coon Creek Worland, Wyoming +0.247883 gsa_html_5051880568 gsa_html_5051880568:633:60056:60065 Peninsula Korea +0.489328 gsa_html_9865056817 gsa_html_9865056817:1159:93112:93128 Cutler Logan, Utah +0.473186 aapg_ai_94.html aapg_ai_94.html:259:36054:36065 San Antonio Western world +0.241566 aapg_ae_959.html aapg_ae_959.html:2756:203122:203130 Wolfcamp West Texas +0.243048 palaios_html_9583625967 palaios_html_9583625967:99:11553:11571 Harkless California +0.242649 cspg_html_4287356899 cspg_html_4287356899:1655:231529:231544 Cathedral Western world +0.49664 palaios_html_2413654173 palaios_html_2413654173:35:2499:2521 Prince Creek Colville River (Washington) +0.261542 cspg_html_4796942391 cspg_html_4796942391:447:49754:49775 Peace River Lacombe, Alberta +0.267786 aapg_ai_907.html aapg_ai_907.html:418:67328:67346 Kootenay Victoria, British Columbia +0.260568 cspg_html_6252417471 cspg_html_6252417471:340:51246:51269 Eureka Sound Banks Island +0.242725 aapg_af_399.html aapg_af_399.html:544:55020:55039 Rock Springs Sweetwater, Miami-Dade County, Florida +0.2515 aapg_af_929.html aapg_af_929.html:112:11412:11418 Oswego Mississippi River +0.264704 sedimentology_html_5315330584 sedimentology_html_5315330584:207:18474:18478 Java Morley, West Yorkshire +0.486758 aapg_ac_944.html aapg_ac_944.html:101:12061:12076 Tererro Sangre de Cristo Range +0.244458 aapg_ac_944.html aapg_ac_944.html:33:4454:4478 Espiritu Santo Colorado +0.248948 aapg_ah_506.html aapg_ah_506.html:10:1311:1325 Traverse Alpena, Michigan +0.245464 geology_html_2558587953 geology_html_2558587953:277:23349:23355 Silica Earth +0.2555 sedimentology_html_8358666376 sedimentology_html_8358666376:440:33957:33961 Hall London, Ontario +0.2688 aapg_ai_641.html aapg_ai_641.html:22:4128:4147 Meeteetse Thailand +0.25324 sedimentology_html_1299148389 sedimentology_html_1299148389:838:65791:65811 Enrage Quebec City +0.257554 cspg_html_3447886929 cspg_html_3447886929:974:103253:103261 Kirkwood Quebec City +0.277695 aapg_ah_793.html aapg_ah_793.html:248:18767:18771 Maya Cebu City +0.266135 cspg_html_4555867289 cspg_html_4555867289:344:38476:38485 Smackover Texas +0.48735 aapg_aa_626.html aapg_aa_626.html:25:3424:3431 Patuxent Raritan River +0.474936 gsa_html_3583662858 gsa_html_3583662858:311:28102:28130 Green River Colorado +0.250992 geology_html_7000342533 geology_html_7000342533:195:16424:16444 Richardson Mountains Cordillera Administrative Region +0.261612 gsa_html_6837513060 gsa_html_6837513060:856:65658:65668 Washington Whidbey Island +0.501804 aapg_ac_316.html aapg_ac_316.html:293:28388:28398 San Miguel New Mexico +0.463083 aapg_ah_859.html aapg_ah_859.html:96:12277:12290 Chattahoochee Alabama +0.253895 aapg_aa_371.html aapg_aa_371.html:123:10410:10421 Mauch Chunk Ohio +0.489599 aapg_ad_717.html aapg_ad_717.html:228:26025:26031 Kaibab El Capitan +0.4992 cspg_html_5955028331 cspg_html_5955028331:504:60808:60814 Viking Lacombe, Alberta +0.25636 cspg_html_9729377176 cspg_html_9729377176:907:103994:104016 Charlie Lake Victoria, British Columbia +0.246433 cspg_html_7185087767 cspg_html_7185087767:46:7091:7118 Iroquois Canada +0.249964 geology_html_4460152267 geology_html_4460152267:97:8031:8056 Navajo Logan, Utah +0.240051 aapg_ad_466.html aapg_ad_466.html:759:82873:82879 Tinton Monmouth County, New Jersey +0.49556 cspg_html_9970905394 cspg_html_9970905394:182:20792:20800 Somerset District Council of Franklin Harbour +0.249936 aapg_ae_70.html aapg_ae_70.html:347:35944:35952 Colorado Colorado +0.423444 aapg_aa_147.html aapg_aa_147.html:642:66444:66450 Inwood Manitoba +0.47311 gsa_html_1573830281 gsa_html_1573830281:56:4111:4139 Green River New Mexico +0.271425 aapg_af_188.html aapg_af_188.html:202:21763:21788 Telegraph Creek Cheyenne, Wyoming +0.4559 aapg_ad_379.html aapg_ad_379.html:607:49882:49890 Colorado New Mexico +0.255024 gsa_html_4366904220 gsa_html_4366904220:14:512:518 Denver Colorado +0.246888 aapg_ah_167.html aapg_ah_167.html:112:13348:13362 Glenogle Garden City, New York +0.484008 AMJC_html_3349258327 AMJC_html_3349258327:14:685:694 Rochester Rochester, Kent +0.48288 aapg_aa_147.html aapg_aa_147.html:267:32636:32645 Red River Middle Ordovician +0.258516 sedimentology_html_2993655624 sedimentology_html_2993655624:586:47969:47976 Francis London, Ontario +0.479776 aapg_ah_332.html aapg_ah_332.html:100:7293:7300 Bromide Mifflin, Wisconsin +0.266031 aapg_ak_104.html aapg_ak_104.html:136:17274:17298 Mission Canyon Cheyenne, Wyoming +0.503028 aapg_af_625.html aapg_af_625.html:569:58684:58690 Salina Hillsboro, Oregon +0.255488 AMJC_html_3447844227 AMJC_html_3447844227:996:93249:93259 Santa Cruz California +0.507311 aapg_ad_761.html aapg_ad_761.html:80:7248:7263 Buda Denton, Texas +0.497555 aapg_af_653.html aapg_af_653.html:1126:136133:136139 Cierbo San Pablo Bay National Wildlife Refuge +0.485265 aapg_af_854.html aapg_af_854.html:423:55229:55236 Carwood Bloomington, Indiana +0.249368 gsa_html_1382394008 gsa_html_1382394008:812:66020:66026 Walker Zanskar River +0.738396 cspg_html_4516258038 cspg_html_4516258038:98:12060:12084 Thumb Mountain Melville Island (Canada) +0.632095 aapg_ae_694.html aapg_ae_694.html:209:24769:24785 Tuscaloosa Texas +0.2574 aapg_ae_272.html aapg_ae_272.html:14:2314:2332 Michigan Michigan +0.255258 cspg_html_1893593837 cspg_html_1893593837:335:24743:24754 Rocky Brook Coral Harbour Airport +0.471378 aapg_ad_466.html aapg_ad_466.html:127:12448:12455 Raritan Raritan Bay Drawbridge +0.46937 aapg_aa_4.html aapg_aa_4.html:204:27274:27291 Genesee West Fork River +0.4625 aapg_af_880.html aapg_af_880.html:484:72598:72614 Kaibab Supai, Arizona +0.491892 aapg_af_854.html aapg_af_854.html:650:90407:90412 Salem Bloomington, Indiana +0.470782 cspg_html_3447886929 cspg_html_3447886929:139:17091:17121 Macasty Anticosti Island +0.257013 geology_html_3197685690 geology_html_3197685690:11:484:494 Washington Seattle +0.467775 aapg_ad_717.html aapg_ad_717.html:219:24425:24429 Word Texas +0.251979 aapg_af_341.html aapg_af_341.html:222:32137:32151 Red Rock Shreveport, Louisiana +0.270111 aapg_ah_198.html aapg_ah_198.html:520:65941:65959 Monterey California +0.478908 sedimentology_html_7103111053 sedimentology_html_7103111053:84:8126:8135 Peninsula Korea +0.6945 cspg_html_6383234409 cspg_html_6383234409:434:43797:43817 Bird Fiord Bathurst Island (Northern Territory) +0.509694 cspg_html_7340411855 cspg_html_7340411855:118:15202:15219 Cardium Canada +0.25654 aapg_aa_721.html aapg_aa_721.html:754:76666:76683 Bird Spring Reno, Nevada +0.483616 aapg_af_133.html aapg_af_133.html:280:29596:29602 Racine Wisconsin +0.253847 aapg_aa_54.html aapg_aa_54.html:26:2543:2559 Chinle Entrada Sandstone +0.48348 palaios_html_5544436248 palaios_html_5544436248:375:38598:38620 Castle Hayne North Carolina +0.469168 aapg_ae_875.html aapg_ae_875.html:354:41040:41055 Coamo Puerto Rico +0.493056 aapg_ah_599.html aapg_ah_599.html:213:16346:16357 San Antonio Texas +0.263153 cspg_html_4727171280 cspg_html_4727171280:108:13212:13229 Bearpaw Edmonton, London +0.248601 cspg_html_5541937700 cspg_html_5541937700:835:104429:104446 Cardium Canada +0.250444 aapg_ad_379.html aapg_ad_379.html:201:17546:17562 Casper Cheyenne, Wyoming +0.46488 cspg_html_4326384800 cspg_html_4326384800:1051:155108:155127 Swan Hills Victoria, British Columbia +0.263165 aapg_ai_144.html aapg_ai_144.html:91:10305:10309 Bell Pine River (Michigan) +0.251472 gsa_html_1324861111 gsa_html_1324861111:25:1982:1988 Quepos Nicoya Peninsula +0.4773 aapg_aa_826.html aapg_aa_826.html:210:20385:20393 St Marys Pungo River +0.499639 aapg_ai_340.html aapg_ai_340.html:440:46719:46725 Kodiak Anchorage, Alaska +0.253952 geology_html_3686178487 geology_html_3686178487:36:4257:4270 English River Winnipeg +0.259045 aapg_ai_887.html aapg_ai_887.html:466:55875:55887 Medicine Hat Milk River, Alberta +0.243452 jgeology_html_7554381863 jgeology_html_7554381863:375:20930:20942 Medicine Hat Cheyenne, Wyoming +0.487725 sedimentology_html_4278388483 sedimentology_html_4278388483:73:8053:8062 Red River Lake Texoma +0.783633 gsa_html_4446967287 gsa_html_4446967287:9:388:395 Shuswap Great Britain +0.36234 aapg_ae_63.html aapg_ae_63.html:641:57654:57676 Sevy Dolomite Reno, Nevada +0.245895 aapg_ai_501.html aapg_ai_501.html:26:2658:2671 Lone Mountain Western world +0.471744 aapg_ai_459.html aapg_ai_459.html:308:32313:32328 Dog Creek Grady County, Georgia +0.497871 cspg_html_6795586308 cspg_html_6795586308:117:11674:11702 Kishenehn Victoria, British Columbia +0.84548 aapg_ah_276.html aapg_ah_276.html:198:19209:19226 Sisquoc Rancho Santa Margarita, California +0.739808 aapg_ad_152.html aapg_ad_152.html:368:45091:45095 Elko Reno, Nevada +0.25398 cspg_html_7678738599 cspg_html_7678738599:34:4389:4404 Elk Western Canadian Sedimentary Basin +0.472352 aapg_ac_366.html aapg_ac_366.html:19:3065:3074 Tuscarora Middle East +0.493608 cspg_html_4555867289 cspg_html_4555867289:94:11372:11394 Charlie Lake Victoria, British Columbia +0.268315 cspg_html_6927586285 cspg_html_6927586285:594:67280:67295 Liard Victoria, British Columbia +0.277504 aapg_ac_19.html aapg_ac_19.html:31:2973:2998 Smackover Arkansas +0.258572 aapg_aa_4.html aapg_aa_4.html:132:17056:17073 Genesee Genesee County, Michigan +0.278208 aapg_ah_427.html aapg_ah_427.html:660:86506:86533 Barnett East Texas +0.899652 cspg_html_9343899465 cspg_html_9343899465:717:66135:66148 Bird Fiord Ellesmere Island +0.274022 cspg_html_4495377323 cspg_html_4495377323:301:31775:31783 Columbia Victoria, British Columbia +0.456025 palaios_html_2376163646 palaios_html_2376163646:480:53895:53903 Colorado Logan, Utah +0.362815 aapg_ad_194.html aapg_ad_194.html:4:767:783 Eureka Quartzite Reno, Nevada +0.246685 aapg_af_880.html aapg_af_880.html:489:73623:73629 Kaibab Las Vegas Strip +0.481874 aapg_af_886.html aapg_af_886.html:170:7150:7159 Catahoula Whitsett, North Carolina +0.4956 jgeology_html_7697771383 jgeology_html_7697771383:92:3567:3600 Entrada Logan, Utah +0.25755 aapg_af_14.html aapg_af_14.html:255:23130:23136 Almond Cheyenne, Wyoming +0.432124 AMJC_html_7777190388 AMJC_html_7777190388:174:24380:24388 Willwood Fort Union Trading Post National Historic Site +0.477274 cspg_html_5542874609 cspg_html_5542874609:446:54359:54379 Blackstone Crowsnest Pass, Alberta +0.475547 gsa_html_1549665076 gsa_html_1549665076:553:54158:54164 Oregon Salem, Oregon +0.479655 jgeology_html_3669018334 jgeology_html_3669018334:92:3404:3414 San Miguel Mexico +0.290363 cspg_html_8387792223 cspg_html_8387792223:1256:115677:115696 Red River Manitoba +0.72919 cspg_html_3129231627 cspg_html_3129231627:221:30612:30621 Copes Bay Ellesmere Island +0.25351 gsa_html_2207983619 gsa_html_2207983619:161:9243:9249 Sierra Mexico +0.925408 gsa_html_5064963350 gsa_html_5064963350:618:65145:65154 Talkeetna Anchorage, Alaska +0.269874 cspg_html_9905904289 cspg_html_9905904289:141:17148:17155 Eastend Regina, Saskatchewan +0.49192 aapg_ae_959.html aapg_ae_959.html:2772:204922:204941 Whitehorse San Angelo, Texas +0.273004 sedimentology_html_9059871566 sedimentology_html_9059871566:1507:89555:89572 Kayenta Puebla de Sanabria +0.254058 cspg_html_5109562898 cspg_html_5109562898:14:1965:1973 Dunvegan Colorado +0.257535 cspg_html_7134658072 cspg_html_7134658072:116:16384:16402 Duvernay Lacombe, Alberta +0.268685 aapg_aa_689.html aapg_aa_689.html:65:8114:8145 Windsor Emery Theatre +0.256905 gsa_html_5272671610 gsa_html_5272671610:778:70807:70823 Sullivan Victoria, British Columbia +0.2328 aapg_ad_173.html aapg_ad_173.html:754:67210:67230 Brunswick Closter, New Jersey +0.265209 aapg_af_803.html aapg_af_803.html:181:19150:19156 Goliad Beaumont, Texas +0.257013 aapg_ai_0.html aapg_ai_0.html:1235:133044:133053 Valentine Texas +0.25938 aapg_ah_536.html aapg_ah_536.html:121:16607:16627 Sligo County Sligo +0.250368 aapg_ad_94.html aapg_ad_94.html:45:5178:5196 Eastview Ottawa, Kansas +0.268836 aapg_ak_51.html aapg_ak_51.html:69:7121:7140 Smackover Arkansas +0.259077 aapg_ah_585.html aapg_ah_585.html:123:11671:11693 Onondaga Westmoreland County, Pennsylvania +0.443916 aapg_ae_694.html aapg_ae_694.html:127:15914:15933 Woodbine Buda, Texas +0.489825 cspg_html_8535889489 cspg_html_8535889489:280:46166:46184 Deer Bay Middle East +0.24888 aapg_ae_319.html aapg_ae_319.html:625:53004:53010 Navajo Carmel, Indiana +0.267648 aapg_af_397.html aapg_af_397.html:152:18619:18626 Entrada Entrada Sandstone +0.245916 cspg_html_2498183035 cspg_html_2498183035:313:35777:35787 Swan Hills Swan Hill, Victoria +0.489765 geology_html_8979691507 geology_html_8979691507:294:27665:27675 Washington Boise, Idaho +0.262 aapg_ae_231.html aapg_ae_231.html:12:2197:2212 Marcellus Onondaga (tribe) +0.275609 aapg_ae_103.html aapg_ae_103.html:454:36322:36330 Santiago Valparaiso, Indiana +0.258332 aapg_ae_63.html aapg_ae_63.html:318:33085:33093 Prospect Absaroka +0.267534 aapg_ah_105.html aapg_ah_105.html:38:6124:6127 Abo Nashville Basin +0.2685 aapg_aa_229.html aapg_aa_229.html:414:31412:31430 Frontier Cheyenne, Wyoming +0.257983 sedimentology_html_2739036659 sedimentology_html_2739036659:924:53266:53270 Hall London, Ontario +0.262384 aapg_af_482.html aapg_af_482.html:181:25529:25542 Santa Barbara Lake Yojoa +0.25584 aapg_af_638.html aapg_af_638.html:132:10796:10805 Coldwater Antrim, County Antrim +0.484008 gsa_html_4315469594 gsa_html_4315469594:832:66383:66411 Green River New Mexico +0.3835 cspg_html_3521815736 cspg_html_3521815736:196:28356:28374 Pardonet Pine River (Michigan) +0.243486 aapg_ae_797.html aapg_ae_797.html:78:9351:9354 Ute Abajo Mountains +0.262328 aapg_aa_43.html aapg_aa_43.html:396:45044:45053 Greenhorn New Mexico +0.264812 aapg_ac_295.html aapg_ac_295.html:28:3173:3179 Banner Cheyenne, Wyoming +0.281957 aapg_aa_684.html aapg_aa_684.html:197:19285:19294 Chugwater John Crow Mountains +0.25938 aapg_ah_387.html aapg_ah_387.html:241:25757:25765 San Luis California +0.245895 geology_html_2439191324 geology_html_2439191324:14:1063:1069 Toledo Ohio +0.251779 cspg_html_9354781888 cspg_html_9354781888:1535:96552:96560 Columbia Victoria, British Columbia +0.239608 cspg_html_2729673354 cspg_html_2729673354:106:11103:11113 Bow Island Colorado +0.273525 cspg_html_4555867289 cspg_html_4555867289:453:44109:44131 Charlie Lake Victoria, British Columbia +0.53405 aapg_ad_683.html aapg_ad_683.html:87:13339:13350 Green River Fort Defiance (Illinois) +0.26104 cspg_html_8250500468 cspg_html_8250500468:563:57946:57964 Niobrara Colorado +0.483912 aapg_ac_380.html aapg_ac_380.html:503:59675:59684 Edgecliff Columbus, Ohio +0.429059 cspg_html_9683836416 cspg_html_9683836416:468:71683:71701 Foremost Regina, Saskatchewan +0.274551 cspg_html_3926542795 cspg_html_3926542795:69:11467:11477 Swan Hills Lacombe, Alberta +0.265176 aapg_aa_98.html aapg_aa_98.html:195:16993:17007 Mission Canyon Regina, Saskatchewan +0.248985 aapg_ai_158.html aapg_ai_158.html:443:47543:47551 Michigan Iowa +0.261117 gsa_html_2662905881 gsa_html_2662905881:13:714:722 Colorado Anchorage, Alaska +0.419 aapg_aa_133.html aapg_aa_133.html:8:1303:1316 Cardium Redwater, Texas +0.235125 AMJC_html_3176626886 AMJC_html_3176626886:672:66633:66643 Washington Carmichael, California +0.259739 gsa_html_3436154175 gsa_html_3436154175:1108:88415:88436 Green River Cheyenne, Wyoming +0.477402 aapg_ac_301.html aapg_ac_301.html:6:982:1002 Kinnikinic Quartzite Western world +0.245508 gsa_html_5737673651 gsa_html_5737673651:499:41772:41781 Flagstaff Chinle Formation +0.238797 gsa_html_2168907540 gsa_html_2168907540:543:57436:57447 Black Creek Republic of China +0.436188 aapg_ac_471.html aapg_ac_471.html:302:32571:32599 Prairie Regina, Saskatchewan +0.488177 aapg_af_904.html aapg_af_904.html:21:3090:3096 Sabine Western world +0.25245 aapg_ah_529.html aapg_ah_529.html:277:28406:28413 El Paso New Mexico +0.251923 aapg_ai_689.html aapg_ai_689.html:252:29196:29227 Haymond Texas +0.470378 aapg_ac_333.html aapg_ac_333.html:250:32211:32215 Rico Hermosa, Chicago +0.822348 cspg_html_9119878068 cspg_html_9119878068:355:43947:43966 Waterways Swan Hill, Victoria +0.265189 aapg_ai_399.html aapg_ai_399.html:99:11109:11125 Ripley Kentucky +0.488696 aapg_ad_2.html aapg_ad_2.html:1138:155676:155687 Wissahickon Pennsylvania +0.242853 aapg_ad_379.html aapg_ad_379.html:326:27369:27377 San Luis Colorado +0.46455 aapg_aa_960.html aapg_aa_960.html:383:30968:30975 Wingate Entrada Sandstone +0.260598 aapg_ad_880.html aapg_ad_880.html:250:25183:25206 Gypsum Spring Black Hills +0.372519 geology_html_4907985690 geology_html_4907985690:152:16260:16278 Moenkopi Logan, Utah +0.26322 aapg_ah_903.html aapg_ah_903.html:11:1275:1287 Wilcox Bossier City, Louisiana +0.500123 gsa_html_8053816650 gsa_html_8053816650:980:96085:96090 Lyell London, Ontario +0.24174 aapg_ah_647.html aapg_ah_647.html:438:47078:47088 Naco Earp, California +0.26622 aapg_ak_112.html aapg_ak_112.html:3:208:226 Dunvegan Victoria, British Columbia +0.263082 aapg_af_308.html aapg_af_308.html:367:42285:42291 Salina Onondaga (tribe) +0.260554 gsa_html_5394777952 gsa_html_5394777952:145:13759:13783 Morrison Sierra Nevada (Spain) +0.858968 aapg_ac_65.html aapg_ac_65.html:819:67970:67987 Minturn Colorado +0.24549 gsa_html_5625878232 gsa_html_5625878232:256:36147:36169 San Jose Sucia Island +0.252 cspg_html_2758324131 cspg_html_2758324131:30:5726:5736 Big Valley Williston Basin +0.251906 cspg_html_5949578130 cspg_html_5949578130:857:98875:98881 Denver Colorado +0.250498 aapg_ah_339.html aapg_ah_339.html:377:33962:33970 Onondaga Sellersburg, Indiana +0.265125 aapg_aa_314.html aapg_aa_314.html:83:10934:10955 Laurel Long Island (Massachusetts) +0.266682 sedimentology_html_3865745685 sedimentology_html_3865745685:1543:108886:108907 Peace River Lacombe, Alberta +0.25653 aapg_ae_812.html aapg_ae_812.html:84:9163:9180 Tamabra Matamoros, Tamaulipas +0.484632 aapg_ai_468.html aapg_ai_468.html:50:6599:6606 Hosston Cotton Valley, Louisiana +0.490782 aapg_ae_388.html aapg_ae_388.html:1784:111747:111757 Cedar Keys Melbourne, Florida +0.255972 aapg_aa_702.html aapg_aa_702.html:841:112024:112039 Supai Arizona +0.709326 aapg_ae_473.html aapg_ae_473.html:383:35107:35123 Lisbon Winona, Mississippi +0.259017 aapg_ad_717.html aapg_ad_717.html:115:12503:12509 Diablo Carrizo Plain +0.263144 geology_html_2278842821 geology_html_2278842821:162:17545:17553 Michigan Montreal +0.482664 aapg_aa_114.html aapg_aa_114.html:180:20186:20203 La Joya Shreveport, Louisiana +0.25351 aapg_af_593.html aapg_af_593.html:88:6912:6923 Chazy Cornwall, Ontario +0.476252 aapg_ae_68.html aapg_ae_68.html:582:58922:58939 Oquirrh Logan, Utah +0.257446 palaios_html_2048556014 palaios_html_2048556014:95:9890:9914 Conasauga Great Basin +0.436 aapg_ae_711.html aapg_ae_711.html:3:442:462 Hartshorne Arkoma, Oklahoma +0.267189 aapg_af_852.html aapg_af_852.html:178:18476:18482 Toroweap Arizona +0.354198 aapg_af_575.html aapg_af_575.html:1189:170984:171000 Dakota Iowa +0.253008 aapg_ai_139.html aapg_ai_139.html:271:24863:24871 Foremost Southern Alberta +0.249424 aapg_af_187.html aapg_af_187.html:13:1246:1259 Cotton Valley Haynesville, Louisiana +0.248122 cspg_html_5832944175 cspg_html_5832944175:431:47094:47104 Washington Salem, Oregon +0.46968 gsa_html_3720789279 gsa_html_3720789279:1186:109837:109843 Oregon Boise, Idaho +0.47634 aapg_aa_721.html aapg_aa_721.html:779:78161:78182 Bird Spring Clark County, Indiana +0.249856 gsa_html_7765430810 gsa_html_7765430810:15:592:605 Santa Barbara California +0.259072 aapg_ah_76.html aapg_ah_76.html:31:4093:4117 Bedford California +0.45521 aapg_ad_715.html aapg_ad_715.html:160:19263:19282 Seminole North Carolina +0.478116 AMJC_html_3664856625 AMJC_html_3664856625:300:33894:33904 Fort Union Powder River Basin +0.263144 sedimentology_html_7390870545 sedimentology_html_7390870545:149:13540:13557 Bearpaw Regina, Saskatchewan +0.24628 sedimentology_html_1293179143 sedimentology_html_1293179143:946:72969:72988 Spearfish Williston Basin +0.247475 aapg_af_51.html aapg_af_51.html:71:11032:11046 Rico Middle East +0.468936 aapg_aa_777.html aapg_aa_777.html:68:7954:7959 Uinta Lake Bonneville +0.46872 aapg_ah_647.html aapg_ah_647.html:306:32810:32827 Sly Gap New Mexico +0.459828 aapg_ad_720.html aapg_ad_720.html:701:60834:60846 Dockum Llano Estacado +0.469755 cspg_html_8298261690 cspg_html_8298261690:669:67218:67234 Viking Canada +0.249856 aapg_ad_152.html aapg_ad_152.html:287:36042:36054 Diamond Peak Nye County, Nevada +0.515601 aapg_ah_654.html aapg_ah_654.html:1290:119767:119787 Phosphoria Cheyenne, Wyoming +0.244458 cspg_html_7182873498 cspg_html_7182873498:54:10166:10179 Salina Guelph +0.51064 aapg_aa_23.html aapg_aa_23.html:265:29758:29766 Winnipeg Winnipeg +0.486244 cspg_html_3908181328 cspg_html_3908181328:95:12205:12210 Logan Perth, Western Australia +0.475 aapg_ah_182.html aapg_ah_182.html:254:26484:26495 Jacksonburg Pennsylvania +0.496544 aapg_ae_534.html aapg_ae_534.html:190:18950:18956 Denver Colorado +0.49665 cspg_html_8756009083 cspg_html_8756009083:765:78594:78615 Hare Indian McKenzie River +0.257049 gsa_html_2561127673 gsa_html_2561127673:324:28458:28477 Quinn River Victoria, British Columbia +0.48195 cspg_html_1993014403 cspg_html_1993014403:342:42009:42021 Pierre Cheyenne, Wyoming +0.506782 aapg_ad_864.html aapg_ad_864.html:112:14501:14510 Red Bluff Washington (state) +0.810216 aapg_aa_23.html aapg_aa_23.html:220:23522:23530 Winnipeg Pelican Lake, Wisconsin +0.26988 aapg_ad_152.html aapg_ad_152.html:68:10528:10540 Diamond Peak Reno, Nevada +0.428792 palaios_html_8391206976 palaios_html_8391206976:300:44685:44692 Bedford Waynesville, North Carolina +0.265224 palaios_html_2746116737 palaios_html_2746116737:40:4208:4220 Wilcox Lisbon +0.497789 aapg_ac_56.html aapg_ac_56.html:180:13811:13820 Smackover Mexico +0.266616 aapg_ad_721.html aapg_ad_721.html:597:57778:57788 Whitehorse Carlsbad, New Mexico +0.262143 cspg_html_4822015639 cspg_html_4822015639:218:35741:35752 Levis Reno, Nevada +0.472553 aapg_ad_169.html aapg_ad_169.html:270:31349:31367 Greenbrier Huntington, West Virginia +0.259434 cspg_html_9522721075 cspg_html_9522721075:6:432:450 Whitemud Regina, Saskatchewan +0.46128 aapg_ad_4.html aapg_ad_4.html:354:26701:26710 Frankfort Lexington, Kentucky +0.243915 aapg_ad_194.html aapg_ad_194.html:148:15037:15054 Carrara Cornwall, Ontario +0.25553 aapg_ai_996.html aapg_ai_996.html:1289:55751:55757 Peedee Black Creek (Toronto) +0.230336 aapg_ac_616.html aapg_ac_616.html:97:13501:13514 Lake Michigan Pacific coast +0.47094 cspg_html_1644457308 cspg_html_1644457308:438:46991:46999 Columbia Lacombe, Alberta +0.244701 sedimentology_html_3424454943 sedimentology_html_3424454943:543:40606:40610 Hall London, Ontario +0.251412 gsa_html_7938666655 gsa_html_7938666655:933:81705:81739 Seymour Canal Anchorage, Alaska +0.255867 aapg_ae_958.html aapg_ae_958.html:1734:151071:151092 Bluff Carlsbad, New Mexico +0.249991 aapg_ae_25.html aapg_ae_25.html:433:56781:56808 Athabasca Lacombe, Alberta +0.476215 cspg_html_4115156925 cspg_html_4115156925:6:357:375 Halfway Lacombe, Alberta +0.805434 gsa_html_7153425423 gsa_html_7153425423:916:73930:73961 Naknek Talkeetna Mountains +0.243892 jgeology_html_3353186896 jgeology_html_3353186896:87:3437:3513 Pinto Mojave Desert +0.263262 cspg_html_7561290301 cspg_html_7561290301:207:25098:25107 Keg River Black Creek (Toronto) +0.696696 aapg_ai_860.html aapg_ai_860.html:137:21067:21085 Moccasin San Fernando Valley +0.500646 aapg_ae_643.html aapg_ae_643.html:415:51502:51516 Brallier Chemung, New York +0.239057 sedimentology_html_7890137524 sedimentology_html_7890137524:1057:64778:64782 Hall London, Ontario +0.39274 aapg_ae_296.html aapg_ae_296.html:38:4227:4240 Brushy Canyon Delaware +0.259045 aapg_aa_821.html aapg_aa_821.html:193:15485:15493 Colorado Denver +0.255398 aapg_ac_126.html aapg_ac_126.html:190:27554:27575 Haynesville Haynesville, Louisiana +0.358869 aapg_af_608.html aapg_af_608.html:145:15430:15449 Red Bluff Mississippi River +0.504774 aapg_af_508.html aapg_af_508.html:500:52164:52180 Viking Lacombe, Alberta +0.481005 geology_html_9479859164 geology_html_9479859164:11:495:501 Oregon Salem, Oregon +0.50688 aapg_ai_969.html aapg_ai_969.html:517:54720:54733 Bearpaw Regina, Saskatchewan +0.4826 aapg_aa_928.html aapg_aa_928.html:395:46586:46597 Santa Clara Western world +0.24908 geology_html_1733534725 geology_html_1733534725:17:778:784 Reston Virginia +0.486864 gsa_html_8881958017 gsa_html_8881958017:90:11115:11127 Nicola Victoria, British Columbia +0.472688 gsa_html_1217771406 gsa_html_1217771406:405:35665:35689 Monterey Santa Cruz Island +0.272468 aapg_aa_699.html aapg_aa_699.html:3:196:204 Michigan Ohio +0.472884 aapg_ai_699.html aapg_ai_699.html:534:64708:64716 Bathurst Nassau, Bahamas +0.247328 aapg_ad_946.html aapg_ad_946.html:118:13986:13994 Adaville Evanston, Wyoming +0.499639 aapg_ai_313.html aapg_ai_313.html:139:16719:16744 Imperial Palm Springs, California +0.246092 aapg_af_663.html aapg_af_663.html:53:5908:5924 Hertha Fort Scott National Historic Site +0.483383 jgeology_html_4305195651 jgeology_html_4305195651:467:47126:47144 Catskill Port Matilda, Pennsylvania +0.377118 aapg_ac_569.html aapg_ac_569.html:270:37113:37141 Green River Colorado +0.393162 aapg_af_575.html aapg_af_575.html:1130:162681:162692 Paluxy Texas +0.2425 cspg_html_9343899465 cspg_html_9343899465:2178:199370:199377 Fram Banks Island +0.481265 geology_html_4666930492 geology_html_4666930492:319:21666:21675 San Diego California +0.826434 aapg_ai_146.html aapg_ai_146.html:289:18782:18799 Rierdon Southern Alberta +0.252494 cspg_html_5241714595 cspg_html_5241714595:14:1856:1874 Duvernay Lacombe, Alberta +0.253506 cspg_html_8571955552 cspg_html_8571955552:295:36889:36905 Kingak Porcupine River (Ontario) +0.2522 aapg_ad_760.html aapg_ad_760.html:169:18908:18930 Modelo Royal Botanic Gardens, Kew +0.25146 aapg_ai_958.html aapg_ai_958.html:102:10225:10231 Goliad Cuero, Texas +0.243552 aapg_af_561.html aapg_af_561.html:316:27491:27509 Sundance South Fork Eel River +0.239568 cspg_html_6356755616 cspg_html_6356755616:40:6624:6642 Edmonton Lacombe, Alberta +0.243452 aapg_ad_351.html aapg_ad_351.html:139:14831:14835 Noel Missouri River +0.271932 aapg_ah_387.html aapg_ah_387.html:3016:332121:332130 Knoxville Great Valley, New York +0.70004 gsa_html_5756232019 gsa_html_5756232019:807:70917:70927 San Andres New Mexico +0.267168 cspg_html_9807337907 cspg_html_9807337907:15:2597:2617 Stony Mountain Williston Basin +0.261117 aapg_ak_135.html aapg_ak_135.html:262:40217:40235 San Onofre Breccia Sunset Beach, California +0.259077 sedimentology_html_8732044704 sedimentology_html_8732044704:380:14738:14750 Saskatchewan Saskatoon +0.508642 aapg_ad_871.html aapg_ad_871.html:31:3730:3750 Traverse Lake Huron +0.487113 gsa_html_7199417381 gsa_html_7199417381:604:62499:62516 White River Wisconsin +0.267289 aapg_ai_584.html aapg_ai_584.html:927:97301:97311 Wind River Powder River (Montana) +0.236027 jgeology_html_3924418909 jgeology_html_3924418909:182:14088:14104 Navajo Colorado Plateau +0.51324 cspg_html_5241714595 cspg_html_5241714595:8:863:885 Winnipegosis Lacombe, Alberta +0.248003 aapg_ak_105.html aapg_ak_105.html:96:12677:12686 Flagstaff Flagstaff, Arizona +0.511572 aapg_ah_519.html aapg_ah_519.html:6:1071:1093 Burro Canyon Logan, Utah +0.482532 aapg_aa_904.html aapg_aa_904.html:665:59994:60001 Grizzly Victoria, British Columbia +0.496544 aapg_af_551.html aapg_af_551.html:199:22064:22085 Lake Valley Alamogordo, New Mexico +0.24617 palaios_html_6701247957 palaios_html_6701247957:102:9564:9575 Black River Jamaica, Queens +0.241775 aapg_ad_763.html aapg_ad_763.html:149:16931:16942 San Jacinto San Gabriel Valley +0.2652 aapg_af_395.html aapg_af_395.html:22:4192:4196 Bond Ardmore, Pennsylvania +0.257526 gsa_html_5136288307 gsa_html_5136288307:658:69133:69151 Yorktown Virginia +0.270864 aapg_ad_223.html aapg_ad_223.html:72:7816:7826 Fort Worth Guatemala +0.252494 cspg_html_2863271815 cspg_html_2863271815:529:63733:63749 Guelph Ontario, California +0.48042 geology_html_9343070577 geology_html_9343070577:296:20556:20575 Pocatello Boise, Idaho +0.49234 gsa_html_7662610396 gsa_html_7662610396:1043:74966:74994 Green River New Mexico +0.250857 aapg_ah_662.html aapg_ah_662.html:492:48184:48201 Repetto California +0.23465 palaios_html_6605749307 palaios_html_6605749307:452:44488:44512 Navajo Colorado Plateau +0.251196 aapg_ad_648.html aapg_ad_648.html:170:19132:19150 Niobrara Niobrara, Nebraska +0.255867 palaios_html_2298416430 palaios_html_2298416430:229:24508:24524 Lance Cheyenne, Wyoming +0.248901 gsa_html_1662492421 gsa_html_1662492421:634:56420:56430 Washington Snohomish River +0.24892 sedimentology_html_7173233072 sedimentology_html_7173233072:1342:79357:79365 Victoria Victoria, British Columbia +0.254364 gsa_html_7808051457 gsa_html_7808051457:581:55256:55273 Manitou Colorado +0.668582 aapg_ah_876.html aapg_ah_876.html:38:5093:5103 Citronelle Mississippi River +0.490496 gsa_html_9659678253 gsa_html_9659678253:667:51889:51917 Green River New Mexico +0.49215 gsa_html_6117440194 gsa_html_6117440194:1224:109917:109925 Colorado Denver +0.36096 palaios_html_2746116737 palaios_html_2746116737:38:3961:3988 Tallahatta Alabama +0.491185 aapg_ai_67.html aapg_ai_67.html:3:179:198 Oil Creek Nashville Basin +0.261612 cspg_html_4287356899 cspg_html_4287356899:3260:341471:341492 Trold Fiord Victoria, British Columbia +0.370944 aapg_ai_49.html aapg_ai_49.html:676:88565:88573 Moenkopi Reno, Nevada +0.2565 gsa_html_9053175553 gsa_html_9053175553:511:51951:51979 Green River Cheyenne, Wyoming +0.25324 aapg_ai_996.html aapg_ai_996.html:1259:53725:53738 Potomac Raritan River +0.465588 sedimentology_html_6711774295 sedimentology_html_6711774295:979:83157:83169 Owens Valley California +0.237474 sedimentology_html_8510537334 sedimentology_html_8510537334:1658:126503:126531 Escuminac Quebec City +0.373164 aapg_ae_419.html aapg_ae_419.html:210:26320:26326 Tuxpan Veracruz, Veracruz +0.269724 geology_html_7800169862 geology_html_7800169862:205:19674:19684 Wellington Antarctica +0.474366 cspg_html_3102530088 cspg_html_3102530088:10:935:949 Lea Park Lacombe, Alberta +0.491512 aapg_ae_465.html aapg_ae_465.html:182:19325:19331 Paluxy Lewisville, Texas +0.485352 aapg_ac_920.html aapg_ac_920.html:87:14044:14061 Oquirrh Reno, Nevada +0.254881 gsa_html_5495469347 gsa_html_5495469347:895:71057:71065 Rockwell California +0.49632 gsa_html_1679507393 gsa_html_1679507393:862:80772:80800 Green River Iran +0.264784 aapg_af_551.html aapg_af_551.html:240:25161:25180 Percha Sacramento Mountains (California) +0.491582 aapg_ai_219.html aapg_ai_219.html:39:3795:3811 Tyonek Cook Inlet +0.255021 aapg_af_144.html aapg_af_144.html:969:107557:107580 Pico California +0.245058 palaios_html_6605749307 palaios_html_6605749307:10:403:428 Navajo Arizona +0.3655 aapg_ad_756.html aapg_ad_756.html:247:29324:29331 Saginaw Muskegon, Michigan +0.254514 cspg_html_8535889489 cspg_html_8535889489:218:32061:32080 Mould Bay Melville Island (Canada) +0.493954 aapg_ah_469.html aapg_ah_469.html:304:27502:27519 Reklaw Mississippi River +0.272874 aapg_ae_319.html aapg_ae_319.html:526:44681:44697 Chinle Logan, Utah +0.506447 aapg_ai_772.html aapg_ai_772.html:61:7277:7293 Yucatan Guatemala +0.255987 cspg_html_9725676031 cspg_html_9725676031:91:14367:14375 Columbia Victoria, British Columbia +0.504172 sedimentology_html_6261114825 sedimentology_html_6261114825:723:57871:57889 Monterey California +0.469437 aapg_ai_49.html aapg_ai_49.html:306:38360:38370 Twin Creek Colorado +0.908109 aapg_af_98.html aapg_af_98.html:24:3779:3795 Dakota Cedar Mountains +0.251979 cspg_html_1336185084 cspg_html_1336185084:394:43052:43071 Clearwater Lacombe, Alberta +0.4848 gsa_html_1190215699 gsa_html_1190215699:60:5136:5144 Victoria Russia +0.536826 aapg_ad_466.html aapg_ad_466.html:1573:166153:166160 Magothy East Asia +0.368262 gsa_html_4113859081 gsa_html_4113859081:9:334:346 Owens Valley California +0.252486 palaios_html_2006394095 palaios_html_2006394095:328:20365:20369 Hall London, Ontario +0.254014 aapg_ae_16.html aapg_ae_16.html:204:23625:23647 Charlie Lake Lacombe, Alberta +0.253092 aapg_aa_287.html aapg_aa_287.html:294:35798:35821 Viking England +0.503949 cspg_html_6306091047 cspg_html_6306091047:726:99432:99451 Pardonet Lacombe, Alberta +0.48514 aapg_aa_808.html aapg_aa_808.html:313:34492:34513 Huntingdon Victoria, British Columbia +0.477594 gsa_html_5359072838 gsa_html_5359072838:1024:75627:75655 Green River Colorado +0.4956 aapg_aa_906.html aapg_aa_906.html:624:65660:65680 Fort Union Cheyenne, Wyoming +0.49536 aapg_ah_126.html aapg_ah_126.html:54:4819:4827 Phillips Cleveland +0.254961 cspg_html_8694594891 cspg_html_8694594891:24:2536:2565 Laurentian Ottawa, Kansas +0.50076 palaios_html_6268975914 palaios_html_6268975914:624:62720:62727 Jackson Caribbean +0.47975 aapg_ah_438.html aapg_ah_438.html:63:6500:6518 Onondaga Chemung, New York +0.47748 cspg_html_5403901844 cspg_html_5403901844:21:3089:3107 Nahanni Manitoba +0.25948 geology_html_8555444116 geology_html_8555444116:240:22417:22423 Laguna Venezuela +0.4893 aapg_ae_415.html aapg_ae_415.html:392:50319:50328 Vicksburg Mississippi River +0.249984 cspg_html_2165379999 cspg_html_2165379999:6:423:462 Sulphur Point Lacombe, Alberta +0.5061 aapg_ad_882.html aapg_ad_882.html:270:22138:22156 Toroweap Kaibab, Arizona +0.264196 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17898:17906 Columbia Salem, Oregon +0.485811 aapg_af_397.html aapg_af_397.html:550:63740:63747 Entrada Entrada Sandstone +0.264578 cspg_html_3518879351 cspg_html_3518879351:6:278:302 Swift Regina, Saskatchewan +0.258048 aapg_ae_260.html aapg_ae_260.html:59:7841:7849 Wolfcamp Orenburg Oblast +0.257 cspg_html_3983222630 cspg_html_3983222630:11:893:900 Cardium Victoria, British Columbia +0.253512 cspg_html_4336039563 cspg_html_4336039563:10:1138:1158 Halfway Western world +0.25143 aapg_ac_324.html aapg_ac_324.html:553:72931:72958 Prospect Snake Creek +0.255524 aapg_ah_865.html aapg_ah_865.html:508:66236:66246 Santa Cruz Cuenca, Spain +0.488898 AMJC_html_5722410163 AMJC_html_5722410163:857:76866:76870 Elko Reno, Nevada +0.483759 aapg_ad_603.html aapg_ad_603.html:182:15466:15472 Casper Cheyenne, Wyoming +0.237626 aapg_ae_63.html aapg_ae_63.html:393:39987:39996 Pocatello Pocatello, Idaho +0.272228 aapg_ak_69.html aapg_ak_69.html:3:443:457 Nuka Northwest Arctic Borough, Alaska +0.382356 cspg_html_5241714595 cspg_html_5241714595:252:39570:39590 Besa River Victoria, British Columbia +0.498324 aapg_ae_845.html aapg_ae_845.html:110:12225:12231 Dakota Colorado +0.497789 aapg_aa_645.html aapg_aa_645.html:107:14597:14613 Lakota Cheyenne, Wyoming +0.491384 cspg_html_4409656292 cspg_html_4409656292:698:75755:75774 Peace River Lacombe, Alberta +0.257526 aapg_aa_563.html aapg_aa_563.html:390:50044:50064 Eagle Uvalde, Texas +0.46683 aapg_af_575.html aapg_af_575.html:1135:163291:163311 Fredericksburg Goodland, Kansas +0.446505 aapg_ad_2.html aapg_ad_2.html:392:59185:59202 Potsdam Adirondack Park +0.47232 sedimentology_html_1340746782 sedimentology_html_1340746782:118:12327:12332 Hondo China +0.253528 aapg_ac_235.html aapg_ac_235.html:337:33565:33573 Cloverly Otter Creek, Florida +0.269808 aapg_af_130.html aapg_af_130.html:308:49322:49329 Dotsero Colorado +0.499465 AMJC_html_3664856625 AMJC_html_3664856625:53:6662:6682 Fort Union Miles City, Montana +0.35928 cspg_html_9648675035 cspg_html_9648675035:568:51747:51769 Shaftesbury Victoria, British Columbia +0.482463 aapg_ae_612.html aapg_ae_612.html:267:24192:24200 Scotland Svalbard +0.463398 palaios_html_3112927242 palaios_html_3112927242:987:74895:74904 Tuscarora Juniata County School District +0.259077 cspg_html_9275863663 cspg_html_9275863663:119:17386:17391 Flume Lacombe, Alberta +0.472443 sedimentology_html_8384737970 sedimentology_html_8384737970:82:9451:9467 Carmel Phoenix, Arizona +0.484946 cspg_html_8727758678 cspg_html_8727758678:130:5912:5924 Granite Wash Alta, Utah +0.26019 aapg_aa_698.html aapg_aa_698.html:252:22501:22517 Muskeg Lacombe, Alberta +0.501557 aapg_ad_457.html aapg_ad_457.html:452:52192:52213 Green River Cheyenne, Wyoming +0.243542 sedimentology_html_5746467239 sedimentology_html_5746467239:1633:112466:112472 Cooper San Francisco +0.25899 cspg_html_8904992939 cspg_html_8904992939:336:40319:40352 Deadwood Western world +0.469436 aapg_af_654.html aapg_af_654.html:208:18882:18893 Shoal River White Creek, New York +0.253356 aapg_ai_898.html aapg_ai_898.html:232:26764:26799 Marcellus Ontario, California +0.483336 aapg_ad_223.html aapg_ad_223.html:17:2003:2009 Brazil Peru, Indiana +0.248003 palaios_html_3716883934 palaios_html_3716883934:106:10995:11009 Bond Illinois +0.26979 aapg_ai_828.html aapg_ai_828.html:366:36623:36635 Wilcox Texas +0.244398 aapg_ai_692.html aapg_ai_692.html:21:3846:3866 Rico Liberia +0.521696 aapg_ac_5.html aapg_ac_5.html:164:16502:16518 Viking Regina, Saskatchewan +0.472787 geology_html_6868377343 geology_html_6868377343:140:12980:12986 Sabine Shreveport, Louisiana +0.889592 aapg_af_666.html aapg_af_666.html:452:38161:38169 Frontier Niobrara, Nebraska +0.55552 aapg_ad_192.html aapg_ad_192.html:80:10898:10913 Tuscaloosa Tuscaloosa, Alabama +0.520908 aapg_af_436.html aapg_af_436.html:350:42853:42860 Chemung Chemung, New York +0.23 aapg_ai_357.html aapg_ai_357.html:70:8696:8706 Rio Grande Austin, Chicago +0.25414 aapg_ah_77.html aapg_ah_77.html:144:21453:21472 Rock Springs Wasatch Range +0.26826 aapg_af_891.html aapg_af_891.html:256:27822:27829 Tecovas Santa Rosa, California +0.518 gsa_html_8064738025 gsa_html_8064738025:518:46209:46237 Green River Colorado +0.266231 geology_html_4781601757 geology_html_4781601757:270:25677:25685 Rockwell San Jacinto, California +0.477347 aapg_ah_48.html aapg_ah_48.html:414:51682:51686 Wendover Nebraska +0.862164 sedimentology_html_7775845660 sedimentology_html_7775845660:915:66822:66836 Monterey California +0.255488 aapg_ai_29.html aapg_ai_29.html:658:84008:84014 Lissie Beaumont, Texas +0.259979 aapg_ai_15.html aapg_ai_15.html:18:2099:2115 Midway Shreveport, Louisiana +0.499596 gsa_html_8332639056 gsa_html_8332639056:31:2797:2825 Green River Colorado +0.269336 aapg_ac_879.html aapg_ac_879.html:65:8752:8771 Knoxville California +0.251346 aapg_af_664.html aapg_af_664.html:354:39242:39252 San Andres Terrell County, Georgia +0.24582 aapg_ah_847.html aapg_ah_847.html:141:15792:15800 Navesink Monmouth County, New Jersey +0.25872 aapg_ae_959.html aapg_ae_959.html:1589:115500:115520 Dog Creek Texas +0.510188 aapg_af_142.html aapg_af_142.html:220:27599:27621 Cotton Valley Mexico +0.49504 gsa_html_1316826711 gsa_html_1316826711:888:70490:70498 Columbia Victoria, British Columbia +0.267289 aapg_ai_66.html aapg_ai_66.html:13:1724:1740 Pierre Colorado +0.236572 cspg_html_4326384800 cspg_html_4326384800:869:123172:123192 Trout River Iowa +0.243013 geology_html_3433614123 geology_html_3433614123:152:11802:11816 Carrara Vienna +0.239538 gsa_html_2076560873 gsa_html_2076560873:651:63101:63116 Melville Island Canadian Arctic Archipelago +0.254625 AMJC_html_6341723617 AMJC_html_6341723617:1182:98654:98685 Green River Colorado +0.264704 sedimentology_html_7488726250 sedimentology_html_7488726250:480:42865:42888 Kingston Peak Svalbard and Jan Mayen +0.443145 aapg_aa_898.html aapg_aa_898.html:207:23884:23903 Flagstaff Wasatch Range +0.2652 cspg_html_1894459898 cspg_html_1894459898:452:43234:43262 Prairie Regina, Saskatchewan +0.260925 cspg_html_5955028331 cspg_html_5955028331:500:60683:60699 Viking Canada +0.45504 geology_html_2632215670 geology_html_2632215670:336:26312:26318 Kodiak Anchorage, Alaska +0.491667 aapg_ah_779.html aapg_ah_779.html:752:126479:126494 Olentangy Ohio +0.508664 aapg_af_130.html aapg_af_130.html:161:28678:28708 Ouray Arizona +0.281986 aapg_ah_378.html aapg_ah_378.html:204:19314:19321 Tecovas Santa Rosa, California +0.4675 geology_html_7817649603 geology_html_7817649603:246:22754:22759 Grove California +0.497488 AMJC_html_2046554116 AMJC_html_2046554116:485:48764:48774 Washington Paull +0.475134 aapg_ae_474.html aapg_ae_474.html:9:1232:1248 Bethel Illinois +0.24696 aapg_ad_439.html aapg_ad_439.html:289:39092:39096 Hess Papua New Guinea +0.249984 gsa_html_2717448156 gsa_html_2717448156:681:69055:69073 Mackenzie Canada +0.281298 aapg_aa_463.html aapg_aa_463.html:248:47592:47599 Hosston Cotton Valley, Louisiana +0.470288 cspg_html_9894399778 cspg_html_9894399778:80:7353:7361 Ashville Ashville, Ohio +0.3545 aapg_af_91.html aapg_af_91.html:170:18782:18801 Fish Haven Dolomite Logan, Utah +0.482275 cspg_html_4257076625 cspg_html_4257076625:501:65459:65479 Long Point Middle Ordovician +0.482733 aapg_ae_772.html aapg_ae_772.html:11:1079:1104 Crevasse Canyon Mancos, Colorado +0.25641 sedimentology_html_1356878970 sedimentology_html_1356878970:2381:142097:142111 Pico California +0.256905 cspg_html_9637099986 cspg_html_9637099986:152:18905:18931 Athabasca Lacombe, Alberta +0.497424 aapg_aa_645.html aapg_aa_645.html:133:18851:18859 Kootenai Lacombe, Alberta +0.482112 cspg_html_6193252551 cspg_html_6193252551:507:59431:59437 Cabano Quebec City +0.250901 sedimentology_html_6051696699 sedimentology_html_6051696699:286:24825:24833 Paradise Papua New Guinea +0.270319 aapg_aa_712.html aapg_aa_712.html:106:12828:12843 Glenwood Platteville, Colorado +0.498456 sedimentology_html_1832262387 sedimentology_html_1832262387:764:54915:54923 Montreal Montreal +0.493735 aapg_ai_726.html aapg_ai_726.html:399:53136:53140 Java New Zealand +0.454104 aapg_ad_983.html aapg_ad_983.html:159:14539:14546 Venango Pleasantville, Venango County, Pennsylvania +0.257526 aapg_af_113.html aapg_af_113.html:22:2785:2793 Michigan Cincinnati +0.489204 gsa_html_9572048497 gsa_html_9572048497:1477:129164:129192 Green River Colorado +0.501642 cspg_html_4343998218 cspg_html_4343998218:176:20496:20533 Bay Fiord Little Cornwallis Island +0.28765 aapg_ac_221.html aapg_ac_221.html:109:13000:13013 Santa Barbara Santa Monica, California +0.250494 gsa_html_6136696916 gsa_html_6136696916:11:503:509 Oregon Salem, Oregon +0.257554 gsa_html_2717448156 gsa_html_2717448156:1124:111533:111543 Washington Spokane, Washington +0.472553 aapg_af_664.html aapg_af_664.html:605:67668:67681 Brushy Canyon Delaware +0.25449 cspg_html_3871608501 cspg_html_3871608501:92:9966:9978 Grande Greve York +0.475132 aapg_ad_120.html aapg_ad_120.html:162:14046:14058 Saskatchewan Victoria, British Columbia +0.461279 geology_html_4252091549 geology_html_4252091549:172:16909:16933 Protection Closter, New Jersey +0.48323 cspg_html_8810326121 cspg_html_8810326121:12:1002:1009 Serpent Espanola, Ontario +0.256542 cspg_html_5541937700 cspg_html_5541937700:916:110376:110392 Viking Canada +0.48384 gsa_html_6483475519 gsa_html_6483475519:54:3468:3496 Green River Colorado +0.268299 cspg_html_9185158332 cspg_html_9185158332:5:258:287 Dunvegan Canada +0.273408 aapg_ah_318.html aapg_ah_318.html:1215:122035:122058 Cotton Valley Arkansas +0.262108 palaios_html_4880574501 palaios_html_4880574501:181:22071:22075 Kope Netherlands +0.2583 aapg_ad_982.html aapg_ad_982.html:72:5819:5827 Onondaga Edgecliff, New South Wales +0.497424 aapg_aa_702.html aapg_aa_702.html:1002:120597:120614 Hermosa Logan, Utah +0.253005 aapg_ai_615.html aapg_ai_615.html:422:36511:36534 Brushy Canyon Texas +0.270848 aapg_aa_231.html aapg_aa_231.html:299:28316:28322 Pierre Sharon Springs, Kansas +0.509427 cspg_html_7307388012 cspg_html_7307388012:297:35977:35993 Fernie Lacombe, Alberta +0.274968 geology_html_8086230553 geology_html_8086230553:270:20873:20885 Pierre Iowa +0.26877 cspg_html_5484260516 cspg_html_5484260516:1321:117037:117055 Palliser Canada +0.245025 aapg_ad_440.html aapg_ad_440.html:206:18487:18491 Hall Norwood, Massachusetts +0.498316 gsa_html_6869840610 gsa_html_6869840610:609:47546:47559 Madison Logan, Utah +0.4465 aapg_ai_747.html aapg_ai_747.html:44:4017:4032 Sligo Karnes County, Texas +0.24451 aapg_ah_824.html aapg_ah_824.html:184:14840:14851 Mabou Bridgetown, Nova Scotia +0.3835 aapg_af_263.html aapg_af_263.html:8:1342:1362 Otto Fiord Ellesmere Island +0.272664 aapg_aa_322.html aapg_aa_322.html:285:26739:26755 Moorefield Arkansas +0.48858 cspg_html_4319383223 cspg_html_4319383223:43:7200:7208 Columbia Victoria, British Columbia +0.491493 geology_html_3608984142 geology_html_3608984142:55:5124:5139 Diablo Chihuahua (state) +0.246813 aapg_ah_140.html aapg_ah_140.html:196:20432:20440 Colorado Denver +0.473616 aapg_ae_519.html aapg_ae_519.html:260:28868:28882 Weir Raleigh, North Carolina +0.85759 aapg_ac_200.html aapg_ac_200.html:414:41100:41118 Wasatch Western world +0.471653 aapg_ac_335.html aapg_ac_335.html:175:16997:17003 Frisco Frisco, Texas +0.484599 aapg_aa_913.html aapg_aa_913.html:455:33221:33238 Edwards Texas +0.444686 cspg_html_7799850124 cspg_html_7799850124:26:3597:3626 Cooking Lake Swan Hill, Victoria +0.49873 aapg_ad_604.html aapg_ad_604.html:100:10747:10764 Sisquoc Monterey, California +0.257536 aapg_af_854.html aapg_af_854.html:1121:158537:158558 Tar Springs Kentucky +0.264132 cspg_html_9942234474 cspg_html_9942234474:430:50631:50664 Grosmont Lacombe, Alberta +0.475 palaios_html_7860397774 palaios_html_7860397774:1200:83116:83136 Oceanic Southern Ocean +0.48288 jgeology_html_1659592707 jgeology_html_1659592707:831:53445:53453 Colorado Gunnison County, Colorado +0.235404 aapg_ad_957.html aapg_ad_957.html:105:11012:11018 Warner Missouri River +0.503382 aapg_ae_6.html aapg_ae_6.html:412:44442:44446 Buda Austin, Chicago +0.485648 cspg_html_1132698231 cspg_html_1132698231:236:31940:31956 Merced San Francisco +0.268323 aapg_ad_691.html aapg_ad_691.html:78:8957:8977 Duck Creek Austin, Chicago +0.264864 aapg_af_317.html aapg_af_317.html:677:86030:86042 Austin Chalk Saratoga, California +0.270375 cspg_html_3251996292 cspg_html_3251996292:329:36579:36596 Beekmantown Utica, New York +0.26112 cspg_html_7667087595 cspg_html_7667087595:19:2177:2189 Saskatchewan Lacombe, Alberta +0.256928 palaios_html_6395613531 palaios_html_6395613531:689:69421:69441 Pottsville Alabama +0.25704 cspg_html_1242153796 cspg_html_1242153796:43:6850:6858 Glenogle Western world +0.267748 aapg_ai_515.html aapg_ai_515.html:285:30987:31008 Green River Uinta Mountains +0.256853 aapg_ai_249.html aapg_ai_249.html:83:12889:12896 Chuacus Santa Rosa, California +0.250901 aapg_ai_17.html aapg_ai_17.html:735:51450:51466 Danville Landing Shreveport, Louisiana +0.486772 geology_html_8621518489 geology_html_8621518489:300:23944:23964 Milk River Canada +0.375074 sedimentology_html_2319942817 sedimentology_html_2319942817:747:60131:60152 Green River Logan, Utah +0.273962 aapg_ac_881.html aapg_ac_881.html:648:76577:76585 Deadwood Williston, Vermont +0.496762 cspg_html_3129231627 cspg_html_3129231627:170:23253:23276 Eleanor River Little Cornwallis Island +0.253692 aapg_ah_774.html aapg_ah_774.html:74:9988:10005 Bluff Kankakee, Illinois +0.498225 gsa_html_6753732431 gsa_html_6753732431:112:10978:10996 Vaqueros Santa Monica Mountains +0.251196 aapg_ad_441.html aapg_ad_441.html:81:6493:6509 Navajo San Rafael Swell +0.361 cspg_html_3041902517 cspg_html_3041902517:602:67334:67354 Hare Fiord Ellesmere Island +0.23661 aapg_ai_569.html aapg_ai_569.html:411:41724:41732 Tensleep Western world +0.483736 cspg_html_2686470104 cspg_html_2686470104:234:23522:23530 Columbia Victoria, British Columbia +0.92544 cspg_html_3104351736 cspg_html_3104351736:826:85676:85683 Bearpaw Lacombe, Alberta +0.481428 sedimentology_html_1568456861 sedimentology_html_1568456861:1452:100794:100798 Hall London, Ontario +0.260478 aapg_ae_147.html aapg_ae_147.html:367:39386:39402 Modelo South Mountains (Arizona) +0.90052 aapg_ah_387.html aapg_ah_387.html:2611:281669:281692 Knoxville Knoxville, Illinois +0.377832 aapg_ae_3.html aapg_ae_3.html:760:67443:67451 Chainman Reno, Nevada +0.469216 gsa_html_7127096507 gsa_html_7127096507:49:6773:6810 German Rancho Canada +0.482463 aapg_af_131.html aapg_af_131.html:681:69465:69483 Dewey Lake Palo Duro Canyon +0.257048 sedimentology_html_7328045802 sedimentology_html_7328045802:888:53539:53547 Rangeley Portland, Maine +0.2751 aapg_ai_49.html aapg_ai_49.html:39:5264:5273 Minnelusa Des Moines, Washington +0.49088 sedimentology_html_1046729113 sedimentology_html_1046729113:763:65003:65042 Dunvegan Canada +0.2345 cspg_html_4773367370 cspg_html_4773367370:190:16703:16711 Columbia Victoria, British Columbia +0.261392 gsa_html_3260983053 gsa_html_3260983053:13:634:642 Virginia Reston, Virginia +0.264115 geology_html_9274825387 geology_html_9274825387:215:22289:22296 Oquirrh Bingham Canyon, Utah +0.4795 aapg_ad_763.html aapg_ad_763.html:438:54370:54387 Panoche Knoxville, Illinois +0.26059 aapg_ad_611.html aapg_ad_611.html:19:2044:2056 Austin Chalk Buda, Texas +0.432162 aapg_ai_975.html aapg_ai_975.html:928:76247:76257 San Marcos New Braunfels, Texas +0.489114 aapg_ad_400.html aapg_ad_400.html:96:8147:8167 Phosphoria Colorado +0.48896 aapg_ai_410.html aapg_ai_410.html:431:37771:37789 Fountain Colorado Springs, Colorado +0.247486 gsa_html_3484366946 gsa_html_3484366946:1986:157402:157418 Noonday Dolomite California +0.247126 aapg_ah_312.html aapg_ah_312.html:5:819:843 Forest Trinidad and Tobago +0.469955 aapg_ah_772.html aapg_ah_772.html:635:52329:52355 Scotty Wash Quartzite Pioche, Nevada +0.497202 gsa_html_4043558744 gsa_html_4043558744:1041:94198:94226 Green River Colorado +0.463112 aapg_aa_4.html aapg_aa_4.html:235:31332:31338 Provo Elmira, Ontario +0.861148 cspg_html_1503116552 cspg_html_1503116552:1803:249214:249245 Cooking Lake Redwater, Texas +0.260478 palaios_html_1262064602 palaios_html_1262064602:1091:106697:106722 Chinle Arizona +0.501704 aapg_ae_185.html aapg_ae_185.html:44:4317:4326 Shongaloo Haynesville, Louisiana +0.236626 geology_html_5186901764 geology_html_5186901764:12:722:732 Santa Cruz California +0.496524 aapg_af_664.html aapg_af_664.html:360:40170:40180 San Andres Crockett County, Tennessee +0.456936 aapg_af_26.html aapg_af_26.html:213:18428:18444 Eugene Corvallis, Oregon +0.257554 gsa_html_6423424604 gsa_html_6423424604:1936:171007:171017 Washington Salem, Oregon +0.272403 aapg_ac_720.html aapg_ac_720.html:7:851:862 Hornerstown Manasquan, New Jersey +0.247434 aapg_ac_730.html aapg_ac_730.html:441:63479:63485 Toreva Mancos, Colorado +0.470112 aapg_aa_192.html aapg_aa_192.html:272:32875:32889 Red Rock Lima, Ohio +0.250428 aapg_ae_408.html aapg_ae_408.html:14:2408:2412 Alto Illinois +0.2388 cspg_html_4148342026 cspg_html_4148342026:371:32856:32873 Red River Winnipeg +0.666207 gsa_html_1536819908 gsa_html_1536819908:723:68810:68818 Humboldt Reno, Nevada +0.484078 aapg_ad_880.html aapg_ad_880.html:860:83646:83654 Colorado Arizona +0.258856 aapg_ae_307.html aapg_ae_307.html:121:8163:8168 Price Texas +0.2585 sedimentology_html_9417022136 sedimentology_html_9417022136:611:45401:45405 Hall London, Ontario +0.24696 aapg_af_449.html aapg_af_449.html:178:21593:21599 Oregon Reno, Nevada +0.497988 gsa_html_9489918857 gsa_html_9489918857:29:2796:2824 Green River Iran +0.260608 sedimentology_html_8983980897 sedimentology_html_8983980897:309:21034:21043 Lancaster Africa +0.51039 aapg_ac_807.html aapg_ac_807.html:483:49024:49032 Monmouth Matawan, New Jersey +0.271297 aapg_ah_506.html aapg_ah_506.html:68:6896:6908 Ferron Point Rockport, Massachusetts +0.257895 aapg_ad_715.html aapg_ad_715.html:185:21651:21659 Altamont Pawhuska, Oklahoma +0.507064 cspg_html_5541725202 cspg_html_5541725202:116:16184:16195 Mabou Cumberland, Maryland +0.502095 cspg_html_7182873498 cspg_html_7182873498:71:12498:12515 Salina Salina, Kansas +0.246015 gsa_html_9755881333 gsa_html_9755881333:44:4701:4705 Java Indonesia +0.476933 cspg_html_8334041965 cspg_html_8334041965:36:7006:7016 Quesnellia Cordillera Administrative Region +0.277725 aapg_ad_356.html aapg_ad_356.html:20:2650:2669 Smackover Cotton Valley, Louisiana +0.49955 AMJC_html_4692260170 AMJC_html_4692260170:123:13510:13530 Ammonoosuc Volcanics Middle Ordovician +0.260977 aapg_ah_753.html aapg_ah_753.html:419:67535:67548 Windsor Bay of Fundy +0.273792 aapg_ah_160.html aapg_ah_160.html:306:36941:36956 Guelph Salina, Kansas +0.771358 cspg_html_5264346535 cspg_html_5264346535:118:15018:15047 Bearpaw Lacombe, Alberta +0.502765 aapg_ad_709.html aapg_ad_709.html:3:170:177 Shields Texas +0.246015 geology_html_4837910667 geology_html_4837910667:304:22717:22726 San Diego California +0.546642 aapg_ad_2.html aapg_ad_2.html:1076:147888:147913 Beekmantown Pennsylvania +0.256928 cspg_html_8954870161 cspg_html_8954870161:153:16930:16940 Santa Cruz Washington (state) +0.288906 aapg_ac_832.html aapg_ac_832.html:1530:138502:138517 Interlake Manitoba +0.266252 aapg_ai_583.html aapg_ai_583.html:89:12983:12998 Piper Cheyenne, Wyoming +0.260608 cspg_html_5697056884 cspg_html_5697056884:508:52597:52609 Winnipegosis Lacombe, Alberta +0.252784 aapg_ac_83.html aapg_ac_83.html:55:5621:5633 Atoka McAlester, Oklahoma +0.454445 aapg_af_143.html aapg_af_143.html:1146:126975:126986 Port Orford Cape Blanco Light +0.487863 gsa_html_2145963783 gsa_html_2145963783:673:62491:62496 Provo Reno, Nevada +0.26368 cspg_html_5117208919 cspg_html_5117208919:195:17325:17331 Muskeg Victoria, British Columbia +0.490314 aapg_af_751.html aapg_af_751.html:626:81219:81241 Pigeon Point California +0.4695 palaios_html_2256521782 palaios_html_2256521782:1429:98484:98500 Arroyo Texas +0.2626 aapg_af_779.html aapg_af_779.html:70:9681:9699 Traverse Michigan +0.253869 aapg_af_2.html aapg_af_2.html:260:28842:28858 Martin Colorado +0.2525 palaios_html_5212272868 palaios_html_5212272868:66:6910:6916 Pueblo Colorado +0.249 aapg_ai_612.html aapg_ai_612.html:61:9952:9975 Brushy Canyon West, Texas +0.242985 cspg_html_1975682848 cspg_html_1975682848:306:39632:39658 Sutherland River Devon Island +0.260091 cspg_html_9290046117 cspg_html_9290046117:670:84035:84044 Athabasca Belcourt, North Dakota +0.254925 cspg_html_1984085623 cspg_html_1984085623:704:75779:75799 Bow Island Lacombe, Alberta +0.256386 palaios_html_3406135825 palaios_html_3406135825:891:78683:78689 Walker Ontario, California +0.487424 palaios_html_2847312584 palaios_html_2847312584:333:42825:42831 Oxford Waynesville, North Carolina +0.262644 aapg_ad_430.html aapg_ad_430.html:134:10053:10076 Cotton Valley Cotton Valley, Louisiana +0.27499 aapg_ai_491.html aapg_ai_491.html:456:58111:58125 Abo Colorado +0.253005 sedimentology_html_7461243943 sedimentology_html_7461243943:895:59363:59407 Ross Ireland +0.47188 aapg_ac_621.html aapg_ac_621.html:181:16029:16047 Zeandale Tarkio, Missouri +0.258856 cspg_html_3251996292 cspg_html_3251996292:396:42517:42551 Beekmantown Canada +0.4579 geology_html_2145245924 geology_html_2145245924:357:24769:24776 Madison California +0.256032 gsa_html_7173708345 gsa_html_7173708345:709:54008:54036 Forest Fairbanks, Alaska +0.263169 cspg_html_9683836416 cspg_html_9683836416:441:69886:69908 Judith River Lacombe, Alberta +0.490455 aapg_af_663.html aapg_af_663.html:333:34314:34319 Utica Pleasanton, Texas +0.46258 aapg_ad_639.html aapg_ad_639.html:74:9333:9352 Breathitt Kentucky +0.254944 aapg_ah_469.html aapg_ah_469.html:282:25297:25311 Kosciusko Shreveport, Louisiana +0.253991 gsa_html_7932638920 gsa_html_7932638920:80:7294:7315 Ghost Rocks Kodiak Island +0.305133 aapg_ah_203.html aapg_ah_203.html:555:91215:91233 Morrison New Mexico +0.497503 gsa_html_9547811307 gsa_html_9547811307:12:549:557 Victoria Victoria, British Columbia +0.488551 gsa_html_2023933346 gsa_html_2023933346:997:94161:94183 Santa Susana California +0.510048 aapg_af_471.html aapg_af_471.html:82:11660:11679 Hartselle Alabama +0.239338 aapg_ad_457.html aapg_ad_457.html:356:41396:41422 Borden Bloomington, Indiana +0.25333 aapg_ae_605.html aapg_ae_605.html:386:48493:48509 Salina Dolomites +0.480076 cspg_html_5807593737 cspg_html_5807593737:538:65703:65723 Mount Hawk Lacombe, Alberta +0.500316 aapg_ad_60.html aapg_ad_60.html:208:34320:34326 Provo Siberia +0.622515 cspg_html_6255491344 cspg_html_6255491344:88:13441:13460 Morrissey Fernie, British Columbia +0.2535 cspg_html_3664126562 cspg_html_3664126562:31:4641:4658 Viking Lacombe, Alberta +0.286081 aapg_ai_975.html aapg_ai_975.html:789:64150:64167 Rodessa Mooringsport, Louisiana +0.242064 cspg_html_5117208919 cspg_html_5117208919:123:10726:10736 Pine Point Victoria, British Columbia +0.261522 aapg_aa_654.html aapg_aa_654.html:48:8259:8266 Tererro Sangre de Cristo Range +0.243486 aapg_ai_28.html aapg_ai_28.html:338:31694:31704 Rio Grande Texas +0.495645 cspg_html_9290046117 cspg_html_9290046117:83:11286:11293 Cadomin Lacombe, Alberta +0.4735 aapg_af_909.html aapg_af_909.html:10:1076:1084 Billings Douglas, Isle of Man +0.252416 aapg_ac_475.html aapg_ac_475.html:322:45437:45451 Elko Reno, Nevada +0.699094 aapg_ae_610.html aapg_ae_610.html:338:27199:27219 San Andres Texas +0.469959 aapg_ah_318.html aapg_ah_318.html:48:8096:8107 San Antonio Texas +0.25428 cspg_html_9817084056 cspg_html_9817084056:12:1239:1247 Columbia Victoria, British Columbia +0.83692 cspg_html_1173833070 cspg_html_1173833070:136:16317:16325 Paskapoo Edmonton, London +0.240091 cspg_html_1456761793 cspg_html_1456761793:26:5519:5542 Mount Forster Victoria, British Columbia +0.46754 cspg_html_4326384800 cspg_html_4326384800:20:2630:2635 Nisku Lacombe, Alberta +0.489936 palaios_html_1729153923 palaios_html_1729153923:887:76829:76837 Michigan Ohio +0.240757 cspg_html_4031489103 cspg_html_4031489103:80:11352:11370 Aldridge Purcell Mountains +0.260538 sedimentology_html_2487544504 sedimentology_html_2487544504:71:5836:5862 Monterey California +0.460419 aapg_ad_466.html aapg_ad_466.html:218:28037:28044 Matawan Monmouth +0.50065 cspg_html_2749851978 cspg_html_2749851978:594:68043:68063 Cardium Central Alberta +0.28184 aapg_ad_760.html aapg_ad_760.html:29:4935:4941 Modelo Santa Clara County, California +0.489712 aapg_ai_957.html aapg_ai_957.html:387:42073:42081 Colorado Llano, Texas +0.256905 palaios_html_9133125241 palaios_html_9133125241:577:68882:68896 Kope Cincinnati +0.491667 aapg_aa_830.html aapg_aa_830.html:92:10775:10779 Wise Huntington, West Virginia +0.479182 aapg_aa_730.html aapg_aa_730.html:337:34882:34894 Wilcox Texas +0.258981 aapg_af_143.html aapg_af_143.html:1040:109319:109338 Knoxville Central Valley (California) +0.25449 aapg_ae_999.html aapg_ae_999.html:325:45287:45309 Chickasawhay Wayne County, Michigan +0.487014 aapg_ae_660.html aapg_ae_660.html:96:11819:11828 Smackover Shreveport, Louisiana +0.715945 aapg_ad_379.html aapg_ad_379.html:857:70249:70267 Frontier Cheyenne, Wyoming +0.267099 aapg_ad_757.html aapg_ad_757.html:341:42412:42426 Decorah Decorah, Iowa +0.445274 aapg_ac_835.html aapg_ac_835.html:60:8698:8721 Tensleep Cheyenne, Wyoming +0.48888 aapg_ai_981.html aapg_ai_981.html:243:20715:20725 Rio Grande Beaumont, Texas +0.4883 cspg_html_3907807140 cspg_html_3907807140:22:2458:2477 Athabasca Lacombe, Alberta +0.474096 geology_html_4184347978 geology_html_4184347978:249:24767:24776 San Diego California +0.45168 palaios_html_1834763898 palaios_html_1834763898:305:38971:38987 Noonday Dolomite California +0.251472 aapg_ad_871.html aapg_ad_871.html:30:3545:3582 Lake Michigan Lake Huron +0.487272 sedimentology_html_2208426700 sedimentology_html_2208426700:1357:71887:71925 Winnipegosis Dolomites +0.26986 aapg_ad_581.html aapg_ad_581.html:143:18450:18460 Waynesboro Martinsburg, Nebraska +0.364536 cspg_html_4717886670 cspg_html_4717886670:1032:97424:97452 Diligencia California +0.461616 cspg_html_1781462584 cspg_html_1781462584:293:32198:32210 Rundle Lacombe, Alberta +0.48132 cspg_html_8145657505 cspg_html_8145657505:313:44914:44922 Columbia Victoria, British Columbia +0.232128 gsa_html_8662254581 gsa_html_8662254581:936:100039:100043 Hall California +0.490776 geology_html_8477017574 geology_html_8477017574:16:702:715 Santa Barbara California +0.47787 gsa_html_2168907540 gsa_html_2168907540:543:57428:57434 Satsop Republic of China +0.493908 aapg_ae_4.html aapg_ae_4.html:197:21572:21591 Lodgepole Boise, Idaho +0.496316 cspg_html_1065856149 cspg_html_1065856149:152:14146:14170 Bow Island Lacombe, Alberta +0.263662 cspg_html_8298261690 cspg_html_8298261690:693:68383:68400 Gething Lacombe, Alberta +0.257536 aapg_ai_1.html aapg_ai_1.html:54:6984:6991 Paradox Colorado +0.471424 jgeology_html_1063177056 jgeology_html_1063177056:320:19656:19664 Virginia Hatteras Island +0.25317 palaios_html_7274959329 palaios_html_7274959329:61:7243:7258 Elk Wisconsin +0.499032 cspg_html_9185158332 cspg_html_9185158332:26:5396:5425 Dunvegan Canada +0.45695 geology_html_4301172553 geology_html_4301172553:339:26251:26274 Friars Cambridge +0.491724 gsa_html_1119256423 gsa_html_1119256423:599:55061:55078 White River Iowa +0.46109 aapg_ai_321.html aapg_ai_321.html:23:2861:2878 Esquias Honduras +0.25917 aapg_ae_959.html aapg_ae_959.html:1947:139937:139953 San Andres New Mexico +0.25041 aapg_ah_134.html aapg_ah_134.html:213:17390:17399 Catahoula Shreveport, Louisiana +0.260096 sedimentology_html_3865745685 sedimentology_html_3865745685:1543:108923:108944 Shaftesbury Canada +0.886402 aapg_ad_954.html aapg_ad_954.html:201:20699:20715 Davis Missouri River +0.499174 aapg_ae_17.html aapg_ae_17.html:222:28177:28183 Sierra Chihuahua (state) +0.2635 aapg_ae_946.html aapg_ae_946.html:235:21345:21351 Morgan Muskingum River +0.51084 aapg_af_854.html aapg_af_854.html:1282:183252:183259 Cypress Bethel, Alaska +0.255987 aapg_ae_220.html aapg_ae_220.html:536:58352:58361 Smackover Ashley County, Arkansas +0.853607 aapg_ah_93.html aapg_ah_93.html:95:12490:12506 Bighorn Dolomite Cheyenne, Wyoming +0.498848 cspg_html_3627006433 cspg_html_3627006433:787:77287:77305 Dunvegan Lacombe, Alberta +0.244944 palaios_html_1574666570 palaios_html_1574666570:14:738:746 Michigan Michigan +0.282402 aapg_ad_431.html aapg_ad_431.html:170:14301:14306 Eutaw Tuscaloosa, Alabama +0.250952 AMJC_html_7287542072 AMJC_html_7287542072:47:5424:5439 Wepawaug Schist Hartford, Connecticut +0.245514 gsa_html_4453142877 gsa_html_4453142877:17:978:986 Colorado Denver +0.381029 aapg_ae_993.html aapg_ae_993.html:642:63925:63947 Sevy Dolomite Logan, Utah +0.356627 cspg_html_5515814749 cspg_html_5515814749:312:40542:40570 Judith River Calgary +0.698065 aapg_ae_680.html aapg_ae_680.html:341:34411:34431 Tuscaloosa East Texas +0.496228 gsa_html_2547559311 gsa_html_2547559311:929:81860:81888 Green River Colorado +0.474204 aapg_ah_141.html aapg_ah_141.html:94:8842:8850 Graneros Mancos, Colorado +0.44268 aapg_ad_859.html aapg_ad_859.html:12:1323:1331 Virginia Closter, New Jersey +0.476652 aapg_ai_603.html aapg_ai_603.html:166:15451:15466 Fourmile Canyon Indianola, Iowa +0.777735 gsa_html_3380395839 gsa_html_3380395839:1050:86940:86971 Ghost Rocks Anchorage, Alaska +0.488652 aapg_ae_419.html aapg_ae_419.html:21:3022:3036 Kiamichi Texas +0.25296 aapg_af_430.html aapg_af_430.html:138:15301:15316 Yegua Duval County, Texas +0.247883 cspg_html_5241714595 cspg_html_5241714595:550:82376:82391 Nisku Lacombe, Alberta +0.474329 aapg_ac_486.html aapg_ac_486.html:90:11234:11240 Denver Colorado +0.26986 aapg_ai_388.html aapg_ai_388.html:154:14798:14813 Mesaverde Colorado +0.26883 cspg_html_3328007773 cspg_html_3328007773:1017:102465:102483 Dunvegan Victoria, British Columbia +0.777231 aapg_ae_419.html aapg_ae_419.html:2153:147622:147630 Victoria Matamoros, Tamaulipas +0.530491 aapg_ac_486.html aapg_ac_486.html:196:23492:23498 Dakota Colorado +0.26532 aapg_ae_692.html aapg_ae_692.html:209:22932:22951 Lodgepole Williston, Vermont +0.488133 cspg_html_1025724640 cspg_html_1025724640:36:5559:5566 Potsdam Ontario, California +0.469 sedimentology_html_3178724516 sedimentology_html_3178724516:125:10221:10229 Scotland England +0.253506 cspg_html_4338314003 cspg_html_4338314003:5:314:330 Viking Lacombe, Alberta +0.409374 aapg_ah_188.html aapg_ah_188.html:36:4590:4606 Toroweap Cheyenne, Wyoming +0.254248 aapg_ah_633.html aapg_ah_633.html:116:16270:16282 Chickasawhay Port of South Louisiana +0.470869 gsa_html_6589330144 gsa_html_6589330144:171:21501:21509 Virginia Reston, Virginia +0.266252 aapg_ah_532.html aapg_ah_532.html:153:12916:12921 Ouray Leadville, Colorado +0.477954 aapg_aa_54.html aapg_aa_54.html:30:3178:3195 Wingate Colorado Plateau +0.266742 geology_html_1499318691 geology_html_1499318691:210:17519:17527 Michigan Saskatoon +0.26563 aapg_ah_447.html aapg_ah_447.html:335:35278:35287 San Diego Duval County, Texas +0.484524 palaios_html_2623118674 palaios_html_2623118674:1119:109523:109543 North Horn Logan, Utah +0.260608 cspg_html_7872970297 cspg_html_7872970297:519:47195:47216 Ross Victoria, British Columbia +0.241516 aapg_ae_265.html aapg_ae_265.html:180:21837:21845 Onondaga Kentucky +0.25823 cspg_html_8273598401 cspg_html_8273598401:211:23061:23068 Cantuar Regina, Saskatchewan +0.500325 aapg_af_544.html aapg_af_544.html:354:42007:42018 Desert Peak Reno, Nevada +0.294336 aapg_aa_669.html aapg_aa_669.html:13:1072:1076 Frio Jackson County, Missouri +0.494 sedimentology_html_7069619943 sedimentology_html_7069619943:1189:88491:88499 Woodside Florence, Alabama +0.251496 gsa_html_7498897688 gsa_html_7498897688:847:80381:80391 Laurentian Mexico +0.244961 aapg_ai_49.html aapg_ai_49.html:744:96215:96225 Twin Creek Cheyenne, Wyoming +0.257488 cspg_html_4516258038 cspg_html_4516258038:394:45325:45339 Thumb Mountain Bathurst Island (Northern Territory) +0.267093 cspg_html_1962846283 cspg_html_1962846283:46:6841:6849 Kootenay Victoria, British Columbia +0.48573 aapg_ai_281.html aapg_ai_281.html:75:8497:8504 Tamabra Matamoros, Tamaulipas +0.246928 aapg_ae_777.html aapg_ae_777.html:447:53328:53344 Sandia Gallina +0.268812 gsa_html_1450002501 gsa_html_1450002501:1021:94042:94070 Green River Colorado +0.468905 cspg_html_8128756616 cspg_html_8128756616:43:6960:6977 Athabasca Lacombe, Alberta +0.250965 cspg_html_4773367370 cspg_html_4773367370:393:29206:29227 Peace River Lacombe, Alberta +0.774443 aapg_ai_153.html aapg_ai_153.html:85:14241:14256 Allegheny Allegheny Mountains +0.518395 gsa_html_3445493534 gsa_html_3445493534:729:75208:75226 Monterey California +0.170495 aapg_ae_265.html aapg_ae_265.html:57:6342:6349 Clinton Ohio +0.264704 gsa_html_3216417833 gsa_html_3216417833:150:13205:13224 Rock Springs Waterloo, Ontario +0.274476 aapg_ad_133.html aapg_ad_133.html:242:22337:22342 Blair Ector, Texas +0.268288 cspg_html_1053895111 cspg_html_1053895111:240:29634:29651 Cardium Lacombe, Alberta +0.484892 aapg_ac_65.html aapg_ac_65.html:479:39766:39774 Colorado Vail, Colorado +0.266742 cspg_html_3772380029 cspg_html_3772380029:422:54069:54092 Portage Chute Manitoba +0.484124 gsa_html_1975444584 gsa_html_1975444584:590:52130:52142 Medicine Bow Yavapai County, Arizona +0.487 aapg_ai_501.html aapg_ai_501.html:983:92153:92166 Lone Mountain Reno, Nevada +0.438372 aapg_ac_741.html aapg_ac_741.html:76:8588:8606 Niobrara Sharon Springs, Kansas +0.887339 aapg_aa_23.html aapg_aa_23.html:312:36524:36537 Winnipeg Manitoba +0.483708 palaios_html_5111986952 palaios_html_5111986952:15:710:722 Saskatchewan Saskatoon +0.49926 sedimentology_html_6302405335 sedimentology_html_6302405335:1346:96545:96550 Waicoe Svalbard +0.506928 aapg_ad_844.html aapg_ad_844.html:192:19411:19415 Kent Niagara Peninsula +0.47872 geology_html_3785595192 geology_html_3785595192:12:553:566 Santa Barbara California +0.242514 aapg_ah_217.html aapg_ah_217.html:129:14474:14478 Bell Venango, Pennsylvania +0.476046 aapg_ac_824.html aapg_ac_824.html:545:52215:52223 Fountain Colorado +0.443205 aapg_ah_781.html aapg_ah_781.html:328:32399:32415 Warner Wadden Sea National Parks +0.255021 gsa_html_6499317047 gsa_html_6499317047:56:5015:5023 Columbia Fraser River (Colorado) +0.26818 aapg_ah_647.html aapg_ah_647.html:175:17477:17490 Blue Mountain El Paso, Texas +0.237048 sedimentology_html_3795043598 sedimentology_html_3795043598:677:28677:28684 Francis London, Ontario +0.478578 geology_html_7972092371 geology_html_7972092371:191:18868:18872 Hall Texas +0.248392 geology_html_5745933097 geology_html_5745933097:291:22749:22756 Hampton Virginia +0.495704 cspg_html_5141367518 cspg_html_5141367518:446:61722:61739 Bearpaw Lethbridge +0.24947 gsa_html_3447147750 gsa_html_3447147750:558:39584:39605 Mint Spring Vail, Colorado +0.475272 aapg_ai_584.html aapg_ai_584.html:874:93049:93063 Roundtop Hartville, Missouri +0.242985 aapg_ad_286.html aapg_ad_286.html:10:1129:1145 Alapah Anchorage, Alaska +0.2678 aapg_ac_475.html aapg_ac_475.html:312:43493:43522 Kishenehn Kingston, Jamaica +0.252494 aapg_ae_305.html aapg_ae_305.html:85:11973:11981 Trujillo Lake Maracaibo +0.48006 palaios_html_6273516581 palaios_html_6273516581:495:51907:51918 Bloomington Currie, Minnesota +0.468528 gsa_html_3448554349 gsa_html_3448554349:64:7111:7119 Catskill Meckel +0.256452 sedimentology_html_5313699868 sedimentology_html_5313699868:949:80771:80775 Hall London, Ontario +0.264698 gsa_html_3331523875 gsa_html_3331523875:57:7600:7617 Wasatch Colorado +0.918482 aapg_ah_878.html aapg_ah_878.html:54:7184:7194 Cabot Head Michigan +0.260797 aapg_ae_407.html aapg_ae_407.html:118:11529:11541 Cedar Valley Coralville, Iowa +0.265734 aapg_ad_466.html aapg_ad_466.html:1268:135659:135676 Patuxent Anne Arundel County, Maryland +0.49192 aapg_ah_974.html aapg_ah_974.html:190:17511:17520 Vicksburg Western world +0.47071 aapg_ae_415.html aapg_ae_415.html:955:119218:119237 Paynes Hammock Smith County, Kansas +0.264654 cspg_html_6417125323 cspg_html_6417125323:35:4380:4395 Elk Regina, Saskatchewan +0.261057 cspg_html_7587979364 cspg_html_7587979364:554:41056:41075 Keg River Lacombe, Alberta +0.487014 gsa_html_7593677776 gsa_html_7593677776:61:4269:4297 Green River Colorado +0.482328 aapg_ai_278.html aapg_ai_278.html:408:55289:55307 Pine Key Melbourne, Florida +0.470408 cspg_html_2172704722 cspg_html_2172704722:794:93139:93155 Gates Victoria, British Columbia +0.2545 aapg_aa_707.html aapg_aa_707.html:536:50845:50851 Walker Lima, Ohio +0.449785 cspg_html_9905904289 cspg_html_9905904289:22:3930:3946 Horseshoe Canyon Lacombe, Alberta +0.50138 aapg_ai_399.html aapg_ai_399.html:114:11977:11992 Eutaw Cumberland, Maryland +0.258937 cspg_html_3041902517 cspg_html_3041902517:853:91900:91908 Columbia Victoria, British Columbia +0.9082 cspg_html_5109837857 cspg_html_5109837857:225:28526:28547 Blind Fiord Ellesmere Island +0.848225 geology_html_3107749784 geology_html_3107749784:16:1013:1024 Reclamation Colorado +0.260338 sedimentology_html_9710882522 sedimentology_html_9710882522:384:25951:25963 Umpqua Tenmile Range +0.486758 aapg_ad_466.html aapg_ad_466.html:761:83201:83209 Monmouth Sykesville, Maryland +0.48177 cspg_html_6502178723 cspg_html_6502178723:358:44484:44510 Sulphur Mountain Canada +0.266247 sedimentology_html_7107892700 sedimentology_html_7107892700:466:41509:41520 Englishtown Bass River Township, New Jersey +0.491824 aapg_ad_996.html aapg_ad_996.html:79:8274:8281 Paradox Colorado +0.247988 gsa_html_8863489299 gsa_html_8863489299:94:10562:10567 Crete Karpathos +0.251262 cspg_html_9361096527 cspg_html_9361096527:42:8879:8895 Wapiti Judith River Formation +0.264969 aapg_ad_466.html aapg_ad_466.html:171:19041:19046 Salem Atlantic Highlands, New Jersey +0.274032 AMJC_html_4066670641 AMJC_html_4066670641:1609:138992:139002 Washington Washington (state) +0.481707 aapg_af_854.html aapg_af_854.html:551:75052:75066 Somerset Kentucky +0.477816 aapg_ai_46.html aapg_ai_46.html:144:11596:11613 Foraker Stillwater, Oklahoma +0.257544 jgeology_html_6990146451 jgeology_html_6990146451:202:12841:12854 Clinton Huntington, West Virginia +0.24 aapg_ai_885.html aapg_ai_885.html:17:2017:2038 Georgetown Buda, Texas +0.50286 cspg_html_7779401416 cspg_html_7779401416:112:14030:14041 Fossil Hill Niagara Peninsula +0.486664 cspg_html_5756063944 cspg_html_5756063944:915:78481:78501 Ferry Lake Anhydrite Texas +0.24794 aapg_af_291.html aapg_af_291.html:31:4205:4213 Lisburne Prudhoe Bay Oil Field +0.506787 aapg_ac_490.html aapg_ac_490.html:17:3016:3024 Columbia Victoria, British Columbia +0.489538 aapg_ai_7.html aapg_ai_7.html:192:15930:15936 Annona Austin, Chicago +0.481514 sedimentology_html_5462089509 sedimentology_html_5462089509:1453:101133:101141 Colorado Denver +0.512487 gsa_html_9755702281 gsa_html_9755702281:695:55166:55184 Monterey California +0.48616 cspg_html_8089302449 cspg_html_8089302449:213:36060:36072 Wapsipinicon Great Moravia +0.245952 gsa_html_6542025228 gsa_html_6542025228:636:67725:67741 Thelon Canada +0.269724 aapg_ad_443.html aapg_ad_443.html:92:13485:13500 Conasauga Sand Mountain (Nevada) +0.495876 cspg_html_4143222666 cspg_html_4143222666:80:11579:11597 Lea Park Canada +0.259931 cspg_html_7086537250 cspg_html_7086537250:696:100095:100114 Chinchaga Lacombe, Alberta +0.24444 cspg_html_5542874609 cspg_html_5542874609:140:23234:23255 Shaftesbury Dissected Till Plains +0.692397 palaios_html_5371490677 palaios_html_5371490677:92:12696:12702 Keokuk Washington (state) +0.253655 aapg_ad_69.html aapg_ad_69.html:6:1019:1039 Colorado Niobrara, Nebraska +0.25338 cspg_html_6925296423 cspg_html_6925296423:54:9318:9333 Cairn Canada +0.50065 cspg_html_7323688702 cspg_html_7323688702:123:13142:13164 Shaftesbury Lacombe, Alberta +0.511252 aapg_ah_360.html aapg_ah_360.html:3:427:443 Paluxy East Texas +0.49593 aapg_ac_517.html aapg_ac_517.html:38:4912:4924 Winnipegosis Regina, Saskatchewan +0.260051 aapg_ai_584.html aapg_ai_584.html:741:78049:78059 Deer Creek Shawnee, Oklahoma +0.270614 aapg_af_173.html aapg_af_173.html:405:37149:37155 Dakota Cheyenne, Wyoming +0.479359 cspg_html_5000772122 cspg_html_5000772122:8:641:665 Kootenay Fernie, British Columbia +0.260454 aapg_ae_454.html aapg_ae_454.html:176:14209:14226 Bossier Bossier City, Louisiana +0.267288 gsa_html_4930932370 gsa_html_4930932370:1345:138156:138184 Green River Iran +0.486664 aapg_ac_940.html aapg_ac_940.html:329:40345:40365 Toro Chile +0.237069 jgeology_html_7885748745 jgeology_html_7885748745:270:17594:17610 Fish Canyon Tuff Durango, Durango +0.480256 gsa_html_1766933224 gsa_html_1766933224:53:5179:5212 Bedford Lake Agassiz +0.510163 aapg_af_874.html aapg_af_874.html:154:10971:10978 Kanawha Pottsville, Pennsylvania +0.483736 aapg_ad_280.html aapg_ad_280.html:17:2419:2438 Cotton Valley Bossier City, Louisiana +0.263169 cspg_html_4177743729 cspg_html_4177743729:19:1387:1394 Camrose Lacombe, Alberta +0.251412 AMJC_html_4147467903 AMJC_html_4147467903:959:101342:101352 Washington Richland, Washington +0.48192 aapg_af_897.html aapg_af_897.html:59:7710:7715 Boggy Carbondale, Pennsylvania +0.497552 aapg_ac_187.html aapg_ac_187.html:5086:483858:483883 Beaverhill Canada +0.492855 palaios_html_8307405724 palaios_html_8307405724:579:36045:36063 Cantwell Anchorage, Alaska +0.262973 aapg_ai_145.html aapg_ai_145.html:177:22529:22545 Fernie Lacombe, Alberta +0.255021 aapg_ad_351.html aapg_ad_351.html:655:55960:55966 Keokuk Newton County, Georgia +0.470112 AMJC_html_5722410163 AMJC_html_5722410163:317:31331:31341 Winnemucca Reno, Nevada +0.473088 aapg_ai_256.html aapg_ai_256.html:98:11789:11798 Franconia Oneota (Duluth) +0.261632 cspg_html_4564688984 cspg_html_4564688984:194:21042:21079 Basal Canada +0.25347 cspg_html_8438548095 cspg_html_8438548095:345:35762:35770 Edmonton Western world +0.273842 aapg_ac_91.html aapg_ac_91.html:484:37334:37352 Mt. Head Lacombe, Alberta +0.477402 cspg_html_4143222666 cspg_html_4143222666:762:67938:67953 Mt Lytton Lacombe, Alberta +0.46748 aapg_ae_344.html aapg_ae_344.html:74:6903:6916 Cotton Valley Cotton Valley, Louisiana +0.47628 aapg_ah_387.html aapg_ah_387.html:51:8160:8173 Santa Barbara Knoxville, Illinois +0.489765 aapg_ai_641.html aapg_ai_641.html:69:10862:10877 Mesaverde Cheyenne, Wyoming +0.488814 gsa_html_4675429437 gsa_html_4675429437:458:34090:34096 Sonora Baja California peninsula +0.250992 gsa_html_3127889380 gsa_html_3127889380:874:85443:85451 Temporal Canada +0.38582 cspg_html_4326384800 cspg_html_4326384800:994:145584:145609 Fort Vermilion Swan Hill, Victoria +0.4921 aapg_af_754.html aapg_af_754.html:271:40560:40574 Frio Brazoria County, Texas +0.487014 gsa_html_5865982995 gsa_html_5865982995:1062:115721:115728 Wasatch Cheyenne, Wyoming +0.500016 aapg_ae_345.html aapg_ae_345.html:564:45938:45943 Eutaw Tuscaloosa, Alabama +0.4997 aapg_ac_380.html aapg_ac_380.html:44:6848:6860 Salina Onondaga (tribe) +0.256 cspg_html_3995540997 cspg_html_3995540997:20:1341:1356 Jefferson Lacombe, Alberta +0.252004 jgeology_html_4937261141 jgeology_html_4937261141:836:58263:58276 Santa Barbara California +0.248745 aapg_af_579.html aapg_af_579.html:21:2961:2978 Todilto New Mexico +0.461127 aapg_ai_146.html aapg_ai_146.html:124:10503:10515 Medicine Hat Saskatchewan +0.259571 aapg_ad_809.html aapg_ad_809.html:128:9544:9563 Kinderhook Sedgwick County, Kansas +0.260925 aapg_ai_49.html aapg_ai_49.html:223:26472:26481 Chugwater Cheyenne, Wyoming +0.263682 aapg_ac_413.html aapg_ac_413.html:79:6987:7009 Monterey North Atlantic Current +0.2635 cspg_html_7115701337 cspg_html_7115701337:545:60737:60745 Columbia Lacombe, Alberta +0.483912 jgeology_html_7908118530 jgeology_html_7908118530:1237:67697:67711 Ogallala Nebraska +0.492701 cspg_html_4176605708 cspg_html_4176605708:698:67554:67565 Mowry Canada +0.477696 gsa_html_7361499125 gsa_html_7361499125:964:74516:74544 Green River Colorado +0.265221 cspg_html_4298557570 cspg_html_4298557570:29:3834:3842 Whitemud Edmonton, London +0.480508 aapg_ac_629.html aapg_ac_629.html:613:73315:73325 Citronelle Apalachicola River +0.2535 cspg_html_7881580279 cspg_html_7881580279:263:33531:33537 Galena Middle Ordovician +0.4725 aapg_ae_370.html aapg_ae_370.html:343:31109:31121 Keasey Cowlitz River +0.245532 jgeology_html_3450428494 jgeology_html_3450428494:395:22187:22202 Dry Hill Gneiss Manhattan, Kansas +0.35496 jgeology_html_6791895583 jgeology_html_6791895583:436:35810:35817 Palouse Washington (state) +0.346788 palaios_html_8113714689 palaios_html_8113714689:175:16767:16785 Au Train Wisconsin +0.480495 aapg_af_575.html aapg_af_575.html:1035:151544:151555 Pearl Herington, Kansas +0.573776 aapg_ah_105.html aapg_ah_105.html:8:1150:1155 Queen Nashville Basin +0.251502 AMJC_html_9113252962 AMJC_html_9113252962:91:12299:12315 Hoosac Cambridge, Massachusetts +0.257 gsa_html_5158209975 gsa_html_5158209975:962:80059:80064 Basal Shreveport, Louisiana +0.508555 aapg_ah_411.html aapg_ah_411.html:28:4669:4677 Kootenai Great Falls (Missouri River) +0.249344 palaios_html_1018466366 palaios_html_1018466366:1836:153482:153490 Columbia Victoria, British Columbia +0.247008 geology_html_1545045916 geology_html_1545045916:13:623:631 Virginia Reston, Virginia +0.280891 aapg_ad_356.html aapg_ad_356.html:394:37850:37871 Haynesville Shreveport, Louisiana +0.840889 cspg_html_4693916254 cspg_html_4693916254:356:43714:43723 Spearfish Manitoba +0.248262 gsa_html_5272671610 gsa_html_5272671610:527:53632:53636 Bond Washington (state) +0.26059 aapg_ae_981.html aapg_ae_981.html:39:3855:3871 Laurel Louisville, Kentucky +0.24059 aapg_ah_318.html aapg_ah_318.html:944:97350:97355 Weeks Arkansas +0.490116 gsa_html_4557277250 gsa_html_4557277250:930:77852:77880 Green River Colorado +0.269352 jgeology_html_2890216221 jgeology_html_2890216221:957:54184:54190 Jordan Amman +0.493654 aapg_ae_339.html aapg_ae_339.html:16:2088:2097 Red River Texas +0.484524 gsa_html_9754367281 gsa_html_9754367281:58:3971:3999 Green River Colorado +0.376488 aapg_ah_430.html aapg_ah_430.html:198:14819:14836 Entrada Summerville, South Carolina +0.259584 geology_html_4826943077 geology_html_4826943077:93:7989:8007 Stirling Funeral Mountains +0.705107 sedimentology_html_6434577006 sedimentology_html_6434577006:1173:63504:63538 Zabriskie Quartzite California +0.472538 gsa_html_9852028532 gsa_html_9852028532:875:71061:71079 Otto Fiord Long Island +0.484748 gsa_html_3860045860 gsa_html_3860045860:440:47262:47279 Cowlitz Salem, Oregon +0.47066 aapg_ae_17.html aapg_ae_17.html:145:17773:17779 Sierra Arizona +0.501873 cspg_html_1434585715 cspg_html_1434585715:736:70317:70328 Coal Valley Lacombe, Alberta +0.259458 palaios_html_9789679615 palaios_html_9789679615:770:79173:79191 Javelina Texas +0.262108 aapg_aa_643.html aapg_aa_643.html:478:55623:55632 Knoxville Knoxville, Illinois +0.91105 cspg_html_7602315496 cspg_html_7602315496:7:705:726 Belly River Milk River, Alberta +0.487076 aapg_af_338.html aapg_af_338.html:44:4942:4955 Woodbine East Texas +0.25839 cspg_html_1019614994 cspg_html_1019614994:190:29560:29565 Banff Arctic Cordillera +0.245338 aapg_aa_15.html aapg_aa_15.html:103:13832:13850 Wellborn Texas +0.932531 aapg_ae_876.html aapg_ae_876.html:36:4608:4614 Dakota Colorado +0.242824 cspg_html_5740360566 cspg_html_5740360566:51:7195:7203 Grosmont Western world +0.494091 aapg_ad_2.html aapg_ad_2.html:994:137195:137215 Beekmantown Remsen (town), New York +0.493654 aapg_ai_187.html aapg_ai_187.html:44:6140:6158 Niobrara Powder River (Montana) +0.240434 aapg_ac_69.html aapg_ac_69.html:162:18625:18647 Graneros Colorado +0.496327 aapg_aa_23.html aapg_aa_23.html:829:108025:108034 Interlake Manitoba +0.49028 jgeology_html_4147510455 jgeology_html_4147510455:1070:53388:53398 Washington Richland, Washington +0.264171 aapg_ai_770.html aapg_ai_770.html:11:1162:1180 Reynales Ontario, California +0.263144 geology_html_4298931479 geology_html_4298931479:39:3560:3577 Sabot Amphibolite Manhattan, Kansas +0.253935 gsa_html_1024107776 gsa_html_1024107776:507:50567:50587 Boss Point New Brunswick, New Jersey +0.377804 aapg_ai_491.html aapg_ai_491.html:439:55639:55655 Morgan Uinta Mountains +0.45024 aapg_af_628.html aapg_af_628.html:4:498:504 Menard Chester, Pennsylvania +0.491064 aapg_aa_320.html aapg_aa_320.html:66:5836:5844 Entrance Quito +0.47376 aapg_ae_873.html aapg_ae_873.html:1052:124407:124413 Hinton Goodland, Kansas +0.244258 geology_html_4825073774 geology_html_4825073774:230:19011:19022 Coal Valley Fish Lake Valley, Nevada +0.440388 aapg_aa_732.html aapg_aa_732.html:21:4062:4081 San Marcos Coahuila +0.261948 aapg_ah_871.html aapg_ah_871.html:480:52715:52720 Chazy Lowville (town), New York +0.51264 aapg_ae_884.html aapg_ae_884.html:205:27333:27351 Frontier Kemmerer, Wyoming +0.253791 aapg_ai_364.html aapg_ai_364.html:124:12780:12789 Ingleside Colorado +0.484185 gsa_html_5608167218 gsa_html_5608167218:551:46826:46854 Green River Colorado +0.244224 AMJC_html_6341723617 AMJC_html_6341723617:733:64255:64272 Wasatch Colorado +0.49632 aapg_ai_873.html aapg_ai_873.html:162:16371:16397 Maquoketa Callaway County, Missouri +0.2328 aapg_ad_938.html aapg_ad_938.html:480:42270:42278 Colorado Nebraska +0.238128 aapg_ad_379.html aapg_ad_379.html:140:12096:12114 Fountain Colorado +0.478296 cspg_html_8362959053 cspg_html_8362959053:294:29052:29060 Bullhead Lacombe, Alberta +0.260604 aapg_ac_335.html aapg_ac_335.html:175:17184:17190 Frisco Frisco, Texas +0.252888 aapg_ac_333.html aapg_ac_333.html:1634:172547:172562 Supai Arizona +0.237546 aapg_ae_305.html aapg_ae_305.html:913:74772:74780 Trujillo Barinas State +0.486324 jgeology_html_1587231718 jgeology_html_1587231718:775:49513:49523 Washington Washington (state) +0.25048 gsa_html_3069013284 gsa_html_3069013284:130:15809:15825 Forest Chinle Formation +0.259077 aapg_ac_617.html aapg_ac_617.html:5:867:885 Oakville Oakville, California +0.492975 gsa_html_7195000001 gsa_html_7195000001:900:109374:109390 Strathcona Fiord Canadian Arctic Archipelago +0.942832 aapg_af_886.html aapg_af_886.html:46:2554:2558 Frio Shreveport, Louisiana +0.281428 aapg_ae_725.html aapg_ae_725.html:146:16561:16576 Mesaverde Colorado +0.264115 aapg_ah_973.html aapg_ah_973.html:154:9455:9473 Monmouth Matawan, New Jersey +0.505486 aapg_ah_358.html aapg_ah_358.html:567:32780:32790 San Andres Cedar Lake (Minnesota) +0.498759 sedimentology_html_3692628572 sedimentology_html_3692628572:462:35747:35780 Simmler California +0.251292 aapg_ad_440.html aapg_ad_440.html:491:45661:45674 Taggard Mercer County, New Jersey +0.494025 gsa_html_8735573394 gsa_html_8735573394:972:88349:88377 Green River Iran +0.251779 geology_html_5047080688 geology_html_5047080688:13:520:528 Colorado Denver +0.258332 cspg_html_8387792223 cspg_html_8387792223:945:99826:99831 Yukon Canada +0.482976 aapg_ai_49.html aapg_ai_49.html:642:84751:84759 Loveland El Dorado Springs, Missouri +0.26571 aapg_af_551.html aapg_af_551.html:51:5855:5876 Lake Valley Alamogordo, New Mexico +0.260099 cspg_html_4103411715 cspg_html_4103411715:47:6031:6039 Edmonton Calgary +0.256522 aapg_ad_800.html aapg_ad_800.html:96:10749:10760 Coffee Selma to Montgomery marches +0.464 aapg_ai_567.html aapg_ai_567.html:269:33242:33251 Peninsula Baja California peninsula +0.492701 cspg_html_7576506617 cspg_html_7576506617:61:10103:10125 Severn River River Severn +0.240036 aapg_ad_600.html aapg_ad_600.html:123:13662:13669 Leipers Barren County, Kentucky +0.260096 aapg_aa_696.html aapg_aa_696.html:38:4445:4462 Todilto New Mexico +0.249996 AMJC_html_6341723617 AMJC_html_6341723617:547:51274:51283 Flagstaff Elko, Nevada +0.260554 sedimentology_html_8652763963 sedimentology_html_8652763963:583:32554:32563 Gibraltar Gibraltar +0.503564 geology_html_9713678354 geology_html_9713678354:262:23230:23235 Piper California +0.262 sedimentology_html_9550478777 sedimentology_html_9550478777:151:12244:12254 Las Animas Puerto Palomas, Chihuahua +0.241552 geology_html_6113200258 geology_html_6113200258:155:14033:14048 Gorge Bennington, Vermont +0.508028 aapg_ad_864.html aapg_ad_864.html:50:6390:6407 Naheola Mississippi River +0.467677 aapg_ad_3.html aapg_ad_3.html:617:58643:58651 Virginia Knoxville, Tennessee +0.492712 aapg_ai_593.html aapg_ai_593.html:1675:171017:171046 Weno Texas +0.249494 AMJC_html_5426926529 AMJC_html_5426926529:55:6412:6443 Hoosac Athens, Georgia +0.252984 geology_html_4540113984 geology_html_4540113984:223:21427:21434 Norfolk Virginia +0.469929 aapg_ai_899.html aapg_ai_899.html:123:13383:13389 Hobson Karnes County, Texas +0.472602 aapg_af_575.html aapg_af_575.html:397:53929:53947 Independence Sheffield station +0.274052 aapg_ae_75.html aapg_ae_75.html:43:7317:7327 San Andres Earp, California +0.244398 aapg_ac_924.html aapg_ac_924.html:20:3555:3575 Madison Cheyenne, Wyoming +0.253916 aapg_aa_956.html aapg_aa_956.html:57:6571:6593 Jackson Mississippi River +0.262063 aapg_af_628.html aapg_af_628.html:226:22379:22385 Bethel Kentucky +0.259081 cspg_html_3124360347 cspg_html_3124360347:395:45081:45098 Everton Arkansas +0.249856 cspg_html_5312588885 cspg_html_5312588885:444:57776:57782 Banner Hanson, Massachusetts +0.251122 aapg_af_338.html aapg_af_338.html:160:18478:18494 Blackstone East Texas +0.254388 aapg_aa_288.html aapg_aa_288.html:166:18958:18964 Casper Cheyenne, Wyoming +0.25602 aapg_ae_147.html aapg_ae_147.html:28:4170:4186 Modelo Royal Botanic Gardens, Kew +0.471165 cspg_html_5308103526 cspg_html_5308103526:394:38570:38587 Halfway Lacombe, Alberta +0.52992 aapg_ah_203.html aapg_ah_203.html:482:76254:76272 Morrison New Mexico +0.269698 jgeology_html_8064855537 jgeology_html_8064855537:348:25437:25445 Colorado Western world +0.475059 aapg_af_319.html aapg_af_319.html:48:6454:6462 Colorado Sterling, Virginia +0.466932 aapg_ac_545.html aapg_ac_545.html:37:5983:6009 Shaftesbury Cordillera Administrative Region +0.485463 gsa_html_5865982995 gsa_html_5865982995:832:92776:92793 Wasatch Cheyenne, Wyoming +0.25551 cspg_html_9542530836 cspg_html_9542530836:19:2198:2214 Yeoman Regina, Saskatchewan +0.273 aapg_af_799.html aapg_af_799.html:401:28415:28424 Domengine California +0.48884 gsa_html_7965405428 gsa_html_7965405428:999:85072:85100 Green River New Mexico +0.2546 aapg_ad_999.html aapg_ad_999.html:169:17214:17237 Watt Mountain Lacombe, Alberta +0.51192 aapg_ah_955.html aapg_ah_955.html:39:6577:6610 Logan Shortland Islands +0.859888 cspg_html_1503116552 cspg_html_1503116552:1006:146288:146308 Swan Hills Western world +0.245518 gsa_html_2209194419 gsa_html_2209194419:706:80853:80869 Navajo Logan, Utah +0.269198 aapg_ah_756.html aapg_ah_756.html:259:24465:24475 San Andres San Angelo, Texas +0.247995 cspg_html_1503116552 cspg_html_1503116552:779:105041:105072 Beaverhill Swan Hill, Victoria +0.691092 aapg_ai_80.html aapg_ai_80.html:367:37318:37327 Hermitage Knoxville, Tennessee +0.24647 gsa_html_4675429437 gsa_html_4675429437:513:37281:37291 San Felipe Baja California peninsula +0.258063 gsa_html_2023933346 gsa_html_2023933346:557:55996:56006 Capistrano San Joaquin Hills (Laguna Niguel, California) +0.23961 sedimentology_html_5841712908 sedimentology_html_5841712908:72:7964:7974 Santa Cruz California +0.47941 geology_html_9316941915 geology_html_9316941915:279:24038:24041 Rye Colorado +0.22586 aapg_ah_665.html aapg_ah_665.html:163:17981:18003 Lincoln Peak Middle East +0.489416 aapg_ah_83.html aapg_ah_83.html:124:15811:15831 Phosphoria Boise, Idaho +0.238977 aapg_ai_141.html aapg_ai_141.html:289:30873:30884 Uncompahgre Colorado +0.247234 cspg_html_9729377176 cspg_html_9729377176:545:70570:70589 Pardonet Victoria, British Columbia +0.4944 aapg_af_581.html aapg_af_581.html:126:14334:14342 Chipaque Bogota, New Jersey +0.254856 aapg_ad_817.html aapg_ad_817.html:269:24704:24711 Arcadia Carnarvon, Western Australia +0.473598 AMJC_html_6279868078 AMJC_html_6279868078:679:80740:80761 Ghost Rocks Kodiak Island +0.23598 aapg_ai_80.html aapg_ai_80.html:342:35929:35934 Utica Logan County, West Virginia +0.246945 cspg_html_7779401416 cspg_html_7779401416:15:1640:1658 Reynales Irondequoit, New York +0.277196 aapg_ae_876.html aapg_ae_876.html:438:46946:46960 Cedar Mountain Mancos, Colorado +0.50058 aapg_ai_514.html aapg_ai_514.html:123:15114:15125 Green River Uinta Mountains +0.255915 aapg_af_0.html aapg_af_0.html:342:37206:37215 Palmarito Santa Ana, California +0.253055 aapg_ac_629.html aapg_ac_629.html:149:20594:20602 Beaumont Oberlin, Ohio +0.50085 aapg_ad_790.html aapg_ad_790.html:118:7601:7609 Woodbine East Texas +0.501723 aapg_ah_972.html aapg_ah_972.html:401:39951:39960 Catahoula Whitsett, North Carolina +0.468992 cspg_html_3104351736 cspg_html_3104351736:774:83149:83165 Horseshoe Canyon Lacombe, Alberta +0.5073 aapg_ae_180.html aapg_ae_180.html:96:11554:11562 Niobrara Texas +0.474885 cspg_html_6985536436 cspg_html_6985536436:638:82253:82274 Christopher Banks Island +0.506933 sedimentology_html_7385631805 sedimentology_html_7385631805:65:5151:5157 Brazil Peru, Indiana +0.354816 aapg_af_854.html aapg_af_854.html:1280:182924:182936 Fayetteville Arkansas +0.26418 cspg_html_8266552811 cspg_html_8266552811:76:9882:9898 Viking Regina, Saskatchewan +0.492412 cspg_html_7994114775 cspg_html_7994114775:280:41018:41025 Mohawk Logan Canyon +0.51792 gsa_html_3681093797 gsa_html_3681093797:923:70340:70368 Green River Colorado +0.472317 cspg_html_2834693711 cspg_html_2834693711:392:53823:53844 Trent River England +0.247779 aapg_ah_534.html aapg_ah_534.html:250:20915:20923 Catskill Jamestown, New York +0.499422 AMJC_html_8804784209 AMJC_html_8804784209:1282:104266:104274 Billings Bennington, Vermont +0.251 aapg_ah_871.html aapg_ah_871.html:30:4025:4032 Pamelia Montreal +0.243048 AMJC_html_7085584544 AMJC_html_7085584544:857:90692:90704 Tongue River Williston Basin +0.274594 aapg_ac_251.html aapg_ac_251.html:945:94736:94756 Mississagi Blind River (Ontario) +0.468868 aapg_ac_925.html aapg_ac_925.html:71:10741:10750 Hornbrook Medford, Massachusetts +0.253916 aapg_af_288.html aapg_af_288.html:246:28761:28772 Abo New Mexico +0.259534 cspg_html_6038396142 cspg_html_6038396142:57:8203:8234 Decorah Winnipeg +0.269878 aapg_ai_321.html aapg_ai_321.html:205:28101:28108 Esquias Cedros, Trinidad and Tobago +0.266752 aapg_ad_1.html aapg_ad_1.html:42:4112:4138 Warrior Pennsylvania +0.249951 aapg_ae_369.html aapg_ae_369.html:484:51218:51223 Gordo Mississippi River +0.481584 cspg_html_5973552270 cspg_html_5973552270:124:16116:16137 Slave Point Lacombe, Alberta +0.269874 cspg_html_7866293053 cspg_html_7866293053:751:72748:72756 Kootenay Lacombe, Alberta +0.270908 cspg_html_2758185645 cspg_html_2758185645:531:49590:49605 Banff Regina, Saskatchewan +0.259017 aapg_ad_399.html aapg_ad_399.html:52:4955:4962 St Louis Meramec River +0.268822 cspg_html_2253842195 cspg_html_2253842195:47:6928:6951 Boulder Creek Boulder Creek (Colorado) +0.495104 AMJC_html_8128063878 AMJC_html_8128063878:16:1027:1037 Washington Earth +0.275576 aapg_ad_808.html aapg_ad_808.html:1239:85018:85036 Frontier Cheyenne, Wyoming +0.50932 aapg_aa_146.html aapg_aa_146.html:786:45891:45910 Fox Hills Newcastle, New South Wales +0.481113 aapg_aa_967.html aapg_aa_967.html:4:305:314 San Diego Duval County, Texas +0.249951 aapg_ad_821.html aapg_ad_821.html:573:46986:46992 Casper Ohio +0.496164 geology_html_2461616775 geology_html_2461616775:230:17118:17128 Washington Denmark +0.246492 gsa_html_4930932370 gsa_html_4930932370:945:102455:102463 Michigan Iron River, Wisconsin +0.259588 cspg_html_9343899465 cspg_html_9343899465:213:26732:26745 Ibbett Bay Middle East +0.247464 cspg_html_9637445661 cspg_html_9637445661:88:10159:10167 Columbia Victoria, British Columbia +0.497354 aapg_aa_735.html aapg_aa_735.html:94:8775:8792 Keokuk Illinois +0.49337 cspg_html_1159794850 cspg_html_1159794850:192:30106:30117 Salina Michigan Basin +0.506933 gsa_html_9946860355 gsa_html_9946860355:1194:93893:93921 Green River Colorado +0.478969 AMJC_html_4464898807 AMJC_html_4464898807:1063:87383:87390 Shuswap Arctic Cordillera +0.484939 aapg_ac_569.html aapg_ac_569.html:349:49413:49454 Albert New Brunswick, New Jersey +0.273006 sedimentology_html_8001929837 sedimentology_html_8001929837:1163:95951:95955 Hall Borneo +0.257544 aapg_af_707.html aapg_af_707.html:65:7600:7613 Cotton Valley Mississippi River +0.275481 aapg_ai_29.html aapg_ai_29.html:57:6431:6440 Extension Mexico +0.484428 sedimentology_html_3208248909 sedimentology_html_3208248909:1632:45554:45559 Yukon Bering Land Bridge National Preserve +0.244449 cspg_html_7804036692 cspg_html_7804036692:647:69977:69991 Fort Vermilion Swan Hill, Victoria +0.264075 aapg_ai_566.html aapg_ai_566.html:170:16877:16898 Belly River Lacombe, Alberta +0.235667 palaios_html_5334521487 palaios_html_5334521487:515:59242:59258 Amsden Cheyenne, Wyoming +0.478101 cspg_html_5783501569 cspg_html_5783501569:327:32609:32628 Waterfowl Canmore, Alberta +0.2646 aapg_ae_26.html aapg_ae_26.html:6:934:948 Kope Lexington, Kentucky +0.25146 sedimentology_html_2562878594 sedimentology_html_2562878594:2648:126071:126081 Laurentian South America +0.23937 gsa_html_5552216115 gsa_html_5552216115:1234:123303:123320 San Juan Bautista California +0.269874 geology_html_3374437567 geology_html_3374437567:218:20402:20411 Littleton Colorado +0.26416 gsa_html_4922631598 gsa_html_4922631598:697:75870:75876 Denver Flores Island (Azores) +0.258482 aapg_ac_485.html aapg_ac_485.html:287:33544:33552 Michigan Salina, Kansas +0.48384 aapg_ah_467.html aapg_ah_467.html:103:8876:8889 Turner Valley Kootenay River +0.482587 gsa_html_2168907540 gsa_html_2168907540:406:44264:44270 Satsop Republic of China +0.483966 aapg_ac_706.html aapg_ac_706.html:199:26345:26384 Piedras Mesa, Arizona +0.47583 AMJC_html_1938223835 AMJC_html_1938223835:763:97865:97876 Moose River Portland, Maine +0.486758 aapg_ai_28.html aapg_ai_28.html:612:60959:60969 Rio Grande Texas +0.248496 aapg_ae_416.html aapg_ae_416.html:99:9545:9568 Chattahoochee Tampa, Florida +0.51216 aapg_ac_126.html aapg_ac_126.html:173:25276:25290 Bossier Haynesville, Louisiana +0.275058 aapg_af_363.html aapg_af_363.html:110:13635:13647 New Scotland Helderberg +0.241775 jgeology_html_1198140108 jgeology_html_1198140108:1072:64294:64302 Colorado Gunnison County, Colorado +0.478028 aapg_af_461.html aapg_af_461.html:276:25900:25913 Lake Michigan Michigan +0.25856 gsa_html_4339524478 gsa_html_4339524478:765:76487:76497 Washington Boise, Idaho +0.249344 aapg_ae_447.html aapg_ae_447.html:66:8142:8148 Midway Texas +0.248392 aapg_af_2.html aapg_af_2.html:464:52143:52150 Madison Colorado +0.24402 gsa_html_4385238876 gsa_html_4385238876:68:9360:9379 Gambier Canada +0.260096 aapg_af_704.html aapg_af_704.html:182:17242:17250 Billings Williston, Vermont +0.269808 cspg_html_3762708087 cspg_html_3762708087:512:68544:68551 Cardium Lacombe, Alberta +0.467055 aapg_af_2.html aapg_af_2.html:477:54791:54799 Colorado Mesa, Arizona +0.505512 gsa_html_7016690283 gsa_html_7016690283:66:5038:5066 Green River Colorado +0.241066 aapg_ae_999.html aapg_ae_999.html:327:45613:45622 Vicksburg Alabama +0.27092 cspg_html_6014123208 cspg_html_6014123208:614:67681:67690 Mackenzie Lacombe, Alberta +0.251979 jgeology_html_2022713612 jgeology_html_2022713612:926:81046:81078 Johnnie Death Valley +0.264187 cspg_html_6880168184 cspg_html_6880168184:679:80538:80550 Devon Island Canadian Arctic Archipelago +0.509229 aapg_ad_812.html aapg_ad_812.html:81:11272:11288 Chinle Kayenta, Arizona +0.49556 aapg_ac_592.html aapg_ac_592.html:8:1243:1261 Sundance Cheyenne, Wyoming +0.477954 cspg_html_7086880709 cspg_html_7086880709:307:39416:39437 Columbia Victoria, British Columbia +0.264195 gsa_html_1130947011 gsa_html_1130947011:184:22697:22712 Kope Ohio +0.239096 aapg_ae_73.html aapg_ae_73.html:477:63530:63537 Vermejo Trinidad and Tobago +0.2435 aapg_ah_194.html aapg_ah_194.html:487:54519:54527 San Jose California +0.50246 aapg_aa_244.html aapg_aa_244.html:176:15479:15488 Aux Vases Henderson County, Texas +0.237948 gsa_html_8051402894 gsa_html_8051402894:311:34838:34847 Lancaster Mojave Desert +0.259956 cspg_html_2834693711 cspg_html_2834693711:218:29705:29714 Extension Mt. Washington, Los Angeles +0.24157 aapg_ah_547.html aapg_ah_547.html:98:12747:12787 Madison Cheyenne, Wyoming +0.254464 cspg_html_8818854104 cspg_html_8818854104:460:56677:56688 Peace River Belcourt, North Dakota +0.470316 gsa_html_3448554349 gsa_html_3448554349:86:9134:9156 Spechty Kopf Ohio +0.237919 gsa_html_4220229801 gsa_html_4220229801:705:58087:58097 Washington Salem, Oregon +0.259875 aapg_af_431.html aapg_af_431.html:91:9345:9350 Sligo Tuscaloosa, Alabama +0.518 gsa_html_5542734224 gsa_html_5542734224:55:3447:3475 Green River Colorado +0.494915 aapg_ah_773.html aapg_ah_773.html:76:5141:5154 Carlin Canyon Reno, Nevada +0.45549 aapg_ad_466.html aapg_ad_466.html:1173:125218:125226 Virginia Monmouth +0.247883 aapg_ae_181.html aapg_ae_181.html:222:33346:33362 Ripley Coon Creek Formation +0.257346 aapg_af_575.html aapg_af_575.html:1198:172194:172213 Smackover Cotton Valley, Louisiana +0.252486 aapg_ad_169.html aapg_ad_169.html:368:42682:42687 Rapid Greenbrier (Great Smoky Mountains) +0.262636 aapg_af_130.html aapg_af_130.html:149:27110:27121 Lake Valley Sacramento Mountains (California) +0.710424 cspg_html_8207916783 cspg_html_8207916783:67:8555:8579 Tuscarora Virginia +0.24276 geology_html_9304361956 geology_html_9304361956:230:20999:21008 Extension England +0.26571 cspg_html_9177794814 cspg_html_9177794814:99:11568:11587 Aux Vases Anchorage, Alaska +0.252126 aapg_ai_900.html aapg_ai_900.html:253:38111:38130 Woodbine Tuscaloosa, Alabama +0.431695 aapg_ae_419.html aapg_ae_419.html:2322:156269:156289 San Felipe Texas +0.50759 aapg_aa_659.html aapg_aa_659.html:388:23146:23151 Swift Bay of Fundy +0.485811 aapg_ae_680.html aapg_ae_680.html:477:45874:45893 Woodbine Polk County, Florida +0.947462 aapg_ah_289.html aapg_ah_289.html:558:78431:78449 Monterey California +0.25908 gsa_html_8597749242 gsa_html_8597749242:693:75733:75741 Colorado Rutherford, New Jersey +0.252486 aapg_af_653.html aapg_af_653.html:896:102820:102827 Temblor California +0.257048 cspg_html_8316122266 cspg_html_8316122266:356:32713:32725 Hasler Victoria, British Columbia +0.261615 aapg_ae_873.html aapg_ae_873.html:728:84388:84397 Smackover Rodessa, Louisiana +0.229377 aapg_aa_74.html aapg_aa_74.html:172:16610:16620 Greenbrier Eastern Mountain Coal Fields +0.238422 jgeology_html_3188478366 jgeology_html_3188478366:144:8659:8678 Bluestone Illinois +0.489765 aapg_ah_862.html aapg_ah_862.html:270:38315:38322 Emerson Mexico +0.469044 aapg_ac_629.html aapg_ac_629.html:316:40330:40336 Lissie Oberlin, Ohio +0.685906 aapg_ae_415.html aapg_ae_415.html:994:125864:125873 Catahoula Mississippi River +0.260051 aapg_ae_519.html aapg_ae_519.html:288:31741:31749 Columbia Mineral County, Nevada +0.48323 gsa_html_1254347878 gsa_html_1254347878:446:49307:49325 Sheppard Canada +0.261615 geology_html_2313489416 geology_html_2313489416:13:632:644 Saskatchewan Saskatoon +0.245967 AMJC_html_6341723617 AMJC_html_6341723617:490:44563:44584 White Sage Elko, Nevada +0.26986 aapg_ac_841.html aapg_ac_841.html:1731:176432:176449 El Plan Tegucigalpa +0.258937 cspg_html_7576506617 cspg_html_7576506617:292:40813:40834 Ekwan River Moose River (Maine) +0.486213 aapg_ae_876.html aapg_ae_876.html:1164:115893:115913 Bear River Cheyenne, Wyoming +0.46614 aapg_ac_380.html aapg_ac_380.html:181:22593:22601 Syracuse Onondaga (tribe) +0.265967 geology_html_2576576682 geology_html_2576576682:13:696:706 Washington Washington (state) +0.502686 aapg_ai_581.html aapg_ai_581.html:102:10183:10199 Dakota Black Hills +0.472054 jgeology_html_5803513114 jgeology_html_5803513114:206:17962:17968 Madrid Rangeley, Maine +0.447078 aapg_aa_147.html aapg_aa_147.html:642:66351:66371 Interlake Manitoba +0.267189 aapg_ah_289.html aapg_ah_289.html:291:42859:42881 Monterey Lost Hills Oil Field +0.256162 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53222:53251 Cold Lake Logan, Utah +0.500906 aapg_af_663.html aapg_af_663.html:562:55523:55540 Pawnee Iowa +0.48081 aapg_ai_96.html aapg_ai_96.html:123:14004:14008 Frio Texas +0.245021 aapg_ah_655.html aapg_ah_655.html:315:29879:29900 Hartshorne Atoka, Oklahoma +0.443821 aapg_ad_338.html aapg_ad_338.html:236:25874:25881 Magothy Merchantville, New Jersey +0.264 aapg_ae_425.html aapg_ae_425.html:60:7837:7847 Washington Washington (state) +0.253512 aapg_aa_731.html aapg_aa_731.html:544:73205:73212 Andrews Texas +0.281957 aapg_ad_3.html aapg_ad_3.html:571:54260:54281 Black River Knoxville, Tennessee +0.275994 palaios_html_1276188815 palaios_html_1276188815:16:884:895 Green River Logan, Utah +0.881848 aapg_ac_569.html aapg_ac_569.html:59:8737:8757 Emma Fiord Ellesmere Island +0.266252 cspg_html_2408887763 cspg_html_2408887763:358:45440:45459 Paskapoo England +0.263572 aapg_ai_699.html aapg_ai_699.html:555:66251:66268 Prairie Regina, Saskatchewan +0.239 aapg_ac_824.html aapg_ac_824.html:543:52108:52126 Fountain Colorado +0.264698 aapg_ac_929.html aapg_ac_929.html:117:9951:9964 Santa Barbara California +0.252476 cspg_html_6839937815 cspg_html_6839937815:319:46110:46116 Kaibab Harrisburg, Pennsylvania +0.42238 AMJC_html_5722410163 AMJC_html_5722410163:551:56633:56654 Elko Elko, Nevada +0.266392 sedimentology_html_5684840410 sedimentology_html_5684840410:1656:90784:90815 Chinle Colorado +0.831383 cspg_html_8279079445 cspg_html_8279079445:147:18412:18429 Fernie Kootenay River +0.258462 gsa_html_8837971374 gsa_html_8837971374:120:11620:11639 Bathurst New Brunswick, New Jersey +0.36708 sedimentology_html_5672063331 sedimentology_html_5672063331:2295:110613:110625 Owens Valley California +0.491904 aapg_ai_572.html aapg_ai_572.html:19:2489:2492 Ada Pawhuska, Oklahoma +0.244584 cspg_html_4433937749 cspg_html_4433937749:105:13002:13013 Peace River Lacombe, Alberta +0.471828 cspg_html_8298261690 cspg_html_8298261690:711:69580:69599 Athabasca Canada +0.470659 aapg_ac_807.html aapg_ac_807.html:356:36205:36219 Columbia Closter, New Jersey +0.255474 sedimentology_html_7482146728 sedimentology_html_7482146728:364:44005:44015 Washington Salem, Oregon +0.544812 aapg_aa_935.html aapg_aa_935.html:10:1513:1523 Tuscaloosa Melbourne, Florida +0.25511 cspg_html_2546442054 cspg_html_2546442054:70:10227:10245 Eastend Canada +0.490314 gsa_html_6433065427 gsa_html_6433065427:234:26616:26634 Bullhead Arizona +0.455648 cspg_html_6675007047 cspg_html_6675007047:19:2503:2514 Peace River Lacombe, Alberta +0.477717 aapg_ae_777.html aapg_ae_777.html:51:6572:6596 Arroyo New Mexico +0.43758 aapg_ad_101.html aapg_ad_101.html:228:22835:22852 Leonard Texas +0.247835 gsa_html_3972237760 gsa_html_3972237760:540:46792:46796 Bond North Atlantic Current +0.482112 aapg_ai_333.html aapg_ai_333.html:13:1977:1985 Colorado Reston, Virginia +0.25452 cspg_html_5376629375 cspg_html_5376629375:56:9543:9559 Sulphur Mountain Mons +0.25137 cspg_html_2625728726 cspg_html_2625728726:70:11534:11546 Granite Wash Garland, Texas +0.252266 cspg_html_9735723617 cspg_html_9735723617:405:51995:52013 Imperial Anchorage, Alaska +0.89947 gsa_html_1860930948 gsa_html_1860930948:690:70722:70740 Morrison Logan, Utah +0.4959 aapg_ad_401.html aapg_ad_401.html:317:25498:25506 Altamont Moraine, Ohio +0.26884 aapg_ae_605.html aapg_ae_605.html:454:52417:52433 Salina Kokomo, Indiana +0.490795 palaios_html_6034217939 palaios_html_6034217939:60:6980:6996 Liard Victoria, British Columbia +0.2782 aapg_ac_896.html aapg_ac_896.html:223:17331:17340 Smackover East Texas +0.25194 gsa_html_2743423721 gsa_html_2743423721:12:587:593 Oregon Salem, Oregon +0.510376 aapg_ai_31.html aapg_ai_31.html:448:42782:42801 Catahoula Texas +0.3589 cspg_html_5109562898 cspg_html_5109562898:15:2044:2062 Dunvegan Lesser Slave Lake Provincial Park +0.26364 cspg_html_4636216007 cspg_html_4636216007:108:12170:12182 Devon Island Melville, New York +0.7296 gsa_html_4695276845 gsa_html_4695276845:787:80441:80447 Pioche Pioche, Nevada +0.486156 aapg_ah_318.html aapg_ah_318.html:3054:248028:248048 La Casita Veracruz, Veracruz +0.266965 aapg_ac_535.html aapg_ac_535.html:501:46948:46956 Beaumont Lacombe, Alberta +0.26676 gsa_html_6589330144 gsa_html_6589330144:625:65830:65837 Palouse Colorado +0.488516 gsa_html_9310053579 gsa_html_9310053579:288:25785:25804 Chumstick Leavenworth, Washington +0.274455 cspg_html_2834693711 cspg_html_2834693711:940:116311:116325 Northumberland Canada +0.261117 palaios_html_4880574501 palaios_html_4880574501:603:53432:53463 Kope Cincinnati +0.252506 cspg_html_4287356899 cspg_html_4287356899:335:47965:47982 Yukon Anchorage, Alaska +0.489417 geology_html_1259671585 geology_html_1259671585:205:19546:19555 Lancaster Earth +0.2525 aapg_ae_854.html aapg_ae_854.html:113:14675:14700 Beaverhill Lacombe, Alberta +0.480312 sedimentology_html_5669352825 sedimentology_html_5669352825:156:15900:15910 Sunderland Cambridge, Massachusetts +0.237644 sedimentology_html_8652763963 sedimentology_html_8652763963:51:2351:2357 Madrid Spain +0.27048 aapg_ah_529.html aapg_ah_529.html:197:18728:18743 Bliss New Mexico +0.85172 aapg_ae_305.html aapg_ae_305.html:1093:94849:94854 Colon Venezuela +0.245024 geology_html_7576744467 geology_html_7576744467:12:509:518 Milwaukee Wisconsin +0.51648 aapg_ah_759.html aapg_ah_759.html:6:669:688 Eagle Ouachita Mountains +0.738215 aapg_ad_3.html aapg_ad_3.html:228:19660:19677 Beekmantown Knoxville, Tennessee +0.274527 aapg_ad_958.html aapg_ad_958.html:1007:104772:104782 Salem Salem, Massachusetts +0.27924 gsa_html_3648258377 gsa_html_3648258377:697:64981:65008 Merchantville Merchantville, New Jersey +0.488652 geology_html_9864093090 geology_html_9864093090:286:27308:27314 Oxford China +0.239554 cspg_html_1962846283 cspg_html_1962846283:310:34091:34107 Elk Lacombe, Alberta +0.50537 aapg_ae_803.html aapg_ae_803.html:8:1313:1329 Coban Santa Rosa, California +0.49245 aapg_ae_217.html aapg_ae_217.html:20:2091:2096 Sligo Lisbon +0.396022 sedimentology_html_9710882522 sedimentology_html_9710882522:498:37388:37408 Tuscaloosa Shreveport, Louisiana +0.498942 gsa_html_1617077506 gsa_html_1617077506:996:93670:93678 Columbia Victoria, British Columbia +0.249856 cspg_html_1996419880 cspg_html_1996419880:679:74247:74255 Columbia Victoria, British Columbia +0.264187 cspg_html_5947812886 cspg_html_5947812886:392:60494:60509 Eldon Western world +0.474734 aapg_af_900.html aapg_af_900.html:47:6930:6940 Rio Grande Mississippi River +0.49495 aapg_ah_574.html aapg_ah_574.html:75:7249:7253 Pozo Matamoros, Tamaulipas +0.48552 aapg_af_854.html aapg_af_854.html:509:67592:67604 Edwardsville Bloomington, Indiana +0.251446 AMJC_html_5513298573 AMJC_html_5513298573:1195:111625:111630 Lyell London, Ontario +0.485706 sedimentology_html_9603159224 sedimentology_html_9603159224:2253:132280:132285 Price Sellwood Bridge +0.488898 sedimentology_html_6425376816 sedimentology_html_6425376816:1135:103115:103156 San Andres Spain +0.247464 cspg_html_5241714595 cspg_html_5241714595:923:117760:117778 Duvernay Lacombe, Alberta +0.258937 aapg_ae_705.html aapg_ae_705.html:407:38252:38264 Sespe Monterey, California +0.478296 palaios_html_2994452429 palaios_html_2994452429:158:14335:14352 Montney Victoria, British Columbia +0.265584 aapg_ae_895.html aapg_ae_895.html:162:15087:15098 Reclamation Washington (state) +0.483966 geology_html_5086580231 geology_html_5086580231:12:464:474 Santa Cruz California +0.253492 palaios_html_6815039820 palaios_html_6815039820:496:45259:45278 Fruitland New Mexico +0.26312 aapg_aa_796.html aapg_aa_796.html:524:62354:62384 Doig Lacombe, Alberta +0.261096 cspg_html_5345848475 cspg_html_5345848475:1009:99409:99424 Eagle Lacombe, Alberta +0.491748 aapg_ai_51.html aapg_ai_51.html:48:5427:5445 Holly Springs Alabama +0.245895 aapg_ae_272.html aapg_ae_272.html:698:67483:67491 Michigan Austin, Chicago +0.483171 aapg_ai_584.html aapg_ai_584.html:86:8702:8716 Roundtop Des Moines, Washington +0.25688 sedimentology_html_2041096405 sedimentology_html_2041096405:678:59371:59387 Guelph Michigan Basin +0.279156 aapg_ae_928.html aapg_ae_928.html:656:47440:47463 Cotton Valley Lisbon +0.506538 aapg_aa_399.html aapg_aa_399.html:195:14332:14343 Belly River Edmonton, London +0.253302 aapg_ah_393.html aapg_ah_393.html:116:14554:14571 Kinderhook Cheyenne, Wyoming +0.561571 aapg_aa_654.html aapg_aa_654.html:16:3155:3161 Sandia New Mexico +0.48514 gsa_html_5952049575 gsa_html_5952049575:764:76034:76053 Rock Springs Cheyenne, Wyoming +0.24442 cspg_html_7281679890 cspg_html_7281679890:570:85426:85434 Columbia Victoria, British Columbia +0.25602 cspg_html_3026112034 cspg_html_3026112034:136:13367:13379 Waterways Swan Hill, Victoria +0.259518 aapg_ac_841.html aapg_ac_841.html:311:40189:40206 Subinal Guatemala +0.259 gsa_html_4522678867 gsa_html_4522678867:294:32639:32660 Clipper Colfax, California +0.255398 aapg_af_854.html aapg_af_854.html:564:76676:76686 Ramp Creek Monroe County, Florida +0.50997 aapg_ah_647.html aapg_ah_647.html:830:89613:89628 Supai Naco, Sonora +0.472264 cspg_html_2695921112 cspg_html_2695921112:270:31635:31653 Bathurst New Brunswick, New Jersey +0.28674 aapg_ac_766.html aapg_ac_766.html:854:90124:90144 San Andres New Mexico +0.49469 gsa_html_8917146841 gsa_html_8917146841:132:15312:15321 Red Bluff Colusa, California +0.263153 gsa_html_4438819447 gsa_html_4438819447:649:64560:64583 Strand Fiord Canada +0.513816 palaios_html_9886618772 palaios_html_9886618772:51:6763:6787 Vicksburg Mississippi River +0.501034 aapg_ah_321.html aapg_ah_321.html:43:4369:4387 Maccrady Virginia +0.50042 aapg_ah_289.html aapg_ah_289.html:529:73210:73228 Monterey Lost Hills Oil Field +0.503208 aapg_aa_563.html aapg_aa_563.html:236:31184:31192 Colorado Cheyenne, Wyoming +0.257514 cspg_html_3849785044 cspg_html_3849785044:6:416:447 Bertie Ontario, California +0.267288 aapg_aa_856.html aapg_aa_856.html:106:9867:9876 Smackover Cotton Valley, Louisiana +0.2667 cspg_html_9768299963 cspg_html_9768299963:48:5683:5701 Scollard Lacombe, Alberta +0.256424 aapg_ah_903.html aapg_ah_903.html:11:1460:1474 Bossier Haynesville, Louisiana +0.486822 aapg_aa_181.html aapg_aa_181.html:719:69645:69650 Piper California +0.684012 aapg_ae_961.html aapg_ae_961.html:212:14536:14545 Stonewall Manitoba +0.782925 aapg_ae_547.html aapg_ae_547.html:500:57286:57292 Kodiak Anchorage, Alaska +0.257535 aapg_af_92.html aapg_af_92.html:663:61400:61416 Eureka Quartzite Great Basin +0.932008 aapg_ad_466.html aapg_ad_466.html:135:13676:13687 Englishtown Salem County, New Jersey +0.491303 aapg_ad_244.html aapg_ad_244.html:22:2589:2610 Little Falls Mohawk Valley +0.235189 aapg_ah_505.html aapg_ah_505.html:1216:96270:96288 Fountain Western world +0.494086 aapg_ah_97.html aapg_ah_97.html:134:16738:16747 Stonewall Cincinnati +0.438463 aapg_ai_524.html aapg_ai_524.html:64:7885:7894 Bidahochi Chuska Mountains +0.486324 cspg_html_9052264748 cspg_html_9052264748:380:43412:43416 Hall London, Ontario +0.25123 cspg_html_9613906024 cspg_html_9613906024:21:2361:2382 Slave Point Great Slave Lake +0.475136 aapg_aa_957.html aapg_aa_957.html:57:4927:4936 Frio Shreveport, Louisiana +0.498388 geology_html_4637719285 geology_html_4637719285:255:24983:24991 Scotland Kingdom of Great Britain +0.264171 aapg_ah_48.html aapg_ah_48.html:90:12025:12031 Dakota Nebraska +0.388926 palaios_html_2221534395 palaios_html_2221534395:376:44203:44234 Kope Cincinnati +0.47685 cspg_html_1993014403 cspg_html_1993014403:47:5928:5936 Kootenai Sunriver, Oregon +0.26624 cspg_html_4072152826 cspg_html_4072152826:518:69256:69271 Pika Regina, Saskatchewan +0.259056 aapg_ae_350.html aapg_ae_350.html:91:10930:10946 Tuscaloosa Tuscaloosa, Alabama +0.244488 aapg_aa_914.html aapg_aa_914.html:77:10004:10026 Marble Falls Atoka, Oklahoma +0.494982 gsa_html_5865982995 gsa_html_5865982995:978:106560:106581 Green River Colorado +0.757345 cspg_html_2182541128 cspg_html_2182541128:24:2507:2528 Fernie Kootenay River +0.70519 aapg_ai_583.html aapg_ai_583.html:305:36833:36850 Rierdon Cheyenne, Wyoming +0.51569 aapg_aa_158.html aapg_aa_158.html:267:24536:24557 Cloverly DuBois, Pennsylvania +0.24892 jgeology_html_2809998069 jgeology_html_2809998069:556:32249:32274 Narragansett Pier Granite Newport, Rhode Island +0.457068 aapg_ah_387.html aapg_ah_387.html:2754:296615:296624 Knoxville Antelope Valley Freeway +0.48974 cspg_html_3184426865 cspg_html_3184426865:43:6071:6076 Banff Lacombe, Alberta +0.24531 jgeology_html_3450428494 jgeology_html_3450428494:204:10803:10819 Fish Canyon Tuff Durango, Durango +0.49764 gsa_html_8541176417 gsa_html_8541176417:947:76707:76712 Rapid Altiplano +0.66845 aapg_af_2.html aapg_af_2.html:281:30963:30968 Ouray San Juan Mountains +0.47975 geology_html_9316941915 geology_html_9316941915:16:1167:1175 Colorado New Mexico +0.494025 jgeology_html_2809998069 jgeology_html_2809998069:106:4812:4830 Wamsutta Cambridge, Massachusetts +0.478956 gsa_html_4719798013 gsa_html_4719798013:337:33827:33852 Blackwater Draw Pecos River +0.47124 gsa_html_5625878232 gsa_html_5625878232:464:63686:63696 Washington Seattle +0.691377 aapg_ah_536.html aapg_ah_536.html:358:47563:47580 Hosston Mississippi River +0.47672 cspg_html_7467378242 cspg_html_7467378242:15:1752:1773 Peace River CFB Cold Lake +0.50496 aapg_ae_296.html aapg_ae_296.html:38:4171:4184 Cherry Canyon Delaware +0.472538 aapg_aa_134.html aapg_aa_134.html:306:34531:34536 Tyler Anchorage, Alaska +0.262973 aapg_ai_860.html aapg_ai_860.html:224:35725:35739 Bays Blacksburg, Virginia +0.501375 aapg_ae_29.html aapg_ae_29.html:76:9414:9424 Pottsville Plateau State +0.26112 jgeology_html_5090133589 jgeology_html_5090133589:1073:64388:64396 Colorado Vail, Colorado +0.253356 aapg_ai_958.html aapg_ai_958.html:301:26122:26132 Rio Grande Texas +0.253487 aapg_ae_354.html aapg_ae_354.html:244:24242:24251 Mesaverde Niobrara, Nebraska +0.24174 geology_html_7872773872 geology_html_7872773872:32:2777:2781 Rove Sudbury, Suffolk +0.460638 gsa_html_4067269733 gsa_html_4067269733:948:91042:91050 Colorado Arizona +0.246456 gsa_html_4675429437 gsa_html_4675429437:225:16213:16223 San Felipe Sonora +0.25806 geology_html_1745354227 geology_html_1745354227:334:28333:28364 Red Creek Quartzite Colorado +0.483336 aapg_af_403.html aapg_af_403.html:396:39821:39831 Santa Cruz Bolivia +0.259065 aapg_ah_165.html aapg_ah_165.html:247:32824:32839 Nisku Regina, Saskatchewan +0.255 gsa_html_1337782073 gsa_html_1337782073:84:8104:8128 Fitch Littleton, Colorado +0.541688 aapg_ah_90.html aapg_ah_90.html:206:32633:32649 Dakota Colorado +0.238 palaios_html_2997862099 palaios_html_2997862099:240:31932:31980 Colorado Colorado +0.423963 jgeology_html_3385510991 jgeology_html_3385510991:223:13017:13037 Covey Hill Montreal +0.504972 palaios_html_3112927242 palaios_html_3112927242:849:67251:67261 Huntingdon Pennsylvania +0.265728 aapg_ad_878.html aapg_ad_878.html:191:23716:23725 Mesaverde Mancos, Colorado +0.238977 sedimentology_html_3907918417 sedimentology_html_3907918417:1647:129495:129519 Basal Canada +0.23862 cspg_html_4056366713 cspg_html_4056366713:387:63017:63025 Edmonton Palais Mollard-Clary +0.376616 aapg_ac_807.html aapg_ac_807.html:252:24979:25000 Piney Point Cape Cod +0.261096 cspg_html_5699627350 cspg_html_5699627350:82:11396:11412 Viking Colorado +0.256032 gsa_html_3860045860 gsa_html_3860045860:688:78083:78089 Oregon Dubuque, Iowa +0.702361 palaios_html_9408587909 palaios_html_9408587909:47:5235:5253 Moenkopi Reno, Nevada +0.464499 cspg_html_8525917094 cspg_html_8525917094:212:27671:27679 Columbia Victoria, British Columbia +0.247883 gsa_html_1119256423 gsa_html_1119256423:18:971:979 Virginia Reston, Virginia +0.246984 aapg_ai_321.html aapg_ai_321.html:3:331:348 Esquias Honduras +0.517 gsa_html_8030464622 gsa_html_8030464622:880:87512:87540 Green River Colorado +0.2652 cspg_html_1770934036 cspg_html_1770934036:57:7509:7517 Columbia Cordillera Administrative Region +0.489082 gsa_html_8662622130 gsa_html_8662622130:814:74472:74500 Green River Colorado +0.876822 aapg_ah_972.html aapg_ah_972.html:618:65268:65282 Frio Texas +0.249318 geology_html_2025776160 geology_html_2025776160:368:27164:27170 Forest Reno, Nevada +0.250997 aapg_af_469.html aapg_af_469.html:119:15193:15198 Midas Reno, Nevada +0.24633 cspg_html_3772380029 cspg_html_3772380029:1446:150796:150805 Mattagami Ontario, California +0.46265 aapg_af_130.html aapg_af_130.html:141:25759:25778 Leadville Colorado +0.252003 sedimentology_html_7482146728 sedimentology_html_7482146728:326:38394:38400 Oregon Salem, Oregon +0.48006 cspg_html_7176835767 cspg_html_7176835767:336:43154:43164 Arctic Red Sault Ste. Marie, Ontario +0.484748 aapg_ah_415.html aapg_ah_415.html:121:11093:11101 Colorado Milk River, Alberta +0.252126 aapg_ad_3.html aapg_ad_3.html:421:40147:40155 Lowville Sevier orogeny +0.267806 cspg_html_7576506617 cspg_html_7576506617:297:41683:41704 Ekwan River Moose River (Maine) +0.495045 aapg_af_288.html aapg_af_288.html:618:67761:67767 Jordan West Texas +0.282645 aapg_ad_784.html aapg_ad_784.html:276:31690:31703 Santa Barbara Santa Paula, California +0.835318 aapg_ad_2.html aapg_ad_2.html:994:137166:137178 Little Falls Remsen (town), New York +0.251979 aapg_aa_565.html aapg_aa_565.html:61:7572:7581 Allegheny Pottsville, Pennsylvania +0.481428 cspg_html_2498183035 cspg_html_2498183035:183:20969:20989 Swan Hills Swan Hill, Victoria +0.264192 aapg_ad_173.html aapg_ad_173.html:673:62760:62788 Chugwater Cheyenne, Wyoming +0.235708 cspg_html_4516258038 cspg_html_4516258038:674:72647:72668 Bathurst Canadian Arctic Archipelago +0.2525 aapg_af_808.html aapg_af_808.html:344:46299:46323 Trujillo Venezuela +0.243712 aapg_ah_181.html aapg_ah_181.html:129:15301:15308 Wingate Kayenta, Arizona +0.48389 gsa_html_5227849965 gsa_html_5227849965:25:1300:1307 Windsor Ontario, California +0.499118 aapg_ad_466.html aapg_ad_466.html:1370:145843:145860 Magothy Maryland +0.506043 aapg_aa_426.html aapg_aa_426.html:260:58858:58874 Tuscaloosa Alabama +0.490941 gsa_html_7485655092 gsa_html_7485655092:1311:95751:95757 Ithaca Santa Maria, California +0.461264 sedimentology_html_4372260172 sedimentology_html_4372260172:640:52658:52679 Shaftesbury Canada +0.26988 cspg_html_5295390542 cspg_html_5295390542:375:44937:44946 Baldonnel Lacombe, Alberta +0.469559 aapg_ad_337.html aapg_ad_337.html:365:41731:41748 Vasquez San Gabriel Valley +0.470876 AMJC_html_4692260170 AMJC_html_4692260170:1002:101921:101936 Fitch New Hampshire +0.27392 aapg_ad_379.html aapg_ad_379.html:714:58080:58088 Sundance Entrada Sandstone +0.263169 cspg_html_1222040397 cspg_html_1222040397:353:47459:47477 Glenogle Rocky Mountains +0.270614 cspg_html_1925276454 cspg_html_1925276454:14:1447:1452 Hogem Victoria, British Columbia +0.487172 cspg_html_9683836416 cspg_html_9683836416:68:12335:12347 Medicine Hat Regina, Saskatchewan +0.258048 aapg_aa_643.html aapg_aa_643.html:257:28605:28614 Knoxville Knoxville, Illinois +0.272475 aapg_ae_345.html aapg_ae_345.html:766:64842:64862 Catahoula Tuscaloosa, Alabama +0.46812 aapg_ac_230.html aapg_ac_230.html:3:320:326 Sierra Venezuela +0.496837 cspg_html_5241714595 cspg_html_5241714595:659:98609:98631 Souris River Lacombe, Alberta +0.26162 jgeology_html_1095412310 jgeology_html_1095412310:185:10631:10648 Rondout Onondaga (tribe) +0.48513 aapg_ai_732.html aapg_ai_732.html:25:3688:3696 Michigan Lake Michigan +0.269261 aapg_ah_370.html aapg_ah_370.html:581:46646:46660 Traverse Afton (town), New York +0.278663 cspg_html_5735081610 cspg_html_5735081610:29:3483:3511 Winnipegosis Regina, Saskatchewan +0.590278 aapg_ai_583.html aapg_ai_583.html:284:35109:35127 Sundance Cheyenne, Wyoming +0.262143 geology_html_7360956801 geology_html_7360956801:180:17178:17189 San Jacinto San Jacinto, California +0.357783 aapg_ai_975.html aapg_ai_975.html:1016:82150:82170 Georgetown San Marcos, California +0.24849 gsa_html_1248731493 gsa_html_1248731493:618:59679:59684 Yukon Canada +0.472264 gsa_html_9234326602 gsa_html_9234326602:119:12673:12682 El Mangle Santa Rosa, California +0.493 aapg_ac_187.html aapg_ac_187.html:118:10730:10740 Pittsburgh Bangkok +0.257536 cspg_html_5074125023 cspg_html_5074125023:557:61740:61759 Kugmallit Canada +0.267189 aapg_ad_720.html aapg_ad_720.html:805:67254:67262 Carlsbad Carlsbad, New Mexico +0.485648 sedimentology_html_8720708419 sedimentology_html_8720708419:167:11413:11419 Provo Iran +0.25641 gsa_html_5272671610 gsa_html_5272671610:453:47706:47714 Columbia Victoria, British Columbia +0.489765 aapg_af_710.html aapg_af_710.html:162:17913:17933 Salina Guelph +0.275844 aapg_af_471.html aapg_af_471.html:210:24630:24638 Parkwood Hartselle, Alabama +0.247779 aapg_af_262.html aapg_af_262.html:177:22168:22174 Denver Williston, Vermont +0.263676 aapg_af_701.html aapg_af_701.html:368:47842:47854 Huntersville Jackson County, Missouri +0.247464 aapg_ai_107.html aapg_ai_107.html:691:63150:63158 Dorcheat Freestone County, Texas +0.850076 sedimentology_html_3417381350 sedimentology_html_3417381350:1180:93511:93519 Monterey Compton, California +0.252494 sedimentology_html_2006668573 sedimentology_html_2006668573:758:55533:55537 Hall London, Ontario +0.50264 gsa_html_5081991493 gsa_html_5081991493:1382:101913:101924 Green River Uinta Mountains +0.241572 aapg_af_397.html aapg_af_397.html:565:65935:65942 Todilto Entrada Sandstone +0.249996 aapg_ai_503.html aapg_ai_503.html:290:31969:31986 Grimsby Niagara River +0.460863 aapg_aa_357.html aapg_aa_357.html:103:7415:7432 Madison Rift Valley lakes +0.24598 sedimentology_html_2898428289 sedimentology_html_2898428289:1616:84131:84146 Elk Regina, Saskatchewan +0.263662 geology_html_8180416577 geology_html_8180416577:310:23433:23437 Bond North Atlantic Current +0.245448 aapg_ad_293.html aapg_ad_293.html:142:16940:16945 Simla Lansdowne, Garhwal +0.259931 cspg_html_6038396142 cspg_html_6038396142:53:7570:7588 Winnipeg Winnipeg +0.251496 aapg_aa_189.html aapg_aa_189.html:3:177:183 Sierra Texas +0.252476 gsa_html_5568683977 gsa_html_5568683977:395:30429:30451 Victoria Victoria, British Columbia +0.25511 gsa_html_5601712699 gsa_html_5601712699:927:78938:78946 Rockwell Los Angeles +0.479142 gsa_html_4071231613 gsa_html_4071231613:809:88354:88364 Washington Salem, Oregon +0.488131 aapg_ac_720.html aapg_ac_720.html:445:38203:38211 Virginia Delaware +0.470745 aapg_ad_734.html aapg_ad_734.html:109:11991:12004 Colorado West Butte, California +0.472384 gsa_html_3038126504 gsa_html_3038126504:85:10199:10218 Bouse Reno, Nevada +0.50827 aapg_ae_715.html aapg_ae_715.html:1022:118691:118710 Catahoula Texas +0.484911 aapg_ae_260.html aapg_ae_260.html:58:7606:7616 Phosphoria Texas +0.48735 gsa_html_6748129374 gsa_html_6748129374:759:78994:79022 Green River Colorado +0.247715 gsa_html_3144986031 gsa_html_3144986031:437:44661:44689 Bonanza Canada +0.270145 aapg_ah_371.html aapg_ah_371.html:43:3345:3355 Tuscaloosa Alabama +0.473551 cspg_html_5241714595 cspg_html_5241714595:168:25131:25137 Ashern Lacombe, Alberta +0.34719 aapg_ae_473.html aapg_ae_473.html:513:48524:48536 Chickasawhay Mississippi River +0.4944 cspg_html_3860685167 cspg_html_3860685167:968:88749:88770 Etherington Canada +0.48719 aapg_ac_741.html aapg_ac_741.html:31:4916:4928 Pierre Black Hills +0.240458 aapg_ac_380.html aapg_ac_380.html:155:19461:19468 Manlius Helderberg +0.249 geology_html_4936682354 geology_html_4936682354:62:5843:5852 San Pedro Costa Rica +0.25844 aapg_ae_66.html aapg_ae_66.html:383:38053:38060 Wasatch Fort Union Trading Post National Historic Site +0.494592 sedimentology_html_1947420347 sedimentology_html_1947420347:928:47323:47329 Oxford Delhi +0.49248 aapg_ad_170.html aapg_ad_170.html:90:9211:9234 Diamond Peak Logan, Utah +0.277585 aapg_ae_345.html aapg_ae_345.html:847:73588:73593 Eutaw Richton, Mississippi +0.502978 sedimentology_html_8420463022 sedimentology_html_8420463022:396:31960:31969 Mansfield Montgomery (town), New York +0.259588 gsa_html_5865982995 gsa_html_5865982995:1248:133072:133097 Trout Peak Trachyandesite Cheyenne, Wyoming +0.359934 aapg_ae_454.html aapg_ae_454.html:316:27002:27015 Cotton Valley East Texas +0.477152 cspg_html_6351830705 cspg_html_6351830705:8:619:640 Road Canyon West, Texas +0.450962 cspg_html_7675189126 cspg_html_7675189126:381:48792:48800 Colorado Denver +0.260604 aapg_af_867.html aapg_af_867.html:49:4898:4904 Winona Chippewa Falls, Wisconsin +0.262446 palaios_html_9993198762 palaios_html_9993198762:266:27689:27722 Morrison Colorado +0.486421 aapg_ah_633.html aapg_ah_633.html:102:14136:14145 Vicksburg Melbourne, Florida +0.249158 cspg_html_3501550466 cspg_html_3501550466:7:561:572 Peace River Lacombe, Alberta +0.258542 cspg_html_4270552951 cspg_html_4270552951:244:35424:35444 Swan River Cordillera Administrative Region +0.27507 aapg_ad_626.html aapg_ad_626.html:102:12034:12065 Steel Texas +0.25551 AMJC_html_5421639085 AMJC_html_5421639085:13:830:836 Reston Virginia +0.261612 geology_html_5333520037 geology_html_5333520037:14:830:836 Moscow Germany +0.266156 aapg_ad_784.html aapg_ad_784.html:545:58868:58873 Sespe Ventura County, California +0.379008 aapg_ac_941.html aapg_ac_941.html:3:199:220 Green River Logan, Utah +0.517 gsa_html_2147181658 gsa_html_2147181658:32:2952:2980 Green River Colorado +0.273525 cspg_html_7178716951 cspg_html_7178716951:6:312:330 Kootenay Lacombe, Alberta +0.483894 aapg_ah_158.html aapg_ah_158.html:179:32144:32154 Georgetown Bear Mountain (Connecticut) +0.25636 aapg_ad_466.html aapg_ad_466.html:1305:140224:140232 Patapsco Patapsco River +0.28037 cspg_html_7216316403 cspg_html_7216316403:19:1886:1891 Skoki Logan, Utah +0.248082 aapg_aa_918.html aapg_aa_918.html:545:53057:53078 Stone Corral Kingman, Arizona +0.871827 cspg_html_3233680622 cspg_html_3233680622:171:24066:24088 Eureka Sound Banks Island +0.47838 gsa_html_3392872323 gsa_html_3392872323:803:80903:80931 Green River Colorado +0.512771 cspg_html_5699627350 cspg_html_5699627350:433:52230:52246 Viking Lacombe, Alberta +0.233727 aapg_aa_54.html aapg_aa_54.html:28:2846:2863 Wingate Colorado Plateau +0.254338 gsa_html_2324818064 gsa_html_2324818064:91:10298:10306 Billings Yellowstone River +0.27352 aapg_ae_708.html aapg_ae_708.html:7:1106:1116 Nolichucky Maryville, Missouri +0.491185 palaios_html_2128779739 palaios_html_2128779739:585:61344:61362 Dolores Colorado +0.266175 aapg_af_653.html aapg_af_653.html:904:104219:104226 Temblor Monterey, California +0.25338 aapg_ac_336.html aapg_ac_336.html:394:35960:35970 Rock River Great Britain +0.256928 sedimentology_html_9502720439 sedimentology_html_9502720439:976:86620:86637 Cardium Lacombe, Alberta +0.4893 cspg_html_4860363565 cspg_html_4860363565:50:6699:6711 Winnipegosis Regina, Saskatchewan +0.261602 cspg_html_9725676031 cspg_html_9725676031:452:59820:59836 Viking Lacombe, Alberta +0.517344 aapg_ae_61.html aapg_ae_61.html:152:12788:12796 Tensleep Montana +0.499118 cspg_html_5345848475 cspg_html_5345848475:740:78440:78457 Wapiabi Niobrara, Nebraska +0.233253 geology_html_3106631243 geology_html_3106631243:32:2448:2457 Extension Kenya +0.239021 aapg_af_37.html aapg_af_37.html:96:11949:11954 Weeks Lacombe, Alberta +0.487786 cspg_html_8334041965 cspg_html_8334041965:310:40713:40721 Columbia Lacombe, Alberta +0.496908 cspg_html_9717154602 cspg_html_9717154602:388:49846:49867 Belly River Regina, Saskatchewan +0.277629 aapg_ae_62.html aapg_ae_62.html:333:28442:28458 Fort Union Golden Valley, Minnesota +0.265189 aapg_af_440.html aapg_af_440.html:731:62242:62248 Madrid Spain +0.259318 aapg_ac_305.html aapg_ac_305.html:178:18256:18275 Williston Citrus County, Florida +0.472443 aapg_af_594.html aapg_af_594.html:13:2068:2086 Maccrady Greenbrier (Great Smoky Mountains) +0.485434 cspg_html_7310162886 cspg_html_7310162886:607:83233:83252 Neruokpuk Anchorage, Alaska +0.712701 aapg_ae_35.html aapg_ae_35.html:104:9816:9827 Green River Wasatch Range +0.4921 cspg_html_1064364469 cspg_html_1064364469:14:1301:1318 Viking Lacombe, Alberta +0.252504 aapg_ad_466.html aapg_ad_466.html:1206:129052:129070 Patapsco Virginia +0.384579 aapg_ae_415.html aapg_ae_415.html:376:47777:47792 Byram Alabama +0.24696 aapg_ah_82.html aapg_ah_82.html:93:9755:9761 Sierra Mexico +0.490116 cspg_html_3501550466 cspg_html_3501550466:732:96292:96324 Grosmont Canada +0.486675 gsa_html_5773931818 gsa_html_5773931818:1172:117692:117700 Colorado Colorado +0.25792 aapg_ai_491.html aapg_ai_491.html:466:60253:60261 San Luis Mexico +0.483886 jgeology_html_9629010327 jgeology_html_9629010327:498:41414:41420 Sierra Great Valley, New York +0.458682 palaios_html_5264377288 palaios_html_5264377288:451:36991:37001 Chickaloon Talkeetna Mountains +0.485706 aapg_ai_975.html aapg_ai_975.html:790:64400:64422 Mooringsport Paluxy, Texas +0.478296 gsa_html_3936574180 gsa_html_3936574180:829:77562:77590 Green River Colorado +0.244976 geology_html_4781601757 geology_html_4781601757:40:4356:4367 San Jacinto Lake Elsinore, California +0.229458 AMJC_html_4473205820 AMJC_html_4473205820:1154:112839:112845 Moscow Russia +0.265734 gsa_html_1119256423 gsa_html_1119256423:191:18783:18797 Arikaree Platte River +0.493654 sedimentology_html_5746467239 sedimentology_html_5746467239:1109:76815:76820 Piper Hampton, New Hampshire +0.263682 gsa_html_3502153639 gsa_html_3502153639:63:4730:4758 Green River Colorado +0.522744 aapg_ac_235.html aapg_ac_235.html:636:70974:70993 Niobrara Cheyenne, Wyoming +0.255224 sedimentology_html_7514538550 sedimentology_html_7514538550:1305:134839:134874 Lee Kentucky +0.480255 cspg_html_4298557570 cspg_html_4298557570:801:68699:68717 Edmonton Lacombe, Alberta +0.517196 jgeology_html_9576241453 jgeology_html_9576241453:1099:58028:58033 Douro Portugal +0.266192 palaios_html_8064020973 palaios_html_8064020973:587:64724:64742 Morrison Cheyenne, Wyoming +0.466336 cspg_html_4915680223 cspg_html_4915680223:29:3757:3766 Allen Bay Ellesmere Island +0.484785 aapg_ah_157.html aapg_ah_157.html:7:877:884 Potsdam Illinois +0.478856 cspg_html_4495377323 cspg_html_4495377323:263:29708:29716 Columbia Lacombe, Alberta +0.504376 aapg_ad_865.html aapg_ad_865.html:340:33949:33965 Dakota Hermosa, Chicago +0.259931 cspg_html_8089302449 cspg_html_8089302449:30:5099:5137 Hare Indian Michigan +0.265684 aapg_ad_466.html aapg_ad_466.html:761:83302:83313 Hornerstown Sykesville, Maryland +0.485305 gsa_html_9901339383 gsa_html_9901339383:242:24205:24211 Casper North Fork South Platte River +0.504376 aapg_ah_653.html aapg_ah_653.html:8:1350:1356 Dakota Niobrara, Nebraska +0.269874 cspg_html_3627006433 cspg_html_3627006433:651:69659:69667 Columbia Lacombe, Alberta +0.51039 palaios_html_4875582819 palaios_html_4875582819:506:50595:50615 Hell Creek Eastern Montana +0.46593 aapg_ac_905.html aapg_ac_905.html:219:21258:21263 Yukon Middle East +0.273528 aapg_ae_63.html aapg_ae_63.html:633:57351:57368 Wasatch Cheyenne, Wyoming +0.25338 palaios_html_9877595963 palaios_html_9877595963:488:40247:40269 Colorado California +0.258055 aapg_aa_295.html aapg_aa_295.html:12:1683:1693 Washington Waynesburg, Pennsylvania +0.472255 aapg_ae_942.html aapg_ae_942.html:330:21343:21351 Sycamore Comanche County, Oklahoma +0.485645 cspg_html_3129231627 cspg_html_3129231627:382:47566:47585 Red River Middle East +0.494592 aapg_ac_965.html aapg_ac_965.html:524:53877:53885 Coeymans Dayville, Oregon +0.231812 aapg_aa_732.html aapg_aa_732.html:363:41779:41796 Edwards Texas +0.48828 jgeology_html_4115179562 jgeology_html_4115179562:228:16430:16445 Lee Kentucky +0.244374 gsa_html_4229393849 gsa_html_4229393849:723:45509:45518 San Diego California +0.473052 aapg_ai_853.html aapg_ai_853.html:51:9080:9095 Cibao Lares, Puerto Rico +0.81812 aapg_ac_414.html aapg_ac_414.html:41:5103:5121 Arcturus Reno, Nevada +0.493225 aapg_ah_519.html aapg_ah_519.html:39:4261:4283 Burro Canyon Carmel, Indiana +0.256 aapg_aa_415.html aapg_aa_415.html:4:493:498 Tokio Arkansas +0.262656 aapg_ai_603.html aapg_ai_603.html:51:5537:5559 Green River Flagstaff, Arizona +0.48501 aapg_af_888.html aapg_af_888.html:139:14211:14215 Yeso New Mexico +0.25853 aapg_ad_69.html aapg_ad_69.html:82:5232:5242 Fort Union Fort Union Trading Post National Historic Site +0.66309 aapg_ac_730.html aapg_ac_730.html:491:70535:70542 Kayenta Mesa, Arizona +0.45792 palaios_html_4248881045 palaios_html_4248881045:50:6357:6373 Verde Arizona +0.512952 aapg_ad_958.html aapg_ad_958.html:992:102909:102915 Warsaw Colorado +0.4715 gsa_html_6423424604 gsa_html_6423424604:1820:162948:162958 Washington Mount Baker +0.26162 aapg_aa_993.html aapg_aa_993.html:141:15289:15308 Smackover Arkansas +0.443205 aapg_ad_440.html aapg_ad_440.html:807:80882:80888 Denmar Pocono Raceway +0.256035 cspg_html_4257076625 cspg_html_4257076625:618:72094:72110 Table Head Middle Ordovician +0.27183 aapg_aa_267.html aapg_aa_267.html:290:23510:23520 Greenbrier Greenbrier (Great Smoky Mountains) +0.471441 aapg_ah_652.html aapg_ah_652.html:138:18721:18746 Crevasse Canyon Mancos, Colorado +0.506984 geology_html_6350726541 geology_html_6350726541:175:19737:19743 Oxford Antarctica +0.252434 gsa_html_4913703235 gsa_html_4913703235:398:46118:46137 Tuscarora Pennsylvania +0.46805 gsa_html_5398451561 gsa_html_5398451561:47:3066:3094 Green River New Mexico +0.270111 aapg_ae_563.html aapg_ae_563.html:3:167:186 Greenhorn Browns Valley, Minnesota +0.254518 aapg_ah_994.html aapg_ah_994.html:185:23776:23784 Richmond Chattanooga, Tennessee +0.498318 aapg_ad_652.html aapg_ad_652.html:365:44010:44027 Cowlitz Salem, Oregon +0.474204 aapg_ac_629.html aapg_ac_629.html:190:26846:26856 Washington Opelousas, Louisiana +0.458348 cspg_html_8266552811 cspg_html_8266552811:283:35849:35863 Colorado Regina, Saskatchewan +0.256 cspg_html_4275682313 cspg_html_4275682313:546:64014:64043 Dunvegan Canada +0.431289 aapg_ah_756.html aapg_ah_756.html:203:17854:17866 Seven Rivers New Mexico +0.455972 sedimentology_html_2375557633 sedimentology_html_2375557633:175:14197:14213 Gering Colorado +0.50986 gsa_html_3597054923 gsa_html_3597054923:29:2796:2824 Green River New Mexico +0.483674 cspg_html_4287356899 cspg_html_4287356899:292:41445:41465 Hart River Eagle River, Alaska +0.456319 aapg_af_892.html aapg_af_892.html:682:65005:65021 Custer Texas +0.479688 aapg_ah_305.html aapg_ah_305.html:3:555:565 Rio Grande Mississippi River +0.269261 sedimentology_html_5613495298 sedimentology_html_5613495298:968:48756:48762 Chinle Chinle Formation +0.2626 aapg_ah_534.html aapg_ah_534.html:362:30627:30644 Onondaga Perry County, Indiana +0.372 aapg_ae_846.html aapg_ae_846.html:7:786:803 Dakota San Juan, Argentina +0.256536 aapg_ah_372.html aapg_ah_372.html:3:408:414 Midway Texas +0.247995 cspg_html_5541725202 cspg_html_5541725202:601:74914:74924 Cumberland Bridgetown, Nova Scotia +0.274046 cspg_html_2253842195 cspg_html_2253842195:263:34695:34717 Buckinghorse Victoria, British Columbia +0.469609 cspg_html_2513202691 cspg_html_2513202691:360:37590:37596 Sustut Victoria, British Columbia +0.848782 aapg_ae_305.html aapg_ae_305.html:1079:93149:93154 Colon Venezuela +0.481874 aapg_aa_357.html aapg_aa_357.html:266:24185:24191 Hermit Supai, Arizona +0.272734 aapg_ah_340.html aapg_ah_340.html:14:1808:1816 Kiamichi Texas +0.275094 gsa_html_1553263562 gsa_html_1553263562:1077:90737:90765 Green River Colorado +0.487278 sedimentology_html_3119511856 sedimentology_html_3119511856:31:1980:1989 San Diego La Jolla +0.275576 cspg_html_7561290301 cspg_html_7561290301:32:3820:3843 Watt Mountain Lacombe, Alberta +0.491164 cspg_html_2796643803 cspg_html_2796643803:116:18534:18552 Deadwood Lacombe, Alberta +0.270399 aapg_ad_640.html aapg_ad_640.html:87:12330:12364 Green River Wasatch Range +0.488696 aapg_aa_371.html aapg_aa_371.html:148:12428:12436 Michigan Huntington, West Virginia +0.498225 aapg_ai_243.html aapg_ai_243.html:148:14836:14846 Tuscaloosa Tuscaloosa, Alabama +0.373464 gsa_html_5737673651 gsa_html_5737673651:457:39300:39318 Morrison Colorado Plateau +0.48756 aapg_ac_740.html aapg_ac_740.html:194:25404:25424 Cockfield Shreveport, Louisiana +0.26163 aapg_aa_898.html aapg_aa_898.html:283:33183:33202 Flagstaff North Horn Formation +0.2626 gsa_html_7737235229 gsa_html_7737235229:105:10454:10469 Davis Gasconade River +0.267273 cspg_html_5756063944 cspg_html_5756063944:949:80602:80646 Mission Canyon Boise, Idaho +0.26367 geology_html_8171981855 geology_html_8171981855:86:8913:8930 Chadron Nebraska +0.481428 cspg_html_4305108179 cspg_html_4305108179:12:1322:1340 Read Bay Canada +0.243302 aapg_af_887.html aapg_af_887.html:192:18888:18911 Seven Rivers Carlsbad, New Mexico +0.488 cspg_html_3665101783 cspg_html_3665101783:15:1648:1702 Fossil Hill Manitoulin Island +0.272468 cspg_html_2650524233 cspg_html_2650524233:7:622:629 Bearpaw Lacombe, Alberta +0.274046 aapg_af_880.html aapg_af_880.html:649:102031:102038 Admiral West Texas +0.487272 aapg_ac_79.html aapg_ac_79.html:41:6203:6210 Clinton Hocking County, Ohio +0.244518 palaios_html_4939666561 palaios_html_4939666561:666:65131:65137 Walker Laporte, Colorado +0.288816 aapg_ac_628.html aapg_ac_628.html:394:67933:67944 Green River Flagstaff, Arizona +0.24451 cspg_html_5779937878 cspg_html_5779937878:47:5569:5579 Clearwater CFB Cold Lake +0.263572 cspg_html_3008414459 cspg_html_3008414459:5:258:268 Milk River Southern Alberta +0.259408 cspg_html_7602315496 cspg_html_7602315496:8:1197:1210 Pakowki Milk River, Alberta +0.25235 sedimentology_html_9343294861 sedimentology_html_9343294861:408:27305:27315 Washington Wa (Japan) +0.263526 gsa_html_4667678389 gsa_html_4667678389:194:17731:17750 Pocatello Pocatello, Idaho +0.49926 aapg_ae_794.html aapg_ae_794.html:215:27021:27041 Tuscaloosa Selma to Montgomery marches +0.495471 aapg_ad_829.html aapg_ad_829.html:30:4731:4746 Eutaw Closter, New Jersey +0.260058 aapg_ad_696.html aapg_ad_696.html:50:5173:5189 Weches East Texas +0.489765 aapg_aa_465.html aapg_aa_465.html:149:26167:26188 Eagle Buda, Texas +0.267776 aapg_ad_757.html aapg_ad_757.html:296:37755:37763 Richmond Maquoketa, Iowa +0.436825 aapg_ac_414.html aapg_ac_414.html:153:18581:18599 Plympton Reno, Nevada +0.459849 aapg_ai_756.html aapg_ai_756.html:69:6249:6273 Cotton Valley Bienville Parish, Louisiana +0.24157 aapg_ah_318.html aapg_ah_318.html:1932:178340:178357 La Caja Durango, Durango +0.239608 aapg_ae_67.html aapg_ae_67.html:460:34829:34837 Colorado Denver +0.474208 aapg_ae_794.html aapg_ae_794.html:629:70573:70579 Coffee Selma to Montgomery marches +0.267764 aapg_ac_825.html aapg_ac_825.html:664:74626:74636 Santa Cruz California +0.490716 cspg_html_1524036211 cspg_html_1524036211:50:7438:7449 Bird Spring Logan, Utah +0.478042 cspg_html_4812473779 cspg_html_4812473779:63:13486:13506 La Vieille New Brunswick, New Jersey +0.241566 aapg_ai_751.html aapg_ai_751.html:126:12636:12642 Forest Venango, Pennsylvania +0.485216 gsa_html_7345831590 gsa_html_7345831590:833:49895:49923 Green River Colorado +0.2541 aapg_aa_20.html aapg_aa_20.html:63:7404:7420 Caseyville Illinois +0.2455 gsa_html_1744648670 gsa_html_1744648670:973:95270:95287 Johnnie Death Valley +0.482724 geology_html_7473315515 geology_html_7473315515:267:23631:23637 Brazil Earth +0.265081 aapg_ah_283.html aapg_ah_283.html:375:40019:40026 Cowlitz Washington (state) +0.261096 sedimentology_html_6434577006 sedimentology_html_6434577006:100:7130:7148 Chickies Pennsylvania +0.28676 aapg_ai_610.html aapg_ai_610.html:884:114925:114944 Thirtyone Texas +0.493735 gsa_html_3907967944 gsa_html_3907967944:277:26325:26353 Green River Colorado +0.252486 aapg_ac_215.html aapg_ac_215.html:12:1472:1491 Englewood Black Hills +0.462127 sedimentology_html_4372260172 sedimentology_html_4372260172:640:52620:52641 Peace River Canada +0.46604 aapg_ae_147.html aapg_ae_147.html:596:63407:63419 Rhode Island Norfolk, Virginia +0.277202 aapg_ah_785.html aapg_ah_785.html:67:9036:9045 Phi Kappa Lost River (California) +0.265125 aapg_ah_148.html aapg_ah_148.html:151:17525:17537 Cooking Lake Lacombe, Alberta +0.471555 cspg_html_9185158332 cspg_html_9185158332:633:70180:70199 Yahatinda Canada +0.496244 cspg_html_2882882278 cspg_html_2882882278:187:23911:23919 Columbia Victoria, British Columbia +0.657243 cspg_html_7086880709 cspg_html_7086880709:482:63560:63570 Twin Falls Mackenzie River +0.25305 AMJC_html_9709478395 AMJC_html_9709478395:1301:105257:105275 Monterey California +0.253935 cspg_html_7804036692 cspg_html_7804036692:76:9065:9095 Beaverhill Lacombe, Alberta +0.489762 gsa_html_4935283103 gsa_html_4935283103:58:3790:3818 Green River Colorado +0.262614 aapg_ae_0.html aapg_ae_0.html:227:30422:30444 Nation River Anchorage, Alaska +0.488005 aapg_ah_413.html aapg_ah_413.html:14:1707:1713 Denver Colorado +0.47975 aapg_aa_372.html aapg_aa_372.html:131:13797:13811 Word Delaware +0.483041 cspg_html_6675007047 cspg_html_6675007047:603:63044:63052 Edmonton Lacombe, Alberta +0.245916 aapg_ah_372.html aapg_ah_372.html:175:16048:16069 Wills Point Texas +0.26364 cspg_html_1124814558 cspg_html_1124814558:147:18226:18250 Colorado Lacombe, Alberta +0.495552 cspg_html_5529147980 cspg_html_5529147980:6:272:284 Nisku Central Alberta +0.48246 aapg_ad_734.html aapg_ad_734.html:153:16043:16063 Milk River Lacombe, Alberta +0.234668 geology_html_5984209132 geology_html_5984209132:67:5316:5335 Alto Guia, Albufeira +0.458402 aapg_ah_635.html aapg_ah_635.html:18:2731:2740 Rio Negro Venezuela +0.453924 aapg_ah_561.html aapg_ah_561.html:119:17700:17717 Tanyard Texas +0.458234 geology_html_1758784769 geology_html_1758784769:11:530:540 Washington Seattle +0.26112 aapg_ah_412.html aapg_ah_412.html:90:8990:9002 Medicine Hat Suffield, Connecticut +0.246302 cspg_html_1242153796 cspg_html_1242153796:38:6067:6085 Glenogle Victoria, British Columbia +0.517125 aapg_ah_158.html aapg_ah_158.html:120:23377:23390 Lone Mountain Silver City, New Mexico +0.489149 geology_html_4052445617 geology_html_4052445617:319:23065:23073 Columbia Victoria, British Columbia +0.484939 aapg_ae_876.html aapg_ae_876.html:293:30518:30541 Cedar Mountain Logan, Utah +0.455356 aapg_ad_169.html aapg_ad_169.html:82:10902:10920 Greenbrier Greenbrier (Great Smoky Mountains) +0.496422 aapg_ae_677.html aapg_ae_677.html:1043:92224:92232 Colorado Denver +0.24786 cspg_html_2492063773 cspg_html_2492063773:95:13818:13841 Lambert Northumberland, Pennsylvania +0.271377 aapg_ae_371.html aapg_ae_371.html:13:2814:2832 Dakota Yellowstone National Park +0.2574 sedimentology_html_9793182930 sedimentology_html_9793182930:926:65770:65774 Hall Cheyenne, Wyoming +0.4956 cspg_html_4799463481 cspg_html_4799463481:42:6253:6275 Vendom Fiord Ellesmere Island +0.52992 aapg_ac_334.html aapg_ac_334.html:6:780:791 Green River Western world +0.265209 jgeology_html_1300888380 jgeology_html_1300888380:400:29604:29612 Catskill Juniata County School District +0.257 sedimentology_html_3208248909 sedimentology_html_3208248909:1481:34270:34275 Yukon Anchorage, Alaska +0.257136 cspg_html_6984906794 cspg_html_6984906794:294:26411:26429 Dunvegan Lacombe, Alberta +0.504981 gsa_html_3038126504 gsa_html_3038126504:508:50108:50126 Imperial California +0.264708 gsa_html_1119256423 gsa_html_1119256423:273:25462:25470 Bellevue Peoria, Illinois +0.374748 aapg_aa_156.html aapg_aa_156.html:377:37092:37098 Salina Michigan +0.479142 aapg_ad_760.html aapg_ad_760.html:3:173:189 Modelo California +0.27612 aapg_ad_940.html aapg_ad_940.html:333:33096:33102 Denver Colorado +0.242063 aapg_ac_841.html aapg_ac_841.html:1290:131762:131768 Sierra Juticalpa +0.47712 aapg_ah_656.html aapg_ah_656.html:167:15372:15393 Bell Ward County, North Dakota +0.26574 cspg_html_9941518291 cspg_html_9941518291:674:89801:89813 Devon Island Canada +0.251904 aapg_ai_186.html aapg_ai_186.html:167:19005:19026 Fort Union Powder River (Montana) +0.265734 aapg_ai_594.html aapg_ai_594.html:123:13414:13430 Manitou Kokomo, Indiana +0.254478 aapg_aa_685.html aapg_aa_685.html:459:41988:42007 Flagstaff Logan, Utah +0.261476 jgeology_html_3739517257 jgeology_html_3739517257:309:22134:22146 Chinle Entrada Sandstone +0.269357 aapg_ae_408.html aapg_ae_408.html:45:5005:5014 Marcellus Onondaga (tribe) +0.71004 aapg_ac_214.html aapg_ac_214.html:21:2578:2595 Entrada Logan, Utah +0.249318 palaios_html_5582845937 palaios_html_5582845937:338:34543:34551 Virginia Hampton, New Hampshire +0.263088 cspg_html_3008745251 cspg_html_3008745251:109:16634:16656 Monkman Middle Ordovician +0.497555 aapg_af_579.html aapg_af_579.html:265:28314:28325 Summerville Summerville, South Carolina +0.734204 cspg_html_8298261690 cspg_html_8298261690:143:18467:18493 Gething Edmonton, London +0.449064 aapg_ac_301.html aapg_ac_301.html:226:27123:27140 Laketown Dolomite Logan, Utah +0.266135 cspg_html_1260733368 cspg_html_1260733368:360:43819:43834 Mesaverde Logan, Utah +0.254944 palaios_html_3084590638 palaios_html_3084590638:607:57851:57859 Victoria Victoria, British Columbia +0.48177 gsa_html_9497185033 gsa_html_9497185033:1174:107600:107608 Michigan Meade County, Kentucky +0.263442 aapg_ad_152.html aapg_ad_152.html:1964:258079:258087 Wendover Reno, Nevada +0.260096 cspg_html_8556552074 cspg_html_8556552074:21:2065:2080 Lower Elk Point Lacombe, Alberta +0.248482 gsa_html_1525220569 gsa_html_1525220569:264:28713:28722 Gibraltar Atlantic Ocean +0.510576 aapg_af_779.html aapg_af_779.html:123:16251:16269 Traverse Ellsworth, Maine +0.253422 gsa_html_5952049575 gsa_html_5952049575:702:71843:71864 Green River Cheyenne, Wyoming +0.493388 gsa_html_2059670590 gsa_html_2059670590:251:23162:23190 Green River Colorado +0.268203 aapg_af_423.html aapg_af_423.html:109:10151:10160 Aux Vases Wayne County, Michigan +0.443037 aapg_ah_479.html aapg_ah_479.html:306:31007:31024 La Luna Texas +0.860074 aapg_ac_930.html aapg_ac_930.html:118:16577:16589 Rhode Island Newport, Rhode Island +0.512213 aapg_ad_615.html aapg_ad_615.html:52:6082:6090 Norphlet Alabama +0.253402 cspg_html_2749851978 cspg_html_2749851978:40:8791:8808 Cardium Calgary +0.38702 aapg_ae_415.html aapg_ae_415.html:498:65182:65201 Catahoula Mississippi River +0.48076 cspg_html_9689514766 cspg_html_9689514766:278:34319:34354 Black River Ontario, California +0.258792 aapg_ae_610.html aapg_ae_610.html:339:27376:27396 San Andres Texas +0.41396 aapg_ac_807.html aapg_ac_807.html:497:50115:50132 Magothy Closter, New Jersey +0.247968 cspg_html_9720041449 cspg_html_9720041449:961:107923:107935 Golden Spike Redwater, Texas +0.83688 aapg_ad_615.html aapg_ad_615.html:53:6205:6214 Smackover Wayne County, Michigan +0.494334 aapg_ai_835.html aapg_ai_835.html:47:5313:5332 Ingleside Wisconsin +0.24947 aapg_ad_720.html aapg_ad_720.html:699:60640:60652 Dockum New Mexico +0.482587 aapg_ad_784.html aapg_ad_784.html:175:20110:20115 Tejon Simi Valley, California +0.273529 aapg_af_849.html aapg_af_849.html:8:1218:1230 Dakota Fort Collins, Colorado +0.261 cspg_html_5960210762 cspg_html_5960210762:21:2068:2076 Columbia Lacombe, Alberta +0.477582 aapg_ae_876.html aapg_ae_876.html:699:74243:74257 Graneros Colorado +0.261519 aapg_ae_822.html aapg_ae_822.html:64:5890:5899 Gatesburg Lake Erie +0.25146 aapg_ah_979.html aapg_ah_979.html:229:23654:23664 San Felipe West Columbia, West Virginia +0.505724 aapg_ai_583.html aapg_ai_583.html:333:39861:39881 Chugwater Cheyenne, Wyoming +0.272964 aapg_af_695.html aapg_af_695.html:218:22358:22366 Wolfcamp Val Verde (fictional country) +0.91488 cspg_html_1351473625 cspg_html_1351473625:159:22750:22790 Mount Head Lacombe, Alberta +0.490428 aapg_ah_84.html aapg_ah_84.html:32:3931:3943 Seven Rivers New Mexico +0.490116 cspg_html_3831007171 cspg_html_3831007171:31:3324:3331 Wabamun Edmonton, London +0.265967 aapg_ah_646.html aapg_ah_646.html:8:996:1012 Chinle Chinle Formation +0.497466 gsa_html_2726343192 gsa_html_2726343192:1142:104005:104033 Green River Colorado +0.256542 aapg_ac_363.html aapg_ac_363.html:109:12697:12712 Santa Margarita Fruitvale, British Columbia +0.375648 aapg_ah_96.html aapg_ah_96.html:686:71463:71471 Fairview Kentucky +0.460798 aapg_aa_370.html aapg_aa_370.html:97:13055:13064 Athabasca Lacombe, Alberta +0.893016 cspg_html_5241714595 cspg_html_5241714595:153:22981:22996 Elk Lacombe, Alberta +0.485586 cspg_html_9905904289 cspg_html_9905904289:170:21328:21346 Whitemud Regina, Saskatchewan +0.260099 aapg_ae_461.html aapg_ae_461.html:118:17768:17781 Cotton Valley Haynesville, Louisiana +0.491384 aapg_af_598.html aapg_af_598.html:149:12324:12336 Nowata Tulsa, Oklahoma +0.459528 aapg_ah_176.html aapg_ah_176.html:209:28832:28838 Denver Colorado +0.248901 cspg_html_8250500468 cspg_html_8250500468:381:49595:49613 Dunvegan Lacombe, Alberta +0.9216 aapg_aa_305.html aapg_aa_305.html:71:10855:10872 Raritan Kirkwood, Missouri +0.265216 aapg_ai_980.html aapg_ai_980.html:379:31740:31748 Sawtooth Cut Bank, Montana +0.549432 aapg_aa_626.html aapg_aa_626.html:245:28201:28219 Patuxent Baltimore +0.238445 cspg_html_3665101783 cspg_html_3665101783:201:19182:19200 Marble Falls Texas +0.249879 aapg_ad_763.html aapg_ad_763.html:638:77214:77224 Kern River Sierra Nevada (Spain) +0.260096 sedimentology_html_3220122506 sedimentology_html_3220122506:1188:95072:95090 Yakataga Anchorage, Alaska +0.494252 aapg_aa_110.html aapg_aa_110.html:3:430:447 Wasatch Cheyenne, Wyoming +0.4978 aapg_aa_37.html aapg_aa_37.html:259:31939:31955 Kaibab Logan, Utah +0.502765 aapg_ae_428.html aapg_ae_428.html:1094:85501:85514 Lagarto Burkeville, Texas +0.485051 cspg_html_4165571187 cspg_html_4165571187:226:24178:24198 Fantasque Victoria, British Columbia +0.521946 aapg_ad_958.html aapg_ad_958.html:873:90687:90723 Gilmore City Burlington, Ontario +0.25653 palaios_html_3406135825 palaios_html_3406135825:429:45558:45573 Elk Wisconsin +0.240505 cspg_html_9343899465 cspg_html_9343899465:63:9148:9159 Goose Fiord Ellesmere Island +0.925428 cspg_html_3597281324 cspg_html_3597281324:230:30270:30299 Scollard Lacombe, Alberta +0.37741 aapg_ac_103.html aapg_ac_103.html:105:15977:15992 Sooke California +0.497798 jgeology_html_9629010327 jgeology_html_9629010327:212:15171:15195 Valley Springs Stanislaus River +0.481076 jgeology_html_5746443485 jgeology_html_5746443485:98:3705:3713 Colorado Colorado +0.5377 aapg_aa_929.html aapg_aa_929.html:252:31297:31304 Anahuac Big Hill, Indiana +0.24096 cspg_html_9835215306 cspg_html_9835215306:6:501:514 Mountain Park Lacombe, Alberta +0.25441 aapg_aa_399.html aapg_aa_399.html:223:16880:16890 Blackstone Niobrara, Nebraska +0.468561 aapg_ad_865.html aapg_ad_865.html:488:49065:49081 Dakota Ouray, Colorado +0.874654 cspg_html_1372398575 cspg_html_1372398575:17:2528:2544 Horseshoe Canyon Edmonton, London +0.251472 cspg_html_1347432325 cspg_html_1347432325:9:1184:1203 Grayling Pine River (Michigan) +0.243747 sedimentology_html_2865738906 sedimentology_html_2865738906:528:31852:31860 Virginia Middle Ordovician +0.259979 aapg_ae_75.html aapg_ae_75.html:98:15166:15184 Rancheria Otero County, New Mexico +0.258039 cspg_html_6964953392 cspg_html_6964953392:60:10073:10081 Columbia Victoria, British Columbia +0.489842 gsa_html_2428068259 gsa_html_2428068259:759:57432:57460 Green River Colorado +0.2688 aapg_ah_536.html aapg_ah_536.html:264:35749:35766 Rodessa Pine Island (Lee County, Florida) +0.496892 cspg_html_1019614994 cspg_html_1019614994:457:77787:77809 Big Valley Lacombe, Alberta +0.415932 aapg_ac_714.html aapg_ac_714.html:405:44974:44982 Sundance Cheyenne, Wyoming +0.49632 aapg_ae_377.html aapg_ae_377.html:123:12329:12333 Java Sumatra +0.234256 gsa_html_8669968097 gsa_html_8669968097:86:9574:9588 Hawthorn Lee County, Alabama +0.27825 aapg_ae_939.html aapg_ae_939.html:813:53046:53056 San Andres Ector, Texas +0.493654 gsa_html_4675429437 gsa_html_4675429437:163:10621:10627 Sonora California +0.26265 aapg_ac_824.html aapg_ac_824.html:355:35870:35878 Fountain Fremont, California +0.25553 AMJC_html_5421639085 AMJC_html_5421639085:583:60128:60136 Virginia Martinsville, Indiana +0.242424 cspg_html_7434089303 cspg_html_7434089303:232:30031:30050 Irene Ellesmere Island +0.246928 gsa_html_1616304153 gsa_html_1616304153:98:12205:12221 Henry Wedron, Illinois +0.52758 aapg_af_653.html aapg_af_653.html:2433:215099:215107 Monterey Monterey, California +0.262626 aapg_af_389.html aapg_af_389.html:118:13180:13200 Phosphoria Cheyenne, Wyoming +0.272824 aapg_aa_684.html aapg_aa_684.html:258:24501:24513 Jelm Cheyenne, Wyoming +0.265216 cspg_html_3026112034 cspg_html_3026112034:94:9450:9482 Wabamun Pine Brook, New Jersey +0.48195 aapg_ad_575.html aapg_ad_575.html:247:30789:30808 Minnelusa Cheyenne, Wyoming +0.259548 jgeology_html_4232779030 jgeology_html_4232779030:624:36711:36718 Gateway Colorado +0.262626 gsa_html_2832151886 gsa_html_2832151886:869:70184:70200 Viking Western Canadian Sedimentary Basin +0.355975 geology_html_1087076585 geology_html_1087076585:296:22309:22316 Decorah Iowa +0.254012 aapg_ah_370.html aapg_ah_370.html:185:14215:14232 Genshaw Alpena, Michigan +0.255747 aapg_aa_698.html aapg_aa_698.html:70:7190:7209 Keg River Lacombe, Alberta +0.515411 palaios_html_3406135825 palaios_html_3406135825:222:22507:22524 Potsdam Au Sable River (Michigan) +0.381 aapg_ad_752.html aapg_ad_752.html:3:173:183 Brownstown Arkansas +0.50161 aapg_af_664.html aapg_af_664.html:399:44470:44485 Blackstone Nashville Basin +0.253916 aapg_ad_450.html aapg_ad_450.html:157:16262:16266 Frio Plymouth, Massachusetts +0.263835 aapg_ae_535.html aapg_ae_535.html:36:4690:4707 Tugidak Kodiak Island +0.25047 cspg_html_5541725202 cspg_html_5541725202:116:16316:16326 Cumberland Riversdale, New Zealand +0.246422 cspg_html_1293312960 cspg_html_1293312960:895:83602:83629 Athabasca Lacombe, Alberta +0.785106 aapg_aa_312.html aapg_aa_312.html:867:103642:103654 Rhode Island Newport, Rhode Island +0.25792 aapg_aa_300.html aapg_aa_300.html:157:22667:22676 Domengine West Coast of the United States +0.25755 cspg_html_9157093462 cspg_html_9157093462:68:10997:11005 Columbia Victoria, British Columbia +0.256032 aapg_aa_12.html aapg_aa_12.html:269:28380:28388 Woodford Chattanooga, Tennessee +0.247396 cspg_html_1434585715 cspg_html_1434585715:1273:105840:105848 Edmonton Calgary +0.257346 gsa_html_8241338635 gsa_html_8241338635:279:27324:27342 Moenkopi Kaibab, Arizona +0.259875 aapg_ah_318.html aapg_ah_318.html:1219:123106:123129 Cotton Valley Arkansas +0.261096 gsa_html_4181975259 gsa_html_4181975259:681:65080:65086 Oregon Salem, Oregon +0.255024 palaios_html_3022467877 palaios_html_3022467877:357:40262:40283 Hornerstown Closter, New Jersey +0.27196 aapg_aa_644.html aapg_aa_644.html:659:55812:55821 Cokeville Cheyenne, Wyoming +0.488048 gsa_html_8671422836 gsa_html_8671422836:1283:120189:120217 Green River Iran +0.491694 aapg_af_286.html aapg_af_286.html:320:41364:41380 Viking Lacombe, Alberta +0.25956 aapg_ad_683.html aapg_ad_683.html:413:41864:41882 Moenkopi Monument Valley +0.4503 aapg_ae_5.html aapg_ae_5.html:179:20466:20475 Horquilla Colina, Chile +0.23641 aapg_ac_636.html aapg_ac_636.html:77:7202:7222 Knoxville Southern California +0.279741 aapg_ac_190.html aapg_ac_190.html:45:9209:9225 Moscow Skaneateles (village), New York +0.258482 aapg_ad_217.html aapg_ad_217.html:366:40265:40289 Choctawhatchee Melbourne, Florida +0.240792 gsa_html_6281658899 gsa_html_6281658899:646:72320:72341 Green River Cheyenne, Wyoming +0.445312 aapg_ah_871.html aapg_ah_871.html:434:48155:48163 Montreal Lowville (town), New York +0.488241 aapg_ah_264.html aapg_ah_264.html:17:2188:2205 Hanover Jamaica, Queens +0.252813 cspg_html_7086880709 cspg_html_7086880709:334:43708:43718 Pine Point Victoria, British Columbia +0.464899 aapg_ad_466.html aapg_ad_466.html:1195:127795:127813 Patuxent Patapsco River +0.264115 aapg_ah_871.html aapg_ah_871.html:11:1877:1885 Lowville Montreal +0.474045 gsa_html_1322753048 gsa_html_1322753048:65:4767:4795 Green River Iran +0.237446 cspg_html_3178645840 cspg_html_3178645840:67:9543:9562 Ludington Liard River, British Columbia +0.497721 aapg_aa_645.html aapg_aa_645.html:3:445:464 Kootenai Middle East +0.26728 cspg_html_1654370716 cspg_html_1654370716:42:4370:4383 Parry Islands Western world +0.250992 jgeology_html_4232779030 jgeology_html_4232779030:649:37440:37447 Paradox Logan, Utah +0.281765 aapg_ae_951.html aapg_ae_951.html:195:21040:21066 Colorado Colorado +0.262566 aapg_ai_996.html aapg_ai_996.html:1289:55829:55839 Tuscaloosa Black Creek (Toronto) +0.251496 aapg_aa_906.html aapg_aa_906.html:516:57259:57279 Fort Union Uinta Mountains +0.246512 geology_html_7192428883 geology_html_7192428883:15:719:725 Denver Colorado +0.258572 aapg_ai_159.html aapg_ai_159.html:362:40227:40233 Empire Spain +0.257176 sedimentology_html_2550885329 sedimentology_html_2550885329:882:50325:50344 Keg River Lacombe, Alberta +0.25636 gsa_html_1465687448 gsa_html_1465687448:315:37216:37235 Hillabee Greenstone Blue Ridge Mountains +0.26416 cspg_html_4834918660 cspg_html_4834918660:7:589:609 Clearwater Cordillera Administrative Region +0.471338 gsa_html_9254222331 gsa_html_9254222331:59:4104:4132 Green River New Mexico +0.447426 aapg_ac_330.html aapg_ac_330.html:54:5299:5315 Ithaca Ithaca, New York +0.267264 aapg_ad_59.html aapg_ad_59.html:81:14752:14771 Belle Fourche Western world +0.4655 aapg_ai_999.html aapg_ai_999.html:127:7666:7682 Navajo Logan, Utah +0.377484 aapg_aa_673.html aapg_aa_673.html:29:3492:3510 Norphlet Alabama +0.270364 aapg_ai_183.html aapg_ai_183.html:97:9472:9484 Medicine Hat Grand Forks, North Dakota +0.489765 aapg_ad_379.html aapg_ad_379.html:489:40790:40815 Battle Colorado +0.25441 aapg_ai_519.html aapg_ai_519.html:91:9527:9531 Bays Texas +0.255374 aapg_ac_835.html aapg_ac_835.html:141:18794:18801 Madison Cheyenne, Wyoming +0.25704 geology_html_2852518993 geology_html_2852518993:261:22660:22698 Kingston Peak Death Valley +0.457256 cspg_html_9683836416 cspg_html_9683836416:401:67451:67468 Bearpaw Regina, Saskatchewan +0.267804 aapg_ad_466.html aapg_ad_466.html:231:29700:29707 Magothy Raritan River +0.255955 cspg_html_3187264334 cspg_html_3187264334:569:59078:59095 Cardium Lacombe, Alberta +0.465468 aapg_ai_981.html aapg_ai_981.html:227:19093:19103 Montgomery Beaumont, Texas +0.262654 sedimentology_html_6770212333 sedimentology_html_6770212333:452:40121:40129 Virginia James River (Dakotas) +0.2615 aapg_aa_261.html aapg_aa_261.html:120:16812:16817 Yukon Cheyenne, Wyoming +0.260598 aapg_ai_811.html aapg_ai_811.html:172:23482:23505 Pendleton Jeffersonville, Indiana +0.246813 aapg_ad_564.html aapg_ad_564.html:7342:617807:617817 Washington Seattle +0.446148 aapg_aa_645.html aapg_aa_645.html:44:7020:7028 Colorado Emmons, Minnesota +0.480414 sedimentology_html_6545643294 sedimentology_html_6545643294:828:37051:37057 Abbott Svalbard and Jan Mayen +0.24341 aapg_ae_503.html aapg_ae_503.html:611:61262:61292 Nonesuch Washington (state) +0.359645 aapg_ae_678.html aapg_ae_678.html:314:39161:39175 Duchesne River Uinta Mountains +0.492544 cspg_html_1065856149 cspg_html_1065856149:164:15920:15928 Columbia Caldwell, New Jersey +0.248952 geology_html_4553007488 geology_html_4553007488:12:882:891 San Diego California +0.485469 jgeology_html_1836103970 jgeology_html_1836103970:179:13465:13476 New Glasgow Springhill, Nova Scotia +0.494853 aapg_aa_23.html aapg_aa_23.html:275:31109:31117 Winnipeg Manitoba +0.458682 aapg_ae_849.html aapg_ae_849.html:15:1511:1522 Stony Creek Ontario, California +0.486472 gsa_html_1902544121 gsa_html_1902544121:347:29545:29573 Green River Colorado +0.48786 cspg_html_9332855346 cspg_html_9332855346:192:17584:17601 Elk Manitoba +0.25149 aapg_ai_974.html aapg_ai_974.html:784:85615:85625 Washington Salem, Oregon +0.36669 aapg_ad_756.html aapg_ad_756.html:516:60479:60495 Dakota Colorado +0.261117 gsa_html_1075724130 gsa_html_1075724130:536:47913:47926 Santa Barbara California +0.4848 aapg_ad_660.html aapg_ad_660.html:385:49426:49444 Grayburg Nashville Basin +0.260865 sedimentology_html_9290555224 sedimentology_html_9290555224:728:49502:49520 Pearsall County Sligo +0.24096 aapg_ah_469.html aapg_ah_469.html:241:18840:18846 Midway Mississippi River +0.263572 aapg_af_664.html aapg_af_664.html:323:34768:34778 San Andres Nashville Basin +0.263662 cspg_html_8362959053 cspg_html_8362959053:33:5771:5778 Cadomin Mountain Park (Holyoke, Massachusetts) +0.53409 aapg_ah_535.html aapg_ah_535.html:104:17971:17991 Pottsville Alabama +0.245 geology_html_1719128861 geology_html_1719128861:261:20548:20556 Colorado Victoria, British Columbia +0.476504 aapg_ai_350.html aapg_ai_350.html:87:8943:8951 Seminole Wewoka, Oklahoma +0.487705 aapg_ae_319.html aapg_ae_319.html:249:19069:19088 Rock Springs Cheyenne, Wyoming +0.261975 gsa_html_5158209975 gsa_html_5158209975:95:11280:11287 Prairie Mississippi River +0.49764 aapg_ae_454.html aapg_ae_454.html:604:55207:55224 Bossier Arkansas +0.265209 aapg_ah_434.html aapg_ah_434.html:60:7211:7220 Catahoula Oakville, California +0.832 palaios_html_7274959329 palaios_html_7274959329:843:60056:60073 Eramosa Canada +0.268752 aapg_ae_419.html aapg_ae_419.html:3124:201004:201018 Kiamichi Coahuila +0.25132 gsa_html_8881958017 gsa_html_8881958017:596:55539:55566 Nicola Vancouver +0.267804 aapg_ae_272.html aapg_ae_272.html:732:71004:71012 Michigan Austin, Chicago +0.25956 cspg_html_9912281240 cspg_html_9912281240:641:72327:72345 Foremost Lacombe, Alberta +0.257544 aapg_ai_942.html aapg_ai_942.html:138:20973:20979 Salado Salado, Texas +0.4902 aapg_ah_435.html aapg_ah_435.html:124:15465:15475 San Felipe Austin, Chicago +0.244829 aapg_ad_440.html aapg_ad_440.html:669:66951:66957 Denmar Greenbrier County Schools +0.464947 aapg_ae_75.html aapg_ae_75.html:43:7193:7202 Rancheria Earp, California +0.256542 aapg_ai_884.html aapg_ai_884.html:123:11344:11355 San Antonio Texas +0.482562 aapg_ac_333.html aapg_ac_333.html:1265:152263:152272 Flagstaff Arizona +0.26304 aapg_af_929.html aapg_af_929.html:32:3758:3768 Fort Scott Mississippi River +0.503126 cspg_html_8121202912 cspg_html_8121202912:260:32053:32068 Skoki Mount Wilson Observatory +0.252909 cspg_html_2018998204 cspg_html_2018998204:149:16886:16901 Nonda Victoria, British Columbia +0.241335 aapg_ad_964.html aapg_ad_964.html:1219:101574:101587 Santa Barbara Texas +0.237703 gsa_html_3484366946 gsa_html_3484366946:802:77650:77665 Sekwi Cordillera Administrative Region +0.480194 aapg_ai_140.html aapg_ai_140.html:1210:135174:135180 Lisbon Portugal +0.271956 gsa_html_4280198089 gsa_html_4280198089:86:6581:6609 Green River Iran +0.252266 cspg_html_9778753186 cspg_html_9778753186:33:5160:5166 Dakota Kootenay River +0.5054 aapg_ah_978.html aapg_ah_978.html:172:18864:18880 Tulare San Joaquin River +0.267795 aapg_aa_110.html aapg_aa_110.html:58:8439:8460 Green River Wasatch Range +0.479808 aapg_ae_268.html aapg_ae_268.html:42:4300:4306 Girkin Warren County, Ohio +0.48514 aapg_af_11.html aapg_af_11.html:714:73782:73799 Paradox Colorado +0.452196 gsa_html_4557277250 gsa_html_4557277250:61:6431:6437 Navajo Carmel, Indiana +0.260608 aapg_ai_480.html aapg_ai_480.html:235:21856:21862 Tulare Tulare, California +0.481873 palaios_html_6025329652 palaios_html_6025329652:513:42854:42870 Hurwal Boise, Idaho +0.488448 cspg_html_7777724998 cspg_html_7777724998:127:18123:18146 Beaver Mines Lacombe, Alberta +0.475896 gsa_html_9457387752 gsa_html_9457387752:547:46991:47003 Mount Rogers Grandfather Mountain +0.46872 aapg_af_486.html aapg_af_486.html:350:36781:36804 West Foreland Cook Inlet +0.260865 jgeology_html_1095412310 jgeology_html_1095412310:471:29348:29365 Manlius Helderberg +0.503812 cspg_html_9070870548 cspg_html_9070870548:8:535:542 Cardium Calgary +0.269808 geology_html_5323396367 geology_html_5323396367:168:17771:17799 John Day Salem, Oregon +0.895806 aapg_ac_424.html aapg_ac_424.html:262:43724:43743 Catahoula Texas +0.260608 cspg_html_4286634979 cspg_html_4286634979:30:3777:3799 Pense Regina, Saskatchewan +0.85928 aapg_ah_387.html aapg_ah_387.html:225:24786:24795 Knoxville Knoxville, Illinois +0.250805 cspg_html_9493908895 cspg_html_9493908895:47:4705:4717 Cardium Grand Prairie, Texas +0.258566 cspg_html_9725676031 cspg_html_9725676031:594:69085:69106 Shaftesbury Canada +0.491904 aapg_ah_374.html aapg_ah_374.html:107:11892:11898 Hertha Seminole, Texas +0.255009 cspg_html_4298557570 cspg_html_4298557570:220:31801:31819 Whitemud Lacombe, Alberta +0.912009 aapg_ac_617.html aapg_ac_617.html:369:33157:33174 Goliad Cuero, Texas +0.482 aapg_ah_532.html aapg_ah_532.html:63:6226:6234 Colorado Ouray, Colorado +0.252416 geology_html_9891980140 geology_html_9891980140:330:27044:27048 Peel Jackson, Mississippi +0.499372 gsa_html_1783148177 gsa_html_1783148177:604:63753:63771 Funeral Western world +0.26129 cspg_html_9343899465 cspg_html_9343899465:1563:128226:128242 Parry Islands Banks Island +0.477225 geology_html_6050254205 geology_html_6050254205:11:670:680 Las Cruces New Mexico +0.255524 aapg_ai_129.html aapg_ai_129.html:195:16044:16055 Blanco West Texas +0.245727 cspg_html_1814004928 cspg_html_1814004928:548:59678:59700 Debolt Victoria, British Columbia +0.24255 aapg_af_663.html aapg_af_663.html:845:79597:79612 Blackjack Creek Iowa +0.49337 aapg_ad_329.html aapg_ad_329.html:46:6693:6711 Brallier Virginia +0.518819 aapg_ah_619.html aapg_ah_619.html:67:8100:8114 Graneros Denver +0.526355 gsa_html_3345613799 gsa_html_3345613799:1281:82555:82583 Green River Colorado +0.4998 gsa_html_6161161007 gsa_html_6161161007:1209:84648:84676 Green River New Mexico +0.484702 aapg_ac_719.html aapg_ac_719.html:113:11840:11855 Raton Colorado +0.252784 aapg_ae_335.html aapg_ae_335.html:41:4006:4020 Kootenai Cut Bank, Montana +0.484848 cspg_html_9354781888 cspg_html_9354781888:515:45070:45103 Halfway Lacombe, Alberta +0.234696 geology_html_2759241456 geology_html_2759241456:297:21760:21764 Hall London, Ontario +0.260925 aapg_ah_847.html aapg_ah_847.html:144:16209:16228 New Egypt New Egypt, New Jersey +0.70594 gsa_html_9216496168 gsa_html_9216496168:1207:110026:110034 Colorado Reno, Nevada +0.263 aapg_ac_563.html aapg_ac_563.html:702:105099:105106 Hosston East Texas +0.252476 palaios_html_5268628065 palaios_html_5268628065:163:21726:21744 Cercado Dominican Republic +0.472175 aapg_ae_370.html aapg_ae_370.html:634:63224:63240 Keasey Salem, Oregon +0.241943 cspg_html_5308103526 cspg_html_5308103526:186:19765:19780 Woodbend Middle East +0.502458 sedimentology_html_5315330584 sedimentology_html_5315330584:554:51499:51503 Java Borneo +0.482342 aapg_ad_446.html aapg_ad_446.html:439:50947:50954 Chemung Pennsylvania +0.498834 AMJC_html_2702389713 AMJC_html_2702389713:1638:118239:118246 Madison California +0.48598 aapg_ac_316.html aapg_ac_316.html:34:4381:4397 Salado Carlsbad, New Mexico +0.259045 cspg_html_1312400675 cspg_html_1312400675:213:25376:25397 Cypress Drumheller +0.468369 aapg_ah_10.html aapg_ah_10.html:70:9857:9875 Monterey Buttonwillow, California +0.383042 aapg_ah_478.html aapg_ah_478.html:3:392:409 La Luna Venezuela +0.261542 cspg_html_3447886929 cspg_html_3447886929:121:14118:14139 Lawrence Quebec City +0.260084 palaios_html_3105248303 palaios_html_3105248303:877:87067:87086 Fairview Netherlands +0.247005 aapg_af_575.html aapg_af_575.html:171:22753:22764 Honey Creek Honey Brook, Pennsylvania +0.248425 aapg_ac_629.html aapg_ac_629.html:310:39638:39648 Citronelle Beaumont, Texas +0.4841 cspg_html_7971908357 cspg_html_7971908357:45:6564:6583 Kishenehn South Fork Flathead River +0.49518 aapg_aa_192.html aapg_aa_192.html:204:24927:24943 Amsden Lima, Ohio +0.274575 aapg_aa_662.html aapg_aa_662.html:12:1538:1551 Venango Pennsylvania +0.474885 cspg_html_8388911199 cspg_html_8388911199:6:397:424 Madison Regina, Saskatchewan +0.25704 geology_html_1499155428 geology_html_1499155428:14:769:778 San Diego California +0.459648 gsa_html_8955900843 gsa_html_8955900843:907:79566:79576 Washington California +0.461214 jgeology_html_5471448181 jgeology_html_5471448181:350:27860:27868 Colorado Colorado Plateau +0.456435 aapg_ai_410.html aapg_ai_410.html:19:2738:2744 Denver Great Basin +0.23358 aapg_af_218.html aapg_af_218.html:105:11455:11469 Monterey Monterey, California +0.457083 cspg_html_9717154602 cspg_html_9717154602:205:29955:29976 Belly River Lacombe, Alberta +0.255009 aapg_ae_998.html aapg_ae_998.html:117:14910:14918 Evanston Evanston, Wyoming +0.4735 cspg_html_7281679890 cspg_html_7281679890:429:72089:72099 Hart River Mackenzie River +0.929954 AMJC_html_3664856625 AMJC_html_3664856625:102:14367:14387 Fort Union Knife River +0.247996 gsa_html_3648258377 gsa_html_3648258377:661:63220:63239 Magothy Bass River Township, New Jersey +0.249879 aapg_ai_853.html aapg_ai_853.html:51:9026:9049 San Sebastian Lares, Puerto Rico +0.479808 aapg_ah_313.html aapg_ah_313.html:35:2962:2990 Spearfish Spearfish, South Dakota +0.24794 aapg_ah_876.html aapg_ah_876.html:303:38676:38698 Pine Island Texas +0.250996 geology_html_4279689868 geology_html_4279689868:207:17774:17779 Mecca San Jacinto, California +0.270399 aapg_ad_52.html aapg_ad_52.html:176:23061:23070 Coldwater Clinton County, Ohio +0.247324 geology_html_7236477240 geology_html_7236477240:335:26049:26054 Rapid Altiplano +0.511974 cspg_html_6383234409 cspg_html_6383234409:203:21877:21903 Strathcona Fiord Bathurst Island (Northern Territory) +0.252912 geology_html_1937299818 geology_html_1937299818:243:19648:19657 San Diego California +0.257664 sedimentology_html_7328045802 sedimentology_html_7328045802:891:53830:53844 Monterey California +0.255518 geology_html_6105088229 geology_html_6105088229:14:684:694 Washington Vancouver +0.485265 gsa_html_7448133076 gsa_html_7448133076:795:60999:61027 Green River Colorado +0.748064 aapg_ae_999.html aapg_ae_999.html:476:63161:63176 Byram Smith County, Kansas +0.483894 gsa_html_4557277250 gsa_html_4557277250:67:7431:7447 Carmel Logan, Utah +0.25688 cspg_html_8362959053 cspg_html_8362959053:112:16188:16195 Cadomin Gladstone, Oregon +0.371259 palaios_html_3491046542 palaios_html_3491046542:570:61143:61164 Martinsburg Virginia +0.494334 jgeology_html_5531286699 jgeology_html_5531286699:1347:70522:70535 Santa Barbara Texas +0.261072 cspg_html_1009749092 cspg_html_1009749092:551:64464:64481 Cardium Lacombe, Alberta +0.248985 aapg_ah_632.html aapg_ah_632.html:199:27059:27067 Virginia Virginia +0.263682 cspg_html_5381643866 cspg_html_5381643866:251:30430:30437 Cadomin Rocky Brook +0.266207 gsa_html_7662610396 gsa_html_7662610396:680:53340:53366 Chuckanut Washington (state) +0.256011 sedimentology_html_7387934786 sedimentology_html_7387934786:245:24850:24858 Virginia Reston, Virginia +0.921536 cspg_html_9522721075 cspg_html_9522721075:8:999:1017 Whitemud Canada +0.453628 geology_html_1163562352 geology_html_1163562352:262:23021:23029 Scotland Aspen, Colorado +0.25948 aapg_ah_96.html aapg_ah_96.html:438:50847:50856 Red River Nebraska +0.261612 palaios_html_7111318862 palaios_html_7111318862:51:5628:5645 Wapiti Lacombe, Alberta +0.25844 cspg_html_8571955552 cspg_html_8571955552:241:28462:28473 Kayak North Slope Borough, Alaska +0.252813 aapg_ac_692.html aapg_ac_692.html:152:17217:17234 Roseray Regina, Saskatchewan +0.443373 aapg_ae_391.html aapg_ae_391.html:168:13072:13079 Rustler Delaware +0.2703 gsa_html_2818345762 gsa_html_2818345762:719:59101:59119 Gowganda Canada +0.269874 gsa_html_7498897688 gsa_html_7498897688:836:78764:78772 Columbia Victoria, British Columbia +0.48514 geology_html_9085928497 geology_html_9085928497:322:26506:26516 Washington Boise, Idaho +0.386802 aapg_ad_3.html aapg_ad_3.html:292:27400:27419 Roubidoux Missouri River +0.258416 sedimentology_html_2041096405 sedimentology_html_2041096405:502:35138:35151 A-1 Carbonate Michigan Basin +0.712699 cspg_html_7434089303 cspg_html_7434089303:187:23100:23123 Eleanor River Little Cornwallis Island +0.25186 aapg_ae_239.html aapg_ae_239.html:1141:92926:92931 Atoka Des Moines, Washington +0.492862 aapg_aa_731.html aapg_aa_731.html:141:18151:18163 Wilcox Texas +0.250997 palaios_html_3028956190 palaios_html_3028956190:110:12558:12569 Collingwood Telford, Pennsylvania +0.486758 palaios_html_8283629756 palaios_html_8283629756:42:5629:5647 Bridger Cheyenne, Wyoming +0.489168 aapg_af_23.html aapg_af_23.html:190:23838:23843 Eagle Anchorage, Alaska +0.27664 aapg_aa_702.html aapg_aa_702.html:1102:126690:126715 Beaverhill Lacombe, Alberta +0.277728 aapg_ac_92.html aapg_ac_92.html:176:20330:20345 Atoka Atoka, Oklahoma +0.483912 cspg_html_8145657505 cspg_html_8145657505:313:44673:44710 Slave Point Victoria, British Columbia +0.421652 cspg_html_8980454113 cspg_html_8980454113:139:15542:15559 Wabamun Canada +0.491898 gsa_html_5366120675 gsa_html_5366120675:32:2824:2852 Green River Colorado +0.249458 aapg_ah_193.html aapg_ah_193.html:86:10848:10855 Camrose Lacombe, Alberta +0.272315 aapg_aa_399.html aapg_aa_399.html:304:24472:24493 Peace River Clearwater, Florida +0.267168 cspg_html_1654370716 cspg_html_1654370716:243:26759:26789 Bathurst Canada +0.251904 gsa_html_1210544754 gsa_html_1210544754:37:2379:2399 San Joaquin Great Valley, New York +0.502048 aapg_af_266.html aapg_af_266.html:318:34451:34469 San Onofre Breccia California +0.254464 geology_html_6329538200 geology_html_6329538200:69:7515:7540 Navajo Logan, Utah +0.468981 aapg_ai_811.html aapg_ai_811.html:346:47288:47306 Onondaga Tioga, Texas +0.512848 aapg_ac_333.html aapg_ac_333.html:1314:157585:157589 Yeso Arizona +0.457856 cspg_html_9177794814 cspg_html_9177794814:99:11558:11565 Renault Lacombe, Alberta +0.256332 aapg_ad_798.html aapg_ad_798.html:184:19349:19359 Rio Grande Cameron County, Pennsylvania +0.550368 aapg_ah_573.html aapg_ah_573.html:82:9670:9690 Pottsville Harrisburg, Pennsylvania +0.28512 cspg_html_4666332434 cspg_html_4666332434:499:73565:73582 Belly River Regina, Saskatchewan +0.243936 sedimentology_html_6302405335 sedimentology_html_6302405335:1013:82684:82692 Colorado Texas +0.49113 gsa_html_4036573414 gsa_html_4036573414:1296:116717:116745 Green River Colorado +0.242949 aapg_ah_42.html aapg_ah_42.html:141:19222:19238 Navajo Logan, Utah +0.510687 aapg_aa_82.html aapg_aa_82.html:185:18589:18597 Wolfcamp Ector, Texas +0.258015 gsa_html_4883039712 gsa_html_4883039712:707:69496:69526 Punta Alegre Colombia +0.248496 cspg_html_9068495364 cspg_html_9068495364:302:33558:33575 Sayabec Kirkwood, Missouri +0.243236 aapg_ad_542.html aapg_ad_542.html:347:47284:47300 Viking Canada +0.265468 aapg_ae_388.html aapg_ae_388.html:1422:87852:87862 Tuscaloosa Melbourne, Florida +0.46158 aapg_ah_609.html aapg_ah_609.html:12:1865:1872 Paradox Colorado +0.247904 cspg_html_1475679140 cspg_html_1475679140:56:8282:8294 Snyder Nain, Newfoundland and Labrador +0.256011 aapg_ac_361.html aapg_ac_361.html:430:49145:49152 Simmler California +0.25806 aapg_ae_306.html aapg_ae_306.html:630:74326:74339 Guayabo Colombia +0.48545 aapg_ai_595.html aapg_ai_595.html:147:12024:12032 Woodbine Rodessa, Louisiana +0.250494 aapg_ae_498.html aapg_ae_498.html:426:44691:44707 Lantz Mills Virginia +0.24768 palaios_html_1729153923 palaios_html_1729153923:64:7939:7974 Naco Arizona +0.265468 cspg_html_5406272225 cspg_html_5406272225:184:21996:22018 Pine Point Lacombe, Alberta +0.254007 geology_html_7867948062 geology_html_7867948062:98:6893:6902 Knoxville California +0.481151 cspg_html_3328007773 cspg_html_3328007773:1064:105934:105942 Columbia Lacombe, Alberta +0.464486 aapg_ah_753.html aapg_ah_753.html:360:56942:56970 Albert Dover, Delaware +0.266087 cspg_html_6252417471 cspg_html_6252417471:157:23105:23121 Hassel Banks Island +0.26316 cspg_html_7881580279 cspg_html_7881580279:47:7325:7331 Herald Regina, Saskatchewan +0.241516 geology_html_1146010106 geology_html_1146010106:93:9826:9845 Flagstaff Flagstaff, Arizona +0.691526 aapg_ai_468.html aapg_ai_468.html:197:24728:24735 Bossier Bossier City, Louisiana +0.256824 aapg_ah_506.html aapg_ah_506.html:301:30069:30083 Traverse West Michigan +0.464406 aapg_ai_491.html aapg_ai_491.html:126:14271:14288 Hermosa Durango, Durango +0.506645 aapg_ad_70.html aapg_ad_70.html:141:9591:9608 Todilto Chinle Formation +0.713048 aapg_af_664.html aapg_af_664.html:337:36896:36906 San Andres Sheffield station +0.238908 aapg_ah_312.html aapg_ah_312.html:3:264:276 Forest Trinidad and Tobago +0.24617 cspg_html_7086880709 cspg_html_7086880709:204:23759:23769 Besa River Victoria, British Columbia +0.51246 aapg_ah_779.html aapg_ah_779.html:505:95092:95098 Exshaw Missouri River +0.263088 aapg_aa_712.html aapg_aa_712.html:207:24439:24461 Platteville Glenwood, Utah +0.253967 aapg_ae_93.html aapg_ae_93.html:32:6048:6064 Elk Kootenay River +0.477012 aapg_af_789.html aapg_af_789.html:73:10693:10714 Port Jervis Closter, New Jersey +0.492246 aapg_ae_51.html aapg_ae_51.html:886:97905:97911 Moscow Russia +0.486837 aapg_aa_826.html aapg_aa_826.html:210:20410:20429 Kirkwood Pungo River +0.468765 aapg_af_975.html aapg_af_975.html:106:16673:16681 Colorado Colorado +0.254478 AMJC_html_7984049819 AMJC_html_7984049819:686:72248:72269 Tatnic Hill Western world +0.508248 aapg_ae_66.html aapg_ae_66.html:226:22664:22674 Minnekahta John Crow Mountains +0.247883 cspg_html_8809756626 cspg_html_8809756626:750:86163:86179 Ireton Lacombe, Alberta +0.278384 aapg_af_182.html aapg_af_182.html:32:5185:5201 Dakota Niobrara, Nebraska +0.501468 cspg_html_4463164802 cspg_html_4463164802:580:46942:46963 Slave Point Victoria, British Columbia +0.487473 AMJC_html_8894786856 AMJC_html_8894786856:50:5199:5205 Brazil Ontario, California +0.885432 aapg_af_397.html aapg_af_397.html:381:44951:44958 Entrada Entrada Sandstone +0.265176 cspg_html_2297270979 cspg_html_2297270979:284:36642:36650 Michigan Ohio +0.473908 palaios_html_6025329652 palaios_html_6025329652:395:37220:37226 Oregon Salem, Oregon +0.256 cspg_html_3518879351 cspg_html_3518879351:6:308:331 Cypress Regina, Saskatchewan +0.239608 aapg_ac_691.html aapg_ac_691.html:296:21647:21661 Lodo Central Valley (California) +0.552568 cspg_html_7086880709 cspg_html_7086880709:209:24468:24487 Chinchaga Lacombe, Alberta +0.465778 aapg_af_854.html aapg_af_854.html:1169:165701:165717 Menard Bloomington, Indiana +0.263907 cspg_html_8739892219 cspg_html_8739892219:278:43453:43459 Sustut Victoria, British Columbia +0.481362 aapg_aa_844.html aapg_aa_844.html:352:36068:36075 Kanawha Jackson, Mississippi +0.456139 aapg_ad_379.html aapg_ad_379.html:140:11955:11964 Ingleside Colorado +0.270878 cspg_html_9185158332 cspg_html_9185158332:534:64301:64330 Dunvegan Victoria, British Columbia +0.256725 aapg_ai_17.html aapg_ai_17.html:1647:124216:124226 Citronelle Mississippi River +0.241081 aapg_ai_410.html aapg_ai_410.html:366:31887:31905 Fountain Hermosa, Chicago +0.24651 jgeology_html_4115179562 jgeology_html_4115179562:336:25232:25251 Hardyston Unicoi, Tennessee +0.473185 aapg_aa_960.html aapg_aa_960.html:498:38738:38749 Green River Logan, Utah +0.543562 aapg_ai_581.html aapg_ai_581.html:47:4817:4825 Niobrara Fort Benton, Montana +0.700101 sedimentology_html_8226291695 sedimentology_html_8226291695:1178:72392:72405 Saline Valley Death Valley +0.270175 geology_html_8949140734 geology_html_8949140734:11:496:504 San Jose California +0.255524 aapg_ai_322.html aapg_ai_322.html:269:24273:24282 Mosquitia Coco River +0.269352 aapg_ae_611.html aapg_ae_611.html:380:37526:37533 Wingate Western world +0.248 aapg_ae_370.html aapg_ae_370.html:407:36603:36610 Cowlitz Cowlitz River +0.25856 aapg_ae_884.html aapg_ae_884.html:129:16679:16696 Vermejo Trinidad and Tobago +0.243936 gsa_html_6838140604 gsa_html_6838140604:13:654:667 Santa Barbara California +0.4977 cspg_html_5541937700 cspg_html_5541937700:893:108797:108813 Viking Canada +0.245388 gsa_html_8349861296 gsa_html_8349861296:1297:104350:104359 Esmeralda California +0.475335 aapg_ae_236.html aapg_ae_236.html:111:9538:9545 Edwards Hinds County, Mississippi +0.49184 aapg_ah_378.html aapg_ah_378.html:558:53722:53742 Salado Salado, Texas +0.475566 gsa_html_8863489299 gsa_html_8863489299:431:51272:51277 Crete Karpathos +0.480168 gsa_html_7214330928 gsa_html_7214330928:577:53825:53832 Spokane Colorado +0.283413 aapg_ah_411.html aapg_ah_411.html:65:8568:8580 Dakota Colorado +0.257554 aapg_ae_625.html aapg_ae_625.html:14:1852:1859 Waskada Regina, Saskatchewan +0.264075 aapg_ai_763.html aapg_ai_763.html:128:14630:14637 Sligo County Sligo +0.255025 cspg_html_4319383223 cspg_html_4319383223:74:10812:10820 Columbia Victoria, British Columbia +0.471814 aapg_af_461.html aapg_af_461.html:197:18104:18113 Milwaukee Antrim, County Antrim +0.4356 cspg_html_4785922166 cspg_html_4785922166:685:70176:70219 Prairie Regina, Saskatchewan +0.280836 cspg_html_1025724640 cspg_html_1025724640:6:449:467 Beekmantown Quebec City +0.24684 aapg_aa_751.html aapg_aa_751.html:709:72448:72487 Leduc Lacombe, Alberta +0.266562 cspg_html_6255491344 cspg_html_6255491344:179:26734:26749 Grassy Mountain Canmore, Alberta +0.697728 cspg_html_3129231627 cspg_html_3129231627:186:26198:26209 Trold Fiord Ellesmere Island +0.26826 aapg_aa_254.html aapg_aa_254.html:82:9002:9022 Tuscaloosa Mississippi River +0.234738 aapg_ac_910.html aapg_ac_910.html:500:38914:38920 Sierra Mexico +0.252324 aapg_ah_535.html aapg_ah_535.html:81:14231:14235 Bays Pennsylvania +0.247883 AMJC_html_5786839382 AMJC_html_5786839382:840:86016:86024 Scotland London, Ontario +0.250498 gsa_html_6991576096 gsa_html_6991576096:789:65985:66020 Wishart Canada +0.252486 aapg_ah_442.html aapg_ah_442.html:104:12149:12153 Frio Texas +0.495496 sedimentology_html_2387931271 sedimentology_html_2387931271:206:22403:22413 Kern River Reno, Nevada +0.466092 geology_html_4203530817 geology_html_4203530817:20:761:769 Virginia Norfolk, Virginia +0.482422 aapg_ai_444.html aapg_ai_444.html:3:271:292 Hale Arkansas +0.500485 cspg_html_5955028331 cspg_html_5955028331:787:74839:74847 Edmonton Edmonton, London +0.226551 aapg_ah_80.html aapg_ah_80.html:72:8188:8210 Arkose Ridge Matanuska-Susitna Valley +0.244818 geology_html_6889011624 geology_html_6889011624:163:19165:19173 Winnipeg Red River of the North +0.266135 palaios_html_5600528347 palaios_html_5600528347:522:52114:52135 Green River Cheyenne, Wyoming +0.438046 cspg_html_3854139935 cspg_html_3854139935:9:762:779 Bearpaw Judith River Formation +0.251643 aapg_ai_99.html aapg_ai_99.html:5:973:997 Ogallala New Mexico +0.260604 geology_html_4527608188 geology_html_4527608188:11:509:519 Washington Washington (state) +0.257045 palaios_html_2994452429 palaios_html_2994452429:1693:141891:141899 Columbia Victoria, British Columbia +0.264969 aapg_ac_545.html aapg_ac_545.html:483:57042:57059 Cadomin Lacombe, Alberta +0.470208 palaios_html_9731740258 palaios_html_9731740258:240:28918:28926 Colorado Hot Springs, Arkansas +0.263168 aapg_ad_379.html aapg_ad_379.html:179:16325:16341 Casper Colorado +0.502326 aapg_ad_880.html aapg_ad_880.html:212:22067:22090 Gypsum Spring Cheyenne, Wyoming +0.463464 cspg_html_3854139935 cspg_html_3854139935:88:14349:14366 Bearpaw Lacombe, Alberta +0.265558 aapg_ac_219.html aapg_ac_219.html:650:103294:103304 Rio Grande Sergipe +0.263662 aapg_ad_652.html aapg_ad_652.html:20:2942:2946 Tyee Juan de Fuca Plate +0.248082 sedimentology_html_1640357417 sedimentology_html_1640357417:830:85991:86007 Weber Logan, Utah +0.489842 AMJC_html_3770590633 AMJC_html_3770590633:982:109495:109501 Oxford England +0.486664 jgeology_html_1101698400 jgeology_html_1101698400:475:28246:28252 Moscow Russia +0.253506 sedimentology_html_1598641256 sedimentology_html_1598641256:712:51861:51869 Victoria Canada +0.49469 cspg_html_2976104632 cspg_html_2976104632:6:469:487 Kootenai Lacombe, Alberta +0.27108 aapg_ah_449.html aapg_ah_449.html:8:1154:1163 Red River Texas +0.272475 aapg_ah_633.html aapg_ah_633.html:193:28264:28281 Anahuac Tampa, Florida +0.249951 gsa_html_1419461902 gsa_html_1419461902:525:43594:43621 Irondequoit Irondequoit, New York +0.25806 jgeology_html_4925928181 jgeology_html_4925928181:1013:68078:68082 Hall London, Ontario +0.465392 aapg_ah_176.html aapg_ah_176.html:317:41965:41973 Colorado New Mexico +0.517196 aapg_aa_143.html aapg_aa_143.html:641:76013:76027 Buda Texas +0.242064 aapg_ac_365.html aapg_ac_365.html:252:20902:20906 Ladd Mexico +0.25641 sedimentology_html_9032102238 sedimentology_html_9032102238:193:18395:18409 Northumberland North Sea oil +0.49266 aapg_ai_877.html aapg_ai_877.html:186:18877:18883 Mercer Pennsylvania +0.23735 aapg_ae_441.html aapg_ae_441.html:50:4161:4180 Sylvania Detroit River International Wildlife Refuge +0.250158 aapg_ae_381.html aapg_ae_381.html:139:12996:13015 Domengine Coalinga, California +0.240405 aapg_aa_124.html aapg_aa_124.html:418:43112:43126 Kootenai Cut Bank, Montana +0.263572 geology_html_1404504083 geology_html_1404504083:240:18810:18816 Banner Wasserburg am Inn +0.51888 aapg_af_99.html aapg_af_99.html:41:5460:5480 Manzanilla Melbourne, Florida +0.49278 aapg_ah_115.html aapg_ah_115.html:36:2813:2839 Theresa Herkimer County, New York +0.268275 cspg_html_3627006433 cspg_html_3627006433:726:74159:74167 Columbia Lacombe, Alberta +0.268224 aapg_ac_563.html aapg_ac_563.html:80:13738:13759 Mt Lytton Mexico +0.486472 aapg_ak_55.html aapg_ak_55.html:204:21094:21113 Tuscarora Gilmer County, Georgia +0.247234 aapg_af_551.html aapg_af_551.html:16:1912:1922 San Andres Rift Valley lakes +0.470815 cspg_html_6278093686 cspg_html_6278093686:196:15249:15268 Athabasca Lacombe, Alberta +0.259588 gsa_html_7040053075 gsa_html_7040053075:949:103271:103278 Topanga San Gabriel Mountains +0.242928 aapg_ai_737.html aapg_ai_737.html:127:15953:15965 Medicine Hat Milk River, Alberta +0.458 aapg_ac_855.html aapg_ac_855.html:974:79019:79031 Guayaguayare Brighton, Michigan +0.49408 aapg_af_887.html aapg_af_887.html:147:14634:14650 Whitehorse West Texas +0.471735 aapg_ad_717.html aapg_ad_717.html:226:25422:25448 Whitehorse New Mexico +0.48096 aapg_ah_684.html aapg_ah_684.html:440:55829:55836 Andrews London, Ontario +0.496164 gsa_html_4438819447 gsa_html_4438819447:808:77251:77257 Denver Colorado +0.494019 cspg_html_1159794850 cspg_html_1159794850:167:25967:25973 Salina Detroit River International Wildlife Refuge +0.514452 gsa_html_5702898077 gsa_html_5702898077:31:2833:2861 Green River Colorado +0.25853 aapg_af_638.html aapg_af_638.html:124:9770:9783 Bedford Ohio +0.234738 aapg_ad_580.html aapg_ad_580.html:356:43525:43537 Tongue River Fort Union Trading Post National Historic Site +0.25116 gsa_html_8398449001 gsa_html_8398449001:668:55741:55751 Bear River Bear Lake, Michigan +0.26877 gsa_html_6944235645 gsa_html_6944235645:9:372:397 Dixon Pilbara craton +0.497871 aapg_ai_468.html aapg_ai_468.html:220:26983:27000 Hosston Coahuila +0.25755 cspg_html_9905904289 cspg_html_9905904289:442:52767:52777 Fort Union Cheyenne, Wyoming +0.48776 gsa_html_5581143301 gsa_html_5581143301:54:3408:3436 Green River Colorado +0.258856 aapg_aa_302.html aapg_aa_302.html:666:72195:72218 Loray Reno, Nevada +0.250997 gsa_html_8088103067 gsa_html_8088103067:711:79036:79042 Snyder California +0.256 aapg_af_186.html aapg_af_186.html:1041:111578:111596 Onondaga Niagara River +0.4655 aapg_aa_753.html aapg_aa_753.html:420:52168:52196 Protection China +0.253482 palaios_html_6264258226 palaios_html_6264258226:527:43630:43634 Hall London, Ontario +0.250488 gsa_html_9299329909 gsa_html_9299329909:482:56214:56225 Gull Island Northern Mariana Islands +0.461127 aapg_ac_462.html aapg_ac_462.html:714:77129:77138 Extension California +0.493311 aapg_ae_970.html aapg_ae_970.html:49:6498:6512 Pico Saugus, Massachusetts +0.248482 cspg_html_7195301827 cspg_html_7195301827:11:2064:2072 Wendover Kaibab, Arizona +0.261522 gsa_html_6441142238 gsa_html_6441142238:783:84599:84621 Prairie Wisconsin +0.520479 aapg_ae_319.html aapg_ae_319.html:329:24108:24125 Chugwater Cheyenne, Wyoming +0.259518 sedimentology_html_8343819929 sedimentology_html_8343819929:833:72708:72713 Stark Guam +0.259065 palaios_html_1276188815 palaios_html_1276188815:605:61646:61655 San Diego Currie, Minnesota +0.45408 aapg_ae_428.html aapg_ae_428.html:274:20097:20114 Fleming Shreveport, Louisiana +0.26208 aapg_ae_113.html aapg_ae_113.html:370:49198:49219 Stuart Bathurst Island (Northern Territory) +0.26364 gsa_html_2284204284 gsa_html_2284204284:787:97065:97081 Morgan Logan, Utah +0.496975 cspg_html_9011256422 cspg_html_9011256422:38:5049:5057 Columbia Victoria, British Columbia +0.249494 cspg_html_2575903827 cspg_html_2575903827:20:2142:2195 Albert Canada +0.265668 aapg_ac_629.html aapg_ac_629.html:622:74324:74334 Citronelle Ocala, Florida +0.481265 palaios_html_6455472411 palaios_html_6455472411:574:63220:63234 Kope Cincinnati +0.25152 palaios_html_5170998264 palaios_html_5170998264:70:10945:10974 Imperial California +0.264187 geology_html_9872663807 geology_html_9872663807:290:23657:23678 Mauch Chunk Pennsylvania +0.249494 cspg_html_1665574291 cspg_html_1665574291:107:18519:18524 Lance Edmonton, London +0.470074 aapg_ad_565.html aapg_ad_565.html:28:4444:4457 Barnett Texas +0.257556 aapg_ae_415.html aapg_ae_415.html:843:104098:104110 Chickasawhay Waynesboro, Pennsylvania +0.262023 aapg_aa_761.html aapg_aa_761.html:362:47559:47585 Ivishak Prudhoe Bay Oil Field +0.715626 aapg_af_545.html aapg_af_545.html:723:91111:91132 Green River Logan, Utah +0.486675 gsa_html_2836597136 gsa_html_2836597136:554:46188:46216 Green River Colorado +0.244 cspg_html_9689514766 cspg_html_9689514766:240:33106:33141 Ipperwash Ontario, California +0.24745 cspg_html_3597281324 cspg_html_3597281324:201:25506:25524 Scollard Red Deer, Alberta +0.270918 cspg_html_2969995408 cspg_html_2969995408:230:27216:27224 Columbia Lacombe, Alberta +0.267208 palaios_html_2376163646 palaios_html_2376163646:389:46509:46529 Hell Creek Williston Basin +0.698034 aapg_aa_674.html aapg_aa_674.html:6:769:788 Red River Williston, Vermont +0.25647 aapg_ac_491.html aapg_ac_491.html:52:7759:7780 Las Trancas El Salvador +0.484524 aapg_ai_958.html aapg_ai_958.html:3:182:199 Goliad Oakville, California +0.482604 aapg_ah_411.html aapg_ah_411.html:49:6731:6749 Cloverly Black Hills +0.80793 aapg_ad_466.html aapg_ad_466.html:761:83243:83251 Navesink Monmouth +0.493136 cspg_html_7340411855 cspg_html_7340411855:131:15789:15806 Cardium Lacombe, Alberta +0.262654 aapg_af_725.html aapg_af_725.html:280:30167:30175 Colorado New Mexico +0.255524 palaios_html_1276188815 palaios_html_1276188815:37:3722:3733 Green River Logan, Utah +0.482463 aapg_ae_805.html aapg_ae_805.html:406:48113:48118 Eagle Hermosa, Chicago +0.381717 aapg_ah_646.html aapg_ah_646.html:12:1776:1792 Chinle Logan, Utah +0.262474 gsa_html_8820488310 gsa_html_8820488310:982:86333:86339 Fernie Victoria, British Columbia +0.26622 gsa_html_6143207195 gsa_html_6143207195:720:70170:70180 Washington Victoria, British Columbia +0.251446 aapg_aa_906.html aapg_aa_906.html:378:39749:39759 Fort Union Fort Union Trading Post National Historic Site +0.270648 aapg_ae_16.html aapg_ae_16.html:30:4436:4443 Halfway Anchorage, Alaska +0.2548 aapg_af_186.html aapg_af_186.html:234:24777:24782 Bluff Shreveport, Louisiana +0.484272 aapg_aa_875.html aapg_aa_875.html:258:31006:31015 Littleton Colorado +0.255936 sedimentology_html_1280732031 sedimentology_html_1280732031:1704:141258:141263 Swift Cape Henry Light +0.25853 aapg_ah_260.html aapg_ah_260.html:208:26824:26834 North Horn Salina, Kansas +0.265738 cspg_html_5198658336 cspg_html_5198658336:382:43113:43129 Battle Elbow River +0.49234 aapg_aa_702.html aapg_aa_702.html:516:95103:95129 Beaverhill Calgary +0.479862 aapg_ac_515.html aapg_ac_515.html:190:21314:21320 Oregon Washington (state) +0.476545 aapg_ak_76.html aapg_ak_76.html:80:11067:11084 Aymamon Guatemala +0.248482 cspg_html_6615471682 cspg_html_6615471682:5:255:288 Cypress Regina, Saskatchewan +0.483406 gsa_html_4071231613 gsa_html_4071231613:427:44356:44388 Hunsaker Creek Middle East +0.247923 cspg_html_4287356899 cspg_html_4287356899:1067:146654:146662 Lisburne Anchorage, Alaska +0.497896 cspg_html_3104351736 cspg_html_3104351736:32:4345:4362 Bearpaw Lacombe, Alberta +0.48516 sedimentology_html_5455387915 sedimentology_html_5455387915:519:41313:41323 Washington Seattle +0.243542 cspg_html_4825875434 cspg_html_4825875434:414:47329:47349 West Point Western world +0.428218 aapg_ai_28.html aapg_ai_28.html:829:78280:78296 Lissie Texas +0.254518 gsa_html_1561548255 gsa_html_1561548255:621:62069:62075 Walker Toronto +0.262636 sedimentology_html_9199455608 sedimentology_html_9199455608:912:66870:66874 Hall London, Ontario +0.48165 cspg_html_4645836177 cspg_html_4645836177:70:8358:8364 Mohawk Middle East +0.262128 cspg_html_5345848475 cspg_html_5345848475:1054:102494:102516 Medicine Hat Canada +0.487014 cspg_html_8414893458 cspg_html_8414893458:533:59100:59125 Moosebar Lacombe, Alberta +0.492184 aapg_ai_367.html aapg_ai_367.html:70:4774:4798 Domengine Coalinga, California +0.511461 aapg_af_854.html aapg_af_854.html:616:84833:84843 Keokuk Burlington, Ontario +0.631775 cspg_html_7229660003 cspg_html_7229660003:81:5964:5988 Stony Mountain Manitoba +0.512416 aapg_ae_182.html aapg_ae_182.html:371:39142:39161 Smackover Pine Island (Lee County, Florida) +0.479552 aapg_ac_575.html aapg_ac_575.html:79:12281:12299 Tensleep Logan, Utah +0.264096 aapg_ai_66.html aapg_ai_66.html:5:705:730 Sharon Colorado +0.25012 aapg_ae_526.html aapg_ae_526.html:132:13754:13771 Smackover Rodessa, Louisiana +0.49452 gsa_html_5687289300 gsa_html_5687289300:1038:89583:89611 Green River New Mexico +0.477582 geology_html_2576576682 geology_html_2576576682:209:20421:20430 San Diego California +0.241077 aapg_ad_760.html aapg_ad_760.html:45:6513:6529 Modelo Royal Botanic Gardens, Kew +0.675648 cspg_html_7970836465 cspg_html_7970836465:196:22062:22071 Ellis Bay Anticosti Island +0.255528 AMJC_html_5748137672 AMJC_html_5748137672:543:60016:60025 San Diego California +0.264171 aapg_af_700.html aapg_af_700.html:62:5243:5251 Virginia Vienna +0.466785 aapg_ac_621.html aapg_ac_621.html:126:10453:10471 Zeandale Wamego, Kansas +0.483328 cspg_html_5541937700 cspg_html_5541937700:319:44302:44310 Columbia Lacombe, Alberta +0.494512 aapg_ah_140.html aapg_ah_140.html:202:20914:20920 Denver Colorado +0.241566 gsa_html_2667366192 gsa_html_2667366192:710:63131:63135 Hall California +0.275616 cspg_html_8826450427 cspg_html_8826450427:433:52922:52939 Cardium Canada +0.257514 cspg_html_8414893458 cspg_html_8414893458:468:55168:55176 Moosebar Victoria, British Columbia +0.259956 aapg_af_14.html aapg_af_14.html:467:41310:41329 Fox Hills Fort Union Trading Post National Historic Site +0.268275 cspg_html_5345848475 cspg_html_5345848475:78:10764:10782 Niobrara Lacombe, Alberta +0.456666 aapg_ai_345.html aapg_ai_345.html:16:2303:2309 Panaca Logan, Utah +0.37376 aapg_ai_584.html aapg_ai_584.html:796:84065:84071 Casper Laramie, Wyoming +0.255398 geology_html_2590384709 geology_html_2590384709:328:24553:24587 Endako Canada +0.485645 aapg_ac_104.html aapg_ac_104.html:71:9236:9246 Washington Olympic National Park +0.522522 aapg_ad_466.html aapg_ad_466.html:293:36059:36076 Raritan Closter, New Jersey +0.855544 aapg_ad_258.html aapg_ad_258.html:242:26149:26159 Greenbrier Pocono Raceway +0.510822 aapg_ai_49.html aapg_ai_49.html:258:30596:30606 Twin Creek Cheyenne, Wyoming +0.45732 aapg_ad_626.html aapg_ad_626.html:100:11697:11722 Whitsett Texas +0.267786 cspg_html_9332855346 cspg_html_9332855346:194:17936:17956 Dawson Bay Williston, Vermont +0.24059 aapg_ai_249.html aapg_ai_249.html:134:20508:20524 Campur Maya Mountain +0.262546 geology_html_1673778044 geology_html_1673778044:55:4564:4573 San Pedro Costa Rica +0.499275 aapg_ai_583.html aapg_ai_583.html:449:56619:56634 Swift Cheyenne, Wyoming +0.463182 aapg_ae_324.html aapg_ae_324.html:1350:132290:132298 Virginia Quebec City +0.262626 AMJC_html_1873062106 AMJC_html_1873062106:144:22037:22058 Cedar Mountain Cedar Mountains +0.456168 gsa_html_5564203929 gsa_html_5564203929:468:52657:52665 San Jose California +0.242793 aapg_ac_749.html aapg_ac_749.html:149:20734:20741 Thorold Ontario, California +0.237584 aapg_ah_318.html aapg_ah_318.html:3056:248563:248580 La Caja Mexico +0.250428 gsa_html_5391661566 gsa_html_5391661566:301:35493:35499 Oregon Boise, Idaho +0.26673 aapg_aa_85.html aapg_aa_85.html:13:1291:1298 Carrizo Charlotte, North Carolina +0.246482 jgeology_html_5090133589 jgeology_html_5090133589:777:54810:54818 Colorado Aspen, Colorado +0.257943 aapg_ah_52.html aapg_ah_52.html:385:55715:55727 Moreno California +0.276696 gsa_html_5773121689 gsa_html_5773121689:564:53416:53425 Extension Quebec City +0.252416 gsa_html_9266920022 gsa_html_9266920022:149:18659:18680 Eagle Mexico +0.470659 aapg_ae_961.html aapg_ae_961.html:166:12377:12394 Selkirk Manitoba +0.471447 cspg_html_4773367370 cspg_html_4773367370:26:3223:3231 Columbia Lacombe, Alberta +0.268822 aapg_ah_817.html aapg_ah_817.html:171:17642:17669 Sioux Quartzite Black Hills +0.25041 aapg_ac_953.html aapg_ac_953.html:142:11708:11724 Bluff Melbourne, Florida +0.251748 aapg_ai_518.html aapg_ai_518.html:3:193:210 Ignacio Quartzite Colorado +0.511755 aapg_ah_573.html aapg_ah_573.html:110:14034:14044 Carbondale Uniondale, New York +0.265558 aapg_ae_307.html aapg_ae_307.html:245:17088:17096 Ogallala Llano Estacado +0.261888 jgeology_html_3936154268 jgeology_html_3936154268:856:56870:56886 Chinle Arizona +0.493136 aapg_ae_64.html aapg_ae_64.html:223:22464:22473 Meeteetse Western world +0.256162 cspg_html_5719223075 cspg_html_5719223075:480:59599:59615 Kanguk Ellesmere Island +0.484428 aapg_ac_944.html aapg_ac_944.html:22:3486:3510 Arroyo Meramec River +0.491202 aapg_ad_81.html aapg_ad_81.html:1283:202894:202901 Andrews Shreveport, Louisiana +0.285152 aapg_af_468.html aapg_af_468.html:340:31765:31779 Frio Brazoria County, Texas +0.487044 geology_html_6832977037 geology_html_6832977037:403:29388:29418 Washington Greenland +0.255712 aapg_ae_498.html aapg_ae_498.html:1107:112142:112148 Walker Knoxville, Tennessee +0.478 palaios_html_1018466366 palaios_html_1018466366:1122:115423:115444 Tradewater Bloomington, Indiana +0.268 aapg_ac_538.html aapg_ac_538.html:63:8147:8163 Viking Lacombe, Alberta +0.263626 aapg_ac_490.html aapg_ac_490.html:176:22457:22476 Dunvegan Boulder Creek (Colorado) +0.488652 geology_html_5260376533 geology_html_5260376533:12:476:482 Denver Colorado +0.263676 aapg_ad_784.html aapg_ad_784.html:268:30760:30769 Coldwater Ojai, California +0.25449 sedimentology_html_3238300064 sedimentology_html_3238300064:1840:114128:114153 Sierra New Mexico +0.461235 gsa_html_7468123532 gsa_html_7468123532:148:15350:15356 Denver Colorado +0.277146 aapg_aa_901.html aapg_aa_901.html:238:24741:24752 Mowry Cheyenne, Wyoming +0.469336 aapg_af_775.html aapg_af_775.html:463:38950:38957 Lagarto Oakville, California +0.25 sedimentology_html_3526020464 sedimentology_html_3526020464:1183:73290:73294 Hall London, Ontario +0.278146 aapg_ah_646.html aapg_ah_646.html:138:16553:16574 Chinle Chinle Formation +0.4992 cspg_html_5456368738 cspg_html_5456368738:8:494:512 Ramparts Dolomites +0.821532 cspg_html_1188455526 cspg_html_1188455526:112:18577:18588 Trold Fiord Ellesmere Island +0.472443 aapg_ae_884.html aapg_ae_884.html:103:13295:13311 Dakota Mancos, Colorado +0.267253 cspg_html_6014123208 cspg_html_6014123208:345:44398:44416 Cadomin Beaumont, Texas +0.257775 aapg_aa_859.html aapg_aa_859.html:88:9795:9821 Halfway Wembley Stadium +0.507528 cspg_html_5697056884 cspg_html_5697056884:362:38159:38177 Winnipeg Western world +0.47991 sedimentology_html_1989293321 sedimentology_html_1989293321:574:43846:43850 Hall London, Ontario +0.242048 aapg_ae_319.html aapg_ae_319.html:573:48920:48930 Twin Creek Weber River +0.501809 cspg_html_6839937815 cspg_html_6839937815:351:49096:49104 Toroweap Los Angeles +0.264132 aapg_ai_29.html aapg_ai_29.html:809:89318:89328 Rio Grande Texas +0.260598 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill Lacombe, Alberta +0.239096 aapg_ai_1.html aapg_ai_1.html:401:36835:36847 Hermit Arizona +0.35476 aapg_ae_73.html aapg_ae_73.html:416:54860:54867 Entrada Las Vegas Strip +0.489984 gsa_html_6567049100 gsa_html_6567049100:1009:81280:81288 Columbia Victoria, British Columbia +0.370006 gsa_html_4873957926 gsa_html_4873957926:561:61637:61653 Fish Canyon Tuff San Juan, Argentina +0.492666 aapg_ai_997.html aapg_ai_997.html:1034:96659:96670 San Joaquin Rio Vista, California +0.26967 aapg_ac_305.html aapg_ac_305.html:155:16012:16031 Williston Levy County, Florida +0.240064 aapg_af_854.html aapg_af_854.html:469:61783:61806 Edwardsville Carwood, Indiana +0.426198 aapg_ad_337.html aapg_ad_337.html:496:51210:51215 Sespe Santa Monica Mountains +0.25026 aapg_ae_380.html aapg_ae_380.html:135:10759:10766 Anahuac Harris County, Texas +0.24963 aapg_ae_471.html aapg_ae_471.html:108:11109:11128 Smackover Cotton Valley, Louisiana +0.49518 geology_html_8049344680 geology_html_8049344680:79:7728:7751 Columbia Fraser River (Colorado) +0.490261 aapg_ae_985.html aapg_ae_985.html:42:3993:4001 Carlsbad Pecos River +0.263571 cspg_html_5675079479 cspg_html_5675079479:85:9908:9929 Slave Point Great Slave Lake +0.271656 aapg_aa_625.html aapg_aa_625.html:11:1710:1744 Smackover Arkansas +0.24948 palaios_html_9133125241 palaios_html_9133125241:79:10897:10910 Kope Netherlands +0.262135 cspg_html_4937997995 cspg_html_4937997995:788:73269:73281 Attawapiskat River Severn +0.465432 sedimentology_html_2139169476 sedimentology_html_2139169476:151:14464:14473 Peninsula Korea +0.27336 aapg_ah_654.html aapg_ah_654.html:342:34016:34036 Phosphoria Black Hills +0.488241 cspg_html_2253842195 cspg_html_2253842195:316:39317:39322 Yukon Victoria, British Columbia +0.26471 aapg_aa_3.html aapg_aa_3.html:117:15455:15474 Knoxville Knoxville, Illinois +0.249991 aapg_ah_387.html aapg_ah_387.html:215:23204:23227 Francisco Pescadero, California +0.253791 gsa_html_2178342427 gsa_html_2178342427:107:12992:13012 Fort Union Williston Basin +0.497354 aapg_ai_28.html aapg_ai_28.html:771:72709:72715 Provo Coahuila +0.46189 sedimentology_html_9410532865 sedimentology_html_9410532865:1877:122207:122215 Colorado Logan, Utah +0.27417 aapg_ah_696.html aapg_ah_696.html:338:46802:46812 Washington Richland, Washington +0.25857 aapg_af_602.html aapg_af_602.html:409:59070:59076 Sharon Cambridge, Massachusetts +0.258937 AMJC_html_7984049819 AMJC_html_7984049819:942:96299:96316 Oakdale Cambridge, Massachusetts +0.266256 cspg_html_8363357104 cspg_html_8363357104:80:12598:12630 Mistaya Mons +0.240019 aapg_ai_816.html aapg_ai_816.html:190:29163:29173 Plattsburg Wyandotte, Michigan +0.47439 aapg_ad_146.html aapg_ad_146.html:78:6349:6357 Colorado Logan, Utah +0.266252 cspg_html_4860363565 cspg_html_4860363565:126:16263:16271 Columbia Elmworth, Alberta +0.25647 cspg_html_4031489103 cspg_html_4031489103:195:27934:27951 Creston Western world +0.48639 aapg_ah_505.html aapg_ah_505.html:893:71788:71806 Loveland Cheyenne, Wyoming +0.480414 aapg_aa_702.html aapg_aa_702.html:1924:171602:171626 Lower Elk Point Lacombe, Alberta +0.24745 gsa_html_3010975239 gsa_html_3010975239:358:44931:44939 Michigan Saginaw, Michigan +0.487014 aapg_ac_704.html aapg_ac_704.html:260:23217:23240 Tensleep Cheyenne, Wyoming +0.50058 aapg_af_288.html aapg_af_288.html:337:40610:40629 La Casita Chihuahua (state) +0.47124 gsa_html_9569209726 gsa_html_9569209726:982:89480:89490 Washington Victoria, British Columbia +0.479142 aapg_ah_624.html aapg_ah_624.html:246:23583:23589 Navajo Arizona +0.508428 AMJC_html_3664856625 AMJC_html_3664856625:61:7549:7579 Fort Union Powder River Basin +0.527176 aapg_af_353.html aapg_af_353.html:54:7484:7502 San Onofre Breccia Baja California peninsula +0.252685 aapg_ae_268.html aapg_ae_268.html:315:30399:30405 Menard Vienna +0.497354 cspg_html_4687600764 cspg_html_4687600764:12:1000:1008 Dunvegan Southeast Asia +0.246302 gsa_html_7737235229 gsa_html_7737235229:105:10611:10636 Jefferson Gasconade River +0.23154 cspg_html_4624186528 cspg_html_4624186528:149:19599:19607 Columbia Victoria, British Columbia +0.25088 aapg_ae_805.html aapg_ae_805.html:203:23858:23871 Hermosa New Mexico +0.263133 cspg_html_4860363565 cspg_html_4860363565:15:1547:1559 Saskatchewan Manitoba +0.253952 aapg_ac_253.html aapg_ac_253.html:68:10066:10072 Frisco Sallisaw, Oklahoma +0.474315 aapg_aa_745.html aapg_aa_745.html:15:916:929 Brushy Canyon New Mexico +0.488136 aapg_ae_536.html aapg_ae_536.html:201:21466:21488 Belly River Colorado +0.257013 cspg_html_6159840831 cspg_html_6159840831:314:38014:38022 Columbia Victoria, British Columbia +0.508 aapg_aa_696.html aapg_aa_696.html:770:80661:80667 Denver Colorado +0.466378 aapg_ad_716.html aapg_ad_716.html:39:2637:2642 Hueco Cibolo, Texas +0.255528 aapg_ai_610.html aapg_ai_610.html:789:110592:110600 Colorado Denver +0.253402 aapg_ac_983.html aapg_ac_983.html:362:58097:58111 Iola Kansas City, Kansas +0.251346 cspg_html_6786864151 cspg_html_6786864151:5:224:246 Trent River Qualicum River +0.255374 cspg_html_3076059179 cspg_html_3076059179:63:6841:6846 Price Victoria, British Columbia +0.26418 cspg_html_9950492867 cspg_html_9950492867:421:53705:53713 Columbia Victoria, British Columbia +0.936014 cspg_html_9987144175 cspg_html_9987144175:291:37657:37669 Eureka Sound District Council of Franklin Harbour +0.257033 aapg_aa_626.html aapg_aa_626.html:24:3119:3136 Potomac Virginia +0.25956 aapg_aa_24.html aapg_aa_24.html:958:105398:105407 Sixtymile Memphis International Airport +0.269261 aapg_ad_285.html aapg_ad_285.html:229:27159:27180 Sadlerochit Anchorage, Alaska +0.4588 aapg_aa_484.html aapg_aa_484.html:145:12663:12680 Lenapah Kansas City, Kansas +0.22748 cspg_html_9768299963 cspg_html_9768299963:281:30717:30731 Edmonton Canada +0.25844 gsa_html_9254703406 gsa_html_9254703406:52:5843:5855 Saline River Ouachita River +0.45864 aapg_ae_450.html aapg_ae_450.html:85:7715:7723 Sterling Jackson County, Missouri +0.514242 aapg_ae_223.html aapg_ae_223.html:241:29456:29463 Wasatch Wasatch Range +0.48888 gsa_html_7102550258 gsa_html_7102550258:355:40418:40435 Wanakah Summerville, South Carolina +0.265224 aapg_aa_48.html aapg_aa_48.html:410:45182:45198 Sandia New Mexico +0.264096 aapg_ad_52.html aapg_ad_52.html:66:7582:7590 Michigan Michigan +0.245655 cspg_html_5699627350 cspg_html_5699627350:493:55243:55249 Viking Lacombe, Alberta +0.469929 aapg_ai_729.html aapg_ai_729.html:27:4884:4889 Weeks Barbados +0.46172 aapg_aa_891.html aapg_aa_891.html:78:9538:9546 Onondaga Tioga, Texas +0.476424 aapg_aa_351.html aapg_aa_351.html:191:21355:21372 Bromide Tahlequah, Oklahoma +0.491582 aapg_ae_420.html aapg_ae_420.html:525:38204:38224 Rock River Cheyenne, Wyoming +0.470112 aapg_aa_145.html aapg_aa_145.html:908:94703:94708 Alexo Lacombe, Alberta +0.85258 aapg_af_785.html aapg_af_785.html:143:15572:15578 Reklaw Shreveport, Louisiana +0.277196 cspg_html_7688587411 cspg_html_7688587411:89:10371:10384 Belle Fourche Westgate, Canterbury +0.256688 aapg_ah_529.html aapg_ah_529.html:294:30692:30705 Blue Mountain El Paso, Texas +0.28671 aapg_aa_878.html aapg_aa_878.html:324:41090:41108 Frontier Cheyenne, Wyoming +0.26316 cspg_html_3463500725 cspg_html_3463500725:121:15930:15939 Lodgepole Gallatin, Tennessee +0.4959 aapg_aa_998.html aapg_aa_998.html:103:10606:10624 Sycamore Texas +0.497988 aapg_af_406.html aapg_af_406.html:147:13654:13670 Smackover Baldwin County, Alabama +0.48112 aapg_af_320.html aapg_af_320.html:540:96608:96616 Wolfcamp Texas +0.513536 aapg_ac_586.html aapg_ac_586.html:55:6958:6978 Pottsville Pottsville, Pennsylvania +0.261632 cspg_html_3732003228 cspg_html_3732003228:219:27848:27853 Price Victoria, British Columbia +0.266848 aapg_aa_973.html aapg_aa_973.html:33:3475:3484 Chugwater Cheyenne, Wyoming +0.255 cspg_html_1925276454 cspg_html_1925276454:509:54572:54594 Shaftesbury Victoria, British Columbia +0.255747 gsa_html_4543270561 gsa_html_4543270561:731:65302:65308 Cedros San Diego +0.267596 gsa_html_8664789297 gsa_html_8664789297:220:25768:25778 Wind River Cheyenne, Wyoming +0.24941 cspg_html_5576979800 cspg_html_5576979800:75:11273:11290 Guelph Michigan Basin +0.258572 palaios_html_8910286482 palaios_html_8910286482:99:11588:11607 Kirkwood Smyrna, Georgia +0.459171 geology_html_5828016264 geology_html_5828016264:206:16987:16992 Bluff Logan, Utah +0.257983 aapg_ac_575.html aapg_ac_575.html:174:29033:29043 Phosphoria Cheyenne, Wyoming +0.49452 sedimentology_html_2165832672 sedimentology_html_2165832672:922:72715:72723 Colorado Costa Rica +0.494769 aapg_ai_49.html aapg_ai_49.html:220:25965:25984 Spearfish Cheyenne, Wyoming +0.493189 palaios_html_6034217939 palaios_html_6034217939:18:1006:1010 Toad Victoria, British Columbia +0.25344 aapg_ae_878.html aapg_ae_878.html:8:1049:1054 Atoka Missouri River +0.470844 gsa_html_6542025228 gsa_html_6542025228:609:64688:64716 Thelon Keewatin, Minnesota +0.266742 aapg_ah_876.html aapg_ah_876.html:635:78856:78876 Ferry Lake Anhydrite Texas +0.249639 aapg_ai_233.html aapg_ai_233.html:96:10283:10300 Frio Brazoria County, Texas +0.249919 cspg_html_9157093462 cspg_html_9157093462:31:5820:5828 Columbia Victoria, British Columbia +0.482304 gsa_html_6281775990 gsa_html_6281775990:1030:94579:94607 Green River New Mexico +0.266772 aapg_ad_683.html aapg_ad_683.html:603:61994:62015 Supai Supai, Arizona +0.298053 gsa_html_4557277250 gsa_html_4557277250:654:59823:59842 Greenhorn Hittin +0.24647 aapg_ac_920.html aapg_ac_920.html:367:46297:46314 Oquirrh Logan, Utah +0.26023 cspg_html_2083823293 cspg_html_2083823293:560:60009:60043 Kootenay Lacombe, Alberta +0.478632 jgeology_html_4785660298 jgeology_html_4785660298:1124:73308:73312 Hall London, Ontario +0.48828 aapg_ae_123.html aapg_ae_123.html:74:6303:6310 Theresa Tompkins County, New York +0.260304 aapg_ad_98.html aapg_ad_98.html:92:9160:9178 Ninemile Reno, Nevada +0.483465 aapg_ac_617.html aapg_ac_617.html:179:24486:24493 Lagarto Oakville, California +0.251643 aapg_ad_921.html aapg_ad_921.html:309:33590:33598 Fairview Norwood, Massachusetts +0.270399 cspg_html_5358383351 cspg_html_5358383351:762:94261:94268 Windsor Bridgetown, Nova Scotia +0.263144 aapg_af_575.html aapg_af_575.html:1212:173874:173893 Smackover Texas +0.45746 palaios_html_4501603736 palaios_html_4501603736:116:11198:11215 Thaynes Reno, Nevada +0.25324 cspg_html_9361096527 cspg_html_9361096527:42:8691:8713 Judith River Lacombe, Alberta +0.486675 aapg_af_833.html aapg_af_833.html:481:53389:53403 Graneros Cheyenne, Wyoming +0.47736 aapg_ad_683.html aapg_ad_683.html:783:76019:76024 Supai Moenkopi Formation +0.26565 aapg_ah_505.html aapg_ah_505.html:716:55362:55367 Brule Chadron, Nebraska +0.279441 AMJC_html_5390933660 AMJC_html_5390933660:155:14993:15016 Gile Mountain Littleton, Colorado +0.261112 cspg_html_8247666269 cspg_html_8247666269:640:75346:75354 Columbia Victoria, British Columbia +0.50986 aapg_ae_855.html aapg_ae_855.html:64:8394:8411 Wasatch Colton, California +0.862365 sedimentology_html_6886866268 sedimentology_html_6886866268:454:34299:34324 Frio Gulf Coast of the United States +0.452925 geology_html_5923102855 geology_html_5923102855:67:7118:7134 Animas Colorado +0.245508 gsa_html_4930932370 gsa_html_4930932370:13:491:499 Virginia Reston, Virginia +0.256985 aapg_ai_707.html aapg_ai_707.html:68:7760:7767 Oceanic Douala +0.258039 aapg_ac_849.html aapg_ac_849.html:5:716:734 Parkwood Alabama +0.248805 jgeology_html_4305195651 jgeology_html_4305195651:1908:141498:141514 Pocono Pottsville, Pennsylvania +0.253967 aapg_ae_471.html aapg_ae_471.html:248:24134:24144 Tokio Carterville, Illinois +0.474552 aapg_aa_698.html aapg_aa_698.html:228:21380:21386 Muskeg Regina, Saskatchewan +0.268812 gsa_html_1040524378 gsa_html_1040524378:921:91394:91412 Washakie Cheyenne, Wyoming +0.259518 cspg_html_6331977039 cspg_html_6331977039:167:17320:17329 Read Bay Little Cornwallis Island +0.48308 aapg_aa_158.html aapg_aa_158.html:4:517:536 Cloverly California +0.477405 aapg_af_142.html aapg_af_142.html:76:6781:6800 Cotton Valley Bossier City, Louisiana +0.255021 aapg_ae_877.html aapg_ae_877.html:94:8754:8766 Gilwood Swan Hill, Victoria +0.120218 aapg_aa_147.html aapg_aa_147.html:794:80431:80451 Red River Winnipeg +0.475272 aapg_ak_87.html aapg_ak_87.html:482:61324:61338 Earp Supai, Arizona +0.48762 AMJC_html_3489824047 AMJC_html_3489824047:1044:105842:105869 Extension Morenci, Michigan +0.26468 aapg_ae_542.html aapg_ae_542.html:169:16056:16061 Lance Fort Union Trading Post National Historic Site +0.689019 aapg_ac_90.html aapg_ac_90.html:38:5781:5785 Elko Reno, Nevada +0.4735 gsa_html_5660395696 gsa_html_5660395696:15:622:641 Peninsula Cape York Peninsula +0.473815 cspg_html_7457399958 cspg_html_7457399958:666:81138:81153 Melville Island Houston +0.46986 gsa_html_2374661120 gsa_html_2374661120:449:43851:43861 Bear River Snake River Canyon (Idaho) +0.252984 geology_html_9427090233 geology_html_9427090233:75:5519:5529 Deep Creek White River (Washington) +0.242649 sedimentology_html_2737382976 sedimentology_html_2737382976:1623:80917:80924 Halifax Canada +0.268299 cspg_html_4893321109 cspg_html_4893321109:200:21319:21325 Twilight Gneiss Bay of Fundy +0.503949 gsa_html_6644443634 gsa_html_6644443634:761:69258:69289 Moreno California +0.250805 cspg_html_1237739452 cspg_html_1237739452:7:502:522 Tobermory Elk Mountain, Wyoming +0.271956 aapg_af_384.html aapg_af_384.html:143:14414:14434 Ibbett Bay Melville Island (Canada) +0.47941 gsa_html_6426465509 gsa_html_6426465509:543:47875:47881 Reston Washington (state) +0.262566 aapg_af_90.html aapg_af_90.html:3:300:316 Noonday Dolomite Death Valley +0.502425 palaios_html_1560586324 palaios_html_1560586324:47:5336:5364 Belgrade North Carolina +0.485395 sedimentology_html_8923738088 sedimentology_html_8923738088:1243:58550:58568 Antler Canada +0.240064 jgeology_html_5803513114 jgeology_html_5803513114:186:15489:15512 Smalls Falls Rangeley, Maine +0.482724 aapg_ai_119.html aapg_ai_119.html:15:1526:1558 East Fork Pennsylvania +0.48514 aapg_af_653.html aapg_af_653.html:899:103287:103294 Temblor Monterey, California +0.25449 aapg_af_50.html aapg_af_50.html:3:267:284 Minturn Colorado +0.265104 aapg_aa_12.html aapg_aa_12.html:127:14556:14564 Colorado Las Animas County, Colorado +0.47421 gsa_html_9889833548 gsa_html_9889833548:675:65508:65523 Rapid California +0.250976 gsa_html_3860045860 gsa_html_3860045860:885:88881:88887 Oregon Salem, Oregon +0.247486 aapg_ae_886.html aapg_ae_886.html:523:56684:56710 Todilto New Mexico +0.259056 gsa_html_8840132442 gsa_html_8840132442:669:73079:73102 Beaver Mines Gladstone, Oregon +0.269068 aapg_ac_126.html aapg_ac_126.html:173:25338:25349 Haynesville Bossier City, Louisiana +0.620198 aapg_ai_105.html aapg_ai_105.html:335:39803:39808 Provo Oquirrh Mountain Utah Temple +0.49028 gsa_html_4785200468 gsa_html_4785200468:15:651:663 Saskatchewan Regina, Saskatchewan +0.259588 geology_html_9090764396 geology_html_9090764396:263:25013:25025 Sutton Caspian Sea +0.259081 cspg_html_3178645840 cspg_html_3178645840:332:43808:43816 Columbia Victoria, British Columbia +0.4905 aapg_ah_654.html aapg_ah_654.html:294:28479:28499 Phosphoria Cheyenne, Wyoming +0.474208 aapg_ai_592.html aapg_ai_592.html:192:31199:31220 Green River Bitter Creek (Wyoming) +0.249936 sedimentology_html_2017869347 sedimentology_html_2017869347:1547:77904:77916 Saskatchewan Cumberland, Maryland +0.470869 aapg_ai_278.html aapg_ai_278.html:896:106133:106144 Fort Pierce Fort Pierce, Florida +0.475134 gsa_html_2023933346 gsa_html_2023933346:1209:111952:111967 Otay Sweetwater, Miami-Dade County, Florida +0.25839 cspg_html_2834693711 cspg_html_2834693711:562:78857:78876 Chuckanut England +0.231325 aapg_af_654.html aapg_af_654.html:119:10419:10443 Choctawhatchee Melbourne, Florida +0.23275 geology_html_5069239612 geology_html_5069239612:12:529:535 Oregon Salem, Oregon +0.25856 aapg_ai_316.html aapg_ai_316.html:11:2338:2344 Ithaca Dominican Republic +0.486758 gsa_html_6491840124 gsa_html_6491840124:778:63796:63801 Logan Boise, Idaho +0.507408 cspg_html_8568877195 cspg_html_8568877195:121:21413:21439 Belly River Lacombe, Alberta +0.261072 cspg_html_3772380029 cspg_html_3772380029:525:66213:66234 Chasm Creek Churchill River (Atlantic) +0.26676 aapg_ai_256.html aapg_ai_256.html:331:35305:35312 St Marys Ohio +0.503208 gsa_html_2768342942 gsa_html_2768342942:922:82692:82699 Andrews London, Ontario +0.261252 aapg_ad_871.html aapg_ad_871.html:153:16243:16255 Ferron Point Alpena, Michigan +0.67398 aapg_ae_473.html aapg_ae_473.html:385:35311:35317 Zilpha Shreveport, Louisiana +0.264052 cspg_html_3447886929 cspg_html_3447886929:138:16871:16891 Lawrence Quebec City +0.481076 sedimentology_html_2255736230 sedimentology_html_2255736230:1116:67381:67390 Sheffield Sheffield station +0.4655 jgeology_html_3517640817 jgeology_html_3517640817:621:40613:40622 Peninsula Korea +0.913927 aapg_ah_419.html aapg_ah_419.html:36:4576:4589 Bearpaw Lethbridge +0.480255 geology_html_8353041681 geology_html_8353041681:356:26645:26650 Lyell London, Ontario +0.265104 cspg_html_5976982403 cspg_html_5976982403:24:4230:4242 Purcell Lava Purcell Mountains +0.46224 gsa_html_2989317971 gsa_html_2989317971:868:89657:89688 Glenns Ferry Boise, Idaho +0.258572 cspg_html_5541937700 cspg_html_5541937700:712:97119:97136 Bluesky Victoria, British Columbia +0.473879 aapg_ad_660.html aapg_ad_660.html:288:39266:39288 Seven Rivers New Mexico +0.249559 sedimentology_html_3083192111 sedimentology_html_3083192111:605:45152:45156 Hall London, Ontario +0.238832 cspg_html_4326384800 cspg_html_4326384800:560:72561:72567 Sierra Lake Ontario +0.464688 geology_html_7629007522 geology_html_7629007522:396:29161:29173 Yellowjacket Boise, Idaho +0.257526 cspg_html_7297340324 cspg_html_7297340324:770:89955:89970 Gates Victoria, British Columbia +0.460836 aapg_ai_594.html aapg_ai_594.html:201:20562:20567 Chazy Black River, Jamaica +0.228195 gsa_html_8236729701 gsa_html_8236729701:645:55499:55509 Nacimiento California +0.482275 gsa_html_3407914201 gsa_html_3407914201:1239:117864:117892 Green River Colorado +0.260454 cspg_html_5074125023 cspg_html_5074125023:506:58698:58717 Kugmallit Canada +0.259045 gsa_html_3841341658 gsa_html_3841341658:566:64508:64548 Bruce Perth, Western Australia +0.473946 gsa_html_6062330506 gsa_html_6062330506:308:34402:34419 Rustler New Mexico +0.262128 gsa_html_9962225882 gsa_html_9962225882:748:64239:64249 Washington Boise, Idaho +0.258681 sedimentology_html_2454673382 sedimentology_html_2454673382:45:2093:2099 Madrid Spain +0.50828 aapg_ae_856.html aapg_ae_856.html:93:9961:9978 Anita Venezuela +0.25956 aapg_ac_928.html aapg_ac_928.html:275:26826:26832 Denver Colorado +0.482964 aapg_ae_438.html aapg_ae_438.html:250:26354:26360 Putnam Cheyenne, Wyoming +0.45955 aapg_ac_333.html aapg_ac_333.html:358:46642:46658 Cutler Colorado +0.43077 aapg_ae_391.html aapg_ae_391.html:75:6432:6442 Dewey Lake Salado, Texas +0.460512 cspg_html_9435196958 cspg_html_9435196958:1479:62248:62266 Edmonton Lacombe, Alberta +0.265668 cspg_html_9643193374 cspg_html_9643193374:582:71221:71227 Denver Colorado +0.519675 jgeology_html_8064855537 jgeology_html_8064855537:989:63872:63888 Dakota Cedar Mountains +0.491493 aapg_ah_160.html aapg_ah_160.html:301:36068:36075 Wiarton Guelph +0.482034 geology_html_3302921640 geology_html_3302921640:12:506:514 Colorado Denver +0.249494 geology_html_6493064145 geology_html_6493064145:20:1082:1090 Victoria Victoria, British Columbia +0.462844 aapg_ae_961.html aapg_ae_961.html:89:7111:7115 Nome Lisbon +0.24549 gsa_html_8010927234 gsa_html_8010927234:276:20868:20892 Greenvale Cove Portland, Maine +0.258055 aapg_ae_777.html aapg_ae_777.html:609:68559:68566 Tererro Colorado +0.260896 cspg_html_2570555346 cspg_html_2570555346:141:18030:18046 George Rhode Island Red +0.27178 gsa_html_7012936645 gsa_html_7012936645:80:8497:8518 Martinsburg Hamburg +0.498609 cspg_html_7403344526 cspg_html_7403344526:428:45876:45893 Cardium Western Canadian Sedimentary Basin +0.4735 cspg_html_6675007047 cspg_html_6675007047:581:61091:61110 Athabasca Lacombe, Alberta +0.806388 cspg_html_6715452766 cspg_html_6715452766:579:61199:61211 Eureka Sound Canadian Arctic Archipelago +0.252784 cspg_html_1818321956 cspg_html_1818321956:27:3003:3021 Pardonet Western world +0.46176 aapg_af_712.html aapg_af_712.html:26:3107:3134 Moenkopi Logan, Utah +0.264192 gsa_html_5952049575 gsa_html_5952049575:379:46362:46372 Wind River Florissant, Colorado +0.23424 aapg_aa_685.html aapg_aa_685.html:33:3281:3300 Flagstaff Logan, Utah +0.24929 aapg_af_461.html aapg_af_461.html:153:14208:14223 Maquoketa Wisconsin +0.252984 aapg_ad_380.html aapg_ad_380.html:4:538:555 Laramie Colorado +0.475048 AMJC_html_3928055107 AMJC_html_3928055107:1380:146852:146861 Extension China +0.49764 palaios_html_3022467877 palaios_html_3022467877:42:4577:4599 Hornerstown Navesink River +0.268299 aapg_ai_28.html aapg_ai_28.html:612:60942:60951 Red River Texas +0.260554 aapg_ad_864.html aapg_ad_864.html:1499:72969:72985 Ripley Alabama +0.37434 aapg_ae_353.html aapg_ae_353.html:71:7798:7805 Topanga San Gabriel Mountains +0.774774 aapg_ae_547.html aapg_ae_547.html:488:56601:56607 Kodiak Anchorage, Alaska +0.262636 aapg_ae_176.html aapg_ae_176.html:245:30776:30788 Viking Lacombe, Alberta +0.268128 aapg_ah_318.html aapg_ah_318.html:1062:108472:108489 Hosston Shreveport, Louisiana +0.27178 aapg_ah_534.html aapg_ah_534.html:340:28528:28537 Schoharie Monroe County, Florida +0.26058 cspg_html_9343899465 cspg_html_9343899465:442:44914:44927 Weatherall Melville Island (Canada) +0.295302 aapg_aa_718.html aapg_aa_718.html:511:54375:54395 Waynesburg Belmont, Massachusetts +0.505724 aapg_af_397.html aapg_af_397.html:458:53131:53138 Entrada Entrada Sandstone +0.489168 aapg_af_568.html aapg_af_568.html:763:69898:69906 Cloverly Dolomites +0.480496 gsa_html_4191208013 gsa_html_4191208013:924:62800:62828 Green River Colorado +0.261117 aapg_ad_715.html aapg_ad_715.html:226:27963:27972 Allegheny McAlester, Oklahoma +0.759213 aapg_ah_754.html aapg_ah_754.html:289:32564:32581 Burrard Vancouver +0.260091 geology_html_7162702332 geology_html_7162702332:313:22807:22811 Hall London, Ontario +0.25959 cspg_html_5241714595 cspg_html_5241714595:651:97351:97381 Elk Lacombe, Alberta +0.243 gsa_html_6991576096 gsa_html_6991576096:262:28662:28679 Sokoman Lake Superior +0.274022 sedimentology_html_9634338365 sedimentology_html_9634338365:17:1205:1220 Sekwi Canada +0.49302 gsa_html_9052101586 gsa_html_9052101586:454:53499:53526 Lake Michigan Peoria, Illinois +0.256968 aapg_ac_634.html aapg_ac_634.html:216:24841:24846 Atoka Atoka, Oklahoma +0.259081 cspg_html_2408887763 cspg_html_2408887763:529:58085:58093 Columbia Victoria, British Columbia +0.48576 aapg_ai_491.html aapg_ai_491.html:26:4714:4720 Denver Emery Theatre +0.495945 aapg_ai_915.html aapg_ai_915.html:147:17632:17644 Austin Chalk Bloomington, Indiana +0.489328 gsa_html_3127889380 gsa_html_3127889380:915:89096:89124 Green River Colorado +0.248965 aapg_af_318.html aapg_af_318.html:200:22591:22609 Wabiskaw Lacombe, Alberta +0.462163 aapg_ae_72.html aapg_ae_72.html:183:19176:19184 Colorado Durango, Durango +0.246492 cspg_html_2193428533 cspg_html_2193428533:169:21646:21660 Doig Wembley Stadium +0.25654 aapg_aa_684.html aapg_aa_684.html:54:6567:6575 Red Peak John Crow Mountains +0.47368 cspg_html_8174352156 cspg_html_8174352156:505:67003:67009 Sustut Victoria, British Columbia +0.254349 geology_html_4760088414 geology_html_4760088414:161:15567:15577 Laurentian Texas +0.254925 jgeology_html_3739517257 jgeology_html_3739517257:651:49639:49653 Ogallala Jemez Pueblo, New Mexico +0.449688 sedimentology_html_2550885329 sedimentology_html_2550885329:2276:122648:122685 Beaverhill Middle East +0.525888 aapg_ah_276.html aapg_ah_276.html:337:32007:32025 Monterey California +0.38038 aapg_ai_724.html aapg_ai_724.html:253:24380:24399 Allen Bay Devon Island +0.459725 cspg_html_1019614994 cspg_html_1019614994:353:56650:56662 Saskatchewan Lacombe, Alberta +0.49555 palaios_html_9789679615 palaios_html_9789679615:1119:98050:98068 Cloverly Cheyenne, Wyoming +0.262314 cspg_html_6140605204 cspg_html_6140605204:94:13491:13507 Elk Kootenay River +0.48 gsa_html_9370941331 gsa_html_9370941331:13:615:625 Washington Ellensburg, Washington +0.26624 aapg_aa_23.html aapg_aa_23.html:925:121256:121271 Interlake Manitoba +0.344624 aapg_ah_978.html aapg_ah_978.html:566:52566:52571 Tejon Coalinga, California +0.257484 aapg_ac_400.html aapg_ac_400.html:409:48155:48166 Mauch Chunk Huntington, West Virginia +0.507384 cspg_html_4409656292 cspg_html_4409656292:640:72229:72246 Cardium Lacombe, Alberta +0.23808 aapg_af_975.html aapg_af_975.html:122:19878:19886 Colorado Colorado +0.26058 cspg_html_9905904289 cspg_html_9905904289:398:50487:50506 Whitemud Lacombe, Alberta +0.269192 aapg_ae_35.html aapg_ae_35.html:72:6776:6791 Mesaverde Wasatch Range +0.491185 gsa_html_9687474095 gsa_html_9687474095:1089:93945:93973 Green River New Mexico +0.257895 cspg_html_2420029771 cspg_html_2420029771:70:7770:7793 Beekmantown Montreal +0.275609 gsa_html_4000698746 gsa_html_4000698746:30:2844:2872 Green River Iran +0.45072 aapg_ae_473.html aapg_ae_473.html:504:47188:47197 Bucatunna Ohio +0.4608 jgeology_html_7028328963 jgeology_html_7028328963:1201:67706:67738 Chelmsford Ontario, California +0.490049 gsa_html_8951179545 gsa_html_8951179545:589:70339:70351 Wilcox Texas +0.252928 gsa_html_9870828882 gsa_html_9870828882:752:64240:64248 Michigan Cheyenne, Wyoming +0.507458 aapg_ah_646.html aapg_ah_646.html:180:21628:21644 Chinle New Mexico +0.498005 aapg_ai_311.html aapg_ai_311.html:54:7450:7456 Viking Lacombe, Alberta +0.260075 aapg_ad_557.html aapg_ad_557.html:8436:395074:395094 Capistrano California +0.268785 aapg_ae_187.html aapg_ae_187.html:426:44108:44124 Black River Stones River +0.596904 aapg_ai_887.html aapg_ai_887.html:383:45650:45684 Lodgepole Spearfish, South Dakota +0.259534 cspg_html_9023649778 cspg_html_9023649778:93:13479:13487 Columbia Victoria, British Columbia +0.493024 cspg_html_3097746547 cspg_html_3097746547:39:6272:6289 Bluesky Lacombe, Alberta +0.458544 aapg_ai_143.html aapg_ai_143.html:166:19295:19307 Medicine Hat Bow Island Airport +0.257013 geology_html_3051888015 geology_html_3051888015:310:25411:25417 Active Oman +0.48399 aapg_ac_187.html aapg_ac_187.html:17:614:624 Pike Creek Hamburg +0.267794 cspg_html_7804036692 cspg_html_7804036692:2263:213954:213973 Waterways Lacombe, Alberta +0.28026 aapg_ac_696.html aapg_ac_696.html:245:22096:22114 Palliser Lacombe, Alberta +0.487786 palaios_html_6978265091 palaios_html_6978265091:531:53069:53081 Taylor Antarctica +0.255398 cspg_html_6611173979 cspg_html_6611173979:297:30250:30267 Wabamun Middle East +0.464752 aapg_ac_443.html aapg_ac_443.html:343:36353:36357 Vail Cumberland Plateau +0.5214 aapg_ac_609.html aapg_ac_609.html:226:22433:22438 Leduc Redwater, Texas +0.250965 aapg_ah_696.html aapg_ah_696.html:353:49478:49486 Richland Washington (state) +0.508555 aapg_af_317.html aapg_af_317.html:66:8873:8891 Niobrara Colorado +0.272544 aapg_aa_598.html aapg_aa_598.html:373:36798:36813 Chugwater Cheyenne, Wyoming +0.2562 aapg_ae_790.html aapg_ae_790.html:160:19909:19918 Knoxville Knoxville, Illinois +0.250857 aapg_ah_678.html aapg_ah_678.html:435:51597:51616 Vicksburg Texas +0.26104 palaios_html_5582845937 palaios_html_5582845937:449:42023:42031 Virginia Williamsburg, Virginia +0.484702 aapg_ae_353.html aapg_ae_353.html:825:79792:79799 Topanga Glendora, California +0.467961 AMJC_html_5438349889 AMJC_html_5438349889:130:14486:14497 San Joaquin Yosemite National Park +0.496302 aapg_aa_563.html aapg_aa_563.html:160:22520:22529 San Pedro Coahuila +0.235144 jgeology_html_8518380643 jgeology_html_8518380643:141:8007:8032 Navajo Logan, Utah +0.484242 sedimentology_html_2010995560 sedimentology_html_2010995560:1548:97460:97467 Halifax Canada +0.491454 cspg_html_3962754176 cspg_html_3962754176:658:73194:73221 Athabasca Lacombe, Alberta +0.467456 aapg_ah_385.html aapg_ah_385.html:407:50508:50524 Venado Central Valley (California) +0.503804 palaios_html_1447383453 palaios_html_1447383453:581:43696:43701 Price Northeast Greenland National Park +0.257943 aapg_af_2.html aapg_af_2.html:152:17529:17545 Martin Grand Canyon +0.364322 aapg_ad_4.html aapg_ad_4.html:53:5109:5115 Oregon Salem, Oregon +0.49734 aapg_ac_235.html aapg_ac_235.html:533:58518:58539 Otter Western world +0.26104 aapg_ak_85.html aapg_ak_85.html:546:60058:60077 Smackover Arkansas +0.505932 aapg_ae_66.html aapg_ae_66.html:166:16531:16537 Casper Hartville, Missouri +0.251779 aapg_ae_797.html aapg_ae_797.html:135:15558:15575 Hermosa Logan, Utah +0.385451 aapg_ac_740.html aapg_ac_740.html:194:25392:25398 Sparta Shreveport, Louisiana +0.251472 jgeology_html_6981471550 jgeology_html_6981471550:338:23087:23096 Brunswick Jacksonville, Illinois +0.253008 palaios_html_5506078845 palaios_html_5506078845:1082:81170:81189 Rapid Antarctica +0.240408 cspg_html_3124360347 cspg_html_3124360347:13:2055:2070 Levis Quebec City +0.26162 aapg_ai_515.html aapg_ai_515.html:461:51737:51742 Uinta Wasatch Range +0.263592 cspg_html_4269474759 cspg_html_4269474759:1207:117055:117078 Tidal Lacombe, Alberta +0.4735 aapg_af_653.html aapg_af_653.html:1051:124511:124517 Neroly California +0.245916 cspg_html_8915218033 cspg_html_8915218033:293:30283:30301 Pekisko Lacombe, Alberta +0.27615 aapg_ae_973.html aapg_ae_973.html:1099:86622:86638 Salado Salado, Texas +0.255524 aapg_ac_743.html aapg_ac_743.html:209:25457:25467 Washington Durham, North Carolina +0.477044 cspg_html_7970178687 cspg_html_7970178687:30:3770:3784 Colorado Mountain Park (Holyoke, Massachusetts) +0.251275 cspg_html_9501006975 cspg_html_9501006975:454:51124:51142 Dunvegan Canada +0.242556 gsa_html_4824339911 gsa_html_4824339911:768:79302:79312 Las Cruces Mexico +0.254925 cspg_html_1265381145 cspg_html_1265381145:61:7420:7442 Palliser Lacombe, Alberta +0.811887 aapg_ai_153.html aapg_ai_153.html:85:14138:14157 Allegheny Allegheny Mountains +0.48278 aapg_af_868.html aapg_af_868.html:478:36028:36033 Atoka Adair County, Missouri +0.42319 aapg_ae_544.html aapg_ae_544.html:534:58743:58761 Frontier Cheyenne, Wyoming +0.474892 aapg_aa_340.html aapg_aa_340.html:243:21029:21036 Cushing Seminole, Texas +0.471744 aapg_ai_952.html aapg_ai_952.html:62:9263:9277 Lisburne Anchorage, Alaska +0.255867 aapg_ae_345.html aapg_ae_345.html:147:7356:7361 Eutaw Selma to Montgomery marches +0.824208 aapg_ac_474.html aapg_ac_474.html:9:1377:1387 Cedar Keys Melbourne, Florida +0.512714 aapg_ac_613.html aapg_ac_613.html:76:10110:10119 Mesaverde Mancos, Colorado +0.498388 aapg_aa_484.html aapg_aa_484.html:698:70494:70500 Oswego Fort Scott National Historic Site +0.266247 cspg_html_1118978429 cspg_html_1118978429:95:11405:11425 Cadomin Turtle Mountain (Alberta) +0.501201 geology_html_4553007488 geology_html_4553007488:119:11924:11930 Sierra Tioga, Texas +0.461575 AMJC_html_4504848787 AMJC_html_4504848787:125:15261:15283 Mechum River Castleton, Vermont +0.472752 cspg_html_2628075963 cspg_html_2628075963:6:431:451 Covey Hill Quebec City +0.4809 aapg_ai_999.html aapg_ai_999.html:237:18220:18228 Woodruff Logan, Utah +0.503807 aapg_ac_807.html aapg_ac_807.html:395:40671:40694 Merchantville Merchantville, New Jersey +0.502313 aapg_ad_466.html aapg_ad_466.html:218:28166:28174 Monmouth Matawan, New Jersey +0.253512 aapg_ai_491.html aapg_ai_491.html:295:36630:36646 Belden Lampasas, Texas +0.460184 jgeology_html_1263059090 jgeology_html_1263059090:325:22445:22466 Tibbit Hill Bennington, Vermont +0.49278 aapg_ad_466.html aapg_ad_466.html:127:12678:12685 Matawan Raritan Bay Drawbridge +0.457425 aapg_ai_504.html aapg_ai_504.html:124:12422:12446 Mission Canyon Williston, Vermont +0.247904 aapg_ae_916.html aapg_ae_916.html:258:29723:29728 Eagle Judith River Formation +0.494624 aapg_af_431.html aapg_af_431.html:51:5126:5135 Catahoula Tensas River +0.469665 gsa_html_4650354985 gsa_html_4650354985:800:65264:65281 Minturn San Juan Creek +0.257808 sedimentology_html_2562878594 sedimentology_html_2562878594:265:19346:19352 Jordan Nazca +0.46256 cspg_html_8145657505 cspg_html_8145657505:313:44870:44888 Redknife Victoria, British Columbia +0.473386 aapg_ai_410.html aapg_ai_410.html:524:47669:47675 Cutler Telluride, Colorado +0.258981 aapg_ad_380.html aapg_ad_380.html:38:3615:3621 Denver Jefferson County, Colorado +0.254464 aapg_aa_923.html aapg_aa_923.html:58:5780:5791 Tar Springs Hardinsburg, Indiana +0.453706 aapg_ai_720.html aapg_ai_720.html:244:27323:27330 Magothy Long Island (Massachusetts) +0.483041 cspg_html_2769629211 cspg_html_2769629211:748:74249:74268 Hay River Canada +0.43605 aapg_aa_302.html aapg_aa_302.html:4:450:456 Antler Sonoma, California +0.2856 aapg_af_354.html aapg_af_354.html:17:2775:2783 Vaqueros Santa Monica Mountains +0.440865 cspg_html_2758185645 cspg_html_2758185645:98:9667:9677 Mount Head Carnarvon, Western Australia +0.480362 aapg_ad_958.html aapg_ad_958.html:1007:104736:104752 Warsaw Salem, Massachusetts +0.712338 aapg_af_728.html aapg_af_728.html:312:37188:37192 Elko Reno, Nevada +0.501992 palaios_html_9507397379 palaios_html_9507397379:401:36478:36495 Barstow California +0.252568 jgeology_html_1762066237 jgeology_html_1762066237:84:3439:3488 Pennington Kentucky +0.262584 aapg_ah_71.html aapg_ah_71.html:541:34892:34898 Midway Texas +0.24849 aapg_aa_232.html aapg_aa_232.html:247:26933:26954 Purgatoire Texas +0.2585 aapg_ai_583.html aapg_ai_583.html:551:70241:70248 Rierdon Powder River (Montana) +0.486758 aapg_af_166.html aapg_af_166.html:22:2409:2417 Big Hill Spindletop +0.471378 aapg_ai_409.html aapg_ai_409.html:316:36706:36727 Arkadelphia Arkadelphia, Arkansas +0.25186 cspg_html_2548317649 cspg_html_2548317649:17:1838:1852 Woodbend Lacombe, Alberta +0.247705 aapg_af_540.html aapg_af_540.html:351:46977:46985 Niobrara Niobrara, Nebraska +0.381546 aapg_ad_880.html aapg_ad_880.html:173:18589:18607 Sundance Cheyenne, Wyoming +0.24048 jgeology_html_4331381867 jgeology_html_4331381867:1464:108700:108704 Hall London, Ontario +0.267794 gsa_html_2098291403 gsa_html_2098291403:436:39613:39623 Washington Salem, Oregon +0.265144 gsa_html_5952049575 gsa_html_5952049575:67:7135:7163 Green River Wasatch Range +0.483406 aapg_ac_486.html aapg_ac_486.html:714:91856:91864 Colorado Denver +0.495558 aapg_ac_214.html aapg_ac_214.html:13:1786:1802 Carmel Logan, Utah +0.91107 aapg_ai_996.html aapg_ai_996.html:1434:66040:66048 Columbia Delaware +0.48222 geology_html_2116736795 geology_html_2116736795:12:525:535 Washington Seattle +0.252568 aapg_ae_73.html aapg_ae_73.html:458:60512:60530 Niobrara Niobrara, Nebraska +0.5313 aapg_ad_397.html aapg_ad_397.html:75:6801:6811 Tuscaloosa Tinsley, South Yorkshire +0.494792 aapg_ai_135.html aapg_ai_135.html:116:7745:7763 Frio Texas +0.267208 cspg_html_3796928998 cspg_html_3796928998:68:10299:10322 Winnipeg Lacombe, Alberta +0.479318 gsa_html_8531594123 gsa_html_8531594123:248:33926:33957 Stony Creek Sierra Nevada (Spain) +0.489204 gsa_html_7102550258 gsa_html_7102550258:1514:138843:138859 Navajo Arizona +0.246206 aapg_af_81.html aapg_af_81.html:254:27004:27013 Minnelusa Black Hills +0.256793 aapg_ah_678.html aapg_ah_678.html:603:75875:75894 Vicksburg Texas +0.468618 aapg_ac_628.html aapg_ac_628.html:381:65101:65110 Flagstaff Flagstaff, Arizona +0.262614 aapg_ah_848.html aapg_ah_848.html:469:44604:44609 Price Greenbrier County Schools +0.37845 aapg_ae_364.html aapg_ae_364.html:100:7013:7030 La Luna Quito +0.25146 gsa_html_1210544754 gsa_html_1210544754:900:75743:75761 Mariposa California +0.707004 aapg_ah_645.html aapg_ah_645.html:646:74263:74279 Preuss Logan, Utah +0.22992 aapg_ah_180.html aapg_ah_180.html:111:12275:12283 Onondaga Helderberg +0.487936 aapg_ae_885.html aapg_ae_885.html:237:24103:24109 Kaibab Logan, Utah +0.256905 aapg_ae_391.html aapg_ae_391.html:75:6419:6426 Rustler Salado, Texas +0.26316 aapg_ad_440.html aapg_ad_440.html:809:81238:81254 Bethel Virginia +0.26468 cspg_html_1743060601 cspg_html_1743060601:634:88793:88798 Price Arctic Cordillera +0.2299 aapg_aa_995.html aapg_aa_995.html:593:47285:47293 Colorado Mesa, Arizona +0.250992 aapg_ac_451.html aapg_ac_451.html:508:52021:52034 Tuxedni Talkeetna, Alaska +0.49086 aapg_af_51.html aapg_af_51.html:14:2884:2892 Colorado Logan, Utah +0.257013 cspg_html_6131861361 cspg_html_6131861361:123:16857:16887 Mackenzie Cordillera Administrative Region +0.694548 aapg_ah_96.html aapg_ah_96.html:174:20467:20485 Deadwood Winnipeg +0.25047 gsa_html_6062330506 gsa_html_6062330506:778:76596:76621 Rustler New Mexico +0.46968 palaios_html_1324344227 palaios_html_1324344227:521:32958:32976 Gog Lake Louise, Alberta +0.489302 gsa_html_8821895687 gsa_html_8821895687:513:44073:44080 Clarita Darien, Georgia +0.263105 aapg_ad_351.html aapg_ad_351.html:10:1221:1240 Northview Sedalia, Missouri +0.247266 sedimentology_html_9329826960 sedimentology_html_9329826960:171:18095:18103 Virginia Charlottesville, Virginia +0.749398 cspg_html_8840748783 cspg_html_8840748783:85:14804:14822 Dunvegan Peace River, Alberta +0.48297 aapg_aa_4.html aapg_aa_4.html:15:2413:2430 Genesee Genesee County, Michigan +0.461988 aapg_aa_745.html aapg_aa_745.html:238:30226:30239 Cherry Canyon Texas +0.244976 gsa_html_1525220569 gsa_html_1525220569:219:22731:22740 Gibraltar Morocco +0.254007 aapg_ae_364.html aapg_ae_364.html:283:27080:27088 San Jose Estancia, New Mexico +0.26312 aapg_ad_865.html aapg_ad_865.html:416:41439:41445 Navajo Ouray, Colorado +0.493506 gsa_html_8774590177 gsa_html_8774590177:355:37892:37909 Potsdam Shoreham Nuclear Power Plant +0.245532 cspg_html_3041902517 cspg_html_3041902517:986:109131:109160 Cathedral Texas +0.510419 aapg_ad_153.html aapg_ad_153.html:280:26722:26743 Hardinsburg Illinois +0.271405 gsa_html_7890977910 gsa_html_7890977910:593:57608:57626 Pethei Canada +0.274407 aapg_aa_756.html aapg_aa_756.html:7:206:223 Pekisko Lacombe, Alberta +0.251 aapg_ah_576.html aapg_ah_576.html:645:51568:51573 Cadiz Gibraltar +0.503908 aapg_ac_807.html aapg_ac_807.html:1094:98620:98626 Jordan Delaware +0.492412 gsa_html_1796106966 gsa_html_1796106966:734:61654:61682 Green River Colorado +0.254904 aapg_aa_233.html aapg_aa_233.html:500:49469:49490 San Felipe Matamoros, Tamaulipas +0.917748 aapg_ai_17.html aapg_ai_17.html:483:35319:35332 Cook Mountain Shreveport, Louisiana +0.260988 aapg_ah_628.html aapg_ah_628.html:15:2076:2092 Chinle Chinle Formation +0.472688 aapg_ai_129.html aapg_ai_129.html:9:899:906 Andrews Texas +0.478676 aapg_ah_775.html aapg_ah_775.html:622:53502:53512 South Park Glenwood Springs, Colorado +0.259588 aapg_ac_789.html aapg_ac_789.html:236:46229:46235 Denver Colorado +0.667392 aapg_ad_3.html aapg_ad_3.html:91:9255:9264 Conasauga Knoxville, Tennessee +0.265734 aapg_af_381.html aapg_af_381.html:78:9647:9662 Sespe Santa Monica, California +0.24288 gsa_html_6062330506 gsa_html_6062330506:339:37440:37458 Rustler Salado, Texas +0.263526 aapg_ac_967.html aapg_ac_967.html:211:23471:23491 Picture Gorge Basalt Richmond, California +0.264698 sedimentology_html_8923738088 sedimentology_html_8923738088:2006:104745:104750 Price Calgary +0.487656 aapg_af_874.html aapg_af_874.html:82:5286:5295 Conemaugh Pottsville, Pennsylvania +0.469168 geology_html_6680505659 geology_html_6680505659:14:804:812 Colorado Earth +0.49504 gsa_html_6039599383 gsa_html_6039599383:900:76978:77006 Green River Colorado +0.312605 cspg_html_7833083677 cspg_html_7833083677:1080:92926:92945 Red River Cheyenne, Wyoming +0.495008 gsa_html_7145599681 gsa_html_7145599681:11:493:510 Bedford Canada +0.49296 aapg_ai_66.html aapg_ai_66.html:365:32902:32917 Mesaverde Mancos, Colorado +0.4997 gsa_html_8194580528 gsa_html_8194580528:815:79669:79697 Green River Colorado +0.2575 aapg_ah_656.html aapg_ah_656.html:607:59514:59518 Bell Delaware +0.533049 aapg_ah_464.html aapg_ah_464.html:63:11485:11495 Pottsville Arkansas +0.263105 sedimentology_html_5315330584 sedimentology_html_5315330584:770:69470:69474 Java Malaysia +0.261612 cspg_html_8571955552 cspg_html_8571955552:249:30085:30099 Lisburne Prudhoe Bay Oil Field +0.49536 aapg_ac_338.html aapg_ac_338.html:502:51830:51837 Bedford Cambridge, Massachusetts +0.499017 aapg_ah_540.html aapg_ah_540.html:370:34824:34840 Dakota California +0.492012 aapg_ad_192.html aapg_ad_192.html:48:6632:6642 Tuscaloosa Tuscaloosa, Alabama +0.46359 aapg_ac_333.html aapg_ac_333.html:1216:145552:145578 Elephant Canyon Logan, Utah +0.260084 palaios_html_4745554613 palaios_html_4745554613:578:58708:58716 Columbia Victoria, British Columbia +0.268288 cspg_html_8362959053 cspg_html_8362959053:104:14898:14905 Cadomin Gladstone, Oregon +0.259081 aapg_ae_67.html aapg_ae_67.html:470:35479:35487 Colorado Colorado +0.483041 gsa_html_9310053579 gsa_html_9310053579:837:70367:70377 Washington Lake Chelan +0.479182 aapg_ak_112.html aapg_ak_112.html:59:6518:6526 Columbia Victoria, British Columbia +0.267208 aapg_af_808.html aapg_af_808.html:839:109576:109600 Scotland Barbados +0.495286 cspg_html_5807593737 cspg_html_5807593737:657:82612:82624 Saskatchewan Lacombe, Alberta +0.450528 aapg_ac_807.html aapg_ac_807.html:123:12502:12512 Petersburg Cape Henry Light +0.522792 aapg_aa_645.html aapg_aa_645.html:97:13106:13112 Dakota Fall River, Nova Scotia +0.258015 aapg_aa_12.html aapg_aa_12.html:511:55074:55089 Dog Creek Rush Springs, Oklahoma +0.505506 gsa_html_1931201430 gsa_html_1931201430:1005:93149:93155 Oregon Washington (state) +0.500388 aapg_ah_590.html aapg_ah_590.html:107:8915:8919 Bond Montgomery (town), New York +0.25602 cspg_html_3914683557 cspg_html_3914683557:768:93075:93092 Haymond Texas +0.481265 cspg_html_9222238695 cspg_html_9222238695:592:67147:67155 Columbia Victoria, British Columbia +0.255528 aapg_ah_311.html aapg_ah_311.html:297:33058:33074 Taylor Stark County, Illinois +0.466995 AMJC_html_6539706032 AMJC_html_6539706032:1052:103405:103413 Colorado Denver +0.270375 geology_html_4386567919 geology_html_4386567919:213:21748:21778 Sandia New Mexico +0.240248 gsa_html_7151930388 gsa_html_7151930388:21:1032:1042 Las Cruces New Mexico +0.258055 aapg_ae_642.html aapg_ae_642.html:145:14579:14598 Cotton Valley Texas +0.46865 aapg_ah_978.html aapg_ah_978.html:734:69775:69790 Santa Margarita Maricopa, Arizona +0.2688 cspg_html_8289943866 cspg_html_8289943866:228:29886:29891 Trail Toronto +0.525474 cspg_html_6383234409 cspg_html_6383234409:453:45776:45796 Bird Fiord Bathurst Island (Northern Territory) +0.253456 cspg_html_3854139935 cspg_html_3854139935:54:8350:8357 Pakowki Milk River, Alberta +0.255488 sedimentology_html_3199608174 sedimentology_html_3199608174:224:28112:28116 Hall London, Ontario +0.277836 aapg_ad_42.html aapg_ad_42.html:234:24422:24430 Imperial Kent County, Maryland +0.259578 gsa_html_5495469347 gsa_html_5495469347:848:68605:68613 Colorado Colorado +0.269538 aapg_ad_111.html aapg_ad_111.html:122:15003:15022 Mesaverde Grand Junction, Colorado +0.466074 aapg_ah_335.html aapg_ah_335.html:431:55069:55077 Virginia McDowell County, West Virginia +0.271542 aapg_af_715.html aapg_af_715.html:51:5861:5868 Kaimiro Stratford, Connecticut +0.259056 gsa_html_9310053579 gsa_html_9310053579:507:45706:45733 Columbia Montgomery (town), New York +0.26826 cspg_html_9905904289 cspg_html_9905904289:6:683:692 Frenchman Regina, Saskatchewan +0.247995 cspg_html_2193428533 cspg_html_2193428533:187:23833:23847 Doig Victoria, British Columbia +0.269868 aapg_ae_29.html aapg_ae_29.html:81:10073:10093 Pottsville Pocono Raceway +0.810446 gsa_html_5274400800 gsa_html_5274400800:544:45062:45080 Monterey Los Angeles +0.257466 aapg_ac_460.html aapg_ac_460.html:209:29112:29118 Brazil Atlantic Ocean +0.269838 aapg_ae_876.html aapg_ae_876.html:790:84449:84462 Belle Fourche Colorado +0.474628 cspg_html_2010437172 cspg_html_2010437172:99:12980:12996 Spray Victoria, British Columbia +0.255016 cspg_html_6517402834 cspg_html_6517402834:21:2887:2895 Scollard Lacombe, Alberta +0.479 gsa_html_3807765142 gsa_html_3807765142:60:3545:3573 Green River New Mexico +0.413205 aapg_ac_906.html aapg_ac_906.html:421:22677:22694 Bedford Bridgetown, Nova Scotia +0.24596 gsa_html_3368386568 gsa_html_3368386568:830:66248:66254 Snyder California +0.257484 gsa_html_6982030333 gsa_html_6982030333:932:91788:91794 Oregon Washington (state) +0.286758 aapg_ae_546.html aapg_ae_546.html:313:33792:33800 Norphlet Pine Island (Lee County, Florida) +0.2626 aapg_ai_480.html aapg_ai_480.html:164:15507:15513 Tulare San Joaquin River +0.25908 jgeology_html_3450428494 jgeology_html_3450428494:327:18322:18338 New Haven Arkose Portland, Oregon +0.372476 cspg_html_6546794930 cspg_html_6546794930:34:3010:3019 Keg River Bonaire +0.258055 geology_html_2835786525 geology_html_2835786525:11:521:528 Newport Salem, Oregon +0.203476 aapg_af_16.html aapg_af_16.html:72:9259:9272 Belle Fourche Black Hills +0.485888 geology_html_7999374357 geology_html_7999374357:13:593:599 Oregon Salem, Oregon +0.269878 aapg_ah_372.html aapg_ah_372.html:228:21946:21958 Midway Texas +0.256608 cspg_html_4516258038 cspg_html_4516258038:403:45826:45835 Hecla Bay Bathurst Island (Northern Territory) +0.498122 aapg_aa_615.html aapg_aa_615.html:55:7025:7040 Mesaverde Mancos, Colorado +0.456184 aapg_af_575.html aapg_af_575.html:831:116922:116943 Hartshorne Atoka, Oklahoma +0.5174 aapg_ad_379.html aapg_ad_379.html:715:58241:58249 Colorado Colorado +0.486324 sedimentology_html_8676320501 sedimentology_html_8676320501:1317:76492:76496 Hall London, Ontario +0.26159 aapg_ai_501.html aapg_ai_501.html:463:41495:41522 Roberts Mountains Reno, Nevada +0.260608 gsa_html_9666442487 gsa_html_9666442487:1007:88393:88412 Ellis Bay Anticosti Island +0.49816 aapg_ae_93.html aapg_ae_93.html:31:5903:5911 Kootenay Moose Mountain (Alberta) +0.264368 cspg_html_5376629375 cspg_html_5376629375:62:10217:10251 Waterfowl Middle East +0.934092 aapg_af_666.html aapg_af_666.html:743:64031:64045 Sundance Cheyenne, Wyoming +0.256035 AMJC_html_1163576052 AMJC_html_1163576052:812:81948:81956 Columbia Victoria, British Columbia +0.42926 aapg_ac_575.html aapg_ac_575.html:174:29052:29071 Dinwoody Cheyenne, Wyoming +0.48756 aapg_ae_29.html aapg_ae_29.html:76:9505:9525 Loyalhanna Plateau State +0.25602 gsa_html_8035658736 gsa_html_8035658736:727:84724:84734 Washington Boise, Idaho +0.254961 aapg_ae_548.html aapg_ae_548.html:424:49664:49678 Pico Ventura County, California +0.255 cspg_html_9361096527 cspg_html_9361096527:17:3269:3291 Judith River Judith River Formation +0.471801 aapg_ai_974.html aapg_ai_974.html:648:67918:67924 Umpqua Coos Bay +0.376896 aapg_ac_841.html aapg_ac_841.html:1385:143553:143570 Subinal Guatemala +0.274046 aapg_aa_172.html aapg_aa_172.html:667:73147:73152 Swift Bay of Fundy +0.498076 aapg_af_471.html aapg_af_471.html:238:28003:28012 Hartselle Illinois +0.4645 gsa_html_8947439513 gsa_html_8947439513:24:1598:1606 Virginia Hampton, New Hampshire +0.24543 gsa_html_7715952024 gsa_html_7715952024:736:55907:55915 Columbia Maryland +0.243 geology_html_1242254999 geology_html_1242254999:50:3841:3889 Goddard Antarctica +0.256332 cspg_html_1763727002 cspg_html_1763727002:32:5416:5424 Columbia Lacombe, Alberta +0.502128 aapg_ah_871.html aapg_ah_871.html:469:51151:51158 Pamelia Montreal +0.250376 aapg_af_854.html aapg_af_854.html:577:78434:78446 Borden Cincinnati +0.259588 cspg_html_7281679890 cspg_html_7281679890:208:33750:33768 Blackstone Middle Ordovician +0.258405 aapg_ae_28.html aapg_ae_28.html:931:68200:68207 St Marys Ohio +0.264 sedimentology_html_9366775637 sedimentology_html_9366775637:1926:118008:118027 Altamira Spain +0.253492 sedimentology_html_3425717106 sedimentology_html_3425717106:1339:94295:94329 Noonday Dolomite California +0.256035 aapg_ah_871.html aapg_ah_871.html:393:43538:43545 Pamelia Beaconsfield, Quebec +0.280731 aapg_ah_776.html aapg_ah_776.html:70:6438:6456 Grayburg New Mexico +0.50065 aapg_aa_691.html aapg_aa_691.html:546:71831:71846 Elk Lacombe, Alberta +0.484009 aapg_ak_85.html aapg_ak_85.html:34:3976:3987 Haynesville Red Rocks Amphitheatre +0.485224 aapg_ac_414.html aapg_ac_414.html:3:370:386 Kaibab East Humboldt Range +0.255009 gsa_html_8086754950 gsa_html_8086754950:415:41676:41682 Denver Colorado +0.2515 AMJC_html_8128063878 AMJC_html_8128063878:965:125725:125731 Oregon Washington (state) +0.483406 aapg_af_436.html aapg_af_436.html:355:43731:43737 Benson Chemung, New York +0.500988 aapg_aa_23.html aapg_aa_23.html:281:32119:32141 Winnipeg Pelican Lake, Wisconsin +0.431969 cspg_html_5697056884 cspg_html_5697056884:275:27452:27470 Deadwood Regina, Saskatchewan +0.234558 aapg_aa_118.html aapg_aa_118.html:64:6895:6920 Highgate Lake Champlain +0.498066 gsa_html_1616304153 gsa_html_1616304153:772:71974:71988 Glasford Vermilion County, Illinois +0.267285 geology_html_4447793411 geology_html_4447793411:404:25630:25640 San Felipe Baja California peninsula +0.25532 gsa_html_7125621200 gsa_html_7125621200:752:66437:66449 Austin Chalk Texas +0.2626 aapg_af_291.html aapg_af_291.html:564:61159:61165 Jordan Bermuda +0.253506 gsa_html_2717448156 gsa_html_2717448156:1065:106679:106701 Yellowjacket Atlantic salmon +0.491064 aapg_ae_803.html aapg_ae_803.html:158:20504:20514 Santa Cruz Santa Cruz, California +0.259875 aapg_ae_93.html aapg_ae_93.html:50:9115:9135 Blackstone Lacombe, Alberta +0.499275 cspg_html_1159794850 cspg_html_1159794850:162:24808:24814 Guelph Salina, Kansas +0.257033 aapg_ad_611.html aapg_ad_611.html:19:2068:2089 Georgetown Buda, Texas +0.456487 cspg_html_4287356899 cspg_html_4287356899:3951:391522:391539 Alapah Anchorage, Alaska +0.466017 palaios_html_8474347362 palaios_html_8474347362:86:12674:12692 Navesink Closter, New Jersey +0.25296 aapg_ac_448.html aapg_ac_448.html:258:25411:25417 Jordan Melbourne, Florida +0.486927 aapg_af_397.html aapg_af_397.html:3:447:464 Entrada New Mexico +0.271425 aapg_ac_743.html aapg_ac_743.html:64:8391:8398 Woodman Durham, North Carolina +0.476586 aapg_af_26.html aapg_af_26.html:4:538:555 Spencer Corvallis, Oregon +0.273504 sedimentology_html_2487544504 sedimentology_html_2487544504:2740:65312:65340 Drakes California +0.47124 aapg_ae_877.html aapg_ae_877.html:174:15868:15888 Beaverhill Swan Hill, Victoria +0.454092 aapg_ae_841.html aapg_ae_841.html:47:4092:4100 Virginia Maryland +0.477951 aapg_ae_113.html aapg_ae_113.html:471:65196:65204 Somerset District Council of Franklin Harbour +0.501557 aapg_ae_415.html aapg_ae_415.html:859:107337:107349 Chickasawhay South America +0.259548 geology_html_6197218558 geology_html_6197218558:234:20419:20422 Rye Netherlands +0.454526 palaios_html_4356021700 palaios_html_4356021700:392:40077:40094 La Boca Culebra, Puerto Rico +0.258482 aapg_ah_871.html aapg_ah_871.html:36:4715:4726 Chazy Montreal +0.378187 aapg_ai_491.html aapg_ai_491.html:456:57969:57985 Maroon Supai, Arizona +0.4565 sedimentology_html_2601136107 sedimentology_html_2601136107:1458:89853:89870 Tansill Guadalupe Mountains National Park +0.271942 jgeology_html_1300888380 jgeology_html_1300888380:400:29595:29602 Juniata Catskill Mountains +0.498942 aapg_ad_945.html aapg_ad_945.html:26:3519:3530 Peace River Lacombe, Alberta +0.516362 aapg_ai_725.html aapg_ai_725.html:298:33353:33369 Dakota Ardmore, Pennsylvania +0.48598 aapg_aa_507.html aapg_aa_507.html:78:9906:9911 Eutaw Selma to Montgomery marches +0.265189 cspg_html_7028413504 cspg_html_7028413504:345:43030:43047 Muskwa Central Alberta +0.274512 palaios_html_7841806577 palaios_html_7841806577:500:53084:53114 Fullerton Great Basin +0.260604 aapg_ai_742.html aapg_ai_742.html:169:16154:16175 Hardinsburg Palestinian territories +0.24288 cspg_html_3102530088 cspg_html_3102530088:602:75346:75358 Saskatchewan Caldwell, New Jersey +0.262 aapg_af_471.html aapg_af_471.html:83:11862:11881 Hartselle Hartselle, Alabama +0.252266 aapg_ad_337.html aapg_ad_337.html:112:11307:11324 Temblor Santa Monica Mountains +0.247434 geology_html_3699981910 geology_html_3699981910:392:23793:23799 Oregon Earth +0.448224 aapg_ac_687.html aapg_ac_687.html:111:10834:10840 Weston Niobrara, Nebraska +0.479478 aapg_ah_411.html aapg_ah_411.html:106:12965:12980 Eagle Milk River, Alberta +0.486156 gsa_html_3448554349 gsa_html_3448554349:388:38997:39010 Bedford Ohio +0.277606 aapg_aa_702.html aapg_aa_702.html:166:75024:75064 Madison Cheyenne, Wyoming +0.487026 aapg_ah_148.html aapg_ah_148.html:45:6959:6971 Cooking Lake Lacombe, Alberta +0.25235 cspg_html_5398977308 cspg_html_5398977308:268:21737:21766 West Point Quebec City +0.270076 AMJC_html_4299960498 AMJC_html_4299960498:783:90218:90245 Columbia Washington (state) +0.28134 aapg_aa_158.html aapg_aa_158.html:467:44007:44025 Cloverly Cheyenne, Wyoming +0.26061 cspg_html_4623526246 cspg_html_4623526246:77:7985:7993 Columbia Victoria, British Columbia +0.262023 cspg_html_9683836416 cspg_html_9683836416:462:71210:71227 Belly River Lacombe, Alberta +0.256386 aapg_af_653.html aapg_af_653.html:29:3772:3778 Cierbo Monterey, California +0.472104 sedimentology_html_4121794283 sedimentology_html_4121794283:845:48753:48757 Hall London, Ontario +0.257943 aapg_ah_283.html aapg_ah_283.html:143:16025:16043 Cowlitz Cowlitz River +0.26162 aapg_ah_130.html aapg_ah_130.html:15:1409:1418 Vicksburg Charlotte, North Carolina +0.490356 aapg_af_2.html aapg_af_2.html:183:20135:20151 Elbert San Juan Mountains +0.499174 aapg_ae_415.html aapg_ae_415.html:60:8707:8722 Vicksburg Suwannee County, Florida +0.482832 jgeology_html_9591757126 jgeology_html_9591757126:932:53004:53030 Endako Victoria, British Columbia +0.364392 palaios_html_7541955341 palaios_html_7541955341:1314:95964:95980 Pioche Reno, Nevada +0.267806 cspg_html_5198658336 cspg_html_5198658336:531:55734:55752 Paskapoo Lacombe, Alberta +0.460756 aapg_ad_2.html aapg_ad_2.html:1278:175683:175694 Black River Pennsylvania +0.494172 aapg_ac_963.html aapg_ac_963.html:309:26699:26704 Weeks Trinidad and Tobago +0.258015 cspg_html_5807593737 cspg_html_5807593737:550:67296:67306 Mount Hawk Iowa +0.495876 cspg_html_1665574291 cspg_html_1665574291:12:1932:1949 Bearpaw Edmonton, London +0.515774 aapg_ac_961.html aapg_ac_961.html:328:34656:34672 Mt Lytton Texas +0.773031 cspg_html_1019614994 cspg_html_1019614994:457:78030:78045 Exshaw Lacombe, Alberta +0.261476 aapg_af_579.html aapg_af_579.html:227:24691:24698 Wingate Entrada Sandstone +0.503608 gsa_html_9898556493 gsa_html_9898556493:240:28466:28473 Modesto Tuolumne River +0.249919 aapg_ah_962.html aapg_ah_962.html:24:3726:3731 Atoka Wichita Mountains +0.46725 gsa_html_5843564589 gsa_html_5843564589:14:645:668 Saddle Mountains Basalt Washington (state) +0.496544 gsa_html_2509147847 gsa_html_2509147847:723:78017:78022 Price Arctic Cordillera +0.25957 cspg_html_5241714595 cspg_html_5241714595:677:101690:101703 Wabamun Victoria, British Columbia +0.250712 gsa_html_9353787239 gsa_html_9353787239:1277:105595:105603 Colorado Arizona +0.294525 aapg_aa_537.html aapg_aa_537.html:38:5824:5830 Wilcox Mississippi River +0.26061 aapg_af_900.html aapg_af_900.html:33:5145:5158 Lagarto Oakville, California +0.250488 cspg_html_5660806836 cspg_html_5660806836:584:57789:57797 Montreal Montreal +0.264441 aapg_ad_810.html aapg_ad_810.html:23:2840:2845 Liard Liard River, British Columbia +0.27162 aapg_aa_622.html aapg_aa_622.html:62:8272:8284 Dockum New Mexico +0.267786 cspg_html_1019614994 cspg_html_1019614994:456:77533:77545 Exshaw Lacombe, Alberta +0.480256 aapg_ai_17.html aapg_ai_17.html:893:59534:59551 Catahoula Shreveport, Louisiana +0.269345 aapg_aa_976.html aapg_aa_976.html:231:27919:27938 Wyandotte Plattsburg, Missouri +0.459576 gsa_html_7125621200 gsa_html_7125621200:633:57627:57633 Denver Colorado +0.397509 aapg_ai_328.html aapg_ai_328.html:353:37195:37210 Helms Mississippian culture +0.474797 sedimentology_html_9562282132 sedimentology_html_9562282132:2316:82579:82583 Kano Sakai, Osaka +0.499662 palaios_html_1834763898 palaios_html_1834763898:40:4540:4556 Noonday Dolomite Reno, Nevada +0.520385 aapg_aa_712.html aapg_aa_712.html:13:2492:2500 Glenwood Glenwood, Utah +0.485376 cspg_html_4413081832 cspg_html_4413081832:6:387:421 Leduc Lacombe, Alberta +0.24735 cspg_html_8806021601 cspg_html_8806021601:51:5790:5810 Griper Bay Melville Island (Canada) +0.263526 cspg_html_9354781888 cspg_html_9354781888:659:53249:53257 Columbia Victoria, British Columbia +0.24846 geology_html_8529316917 geology_html_8529316917:236:24006:24015 San Diego North Sea +0.232734 aapg_aa_689.html aapg_aa_689.html:432:53840:53859 Detroit River Michigan +0.481919 aapg_ad_0.html aapg_ad_0.html:115:12119:12127 Shakopee Michigan +0.688469 aapg_ah_431.html aapg_ah_431.html:10:1252:1259 Plattin Missouri River +0.473185 aapg_ah_391.html aapg_ah_391.html:16:1818:1828 Rancheria Lompoc, California +0.26112 palaios_html_9162690338 palaios_html_9162690338:494:44130:44144 Bond Mattoon, Illinois +0.47895 aapg_ac_985.html aapg_ac_985.html:173:17201:17210 Uniontown Bloomington, Indiana +0.512771 aapg_af_131.html aapg_af_131.html:198:19204:19216 Dockum Guadalupe County, Texas +0.264638 gsa_html_3289054608 gsa_html_3289054608:997:105901:105922 Livingstone Tanzania +0.248976 cspg_html_6274889925 cspg_html_6274889925:22:2117:2129 Saskatchewan Victoria, British Columbia +0.506796 aapg_ad_466.html aapg_ad_466.html:1339:143183:143198 Tuscaloosa North Carolina +0.466032 cspg_html_3008414459 cspg_html_3008414459:91:13897:13920 Eagle Deadhorse, Alaska +0.272406 aapg_ac_844.html aapg_ac_844.html:15:1966:1971 Yukon Mackenzie River +0.264578 aapg_ah_556.html aapg_ah_556.html:26:3032:3048 Dakota Mancos, Colorado +0.26728 aapg_ah_283.html aapg_ah_283.html:225:23730:23747 Cowlitz Washington (state) +0.265029 aapg_ad_52.html aapg_ad_52.html:718:78460:78478 Michigan County Wexford +0.264 aapg_aa_826.html aapg_aa_826.html:107:11685:11703 Magothy Raritan River +0.259931 cspg_html_5170528958 cspg_html_5170528958:161:26056:26071 Leduc Canada +0.46336 aapg_ae_668.html aapg_ae_668.html:1964:202187:202193 Brazil Sergipe +0.501873 aapg_ah_972.html aapg_ah_972.html:1311:88565:88573 Whitsett Texas +0.479478 cspg_html_3630723811 cspg_html_3630723811:32:4586:4595 Athabasca Clearwater, Florida +0.227994 aapg_ad_440.html aapg_ad_440.html:367:35941:35945 Hall Norwood, Massachusetts +0.26471 cspg_html_6715452766 cspg_html_6715452766:623:63446:63478 Eureka Sound Canada +0.272315 aapg_aa_549.html aapg_aa_549.html:12:1788:1801 Bandera Montgomery County, Maryland +0.252486 palaios_html_2736581987 palaios_html_2736581987:611:61568:61584 Viking Canada +0.488976 aapg_ah_360.html aapg_ah_360.html:39:3315:3322 Concord Anderson County, South Carolina +0.463296 aapg_aa_913.html aapg_aa_913.html:235:20767:20773 Pawnee County Sligo +0.256536 AMJC_html_3664856625 AMJC_html_3664856625:71:9763:9783 Fort Union Powder River Basin +0.239117 aapg_ae_324.html aapg_ae_324.html:1224:121802:121809 Holston Lenoir City, Tennessee +0.26967 gsa_html_9865056817 gsa_html_9865056817:876:77899:77907 Colorado Denver +0.240534 aapg_ac_4.html aapg_ac_4.html:511:40869:40911 Lisburne Northwest Arctic Borough, Alaska +0.518925 aapg_ac_966.html aapg_ac_966.html:149:14562:14571 Red River Texas +0.252004 cspg_html_7086880709 cspg_html_7086880709:139:15581:15595 Elk Mackenzie River +0.380196 aapg_ad_918.html aapg_ad_918.html:28:4235:4243 Niobrara Colorado +0.67353 gsa_html_8236729701 gsa_html_8236729701:138:17191:17211 Point Loma San Diego +0.911961 aapg_ah_881.html aapg_ah_881.html:266:26702:26719 Burrard Victoria, British Columbia +0.89964 aapg_ah_52.html aapg_ah_52.html:87:12314:12333 Matanuska Anchorage, Alaska +0.249919 aapg_af_579.html aapg_af_579.html:273:29678:29702 Junction Creek New Mexico +0.259811 cspg_html_8662646956 cspg_html_8662646956:1099:128357:128367 Pine Point Canada +0.46512 aapg_aa_2.html aapg_aa_2.html:31:4206:4220 Colorado Colorado +0.484864 palaios_html_2994452429 palaios_html_2994452429:1706:143281:143307 Montney Lacombe, Alberta +0.237783 gsa_html_2266546108 gsa_html_2266546108:293:30286:30292 Sierra San Joaquin River +0.271341 aapg_ai_468.html aapg_ai_468.html:286:35568:35592 Cotton Valley Mississippi River +0.4896 geology_html_3197685690 geology_html_3197685690:234:22729:22739 Washington Salem, Oregon +0.70686 aapg_ae_324.html aapg_ae_324.html:1256:125094:125115 Martinsburg Knoxville, Tennessee +0.481824 aapg_ae_720.html aapg_ae_720.html:705:79547:79555 Woodford Albany, New York +0.284592 aapg_ae_171.html aapg_ae_171.html:79:7344:7356 Dakota Fort Collins, Colorado +0.273465 aapg_af_614.html aapg_af_614.html:169:13474:13481 Rodessa Miller County, Arkansas +0.495954 aapg_ad_466.html aapg_ad_466.html:453:53828:53845 Matawan Merchantville, New Jersey +0.44748 aapg_ad_466.html aapg_ad_466.html:193:23189:23208 Navesink Mount Laurel Township, New Jersey +0.278735 cspg_html_9234101474 cspg_html_9234101474:25:4335:4346 Peace River Victoria, British Columbia +0.455507 aapg_ac_334.html aapg_ac_334.html:3:312:342 Albert New Brunswick, New Jersey +0.485982 gsa_html_5664265459 gsa_html_5664265459:1179:109715:109742 Columbia Salem, Oregon +0.850402 aapg_ae_419.html aapg_ae_419.html:1348:108420:108430 San Felipe El Abra +0.257526 sedimentology_html_9626990209 sedimentology_html_9626990209:23:1639:1658 Rock Springs Cheyenne, Wyoming +0.254214 cspg_html_5141367518 cspg_html_5141367518:288:41680:41694 Colorado Canada +0.490049 gsa_html_3019560124 gsa_html_3019560124:918:86231:86259 Green River Colorado +0.469796 aapg_ad_801.html aapg_ad_801.html:453:44214:44223 Catahoula Shreveport, Louisiana +0.689019 sedimentology_html_9378527223 sedimentology_html_9378527223:2308:69355:69371 Dakota Iowa +0.462672 geology_html_1021950961 geology_html_1021950961:70:7016:7045 Tejon Sierra Nevada (Spain) +0.264192 AMJC_html_5402953865 AMJC_html_5402953865:12:568:578 Washington Washington (state) +0.464269 cspg_html_2834693711 cspg_html_2834693711:1036:122340:122348 Columbia Coquitlam +0.47379 gsa_html_2374661120 gsa_html_2374661120:33:2500:2510 Bear River Snake River Canyon (Idaho) +0.244518 aapg_ad_110.html aapg_ad_110.html:672:72391:72407 Tensleep Darwin, Northern Territory +0.497276 aapg_ai_594.html aapg_ai_594.html:303:32210:32217 Warsaw Colorado +0.2495 cspg_html_5973552270 cspg_html_5973552270:129:16576:16595 Waterways Lacombe, Alberta +0.244925 aapg_ai_491.html aapg_ai_491.html:424:52802:52821 Wolfcamp Missouri River +0.269325 aapg_ad_55.html aapg_ad_55.html:21:2536:2541 Perry Cape Girardeau, Missouri +0.488696 aapg_ac_569.html aapg_ac_569.html:295:41375:41390 Kayak Anchorage, Alaska +0.49761 aapg_ah_943.html aapg_ah_943.html:392:51524:51532 Montreal Wapiti, Wyoming +0.484748 gsa_html_4543270561 gsa_html_4543270561:632:55296:55305 San Diego California +0.495104 gsa_html_8233190977 gsa_html_8233190977:29:2796:2824 Green River Colorado +0.500487 aapg_af_188.html aapg_af_188.html:198:21308:21316 Frontier Black Hills +0.72761 aapg_ad_387.html aapg_ad_387.html:16:2100:2110 Lewisville East Texas +0.24528 cspg_html_8334041965 cspg_html_8334041965:346:42623:42630 Nisling Victoria, British Columbia +0.501804 cspg_html_9361096527 cspg_html_9361096527:755:70569:70599 Boulder Creek Canada +0.499278 aapg_ah_141.html aapg_ah_141.html:91:8225:8239 Aneth Ouray, Colorado +0.262614 gsa_html_8662622130 gsa_html_8662622130:198:19843:19865 Monterey California +0.489538 gsa_html_1951402014 gsa_html_1951402014:46:1497:1507 Santa Cruz La Laguna, Chalatenango +0.265668 aapg_af_397.html aapg_af_397.html:550:63632:63639 Entrada Entrada Sandstone +0.247486 cspg_html_1693073625 cspg_html_1693073625:12:1370:1379 Hay River Hay River (Canada) +0.254016 aapg_ai_261.html aapg_ai_261.html:119:12680:12725 Gorge Western world +0.254976 gsa_html_3860045860 gsa_html_3860045860:1294:113245:113255 Washington Salem, Oregon +0.263626 aapg_ah_69.html aapg_ah_69.html:170:16231:16242 Black River Bloomington, Indiana +0.486675 aapg_ah_372.html aapg_ah_372.html:39:4349:4370 Wills Point Kerens, Texas +0.262524 cspg_html_4727171280 cspg_html_4727171280:128:14393:14411 Woodbine Bryan County, Oklahoma +0.500065 aapg_ad_564.html aapg_ad_564.html:7665:660928:660965 Blackstone Lacombe, Alberta +0.252784 cspg_html_4103411715 cspg_html_4103411715:462:48587:48603 Viking Lacombe, Alberta +0.267344 cspg_html_4048108956 cspg_html_4048108956:376:48422:48435 Sustut Canada +0.239021 jgeology_html_1304764331 jgeology_html_1304764331:864:51768:51774 Moscow Canada +0.261112 aapg_ae_777.html aapg_ae_777.html:276:32403:32409 Percha Ouray, Colorado +0.481707 aapg_af_854.html aapg_af_854.html:1025:144592:144599 Cypress Kentucky +0.242028 sedimentology_html_9715218083 sedimentology_html_9715218083:123:9607:9613 Brazil Ouro Preto do Oeste +0.2425 cspg_html_2492063773 cspg_html_2492063773:93:13256:13267 Trent River Qualicum River +0.490795 AMJC_html_6341723617 AMJC_html_6341723617:90:9929:9944 Uinta Eocene +0.493908 aapg_ac_257.html aapg_ac_257.html:59:10769:10788 Sallisaw Frisco, Texas +0.4767 cspg_html_4773367370 cspg_html_4773367370:353:26903:26925 Shaftesbury Lacombe, Alberta +0.46648 aapg_aa_745.html aapg_aa_745.html:450:52317:52340 Brushy Canyon West, Texas +0.283689 aapg_aa_48.html aapg_aa_48.html:376:41025:41046 Amsden Cheyenne, Wyoming +0.24617 aapg_ad_351.html aapg_ad_351.html:404:36699:36709 Keokuk Sedalia, Missouri +0.82892 aapg_ae_884.html aapg_ae_884.html:106:13873:13882 Fruitland Kirtland, Ohio +0.44528 gsa_html_2803067273 gsa_html_2803067273:889:91663:91672 Salisbury Netherlands +0.484188 aapg_aa_382.html aapg_aa_382.html:39:4871:4897 Santa Margarita Maricopa, Arizona +0.261085 aapg_aa_718.html aapg_aa_718.html:541:59325:59345 Waynesburg Washington (state) +0.4788 geology_html_8966263159 geology_html_8966263159:339:22178:22186 Scotland San Fernando Valley +0.234135 aapg_ah_77.html aapg_ah_77.html:8:1426:1445 Rock Springs Cheyenne, Wyoming +0.229764 cspg_html_2093862169 cspg_html_2093862169:37:4878:4893 Bluff Caribbean +0.264528 aapg_ae_370.html aapg_ae_370.html:247:20962:20979 Cowlitz Washington (state) +0.264195 aapg_ae_41.html aapg_ae_41.html:3:446:471 Beaverhill Lacombe, Alberta +0.266766 gsa_html_4985165678 gsa_html_4985165678:32:2559:2565 Denver Colorado +0.486664 cspg_html_4374961624 cspg_html_4374961624:115:15896:15907 Mount Whyte Hockley +0.473256 aapg_ah_856.html aapg_ah_856.html:6:1203:1220 Chochal Santa Rosa, California +0.463672 aapg_ac_71.html aapg_ac_71.html:315:36815:36826 Navajo Reno, Nevada +0.224588 cspg_html_5479700260 cspg_html_5479700260:273:21311:21326 Interlake Manitoba +0.474089 aapg_ae_797.html aapg_ae_797.html:616:60960:60965 Aneth San Juan County, Utah +0.27432 gsa_html_7102550258 gsa_html_7102550258:356:40441:40456 Bluff Colorado +0.261632 aapg_ae_171.html aapg_ae_171.html:458:43193:43202 Newcastle Newcastle, New South Wales +0.260538 geology_html_1156739260 geology_html_1156739260:459:25905:25914 San Diego California +0.250677 aapg_af_971.html aapg_af_971.html:145:19599:19605 Banner Cheyenne, Wyoming +0.25776 aapg_aa_595.html aapg_aa_595.html:341:36674:36677 Abo Wichita, Kansas +0.281897 aapg_aa_23.html aapg_aa_23.html:265:29796:29815 Winnipeg Winnipeg +0.250428 AMJC_html_6481968479 AMJC_html_6481968479:1130:89532:89542 Sunderland Cambridge, Massachusetts +0.444416 cspg_html_4287356899 cspg_html_4287356899:1067:146721:146743 Jungle Creek Lisburne Peninsula +0.256968 cspg_html_3501550466 cspg_html_3501550466:58:10137:10145 Woodbend Lacombe, Alberta +0.489599 cspg_html_6435146689 cspg_html_6435146689:33:3819:3824 Banff Rocky Mountains +0.250832 cspg_html_9113030208 cspg_html_9113030208:475:52322:52342 Otto Fiord Canada +0.406624 aapg_ad_335.html aapg_ad_335.html:692:80427:80433 Almond Cheyenne, Wyoming +0.276148 cspg_html_4433937749 cspg_html_4433937749:69:9799:9820 Dakota Cheyenne, Wyoming +0.478235 geology_html_3926757172 geology_html_3926757172:310:28466:28474 Rockwell Johnson Valley, California +0.25647 cspg_html_7833083677 cspg_html_7833083677:2773:228704:228732 Sekwi Canada +0.236472 cspg_html_5810500722 cspg_html_5810500722:85:12421:12429 Columbia Victoria, British Columbia +0.478101 cspg_html_9778753186 cspg_html_9778753186:344:51218:51237 Crowsnest Bow Island Airport +0.263153 gsa_html_8716356528 gsa_html_8716356528:1049:78759:78763 Hall York, Pennsylvania +0.259017 aapg_ai_278.html aapg_ai_278.html:604:76713:76723 Dollar Bay Melbourne, Florida +0.477 aapg_aa_358.html aapg_aa_358.html:35:3401:3407 Denver Colorado +0.505575 cspg_html_3589404052 cspg_html_3589404052:904:102627:102661 Kiskatinaw Victoria, British Columbia +0.267285 geology_html_2009555838 geology_html_2009555838:234:22701:22708 Francis London, Ontario +0.51777 aapg_ak_54.html aapg_ak_54.html:78:10405:10415 Tuscaloosa Tuscaloosa, Alabama +0.248 aapg_ad_721.html aapg_ad_721.html:582:55693:55701 Carlsbad Carlsbad, New Mexico +0.260064 cspg_html_7286035817 cspg_html_7286035817:6:396:429 Grosmont Lacombe, Alberta +0.4753 geology_html_6728593303 geology_html_6728593303:12:525:533 Victoria Earth +0.245514 aapg_ai_293.html aapg_ai_293.html:267:24160:24174 Lisburne Anchorage, Alaska +0.4715 aapg_ah_505.html aapg_ah_505.html:831:67263:67283 Ingleside Virginia +0.26964 aapg_ai_107.html aapg_ai_107.html:695:63872:63879 Sligo Freestone County, Texas +0.47817 cspg_html_7777724998 cspg_html_7777724998:42:5685:5693 Bellevue Gladstone, Oregon +0.48672 geology_html_4561079394 geology_html_4561079394:266:22721:22729 Colorado Denver +0.26979 aapg_ai_145.html aapg_ai_145.html:162:20872:20888 Fernie Kootenay River +0.240091 aapg_ae_113.html aapg_ae_113.html:177:21756:21796 Bathurst Bathurst Island (Northern Territory) +0.271405 aapg_af_337.html aapg_af_337.html:109:11932:11938 Jordan Delaware +0.497871 geology_html_3653324423 geology_html_3653324423:12:489:495 Reston Virginia +0.267764 cspg_html_7178716951 cspg_html_7178716951:16:2070:2091 Fernie Ottawa, Kansas +0.89884 cspg_html_3447886929 cspg_html_3447886929:233:27190:27207 Vaureal Quebec City +0.482895 aapg_ae_959.html aapg_ae_959.html:3114:236929:236952 Cherry Canyon Guadalupe Mountains National Park +0.2703 aapg_ad_943.html aapg_ad_943.html:176:19914:19937 Turner Valley Elkton, Kentucky +0.453096 aapg_aa_644.html aapg_aa_644.html:122:14305:14328 Burro Canyon Cedar Mountains +0.46501 aapg_ae_783.html aapg_ae_783.html:16:2690:2698 Woodford Ouachita Mountains +0.48128 gsa_html_5068384645 gsa_html_5068384645:76:6296:6324 Green River Colorado +0.480312 cspg_html_4699684578 cspg_html_4699684578:352:42764:42783 Graminia Calmar, Alberta +0.256542 palaios_html_7274959329 palaios_html_7274959329:126:13311:13326 Elk Wisconsin +0.48059 palaios_html_6034217939 palaios_html_6034217939:18:1015:1031 Liard Victoria, British Columbia +0.254478 cspg_html_4326384800 cspg_html_4326384800:1013:148409:148434 Beaverhill Swan Hill, Victoria +0.253935 aapg_ah_318.html aapg_ah_318.html:2629:219193:219201 Consuelo Oaxaca, Oaxaca +0.27404 aapg_af_562.html aapg_af_562.html:168:17657:17663 Warsaw Kentucky +0.270765 aapg_ah_534.html aapg_ah_534.html:109:8518:8530 Esopus Palmerton, Pennsylvania +0.795135 aapg_ai_887.html aapg_ai_887.html:383:45708:45717 Spearfish Manitoba +0.270336 aapg_ad_468.html aapg_ad_468.html:4:347:354 Norfolk Virginia +0.486912 geology_html_7799409237 geology_html_7799409237:26:1045:1051 Denver Colorado +0.50784 gsa_html_5852866732 gsa_html_5852866732:29:2796:2824 Green River Colorado +0.499372 aapg_ae_454.html aapg_ae_454.html:148:12718:12736 Bossier Arkansas +0.475776 aapg_ae_999.html aapg_ae_999.html:494:65425:65442 Anahuac Tampa, Florida +0.49894 gsa_html_2729737430 gsa_html_2729737430:429:44534:44552 Teewinot Grand Valley (Colorado) +0.250472 cspg_html_9222238695 cspg_html_9222238695:9:906:939 Fernie Western world +0.250965 cspg_html_3325817312 cspg_html_3325817312:219:18428:18436 Columbia Victoria, British Columbia +0.451704 aapg_af_397.html aapg_af_397.html:238:29667:29674 Entrada Entrada Sandstone +0.250444 aapg_ah_565.html aapg_ah_565.html:56:6959:6963 Hull Quebec City +0.26023 aapg_af_591.html aapg_af_591.html:22:2852:2867 Minnelusa Black Hills +0.248992 gsa_html_2240019054 gsa_html_2240019054:547:49175:49184 Knoxville The Carolinas +0.25449 aapg_ae_143.html aapg_ae_143.html:67:7790:7807 Gilwood Lesser Slave Lake Provincial Park +0.261121 aapg_ae_182.html aapg_ae_182.html:178:21161:21184 Cotton Valley Pine Island (Lee County, Florida) +0.24444 gsa_html_7102550258 gsa_html_7102550258:879:98804:98833 Denver Colorado Plateau +0.28355 aapg_af_517.html aapg_af_517.html:247:34397:34407 Kern River Bakersfield, California +0.26572 cspg_html_5241714595 cspg_html_5241714595:170:25567:25589 Winnipegosis Lacombe, Alberta +0.481873 gsa_html_2374661120 gsa_html_2374661120:744:69268:69296 Green River Colorado +0.347655 palaios_html_5398921270 palaios_html_5398921270:181:20827:20844 Kinzers Pennsylvania +0.258152 cspg_html_2161417858 cspg_html_2161417858:25:3579:3595 Exshaw Colleville-Montgomery +0.2345 aapg_ah_61.html aapg_ah_61.html:3:321:333 Rundle Central Alberta +0.28674 aapg_ah_276.html aapg_ah_276.html:247:24017:24043 Santa Margarita Monterey, California +0.496584 aapg_aa_545.html aapg_aa_545.html:503:51723:51731 Saratoga West Columbia, West Virginia +0.258516 cspg_html_2496035864 cspg_html_2496035864:6:333:370 Clearwater Lacombe, Alberta +0.491898 aapg_ae_350.html aapg_ae_350.html:97:12621:12627 Morgan Wilcox County, Georgia +0.47689 aapg_ae_596.html aapg_ae_596.html:328:33270:33281 Main Street Baton Rouge, Louisiana +0.479688 aapg_ac_55.html aapg_ac_55.html:504:58540:58546 Jordan Delaware +0.254989 cspg_html_5697056884 cspg_html_5697056884:137:14143:14149 Earlie Regina, Saskatchewan +0.268275 cspg_html_9136481292 cspg_html_9136481292:617:63018:63029 Peace River Lacombe, Alberta +0.490633 gsa_html_4913703235 gsa_html_4913703235:100:9380:9396 Cabot Head Ohio +0.278768 gsa_html_8010927234 gsa_html_8010927234:270:20214:20237 Smalls Falls Rangeley, Maine +0.40944 aapg_ai_143.html aapg_ai_143.html:53:6199:6209 Bow Island Saskatchewan River +0.47071 aapg_ac_59.html aapg_ac_59.html:288:36224:36238 Mission Valley Lake Elsinore, California +0.393966 gsa_html_9310053579 gsa_html_9310053579:733:63703:63712 Chumstick Washington (state) +0.491384 aapg_ah_757.html aapg_ah_757.html:170:17970:17979 Lodgepole Western world +0.258542 gsa_html_7040053075 gsa_html_7040053075:388:39831:39850 La Habra West Coyote Hills +0.265668 cspg_html_9894399778 cspg_html_9894399778:82:7561:7569 Cloverly Manitoba +0.262973 aapg_af_612.html aapg_af_612.html:65:9936:9949 Cook Mountain East Bernard, Texas +0.485376 gsa_html_3014459865 gsa_html_3014459865:990:88936:88964 Green River Colorado +0.482304 geology_html_4860930737 geology_html_4860930737:13:623:629 Reston Virginia +0.479457 gsa_html_7208175210 gsa_html_7208175210:1231:106331:106337 Sierra Earth +0.476755 sedimentology_html_5673709888 sedimentology_html_5673709888:975:42634:42648 Hawthorn Melbourne, Florida +0.902139 cspg_html_9683836416 cspg_html_9683836416:501:73981:73998 Bearpaw Lacombe, Alberta +0.340704 cspg_html_6306091047 cspg_html_6306091047:10:1113:1122 Baldonnel Victoria, British Columbia +0.260338 gsa_html_8926423406 gsa_html_8926423406:699:66947:66954 Concord New Hampshire +0.45908 gsa_html_5851281923 gsa_html_5851281923:226:23518:23527 Chumstick Washington (state) +0.378504 cspg_html_9343899465 cspg_html_9343899465:745:68765:68784 Strathcona Fiord Ellesmere Island +0.495945 gsa_html_1562614865 gsa_html_1562614865:63:5825:5853 Green River Colorado +0.473746 geology_html_2180500426 geology_html_2180500426:58:5527:5550 Carlsbad Oceanside, New York +0.23384 aapg_ai_804.html aapg_ai_804.html:115:10145:10154 Greenhorn Manitoba +0.485463 geology_html_2391629888 geology_html_2391629888:316:26767:26784 Temblor Bakersfield, California +0.238108 cspg_html_3097746547 cspg_html_3097746547:511:61467:61504 Basal Lacombe, Alberta +0.262636 gsa_html_8517233795 gsa_html_8517233795:619:56844:56862 Monterey California +0.464165 aapg_ah_142.html aapg_ah_142.html:18:1315:1321 Oregon Washington (state) +0.249984 aapg_ah_80.html aapg_ah_80.html:18:1738:1750 Arkose Ridge Talkeetna, Alaska +0.259056 gsa_html_5495469347 gsa_html_5495469347:751:63323:63339 Maroon Colorado +0.476652 gsa_html_5250670372 gsa_html_5250670372:719:52640:52649 San Diego California +0.38301 gsa_html_2605108986 gsa_html_2605108986:1048:90518:90549 Naknek Talkeetna Mountains +0.48822 cspg_html_1927777478 cspg_html_1927777478:6:327:342 Siyeh Lacombe, Alberta +0.693344 aapg_ak_54.html aapg_ak_54.html:45:5617:5625 Norphlet Santa Rosa, California +0.252164 palaios_html_7111318862 palaios_html_7111318862:1160:110593:110617 St. Mary River Lacombe, Alberta +0.474719 cspg_html_3908181328 cspg_html_3908181328:7:537:549 Saskatchewan Logan, Utah +0.490116 aapg_aa_95.html aapg_aa_95.html:30:3048:3058 Washington Colorado +0.479048 aapg_af_939.html aapg_af_939.html:37:4386:4394 Richmond Maquoketa, Iowa +0.8417 cspg_html_7409170811 cspg_html_7409170811:645:74633:74649 Exshaw Lacombe, Alberta +0.26563 gsa_html_7840671974 gsa_html_7840671974:720:68891:68926 Ankareh Cheyenne, Wyoming +0.26068 cspg_html_2182541128 cspg_html_2182541128:59:7105:7117 Fernie Turtle Mountain (Alberta) +0.466281 cspg_html_9236194363 cspg_html_9236194363:19:2048:2056 Edmonton Lacombe, Alberta +0.239105 aapg_ac_702.html aapg_ac_702.html:307:31836:31851 Oread Topeka, Kansas +0.46107 cspg_html_9343899465 cspg_html_9343899465:201:24980:25025 Blue Fiord Ellesmere Island +0.50895 cspg_html_7963093032 cspg_html_7963093032:648:59140:59163 Beaver Mines Lacombe, Alberta +0.259284 aapg_aa_906.html aapg_aa_906.html:651:67408:67425 Menefee New Mexico +0.451248 sedimentology_html_6714245905 sedimentology_html_6714245905:402:35301:35309 Colorado Logan, Utah +0.49749 gsa_html_1119256423 gsa_html_1119256423:530:46758:46766 Colorado Peoria, Illinois +0.249488 gsa_html_8938402362 gsa_html_8938402362:576:50997:51003 Walker California +0.275624 aapg_ad_812.html aapg_ad_812.html:52:6645:6662 Wingate Red Rocks Amphitheatre +0.453048 aapg_ad_466.html aapg_ad_466.html:228:29305:29317 Marshalltown Merchantville, New Jersey +0.26622 sedimentology_html_8384737970 sedimentology_html_8384737970:81:9222:9234 Entrada Carmel, Indiana +0.244036 sedimentology_html_4185931185 sedimentology_html_4185931185:384:34500:34529 Ninemile Spring Mountains +0.275616 aapg_ae_235.html aapg_ae_235.html:126:15737:15750 Potomac Worcester County, Maryland +0.280819 aapg_aa_287.html aapg_aa_287.html:378:46473:46489 Viking Regina, Saskatchewan +0.250992 gsa_html_1538463681 gsa_html_1538463681:57:5684:5690 Sonora New Mexico +0.8289 cspg_html_7409170811 cspg_html_7409170811:659:75722:75737 Banff Lacombe, Alberta +0.246973 aapg_ac_824.html aapg_ac_824.html:305:30350:30358 Fountain Fremont, California +0.507458 aapg_ad_351.html aapg_ad_351.html:760:65944:65960 Keokuk Burlington, Ontario +0.482895 aapg_ad_801.html aapg_ad_801.html:289:30952:30974 Chickasawhay Alabama +0.260568 aapg_ah_532.html aapg_ah_532.html:68:6383:6398 Rockwood Colorado +0.260865 aapg_ai_897.html aapg_ai_897.html:16:2017:2029 Saskatchewan Victoria, British Columbia +0.670943 aapg_aa_351.html aapg_aa_351.html:194:21824:21837 Everton Missouri River +0.2455 aapg_ae_656.html aapg_ae_656.html:70:8789:8799 Rancheria Marlin, Texas +0.491744 cspg_html_3735760125 cspg_html_3735760125:201:24563:24587 Wilcox Texas +0.41097 aapg_ac_789.html aapg_ac_789.html:26:4952:4965 Barnett Texas +0.542457 aapg_aa_914.html aapg_aa_914.html:152:16223:16228 Atoka Atoka, Oklahoma +0.492297 geology_html_8336068994 geology_html_8336068994:156:21007:21015 Santiago Andes +0.258572 aapg_aa_960.html aapg_aa_960.html:150:12588:12595 Todilto Colorado +0.478536 gsa_html_3527124774 gsa_html_3527124774:67:6057:6085 Green River New Mexico +0.28 aapg_aa_544.html aapg_aa_544.html:272:36845:36859 Niobrara Niobrara, Nebraska +0.461472 aapg_ac_574.html aapg_ac_574.html:336:37598:37618 Esmeralda Truckee, California +0.383227 cspg_html_7777724998 cspg_html_7777724998:783:75518:75552 Kootenay Lacombe, Alberta +0.473848 cspg_html_3962754176 cspg_html_3962754176:812:80612:80632 Clearwater Canada +0.47174 aapg_af_854.html aapg_af_854.html:804:112637:112652 Salem Missouri River +0.252909 aapg_aa_232.html aapg_aa_232.html:606:63774:63788 Fredericksburg Texas +0.489936 gsa_html_8062853427 gsa_html_8062853427:713:60373:60401 Green River Cheyenne, Wyoming +0.276672 cspg_html_7576506617 cspg_html_7576506617:93:13921:13942 Ekwan River Moose River (Maine) +0.47709 palaios_html_5444521865 palaios_html_5444521865:777:66490:66506 Luning Reno, Nevada +0.230874 aapg_ae_855.html aapg_ae_855.html:148:15513:15530 Flagstaff Salina, Kansas +0.497721 aapg_af_652.html aapg_af_652.html:56:7040:7060 Minnelusa Black Hills +0.2525 sedimentology_html_6416259425 sedimentology_html_6416259425:999:76967:76997 Gordon Ontario, California +0.26163 aapg_af_279.html aapg_af_279.html:378:36050:36055 Husky Pakistan +0.494656 cspg_html_4031489103 cspg_html_4031489103:328:47589:47610 Dutch Creek Fernie, British Columbia +0.236682 gsa_html_7808051457 gsa_html_7808051457:749:75274:75282 Colorado Leadville, Colorado +0.48504 aapg_ac_271.html aapg_ac_271.html:329:28671:28685 Bedford Pavia +0.82368 cspg_html_9613527162 cspg_html_9613527162:189:26215:26221 Shunda Moose Mountain (Alberta) +0.258456 cspg_html_3187844923 cspg_html_3187844923:14:1909:1932 Brothers Peak Western world +0.499069 aapg_af_416.html aapg_af_416.html:26:3098:3103 Yukon Lacombe, Alberta +0.27772 aapg_ad_338.html aapg_ad_338.html:408:48724:48735 Englishtown Raritan River +0.48132 aapg_af_398.html aapg_af_398.html:551:60812:60820 Virginia Jacksonville, Illinois +0.25272 aapg_ah_779.html aapg_ah_779.html:322:60206:60230 Flume Victoria, British Columbia +0.269874 cspg_html_9542530836 cspg_html_9542530836:335:35622:35649 Yeoman Williston Basin +0.719458 cspg_html_4269474759 cspg_html_4269474759:1038:106648:106655 Bearpaw Lacombe, Alberta +0.257544 cspg_html_9613527162 cspg_html_9613527162:177:24699:24715 Rundle Moose Mountain (Alberta) +0.266716 palaios_html_5582845937 palaios_html_5582845937:325:33249:33256 Hampton Virginia +0.26468 aapg_af_308.html aapg_af_308.html:128:12929:12935 Forest Venango, Pennsylvania +0.28028 aapg_ac_720.html aapg_ac_720.html:108:13659:13670 Hornerstown Navesink River +0.246973 aapg_ac_104.html aapg_ac_104.html:21:2185:2199 Lyre Clallam County, Washington +0.250901 palaios_html_3985706634 palaios_html_3985706634:416:44817:44823 Ludlow Pennsylvania +0.70413 aapg_ah_847.html aapg_ah_847.html:376:45994:46003 New Egypt New Egypt, New Jersey +0.25774 cspg_html_1222040397 cspg_html_1222040397:279:37784:37802 Glenogle Rocky Mountains +0.262384 aapg_ac_707.html aapg_ac_707.html:31:3141:3159 Kootenai Colorado +0.29952 aapg_ae_62.html aapg_ae_62.html:363:30152:30171 Deadwood Winnipeg +0.261522 jgeology_html_1786960036 jgeology_html_1786960036:171:9010:9016 Provo Apuseni Mountains +0.254769 aapg_aa_537.html aapg_aa_537.html:111:13032:13038 Keokuk Burlington, Ontario +0.256434 aapg_ad_192.html aapg_ad_192.html:301:33989:34005 Tuscaloosa Buckhorn, Pennsylvania +0.248496 geology_html_4584769570 geology_html_4584769570:237:22783:22792 San Diego California +0.261112 aapg_af_952.html aapg_af_952.html:757:73382:73391 Extension Saudi Arabia +0.255987 cspg_html_3385840278 cspg_html_3385840278:176:24122:24143 Beaverhill Swan Hill, Victoria +0.509229 aapg_ac_508.html aapg_ac_508.html:250:21400:21408 Niobrara Cheyenne County, Kansas +0.492336 aapg_af_304.html aapg_af_304.html:134:13244:13248 Frio Galveston Bay Area +0.362849 gsa_html_5576654414 gsa_html_5576654414:473:40924:40936 Owens Valley California +0.254925 aapg_ak_50.html aapg_ak_50.html:65:5493:5498 Sligo Karnes County, Texas +0.501795 aapg_ad_766.html aapg_ad_766.html:328:33808:33814 Dakota Mesa, Arizona +0.48323 geology_html_3378578158 geology_html_3378578158:9:296:301 Rapid North Carolina +0.253206 gsa_html_9161666105 gsa_html_9161666105:684:52223:52231 Virginia Shenandoah National Park +0.2335 jgeology_html_4305195651 jgeology_html_4305195651:242:18017:18026 Starlight Newport, Rhode Island +0.49368 gsa_html_5649755220 gsa_html_5649755220:1028:93402:93430 Green River Colorado +0.258063 aapg_ah_321.html aapg_ah_321.html:44:4517:4535 Maccrady Saltville, Virginia +0.248412 cspg_html_9136481292 cspg_html_9136481292:459:54278:54299 Englishtown Delaware +0.508948 aapg_ad_717.html aapg_ad_717.html:220:24531:24541 Phosphoria Kaibab, Arizona +0.258416 geology_html_8365664922 geology_html_8365664922:259:21021:21026 Stump Huffman, Texas +0.257316 palaios_html_3020881733 palaios_html_3020881733:314:32791:32803 Pierre Stroudsburg, Pennsylvania +0.49728 sedimentology_html_8501487717 sedimentology_html_8501487717:1350:102867:102882 Banff Lacombe, Alberta +0.269538 cspg_html_8988103418 cspg_html_8988103418:7:597:605 Columbia Victoria, British Columbia +0.473144 gsa_html_9755702281 gsa_html_9755702281:326:26926:26942 Modelo Oak Ridge, Tennessee +0.43095 cspg_html_5272711466 cspg_html_5272711466:181:20403:20419 Ireton Lacombe, Alberta +0.493569 gsa_html_6738340121 gsa_html_6738340121:668:62046:62058 Owens Valley California +0.300384 cspg_html_5697056884 cspg_html_5697056884:527:53801:53809 Deadwood Renville County, Minnesota +0.495492 aapg_af_592.html aapg_af_592.html:92:7938:7954 San Andres West Texas +0.497896 gsa_html_7431977087 gsa_html_7431977087:66:5146:5174 Green River Colorado +0.47432 cspg_html_3893568904 cspg_html_3893568904:25:3299:3309 Loon River Clearwater, Florida +0.263088 aapg_ad_466.html aapg_ad_466.html:759:82911:82932 Hornerstown Monmouth County, New Jersey +0.2392 cspg_html_2796643803 cspg_html_2796643803:6:313:332 Deadwood Lacombe, Alberta +0.936036 aapg_ac_629.html aapg_ac_629.html:418:53429:53437 Beaumont Texas +0.482132 aapg_aa_928.html aapg_aa_928.html:333:38860:38869 Vicksburg Western world +0.251196 cspg_html_1058139432 cspg_html_1058139432:634:75501:75519 Cardium Lacombe, Alberta +0.246506 cspg_html_1962846283 cspg_html_1962846283:48:6914:6917 Elk Kootenay River +0.270039 aapg_ac_719.html aapg_ac_719.html:40:4143:4160 Vermejo Trinidad and Tobago +0.505817 aapg_ad_269.html aapg_ad_269.html:283:31027:31045 Morrison Colorado +0.354304 aapg_aa_263.html aapg_aa_263.html:75:9581:9606 Moenkopi Logan, Utah +0.249798 geology_html_1390060534 geology_html_1390060534:41:4529:4540 Green River Logan, Utah +0.250832 aapg_ac_71.html aapg_ac_71.html:321:38126:38142 Dunlap Reno, Nevada +0.27352 aapg_ad_2.html aapg_ad_2.html:656:94969:94976 Potsdam Adirondack Mountains +0.505984 aapg_ad_760.html aapg_ad_760.html:26:4105:4113 Vaqueros Santa Clara County, California +0.875612 aapg_ac_742.html aapg_ac_742.html:104:12492:12515 Gypsum Spring Cheyenne, Wyoming +0.26265 jgeology_html_2872695575 jgeology_html_2872695575:536:33190:33209 Llewellyn Pottsville, Pennsylvania +0.271405 cspg_html_8227554214 cspg_html_8227554214:217:23604:23626 Hillsborough Hillsborough, California +0.261085 cspg_html_7777724998 cspg_html_7777724998:141:20905:20926 Peace River Lacombe, Alberta +0.261112 geology_html_3197685690 geology_html_3197685690:154:15461:15467 Oregon Montgomery (town), New York +0.865488 aapg_ae_789.html aapg_ae_789.html:506:61557:61570 Wabamun Edmonton, London +0.48918 cspg_html_5484260516 cspg_html_5484260516:1190:107591:107609 Palliser Victoria, British Columbia +0.879555 aapg_aa_544.html aapg_aa_544.html:261:35919:35928 Greenhorn Cheyenne, Wyoming +0.267794 aapg_af_808.html aapg_af_808.html:880:113877:113892 Gatun Martinique +0.237194 aapg_ac_367.html aapg_ac_367.html:20:2638:2667 Baraboo Quartzite Galesville, Maryland +0.4644 aapg_ah_962.html aapg_ah_962.html:150:16454:16463 Frankfort Richmond, California +0.269874 cspg_html_2039656422 cspg_html_2039656422:38:3800:3809 Neruokpuk Spring River (Missouri) +0.479808 aapg_ah_696.html aapg_ah_696.html:353:49500:49549 Rockwell Washington (state) +0.48297 cspg_html_6274889925 cspg_html_6274889925:14:1263:1275 Saskatchewan Victoria, British Columbia +0.264158 aapg_ai_860.html aapg_ai_860.html:283:42712:42723 Platteville Illinois +0.491071 aapg_ac_635.html aapg_ac_635.html:49:6789:6795 Oregon Populus sect. Aegiros +0.458658 aapg_ad_269.html aapg_ad_269.html:70:7951:7958 Todilto Entrada Sandstone +0.48951 aapg_ac_211.html aapg_ac_211.html:802:45759:45767 Colorado Denver +0.50948 aapg_ai_112.html aapg_ai_112.html:60:12064:12079 Goliad Texas +0.24196 aapg_ad_820.html aapg_ad_820.html:237:27373:27385 Exshaw Lacombe, Alberta +0.855738 aapg_af_337.html aapg_af_337.html:3:457:478 Piney Point Delaware +0.524952 aapg_ae_392.html aapg_ae_392.html:128:11645:11651 Warsaw Batesville, Arkansas +0.391421 aapg_ah_665.html aapg_ah_665.html:196:22052:22067 Weeks Logan, Utah +0.467934 aapg_aa_216.html aapg_aa_216.html:702:64946:64950 Kent North Sea oil +0.479808 geology_html_3347895539 geology_html_3347895539:12:470:478 Montreal Quebec City +0.769041 cspg_html_3762708087 cspg_html_3762708087:250:33721:33737 Viking Regina, Saskatchewan +0.477785 cspg_html_7086880709 cspg_html_7086880709:312:40112:40126 Elk Lacombe, Alberta +0.269824 aapg_ae_319.html aapg_ae_319.html:595:50179:50185 Carmel Vernal, Utah +0.24308 palaios_html_7679079277 palaios_html_7679079277:580:48288:48299 Pine Island Melbourne, Florida +0.688524 gsa_html_8152640301 gsa_html_8152640301:805:74521:74552 Naknek Anchorage, Alaska +0.489027 aapg_ai_157.html aapg_ai_157.html:453:41947:41953 Guelph Norfolk, Virginia +0.457 cspg_html_3473883402 cspg_html_3473883402:308:49163:49184 Cooking Lake Edmonton, London +0.47595 geology_html_4403865682 geology_html_4403865682:305:26302:26338 Protection San Francisco +0.24633 aapg_ai_764.html aapg_ai_764.html:112:12754:12773 Oil Creek West Texas +0.24849 aapg_aa_172.html aapg_aa_172.html:699:75345:75362 Bedford Canada +0.27825 cspg_html_4176605708 cspg_html_4176605708:756:70739:70757 Dunvegan Victoria, British Columbia +0.252296 gsa_html_7040053075 gsa_html_7040053075:1272:129655:129663 Rockwell California +0.254829 aapg_aa_954.html aapg_aa_954.html:240:21597:21613 Bethel Laurens County, Georgia +0.913815 aapg_ae_884.html aapg_ae_884.html:194:25915:25933 Frontier Mancos, Colorado +0.264901 gsa_html_8321564642 gsa_html_8321564642:876:83420:83425 Crete Greece +0.258266 aapg_ad_864.html aapg_ad_864.html:521:37247:37271 Choctawhatchee Melbourne, Florida +0.48316 cspg_html_9941227593 cspg_html_9941227593:855:83776:83817 Shaunavon Regina, Saskatchewan +0.506538 aapg_af_452.html aapg_af_452.html:38:5568:5588 Phosphoria Cheyenne, Wyoming +0.471696 geology_html_7176261014 geology_html_7176261014:281:21887:21891 Hall London, Ontario +0.27178 aapg_ah_645.html aapg_ah_645.html:88:11595:11600 Piper Williston, Vermont +0.498432 aapg_ah_614.html aapg_ah_614.html:6:603:620 Sullivan Anchorage, Alaska +0.682584 aapg_af_494.html aapg_af_494.html:77:7830:7855 Red Head Rapids Southampton Island +0.709632 cspg_html_8756009083 cspg_html_8756009083:764:78380:78399 Chinchaga Great Slave Lake +0.4825 aapg_ae_958.html aapg_ae_958.html:1894:161589:161607 Carlsbad New Mexico +0.258552 gsa_html_1119256423 gsa_html_1119256423:856:86518:86535 White River Nebraska +0.47787 gsa_html_1617077506 gsa_html_1617077506:9:372:380 Columbia Victoria, British Columbia +0.501723 aapg_ae_28.html aapg_ae_28.html:640:53517:53533 Bighorn Dolomite Cheyenne, Wyoming +0.487705 aapg_ae_96.html aapg_ae_96.html:164:19154:19160 Oregon Reno, Nevada +0.44929 cspg_html_9768299963 cspg_html_9768299963:279:30418:30435 Belly River Lacombe, Alberta +0.51467 gsa_html_4446967287 gsa_html_4446967287:639:55409:55417 Columbia Victoria, British Columbia +0.50065 sedimentology_html_2601136107 sedimentology_html_2601136107:1485:91248:91268 San Andres West, Texas +0.266716 cspg_html_5241714595 cspg_html_5241714595:638:95437:95453 Exshaw Regina, Saskatchewan +0.24487 aapg_ad_683.html aapg_ad_683.html:738:73866:73870 Rico Colorado +0.5035 cspg_html_1814004928 cspg_html_1814004928:702:70348:70374 Monterey California +0.337641 palaios_html_1047361324 palaios_html_1047361324:445:43625:43649 Choctawhatchee Melbourne, Florida +0.360372 jgeology_html_1095412310 jgeology_html_1095412310:525:32111:32149 Conococheague Maryland +0.478908 aapg_ad_557.html aapg_ad_557.html:8287:375780:375808 Capistrano California +0.246909 cspg_html_4374961624 cspg_html_4374961624:29:5179:5184 Tatei Mount Robson Provincial Park +0.504096 aapg_ae_876.html aapg_ae_876.html:274:28157:28182 Cedar Mountain Middle East +0.47817 gsa_html_6281658899 gsa_html_6281658899:694:75718:75746 Green River Cheyenne, Wyoming +0.48412 aapg_ah_148.html aapg_ah_148.html:298:34892:34904 Cooking Lake Lacombe, Alberta +0.267064 cspg_html_9958679425 cspg_html_9958679425:36:3848:3854 Calmar Regina, Saskatchewan +0.25553 aapg_ac_490.html aapg_ac_490.html:176:22161:22169 Hulcross Boulder Creek (Colorado) +0.489472 sedimentology_html_6341302045 sedimentology_html_6341302045:565:49307:49325 York River Virginia +0.38582 cspg_html_9701352317 cspg_html_9701352317:6:504:524 Otto Fiord Ellesmere Island +0.26571 palaios_html_5600528347 palaios_html_5600528347:569:54705:54726 Green River Cheyenne, Wyoming +0.255016 aapg_ad_152.html aapg_ad_152.html:2275:287139:287156 Kaibab Arizona +0.4788 aapg_ac_103.html aapg_ac_103.html:17:2884:2888 Lyre Clallam County, Washington +0.4685 cspg_html_8532932475 cspg_html_8532932475:195:20588:20605 Bluesky Willapa Bay +0.270908 cspg_html_8369994160 cspg_html_8369994160:165:17543:17566 Turner Valley Elkton, Kentucky +0.5018 sedimentology_html_3948129797 sedimentology_html_3948129797:1836:115502:115506 Ross Stroudsburg, Pennsylvania +0.49712 cspg_html_2873888604 cspg_html_2873888604:189:30215:30223 Columbia Lacombe, Alberta +0.247852 sedimentology_html_3865745685 sedimentology_html_3865745685:1855:121300:121318 Dunvegan Wadsworth, Ohio +0.262685 gsa_html_4940410718 gsa_html_4940410718:535:48893:48906 Santa Barbara North Atlantic Current +0.465429 aapg_af_854.html aapg_af_854.html:345:43047:43057 Kinderhook Bloomington, Indiana +0.255972 cspg_html_3854139935 cspg_html_3854139935:29:4660:4667 Pakowki Milk River, Alberta +0.241017 cspg_html_9275863663 cspg_html_9275863663:217:31112:31127 Waterways Swan Hill, Victoria +0.482377 cspg_html_6032369756 cspg_html_6032369756:435:52554:52566 Medicine Hat Milk River, Alberta +0.515367 aapg_af_897.html aapg_af_897.html:5:772:781 Allegheny Pottsville, Pennsylvania +0.236196 sedimentology_html_6630646481 sedimentology_html_6630646481:2195:64747:64757 Washington Salem, Oregon +0.260554 aapg_ac_715.html aapg_ac_715.html:199:14322:14332 Cedar Lake Wright County, Missouri +0.266252 gsa_html_3646882130 gsa_html_3646882130:430:40950:40960 Washington Washington (state) +0.465429 aapg_ai_975.html aapg_ai_975.html:51:9355:9371 Paluxy Rodessa, Louisiana +0.247475 gsa_html_5107598462 gsa_html_5107598462:86:8388:8421 Martinsburg Waynesboro, Pennsylvania +0.459836 aapg_aa_66.html aapg_aa_66.html:315:28206:28212 Denver Colorado +0.262656 palaios_html_6496160433 palaios_html_6496160433:106:16127:16151 El Paso Texas +0.491967 geology_html_8177333319 geology_html_8177333319:109:10064:10073 Newcastle Jamaica, Queens +0.469712 cspg_html_1159946432 cspg_html_1159946432:794:91249:91261 Saskatchewan Waseca, Minnesota +0.49632 aapg_af_469.html aapg_af_469.html:366:41487:41495 Humboldt Great Basin +0.252486 aapg_af_598.html aapg_af_598.html:125:9800:9807 Lenapah Seminole, Texas +0.480568 gsa_html_4671856643 gsa_html_4671856643:62:4829:4857 Green River New Mexico +0.2485 aapg_ai_410.html aapg_ai_410.html:366:31943:31963 Maroon Hermosa, Chicago +0.50295 gsa_html_1040524378 gsa_html_1040524378:615:69660:69671 Green River Cheyenne, Wyoming +0.345092 aapg_ad_959.html aapg_ad_959.html:104:10833:10855 Clays Ferry Kentucky +0.511638 aapg_ai_491.html aapg_ai_491.html:281:33555:33580 Pinkerton Trail Des Moines, Washington +0.52 aapg_aa_426.html aapg_aa_426.html:156:34473:34497 Smackover Haynesville, Louisiana +0.249996 AMJC_html_6341723617 AMJC_html_6341723617:319:29082:29101 Flagstaff Flagstaff, Arizona +0.50085 aapg_ae_223.html aapg_ae_223.html:91:11285:11294 Mesaverde Colorado +0.392832 cspg_html_4625995889 cspg_html_4625995889:459:59223:59239 Albert New Brunswick, New Jersey +0.2667 aapg_aa_124.html aapg_aa_124.html:925:86864:86884 Bow Island Canada +0.489027 aapg_ad_683.html aapg_ad_683.html:58:8850:8865 Supai Coconino County, Arizona +0.503562 aapg_ah_536.html aapg_ah_536.html:393:51487:51494 Rodessa Rodessa, Louisiana +0.256536 gsa_html_4719798013 gsa_html_4719798013:386:39474:39499 Blackwater Draw Pecos River +0.51191 gsa_html_5507509274 gsa_html_5507509274:1100:108125:108135 Washington Boise, Idaho +0.26058 sedimentology_html_6337108022 sedimentology_html_6337108022:1362:70159:70174 Makah Washington (state) +0.495492 cspg_html_5406720001 cspg_html_5406720001:115:14073:14081 Columbia Victoria, British Columbia +0.246954 cspg_html_4403434336 cspg_html_4403434336:258:30638:30643 Price Canada +0.5738 aapg_af_308.html aapg_af_308.html:380:44583:44589 Pocono Greenbrier (Great Smoky Mountains) +0.250677 aapg_ai_4.html aapg_ai_4.html:116:12902:12910 Monterey Great Basin +0.496584 aapg_ai_187.html aapg_ai_187.html:222:22634:22640 Casper Cheyenne, Wyoming +0.2535 cspg_html_3831007171 cspg_html_3831007171:7:422:443 Edmonton Lacombe, Alberta +0.241895 gsa_html_9181545711 gsa_html_9181545711:845:76651:76669 Fountain Manitou Springs, Colorado +0.237566 aapg_ac_298.html aapg_ac_298.html:187:17735:17747 Saskatchewan Regina, Saskatchewan +0.273812 gsa_html_8716356528 gsa_html_8716356528:1229:89634:89662 Green River New Mexico +0.26364 cspg_html_6588266079 cspg_html_6588266079:327:33530:33548 Dunvegan Lacombe, Alberta +0.458878 palaios_html_3415407632 palaios_html_3415407632:257:25108:25120 Saskatchewan Williston Basin +0.264528 aapg_ac_719.html aapg_ac_719.html:124:13605:13620 Raton Niobrara, Nebraska +0.9443 aapg_aa_684.html aapg_aa_684.html:23:2536:2555 Spearfish Black Hills +0.24941 aapg_ae_388.html aapg_ae_388.html:241:21419:21436 El Abra Mexico +0.256035 cspg_html_2826081830 cspg_html_2826081830:37:5524:5580 Grand Rapids Lacombe, Alberta +0.688469 aapg_ad_379.html aapg_ad_379.html:58:5201:5208 Oquirrh Logan, Utah +0.280875 aapg_ac_741.html aapg_ac_741.html:227:24680:24698 Niobrara Nebraska +0.50246 gsa_html_1783148177 gsa_html_1783148177:1194:105625:105630 Nopah California +0.249428 aapg_ac_972.html aapg_ac_972.html:81:9349:9357 Vaqueros Monterey, California +0.453152 aapg_af_0.html aapg_af_0.html:532:58693:58713 Mucuchachi Pennsylvania +0.254478 aapg_ae_876.html aapg_ae_876.html:98:11553:11584 Cedar Mountain Middle East +0.492345 aapg_ac_688.html aapg_ac_688.html:266:22893:22914 Green River Logan, Utah +0.26355 aapg_ah_327.html aapg_ah_327.html:292:26484:26491 Charles Williston, Vermont +0.27248 palaios_html_2621173808 palaios_html_2621173808:620:69788:69805 Montney Victoria, British Columbia +0.486244 aapg_ah_529.html aapg_ah_529.html:151:13289:13306 El Paso Arizona +0.371348 aapg_ai_478.html aapg_ai_478.html:34:2973:2985 Fort Simpson Great Slave Lake +0.497988 aapg_af_562.html aapg_af_562.html:68:9278:9298 Tuscaloosa Tuscaloosa, Alabama +0.479622 cspg_html_9435196958 cspg_html_9435196958:125:5366:5374 Edmonton Lacombe, Alberta +0.256011 sedimentology_html_7094042012 sedimentology_html_7094042012:722:69083:69090 Deville Jura Mountains +0.237236 cspg_html_9661038059 cspg_html_9661038059:254:36531:36551 Bow Island Colorado +0.249991 palaios_html_5582845937 palaios_html_5582845937:310:31084:31091 Hampton Virginia +0.245508 aapg_aa_621.html aapg_aa_621.html:544:68775:68783 Tensleep Powder River (Montana) +0.259072 aapg_ae_147.html aapg_ae_147.html:142:15962:15968 Modelo South Mountains (Arizona) +0.503382 cspg_html_8231124788 cspg_html_8231124788:229:25486:25498 Fernie Kootenay River +0.268842 cspg_html_7330983978 cspg_html_7330983978:499:41151:41168 Romaine Canada +0.244829 aapg_ae_873.html aapg_ae_873.html:155:19249:19269 Smackover Paluxy, Texas +0.239776 aapg_aa_913.html aapg_aa_913.html:382:29977:29984 El Abra Mexico +0.48672 aapg_aa_473.html aapg_aa_473.html:330:48165:48187 Barnett Texas +0.476652 gsa_html_2605108986 gsa_html_2605108986:1095:94748:94776 Green River Colorado +0.484124 aapg_ai_479.html aapg_ai_479.html:61:7706:7725 Squaw Bay Michigan +0.23817 aapg_ac_986.html aapg_ac_986.html:1063:122513:122529 Raton New Mexico +0.245916 gsa_html_3620519671 gsa_html_3620519671:775:84431:84440 Valentine Reno, Nevada +0.487473 geology_html_9803999307 geology_html_9803999307:276:22271:22295 Salado New Mexico +0.518293 gsa_html_1807597349 gsa_html_1807597349:1147:94645:94673 Green River Colorado +0.480768 palaios_html_8869948553 palaios_html_8869948553:61:10733:10739 Moscow Skaneateles (village), New York +0.477225 cspg_html_3404912985 cspg_html_3404912985:107:17942:17959 Bearpaw Lacombe, Alberta +0.91584 aapg_ac_688.html aapg_ac_688.html:110:11487:11504 Entrada Leadville, Colorado +0.464598 aapg_ai_705.html aapg_ai_705.html:635:70912:70917 Cadiz Spain +0.269217 cspg_html_4516258038 cspg_html_4516258038:394:45188:45198 Bird Fiord Bathurst Island (Northern Territory) +0.252296 aapg_af_469.html aapg_af_469.html:746:75263:75269 Reston Virginia +0.262384 gsa_html_2877730818 gsa_html_2877730818:67:7489:7510 Wood Canyon Pahrump, Nevada +0.485463 aapg_ah_243.html aapg_ah_243.html:88:10421:10448 Catahoula Texas +0.2597 cspg_html_2018998204 cspg_html_2018998204:67:7967:7972 Nonda Liard River, British Columbia +0.492701 aapg_ae_904.html aapg_ae_904.html:514:54069:54077 Columbia Victoria, British Columbia +0.494656 cspg_html_4867288101 cspg_html_4867288101:289:38587:38600 Windsor Bridgetown, Nova Scotia +0.491071 aapg_ai_974.html aapg_ai_974.html:375:40186:40192 Oregon Washington (state) +0.25599 aapg_ac_151.html aapg_ac_151.html:175:27546:27560 Frio Brazoria County, Texas +0.253272 gsa_html_1266138577 gsa_html_1266138577:396:32749:32755 Monola Salinas Valley +0.435456 aapg_aa_684.html aapg_aa_684.html:191:18735:18739 Jelm Cheyenne, Wyoming +0.24531 aapg_ae_794.html aapg_ae_794.html:708:81242:81262 Owl Creek Selma to Montgomery marches +0.492246 aapg_ac_989.html aapg_ac_989.html:321:44444:44452 Michigan West Texas +0.48006 gsa_html_5928791685 gsa_html_5928791685:145:15246:15271 Westboro Boise, Idaho +0.502603 aapg_ai_296.html aapg_ai_296.html:174:16854:16872 Everton Fulton, Missouri +0.282295 aapg_ah_27.html aapg_ah_27.html:471:62186:62197 Atoka Texas +0.495804 aapg_ai_82.html aapg_ai_82.html:107:13585:13595 Greenbrier Pottsville, Pennsylvania +0.475132 aapg_ad_963.html aapg_ad_963.html:17:2298:2307 Macuspana Veracruz, Veracruz +0.250901 aapg_ah_318.html aapg_ah_318.html:1177:118214:118237 Cotton Valley Arkansas +0.268536 aapg_ae_47.html aapg_ae_47.html:119:10430:10439 Oil Creek Turkey Creek, Louisiana +0.265856 aapg_ad_70.html aapg_ad_70.html:258:17924:17930 Dakota New Mexico +0.483041 gsa_html_1217771406 gsa_html_1217771406:801:76905:76918 Santa Barbara California +0.287196 aapg_ah_524.html aapg_ah_524.html:122:12928:12943 Weber Carbondale, Pennsylvania +0.24035 cspg_html_4621547038 cspg_html_4621547038:591:64535:64550 Melville Island Ottawa, Kansas +0.481816 aapg_ai_49.html aapg_ai_49.html:872:108232:108251 Minnelusa Cheyenne, Wyoming +0.48297 cspg_html_6715452766 cspg_html_6715452766:486:55699:55720 Fort Union Powder River Basin +0.255 aapg_ai_462.html aapg_ai_462.html:174:18642:18659 El Abra Matamoros, Tamaulipas +0.48925 gsa_html_9321336768 gsa_html_9321336768:1036:85770:85798 Green River New Mexico +0.246384 cspg_html_7178716951 cspg_html_7178716951:58:8761:8777 Fernie Kootenay River +0.606936 aapg_ai_82.html aapg_ai_82.html:78:10113:10133 Greenbrier Washington (state) +0.504774 aapg_af_479.html aapg_af_479.html:701:74560:74569 San Diego California +0.506996 cspg_html_6140605204 cspg_html_6140605204:38:6243:6259 Dakota Cairns, Queensland +0.479668 aapg_ad_720.html aapg_ad_720.html:799:66106:66119 Yeso New Mexico +0.255915 aapg_ai_388.html aapg_ai_388.html:287:29377:29388 Green River Wasatch Range +0.270772 aapg_aa_147.html aapg_aa_147.html:286:35062:35075 Deadwood Regina, Saskatchewan +0.256905 aapg_ah_534.html aapg_ah_534.html:133:10594:10601 Willard Selinsgrove Area School District +0.490716 gsa_html_8408927252 gsa_html_8408927252:76:7343:7371 Green River Colorado +0.921596 aapg_aa_106.html aapg_aa_106.html:394:41480:41505 Dawson Bay Regina, Saskatchewan +0.468789 aapg_ae_777.html aapg_ae_777.html:59:7847:7871 Arroyo Meramec River +0.237524 gsa_html_2877093757 gsa_html_2877093757:834:86878:86884 Denver Colorado +0.248472 gsa_html_3010975239 gsa_html_3010975239:219:31492:31500 Michigan Saginaw, Michigan +0.47846 sedimentology_html_9522643663 sedimentology_html_9522643663:149:13548:13554 Carmel Entrada Sandstone +0.265734 cspg_html_9637445661 cspg_html_9637445661:135:14331:14339 Columbia Victoria, British Columbia +0.255892 cspg_html_7839431712 cspg_html_7839431712:18:2232:2246 Edmonton Lacombe, Alberta +0.46812 cspg_html_8121202912 cspg_html_8121202912:301:36926:36941 Wonah Mount Wilson Observatory +0.259077 palaios_html_1020763489 palaios_html_1020763489:195:22624:22651 Quinault Washington (state) +0.26622 aapg_aa_147.html aapg_aa_147.html:670:68775:68805 Saskatchewan Manitoba +0.488379 jgeology_html_2295345004 jgeology_html_2295345004:770:51955:51977 Carrizo Texas +0.245508 gsa_html_3380395839 gsa_html_3380395839:51:4832:4838 Oregon Washington (state) +0.257024 sedimentology_html_2912098544 sedimentology_html_2912098544:86:10276:10301 Chinle Canyonlands National Park +0.250937 cspg_html_4694482219 cspg_html_4694482219:40:4985:4999 Edmonton Western world +0.263592 cspg_html_6810036199 cspg_html_6810036199:7:791:811 Bow Island Lacombe, Alberta +0.251835 aapg_ah_83.html aapg_ah_83.html:56:7919:7933 Cloverly Cheyenne, Wyoming +0.477288 cspg_html_2013109828 cspg_html_2013109828:160:28216:28251 Chancellor Middle East +0.255811 aapg_ad_174.html aapg_ad_174.html:43:5153:5162 Greenhorn Niobrara, Nebraska +0.485077 sedimentology_html_2898428289 sedimentology_html_2898428289:1489:78833:78845 Salina Michigan Basin +0.523296 aapg_af_2.html aapg_af_2.html:843:72017:72028 Reclamation Colorado +0.274046 aapg_ai_54.html aapg_ai_54.html:27:3349:3355 Midway Selma to Montgomery marches +0.404584 cspg_html_4860363565 cspg_html_4860363565:13:1262:1269 Gilwood Lacombe, Alberta +0.251472 aapg_ae_71.html aapg_ae_71.html:313:29034:29040 Navajo Kayenta, Arizona +0.471276 gsa_html_5096547935 gsa_html_5096547935:572:54947:54955 Colorado Colorado +0.253847 gsa_html_9979192554 gsa_html_9979192554:950:90166:90174 Columbia Victoria, British Columbia +0.488892 aapg_af_77.html aapg_af_77.html:72:5983:5992 Smackover Cotton Valley, Louisiana +0.25544 cspg_html_2161417858 cspg_html_2161417858:397:43918:43931 Wabamun Lacombe, Alberta +0.70119 geology_html_9591687241 geology_html_9591687241:26:1417:1425 Rockwood Knoxville, Tennessee +0.273525 aapg_ah_182.html aapg_ah_182.html:37:4523:4548 Jacksonburg Pennsylvania +0.257775 palaios_html_8064020973 palaios_html_8064020973:95:11651:11660 St. Johns Arizona +0.240937 aapg_aa_181.html aapg_aa_181.html:289:28927:28935 San Jose San Lucas, California +0.2475 gsa_html_3898240693 gsa_html_3898240693:658:62881:62890 Flagstaff Arizona +0.2525 aapg_ah_215.html aapg_ah_215.html:239:23387:23394 Thorold Norfolk County, Ontario +0.26826 palaios_html_3112927242 palaios_html_3112927242:600:51369:51386 Juniata Pennsylvania +0.259 cspg_html_4680797491 cspg_html_4680797491:239:25935:25954 Waterways Swan Hill, Victoria +0.2495 aapg_ac_719.html aapg_ac_719.html:167:19586:19604 Huerfano Huerfano, New Mexico +0.499464 AMJC_html_1964550508 AMJC_html_1964550508:866:97225:97232 Bedford San Fernando Valley +0.50688 aapg_ai_399.html aapg_ai_399.html:413:41540:41552 Ripley Lagrangian point +0.47975 aapg_ai_44.html aapg_ai_44.html:145:22568:22574 Sierra Venezuela +0.241943 aapg_ae_681.html aapg_ae_681.html:56:7581:7587 Werner Arkansas +0.497798 aapg_af_614.html aapg_af_614.html:180:14351:14357 Lisbon Lisbon +0.25553 sedimentology_html_4101202094 sedimentology_html_4101202094:55:6187:6193 Oregon Washington (state) +0.26163 aapg_ad_812.html aapg_ad_812.html:50:6261:6269 Red Rock Kayenta, Arizona +0.240084 cspg_html_9843429624 cspg_html_9843429624:44:5702:5712 Jean Marie Victoria, British Columbia +0.350655 cspg_html_8535889489 cspg_html_8535889489:206:29959:29976 Ringnes Melville Island (Canada) +0.897756 cspg_html_1159794850 cspg_html_1159794850:186:28831:28848 Salina Greifensee, Zurich +0.25317 aapg_ah_96.html aapg_ah_96.html:553:64329:64337 Winnipeg Red River of the North +0.481618 aapg_ae_789.html aapg_ae_789.html:52:6742:6755 Wabamun Lacombe, Alberta +0.268299 aapg_aa_207.html aapg_aa_207.html:107:11390:11400 Wind River Uinta Mountains +0.272796 aapg_ah_484.html aapg_ah_484.html:8:1419:1434 Yegua Charlotte, North Carolina +0.254 palaios_html_3753556492 palaios_html_3753556492:512:40506:40514 Scotland Dorset +0.478208 gsa_html_6062330506 gsa_html_6062330506:186:22622:22638 Salado Pecos River +0.270864 jgeology_html_4115179562 jgeology_html_4115179562:1097:65293:65312 Tuscarora Virginia +0.419 AMJC_html_8619525948 AMJC_html_8619525948:408:46657:46669 Rhode Island Cambridge, Massachusetts +0.51395 aapg_ac_477.html aapg_ac_477.html:593:68570:68587 Cardium Canada +0.26563 jgeology_html_4599466962 jgeology_html_4599466962:252:18234:18243 Schoharie Onondaga (tribe) +0.938961 AMJC_html_6759408618 AMJC_html_6759408618:59:5191:5200 Allentown Tripoli, Lebanon +0.25755 sedimentology_html_2898428289 sedimentology_html_2898428289:1633:84709:84734 Grosmont Western Canadian Sedimentary Basin +0.479688 cspg_html_1130307766 cspg_html_1130307766:96:9334:9341 Halfway Victoria, British Columbia +0.497721 aapg_ae_836.html aapg_ae_836.html:35:3398:3406 Woodbine Mooringsport, Louisiana +0.252865 aapg_ai_997.html aapg_ai_997.html:737:63433:63449 Forbes Tehama, California +0.255811 cspg_html_3008414459 cspg_html_3008414459:581:66150:66165 Mt Lytton Northern Great Plain +0.259032 aapg_af_360.html aapg_af_360.html:195:18663:18666 Ada Seminole, Texas +0.252384 aapg_ai_409.html aapg_ai_409.html:90:9761:9772 Arkadelphia Arkadelphia, Arkansas +0.258566 cspg_html_3124360347 cspg_html_3124360347:344:42644:42655 Utica Iberville Parish, Louisiana +0.237088 geology_html_7252964522 geology_html_7252964522:245:21511:21519 Virginia Chesapeake Bay +0.50138 AMJC_html_7194812602 AMJC_html_7194812602:330:34630:34637 St Marys China +0.243486 jgeology_html_5435533156 jgeology_html_5435533156:308:19101:19123 Schenectady Frankfort, Illinois +0.514745 aapg_ae_388.html aapg_ae_388.html:280:25569:25578 Vicksburg Key West, Florida +0.250498 cspg_html_1565769407 cspg_html_1565769407:97:13029:13040 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador +0.506782 aapg_ac_235.html aapg_ac_235.html:369:37572:37590 Cloverly Western world +0.270848 aapg_af_653.html aapg_af_653.html:1201:143771:143777 Cierbo San Pablo Bay National Wildlife Refuge +0.456576 geology_html_4304054973 geology_html_4304054973:20:1261:1279 Virginia Lake Superior +0.504768 palaios_html_5398833984 palaios_html_5398833984:720:85137:85159 Judith River Lacombe, Alberta +0.258063 geology_html_1218096174 geology_html_1218096174:201:17918:17926 Columbia Mekong Delta +0.252993 aapg_ad_440.html aapg_ad_440.html:18:2656:2664 Maccrady Pocono Raceway +0.26985 cspg_html_4495377323 cspg_html_4495377323:66:8948:8961 Fernie Lacombe, Alberta +0.265081 gsa_html_5188174363 gsa_html_5188174363:14:876:895 Pansy Lee Conglomerate Boulder Creek (Colorado) +0.274052 aapg_ah_201.html aapg_ah_201.html:575:59614:59632 Cardium Calgary +0.264708 sedimentology_html_8006979411 sedimentology_html_8006979411:83:7176:7210 Kaskapau Lacombe, Alberta +0.432418 aapg_ai_802.html aapg_ai_802.html:432:40544:40552 Colorado California +0.27132 gsa_html_5516163646 gsa_html_5516163646:298:30561:30569 Colorado Florissant, Colorado +0.253456 aapg_aa_1.html aapg_aa_1.html:111:14751:14770 Knoxville Salem, Oregon +0.24514 gsa_html_3150321506 gsa_html_3150321506:575:63885:63891 Reston Virginia +0.46075 geology_html_3453872408 geology_html_3453872408:197:19535:19540 Morin Anchorage, Alaska +0.258937 aapg_ae_590.html aapg_ae_590.html:408:43553:43569 Weches Carrizo Plain +0.256386 AMJC_html_3664856625 AMJC_html_3664856625:298:33680:33690 Fort Union Powder River Basin +0.268323 cspg_html_4374961624 cspg_html_4374961624:11:1137:1148 Mount Whyte Mount Robson Provincial Park +0.26112 sedimentology_html_3425717106 sedimentology_html_3425717106:697:51689:51707 Sheepbed Canada +0.277368 aapg_ad_424.html aapg_ad_424.html:36:3686:3692 Dakota Rio Arriba County, New Mexico +0.47104 cspg_html_1893593837 cspg_html_1893593837:484:32101:32126 Red Head Rapids Churchill River (Atlantic) +0.493654 aapg_ai_700.html aapg_ai_700.html:91:9542:9548 Jordan Western world +0.499554 aapg_ac_486.html aapg_ac_486.html:91:11383:11389 Dakota Colorado +0.26061 aapg_ai_388.html aapg_ai_388.html:251:25862:25867 Uinta Uinta Mountains +0.25186 cspg_html_4319383223 cspg_html_4319383223:667:69251:69281 Doig Lacombe, Alberta +0.49495 cspg_html_9332855346 cspg_html_9332855346:179:15976:15988 Winnipegosis Lacombe, Alberta +0.268752 aapg_af_575.html aapg_af_575.html:1023:149013:149029 Wellington Cedar Hill, Texas +0.255528 cspg_html_4287356899 cspg_html_4287356899:911:125872:125892 Kanayut Conglomerate Anchorage, Alaska +0.247923 aapg_ad_258.html aapg_ad_258.html:120:11745:11770 Venango Venango, Pennsylvania +0.69255 aapg_ai_49.html aapg_ai_49.html:260:30866:30872 Carmel San Juan Mountains +0.259956 cspg_html_8426933697 cspg_html_8426933697:377:50076:50084 Columbia Victoria, British Columbia +0.274575 aapg_ae_73.html aapg_ae_73.html:454:59950:59959 Greenhorn Las Vegas Strip +0.481873 aapg_af_67.html aapg_af_67.html:15:2302:2322 Jefferson Logan, Utah +0.261632 palaios_html_3140337808 palaios_html_3140337808:56:5454:5481 Florissant Colorado +0.262108 gsa_html_1662492421 gsa_html_1662492421:697:60244:60254 Washington Whidbey Island +0.256905 cspg_html_1019614994 cspg_html_1019614994:429:72011:72028 Exshaw Lacombe, Alberta +0.487786 aapg_af_212.html aapg_af_212.html:140:14029:14037 Oakville Oakville, California +0.250997 aapg_af_479.html aapg_af_479.html:392:43265:43285 Point Loma La Jolla Cove +0.38763 cspg_html_3129231627 cspg_html_3129231627:345:45886:45900 Thumb Mountain Ellesmere Island +0.506974 gsa_html_8480550317 gsa_html_8480550317:1074:84905:84933 Green River Colorado +0.247428 palaios_html_4223976574 palaios_html_4223976574:283:23103:23112 San Diego California +0.256332 aapg_ac_749.html aapg_ac_749.html:166:23656:23664 Reynales Maplewood, Minnesota +0.271852 palaios_html_3913194290 palaios_html_3913194290:234:17442:17446 Hall London, Ontario +0.26367 palaios_html_3609052527 palaios_html_3609052527:483:46964:46973 Littleton Texas +0.252486 aapg_ae_370.html aapg_ae_370.html:554:54048:54073 Pittsburg Bluff Scappoose, Oregon +0.726915 aapg_ai_49.html aapg_ai_49.html:260:31107:31120 Sundance Carmel, Indiana +0.363272 aapg_af_880.html aapg_af_880.html:1022:130030:130039 Minnelusa Black Hills +0.256036 aapg_af_775.html aapg_af_775.html:331:21969:21975 Lissie Oakville, California +0.486213 aapg_ai_483.html aapg_ai_483.html:81:8211:8216 Logan Gallatin River +0.24057 cspg_html_5456368738 cspg_html_5456368738:109:13201:13211 Beavertail Mackenzie River +0.48355 cspg_html_1984085623 cspg_html_1984085623:128:18378:18386 Columbia Lacombe, Alberta +0.848151 aapg_ah_288.html aapg_ah_288.html:156:15976:15982 Beluga Anchorage, Alaska +0.495286 cspg_html_3883962749 cspg_html_3883962749:73:10488:10496 Entrance Mountain Park (Holyoke, Massachusetts) +0.467728 aapg_af_397.html aapg_af_397.html:69:8275:8282 Todilto Entrada Sandstone +0.488241 gsa_html_5924250698 gsa_html_5924250698:938:88822:88843 Browns Park Moffat County, Colorado +0.469437 aapg_af_854.html aapg_af_854.html:469:61736:61748 Borden Edwardsville, Illinois +0.244 aapg_ai_28.html aapg_ai_28.html:8:1512:1528 Reynosa Beaumont, Texas +0.240458 geology_html_8682508261 geology_html_8682508261:28:1898:1911 Bigfork Chert Middle Ordovician +0.47188 aapg_ae_419.html aapg_ae_419.html:99:11898:11904 Sierra Durango, Durango +0.511252 sedimentology_html_9378527223 sedimentology_html_9378527223:2074:60380:60397 Dakota Cheyenne, Wyoming +0.494736 aapg_aa_118.html aapg_aa_118.html:306:28571:28583 Rockwell South Hero, Vermont +0.256542 aapg_af_665.html aapg_af_665.html:197:21595:21599 Frio Horseshoe Lake, Arkansas +0.5019 sedimentology_html_7488726250 sedimentology_html_7488726250:1381:106136:106154 Gowganda Ontario, California +0.440726 aapg_af_129.html aapg_af_129.html:327:34504:34520 Casper Cheyenne, Wyoming +0.25844 aapg_ae_667.html aapg_ae_667.html:30:5096:5124 Green River Uinta Mountains +0.276675 aapg_ai_583.html aapg_ai_583.html:136:19161:19176 Swift Cheyenne, Wyoming +0.481005 gsa_html_7580135520 gsa_html_7580135520:661:59628:59656 Green River Iran +0.451188 aapg_ah_199.html aapg_ah_199.html:350:36935:36949 Atoka Berlin +0.2862 aapg_ad_430.html aapg_ad_430.html:191:14829:14857 Smackover Rodessa, Louisiana +0.262524 aapg_ae_916.html aapg_ae_916.html:257:29635:29640 Mt Lytton Judith River Formation +0.26364 aapg_af_843.html aapg_af_843.html:105:9907:9925 Whitehorse Pecos County, Texas +0.253512 aapg_aa_267.html aapg_aa_267.html:22:2932:2940 Sycamore Greenbrier (Great Smoky Mountains) +0.505195 aapg_ac_832.html aapg_ac_832.html:304:34421:34435 Stony Mountain Williston, Vermont +0.27324 gsa_html_2385270880 gsa_html_2385270880:572:57210:57221 Green River North Fork Toutle River +0.252464 sedimentology_html_8138809465 sedimentology_html_8138809465:1034:63832:63836 Kano Sakai, Osaka +0.48822 cspg_html_7086880709 cspg_html_7086880709:594:77505:77525 Slave Point Great Slave Lake +0.486324 gsa_html_5528299577 gsa_html_5528299577:977:85146:85174 Green River Iran +0.729657 gsa_html_4438819447 gsa_html_4438819447:843:79851:79867 Dakota Iowa +0.24451 aapg_ae_535.html aapg_ae_535.html:479:51895:51901 Kodiak Anchorage, Alaska +0.244474 geology_html_1133918313 geology_html_1133918313:14:811:823 Rhode Island Newport, Rhode Island +0.261602 cspg_html_3008745251 cspg_html_3008745251:221:27619:27639 Road River Victoria, British Columbia +0.497721 geology_html_3694117383 geology_html_3694117383:245:23702:23708 Denver Logan, Utah +0.4997 gsa_html_3380395839 gsa_html_3380395839:743:67902:67928 Crescent Bremerton, Washington +0.256793 aapg_ae_855.html aapg_ae_855.html:157:16227:16248 Green River Flagstaff, Arizona +0.271872 aapg_af_18.html aapg_af_18.html:500:53837:53848 Skull Creek Niobrara, Nebraska +0.259056 aapg_ah_827.html aapg_ah_827.html:545:69114:69133 Athabasca Lacombe, Alberta +0.271297 gsa_html_8511433472 gsa_html_8511433472:128:11064:11073 Newcastle Sydney Basin +0.260099 cspg_html_6985536436 cspg_html_6985536436:748:98211:98223 Horton River Canada +0.250937 gsa_html_1040524378 gsa_html_1040524378:363:41999:42006 Challis Absaroka +0.486758 gsa_html_5686241545 gsa_html_5686241545:29:2796:2824 Green River Iran +0.262566 aapg_ac_913.html aapg_ac_913.html:188:17477:17497 Hartshorne Atoka, Oklahoma +0.250458 palaios_html_1018466366 palaios_html_1018466366:1784:150851:150859 Columbia Victoria, British Columbia +0.482422 palaios_html_3503183206 palaios_html_3503183206:15:920:932 Saskatchewan Regina, Saskatchewan +0.25792 aapg_aa_261.html aapg_aa_261.html:115:16370:16386 Amsden Cheyenne, Wyoming +0.47421 aapg_af_624.html aapg_af_624.html:20:3092:3110 Tensleep Crook, Colorado +0.253 gsa_html_4650354985 gsa_html_4650354985:1248:100261:100287 Cutler Colorado +0.25823 cspg_html_7402164801 cspg_html_7402164801:57:6672:6685 Bearpaw Lacombe, Alberta +0.260977 aapg_ai_952.html aapg_ai_952.html:3:231:248 Ivishak Anchorage, Alaska +0.508816 aapg_ae_265.html aapg_ae_265.html:13:2444:2465 Pottsville Huntington, West Virginia +0.502425 cspg_html_3463500725 cspg_html_3463500725:43:7182:7190 Prospect Absaroka +0.24929 aapg_aa_621.html aapg_aa_621.html:411:49927:49932 Lance Fort Union Trading Post National Historic Site +0.273448 jgeology_html_8458939192 jgeology_html_8458939192:713:47240:47273 Entrada Logan, Utah +0.239 geology_html_7523876858 geology_html_7523876858:221:20917:20923 Lehman Malawi +0.453024 aapg_af_839.html aapg_af_839.html:9:1412:1420 Michigan Arenac County, Michigan +0.263682 aapg_ah_358.html aapg_ah_358.html:525:28441:28449 Grayburg Nashville Basin +0.269336 aapg_ak_72.html aapg_ak_72.html:15:1915:1923 Michigan Williston, Vermont +0.502326 aapg_af_568.html aapg_af_568.html:140:16252:16271 Sundance Iles +0.261392 aapg_af_77.html aapg_af_77.html:252:19725:19744 Cotton Valley Upshur County, West Virginia +0.25116 cspg_html_8588503765 cspg_html_8588503765:248:30810:30818 Columbia Victoria, British Columbia +0.267794 aapg_ah_978.html aapg_ah_978.html:183:20272:20281 Etchegoin Tulare, California +0.27693 aapg_ad_351.html aapg_ad_351.html:839:75705:75711 Keokuk Burlington, Ontario +0.274594 aapg_ah_419.html aapg_ah_419.html:216:18440:18453 Bearpaw Lethbridge +0.271377 aapg_ad_564.html aapg_ad_564.html:4791:374843:374861 Frontier Cheyenne, Wyoming +0.487341 aapg_af_308.html aapg_af_308.html:383:45232:45237 Logan McDowell County, West Virginia +0.475168 sedimentology_html_2596296708 sedimentology_html_2596296708:64:6798:6807 Peninsula China +0.466506 aapg_ah_157.html aapg_ah_157.html:247:34986:34994 Woodford Albany, New York +0.508785 aapg_ac_720.html aapg_ac_720.html:187:21995:22016 Hornerstown Closter, New Jersey +0.369232 aapg_ae_535.html aapg_ae_535.html:32:4144:4171 Narrow Cape Kodiak Island +0.853772 aapg_af_874.html aapg_af_874.html:82:5312:5333 Pottsville Pocono Raceway +0.490795 aapg_ah_96.html aapg_ah_96.html:235:26691:26700 Williston Winnipeg +0.49082 aapg_ad_92.html aapg_ad_92.html:40:4249:4254 Basal Parker County, Texas +0.451178 aapg_ae_57.html aapg_ae_57.html:30:3780:3798 Leon Logan, Utah +0.46965 aapg_ai_49.html aapg_ai_49.html:678:88786:88794 Woodside Colorado +0.257556 aapg_ae_984.html aapg_ae_984.html:5:916:934 Carlsbad Salado, Texas +0.34932 aapg_ac_213.html aapg_ac_213.html:336:27532:27554 Water Canyon Logan, Utah +0.313635 aapg_ac_697.html aapg_ac_697.html:215:17937:17955 Morrison Jefferson County, Colorado +0.260036 sedimentology_html_3914054382 sedimentology_html_3914054382:786:59267:59271 Hall London, Ontario +0.362464 cspg_html_8213243928 cspg_html_8213243928:76:7879:7891 Devon Island Ellesmere Island +0.463083 aapg_af_461.html aapg_af_461.html:55:5672:5680 Michigan Milwaukee +0.242968 aapg_ai_236.html aapg_ai_236.html:239:22307:22313 Benson Doddridge County, West Virginia +0.503649 aapg_af_598.html aapg_af_598.html:145:11873:11890 Lenapah Talala, Oklahoma +0.508898 palaios_html_3985706634 palaios_html_3985706634:415:44552:44562 Cabot Head Ontario, California +0.252504 palaios_html_6181154320 palaios_html_6181154320:449:39700:39706 Laguna Nassau, Bahamas +0.463202 aapg_ac_338.html aapg_ac_338.html:347:40757:40765 Colorado Denver +0.483708 gsa_html_9052101586 gsa_html_9052101586:544:68516:68527 Peoria Peoria, Illinois +0.2652 aapg_ah_871.html aapg_ah_871.html:437:48694:48699 Laval Lowville (town), New York +0.501426 aapg_af_705.html aapg_af_705.html:86:8749:8761 Austin Chalk Washington (state) +0.266156 aapg_ae_783.html aapg_ae_783.html:16:2703:2711 Sycamore Ouachita Mountains +0.263153 geology_html_2239244553 geology_html_2239244553:27:1803:1813 Washington Salem, Oregon +0.478856 geology_html_4022603373 geology_html_4022603373:278:23842:23847 Spray Earth +0.4805 geology_html_7815558619 geology_html_7815558619:343:23437:23457 Waterville Portland, Maine +0.498225 cspg_html_6116883777 cspg_html_6116883777:895:119632:119651 Allen Bay Devon Island +0.48128 cspg_html_5891044027 cspg_html_5891044027:360:70804:70830 Dutch Creek Purcell Mountains +0.247 gsa_html_4910884318 gsa_html_4910884318:33:1633:1639 Goshen Virginia +0.262644 aapg_aa_993.html aapg_aa_993.html:96:10287:10310 Cotton Valley East Texas +0.257033 gsa_html_1553263562 gsa_html_1553263562:887:78144:78160 Cutler Colorado +0.242374 palaios_html_8055229939 palaios_html_8055229939:354:41070:41102 Moenave Logan, Utah +0.27405 aapg_ad_627.html aapg_ad_627.html:51:6403:6432 White River Vernal, Utah +0.484188 aapg_af_897.html aapg_af_897.html:7:1143:1152 Allegheny Hartville, Missouri +0.271542 aapg_af_771.html aapg_af_771.html:40:5480:5495 Knoxville Knoxville, Illinois +0.244769 aapg_ai_921.html aapg_ai_921.html:19:3877:3885 Honeycut Nashville Basin +0.258542 sedimentology_html_3981193036 sedimentology_html_3981193036:413:26053:26077 Old Fort Canada +0.236769 palaios_html_7061055514 palaios_html_7061055514:12:503:512 San Diego California +0.253916 aapg_ae_705.html aapg_ae_705.html:551:52713:52731 Casitas Carpinteria, California +0.263133 gsa_html_2743423721 gsa_html_2743423721:689:70103:70126 Lincoln Creek Washington (state) +0.490941 aapg_ah_244.html aapg_ah_244.html:172:21961:21967 Jordan Jurf Kas Sukr Bridge +0.498834 aapg_aa_797.html aapg_aa_797.html:65:8337:8349 Cutler Canyonlands National Park +0.2688 cspg_html_5880669950 cspg_html_5880669950:538:56794:56829 Swan Hills Lacombe, Alberta +0.264075 aapg_ac_246.html aapg_ac_246.html:233:23213:23223 Lakota Black Hills +0.476656 jgeology_html_6506349432 jgeology_html_6506349432:604:40746:40759 Santa Barbara California +0.46431 aapg_ai_144.html aapg_ai_144.html:443:39470:39488 Wapiabi Lacombe, Alberta +0.270319 cspg_html_8231124788 cspg_html_8231124788:278:26976:26981 Price Victoria, British Columbia +0.448704 cspg_html_3102530088 cspg_html_3102530088:614:77477:77491 Colorado Regina, Saskatchewan +0.252464 aapg_ad_42.html aapg_ad_42.html:272:26840:26845 Alexo Lacombe, Alberta +0.26553 aapg_ae_419.html aapg_ae_419.html:4456:266640:266653 Velasco Mexico +0.25676 aapg_ad_2.html aapg_ad_2.html:1084:148787:148807 Beekmantown Pennsylvania +0.491667 gsa_html_7903505475 gsa_html_7903505475:54:3240:3268 Green River Colorado +0.256985 cspg_html_3104089151 cspg_html_3104089151:17:1453:1473 Blackstone Western world +0.254829 cspg_html_1312400675 cspg_html_1312400675:114:13331:13350 Frenchman Regina, Saskatchewan +0.491925 aapg_ae_916.html aapg_ae_916.html:15:2452:2458 Casper Cheyenne, Wyoming +0.48864 cspg_html_9587281669 cspg_html_9587281669:88:15812:15825 Turner Valley Milk River, Alberta +0.238252 aapg_ae_473.html aapg_ae_473.html:409:37919:37928 Kosciusko Hinds County, Mississippi +0.49152 gsa_html_7498897688 gsa_html_7498897688:675:59377:59387 Laurentian Mexico +0.692685 aapg_ac_629.html aapg_ac_629.html:726:86755:86765 Citronelle Mississippi River +0.266087 cspg_html_1654370716 cspg_html_1654370716:140:17632:17640 Michigan Regina, Saskatchewan +0.474734 aapg_ac_36.html aapg_ac_36.html:1181:117794:117803 Peninsula Colombia +0.238392 aapg_aa_696.html aapg_aa_696.html:757:79768:79776 Colorado Colorado +0.250494 gsa_html_3946358846 gsa_html_3946358846:365:37079:37087 Colorado Denver +0.856032 aapg_ac_765.html aapg_ac_765.html:329:60488:60499 Chinle Chinle Formation +0.273273 aapg_af_91.html aapg_af_91.html:722:79804:79831 Prospect Pine Valley, Pennsylvania +0.487272 aapg_ae_805.html aapg_ae_805.html:149:17850:17858 Wolfcamp Hermosa, Chicago +0.49234 cspg_html_4630116521 cspg_html_4630116521:1055:107598:107626 Manitoulin Dolomite Ontario, California +0.47124 aapg_ah_0.html aapg_ah_0.html:11:1093:1101 Virginia Reston, Virginia +0.252609 aapg_ah_387.html aapg_ah_387.html:2818:304873:304882 Knoxville Knoxville, Illinois +0.261626 cspg_html_7278001817 cspg_html_7278001817:85:12618:12626 Columbia Victoria, British Columbia +0.262656 aapg_aa_712.html aapg_aa_712.html:91:10457:10465 Glenwood Hennepin, Illinois +0.4765 cspg_html_9778753186 cspg_html_9778753186:205:30360:30364 Bell Cheyenne, Wyoming +0.489082 aapg_ad_39.html aapg_ad_39.html:205:13893:13908 Sligo Cotton Valley, Louisiana +0.473031 aapg_ah_387.html aapg_ah_387.html:288:29383:29397 Knoxville Pacific coast +0.268812 aapg_ac_549.html aapg_ac_549.html:59:7809:7831 Mount Simon Illinois +0.70522 aapg_ae_803.html aapg_ae_803.html:462:57831:57848 Todos Santos Guatemala +0.256853 aapg_ad_40.html aapg_ad_40.html:106:11297:11306 Vicksburg Warren County, Ohio +0.921519 cspg_html_3233680622 cspg_html_3233680622:902:95101:95123 Eureka Sound Melville Island (Canada) +0.2626 aapg_ae_419.html aapg_ae_419.html:2258:152683:152694 Otates Mexico +0.259584 aapg_ai_584.html aapg_ai_584.html:46:5008:5016 Fountain Colorado +0.273525 gsa_html_3463181327 gsa_html_3463181327:955:84515:84543 Green River Colorado +0.24206 sedimentology_html_6656277293 sedimentology_html_6656277293:608:40878:40896 Marble Canyon Grand Canyon +0.26829 sedimentology_html_1591727938 sedimentology_html_1591727938:1228:73863:73873 Washington Olympic National Park +0.25908 aapg_ah_387.html aapg_ah_387.html:2483:267433:267442 Knoxville California +0.459045 aapg_ai_996.html aapg_ai_996.html:1337:59381:59388 Raritan Delaware +0.4896 sedimentology_html_4353954188 sedimentology_html_4353954188:1707:103360:103377 Cardium Lacombe, Alberta +0.272403 jgeology_html_4121584613 jgeology_html_4121584613:408:32119:32136 Prairie Wisconsin +0.486472 aapg_ac_301.html aapg_ac_301.html:412:48128:48134 Antler Reno, Nevada +0.463815 AMJC_html_5969956211 AMJC_html_5969956211:2054:215903:215909 Denver Logan, Utah +0.493626 aapg_af_712.html aapg_af_712.html:56:5886:5894 Colorado Denver +0.492264 geology_html_2512600235 geology_html_2512600235:273:24693:24707 Rockwell California +0.736854 aapg_ae_959.html aapg_ae_959.html:2038:146073:146096 Brushy Canyon Delaware +0.363951 aapg_af_384.html aapg_af_384.html:371:41243:41260 Nansen Ellesmere Island +0.270351 sedimentology_html_2608220485 sedimentology_html_2608220485:1037:59713:59733 Lawrence Quebec City +0.24156 aapg_aa_732.html aapg_aa_732.html:434:44820:44834 Fredericksburg Texas +0.265558 palaios_html_3022467877 palaios_html_3022467877:210:23176:23202 Hornerstown Navesink River +0.46656 AMJC_html_8522115051 AMJC_html_8522115051:971:104505:104526 Green River Cheyenne, Wyoming +0.259077 geology_html_5133950749 geology_html_5133950749:256:24817:24837 Clearwater Lacombe, Alberta +0.495558 aapg_ac_545.html aapg_ac_545.html:46:7901:7909 Columbia Victoria, British Columbia +0.4693 jgeology_html_9055319560 jgeology_html_9055319560:103:3518:3526 Montreal Quebec City +0.489328 geology_html_2149669942 geology_html_2149669942:84:7187:7196 Peninsula Baxter State Park +0.252909 cspg_html_4516258038 cspg_html_4516258038:403:45879:45897 Disappointment Bay Bathurst Island (Northern Territory) +0.461065 aapg_ac_720.html aapg_ac_720.html:24:3182:3204 Hornerstown Navesink River +0.277172 aapg_ah_62.html aapg_ah_62.html:98:13364:13381 Grimsby Manitoulin Island +0.247604 aapg_ae_993.html aapg_ae_993.html:5:802:821 Jefferson Cheyenne, Wyoming +0.254 aapg_ai_478.html aapg_ai_478.html:7:800:808 Columbia Lacombe, Alberta +0.255021 cspg_html_3385840278 cspg_html_3385840278:176:24224:24238 Woodbend Swan Hill, Victoria +0.277943 aapg_af_198.html aapg_af_198.html:9:1456:1466 Pottsville Allegheny Mountains +0.445212 aapg_af_317.html aapg_af_317.html:663:84176:84188 Austin Chalk Texas +0.517312 aapg_ah_276.html aapg_ah_276.html:342:32948:32962 Monterey California +0.488376 cspg_html_1312400675 cspg_html_1312400675:245:28653:28676 Frenchman Cypress Hills, Brooklyn +0.249936 aapg_ac_699.html aapg_ac_699.html:91:7892:7903 San Antonio Texas +0.273465 aapg_ad_55.html aapg_ad_55.html:92:7441:7454 Spechts Ferry Decorah, Iowa +0.259588 aapg_af_471.html aapg_af_471.html:393:42108:42118 Rancheria New Mexico +0.494328 gsa_html_8688253811 gsa_html_8688253811:883:69190:69218 Green River Colorado +0.438048 aapg_ai_275.html aapg_ai_275.html:267:28537:28545 Virginia Newport, Rhode Island +0.269352 aapg_ah_638.html aapg_ah_638.html:8:1041:1061 Citronelle Alabama +0.49543 aapg_ah_659.html aapg_ah_659.html:16:2493:2505 Bridger Uinta Mountains +0.257554 geology_html_8631349740 geology_html_8631349740:256:22064:22068 Bell London, Ontario +0.465795 cspg_html_7404699681 cspg_html_7404699681:162:16406:16425 Athabasca Regina, Saskatchewan +0.268632 aapg_ah_647.html aapg_ah_647.html:216:22437:22454 El Paso New Mexico +0.262063 aapg_ad_744.html aapg_ad_744.html:97:10874:10882 Ogallala Ogallala, Nebraska +0.546447 aapg_ad_269.html aapg_ad_269.html:15:1851:1859 Woodbine Bartlesville, Oklahoma +0.495474 cspg_html_3447886929 cspg_html_3447886929:9:578:599 Lawrence Quebec City +0.2515 cspg_html_5406720001 cspg_html_5406720001:249:33985:33993 Columbia Lacombe, Alberta +0.246402 gsa_html_2877730818 gsa_html_2877730818:714:61724:61750 Basal Death Valley +0.26059 aapg_ai_499.html aapg_ai_499.html:268:23343:23349 Dakota Cheyenne, Wyoming +0.516 aapg_ah_675.html aapg_ah_675.html:557:82399:82407 Suntrana Anchorage, Alaska +0.253991 gsa_html_6701310840 gsa_html_6701310840:527:50996:51012 Verde Piceance Basin +0.270336 cspg_html_5295390542 cspg_html_5295390542:409:46785:46815 Doig Victoria, British Columbia +0.26469 cspg_html_2758185645 cspg_html_2758185645:403:40810:40831 Livingstone Meramec River +0.257484 cspg_html_4257076625 cspg_html_4257076625:71:11896:11914 Mainland Llandeilo railway station +0.25529 aapg_aa_621.html aapg_aa_621.html:234:29756:29763 Madison Cheyenne, Wyoming +0.469482 aapg_ad_2.html aapg_ad_2.html:1281:176459:176470 Black River Watertown, Massachusetts +0.42483 aapg_ac_417.html aapg_ac_417.html:40:6262:6276 Tiger Mountain Roseburg, Oregon +0.481874 gsa_html_7173708345 gsa_html_7173708345:1628:113940:113961 Forest Fairbanks, Alaska +0.251472 sedimentology_html_1863210990 sedimentology_html_1863210990:70:6208:6228 Florissant Spain +0.225144 gsa_html_6982030333 gsa_html_6982030333:437:46007:46030 Elkhorn Ridge Argillite Baker City, Oregon +0.46827 aapg_ad_965.html aapg_ad_965.html:849:85267:85273 Moscow Caspian Sea +0.4795 cspg_html_2419618566 cspg_html_2419618566:57:11178:11188 Pine Point Boise, Idaho +0.26068 jgeology_html_1412104794 jgeology_html_1412104794:1083:53396:53432 Mahantango Pennsylvania +0.477675 aapg_ah_372.html aapg_ah_372.html:161:14755:14760 Bluff Alabama +0.261612 AMJC_html_7580028387 AMJC_html_7580028387:539:58332:58342 Hell Creek Fort Union Trading Post National Historic Site +0.273504 cspg_html_4694482219 cspg_html_4694482219:30:3913:3930 Battle Edmonton, London +0.478455 gsa_html_2494729193 gsa_html_2494729193:13:680:686 Oregon Salem, Oregon +0.247748 geology_html_9333948676 geology_html_9333948676:244:23607:23616 San Diego California +0.259 aapg_ae_725.html aapg_ae_725.html:685:64591:64596 Swift Cape Hatteras Light +0.480816 aapg_ae_310.html aapg_ae_310.html:79:9281:9302 Mt Lytton Grayson County, Kentucky +0.491029 aapg_ae_498.html aapg_ae_498.html:678:73832:73836 Bays Virginia +0.482361 aapg_ai_52.html aapg_ai_52.html:80:11779:11790 San Joaquin Sierra Nevada (Spain) +0.483426 cspg_html_2863271815 cspg_html_2863271815:40:6256:6272 Guelph Niagara River +0.50034 aapg_ah_435.html aapg_ah_435.html:223:27277:27287 Rio Grande Carrizo Plain +0.265176 aapg_ai_256.html aapg_ai_256.html:98:11768:11774 Oneota Franconia, New Hampshire +0.269345 jgeology_html_9055319560 jgeology_html_9055319560:158:11606:11612 Brazil New Guinea +0.489328 gsa_html_3936574180 gsa_html_3936574180:110:12539:12561 Wapiti Black Mountains (North Carolina) +0.53676 aapg_aa_90.html aapg_aa_90.html:98:7201:7210 Peninsula Palm Beach County, Florida +0.518 gsa_html_9110207726 gsa_html_9110207726:32:2756:2784 Green River Colorado +0.246402 aapg_aa_233.html aapg_aa_233.html:221:22966:22972 Sierra Matamoros, Tamaulipas +0.47874 aapg_ae_849.html aapg_ae_849.html:46:4776:4797 Black River Trempealeau, Wisconsin +0.487135 aapg_ah_540.html aapg_ah_540.html:622:56695:56707 Higginsville Coal City, Illinois +0.487494 cspg_html_6566356550 cspg_html_6566356550:53:9685:9693 Columbia Canada +0.49197 cspg_html_9676262628 cspg_html_9676262628:65:7327:7344 Cardium Lacombe, Alberta +0.915824 aapg_ac_574.html aapg_ac_574.html:403:44885:44902 Barstow Mojave Desert +0.479304 geology_html_1636733793 geology_html_1636733793:29:3762:3774 Tindir Canada +0.454578 aapg_aa_929.html aapg_aa_929.html:252:31268:31276 Big Hill High Island, Texas +0.494019 gsa_html_8010927234 gsa_html_8010927234:434:35349:35357 Rangeley Western Maine Mountains +0.675675 aapg_ah_876.html aapg_ah_876.html:424:51465:51479 Rodessa Mississippi River +0.4807 aapg_ai_720.html aapg_ai_720.html:204:22659:22666 Raritan Long Island (Massachusetts) +0.364536 aapg_af_575.html aapg_af_575.html:204:27738:27747 Franconia Missouri River +0.459466 aapg_ac_743.html aapg_ac_743.html:3:373:383 Washington Olympic National Park +0.254976 geology_html_2391629888 geology_html_2391629888:54:5417:5447 Round Mountain Silt Kern County, California +0.259032 cspg_html_2650524233 cspg_html_2650524233:9:1263:1281 Edmonton Lacombe, Alberta +0.38025 geology_html_2803121856 geology_html_2803121856:69:5421:5430 Eel River Scotia, New York +0.260019 cspg_html_8030881108 cspg_html_8030881108:185:30195:30210 Vunta White Mountains (California) +0.489168 gsa_html_6731381597 gsa_html_6731381597:65:5480:5508 Green River Iran +0.486604 gsa_html_6837513060 gsa_html_6837513060:159:14809:14820 Black River Renton, Washington +0.288796 aapg_ae_915.html aapg_ae_915.html:76:5309:5321 Dakota Benton, Arkansas +0.47672 palaios_html_3931161229 palaios_html_3931161229:314:29952:29960 Onondaga Pennsylvania +0.264698 aapg_ae_603.html aapg_ae_603.html:343:34095:34107 Wilcox Texas +0.263168 cspg_html_6434702931 cspg_html_6434702931:9:790:835 Elk Lacombe, Alberta +0.276451 aapg_af_156.html aapg_af_156.html:28:2585:2604 Catahoula Texas +0.262063 cspg_html_7297340324 cspg_html_7297340324:877:96610:96628 Dunvegan Victoria, British Columbia +0.232734 aapg_ad_253.html aapg_ad_253.html:101:10415:10422 Vermejo Lake Elsinore, California +0.775115 sedimentology_html_1463603507 sedimentology_html_1463603507:770:55910:55927 Barstow Great Basin +0.279202 cspg_html_1948505826 cspg_html_1948505826:87:11481:11516 Keg River Lacombe, Alberta +0.509015 aapg_ac_995.html aapg_ac_995.html:360:30437:30457 Smackover Mexico +0.25122 aapg_ae_233.html aapg_ae_233.html:71:8576:8594 Pamlico Wicomico County, Maryland +0.509168 aapg_ai_459.html aapg_ai_459.html:261:24686:24692 Wilcox Duncan, British Columbia +0.471086 aapg_ad_2.html aapg_ad_2.html:1428:194597:194609 Chambersburg Great Valley, New York +0.26469 aapg_ac_59.html aapg_ac_59.html:339:40839:40863 Mission Valley San Joaquin Hills (Laguna Niguel, California) +0.2834 aapg_ae_959.html aapg_ae_959.html:2313:164848:164854 Salado Salado, Texas +0.25338 aapg_ae_305.html aapg_ae_305.html:731:51382:51391 La Quinta Colombia +0.486095 AMJC_html_9709478395 AMJC_html_9709478395:504:46332:46338 Brazil Canada +0.48355 aapg_ai_44.html aapg_ai_44.html:197:30090:30096 Sierra Cordillera Administrative Region +0.271906 aapg_aa_718.html aapg_aa_718.html:142:13666:13686 Waynesburg Pennsylvania +0.488735 AMJC_html_8128063878 AMJC_html_8128063878:583:75392:75421 Oregon Boise, Idaho +0.248412 gsa_html_5015599008 gsa_html_5015599008:689:59520:59528 Caldwell North Carolina +0.4807 sedimentology_html_9767319583 sedimentology_html_9767319583:485:53659:53663 Hall London, Ontario +0.25755 gsa_html_8622484687 gsa_html_8622484687:715:65913:65920 Potsdam Germany +0.250937 aapg_aa_124.html aapg_aa_124.html:532:54404:54418 Colorado Bow Island Airport +0.49296 gsa_html_2321464653 gsa_html_2321464653:538:58101:58118 Kayenta Colorado +0.483736 palaios_html_8055229939 palaios_html_8055229939:666:69894:69925 Otter South West England (European Parliament constituency) +0.452661 aapg_ad_306.html aapg_ad_306.html:127:17242:17251 El Tambor Santa Rosa, California +0.247506 geology_html_1021950961 geology_html_1021950961:15:1247:1269 Tejon Sierra Nevada (Spain) +0.471 jgeology_html_9215313444 jgeology_html_9215313444:89:3729:3739 Washington Washington (state) +0.257554 aapg_aa_287.html aapg_aa_287.html:72:10600:10616 Viking Colorado +0.853632 aapg_ae_383.html aapg_ae_383.html:448:34755:34762 Chemung Naples, Florida +0.496422 palaios_html_9135834510 palaios_html_9135834510:266:26798:26831 Morrison Cheyenne, Wyoming +0.259017 aapg_ae_370.html aapg_ae_370.html:379:35153:35169 Keasey California +0.482275 cspg_html_8250755331 cspg_html_8250755331:537:61804:61820 Viking Lacombe, Alberta +0.268068 cspg_html_4568084707 cspg_html_4568084707:34:6034:6056 Cooking Lake Lacombe, Alberta +0.251883 gsa_html_4067767548 gsa_html_4067767548:415:40010:40029 Hillabee Greenstone Talladega, Alabama +0.243522 gsa_html_2877730818 gsa_html_2877730818:67:7356:7376 Beck Spring Dolomite Pahrump, Nevada +0.26676 cspg_html_2834693711 cspg_html_2834693711:879:112800:112810 Washington Seattle +0.498905 cspg_html_1009749092 cspg_html_1009749092:79:10860:10886 Horseshoe Canyon Lacombe, Alberta +0.482384 cspg_html_9637099986 cspg_html_9637099986:164:19467:19474 Garland Lacombe, Alberta +0.384636 aapg_ad_808.html aapg_ad_808.html:159:12052:12070 Gallatin Gallatin, Tennessee +0.275598 aapg_ae_536.html aapg_ae_536.html:168:18834:18840 Viking Colorado +0.256968 aapg_aa_745.html aapg_aa_745.html:100:13059:13081 Bell Delaware +0.263676 gsa_html_9042208101 gsa_html_9042208101:56:3429:3457 Green River Iran +0.254178 cspg_html_2009306839 cspg_html_2009306839:138:19294:19312 Palliser Lacombe, Alberta +0.445544 cspg_html_7409170811 cspg_html_7409170811:623:73169:73185 Exshaw Lacombe, Alberta +0.246456 sedimentology_html_8802279411 sedimentology_html_8802279411:887:57196:57208 Pethei Great Slave Lake +0.535496 aapg_af_854.html aapg_af_854.html:355:44895:44910 Maquoketa Missouri River +0.268203 cspg_html_3740794265 cspg_html_3740794265:387:42154:42162 Columbia Victoria, British Columbia +0.24888 aapg_af_2.html aapg_af_2.html:282:31307:31312 Ouray Arizona +0.826245 cspg_html_7138604143 cspg_html_7138604143:858:79519:79539 Fort Scott Missouri River +0.471801 aapg_af_97.html aapg_af_97.html:106:13274:13280 Saluda Jefferson County, Colorado +0.499445 gsa_html_4438819447 gsa_html_4438819447:711:69802:69809 Raritan Maryland +0.268842 AMJC_html_6064451271 AMJC_html_6064451271:710:74202:74212 Santa Cruz California +0.257013 aapg_ae_973.html aapg_ae_973.html:5:771:787 Coleman Junction Salado, Texas +0.246356 cspg_html_1818321956 cspg_html_1818321956:372:36780:36788 Columbia Victoria, British Columbia +0.832728 aapg_ah_479.html aapg_ah_479.html:332:35362:35373 Colon Venezuela +0.488474 gsa_html_5925974677 gsa_html_5925974677:1030:84116:84144 Green River Colorado +0.253482 aapg_ac_720.html aapg_ac_720.html:97:12530:12538 Navesink Navesink River +0.2438 cspg_html_1295372914 cspg_html_1295372914:12:1150:1166 Sabine Victoria, British Columbia +0.45212 gsa_html_3448554349 gsa_html_3448554349:491:48594:48612 Rockwell Maryland +0.28242 aapg_ae_161.html aapg_ae_161.html:178:20228:20250 Judith River Worland, Wyoming +0.261602 aapg_ae_639.html aapg_ae_639.html:17:2114:2126 Austin Chalk Buda, Texas +0.284008 aapg_ac_333.html aapg_ac_333.html:984:119369:119377 Toroweap Grand Canyon +0.253692 aapg_ai_399.html aapg_ai_399.html:119:12628:12643 Eutaw Kentucky +0.261096 cspg_html_9542530836 cspg_html_9542530836:21:2678:2705 Yeoman Regina, Saskatchewan +0.428206 cspg_html_3804945581 cspg_html_3804945581:9:1277:1295 Scollard Woodlake, Texas +0.2635 aapg_ac_222.html aapg_ac_222.html:385:50321:50338 Hermosa Middle East +0.48925 gsa_html_4026604278 gsa_html_4026604278:404:47468:47495 Columbia Snake River Plain (ecoregion) +0.492544 aapg_ad_155.html aapg_ad_155.html:242:26056:26071 Tejon California +0.038982 cspg_html_6064089067 cspg_html_6064089067:81:9795:9804 Red River Winnipeg +0.47089 cspg_html_6163691495 cspg_html_6163691495:171:15554:15570 Madison Cheyenne, Wyoming +0.490544 aapg_ah_665.html aapg_ah_665.html:236:27143:27159 Mendha Reno, Nevada +0.252 aapg_ah_696.html aapg_ah_696.html:372:52485:52491 Oregon Washington (state) +0.476844 palaios_html_1262064602 palaios_html_1262064602:906:91958:91966 Colorado Denver +0.26061 aapg_ae_789.html aapg_ae_789.html:283:32029:32042 Wabamun Calgary +0.22883 aapg_ah_530.html aapg_ah_530.html:3:466:472 Percha Arizona +0.257526 aapg_ai_773.html aapg_ai_773.html:34:5368:5387 Detroit River Bloomington, Indiana +0.4848 aapg_ae_960.html aapg_ae_960.html:96:11424:11431 Madison Lacombe, Alberta +0.465248 sedimentology_html_8274990152 sedimentology_html_8274990152:1114:72725:72754 Madison Cheyenne, Wyoming +0.49685 aapg_af_502.html aapg_af_502.html:129:15684:15693 Smackover Arkansas +0.462878 aapg_aa_152.html aapg_aa_152.html:44:2977:2983 Sierra Mexico +0.478742 aapg_ai_132.html aapg_ai_132.html:14:2132:2136 Frio Charlotte, North Carolina +0.77982 sedimentology_html_2865738906 sedimentology_html_2865738906:38:2733:2754 Lake Valley Alamogordo, New Mexico +0.46718 gsa_html_3985921234 gsa_html_3985921234:770:61134:61143 San Diego Antarctica +0.257703 cspg_html_1189888589 cspg_html_1189888589:446:49848:49860 Saskatchewan Lacombe, Alberta +0.255675 cspg_html_2873888604 cspg_html_2873888604:93:15343:15365 Charlie Lake Canada +0.495945 AMJC_html_1506123798 AMJC_html_1506123798:663:69812:69816 Hall Vancouver +0.253008 sedimentology_html_1046729113 sedimentology_html_1046729113:2169:166306:166323 Wapiabi Lacombe, Alberta +0.295452 aapg_ae_369.html aapg_ae_369.html:63:7838:7843 Eutaw Selma to Montgomery marches +0.496961 aapg_ah_779.html aapg_ah_779.html:550:105068:105075 Genesee Bloomington, Indiana +0.255747 aapg_ac_697.html aapg_ac_697.html:51:4684:4711 Sundance Black Hills +0.49868 cspg_html_5220068638 cspg_html_5220068638:194:23328:23339 Belly River Lacombe, Alberta +0.491232 cspg_html_6356755616 cspg_html_6356755616:36:5776:5795 Whitemud Lacombe, Alberta +0.488448 gsa_html_7791910472 gsa_html_7791910472:189:19921:19928 Halifax West Fork River +0.854698 aapg_ac_841.html aapg_ac_841.html:187:24352:24371 Todos Santos Tegucigalpa +0.935025 cspg_html_9941518291 cspg_html_9941518291:74:11251:11256 Douro Devon Island +0.373088 AMJC_html_6430804426 AMJC_html_6430804426:173:14755:14765 Las Ovejas Guatemala +0.265668 aapg_af_14.html aapg_af_14.html:811:69478:69484 Almond Cheyenne, Wyoming +0.506928 aapg_ac_730.html aapg_ac_730.html:209:29348:29363 Mesaverde Mancos, Colorado +0.36038 gsa_html_1536819908 gsa_html_1536819908:147:15002:15015 Edna Mountain Reno, Nevada +0.466785 aapg_af_90.html aapg_af_90.html:185:27194:27199 Nopah California +0.50244 cspg_html_9343899465 cspg_html_9343899465:550:52330:52343 Weatherall Melville Island (Canada) +0.242793 aapg_aa_698.html aapg_aa_698.html:50:5749:5765 Muskeg Canada +0.251955 aapg_ac_998.html aapg_ac_998.html:49:5913:5932 Sentinel Butte Wasatch Range +0.475272 sedimentology_html_7390870545 sedimentology_html_7390870545:138:12950:12976 Horseshoe Canyon Lacombe, Alberta +0.25704 gsa_html_5495469347 gsa_html_5495469347:18:685:701 Maroon Colorado +0.482924 aapg_ah_217.html aapg_ah_217.html:159:18205:18222 Harrell Pennsylvania +0.261626 aapg_ah_337.html aapg_ah_337.html:269:32141:32161 Georgetown San Antonio +0.253991 aapg_ae_31.html aapg_ae_31.html:79:8866:8876 Batesville Hinesville, Georgia +0.497555 gsa_html_1538463681 gsa_html_1538463681:660:60779:60789 Assistance Arizona +0.500123 gsa_html_3566869311 gsa_html_3566869311:807:68026:68054 Green River Colorado +0.259045 sedimentology_html_7623092448 sedimentology_html_7623092448:4504:230879:230885 Walker Earth +0.2499 jgeology_html_5090133589 jgeology_html_5090133589:1116:65840:65848 Colorado Elk Mountain, Wyoming +0.254478 jgeology_html_7305193073 jgeology_html_7305193073:148:7903:7907 Toro Kaduna State +0.26676 cspg_html_8840748783 cspg_html_8840748783:600:75121:75132 Shaftesbury Lacombe, Alberta +0.250428 gsa_html_3046135825 gsa_html_3046135825:21:863:869 Denver Colorado +0.490116 aapg_ah_115.html aapg_ah_115.html:34:2686:2720 Onondaga Erie County, New York +0.260036 cspg_html_7201476813 cspg_html_7201476813:23:3098:3107 Williston Manitoba +0.258572 aapg_ad_882.html aapg_ad_882.html:265:21558:21579 Snyder Arizona +0.48672 aapg_aa_915.html aapg_aa_915.html:505:54037:54052 Slope Valberg, Nordland +0.246984 aapg_ae_473.html aapg_ae_473.html:534:51604:51624 Monroe Creek Amite River +0.48501 aapg_ai_724.html aapg_ai_724.html:477:44642:44659 Edwards Texas +0.270391 gsa_html_1460299630 gsa_html_1460299630:1068:99359:99364 Piper California +0.265558 cspg_html_7028413504 cspg_html_7028413504:365:43919:43952 Saskatchewan Regina, Saskatchewan +0.507492 aapg_ah_4.html aapg_ah_4.html:296:47260:47275 Heath Talara Province +0.491454 cspg_html_2929384614 cspg_html_2929384614:351:41679:41686 Halfway Lacombe, Alberta +0.459135 jgeology_html_9215313444 jgeology_html_9215313444:900:69301:69307 Oregon Steens Mountain Wilderness +0.477152 aapg_ae_519.html aapg_ae_519.html:304:33646:33654 Onondaga Jackson County, Missouri +0.26104 aapg_af_473.html aapg_af_473.html:183:19887:19904 Raritan Closter, New Jersey +0.269775 aapg_ai_553.html aapg_ai_553.html:130:15985:15992 Oceanic Kent County, Maryland +0.484188 aapg_ae_370.html aapg_ae_370.html:14:2077:2092 Pittsburg Bluff Cowlitz River +0.255528 cspg_html_6927586285 cspg_html_6927586285:46:6813:6821 Columbia Victoria, British Columbia +0.2635 palaios_html_2623118674 palaios_html_2623118674:965:100822:100838 Dakota Logan, Utah +0.491898 sedimentology_html_9354643568 sedimentology_html_9354643568:1453:88219:88239 Lakota Cheyenne, Wyoming +0.26884 aapg_ai_584.html aapg_ai_584.html:662:68635:68641 Casper Cheyenne, Wyoming +0.245655 cspg_html_7941684345 cspg_html_7941684345:15:2741:2752 Peace River Canada +0.245847 aapg_aa_880.html aapg_aa_880.html:155:17259:17267 Colorado Denver +0.247604 aapg_ac_972.html aapg_ac_972.html:79:9210:9218 Vaqueros Monterey, California +0.49056 aapg_ah_411.html aapg_ah_411.html:152:17891:17910 Foremost Milk River, Alberta +0.4775 aapg_ah_612.html aapg_ah_612.html:127:11781:11795 Colorado Lacombe, Alberta +0.246648 aapg_ai_1.html aapg_ai_1.html:241:21366:21373 Hermosa Hermosa, Chicago +0.253847 sedimentology_html_3455473347 sedimentology_html_3455473347:643:51052:51056 Hall London, Ontario +0.494328 gsa_html_7090153753 gsa_html_7090153753:537:43004:43034 Monterey California +0.469614 aapg_af_448.html aapg_af_448.html:76:9384:9390 Oregon California +0.876976 aapg_ac_782.html aapg_ac_782.html:52:10663:10676 Barnett Brown County, Ohio +0.358534 aapg_ah_430.html aapg_ah_430.html:3:187:195 Sundance Colorado +0.509436 aapg_af_579.html aapg_af_579.html:114:12317:12334 Entrada Logan, Utah +0.248992 cspg_html_1893593837 cspg_html_1893593837:133:9636:9652 Bad Cache Rapids Churchill River (Atlantic) +0.487531 aapg_ai_137.html aapg_ai_137.html:32:3283:3288 Eutaw Selma to Montgomery marches +0.484124 palaios_html_8113714689 palaios_html_8113714689:298:33959:33981 Boat Harbour Rocky Mountain House, Alberta +0.482517 aapg_af_2.html aapg_af_2.html:461:51547:51556 Leadville Ouray, Colorado +0.407124 aapg_ai_159.html aapg_ai_159.html:145:16190:16195 Bohio Spain +0.475648 aapg_ac_807.html aapg_ac_807.html:401:41541:41557 Matawan Monmouth +0.263048 AMJC_html_9378277780 AMJC_html_9378277780:893:76287:76291 Elko Reno, Nevada +0.509956 aapg_af_652.html aapg_af_652.html:200:18835:18845 Phosphoria Cheyenne, Wyoming +0.266192 aapg_aa_2.html aapg_aa_2.html:31:4036:4050 Colorado Santa Maria River (California) +0.48412 gsa_html_7063115467 gsa_html_7063115467:29:1928:1936 Colorado Denver +0.48042 aapg_ai_81.html aapg_ai_81.html:90:9409:9432 Trimmers Rock Juniata County School District +0.49337 gsa_html_7136430736 gsa_html_7136430736:652:62981:63009 Green River Colorado +0.497424 cspg_html_9725676031 cspg_html_9725676031:594:69048:69069 Peace River Canada +0.245895 cspg_html_8532932475 cspg_html_8532932475:10:1151:1168 Bluesky Lacombe, Alberta +0.250458 cspg_html_5287009272 cspg_html_5287009272:89:14800:14808 Columbia Lacombe, Alberta +0.249458 aapg_ah_722.html aapg_ah_722.html:417:48425:48442 Canning Pebble Mine +0.238576 cspg_html_8288455892 cspg_html_8288455892:6:464:479 Bluff Grand Cayman +0.252464 aapg_af_775.html aapg_af_775.html:341:23373:23380 Lagarto Beaumont, Texas +0.244584 cspg_html_8427119881 cspg_html_8427119881:147:20351:20373 Grand Rapids Canada +0.26924 aapg_af_652.html aapg_af_652.html:79:8616:8636 Phosphoria Cheyenne, Wyoming +0.24786 cspg_html_1189888589 cspg_html_1189888589:408:47465:47484 Scollard Lacombe, Alberta +0.247955 gsa_html_1024107776 gsa_html_1024107776:810:76252:76269 Cumberland Riversdale, New Zealand +0.256035 aapg_ai_275.html aapg_ai_275.html:220:25269:25282 Potomac Maryland +0.242853 aapg_aa_302.html aapg_aa_302.html:282:34129:34133 Elko Boise, Idaho +0.471852 cspg_html_1781462584 cspg_html_1781462584:121:13818:13824 Shunda Victoria, British Columbia +0.4671 cspg_html_6566356550 cspg_html_6566356550:166:24362:24367 Banff Victoria, British Columbia +0.515916 aapg_ah_645.html aapg_ah_645.html:556:68227:68240 Gypsum Spring Black Hills +0.486758 cspg_html_5534161222 cspg_html_5534161222:540:57512:57520 Columbia Lacombe, Alberta +0.261476 aapg_af_305.html aapg_af_305.html:97:9991:9996 Sligo County Sligo +0.26208 aapg_af_650.html aapg_af_650.html:12:1715:1732 Rustler Salado, Texas +0.255009 cspg_html_8267847427 cspg_html_8267847427:450:54976:55008 Provincial Lacombe, Alberta +0.469807 aapg_ac_719.html aapg_ac_719.html:4:444:456 Pierre Trinidad and Tobago +0.254925 cspg_html_1378826439 cspg_html_1378826439:227:20794:20815 Gog Yoho National Park +0.47975 gsa_html_3860045860 gsa_html_3860045860:20:837:847 Washington Earth +0.191149 aapg_ah_644.html aapg_ah_644.html:289:34469:34477 Sundance Black Hills +0.255811 aapg_ac_374.html aapg_ac_374.html:332:34995:34999 Java Sumatra +0.456 aapg_ad_376.html aapg_ad_376.html:13:1810:1816 Denmar Virginia +0.492143 gsa_html_3445493534 gsa_html_3445493534:686:72215:72233 Monterey California +0.489402 aapg_ac_835.html aapg_ac_835.html:162:21082:21105 Phosphoria Cheyenne, Wyoming +0.374946 gsa_html_4432793908 gsa_html_4432793908:979:102996:103016 Sheep Pass Reno, Nevada +0.239875 sedimentology_html_7874076821 sedimentology_html_7874076821:30:1833:1841 Edmonton Canada +0.263133 aapg_ac_443.html aapg_ac_443.html:35:6071:6117 Hartselle Alabama +0.267225 aapg_ae_544.html aapg_ae_544.html:55:8221:8242 Fort Union Williston, Vermont +0.49192 aapg_af_653.html aapg_af_653.html:1129:136827:136833 Neroly Salinas, California +0.247883 jgeology_html_6990146451 jgeology_html_6990146451:909:62726:62734 Virginia Woodstock, Illinois +0.479808 aapg_ad_721.html aapg_ad_721.html:273:25963:25972 Dog Creek San Angelo, Texas +0.527942 gsa_html_7040053075 gsa_html_7040053075:1458:145361:145389 Green River Colorado +0.249368 cspg_html_4403434336 cspg_html_4403434336:40:5267:5288 Adams Greenland +0.258912 aapg_ai_143.html aapg_ai_143.html:74:8554:8562 Imperial Lethbridge +0.483736 aapg_ai_131.html aapg_ai_131.html:47:6049:6072 Marble Falls Jones County, Mississippi +0.359903 aapg_af_561.html aapg_af_561.html:551:50767:50774 Wasatch Wasatch Range +0.268732 gsa_html_8837971374 gsa_html_8837971374:50:5345:5364 Bathurst Brunswick, New York +0.25143 sedimentology_html_2139169476 sedimentology_html_2139169476:68:5162:5171 Peninsula Korea +0.46332 aapg_aa_702.html aapg_aa_702.html:308:82938:82946 Billings Williston, Vermont +0.249775 AMJC_html_4854660733 AMJC_html_4854660733:487:53706:53709 Bug Black Sea +0.45325 cspg_html_5345848475 cspg_html_5345848475:43:6333:6356 Medicine Hat Colorado +0.38952 geology_html_8865251298 geology_html_8865251298:71:7936:7953 Thaynes Logan, Utah +0.45171 sedimentology_html_6107009157 sedimentology_html_6107009157:736:39403:39412 Champagne Illinois +0.50076 sedimentology_html_4346674098 sedimentology_html_4346674098:37:1928:1933 Laval Canada +0.246402 aapg_aa_612.html aapg_aa_612.html:176:15213:15225 Bethel Bethel, Alaska +0.261096 cspg_html_3385840278 cspg_html_3385840278:1617:179617:179625 Columbia Victoria, British Columbia +0.484295 aapg_aa_626.html aapg_aa_626.html:162:18224:18232 Patapsco Maryland +0.262973 aapg_ad_865.html aapg_ad_865.html:520:52244:52261 Hermosa Hermosa, Chicago +0.235209 aapg_ad_908.html aapg_ad_908.html:241:26470:26487 La Luna Maracaibo +0.46032 aapg_ad_169.html aapg_ad_169.html:98:13279:13289 Greenbrier Huntington, West Virginia +0.456354 aapg_ah_528.html aapg_ah_528.html:98:10090:10098 Colorado Cheyenne, Wyoming +0.481265 aapg_ah_318.html aapg_ah_318.html:1646:157894:157900 Sierra Durango, Durango +0.520674 gsa_html_6055303756 gsa_html_6055303756:71:6191:6219 Green River Colorado +0.253492 aapg_ai_355.html aapg_ai_355.html:17:2441:2451 Rio Grande Shreveport, Louisiana +0.272896 aapg_ae_993.html aapg_ae_993.html:507:51906:51916 Bear River Western world +0.257094 aapg_aa_159.html aapg_aa_159.html:516:51198:51215 Haymond Texas +0.25647 sedimentology_html_6546385302 sedimentology_html_6546385302:937:63068:63096 Tidal Nassau, Bahamas +0.487705 cspg_html_7866293053 cspg_html_7866293053:222:22339:22347 Columbia Lacombe, Alberta +0.489168 aapg_aa_543.html aapg_aa_543.html:102:7592:7602 Kern River Coalinga, California +0.493712 aapg_ad_992.html aapg_ad_992.html:65:4358:4364 Midway Walker County, Texas +0.241839 cspg_html_6306091047 cspg_html_6306091047:140:21032:21040 Columbia Victoria, British Columbia +0.548516 aapg_ac_881.html aapg_ac_881.html:648:76457:76475 Deadwood Williston, Vermont +0.475488 palaios_html_6756694640 palaios_html_6756694640:42:5394:5423 Bell Texas +0.498015 aapg_aa_110.html aapg_aa_110.html:86:10765:10784 Rock Springs Sweetwater, Miami-Dade County, Florida +0.49296 sedimentology_html_1061349106 sedimentology_html_1061349106:83:9114:9124 Washington California +0.402116 cspg_html_2969995408 cspg_html_2969995408:288:34010:34028 Dunvegan Western Canadian Sedimentary Basin +0.25245 aapg_ae_67.html aapg_ae_67.html:353:30376:30384 Colorado Colorado +0.869424 aapg_ac_569.html aapg_ac_569.html:328:45426:45442 Emma Fiord Canada +0.467208 aapg_ai_567.html aapg_ai_567.html:426:53081:53090 Margarita Barquisimeto +0.255224 cspg_html_5538678223 cspg_html_5538678223:361:45342:45350 Pardonet Coral reef +0.501704 aapg_ad_800.html aapg_ad_800.html:24:4065:4080 Eutaw Selma to Montgomery marches +0.24892 cspg_html_1124814558 cspg_html_1124814558:12:1485:1499 Colorado Regina, Saskatchewan +0.48128 aapg_ah_779.html aapg_ah_779.html:384:71655:71661 Salina Cincinnati +0.243522 gsa_html_8128037381 gsa_html_8128037381:612:68629:68654 Panaca Reno, Nevada +0.262128 aapg_ah_529.html aapg_ah_529.html:38:5014:5027 Abrigo New Mexico +0.256985 aapg_ai_17.html aapg_ai_17.html:20:2527:2533 Midway Shreveport, Louisiana +0.260036 aapg_af_325.html aapg_af_325.html:53:8417:8435 Deposito Coatzacoalcos River +0.466017 cspg_html_9551573979 cspg_html_9551573979:400:43747:43771 Basal Canada +0.48654 aapg_ah_875.html aapg_ah_875.html:341:32155:32173 El Salto El Salto, Jalisco +0.518 gsa_html_3853868283 gsa_html_3853868283:30:2796:2824 Green River Colorado +0.482646 aapg_ae_777.html aapg_ae_777.html:610:68666:68683 Tererro Las Cruces, New Mexico +0.28455 cspg_html_4176605708 cspg_html_4176605708:80:10208:10216 Dunvegan Ashville, Ohio +0.258181 aapg_ai_583.html aapg_ai_583.html:30:5255:5272 Sundance Black Hills +0.44932 aapg_ac_333.html aapg_ac_333.html:170:21188:21200 Hermit Grand Canyon +0.248472 aapg_aa_857.html aapg_aa_857.html:229:19405:19411 Casper Cheyenne, Wyoming +0.4845 cspg_html_4143222666 cspg_html_4143222666:625:61813:61830 Belly River Regina, Saskatchewan +0.477252 jgeology_html_4305195651 jgeology_html_4305195651:1834:137505:137512 Newport Perry County, Indiana +0.25029 sedimentology_html_8798234923 sedimentology_html_8798234923:526:40247:40259 Rhode Island Nantucket +0.248992 aapg_ak_76.html aapg_ak_76.html:91:13209:13224 Cibao San Juan, Argentina +0.2575 geology_html_4370551174 geology_html_4370551174:270:21870:21874 Bond North Atlantic Current +0.2585 cspg_html_1293312960 cspg_html_1293312960:602:67437:67448 San Antonio Texas +0.26985 aapg_ah_116.html aapg_ah_116.html:213:18135:18144 Queenston Warren County, Ohio +0.507501 cspg_html_6383234409 cspg_html_6383234409:492:51054:51094 Bird Fiord Ellesmere Island +0.253009 gsa_html_5851281923 gsa_html_5851281923:224:23348:23358 Washington Lake Chelan +0.488992 aapg_af_445.html aapg_af_445.html:333:30974:30980 Denver Colorado +0.485811 cspg_html_2546442054 cspg_html_2546442054:390:45479:45497 Judith River Regina, Saskatchewan +0.48545 cspg_html_2820961138 cspg_html_2820961138:643:64460:64468 Columbia Victoria, British Columbia +0.482023 aapg_aa_684.html aapg_aa_684.html:3:186:207 Chugwater Cheyenne, Wyoming +0.491769 aapg_aa_379.html aapg_aa_379.html:128:15298:15309 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.475449 aapg_af_839.html aapg_af_839.html:352:30873:30881 Sylvania Detroit River International Wildlife Refuge +0.252494 aapg_ae_677.html aapg_ae_677.html:512:43360:43380 Grandfather Mountain Mountain City, Tennessee +0.252164 aapg_af_502.html aapg_af_502.html:120:14330:14355 Smackover Arkansas +0.2548 palaios_html_5242731588 palaios_html_5242731588:718:67003:67012 San Diego Nassau, Bahamas +0.464977 aapg_ah_435.html aapg_ah_435.html:331:40369:40376 Reynosa Rio Grande City, Texas +0.282382 aapg_ae_369.html aapg_ae_369.html:42:5289:5304 Eutaw Tuscaloosa, Alabama +0.258028 aapg_ac_55.html aapg_ac_55.html:310:36998:37006 St Marys Maryland +0.24947 aapg_ai_491.html aapg_ai_491.html:430:53864:53872 Wolfcamp Des Moines, Washington +0.2491 aapg_ac_867.html aapg_ac_867.html:496:68002:68023 Green River Logan, Utah +0.24846 aapg_ai_293.html aapg_ai_293.html:17:2248:2263 Wahoo Prudhoe Bay Oil Field +0.444062 aapg_ad_3.html aapg_ad_3.html:435:41569:41577 Virginia Saltville, Virginia +0.253512 gsa_html_5202646019 gsa_html_5202646019:792:70222:70248 Hull Ottawa, Kansas +0.249984 cspg_html_6116883777 cspg_html_6116883777:467:63180:63189 Canrobert Ellesmere Island +0.263165 cspg_html_3618628685 cspg_html_3618628685:258:30870:30880 Milk River Western world +0.27872 cspg_html_9185158332 cspg_html_9185158332:573:66523:66545 Dunvegan Victoria, British Columbia +0.68256 gsa_html_1536819908 gsa_html_1536819908:610:59999:60027 Strathearn Reno, Nevada +0.487531 aapg_ae_75.html aapg_ae_75.html:199:26413:26427 Yeso New Mexico +0.25449 cspg_html_7938374662 cspg_html_7938374662:104:11304:11322 Garbutt Victoria, British Columbia +0.47773 aapg_ad_431.html aapg_ad_431.html:144:11704:11709 Logan Tuscaloosa, Alabama +0.50024 gsa_html_1650524399 gsa_html_1650524399:704:76814:76825 Green River Uinta Mountains +0.491582 cspg_html_9735723617 cspg_html_9735723617:289:36377:36396 Hecla Bay Melville Island (Canada) +0.260091 sedimentology_html_2213855438 sedimentology_html_2213855438:1202:79376:79386 Washington California +0.242536 aapg_ae_570.html aapg_ae_570.html:236:24340:24348 Virginia Huntington, West Virginia +0.24644 aapg_ai_860.html aapg_ai_860.html:215:34273:34278 Tidal Kentucky +0.496752 aapg_af_345.html aapg_af_345.html:84:8007:8018 Black Creek Miami +0.256512 cspg_html_8840748783 cspg_html_8840748783:603:75370:75388 Dunvegan Ganges +0.476341 AMJC_html_5969956211 AMJC_html_5969956211:1707:191836:191844 Colorado Cheyenne, Wyoming +0.481206 aapg_ah_340.html aapg_ah_340.html:495:49937:49953 Midway Texas +0.247955 aapg_ad_2.html aapg_ad_2.html:176:24999:25006 Loudoun Loudoun County, Virginia +0.264936 jgeology_html_4305195651 jgeology_html_4305195651:2731:182396:182417 Mauch Chunk Pennsylvania +0.249228 sedimentology_html_9410532865 sedimentology_html_9410532865:1603:110946:110967 Green River Cheyenne, Wyoming +0.476671 cspg_html_9343899465 cspg_html_9343899465:84:11642:11652 Blue Fiord Bathurst Island (Northern Territory) +0.490716 sedimentology_html_9008066459 sedimentology_html_9008066459:1096:72013:72017 Hall London, Ontario +0.264187 jgeology_html_4305195651 jgeology_html_4305195651:566:68707:68717 Pottsville Pottsville, Pennsylvania +0.264195 sedimentology_html_6688819115 sedimentology_html_6688819115:1142:101703:101741 Paradox Logan, Utah +0.264368 aapg_ae_974.html aapg_ae_974.html:244:24668:24672 Frio Villa Nueva, Guatemala +0.471003 aapg_ai_584.html aapg_ai_584.html:732:77037:77043 Casper Laramie, Wyoming +0.472064 palaios_html_1574666570 palaios_html_1574666570:57:5186:5194 Michigan Ontario, California +0.257556 sedimentology_html_2912098544 sedimentology_html_2912098544:311:29520:29547 Kayenta Colorado +0.489027 geology_html_8594106977 geology_html_8594106977:245:21591:21597 Lisbon Charleston, South Carolina +0.250952 cspg_html_1503116552 cspg_html_1503116552:111:17281:17303 Beaverhill Western Canadian Sedimentary Basin +0.463572 aapg_ai_498.html aapg_ai_498.html:16:2473:2491 Fountain Colorado Springs, Colorado +0.2568 aapg_ad_356.html aapg_ad_356.html:15:2092:2111 Smackover Haynesville, Louisiana +0.49152 cspg_html_8363357104 cspg_html_8363357104:717:84544:84562 Glenogle Victoria, British Columbia +0.114597 aapg_aa_23.html aapg_aa_23.html:793:101680:101689 Stonewall Winnipeg +0.248994 cspg_html_8438548095 cspg_html_8438548095:337:34557:34576 Paskapoo Drumheller +0.254904 aapg_aa_399.html aapg_aa_399.html:195:14307:14321 Colorado Edmonton, London +0.255675 aapg_ae_368.html aapg_ae_368.html:72:8673:8685 Marble Falls Lampasas, Texas +0.279616 cspg_html_6116883777 cspg_html_6116883777:831:106330:106346 Douro Devon Island +0.473052 cspg_html_6984906794 cspg_html_6984906794:826:58650:58664 Kaskapau Lacombe, Alberta +0.704058 aapg_ad_337.html aapg_ad_337.html:496:51220:51238 Topanga Santa Monica Mountains +0.42016 geology_html_4966808147 geology_html_4966808147:247:22865:22873 San Jose Republic of China +0.472812 aapg_af_892.html aapg_af_892.html:205:19500:19525 Marble Falls Burnett County, Wisconsin +0.496006 palaios_html_3105248303 palaios_html_3105248303:224:23195:23209 Point Pleasant Kentucky +0.246506 aapg_aa_708.html aapg_aa_708.html:234:22930:22955 Blanco Punta Arenas +0.241566 jgeology_html_2497886918 jgeology_html_2497886918:703:41558:41567 Peninsula Korea +0.481265 gsa_html_1006178269 gsa_html_1006178269:929:76929:76957 Green River New Mexico +0.276675 cspg_html_3854139935 cspg_html_3854139935:174:23967:23989 Judith River Regina, Saskatchewan +0.25452 cspg_html_2198503252 cspg_html_2198503252:260:13313:13329 Percha New Mexico +0.504468 gsa_html_5467596358 gsa_html_5467596358:494:42196:42224 Green River Colorado +0.459696 aapg_ai_247.html aapg_ai_247.html:88:9388:9407 Detroit River Michigan +0.512324 palaios_html_1434442076 palaios_html_1434442076:468:42191:42207 Dakota Libya +0.497721 aapg_ac_63.html aapg_ac_63.html:39:5132:5141 Smackover Haynesville, Louisiana +0.273513 aapg_ai_321.html aapg_ai_321.html:100:13405:13412 Esquias La Libertad, Negros Oriental +0.265029 aapg_ae_344.html aapg_ae_344.html:91:8480:8491 Paluxy Tuscaloosa, Alabama +0.476341 geology_html_9344982926 geology_html_9344982926:13:780:788 Montreal Quebec City +0.263069 aapg_ai_287.html aapg_ai_287.html:265:30584:30602 San Onofre Breccia California +0.260084 palaios_html_3609052527 palaios_html_3609052527:591:53721:53734 Crystal River Melbourne, Florida +0.489599 gsa_html_6143207195 gsa_html_6143207195:820:76745:76755 Washington Bellevue, Nebraska +0.689318 palaios_html_4771673911 palaios_html_4771673911:497:52482:52502 Pottsville Alabama +0.266532 aapg_ai_11.html aapg_ai_11.html:222:27005:27023 Catskill Mancos, Colorado +0.24384 gsa_html_3038126504 gsa_html_3038126504:718:67294:67318 Bouse Colorado +0.499069 aapg_ae_324.html aapg_ae_324.html:234:23895:23906 Beekmantown Virginia +0.496975 geology_html_1733534725 geology_html_1733534725:145:10062:10066 Kope Kentucky +0.255021 cspg_html_3597281324 cspg_html_3597281324:23:3712:3730 Scollard Lacombe, Alberta +0.516405 gsa_html_8714995028 gsa_html_8714995028:65:5532:5560 Green River Colorado +0.25704 AMJC_html_7321319159 AMJC_html_7321319159:98:12025:12035 Santa Cruz Anacapa Island +0.48307 gsa_html_7890131408 gsa_html_7890131408:791:87418:87446 Green River Colorado +0.482816 aapg_ae_223.html aapg_ae_223.html:271:33212:33233 Green River Wasatch Range +0.719342 cspg_html_1841843683 cspg_html_1841843683:112:20612:20625 Entrada Logan, Utah +0.24327 gsa_html_9597147043 gsa_html_9597147043:294:24309:24327 Nikolai Greenstone Talkeetna, Alaska +0.4805 cspg_html_4685794369 cspg_html_4685794369:158:17398:17459 Porcupine Cordillera Administrative Region +0.253727 cspg_html_7402164801 cspg_html_7402164801:67:7536:7557 Belly River Lacombe, Alberta +0.265468 aapg_ae_436.html aapg_ae_436.html:8:1307:1326 Conemaugh Pennsylvania +0.489984 aapg_ai_321.html aapg_ai_321.html:169:23421:23438 Esquias Honduras +0.465778 aapg_af_745.html aapg_af_745.html:465:64229:64242 Astoria Washington (state) +0.248677 cspg_html_7799850124 cspg_html_7799850124:770:85815:85835 Waterways Swan Hill, Victoria +0.4745 gsa_html_3038126504 gsa_html_3038126504:689:65107:65122 Bouse California +0.263105 geology_html_2777204669 geology_html_2777204669:301:25433:25439 Jordan Chile +0.472175 cspg_html_9343899465 cspg_html_9343899465:1611:131362:131378 Parry Islands Melville Island (Canada) +0.249488 sedimentology_html_9410532865 sedimentology_html_9410532865:1827:120647:120655 Colorado Cheyenne, Wyoming +0.257446 sedimentology_html_9423391640 sedimentology_html_9423391640:232:18451:18459 Colorado Iran +0.499554 cspg_html_6306091047 cspg_html_6306091047:222:31427:31435 Columbia Victoria, British Columbia +0.455112 palaios_html_3308412288 palaios_html_3308412288:177:22248:22253 Upham Colorado +0.460902 geology_html_7450936803 geology_html_7450936803:14:758:768 Santa Cruz California +0.246512 cspg_html_3962754176 cspg_html_3962754176:683:74422:74441 Athabasca Lacombe, Alberta +0.258566 aapg_ad_811.html aapg_ad_811.html:289:31865:31877 San Fernando Pearl, Mississippi +0.27572 aapg_ah_536.html aapg_ah_536.html:128:17763:17780 Hosston County Sligo +0.2688 cspg_html_1925276454 cspg_html_1925276454:37:4889:4910 Peace River Lacombe, Alberta +0.495645 aapg_af_701.html aapg_af_701.html:127:14170:14209 Venango Venango, Pennsylvania +0.501642 aapg_ai_246.html aapg_ai_246.html:107:11228:11242 Mission Canyon Hinsdale, Massachusetts +0.261072 cspg_html_7182873498 cspg_html_7182873498:27:5152:5158 Salina Guelph +0.497798 cspg_html_4326384800 cspg_html_4326384800:279:32156:32171 Leduc Lacombe, Alberta +0.462423 gsa_html_3010975239 gsa_html_3010975239:544:63595:63603 Michigan Saginaw, Michigan +0.261783 aapg_ad_11.html aapg_ad_11.html:29:2715:2729 Sentinel Butte Fort Union Trading Post National Historic Site +0.48719 AMJC_html_1873062106 AMJC_html_1873062106:272:38433:38457 Cedar Mountain Logan, Utah +0.484575 gsa_html_8236729701 gsa_html_8236729701:213:22170:22186 Jalama San Miguel Island, Albay +0.26563 aapg_ai_592.html aapg_ai_592.html:198:32739:32751 Willow Creek Uinta Mountains +0.251968 cspg_html_2013109828 cspg_html_2013109828:229:40783:40791 Columbia Victoria, British Columbia +0.247835 aapg_ac_701.html aapg_ac_701.html:203:20628:20647 Lockatong Pennsylvania +0.476046 aapg_ae_718.html aapg_ae_718.html:85:8652:8668 Rundle Worthington, Minnesota +0.253302 cspg_html_6306091047 cspg_html_6306091047:863:109032:109040 Columbia Victoria, British Columbia +0.484692 geology_html_1503306574 geology_html_1503306574:293:26910:26928 Gowganda Canada +0.468806 gsa_html_3035665976 gsa_html_3035665976:1045:83347:83352 Rapid Earth +0.247275 aapg_aa_124.html aapg_aa_124.html:580:59657:59667 Bow Island Colorado +0.34529 aapg_ah_763.html aapg_ah_763.html:101:11161:11167 Blaine Texas +0.251835 aapg_ae_981.html aapg_ae_981.html:142:10409:10419 Bainbridge Missouri River +0.900601 aapg_ad_434.html aapg_ad_434.html:177:16254:16265 Viking Lacombe, Alberta +0.252685 aapg_af_551.html aapg_af_551.html:995:78680:78706 Keokuk New Mexico +0.495803 cspg_html_5832944175 cspg_html_5832944175:25:3231:3253 Grand Rapids Lacombe, Alberta +0.499032 aapg_ai_962.html aapg_ai_962.html:401:29967:29977 San Andres Cloudcroft, New Mexico +0.263652 cspg_html_1222040397 cspg_html_1222040397:599:78715:78723 Columbia Victoria, British Columbia +0.928176 cspg_html_6116883777 cspg_html_6116883777:852:109862:109881 Allen Bay Little Cornwallis Island +0.465567 jgeology_html_2837808723 jgeology_html_2837808723:1390:73314:73318 Hall London, Ontario +0.260925 aapg_ai_249.html aapg_ai_249.html:90:14026:14043 El Plan Mexico +0.481514 cspg_html_8316122266 cspg_html_8316122266:361:33180:33203 Boulder Creek Victoria, British Columbia +0.278236 cspg_html_2650073471 cspg_html_2650073471:6:512:518 Battle Milk River, Alberta +0.258552 cspg_html_9683836416 cspg_html_9683836416:353:59979:59987 Columbia Victoria, British Columbia +0.487272 gsa_html_2818345762 gsa_html_2818345762:333:30332:30350 Gowganda Lake Huron +0.286272 aapg_aa_777.html aapg_aa_777.html:521:56483:56498 Mesaverde Cheyenne, Wyoming +0.48732 geology_html_8953766677 geology_html_8953766677:15:603:621 Palliser Canada +0.479862 cspg_html_3328007773 cspg_html_3328007773:824:89764:89772 Hulcross Boulder Creek (Colorado) +0.47941 cspg_html_3860685167 cspg_html_3860685167:858:79453:79473 Mount Head Lacombe, Alberta +0.497555 aapg_ac_841.html aapg_ac_841.html:993:102183:102200 Subinal Tegucigalpa +0.478908 gsa_html_9643610413 gsa_html_9643610413:1529:93037:93065 Green River Colorado +0.285136 aapg_aa_39.html aapg_aa_39.html:85:9585:9608 Honaker Madera County, California +0.487936 gsa_html_3331523875 gsa_html_3331523875:53:7279:7296 Wasatch Spain +0.508698 geology_html_1286290087 geology_html_1286290087:42:4281:4289 Columbia Buenos Aires Province +0.912974 aapg_ae_161.html aapg_ae_161.html:133:15462:15471 Mesaverde Judith River Formation +0.247396 aapg_aa_745.html aapg_aa_745.html:469:56747:56770 Brushy Canyon Texas +0.46368 aapg_ad_379.html aapg_ad_379.html:630:51843:51850 Oquirrh Reno, Nevada +0.24617 cspg_html_4115156925 cspg_html_4115156925:163:22473:22480 Cardium Lacombe, Alberta +0.464061 gsa_html_2584301292 gsa_html_2584301292:217:22426:22449 Gilman Peoria, Illinois +0.286254 aapg_ac_406.html aapg_ac_406.html:105:9800:9810 Tuscaloosa Paluxy, Texas +0.25149 aapg_ae_474.html aapg_ae_474.html:104:10216:10223 Mattoon Illinois +0.3825 cspg_html_7777724998 cspg_html_7777724998:117:16722:16739 Cadomin Highwood Pass +0.761781 aapg_ai_932.html aapg_ai_932.html:650:102897:102914 Sisquoc Knoxville, Illinois +0.484692 aapg_ae_147.html aapg_ae_147.html:112:11930:11934 Pico California +0.23868 cspg_html_2701043964 cspg_html_2701043964:85:12677:12695 Winnipeg Great Lakes +0.489842 aapg_ad_379.html aapg_ad_379.html:434:36562:36571 Ingleside Colorado +0.484227 aapg_af_130.html aapg_af_130.html:226:38333:38364 Elbert Logan, Utah +0.462707 gsa_html_1266138577 gsa_html_1266138577:151:13419:13426 Campito Salinas Valley +0.464695 aapg_ai_584.html aapg_ai_584.html:65:6329:6336 Hermosa Colorado +0.435627 aapg_af_653.html aapg_af_653.html:752:84392:84399 Temblor Monterey, California +0.495645 cspg_html_1265381145 cspg_html_1265381145:168:17920:17936 Exshaw Middle East +0.26214 aapg_ai_399.html aapg_ai_399.html:257:24434:24457 Porters Creek Lagrangian point +0.66595 gsa_html_1744648670 gsa_html_1744648670:444:45876:45893 Johnnie Oman +0.23829 sedimentology_html_5462089509 sedimentology_html_5462089509:1453:101125:101131 Denver Colorado +0.471156 AMJC_html_4692260170 AMJC_html_4692260170:148:16895:16912 Rangeley Piermont, New York +0.493569 gsa_html_6985417117 gsa_html_6985417117:722:58865:58873 Michigan Ohio +0.265189 cspg_html_1222040397 cspg_html_1222040397:273:37191:37196 Skoki County Tipperary +0.87326 cspg_html_4859889874 cspg_html_4859889874:491:49522:49544 Judith River Canada +0.270391 gsa_html_6117440194 gsa_html_6117440194:1288:114659:114675 Sullivan Victoria, British Columbia +0.379236 cspg_html_4948472369 cspg_html_4948472369:420:34098:34115 Vaureal Anticosti Island +0.256968 aapg_ad_466.html aapg_ad_466.html:755:82178:82186 Monmouth Mount Laurel Township, New Jersey +0.237384 palaios_html_7274959329 palaios_html_7274959329:866:61439:61447 Columbia Victoria, British Columbia +0.50592 aapg_ad_812.html aapg_ad_812.html:36:3703:3710 Entrada New Mexico +0.26988 aapg_af_542.html aapg_af_542.html:449:44196:44208 Wilcox Texas +0.25725 gsa_html_5215388101 gsa_html_5215388101:57:4004:4012 Virginia Colorado +0.236442 aapg_af_575.html aapg_af_575.html:565:77599:77609 Kinderhook Iowa +0.491824 aapg_af_727.html aapg_af_727.html:148:17575:17591 Chinle Chinle Formation +0.24598 sedimentology_html_1568456861 sedimentology_html_1568456861:1557:105353:105373 Toro Chile +0.246909 cspg_html_2283545366 cspg_html_2283545366:146:18934:18961 Halfway Wembley Stadium +0.247234 cspg_html_4326384800 cspg_html_4326384800:291:33721:33729 Ramparts Mackenzie River +0.249559 aapg_ai_31.html aapg_ai_31.html:491:45984:46003 Catahoula Texas +0.246012 AMJC_html_6759408618 AMJC_html_6759408618:168:15794:15848 Cumberland Western world +0.48348 aapg_ac_336.html aapg_ac_336.html:149:15322:15333 Levis Quebec City +0.489005 cspg_html_4509388671 cspg_html_4509388671:10:895:908 Mist Mountain Victoria, British Columbia +0.8064 aapg_ai_932.html aapg_ai_932.html:331:51385:51402 Sisquoc Monterey, California +0.254478 aapg_ai_17.html aapg_ai_17.html:81:5454:5460 Midway Mississippi River +0.27507 aapg_aa_890.html aapg_aa_890.html:247:24001:24006 Price Pocahontas County, Iowa +0.25959 cspg_html_9683836416 cspg_html_9683836416:312:50253:50270 Belly River Lacombe, Alberta +0.26832 palaios_html_3889678675 palaios_html_3889678675:541:48923:48954 Keyser Virginia +0.47094 aapg_ah_871.html aapg_ah_871.html:4:437:442 Laval Montreal +0.266889 aapg_af_854.html aapg_af_854.html:1246:177202:177213 Hardinsburg Bethel, Alaska +0.446964 aapg_ad_441.html aapg_ad_441.html:3:416:432 Navajo Logan, Utah +0.259 aapg_ae_905.html aapg_ae_905.html:171:18686:18692 Pawnee Iowa +0.486095 aapg_ae_185.html aapg_ae_185.html:7:984:989 Tokio Carterville, Illinois +0.469559 aapg_ah_261.html aapg_ah_261.html:554:83094:83103 San Diego California +0.266766 cspg_html_4937997995 cspg_html_4937997995:1136:89426:89445 Chicotte Quebec City +0.270878 aapg_ad_306.html aapg_ad_306.html:199:25898:25904 Sierra Cofradia +0.479232 palaios_html_5170998264 palaios_html_5170998264:12:708:717 San Diego California +0.490028 aapg_ai_49.html aapg_ai_49.html:113:11505:11510 Weber Colorado +0.791492 gsa_html_1826402027 gsa_html_1826402027:111:12810:12828 Moenkopi Mesa, Arizona +0.26572 cspg_html_1312400675 cspg_html_1312400675:100:11226:11243 Eastend Lacombe, Alberta +0.492701 aapg_ad_784.html aapg_ad_784.html:223:25519:25528 Coldwater Santa Ynez, California +0.253506 cspg_html_1503116552 cspg_html_1503116552:1754:246905:246914 Mackenzie Great Slave Lake +0.255009 cspg_html_7872970297 cspg_html_7872970297:371:36491:36496 Yukon China +0.268752 aapg_ai_951.html aapg_ai_951.html:62:8603:8621 Ivishak Prudhoe Bay Oil Field +0.243432 geology_html_1094296225 geology_html_1094296225:210:18090:18096 Provo Pyrenees +0.481076 cspg_html_4105062490 cspg_html_4105062490:130:13409:13424 Nisku Edmonton, London +0.4888 aapg_ah_647.html aapg_ah_647.html:812:87804:87808 Earp Supai, Arizona +0.48719 aapg_ae_642.html aapg_ae_642.html:140:13855:13867 Bossier Haynesville, Louisiana +0.477012 aapg_af_877.html aapg_af_877.html:154:18061:18078 Renault Pope County, Arkansas +0.484428 aapg_ac_807.html aapg_ac_807.html:664:65569:65575 Peedee Neuse River +0.5229 aapg_ae_369.html aapg_ae_369.html:62:7660:7670 Tuscaloosa Tuscaloosa, Alabama +0.244 cspg_html_1763727002 cspg_html_1763727002:32:5541:5548 Halfway Lacombe, Alberta +0.257136 cspg_html_6159840831 cspg_html_6159840831:305:37528:37545 Cardium Lacombe, Alberta +0.252416 geology_html_9694850680 geology_html_9694850680:27:2111:2119 Columbia Charleston, South Carolina +0.788256 aapg_ae_959.html aapg_ae_959.html:1385:100800:100814 Yeso New Mexico +0.24353 aapg_ac_834.html aapg_ac_834.html:171:15888:15898 Lakota Southeast Asia +0.233532 aapg_af_751.html aapg_af_751.html:827:98483:98503 Point Loma California +0.48724 gsa_html_9310053579 gsa_html_9310053579:303:28184:28200 Roslyn Deadhorse, Alaska +0.49914 aapg_af_854.html aapg_af_854.html:985:138962:138978 Bethel Kentucky +0.487424 cspg_html_6795586308 cspg_html_6795586308:6:513:521 Columbia Victoria, British Columbia +0.263971 aapg_ad_653.html aapg_ad_653.html:366:45593:45616 Prince Creek Anchorage, Alaska +0.269361 cspg_html_8904992939 cspg_html_8904992939:154:21817:21832 Leduc Lacombe, Alberta +0.823781 sedimentology_html_3841637081 sedimentology_html_3841637081:1363:60635:60680 Leduc Canada +0.494656 aapg_ac_613.html aapg_ac_613.html:101:14055:14064 Mesaverde Colorado +0.2405 cspg_html_7310162886 cspg_html_7310162886:8:780:794 Old Crow Plain Great Britain +0.250952 aapg_ad_266.html aapg_ad_266.html:51:4643:4649 Laredo Laredo, Texas +0.235225 cspg_html_2907826148 cspg_html_2907826148:176:22254:22283 Kayak Anchorage, Alaska +0.484008 aapg_ai_4.html aapg_ai_4.html:3:185:203 Monterey California +0.493189 aapg_ai_357.html aapg_ai_357.html:206:22740:22752 Carrizo Carrizo Springs, Texas +0.49868 gsa_html_6194837075 gsa_html_6194837075:134:11885:11901 Paluxy Murray, Kentucky +0.255811 cspg_html_4287356899 cspg_html_4287356899:2961:322870:322885 Phosphoria Boise, Idaho +0.26986 cspg_html_1962846283 cspg_html_1962846283:295:32191:32208 Cadomin Lacombe, Alberta +0.269261 aapg_ae_236.html aapg_ae_236.html:16:1537:1543 Midway Hattiesburg, Mississippi +0.454053 aapg_ad_152.html aapg_ad_152.html:1180:150413:150431 Arcturus Kaibab, Arizona +0.243036 cspg_html_9343899465 cspg_html_9343899465:1926:163946:163955 Mould Bay Banks Island +0.539648 aapg_af_436.html aapg_af_436.html:350:42798:42810 Pocono Chemung, New York +0.4735 aapg_aa_266.html aapg_aa_266.html:56:6273:6278 Apolo La Paz, Baja California Sur +0.479829 aapg_ad_930.html aapg_ad_930.html:170:18459:18480 Green River Sweetwater, Miami-Dade County, Florida +0.488898 gsa_html_3170716243 gsa_html_3170716243:1570:130541:130569 Green River Colorado +0.258981 cspg_html_7201476813 cspg_html_7201476813:180:22512:22559 Winnipegosis Regina, Saskatchewan +0.469665 aapg_aa_44.html aapg_aa_44.html:4:317:335 Moenkopi Colorado +0.495281 cspg_html_6014123208 cspg_html_6014123208:110:15890:15897 Success Lacombe, Alberta +0.494025 cspg_html_1378826439 cspg_html_1378826439:16:1649:1665 Viking Lacombe, Alberta +0.842465 aapg_af_266.html aapg_af_266.html:74:8665:8680 Catalina Schist Los Angeles +0.488048 aapg_ah_157.html aapg_ah_157.html:240:33765:33773 Edgewood Michigan +0.266539 geology_html_3195636693 geology_html_3195636693:50:4927:4951 Stony Mountain Manitoba +0.239148 aapg_ad_110.html aapg_ad_110.html:706:76163:76179 Tensleep Darwin, Northern Territory +0.255518 gsa_html_3648258377 gsa_html_3648258377:536:53236:53254 Mount Laurel Navesink River +0.260925 gsa_html_5107598462 gsa_html_5107598462:921:78704:78731 Catskill Lackawanna County, Pennsylvania +0.25168 cspg_html_2536610088 cspg_html_2536610088:80:7126:7152 Hardinsburg Kentucky +0.266772 cspg_html_7866293053 cspg_html_7866293053:249:26359:26367 Columbia Victoria, British Columbia +0.51119 aapg_ae_324.html aapg_ae_324.html:706:72137:72144 Holston Virginia +0.243033 cspg_html_9957758447 cspg_html_9957758447:190:25877:25904 Saskatchewan Williston Basin +0.275094 gsa_html_2832151886 gsa_html_2832151886:442:37885:37903 Dunvegan Lacombe, Alberta +0.342702 AMJC_html_8883212571 AMJC_html_8883212571:287:32595:32607 Smackover Arkansas +0.47583 gsa_html_9479405741 gsa_html_9479405741:29:2796:2824 Green River Colorado +0.490428 AMJC_html_1252169248 AMJC_html_1252169248:11:657:665 Colorado Denver +0.258152 cspg_html_7595517955 cspg_html_7595517955:583:57528:57549 Bathurst Bathurst Island (Northern Territory) +0.249996 jgeology_html_8494933343 jgeology_html_8494933343:480:37954:37962 Colorado Colorado +0.25725 aapg_ac_592.html aapg_ac_592.html:95:11497:11516 Sundance Cheyenne, Wyoming +0.487442 sedimentology_html_6930678843 sedimentology_html_6930678843:1424:85168:85174 Provo Pyrenees +0.503435 aapg_ae_906.html aapg_ae_906.html:158:14318:14327 Aux Vases Gallatin County, Montana +0.908184 aapg_ad_379.html aapg_ad_379.html:487:40507:40527 Minnekahta Black Hills +0.479556 cspg_html_4165571187 cspg_html_4165571187:12:1471:1479 Columbia Victoria, British Columbia +0.494769 aapg_af_854.html aapg_af_854.html:1402:204322:204332 Washington Gallatin, Tennessee +0.483736 jgeology_html_8494933343 jgeology_html_8494933343:630:44614:44642 Bidahochi Arizona +0.253991 cspg_html_8568877195 cspg_html_8568877195:584:74807:74825 Foremost Milk River, Alberta +0.509694 aapg_ai_296.html aapg_ai_296.html:23:3141:3146 Chazy Arkansas +0.262135 gsa_html_1826402027 gsa_html_1826402027:991:100323:100351 Green River New Mexico +0.274638 aapg_ah_329.html aapg_ah_329.html:283:28092:28100 Monterey Monterey, California +0.256035 sedimentology_html_7103111053 sedimentology_html_7103111053:7380:108368:108377 Peninsula Korea +0.2565 cspg_html_4860363565 cspg_html_4860363565:54:7313:7335 Swift Regina, Saskatchewan +0.271245 aapg_aa_47.html aapg_aa_47.html:174:18143:18159 Sandia Brill +0.448392 gsa_html_9194968822 gsa_html_9194968822:679:49922:49927 Yukon Anchorage, Alaska +0.272976 aapg_aa_962.html aapg_aa_962.html:249:25084:25093 Red River Mississippi River +0.872235 aapg_aa_25.html aapg_aa_25.html:167:15060:15077 Entrada Kayenta, Arizona +0.51541 aapg_ac_961.html aapg_ac_961.html:457:48095:48106 Arkadelphia Texas +0.265029 aapg_ae_369.html aapg_ae_369.html:103:10535:10545 Tuscaloosa Tuscaloosa, Alabama +0.25957 aapg_ah_339.html aapg_ah_339.html:390:34467:34486 Hermitage Wayne County, Michigan +0.497152 cspg_html_1893593837 cspg_html_1893593837:628:42251:42261 Boas River Southampton Island +0.483736 aapg_ae_315.html aapg_ae_315.html:5:960:981 Platteville Decorah, Iowa +0.256824 gsa_html_1419461902 gsa_html_1419461902:959:81480:81486 Ludlow Gotland +0.265209 aapg_ae_419.html aapg_ae_419.html:491:59252:59258 Midway Mississippi River +0.24846 gsa_html_1075724130 gsa_html_1075724130:627:53586:53610 Bouse Colorado +0.245478 aapg_ad_760.html aapg_ad_760.html:30:5021:5037 Modelo Monterey, California +0.261476 cspg_html_1665574291 cspg_html_1665574291:40:7746:7764 Paskapoo Edmonton, London +0.473455 aapg_aa_426.html aapg_aa_426.html:242:54448:54459 Pine Island Demopolis, Alabama +0.243386 AMJC_html_5516451353 AMJC_html_5516451353:9:321:338 Massabesic Gneiss New Hampshire +0.49452 aapg_ae_663.html aapg_ae_663.html:615:56410:56418 La Habra California +0.252506 cspg_html_1233998526 cspg_html_1233998526:7:597:603 Denver Houston +0.259844 palaios_html_5766254008 palaios_html_5766254008:79:9752:9760 Colorado Denver +0.254961 geology_html_7972092371 geology_html_7972092371:26:2113:2117 Hall Texas +0.498597 gsa_html_7791910472 gsa_html_7791910472:859:71715:71743 Green River New Mexico +0.49987 gsa_html_1617077506 gsa_html_1617077506:66:5866:5874 Columbia Anchorage, Alaska +0.2485 aapg_ad_70.html aapg_ad_70.html:258:17898:17915 Todilto New Mexico +0.487786 sedimentology_html_2139169476 sedimentology_html_2139169476:89:7340:7349 Peninsula Korea +0.258039 cspg_html_6665051947 cspg_html_6665051947:492:47715:47732 Bluesky Canada +0.268736 aapg_af_575.html aapg_af_575.html:570:77979:77992 English River Hampton, New Hampshire +0.474768 aapg_aa_12.html aapg_aa_12.html:444:46995:47003 Woodford Chattanooga, Tennessee +0.255136 aapg_af_799.html aapg_af_799.html:147:10342:10357 Monterey Coalinga, California +0.476 cspg_html_4069214675 cspg_html_4069214675:676:68801:68808 Halifax Lacombe, Alberta +0.266965 cspg_html_2758324131 cspg_html_2758324131:17:3274:3290 Bakken Williston, Vermont +0.27196 aapg_ad_581.html aapg_ad_581.html:420:45416:45422 Denver Huntington, West Virginia +0.458382 aapg_af_799.html aapg_af_799.html:401:28429:28452 Arroyo California +0.254478 aapg_ad_351.html aapg_ad_351.html:773:67710:67730 Keokuk Burlington, Ontario +0.484188 aapg_ad_466.html aapg_ad_466.html:445:52788:52806 Monmouth Matawan, New Jersey +0.483084 aapg_af_839.html aapg_af_839.html:173:18406:18410 Home Montcalm County, Michigan +0.252374 gsa_html_2683617362 gsa_html_2683617362:843:80380:80389 Extension Tyrrhenian Sea +0.5076 aapg_ad_918.html aapg_ad_918.html:154:20119:20137 Niobrara Colorado +0.248412 aapg_ac_559.html aapg_ac_559.html:622:85746:85751 Steel Svalbard and Jan Mayen +0.72276 aapg_af_11.html aapg_af_11.html:49:7248:7275 Uncompahgre San Juan Mountains +0.271377 aapg_ae_380.html aapg_ae_380.html:172:13262:13266 Frio Texas +0.456221 aapg_ac_200.html aapg_ac_200.html:263:25478:25495 Wasatch Cheyenne, Wyoming +0.25654 aapg_ad_2.html aapg_ad_2.html:175:24821:24828 Loudoun Maryland +0.254178 aapg_ah_521.html aapg_ah_521.html:20:3599:3616 Carrizo Texas +0.50666 aapg_aa_861.html aapg_aa_861.html:25:3974:3982 Somerset Bath, Somerset +0.48132 cspg_html_1166788717 cspg_html_1166788717:138:15694:15712 Peechee Lacombe, Alberta +0.493218 aapg_af_664.html aapg_af_664.html:557:62592:62602 San Andres Western world +0.27472 aapg_ad_306.html aapg_ad_306.html:127:17190:17200 Las Ovejas Santa Rosa, California +0.245727 aapg_ai_163.html aapg_ai_163.html:556:47547:47553 Toroweap Coconino County, Arizona +0.251392 aapg_aa_734.html aapg_aa_734.html:162:16583:16591 Caballos Texas +0.254007 sedimentology_html_7482146728 sedimentology_html_7482146728:48:5431:5437 Oregon Salem, Oregon +0.494235 aapg_af_839.html aapg_af_839.html:327:27754:27762 Columbia New Salem, Massachusetts +0.470745 palaios_html_8927335141 palaios_html_8927335141:66:9219:9242 Biwabik Iron Earth +0.497688 aapg_aa_904.html aapg_aa_904.html:17:1956:1964 Columbia Victoria, British Columbia +0.459144 aapg_ad_44.html aapg_ad_44.html:702:74761:74781 Tuscarora Juniata County School District +0.720209 aapg_ah_536.html aapg_ah_536.html:534:70595:70607 Mooringsport Mississippi River +0.259077 AMJC_html_5421639085 AMJC_html_5421639085:753:72559:72567 Virginia Charlottesville, Virginia +0.257943 sedimentology_html_1568456861 sedimentology_html_1568456861:1178:88136:88159 Brushy Canyon West Texas +0.888765 aapg_aa_124.html aapg_aa_124.html:596:61798:61804 Viking Lacombe, Alberta +0.461058 cspg_html_6285618099 cspg_html_6285618099:88:10801:10818 Delorme Germany +0.482328 gsa_html_7635660482 gsa_html_7635660482:1013:80100:80128 Green River Colorado +0.266192 aapg_ae_415.html aapg_ae_415.html:429:56645:56654 Vicksburg Alabama +0.259908 aapg_ah_536.html aapg_ah_536.html:438:56782:56794 Rodessa Rodessa, Louisiana +0.487135 cspg_html_4433937749 cspg_html_4433937749:45:6776:6788 Sikanni Victoria, British Columbia +0.250488 aapg_ah_955.html aapg_ah_955.html:43:7081:7091 Missisauga Logan Canyon +0.470659 aapg_ac_361.html aapg_ac_361.html:223:24244:24252 Vaqueros San Antonio +0.23716 geology_html_6152131284 geology_html_6152131284:12:600:608 Colorado Colorado +0.244348 aapg_af_905.html aapg_af_905.html:161:16353:16361 Zeandale Onaga, Kansas +0.695272 gsa_html_5952049575 gsa_html_5952049575:82:8747:8765 Wasatch Fort Union Trading Post National Historic Site +0.700494 aapg_ad_55.html aapg_ad_55.html:74:6684:6691 Decorah Missouri River +0.25948 cspg_html_8316122266 cspg_html_8316122266:364:33390:33411 Peace River Lacombe, Alberta +0.262656 cspg_html_4680797491 cspg_html_4680797491:35:4461:4472 Peace River Moberly, Missouri +0.4746 aapg_ae_803.html aapg_ae_803.html:764:96184:96201 Todos Santos Santa Rosa, California +0.48984 aapg_ak_85.html aapg_ak_85.html:91:11380:11398 Norphlet Arkansas +0.26019 aapg_ah_773.html aapg_ah_773.html:3:186:203 Bird Spring Reno, Nevada +0.259931 palaios_html_7076037184 palaios_html_7076037184:688:59351:59359 Kankakee Illinois +0.255524 aapg_ae_235.html aapg_ae_235.html:163:19514:19525 Summerville Wilmington, North Carolina +0.270918 cspg_html_3953809708 cspg_html_3953809708:553:56741:56774 Palliser Lacombe, Alberta +0.48581 aapg_ac_689.html aapg_ac_689.html:31:3827:3835 Colorado Nebraska +0.237384 cspg_html_8352050670 cspg_html_8352050670:81:8187:8192 Yukon Porcupine River (Ontario) +0.49234 cspg_html_4293350162 cspg_html_4293350162:442:47846:47856 Mount Head Carnarvon, Western Australia +0.860552 cspg_html_4298557570 cspg_html_4298557570:109:16178:16184 Battle Edmonton, London +0.759629 aapg_ad_2.html aapg_ad_2.html:1593:220512:220524 Chambersburg Bellefonte, Pennsylvania +0.267363 aapg_aa_960.html aapg_aa_960.html:269:22153:22171 Todilto New Mexico +0.51512 aapg_ad_883.html aapg_ad_883.html:47:6736:6755 Franconia Detroit River International Wildlife Refuge +0.494648 gsa_html_5865982995 gsa_html_5865982995:48:5278:5306 Green River Cheyenne, Wyoming +0.658239 geology_html_1574115242 geology_html_1574115242:271:24300:24326 Flagstaff Logan, Utah +0.38106 AMJC_html_6341723617 AMJC_html_6341723617:1023:86045:86067 Green River Colorado +0.510485 aapg_ae_959.html aapg_ae_959.html:2068:148328:148344 Whitehorse Pecos River +0.272259 aapg_af_880.html aapg_af_880.html:1334:140224:140232 Toroweap McKee, Kentucky +0.252296 cspg_html_2758185645 cspg_html_2758185645:346:32849:32854 Banff Moose Mountain (Alberta) +0.666207 aapg_ah_318.html aapg_ah_318.html:896:92041:92060 Smackover Ouachita Parish, Louisiana +0.79016 aapg_ah_156.html aapg_ah_156.html:796:77749:77761 Cooking Lake Canada +0.251196 aapg_aa_22.html aapg_aa_22.html:243:23075:23080 Upham Sacramento Mountains (California) +0.50592 gsa_html_1931201430 gsa_html_1931201430:616:60962:60970 Columbia Victoria, British Columbia +0.466908 aapg_ai_287.html aapg_ai_287.html:119:14696:14719 Bedford Santiago +0.268192 gsa_html_6580496784 gsa_html_6580496784:699:79004:79008 Dunn Los Angeles +0.26416 aapg_ae_419.html aapg_ae_419.html:3057:197251:197257 Sierra Mexico +0.256208 aapg_ah_646.html aapg_ah_646.html:40:5643:5659 Chinle Chinle Formation +0.503562 aapg_ad_624.html aapg_ad_624.html:31:4497:4504 Canning Gippsland +0.262493 aapg_ac_235.html aapg_ac_235.html:798:79183:79195 Dakota Colorado +0.486604 aapg_ae_324.html aapg_ae_324.html:796:80371:80379 Moccasin Virginia +0.515966 aapg_ae_305.html aapg_ae_305.html:1093:95017:95022 Colon Colombia +0.258416 aapg_ah_828.html aapg_ah_828.html:486:45283:45292 La Casita Mexico +0.455026 cspg_html_4031489103 cspg_html_4031489103:391:59824:59843 Kitchener Western world +0.260064 gsa_html_1538463681 gsa_html_1538463681:907:77028:77050 Mural Sonora +0.25853 cspg_html_2659248847 cspg_html_2659248847:604:62367:62380 Parry Islands Melville, New York +0.51666 aapg_ac_610.html aapg_ac_610.html:221:19767:19785 Palmetto Tonopah, Arizona +0.244348 gsa_html_5293445820 gsa_html_5293445820:897:95535:95545 Wood River Salcha River +0.46683 AMJC_html_6341723617 AMJC_html_6341723617:326:29756:29765 Flagstaff Uinta Mountains +0.258572 cspg_html_4287356899 cspg_html_4287356899:3753:380861:380873 Rundle Lacombe, Alberta +0.270336 cspg_html_3642426669 cspg_html_3642426669:14:1185:1191 Viking Lacombe, Alberta +0.262656 AMJC_html_5390933660 AMJC_html_5390933660:497:47154:47167 Gile Mountain Bennington, Vermont +0.352404 aapg_ai_275.html aapg_ai_275.html:101:12129:12142 Potomac Virginia +0.860254 aapg_ac_126.html aapg_ac_126.html:25:3953:3970 Haynesville Spain +0.523746 aapg_ad_918.html aapg_ad_918.html:525:57340:57348 Colorado Colorado +0.502516 aapg_ah_536.html aapg_ah_536.html:543:72139:72156 Rodessa Austin, Chicago +0.258572 geology_html_9344982926 geology_html_9344982926:12:619:629 Washington Washington (state) +0.500733 aapg_ae_182.html aapg_ae_182.html:373:39346:39370 Cotton Valley Bellevue, Nebraska +0.255398 cspg_html_4326384800 cspg_html_4326384800:154:21952:21971 Grosmont Lacombe, Alberta +0.50284 cspg_html_1019614994 cspg_html_1019614994:387:63483:63493 Big Valley Williston Basin +0.463571 cspg_html_5345848475 cspg_html_5345848475:936:95199:95221 Medicine Hat Regina, Saskatchewan +0.252813 cspg_html_8266552811 cspg_html_8266552811:269:33788:33804 Viking Regina, Saskatchewan +0.470844 cspg_html_7924356285 cspg_html_7924356285:111:15034:15039 Yukon Russia +0.494748 gsa_html_5625878232 gsa_html_5625878232:694:78586:78596 Washington San Antonio +0.276676 gsa_html_4630856880 gsa_html_4630856880:1266:140233:140239 Moscow Russia +0.24038 aapg_ac_631.html aapg_ac_631.html:179:23587:23605 Teewinot Grand Teton National Park +0.255016 cspg_html_2784057671 cspg_html_2784057671:292:36047:36055 Crescent Western world +0.255024 gsa_html_8398449001 gsa_html_8398449001:775:65242:65251 Bear Lake Bennington, Vermont +0.493735 gsa_html_8951179545 gsa_html_8951179545:314:35993:36013 Wilcox Mexico +0.261057 palaios_html_5264377288 palaios_html_5264377288:83:7431:7451 Chickaloon Talkeetna Mountains +0.500906 aapg_ah_567.html aapg_ah_567.html:123:13966:13985 Wapanucka Hartshorne, Oklahoma +0.235755 aapg_ad_599.html aapg_ad_599.html:124:13110:13117 Venango Pennsylvania +0.484748 cspg_html_2198503252 cspg_html_2198503252:6:615:621 Percha Colorado +0.453054 aapg_af_128.html aapg_af_128.html:519:45477:45493 Casper Cheyenne, Wyoming +0.26572 aapg_ai_275.html aapg_ai_275.html:112:13627:13645 Magothy Raritan River +0.25755 cspg_html_9354781888 cspg_html_9354781888:116:21370:21416 Peace River Victoria, British Columbia +0.28676 aapg_ad_637.html aapg_ad_637.html:53:7822:7846 Frio Houston +0.4841 aapg_af_191.html aapg_af_191.html:68:8122:8127 Boggy Western world +0.450672 AMJC_html_8206209174 AMJC_html_8206209174:769:75507:75537 Gowganda Ontario, California +0.282624 aapg_ae_473.html aapg_ae_473.html:201:19087:19092 Eutaw Tuscaloosa, Alabama +0.488379 aapg_ah_647.html aapg_ah_647.html:543:59455:59469 Earp Indian Creek, Florida +0.250776 aapg_ah_399.html aapg_ah_399.html:3:440:448 Columbia Williston, Vermont +0.863838 aapg_ac_235.html aapg_ac_235.html:33:3966:3984 Cloverly Cheyenne, Wyoming +0.498905 aapg_aa_37.html aapg_aa_37.html:20:3307:3323 Kaibab Grand Canyon +0.460419 gsa_html_5865982995 gsa_html_5865982995:872:97317:97334 Wasatch Cheyenne, Wyoming +0.500325 jgeology_html_7911248546 jgeology_html_7911248546:632:34092:34110 Anacacho Texas +0.476146 aapg_ad_402.html aapg_ad_402.html:209:22827:22833 Denver Lacombe, Alberta +0.499422 sedimentology_html_7173233072 sedimentology_html_7173233072:283:20693:20702 Red Bluff Beaumaris Castle +0.271416 aapg_ai_864.html aapg_ai_864.html:93:11299:11305 Reklaw Karnes County, Texas +0.26214 geology_html_5334828814 geology_html_5334828814:358:24970:24976 Lehman Lake Victoria +0.510272 aapg_ah_655.html aapg_ah_655.html:132:12937:12942 Atoka Franklin County, Ohio +0.232426 gsa_html_5002851212 gsa_html_5002851212:476:37213:37221 Colorado Cheyenne, Wyoming +0.24644 geology_html_2128432722 geology_html_2128432722:218:18463:18467 Bond North Atlantic Current +0.518278 aapg_ah_876.html aapg_ah_876.html:345:42862:42891 Pine Island Pine Island (Lee County, Florida) +0.318801 aapg_aa_23.html aapg_aa_23.html:284:32339:32358 Winnipeg Manitoba +0.24768 aapg_ae_871.html aapg_ae_871.html:351:56502:56524 Belly River Canada +0.271962 palaios_html_2621173808 palaios_html_2621173808:257:27522:27553 Liard Canada +0.253952 aapg_ah_604.html aapg_ah_604.html:31:2769:2779 Citronelle Alabama +0.483531 aapg_ad_110.html aapg_ad_110.html:482:51010:51018 Tensleep Darwin, Northern Territory +0.255374 cspg_html_4326384800 cspg_html_4326384800:1702:232668:232676 Columbia Lacombe, Alberta +0.266192 aapg_ah_519.html aapg_ah_519.html:39:4101:4122 Summerville Carmel, Indiana +0.251988 AMJC_html_2069773375 AMJC_html_2069773375:242:20011:20022 Santa Clara Placetas +0.253935 aapg_ac_424.html aapg_ac_424.html:436:62178:62183 Weeks Texas +0.494252 gsa_html_5978706061 gsa_html_5978706061:816:65514:65525 Devils Hole California +0.292572 aapg_ac_245.html aapg_ac_245.html:174:26501:26511 Atoka Kearny, New Jersey +0.496692 sedimentology_html_3526020464 sedimentology_html_3526020464:654:42431:42435 Java Borneo +0.252504 aapg_ae_5.html aapg_ae_5.html:47:5507:5521 Earp Patagonia +0.25853 aapg_ah_894.html aapg_ah_894.html:70:10761:10775 Lisburne Prudhoe Bay Oil Field +0.260568 palaios_html_3796939457 palaios_html_3796939457:479:42586:42619 Woodbine Texas +0.449391 aapg_ai_444.html aapg_ai_444.html:50:5315:5329 Hale Brentwood, Essex +0.505575 aapg_ae_256.html aapg_ae_256.html:45:5783:5801 Anacacho Bexar County, Texas +0.468561 aapg_ah_340.html aapg_ah_340.html:284:31664:31670 Walnut Goodland, Kansas +0.261542 aapg_ai_224.html aapg_ai_224.html:103:12288:12320 A-2 Carbonate Pentwater, Michigan +0.270908 AMJC_html_1938223835 AMJC_html_1938223835:952:112339:112347 Rangeley Portland, Maine +0.480912 gsa_html_9253181203 gsa_html_9253181203:908:93054:93082 Green River New Mexico +0.453102 gsa_html_5081991493 gsa_html_5081991493:160:16252:16261 Flagstaff Uinta Mountains +0.25806 aapg_ai_235.html aapg_ai_235.html:62:6979:7002 Cotton Valley Mississippi River +0.476215 gsa_html_6753732431 gsa_html_6753732431:594:57086:57122 Wood Canyon Mojave Desert +0.508277 aapg_aa_145.html aapg_aa_145.html:656:71160:71173 Nicola Victoria, British Columbia +0.23529 gsa_html_1119256423 gsa_html_1119256423:16:877:883 Denver Colorado +0.246384 cspg_html_1464478153 cspg_html_1464478153:19:2853:2874 Etherington Victoria, British Columbia +0.255972 aapg_af_880.html aapg_af_880.html:466:70494:70497 Abo New Mexico +0.266255 palaios_html_9290889851 palaios_html_9290889851:52:5123:5129 Ludlow Kokomo, Indiana +0.2601 gsa_html_4339524478 gsa_html_4339524478:877:84141:84151 Washington Boise, Idaho +0.265209 gsa_html_9888752348 gsa_html_9888752348:13:696:706 Las Cruces New Mexico +0.261096 aapg_ac_250.html aapg_ac_250.html:8:949:954 Weeks Shreveport, Louisiana +0.252486 aapg_ac_59.html aapg_ac_59.html:135:18095:18108 Mount Soledad La Jolla +0.516924 gsa_html_5591359946 gsa_html_5591359946:69:5446:5474 Green River Colorado +0.78584 AMJC_html_5722410163 AMJC_html_5722410163:545:56288:56309 Elko Elko, Nevada +0.470352 aapg_ak_117.html aapg_ak_117.html:75:8527:8542 Rochester Rochester, Kent +0.257703 aapg_ae_915.html aapg_ae_915.html:11:1399:1418 Greenhorn Niobrara, Nebraska +0.446508 cspg_html_1260733368 cspg_html_1260733368:180:24325:24347 Medicine Hat Western world +0.476763 cspg_html_1693073625 cspg_html_1693073625:12:1460:1469 Hay River Great Slave Lake +0.478235 palaios_html_7860397774 palaios_html_7860397774:47:3496:3513 La Luna Quito +0.887315 cspg_html_3104351736 cspg_html_3104351736:774:83139:83146 Bearpaw Lacombe, Alberta +0.50042 aapg_aa_735.html aapg_aa_735.html:65:6129:6149 Fort Payne Kentucky +0.49192 aapg_ad_399.html aapg_ad_399.html:146:12609:12616 Warsaw Atoka, Oklahoma +0.255811 cspg_html_3354282978 cspg_html_3354282978:188:24894:24906 Saskatchewan Lacombe, Alberta +0.695027 aapg_ah_318.html aapg_ah_318.html:2790:229093:229110 Todos Santos Guatemala +0.260554 sedimentology_html_1453928178 sedimentology_html_1453928178:690:41688:41704 Curtis Logan, Utah +0.28776 aapg_ae_350.html aapg_ae_350.html:78:9036:9046 Pottsville Pottsville, Pennsylvania +0.27089 cspg_html_6880168184 cspg_html_6880168184:739:83645:83660 Kennedy Channel District Council of Franklin Harbour +0.251196 aapg_ac_559.html aapg_ac_559.html:623:85907:85912 Steel Svalbard +0.47915 aapg_aa_918.html aapg_aa_918.html:604:61055:61075 Salt Plain Cedar Hill, Texas +0.249444 cspg_html_5139035315 cspg_html_5139035315:390:50015:50036 Green River Colorado +0.248997 geology_html_1741416728 geology_html_1741416728:14:849:859 Washington Washington (state) +0.258048 cspg_html_3796928998 cspg_html_3796928998:53:7738:7757 Athabasca Lake Athabasca +0.254961 geology_html_1827419843 geology_html_1827419843:219:19188:19218 Red River Manitoba +0.4765 gsa_html_6784853399 gsa_html_6784853399:786:69625:69633 Homewood Switzerland +0.25896 aapg_af_551.html aapg_af_551.html:439:45773:45794 Lake Valley Alamogordo, New Mexico +0.261 aapg_ae_884.html aapg_ae_884.html:354:45995:46006 Green River Logan, Utah +0.499488 cspg_html_6131861361 cspg_html_6131861361:126:17552:17582 Mackenzie Victoria, British Columbia +0.483917 aapg_ah_5.html aapg_ah_5.html:2272:151800:151813 Astoria Washington (state) +0.485199 AMJC_html_8177090410 AMJC_html_8177090410:674:54030:54038 Colorado Littleton, Colorado +0.487494 aapg_aa_934.html aapg_aa_934.html:191:21314:21322 Wolfcamp Stratford, Connecticut +0.4944 gsa_html_9253181203 gsa_html_9253181203:718:79449:79455 Carmel Logan, Utah +0.2541 aapg_af_308.html aapg_af_308.html:122:11901:11911 Lock Haven Chemung, New York +0.2772 sedimentology_html_2165832672 sedimentology_html_2165832672:738:64987:64999 Todos Santos Mexico +0.25123 aapg_aa_934.html aapg_aa_934.html:48:7003:7011 Wolfcamp Texas +0.511995 aapg_af_579.html aapg_af_579.html:358:36211:36228 Entrada Colorado +0.268812 jgeology_html_6347034809 jgeology_html_6347034809:307:17278:17297 Manitou Corfu (city) +0.260338 aapg_ad_551.html aapg_ad_551.html:180:30448:30464 Debolt Lacombe, Alberta +0.247494 geology_html_4781601757 geology_html_4781601757:116:11317:11328 San Jacinto Lake Elsinore, California +0.251001 cspg_html_2093862169 cspg_html_2093862169:416:43825:43830 Bluff Jamaica, Queens +0.255016 aapg_ai_919.html aapg_ai_919.html:344:61944:61955 Sadlerochit Anchorage, Alaska +0.473773 cspg_html_2058480839 cspg_html_2058480839:13:966:989 Turner Valley Elkton, Kentucky +0.24552 aapg_af_23.html aapg_af_23.html:99:14424:14429 Mt Lytton Anchorage, Alaska +0.482555 aapg_ac_198.html aapg_ac_198.html:50:6077:6099 Eagle Austin, Chicago +0.389064 cspg_html_6306091047 cspg_html_6306091047:65:11851:11870 Pardonet Victoria, British Columbia +0.480912 aapg_ad_683.html aapg_ad_683.html:81:12320:12328 Colorado San Juan River (Nicaragua) +0.49011 gsa_html_1217771406 gsa_html_1217771406:372:33104:33137 Santa Barbara Mojave Desert +0.425524 cspg_html_4727171280 cspg_html_4727171280:90:9904:9911 Bearpaw Edmonton, London +0.476933 aapg_ad_466.html aapg_ad_466.html:1147:122716:122724 Kirkwood Kirkwood, Missouri +0.488241 palaios_html_9430957613 palaios_html_9430957613:14:853:863 Santa Cruz California +0.282854 aapg_ad_466.html aapg_ad_466.html:375:45434:45441 Magothy Raritan River +0.480255 palaios_html_4936782265 palaios_html_4936782265:158:17742:17775 Aleman New Mexico +0.340332 jgeology_html_4610075495 jgeology_html_4610075495:1393:75321:75333 Owens Valley California +0.49082 cspg_html_9275863663 cspg_html_9275863663:109:15530:15550 Swan Hills Swan Hill, Victoria +0.256793 aapg_ad_122.html aapg_ad_122.html:500:41339:41356 Coburn Pennsylvania +0.483171 cspg_html_1458415183 cspg_html_1458415183:6:368:385 Bluesky Lacombe, Alberta +0.249999 aapg_ai_27.html aapg_ai_27.html:5:714:720 Midway Texas +0.465624 aapg_ae_959.html aapg_ae_959.html:3114:236840:236863 Brushy Canyon Guadalupe Mountains National Park +0.248482 aapg_ae_972.html aapg_ae_972.html:73:9804:9824 Pinto East Mountain (Hampden County, Massachusetts) +0.468293 palaios_html_8474347362 palaios_html_8474347362:187:25759:25777 Navesink Navesink River +0.503382 aapg_ah_723.html aapg_ah_723.html:210:24429:24464 Duvernay Canada +0.480255 sedimentology_html_6949444683 sedimentology_html_6949444683:1330:62515:62520 Price Sellwood Bridge +0.25095 cspg_html_5484260516 cspg_html_5484260516:678:52386:52406 Banff Crowsnest Pass, Alberta +0.427965 cspg_html_4785922166 cspg_html_4785922166:525:61808:61844 Dawson Bay Saskatoon +0.274032 aapg_ac_187.html aapg_ac_187.html:3601:343405:343412 Tamabra Matamoros, Tamaulipas +0.500122 aapg_ai_0.html aapg_ai_0.html:933:105652:105657 Viola Nueces River +0.249984 aapg_ae_147.html aapg_ae_147.html:331:35196:35211 Pico Oxnard, California +0.270364 aapg_ad_660.html aapg_ad_660.html:443:59844:59867 Brushy Canyon Guadalupe Mountains National Park +0.121905 aapg_ad_564.html aapg_ad_564.html:4051:319293:319304 Mowry Powder River Basin +0.34383 aapg_ai_285.html aapg_ai_285.html:34:4125:4150 Naknek Cook Inlet +0.259081 aapg_ac_612.html aapg_ac_612.html:123:13455:13473 Fountain Colorado Springs, Colorado +0.48514 palaios_html_3742758359 palaios_html_3742758359:738:54747:54778 Navajo Logan, Utah +0.252909 aapg_ae_928.html aapg_ae_928.html:205:14843:14862 Smackover Ohio +0.259588 gsa_html_1636483297 gsa_html_1636483297:83:6845:6853 Washakie Uinta Mountains +0.250498 geology_html_9788030825 geology_html_9788030825:189:13566:13584 Sisquoc Monterey, California +0.49234 geology_html_8372189192 geology_html_8372189192:172:19906:19913 Jackson Illinois +0.487113 aapg_aa_735.html aapg_aa_735.html:99:9318:9335 Keokuk Bloomington, Indiana +0.26341 gsa_html_4788482662 gsa_html_4788482662:538:52856:52881 Sierra New Mexico +0.477954 aapg_ah_180.html aapg_ah_180.html:101:11562:11570 Onondaga Helderberg +0.454443 sedimentology_html_9079273526 sedimentology_html_9079273526:894:77930:77955 Willwood Cheyenne, Wyoming +0.473715 cspg_html_3926542795 cspg_html_3926542795:1227:133130:133148 Graminia Swan Hill, Victoria +0.368699 aapg_aa_23.html aapg_aa_23.html:613:77199:77230 Maquoketa Illinois +0.270908 gsa_html_3445493534 gsa_html_3445493534:733:75479:75487 Monterey California +0.912974 aapg_ae_715.html aapg_ae_715.html:491:64052:64059 Anahuac Shreveport, Louisiana +0.475168 aapg_aa_928.html aapg_aa_928.html:393:46109:46120 Abercrombie Brazoria County, Texas +0.491326 geology_html_2350878941 geology_html_2350878941:347:26204:26210 Denver Colorado +0.47821 aapg_ah_143.html aapg_ah_143.html:312:27939:27957 Edmonton Alta, Utah +0.49664 gsa_html_3387611512 gsa_html_3387611512:342:32995:33020 Chinle Spain +0.488814 cspg_html_7134658072 cspg_html_7134658072:137:19056:19077 Belly River Lacombe, Alberta +0.518632 aapg_ac_714.html aapg_ac_714.html:611:74712:74729 Rierdon Big Horn Mountains +0.25608 cspg_html_4148342026 cspg_html_4148342026:445:41136:41144 Ashville Swan River, Manitoba +0.269345 aapg_ac_414.html aapg_ac_414.html:174:20226:20242 Kaibab Logan, Utah +0.26563 palaios_html_3751051678 palaios_html_3751051678:44:4174:4207 Morrison Cheyenne, Wyoming +0.486675 sedimentology_html_8501487717 sedimentology_html_8501487717:1450:107332:107354 Seven Rivers New Mexico +0.262119 aapg_ad_683.html aapg_ad_683.html:321:35272:35288 Toroweap Arizona +0.913152 cspg_html_6252417471 cspg_html_6252417471:93:14765:14786 Christopher Banks Island +0.25602 aapg_aa_266.html aapg_aa_266.html:406:47322:47331 Angostura Santa Cruz, California +0.465567 geology_html_3251130221 geology_html_3251130221:255:21940:21946 Navajo Arizona +0.494088 gsa_html_5865982995 gsa_html_5865982995:1551:161855:161883 Green River Colorado +0.245952 gsa_html_5552216115 gsa_html_5552216115:1527:141287:141295 Colorado Colorado Plateau +0.271437 cspg_html_6255491344 cspg_html_6255491344:179:26692:26705 Mist Mountain Canmore, Alberta +0.482724 aapg_af_14.html aapg_af_14.html:790:68566:68574 Colorado Cheyenne, Wyoming +0.470322 aapg_ae_315.html aapg_ae_315.html:5:879:896 Decorah Decorah, Iowa +0.27613 aapg_ai_477.html aapg_ai_477.html:251:26973:26994 Dunvegan Liard River, British Columbia +0.50624 aapg_ad_192.html aapg_ad_192.html:38:4873:4883 Tuscaloosa Tuscaloosa, Alabama +0.474525 aapg_ad_457.html aapg_ad_457.html:265:31580:31599 Chicotte Anticosti Island +0.38252 cspg_html_4822015639 cspg_html_4822015639:495:55962:55970 Humboldt Reno, Nevada +0.473851 cspg_html_5542874609 cspg_html_5542874609:588:60146:60154 Edmonton Missouri River +0.47889 aapg_af_957.html aapg_af_957.html:498:67203:67208 Provo Logan, Utah +0.26967 aapg_ad_466.html aapg_ad_466.html:1191:127215:127222 Patuxent Patapsco River +0.259844 aapg_aa_426.html aapg_aa_426.html:127:28618:28638 Smackover El Salvador +0.256027 gsa_html_5081991493 gsa_html_5081991493:1427:104759:104767 Colorado Cheyenne, Wyoming +0.257983 aapg_ae_5.html aapg_ae_5.html:3:293:307 Earp Arizona +0.256542 aapg_aa_82.html aapg_aa_82.html:241:24893:24897 Word Val Verde (fictional country) +0.280368 aapg_ah_645.html aapg_ah_645.html:555:67939:67962 Gypsum Spring Black Hills +0.24453 cspg_html_7665357428 cspg_html_7665357428:167:17663:17671 Colorado Denver +0.25872 aapg_ac_333.html aapg_ac_333.html:291:38576:38584 Colorado Colorado +0.260952 palaios_html_1262064602 palaios_html_1262064602:494:53327:53343 Chinle Chinle Formation +0.254976 cspg_html_5198658336 cspg_html_5198658336:520:55089:55101 Willow Creek Lacombe, Alberta +0.26367 aapg_ae_253.html aapg_ae_253.html:108:12302:12325 Cotton Valley Arkansas +0.26676 cspg_html_9648675035 cspg_html_9648675035:544:50612:50620 Moosebar Victoria, British Columbia +0.505512 aapg_ac_414.html aapg_ac_414.html:197:23924:23934 Phosphoria Salem, Oregon +0.49712 aapg_ac_126.html aapg_ac_126.html:107:15890:15903 Cotton Valley Haynesville, Louisiana +0.270256 aapg_ae_937.html aapg_ae_937.html:24:2359:2368 Smackover Shreveport, Louisiana +0.470058 aapg_ai_29.html aapg_ai_29.html:116:14822:14828 Lissie Oakville, California +0.475449 aapg_af_386.html aapg_af_386.html:303:39156:39162 Jordan Mount Sinai +0.268324 aapg_ah_53.html aapg_ah_53.html:120:11380:11391 Green River Kentucky +0.249368 cspg_html_6839937815 cspg_html_6839937815:70:9859:9876 Gerster Reno, Nevada +0.261112 cspg_html_4031489103 cspg_html_4031489103:382:58354:58371 Wallace Pend Oreille River +0.478969 aapg_aa_486.html aapg_aa_486.html:33:3957:3962 Raton New Mexico +0.362102 aapg_ae_876.html aapg_ae_876.html:277:28469:28500 Cedar Mountain Logan, Utah +0.257808 sedimentology_html_4432289902 sedimentology_html_4432289902:430:35789:35815 Kirkwood Bass River Township, New Jersey +0.469299 aapg_aa_399.html aapg_aa_399.html:34:4594:4607 Wood Mountain Regina, Saskatchewan +0.254508 aapg_aa_725.html aapg_aa_725.html:3:428:450 Nation River Anchorage, Alaska +0.257446 gsa_html_4593629541 gsa_html_4593629541:117:12570:12588 Rangeley Piermont, New York +0.258516 cspg_html_9701352317 cspg_html_9701352317:85:8086:8106 Otto Fiord Ellesmere Island +0.2328 aapg_ae_741.html aapg_ae_741.html:364:40932:40962 Kogruk Anchorage, Alaska +0.261468 aapg_ae_706.html aapg_ae_706.html:136:12085:12102 Moccasin Middle Ordovician +0.263133 cspg_html_2834693711 cspg_html_2834693711:822:109247:109255 Columbia Victoria, British Columbia +0.46965 cspg_html_4793204980 cspg_html_4793204980:30:5139:5144 Nisku Drumheller +0.267208 aapg_ai_410.html aapg_ai_410.html:205:18573:18582 Leadville Aspen, Colorado +0.460902 aapg_ac_563.html aapg_ac_563.html:298:41788:41793 Sligo County Sligo +0.478435 cspg_html_5241714595 cspg_html_5241714595:403:62653:62670 Duperow Regina, Saskatchewan +0.466995 aapg_aa_998.html aapg_aa_998.html:312:33556:33564 Sycamore Burnet, Texas +0.244881 aapg_ai_139.html aapg_ai_139.html:271:24873:24885 Medicine Hat Southern Alberta +0.252993 aapg_ah_467.html aapg_ah_467.html:3:356:364 Edmonton Canada +0.268822 aapg_ae_519.html aapg_ae_519.html:61:6194:6204 Washington Tuscarawas River +0.260091 cspg_html_9675666588 cspg_html_9675666588:445:49382:49395 Moose Channel Mississippi River +0.271437 aapg_ae_828.html aapg_ae_828.html:276:21815:21829 Glenwood Utica, New York +0.257466 aapg_ac_5.html aapg_ac_5.html:117:11250:11262 Saskatchewan Lacombe, Alberta +0.253616 cspg_html_5697056884 cspg_html_5697056884:552:55056:55064 Deadwood Winnipeg +0.23856 aapg_ae_272.html aapg_ae_272.html:614:58671:58679 Michigan Michigan +0.49408 gsa_html_4120839285 gsa_html_4120839285:1241:124997:125012 Catalina Schist California +0.490716 sedimentology_html_3761610495 sedimentology_html_3761610495:455:47611:47615 Hall London, Ontario +0.458874 aapg_ae_428.html aapg_ae_428.html:934:73473:73481 Colorado Nebraska +0.277984 aapg_ah_644.html aapg_ah_644.html:15:2112:2127 Piper Manitoba +0.264147 cspg_html_5697056884 cspg_html_5697056884:141:14622:14635 Earlie Regina, Saskatchewan +0.505575 aapg_ad_749.html aapg_ad_749.html:193:17559:17572 Abo New Mexico +0.339105 aapg_af_263.html aapg_af_263.html:4:600:610 Otto Fiord Ellesmere Island +0.476844 palaios_html_3008759316 palaios_html_3008759316:243:23307:23311 Dean Wooster, Ohio +0.500736 aapg_ah_505.html aapg_ah_505.html:1558:126345:126357 Beaver Creek Niobrara, Nebraska +0.253916 aapg_ai_523.html aapg_ai_523.html:3:187:203 Maroon Colorado +0.2505 aapg_ai_17.html aapg_ai_17.html:67:4487:4496 Extension Shreveport, Louisiana +0.499902 aapg_af_887.html aapg_af_887.html:116:12138:12149 Cloud Chief West Texas +0.25806 gsa_html_4543270561 gsa_html_4543270561:690:61011:61021 Point Loma San Diego +0.252993 gsa_html_3010975239 gsa_html_3010975239:385:49533:49563 Saginaw Michigan +0.258981 aapg_ai_932.html aapg_ai_932.html:650:102875:102889 Foxen Mudstone Knoxville, Illinois +0.255942 aapg_ac_243.html aapg_ac_243.html:191:16424:16430 Jordan Mexico +0.254961 aapg_ah_763.html aapg_ah_763.html:259:26267:26283 Blaine Texas +0.274794 aapg_ad_3.html aapg_ad_3.html:688:63975:63994 Eggleston Lowville (town), New York +0.255488 palaios_html_7679079277 palaios_html_7679079277:811:68339:68356 Entrada Carmel, Indiana +0.26059 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90056:90071 Mesaverde Cheyenne, Wyoming +0.498905 aapg_ai_28.html aapg_ai_28.html:35:3280:3286 Lissie Oakville, California +0.245935 palaios_html_6353470714 palaios_html_6353470714:1036:93746:93758 Grand Rapids Michigan +0.905332 palaios_html_1276188815 palaios_html_1276188815:651:64196:64210 Cedar Mountain Eaton, Ohio +0.487734 aapg_aa_229.html aapg_aa_229.html:371:29359:29376 Burrard Victoria, British Columbia +0.470208 cspg_html_2094634763 cspg_html_2094634763:329:43916:43934 Whitemud Lacombe, Alberta +0.50759 aapg_af_854.html aapg_af_854.html:1150:163008:163029 Waltersburg Perry County, Indiana +0.555228 aapg_ah_506.html aapg_ah_506.html:344:33714:33728 Traverse Michigan +0.26166 aapg_ai_689.html aapg_ai_689.html:32:4595:4612 Haymond San Francisco +0.480097 aapg_ad_337.html aapg_ad_337.html:146:16398:16405 Topanga Santa Monica Mountains +0.246482 aapg_ai_322.html aapg_ai_322.html:187:15881:15896 Bluff Puerto Cabezas Airport +0.259908 cspg_html_8556552074 cspg_html_8556552074:72:6442:6466 Ernestina Lake CFB Cold Lake +0.270396 aapg_af_575.html aapg_af_575.html:841:119736:119749 Ada Wewoka, Oklahoma +0.263652 cspg_html_3409371621 cspg_html_3409371621:362:44914:44922 Moosebar Victoria, British Columbia +0.481944 aapg_ah_318.html aapg_ah_318.html:38:4646:4665 Smackover Texas +0.245 cspg_html_6964953392 cspg_html_6964953392:426:50833:50863 Doig Victoria, British Columbia +0.25856 aapg_ac_985.html aapg_ac_985.html:124:11591:11607 Waltersburg Waverly, Ohio +0.509 gsa_html_9139751839 gsa_html_9139751839:1134:95500:95528 Green River Colorado +0.507501 aapg_ai_593.html aapg_ai_593.html:1676:171208:171218 Duck Creek Buda, Texas +0.262144 aapg_ak_97.html aapg_ak_97.html:3:332:363 Red Mountain Alabama +0.258566 cspg_html_3850954719 cspg_html_3850954719:83:11887:11895 Columbia Victoria, British Columbia +0.246888 aapg_ah_757.html aapg_ah_757.html:10:1557:1585 Deep Creek Boise, Idaho +0.266207 cspg_html_4765627863 cspg_html_4765627863:40:3719:3727 Columbia Victoria, British Columbia +0.251502 aapg_af_775.html aapg_af_775.html:331:21977:21984 Lagarto Oakville, California +0.49317 cspg_html_5660413005 cspg_html_5660413005:294:33361:33382 Mount Hawk Blue Ridge Mountains +0.493388 aapg_ac_55.html aapg_ac_55.html:262:30617:30624 Patuxent Baltimore +0.255892 geology_html_5998472037 geology_html_5998472037:302:27948:27966 Willwood Earth +0.483488 sedimentology_html_3271817872 sedimentology_html_3271817872:2023:107607:107611 Toro Chile +0.256512 cspg_html_6927586285 cspg_html_6927586285:41:6123:6143 Baldonnel Western Canadian Sedimentary Basin +0.381 aapg_ah_283.html aapg_ah_283.html:422:45913:45931 Flournoy Coos Bay +0.481362 gsa_html_9139668698 gsa_html_9139668698:112:10707:10724 Wingate Colorado +0.262095 gsa_html_5576654414 gsa_html_5576654414:523:44642:44670 Green River Colorado +0.46354 aapg_ah_780.html aapg_ah_780.html:168:30081:30090 Shoemaker Tioga, Texas +0.279825 cspg_html_4568084707 cspg_html_4568084707:518:63824:63836 Cooking Lake Lacombe, Alberta +0.496752 aapg_ac_832.html aapg_ac_832.html:4:244:258 Stony Mountain Williston, Vermont +0.472104 gsa_html_3860045860 gsa_html_3860045860:1025:96586:96591 Salem Salem, Oregon +0.459579 aapg_ac_965.html aapg_ac_965.html:737:80422:80429 Manlius Dayville, Oregon +0.46116 AMJC_html_1690410018 AMJC_html_1690410018:684:82433:82438 Weeks Tulsa, Oklahoma +0.2565 cspg_html_9780523405 cspg_html_9780523405:983:113537:113548 Slave Point Victoria, British Columbia +0.811084 cspg_html_5345848475 cspg_html_5345848475:85:12085:12124 Milk River Lacombe, Alberta +0.24402 gsa_html_9487992082 gsa_html_9487992082:940:83551:83557 Denver Nebraska +0.45493 cspg_html_8928894270 cspg_html_8928894270:52:7147:7153 Calmar Cripple Creek, Colorado +0.501873 gsa_html_8774590177 gsa_html_8774590177:161:19092:19109 Beekmantown Bennington, Vermont +0.265698 cspg_html_3068776384 cspg_html_3068776384:529:59117:59134 Cardium Lacombe, Alberta +0.460798 aapg_ae_473.html aapg_ae_473.html:336:30818:30826 Ackerman Holly Springs, Mississippi +0.491744 cspg_html_9176909629 cspg_html_9176909629:26:3469:3492 Borglum River Middle East +0.847356 cspg_html_9717154602 cspg_html_9717154602:472:54807:54828 Belly River Bow River +0.255675 aapg_ad_812.html aapg_ad_812.html:62:7975:7982 Wingate Entrada Sandstone +0.255892 cspg_html_9157093462 cspg_html_9157093462:355:45252:45269 Halfway Lacombe, Alberta +0.268786 palaios_html_2621173808 palaios_html_2621173808:1287:120263:120278 Liard Victoria, British Columbia +0.496944 gsa_html_3069013284 gsa_html_3069013284:831:78405:78414 San Diego California +0.261085 aapg_ai_897.html aapg_ai_897.html:244:26438:26444 Navajo Kayenta, Arizona +0.254478 cspg_html_5954266359 cspg_html_5954266359:311:43304:43364 West Point Quebec City +0.509168 gsa_html_6917629411 gsa_html_6917629411:29:2796:2824 Green River Colorado +0.481618 aapg_ai_877.html aapg_ai_877.html:193:20017:20026 Pottsville Venango, Pennsylvania +0.473304 aapg_ac_730.html aapg_ac_730.html:561:80426:80432 Toreva Niobrara, Nebraska +0.440848 aapg_ad_307.html aapg_ad_307.html:682:68999:69009 Arco Hills Boise, Idaho +0.254015 aapg_aa_223.html aapg_aa_223.html:151:15478:15483 Bream Gippsland +0.267963 aapg_ai_281.html aapg_ai_281.html:247:24206:24212 Sierra Mexico +0.498905 cspg_html_1201397701 cspg_html_1201397701:14:1417:1427 Washington Salem, Oregon +0.472809 cspg_html_4326384800 cspg_html_4326384800:1051:154913:154934 Slave Point Victoria, British Columbia +0.249975 gsa_html_1538463681 gsa_html_1538463681:95:8442:8460 Cintura Sonora +0.480186 aapg_ae_643.html aapg_ae_643.html:400:49009:49017 Columbia Jackson County, Missouri +0.254012 aapg_ae_855.html aapg_ae_855.html:146:15227:15246 Flagstaff North Horn Formation +0.47846 aapg_ae_202.html aapg_ae_202.html:79:6026:6034 Onondaga Helderberg +0.259 cspg_html_6306091047 cspg_html_6306091047:225:31825:31843 Pardonet Victoria, British Columbia +0.526592 aapg_ac_730.html aapg_ac_730.html:611:88679:88685 Dakota Mancos, Colorado +0.242048 sedimentology_html_1352900054 sedimentology_html_1352900054:2349:86896:86917 Golden Grove Barbados +0.254514 geology_html_3104839433 geology_html_3104839433:12:568:580 Rhode Island Newport, Rhode Island +0.466378 gsa_html_5664265459 gsa_html_5664265459:1016:98932:98941 San Diego Riverside, California +0.495471 aapg_af_854.html aapg_af_854.html:529:71623:71629 Warsaw Bloomington, Indiana +0.270384 aapg_ae_866.html aapg_ae_866.html:41:4701:4710 Allegheny Pennsylvania +0.501468 aapg_ae_915.html aapg_ae_915.html:76:5252:5264 Pierre Niobrara, Nebraska +0.254514 aapg_ai_610.html aapg_ai_610.html:93:17197:17211 Woodford Kinderhook (town), New York +0.26866 aapg_aa_682.html aapg_aa_682.html:686:72505:72522 Topeka Topeka, Kansas +0.250952 aapg_ad_468.html aapg_ad_468.html:6:968:983 Aquia Maryland +0.508028 aapg_ah_256.html aapg_ah_256.html:45:6293:6298 Slope Western world +0.492184 aapg_ai_952.html aapg_ai_952.html:71:10517:10549 Ivishak Bakersfield, California +0.258063 geology_html_1962852322 geology_html_1962852322:217:20343:20348 Price Cambridge +0.271259 aapg_ad_606.html aapg_ad_606.html:50:5769:5785 Dakota Denver +0.24948 geology_html_8807787667 geology_html_8807787667:144:15648:15675 Cedar Mountain Salina, Kansas +0.278055 cspg_html_7229660003 cspg_html_7229660003:85:6665:6679 Stony Mountain Red River of the North +0.491667 cspg_html_9735723617 cspg_html_9735723617:172:21787:21802 Melville Island Melville Island (Canada) +0.27162 gsa_html_2277214099 gsa_html_2277214099:1118:104650:104678 Green River Iran +0.51555 gsa_html_5158882663 gsa_html_5158882663:1072:79319:79347 Green River Colorado +0.456237 cspg_html_6984906794 cspg_html_6984906794:663:50377:50391 Lea Park Anchorage, Alaska +0.25704 aapg_ac_332.html aapg_ac_332.html:210:22601:22611 Washington Padre Island National Seashore +0.717288 cspg_html_9435196958 cspg_html_9435196958:1347:56444:56461 Judith River Lacombe, Alberta +0.414675 cspg_html_2873888604 cspg_html_2873888604:312:46744:46768 Maroon Colorado +0.484848 sedimentology_html_6688819115 sedimentology_html_6688819115:881:90580:90584 Hall London, Ontario +0.49824 gsa_html_5737673651 gsa_html_5737673651:406:35586:35611 Chinle Colorado +0.257839 aapg_ai_410.html aapg_ai_410.html:272:24241:24249 Woodford Bigfork, Montana +0.274551 aapg_ad_557.html aapg_ad_557.html:11144:642191:642201 San Andres West, Texas +0.266532 palaios_html_6268975914 palaios_html_6268975914:649:63961:63965 Hall London, Ontario +0.25938 cspg_html_9778753186 cspg_html_9778753186:98:14303:14311 Bellevue Lacombe, Alberta +0.518205 aapg_af_614.html aapg_af_614.html:6:740:757 Hosston Arkansas +0.486604 AMJC_html_8619525948 AMJC_html_8619525948:750:74751:74759 Billings Newport, Rhode Island +0.268068 gsa_html_8707521176 gsa_html_8707521176:575:56486:56490 Bond Cambridge, Massachusetts +0.278077 aapg_ad_121.html aapg_ad_121.html:12:939:948 Queenston Tripoli, Lebanon +0.275088 aapg_af_262.html aapg_af_262.html:177:22179:22188 Williston Denver +0.251 aapg_ac_22.html aapg_ac_22.html:50:5698:5717 Sunniland Melbourne, Florida +0.496683 gsa_html_5377147648 gsa_html_5377147648:71:5205:5233 Green River Colorado +0.469794 geology_html_8609479614 geology_html_8609479614:11:493:503 Pittsburgh Pittsburgh +0.436748 jgeology_html_5624781240 jgeology_html_5624781240:750:48801:48821 White Rock New Canaan, Connecticut +0.273385 cspg_html_7561290301 cspg_html_7561290301:92:10204:10223 Bear Rock Victoria, British Columbia +0.26462 gsa_html_5952049575 gsa_html_5952049575:294:35500:35521 Green River Cheyenne, Wyoming +0.258 aapg_ac_832.html aapg_ac_832.html:624:63536:63552 Interlake Andros, Bahamas +0.46835 gsa_html_4667678389 gsa_html_4667678389:16:576:582 Denver Colorado +0.502964 cspg_html_4326384800 cspg_html_4326384800:973:142159:142168 Athabasca Lacombe, Alberta +0.254514 aapg_ai_832.html aapg_ai_832.html:23:3323:3329 Oregon California +0.260952 cspg_html_9272962376 cspg_html_9272962376:653:70913:70931 Dunvegan Victoria, British Columbia +0.258552 aapg_ai_468.html aapg_ai_468.html:64:8684:8701 Bossier Haynesville, Louisiana +0.492866 aapg_aa_415.html aapg_aa_415.html:72:11427:11440 Woodbine Hempstead (town), New York +0.26884 cspg_html_9735723617 cspg_html_9735723617:1263:124011:124031 Weatherall Melville Island (Canada) +0.26052 jgeology_html_6830240002 jgeology_html_6830240002:1520:76127:76135 Colorado Boulder Creek (Colorado) +0.251715 gsa_html_4930932370 gsa_html_4930932370:570:58178:58196 Goodrich Sudbury, Suffolk +0.260064 aapg_ad_466.html aapg_ad_466.html:1191:127224:127232 Patapsco Raritan River +0.275429 AMJC_html_1873062106 AMJC_html_1873062106:578:76157:76175 Morrison Mogollon, New Mexico +0.501264 aapg_ae_941.html aapg_ae_941.html:128:14749:14764 Rodessa Shelby County, Alabama +0.873864 cspg_html_7093237629 cspg_html_7093237629:613:73351:73363 Cooking Lake Lacombe, Alberta +0.475272 geology_html_4521038509 geology_html_4521038509:20:659:667 Montreal Quebec City +0.27346 aapg_ah_292.html aapg_ah_292.html:275:44150:44158 Colorado Denver +0.25584 aapg_af_854.html aapg_af_854.html:705:98933:98938 Salem Illinois +0.265734 gsa_html_5952049575 gsa_html_5952049575:69:7402:7419 Wasatch Fort Union Trading Post National Historic Site +0.266247 aapg_ac_419.html aapg_ac_419.html:240:28401:28435 Otter Salem, Oregon +0.477184 aapg_ac_289.html aapg_ac_289.html:210:17669:17675 Paluxy Arkansas +0.374115 aapg_ac_807.html aapg_ac_807.html:391:40316:40328 Marshalltown Delaware +0.265772 aapg_ai_163.html aapg_ai_163.html:552:46828:46836 Colorado Western world +0.262654 aapg_ah_753.html aapg_ah_753.html:97:15255:15265 Boss Point New Brunswick, New Jersey +0.481962 aapg_ac_867.html aapg_ac_867.html:26:4158:4166 Colorado Logan, Utah +0.24929 AMJC_html_6341723617 AMJC_html_6341723617:1122:94252:94274 Green River Logan, Utah +0.26162 AMJC_html_9749062244 AMJC_html_9749062244:722:70451:70457 Thrifty San Joaquin River +0.471108 aapg_ae_231.html aapg_ae_231.html:55:4849:4867 Onondaga Pennsylvania +0.25942 cspg_html_3740794265 cspg_html_3740794265:496:47705:47722 Bluesky Lacombe, Alberta +0.250472 aapg_ad_567.html aapg_ad_567.html:112:20411:20430 Belle Fourche Powder River Basin +0.263682 cspg_html_7434089303 cspg_html_7434089303:264:34250:34270 Peel Wales Island (British Columbia) +0.25194 cspg_html_8316122266 cspg_html_8316122266:45:6320:6328 Columbia Victoria, British Columbia +0.49665 aapg_af_799.html aapg_af_799.html:231:15235:15255 Domengine Coalinga, California +0.254625 aapg_ac_913.html aapg_ac_913.html:56:6571:6586 Atoka McAlester, Oklahoma +0.2323 geology_html_6031974264 geology_html_6031974264:120:9721:9726 Cadiz Gibraltar +0.484702 aapg_ae_848.html aapg_ae_848.html:31:3681:3693 Saskatchewan Great Britain +0.483616 cspg_html_3926542795 cspg_html_3926542795:1151:121808:121816 Columbia Lacombe, Alberta +0.471424 cspg_html_2283545366 cspg_html_2283545366:47:6539:6546 Halfway Lacombe, Alberta +0.230961 aapg_ac_617.html aapg_ac_617.html:28:3335:3352 Lagarto Oakville, California +0.818986 cspg_html_1503116552 cspg_html_1503116552:355:54799:54821 Cooking Lake Western world +0.498597 gsa_html_8614162917 gsa_html_8614162917:1021:94253:94261 Toroweap Arizona +0.482023 aapg_ae_388.html aapg_ae_388.html:1629:101926:101934 Columbia Ocala, Florida +0.257024 palaios_html_9133125241 palaios_html_9133125241:371:44656:44670 Kope Alexandria, Virginia +0.496908 cspg_html_4382149016 cspg_html_4382149016:153:23482:23496 Potsdam Black River, Jamaica +0.465588 gsa_html_8161586681 gsa_html_8161586681:623:67959:67985 Provincial Canada +0.256011 sedimentology_html_7387934786 sedimentology_html_7387934786:245:24842:24848 Reston Virginia +0.468765 geology_html_3033578845 geology_html_3033578845:18:1061:1069 Montreal Canada +0.36356 aapg_ad_307.html aapg_ad_307.html:643:63785:63801 Wood River Boise, Idaho +0.480912 jgeology_html_8406118991 jgeology_html_8406118991:232:21666:21683 Karheen Anchorage, Alaska +0.47996 aapg_ai_756.html aapg_ai_756.html:10:1135:1147 Austin Chalk East Texas +0.4769 gsa_html_1662492421 gsa_html_1662492421:700:60471:60481 Washington Seattle +0.498759 cspg_html_9912281240 cspg_html_9912281240:666:73990:74006 Viking Lacombe, Alberta +0.488413 cspg_html_9152086986 cspg_html_9152086986:192:19803:19836 Halfway Victoria, British Columbia +0.260608 cspg_html_7866465429 cspg_html_7866465429:15:1657:1676 Kishenehn South Fork Flathead River +0.244944 cspg_html_9011256422 cspg_html_9011256422:456:54229:54237 Columbia Victoria, British Columbia +0.254925 aapg_ai_584.html aapg_ai_584.html:427:41916:41931 Roundtop North Carolina +0.724045 aapg_ah_700.html aapg_ah_700.html:577:72432:72452 Tuscaloosa Shreveport, Louisiana +0.501144 aapg_ad_123.html aapg_ad_123.html:108:8391:8398 Clinton Franklin Township, Portage County, Ohio +0.27144 gsa_html_7125621200 gsa_html_7125621200:623:56762:56780 Monterey California +0.2625 aapg_ah_318.html aapg_ah_318.html:3748:300423:300432 San Pedro Mexico +0.499872 aapg_ai_51.html aapg_ai_51.html:9:1849:1861 Midway Alabama +0.252374 aapg_ad_399.html aapg_ad_399.html:151:13058:13063 Viola Kinderhook (town), New York +0.488698 aapg_ad_766.html aapg_ad_766.html:105:12291:12310 Greenhorn Mancos, Colorado +0.498456 aapg_ai_566.html aapg_ai_566.html:138:13600:13606 Viking Mississippian culture +0.264554 aapg_ae_473.html aapg_ae_473.html:145:12493:12503 Tuscaloosa Tuscaloosa, Alabama +0.483041 aapg_ac_584.html aapg_ac_584.html:66:6831:6850 Kukpowruk Colville River (Washington) +0.49794 cspg_html_6984906794 cspg_html_6984906794:1036:69336:69347 Viking Lacombe, Alberta +0.23562 aapg_ae_803.html aapg_ae_803.html:366:45695:45711 Tactic Santa Rosa, California +0.469396 aapg_ad_717.html aapg_ad_717.html:33:3782:3789 Leonard Alta, Utah +0.269325 aapg_ai_478.html aapg_ai_478.html:109:11596:11604 Imperial California +0.28875 aapg_af_52.html aapg_af_52.html:69:8611:8623 Wilcox Mexia, Texas +0.435815 aapg_ac_417.html aapg_ac_417.html:40:6240:6246 Roslyn Roseburg, Oregon +0.267208 cspg_html_1962846283 cspg_html_1962846283:303:33242:33264 Livingstone Lacombe, Alberta +0.277504 aapg_ae_574.html aapg_ae_574.html:276:39730:39748 Frontier Cheyenne, Wyoming +0.446667 cspg_html_3521815736 cspg_html_3521815736:371:52078:52087 Baldonnel Victoria, British Columbia +0.270788 gsa_html_5865982995 gsa_html_5865982995:923:101725:101753 Green River Cheyenne, Wyoming +0.2465 cspg_html_9046359229 cspg_html_9046359229:1018:108123:108129 Walker Victoria, British Columbia +0.471735 aapg_ah_283.html aapg_ah_283.html:266:27945:27951 Keasey Cowlitz River +0.469829 aapg_ad_318.html aapg_ad_318.html:535:64124:64147 Detroit River Bloomington, Indiana +0.475394 cspg_html_8267847427 cspg_html_8267847427:452:55176:55196 Milk River Canada +0.518161 aapg_ai_400.html aapg_ai_400.html:43:5772:5781 Red River Baton Rouge, Louisiana +0.240856 aapg_aa_320.html aapg_aa_320.html:293:27758:27772 Fredericksburg Texas +0.25387 palaios_html_2376163646 palaios_html_2376163646:32:2741:2761 Hell Creek Williston Basin +0.503382 aapg_ad_379.html aapg_ad_379.html:580:49015:49022 Kayenta Entrada Sandstone +0.265734 cspg_html_7912545589 cspg_html_7912545589:261:31400:31419 Athabasca Lacombe, Alberta +0.484946 aapg_aa_544.html aapg_aa_544.html:140:19510:19518 Sundance Cheyenne, Wyoming +0.24644 aapg_ad_947.html aapg_ad_947.html:244:28953:28958 Uinta Cheyenne, Wyoming +0.395444 cspg_html_7804036692 cspg_html_7804036692:77:9488:9507 Waterways Swan Hill, Victoria +0.48825 aapg_ac_632.html aapg_ac_632.html:4:560:576 Amsden Cheyenne, Wyoming +0.270788 aapg_ae_48.html aapg_ae_48.html:86:6778:6805 Prospect Great Basin +0.272475 palaios_html_8113714689 palaios_html_8113714689:295:33554:33572 Kingsport Knoxville, Tennessee +0.244011 aapg_af_532.html aapg_af_532.html:331:38939:38945 Denver Colorado +0.2445 aapg_ah_558.html aapg_ah_558.html:249:21822:21828 Sonora Guaymas +0.255024 aapg_ad_145.html aapg_ad_145.html:101:9129:9160 Hermosa Hermosa, Chicago +0.261117 cspg_html_5688447798 cspg_html_5688447798:141:20238:20266 Disappointment Bay Little Cornwallis Island +0.48888 gsa_html_3720789279 gsa_html_3720789279:114:9059:9069 Washington Salem, Oregon +0.503958 aapg_ae_999.html aapg_ae_999.html:109:16987:16994 Anahuac Abbeville, Louisiana +0.247464 geology_html_6483692723 geology_html_6483692723:199:20184:20207 Seven Rivers New Mexico +0.26136 palaios_html_8839154766 palaios_html_8839154766:75:11201:11213 Independence California +0.245024 gsa_html_6410775201 gsa_html_6410775201:13:614:622 Colorado Denver +0.486095 aapg_ae_700.html aapg_ae_700.html:52:6164:6197 Santa Margarita Santa Cruz, California +0.487014 aapg_ad_466.html aapg_ad_466.html:755:82387:82404 Matawan Mount Laurel Township, New Jersey +0.48195 gsa_html_2277799402 gsa_html_2277799402:74:5079:5107 Green River Colorado +0.241808 aapg_aa_906.html aapg_aa_906.html:351:35906:35926 Fort Union Colorado +0.482328 cspg_html_8290572971 cspg_html_8290572971:283:38460:38490 Slave Point Lacombe, Alberta +0.248292 gsa_html_6504003944 gsa_html_6504003944:505:43258:43266 Beaumont Pakistan +0.48057 cspg_html_2184091860 cspg_html_2184091860:79:11495:11516 Romaine Sauk Village, Illinois +0.247604 aapg_ah_871.html aapg_ah_871.html:452:49500:49505 Chazy Montreal +0.24252 aapg_ai_958.html aapg_ai_958.html:71:6735:6741 Borden Columbus, Ohio +0.512213 aapg_af_653.html aapg_af_653.html:738:83374:83382 Monterey Rancho Santa Margarita, California +0.247979 geology_html_9123782865 geology_html_9123782865:14:747:755 Colorado Denver +0.49368 aapg_af_379.html aapg_af_379.html:15:2254:2282 Wood River Boise, Idaho +0.641715 aapg_ac_730.html aapg_ac_730.html:437:62346:62352 Toreva Mancos, Colorado +0.425277 cspg_html_3026112034 cspg_html_3026112034:112:10837:10861 Swan Hills Lacombe, Alberta +0.271441 sedimentology_html_7298419341 sedimentology_html_7298419341:1645:99406:99411 Swift Logan, Utah +0.22936 aapg_ad_337.html aapg_ad_337.html:517:53154:53162 Woodford Los Angeles +0.264132 aapg_ai_87.html aapg_ai_87.html:86:9683:9701 Palliser Wapiti River +0.353312 gsa_html_4339524478 gsa_html_4339524478:850:82025:82033 John Day Salem, Oregon +0.5016 jgeology_html_6186634367 jgeology_html_6186634367:567:47114:47125 Supai Grand Canyon +0.475059 cspg_html_1565769407 cspg_html_1565769407:383:39089:39106 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador +0.243332 aapg_af_54.html aapg_af_54.html:9:1454:1462 Woodford West Texas +0.248985 gsa_html_6491840124 gsa_html_6491840124:633:50431:50450 Salt Lake Pocatello, Idaho +0.476046 jgeology_html_7885748745 jgeology_html_7885748745:322:21315:21319 Troy Durango, Durango +0.256011 palaios_html_3406135825 palaios_html_3406135825:294:29402:29419 Potsdam Au Sable River (Michigan) +0.261542 cspg_html_9970905394 cspg_html_9970905394:160:18322:18345 Snowblind Bay Little Cornwallis Island +0.493189 aapg_ad_182.html aapg_ad_182.html:213:27454:27466 Austin Chalk East Texas +0.497276 gsa_html_9849268475 gsa_html_9849268475:831:64523:64551 Green River Iran +0.26977 aapg_ad_812.html aapg_ad_812.html:10:1805:1822 Entrada Entrada Sandstone +0.917664 aapg_ah_878.html aapg_ah_878.html:248:27787:27804 St. Edmund Michigan +0.476088 gsa_html_6983076294 gsa_html_6983076294:898:80749:80770 Town Mountain Granite Llano, Texas +0.258362 cspg_html_4269474759 cspg_html_4269474759:1122:111784:111798 Edmonton Lacombe, Alberta +0.46718 palaios_html_5398833984 palaios_html_5398833984:899:96617:96635 Edmonton Lacombe, Alberta +0.256949 aapg_ah_807.html aapg_ah_807.html:187:15876:15891 Diablo Marfa lights +0.260019 aapg_ah_147.html aapg_ah_147.html:315:38218:38224 Bethel Kuskokwim River +0.239992 aapg_ah_96.html aapg_ah_96.html:348:41398:41412 Stony Mountain Red River of the North +0.262108 aapg_aa_258.html aapg_aa_258.html:3:250:256 Oregon Washington (state) +0.26676 aapg_ah_260.html aapg_ah_260.html:437:61445:61468 Burro Canyon Cedar Mountains +0.785106 geology_html_8482136832 geology_html_8482136832:240:21262:21290 Green River Cheyenne, Wyoming +0.267093 cspg_html_5541725202 cspg_html_5541725202:223:32339:32359 Boss Point Cumberland, Maryland +0.471843 aapg_aa_533.html aapg_aa_533.html:13:1797:1810 Nacatoch Shreveport, Louisiana +0.25245 gsa_html_3720789279 gsa_html_3720789279:1302:119917:119923 Oregon Boise, Idaho +0.50492 aapg_ai_364.html aapg_ai_364.html:48:6597:6606 Allegheny Pottsville, Pennsylvania +0.46413 aapg_aa_732.html aapg_aa_732.html:62:8895:8902 Edwards Goodland, Kansas +0.252648 aapg_ah_167.html aapg_ah_167.html:191:20019:20027 Ramparts Porcupine River (Ontario) +0.355824 aapg_ac_286.html aapg_ac_286.html:26:2430:2455 Smackover East Texas +0.26076 gsa_html_9370941331 gsa_html_9370941331:549:54003:54015 Owens Valley Long Valley, New Jersey +0.248496 gsa_html_7778996391 gsa_html_7778996391:14:797:806 San Diego California +0.26 aapg_ae_939.html aapg_ae_939.html:476:22319:22327 Ogallala Delaware +0.25544 geology_html_7583526299 geology_html_7583526299:273:26994:27023 Rapid Denmark +0.238832 geology_html_4466457468 geology_html_4466457468:231:22243:22251 Scotland London, Ontario +0.707208 aapg_ac_983.html aapg_ac_983.html:269:43361:43386 Blackjack Creek Fort Scott National Historic Site +0.504532 aapg_ac_720.html aapg_ac_720.html:22:2856:2872 Navesink Mullica Hill, New Jersey +0.252434 cspg_html_7297340324 cspg_html_7297340324:883:97067:97090 Beaver Mines Lacombe, Alberta +0.356475 jgeology_html_5764582297 jgeology_html_5764582297:456:32127:32148 Otto Fiord Ellesmere Island +0.26361 aapg_ac_624.html aapg_ac_624.html:32:3723:3744 Jacksonburg Pennsylvania +0.46683 cspg_html_3630723811 cspg_html_3630723811:145:14067:14076 Athabasca Clearwater, Florida +0.52283 aapg_ac_380.html aapg_ac_380.html:537:62713:62732 Detroit River Ontario, California +0.476175 aapg_aa_610.html aapg_aa_610.html:572:61373:61381 Beaumont New Mexico +0.49646 cspg_html_4937997995 cspg_html_4937997995:414:46577:46598 Ekwan River River Severn +0.25774 cspg_html_2175627313 cspg_html_2175627313:793:80810:80842 Montney Lacombe, Alberta +0.51338 palaios_html_9133125241 palaios_html_9133125241:412:51256:51260 Kope Cincinnati +0.478296 aapg_af_880.html aapg_af_880.html:466:70465:70480 Wolfcamp New Mexico +0.268299 aapg_ai_468.html aapg_ai_468.html:50:6616:6646 Cotton Valley Cotton Valley, Louisiana +0.253872 aapg_ae_613.html aapg_ae_613.html:482:51499:51514 Bream Egersund +0.26883 aapg_ae_282.html aapg_ae_282.html:8:1266:1276 Waynesburg Waynesburg, Pennsylvania +0.25088 aapg_ac_117.html aapg_ac_117.html:66:13135:13147 Austin Chalk Bexar County, Texas +0.370386 aapg_ae_993.html aapg_ae_993.html:560:58348:58367 Jefferson Cheyenne, Wyoming +0.2595 aapg_aa_754.html aapg_aa_754.html:545:50234:50246 Marble Falls Texas +0.489402 aapg_ac_699.html aapg_ac_699.html:147:12304:12322 Edwards Buda, Texas +0.483674 cspg_html_9435196958 cspg_html_9435196958:278:12470:12478 Columbia Lacombe, Alberta +0.494648 aapg_ae_392.html aapg_ae_392.html:193:17132:17152 Moorefield Batesville, Arkansas +0.4998 aapg_af_2.html aapg_af_2.html:278:30418:30423 Ouray Logan, Utah +0.253935 aapg_ad_871.html aapg_ad_871.html:31:3834:3847 Lake Michigan Lake Huron +0.261576 cspg_html_8353857977 cspg_html_8353857977:41:6287:6304 Bradore Vail, Colorado +0.2424 aapg_ai_81.html aapg_ai_81.html:324:27265:27271 Pocono Chestnut Ridge, New York +0.258516 AMJC_html_5421639085 AMJC_html_5421639085:436:47353:47369 Laurel Sykesville, Maryland +0.259584 jgeology_html_4019122920 jgeology_html_4019122920:1369:66098:66104 Moscow Russia +0.264196 aapg_ac_740.html aapg_ac_740.html:74:9691:9707 Tulare California +0.477951 gsa_html_5250670372 gsa_html_5250670372:552:41739:41747 Colorado Denver +0.47752 aapg_ac_380.html aapg_ac_380.html:326:36351:36357 Vernon Lockport (city), New York +0.27507 cspg_html_5241714595 cspg_html_5241714595:601:89451:89469 Birdbear Lacombe, Alberta +0.25551 aapg_ac_219.html aapg_ac_219.html:264:45833:45856 Sierra Puerto Madryn +0.477087 aapg_ae_349.html aapg_ae_349.html:407:43819:43828 Roubidoux Gasconade River +0.257446 sedimentology_html_2807840187 sedimentology_html_2807840187:1359:84482:84497 Bays Halifax, West Yorkshire +0.475488 cspg_html_1763727002 cspg_html_1763727002:9:1072:1079 Halfway Victoria, British Columbia +0.458232 aapg_ae_658.html aapg_ae_658.html:40:4424:4448 Blanco Bloomington, Indiana +0.837221 cspg_html_4270552951 cspg_html_4270552951:193:27685:27696 Skull Creek Swan River, Manitoba +0.494088 geology_html_7477160500 geology_html_7477160500:168:19029:19037 Cummings Kingston, Jamaica +0.261 cspg_html_8089302449 cspg_html_8089302449:688:111611:111631 Dawson Bay Regina, Saskatchewan +0.501704 aapg_ah_199.html aapg_ah_199.html:271:30089:30094 Atoka Berlin +0.449825 aapg_ad_604.html aapg_ad_604.html:164:17775:17786 San Joaquin Sacramento, California +0.247008 cspg_html_4193503340 cspg_html_4193503340:300:39339:39357 Foremost Lacombe, Alberta +0.239371 aapg_ac_298.html aapg_ac_298.html:61:5042:5054 Saskatchewan Lacombe, Alberta +0.25441 gsa_html_2145963783 gsa_html_2145963783:587:55219:55232 Carlin Canyon Reno, Nevada +0.481206 cspg_html_4626597050 cspg_html_4626597050:310:38400:38418 Woodside Logan, Utah +0.51251 aapg_af_488.html aapg_af_488.html:159:16212:16220 Altamont Uinta Mountains +0.254448 cspg_html_9803204564 cspg_html_9803204564:304:38083:38093 Missisauga Logan, Utah +0.258552 cspg_html_1225021992 cspg_html_1225021992:243:31403:31408 Alexo Lacombe, Alberta +0.497466 cspg_html_4626597050 cspg_html_4626597050:269:32717:32734 Woodside Shale Boise, Idaho +0.440238 aapg_ae_72.html aapg_ae_72.html:10:1621:1634 Hermosa Hermosa, Chicago +0.497034 aapg_aa_147.html aapg_aa_147.html:766:76863:76871 Winnipeg Manitoba +0.250228 aapg_aa_627.html aapg_aa_627.html:322:29948:29953 Banao Trinidad and Tobago +0.47785 sedimentology_html_8491728149 sedimentology_html_8491728149:1140:70262:70296 Waterfowl Canmore, Alberta +0.4752 aapg_aa_243.html aapg_aa_243.html:300:24212:24228 Gordon Braxton County, West Virginia +0.28242 aapg_ah_828.html aapg_ah_828.html:320:25662:25671 Smackover Mexico +0.272288 geology_html_6536193862 geology_html_6536193862:98:8148:8155 Magothy Bass River Township, New Jersey +0.497466 cspg_html_3854139935 cspg_html_3854139935:208:25866:25885 Belly River Canada +0.255675 aapg_ak_45.html aapg_ak_45.html:95:10422:10428 Denver Douglas County, Colorado +0.49623 palaios_html_7679079277 palaios_html_7679079277:956:83273:83289 Entrada Logan, Utah +0.251392 cspg_html_3804945581 cspg_html_3804945581:236:29275:29285 Big Valley Saint Kitts and Nevis +0.708147 cspg_html_7323688702 cspg_html_7323688702:40:6703:6714 Green River Denver +0.273672 aapg_ae_992.html aapg_ae_992.html:115:10489:10497 Red Peak John Crow Mountains +0.239554 aapg_ac_71.html aapg_ac_71.html:89:11395:11417 Gardnerville Westgate, Canterbury +0.24941 aapg_ac_187.html aapg_ac_187.html:2090:207170:207188 Onondaga Union Springs, Alabama +0.48278 geology_html_1929739389 geology_html_1929739389:242:23275:23288 Santa Barbara Baja California peninsula +0.483759 cspg_html_2570555346 cspg_html_2570555346:184:24785:24806 Table Point Table Mountain +0.248901 aapg_ac_807.html aapg_ac_807.html:789:78087:78103 Peedee North Carolina +0.48828 aapg_ai_135.html aapg_ai_135.html:195:11330:11335 Swift Melville, New York +0.244856 gsa_html_8349861296 gsa_html_8349861296:72:6390:6402 Owens Valley Rift Valley lakes +0.26368 geology_html_9480340228 geology_html_9480340228:120:10929:10944 Rove Ontario, California +0.46848 AMJC_html_8128063878 AMJC_html_8128063878:1176:138953:138969 Navajo Logan, Utah +0.500434 aapg_ac_148.html aapg_ac_148.html:72:12946:12964 Anacacho Mexico +0.225144 aapg_ac_920.html aapg_ac_920.html:41:6789:6801 Green Ravine Oquirrh Mountain Utah Temple +0.496392 gsa_html_7272439065 gsa_html_7272439065:571:59056:59074 Willwood Cheyenne, Wyoming +0.255024 aapg_af_91.html aapg_af_91.html:220:25063:25083 Victoria Victoria, British Columbia +0.479987 aapg_ah_387.html aapg_ah_387.html:2815:304217:304226 Knoxville Tehama County, California +0.495159 gsa_html_9843343868 gsa_html_9843343868:750:63302:63310 Colorado Florissant, Colorado +0.496513 cspg_html_2863271815 cspg_html_2863271815:707:82400:82413 Salina Michigan Basin +0.482157 aapg_ad_625.html aapg_ad_625.html:27:2936:2940 Home South Georgia and the South Sandwich Islands +0.912 aapg_af_663.html aapg_af_663.html:24:2908:2914 Pawnee Higginsville, Missouri +0.248952 cspg_html_3762708087 cspg_html_3762708087:328:43889:43895 Casper Cheyenne, Wyoming +0.256027 geology_html_3654008380 geology_html_3654008380:401:27008:27015 Bromide Denver +0.26775 aapg_ac_545.html aapg_ac_545.html:478:56215:56238 Beaver Mines Lacombe, Alberta +0.257554 gsa_html_5625878232 gsa_html_5625878232:200:28911:28935 Cedar District Washington (state) +0.490676 cspg_html_3473883402 cspg_html_3473883402:301:48315:48327 Golden Spike Redwater, Texas +0.25654 cspg_html_5595872887 cspg_html_5595872887:489:55630:55638 Michigan Lacombe, Alberta +0.513902 aapg_ai_491.html aapg_ai_491.html:15:3656:3667 Molas San Juan Mountains +0.499352 gsa_html_6520480024 gsa_html_6520480024:1673:85676:85704 Green River Colorado +0.378386 gsa_html_9666442487 gsa_html_9666442487:764:73350:73369 Ellis Bay Estonia +0.273088 aapg_ad_387.html aapg_ad_387.html:16:2050:2068 Woodbine East Texas +0.482964 aapg_ac_215.html aapg_ac_215.html:16:2115:2139 Englewood Englewood, New Jersey +0.251001 cspg_html_2734588863 cspg_html_2734588863:24:3157:3172 Elk Regina, Saskatchewan +0.295392 aapg_ah_97.html aapg_ah_97.html:260:28530:28551 Platteville Glenwood, Utah +0.255024 aapg_af_212.html aapg_af_212.html:124:12271:12278 Lagarto Brazos River +0.435504 aapg_ae_745.html aapg_ae_745.html:429:57150:57168 Tsadaka Anchorage, Alaska +0.273942 gsa_html_1130947011 gsa_html_1130947011:177:21404:21409 Utica Bloomington, Indiana +0.264554 aapg_ae_921.html aapg_ae_921.html:138:9181:9195 Sentinel Butte Little Missouri River (North Dakota) +0.463083 cspg_html_4176605708 cspg_html_4176605708:575:59025:59039 Colorado Regina, Saskatchewan +0.366786 aapg_ae_63.html aapg_ae_63.html:169:18487:18504 Oquirrh Boise, Idaho +0.469368 gsa_html_5277590404 gsa_html_5277590404:618:62429:62433 Hall Los Angeles +0.25896 cspg_html_9860060507 cspg_html_9860060507:451:50974:50993 Neruokpuk Anchorage, Alaska +0.2548 gsa_html_7040053075 gsa_html_7040053075:363:35760:35767 Topanga Soquel, California +0.375747 aapg_ae_562.html aapg_ae_562.html:116:12024:12039 Allegheny Huntington, West Virginia +0.493388 gsa_html_9547811307 gsa_html_9547811307:659:63407:63423 Red Rock Cape Town +0.29016 aapg_aa_391.html aapg_aa_391.html:44:4408:4417 Red River Arkansas +0.266031 aapg_ah_157.html aapg_ah_157.html:152:20237:20254 Potsdam Illinois +0.50403 aapg_ac_69.html aapg_ac_69.html:651:66774:66796 Graneros Colorado +0.253302 aapg_ad_338.html aapg_ad_338.html:230:25273:25280 Raritan Raritan River +0.498597 aapg_ae_539.html aapg_ae_539.html:590:72592:72598 Oregon Stroudsburg, Pennsylvania +0.532216 aapg_ah_821.html aapg_ah_821.html:162:16753:16770 Dakota Arizona +0.263088 aapg_ah_609.html aapg_ah_609.html:94:11028:11050 Green River Wasatch Range +0.28141 aapg_ad_784.html aapg_ad_784.html:224:25645:25654 Coldwater Western world +0.242466 cspg_html_2826081830 cspg_html_2826081830:72:11462:11471 Athabasca Lloydminster +0.485577 aapg_ad_865.html aapg_ad_865.html:380:37596:37604 Colorado Ouray, Colorado +0.244518 gsa_html_4650354985 gsa_html_4650354985:1273:102073:102081 Colorado Colorado +0.252784 aapg_ad_683.html aapg_ad_683.html:743:74619:74623 Rico Supai, Arizona +0.495804 geology_html_8947691854 geology_html_8947691854:375:29010:29019 New River Virginia +0.469654 cspg_html_9542530836 cspg_html_9542530836:453:42099:42118 Red River Calgary +0.25146 cspg_html_6736202792 cspg_html_6736202792:152:20673:20692 Waterways Lacombe, Alberta +0.491925 cspg_html_3860685167 cspg_html_3860685167:691:68907:68922 Banff Lacombe, Alberta +0.484632 palaios_html_9973267562 palaios_html_9973267562:419:55974:55988 Kope Cincinnati +0.244524 aapg_ai_957.html aapg_ai_957.html:110:10567:10573 Willis Uvalde, Texas +0.257374 aapg_ai_478.html aapg_ai_478.html:164:18294:18306 Spence River Mackenzie River +0.258064 geology_html_9240347235 geology_html_9240347235:271:23475:23479 Bell South Africa +0.246402 aapg_ae_17.html aapg_ae_17.html:65:8097:8103 Sierra Sonora +0.479552 aapg_ai_932.html aapg_ai_932.html:103:15894:15919 Santa Margarita Monterey, California +0.249559 cspg_html_5731893209 cspg_html_5731893209:44:4419:4434 Leduc Redwater, Texas +0.2535 cspg_html_2800526512 cspg_html_2800526512:111:13246:13250 Cote Canada +0.482258 palaios_html_7274959329 palaios_html_7274959329:628:49403:49432 Eau Claire Wisconsin +0.256522 aapg_ae_370.html aapg_ae_370.html:157:13518:13524 Oregon Washington (state) +0.25398 aapg_ac_621.html aapg_ac_621.html:130:10850:10858 Zeandale Riley County, Kansas +0.441294 aapg_ac_986.html aapg_ac_986.html:994:120132:120147 Lance Cheyenne, Wyoming +0.483894 aapg_ac_807.html aapg_ac_807.html:362:36896:36903 St Marys Maryland +0.463866 sedimentology_html_4121403149 sedimentology_html_4121403149:896:65152:65188 Protection Washington (state) +0.237986 aapg_ai_296.html aapg_ai_296.html:110:12033:12050 Everton Arkansas +0.49011 aapg_ac_4.html aapg_ac_4.html:498:39967:39972 Weeks Anchorage, Alaska +0.25284 aapg_ad_81.html aapg_ad_81.html:1074:176518:176531 Madison Cheyenne, Wyoming +0.219672 aapg_aa_23.html aapg_aa_23.html:551:67924:67947 Red River Manitoba +0.25146 cspg_html_6163691495 cspg_html_6163691495:1151:95154:95185 Madison Cheyenne, Wyoming +0.248472 aapg_af_839.html aapg_af_839.html:35:5243:5253 Bell Salem, Massachusetts +0.451696 aapg_ae_324.html aapg_ae_324.html:908:91213:91222 Bluefield Virginia +0.481683 aapg_ai_584.html aapg_ai_584.html:893:94305:94321 Casper Laramie, Wyoming +0.468369 aapg_ac_629.html aapg_ac_629.html:316:40350:40358 Beaumont Oberlin, Ohio +0.495208 cspg_html_1962846283 cspg_html_1962846283:626:73044:73063 Mesaverde Colorado +0.265728 aapg_ai_699.html aapg_ai_699.html:38:6815:6829 Hoyt Mohawk Valley +0.498848 gsa_html_5865982995 gsa_html_5865982995:940:103325:103340 Uinta Uintah, Utah +0.25047 aapg_ae_4.html aapg_ae_4.html:126:14070:14083 Middle Canyon Logan, Utah +0.266766 aapg_ad_865.html aapg_ad_865.html:147:15761:15779 Hermosa San Juan, Argentina +0.46265 aapg_ak_120.html aapg_ak_120.html:286:26243:26251 Billings Canada +0.483492 aapg_ah_644.html aapg_ah_644.html:159:19039:19062 Gypsum Spring Manitoba +0.268299 aapg_ai_651.html aapg_ai_651.html:7:328:361 Anita Bergen, New Netherland +0.265224 cspg_html_4694482219 cspg_html_4694482219:46:5690:5707 Bearpaw Lacombe, Alberta +0.250494 aapg_ai_478.html aapg_ai_478.html:97:10003:10022 Elk Lacombe, Alberta +0.295311 aapg_ai_208.html aapg_ai_208.html:9:1289:1301 Castle Hayne North Carolina +0.255 aapg_ac_222.html aapg_ac_222.html:68:10730:10737 Paradox Hermosa, Chicago +0.49088 aapg_ai_31.html aapg_ai_31.html:308:30367:30375 Oakville Oakville, California +0.806031 aapg_ad_379.html aapg_ad_379.html:708:57128:57151 Gypsum Spring Boise, Idaho +0.266 cspg_html_6116883777 cspg_html_6116883777:1251:175170:175191 Goose Fiord Ellesmere Island +0.273006 aapg_ai_206.html aapg_ai_206.html:726:120318:120333 Queen New Mexico +0.256035 aapg_af_624.html aapg_af_624.html:6:1103:1111 Tensleep Carbon County, Wyoming +0.241542 gsa_html_7120668170 gsa_html_7120668170:33:3508:3549 Sonora Sonora +0.481806 aapg_af_444.html aapg_af_444.html:874:84637:84645 Columbia San Marcos, California +0.239117 gsa_html_6279217599 gsa_html_6279217599:13:565:573 Colorado Denver +0.495804 cspg_html_9343899465 cspg_html_9343899465:1841:153651:153663 Hecla Bay Banks Island +0.274052 aapg_ah_779.html aapg_ah_779.html:244:45191:45212 Martinsburg Knoxville, Tennessee +0.459355 gsa_html_5507509274 gsa_html_5507509274:541:51141:51147 Oregon California +0.26676 cspg_html_8121202912 cspg_html_8121202912:321:38448:38460 Saskatchewan Edmonton, London +0.25704 aapg_ah_869.html aapg_ah_869.html:978:93002:93006 Lane Texas +0.25088 geology_html_4599156600 geology_html_4599156600:291:25441:25479 Kingston Peak California +0.26145 palaios_html_8921418198 palaios_html_8921418198:526:47885:47895 Washington Washington (state) +0.24843 palaios_html_9309991705 palaios_html_9309991705:850:76791:76816 Byram Mississippi River +0.466358 cspg_html_7086880709 cspg_html_7086880709:548:71564:71583 Kee Scarp Mackenzie River +0.25194 gsa_html_9325423722 gsa_html_9325423722:12:426:435 Milwaukee Wisconsin +0.49661 aapg_ah_340.html aapg_ah_340.html:360:40353:40363 Dry Branch Ocala, Florida +0.257424 aapg_ai_29.html aapg_ai_29.html:69:7317:7324 Reynosa Oakville, California +0.26112 cspg_html_3907807140 cspg_html_3907807140:519:60914:60933 Athabasca Lacombe, Alberta +0.517462 aapg_ah_203.html aapg_ah_203.html:3:401:434 Morrison New Mexico +0.49536 cspg_html_7817594878 cspg_html_7817594878:408:58279:58287 Columbia Crowsnest Pass, Alberta +0.427051 cspg_html_6255491344 cspg_html_6255491344:259:37764:37792 Mist Mountain Victoria, British Columbia +0.262656 aapg_af_308.html aapg_af_308.html:257:29145:29153 Catskill Huntington, West Virginia +0.71989 aapg_ai_805.html aapg_ai_805.html:20:2552:2573 Green River Logan, Utah +0.47124 aapg_ae_371.html aapg_ae_371.html:4:784:792 Kootenay Canada +0.254518 aapg_ae_505.html aapg_ae_505.html:36:4342:4350 Colorado Denver +0.522375 palaios_html_2048556014 palaios_html_2048556014:529:59024:59034 Tuscaloosa Alabama +0.256162 cspg_html_9354781888 cspg_html_9354781888:791:59523:59532 Athabasca Lacombe, Alberta +0.278735 aapg_af_423.html aapg_af_423.html:99:8955:8974 Aux Vases Illinois +0.850194 aapg_ac_215.html aapg_ac_215.html:22:2991:2999 Deadwood Englewood, New Jersey +0.46844 aapg_ah_62.html aapg_ah_62.html:57:7815:7828 Lake Michigan Lake Huron +0.244904 aapg_aa_399.html aapg_aa_399.html:320:26034:26050 Elk Kootenay River +0.267464 cspg_html_3415721018 cspg_html_3415721018:132:19545:19553 Columbia Victoria, British Columbia +0.271392 aapg_af_854.html aapg_af_854.html:1282:183279:183290 Hardinsburg Bethel, Alaska +0.458828 aapg_ai_975.html aapg_ai_975.html:928:76090:76100 Georgetown San Marcos, California +0.48719 aapg_ai_65.html aapg_ai_65.html:124:12980:12987 Madison Cheyenne, Wyoming +0.249318 cspg_html_6216640615 cspg_html_6216640615:1185:111494:111501 Windsor Calgary +0.486604 gsa_html_2844014221 gsa_html_2844014221:61:3795:3823 Green River New Mexico +0.492036 gsa_html_6117440194 gsa_html_6117440194:801:82493:82511 Wasatch Fort Union Trading Post National Historic Site +0.254338 cspg_html_4072152826 cspg_html_4072152826:681:81595:81600 Banff Regina, Saskatchewan +0.26288 aapg_ae_354.html aapg_ae_354.html:171:16633:16641 Niobrara Niobrara, Nebraska +0.48791 aapg_ae_68.html aapg_ae_68.html:105:12980:12986 Antler Snake River Plain (ecoregion) +0.23845 sedimentology_html_1368355565 sedimentology_html_1368355565:163:18756:18762 Sierra Isthmus of Tehuantepec +0.259248 gsa_html_2352572665 gsa_html_2352572665:127:12688:12699 Devils Hole Death Valley +0.24123 gsa_html_7813941610 gsa_html_7813941610:687:63055:63064 Brunswick New Brunswick, New Jersey +0.2772 aapg_ad_691.html aapg_ad_691.html:8:881:897 Weno Austin, Chicago +0.233352 AMJC_html_8340027885 AMJC_html_8340027885:952:76804:76808 Hall London, Ontario +0.269136 cspg_html_1894459898 cspg_html_1894459898:303:33316:33341 Keg River Cayman Islands +0.248502 aapg_ai_249.html aapg_ai_249.html:863:113473:113484 San Antonio Honduras +0.516 aapg_af_737.html aapg_af_737.html:73:9307:9320 Santa Barbara Santa Monica, California +0.254518 geology_html_2705128271 geology_html_2705128271:169:15436:15455 Pocatello Pocatello, Idaho +0.263069 aapg_ai_787.html aapg_ai_787.html:124:13975:13993 Oakville Llano, Texas +0.261602 AMJC_html_5786839382 AMJC_html_5786839382:882:88784:88792 Scotland Redwood City, California +0.270384 aapg_ae_371.html aapg_ae_371.html:4:640:648 Kootenai Kootenay River +0.262973 aapg_ac_490.html aapg_ac_490.html:307:40301:40309 Pardonet Western world +0.4966 cspg_html_4785922166 cspg_html_4785922166:333:38342:38362 Dawson Bay Regina, Saskatchewan +0.250498 aapg_ai_772.html aapg_ai_772.html:8:1502:1508 Sierra Guatemala +0.2455 cspg_html_1841843683 cspg_html_1841843683:63:9889:9902 Gypsum Spring Black Hills +0.251748 cspg_html_4409656292 cspg_html_4409656292:14:1214:1232 Kaskapau Western world +0.201825 aapg_ae_757.html aapg_ae_757.html:57:7718:7736 Niobrara Colorado +0.864644 aapg_ah_329.html aapg_ah_329.html:467:45637:45644 Sisquoc Monterey, California +0.25584 cspg_html_2661887503 cspg_html_2661887503:106:11369:11393 Thumb Mountain Middle East +0.50232 sedimentology_html_1248205084 sedimentology_html_1248205084:1746:110144:110156 Viking England +0.482275 aapg_ae_705.html aapg_ae_705.html:522:49449:49463 Pico Monterey, California +0.671874 aapg_af_874.html aapg_af_874.html:82:5297:5306 Allegheny Pottsville, Pennsylvania +0.24647 aapg_ai_838.html aapg_ai_838.html:433:60977:60985 Rockwell Mexico +0.252434 aapg_ah_506.html aapg_ah_506.html:58:5798:5807 Squaw Bay Thunder Bay +0.487531 aapg_aa_745.html aapg_aa_745.html:393:45761:45774 Cherry Canyon New Mexico +0.238144 cspg_html_3008745251 cspg_html_3008745251:142:21380:21397 Monkman Middle Ordovician +0.27195 aapg_ae_1.html aapg_ae_1.html:90:11215:11221 Viking Lacombe, Alberta +0.256949 aapg_ad_880.html aapg_ad_880.html:278:30217:30240 Gypsum Spring Black Hills +0.491967 aapg_ai_219.html aapg_ai_219.html:174:15866:15880 Lisburne Anchorage, Alaska +0.257033 aapg_ad_152.html aapg_ad_152.html:1491:193007:193022 Loray Kaibab, Arizona +0.25647 AMJC_html_7144941731 AMJC_html_7144941731:87:10668:10689 Weaverville Weaverville, California +0.265278 aapg_af_288.html aapg_af_288.html:140:15495:15501 Percha Arizona +0.256853 sedimentology_html_1280732031 sedimentology_html_1280732031:141:15407:15412 Swift West Branch Susquehanna River +0.264195 gsa_html_5912850042 gsa_html_5912850042:677:49979:50007 Green River Iran +0.256424 gsa_html_4234009219 gsa_html_4234009219:497:44055:44087 Whitemud Regina, Saskatchewan +0.266352 cspg_html_5345848475 cspg_html_5345848475:991:98446:98466 Colorado Regina, Saskatchewan +0.85741 sedimentology_html_3455721661 sedimentology_html_3455721661:492:39765:39772 Entrada New Mexico +0.510188 aapg_ah_623.html aapg_ah_623.html:322:29097:29113 Morgan Logan, Utah +0.448877 aapg_aa_232.html aapg_aa_232.html:471:54289:54297 Colorado Cheyenne, Wyoming +0.267794 gsa_html_7199417381 gsa_html_7199417381:1124:94719:94740 White River Cheyenne, Wyoming +0.487786 cspg_html_2873888604 cspg_html_2873888604:314:46956:46988 Montney Canada +0.241066 aapg_ai_17.html aapg_ai_17.html:483:35339:35348 Cockfield Shreveport, Louisiana +0.474264 gsa_html_1882682783 gsa_html_1882682783:1086:101427:101455 Green River Colorado +0.27508 aapg_ad_69.html aapg_ad_69.html:77:4690:4700 Fort Union Niobrara, Nebraska +0.261326 aapg_ad_766.html aapg_ad_766.html:531:51069:51085 Dakota Shiprock, New Mexico +0.265738 aapg_ae_185.html aapg_ae_185.html:584:51480:51493 Cotton Valley Cotton Valley, Louisiana +0.487956 gsa_html_9515953275 gsa_html_9515953275:516:55178:55185 Andrews California +0.262654 palaios_html_2644042510 palaios_html_2644042510:904:70644:70674 Holder New Mexico +0.25008 aapg_aa_25.html aapg_aa_25.html:302:25786:25791 Aneth San Juan County, Utah +0.516393 aapg_ae_113.html aapg_ae_113.html:165:19576:19594 Allen Bay Little Cornwallis Island +0.25647 geology_html_7613454065 geology_html_7613454065:328:26234:26240 Forest Reno, Nevada +0.2555 aapg_ae_993.html aapg_ae_993.html:26:3686:3705 Beirdneau Boise, Idaho +0.265558 cspg_html_6216640615 cspg_html_6216640615:1117:107051:107069 Redknife Lake Ontario +0.25542 gsa_html_6644443634 gsa_html_6644443634:934:82015:82043 Green River Colorado +0.223344 aapg_ae_692.html aapg_ae_692.html:159:17720:17740 Interlake Red River of the North +0.265967 cspg_html_4343998218 cspg_html_4343998218:177:20877:20891 Thumb Mountain Little Cornwallis Island +0.51138 aapg_ad_696.html aapg_ad_696.html:130:13244:13251 Carrizo Charlotte, North Carolina +0.067281 cspg_html_7201476813 cspg_html_7201476813:231:27878:27900 Winnipegosis Manitoba +0.24059 gsa_html_4460244257 gsa_html_4460244257:29:2178:2186 Colorado Denver +0.491202 gsa_html_4557277250 gsa_html_4557277250:72:8206:8222 Carmel Colorado Plateau +0.254015 geology_html_7120246531 geology_html_7120246531:219:20726:20734 Rockwell California +0.2565 aapg_aa_24.html aapg_aa_24.html:806:92711:92729 Lisburne Anchorage, Alaska +0.240128 palaios_html_5582845937 palaios_html_5582845937:326:33474:33481 Hampton Virginia +0.262566 aapg_ac_846.html aapg_ac_846.html:33:5791:5808 Modesto Farmington, New Mexico +0.487622 aapg_ae_789.html aapg_ae_789.html:261:29543:29555 Beaver Creek Pine Brook, New Jersey +0.47226 aapg_ae_959.html aapg_ae_959.html:3057:231214:231228 Word Marfa lights +0.267288 gsa_html_5599919112 gsa_html_5599919112:880:63476:63504 Green River Iran +0.49056 palaios_html_8563431807 palaios_html_8563431807:94:11246:11254 Victoria Gold Coast, Queensland +0.295065 aapg_ai_296.html aapg_ai_296.html:31:4322:4329 Everton Arkansas +0.421842 cspg_html_7086880709 cspg_html_7086880709:188:22029:22043 Bear Rock Mackenzie River +0.26572 aapg_af_92.html aapg_af_92.html:180:16632:16659 Prospect Great Basin +0.4921 gsa_html_1254347878 gsa_html_1254347878:198:24408:24429 Fort Steele Victoria, British Columbia +0.495286 aapg_ah_441.html aapg_ah_441.html:18:2569:2575 Taylor Arkadelphia, Arkansas +0.255524 geology_html_3353189632 geology_html_3353189632:290:25752:25764 Rockwell California +0.491898 aapg_ai_479.html aapg_ai_479.html:86:9990:9997 Bedford Sunbury, Pennsylvania +0.252928 cspg_html_8054926782 cspg_html_8054926782:41:6170:6179 Gog Lake Louise, Alberta +0.506574 aapg_af_578.html aapg_af_578.html:137:11332:11348 Fowkes Cheyenne, Wyoming +0.470782 cspg_html_9332855346 cspg_html_9332855346:139:11137:11158 Lower Elk Point Manitoba +0.191874 aapg_af_416.html aapg_af_416.html:194:23532:23543 Slave Point Liard River, British Columbia +0.245872 aapg_af_527.html aapg_af_527.html:330:42530:42556 Todilto New Mexico +0.499639 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10541:10554 A-1 Carbonate Salina, Kansas +0.485856 gsa_html_1931201430 gsa_html_1931201430:454:43043:43052 Eel River Eel River (Indiana) +0.263872 aapg_ah_519.html aapg_ah_519.html:120:13052:13058 Dakota New Mexico +0.244769 gsa_html_1538463681 gsa_html_1538463681:826:71693:71734 Mural Mexico +0.25296 aapg_aa_37.html aapg_aa_37.html:225:27482:27500 Arcturus Reno, Nevada +0.257045 aapg_ae_705.html aapg_ae_705.html:68:8080:8092 Red Mountain Carpinteria, California +0.502584 gsa_html_5865982995 gsa_html_5865982995:976:106372:106380 Colorado Murray, Kentucky +0.254448 aapg_ae_474.html aapg_ae_474.html:306:31648:31654 Bethel Bethel, Alaska +0.47904 palaios_html_2339045630 palaios_html_2339045630:271:39073:39089 Virginia Knoxville, Tennessee +0.466358 cspg_html_8163506304 cspg_html_8163506304:9:892:900 Columbia Cheyenne, Wyoming +0.47564 jgeology_html_4704494742 jgeology_html_4704494742:190:17042:17051 Eel River Colombia +0.481005 cspg_html_1665574291 cspg_html_1665574291:51:9535:9560 Porcupine Bow River +0.255892 palaios_html_4939666561 palaios_html_4939666561:75:9698:9719 Kope Frankfort, Illinois +0.265734 cspg_html_5141367518 cspg_html_5141367518:201:30619:30642 Blood Reserve Crowsnest Pass, Alberta +0.507936 cspg_html_8363357104 cspg_html_8363357104:94:14689:14711 Mount Wilson North Carolina +0.49685 jgeology_html_3213904974 jgeology_html_3213904974:409:40017:40040 Abo Texas +0.48177 cspg_html_1296564271 cspg_html_1296564271:109:12789:12797 Michigan Ontario, California +0.504868 aapg_af_854.html aapg_af_854.html:423:55161:55178 Carwood Bloomington, Indiana +0.260478 aapg_ae_98.html aapg_ae_98.html:79:9125:9135 San Miguel Colorado +0.270878 palaios_html_9150736881 palaios_html_9150736881:19:1194:1198 Kope Ohio +0.508642 cspg_html_9332855346 cspg_html_9332855346:134:10492:10498 Ashern Big River (California) +0.276192 aapg_ad_880.html aapg_ad_880.html:424:42225:42243 Sundance Redwater, Texas +0.258362 sedimentology_html_3666754938 sedimentology_html_3666754938:16:1166:1198 Donald North Sea oil +0.510822 aapg_ac_366.html aapg_ac_366.html:19:3213:3219 Salina Williamsport, Indiana +0.496683 gsa_html_5583768987 gsa_html_5583768987:941:80752:80780 Green River Colorado +0.494982 cspg_html_5810500722 cspg_html_5810500722:377:41585:41603 Dunvegan Victoria, British Columbia +0.470916 aapg_af_298.html aapg_af_298.html:216:23272:23283 Tar Springs Long Island +0.254514 aapg_af_809.html aapg_af_809.html:36:4387:4396 La Quinta Venezuela +0.25431 cspg_html_2174653823 cspg_html_2174653823:320:22497:22513 Ireton Lacombe, Alberta +0.456966 jgeology_html_3792951165 jgeology_html_3792951165:1096:75816:75835 Pansy Lee Conglomerate Reno, Nevada +0.503475 cspg_html_3860685167 cspg_html_3860685167:695:69300:69305 Banff Lacombe, Alberta +0.25935 cspg_html_3501550466 cspg_html_3501550466:578:83011:83022 Peace River Lacombe, Alberta +0.480256 aapg_ah_189.html aapg_ah_189.html:304:30421:30442 Mount Simon Illinois +0.505818 gsa_html_4815970834 gsa_html_4815970834:47:3063:3091 Green River Iran +0.2574 geology_html_8070421739 geology_html_8070421739:48:5031:5047 Silica Canada +0.473641 aapg_ai_54.html aapg_ai_54.html:169:19795:19800 Tokio Tuscaloosa, Alabama +0.248446 cspg_html_3630723811 cspg_html_3630723811:113:12332:12351 Athabasca Lacombe, Alberta +0.496164 cspg_html_4796942391 cspg_html_4796942391:450:49975:50003 Shaftesbury Victoria, British Columbia +0.238126 aapg_af_2.html aapg_af_2.html:145:16768:16776 Rockwood Colorado +0.291328 aapg_aa_300.html aapg_aa_300.html:5:846:856 Point Loma La Jolla +0.248472 gsa_html_4191208013 gsa_html_4191208013:185:16755:16772 Atoyac Pico de Orizaba +0.264654 gsa_html_1520002998 gsa_html_1520002998:1112:87478:87498 Fort Union Cheyenne, Wyoming +0.406368 aapg_ad_466.html aapg_ad_466.html:1103:118297:118307 Vincentown Closter, New Jersey +0.451936 cspg_html_7833083677 cspg_html_7833083677:2829:231381:231402 Melville Island Banks Island +0.515411 aapg_ad_16.html aapg_ad_16.html:10:1353:1371 Monterey Lompoc, California +0.250318 sedimentology_html_3083192111 sedimentology_html_3083192111:548:42375:42391 Salado New Mexico +0.252464 cspg_html_5141367518 cspg_html_5141367518:8:944:957 Blood Reserve Bearpaw Formation +0.253391 sedimentology_html_5613495298 sedimentology_html_5613495298:1056:52591:52606 Chinle Chinle Formation +0.478208 aapg_ak_85.html aapg_ak_85.html:364:41814:41831 Bossier Shreveport, Louisiana +0.25857 aapg_ac_720.html aapg_ac_720.html:425:37546:37558 Wilcox Murray, Kentucky +0.236572 aapg_ac_517.html aapg_ac_517.html:213:28210:28226 Colorado Regina, Saskatchewan +0.251472 jgeology_html_4289404569 jgeology_html_4289404569:607:48854:48878 Shuttle Meadow Hartford, Connecticut +0.476064 cspg_html_4298557570 cspg_html_4298557570:29:3753:3765 Battle Edmonton, London +0.26986 palaios_html_2073973349 palaios_html_2073973349:472:61859:61864 Queen Toronto +0.257514 aapg_aa_960.html aapg_aa_960.html:174:14822:14828 Pueblo California +0.2575 sedimentology_html_6302405335 sedimentology_html_6302405335:1336:96193:96198 Steel Svalbard and Jan Mayen +0.292923 aapg_ah_834.html aapg_ah_834.html:44:5579:5594 Salem Albany, New York +0.503028 jgeology_html_5208181242 jgeology_html_5208181242:967:72357:72380 Dakota Colorado +0.503919 aapg_ah_198.html aapg_ah_198.html:530:67787:67805 Monterey Peru, Indiana +0.25704 palaios_html_2994452429 palaios_html_2994452429:70:8162:8170 Columbia Lacombe, Alberta +0.276627 aapg_ac_333.html aapg_ac_333.html:1248:149850:149862 Yeso Arizona +0.377204 cspg_html_1080236517 cspg_html_1080236517:8:793:818 Stony Mountain Canada +0.49712 gsa_html_3946358846 gsa_html_3946358846:1104:93228:93234 Denver Colorado +0.479862 aapg_ad_335.html aapg_ad_335.html:305:35875:35890 Lance Fort Union Trading Post National Historic Site +0.450769 aapg_ai_141.html aapg_ai_141.html:4:592:605 Lake Michigan Mexico +0.49979 cspg_html_3026112034 cspg_html_3026112034:280:29371:29394 Leduc Middle East +0.25137 aapg_ai_991.html aapg_ai_991.html:68:7952:7957 Aquia Closter, New Jersey +0.49851 aapg_ad_351.html aapg_ad_351.html:773:67783:67801 Keokuk Missouri River +0.259979 cspg_html_9692046543 cspg_html_9692046543:100:12064:12083 Newcastle Cheyenne, Wyoming +0.258778 aapg_ac_126.html aapg_ac_126.html:205:30442:30463 Haynesville Bossier City, Louisiana +0.505164 cspg_html_3026112034 cspg_html_3026112034:63:6685:6692 Wabamun Pine Brook, New Jersey +0.265295 aapg_ad_112.html aapg_ad_112.html:3:360:396 Prairie Regina, Saskatchewan +0.493799 geology_html_4599156600 geology_html_4599156600:106:11223:11245 Scott Canyon Eagle Bay, New York +0.487936 gsa_html_1254347878 gsa_html_1254347878:554:59341:59349 Grinnell Cheyenne, Wyoming +0.477152 gsa_html_7345831590 gsa_html_7345831590:35:836:846 Washington Vancouver +0.442428 aapg_ah_534.html aapg_ah_534.html:360:30413:30430 Onondaga Palmerton, Pennsylvania +0.259081 gsa_html_8128037381 gsa_html_8128037381:104:13713:13730 Panaca Muddy Creek (Utah) +0.270396 aapg_ae_69.html aapg_ae_69.html:397:42815:42823 Colorado Colorado +0.478042 aapg_ad_785.html aapg_ad_785.html:37:4858:4866 Fountain Colorado Springs, Colorado +0.489658 gsa_html_5952049575 gsa_html_5952049575:67:7073:7097 Wasatch Wasatch Range +0.502383 cspg_html_4305108179 cspg_html_4305108179:22:3237:3256 Allen Bay Ellesmere Island +0.252004 aapg_ae_503.html aapg_ae_503.html:613:61519:61532 Santa Barbara Los Angeles +0.24617 aapg_ae_305.html aapg_ae_305.html:1335:124844:124849 Colon Maracaibo +0.79035 gsa_html_5952049575 gsa_html_5952049575:931:87255:87276 Green River Cheyenne, Wyoming +0.249324 geology_html_5795710863 geology_html_5795710863:317:24544:24569 Cadillac Canada +0.250601 aapg_ah_160.html aapg_ah_160.html:85:12342:12361 Onondaga Lake Erie +0.284874 aapg_ai_241.html aapg_ai_241.html:68:8649:8668 Red River Winnipeg +0.255021 cspg_html_6839937815 cspg_html_6839937815:322:46579:46585 Kaibab Harrisburg, Pennsylvania +0.264969 aapg_af_18.html aapg_af_18.html:16:2493:2509 Inyan Kara Cheyenne, Wyoming +0.26058 aapg_aa_684.html aapg_aa_684.html:169:17118:17135 Ankareh Cheyenne, Wyoming +0.263153 aapg_ai_720.html aapg_ai_720.html:382:39113:39119 Jordan Delaware +0.477664 cspg_html_1565769407 cspg_html_1565769407:100:13487:13506 Port Hood Cape Breton Island +0.252296 aapg_ae_92.html aapg_ae_92.html:3:335:351 Ireton Central Alberta +0.25806 cspg_html_1763727002 cspg_html_1763727002:50:8575:8583 Columbia Victoria, British Columbia +0.48724 aapg_ad_267.html aapg_ad_267.html:72:6540:6546 Sabine Natchitoches, Louisiana +0.499278 cspg_html_2873888604 cspg_html_2873888604:420:58310:58326 Maroon Colorado +0.47975 sedimentology_html_2689254524 sedimentology_html_2689254524:460:35035:35041 Denver Colorado +0.258757 cspg_html_3516764931 cspg_html_3516764931:407:62853:62871 Glenogle Victoria, British Columbia +0.498597 gsa_html_4031652840 gsa_html_4031652840:72:6413:6441 Green River New Mexico +0.256522 cspg_html_3012058617 cspg_html_3012058617:68:10355:10363 Kootenay Kootenay River +0.496164 palaios_html_3931161229 palaios_html_3931161229:230:19567:19571 Kope Kentucky +0.504768 aapg_ah_508.html aapg_ah_508.html:180:16850:16861 Jacksonburg Black River, Jamaica +0.47628 aapg_ah_779.html aapg_ah_779.html:646:120235:120243 Tensleep Caseyville, Illinois +0.26572 aapg_ai_991.html aapg_ai_991.html:39:4236:4254 Kirkwood Closter, New Jersey +0.249991 aapg_ac_807.html aapg_ac_807.html:434:44214:44234 Brandywine Maryland +0.4883 cspg_html_7297340324 cspg_html_7297340324:767:89785:89801 Gates Victoria, British Columbia +0.256928 cspg_html_9713614580 cspg_html_9713614580:112:15244:15274 Willow Creek Western world +0.258055 aapg_ai_509.html aapg_ai_509.html:74:7200:7211 Honey Creek Turner Falls +0.267786 aapg_ae_324.html aapg_ae_324.html:878:88847:88855 Virginia Virginia +0.485366 AMJC_html_2890539371 AMJC_html_2890539371:279:33957:33965 Caldwell Beaumont, Texas +0.285264 aapg_af_624.html aapg_af_624.html:218:14357:14376 Minnelusa Crook, Colorado +0.228942 aapg_ah_422.html aapg_ah_422.html:132:11048:11062 Colorado Milk River, Alberta +0.247476 cspg_html_9435196958 cspg_html_9435196958:1303:54450:54463 Paskapoo Lacombe, Alberta +0.272468 AMJC_html_6341723617 AMJC_html_6341723617:1058:88992:89008 Colton Logan, Utah +0.46461 aapg_ai_533.html aapg_ai_533.html:55:6233:6241 Columbia Lacombe, Alberta +0.478536 aapg_aa_76.html aapg_aa_76.html:37:3228:3236 Gallatin Christian County, Kentucky +0.25542 cspg_html_7192907687 cspg_html_7192907687:561:60837:60847 Pine Point Canada +0.47991 gsa_html_2989317971 gsa_html_2989317971:875:90544:90566 Glenns Ferry Reno, Nevada +0.254508 aapg_aa_734.html aapg_aa_734.html:348:34704:34712 Caballos Texas +0.250952 gsa_html_7936718686 gsa_html_7936718686:22:884:890 Reston Virginia +0.45913 aapg_aa_835.html aapg_aa_835.html:18:2845:2862 Wingate Chinle Formation +0.243332 aapg_ah_165.html aapg_ah_165.html:343:41108:41127 Ellerslie Selkirk Mountains +0.48732 aapg_ae_345.html aapg_ae_345.html:424:31034:31044 Tuscaloosa Tuscaloosa, Alabama +0.474306 palaios_html_5321533010 palaios_html_5321533010:418:46291:46299 Virginia Lihue, Hawaii +0.246993 aapg_aa_820.html aapg_aa_820.html:494:49929:49945 Reforma Mexico +0.496125 aapg_ad_372.html aapg_ad_372.html:26:3876:3882 Chinle Logan, Utah +0.256968 sedimentology_html_7298419341 sedimentology_html_7298419341:1645:99608:99623 Mesaverde Logan, Utah +0.257556 geology_html_8325080958 geology_html_8325080958:15:1056:1061 Queen Belfast, Maine +0.49164 gsa_html_8774590177 gsa_html_8774590177:95:11803:11814 Black River Middle Ordovician +0.491824 aapg_af_912.html aapg_af_912.html:41:5025:5034 Vicksburg Mississippi River +0.472264 aapg_ae_959.html aapg_ae_959.html:1459:104811:104823 Hermit Grand Canyon +0.498905 cspg_html_4860363565 cspg_html_4860363565:110:14201:14219 Keg River Rainbow trout +0.252984 jgeology_html_1004614520 jgeology_html_1004614520:283:16437:16457 Twin Creek Carmel, Indiana +0.4929 aapg_af_575.html aapg_af_575.html:1182:170223:170237 Graneros Niobrara, Nebraska +0.239568 gsa_html_1914392923 gsa_html_1914392923:672:74860:74880 Palms California +0.24892 gsa_html_4098385343 gsa_html_4098385343:471:51498:51503 Yukon Anchorage, Alaska +0.423023 aapg_ah_978.html aapg_ah_978.html:245:24329:24344 Etchegoin San Joaquin River +0.248272 aapg_ah_645.html aapg_ah_645.html:30:4998:5013 Piper Cheyenne, Wyoming +0.83049 aapg_ad_379.html aapg_ad_379.html:746:60560:60565 Swift Boise, Idaho +0.261112 aapg_ac_36.html aapg_ac_36.html:1220:119784:119793 Margarita Venezuela +0.277629 gsa_html_5391661566 gsa_html_5391661566:429:48450:48456 Oregon California +0.49518 aapg_ac_841.html aapg_ac_841.html:278:35729:35734 Coban Guatemala +0.511224 aapg_ah_828.html aapg_ah_828.html:514:48690:48699 Smackover Texas +0.494 cspg_html_3104351736 cspg_html_3104351736:188:24465:24476 Belly River Lacombe, Alberta +0.258885 aapg_ac_9.html aapg_ac_9.html:395:37089:37108 Detroit River Michigan +0.71818 gsa_html_2561127673 gsa_html_2561127673:77:7109:7119 Winnemucca Reno, Nevada +0.475168 gsa_html_1197940982 gsa_html_1197940982:1220:115411:115418 Pah Rah Reno, Nevada +0.251412 geology_html_2172308044 geology_html_2172308044:11:510:516 Oregon Salem, Oregon +0.5044 cspg_html_1611261412 cspg_html_1611261412:871:109287:109292 Nisku Edmonton, London +0.231336 jgeology_html_9040793836 jgeology_html_9040793836:1122:69430:69433 Arc Alps +0.364048 aapg_af_854.html aapg_af_854.html:532:72236:72242 Warsaw Illinois +0.493569 cspg_html_6163998187 cspg_html_6163998187:280:34363:34371 Pardonet Lacombe, Alberta +0.258055 cspg_html_2482892781 cspg_html_2482892781:22:3543:3556 Madison Manitoba +0.48864 aapg_ad_683.html aapg_ad_683.html:226:25588:25603 Supai Little Colorado River +0.239259 sedimentology_html_4185931185 sedimentology_html_4185931185:279:22074:22090 Eureka Quartzite Antelope Valley Freeway +0.482463 aapg_ai_972.html aapg_ai_972.html:7:1181:1189 Colorado Colorado +0.24644 aapg_ai_592.html aapg_ai_592.html:320:52321:52328 Bridger Uinta Mountains +0.2525 jgeology_html_4305195651 jgeology_html_4305195651:4628:275655:275690 Mauch Chunk Pennsylvania +0.255811 cspg_html_9174286035 cspg_html_9174286035:60:7422:7438 Bad Cache Rapids Churchill River (Atlantic) +0.494208 aapg_aa_683.html aapg_aa_683.html:9:1619:1628 Greenhorn Logan, Utah +0.256522 sedimentology_html_7879809021 sedimentology_html_7879809021:58:4944:4974 Greenbrier Huntington, West Virginia +0.2574 gsa_html_5865982995 gsa_html_5865982995:863:96646:96667 Green River Colorado +0.490776 geology_html_2908722683 geology_html_2908722683:9:396:412 Navajo Logan, Utah +0.418668 aapg_ad_466.html aapg_ad_466.html:854:91898:91906 Navesink Mount Laurel Township, New Jersey +0.2655 geology_html_1592747864 geology_html_1592747864:85:6356:6362 Denver Boise, Idaho +0.268308 cspg_html_9468274627 cspg_html_9468274627:297:38146:38152 Fernie Victoria, British Columbia +0.271955 aapg_aa_696.html aapg_aa_696.html:630:71590:71605 Weber Carbondale, Pennsylvania +0.28143 aapg_ae_813.html aapg_ae_813.html:717:61772:61780 Phillips Belize +0.277092 aapg_ah_427.html aapg_ah_427.html:255:33766:33773 El Paso El Paso, Texas +0.461772 aapg_ae_239.html aapg_ae_239.html:1122:91186:91195 Wapanucka Hartshorne, Oklahoma +0.49337 aapg_ac_923.html aapg_ac_923.html:381:41013:41028 Atoka Atoka, Oklahoma +0.4998 AMJC_html_6064451271 AMJC_html_6064451271:714:74455:74468 Santa Barbara California +0.510272 aapg_ac_835.html aapg_ac_835.html:118:15478:15494 Bighorn Dolomite Garland, Texas +0.24941 cspg_html_7281679890 cspg_html_7281679890:286:47586:47603 Blackstone Old Crow, Yukon +0.249744 aapg_ae_904.html aapg_ae_904.html:231:24729:24737 Richmond Black River, Jamaica +0.254296 cspg_html_7988775280 cspg_html_7988775280:247:43289:43306 Clearwater Clearwater, Florida +0.253356 aapg_af_231.html aapg_af_231.html:5:642:648 Jordan Garfield County, Colorado +0.24144 gsa_html_4543270561 gsa_html_4543270561:1133:96919:96923 Bond North Atlantic Current +0.724648 aapg_ac_720.html aapg_ac_720.html:15:1995:2013 Navesink New Egypt, New Jersey +0.254664 gsa_html_6753732431 gsa_html_6753732431:107:10275:10290 Vaqueros Santa Monica, California +0.455444 aapg_ac_719.html aapg_ac_719.html:219:26422:26443 Farisita Colorado +0.24336 gsa_html_4719798013 gsa_html_4719798013:12:492:498 Denver Colorado +0.457068 cspg_html_4727171280 cspg_html_4727171280:112:13746:13764 Edmonton Lacombe, Alberta +0.46501 aapg_ad_440.html aapg_ad_440.html:77:8882:8895 Taggard Virginia +0.249975 aapg_ac_529.html aapg_ac_529.html:19:2149:2155 Denver Colorado +0.249 cspg_html_7467378242 cspg_html_7467378242:24:3761:3772 Peace River CFB Cold Lake +0.242048 cspg_html_1025724640 cspg_html_1025724640:543:67946:67962 Nepean Ottawa, Kansas +0.463425 gsa_html_8764674682 gsa_html_8764674682:959:71598:71607 Extension Tyrrhenian Sea +0.265081 aapg_ae_917.html aapg_ae_917.html:244:26756:26781 Battle Colorado +0.84266 cspg_html_4326384800 cspg_html_4326384800:1021:150088:150098 Swan Hills Swan Hill, Victoria +0.263907 aapg_aa_232.html aapg_aa_232.html:125:12645:12655 Purgatoire Colorado +0.257446 cspg_html_8979693271 cspg_html_8979693271:31:4347:4372 Porcupine Pincher Creek, Alberta +0.464112 aapg_ai_581.html aapg_ai_581.html:42:4161:4167 Dakota Fort Pierre Chouteau +0.47328 gsa_html_1193494932 gsa_html_1193494932:453:48712:48717 Rapid Anchorage, Alaska +0.271859 aapg_ah_93.html aapg_ah_93.html:155:20490:20502 Beaver Creek Maywood, California +0.496513 gsa_html_1355236849 gsa_html_1355236849:130:14403:14410 Concord Greenville, South Carolina +0.25755 palaios_html_8699778504 palaios_html_8699778504:320:30998:31006 Colorado Florissant, Colorado +0.493812 sedimentology_html_6688819115 sedimentology_html_6688819115:1043:97674:97690 Cutler Logan, Utah +0.487725 cspg_html_5141367518 cspg_html_5141367518:8:889:896 Cardium Bearpaw Formation +0.472175 gsa_html_5980600505 gsa_html_5980600505:466:50519:50528 San Diego California +0.258552 cspg_html_4293350162 cspg_html_4293350162:762:79936:79946 Mount Head Canada +0.2652 palaios_html_6353470714 palaios_html_6353470714:1125:98819:98829 Washington Grand Canyon +0.478406 aapg_ad_721.html aapg_ad_721.html:643:63681:63699 Carlsbad Pecos River +0.269724 geology_html_3056528983 geology_html_3056528983:341:28068:28076 Columbia Earth +0.284427 aapg_aa_563.html aapg_aa_563.html:348:44869:44877 Niobrara Mexico +0.46593 gsa_html_6850863689 gsa_html_6850863689:22:1440:1448 Colorado Denver +0.264901 cspg_html_3618628685 cspg_html_3618628685:87:11546:11567 Belly River Bow River +0.252753 aapg_ac_65.html aapg_ac_65.html:851:69770:69779 Leadville Colorado +0.245727 gsa_html_7102550258 gsa_html_7102550258:962:104320:104336 Carmel Colorado Plateau +0.51146 aapg_ad_696.html aapg_ad_696.html:91:8839:8846 Carrizo Athens, Georgia +0.274287 aapg_ah_652.html aapg_ah_652.html:27:4195:4211 Dakota New Mexico +0.481707 gsa_html_7786997771 gsa_html_7786997771:29:2796:2824 Green River Colorado +0.250997 sedimentology_html_8006979411 sedimentology_html_8006979411:1908:122699:122713 Colorado Regina, Saskatchewan +0.262384 aapg_ah_534.html aapg_ah_534.html:54:4156:4171 Port Ewen Delaware +0.484939 gsa_html_4591711448 gsa_html_4591711448:1050:99044:99050 Walker Lake Taupo +0.258055 aapg_af_978.html aapg_af_978.html:890:129359:129369 Copenhagen Denmark +0.26159 aapg_ac_63.html aapg_ac_63.html:21:3043:3068 Buckner Haynesville, Louisiana +0.243522 gsa_html_9207276905 gsa_html_9207276905:398:36683:36694 Peace River Fraser River (Colorado) +0.244458 gsa_html_3648258377 gsa_html_3648258377:749:68607:68629 Marshalltown Matawan, New Jersey +0.717444 gsa_html_5516803566 gsa_html_5516803566:862:61644:61656 Fayetteville Arkansas +0.255374 gsa_html_8840132442 gsa_html_8840132442:107:14344:14351 Cadomin Arctic Cordillera +0.484632 cspg_html_5538678223 cspg_html_5538678223:301:38930:38938 Columbia Victoria, British Columbia +0.505195 aapg_aa_682.html aapg_aa_682.html:686:72566:72575 Lecompton Topeka, Kansas +0.506253 aapg_ad_116.html aapg_ad_116.html:183:23572:23581 Oil Creek Arbuckle, California +0.249428 sedimentology_html_9813295185 sedimentology_html_9813295185:742:61997:62013 Merced California +0.49536 aapg_af_431.html aapg_af_431.html:43:4280:4285 Logan Arkansas +0.487563 aapg_ae_127.html aapg_ae_127.html:49:4685:4693 Virginia Maryland +0.524097 aapg_ah_329.html aapg_ah_329.html:80:8467:8474 Sisquoc Monterey, California +0.487622 cspg_html_9185158332 cspg_html_9185158332:579:66861:66869 Dunvegan Canada +0.247464 gsa_html_8707521176 gsa_html_8707521176:840:74584:74592 Temporal Ottawa, Kansas +0.498005 aapg_ac_807.html aapg_ac_807.html:628:62214:62229 Tampa Melbourne, Florida +0.471843 gsa_html_4930932370 gsa_html_4930932370:1245:130569:130577 Michigan Sudbury, Suffolk +0.277202 gsa_html_7012936645 gsa_html_7012936645:709:54318:54350 Martinsburg Dauphin, Pennsylvania +0.257983 aapg_ae_461.html aapg_ae_461.html:65:9640:9659 Smackover Rodessa, Louisiana +0.483616 aapg_ae_267.html aapg_ae_267.html:119:10402:10411 Uniontown Chestnut Ridge, New York +0.262944 cspg_html_9735723617 cspg_html_9735723617:181:23272:23277 Yukon Anchorage, Alaska +0.268099 aapg_aa_22.html aapg_aa_22.html:956:76733:76752 Red River Manitoba +0.46718 aapg_ae_263.html aapg_ae_263.html:82:7581:7591 Cumberland Pennsylvania +0.242466 cspg_html_1503116552 cspg_html_1503116552:270:43189:43232 Beaverhill Middle East +0.265856 aapg_ai_278.html aapg_ai_278.html:773:93961:93980 Card Sound Dolomite Andros, Bahamas +0.266662 cspg_html_3914683557 cspg_html_3914683557:575:78919:78936 Haymond Texas +0.25542 aapg_ah_10.html aapg_ah_10.html:42:6241:6249 Monterey Monterey, California +0.276676 cspg_html_3103886269 cspg_html_3103886269:37:4903:4930 Prairie Regina, Saskatchewan +0.253512 geology_html_2144574689 geology_html_2144574689:275:25861:25871 Washington Washington (state) +0.495208 aapg_ae_152.html aapg_ae_152.html:105:8546:8550 Frio Shreveport, Louisiana +0.25636 geology_html_4192038491 geology_html_4192038491:96:6592:6599 St Marys China +0.24541 gsa_html_5401370456 gsa_html_5401370456:779:72755:72764 San Diego California +0.2413 aapg_aa_208.html aapg_aa_208.html:851:75937:75945 Caballos Arkansas +0.263676 gsa_html_6143207195 gsa_html_6143207195:680:67442:67452 Washington Seattle +0.257466 cspg_html_6334734829 cspg_html_6334734829:496:46035:46045 Whitehorse Lacombe, Alberta +0.265234 aapg_ae_353.html aapg_ae_353.html:472:45695:45704 Fullerton Anaheim, California +0.456385 aapg_ah_416.html aapg_ah_416.html:282:22713:22723 Milk River Milk River, Alberta +0.258064 cspg_html_4498577775 cspg_html_4498577775:99:13300:13317 Mohican Purcell Mountains +0.248 AMJC_html_8107504009 AMJC_html_8107504009:723:56971:56980 Peninsula Canada +0.25123 aapg_af_575.html aapg_af_575.html:1182:170313:170327 Colorado Niobrara, Nebraska +0.482732 cspg_html_3328007773 cspg_html_3328007773:1022:103045:103058 Belle Fourche Regina, Saskatchewan +0.263133 aapg_ae_71.html aapg_ae_71.html:129:11511:11528 Hermit Grand Canyon +0.500076 aapg_ai_246.html aapg_ai_246.html:276:32217:32245 Interlake Milk River, Alberta +0.356364 aapg_af_763.html aapg_af_763.html:308:32073:32100 Roberts Mountains California +0.4765 aapg_ae_370.html aapg_ae_370.html:653:65660:65679 Scappoose Washington (state) +0.491454 aapg_ah_785.html aapg_ah_785.html:67:9102:9121 Fish Haven Dolomite Lost River (California) +0.254856 aapg_af_701.html aapg_af_701.html:372:48352:48364 Huntersville Onondaga (tribe) +0.237165 aapg_ae_73.html aapg_ae_73.html:718:97078:97085 Tesuque Alamosa, Colorado +0.464002 aapg_ae_180.html aapg_ae_180.html:42:4984:4999 Tokio Arkansas +0.261576 cspg_html_2650524233 cspg_html_2650524233:12:1933:1945 Saskatchewan Lacombe, Alberta +0.256432 jgeology_html_3028681257 jgeology_html_3028681257:797:53790:53811 Washington Greenland +0.2465 aapg_ah_665.html aapg_ah_665.html:204:23353:23375 Lincoln Peak Logan, Utah +0.48204 aapg_ac_316.html aapg_ac_316.html:207:23867:23883 Whitehorse West Texas +0.497015 aapg_ae_296.html aapg_ae_296.html:39:4580:4590 San Andres Texas +0.46827 aapg_ai_479.html aapg_ai_479.html:61:7745:7760 Coldwater Michigan +0.45632 jgeology_html_9215313444 jgeology_html_9215313444:89:3719:3727 Richland Richland, Washington +0.445949 aapg_ae_904.html aapg_ae_904.html:448:46620:46628 Sundance Cambridge +0.280364 cspg_html_3804945581 cspg_html_3804945581:110:13129:13135 Battle Horseshoe Canyon Formation +0.415898 cspg_html_5220068638 cspg_html_5220068638:89:12301:12321 Blackstone Lacombe, Alberta +0.37995 aapg_ai_296.html aapg_ai_296.html:210:19860:19881 Everton Arkansas +0.39837 gsa_html_5274400800 gsa_html_5274400800:679:54888:54906 Monterey California +0.245478 cspg_html_3447886929 cspg_html_3447886929:930:100651:100672 Lawrence Quebec City +0.259811 aapg_ae_660.html aapg_ae_660.html:638:56035:56054 Smackover Shreveport, Louisiana +0.379512 palaios_html_2399848899 palaios_html_2399848899:589:52677:52692 Eutaw Alabama +0.4655 gsa_html_4220229801 gsa_html_4220229801:722:59345:59358 Owyhee Basalt Malheur County, Oregon +0.51948 aapg_ae_960.html aapg_ae_960.html:393:35232:35239 Madison Cheyenne, Wyoming +0.241065 gsa_html_2605108986 gsa_html_2605108986:487:38796:38801 Yukon Anchorage, Alaska +0.46827 cspg_html_2976104632 cspg_html_2976104632:73:10831:10837 Denver Colorado +0.487272 aapg_ae_147.html aapg_ae_147.html:294:29501:29516 Pico South Mountains (Arizona) +0.483383 gsa_html_6837513060 gsa_html_6837513060:16:616:626 Washington Washington (state) +0.478541 cspg_html_6259492324 cspg_html_6259492324:323:33541:33549 Tatsieta Kut +0.284242 aapg_ac_912.html aapg_ac_912.html:46:5122:5141 Goose Egg Cheyenne, Wyoming +0.5103 aapg_ae_794.html aapg_ae_794.html:661:75314:75330 Coffee Selma to Montgomery marches +0.710619 aapg_ai_51.html aapg_ai_51.html:6:1097:1116 Nanafalia Alabama +0.257048 AMJC_html_1796339261 AMJC_html_1796339261:473:49636:49649 Santa Barbara Mexico +0.251196 cspg_html_5141367518 cspg_html_5141367518:198:30306:30323 Bearpaw Lacombe, Alberta +0.249804 cspg_html_9725676031 cspg_html_9725676031:609:69797:69820 Viking Lacombe, Alberta +0.234112 gsa_html_5215388101 gsa_html_5215388101:14:878:886 Colorado Denver +0.258937 aapg_ah_965.html aapg_ah_965.html:118:15383:15392 Vicksburg Mississippi River +0.354615 cspg_html_5940878099 cspg_html_5940878099:334:41957:41965 Palliser Lacombe, Alberta +0.48114 aapg_af_638.html aapg_af_638.html:207:15475:15479 Kent Ottawa, Kansas +0.465068 aapg_ae_535.html aapg_ae_535.html:29:3846:3854 Sitkinak Kodiak Island +0.413826 cspg_html_7086880709 cspg_html_7086880709:343:45169:45180 Hare Indian Buffalo National River +0.483616 aapg_aa_411.html aapg_aa_411.html:52:6817:6823 Perija Cordillera Oriental (Colombia) +0.26265 sedimentology_html_7121171956 sedimentology_html_7121171956:263:25323:25327 Hall London, Ontario +0.242004 palaios_html_2984628538 palaios_html_2984628538:191:20536:20545 Rochester Rochester, Kent +0.264115 aapg_ad_110.html aapg_ad_110.html:649:69946:69957 Uncompahgre Colorado +0.269357 geology_html_6819948990 geology_html_6819948990:355:22786:22789 Rye Summitville, New York +0.256512 sedimentology_html_1215305624 sedimentology_html_1215305624:1286:68380:68384 Hall London, Ontario +0.267764 cspg_html_2838996125 cspg_html_2838996125:35:5392:5420 Hare Indian Bear Mountain (Connecticut) +0.238626 aapg_ac_391.html aapg_ac_391.html:181:17047:17060 Detroit River West Branch, Iowa +0.267794 cspg_html_4193503340 cspg_html_4193503340:258:32497:32514 Mattson Canada +0.265895 aapg_ae_415.html aapg_ae_415.html:986:124536:124546 Waynesboro Leakesville, Mississippi +0.235008 aapg_ai_409.html aapg_ai_409.html:104:11338:11351 Nacatoch Arkadelphia, Arkansas +0.475048 sedimentology_html_2325898576 sedimentology_html_2325898576:1309:49612:49618 Forest Trappe, Pennsylvania +0.497175 palaios_html_6676788300 palaios_html_6676788300:136:18341:18362 Ludlowville Skaneateles (village), New York +0.25048 aapg_ah_775.html aapg_ah_775.html:649:54942:54950 Colorado Colorado +0.47564 sedimentology_html_1260101679 sedimentology_html_1260101679:715:73671:73675 Hall New York City +0.250368 aapg_af_130.html aapg_af_130.html:212:36116:36153 Madison Logan, Utah +0.247396 gsa_html_2989317971 gsa_html_2989317971:593:62035:62057 Poison Creek Boise River +0.488892 aapg_ah_479.html aapg_ah_479.html:309:31352:31358 Perija Venezuela +0.258681 cspg_html_2796643803 cspg_html_2796643803:318:43312:43330 Deadwood Williston Basin +0.45696 gsa_html_6861599329 gsa_html_6861599329:979:84519:84527 San Jose California +0.256386 aapg_aa_609.html aapg_aa_609.html:462:47531:47547 Joliet Illinois +0.270391 gsa_html_8669968097 gsa_html_8669968097:76:8110:8124 Hawthorn Arcadia, California +0.260091 palaios_html_7860397774 palaios_html_7860397774:926:68592:68609 La Luna Venezuela +0.486095 aapg_ac_943.html aapg_ac_943.html:210:23554:23572 Woodbine Illinois +0.25324 aapg_af_11.html aapg_af_11.html:684:72173:72182 Telluride Leadville, Colorado +0.25872 aapg_ai_278.html aapg_ai_278.html:309:43721:43739 San Cayetano Greater Antilles +0.24926 aapg_aa_407.html aapg_aa_407.html:570:43842:43850 Colorado Denver +0.45784 aapg_af_789.html aapg_af_789.html:66:9536:9544 Virginia Maryland +0.248479 palaios_html_3105248303 palaios_html_3105248303:555:56347:56361 Kope Fulton, Missouri +0.262636 aapg_ac_55.html aapg_ac_55.html:282:33468:33493 Magothy Delaware +0.525192 aapg_ae_886.html aapg_ae_886.html:603:59041:59049 Toroweap McKee, Kentucky +0.266087 sedimentology_html_5784502892 sedimentology_html_5784502892:2008:81020:81059 Prairie Michigan Basin +0.480496 aapg_ad_94.html aapg_ad_94.html:10:848:856 Carlsbad Ontario, California +0.456966 aapg_aa_680.html aapg_aa_680.html:28:2887:2895 Onondaga Syracuse, New York +0.264528 aapg_ae_391.html aapg_ae_391.html:818:83382:83389 Rustler Salado, Texas +0.504644 aapg_aa_852.html aapg_aa_852.html:54:5546:5550 Buda County Sligo +0.253008 sedimentology_html_9410532865 sedimentology_html_9410532865:1839:121087:121106 Rock Springs Cheyenne, Wyoming +0.244 geology_html_8078361781 geology_html_8078361781:12:506:514 Colorado Denver +0.265558 aapg_ae_916.html aapg_ae_916.html:222:26280:26288 Kootenai Colorado +0.477582 aapg_ah_182.html aapg_ah_182.html:244:24441:24452 Martinsburg Pennsylvania +0.369886 aapg_ai_651.html aapg_ai_651.html:137:22528:22545 Entrada Logan, Utah +0.477951 aapg_ae_161.html aapg_ae_161.html:9:1414:1430 Eagle Worland, Wyoming +0.2849 aapg_ad_717.html aapg_ad_717.html:370:39510:39524 Word Texas +0.727902 cspg_html_9987144175 cspg_html_9987144175:423:44923:44941 Beaufort District Council of Franklin Harbour +0.49087 cspg_html_2800526512 cspg_html_2800526512:76:9844:9860 Mount Goodenough Willow River, Minnesota +0.233772 cspg_html_9905904289 cspg_html_9905904289:335:43076:43094 Edmonton Lacombe, Alberta +0.50274 cspg_html_4343998218 cspg_html_4343998218:153:16444:16464 Allen Bay Middle East +0.251392 AMJC_html_7984049819 AMJC_html_7984049819:100:11471:11478 Berwick New Hampshire +0.252126 cspg_html_1293312960 cspg_html_1293312960:582:66253:66257 Hall London, Ontario +0.269878 aapg_ah_978.html aapg_ah_978.html:209:21199:21219 Etchegoin California +0.471276 aapg_aa_702.html aapg_aa_702.html:1419:144162:144170 Colorado Denver +0.44604 aapg_ad_306.html aapg_ad_306.html:321:39589:39593 Omoa San Pedro Sula +0.48616 aapg_af_892.html aapg_af_892.html:660:64425:64432 El Paso Texas +0.455058 gsa_html_7102550258 gsa_html_7102550258:354:40192:40207 Bluff Logan, Utah +0.255892 aapg_aa_147.html aapg_aa_147.html:831:84298:84317 Stony Mountain Middle Ordovician +0.25839 aapg_ad_379.html aapg_ad_379.html:434:36583:36601 Fountain Colorado +0.48756 cspg_html_7866293053 cspg_html_7866293053:805:81331:81339 Bullhead Lacombe, Alberta +0.266742 cspg_html_2973952956 cspg_html_2973952956:340:28924:28938 Toad Canada +0.480768 gsa_html_1904554207 gsa_html_1904554207:334:36644:36655 Stony Creek Stony Creek, New York +0.264132 cspg_html_3804945581 cspg_html_3804945581:110:13141:13149 Whitemud Horseshoe Canyon Formation +0.465014 cspg_html_5971009166 cspg_html_5971009166:63:9555:9582 Yahatinda Lacombe, Alberta +0.481425 aapg_ah_419.html aapg_ah_419.html:3:297:310 Bearpaw Lethbridge +0.462624 aapg_ad_379.html aapg_ad_379.html:576:48475:48492 Dolores Colorado +0.278244 aapg_ai_28.html aapg_ai_28.html:284:27542:27548 Lissie Nueces River +0.253005 cspg_html_8042616083 cspg_html_8042616083:208:22236:22259 Traverse Black River, Jamaica +0.25957 sedimentology_html_6786688531 sedimentology_html_6786688531:288:16880:16884 Hall London, Ontario +0.492252 cspg_html_8520409981 cspg_html_8520409981:95:10794:10803 Elm Point Canada +0.483285 aapg_ad_204.html aapg_ad_204.html:266:29020:29025 Mecca Palm Springs, California +0.525084 aapg_ac_730.html aapg_ac_730.html:300:41715:41730 Mesaverde Mancos, Colorado +0.478022 aapg_ad_306.html aapg_ad_306.html:96:12597:12604 Chuacus Guatemala +0.256522 geology_html_1204331608 geology_html_1204331608:147:12883:12908 Naknek Novarupta +0.480168 aapg_ai_491.html aapg_ai_491.html:741:74401:74415 Rico Logan, Utah +0.25857 aapg_aa_761.html aapg_aa_761.html:64:7338:7355 Sadlerochit Prudhoe Bay Oil Field +0.25856 aapg_ac_563.html aapg_ac_563.html:420:59948:59954 Atoyac Pico de Orizaba +0.259065 aapg_ai_996.html aapg_ai_996.html:1248:52963:52969 Midway Bridgeville, California +0.257983 gsa_html_9314974751 gsa_html_9314974751:261:29204:29233 Banff Canada +0.266231 cspg_html_1118978429 cspg_html_1118978429:575:54340:54348 Columbia Victoria, British Columbia +0.513812 aapg_ad_883.html aapg_ad_883.html:90:11030:11051 Black River Ontario, California +0.2535 sedimentology_html_1930832872 sedimentology_html_1930832872:562:35954:35962 Columbia Peru, Indiana +0.473551 cspg_html_1118978429 cspg_html_1118978429:508:50343:50377 Kootenay Victoria, British Columbia +0.254388 geology_html_7097215995 geology_html_7097215995:268:22524:22528 Kamo Earth +0.2475 aapg_ae_794.html aapg_ae_794.html:708:81336:81356 Coon Creek Selma to Montgomery marches +0.27642 aapg_ad_2.html aapg_ad_2.html:1565:215452:215469 Warrior Pennsylvania +0.252504 gsa_html_2717448156 gsa_html_2717448156:1259:121016:121024 Columbia Victoria, British Columbia +0.500123 aapg_ae_805.html aapg_ae_805.html:323:38454:38466 Hermosa Hermosa, Chicago +0.476504 cspg_html_3926542795 cspg_html_3926542795:1565:154882:154917 Keg River Canada +0.74994 cspg_html_4343998218 cspg_html_4343998218:162:18002:18011 Red River Manitoba +0.261632 aapg_ah_116.html aapg_ah_116.html:356:30286:30301 Allegheny Pennsylvania +0.248392 geology_html_4760088414 geology_html_4760088414:235:21108:21141 Robertson Antarctica +0.239554 sedimentology_html_8302881326 sedimentology_html_8302881326:1861:93337:93341 Hall London, Ontario +0.227045 aapg_af_518.html aapg_af_518.html:255:25407:25422 Tireo Vail, Colorado +0.24816 aapg_ad_784.html aapg_ad_784.html:435:46268:46278 Chatsworth Simi Valley, California +0.50715 gsa_html_3860045860 gsa_html_3860045860:409:44258:44278 John Day Manchester, New Hampshire +0.4896 sedimentology_html_6952142412 sedimentology_html_6952142412:1573:104438:104442 Hall London, Ontario +0.262656 aapg_ac_333.html aapg_ac_333.html:1207:144346:144351 Ouray Colorado +0.23923 aapg_ah_847.html aapg_ah_847.html:379:46696:46713 Tinton Closter, New Jersey +0.508491 aapg_ad_683.html aapg_ad_683.html:493:50048:50064 Toroweap Supai, Arizona +0.469829 aapg_ai_388.html aapg_ai_388.html:221:22594:22611 Bridger Colorado +0.465064 aapg_ac_581.html aapg_ac_581.html:8:1257:1276 Guanajibo West Coast of the United States +0.265734 aapg_ai_105.html aapg_ai_105.html:81:11345:11365 Uinta Uinta Mountains +0.25948 cspg_html_9142742810 cspg_html_9142742810:529:57846:57865 Keg River Lacombe, Alberta +0.492604 cspg_html_4666332434 cspg_html_4666332434:151:26243:26260 Belly River Lethbridge +0.25039 gsa_html_8951179545 gsa_html_8951179545:73:7867:7879 Wilcox Texas +0.4953 aapg_ai_699.html aapg_ai_699.html:646:71936:71941 Logan Shark Bay +0.509 AMJC_html_4670647492 AMJC_html_4670647492:880:62742:62760 Monterey California +0.268822 aapg_ah_356.html aapg_ah_356.html:106:14495:14504 Cockfield Krotz Springs Bridge +0.244881 gsa_html_8237815743 gsa_html_8237815743:620:59486:59496 Wind River Cheyenne, Wyoming +0.274527 aapg_aa_95.html aapg_aa_95.html:86:7776:7782 Banner Cheyenne, Wyoming +0.449236 cspg_html_8558580101 cspg_html_8558580101:5:214:254 Mackenzie Lacombe, Alberta +0.258462 geology_html_8881449794 geology_html_8881449794:215:20937:20951 Graneros Colorado +0.25168 aapg_ah_631.html aapg_ah_631.html:232:31250:31258 Michigan Illinois +0.46561 aapg_ah_90.html aapg_ah_90.html:151:22973:22987 Cedar Mountain Cedar Mountains +0.258063 sedimentology_html_2993655624 sedimentology_html_2993655624:143:14259:14265 Oregon Yellowstone National Park +0.252928 aapg_ad_466.html aapg_ad_466.html:1946:184909:184922 Raritan Closter, New Jersey +0.2597 aapg_ah_283.html aapg_ah_283.html:266:27991:27998 Cowlitz Cowlitz River +0.484389 gsa_html_5627360957 gsa_html_5627360957:79:7969:7983 Troy Arizona +0.497466 cspg_html_7028413504 cspg_html_7028413504:55:8576:8582 Exshaw Canada +0.476398 gsa_html_5865982995 gsa_html_5865982995:538:58012:58017 Raton Denver +0.257484 cspg_html_9843429624 cspg_html_9843429624:869:110347:110384 Beaverhill Middle East +0.48516 aapg_ad_376.html aapg_ad_376.html:108:11152:11162 Loyalhanna Kentucky +0.250344 aapg_ac_983.html aapg_ac_983.html:431:67059:67074 Oread Shawnee, Oklahoma +0.479552 geology_html_4211514025 geology_html_4211514025:14:737:775 Shawangunk Closter, New Jersey +0.261612 cspg_html_7467378242 cspg_html_7467378242:37:6725:6733 Columbia Victoria, British Columbia +0.482816 aapg_ad_2.html aapg_ad_2.html:672:96835:96842 Potsdam Adirondack Park +0.261085 cspg_html_2650073471 cspg_html_2650073471:6:493:500 Eastend Milk River, Alberta +0.263133 aapg_ae_627.html aapg_ae_627.html:41:4733:4740 Paradox Uinta Mountains +0.478028 gsa_html_8279040833 gsa_html_8279040833:741:56348:56353 Stump Siena +0.481206 aapg_ae_268.html aapg_ae_268.html:173:17772:17789 Cypress Bloomington, Indiana +0.49278 cspg_html_3385840278 cspg_html_3385840278:97:14647:14655 Columbia Victoria, British Columbia +0.252813 cspg_html_9439353033 cspg_html_9439353033:48:6011:6033 Willow Creek Lacombe, Alberta +0.268224 aapg_ad_2.html aapg_ad_2.html:1096:149955:149964 Lancaster Pennsylvania +0.24768 cspg_html_1462870252 cspg_html_1462870252:996:103744:103752 Edmonton Canada +0.25938 cspg_html_8387792223 cspg_html_8387792223:137:19835:19865 Hume Middle Ordovician +0.488696 aapg_ac_835.html aapg_ac_835.html:1331:184215:184241 Madison Denver +0.252384 aapg_af_922.html aapg_af_922.html:54:7510:7520 Fort Payne Warren County, Ohio +0.264075 aapg_ad_67.html aapg_ad_67.html:355:39503:39515 Wilcox Houston +0.386331 aapg_ai_581.html aapg_ai_581.html:79:7814:7820 Dakota Nebraska +0.2375 aapg_ad_466.html aapg_ad_466.html:1256:134393:134407 Fredericksburg Virginia +0.497276 aapg_af_162.html aapg_af_162.html:256:23985:23991 Annona Austin, Chicago +0.696045 aapg_ae_415.html aapg_ae_415.html:970:122215:122224 Catahoula Shreveport, Louisiana +0.471852 geology_html_1519650213 geology_html_1519650213:227:22587:22621 Seboomook Portland, Maine +0.248937 geology_html_8631349740 geology_html_8631349740:263:22483:22487 Bell London, Ontario +0.268685 aapg_ac_382.html aapg_ac_382.html:290:26845:26863 Morrison New Mexico +0.49062 palaios_html_3232474978 palaios_html_3232474978:465:47079:47094 Liard Williston, Vermont +0.460558 aapg_ae_985.html aapg_ae_985.html:57:5383:5395 Arroyo Guadalupe Mountains National Park +0.2545 aapg_aa_320.html aapg_aa_320.html:366:33427:33447 Fredericksburg Texas +0.274527 aapg_ad_379.html aapg_ad_379.html:711:57326:57333 Entrada Boise, Idaho +0.262546 geology_html_9553937992 geology_html_9553937992:191:20369:20384 Isaac Victoria, British Columbia +0.28514 aapg_ah_105.html aapg_ah_105.html:23:3968:3978 San Andres Nashville Basin +0.924603 cspg_html_9771826320 cspg_html_9771826320:165:27215:27231 Kanguk Bylot Island Migratory Bird Sanctuary +0.253402 gsa_html_3942625742 gsa_html_3942625742:691:56304:56310 Spears Craighead Caverns +0.262566 cspg_html_5541937700 cspg_html_5541937700:732:98322:98326 Bell Logan, Utah +0.24353 sedimentology_html_8272623948 sedimentology_html_8272623948:387:31555:31560 Crete Crete +0.730764 palaios_html_2623118674 palaios_html_2623118674:1056:106072:106102 North Horn Logan, Utah +0.685792 aapg_af_150.html aapg_af_150.html:66:6698:6716 Bossier Terryville, New York +0.238 palaios_html_7928599019 palaios_html_7928599019:255:27040:27058 Quinault Washington (state) +0.47595 aapg_ad_947.html aapg_ad_947.html:896:92106:92110 Bell Cheyenne, Wyoming +0.245967 cspg_html_9185158332 cspg_html_9185158332:528:63986:64006 Mill Creek Canada +0.438081 aapg_ah_621.html aapg_ah_621.html:5:628:645 Hermosa Hermosa, Chicago +0.488735 aapg_aa_626.html aapg_aa_626.html:157:17429:17447 Patapsco Morgantown, Kentucky +0.251923 aapg_ae_35.html aapg_ae_35.html:23:2106:2113 Wasatch Uinta Mountains +0.51338 geology_html_7584198421 geology_html_7584198421:363:24881:24907 Monterey California +0.234188 aapg_ad_466.html aapg_ad_466.html:440:52308:52320 Mount Laurel Monmouth +0.244 aapg_ah_49.html aapg_ah_49.html:201:22122:22129 Castaic San Gabriel Valley +0.25864 cspg_html_6255491344 cspg_html_6255491344:49:7732:7749 Fernie Kootenay River +0.251262 aapg_ae_959.html aapg_ae_959.html:3469:266509:266516 Rustler Salado, Texas +0.500434 geology_html_4457003230 geology_html_4457003230:306:25760:25770 Tuscaloosa Alabama +0.484295 aapg_ah_329.html aapg_ah_329.html:7:666:683 Sisquoc Monterey, California +0.47736 aapg_ah_745.html aapg_ah_745.html:138:12035:12041 Galena Maquoketa, Iowa +0.47988 aapg_ad_717.html aapg_ad_717.html:220:24704:24710 Kaibab Kaibab, Arizona +0.254338 aapg_af_653.html aapg_af_653.html:103:10834:10842 Vaqueros Monterey, California +0.4645 aapg_ae_392.html aapg_ae_392.html:80:6693:6703 Moorefield Batesville, Arkansas +0.484059 gsa_html_7199417381 gsa_html_7199417381:15:641:649 Colorado Denver +0.487436 gsa_html_4930932370 gsa_html_4930932370:887:93318:93335 Onaping Sudbury, Suffolk +0.50061 aapg_ah_747.html aapg_ah_747.html:66:7917:7935 Niobrara Mancos, Colorado +0.31369 aapg_ah_527.html aapg_ah_527.html:316:39761:39783 Lone Mountain Reno, Nevada +0.486324 aapg_aa_415.html aapg_aa_415.html:86:12977:12985 Woodbine Anderson County, South Carolina +0.478856 aapg_ae_143.html aapg_ae_143.html:233:24986:24994 Columbia Victoria, British Columbia +0.484848 aapg_ah_0.html aapg_ah_0.html:105:16286:16294 Colorado Denver +0.27401 sedimentology_html_8748254640 sedimentology_html_8748254640:1128:83830:83846 Venado California +0.26 gsa_html_6212532476 gsa_html_6212532476:555:37139:37146 El Paso Rainbow Basin +0.45315 geology_html_1719128861 geology_html_1719128861:326:24088:24120 Marjum Logan, Utah +0.389664 gsa_html_2369908260 gsa_html_2369908260:1505:143329:143341 Owens Valley Miami +0.25856 cspg_html_9361096527 cspg_html_9361096527:33:7531:7552 Belly River Judith River Formation +0.261021 aapg_ac_213.html aapg_ac_213.html:422:36204:36226 Water Canyon Boise, Idaho +0.257033 aapg_ae_180.html aapg_ae_180.html:37:4188:4201 Nacatoch Corsicana, Texas +0.244881 geology_html_1152441760 geology_html_1152441760:259:24780:24805 Galena Cheyenne, Wyoming +0.252753 aapg_ad_466.html aapg_ad_466.html:209:26509:26517 Navesink Monmouth County, New Jersey +0.380808 cspg_html_3589404052 cspg_html_3589404052:992:107541:107557 Belloy Lacombe, Alberta +0.25048 cspg_html_3008414459 cspg_html_3008414459:241:31769:31791 Mt Lytton Lacombe, Alberta +0.470352 gsa_html_9370941331 gsa_html_9370941331:426:39743:39755 Owens Valley Hunter Mountain (ski area) +0.468272 aapg_ac_333.html aapg_ac_333.html:651:80112:80117 Supai Supai, Arizona +0.490676 aapg_ai_572.html aapg_ai_572.html:99:10912:10915 Ada Arbuckle, California +0.498942 gsa_html_4540913840 gsa_html_4540913840:67:5317:5345 Green River Colorado +0.257943 aapg_af_653.html aapg_af_653.html:103:10888:10895 Temblor Monterey, California +0.458609 aapg_ac_200.html aapg_ac_200.html:510:47264:47271 Wasatch Uinta Mountains +0.481816 palaios_html_3796939457 palaios_html_3796939457:475:42383:42401 Woodbine Texas +0.251995 cspg_html_6306091047 cspg_html_6306091047:32:6568:6577 Williston Canada +0.791098 aapg_ai_28.html aapg_ai_28.html:8:1575:1581 Lissie Beaumont, Texas +0.458731 cspg_html_1498300615 cspg_html_1498300615:103:12922:12941 Waterways Lacombe, Alberta +0.249498 aapg_af_568.html aapg_af_568.html:421:37593:37605 Beaver Creek Cheyenne, Wyoming +0.262685 cspg_html_7134658072 cspg_html_7134658072:103:14659:14680 Belly River Lacombe, Alberta +0.50688 gsa_html_8398449001 gsa_html_8398449001:925:74865:74874 Bear Lake Logan, Utah +0.250901 cspg_html_5241714595 cspg_html_5241714595:73:12397:12406 Keg River Lacombe, Alberta +0.275621 cspg_html_7457399958 cspg_html_7457399958:8:1183:1213 Bay Fiord Melville Island (Canada) +0.2709 aapg_ak_85.html aapg_ak_85.html:425:52181:52200 Smackover Arkansas +0.50592 sedimentology_html_2375557633 sedimentology_html_2375557633:40:3207:3221 Arikaree Nebraska +0.255524 gsa_html_9464738899 gsa_html_9464738899:841:76221:76233 Horton Creek Pine Brook, New Jersey +0.272824 cspg_html_2929384614 cspg_html_2929384614:585:60197:60205 Columbia Victoria, British Columbia +0.260084 gsa_html_9457387752 gsa_html_9457387752:813:70303:70309 Dayton Ohio +0.274495 aapg_ac_315.html aapg_ac_315.html:101:11491:11501 Phosphoria Cheyenne, Wyoming +0.863574 aapg_ah_645.html aapg_ah_645.html:447:53284:53292 Sundance Cheyenne, Wyoming +0.26724 cspg_html_6472484014 cspg_html_6472484014:445:47976:47987 Temiscouata New Brunswick, New Jersey +0.387732 cspg_html_7409170811 cspg_html_7409170811:186:26047:26053 Exshaw Lacombe, Alberta +0.273812 aapg_ai_480.html aapg_ai_480.html:11:1475:1481 Tulare Kern River Preserve +0.821106 geology_html_3911481921 geology_html_3911481921:204:21406:21448 Wood Canyon California +0.483108 aapg_ae_181.html aapg_ae_181.html:259:38416:38435 Blufftown Arcola, Virginia +0.84266 aapg_ai_478.html aapg_ai_478.html:191:21502:21523 Slave Point Great Slave Lake +0.927333 aapg_ah_387.html aapg_ah_387.html:2740:294715:294731 Knoxville Middletown, Connecticut +0.497952 aapg_ad_719.html aapg_ad_719.html:201:23436:23445 Dog Creek Texas +0.5061 aapg_aa_995.html aapg_aa_995.html:406:30998:31010 Medicine Bow Carbon County, Wyoming +0.26877 geology_html_9810499598 geology_html_9810499598:248:19928:19934 Ludlow Gold Coast, Queensland +0.362046 jgeology_html_6016138758 jgeology_html_6016138758:80:4055:4088 Kulthieth Yakutat City and Borough, Alaska +0.260075 gsa_html_6765882493 gsa_html_6765882493:612:92412:92419 Madison Wisconsin +0.483759 jgeology_html_8406118991 jgeology_html_8406118991:83:3966:3976 Whitehorse Canada +0.473456 aapg_ae_805.html aapg_ae_805.html:824:102362:102367 Molas Hermosa, Chicago +0.383548 cspg_html_1962846283 cspg_html_1962846283:19:2611:2629 Kootenay Lacombe, Alberta +0.261612 aapg_ac_222.html aapg_ac_222.html:310:40130:40137 Gateway Colorado +0.2435 aapg_ad_127.html aapg_ad_127.html:130:9673:9689 Dutch Creek Wayne County, Michigan +0.257388 aapg_ae_692.html aapg_ae_692.html:792:71582:71591 Lodgepole Williston, Vermont +0.236132 sedimentology_html_9111518089 sedimentology_html_9111518089:885:89777:89786 Porcupine Svalbard +0.245967 aapg_ad_580.html aapg_ad_580.html:408:49451:49471 Fort Union Powder River (Montana) +0.47058 gsa_html_6666517511 gsa_html_6666517511:68:5950:5978 Green River Colorado +0.258937 palaios_html_4875582819 palaios_html_4875582819:389:43776:43794 Judith River Canada +0.490356 palaios_html_4939666561 palaios_html_4939666561:55:7036:7054 Clays Ferry Netherlands +0.278759 aapg_ac_380.html aapg_ac_380.html:439:51758:51766 Onondaga Onondaga (tribe) +0.35624 aapg_ae_69.html aapg_ae_69.html:416:44020:44027 Wasatch Uinta Mountains +0.487272 aapg_ah_78.html aapg_ah_78.html:3:192:209 Raritan Closter, New Jersey +0.254 aapg_ac_276.html aapg_ac_276.html:58:6497:6513 Dutch Creek Wayne County, Michigan +0.254 cspg_html_9729377176 cspg_html_9729377176:49:6700:6708 Columbia Victoria, British Columbia +0.27387 aapg_af_981.html aapg_af_981.html:597:60064:60085 Almond Cheyenne, Wyoming +0.258552 aapg_ah_645.html aapg_ah_645.html:121:16306:16311 Piper Williston, Vermont +0.494019 sedimentology_html_8152145374 sedimentology_html_8152145374:75:9184:9204 Takiritini North Island (Houtman Abrolhos) +0.50668 aapg_ac_392.html aapg_ac_392.html:65:6315:6321 Warsaw Monteagle, Tennessee +0.49728 cspg_html_2253842195 cspg_html_2253842195:261:34479:34502 Sikanni Western world +0.254508 cspg_html_2882304151 cspg_html_2882304151:187:36854:36861 Pelican Dissected Till Plains +0.476088 aapg_ae_66.html aapg_ae_66.html:346:34177:34185 Frontier Boise, Idaho +0.244398 aapg_ah_542.html aapg_ah_542.html:348:20790:20803 Waverly Kentucky +0.515944 cspg_html_4433937749 cspg_html_4433937749:69:9890:9896 Dakota Cheyenne, Wyoming +0.523746 aapg_ad_367.html aapg_ad_367.html:11:1420:1425 Banff Canada +0.271932 cspg_html_3461479787 cspg_html_3461479787:6:351:368 Charles Regina, Saskatchewan +0.46795 geology_html_9479859164 geology_html_9479859164:356:26091:26106 Bouse Arizona +0.259584 sedimentology_html_7928724930 sedimentology_html_7928724930:1568:106673:106678 Logan Shark Bay +0.2405 cspg_html_6675007047 cspg_html_6675007047:606:63298:63325 Athabasca Lacombe, Alberta +0.25092 aapg_ai_1.html aapg_ai_1.html:177:16533:16551 Madison Leadville, Colorado +0.458882 aapg_ae_995.html aapg_ae_995.html:16:1131:1144 Rockdale Rockdale, Texas +0.262584 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3280:3286 Arroyo Las Ventanas +0.478114 aapg_ah_565.html aapg_ah_565.html:56:7031:7035 Hull Ontario, California +0.502437 aapg_ah_686.html aapg_ah_686.html:3:190:208 Kekiktuk Anchorage, Alaska +0.270918 aapg_ad_52.html aapg_ad_52.html:170:22387:22396 Coldwater Oceana County, Michigan +0.266231 aapg_ad_52.html aapg_ad_52.html:649:70579:70597 Michigan Michigan +0.46128 aapg_af_880.html aapg_af_880.html:568:87212:87234 Belle Plains Wichita, Kansas +0.529407 aapg_ac_187.html aapg_ac_187.html:2026:200037:200056 Marcellus Union Springs, Alabama +0.258 cspg_html_4578604607 cspg_html_4578604607:34:4709:4727 Prairie Regina, Saskatchewan +0.486156 aapg_ai_54.html aapg_ai_54.html:10:1591:1600 Vicksburg New Orleans +0.25137 sedimentology_html_3948129797 sedimentology_html_3948129797:344:23591:23644 Fisher Germany +0.2675 sedimentology_html_9514946495 sedimentology_html_9514946495:27:1727:1736 Sheffield Kearneysville, West Virginia +0.267794 sedimentology_html_2325898576 sedimentology_html_2325898576:1365:52255:52265 Washington Salem, Oregon +0.26677 gsa_html_1056136960 gsa_html_1056136960:62:4858:4886 Green River Colorado +0.484272 aapg_ai_899.html aapg_ai_899.html:105:11236:11260 Battle Cheyenne, Wyoming +0.466995 aapg_ad_564.html aapg_ad_564.html:8181:733529:733538 Goose Egg Cheyenne, Wyoming +0.250832 cspg_html_9222238695 cspg_html_9222238695:111:16875:16883 Columbia Lacombe, Alberta +0.463158 aapg_ah_189.html aapg_ah_189.html:339:35191:35199 Michigan Black River, Jamaica +0.253482 aapg_ae_296.html aapg_ae_296.html:315:30281:30297 Whitehorse New Mexico +0.204387 aapg_ae_884.html aapg_ae_884.html:185:24525:24545 Hell Creek Black Hills +0.2575 aapg_ad_696.html aapg_ad_696.html:111:11381:11401 Cane River Charlotte, North Carolina +0.481104 aapg_ai_932.html aapg_ai_932.html:471:73380:73388 Monterey California +0.675829 sedimentology_html_9260132433 sedimentology_html_9260132433:721:52929:52945 Eureka Quartzite California +0.280872 aapg_ac_458.html aapg_ac_458.html:63:8785:8803 Niobrara Western world +0.247852 gsa_html_4650354985 gsa_html_4650354985:161:13610:13627 Minturn Marblemount, Washington +0.483406 aapg_af_786.html aapg_af_786.html:107:12139:12155 Llajas Coalinga, California +0.253847 palaios_html_5264377288 palaios_html_5264377288:482:40934:40945 Green River Florissant, Colorado +0.501034 cspg_html_4694482219 cspg_html_4694482219:291:25551:25563 Willow Creek Red Deer, Alberta +0.516311 gsa_html_4630856880 gsa_html_4630856880:1585:160824:160852 Green River Colorado +0.377495 cspg_html_5241714595 cspg_html_5241714595:252:39414:39430 Muskwa Lacombe, Alberta +0.450188 aapg_ac_884.html aapg_ac_884.html:27:3050:3054 Keel Clarita, Oklahoma +0.261542 cspg_html_4796942391 cspg_html_4796942391:463:51066:51095 Dunvegan Canada +0.472017 aapg_ad_871.html aapg_ad_871.html:486:43493:43500 Genshaw Newtown Creek +0.875004 gsa_html_5865982995 gsa_html_5865982995:1120:121218:121235 Bridger Milwaukee +0.27144 gsa_html_7099585177 gsa_html_7099585177:1123:93703:93731 Green River Colorado +0.233145 aapg_aa_525.html aapg_aa_525.html:30:3471:3492 Seminole Wewoka, Oklahoma +0.254 aapg_ad_811.html aapg_ad_811.html:412:43042:43053 San Jacinto Guadalupe River (California) +0.474045 aapg_ac_807.html aapg_ac_807.html:326:33271:33279 Patuxent Patapsco River +0.250498 cspg_html_9060847110 cspg_html_9060847110:481:62000:62021 Rocky Brook Humber +0.46752 sedimentology_html_8829282630 sedimentology_html_8829282630:1756:93900:93908 Colorado Pueblo, Colorado +0.481944 cspg_html_3521815736 cspg_html_3521815736:315:44612:44620 Columbia Victoria, British Columbia +0.283004 aapg_ad_940.html aapg_ad_940.html:300:31144:31163 Newcastle Black Hills +0.264075 gsa_html_1024107776 gsa_html_1024107776:504:50194:50213 Claremont Bridgetown, Nova Scotia +0.689829 cspg_html_1915486237 cspg_html_1915486237:200:27566:27572 Fernie Pine River (Michigan) +0.475 gsa_html_6980451554 gsa_html_6980451554:30:2716:2733 Moenave Morocco +0.250428 aapg_aa_879.html aapg_aa_879.html:265:27045:27052 Yucatan North Atlantic Current +0.24947 geology_html_7982417311 geology_html_7982417311:32:3492:3509 Onaping Sudbury, Suffolk +0.467619 aapg_ai_572.html aapg_ai_572.html:165:19069:19076 Vamoosa Seminole, Texas +0.272 aapg_ai_208.html aapg_ai_208.html:230:19697:19713 Peedee North Carolina +0.486093 cspg_html_8556552074 cspg_html_8556552074:93:8117:8125 Lotsberg Lacombe, Alberta +0.252396 palaios_html_4880574501 palaios_html_4880574501:68:8997:9001 Kope Netherlands +0.270144 gsa_html_7153425423 gsa_html_7153425423:978:78687:78715 Green River Colorado +0.25676 aapg_af_684.html aapg_af_684.html:64:7602:7618 Umpqua Roseburg, Oregon +0.23716 aapg_ah_505.html aapg_ah_505.html:1881:149159:149167 Colorado Colorado +0.365512 palaios_html_8605685392 palaios_html_8605685392:90:12429:12440 Coffee Mississippi River +0.260036 palaios_html_3561205174 palaios_html_3561205174:1076:90549:90566 Potsdam Logan, Utah +0.488136 aapg_ah_96.html aapg_ah_96.html:247:28748:28762 Winnipeg Red River of the North +0.483585 aapg_ae_642.html aapg_ae_642.html:90:8767:8773 Pearce Ouachita Parish, Louisiana +0.25654 palaios_html_9127387632 palaios_html_9127387632:571:51475:51490 Frankfort Netherlands +0.486912 gsa_html_8349861296 gsa_html_8349861296:1413:113557:113585 Green River Colorado +0.447204 cspg_html_4659384530 cspg_html_4659384530:119:14475:14485 Swan Hills Swan Hill, Victoria +0.27196 cspg_html_8740534160 cspg_html_8740534160:166:21161:21170 Gog Rocky Mountains +0.250776 cspg_html_5376629375 cspg_html_5376629375:244:27265:27283 Arctomys Red Deer, Alberta +0.43148 gsa_html_9901339383 gsa_html_9901339383:456:41761:41780 Rock Springs Cheyenne, Wyoming +0.84072 aapg_ae_324.html aapg_ae_324.html:906:91027:91034 Wardell Virginia +0.276446 aapg_ad_766.html aapg_ad_766.html:564:56360:56366 Dakota Mesa, Arizona +0.25235 cspg_html_8250500468 cspg_html_8250500468:583:58945:58954 Mackenzie Lacombe, Alberta +0.263526 gsa_html_5202646019 gsa_html_5202646019:692:64112:64129 Beekmantown Ottawa, Kansas +0.375859 AMJC_html_4692260170 AMJC_html_4692260170:133:14378:14383 Fitch Littleton, Colorado +0.245024 aapg_ai_250.html aapg_ai_250.html:158:16798:16806 Colorado Colorado +0.281861 aapg_aa_598.html aapg_aa_598.html:97:10633:10650 Thaynes Cheyenne, Wyoming +0.475566 sedimentology_html_2898428289 sedimentology_html_2898428289:1624:84301:84339 Winnipegosis Regina, Saskatchewan +0.890274 aapg_ad_337.html aapg_ad_337.html:193:21923:21949 Sespe Oxnard, California +0.50634 cspg_html_9343899465 cspg_html_9343899465:471:47027:47040 Weatherall Melville Island (Canada) +0.4725 aapg_ah_143.html aapg_ah_143.html:71:6849:6861 Saskatchewan Manitoba +0.261919 aapg_ad_356.html aapg_ad_356.html:386:36909:36922 Cotton Valley Alabama +0.246865 aapg_aa_287.html aapg_aa_287.html:256:30636:30644 Colorado Colorado +0.4356 aapg_ah_318.html aapg_ah_318.html:2903:238007:238019 Huayacocotla Veracruz, Veracruz +0.244488 aapg_af_502.html aapg_af_502.html:145:17212:17218 Wewoka Arkansas +0.519236 aapg_af_431.html aapg_af_431.html:91:9361:9367 Paluxy Tuscaloosa, Alabama +0.485645 gsa_html_5915330070 gsa_html_5915330070:1181:90386:90414 Green River Iran +0.472192 aapg_ak_87.html aapg_ak_87.html:495:61987:62001 Naco Arizona +0.47672 sedimentology_html_3292898035 sedimentology_html_3292898035:74:6886:6895 Newcastle Beijing +0.251968 aapg_af_788.html aapg_af_788.html:400:32997:33015 Michigan Isabella County, Michigan +0.483917 aapg_af_142.html aapg_af_142.html:261:33434:33443 Smackover Lafayette County, Florida +0.24255 gsa_html_1520002998 gsa_html_1520002998:980:79430:79436 Denver Colorado +0.253655 aapg_ai_44.html aapg_ai_44.html:71:11917:11923 Sierra Lake Maracaibo +0.289254 aapg_ad_812.html aapg_ad_812.html:87:12457:12474 Entrada Kayenta, Arizona +0.461127 aapg_ac_134.html aapg_ac_134.html:400:77916:77939 Brushy Canyon Texas +0.479987 cspg_html_9058948031 cspg_html_9058948031:285:39508:39522 Colorado Southern Alberta +0.257048 gsa_html_1860930948 gsa_html_1860930948:369:44180:44194 Ogallala Colorado +0.25908 cspg_html_9587281669 cspg_html_9587281669:340:45179:45202 Blood Reserve Lacombe, Alberta +0.275616 palaios_html_2707987360 palaios_html_2707987360:711:59738:59746 Columbia Victoria, British Columbia +0.484615 aapg_ai_54.html aapg_ai_54.html:40:4591:4607 Ripley Selma to Montgomery marches +0.440944 aapg_aa_44.html aapg_aa_44.html:56:6978:6996 Moenkopi Lisbon +0.2601 cspg_html_4132771434 cspg_html_4132771434:734:85072:85080 Columbia Lacombe, Alberta +0.469938 aapg_ai_835.html aapg_ai_835.html:19:2325:2339 Ingleside Texas +0.262108 aapg_ai_296.html aapg_ai_296.html:375:36692:36699 Plattin Black River, Jamaica +0.24941 sedimentology_html_6337108022 sedimentology_html_6337108022:195:12995:13005 Washington Salem, Oregon +0.513856 aapg_ac_92.html aapg_ac_92.html:4:714:733 Wapanucka Atoka, Oklahoma +0.471653 cspg_html_8532932475 cspg_html_8532932475:303:31132:31158 Halfway Lacombe, Alberta +0.47571 gsa_html_2229912315 gsa_html_2229912315:11:457:467 Washington Washington (state) +0.469908 aapg_ai_794.html aapg_ai_794.html:42:5258:5265 Calvert Ohio +0.265056 cspg_html_1665574291 cspg_html_1665574291:15:2689:2707 Paskapoo Edmonton, London +0.257868 cspg_html_7310162886 cspg_html_7310162886:492:70432:70439 Shublik Anchorage, Alaska +0.495126 aapg_ai_533.html aapg_ai_533.html:287:28617:28628 Viking Colorado +0.252928 aapg_af_517.html aapg_af_517.html:646:89522:89535 Temblor California +0.252416 jgeology_html_1808184351 jgeology_html_1808184351:182:10380:10386 Oregon Washington (state) +0.495992 sedimentology_html_7939821723 sedimentology_html_7939821723:970:66306:66327 Golden Grove Barbados +0.487494 aapg_ae_419.html aapg_ae_419.html:214:26669:26676 Metapan Guatemala +0.4921 aapg_ac_458.html aapg_ac_458.html:57:8110:8139 Mesaverde Ardmore, Pennsylvania +0.485366 cspg_html_3479659543 cspg_html_3479659543:309:33140:33157 Windsor Mahone Bay +0.255025 aapg_ai_29.html aapg_ai_29.html:75:8365:8372 Reynosa Duval County, Texas +0.506574 aapg_ah_521.html aapg_ah_521.html:3:301:318 Carrizo Texas +0.261021 aapg_ae_705.html aapg_ae_705.html:407:38239:38247 Vaqueros Monterey, California +0.253575 cspg_html_9435196958 cspg_html_9435196958:273:12260:12272 Souris River Canada +0.468376 aapg_ah_198.html aapg_ah_198.html:512:64286:64303 Sisquoc Santa Barbara, California +0.47196 geology_html_6257330036 geology_html_6257330036:11:458:464 Oregon Salem, Oregon +0.505575 gsa_html_1465687448 gsa_html_1465687448:603:71397:71414 Lay Dam Alabama +0.254 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3155:3172 Navajo Carmel, Indiana +0.2525 gsa_html_1662492421 gsa_html_1662492421:770:64701:64711 Washington Seattle +0.240981 cspg_html_9290046117 cspg_html_9290046117:858:97797:97813 Mount Ida Victoria, British Columbia +0.253616 aapg_ai_96.html aapg_ai_96.html:544:46896:46906 Rio Grande Texas +0.24864 aapg_af_808.html aapg_af_808.html:208:27588:27606 Scotland Mexico +0.246993 gsa_html_3655236765 gsa_html_3655236765:869:86381:86386 Rapid California +0.258912 aapg_aa_181.html aapg_aa_181.html:502:49223:49228 Rapid San Lucas, California +0.481874 geology_html_9136956675 geology_html_9136956675:359:24704:24707 Rye Netherlands +0.472317 aapg_af_436.html aapg_af_436.html:196:22140:22160 Greenbrier Buchanan, North Dakota +0.489219 aapg_ae_684.html aapg_ae_684.html:182:22583:22589 Denver Colorado +0.256512 aapg_ai_468.html aapg_ai_468.html:37:5086:5099 Cotton Valley Shreveport, Louisiana +0.479182 gsa_html_6893315801 gsa_html_6893315801:59:4141:4149 Victoria Transantarctic Mountains +0.248392 palaios_html_2994452429 palaios_html_2994452429:1463:129066:129098 Montney Lacombe, Alberta +0.282999 sedimentology_html_9235431825 sedimentology_html_9235431825:29:1699:1709 Washington Seattle +0.278124 cspg_html_8152691171 cspg_html_8152691171:272:41847:41867 Missisauga Canada +0.246433 aapg_af_130.html aapg_af_130.html:514:59465:59481 Exshaw Lacombe, Alberta +0.263376 aapg_ad_883.html aapg_ad_883.html:60:7770:7781 Mount Simon Michigan +0.26214 cspg_html_1503116552 cspg_html_1503116552:788:106643:106663 Swan Hills Swan Hill, Victoria +0.488448 gsa_html_2877093757 gsa_html_2877093757:983:97972:98000 Green River New Mexico +0.49192 aapg_ae_873.html aapg_ae_873.html:116:14543:14560 Rodessa Delta County, Texas +0.492246 sedimentology_html_9378527223 sedimentology_html_9378527223:1824:43758:43767 Greenhorn Carlisle, Pennsylvania +0.279222 aapg_aa_623.html aapg_aa_623.html:44:5330:5348 Victoria Lacombe, Alberta +0.239844 cspg_html_6014123208 cspg_html_6014123208:140:19276:19288 Saskatchewan Lacombe, Alberta +0.2678 aapg_ad_855.html aapg_ad_855.html:221:22135:22153 Woodbine Paluxy, Texas +0.28569 aapg_ac_405.html aapg_ac_405.html:176:18617:18623 Salina Nebraska +0.25872 aapg_ae_297.html aapg_ae_297.html:145:13472:13482 San Andres Western world +0.462105 AMJC_html_9558309107 AMJC_html_9558309107:672:80813:80826 Francis London, Ontario +0.229392 sedimentology_html_6601404154 sedimentology_html_6601404154:193:18870:18877 Madison Gallatin, Tennessee +0.464648 gsa_html_4298040492 gsa_html_4298040492:862:97378:97386 Colorado Anchorage, Alaska +0.485052 cspg_html_4450068317 cspg_html_4450068317:483:57997:58005 Columbia Piel Island +0.367488 aapg_ah_290.html aapg_ah_290.html:291:32733:32751 John Day Salem, Oregon +0.256985 aapg_ah_329.html aapg_ah_329.html:75:7614:7634 Monterey Monterey, California +0.48719 cspg_html_4450068317 cspg_html_4450068317:473:56458:56466 Columbia Victoria, British Columbia +0.488565 palaios_html_3406135825 palaios_html_3406135825:28:2547:2569 Potsdam Plattsburgh (town), New York +0.264698 aapg_ae_995.html aapg_ae_995.html:16:1236:1256 Sabinetown Rockdale, Texas +0.49852 sedimentology_html_8941754323 sedimentology_html_8941754323:1100:44940:44957 Cardium Canada +0.27398 geology_html_8847002020 geology_html_8847002020:14:673:683 Washington Washington (state) +0.263 aapg_ac_198.html aapg_ac_198.html:71:7995:8015 Eagle Woods County, Oklahoma +0.503564 aapg_ae_70.html aapg_ae_70.html:143:16242:16260 Mesaverde Colorado +0.262614 gsa_html_2768342942 gsa_html_2768342942:835:77919:77931 Devon Island Canadian Arctic Archipelago +0.48306 cspg_html_3328007773 cspg_html_3328007773:821:89585:89601 Viking Lacombe, Alberta +0.263676 aapg_ae_28.html aapg_ae_28.html:946:68852:68859 Calvert Ohio +0.520856 aapg_ad_652.html aapg_ad_652.html:407:50659:50665 Oregon Salem, Oregon +0.484568 aapg_ac_191.html aapg_ac_191.html:164:26919:26939 Lane Western world +0.234255 aapg_ai_44.html aapg_ai_44.html:52:8549:8555 Sierra Sierra Nevada (Spain) +0.258048 aapg_aa_159.html aapg_aa_159.html:545:53307:53320 El Paso West Texas +0.23655 aapg_ae_268.html aapg_ae_268.html:164:16580:16586 Girkin Christian County, Kentucky +0.23622 aapg_aa_12.html aapg_aa_12.html:663:64143:64151 Colorado Las Animas County, Colorado +0.277172 aapg_ae_694.html aapg_ae_694.html:178:20023:20031 Woodbine East Texas +0.465959 gsa_html_4220229801 gsa_html_4220229801:737:60138:60158 Deer Butte Salem, Oregon +0.70007 aapg_ae_937.html aapg_ae_937.html:63:5629:5648 Smackover Alabama +0.255867 sedimentology_html_5588427693 sedimentology_html_5588427693:458:29397:29406 Lodgepole Anchorage, Alaska +0.832236 aapg_af_663.html aapg_af_663.html:24:3098:3123 Blackjack Creek Worland, Wyoming +0.253132 geology_html_2391629888 geology_html_2391629888:75:7177:7196 Round Mountain Silt San Joaquin River +0.257544 cspg_html_8250755331 cspg_html_8250755331:656:69395:69415 Milk River Lacombe, Alberta +0.242316 aapg_ai_564.html aapg_ai_564.html:68:7474:7482 Pinnacle Malaspina Glacier +0.472104 cspg_html_2094634763 cspg_html_2094634763:237:29048:29065 Success Regina, Saskatchewan +0.260568 aapg_ah_231.html aapg_ah_231.html:65:5935:5948 Cotton Valley Tuscaloosa, Alabama +0.500487 cspg_html_9729377176 cspg_html_9729377176:29:3593:3601 Columbia Victoria, British Columbia +0.477757 cspg_html_4382149016 cspg_html_4382149016:290:43195:43208 Potsdam Black River, Jamaica +0.259072 geology_html_3420787727 geology_html_3420787727:211:21885:21912 Columbia Boise, Idaho +0.491824 aapg_af_854.html aapg_af_854.html:1166:165265:165286 Waltersburg Palestinian territories +0.681632 cspg_html_4395843019 cspg_html_4395843019:526:68820:68854 Baumann Fiord Ellesmere Island +0.48288 aapg_af_773.html aapg_af_773.html:417:42306:42312 Denver Colorado +0.489082 aapg_ae_518.html aapg_ae_518.html:23:2148:2158 Washington Salem, Oregon +0.487872 sedimentology_html_8752954975 sedimentology_html_8752954975:1333:96174:96178 Hall London, Ontario +0.247988 aapg_ai_835.html aapg_ai_835.html:87:9845:9854 Ingleside Aransas Pass, Texas +0.255524 aapg_ae_876.html aapg_ae_876.html:899:99099:99128 Cedar Mountain Buckhorn, Pennsylvania +0.253872 aapg_af_786.html aapg_af_786.html:160:18635:18651 Llajas Vacaville, California +0.257484 cspg_html_4103411715 cspg_html_4103411715:496:50832:50848 Viking Canada +0.445274 aapg_aa_696.html aapg_aa_696.html:770:80579:80587 Colorado Colorado +0.478235 gsa_html_6982030333 gsa_html_6982030333:1055:100430:100436 Oregon Washington (state) +0.261105 aapg_ah_340.html aapg_ah_340.html:199:23013:23021 Kiamichi Texas +0.254007 cspg_html_3589404052 cspg_html_3589404052:713:78763:78786 Rundle Lacombe, Alberta +0.466336 aapg_aa_954.html aapg_aa_954.html:222:19808:19814 Menard Salem, Massachusetts +0.267285 aapg_ae_465.html aapg_ae_465.html:193:20451:20464 Cotton Valley Lewisville, Texas +0.468618 aapg_aa_95.html aapg_aa_95.html:195:18028:18036 Colorado Denver +0.4825 gsa_html_3447557340 gsa_html_3447557340:130:13005:13017 Rhode Island Stonington, Connecticut +0.258552 aapg_ae_371.html aapg_ae_371.html:223:21579:21587 Kootenay Canada +0.46233 aapg_ac_944.html aapg_ac_944.html:114:12992:12999 Tererro Sangre de Cristo Range +0.257049 cspg_html_2986717500 cspg_html_2986717500:44:6532:6553 Protection French Creek (Allegheny River) +0.271432 aapg_ac_334.html aapg_ac_334.html:311:30871:30892 Green River Wasatch Range +0.49692 AMJC_html_3632105729 AMJC_html_3632105729:793:90555:90578 Martin Salem, Oregon +0.258048 sedimentology_html_9980494445 sedimentology_html_9980494445:1550:93772:93776 Hall London, Ontario +0.266252 geology_html_1087495553 geology_html_1087495553:35:3590:3606 Exshaw Canada +0.24552 aapg_ae_173.html aapg_ae_173.html:455:29711:29727 Laurentian Canada +0.477594 aapg_ah_157.html aapg_ah_157.html:164:22406:22423 Arcadia Illinois +0.483336 aapg_ac_743.html aapg_ac_743.html:51:6652:6666 Lyre Olympic National Park +0.237133 AMJC_html_6430804426 AMJC_html_6430804426:159:13269:13273 Omoa Honduras +0.708945 aapg_ai_696.html aapg_ai_696.html:531:61315:61323 Arcturus Reno, Nevada +0.507064 gsa_html_6062330506 gsa_html_6062330506:666:68748:68789 Sandia New Mexico +0.256452 cspg_html_8152691171 cspg_html_8152691171:37:6158:6168 Missisauga Logan, Utah +0.252464 cspg_html_8568877195 cspg_html_8568877195:59:10154:10162 Foremost Judith River Formation +0.4893 aapg_ae_391.html aapg_ae_391.html:545:50477:50487 Rio Grande New Mexico +0.288045 aapg_ae_959.html aapg_ae_959.html:2033:145384:145407 Cherry Canyon Delaware +0.261975 aapg_af_854.html aapg_af_854.html:968:136534:136555 Paint Creek Bethel, Alaska +0.51884 aapg_ad_880.html aapg_ad_880.html:258:26609:26618 Spearfish Spearfish, South Dakota +0.26574 aapg_ae_576.html aapg_ae_576.html:355:31674:31684 Wulff Land Western world +0.494982 aapg_ad_695.html aapg_ad_695.html:362:23266:23272 Weches Shreveport, Louisiana +0.25578 aapg_ah_774.html aapg_ah_774.html:3:194:211 Bluff Wisconsin +0.256985 aapg_ak_117.html aapg_ak_117.html:634:58837:58860 Turner Valley Lacombe, Alberta +0.24856 aapg_ae_682.html aapg_ae_682.html:813:95686:95692 Denver Colorado +0.481874 aapg_ai_158.html aapg_ai_158.html:443:47465:47483 Ramparts Mackenzie River +0.259077 aapg_ac_920.html aapg_ac_920.html:109:17543:17558 Loray Kaibab, Arizona +0.262973 aapg_ae_916.html aapg_ae_916.html:356:41198:41216 Kootenai Colorado +0.379743 gsa_html_5627360957 gsa_html_5627360957:439:41216:41239 Caddy Canyon Quartzite Logan, Utah +0.492143 aapg_ad_244.html aapg_ad_244.html:69:7252:7264 Little Falls Mohawk River (Oregon) +0.488005 cspg_html_1909350054 cspg_html_1909350054:15:1631:1639 Columbia Lacombe, Alberta +0.47424 geology_html_2759081324 geology_html_2759081324:12:575:583 Virginia Reston, Virginia +0.242484 cspg_html_8128756616 cspg_html_8128756616:88:14480:14500 Clearwater CFB Cold Lake +0.499552 aapg_ac_683.html aapg_ac_683.html:108:8104:8116 Wilcox Murray, Kentucky +0.477078 aapg_ak_96.html aapg_ak_96.html:75:7644:7682 Martinsburg Middle East +0.478541 cspg_html_5660413005 cspg_html_5660413005:139:16563:16576 Graminia Western world +0.47709 cspg_html_7881580279 cspg_html_7881580279:43:7020:7036 Herald Regina, Saskatchewan +0.490974 aapg_ai_468.html aapg_ai_468.html:252:30569:30587 Bossier Bossier City, Louisiana +0.25996 cspg_html_1841843683 cspg_html_1841843683:110:19898:19906 Sundance Cheyenne, Wyoming +0.476 cspg_html_1462870252 cspg_html_1462870252:847:94631:94670 Sulphur Point Lacombe, Alberta +0.253967 sedimentology_html_5557101170 sedimentology_html_5557101170:88:7692:7704 Devon Island Canada +0.260096 aapg_ae_777.html aapg_ae_777.html:610:68852:68872 Rancheria Las Cruces, New Mexico +0.472175 aapg_aa_399.html aapg_aa_399.html:399:32272:32280 Edmonton Edmonton, London +0.2595 aapg_ai_934.html aapg_ai_934.html:39:6172:6176 Kent Iran +0.262654 gsa_html_4837287019 gsa_html_4837287019:209:25055:25082 Crescent Seattle +0.48093 cspg_html_7297340324 cspg_html_7297340324:124:20750:20765 Gates Victoria, British Columbia +0.482976 jgeology_html_4305195651 jgeology_html_4305195651:3785:249582:249617 Mauch Chunk Pennsylvania +0.470442 aapg_ae_419.html aapg_ae_419.html:395:49069:49075 Sierra Matamoros, Tamaulipas +0.257446 aapg_af_890.html aapg_af_890.html:52:5492:5502 San Andres Texas +0.495075 cspg_html_6953218740 cspg_html_6953218740:14:1930:1942 Fernie Victoria, British Columbia +0.262108 sedimentology_html_5992802876 sedimentology_html_5992802876:1499:92549:92556 Monster Netherlands +0.504482 aapg_ae_71.html aapg_ae_71.html:192:17764:17768 Naco Hermosa, Chicago +0.262144 cspg_html_6611173979 cspg_html_6611173979:133:18182:18190 Columbia Victoria, British Columbia +0.477951 aapg_ah_96.html aapg_ah_96.html:281:31807:31825 Whitewood Red River of the North +0.501552 aapg_aa_410.html aapg_aa_410.html:56:8320:8323 Arc Papua New Guinea +0.244524 geology_html_1497797469 geology_html_1497797469:30:2152:2160 Colorado Denver +0.491512 aapg_ah_160.html aapg_ah_160.html:42:6711:6719 Michigan Newberry, South Carolina +0.266156 aapg_ae_959.html aapg_ae_959.html:1505:107724:107734 San Andres Guadalupe Mountains National Park +0.259578 aapg_ac_719.html aapg_ac_719.html:128:13861:13884 Poison Canyon Trinidad and Tobago +0.4992 cspg_html_7839431712 cspg_html_7839431712:23:3170:3187 Belly River Lacombe, Alberta +0.487734 aapg_ac_187.html aapg_ac_187.html:4953:471409:471446 Beaverhill Middle East +0.476623 aapg_ac_719.html aapg_ac_719.html:118:12555:12578 Poison Canyon Mesa, Arizona +0.502765 geology_html_8609712216 geology_html_8609712216:487:28594:28608 Ogallala Texas +0.255009 aapg_af_770.html aapg_af_770.html:667:62499:62505 Denver Colorado +0.23376 gsa_html_6991576096 gsa_html_6991576096:347:34457:34475 Wishart Canada +0.247475 geology_html_7870463473 geology_html_7870463473:20:1225:1231 Denver Colorado +0.25364 aapg_af_854.html aapg_af_854.html:537:72841:72857 Warsaw Missouri River +0.25896 cspg_html_9052264748 cspg_html_9052264748:400:44587:44600 Turner Valley Lacombe, Alberta +0.411648 aapg_ac_841.html aapg_ac_841.html:291:37538:37545 Metapan Honduras +0.26058 aapg_ad_564.html aapg_ad_564.html:7493:637862:637869 Windsor Canada +0.256035 palaios_html_9408587909 palaios_html_9408587909:64:6708:6725 Montney Victoria, British Columbia +0.488565 aapg_ah_327.html aapg_ah_327.html:188:14380:14395 Otter Illinois +0.250228 cspg_html_8568877195 cspg_html_8568877195:185:31097:31108 Belly River Regina, Saskatchewan +0.258416 aapg_aa_146.html aapg_aa_146.html:161:22141:22153 Pierre Carter County, Missouri +0.268842 cspg_html_2165379999 cspg_html_2165379999:427:40940:40957 Wabamun Canada +0.26316 gsa_html_4298040492 gsa_html_4298040492:1036:112455:112483 Green River Colorado +0.471606 aapg_af_971.html aapg_af_971.html:13:557:563 Denver Seattle +0.490546 cspg_html_8316122266 cspg_html_8316122266:6:472:493 Shaftesbury Victoria, British Columbia +0.494 aapg_ac_246.html aapg_ac_246.html:94:10437:10456 Newcastle Black Hills +0.29241 aapg_ah_313.html aapg_ah_313.html:104:8661:8680 Red River Black Hills +0.246402 gsa_html_2743423721 gsa_html_2743423721:876:80646:80652 Oregon Dubuque, Iowa +0.456484 aapg_aa_415.html aapg_aa_415.html:6:794:812 Rio Grande Texas +0.269261 aapg_ad_376.html aapg_ad_376.html:94:8516:8525 New River Virginia +0.459171 gsa_html_3407914201 gsa_html_3407914201:768:87816:87824 Temporal Spain +0.4966 cspg_html_4530154552 cspg_html_4530154552:385:57157:57165 Colorado Denver +0.487104 gsa_html_6899297394 gsa_html_6899297394:30:2675:2703 Green River Colorado +0.459528 aapg_ah_519.html aapg_ah_519.html:37:3929:3946 Wingate Chinle Formation +0.47571 jgeology_html_6175642561 jgeology_html_6175642561:1237:73555:73580 Taylor Antarctica +0.277202 jgeology_html_4599466962 jgeology_html_4599466962:228:16923:16932 Schoharie Onondaga (tribe) +0.499352 aapg_ae_454.html aapg_ae_454.html:173:13962:13981 Cotton Valley Arkansas +0.472647 palaios_html_4782349341 palaios_html_4782349341:489:48828:48845 Minturn Colorado +0.250498 aapg_aa_869.html aapg_aa_869.html:301:45365:45382 Tamabra Veracruz, Veracruz +0.508898 palaios_html_7765531315 palaios_html_7765531315:382:37804:37819 Notch Peak Dolomite California +0.46436 cspg_html_7602315496 cspg_html_7602315496:37:5948:5961 Pakowki Western world +0.263088 palaios_html_5582845937 palaios_html_5582845937:262:26006:26032 Altamaha Chesapeake Bay +0.500325 AMJC_html_3101604482 AMJC_html_3101604482:13:635:641 Reston Virginia +0.268822 aapg_af_308.html aapg_af_308.html:375:43491:43500 Tuscarora Jackson County, Missouri +0.251779 palaios_html_8113714689 palaios_html_8113714689:310:35491:35499 Munising Michigan +0.252993 cspg_html_6611173979 cspg_html_6611173979:380:35742:35750 Columbia Victoria, British Columbia +0.4712 aapg_ae_961.html aapg_ae_961.html:89:7243:7254 Grand Forks Lisbon +0.49685 jgeology_html_8064855537 jgeology_html_8064855537:191:11354:11381 Dakota Logan, Utah +0.25392 aapg_ac_71.html aapg_ac_71.html:553:65615:65622 Sunrise California +0.251923 aapg_ai_29.html aapg_ai_29.html:50:6043:6060 Reynosa Brazos River +0.497373 aapg_af_562.html aapg_af_562.html:207:21437:21457 Tuscaloosa Tuscaloosa, Alabama +0.261602 cspg_html_4409656292 cspg_html_4409656292:590:69170:69190 Colorado Canada +0.445179 aapg_ae_391.html aapg_ae_391.html:557:51205:51212 Rustler Delaware +0.235224 cspg_html_1260733368 cspg_html_1260733368:287:37937:37959 Medicine Hat Lacombe, Alberta +0.246506 aapg_af_541.html aapg_af_541.html:269:31269:31286 Mohawk Middle East +0.253422 aapg_aa_98.html aapg_aa_98.html:17:1910:1922 Saskatchewan Lacombe, Alberta +0.257536 gsa_html_4366904220 gsa_html_4366904220:39:3272:3291 South Rim Texas +0.511884 aapg_ad_81.html aapg_ad_81.html:1142:185831:185860 Swan Hills Lacombe, Alberta +0.237025 cspg_html_9912281240 cspg_html_9912281240:618:71134:71141 Wapiabi Lacombe, Alberta +0.52434 aapg_ac_944.html aapg_ac_944.html:114:12873:12897 Arroyo Sandia Mountain Wilderness +0.254478 gsa_html_9457387752 gsa_html_9457387752:890:74840:74874 Mount Rogers Blue Ridge Mountains +0.259077 aapg_ai_357.html aapg_ai_357.html:224:25739:25751 Carrizo Carrizo Springs, Texas +0.247643 aapg_ad_744.html aapg_ad_744.html:154:16770:16778 Ogallala Ogallala, Nebraska +0.50509 aapg_ae_984.html aapg_ae_984.html:276:23509:23515 Salado Delaware +0.49256 aapg_ah_921.html aapg_ah_921.html:41:7185:7203 Hibernia Ben Nevis +0.254508 cspg_html_6249234253 cspg_html_6249234253:96:11960:11983 Ireton Middle East +0.89373 aapg_aa_422.html aapg_aa_422.html:6:801:809 Monterey Ventura County, California +0.24353 cspg_html_9332855346 cspg_html_9332855346:28:3052:3067 Elk Lacombe, Alberta +0.497034 aapg_ac_316.html aapg_ac_316.html:49:6702:6714 Seven Rivers Rush Springs, Oklahoma +0.273429 aapg_ai_18.html aapg_ai_18.html:24:2161:2174 Woodbine Texas +0.261112 jgeology_html_2563614336 jgeology_html_2563614336:878:60118:60128 San Felipe Lake Elsinore, California +0.501704 aapg_ac_844.html aapg_ac_844.html:452:52807:52812 Queen Canadian Arctic Archipelago +0.257556 cspg_html_2094634763 cspg_html_2094634763:15:1824:1842 Success Regina, Saskatchewan +0.47177 aapg_ae_875.html aapg_ae_875.html:317:37347:37367 Cariblanco San Juan, Argentina +0.266 cspg_html_3860685167 cspg_html_3860685167:852:78912:78932 Mount Head Carnarvon, Western Australia +0.520983 aapg_aa_146.html aapg_aa_146.html:134:17462:17475 Bearpaw Carter County, Missouri +0.445568 aapg_ad_169.html aapg_ad_169.html:90:12256:12284 Greenbrier Kentucky +0.457704 sedimentology_html_9079273526 sedimentology_html_9079273526:21:1509:1527 Willwood Cheyenne, Wyoming +0.88924 cspg_html_9970905394 cspg_html_9970905394:19:2222:2230 Read Bay Little Cornwallis Island +0.455952 aapg_af_854.html aapg_af_854.html:1166:165130:165146 Menard Kentucky +0.26574 aapg_ai_912.html aapg_ai_912.html:95:14911:14930 Smackover Alabama +0.659628 cspg_html_4516258038 cspg_html_4516258038:485:54545:54558 Eleanor River Bathurst Island (Northern Territory) +0.487272 aapg_ai_321.html aapg_ai_321.html:75:9975:9982 Metapan Honduras +0.488928 aapg_ah_881.html aapg_ah_881.html:224:24967:24977 Washington Salem, Oregon +0.88264 aapg_af_11.html aapg_af_11.html:535:54079:54084 Ouray Telluride, Colorado +0.479232 cspg_html_5675079479 cspg_html_5675079479:97:11507:11514 Pelican Clearwater, Florida +0.790216 aapg_ac_148.html aapg_ac_148.html:47:9252:9270 Anacacho Balcones Fault +0.47422 aapg_ad_811.html aapg_ad_811.html:45:4412:4419 Prairie Beaumont, Texas +0.50128 cspg_html_9689514766 cspg_html_9689514766:47:6524:6532 Michigan Ontario, California +0.567392 cspg_html_3529479452 cspg_html_3529479452:483:52867:52886 Lodgepole Williston Basin +0.493885 cspg_html_2749851978 cspg_html_2749851978:270:38679:38696 Cardium Victoria, British Columbia +0.24947 aapg_ad_660.html aapg_ad_660.html:167:24504:24512 Carlsbad Delaware +0.480129 cspg_html_4348111624 cspg_html_4348111624:40:8172:8191 Keg River Lacombe, Alberta +0.494019 aapg_ac_702.html aapg_ac_702.html:306:31720:31735 Oread Topeka, Kansas +0.23478 gsa_html_4719798013 gsa_html_4719798013:410:42880:42905 Blackwater Draw Pecos River +0.827954 aapg_ah_150.html aapg_ah_150.html:339:41055:41071 Osgood Bloomington, Indiana +0.26659 aapg_ae_93.html aapg_ae_93.html:714:71953:71958 Banff Lacombe, Alberta +0.475551 aapg_ai_980.html aapg_ai_980.html:918:80618:80625 Swift Cut Bank, Montana +0.485199 aapg_ae_822.html aapg_ae_822.html:214:18307:18324 Grimsby Onondaga (tribe) +0.254881 sedimentology_html_1568456861 sedimentology_html_1568456861:1120:85739:85759 Toro Chile +0.49237 aapg_ai_873.html aapg_ai_873.html:164:16681:16690 Maquoketa Kentucky +0.269312 aapg_af_854.html aapg_af_854.html:1282:183058:183064 Bethel Hardinsburg, Indiana +0.267145 aapg_ae_789.html aapg_ae_789.html:285:32693:32706 Wabamun Calgary +0.265728 geology_html_8854273948 geology_html_8854273948:192:19650:19654 Bond North Atlantic Current +0.45458 aapg_ae_958.html aapg_ae_958.html:1466:128063:128076 Brushy Canyon Delaware +0.273529 sedimentology_html_7963472691 sedimentology_html_7963472691:456:45128:45138 Pittsburgh Linesville, Pennsylvania +0.37387 cspg_html_4693916254 cspg_html_4693916254:307:38684:38700 Winnipeg Winnipeg +0.495257 AMJC_html_5421639085 AMJC_html_5421639085:16:1182:1190 Columbia Maryland +0.248412 cspg_html_5241714595 cspg_html_5241714595:336:52365:52383 Duvernay Clive, Iowa +0.24514 aapg_ah_414.html aapg_ah_414.html:39:2744:2751 Madison Colorado +0.224181 cspg_html_9717154602 cspg_html_9717154602:991:84681:84699 Niobrara Colorado +0.259056 geology_html_8596179481 geology_html_8596179481:289:22694:22708 Ladd Long Beach, California +0.45815 palaios_html_9451646650 palaios_html_9451646650:145:14552:14567 Conemaugh Mahoning County, Ohio +0.252 geology_html_2239244553 geology_html_2239244553:183:15677:15687 Washington Salem, Oregon +0.235438 aapg_aa_787.html aapg_aa_787.html:428:51355:51367 Green Valley Paradise Valley, Arizona +0.912 aapg_ah_645.html aapg_ah_645.html:34:5570:5578 Morrison Denver +0.256542 geology_html_8979691507 geology_html_8979691507:279:26699:26705 Moscow Atlantic salmon +0.257484 gsa_html_3069013284 gsa_html_3069013284:525:56757:56788 Chinle Arizona +0.495876 aapg_ad_351.html aapg_ad_351.html:689:59784:59806 Reeds Spring Burlington, Ontario +0.482377 aapg_ai_918.html aapg_ai_918.html:11:1782:1785 Bug Western world +0.686619 aapg_ae_324.html aapg_ae_324.html:1105:109979:109997 Moccasin Virginia +0.255016 cspg_html_2650073471 cspg_html_2650073471:6:466:474 Foremost Lacombe, Alberta +0.25704 cspg_html_2650524233 cspg_html_2650524233:7:475:493 Edmonton Lacombe, Alberta +0.295935 aapg_ah_467.html aapg_ah_467.html:185:15558:15564 Fernie Kootenay River +0.255915 AMJC_html_6341723617 AMJC_html_6341723617:1082:90650:90678 Green River Cheyenne, Wyoming +0.230396 aapg_aa_399.html aapg_aa_399.html:304:24420:24432 Grand Rapids Clearwater, Florida +0.474948 aapg_aa_717.html aapg_aa_717.html:3:217:236 Gatesburg Pennsylvania +0.371497 sedimentology_html_7486236177 sedimentology_html_7486236177:37:3694:3715 Snowy Range Cheyenne, Wyoming +0.798624 aapg_ah_678.html aapg_ah_678.html:611:77050:77079 Vicksburg Texas +0.47792 aapg_ae_658.html aapg_ae_658.html:94:12009:12018 Newcastle Colorado +0.47889 aapg_ae_789.html aapg_ae_789.html:455:53685:53705 Big Valley Calgary +0.273493 cspg_html_3328007773 cspg_html_3328007773:1047:105018:105041 Viking Lacombe, Alberta +0.506447 gsa_html_5368872589 gsa_html_5368872589:9:337:353 Sandia New Mexico +0.494334 aapg_ae_626.html aapg_ae_626.html:173:17551:17576 Guelph Lake Erie +0.28296 aapg_ah_289.html aapg_ah_289.html:25:3960:3978 Monterey Monterey, California +0.262656 gsa_html_9889833548 gsa_html_9889833548:855:78989:79011 Pigeon Point California +0.254664 geology_html_5352432023 geology_html_5352432023:249:19969:19976 Calvert China +0.266231 aapg_ae_831.html aapg_ae_831.html:62:7121:7129 Red Cave Texas +0.50255 aapg_aa_463.html aapg_aa_463.html:96:19304:19339 Wilcox Mississippi River +0.486244 aapg_ac_414.html aapg_ac_414.html:84:11570:11576 Antler Western world +0.256027 aapg_ae_67.html aapg_ae_67.html:96:8231:8247 Fremont Dolomite Denver +0.499596 aapg_ad_812.html aapg_ad_812.html:52:6440:6457 Entrada Red Rocks Amphitheatre +0.633936 aapg_ac_536.html aapg_ac_536.html:678:69682:69700 Charles Grand Forks, North Dakota +0.492866 gsa_html_3816882354 gsa_html_3816882354:1050:86847:86857 Washington Victoria, British Columbia +0.263676 palaios_html_4939666561 palaios_html_4939666561:50:6339:6350 Clays Ferry Lexington, Kentucky +0.432264 aapg_aa_702.html aapg_aa_702.html:1943:172836:172844 Colorado Denver +0.455988 aapg_ac_617.html aapg_ac_617.html:76:9111:9129 Oakville Oakville, California +0.493818 gsa_html_5015599008 gsa_html_5015599008:109:11767:11788 Fish Scales Regina, Saskatchewan +0.248601 cspg_html_1841843683 cspg_html_1841843683:97:16962:16980 Entrada Black Hills +0.249996 cspg_html_6472484014 cspg_html_6472484014:52:5683:5718 La Vieille New Brunswick, New Jersey +0.257556 palaios_html_9935872947 palaios_html_9935872947:344:29640:29646 Sierra Bolivia +0.242526 aapg_ac_312.html aapg_ac_312.html:34:2114:2122 Colorado Colorado +0.477664 aapg_ah_974.html aapg_ah_974.html:91:9209:9216 Lagarto Oakville, California +0.264404 aapg_ac_414.html aapg_ac_414.html:212:26360:26376 Kaibab Logan, Utah +0.272123 aapg_ad_599.html aapg_ad_599.html:251:31433:31451 Brallier Chemung, New York +0.468801 aapg_aa_399.html aapg_aa_399.html:542:52509:52520 Belly River Lacombe, Alberta +0.34333 gsa_html_6765882493 gsa_html_6765882493:612:92310:92330 Eau Claire Wisconsin +0.47785 geology_html_9772573337 geology_html_9772573337:220:20140:20150 Santa Cruz California +0.520385 gsa_html_3701935694 gsa_html_3701935694:958:82937:82965 Green River Colorado +0.27984 aapg_ah_121.html aapg_ah_121.html:103:8413:8419 Warsaw Harrodsburg, Indiana +0.2709 cspg_html_5479700260 cspg_html_5479700260:53:4885:4904 Red River Manitoba +0.273004 palaios_html_7465495929 palaios_html_7465495929:82:10568:10585 La Luna South America +0.4862 aapg_ah_430.html aapg_ah_430.html:11:1696:1704 Loveland Colorado +0.498076 aapg_ad_466.html aapg_ad_466.html:1431:151636:151651 Aquia Sassafras River +0.497175 cspg_html_7696663937 cspg_html_7696663937:298:35119:35124 Price Barnes, London +0.443232 cspg_html_3860685167 cspg_html_3860685167:702:69989:69994 Banff Lacombe, Alberta +0.466506 aapg_ae_381.html aapg_ae_381.html:384:31709:31723 Ione California +0.493557 aapg_ad_351.html aapg_ad_351.html:281:27266:27288 Gilmore City Sedalia, Missouri +0.258063 aapg_ai_501.html aapg_ai_501.html:106:9608:9631 Lone Mountain California +0.255474 cspg_html_9272962376 cspg_html_9272962376:655:71118:71126 Bullhead Victoria, British Columbia +0.481683 aapg_ae_873.html aapg_ae_873.html:816:94045:94053 Prichard Delta County, Texas +0.513536 cspg_html_9157093462 cspg_html_9157093462:6:500:508 Columbia Victoria, British Columbia +0.243512 gsa_html_6672856503 gsa_html_6672856503:323:27031:27041 Washington Lake Chelan +0.507636 cspg_html_5435328392 cspg_html_5435328392:34:4987:5006 Belle Fourche Canada +0.412976 aapg_ac_471.html aapg_ac_471.html:18:2000:2022 Winnipegosis Regina, Saskatchewan +0.84606 AMJC_html_1163576052 AMJC_html_1163576052:1185:104261:104281 Scott Peak Bethlehem, Pennsylvania +0.238632 aapg_ad_36.html aapg_ad_36.html:233:24058:24078 Mt Lytton Woods County, Oklahoma +0.4735 aapg_ae_958.html aapg_ae_958.html:824:73470:73485 Hueco Texas +0.267093 gsa_html_2994204451 gsa_html_2994204451:642:67332:67340 Columbia Charleston, South Carolina +0.264195 aapg_ae_474.html aapg_ae_474.html:95:8915:8926 Paint Creek Bethel, Alaska +0.87115 cspg_html_2546442054 cspg_html_2546442054:256:31261:31268 Bearpaw Edmonton, London +0.280358 cspg_html_3529479452 cspg_html_3529479452:35:4349:4368 Lodgepole Manitoba +0.446025 aapg_ac_23.html aapg_ac_23.html:81:7511:7520 Gatesburg Armstrong County, Texas +0.26265 aapg_ac_0.html aapg_ac_0.html:28:4334:4347 Bigfork Chert Ouachita Mountains +0.236664 geology_html_5125639131 geology_html_5125639131:253:19400:19410 Wellington Waihi Beach +0.260148 aapg_aa_106.html aapg_aa_106.html:252:24495:24507 Winnipegosis Guernsey +0.856088 cspg_html_3473883402 cspg_html_3473883402:526:72248:72261 Wabamun Canada +0.50373 aapg_ai_470.html aapg_ai_470.html:204:24474:24487 Cardium Canada +0.476933 aapg_ad_364.html aapg_ad_364.html:123:12603:12617 Whitemud Lacombe, Alberta +0.270351 aapg_ad_564.html aapg_ad_564.html:5621:461619:461638 Grosmont Calgary +0.501992 aapg_ah_476.html aapg_ah_476.html:40:4996:5019 Fayetteville Arkansas +0.266156 geology_html_9477148800 geology_html_9477148800:49:5387:5395 John Day Salem, Oregon +0.494844 AMJC_html_3664856625 AMJC_html_3664856625:126:17337:17355 Paskapoo Lacombe, Alberta +0.2783 aapg_ah_371.html aapg_ah_371.html:228:17361:17381 Tuscaloosa Alabama +0.250601 sedimentology_html_7328045802 sedimentology_html_7328045802:70:6838:6862 Perry Rangeley, Maine +0.244258 aapg_ai_189.html aapg_ai_189.html:607:60133:60151 Tensleep Cheyenne, Wyoming +0.2667 aapg_ai_883.html aapg_ai_883.html:53:5747:5756 Smackover Conecuh County, Alabama +0.24864 aapg_ah_134.html aapg_ah_134.html:126:10032:10038 Paluxy Tuscaloosa, Alabama +0.234112 aapg_ah_847.html aapg_ah_847.html:97:11398:11434 Tinton New Egypt, New Jersey +0.42252 aapg_ad_721.html aapg_ad_721.html:581:55212:55217 Queen Carlsbad, New Mexico +0.232315 aapg_ae_757.html aapg_ae_757.html:57:7541:7549 Colorado Niobrara, Nebraska +0.48576 aapg_aa_98.html aapg_aa_98.html:139:11619:11655 Beaverhill Swan Hill, Victoria +0.250937 gsa_html_6263927481 gsa_html_6263927481:555:51346:51351 Salem Salem, Oregon +0.24378 gsa_html_8491258533 gsa_html_8491258533:312:36385:36396 Spider Lake Flagstaff, Arizona +0.227903 geology_html_4971813947 geology_html_4971813947:19:1505:1513 Ogallala Colorado +0.257045 gsa_html_1130947011 gsa_html_1130947011:179:21926:21932 Galena Utica, New York +0.468462 cspg_html_6647936472 cspg_html_6647936472:25:2387:2409 Winnipegosis Regina, Saskatchewan +0.488448 cspg_html_9648675035 cspg_html_9648675035:532:49965:50001 Lepine Canada +0.88825 aapg_ac_629.html aapg_ac_629.html:280:36963:36971 Beaumont Beaumont, Texas +0.466128 cspg_html_2178758494 cspg_html_2178758494:302:38800:38819 Athabasca Lacombe, Alberta +0.252266 aapg_ad_557.html aapg_ad_557.html:9850:521076:521081 Husky Anchorage, Alaska +0.48101 cspg_html_2462765529 cspg_html_2462765529:33:5069:5081 Charlie Lake Calgary +0.247779 aapg_ai_366.html aapg_ai_366.html:153:19959:19977 Beaumont Beaumont, Texas +0.373934 AMJC_html_9500753417 AMJC_html_9500753417:34:4256:4267 Tibbit Hill Quebec City +0.49344 aapg_ad_466.html aapg_ad_466.html:579:66530:66541 Englishtown Merchantville, New Jersey +0.494648 aapg_af_575.html aapg_af_575.html:837:118558:118576 Seminole Seminole, Texas +0.478332 cspg_html_9867937846 cspg_html_9867937846:5:204:221 Cardium Lacombe, Alberta +0.230256 geology_html_1762704695 geology_html_1762704695:12:698:704 Denver Colorado +0.464695 cspg_html_7938374662 cspg_html_7938374662:281:28893:28920 Basal Lacombe, Alberta +0.504468 aapg_ae_473.html aapg_ae_473.html:144:12378:12398 Tuscaloosa Tuscaloosa, Alabama +0.24892 aapg_af_598.html aapg_af_598.html:144:11448:11460 Collinsville Nowata, Oklahoma +0.255518 AMJC_html_6430804426 AMJC_html_6430804426:617:51985:51994 Cacaguapa Honduras +0.479364 aapg_af_887.html aapg_af_887.html:170:17278:17286 Carlsbad Carlsbad, New Mexico +0.495726 aapg_af_248.html aapg_af_248.html:5:1506:1520 Midway Texas +0.492855 aapg_ad_696.html aapg_ad_696.html:93:8920:8927 Carrizo Rusk County, Wisconsin +0.2376 geology_html_7376742736 geology_html_7376742736:120:10384:10402 Mabou Cumberland, Maryland +0.270175 aapg_aa_357.html aapg_aa_357.html:270:24733:24741 Moenkopi Hermosa, Chicago +0.251446 cspg_html_4645836177 cspg_html_4645836177:400:43074:43094 Mohawk Bay of Fundy +0.680343 aapg_ad_55.html aapg_ad_55.html:12:1617:1624 Plattin Missouri River +0.248965 aapg_ac_924.html aapg_ac_924.html:381:40334:40341 Madison Cheyenne, Wyoming +0.229377 aapg_aa_903.html aapg_aa_903.html:35:4675:4704 San Sebastian Puerto Rico +0.877485 aapg_ai_997.html aapg_ai_997.html:528:40061:40071 Capay Putah Creek +0.263168 geology_html_3305988371 geology_html_3305988371:12:645:653 Munising Michigan +0.47188 AMJC_html_6460325105 AMJC_html_6460325105:76:9365:9394 Sierra Bartow County, Georgia +0.254464 aapg_ai_80.html aapg_ai_80.html:231:24261:24270 Dutchtown Buffalo National River +0.49113 gsa_html_9102781796 gsa_html_9102781796:714:64227:64235 Columbia Victoria, British Columbia +0.263626 cspg_html_6839937815 cspg_html_6839937815:271:38223:38231 Dinwoody Fort Douglas (Canada) +0.230351 aapg_ac_508.html aapg_ac_508.html:292:23051:23059 Colorado Littleton, Colorado +0.510136 gsa_html_3429903648 gsa_html_3429903648:738:63499:63504 Price Cambridge +0.256386 gsa_html_2989317971 gsa_html_2989317971:1102:110042:110061 Gunsight Boise, Idaho +0.24402 aapg_ad_11.html aapg_ad_11.html:139:19305:19325 Sentinel Butte Fort Union Trading Post National Historic Site +0.281388 sedimentology_html_1614430521 sedimentology_html_1614430521:1948:100402:100466 Ross Clare County, Michigan +0.259875 aapg_ah_536.html aapg_ah_536.html:228:31116:31123 Rodessa County Sligo +0.503079 gsa_html_7355826812 gsa_html_7355826812:1042:96393:96397 Rome Earth +0.256928 cspg_html_5484260516 cspg_html_5484260516:105:12159:12174 Banff Crowsnest Pass, Alberta +0.464499 aapg_ad_372.html aapg_ad_372.html:24:3586:3597 Black River Black Hills +0.272796 palaios_html_2999610476 palaios_html_2999610476:440:45005:45013 Victoria Victoria, British Columbia +0.376488 aapg_ae_139.html aapg_ae_139.html:360:37194:37203 Minnelusa Cheyenne, Wyoming +0.249498 cspg_html_8556552074 cspg_html_8556552074:81:7081:7105 Ernestina Lake Lacombe, Alberta +0.479622 aapg_aa_582.html aapg_aa_582.html:477:39271:39277 Sonora Mexico +0.48355 jgeology_html_9786588254 jgeology_html_9786588254:1535:70027:70033 Oxford Pergamon Museum +0.253952 aapg_ad_105.html aapg_ad_105.html:591:54210:54215 Choco Richmond, California +0.509076 aapg_ac_477.html aapg_ac_477.html:607:71029:71046 Cardium Canada +0.242446 cspg_html_9476379853 cspg_html_9476379853:135:17053:17078 Nikanassin Elmworth, Alberta +0.2541 palaios_html_2276475028 palaios_html_2276475028:65:8014:8032 Morrison Logan, Utah +0.495126 aapg_ad_466.html aapg_ad_466.html:1438:152567:152577 Vincentown Vincentown, New Jersey +0.470352 aapg_ac_730.html aapg_ac_730.html:405:57178:57184 Toreva Mancos, Colorado +0.25041 aapg_ad_660.html aapg_ad_660.html:354:46219:46239 San Andres Texas +0.257013 aapg_ae_154.html aapg_ae_154.html:17:2528:2536 Columbia Lacombe, Alberta +0.453193 geology_html_7800169862 geology_html_7800169862:210:20147:20154 Madison Table Mountain +0.267696 cspg_html_2660872537 cspg_html_2660872537:1260:163004:163012 Columbia Victoria, British Columbia +0.24888 aapg_ah_189.html aapg_ah_189.html:350:36318:36336 Black River Bloomington, Indiana +0.241045 aapg_af_575.html aapg_af_575.html:998:144980:145000 Stillwater Herington, Kansas +0.49476 aapg_ae_499.html aapg_ae_499.html:461:50074:50097 Dakota Colorado +0.926928 gsa_html_2321464653 gsa_html_2321464653:569:60485:60496 Paso Robles New Cuyama, California +0.501723 cspg_html_7942491933 cspg_html_7942491933:22:2288:2299 Peace River Western world +0.269808 aapg_ak_87.html aapg_ak_87.html:86:14072:14091 Horquilla New Mexico +0.26368 geology_html_3473540316 geology_html_3473540316:19:767:780 Santa Barbara California +0.529407 AMJC_html_3632105729 AMJC_html_3632105729:443:64803:64813 Washington Salem, Oregon +0.247494 aapg_ac_967.html aapg_ac_967.html:349:37985:38003 John Day Salem, Oregon +0.902211 aapg_ac_629.html aapg_ac_629.html:280:36991:36999 Beaumont Oberlin, Ohio +0.193536 cspg_html_9729377176 cspg_html_9729377176:147:18391:18399 Pardonet Western Canadian Sedimentary Basin +0.478536 aapg_ai_777.html aapg_ai_777.html:446:44099:44107 Michigan Illinois +0.256027 gsa_html_9888767960 gsa_html_9888767960:586:61287:61293 Moscow Russia +0.482157 aapg_ah_881.html aapg_ah_881.html:75:8022:8045 Chuckanut Shedd Aquarium +0.515307 cspg_html_4193503340 cspg_html_4193503340:261:33046:33064 Imperial Saskatoon +0.265161 aapg_aa_861.html aapg_aa_861.html:72:9321:9330 Allen Bay Little Cornwallis Island +0.471932 aapg_ae_416.html aapg_ae_416.html:114:11761:11766 Tampa Melbourne, Florida +0.483585 aapg_ad_446.html aapg_ad_446.html:473:56173:56185 Ludlow Boswell, Pennsylvania +0.247464 jgeology_html_6203799132 jgeology_html_6203799132:415:26937:26960 Shawangunk Hudson Valley +0.25544 aapg_ac_364.html aapg_ac_364.html:296:30750:30758 Sundance Colorado +0.722672 aapg_ah_677.html aapg_ah_677.html:199:21059:21073 Nonesuch Wisconsin +0.237614 gsa_html_7840671974 gsa_html_7840671974:1017:96308:96328 Bechler Conglomerate Boise, Idaho +0.290265 aapg_ah_505.html aapg_ah_505.html:486:37282:37301 Arikaree Green Mountain +0.493914 cspg_html_2803424832 cspg_html_2803424832:55:7662:7678 Bjorne Melville Island (Canada) +0.505136 aapg_ah_848.html aapg_ah_848.html:466:44526:44531 Price Pocahontas County, Iowa +0.255021 aapg_aa_410.html aapg_aa_410.html:78:11008:11012 Java Burma +0.251988 aapg_ah_198.html aapg_ah_198.html:517:65223:65236 Santa Barbara California +0.262656 cspg_html_3419991847 cspg_html_3419991847:310:36843:36860 Livingstone Lacombe, Alberta +0.259588 aapg_aa_360.html aapg_aa_360.html:436:40715:40727 Indio Luling, Louisiana +0.257045 cspg_html_8121202912 cspg_html_8121202912:299:36749:36764 Skoki Richmond, California +0.2223 gsa_html_2859191796 gsa_html_2859191796:65:6783:6796 Lake Michigan Illinois +0.245214 cspg_html_5295390542 cspg_html_5295390542:89:12384:12406 Charlie Lake Lacombe, Alberta +0.490716 cspg_html_9290046117 cspg_html_9290046117:397:44455:44467 Mount Wilson Mount Wilson Observatory +0.479744 cspg_html_7441795338 cspg_html_7441795338:6:360:380 Kananaskis Lacombe, Alberta +0.257526 aapg_ai_974.html aapg_ai_974.html:639:66235:66245 Washington Salem, Oregon +0.686622 aapg_ad_908.html aapg_ad_908.html:320:36993:37017 Rio Negro Venezuela +0.48042 gsa_html_4873957926 gsa_html_4873957926:1174:121992:122000 Colorado Gunnison County, Colorado +0.495257 aapg_ai_187.html aapg_ai_187.html:76:9249:9259 Wind River Sweetwater, Miami-Dade County, Florida +0.522065 aapg_ah_869.html aapg_ah_869.html:476:50701:50717 Dakota Newcastle, New South Wales +0.241032 cspg_html_2803424832 cspg_html_2803424832:72:10485:10506 Road Canyon West, Texas +0.2555 palaios_html_1078207794 palaios_html_1078207794:13:725:733 Colorado Colorado +0.267734 cspg_html_9717154602 cspg_html_9717154602:979:84013:84030 Bearpaw Lacombe, Alberta +0.26312 aapg_ac_199.html aapg_ac_199.html:41:5568:5576 Virginia Cumberland, Maryland +0.260051 aapg_ah_435.html aapg_ah_435.html:292:34878:34882 Frio Texas +0.259931 aapg_ah_459.html aapg_ah_459.html:69:6042:6056 Ithaca Naples, Florida +0.266772 aapg_af_2.html aapg_af_2.html:264:29506:29511 Ouray Colorado +0.498076 cspg_html_8089302449 cspg_html_8089302449:240:40744:40754 Dawson Bay Saskatoon +0.24929 aapg_ae_873.html aapg_ae_873.html:478:54331:54337 Midway Franklin County, Ohio +0.488992 palaios_html_7765531315 palaios_html_7765531315:513:53483:53488 Nopah California +0.251904 gsa_html_6221700050 gsa_html_6221700050:870:78620:78626 Sierra Spain +0.462 aapg_ac_699.html aapg_ac_699.html:5:734:765 Georgetown Val Verde (fictional country) +0.284987 aapg_ad_264.html aapg_ad_264.html:78:10153:10165 Medicine Hat Milk River, Alberta +0.264192 aapg_aa_565.html aapg_aa_565.html:73:9370:9389 Wapanucka Holdenville, Oklahoma +0.251563 aapg_ae_223.html aapg_ae_223.html:411:49928:49941 Wasatch Wasatch Range +0.484568 cspg_html_5295390542 cspg_html_5295390542:470:50609:50635 Halfway Lacombe, Alberta +0.522244 aapg_aa_645.html aapg_aa_645.html:107:14642:14667 Burro Canyon Colorado +0.251262 cspg_html_9768299963 cspg_html_9768299963:313:32829:32843 Edmonton Lacombe, Alberta +0.488379 aapg_ad_696.html aapg_ad_696.html:66:7238:7245 Carrizo Texas +0.24402 palaios_html_6978265091 palaios_html_6978265091:570:59414:59437 Taylor Antarctica +0.366528 aapg_af_988.html aapg_af_988.html:118:14144:14178 Smackover Black Creek (Toronto) +0.24156 jgeology_html_4347134779 jgeology_html_4347134779:269:13740:13764 Stirling Perth, Western Australia +0.49556 aapg_ai_80.html aapg_ai_80.html:314:32169:32174 Utica Cynthiana, Kentucky +0.458267 aapg_ai_49.html aapg_ai_49.html:305:38270:38280 Twin Creek Cheyenne, Wyoming +0.50596 aapg_ah_318.html aapg_ah_318.html:1908:175288:175304 Olvido Mexico +0.477792 gsa_html_1193494932 gsa_html_1193494932:433:47043:47049 Oregon Washington (state) +0.27352 cspg_html_2408887763 cspg_html_2408887763:33:4961:4969 Columbia Lacombe, Alberta +0.244224 aapg_af_956.html aapg_af_956.html:12:592:598 Reston Virginia +0.253935 aapg_ah_290.html aapg_ah_290.html:300:34213:34240 Columbia Boise, Idaho +0.284622 aapg_ae_345.html aapg_ae_345.html:753:63941:63952 Eutaw Austin, Chicago +0.262636 aapg_ae_694.html aapg_ae_694.html:185:21167:21181 Woodbine East Texas +0.484188 sedimentology_html_6688355569 sedimentology_html_6688355569:958:53643:53648 Otter Cary, Illinois +0.261632 aapg_aa_838.html aapg_aa_838.html:11:1346:1353 Paradox Arizona +0.278256 cspg_html_8438548095 cspg_html_8438548095:340:35091:35099 Paskapoo Edmonton, London +0.267804 aapg_af_562.html aapg_af_562.html:247:24611:24627 Ripley Tuscaloosa, Alabama +0.495945 aapg_af_366.html aapg_af_366.html:24:3214:3228 Lisburne Canada +0.35184 aapg_ae_454.html aapg_ae_454.html:179:14629:14636 Bossier East Texas +0.485586 palaios_html_8767224707 palaios_html_8767224707:321:27827:27838 Viola Middle East +0.250857 geology_html_6064550828 geology_html_6064550828:247:20107:20122 Bouse Colorado +0.249494 aapg_ai_479.html aapg_ai_479.html:290:31401:31420 Detroit River Wisconsin +0.26214 aapg_ae_958.html aapg_ae_958.html:2355:200789:200806 Rustler Salado, Texas +0.285152 aapg_ad_958.html aapg_ad_958.html:500:49488:49510 Gilmore City Burlington, Ontario +0.256035 aapg_af_640.html aapg_af_640.html:116:7913:7925 Midway Shreveport, Louisiana +0.48288 geology_html_7245620789 geology_html_7245620789:221:23073:23082 Extension Gibraltar +0.252993 aapg_ac_617.html aapg_ac_617.html:94:11647:11656 Red Bluff Navasota Independent School District +0.258981 aapg_af_248.html aapg_af_248.html:5:1314:1320 Midway Texas +0.272766 gsa_html_8654362747 gsa_html_8654362747:32:3021:3031 Rio Grande New Mexico +0.47628 cspg_html_9987144175 cspg_html_9987144175:227:30246:30268 Eureka Sound Banks Island +0.275561 aapg_aa_124.html aapg_aa_124.html:250:26380:26401 Cloverly Cheyenne, Wyoming +0.48597 cspg_html_1611261412 cspg_html_1611261412:227:29620:29645 Athabasca Lake Athabasca +0.491824 aapg_ae_419.html aapg_ae_419.html:208:25771:25780 San Pedro Sierra Azul Open Space Preserve +0.502603 aapg_ah_283.html aapg_ah_283.html:455:51582:51599 Cowlitz Washington (state) +0.259 geology_html_2503160398 geology_html_2503160398:305:25650:25664 Colorado Regina, Saskatchewan +0.271962 gsa_html_5865982995 gsa_html_5865982995:694:78080:78089 Owl Creek Uinta Mountains +0.489219 palaios_html_1262064602 palaios_html_1262064602:1019:101009:101025 Chinle Albuquerque, New Mexico +0.252909 aapg_af_97.html aapg_af_97.html:103:12804:12824 Whitewater Richmond, California +0.254881 aapg_aa_598.html aapg_aa_598.html:345:35405:35423 Red Peak Cheyenne, Wyoming +0.256036 palaios_html_7465495929 palaios_html_7465495929:320:23512:23529 La Luna Venezuela +0.265728 aapg_ah_186.html aapg_ah_186.html:217:19472:19479 El Paso Texas +0.502365 cspg_html_1019614994 cspg_html_1019614994:193:30206:30225 Lodgepole Lacombe, Alberta +0.472317 aapg_af_575.html aapg_af_575.html:503:69672:69688 Moorefield Arkansas +0.23661 cspg_html_4298557570 cspg_html_4298557570:9:789:808 Edmonton Lacombe, Alberta +0.45738 AMJC_html_2228158963 AMJC_html_2228158963:739:82276:82282 Camden Boothbay Harbor, Maine +0.480414 sedimentology_html_1568456861 sedimentology_html_1568456861:1019:81445:81465 Toro Chile +0.676728 aapg_aa_302.html aapg_aa_302.html:554:65555:65563 Arcturus Reno, Nevada +0.266207 aapg_ac_332.html aapg_ac_332.html:193:21655:21665 Caseyville Illinois +0.257049 aapg_ad_801.html aapg_ad_801.html:108:12313:12327 Midway Alabama +0.256928 aapg_af_854.html aapg_af_854.html:943:133300:133307 Cypress Bethel, Alaska +0.244976 jgeology_html_3517640817 jgeology_html_3517640817:622:40811:40820 Peninsula Korea +0.49749 aapg_ae_472.html aapg_ae_472.html:20:3475:3497 Anita San Antonio +0.4735 palaios_html_9887300007 palaios_html_9887300007:34:3983:3993 Washington San Juan Islands +0.504525 aapg_aa_288.html aapg_aa_288.html:334:35610:35621 Mowry Cheyenne, Wyoming +0.4896 cspg_html_3104351736 cspg_html_3104351736:618:74122:74138 Oldman Lacombe, Alberta +0.500192 gsa_html_9498829754 gsa_html_9498829754:70:5344:5372 Green River Colorado +0.25602 cspg_html_6839937815 cspg_html_6839937815:61:8567:8582 Loray Kaibab, Arizona +0.278236 cspg_html_4495377323 cspg_html_4495377323:219:26708:26739 Fernie Lacombe, Alberta +0.2592 aapg_ah_763.html aapg_ah_763.html:96:10454:10474 Whitehorse San Angelo, Texas +0.255987 aapg_af_143.html aapg_af_143.html:1268:132990:133003 Panoche California +0.493812 cspg_html_1278535960 cspg_html_1278535960:595:62340:62348 Columbia Victoria, British Columbia +0.247044 cspg_html_5141367518 cspg_html_5141367518:163:24795:24842 Belly River Western world +0.494844 aapg_ae_68.html aapg_ae_68.html:370:45335:45352 Oquirrh South Mountains (Arizona) +0.478101 aapg_aa_77.html aapg_aa_77.html:67:6876:6887 Tar Springs Gibson County, Tennessee +0.268288 gsa_html_1164193011 gsa_html_1164193011:1371:105738:105766 Green River Colorado +0.242556 palaios_html_3022467877 palaios_html_3022467877:58:6864:6885 Pit New Jersey +0.249271 aapg_af_288.html aapg_af_288.html:289:34384:34398 Yeso Oro Grande, California +0.453986 cspg_html_8612721867 cspg_html_8612721867:869:105270:105292 Cooking Lake Lacombe, Alberta +0.25338 geology_html_1070233947 geology_html_1070233947:19:1038:1048 Las Cruces New Mexico +0.835072 aapg_aa_23.html aapg_aa_23.html:375:44264:44293 Red River Manitoba +0.46461 aapg_ad_169.html aapg_ad_169.html:41:5051:5061 Greenbrier Greenbrier (Great Smoky Mountains) +0.483336 palaios_html_3828646867 palaios_html_3828646867:703:71855:71859 Hall London, Ontario +0.244011 aapg_ai_469.html aapg_ai_469.html:167:18148:18169 Beaverhill Lacombe, Alberta +0.494132 aapg_ai_583.html aapg_ai_583.html:459:57854:57869 Swift Cheyenne, Wyoming +0.475059 aapg_af_877.html aapg_af_877.html:120:13988:13995 Cypress Richland, Washington +0.695044 gsa_html_1536819908 gsa_html_1536819908:681:65349:65365 Preble Humboldt County, California +0.48896 gsa_html_9889833548 gsa_html_9889833548:1048:93329:93342 Santa Barbara California +0.233742 gsa_html_2859191796 gsa_html_2859191796:223:21859:21872 Lake Michigan Illinois +0.256985 cspg_html_5705427229 cspg_html_5705427229:15:1482:1501 Hay River Lacombe, Alberta +0.250985 palaios_html_2623118674 palaios_html_2623118674:29:3019:3043 St. Mary River Lacombe, Alberta +0.181485 cspg_html_7201476813 cspg_html_7201476813:177:22138:22157 Red River Manitoba +0.505393 aapg_af_356.html aapg_af_356.html:46:9306:9329 Woodford Arbuckle, California +0.26104 cspg_html_9136481292 cspg_html_9136481292:625:63727:63735 Edmonton Calgary +0.494429 jgeology_html_4368294692 jgeology_html_4368294692:120:5927:5935 Columbia Victoria, British Columbia +0.254518 aapg_ae_430.html aapg_ae_430.html:62:5170:5189 Woodbine East Texas +0.25338 cspg_html_8273598401 cspg_html_8273598401:59:7503:7518 Pense Regina, Saskatchewan +0.447408 geology_html_8986165275 geology_html_8986165275:15:833:843 Santa Cruz Santa Cruz, California +0.259518 cspg_html_5484260516 cspg_html_5484260516:70:8979:8987 Columbia Victoria, British Columbia +0.4959 aapg_ad_870.html aapg_ad_870.html:160:18688:18693 Logan Kokomo, Indiana +0.266752 gsa_html_4280273880 gsa_html_4280273880:641:53383:53390 Andrews Antarctica +0.50297 cspg_html_6402140684 cspg_html_6402140684:244:37733:37741 Columbia Lacombe, Alberta +0.4977 cspg_html_7102673197 cspg_html_7102673197:241:32862:32879 Cardium Lacombe, Alberta +0.25908 cspg_html_4132771434 cspg_html_4132771434:434:57360:57368 Columbia Lacombe, Alberta +0.264147 gsa_html_8495750621 gsa_html_8495750621:507:59972:59980 Bachelor Santa Cruz, California +0.258542 cspg_html_6402140684 cspg_html_6402140684:324:42086:42096 Swan Hills Canada +0.264698 aapg_ad_632.html aapg_ad_632.html:172:23633:23639 Denver Colorado +0.2678 sedimentology_html_4109585061 sedimentology_html_4109585061:791:74157:74163 Jordan Logan, Utah +0.257484 aapg_ad_998.html aapg_ad_998.html:19:1693:1703 Washington Salem, Oregon +0.48552 aapg_ae_98.html aapg_ae_98.html:35:4240:4254 Cedar Mountain Arizona +0.260454 cspg_html_3233680622 cspg_html_3233680622:476:55553:55571 Eureka Sound Banks Island +0.46604 gsa_html_9487992082 gsa_html_9487992082:752:71916:71926 Florissant Washington (state) +0.265684 aapg_aa_654.html aapg_aa_654.html:39:6721:6745 Espiritu Santo Sangre de Cristo Range +0.239478 aapg_ai_156.html aapg_ai_156.html:158:12471:12491 Plattsburg Kansas City, Kansas +0.772628 aapg_ai_720.html aapg_ai_720.html:256:28877:28894 Raritan Long Island (Massachusetts) +0.251968 aapg_ac_333.html aapg_ac_333.html:241:30854:30862 Colorado Hermosa, Chicago +0.49234 aapg_af_212.html aapg_af_212.html:140:13952:13960 Oakville Oakville, California +0.253008 aapg_aa_415.html aapg_aa_415.html:73:11691:11696 Tokio Western world +0.498005 aapg_af_575.html aapg_af_575.html:798:111643:111649 Wewoka Pueblo de Los Angeles +0.253935 aapg_aa_898.html aapg_aa_898.html:111:14325:14344 Flagstaff Uinta Mountains +0.8246 aapg_ae_324.html aapg_ae_324.html:219:22028:22039 Beekmantown Virginia +0.493799 aapg_ac_190.html aapg_ac_190.html:233:39871:39890 Marcellus Skaneateles (village), New York +0.467532 cspg_html_1975682848 cspg_html_1975682848:81:11749:11760 Coal Canyon Pine Valley, Pennsylvania +0.260019 gsa_html_4675429437 gsa_html_4675429437:1011:72292:72301 San Diego Baja California peninsula +0.24837 aapg_ae_185.html aapg_ae_185.html:218:18965:18978 Cotton Valley Cotton Valley, Louisiana +0.46109 cspg_html_5241714595 cspg_html_5241714595:609:90790:90833 Graminia Lacombe, Alberta +0.705745 cspg_html_9113030208 cspg_html_9113030208:441:50106:50140 Baumann Fiord Ellesmere Island +0.256386 aapg_ad_557.html aapg_ad_557.html:8399:390293:390304 Buena Vista Texas +0.256824 geology_html_6149597609 geology_html_6149597609:209:19660:19666 Oregon Boise, Idaho +0.268275 aapg_ac_833.html aapg_ac_833.html:275:25173:25182 Red River Shreveport, Louisiana +0.26884 geology_html_9022484191 geology_html_9022484191:281:21512:21518 Brazil Earth +0.253009 cspg_html_4143222666 cspg_html_4143222666:123:15812:15832 Milk River Deadhorse, Alaska +0.475038 jgeology_html_9781546230 jgeology_html_9781546230:68:3478:3486 Michigan Egham Hythe +0.505946 gsa_html_1696491423 gsa_html_1696491423:471:30768:30796 Green River Colorado +0.458367 aapg_ah_158.html aapg_ah_158.html:125:24072:24082 Georgetown Bear Mountain (Connecticut) +0.494532 aapg_ai_523.html aapg_ai_523.html:3:209:219 Carbondale Logan, Utah +0.272363 sedimentology_html_2127215662 sedimentology_html_2127215662:31:1883:1891 Santiago Spain +0.494235 aapg_ah_371.html aapg_ah_371.html:50:4380:4390 Tuscaloosa Alabama +0.446103 aapg_af_142.html aapg_af_142.html:219:27162:27177 La Casita Mexico +0.469614 gsa_html_5625878232 gsa_html_5625878232:167:24843:24867 Cedar District Sucia Island +0.49543 aapg_aa_621.html aapg_aa_621.html:145:18248:18268 Phosphoria Boise, Idaho +0.245508 aapg_ac_94.html aapg_ac_94.html:252:24877:24895 Chandler Western world +0.517344 aapg_ah_664.html aapg_ah_664.html:45:4430:4438 Imperial Lacombe, Alberta +0.310139 aapg_ah_318.html aapg_ah_318.html:1023:104003:104022 Smackover Durango, Durango +0.24837 aapg_ad_245.html aapg_ad_245.html:111:10922:10930 Colorado Texas +0.252266 aapg_ai_742.html aapg_ai_742.html:205:20600:20604 Hall Floyd County, Virginia +0.26832 geology_html_3251308521 geology_html_3251308521:113:13936:13951 Santa Margarita Oceanside, New York +0.236176 geology_html_8953766677 geology_html_8953766677:36:3610:3624 Wabamun Earth +0.47846 gsa_html_9324067890 gsa_html_9324067890:371:30617:30645 Green River Iran +0.481076 aapg_ac_807.html aapg_ac_807.html:882:86453:86460 Raritan Texas +0.491283 gsa_html_9038830197 gsa_html_9038830197:31:2845:2873 Green River Colorado +0.252993 cspg_html_6736202792 cspg_html_6736202792:36:4180:4199 Athabasca Western Canadian Sedimentary Basin +0.257544 gsa_html_2667366192 gsa_html_2667366192:738:64745:64749 Hall California +0.495208 gsa_html_4071231613 gsa_html_4071231613:1115:111528:111556 Green River Colorado +0.484059 aapg_ad_401.html aapg_ad_401.html:181:14036:14048 Souris River Canada +0.25146 cspg_html_4680804918 cspg_html_4680804918:662:83042:83062 Milk River Lacombe, Alberta +0.682008 aapg_ae_705.html aapg_ae_705.html:561:54953:54977 Santa Barbara Santa Ynez Valley +0.257544 aapg_ai_352.html aapg_ai_352.html:225:16823:16833 Kinderhook Maquoketa, Iowa +0.24846 aapg_ah_53.html aapg_ah_53.html:23:2885:2893 Golconda Illinois +0.244989 aapg_ae_234.html aapg_ae_234.html:51:6246:6254 Altamaha Telfair County, Georgia +0.524295 aapg_ae_5.html aapg_ae_5.html:43:5220:5234 Abo Supai, Arizona +0.248952 sedimentology_html_8402590458 sedimentology_html_8402590458:512:52670:52678 Columbia Victoria, British Columbia +0.280968 aapg_ah_182.html aapg_ah_182.html:126:13052:13063 Beekmantown Fogelsville, Pennsylvania +0.260036 sedimentology_html_7195393000 sedimentology_html_7195393000:126:14257:14284 Belly River Central Alberta +0.481076 aapg_ae_741.html aapg_ae_741.html:238:26490:26504 Otuk Anchorage, Alaska +0.242544 gsa_html_6433065427 gsa_html_6433065427:232:26396:26418 Bullhead Mohave Valley +0.473499 aapg_ai_582.html aapg_ai_582.html:163:14347:14352 Piper Regina, Saskatchewan +0.474549 aapg_ae_454.html aapg_ae_454.html:104:8635:8642 Bossier Arkansas +0.503435 sedimentology_html_2041096405 sedimentology_html_2041096405:802:63846:63872 Lockport Dolomite Ohio +0.463346 cspg_html_2198503252 cspg_html_2198503252:261:13600:13608 Costigan New Mexico +0.282663 aapg_af_443.html aapg_af_443.html:503:38761:38767 Jordan Switzerland +0.252266 cspg_html_8875096455 cspg_html_8875096455:350:41265:41271 Walker Anaheim, California +0.264708 aapg_ad_258.html aapg_ad_258.html:290:32140:32159 Catskill Chemung, New York +0.257 sedimentology_html_9449833164 sedimentology_html_9449833164:986:61601:61616 Salem Bloomington, Indiana +0.265209 cspg_html_5949578130 cspg_html_5949578130:667:88341:88361 Swan Hills Lacombe, Alberta +0.43983 geology_html_1644816140 geology_html_1644816140:9:384:409 Barstow Mojave Desert +0.492412 cspg_html_2854485053 cspg_html_2854485053:234:29497:29510 Turner Valley Calgary +0.2395 gsa_html_1124652135 gsa_html_1124652135:408:37614:37620 Edisto Charleston, South Carolina +0.480681 aapg_ac_126.html aapg_ac_126.html:220:33102:33115 Bossier Haynesville, Louisiana +0.481712 geology_html_5777537211 geology_html_5777537211:308:25580:25586 Oxford Earth +0.269724 aapg_ah_871.html aapg_ah_871.html:696:70621:70626 Chazy Quebec City +0.241964 palaios_html_6658573672 palaios_html_6658573672:820:83191:83200 Rochester Rochester, Kent +0.494592 aapg_ak_87.html aapg_ak_87.html:450:56932:56941 San Pedro Mogollon, New Mexico +0.27795 aapg_ae_694.html aapg_ae_694.html:232:26707:26715 Woodbine East Texas +0.473946 aapg_ae_992.html aapg_ae_992.html:613:54154:54163 Chugwater Cheyenne, Wyoming +0.485572 aapg_ae_909.html aapg_ae_909.html:233:17559:17577 Vaqueros Simi Valley +0.251988 cspg_html_7138604143 cspg_html_7138604143:915:83010:83027 Minturn Colorado +0.470736 aapg_ad_581.html aapg_ad_581.html:146:18891:18926 Waynesboro Martinsburg, Nebraska +0.459355 gsa_html_5096547935 gsa_html_5096547935:625:58694:58704 Montgomery Sangre de Cristo Range +0.483616 cspg_html_5541937700 cspg_html_5541937700:985:114705:114721 Viking Lacombe, Alberta +0.2575 aapg_ah_724.html aapg_ah_724.html:381:45711:45730 Kaskapau Lacombe, Alberta +0.920638 aapg_ad_971.html aapg_ad_971.html:343:30122:30139 Frio Shreveport, Louisiana +0.262524 aapg_ah_841.html aapg_ah_841.html:277:26814:26819 Midas Brandon, Florida +0.259081 aapg_ak_104.html aapg_ak_104.html:52:7980:7999 Lodgepole Logan, Utah +0.50424 aapg_ai_37.html aapg_ai_37.html:71:8650:8690 Carlile Logan County, West Virginia +0.275625 cspg_html_1462870252 cspg_html_1462870252:849:94734:94741 Windsor Ontario, California +0.24153 sedimentology_html_8748254640 sedimentology_html_8748254640:912:72062:72082 Toro Chile +0.485199 sedimentology_html_6051696699 sedimentology_html_6051696699:792:53345:53364 Caledonia New Caledonia +0.263652 geology_html_1098024541 geology_html_1098024541:283:26016:26022 Pueblo Colorado +0.463572 geology_html_3955381777 geology_html_3955381777:113:9818:9830 Tindir Anchorage, Alaska +0.254904 aapg_ae_64.html aapg_ae_64.html:21:3165:3174 Owl Creek Absaroka +0.25956 sedimentology_html_6758585724 sedimentology_html_6758585724:1289:87064:87108 Basal Germany +0.47619 jgeology_html_6186634367 jgeology_html_6186634367:1012:69048:69056 Colorado Arizona +0.465192 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8076:8082 Empire Grinnell, Iowa +0.239598 palaios_html_5559953923 palaios_html_5559953923:688:65867:65875 Colorado Fremont, California +0.244829 aapg_ac_722.html aapg_ac_722.html:86:6755:6775 Trout Lake Mendota, Illinois +0.254769 aapg_af_441.html aapg_af_441.html:236:22125:22134 Extension Algeria +0.496164 aapg_af_775.html aapg_af_775.html:337:22922:22930 Oakville Beaumont, Texas +0.457011 AMJC_html_6336294256 AMJC_html_6336294256:18:1546:1554 Colorado Wisconsin +0.258015 jgeology_html_8573637387 jgeology_html_8573637387:429:27041:27045 Hall London, Ontario +0.244035 palaios_html_8064020973 palaios_html_8064020973:456:56826:56834 Virginia Reston, Virginia +0.45962 aapg_af_470.html aapg_af_470.html:185:20179:20186 Madison Logan, Utah +0.251988 aapg_ai_154.html aapg_ai_154.html:263:30729:30737 Catskill Chemung, New York +0.48807 aapg_aa_761.html aapg_aa_761.html:643:84548:84566 Kuparuk Anchorage, Alaska +0.264438 aapg_ae_886.html aapg_ae_886.html:250:26277:26285 Colorado Arizona +0.497202 aapg_ah_165.html aapg_ah_165.html:402:47276:47295 Ellerslie Lacombe, Alberta +0.48735 aapg_ae_958.html aapg_ae_958.html:1777:154444:154465 Bluff Carlsbad, New Mexico +0.476286 palaios_html_5921824758 palaios_html_5921824758:484:39228:39247 Chuckanut Washington (state) +0.261112 aapg_ah_180.html aapg_ah_180.html:30:3337:3373 Mahantango Schuylkill River Trail +0.502524 cspg_html_8694594891 cspg_html_8694594891:350:36883:36902 Queenston Ontario, California +0.267273 gsa_html_1088102733 gsa_html_1088102733:1059:98832:98840 Colorado Littleton, Colorado +0.261072 aapg_ah_794.html aapg_ah_794.html:60:6501:6511 Washington California +0.259548 aapg_af_21.html aapg_af_21.html:35:3372:3386 Mission Canyon Williston, Vermont +0.497555 cspg_html_7178716951 cspg_html_7178716951:26:3694:3711 Kootenay Lacombe, Alberta +0.46109 gsa_html_9280112280 gsa_html_9280112280:724:68648:68656 Colorado Denver +0.49115 aapg_ai_523.html aapg_ai_523.html:5:985:1000 Weber Carbondale, Pennsylvania +0.48552 sedimentology_html_3455721661 sedimentology_html_3455721661:561:44382:44400 Morrison New Mexico +0.261072 cspg_html_4298557570 cspg_html_4298557570:401:52191:52207 Battle Edmonton, London +0.508028 sedimentology_html_3771694852 sedimentology_html_3771694852:934:67589:67596 Hampton Anchorage, Alaska +0.50008 palaios_html_4480575740 palaios_html_4480575740:539:56273:56292 Fairview Cincinnati +0.473 aapg_ai_491.html aapg_ai_491.html:21:4312:4318 Navajo Emery Theatre +0.253008 aapg_af_579.html aapg_af_579.html:312:33535:33559 Junction Creek Summerville, South Carolina +0.265161 aapg_ac_788.html aapg_ac_788.html:20:2841:2854 Barnett Montgomery (town), New York +0.262 aapg_af_575.html aapg_af_575.html:262:35385:35394 Franconia Iowa +0.657141 aapg_ae_503.html aapg_ae_503.html:5:907:921 Nonesuch Michigan +0.279741 aapg_ah_385.html aapg_ah_385.html:134:16444:16460 Guinda Glenn County, California +0.513936 gsa_html_5138986185 gsa_html_5138986185:841:86670:86698 Green River Colorado +0.48093 aapg_ae_729.html aapg_ae_729.html:425:50030:50054 Frio Rayne, Louisiana +0.247008 aapg_ak_136.html aapg_ak_136.html:638:69967:69973 Casper Cheyenne, Wyoming +0.255712 gsa_html_8152640301 gsa_html_8152640301:424:36126:36142 Naknek Talkeetna Mountains +0.4802 cspg_html_8438548095 cspg_html_8438548095:317:31188:31196 Edmonton Grand Prairie, Texas +0.255987 geology_html_6747470517 geology_html_6747470517:11:617:630 Santa Barbara California +0.489762 gsa_html_3179245953 gsa_html_3179245953:112:9473:9493 Wellington Stillwater, Oklahoma +0.259931 gsa_html_7411853369 gsa_html_7411853369:634:60644:60653 Arc Suwannee County, Florida +0.237584 sedimentology_html_6102370484 sedimentology_html_6102370484:422:29021:29030 Gibraltar Adriatic Sea +0.50505 aapg_aa_231.html aapg_aa_231.html:813:75046:75065 Mesaverde Cheyenne, Wyoming +0.248798 aapg_aa_298.html aapg_aa_298.html:747:96585:96604 Smackover Texas +0.483426 aapg_af_788.html aapg_af_788.html:346:27977:27995 Squaw Bay Saginaw, Michigan +0.278256 aapg_ah_180.html aapg_ah_180.html:71:7954:7964 Mahantango Onondaga (tribe) +0.26367 aapg_af_419.html aapg_af_419.html:170:20488:20501 Santa Barbara Channel Islands of California +0.503568 aapg_ai_359.html aapg_ai_359.html:57:5812:5820 Monterey Monterey, California +0.273205 gsa_html_4220229801 gsa_html_4220229801:55:5396:5423 Columbia Reno, Nevada +0.252813 aapg_ad_338.html aapg_ad_338.html:629:64328:64345 Raritan Closter, New Jersey +0.482646 aapg_ah_876.html aapg_ah_876.html:10:1250:1269 San Marcos East Texas +0.24514 aapg_ai_791.html aapg_ai_791.html:204:32415:32422 El Plan Honduras +0.260604 cspg_html_2083823293 cspg_html_2083823293:560:60112:60120 Columbia Lacombe, Alberta +0.255488 cspg_html_3772380029 cspg_html_3772380029:11:1043:1056 Portage Chute River Severn +0.47752 jgeology_html_4115179562 jgeology_html_4115179562:702:53674:53689 Lynchburg Virginia +0.237144 aapg_aa_305.html aapg_aa_305.html:164:25623:25647 Bluff Piedmont (United States) +0.487784 gsa_html_1217771406 gsa_html_1217771406:272:25039:25052 Santa Barbara Santa Cruz Island +0.257808 aapg_ad_466.html aapg_ad_466.html:445:52762:52779 Matawan Monmouth +0.235161 aapg_ah_645.html aapg_ah_645.html:374:45939:45955 Carmel Logan, Utah +0.476194 aapg_ah_328.html aapg_ah_328.html:310:32168:32188 Fall River Cheyenne, Wyoming +0.256688 aapg_ae_526.html aapg_ae_526.html:91:9218:9224 Paluxy Cotton Valley, Louisiana +0.487272 aapg_aa_24.html aapg_aa_24.html:595:70540:70556 Sans Sault Sault Ste. Marie, Ontario +0.236472 sedimentology_html_4464071344 sedimentology_html_4464071344:567:46493:46499 Navajo Logan, Utah +0.50566 aapg_ai_277.html aapg_ai_277.html:275:29979:29987 Virginia Cape Henry Light +0.490644 aapg_ac_949.html aapg_ac_949.html:23:2410:2427 Hosston Escambia County, Alabama +0.254625 aapg_ah_536.html aapg_ah_536.html:187:25010:25027 Hosston County Sligo +0.492604 gsa_html_2118098695 gsa_html_2118098695:562:53790:53818 Green River Colorado +0.494328 aapg_ac_900.html aapg_ac_900.html:349:32258:32274 Inyan Kara Cheyenne, Wyoming +0.4699 cspg_html_4727222822 cspg_html_4727222822:351:44755:44772 Schei Point Barrow, Alaska +0.280851 aapg_aa_761.html aapg_aa_761.html:607:77298:77315 Ivishak Anchorage, Alaska +0.262656 cspg_html_7970178687 cspg_html_7970178687:134:13407:13426 Newcastle Cheyenne, Wyoming +0.244625 aapg_ah_318.html aapg_ah_318.html:320:43932:43970 Mt Lytton Alabama +0.269868 cspg_html_5973552270 cspg_html_5973552270:52:7055:7078 Watt Mountain Swan Hill, Victoria +0.248412 gsa_html_5865982995 gsa_html_5865982995:1068:116599:116615 Uinta Colorado +0.451659 gsa_html_6117440194 gsa_html_6117440194:1154:105579:105587 Colorado Absaroka +0.240091 aapg_ai_159.html aapg_ai_159.html:209:24264:24290 Alazan Mexico +0.805476 aapg_ae_794.html aapg_ae_794.html:627:69855:69864 New River Blue Ridge Mountains +0.241266 geology_html_5843189220 geology_html_5843189220:236:19198:19207 Extension England +0.264741 AMJC_html_8522115051 AMJC_html_8522115051:1314:133704:133729 Bouse Colorado +0.25344 gsa_html_9158941999 gsa_html_9158941999:27:2516:2522 Sierra Lake Tahoe +0.265698 geology_html_1644975176 geology_html_1644975176:336:28023:28031 Columbia Victoria, British Columbia +0.4685 jgeology_html_9781546230 jgeology_html_9781546230:641:48103:48125 Gorge Salem, Oregon +0.267786 aapg_ad_194.html aapg_ad_194.html:377:45356:45364 Richmond California +0.276595 palaios_html_9133125241 palaios_html_9133125241:581:69096:69115 Fairview Kentucky +0.404505 aapg_ae_113.html aapg_ae_113.html:168:20024:20033 Allen Bay Little Cornwallis Island +0.481944 gsa_html_8517233795 gsa_html_8517233795:634:57976:57993 Sisquoc California +0.484242 geology_html_1828551853 geology_html_1828551853:14:665:713 Moresby New Guinea +0.26129 aapg_ae_817.html aapg_ae_817.html:344:30398:30406 Colorado Denver +0.266231 aapg_ad_43.html aapg_ad_43.html:489:49001:49011 Santa Cruz Caleta Olivia +0.491454 cspg_html_5891044027 cspg_html_5891044027:331:64397:64409 Purcell Lava Purcell Mountains +0.7152 aapg_ae_59.html aapg_ae_59.html:344:33837:33858 Green River Cheyenne, Wyoming +0.50052 aapg_ac_79.html aapg_ac_79.html:374:42068:42075 Clinton Logan, Utah +0.255025 aapg_af_877.html aapg_af_877.html:63:6649:6670 Waltersburg Wabash River +0.499069 aapg_af_639.html aapg_af_639.html:20:1670:1679 Mansfield Shreveport, Louisiana +0.231732 cspg_html_9119878068 cspg_html_9119878068:218:28220:28234 Fort Vermilion Swan Hill, Victoria +0.248502 gsa_html_8088103067 gsa_html_8088103067:694:78094:78104 Santa Cruz California +0.279792 aapg_ac_19.html aapg_ac_19.html:108:8817:8822 Sligo Paluxy, Texas +0.247883 cspg_html_9214997177 cspg_html_9214997177:24:3016:3031 Elk Lacombe, Alberta +0.2615 cspg_html_3060428958 cspg_html_3060428958:28:4547:4564 Bearpaw Lacombe, Alberta +0.237165 aapg_ai_735.html aapg_ai_735.html:222:24562:24578 Yucatan Mexico +0.245338 jgeology_html_8243039049 jgeology_html_8243039049:714:45657:45665 Michigan Salina, Kansas +0.254514 aapg_ac_995.html aapg_ac_995.html:362:30929:30948 Huizachal Mexico +0.260604 gsa_html_5568683977 gsa_html_5568683977:602:53376:53380 Hall Denton, Greater Manchester +0.248805 aapg_ad_0.html aapg_ad_0.html:277:24207:24218 Trempealeau Michigan +0.463504 geology_html_2065893412 geology_html_2065893412:84:11320:11325 Raton Bermuda +0.5217 aapg_ah_329.html aapg_ah_329.html:318:30884:30892 Monterey Monterey, California +0.249744 aapg_ae_419.html aapg_ae_419.html:204:25037:25043 Sierra Coahuila +0.466378 aapg_ad_871.html aapg_ad_871.html:79:8541:8553 Ferron Point Cheboygan County Airport +0.26468 cspg_html_9004532597 cspg_html_9004532597:414:52378:52396 Cardium Bow River +0.488177 cspg_html_3461479787 cspg_html_3461479787:16:1824:1833 Lodgepole Regina, Saskatchewan +0.271405 aapg_ad_70.html aapg_ad_70.html:117:7599:7615 Chinle Chinle Formation +0.49972 aapg_ae_140.html aapg_ae_140.html:95:8620:8626 Navajo Arizona +0.476126 gsa_html_7214330928 gsa_html_7214330928:577:53769:53777 Colorado Denver +0.48672 cspg_html_4555867289 cspg_html_4555867289:91:10729:10744 Liard Western world +0.455468 aapg_aa_458.html aapg_aa_458.html:165:23722:23747 Norfolk Washington (state) +0.48951 aapg_ad_306.html aapg_ad_306.html:398:49172:49176 Omoa Nicaragua +0.23373 aapg_ai_491.html aapg_ai_491.html:573:67834:67842 Colorado Brill +0.488992 gsa_html_3380395839 gsa_html_3380395839:1209:97806:97834 Green River Colorado +0.484059 aapg_ac_574.html aapg_ac_574.html:141:16011:16031 Esmeralda Tonopah, Arizona +0.27664 geology_html_6536193862 geology_html_6536193862:101:8571:8579 Navesink Bass River Township, New Jersey +0.22842 aapg_ac_807.html aapg_ac_807.html:746:74228:74236 Hawthorn Charleston, South Carolina +0.266716 cspg_html_7881580279 cspg_html_7881580279:171:22897:22916 Red River Edmonton, London +0.271932 aapg_ai_747.html aapg_ai_747.html:29:2408:2412 Buda Wilson County, Texas +0.482587 cspg_html_7779401416 cspg_html_7779401416:396:39370:39388 Eramosa Guelph +0.275625 aapg_af_162.html aapg_af_162.html:25:2862:2872 Brownstown Saratoga, California +0.264147 cspg_html_3926542795 cspg_html_3926542795:809:91010:91025 Leduc Swan Hill, Victoria +0.260099 palaios_html_9150736881 palaios_html_9150736881:362:35036:35050 Kope Cincinnati +0.259065 gsa_html_5628658687 gsa_html_5628658687:23:1057:1065 Virginia Washington (state) +0.48925 aapg_ae_66.html aapg_ae_66.html:94:8721:8726 Chazy Black River, Jamaica +0.260096 cspg_html_4409656292 cspg_html_4409656292:829:83950:83968 Kaskapau Lacombe, Alberta +0.240096 gsa_html_8233590118 gsa_html_8233590118:950:84268:84276 Edmonton Lacombe, Alberta +0.26468 cspg_html_2161417858 cspg_html_2161417858:213:27693:27712 Lodgepole Regina, Saskatchewan +0.477204 cspg_html_4845813500 cspg_html_4845813500:264:29233:29249 Rocky Brook New Brunswick, New Jersey +0.492093 aapg_ai_468.html aapg_ai_468.html:29:3752:3771 Cotton Valley Cotton Valley, Louisiana +0.755595 aapg_ak_97.html aapg_ak_97.html:268:23806:23828 Red Mountain Alabama +0.455895 aapg_ae_700.html aapg_ae_700.html:22:3605:3614 Eel River Bodega, California +0.23465 geology_html_3216923540 geology_html_3216923540:214:26953:26961 Colorado Littleton, Colorado +0.253132 aapg_ae_907.html aapg_ae_907.html:225:30810:30816 Tulare Panorama Hills, Calgary +0.498324 gsa_html_3179245953 gsa_html_3179245953:375:36613:36629 Whitehorse Stillwater, Oklahoma +0.486912 sedimentology_html_9186155432 sedimentology_html_9186155432:1237:69494:69500 Random Thailand +0.27234 aapg_aa_312.html aapg_aa_312.html:402:46047:46059 Kelvin Closter, New Jersey +0.24651 cspg_html_2820961138 cspg_html_2820961138:98:14583:14597 Colorado Colorado +0.518819 cspg_html_3068776384 cspg_html_3068776384:499:57315:57332 Cardium Canada +0.926406 gsa_html_8881958017 gsa_html_8881958017:81:9967:9975 Columbia Victoria, British Columbia +0.265144 aapg_ai_388.html aapg_ai_388.html:293:30331:30342 Green River Wasatch Range +0.243936 gsa_html_3447147750 gsa_html_3447147750:521:36760:36777 Forest Mississippi River +0.491748 aapg_ai_860.html aapg_ai_860.html:110:17038:17058 Sequatchie Murfreesboro, Tennessee +0.262135 cspg_html_8875780398 cspg_html_8875780398:12:1446:1466 Kanayut Conglomerate Anchorage, Alaska +0.44064 aapg_ae_777.html aapg_ae_777.html:151:17943:17961 Tererro Pecos River +0.479552 cspg_html_2178758494 cspg_html_2178758494:277:36893:36913 Clearwater Lacombe, Alberta +0.25857 geology_html_1170243990 geology_html_1170243990:247:26272:26276 Hall London, Ontario +0.4735 geology_html_1934209728 geology_html_1934209728:207:17615:17624 Eel River Monterey Bay +0.490644 geology_html_1808510052 geology_html_1808510052:341:33313:33331 Monterey California +0.260304 aapg_ah_160.html aapg_ah_160.html:20:3690:3698 Virginia Maryland +0.258055 aapg_ae_454.html aapg_ae_454.html:169:13803:13822 Cotton Valley Arkansas +0.49348 aapg_ac_333.html aapg_ac_333.html:898:110416:110420 Yeso New Mexico +0.861015 cspg_html_7378664643 cspg_html_7378664643:561:90839:90844 Nisku Big Hill, Indiana +0.49761 cspg_html_7809640865 cspg_html_7809640865:135:12664:12670 Viking Lacombe, Alberta +0.489538 aapg_ah_320.html aapg_ah_320.html:94:10384:10396 Bossardville Maryland +0.492544 gsa_html_5209011334 gsa_html_5209011334:60:4342:4370 Green River New Mexico +0.244904 cspg_html_3124360347 cspg_html_3124360347:36:7045:7065 Smithville Arkansas +0.490356 aapg_af_577.html aapg_af_577.html:198:13729:13736 Halfway New Mexico +0.25806 aapg_ai_739.html aapg_ai_739.html:12:1004:1010 Oregon California +0.474266 aapg_ai_112.html aapg_ai_112.html:58:11927:11944 Williana Citronelle, Alabama +0.263652 jgeology_html_1004614520 jgeology_html_1004614520:380:22463:22479 Carmel Colorado Plateau +0.255636 aapg_ai_533.html aapg_ai_533.html:105:10810:10818 Columbia Victoria, British Columbia +0.489219 aapg_ac_729.html aapg_ac_729.html:675:64373:64389 Seabee Florence, Alabama +0.481265 aapg_ad_52.html aapg_ad_52.html:134:18360:18367 Saginaw Muskegon, Michigan +0.48807 cspg_html_4568084707 cspg_html_4568084707:52:8145:8167 Cooking Lake Lacombe, Alberta +0.25511 cspg_html_9613527162 cspg_html_9613527162:218:31117:31135 Turner Valley Moose Mountain (Alberta) +0.762552 cspg_html_3233680622 cspg_html_3233680622:757:87393:87408 Lougheed Island District Council of Franklin Harbour +0.258825 aapg_ad_145.html aapg_ad_145.html:124:11156:11162 Dakota Mancos, Colorado +0.264 aapg_aa_298.html aapg_aa_298.html:1291:133304:133318 Stony Mountain Nassau, Bahamas +0.275844 aapg_ad_466.html aapg_ad_466.html:408:49655:49672 Magothy Closter, New Jersey +0.250712 aapg_ac_741.html aapg_ac_741.html:80:9347:9353 Pierre Sharon Springs, Kansas +0.267285 aapg_af_186.html aapg_af_186.html:258:27375:27404 Jefferson Shreveport, Louisiana +0.25029 aapg_ac_730.html aapg_ac_730.html:441:63630:63655 Crevasse Canyon Mancos, Colorado +0.243 aapg_ai_869.html aapg_ai_869.html:62:7247:7266 Kuparuk Prudhoe Bay Oil Field +0.2948 aapg_ad_329.html aapg_ad_329.html:80:10296:10316 Mahantango Pennsylvania +0.48443 gsa_html_4446967287 gsa_html_4446967287:997:88348:88361 Santa Barbara Victoria, British Columbia +0.843432 aapg_aa_712.html aapg_aa_712.html:140:18660:18677 Platteville Illinois +0.55566 aapg_ad_887.html aapg_ad_887.html:41:4815:4831 Paluxy Texas +0.46189 gsa_html_6062330506 gsa_html_6062330506:666:68704:68721 Rustler New Mexico +0.250498 gsa_html_7102550258 gsa_html_7102550258:215:21742:21758 Navajo Kayenta, Arizona +0.249494 cspg_html_5295390542 cspg_html_5295390542:50:6077:6099 Charlie Lake Lacombe, Alberta +0.269261 gsa_html_1636483297 gsa_html_1636483297:1010:84893:84921 Green River Cheyenne, Wyoming +0.263105 aapg_ai_975.html aapg_ai_975.html:1125:90756:90766 Georgetown Buda, Texas +0.485305 geology_html_2391629888 geology_html_2391629888:80:7864:7883 Round Mountain Silt Western world +0.486401 AMJC_html_2228158963 AMJC_html_2228158963:1204:116512:116521 Brunswick Casco Bay +0.24696 aapg_ac_872.html aapg_ac_872.html:192:28963:28970 Oceanic Bering Sea +0.262128 geology_html_1948005826 geology_html_1948005826:252:22009:22017 Columbia Victoria, British Columbia +0.255955 cspg_html_4648790511 cspg_html_4648790511:167:22571:22595 Kunga Charlotte Amalie, United States Virgin Islands +0.498324 geology_html_2270715369 geology_html_2270715369:280:28160:28179 Pearl China +0.48925 aapg_ai_997.html aapg_ai_997.html:1102:103454:103475 Forbes Redding, California +0.457445 cspg_html_9951421861 cspg_html_9951421861:55:8798:8817 Athabasca Lacombe, Alberta +0.267093 cspg_html_7576506617 cspg_html_7576506617:368:53151:53172 Ekwan River Moose River (Maine) +0.476623 cspg_html_5497811468 cspg_html_5497811468:61:8878:8903 Old Fort Lake Ontario +0.244925 aapg_ad_329.html aapg_ad_329.html:135:18611:18624 Harrell Genesee County, Michigan +0.241802 palaios_html_2048556014 palaios_html_2048556014:67:7453:7472 Conasauga Coosa River +0.25532 aapg_ai_480.html aapg_ai_480.html:149:14152:14168 Tulare Reno, Nevada +0.249964 sedimentology_html_2054687050 sedimentology_html_2054687050:1032:75736:75744 Columbia Venezuela +0.25608 cspg_html_7248845592 cspg_html_7248845592:130:14827:14833 Borden Melville Island (Canada) +0.265 gsa_html_9542539418 gsa_html_9542539418:263:24118:24124 Kodiak Anchorage, Alaska +0.43836 aapg_ac_471.html aapg_ac_471.html:3:179:206 Prairie Regina, Saskatchewan +0.500456 aapg_ai_87.html aapg_ai_87.html:10:1205:1214 Lodgepole Kinderhook (town), New York +0.2415 aapg_ac_867.html aapg_ac_867.html:292:40281:40289 Colorado Lisbon +0.2505 gsa_html_6982030333 gsa_html_6982030333:582:54394:54417 Elkhorn Ridge Argillite Grey Eagle, Minnesota +0.263165 cspg_html_9108214620 cspg_html_9108214620:373:41679:41701 Charlie Lake Regina, Saskatchewan +0.49296 aapg_ah_631.html aapg_ah_631.html:77:9910:9924 Point Pleasant Hancock County, Indiana +0.26572 aapg_aa_827.html aapg_aa_827.html:247:27066:27077 San Joaquin Sacramento, California +0.257013 cspg_html_9018334227 cspg_html_9018334227:601:67756:67764 Columbia Victoria, British Columbia +0.241188 cspg_html_3772380029 cspg_html_3772380029:515:65346:65370 Stony Mountain Manitoba +0.486837 geology_html_4781601757 geology_html_4781601757:52:5713:5724 San Jacinto Lake Elsinore, California +0.500752 aapg_ae_959.html aapg_ae_959.html:1407:101907:101917 San Andres New Mexico +0.250901 aapg_aa_889.html aapg_aa_889.html:673:68467:68473 Casper Cheyenne, Wyoming +0.280756 gsa_html_6971334714 gsa_html_6971334714:417:39531:39541 Las Cruces New Mexico +0.270319 cspg_html_5241714595 cspg_html_5241714595:97:15680:15695 Elk Western Canadian Sedimentary Basin +0.2555 aapg_aa_702.html aapg_aa_702.html:1575:152212:152220 Colorado Colorado +0.48101 aapg_aa_357.html aapg_aa_357.html:263:23661:23677 Kaibab San Rafael Swell +0.481962 aapg_ac_807.html aapg_ac_807.html:553:54925:54941 Calvert Virginia +0.235654 aapg_aa_897.html aapg_aa_897.html:262:27177:27183 Kodiak Anchorage, Alaska +0.374 aapg_aa_108.html aapg_aa_108.html:62:6840:6875 Notch Peak Deep Creek Mountains +0.259931 cspg_html_9193620351 cspg_html_9193620351:6:333:350 Bearpaw Lacombe, Alberta +0.659312 aapg_ae_570.html aapg_ae_570.html:119:12246:12263 Lockport Dolomite Huntington, West Virginia +0.475449 aapg_aa_305.html aapg_aa_305.html:43:6804:6812 Virginia Kirkwood, Missouri +0.24552 palaios_html_5198166697 palaios_html_5198166697:15:623:629 Oregon Salem, Oregon +0.494769 palaios_html_3055982207 palaios_html_3055982207:13:674:682 Michigan Michigan +0.431268 gsa_html_1636483297 gsa_html_1636483297:584:54870:54903 Green River Absaroka +0.721224 aapg_ak_21.html aapg_ak_21.html:80:9465:9483 Milligan Boise, Idaho +0.2604 cspg_html_6038396142 cspg_html_6038396142:60:8581:8599 Winnipeg Middle Ordovician +0.245009 aapg_aa_181.html aapg_aa_181.html:700:68836:68845 San Diego California +0.254016 aapg_aa_411.html aapg_aa_411.html:136:17977:17985 Trujillo Western world +0.240019 geology_html_1484286859 geology_html_1484286859:208:18637:18645 Virginia Canada +0.255009 aapg_ai_1.html aapg_ai_1.html:305:27246:27253 Paradox San Juan Mountains +0.477582 gsa_html_3860045860 gsa_html_3860045860:1109:101970:101979 Fullerton Pacific coast +0.245991 cspg_html_1506720813 cspg_html_1506720813:732:82941:82952 San Antonio Texas +0.26355 aapg_af_703.html aapg_af_703.html:207:23245:23272 Jackson Daviess County, Missouri +0.259956 cspg_html_4516258038 cspg_html_4516258038:485:54528:54537 Bay Fiord Bathurst Island (Northern Territory) +0.501804 gsa_html_1040524378 gsa_html_1040524378:906:90387:90415 Green River Cheyenne, Wyoming +0.264901 aapg_ai_479.html aapg_ai_479.html:510:59229:59247 Monterey California +0.490028 gsa_html_7199417381 gsa_html_7199417381:513:50981:50997 Loveland Peoria, Illinois +0.511224 aapg_aa_507.html aapg_aa_507.html:94:11884:11894 Tuscaloosa Tishomingo, Mississippi +0.781396 geology_html_8754746238 geology_html_8754746238:11:540:548 San Jose California +0.481618 cspg_html_3473883402 cspg_html_3473883402:33:5136:5141 Nisku Swan Hill, Victoria +0.507833 aapg_af_291.html aapg_af_291.html:298:33867:33884 Ivishak Lisburne Peninsula +0.50922 aapg_aa_358.html aapg_aa_358.html:103:11051:11058 Entrada Sweetwater, Miami-Dade County, Florida +0.48768 palaios_html_2376163646 palaios_html_2376163646:506:55659:55667 Billings France +0.250677 gsa_html_3448554349 gsa_html_3448554349:357:35718:35726 Rockwell Catskill Mountains +0.29835 aapg_ah_421.html aapg_ah_421.html:80:8458:8467 Fox Hills Lethbridge +0.511974 gsa_html_9621103960 gsa_html_9621103960:107:11066:11077 San Joaquin Sierra Nevada (Spain) +0.500973 sedimentology_html_7382984039 sedimentology_html_7382984039:2636:71149:71155 Banner Canada +0.45984 aapg_ai_665.html aapg_ai_665.html:43:6805:6813 Colorado Perdido River +0.51143 aapg_ae_31.html aapg_ae_31.html:109:12325:12333 Red Rock Newton County, Georgia +0.492203 geology_html_2276070502 geology_html_2276070502:111:11536:11552 Colorado Yampa River +0.48768 gsa_html_6317284187 gsa_html_6317284187:839:71612:71619 Shuswap Arctic Cordillera +0.264704 aapg_ac_406.html aapg_ac_406.html:8:910:923 Cotton Valley East Texas +0.26316 aapg_aa_627.html aapg_aa_627.html:276:26056:26062 Sierra Trinidad and Tobago +0.250992 aapg_af_322.html aapg_af_322.html:71:10953:10961 Colorado Denver +0.463372 geology_html_3441880285 geology_html_3441880285:185:20082:20090 Virginia Reston, Virginia +0.493954 palaios_html_6229157009 palaios_html_6229157009:54:4509:4515 Brazil Peru, Indiana +0.674724 aapg_ad_357.html aapg_ad_357.html:119:10507:10522 Santa Margarita Rancho Santa Margarita, California +0.240856 gsa_html_7120668170 gsa_html_7120668170:1146:96713:96723 Pittsburgh Sonora +0.2522 aapg_ad_194.html aapg_ad_194.html:214:23856:23878 Bonanza Middle East +0.48925 gsa_html_2717448156 gsa_html_2717448156:1421:132522:132538 Sullivan Victoria, British Columbia +0.462844 aapg_ae_146.html aapg_ae_146.html:242:22677:22686 Boquillas Coahuila +0.24843 gsa_html_9216496168 gsa_html_9216496168:973:92442:92454 Dixie Valley Reno, Nevada +0.480851 cspg_html_2083823293 cspg_html_2083823293:563:60292:60322 Kootenay Lacombe, Alberta +0.455039 aapg_ac_882.html aapg_ac_882.html:88:8716:8724 Fairview Cynthiana, Kentucky +0.492218 geology_html_1087495553 geology_html_1087495553:290:23324:23332 Palliser Lacombe, Alberta +0.24304 aapg_ah_424.html aapg_ah_424.html:63:5849:5863 Colorado Niobrara, Nebraska +0.896773 cspg_html_6665051947 cspg_html_6665051947:567:52123:52139 Viking Lacombe, Alberta +0.261212 aapg_ai_737.html aapg_ai_737.html:48:6777:6789 Saskatchewan Victoria, British Columbia +0.267189 aapg_af_188.html aapg_af_188.html:297:34651:34672 Fort Union Fort Union Trading Post National Historic Site +0.244027 jgeology_html_8528623267 jgeology_html_8528623267:82:3325:3331 Oregon Salem, Oregon +0.482895 aapg_ah_176.html aapg_ah_176.html:772:60818:60824 Denver Colorado +0.49244 palaios_html_9133125241 palaios_html_9133125241:372:45042:45060 Fairview Lexington, Kentucky +0.474122 cspg_html_2571672964 cspg_html_2571672964:185:29919:29930 Stony Creek Canada +0.260304 gsa_html_7040053075 gsa_html_7040053075:316:29477:29498 Topanga San Gabriel Mountains +0.254015 aapg_aa_735.html aapg_aa_735.html:175:16485:16516 Gaptank Texas +0.254241 aapg_ah_894.html aapg_ah_894.html:65:10042:10059 Shublik North Slope Borough, Alaska +0.252504 aapg_af_23.html aapg_af_23.html:353:39086:39095 Porcupine Cairns, Queensland +0.248614 aapg_ai_296.html aapg_ai_296.html:70:8114:8134 Everton Arkansas +0.505284 gsa_html_3646882130 gsa_html_3646882130:40:5100:5127 Columbia Salem, Oregon +0.480102 aapg_ac_413.html aapg_ac_413.html:217:19003:19018 Bouse Gulf of California +0.667674 aapg_ah_644.html aapg_ah_644.html:347:41513:41520 Rierdon Regina, Saskatchewan +0.240505 cspg_html_5828545040 cspg_html_5828545040:346:35593:35617 Salado New Mexico +0.480912 cspg_html_7402164801 cspg_html_7402164801:405:39004:39025 Milk River Lacombe, Alberta +0.237105 aapg_af_892.html aapg_af_892.html:385:36605:36615 Palo Pinto Salesville, Arkansas +0.25802 aapg_ae_6.html aapg_ae_6.html:22:3483:3500 Edwards Texas +0.263088 sedimentology_html_3941612453 sedimentology_html_3941612453:736:58288:58303 Quinault Eel River (Indiana) +0.253967 cspg_html_4298557570 cspg_html_4298557570:247:34829:34847 Whitemud Regina, Saskatchewan +0.49028 aapg_af_653.html aapg_af_653.html:178:17751:17759 Vaqueros Monterey, California +0.503184 aapg_ac_844.html aapg_ac_844.html:473:53798:53806 Columbia Victoria, British Columbia +0.255786 aapg_ad_720.html aapg_ad_720.html:240:23994:23998 Yeso Guadalupe Mountains National Park +0.497293 jgeology_html_4310881782 jgeology_html_4310881782:800:56637:56666 Bouse Colorado Plateau +0.386946 cspg_html_2184091860 cspg_html_2184091860:519:45558:45574 Mingan Anticosti Island +0.36525 aapg_af_263.html aapg_af_263.html:77:10373:10393 Otto Fiord Ellesmere Island +0.38658 aapg_ad_3.html aapg_ad_3.html:128:10920:10931 Beekmantown Huntington, West Virginia +0.2595 aapg_af_85.html aapg_af_85.html:152:17683:17690 Cantuar Regina, Saskatchewan +0.484295 jgeology_html_6016138758 jgeology_html_6016138758:930:56062:56070 Columbia Anchorage, Alaska +0.479232 aapg_ac_867.html aapg_ac_867.html:722:97692:97702 Minnekahta Cheyenne, Wyoming +0.486324 cspg_html_5308103526 cspg_html_5308103526:179:18754:18763 Cathedral Lacombe, Alberta +0.267033 cspg_html_2838996125 cspg_html_2838996125:69:12832:12840 Ramparts Fort Good Hope Airport +0.254925 geology_html_9714557029 geology_html_9714557029:45:4130:4138 Colorado Regina, Saskatchewan +0.331344 cspg_html_5688447798 cspg_html_5688447798:161:24239:24259 Blue Fiord Ellesmere Island +0.509956 gsa_html_1040524378 gsa_html_1040524378:634:71078:71099 Green River Cheyenne, Wyoming +0.253967 gsa_html_5277590404 gsa_html_5277590404:562:58481:58485 Hall Los Angeles +0.45198 aapg_ai_491.html aapg_ai_491.html:437:54720:54735 Hermosa Hermosa, Chicago +0.276888 aapg_ah_90.html aapg_ah_90.html:271:38472:38488 Dakota Colorado +0.498122 palaios_html_5212272868 palaios_html_5212272868:35:3549:3571 Pierre Pueblo, Colorado +0.483336 gsa_html_8981262717 gsa_html_8981262717:813:69737:69753 Gates Victoria, British Columbia +0.474122 aapg_ah_532.html aapg_ah_532.html:12:1606:1614 Colorado Ouray, Colorado +0.504328 cspg_html_5345848475 cspg_html_5345848475:105:14568:14585 Carlile Lacombe, Alberta +0.24102 cspg_html_3447886929 cspg_html_3447886929:135:16180:16191 Utica Quebec City +0.470378 sedimentology_html_3973983243 sedimentology_html_3973983243:183:21033:21066 Provo Minorca +0.277725 sedimentology_html_6261114825 sedimentology_html_6261114825:108:9699:9724 Santa Margarita Santa Cruz Mountains +0.269352 cspg_html_7028413504 cspg_html_7028413504:226:28890:28896 Exshaw Lacombe, Alberta +0.465124 aapg_ai_159.html aapg_ai_159.html:223:25969:25986 Caimito Darien, Georgia +0.257 aapg_ai_974.html aapg_ai_974.html:69:9474:9480 Oregon Washington (state) +0.508879 aapg_af_799.html aapg_af_799.html:3:285:299 Lodo California +0.267273 cspg_html_4433937749 cspg_html_4433937749:70:10054:10060 Dakota Aspen, Colorado +0.481944 gsa_html_3445493534 gsa_html_3445493534:689:72426:72444 Monterey Ventura County, California +0.474195 gsa_html_5295695236 gsa_html_5295695236:1050:111034:111040 Arroyo New Mexico +0.257446 gsa_html_2832151886 gsa_html_2832151886:376:29424:29447 Belle Fourche Regina, Saskatchewan +0.248496 aapg_aa_925.html aapg_aa_925.html:9:1266:1281 Gatun Colombia +0.243024 gsa_html_8010927234 gsa_html_8010927234:336:26985:26997 Smalls Falls Rangeley, Maine +0.490232 gsa_html_9296779210 gsa_html_9296779210:726:63335:63343 Colorado Colorado +0.251955 cspg_html_8298261690 cspg_html_8298261690:143:18497:18508 Peace River Edmonton, London +0.49987 cspg_html_2838996125 cspg_html_2838996125:16:2068:2094 Imperial California +0.471336 aapg_af_854.html aapg_af_854.html:212:26858:26884 Sweetland Creek Albany, New York +0.259056 aapg_ac_536.html aapg_ac_536.html:673:68776:68789 Madison Grand Forks, North Dakota +0.28928 aapg_ac_749.html aapg_ac_749.html:147:20186:20202 Grimsby Niagara Peninsula +0.246865 geology_html_7511751121 geology_html_7511751121:214:17309:17318 San Diego California +0.2688 cspg_html_9735723617 cspg_html_9735723617:702:85283:85292 Mackenzie Ellesmere Island +0.240091 aapg_ae_67.html aapg_ae_67.html:393:32126:32134 Colorado Colorado +0.493954 aapg_ac_333.html aapg_ac_333.html:644:78970:78974 Yeso Sycamore Canyon +0.491493 cspg_html_3546031920 cspg_html_3546031920:5:237:252 Interlake Regina, Saskatchewan +0.482724 sedimentology_html_9380539627 sedimentology_html_9380539627:1232:66377:66383 Forest Moscow +0.49181 cspg_html_9778753186 cspg_html_9778753186:116:17057:17072 Grassy Mountain Elbow River +0.267273 gsa_html_4191208013 gsa_html_4191208013:200:18310:18318 Horcones Encanto Park +0.65469 gsa_html_1119256423 gsa_html_1119256423:630:58253:58276 Peoria Nebraska +0.25039 palaios_html_8910286482 palaios_html_8910286482:76:9202:9232 Waccamaw North Carolina +0.267285 cspg_html_6984906794 cspg_html_6984906794:767:55828:55845 Sikanni Victoria, British Columbia +0.25551 gsa_html_3448554349 gsa_html_3448554349:172:16085:16105 Hampshire Catskill Mountains +0.26866 aapg_ah_861.html aapg_ah_861.html:336:34659:34668 San Diego California +0.366282 cspg_html_7576506617 cspg_html_7576506617:376:54758:54780 Attawapiskat Moose River (Maine) +0.255474 aapg_af_861.html aapg_af_861.html:5:517:537 Stonewall Coffeyville, Kansas +0.25449 aapg_ai_919.html aapg_ai_919.html:383:69714:69742 Lisburne Anchorage, Alaska +0.488748 aapg_af_881.html aapg_af_881.html:64:9789:9797 Wolfcamp West Texas +0.5016 gsa_html_1796614499 gsa_html_1796614499:687:59635:59663 Green River Colorado +0.261422 aapg_af_751.html aapg_af_751.html:747:90882:90886 Hall California +0.272796 palaios_html_4244053259 palaios_html_4244053259:180:16035:16052 Juniata Pennsylvania +0.482377 aapg_ah_847.html aapg_ah_847.html:220:25724:25743 New Egypt New Egypt, New Jersey +0.664815 aapg_ae_562.html aapg_ae_562.html:16:2433:2476 Allegheny Huntington, West Virginia +0.495045 gsa_html_8707521176 gsa_html_8707521176:344:32519:32527 Catoctin Quebec City +0.241775 cspg_html_5431295472 cspg_html_5431295472:109:12550:12574 Basal Lacombe, Alberta +0.249936 aapg_ae_777.html aapg_ae_777.html:286:33899:33906 Tererro San Miguel County, New Mexico +0.476652 aapg_ai_105.html aapg_ai_105.html:557:66985:67002 Hermosa Des Moines, Washington +0.473773 aapg_aa_976.html aapg_aa_976.html:319:42459:42479 Washington Astoria, Oregon +0.261576 cspg_html_2653900441 cspg_html_2653900441:494:55767:55775 Columbia Victoria, British Columbia +0.263652 geology_html_3804268558 geology_html_3804268558:236:25154:25166 Dixie Valley Reno, Nevada +0.351576 aapg_ad_174.html aapg_ad_174.html:671:66363:66378 Mesaverde New Mexico +0.25194 aapg_ah_877.html aapg_ah_877.html:92:11952:11966 Pico California +0.267288 aapg_ad_379.html aapg_ad_379.html:517:43776:43784 Dinwoody Cheyenne, Wyoming +0.494334 aapg_aa_176.html aapg_aa_176.html:672:66475:66484 San Diego California +0.482463 cspg_html_2784057671 cspg_html_2784057671:566:65191:65197 Oregon Washington (state) +0.240128 gsa_html_4670506866 gsa_html_4670506866:691:60608:60618 Wind River Cheyenne, Wyoming +0.471606 geology_html_3262643310 geology_html_3262643310:14:862:875 Santa Barbara California +0.24153 aapg_af_540.html aapg_af_540.html:395:52513:52527 Colorado Bow Island Airport +0.253008 aapg_ah_182.html aapg_ah_182.html:66:7656:7663 Hershey Closter, New Jersey +0.265189 jgeology_html_3196624419 jgeology_html_3196624419:679:45561:45578 Temblor California +0.463083 aapg_ac_835.html aapg_ac_835.html:330:45167:45174 Garland Garland, Texas +0.490028 sedimentology_html_2041096405 sedimentology_html_2041096405:601:49400:49413 A-1 Carbonate Guelph +0.464 aapg_ae_884.html aapg_ae_884.html:161:21043:21052 Mesaverde Piceance Basin +0.251995 aapg_aa_233.html aapg_aa_233.html:182:18297:18313 Cupido Matamoros, Tamaulipas +0.247428 aapg_aa_994.html aapg_aa_994.html:51:3846:3869 Cotton Valley Cotton Valley, Louisiana +0.274052 aapg_ah_696.html aapg_ah_696.html:389:55623:55631 Richland Washington (state) +0.479987 aapg_ad_466.html aapg_ad_466.html:1268:135769:135783 Patuxent Anne Arundel County, Maryland +0.26433 geology_html_1574115242 geology_html_1574115242:149:13431:13437 Colton Colorado +0.484968 cspg_html_9177794814 cspg_html_9177794814:102:12160:12174 Nizi Anchorage, Alaska +0.483171 palaios_html_4936782265 palaios_html_4936782265:73:8677:8700 Viola Texas +0.243302 aapg_af_789.html aapg_af_789.html:218:29590:29595 Price Pocono Raceway +0.273528 cspg_html_9827358538 cspg_html_9827358538:274:31644:31663 Salina Michigan Basin +0.259659 aapg_ac_805.html aapg_ac_805.html:401:51943:51948 Stark Montgomery (town), New York +0.264147 palaios_html_4588969442 palaios_html_4588969442:397:24500:24522 Elk Colorado +0.485376 gsa_html_3484366946 gsa_html_3484366946:1340:119923:119936 Santa Barbara Northwest Arctic Borough, Alaska +0.235081 gsa_html_8549650339 gsa_html_8549650339:386:39329:39342 Edwards Buda, Texas +0.736074 palaios_html_9133125241 palaios_html_9133125241:66:8853:8867 Kope Ohio +0.724472 cspg_html_6216640615 cspg_html_6216640615:1120:107348:107367 Swan Hills Lacombe, Alberta +0.491236 jgeology_html_8497213674 jgeology_html_8497213674:154:8011:8018 Newport San Bernardino County, California +0.269352 aapg_ad_695.html aapg_ad_695.html:244:15615:15621 Weches Charlotte, North Carolina +0.249991 aapg_af_363.html aapg_af_363.html:406:50272:50280 Virginia Reston, Virginia +0.26509 aapg_aa_928.html aapg_aa_928.html:177:17194:17204 Yegua Washington (state) +0.47136 sedimentology_html_3907918417 sedimentology_html_3907918417:1475:121778:121802 Kaskapau Lacombe, Alberta +0.264708 cspg_html_4287356899 cspg_html_4287356899:3612:372919:372959 Mount Head Lacombe, Alberta +0.48412 aapg_ae_708.html aapg_ae_708.html:522:57977:57982 Doerun Virginia +0.486664 gsa_html_5598634716 gsa_html_5598634716:1184:63270:63275 Rapid California +0.259588 AMJC_html_4144856313 AMJC_html_4144856313:135:14597:14606 Extension Tyrrhenian Sea +0.356376 aapg_ac_517.html aapg_ac_517.html:97:11712:11730 Keg River Rainbow trout +0.22896 aapg_ae_416.html aapg_ae_416.html:347:32625:32640 Meson Mexico +0.271942 cspg_html_1503116552 cspg_html_1503116552:113:17753:17761 Columbia Lacombe, Alberta +0.502164 aapg_ad_757.html aapg_ad_757.html:159:17745:17756 Black River Decorah, Iowa +0.259588 cspg_html_8231573314 cspg_html_8231573314:162:17193:17212 Grayling Victoria, British Columbia +0.233208 palaios_html_4248032637 palaios_html_4248032637:104:10338:10352 Victoria Victoria, British Columbia +0.481584 cspg_html_7334652966 cspg_html_7334652966:244:27146:27154 Columbia Victoria, British Columbia +0.253895 cspg_html_9161888567 cspg_html_9161888567:272:45253:45269 Earlie Eaton, Ohio +0.48093 cspg_html_4498577775 cspg_html_4498577775:1146:87315:87349 Zabriskie Quartzite Reno, Nevada +0.241964 AMJC_html_7984049819 AMJC_html_7984049819:115:12919:12937 Marlboro Cambridge, Massachusetts +0.44954 aapg_ad_944.html aapg_ad_944.html:30:3653:3662 Spearfish Lacombe, Alberta +0.207192 aapg_ae_388.html aapg_ae_388.html:1417:86928:86938 Tuscaloosa Texas +0.462642 aapg_ac_530.html aapg_ac_530.html:452:44360:44368 Colorado Englewood, New Jersey +0.254625 aapg_ai_117.html aapg_ai_117.html:8:1034:1051 Hermosa Logan, Utah +0.247996 aapg_ai_37.html aapg_ai_37.html:8:1214:1226 Dakota Niobrara, Nebraska +0.471378 aapg_af_664.html aapg_af_664.html:18:2655:2669 Word Delaware +0.458916 cspg_html_9052264748 cspg_html_9052264748:337:41009:41017 Coalspur Lacombe, Alberta +0.385392 aapg_aa_124.html aapg_aa_124.html:571:58468:58488 Bow Island Lacombe, Alberta +0.465744 geology_html_1523318259 geology_html_1523318259:258:26692:26700 Colorado Denver +0.458736 aapg_ac_944.html aapg_ac_944.html:54:6682:6701 Leadville Colorado +0.480568 aapg_ah_189.html aapg_ah_189.html:34:4925:4946 Black River Glenwood, Utah +0.274052 gsa_html_1119256423 gsa_html_1119256423:654:59957:59965 Colorado Illinois +0.511252 aapg_ai_80.html aapg_ai_80.html:438:43844:43861 Martinsburg Cincinnati +0.491365 cspg_html_4235335749 cspg_html_4235335749:12:1602:1614 Medicine Hat Regina, Saskatchewan +0.4712 aapg_aa_731.html aapg_aa_731.html:451:60468:60483 Rockdale Colorado +0.479304 aapg_af_854.html aapg_af_854.html:497:65557:65579 Edwardsville Brown County, Ohio +0.28101 aapg_ad_269.html aapg_ad_269.html:5:502:520 Morrison New Mexico +0.458403 geology_html_2686912689 geology_html_2686912689:43:3688:3691 Dot Republic of China +0.479182 cspg_html_1009749092 cspg_html_1009749092:537:63687:63704 Belly River Lacombe, Alberta +0.247643 sedimentology_html_4236052766 sedimentology_html_4236052766:695:43286:43291 Piper California +0.247126 aapg_ac_749.html aapg_ac_749.html:50:6370:6380 St. Edmund Manitoulin Island +0.269874 cspg_html_7595517955 cspg_html_7595517955:625:60403:60426 Snowblind Bay Canada +0.498419 aapg_af_338.html aapg_af_338.html:470:57985:58001 Mt Lytton Cedar Hill, Texas +0.48984 gsa_html_3289054608 gsa_html_3289054608:1035:107799:107809 Slope South Africa +0.453144 cspg_html_4626597050 cspg_html_4626597050:167:21025:21033 Dinwoody Cheyenne, Wyoming +0.48006 gsa_html_5915330070 gsa_html_5915330070:967:76931:76940 Extension Tyrrhenian Sea +0.466683 aapg_aa_621.html aapg_aa_621.html:362:45766:45785 Mesaverde Cheyenne, Wyoming +0.483736 palaios_html_7404388355 palaios_html_7404388355:982:75649:75653 Hall London, Ontario +0.246007 cspg_html_2729673354 cspg_html_2729673354:26:4407:4429 Medicine Hat Hatton, London +0.487424 aapg_ac_841.html aapg_ac_841.html:398:48757:48770 Santa Barbara San Pedro Sula +0.366125 aapg_ac_984.html aapg_ac_984.html:193:17358:17367 Franconia Missouri River +0.26288 cspg_html_5973552270 cspg_html_5973552270:95:13916:13937 Beaverhill Swan Hill, Victoria +0.273525 aapg_ac_515.html aapg_ac_515.html:66:8552:8572 Purisima Bonito, Mato Grosso do Sul +0.271416 gsa_html_3448554349 gsa_html_3448554349:88:9410:9418 Catskill Pocono Raceway +0.477 gsa_html_4891459463 gsa_html_4891459463:1197:113164:113177 Santa Barbara California +0.260952 geology_html_2620787843 geology_html_2620787843:295:24457:24467 Santa Cruz Santa Cruz, California +0.442376 aapg_ai_28.html aapg_ai_28.html:242:22161:22172 Lissie Beaumont, Texas +0.271432 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100925:100933 Dunvegan Lacombe, Alberta +0.502392 gsa_html_5952049575 gsa_html_5952049575:919:86640:86661 Green River Cheyenne, Wyoming +0.26156 aapg_ae_794.html aapg_ae_794.html:661:75201:75227 Coffee Selma to Montgomery marches +0.50492 aapg_ad_175.html aapg_ad_175.html:211:20366:20382 Stonewall Abilene, Kansas +0.283316 cspg_html_1312400675 cspg_html_1312400675:260:30303:30313 Swan Hills Lacombe, Alberta +0.27348 aapg_aa_544.html aapg_aa_544.html:202:27560:27566 Dakota Colorado +0.48399 aapg_ac_366.html aapg_ac_366.html:326:34670:34682 Williamsport Rochester, Kent +0.256512 aapg_ai_811.html aapg_ai_811.html:41:6896:6919 Detroit River Michigan +0.24206 gsa_html_5625878232 gsa_html_5625878232:98:12956:12967 San Antonio Baja California peninsula +0.366795 aapg_ai_975.html aapg_ai_975.html:198:22700:22717 Hosston County Sligo +0.48829 aapg_ak_85.html aapg_ak_85.html:223:26700:26719 Red Rock Columbia Country +0.475228 sedimentology_html_4150247370 sedimentology_html_4150247370:465:33707:33711 Hall London, Ontario +0.270914 aapg_ai_897.html aapg_ai_897.html:217:23300:23312 Wilcox Shreveport, Louisiana +0.266207 aapg_ad_743.html aapg_ad_743.html:302:34846:34856 Pottsville McAlester, Oklahoma +0.49036 aapg_ah_828.html aapg_ah_828.html:283:20289:20308 Smackover Shreveport, Louisiana +0.265104 aapg_ad_683.html aapg_ad_683.html:512:51457:51463 Kaibab Coconino County, Arizona +0.472317 aapg_ae_875.html aapg_ae_875.html:310:36403:36420 Rico Puerto Rico +0.267264 gsa_html_3561219088 gsa_html_3561219088:328:33527:33562 Cathedral Western world +0.261057 aapg_ah_318.html aapg_ah_318.html:3314:265072:265091 Eagle Mexico +0.242514 aapg_ae_419.html aapg_ae_419.html:4024:249253:249260 El Paso Texas +0.49608 sedimentology_html_6951714124 sedimentology_html_6951714124:757:60712:60723 Peace River Western Canadian Sedimentary Basin +0.47736 aapg_ac_743.html aapg_ac_743.html:202:25224:25234 Washington Olympic National Park +0.265684 aapg_af_664.html aapg_af_664.html:380:41977:41992 Blackstone Delaware +0.264654 aapg_aa_251.html aapg_aa_251.html:21:1894:1913 Smackover Columbia Country +0.495257 cspg_html_6736202792 cspg_html_6736202792:260:32559:32583 Athabasca Regina, Saskatchewan +0.236572 aapg_ae_115.html aapg_ae_115.html:484:39197:39201 Wise Cheyenne, Wyoming +0.4712 geology_html_8332015754 geology_html_8332015754:345:23559:23568 San Diego Mexico +0.248517 aapg_ae_305.html aapg_ae_305.html:91:12182:12188 Sierra Colombia +0.237888 gsa_html_3614490577 gsa_html_3614490577:767:62506:62518 Fayetteville Missouri River +0.48379 aapg_aa_598.html aapg_aa_598.html:374:36966:36981 Chugwater Cheyenne, Wyoming +0.678174 gsa_html_8208054335 gsa_html_8208054335:123:13434:13441 Clarita Darien, Georgia +0.459954 aapg_ah_823.html aapg_ah_823.html:165:17293:17306 Turner Valley Calgary +0.269217 cspg_html_2838996125 cspg_html_2838996125:16:2013:2040 Imperial California +0.46322 aapg_ad_440.html aapg_ad_440.html:447:42035:42040 Price Iowa +0.83538 aapg_ad_443.html aapg_ad_443.html:158:19998:20008 Sequatchie Lee County, Alabama +0.48705 palaios_html_2298416430 palaios_html_2298416430:344:39180:39199 Rock Springs Sweetwater, Miami-Dade County, Florida +0.266231 sedimentology_html_2608220485 sedimentology_html_2608220485:1138:64443:64465 Lawrence Canada +0.350898 cspg_html_2184091860 cspg_html_2184091860:41:6852:6886 Romaine Anticosti Island +0.277288 aapg_aa_87.html aapg_aa_87.html:124:9181:9188 Anahuac Shreveport, Louisiana +0.249919 cspg_html_4287356899 cspg_html_4287356899:972:133218:133223 Kayak Great Britain +0.479364 aapg_ac_107.html aapg_ac_107.html:95:15402:15413 Mowry Logan, Utah +0.2548 cspg_html_5241714595 cspg_html_5241714595:384:59662:59683 Beaverhill Lacombe, Alberta +0.45747 aapg_aa_426.html aapg_aa_426.html:242:54412:54425 Cotton Valley Demopolis, Alabama +0.46629 aapg_ac_825.html aapg_ac_825.html:596:68273:68298 Monterey Santa Cruz Mountains +0.476952 aapg_ae_187.html aapg_ae_187.html:259:28074:28082 Michigan Bloomington, Indiana +0.50592 aapg_ac_983.html aapg_ac_983.html:323:51853:51859 Hertha Tulsa, Oklahoma +0.239956 aapg_ad_2.html aapg_ad_2.html:1129:154690:154701 Wissahickon Chambersburg, Pennsylvania +0.251001 aapg_af_726.html aapg_af_726.html:106:12725:12729 Nome Seward, Alaska +0.496524 aapg_ae_89.html aapg_ae_89.html:241:24142:24154 Rhode Island Norfolk, Virginia +0.39156 aapg_ac_328.html aapg_ac_328.html:83:10324:10344 Wood River Boise, Idaho +0.247904 gsa_html_2883324839 gsa_html_2883324839:918:80010:80016 Laguna Chile +0.457744 aapg_aa_124.html aapg_aa_124.html:580:59731:59745 Colorado Bow Island Airport +0.3705 aapg_ad_111.html aapg_ad_111.html:371:43334:43353 Mesaverde Mancos, Colorado +0.2435 cspg_html_1281670295 cspg_html_1281670295:341:40324:40337 Parry Islands Melville Island (Canada) +0.486912 aapg_ae_383.html aapg_ae_383.html:410:31748:31756 Woodford Sudbury, Suffolk +0.248997 aapg_af_479.html aapg_af_479.html:809:83958:83977 Cabrillo California +0.4794 aapg_ai_996.html aapg_ai_996.html:1250:53299:53305 Midway Closter, New Jersey +0.50191 aapg_ac_187.html aapg_ac_187.html:4979:473563:473573 Swan Hills Canada +0.254961 aapg_ai_278.html aapg_ai_278.html:1263:143435:143452 Tamabra Veracruz, Veracruz +0.250712 gsa_html_3436154175 gsa_html_3436154175:1108:88475:88482 Madison Green River Formation +0.472342 aapg_ac_72.html aapg_ac_72.html:37:4784:4790 Sonora Honduras +0.24939 aapg_ai_835.html aapg_ai_835.html:134:15281:15311 Beaumont Nueces River +0.503958 gsa_html_3648258377 gsa_html_3648258377:1398:122230:122258 Green River Colorado +0.470704 gsa_html_7102550258 gsa_html_7102550258:225:23437:23453 Chinle Colorado +0.26429 cspg_html_9717154602 cspg_html_9717154602:231:35143:35150 Bearpaw Lacombe, Alberta +0.257556 aapg_ac_730.html aapg_ac_730.html:627:91501:91507 Toreva Mancos, Colorado +0.503304 aapg_aa_684.html aapg_aa_684.html:256:24119:24126 Ankareh Cheyenne, Wyoming +0.232806 aapg_ah_223.html aapg_ah_223.html:83:8513:8521 Colorado Denver +0.259875 aapg_aa_736.html aapg_aa_736.html:263:24305:24324 Michigan Michigan +0.269698 aapg_ae_72.html aapg_ae_72.html:136:15974:15981 Hermosa Hermosa, Chicago +0.247008 aapg_ad_931.html aapg_ad_931.html:143:13307:13322 Alto Illinois +0.242214 aapg_ak_36.html aapg_ak_36.html:537:45493:45512 Neruokpuk Anchorage, Alaska +0.253967 geology_html_7872773872 geology_html_7872773872:32:2786:2805 Virginia Sudbury, Suffolk +0.45441 cspg_html_4298557570 cspg_html_4298557570:21:2706:2730 Whitemud Red Deer, Alberta +0.241362 gsa_html_2023933346 gsa_html_2023933346:1243:114926:114934 Woodford California +0.26676 cspg_html_9735723617 cspg_html_9735723617:1763:158952:158971 Griper Bay Melville Island (Canada) +0.257808 cspg_html_7866293053 cspg_html_7866293053:738:70945:70953 Columbia Victoria, British Columbia +0.46706 geology_html_6868377343 geology_html_6868377343:150:13900:13907 Yucatan Texas +0.894105 aapg_ai_758.html aapg_ai_758.html:10:1679:1702 Lime Creek Illinois +0.247486 jgeology_html_2714962789 jgeology_html_2714962789:157:9759:9766 Arvonia Marine Corps Base Quantico +0.25088 geology_html_4034643281 geology_html_4034643281:11:497:505 Colorado Denver +0.476763 cspg_html_4326384800 cspg_html_4326384800:223:26886:26901 Nisku Lacombe, Alberta +0.521946 aapg_ah_199.html aapg_ah_199.html:202:24100:24114 Atoka Atoka, Oklahoma +0.458232 cspg_html_6038396142 cspg_html_6038396142:11:1230:1238 Bullhead Winnipeg +0.499548 aapg_ad_784.html aapg_ad_784.html:404:42456:42461 Sespe Simi Valley, California +0.51282 cspg_html_5541937700 cspg_html_5541937700:22:3340:3357 Cardium Western Canadian Sedimentary Basin +0.252374 aapg_ac_59.html aapg_ac_59.html:90:12196:12216 Point Loma La Jolla +0.703098 aapg_ae_338.html aapg_ae_338.html:59:6361:6367 Dakota New Mexico +0.495945 aapg_aa_750.html aapg_aa_750.html:632:80117:80135 Morrison Logan, Utah +0.242853 aapg_ai_584.html aapg_ai_584.html:136:15397:15415 Fairbank Hartville, Missouri +0.480568 jgeology_html_4152045543 jgeology_html_4152045543:727:52021:52039 Gowganda Ontario, California +0.269312 aapg_ai_583.html aapg_ai_583.html:329:39078:39090 Rierdon Spearfish, South Dakota +0.507416 gsa_html_4520182275 gsa_html_4520182275:1124:117824:117852 Green River Iran +0.268752 aapg_ah_536.html aapg_ah_536.html:422:55396:55413 Rodessa Melbourne, Florida +0.48192 aapg_ac_983.html aapg_ac_983.html:392:61518:61528 Lane Kansas City, Kansas +0.481371 cspg_html_4555867289 cspg_html_4555867289:70:8053:8061 Columbia Lacombe, Alberta +0.485077 gsa_html_2859191796 gsa_html_2859191796:650:60348:60376 Green River Iran +0.489402 aapg_af_625.html aapg_af_625.html:342:32625:32637 Coffee Sunbury, Pennsylvania +0.918716 cspg_html_1818321956 cspg_html_1818321956:724:72899:72910 Kunga Victoria, British Columbia +0.50336 aapg_ac_781.html aapg_ac_781.html:38:5156:5180 Barnett Cleburne, Texas +0.246422 aapg_ai_288.html aapg_ai_288.html:72:13079:13097 San Onofre Breccia San Onofre Nuclear Generating Station +0.255374 geology_html_1021950961 geology_html_1021950961:73:7346:7361 Tejon Mojave Desert +0.275369 aapg_af_653.html aapg_af_653.html:879:99766:99773 Temblor Monterey, California +0.24111 gsa_html_5051880568 gsa_html_5051880568:68:8012:8021 Peninsula Korea +0.858312 geology_html_1098024541 geology_html_1098024541:42:3847:3866 Greenhorn Colorado +0.502244 aapg_ah_231.html aapg_ah_231.html:65:5954:5963 Smackover Cotton Valley, Louisiana +0.270764 aapg_ah_757.html aapg_ah_757.html:217:23061:23081 Mount Head Canada +0.263048 aapg_ai_376.html aapg_ai_376.html:14:2209:2226 Edwards Balcones Fault +0.481206 geology_html_9687641771 geology_html_9687641771:224:20448:20460 Saskatchewan Seward, Alaska +0.257556 cspg_html_3966956195 cspg_html_3966956195:534:44375:44410 La Vieille New Brunswick, New Jersey +0.71145 aapg_ae_271.html aapg_ae_271.html:146:12373:12389 Lisbon Alabama +0.705364 aapg_ah_677.html aapg_ah_677.html:88:10196:10210 Nonesuch Michigan +0.256688 geology_html_9004383999 geology_html_9004383999:298:25841:25860 Deadwood Lacombe, Alberta +0.268961 jgeology_html_9581048587 jgeology_html_9581048587:1451:74917:74926 Rochester Raleigh, North Carolina +0.487424 aapg_ad_152.html aapg_ad_152.html:1681:216003:216019 Pequop Reno, Nevada +0.247396 aapg_ac_198.html aapg_ac_198.html:315:26541:26557 Mt Lytton Texas +0.247995 geology_html_3378578158 geology_html_3378578158:13:807:813 Oregon Salem, Oregon +0.4992 gsa_html_9457387752 gsa_html_9457387752:553:47875:47887 Mount Rogers Grandfather Mountain +0.468981 aapg_ad_218.html aapg_ad_218.html:111:15179:15199 Bedford California +0.46864 aapg_ah_779.html aapg_ah_779.html:646:120055:120065 Caseyville Missouri River +0.2548 aapg_ai_48.html aapg_ai_48.html:18:2499:2509 Phosphoria Texas +0.262119 aapg_ae_324.html aapg_ae_324.html:1423:137059:137067 Virginia Saltville, Virginia +0.473386 AMJC_html_5298823237 AMJC_html_5298823237:536:57073:57081 Colorado Denver +0.483736 cspg_html_4319383223 cspg_html_4319383223:511:61294:61327 Halfway Victoria, British Columbia +0.492531 gsa_html_5202646019 gsa_html_5202646019:77:7154:7171 Verulam Ottawa, Kansas +0.487172 sedimentology_html_7553974053 sedimentology_html_7553974053:180:20473:20478 Levis Dolomites +0.487705 cspg_html_6134774167 cspg_html_6134774167:558:54005:54013 Montreal Calgary +0.253935 aapg_aa_72.html aapg_aa_72.html:9:791:802 Black River Medina County, Texas +0.70413 sedimentology_html_2726982309 sedimentology_html_2726982309:1020:75226:75238 Owens Valley California +0.502231 gsa_html_7999545108 gsa_html_7999545108:345:38180:38197 Onaping Sudbury, Suffolk +0.486324 aapg_ae_430.html aapg_ae_430.html:107:9123:9136 Woodbine East Texas +0.48682 aapg_af_606.html aapg_af_606.html:226:29369:29375 Tulare Rancho Santa Margarita, California +0.501264 aapg_ac_59.html aapg_ac_59.html:407:45744:45753 San Diego California +0.513409 aapg_ae_388.html aapg_ae_388.html:1663:104255:104268 Cook Mountain Tallahassee, Florida +0.255915 cspg_html_6306091047 cspg_html_6306091047:470:65070:65078 Columbia Victoria, British Columbia +0.260428 aapg_ah_427.html aapg_ah_427.html:392:52000:52005 Atoka Atoka, Oklahoma +0.24453 cspg_html_2826081830 cspg_html_2826081830:87:14065:14088 Grand Rapids Waseca, Minnesota +0.385776 aapg_af_2.html aapg_af_2.html:256:28147:28167 Fitchville Logan, Utah +0.491582 gsa_html_4930932370 gsa_html_4930932370:290:30032:30049 Onwatin Chelmsford, Massachusetts +0.476146 palaios_html_5582845937 palaios_html_5582845937:500:45053:45061 Virginia Hampton, New Hampshire +0.478541 aapg_aa_505.html aapg_aa_505.html:34:4570:4580 Pittsburgh Pittsburgh +0.504339 cspg_html_5456368738 cspg_html_5456368738:189:26315:26323 Columbia Victoria, British Columbia +0.240757 aapg_ah_202.html aapg_ah_202.html:310:38461:38475 Woodford Wichita, Kansas +0.243811 cspg_html_5541725202 cspg_html_5541725202:292:40531:40546 Coal Mine Brook Springhill, Nova Scotia +0.257048 cspg_html_9912281240 cspg_html_9912281240:51:7564:7582 Lea Park Lacombe, Alberta +0.442015 aapg_ad_721.html aapg_ad_721.html:581:55354:55362 Carlsbad Carlsbad, New Mexico +0.262614 aapg_ac_910.html aapg_ac_910.html:308:29269:29286 Huizachal Mexico +0.489658 gsa_html_6141167042 gsa_html_6141167042:61:4499:4527 Green River Colorado +0.25333 aapg_ad_2.html aapg_ad_2.html:163:22473:22480 Loudoun Maryland +0.22932 aapg_ad_101.html aapg_ad_101.html:45:5487:5500 Skinner Ranch Fort Stockton, Texas +0.256011 aapg_ai_4.html aapg_ai_4.html:85:9039:9054 Santa Margarita Monterey, California +0.46452 gsa_html_3946358846 gsa_html_3946358846:365:37071:37077 Denver Colorado +0.474606 aapg_ae_959.html aapg_ae_959.html:310:24597:24611 Word Guadalupe Mountains National Park +0.264187 palaios_html_8307405724 palaios_html_8307405724:562:35064:35081 Gething Canada +0.478536 geology_html_4781601757 geology_html_4781601757:266:25366:25374 Rockwell California +0.494429 aapg_ah_534.html aapg_ah_534.html:342:28714:28726 Esopus Monroe County, Florida +0.479457 aapg_ak_122.html aapg_ak_122.html:194:24995:25001 Brazil Senegal +0.538266 aapg_ac_972.html aapg_ac_972.html:157:19044:19052 Monterey Monterey, California +0.69131 aapg_ad_192.html aapg_ad_192.html:70:9568:9574 Paluxy Shreveport, Louisiana +0.248122 aapg_ac_825.html aapg_ac_825.html:556:63543:63549 Carmel Monterey, California +0.254248 aapg_ai_435.html aapg_ai_435.html:28:3392:3406 Niobrara Niobrara, Nebraska +0.90334 cspg_html_9343899465 cspg_html_9343899465:2179:199575:199588 Weatherall Melville Island (Canada) +0.258542 cspg_html_9435196958 cspg_html_9435196958:1254:52248:52272 St. Mary River Lacombe, Alberta +0.258362 jgeology_html_8064855537 jgeology_html_8064855537:793:57459:57478 Niobrara Cheyenne, Wyoming +0.472553 sedimentology_html_4372260172 sedimentology_html_4372260172:387:33153:33170 Wapiabi Lacombe, Alberta +0.47736 aapg_ah_624.html aapg_ah_624.html:133:13259:13274 Mesaverde Beaumont, Texas +0.486664 aapg_af_345.html aapg_af_345.html:32:3651:3662 Black Creek Great Miami River +0.44467 aapg_ac_400.html aapg_ac_400.html:422:49684:49693 Hampshire Jackson County, Missouri +0.260977 gsa_html_8271829751 gsa_html_8271829751:629:54212:54224 Owens Valley California +0.470448 aapg_ai_17.html aapg_ai_17.html:1507:107872:107889 Bluff Plaquemines Parish, Louisiana +0.2395 aapg_aa_999.html aapg_aa_999.html:118:9715:9731 Kinderhook Greenwich, Connecticut +0.259979 aapg_ad_808.html aapg_ad_808.html:688:44889:44896 Thaynes Snake River Canyon (Idaho) +0.23863 aapg_ae_884.html aapg_ae_884.html:563:60734:60742 Colorado LeRoy, Wisconsin +0.259458 aapg_aa_44.html aapg_aa_44.html:63:7798:7806 Moenkopi Chinle Formation +0.496762 gsa_html_5809405091 gsa_html_5809405091:1061:93510:93538 Green River New Mexico +0.494252 aapg_ae_973.html aapg_ae_973.html:525:38339:38343 Yeso Lubbock, Texas +0.240588 geology_html_8708783169 geology_html_8708783169:23:1684:1690 Denver Colorado +0.4864 aapg_ah_773.html aapg_ah_773.html:132:7921:7938 Bird Spring Reno, Nevada +0.250992 gsa_html_6837513060 gsa_html_6837513060:834:64420:64430 Washington Logan, Utah +0.252 aapg_af_212.html aapg_af_212.html:22:1867:1873 Dayton Texas +0.491064 aapg_ai_468.html aapg_ai_468.html:405:50397:50410 Cotton Valley Alabama +0.483812 gsa_html_9891566604 gsa_html_9891566604:221:24911:24932 Prospect Bennington, Vermont +0.251979 cspg_html_4072152826 cspg_html_4072152826:671:80594:80601 Mistaya Mons +0.512746 gsa_html_6601072480 gsa_html_6601072480:1287:99186:99214 Green River Colorado +0.753078 aapg_ac_881.html aapg_ac_881.html:418:48977:48995 Deadwood Williston, Vermont +0.267794 cspg_html_7573182509 cspg_html_7573182509:24:2915:2930 Nisku Lacombe, Alberta +0.245872 gsa_html_2717448156 gsa_html_2717448156:426:41237:41249 Yellowjacket Deep Creek, Virginia +0.50065 gsa_html_7459848927 gsa_html_7459848927:59:3867:3895 Green River Iran +0.856494 cspg_html_5479700260 cspg_html_5479700260:53:4996:5020 Stony Mountain Manitoba +0.499118 aapg_ad_169.html aapg_ad_169.html:41:5013:5032 Mauch Chunk Huntington, West Virginia +0.855049 cspg_html_4516258038 cspg_html_4516258038:263:27750:27764 Eids Bathurst Island (Northern Territory) +0.477225 cspg_html_7675189126 cspg_html_7675189126:42:6905:6920 Sinwa Southern United States +0.23667 aapg_aa_702.html aapg_aa_702.html:1463:146239:146266 Madison Williston, Vermont +0.455477 aapg_af_236.html aapg_af_236.html:4:630:635 Boggy Holdenville, Oklahoma +0.253008 aapg_ad_19.html aapg_ad_19.html:5:509:525 Casper Cheyenne, Wyoming +0.257964 cspg_html_5497811468 cspg_html_5497811468:234:31196:31212 Yeoman Williston Basin +0.258572 aapg_ai_17.html aapg_ai_17.html:1227:83394:83407 Chattahoochee Shreveport, Louisiana +0.263165 gsa_html_6982030333 gsa_html_6982030333:910:89791:89797 Oregon Washington (state) +0.49761 aapg_ae_204.html aapg_ae_204.html:423:39029:39040 Peace River Clearwater, Florida +0.268786 aapg_ae_221.html aapg_ae_221.html:91:10843:10861 Vaqueros California +0.5061 aapg_ad_959.html aapg_ad_959.html:22:2529:2543 Kope Kentucky +0.264654 cspg_html_9023649778 cspg_html_9023649778:420:45583:45600 Cardium Lacombe, Alberta +0.472604 cspg_html_6116883777 cspg_html_6116883777:1257:176066:176088 Barlow Inlet Ellesmere Island +0.245016 aapg_ac_855.html aapg_ac_855.html:1040:85970:86001 Nariva Brighton, Michigan +0.507636 aapg_ac_63.html aapg_ac_63.html:37:4820:4829 Smackover Haynesville, Louisiana +0.490356 gsa_html_7980021147 gsa_html_7980021147:92:6786:6792 Brazil Amazon Basin +0.268732 geology_html_3589777851 geology_html_3589777851:11:465:473 Edmonton Earth +0.500612 aapg_ae_47.html aapg_ae_47.html:141:12896:12914 Sallisaw Sallisaw, Oklahoma +0.47564 aapg_af_471.html aapg_af_471.html:276:32471:32479 Parkwood Illinois +0.47328 aapg_ah_587.html aapg_ah_587.html:91:8423:8429 Putnam Jackson, Mississippi +0.477225 aapg_ad_584.html aapg_ad_584.html:622:59066:59085 Cotton Valley Mississippi River +0.258063 aapg_ah_505.html aapg_ah_505.html:1403:112003:112037 Colorado Cheyenne Mountain +0.267734 palaios_html_4932824604 palaios_html_4932824604:115:14727:14746 Cloverly Cheyenne, Wyoming +0.509076 aapg_ae_138.html aapg_ae_138.html:102:10276:10282 Midway Mississippi River +0.241462 cspg_html_3233680622 cspg_html_3233680622:822:90742:90763 Bathurst Canadian Arctic Archipelago +0.236944 aapg_ac_219.html aapg_ac_219.html:2170:169111:169116 Weeks South America +0.506996 aapg_af_854.html aapg_af_854.html:985:138894:138910 Girkin Grayson County, Kentucky +0.490167 gsa_html_7020634397 gsa_html_7020634397:571:46109:46135 Ivishak Northwest Arctic Borough, Alaska +0.258063 sedimentology_html_2088284337 sedimentology_html_2088284337:272:24206:24227 Forest Colorado +0.49541 aapg_ah_645.html aapg_ah_645.html:497:59128:59143 Swift Cheyenne, Wyoming +0.488379 aapg_ae_35.html aapg_ae_35.html:35:3362:3383 Green River Uinta Mountains +0.248901 cspg_html_6964953392 cspg_html_6964953392:40:6491:6502 Buick Creek Valhalla, New York +0.45076 geology_html_9528538031 geology_html_9528538031:111:8719:8757 Kingston Peak California +0.48246 aapg_ai_524.html aapg_ai_524.html:63:7464:7473 Bidahochi Chuska Mountains +0.261476 aapg_ai_542.html aapg_ai_542.html:93:9443:9473 Lance Colorado +0.250498 gsa_html_1641861263 gsa_html_1641861263:555:56549:56565 Navajo Salt Lake City +0.677054 aapg_ad_800.html aapg_ad_800.html:107:12757:12763 Coffee Tupelo, Mississippi +0.51219 aapg_af_668.html aapg_af_668.html:30:4879:4885 Pocono Johnstown (city), New York +0.453678 cspg_html_3354282978 cspg_html_3354282978:138:18557:18565 Montreal Quebec City +0.251968 aapg_ac_333.html aapg_ac_333.html:250:32192:32208 Hermosa Durango, Durango +0.265081 aapg_ad_683.html aapg_ad_683.html:689:68653:68658 Supai Coconino County, Arizona +0.250937 aapg_ah_439.html aapg_ah_439.html:188:19293:19298 Tokio Richland, Washington +0.440201 jgeology_html_8494933343 jgeology_html_8494933343:117:5590:5605 Bouse Colorado +0.46872 geology_html_9145998626 geology_html_9145998626:134:12599:12627 Big Cottonwood Moon +0.249991 geology_html_5835205134 geology_html_5835205134:183:16616:16620 Java Sumatra +0.266616 aapg_ae_993.html aapg_ae_993.html:509:52115:52134 Jefferson Logan, Utah +0.496975 cspg_html_4407743346 cspg_html_4407743346:89:14695:14711 Muskeg Black Creek (Toronto) +0.69024 aapg_ad_3.html aapg_ad_3.html:475:45030:45037 Juniata Juniata County School District +0.486563 cspg_html_3627006433 cspg_html_3627006433:679:70918:70930 Wilcox Texas +0.240075 aapg_ae_875.html aapg_ae_875.html:369:42434:42449 Coamo Puerto Rico +0.490496 aapg_ae_461.html aapg_ae_461.html:58:8558:8585 Cotton Valley Arkansas +0.237644 aapg_af_670.html aapg_af_670.html:322:30459:30465 Denver Colorado +0.5073 cspg_html_8438548095 cspg_html_8438548095:344:35502:35510 Paskapoo Edmonton, London +0.254989 gsa_html_8308045298 gsa_html_8308045298:933:86349:86359 Washington Washington (state) +0.499032 aapg_af_959.html aapg_af_959.html:90:9576:9598 Yegua Texas +0.693595 aapg_ah_531.html aapg_ah_531.html:128:14331:14337 Pioche Reno, Nevada +0.467928 cspg_html_3734757529 cspg_html_3734757529:190:32263:32273 Swan Hills Swan Hill, Victoria +0.68305 cspg_html_2769629211 cspg_html_2769629211:140:16604:16623 Hay River Hay River (Canada) +0.266466 cspg_html_6472484014 cspg_html_6472484014:109:14311:14331 La Vieille New Brunswick, New Jersey +0.47136 cspg_html_8740534160 cspg_html_8740534160:165:21007:21014 Selkirk Purcell Mountains +0.511014 aapg_ad_811.html aapg_ad_811.html:45:4386:4394 Beaumont Montgomery (town), New York +0.494 aapg_ae_823.html aapg_ae_823.html:142:10695:10699 Monk Morrow County, Ohio +0.258757 aapg_ac_380.html aapg_ac_380.html:197:24799:24807 Onondaga Tioga, Texas +0.495876 cspg_html_4685751140 cspg_html_4685751140:334:37350:37378 Prairie Regina, Saskatchewan +0.4841 cspg_html_4530154552 cspg_html_4530154552:95:15566:15584 Grayling Victoria, British Columbia +0.4902 aapg_aa_861.html aapg_aa_861.html:582:61016:61025 Allen Bay Little Cornwallis Island +0.261602 aapg_aa_236.html aapg_aa_236.html:89:8061:8069 Oak Flat California +0.202269 aapg_aa_735.html aapg_aa_735.html:94:8760:8770 Keokuk Illinois +0.46893 geology_html_5146003460 geology_html_5146003460:89:6600:6607 Yucatan Guatemala +0.252888 aapg_ai_515.html aapg_ai_515.html:450:50213:50228 Uinta Wasatch Range +0.253456 geology_html_5828016264 geology_html_5828016264:66:5765:5770 Bluff Logan, Utah +0.259931 aapg_ae_648.html aapg_ae_648.html:498:45061:45066 Cadiz Atlantis +0.47124 gsa_html_8319219146 gsa_html_8319219146:381:40487:40501 Potomac Leesburg, Florida +0.258 cspg_html_9214997177 cspg_html_9214997177:270:27091:27134 Prairie Regina, Saskatchewan +0.359766 aapg_ai_696.html aapg_ai_696.html:625:67677:67695 Plympton Reno, Nevada +0.486983 gsa_html_9280112280 gsa_html_9280112280:633:62296:62302 Warner Lake Agassiz +0.88688 cspg_html_3175305741 cspg_html_3175305741:24:3392:3402 Road River Rock River (Iowa) +0.48516 cspg_html_2738241424 cspg_html_2738241424:10:1030:1053 Turner Valley Elkton, Kentucky +0.24735 cspg_html_7833083677 cspg_html_7833083677:3042:241542:241561 Matanuska Anchorage, Alaska +0.25896 geology_html_4334622851 geology_html_4334622851:16:1014:1020 Denver Colorado +0.47628 aapg_ac_414.html aapg_ac_414.html:250:30533:30539 Toroweap Reno, Nevada +0.270231 gsa_html_8035658736 gsa_html_8035658736:797:90031:90037 Oregon Washington (state) +0.340774 aapg_ad_169.html aapg_ad_169.html:305:35699:35714 Bluefield Huntington, West Virginia +0.247296 gsa_html_8491258533 gsa_html_8491258533:282:34239:34248 Sugarloaf Portland, Maine +0.28035 aapg_aa_147.html aapg_aa_147.html:260:31922:31930 Winnipeg Regina, Saskatchewan +0.492975 aapg_af_568.html aapg_af_568.html:653:54314:54326 Beaver Creek Cheyenne, Wyoming +0.47736 gsa_html_4776932480 gsa_html_4776932480:29:2796:2824 Green River New Mexico +0.279292 sedimentology_html_1858663980 sedimentology_html_1858663980:781:44223:44242 Robertson Antarctica +0.46593 aapg_ac_253.html aapg_ac_253.html:67:9922:9928 Frisco Sallisaw, Oklahoma +0.466784 sedimentology_html_3458220619 sedimentology_html_3458220619:503:35410:35414 Hall London, Ontario +0.2652 aapg_af_149.html aapg_af_149.html:150:13380:13394 Frio Shreveport, Louisiana +0.2413 aapg_aa_124.html aapg_aa_124.html:314:31595:31611 Blackstone Crowsnest Pass, Alberta +0.23474 AMJC_html_9500753417 AMJC_html_9500753417:377:47885:47896 Tibbit Hill Middle Ordovician +0.255488 aapg_af_653.html aapg_af_653.html:24:3129:3136 Temblor Monterey, California +0.547734 aapg_aa_416.html aapg_aa_416.html:160:20669:20681 Fernie Regina, Saskatchewan +0.52538 aapg_ad_167.html aapg_ad_167.html:61:9875:9904 Brassfield Cynthiana, Kentucky +0.265856 aapg_ac_723.html aapg_ac_723.html:3:423:442 Mansfield Kentucky +0.504096 cspg_html_9905904289 cspg_html_9905904289:56:8177:8194 Bearpaw Regina, Saskatchewan +0.500944 aapg_ai_153.html aapg_ai_153.html:97:17046:17057 Monongahela Allegheny Mountains +0.250494 cspg_html_4495395109 cspg_html_4495395109:179:18843:18854 San Antonio Texas +0.472443 gsa_html_3096615185 gsa_html_3096615185:564:52517:52530 Nahant Gabbro Cambridge, Massachusetts +0.26367 aapg_ae_415.html aapg_ae_415.html:977:123750:123759 Catahoula Simpson County, Kentucky +0.45864 aapg_ai_491.html aapg_ai_491.html:166:19449:19454 Atoka Atoka, Oklahoma +0.20216 cspg_html_9729377176 cspg_html_9729377176:613:81469:81478 Baldonnel Western Canadian Sedimentary Basin +0.250985 palaios_html_4421656336 palaios_html_4421656336:321:33111:33119 Virginia Reston, Virginia +0.509076 aapg_aa_15.html aapg_aa_15.html:67:8978:8994 Yegua Texas +0.480636 cspg_html_2193428533 cspg_html_2193428533:6:349:392 Doig Lacombe, Alberta +0.466871 sedimentology_html_5664371546 sedimentology_html_5664371546:116:10072:10145 Silica Spain +0.257013 palaios_html_2847312584 palaios_html_2847312584:180:22630:22645 Rochester Ontario, California +0.25428 jgeology_html_3171318738 jgeology_html_3171318738:686:39775:39783 Gallatin Cheyenne, Wyoming +0.476341 aapg_ai_153.html aapg_ai_153.html:255:41251:41259 Colorado Kearny, New Jersey +0.254478 geology_html_4171815030 geology_html_4171815030:12:582:588 Oregon Salem, Oregon +0.249951 aapg_ae_941.html aapg_ae_941.html:35:2920:2934 Pleasant Grove Rusk County, Wisconsin +0.261422 cspg_html_9501006975 cspg_html_9501006975:472:52236:52265 Dunvegan Canada +0.262656 cspg_html_2419618566 cspg_html_2419618566:12:1900:1906 Antler Canada +0.258566 gsa_html_6753732431 gsa_html_6753732431:777:68931:68939 Woodford California +0.25149 aapg_aa_215.html aapg_aa_215.html:733:59615:59621 Denver Jamaica, Queens +0.471378 aapg_ai_491.html aapg_ai_491.html:295:36571:36584 Naco Uinta Mountains +0.27976 sedimentology_html_3200584564 sedimentology_html_3200584564:1333:87445:87462 Cardium Wadsworth, Ohio +0.477288 gsa_html_6281658899 gsa_html_6281658899:778:81237:81245 Colorado Uinta Mountains +0.483246 aapg_af_28.html aapg_af_28.html:661:57261:57269 Virginia Jacksonville, Illinois +0.28461 gsa_html_7012936645 gsa_html_7012936645:195:21966:21977 Martinsburg Hamburg +0.73344 geology_html_8211767968 geology_html_8211767968:274:21241:21253 Dixie Valley Reno, Nevada +0.498847 aapg_ad_971.html aapg_ad_971.html:169:17704:17714 Washington Salem, Oregon +0.260608 aapg_aa_863.html aapg_aa_863.html:472:40849:40864 Mural Arizona +0.27707 jgeology_html_4925928181 jgeology_html_4925928181:761:59401:59408 Theresa Northern Cyprus +0.487542 aapg_ae_319.html aapg_ae_319.html:392:31072:31080 Woodside Vernal, Utah +0.270144 aapg_ai_38.html aapg_ai_38.html:184:19607:19619 Dakota Western world +0.508356 aapg_aa_243.html aapg_aa_243.html:18:2347:2372 Venango Venango, Pennsylvania +0.509229 cspg_html_2661887503 cspg_html_2661887503:106:11446:11470 Thumb Mountain Middle East +0.722178 aapg_ai_17.html aapg_ai_17.html:688:49934:49953 Catahoula Shreveport, Louisiana +0.266087 aapg_ai_584.html aapg_ai_584.html:915:96194:96211 Reclamation Black Hills +0.945516 cspg_html_6985536436 cspg_html_6985536436:700:89664:89681 Hassel Banks Island +0.493812 sedimentology_html_3427043115 sedimentology_html_3427043115:28:2635:2646 Bedford Alaska +0.258552 cspg_html_5295390542 cspg_html_5295390542:228:29907:29921 Doig Western world +0.46314 cspg_html_3465307753 cspg_html_3465307753:5:198:203 Alexo North Portal, Saskatchewan +0.514242 aapg_ae_993.html aapg_ae_993.html:207:18133:18148 Darby Cheyenne, Wyoming +0.254007 cspg_html_9343899465 cspg_html_9343899465:1742:142346:142363 Beverley Inlet Cape Cod +0.252003 gsa_html_4181975259 gsa_html_4181975259:180:18634:18640 Nelson Salem, Oregon +0.246512 aapg_ai_621.html aapg_ai_621.html:37:7207:7213 Sierra Texas +0.48909 gsa_html_7632212878 gsa_html_7632212878:702:62515:62543 Green River Colorado +0.254464 cspg_html_3385840278 cspg_html_3385840278:1587:178051:178076 Beaverhill Lacombe, Alberta +0.838156 aapg_ae_6.html aapg_ae_6.html:633:69142:69147 Sligo County Sligo +0.368277 aapg_ah_469.html aapg_ah_469.html:283:25662:25668 Reklaw Charlotte, North Carolina +0.518 gsa_html_9979192554 gsa_html_9979192554:28:2744:2764 Slope Anchorage, Alaska +0.253991 aapg_ae_755.html aapg_ae_755.html:119:15472:15493 Pungo River North Carolina +0.50076 aapg_ah_888.html aapg_ah_888.html:52:7620:7624 Wise Denton, Greater Manchester +0.243024 gsa_html_5924250698 gsa_html_5924250698:863:82263:82271 Colorado Denver +0.468018 aapg_ak_104.html aapg_ak_104.html:69:10099:10115 Amsden Cheyenne, Wyoming +0.262644 cspg_html_1166788717 cspg_html_1166788717:137:15419:15434 Leduc Lacombe, Alberta +0.26145 jgeology_html_4115179562 jgeology_html_4115179562:167:10823:10839 Lynchburg Unicoi, Tennessee +0.254989 aapg_ae_324.html aapg_ae_324.html:1055:105143:105151 Virginia Knoxville, Tennessee +0.272459 aapg_aa_90.html aapg_aa_90.html:56:4347:4360 Cotton Valley Alabama +0.2545 gsa_html_3648258377 gsa_html_3648258377:788:73398:73414 Tinton Shrewsbury, Massachusetts +0.24816 gsa_html_8473518978 gsa_html_8473518978:14:471:477 Reston Virginia +0.490546 aapg_af_579.html aapg_af_579.html:182:19218:19226 Colorado Dolores River +0.263662 aapg_ad_557.html aapg_ad_557.html:1413:131732:131743 Haynesville Texas +0.389988 cspg_html_2758185645 cspg_html_2758185645:31:5041:5056 Banff Lacombe, Alberta +0.478742 aapg_ac_782.html aapg_ac_782.html:31:5997:6010 Barnett Texas +0.471276 aapg_ai_49.html aapg_ai_49.html:445:56640:56648 Quadrant Cheyenne, Wyoming +0.260538 aapg_ae_67.html aapg_ae_67.html:466:35120:35128 Colorado Brainerd, Minnesota +0.245338 aapg_af_162.html aapg_af_162.html:238:21133:21139 Annona Austin, Chicago +0.271341 aapg_ah_131.html aapg_ah_131.html:52:5035:5042 Rodessa Henderson County, Texas +0.47433 cspg_html_4298557570 cspg_html_4298557570:23:3306:3322 Battle Lacombe, Alberta +0.36624 cspg_html_7942491933 cspg_html_7942491933:99:9538:9556 Dunvegan Pine River (Michigan) +0.235571 aapg_ah_335.html aapg_ah_335.html:193:24759:24764 Price Pottsville, Pennsylvania +0.26563 aapg_ad_244.html aapg_ad_244.html:238:23134:23146 Little Falls Herkimer County, New York +0.477288 geology_html_9177140978 geology_html_9177140978:84:6912:6922 Covey Hill Hudson Valley +0.47223 AMJC_html_3357557350 AMJC_html_3357557350:854:93064:93070 Denver Gulf of Alaska +0.246909 aapg_ah_694.html aapg_ah_694.html:365:44444:44450 Brazil Santiago +0.262119 sedimentology_html_3181527419 sedimentology_html_3181527419:333:19168:19179 Supai McAllen, Texas +0.252865 cspg_html_3248931978 cspg_html_3248931978:738:71260:71265 Logan Mexico +0.489416 aapg_af_15.html aapg_af_15.html:3:186:195 Mesaverde Cheyenne, Wyoming +0.392445 jgeology_html_4115179562 jgeology_html_4115179562:421:31484:31503 New River Huntington, West Virginia +0.49972 aapg_ae_231.html aapg_ae_231.html:6:874:889 Onondaga Helderberg +0.476256 AMJC_html_9664623849 AMJC_html_9664623849:106:14427:14432 Crete Kodiak Island +0.248196 aapg_ae_873.html aapg_ae_873.html:1172:136395:136405 Fort Worth Texas +0.259032 aapg_aa_23.html aapg_aa_23.html:947:123772:123790 Interlake Manitoba +0.507904 aapg_ad_52.html aapg_ad_52.html:11:1116:1133 Michigan Michigan +0.476784 aapg_ac_876.html aapg_ac_876.html:410:41673:41681 Michigan Washington (state) +0.503496 AMJC_html_8831189197 AMJC_html_8831189197:144:17085:17096 Peace River Apalachicola River +0.242484 sedimentology_html_9906287852 sedimentology_html_9906287852:621:53638:53660 Rock Springs Niobrara, Nebraska +0.256688 cspg_html_5699627350 cspg_html_5699627350:493:55254:55272 Cardium Lacombe, Alberta +0.252753 cspg_html_4666332434 cspg_html_4666332434:75:12401:12412 Belly River Lacombe, Alberta +0.475449 gsa_html_1741354143 gsa_html_1741354143:120:11619:11659 Independence Eastern Settlement +0.263667 aapg_aa_993.html aapg_aa_993.html:97:10485:10504 Smackover Arkansas +0.253356 aapg_ae_391.html aapg_ae_391.html:518:48389:48409 Rustler Delaware +0.257526 aapg_ad_580.html aapg_ad_580.html:475:62339:62359 Fort Union Cheyenne, Wyoming +0.24939 geology_html_6060647318 geology_html_6060647318:67:7655:7689 Francisco San Pablo Bay National Wildlife Refuge +0.50721 aapg_ad_691.html aapg_ad_691.html:118:13383:13403 Duck Creek Texas +0.501177 aapg_ae_5.html aapg_ae_5.html:171:18971:18975 Earp Chiricahua Mountains +0.262474 aapg_af_258.html aapg_af_258.html:31:5010:5027 Holder Alamogordo, New Mexico +0.253232 aapg_ai_328.html aapg_ai_328.html:28:3570:3590 Rancheria Rift Valley lakes +0.257895 cspg_html_9941227593 cspg_html_9941227593:629:70841:70849 Billings Golden Valley, Minnesota +0.257346 AMJC_html_1163576052 AMJC_html_1163576052:1233:107679:107700 Martinsburg Pennsylvania +0.25542 cspg_html_7866293053 cspg_html_7866293053:63:7197:7216 Gladstone Fall Creek Falls State Park +0.259081 gsa_html_9119115438 gsa_html_9119115438:412:47442:47448 Oxford Earth +0.499278 aapg_ac_881.html aapg_ac_881.html:632:74862:74881 Winnipeg Middle Ordovician +0.254989 gsa_html_3701935694 gsa_html_3701935694:410:40276:40294 Moretown Quebec City +0.50496 sedimentology_html_2684332389 sedimentology_html_2684332389:653:50198:50207 Mackenzie Colville, Washington +0.481584 cspg_html_2013109828 cspg_html_2013109828:549:80947:80955 Colorado Denver +0.24451 gsa_html_2005293978 gsa_html_2005293978:79:8522:8526 Airy Closter, New Jersey +0.837292 aapg_aa_22.html aapg_aa_22.html:8:1324:1339 Bliss El Paso, Texas +0.252685 aapg_ah_684.html aapg_ah_684.html:319:40525:40546 Piper Western world +0.24144 sedimentology_html_7988027099 sedimentology_html_7988027099:554:39793:39800 Yucatan Mexico +0.255524 gsa_html_1248650603 gsa_html_1248650603:841:78235:78244 Rochester Logan, Utah +0.4233 aapg_ae_789.html aapg_ae_789.html:500:60813:60834 Wabamun Calgary +0.645232 cspg_html_4270552951 cspg_html_4270552951:188:27370:27389 Niobrara Swan River, Manitoba +0.25755 gsa_html_6281658899 gsa_html_6281658899:735:78554:78582 Green River Cheyenne, Wyoming +0.475752 aapg_ah_288.html aapg_ah_288.html:159:16671:16679 Columbia Elk Valley (British Columbia) +0.280731 aapg_aa_803.html aapg_aa_803.html:307:38956:38961 Lance Lacombe, Alberta +0.32193 aapg_ah_430.html aapg_ah_430.html:258:21349:21355 Dakota Entrada Sandstone +0.27084 aapg_ac_807.html aapg_ac_807.html:1102:99067:99075 Columbia Delaware +0.271297 aapg_af_399.html aapg_af_399.html:432:45747:45769 Rock Springs Logan, Utah +0.260568 geology_html_7805343933 geology_html_7805343933:181:18796:18810 Beaufort South Africa +0.251988 aapg_ah_974.html aapg_ah_974.html:87:8771:8777 Lissie Beaumont, Texas +0.268842 cspg_html_9119878068 cspg_html_9119878068:58:7504:7525 Beaverhill Swan Hill, Victoria +0.2595 sedimentology_html_7390870545 sedimentology_html_7390870545:505:40548:40565 Bearpaw Lacombe, Alberta +0.479259 aapg_ae_428.html aapg_ae_428.html:964:76063:76080 Lagarto Burkeville, Texas +0.263153 cspg_html_4937997995 cspg_html_4937997995:588:60410:60432 Severn River East Pen Island +0.490428 aapg_ae_718.html aapg_ae_718.html:52:5584:5617 Curtis Gold Coast, Queensland +0.262656 aapg_ah_427.html aapg_ah_427.html:1076:137361:137371 Rio Grande Texas +0.500225 aapg_ah_411.html aapg_ah_411.html:175:20148:20162 St. Mary River Lacombe, Alberta +0.90024 aapg_ae_419.html aapg_ae_419.html:103:12404:12422 Taraises Mexico +0.25146 aapg_ai_932.html aapg_ai_932.html:455:70888:70908 Point Sal Monterey, California +0.275576 sedimentology_html_7518899751 sedimentology_html_7518899751:1536:82469:82508 Leduc Canada +0.26312 cspg_html_1159794850 cspg_html_1159794850:165:25583:25599 Salina Salina, Kansas +0.281428 aapg_ad_194.html aapg_ad_194.html:534:61339:61362 Bonanza California +0.2583 geology_html_1087076585 geology_html_1087076585:268:20232:20248 Everton Bloomington, Indiana +0.249 gsa_html_5952049575 gsa_html_5952049575:787:78160:78175 Florissant Colorado +0.24941 gsa_html_6893818738 gsa_html_6893818738:12:500:506 Oregon Salem, Oregon +0.258064 jgeology_html_9413634903 jgeology_html_9413634903:820:56959:56963 Elko Reno, Nevada +0.255 aapg_ai_528.html aapg_ai_528.html:147:12359:12365 Brazil Salvador, Bahia +0.884905 aapg_aa_231.html aapg_aa_231.html:741:66770:66788 Niobrara Powder River (Montana) +0.50076 aapg_ad_557.html aapg_ad_557.html:11124:638916:638926 San Andres West, Texas +0.481712 gsa_html_9296779210 gsa_html_9296779210:788:68654:68662 Colorado Colorado +0.26208 aapg_ac_65.html aapg_ac_65.html:900:72722:72739 Maroon Colorado +0.638648 aapg_ad_69.html aapg_ad_69.html:5:740:754 Niobrara Colorado +0.47773 aapg_ae_642.html aapg_ae_642.html:143:14297:14325 Cotton Valley Leon County, Florida +0.503485 gsa_html_2023933346 gsa_html_2023933346:955:90871:90884 Santa Barbara California +0.269325 aapg_ae_147.html aapg_ae_147.html:407:46349:46365 Modelo South Mountains (Arizona) +0.513536 aapg_aa_148.html aapg_aa_148.html:199:22786:22792 Dakota Colorado +0.475629 aapg_ah_428.html aapg_ah_428.html:429:51008:51029 Dagger Flat El Paso, Texas +0.541879 aapg_ac_216.html aapg_ac_216.html:195:17101:17111 Deer Creek Topeka, Kansas +0.261117 palaios_html_8699778504 palaios_html_8699778504:324:31142:31152 Florissant Colorado +0.4685 aapg_aa_861.html aapg_aa_861.html:679:71802:71810 Somerset Canadian Arctic Archipelago +0.251604 cspg_html_3354282978 cspg_html_3354282978:912:98552:98574 Wabamun Lacombe, Alberta +0.2496 aapg_ac_699.html aapg_ac_699.html:191:16813:16828 Sligo Texas +0.490633 cspg_html_4298557570 cspg_html_4298557570:366:46386:46403 Battle Edmonton, London +0.475629 aapg_af_191.html aapg_af_191.html:232:24859:24867 Big Hill Big Hill, Indiana +0.461148 aapg_ad_152.html aapg_ad_152.html:2386:292848:292871 Diamond Peak Reno, Nevada +0.496164 gsa_html_3014011851 gsa_html_3014011851:11:498:511 Santa Barbara California +0.4738 aapg_ae_420.html aapg_ae_420.html:377:28375:28385 Rock River Cheyenne, Wyoming +0.481584 cspg_html_9476379853 cspg_html_9476379853:180:22465:22470 Husky Regina, Saskatchewan +0.470736 cspg_html_9152086986 cspg_html_9152086986:6:350:377 Halfway Victoria, British Columbia +0.465842 gsa_html_5293445820 gsa_html_5293445820:737:75747:75757 West Point Salcha River +0.36704 aapg_af_995.html aapg_af_995.html:525:89090:89107 Clayton Alabama +0.491202 gsa_html_2876063228 gsa_html_2876063228:30:2811:2839 Green River Colorado +0.279792 aapg_ac_517.html aapg_ac_517.html:32:3987:4002 Elk Regina, Saskatchewan +0.267064 aapg_af_315.html aapg_af_315.html:36:3371:3375 Frio Jackson County, Missouri +0.502494 aapg_af_128.html aapg_af_128.html:429:40884:40892 Sundance Powder River (Montana) +0.46065 gsa_html_3860045860 gsa_html_3860045860:375:40337:40348 Ohanapecosh Scio, New York +0.258552 cspg_html_1260733368 cspg_html_1260733368:171:23028:23050 Medicine Hat Logan, Utah +0.265684 palaios_html_2449649505 palaios_html_2449649505:31:3058:3088 Chinle New Mexico +0.140934 aapg_aa_147.html aapg_aa_147.html:520:53838:53865 Red River Red River of the North +0.257964 geology_html_8451126499 geology_html_8451126499:179:17491:17521 Peninsula South Africa +0.272403 cspg_html_2161417858 cspg_html_2161417858:268:37029:37057 Wabamun Canada +0.25041 cspg_html_6472484014 cspg_html_6472484014:404:39482:39502 La Vieille New Brunswick, New Jersey +0.257424 gsa_html_1024107776 gsa_html_1024107776:940:96139:96150 Mauch Chunk New Brunswick, New Jersey +0.265189 cspg_html_1503116552 cspg_html_1503116552:1764:247326:247347 Beaverhill Lacombe, Alberta +0.490049 palaios_html_6034217939 palaios_html_6034217939:632:56218:56233 Liard Canada +0.462927 aapg_af_128.html aapg_af_128.html:186:18629:18635 Casper Laramie, Wyoming +0.500892 gsa_html_3383833903 gsa_html_3383833903:1065:95837:95865 Green River Colorado +0.509427 aapg_ai_17.html aapg_ai_17.html:1084:70707:70726 Chattahoochee Mississippi River +0.474266 aapg_ah_756.html aapg_ah_756.html:35:5604:5609 Choza San Angelo, Texas +0.489114 aapg_af_85.html aapg_af_85.html:268:28890:28909 Waterways Canada +0.494468 jgeology_html_2236057972 jgeology_html_2236057972:937:51639:51649 Washington Seattle +0.267806 sedimentology_html_3490195740 sedimentology_html_3490195740:79:8802:8829 Palliser Williston Basin +0.25168 cspg_html_8247666269 cspg_html_8247666269:503:57185:57206 Christopher Ellesmere Island +0.257484 gsa_html_2664688317 gsa_html_2664688317:810:72902:72907 Rapid Earth +0.256432 aapg_ah_753.html aapg_ah_753.html:96:15151:15161 Boss Point New Caledonia +0.249964 gsa_html_7102550258 gsa_html_7102550258:270:28548:28566 Wingate Chinle Formation +0.470408 palaios_html_1229296810 palaios_html_1229296810:14:689:699 Santa Cruz California +0.247883 cspg_html_9735723617 cspg_html_9735723617:474:59961:59981 Bird Fiord Ellesmere Island +0.43263 sedimentology_html_3083192111 sedimentology_html_3083192111:467:38346:38357 Sangerville Portland, Maine +0.507744 aapg_ah_489.html aapg_ah_489.html:32:3969:3975 Kindle Kentucky +0.466941 aapg_aa_47.html aapg_aa_47.html:411:47229:47245 Belden Sangre de Cristo Range +0.268736 aapg_ae_267.html aapg_ae_267.html:45:4715:4733 Onondaga Pennsylvania +0.239875 cspg_html_3008414459 cspg_html_3008414459:628:69968:69978 Milk River Lacombe, Alberta +0.81087 aapg_ad_918.html aapg_ad_918.html:99:13810:13823 Carlile Colorado +0.46686 cspg_html_9290046117 cspg_html_9290046117:397:44384:44406 Mount Wilson Mount Wilson Observatory +0.255936 aapg_ad_466.html aapg_ad_466.html:394:48652:48659 Raritan Closter, New Jersey +0.888174 aapg_ac_782.html aapg_ac_782.html:214:36241:36254 Barnett Western world +0.256032 gsa_html_3380395839 gsa_html_3380395839:1090:89513:89523 Washington Seattle +0.253532 cspg_html_3068776384 cspg_html_3068776384:487:56551:56568 Cardium Victoria, British Columbia +0.258757 aapg_aa_821.html aapg_aa_821.html:94:10170:10177 Canning Perth, Scotland +0.255025 AMJC_html_5390933660 AMJC_html_5390933660:141:13150:13169 Frontenac Bennington, Vermont +0.5122 aapg_aa_23.html aapg_aa_23.html:526:63114:63134 Red River Regina, Saskatchewan +0.26367 aapg_ac_730.html aapg_ac_730.html:3:202:208 Navajo Logan, Utah +0.251163 cspg_html_3732003228 cspg_html_3732003228:74:10273:10286 Fernie Kootenay River +0.281952 aapg_ae_705.html aapg_ae_705.html:24:3025:3037 Red Mountain Ventura County, California +0.253391 aapg_ah_878.html aapg_ah_878.html:263:30703:30714 Fossil Hill Manitoulin Island +0.264027 aapg_af_372.html aapg_af_372.html:371:33402:33412 Washington Washington (state) +0.502021 aapg_af_903.html aapg_af_903.html:190:24603:24612 Red River Texas +0.72369 aapg_ai_975.html aapg_ai_975.html:1010:81282:81300 Kiamichi East Texas +0.254514 jgeology_html_1004614520 jgeology_html_1004614520:293:17033:17049 Navajo Carmel, Indiana +0.255955 aapg_ah_283.html aapg_ah_283.html:391:41314:41337 Skookumchuck Cowlitz River +0.487784 gsa_html_8222638730 gsa_html_8222638730:803:77277:77302 Thelon Keewatin, Minnesota +0.473946 aapg_aa_563.html aapg_aa_563.html:380:48650:48665 San Miguel Eagle Pass, Texas +0.493218 aapg_aa_458.html aapg_aa_458.html:138:20294:20303 Eel River California +0.252813 aapg_ae_345.html aapg_ae_345.html:402:29036:29041 Eutaw Tuscaloosa, Alabama +0.472725 gsa_html_7354916758 gsa_html_7354916758:824:85071:85096 Merced California +0.490116 cspg_html_6647936472 cspg_html_6647936472:54:5743:5751 Columbia Victoria, British Columbia +0.4995 gsa_html_3022805793 gsa_html_3022805793:127:11140:11168 Green River Colorado +0.4795 aapg_aa_999.html aapg_aa_999.html:3:516:531 Viola Sedgwick County, Kansas +0.486948 geology_html_6612217855 geology_html_6612217855:53:4990:5006 Fernie Lacombe, Alberta +0.253895 gsa_html_6982030333 gsa_html_6982030333:998:96470:96493 Elkhorn Ridge Argillite Houston +0.781016 aapg_ae_805.html aapg_ae_805.html:206:24161:24180 Leadville Albuquerque, New Mexico +0.2505 aapg_ac_97.html aapg_ac_97.html:14:2298:2302 Maya Belize +0.531536 aapg_ad_140.html aapg_ad_140.html:75:6969:6979 Tuscaloosa Paluxy, Texas +0.505512 gsa_html_3380395839 gsa_html_3380395839:883:76425:76431 Kodiak Anchorage, Alaska +0.258542 aapg_ae_908.html aapg_ae_908.html:148:14766:14773 Rustler Salado, Texas +0.260865 aapg_ac_944.html aapg_ac_944.html:83:9854:9892 Arroyo New Mexico +0.494172 aapg_ah_231.html aapg_ah_231.html:32:2927:2936 Smackover County Sligo +0.247955 sedimentology_html_6811924239 sedimentology_html_6811924239:370:17864:17875 Santa Clara Ventura County, California +0.487863 aapg_ad_721.html aapg_ad_721.html:658:66033:66039 Tessey Carlsbad, New Mexico +0.25047 aapg_af_121.html aapg_af_121.html:244:18600:18632 Tensleep Michigan +0.252324 gsa_html_8001782592 gsa_html_8001782592:238:24875:24882 Prairie Peoria, Illinois +0.274918 aapg_ah_418.html aapg_ah_418.html:95:9322:9335 Bearpaw Milk River, Alberta +0.48552 aapg_ah_182.html aapg_ah_182.html:159:15912:15931 Jacksonburg Martinsburg, Nebraska +0.486072 sedimentology_html_4089685201 sedimentology_html_4089685201:1822:122047:122051 Hall London, Ontario +0.274022 aapg_ad_632.html aapg_ad_632.html:59:8906:8914 Fillmore Logan, Utah +0.469368 palaios_html_8113714689 palaios_html_8113714689:280:31581:31589 Au Train Munising, Michigan +0.240792 aapg_af_3.html aapg_af_3.html:204:21172:21177 Supai Arizona +0.4883 geology_html_9271547063 geology_html_9271547063:170:14929:14945 Navajo Logan, Utah +0.857475 aapg_ac_881.html aapg_ac_881.html:47:5616:5634 Deadwood Black Hills +0.249831 aapg_ai_468.html aapg_ai_468.html:300:37263:37280 Bossier Bossier City, Louisiana +0.506782 aapg_af_890.html aapg_af_890.html:196:18956:18974 Whitehorse New Mexico +0.746697 palaios_html_5371490677 palaios_html_5371490677:541:62803:62820 Hampton Iowa +0.49248 cspg_html_8988872363 cspg_html_8988872363:168:23913:23928 Savik Ellesmere Island +0.24206 aapg_ad_54.html aapg_ad_54.html:374:53204:53210 Provo Bering Sea +0.208616 aapg_aa_146.html aapg_aa_146.html:185:25031:25043 Pierre Colorado +0.26112 cspg_html_8509913074 cspg_html_8509913074:67:11841:11869 Eramosa Lockport (city), New York +0.257514 gsa_html_2832151886 gsa_html_2832151886:289:21275:21298 Belle Fourche Lacombe, Alberta +0.464852 gsa_html_4137054086 gsa_html_4137054086:78:6942:6951 Caledonia New Brunswick, New Jersey +0.253456 aapg_ai_17.html aapg_ai_17.html:8:1126:1141 Tampa Melbourne, Florida +0.249991 cspg_html_6306091047 cspg_html_6306091047:134:20166:20175 Baldonnel Victoria, British Columbia +0.247988 aapg_ai_765.html aapg_ai_765.html:154:15654:15668 Bedford Pennsylvania +0.48034 aapg_ai_981.html aapg_ai_981.html:423:33316:33322 Lissie Beaumont, Texas +0.88264 cspg_html_9343899465 cspg_html_9343899465:673:62940:62953 Bird Fiord Bathurst Island (Northern Territory) +0.517888 aapg_ae_59.html aapg_ae_59.html:432:39785:39792 Wasatch Logan, Utah +0.2678 aapg_af_854.html aapg_af_854.html:1244:176972:176981 Aux Vases Bethel, Alaska +0.260091 aapg_ah_318.html aapg_ah_318.html:2797:229901:229918 Todos Santos Guatemala +0.250318 cspg_html_1841843683 cspg_html_1841843683:70:11614:11622 Sawtooth Cheyenne, Wyoming +0.468884 geology_html_2834280640 geology_html_2834280640:238:24535:24542 Francis London, Ontario +0.493569 gsa_html_1123895791 gsa_html_1123895791:1589:108654:108682 Green River Colorado +0.471814 gsa_html_2729737430 gsa_html_2729737430:1311:115997:116006 Extension Boise, Idaho +0.28886 aapg_ad_194.html aapg_ad_194.html:183:19549:19571 Bonanza Providence Mountains State Recreation Area +0.363834 aapg_ah_754.html aapg_ah_754.html:151:18201:18221 Protection Nanaimo +0.267674 aapg_ad_338.html aapg_ad_338.html:193:20367:20380 Potomac Maryland +0.491303 aapg_af_897.html aapg_af_897.html:7:1084:1089 Atoka Allegheny Mountains +0.521479 aapg_ad_858.html aapg_ad_858.html:161:10921:10934 Cotton Valley Columbia Country +0.250325 aapg_ae_29.html aapg_ae_29.html:72:9001:9021 Pottsville Pocono Raceway +0.246753 cspg_html_9275863663 cspg_html_9275863663:109:15670:15691 Slave Point Swan Hill, Victoria +0.494429 aapg_ae_884.html aapg_ae_884.html:138:18010:18022 Pierre Trinidad and Tobago +0.487872 cspg_html_8708246424 cspg_html_8708246424:16:1404:1416 Saskatchewan Victoria, British Columbia +0.501177 aapg_af_785.html aapg_af_785.html:68:7851:7860 Nanafalia Alabama +0.477506 gsa_html_1130947011 gsa_html_1130947011:195:23740:23774 Black River Illinois +0.68256 aapg_ae_244.html aapg_ae_244.html:7:329:335 Blaine Texas +0.459792 aapg_ac_330.html aapg_ac_330.html:61:6264:6270 Ithaca Chenango Forks, New York +0.2515 aapg_ae_268.html aapg_ae_268.html:25:3173:3184 Paint Creek Illinois +0.459476 aapg_ac_782.html aapg_ac_782.html:260:43476:43489 Barnett Lampasas, Texas +0.45984 gsa_html_8505456484 gsa_html_8505456484:12:455:463 Virginia Reston, Virginia +0.46827 gsa_html_9353787239 gsa_html_9353787239:980:86721:86730 Flagstaff Arizona +0.257943 cspg_html_1613963359 cspg_html_1613963359:17:1739:1745 Viking Swan Hill, Victoria +0.258015 aapg_af_11.html aapg_af_11.html:207:21900:21905 Ouray Ouray, Colorado +0.25398 AMJC_html_5908077521 AMJC_html_5908077521:534:56735:56745 Notch Peak Alta, Utah +0.493056 aapg_ad_652.html aapg_ad_652.html:386:47567:47573 Oregon California +0.481514 aapg_af_575.html aapg_af_575.html:1146:164938:164946 Woodbine Murfreesboro, Tennessee +0.264654 aapg_ad_283.html aapg_ad_283.html:402:44124:44134 San Andres Nassau, Bahamas +0.499032 aapg_ac_380.html aapg_ac_380.html:203:25701:25709 Onondaga Edgecliff, New South Wales +0.468414 cspg_html_8571955552 cspg_html_8571955552:235:27801:27807 Alapah Old Crow, Yukon +0.47817 gsa_html_1230649124 gsa_html_1230649124:769:70658:70662 Hall London, Ontario +0.264171 jgeology_html_8447682494 jgeology_html_8447682494:372:23954:23960 Ludlow Quebec City +0.271932 jgeology_html_1762066237 jgeology_html_1762066237:60:2573:2622 Pennington Kentucky +0.687844 AMJC_html_8866429777 AMJC_html_8866429777:391:49816:49847 Red Mountain Alabama +0.253692 aapg_ae_789.html aapg_ae_789.html:69:8833:8851 Palliser Lacombe, Alberta +0.474759 cspg_html_8374021012 cspg_html_8374021012:158:24845:24853 Columbia Canada +0.489538 aapg_ah_807.html aapg_ah_807.html:77:6842:6850 Wolfcamp Lea County Regional Airport +0.487113 gsa_html_1783148177 gsa_html_1783148177:1197:106142:106151 San Diego Mexico +0.70272 aapg_ai_107.html aapg_ai_107.html:565:47562:47581 Shongaloo Shreveport, Louisiana +0.50688 aapg_aa_898.html aapg_aa_898.html:60:8451:8468 Colton North Horn Formation +0.489765 gsa_html_3614490577 gsa_html_3614490577:895:71228:71256 Green River Colorado +0.249991 gsa_html_5865982995 gsa_html_5865982995:1103:119785:119793 Virginia Norfolk, Virginia +0.47712 aapg_af_17.html aapg_af_17.html:402:31264:31282 Tensleep Cheyenne, Wyoming +0.256928 aapg_ac_421.html aapg_ac_421.html:534:59050:59054 Kent Middle East +0.246888 aapg_aa_813.html aapg_aa_813.html:374:42075:42099 Sentinel Butte Williston, Vermont +0.482422 cspg_html_4550597410 cspg_html_4550597410:477:60218:60226 Virginia Kentucky +0.783744 aapg_ac_575.html aapg_ac_575.html:222:36964:36974 Phosphoria Madison River +0.508116 aapg_aa_48.html aapg_aa_48.html:451:46414:46430 Amsden Cheyenne, Wyoming +0.491284 aapg_af_330.html aapg_af_330.html:3:154:202 Slope Wilmington, North Carolina +0.716122 gsa_html_7425483970 gsa_html_7425483970:51:5692:5702 Notch Peak Logan, Utah +0.263168 cspg_html_9435196958 cspg_html_9435196958:291:12866:12881 Lance Cheyenne, Wyoming +0.268068 aapg_af_91.html aapg_af_91.html:426:46891:46904 Blue Mountain Colorado Plateau +0.49648 aapg_ae_223.html aapg_ae_223.html:97:12694:12713 Mesaverde Niobrara, Nebraska +0.317109 aapg_aa_993.html aapg_aa_993.html:69:7299:7317 Woodbine Cayuga, Ontario +0.319894 cspg_html_7833083677 cspg_html_7833083677:2839:231968:231986 Beaufort Canadian Arctic Archipelago +0.252993 aapg_af_4.html aapg_af_4.html:46:5404:5429 Santa Margarita Monterey, California +0.243024 geology_html_2132529104 geology_html_2132529104:26:3001:3011 Santa Cruz California +0.349698 aapg_ad_944.html aapg_ad_944.html:5:633:652 Spearfish Regina, Saskatchewan +0.499155 aapg_ad_568.html aapg_ad_568.html:89:14987:15005 Morrison New Mexico +0.50424 aapg_af_11.html aapg_af_11.html:71:9486:9503 Tapeats Sandstone San Juan Mountains +0.466704 aapg_ah_217.html aapg_ah_217.html:217:26344:26354 Montgomery Lee County, Alabama +0.277202 cspg_html_1265381145 cspg_html_1265381145:248:24040:24053 Wabamun Lacombe, Alberta +0.35713 palaios_html_6404782987 palaios_html_6404782987:321:47393:47412 Fairview Kentucky +0.507756 sedimentology_html_2684332389 sedimentology_html_2684332389:79:8237:8246 Athabasca Arctic +0.49851 cspg_html_4132771434 cspg_html_4132771434:361:47126:47159 Gething Lacombe, Alberta +0.26368 aapg_ai_720.html aapg_ai_720.html:261:29456:29463 Magothy Closter, New Jersey +0.2562 gsa_html_6944235645 gsa_html_6944235645:415:30720:30742 Dixon Pilbara craton +0.253952 aapg_ah_82.html aapg_ah_82.html:374:36130:36136 Sierra Coahuila +0.253872 aapg_ac_741.html aapg_ac_741.html:353:40228:40245 White River Nebraska +0.308286 aapg_ac_899.html aapg_ac_899.html:107:9482:9491 Smackover Cotton Valley, Louisiana +0.25755 aapg_ai_233.html aapg_ai_233.html:106:11252:11269 Vicksburg Hastings, Minnesota +0.48858 sedimentology_html_9562282132 sedimentology_html_9562282132:2145:74787:74815 Drakes California +0.280891 gsa_html_7302180468 gsa_html_7302180468:546:49433:49447 Kootenay Lacombe, Alberta +0.484352 gsa_html_1420361492 gsa_html_1420361492:1410:125797:125825 Green River Colorado +0.261252 aapg_aa_734.html aapg_aa_734.html:566:57538:57556 Monterey California +0.228962 aapg_ad_2.html aapg_ad_2.html:1755:230845:230850 Levis Quebec City +0.246402 cspg_html_7777724998 cspg_html_7777724998:141:20843:20863 Loon River Lacombe, Alberta +0.2495 aapg_ad_358.html aapg_ad_358.html:87:12848:12866 Jackson Ocala, Florida +0.49707 aapg_aa_422.html aapg_aa_422.html:6:617:630 Santa Barbara Monterey, California +0.276108 aapg_ah_337.html aapg_ah_337.html:336:41298:41309 Pine Island Cotton Valley, Louisiana +0.507906 aapg_ad_575.html aapg_ad_575.html:137:19132:19158 Entrada New Mexico +0.265225 aapg_ae_416.html aapg_ae_416.html:3:161:185 Anahuac Texas +0.472524 aapg_ak_87.html aapg_ak_87.html:28:5310:5331 Hueco Naco, Sonora +0.877026 aapg_ad_2.html aapg_ad_2.html:1053:143776:143788 Chambersburg Great Valley, New York +0.25452 cspg_html_3354282978 cspg_html_3354282978:811:92684:92693 Extension Dolomites +0.510808 cspg_html_3041902517 cspg_html_3041902517:982:108398:108406 Columbia Russia +0.472787 aapg_ak_58.html aapg_ak_58.html:1066:97507:97513 Walker England +0.24035 gsa_html_9310053579 gsa_html_9310053579:658:59142:59155 Roslyn Washington (state) +0.467677 sedimentology_html_7069619943 sedimentology_html_7069619943:569:39678:39683 Cadiz Gibraltar +0.489599 palaios_html_2413654173 palaios_html_2413654173:205:19519:19527 Colorado Toronto +0.477664 aapg_ac_702.html aapg_ac_702.html:173:17507:17524 Lenapah Kansas City, Kansas +0.256486 aapg_af_479.html aapg_af_479.html:661:70898:70916 Cabrillo San Diego +0.2605 aapg_ad_721.html aapg_ad_721.html:387:36594:36611 Queen Guadalupe Mountains National Park +0.499445 gsa_html_3445493534 gsa_html_3445493534:673:71018:71031 Santa Barbara California +0.486675 aapg_aa_302.html aapg_aa_302.html:14:2327:2334 Oquirrh Wood River (Oregon) +0.503712 aapg_ai_975.html aapg_ai_975.html:173:20095:20112 Hosston County Sligo +0.466416 cspg_html_7550088587 cspg_html_7550088587:13:1826:1835 Whitewood Genesee County, Michigan +0.498225 cspg_html_3966956195 cspg_html_3966956195:324:29396:29433 Slave Point Victoria, British Columbia +0.901478 aapg_aa_23.html aapg_aa_23.html:695:87970:87985 Interlake Manitoba +0.267794 aapg_ai_468.html aapg_ai_468.html:256:31445:31462 Bossier Cotton Valley, Louisiana +0.496544 cspg_html_7409170811 cspg_html_7409170811:351:53523:53539 Exshaw Jura Mountains +0.48278 cspg_html_1333179361 cspg_html_1333179361:36:4653:4666 Turner Valley Lacombe, Alberta +0.234255 aapg_ah_202.html aapg_ah_202.html:305:37451:37465 Woodford Wichita, Kansas +0.505136 cspg_html_8426933697 cspg_html_8426933697:349:48631:48652 Belly River Western Canadian Sedimentary Basin +0.476556 cspg_html_1962846283 cspg_html_1962846283:538:66273:66290 Cadomin Lacombe, Alberta +0.260478 sedimentology_html_9420472807 sedimentology_html_9420472807:657:55307:55314 Jackson London, Ontario +0.24794 aapg_ak_114.html aapg_ak_114.html:79:9209:9215 Provo Caspian Sea +0.47593 AMJC_html_3632105729 AMJC_html_3632105729:222:32699:32723 Martin Snake River Canyon (Idaho) +0.487863 geology_html_1456717882 geology_html_1456717882:12:609:619 Washington Earth +0.24144 cspg_html_3328007773 cspg_html_3328007773:319:29327:29348 Fish Scales Westgate, Canterbury +0.466026 cspg_html_2172704722 cspg_html_2172704722:794:93126:93134 Moosebar Victoria, British Columbia +0.492926 aapg_af_482.html aapg_af_482.html:73:9870:9892 Todos Santos Honduras +0.500612 aapg_ae_63.html aapg_ae_63.html:311:32367:32385 Evanston Evanston, Wyoming +0.488448 aapg_af_333.html aapg_af_333.html:10:1688:1721 Reedsville Pennsylvania +0.249458 cspg_html_4176605708 cspg_html_4176605708:593:61568:61588 Colorado Canada +0.473598 aapg_ae_145.html aapg_ae_145.html:301:28471:28490 Matanuska Matanuska-Susitna Valley +0.877968 aapg_ac_791.html aapg_ac_791.html:103:15216:15235 Barnett McCulloch County, Texas +0.931 gsa_html_8152640301 gsa_html_8152640301:760:71216:71235 Talkeetna Talkeetna Mountains +0.23863 palaios_html_2847312584 palaios_html_2847312584:282:37337:37347 Whitewater Waynesville, North Carolina +0.242176 cspg_html_9905904289 cspg_html_9905904289:22:3879:3893 Edmonton Lacombe, Alberta +0.47 aapg_ah_536.html aapg_ah_536.html:118:16191:16211 Fredericksburg Paluxy, Texas +0.242905 gsa_html_7354916758 gsa_html_7354916758:972:94090:94099 Extension Tyrrhenian Sea +0.259 gsa_html_1617077506 gsa_html_1617077506:975:92146:92154 Columbia Victoria, British Columbia +0.247434 aapg_ad_351.html aapg_ad_351.html:403:36578:36597 Northview Sedalia, Missouri +0.257374 cspg_html_8057060038 cspg_html_8057060038:272:31188:31196 Columbia Victoria, British Columbia +0.491071 gsa_html_9181545711 gsa_html_9181545711:697:67135:67153 Fountain Colorado +0.257013 sedimentology_html_3914054382 sedimentology_html_3914054382:160:16873:16881 Scotland Eastern Settlement +0.510291 aapg_ac_913.html aapg_ac_913.html:204:18261:18276 Atoka Atoka, Oklahoma +0.251496 aapg_ah_385.html aapg_ah_385.html:175:21598:21612 Yolo Central Valley (California) +0.4745 gsa_html_5272671610 gsa_html_5272671610:687:64183:64203 Mt Lytton Victoria, British Columbia +0.489712 jgeology_html_1836103970 jgeology_html_1836103970:438:35088:35124 New Glasgow Canada +0.242928 aapg_ae_419.html aapg_ae_419.html:2953:191881:191898 La Pena Durango, Durango +0.488592 aapg_ae_842.html aapg_ae_842.html:30:3526:3546 Bow Island Toole County, Montana +0.48504 aapg_ad_2.html aapg_ad_2.html:1034:141307:141323 Nittany Williamsburg, Virginia +0.480365 sedimentology_html_6796772959 sedimentology_html_6796772959:748:59444:59461 Wilcox Texas +0.26775 cspg_html_5484260516 cspg_html_5484260516:81:10172:10188 Exshaw Lacombe, Alberta +0.481792 aapg_ah_198.html aapg_ah_198.html:518:65512:65530 Monterey California +0.265468 cspg_html_9474105160 cspg_html_9474105160:33:6478:6494 Fernie Kootenay River +0.266016 aapg_ad_371.html aapg_ad_371.html:148:14442:14448 Sparta Ville Platte, Louisiana +0.47481 gsa_html_9700204933 gsa_html_9700204933:786:80151:80179 Green River Colorado +0.482258 cspg_html_1118978429 cspg_html_1118978429:32:4104:4121 Cadomin Fernie, British Columbia +0.268308 cspg_html_2198503252 cspg_html_2198503252:6:574:582 Colorado Boise, Idaho +0.262063 palaios_html_9876040400 palaios_html_9876040400:901:81864:81870 Denver Nebraska +0.271808 cspg_html_2184632302 cspg_html_2184632302:6:446:465 Athabasca Lake Athabasca +0.247979 aapg_ah_49.html aapg_ah_49.html:303:34009:34023 Violin Breccia Castaic, California +0.255021 gsa_html_9161666105 gsa_html_9161666105:29:932:941 Peninsula Quebec City +0.856851 aapg_ad_466.html aapg_ad_466.html:889:96198:96205 Magothy Delaware +0.266175 aapg_ak_73.html aapg_ak_73.html:18:2012:2035 Tongue River Cheyenne, Wyoming +0.26208 aapg_aa_761.html aapg_aa_761.html:576:70320:70338 Dunvegan Lacombe, Alberta +0.269868 sedimentology_html_1033745069 sedimentology_html_1033745069:1121:61751:61758 Clipper Eaton, Ohio +0.252525 aapg_ad_379.html aapg_ad_379.html:492:41285:41295 San Andres New Mexico +0.263105 sedimentology_html_7874076821 sedimentology_html_7874076821:1870:99044:99049 Rapid Lacombe, Alberta +0.269959 aapg_ae_176.html aapg_ae_176.html:338:43343:43362 Viking Lacombe, Alberta +0.27927 aapg_ad_11.html aapg_ad_11.html:159:22921:22931 Hell Creek Fort Union Trading Post National Historic Site +0.49115 aapg_ae_253.html aapg_ae_253.html:145:18401:18410 Smackover Arkansas +0.492014 aapg_aa_696.html aapg_aa_696.html:698:76026:76034 Colorado Colorado +0.25088 AMJC_html_3632105729 AMJC_html_3632105729:11:533:539 Oregon Salem, Oregon +0.479808 aapg_ad_852.html aapg_ad_852.html:78:7465:7485 Purgatoire Quay County, New Mexico +0.489538 gsa_html_8233590118 gsa_html_8233590118:1103:93029:93057 Green River Colorado +0.24451 aapg_aa_904.html aapg_aa_904.html:73:7062:7072 Milk River Canada +0.25908 geology_html_9141742963 geology_html_9141742963:160:12604:12625 Green River Cheyenne, Wyoming +0.263682 aapg_ad_784.html aapg_ad_784.html:549:59216:59221 Sespe Santa Clara, California +0.495803 aapg_ae_984.html aapg_ae_984.html:26:3185:3191 Salado Carlsbad, New Mexico +0.266772 cspg_html_6816015957 cspg_html_6816015957:507:51977:51985 Columbia Lacombe, Alberta +0.48042 palaios_html_2221534395 palaios_html_2221534395:461:50245:50249 Kope Kentucky +0.250832 palaios_html_3084590638 palaios_html_3084590638:595:57048:57074 Monterey California +0.263592 geology_html_2031965416 geology_html_2031965416:306:24702:24708 Moscow Russia +0.508816 aapg_aa_940.html aapg_aa_940.html:124:13515:13534 Aux Vases Missouri River +0.387136 aapg_aa_289.html aapg_aa_289.html:161:15500:15526 Laketown Dolomite Bear Lake, Michigan +0.252909 palaios_html_9659582915 palaios_html_9659582915:413:37149:37159 Washington Closter, New Jersey +0.49278 cspg_html_8145657505 cspg_html_8145657505:94:14406:14442 Keg River Lacombe, Alberta +0.245232 cspg_html_4834279610 cspg_html_4834279610:100:11834:11849 Banff Western world +0.489984 sedimentology_html_9550478777 sedimentology_html_9550478777:145:11841:11847 Percha Puerto Palomas, Chihuahua +0.488696 gsa_html_8951179545 gsa_html_8951179545:974:96513:96516 Arc Santa Cruz, California +0.473324 AMJC_html_4318504504 AMJC_html_4318504504:500:52505:52513 Colorado Pueblo, Colorado +0.49972 aapg_af_854.html aapg_af_854.html:1407:205026:205041 Sparta Richland, Washington +0.466026 aapg_ah_157.html aapg_ah_157.html:58:8593:8601 Michigan Michigan +0.256905 palaios_html_1829506285 palaios_html_1829506285:394:29539:29548 San Pedro Kingdom of Asturias +0.499896 cspg_html_6255491344 cspg_html_6255491344:53:8388:8405 Fernie Kootenay River +0.497034 aapg_ah_97.html aapg_ah_97.html:117:14223:14228 Chazy Knoxville, Tennessee +0.240099 aapg_ae_66.html aapg_ae_66.html:114:10917:10936 Whitewood Powder River (Montana) +0.67257 cspg_html_3796928998 cspg_html_3796928998:59:8813:8831 Winnipeg Great Lakes region (North America) +0.249498 cspg_html_3501550466 cspg_html_3501550466:60:10380:10389 Hay River Lacombe, Alberta +0.271722 aapg_ad_347.html aapg_ad_347.html:102:5916:5932 Tessey Pecos County, Texas +0.267285 palaios_html_6944542452 palaios_html_6944542452:705:56474:56507 Moenkopi Logan, Utah +0.4239 aapg_aa_598.html aapg_aa_598.html:3:528:536 Red Peak Cheyenne, Wyoming +0.240075 aapg_ai_236.html aapg_ai_236.html:160:15034:15052 Venango Pleasantville, Venango County, Pennsylvania +0.273004 cspg_html_9361096527 cspg_html_9361096527:671:66188:66200 Judith River Lacombe, Alberta +0.26058 sedimentology_html_8006979411 sedimentology_html_8006979411:1325:99398:99415 Cardium Victoria, British Columbia +0.270914 aapg_ah_476.html aapg_ah_476.html:10:1979:1991 Fayetteville Arkansas +0.477012 palaios_html_5766254008 palaios_html_5766254008:62:7653:7672 Manorkill Schoharie Creek +0.482532 cspg_html_8612721867 cspg_html_8612721867:544:62727:62743 Nisku Southern Alberta +0.458052 aapg_aa_4.html aapg_aa_4.html:138:17980:17997 Genesee Middlesex +0.38423 aapg_aa_289.html aapg_aa_289.html:154:15053:15072 Fish Haven Dolomite Boise, Idaho +0.256452 cspg_html_3367984758 cspg_html_3367984758:187:23924:23935 Slave Point Lacombe, Alberta +0.265468 aapg_af_98.html aapg_af_98.html:8:1306:1312 Dakota Dakota County, Minnesota +0.479688 aapg_ac_271.html aapg_ac_271.html:6:596:612 Bedford Crawford County, Georgia +0.247808 aapg_ak_55.html aapg_ak_55.html:204:21033:21045 Huntersville Gilmer County, Georgia +0.2652 cspg_html_4859889874 cspg_html_4859889874:487:49286:49295 Cathedral Lacombe, Alberta +0.497203 gsa_html_8010927234 gsa_html_8010927234:361:29542:29570 Littleton Portland, Maine +0.80892 aapg_aa_23.html aapg_aa_23.html:223:23827:23835 Winnipeg Pelican Lake, Wisconsin +0.25428 geology_html_9206708719 geology_html_9206708719:235:21092:21099 Pearson Spain +0.50343 aapg_ac_888.html aapg_ac_888.html:344:22791:22801 Washington Athens, Georgia +0.261612 sedimentology_html_7692801661 sedimentology_html_7692801661:1023:86947:86958 Black River Ontario, California +0.247296 aapg_ae_67.html aapg_ae_67.html:467:35257:35265 Colorado Colorado +0.235494 aapg_ac_235.html aapg_ac_235.html:125:13356:13362 Lakota Black Hills +0.468806 aapg_af_0.html aapg_af_0.html:577:65313:65333 Mucuchachi Colorado +0.275525 aapg_aa_12.html aapg_aa_12.html:300:30669:30675 Warsaw Meramec River +0.46683 aapg_aa_537.html aapg_aa_537.html:457:53512:53518 Oswego Mississippi River +0.259065 sedimentology_html_9244748069 sedimentology_html_9244748069:1984:122529:122536 Gateway Colorado +0.26059 aapg_ah_751.html aapg_ah_751.html:57:4512:4521 Boquillas Austin, Chicago +0.463572 aapg_ae_250.html aapg_ae_250.html:21:2699:2705 Denver Colorado +0.266207 AMJC_html_1252169248 AMJC_html_1252169248:1123:105153:105177 Protection Hartford, Connecticut +0.257544 aapg_ad_683.html aapg_ad_683.html:87:13139:13155 Kaibab Fort Defiance (Illinois) +0.485706 gsa_html_7499737388 gsa_html_7499737388:816:58794:58822 Green River Iran +0.491064 cspg_html_7350557114 cspg_html_7350557114:212:23321:23339 Imperial Canada +0.2705 gsa_html_3936574180 gsa_html_3936574180:598:62513:62523 Washington Boise, Idaho +0.277729 palaios_html_1262064602 palaios_html_1262064602:1048:103064:103095 Chinle Arizona +0.498848 gsa_html_7102550258 gsa_html_7102550258:280:30011:30039 Carmel Logan, Utah +0.508116 aapg_ac_782.html aapg_ac_782.html:180:31199:31208 Red River Southeast Asia +0.34336 cspg_html_6252417471 cspg_html_6252417471:452:62689:62705 Hassel District Council of Franklin Harbour +0.27472 aapg_ah_724.html aapg_ah_724.html:382:45947:45965 Dunvegan Ganges +0.509486 aapg_ae_961.html aapg_ae_961.html:338:26597:26603 Pierre Niobrara, Nebraska +0.267 sedimentology_html_6049996947 sedimentology_html_6049996947:262:19011:19022 Green River Logan, Utah +0.504339 gsa_html_1412681096 gsa_html_1412681096:987:86816:86844 Green River Colorado +0.266532 aapg_ah_487.html aapg_ah_487.html:52:6705:6711 Midway India +0.46452 sedimentology_html_9914652913 sedimentology_html_9914652913:110:9474:9508 Protection Lake Michigan +0.260977 aapg_aa_826.html aapg_aa_826.html:370:36635:36643 Virginia North Carolina +0.437034 geology_html_7245620789 geology_html_7245620789:11:532:544 Rhode Island Newport, Rhode Island +0.4551 aapg_ah_779.html aapg_ah_779.html:646:120260:120268 Quadrant Boise, Idaho +0.494982 gsa_html_3069013284 gsa_html_3069013284:557:58769:58794 Chinle Colorado Plateau +0.262108 cspg_html_4341656515 cspg_html_4341656515:322:31395:31403 Columbia Victoria, British Columbia +0.527 jgeology_html_4305195651 jgeology_html_4305195651:3009:213091:213111 Pottsville Pottsville, Pennsylvania +0.269352 geology_html_9466127341 geology_html_9466127341:14:856:865 San Diego California +0.257045 sedimentology_html_9122394349 sedimentology_html_9122394349:581:36902:36910 Montreal Quebec City +0.26469 aapg_ai_695.html aapg_ai_695.html:8:962:981 Beaumont East Texas +0.2495 gsa_html_9866042258 gsa_html_9866042258:610:48732:48741 East Fork Mount Mazama +0.258937 cspg_html_1019614994 cspg_html_1019614994:300:48291:48321 Banff Lacombe, Alberta +0.485298 cspg_html_9354781888 cspg_html_9354781888:13:2269:2281 Saskatchewan Manitoba +0.25654 aapg_ah_378.html aapg_ah_378.html:281:26717:26732 Queen Artesia, New Mexico +0.489842 aapg_ae_915.html aapg_ae_915.html:157:10445:10461 Lakota Nebraska +0.48958 aapg_ad_567.html aapg_ad_567.html:43:7762:7773 Mowry Sevier orogeny +0.5019 palaios_html_3708745554 palaios_html_3708745554:75:10132:10148 Viking Canada +0.475566 aapg_af_116.html aapg_af_116.html:9:1223:1230 Yucatan Melbourne, Florida +0.502686 aapg_ac_942.html aapg_ac_942.html:49:6975:6990 Elephant Canyon Emery Theatre +0.252416 cspg_html_4319383223 cspg_html_4319383223:663:68949:68979 Doig Lacombe, Alberta +0.258039 aapg_ac_629.html aapg_ac_629.html:146:20041:20051 Citronelle Beaumont, Texas +0.26145 gsa_html_5712812305 gsa_html_5712812305:751:69359:69369 Washington Salem, Oregon +0.729996 aapg_ac_414.html aapg_ac_414.html:186:22550:22560 Phosphoria Mexico +0.288724 aapg_ac_984.html aapg_ac_984.html:174:15310:15320 Eau Claire Franconia, New Hampshire +0.25186 geology_html_6449177757 geology_html_6449177757:314:22376:22383 Calvert Earth +0.46986 geology_html_4561079394 geology_html_4561079394:9:309:334 Navajo Colorado +0.271341 sedimentology_html_9793182930 sedimentology_html_9793182930:833:62642:62669 Hermosa Colorado +0.47838 aapg_ac_722.html aapg_ac_722.html:5:570:580 Trout Lake Wisconsin +0.274052 cspg_html_6895078083 cspg_html_6895078083:236:25689:25706 Heiberg New Jersey +0.27136 cspg_html_5381643866 cspg_html_5381643866:62:7946:7954 Columbia Rocky Brook +0.49062 geology_html_8054317576 geology_html_8054317576:11:495:501 Oregon Salem, Oregon +0.49088 aapg_ah_828.html aapg_ah_828.html:322:25944:25962 La Casita Mexico +0.48735 aapg_af_781.html aapg_af_781.html:16:1479:1499 Palo Pinto Fort Worth, Texas +0.265216 cspg_html_1520641026 cspg_html_1520641026:5:217:223 Ireton Central Alberta +0.263652 cspg_html_8337197939 cspg_html_8337197939:101:13005:13015 Blackstone Turtle Mountain (Alberta) +0.494239 gsa_html_4965235078 gsa_html_4965235078:1167:100748:100776 Green River Colorado +0.28404 aapg_af_614.html aapg_af_614.html:52:4008:4027 Smackover Shreveport, Louisiana +0.51015 aapg_ah_656.html aapg_ah_656.html:214:19139:19157 Grayburg Otero County, New Mexico +0.492336 aapg_ae_845.html aapg_ae_845.html:192:21152:21161 Extension Colorado +0.27336 aapg_aa_23.html aapg_aa_23.html:856:111271:111283 Grand Rapids Lake Winnipeg +0.44022 cspg_html_2184091860 cspg_html_2184091860:88:12731:12738 Romaine Anticosti Island +0.486604 aapg_af_880.html aapg_af_880.html:561:85917:85934 Thrifty Texas +0.476398 aapg_aa_906.html aapg_aa_906.html:613:64936:64942 Casper Cheyenne, Wyoming +0.25347 AMJC_html_1305960228 AMJC_html_1305960228:686:81420:81424 Hall Canada +0.506258 aapg_ad_855.html aapg_ad_855.html:228:23227:23243 Rodessa Navarro County, Texas +0.932427 cspg_html_5241714595 cspg_html_5241714595:679:101962:101974 Winnipegosis Lacombe, Alberta +0.264171 AMJC_html_4473205820 AMJC_html_4473205820:34:1166:1206 Peninsula Mid-Atlantic Ridge +0.257868 aapg_ah_385.html aapg_ah_385.html:287:34352:34371 Logan Glenn County, California +0.944768 cspg_html_8089302449 cspg_html_8089302449:208:34947:34969 Winnipegosis Regina, Saskatchewan +0.489328 aapg_ai_912.html aapg_ai_912.html:18:4095:4101 Hatter Alabama +0.261326 cspg_html_8030881108 cspg_html_8030881108:218:35364:35383 Canrobert Melville Island (Canada) +0.26884 cspg_html_9354781888 cspg_html_9354781888:205:27284:27292 Columbia Victoria, British Columbia +0.260096 palaios_html_2413654173 palaios_html_2413654173:95:8354:8380 Horseshoe Canyon Lacombe, Alberta +0.260075 aapg_ae_638.html aapg_ae_638.html:93:9027:9032 Salem Illinois +0.275044 aapg_ae_777.html aapg_ae_777.html:504:59232:59248 Sandia Sangre de Cristo Range +0.49646 aapg_ai_157.html aapg_ai_157.html:22:4127:4133 Salina Michigan +0.268288 aapg_ai_398.html aapg_ai_398.html:17:2608:2617 Smackover Arkansas +0.267273 aapg_ai_561.html aapg_ai_561.html:70:5844:5851 Rodessa Arkansas +0.257013 aapg_ad_747.html aapg_ad_747.html:148:15230:15236 Perija Venezuela +0.245872 cspg_html_4272664788 cspg_html_4272664788:9:813:830 Pekisko Lacombe, Alberta +0.444564 sedimentology_html_3238300064 sedimentology_html_3238300064:2174:127224:127247 Cotton Valley Texas +0.271341 aapg_af_854.html aapg_af_854.html:982:138602:138618 Elwren Bloomington, Indiana +0.244348 aapg_ae_75.html aapg_ae_75.html:199:26432:26448 Epitaph Dolomite New Mexico +0.481143 cspg_html_8464109528 cspg_html_8464109528:76:9722:9729 Manetoe Dolomites +0.478608 aapg_af_638.html aapg_af_638.html:11:1368:1375 Bedford Antrim, County Antrim +0.48297 aapg_ad_73.html aapg_ad_73.html:19:3574:3582 Colorado Colorado Springs, Colorado +0.447944 aapg_ae_694.html aapg_ae_694.html:14:2226:2242 Mt Lytton Texas +0.261919 gsa_html_8010927234 gsa_html_8010927234:355:29043:29067 Perry Rangeley, Maine +0.256725 aapg_ai_296.html aapg_ai_296.html:206:19652:19663 White River Arkansas +0.249494 aapg_ae_169.html aapg_ae_169.html:199:22229:22245 Lawson Melbourne, Florida +0.240352 gsa_html_3648258377 gsa_html_3648258377:330:31512:31529 Magothy Bass River Township, New Jersey +0.238977 cspg_html_4343998218 cspg_html_4343998218:177:20896:20916 Irene Little Cornwallis Island +0.25608 aapg_ae_805.html aapg_ae_805.html:333:39825:39832 Paradox Hermosa, Chicago +0.436464 cspg_html_7595517955 cspg_html_7595517955:306:33823:33847 Eids Melville Island (Canada) +0.486664 aapg_ai_66.html aapg_ai_66.html:405:37008:37017 Mesaverde Colorado +0.255867 jgeology_html_4305195651 jgeology_html_4305195651:1923:143000:143010 Pottsville Pennsylvania +0.495992 aapg_ae_307.html aapg_ae_307.html:197:11891:11908 Ogallala Lubbock, Texas +0.261626 jgeology_html_7911248546 jgeology_html_7911248546:147:6398:6416 Javelina Western world +0.48278 sedimentology_html_9346484023 sedimentology_html_9346484023:1413:96043:96047 Hall London, Ontario +0.48768 aapg_ae_324.html aapg_ae_324.html:497:49940:49949 Knoxville Knoxville, Tennessee +0.271906 cspg_html_4143222666 cspg_html_4143222666:43:5493:5511 Lea Park Western Canadian Sedimentary Basin +0.511638 aapg_ai_582.html aapg_ai_582.html:29:3483:3491 Sawtooth Black Hills +0.242055 aapg_ac_198.html aapg_ac_198.html:44:5569:5585 Mt Lytton Arcadia, California +0.47658 cspg_html_8438548095 cspg_html_8438548095:331:32997:33005 Paskapoo Red Deer, Alberta +0.266448 aapg_aa_856.html aapg_aa_856.html:7:841:850 Smackover Cotton Valley, Louisiana +0.495257 gsa_html_6298696183 gsa_html_6298696183:29:2796:2824 Green River New Mexico +0.256542 gsa_html_2667366192 gsa_html_2667366192:573:53643:53647 Hall California +0.250976 geology_html_3420787727 geology_html_3420787727:211:21914:21924 Washington Boise, Idaho +0.490728 geology_html_7922337916 geology_html_7922337916:11:522:532 Washington Seattle +0.253116 aapg_aa_870.html aapg_aa_870.html:107:11013:11027 Dakota Lone Pine, California +0.259284 sedimentology_html_1338997515 sedimentology_html_1338997515:2511:97879:97905 San Andres New Mexico +0.478541 cspg_html_9343899465 cspg_html_9343899465:1335:111514:111533 Nordstrand Point Ellesmere Island +0.253952 cspg_html_4773367370 cspg_html_4773367370:381:28567:28575 Columbia Victoria, British Columbia +0.48951 sedimentology_html_7800568833 sedimentology_html_7800568833:749:61753:61766 Rockwell Ventura County, California +0.249498 gsa_html_6861599329 gsa_html_6861599329:1113:93467:93474 Shuswap Victoria, British Columbia +0.267273 aapg_ac_126.html aapg_ac_126.html:23:3487:3504 Haynesville Texas +0.467324 aapg_ai_720.html aapg_ai_720.html:429:43249:43252 Pit Closter, New Jersey +0.484632 gsa_html_8398449001 gsa_html_8398449001:844:69826:69831 Logan Boise, Idaho +0.471555 gsa_html_5598634716 gsa_html_5598634716:806:44669:44678 Eel River California +0.43077 cspg_html_6545726692 cspg_html_6545726692:536:54627:54665 Kingston Peak Death Valley +0.475132 aapg_ai_704.html aapg_ai_704.html:27:3558:3564 Brazil Trinidad and Tobago +0.376701 aapg_af_131.html aapg_af_131.html:15:2183:2190 Rustler Nashville Basin +0.2646 aapg_aa_23.html aapg_aa_23.html:797:102701:102711 Cedar Lake Inwood, New York +0.240458 cspg_html_4924970281 cspg_html_4924970281:622:74641:74651 Clearwater Lacombe, Alberta +0.2585 aapg_ah_421.html aapg_ah_421.html:248:19978:19997 Fox Hills Calgary +0.496181 aapg_ac_634.html aapg_ac_634.html:282:32897:32905 Red Cave New Mexico +0.477506 cspg_html_4132771434 cspg_html_4132771434:183:26282:26296 Woodbend Lacombe, Alberta +0.508368 gsa_html_1409496185 gsa_html_1409496185:1168:122352:122380 Green River Colorado +0.47998 aapg_ad_351.html aapg_ad_351.html:876:80508:80530 Reeds Spring Burlington, Ontario +0.50841 aapg_ae_871.html aapg_ae_871.html:329:50667:50677 Loon River Clearwater, Florida +0.27404 aapg_aa_960.html aapg_aa_960.html:27:4160:4177 Entrada Logan, Utah +0.256985 cspg_html_8477386212 cspg_html_8477386212:107:12432:12445 Wabamun Canada +0.275616 jgeology_html_6882545802 jgeology_html_6882545802:139:9918:9922 Kope Cincinnati +0.345016 aapg_ah_260.html aapg_ah_260.html:386:53067:53085 Morrison Colorado Plateau +0.281232 aapg_ae_961.html aapg_ae_961.html:343:27186:27194 Niobrara Niobrara, Nebraska +0.254464 cspg_html_9941518291 cspg_html_9941518291:521:76414:76436 Barlow Inlet Little Cornwallis Island +0.498648 cspg_html_1378826439 cspg_html_1378826439:420:38644:38660 Viking Canada +0.269192 cspg_html_8279079445 cspg_html_8279079445:364:42553:42564 Coal Valley Lacombe, Alberta +0.477617 gsa_html_3241858546 gsa_html_3241858546:14:483:491 Virginia Reston, Virginia +0.487936 cspg_html_1597341612 cspg_html_1597341612:234:21951:21959 Colorado Littleton, Colorado +0.254214 aapg_ae_350.html aapg_ae_350.html:60:5876:5891 Tuscaloosa Tuscaloosa, Alabama +0.702144 aapg_af_608.html aapg_af_608.html:109:12000:12009 Catahoula Shreveport, Louisiana +0.47328 sedimentology_html_2779293272 sedimentology_html_2779293272:1054:56245:56251 Brazil South America +0.225576 AMJC_html_5471526645 AMJC_html_5471526645:540:69462:69470 Virginia Mecklenburg County, North Carolina +0.260036 aapg_ad_557.html aapg_ad_557.html:10461:577610:577628 Kekiktuk Anchorage, Alaska +0.274828 aapg_ai_18.html aapg_ai_18.html:57:4770:4776 Reklaw Charlotte, North Carolina +0.265189 palaios_html_9039698014 palaios_html_9039698014:18:1204:1222 Moenkopi Reno, Nevada +0.2413 sedimentology_html_7385631805 sedimentology_html_7385631805:2269:114055:114061 Jordan Nazca +0.268299 aapg_ai_107.html aapg_ai_107.html:271:28483:28492 Red River Panola County, Mississippi +0.2405 aapg_ae_986.html aapg_ae_986.html:521:56737:56750 Venango Pennsylvania +0.259578 geology_html_3098502702 geology_html_3098502702:12:610:620 Rancheria New Mexico +0.497714 jgeology_html_4729017492 jgeology_html_4729017492:1174:61308:61330 Jackson Canada +0.46965 gsa_html_5756232019 gsa_html_5756232019:916:80037:80043 Reston New Mexico +0.483108 aapg_ah_283.html aapg_ah_283.html:193:20355:20372 Cowlitz Coos Bay +0.448878 aapg_ah_775.html aapg_ah_775.html:70:8990:8998 Woodford New Mexico +0.254007 aapg_ae_454.html aapg_ae_454.html:431:37579:37592 Dorcheat Arkansas +0.494844 AMJC_html_6759408618 AMJC_html_6759408618:268:28225:28236 Martinsburg Great Valley, New York +0.257514 aapg_ah_253.html aapg_ah_253.html:414:49686:49705 Minnelusa Cheyenne, Wyoming +0.258266 cspg_html_7310162886 cspg_html_7310162886:302:40839:40853 Lisburne Anchorage, Alaska +0.48379 gsa_html_1617077506 gsa_html_1617077506:908:87734:87742 Columbia Victoria, British Columbia +0.498324 geology_html_9131630956 geology_html_9131630956:172:14786:14795 New River Virginia +0.48453 aapg_aa_544.html aapg_aa_544.html:277:37745:37753 Frontier Cheyenne, Wyoming +0.27144 aapg_aa_158.html aapg_aa_158.html:663:58151:58170 Cloverly Cheyenne, Wyoming +0.468884 aapg_ai_409.html aapg_ai_409.html:241:27934:27942 Nacatoch Bellevue, Nebraska +0.65902 aapg_aa_23.html aapg_aa_23.html:1088:142288:142297 Interlake Manitoba +0.506625 gsa_html_9725118776 gsa_html_9725118776:813:72306:72334 Green River Colorado +0.485586 cspg_html_4270552951 cspg_html_4270552951:182:26486:26498 Morden Niobrara, Nebraska +0.244528 gsa_html_5627360957 gsa_html_5627360957:64:6394:6408 Troy Arizona +0.2751 aapg_ac_654.html aapg_ac_654.html:45:4673:4681 Camillus New York State Museum +0.253302 cspg_html_4348111624 cspg_html_4348111624:270:38683:38695 Winnipegosis Regina, Saskatchewan +0.49344 aapg_ah_69.html aapg_ah_69.html:215:23415:23423 Michigan Illinois +0.517 gsa_html_2867292195 gsa_html_2867292195:29:2796:2824 Green River Colorado +0.239105 gsa_html_6861599329 gsa_html_6861599329:890:78745:78755 Washington Washington (state) +0.229437 cspg_html_4655200751 cspg_html_4655200751:129:24587:24595 Grosmont Western Canadian Sedimentary Basin +0.27878 aapg_ac_913.html aapg_ac_913.html:28:3191:3206 Atoka Hartshorne, Oklahoma +0.456462 aapg_ac_363.html aapg_ac_363.html:587:64579:64593 Tejon Bena, Minnesota +0.495496 jgeology_html_2964058232 jgeology_html_2964058232:120:9290:9296 Ludlow Sweden +0.262656 aapg_ad_152.html aapg_ad_152.html:178:23672:23680 Arcturus Reno, Nevada +0.255892 gsa_html_2005293978 gsa_html_2005293978:1094:80946:80959 Potomac Delmarva Peninsula +0.47564 aapg_ae_24.html aapg_ae_24.html:223:22729:22741 Rhode Island Block Island +0.265734 aapg_ac_617.html aapg_ac_617.html:29:3529:3537 Oakville Oakville, California +0.480312 aapg_af_861.html aapg_af_861.html:113:12895:12906 Stark Washington (state) +0.248292 aapg_ac_617.html aapg_ac_617.html:154:21582:21599 Lagarto Brazos River +0.25839 sedimentology_html_8384737970 sedimentology_html_8384737970:547:47021:47025 Hall London, Ontario +0.256332 aapg_af_684.html aapg_af_684.html:64:7710:7718 Roseburg Umpqua, Oregon +0.275576 palaios_html_2399848899 palaios_html_2399848899:734:62129:62139 Tuscaloosa Columbus, Ohio +0.259518 cspg_html_5430614285 cspg_html_5430614285:43:6225:6242 Cardium Lacombe, Alberta +0.250776 aapg_ai_67.html aapg_ai_67.html:115:11697:11708 Tulip Creek Texas +0.435386 aapg_aa_867.html aapg_aa_867.html:69:8570:8576 Denver Colorado +0.79265 cspg_html_3102530088 cspg_html_3102530088:315:37615:37633 Lea Park Lacombe, Alberta +0.66332 aapg_ah_260.html aapg_ah_260.html:114:15058:15078 Morrison Cedar Mountains +0.241516 aapg_af_542.html aapg_af_542.html:32:4743:4764 Rockdale Gulf Coast of the United States +0.256928 aapg_af_854.html aapg_af_854.html:1026:144835:144842 Cypress Kentucky +0.449344 aapg_af_46.html aapg_af_46.html:22:4070:4084 Springer Absaroka +0.505741 cspg_html_3447886929 cspg_html_3447886929:176:21904:21925 Lawrence Canada +0.274572 cspg_html_6927586285 cspg_html_6927586285:43:6368:6380 Halfway Lacombe, Alberta +0.483759 cspg_html_4326384800 cspg_html_4326384800:775:108173:108188 Elk Southeast Asia +0.479862 palaios_html_3927097660 palaios_html_3927097660:691:65301:65305 Hall London, Ontario +0.503568 aapg_af_789.html aapg_af_789.html:83:12276:12298 New Scotland Virginia +0.202064 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry Powder River Basin +0.244496 aapg_ae_454.html aapg_ae_454.html:651:59097:59116 Cotton Valley Alabama +0.492531 aapg_ae_204.html aapg_ae_204.html:86:8046:8057 Peace River Sulphur Bay +0.256386 aapg_af_48.html aapg_af_48.html:23:3636:3655 Greenfield Dolomite Salina, Kansas +0.69496 aapg_aa_302.html aapg_aa_302.html:44:5647:5654 Oquirrh Wood River (Oregon) +0.268324 sedimentology_html_8718672678 sedimentology_html_8718672678:998:55262:55279 Cardium Lacombe, Alberta +0.252086 gsa_html_2162821431 gsa_html_2162821431:125:10458:10481 Colorado Gulf of California +0.252416 aapg_af_745.html aapg_af_745.html:681:88773:88785 Rundle Canada +0.258192 aapg_ah_536.html aapg_ah_536.html:520:68387:68403 Walnut Paluxy, Texas +0.48896 gsa_html_3436154175 gsa_html_3436154175:1010:82417:82438 Green River Cheyenne, Wyoming +0.366786 aapg_ae_519.html aapg_ae_519.html:324:35907:35924 Pocono Huntington, West Virginia +0.35182 cspg_html_6665051947 cspg_html_6665051947:545:50938:50955 Bluesky Lacombe, Alberta +0.27196 cspg_html_8509913074 cspg_html_8509913074:421:54284:54301 Eramosa Guelph +0.2655 aapg_ac_720.html aapg_ac_720.html:331:33996:34017 Englishtown Merchantville, New Jersey +0.525198 aapg_aa_125.html aapg_aa_125.html:17:1926:1941 Banff Fernie, British Columbia +0.270396 aapg_ah_528.html aapg_ah_528.html:420:43152:43159 Thaynes Chinle Formation +0.259065 sedimentology_html_9008066459 sedimentology_html_9008066459:791:60920:60932 Owens Valley California +0.869528 aapg_af_854.html aapg_af_854.html:895:126655:126664 Aux Vases Missouri River +0.25602 aapg_ak_55.html aapg_ak_55.html:232:23690:23697 Jackson Putnam County, Florida +0.254518 gsa_html_1217771406 gsa_html_1217771406:1028:95812:95822 Santa Cruz California +0.25347 aapg_ah_3.html aapg_ah_3.html:401:52319:52335 Yeoman Williston, Vermont +0.470074 cspg_html_1509800797 cspg_html_1509800797:135:13330:13354 Blood Reserve Lacombe, Alberta +0.4653 sedimentology_html_7553974053 sedimentology_html_7553974053:1300:113793:113810 Sisquoc California +0.255528 aapg_ai_328.html aapg_ai_328.html:358:37861:37868 Gobbler Mississippian culture +0.2345 cspg_html_8875780398 cspg_html_8875780398:12:1493:1515 Nation River Anchorage, Alaska +0.47439 aapg_ak_26.html aapg_ak_26.html:65:7020:7037 Florida Mountains Sugarloaf Mountain (Florida) +0.269874 cspg_html_4326384800 cspg_html_4326384800:97:14813:14832 Waterways Lacombe, Alberta +0.479136 aapg_ae_324.html aapg_ae_324.html:313:31074:31082 Virginia Newcastle, New South Wales +0.465132 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4576:4596 Success Regina, Saskatchewan +0.244976 aapg_ai_975.html aapg_ai_975.html:804:66124:66137 Comanche Peak Walnut, California +0.244024 cspg_html_4578604607 cspg_html_4578604607:47:6917:6929 Winnipegosis Regina, Saskatchewan +0.268842 aapg_ah_659.html aapg_ah_659.html:16:2631:2646 Uinta Uinta Mountains +0.252973 aapg_ae_113.html aapg_ae_113.html:195:24220:24233 Snowblind Bay Wales Island (British Columbia) +0.25029 cspg_html_2737820587 cspg_html_2737820587:40:6044:6077 Grosmont Lacombe, Alberta +0.48672 aapg_ai_414.html aapg_ai_414.html:103:9723:9733 Henryhouse Frisco, Texas +0.49875 palaios_html_1276188815 palaios_html_1276188815:747:70204:70235 Chinle New Mexico +0.476731 cspg_html_3854139935 cspg_html_3854139935:98:16050:16062 Saskatchewan Lacombe, Alberta +0.27979 aapg_ah_157.html aapg_ah_157.html:232:32520:32525 Knobs Illinois +0.458136 gsa_html_3373332021 gsa_html_3373332021:895:70282:70310 Green River Colorado +0.455507 aapg_ad_402.html aapg_ad_402.html:131:14158:14176 Ramparts Canol Heritage Trail +0.258552 cspg_html_2930376886 cspg_html_2930376886:16:2126:2138 Saskatchewan Lacombe, Alberta +0.246928 gsa_html_7938666655 gsa_html_7938666655:916:80723:80731 Columbia Anchorage, Alaska +0.48379 sedimentology_html_9227563678 sedimentology_html_9227563678:712:48687:48693 Sierra Uruguay +0.241943 aapg_ad_981.html aapg_ad_981.html:296:18941:18953 Bedford Bridgetown, Nova Scotia +0.243536 aapg_aa_754.html aapg_aa_754.html:524:48655:48667 Marble Falls Texas +0.414672 gsa_html_5039569238 gsa_html_5039569238:476:41695:41703 Montreal Lacombe, Alberta +0.485884 aapg_ac_59.html aapg_ac_59.html:53:7223:7243 Point Loma California +0.488136 cspg_html_9735723617 cspg_html_9735723617:2478:208793:208812 Griper Bay District Council of Franklin Harbour +0.48501 aapg_af_854.html aapg_af_854.html:1028:145091:145099 Golconda Illinois +0.263898 aapg_ad_2.html aapg_ad_2.html:1060:145563:145576 Conococheague Wissahickon Formation +0.257775 aapg_ad_858.html aapg_ad_858.html:144:9721:9744 Cotton Valley Lincoln Parish, Louisiana +0.838068 sedimentology_html_3417381350 sedimentology_html_3417381350:688:56298:56318 Monterey California +0.248952 cspg_html_7970178687 cspg_html_7970178687:75:10156:10169 Mountain Park Lacombe, Alberta +0.241572 geology_html_4403865682 geology_html_4403865682:304:26190:26228 Protection San Francisco +0.249488 geology_html_4813695285 geology_html_4813695285:12:512:520 Colorado Denver +0.259316 aapg_ad_325.html aapg_ad_325.html:1119:104487:104496 Smackover Mississippi River +0.246512 aapg_aa_597.html aapg_aa_597.html:181:18351:18359 Scotland England +0.47124 aapg_aa_928.html aapg_aa_928.html:333:38923:38927 Frio Western world +0.235221 AMJC_html_5516451353 AMJC_html_5516451353:348:37119:37138 Cambridge Argillite Middlesex Fells Reservation Parkways +0.491967 gsa_html_7072250018 gsa_html_7072250018:76:6299:6327 Green River Colorado +0.269361 aapg_ah_772.html aapg_ah_772.html:752:63724:63737 Wolfcamp Logan, Utah +0.240075 cspg_html_8756009083 cspg_html_8756009083:764:78427:78447 Pine Point Great Slave Lake +0.507675 palaios_html_7679079277 palaios_html_7679079277:811:68266:68274 Sundance Carmel, Indiana +0.268315 cspg_html_6839937815 cspg_html_6839937815:287:40844:40860 Kaibab Reno, Nevada +0.261855 cspg_html_9222238695 cspg_html_9222238695:507:61634:61646 Fernie Canada +0.491744 geology_html_7030361356 geology_html_7030361356:33:2723:2732 Peninsula India +0.26288 aapg_ae_546.html aapg_ae_546.html:324:34254:34263 Smackover Mississippi River +0.255024 cspg_html_2796643803 cspg_html_2796643803:365:51042:51050 Finnegan Regina, Saskatchewan +0.49244 cspg_html_7182873498 cspg_html_7182873498:219:30527:30534 Eramosa Salina, Kansas +0.432729 cspg_html_4326384800 cspg_html_4326384800:216:26573:26592 Hay River Lacombe, Alberta +0.25551 cspg_html_3385840278 cspg_html_3385840278:87:13185:13210 Beaverhill Edmonton, London +0.655928 aapg_aa_813.html aapg_aa_813.html:429:45621:45635 Indian Meadows Fort Union Trading Post National Historic Site +0.498456 aapg_ad_69.html aapg_ad_69.html:183:13969:13987 Gallatin Gallatin, Tennessee +0.254856 geology_html_6768757956 geology_html_6768757956:201:21918:21927 San Diego California +0.249158 aapg_ad_995.html aapg_ad_995.html:56:7101:7110 Mesaverde Morton, Washington +0.352585 aapg_aa_734.html aapg_aa_734.html:598:59231:59236 Doerun Arkansas +0.388345 aapg_ac_983.html aapg_ac_983.html:390:61230:61250 Bonner Springs Wyandotte, Michigan +0.47672 geology_html_1996438264 geology_html_1996438264:272:23506:23526 Nacimiento New Mexico +0.479808 sedimentology_html_1490163706 sedimentology_html_1490163706:529:41634:41640 Sierra Spain +0.473499 geology_html_8507174430 geology_html_8507174430:18:768:774 Reston Virginia +0.24057 cspg_html_9683836416 cspg_html_9683836416:101:17467:17493 Horseshoe Canyon Lacombe, Alberta +0.501177 aapg_af_854.html aapg_af_854.html:381:49000:49006 Keokuk Burlington, Ontario +0.485199 sedimentology_html_9633602572 sedimentology_html_9633602572:173:13715:13747 Columbia Lacombe, Alberta +0.472602 aapg_af_249.html aapg_af_249.html:42:2610:2625 Indio Texas +0.261626 sedimentology_html_6926841382 sedimentology_html_6926841382:731:51611:51627 Cutler Langford, Bedfordshire +0.526532 aapg_ac_477.html aapg_ac_477.html:592:68413:68430 Cardium Lacombe, Alberta +0.503152 aapg_aa_933.html aapg_aa_933.html:242:22465:22472 Rustler Delaware +0.26163 cspg_html_4550597410 cspg_html_4550597410:292:32104:32114 Table Head West Texas +0.266192 palaios_html_8895470583 palaios_html_8895470583:601:55438:55454 Tamana Trinidad and Tobago +0.499896 aapg_ah_877.html aapg_ah_877.html:98:12318:12339 Green River Cheyenne, Wyoming +0.48636 geology_html_4760757040 geology_html_4760757040:259:26565:26575 Wind River Cheyenne, Wyoming +0.243332 aapg_af_130.html aapg_af_130.html:146:26553:26592 Espiritu Santo Sangre de Cristo Range +0.268243 aapg_ac_714.html aapg_ac_714.html:42:5887:5894 Rierdon Cheyenne, Wyoming +0.485051 gsa_html_4293193873 gsa_html_4293193873:818:72652:72680 Green River Iran +0.247005 gsa_html_5865982995 gsa_html_5865982995:1120:121289:121298 Milwaukee Cheyenne, Wyoming +0.254349 aapg_ad_440.html aapg_ad_440.html:126:11792:11802 Greenbrier Greenbrier (Great Smoky Mountains) +0.255398 geology_html_2158845616 geology_html_2158845616:71:5489:5496 Shuswap Valhalla, New York +0.263662 aapg_ai_804.html aapg_ai_804.html:172:15279:15306 Prairie Williston, Vermont +0.256542 aapg_ah_647.html aapg_ah_647.html:368:39624:39642 Madison Leadville, Colorado +0.501642 aapg_ah_383.html aapg_ah_383.html:62:6407:6416 Knoxville California +0.236052 cspg_html_2372201862 cspg_html_2372201862:10:953:961 Bullhead Clearwater, Florida +0.477696 geology_html_7907725439 geology_html_7907725439:207:18244:18252 Rockwell California +0.240456 geology_html_3195966089 geology_html_3195966089:89:9984:9995 San Jacinto Lake Elsinore, California +0.493954 cspg_html_7866465429 cspg_html_7866465429:21:2332:2351 Kishenehn Victoria, British Columbia +0.511038 aapg_ae_658.html aapg_ae_658.html:226:28969:28981 Rock Springs Cheyenne, Wyoming +0.489255 aapg_ae_465.html aapg_ae_465.html:56:6523:6544 Pine Island County Sligo +0.4826 aapg_ad_68.html aapg_ad_68.html:418:34473:34497 Mansfield Palestinian territories +0.26775 aapg_ad_335.html aapg_ad_335.html:312:36844:36867 Battle Fort Union Trading Post National Historic Site +0.261626 gsa_html_4940410718 gsa_html_4940410718:581:51657:51670 Topanga California +0.24947 geology_html_7814694704 geology_html_7814694704:12:509:518 Wolfville Earth +0.264187 aapg_ah_847.html aapg_ah_847.html:85:9812:9831 New Egypt Monmouth County, New Jersey +0.280314 cspg_html_3473883402 cspg_html_3473883402:412:65550:65565 Nisku Central Alberta +0.255811 aapg_aa_458.html aapg_aa_458.html:165:23707:23717 Washington Norfolk, Virginia +0.480072 cspg_html_9343899465 cspg_html_9343899465:630:60493:60506 Hecla Bay Melville Island (Canada) +0.35121 aapg_ah_847.html aapg_ah_847.html:72:7877:7886 New Egypt Monmouth County, New Jersey +0.262524 geology_html_3197685690 geology_html_3197685690:296:26445:26451 Oregon Washington (state) +0.26985 geology_html_3150776446 geology_html_3150776446:190:17395:17401 Ithaca Washington (state) +0.49373 gsa_html_3502869946 gsa_html_3502869946:357:31292:31323 Alexo Ontario, California +0.422712 cspg_html_2758185645 cspg_html_2758185645:404:41099:41112 Turner Valley Western world +0.268632 jgeology_html_4313811617 jgeology_html_4313811617:511:33628:33642 Northumberland England +0.487956 aapg_aa_796.html aapg_aa_796.html:23:1666:1674 Columbia Victoria, British Columbia +0.258039 aapg_ac_527.html aapg_ac_527.html:220:25395:25405 Washington Pacific coast +0.272356 aapg_ai_705.html aapg_ai_705.html:132:14637:14668 Provo Vienna +0.486324 sedimentology_html_3841637081 sedimentology_html_3841637081:874:40369:40407 Watt Mountain Swan Hill, Victoria +0.48306 gsa_html_6330913937 gsa_html_6330913937:1030:93491:93513 Palm Spring California +0.487272 palaios_html_4648069609 palaios_html_4648069609:594:63894:63903 San Diego Sumida River +0.470378 aapg_aa_960.html aapg_aa_960.html:319:25744:25752 Colorado New Mexico +0.248712 cspg_html_8139359744 cspg_html_8139359744:518:69334:69353 Marcellus Ontario, California +0.473304 palaios_html_3503183206 palaios_html_3503183206:13:665:677 Saskatchewan Regina, Saskatchewan +0.261112 cspg_html_1781462584 cspg_html_1781462584:6:347:359 Rundle Victoria, British Columbia +0.276094 AMJC_html_4299960498 AMJC_html_4299960498:592:77449:77455 Oregon Washington (state) +0.257176 palaios_html_6411384130 palaios_html_6411384130:70:8704:8714 Florissant Florissant, Colorado +0.487475 cspg_html_4915680223 cspg_html_4915680223:18:1951:1970 Read Bay Little Cornwallis Island +0.275621 aapg_ad_2.html aapg_ad_2.html:1074:147616:147637 Beekmantown Maryland +0.49115 gsa_html_5271110133 gsa_html_5271110133:1325:105657:105663 Oxford Crowley, Louisiana +0.344682 aapg_ad_440.html aapg_ad_440.html:946:93737:93743 Denmar Virginia +0.44976 aapg_ah_505.html aapg_ah_505.html:1883:149319:149327 Colorado Colorado +0.496908 cspg_html_5783501569 cspg_html_5783501569:77:9436:9455 Waterfowl Canmore, Alberta +0.247324 aapg_ac_65.html aapg_ac_65.html:3:405:422 Minturn Colorado +0.264096 aapg_ad_721.html aapg_ad_721.html:549:50939:50949 San Andres Glorieta Pass +0.488131 aapg_ai_584.html aapg_ai_584.html:439:43057:43068 Broom Creek Hartville, Missouri +0.479048 aapg_af_317.html aapg_af_317.html:932:107155:107162 Norfolk Norfolk, Virginia +0.486546 sedimentology_html_2115038743 sedimentology_html_2115038743:410:27208:27215 Jackson Great Lakes region (North America) +0.52512 aapg_ad_344.html aapg_ad_344.html:63:7464:7475 White River Hughes County, South Dakota +0.496975 aapg_aa_146.html aapg_aa_146.html:83:10340:10355 Eagle Powder River Basin +0.443592 aapg_ad_683.html aapg_ad_683.html:313:33955:33967 Hermit Little Colorado River +0.452574 cspg_html_8363357104 cspg_html_8363357104:5:211:228 Outram Lacombe, Alberta +0.251988 aapg_ai_28.html aapg_ai_28.html:320:30661:30671 Rio Grande Nueces River +0.36358 gsa_html_4557277250 gsa_html_4557277250:699:63101:63119 Morrison Logan, Utah +0.262128 aapg_ae_65.html aapg_ae_65.html:27:3946:3951 Lance Fort Union Trading Post National Historic Site +0.232224 jgeology_html_1300888380 jgeology_html_1300888380:281:21346:21349 Rye Netherlands +0.274551 aapg_af_225.html aapg_af_225.html:86:9916:9935 Mansfield Pottsville, Pennsylvania +0.472604 aapg_ae_715.html aapg_ae_715.html:506:65931:65945 Frio Texas +0.257316 gsa_html_4415707577 gsa_html_4415707577:881:81840:81849 Red River Earth +0.26986 aapg_ad_800.html aapg_ad_800.html:5:638:653 Eutaw Tuscaloosa, Alabama +0.241566 aapg_ai_82.html aapg_ai_82.html:110:13757:13777 Greenbrier Huntington, West Virginia +0.48735 aapg_ac_333.html aapg_ac_333.html:352:45788:45804 Cutler San Juan Mountains +0.503152 aapg_ad_466.html aapg_ad_466.html:67:6954:6961 Matawan Matawan, New Jersey +0.261057 aapg_ae_973.html aapg_ae_973.html:5:813:823 San Andres Salado, Texas +0.468312 aapg_ah_710.html aapg_ah_710.html:407:44956:44960 Kent Colorado +0.264704 aapg_ai_399.html aapg_ai_399.html:147:15344:15350 Ripley Kentucky +0.479552 cspg_html_5170528958 cspg_html_5170528958:223:30328:30336 Montreal Kingdom of the Netherlands +0.265104 palaios_html_3022467877 palaios_html_3022467877:18:1018:1039 Hornerstown Closter, New Jersey +0.249879 aapg_ah_607.html aapg_ah_607.html:10:854:861 Laramie Julesburg, Colorado +0.487424 aapg_ac_743.html aapg_ac_743.html:130:17257:17271 Lyre Washington (state) +0.477696 aapg_ae_419.html aapg_ae_419.html:266:35524:35544 Georgetown Buda, Texas +0.457326 geology_html_1574115242 geology_html_1574115242:280:24897:24905 Colorado Uinta Mountains +0.2997 aapg_ae_44.html aapg_ae_44.html:73:6869:6879 Palo Pinto Western world +0.249964 gsa_html_2335956331 gsa_html_2335956331:32:3255:3265 Rio Grande New Mexico +0.26624 cspg_html_7971908357 cspg_html_7971908357:132:17095:17103 Columbia Victoria, British Columbia +0.26162 aapg_ad_784.html aapg_ad_784.html:527:57142:57147 Sespe Monterey, California +0.257556 palaios_html_5203200110 palaios_html_5203200110:531:62613:62644 Kope Cincinnati +0.246909 cspg_html_4447054486 cspg_html_4447054486:5:186:206 Nikanassin Lacombe, Alberta +0.274407 AMJC_html_8796200133 AMJC_html_8796200133:874:70950:70958 Scotland Earth +0.269352 aapg_aa_598.html aapg_aa_598.html:19:3030:3038 Red Peak Boise, Idaho +0.48167 aapg_aa_23.html aapg_aa_23.html:253:28186:28204 Winnipeg Lake Winnipeg +0.265734 sedimentology_html_5519089691 sedimentology_html_5519089691:466:53091:53095 Hall London, Ontario +0.275625 gsa_html_5737673651 gsa_html_5737673651:520:43063:43094 Chinle Arizona +0.249228 cspg_html_7963093032 cspg_html_7963093032:340:32893:32913 Bow Island Lacombe, Alberta +0.25398 cspg_html_5170528958 cspg_html_5170528958:156:25750:25783 Grosmont Lacombe, Alberta +0.451242 aapg_ai_489.html aapg_ai_489.html:294:31901:31913 Eureka Sound Ellesmere Island +0.245478 aapg_aa_357.html aapg_aa_357.html:360:33004:33011 Dolores Chinle Formation +0.352538 aapg_ai_315.html aapg_ai_315.html:135:12144:12154 Pascagoula Mississippi River +0.494607 geology_html_6868377343 geology_html_6868377343:14:799:806 El Paso El Paso, Texas +0.261888 cspg_html_7576506617 cspg_html_7576506617:569:72299:72330 Attawapiskat Manitoba +0.266112 aapg_ah_184.html aapg_ah_184.html:160:15869:15878 Mount Ida Crystal Mountain (Washington) +0.25551 sedimentology_html_3811113565 sedimentology_html_3811113565:1591:79694:79707 Marble Canyon Arizona +0.2376 geology_html_4781601757 geology_html_4781601757:38:3814:3825 San Jacinto Lake Elsinore, California +0.251082 aapg_ai_31.html aapg_ai_31.html:29:3500:3518 Oakville Oakville, California +0.486072 cspg_html_5976982403 cspg_html_5976982403:6:633:641 Columbia Victoria, British Columbia +0.243522 gsa_html_5985527169 gsa_html_5985527169:22:1440:1448 Colorado Denver +0.464406 gsa_html_4108535696 gsa_html_4108535696:22:994:1002 Victoria Victoria, British Columbia +0.25449 gsa_html_5696393804 gsa_html_5696393804:1169:71949:71977 Green River Colorado +0.575057 aapg_af_624.html aapg_af_624.html:8:1333:1351 Sundance Colorado +0.470844 geology_html_4847904387 geology_html_4847904387:227:21938:21942 Hall Earth +0.493569 aapg_ai_340.html aapg_ai_340.html:547:52276:52295 Matanuska Matanuska-Susitna Valley +0.455056 aapg_ac_222.html aapg_ac_222.html:486:61413:61430 Hermosa Colorado +0.271416 aapg_ai_49.html aapg_ai_49.html:118:12251:12256 Weber Colorado +0.26977 cspg_html_4132771434 cspg_html_4132771434:742:85419:85427 Columbia Victoria, British Columbia +0.48355 jgeology_html_1095412310 jgeology_html_1095412310:466:28690:28708 Coeymans Western world +0.493626 aapg_ae_684.html aapg_ae_684.html:182:22591:22599 Colorado Denver +0.275878 cspg_html_9713614580 cspg_html_9713614580:112:15209:15233 St. Mary River Western world +0.269824 aapg_af_854.html aapg_af_854.html:636:87662:87668 Warsaw Salem, Massachusetts +0.264638 aapg_ac_835.html aapg_ac_835.html:229:30402:30408 Curtis John Crow Mountains +0.270396 aapg_aa_415.html aapg_aa_415.html:247:33557:33567 White Rock Clarksville, Tennessee +0.282999 cspg_html_8818854104 cspg_html_8818854104:775:80886:80909 Cypress Regina, Saskatchewan +0.262108 geology_html_6295697604 geology_html_6295697604:256:20968:20972 Hall London, Ontario +0.246016 palaios_html_8113714689 palaios_html_8113714689:92:9321:9340 Au Train Munising, Michigan +0.478676 cspg_html_4272664788 cspg_html_4272664788:209:27332:27356 Debolt Elkton, Kentucky +0.248976 aapg_ak_137.html aapg_ak_137.html:542:57658:57667 San Diego California +0.25532 aapg_ac_512.html aapg_ac_512.html:59:6477:6495 Rodessa County Sligo +0.149276 AMJC_html_3664856625 AMJC_html_3664856625:68:9233:9253 Hell Creek Powder River Basin +0.485254 aapg_ad_351.html aapg_ad_351.html:364:33444:33463 Northview Sedalia, Missouri +0.874125 cspg_html_2860054419 cspg_html_2860054419:42:5508:5524 Cabot Head Michigan Basin +0.242446 aapg_ak_136.html aapg_ak_136.html:601:67777:67783 Casper Cheyenne, Wyoming +0.262626 aapg_ah_996.html aapg_ah_996.html:42:5464:5469 Taman Caucasus Mountains +0.479359 aapg_ae_65.html aapg_ae_65.html:366:38556:38575 Goose Egg Cheyenne, Wyoming +0.26469 gsa_html_3199774259 gsa_html_3199774259:96:13173:13182 Peninsula Tioga, Texas +0.26406 aapg_af_653.html aapg_af_653.html:1241:151222:151230 Monterey Santa Monica Mountains +0.353408 sedimentology_html_6084996636 sedimentology_html_6084996636:467:53869:53885 Morgan Logan, Utah +0.489417 palaios_html_3855840708 palaios_html_3855840708:342:31072:31093 White River Cheyenne, Wyoming +0.493568 cspg_html_8374021012 cspg_html_8374021012:105:16161:16184 Mount Forster Purcell Mountains +0.2605 cspg_html_9725676031 cspg_html_9725676031:654:72242:72250 Columbia Victoria, British Columbia +0.257316 aapg_af_981.html aapg_af_981.html:405:41083:41104 Almond Cheyenne, Wyoming +0.243307 aapg_ae_204.html aapg_ae_204.html:348:31235:31246 Peace River Lacombe, Alberta +0.473052 aapg_ae_498.html aapg_ae_498.html:1059:108768:108776 Virginia Middle Ordovician +0.47188 gsa_html_9901339383 gsa_html_9901339383:368:36183:36190 Laramie Carbon County, Wyoming +0.25853 aapg_ac_91.html aapg_ac_91.html:484:37223:37243 Scott Peak Lacombe, Alberta +0.51 gsa_html_6971315050 gsa_html_6971315050:905:82156:82184 Green River Colorado +0.717054 aapg_ai_3.html aapg_ai_3.html:41:6846:6852 Ripley Mississippi River +0.794195 aapg_af_964.html aapg_af_964.html:110:16457:16469 Viking Regina, Saskatchewan +0.55564 aapg_ad_600.html aapg_ad_600.html:119:13394:13405 Beekmantown Clayton County, Georgia +0.463701 cspg_html_7901910248 cspg_html_7901910248:66:8566:8581 Bow Island Colorado +0.244961 jgeology_html_3450428494 jgeology_html_3450428494:956:56434:56450 New Haven Arkose Portland, Oregon +0.449448 aapg_ae_296.html aapg_ae_296.html:345:33009:33024 Yeso San Angelo, Texas +0.46926 geology_html_8632042660 geology_html_8632042660:307:23124:23130 Oregon Earth +0.26159 aapg_ae_822.html aapg_ae_822.html:189:16869:16886 Grimsby Lexington, Kentucky +0.255024 sedimentology_html_8748254640 sedimentology_html_8748254640:125:12469:12489 Toro Cordillera Oriental (Colombia) +0.4841 gsa_html_8035658736 gsa_html_8035658736:797:89925:89948 Martin Salem, Oregon +0.264132 aapg_af_773.html aapg_af_773.html:392:40875:40896 Green River Cheyenne, Wyoming +0.49302 aapg_aa_44.html aapg_aa_44.html:121:14266:14283 Hermosa Colorado +0.282382 cspg_html_4516258038 cspg_html_4516258038:72:9721:9740 Bay Fiord Melville Island (Canada) +0.23836 aapg_ad_760.html aapg_ad_760.html:49:7138:7144 Modelo Santa Clara, California +0.245178 aapg_ai_366.html aapg_ai_366.html:12:1531:1547 Lissie Beaumont, Texas +0.259056 cspg_html_1378826439 cspg_html_1378826439:472:41680:41686 Denver Colorado +0.479744 aapg_ae_265.html aapg_ae_265.html:26:3601:3610 Tuscarora Pennsylvania +0.4815 palaios_html_1461828369 palaios_html_1461828369:25:1940:1953 Santa Barbara California +0.49179 aapg_af_14.html aapg_af_14.html:694:64774:64793 Rock Springs Sweetwater, Miami-Dade County, Florida +0.260268 aapg_ac_486.html aapg_ac_486.html:690:88001:88009 Colorado Colorado +0.248997 palaios_html_8391206976 palaios_html_8391206976:305:44955:44981 Whitewater Netherlands +0.493735 sedimentology_html_3220122506 sedimentology_html_3220122506:1152:93680:93698 Yakataga Anchorage, Alaska +0.469568 aapg_af_162.html aapg_af_162.html:227:19693:19699 Annona Austin, Chicago +0.28458 aapg_ad_564.html aapg_ad_564.html:709:69087:69100 Barnett Western world +0.44979 palaios_html_8929618578 palaios_html_8929618578:560:35918:35927 Peninsula Italy +0.4769 gsa_html_7808051457 gsa_html_7808051457:49:5157:5165 Colorado Colorado +0.256296 aapg_ah_370.html aapg_ah_370.html:227:17763:17771 Traverse Michigan +0.49115 cspg_html_3124360347 cspg_html_3124360347:61:11556:11567 Beekmantown Quebec City +0.261602 cspg_html_3463500725 cspg_html_3463500725:403:45354:45372 Bedford Cheyenne, Wyoming +0.25839 aapg_af_182.html aapg_af_182.html:31:5053:5065 Pierre Niobrara, Nebraska +0.453258 aapg_ah_659.html aapg_ah_659.html:27:3907:3923 Uinta Uinta Mountains +0.71629 aapg_ad_648.html aapg_ad_648.html:3:308:326 Niobrara Denver +0.243542 aapg_ai_491.html aapg_ai_491.html:233:27642:27649 Hermosa Missouri River +0.24255 aapg_ac_714.html aapg_ac_714.html:818:96861:96890 Twin Creek Cheyenne, Wyoming +0.26411 aapg_ac_629.html aapg_ac_629.html:136:19046:19054 Beaumont Oberlin, Ohio +0.47712 palaios_html_4782349341 palaios_html_4782349341:579:53770:53786 Borden Kentucky +0.465778 cspg_html_5381643866 cspg_html_5381643866:403:51047:51055 Columbia Victoria, British Columbia +0.258552 palaios_html_4216189038 palaios_html_4216189038:459:41117:41136 Beaufort Canadian Arctic Archipelago +0.48048 aapg_ad_0.html aapg_ad_0.html:164:16260:16277 Black River Michigan +0.279306 aapg_ae_156.html aapg_ae_156.html:351:45845:45858 Turner Valley Canada +0.259434 aapg_ad_715.html aapg_ad_715.html:251:30624:30631 Lenapah Holdenville, Oklahoma +0.257466 aapg_ac_490.html aapg_ac_490.html:367:50249:50266 Gething Victoria, British Columbia +0.497547 cspg_html_3860685167 cspg_html_3860685167:487:50929:50950 Etherington Nelson, New Zealand +0.260478 aapg_ac_333.html aapg_ac_333.html:693:83504:83517 Abo New Mexico +0.47124 aapg_ai_958.html aapg_ai_958.html:94:9145:9152 Lagarto Oakville, California +0.255528 AMJC_html_6341723617 AMJC_html_6341723617:1193:99974:99999 Flagstaff Logan, Utah +0.247494 aapg_aa_601.html aapg_aa_601.html:99:10450:10471 Bell El Capitan +0.261096 geology_html_9622075409 geology_html_9622075409:9:365:375 Santa Cruz California +0.25806 gsa_html_2989317971 gsa_html_2989317971:748:77023:77045 Challis Reno, Nevada +0.237276 aapg_ai_49.html aapg_ai_49.html:348:43781:43791 Bear River Cheyenne, Wyoming +0.248496 gsa_html_8491258533 gsa_html_8491258533:417:46422:46429 Concord Hooksett, New Hampshire +0.50806 aapg_ae_185.html aapg_ae_185.html:333:28864:28877 Cotton Valley Cotton Valley, Louisiana +0.500511 aapg_ae_794.html aapg_ae_794.html:213:26499:26519 Coon Creek Selma to Montgomery marches +0.24543 gsa_html_1914392923 gsa_html_1914392923:192:21549:21569 Palms Biskra Province +0.410328 geology_html_3955327635 geology_html_3955327635:400:25214:25222 Montreal Quebec City +0.225594 aapg_ad_440.html aapg_ad_440.html:135:13221:13234 Little Valley Huntington, West Virginia +0.246422 aapg_ah_506.html aapg_ah_506.html:351:33849:33868 Detroit River Michigan Basin +0.2475 sedimentology_html_5888302449 sedimentology_html_5888302449:280:18621:18630 Eel River Northern California +0.262926 aapg_ac_478.html aapg_ac_478.html:477:54755:54760 Logan McArthur River uranium mine +0.254925 aapg_ai_459.html aapg_ai_459.html:315:33115:33130 Dog Creek Wichita Mountains +0.493115 aapg_ai_491.html aapg_ai_491.html:418:51908:51925 Hermosa San Juan, Argentina +0.476672 cspg_html_4694482219 cspg_html_4694482219:608:63845:63872 Horseshoe Canyon Drumheller +0.254518 gsa_html_7605900420 gsa_html_7605900420:167:17678:17684 Antler Reno, Nevada +0.268752 cspg_html_6331977039 cspg_html_6331977039:53:5496:5509 Baumann Fiord Little Cornwallis Island +0.260598 aapg_ah_751.html aapg_ah_751.html:121:11439:11448 Boquillas Chihuahua (state) +0.485586 cspg_html_8174352156 cspg_html_8174352156:122:17378:17386 Columbia Victoria, British Columbia +0.238095 cspg_html_9905904289 cspg_html_9905904289:179:22930:22937 Eastend Morrin, Alberta +0.234247 aapg_ad_379.html aapg_ad_379.html:759:62558:62565 Todilto Denver +0.262626 aapg_ac_91.html aapg_ac_91.html:493:38496:38514 Golconda Boise, Idaho +0.259 cspg_html_8568877195 cspg_html_8568877195:201:33324:33335 Belly River Bow River +0.263088 aapg_ah_387.html aapg_ah_387.html:2558:276265:276274 Knoxville Redington, Arizona +0.24327 gsa_html_5865982995 gsa_html_5865982995:1306:138377:138395 Washakie Cheyenne, Wyoming +0.486213 aapg_ah_811.html aapg_ah_811.html:46:4669:4678 Smackover Austin, Chicago +0.3915 aapg_ae_708.html aapg_ae_708.html:3:187:207 Nolichucky Southwest Virginia +0.263592 aapg_ae_113.html aapg_ae_113.html:183:22719:22742 Snowblind Bay Little Cornwallis Island +0.249344 cspg_html_2139304729 cspg_html_2139304729:417:37409:37429 Griper Bay Bathurst Island (Northern Territory) +0.258462 sedimentology_html_3798264561 sedimentology_html_3798264561:144:13906:13919 Santa Barbara Western world +0.23568 aapg_ah_85.html aapg_ah_85.html:25:3576:3584 Virginia The Carolinas +0.49296 gsa_html_9548072217 gsa_html_9548072217:58:3726:3754 Green River Colorado +0.27401 aapg_ae_904.html aapg_ae_904.html:528:54719:54732 Turner Valley Bow Island Airport +0.469116 geology_html_1757551189 geology_html_1757551189:33:2922:2932 Washington Salem, Oregon +0.477264 aapg_ae_552.html aapg_ae_552.html:215:34266:34285 Cabrillo California +0.243512 gsa_html_2877730818 gsa_html_2877730818:1156:96780:96786 Walker California +0.273504 aapg_af_878.html aapg_af_878.html:100:10719:10725 Keokuk Bloomington, Indiana +0.2525 cspg_html_1448647873 cspg_html_1448647873:346:43191:43199 Pine Key Melbourne, Florida +0.28037 cspg_html_3447886929 cspg_html_3447886929:128:15107:15124 Macasty Anticosti Island +0.260064 cspg_html_3860685167 cspg_html_3860685167:802:76240:76256 Shunda Lacombe, Alberta +0.499032 aapg_ai_916.html aapg_ai_916.html:72:9158:9170 Midway Texas +0.553518 aapg_aa_960.html aapg_aa_960.html:4:659:666 Entrada Colorado +0.2475 geology_html_6501151583 geology_html_6501151583:125:13893:13899 Luning Frisco, Texas +0.261602 sedimentology_html_5623851568 sedimentology_html_5623851568:1764:108008:108028 Clearwater Lacombe, Alberta +0.445496 aapg_ac_924.html aapg_ac_924.html:20:3372:3389 Madison Cheyenne, Wyoming +0.24346 aapg_ae_93.html aapg_ae_93.html:36:6868:6888 Nikanassin Kootenay River +0.246015 aapg_ah_754.html aapg_ah_754.html:434:41259:41276 Burrard Nooksack River +0.241808 aapg_ah_469.html aapg_ah_469.html:329:32272:32281 Catahoula Alabama +0.69531 gsa_html_3448554349 gsa_html_3448554349:319:30895:30913 Rockwell Huntington, West Virginia +0.26416 gsa_html_4506689428 gsa_html_4506689428:16:580:588 Michigan Michigan +0.257554 aapg_ah_754.html aapg_ah_754.html:250:28799:28809 Washington Vancouver +0.249975 aapg_aa_732.html aapg_aa_732.html:91:12332:12349 Edwards Central Texas +0.512972 gsa_html_1938253857 gsa_html_1938253857:29:2796:2824 Green River Colorado +0.482157 aapg_ai_974.html aapg_ai_974.html:784:85604:85610 Oregon Washington (state) +0.2626 cspg_html_4392308496 cspg_html_4392308496:75:12931:12952 Bonaventure Mount McKinley +0.415152 aapg_ae_959.html aapg_ae_959.html:2313:164874:164880 Salado Salado, Texas +0.26208 cspg_html_2873888604 cspg_html_2873888604:346:53087:53119 Montney Canada +0.819936 aapg_ai_28.html aapg_ai_28.html:848:81497:81503 Lissie Texas +0.494648 geology_html_1993805849 geology_html_1993805849:225:20636:20644 Beaumont Beaumont, Texas +0.520741 aapg_ah_62.html aapg_ah_62.html:97:13037:13046 Whirlpool Lake Erie +0.293728 aapg_aa_16.html aapg_aa_16.html:176:18141:18163 Iron Springs Logan, Utah +0.468007 aapg_ad_871.html aapg_ad_871.html:107:11342:11349 Genshaw Newtown Creek +0.267776 cspg_html_2196324351 cspg_html_2196324351:52:6706:6712 Moscow Earth +0.51116 aapg_ah_227.html aapg_ah_227.html:5:517:536 Yegua Jackson County, Missouri +0.482275 aapg_af_833.html aapg_af_833.html:521:57139:57156 Madison Greybull, Wyoming +0.256011 aapg_af_2.html aapg_af_2.html:152:17413:17430 Chaffee Grand Canyon +0.2626 sedimentology_html_9715489579 sedimentology_html_9715489579:913:42420:42431 Devils Hole Reno, Nevada +0.257 palaios_html_1939025963 palaios_html_1939025963:586:50956:50960 Hall London, Ontario +0.48951 aapg_ai_134.html aapg_ai_134.html:141:10778:10783 Yegua Montgomery (town), New York +0.25755 aapg_ae_305.html aapg_ae_305.html:1701:160110:160115 Colon Maracaibo +0.453144 cspg_html_4834918660 cspg_html_4834918660:162:11434:11442 Edmonton Edmonton, London +0.74971 aapg_aa_411.html aapg_aa_411.html:56:7451:7457 Perija Western world +0.261112 cspg_html_3740794265 cspg_html_3740794265:429:44424:44453 Peace River Lacombe, Alberta +0.496908 cspg_html_2650524233 cspg_html_2650524233:46:8852:8860 Edmonton Red Deer, Alberta +0.244518 gsa_html_9310053579 gsa_html_9310053579:199:17808:17824 Roslyn Leavenworth, Washington +0.246784 cspg_html_5375448448 cspg_html_5375448448:50:6540:6558 Kaskapau Lacombe, Alberta +0.257 aapg_aa_792.html aapg_aa_792.html:17:550:558 La Habra Texas +0.238326 gsa_html_1826402027 gsa_html_1826402027:216:24699:24715 Kaibab Kaibab, Arizona +0.258039 aapg_ae_958.html aapg_ae_958.html:1814:156421:156429 Carlsbad Carlsbad, New Mexico +0.446949 cspg_html_3796928998 cspg_html_3796928998:68:10274:10293 Athabasca Lacombe, Alberta +0.251883 cspg_html_1058139432 cspg_html_1058139432:38:8068:8084 Viking Lacombe, Alberta +0.26447 aapg_ac_972.html aapg_ac_972.html:64:7060:7068 Vaqueros Salinas, California +0.488228 cspg_html_5697056884 cspg_html_5697056884:564:55435:55443 Winnipeg Regina, Saskatchewan +0.677564 aapg_aa_148.html aapg_aa_148.html:251:26938:26949 Green River Logan, Utah +0.483917 aapg_ad_696.html aapg_ad_696.html:97:9733:9739 Reklaw Charlotte, North Carolina +0.247086 cspg_html_5241714595 cspg_html_5241714595:27:4180:4191 Slave Point Canada +0.26156 aapg_ad_337.html aapg_ad_337.html:190:21535:21547 Santa Susana Santa Susanna +0.514968 gsa_html_2017427047 gsa_html_2017427047:59:3757:3785 Green River Colorado +0.263262 cspg_html_2920938670 cspg_html_2920938670:132:16088:16108 Cadomin Western world +0.47785 aapg_ah_585.html aapg_ah_585.html:3:263:285 Onondaga Clearfield, Utah +0.4794 cspg_html_2585769771 cspg_html_2585769771:65:6952:6969 Wabamun Rimbey, Alberta +0.498542 cspg_html_8643545087 cspg_html_8643545087:15:2174:2182 Columbia Lacombe, Alberta +0.49646 gsa_html_7477717894 gsa_html_7477717894:35:2828:2856 Green River New Mexico +0.26832 aapg_ae_324.html aapg_ae_324.html:1128:113311:113315 Bays Knoxville, Illinois +0.470084 aapg_af_186.html aapg_af_186.html:234:24784:24791 Prairie Southwest Louisiana +0.4826 aapg_ai_974.html aapg_ai_974.html:283:29440:29450 Washington California +0.27196 aapg_af_392.html aapg_af_392.html:16:2264:2282 Frontier Coalville, Utah +0.238119 aapg_ac_333.html aapg_ac_333.html:701:84606:84622 Cutler Colorado Plateau +0.252416 aapg_ai_777.html aapg_ai_777.html:448:44255:44263 Billings Canada +0.4997 cspg_html_3065473572 cspg_html_3065473572:362:46481:46502 Lawrence Anticosti Island +0.848216 aapg_ad_822.html aapg_ad_822.html:315:25567:25576 Fox Hills Colorado +0.703188 cspg_html_4516258038 cspg_html_4516258038:56:8065:8078 Eleanor River Little Cornwallis Island +0.239598 geology_html_7666991854 geology_html_7666991854:11:509:519 Washington Ellensburg, Washington +0.272544 aapg_ac_730.html aapg_ac_730.html:502:72506:72531 Crevasse Canyon New Mexico +0.447644 aapg_ac_417.html aapg_ac_417.html:12:1926:1938 Raging River Roslyn, New York +0.484932 aapg_af_653.html aapg_af_653.html:752:84536:84543 Temblor California +0.270918 aapg_ad_770.html aapg_ad_770.html:3:204:212 Colorado Colorado +0.241572 aapg_ae_231.html aapg_ae_231.html:12:2102:2120 Onondaga Pennsylvania +0.793983 aapg_aa_23.html aapg_aa_23.html:252:28149:28157 Winnipeg Portage la Prairie +0.421837 aapg_ai_49.html aapg_ai_49.html:497:64392:64400 Tensleep Hartville, Missouri +0.25351 gsa_html_4431779557 gsa_html_4431779557:28:2437:2456 Seminole Muleshoe National Wildlife Refuge +0.270204 aapg_af_653.html aapg_af_653.html:165:16100:16108 Vaqueros Los Angeles +0.269297 cspg_html_9735723617 cspg_html_9735723617:1668:151634:151653 Griper Bay District Council of Franklin Harbour +0.470208 gsa_html_1119256423 gsa_html_1119256423:20:1066:1074 Colorado Denver +0.488814 gsa_html_9353787239 gsa_html_9353787239:177:15950:15970 Hotauta Conglomerate Grand Canyon +0.272986 aapg_ai_435.html aapg_ai_435.html:66:7551:7563 Pierre Niobrara, Nebraska +0.282336 aapg_ae_296.html aapg_ae_296.html:299:27982:27992 San Andres Texas +0.495159 geology_html_2384062478 geology_html_2384062478:239:24660:24668 Traverse Cambridge +0.26676 cspg_html_3404912985 cspg_html_3404912985:635:97333:97360 Belly River Western Canadian Sedimentary Basin +0.262944 aapg_aa_935.html aapg_aa_935.html:7:1062:1082 Tuscaloosa Ocala, Florida +0.482664 palaios_html_6518777260 palaios_html_6518777260:418:36523:36533 Washington Boise, Idaho +0.462768 aapg_ad_169.html aapg_ad_169.html:29:3888:3908 Greenbrier Greenbrier (Great Smoky Mountains) +0.5031 cspg_html_8438548095 cspg_html_8438548095:345:35791:35799 Paskapoo Edmonton, London +0.929175 aapg_af_142.html aapg_af_142.html:266:34232:34251 Cotton Valley San Marcos, California +0.273896 aapg_ad_784.html aapg_ad_784.html:328:36063:36068 Sespe Oak Ridge, Tennessee +0.242949 gsa_html_9303702379 gsa_html_9303702379:300:31648:31667 Montezuma Nicoya Peninsula +0.254978 aapg_ad_3.html aapg_ad_3.html:89:8882:8889 Elbrook Pennsylvania +0.48896 aapg_ai_107.html aapg_ai_107.html:94:8929:8948 Smackover Hubbard, Bowie County, Texas +0.26416 aapg_ae_468.html aapg_ae_468.html:129:13961:13975 Frio Western world +0.50149 aapg_ai_1.html aapg_ai_1.html:304:27162:27169 Hermosa Hermosa, Chicago +0.534488 aapg_ah_869.html aapg_ah_869.html:25:3065:3071 Dakota Nebraska +0.502603 aapg_aa_419.html aapg_aa_419.html:277:25285:25290 Price Fitzroy River (Queensland) +0.476586 gsa_html_5060576576 gsa_html_5060576576:944:85057:85065 Colorado Las Animas County, Colorado +0.252384 aapg_ad_379.html aapg_ad_379.html:203:17860:17868 San Luis Madera County, California +0.480704 cspg_html_3796928998 cspg_html_3796928998:59:8948:8974 Potsdam Winnipeg +0.268275 cspg_html_8273598401 cspg_html_8273598401:263:27470:27475 Pense Waseca, Minnesota +0.490941 aapg_ah_972.html aapg_ah_972.html:376:38730:38748 Whitsett Whitsett, North Carolina +0.257 geology_html_2490813080 geology_html_2490813080:20:1881:1887 Brazil South Africa +0.247266 cspg_html_3870653554 cspg_html_3870653554:126:18963:18975 Beaver Mines Lacombe, Alberta +0.253272 AMJC_html_1873062106 AMJC_html_1873062106:1028:109883:109894 Green River Logan, Utah +0.474138 cspg_html_5979469671 cspg_html_5979469671:18:2042:2060 Elk Lacombe, Alberta +0.253008 gsa_html_6038465409 gsa_html_6038465409:756:64154:64162 Michigan Ontario, California +0.268288 aapg_ad_64.html aapg_ad_64.html:187:18875:18886 Sparta Texas +0.456896 AMJC_html_1477071550 AMJC_html_1477071550:11:514:522 Virginia Reston, Virginia +0.259077 aapg_aa_832.html aapg_aa_832.html:5:652:671 Bear Lake Cold Bay Airport +0.25959 cspg_html_7182873498 cspg_html_7182873498:261:37326:37358 Guelph Ontario, California +0.488064 aapg_aa_23.html aapg_aa_23.html:394:46936:46954 Winnipeg Lake Winnipeg +0.501804 aapg_ae_544.html aapg_ae_544.html:71:9859:9870 Mowry Niobrara, Nebraska +0.264704 gsa_html_9181545711 gsa_html_9181545711:778:72294:72312 Fountain Manitou Springs, Colorado +0.479987 gsa_html_2665533468 gsa_html_2665533468:1010:91343:91371 Green River New Mexico +0.28222 aapg_ad_719.html aapg_ad_719.html:76:10091:10107 Stonewall Texas +0.460719 cspg_html_2420029771 cspg_html_2420029771:70:7866:7883 Theresa Montreal +0.263133 aapg_ai_18.html aapg_ai_18.html:58:4934:4940 Reklaw Smith County, Kansas +0.248776 aapg_ac_703.html aapg_ac_703.html:57:7342:7349 Madison Logan, Utah +0.49011 aapg_ai_996.html aapg_ai_996.html:1236:52400:52410 Tuscaloosa Sayreville, New Jersey +0.275088 aapg_ae_94.html aapg_ae_94.html:587:59561:59565 Rome Africa +0.491232 aapg_ae_650.html aapg_ae_650.html:70:7903:7910 Fortune Mount Sinai +0.255915 aapg_ac_944.html aapg_ac_944.html:168:17835:17851 Sandia Placitas, New Mexico +0.521479 aapg_ad_469.html aapg_ad_469.html:97:9662:9676 Atoka Atoka, Oklahoma +0.50478 aapg_ac_835.html aapg_ac_835.html:368:49232:49242 Phosphoria Worland, Wyoming +0.425696 gsa_html_3666562816 gsa_html_3666562816:721:78699:78720 Ghost Rocks Anchorage, Alaska +0.496848 aapg_aa_718.html aapg_aa_718.html:502:52802:52822 Waynesburg Pennsylvania +0.490676 sedimentology_html_9235431825 sedimentology_html_9235431825:420:33376:33380 Dyer Plymouth, Massachusetts +0.268315 aapg_aa_684.html aapg_aa_684.html:276:25506:25515 Popo Agie Cheyenne, Wyoming +0.507592 aapg_af_18.html aapg_af_18.html:566:58049:58067 Morrison Cheyenne, Wyoming +0.504132 aapg_ad_808.html aapg_ad_808.html:1499:103775:103794 Mesaverde Cheyenne, Wyoming +0.50295 sedimentology_html_3520882612 sedimentology_html_3520882612:825:65380:65386 Thrifty London, Ontario +0.501804 aapg_ae_911.html aapg_ae_911.html:3:302:321 Morehouse Shreveport, Louisiana +0.271942 aapg_ac_786.html aapg_ac_786.html:46:7882:7915 Barnett Moline, Illinois +0.477904 cspg_html_5515814749 cspg_html_5515814749:225:29289:29309 Blackstone Lacombe, Alberta +0.439736 aapg_ac_490.html aapg_ac_490.html:397:56448:56457 Mackenzie Victoria, British Columbia +0.494328 sedimentology_html_7879809021 sedimentology_html_7879809021:248:19820:19851 Greenbrier Huntington, West Virginia +0.5174 aapg_ac_825.html aapg_ac_825.html:328:35265:35273 Monterey Monterey, California +0.450247 aapg_ah_82.html aapg_ah_82.html:67:6044:6051 Sabinas Coahuila +0.263153 aapg_ac_749.html aapg_ac_749.html:46:5848:5858 St. Edmund Irondequoit, New York +0.447865 aapg_ac_835.html aapg_ac_835.html:1064:154650:154658 Tensleep Worland, Wyoming +0.262584 aapg_aa_232.html aapg_aa_232.html:195:20842:20862 Purgatoire New Mexico +0.476073 palaios_html_1369959458 palaios_html_1369959458:71:7172:7189 La Luna Colombia +0.248 aapg_ac_263.html aapg_ac_263.html:68:6370:6378 San Jose Panama +0.253005 aapg_ai_932.html aapg_ai_932.html:675:105624:105654 Sisquoc Monterey, California +0.494915 aapg_af_734.html aapg_af_734.html:42:7196:7205 San Diego California +0.51425 aapg_ae_369.html aapg_ae_369.html:39:4880:4898 Tuscaloosa Alabama +0.872352 aapg_aa_626.html aapg_aa_626.html:283:32552:32569 Magothy Maryland +0.264196 cspg_html_8198875303 cspg_html_8198875303:129:19174:19190 Viking Lacombe, Alberta +0.26264 aapg_ad_784.html aapg_ad_784.html:32:4488:4493 Vaqueros Ojai, California +0.269192 geology_html_5825799037 geology_html_5825799037:19:1299:1326 Sheep Pass Reno, Nevada +0.255936 geology_html_7687041657 geology_html_7687041657:196:18340:18352 Gilmore City Iowa +0.508207 aapg_ah_505.html aapg_ah_505.html:1557:126138:126144 Dakota Niobrara, Nebraska +0.262 sedimentology_html_2585830455 sedimentology_html_2585830455:28:1716:1723 Prairie Saskatoon +0.259045 sedimentology_html_7553974053 sedimentology_html_7553974053:99:9856:9888 Levis Middle Ordovician +0.244188 aapg_aa_683.html aapg_aa_683.html:63:9305:9313 Colorado Pueblo, Colorado +0.474628 aapg_ae_66.html aapg_ae_66.html:260:25923:25932 Popo Agie John Crow Mountains +0.249444 aapg_ac_984.html aapg_ac_984.html:174:15344:15354 Ironton Franconia, New Hampshire +0.257048 gsa_html_9979192554 gsa_html_9979192554:924:88205:88213 Colorado Denver +0.498078 aapg_ae_563.html aapg_ae_563.html:74:6652:6665 Carlile Hittin +0.472104 aapg_aa_718.html aapg_aa_718.html:417:40913:40923 Bald Eagle Pocono Raceway +0.362544 cspg_html_5109837857 cspg_html_5109837857:100:12742:12753 Blind Fiord Ellesmere Island +0.522522 aapg_af_2.html aapg_af_2.html:299:33455:33470 Ouray Lisbon +0.489538 palaios_html_2413654173 palaios_html_2413654173:1465:113986:114008 Judith River Lacombe, Alberta +0.413913 aapg_ah_749.html aapg_ah_749.html:71:9090:9102 Rhode Island Newport, Rhode Island +0.238 cspg_html_5198658336 cspg_html_5198658336:396:44804:44833 Porcupine Calgary +0.679455 aapg_aa_787.html aapg_aa_787.html:381:43606:43620 Word Texas +0.446754 aapg_ae_993.html aapg_ae_993.html:73:8757:8781 Beartooth Cheyenne, Wyoming +0.26884 aapg_aa_37.html aapg_aa_37.html:62:7940:7961 Bird Spring Reno, Nevada +0.282252 aapg_ad_280.html aapg_ad_280.html:17:2457:2476 Smackover Bossier City, Louisiana +0.370552 aapg_aa_44.html aapg_aa_44.html:253:33066:33082 Chinle Moenkopi Formation +0.278783 aapg_ac_881.html aapg_ac_881.html:443:52076:52084 Deadwood Williston, Vermont +0.255867 aapg_af_706.html aapg_af_706.html:84:9468:9491 Wapanucka South Shore (Pittsburgh) +0.4966 cspg_html_1118978429 cspg_html_1118978429:578:54472:54478 Fernie Victoria, British Columbia +0.276696 aapg_ad_995.html aapg_ad_995.html:9:1261:1270 Minnelusa Cheyenne, Wyoming +0.482275 aapg_ad_67.html aapg_ad_67.html:455:42720:42739 Pendleton Shreveport, Louisiana +0.26985 aapg_ai_515.html aapg_ai_515.html:157:18009:18020 Green River Wasatch Range +0.508167 aapg_ah_978.html aapg_ah_978.html:177:19491:19506 Etchegoin San Joaquin River +0.814506 cspg_html_4785922166 cspg_html_4785922166:324:37154:37174 Dawson Bay Manitoba +0.74151 cspg_html_2919583977 cspg_html_2919583977:42:4235:4250 Maquoketa Iowa +0.260952 cspg_html_5376629375 cspg_html_5376629375:28:4962:4977 Rome Waynesboro, Pennsylvania +0.1972 cspg_html_9343899465 cspg_html_9343899465:1601:130448:130462 Griper Bay Banks Island +0.259072 palaios_html_8447836636 palaios_html_8447836636:404:33547:33577 Cumberland Joggins, Nova Scotia +0.265608 aapg_aa_148.html aapg_aa_148.html:12:2316:2340 Cedar Mountain Logan, Utah +0.256928 gsa_html_2758185504 gsa_html_2758185504:673:56718:56738 Cannonball Williston Basin +0.267806 cspg_html_4105062490 cspg_html_4105062490:190:20221:20245 Mission Canyon Williston, Vermont +0.24647 aapg_af_469.html aapg_af_469.html:575:64309:64323 Cedar Mountain Reno, Nevada +0.253456 aapg_ah_962.html aapg_ah_962.html:6:905:920 Viola Stringtown, Oklahoma +0.488241 aapg_ac_82.html aapg_ac_82.html:162:14996:15001 Atoka Arbuckle, California +0.259931 aapg_af_237.html aapg_af_237.html:393:40760:40769 Vicksburg Texas +0.238252 aapg_ac_944.html aapg_ac_944.html:258:22497:22505 Colorado Wellsville (village), New York +0.266772 cspg_html_8387792223 cspg_html_8387792223:646:67627:67647 Red River Canada +0.660951 aapg_ad_440.html aapg_ad_440.html:287:26928:26934 Denmar Huntington, West Virginia +0.260568 aapg_ac_506.html aapg_ac_506.html:171:19320:19324 Open Onondaga (tribe) +0.4896 aapg_ad_564.html aapg_ad_564.html:5070:407710:407726 Dakota Logan, Utah +0.257554 sedimentology_html_9906287852 sedimentology_html_9906287852:212:23196:23214 Evanston Absaroka +0.415544 aapg_ah_654.html aapg_ah_654.html:1203:116684:116700 Amsden Cheyenne, Wyoming +0.47188 gsa_html_2877093757 gsa_html_2877093757:479:54427:54439 Dixie Valley Salem, Oregon +0.251904 aapg_ac_126.html aapg_ac_126.html:220:33130:33154 Cotton Valley Haynesville, Louisiana +0.473 cspg_html_4177065182 cspg_html_4177065182:1139:63377:63385 Columbia Victoria, British Columbia +0.25956 aapg_ah_524.html aapg_ah_524.html:122:12947:12963 Maroon Carbondale, Pennsylvania +0.247 sedimentology_html_8344884381 sedimentology_html_8344884381:342:32304:32312 Belgrade Belgrade +0.485077 aapg_ae_825.html aapg_ae_825.html:11:1086:1102 Laurel Knoxville, Tennessee +0.248992 AMJC_html_8128063878 AMJC_html_8128063878:387:50907:50926 Navajo Logan, Utah +0.495803 gsa_html_5798936655 gsa_html_5798936655:29:2796:2824 Green River Iran +0.244881 aapg_ai_411.html aapg_ai_411.html:102:9412:9420 Colorado Benton, Arkansas +0.47175 gsa_html_1662492421 gsa_html_1662492421:12:481:491 Washington Washington (state) +0.469044 aapg_ah_202.html aapg_ah_202.html:68:11473:11487 Woodford Arkansas +0.86337 aapg_ac_513.html aapg_ac_513.html:93:10267:10272 Sligo County Sligo +0.49543 cspg_html_6383234409 cspg_html_6383234409:775:74401:74421 Bird Fiord Lacombe, Alberta +0.247044 cspg_html_4555867289 cspg_html_4555867289:334:38109:38140 Charlie Lake Victoria, British Columbia +0.261476 cspg_html_2490951833 cspg_html_2490951833:404:59370:59390 Swan Hills Swan Hill, Victoria +0.480194 gsa_html_7808051457 gsa_html_7808051457:856:81172:81189 Manitou Logan, Utah +0.497424 aapg_ai_49.html aapg_ai_49.html:633:83124:83134 San Andres Cheyenne, Wyoming +0.2615 aapg_ad_147.html aapg_ad_147.html:130:11145:11151 Navajo New Mexico +0.264132 AMJC_html_5421639085 AMJC_html_5421639085:410:42983:42999 Laurel Sykesville, Maryland +0.480072 aapg_ai_491.html aapg_ai_491.html:607:69148:69157 Telluride Colorado +0.463701 aapg_ad_221.html aapg_ad_221.html:159:15097:15109 Taylor Austin, Chicago +0.276822 aapg_ad_176.html aapg_ad_176.html:32:3438:3482 Mission Canyon Williston, Vermont +0.253532 cspg_html_4293350162 cspg_html_4293350162:553:58884:58894 Mount Head Elbow River +0.4646 aapg_af_880.html aapg_af_880.html:572:87969:87976 Admiral Pueblo, Colorado +0.528668 aapg_ae_876.html aapg_ae_876.html:852:91850:91865 Mesaverde Mancos, Colorado +0.481362 aapg_ai_997.html aapg_ai_997.html:1098:102757:102763 Guinda Putah Creek +0.269352 aapg_ad_757.html aapg_ad_757.html:67:6827:6835 Richmond Maquoketa, Iowa +0.491898 aapg_ah_260.html aapg_ah_260.html:114:14979:15003 Cedar Mountain Colorado Plateau +0.49192 aapg_aa_123.html aapg_aa_123.html:301:30943:30962 Baldonnel Lima, Ohio +0.246973 cspg_html_3501550466 cspg_html_3501550466:250:36177:36191 Woodbend Lacombe, Alberta +0.255972 aapg_ai_28.html aapg_ai_28.html:8:1437:1446 Catahoula Oakville, California +0.262474 aapg_ai_236.html aapg_ai_236.html:304:28995:29021 Benson Upshur County, West Virginia +0.261072 aapg_af_211.html aapg_af_211.html:229:21299:21303 Buda Del Rio, Tennessee +0.489255 aapg_ad_52.html aapg_ad_52.html:894:96640:96649 Coldwater Sunbury, Pennsylvania +0.487044 aapg_ae_67.html aapg_ae_67.html:453:34566:34572 Denver Colorado +0.26923 aapg_aa_870.html aapg_aa_870.html:142:14388:14404 Dakota Lone Pine, California +0.267804 cspg_html_4693916254 cspg_html_4693916254:152:21660:21703 Elk Manitoba +0.274527 aapg_aa_419.html aapg_aa_419.html:277:25480:25485 Price Fitzroy River (Queensland) +0.256522 palaios_html_1211692857 palaios_html_1211692857:140:14790:14800 Washington San Juan Islands +0.49707 cspg_html_3772380029 cspg_html_3772380029:651:80352:80374 Severn River Manitoulin Island +0.504 aapg_ae_638.html aapg_ae_638.html:95:9172:9177 Salem Salem, Massachusetts +0.483041 aapg_ae_263.html aapg_ae_263.html:296:22166:22183 Manlius Onondaga (tribe) +0.260064 palaios_html_6978265091 palaios_html_6978265091:779:74383:74412 Hueco New Mexico +0.614432 aapg_ad_152.html aapg_ad_152.html:48:6516:6522 Moleen Elko, Nevada +0.249038 sedimentology_html_1329483683 sedimentology_html_1329483683:669:55109:55114 Piper Patras +0.508326 aapg_ah_645.html aapg_ah_645.html:80:10984:10989 Piper Williston, Vermont +0.26572 geology_html_4785720928 geology_html_4785720928:160:17957:17985 Elkhorn Mountains Volcanics Sevier orogeny +0.3654 aapg_af_728.html aapg_af_728.html:312:37168:37182 Elko Elko, Nevada +0.462927 aapg_ae_241.html aapg_ae_241.html:30:2904:2921 Pawnee Fort Scott National Historic Site +0.258055 geology_html_1787649347 geology_html_1787649347:375:25290:25293 Rye Netherlands +0.3636 aapg_ah_531.html aapg_ah_531.html:212:23876:23890 Chainman Logan, Utah +0.249936 cspg_html_6984906794 cspg_html_6984906794:1053:69931:69936 Tetsa Victoria, British Columbia +0.250965 gsa_html_6753732431 gsa_html_6753732431:413:39326:39344 Stirling Quartzite Mojave Desert +0.478608 geology_html_8774004591 geology_html_8774004591:269:26688:26712 Protection Tallahassee, Florida +0.254364 cspg_html_8174352156 cspg_html_8174352156:427:57640:57648 Columbia Victoria, British Columbia +0.258462 aapg_ae_959.html aapg_ae_959.html:2309:164313:164329 Whitehorse Salado, Texas +0.675764 aapg_af_162.html aapg_af_162.html:139:12227:12237 Brownstown Arkansas +0.472861 cspg_html_5973552270 cspg_html_5973552270:93:13550:13571 Slave Point Swan Hill, Victoria +0.280884 aapg_ac_93.html aapg_ac_93.html:47:5356:5363 Bossier Haynesville, Louisiana +0.255474 gsa_html_6982030333 gsa_html_6982030333:1263:116737:116743 Oregon Salem, Oregon +0.47586 aapg_af_288.html aapg_af_288.html:243:28344:28350 Diablo Melbourne, Florida +0.483465 gsa_html_5261839912 gsa_html_5261839912:137:13630:13647 Montevideo Gneiss Montevideo, Minnesota +0.257316 aapg_ae_305.html aapg_ae_305.html:1125:98887:98896 Rio Negro Maracaibo +0.459576 gsa_html_1582166619 gsa_html_1582166619:327:29982:29996 Armuchee Chert Alabama +0.438944 AMJC_html_6341723617 AMJC_html_6341723617:486:44048:44058 White Sage Elko, Nevada +0.244764 cspg_html_7409170811 cspg_html_7409170811:18:2179:2185 Exshaw Crowsnest Pass, Alberta +0.487622 palaios_html_5921824758 palaios_html_5921824758:372:33381:33402 Green River Logan, Utah +0.241552 cspg_html_1781462584 cspg_html_1781462584:267:30602:30614 Rundle Victoria, British Columbia +0.267624 aapg_ae_369.html aapg_ae_369.html:58:6588:6607 Tuscaloosa Tuscaloosa, Alabama +0.515736 aapg_aa_233.html aapg_aa_233.html:192:19000:19007 La Pena Matamoros, Tamaulipas +0.24442 palaios_html_7010013984 palaios_html_7010013984:656:68749:68761 Taylor Antarctica +0.490428 cspg_html_3907807140 cspg_html_3907807140:689:72229:72245 Viking Lacombe, Alberta +0.50572 aapg_ah_77.html aapg_ah_77.html:128:18891:18901 Wind River Green Mountain +0.2499 gsa_html_4120839285 gsa_html_4120839285:31:2427:2442 Catalina Schist California +0.487227 aapg_ai_157.html aapg_ai_157.html:275:27392:27408 Guelph Salina, Kansas +0.24123 geology_html_8284608817 geology_html_8284608817:304:27587:27604 Wabamun Lacombe, Alberta +0.496392 aapg_af_735.html aapg_af_735.html:333:36774:36786 Guayaguayare Trinidad and Tobago +0.264668 aapg_ad_2.html aapg_ad_2.html:1363:187061:187072 Black River Pennsylvania +0.247008 aapg_af_751.html aapg_af_751.html:8:1607:1617 Nacimiento California +0.469299 gsa_html_3038126504 gsa_html_3038126504:65:6717:6732 Bouse Grand Canyon +0.466295 cspg_html_2758185645 cspg_html_2758185645:404:41085:41095 Mount Head Western world +0.257964 sedimentology_html_6315461608 sedimentology_html_6315461608:404:33393:33397 Hall London, Ontario +0.257983 cspg_html_3328007773 cspg_html_3328007773:1026:103345:103368 Boulder Creek Canada +0.725406 sedimentology_html_6261114825 sedimentology_html_6261114825:753:59606:59625 Santa Cruz Mudstone California +0.900432 cspg_html_6383234409 cspg_html_6383234409:627:64697:64707 Bird Fiord Ellesmere Island +0.242949 cspg_html_9912281240 cspg_html_9912281240:55:8068:8088 Milk River Lacombe, Alberta +0.65664 aapg_ad_55.html aapg_ad_55.html:8:996:1003 Decorah Kirksville, Missouri +0.468796 aapg_ae_182.html aapg_ae_182.html:9:1264:1277 Nacatoch Bellevue, Nebraska +0.481992 aapg_ac_417.html aapg_ac_417.html:12:1975:1993 Bateman Roslyn, New York +0.490941 aapg_ac_417.html aapg_ac_417.html:11:1684:1701 Roslyn Tiger Mountain +0.261632 aapg_ac_602.html aapg_ac_602.html:21:1952:1975 Bonanza California +0.482532 palaios_html_9133125241 palaios_html_9133125241:592:69827:69841 Kope Ohio +0.255458 geology_html_9714557029 geology_html_9714557029:115:12548:12560 Saskatchewan Colorado +0.500544 gsa_html_7199417381 gsa_html_7199417381:245:27677:27697 Dakota Colorado +0.25382 aapg_ac_200.html aapg_ac_200.html:19:2248:2265 Wasatch Cheyenne, Wyoming +0.492032 aapg_ac_986.html aapg_ac_986.html:1066:122689:122697 Colorado Denver +0.514374 aapg_ah_289.html aapg_ah_289.html:552:77031:77049 Monterey California +0.249804 cspg_html_9872589627 cspg_html_9872589627:146:20855:20862 Halfway Lacombe, Alberta +0.504088 aapg_af_608.html aapg_af_608.html:274:27955:27961 Sparta Shreveport, Louisiana +0.45784 aapg_aa_67.html aapg_aa_67.html:19:1818:1826 Colorado Denver +0.25132 aapg_ae_908.html aapg_ae_908.html:88:9172:9188 Salado Carlsbad, New Mexico +0.518848 aapg_aa_698.html aapg_aa_698.html:13:1602:1619 Prairie Canada +0.381735 jgeology_html_6990146451 jgeology_html_6990146451:1461:80818:80836 Brallier Virginia +0.250677 palaios_html_5977967483 palaios_html_5977967483:1081:96455:96482 Purisima California +0.252993 gsa_html_1119256423 gsa_html_1119256423:733:71192:71212 Arikaree Nebraska +0.260019 cspg_html_9951421861 cspg_html_9951421861:466:61847:61866 Athabasca Lacombe, Alberta +0.449955 aapg_ai_699.html aapg_ai_699.html:30:5807:5820 Great Meadows Bennington, Vermont +0.25123 cspg_html_4341656515 cspg_html_4341656515:500:47782:47792 Kotaneelee Canada +0.25324 cspg_html_9072696952 cspg_html_9072696952:28:3054:3076 Buckinghorse Victoria, British Columbia +0.237133 gsa_html_4216613284 gsa_html_4216613284:317:36673:36692 Flagstaff Western world +0.263133 cspg_html_4666332434 cspg_html_4666332434:391:65789:65818 Belly River Lacombe, Alberta +0.250952 aapg_ae_873.html aapg_ae_873.html:704:82702:82713 Paluxy Rodessa, Louisiana +0.481362 cspg_html_8818854104 cspg_html_8818854104:32:5036:5044 Kootenay Kootenay River +0.5018 aapg_ai_315.html aapg_ai_315.html:37:2938:2948 Washington Alabama +0.251955 aapg_af_497.html aapg_af_497.html:533:45944:45952 Colorado Pueblo, Colorado +0.47904 cspg_html_4768933240 cspg_html_4768933240:81:6840:6847 Madison Lacombe, Alberta +0.26 jgeology_html_8064937897 jgeology_html_8064937897:599:40927:40931 Hall London, Ontario +0.27285 aapg_ah_655.html aapg_ah_655.html:187:19411:19416 Atoka Atoka, Oklahoma +0.89958 cspg_html_8139359744 cspg_html_8139359744:494:65641:65661 Blue Mountain Black River, Jamaica +0.743623 geology_html_7394671150 geology_html_7394671150:288:23751:23763 Owens Valley California +0.474892 jgeology_html_3385510991 jgeology_html_3385510991:568:36605:36613 Virginia Bakersville, North Carolina +0.258552 gsa_html_6967102683 gsa_html_6967102683:587:51476:51483 Cassiar Victoria, British Columbia +0.256036 aapg_ac_416.html aapg_ac_416.html:151:27847:27859 Saskatchewan Saskatoon +0.273168 aapg_af_833.html aapg_af_833.html:1080:119769:119786 Madison Frannie, Wyoming +0.47188 aapg_ai_81.html aapg_ai_81.html:124:14349:14358 Riceville Venango, Pennsylvania +0.258981 cspg_html_7985076717 cspg_html_7985076717:104:12383:12403 Ibbett Bay Melville Island (Canada) +0.245464 jgeology_html_7305193073 jgeology_html_7305193073:659:31484:31490 Oxford Pergamon Museum +0.393162 sedimentology_html_9634338365 sedimentology_html_9634338365:27:1900:1915 Sekwi Canada +0.496478 aapg_ai_49.html aapg_ai_49.html:277:33599:33612 Sundance New Mexico +0.45441 aapg_ai_82.html aapg_ai_82.html:340:37518:37528 Greenbrier Pottsville, Pennsylvania +0.25957 aapg_ad_116.html aapg_ad_116.html:427:53179:53193 Bromide Jefferson County, Colorado +0.46494 palaios_html_2557524442 palaios_html_2557524442:516:40865:40881 Kodiak Anchorage, Alaska +0.490356 aapg_af_241.html aapg_af_241.html:811:82804:82812 Saratoga Hockley +0.516502 aapg_ac_881.html aapg_ac_881.html:601:71460:71468 Winnipeg Middle Ordovician +0.260977 aapg_ac_424.html aapg_ac_424.html:55:8638:8657 Catahoula Texas +0.272824 aapg_ae_473.html aapg_ae_473.html:30:3078:3083 Eutaw Tuscaloosa, Alabama +0.2525 sedimentology_html_8384737970 sedimentology_html_8384737970:402:34753:34759 Carmel Entrada Sandstone +0.262128 cspg_html_1665574291 cspg_html_1665574291:70:11944:11956 Willow Creek Lacombe, Alberta +0.929292 cspg_html_3447886929 cspg_html_3447886929:114:13375:13408 Chicotte Anticosti Island +0.255972 cspg_html_5241714595 cspg_html_5241714595:413:64273:64291 Duvernay Lacombe, Alberta +0.496544 gsa_html_8881958017 gsa_html_8881958017:271:27879:27884 Yukon Victoria, British Columbia +0.441875 sedimentology_html_2550885329 sedimentology_html_2550885329:1989:110279:110299 Swan Hills Lacombe, Alberta +0.482868 aapg_ah_283.html aapg_ah_283.html:453:51258:51275 Cowlitz Salem, Oregon +0.483426 geology_html_6197814716 geology_html_6197814716:14:793:798 Queen Belfast, Maine +0.27196 cspg_html_2408887763 cspg_html_2408887763:134:19082:19096 St. Mary River Edmonton, London +0.255524 geology_html_4386567919 geology_html_4386567919:12:654:664 Rancheria New Mexico +0.491384 cspg_html_9726401168 cspg_html_9726401168:51:4910:4926 Golata Canada +0.258462 aapg_ah_469.html aapg_ah_469.html:234:17451:17457 Reklaw Charlotte, North Carolina +0.49608 cspg_html_9275863663 cspg_html_9275863663:82:11596:11621 Beaverhill Swan Hill, Victoria +0.250776 aapg_ac_91.html aapg_ac_91.html:479:36712:36730 Mt. Head Lacombe, Alberta +0.713844 palaios_html_3751259297 palaios_html_3751259297:99:13585:13591 Keokuk Iowa +0.476992 palaios_html_6025329652 palaios_html_6025329652:633:50605:50615 Washington Boise, Idaho +0.259548 aapg_ai_517.html aapg_ai_517.html:112:13011:13017 Salina Texas +0.486675 aapg_af_854.html aapg_af_854.html:617:85068:85084 Keokuk New Providence, New Jersey +0.44393 cspg_html_6306262991 cspg_html_6306262991:6:435:450 Gates Victoria, British Columbia +0.268752 aapg_aa_852.html aapg_aa_852.html:149:14841:14845 Frio Mustang Island +0.25452 aapg_af_890.html aapg_af_890.html:241:23036:23058 Seven Rivers New Mexico +0.272475 cspg_html_9185158332 cspg_html_9185158332:614:68798:68816 Dunvegan Lacombe, Alberta +0.25168 sedimentology_html_6854489010 sedimentology_html_6854489010:87:8177:8201 St. Mary River Lacombe, Alberta +0.258048 geology_html_1889654630 geology_html_1889654630:222:24446:24472 Monterey Santa Barbara County, California +0.493735 cspg_html_9834776341 cspg_html_9834776341:44:5731:5744 Turner Valley Moose Mountain (Alberta) +0.37286 aapg_ah_232.html aapg_ah_232.html:50:5453:5462 Smackover Mississippi River +0.265224 cspg_html_8250500468 cspg_html_8250500468:384:49835:49853 Dunvegan Canada +0.500752 gsa_html_3701388182 gsa_html_3701388182:56:3546:3574 Green River Colorado +0.474832 aapg_ae_454.html aapg_ae_454.html:551:49938:49946 Dorcheat Arkansas +0.243747 aapg_ad_848.html aapg_ad_848.html:97:10166:10183 Pawnee Arbuckle, California +0.255488 gsa_html_2717448156 gsa_html_2717448156:756:80683:80693 Washington Boise, Idaho +0.512176 cspg_html_7281679890 cspg_html_7281679890:298:50360:50378 Mackenzie Inuvik Region +0.265209 aapg_af_17.html aapg_af_17.html:98:9624:9655 Madison Cheyenne, Wyoming +0.226576 sedimentology_html_7879809021 sedimentology_html_7879809021:512:36065:36072 Taggard Greenbrier (Great Smoky Mountains) +0.4992 aapg_ac_246.html aapg_ac_246.html:23:3338:3357 Newcastle Cheyenne, Wyoming +0.257214 aapg_ac_696.html aapg_ac_696.html:29:4092:4110 Palliser Lacombe, Alberta +0.24633 sedimentology_html_4059623586 sedimentology_html_4059623586:1095:61800:61813 Santa Barbara California +0.25104 cspg_html_5198658336 cspg_html_5198658336:399:45117:45149 Porcupine Calgary +0.492926 palaios_html_6100595217 palaios_html_6100595217:48:4935:4958 Moodys Branch Lisbon +0.49348 cspg_html_6608209149 cspg_html_6608209149:53:6016:6029 Watt Mountain Manitoba +0.489525 aapg_ah_5.html aapg_ah_5.html:2411:169893:169907 Niobrara Niobrara, Nebraska +0.482816 palaios_html_9973267562 palaios_html_9973267562:455:58384:58415 Kope Cincinnati +0.466543 aapg_af_887.html aapg_af_887.html:170:17242:17260 Carlsbad Carlsbad, New Mexico +0.270375 aapg_ae_959.html aapg_ae_959.html:1377:100148:100158 San Andres New Mexico +0.24442 aapg_aa_697.html aapg_aa_697.html:121:13603:13636 Stettler Lacombe, Alberta +0.24624 aapg_ae_369.html aapg_ae_369.html:246:25834:25844 Tuscaloosa West Valley, New York +0.26059 aapg_ae_542.html aapg_ae_542.html:169:16084:16094 Fort Union Cheyenne, Wyoming +0.238797 aapg_af_248.html aapg_af_248.html:39:4853:4864 Arkadelphia Arkansas +0.462238 aapg_ac_608.html aapg_ac_608.html:59:5730:5737 Bedford Ohio +0.47685 aapg_ac_720.html aapg_ac_720.html:312:32157:32176 Manasquan Manasquan, New Jersey +0.258552 aapg_ae_4.html aapg_ae_4.html:187:20505:20514 Beirdneau Logan, Utah +0.431376 gsa_html_1636483297 gsa_html_1636483297:846:74857:74878 Green River Cheyenne, Wyoming +0.517443 aapg_ak_101.html aapg_ak_101.html:3:184:194 San Felipe Baja California peninsula +0.465392 aapg_ad_958.html aapg_ad_958.html:390:39032:39058 Mt Lytton Sedalia, Missouri +0.488696 aapg_ac_509.html aapg_ac_509.html:199:16694:16700 Casper Cheyenne, Wyoming +0.46604 aapg_ah_540.html aapg_ah_540.html:370:34772:34786 Colorado Ventura County, California +0.272403 geology_html_8482136832 geology_html_8482136832:285:23853:23874 Green River Colorado +0.436428 cspg_html_3129231627 cspg_html_3129231627:390:49098:49121 Baumann Fiord Little Cornwallis Island +0.863788 gsa_html_6706549940 gsa_html_6706549940:385:32329:32340 White River Nebraska +0.511904 aapg_af_381.html aapg_af_381.html:68:8369:8376 Temblor Santa Monica Mountains +0.257316 cspg_html_8612721867 cspg_html_8612721867:926:112695:112707 Ireton Redwater, Texas +0.50388 aapg_ae_526.html aapg_ae_526.html:70:6369:6398 Smackover Cotton Valley, Louisiana +0.249879 aapg_aa_734.html aapg_aa_734.html:245:26539:26568 Caballos Arkansas +0.49536 aapg_af_839.html aapg_af_839.html:117:13793:13804 Grand River Cheyenne, Wyoming +0.251779 cspg_html_6873686255 cspg_html_6873686255:305:30897:30914 Cardium Lacombe, Alberta +0.24849 aapg_af_2.html aapg_af_2.html:279:30710:30725 Ouray Ouray, Colorado +0.350896 aapg_ai_468.html aapg_ai_468.html:75:9904:9923 Cotton Valley East Texas +0.275094 sedimentology_html_2089385908 sedimentology_html_2089385908:29:2121:2129 Virginia Corvallis, Oregon +0.251292 geology_html_6225848515 geology_html_6225848515:418:22933:22939 Taylor London, Ontario +0.271956 aapg_ac_305.html aapg_ac_305.html:211:21272:21292 Williston Crystal River, Florida +0.261568 aapg_ad_784.html aapg_ad_784.html:324:35517:35522 Sespe South Mountains (Arizona) +0.237566 aapg_af_981.html aapg_af_981.html:101:8694:8715 Almond Cheyenne, Wyoming +0.258542 aapg_af_590.html aapg_af_590.html:343:26178:26196 Sundance Cheyenne, Wyoming +0.441324 aapg_af_399.html aapg_af_399.html:542:54900:54922 Rock Springs Fort Union Trading Post National Historic Site +0.265216 cspg_html_4623526246 cspg_html_4623526246:28:3084:3097 Parry Islands Calgary +0.479232 gsa_html_8216647914 gsa_html_8216647914:60:4472:4500 Green River Colorado +0.25647 aapg_af_340.html aapg_af_340.html:81:9286:9292 Reston Virginia +0.26928 palaios_html_3036115408 palaios_html_3036115408:611:56799:56821 Judith River Bloomington, Illinois +0.253916 geology_html_3210721953 geology_html_3210721953:171:14550:14577 Columbia Earth +0.50562 jgeology_html_6672772311 jgeology_html_6672772311:348:32626:32639 Blue Mountain Bellevue, Nebraska +0.954448 aapg_ad_566.html aapg_ad_566.html:285:38439:38454 Carbonera Llanos +0.496244 aapg_aa_544.html aapg_aa_544.html:55:7089:7102 Madison Douglas, Isle of Man +0.707004 aapg_af_450.html aapg_af_450.html:16:2370:2391 Green River Cheyenne, Wyoming +0.275808 aapg_ad_602.html aapg_ad_602.html:384:30029:30037 Colorado Littleton, Colorado +0.269838 gsa_html_5253952002 gsa_html_5253952002:107:12721:12728 Prairie Peoria, Illinois +0.473746 gsa_html_6062330506 gsa_html_6062330506:540:56294:56311 Rustler Salado, Texas +0.499155 aapg_ad_720.html aapg_ad_720.html:219:22664:22668 Yeso Sacramento Mountains (California) +0.380223 gsa_html_4438819447 gsa_html_4438819447:641:64154:64170 Dakota Iowa +0.368874 aapg_ad_757.html aapg_ad_757.html:14:1913:1926 Platteville Iowa +0.501723 gsa_html_4287933236 gsa_html_4287933236:203:15071:15099 Green River Colorado +0.246888 aapg_ai_27.html aapg_ai_27.html:4:466:473 Bigford Carrizo Plain +0.49875 aapg_ac_613.html aapg_ac_613.html:61:8621:8640 Mesaverde Mancos, Colorado +0.506412 aapg_ad_800.html aapg_ad_800.html:5:594:610 Tuscaloosa Selma to Montgomery marches +0.245024 cspg_html_3104351736 cspg_html_3104351736:648:75928:75945 Brazeau Lacombe, Alberta +0.477648 cspg_html_3854139935 cspg_html_3854139935:98:15992:16003 Belly River Regina, Saskatchewan +0.492143 cspg_html_5849897642 cspg_html_5849897642:57:4204:4216 Fernie Lacombe, Alberta +0.50562 aapg_ad_860.html aapg_ad_860.html:19:2553:2570 Wasatch Colorado +0.239538 AMJC_html_7984049819 AMJC_html_7984049819:439:43158:43170 Berwick Newburyport, Massachusetts +0.258792 geology_html_9085928497 geology_html_9085928497:342:27658:27678 Ellensburg Washington (state) +0.43925 aapg_aa_47.html aapg_aa_47.html:476:55911:55924 Hermosa Colorado +0.252506 palaios_html_3889678675 palaios_html_3889678675:503:44083:44101 Rio Dell California +0.316762 cspg_html_5705427229 cspg_html_5705427229:37:3907:3930 Watt Mountain Lacombe, Alberta +0.485376 gsa_html_7151930388 gsa_html_7151930388:787:70310:70326 Pueblo Coahuila +0.470322 aapg_ah_318.html aapg_ah_318.html:1347:136623:136642 La Casita Mexico +0.253727 AMJC_html_1873062106 AMJC_html_1873062106:826:93274:93281 Kayenta Arizona +0.253456 aapg_ae_860.html aapg_ae_860.html:5:471:477 Dockum Santa Rosa, California +0.477752 cspg_html_6985536436 cspg_html_6985536436:159:21668:21695 Kanguk Banks Island +0.372079 aapg_ai_107.html aapg_ai_107.html:538:44892:44909 Bossier Bossier Parish, Louisiana +0.266876 aapg_ae_959.html aapg_ae_959.html:2858:213155:213161 Diablo Nashville Basin +0.266156 sedimentology_html_3059129672 sedimentology_html_3059129672:942:53361:53366 Atoka Texas +0.259065 aapg_ac_807.html aapg_ac_807.html:492:49620:49638 Matawan Monmouth +0.497988 aapg_aa_381.html aapg_aa_381.html:15:2151:2169 Vaqueros Rancho Santa Margarita, California +0.253005 aapg_aa_913.html aapg_aa_913.html:446:32876:32882 Sierra Texas +0.242284 geology_html_3691192097 geology_html_3691192097:291:24357:24363 Eugene Salem, Oregon +0.2472 aapg_ad_4.html aapg_ad_4.html:270:19034:19045 Cannon Perryville, Missouri +0.845244 aapg_ai_107.html aapg_ai_107.html:6:666:683 Bossier Shreveport, Louisiana +0.2495 gsa_html_5928791685 gsa_html_5928791685:515:45418:45438 Roxbury Conglomerate Naval Air Station Squantum +0.536877 aapg_aa_856.html aapg_aa_856.html:117:11006:11015 Smackover Cotton Valley, Louisiana +0.49036 aapg_ah_623.html aapg_ah_623.html:122:13673:13703 Browns Park Colorado +0.258542 AMJC_html_7176185664 AMJC_html_7176185664:248:29504:29521 Venango Middle East +0.239568 gsa_html_7309078733 gsa_html_7309078733:756:71243:71268 Sierra New Mexico +0.488735 aapg_aa_336.html aapg_aa_336.html:86:8081:8087 Wilcox Chattanooga, Tennessee +0.506782 aapg_ac_400.html aapg_ac_400.html:379:43928:43946 Chemung Gilmer County, Georgia +0.252374 sedimentology_html_8752954975 sedimentology_html_8752954975:975:82060:82064 Hall London, Ontario +0.483894 aapg_ad_937.html aapg_ad_937.html:7:1127:1133 Casper Powder River (Montana) +0.263907 aapg_ad_379.html aapg_ad_379.html:748:60973:60981 Colorado Arizona +0.262119 aapg_ac_333.html aapg_ac_333.html:170:21206:21218 Hermit Grand Canyon +0.251923 cspg_html_7866293053 cspg_html_7866293053:274:31355:31377 Beaver Mines Crowsnest Pass, Alberta +0.477158 aapg_ah_372.html aapg_ah_372.html:18:2720:2732 Wilcox Mississippi River +0.252984 cspg_html_5685783620 cspg_html_5685783620:296:33836:33874 Snake Indian Lacombe, Alberta +0.483465 cspg_html_9354781888 cspg_html_9354781888:98:18215:18226 Rundle Lacombe, Alberta +0.275609 cspg_html_8089302449 cspg_html_8089302449:286:48798:48819 Slave Point Swan Hill, Victoria +0.718584 aapg_ai_17.html aapg_ai_17.html:971:63986:63995 Red Bluff Mississippi River +0.258015 aapg_ad_652.html aapg_ad_652.html:12:1654:1685 Cowlitz Salem, Oregon +0.455058 cspg_html_8267847427 cspg_html_8267847427:352:49071:49096 Sierra New Mexico +0.477158 aapg_ad_652.html aapg_ad_652.html:375:45806:45812 Oregon Salem, Oregon +0.27604 aapg_ac_628.html aapg_ac_628.html:412:71258:71269 Green River Colton, California +0.50328 aapg_af_486.html aapg_af_486.html:20:2903:2926 West Foreland McArthur River uranium mine +0.250985 geology_html_4130667604 geology_html_4130667604:17:1107:1117 Santa Cruz California +0.487341 aapg_ac_742.html aapg_ac_742.html:36:4906:4929 Gypsum Spring Cheyenne, Wyoming +0.490758 cspg_html_3734757529 cspg_html_3734757529:536:67620:67628 Columbia Lacombe, Alberta +0.257895 sedimentology_html_7879809021 sedimentology_html_7879809021:862:64406:64413 Taggard Great Britain +0.468216 aapg_ah_972.html aapg_ah_972.html:284:28582:28590 Wellborn Karnes County, Texas +0.474329 cspg_html_8532932475 cspg_html_8532932475:91:11691:11708 Bluesky Willapa Bay +0.458864 geology_html_2632215670 geology_html_2632215670:12:536:546 Santa Cruz California +0.481874 cspg_html_5541937700 cspg_html_5541937700:119:17342:17400 Basal Colorado Springs, Colorado +0.2535 aapg_af_638.html aapg_af_638.html:134:10980:10996 Coldwater Antrim, County Antrim +0.475394 aapg_ad_440.html aapg_ad_440.html:489:45420:45427 Norfolk Bluefield, West Virginia +0.451248 cspg_html_2969995408 cspg_html_2969995408:79:9783:9793 Trout Lake Liard River, British Columbia +0.454575 cspg_html_7924356285 cspg_html_7924356285:32:4064:4072 Edmonton Calgary +0.248965 cspg_html_1770934036 cspg_html_1770934036:507:58462:58481 Kaskapau Lacombe, Alberta +0.468618 cspg_html_7028413504 cspg_html_7028413504:180:23007:23049 Woodbend Western world +0.262614 aapg_ai_107.html aapg_ai_107.html:216:21183:21203 Smackover East Texas +0.461616 gsa_html_9889833548 gsa_html_9889833548:833:77136:77141 Grove California +0.508555 aapg_aa_148.html aapg_aa_148.html:34:5371:5392 Summerville Mancos, Colorado +0.253005 gsa_html_3720789279 gsa_html_3720789279:887:86822:86832 Washington Salem, Oregon +0.456084 gsa_html_7102550258 gsa_html_7102550258:1369:130287:130314 Chinle New Mexico +0.260099 aapg_ah_749.html aapg_ah_749.html:20:3007:3014 Norfolk Virginia +0.257424 palaios_html_1662300404 palaios_html_1662300404:506:51211:51215 Hall London, Ontario +0.49685 gsa_html_7012936645 gsa_html_7012936645:124:13974:13995 Martinsburg Pennsylvania +0.241623 aapg_aa_416.html aapg_aa_416.html:110:14823:14829 Kindle Porcupine River (Ontario) +0.49728 sedimentology_html_7514538550 sedimentology_html_7514538550:1545:144435:144439 Bond North Atlantic Current +0.429639 geology_html_8562215493 geology_html_8562215493:78:6653:6668 Hampden South Georgia and the South Sandwich Islands +0.264438 aapg_ad_766.html aapg_ad_766.html:174:18987:18993 Dakota Mancos, Colorado +0.253506 jgeology_html_6399321011 jgeology_html_6399321011:80:3543:3556 Santa Barbara California +0.482924 aapg_ae_151.html aapg_ae_151.html:74:7099:7111 Saskatchewan Saskatoon +0.257 cspg_html_2650524233 cspg_html_2650524233:82:11707:11721 Colorado Regina, Saskatchewan +0.252 aapg_ad_628.html aapg_ad_628.html:206:24198:24204 Navajo Arizona +0.25755 aapg_ae_305.html aapg_ae_305.html:66:8887:8893 Perija South America +0.261632 cspg_html_5779937878 cspg_html_5779937878:44:5043:5066 Grand Rapids Clearwater, Florida +0.247374 aapg_ad_921.html aapg_ad_921.html:98:11886:11900 Point Pleasant Cincinnati +0.266175 aapg_ad_329.html aapg_ad_329.html:166:23911:23927 Mahantango Western world +0.47073 aapg_ac_316.html aapg_ac_316.html:7:1185:1195 Whitehorse Artesia, New Mexico +0.25957 jgeology_html_2784246086 jgeology_html_2784246086:78:3067:3092 Taylor Antarctica +0.915705 cspg_html_7434089303 cspg_html_7434089303:194:24073:24096 Eleanor River Ellesmere Island +0.369684 cspg_html_9987144175 cspg_html_9987144175:110:15652:15675 Heiberg Ellesmere Island +0.484821 sedimentology_html_7964187419 sedimentology_html_7964187419:770:75165:75169 Hall London, Ontario +0.271117 aapg_ah_420.html aapg_ah_420.html:3:172:185 Bearpaw Lacombe, Alberta +0.477012 geology_html_7000342533 geology_html_7000342533:12:597:605 Victoria Victoria, British Columbia +0.4956 aapg_aa_712.html aapg_aa_712.html:131:16728:16745 Platteville Platteville, Colorado +0.481873 aapg_aa_696.html aapg_aa_696.html:757:79805:79813 Colorado Colorado +0.24174 AMJC_html_4299960498 AMJC_html_4299960498:788:90488:90498 Washington Mount Rainier, Maryland +0.473697 palaios_html_9150736881 palaios_html_9150736881:35:3480:3511 Kope Cincinnati +0.257895 palaios_html_8176588637 palaios_html_8176588637:776:48253:48259 Martin California +0.48762 gsa_html_2832151886 gsa_html_2832151886:595:52683:52691 Columbia Victoria, British Columbia +0.471441 aapg_af_771.html aapg_af_771.html:48:6995:7004 Knoxville California +0.254881 aapg_ah_994.html aapg_ah_994.html:435:44976:44992 Pottsville Illinois +0.270352 aapg_aa_381.html aapg_aa_381.html:15:2243:2250 Temblor Rancho Santa Margarita, California +0.253916 aapg_ae_73.html aapg_ae_73.html:529:71399:71417 Niobrara Trinidad and Tobago +0.359055 gsa_html_1024107776 gsa_html_1024107776:935:95509:95518 Bluefield Virginia +0.893 aapg_ae_946.html aapg_ae_946.html:206:18321:18331 Washington Pennsylvania +0.257895 aapg_af_130.html aapg_af_130.html:136:24836:24854 Chaffee Leadville, Colorado +0.512714 aapg_ah_618.html aapg_ah_618.html:100:8062:8072 Phosphoria Cheyenne, Wyoming +0.482895 cspg_html_3849785044 cspg_html_3849785044:354:36529:36560 Bertie Ontario, California +0.492093 palaios_html_4940783464 palaios_html_4940783464:530:50115:50133 Yakataga Anchorage, Alaska +0.286104 aapg_ah_61.html aapg_ah_61.html:679:69758:69766 Palliser Lacombe, Alberta +0.484864 cspg_html_4915680223 cspg_html_4915680223:239:26417:26422 Douro Devon Island +0.268203 aapg_ad_878.html aapg_ad_878.html:166:20377:20391 Colorado Austin, Chicago +0.26857 aapg_ah_218.html aapg_ah_218.html:188:22409:22418 Aux Vases Henderson County, Texas +0.501177 aapg_ae_427.html aapg_ae_427.html:294:30442:30459 Gaviota Santa Ynez Valley +0.259534 aapg_ad_67.html aapg_ad_67.html:245:31924:31934 Sabinetown Texas +0.484428 gsa_html_2975028121 gsa_html_2975028121:641:70612:70621 San Diego California +0.24633 aapg_ad_98.html aapg_ad_98.html:877:77067:77105 Table Head Western Bay, Newfoundland and Labrador +0.2448 aapg_ae_4.html aapg_ae_4.html:259:30310:30324 Manning Canyon Oquirrh Mountain Utah Temple +0.477453 cspg_html_6255491344 cspg_html_6255491344:294:39597:39631 Kootenay Lacombe, Alberta +0.435575 cspg_html_9735723617 cspg_html_9735723617:279:35203:35217 Beverley Inlet Melville Island (Canada) +0.483406 gsa_html_5508128855 gsa_html_5508128855:427:42614:42642 Green River Colorado +0.273528 aapg_ad_958.html aapg_ad_958.html:897:93427:93433 Warsaw Salem, Massachusetts +0.264928 aapg_ae_959.html aapg_ae_959.html:1361:98478:98481 Abo New Mexico +0.469168 aapg_ae_388.html aapg_ae_388.html:1533:96456:96493 San Cayetano York, Pennsylvania +0.23376 gsa_html_6982030333 gsa_html_6982030333:720:67606:67612 Bourne Wallowa, Oregon +0.253009 jgeology_html_8293568246 jgeology_html_8293568246:1231:77943:77953 Washington Seattle +0.488992 cspg_html_5484260516 cspg_html_5484260516:1095:91909:91917 Columbia Lacombe, Alberta +0.268323 cspg_html_9872589627 cspg_html_9872589627:149:21142:21159 Halfway Lacombe, Alberta +0.483328 geology_html_2620787843 geology_html_2620787843:333:26762:26772 Santa Cruz California +0.25047 aapg_ai_364.html aapg_ai_364.html:69:8637:8643 Wewoka Holdenville, Oklahoma +0.491071 gsa_html_3677258183 gsa_html_3677258183:1367:122204:122214 Provo Great Basin +0.542619 aapg_ad_466.html aapg_ad_466.html:1339:143323:143330 Raritan North Carolina +0.49011 aapg_af_134.html aapg_af_134.html:268:33900:33935 Oceanic Barbados +0.259 aapg_ae_250.html aapg_ae_250.html:165:15095:15112 Wasatch Moffat County, Colorado +0.499247 sedimentology_html_9274676389 sedimentology_html_9274676389:526:56210:56218 Lawrence Amsterdam +0.86574 palaios_html_2449649505 palaios_html_2449649505:691:72343:72359 Chinle Flagstaff, Arizona +0.3978 gsa_html_7195000001 gsa_html_7195000001:728:98955:98973 Eureka Sound Ellesmere Island +0.47223 aapg_ac_807.html aapg_ac_807.html:1176:102257:102279 Marshalltown Closter, New Jersey +0.488565 cspg_html_3328007773 cspg_html_3328007773:6:335:355 Colorado Victoria, British Columbia +0.505818 aapg_ac_492.html aapg_ac_492.html:133:25892:25900 San Jose Matamoros, Tamaulipas +0.475648 cspg_html_1324104562 cspg_html_1324104562:139:17845:17881 Mount Clark Middle East +0.271405 aapg_af_674.html aapg_af_674.html:71:7652:7664 Stone Corral Lansing, Michigan +0.487424 geology_html_8162185466 geology_html_8162185466:169:11306:11321 Arc Middle East +0.2665 aapg_ai_810.html aapg_ai_810.html:302:32347:32372 Norphlet Mississippi River +0.266682 cspg_html_6383234409 cspg_html_6383234409:603:63300:63320 Bird Fiord Bathurst Island (Northern Territory) +0.481683 aapg_ad_466.html aapg_ad_466.html:893:96852:96857 Aquia Navesink River +0.478611 cspg_html_8250755331 cspg_html_8250755331:728:74369:74387 Colorado Victoria, British Columbia +0.256542 gsa_html_9053175553 gsa_html_9053175553:192:24990:25020 Oquirrh Carmel, Indiana +0.363726 aapg_ah_876.html aapg_ah_876.html:268:34074:34093 Mooringsport Mississippi River +0.481461 geology_html_9314524367 geology_html_9314524367:15:657:696 Sailor Canyon Sierra Nevada (Spain) +0.250997 aapg_ac_251.html aapg_ac_251.html:782:87114:87124 Washington Salem, Oregon +0.245985 aapg_af_0.html aapg_af_0.html:342:37193:37200 Carache Santa Ana, California +0.251082 aapg_af_792.html aapg_af_792.html:108:12751:12757 Goliad Oakville, California +0.38808 aapg_ac_315.html aapg_ac_315.html:50:6026:6046 Phosphoria Boise, Idaho +0.49455 aapg_af_924.html aapg_af_924.html:319:32050:32063 Nacatoch Pine Island (Lee County, Florida) +0.492246 aapg_aa_426.html aapg_aa_426.html:248:56369:56375 Ripley El Salvador +0.2615 aapg_aa_71.html aapg_aa_71.html:199:16781:16790 Queenston Salina, Kansas +0.265434 aapg_af_544.html aapg_af_544.html:445:51642:51653 Desert Peak Reno, Nevada +0.494334 aapg_ai_175.html aapg_ai_175.html:255:32446:32471 Springhill Springhill, Nova Scotia +0.268822 cspg_html_9725676031 cspg_html_9725676031:112:17931:17939 Columbia Victoria, British Columbia +0.450739 aapg_af_461.html aapg_af_461.html:109:10807:10820 Lake Michigan Wisconsin +0.494235 aapg_ah_724.html aapg_ah_724.html:3:374:392 Kaskapau Lacombe, Alberta +0.28141 aapg_ai_357.html aapg_ai_357.html:66:8198:8202 Buda Austin, Chicago +0.266752 palaios_html_1018466366 palaios_html_1018466366:1447:132829:132861 Montney Lacombe, Alberta +0.234247 gsa_html_8237815743 gsa_html_8237815743:27:2345:2355 Rio Grande Western world +0.263165 cspg_html_5375448448 cspg_html_5375448448:605:56844:56862 Kaskapau Lacombe, Alberta +0.265895 aapg_ah_528.html aapg_ah_528.html:512:54624:54630 Chinle Moenkopi Formation +0.838272 sedimentology_html_6886866268 sedimentology_html_6886866268:281:23112:23126 Frio Texas +0.467544 aapg_ae_383.html aapg_ae_383.html:441:33745:33753 Woodford Chattanooga, Tennessee +0.269874 aapg_ae_5.html aapg_ae_5.html:291:34286:34305 Horquilla Earp, California +0.261112 aapg_af_420.html aapg_af_420.html:200:17716:17722 Casper Cheyenne, Wyoming +0.24837 aapg_ac_807.html aapg_ac_807.html:554:55060:55067 Norfolk Virginia +0.461572 aapg_ae_30.html aapg_ae_30.html:206:19001:19021 Bainbridge Missouri River +0.501177 aapg_ac_628.html aapg_ac_628.html:667:113562:113568 Sierra Great Basin +0.488516 cspg_html_4516258038 cspg_html_4516258038:394:45224:45228 Eids Bathurst Island (Northern Territory) +0.499372 aapg_ai_175.html aapg_ai_175.html:16:2267:2286 Springhill Cordillera Administrative Region +0.253008 gsa_html_4191208013 gsa_html_4191208013:200:18329:18337 Deposito Encanto Park +0.254518 cspg_html_1025724640 cspg_html_1025724640:341:45442:45463 Tribes Hill Mohawk Valley +0.478856 cspg_html_1260733368 cspg_html_1260733368:6:497:511 Colorado Lacombe, Alberta +0.513135 aapg_ac_333.html aapg_ac_333.html:594:72390:72405 Supai Supai, Arizona +0.2499 aapg_ai_357.html aapg_ai_357.html:40:5707:5724 Edwards Mexico +0.247923 aapg_ai_750.html aapg_ai_750.html:159:17683:17695 Hillsborough Palm Beach County, Florida +0.496228 aapg_ai_594.html aapg_ai_594.html:540:47272:47280 Colorado Las Animas County, Colorado +0.244528 sedimentology_html_6083350152 sedimentology_html_6083350152:28:1827:1836 Lancaster Lancaster, California +0.254518 gsa_html_9207276905 gsa_html_9207276905:235:19778:19786 Columbia Victoria, British Columbia +0.489472 gsa_html_4891459463 gsa_html_4891459463:1210:114067:114075 Rockwell California +0.49248 sedimentology_html_8803606067 sedimentology_html_8803606067:1706:136949:136955 Caseyville New Guinea +0.255 geology_html_2498895869 geology_html_2498895869:17:1492:1503 Bedford London, Ontario +0.50085 geology_html_1904038295 geology_html_1904038295:349:26991:27004 Potomac Maryland +0.484848 gsa_html_9547811307 gsa_html_9547811307:14:825:833 Victoria Victoria, British Columbia +0.46812 sedimentology_html_2898428289 sedimentology_html_2898428289:91:8516:8537 Pine Point Dolomites +0.462105 aapg_ae_705.html aapg_ae_705.html:628:62409:62426 Rincon California +0.263467 aapg_aa_712.html aapg_aa_712.html:171:22726:22741 Maquoketa Mississippi River +0.463638 aapg_ai_247.html aapg_ai_247.html:10:1293:1306 Detroit River Michigan +0.257013 aapg_ad_880.html aapg_ad_880.html:267:28153:28162 Oil Creek Spearfish, South Dakota +0.346311 aapg_ac_92.html aapg_ac_92.html:195:21593:21608 Atoka Arkoma, Oklahoma +0.262584 palaios_html_4936782265 palaios_html_4936782265:509:55670:55681 Black River Ontario, California +0.698412 jgeology_html_7697771383 jgeology_html_7697771383:61:2579:2612 Entrada Logan, Utah +0.25542 sedimentology_html_5673709888 sedimentology_html_5673709888:70:6293:6312 Edwards Melbourne, Florida +0.470418 aapg_ah_96.html aapg_ah_96.html:553:64231:64253 Basal Red River of the North +0.472604 aapg_ah_659.html aapg_ah_659.html:6:1031:1060 Bridger Uinta Mountains +0.839664 aapg_aa_426.html aapg_aa_426.html:260:58677:58695 Norphlet Alabama +0.481194 aapg_af_965.html aapg_af_965.html:555:65199:65216 Cardium Lacombe, Alberta +0.284088 cspg_html_6502178723 cspg_html_6502178723:358:44529:44533 Toad Canada +0.478353 geology_html_3479183091 geology_html_3479183091:234:21749:21758 Extension England +0.2562 aapg_ak_104.html aapg_ak_104.html:124:16230:16249 Lodgepole Cheyenne, Wyoming +0.46109 gsa_html_3803247157 gsa_html_3803247157:26:2130:2138 Colorado Denver +0.830452 aapg_ai_52.html aapg_ai_52.html:106:15402:15411 Etchegoin Monterey, California +0.488516 gsa_html_1254347878 gsa_html_1254347878:1222:113213:113221 Columbia Lacombe, Alberta +0.400608 aapg_ae_904.html aapg_ae_904.html:381:38856:38889 Minnelusa Englewood, New Jersey +0.254925 gsa_html_7248164569 gsa_html_7248164569:1255:86292:86311 Bathurst New Brunswick, New Jersey +0.268786 cspg_html_6546794930 cspg_html_6546794930:224:22482:22504 Winnipegosis Regina, Saskatchewan +0.42768 aapg_aa_940.html aapg_aa_940.html:89:9861:9879 Cypress Illinois +0.518 gsa_html_8669968097 gsa_html_8669968097:551:46422:46450 Green River Colorado +0.477288 cspg_html_2094634763 cspg_html_2094634763:267:34347:34356 Ellerslie Lacombe, Alberta +0.261117 aapg_ai_49.html aapg_ai_49.html:651:86169:86187 Thaynes Cheyenne, Wyoming +0.717042 aapg_ah_779.html aapg_ah_779.html:516:97613:97632 Arkansas Novaculite Alabama +0.266965 cspg_html_6985536436 cspg_html_6985536436:209:28219:28260 Eureka Sound Ellesmere Island +0.264698 palaios_html_1369959458 palaios_html_1369959458:817:63222:63239 Bearpaw Lacombe, Alberta +0.464088 gsa_html_3842354440 gsa_html_3842354440:499:47402:47421 Challis Coney Island +0.491667 aapg_ae_777.html aapg_ae_777.html:287:33934:33951 Tererro Pecos River +0.50688 aapg_ad_440.html aapg_ad_440.html:17:2456:2467 Mauch Chunk Pocono Raceway +0.465132 gsa_html_2023933346 gsa_html_2023933346:980:93003:93015 Santa Susana California +0.250498 aapg_aa_647.html aapg_aa_647.html:900:71224:71233 Tuscarora Juniata County School District +0.2575 aapg_ad_760.html aapg_ad_760.html:49:6873:6889 Modelo Santa Clara, California +0.498419 aapg_ai_185.html aapg_ai_185.html:4:601:621 Mesaverde Fort Union Trading Post National Historic Site +0.26775 aapg_aa_124.html aapg_aa_124.html:205:21791:21798 Cadomin Mountain Park (Holyoke, Massachusetts) +0.73416 cspg_html_6064089067 cspg_html_6064089067:7:559:567 Winnipeg Winnipeg +0.379008 aapg_ah_772.html aapg_ah_772.html:632:51689:51697 Chainman Reno, Nevada +0.26368 sedimentology_html_8006979411 sedimentology_html_8006979411:1940:124469:124487 Kaskapau Lacombe, Alberta +0.495286 aapg_af_308.html aapg_af_308.html:128:12980:13005 Venango Venango, Pennsylvania +0.497798 gsa_html_2645269788 gsa_html_2645269788:61:5686:5714 Green River New Mexico +0.271377 sedimentology_html_1338997515 sedimentology_html_1338997515:2706:106552:106563 Hueco Texas +0.484352 aapg_ah_574.html aapg_ah_574.html:10:961:970 Peninsula Chihuahua (state) +0.25755 gsa_html_1377695371 gsa_html_1377695371:959:87943:87971 Green River New Mexico +0.268736 sedimentology_html_3358647812 sedimentology_html_3358647812:22:1583:1604 Cliff House Colorado +0.5187 gsa_html_9052101586 gsa_html_9052101586:544:68453:68464 Peoria Peoria, Illinois +0.262095 sedimentology_html_8384737970 sedimentology_html_8384737970:280:23939:23950 Carmel Carmel, Indiana +0.498609 aapg_ac_630.html aapg_ac_630.html:606:65351:65371 Wind River Wasatch Range +0.26728 aapg_ad_68.html aapg_ad_68.html:181:10542:10557 Allegheny Curlew, Washington +0.879835 aapg_ac_575.html aapg_ac_575.html:3:405:425 Phosphoria Boise, Idaho +0.49022 cspg_html_3328007773 cspg_html_3328007773:800:88335:88351 Viking Canada +0.255025 aapg_ai_199.html aapg_ai_199.html:59:5579:5585 Brazil Atlantic Ocean +0.378504 aapg_ad_695.html aapg_ad_695.html:314:18846:18866 Cane River Shreveport, Louisiana +0.26471 gsa_html_7195000001 gsa_html_7195000001:212:25788:25797 Bay Fiord Ellesmere Island +0.490637 cspg_html_1324104562 cspg_html_1324104562:139:17923:17958 Mount Cap Middle East +0.511974 cspg_html_9843429624 cspg_html_9843429624:122:15246:15261 Nisku Lacombe, Alberta +0.24255 aapg_aa_889.html aapg_aa_889.html:666:67835:67840 Weeks Texas +0.23919 sedimentology_html_2601136107 sedimentology_html_2601136107:1123:75292:75320 San Andres Panhandle, Texas +0.447741 sedimentology_html_9981769376 sedimentology_html_9981769376:915:56983:56987 Hall London, Ontario +0.274032 aapg_ah_788.html aapg_ah_788.html:340:36732:36739 Carrizo Samaria (ancient city) +0.264096 sedimentology_html_9285288228 sedimentology_html_9285288228:26:1700:1707 Norfolk Netherlands +0.855558 cspg_html_4287356899 cspg_html_4287356899:1393:190605:190627 Jungle Creek Porcupine River (Ontario) +0.25048 aapg_ad_466.html aapg_ad_466.html:1345:143708:143724 Peedee James River (Dakotas) +0.470016 geology_html_4363767289 geology_html_4363767289:26:1016:1024 Toroweap Little Colorado River +0.77737 aapg_ai_583.html aapg_ai_583.html:20:3005:3013 Sundance Powder River Basin +0.498456 gsa_html_1290697059 gsa_html_1290697059:108:9760:9769 Peninsula Kirkwood, Missouri +0.489888 cspg_html_1188455526 cspg_html_1188455526:233:36228:36249 Christopher Arctic Ocean +0.25146 gsa_html_9052101586 gsa_html_9052101586:466:55978:55989 Peoria Lake Michigan +0.24948 aapg_af_568.html aapg_af_568.html:398:36711:36735 Basal Cheyenne, Wyoming +0.28105 aapg_ad_169.html aapg_ad_169.html:60:7789:7800 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.25908 gsa_html_7127096507 gsa_html_7127096507:653:60463:60470 Madison California +0.240096 aapg_ae_885.html aapg_ae_885.html:207:20331:20352 Supai Grand Canyon +0.270399 aapg_ad_338.html aapg_ad_338.html:293:32396:32403 Magothy Merchantville, New Jersey +0.246456 gsa_html_7030126147 gsa_html_7030126147:1050:93737:93746 Peninsula Korea +0.248 jgeology_html_8750845452 jgeology_html_8750845452:492:49171:49184 Lake Michigan Salem, Oregon +0.257446 cspg_html_2650524233 cspg_html_2650524233:184:22358:22376 Edmonton Lacombe, Alberta +0.476341 gsa_html_6967102683 gsa_html_6967102683:63:4783:4794 White Creek Logan, Utah +0.25959 aapg_ad_63.html aapg_ad_63.html:18:1742:1748 Goliad Yorktown, Virginia +0.4581 cspg_html_3175305741 cspg_html_3175305741:21:2917:2937 Road River Rocky Mountains +0.264187 cspg_html_5697056884 cspg_html_5697056884:141:14609:14617 Deadwood Regina, Saskatchewan +0.48132 aapg_af_575.html aapg_af_575.html:810:113308:113328 Vamoosa Missouri River +0.262614 gsa_html_2877730818 gsa_html_2877730818:831:72440:72468 Noonday Dolomite Death Valley +0.244818 sedimentology_html_2258839384 sedimentology_html_2258839384:825:73536:73540 Maya Uxmal +0.24837 geology_html_4409924111 geology_html_4409924111:11:576:585 San Diego La Jolla +0.271437 aapg_ae_280.html aapg_ae_280.html:229:25495:25500 Utica Frankfort, Illinois +0.25515 sedimentology_html_5736826273 sedimentology_html_5736826273:728:52691:52695 Hall London, Ontario +0.2646 cspg_html_8121202912 cspg_html_8121202912:328:38711:38719 Columbia Victoria, British Columbia +0.484748 geology_html_6474064767 geology_html_6474064767:83:5925:5947 Provo West Coast of the United States +0.271425 aapg_aa_813.html aapg_aa_813.html:387:42954:42974 Fort Union Cheyenne, Wyoming +0.490048 gsa_html_3484366946 gsa_html_3484366946:1012:99211:99224 Lone Mountain Anchorage, Alaska +0.486675 cspg_html_2928630722 cspg_html_2928630722:141:16818:16829 Peace River Lacombe, Alberta +0.25452 sedimentology_html_6210806021 sedimentology_html_6210806021:715:42599:42605 Banner Hanson, Massachusetts +0.2619 aapg_ah_505.html aapg_ah_505.html:1319:105564:105584 Dakota Golden, Colorado +0.255712 gsa_html_7808051457 gsa_html_7808051457:345:30597:30614 Dotsero Colorado +0.260797 cspg_html_7201476813 cspg_html_7201476813:184:22938:22960 Winnipegosis Manitoba +0.262626 aapg_ae_681.html aapg_ae_681.html:128:15307:15316 Smackover Haynesville, Louisiana +0.258152 sedimentology_html_9410532865 sedimentology_html_9410532865:1860:121811:121832 Green River Cheyenne, Wyoming +0.502584 geology_html_9418382600 geology_html_9418382600:219:22367:22392 Frontier Cheyenne, Wyoming +0.686938 aapg_ad_3.html aapg_ad_3.html:88:8671:8684 Conococheague Knoxville, Tennessee +0.269698 aapg_ad_649.html aapg_ad_649.html:243:29436:29448 Beaver Creek Kirkwood, Missouri +0.253287 cspg_html_2083142494 cspg_html_2083142494:6:412:446 Albert New Brunswick, New Jersey +0.2562 cspg_html_2182541128 cspg_html_2182541128:65:7711:7717 Fernie Kootenay River +0.475059 aapg_af_129.html aapg_af_129.html:148:15464:15486 Colorado Colorado +0.980019 aapg_ad_812.html aapg_ad_812.html:3:247:255 Colorado Arizona +0.444843 aapg_ah_754.html aapg_ah_754.html:192:23388:23395 Burrard Burrard Street +0.479304 cspg_html_2098485391 cspg_html_2098485391:41:6184:6192 Kagawong Brookfield, Illinois +0.577263 aapg_ae_5.html aapg_ae_5.html:36:4327:4341 Earp Arizona +0.367198 aapg_ae_6.html aapg_ae_6.html:102:11351:11372 Georgetown San Marcos, California +0.244881 cspg_html_2919583977 cspg_html_2919583977:18:2054:2066 Mount Wilson Regina, Saskatchewan +0.276676 gsa_html_8662254581 gsa_html_8662254581:1423:128916:128944 Green River Colorado +0.269357 aapg_aa_626.html aapg_aa_626.html:286:32949:32966 Magothy Potomac, Maryland +0.24947 gsa_html_8237815743 gsa_html_8237815743:266:25061:25083 Arroyo Jemez Mountains +0.278495 aapg_ac_741.html aapg_ac_741.html:199:21525:21543 Niobrara Sharon Springs, Kansas +0.474832 aapg_af_575.html aapg_af_575.html:842:119797:119804 Vamoosa Shawnee, Oklahoma +0.24892 aapg_ad_279.html aapg_ad_279.html:55:6575:6586 San Antonio Corpus Christi, Texas +0.4704 aapg_ac_187.html aapg_ac_187.html:1990:195565:195569 Hall Pennsylvania +0.289728 aapg_aa_146.html aapg_aa_146.html:114:14394:14406 Pierre Western world +0.264668 gsa_html_9207276905 gsa_html_9207276905:288:23988:23996 Columbia Victoria, British Columbia +0.347604 aapg_ac_230.html aapg_ac_230.html:242:26520:26529 La Quinta Western world +0.4735 AMJC_html_4692260170 AMJC_html_4692260170:145:16211:16228 Rangeley Rangeley, Maine +0.26265 aapg_ai_816.html aapg_ai_816.html:342:56639:56649 Plattsburg Wyandotte, Michigan +0.27092 gsa_html_7498897688 gsa_html_7498897688:1991:144153:144181 Green River New Mexico +0.529074 aapg_ah_826.html aapg_ah_826.html:813:74068:74085 Belly River Bloomington, Indiana +0.4712 aapg_ac_505.html aapg_ac_505.html:3:355:363 Michigan Michigan +0.486912 sedimentology_html_6101394073 sedimentology_html_6101394073:29:1709:1732 Rockland Orangeburg, South Carolina +0.252984 aapg_af_249.html aapg_af_249.html:9:1120:1126 Midway Mississippi River +0.250965 aapg_ae_427.html aapg_ae_427.html:595:49294:49319 Tumey California +0.27387 aapg_ac_714.html aapg_ac_714.html:135:14511:14526 Piper Big Horn Mountains +0.498324 aapg_ae_715.html aapg_ae_715.html:581:75348:75352 Frio Houston +0.255892 aapg_ae_15.html aapg_ae_15.html:765:63199:63207 Montreal Canada +0.479182 cspg_html_4115156925 cspg_html_4115156925:226:31263:31271 Columbia Victoria, British Columbia +0.504612 gsa_html_9901339383 gsa_html_9901339383:374:36619:36640 Green River Logan, Utah +0.263168 aapg_af_177.html aapg_af_177.html:148:14602:14608 Morgan Stratford, Connecticut +0.242949 geology_html_4804337449 geology_html_4804337449:129:15874:15883 Lecompton Russia +0.75264 cspg_html_9735723617 cspg_html_9735723617:643:75510:75529 Hecla Bay Melville Island (Canada) +0.461265 sedimentology_html_7623092448 sedimentology_html_7623092448:321:19078:19084 Walker Earth +0.49152 cspg_html_3447886929 cspg_html_3447886929:222:25973:25989 Table Head Quebec City +0.467857 aapg_ad_832.html aapg_ad_832.html:69:8979:8989 Kern River Shreveport, Louisiana +0.523908 aapg_ac_672.html aapg_ac_672.html:105:8802:8810 Michigan Michigan +0.262654 aapg_ai_31.html aapg_ai_31.html:282:28225:28234 Catahoula Texas +0.272468 aapg_ai_240.html aapg_ai_240.html:238:25235:25249 Winnipeg Red River of the North +0.892078 sedimentology_html_3417381350 sedimentology_html_3417381350:1585:110187:110201 Monterey California +0.259548 cspg_html_3854139935 cspg_html_3854139935:148:22574:22590 Oldman Canada +0.499988 sedimentology_html_6302405335 sedimentology_html_6302405335:1354:96855:96860 Steel Svalbard +0.497034 cspg_html_2863271815 cspg_html_2863271815:453:50370:50382 Salina Guelph +0.385034 aapg_aa_598.html aapg_aa_598.html:137:13356:13373 Thaynes Boise, Idaho +0.273996 aapg_ad_431.html aapg_ad_431.html:132:10621:10631 Tuscaloosa Sandhills (Carolina) +0.25441 cspg_html_4694482219 cspg_html_4694482219:15:1946:1960 Edmonton Lacombe, Alberta +0.925443 aapg_ae_959.html aapg_ae_959.html:337:27788:27811 Brushy Canyon Guadalupe Mountains National Park +0.26162 cspg_html_3419991847 cspg_html_3419991847:17:2633:2636 Elk Victoria, British Columbia +0.258063 cspg_html_2013109828 cspg_html_2013109828:549:80939:80945 Denver Colorado +0.836741 cspg_html_1189888589 cspg_html_1189888589:318:40709:40727 Paskapoo Lacombe, Alberta +0.48246 aapg_ad_3.html aapg_ad_3.html:754:71510:71518 Lowville Rose Hill, Manhattan +0.249368 aapg_ad_606.html aapg_ad_606.html:63:6582:6590 Colorado Denver +0.703621 aapg_af_854.html aapg_af_854.html:535:72679:72685 Warsaw Monroe County, Florida +0.27615 gsa_html_6967102683 gsa_html_6967102683:909:75680:75685 Price Arctic Cordillera +0.482664 cspg_html_4086951599 cspg_html_4086951599:122:17114:17119 Levis Quebec City +0.2223 gsa_html_7312577962 gsa_html_7312577962:1082:92269:92279 Copenhagen Arizona +0.480537 palaios_html_6956866368 palaios_html_6956866368:469:49165:49184 Greenhorn Cheyenne, Wyoming +0.2565 cspg_html_9361096527 cspg_html_9361096527:14:2427:2449 Judith River Regina, Saskatchewan +0.952455 cspg_html_5141367518 cspg_html_5141367518:449:61868:61885 Bearpaw Saskatchewan River +0.483383 aapg_ad_379.html aapg_ad_379.html:530:45326:45330 Jelm Cheyenne, Wyoming +0.491384 AMJC_html_7321319159 AMJC_html_7321319159:600:60550:60560 Carbondale Anacapa Island +0.265728 aapg_ai_468.html aapg_ai_468.html:14:1939:1952 Cotton Valley Shreveport, Louisiana +0.472382 aapg_ah_421.html aapg_ah_421.html:34:3237:3251 St. Mary River Edmonton, London +0.246356 aapg_ah_505.html aapg_ah_505.html:1006:79749:79763 Ingleside Livermore, California +0.236192 cspg_html_5438428738 cspg_html_5438428738:75:8967:8986 Athabasca Stuart Island (Washington) +0.25652 cspg_html_4625995889 cspg_html_4625995889:525:63344:63395 Bluff Canada +0.476424 gsa_html_7102550258 gsa_html_7102550258:802:90281:90298 Kayenta Springdale, Arkansas +0.921551 cspg_html_5345848475 cspg_html_5345848475:337:39043:39060 Carlile Hunting Creek +0.52059 aapg_ah_203.html aapg_ah_203.html:510:81942:81960 Morrison New Mexico +0.507675 palaios_html_9973267562 palaios_html_9973267562:80:12446:12460 Kope Kentucky +0.248496 cspg_html_8289943866 cspg_html_8289943866:6:503:530 Grinnell Lacombe, Alberta +0.51844 aapg_ah_599.html aapg_ah_599.html:210:15818:15829 San Antonio Texas +0.486324 aapg_ad_908.html aapg_ad_908.html:377:40941:40951 Fort Worth Trinidad and Tobago +0.254736 aapg_ah_847.html aapg_ah_847.html:737:67656:67669 Raritan Closter, New Jersey +0.490782 aapg_ah_198.html aapg_ah_198.html:517:65164:65182 Monterey California +0.260019 aapg_aa_898.html aapg_aa_898.html:287:34061:34077 Colton Logan, Utah +0.464015 aapg_ai_357.html aapg_ai_357.html:214:24044:24051 Carrizo Carrizo Plain +0.49344 aapg_ac_327.html aapg_ac_327.html:21:3170:3176 Sierra Mexico +0.48144 geology_html_3363667765 geology_html_3363667765:41:4164:4172 Columbia Victoria, British Columbia +0.261626 geology_html_6254924018 geology_html_6254924018:36:3053:3083 Fort Union Powder River Basin +0.468936 aapg_ae_777.html aapg_ae_777.html:251:29043:29067 Espiritu Santo Meramec River +0.272123 aapg_ad_402.html aapg_ad_402.html:209:22835:22843 Colorado Denver +0.5031 aapg_af_575.html aapg_af_575.html:696:95479:95491 Pueblo Harpersville, Alabama +0.505818 aapg_ai_688.html aapg_ai_688.html:58:8710:8722 Williamsport Virginia +0.258552 gsa_html_9687474095 gsa_html_9687474095:790:74489:74509 Toro Chile +0.256 cspg_html_2094634763 cspg_html_2094634763:302:39833:39851 Success Regina, Saskatchewan +0.248 gsa_html_8725992131 gsa_html_8725992131:504:41712:41720 Waterton Lacombe, Alberta +0.483775 aapg_ac_71.html aapg_ac_71.html:654:73424:73434 Wellington California +0.502326 gsa_html_3144986031 gsa_html_3144986031:290:31028:31043 Bonanza Anchorage, Alaska +0.252374 aapg_af_506.html aapg_af_506.html:453:52726:52734 Colorado Denver +0.449179 aapg_ac_719.html aapg_ac_719.html:113:11864:11870 Weston New Mexico +0.247883 aapg_ah_62.html aapg_ah_62.html:124:16497:16514 Guelph Salina, Kansas +0.483406 cspg_html_9119878068 cspg_html_9119878068:273:33891:33928 Waterways Swan Hill, Victoria +0.24947 aapg_ad_880.html aapg_ad_880.html:352:36905:36928 Gypsum Spring Black Hills +0.489842 AMJC_html_2360213652 AMJC_html_2360213652:868:90171:90178 Charles West Branch Susquehanna River +0.251968 geology_html_4230032325 geology_html_4230032325:227:22327:22334 Madison Antarctic Peninsula +0.504434 gsa_html_8187745750 gsa_html_8187745750:152:10440:10468 Green River Colorado +0.251883 cspg_html_8694594891 cspg_html_8694594891:504:49609:49638 Utica Quebec City +0.265104 aapg_ae_54.html aapg_ae_54.html:299:22548:22554 Perija Maracaibo +0.45738 aapg_ai_567.html aapg_ai_567.html:1405:167195:167204 Margarita Venezuela +0.266231 AMJC_html_5916115748 AMJC_html_5916115748:1176:112854:112864 Washington Salem, Oregon +0.933152 aapg_ad_880.html aapg_ad_880.html:428:43350:43368 Sundance Redwater, Texas +0.243595 aapg_af_22.html aapg_af_22.html:216:29303:29321 Souris Valley Manitoba +0.252374 aapg_af_14.html aapg_af_14.html:787:68407:68426 Rock Springs Sweetwater, Miami-Dade County, Florida +0.50191 aapg_ai_583.html aapg_ai_583.html:489:61788:61815 Rierdon Powder River (Montana) +0.477664 cspg_html_2749851978 cspg_html_2749851978:59:12876:12884 Columbia Lacombe, Alberta +0.27387 aapg_ah_780.html aapg_ah_780.html:164:28499:28534 Martinsburg Middle East +0.27719 cspg_html_6839937815 cspg_html_6839937815:295:42146:42152 Kaibab Harrisburg, Pennsylvania +0.340344 aapg_ak_104.html aapg_ak_104.html:62:9007:9027 Minnelusa Black Hills +0.491667 cspg_html_6383234409 cspg_html_6383234409:423:42579:42598 Hecla Bay Bathurst Island (Northern Territory) +0.534752 aapg_ac_807.html aapg_ac_807.html:801:79356:79366 Tuscaloosa Tuscaloosa, Alabama +0.51798 aapg_ah_625.html aapg_ah_625.html:219:21862:21883 Green River Logan, Utah +0.368589 cspg_html_6193252551 cspg_html_6193252551:602:65867:65884 Romaine Anticosti Island +0.253206 cspg_html_5973552270 cspg_html_5973552270:60:8365:8386 Slave Point Swan Hill, Victoria +0.244664 cspg_html_1222040397 cspg_html_1222040397:546:70840:70858 Mackenzie Middle Ordovician +0.284085 palaios_html_8642096121 palaios_html_8642096121:704:60252:60260 Richmond Logan, Utah +0.356957 gsa_html_6734844475 gsa_html_6734844475:134:15946:15958 Owens Valley California +0.541304 aapg_ac_603.html aapg_ac_603.html:3:198:214 Chinle Logan, Utah +0.479182 aapg_ac_807.html aapg_ac_807.html:504:51108:51115 Patuxent Patapsco River +0.271956 aapg_ad_580.html aapg_ad_580.html:434:54085:54101 Lance Cheyenne, Wyoming +0.493799 aapg_ad_192.html aapg_ad_192.html:390:41390:41406 Tuscaloosa Alabama +0.233033 aapg_ah_80.html aapg_ah_80.html:4:304:326 Arkose Ridge Talkeetna Mountains +0.266682 aapg_ah_530.html aapg_ah_530.html:223:25977:25998 Percha New Mexico +0.254214 cspg_html_3966956195 cspg_html_3966956195:51:6053:6069 George Middle Ordovician +0.475964 cspg_html_7561290301 cspg_html_7561290301:35:4418:4427 Chinchaga Middle East +0.236493 geology_html_7113954805 geology_html_7113954805:60:4312:4348 Mount Simon Illinois +0.50373 aapg_aa_598.html aapg_aa_598.html:449:40575:40594 Chugwater John Crow Mountains +0.503475 aapg_ac_211.html aapg_ac_211.html:119:12468:12475 Madison Lacombe, Alberta +0.27405 aapg_ah_521.html aapg_ah_521.html:382:44399:44406 Carrizo Carrizo Plain +0.25806 gsa_html_9439813057 gsa_html_9439813057:399:40381:40393 Todos Santos Cabo San Lucas +0.252865 aapg_ae_248.html aapg_ae_248.html:32:2774:2782 Michigan Saginaw, Michigan +0.45171 aapg_ac_719.html aapg_ac_719.html:124:13626:13643 Vermejo Trinidad and Tobago +0.265738 aapg_ai_158.html aapg_ai_158.html:478:52407:52415 Columbia Victoria, British Columbia +0.266772 aapg_ai_17.html aapg_ai_17.html:1304:88743:88766 Chattahoochee Tampa, Florida +0.384272 cspg_html_7434089303 cspg_html_7434089303:323:41094:41109 Eids Ellesmere Island +0.249996 sedimentology_html_6517352315 sedimentology_html_6517352315:251:9142:9148 Walker Esposizione Universale Roma +0.267 aapg_ae_498.html aapg_ae_498.html:252:24408:24419 Beekmantown Virginia +0.50284 sedimentology_html_6811924239 sedimentology_html_6811924239:1366:75853:75858 Piper California +0.249444 gsa_html_1826402027 gsa_html_1826402027:823:88297:88306 Flagstaff Arizona +0.266207 aapg_ae_694.html aapg_ae_694.html:225:25872:25891 Woodbine Buda, Texas +0.464499 aapg_ai_105.html aapg_ai_105.html:419:52001:52006 Provo Uinta Mountains +0.499376 gsa_html_2059670590 gsa_html_2059670590:191:18635:18644 San Diego Mexico +0.260952 aapg_ad_430.html aapg_ad_430.html:203:15779:15798 Smackover Cotton Valley, Louisiana +0.49036 gsa_html_6753732431 gsa_html_6753732431:443:43852:43881 Sespe Los Angeles +0.272766 aapg_ad_6.html aapg_ad_6.html:43:4597:4601 Pico Saugus, Massachusetts +0.262143 aapg_ad_908.html aapg_ad_908.html:177:20157:20166 Rio Negro Venezuela +0.36952 aapg_af_469.html aapg_af_469.html:407:46572:46580 Humboldt Reno, Nevada +0.243307 cspg_html_8363357104 cspg_html_8363357104:33:4125:4130 Skoki Middle Ordovician +0.2667 aapg_ah_665.html aapg_ah_665.html:182:20288:20303 Weeks Logan, Utah +0.242055 cspg_html_4293350162 cspg_html_4293350162:982:98515:98527 Rundle Walpole, Massachusetts +0.265932 gsa_html_4755273876 gsa_html_4755273876:987:96354:96363 Peninsula Italy +0.4646 aapg_ai_561.html aapg_ai_561.html:12:1192:1198 Sabine Shreveport, Louisiana +0.469116 aapg_af_479.html aapg_af_479.html:454:49400:49418 Cabrillo Pacific Beach, San Diego, California +0.486402 gsa_html_2076560873 gsa_html_2076560873:401:42465:42487 Parry Islands Middle East +0.263088 aapg_ac_222.html aapg_ac_222.html:313:40645:40663 Moenkopi Chinle Formation +0.474759 aapg_ai_695.html aapg_ai_695.html:16:1478:1492 Ingleside Wisconsin +0.5016 aapg_af_91.html aapg_af_91.html:583:66929:66942 Blue Mountain Great Basin +0.25382 cspg_html_5220068638 cspg_html_5220068638:185:22138:22149 Belly River Lacombe, Alberta +0.478 aapg_af_340.html aapg_af_340.html:81:9294:9302 Virginia Reston, Virginia +0.252086 aapg_af_629.html aapg_af_629.html:369:20394:20410 Dakota Willow Springs, Missouri +0.71288 cspg_html_7434089303 cspg_html_7434089303:323:41053:41062 Allen Bay Ellesmere Island +0.25392 sedimentology_html_7553974053 sedimentology_html_7553974053:1518:122396:122414 Monterey California +0.492768 gsa_html_1860930948 gsa_html_1860930948:143:16239:16253 Ogallala New Mexico +0.473888 aapg_aa_312.html aapg_aa_312.html:139:18214:18220 Brazil Bering Sea +0.476674 aapg_ai_52.html aapg_ai_52.html:7:1568:1576 Monterey McKittrick, California +0.257484 aapg_ae_668.html aapg_ae_668.html:1927:198379:198386 St Marys Cincinnati +0.496944 aapg_ac_603.html aapg_ac_603.html:10:1258:1274 Chinle San Rafael Swell +0.267804 aapg_ad_718.html aapg_ad_718.html:154:13779:13782 Lee New Mexico +0.2655 cspg_html_3962754176 cspg_html_3962754176:42:6346:6369 Grand Rapids Clearwater, Florida +0.382464 gsa_html_3448554349 gsa_html_3448554349:571:59842:59857 Price Sunbury, Pennsylvania +0.472382 gsa_html_1538463681 gsa_html_1538463681:959:80892:80902 Las Cruces Mexico +0.496513 cspg_html_8773796463 cspg_html_8773796463:453:45634:45642 Columbia Victoria, British Columbia +0.488698 aapg_ah_199.html aapg_ah_199.html:402:44814:44819 Atoka Red Deer, Alberta +0.23641 cspg_html_3104351736 cspg_html_3104351736:141:17836:17844 Columbia Washington (state) +0.475394 cspg_html_6021605367 cspg_html_6021605367:106:12983:12995 Percha New Mexico +0.484892 jgeology_html_1838149422 jgeology_html_1838149422:871:79398:79410 Monroe Creek Anderson Ranch Dam +0.255488 aapg_ad_152.html aapg_ad_152.html:1814:236332:236348 Kaibab Reno, Nevada +0.476126 geology_html_3243676584 geology_html_3243676584:11:501:509 Colorado Colorado +0.26677 sedimentology_html_2550885329 sedimentology_html_2550885329:43:3708:3743 Swan Hills Canada +0.243507 cspg_html_5141367518 cspg_html_5141367518:474:62851:62859 Waterton Lacombe, Alberta +0.254856 aapg_aa_287.html aapg_aa_287.html:315:38826:38842 Viking Regina, Saskatchewan +0.47532 aapg_aa_110.html aapg_aa_110.html:4:468:489 Green River Tipton, Indiana +0.287592 aapg_ad_858.html aapg_ad_858.html:267:19058:19067 Smackover Shreveport, Louisiana +0.254 aapg_ah_75.html aapg_ah_75.html:18:2555:2570 Richmond Quebec City +0.913911 aapg_ad_1.html aapg_ad_1.html:92:9160:9180 Queenston Oswego, New York +0.259408 geology_html_2350878941 geology_html_2350878941:248:19989:20010 Green River Cheyenne, Wyoming +0.51584 aapg_ah_411.html aapg_ah_411.html:57:8100:8103 Lee Cheyenne, Wyoming +0.487494 gsa_html_6788701225 gsa_html_6788701225:954:85234:85262 Green River Iran +0.242055 aapg_ad_309.html aapg_ad_309.html:105:10706:10727 Tribes Hill Mohawk Valley +0.279156 aapg_ah_97.html aapg_ah_97.html:134:16686:16693 Bromide Iowa +0.694458 aapg_af_789.html aapg_af_789.html:178:23793:23807 Brallier Huntington, West Virginia +0.491202 aapg_ai_435.html aapg_ai_435.html:31:3889:3901 Pierre Niobrara, Nebraska +0.250965 cspg_html_6306091047 cspg_html_6306091047:80:13582:13604 Charlie Lake Western world +0.503485 aapg_ae_876.html aapg_ae_876.html:156:15279:15293 Cedar Mountain Colorado +0.502392 gsa_html_3655236765 gsa_html_3655236765:1200:117053:117081 Green River Colorado +0.2489 aapg_ae_959.html aapg_ae_959.html:1465:105391:105404 Abo New Mexico +0.254514 aapg_af_419.html aapg_af_419.html:157:18867:18883 Santa Clara Channel Islands of California +0.509082 sedimentology_html_1329483683 sedimentology_html_1329483683:860:62729:62746 Cardium Lacombe, Alberta +0.260268 cspg_html_2161417858 cspg_html_2161417858:304:39071:39087 Bakken Regina, Saskatchewan +0.46848 palaios_html_4234830474 palaios_html_4234830474:42:6132:6142 Pittsburgh Bloomington, Indiana +0.259979 cspg_html_8662646956 cspg_html_8662646956:559:69529:69539 Pine Point Great Slave Lake +0.706842 aapg_ai_583.html aapg_ai_583.html:353:42867:42884 Rierdon Cheyenne, Wyoming +0.26979 aapg_ae_68.html aapg_ae_68.html:94:11571:11592 Strathearn Reno, Nevada +0.24929 cspg_html_4727171280 cspg_html_4727171280:108:13050:13068 Edmonton Bearpaw Formation +0.26355 aapg_aa_399.html aapg_aa_399.html:425:34571:34579 Niobrara Canada +0.680672 sedimentology_html_4116020144 sedimentology_html_4116020144:643:47931:47943 Owens Valley California +0.525723 aapg_aa_351.html aapg_aa_351.html:165:17987:17993 Wilcox Missouri River +0.2604 aapg_ae_235.html aapg_ae_235.html:190:22929:22939 Tuscaloosa Tuscaloosa, Alabama +0.396408 aapg_ae_419.html aapg_ae_419.html:2191:149353:149371 Tamasopo Tula, Hidalgo +0.677958 cspg_html_6472484014 cspg_html_6472484014:548:55643:55675 Sayabec Quebec City +0.251412 cspg_html_3501550466 cspg_html_3501550466:568:81948:81959 Peace River Lacombe, Alberta +0.908193 aapg_ae_299.html aapg_ae_299.html:135:12545:12564 Moenkopi Kaibab, Arizona +0.253092 cspg_html_9717154602 cspg_html_9717154602:169:23190:23197 Bearpaw Lacombe, Alberta +0.53393 aapg_ae_369.html aapg_ae_369.html:60:7258:7268 Tuscaloosa Tuscaloosa, Alabama +0.488775 aapg_ah_95.html aapg_ah_95.html:74:7858:7876 Scherrer Arizona +0.488889 aapg_ai_503.html aapg_ai_503.html:285:31190:31200 Cabot Head Manitoulin Island +0.48399 cspg_html_8312989046 cspg_html_8312989046:714:79797:79805 Columbia Victoria, British Columbia +0.509139 cspg_html_7985076717 cspg_html_7985076717:98:11640:11665 Allen Bay Little Cornwallis Island +0.249001 sedimentology_html_3199608174 sedimentology_html_3199608174:256:29822:29826 Hall London, Ontario +0.494172 geology_html_3361075464 geology_html_3361075464:16:773:782 San Diego California +0.484575 gsa_html_8986707315 gsa_html_8986707315:1167:87267:87295 Green River Iran +0.254518 aapg_aa_7.html aapg_aa_7.html:14:2167:2189 Pigeon Point Pacific coast +0.248412 jgeology_html_4115179562 jgeology_html_4115179562:235:17239:17252 Lee Unicoi, Tennessee +0.270375 aapg_af_618.html aapg_af_618.html:4:426:434 Woodbine Woods County, Oklahoma +0.276138 cspg_html_1770934036 cspg_html_1770934036:615:65521:65543 Dunvegan Canada +0.255824 aapg_aa_109.html aapg_aa_109.html:7:920:928 Colorado Des Moines, Washington +0.500484 aapg_ae_961.html aapg_ae_961.html:312:23886:23892 Pierre Benton, Arkansas +0.498015 aapg_ad_250.html aapg_ad_250.html:113:10762:10771 Aux Vases Salem, Massachusetts +0.245388 aapg_ae_846.html aapg_ae_846.html:109:11094:11101 Madison Arizona +0.49896 aapg_ac_632.html aapg_ac_632.html:204:19464:19480 Amsden Cheyenne, Wyoming +0.503272 gsa_html_6944235645 gsa_html_6944235645:919:69268:69296 Green River Colorado +0.496202 aapg_ai_398.html aapg_ai_398.html:99:12644:12659 Tokio Austin, Chicago +0.2625 geology_html_1122152336 geology_html_1122152336:289:24165:24175 Laurentian South America +0.251968 jgeology_html_9366209199 jgeology_html_9366209199:584:48308:48312 Hall London, Ontario +0.252003 gsa_html_3436154175 gsa_html_3436154175:1122:89403:89411 Colorado Cheyenne, Wyoming +0.267288 palaios_html_4216189038 palaios_html_4216189038:154:13674:13701 Beaufort Banks Island +0.273504 aapg_ae_74.html aapg_ae_74.html:450:42488:42505 Entrada Carmel, Indiana +0.26924 sedimentology_html_6615089038 sedimentology_html_6615089038:1904:127507:127525 Deer Bay Canadian Arctic Archipelago +0.497904 aapg_ad_466.html aapg_ad_466.html:1101:117970:117975 Aquia Maryland +0.270336 cspg_html_8438548095 cspg_html_8438548095:141:13846:13864 Paskapoo Edmonton, London +0.413648 gsa_html_8398449001 gsa_html_8398449001:601:47974:47984 Bear River Bear Lake, Michigan +0.259534 gsa_html_5865982995 gsa_html_5865982995:1165:125852:125860 Colorado Absaroka +0.2827 aapg_ac_529.html aapg_ac_529.html:73:8595:8620 Chinle Colorado +0.251412 aapg_ae_147.html aapg_ae_147.html:303:30672:30687 Pico South Mountains (Arizona) +0.344114 aapg_af_58.html aapg_af_58.html:50:4095:4114 Flagstaff Logan, Utah +0.694668 aapg_ai_49.html aapg_ai_49.html:659:87028:87046 Moenkopi Arizona +0.497034 aapg_ae_391.html aapg_ae_391.html:683:67848:67858 Whitehorse Salado, Texas +0.253132 aapg_ae_959.html aapg_ae_959.html:1413:102588:102608 San Andres Texas +0.46041 cspg_html_9768299963 cspg_html_9768299963:8:339:375 Battle Lacombe, Alberta +0.468504 aapg_ah_612.html aapg_ah_612.html:50:5036:5041 Yukon Lacombe, Alberta +0.449811 gsa_html_9181545711 gsa_html_9181545711:771:71931:71939 Colorado Colorado +0.264171 aapg_af_129.html aapg_af_129.html:296:31092:31099 Manitou Colorado +0.39109 aapg_ac_765.html aapg_ac_765.html:23:4843:4874 Chinle Logan, Utah +0.476398 aapg_ak_69.html aapg_ak_69.html:95:12756:12770 Lisburne Northwest Arctic Borough, Alaska +0.24638 aapg_ac_913.html aapg_ac_913.html:214:19305:19310 Atoka Atoka, Oklahoma +0.243892 cspg_html_3016068951 cspg_html_3016068951:42:4861:4880 Saskatchewan Manitoba +0.261085 palaios_html_9133125241 palaios_html_9133125241:443:56850:56881 Kope Ohio +0.233815 cspg_html_6927586285 cspg_html_6927586285:65:10182:10190 Columbia Victoria, British Columbia +0.26988 cspg_html_6608209149 cspg_html_6608209149:429:43157:43177 Dawson Bay Regina, Saskatchewan +0.251482 aapg_ae_28.html aapg_ae_28.html:206:19923:19951 Gatesburg Pennsylvania +0.479552 gsa_html_1130947011 gsa_html_1130947011:181:22101:22122 Black River Kentucky +0.501557 aapg_af_392.html aapg_af_392.html:20:3089:3107 Frontier Logan, Utah +0.231842 aapg_ai_326.html aapg_ai_326.html:118:14595:14608 Mandata Pennsylvania +0.498847 cspg_html_7201476813 cspg_html_7201476813:298:36876:36884 Winnipeg Manitoba +0.243536 palaios_html_6644909436 palaios_html_6644909436:245:23886:23894 Belgrade Belgrade +0.517188 gsa_html_2538542549 gsa_html_2538542549:61:4616:4644 Green River Colorado +0.48909 aapg_ac_720.html aapg_ac_720.html:225:25388:25398 Vincentown New Egypt, New Jersey +0.263169 cspg_html_9142477479 cspg_html_9142477479:170:16136:16152 Allegheny Pottsville, Pennsylvania +0.48807 palaios_html_6973830442 palaios_html_6973830442:55:4977:4994 Entrada Logan, Utah +0.478296 gsa_html_2178342427 gsa_html_2178342427:828:78001:78005 Kent Earth +0.45864 aapg_aa_612.html aapg_aa_612.html:73:7412:7418 Bethel Illinois +0.494429 cspg_html_5949578130 cspg_html_5949578130:498:80125:80131 Banner Hanson, Massachusetts +0.507738 aapg_aa_145.html aapg_aa_145.html:697:75758:75768 Washington Snoqualmie Pass, Washington +0.46176 cspg_html_2419618566 cspg_html_2419618566:742:94777:94792 Leduc Lacombe, Alberta +0.265684 aapg_af_225.html aapg_af_225.html:115:13451:13457 Morgan Mount Carmel, Illinois +0.23331 gsa_html_1337782073 gsa_html_1337782073:84:7987:8003 Clough Quartzite Littleton, Colorado +0.498419 aapg_ae_419.html aapg_ae_419.html:3831:239287:239307 Georgetown Texas +0.68526 aapg_ai_105.html aapg_ai_105.html:650:77144:77163 Moenkopi Kaibab, Arizona +0.488376 geology_html_1845191599 geology_html_1845191599:202:18361:18378 Cutler Logan, Utah +0.483678 cspg_html_8267847427 cspg_html_8267847427:46:8768:8800 Provincial Milk River, Alberta +0.468366 aapg_ad_101.html aapg_ad_101.html:198:21265:21278 Skinner Ranch Texas +0.420116 aapg_ah_337.html aapg_ah_337.html:73:7331:7350 Smackover Cotton Valley, Louisiana +0.464977 gsa_html_3701935694 gsa_html_3701935694:91:9529:9553 Moretown Bennington, Vermont +0.236808 aapg_af_92.html aapg_af_92.html:416:39586:39596 Provo Lake Bonneville +0.474176 aapg_ae_54.html aapg_ae_54.html:72:9723:9731 Humboldt Venezuela +0.25704 aapg_ai_139.html aapg_ai_139.html:292:27542:27554 Saskatchewan Lacombe, Alberta +0.257536 aapg_ad_466.html aapg_ad_466.html:147:15796:15803 Raritan Raritan Bay Drawbridge +0.506883 aapg_ai_49.html aapg_ai_49.html:167:18827:18838 White River Glenwood Springs, Colorado +0.267168 aapg_aa_635.html aapg_aa_635.html:703:70943:70948 Cadiz Spain +0.486324 aapg_ai_835.html aapg_ai_835.html:86:9627:9635 Beaumont Wisconsin +0.259434 cspg_html_1962846283 cspg_html_1962846283:425:50534:50553 Kootenay Crowsnest Pass, Alberta +0.489328 gsa_html_1024107776 gsa_html_1024107776:967:98228:98239 Mabou Bridgetown, Nova Scotia +0.437972 aapg_ad_564.html aapg_ad_564.html:8717:778516:778524 Colorado Colorado +0.490782 aapg_ak_112.html aapg_ak_112.html:17:2590:2608 Dunvegan Victoria, British Columbia +0.275616 aapg_ad_984.html aapg_ad_984.html:5:636:662 Tomstown Boyd County, Nebraska +0.677112 aapg_ae_813.html aapg_ae_813.html:248:21559:21565 Cedros Trinidad and Tobago +0.700101 aapg_ai_105.html aapg_ai_105.html:395:49163:49179 Morgan Uinta County, Wyoming +0.475132 aapg_aa_563.html aapg_aa_563.html:343:44123:44133 Rio Grande Uvalde, Texas +0.267288 cspg_html_2570555346 cspg_html_2570555346:141:17896:17912 Long Point Rhode Island Red +0.486983 aapg_ai_54.html aapg_ai_54.html:169:19636:19641 Tokio Tuscaloosa, Alabama +0.615615 aapg_ah_978.html aapg_ah_978.html:389:35919:35944 Santa Margarita Rancho Santa Margarita, California +0.483465 AMJC_html_3384252704 AMJC_html_3384252704:1572:138193:138201 Virginia Reston, Virginia +0.26394 aapg_af_579.html aapg_af_579.html:29:4239:4247 Colorado Colorado +0.719906 aapg_ae_473.html aapg_ae_473.html:514:48616:48625 Catahoula Mississippi River +0.488448 aapg_ac_337.html aapg_ac_337.html:353:15892:15909 Minturn Colorado +0.829719 aapg_ai_584.html aapg_ai_584.html:863:91936:91942 Casper Hartville, Missouri +0.780552 cspg_html_3129231627 cspg_html_3129231627:183:25793:25802 Copes Bay Ellesmere Island +0.471424 gsa_html_9457387752 gsa_html_9457387752:538:45869:45881 Mount Rogers Grandfather Mountain +0.269336 aapg_af_575.html aapg_af_575.html:262:35400:35422 Trempealeau Franconia, New Hampshire +0.496327 aapg_ae_465.html aapg_ae_465.html:42:4961:4978 Hosston County Sligo +0.255595 aapg_ae_296.html aapg_ae_296.html:6:1152:1167 Queen Guadalupe Mountains National Park +0.482092 cspg_html_2419618566 cspg_html_2419618566:1033:112591:112597 Denver Colorado +0.504218 aapg_af_436.html aapg_af_436.html:176:19768:19776 Columbia Bath, Somerset +0.26145 aapg_af_575.html aapg_af_575.html:841:119677:119680 Ada Missouri River +0.257536 geology_html_2144520947 geology_html_2144520947:209:17873:17883 Washington Victoria, British Columbia +0.482157 aapg_af_859.html aapg_af_859.html:30:4881:4893 Lissie Beaumont, Texas +0.65619 aapg_ai_272.html aapg_ai_272.html:172:19338:19366 Macasty Utica, New York +0.267264 aapg_ac_965.html aapg_ac_965.html:37:5177:5194 Manlius New Scotland, New York +0.744 aapg_ae_904.html aapg_ae_904.html:322:33425:33433 Sundance Williston, Vermont +0.273378 aapg_aa_645.html aapg_aa_645.html:390:43146:43156 Fort Union Fort Union Trading Post National Historic Site +0.446512 gsa_html_1553263562 gsa_html_1553263562:699:62484:62508 Violin Breccia San Gabriel Valley +0.486983 cspg_html_8509913074 cspg_html_8509913074:602:72001:72034 Collingwood Ontario, California +0.340736 aapg_ad_351.html aapg_ad_351.html:12:1406:1429 Reeds Spring Missouri River +0.48278 aapg_af_617.html aapg_af_617.html:326:34391:34413 Marble Falls Durham, North Carolina +0.467532 aapg_ae_3.html aapg_ae_3.html:247:35240:35248 Colorado Colorado +0.271956 geology_html_7008051266 geology_html_7008051266:13:729:736 El Paso Texas +0.481005 aapg_aa_734.html aapg_aa_734.html:388:37653:37661 Caballos Texas +0.47277 aapg_ad_691.html aapg_ad_691.html:82:9861:9871 Georgetown Fort Worth, Texas +0.240318 aapg_ah_972.html aapg_ah_972.html:275:28006:28014 Wellborn Neches River +0.85446 aapg_ad_565.html aapg_ad_565.html:12:2097:2110 Barnett Western world +0.2574 cspg_html_3907807140 cspg_html_3907807140:652:70403:70422 Athabasca Canada +0.270391 cspg_html_4272664788 cspg_html_4272664788:328:38763:38780 Pekisko Lacombe, Alberta +0.485463 aapg_ak_51.html aapg_ak_51.html:10:1236:1253 Rodessa Smith County, Kansas +0.250318 palaios_html_7114741550 palaios_html_7114741550:383:39320:39328 San Jose California +0.268686 aapg_ad_858.html aapg_ad_858.html:130:8522:8527 Tokio Lewisville, Texas +0.263069 aapg_aa_399.html aapg_aa_399.html:461:40243:40260 Belly River Colorado +0.26159 aapg_ae_916.html aapg_ae_916.html:206:24102:24117 Eagle Colorado +0.486213 geology_html_2461616775 geology_html_2461616775:16:831:841 Washington Washington (state) +0.470162 cspg_html_5940878099 cspg_html_5940878099:14:1881:1918 Elm Point Manitoba +0.481514 aapg_ac_719.html aapg_ac_719.html:264:30669:30677 Colorado Burbank, California +0.375133 aapg_ad_803.html aapg_ad_803.html:65:6244:6250 Warsaw Missouri River +0.23937 geology_html_5524213035 geology_html_5524213035:203:24526:24532 Cannon New Mexico +0.265 gsa_html_6982030333 gsa_html_6982030333:928:91369:91375 Oregon Salem, Oregon +0.261422 aapg_ae_957.html aapg_ae_957.html:778:36287:36304 Salina Detroit River International Wildlife Refuge +0.467771 cspg_html_8581304260 cspg_html_8581304260:295:34866:34878 Nicola Victoria, British Columbia +0.887264 cspg_html_7325522863 cspg_html_7325522863:214:33076:33087 Slave Point Lacombe, Alberta +0.916786 cspg_html_4859889874 cspg_html_4859889874:5:224:246 Judith River Lacombe, Alberta +0.262584 aapg_ae_523.html aapg_ae_523.html:104:10058:10068 Fort Payne Illinois +0.483372 aapg_af_653.html aapg_af_653.html:88:8542:8550 Vaqueros Monterey, California +0.261576 aapg_ah_385.html aapg_ah_385.html:287:34313:34332 Logan Glenn County, California +0.245009 gsa_html_3666562816 gsa_html_3666562816:1015:96583:96589 Kodiak Anchorage, Alaska +0.448211 aapg_ad_828.html aapg_ad_828.html:3:313:325 Red Mountain Ventura County, California +0.383977 gsa_html_3320600310 gsa_html_3320600310:406:33916:33947 Chinle Colorado Plateau +0.483113 aapg_af_470.html aapg_af_470.html:164:16466:16480 Mission Canyon Cheyenne, Wyoming +0.496485 aapg_aa_394.html aapg_aa_394.html:29:3882:3892 Pottsville Pottsville, Pennsylvania +0.251292 palaios_html_3889678675 palaios_html_3889678675:54:7180:7198 Quinault Washington (state) +0.26826 aapg_aa_48.html aapg_aa_48.html:8:1027:1042 Tyler Williston Basin +0.47583 aapg_ae_789.html aapg_ae_789.html:455:53857:53867 Big Valley Calgary +0.516446 aapg_ad_177.html aapg_ad_177.html:63:8267:8274 Chemung Pennsylvania +0.487863 gsa_html_4436750846 gsa_html_4436750846:61:4585:4613 Green River Colorado +0.49495 gsa_html_1766933224 gsa_html_1766933224:44:4683:4691 Winnipeg Canada +0.508116 cspg_html_3023030263 cspg_html_3023030263:514:57210:57229 Niobrara Powder River Basin +0.470074 aapg_ac_333.html aapg_ac_333.html:350:45609:45617 Colorado Durango, Durango +0.485298 aapg_ae_188.html aapg_ae_188.html:245:18041:18050 Wapanucka Atoka, Oklahoma +0.471555 cspg_html_7192907687 cspg_html_7192907687:5:257:294 George Western Bay, Newfoundland and Labrador +0.47226 aapg_ah_644.html aapg_ah_644.html:130:15179:15202 Gypsum Spring Red Creek, New York +0.45552 aapg_aa_243.html aapg_aa_243.html:122:10630:10635 Stark Guernsey +0.257 aapg_af_143.html aapg_af_143.html:362:35059:35098 Otter Millers Creek, North Carolina +0.489144 cspg_html_8247666269 cspg_html_8247666269:177:22857:22873 Kanguk Ellesmere Island +0.489472 cspg_html_8587137158 cspg_html_8587137158:518:74052:74064 Golden Spike Redwater, Texas +0.48278 sedimentology_html_1006662626 sedimentology_html_1006662626:3124:61350:61371 Forest Fort Collins, Colorado +0.482532 aapg_ae_185.html aapg_ae_185.html:562:48947:48956 Shongaloo Shreveport, Louisiana +0.2465 aapg_ah_807.html aapg_ah_807.html:124:9846:9852 Sibley Pecos County, Texas +0.244348 aapg_ak_21.html aapg_ak_21.html:147:16166:16179 Madison Logan, Utah +0.241488 cspg_html_6908537444 cspg_html_6908537444:216:25707:25715 Colorado Denver +0.261576 aapg_ai_975.html aapg_ai_975.html:398:35815:35821 Sierra Coahuila +0.48 aapg_ad_883.html aapg_ad_883.html:105:13053:13061 Michigan Utica, New York +0.270279 cspg_html_7833083677 cspg_html_7833083677:2835:231716:231734 Beaufort Banks Island +0.509712 gsa_html_8128037381 gsa_html_8128037381:810:80452:80480 Green River Colorado +0.258572 cspg_html_9729377176 cspg_html_9729377176:146:18247:18255 Pardonet Victoria, British Columbia +0.467857 aapg_af_130.html aapg_af_130.html:143:25952:25960 Colorado Logan, Utah +0.462423 aapg_ae_474.html aapg_ae_474.html:864:87895:87912 Cypress Bethel, Alaska +0.5018 gsa_html_9106605745 gsa_html_9106605745:607:50834:50855 Green River Logan, Utah +0.893024 aapg_af_915.html aapg_af_915.html:40:4205:4218 Bearpaw Calgary +0.48246 aapg_aa_667.html aapg_aa_667.html:106:9511:9519 Colorado Texas +0.256027 AMJC_html_9483792698 AMJC_html_9483792698:1130:103010:103016 Oregon Earth +0.482361 aapg_ae_31.html aapg_ae_31.html:135:15791:15811 Batesville Western world +0.2562 cspg_html_3473883402 cspg_html_3473883402:394:64504:64532 Cooking Lake Western Canadian Sedimentary Basin +0.248262 aapg_ae_705.html aapg_ae_705.html:447:42123:42136 Santa Barbara Monterey, California +0.258542 aapg_ae_985.html aapg_ae_985.html:77:6778:6798 Arroyo Carlsbad, New Mexico +0.493712 cspg_html_4099674132 cspg_html_4099674132:15:1983:2011 Bakken Regina, Saskatchewan +0.27242 cspg_html_2419618566 cspg_html_2419618566:957:107839:107844 Price Victoria, British Columbia +0.26156 aapg_ai_688.html aapg_ai_688.html:113:14854:14874 Huntersville Rochester, Kent +0.486837 aapg_ac_545.html aapg_ac_545.html:60:9320:9328 Columbia Victoria, British Columbia +0.27615 aapg_ah_779.html aapg_ah_779.html:251:46362:46373 Martinsburg Maysville, Kentucky +0.248292 aapg_ae_777.html aapg_ae_777.html:635:73070:73094 Espiritu Santo New Mexico +0.48246 aapg_ai_157.html aapg_ai_157.html:436:39526:39532 Guelph Salina, Kansas +0.45136 aapg_ad_440.html aapg_ad_440.html:944:93318:93341 Little Valley Washington (state) +0.275058 cspg_html_4680797491 cspg_html_4680797491:372:38280:38301 Slave Point Lacombe, Alberta +0.261072 aapg_ac_688.html aapg_ac_688.html:144:14986:15007 Green River Uinta Mountains +0.494736 geology_html_9004383999 geology_html_9004383999:90:8857:8866 Mount Cap Arizona +0.242374 sedimentology_html_3746379745 sedimentology_html_3746379745:1268:86143:86159 Hornby Canada +0.258572 aapg_ah_321.html aapg_ah_321.html:40:3972:3992 Greenbrier Huntington, West Virginia +0.48776 aapg_aa_339.html aapg_aa_339.html:5:643:649 Wilcox Mississippi River +0.255188 cspg_html_9987144175 cspg_html_9987144175:297:38075:38097 Eureka Sound Canadian Arctic Archipelago +0.480396 aapg_ae_70.html aapg_ae_70.html:212:21773:21793 Mesaverde Fort Union Trading Post National Historic Site +0.260096 geology_html_2852518993 geology_html_2852518993:295:24530:24538 Scotland North Connel +0.26163 cspg_html_7799850124 cspg_html_7799850124:872:93841:93871 Cairn Lacombe, Alberta +0.267225 palaios_html_2413654173 palaios_html_2413654173:1168:95344:95366 Prince Creek Anchorage, Alaska +0.478956 gsa_html_5773931818 gsa_html_5773931818:920:100276:100284 Colorado Denver +0.496992 aapg_ah_869.html aapg_ah_869.html:899:89240:89256 Lakota Black Hills +0.351296 AMJC_html_2067433562 AMJC_html_2067433562:504:49182:49191 New River Virginia +0.47904 gsa_html_5604955284 gsa_html_5604955284:13:542:550 Colorado Colorado +0.476844 aapg_af_288.html aapg_af_288.html:623:68080:68086 Jordan New Mexico +0.487113 geology_html_9004383999 geology_html_9004383999:118:11207:11218 Little Bear Canada +0.2405 aapg_ai_717.html aapg_ai_717.html:23:4163:4184 Arapahoe Florence, Alabama +0.265176 aapg_ac_126.html aapg_ac_126.html:169:24534:24555 Haynesville Bossier City, Louisiana +0.46222 AMJC_html_7984049819 AMJC_html_7984049819:1049:103498:103506 Virginia Borduas +0.724128 cspg_html_7570103544 cspg_html_7570103544:7:625:642 Rierdon Cheyenne, Wyoming +0.49152 aapg_ah_847.html aapg_ah_847.html:89:10384:10403 New Egypt New Egypt, New Jersey +0.49215 palaios_html_3751259297 palaios_html_3751259297:521:61486:61497 Leitchfield Illinois +0.482724 gsa_html_1826402027 gsa_html_1826402027:600:72016:72032 Kaibab Chinle Formation +0.2499 aapg_ad_801.html aapg_ad_801.html:301:32560:32580 Vicksburg Mississippi River +0.49234 cspg_html_7970178687 cspg_html_7970178687:30:3716:3739 Mountain Park Colorado +0.446171 cspg_html_2253842195 cspg_html_2253842195:100:14530:14552 Buckinghorse Canada +0.256949 aapg_ah_297.html aapg_ah_297.html:150:17587:17605 Edmonton Lacombe, Alberta +0.47838 aapg_ac_71.html aapg_ac_71.html:314:36675:36691 Navajo Reno, Nevada +0.26061 aapg_ah_677.html aapg_ah_677.html:115:12627:12639 Solor Church Michigan +0.487172 cspg_html_1065856149 cspg_html_1065856149:24:1799:1815 Bow Island Lacombe, Alberta +0.249951 aapg_af_479.html aapg_af_479.html:560:59762:59771 San Diego San Miguel Island, Albay +0.252 aapg_af_266.html aapg_af_266.html:318:34424:34432 Woodford California +0.527009 aapg_ae_753.html aapg_ae_753.html:135:15338:15353 Olentangy Pennsylvania +0.256432 cspg_html_8662646956 cspg_html_8662646956:1137:130433:130441 Columbia Victoria, British Columbia +0.5029 aapg_ae_4.html aapg_ae_4.html:614:59557:59562 Uinta Logan, Utah +0.270878 aapg_ae_319.html aapg_ae_319.html:499:42043:42054 Uncompahgre Colorado +0.261072 gsa_html_4650354985 gsa_html_4650354985:1257:100791:100821 Sandia New Mexico +0.2565 geology_html_1343280455 geology_html_1343280455:260:26715:26724 Extension Snake River Canyon (Idaho) +0.47677 gsa_html_3010975239 gsa_html_3010975239:207:30110:30118 Michigan Saginaw, Michigan +0.352065 aapg_ac_867.html aapg_ac_867.html:673:92508:92526 Sundance Rock River (Iowa) +0.464854 AMJC_html_2925575011 AMJC_html_2925575011:489:61309:61317 Colorado Colorado +0.467033 cspg_html_8288455892 cspg_html_8288455892:37:6713:6736 Bluff Grand Cayman +0.264171 sedimentology_html_7399126879 sedimentology_html_7399126879:2368:112580:112583 Arc Costa Rica +0.240318 aapg_aa_563.html aapg_aa_563.html:13:1671:1681 Rio Grande Texas +0.467775 aapg_ad_3.html aapg_ad_3.html:331:31410:31417 Axemann Shakopee, Minnesota +0.278783 aapg_ad_758.html aapg_ad_758.html:125:16618:16633 Oread Kansas City, Kansas +0.25839 aapg_aa_357.html aapg_aa_357.html:484:43748:43754 Navajo Entrada Sandstone +0.342485 aapg_af_188.html aapg_af_188.html:112:13252:13258 Dakota Cheyenne, Wyoming +0.475996 aapg_ae_958.html aapg_ae_958.html:2492:209986:210001 Diablo Delaware +0.467055 aapg_ad_564.html aapg_ad_564.html:8717:778582:778590 Colorado Farmington, New Mexico +0.487172 aapg_ad_315.html aapg_ad_315.html:12:1450:1462 Reforma Veracruz, Veracruz +0.479359 palaios_html_3105248303 palaios_html_3105248303:470:46154:46176 Point Pleasant Frankfort, Illinois +0.26574 geology_html_7388717714 geology_html_7388717714:293:24040:24048 Columbia Victoria, British Columbia +0.517482 gsa_html_7616178634 gsa_html_7616178634:66:5652:5680 Green River Colorado +0.269868 aapg_af_614.html aapg_af_614.html:131:10860:10879 Smackover Arkansas +0.274572 aapg_af_69.html aapg_af_69.html:26:2782:2790 Virginia Virginia +0.3375 aapg_ae_296.html aapg_ae_296.html:342:32539:32545 Salado West Texas +0.268323 gsa_html_3646882130 gsa_html_3646882130:17:1102:1129 Columbia Steens Mountain Wilderness +0.26985 aapg_ad_434.html aapg_ad_434.html:177:16311:16352 Madison Barrhead, Alberta +0.465608 aapg_ae_916.html aapg_ae_916.html:633:76578:76595 Madison Cut Bank, Montana +0.233815 cspg_html_4403434336 cspg_html_4403434336:30:4226:4252 Aleqatsiaq Fjord Washington (state) +0.244258 cspg_html_3942782922 cspg_html_3942782922:92:8324:8356 Montney Lacombe, Alberta +0.261021 jgeology_html_5471448181 jgeology_html_5471448181:271:24187:24193 Chinle Moenkopi Formation +0.67735 aapg_ah_105.html aapg_ah_105.html:30:5014:5033 San Andres Dolomite Delaware +0.236269 gsa_html_1569131616 gsa_html_1569131616:102:10319:10338 Dumisseau Hispaniola +0.263907 cspg_html_3008414459 cspg_html_3008414459:99:14560:14592 Provincial Lacombe, Alberta +0.48858 aapg_ae_992.html aapg_ae_992.html:616:54330:54338 Red Peak Cheyenne, Wyoming +0.26364 gsa_html_7102550258 gsa_html_7102550258:773:86658:86673 Kayenta Colorado +0.268632 gsa_html_2118098695 gsa_html_2118098695:148:13105:13112 Potomac Appalachia +0.489762 cspg_html_2498183035 cspg_html_2498183035:186:21335:21345 Swan Hills Swan Hill, Victoria +0.483246 cspg_html_4216129224 cspg_html_4216129224:28:3685:3690 Banff Russia +0.25792 aapg_ae_473.html aapg_ae_473.html:148:12950:12960 Tuscaloosa Tuscaloosa, Alabama +0.491454 aapg_ae_72.html aapg_ae_72.html:315:27967:27982 Mesaverde Durango, Durango +0.269352 geology_html_8372189192 geology_html_8372189192:84:10657:10687 August Town Jamaica, Queens +0.261948 aapg_ad_821.html aapg_ad_821.html:166:10083:10088 Lance Fort Union Trading Post National Historic Site +0.248805 aapg_ah_311.html aapg_ah_311.html:352:38314:38337 Salem Morton County, North Dakota +0.511572 cspg_html_4193503340 cspg_html_4193503340:284:36912:36918 Moscow Russia +0.25041 palaios_html_9357360196 palaios_html_9357360196:978:77805:77823 Ogallala Austin, Chicago +0.70832 cspg_html_2184091860 cspg_html_2184091860:611:57243:57260 Romaine Anticosti Island +0.252 gsa_html_2832151886 gsa_html_2832151886:838:68146:68165 Crowsnest Lacombe, Alberta +0.26724 sedimentology_html_7964187419 sedimentology_html_7964187419:1011:85578:85582 Hall London, Ontario +0.486244 aapg_aa_4.html aapg_aa_4.html:274:36685:36694 Sherburne Ithaca, New York +0.253206 aapg_ad_958.html aapg_ad_958.html:447:43559:43569 Bonneterre Nebraska +0.4735 sedimentology_html_7635687013 sedimentology_html_7635687013:633:45969:45985 Baltimore Gneiss Presque Isle, Maine +0.453412 aapg_af_504.html aapg_af_504.html:173:18283:18302 Kuparuk Prudhoe Bay Oil Field +0.346788 aapg_ah_646.html aapg_ah_646.html:204:24686:24704 Moenkopi Logan, Utah +0.476424 geology_html_5905450223 geology_html_5905450223:11:470:479 San Diego La Jolla +0.25957 geology_html_6902243889 geology_html_6902243889:246:23086:23092 Antler California +0.249879 gsa_html_5965913061 gsa_html_5965913061:866:91776:91785 Extension England +0.486156 cspg_html_5456368738 cspg_html_5456368738:141:18775:18795 Dawson Bay Manitoba +0.222456 aapg_af_18.html aapg_af_18.html:78:9732:9748 Inyan Kara Black Hills +0.2678 aapg_ad_2.html aapg_ad_2.html:950:132769:132790 Beekmantown Maryland +0.412931 sedimentology_html_3865745685 sedimentology_html_3865745685:1688:115000:115019 Kaskapau Lacombe, Alberta +0.489842 aapg_ad_1.html aapg_ad_1.html:47:4948:4965 Potsdam Utica, New York +0.2337 aapg_ad_192.html aapg_ad_192.html:63:8430:8443 Rapides Mississippi River +0.260036 aapg_ac_471.html aapg_ac_471.html:77:9021:9043 Winnipegosis Regina, Saskatchewan +0.48864 AMJC_html_7176185664 AMJC_html_7176185664:649:67506:67514 Colorado Antrim, County Antrim +0.4541 aapg_ae_855.html aapg_ae_855.html:166:17621:17638 Flagstaff Salina, Kansas +0.244458 cspg_html_2820751927 cspg_html_2820751927:257:32039:32061 Albert New Brunswick, New Jersey +0.494769 aapg_ah_318.html aapg_ah_318.html:552:64639:64657 Entrada Carmel, Indiana +0.483531 aapg_ac_831.html aapg_ac_831.html:48:6263:6280 Paradox Hermosa, Chicago +0.25959 aapg_ai_256.html aapg_ai_256.html:346:35842:35849 Calvert Ohio +0.28408 cspg_html_2420029771 cspg_html_2420029771:927:92090:92124 Beekmantown Ontario, California +0.47188 aapg_ah_832.html aapg_ah_832.html:214:25191:25199 Scotland London, Ontario +0.291591 aapg_ad_865.html aapg_ad_865.html:83:7787:7806 Greenhorn Mancos, Colorado +0.502326 aapg_af_392.html aapg_af_392.html:6:728:746 Frontier Logan, Utah +0.256542 aapg_ad_466.html aapg_ad_466.html:1372:146047:146055 Columbia Columbia District +0.241362 cspg_html_4031489103 cspg_html_4031489103:318:45281:45289 Sheppard Whitefish (fisheries term) +0.47244 cspg_html_1347432325 cspg_html_1347432325:9:1088:1114 Sulphur Mountain Pine River (Michigan) +0.276627 aapg_ae_831.html aapg_ae_831.html:109:11171:11176 Price Sherman County, Oregon +0.254976 aapg_aa_914.html aapg_aa_914.html:202:20553:20558 Atoka Atoka, Oklahoma +0.509229 gsa_html_5039569238 gsa_html_5039569238:460:40374:40382 Columbia Earth +0.246356 palaios_html_6956866368 palaios_html_6956866368:43:4504:4518 Naco Arizona +0.2413 aapg_ah_972.html aapg_ah_972.html:275:28031:28042 Bluff Neches River +0.25938 aapg_ad_921.html aapg_ad_921.html:48:6831:6849 Fairview Lexington, Kentucky +0.265772 gsa_html_5335667169 gsa_html_5335667169:650:72757:72762 Stark Republic of China +0.46865 sedimentology_html_6613171970 sedimentology_html_6613171970:741:56148:56152 Hall London, Ontario +0.841156 cspg_html_9275863663 cspg_html_9275863663:88:12664:12683 Waterways Swan Hill, Victoria +0.506933 aapg_ad_858.html aapg_ad_858.html:77:5947:5957 Tuscaloosa Tensas River +0.272315 aapg_aa_918.html aapg_aa_918.html:1066:109899:109909 Protection Clark County, Indiana +0.25248 jgeology_html_8064855537 jgeology_html_8064855537:269:19138:19155 Dakota Cedar Mountains +0.494086 aapg_ae_388.html aapg_ae_388.html:1721:108688:108708 Tuscaloosa Melbourne, Florida +0.506253 cspg_html_1065856149 cspg_html_1065856149:31:3716:3727 Mowry Cheyenne, Wyoming +0.269868 aapg_af_579.html aapg_af_579.html:358:36179:36187 Colorado Entrada Sandstone +0.446732 cspg_html_7777724998 cspg_html_7777724998:75:10756:10779 Mist Mountain Fernie, British Columbia +0.429828 cspg_html_7985076717 cspg_html_7985076717:284:29135:29143 Somerset District Council of Franklin Harbour +0.499639 cspg_html_9435196958 cspg_html_9435196958:609:26225:26247 Judith River Lacombe, Alberta +0.257004 palaios_html_9876040400 palaios_html_9876040400:16:946:977 White River Colorado +0.465085 aapg_ah_415.html aapg_ah_415.html:114:10380:10400 Milk River Colorado +0.487872 aapg_ai_278.html aapg_ai_278.html:880:104306:104315 Smackover Key West, Florida +0.495104 aapg_ae_960.html aapg_ae_960.html:60:8732:8754 Madison Cheyenne, Wyoming +0.24947 cspg_html_7176835767 cspg_html_7176835767:365:46734:46756 Martin Sault Ste. Marie, Ontario +0.49536 aapg_ad_912.html aapg_ad_912.html:776:70449:70455 Moscow Caspian Sea +0.487113 aapg_ac_79.html aapg_ac_79.html:136:16480:16486 Laurel Hocking County, Ohio +0.253935 cspg_html_6252849194 cspg_html_6252849194:254:31325:31347 Judith River Regina, Saskatchewan +0.484785 cspg_html_5940878099 cspg_html_5940878099:39:6371:6379 Columbia Lacombe, Alberta +0.492531 aapg_ae_267.html aapg_ae_267.html:51:5498:5508 Lock Haven Jersey Shore +0.4605 aapg_ai_28.html aapg_ai_28.html:485:46257:46263 Lissie Uvalde, Texas +0.243036 palaios_html_4834438637 palaios_html_4834438637:452:44162:44177 Aguja Texas +0.265161 aapg_ai_958.html aapg_ai_958.html:227:23458:23464 Goliad Goliad County, Texas +0.267285 aapg_ae_181.html aapg_ae_181.html:116:16520:16529 Owl Creek Missouri River +0.46563 aapg_ac_867.html aapg_ac_867.html:741:100487:100496 Minnelusa Powder River (Montana) +0.2535 aapg_ac_730.html aapg_ac_730.html:169:24152:24174 Cedar Mountain Logan, Utah +0.847841 aapg_ad_466.html aapg_ad_466.html:1689:175100:175112 Marshalltown Navesink River +0.278528 aapg_ad_149.html aapg_ad_149.html:153:16198:16203 Swift Western world +0.254448 aapg_aa_761.html aapg_aa_761.html:604:76801:76818 Ivishak Prudhoe Bay Oil Field +0.246422 aapg_ak_135.html aapg_ak_135.html:138:24055:24073 San Onofre Breccia Newport Beach, California +0.496513 aapg_ae_1.html aapg_ae_1.html:182:16999:17007 Cloverly Cheyenne, Wyoming +0.520884 aapg_af_859.html aapg_af_859.html:31:4972:4980 Beaumont Beaumont, Texas +0.260268 aapg_ae_153.html aapg_ae_153.html:832:104814:104834 Hell Creek Fort Union Trading Post National Historic Site +0.456432 gsa_html_2989317971 gsa_html_2989317971:1259:124247:124259 Glenns Ferry Boise, Idaho +0.89585 aapg_ah_387.html aapg_ah_387.html:317:32447:32455 Mariposa Sierra Nevada (Spain) +0.26985 aapg_ah_311.html aapg_ah_311.html:273:28925:28935 Hell Creek Fort Union Trading Post National Historic Site +0.245178 aapg_af_19.html aapg_af_19.html:144:12629:12644 Heath Sumatra +0.481632 aapg_ai_996.html aapg_ai_996.html:920:38240:38245 Eutaw Austin, Chicago +0.26803 aapg_ae_369.html aapg_ae_369.html:61:7351:7370 Tuscaloosa Tuscaloosa, Alabama +0.251923 gsa_html_5924250698 gsa_html_5924250698:955:90548:90566 Espinaso New Mexico +0.474 jgeology_html_6175642561 jgeology_html_6175642561:844:50827:50849 Heath .nz +0.239268 sedimentology_html_3865745685 sedimentology_html_3865745685:1541:108769:108775 Casper Laramie, Wyoming +0.478 geology_html_9088727052 geology_html_9088727052:394:24451:24458 Madison Canada +0.28134 aapg_ac_662.html aapg_ac_662.html:42:7545:7565 Phosphoria Snake River Canyon (Idaho) +0.247296 aapg_ah_973.html aapg_ah_973.html:178:15188:15198 Coon Creek Selma to Montgomery marches +0.253422 aapg_af_854.html aapg_af_854.html:1406:204640:204658 Golconda Laurens County, Georgia +0.281952 cspg_html_9435196958 cspg_html_9435196958:964:40815:40836 Belly River Lacombe, Alberta +0.501873 cspg_html_2536163557 cspg_html_2536163557:616:88905:88913 Columbia Victoria, British Columbia +0.494239 aapg_ac_983.html aapg_ac_983.html:277:44729:44754 Blackjack Creek Fort Scott National Historic Site +0.49632 aapg_ac_19.html aapg_ac_19.html:57:4837:4856 Smackover Lafayette County, Florida +0.713315 cspg_html_4298557570 cspg_html_4298557570:109:16367:16385 Whitemud Edmonton, London +0.24624 aapg_ae_574.html aapg_ae_574.html:30:4680:4700 Newcastle Powder River (Montana) +0.50042 cspg_html_2882304151 cspg_html_2882304151:39:7441:7448 Cadomin Kootenay River +0.383977 aapg_ai_610.html aapg_ai_610.html:767:109571:109601 Warsaw Illinois +0.22608 aapg_af_473.html aapg_af_473.html:285:29263:29271 Colorado Denver +0.490676 jgeology_html_8088445472 jgeology_html_8088445472:162:9888:9894 Nedrow Jamesville, New York +0.251955 gsa_html_2729737430 gsa_html_2729737430:1059:102290:102296 Oregon Washington (state) +0.478856 jgeology_html_6595227218 jgeology_html_6595227218:170:7450:7456 Provo Carpathian Ruthenia +0.498648 cspg_html_1281670295 cspg_html_1281670295:414:44735:44741 Moscow Russia +0.523425 aapg_ae_884.html aapg_ae_884.html:195:26041:26049 Adaville Cheyenne, Wyoming +0.499639 palaios_html_9993198762 palaios_html_9993198762:532:48195:48219 Cedar Mountain Bloomington, Illinois +0.246945 cspg_html_8438548095 cspg_html_8438548095:297:28355:28369 St. Mary River Drumheller +0.251883 cspg_html_8145657505 cspg_html_8145657505:11:1348:1368 Swan Hills Lacombe, Alberta +0.263442 sedimentology_html_1366098781 sedimentology_html_1366098781:30:1855:1892 Protection Washington (state) +0.470745 cspg_html_7404699681 cspg_html_7404699681:392:38020:38026 Walker Victoria, British Columbia +0.25143 cspg_html_9689514766 cspg_html_9689514766:103:13613:13637 Meaford-Dundas Middle Ordovician +0.254976 geology_html_3510163360 geology_html_3510163360:294:25185:25188 Rye Greece +0.4795 aapg_aa_789.html aapg_aa_789.html:158:21102:21115 Oquirrh Wasatch Range +0.50949 aapg_ai_533.html aapg_ai_533.html:52:5757:5763 Viking Colorado +0.650288 aapg_ad_152.html aapg_ad_152.html:48:6535:6541 Tomera Elko, Nevada +0.683485 aapg_ad_757.html aapg_ad_757.html:275:34094:34107 Platteville Black River, Jamaica +0.266682 jgeology_html_4115179562 jgeology_html_4115179562:629:49963:49987 Erwin Virginia +0.254856 aapg_ad_717.html aapg_ad_717.html:212:23529:23550 San Andres Kaibab, Arizona +0.256386 palaios_html_6455472411 palaios_html_6455472411:667:68704:68723 Fairview Kentucky +0.25305 aapg_ai_105.html aapg_ai_105.html:794:96362:96369 Willard Logan, Utah +0.254338 gsa_html_2168907540 gsa_html_2168907540:539:56958:56969 Black Creek Republic of China +0.494868 aapg_ae_214.html aapg_ae_214.html:159:10634:10639 Price Berlin +0.246865 aapg_ae_428.html aapg_ae_428.html:799:63884:63892 Colorado Nebraska +0.2575 geology_html_1146010106 geology_html_1146010106:45:6139:6158 Flagstaff Gunnison County, Colorado +0.562992 aapg_ae_805.html aapg_ae_805.html:247:29093:29102 Horquilla Naco, Sonora +0.281957 aapg_ae_66.html aapg_ae_66.html:98:9206:9218 Icebox Black Hills +0.261948 aapg_ae_523.html aapg_ae_523.html:91:8796:8801 Salem Illinois +0.486095 jgeology_html_9581048587 jgeology_html_9581048587:536:33556:33574 Uwharrie North Carolina +0.50295 aapg_ac_126.html aapg_ac_126.html:170:24786:24805 Haynesville Haynesville, Louisiana +0.49536 cspg_html_9435196958 cspg_html_9435196958:485:21925:21944 Frenchman Regina, Saskatchewan +0.459333 gsa_html_1951402014 gsa_html_1951402014:1095:90581:90591 Las Palmas Lanzarote +0.497466 gsa_html_6985417117 gsa_html_6985417117:258:22134:22142 Humboldt Michigan +0.26988 aapg_aa_626.html aapg_aa_626.html:286:32925:32943 Potomac Charles County, Maryland +0.486772 aapg_ah_415.html aapg_ah_415.html:118:10718:10731 Pakowki Milk River, Alberta +0.24 aapg_ah_686.html aapg_ah_686.html:498:72154:72186 Kekiktuk North Slope Borough, Alaska +0.24552 aapg_ac_965.html aapg_ac_965.html:442:43659:43666 Manlius Helderberg +0.275098 cspg_html_5484260516 cspg_html_5484260516:6:322:342 Lodgepole Victoria, British Columbia +0.495496 geology_html_6476160232 geology_html_6476160232:220:23161:23168 El Paso Texas +0.260075 aapg_ah_662.html aapg_ah_662.html:405:42125:42150 Weeks Bartlesville, Oklahoma +0.260019 gsa_html_6039599383 gsa_html_6039599383:410:36775:36793 Eastport Portland, Maine +0.78353 aapg_ah_182.html aapg_ah_182.html:92:10346:10362 Jacksonburg Closter, New Jersey +0.492993 aapg_ah_371.html aapg_ah_371.html:50:4433:4448 Eutaw Charleston, South Carolina +0.245338 cspg_html_9142742810 cspg_html_9142742810:682:65720:65732 Granite Wash Lacombe, Alberta +0.516362 aapg_aa_712.html aapg_aa_712.html:106:12746:12757 Platteville Glenwood, Utah +0.740718 cspg_html_5312588885 cspg_html_5312588885:408:54264:54283 Jefferson Boise, Idaho +0.259931 gsa_html_6914337916 gsa_html_6914337916:525:48081:48087 Cannon New Mexico +0.69363 aapg_ac_366.html aapg_ac_366.html:69:10173:10191 Rockwood Ohio +0.479478 cspg_html_4664502755 cspg_html_4664502755:880:94742:94752 Swan River Regina, Saskatchewan +0.259534 gsa_html_3648258377 gsa_html_3648258377:112:10414:10426 Mount Laurel Closter, New Jersey +0.4884 aapg_ac_873.html aapg_ac_873.html:188:13401:13418 White River Hell Creek Formation +0.919152 cspg_html_4422229045 cspg_html_4422229045:202:27738:27759 Hare Indian Norman Wells +0.25542 aapg_aa_644.html aapg_aa_644.html:640:54504:54510 Auburn Cheyenne, Wyoming +0.266255 aapg_ai_907.html aapg_ai_907.html:543:81686:81693 Halifax Canada +0.5044 gsa_html_4649021172 gsa_html_4649021172:77:7155:7183 Green River Colorado +0.248 aapg_ai_584.html aapg_ai_584.html:422:41347:41367 Roundtop Wheatland, California +0.268224 cspg_html_7866293053 cspg_html_7866293053:811:82304:82311 Bearpaw Lacombe, Alberta +0.2678 cspg_html_2198503252 cspg_html_2198503252:261:13636:13654 Palliser New Mexico +0.47559 geology_html_8682508261 geology_html_8682508261:40:3363:3380 Saturday Mountain Sonora +0.260064 sedimentology_html_5684726433 sedimentology_html_5684726433:1283:98223:98230 El Paso El Paso, Texas +0.24354 palaios_html_7805951959 palaios_html_7805951959:253:24642:24664 Prince Creek Anchorage, Alaska +0.50016 gsa_html_1347484649 gsa_html_1347484649:172:16022:16044 Green River Wasatch Range +0.26563 gsa_html_4650354985 gsa_html_4650354985:1068:88896:88904 Colorado Colorado +0.26574 aapg_ae_4.html aapg_ae_4.html:216:24796:24817 Little Flat Boise, Idaho +0.50615 aapg_ae_187.html aapg_ae_187.html:299:31276:31287 Beekmantown Missouri River +0.482976 aapg_ad_169.html aapg_ad_169.html:41:4880:4896 Mauch Chunk Pottsville, Pennsylvania +0.453193 aapg_ai_28.html aapg_ai_28.html:257:23622:23632 Rio Grande Mexico +0.276094 aapg_ad_828.html aapg_ad_828.html:16:1376:1392 Modelo California +0.281374 aapg_ac_688.html aapg_ac_688.html:153:15975:15981 Chinle Kayenta, Arizona +0.26058 cspg_html_7903023332 cspg_html_7903023332:10:1452:1472 Kananaskis Victoria, British Columbia +0.504525 aapg_aa_126.html aapg_aa_126.html:52:4600:4606 Sparta Wisconsin +0.254178 gsa_html_1826402027 gsa_html_1826402027:653:75672:75704 Verde Verde Valley +0.476952 aapg_ai_959.html aapg_ai_959.html:10:1329:1335 Goliad Mexia, Texas +0.26361 geology_html_6250311188 geology_html_6250311188:22:1427:1443 Dakota Nebraska +0.474885 aapg_ae_268.html aapg_ae_268.html:408:38663:38684 Pottsville Warren County, Ohio +0.280328 aapg_ae_186.html aapg_ae_186.html:124:12125:12133 Woodbine Arkansas +0.49164 aapg_ad_469.html aapg_ad_469.html:71:8325:8330 Atoka Des Moines, Washington +0.266532 aapg_ae_574.html aapg_ae_574.html:246:35397:35415 Frontier Powder River (Montana) +0.77235 aapg_ad_812.html aapg_ad_812.html:53:7096:7112 Carmel Logan, Utah +0.238865 gsa_html_5081991493 gsa_html_5081991493:391:36419:36444 Duchesne River Uinta Mountains +0.262095 geology_html_1859844645 geology_html_1859844645:122:9107:9123 Random Canada +0.262584 gsa_html_6667015190 gsa_html_6667015190:12:676:683 Newport Salem, Oregon +0.285012 aapg_aa_859.html aapg_aa_859.html:51:6182:6190 Columbia Victoria, British Columbia +0.51168 aapg_ad_2.html aapg_ad_2.html:373:55476:55508 Potsdam Bennington, Vermont +0.687447 aapg_ah_540.html aapg_ah_540.html:689:62914:62947 Niobrara Niobrara National Scenic River +0.257388 gsa_html_6763351946 gsa_html_6763351946:312:38306:38329 Peoria Wisconsin +0.261072 aapg_ae_319.html aapg_ae_319.html:708:59998:60011 Gypsum Spring Cheyenne, Wyoming +0.260454 sedimentology_html_9909925103 sedimentology_html_9909925103:39:2313:2329 Dakota Logan, Utah +0.446488 aapg_ae_877.html aapg_ae_877.html:74:7083:7105 Cooking Lake Lacombe, Alberta +0.522 cspg_html_2009306839 cspg_html_2009306839:142:19877:19895 Palliser Lacombe, Alberta +0.391204 aapg_ae_4.html aapg_ae_4.html:75:9187:9199 Water Canyon Boise, Idaho +0.259072 palaios_html_7181034641 palaios_html_7181034641:506:52526:52533 Canning Perth, Scotland +0.247464 aapg_ah_505.html aapg_ah_505.html:1762:144062:144070 Colorado Colorado +0.255915 aapg_ad_826.html aapg_ad_826.html:7:1200:1218 Tamasopo Mexico +0.273509 aapg_ac_333.html aapg_ac_333.html:1267:152375:152383 Toroweap Coconino County, Arizona +0.246906 palaios_html_3889678675 palaios_html_3889678675:34:4184:4194 Washington Salem, Oregon +0.489345 aapg_ai_999.html aapg_ai_999.html:276:20741:20757 Carmel Logan, Utah +0.725963 jgeology_html_6990146451 jgeology_html_6990146451:202:12792:12811 Rose Hill Huntington, West Virginia +0.257808 aapg_ai_974.html aapg_ai_974.html:693:73578:73586 Quinault Salem, Oregon +0.499174 aapg_aa_734.html aapg_aa_734.html:63:6784:6800 Tesnus Arkansas +0.706612 sedimentology_html_5673709888 sedimentology_html_5673709888:1982:116407:116424 Keokuk Burlington, Ontario +0.257466 aapg_aa_163.html aapg_aa_163.html:240:25749:25755 Provo Oman +0.25137 cspg_html_7015106671 cspg_html_7015106671:219:30719:30746 Catskill Pennsylvania +0.265221 aapg_ad_396.html aapg_ad_396.html:164:16457:16465 Victoria Gippsland +0.25957 sedimentology_html_1649180994 sedimentology_html_1649180994:74:7961:7966 Crete Greece +0.254961 aapg_ah_623.html aapg_ah_623.html:100:10679:10691 State Bridge Glenwood Springs, Colorado +0.24786 cspg_html_5376629375 cspg_html_5376629375:391:47339:47380 Waterfowl Lacombe, Alberta +0.499554 sedimentology_html_6210806021 sedimentology_html_6210806021:85:5246:5254 Columbia Victoria, British Columbia +0.246402 gsa_html_8833777630 gsa_html_8833777630:674:76480:76487 Laramie Cheyenne, Wyoming +0.248392 aapg_ai_491.html aapg_ai_491.html:484:62300:62305 Atoka Des Moines, Washington +0.23863 aapg_aa_71.html aapg_aa_71.html:266:22400:22448 Onondaga Indiana County, Pennsylvania +0.485199 gsa_html_6433065427 gsa_html_6433065427:879:81896:81920 Bouse Colorado +0.36036 gsa_html_2729737430 gsa_html_2729737430:919:94391:94407 Colter Yellowstone National Park +0.23712 aapg_ac_715.html aapg_ac_715.html:429:29640:29650 Cedar Lake Prior Lake, Minnesota +0.500973 aapg_ae_187.html aapg_ae_187.html:359:38037:38051 Maquoketa Illinois +0.49868 palaios_html_4216189038 palaios_html_4216189038:454:40822:40840 Beaufort Canadian Arctic Archipelago +0.502128 aapg_ad_337.html aapg_ad_337.html:302:33392:33397 Vaqueros Newport Beach, California +0.49868 cspg_html_6702053097 cspg_html_6702053097:418:47344:47361 Beekmantown Quebec City +0.26129 geology_html_9162688386 geology_html_9162688386:240:22084:22092 San Jose California +0.719115 aapg_aa_870.html aapg_aa_870.html:587:54402:54418 Dakota Colorado +0.491744 geology_html_2620787843 geology_html_2620787843:16:1184:1194 Santa Cruz California +0.2704 gsa_html_1456999093 gsa_html_1456999093:69:5660:5688 Green River Iran +0.257346 aapg_ah_339.html aapg_ah_339.html:4:590:606 Kinderhook Black River, Jamaica +0.265698 aapg_ac_190.html aapg_ac_190.html:104:18804:18822 Onondaga Hudson Valley +0.25047 aapg_ah_283.html aapg_ah_283.html:91:9064:9076 Yamhill Cowlitz River +0.252506 jgeology_html_6836496379 jgeology_html_6836496379:1023:71519:71525 Brazil Venezuela +0.263088 cspg_html_8089302449 cspg_html_8089302449:659:110235:110271 Dawson Bay Regina, Saskatchewan +0.452184 aapg_ah_536.html aapg_ah_536.html:138:18844:18858 Fredericksburg Paluxy, Texas +0.257446 cspg_html_3026112034 cspg_html_3026112034:9:640:660 Swan Hills Pine Brook, New Jersey +0.25132 aapg_ad_171.html aapg_ad_171.html:39:5978:5987 Red Bluff Tehama, California +0.45172 gsa_html_2374661120 gsa_html_2374661120:538:54544:54554 Bear River Sevier orogeny +0.760242 aapg_aa_684.html aapg_aa_684.html:465:40661:40680 Chugwater Cheyenne, Wyoming +0.481707 aapg_ac_629.html aapg_ac_629.html:533:65024:65029 Price Beaumont, Texas +0.472812 geology_html_4304054973 geology_html_4304054973:63:4872:4886 Rove Virginia +0.255955 gsa_html_8194200546 gsa_html_8194200546:576:67328:67338 Washington Seattle +0.488379 gsa_html_4036573414 gsa_html_4036573414:522:56020:56026 Provo Pyrenees +0.253872 cspg_html_1019614994 cspg_html_1019614994:343:54455:54469 Banff Lacombe, Alberta +0.48297 cspg_html_9052264748 cspg_html_9052264748:27:3779:3792 Parry Islands Canada +0.24837 aapg_ac_766.html aapg_ac_766.html:938:93309:93328 Slope New Mexico +0.481461 geology_html_3335667448 geology_html_3335667448:9:315:330 Rockland California +0.2667 aapg_ah_978.html aapg_ah_978.html:451:41445:41452 Temblor Kern River Preserve +0.251923 aapg_aa_550.html aapg_aa_550.html:81:8795:8807 Walnut Goodland, Kansas +0.49368 aapg_ae_750.html aapg_ae_750.html:284:31138:31159 Wolfcamp Wichita, Kansas +0.26378 aapg_ad_434.html aapg_ad_434.html:73:8366:8374 Columbia Victoria, British Columbia +0.241895 aapg_ae_836.html aapg_ae_836.html:167:13409:13426 Edwards Nelson, New Zealand +0.494019 gsa_html_9102781796 gsa_html_9102781796:960:85607:85635 Green River Colorado +0.497721 cspg_html_9354781888 cspg_html_9354781888:993:69149:69158 Spearfish Manitoba +0.261542 aapg_ae_725.html aapg_ae_725.html:25:3090:3105 Mesaverde Colorado +0.483294 aapg_ai_388.html aapg_ai_388.html:224:22999:23020 Browns Park Sparks, Nevada +0.39167 palaios_html_7465495929 palaios_html_7465495929:49:4945:4960 Colon Venezuela +0.484524 aapg_ae_68.html aapg_ae_68.html:95:12021:12038 Oquirrh Reno, Nevada +0.491694 aapg_ae_72.html aapg_ae_72.html:66:8948:8962 Lynch Dolomite Logan, Utah +0.526416 aapg_ae_369.html aapg_ae_369.html:60:7057:7067 Tuscaloosa Tuscaloosa, Alabama +0.418396 aapg_ah_978.html aapg_ah_978.html:604:56427:56452 Tulare Tulare, California +0.233288 aapg_ac_201.html aapg_ac_201.html:475:45838:45843 Kayak Canning River (Alaska) +0.443963 aapg_ai_328.html aapg_ai_328.html:183:15906:15917 Lake Valley Rift Valley lakes +0.252 gsa_html_9310053579 gsa_html_9310053579:712:62516:62542 Chumstick Washington (state) +0.26571 aapg_aa_112.html aapg_aa_112.html:64:6874:6882 Red Peak John Crow Mountains +0.240588 aapg_ak_24.html aapg_ak_24.html:10:1697:1712 Baird California +0.6789 sedimentology_html_7518899751 sedimentology_html_7518899751:1704:90329:90339 Bonneterre Missouri River +0.25324 sedimentology_html_8510537334 sedimentology_html_8510537334:1567:122461:122480 Tuscarora Pennsylvania +0.244961 cspg_html_8569428280 cspg_html_8569428280:35:4421:4443 Bell West Texas +0.26462 cspg_html_5688447798 cspg_html_5688447798:161:24279:24312 Disappointment Bay Ellesmere Island +0.444144 aapg_ac_557.html aapg_ac_557.html:28:3827:3850 Holder Sacramento, California +0.49078 aapg_ae_259.html aapg_ae_259.html:3:180:187 Rodessa Shreveport, Louisiana +0.259548 sedimentology_html_3463113014 sedimentology_html_3463113014:293:37575:37585 Sunderland Cambridge, Massachusetts +0.266247 jgeology_html_8494933343 jgeology_html_8494933343:679:46441:46469 Green River Cheyenne, Wyoming +0.523838 aapg_ad_883.html aapg_ad_883.html:222:21589:21611 Prairie Michigan +0.262626 palaios_html_1262064602 palaios_html_1262064602:910:92301:92307 Denver Colorado +0.24846 sedimentology_html_3384519191 sedimentology_html_3384519191:856:50861:50867 Guelph Ontario, California +0.47583 cspg_html_4495377323 cspg_html_4495377323:176:21493:21501 Columbia Victoria, British Columbia +0.499372 sedimentology_html_9971475238 sedimentology_html_9971475238:49:2532:2536 Buda Belgrade +0.493908 aapg_ah_536.html aapg_ah_536.html:451:58632:58649 Rodessa Shreveport, Louisiana +0.70004 aapg_ad_614.html aapg_ad_614.html:63:6134:6144 Tuscaloosa Paluxy, Texas +0.477603 aapg_ai_439.html aapg_ai_439.html:4:670:675 Tokio Tsuruga Nuclear Power Plant +0.467504 aapg_af_908.html aapg_af_908.html:29:3504:3526 Nowata Arkansas River +0.259032 aapg_aa_229.html aapg_aa_229.html:249:17640:17669 Dunvegan Lacombe, Alberta +0.690486 aapg_ai_912.html aapg_ai_912.html:70:13150:13169 Smackover Metro Manila +0.490232 aapg_ae_639.html aapg_ae_639.html:17:2020:2038 Woodbine Buda, Texas +0.469614 AMJC_html_3101604482 AMJC_html_3101604482:153:16551:16570 Anakeesta Great Smoky Mountains +0.2376 aapg_af_480.html aapg_af_480.html:308:34092:34098 Denver Colorado +0.275481 cspg_html_4495377323 cspg_html_4495377323:305:32026:32042 Fernie Victoria, British Columbia +0.687816 aapg_ae_999.html aapg_ae_999.html:530:70168:70185 Mint Spring Mississippi River +0.268 aapg_ae_152.html aapg_ae_152.html:101:7914:7931 Anahuac Shreveport, Louisiana +0.467125 sedimentology_html_3455721661 sedimentology_html_3455721661:61:6442:6460 Todilto Durango, Durango +0.256011 geology_html_9338232697 geology_html_9338232697:276:21991:22001 Santa Rita New Mexico +0.497034 gsa_html_8919738278 gsa_html_8919738278:29:2796:2824 Green River Iran +0.253302 cspg_html_7690718680 cspg_html_7690718680:13:2145:2165 Candelaria Reno, Nevada +0.49087 aapg_ad_691.html aapg_ad_691.html:7:852:872 Georgetown Texas +0.25654 aapg_ai_772.html aapg_ai_772.html:49:6279:6295 Yucatan Guatemala +0.475792 aapg_ai_157.html aapg_ai_157.html:316:30475:30481 Guelph Norfolk, Virginia +0.367966 aapg_ad_581.html aapg_ad_581.html:216:28314:28328 Rome Saltville, Virginia +0.26159 aapg_ah_536.html aapg_ah_536.html:227:30908:30915 Rodessa Rodessa, Louisiana +0.484272 cspg_html_6927586285 cspg_html_6927586285:94:13866:13874 Columbia Victoria, British Columbia +0.494468 aapg_ac_151.html aapg_ac_151.html:211:31107:31121 Frio Brazoria County, Texas +0.2652 gsa_html_7120668170 gsa_html_7120668170:717:71032:71041 San Diego Baja California peninsula +0.253967 cspg_html_9174463232 cspg_html_9174463232:433:39997:40020 Lower Elk Point Lacombe, Alberta +0.257943 aapg_aa_118.html aapg_aa_118.html:53:5388:5404 Chazy Brainerd, Minnesota +0.258462 aapg_ae_297.html aapg_ae_297.html:175:15860:15866 Oregon Logan, Utah +0.252973 cspg_html_2283545366 cspg_html_2283545366:390:50084:50108 Frio Texas +0.857355 aapg_ae_305.html aapg_ae_305.html:1414:134629:134634 Colon Maracaibo +0.469216 aapg_ae_138.html aapg_ae_138.html:41:4209:4220 Selma Chalk Tuscaloosa, Alabama +0.262119 aapg_aa_145.html aapg_aa_145.html:629:67882:67892 Washington Snoqualmie Pass, Washington +0.487705 sedimentology_html_6338456723 sedimentology_html_6338456723:1450:60398:60402 Bond North Atlantic Current +0.379714 aapg_ad_971.html aapg_ad_971.html:221:22058:22068 Citronelle Alabama +0.257316 aapg_af_77.html aapg_af_77.html:277:21664:21672 Woodbine Long Lake, New York +0.907256 AMJC_html_8804784209 AMJC_html_8804784209:11:539:547 Montreal Quebec City +0.441518 cspg_html_3618628685 cspg_html_3618628685:27:4377:4395 Belly River Milk River, Alberta +0.263626 gsa_html_1142860634 gsa_html_1142860634:966:74451:74459 Santiago Chile +0.846175 aapg_ad_812.html aapg_ad_812.html:82:11333:11355 Todilto Entrada Sandstone +0.489538 cspg_html_9872589627 cspg_html_9872589627:139:20608:20634 Halfway Wembley Stadium +0.492624 aapg_ad_351.html aapg_ad_351.html:876:80464:80480 Keokuk Burlington, Ontario +0.254769 cspg_html_2758324131 cspg_html_2758324131:368:53734:53750 Bakken Regina, Saskatchewan +0.257536 cspg_html_1996419880 cspg_html_1996419880:516:62853:62870 Bowser Victoria, British Columbia +0.497276 jgeology_html_5770073609 jgeology_html_5770073609:801:54788:54806 Monterey California +0.476952 aapg_af_854.html aapg_af_854.html:1123:158948:158969 Tar Springs Perry County, Indiana +0.24888 aapg_ai_468.html aapg_ai_468.html:305:37721:37738 Bossier Haynesville, Louisiana +0.491824 aapg_af_703.html aapg_af_703.html:207:23420:23429 Aux Vases Daviess County, Missouri +0.483636 aapg_af_461.html aapg_af_461.html:125:12091:12110 Lone Rock Franconia, New Hampshire +0.481005 aapg_ad_797.html aapg_ad_797.html:380:32768:32777 Sugarloaf Naha, Okinawa +0.489658 cspg_html_7881580279 cspg_html_7881580279:117:16258:16275 Yeoman Red River of the North +0.50085 aapg_ah_448.html aapg_ah_448.html:130:13531:13551 San Miguel Texas +0.47368 cspg_html_4176605708 cspg_html_4176605708:429:43427:43439 Saskatchewan Lacombe, Alberta +0.249 aapg_af_11.html aapg_af_11.html:380:38440:38445 Ouray Colorado +0.188266 cspg_html_5017240192 cspg_html_5017240192:43:4862:4886 Mission Canyon Manitoba +0.285496 aapg_ah_94.html aapg_ah_94.html:284:32951:32971 Fort Union Powder River Basin +0.709884 cspg_html_3043423556 cspg_html_3043423556:164:18954:18975 Bird Fiord Bathurst Island (Northern Territory) +0.463176 cspg_html_1503116552 cspg_html_1503116552:408:61544:61554 Swan Hills Western world +0.25029 cspg_html_9721864351 cspg_html_9721864351:44:4957:4979 Mount Wilson Richmond, California +0.2455 aapg_ae_176.html aapg_ae_176.html:186:22121:22138 Bluesky Edmonton, London +0.256 aapg_ae_694.html aapg_ae_694.html:275:30977:30995 Woodbine Texas +0.48384 aapg_ad_307.html aapg_ad_307.html:21:2457:2477 Richardson Mountains Russia +0.47564 cspg_html_9879671248 cspg_html_9879671248:138:14217:14230 Wabamun Lacombe, Alberta +0.468369 cspg_html_9987144175 cspg_html_9987144175:73:10976:11000 Parry Islands Hell Gate +0.495645 aapg_ai_158.html aapg_ai_158.html:443:47526:47539 Traverse Iowa +0.49868 cspg_html_5484260516 cspg_html_5484260516:6:262:275 Wabamun Lacombe, Alberta +0.249458 aapg_ae_6.html aapg_ae_6.html:429:46829:46846 Edwards Central Texas +0.251502 aapg_af_854.html aapg_af_854.html:978:137959:137975 Bethel Kentucky +0.2704 cspg_html_9768299963 cspg_html_9768299963:200:20798:20815 Wapiti Horseshoe Canyon Formation +0.484864 gsa_html_8931761668 gsa_html_8931761668:1039:78556:78584 Green River Colorado +0.260952 cspg_html_3404912985 cspg_html_3404912985:283:45136:45157 Belly River Lacombe, Alberta +0.499069 aapg_ac_692.html aapg_ac_692.html:274:29756:29762 Oregon Victoria, British Columbia +0.261096 cspg_html_6839937815 cspg_html_6839937815:23:3579:3587 Dinwoody Las Vegas Strip +0.481 palaios_html_5212272868 palaios_html_5212272868:254:28227:28233 Oregon Washington (state) +0.68432 aapg_ai_38.html aapg_ai_38.html:159:16833:16845 Dakota Colorado Springs, Colorado +0.269352 aapg_ac_333.html aapg_ac_333.html:633:77669:77679 Supai Arizona +0.26355 sedimentology_html_3490195740 sedimentology_html_3490195740:493:41224:41241 Camsell Canada +0.269297 aapg_ah_3.html aapg_ah_3.html:395:51518:51545 Palliser Cheyenne, Wyoming +0.480764 aapg_ae_181.html aapg_ae_181.html:81:10581:10601 Tuscaloosa Mississippi River +0.468765 aapg_af_575.html aapg_af_575.html:648:88632:88641 Wapanucka Ardmore, Pennsylvania +0.87984 aapg_af_337.html aapg_af_337.html:22:3325:3336 Piney Point Delaware +0.491384 geology_html_4658814755 geology_html_4658814755:270:24565:24573 Virginia Cape Charles, Virginia +0.25431 cspg_html_6897022114 cspg_html_6897022114:135:19407:19413 Denver Colorado +0.265684 aapg_ad_143.html aapg_ad_143.html:65:5580:5587 Madison Renville County, Minnesota +0.50688 aapg_ad_883.html aapg_ad_883.html:19:3345:3353 Michigan Bloomington, Indiana +0.479196 jgeology_html_4305195651 jgeology_html_4305195651:3093:222337:222347 Pottsville Pottsville, Pennsylvania +0.504753 aapg_ad_2.html aapg_ad_2.html:1593:220434:220445 Beekmantown Chambersburg, Pennsylvania +0.504 aapg_ac_560.html aapg_ac_560.html:267:38629:38648 Vicksburg Texas +0.240064 gsa_html_4098385343 gsa_html_4098385343:113:15064:15070 Beluga Cook Inlet +0.49401 geology_html_9316941915 geology_html_9316941915:279:24260:24268 Colorado San Juan, Argentina +0.26712 aapg_ad_3.html aapg_ad_3.html:730:69354:69365 Beekmantown Virginia +0.25792 aapg_af_664.html aapg_af_664.html:559:62972:62982 San Andres Ector, Texas +0.240937 gsa_html_2605108986 gsa_html_2605108986:138:12561:12580 Matanuska Matanuska-Susitna Valley +0.491008 aapg_ah_40.html aapg_ah_40.html:17:1770:1790 San Andres West, Texas +0.27248 gsa_html_3842354440 gsa_html_3842354440:656:60740:60750 Washington North Cascades National Park +0.25048 aapg_ae_278.html aapg_ae_278.html:884:91279:91283 Java Sumatra +0.2898 aapg_af_453.html aapg_af_453.html:44:5793:5810 Wasatch Fort Union Trading Post National Historic Site +0.487026 aapg_ae_73.html aapg_ae_73.html:166:21552:21562 Deer Creek Atoka, Oklahoma +0.437 aapg_ah_662.html aapg_ah_662.html:459:45484:45492 Colorado Texas +0.251446 geology_html_9324035548 geology_html_9324035548:158:18435:18443 Columbia Victoria, British Columbia +0.89505 gsa_html_1783148177 gsa_html_1783148177:959:89630:89652 Artist Drive Death Valley +0.26985 AMJC_html_2375334599 AMJC_html_2375334599:984:94243:94256 Francis London, Ontario +0.89466 aapg_aa_233.html aapg_aa_233.html:391:38646:38656 San Felipe San Juan, Argentina +0.89394 cspg_html_8298261690 cspg_html_8298261690:521:56810:56826 Viking Western Canadian Sedimentary Basin +0.487014 gsa_html_7272439065 gsa_html_7272439065:435:47589:47604 Lance Fort Union Trading Post National Historic Site +0.47874 aapg_ai_515.html aapg_ai_515.html:241:26047:26063 Uinta Wasatch Range +0.246512 gsa_html_4435818803 gsa_html_4435818803:594:53359:53364 Rapid Nassau, Bahamas +0.25449 cspg_html_6608209149 cspg_html_6608209149:588:57237:57265 Elk Lacombe, Alberta +0.252813 aapg_ai_49.html aapg_ai_49.html:213:25274:25282 Woodside Boise, Idaho +0.255528 aapg_ad_810.html aapg_ad_810.html:264:23735:23740 Yukon McConnell Air Force Base +0.261096 aapg_ai_802.html aapg_ai_802.html:160:14550:14560 Kinderhook Kinderhook (town), New York +0.509609 aapg_af_663.html aapg_af_663.html:70:6791:6813 Higginsville Lexington, Kentucky +0.47712 cspg_html_1962846283 cspg_html_1962846283:68:9148:9163 Grassy Mountain Kootenay River +0.256824 aapg_ae_6.html aapg_ae_6.html:122:13593:13603 Rio Grande East Texas +0.383211 geology_html_2705128271 geology_html_2705128271:36:2749:2768 Pocatello Boise, Idaho +0.250498 geology_html_7986465918 geology_html_7986465918:242:21529:21536 Pearson Spain +0.476933 aapg_ac_517.html aapg_ac_517.html:210:27852:27862 Milk River Colorado +0.498078 cspg_html_4943597281 cspg_html_4943597281:14:1801:1838 Viking Bow Island Airport +0.24192 cspg_html_2758185645 cspg_html_2758185645:282:25050:25062 Rundle Lacombe, Alberta +0.453906 aapg_ac_995.html aapg_ac_995.html:73:6626:6648 Huayacocotla San Bartolo District +0.493164 aapg_ah_203.html aapg_ah_203.html:526:85324:85342 Morrison New Mexico +0.258048 aapg_ah_823.html aapg_ah_823.html:26:2778:2783 Yukon Manitoba +0.490941 sedimentology_html_3349288978 sedimentology_html_3349288978:618:47459:47465 Cooper Thailand +0.475345 aapg_ae_204.html aapg_ae_204.html:248:22459:22469 Clearwater Little Cottonwood Creek +0.269874 sedimentology_html_8274990152 sedimentology_html_8274990152:1469:84933:84957 Nisku Lacombe, Alberta +0.458052 AMJC_html_9120759990 AMJC_html_9120759990:602:56210:56228 Provo Greece +0.253272 palaios_html_2223085265 palaios_html_2223085265:18:905:925 Toro Chile +0.866757 aapg_ai_583.html aapg_ai_583.html:361:43753:43770 Rierdon Black Hills +0.246302 aapg_ad_466.html aapg_ad_466.html:1374:146209:146226 Magothy The Carolinas +0.256452 aapg_ac_260.html aapg_ac_260.html:64:10261:10269 Michigan Williston, Vermont +0.270816 aapg_ad_2.html aapg_ad_2.html:1079:148338:148357 Beekmantown Adirondack Park +0.262546 aapg_ad_720.html aapg_ad_720.html:690:59483:59490 Rustler Carlsbad, New Mexico +0.257033 gsa_html_6117440194 gsa_html_6117440194:757:76825:76833 Snowshoe Whitefish (fisheries term) +0.260084 sedimentology_html_7306682302 sedimentology_html_7306682302:27:1784:1808 Protection Helsinki +0.266532 gsa_html_3720789279 gsa_html_3720789279:1520:136791:136804 Santa Barbara California +0.48514 gsa_html_1743346632 gsa_html_1743346632:1034:84833:84869 Morin Quebec City +0.271932 cspg_html_4098352595 cspg_html_4098352595:33:4578:4609 Beaufort Anchorage, Alaska +0.492855 gsa_html_7657889405 gsa_html_7657889405:237:22258:22277 Moreno Moraine, Ohio +0.253968 sedimentology_html_6951714124 sedimentology_html_6951714124:16:1113:1143 Swift Lacombe, Alberta +0.2646 cspg_html_5450075884 cspg_html_5450075884:812:80003:80026 Beaver Mines Lacombe, Alberta +0.267696 aapg_ae_626.html aapg_ae_626.html:173:17588:17601 A-1 Carbonate Lake Erie +0.244961 gsa_html_2989317971 gsa_html_2989317971:183:22186:22214 Challis Boise, Idaho +0.264196 sedimentology_html_1482430163 sedimentology_html_1482430163:529:57627:57633 Moscow Seattle +0.270738 aapg_ac_939.html aapg_ac_939.html:827:88734:88743 Red River Shreveport, Louisiana +0.304802 cspg_html_8520409981 cspg_html_8520409981:18:2077:2097 Dawson Bay Manitoba +0.498848 cspg_html_3385840278 cspg_html_3385840278:7:523:544 Beaverhill Middle East +0.24153 sedimentology_html_9247485319 sedimentology_html_9247485319:1092:74387:74391 Wise Antarctica +0.254015 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16787:16793 Oregon Washington (state) +0.243332 cspg_html_3521815736 cspg_html_3521815736:235:33113:33128 Toad Western world +0.457293 aapg_af_95.html aapg_af_95.html:16:2327:2344 Walnut Texas +0.484429 sedimentology_html_3941612453 sedimentology_html_3941612453:366:30184:30193 Eel River California +0.476952 aapg_aa_313.html aapg_aa_313.html:970:103877:103884 Halifax Cape Hatteras Light +0.674472 aapg_ac_613.html aapg_ac_613.html:220:34601:34616 Mesaverde San Juan, Argentina +0.258039 aapg_aa_542.html aapg_aa_542.html:53:6375:6378 Ada Seminole, Texas +0.2392 gsa_html_6980451554 gsa_html_6980451554:72:9075:9092 Moenave Arizona +0.251883 aapg_ai_468.html aapg_ai_468.html:246:29822:29841 Cotton Valley Bossier City, Louisiana +0.515678 aapg_af_69.html aapg_af_69.html:26:2969:2977 Virginia Virginia +0.48654 geology_html_7977615951 geology_html_7977615951:262:24671:24676 Uinta Logan, Utah +0.487863 gsa_html_2447330132 gsa_html_2447330132:61:3809:3837 Green River Colorado +0.273962 aapg_af_595.html aapg_af_595.html:199:17069:17082 Wilcox Mississippi River +0.269439 gsa_html_4472896560 gsa_html_4472896560:334:27146:27161 Lava Creek Tuff Yellowstone National Park +0.50424 gsa_html_9162524826 gsa_html_9162524826:58:3670:3698 Green River Colorado +0.258039 cspg_html_9717154602 cspg_html_9717154602:232:35379:35403 Schrader Bluff Anchorage, Alaska +0.272934 aapg_ac_486.html aapg_ac_486.html:4:459:465 Dakota Nebraska +0.494025 gsa_html_5773604426 gsa_html_5773604426:132:12735:12747 Wilcox Shreveport, Louisiana +0.465842 gsa_html_9870828882 gsa_html_9870828882:940:73672:73693 Green River Cheyenne, Wyoming +0.269357 aapg_ad_368.html aapg_ad_368.html:79:7747:7766 Newcastle Cheyenne, Wyoming +0.511038 cspg_html_6252417471 cspg_html_6252417471:254:37115:37137 Eureka Sound Banks Island +0.461049 aapg_ai_94.html aapg_ai_94.html:22:3954:3960 Sonora Veracruz, Veracruz +0.258055 gsa_html_1662492421 gsa_html_1662492421:705:60833:60843 Washington Whidbey Island +0.38731 aapg_ai_31.html aapg_ai_31.html:3:452:461 Catahoula Shreveport, Louisiana +0.260598 aapg_ah_52.html aapg_ah_52.html:3:393:412 Matanuska Anchorage, Alaska +0.265189 aapg_ac_453.html aapg_ac_453.html:147:20738:20747 Worcester England +0.266752 gsa_html_9898556493 gsa_html_9898556493:238:27976:27992 Modesto Merced River +0.495992 aapg_ae_16.html aapg_ae_16.html:556:65069:65074 Price Ontario, California +0.48399 gsa_html_5664265459 gsa_html_5664265459:1142:107409:107415 Oregon Boise, Idaho +0.242055 aapg_ac_789.html aapg_ac_789.html:176:34967:34975 Colorado Denver +0.495126 gsa_html_1975444584 gsa_html_1975444584:921:77452:77480 Green River Colorado +0.490049 aapg_ad_683.html aapg_ad_683.html:732:73296:73301 Supai Monument Valley +0.257346 geology_html_6152131284 geology_html_6152131284:100:9869:9877 Colorado Black Hills +0.251196 sedimentology_html_3837328737 sedimentology_html_3837328737:1560:100768:100795 Tidal Memphis International Airport +0.254664 AMJC_html_2069773375 AMJC_html_2069773375:1007:69578:69584 Sierra Caribbean +0.491582 cspg_html_3914683557 cspg_html_3914683557:915:96858:96862 Wise Cheyenne, Wyoming +0.478455 gsa_html_7808051457 gsa_html_7808051457:585:55802:55819 Manitou Manitou Springs, Colorado +0.266207 AMJC_html_1252169248 AMJC_html_1252169248:608:59065:59075 Laurentian Killingworth, Connecticut +0.270878 aapg_ae_454.html aapg_ae_454.html:562:51190:51199 Shongaloo Hubbard, Bowie County, Texas +0.24651 gsa_html_7518144145 gsa_html_7518144145:493:39691:39696 Yukon Anchorage, Alaska +0.479076 gsa_html_2028006768 gsa_html_2028006768:850:63073:63078 Rapid Earth +0.246813 palaios_html_7465495929 palaios_html_7465495929:167:16597:16614 La Luna Venezuela +0.249228 aapg_af_482.html aapg_af_482.html:66:8618:8630 Todos Santos Honduras +0.25029 cspg_html_1191211339 cspg_html_1191211339:547:62200:62235 Bakken Williston Basin +0.459576 aapg_aa_736.html aapg_aa_736.html:29:3439:3448 Coldwater Sunbury, Pennsylvania +0.462768 aapg_ai_962.html aapg_ai_962.html:209:14857:14870 Brushy Canyon Delaware +0.512458 cspg_html_9275863663 cspg_html_9275863663:991:133009:133026 Gilwood Lacombe, Alberta +0.213 aapg_af_288.html aapg_af_288.html:183:20076:20090 Earp Arizona +0.257 cspg_html_6159840831 cspg_html_6159840831:314:37955:37972 Cardium Victoria, British Columbia +0.264554 aapg_ah_260.html aapg_ah_260.html:209:27119:27128 Flagstaff Flagstaff, Arizona +0.267794 aapg_ad_52.html aapg_ad_52.html:734:80554:80573 Coldwater Gladwin County, Michigan +0.263133 geology_html_2503160398 geology_html_2503160398:284:24370:24378 Dunvegan Canada +0.21708 aapg_ae_805.html aapg_ae_805.html:261:30441:30455 Naco Arizona +0.491071 cspg_html_7688587411 cspg_html_7688587411:294:31815:31833 Kaskapau Lacombe, Alberta +0.4921 jgeology_html_4305195651 jgeology_html_4305195651:1306:108976:108985 Manorkill New York City +0.245338 gsa_html_2098291403 gsa_html_2098291403:436:39628:39634 Oregon Washington (state) +0.235638 gsa_html_4667678389 gsa_html_4667678389:1222:118091:118129 Kingston Peak Death Valley +0.25806 cspg_html_4623526246 cspg_html_4623526246:33:4057:4070 Parry Islands Western world +0.259017 aapg_ah_287.html aapg_ah_287.html:371:48018:48024 Denver Colorado +0.249951 aapg_ac_924.html aapg_ac_924.html:202:18377:18384 Madison Cheyenne, Wyoming +0.279741 cspg_html_3740794265 cspg_html_3740794265:76:8805:8822 Gething Victoria, British Columbia +0.247486 aapg_ai_364.html aapg_ai_364.html:145:14115:14121 Oswego Fort Scott National Historic Site +0.473323 geology_html_2433950649 geology_html_2433950649:45:2692:2698 Sierra Chihuahua (state) +0.262095 aapg_af_705.html aapg_af_705.html:84:8358:8370 Austin Chalk Buda, Texas +0.482144 aapg_aa_158.html aapg_aa_158.html:412:37615:37633 Morrison Colorado Plateau +0.26163 aapg_ah_540.html aapg_ah_540.html:354:33434:33442 Colorado Venezuela +0.24442 aapg_ah_881.html aapg_ah_881.html:86:9675:9684 Chuckanut Knowlton Township, New Jersey +0.269325 geology_html_3815023299 geology_html_3815023299:293:22752:22770 Yakataga Anchorage, Alaska +0.84488 aapg_af_551.html aapg_af_551.html:310:32858:32879 Lake Valley Rift Valley lakes +0.24939 aapg_ai_584.html aapg_ai_584.html:828:87934:87948 Converse Hartville, Missouri +0.257514 aapg_aa_689.html aapg_aa_689.html:428:53713:53719 Salina Michigan +0.25857 cspg_html_6334734829 cspg_html_6334734829:282:28999:29007 Tantalus Indian River (Florida) +0.482816 gsa_html_1324861111 gsa_html_1324861111:1013:86373:86396 Slope London, Ontario +0.247086 palaios_html_5896739151 palaios_html_5896739151:423:33150:33154 Hall London, Ontario +0.466578 aapg_ae_885.html aapg_ae_885.html:82:9134:9138 Muav Logan, Utah +0.257136 aapg_aa_231.html aapg_aa_231.html:228:22866:22884 Niobrara Niobrara, Nebraska +0.243512 cspg_html_7595517955 cspg_html_7595517955:519:54056:54071 Melville Island Canadian Arctic Archipelago +0.484242 gsa_html_2458437601 gsa_html_2458437601:68:5726:5754 Green River Colorado +0.279777 aapg_ah_318.html aapg_ah_318.html:3569:290156:290175 Smackover Arkansas +0.509184 aapg_ah_260.html aapg_ah_260.html:134:17788:17812 Cedar Mountain Colorado +0.473252 gsa_html_6985417117 gsa_html_6985417117:793:63538:63544 Sierra Reno, Nevada +0.666852 aapg_aa_870.html aapg_aa_870.html:584:54177:54193 Dakota Colorado Plateau +0.715088 cspg_html_6306091047 cspg_html_6306091047:677:93331:93355 Belloy Victoria, British Columbia +0.256949 aapg_ad_855.html aapg_ad_855.html:287:29868:29876 Woodbine East Texas +0.25452 aapg_ad_720.html aapg_ad_720.html:808:67931:67946 Queen Artesia, New Mexico +0.25296 cspg_html_9735723617 cspg_html_9735723617:405:52178:52200 Nation River Anchorage, Alaska +0.25948 sedimentology_html_6268265701 sedimentology_html_6268265701:1344:94042:94058 Viking Lacombe, Alberta +0.24157 geology_html_4341033542 geology_html_4341033542:278:23007:23013 Rincon Bolivia +0.484416 aapg_aa_37.html aapg_aa_37.html:261:32448:32464 Kaibab Logan, Utah +0.481 aapg_ac_419.html aapg_ac_419.html:1032:110414:110420 Walker San Clemente, California +0.260865 aapg_ad_945.html aapg_ad_945.html:311:33295:33312 Cold Lake Lacombe, Alberta +0.698382 aapg_af_98.html aapg_af_98.html:79:10261:10277 Dakota San Juan, Argentina +0.46746 aapg_aa_913.html aapg_aa_913.html:484:33983:33988 Weeks Caldwell County, North Carolina +0.26818 geology_html_8437329166 geology_html_8437329166:60:5316:5331 Orocopia Schist Blue Ridge Mountains +0.256522 aapg_ai_94.html aapg_ai_94.html:263:36455:36465 San Felipe San Antonio +0.482832 aapg_ac_55.html aapg_ac_55.html:336:40264:40272 Virginia Baltimore +0.925419 aapg_ah_632.html aapg_ah_632.html:153:18781:18792 Martinsburg Juniata County School District +0.507408 aapg_ah_849.html aapg_ah_849.html:116:13402:13428 Banff Black River, Jamaica +0.483406 sedimentology_html_6763678539 sedimentology_html_6763678539:632:37755:37759 Hall London, Ontario +0.457418 cspg_html_9905904289 cspg_html_9905904289:378:49029:49035 Ferris Regina, Saskatchewan +0.259979 aapg_ad_683.html aapg_ad_683.html:619:63328:63334 Hermit Coconino County, Arizona +0.267464 aapg_aa_654.html aapg_aa_654.html:252:38601:38617 Sandia Placitas, New Mexico +0.509956 aapg_ai_277.html aapg_ai_277.html:7:1052:1061 Smackover Cape Hatteras Light +0.462972 aapg_ac_807.html aapg_ac_807.html:15:1799:1816 Matawan Maryland +0.505818 palaios_html_2592562131 palaios_html_2592562131:706:59122:59142 Bloomsburg Pennsylvania +0.258981 aapg_aa_415.html aapg_aa_415.html:146:20395:20413 Anacacho San Antonio +0.246512 jgeology_html_8355852976 jgeology_html_8355852976:862:50669:50677 Colorado Loveland, Ohio +0.263626 jgeology_html_6882545802 jgeology_html_6882545802:400:34941:34959 Fairview Kentucky +0.487026 cspg_html_3529479452 cspg_html_3529479452:17:2395:2409 Mission Canyon Williston Basin +0.249879 gsa_html_9052101586 gsa_html_9052101586:548:69180:69202 Peoria Peoria, Illinois +0.49601 aapg_ad_59.html aapg_ad_59.html:104:18334:18340 Unicoi Hampton, New Hampshire +0.265738 aapg_ai_784.html aapg_ai_784.html:17:2407:2417 Eau Claire Franconia, New Hampshire +0.256032 aapg_aa_15.html aapg_aa_15.html:304:36091:36095 Frio Texas +0.513909 sedimentology_html_9378527223 sedimentology_html_9378527223:2068:60124:60141 Carrizo East Texas +0.252993 cspg_html_3942782922 cspg_html_3942782922:31:3321:3329 Columbia Victoria, British Columbia +0.511974 aapg_aa_784.html aapg_aa_784.html:21:1669:1683 Chainman Yucca Mountain +0.250712 aapg_aa_976.html aapg_aa_976.html:220:25658:25674 Warsaw Athens, Georgia +0.696924 aapg_ae_68.html aapg_ae_68.html:700:65529:65555 Oquirrh Logan, Utah +0.249 aapg_ah_427.html aapg_ah_427.html:808:103397:103414 Haymond Pottsville, Pennsylvania +0.444106 gsa_html_8638560961 gsa_html_8638560961:173:22333:22347 Duchesne River Uinta Mountains +0.262144 cspg_html_9729377176 cspg_html_9729377176:67:8524:8533 Baldonnel Victoria, British Columbia +0.262194 aapg_aa_348.html aapg_aa_348.html:109:9296:9302 Wilcox Chattanooga, Tennessee +0.488814 gsa_html_1368960700 gsa_html_1368960700:854:64350:64378 Green River Iran +0.247275 cspg_html_4659384530 cspg_html_4659384530:7:602:627 Beaverhill Swan Hill, Victoria +0.265278 aapg_af_444.html aapg_af_444.html:874:84500:84508 Columbia San Marcos, California +0.468618 aapg_aa_62.html aapg_aa_62.html:678:54350:54356 Cedros Trinidad and Tobago +0.252945 aapg_ae_909.html aapg_ae_909.html:12:1951:1963 Uscari Jamaica, Queens +0.37673 aapg_ai_468.html aapg_ai_468.html:195:24359:24376 Bossier Bossier City, Louisiana +0.273205 aapg_ae_605.html aapg_ae_605.html:75:11128:11138 Deer Creek Wabash and Erie Canal +0.259904 gsa_html_4593629541 gsa_html_4593629541:172:17273:17281 Colorado Portland, Maine +0.474096 gsa_html_4557277250 gsa_html_4557277250:624:57822:57843 Twin Creek Logan, Utah +0.244488 aapg_ah_329.html aapg_ah_329.html:193:18377:18396 Point Sal Casmalia Hills +0.242373 cspg_html_6545726692 cspg_html_6545726692:390:45662:45689 Yakataga Anchorage, Alaska +0.456762 aapg_ai_592.html aapg_ai_592.html:326:52818:52829 Green River Uinta Mountains +0.25137 cspg_html_2882882278 cspg_html_2882882278:77:13513:13531 Belcourt Belcourt, North Dakota +0.27162 cspg_html_2126655196 cspg_html_2126655196:6:468:478 Kananaskis Pennsylvania +0.254701 gsa_html_7137974267 gsa_html_7137974267:544:57955:57967 Saskatchewan Wollaston (Quincy, Massachusetts) +0.26673 geology_html_2132529104 geology_html_2132529104:225:23951:23969 Monterey California +0.254012 sedimentology_html_7053260653 sedimentology_html_7053260653:465:45173:45177 Hall London, Ontario +0.500325 cspg_html_8290572971 cspg_html_8290572971:275:37358:37381 Turner Valley Moose Mountain (Alberta) +0.48552 aapg_af_636.html aapg_af_636.html:352:40971:40980 Schoharie Jeffersonville, Indiana +0.498834 aapg_ae_740.html aapg_ae_740.html:73:10492:10499 Torrens Western world +0.259811 aapg_ah_169.html aapg_ah_169.html:29:3323:3330 Carache Venezuela +0.488048 aapg_ae_667.html aapg_ae_667.html:325:39897:39917 Flagstaff Colton, California +0.475722 aapg_ai_584.html aapg_ai_584.html:728:76662:76668 Casper Laramie, Wyoming +0.495645 cspg_html_3026112034 cspg_html_3026112034:743:73492:73530 Leduc Canada +0.259875 cspg_html_1814004928 cspg_html_1814004928:737:72315:72343 Wabamun Lacombe, Alberta +0.489915 aapg_ai_66.html aapg_ai_66.html:82:8578:8587 Mesaverde Larimer (Pittsburgh) +0.369984 aapg_aa_145.html aapg_aa_145.html:361:38440:38452 Nicola Kamloops +0.254178 aapg_ae_860.html aapg_ae_860.html:5:634:650 Chinle Santa Rosa, California +0.458436 aapg_ai_567.html aapg_ai_567.html:1237:157974:157980 Oregon South America +0.494334 cspg_html_6839937815 cspg_html_6839937815:126:17525:17542 Thaynes Great Basin +0.274476 palaios_html_2621173808 palaios_html_2621173808:60:7550:7560 Kananaskis Clearwater, Florida +0.25186 aapg_af_440.html aapg_af_440.html:417:41096:41099 Cid Villafranca +0.243033 cspg_html_1503116552 cspg_html_1503116552:355:54754:54779 Beaverhill Western world +0.44603 cspg_html_6985536436 cspg_html_6985536436:664:85391:85407 Kanguk Banks Island +0.242176 aapg_ai_771.html aapg_ai_771.html:117:11533:11552 Navesink Merchantville, New Jersey +0.28355 aapg_ah_441.html aapg_ah_441.html:18:2626:2637 Arkadelphia Arkadelphia, Arkansas +0.477954 aapg_aa_233.html aapg_aa_233.html:34:3878:3884 Cupido Matamoros, Tamaulipas +0.491934 sedimentology_html_5613495298 sedimentology_html_5613495298:1359:75343:75359 Chinle Arizona +0.534772 aapg_ae_369.html aapg_ae_369.html:62:7565:7575 Tuscaloosa Tuscaloosa, Alabama +0.488592 aapg_ae_715.html aapg_ae_715.html:62:10177:10207 Catahoula Houston +0.486864 aapg_ai_208.html aapg_ai_208.html:3:355:371 Peedee North Carolina +0.502244 aapg_ah_283.html aapg_ah_283.html:133:13980:14007 Cowlitz Washington (state) +0.278236 aapg_af_616.html aapg_af_616.html:161:12326:12338 Seven Rivers Ward County, North Dakota +0.501072 cspg_html_1188455526 cspg_html_1188455526:274:42885:42907 Eureka Sound Ellesmere Island +0.248712 aapg_ae_6.html aapg_ae_6.html:578:62702:62709 Edwards Texas +0.27522 aapg_ae_471.html aapg_ae_471.html:117:12163:12176 Cotton Valley Macedonia (region) +0.264901 cspg_html_1818321956 cspg_html_1818321956:474:48237:48251 Toad Liard River, British Columbia +0.474138 geology_html_5689737055 geology_html_5689737055:20:1391:1395 Hall Texas +0.49665 aapg_aa_4.html aapg_aa_4.html:276:36894:36910 Sonyea Middlesex +0.252928 gsa_html_1275728256 gsa_html_1275728256:784:67075:67086 Santa Clara California +0.495704 aapg_ad_335.html aapg_ad_335.html:283:33515:33536 Fort Union Fort Union Trading Post National Historic Site +0.249991 cspg_html_6032369756 cspg_html_6032369756:231:26926:26934 Edmonton Lacombe, Alberta +0.254976 gsa_html_1197940982 gsa_html_1197940982:234:21299:21310 Sierra Reno, Nevada +0.49248 aapg_aa_928.html aapg_aa_928.html:117:11972:11977 Yegua Washington (state) +0.488368 aapg_ad_37.html aapg_ad_37.html:109:11780:11784 Frio Polk County, Florida +0.259458 cspg_html_4395843019 cspg_html_4395843019:499:66730:66755 Beaverhill Lacombe, Alberta +0.505891 cspg_html_5456368738 cspg_html_5456368738:128:16605:16623 Ramparts Thunder Bay River +0.263592 aapg_ae_997.html aapg_ae_997.html:66:8758:8763 Price Victoria, British Columbia +0.477402 cspg_html_7297340324 cspg_html_7297340324:162:27462:27477 Gates Carmichael, California +0.501676 aapg_ae_345.html aapg_ae_345.html:424:31143:31153 Tuscaloosa Tuscaloosa, Alabama +0.482064 aapg_ac_509.html aapg_ac_509.html:196:16332:16338 Casper Cheyenne, Wyoming +0.240091 palaios_html_8895470583 palaios_html_8895470583:60:6915:6922 La Boca Trinidad and Tobago +0.461663 aapg_af_975.html aapg_af_975.html:123:20064:20071 Minturn Colorado +0.252568 gsa_html_1489580785 gsa_html_1489580785:63:4688:4706 Monterey California +0.245991 gsa_html_8881958017 gsa_html_8881958017:121:14756:14770 Brooklyn Greenwood, South Carolina +0.26361 gsa_html_9353787239 gsa_html_9353787239:930:83484:83501 Pioneer Flagstaff, Arizona +0.46812 gsa_html_1248650603 gsa_html_1248650603:13:616:625 Rochester Earth +0.288999 aapg_ae_961.html aapg_ae_961.html:133:10667:10685 Winnipeg Lake Winnipeg +0.251275 aapg_aa_713.html aapg_aa_713.html:60:5559:5567 Colorado North Carolina +0.274052 aapg_ac_366.html aapg_ac_366.html:419:42839:42856 Keefer Huntington, West Virginia +0.263652 aapg_ad_69.html aapg_ad_69.html:191:14961:14969 Cloverly Fort Union Trading Post National Historic Site +0.25584 aapg_af_22.html aapg_af_22.html:652:77650:77659 Athabasca Lacombe, Alberta +0.255252 aapg_af_888.html aapg_af_888.html:169:17610:17626 San Andres Sandhills (Carolina) +0.272964 aapg_ad_740.html aapg_ad_740.html:22:3631:3639 Niobrara Benton, Arkansas +0.252434 cspg_html_9689514766 cspg_html_9689514766:814:102204:102212 Montreal Ontario, California +0.343922 aapg_aa_813.html aapg_aa_813.html:419:44936:44957 Fort Union Cheyenne, Wyoming +0.246865 cspg_html_6121424055 cspg_html_6121424055:262:21137:21153 Besa River Victoria, British Columbia +0.236682 gsa_html_9053175553 gsa_html_9053175553:202:25745:25764 Flagstaff Flagstaff, Arizona +0.246973 jgeology_html_5981661056 jgeology_html_5981661056:727:56670:56691 Ohanapecosh Washington (state) +0.241868 cspg_html_4699684578 cspg_html_4699684578:298:35153:35173 Cairn Lacombe, Alberta +0.493954 aapg_ac_557.html aapg_ac_557.html:528:62099:62114 Wolfcamp Otero County, New Mexico +0.494252 aapg_ai_932.html aapg_ai_932.html:530:83978:83985 Temblor California +0.49495 cspg_html_1962846283 cspg_html_1962846283:663:75036:75041 Price Victoria, British Columbia +0.249919 aapg_af_551.html aapg_af_551.html:55:6223:6238 Kinderhook Ouray, Colorado +0.248992 gsa_html_6161161007 gsa_html_6161161007:592:45083:45089 Madrid Spain +0.499554 aapg_aa_415.html aapg_aa_415.html:247:33627:33633 Annona Clarksville, Tennessee +0.250677 aapg_ai_968.html aapg_ai_968.html:102:10315:10326 White River Colorado +0.48984 aapg_ae_72.html aapg_ae_72.html:287:25994:26010 Kaibab Arizona +0.500526 aapg_af_568.html aapg_af_568.html:212:22970:22978 Sundance Albany County, Wyoming +0.49408 gsa_html_5625878232 gsa_html_5625878232:106:14181:14198 Forbes California +0.259518 aapg_ah_955.html aapg_ah_955.html:81:12738:12759 Missisauga Logan Canyon +0.896553 aapg_aa_891.html aapg_aa_891.html:124:15282:15298 Olentangy Ohio +0.245 jgeology_html_4305195651 jgeology_html_4305195651:988:95742:95748 Gilboa Stamford, Lincolnshire +0.252984 aapg_af_822.html aapg_af_822.html:285:41732:41743 Schenectady Iowa +0.499118 cspg_html_6715452766 cspg_html_6715452766:27:5085:5107 Eureka Sound Eocene +0.26058 aapg_ah_656.html aapg_ah_656.html:478:45981:46004 Cherry Canyon Guadalupe Mountains National Park +0.253 aapg_ae_63.html aapg_ae_63.html:310:32271:32289 Adaville Absaroka +0.256036 gsa_html_8241338635 gsa_html_8241338635:933:87394:87402 Colorado Arizona +0.468312 aapg_ai_17.html aapg_ai_17.html:254:22312:22324 Sabine Alabama +0.488735 aapg_ae_187.html aapg_ae_187.html:203:22224:22230 Guelph Salina, Kansas +0.250965 sedimentology_html_3317453334 sedimentology_html_3317453334:1068:54609:54613 Hall London, Ontario +0.263626 gsa_html_3906036914 gsa_html_3906036914:474:47899:47911 Saskatchewan Canada +0.463995 gsa_html_4592916077 gsa_html_4592916077:853:61016:61034 Tsadaka Matanuska-Susitna Valley +0.247494 aapg_ae_296.html aapg_ae_296.html:35:3717:3730 Brushy Canyon Delaware +0.273812 cspg_html_2860054419 cspg_html_2860054419:42:5458:5477 Whirlpool Manitoulin Island +0.260592 aapg_ae_917.html aapg_ae_917.html:234:24907:24932 Battle Eagle River, Alaska +0.50505 aapg_aa_702.html aapg_aa_702.html:1642:156408:156420 Charles Regina, Saskatchewan +0.49192 aapg_ad_441.html aapg_ad_441.html:143:12136:12152 Navajo Logan, Utah +0.25414 aapg_ah_857.html aapg_ah_857.html:7:890:897 Chochal Guatemala +0.398739 gsa_html_5952049575 gsa_html_5952049575:927:87101:87122 Green River Cheyenne, Wyoming +0.474892 aapg_ae_73.html aapg_ae_73.html:630:86507:86517 Rio Grande Montgomery (town), New York +0.294998 aapg_ad_752.html aapg_ad_752.html:19:3412:3417 Tokio Texas +0.254976 aapg_ah_417.html aapg_ah_417.html:28:3863:3880 Pakowki Milk River, Alberta +0.25957 aapg_ah_265.html aapg_ah_265.html:7:863:880 Hanover Jamaica, Queens +0.4585 AMJC_html_3632105729 AMJC_html_3632105729:1008:106916:106922 Oregon California +0.253132 gsa_html_5096547935 gsa_html_5096547935:492:49082:49092 Blackstone Colorado +0.481265 aapg_ae_999.html aapg_ae_999.html:329:45769:45784 Tampa Melbourne, Florida +0.275094 jgeology_html_5471448181 jgeology_html_5471448181:249:22379:22395 Dakota Kayenta, Arizona +0.475629 aapg_aa_37.html aapg_aa_37.html:331:41298:41320 Gerster Logan, Utah +0.418907 cspg_html_7409170811 cspg_html_7409170811:7:591:597 Exshaw Lacombe, Alberta +0.243013 cspg_html_4664502755 cspg_html_4664502755:837:92536:92542 Denver Colorado +0.25608 gsa_html_7193789775 gsa_html_7193789775:415:42491:42496 Price Logan, Utah +0.255016 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31789:31799 Black Cove Gloucester, Massachusetts +0.489472 cspg_html_9941227593 cspg_html_9941227593:241:29767:29786 Lodgepole Williston Basin +0.258416 aapg_ac_246.html aapg_ac_246.html:453:44519:44539 Newcastle Cheyenne, Wyoming +0.479108 aapg_ac_667.html aapg_ac_667.html:78:7649:7678 Putnam Woods County, Oklahoma +0.49162 aapg_ah_318.html aapg_ah_318.html:979:99907:99926 Smackover Arkansas +0.500511 aapg_ah_645.html aapg_ah_645.html:536:65646:65651 Piper Williston, Vermont +0.878244 aapg_ah_160.html aapg_ah_160.html:300:35890:35911 Fossil Hill Manitoulin Island +0.260865 aapg_ae_574.html aapg_ae_574.html:292:41378:41396 Frontier Cheyenne, Wyoming +0.266742 geology_html_9628904338 geology_html_9628904338:78:10060:10068 Columbia Lacombe, Alberta +0.245448 cspg_html_9157093462 cspg_html_9157093462:315:42842:42850 Columbia Lacombe, Alberta +0.486402 cspg_html_6014123208 cspg_html_6014123208:464:57921:57928 Cadomin Regina, Saskatchewan +0.501491 cspg_html_2820961138 cspg_html_2820961138:88:13706:13727 Peace River Lacombe, Alberta +0.263571 aapg_ac_741.html aapg_ac_741.html:174:19332:19350 Niobrara Niobrara, Nebraska +0.25041 gsa_html_3019560124 gsa_html_3019560124:684:68839:68847 Virginia Virginia +0.259956 aapg_af_598.html aapg_af_598.html:35:3436:3448 Nowata Tulsa, Oklahoma +0.25047 geology_html_5045588189 geology_html_5045588189:186:21266:21276 Washington Mount Vernon, New York +0.484632 aapg_af_11.html aapg_af_11.html:813:79129:79137 Colorado San Miguel County, New Mexico +0.475741 aapg_af_494.html aapg_af_494.html:205:22039:22055 Boas River Southampton Island +0.37587 aapg_ae_71.html aapg_ae_71.html:3:160:171 Kaiparowits Colorado Plateau +0.249975 gsa_html_4043558744 gsa_html_4043558744:675:70397:70406 Extension England +0.514624 aapg_aa_298.html aapg_aa_298.html:639:85915:85930 Leduc Lacombe, Alberta +0.255009 geology_html_1762704695 geology_html_1762704695:16:856:862 Denver Colorado +0.25542 cspg_html_4205215905 cspg_html_4205215905:222:28055:28086 Elk Lacombe, Alberta +0.271942 aapg_ac_983.html aapg_ac_983.html:400:63005:63015 Plattsburg Kansas City, Kansas +0.243486 aapg_ad_921.html aapg_ad_921.html:7:791:805 Point Pleasant Bellevue, Nebraska +0.48034 aapg_ai_741.html aapg_ai_741.html:94:10724:10742 Traverse Detroit River International Wildlife Refuge +0.509894 aapg_af_542.html aapg_af_542.html:30:4389:4401 Wilcox Texas +0.487325 cspg_html_3597281324 cspg_html_3597281324:125:15154:15172 Scollard Saint Kitts and Nevis +0.4835 aapg_ac_55.html aapg_ac_55.html:280:33127:33134 Potomac Sea Isle City, New Jersey +0.259017 aapg_ai_991.html aapg_ai_991.html:93:10504:10534 Potomac Patapsco River +0.485645 jgeology_html_5764582297 jgeology_html_5764582297:540:37907:37915 Isachsen Hassel (Bergen) +0.46172 aapg_ak_104.html aapg_ak_104.html:489:48196:48212 Amsden Cheyenne, Wyoming +0.253935 aapg_ah_621.html aapg_ah_621.html:4:480:495 Molas Hermosa, Chicago +0.264158 aapg_ad_943.html aapg_ad_943.html:194:21499:21522 Turner Valley Elkton, Kentucky +0.26367 jgeology_html_6990146451 jgeology_html_6990146451:750:54671:54697 Hartselle Alabama +0.272994 aapg_ae_71.html aapg_ae_71.html:331:30786:30793 Entrada Summerville, South Carolina +0.677692 aapg_ac_805.html aapg_ac_805.html:157:20570:20597 Sioux Quartzite Nebraska +0.246456 aapg_ae_711.html aapg_ae_711.html:24:4103:4118 Atoka McAlester, Oklahoma +0.256542 geology_html_2099150727 geology_html_2099150727:15:651:657 Oregon Salem, Oregon +0.242048 aapg_ai_491.html aapg_ai_491.html:311:38938:38946 San Luis Southeast Asia +0.261085 geology_html_7613454065 geology_html_7613454065:325:25995:26004 Salisbury Netherlands +0.268842 gsa_html_1024107776 gsa_html_1024107776:1125:106884:106905 Mauch Chunk Pennsylvania +0.472192 aapg_ae_419.html aapg_ae_419.html:5030:284361:284370 San Pedro Chihuahua (state) +0.255 jgeology_html_8355852976 jgeology_html_8355852976:826:50024:50032 Colorado Loveland, Ohio +0.506121 aapg_af_561.html aapg_af_561.html:287:24532:24551 Cloverly Wasatch Range +0.522477 jgeology_html_9591757126 jgeology_html_9591757126:93:3431:3439 Victoria Victoria, British Columbia +0.475123 aapg_aa_654.html aapg_aa_654.html:10:1876:1882 Sandia New Mexico +0.521404 aapg_ah_528.html aapg_ah_528.html:515:54930:54937 Thaynes Boise, Idaho +0.459316 aapg_aa_718.html aapg_aa_718.html:513:54915:54925 Waynesburg Pennsylvania +0.488376 cspg_html_2749851978 cspg_html_2749851978:70:14486:14496 Kananaskis Bow River +0.460702 aapg_ah_187.html aapg_ah_187.html:7:704:713 Boquillas Austin, Chicago +0.23343 geology_html_4705110813 geology_html_4705110813:14:767:773 Oregon Salem, Oregon +0.840864 aapg_aa_23.html aapg_aa_23.html:760:97142:97167 Stony Mountain Manitoba +0.261 gsa_html_5394777952 gsa_html_5394777952:329:34906:34926 Candelaria Sierra Nevada (Spain) +0.25602 gsa_html_2374661120 gsa_html_2374661120:482:47807:47817 Bear River Snake River Canyon (Idaho) +0.45934 aapg_ac_91.html aapg_ac_91.html:590:47996:48008 Rundle Lacombe, Alberta +0.52671 aapg_ae_479.html aapg_ae_479.html:673:51878:51895 Tellico Douglas Lake +0.845474 aapg_ai_411.html aapg_ai_411.html:102:9511:9519 Niobrara Colorado +0.247955 aapg_ac_634.html aapg_ac_634.html:274:32010:32018 Wolfcamp Florida Panhandle +0.247434 aapg_af_887.html aapg_af_887.html:172:17611:17618 El Paso Carlsbad, New Mexico +0.508369 aapg_ac_876.html aapg_ac_876.html:213:21692:21700 Columbia Western world +0.473184 aapg_ae_187.html aapg_ae_187.html:238:26466:26474 Richmond Kentucky +0.242556 geology_html_4583734577 geology_html_4583734577:286:26650:26658 Sterling Virginia +0.40014 gsa_html_8951179545 gsa_html_8951179545:446:54799:54811 Wilcox Sevier orogeny +0.26334 aapg_ad_3.html aapg_ad_3.html:125:10512:10523 Beekmantown Pennsylvania +0.258039 aapg_ad_683.html aapg_ad_683.html:780:75722:75726 Rico Coconino County, Arizona +0.381275 cspg_html_6984906794 cspg_html_6984906794:961:65943:65952 Greenhorn Cheyenne, Wyoming +0.254464 cspg_html_6116883777 cspg_html_6116883777:1615:197987:198007 Peel Wales Island (British Columbia) +0.26818 cspg_html_3476862609 cspg_html_3476862609:15:1496:1506 Washington Quesnel Lake Airport +0.501144 aapg_aa_976.html aapg_aa_976.html:329:43835:43841 Dakota Sedalia, Missouri +0.23432 cspg_html_4293350162 cspg_html_4293350162:80:13116:13133 Livingstone Highwood, Illinois +0.469392 aapg_ai_17.html aapg_ai_17.html:686:49572:49581 Catahoula Red River of the North +0.520536 aapg_ah_703.html aapg_ah_703.html:82:9121:9127 Brazil El Salvador +0.672276 aapg_ah_633.html aapg_ah_633.html:107:15105:15127 Chickasawhay Suwannee County, Florida +0.24846 aapg_ai_584.html aapg_ai_584.html:980:102808:102816 Tensleep Cheyenne, Wyoming +0.437899 gsa_html_9888752348 gsa_html_9888752348:89:7498:7526 Green River Iran +0.246984 geology_html_1433230577 geology_html_1433230577:52:6008:6029 Sugar Amsterdam +0.253422 sedimentology_html_1574151857 sedimentology_html_1574151857:315:25951:25957 Oregon Washington (state) +0.51072 gsa_html_2877730818 gsa_html_2877730818:1165:97331:97359 Noonday Dolomite Death Valley +0.486213 geology_html_5825799037 geology_html_5825799037:49:4781:4808 Sheep Pass Sevier orogeny +0.249996 aapg_ac_807.html aapg_ac_807.html:606:59920:59928 Waccamaw Croatan Sound +0.478114 cspg_html_2113617629 cspg_html_2113617629:904:98934:98948 Colorado Canada +0.48204 cspg_html_3461588378 cspg_html_3461588378:260:34290:34298 Columbia Middle East +0.251 gsa_html_9181545711 gsa_html_9181545711:862:77691:77724 Colorado Colorado +0.494736 aapg_af_455.html aapg_af_455.html:254:24672:24699 Lee Kentucky +0.253967 gsa_html_2832151886 gsa_html_2832151886:773:64407:64427 Crowsnest Canada +0.266772 aapg_af_130.html aapg_af_130.html:200:34344:34380 Bakken Williston, Vermont +0.272363 aapg_ac_551.html aapg_ac_551.html:38:5813:5827 Frio Gulf Coast of the United States +0.254016 aapg_ai_696.html aapg_ai_696.html:526:60720:60728 Bathurst Nassau, Bahamas +0.85352 aapg_aa_105.html aapg_aa_105.html:220:23503:23509 Fernie Kootenay River +0.51342 aapg_aa_702.html aapg_aa_702.html:2032:177778:177784 Denver Colorado +0.254015 aapg_ah_415.html aapg_ah_415.html:8:934:942 Foremost Bow Island Airport +0.474631 aapg_ah_535.html aapg_ah_535.html:148:26066:26079 Blue Mountain Martinsburg, Nebraska +0.510048 aapg_ae_416.html aapg_ae_416.html:101:9896:9903 Anahuac Tampa, Florida +0.26818 aapg_ad_823.html aapg_ad_823.html:45:4214:4232 Kiamichi New Mexico +0.511147 gsa_html_8654362747 gsa_html_8654362747:77:7566:7594 Green River Colorado +0.271962 cspg_html_6116883777 cspg_html_6116883777:826:105409:105431 Barlow Inlet Little Cornwallis Island +0.257839 gsa_html_7102550258 gsa_html_7102550258:278:29753:29769 Carmel Colorado +0.488474 cspg_html_4298557570 cspg_html_4298557570:6:324:331 Bearpaw Edmonton, London +0.498916 aapg_ah_844.html aapg_ah_844.html:3:184:202 Tensleep Cheyenne, Wyoming +0.465689 aapg_aa_906.html aapg_aa_906.html:611:64820:64828 Colorado Cheyenne, Wyoming +0.247464 aapg_ai_107.html aapg_ai_107.html:685:61869:61886 Bossier Franklin County, Ohio +0.685216 aapg_ae_415.html aapg_ae_415.html:994:126052:126071 Catahoula Mississippi River +0.468768 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31793:31805 Entrada Carmel, Indiana +0.4845 aapg_ah_387.html aapg_ah_387.html:2586:278908:278917 Knoxville Tehama, California +0.381952 gsa_html_9666442487 gsa_html_9666442487:910:82887:82906 Ellis Bay Eastern Canada +0.488131 cspg_html_6984906794 cspg_html_6984906794:506:39264:39280 Walnut Goodland, Kansas +0.249936 aapg_ai_143.html aapg_ai_143.html:3:166:185 Foremost Southern Alberta +0.278236 aapg_af_779.html aapg_af_779.html:51:7772:7790 Traverse Antrim, County Antrim +0.484352 aapg_af_265.html aapg_af_265.html:343:28583:28589 Walker Mexico +0.260925 aapg_aa_95.html aapg_aa_95.html:151:14212:14218 Banner Cheyenne, Wyoming +0.240458 aapg_ah_972.html aapg_ah_972.html:771:78589:78594 Bluff Trinity County, Texas +0.482023 gsa_html_7565796237 gsa_html_7565796237:79:5154:5182 Green River Iran +0.482816 aapg_ai_159.html aapg_ai_159.html:591:67567:67582 Gatun Culebra, Puerto Rico +0.498188 cspg_html_7195301827 cspg_html_7195301827:13:2344:2350 Toroweap Logan, Utah +0.24617 geology_html_3107749784 geology_html_3107749784:17:1117:1127 Washington Seattle +0.258063 aapg_ae_66.html aapg_ae_66.html:226:22645:22654 Goose Egg Spearfish, South Dakota +0.492855 gsa_html_8614162917 gsa_html_8614162917:184:18440:18457 Chinle Kayenta, Arizona +0.489368 aapg_ae_415.html aapg_ae_415.html:955:119364:119373 Catahoula Smith County, Kansas +0.48762 aapg_af_854.html aapg_af_854.html:529:71457:71473 Warsaw Bloomington, Indiana +0.25344 cspg_html_8362959053 cspg_html_8362959053:304:29763:29788 Moosebar Lacombe, Alberta +0.25344 geology_html_5635176103 geology_html_5635176103:11:510:519 Rochester Rochester, Kent +0.719274 aapg_ac_92.html aapg_ac_92.html:117:12832:12847 Atoka Ouachita Mountains +0.484946 aapg_ad_2.html aapg_ad_2.html:618:90644:90663 Alto South Mountains (Arizona) +0.494769 aapg_ah_415.html aapg_ah_415.html:55:5843:5862 Bow Island Bow Island Airport +0.276051 aapg_af_303.html aapg_af_303.html:56:4742:4757 Davis Atoka, Oklahoma +0.271906 aapg_ae_354.html aapg_ae_354.html:162:15858:15876 Niobrara Niobrara, Nebraska +0.239659 geology_html_8381924936 geology_html_8381924936:19:728:734 Reston Virginia +0.278684 aapg_ai_571.html aapg_ai_571.html:4:872:877 Nopah Great Basin +0.46752 gsa_html_8241293202 gsa_html_8241293202:310:31183:31190 Concord Chelmsford, Massachusetts +0.503304 aapg_ae_519.html aapg_ae_519.html:251:27370:27389 Brallier Chemung, New York +0.689333 aapg_ae_5.html aapg_ae_5.html:37:4439:4453 Earp Earp, California +0.5035 geology_html_4457003230 geology_html_4457003230:306:25481:25501 Pottsville Tuscaloosa, Alabama +0.485077 aapg_ae_472.html aapg_ae_472.html:262:31210:31231 Anita San Antonio +0.309456 aapg_ae_223.html aapg_ae_223.html:72:8786:8804 Frontier Cheyenne, Wyoming +0.256035 gsa_html_2369908260 gsa_html_2369908260:1198:116963:116975 Independence Lone Pine, California +0.251835 aapg_ae_919.html aapg_ae_919.html:5:784:790 Denver Colorado +0.356286 aapg_ah_821.html aapg_ah_821.html:158:16160:16177 Dakota San Juan, Argentina +0.488889 gsa_html_6837536663 gsa_html_6837536663:59:3817:3845 Green River Colorado +0.28026 aapg_ae_397.html aapg_ae_397.html:18:2117:2133 Paluxy Paluxy, Texas +0.057015 aapg_ah_96.html aapg_ah_96.html:571:65727:65741 Stony Mountain Red River of the North +0.252685 gsa_html_5865982995 gsa_html_5865982995:597:65084:65109 Sheep Pass Reno, Nevada +0.503382 aapg_aa_906.html aapg_aa_906.html:17:2532:2549 Wasatch Fort Union Trading Post National Historic Site +0.496164 gsa_html_9859522168 gsa_html_9859522168:326:34868:34896 Green River Iran +0.263144 cspg_html_9222238695 cspg_html_9222238695:593:67358:67366 Columbia Victoria, British Columbia +0.82264 aapg_ac_313.html aapg_ac_313.html:190:22266:22282 Campur Guatemala +0.371745 aapg_ad_864.html aapg_ad_864.html:1129:57594:57608 Choctawhatchee Melbourne, Florida +0.474832 aapg_ah_505.html aapg_ah_505.html:538:40941:40958 Parting Colorado +0.477989 cspg_html_9587281669 cspg_html_9587281669:88:15757:15765 Deadwood Milk River, Alberta +0.247883 gsa_html_2729737430 gsa_html_2729737430:966:97173:97179 Oregon Boise, Idaho +0.265029 gsa_html_8003826422 gsa_html_8003826422:69:7461:7485 Morrison Sierra Nevada (Spain) +0.479632 aapg_ae_23.html aapg_ae_23.html:454:50041:50051 Rio Grande Amsterdam +0.272986 gsa_html_4988837375 gsa_html_4988837375:300:26892:26896 Bond North Atlantic Current +0.448212 aapg_ae_71.html aapg_ae_71.html:311:28790:28808 Wingate Kayenta, Arizona +0.47337 aapg_ae_537.html aapg_ae_537.html:1006:116418:116426 La Habra California +0.506476 aapg_ad_683.html aapg_ad_683.html:512:51314:51330 Toroweap Coconino County, Arizona +0.260019 geology_html_3063573353 geology_html_3063573353:257:24601:24605 Hall Closter, New Jersey +0.255016 cspg_html_8740534160 cspg_html_8740534160:165:21075:21084 Gog Purcell Mountains +0.476424 gsa_html_8231978293 gsa_html_8231978293:861:68916:68944 Green River Iran +0.49234 aapg_af_636.html aapg_af_636.html:376:44198:44210 Crab Orchard Cincinnati +0.2604 aapg_ad_0.html aapg_ad_0.html:159:15685:15703 Starved Rock Glenwood, Utah +0.481792 gsa_html_4785200468 gsa_html_4785200468:148:13551:13557 Seneca Cayuga, Ontario +0.260036 cspg_html_2026880958 cspg_html_2026880958:296:31005:31013 Coalspur Lacombe, Alberta +0.481514 aapg_ae_886.html aapg_ae_886.html:603:59054:59071 Kaibab McKee, Kentucky +0.259904 aapg_ai_958.html aapg_ai_958.html:73:6956:6964 Oakville Newton County, Georgia +0.265558 aapg_ai_696.html aapg_ai_696.html:46:5579:5604 Strathearn Elko County, Nevada +0.489684 palaios_html_5334521487 palaios_html_5334521487:483:57669:57688 Gosport Sand Alabama +0.257024 AMJC_html_7984049819 AMJC_html_7984049819:975:98987:99004 Kittery New Hampshire +0.480868 palaios_html_6605749307 palaios_html_6605749307:696:59735:59741 Oxford Logan, Utah +0.246356 palaios_html_2736581987 palaios_html_2736581987:73:8917:8932 Hueco New Mexico +0.46494 aapg_ae_876.html aapg_ae_876.html:390:42681:42689 Colorado Tuba City, Arizona +0.452814 aapg_af_221.html aapg_af_221.html:3:386:394 Saratoga Texas +0.277992 aapg_ah_536.html aapg_ah_536.html:395:51835:51842 Rodessa Texas +0.489477 aapg_af_479.html aapg_af_479.html:683:72725:72735 Point Loma California +0.84575 aapg_ae_305.html aapg_ae_305.html:1092:94573:94578 Colon Venezuela +0.468224 aapg_ai_720.html aapg_ai_720.html:462:45699:45707 Virginia Delaware +0.257983 aapg_ai_584.html aapg_ai_584.html:844:89877:89889 Red Mountain Cheyenne, Wyoming +0.239021 aapg_ah_0.html aapg_ah_0.html:108:16416:16424 Colorado Denver +0.249639 sedimentology_html_4432289902 sedimentology_html_4432289902:611:53122:53142 Englishtown Sea Girt, New Jersey +0.246132 cspg_html_7544078524 cspg_html_7544078524:278:35182:35210 Wabamun Lacombe, Alberta +0.48384 AMJC_html_1767296229 AMJC_html_1767296229:14:791:796 Queen Ontario, California +0.25146 cspg_html_5541937700 cspg_html_5541937700:207:29588:29596 Columbia Lacombe, Alberta +0.2575 aapg_ac_530.html aapg_ac_530.html:450:43885:43889 Vail Sudan +0.2626 cspg_html_1025724640 cspg_html_1025724640:730:80473:80486 Potsdam Quebec City +0.501804 gsa_html_9122335434 gsa_html_9122335434:31:2911:2939 Green River Iran +0.454125 aapg_aa_644.html aapg_aa_644.html:122:14261:14269 Cloverly Cedar Mountains +0.247955 gsa_html_2989317971 gsa_html_2989317971:368:42373:42395 Challis Boise, Idaho +0.46763 aapg_ae_4.html aapg_ae_4.html:74:9036:9058 Water Canyon Logan, Utah +0.24645 aapg_af_308.html aapg_af_308.html:28:2863:2869 Pocono Greenbrier (Great Smoky Mountains) +0.512458 gsa_html_5522350521 gsa_html_5522350521:759:80901:80929 Green River Colorado +0.263652 aapg_ae_454.html aapg_ae_454.html:127:10286:10293 Bossier Shreveport, Louisiana +0.279552 aapg_ah_271.html aapg_ah_271.html:71:8682:8712 Cotton Valley Texas +0.265684 aapg_ae_66.html aapg_ae_66.html:246:24981:24990 Popo Agie John Crow Mountains +0.455529 aapg_ai_583.html aapg_ai_583.html:4:514:522 Sundance Cheyenne, Wyoming +0.48616 gsa_html_8669219468 gsa_html_8669219468:12:550:583 Paradise Phoenix, Arizona +0.4959 cspg_html_2253842195 cspg_html_2253842195:7:676:684 Columbia Western Canadian Sedimentary Basin +0.274567 geology_html_7895074591 geology_html_7895074591:374:27681:27686 Price Sellwood Bridge +0.273942 cspg_html_2408887763 cspg_html_2408887763:171:22781:22787 Viking Elkton, Kentucky +0.530472 aapg_af_479.html aapg_af_479.html:755:79505:79514 San Diego California +0.474892 aapg_af_839.html aapg_af_839.html:407:35250:35262 Grand Rapids Kalamazoo, Michigan +0.499465 aapg_ae_253.html aapg_ae_253.html:116:13814:13827 Cotton Valley Pine Island (Lee County, Florida) +0.259065 jgeology_html_9215313444 jgeology_html_9215313444:436:32723:32733 Washington Spokane, Washington +0.255528 gsa_html_4719798013 gsa_html_4719798013:396:40584:40609 Blackwater Draw Texas +0.863464 cspg_html_4403434336 cspg_html_4403434336:249:28699:28708 Allen Bay Ellesmere Island +0.485434 cspg_html_7404699681 cspg_html_7404699681:379:37296:37324 Elk Lacombe, Alberta +0.269297 aapg_af_333.html aapg_af_333.html:237:23546:23555 Allegheny San Fernando Valley +0.480681 gsa_html_8035658736 gsa_html_8035658736:1027:108892:108902 Washington Boise, Idaho +0.252374 aapg_ac_366.html aapg_ac_366.html:39:6219:6239 Queenston Juniata County School District +0.488335 cspg_html_1894459898 cspg_html_1894459898:303:33374:33385 Bluff Lacombe, Alberta +0.477732 cspg_html_3966956195 cspg_html_3966956195:403:37033:37049 George Northeast Greenland National Park +0.506736 aapg_ah_779.html aapg_ah_779.html:211:38413:38420 Catheys Colorado +0.27931 aapg_ae_73.html aapg_ae_73.html:135:18575:18591 Sandia Atoka, Oklahoma +0.251835 geology_html_4825073774 geology_html_4825073774:342:27433:27436 Rye Colorado +0.265932 cspg_html_7083999793 cspg_html_7083999793:163:17339:17347 Columbia Lacombe, Alberta +0.250458 cspg_html_1565769407 cspg_html_1565769407:105:14645:14656 Mabou Cape Breton Island +0.364572 aapg_ad_800.html aapg_ad_800.html:114:13806:13811 Eutaw Alabama +0.496392 aapg_ac_441.html aapg_ac_441.html:22:2924:2933 Littleton Cheyenne, Wyoming +0.2562 gsa_html_7012936645 gsa_html_7012936645:192:21239:21268 Martinsburg Dauphin, Pennsylvania +0.38862 aapg_ai_584.html aapg_ai_584.html:797:84125:84141 Casper Laramie, Wyoming +0.487863 sedimentology_html_9607046159 sedimentology_html_9607046159:79:8006:8016 Washington Victoria, British Columbia +0.242063 aapg_ae_171.html aapg_ae_171.html:281:24355:24363 Colorado Canyon City, Oregon +0.243024 cspg_html_9354781888 cspg_html_9354781888:794:59653:59662 Athabasca Lacombe, Alberta +0.270738 cspg_html_8568877195 cspg_html_8568877195:638:78170:78196 Belly River Canada +0.27612 cspg_html_7350557114 cspg_html_7350557114:224:23805:23810 Canol Mackenzie River +0.467864 cspg_html_3772380029 cspg_html_3772380029:651:80452:80472 St. Edmund Manitoulin Island +0.254464 geology_html_1986444555 geology_html_1986444555:204:19586:19591 Logan Anchorage, Alaska +0.476286 aapg_aa_106.html aapg_aa_106.html:230:21269:21281 Winnipegosis Regina, Saskatchewan +0.247005 sedimentology_html_5673709888 sedimentology_html_5673709888:964:42141:42155 Hawthorn Melbourne, Florida +0.468 cspg_html_4976670191 cspg_html_4976670191:277:34253:34261 Columbia Elk Valley (British Columbia) +0.256968 cspg_html_8250755331 cspg_html_8250755331:546:62407:62427 Milk River Lacombe, Alberta +0.475551 aapg_ah_469.html aapg_ah_469.html:234:17640:17655 Queen Texas +0.24432 aapg_ae_472.html aapg_ae_472.html:307:37551:37556 Colon Colombia +0.24892 aapg_af_509.html aapg_af_509.html:48:7414:7431 Florida Mountains New Mexico +0.2751 aapg_ah_903.html aapg_ah_903.html:8:501:507 Reston Virginia +0.261542 aapg_ai_280.html aapg_ai_280.html:337:31522:31527 Logan Mexico +0.245847 gsa_html_1617077506 gsa_html_1617077506:1109:101312:101331 Dezadeash Jura Mountains +0.4966 aapg_aa_745.html aapg_aa_745.html:386:45192:45205 Brushy Canyon New Mexico +0.273 aapg_ae_841.html aapg_ae_841.html:47:4030:4038 Virginia Maryland +0.265734 aapg_ac_490.html aapg_ac_490.html:234:30427:30435 Dunvegan Boulder Creek (Colorado) +0.251122 sedimentology_html_6434577006 sedimentology_html_6434577006:228:12341:12344 Gog Mount Assiniboine Provincial Park +0.50944 aapg_aa_737.html aapg_aa_737.html:28:3527:3545 Michigan Salina, Kansas +0.251446 sedimentology_html_2258839384 sedimentology_html_2258839384:728:70883:70893 Pittsburgh Uxmal +0.491825 gsa_html_6498278239 gsa_html_6498278239:757:70710:70738 Green River Colorado +0.36573 aapg_ai_51.html aapg_ai_51.html:5:765:784 Nanafalia Alabama +0.465842 aapg_ai_567.html aapg_ai_567.html:369:45633:45639 Sierra Jamaica, Queens +0.5018 gsa_html_6194837075 gsa_html_6194837075:749:48596:48606 Fort Worth Texas +0.272468 aapg_ad_653.html aapg_ad_653.html:116:15272:15278 Nansen New Siberian Islands +0.263144 aapg_aa_357.html aapg_aa_357.html:411:38569:38586 Wingate Logan, Utah +0.509124 aapg_ah_871.html aapg_ah_871.html:17:2421:2437 Chazy Quebec City +0.498123 aapg_af_551.html aapg_af_551.html:933:77371:77391 Keokuk Iowa +0.247504 cspg_html_5295390542 cspg_html_5295390542:476:51087:51117 Doig Lacombe, Alberta +0.42528 aapg_ad_800.html aapg_ad_800.html:106:12327:12337 Mooreville Alabama +0.48165 palaios_html_9789679615 palaios_html_9789679615:850:83330:83339 Flagstaff India +0.270111 aapg_ai_980.html aapg_ai_980.html:220:18154:18169 Swift Cut Bank, Montana +0.469392 gsa_html_6423424604 gsa_html_6423424604:1307:113663:113669 Forest Boulder Creek (Colorado) +0.457413 cspg_html_4374961624 cspg_html_4374961624:11:1203:1210 Chetang Mount Robson Provincial Park +0.245338 gsa_html_1662492421 gsa_html_1662492421:737:62882:62892 Washington Columbia Valley +0.258048 cspg_html_5832944175 cspg_html_5832944175:22:2862:2870 Columbia Victoria, British Columbia +0.530909 aapg_ac_629.html aapg_ac_629.html:89:13393:13403 Citronelle Oberlin, Ohio +0.698836 aapg_ad_152.html aapg_ad_152.html:2050:269924:269945 Strathearn Reno, Nevada +0.239478 aapg_ah_311.html aapg_ah_311.html:371:40795:40805 Fort Union Wasatch Range +0.934092 aapg_ae_876.html aapg_ae_876.html:673:71440:71452 Dakota Arizona +0.27666 sedimentology_html_5918041124 sedimentology_html_5918041124:1071:78199:78205 Conway Austin, Chicago +0.699833 aapg_ae_69.html aapg_ae_69.html:183:20419:20446 Chinle Logan, Utah +0.474705 aapg_aa_423.html aapg_aa_423.html:39:4980:4996 Rustler Pecos River +0.268125 aapg_ad_424.html aapg_ad_424.html:66:6523:6546 Ogallala Llano Estacado +0.257013 sedimentology_html_6930678843 sedimentology_html_6930678843:1430:85444:85450 Provo Pyrenees +0.277182 aapg_ad_152.html aapg_ad_152.html:1806:234726:234742 Kaibab Logan, Utah +0.264554 cspg_html_3772380029 cspg_html_3772380029:1415:149714:149733 Stonewall Manitoba +0.487407 aapg_ae_608.html aapg_ae_608.html:418:49754:49762 Colorado Denver +0.257526 aapg_ad_808.html aapg_ad_808.html:833:54236:54251 Stump Boise, Idaho +0.248601 gsa_html_3613642206 gsa_html_3613642206:778:71528:71538 Washington Seattle +0.484946 aapg_ad_564.html aapg_ad_564.html:8758:784868:784874 Oregon Washington (state) +0.244518 cspg_html_7988775280 cspg_html_7988775280:426:60755:60779 Athabasca Lacombe, Alberta +0.25452 aapg_ah_318.html aapg_ah_318.html:1096:112633:112656 Cotton Valley Shreveport, Louisiana +0.259077 aapg_ad_983.html aapg_ad_983.html:221:19531:19568 Williamsport Onondaga (tribe) +0.248346 cspg_html_4974799860 cspg_html_4974799860:9:854:859 Flume Germany +0.477594 cspg_html_6472484014 cspg_html_6472484014:116:15218:15238 La Vieille New Brunswick, New Jersey +0.359903 aapg_ae_73.html aapg_ae_73.html:385:50199:50206 Entrada Las Vegas Strip +0.254701 aapg_af_138.html aapg_af_138.html:11:1089:1099 Reedsville Martinsburg, Nebraska +0.244027 aapg_ac_373.html aapg_ac_373.html:739:82399:82408 Peninsula Murmansk Oblast +0.2525 aapg_aa_898.html aapg_aa_898.html:219:25211:25230 Flagstaff Flagstaff, Arizona +0.255474 aapg_ae_419.html aapg_ae_419.html:1338:106667:106679 Huayacocotla Tampico, Illinois +0.24156 aapg_aa_641.html aapg_aa_641.html:55:8206:8212 Madrid Spain +0.462168 cspg_html_6675007047 cspg_html_6675007047:753:72658:72685 Athabasca Lacombe, Alberta +0.50688 aapg_ai_388.html aapg_ai_388.html:172:16685:16702 Wasatch Wasatch Range +0.269325 gsa_html_1337782073 gsa_html_1337782073:15:663:669 Reston Virginia +0.230111 aapg_ah_372.html aapg_ah_372.html:5:913:931 Rockdale Texas +0.26416 aapg_ac_450.html aapg_ac_450.html:201:24529:24539 Santa Cruz Santa Cruz, California +0.50166 aapg_ae_961.html aapg_ae_961.html:297:22178:22184 Dakota Benton, Arkansas +0.249344 gsa_html_9888343667 gsa_html_9888343667:256:23936:23943 Madison California +0.265216 sedimentology_html_3551451315 sedimentology_html_3551451315:936:30454:30465 Montpellier Mexico +0.256 cspg_html_1242153796 cspg_html_1242153796:22:3184:3192 Columbia Victoria, British Columbia +0.4785 aapg_aa_626.html aapg_aa_626.html:5:816:824 Patuxent Baltimore +0.490496 aapg_ad_808.html aapg_ad_808.html:801:52235:52255 Twin Creek Boise, Idaho +0.489402 cspg_html_4937997995 cspg_html_4937997995:12:816:841 Severn River Churchill River (Atlantic) +0.49685 aapg_aa_976.html aapg_aa_976.html:233:28376:28383 Chanute Plattsburg, Missouri +0.252003 aapg_ai_326.html aapg_ai_326.html:308:37142:37150 Virginia Huntington, West Virginia +0.232764 gsa_html_8233590118 gsa_html_8233590118:875:80412:80431 Athabasca Lacombe, Alberta +0.700876 aapg_ac_702.html aapg_ac_702.html:361:37547:37557 Deer Creek Atchison, Kansas +0.487956 sedimentology_html_9410532865 sedimentology_html_9410532865:1626:111721:111739 Wasatch Cheyenne, Wyoming +0.256793 cspg_html_2208643572 cspg_html_2208643572:395:49662:49678 Fernie Lacombe, Alberta +0.369944 aapg_aa_685.html aapg_aa_685.html:194:18146:18155 Flagstaff Salina, Kansas +0.247476 gsa_html_6738340121 gsa_html_6738340121:711:65376:65386 Provo Great Basin +0.497424 aapg_af_509.html aapg_af_509.html:236:31377:31381 Deal Hidalgo County, New Mexico +0.248446 cspg_html_8612721867 cspg_html_8612721867:424:50955:50969 Woodbend Lacombe, Alberta +0.261096 cspg_html_9354781888 cspg_html_9354781888:47:9220:9228 Columbia Victoria, British Columbia +0.467622 gsa_html_7808051457 gsa_html_7808051457:791:77566:77583 Manitou Colorado +0.26826 aapg_ai_334.html aapg_ai_334.html:57:6429:6436 Rabinal Santa Rosa, California +0.483406 sedimentology_html_8488362853 sedimentology_html_8488362853:1378:107567:107585 Dunvegan Ganges +0.484078 aapg_ad_169.html aapg_ad_169.html:544:60964:60984 Greenbrier Rittenhouse Square +0.262656 aapg_ae_711.html aapg_ae_711.html:41:6244:6265 Hartshorne Atoka, Oklahoma +0.259017 aapg_ai_514.html aapg_ai_514.html:96:11471:11486 Salt Lake Boise, Idaho +0.258 aapg_aa_47.html aapg_aa_47.html:688:83657:83664 Minturn Madera County, California +0.266231 aapg_ah_3.html aapg_ah_3.html:395:51575:51608 Bighorn Dolomite Cheyenne, Wyoming +0.454125 aapg_ad_178.html aapg_ad_178.html:47:4592:4607 Belcher Channel Victoria, British Columbia +0.259588 gsa_html_3380395839 gsa_html_3380395839:48:4715:4725 Washington Anchorage, Alaska +0.244474 aapg_ae_783.html aapg_ae_783.html:11:1794:1826 Sycamore Ouachita Mountains +0.246007 aapg_ai_385.html aapg_ai_385.html:189:17981:17985 Word San Angelo, Texas +0.255712 palaios_html_2623970001 palaios_html_2623970001:562:53527:53541 Beaufort South Africa +0.495726 aapg_af_854.html aapg_af_854.html:524:70507:70519 Locust Point Bloomington, Indiana +0.481194 cspg_html_1114211412 cspg_html_1114211412:504:63178:63195 Gething Canada +0.24384 aapg_af_502.html aapg_af_502.html:790:91591:91610 Leadville Colorado +0.265398 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3491:3503 Salina Guelph +0.475134 geology_html_1877077018 geology_html_1877077018:12:555:565 Washington Seattle +0.49408 aapg_ac_423.html aapg_ac_423.html:77:9093:9103 Rio Grande Almeida Theatre +0.247995 aapg_ae_999.html aapg_ae_999.html:321:44560:44581 Danville Landing Texas +0.275589 gsa_html_1164021120 gsa_html_1164021120:12:474:480 Oregon Salem, Oregon +0.240548 aapg_ad_683.html aapg_ad_683.html:300:32820:32826 Hermit Supai, Arizona +0.511884 aapg_ac_629.html aapg_ac_629.html:136:19000:19010 Citronelle Oberlin, Ohio +0.440201 aapg_af_497.html aapg_af_497.html:786:73653:73659 Pueblo Colorado +0.471311 gsa_html_6426465509 gsa_html_6426465509:543:47863:47873 Washington Reston, Virginia +0.26058 aapg_ae_370.html aapg_ae_370.html:653:65582:65588 Oregon Washington (state) +0.259017 aapg_ad_785.html aapg_ad_785.html:856:93790:93809 Fountain Des Moines, Washington +0.480768 jgeology_html_4305195651 jgeology_html_4305195651:604:76437:76461 Slide Mountain Wayne County, Michigan +0.255524 cspg_html_6014123208 cspg_html_6014123208:591:66114:66133 Athabasca Canada +0.496392 sedimentology_html_5928847406 sedimentology_html_5928847406:30:1650:1656 Guelph Canada +0.494592 AMJC_html_7085584544 AMJC_html_7085584544:867:91666:91674 Michigan Michigan +0.488889 gsa_html_3281444038 gsa_html_3281444038:30:2877:2905 Green River Colorado +0.26312 aapg_ad_401.html aapg_ad_401.html:147:11496:11503 Andrews Fort Union Trading Post National Historic Site +0.432785 gsa_html_5865982995 gsa_html_5865982995:1442:151232:151240 Colorado Colorado +0.2585 aapg_af_116.html aapg_af_116.html:903:72490:72505 Huizachal Mexico +0.262566 cspg_html_8145657505 cspg_html_8145657505:197:29086:29102 Banff Lacombe, Alberta +0.26058 aapg_af_616.html aapg_af_616.html:262:21810:21820 San Andres Crockett County, Tennessee +0.49305 gsa_html_4038604474 gsa_html_4038604474:17:1033:1040 Windsor Ontario, California +0.46812 AMJC_html_5421639085 AMJC_html_5421639085:431:46795:46804 Penobscot Potomac, Maryland +0.274052 aapg_af_48.html aapg_af_48.html:492:42949:42966 Shakopee Wisconsin +0.252506 cspg_html_3518879351 cspg_html_3518879351:6:341:364 Wood Mountain Regina, Saskatchewan +0.479182 aapg_ah_3.html aapg_ah_3.html:395:51461:51483 Chazy Cheyenne, Wyoming +0.241056 aapg_ai_553.html aapg_ai_553.html:188:23413:23421 Wolfcamp Lea County Regional Airport +0.380538 cspg_html_6895078083 cspg_html_6895078083:270:29361:29378 Heiberg Ellesmere Island +0.449123 aapg_ae_260.html aapg_ae_260.html:58:7670:7684 Word Texas +0.43035 aapg_aa_913.html aapg_aa_913.html:464:33499:33514 Buda Austin, Chicago +0.268602 aapg_ae_391.html aapg_ae_391.html:735:74320:74334 Salado Delaware +0.241839 sedimentology_html_8829282630 sedimentology_html_8829282630:2197:112410:112414 Wise Southern Ocean +0.250976 aapg_ac_440.html aapg_ac_440.html:378:50746:50763 El Abra Mexico +0.246512 palaios_html_9451646650 palaios_html_9451646650:936:82377:82381 Leon Spain +0.472787 aapg_ac_621.html aapg_ac_621.html:169:13964:13978 Bern Burlingame, California +0.43409 cspg_html_3804945581 cspg_html_3804945581:50:5029:5055 Horseshoe Canyon Saint Kitts and Nevis +0.260952 aapg_ah_498.html aapg_ah_498.html:137:11273:11284 Sparta Charlotte, North Carolina +0.486837 palaios_html_3889678675 palaios_html_3889678675:1233:114068:114084 Viking Lacombe, Alberta +0.252374 sedimentology_html_7094790029 sedimentology_html_7094790029:867:63744:63749 Rapid Republic of China +0.246015 aapg_ah_645.html aapg_ah_645.html:419:50666:50686 Twin Creek Williston, Vermont +0.4645 aapg_ac_835.html aapg_ac_835.html:1306:183088:183094 Denver Cheyenne, Wyoming +0.246993 gsa_html_4415818938 gsa_html_4415818938:1051:74376:74382 Brazil Almeida Theatre +0.265734 aapg_ae_416.html aapg_ae_416.html:187:16571:16577 Moscow Polk County, Florida +0.255747 gsa_html_3069013284 gsa_html_3069013284:39:3723:3739 Chinle Earth +0.478042 cspg_html_8121999081 cspg_html_8121999081:113:14120:14124 Vail Denver +0.281418 aapg_af_131.html aapg_af_131.html:665:66513:66539 Dewey Lake Texas +0.502765 cspg_html_6577476978 cspg_html_6577476978:353:43092:43109 Cardium Lacombe, Alberta +0.4775 gsa_html_9052101586 gsa_html_9052101586:466:55923:55952 Lake Michigan Peoria, Illinois +0.282448 aapg_ac_315.html aapg_ac_315.html:98:10968:10981 Dinwoody Western world +0.251904 aapg_af_650.html aapg_af_650.html:12:1695:1713 Dewey Lake Salado, Texas +0.507416 aapg_ae_74.html aapg_ae_74.html:378:34498:34506 Moenkopi Chinle Formation +0.2626 aapg_ae_795.html aapg_ae_795.html:446:50836:50841 Molas Merrill, Wisconsin +0.479574 aapg_aa_114.html aapg_aa_114.html:238:26499:26506 La Joya Mexico +0.240096 aapg_aa_718.html aapg_aa_718.html:539:58851:58861 Waynesburg Pennsylvania +0.514345 cspg_html_4943597281 cspg_html_4943597281:6:373:379 Viking Lacombe, Alberta +0.4656 aapg_ah_536.html aapg_ah_536.html:714:81444:81469 Fredericksburg Austin, Chicago +0.254388 cspg_html_6116883777 cspg_html_6116883777:646:84959:84981 Goose Fiord Bathurst Island (Northern Territory) +0.257 aapg_ah_644.html aapg_ah_644.html:276:33256:33261 Swift Regina, Saskatchewan +0.259956 aapg_af_133.html aapg_af_133.html:811:77733:77739 Salina Michigan +0.253302 sedimentology_html_3907918417 sedimentology_html_3907918417:16:1118:1136 Dunvegan Canada +0.495126 gsa_html_1382394008 gsa_html_1382394008:870:70327:70355 Green River New Mexico +0.496125 gsa_html_6062330506 gsa_html_6062330506:716:72278:72294 Salado Carlsbad, New Mexico +0.24947 cspg_html_7779401416 cspg_html_7779401416:194:23706:23726 Whirlpool Manitoulin Island +0.25602 aapg_af_637.html aapg_af_637.html:154:16512:16521 Coldwater Allegan, Michigan +0.251446 aapg_ac_720.html aapg_ac_720.html:67:9090:9112 Hornerstown Navesink River +0.22834 aapg_ac_333.html aapg_ac_333.html:468:59188:59218 Elephant Canyon Logan, Utah +0.252865 gsa_html_5628658687 gsa_html_5628658687:41:3038:3052 Red Rock Arizona +0.49187 cspg_html_8727758678 cspg_html_8727758678:641:21485:21490 Yukon Watson Lake (Arizona) +0.406808 cspg_html_3772380029 cspg_html_3772380029:618:76607:76661 Severn River River Severn +0.479465 aapg_ai_433.html aapg_ai_433.html:25:3514:3522 Monterey California +0.708156 aapg_ae_73.html aapg_ae_73.html:384:49878:49885 Entrada San Juan Mountains +0.249964 gsa_html_5539636252 gsa_html_5539636252:547:54001:54010 Peninsula Italy +0.250318 aapg_ai_150.html aapg_ai_150.html:207:19602:19614 Exshaw Lacombe, Alberta +0.26162 cspg_html_8568877195 cspg_html_8568877195:120:21237:21263 Belly River Western world +0.366165 cspg_html_6193252551 cspg_html_6193252551:525:60606:60640 Romaine Quebec City +0.50439 aapg_ai_366.html aapg_ai_366.html:26:2858:2864 Lissie Beaumont, Texas +0.265189 cspg_html_5973552270 cspg_html_5973552270:75:11018:11039 Slave Point Lacombe, Alberta +0.27089 cspg_html_3271078123 cspg_html_3271078123:60:5976:5995 Waterways Lacombe, Alberta +0.480255 gsa_html_3378098342 gsa_html_3378098342:47:3064:3092 Green River Iran +0.466092 aapg_ah_387.html aapg_ah_387.html:3051:337244:337253 Knoxville Knoxville, Illinois +0.252434 cspg_html_9729377176 cspg_html_9729377176:951:106719:106737 Pardonet Victoria, British Columbia +0.268686 aapg_ah_847.html aapg_ah_847.html:84:9783:9803 Vincentown New Egypt, New Jersey +0.479044 aapg_ac_688.html aapg_ac_688.html:143:14819:14830 Green River Uinta Mountains +0.290377 aapg_ae_465.html aapg_ae_465.html:174:18475:18488 Cotton Valley Paluxy, Texas +0.47785 gsa_html_4913703235 gsa_html_4913703235:105:10371:10388 Grimsby Fairfield County, Connecticut +0.25443 aapg_ah_93.html aapg_ah_93.html:168:21883:21895 Water Canyon Maywood, California +0.26563 jgeology_html_6942888254 jgeology_html_6942888254:1091:86771:86788 Wasatch Colorado +0.49256 cspg_html_7587979364 cspg_html_7587979364:205:16353:16382 Swan Hills Swan Hill, Victoria +0.277504 aapg_ae_961.html aapg_ae_961.html:165:12123:12142 Red River Lake Winnipeg +0.47817 cspg_html_7970836465 cspg_html_7970836465:298:29440:29458 Chicotte Long Island +0.249375 aapg_ac_398.html aapg_ac_398.html:183:17656:17668 Austin Chalk Giddings, Texas +0.495114 aapg_ad_721.html aapg_ad_721.html:581:55194:55206 Seven Rivers Carlsbad, New Mexico +0.466528 cspg_html_4392308496 cspg_html_4392308496:424:58533:58557 Clifton Nashville Basin +0.696256 cspg_html_6880168184 cspg_html_6880168184:839:89875:89898 Devon Island Canada +0.483812 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2073:2083 Washington San Marcos, California +0.250937 aapg_ai_28.html aapg_ai_28.html:715:67494:67501 Reynosa Uvalde, Texas +0.242544 palaios_html_3609052527 palaios_html_3609052527:647:57289:57295 Ithaca Melbourne, Florida +0.46354 gsa_html_1119256423 gsa_html_1119256423:209:20478:20511 Gilman Nebraska +0.271392 cspg_html_5541937700 cspg_html_5541937700:345:47340:47348 Columbia Victoria, British Columbia +0.49408 geology_html_8881449794 geology_html_8881449794:351:29118:29124 Pueblo Caribbean +0.481944 cspg_html_2667403559 cspg_html_2667403559:197:28572:28595 Indian Point West Point, New York +0.259956 aapg_ah_536.html aapg_ah_536.html:171:22751:22759 Sycamore Texas +0.245388 aapg_ac_390.html aapg_ac_390.html:15:1318:1328 Washington Salem, Oregon +0.506782 aapg_ae_388.html aapg_ae_388.html:183:14251:14282 Tuscaloosa Alabama +0.404061 gsa_html_3151431803 gsa_html_3151431803:73:8989:9006 Entrada Carmel, Indiana +0.256905 cspg_html_5484260516 cspg_html_5484260516:463:41656:41672 Exshaw Savoy Hotel +0.269178 aapg_ae_369.html aapg_ae_369.html:284:28764:28780 Tuscaloosa Alabama +0.254904 sedimentology_html_5909281487 sedimentology_html_5909281487:96:10307:10310 Pen Anglesey +0.48951 cspg_html_2419618566 cspg_html_2419618566:662:89602:89612 Beaverfoot Victoria, British Columbia +0.236196 aapg_af_751.html aapg_af_751.html:742:90395:90424 Morro California +0.248776 aapg_ai_542.html aapg_ai_542.html:152:14911:14919 Colorado Colorado +0.341901 aapg_ad_161.html aapg_ad_161.html:95:6135:6158 Cook Mountain Shreveport, Louisiana +0.26469 cspg_html_9499345121 cspg_html_9499345121:687:83263:83293 Mount Clark Canada +0.498085 aapg_af_779.html aapg_af_779.html:10:1938:1946 Traverse Michigan +0.245009 aapg_ad_223.html aapg_ad_223.html:858:87440:87448 Mercedes Texas +0.26145 cspg_html_8174352156 cspg_html_8174352156:105:14834:14842 Columbia Victoria, British Columbia +0.25908 aapg_ae_951.html aapg_ae_951.html:844:95034:95041 La Mina Colombia +0.250444 aapg_aa_598.html aapg_aa_598.html:224:22803:22811 Red Peak Western world +0.467064 cspg_html_2462522466 cspg_html_2462522466:51:7690:7712 Basal Lacombe, Alberta +0.2667 aapg_ae_392.html aapg_ae_392.html:205:17999:18019 Batesville White River (Washington) +0.42891 aapg_ae_416.html aapg_ae_416.html:137:12826:12841 Vicksburg Texas +0.473184 palaios_html_2158038376 palaios_html_2158038376:742:63672:63689 Bluesky Canada +0.242554 palaios_html_9876040400 palaios_html_9876040400:742:72166:72172 Oxford The Meadows (park) +0.472264 aapg_ac_310.html aapg_ac_310.html:188:13554:13562 Colorado Littleton, Colorado +0.48919 aapg_ac_486.html aapg_ac_486.html:303:34501:34517 Dakota Cheyenne, Wyoming +0.247923 gsa_html_5734608463 gsa_html_5734608463:246:17280:17290 San Miguel San Gabriel Valley +0.271392 aapg_af_381.html aapg_af_381.html:69:8666:8673 Temblor Santa Monica Mountains +0.902484 aapg_ac_364.html aapg_ac_364.html:164:16204:16222 Sundance Cheyenne, Wyoming +0.451483 palaios_html_6496160433 palaios_html_6496160433:102:15888:15896 Colorado Colorado +0.69552 aapg_ad_958.html aapg_ad_958.html:450:43782:43794 Gilmore City Nebraska +0.24 aapg_ak_73.html aapg_ak_73.html:281:25131:25153 Tongue River Medora, North Dakota +0.715518 aapg_ad_880.html aapg_ad_880.html:248:24904:24923 Spearfish Spearfish, South Dakota +0.460161 aapg_ai_388.html aapg_ai_388.html:217:21954:21975 Cathedral Wasatch Range +0.48096 sedimentology_html_2741551647 sedimentology_html_2741551647:1022:75994:76000 Banner Central Texas +0.534928 aapg_aa_533.html aapg_aa_533.html:3:504:517 Woodbine Texas +0.275456 aapg_ah_85.html aapg_ah_85.html:124:14059:14069 Tuscaloosa North Carolina +0.478353 gsa_html_2561127673 gsa_html_2561127673:486:44489:44507 Grayling Reno, Nevada +0.46332 aapg_ah_534.html aapg_ah_534.html:7:647:669 New Scotland Catskill Mountains +0.257446 gsa_html_7974916531 gsa_html_7974916531:941:80474:80484 Washington Crater Lake National Park +0.258028 geology_html_4022603373 geology_html_4022603373:206:19559:19567 Virginia Hampton, New Hampshire +0.253272 aapg_ad_2.html aapg_ad_2.html:457:67927:67945 Antietam Mount Alto, West Virginia +0.44781 cspg_html_4287356899 cspg_html_4287356899:3952:391649:391665 Alapah Great Britain +0.470496 aapg_ai_49.html aapg_ai_49.html:337:42569:42579 Purgatoire Black Hills +0.510272 aapg_af_854.html aapg_af_854.html:658:92258:92274 Warsaw Burlington, Ontario +0.480038 aapg_af_581.html aapg_af_581.html:131:14947:14954 Quetame Bogota, New Jersey +0.267764 aapg_ai_64.html aapg_ai_64.html:781:95372:95378 Paluxy East Texas +0.3999 cspg_html_3385840278 cspg_html_3385840278:96:14434:14453 Waterways Hay River (Canada) +0.265734 gsa_html_6597288081 gsa_html_6597288081:30:2786:2814 Green River New Mexico +0.255524 aapg_ah_165.html aapg_ah_165.html:228:31100:31121 Woodbend Lacombe, Alberta +0.496513 sedimentology_html_5627310003 sedimentology_html_5627310003:520:45402:45412 Washington Seattle +0.466546 aapg_aa_147.html aapg_aa_147.html:1089:103228:103240 Saskatchewan Regina, Saskatchewan +0.2828 aapg_af_701.html aapg_af_701.html:209:25856:25865 Stonewall Lee County, Alabama +0.24153 jgeology_html_6063383200 jgeology_html_6063383200:573:46850:46860 Santa Cruz California +0.504774 aapg_ad_870.html aapg_ad_870.html:328:39132:39140 Michigan Bay City, Texas +0.46648 aapg_aa_37.html aapg_aa_37.html:235:29133:29151 Arcturus Kaibab, Arizona +0.257702 aapg_ah_430.html aapg_ah_430.html:218:16303:16320 Entrada Colorado +0.517196 aapg_ad_69.html aapg_ad_69.html:100:7207:7215 Niobrara Niobrara, Nebraska +0.475168 cspg_html_6259492324 cspg_html_6259492324:323:33419:33429 Hart River Kut +0.263105 aapg_af_461.html aapg_af_461.html:164:15005:15013 Michigan Wisconsin +0.266772 aapg_ai_288.html aapg_ai_288.html:27:5027:5046 Santiago Santiago +0.276822 cspg_html_1004940981 cspg_html_1004940981:183:22182:22205 Eleanor River Ellesmere Island +0.487438 aapg_ac_575.html aapg_ac_575.html:587:88594:88598 Word Texas +0.379765 cspg_html_3772380029 cspg_html_3772380029:135:17375:17397 Long Rapids River Severn +0.233967 jgeology_html_5029030836 jgeology_html_5029030836:1034:59385:59395 Washington Washington (state) +0.463137 AMJC_html_5426926529 AMJC_html_5426926529:694:72203:72210 Windham Bennington, Vermont +0.252928 aapg_aa_148.html aapg_aa_148.html:13:2613:2625 Burro Canyon Colorado +0.512 gsa_html_5353575718 gsa_html_5353575718:1424:91431:91459 Green River Colorado +0.571041 aapg_ae_905.html aapg_ae_905.html:162:17303:17323 Fort Scott Higginsville, Missouri +0.254961 aapg_af_711.html aapg_af_711.html:221:21458:21483 Santa Margarita Rancho Santa Margarita, California +0.25047 cspg_html_2498183035 cspg_html_2498183035:189:21647:21667 Swan Hills Swan Hill, Victoria +0.258015 aapg_ae_993.html aapg_ae_993.html:564:58944:58959 Darby Cheyenne, Wyoming +0.471276 aapg_aa_4.html aapg_aa_4.html:194:26013:26025 Ithaca Ithaca, New York +0.251446 gsa_html_4058959570 gsa_html_4058959570:127:11959:11985 Bladen Maya Mountain +0.361114 aapg_af_379.html aapg_af_379.html:120:13121:13141 Wood River Boise, Idaho +0.472758 aapg_af_575.html aapg_af_575.html:310:41789:41799 Smithville Missouri River +0.506796 gsa_html_3225734041 gsa_html_3225734041:940:81107:81128 Wissahickon Maryland +0.244925 geology_html_1695341710 geology_html_1695341710:12:607:611 Troy Earth +0.246012 aapg_ac_594.html aapg_ac_594.html:224:20092:20100 Consuelo Morella, Spain +0.483336 aapg_af_892.html aapg_af_892.html:203:19253:19270 Marble Falls Texas +0.252506 gsa_html_7605900420 gsa_html_7605900420:510:49605:49634 Antler Reno, Nevada +0.456816 aapg_af_808.html aapg_af_808.html:654:83831:83843 Oceanic Coral reef +0.245655 aapg_ae_876.html aapg_ae_876.html:580:62589:62605 Wayan Cheyenne, Wyoming +0.259956 aapg_aa_261.html aapg_aa_261.html:245:29848:29862 Nizi Victoria, British Columbia +0.246384 cspg_html_9332855346 cspg_html_9332855346:193:17861:17873 Winnipegosis Williston, Vermont +0.70272 geology_html_7187083904 geology_html_7187083904:200:18042:18076 Talkeetna Anchorage, Alaska +0.259956 geology_html_3815228791 geology_html_3815228791:303:23818:23828 Santa Rita New Mexico +0.486213 aapg_af_653.html aapg_af_653.html:1282:157040:157047 Temblor Monterey, California +0.259056 aapg_aa_684.html aapg_aa_684.html:32:4066:4080 Jelm Cheyenne, Wyoming +0.861732 cspg_html_7817594878 cspg_html_7817594878:43:9108:9130 Summit Creek Norman Wells +0.481076 cspg_html_7994114775 cspg_html_7994114775:226:33533:33540 Mohawk Logan Canyon +0.394397 cspg_html_5479700260 cspg_html_5479700260:180:17297:17312 Maquoketa Iowa +0.265398 aapg_ah_779.html aapg_ah_779.html:140:26794:26824 Knox Dolomite Middle Ordovician +0.252888 cspg_html_3610827329 cspg_html_3610827329:333:39136:39151 Turtle Mountain Cruden Bay +0.481712 cspg_html_9726401168 cspg_html_9726401168:33:3703:3724 Etherington Lacombe, Alberta +0.491898 aapg_ad_757.html aapg_ad_757.html:71:7478:7487 Maquoketa Maquoketa, Iowa +0.245518 aapg_ae_756.html aapg_ae_756.html:93:9639:9645 Provo Kabul Province +0.2495 cspg_html_7402164801 cspg_html_7402164801:54:6082:6090 Foremost Lacombe, Alberta +0.902436 cspg_html_8928894270 cspg_html_8928894270:333:45137:45152 Nisku Lacombe, Alberta +0.491582 aapg_ae_73.html aapg_ae_73.html:134:18449:18466 Minturn New Mexico +0.271425 aapg_ai_488.html aapg_ai_488.html:10:1097:1108 Mowry Harlowton, Montana +0.44786 gsa_html_4557277250 gsa_html_4557277250:577:54918:54926 Colorado Denver +0.255528 gsa_html_1266138577 gsa_html_1266138577:324:25755:25772 Campito Salinas Valley +0.27234 sedimentology_html_4287650745 sedimentology_html_4287650745:1192:112089:112104 Mesaverde Logan, Utah +0.242793 aapg_ac_526.html aapg_ac_526.html:359:31878:31886 Colorado Englewood, New Jersey +0.250997 cspg_html_4909069338 cspg_html_4909069338:6:346:368 Albert Canada +0.49567 gsa_html_3289054608 gsa_html_3289054608:1038:107957:107967 Slope South Africa +0.270319 aapg_ad_763.html aapg_ad_763.html:739:86825:86840 Tulare Coalinga, California +0.517668 aapg_ah_203.html aapg_ah_203.html:594:97660:97678 Morrison New Mexico +0.472725 cspg_html_1124814558 cspg_html_1124814558:34:4685:4699 Colorado Clearwater, Florida +0.249975 aapg_ah_863.html aapg_ah_863.html:443:40520:40530 Pine Point Great Slave Lake +0.466336 sedimentology_html_6953711392 sedimentology_html_6953711392:34:1895:1923 Lancaster Norfolk, Virginia +0.25839 gsa_html_2023933346 gsa_html_2023933346:247:27014:27033 Silverado Puente Hills Mall +0.498015 cspg_html_6795586308 cspg_html_6795586308:131:12138:12143 Price Victoria, British Columbia +0.48896 aapg_ae_369.html aapg_ae_369.html:341:34548:34563 Eutaw Alabama +0.490542 gsa_html_5865982995 gsa_html_5865982995:1309:138677:138683 Denver Colorado +0.25908 cspg_html_3447886929 cspg_html_3447886929:66:8417:8438 Lawrence Quebec City +0.46342 geology_html_4318757553 geology_html_4318757553:406:28135:28140 Tyson Colorado +0.484467 gsa_html_3038126504 gsa_html_3038126504:467:46642:46665 Colorado Bouse, Arizona +0.25908 cspg_html_8891363498 cspg_html_8891363498:198:18585:18603 Michelle Germany +0.37222 jgeology_html_2758284699 jgeology_html_2758284699:902:53684:53693 Natkusiak Victoria Island (Nigeria) +0.25048 aapg_ad_958.html aapg_ad_958.html:327:33794:33800 Mercer Sherman County, Oregon +0.489005 AMJC_html_8402437205 AMJC_html_8402437205:1014:88980:88988 Columbia Washington (state) +0.262108 palaios_html_2399848899 palaios_html_2399848899:535:47361:47378 Raritan Closter, New Jersey +0.230336 aapg_af_162.html aapg_af_162.html:34:3723:3735 Little River Arkansas +0.49469 gsa_html_9155468742 gsa_html_9155468742:29:2796:2824 Green River Colorado +0.254364 cspg_html_4664502755 cspg_html_4664502755:604:76219:76231 Saskatchewan Edam, Netherlands +0.464198 geology_html_1484290235 geology_html_1484290235:170:20262:20271 Beartooth Gallatin, Tennessee +0.243536 gsa_html_3613642206 gsa_html_3613642206:703:66305:66315 Washington Seattle +0.733828 jgeology_html_8528623267 jgeology_html_8528623267:248:18484:18494 Ash Hollow Nebraska +0.261121 jgeology_html_4115179562 jgeology_html_4115179562:626:49888:49919 Unicoi Elk Creek, California +0.481944 geology_html_6365665477 geology_html_6365665477:258:20408:20435 Roberts Mountains Reno, Nevada +0.24108 aapg_ad_441.html aapg_ad_441.html:106:8776:8792 Navajo Kayenta, Arizona +0.487438 aapg_ah_534.html aapg_ah_534.html:237:19514:19527 Trimmers Rock Delaware River +0.25317 aapg_ah_823.html aapg_ah_823.html:34:3955:3967 Saskatchewan Lacombe, Alberta +0.103894 sedimentology_html_3990399320 sedimentology_html_3990399320:816:67257:67266 Red River Manitoba +0.48672 aapg_ah_378.html aapg_ah_378.html:168:16439:16452 Comanche Peak Goodland, Kansas +0.264704 aapg_ad_376.html aapg_ad_376.html:14:2382:2393 Mauch Chunk Chattanooga, Tennessee +0.26162 cspg_html_8568877195 cspg_html_8568877195:58:9829:9851 Judith River Bearpaw Formation +0.254448 gsa_html_3144986031 gsa_html_3144986031:36:3554:3575 Talkeetna Anchorage, Alaska +0.24849 gsa_html_3150321506 gsa_html_3150321506:774:80089:80095 Snyder North Carolina +0.252784 aapg_aa_288.html aapg_aa_288.html:226:24988:24999 Mowry Cheyenne, Wyoming +0.259458 palaios_html_7613412626 palaios_html_7613412626:384:31826:31852 Monterey California +0.234207 cspg_html_7632193795 cspg_html_7632193795:249:35211:35219 Virginia Reston, Virginia +0.398475 aapg_ah_654.html aapg_ah_654.html:104:10200:10208 Gallatin Gallatin, Tennessee +0.247995 aapg_aa_232.html aapg_aa_232.html:214:23082:23092 Purgatoire Colorado +0.471896 geology_html_7008051266 geology_html_7008051266:184:17703:17734 Huehuetepec Mexico +0.264171 aapg_ah_318.html aapg_ah_318.html:1306:132065:132078 Cotton Valley Cotton Valley, Louisiana +0.26832 aapg_ai_54.html aapg_ai_54.html:5:610:630 Tuscaloosa Selma to Montgomery marches +0.50592 geology_html_7473743635 geology_html_7473743635:268:24947:24954 Bromide Lacombe, Alberta +0.247266 aapg_ad_543.html aapg_ad_543.html:19:2947:2955 Woodford Haynesville, Louisiana +0.269361 AMJC_html_5916115748 AMJC_html_5916115748:1451:129924:129930 Oregon Washington (state) +0.248776 aapg_ae_370.html aapg_ae_370.html:54:7121:7136 Pittsburg Bluff Salem, Oregon +0.484702 aapg_ak_85.html aapg_ak_85.html:91:11221:11230 Smackover Arkansas +0.256486 gsa_html_1347484649 gsa_html_1347484649:191:17575:17603 Green River Cheyenne, Wyoming +0.253967 aapg_aa_945.html aapg_aa_945.html:15:1984:1994 Rock River Salem, Oregon +0.252494 sedimentology_html_6819348196 sedimentology_html_6819348196:31:1934:1944 Keokuk Lewisburg, Pennsylvania +0.265144 aapg_af_291.html aapg_af_291.html:62:8202:8216 Lisburne Anchorage, Alaska +0.260338 aapg_ae_450.html aapg_ae_450.html:70:5895:5903 Oakville Oakville, California +0.25452 aapg_af_469.html aapg_af_469.html:410:47050:47058 Humboldt Reno, Nevada +0.26208 aapg_af_892.html aapg_af_892.html:899:84945:84953 Wolfcamp Wichita, Kansas +0.91014 aapg_ae_904.html aapg_ae_904.html:148:15484:15493 Spearfish Black Hills +0.48581 aapg_ae_345.html aapg_ae_345.html:264:16174:16180 Midway Selma to Montgomery marches +0.241192 aapg_ae_448.html aapg_ae_448.html:239:27931:27937 Paluxy Rodessa, Louisiana +0.24549 geology_html_9547147082 geology_html_9547147082:273:25684:25689 Crete Greece +0.26624 aapg_ac_889.html aapg_ac_889.html:169:14681:14686 Salem Henderson County, Texas +0.267189 cspg_html_9905904289 cspg_html_9905904289:13:2209:2236 Horseshoe Canyon Regina, Saskatchewan +0.952092 gsa_html_3872060924 gsa_html_3872060924:748:60733:60745 Owens Valley California +0.246092 cspg_html_3008414459 cspg_html_3008414459:481:59599:59619 Milk River Lacombe, Alberta +0.253005 cspg_html_3026112034 cspg_html_3026112034:741:73311:73319 Graminia Swan Hill, Victoria +0.240578 gsa_html_5756232019 gsa_html_5756232019:14:691:701 Rancheria New Mexico +0.25146 cspg_html_5697056884 cspg_html_5697056884:111:11812:11828 Earlie Lacombe, Alberta +0.445566 aapg_ai_593.html aapg_ai_593.html:1111:118193:118204 San Antonio San Juan, Argentina +0.26163 gsa_html_4667678389 gsa_html_4667678389:539:49638:49661 Papoose Creek Pocatello, Idaho +0.222775 aapg_ai_185.html aapg_ai_185.html:92:9878:9890 Rock Springs Fort Union Trading Post National Historic Site +0.487424 aapg_ah_626.html aapg_ah_626.html:152:10779:10786 Cardium Selkirk Mountains +0.256027 aapg_ad_111.html aapg_ad_111.html:453:48405:48413 Colorado Mesa, Arizona +0.270399 gsa_html_3860045860 gsa_html_3860045860:954:93017:93027 Washington Seattle +0.502765 cspg_html_7602315496 cspg_html_7602315496:5:289:310 Belly River Southern Great Plain +0.473826 cspg_html_6252417471 cspg_html_6252417471:318:46398:46411 Smoking Hills Banks Island +0.251346 cspg_html_3554431164 cspg_html_3554431164:107:18461:18466 Nisku Rocky Mountains +0.49556 geology_html_5817459329 geology_html_5817459329:253:23054:23059 Morin Anchorage, Alaska +0.25194 aapg_af_143.html aapg_af_143.html:519:47273:47287 China Mountain Elk River, Minnesota +0.476952 geology_html_4966808147 geology_html_4966808147:11:542:552 Washington Washington (state) +0.256949 aapg_ai_66.html aapg_ai_66.html:121:10196:10202 Pierre Niobrara, Nebraska +0.259056 geology_html_5045588189 geology_html_5045588189:18:1448:1465 Sisquoc California +0.486266 cspg_html_4105062490 cspg_html_4105062490:75:8068:8094 Beaverhill Lacombe, Alberta +0.490782 sedimentology_html_7390870545 sedimentology_html_7390870545:128:12524:12540 Exshaw Lacombe, Alberta +0.281486 aapg_ac_924.html aapg_ac_924.html:514:57652:57668 Amsden Cheyenne, Wyoming +0.256162 aapg_ae_499.html aapg_ae_499.html:181:19810:19819 Greenhorn Niobrara, Nebraska +0.268836 sedimentology_html_3865745685 sedimentology_html_3865745685:1330:98540:98555 Lee Flint, Michigan +0.26775 aapg_ai_816.html aapg_ai_816.html:213:33723:33742 Cherryvale Westerville, Ohio +0.25334 gsa_html_1326487457 gsa_html_1326487457:1085:88979:88983 Java Sumatra +0.241542 aapg_ae_905.html aapg_ae_905.html:147:15305:15322 Hanover Illinois +0.38203 cspg_html_9735723617 cspg_html_9735723617:78:12061:12083 Lime Creek Iowa +0.259904 aapg_ad_440.html aapg_ad_440.html:678:68329:68335 Denmar Randolph County, Indiana +0.27931 palaios_html_2221534395 palaios_html_2221534395:461:50254:50273 Fairview Kentucky +0.251955 aapg_ac_69.html aapg_ac_69.html:176:21182:21198 Colorado Colorado +0.271432 aapg_ac_719.html aapg_ac_719.html:50:5555:5567 Pierre Trinidad and Tobago +0.475406 aapg_ai_877.html aapg_ai_877.html:506:49314:49322 Virginia Virginia +0.268602 gsa_html_2369908260 gsa_html_2369908260:120:8952:8964 Owens Valley California Water Wars +0.513065 aapg_ac_714.html aapg_ac_714.html:665:81553:81568 Swift Big Horn Mountains +0.467362 cspg_html_2013109828 cspg_html_2013109828:587:83812:83817 Price Canada +0.490941 aapg_ae_69.html aapg_ae_69.html:239:26951:26968 Wasatch Uinta Mountains +0.258885 aapg_aa_110.html aapg_aa_110.html:7:911:932 Green River Wasatch Range +0.40239 aapg_ah_678.html aapg_ah_678.html:636:81844:81874 Vicksburg Texas +0.26471 aapg_ai_28.html aapg_ai_28.html:729:69384:69392 Victoria Victoria County, Nova Scotia +0.484242 cspg_html_9435196958 cspg_html_9435196958:1228:51095:51114 Kishenehn Victoria, British Columbia +0.265734 cspg_html_1841843683 cspg_html_1841843683:59:9366:9379 Gypsum Spring Williston Basin +0.494326 aapg_ac_730.html aapg_ac_730.html:770:105572:105586 Colorado Rankin, Texas +0.26316 aapg_af_897.html aapg_af_897.html:56:7109:7114 Atoka Hartville, Missouri +0.465124 sedimentology_html_2078363788 sedimentology_html_2078363788:103:11136:11237 Basal Portland, Oregon +0.254007 sedimentology_html_1046729113 sedimentology_html_1046729113:1857:151946:151954 Moosebar Victoria, British Columbia +0.2688 aapg_ah_90.html aapg_ah_90.html:96:15136:15160 Cedar Mountain Cedar Mountains +0.487494 cspg_html_4694482219 cspg_html_4694482219:32:4142:4160 Paskapoo Edmonton, London +0.478686 aapg_af_590.html aapg_af_590.html:631:48722:48730 Colorado Texas +0.2545 cspg_html_8662646956 cspg_html_8662646956:416:52633:52643 Pine Point Dolomites +0.475551 gsa_html_4898524010 gsa_html_4898524010:57:3415:3443 Green River Colorado +0.252324 aapg_ad_377.html aapg_ad_377.html:10:1199:1212 Hungry Valley Los Angeles +0.47174 aapg_af_242.html aapg_af_242.html:171:19318:19328 Rio Grande Mexico +0.251446 aapg_ad_119.html aapg_ad_119.html:71:9121:9126 Mt Lytton Anchorage, Alaska +0.466668 AMJC_html_1873062106 AMJC_html_1873062106:1114:116478:116511 Morrison Mesa County, Colorado +0.277182 aapg_ad_357.html aapg_ad_357.html:119:10615:10640 Santa Margarita Rancho Santa Margarita, California +0.261085 aapg_ac_867.html aapg_ac_867.html:548:75800:75810 Phosphoria Cheyenne, Wyoming +0.258597 sedimentology_html_8319761442 sedimentology_html_8319761442:1637:81606:81611 Piper Greece +0.486904 cspg_html_8723419240 cspg_html_8723419240:6:278:299 Spray Lacombe, Alberta +0.265144 aapg_af_879.html aapg_af_879.html:919:88419:88423 Word Russia +0.27285 aapg_ae_350.html aapg_ae_350.html:5:1076:1086 Tuscaloosa Tuscaloosa, Alabama +0.467208 gsa_html_7040053075 gsa_html_7040053075:785:83912:83920 San Jose Walnut Creek, North Carolina +0.251906 geology_html_9131630956 geology_html_9131630956:163:14249:14260 Green River Kentucky +0.26 cspg_html_4636216007 cspg_html_4636216007:67:5573:5597 Thumb Mountain Middle Ordovician +0.330344 aapg_ae_562.html aapg_ae_562.html:125:12542:12564 Allegheny Huntington, West Virginia +0.468768 gsa_html_5389237705 gsa_html_5389237705:14:776:785 Peninsula Anchorage, Alaska +0.250901 aapg_af_808.html aapg_af_808.html:212:28075:28093 Scotland Barbados +0.491582 gsa_html_4220229801 gsa_html_4220229801:710:58446:58459 Owyhee Basalt York, Pennsylvania +0.246356 cspg_html_6306091047 cspg_html_6306091047:241:33886:33899 Pardonet Victoria, British Columbia +0.254449 aapg_ac_277.html aapg_ac_277.html:28:3283:3302 Aux Vases Chester, Pennsylvania +0.236662 gsa_html_6753732431 gsa_html_6753732431:781:69118:69126 Woodford California +0.26728 aapg_ac_617.html aapg_ac_617.html:151:20939:20956 Lagarto Brazos River +0.253005 palaios_html_9309991705 palaios_html_9309991705:271:30090:30111 Ludlowville Genesee River +0.253872 aapg_ad_133.html aapg_ad_133.html:189:17360:17368 Wolfcamp Lea County Regional Airport +0.4795 aapg_ae_805.html aapg_ae_805.html:247:29104:29108 Earp Naco, Sonora +0.267786 geology_html_8241069332 geology_html_8241069332:207:17974:17989 Orocopia Schist Los Angeles +0.249964 AMJC_html_8620643989 AMJC_html_8620643989:766:84042:84059 Edwards Texas +0.500456 cspg_html_4685751140 cspg_html_4685751140:21:2574:2582 Imperial Calgary +0.454674 aapg_ai_357.html aapg_ai_357.html:77:9614:9623 Escondido Uvalde, Texas +0.25029 AMJC_html_2905856018 AMJC_html_2905856018:371:53373:53379 Pueblo Antelope Valley Freeway +0.249516 aapg_ae_149.html aapg_ae_149.html:206:18912:18920 Virginia Jacksonville, Illinois +0.252494 aapg_ah_358.html aapg_ah_358.html:659:42795:42803 Wolfcamp Wichita, Kansas +0.4902 cspg_html_8464109528 cspg_html_8464109528:209:25049:25065 Viking Lacombe, Alberta +0.258063 cspg_html_7866293053 cspg_html_7866293053:50:6116:6133 Gething Victoria, British Columbia +0.51136 aapg_ac_610.html aapg_ac_610.html:43:4091:4099 Richmond Richmond, California +0.26883 cspg_html_7093237629 cspg_html_7093237629:5:202:241 Leduc Lacombe, Alberta +0.265668 aapg_af_579.html aapg_af_579.html:36:5351:5356 Ouray Telluride, Colorado +0.25116 cspg_html_2695921112 cspg_html_2695921112:167:18383:18404 Bonaventure Quebec City +0.263626 cspg_html_1118978429 cspg_html_1118978429:478:47534:47541 Cadomin Indo-Gangetic Plain +0.495075 AMJC_html_5969956211 AMJC_html_5969956211:62:6244:6251 Wasatch Denver +0.252 cspg_html_6588266079 cspg_html_6588266079:412:37006:37014 La Habra California +0.25602 AMJC_html_7984049819 AMJC_html_7984049819:382:38516:38533 Berwick Hartford, Connecticut +0.373245 geology_html_7687041657 geology_html_7687041657:113:8321:8357 Gilmore City Iowa +0.48516 cspg_html_2053592979 cspg_html_2053592979:18:2212:2217 Yukon Victoria, British Columbia +0.52525 aapg_ae_961.html aapg_ae_961.html:172:13218:13237 Red River Grafton, Massachusetts +0.265668 aapg_ae_777.html aapg_ae_777.html:158:18172:18186 Espiritu Santo Sangre de Cristo Range +0.263169 aapg_ae_474.html aapg_ae_474.html:1314:137730:137752 Lawrence Franconia, New Hampshire +0.421156 gsa_html_1578715955 gsa_html_1578715955:678:58872:58890 Tsadaka Anchorage, Alaska +0.46248 cspg_html_2650524233 cspg_html_2650524233:86:12114:12128 Colorado Lacombe, Alberta +0.48384 cspg_html_7176959694 cspg_html_7176959694:18:1950:1958 Montreal Quebec City +0.91008 aapg_ah_443.html aapg_ah_443.html:10:2112:2134 Belly River Anglesey +0.495159 aapg_ah_654.html aapg_ah_654.html:972:99628:99659 Madison Cheyenne, Wyoming +0.495378 aapg_ac_953.html aapg_ac_953.html:31:3715:3725 Miccosukee Jefferson County, Colorado +0.242824 cspg_html_3516764931 cspg_html_3516764931:110:18912:18947 Chancellor Middle East +0.26871 gsa_html_7932638920 gsa_html_7932638920:1155:106870:106890 Chickaloon Anchorage, Alaska +0.272664 aapg_ah_596.html aapg_ah_596.html:199:23740:23750 San Andres Texas +0.271216 aapg_ai_573.html aapg_ai_573.html:32:6103:6112 Red River Texas +0.517979 aapg_aa_351.html aapg_aa_351.html:61:6803:6808 Viola Black River, Jamaica +0.492264 aapg_af_568.html aapg_af_568.html:202:21954:21967 Sundance Cheyenne, Wyoming +0.725963 aapg_ac_575.html aapg_ac_575.html:250:40645:40665 Phosphoria Boise, Idaho +0.478956 aapg_ae_182.html aapg_ae_182.html:175:20854:20875 Pine Island Bellevue, Nebraska +0.252504 aapg_aa_702.html aapg_aa_702.html:956:117917:117936 Detroit River Michigan +0.256542 aapg_ae_895.html aapg_ae_895.html:269:23519:23527 Columbia Spokane, Washington +0.501278 aapg_ae_62.html aapg_ae_62.html:272:23740:23759 Spearfish Newburg, Louisville +0.48864 aapg_ai_52.html aapg_ai_52.html:84:12189:12198 Etchegoin Monterey, California +0.257013 sedimentology_html_1475030150 sedimentology_html_1475030150:549:49260:49270 Washington Seattle +0.258266 aapg_ac_924.html aapg_ac_924.html:12:2125:2149 Mission Canyon Cheyenne, Wyoming +0.50868 aapg_ac_749.html aapg_ac_749.html:149:20702:20712 Cabot Head Ontario, California +0.467454 aapg_aa_718.html aapg_aa_718.html:41:4907:4916 Jefferson Waynesburg, Pennsylvania +0.219177 aapg_ah_417.html aapg_ah_417.html:86:8670:8678 Foremost Lacombe, Alberta +0.2605 aapg_ac_741.html aapg_ac_741.html:414:45982:45998 Pierre Colorado +0.27577 aapg_ad_2.html aapg_ad_2.html:808:114104:114117 Conococheague Chambersburg, Pennsylvania +0.25041 aapg_ae_217.html aapg_ae_217.html:21:2248:2256 Nacatoch Shreveport, Louisiana +0.474892 aapg_ae_939.html aapg_ae_939.html:452:20256:20261 Queen Carlsbad, New Mexico +0.241552 aapg_ac_71.html aapg_ac_71.html:462:53654:53670 Luning Reno, Nevada +0.2394 aapg_ad_441.html aapg_ad_441.html:67:4665:4681 Kaibab Coconino County, Arizona +0.241572 geology_html_9264012185 geology_html_9264012185:48:3956:3966 Pine Point Canada +0.256536 aapg_ae_705.html aapg_ae_705.html:410:38615:38633 Vaqueros Santa Ynez Valley +0.556036 aapg_aa_397.html aapg_aa_397.html:24:3829:3840 Platteville Missouri River +0.23959 aapg_af_579.html aapg_af_579.html:400:41968:41992 Junction Creek Colorado +0.248992 jgeology_html_4729017492 jgeology_html_4729017492:1002:55836:55847 Chibougamau Quebec City +0.267776 aapg_ai_932.html aapg_ai_932.html:100:15357:15366 Point Sal Monterey, California +0.253532 aapg_af_848.html aapg_af_848.html:22:2449:2468 Smackover Shreveport, Louisiana +0.239616 aapg_aa_407.html aapg_aa_407.html:357:25361:25370 Rico Indian Creek, Florida +0.49131 sedimentology_html_9562282132 sedimentology_html_9562282132:2367:85259:85277 Monterey California +0.68328 gsa_html_4308966435 gsa_html_4308966435:1145:113309:113329 North Horn Logan, Utah +0.26061 geology_html_6268094795 geology_html_6268094795:128:13912:13939 Columbia Mons +0.473641 aapg_ad_2.html aapg_ad_2.html:609:89338:89356 Chickies Lancaster, California +0.48307 jgeology_html_3434214786 jgeology_html_3434214786:607:42660:42682 Horse Spring Arizona +0.483678 cspg_html_2784057671 cspg_html_2784057671:667:70362:70372 Washington Salem, Oregon +0.490269 sedimentology_html_2664743350 sedimentology_html_2664743350:1178:96499:96531 Cutler Colorado +0.258462 aapg_af_497.html aapg_af_497.html:573:53419:53438 Greenhorn Hittin +0.66011 aapg_ae_187.html aapg_ae_187.html:298:31146:31157 Beekmantown Arkansas +0.26818 aapg_aa_224.html aapg_aa_224.html:152:13014:13022 Martinez Puebla, Puebla +0.247164 aapg_ai_740.html aapg_ai_740.html:175:19657:19665 Kootenai Cut Bank, Montana +0.49764 cspg_html_6140483769 cspg_html_6140483769:118:17213:17233 Ravenscrag Regina, Saskatchewan +0.255224 cspg_html_5541725202 cspg_html_5541725202:257:36587:36603 Cumberland Logan, Utah +0.484344 aapg_ai_962.html aapg_ai_962.html:210:15136:15149 Brushy Canyon Texas +0.254518 cspg_html_7402164801 cspg_html_7402164801:343:35845:35882 Basal Canada +0.26468 cspg_html_8520409981 cspg_html_8520409981:95:10777:10789 Winnipegosis Canada +0.44388 aapg_ah_644.html aapg_ah_644.html:3:380:385 Piper Williston Basin +0.253916 cspg_html_6014123208 cspg_html_6014123208:20:2463:2470 Cadomin Western world +0.249344 aapg_ac_253.html aapg_ac_253.html:466:57716:57722 Frisco Sallisaw, Oklahoma +0.497202 aapg_aa_913.html aapg_aa_913.html:480:33872:33887 Buda Texas +0.26341 sedimentology_html_1180682367 sedimentology_html_1180682367:1192:106454:106459 Inman California +0.48984 cspg_html_2139304729 cspg_html_2139304729:250:25916:25935 Waterways Lacombe, Alberta +0.4888 aapg_aa_23.html aapg_aa_23.html:1096:143237:143254 Interlake California +0.4826 cspg_html_5880669950 cspg_html_5880669950:625:61868:61897 Swan Hills Lacombe, Alberta +0.257514 gsa_html_7915521951 gsa_html_7915521951:215:18235:18253 Stirling Western world +0.476238 aapg_ad_301.html aapg_ad_301.html:404:38510:38528 Represa Spain +0.255195 cspg_html_8618252466 cspg_html_8618252466:5:230:247 Cardium Central Alberta +0.24948 aapg_aa_261.html aapg_aa_261.html:176:24134:24155 Sadlerochit Atoka, Oklahoma +0.195471 aapg_ah_645.html aapg_ah_645.html:259:31914:31931 Rierdon Black Hills +0.490988 aapg_af_939.html aapg_af_939.html:29:3638:3646 Richmond Maquoketa, Iowa +0.25441 aapg_af_397.html aapg_af_397.html:79:9339:9346 Todilto Entrada Sandstone +0.262614 aapg_ac_451.html aapg_ac_451.html:264:28162:28175 Tuxedni Talkeetna, Alaska +0.46851 gsa_html_2989317971 gsa_html_2989317971:757:78271:78293 Challis Snake River Plain (ecoregion) +0.244032 aapg_ae_499.html aapg_ae_499.html:439:48668:48676 Colorado Denver +0.260608 cspg_html_2882304151 cspg_html_2882304151:89:17593:17599 Luscar Mountain Park (Holyoke, Massachusetts) +0.25584 aapg_ah_536.html aapg_ah_536.html:182:24139:24154 Sligo East Texas +0.488005 aapg_ah_469.html aapg_ah_469.html:282:25271:25291 Cane River Shreveport, Louisiana +0.25823 aapg_ah_881.html aapg_ah_881.html:187:21924:21933 Chuckanut Nanaimo +0.253356 palaios_html_1584288127 palaios_html_1584288127:486:48934:48965 Kope Ohio +0.252004 aapg_ah_592.html aapg_ah_592.html:256:19137:19156 Detroit River Sylvania, Ohio +0.49335 jgeology_html_1846074040 jgeology_html_1846074040:433:32732:32740 Michigan Cornwall, Ontario +0.494728 aapg_ac_508.html aapg_ac_508.html:74:6491:6496 Atoka Kansas City, Kansas +0.26832 aapg_af_293.html aapg_af_293.html:3:286:291 Rapid East Coast of the United States +0.49305 jgeology_html_9629010327 jgeology_html_9629010327:196:13097:13121 Valley Springs Sierra Nevada (Spain) +0.475394 gsa_html_3387611512 gsa_html_3387611512:1183:121241:121270 Mint Canyon Arizona +0.265081 aapg_ae_34.html aapg_ae_34.html:4:372:386 Frio Shreveport, Louisiana +0.256536 cspg_html_6984906794 cspg_html_6984906794:662:50244:50262 Kaskapau Lacombe, Alberta +0.246402 geology_html_6197218558 geology_html_6197218558:230:20203:20206 Rye South Africa +0.254976 gsa_html_2832151886 gsa_html_2832151886:396:31701:31725 Colorado Beaumont, Texas +0.245952 geology_html_2490813080 geology_html_2490813080:135:13291:13297 Brazil South Africa +0.510435 aapg_ad_659.html aapg_ad_659.html:331:47142:47153 Jacobsville Keweenaw Peninsula +0.464287 aapg_ah_763.html aapg_ah_763.html:242:24390:24406 Blaine Texas +0.47226 gsa_html_2098291403 gsa_html_2098291403:89:7955:7982 Columbia Willamette Valley +0.480414 aapg_ah_871.html aapg_ah_871.html:653:68974:68979 Chazy Lake Champlain +0.512416 cspg_html_8363357104 cspg_html_8363357104:736:85389:85418 Deadwood Williston Basin +0.249975 aapg_ae_305.html aapg_ae_305.html:1197:107506:107512 Sierra Maracaibo +0.252 aapg_ah_828.html aapg_ah_828.html:275:19238:19246 Sundance Cheyenne, Wyoming +0.57441 aapg_ac_486.html aapg_ac_486.html:589:71813:71819 Dakota Denver +0.497004 cspg_html_5241714595 cspg_html_5241714595:679:102004:102025 Beaverhill Lacombe, Alberta +0.46864 gsa_html_7542416588 gsa_html_7542416588:907:73197:73205 Colorado Colorado +0.495803 aapg_af_348.html aapg_af_348.html:205:22028:22048 Springhill Tierra del Fuego Province (Argentina) +0.247988 palaios_html_5582845937 palaios_html_5582845937:315:31741:31749 Virginia Hampton, New Hampshire +0.276651 aapg_ae_466.html aapg_ae_466.html:51:5428:5447 Smackover Cotton Valley, Louisiana +0.244944 palaios_html_5505127030 palaios_html_5505127030:1302:78683:78691 Temporal Southwest Florida +0.487424 cspg_html_5456368738 cspg_html_5456368738:142:19066:19083 Hare Indian Manitoba +0.275044 cspg_html_2650524233 cspg_html_2650524233:87:12258:12277 Whitemud Regina, Saskatchewan +0.487959 aapg_aa_866.html aapg_aa_866.html:46:5784:5791 El Paso Texas +0.253422 gsa_html_5625878232 gsa_html_5625878232:649:75525:75534 San Diego La Jolla +0.446512 jgeology_html_9111148993 jgeology_html_9111148993:539:41015:41024 Athabasca Canada +0.489302 aapg_ai_96.html aapg_ai_96.html:284:26742:26750 Oakville Texas +0.471744 aapg_ac_730.html aapg_ac_730.html:778:105824:105833 Extension Arizona +0.480568 aapg_ad_98.html aapg_ad_98.html:377:39819:39842 Barrel Spring Antelope Valley Freeway +0.254541 aapg_af_809.html aapg_af_809.html:134:13222:13232 Fort Worth Texas +0.25529 aapg_ah_318.html aapg_ah_318.html:1765:166242:166251 San Pedro Durango, Durango +0.25908 aapg_ai_873.html aapg_ai_873.html:105:10170:10189 Aux Vases Spencer County, Kentucky +0.48 cspg_html_5345848475 cspg_html_5345848475:976:97490:97522 Provincial Canada +0.250228 aapg_aa_47.html aapg_aa_47.html:770:93085:93103 Minturn Madera County, California +0.73188 aapg_ad_351.html aapg_ad_351.html:446:39882:39895 Hampton Sedalia, Missouri +0.245478 aapg_ad_871.html aapg_ad_871.html:94:10247:10254 Genshaw Alpena County, Michigan +0.483108 gsa_html_9008782516 gsa_html_9008782516:1261:91352:91380 Green River Colorado +0.373541 aapg_ac_214.html aapg_ac_214.html:50:6384:6401 Entrada Carmel, Indiana +0.241964 gsa_html_9650039573 gsa_html_9650039573:12:421:428 Shuswap Great Britain +0.247005 aapg_ae_415.html aapg_ae_415.html:910:114086:114100 Paynes Hammock Alabama +0.258332 cspg_html_9717154602 cspg_html_9717154602:310:45472:45479 Bearpaw Bow River +0.245364 cspg_html_9136481292 cspg_html_9136481292:491:56187:56203 Gates Victoria, British Columbia +0.4944 aapg_ac_704.html aapg_ac_704.html:124:11181:11191 San Andres Texas +0.244881 cspg_html_8767215556 cspg_html_8767215556:76:8745:8755 Swan Hills Swan Hill, Victoria +0.271582 aapg_af_664.html aapg_af_664.html:636:70484:70494 San Andres El Reno, Oklahoma +0.515096 aapg_ae_694.html aapg_ae_694.html:174:19324:19338 Woodbine East Texas +0.255474 aapg_ae_941.html aapg_ae_941.html:52:4895:4913 Woodbine Rodessa, Louisiana +0.274572 aapg_ah_411.html aapg_ah_411.html:119:14596:14618 Judith River Cheyenne, Wyoming +0.256036 cspg_html_7963093032 cspg_html_7963093032:495:51060:51080 Bow Island Lacombe, Alberta +0.26214 aapg_ah_789.html aapg_ah_789.html:1217:100857:100862 Colon Maracaibo +0.259045 cspg_html_9717154602 cspg_html_9717154602:214:32373:32379 Pierre Lacombe, Alberta +0.2395 sedimentology_html_3490195740 sedimentology_html_3490195740:421:38045:38080 Elk Manitoba +0.475797 cspg_html_6517402834 cspg_html_6517402834:35:4158:4176 Scollard Lacombe, Alberta +0.932148 cspg_html_6611173979 cspg_html_6611173979:268:25939:25956 Wabamun Edmonton, London +0.49852 cspg_html_2498183035 cspg_html_2498183035:387:40719:40727 Columbia Victoria, British Columbia +0.467504 sedimentology_html_6303171089 sedimentology_html_6303171089:1138:95812:95818 Sierra Spain +0.25351 aapg_ac_829.html aapg_ac_829.html:151:17452:17461 Minnelusa Cheyenne, Wyoming +0.251955 gsa_html_4719798013 gsa_html_4719798013:321:31524:31559 Blackwater Draw Muleshoe National Wildlife Refuge +0.513912 aapg_ah_427.html aapg_ah_427.html:306:40684:40691 Manitou Arkansas River +0.244458 sedimentology_html_2090465227 sedimentology_html_2090465227:813:52107:52111 Hall London, Ontario +0.70035 aapg_af_406.html aapg_af_406.html:122:12275:12294 Smackover Alabama +0.248857 aapg_ae_652.html aapg_ae_652.html:412:44133:44139 Denver Colorado +0.501942 cspg_html_2172704722 cspg_html_2172704722:510:67099:67107 Columbia Lacombe, Alberta +0.265161 sedimentology_html_6376801731 sedimentology_html_6376801731:1571:90542:90550 Colorado Denver +0.266255 aapg_af_319.html aapg_af_319.html:308:29156:29164 Colorado Denver +0.274476 aapg_ai_477.html aapg_ai_477.html:280:30515:30537 Buckinghorse Pine River (Michigan) +0.50592 aapg_ah_387.html aapg_ah_387.html:20:2955:2964 Knoxville Knoxville, Illinois +0.965066 gsa_html_6542025228 gsa_html_6542025228:662:70622:70637 Athabasca Regina, Saskatchewan +0.260598 aapg_af_830.html aapg_af_830.html:456:53114:53124 Duck Creek Texas +0.47672 aapg_ah_435.html aapg_ah_435.html:190:23494:23509 Indio Texas +0.26129 aapg_ac_867.html aapg_ac_867.html:671:92121:92129 Sundance Cheyenne, Wyoming +0.271216 aapg_ac_984.html aapg_ac_984.html:90:7606:7616 Eau Claire Illinois +0.246506 aapg_ai_281.html aapg_ai_281.html:258:25088:25094 Sierra Mexico +0.255552 cspg_html_9827358538 cspg_html_9827358538:687:73651:73677 Monterey California +0.258462 cspg_html_7409170811 cspg_html_7409170811:27:3656:3672 Exshaw Bow River +0.254016 geology_html_2818489879 geology_html_2818489879:400:30261:30267 Walker Black Hills +0.257536 aapg_aa_626.html aapg_aa_626.html:162:18237:18256 Patuxent Patapsco River +0.260075 gsa_html_1826402027 gsa_html_1826402027:195:22222:22228 Kaibab Little Colorado River +0.243936 aapg_ae_3.html aapg_ae_3.html:98:13199:13209 Washington Salem, Oregon +0.4959 aapg_ae_467.html aapg_ae_467.html:363:27803:27812 Coldwater Sunbury, Pennsylvania +0.477617 cspg_html_2193428533 cspg_html_2193428533:143:20226:20240 Doig Wembley Stadium +0.457314 aapg_ah_416.html aapg_ah_416.html:98:8253:8263 Milk River Milk River, Alberta +0.468293 cspg_html_4298557570 cspg_html_4298557570:18:2398:2415 Bearpaw Edmonton, London +0.251995 geology_html_3305988371 geology_html_3305988371:12:655:663 Michigan Munising, Michigan +0.29638 aapg_ah_340.html aapg_ah_340.html:517:50700:50720 Duck Creek Texas +0.250488 jgeology_html_8494933343 jgeology_html_8494933343:285:19430:19451 Colorado Logan, Utah +0.518152 aapg_ah_260.html aapg_ah_260.html:147:20043:20058 Mesaverde Indianola, Iowa +0.257943 aapg_ac_19.html aapg_ac_19.html:188:16265:16274 Jefferson Navarro County, Texas +0.562632 aapg_ac_742.html aapg_ac_742.html:106:12915:12931 Piper Big Horn Mountains +0.262973 aapg_ae_614.html aapg_ae_614.html:337:30319:30325 Denver Russia +0.50295 cspg_html_2650524233 cspg_html_2650524233:184:22521:22538 Bearpaw Lacombe, Alberta +0.264704 geology_html_7356393951 geology_html_7356393951:269:24936:24940 Hall Reno, Nevada +0.479478 cspg_html_9023649778 cspg_html_9023649778:383:43333:43363 Doig Victoria, British Columbia +0.260084 aapg_ad_865.html aapg_ad_865.html:143:15174:15191 Hermosa Logan, Utah +0.239 sedimentology_html_3297550055 sedimentology_html_3297550055:1540:76105:76109 Hess Holborn tube station +0.453628 aapg_ae_464.html aapg_ae_464.html:482:29448:29454 Sonora California +0.509956 aapg_ae_573.html aapg_ae_573.html:163:22250:22278 Smackover Shreveport, Louisiana +0.469989 cspg_html_3008414459 cspg_html_3008414459:43:6679:6695 Mt Lytton Milk River, Alberta +0.244398 aapg_aa_302.html aapg_aa_302.html:466:57768:57785 Pequop Kaibab, Arizona +0.47328 geology_html_3369835926 geology_html_3369835926:421:27656:27662 Provo Switzerland +0.254015 geology_html_3594831494 geology_html_3594831494:11:449:457 Colorado Colorado +0.258063 aapg_aa_685.html aapg_aa_685.html:24:2348:2367 Flagstaff Logan, Utah +0.489056 aapg_aa_145.html aapg_aa_145.html:376:40306:40314 Columbia Pacific coast +0.476844 cspg_html_1915486237 cspg_html_1915486237:279:36741:36749 Columbia Victoria, British Columbia +0.248502 aapg_aa_684.html aapg_aa_684.html:207:20728:20732 Jelm Cheyenne, Wyoming +0.5263 aapg_ae_520.html aapg_ae_520.html:120:10561:10581 Kinderhook Kansas City, Kansas +0.24206 aapg_ae_676.html aapg_ae_676.html:406:49484:49493 Extension Carpathian Ruthenia +0.496485 gsa_html_5107598462 gsa_html_5107598462:249:22650:22656 Salina Onondaga (tribe) +0.246984 aapg_ah_972.html aapg_ah_972.html:376:38477:38485 Whitsett Whitsett, North Carolina +0.250498 aapg_aa_956.html aapg_aa_956.html:12:1645:1667 Jackson Arkansas +0.239117 aapg_ah_505.html aapg_ah_505.html:1689:140353:140359 Denver Idaho Springs, Colorado +0.261476 geology_html_6393511849 geology_html_6393511849:12:512:522 Washington Washington (state) +0.386802 aapg_ae_562.html aapg_ae_562.html:16:2421:2428 Kanawha Huntington, West Virginia +0.268203 aapg_ae_548.html aapg_ae_548.html:528:57395:57408 Santa Barbara California +0.271272 geology_html_9045858655 geology_html_9045858655:172:15361:15371 Washington Washington (state) +0.497988 aapg_ad_204.html aapg_ad_204.html:138:16554:16559 Mecca Palm Springs, California +0.686575 aapg_aa_960.html aapg_aa_960.html:175:15037:15044 Entrada Colorado Springs, Colorado +0.50496 cspg_html_7602315496 cspg_html_7602315496:23:3748:3765 Bearpaw Lacombe, Alberta +0.260096 palaios_html_2298416430 palaios_html_2298416430:367:40539:40559 Cannonball North Carolina +0.261855 aapg_ae_474.html aapg_ae_474.html:1072:112914:112925 Paint Creek Bethel, Alaska +0.245478 aapg_af_353.html aapg_af_353.html:34:4626:4644 San Onofre Breccia Channel Islands of California +0.46563 gsa_html_6117440194 gsa_html_6117440194:148:15799:15812 Gypsum Spring Cheyenne, Wyoming +0.4902 aapg_ad_863.html aapg_ad_863.html:169:22709:22718 Vicksburg Mexico +0.488005 cspg_html_7872970297 cspg_html_7872970297:818:63889:63912 Telford Victoria, British Columbia +0.86296 cspg_html_4785922166 cspg_html_4785922166:371:44048:44076 Horn River Norman Wells +0.269072 aapg_ae_777.html aapg_ae_777.html:342:39569:39576 Tererro Pecos River +0.261612 jgeology_html_1836103970 jgeology_html_1836103970:89:4336:4371 New Glasgow New Glasgow, Nova Scotia +0.822956 aapg_ae_369.html aapg_ae_369.html:421:42948:42963 Eutaw Mississippi River +0.50847 aapg_ae_981.html aapg_ae_981.html:421:36080:36093 Laurel Missouri River +0.493189 aapg_aa_791.html aapg_aa_791.html:89:8613:8628 Boggy Bartlesville, Oklahoma +0.263165 cspg_html_6984906794 cspg_html_6984906794:84:11748:11756 Columbia Manitoba +0.264096 cspg_html_8072057670 cspg_html_8072057670:23:2073:2092 Catahoula Texas +0.477012 gsa_html_4479989476 gsa_html_4479989476:15:612:620 Virginia Reston, Virginia +0.689471 aapg_aa_870.html aapg_aa_870.html:588:54559:54575 Dakota New Mexico +0.478042 cspg_html_9222238695 cspg_html_9222238695:52:8005:8013 Columbia Lacombe, Alberta +0.489712 aapg_ah_753.html aapg_ah_753.html:128:21241:21251 Maringouin Germantown, Montgomery County, Maryland +0.259875 aapg_ah_181.html aapg_ah_181.html:147:17607:17625 Entrada Carmel, Indiana +0.47571 cspg_html_6306091047 cspg_html_6306091047:256:36237:36245 Columbia Victoria, British Columbia +0.515928 gsa_html_9771697332 gsa_html_9771697332:66:5693:5721 Green River Colorado +0.51192 aapg_ad_55.html aapg_ad_55.html:17:2009:2029 Plattin Decorah, Iowa +0.488992 aapg_af_663.html aapg_af_663.html:423:42091:42109 Altamont Grundy County, Tennessee +0.464646 palaios_html_5542013090 palaios_html_5542013090:947:82396:82402 Walker Calgary +0.254012 aapg_ad_368.html aapg_ad_368.html:186:17292:17311 Newcastle White River (Washington) +0.540736 aapg_ah_157.html aapg_ah_157.html:191:26781:26788 Platteville Ottawa, Kansas +0.521478 gsa_html_6600937411 gsa_html_6600937411:54:3369:3397 Green River Colorado +0.479076 gsa_html_4385238876 gsa_html_4385238876:215:25176:25185 Fire Lake Kayah State +0.270399 aapg_ac_807.html aapg_ac_807.html:484:49157:49164 Matawan Matawan, New Jersey +0.893914 aapg_aa_761.html aapg_aa_761.html:606:77052:77069 Ivishak Anchorage, Alaska +0.473 cspg_html_5203550978 cspg_html_5203550978:559:53978:53986 Montreal Quebec City +0.863037 aapg_af_3.html aapg_af_3.html:81:8208:8222 Naco Arizona +0.501072 aapg_ah_623.html aapg_ah_623.html:92:9624:9653 Phosphoria Colorado +0.511038 aapg_ae_75.html aapg_ae_75.html:57:9768:9775 El Paso West, Texas +0.483171 aapg_ac_71.html aapg_ac_71.html:327:38555:38571 Navajo Navajo Nation +0.262656 cspg_html_2040245760 cspg_html_2040245760:6:341:349 Columbia Victoria, British Columbia +0.275044 cspg_html_6216640615 cspg_html_6216640615:825:83865:83897 Muskeg Lacombe, Alberta +0.261096 gsa_html_6859670581 gsa_html_6859670581:15:741:754 Imnaha Basalt Salem, Oregon +0.274032 cspg_html_6816015957 cspg_html_6816015957:49:6798:6827 Fernie Lacombe, Alberta +0.273529 aapg_ad_367.html aapg_ad_367.html:123:10546:10566 Beaverfoot Richmond, California +0.48348 aapg_ah_329.html aapg_ah_329.html:333:33086:33094 Monterey Western world +0.468876 jgeology_html_3899973304 jgeology_html_3899973304:494:31065:31083 Hurricane Mountain Bennington, Vermont +0.829026 gsa_html_1636483297 gsa_html_1636483297:936:80374:80385 Green River Logan, Utah +0.257943 cspg_html_4072152826 cspg_html_4072152826:643:78937:78943 Smiths Canada +0.43945 aapg_ah_329.html aapg_ah_329.html:328:31792:31799 Sisquoc Monterey, California +0.490544 cspg_html_6985536436 cspg_html_6985536436:247:33548:33566 Beaufort Banks Island +0.275044 aapg_ae_916.html aapg_ae_916.html:357:41390:41408 Kootenai Colorado +0.266392 gsa_html_2717448156 gsa_html_2717448156:500:48456:48474 Pocatello Boise, Idaho +0.2545 aapg_ac_187.html aapg_ac_187.html:2921:300198:300215 El Abra Matamoros, Tamaulipas +0.36926 gsa_html_7605900420 gsa_html_7605900420:436:43937:43954 Roberts Mountains Reno, Nevada +0.505317 aapg_ai_698.html aapg_ai_698.html:222:26432:26435 Abo New Mexico +0.257013 aapg_ai_687.html aapg_ai_687.html:145:18336:18344 Principe Guinea +0.496908 cspg_html_2406266627 cspg_html_2406266627:100:12663:12680 Belly River Lacombe, Alberta +0.497034 gsa_html_4557277250 gsa_html_4557277250:758:66817:66849 Carmel Logan, Utah +0.234728 gsa_html_1549665076 gsa_html_1549665076:684:62328:62338 Ellensburg Washington (state) +0.47874 aapg_ak_73.html aapg_ak_73.html:281:24997:25019 Tongue River Medora, North Dakota +0.512415 aapg_ad_766.html aapg_ad_766.html:585:59377:59383 Dakota Shiprock, New Mexico +0.490049 cspg_html_2834693711 cspg_html_2834693711:416:58445:58461 Benson England +0.48768 cspg_html_1812427756 cspg_html_1812427756:157:27190:27203 Kootenay Canmore, Alberta +0.512848 aapg_ai_66.html aapg_ai_66.html:378:34291:34310 Mesaverde Mancos, Colorado +0.504434 aapg_ac_484.html aapg_ac_484.html:734:98215:98220 Husky San Joaquin River +0.249444 cspg_html_7106541506 cspg_html_7106541506:39:4558:4570 Bluesky Miami +0.492184 gsa_html_8499611670 gsa_html_8499611670:854:82253:82258 Colon Ithaca, New York +0.26979 aapg_ai_764.html aapg_ai_764.html:30:4359:4368 Oil Creek Texas +0.509486 cspg_html_3772380029 cspg_html_3772380029:485:61438:61462 Stony Mountain Nelson, New Zealand +0.44408 aapg_ah_847.html aapg_ah_847.html:195:22303:22319 Tinton Closter, New Jersey +0.24543 geology_html_2461616775 geology_html_2461616775:242:18095:18105 Washington Seattle +0.424368 AMJC_html_9113252962 AMJC_html_9113252962:485:56623:56671 Open Cambridge, Massachusetts +0.255398 geology_html_4075168887 geology_html_4075168887:19:895:903 Columbia Columbia District +0.493296 sedimentology_html_3358647812 sedimentology_html_3358647812:1108:86149:86164 Mesaverde Cheyenne, Wyoming +0.495945 aapg_aa_918.html aapg_aa_918.html:1124:113523:113543 Whitehorse Woods County, Oklahoma +0.242063 gsa_html_1119256423 gsa_html_1119256423:13:701:707 Denver Colorado +0.50721 aapg_ah_711.html aapg_ah_711.html:412:53891:53901 Washington Victoria, British Columbia +0.46256 aapg_af_291.html aapg_af_291.html:3:161:175 Lisburne Anchorage, Alaska +0.254178 geology_html_2263108272 geology_html_2263108272:160:19263:19270 St Marys Canada +0.484428 aapg_af_120.html aapg_af_120.html:383:39747:39752 Logan Bloomington, Indiana +0.268323 geology_html_9004383999 geology_html_9004383999:120:11611:11629 Deadwood Canada +0.25551 aapg_af_854.html aapg_af_854.html:939:132827:132839 Renault Yankeetown, Indiana +0.255518 palaios_html_1229296810 palaios_html_1229296810:46:4167:4185 Purisima Santa Cruz, California +0.257316 sedimentology_html_7979863172 sedimentology_html_7979863172:1305:66069:66074 Steel Svalbard and Jan Mayen +0.273006 cspg_html_8612721867 cspg_html_8612721867:1295:145630:145651 Beaverhill Lacombe, Alberta +0.253506 jgeology_html_2034269728 jgeology_html_2034269728:77:3316:3325 Extension Earth +0.25688 geology_html_3067159650 geology_html_3067159650:13:718:728 Washington Washington (state) +0.2455 aapg_ac_677.html aapg_ac_677.html:46:4032:4036 Wise Montague, Prince Edward Island +0.25443 aapg_ac_406.html aapg_ac_406.html:118:11040:11059 Smackover East Texas +0.249368 cspg_html_5295390542 cspg_html_5295390542:479:51375:51405 Doig Lacombe, Alberta +0.253009 aapg_ae_68.html aapg_ae_68.html:360:43641:43648 Oquirrh Reno, Nevada +0.461265 aapg_ac_634.html aapg_ac_634.html:69:8344:8354 Petersburg Texas +0.497466 cspg_html_2873888604 cspg_html_2873888604:239:36285:36293 Columbia Victoria, British Columbia +0.47223 geology_html_6006270570 geology_html_6006270570:17:709:717 Virginia Chesapeake Bay +0.261112 aapg_ac_333.html aapg_ac_333.html:654:80448:80463 Supai Arizona +0.396025 jgeology_html_7697771383 jgeology_html_7697771383:84:3347:3380 Entrada Logan, Utah +0.501177 aapg_ae_876.html aapg_ae_876.html:110:11994:12005 Green River Cedar Mountains +0.672606 cspg_html_2769629211 cspg_html_2769629211:433:50569:50579 Twin Falls Hay River (Canada) +0.255972 cspg_html_2834693711 cspg_html_2834693711:523:72741:72761 Huntingdon Vancouver +0.245952 aapg_ac_924.html aapg_ac_924.html:3:155:172 Madison Cheyenne, Wyoming +0.505494 gsa_html_2541258832 gsa_html_2541258832:1044:75121:75130 San Diego California +0.265738 cspg_html_3796928998 cspg_html_3796928998:57:8265:8277 Granite Wash Lacombe, Alberta +0.452592 aapg_ai_51.html aapg_ai_51.html:9:1615:1630 Bluff Alabama +0.252494 aapg_ae_473.html aapg_ae_473.html:336:30895:30913 Holly Springs Holly Springs, Mississippi +0.2535 gsa_html_4067767548 gsa_html_4067767548:75:7249:7271 Mount Rogers North Carolina +0.261117 AMJC_html_2829615437 AMJC_html_2829615437:136:19922:19942 Washington Pittsburgh +0.502425 aapg_ac_277.html aapg_ac_277.html:26:2865:2884 Aux Vases Chester, Pennsylvania +0.263069 aapg_ad_466.html aapg_ad_466.html:1470:155170:155177 St Marys Chesapeake Bay +0.24064 cspg_html_4374961624 cspg_html_4374961624:107:14803:14820 Chetang Mount Robson Provincial Park +0.4883 gsa_html_9236370057 gsa_html_9236370057:68:4982:5010 Green River Colorado +0.26622 gsa_html_1450002501 gsa_html_1450002501:988:90997:91005 Beaumont Bridgetown, Nova Scotia +0.50895 cspg_html_5955028331 cspg_html_5955028331:549:63083:63101 Dunvegan Ganges +0.249936 cspg_html_9957758447 cspg_html_9957758447:280:39952:39970 Saskatchewan Regina, Saskatchewan +0.510822 aapg_ah_10.html aapg_ah_10.html:428:59469:59487 Monterey San Luis Obispo, California +0.4978 cspg_html_7102673197 cspg_html_7102673197:25:3358:3375 Cardium Lacombe, Alberta +0.479076 aapg_af_719.html aapg_af_719.html:988:86267:86274 Oceanic Togo +0.254 gsa_html_7442738603 gsa_html_7442738603:1236:118532:118536 Kent Earth +0.253492 cspg_html_1993014403 cspg_html_1993014403:243:31240:31255 Eagle Judith River Formation +0.263572 palaios_html_1829506285 palaios_html_1829506285:342:27275:27279 Hall London, Ontario +0.474329 geology_html_1033803680 geology_html_1033803680:138:15655:15662 Oceanic Earth +0.480496 aapg_ae_993.html aapg_ae_993.html:307:29823:29838 Darby Grand Teton +0.48195 aapg_ae_324.html aapg_ae_324.html:75:7130:7138 Virginia Virginia +0.251883 aapg_ai_49.html aapg_ai_49.html:290:35424:35428 Jelm Colorado +0.237165 gsa_html_4071231613 gsa_html_4071231613:166:17701:17731 Coon Hollow Middle East +0.49728 geology_html_9738206646 geology_html_9738206646:210:21388:21392 Bond Logan, Utah +0.44911 aapg_ad_871.html aapg_ad_871.html:496:44454:44471 Genshaw Rockport, Massachusetts +0.41072 gsa_html_4067269733 gsa_html_4067269733:666:59472:59488 Chinle Grand Canyon +0.5148 aapg_ac_940.html aapg_ac_940.html:454:52764:52798 Franconia Wisconsin +0.229405 aapg_aa_891.html aapg_aa_891.html:95:11201:11209 Onondaga Columbus, Ohio +0.272646 aapg_ah_757.html aapg_ah_757.html:3:414:442 Lodgepole Boise, Idaho +0.455157 gsa_html_2561127673 gsa_html_2561127673:86:7531:7561 Quinn River Humboldt County, California +0.49714 aapg_ac_380.html aapg_ac_380.html:349:40151:40169 Bloomsburg Pennsylvania +0.501642 aapg_ai_592.html aapg_ai_592.html:177:28704:28725 Green River Uinta Mountains +0.043212 aapg_ae_884.html aapg_ae_884.html:206:27626:27644 Niobrara Black Hills +0.265728 gsa_html_3330587082 gsa_html_3330587082:371:31073:31091 Rangeley Portland, Maine +0.44838 aapg_ai_986.html aapg_ai_986.html:182:19189:19197 Tensleep Cheyenne, Wyoming +0.475915 aapg_aa_300.html aapg_aa_300.html:3:199:208 San Diego California +0.481371 cspg_html_4655200751 cspg_html_4655200751:136:26368:26374 Antler Nassau, Bahamas +0.506928 aapg_af_653.html aapg_af_653.html:909:105048:105056 Monterey Monterey, California +0.373464 geology_html_9433875128 geology_html_9433875128:275:24460:24473 Saline Valley California +0.249831 aapg_ai_998.html aapg_ai_998.html:49:6467:6475 Niobrara Austin, Chicago +0.472 geology_html_7716525239 geology_html_7716525239:15:809:815 Denver Colorado +0.266742 gsa_html_6062330506 gsa_html_6062330506:491:50451:50468 Rustler Santa Rosa, California +0.902496 aapg_ai_99.html aapg_ai_99.html:11:2118:2126 Ogallala New Mexico +0.253916 palaios_html_2221534395 palaios_html_2221534395:56:8232:8236 Kope Netherlands +0.477717 aapg_ai_29.html aapg_ai_29.html:121:15895:15899 Webb Western world +0.514892 aapg_ae_222.html aapg_ae_222.html:55:7485:7502 Admiral Texas +0.452176 aapg_aa_760.html aapg_aa_760.html:404:44024:44029 Crete Sicily +0.48 aapg_aa_702.html aapg_aa_702.html:17:3121:3136 Elk Colorado +0.263652 sedimentology_html_7072330279 sedimentology_html_7072330279:1528:72253:72257 Bond North Atlantic Current +0.25452 gsa_html_5664265459 gsa_html_5664265459:16:731:740 San Diego California +0.50566 gsa_html_3996835348 gsa_html_3996835348:71:6318:6346 Green River Colorado +0.467818 aapg_af_897.html aapg_af_897.html:149:13723:13740 Hermosa Colorado +0.25705 cspg_html_9613527162 cspg_html_9613527162:109:15422:15442 Banff Nelson, New Zealand +0.922504 aapg_ae_863.html aapg_ae_863.html:559:64616:64631 Pico Ventura County, California +0.45984 geology_html_8708783169 geology_html_8708783169:28:2119:2127 La Habra California +0.268786 cspg_html_4664502755 cspg_html_4664502755:877:94609:94628 Crowsnest Lacombe, Alberta +0.24232 aapg_aa_20.html aapg_aa_20.html:8:1240:1256 Caseyville Wanless Park +0.25806 aapg_ae_981.html aapg_ae_981.html:246:21107:21113 Laurel Cape Girardeau, Missouri +0.477274 palaios_html_6281622578 palaios_html_6281622578:172:16254:16259 Chazy Middle Ordovician +0.265734 cspg_html_5117208919 cspg_html_5117208919:161:13694:13714 Forest Victoria, British Columbia +0.266156 gsa_html_5737673651 gsa_html_5737673651:424:37006:37037 Chinle Colorado +0.264654 cspg_html_3891690307 cspg_html_3891690307:392:40399:40407 Pine Key Melbourne, Florida +0.258048 gsa_html_3860045860 gsa_html_3860045860:1297:113418:113428 Washington California +0.500835 palaios_html_4940783464 palaios_html_4940783464:369:38978:38996 Yakataga Illinois +0.25104 aapg_ae_73.html aapg_ae_73.html:573:77489:77506 Minturn Las Vegas Strip +0.259065 sedimentology_html_6714245905 sedimentology_html_6714245905:821:56589:56595 Lakota Cheyenne, Wyoming +0.236662 aapg_ae_0.html aapg_ae_0.html:198:26739:26745 Galena Seward, Alaska +0.508416 aapg_ai_583.html aapg_ai_583.html:860:87587:87593 Casper Colorado +0.231136 sedimentology_html_8923738088 sedimentology_html_8923738088:1780:95289:95308 Pine Point Western Canadian Sedimentary Basin +0.245338 gsa_html_9525385678 gsa_html_9525385678:188:23937:23945 Columbia Colorado +0.262636 cspg_html_2863271815 cspg_html_2863271815:456:50818:50835 Salina Guelph +0.247 aapg_ac_333.html aapg_ac_333.html:688:82803:82819 Bursum New Mexico +0.256332 gsa_html_9406395350 gsa_html_9406395350:15:851:859 Colorado Denver +0.25428 aapg_ai_17.html aapg_ai_17.html:248:20938:20946 Colorado Texas +0.26367 aapg_ai_410.html aapg_ai_410.html:336:29171:29179 Woodford Arkansas +0.440286 aapg_ae_553.html aapg_ae_553.html:239:27190:27196 Walker California +0.459816 aapg_af_575.html aapg_af_575.html:974:139851:139871 Stillwater Stratford, Connecticut +0.264027 aapg_ad_925.html aapg_ad_925.html:3:184:207 Slope Colombia +0.244398 aapg_ae_64.html aapg_ae_64.html:21:3190:3199 Beartooth Absaroka +0.274052 aapg_ad_3.html aapg_ad_3.html:89:8853:8864 Beekmantown Pennsylvania +0.47311 cspg_html_6306091047 cspg_html_6306091047:73:12895:12904 Baldonnel Victoria, British Columbia +0.442719 gsa_html_2832151886 gsa_html_2832151886:487:42612:42620 Columbia Victoria, British Columbia +0.49712 aapg_ac_527.html aapg_ac_527.html:242:28016:28022 Brazil Korea +0.482924 gsa_html_1931201430 gsa_html_1931201430:679:67765:67772 Hunting Salem, Oregon +0.464486 jgeology_html_9413634903 jgeology_html_9413634903:537:42475:42485 Washington Victoria, British Columbia +0.256522 geology_html_9027547689 geology_html_9027547689:12:482:490 Colorado Denver +0.436536 aapg_ah_138.html aapg_ah_138.html:19:1948:1954 Dakota Niobrara, Nebraska +0.244528 aapg_ah_49.html aapg_ah_49.html:241:25876:25893 Castaic Castaic, California +0.263133 cspg_html_7667087595 cspg_html_7667087595:19:2366:2384 Lea Park Lacombe, Alberta +0.266252 gsa_html_7875871937 gsa_html_7875871937:486:48912:48920 Beaumont Caldwell, New Jersey +0.256032 cspg_html_9119878068 cspg_html_9119878068:402:48739:48764 Beaverhill Lacombe, Alberta +0.264027 aapg_aa_267.html aapg_aa_267.html:698:58061:58081 Greenbrier Huntington, West Virginia +0.312133 aapg_aa_147.html aapg_aa_147.html:290:35477:35495 Deadwood Winnipeg +0.271413 aapg_ad_2.html aapg_ad_2.html:1119:152884:152895 Beekmantown Adirondack Park +0.503126 aapg_ak_87.html aapg_ak_87.html:408:52554:52568 Earp Mogollon, New Mexico +0.233285 gsa_html_8241338635 gsa_html_8241338635:175:15629:15644 Bouse Colorado +0.492143 gsa_html_8244777175 gsa_html_8244777175:530:59328:59339 Moose River Portland, Maine +0.27404 aapg_ad_721.html aapg_ad_721.html:259:24017:24021 Yeso New Mexico +0.24948 aapg_aa_159.html aapg_aa_159.html:492:50212:50246 El Paso Texas +0.258937 cspg_html_6284849447 cspg_html_6284849447:241:18242:18264 Eureka Sound Canadian Arctic Archipelago +0.259056 aapg_af_198.html aapg_af_198.html:9:1471:1491 Allegheny Pottsville, Pennsylvania +0.512425 aapg_ad_697.html aapg_ad_697.html:71:7211:7222 Green River Colorado +0.256386 aapg_ah_994.html aapg_ah_994.html:412:42136:42149 Woodbine Shreveport, Louisiana +0.467857 gsa_html_4460244257 gsa_html_4460244257:29:2170:2176 Denver Colorado +0.260598 sedimentology_html_6454285340 sedimentology_html_6454285340:1586:106649:106655 Oxford North Sea oil +0.236526 aapg_af_745.html aapg_af_745.html:612:82440:82454 Colorado Niobrara, Nebraska +0.495792 aapg_ac_613.html aapg_ac_613.html:182:28089:28108 Mesaverde La Ventana +0.478225 cspg_html_9046359229 cspg_html_9046359229:462:68965:68973 Dunvegan Victoria, British Columbia +0.487014 aapg_ae_295.html aapg_ae_295.html:201:22739:22747 Nacatoch Arkadelphia, Arkansas +0.475776 aapg_ad_659.html aapg_ad_659.html:445:63283:63297 Nonesuch Michigan +0.848237 aapg_ah_96.html aapg_ah_96.html:190:21701:21723 Winnipeg Manitoba +0.47991 palaios_html_8549721490 palaios_html_8549721490:152:19599:19610 Cutler Logan, Utah +0.26416 aapg_ae_837.html aapg_ae_837.html:197:14320:14334 Frio Houston +0.487956 cspg_html_6383234409 cspg_html_6383234409:228:24209:24220 Goose Fiord Ellesmere Island +0.500076 gsa_html_1363375228 gsa_html_1363375228:1174:97277:97305 Green River Iran +0.252 aapg_ae_875.html aapg_ae_875.html:187:22709:22725 Robles Puerto Rico +0.522844 aapg_ai_523.html aapg_ai_523.html:38:4574:4580 Maroon Chinle Formation +0.476088 aapg_af_789.html aapg_af_789.html:41:6091:6115 Coeymans Virginia +0.254364 cspg_html_7777724998 cspg_html_7777724998:316:45915:45933 Cadomin Bellevue, Nebraska +0.25441 aapg_af_773.html aapg_af_773.html:352:38418:38439 Green River Cheyenne, Wyoming +0.508116 aapg_ac_617.html aapg_ac_617.html:98:12083:12101 Oakville Oakville, California +0.463425 aapg_ah_411.html aapg_ah_411.html:188:22162:22170 Colorado Lacombe, Alberta +0.248412 palaios_html_7274959329 palaios_html_7274959329:824:59233:59246 Potsdam Quebec City +0.255518 aapg_ah_659.html aapg_ah_659.html:11:1904:1931 Uinta Logan, Utah +0.502856 aapg_aa_381.html aapg_aa_381.html:41:5751:5765 Monterey Rancho Santa Margarita, California +0.477785 aapg_aa_762.html aapg_aa_762.html:463:50167:50178 San Antonio Texas +0.465696 aapg_ae_777.html aapg_ae_777.html:316:37429:37453 Espiritu Santo Sangre de Cristo Range +0.265144 aapg_ad_564.html aapg_ad_564.html:4006:312815:312826 Skull Creek Powder River Basin +0.475547 AMJC_html_7376657518 AMJC_html_7376657518:1004:95748:95754 Brazil Mato Grosso do Sul +0.496125 cspg_html_5376629375 cspg_html_5376629375:41:7946:7954 Columbia Victoria, British Columbia +0.247324 palaios_html_4834438637 palaios_html_4834438637:493:46350:46365 Melville Island Canada +0.482646 geology_html_7286899741 geology_html_7286899741:205:21059:21068 San Diego California +0.26108 gsa_html_9487992082 gsa_html_9487992082:255:31092:31109 Dakota Kaibab, Arizona +0.257484 gsa_html_8881958017 gsa_html_8881958017:571:53808:53821 Slocan Victoria, British Columbia +0.299 aapg_ae_174.html aapg_ae_174.html:456:53593:53625 Martinsburg Texas +0.48735 aapg_ai_583.html aapg_ai_583.html:87:12533:12547 Sundance Nebraska +0.495104 cspg_html_4272664788 cspg_html_4272664788:59:9441:9449 Columbia Lacombe, Alberta +0.278244 palaios_html_9628693601 palaios_html_9628693601:316:31908:31918 Washington San Juan Islands +0.922254 aapg_ac_364.html aapg_ac_364.html:47:5469:5487 Sundance Black Hills +0.444276 gsa_html_8398449001 gsa_html_8398449001:58:4920:4930 Bear River Uinta Mountains +0.271152 sedimentology_html_3063208535 sedimentology_html_3063208535:1622:147527:147531 Hall London, Ontario +0.258572 aapg_af_26.html aapg_af_26.html:18:2797:2814 Spencer Corvallis, Oregon +0.492862 aapg_ae_345.html aapg_ae_345.html:564:45962:45979 Tuscaloosa Tuscaloosa, Alabama +0.251412 cspg_html_4392308496 cspg_html_4392308496:76:13214:13235 Bonaventure Nashville Basin +0.257374 geology_html_6895819031 geology_html_6895819031:37:4357:4369 Devon Island Canadian Arctic Archipelago +0.489915 gsa_html_7657889405 gsa_html_7657889405:1206:95878:95906 Green River Iran +0.498759 aapg_ai_81.html aapg_ai_81.html:175:17486:17492 Oswayo Pennsylvania +0.259017 aapg_ac_333.html aapg_ac_333.html:1289:155245:155265 San Andres Arizona +0.49244 aapg_ai_540.html aapg_ai_540.html:20:2025:2031 Oregon Washington (state) +0.25048 palaios_html_6057846631 palaios_html_6057846631:539:52528:52560 Montney Lacombe, Alberta +0.472248 gsa_html_7296412338 gsa_html_7296412338:1051:89058:89070 Rockwell Los Angeles +0.24624 cspg_html_6383234409 cspg_html_6383234409:566:59630:59650 Weatherall Bathurst Island (Northern Territory) +0.262913 aapg_af_663.html aapg_af_663.html:584:57705:57718 Bedford Adair County, Missouri +0.264654 aapg_ah_119.html aapg_ah_119.html:46:4756:4767 Tar Springs Batesville, Arkansas +0.49329 palaios_html_9973267562 palaios_html_9973267562:65:9671:9685 Kope Netherlands +0.461756 aapg_aa_248.html aapg_aa_248.html:39:3553:3564 San Antonio Texas +0.25823 aapg_ai_583.html aapg_ai_583.html:77:12058:12063 Swift Cheyenne, Wyoming +0.382259 aapg_ad_694.html aapg_ad_694.html:80:10374:10382 Woodbine Arkansas +0.458388 aapg_ai_0.html aapg_ai_0.html:1251:133616:133626 Rio Grande Texas +0.262144 palaios_html_1222907427 palaios_html_1222907427:565:57125:57146 Green River Cheyenne, Wyoming +0.240091 aapg_ah_82.html aapg_ah_82.html:359:35314:35320 Sierra Mexico +0.254478 aapg_ai_147.html aapg_ai_147.html:68:7432:7450 Palliser Mountain Park (Holyoke, Massachusetts) +0.264784 aapg_ai_542.html aapg_ai_542.html:149:14599:14608 Mesaverde Logan, Utah +0.480916 aapg_ai_751.html aapg_ai_751.html:334:37220:37226 Walton Buckhannon, West Virginia +0.472688 gsa_html_3087345578 gsa_html_3087345578:12:633:641 Colorado Denver +0.46109 aapg_ae_59.html aapg_ae_59.html:584:47453:47459 Denver Colorado +0.25956 aapg_af_579.html aapg_af_579.html:36:5272:5281 Telluride Ouray, Colorado +0.270908 gsa_html_7633967689 gsa_html_7633967689:352:40584:40591 Waipaoa North Island (Houtman Abrolhos) +0.46645 aapg_ad_318.html aapg_ad_318.html:493:60220:60234 Pleasant Mills Bloomington, Indiana +0.829137 cspg_html_7278001817 cspg_html_7278001817:93:13433:13447 Toad Pine River (Michigan) +0.487786 cspg_html_1784868850 cspg_html_1784868850:370:38890:38898 Columbia Victoria, British Columbia +0.271405 aapg_ai_699.html aapg_ai_699.html:47:8127:8144 Beekmantown Green Mountain +0.4608 gsa_html_8427644447 gsa_html_8427644447:18:1012:1020 Colorado Denver +0.256036 aapg_af_568.html aapg_af_568.html:408:37069:37087 Sundance Colorado +0.282735 aapg_ak_58.html aapg_ak_58.html:6:760:782 Harpersville Texas +0.253967 aapg_ac_611.html aapg_ac_611.html:321:36685:36694 East Fork Roaring Fork River +0.27092 aapg_ae_73.html aapg_ae_73.html:466:61733:61745 Pierre Las Vegas Strip +0.237614 aapg_ai_949.html aapg_ai_949.html:16:2570:2575 Yukon Mackenzie River +0.279306 aapg_ad_111.html aapg_ad_111.html:83:10043:10062 Mesaverde Colorado +0.450369 cspg_html_7941684345 cspg_html_7941684345:362:51126:51138 Granite Wash Lacombe, Alberta +0.483652 aapg_ae_187.html aapg_ae_187.html:11:1189:1197 Michigan Bloomington, Indiana +0.25347 aapg_ac_807.html aapg_ac_807.html:868:84614:84620 Ripley Mississippi River +0.484692 gsa_html_7053510738 gsa_html_7053510738:22:1142:1150 Colorado Denver +0.450528 aapg_aa_898.html aapg_aa_898.html:94:12008:12027 Flagstaff Logan, Utah +0.486472 sedimentology_html_9186155432 sedimentology_html_9186155432:948:49575:49581 Forbes Africa +0.474672 aapg_ad_785.html aapg_ad_785.html:852:93113:93120 Hermosa Colorado +0.272475 palaios_html_2276475028 palaios_html_2276475028:497:53546:53560 Ogallala Hitchcock County, Nebraska +0.363771 palaios_html_3825798781 palaios_html_3825798781:325:31470:31497 Clayton Alabama +0.488748 aapg_af_663.html aapg_af_663.html:24:3207:3229 Higginsville Fort Scott National Historic Site +0.258 aapg_af_489.html aapg_af_489.html:205:17108:17126 San Miguel Texas +0.466431 aapg_ae_46.html aapg_ae_46.html:843:85136:85154 Hudspeth Hudspeth County, Texas +0.471801 aapg_ac_831.html aapg_ac_831.html:3:507:524 Paradox Colorado +0.26265 gsa_html_9053175553 gsa_html_9053175553:67:8721:8740 Flagstaff North Horn Formation +0.228219 aapg_ad_567.html aapg_ad_567.html:34:5915:5926 Mowry Powder River Basin +0.46827 gsa_html_9161666105 gsa_html_9161666105:742:55968:55977 Peninsula Quebec City +0.25026 aapg_ad_335.html aapg_ad_335.html:283:33397:33407 Fort Union Fort Union Trading Post National Historic Site +0.506258 aapg_ac_214.html aapg_ac_214.html:25:3138:3155 Entrada Arizona +0.195546 aapg_ah_647.html aapg_ah_647.html:1164:111085:111097 Percha Arizona +0.510976 aapg_ai_665.html aapg_ai_665.html:43:6587:6595 Colorado Mississippi River +0.253512 geology_html_3745954494 geology_html_3745954494:223:19663:19670 Andrews Earth +0.256968 cspg_html_4287356899 cspg_html_4287356899:788:110330:110349 Tahkandit Anchorage, Alaska +0.252813 cspg_html_5595872887 cspg_html_5595872887:71:9387:9405 Saskatchewan Lethbridge +0.481143 aapg_aa_732.html aapg_aa_732.html:34:6085:6102 Edwards Texas +0.25553 aapg_ae_846.html aapg_ae_846.html:109:11060:11067 Paradox Arizona +0.47322 aapg_aa_761.html aapg_aa_761.html:76:9593:9610 Ivishak Prudhoe Bay Oil Field +0.257514 cspg_html_6306091047 cspg_html_6306091047:513:69867:69876 Baldonnel Southeast Asia +0.495378 gsa_html_5737673651 gsa_html_5737673651:499:41681:41697 Chinle Flagstaff, Arizona +0.26826 aapg_ah_814.html aapg_ah_814.html:69:7034:7039 Tokio Tuscaloosa, Alabama +0.260977 gsa_html_1734656819 gsa_html_1734656819:197:17071:17079 Imperial Palm Springs, California +0.270878 sedimentology_html_7298419341 sedimentology_html_7298419341:1294:83193:83208 Mesaverde Logan, Utah +0.251314 aapg_ai_584.html aapg_ai_584.html:915:96239:96247 Roundtop Black Hills +0.271392 gsa_html_4520182275 gsa_html_4520182275:1022:108850:108856 Snyder California +0.270908 aapg_ah_157.html aapg_ah_157.html:191:26757:26768 Black River Platteville, Colorado +0.47658 aapg_ad_954.html aapg_ad_954.html:262:28077:28089 Elvins Missouri River +0.502164 gsa_html_3380395839 gsa_html_3380395839:471:49533:49543 Washington Anchorage, Alaska +0.47025 aapg_ae_0.html aapg_ae_0.html:7:800:812 Beaver Creek Kenai, Alaska +0.257556 aapg_ad_728.html aapg_ad_728.html:13:2216:2226 Brownstown Arkansas +0.495496 cspg_html_8840748783 cspg_html_8840748783:585:74214:74232 Dunvegan Lacombe, Alberta +0.27918 cspg_html_3772380029 cspg_html_3772380029:670:82741:82752 Severn River River Severn +0.508167 aapg_ah_628.html aapg_ah_628.html:15:2176:2182 Chinle Chinle Formation +0.264195 cspg_html_3041902517 cspg_html_3041902517:967:106057:106077 Ross Victoria, British Columbia +0.503807 aapg_ai_962.html aapg_ai_962.html:366:28051:28068 San Andres New Mexico +0.480816 gsa_html_7715952024 gsa_html_7715952024:549:45202:45218 Toroweap Arizona +0.259931 aapg_ae_223.html aapg_ae_223.html:118:14703:14721 Frontier Cheyenne, Wyoming +0.49725 gsa_html_5587803184 gsa_html_5587803184:417:40112:40140 Green River Colorado +0.471942 aapg_ae_355.html aapg_ae_355.html:35:3445:3451 Sierra Colombia +0.4902 aapg_ae_959.html aapg_ae_959.html:2145:153419:153437 Grayburg Rush Springs, Oklahoma +0.47616 cspg_html_9912281240 cspg_html_9912281240:705:76419:76428 Cathedral Lacombe, Alberta +0.161 aapg_ah_48.html aapg_ah_48.html:460:54465:54481 Inyan Kara Black Hills +0.256608 aapg_ad_467.html aapg_ad_467.html:320:24247:24268 Black Creek Black Creek (Toronto) +0.25392 aapg_aa_148.html aapg_aa_148.html:191:21476:21488 Burro Canyon Colorado +0.49294 aapg_ac_741.html aapg_ac_741.html:77:8873:8891 Niobrara Sharon Springs, Kansas +0.253272 sedimentology_html_5742481863 sedimentology_html_5742481863:2067:101915:101921 Laguna Chile +0.476252 aapg_aa_357.html aapg_aa_357.html:289:26556:26567 Green River Colorado +0.272483 cspg_html_3762708087 cspg_html_3762708087:518:68862:68878 Viking Regina, Saskatchewan +0.248745 jgeology_html_2236057972 jgeology_html_2236057972:590:34768:34777 Point Sal Healdsburg, California +0.258792 aapg_ae_985.html aapg_ae_985.html:42:3930:3942 Arroyo Carlsbad, New Mexico +0.480102 gsa_html_4431779557 gsa_html_4431779557:654:49544:49563 Seminole Monahans, Texas +0.44462 aapg_aa_153.html aapg_aa_153.html:19:2256:2262 Ithaca West Fork River +0.468384 aapg_af_38.html aapg_af_38.html:53:5977:5994 El Abra El Abra +0.265189 aapg_ae_904.html aapg_ae_904.html:526:54538:54546 Foremost Bow Island Airport +0.256512 gsa_html_3907967944 gsa_html_3907967944:14:608:615 Windsor Ontario, California +0.238632 cspg_html_8612721867 cspg_html_8612721867:1244:142633:142666 Graminia Lacombe, Alberta +0.50445 aapg_ah_340.html aapg_ah_340.html:284:31706:31714 Kiamichi Goodland, Kansas +0.236662 geology_html_2442755584 geology_html_2442755584:132:8649:8655 Forest Reno, Nevada +0.51548 aapg_af_575.html aapg_af_575.html:552:75883:75900 Keokuk Burlington, Ontario +0.261476 aapg_af_918.html aapg_af_918.html:47:4760:4767 Tecovas Texas +0.247883 palaios_html_2746116737 palaios_html_2746116737:802:66581:66597 Ripley Alabama +0.47142 gsa_html_3038126504 gsa_html_3038126504:524:51996:52020 Bouse Lake Mead +0.259408 aapg_ah_647.html aapg_ah_647.html:993:105678:105702 Kaibab Arizona +0.479182 aapg_aa_147.html aapg_aa_147.html:60:9006:9025 Stonewall Regina, Saskatchewan +0.249498 geology_html_9248989380 geology_html_9248989380:282:23457:23465 Scotland North Connel +0.256905 aapg_ac_257.html aapg_ac_257.html:42:8488:8504 Frisco Frisco, Texas +0.475205 aapg_ai_877.html aapg_ai_877.html:198:20890:20897 Venango Pennsylvania +0.473184 aapg_af_461.html aapg_af_461.html:186:17029:17051 Lake Church Lake Michigan +0.4784 aapg_ae_708.html aapg_ae_708.html:522:58034:58054 Nolichucky Virginia +0.183253 aapg_aa_691.html aapg_aa_691.html:530:69248:69256 Pinnacle Michigan +0.478 gsa_html_3387611512 gsa_html_3387611512:1276:127887:127902 Orocopia Schist California +0.257374 aapg_ae_113.html aapg_ae_113.html:208:26478:26513 Stuart Bathurst Island (Northern Territory) +0.257964 gsa_html_7555021318 gsa_html_7555021318:14:744:757 Santa Barbara California +0.26877 aapg_ac_246.html aapg_ac_246.html:594:57748:57767 Newcastle Mississippi River +0.48034 gsa_html_2447153734 gsa_html_2447153734:906:77155:77183 Green River Iran +0.251779 jgeology_html_8907302911 jgeology_html_8907302911:556:44214:44220 Oxford Pergamon Museum +0.252476 cspg_html_4056366713 cspg_html_4056366713:146:25477:25495 Paskapoo Calgary +0.496683 aapg_ae_185.html aapg_ae_185.html:49:4832:4841 Shongaloo Shreveport, Louisiana +0.2345 aapg_ah_881.html aapg_ah_881.html:88:9917:9937 Huntingdon Washington (state) +0.47124 cspg_html_1893593837 cspg_html_1893593837:102:8108:8124 Bad Cache Rapids Churchill River (Atlantic) +0.503564 gsa_html_3648258377 gsa_html_3648258377:1006:93780:93787 Magothy Merchantville, New Jersey +0.502516 aapg_ac_590.html aapg_ac_590.html:19:2446:2454 Ogallala El Capitan +0.476215 cspg_html_6984906794 cspg_html_6984906794:680:51164:51178 Woodbine Fredericksburg, Texas +0.254364 gsa_html_1636483297 gsa_html_1636483297:1020:85639:85667 Green River Cheyenne, Wyoming +0.266936 aapg_ac_613.html aapg_ac_613.html:222:35344:35359 Mesaverde New Mexico +0.266742 aapg_ai_584.html aapg_ai_584.html:86:8744:8762 Fairbank Des Moines, Washington +0.489984 aapg_aa_22.html aapg_aa_22.html:1085:80430:80436 Galena Maquoketa, Iowa +0.474 gsa_html_7808051457 gsa_html_7808051457:515:47170:47187 Dotsero Glenwood, Utah +0.460299 aapg_ah_754.html aapg_ah_754.html:145:17335:17342 Narrows Burrard Peninsula +0.90725 aapg_ad_2.html aapg_ad_2.html:1449:197317:197334 Martinsburg Pennsylvania +0.251001 geology_html_8881449794 geology_html_8881449794:215:20981:20987 Pueblo Colorado +0.492701 cspg_html_5515814749 cspg_html_5515814749:6:542:556 Colorado Lacombe, Alberta +0.484022 aapg_ad_146.html aapg_ad_146.html:78:6321:6326 Logan Cheyenne, Wyoming +0.502758 aapg_ah_160.html aapg_ah_160.html:397:48445:48453 Michigan Ohio +0.466095 cspg_html_7602315496 cspg_html_7602315496:34:5516:5527 Belly River Milk River, Alberta +0.46368 gsa_html_1382394008 gsa_html_1382394008:657:56797:56803 Oxford Pakistan +0.22624 aapg_ad_466.html aapg_ad_466.html:171:18890:18902 Mount Laurel Salem, Massachusetts +0.248446 gsa_html_2374661120 gsa_html_2374661120:540:55016:55026 Bear River Sevier River +0.83631 aapg_aa_106.html aapg_aa_106.html:70:7760:7780 Dawson Bay Manitoba +0.49556 aapg_ah_754.html aapg_ah_754.html:113:13101:13105 Wendover Sucia Island +0.7215 cspg_html_3610827329 cspg_html_3610827329:92:11952:11957 Banff Turtle Mountain (Alberta) +0.24864 gsa_html_6753732431 gsa_html_6753732431:112:10848:10863 Sespe Santa Monica Mountains +0.256522 aapg_aa_4.html aapg_aa_4.html:205:27550:27556 Ithaca Ithaca, New York +0.484352 aapg_ae_731.html aapg_ae_731.html:384:35735:35757 Grand Rapids Lacombe, Alberta +0.499069 gsa_html_3648258377 gsa_html_3648258377:520:51118:51139 Marshalltown Bass River Township, New Jersey +0.469392 aapg_aa_684.html aapg_aa_684.html:76:9254:9263 Chugwater Cheyenne, Wyoming +0.472342 aapg_ai_581.html aapg_ai_581.html:253:23884:23892 Colorado Denver +0.239598 palaios_html_6025329652 palaios_html_6025329652:683:52837:52853 Luning Reno, Nevada +0.495645 cspg_html_1781462584 cspg_html_1781462584:156:20346:20369 Turner Valley Arctic Cordillera +0.271906 cspg_html_9501006975 cspg_html_9501006975:556:57115:57144 Dunvegan Canada +0.26061 geology_html_1001858158 geology_html_1001858158:261:22791:22799 Columbia Victoria, British Columbia +0.248844 aapg_af_575.html aapg_af_575.html:1183:170333:170341 Niobrara Fort Hayes +0.483759 gsa_html_8794167975 gsa_html_8794167975:173:18257:18278 Bell Great Lakes +0.2585 sedimentology_html_6865792054 sedimentology_html_6865792054:1423:92300:92334 San Andres New Mexico +0.270878 jgeology_html_4305195651 jgeology_html_4305195651:594:74254:74276 Spechty Kopf New York City +0.481 cspg_html_7336022118 cspg_html_7336022118:262:32798:32808 Missisauga Louisbourg, Nova Scotia +0.475488 geology_html_5956073975 geology_html_5956073975:12:555:561 Reston Virginia +0.268 aapg_ah_644.html aapg_ah_644.html:394:47150:47165 Swift Regina, Saskatchewan +0.78501 sedimentology_html_7800568833 sedimentology_html_7800568833:507:45194:45215 Ridge Route Clearwater, Florida +0.259084 aapg_ai_322.html aapg_ai_322.html:138:10949:10954 Atima Honduras +0.489658 aapg_ai_256.html aapg_ai_256.html:173:18381:18402 Black River Ohio +0.267624 jgeology_html_8528623267 jgeology_html_8528623267:1392:85673:85690 White River Nebraska +0.48828 gsa_html_2266546108 gsa_html_2266546108:453:49157:49173 Tehama Central Valley (California) +0.480255 aapg_aa_802.html aapg_aa_802.html:187:15682:15690 La Habra California +0.26208 aapg_ah_416.html aapg_ah_416.html:212:18105:18112 Pakowki Milk River, Alberta +0.259032 gsa_html_9353787239 gsa_html_9353787239:1269:105195:105210 Nankoweap Arizona +0.496544 aapg_aa_147.html aapg_aa_147.html:65:9930:9942 Saskatchewan Manitoba +0.818125 aapg_ai_592.html aapg_ai_592.html:179:28972:28983 Green River Uinta Mountains +0.256011 cspg_html_9872589627 cspg_html_9872589627:26:3835:3852 Halfway Lacombe, Alberta +0.257556 aapg_aa_844.html aapg_aa_844.html:165:16525:16536 Monongahela Allegany County, New York +0.500511 jgeology_html_2890216221 jgeology_html_2890216221:864:50927:50933 Jordan Amman +0.242526 aapg_ae_666.html aapg_ae_666.html:315:33121:33125 Bell Logan, Utah +0.482384 aapg_aa_339.html aapg_aa_339.html:44:3279:3296 Foraker Fort Riley North, Kansas +0.25026 aapg_ai_975.html aapg_ai_975.html:281:26992:27012 Sligo County Sligo +0.256522 aapg_aa_4.html aapg_aa_4.html:321:42990:42996 Ithaca Ithaca, New York +0.374496 aapg_ad_152.html aapg_ad_152.html:1094:139811:139825 Arcturus Reno, Nevada +0.265221 aapg_aa_675.html aapg_aa_675.html:9:962:967 Uinta San Juan, Argentina +0.252416 geology_html_8304470289 geology_html_8304470289:13:636:642 Provo Texas +0.475092 cspg_html_9093703322 cspg_html_9093703322:112:14051:14061 Pine Point Edmonton, London +0.261542 aapg_aa_143.html aapg_aa_143.html:774:86011:86047 Marble Falls Texas +0.478225 aapg_ai_153.html aapg_ai_153.html:97:17003:17010 Kanawha Monongahela, Pennsylvania +0.89012 cspg_html_4348111624 cspg_html_4348111624:312:41451:41473 Winnipegosis Williston Basin +0.489472 aapg_ah_756.html aapg_ah_756.html:251:23136:23155 Grayburg New Mexico +0.27432 cspg_html_3521815736 cspg_html_3521815736:322:45501:45508 Halfway Lacombe, Alberta +0.512487 aapg_ac_551.html aapg_ac_551.html:3:405:429 Frio Gulf Coast of the United States +0.483426 aapg_ae_376.html aapg_ae_376.html:42:3600:3615 Pecan Gap Chalk Texas +0.24378 aapg_af_469.html aapg_af_469.html:369:41885:41893 Humboldt Reno, Nevada +0.251955 aapg_ac_346.html aapg_ac_346.html:43:5111:5128 Bromide Great Britain +0.232035 aapg_af_663.html aapg_af_663.html:197:23242:23248 Pawnee Missouri River +0.255 geology_html_8933582713 geology_html_8933582713:247:19419:19423 Bond North Atlantic Current +0.49115 cspg_html_9421299011 cspg_html_9421299011:694:54243:54255 Saskatchewan Mississippian culture +0.492093 aapg_ai_996.html aapg_ai_996.html:32:4635:4643 Virginia Norfolk, Virginia +0.488376 aapg_ah_181.html aapg_ah_181.html:127:15152:15159 Wingate Chinle Formation +0.26159 geology_html_2685302093 geology_html_2685302093:46:3852:3862 San Andres South America +0.259588 gsa_html_4234009219 gsa_html_4234009219:44:4023:4041 Whitemud Canada +0.259844 aapg_af_128.html aapg_af_128.html:499:44265:44273 Colorado Colorado +0.255972 gsa_html_4191208013 gsa_html_4191208013:200:18352:18379 Concepcion Encanto Park +0.268099 aapg_af_551.html aapg_af_551.html:120:13733:13750 Keokuk Burlington, Ontario +0.484188 aapg_ae_794.html aapg_ae_794.html:212:26469:26490 Coon Creek Selma to Montgomery marches +0.257544 geology_html_5323396367 geology_html_5323396367:19:1442:1448 Oregon Washington (state) +0.249711 cspg_html_5438428738 cspg_html_5438428738:101:12365:12371 Brazil Quebec City +0.68832 cspg_html_7942491933 cspg_html_7942491933:99:9517:9524 Cadomin Pine River (Michigan) +0.49896 aapg_ad_834.html aapg_ad_834.html:82:9318:9326 Coalspur Lacombe, Alberta +0.475571 cspg_html_6566356550 cspg_html_6566356550:166:24311:24316 Banff Victoria, British Columbia +0.255258 cspg_html_8571955552 cspg_html_8571955552:312:39122:39137 Kamik Old Crow, Yukon +0.238496 cspg_html_6502178723 cspg_html_6502178723:440:49783:49791 Columbia Lacombe, Alberta +0.268308 aapg_af_568.html aapg_af_568.html:360:35096:35114 Converse Cheyenne, Wyoming +0.24948 cspg_html_3102530088 cspg_html_3102530088:69:9088:9108 Mt Lytton Canada +0.453024 aapg_ac_689.html aapg_ac_689.html:46:5483:5489 Morgan Washington (state) +0.712152 aapg_ah_869.html aapg_ah_869.html:30:3746:3752 Dakota Eaton, Ohio +0.255955 cspg_html_8438548095 cspg_html_8438548095:317:31036:31052 Wapiti Edmonton, London +0.264549 aapg_af_48.html aapg_af_48.html:29:4502:4519 Bluff Bloomington, Indiana +0.257536 aapg_af_425.html aapg_af_425.html:95:9497:9503 Denver Colorado +0.434848 aapg_ai_1.html aapg_ai_1.html:351:31445:31453 Colorado Glenwood Springs, Colorado +0.508804 palaios_html_5958626598 palaios_html_5958626598:415:38836:38856 Brassfield Ohio +0.508464 aapg_ac_967.html aapg_ac_967.html:203:22424:22442 John Day Western world +0.48093 geology_html_6350726541 geology_html_6350726541:192:20843:20848 Stump Victoria Land +0.271437 aapg_ai_148.html aapg_ai_148.html:66:6234:6239 Leduc Edmonton, London +0.26784 aapg_af_579.html aapg_af_579.html:203:21437:21454 Entrada Colorado +0.269698 palaios_html_3232474978 palaios_html_3232474978:853:66760:66775 Liard Canada +0.502392 aapg_ai_468.html aapg_ai_468.html:300:37441:37459 Bossier Cotton Valley, Louisiana +0.486093 aapg_ad_783.html aapg_ad_783.html:4:404:418 Yeso New Mexico +0.490032 aapg_af_975.html aapg_af_975.html:123:20094:20099 Eagle Colorado +0.495704 aapg_ai_398.html aapg_ai_398.html:266:28995:29004 Smackover Haynesville, Louisiana +0.26316 aapg_af_653.html aapg_af_653.html:1256:152011:152017 Cierbo Bitter Creek (Wyoming) +0.262095 cspg_html_6140605204 cspg_html_6140605204:31:5102:5110 Kootenay Lacombe, Alberta +0.483886 jgeology_html_1762066237 jgeology_html_1762066237:755:52165:52196 Sturgis Kentucky +0.253356 sedimentology_html_6713087654 sedimentology_html_6713087654:91:8589:8603 Victoria Transantarctic Mountains +0.475205 jgeology_html_4305195651 jgeology_html_4305195651:2330:163375:163393 Catskill Pennsylvania +0.50065 gsa_html_3144986031 gsa_html_3144986031:81:8736:8759 Bonanza West Coast of the United States +0.258063 aapg_ai_208.html aapg_ai_208.html:13:2042:2064 Castle Hayne North Carolina +0.398132 aapg_ai_864.html aapg_ai_864.html:76:9249:9270 Cliff House New Mexico +0.24926 gsa_html_9487992082 gsa_html_9487992082:580:59817:59839 Iron Springs Logan, Utah +0.469368 sedimentology_html_9522643663 sedimentology_html_9522643663:118:10299:10316 Entrada Logan, Utah +0.264195 palaios_html_1371359772 palaios_html_1371359772:287:26222:26240 Athabasca Canada +0.289926 cspg_html_5697056884 cspg_html_5697056884:357:37713:37731 Deadwood Regina, Saskatchewan +0.256032 cspg_html_9941227593 cspg_html_9941227593:797:80737:80749 Saskatchewan Colorado +0.473746 cspg_html_1781462584 cspg_html_1781462584:169:22968:22981 Madison Arizona +0.27931 aapg_ad_734.html aapg_ad_734.html:153:16117:16131 Colorado Lacombe, Alberta +0.250805 gsa_html_8308045298 gsa_html_8308045298:759:76266:76271 Stark New Guinea +0.717408 gsa_html_6672856503 gsa_html_6672856503:284:24377:24396 Wenatchee Seattle +0.260051 aapg_af_48.html aapg_af_48.html:573:50632:50637 Logan Shark Bay +0.470322 aapg_ac_942.html aapg_ac_942.html:228:26874:26891 Hermosa Colorado +0.261948 aapg_af_551.html aapg_af_551.html:246:25788:25804 Percha Ouray, Colorado +0.272228 gsa_html_3720789279 gsa_html_3720789279:1511:135844:135854 Washington Salem, Oregon +0.276138 aapg_ac_699.html aapg_ac_699.html:147:12277:12287 Georgetown Texas +0.265734 cspg_html_1313584654 cspg_html_1313584654:224:28538:28569 Fall River Cheyenne, Wyoming +0.27591 aapg_ae_993.html aapg_ae_993.html:326:32437:32445 Birdbear Logan, Utah +0.253916 aapg_ai_861.html aapg_ai_861.html:10:1717:1734 Ivishak Prudhoe Bay Oil Field +0.255224 aapg_ac_720.html aapg_ac_720.html:198:22951:22971 Vincentown Manasquan, New Jersey +0.268836 aapg_ac_301.html aapg_ac_301.html:110:13661:13680 Fish Haven Dolomite Lost River (California) +0.26112 gsa_html_5601712699 gsa_html_5601712699:513:42927:42938 Pico Inglewood, California +0.246984 palaios_html_7010013984 palaios_html_7010013984:498:48967:48995 Willwood Spain +0.243915 cspg_html_6306091047 cspg_html_6306091047:177:25968:25976 Columbia Victoria, British Columbia +0.477087 aapg_ae_324.html aapg_ae_324.html:790:79480:79497 Tellico Knoxville, Illinois +0.485366 cspg_html_7587979364 cspg_html_7587979364:596:43651:43671 Keg River Swan Hill, Victoria +0.46599 aapg_ac_222.html aapg_ac_222.html:3:222:230 Colorado Logan, Utah +0.24459 aapg_ae_970.html aapg_ae_970.html:19:1563:1577 Pico Saugus, Massachusetts +0.25428 cspg_html_4530154552 cspg_html_4530154552:827:120459:120467 Columbia Lacombe, Alberta +0.25186 cspg_html_9725676031 cspg_html_9725676031:101:16578:16586 Columbia Victoria, British Columbia +0.26988 cspg_html_4293350162 cspg_html_4293350162:884:94455:94470 Banff Lacombe, Alberta +0.863811 gsa_html_4432793908 gsa_html_4432793908:168:19392:19415 Newark Canyon Reno, Nevada +0.482304 jgeology_html_9897969301 jgeology_html_9897969301:205:15116:15124 Woodford Markleeville, California +0.249775 aapg_ae_454.html aapg_ae_454.html:474:42723:42733 Lewisville Tuscaloosa, Alabama +0.247715 gsa_html_6143207195 gsa_html_6143207195:734:71248:71258 Washington Seattle +0.264192 aapg_ai_515.html aapg_ai_515.html:450:50162:50179 Wasatch Uinta Mountains +0.27178 aapg_aa_126.html aapg_aa_126.html:74:8088:8107 Franconia Franconia, New Hampshire +0.500511 aapg_ah_647.html aapg_ah_647.html:216:22349:22366 El Paso Arizona +0.516405 gsa_html_5391661566 gsa_html_5391661566:696:70469:70497 Green River Colorado +0.470374 geology_html_9889606219 geology_html_9889606219:14:612:620 Colorado Denver +0.243452 sedimentology_html_2396812441 sedimentology_html_2396812441:3965:80280:80296 Kodiak Anchorage, Alaska +0.248976 cspg_html_2624416465 cspg_html_2624416465:32:4438:4456 Ramparts Western world +0.89586 aapg_ac_315.html aapg_ac_315.html:689:72099:72124 Phosphoria Populus sect. Aegiros +0.247494 aapg_ad_169.html aapg_ad_169.html:106:14281:14299 Greenbrier Ohio +0.274495 aapg_ac_730.html aapg_ac_730.html:155:21850:21866 Dakota Mancos, Colorado +0.257045 cspg_html_5685783620 cspg_html_5685783620:91:12728:12747 Cathedral Mount Robson Provincial Park +0.50032 aapg_ae_182.html aapg_ae_182.html:99:11133:11139 Lisbon Elm Grove, Wisconsin +0.511944 gsa_html_2745510639 gsa_html_2745510639:195:14075:14103 Green River Colorado +0.26673 aapg_aa_712.html aapg_aa_712.html:167:22199:22214 Maquoketa Dubuque, Iowa +0.470557 sedimentology_html_6479296799 sedimentology_html_6479296799:677:41477:41494 Wasatch Spain +0.25792 cspg_html_8231573314 cspg_html_8231573314:491:39558:39566 Colorado Denver +0.462714 cspg_html_7404699681 cspg_html_7404699681:371:36863:36871 Bullhead Victoria, British Columbia +0.26162 aapg_ae_873.html aapg_ae_873.html:824:95244:95252 Woodbine Lewisville, Texas +0.274052 aapg_ac_807.html aapg_ac_807.html:401:41528:41536 Monmouth Delaware +0.46216 cspg_html_7083999793 cspg_html_7083999793:46:6294:6318 Mount Head Meramec River +0.486472 palaios_html_3022467877 palaios_html_3022467877:121:14601:14612 Hornerstown Closter, New Jersey +0.478296 aapg_af_880.html aapg_af_880.html:551:83946:83965 Wolfcamp Texas +0.257316 aapg_ad_434.html aapg_ad_434.html:360:33982:33990 Columbia Victoria, British Columbia +0.251496 cspg_html_6816015957 cspg_html_6816015957:52:7312:7320 Columbia Victoria, British Columbia +0.255009 gsa_html_8495750621 gsa_html_8495750621:206:26578:26587 San Diego San Francisco +0.492768 aapg_ah_486.html aapg_ah_486.html:192:18571:18581 Pottsville Texas +0.249494 cspg_html_4555867289 cspg_html_4555867289:459:44525:44551 Halfway Lacombe, Alberta +0.277092 aapg_ae_324.html aapg_ae_324.html:1232:122935:122946 Beekmantown Blackford, Somerset +0.509082 aapg_af_338.html aapg_af_338.html:277:32730:32743 Woodbine Texas +0.245021 gsa_html_1826402027 gsa_html_1826402027:625:73676:73685 Flagstaff Arizona +0.49087 aapg_ae_5.html aapg_ae_5.html:197:23053:23070 Hale Arizona +0.451595 aapg_ae_805.html aapg_ae_805.html:824:102375:102382 Hermosa Hermosa, Chicago +0.250745 gsa_html_6492324485 gsa_html_6492324485:1039:63185:63189 Fang Earth +0.259458 gsa_html_3646882130 gsa_html_3646882130:57:6965:6992 Columbia Boise, Idaho +0.252504 sedimentology_html_9244748069 sedimentology_html_9244748069:1581:108047:108061 Pozo Spain +0.244035 cspg_html_5954266359 cspg_html_5954266359:116:20945:20965 York River York +0.25544 aapg_af_854.html aapg_af_854.html:591:80299:80305 Keokuk Kinderhook (town), New York +0.24849 aapg_ae_370.html aapg_ae_370.html:407:36756:36772 Keasey Cowlitz River +0.266928 aapg_ae_319.html aapg_ae_319.html:333:24396:24411 Ankareh Uinta Mountains +0.2548 gsa_html_5081991493 gsa_html_5081991493:1472:107324:107344 Brian Head Logan, Utah +0.265558 aapg_ah_647.html aapg_ah_647.html:815:88398:88407 Horquilla Lampasas, Texas +0.25029 gsa_html_6433065427 gsa_html_6433065427:96:12334:12350 Bouse Hualapai Mountains +0.253008 gsa_html_9112056802 gsa_html_9112056802:952:94760:94765 Stump Wareham, Dorset +0.493914 cspg_html_1934220426 cspg_html_1934220426:100:12345:12353 Ramparts Liard River, British Columbia +0.251392 aapg_ae_958.html aapg_ae_958.html:214:24921:24931 Rio Grande New Mexico +0.273896 aapg_af_880.html aapg_af_880.html:469:71004:71019 Supai Grand Canyon +0.2565 aapg_af_486.html aapg_af_486.html:136:16064:16082 Kaguyak Matanuska Glacier +0.494769 aapg_ah_953.html aapg_ah_953.html:20:3545:3563 Kaskapau Valhalla, New York +0.46342 aapg_ae_884.html aapg_ae_884.html:201:27106:27124 Frontier Niobrara, Nebraska +0.237314 aapg_ai_776.html aapg_ai_776.html:453:48794:48815 Bell New Mexico +0.254944 sedimentology_html_2709430059 sedimentology_html_2709430059:314:33870:33891 Gull Island Western world +0.270111 aapg_ai_514.html aapg_ai_514.html:93:11008:11026 Humboldt Reno, Nevada +0.466336 aapg_ae_677.html aapg_ae_677.html:550:47059:47072 Mountain City Grandfather Mountain +0.25344 cspg_html_9905904289 cspg_html_9905904289:22:3948:3956 Whitemud Lacombe, Alberta +0.246132 cspg_html_1222040397 cspg_html_1222040397:540:69949:69971 Broken Skull Western world +0.698549 gsa_html_7102550258 gsa_html_7102550258:1723:152171:152187 Stump Colorado +0.262524 cspg_html_5141367518 cspg_html_5141367518:8:901:919 Wapiabi Bearpaw Formation +0.272484 aapg_ad_2.html aapg_ad_2.html:835:118212:118219 Elbrook Great Valley, New York +0.429872 aapg_ad_466.html aapg_ad_466.html:954:102906:102912 Tinton Navesink River +0.495792 cspg_html_5376629375 cspg_html_5376629375:39:7438:7446 Arctomys Lacombe, Alberta +0.485648 AMJC_html_6336294256 AMJC_html_6336294256:336:44581:44591 Trout Lake Arizona +0.443895 aapg_ai_28.html aapg_ai_28.html:106:8865:8873 Oakville Texas +0.22196 aapg_aa_23.html aapg_aa_23.html:620:78124:78148 Stony Mountain Manitoba +0.4896 aapg_ac_807.html aapg_ac_807.html:326:33248:33255 Raritan Patapsco River +0.479076 palaios_html_2492387369 palaios_html_2492387369:815:72961:72965 Hall Birkeland current +0.265209 aapg_af_751.html aapg_af_751.html:643:82749:82773 Bedford Southern California +0.485556 aapg_ad_466.html aapg_ad_466.html:192:22751:22769 Navesink Navesink River +0.25853 aapg_ai_527.html aapg_ai_527.html:46:6286:6293 Vermejo Kirtland, Ohio +0.50424 aapg_ac_151.html aapg_ac_151.html:89:15727:15731 Frio West Columbia, West Virginia +0.383444 aapg_ai_98.html aapg_ai_98.html:84:12364:12379 Tokio Arkansas +0.273273 aapg_aa_954.html aapg_aa_954.html:6:647:661 Aux Vases Salem, Massachusetts +0.253991 jgeology_html_4115179562 jgeology_html_4115179562:235:17106:17121 Lynchburg Unicoi, Tennessee +0.266255 cspg_html_4867288101 cspg_html_4867288101:55:7408:7422 Windsor Cape Breton Island +0.482275 aapg_af_890.html aapg_af_890.html:206:20366:20384 Grayburg Nashville Basin +0.478101 aapg_af_143.html aapg_af_143.html:771:71890:71899 Knoxville Klamath Mountains (ecoregion) +0.247043 cspg_html_6383234409 cspg_html_6383234409:172:18437:18457 Blue Fiord Bathurst, New South Wales +0.251955 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16798:16808 Washington Salem, Oregon +0.48705 cspg_html_4516258038 cspg_html_4516258038:153:19614:19624 Ibbett Bay Bathurst Island (Northern Territory) +0.27772 sedimentology_html_6008075388 sedimentology_html_6008075388:141:13555:13565 Washington Brussels +0.24929 geology_html_8643498334 geology_html_8643498334:332:27980:27986 Oxford Pergamon Museum +0.510614 aapg_ai_364.html aapg_ai_364.html:315:26312:26321 Minnelusa Kansas City, Kansas +0.469 aapg_ad_637.html aapg_ad_637.html:157:19303:19334 Ingleside Nayarit +0.47061 gsa_html_7999545108 gsa_html_7999545108:1170:133747:133753 Oxford Antarctica +0.461049 aapg_af_83.html aapg_af_83.html:40:3904:3910 Warner Nebraska +0.255675 AMJC_html_6759408618 AMJC_html_6759408618:120:11796:11817 Martinsburg Dauphin, Pennsylvania +0.513174 geology_html_6440979906 geology_html_6440979906:341:30283:30288 Swift Closter, New Jersey +0.256432 aapg_ah_288.html aapg_ah_288.html:166:17705:17719 Frio Texas +0.281842 aapg_ah_870.html aapg_ah_870.html:23:4087:4105 Woodbine Texas +0.257514 gsa_html_1266138577 gsa_html_1266138577:221:19126:19132 Monola Salinas Valley +0.256432 aapg_aa_654.html aapg_aa_654.html:45:7746:7760 Espiritu Santo Sangre de Cristo Range +0.502425 aapg_ae_305.html aapg_ae_305.html:675:44752:44761 Palmarito Barinas State +0.256486 geology_html_2908722683 geology_html_2908722683:74:6067:6083 Navajo Colorado +0.491825 aapg_aa_702.html aapg_aa_702.html:2127:183013:183020 Bromide Lacombe, Alberta +0.862977 aapg_ac_825.html aapg_ac_825.html:556:63533:63541 Monterey Carmel, Indiana +0.245518 sedimentology_html_3455721661 sedimentology_html_3455721661:486:38698:38726 Todilto Entrada Sandstone +0.472834 aapg_ae_296.html aapg_ae_296.html:316:30438:30448 San Andres Texas +0.471942 geology_html_9833949877 geology_html_9833949877:214:21114:21120 Brazil Africa +0.474176 aapg_ac_427.html aapg_ac_427.html:218:20561:20573 Reforma Mexico +0.25324 aapg_ac_989.html aapg_ac_989.html:319:44230:44249 Carlsbad West Texas +0.41657 sedimentology_html_2601136107 sedimentology_html_2601136107:1200:78387:78406 Bonneterre Missouri River +0.900601 aapg_ai_491.html aapg_ai_491.html:275:33077:33092 Molas Leadville, Colorado +0.251412 cspg_html_8532932475 cspg_html_8532932475:516:50123:50142 Athabasca Lacombe, Alberta +0.485376 aapg_ae_803.html aapg_ae_803.html:8:1236:1248 Todos Santos Santa Rosa, California +0.255021 aapg_ai_985.html aapg_ai_985.html:180:16108:16116 San Jose Bogota, New Jersey +0.227429 aapg_ai_584.html aapg_ai_584.html:1323:132145:132161 Casper Cheyenne, Wyoming +0.4491 aapg_aa_702.html aapg_aa_702.html:251:80208:80216 Colorado Colorado +0.436213 aapg_ad_466.html aapg_ad_466.html:460:54980:54993 Merchantville Matawan, New Jersey +0.237546 aapg_aa_913.html aapg_aa_913.html:65:8021:8031 Rio Grande Waller County, Texas +0.4356 cspg_html_5660413005 cspg_html_5660413005:97:12267:12304 Calmar Lacombe, Alberta +0.23595 cspg_html_4530154552 cspg_html_4530154552:797:118788:118820 Montney Western Canadian Sedimentary Basin +0.498834 gsa_html_1860930948 gsa_html_1860930948:18:1086:1121 Ogallala Arizona +0.475 aapg_ah_640.html aapg_ah_640.html:119:10164:10172 Catskill Chadwick, Illinois +0.257536 jgeology_html_6063383200 jgeology_html_6063383200:549:45555:45564 San Diego Los Angeles +0.476215 aapg_ad_921.html aapg_ad_921.html:145:16676:16694 Bellevue Cincinnati +0.48783 cspg_html_4115156925 cspg_html_4115156925:234:31582:31608 Halfway Lacombe, Alberta +0.272734 gsa_html_6317284187 gsa_html_6317284187:805:69760:69767 Shuswap Monashee Pass +0.503208 gsa_html_5081991493 gsa_html_5081991493:840:66189:66210 Green River Sevier orogeny +0.48597 aapg_ai_816.html aapg_ai_816.html:326:54037:54041 Iola Wyandotte, Michigan +0.251835 geology_html_5980825322 geology_html_5980825322:12:580:593 Santa Barbara California +0.385294 aapg_ad_3.html aapg_ad_3.html:475:44968:44988 Sequatchie Knoxville, Tennessee +0.242824 cspg_html_4176605708 cspg_html_4176605708:409:40098:40109 Fish Scales Westgate, Canterbury +0.46995 aapg_ai_49.html aapg_ai_49.html:595:78486:78497 White River Glenwood Springs, Colorado +0.48453 sedimentology_html_9398039386 sedimentology_html_9398039386:29:1671:1677 Guelph Ontario, California +0.26214 aapg_ah_158.html aapg_ah_158.html:192:34017:34027 Georgetown Bear Mountain (Connecticut) +0.25806 aapg_ae_319.html aapg_ae_319.html:593:49767:49777 Twin Creek Carmel, Indiana +0.480681 aapg_aa_647.html aapg_aa_647.html:700:61535:61552 Keefer Huntington, West Virginia +0.51119 cspg_html_9894399778 cspg_html_9894399778:61:5692:5711 Frenchman Edmonton, London +0.262144 aapg_ae_75.html aapg_ae_75.html:170:22806:22826 San Andres New Mexico +0.510704 aapg_ae_777.html aapg_ae_777.html:274:32034:32049 Ouray New Mexico +0.481194 palaios_html_2449649505 palaios_html_2449649505:538:61186:61202 Chinle Denver +0.686645 aapg_ae_116.html aapg_ae_116.html:90:11964:11985 Jacobsville Wisconsin +0.51975 gsa_html_6905980541 gsa_html_6905980541:74:6836:6864 Green River Colorado +0.511506 aapg_ad_84.html aapg_ad_84.html:85:10146:10154 Michigan Bloomington, Indiana +0.261576 gsa_html_6117440194 gsa_html_6117440194:776:79562:79580 Wasatch Fort Union Trading Post National Historic Site +0.86359 palaios_html_8113714689 palaios_html_8113714689:78:7751:7769 Munising Michigan +0.271932 aapg_ac_749.html aapg_ac_749.html:105:14698:14714 Salina Guelph +0.264187 sedimentology_html_9016561378 sedimentology_html_9016561378:653:59439:59449 Washington Seattle +0.236808 sedimentology_html_2272861739 sedimentology_html_2272861739:2233:111725:111731 Reston Virginia +0.462423 aapg_ah_623.html aapg_ah_623.html:76:8176:8199 State Bridge Colorado +0.50102 gsa_html_6117440194 gsa_html_6117440194:148:15817:15836 Sundance Cheyenne, Wyoming +0.538453 aapg_aa_256.html aapg_aa_256.html:26:2476:2497 Dakota New Mexico +0.262143 cspg_html_8588503765 cspg_html_8588503765:506:61654:61671 Cardium Victoria, British Columbia +0.235161 geology_html_2276070502 geology_html_2276070502:107:11018:11028 Rio Grande Colorado +0.27285 aapg_ac_336.html aapg_ac_336.html:79:8710:8733 Mount Wilson Mackenzie River +0.257839 aapg_ad_696.html aapg_ad_696.html:95:9597:9604 Carrizo Henderson, Nevada +0.436492 aapg_aa_399.html aapg_aa_399.html:429:35551:35558 Pakowki Bearpaw Formation +0.479655 geology_html_9314524367 geology_html_9314524367:217:21092:21101 San Diego Sierra Nevada (Spain) +0.474672 aapg_ad_379.html aapg_ad_379.html:708:57048:57065 Entrada Boise, Idaho +0.47 gsa_html_9866042258 gsa_html_9866042258:1096:82200:82206 Oregon California +0.237656 aapg_ai_140.html aapg_ai_140.html:1199:134054:134059 Cadiz Spain +0.236845 jgeology_html_8088445472 jgeology_html_8088445472:113:6185:6202 Manlius Jamesville, New York +0.25146 aapg_aa_654.html aapg_aa_654.html:72:10758:10776 Tererro Sangre de Cristo Range +0.272483 aapg_ae_29.html aapg_ae_29.html:49:6263:6274 Mauch Chunk Lehigh River +0.25398 gsa_html_2989317971 gsa_html_2989317971:547:58097:58119 Sucker Creek Adrian, Michigan +0.26163 palaios_html_1734147629 palaios_html_1734147629:128:12520:12543 Negaunee Iron Michigan +0.24941 cspg_html_4550597410 cspg_html_4550597410:391:46210:46215 Chazy Middle Ordovician +0.261112 gsa_html_3648258377 gsa_html_3648258377:536:53290:53321 Navesink Bass River Township, New Jersey +0.258152 sedimentology_html_1930822610 sedimentology_html_1930822610:1005:79403:79428 Sierra New Mexico +0.462272 aapg_ah_90.html aapg_ah_90.html:73:11871:11885 Cedar Mountain Cedar Mountains +0.257049 aapg_ae_958.html aapg_ae_958.html:1362:120008:120018 Rio Grande New Mexico +0.484702 cspg_html_5501097280 cspg_html_5501097280:388:42580:42607 Astoria Canada +0.463572 sedimentology_html_8097871643 sedimentology_html_8097871643:1918:87053:87061 Colorado Denver +0.291456 aapg_af_98.html aapg_af_98.html:198:16679:16685 Navajo Arizona +0.259045 gsa_html_4930932370 gsa_html_4930932370:297:31531:31554 Gunflint Iron Ontario, California +0.260454 cspg_html_4413081832 cspg_html_4413081832:495:49065:49079 Woodbend Lacombe, Alberta +0.251392 gsa_html_3936574180 gsa_html_3936574180:70:7576:7594 Langford Black Mountains (North Carolina) +0.860959 aapg_ac_782.html aapg_ac_782.html:31:6345:6358 Barnett Texas +0.439417 cspg_html_3233680622 cspg_html_3233680622:6:421:443 Eureka Sound Ellesmere Island +0.46665 aapg_ac_548.html aapg_ac_548.html:37:5186:5208 Mount Simon Illinois +0.496524 geology_html_6685929061 geology_html_6685929061:12:441:451 Washington Vancouver +0.483492 aapg_ai_157.html aapg_ai_157.html:434:39270:39276 Salina Guelph +0.256332 aapg_ac_5.html aapg_ac_5.html:156:15708:15726 Paskapoo Lacombe, Alberta +0.465528 sedimentology_html_5706250470 sedimentology_html_5706250470:512:55771:55775 Hall London, Ontario +0.257033 cspg_html_1509800797 cspg_html_1509800797:167:15553:15565 Saskatchewan Cypress Hills, Brooklyn +0.509656 aapg_ai_996.html aapg_ai_996.html:1235:52277:52294 Raritan Clementon, New Jersey +0.897756 sedimentology_html_4109585061 sedimentology_html_4109585061:801:74666:74683 Entrada Colorado +0.255811 aapg_ai_583.html aapg_ai_583.html:136:18954:18968 Sundance Cheyenne, Wyoming +0.50255 aapg_ah_534.html aapg_ah_534.html:230:18951:18959 Catskill Stroudsburg, Pennsylvania +0.25092 aapg_ac_306.html aapg_ac_306.html:54:4802:4818 Gering Nebraska +0.291868 aapg_aa_357.html aapg_aa_357.html:378:34937:34953 Chinle Colorado +0.486471 cspg_html_5515814749 cspg_html_5515814749:368:45211:45226 Swift Lacombe, Alberta +0.263153 cspg_html_3473883402 cspg_html_3473883402:324:51573:51594 Cooking Lake Redwater, Texas +0.471696 aapg_ai_949.html aapg_ai_949.html:317:46881:46886 Yukon Canada +0.265 aapg_ae_937.html aapg_ae_937.html:136:11771:11790 Smackover Alabama +0.26832 cspg_html_1962846283 cspg_html_1962846283:383:43102:43117 Kootenay Crowsnest Pass, Alberta +0.46848 gsa_html_7248164569 gsa_html_7248164569:631:48669:48678 Peninsula Portland, Maine +0.256725 aapg_ad_435.html aapg_ad_435.html:91:9967:9974 Reynosa Matamoros, Tamaulipas +0.247955 gsa_html_3860045860 gsa_html_3860045860:1294:113234:113240 Oregon Washington (state) +0.24487 aapg_ae_777.html aapg_ae_777.html:155:18070:18084 Espiritu Santo Gallina +0.528275 aapg_af_568.html aapg_af_568.html:212:22915:22933 Sundance Cheyenne, Wyoming +0.483171 AMJC_html_8804784209 AMJC_html_8804784209:1213:100400:100420 Waterville Portland, Maine +0.483678 gsa_html_5056480923 gsa_html_5056480923:596:47757:47782 Barstow Mojave Desert +0.2574 aapg_ah_157.html aapg_ah_157.html:134:17657:17668 Dutch Creek Sylvania, Ohio +0.4807 jgeology_html_4305195651 jgeology_html_4305195651:725:84277:84309 Genesee Chemung, New York +0.275624 jgeology_html_4720707312 jgeology_html_4720707312:1437:83635:83643 Beaufort Malawi +0.253 gsa_html_5293445820 gsa_html_5293445820:1234:123228:123233 Yukon Arctic Cordillera +0.908184 cspg_html_7310162886 cspg_html_7310162886:63:9426:9445 Neruokpuk Canning River (Alaska) +0.3555 aapg_ai_17.html aapg_ai_17.html:177:12621:12630 Nanafalia Alabama +0.26857 cspg_html_9683836416 cspg_html_9683836416:477:72286:72299 Foremost Lacombe, Alberta +0.23952 cspg_html_6116883777 cspg_html_6116883777:1513:191918:191939 Bathurst Canadian Arctic Archipelago +0.49164 cspg_html_5241714595 cspg_html_5241714595:222:34684:34703 Souris River Lacombe, Alberta +0.47564 cspg_html_7872594630 cspg_html_7872594630:304:39149:39162 Windsor Bridgetown, Nova Scotia +0.482832 gsa_html_4472896560 gsa_html_4472896560:135:10856:10871 Lava Creek Tuff Rockland County, New York +0.501144 aapg_ah_533.html aapg_ah_533.html:290:35584:35603 Knoxville Knoxville, Illinois +0.510925 aapg_ad_192.html aapg_ad_192.html:80:10963:10973 Tuscaloosa Tuscaloosa, Alabama +0.2499 aapg_ai_594.html aapg_ai_594.html:210:22028:22045 Plattin Glenwood, Utah +0.528462 aapg_ah_779.html aapg_ah_779.html:337:63391:63403 Lime Creek Kentucky +0.257466 cspg_html_8463924060 cspg_html_8463924060:8:753:764 Banff Bow River +0.485265 cspg_html_9735723617 cspg_html_9735723617:178:22710:22734 Parry Islands Banks Island +0.293494 aapg_aa_298.html aapg_aa_298.html:955:114187:114200 Madison Cheyenne, Wyoming +0.93884 aapg_ae_113.html aapg_ae_113.html:234:31629:31651 Eureka Sound Little Cornwallis Island +0.737471 sedimentology_html_3850942730 sedimentology_html_3850942730:1409:100396:100412 Casper Cheyenne, Wyoming +0.503564 cspg_html_7281679890 cspg_html_7281679890:388:64938:64956 Hare Indian Western world +0.658458 aapg_ai_582.html aapg_ai_582.html:102:9191:9196 Piper Williston Basin +0.511884 gsa_html_4461768215 gsa_html_4461768215:804:72312:72340 Green River Colorado +0.460408 gsa_html_5293445820 gsa_html_5293445820:129:13770:13775 Yukon Anchorage, Alaska +0.479044 aapg_ah_753.html aapg_ah_753.html:93:14364:14374 Maringouin New Caledonia +0.277196 sedimentology_html_4132999102 sedimentology_html_4132999102:1491:114072:114101 Dunvegan Lacombe, Alberta +0.631294 aapg_ac_70.html aapg_ac_70.html:6:1201:1218 Oquirrh Reno, Nevada +0.249508 aapg_ad_441.html aapg_ad_441.html:68:4781:4797 Chinle Kayenta, Arizona +0.478969 aapg_ae_405.html aapg_ae_405.html:76:9717:9721 Java Sumatra +0.268786 sedimentology_html_2487544504 sedimentology_html_2487544504:2835:72367:72395 Drakes California +0.5061 sedimentology_html_5405263384 sedimentology_html_5405263384:993:64623:64631 Columbia Victoria, British Columbia +0.263105 cspg_html_2161417858 cspg_html_2161417858:60:8279:8299 Big Valley Regina, Saskatchewan +0.46563 aapg_ai_0.html aapg_ai_0.html:935:105850:105858 Beaumont Nueces River +0.48864 aapg_ae_305.html aapg_ae_305.html:1335:124885:124907 Los Cuervos Maracaibo +0.247923 palaios_html_4660412431 palaios_html_4660412431:687:56345:56372 Florissant Colorado +0.353934 palaios_html_5921824758 palaios_html_5921824758:465:38068:38089 Green River Logan, Utah +0.437 sedimentology_html_6051696699 sedimentology_html_6051696699:333:29342:29349 Johnson East Timor +0.25092 aapg_ah_527.html aapg_ah_527.html:33:4173:4186 Lone Mountain Reno, Nevada +0.479457 aapg_ac_630.html aapg_ac_630.html:543:56829:56847 Willwood San Fernando Valley +0.263682 gsa_html_1130947011 gsa_html_1130947011:168:20020:20031 Black River Decorah, Iowa +0.496422 aapg_aa_684.html aapg_aa_684.html:106:11554:11558 Jelm John Crow Mountains +0.492544 aapg_ah_427.html aapg_ah_427.html:821:104871:104895 Atoka Ouachita Mountains +0.266031 sedimentology_html_9547192041 sedimentology_html_9547192041:1263:91246:91250 Hall London, Ontario +0.26677 aapg_af_98.html aapg_af_98.html:24:3620:3643 Burro Canyon Cedar Mountains +0.25449 aapg_ah_602.html aapg_ah_602.html:20:1823:1830 Rapides Texas +0.23406 gsa_html_3216417833 gsa_html_3216417833:594:49982:49992 Keokuk Closter, New Jersey +0.262063 gsa_html_2005293978 gsa_html_2005293978:1089:80222:80230 Virginia Chesapeake Bay +0.461049 aapg_ad_169.html aapg_ad_169.html:74:9649:9669 Greenbrier Huntington, West Virginia +0.476126 aapg_ai_364.html aapg_ai_364.html:760:63136:63143 Madison Cheyenne, Wyoming +0.256 jgeology_html_9781546230 jgeology_html_9781546230:392:39903:39915 Taylor Antarctica +0.470058 aapg_af_849.html aapg_af_849.html:4:464:481 Madison Teton County, Idaho +0.239956 sedimentology_html_5933783718 sedimentology_html_5933783718:952:92468:92474 Sierra Spain +0.265216 sedimentology_html_3455721661 sedimentology_html_3455721661:54:5684:5717 Entrada New Mexico +0.468414 cspg_html_7675189126 cspg_html_7675189126:431:52068:52076 Victoria Earth +0.44805 aapg_ai_357.html aapg_ai_357.html:178:19744:19750 Midway Frio River +0.253492 gsa_html_1931201430 gsa_html_1931201430:15:751:759 Victoria Earth +0.267264 aapg_aa_833.html aapg_aa_833.html:233:19267:19275 Colorado Denver +0.775698 aapg_ah_289.html aapg_ah_289.html:542:75306:75324 Monterey California +0.244125 aapg_ad_2.html aapg_ad_2.html:457:68055:68072 Loudoun Mount Alto, West Virginia +0.269878 cspg_html_8121068096 cspg_html_8121068096:381:24104:24114 Mount Hawk Banks Island +0.44256 gsa_html_6281658899 gsa_html_6281658899:775:80933:80951 Aycross Cheyenne, Wyoming +0.257033 geology_html_7784703862 geology_html_7784703862:70:5846:5854 Michigan Baja California peninsula +0.47632 aapg_ac_333.html aapg_ac_333.html:216:27544:27564 San Andres New Mexico +0.26469 cspg_html_2083823293 cspg_html_2083823293:6:453:461 Columbia Victoria, British Columbia +0.251748 aapg_ad_808.html aapg_ad_808.html:688:44803:44810 Thaynes Snake River Canyon (Idaho) +0.4675 gsa_html_3536104938 gsa_html_3536104938:519:35963:35973 Washington Washington (state) +0.921575 gsa_html_6281658899 gsa_html_6281658899:739:78777:78805 Green River Cheyenne, Wyoming +0.483928 aapg_af_397.html aapg_af_397.html:507:58593:58600 Entrada Entrada Sandstone +0.4788 gsa_html_9253181203 gsa_html_9253181203:864:89546:89553 Bedford Pennsylvania +0.473088 aapg_ai_105.html aapg_ai_105.html:15:2067:2084 Humbug Vernal, Utah +0.262614 aapg_ae_715.html aapg_ae_715.html:959:114617:114642 Frio Gulf Coast of the United States +0.46752 geology_html_7377899958 geology_html_7377899958:12:418:426 San Jose California +0.39078 aapg_ai_159.html aapg_ai_159.html:145:16216:16221 Gatun Spain +0.484124 jgeology_html_4732263487 jgeology_html_4732263487:162:6632:6641 Peninsula Korea +0.270396 gsa_html_3318609085 gsa_html_3318609085:100:10676:10679 Arc Mediterranean Sea +0.492203 aapg_af_11.html aapg_af_11.html:502:50787:50792 Ouray Ouray, Colorado +0.47288 AMJC_html_5916115748 AMJC_html_5916115748:1491:132296:132306 Washington Washington (state) +0.263153 geology_html_7192428883 geology_html_7192428883:17:819:827 Colorado Denver +0.25039 cspg_html_8312989046 cspg_html_8312989046:6:263:281 Bowser Great Britain +0.26156 geology_html_8986165275 geology_html_8986165275:165:18151:18167 Naknek Talkeetna, Alaska +0.263168 aapg_ai_584.html aapg_ai_584.html:1351:133839:133845 Casper Laramie, Wyoming +0.47595 gsa_html_5865982995 gsa_html_5865982995:1423:149437:149445 Colorado Cheyenne, Wyoming +0.46762 aapg_ae_415.html aapg_ae_415.html:635:79971:79983 Chickasawhay Monroe County, Florida +0.240096 cspg_html_1004940981 cspg_html_1004940981:76:12008:12033 Ninnis Glacier Greenland +0.484344 sedimentology_html_7652385579 sedimentology_html_7652385579:348:34162:34172 Copenhagen Alert, Nunavut +0.252928 sedimentology_html_7328045802 sedimentology_html_7328045802:119:11574:11598 Perry Rangeley, Maine +0.253005 cspg_html_1781462584 cspg_html_1781462584:190:25551:25584 Leadville San Juan Mountains +0.442928 palaios_html_5921824758 palaios_html_5921824758:386:34163:34183 Fort Union Cheyenne, Wyoming +0.270375 aapg_ah_417.html aapg_ah_417.html:271:27047:27068 Belly River Lacombe, Alberta +0.253506 sedimentology_html_9710882522 sedimentology_html_9710882522:138:12136:12154 Spencer Middle East +0.247464 aapg_ah_387.html aapg_ah_387.html:2854:309718:309727 Knoxville Knoxville, Illinois +0.23966 aapg_ac_333.html aapg_ac_333.html:1154:137871:137877 Kaibab Reno, Nevada +0.243486 aapg_ad_921.html aapg_ad_921.html:167:18719:18737 Bellevue Kentucky +0.485856 gsa_html_4904229335 gsa_html_4904229335:15:758:768 Washington California +0.4845 gsa_html_2726343192 gsa_html_2726343192:953:90208:90217 Flagstaff Baja California peninsula +0.23863 geology_html_4804337449 geology_html_4804337449:95:11471:11476 Basal Middle East +0.254015 jgeology_html_6791895583 jgeology_html_6791895583:269:21448:21454 Oregon Maryland +0.26936 gsa_html_3069013284 gsa_html_3069013284:198:22269:22285 Chinle Hunt Valley, Maryland +0.49842 aapg_af_854.html aapg_af_854.html:659:92560:92566 Warsaw Meramec River +0.475741 AMJC_html_2905856018 AMJC_html_2905856018:636:87686:87696 Washington Boise, Idaho +0.498122 aapg_ad_440.html aapg_ad_440.html:126:11760:11770 Greenbrier Pocono Raceway +0.665376 aapg_ai_105.html aapg_ai_105.html:187:21657:21662 Ophir Western world +0.268099 aapg_aa_712.html aapg_aa_712.html:112:13742:13750 Glenwood Hennepin, Illinois +0.250992 cspg_html_4382149016 cspg_html_4382149016:199:31550:31555 Ascot Guadeloupe +0.47337 cspg_html_6334734829 cspg_html_6334734829:373:39505:39523 Tantalus Indian River (Florida) +0.249999 aapg_ac_103.html aapg_ac_103.html:19:3490:3504 Lyre Clallam County, Washington +0.251995 aapg_ah_696.html aapg_ah_696.html:338:46792:46800 Richland Washington (state) +0.480496 aapg_aa_684.html aapg_aa_684.html:233:22440:22444 Jelm John Crow Mountains +0.49518 gsa_html_3860045860 gsa_html_3860045860:95:10655:10661 Eugene California +0.2375 aapg_aa_45.html aapg_aa_45.html:210:25848:25864 Cutler Moenkopi Formation +0.496228 gsa_html_1678018483 gsa_html_1678018483:14:767:780 Santa Barbara California +0.247043 aapg_ae_471.html aapg_ae_471.html:250:24375:24386 Haynesville Carterville, Illinois +0.262644 cspg_html_2907826148 cspg_html_2907826148:176:22352:22375 Smoking Hills Anchorage, Alaska +0.695058 sedimentology_html_3238300064 sedimentology_html_3238300064:1724:108969:108987 Norphlet Alabama +0.26883 aapg_aa_831.html aapg_aa_831.html:94:7474:7484 Blackstone Pecos County, Texas +0.495012 AMJC_html_8128063878 AMJC_html_8128063878:584:75855:75861 Navajo Salem, Oregon +0.2352 aapg_af_770.html aapg_af_770.html:667:62507:62515 Colorado Denver +0.465689 aapg_ah_611.html aapg_ah_611.html:13:1262:1268 Oregon California +0.487436 aapg_ad_749.html aapg_ad_749.html:220:20855:20865 San Andres Arizona +0.242824 aapg_ah_686.html aapg_ah_686.html:480:69136:69154 Kekiktuk North Slope Borough, Alaska +0.494088 gsa_html_1282811339 gsa_html_1282811339:29:2796:2824 Green River Colorado +0.25441 palaios_html_5582845937 palaios_html_5582845937:318:32221:32229 Virginia Hampton, New Hampshire +0.253302 cspg_html_7404699681 cspg_html_7404699681:212:22403:22412 Pocatello Cordillera Administrative Region +0.259475 aapg_ae_473.html aapg_ae_473.html:42:4440:4445 Eutaw Tuscaloosa, Alabama +0.278759 cspg_html_8363357104 cspg_html_8363357104:436:56682:56700 Deadwood Williston Basin +0.46116 aapg_ac_692.html aapg_ac_692.html:234:25593:25617 Watt Mountain Lacombe, Alberta +0.255867 aapg_ac_333.html aapg_ac_333.html:251:32527:32535 Colorado Ouray, Colorado +0.4704 aapg_ai_49.html aapg_ai_49.html:75:7735:7743 Colorado Logan, Utah +0.25493 palaios_html_5268628065 palaios_html_5268628065:163:21466:21483 Gurabo Dominican Republic +0.247506 palaios_html_3020881733 palaios_html_3020881733:403:38573:38583 Washington Seattle +0.265668 aapg_ai_584.html aapg_ai_584.html:430:42239:42247 Roundtop Moorcroft, Wyoming +0.873549 gsa_html_9755702281 gsa_html_9755702281:342:27739:27753 Pico Oak Ridge, Tennessee +0.708098 aapg_aa_23.html aapg_aa_23.html:754:96014:96037 Stony Mountain Manitoba +0.888124 cspg_html_3762708087 cspg_html_3762708087:45:6132:6148 Viking Cheyenne, Wyoming +0.472932 cspg_html_8568877195 cspg_html_8568877195:635:77988:77996 Lea Park Lacombe, Alberta +0.489082 aapg_ai_157.html aapg_ai_157.html:218:23579:23585 Salina Guelph +0.24304 geology_html_5638110690 geology_html_5638110690:229:20398:20406 Colorado San Juan, Argentina +0.254989 aapg_ac_410.html aapg_ac_410.html:277:25895:25903 Edmonton Lacombe, Alberta +0.259045 cspg_html_9834776341 cspg_html_9834776341:359:36862:36872 Washington Victoria, British Columbia +0.26104 aapg_ac_613.html aapg_ac_613.html:84:11049:11058 Mesaverde Mancos, Colorado +0.452188 aapg_ae_552.html aapg_ae_552.html:143:27148:27168 Capistrano San Clemente, California +0.2739 aapg_ac_206.html aapg_ac_206.html:60:8002:8011 Rochester Palmyra, New Jersey +0.853751 cspg_html_7881580279 cspg_html_7881580279:179:23696:23715 Red River Manitoba +0.250992 aapg_ad_440.html aapg_ad_440.html:487:45120:45128 Maccrady Randolph County, Indiana +0.265125 sedimentology_html_7195393000 sedimentology_html_7195393000:1222:90237:90264 Basal Central Alberta +0.49851 aapg_aa_544.html aapg_aa_544.html:129:17656:17674 Sundance Cheyenne, Wyoming +0.507408 aapg_ah_623.html aapg_ah_623.html:88:9368:9379 Uncompahgre Colorado +0.27674 aapg_ai_583.html aapg_ai_583.html:138:19327:19344 Rierdon Black Hills +0.512904 gsa_html_7040053075 gsa_html_7040053075:1111:117892:117921 Mint Canyon California +0.272459 aapg_ae_296.html aapg_ae_296.html:77:7812:7818 Blaine Texas +0.255595 aapg_aa_712.html aapg_aa_712.html:9:1674:1692 Platteville Platteville, Colorado +0.25573 aapg_af_578.html aapg_af_578.html:80:6706:6724 Gallatin Gallatin, Tennessee +0.24341 gsa_html_9152662653 gsa_html_9152662653:23:1397:1414 Laurel Potomac River +0.47478 cspg_html_7325522863 cspg_html_7325522863:181:28051:28061 Pine Point Great Slave Lake +0.48297 aapg_aa_245.html aapg_aa_245.html:318:29801:29809 Michigan Michigan +0.274022 cspg_html_8809756626 cspg_html_8809756626:36:8373:8388 Leduc Lacombe, Alberta +0.261117 sedimentology_html_1293179143 sedimentology_html_1293179143:1255:85205:85225 Lodgepole Manitoba +0.25856 sedimentology_html_4263673886 sedimentology_html_4263673886:16:1162:1205 Walker Iran +0.496086 aapg_ae_750.html aapg_ae_750.html:153:18486:18490 Dean Wichita, Kansas +0.506883 aapg_af_15.html aapg_af_15.html:215:21182:21192 Fort Union Fort Union Trading Post National Historic Site +0.474447 aapg_ah_649.html aapg_ah_649.html:87:12158:12178 Toro Dorotea Municipality +0.259578 aapg_ai_700.html aapg_ai_700.html:364:37681:37723 Provo Vienna +0.242544 aapg_ae_5.html aapg_ae_5.html:3:192:206 Earp Arizona +0.458784 aapg_aa_537.html aapg_aa_537.html:348:41257:41263 Oswego Mississippi River +0.503558 gsa_html_3289054608 gsa_html_3289054608:113:13485:13495 Rio Grande New Mexico +0.47787 aapg_ac_749.html aapg_ac_749.html:89:11885:11891 Guelph Salina, Kansas +0.42914 aapg_ac_90.html aapg_ac_90.html:169:25387:25397 Washington California +0.502125 aapg_ae_272.html aapg_ae_272.html:841:84571:84580 Coldwater Michigan +0.529596 aapg_ah_90.html aapg_ah_90.html:280:39265:39281 Dakota Colorado +0.242514 geology_html_4022603373 geology_html_4022603373:271:23542:23550 Virginia Chesapeake Bay +0.267786 gsa_html_3387611512 gsa_html_3387611512:1270:127415:127428 Santa Barbara California +0.523995 aapg_ah_339.html aapg_ah_339.html:252:25042:25142 Brassfield Richmond, California +0.242374 geology_html_4509927877 geology_html_4509927877:273:23433:23448 Gates Canada +0.252784 aapg_ah_800.html aapg_ah_800.html:30:2369:2375 Laurel Sumner County, Kansas +0.25317 cspg_html_3008414459 cspg_html_3008414459:46:7033:7049 Eagle Milk River, Alberta +0.258063 aapg_ae_419.html aapg_ae_419.html:115:13748:13766 Taraises Matamoros, Tamaulipas +0.873278 cspg_html_1333179361 cspg_html_1333179361:711:59238:59243 Banff Lacombe, Alberta +0.337962 geology_html_3982744980 geology_html_3982744980:45:4458:4478 Eau Claire Wisconsin +0.241572 aapg_ai_278.html aapg_ai_278.html:996:114418:114427 Sunniland Dade County, Georgia +0.24442 aapg_ah_339.html aapg_ah_339.html:94:9888:9904 Kinderhook Chattanooga, Tennessee +0.274758 aapg_ah_387.html aapg_ah_387.html:2424:262656:262662 Oregon Sierra Nevada (Spain) +0.481327 gsa_html_5788982444 gsa_html_5788982444:648:60131:60137 Antler Sierra Nevada (Spain) +0.259458 aapg_ad_978.html aapg_ad_978.html:3:267:303 Prospect Logan, Utah +0.494252 aapg_ad_2.html aapg_ad_2.html:1413:192979:192990 Martinsburg Chambersburg, Pennsylvania +0.253991 gsa_html_1520002998 gsa_html_1520002998:1175:91269:91301 Cutler Colorado +0.489599 geology_html_1599906578 geology_html_1599906578:165:15867:15871 Wise Hawaii (island) +0.266742 aapg_af_388.html aapg_af_388.html:694:77764:77785 East Berlin Connecticut River Valley +0.251988 aapg_ae_547.html aapg_ae_547.html:92:12054:12062 Sitkinak Kodiak Island +0.241943 aapg_ac_617.html aapg_ac_617.html:103:13127:13145 Oakville Oakville, California +0.25529 aapg_af_854.html aapg_af_854.html:1145:162006:162017 Waltersburg Illinois +0.266175 geology_html_3309524328 geology_html_3309524328:185:19195:19205 Table Head Sydney Basin +0.355992 AMJC_html_2067433562 AMJC_html_2067433562:731:62544:62553 New River Virginia +0.256 aapg_ah_83.html aapg_ah_83.html:361:44720:44734 Cloverly Cheyenne, Wyoming +0.49742 gsa_html_8432736353 gsa_html_8432736353:792:73470:73498 Green River Iran +0.27501 aapg_aa_618.html aapg_aa_618.html:23:2430:2447 Hosston County Sligo +0.243033 aapg_ac_910.html aapg_ac_910.html:483:37881:37898 Huizachal Mexico +0.499662 aapg_af_162.html aapg_af_162.html:177:15387:15397 White Rock Clarksville, Tennessee +0.4851 aapg_ac_451.html aapg_ac_451.html:508:52043:52061 Chinitna Talkeetna, Alaska +0.254015 aapg_af_192.html aapg_af_192.html:114:12519:12525 Lissie Texas +0.258028 palaios_html_4010001639 palaios_html_4010001639:200:19879:19884 Erwin Benton, Arkansas +0.49896 aapg_ae_74.html aapg_ae_74.html:400:37437:37449 Chinle Chinle Formation +0.253967 geology_html_3955381777 geology_html_3955381777:227:22006:22025 Pocatello Melbourne, Florida +0.470808 cspg_html_1541051100 cspg_html_1541051100:5:220:227 Deville Regina, Saskatchewan +0.437231 aapg_af_317.html aapg_af_317.html:585:73964:73976 Austin Chalk North Sea oil +0.270384 cspg_html_1019614994 cspg_html_1019614994:231:36259:36279 Big Valley Lacombe, Alberta +0.466416 aapg_aa_147.html aapg_aa_147.html:60:8916:8925 Red River Regina, Saskatchewan +0.257514 sedimentology_html_1642289162 sedimentology_html_1642289162:925:58906:58921 Mesaverde Cheyenne, Wyoming +0.488592 aapg_aa_98.html aapg_aa_98.html:160:13327:13364 Turner Valley Elkton, Kentucky +0.274052 palaios_html_5600528347 palaios_html_5600528347:529:52581:52602 Green River Cheyenne, Wyoming +0.511461 gsa_html_1454435675 gsa_html_1454435675:29:2796:2824 Green River Colorado +0.873864 aapg_ac_497.html aapg_ac_497.html:50:4945:4962 Ivishak Prudhoe Bay Oil Field +0.27352 gsa_html_1130947011 gsa_html_1130947011:370:47087:47098 Black River Michigan +0.480768 palaios_html_7196438349 palaios_html_7196438349:885:78974:78982 Victoria Victoria, British Columbia +0.486072 aapg_ae_658.html aapg_ae_658.html:565:58376:58384 Colorado Colorado +0.262108 cspg_html_7576506617 cspg_html_7576506617:615:74579:74598 Chicotte Quebec City +0.268961 aapg_ah_203.html aapg_ah_203.html:594:97576:97594 Morrison New Mexico +0.25414 aapg_ai_799.html aapg_ai_799.html:38:6809:6825 Dakota Powder River (Montana) +0.476424 cspg_html_1732329534 cspg_html_1732329534:62:8873:8889 Battle Edmonton, London +0.483585 cspg_html_2796643803 cspg_html_2796643803:200:31109:31127 Gallatin Cheyenne, Wyoming +0.27068 aapg_ac_415.html aapg_ac_415.html:64:8489:8495 Reston Virginia +0.724318 cspg_html_3129231627 cspg_html_3129231627:345:45974:45993 Allen Bay Ellesmere Island +0.221792 aapg_ah_663.html aapg_ah_663.html:199:21510:21519 Athabasca Canada +0.517068 aapg_ah_318.html aapg_ah_318.html:689:76158:76177 Smackover Shreveport, Louisiana +0.262119 aapg_ai_997.html aapg_ai_997.html:551:41180:41194 Yolo Tehama, California +0.668548 aapg_af_13.html aapg_af_13.html:59:6643:6662 Newcastle Black Hills +0.261602 aapg_aa_918.html aapg_aa_918.html:971:103177:103187 Whitehorse Cheyenne, Wyoming +0.238542 gsa_html_1741354143 gsa_html_1741354143:584:53342:53350 Scotland London, Ontario +0.244374 aapg_aa_731.html aapg_aa_731.html:285:37502:37511 Pendleton Marthaville, Louisiana +0.264158 aapg_af_468.html aapg_af_468.html:189:18312:18316 Frio Brazoria County, Texas +0.251923 aapg_ai_699.html aapg_ai_699.html:46:7997:8006 Whitehall Bennington, Vermont +0.254449 aapg_ad_580.html aapg_ad_580.html:445:57083:57103 Fort Union Cheyenne, Wyoming +0.267786 gsa_html_6872402505 gsa_html_6872402505:14:666:678 Saskatchewan Regina, Saskatchewan +0.4845 aapg_af_188.html aapg_af_188.html:312:35436:35451 Fort Union Wasatch Range +0.486 geology_html_5691462729 geology_html_5691462729:13:703:713 Washington Earth +0.508896 aapg_aa_732.html aapg_aa_732.html:440:45189:45206 Edwards Texas +0.502164 aapg_aa_322.html aapg_aa_322.html:236:22027:22045 Fayetteville Arkansas +0.272586 aapg_af_854.html aapg_af_854.html:846:119854:119870 Girkin Bethel, Alaska +0.249318 sedimentology_html_4044191708 sedimentology_html_4044191708:1977:115522:115543 Lake Valley New Mexico +0.478608 aapg_ae_367.html aapg_ae_367.html:171:17893:17909 Weches Charlotte, North Carolina +0.491303 aapg_ac_950.html aapg_ac_950.html:256:29273:29281 Virginia Cape Henry Light +0.469944 gsa_html_6281775990 gsa_html_6281775990:272:24519:24529 Whitewater San Bernardino County, California +0.490269 cspg_html_9185158332 cspg_html_9185158332:556:65435:65459 St. Mary River Lacombe, Alberta +0.235189 sedimentology_html_1810438243 sedimentology_html_1810438243:459:29913:29922 Gibraltar Azores +0.506086 cspg_html_5497811468 cspg_html_5497811468:254:34338:34359 Mount Cap Colville, Washington +0.227664 cspg_html_4893321109 cspg_html_4893321109:87:10215:10223 Hibernia Ben Nevis +0.479304 aapg_ae_700.html aapg_ae_700.html:52:6319:6338 Santa Cruz Santa Cruz County, Arizona +0.48918 gsa_html_5865982995 gsa_html_5865982995:1039:112918:112937 Rock Springs Cheyenne, Wyoming +0.498905 aapg_af_360.html aapg_af_360.html:195:18748:18766 Tishomingo Granite Seminole, Texas +0.2585 geology_html_7129477281 geology_html_7129477281:71:6312:6338 Pierre Niobrara, Nebraska +0.45421 aapg_af_430.html aapg_af_430.html:54:5980:5989 Escondido Buda, Texas +0.234558 aapg_ai_324.html aapg_ai_324.html:429:45625:45633 Anguille Western world +0.279841 aapg_ae_660.html aapg_ae_660.html:24:3317:3336 Smackover Melbourne, Florida +0.296468 aapg_ae_679.html aapg_ae_679.html:548:62057:62063 Moscow Russia +0.49344 jgeology_html_1188020601 jgeology_html_1188020601:88:3693:3719 Potsdam Adirondack Mountains +0.256649 cspg_html_1053895111 cspg_html_1053895111:174:24632:24649 Cardium Lacombe, Alberta +0.260598 sedimentology_html_7445163158 sedimentology_html_7445163158:1053:63393:63397 Bond North Atlantic Current +0.371259 geology_html_7344010586 geology_html_7344010586:53:5660:5678 Eureka Sound Ellesmere Island +0.262063 aapg_ae_805.html aapg_ae_805.html:262:30585:30597 Supai Grand Canyon +0.896793 aapg_ah_871.html aapg_ah_871.html:436:48533:48540 Pamelia Lowville (town), New York +0.486324 gsa_html_8794167975 gsa_html_8794167975:1177:111713:111741 Green River Colorado +0.48974 aapg_ae_594.html aapg_ae_594.html:255:29175:29190 Eagle Buda, Texas +0.237888 palaios_html_3415407632 palaios_html_3415407632:269:25786:25790 Hall London, Ontario +0.454526 gsa_html_8515975571 gsa_html_8515975571:981:89495:89499 Webb Mongolia +0.499896 aapg_af_859.html aapg_af_859.html:93:14798:14806 Beaumont San Antonio +0.48724 aapg_ae_345.html aapg_ae_345.html:632:52772:52791 Smackover Cotton Valley, Louisiana +0.484938 aapg_ai_461.html aapg_ai_461.html:129:17474:17480 Morgan Hartshorne, Oklahoma +0.479232 aapg_ak_8.html aapg_ak_8.html:798:62941:62945 Kent Middle East +0.252945 aapg_ad_954.html aapg_ad_954.html:293:30710:30715 Doerun Missouri River +0.269325 aapg_ai_751.html aapg_ai_751.html:304:33554:33562 Onondaga Onondaga (tribe) +0.493218 aapg_ah_276.html aapg_ah_276.html:338:32209:32227 Monterey California +0.4795 aapg_ah_93.html aapg_ah_93.html:59:8379:8391 Beaver Creek Maywood, California +0.495492 aapg_ah_93.html aapg_ah_93.html:51:7406:7431 Beartooth Logan, Utah +0.258063 aapg_ae_388.html aapg_ae_388.html:1223:72280:72290 Cedar Keys Monroe County, Florida +0.267786 cspg_html_6121424055 cspg_html_6121424055:98:7974:7989 Waterways Lacombe, Alberta +0.265734 gsa_html_8398449001 gsa_html_8398449001:863:70754:70778 Cutler Logan, Utah +0.690872 cspg_html_5241714595 cspg_html_5241714595:69:11759:11777 Prairie Victoria, British Columbia +0.488698 palaios_html_4932824604 palaios_html_4932824604:205:20264:20280 Lakota Cheyenne, Wyoming +0.26361 gsa_html_6281658899 gsa_html_6281658899:710:76703:76724 Green River Logan, Utah +0.475345 aapg_ae_181.html aapg_ae_181.html:11:1669:1688 Blufftown Cusseta, Alabama +0.256036 gsa_html_9515953275 gsa_html_9515953275:709:71385:71394 Eel River Lancaster, California +0.265209 aapg_ai_801.html aapg_ai_801.html:278:30649:30669 Phosphoria Western world +0.506796 aapg_af_172.html aapg_af_172.html:3:190:199 Smackover Arkansas +0.481873 cspg_html_7881580279 cspg_html_7881580279:39:6416:6432 Yeoman Red River of the North +0.26059 geology_html_1899758623 geology_html_1899758623:238:20872:20876 Bond North Atlantic Current +0.260064 aapg_af_701.html aapg_af_701.html:127:14346:14353 Venango Pennsylvania +0.495264 aapg_ah_646.html aapg_ah_646.html:312:37096:37112 Chinle Monument Valley +0.2565 gsa_html_4293193873 gsa_html_4293193873:737:66822:66829 Shuswap Canada +0.255636 aapg_af_673.html aapg_af_673.html:205:21932:21945 Garden Valley Reno, Nevada +0.458784 gsa_html_8707521176 gsa_html_8707521176:369:35546:35573 Summerside Summerside, Prince Edward Island +0.26571 gsa_html_4695276845 gsa_html_4695276845:78:9275:9283 Colorado Leadville, Colorado +0.47311 aapg_ak_83.html aapg_ak_83.html:325:37232:37240 Michigan Michigan +0.46221 cspg_html_7494952355 cspg_html_7494952355:69:16069:16078 Frontenac Saguenay River +0.242928 aapg_ah_202.html aapg_ah_202.html:85:13706:13720 Woodford Wichita, Kansas +0.489684 aapg_ah_297.html aapg_ah_297.html:318:35625:35652 Duvernay Lacombe, Alberta +0.496164 cspg_html_1976603247 cspg_html_1976603247:160:17831:17844 A-1 Carbonate Lake Erie +0.484702 aapg_ai_958.html aapg_ai_958.html:100:9969:9977 Oakville Cuero, Texas +0.493115 gsa_html_5495469347 gsa_html_5495469347:688:59870:59876 Denver Colorado +0.257922 sedimentology_html_8364351073 sedimentology_html_8364351073:1017:89367:89383 Weber Logan, Utah +0.552108 aapg_ah_283.html aapg_ah_283.html:517:61925:61935 Washington Salem, Oregon +0.284931 aapg_aa_684.html aapg_aa_684.html:362:34657:34674 Thaynes Cheyenne, Wyoming +0.891087 aapg_ad_557.html aapg_ad_557.html:8397:390025:390054 Brushy Canyon Texas +0.26052 gsa_html_9053175553 gsa_html_9053175553:32:3196:3211 Flagstaff Flagstaff, Arizona +0.244011 aapg_af_129.html aapg_af_129.html:88:10139:10145 Gilman Colorado +0.489082 aapg_aa_702.html aapg_aa_702.html:1529:149662:149668 Denver Colorado +0.495726 cspg_html_7667087595 cspg_html_7667087595:19:2403:2420 Bearpaw Regina, Saskatchewan +0.538 AMJC_html_1873062106 AMJC_html_1873062106:491:63729:63737 Colorado Arizona +0.848106 cspg_html_3060428958 cspg_html_3060428958:167:25901:25908 Bearpaw Lethbridge +0.477274 aapg_ad_2.html aapg_ad_2.html:1318:181000:181011 Black River Little Falls, Minnesota +0.474096 aapg_aa_302.html aapg_aa_302.html:466:57865:57870 Loray Kaibab, Arizona +0.267734 cspg_html_1934220426 cspg_html_1934220426:93:11326:11352 Cathedral Kingston, Jamaica +0.497276 cspg_html_9729377176 cspg_html_9729377176:133:16587:16609 Charlie Lake Victoria, British Columbia +0.24156 gsa_html_6837513060 gsa_html_6837513060:655:53087:53093 Oregon Moses Lake, Washington +0.723964 aapg_aa_721.html aapg_aa_721.html:764:77236:77253 Oquirrh Logan, Utah +0.265734 cspg_html_8363357104 cspg_html_8363357104:498:64175:64190 Skoki Mons +0.257839 aapg_aa_945.html aapg_aa_945.html:14:1822:1843 Platteville Glenwood, Utah +0.455058 aapg_ah_176.html aapg_ah_176.html:331:43689:43708 Rock Springs White River (Washington) +0.237644 aapg_aa_887.html aapg_aa_887.html:30:3984:3989 Verde East Asia +0.48858 cspg_html_5891044027 cspg_html_5891044027:416:78674:78686 Beaver Mines Lacombe, Alberta +0.254338 geology_html_7872143358 geology_html_7872143358:11:547:557 Las Cruces New Mexico +0.47846 cspg_html_4392308496 cspg_html_4392308496:99:17006:17017 Mabou Bridgetown, Nova Scotia +0.488379 cspg_html_3501550466 cspg_html_3501550466:187:27845:27859 Woodbend Lacombe, Alberta +0.253616 aapg_ae_64.html aapg_ae_64.html:310:30075:30085 Fort Union Cheyenne, Wyoming +0.479044 aapg_ae_484.html aapg_ae_484.html:171:19398:19406 Virginia Huntington, West Virginia +0.258552 aapg_ae_777.html aapg_ae_777.html:261:30211:30235 Espiritu Santo San Juan Mountains +0.26728 cspg_html_8145657505 cspg_html_8145657505:43:7457:7487 Cairn Canmore, Alberta +0.2782 aapg_ak_87.html aapg_ak_87.html:66:11001:11011 Santa Rita Patagonia +0.262566 gsa_html_3368386568 gsa_html_3368386568:12:697:707 Ellensburg Washington (state) +0.243522 aapg_af_130.html aapg_af_130.html:215:36997:37014 Madison Logan, Utah +0.266752 aapg_ad_12.html aapg_ad_12.html:304:28563:28578 Colon Venezuela +0.247005 cspg_html_5705427229 cspg_html_5705427229:19:2107:2123 Beaverhill Lacombe, Alberta +0.475776 aapg_ae_692.html aapg_ae_692.html:865:75679:75685 Denver Colorado +0.254904 cspg_html_8089302449 cspg_html_8089302449:555:97226:97246 Slave Point Coralville, Iowa +0.250368 palaios_html_7111318862 palaios_html_7111318862:1291:116793:116811 Washakie Cheyenne, Wyoming +0.261105 aapg_af_483.html aapg_af_483.html:66:8618:8630 Todos Santos Honduras +0.254007 aapg_ae_324.html aapg_ae_324.html:837:84478:84482 Hall Virginia +0.246402 cspg_html_7839431712 cspg_html_7839431712:188:19261:19279 Foremost Lacombe, Alberta +0.254976 gsa_html_5865982995 gsa_html_5865982995:200:22207:22215 Washakie Bridger, Montana +0.55342 aapg_af_874.html aapg_af_874.html:82:5361:5372 Mauch Chunk Allegheny Mountains +0.274052 gsa_html_3010975239 gsa_html_3010975239:219:31401:31408 Saginaw Michigan +0.260064 aapg_ae_660.html aapg_ae_660.html:133:16545:16564 Smackover Mexico +0.239021 aapg_ah_181.html aapg_ah_181.html:131:15479:15496 Wingate Chinle Formation +0.699163 aapg_ad_670.html aapg_ad_670.html:24:4726:4742 Morgan Logan, Utah +0.512388 gsa_html_3942625742 gsa_html_3942625742:765:62343:62371 Green River Colorado +0.51844 aapg_ah_696.html aapg_ah_696.html:3:474:501 Columbia Washington (state) +0.22278 aapg_aa_267.html aapg_aa_267.html:282:23095:23105 Greenbrier Greenbrier (Great Smoky Mountains) +0.249775 aapg_aa_550.html aapg_aa_550.html:81:8711:8731 Fredericksburg Goodland, Kansas +0.253 gsa_html_2005293978 gsa_html_2005293978:1219:94534:94560 Kirkwood Closter, New Jersey +0.254 aapg_ai_975.html aapg_ai_975.html:1021:83130:83140 Georgetown Burleson County, Texas +0.486604 sedimentology_html_9449833164 sedimentology_html_9449833164:1082:65173:65192 Mansfield Bloomington, Indiana +0.26673 aapg_ad_683.html aapg_ad_683.html:844:81614:81620 Cutler Coconino County, Arizona +0.489658 geology_html_7543280232 geology_html_7543280232:14:745:758 Santa Barbara California +0.264196 gsa_html_5522350521 gsa_html_5522350521:676:74346:74351 Rapid Earth +0.477594 cspg_html_2070747629 cspg_html_2070747629:317:34209:34226 Bedford Canada +0.461252 gsa_html_7102550258 gsa_html_7102550258:666:77587:77612 Mount Wrightson Colorado Plateau +0.488136 cspg_html_1841843683 cspg_html_1841843683:26:4041:4046 Piper Williston Basin +0.48057 gsa_html_1154886948 gsa_html_1154886948:30:2756:2784 Green River Colorado +0.496584 aapg_ai_399.html aapg_ai_399.html:270:26028:26041 Porters Creek Missouri River +0.476126 AMJC_html_5722410163 AMJC_html_5722410163:715:67313:67342 Chalk Hills Boise, Idaho +0.479136 cspg_html_9551573979 cspg_html_9551573979:36:5932:5956 Basal Lacombe, Alberta +0.49495 geology_html_3921090200 geology_html_3921090200:256:22481:22486 Piper Canada +0.459264 cspg_html_9136481292 cspg_html_9136481292:509:57293:57299 Viking Lacombe, Alberta +0.488413 aapg_ad_440.html aapg_ad_440.html:942:93041:93049 Maccrady Salem, Massachusetts +0.243987 aapg_ad_759.html aapg_ad_759.html:175:18626:18631 Sespe Ojai, California +0.808738 aapg_af_854.html aapg_af_854.html:885:125723:125740 Renault Perry County, Indiana +0.231217 sedimentology_html_9232728124 sedimentology_html_9232728124:16:1082:1102 Toro Chile +0.255636 aapg_ai_38.html aapg_ai_38.html:89:9515:9523 Niobrara Colorado +0.27984 jgeology_html_4232779030 jgeology_html_4232779030:832:42907:42914 Gateway Logan, Utah +0.26235 aapg_ai_584.html aapg_ai_584.html:665:69018:69035 Madison Cheyenne, Wyoming +0.259072 palaios_html_5977967483 palaios_html_5977967483:969:90970:90975 Erwin London, Ontario +0.247008 cspg_html_9894399778 cspg_html_9894399778:80:7379:7387 Ashville Ashville, Ohio +0.255955 aapg_ah_745.html aapg_ah_745.html:17:1793:1801 Glasford Illinois +0.257048 sedimentology_html_9980494445 sedimentology_html_9980494445:1513:92137:92141 Hall London, Ontario +0.26162 aapg_ah_318.html aapg_ah_318.html:3002:244991:245003 Huayacocotla Veracruz, Veracruz +0.23569 aapg_ac_920.html aapg_ac_920.html:79:12539:12552 Carlin Canyon Little Humboldt River +0.49192 aapg_ae_454.html aapg_ae_454.html:577:52583:52602 Smackover Arkansas +0.515404 aapg_ad_122.html aapg_ad_122.html:447:38971:38988 Beekmantown Pennsylvania +0.708257 aapg_ad_615.html aapg_ad_615.html:49:5351:5360 Smackover Mississippi River +0.489168 aapg_af_634.html aapg_af_634.html:51:7390:7396 Midway Alabama +0.265188 aapg_ad_466.html aapg_ad_466.html:441:52380:52387 Matawan Monmouth +0.239454 aapg_af_592.html aapg_af_592.html:75:6001:6011 Rio Grande West Texas +0.259032 jgeology_html_4305195651 jgeology_html_4305195651:566:68657:68677 Pottsville Pottsville, Pennsylvania +0.259056 cspg_html_7833083677 cspg_html_7833083677:2409:211190:211211 Peratrovich Prince of Wales Island (Nunavut) +0.24442 aapg_ae_628.html aapg_ae_628.html:22:2414:2420 Oregon Washington (state) +0.368589 palaios_html_6973830442 palaios_html_6973830442:15:634:667 Entrada Logan, Utah +0.248601 cspg_html_3102530088 cspg_html_3102530088:74:10063:10088 Telegraph Creek Milk River, Alberta +0.511872 aapg_ad_749.html aapg_ad_749.html:277:27856:27871 Queen Delaware +0.255024 aapg_ah_417.html aapg_ah_417.html:77:7653:7660 Pakowki Bearpaw Formation +0.520674 aapg_ah_486.html aapg_ah_486.html:281:27421:27431 Pottsville West Texas +0.96127 cspg_html_6252417471 cspg_html_6252417471:193:28283:28304 Kanguk Banks Island +0.26724 aapg_ac_730.html aapg_ac_730.html:637:92944:92960 Toreva Shiprock, New Mexico +0.702866 gsa_html_6672856503 gsa_html_6672856503:280:24104:24113 Chumstick Washington (state) +0.15824 cspg_html_6985536436 cspg_html_6985536436:132:18951:18972 Christopher Banks Island +0.2565 aapg_ai_94.html aapg_ai_94.html:204:28161:28170 Peninsula Western world +0.47368 aapg_aa_745.html aapg_aa_745.html:451:52581:52614 Brushy Canyon New Mexico +0.260478 gsa_html_1266138577 gsa_html_1266138577:406:33343:33349 Poleta Salinas Valley +0.438672 aapg_ai_105.html aapg_ai_105.html:523:63206:63220 Manning Canyon Uinta Mountains +0.395577 aapg_aa_659.html aapg_aa_659.html:158:12002:12010 Montreal Quebec City +0.86784 aapg_ad_466.html aapg_ad_466.html:1120:120330:120339 Manasquan Long Branch, New Jersey +0.273168 aapg_af_594.html aapg_af_594.html:120:12511:12526 Sand Wells Pennsylvania +0.496125 cspg_html_8362959053 cspg_html_8362959053:47:7463:7480 Cadomin Mountain Park (Holyoke, Massachusetts) +0.484524 gsa_html_5096547935 gsa_html_5096547935:239:24719:24735 Sandia Albuquerque, New Mexico +0.26936 aapg_ah_756.html aapg_ah_756.html:109:11606:11621 Queen New Mexico +0.488368 palaios_html_5600528347 palaios_html_5600528347:627:58381:58409 Green River Cheyenne, Wyoming +0.465312 aapg_ah_622.html aapg_ah_622.html:82:9460:9472 Pierre Powder River (Montana) +0.498355 aapg_aa_216.html aapg_aa_216.html:85:9205:9214 Extension Spain +0.493115 cspg_html_4382149016 cspg_html_4382149016:350:51864:51885 Lawrence Quebec City +0.074214 aapg_aa_147.html aapg_aa_147.html:85:11444:11453 Red River Red River of the North +0.246813 aapg_ae_113.html aapg_ae_113.html:199:24990:25018 Disappointment Bay Bathurst Island (Northern Territory) +0.481844 sedimentology_html_3369397192 sedimentology_html_3369397192:1028:61853:61857 Hall London, Ontario +0.260064 cspg_html_6306091047 cspg_html_6306091047:663:91428:91460 Montney Lacombe, Alberta +0.464002 aapg_ak_78.html aapg_ak_78.html:443:53888:53892 Word Texas +0.510687 geology_html_1035667905 geology_html_1035667905:206:20463:20470 Magothy Potomac, Maryland +0.4365 cspg_html_3926542795 cspg_html_3926542795:1635:159100:159120 Swan Hills Canada +0.263472 sedimentology_html_1598128253 sedimentology_html_1598128253:82:9125:9148 Tidal Portugal +0.259534 aapg_aa_684.html aapg_aa_684.html:225:21698:21710 Red Mountain Cheyenne, Wyoming +0.262135 gsa_html_8515975571 gsa_html_8515975571:808:77205:77211 Moscow Mongolia +0.44592 aapg_ae_581.html aapg_ae_581.html:663:73022:73041 Rock Springs Sweetwater, Miami-Dade County, Florida +0.45308 aapg_ah_754.html aapg_ah_754.html:242:28053:28062 Extension Vancouver +0.872948 aapg_af_833.html aapg_af_833.html:481:53325:53345 Fall River Greybull, Wyoming +0.499596 aapg_ae_692.html aapg_ae_692.html:483:49754:49763 Red River Bowman County, North Dakota +0.25654 palaios_html_2746116737 palaios_html_2746116737:40:4184:4206 Hatchetigbee Vail, Colorado +0.482895 geology_html_7315534235 geology_html_7315534235:170:16697:16707 Washington Yakutat City and Borough, Alaska +0.242015 jgeology_html_9413634903 jgeology_html_9413634903:261:19439:19467 Tennessee Mountain Western world +0.474628 aapg_ai_307.html aapg_ai_307.html:90:11887:11898 Krebs Inola, Oklahoma +0.472054 AMJC_html_3876900807 AMJC_html_3876900807:681:54404:54414 Washington Corfu (city) +0.246482 aapg_af_900.html aapg_af_900.html:67:9732:9740 Columbia Chambers County, Alabama +0.267225 palaios_html_3265237488 palaios_html_3265237488:410:35382:35386 Hall London, Ontario +0.25896 aapg_ac_222.html aapg_ac_222.html:108:16971:16988 Hermosa Hermosa, Chicago +0.512143 gsa_html_6423424604 gsa_html_6423424604:1882:167306:167316 Washington Salem, Oregon +0.450109 aapg_af_94.html aapg_af_94.html:373:46410:46426 Alapah Western world +0.255016 aapg_aa_37.html aapg_aa_37.html:702:65393:65401 Toroweap McKee, Kentucky +0.506766 aapg_ad_369.html aapg_ad_369.html:27:3194:3208 Chadakoin Allegany (town), New York +0.248952 cspg_html_7833083677 cspg_html_7833083677:677:57666:57671 Yukon Anchorage, Alaska +0.48896 geology_html_4576670336 geology_html_4576670336:37:3248:3255 Oceanic Earth +0.248601 aapg_ai_66.html aapg_ai_66.html:174:14564:14572 Colorado Loveland, Ohio +0.249318 cspg_html_5891044027 cspg_html_5891044027:358:70179:70196 Gateway Purcell Mountains +0.260876 cspg_html_2165379999 cspg_html_2165379999:467:43740:43747 Windsor Ontario, California +0.267566 geology_html_6859574629 geology_html_6859574629:239:24428:24432 Hall North Atlantic Current +0.42735 aapg_ah_72.html aapg_ah_72.html:59:8947:8956 Catahoula Shreveport, Louisiana +0.469336 sedimentology_html_7623092448 sedimentology_html_7623092448:4022:212226:212244 Tindir Anchorage, Alaska +0.252396 cspg_html_2055345483 cspg_html_2055345483:225:30175:30180 Price Arctic Cordillera +0.462624 aapg_ad_306.html aapg_ad_306.html:17:2691:2695 Omoa Honduras +0.477442 cspg_html_3966956195 cspg_html_3966956195:391:36167:36200 George Canada +0.269336 aapg_ac_252.html aapg_ac_252.html:173:17482:17499 Kaibab Arizona +0.261021 cspg_html_1818321956 cspg_html_1818321956:90:11373:11383 Otto Fiord India +0.484785 aapg_aa_23.html aapg_aa_23.html:987:130288:130297 Interlake Andros +0.49504 cspg_html_2738241424 cspg_html_2738241424:148:14693:14699 Viking Elkton, Kentucky +0.502112 aapg_ah_486.html aapg_ah_486.html:282:27610:27631 Pottsville Pottsville, Pennsylvania +0.424094 aapg_ad_466.html aapg_ad_466.html:980:106240:106251 Hornerstown Eatontown, New Jersey +0.261112 cspg_html_9689514766 cspg_html_9689514766:491:52673:52691 Black River Ottawa, Kansas +0.248937 aapg_ah_847.html aapg_ah_847.html:141:15908:15923 Laurel Monmouth County, New Jersey +0.26215 aapg_ah_217.html aapg_ah_217.html:159:18301:18319 Brallier Pennsylvania +0.484939 aapg_ai_82.html aapg_ai_82.html:373:41194:41205 Mauch Chunk Pottsville, Pennsylvania +0.48692 gsa_html_1869017812 gsa_html_1869017812:64:4771:4799 Green River Colorado +0.25296 gsa_html_7613332937 gsa_html_7613332937:871:76446:76466 Pico Canary Islands +0.371256 cspg_html_2039656422 cspg_html_2039656422:69:6965:6982 Shublik Spring River (Missouri) +0.440366 aapg_af_695.html aapg_af_695.html:163:16649:16661 Austin Chalk Buda, Texas +0.504751 aapg_ac_807.html aapg_ac_807.html:446:45641:45649 St Marys Chesapeake Bay +0.240408 jgeology_html_9366209199 jgeology_html_9366209199:256:22461:22470 Eel River Scotia, New York +0.2535 geology_html_6235125926 geology_html_6235125926:161:15483:15492 Salt Lake Wasatch Range +0.2505 aapg_ac_563.html aapg_ac_563.html:359:49651:49675 Yucatan Melbourne, Florida +0.380946 aapg_aa_737.html aapg_aa_737.html:28:3553:3569 Salina Ohio +0.26061 sedimentology_html_4432289902 sedimentology_html_4432289902:149:13340:13361 Marshalltown Sea Girt, New Jersey +0.244904 sedimentology_html_5672063331 sedimentology_html_5672063331:1469:47654:47666 Owens Valley Dolomites +0.72182 cspg_html_6306091047 cspg_html_6306091047:16:2344:2356 Charlie Lake Victoria, British Columbia +0.478807 cspg_html_5281980997 cspg_html_5281980997:47:6478:6486 Waterton Lacombe, Alberta +0.503568 aapg_ae_875.html aapg_ae_875.html:11:2169:2184 Coamo Puerto Rico +0.250494 cspg_html_3804945581 cspg_html_3804945581:314:35717:35731 Edmonton Lacombe, Alberta +0.249498 aapg_ae_812.html aapg_ae_812.html:135:14319:14326 Yucatan Chihuahua (state) +0.663847 aapg_ah_757.html aapg_ah_757.html:101:11346:11361 Boone Logan, Utah +0.475059 aapg_ai_968.html aapg_ai_968.html:56:6344:6352 Colorado Larimer County, Colorado +0.2678 aapg_ad_2.html aapg_ad_2.html:779:110315:110322 Warrior Williamsburg, Virginia +0.829921 gsa_html_1119256423 gsa_html_1119256423:149:14669:14683 Arikaree Colorado +0.494758 gsa_html_1538463681 gsa_html_1538463681:999:83028:83038 Pittsburgh Sonora +0.483917 aapg_ae_63.html aapg_ae_63.html:483:48189:48217 Salt Lake Boise, Idaho +0.26462 aapg_aa_824.html aapg_aa_824.html:76:8627:8632 Cadiz Spain +0.262044 cspg_html_1894459898 cspg_html_1894459898:411:40891:40913 Winnipegosis Regina, Saskatchewan +0.270396 aapg_ac_236.html aapg_ac_236.html:604:48959:48969 San Miguel Phoenix, Arizona +0.259 palaios_html_9041058007 palaios_html_9041058007:119:14292:14312 Grant Lake Maysville, Kentucky +0.48464 cspg_html_2113617629 cspg_html_2113617629:799:91927:91947 Bow Island Lacombe, Alberta +0.49276 gsa_html_4740178746 gsa_html_4740178746:638:69215:69225 Wellington Antarctica +0.259081 aapg_ah_962.html aapg_ah_962.html:25:3858:3873 Viola Atoka, Oklahoma +0.502068 cspg_html_9185158332 cspg_html_9185158332:585:67358:67387 Dunvegan Canada +0.890102 aapg_ae_715.html aapg_ae_715.html:446:57137:57152 Frio Texas +0.245872 cspg_html_9023649778 cspg_html_9023649778:361:42117:42150 Halfway Victoria, British Columbia +0.235104 geology_html_2489830923 geology_html_2489830923:276:19658:19663 Stump South Mountains (Arizona) +0.28119 aapg_ah_943.html aapg_ah_943.html:373:50448:50456 Columbia Victoria, British Columbia +0.25398 aapg_ac_594.html aapg_ac_594.html:262:23574:23582 Consuelo Morella, Spain +0.260096 sedimentology_html_7482146728 sedimentology_html_7482146728:334:39351:39357 Oregon Western world +0.483545 cspg_html_9661038059 cspg_html_9661038059:265:38522:38542 Bow Island Lacombe, Alberta +0.456084 aapg_ai_524.html aapg_ai_524.html:64:7832:7851 Bidahochi Chuska Mountains +0.50065 aapg_ah_318.html aapg_ah_318.html:901:93127:93153 Smackover Mexico +0.25428 cspg_html_9058948031 cspg_html_9058948031:35:5016:5028 Pierre Southern Alberta +0.239776 aapg_ae_190.html aapg_ae_190.html:171:16114:16130 Kinderhook Salina, Kansas +0.363166 aapg_ae_306.html aapg_ae_306.html:924:105696:105702 Perija Cordillera Oriental (Colombia) +0.26235 aapg_ac_253.html aapg_ac_253.html:211:28634:28638 Keel Clarita, Oklahoma +0.50572 aapg_ad_817.html aapg_ad_817.html:130:12283:12290 Arcadia Carnarvon, Western Australia +0.268243 sedimentology_html_6261114825 sedimentology_html_6261114825:91:7853:7863 Santa Cruz Santa Cruz County, Arizona +0.49685 aapg_aa_1.html aapg_aa_1.html:61:8489:8503 Knoxville California +0.265224 cspg_html_2198503252 cspg_html_2198503252:48:4885:4893 Colorado New Mexico +0.260608 aapg_af_593.html aapg_af_593.html:157:13074:13093 Whirlpool Guelph +0.462336 aapg_af_215.html aapg_af_215.html:12:1967:1972 Eagle Mexico +0.256905 cspg_html_8065532640 cspg_html_8065532640:23:3249:3259 Horn River Middle East +0.257554 aapg_aa_775.html aapg_aa_775.html:602:63194:63201 Perdido North Sea oil +0.2565 cspg_html_7833083677 cspg_html_7833083677:1303:112690:112695 Yukon Snake River Canyon (Idaho) +0.49152 cspg_html_7989435905 cspg_html_7989435905:88:9997:10021 Bearpaw Lacombe, Alberta +0.47788 aapg_aa_463.html aapg_aa_463.html:245:46957:46966 Smackover Cotton Valley, Louisiana +0.255518 aapg_ad_871.html aapg_ad_871.html:24:2894:2902 Michigan Presque Isle State Park +0.257424 aapg_af_808.html aapg_af_808.html:653:83788:83805 Oceanic Mount Hillaby +0.25647 cspg_html_6252849194 cspg_html_6252849194:280:33149:33176 Horseshoe Canyon Lacombe, Alberta +0.81168 aapg_ac_364.html aapg_ac_364.html:330:34730:34748 Sundance Black Hills +0.256236 gsa_html_8086754950 gsa_html_8086754950:365:37006:37025 Fox Hills Sweetwater, Miami-Dade County, Florida +0.49115 aapg_ae_855.html aapg_ae_855.html:175:18745:18767 Green River Logan, Utah +0.250444 aapg_af_397.html aapg_af_397.html:721:90128:90154 Todilto New Mexico +0.488136 cspg_html_9648675035 cspg_html_9648675035:8:448:456 Columbia Victoria, British Columbia +0.265161 gsa_html_7464626519 gsa_html_7464626519:789:79116:79133 Baraboo Quartzite Wisconsin +0.264027 aapg_ad_440.html aapg_ad_440.html:443:41555:41560 Price Greenbrier County Schools +0.265584 aapg_af_751.html aapg_af_751.html:165:23461:23469 Monterey Kings City +0.471225 cspg_html_6116883777 cspg_html_6116883777:545:73294:73309 Douro Little Cornwallis Island +0.484008 cspg_html_9046359229 cspg_html_9046359229:463:69129:69140 Belly River Edmonton, London +0.26136 cspg_html_5141367518 cspg_html_5141367518:8:978:1001 Willow Creek Bearpaw Formation +0.248997 geology_html_8189947008 geology_html_8189947008:28:2654:2665 Pine Island Antarctica +0.253 aapg_ai_996.html aapg_ai_996.html:105:10258:10269 Shark River Manasquan, New Jersey +0.24816 aapg_af_860.html aapg_af_860.html:16:2150:2160 Sabinetown Texas +0.484848 cspg_html_2208643572 cspg_html_2208643572:71:11555:11563 Columbia Victoria, British Columbia +0.473598 cspg_html_7402164801 cspg_html_7402164801:360:36729:36749 Milk River Lacombe, Alberta +0.251412 sedimentology_html_6935812806 sedimentology_html_6935812806:1038:77584:77610 Dolores Colorado +0.254925 gsa_html_5756232019 gsa_html_5756232019:15:778:786 Colorado Colorado +0.253847 aapg_ae_295.html aapg_ae_295.html:229:26013:26033 Queen Charlotte, North Carolina +0.252164 sedimentology_html_1046729113 sedimentology_html_1046729113:988:86259:86276 Cardium Lacombe, Alberta +0.277585 sedimentology_html_2123792718 sedimentology_html_2123792718:2105:116987:117002 Mesaverde Logan, Utah +0.47066 sedimentology_html_4464071344 sedimentology_html_4464071344:608:48085:48103 Read Bay Canadian Arctic Archipelago +0.481707 gsa_html_6441142238 gsa_html_6441142238:1349:124614:124642 Green River Colorado +0.260598 aapg_af_684.html aapg_af_684.html:76:9265:9284 Flournoy Klamath Mountains (ecoregion) +0.898679 cspg_html_6014123208 cspg_html_6014123208:20:2322:2334 Ellerslie Western world +0.488814 aapg_ai_581.html aapg_ai_581.html:188:19438:19454 Eagle Judith River Formation +0.457612 aapg_ad_887.html aapg_ad_887.html:51:6007:6015 Bellevue Shreveport, Louisiana +0.28798 aapg_aa_147.html aapg_aa_147.html:794:80372:80380 Deadwood Winnipeg +0.448564 aapg_aa_95.html aapg_aa_95.html:171:16421:16429 Colorado Denver +0.481265 cspg_html_7106541506 cspg_html_7106541506:6:427:439 Bluesky Lacombe, Alberta +0.497798 aapg_ad_2.html aapg_ad_2.html:1272:174624:174635 Black River Adirondack Mountains +0.50952 gsa_html_5253952002 gsa_html_5253952002:518:55538:55568 Boulder Creek Victoria, British Columbia +0.45214 gsa_html_2927312038 gsa_html_2927312038:394:35173:35181 Scotland Ballantrae +0.25839 sedimentology_html_1905463017 sedimentology_html_1905463017:700:49158:49162 Hall London, Ontario +0.25449 aapg_ad_683.html aapg_ad_683.html:731:72912:72917 Supai Coconino County, Arizona +0.269608 aapg_aa_463.html aapg_aa_463.html:212:40793:40800 Hosston Mooringsport, Louisiana +0.245532 aapg_aa_626.html aapg_aa_626.html:48:6413:6430 Raritan Maryland +0.259056 cspg_html_9060847110 cspg_html_9060847110:520:66530:66541 Rocky Brook Canada +0.465836 aapg_ae_694.html aapg_ae_694.html:209:24735:24751 Eagle Tuscaloosa, Alabama +0.49444 gsa_html_5870888413 gsa_html_5870888413:69:4896:4924 Green River Colorado +0.264052 cspg_html_8806021601 cspg_html_8806021601:256:21873:21880 Bearpaw Southern Alberta +0.460768 aapg_aa_114.html aapg_aa_114.html:199:22421:22436 Huizachal Matamoros, Tamaulipas +0.266766 aapg_ah_318.html aapg_ah_318.html:1347:136577:136590 Cotton Valley Mexico +0.270399 cspg_html_9354781888 cspg_html_9354781888:523:45553:45583 Doig Lacombe, Alberta +0.89019 cspg_html_7602315496 cspg_html_7602315496:21:3497:3523 Milk River Milk River, Alberta +0.262566 aapg_ae_474.html aapg_ae_474.html:862:87654:87670 Bethel Bethel, Alaska +0.23667 cspg_html_4727171280 cspg_html_4727171280:100:11916:11924 Edmonton Edmonton, London +0.462522 aapg_ae_544.html aapg_ae_544.html:338:40069:40091 Medicine Hat Milk River, Alberta +0.505986 cspg_html_4143222666 cspg_html_4143222666:66:9352:9378 Montney Western Canadian Sedimentary Basin +0.267596 aapg_ad_280.html aapg_ad_280.html:22:3316:3335 Smackover Haynesville, Louisiana +0.262845 aapg_ae_705.html aapg_ae_705.html:611:61347:61365 Monterey California +0.487104 cspg_html_3966956195 cspg_html_3966956195:555:45780:45817 Slave Point Victoria, British Columbia +0.390096 jgeology_html_5970406003 jgeology_html_5970406003:1293:76320:76337 Lay Dam Alabama +0.253991 geology_html_6228357286 geology_html_6228357286:214:18131:18135 Dean California +0.2605 AMJC_html_1470891917 AMJC_html_1470891917:702:71299:71306 Fortune Cameroon +0.26182 aapg_ae_474.html aapg_ae_474.html:20:2724:2742 Renault Bethel, Alaska +0.247912 aapg_ac_333.html aapg_ac_333.html:427:54985:54990 Supai Supai, Arizona +0.499554 aapg_af_535.html aapg_af_535.html:60:6161:6179 Read Bay Little Cornwallis Island +0.271582 aapg_ah_505.html aapg_ah_505.html:659:50676:50684 Frontier Colorado +0.24057 cspg_html_5779937878 cspg_html_5779937878:59:6988:7000 Grand Rapids Colorado +0.286935 aapg_ah_724.html aapg_ah_724.html:17:2641:2659 Kaskapau Caldwell, New Jersey +0.4653 aapg_af_129.html aapg_af_129.html:329:34758:34766 Colorado Colorado +0.470074 cspg_html_6702053097 cspg_html_6702053097:516:62602:62625 Wallace Quebec City +0.896808 palaios_html_2623118674 palaios_html_2623118674:890:96510:96530 North Horn Logan, Utah +0.262194 aapg_ai_66.html aapg_ai_66.html:163:13929:13936 Waverly Colorado +0.491071 sedimentology_html_6714245905 sedimentology_html_6714245905:557:45033:45039 Pueblo Colorado +0.26429 cspg_html_7799850124 cspg_html_7799850124:469:52820:52839 Waterways Lacombe, Alberta +0.4745 aapg_ac_0.html aapg_ac_0.html:28:4399:4412 Bigfork Chert Bigfork, Montana +0.276627 gsa_html_6300072404 gsa_html_6300072404:32:2740:2768 Green River Colorado +0.255307 cspg_html_4495395109 cspg_html_4495395109:11:1507:1513 Battle Regina, Saskatchewan +0.46629 palaios_html_2621173808 palaios_html_2621173808:1138:109783:109815 Montney Edmonton, London +0.484848 aapg_ah_807.html aapg_ah_807.html:20:2121:2136 Diablo Marfa lights +0.485254 aapg_ae_419.html aapg_ae_419.html:356:43503:43509 Sierra Chihuahua (state) +0.23232 cspg_html_3772380029 cspg_html_3772380029:446:57059:57073 Surprise Creek Churchill River (Atlantic) +0.472944 aapg_ad_542.html aapg_ad_542.html:83:11976:11986 Bear River Aspen, Colorado +0.498916 aapg_ai_424.html aapg_ai_424.html:5:652:671 Minnelusa Black Hills +0.507492 gsa_html_9992397034 gsa_html_9992397034:30:2834:2862 Green River Colorado +0.473946 aapg_af_180.html aapg_af_180.html:56:5927:5944 Reynosa Mexico +0.26136 aapg_af_664.html aapg_af_664.html:466:52696:52706 San Andres San Angelo, Texas +0.489417 aapg_ad_2.html aapg_ad_2.html:597:87120:87127 Harpers Pennsylvania +0.398528 cspg_html_6252849194 cspg_html_6252849194:6:294:301 Bearpaw Lacombe, Alberta +0.4606 palaios_html_2256521782 palaios_html_2256521782:1416:97756:97760 Hall London, Ontario +0.497798 gsa_html_6426465509 gsa_html_6426465509:31:2857:2867 Washington Tacoma, Washington +0.494468 cspg_html_4530154552 cspg_html_4530154552:74:12414:12422 Columbia Lacombe, Alberta +0.239598 cspg_html_2834693711 cspg_html_2834693711:847:110932:110951 Chuckanut Washington (state) +0.255518 cspg_html_5515814749 cspg_html_5515814749:152:20160:20174 Colorado Lacombe, Alberta +0.462105 aapg_aa_959.html aapg_aa_959.html:110:9163:9180 Madison Logan, Utah +0.261948 aapg_ai_641.html aapg_ai_641.html:22:4168:4183 Eagle Thailand +0.236192 cspg_html_2882304151 cspg_html_2882304151:224:38470:38483 Mountain Park Lacombe, Alberta +0.48513 palaios_html_5444521865 palaios_html_5444521865:128:12599:12614 Gabbs Reno, Nevada +0.501468 aapg_ae_415.html aapg_ae_415.html:953:118872:118881 Catahoula Western world +0.496419 cspg_html_4422229045 cspg_html_4422229045:202:27774:27804 Canol Norman Wells +0.4883 aapg_ac_23.html aapg_ac_23.html:5:643:650 Clinton Ohio +0.46342 aapg_ai_159.html aapg_ai_159.html:465:53425:53442 La Boca Culebra, Puerto Rico +0.48735 aapg_aa_544.html aapg_aa_544.html:342:46387:46394 Wasatch Aspen, Colorado +0.500076 aapg_ai_49.html aapg_ai_49.html:835:105059:105065 Dakota Niobrara, Nebraska +0.270908 aapg_ae_428.html aapg_ae_428.html:1110:87791:87804 Fleming Oakville, California +0.25704 cspg_html_9825544190 cspg_html_9825544190:184:21392:21410 Stettler Lacombe, Alberta +0.251979 geology_html_3378578158 geology_html_3378578158:182:19645:19651 Reston Virginia +0.2605 aapg_ad_2.html aapg_ad_2.html:1593:220451:220461 Bellefonte Chambersburg, Pennsylvania +0.4992 cspg_html_1019614994 cspg_html_1019614994:637:95958:95968 Big Valley Lacombe, Alberta +0.270788 aapg_ae_638.html aapg_ae_638.html:93:8849:8854 Salem Salem, Massachusetts +0.257316 jgeology_html_7885748745 jgeology_html_7885748745:886:49663:49668 Rapid Ladakh +0.251 AMJC_html_9113252962 AMJC_html_9113252962:440:53042:53050 Billings Bennington, Vermont +0.28013 aapg_ah_830.html aapg_ah_830.html:19:3340:3372 Prospect Nelson, New Zealand +0.254881 gsa_html_7765430810 gsa_html_7765430810:670:65486:65499 Santa Barbara California +0.260925 aapg_ad_326.html aapg_ad_326.html:34:5492:5511 Keg River Lacombe, Alberta +0.277172 aapg_ai_491.html aapg_ai_491.html:422:52660:52682 Hermosa Kaibab, Arizona +0.490167 cspg_html_9222238695 cspg_html_9222238695:576:65426:65434 Columbia Lacombe, Alberta +0.25186 cspg_html_1962846283 cspg_html_1962846283:605:71922:71934 Wilcox Texas +0.504 aapg_aa_544.html aapg_aa_544.html:183:24995:25003 Sundance Colorado +0.24288 aapg_ah_387.html aapg_ah_387.html:2852:309260:309269 Knoxville Central Valley (California) +0.468435 gsa_html_9515953275 gsa_html_9515953275:707:71200:71209 Eel River California +0.488368 aapg_af_392.html aapg_af_392.html:95:11800:11818 Frontier Coalville, Utah +0.257466 palaios_html_7832083703 palaios_html_7832083703:14:649:655 Oxford London, Ontario +0.279741 cspg_html_2319756031 cspg_html_2319756031:5:198:210 Granite Wash Lacombe, Alberta +0.474948 gsa_html_4067767548 gsa_html_4067767548:75:7208:7222 Ashe Virginia +0.257484 cspg_html_1578389835 cspg_html_1578389835:873:79438:79453 Cairn Jasper National Park +0.249991 gsa_html_2605108986 gsa_html_2605108986:1010:86157:86173 Kodiak Kodiak Island +0.880672 aapg_ae_296.html aapg_ae_296.html:46:5608:5622 Yeso Wichita, Kansas +0.478956 AMJC_html_7984049819 AMJC_html_7984049819:441:43286:43304 Berwick New Hampshire +0.258825 cspg_html_8818854104 cspg_html_8818854104:68:10273:10280 Cadomin Lacombe, Alberta +0.250965 cspg_html_4176605708 cspg_html_4176605708:184:19272:19284 Saskatchewan Lacombe, Alberta +0.480816 aapg_ah_632.html aapg_ah_632.html:237:30398:30408 Washington Salem, Oregon +0.260084 aapg_aa_148.html aapg_aa_148.html:34:5433:5448 Bluff Entrada Sandstone +0.456424 geology_html_1287911214 geology_html_1287911214:29:1607:1613 Denver Colorado +0.252912 gsa_html_9152662653 gsa_html_9152662653:965:87018:87041 Potomac Potomac, Maryland +0.239598 aapg_ae_499.html aapg_ae_499.html:305:32588:32594 Denver Florence, Alabama +0.246015 aapg_ah_174.html aapg_ah_174.html:549:60617:60623 Sierra Western world +0.4735 aapg_ak_87.html aapg_ak_87.html:369:48899:48908 San Pedro Mogollon, New Mexico +0.663584 aapg_ah_620.html aapg_ah_620.html:117:16771:16783 Granite Wash Lake Athabasca +0.474447 cspg_html_3854139935 cspg_html_3854139935:98:16108:16115 Pakowki Regina, Saskatchewan +0.25806 aapg_aa_934.html aapg_aa_934.html:122:15065:15079 Word Texas +0.250857 palaios_html_9886618772 palaios_html_9886618772:643:71809:71824 Vicksburg Mississippi River +0.255009 aapg_aa_381.html aapg_aa_381.html:44:6291:6312 Santa Margarita Rancho Santa Margarita, California +0.305909 aapg_ac_417.html aapg_ac_417.html:12:1760:1768 Crescent Raging River +0.455928 aapg_aa_147.html aapg_aa_147.html:592:61592:61611 Stonewall Regina, Saskatchewan +0.507465 cspg_html_4727171280 cspg_html_4727171280:86:9532:9539 Bearpaw Red Deer, Alberta +0.483336 palaios_html_6995029632 palaios_html_6995029632:42:4705:4725 Fort Scott Higginsville, Missouri +0.427976 cspg_html_7963093032 cspg_html_7963093032:537:53222:53234 Beaver Mines Lacombe, Alberta +0.249428 cspg_html_3065473572 cspg_html_3065473572:122:18400:18422 Deschambault Charlevoix, Michigan +0.485556 cspg_html_8250500468 cspg_html_8250500468:547:57076:57094 Dunvegan Lacombe, Alberta +0.255987 aapg_ac_236.html aapg_ac_236.html:527:44595:44602 Paradox Colorado +0.25627 aapg_aa_663.html aapg_aa_663.html:165:14312:14320 Woodford Cumberland, Maryland +0.355503 aapg_ac_613.html aapg_ac_613.html:66:9091:9100 Mesaverde Mancos, Colorado +0.262626 aapg_ac_117.html aapg_ac_117.html:46:10008:10019 San Antonio Texas +0.876976 cspg_html_5141367518 cspg_html_5141367518:217:31931:31948 Bearpaw Saskatchewan River +0.238602 aapg_ac_634.html aapg_ac_634.html:268:30945:30953 Wolfcamp Amarillo, Texas +0.47138 aapg_ac_313.html aapg_ac_313.html:593:67659:67678 Rio Dulce Dulce River +0.480537 cspg_html_9771826320 cspg_html_9771826320:157:24461:24494 Smoking Hills Banks Island +0.26988 aapg_ai_400.html aapg_ai_400.html:75:10292:10301 Red River Mississippi River +0.479364 sedimentology_html_4101202094 sedimentology_html_4101202094:89:10033:10041 Columbia Victoria, British Columbia +0.250901 aapg_aa_360.html aapg_aa_360.html:417:39081:39099 Edwards Austin, Chicago +0.498324 aapg_ad_258.html aapg_ad_258.html:378:44189:44196 Chemung Catskill Mountains +0.242055 cspg_html_3740794265 cspg_html_3740794265:503:47982:47999 Bluesky Victoria, British Columbia +0.26159 aapg_ad_52.html aapg_ad_52.html:1023:110420:110428 Michigan Rockford, Illinois +0.258572 sedimentology_html_5801163920 sedimentology_html_5801163920:1481:105485:105489 Hall London, Ontario +0.473256 aapg_ae_182.html aapg_ae_182.html:371:39123:39134 Pine Island Pine Island (Lee County, Florida) +0.247486 sedimentology_html_5404275170 sedimentology_html_5404275170:776:51909:51913 Hall London, Ontario +0.285075 aapg_aa_495.html aapg_aa_495.html:17:2104:2115 Haynesville Haynesville, Louisiana +0.262023 aapg_ac_506.html aapg_ac_506.html:233:28875:28898 Little Valley Virginia +0.494532 sedimentology_html_2851198678 sedimentology_html_2851198678:73:6915:6946 Brushy Canyon West Texas +0.260604 aapg_ad_379.html aapg_ad_379.html:324:27234:27246 Belden Colorado +0.474472 cspg_html_1962846283 cspg_html_1962846283:623:72844:72862 Kootenay Canada +0.25123 gsa_html_4438819447 gsa_html_4438819447:649:64542:64555 Bastion Ridge Canada +0.24378 cspg_html_8207916783 cspg_html_8207916783:7:359:367 Columbia Victoria, British Columbia +0.246482 aapg_ad_781.html aapg_ad_781.html:106:9722:9744 El Salto El Salto, Jalisco +0.47817 aapg_ai_524.html aapg_ai_524.html:3:158:177 Bidahochi New Mexico +0.494607 aapg_ai_30.html aapg_ai_30.html:3:168:176 Oakville Texas +0.506232 aapg_ac_333.html aapg_ac_333.html:830:102308:102316 Toroweap Coconino County, Arizona +0.537492 aapg_ad_466.html aapg_ad_466.html:67:6919:6927 Monmouth Monmouth +0.488814 cspg_html_8568877195 cspg_html_8568877195:671:79903:79925 Judith River Canada +0.3959 cspg_html_7777724998 cspg_html_7777724998:117:16820:16826 Fernie Highwood Pass +0.481206 sedimentology_html_1397146399 sedimentology_html_1397146399:42:4103:4111 Victoria Parklands adjoining the Yarra River +0.2667 aapg_aa_148.html aapg_aa_148.html:204:23687:23703 Dakota New Mexico +0.4826 aapg_ac_559.html aapg_ac_559.html:613:84103:84113 Washington Anchorage, Alaska +0.463083 aapg_ad_379.html aapg_ad_379.html:724:59611:59618 Entrada Logan, Utah +0.262446 aapg_ai_504.html aapg_ai_504.html:59:5701:5710 Interlake Glendive, Montana +0.491694 cspg_html_2283545366 cspg_html_2283545366:5:242:268 Halfway Lacombe, Alberta +0.50504 aapg_aa_77.html aapg_aa_77.html:69:7031:7047 Bethel Bethel, Alaska +0.478676 aapg_ac_65.html aapg_ac_65.html:175:17327:17335 Colorado Vail, Colorado +0.251 geology_html_9386377642 geology_html_9386377642:12:581:591 Washington Seattle +0.254769 sedimentology_html_8696183698 sedimentology_html_8696183698:175:17621:17624 Elk Colorado +0.247643 aapg_af_591.html aapg_af_591.html:318:24980:24986 Wilcox Arbuckle, California +0.476451 aapg_aa_96.html aapg_aa_96.html:69:6831:6848 Paradox Hermosa, Chicago +0.243512 aapg_ae_103.html aapg_ae_103.html:985:82001:82017 Nariva Brighton, Michigan +0.269538 aapg_ad_378.html aapg_ad_378.html:28:3757:3772 Santa Margarita Tejon Mountain Village +0.511632 gsa_html_7613332937 gsa_html_7613332937:1295:101090:101118 Green River Colorado +0.481944 aapg_ai_159.html aapg_ai_159.html:219:25285:25302 Caimito Culebra, Puerto Rico +0.245935 aapg_ad_695.html aapg_ad_695.html:356:22675:22681 Weches Houston +0.258 geology_html_8086230553 geology_html_8086230553:47:4663:4682 Fox Hills Cheyenne River Indian Reservation +0.245895 cspg_html_7297340324 cspg_html_7297340324:870:96366:96374 Columbia Victoria, British Columbia +0.480129 cspg_html_7281679890 cspg_html_7281679890:281:46710:46727 Gossage Snake River Canyon (Idaho) +0.488188 gsa_html_9889833548 gsa_html_9889833548:675:65734:65742 Columbia Southwestern United States +0.477442 AMJC_html_5755352984 AMJC_html_5755352984:238:37281:37287 Satsop Bolivia +0.50284 gsa_html_6330913937 gsa_html_6330913937:1030:93478:93486 Imperial Los Angeles +0.254364 aapg_ad_614.html aapg_ad_614.html:70:6917:6930 Cotton Valley Shreveport, Louisiana +0.463137 aapg_ac_491.html aapg_ac_491.html:25:4487:4498 Las Trancas El Salvador +0.25647 cspg_html_9361096527 cspg_html_9361096527:875:77153:77169 Oldman Regina, Saskatchewan +0.275044 aapg_ae_642.html aapg_ae_642.html:97:9318:9327 Smackover Cotton Valley, Louisiana +0.262614 cspg_html_8556552074 cspg_html_8556552074:20:1867:1891 Elk Regina, Saskatchewan +0.26355 sedimentology_html_3771694852 sedimentology_html_3771694852:1038:71971:71982 Gull Island Ireland +0.24598 aapg_ak_132.html aapg_ak_132.html:279:29746:29767 San Jacinto San Jacinto, California +0.491925 aapg_af_131.html aapg_af_131.html:711:73152:73170 Dewey Lake Palo Duro Canyon +0.275094 palaios_html_2994263883 palaios_html_2994263883:76:8581:8595 Java Iowa +0.247923 aapg_ah_167.html aapg_ah_167.html:531:48435:48452 Roberts Mountains Reno, Nevada +0.48672 gsa_html_5346692053 gsa_html_5346692053:758:66511:66539 Green River Iran +0.788832 aapg_af_363.html aapg_af_363.html:289:38380:38389 Rose Hill Virginia +0.256236 aapg_ac_628.html aapg_ac_628.html:723:123947:123966 Moenkopi Kaibab, Arizona +0.253872 aapg_ah_49.html aapg_ah_49.html:292:32476:32487 Tick Canyon San Gabriel Valley +0.2303 AMJC_html_1938223835 AMJC_html_1938223835:533:62771:62792 Winterville Bald Mountain (Idaho) +0.253482 cspg_html_2546442054 cspg_html_2546442054:70:10210:10223 Blood Reserve Canada +0.265216 AMJC_html_2069773375 AMJC_html_2069773375:242:20065:20076 Santa Clara Santa Clara, California +0.251643 gsa_html_2541275669 gsa_html_2541275669:860:75890:75897 Oceanic California +0.25853 cspg_html_9435196958 cspg_html_9435196958:590:25431:25456 Tranquille Victoria, British Columbia +0.495992 aapg_ac_986.html aapg_ac_986.html:123:16699:16717 Willwood Cheyenne, Wyoming +0.46233 aapg_aa_702.html aapg_aa_702.html:487:93572:93580 Colorado Colorado +0.253492 cspg_html_1611261412 cspg_html_1611261412:163:20724:20734 Pine Point Hay River (Canada) +0.517443 aapg_ah_659.html aapg_ah_659.html:59:5852:5863 Green River Logan, Utah +0.26967 aapg_ad_466.html aapg_ad_466.html:1199:128378:128398 Tuscaloosa The Carolinas +0.255972 cspg_html_5430614285 cspg_html_5430614285:340:39197:39214 Cardium Lacombe, Alberta +0.165168 cspg_html_5479700260 cspg_html_5479700260:248:20131:20155 Stony Mountain Manitoba +0.489636 aapg_ae_70.html aapg_ae_70.html:394:38287:38295 Colorado Grand Junction, Colorado +0.257544 cspg_html_2498183035 cspg_html_2498183035:176:20288:20298 Swan Hills Swan Hill, Victoria +0.272626 aapg_ah_328.html aapg_ah_328.html:268:27878:27885 Wasatch Wasatch Range +0.253991 gsa_html_2803067273 gsa_html_2803067273:657:78112:78118 Oldham Ohio +0.270144 sedimentology_html_9742953955 sedimentology_html_9742953955:72:8292:8300 Columbia Anchorage, Alaska +0.251883 aapg_ae_63.html aapg_ae_63.html:84:9593:9611 Gallatin Bloomington, Illinois +0.251988 aapg_ai_144.html aapg_ai_144.html:165:15792:15800 Kaskapau Western world +0.243332 jgeology_html_3589217313 jgeology_html_3589217313:624:37866:37883 Hampton Eocene +0.373606 cspg_html_3772380029 cspg_html_3772380029:135:17297:17320 Attawapiskat River Severn +0.494758 cspg_html_7576506617 cspg_html_7576506617:243:33658:33680 Ekwan River River Severn +0.24912 aapg_aa_44.html aapg_aa_44.html:17:2076:2084 Colorado Logan, Utah +0.246928 aapg_ai_367.html aapg_ai_367.html:291:19462:19471 San Diego California +0.238952 aapg_ai_287.html aapg_ai_287.html:122:15028:15046 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) +0.48355 gsa_html_1941551613 gsa_html_1941551613:55:3479:3507 Green River Colorado +0.501723 cspg_html_3501550466 cspg_html_3501550466:800:100019:100035 Ireton Lacombe, Alberta +0.255915 cspg_html_2090868931 cspg_html_2090868931:72:9179:9196 Wapiabi Lacombe, Alberta +0.27924 aapg_ad_71.html aapg_ad_71.html:163:13798:13814 Kaibab Texas +0.86541 palaios_html_7565718144 palaios_html_7565718144:64:7430:7442 Cooking Lake Edmonton, London +0.473186 cspg_html_5820147834 cspg_html_5820147834:22:2900:2916 Bjorne Melville Island (Canada) +0.470112 cspg_html_3860685167 cspg_html_3860685167:538:57399:57407 Edmonton Lacombe, Alberta +0.484848 aapg_ah_507.html aapg_ah_507.html:23:2722:2732 Caseyville Carbondale, Pennsylvania +0.36288 gsa_html_7635660482 gsa_html_7635660482:814:69569:69602 Morrison Logan, Utah +0.497466 aapg_ah_978.html aapg_ah_978.html:784:73842:73862 Etchegoin California +0.495012 aapg_aa_702.html aapg_aa_702.html:487:93564:93570 Denver Colorado +0.488241 aapg_ae_231.html aapg_ae_231.html:99:9729:9737 Onondaga Pennsylvania +0.493569 cspg_html_1159946432 cspg_html_1159946432:674:83244:83260 Viking Canada +0.254012 jgeology_html_1786960036 jgeology_html_1786960036:150:7501:7507 Provo Apuseni Mountains +0.268812 cspg_html_6919288430 cspg_html_6919288430:385:53330:53338 Montreal Canada +0.26928 aapg_ah_283.html aapg_ah_283.html:519:62193:62216 Lincoln Creek Washington (state) +0.238576 aapg_ac_563.html aapg_ac_563.html:330:46728:46745 Yucatan Melbourne, Florida +0.518819 aapg_ah_506.html aapg_ah_506.html:187:19163:19187 Traverse West Michigan +0.50949 gsa_html_7173708345 gsa_html_7173708345:1473:106112:106117 Yukon Anchorage, Alaska +0.25186 palaios_html_4648069609 palaios_html_4648069609:684:68810:68819 San Diego Sumida River +0.26677 aapg_af_799.html aapg_af_799.html:675:51374:51393 Domengine Coalinga, California +0.503388 aapg_af_471.html aapg_af_471.html:238:27983:27991 Pennington Hartselle, Alabama +0.25347 cspg_html_1639841815 cspg_html_1639841815:56:3103:3111 Palliser Elko, Nevada +0.25347 aapg_af_130.html aapg_af_130.html:151:27328:27355 Percha Sacramento Mountains (California) +0.269217 aapg_ad_140.html aapg_ad_140.html:132:11278:11284 Paluxy County Sligo +0.494607 aapg_ac_924.html aapg_ac_924.html:21:3720:3727 Madison Cheyenne, Wyoming +0.246928 palaios_html_5582845937 palaios_html_5582845937:336:34333:34341 Virginia Costa Rica +0.265189 aapg_ad_3.html aapg_ad_3.html:473:44425:44435 Reedsville Maysville, Kentucky +0.24444 cspg_html_2848938695 cspg_html_2848938695:532:58995:58998 Arc Salar de Uyuni +0.713844 aapg_aa_682.html aapg_aa_682.html:576:56726:56746 Cherryvale Cherryvale, Kansas +0.257943 cspg_html_1503116552 cspg_html_1503116552:185:32018:32037 Waterways Swan Hill, Victoria +0.70266 AMJC_html_5722410163 AMJC_html_5722410163:85:9932:9936 Elko Reno, Nevada +0.250494 palaios_html_2623118674 palaios_html_2623118674:15:751:771 North Horn Logan, Utah +0.48316 aapg_ai_583.html aapg_ai_583.html:305:36891:36911 Twin Creek Boise, Idaho +0.469829 aapg_ad_715.html aapg_ad_715.html:270:34716:34723 Thrifty Harpersville, Alabama +0.266156 cspg_html_9905904289 cspg_html_9905904289:6:665:673 Whitemud Lacombe, Alberta +0.248482 aapg_af_589.html aapg_af_589.html:4:327:333 Oregon Washington (state) +0.45216 aapg_ah_253.html aapg_ah_253.html:429:52097:52105 Colorado Denver +0.477717 gsa_html_7633967689 gsa_html_7633967689:1049:106074:106079 Rapid California +0.260091 aapg_ah_486.html aapg_ah_486.html:281:27237:27254 Tesnus Pottsville, Pennsylvania +0.485344 aapg_ad_3.html aapg_ad_3.html:85:7978:7995 Warrior Virginia +0.452196 aapg_ad_169.html aapg_ad_169.html:491:57424:57445 Greenbrier Greenbrier (Great Smoky Mountains) +0.252086 gsa_html_5274400800 gsa_html_5274400800:550:45544:45562 Monterey California +0.25636 aapg_ai_801.html aapg_ai_801.html:187:19332:19352 Phosphoria Cheyenne, Wyoming +0.25376 cspg_html_4341656515 cspg_html_4341656515:75:7936:7953 Prophet Western world +0.877032 aapg_ah_430.html aapg_ah_430.html:45:4394:4412 Sundance Colorado +0.30566 aapg_ac_333.html aapg_ac_333.html:28:3912:3932 San Andres Arizona +0.248832 cspg_html_4392308496 cspg_html_4392308496:10:997:1018 Bonaventure Nashville Basin +0.23177 aapg_ai_854.html aapg_ai_854.html:168:26106:26124 Niobrara Denver +0.47138 cspg_html_8363357104 cspg_html_8363357104:626:77829:77844 Skoki Logan, Utah +0.265967 aapg_ae_71.html aapg_ae_71.html:290:26838:26846 Moenkopi Moenkopi Formation +0.4841 aapg_ah_830.html aapg_ah_830.html:12:1611:1638 Prospect Great Basin +0.246973 cspg_html_9222238695 cspg_html_9222238695:462:58727:58735 Columbia Victoria, British Columbia +0.242094 aapg_ak_45.html aapg_ak_45.html:15:1787:1795 Colorado Denver +0.486244 aapg_ac_71.html aapg_ac_71.html:3:220:237 Dunlap Reno, Nevada +0.479142 cspg_html_6306091047 cspg_html_6306091047:46:9026:9034 Columbia Victoria, British Columbia +0.508592 aapg_ai_863.html aapg_ai_863.html:90:12118:12125 Carrizo Austin, Chicago +0.249996 aapg_ac_187.html aapg_ac_187.html:2711:277390:277406 Mt Lytton Texas +0.251412 sedimentology_html_2545209758 sedimentology_html_2545209758:1349:76053:76065 Saskatchewan Canada +0.252506 cspg_html_3328007773 cspg_html_3328007773:665:70120:70128 Colorado Pueblo, Colorado +0.491898 aapg_aa_677.html aapg_aa_677.html:18:1622:1632 Washington Salem, Oregon +0.262584 jgeology_html_4305195651 jgeology_html_4305195651:2831:192024:192038 Fram Ellesmere Island +0.703172 aapg_ai_156.html aapg_ai_156.html:249:22049:22069 Deer Creek Shawnee, Oklahoma +0.488131 palaios_html_3561205174 palaios_html_3561205174:90:10989:11002 Potsdam Edwardsville, Illinois +0.501468 aapg_ac_691.html aapg_ac_691.html:354:23767:23773 Oregon Baldwin, Nassau County, New York +0.91008 aapg_aa_147.html aapg_aa_147.html:903:92819:92839 Stony Mountain Red River of the North +0.265728 aapg_aa_684.html aapg_aa_684.html:34:4329:4347 Ankareh Cheyenne, Wyoming +0.253916 geology_html_4141849654 geology_html_4141849654:89:7495:7505 Laurentian Gondwana +0.266256 cspg_html_4666332434 cspg_html_4666332434:62:10125:10136 Belly River Lacombe, Alberta +0.267289 aapg_ah_335.html aapg_ah_335.html:425:53832:53845 Lee Huntington, West Virginia +0.27398 aapg_ae_992.html aapg_ae_992.html:562:51516:51525 Popo Agie John Crow Mountains +0.268836 aapg_ah_261.html aapg_ah_261.html:571:85922:85931 San Diego California +0.495126 aapg_ae_415.html aapg_ae_415.html:347:44584:44595 Mint Spring Mississippi River +0.466784 aapg_ae_415.html aapg_ae_415.html:294:38550:38565 Byram Ocala, Florida +0.481428 aapg_ae_268.html aapg_ae_268.html:130:12942:12953 Paint Creek Illinois +0.473445 palaios_html_7484609556 palaios_html_7484609556:13:521:529 Michigan Michigan +0.48603 cspg_html_3891690307 cspg_html_3891690307:31:4286:4294 Pine Key Miami +0.26364 gsa_html_1536819908 gsa_html_1536819908:65:5877:5883 Antler Sonoma, California +0.49348 aapg_ae_296.html aapg_ae_296.html:68:6628:6633 Hueco Delaware +0.353379 aapg_ac_575.html aapg_ac_575.html:86:14221:14239 Moenkopi Logan, Utah +0.254388 aapg_ai_975.html aapg_ai_975.html:1022:83345:83355 San Marcos Fort Worth, Texas +0.4785 palaios_html_2048556014 palaios_html_2048556014:890:78932:78949 Kinzers Pennsylvania +0.497203 gsa_html_3510629601 gsa_html_3510629601:608:61916:61925 San Pedro California +0.676348 aapg_ac_569.html aapg_ac_569.html:69:10759:10779 Emma Fiord Canadian Arctic Archipelago +0.504751 aapg_ai_336.html aapg_ai_336.html:487:74466:74479 Santa Barbara California +0.2646 geology_html_2705128271 geology_html_2705128271:316:25019:25057 Kingston Peak Death Valley +0.258885 aapg_ac_341.html aapg_ac_341.html:107:12280:12293 Bedford Ohio +0.470378 gsa_html_3860045860 gsa_html_3860045860:191:21220:21227 Molalla Brownsville, Brooklyn +0.484746 aapg_af_286.html aapg_af_286.html:354:45020:45030 Tuscaloosa Holmesville, Ontario +0.492412 aapg_aa_784.html aapg_aa_784.html:21:1549:1563 Chainman Yucca Mountain +0.475881 aapg_af_448.html aapg_af_448.html:39:5313:5319 Oregon Reno, Nevada +0.246928 aapg_ak_44.html aapg_ak_44.html:65:5931:5942 Viola Franklin County, Ohio +0.53262 aapg_ad_466.html aapg_ad_466.html:67:6907:6914 Matawan Monmouth +0.48006 gsa_html_5272671610 gsa_html_5272671610:390:39527:39550 Kingston Peak Amargosa River +0.482377 gsa_html_1197940982 gsa_html_1197940982:1158:109792:109805 Santa Barbara California +0.24846 cspg_html_3589404052 cspg_html_3589404052:632:69596:69613 Kindle Belcourt, North Dakota +0.235235 aapg_ad_52.html aapg_ad_52.html:675:73676:73684 Michigan Michigan +0.484008 aapg_ai_969.html aapg_ai_969.html:236:25584:25599 Viking Edmonton, London +0.51188 aapg_ae_153.html aapg_ae_153.html:868:109930:109938 Slim Sam Elkhorn Mountain +0.483171 aapg_ak_87.html aapg_ak_87.html:351:46776:46785 San Pedro Mogollon, New Mexico +0.494856 jgeology_html_4915516745 jgeology_html_4915516745:134:10355:10364 Extension Africa +0.463158 gsa_html_5147030878 gsa_html_5147030878:281:24402:24422 Washikemba Bonaire +0.476375 aapg_ae_959.html aapg_ae_959.html:736:57610:57625 Hueco Guadalupe Mountains National Park +0.245756 aapg_ah_140.html aapg_ah_140.html:202:20866:20874 Colorado Colorado +0.25529 aapg_af_653.html aapg_af_653.html:635:71751:71759 Vaqueros Santa Ana, California +0.241192 cspg_html_5950764790 cspg_html_5950764790:65:9541:9556 Nisku Lacombe, Alberta +0.490116 aapg_aa_465.html aapg_aa_465.html:73:14008:14029 Eagle Del Rio, Tennessee +0.275481 aapg_ah_532.html aapg_ah_532.html:15:2049:2054 Ouray Colorado +0.246356 jgeology_html_4595326543 jgeology_html_4595326543:502:33393:33399 Mormon Arizona +0.266031 aapg_ah_160.html aapg_ah_160.html:50:7938:7956 Syracuse Michigan +0.483426 cspg_html_6356755616 cspg_html_6356755616:37:5848:5856 Edmonton Edmonton, London +0.385536 gsa_html_9216496168 gsa_html_9216496168:25:1375:1382 Wasatch Great Basin +0.24735 palaios_html_9150736881 palaios_html_9150736881:52:5678:5682 Kope Netherlands +0.251979 palaios_html_3105248303 palaios_html_3105248303:534:54209:54223 Point Pleasant Fulton, Missouri +0.235189 aapg_ae_187.html aapg_ae_187.html:437:45529:45537 Onondaga Ohio +0.50232 cspg_html_3026112034 cspg_html_3026112034:933:85155:85174 Swan Hills Lacombe, Alberta +0.472758 sedimentology_html_7553974053 sedimentology_html_7553974053:30:1813:1821 Montreal Quebec City +0.271392 cspg_html_7201476813 cspg_html_7201476813:143:17825:17849 Red River Bowman County, North Dakota +0.264147 gsa_html_6117440194 gsa_html_6117440194:1176:107042:107062 Hell Creek Northern Great Plain +0.272766 aapg_ai_87.html aapg_ai_87.html:399:38847:38852 Banff New Mexico +0.244011 aapg_ad_608.html aapg_ad_608.html:103:11526:11532 Taylor Oldham County, Kentucky +0.472175 gsa_html_7657889405 gsa_html_7657889405:1121:90149:90155 Battle Canary Islands +0.274476 aapg_ae_6.html aapg_ae_6.html:336:36356:36360 Buda San Marcos, California +0.448413 aapg_aa_105.html aapg_aa_105.html:503:53200:53215 Blackstone Kootenay River +0.264192 aapg_af_370.html aapg_af_370.html:261:24594:24603 San Diego California +0.250992 sedimentology_html_6688819115 sedimentology_html_6688819115:103:12103:12116 Cutler Hermosa, Chicago +0.48081 aapg_ae_371.html aapg_ae_371.html:126:15571:15579 Kootenay Canada +0.253356 aapg_ac_766.html aapg_ac_766.html:970:95175:95201 San Andres New Mexico +0.249996 aapg_ai_795.html aapg_ai_795.html:45:5001:5008 St Marys Ohio +0.256949 aapg_af_486.html aapg_af_486.html:355:37593:37609 Tyonek McArthur River uranium mine +0.486471 gsa_html_8241293202 gsa_html_8241293202:169:17779:17786 Concord Chelmsford, Massachusetts +0.269838 gsa_html_3069013284 gsa_html_3069013284:747:72109:72125 Chinle Arizona +0.490716 geology_html_9314524367 geology_html_9314524367:217:21001:21040 Sailor Canyon Sierra Nevada (Spain) +0.502619 cspg_html_8840748783 cspg_html_8840748783:640:77679:77697 Kaskapau Lacombe, Alberta +0.481096 AMJC_html_3226941925 AMJC_html_3226941925:507:53795:53805 Fort Worth Texas +0.26416 aapg_aa_791.html aapg_aa_791.html:90:8766:8777 Krebs Bartlesville, Oklahoma +0.385875 aapg_ac_832.html aapg_ac_832.html:80:10762:10778 Ashern Canada +0.465744 palaios_html_6025329652 palaios_html_6025329652:633:50586:50592 Oregon Boise, Idaho +0.26765 aapg_ad_153.html aapg_ad_153.html:330:32293:32304 Tar Springs Hardinsburg, Indiana +0.48323 geology_html_8653286115 geology_html_8653286115:51:6424:6431 Yucatan Guatemala +0.451248 aapg_ah_520.html aapg_ah_520.html:38:3898:3915 Madison Rift Valley lakes +0.243486 geology_html_9687641771 geology_html_9687641771:224:20429:20446 Seward Regina, Saskatchewan +0.478 aapg_ah_182.html aapg_ah_182.html:78:8879:8890 Jacksonburg Martinsburg, Nebraska +0.489915 gsa_html_3692039093 gsa_html_3692039093:58:4256:4284 Green River Colorado +0.478042 palaios_html_7645922717 palaios_html_7645922717:430:47975:48010 New Glasgow Bridgetown, Nova Scotia +0.468312 aapg_ac_594.html aapg_ac_594.html:274:24821:24828 Arcadia Arcadia, California +0.240084 aapg_ae_467.html aapg_ae_467.html:334:25709:25724 Bedford Michigan +0.257535 aapg_aa_621.html aapg_aa_621.html:441:53659:53674 Lance Fort Union Trading Post National Historic Site +0.902499 cspg_html_8334041965 cspg_html_8334041965:59:11576:11588 Wilcox Texas +0.377476 aapg_ac_575.html aapg_ac_575.html:77:11892:11910 Woodside Logan, Utah +0.467433 sedimentology_html_1293179143 sedimentology_html_1293179143:151:13584:13601 Watrous Regina, Saskatchewan +0.24472 aapg_af_385.html aapg_af_385.html:370:50644:50655 Green River Cheyenne, Wyoming +0.234898 cspg_html_5699627350 cspg_html_5699627350:391:50333:50349 Viking Lacombe, Alberta +0.2575 aapg_af_551.html aapg_af_551.html:61:6900:6920 Ouray Ouray, Colorado +0.49028 cspg_html_9778753186 cspg_html_9778753186:19:2436:2452 Crowsnest Victoria, British Columbia +0.25957 aapg_ae_544.html aapg_ae_544.html:549:59861:59880 Newcastle Williston, Vermont +0.25704 aapg_ae_454.html aapg_ae_454.html:176:14353:14360 Bossier Shreveport, Louisiana +0.4864 aapg_ai_17.html aapg_ai_17.html:449:34131:34142 Sparta Natchitoches, Louisiana +0.47595 cspg_html_3023030263 cspg_html_3023030263:6:474:496 Medicine Hat Lacombe, Alberta +0.49113 cspg_html_1293312960 cspg_html_1293312960:775:77338:77354 Viking Lacombe, Alberta +0.454104 aapg_ae_789.html aapg_ae_789.html:5:1035:1055 Big Valley Calgary +0.478848 geology_html_5375015639 geology_html_5375015639:19:1403:1409 Oregon Newport, Rhode Island +0.25351 palaios_html_3467544554 palaios_html_3467544554:756:63256:63264 Colorado Denver +0.25004 cspg_html_9613527162 cspg_html_9613527162:235:33414:33419 Banff Moose Mountain (Alberta) +0.273529 cspg_html_4617311907 cspg_html_4617311907:605:70570:70603 Windsor Quebec City +0.484124 cspg_html_1351473625 cspg_html_1351473625:36:6926:6952 Mount Head Bow River +0.476715 cspg_html_3097746547 cspg_html_3097746547:209:27260:27277 Gething Lacombe, Alberta +0.495104 gsa_html_6869840610 gsa_html_6869840610:896:66105:66133 Green River Iran +0.24514 cspg_html_1324104562 cspg_html_1324104562:54:7714:7744 Mackenzie Cordillera Administrative Region +0.246984 cspg_html_5515814749 cspg_html_5515814749:268:34619:34631 Medicine Hat Bow Island Airport +0.472 aapg_aa_696.html aapg_aa_696.html:685:75098:75104 Denver Colorado +0.466317 palaios_html_2994452429 palaios_html_2994452429:158:14422:14430 Columbia Victoria, British Columbia +0.2445 sedimentology_html_2556845651 sedimentology_html_2556845651:176:15087:15091 Troy New York City +0.26622 aapg_ah_869.html aapg_ah_869.html:464:49814:49826 Dakota Elk Creek, California +0.351102 aapg_aa_86.html aapg_aa_86.html:223:17579:17599 Tuscaloosa Central City, Louisiana +0.255987 aapg_ae_708.html aapg_ae_708.html:529:58826:58850 Honaker Virginia +0.243033 aapg_ai_835.html aapg_ai_835.html:61:6829:6855 Ingleside Matagorda Island +0.271962 aapg_ai_232.html aapg_ai_232.html:47:4095:4104 Smackover Arkansas +0.25774 aapg_ac_570.html aapg_ac_570.html:337:29232:29257 Frio Gulf Coast of the United States +0.499988 palaios_html_5132711942 palaios_html_5132711942:742:67266:67271 Steel Amsterdam +0.478676 aapg_aa_233.html aapg_aa_233.html:4:603:613 San Felipe Matamoros, Tamaulipas +0.481661 aapg_ah_3.html aapg_ah_3.html:60:8727:8752 Mirador Washington (state) +0.2499 aapg_af_483.html aapg_af_483.html:66:8544:8561 El Plan Honduras +0.887264 aapg_ah_430.html aapg_ah_430.html:258:21226:21234 Sundance Loveland, Ohio +0.262644 gsa_html_4482097834 gsa_html_4482097834:637:58660:58668 Richmond Virginia +0.459358 jgeology_html_2022713612 jgeology_html_2022713612:1106:87259:87297 Kingston Peak California +0.254012 aapg_ac_270.html aapg_ac_270.html:55:4335:4369 Onondaga Cattaraugus County, New York +0.496422 geology_html_3342004799 geology_html_3342004799:331:27759:27766 Cadomin Lacombe, Alberta +0.492544 cspg_html_9222238695 cspg_html_9222238695:6:402:410 Columbia Victoria, British Columbia +0.275621 aapg_ae_415.html aapg_ae_415.html:971:122381:122396 Byram Shreveport, Louisiana +0.493608 aapg_af_861.html aapg_af_861.html:196:19289:19303 Iola Wann, Oklahoma +0.243033 aapg_aa_233.html aapg_aa_233.html:3:289:295 Sierra Mexico +0.497202 cspg_html_2863271815 cspg_html_2863271815:487:57652:57669 Guelph Lockport (city), New York +0.487494 gsa_html_8990633722 gsa_html_8990633722:806:65186:65202 Fish Canyon Tuff Durango, Durango +0.502992 cspg_html_4727171280 cspg_html_4727171280:172:16396:16414 Edmonton Lacombe, Alberta +0.241895 cspg_html_1132698231 cspg_html_1132698231:282:38198:38217 Santa Cruz Rancho Santa Margarita, California +0.26156 aapg_aa_861.html aapg_aa_861.html:349:35937:35946 Allen Bay Palmer, Alaska +0.48762 gsa_html_8106176286 gsa_html_8106176286:1685:137747:137775 Green River Colorado +0.459579 gsa_html_8951179545 gsa_html_8951179545:906:91510:91539 Wilcox Texas +0.262063 aapg_ac_103.html aapg_ac_103.html:32:6457:6476 Crescent Clallam County, Washington +0.48909 cspg_html_3926542795 cspg_html_3926542795:1345:142185:142200 Elk Canada +0.496975 jgeology_html_3425370855 jgeology_html_3425370855:725:49091:49100 Queenston Oswego, New York +0.48042 cspg_html_4331869613 cspg_html_4331869613:268:36477:36483 Forbes Svalbard +0.252416 aapg_aa_314.html aapg_aa_314.html:186:22450:22457 Raritan Matawan, New Jersey +0.253008 cspg_html_4326384800 cspg_html_4326384800:1004:147133:147152 Waterways Lacombe, Alberta +0.483775 cspg_html_8806021601 cspg_html_8806021601:79:9010:9030 Griper Bay Banks Island +0.262 palaios_html_2592562131 palaios_html_2592562131:60:5996:6016 Bloomsburg Pennsylvania +0.473256 aapg_ad_81.html aapg_ad_81.html:1046:172392:172399 La Luna South America +0.49256 aapg_ae_138.html aapg_ae_138.html:41:4194:4199 Eutaw Tuscaloosa, Alabama +0.486213 aapg_ai_491.html aapg_ai_491.html:295:36461:36486 Pinkerton Trail Belden, California +0.26059 gsa_html_3199774259 gsa_html_3199774259:254:31203:31209 Midway Pennsylvania +0.254364 AMJC_html_1767296229 AMJC_html_1767296229:18:1083:1088 Queen Toronto +0.496327 gsa_html_5526369353 gsa_html_5526369353:520:57822:57834 Austin Chalk Texas +0.497354 palaios_html_5921824758 palaios_html_5921824758:493:39827:39857 White River Nebraska +0.26214 cspg_html_9957758447 cspg_html_9957758447:349:44327:44345 Birdbear Regina, Saskatchewan +0.253482 sedimentology_html_1966055600 sedimentology_html_1966055600:756:83485:83489 Hall London, Ontario +0.496544 cspg_html_3926542795 cspg_html_3926542795:128:18555:18560 Nisku Swan Hill, Victoria +0.45067 aapg_ah_779.html aapg_ah_779.html:139:26587:26595 Virginia Knoxville, Tennessee +0.262636 gsa_html_7854597776 gsa_html_7854597776:823:64063:64091 Green River Colorado +0.264195 aapg_af_868.html aapg_af_868.html:279:21499:21503 Hale East County, San Diego +0.901278 aapg_af_131.html aapg_af_131.html:664:66305:66331 Dewey Lake Texas +0.502007 cspg_html_9717154602 cspg_html_9717154602:715:67253:67271 Lea Park Lacombe, Alberta +0.493735 aapg_af_699.html aapg_af_699.html:228:21686:21689 Elk Greenwood, South Carolina +0.4862 aapg_ac_366.html aapg_ac_366.html:219:25833:25842 Rochester Huntington, West Virginia +0.256035 cspg_html_5117208919 cspg_html_5117208919:204:18243:18284 Muskeg Lacombe, Alberta +0.474897 palaios_html_5582845937 palaios_html_5582845937:334:34116:34123 Hampton Virginia +0.262584 aapg_aa_313.html aapg_aa_313.html:1393:148958:148991 Moenkopi Colorado +0.265932 aapg_ai_986.html aapg_ai_986.html:221:23585:23603 Paradise Arizona +0.47328 cspg_html_8362959053 cspg_html_8362959053:63:9458:9478 Mountain Park Mountain Park (Holyoke, Massachusetts) +0.248122 geology_html_7458357361 geology_html_7458357361:15:802:808 Denver Earth +0.477405 sedimentology_html_3181527419 sedimentology_html_3181527419:83:8218:8234 Supai New Mexico +0.249964 aapg_aa_191.html aapg_aa_191.html:488:48280:48291 Horse Range Seattle +0.258462 aapg_ac_944.html aapg_ac_944.html:127:14235:14252 Tererro Sangre de Cristo Range +0.492143 gsa_html_8246054779 gsa_html_8246054779:1605:122258:122286 Green River Colorado +0.270384 aapg_ai_916.html aapg_ai_916.html:341:45179:45199 Sabinetown Rockdale, Texas +0.41895 aapg_ai_975.html aapg_ai_975.html:403:36503:36511 Pearsall Pearsall, Texas +0.237165 geology_html_5757826175 geology_html_5757826175:285:25371:25377 Active Oman +0.46746 jgeology_html_3756303604 jgeology_html_3756303604:153:8192:8209 Tillery North Carolina +0.262128 geology_html_9889606219 geology_html_9889606219:16:682:690 Colorado Denver +0.2495 gsa_html_2145963783 gsa_html_2145963783:525:51460:51488 Strathearn Reno, Nevada +0.349812 aapg_ah_60.html aapg_ah_60.html:249:24014:24033 Kulthieth Malaspina Glacier +0.49078 aapg_ae_96.html aapg_ae_96.html:280:31424:31432 Columbia Lacombe, Alberta +0.48545 aapg_ad_2.html aapg_ad_2.html:462:68384:68401 Tomstown Virginia +0.2505 cspg_html_4143222666 cspg_html_4143222666:736:66562:66574 Medicine Hat Milk River, Alberta +0.499118 aapg_aa_703.html aapg_aa_703.html:306:26200:26216 Seabee England +0.255811 aapg_ac_824.html aapg_ac_824.html:501:50140:50148 Colorado Colorado +0.723717 aapg_ae_139.html aapg_ae_139.html:344:35493:35502 Red River Winnipeg +0.266255 aapg_ac_55.html aapg_ac_55.html:553:61582:61599 Potomac Chesapeake Bay +0.492012 cspg_html_8568877195 cspg_html_8568877195:78:12285:12302 Belly River Dissected Till Plains +0.486266 jgeology_html_8529494105 jgeology_html_8529494105:1228:56149:56155 Thrifty London, Ontario +0.49317 aapg_aa_85.html aapg_aa_85.html:144:12635:12646 San Antonio Houston +0.268299 aapg_af_628.html aapg_af_628.html:5:557:565 Golconda Hardinsburg, Indiana +0.249344 gsa_html_4675429437 gsa_html_4675429437:602:42761:42771 San Felipe Sonora +0.44807 aapg_aa_623.html aapg_aa_623.html:54:6566:6577 Belly River Lacombe, Alberta +0.474897 cspg_html_6306091047 cspg_html_6306091047:633:87538:87546 Columbia Victoria, British Columbia +0.487325 aapg_ae_305.html aapg_ae_305.html:1073:92488:92499 Colon Colombia +0.50424 aapg_ad_329.html aapg_ad_329.html:115:16012:16026 Bedford Pennsylvania +0.502164 aapg_ae_599.html aapg_ae_599.html:597:53961:53982 Sadlerochit Prudhoe Bay Oil Field +0.259458 aapg_af_666.html aapg_af_666.html:234:19491:19507 Amsden Cheyenne, Wyoming +0.502425 cspg_html_6588844164 cspg_html_6588844164:346:47867:47873 Taylor Ottawa, Kansas +0.26265 cspg_html_4326384800 cspg_html_4326384800:154:21820:21835 Cairn Lacombe, Alberta +0.398468 aapg_ad_557.html aapg_ad_557.html:1252:109937:109955 Madison Cheyenne, Wyoming +0.243486 sedimentology_html_3841637081 sedimentology_html_3841637081:241:14228:14263 Swan Hills Swan Hill, Victoria +0.480194 aapg_ae_268.html aapg_ae_268.html:185:18404:18421 Cypress Illinois +0.25602 AMJC_html_1252169248 AMJC_html_1252169248:11:649:655 Denver Colorado +0.4795 aapg_af_663.html aapg_af_663.html:193:22513:22519 Pawnee Fort Scott National Historic Site +0.265161 aapg_ah_224.html aapg_ah_224.html:85:8611:8619 Wolfcamp Texas +0.244584 gsa_html_5081991493 gsa_html_5081991493:1354:100627:100648 Green River Logan, Utah +0.275088 aapg_aa_306.html aapg_aa_306.html:3:484:488 Lyre Olympic National Park +0.252 aapg_ae_473.html aapg_ae_473.html:149:13286:13293 Wiggins Attala County, Mississippi +0.458382 sedimentology_html_3274202608 sedimentology_html_3274202608:104:7794:7800 Sierra Spain +0.26058 aapg_af_849.html aapg_af_849.html:22:3462:3470 Colorado Denver +0.488376 cspg_html_8662646956 cspg_html_8662646956:394:51689:51699 Pine Point Dolomites +0.255458 aapg_ae_70.html aapg_ae_70.html:363:36948:36956 Colorado Colorado +0.491748 aapg_ac_807.html aapg_ac_807.html:500:50507:50524 Raritan Closter, New Jersey +0.364854 aapg_ad_695.html aapg_ad_695.html:66:6187:6202 Cockfield Shreveport, Louisiana +0.485648 aapg_af_880.html aapg_af_880.html:416:62829:62835 Putnam Wichita, Kansas +0.470876 cspg_html_9142742810 cspg_html_9142742810:108:15776:15799 Watt Mountain East Kilbride +0.339614 aapg_ad_205.html aapg_ad_205.html:41:5173:5192 Arkansas Novaculite Arkansas +0.526473 aapg_ai_112.html aapg_ai_112.html:63:12594:12602 Ogallala San Joaquin River +0.250976 geology_html_4804337449 geology_html_4804337449:135:16580:16584 Iola Russia +0.495992 cspg_html_4516258038 cspg_html_4516258038:581:63861:63879 Eleanor River Melville Island (Canada) +0.252888 cspg_html_4409656292 cspg_html_4409656292:775:80485:80496 Peace River Victoria, British Columbia +0.471308 palaios_html_5921824758 palaios_html_5921824758:551:42431:42440 Chuckanut Washington (state) +0.254976 aapg_aa_15.html aapg_aa_15.html:82:10797:10816 Wellborn Texas +0.253506 cspg_html_2928630722 cspg_html_2928630722:9:1139:1147 Columbia Victoria, British Columbia +0.483252 aapg_ae_72.html aapg_ae_72.html:293:26653:26660 Kayenta Chinle Formation +0.47975 aapg_ah_68.html aapg_ah_68.html:197:32082:32093 Beekmantown Kentucky +0.466871 aapg_ah_85.html aapg_ah_85.html:93:10694:10702 Virginia Maryland +0.491164 cspg_html_7278957427 cspg_html_7278957427:100:13804:13826 Eureka Sound Canada +0.784947 aapg_ah_328.html aapg_ah_328.html:313:32549:32567 Sundance Colorado +0.469965 aapg_af_95.html aapg_af_95.html:163:14653:14681 Walnut Paluxy, Texas +0.241552 sedimentology_html_9986829348 sedimentology_html_9986829348:1138:81912:81918 Taylor Logan, Utah +0.488379 gsa_html_8840132442 gsa_html_8840132442:284:33962:33989 Belly River Highwood, Illinois +0.51253 palaios_html_5941305386 palaios_html_5941305386:650:80352:80358 Chinle Chinle Formation +0.248857 cspg_html_9768299963 cspg_html_9768299963:200:20933:20941 Whitemud Horseshoe Canyon Formation +0.90155 cspg_html_2976104632 cspg_html_2976104632:533:54943:54961 Whitemud Lacombe, Alberta +0.493812 cspg_html_9941227593 cspg_html_9941227593:393:49544:49553 Lodgepole Williston Basin +0.4559 aapg_ac_688.html aapg_ac_688.html:39:4296:4303 Paradox Uinta Mountains +0.255188 aapg_ac_841.html aapg_ac_841.html:287:36893:36898 Coban Honduras +0.234207 gsa_html_5209011334 gsa_html_5209011334:12:458:466 Colorado Denver +0.263176 aapg_ah_508.html aapg_ah_508.html:4:531:552 Beekmantown Schuylkill River Trail +0.274032 cspg_html_6715452766 cspg_html_6715452766:6:319:341 Eureka Sound Ellesmere Island +0.462186 aapg_ad_2.html aapg_ad_2.html:1565:215376:215395 Gatesburg Middle East +0.49245 aapg_af_608.html aapg_af_608.html:195:21831:21837 Reklaw Carrizo Plain +0.34151 aapg_ai_241.html aapg_ai_241.html:94:10735:10756 Winnipeg Winnipeg +0.37191 aapg_ai_477.html aapg_ai_477.html:288:32115:32123 Moosebar Clearwater, Florida +0.2145 aapg_ad_144.html aapg_ad_144.html:21:1895:1901 Dakota Powder River Basin +0.267386 aapg_aa_302.html aapg_aa_302.html:325:39185:39205 Phosphoria Cheyenne, Wyoming +0.25857 gsa_html_3448554349 gsa_html_3448554349:641:69621:69629 Catskill Pocono Raceway +0.930741 aapg_aa_23.html aapg_aa_23.html:298:33538:33551 Winnipeg Red River of the North +0.510489 gsa_html_2452406998 gsa_html_2452406998:917:84569:84597 Green River Colorado +0.496584 cspg_html_1456761793 cspg_html_1456761793:26:5351:5359 Columbia Victoria, British Columbia +0.485298 aapg_ad_999.html aapg_ad_999.html:113:11616:11628 Saskatchewan Lacombe, Alberta +0.443156 AMJC_html_7141186441 AMJC_html_7141186441:1785:158641:158649 Colorado Denver +0.84288 aapg_ah_815.html aapg_ah_815.html:68:5185:5202 Hosston Wayne County, Michigan +0.498005 aapg_ah_370.html aapg_ah_370.html:212:16890:16911 Traverse Thunder Bay +0.255972 aapg_ae_4.html aapg_ae_4.html:102:12898:12917 Beirdneau Logan, Utah +0.424704 aapg_ah_753.html aapg_ah_753.html:329:52494:52504 Long Reach Eastport, New York +0.48545 aapg_ai_584.html aapg_ai_584.html:136:15431:15440 Bell Hartville, Missouri +0.244349 aapg_ak_76.html aapg_ak_76.html:80:10928:10945 Aymamon Guatemala +0.756522 aapg_ah_217.html aapg_ah_217.html:235:29397:29426 Price Virginia +0.484344 aapg_ai_971.html aapg_ai_971.html:129:13905:13922 Renault Crittenden County, Kentucky +0.249458 aapg_ae_275.html aapg_ae_275.html:214:19124:19140 Modelo Santa Monica Mountains +0.266135 aapg_ai_876.html aapg_ai_876.html:53:6642:6655 Lake Michigan Lake Huron +0.269165 aapg_ad_52.html aapg_ad_52.html:628:67572:67580 Michigan Michigan +0.476451 aapg_aa_147.html aapg_aa_147.html:748:74517:74526 Red River Williston Basin +0.473598 cspg_html_4812473779 cspg_html_4812473779:620:78631:78640 Extension Cape Cod +0.49062 aapg_ak_104.html aapg_ak_104.html:6:1221:1237 Amsden Cheyenne, Wyoming +0.282382 aapg_ad_557.html aapg_ad_557.html:10409:572437:572459 Beaufort Anchorage, Alaska +0.490782 palaios_html_3022467877 palaios_html_3022467877:355:39911:39929 Navesink Closter, New Jersey +0.262971 aapg_aa_457.html aapg_aa_457.html:69:12193:12201 Norphlet Haynesville, Louisiana +0.471142 aapg_aa_623.html aapg_aa_623.html:13:2365:2383 Lea Park Regina, Saskatchewan +0.249488 aapg_ah_44.html aapg_ah_44.html:437:58569:58579 Lock Haven Catskill Mountains +0.259904 aapg_ad_660.html aapg_ad_660.html:468:64164:64169 Queen New Mexico +0.270878 aapg_ai_321.html aapg_ai_321.html:212:29364:29383 Matagalpa Matagalpa +0.509978 aapg_af_568.html aapg_af_568.html:800:75541:75560 Minnelusa Cheyenne, Wyoming +0.498542 aapg_af_98.html aapg_af_98.html:16:2533:2539 Dakota Cedar Mountains +0.246993 palaios_html_7465495929 palaios_html_7465495929:137:14699:14708 Margarita Porlamar +0.446658 cspg_html_9343899465 cspg_html_9343899465:866:79190:79202 Vendom Fiord Ellesmere Island +0.271852 aapg_ah_628.html aapg_ah_628.html:14:1855:1871 Chinle Santa Rosa, California +0.276094 aapg_ac_499.html aapg_ac_499.html:64:6216:6224 Colorado Denver +0.238476 cspg_html_4666332434 cspg_html_4666332434:60:9746:9754 Foremost Milk River, Alberta +0.491064 aapg_ac_684.html aapg_ac_684.html:137:13871:13886 Eagle Mississippi River +0.235029 cspg_html_2834693711 cspg_html_2834693711:367:50779:50795 Benson England +0.259548 aapg_ad_169.html aapg_ad_169.html:495:58141:58159 Maccrady Greenbrier (Great Smoky Mountains) +0.487494 sedimentology_html_7518899751 sedimentology_html_7518899751:1649:87652:87674 Debolt Victoria, British Columbia +0.2499 AMJC_html_2890539371 AMJC_html_2890539371:79:9280:9298 Paskapoo Lacombe, Alberta +0.266031 aapg_ad_749.html aapg_ad_749.html:278:28336:28346 San Andres Carlsbad, New Mexico +0.257895 cspg_html_2873888604 cspg_html_2873888604:388:56645:56677 Montney Lacombe, Alberta +0.488814 aapg_ad_116.html aapg_ad_116.html:207:25849:25864 Joins Marshall County, Kentucky +0.259534 aapg_ah_456.html aapg_ah_456.html:128:15220:15226 Bertie Quebec City +0.257526 jgeology_html_3739517257 jgeology_html_3739517257:841:61258:61266 Colorado Gunnison River +0.257784 cspg_html_4413081832 cspg_html_4413081832:498:49233:49254 Belly River Lacombe, Alberta +0.47244 gsa_html_5140765555 gsa_html_5140765555:293:24433:24438 Olema San Francisco +0.499596 aapg_ac_654.html aapg_ac_654.html:4:408:414 Salina Onondaga (tribe) +0.260051 cspg_html_7494952355 cspg_html_7494952355:126:24306:24325 Rochester Ontario, California +0.492032 gsa_html_1327225964 gsa_html_1327225964:58:3499:3527 Green River Colorado +0.25149 aapg_ai_222.html aapg_ai_222.html:187:16207:16214 Success California +0.469908 cspg_html_2834693711 cspg_html_2834693711:399:55173:55182 Extension England +0.277693 jgeology_html_2809998069 jgeology_html_2809998069:244:16906:16933 Rhode Island Scituate, Massachusetts +0.45129 aapg_ae_873.html aapg_ae_873.html:797:92221:92233 Walnut Goodland, Kansas +0.254961 aapg_ac_198.html aapg_ac_198.html:221:19371:19393 Mt Lytton Austin, Chicago +0.39592 aapg_ac_333.html aapg_ac_333.html:1870:183535:183546 Green River Logan, Utah +0.266256 aapg_ah_751.html aapg_ah_751.html:58:4685:4694 Boquillas Pecos River +0.248985 gsa_html_3696101390 gsa_html_3696101390:604:57491:57517 Chuckanut Washington (state) +0.887315 aapg_aa_23.html aapg_aa_23.html:112:12941:12966 Stony Mountain Red River of the North +0.494208 sedimentology_html_2845079604 sedimentology_html_2845079604:2545:179805:179809 Ross Stroudsburg, Pennsylvania +0.47658 aapg_ah_253.html aapg_ah_253.html:36:6043:6058 Queen Texas +0.479457 aapg_af_833.html aapg_af_833.html:340:37001:37020 Rock Springs Middle East +0.48672 aapg_ac_336.html aapg_ac_336.html:79:8522:8540 Sunblood Mackenzie River +0.487734 gsa_html_6983076294 gsa_html_6983076294:38:4368:4375 El Paso Texas +0.50232 aapg_ai_764.html aapg_ai_764.html:219:22425:22444 Oil Creek West Texas +0.268315 cspg_html_2749851978 cspg_html_2749851978:564:66713:66730 Cardium Lacombe, Alberta +0.471624 sedimentology_html_7879809021 sedimentology_html_7879809021:1133:89074:89097 Little Valley Virginia +0.240972 palaios_html_3985706634 palaios_html_3985706634:613:58349:58379 Borden Kentucky +0.72384 aapg_ah_374.html aapg_ah_374.html:109:12323:12338 Galesburg Iowa +0.491512 aapg_af_575.html aapg_af_575.html:388:52529:52549 Bainbridge Edgewood, Washington +0.355266 aapg_ae_947.html aapg_ae_947.html:144:14243:14250 Temblor Coalinga, California +0.498847 aapg_ae_253.html aapg_ae_253.html:86:8064:8087 Cotton Valley Richland, Washington +0.824464 aapg_ah_519.html aapg_ah_519.html:3:439:455 Dakota Colorado +0.26159 cspg_html_4407743346 cspg_html_4407743346:419:55288:55294 Oxford Pergamon Museum +0.242536 palaios_html_3036115408 palaios_html_3036115408:550:53792:53803 Bloomington Currie, Minnesota +0.243033 gsa_html_7442738603 gsa_html_7442738603:1082:106326:106345 Pocatello Boise, Idaho +0.252464 cspg_html_2175627313 cspg_html_2175627313:24:3617:3643 Montney Pangaea +0.499118 aapg_ah_903.html aapg_ah_903.html:104:17679:17699 Cockfield Charlotte, North Carolina +0.492093 geology_html_2826481437 geology_html_2826481437:359:24461:24467 Oxford Craig, Colorado +0.25853 AMJC_html_1938223835 AMJC_html_1938223835:114:14750:14770 Third Lake Chandler, Arizona +0.273942 aapg_ah_505.html aapg_ah_505.html:1384:110155:110161 Dakota Roxborough State Park +0.272994 cspg_html_2193428533 cspg_html_2193428533:213:25724:25754 Doig Lacombe, Alberta +0.375249 aapg_ai_688.html aapg_ai_688.html:392:43099:43114 Rose Hill Huntington, West Virginia +0.24336 sedimentology_html_7195393000 sedimentology_html_7195393000:1083:82616:82634 Dunvegan Lacombe, Alberta +0.699413 aapg_ai_28.html aapg_ai_28.html:41:3940:3949 Catahoula Shreveport, Louisiana +0.427707 aapg_ad_466.html aapg_ad_466.html:965:104355:104376 Hornerstown Chesapeake Bay +0.49245 aapg_af_592.html aapg_af_592.html:136:12166:12172 Paluxy Del Rio, Tennessee +0.249158 palaios_html_8280263766 palaios_html_8280263766:551:42916:42941 Astoria Salem, Oregon +0.25137 aapg_ac_222.html aapg_ac_222.html:405:53589:53595 Cutler Hermosa, Chicago +0.46851 aapg_aa_914.html aapg_aa_914.html:195:19679:19684 Atoka Parker County, Texas +0.4956 cspg_html_7086880709 cspg_html_7086880709:187:21870:21878 Columbia Lacombe, Alberta +0.249991 aapg_ah_318.html aapg_ah_318.html:2039:184023:184042 La Casita Durango, Durango +0.257536 aapg_ah_647.html aapg_ah_647.html:24:2480:2494 Earp Missouri River +0.264196 aapg_ac_807.html aapg_ac_807.html:1176:102283:102289 Auburn Closter, New Jersey +0.472352 gsa_html_2772998091 gsa_html_2772998091:29:2796:2824 Green River Colorado +0.47718 cspg_html_5818285590 cspg_html_5818285590:409:55633:55639 Oregon Washington (state) +0.35579 cspg_html_3065473572 cspg_html_3065473572:171:23186:23203 Romaine Anticosti Island +0.469145 cspg_html_5947812886 cspg_html_5947812886:436:69069:69073 Pika Eldon, Missouri +0.243045 aapg_ah_859.html aapg_ah_859.html:72:8930:8943 Chattahoochee Melbourne, Florida +0.46926 sedimentology_html_1046729113 sedimentology_html_1046729113:1901:154088:154107 Rock Springs Cheyenne, Wyoming +0.259584 gsa_html_1040524378 gsa_html_1040524378:730:77743:77750 Norfolk Virginia +0.235654 aapg_ad_683.html aapg_ad_683.html:314:34086:34098 Hermit Little Colorado River +0.261576 jgeology_html_2022713612 jgeology_html_2022713612:83:3938:3959 Wood Canyon California +0.499488 gsa_html_8347407449 gsa_html_8347407449:1012:86569:86597 Green River Colorado +0.431613 aapg_ai_81.html aapg_ai_81.html:540:45863:45871 Catskill Conneaut, Ohio +0.242544 gsa_html_9314974751 gsa_html_9314974751:213:24241:24253 Pethei Canada +0.267786 gsa_html_1860930948 gsa_html_1860930948:728:73102:73129 Moenkopi Colorado +0.514 gsa_html_3974514270 gsa_html_3974514270:29:2796:2824 Green River Colorado +0.484702 gsa_html_1636483297 gsa_html_1636483297:579:54042:54069 Green River Cheyenne, Wyoming +0.253302 palaios_html_3491046542 palaios_html_3491046542:80:10303:10321 Beekmantown Lincolnshire, Illinois +0.266848 aapg_ae_767.html aapg_ae_767.html:98:9518:9539 Johnson Colorado +0.2286 sedimentology_html_6688819115 sedimentology_html_6688819115:1095:99758:99765 Gateway Colorado +0.24941 geology_html_3476065747 geology_html_3476065747:283:20885:20893 Scotland London, Ontario +0.863604 aapg_aa_302.html aapg_aa_302.html:117:14357:14379 Oquirrh Logan, Utah +0.477084 cspg_html_9476379853 cspg_html_9476379853:225:27733:27743 Trout Lake Lacombe, Alberta +0.485305 cspg_html_4924970281 cspg_html_4924970281:469:62538:62560 Grand Rapids Clearwater, Florida +0.51467 gsa_html_5773604426 gsa_html_5773604426:388:34906:34938 Wilcox Middle East +0.265684 cspg_html_5484260516 cspg_html_5484260516:1139:100012:100032 Big Valley Lacombe, Alberta +0.357926 aapg_ac_876.html aapg_ac_876.html:410:41655:41669 Nonesuch Washington (state) +0.254989 sedimentology_html_6688819115 sedimentology_html_6688819115:1095:99714:99730 Cutler Colorado +0.48101 aapg_ae_715.html aapg_ae_715.html:1115:123962:123982 Queen East Texas +0.484692 aapg_ae_958.html aapg_ae_958.html:1161:100681:100703 Bluff Carlsbad, New Mexico +0.470876 aapg_af_854.html aapg_af_854.html:1059:149188:149206 Golconda Jackson County, Missouri +0.261944 aapg_aa_39.html aapg_aa_39.html:212:19668:19685 Hermosa Colorado +0.260064 palaios_html_4902347637 palaios_html_4902347637:15:729:735 Brazil Viracopos-Campinas International Airport +0.483336 cspg_html_6284849447 cspg_html_6284849447:29:4003:4009 Luscar Dissected Till Plains +0.4992 aapg_ae_66.html aapg_ae_66.html:209:20403:20423 Minnelusa Powder River (Montana) +0.248496 AMJC_html_8402437205 AMJC_html_8402437205:223:26690:26699 Chumstick Peshastin, Washington +0.268275 gsa_html_2561127673 gsa_html_2561127673:502:46146:46167 Quinn River Reno, Nevada +0.49601 aapg_ad_318.html aapg_ad_318.html:35:5976:5982 Guelph Ontario, California +0.471555 cspg_html_7602315496 cspg_html_7602315496:8:1116:1136 Milk River Colorado +0.47671 gsa_html_3096615185 gsa_html_3096615185:322:32252:32270 Weymouth Nahant, Massachusetts +0.483383 aapg_ad_865.html aapg_ad_865.html:135:13942:13966 Hermosa Colorado +0.479987 aapg_ah_318.html aapg_ah_318.html:1603:154598:154604 Sierra Durango, Durango +0.243033 aapg_ah_49.html aapg_ah_49.html:79:10009:10023 Violin Breccia San Gabriel Valley +0.466416 cspg_html_1222040397 cspg_html_1222040397:727:87294:87310 Cassiar Victoria, British Columbia +0.396612 aapg_ad_2.html aapg_ad_2.html:1815:232717:232729 Little Falls Herkimer County, New York +0.481362 aapg_ae_467.html aapg_ae_467.html:316:23664:23671 Bedford Michigan +0.26394 cspg_html_3463500725 cspg_html_3463500725:170:21576:21588 Willow Creek Strawberry Creek +0.255972 aapg_ac_55.html aapg_ac_55.html:173:20829:20840 Englishtown Manasquan, New Jersey +0.850014 gsa_html_4930932370 gsa_html_4930932370:883:91999:92016 Onaping Sudbury, Suffolk +0.270319 aapg_ad_11.html aapg_ad_11.html:141:19850:19864 Wasatch Powder River Basin +0.252164 aapg_af_90.html aapg_af_90.html:47:8348:8365 Stirling Death Valley +0.26418 aapg_aa_626.html aapg_aa_626.html:218:25191:25210 Patapsco Maryland +0.479182 aapg_ad_757.html aapg_ad_757.html:196:21737:21743 Galena Decorah, Iowa +0.259904 cspg_html_6255491344 cspg_html_6255491344:21:3435:3469 Kootenay Victoria, British Columbia +0.489149 aapg_ah_160.html aapg_ah_160.html:204:26739:26759 Wills Creek Pennsylvania +0.465795 cspg_html_6116883777 cspg_html_6116883777:1850:211851:211860 Rochester Rochester, Kent +0.487656 palaios_html_2623118674 palaios_html_2623118674:950:99968:99984 New Haven Arkose Hartford, Connecticut +0.372254 gsa_html_5627360957 gsa_html_5627360957:446:42347:42364 Harmony Reno, Nevada +0.493136 aapg_ad_983.html aapg_ad_983.html:138:12821:12864 Onondaga Jefferson County, Colorado +0.486772 gsa_html_3032005498 gsa_html_3032005498:75:5204:5232 Green River Iran +0.281868 aapg_af_880.html aapg_af_880.html:471:71238:71243 Supai Logan, Utah +0.480912 geology_html_7607447193 geology_html_7607447193:39:3924:3946 Huckleberry Ridge Tuff Boise, Idaho +0.394295 aapg_ae_871.html aapg_ae_871.html:353:57099:57117 Frontier Nebraska +0.254448 aapg_ai_816.html aapg_ai_816.html:87:14824:14834 Plattsburg Wyandotte, Michigan +0.281925 cspg_html_3102530088 cspg_html_3102530088:317:38086:38104 Lea Park Regina, Saskatchewan +0.65262 aapg_ae_319.html aapg_ae_319.html:304:21914:21924 Phosphoria Cheyenne, Wyoming +0.89552 aapg_aa_731.html aapg_aa_731.html:382:50416:50428 Wilcox Texas +0.481104 aapg_ah_534.html aapg_ah_534.html:390:33216:33224 Catskill Honesdale, Pennsylvania +0.258048 geology_html_9479757031 geology_html_9479757031:258:25516:25522 Oregon Washington (state) +0.51701 aapg_ai_696.html aapg_ai_696.html:441:50130:50143 Carlin Canyon Elko County, Nevada +0.474122 geology_html_9772573337 geology_html_9772573337:339:27162:27173 Santa Cruz California +0.246356 cspg_html_8227554214 cspg_html_8227554214:328:35688:35708 Boss Point New Brunswick, New Jersey +0.25305 aapg_ad_379.html aapg_ad_379.html:271:23643:23653 San Miguel Colorado +0.26355 aapg_ah_181.html aapg_ah_181.html:123:14532:14548 Chinle Chinle Formation +0.25544 aapg_aa_4.html aapg_aa_4.html:221:29315:29321 Ithaca Keuka Lake +0.244664 aapg_aa_900.html aapg_aa_900.html:71:9013:9024 Chazy Salem, Oregon +0.875975 cspg_html_8525917094 cspg_html_8525917094:170:22893:22898 Swift Cheyenne, Wyoming +0.274032 cspg_html_1781462584 cspg_html_1781462584:20:2848:2856 Columbia Victoria, British Columbia +0.260096 gsa_html_2989317971 gsa_html_2989317971:630:65949:65977 Challis Snake River Plain (ecoregion) +0.461164 aapg_aa_648.html aapg_aa_648.html:322:34073:34080 Norfolk Newport, Rhode Island +0.26368 cspg_html_3447886929 cspg_html_3447886929:109:12837:12843 Mingan Anticosti Island +0.494 aapg_ad_269.html aapg_ad_269.html:406:38325:38341 Chinle Colorado +0.480414 sedimentology_html_2733147758 sedimentology_html_2733147758:74:7994:8002 Michigan Cheboygan County, Michigan +0.261626 geology_html_9456541436 geology_html_9456541436:252:25108:25118 Washington Washington (state) +0.247715 cspg_html_4693916254 cspg_html_4693916254:50:8621:8648 Birdbear Mississippian culture +0.46624 aapg_ae_501.html aapg_ae_501.html:49:5705:5711 Casper Cheyenne, Wyoming +0.488005 cspg_html_5947812886 cspg_html_5947812886:522:78658:78679 Mount Whyte Hockley +0.269838 cspg_html_7866465429 cspg_html_7866465429:36:3636:3655 Kishenehn South Fork Flathead River +0.254514 geology_html_6064361784 geology_html_6064361784:198:18615:18619 Bond North Atlantic Current +0.263105 aapg_ad_466.html aapg_ad_466.html:965:104286:104296 Vincentown Chesapeake Bay +0.25039 aapg_ac_715.html aapg_ac_715.html:17:2345:2355 Cedar Lake Ramsey County, North Dakota +0.262144 aapg_af_188.html aapg_af_188.html:226:24846:24854 Colorado Colorado +0.478608 cspg_html_5891044027 cspg_html_5891044027:241:46909:46927 Phillips Arctic Cordillera +0.952476 gsa_html_1826402027 gsa_html_1826402027:846:89697:89722 Hickey Arizona +0.277202 aapg_ad_717.html aapg_ad_717.html:370:39671:39691 Whitehorse Texas +0.503382 cspg_html_2498183035 cspg_html_2498183035:447:44293:44312 Swan Hills Lacombe, Alberta +0.263 aapg_ah_498.html aapg_ah_498.html:58:4256:4271 Oakville Oakville, California +0.2545 sedimentology_html_5673709888 sedimentology_html_5673709888:1958:115138:115143 Queen Nassau, Bahamas +0.470557 AMJC_html_9862385279 AMJC_html_9862385279:234:25344:25348 Open Da Qaidam +0.516516 aapg_ac_5.html aapg_ac_5.html:128:12963:12970 Cardium Lacombe, Alberta +0.245021 aapg_ai_699.html aapg_ai_699.html:38:6857:6863 Mohawk Mohawk Valley +0.269874 gsa_html_9236370057 gsa_html_9236370057:32:2213:2225 Rhode Island Newport, Rhode Island +0.499118 aapg_ae_705.html aapg_ae_705.html:640:63866:63880 Pico Ventura County, California +0.261522 aapg_ad_401.html aapg_ad_401.html:181:13884:13904 Fort Union Long Creek, Illinois +0.703 aapg_ac_400.html aapg_ac_400.html:586:59103:59110 Chemung Huntington, West Virginia +0.496128 aapg_ae_546.html aapg_ae_546.html:114:13923:13952 Cotton Valley East Texas +0.26606 aapg_ac_476.html aapg_ac_476.html:528:70886:70906 Banquereau Canada +0.26468 aapg_ae_680.html aapg_ae_680.html:352:35135:35143 Woodbine Texas +0.256949 geology_html_7028217666 geology_html_7028217666:244:20174:20182 Beaumont Beaumont, Texas +0.488376 aapg_ad_883.html aapg_ad_883.html:47:6683:6704 Black River Franconia, New Hampshire +0.26418 cspg_html_4558848861 cspg_html_4558848861:76:12689:12697 Palliser Lacombe, Alberta +0.255016 aapg_aa_409.html aapg_aa_409.html:36:4820:4826 Perija Venezuela +0.257983 sedimentology_html_2487544504 sedimentology_html_2487544504:2829:72100:72118 Monterey California +0.251968 aapg_ac_835.html aapg_ac_835.html:1107:161677:161685 Tensleep Western world +0.485199 aapg_ac_400.html aapg_ac_400.html:147:15179:15189 Huntingdon Bedford, Massachusetts +0.230231 cspg_html_3354282978 cspg_html_3354282978:999:104173:104200 Grosmont Lacombe, Alberta +0.268203 aapg_af_470.html aapg_af_470.html:161:15884:15897 Madison Logan, Utah +0.268155 aapg_ac_85.html aapg_ac_85.html:208:19729:19742 Turner Valley Lacombe, Alberta +0.250158 aapg_ai_491.html aapg_ai_491.html:607:69159:69167 Colorado Telluride, Colorado +0.272384 palaios_html_2945835736 palaios_html_2945835736:128:12596:12605 Beartooth Fort Union Trading Post National Historic Site +0.284929 aapg_aa_563.html aapg_aa_563.html:324:41651:41659 Niobrara Mancos, Colorado +0.264196 aapg_ai_328.html aapg_ai_328.html:328:34238:34269 Gobbler Sacramento Mountains (California) +0.244976 gsa_html_6546953900 gsa_html_6546953900:1078:92484:92494 Santa Cruz California +0.513274 aapg_ah_486.html aapg_ah_486.html:146:14525:14535 Pottsville Kentucky +0.259979 cspg_html_9951421861 cspg_html_9951421861:81:13928:13942 Colorado Lacombe, Alberta +0.257983 aapg_af_483.html aapg_af_483.html:156:21349:21366 Esquias Honduras +0.264195 aapg_af_397.html aapg_af_397.html:225:27280:27287 Entrada Entrada Sandstone +0.468504 aapg_ah_217.html aapg_ah_217.html:119:13024:13031 Venango Allegheny Mountains +0.25041 palaios_html_1434442076 palaios_html_1434442076:634:52192:52198 Denver Colorado +0.494088 aapg_ai_158.html aapg_ai_158.html:127:13640:13651 Trout River Anchorage, Alaska +0.245847 gsa_html_4385238876 gsa_html_4385238876:220:25746:25765 Gambier Devils Lake, North Dakota +0.261612 aapg_ai_272.html aapg_ai_272.html:532:59014:59023 Extension Lacombe, Alberta +0.248272 aapg_ae_544.html aapg_ae_544.html:55:8206:8216 Hell Creek Williston, Vermont +0.26104 geology_html_8794635693 geology_html_8794635693:144:11245:11254 Extension Ancient Corinth +0.248446 cspg_html_3962754176 cspg_html_3962754176:662:73449:73468 Athabasca Lacombe, Alberta +0.254664 aapg_af_653.html aapg_af_653.html:871:98194:98200 Cierbo Rancho Santa Margarita, California +0.467484 gsa_html_7498897688 gsa_html_7498897688:864:83550:83557 Reynosa Durango, Durango +0.248965 cspg_html_8363357104 cspg_html_8363357104:144:23610:23617 Goodsir Mons +0.249428 aapg_ai_919.html aapg_ai_919.html:371:67440:67451 Sadlerochit Anchorage, Alaska +0.488413 aapg_aa_415.html aapg_aa_415.html:285:40423:40434 San Antonio Bexar County, Texas +0.486497 gsa_html_8433482071 gsa_html_8433482071:578:48276:48282 Casper Cheyenne, Wyoming +0.490782 aapg_ah_167.html aapg_ah_167.html:356:40604:40609 Yukon Cairns, Queensland +0.264171 aapg_ai_932.html aapg_ai_932.html:547:87306:87310 Hall Nipomo, California +0.273448 sedimentology_html_9633602572 sedimentology_html_9633602572:1314:66000:66015 Cairn Lacombe, Alberta +0.48323 sedimentology_html_9592635017 sedimentology_html_9592635017:1139:61290:61297 Bedford Cambridge, Massachusetts +0.456237 gsa_html_4557277250 gsa_html_4557277250:794:68885:68901 Navajo Logan, Utah +0.280364 cspg_html_7278957427 cspg_html_7278957427:6:423:435 Eureka Sound Ellesmere Island +0.489417 aapg_ai_1.html aapg_ai_1.html:197:17403:17420 Paradox Hermosa, Chicago +0.49312 aapg_af_775.html aapg_af_775.html:255:16573:16592 Beaumont Oakville, California +0.479108 aapg_ai_553.html aapg_ai_553.html:97:12280:12286 Forest Mexico +0.505296 geology_html_9509300520 geology_html_9509300520:238:19685:19690 Rapid Tibet Autonomous Region +0.25653 aapg_ac_983.html aapg_ac_983.html:372:59539:59552 Chanute Kansas City, Kansas +0.262626 aapg_ac_555.html aapg_ac_555.html:548:60968:60974 Oxford England +0.264115 aapg_ad_192.html aapg_ad_192.html:29:3530:3550 Tuscaloosa Tuscaloosa, Alabama +0.245055 aapg_ae_319.html aapg_ae_319.html:16:2078:2098 Twin Creek Uinta Mountains +0.248472 gsa_html_2729737430 gsa_html_2729737430:452:47567:47585 Teewinot Grand Valley (Colorado) +0.259548 aapg_af_890.html aapg_af_890.html:94:8642:8654 Belle Plains Wichita, Kansas +0.254769 cspg_html_7576506617 cspg_html_7576506617:378:55243:55265 Severn River Moose River (Maine) +0.246888 aapg_ad_169.html aapg_ad_169.html:366:42572:42592 Greenbrier Huntington, West Virginia +0.353306 aapg_af_263.html aapg_af_263.html:357:42650:42660 Hare Fiord Ellesmere Island +0.247835 cspg_html_7839431712 cspg_html_7839431712:6:408:426 Pakowki Milk River, Alberta +0.27092 aapg_ad_653.html aapg_ad_653.html:652:92025:92030 Price Canada +0.2709 sedimentology_html_3141383681 sedimentology_html_3141383681:433:48463:48467 Rico North Atlantic Current +0.276667 aapg_aa_870.html aapg_aa_870.html:506:46671:46677 Dakota Lone Pine, California +0.461396 aapg_aa_48.html aapg_aa_48.html:14:1663:1669 Oldham Knife River +0.257316 aapg_ae_921.html aapg_ae_921.html:113:7839:7851 Tongue River Fort Union Trading Post National Historic Site +0.254944 cspg_html_3026112034 cspg_html_3026112034:257:27351:27361 Wabamun Pine Brook, New Jersey +0.243 cspg_html_9435196958 cspg_html_9435196958:1222:50933:50952 Kishenehn Victoria, British Columbia +0.495208 AMJC_html_5825890542 AMJC_html_5825890542:412:47218:47227 San Diego California +0.274032 aapg_ad_379.html aapg_ad_379.html:722:59421:59428 Entrada Cheyenne, Wyoming +0.988035 aapg_ae_419.html aapg_ae_419.html:535:61668:61680 Metapan Guatemala +0.25186 aapg_ae_970.html aapg_ae_970.html:19:1529:1545 Modelo Saugus, Massachusetts +0.388692 aapg_ad_329.html aapg_ad_329.html:173:25549:25572 Mahantango Huntington, West Virginia +0.26 aapg_ac_928.html aapg_ac_928.html:105:13509:13524 Banff Canada +0.2515 jgeology_html_4147510455 jgeology_html_4147510455:569:32626:32632 George Washington (state) +0.241868 gsa_html_2605108986 gsa_html_2605108986:1018:87260:87277 Chisana Anchorage, Alaska +0.478296 aapg_aa_86.html aapg_aa_86.html:229:17718:17733 Woodbine Texas +0.268323 cspg_html_6085371707 cspg_html_6085371707:34:3328:3333 Nisku Western world +0.482132 aapg_af_854.html aapg_af_854.html:842:118885:118902 Renault Illinois +0.262808 aapg_ae_631.html aapg_ae_631.html:3:330:338 Michigan Michigan +0.250985 cspg_html_9725676031 cspg_html_9725676031:669:72828:72843 Sully Victoria, British Columbia +0.271437 cspg_html_4392308496 cspg_html_4392308496:363:50814:50842 Bonaventure Nashville Basin +0.265728 cspg_html_8464109528 cspg_html_8464109528:396:45533:45549 Viking Lacombe, Alberta +0.248965 aapg_ah_387.html aapg_ah_387.html:90:14301:14317 Merced San Francisco +0.473185 cspg_html_8690548664 cspg_html_8690548664:189:24293:24306 Mountain Park Lacombe, Alberta +0.247 aapg_ae_885.html aapg_ae_885.html:209:20456:20469 Hermosa Naco, Sonora +0.251779 aapg_ah_96.html aapg_ah_96.html:262:30599:30613 Winnipeg Garfield County, Colorado +0.4902 cspg_html_1313584654 cspg_html_1313584654:267:35736:35748 Grand Rapids Lacombe, Alberta +0.53506 aapg_ac_741.html aapg_ac_741.html:228:24937:24949 Pierre Nebraska +0.249559 sedimentology_html_3249810649 sedimentology_html_3249810649:174:15693:15699 Banner Hanson, Massachusetts +0.484615 sedimentology_html_8424936262 sedimentology_html_8424936262:963:57766:57770 Hall London, Ontario +0.856044 aapg_af_668.html aapg_af_668.html:34:5522:5528 Pocono Pennsylvania +0.26059 cspg_html_1763727002 cspg_html_1763727002:42:7175:7195 Halfway Western world +0.519958 aapg_af_471.html aapg_af_471.html:258:30484:30503 Parkwood Illinois +0.438404 aapg_ad_717.html aapg_ad_717.html:401:41645:41651 Kaibab New Mexico +0.254015 aapg_ac_90.html aapg_ac_90.html:131:20502:20523 Boyer Ranch Reno, Nevada +0.251502 geology_html_8881449794 geology_html_8881449794:132:13241:13247 Pueblo Colorado +0.485648 gsa_html_7522207114 gsa_html_7522207114:29:2796:2824 Green River Colorado +0.47672 gsa_html_2369908260 gsa_html_2369908260:124:9753:9765 Owens Valley Owen River +0.48603 gsa_html_7980021147 gsa_html_7980021147:737:63877:63883 Brazil Amazon Basin +0.258912 aapg_aa_298.html aapg_aa_298.html:582:81065:81082 Paradox Logan, Utah +0.476 gsa_html_4058959570 gsa_html_4058959570:500:40065:40075 Baldy Mexico +0.247428 aapg_ae_863.html aapg_ae_863.html:533:60456:60472 Modelo Saugus, Massachusetts +0.499465 jgeology_html_9055319560 jgeology_html_9055319560:1156:75521:75525 Hall London, Ontario +0.265216 aapg_ac_807.html aapg_ac_807.html:293:29454:29476 Marshalltown Swedesboro, New Jersey +0.499372 gsa_html_6294289895 gsa_html_6294289895:930:84926:84954 Green River Colorado +0.496244 cspg_html_4048108956 cspg_html_4048108956:292:43150:43156 Snyder Canada +0.453438 aapg_ad_784.html aapg_ad_784.html:441:47227:47238 Tejon Ojai, California +0.48384 aapg_ad_466.html aapg_ad_466.html:1568:165611:165621 Sunderland Maryland +0.257446 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68064:68076 Winnipegosis Regina, Saskatchewan +0.260977 aapg_ac_527.html aapg_ac_527.html:167:20019:20075 Harpersville Texas +0.45212 gsa_html_9579641184 gsa_html_9579641184:522:53553:53580 Sterling Mount McKinley +0.242942 sedimentology_html_6591694824 sedimentology_html_6591694824:495:32391:32397 Moscow Sweden +0.444 aapg_af_479.html aapg_af_479.html:493:51051:51077 Cabrillo Santiago +0.494088 aapg_ai_959.html aapg_ai_959.html:49:5674:5687 Cook Mountain Bastrop, Texas +0.451659 aapg_af_482.html aapg_af_482.html:176:24738:24766 Matagalpa Matagalpa +0.271942 aapg_ae_419.html aapg_ae_419.html:3358:214895:214901 Sierra Coahuila +0.247324 aapg_af_288.html aapg_af_288.html:349:42167:42185 Cintura Arizona +0.497034 aapg_ah_97.html aapg_ah_97.html:142:17591:17601 Beaverfoot Boise, Idaho +0.24738 aapg_aa_731.html aapg_aa_731.html:282:37251:37272 Rockdale Mississippi River +0.262119 aapg_ac_333.html aapg_ac_333.html:1305:156674:156679 Supai Arizona +0.247396 aapg_ac_807.html aapg_ac_807.html:8:977:995 Kirkwood Maryland +0.68523 aapg_ae_563.html aapg_ae_563.html:3:345:358 Carlile Browns Valley, Minnesota +0.261576 cspg_html_8723419240 cspg_html_8723419240:6:333:338 Banff Lacombe, Alberta +0.273304 palaios_html_8921418198 palaios_html_8921418198:377:39297:39307 Washington Seattle +0.247995 aapg_ai_737.html aapg_ai_737.html:128:16011:16023 Saskatchewan Regina, Saskatchewan +0.25896 aapg_af_357.html aapg_af_357.html:143:14200:14206 Warsaw Bloomington, Indiana +0.25452 cspg_html_8089302449 cspg_html_8089302449:10:1070:1091 Pine Point Michigan Basin +0.272403 cspg_html_9388742281 cspg_html_9388742281:182:21188:21209 Belly River Lacombe, Alberta +0.258681 aapg_ak_114.html aapg_ak_114.html:110:14266:14272 Provo Black Sea +0.291588 aapg_ac_473.html aapg_ac_473.html:269:36570:36592 Phosphoria Cheyenne, Wyoming +0.485376 gsa_html_6478927243 gsa_html_6478927243:64:5047:5075 Green River Iran +0.48195 aapg_af_879.html aapg_af_879.html:34:4700:4706 Moscow Sea of Azov +0.252909 aapg_ah_978.html aapg_ah_978.html:432:39696:39711 Monterey Monterey, California +0.481618 cspg_html_4028005492 cspg_html_4028005492:6:260:272 Granite Wash Lacombe, Alberta +0.281952 aapg_ah_327.html aapg_ah_327.html:191:14921:14938 Charles Meramec River +0.463083 geology_html_9642461541 geology_html_9642461541:298:19879:19884 Rapid West Antarctic Ice Sheet +0.50841 aapg_ad_67.html aapg_ad_67.html:232:29971:29978 Carrizo Shreveport, Louisiana +0.26664 cspg_html_5947812886 cspg_html_5947812886:516:78251:78268 Carrara Great Basin +0.26364 gsa_html_5272671610 gsa_html_5272671610:523:53386:53390 Bond Earth +0.46035 geology_html_2647292656 geology_html_2647292656:260:20281:20287 Oregon Earth +0.506883 gsa_html_4924618867 gsa_html_4924618867:774:61788:61816 Green River Colorado +0.499939 cspg_html_4176605708 cspg_html_4176605708:80:10095:10115 Blackstone Lacombe, Alberta +0.266928 aapg_ae_29.html aapg_ae_29.html:72:9042:9048 Pocono Pottsville, Pennsylvania +0.493272 aapg_ah_606.html aapg_ah_606.html:75:6666:6681 Piper Yellowstone County, Montana +0.518632 aapg_af_220.html aapg_af_220.html:40:4963:4984 Green River Colorado +0.266087 aapg_ae_220.html aapg_ae_220.html:171:18180:18199 Smackover Cotton Valley, Louisiana +0.466186 aapg_ah_847.html aapg_ah_847.html:407:49667:49673 Tinton Navesink River +0.26104 cspg_html_4143222666 cspg_html_4143222666:86:12463:12481 Niobrara Western Canadian Sedimentary Basin +0.478022 aapg_ad_602.html aapg_ad_602.html:341:27576:27582 Banner Cheyenne, Wyoming +0.268308 gsa_html_5274400800 gsa_html_5274400800:597:48586:48612 Monterey Coastal California +0.504172 aapg_ae_789.html aapg_ae_789.html:90:12469:12477 Palliser Rocky Mountain House, Alberta +0.252609 cspg_html_8227554214 cspg_html_8227554214:97:12279:12292 Windsor Bridgetown, Nova Scotia +0.50076 jgeology_html_4305195651 jgeology_html_4305195651:574:71490:71508 Catskill Perry County, Indiana +0.25553 aapg_aa_243.html aapg_aa_243.html:67:7104:7129 Venango Venango, Pennsylvania +0.248 gsa_html_1826402027 gsa_html_1826402027:530:61999:62018 Bidahochi Little Colorado River +0.486927 aapg_ad_379.html aapg_ad_379.html:898:74758:74767 Mesaverde Judith River Formation +0.236269 cspg_html_5198658336 cspg_html_5198658336:25:2943:2951 Paskapoo Calgary +0.238637 aapg_ah_416.html aapg_ah_416.html:274:21932:21946 Colorado Milk River, Alberta +0.254012 gsa_html_3842354440 gsa_html_3842354440:852:72013:72023 Washington Victoria, British Columbia +0.480537 cspg_html_9753247638 cspg_html_9753247638:549:56353:56363 Long Point Lake Erie +0.26368 cspg_html_4915680223 cspg_html_4915680223:177:19959:19979 Douro Cape Cod +0.444258 aapg_aa_655.html aapg_aa_655.html:3:412:450 Arroyo New Mexico +0.495907 cspg_html_3354282978 cspg_html_3354282978:689:84888:84919 Leduc Lacombe, Alberta +0.500892 aapg_ac_807.html aapg_ac_807.html:784:77852:77858 Midway Claiborne, Alabama +0.270204 aapg_ae_917.html aapg_ae_917.html:89:8377:8393 Maroon Cheyenne, Wyoming +0.240981 aapg_ac_263.html aapg_ac_263.html:31:4052:4062 Rio Grande Peru, Indiana +0.236302 aapg_ae_917.html aapg_ae_917.html:95:9117:9133 Maroon Colorado +0.282744 aapg_ad_466.html aapg_ad_466.html:1457:154053:154070 Calvert Closter, New Jersey +0.48573 aapg_ad_2.html aapg_ad_2.html:1426:194376:194397 Jacksonburg Martinsburg, Nebraska +0.48069 sedimentology_html_8384737970 sedimentology_html_8384737970:145:14537:14554 Entrada Carmel, Indiana +0.798327 cspg_html_9435196958 cspg_html_9435196958:1340:55809:55817 Scollard Canada +0.246356 cspg_html_5376629375 cspg_html_5376629375:95:14140:14170 Pika Middle East +0.466066 aapg_ac_187.html aapg_ac_187.html:2580:262733:262754 Skaneateles Pittsburgh +0.26936 palaios_html_3406135825 palaios_html_3406135825:585:60699:60716 Potsdam Redwood City, California +0.501144 aapg_ae_959.html aapg_ae_959.html:372:30828:30842 Word Guadalupe Mountains National Park +0.490496 geology_html_1860179474 geology_html_1860179474:242:23843:23852 San Diego California +0.46971 aapg_ai_239.html aapg_ai_239.html:101:9352:9359 Labette County (United States) +0.492012 cspg_html_1019614994 cspg_html_1019614994:83:15651:15667 Exshaw Regina, Saskatchewan +0.242055 cspg_html_4202029418 cspg_html_4202029418:7:927:942 Melville Island Ellesmere Island +0.494132 aapg_af_878.html aapg_af_878.html:9:1193:1197 Bond Iowa +0.2405 cspg_html_8904992939 cspg_html_8904992939:251:32727:32738 Earlie Lacombe, Alberta +0.457164 aapg_af_677.html aapg_af_677.html:218:28847:28855 Colorado Denver +0.251904 jgeology_html_3739517257 jgeology_html_3739517257:192:11687:11701 Ogallala Texas +0.241332 cspg_html_9683836416 cspg_html_9683836416:411:68066:68085 Foremost Lacombe, Alberta +0.26624 cspg_html_3772380029 cspg_html_3772380029:542:67931:67946 Red Head Rapids Churchill River (Atlantic) +0.250985 gsa_html_9158941999 gsa_html_9158941999:147:14673:14679 Denver Colorado +0.262144 cspg_html_5241714595 cspg_html_5241714595:570:85346:85367 Nisku Lacombe, Alberta +0.4061 cspg_html_8089302449 cspg_html_8089302449:82:14281:14302 Dawson Bay Canada +0.493189 aapg_af_334.html aapg_af_334.html:23:2980:2986 Casper Powder River (Montana) +0.491533 cspg_html_5976982403 cspg_html_5976982403:29:5286:5301 Siyeh Purcell Mountains +0.482532 aapg_af_575.html aapg_af_575.html:572:78160:78177 Keokuk Meramec River +0.505946 gsa_html_6753732431 gsa_html_6753732431:523:52217:52232 Sespe Ventura County, California +0.257983 aapg_ae_467.html aapg_ae_467.html:328:25236:25249 Bedford Antrim, County Antrim +0.252504 cspg_html_6702053097 cspg_html_6702053097:474:54720:54730 Rock River Ontario, California +0.274567 gsa_html_8271829751 gsa_html_8271829751:449:37835:37847 Owens Valley Sierra Nevada (Spain) +0.256452 cspg_html_9361096527 cspg_html_9361096527:31:6943:6955 Saskatchewan Judith River Formation +0.26832 geology_html_1545045916 geology_html_1545045916:248:21435:21439 Wise Melbourne, Florida +0.241703 aapg_ak_87.html aapg_ak_87.html:375:49272:49288 Supai Earp, California +0.23664 aapg_aa_118.html aapg_aa_118.html:22:2709:2734 Highgate Burlington, Ontario +0.415656 aapg_aa_415.html aapg_aa_415.html:248:34002:34012 Brownstown Arkansas +0.48552 cspg_html_8139359744 cspg_html_8139359744:48:8789:8796 Thorold Salina, Kansas +0.260598 aapg_aa_615.html aapg_aa_615.html:54:6814:6841 Mesaverde Arizona +0.494592 aapg_ad_356.html aapg_ad_356.html:372:34866:34888 Buckner Arkansas +0.479182 aapg_aa_684.html aapg_aa_684.html:420:38749:38768 Sundance Carbon County, Wyoming +0.863675 aapg_ae_958.html aapg_ae_958.html:2324:199143:199159 Salado Salado, Texas +0.484428 aapg_af_143.html aapg_af_143.html:760:69586:69595 Knoxville Crescent City, California +0.247324 aapg_ac_876.html aapg_ac_876.html:456:44334:44357 Rock Springs Sweetwater, Miami-Dade County, Florida +0.259424 aapg_af_971.html aapg_af_971.html:144:19467:19473 Banner Cheyenne, Wyoming +0.248952 cspg_html_6306091047 cspg_html_6306091047:67:12235:12244 Baldonnel Lacombe, Alberta +0.264368 aapg_ah_647.html aapg_ah_647.html:739:81569:81583 Word West Texas +0.250997 aapg_ae_757.html aapg_ae_757.html:1068:75787:75795 Colorado Fremont, California +0.859656 aapg_ah_528.html aapg_ah_528.html:517:55213:55220 Thaynes Boise, Idaho +0.249994 aapg_ae_4.html aapg_ae_4.html:201:22144:22153 Lodgepole Boise, Idaho +0.250992 cspg_html_9008569748 cspg_html_9008569748:36:4021:4029 Edmonton Edmonton, London +0.380646 aapg_ad_440.html aapg_ad_440.html:828:82175:82181 Denmar Virginia +0.434848 gsa_html_7402665513 gsa_html_7402665513:54:3411:3439 Green River Iran +0.476451 aapg_af_206.html aapg_af_206.html:314:37755:37765 Rio Grande Oakville, California +0.27071 aapg_ah_688.html aapg_ah_688.html:238:25794:25802 Norphlet Haynesville, Louisiana +0.488379 cspg_html_6702053097 cspg_html_6702053097:30:4497:4518 Lawrence Philipsburg, Centre County, Pennsylvania +0.50112 cspg_html_1763727002 cspg_html_1763727002:408:46352:46369 Halfway Victoria, British Columbia +0.24843 aapg_ad_152.html aapg_ad_152.html:1756:227609:227621 Ruth Kaibab, Arizona +0.47709 aapg_af_568.html aapg_af_568.html:632:53180:53192 Beaver Creek Cheyenne, Wyoming +0.238095 gsa_html_1582166619 gsa_html_1582166619:385:35695:35705 Laurentian Alabama +0.235835 aapg_ac_568.html aapg_ac_568.html:78:6379:6385 Denver Colorado +0.250965 aapg_aa_702.html aapg_aa_702.html:220:78474:78491 Paradox Logan, Utah +0.248496 cspg_html_1009749092 cspg_html_1009749092:569:65438:65461 Deer Valley Lacombe, Alberta +0.475125 cspg_html_8568877195 cspg_html_8568877195:81:12653:12664 Belly River Lacombe, Alberta +0.451656 cspg_html_5699627350 cspg_html_5699627350:75:10560:10566 Viking North Carolina +0.498905 gsa_html_8261220426 gsa_html_8261220426:97:6846:6874 Green River Iran +0.25806 cspg_html_4132771434 cspg_html_4132771434:642:79711:79719 Columbia Victoria, British Columbia +0.26235 aapg_ah_271.html aapg_ah_271.html:34:4794:4817 Cotton Valley Texas +0.252476 aapg_ae_984.html aapg_ae_984.html:391:37579:37587 Carlsbad Carlsbad, New Mexico +0.25823 sedimentology_html_5402223987 sedimentology_html_5402223987:392:33740:33772 Kinzers Pennsylvania +0.5019 aapg_ak_104.html aapg_ak_104.html:124:16186:16205 Lodgepole Cheyenne, Wyoming +0.9063 cspg_html_8231124788 cspg_html_8231124788:192:21211:21228 Rierdon Cheyenne, Wyoming +0.26355 jgeology_html_4305195651 jgeology_html_4305195651:865:90482:90510 Mauch Chunk Pottsville, Pennsylvania +0.256036 aapg_ah_534.html aapg_ah_534.html:295:24662:24680 Coeymans Delaware Valley +0.503485 aapg_ah_387.html aapg_ah_387.html:120:16778:16787 Knoxville Knoxville, Illinois +0.49049 aapg_ad_696.html aapg_ad_696.html:275:25809:25814 Yegua Houston County, Alabama +0.259045 aapg_ai_816.html aapg_ai_816.html:536:93618:93628 Deer Creek Shawnee, Oklahoma +0.260019 cspg_html_3850721269 cspg_html_3850721269:95:11689:11695 Putnam Lacombe, Alberta +0.272363 aapg_ac_335.html aapg_ac_335.html:478:46128:46143 Woodford Oklahoma City +0.255892 aapg_ai_764.html aapg_ai_764.html:103:12111:12124 Montoya Texas +0.245024 geology_html_5923102855 geology_html_5923102855:11:613:621 Colorado Denver +0.49504 sedimentology_html_2017646131 sedimentology_html_2017646131:971:75944:75953 Sheffield Sheffield station +0.482377 gsa_html_2794002141 gsa_html_2794002141:1382:72718:72724 Jordan Nazca +0.488 aapg_ai_583.html aapg_ai_583.html:320:38326:38346 Chugwater Spearfish, South Dakota +0.48974 aapg_ad_683.html aapg_ad_683.html:844:81468:81474 Toroweap Coconino County, Arizona +0.506708 sedimentology_html_8825857659 sedimentology_html_8825857659:997:70063:70071 Columbia Orinoco +0.259038 cspg_html_7086880709 cspg_html_7086880709:390:51901:51925 Sulphur Point Great Slave Lake +0.25544 sedimentology_html_1118170610 sedimentology_html_1118170610:1000:65094:65101 Oceanic Cleveland +0.25704 palaios_html_3415407632 palaios_html_3415407632:245:23889:23901 Saskatchewan Winnipeg +0.479655 aapg_ai_491.html aapg_ai_491.html:21:4161:4169 Colorado Montrose, Houston +0.241868 aapg_ac_439.html aapg_ac_439.html:9:1290:1298 Colorado Denver +0.261522 aapg_ai_603.html aapg_ai_603.html:54:5768:5787 Green River Flagstaff, Arizona +0.240578 cspg_html_8739892219 cspg_html_8739892219:276:43292:43298 Sustut Victoria, British Columbia +0.684285 aapg_ad_338.html aapg_ad_338.html:62:7933:7940 Magothy Closter, New Jersey +0.249194 aapg_ai_28.html aapg_ai_28.html:439:41893:41910 Lagarto Hidalgo County, New Mexico +0.25578 gsa_html_1616304153 gsa_html_1616304153:756:69396:69410 Glasford Wedron, Illinois +0.25039 aapg_ae_181.html aapg_ae_181.html:94:13007:13018 Coffee Knoxville, Tennessee +0.247494 aapg_ad_351.html aapg_ad_351.html:855:77774:77790 Keokuk Missouri River +0.49266 cspg_html_4270552951 cspg_html_4270552951:192:27599:27604 Favel Niobrara, Nebraska +0.25641 aapg_aa_647.html aapg_aa_647.html:479:43450:43459 Tuscarora Chesapeake Bay +0.50505 gsa_html_5274400800 gsa_html_5274400800:578:47185:47203 Monterey Compton, California +0.420553 cspg_html_7182873498 cspg_html_7182873498:27:5129:5135 Guelph Salina, Kansas +0.25047 aapg_af_154.html aapg_af_154.html:11:945:953 Saratoga Beaumont, Texas +0.264668 aapg_ae_182.html aapg_ae_182.html:79:8524:8534 Fort Worth Cotton Valley, Louisiana +0.397392 aapg_ae_147.html aapg_ae_147.html:173:19565:19581 Pico South Mountains (Arizona) +0.2574 cspg_html_7675189126 cspg_html_7675189126:426:51635:51643 Columbia Victoria, British Columbia +0.489765 aapg_ac_590.html aapg_ac_590.html:100:13011:13015 Baca El Capitan +0.519246 aapg_ac_333.html aapg_ac_333.html:1130:134492:134512 San Andres Kaibab, Arizona +0.233815 aapg_af_750.html aapg_af_750.html:177:23885:23890 Viola Salina, Kansas +0.254007 cspg_html_9228109535 cspg_html_9228109535:10:1124:1139 Alexo Rocky Mountains +0.495803 aapg_ah_659.html aapg_ah_659.html:9:1720:1741 Green River Uinta Mountains +0.251988 sedimentology_html_9235431825 sedimentology_html_9235431825:531:37454:37458 Dyer Plymouth, Massachusetts +0.48724 aapg_ae_581.html aapg_ae_581.html:53:6500:6514 Claggett Ardmore, Pennsylvania +0.490974 gsa_html_6674958702 gsa_html_6674958702:60:4115:4143 Green River Colorado +0.25908 cspg_html_2083142494 cspg_html_2083142494:84:11164:11185 Memramcook Hillsborough, California +0.493296 gsa_html_5879695606 gsa_html_5879695606:1203:77505:77533 Green River Colorado +0.2424 cspg_html_2184091860 cspg_html_2184091860:738:65220:65257 Ellenburger Dolomite West, Texas +0.525532 aapg_ah_217.html aapg_ah_217.html:189:22753:22787 Beekmantown Southampton Township, Bedford County, Pennsylvania +0.264668 aapg_ae_55.html aapg_ae_55.html:55:6701:6731 Jupiter Anticosti Island +0.472192 aapg_af_854.html aapg_af_854.html:258:32517:32527 Kinderhook Burlington, Ontario +0.490049 aapg_ai_278.html aapg_ai_278.html:776:94186:94205 Card Sound Dolomite Nassau, Bahamas +0.2435 aapg_ai_158.html aapg_ai_158.html:629:60149:60154 Yukon Anchorage, Alaska +0.248776 aapg_ad_803.html aapg_ad_803.html:57:5279:5286 Warsaw Burlington, Ontario +0.276962 gsa_html_8951179545 gsa_html_8951179545:35:2470:2482 Wilcox Texas +0.693182 aapg_ae_681.html aapg_ae_681.html:55:7359:7375 Werner Alabama +0.873288 aapg_ah_856.html aapg_ah_856.html:41:6754:6769 Macal Belize +0.245616 aapg_aa_416.html aapg_aa_416.html:160:20781:20793 Saskatchewan Lacombe, Alberta +0.272363 cspg_html_4699684578 cspg_html_4699684578:321:38391:38411 Mount Hawk Lacombe, Alberta +0.495759 aapg_ah_543.html aapg_ah_543.html:52:4987:4996 San Diego San Francisco +0.262314 palaios_html_3112927242 palaios_html_3112927242:30:2567:2601 Juniata Pennsylvania +0.250745 cspg_html_3328007773 cspg_html_3328007773:9:775:781 Viking Colorado +0.244524 jgeology_html_1103778655 jgeology_html_1103778655:766:48447:48453 Menard Natland +0.49646 aapg_ac_649.html aapg_ac_649.html:58:5791:5801 Washington Israel +0.261612 cspg_html_9768299963 cspg_html_9768299963:339:34247:34263 Horseshoe Canyon Lacombe, Alberta +0.279792 gsa_html_7102550258 gsa_html_7102550258:199:19827:19845 Morrison Chinle Formation +0.495876 aapg_ad_338.html aapg_ad_338.html:8:1321:1328 Raritan Bass River Township, New Jersey +0.265225 cspg_html_9957758447 cspg_html_9957758447:253:36407:36422 Nisku Regina, Saskatchewan +0.280891 jgeology_html_9867650961 jgeology_html_9867650961:336:24498:24516 Morrison Anchorage, Alaska +0.250498 AMJC_html_5516451353 AMJC_html_5516451353:318:33225:33242 Massabesic Gneiss Cambridge, Massachusetts +0.263133 cspg_html_7135913551 cspg_html_7135913551:225:20049:20054 Lance Cheyenne, Wyoming +0.269312 cspg_html_3618628685 cspg_html_3618628685:258:30885:30903 Belly River Milk River, Alberta +0.262524 aapg_ac_835.html aapg_ac_835.html:1064:154730:154740 Phosphoria Worland, Wyoming +0.482304 aapg_ae_658.html aapg_ae_658.html:207:25980:26001 Green River Cheyenne, Wyoming +0.480681 aapg_ai_459.html aapg_ai_459.html:165:16649:16655 Wilcox Kiowa County, Colorado +0.468806 gsa_html_1549665076 gsa_html_1549665076:708:63849:63866 White Rock New Mexico +0.252928 palaios_html_3232474978 palaios_html_3232474978:771:63276:63285 Franconia Germany +0.252928 palaios_html_6100595217 palaios_html_6100595217:729:72102:72114 Gosport Sand Alabama +0.257484 jgeology_html_8355852976 jgeology_html_8355852976:177:11827:11835 Colorado Pueblo, Colorado +0.267534 aapg_ai_694.html aapg_ai_694.html:8:1252:1261 Ingleside Beaumont, Texas +0.258462 cspg_html_9717154602 cspg_html_9717154602:472:54779:54786 Bearpaw Bow River +0.249498 sedimentology_html_6045439055 sedimentology_html_6045439055:370:24984:24993 Gibraltar Morocco +0.2595 aapg_ac_215.html aapg_ac_215.html:352:27681:27687 Denver Colorado +0.262546 aapg_ac_910.html aapg_ac_910.html:430:35320:35326 Sierra Mexico +0.48828 aapg_af_625.html aapg_af_625.html:810:81262:81268 Salina Ohio +0.256452 sedimentology_html_6758585724 sedimentology_html_6758585724:1328:88619:88662 Prairie Canada +0.48096 palaios_html_6496160433 palaios_html_6496160433:54:7628:7658 El Paso New Mexico +0.49408 cspg_html_8740534160 cspg_html_8740534160:199:25743:25758 Eager Purcell Mountains +0.465432 aapg_ad_94.html aapg_ad_94.html:22:2124:2139 Gloucester Ottawa, Kansas +0.48705 geology_html_8070421739 geology_html_8070421739:48:4857:4873 Widder Ontario, California +0.511445 aapg_ac_400.html aapg_ac_400.html:41:4454:4460 Pocono Greenbrier (Great Smoky Mountains) +0.486048 aapg_af_895.html aapg_af_895.html:262:23541:23569 Fountain Colorado +0.461496 gsa_html_1119256423 gsa_html_1119256423:599:54989:54997 Bellevue Iowa +0.470496 aapg_ad_466.html aapg_ad_466.html:964:104092:104103 Hornerstown Navesink River +0.49115 palaios_html_2621173808 palaios_html_2621173808:1299:121290:121313 Montney Lacombe, Alberta +0.485077 cspg_html_9771826320 cspg_html_9771826320:269:46073:46091 Reindeer Ellesmere Island +0.490496 cspg_html_9157093462 cspg_html_9157093462:30:5419:5427 Columbia Fulton, Missouri +0.48128 aapg_ae_73.html aapg_ae_73.html:779:103618:103626 Colorado Colorado +0.242039 geology_html_3492857668 geology_html_3492857668:14:627:658 Navajo Logan, Utah +0.261422 aapg_ad_154.html aapg_ad_154.html:236:30201:30218 Martinsburg Middle Ordovician +0.501557 sedimentology_html_7991621311 sedimentology_html_7991621311:1000:62935:62956 Green River Flint, Michigan +0.24651 aapg_ai_11.html aapg_ai_11.html:513:73502:73510 Colorado Cheyenne, Wyoming +0.499032 aapg_aa_302.html aapg_aa_302.html:43:5481:5495 Arcturus Reno, Nevada +0.247434 gsa_html_4828739821 gsa_html_4828739821:549:43770:43789 Sixtymile Western world +0.496244 cspg_html_7939613278 cspg_html_7939613278:78:9391:9402 Hare Indian Lacombe, Alberta +0.926334 cspg_html_5241714595 cspg_html_5241714595:204:31714:31742 Dawson Bay Lacombe, Alberta +0.252476 aapg_ac_400.html aapg_ac_400.html:298:35230:35238 Elk Randolph County, Indiana +0.49115 cspg_html_5295390542 cspg_html_5295390542:384:45495:45518 Doig Lacombe, Alberta +0.465689 aapg_af_897.html aapg_af_897.html:7:1022:1029 Hermosa Atoka, Oklahoma +0.26352 aapg_ad_1.html aapg_ad_1.html:45:4702:4709 Potsdam Pennsylvania +0.254976 sedimentology_html_9407647527 sedimentology_html_9407647527:165:13955:13965 Copenhagen Denmark +0.47167 aapg_ah_90.html aapg_ah_90.html:36:5594:5616 Burro Canyon Logan, Utah +0.503475 cspg_html_9912281240 cspg_html_9912281240:603:70166:70187 Belly River Lacombe, Alberta +0.255258 aapg_ac_70.html aapg_ac_70.html:473:54547:54551 Elko Reno, Nevada +0.244664 aapg_aa_635.html aapg_aa_635.html:655:66754:66762 Scotland England +0.248292 cspg_html_4555867289 cspg_html_4555867289:304:34208:34236 Smackover Texas +0.254015 jgeology_html_6595227218 jgeology_html_6595227218:144:5651:5657 Provo Carpathian Ruthenia +0.4615 cspg_html_2094634763 cspg_html_2094634763:16:1873:1892 Ellerslie Lacombe, Alberta +0.516924 sedimentology_html_9252655955 sedimentology_html_9252655955:1253:93708:93712 Hall London, Ontario +0.256011 aapg_ah_631.html aapg_ah_631.html:247:33365:33373 Michigan Illinois +0.247955 jgeology_html_2809998069 jgeology_html_2809998069:469:29806:29824 Wamsutta Cambridge, Massachusetts +0.245655 cspg_html_6715452766 cspg_html_6715452766:421:50917:50939 Eureka Sound Ellesmere Island +0.950525 aapg_ad_302.html aapg_ad_302.html:333:29886:29909 Brushy Canyon Delaware +0.249984 aapg_af_775.html aapg_af_775.html:341:23351:23357 Lissie Oakville, California +0.497373 gsa_html_4432793908 gsa_html_4432793908:684:75788:75808 Sheep Pass Sevier orogeny +0.88736 aapg_af_397.html aapg_af_397.html:423:49563:49578 Entrada Entrada Sandstone +0.2646 jgeology_html_1659592707 jgeology_html_1659592707:1147:63123:63136 Sandia New Mexico +0.255915 palaios_html_2847312584 palaios_html_2847312584:489:52835:52854 Fairview Cincinnati +0.265558 aapg_ac_841.html aapg_ac_841.html:594:65969:65986 Esquias Honduras +0.230204 cspg_html_9768299963 cspg_html_9768299963:167:18016:18034 Scollard Red Deer, Alberta +0.25235 aapg_ac_785.html aapg_ac_785.html:23:4626:4639 Barnett Texas +0.460078 aapg_af_663.html aapg_af_663.html:588:58321:58327 Pawnee Coal City, Illinois +0.491512 aapg_ae_443.html aapg_ae_443.html:323:27011:27016 Viola Kiowa County, Colorado +0.719868 aapg_ah_321.html aapg_ah_321.html:48:5394:5402 Maccrady Virginia +0.48151 aapg_ae_344.html aapg_ae_344.html:44:4991:5001 Tuscaloosa Paluxy, Texas +0.231345 aapg_af_654.html aapg_af_654.html:52:4990:5014 Choctawhatchee Melbourne, Florida +0.49632 aapg_ah_83.html aapg_ah_83.html:83:10925:10941 Dakota Boise, Idaho +0.46716 aapg_ae_255.html aapg_ae_255.html:135:16663:16673 Frio West Columbia, West Virginia +0.24696 aapg_ac_944.html aapg_ac_944.html:3:173:211 Arroyo New Mexico +0.2597 cspg_html_2758185645 cspg_html_2758185645:20:2961:2973 Rundle Lacombe, Alberta +0.238896 aapg_ae_29.html aapg_ae_29.html:707:66380:66389 Tuscarora Juniata County School District +0.250712 gsa_html_8236729701 gsa_html_8236729701:16:988:996 Columbia Victoria, British Columbia +0.485648 gsa_html_1355236849 gsa_html_1355236849:1111:100710:100738 Green River Colorado +0.253935 aapg_af_436.html aapg_af_436.html:202:23075:23083 Virginia Washington (state) +0.476451 aapg_ad_430.html aapg_ad_430.html:115:8347:8370 Cotton Valley Union Parish, Louisiana +0.498355 aapg_ah_972.html aapg_ah_972.html:3:161:174 Jackson Texas +0.260051 aapg_ae_961.html aapg_ae_961.html:158:11432:11439 Manitou Manitoba +0.806344 aapg_ae_863.html aapg_ae_863.html:594:68229:68238 Calabasas Los Angeles +0.472264 aapg_ac_53.html aapg_ac_53.html:292:27222:27234 Rhode Island Middletown, Connecticut +0.272475 aapg_ah_234.html aapg_ah_234.html:218:23822:23844 Reforma Campeche, Campeche +0.504504 cspg_html_9735723617 cspg_html_9735723617:2795:228649:228668 Griper Bay District Council of Franklin Harbour +0.239057 geology_html_1156739260 geology_html_1156739260:456:25649:25652 Rye Netherlands +0.252506 sedimentology_html_8989921425 sedimentology_html_8989921425:1434:121354:121390 Protection Washington (state) +0.48316 gsa_html_9457387752 gsa_html_9457387752:813:70147:70164 Wilhite Ohio +0.462768 gsa_html_9687474095 gsa_html_9687474095:1005:87540:87547 Madison Chile +0.485648 gsa_html_1712284048 gsa_html_1712284048:54:3479:3507 Green River Colorado +0.458752 sedimentology_html_5673709888 sedimentology_html_5673709888:331:30048:30062 Hawthorn Iowa +0.255 aapg_aa_962.html aapg_aa_962.html:191:19908:19919 Black River Mississippi River +0.22834 gsa_html_9188280697 gsa_html_9188280697:815:66873:66879 Denver Pakistan +0.235368 cspg_html_7325522863 cspg_html_7325522863:181:28120:28148 Athabasca Great Slave Lake +0.243867 geology_html_4052445617 geology_html_4052445617:340:24248:24256 Columbia Victoria, British Columbia +0.50882 cspg_html_1498300615 cspg_html_1498300615:103:13088:13117 Waterways Lacombe, Alberta +0.250805 cspg_html_2838996125 cspg_html_2838996125:167:30324:30342 Ramparts Mackenzie River +0.486758 palaios_html_9175777378 palaios_html_9175777378:640:61270:61287 Verulam Ontario, California +0.24735 gsa_html_5516803566 gsa_html_5516803566:187:14217:14231 Big Fork Chert Arkansas +0.255524 palaios_html_4782349341 palaios_html_4782349341:670:58260:58268 Scotland London, Ontario +0.255972 aapg_ai_28.html aapg_ai_28.html:821:77957:77975 Lagarto Oakville, California +0.4826 aapg_ac_491.html aapg_ac_491.html:207:36271:36281 Copenhagen Denmark +0.51507 aapg_ah_131.html aapg_ah_131.html:17:1593:1601 Woodbine Paluxy, Texas +0.272544 aapg_af_375.html aapg_af_375.html:322:31670:31678 Woodford California +0.247883 cspg_html_8840748783 cspg_html_8840748783:731:83806:83824 Kaskapau Lacombe, Alberta +0.272475 cspg_html_9354781888 cspg_html_9354781888:357:36508:36530 Charlie Lake Victoria, British Columbia +0.262644 sedimentology_html_6315461608 sedimentology_html_6315461608:102:11852:11861 Sheffield England +0.519958 aapg_ae_344.html aapg_ae_344.html:129:12574:12580 Paluxy Tuscaloosa, Alabama +0.480256 aapg_ac_251.html aapg_ac_251.html:472:54556:54564 Weverton Maryland +0.25654 aapg_af_291.html aapg_af_291.html:57:7849:7857 Lisburne North Slope Borough, Alaska +0.257045 sedimentology_html_7652385579 sedimentology_html_7652385579:419:39410:39416 Guelph Canada +0.511104 aapg_af_542.html aapg_af_542.html:405:41823:41835 Wilcox Gulf Coast of the United States +0.267804 cspg_html_3012058617 cspg_html_3012058617:276:32992:32997 Price Lacombe, Alberta +0.271117 aapg_ae_305.html aapg_ae_305.html:85:11899:11905 Sierra Lake Maracaibo +0.267064 aapg_ad_855.html aapg_ad_855.html:247:25075:25083 Woodbine Woods County, Oklahoma +0.48672 palaios_html_9507397379 palaios_html_9507397379:184:19338:19348 Washington Reno, Nevada +0.46752 cspg_html_8369994160 cspg_html_8369994160:36:3529:3546 Bluesky Elkton, Kentucky +0.461676 aapg_ah_647.html aapg_ah_647.html:22:2226:2236 Naco Colina, Chile +0.454371 gsa_html_1024107776 gsa_html_1024107776:935:95520:95528 Virginia Bluefield, West Virginia +0.271852 aapg_ae_961.html aapg_ae_961.html:429:36301:36315 Sentinel Butte White River (Washington) +0.264052 AMJC_html_1767296229 AMJC_html_1767296229:647:64615:64637 Fisset Brook Cape Breton Island +0.306111 cspg_html_2769629211 cspg_html_2769629211:115:13939:13959 Horn River Richmond, California +0.506538 cspg_html_8568877195 cspg_html_8568877195:55:9332:9343 Belly River Lacombe, Alberta +0.823424 cspg_html_4796942391 cspg_html_4796942391:417:47824:47842 Dunvegan Western Canadian Sedimentary Basin +0.468224 cspg_html_6736202792 cspg_html_6736202792:107:14528:14547 Waterways Lacombe, Alberta +0.46872 aapg_ad_379.html aapg_ad_379.html:405:35463:35486 State Bridge Logan, Utah +0.487104 aapg_ae_370.html aapg_ae_370.html:329:29559:29581 Cowlitz Cowlitz River +0.451242 aapg_aa_991.html aapg_aa_991.html:116:13764:13774 Reforma McAllen, Texas +0.388286 cspg_html_7881580279 cspg_html_7881580279:75:10864:10880 Plattin Missouri River +0.48545 aapg_ae_392.html aapg_ae_392.html:83:7139:7159 Moorefield Batesville, Arkansas +0.265161 aapg_ai_152.html aapg_ai_152.html:31:3025:3035 Las Animas Colorado +0.46222 gsa_html_3484366946 gsa_html_3484366946:1006:98843:98859 Conception Earth +0.46435 aapg_af_264.html aapg_af_264.html:54:7939:7948 Cold Lake Saudi Arabia +0.472688 AMJC_html_5969956211 AMJC_html_5969956211:1106:152413:152419 Oregon Boise, Idaho +0.259077 cspg_html_6758809287 cspg_html_6758809287:6:312:358 Halfway Lacombe, Alberta +0.269361 aapg_ai_491.html aapg_ai_491.html:577:68043:68051 Colorado Brill +0.250745 aapg_ae_113.html aapg_ae_113.html:95:12552:12572 Peel Western world +0.263153 aapg_af_143.html aapg_af_143.html:623:56236:56250 China Mountain Elk River, Minnesota +0.272688 aapg_ah_378.html aapg_ah_378.html:274:25694:25716 Seven Rivers New Mexico +0.41055 aapg_ac_941.html aapg_ac_941.html:375:25414:25435 Green River Logan, Utah +0.258856 cspg_html_4859889874 cspg_html_4859889874:426:46022:46044 Judith River Lacombe, Alberta +0.244856 aapg_af_579.html aapg_af_579.html:161:16850:16858 Colorado Entrada Sandstone +0.431892 aapg_ad_564.html aapg_ad_564.html:799:80823:80850 Barnett Wise County, Virginia +0.236769 aapg_ad_2.html aapg_ad_2.html:716:102473:102490 Potsdam Adirondack Park +0.471056 aapg_aa_830.html aapg_aa_830.html:34:4756:4764 Virginia Ohio +0.484059 gsa_html_4719798013 gsa_html_4719798013:282:27524:27549 Blackwater Draw Muleshoe National Wildlife Refuge +0.513135 aapg_ai_49.html aapg_ai_49.html:810:102799:102811 Dakota Colorado +0.255009 aapg_ai_722.html aapg_ai_722.html:452:46145:46153 Michigan Illinois +0.266352 aapg_ah_415.html aapg_ah_415.html:3:176:190 Colorado Bow River +0.478 cspg_html_5220068638 cspg_html_5220068638:127:16238:16255 Wapiabi Lacombe, Alberta +0.690232 aapg_ac_687.html aapg_ac_687.html:94:9657:9667 Phosphoria Powder River (Montana) +0.2601 aapg_ac_126.html aapg_ac_126.html:206:30773:30780 Bossier Bossier City, Louisiana +0.490049 aapg_aa_702.html aapg_aa_702.html:1402:142998:143004 Denver Colorado +0.46452 aapg_ac_486.html aapg_ac_486.html:10:1645:1651 Denver Colorado +0.499552 aapg_ah_665.html aapg_ah_665.html:4:486:513 Prospect Middle East +0.432615 aapg_af_97.html aapg_af_97.html:104:12899:12906 Madison Decatur County, Georgia +0.497789 palaios_html_9205440503 palaios_html_9205440503:662:67277:67281 Wise Antarctica +0.504088 aapg_ah_659.html aapg_ah_659.html:5:902:923 Green River Colorado +0.482092 sedimentology_html_3063208535 sedimentology_html_3063208535:2254:175024:175034 Rio Grande New Mexico +0.262944 aapg_ah_157.html aapg_ah_157.html:147:19365:19382 Potsdam Middle East +0.493268 aapg_ai_951.html aapg_ai_951.html:98:14526:14543 Sadlerochit Prudhoe Bay Oil Field +0.686616 geology_html_9210804293 geology_html_9210804293:332:24920:24952 Thaynes Logan, Utah +0.24108 geology_html_9568100915 geology_html_9568100915:171:17878:17888 Sunderland Cambridge, Massachusetts +0.471441 aapg_af_3.html aapg_af_3.html:79:7884:7899 Supai Arizona +0.47785 aapg_ac_22.html aapg_ac_22.html:9:1142:1155 Cotton Valley Mississippi River +0.252494 aapg_ai_288.html aapg_ai_288.html:69:12465:12483 San Onofre Breccia San Onofre Nuclear Generating Station +0.23862 aapg_ac_720.html aapg_ac_720.html:22:2953:2962 New Egypt Mullica Hill, New Jersey +0.230874 gsa_html_4650354985 gsa_html_4650354985:179:15686:15694 San Luis Sangre de Cristo Range +0.247374 cspg_html_4298557570 cspg_html_4298557570:803:68878:68896 Edmonton Canada +0.257943 aapg_ae_54.html aapg_ae_54.html:68:8959:8968 Rio Negro San Carlos City, Pangasinan +0.24304 gsa_html_2220556952 gsa_html_2220556952:799:92353:92372 Pansy Lee Conglomerate Reno, Nevada +0.244184 aapg_af_539.html aapg_af_539.html:165:16710:16714 Kent North Sea oil +0.48204 aapg_ae_391.html aapg_ae_391.html:133:11791:11798 Rustler Carlsbad, New Mexico +0.475449 cspg_html_6116883777 cspg_html_6116883777:710:92513:92544 Barlow Inlet Little Cornwallis Island +0.232794 geology_html_5584127122 geology_html_5584127122:12:582:588 Denver Colorado +0.226962 gsa_html_7199417381 gsa_html_7199417381:637:66132:66147 Arikaree Nebraska +0.474892 aapg_ai_774.html aapg_ai_774.html:12:1321:1339 Detroit River Michigan +0.47528 aapg_aa_730.html aapg_aa_730.html:333:34682:34694 Wilcox Texas +0.252 cspg_html_8920292895 cspg_html_8920292895:1072:110367:110374 El Paso El Paso, Texas +0.257176 aapg_ae_473.html aapg_ae_473.html:399:36991:37001 Tallahatta Winona, Mississippi +0.482532 aapg_af_854.html aapg_af_854.html:1213:172028:172049 Leitchfield Kentucky +0.262474 aapg_ae_62.html aapg_ae_62.html:303:26068:26080 Dakota Fall River, Nova Scotia +0.248901 aapg_ah_686.html aapg_ah_686.html:504:73073:73093 Kanayut Conglomerate Anchorage, Alaska +0.4865 cspg_html_8964522233 cspg_html_8964522233:64:7834:7853 Tahkandit Anchorage, Alaska +0.252476 cspg_html_7817594878 cspg_html_7817594878:411:58446:58480 Kootenay Lacombe, Alberta +0.262656 aapg_aa_626.html aapg_aa_626.html:25:3349:3362 Potomac Raritan River +0.495726 aapg_aa_544.html aapg_aa_544.html:249:33547:33555 Frontier Cheyenne, Wyoming +0.359893 aapg_ac_14.html aapg_ac_14.html:55:4493:4499 Dakota San Juan, Argentina +0.486213 cspg_html_2419618566 cspg_html_2419618566:617:84376:84382 Antler Canada +0.23952 sedimentology_html_6577177005 sedimentology_html_6577177005:46:3935:3940 Cadiz Gibraltar +0.242928 aapg_aa_734.html aapg_aa_734.html:139:14153:14161 Caballos Texas +0.474012 aapg_ad_865.html aapg_ad_865.html:380:37586:37594 Rockwood Ouray, Colorado +0.25806 cspg_html_6927586285 cspg_html_6927586285:529:63324:63332 Columbia Victoria, British Columbia +0.263682 aapg_ae_663.html aapg_ae_663.html:69:9002:9017 Sespe Simi Valley, California +0.241906 cspg_html_9735723617 cspg_html_9735723617:613:72600:72618 Imperial Banks Island +0.241032 jgeology_html_4305195651 jgeology_html_4305195651:2950:205891:205899 Scranton Pocono Raceway +0.23958 aapg_ae_656.html aapg_ae_656.html:157:18487:18495 Petaluma Sonoma County, California +0.28785 aapg_ad_267.html aapg_ad_267.html:5:693:711 Cotton Valley Shreveport, Louisiana +0.486675 gsa_html_4339524478 gsa_html_4339524478:1041:95657:95667 Washington Blue Mountains (Oregon) +0.4712 AMJC_html_5421639085 AMJC_html_5421639085:689:67964:67982 Quantico Virginia +0.489538 cspg_html_3850954719 cspg_html_3850954719:292:38436:38453 Muskiki Southeast Asia +0.471416 aapg_af_16.html aapg_af_16.html:97:11293:11301 Frontier Cheyenne, Wyoming +0.916794 cspg_html_7544078524 cspg_html_7544078524:252:33792:33807 Leduc Lacombe, Alberta +0.48925 aapg_ah_295.html aapg_ah_295.html:97:15378:15398 Cool Creek Wisconsin +0.261072 palaios_html_3105248303 palaios_html_3105248303:600:59749:59763 Point Pleasant Fulton, Missouri +0.498847 aapg_ae_235.html aapg_ae_235.html:133:16554:16562 Columbia Maryland +0.24144 cspg_html_4812473779 cspg_html_4812473779:1057:122572:122587 Sekwi Canada +0.487494 gsa_html_4453142877 gsa_html_4453142877:634:65209:65237 Green River Colorado +0.500906 aapg_ai_654.html aapg_ai_654.html:251:36467:36488 Lodgepole Williston Basin +0.262128 cspg_html_9725676031 cspg_html_9725676031:112:17965:17976 Peace River Victoria, British Columbia +0.10615 aapg_ad_564.html aapg_ad_564.html:3980:309546:309557 Mowry Powder River Basin +0.661287 palaios_html_6100595217 palaios_html_6100595217:116:13937:13958 Moodys Branch Lisbon +0.508592 gsa_html_6194837075 gsa_html_6194837075:319:22606:22610 Buda Texas +0.494088 aapg_ac_870.html aapg_ac_870.html:565:61650:61675 Bowen Gold Coast, Queensland +0.487705 cspg_html_9717154602 cspg_html_9717154602:27:4485:4492 Bearpaw Lacombe, Alberta +0.483678 cspg_html_1503116552 cspg_html_1503116552:1098:165401:165427 Beaverhill Swan Hill, Victoria +0.508356 aapg_ae_45.html aapg_ae_45.html:769:76414:76434 Smackover Haynesville, Louisiana +0.477954 aapg_ad_871.html aapg_ad_871.html:197:21126:21139 Lake Michigan Cheboygan County Airport +0.508028 aapg_ak_97.html aapg_ak_97.html:102:10636:10667 Red Mountain Alabama +0.272384 aapg_af_86.html aapg_af_86.html:437:28148:28164 Salina Ontario, California +0.251392 aapg_ah_677.html aapg_ah_677.html:270:29449:29463 Nonesuch Michigan +0.483328 aapg_ad_367.html aapg_ad_367.html:383:37471:37479 Palliser Medicine Lake, Minnesota +0.266247 sedimentology_html_9633870681 sedimentology_html_9633870681:203:16681:16697 Lance Cheyenne, Wyoming +0.819624 cspg_html_8145657505 cspg_html_8145657505:193:28491:28511 Swan Hills Pine Brook, New Jersey +0.26724 gsa_html_8030464622 gsa_html_8030464622:718:76256:76265 Red River Earth +0.263971 aapg_af_667.html aapg_af_667.html:62:6596:6612 Salado Salado, Texas +0.470736 aapg_ah_378.html aapg_ah_378.html:163:15890:15903 Comanche Peak Edwards Plateau +0.26676 aapg_af_416.html aapg_af_416.html:146:18531:18540 Spearfish Canada +0.240099 aapg_af_291.html aapg_af_291.html:138:17414:17422 Kekiktuk Prudhoe Bay Oil Field +0.274794 aapg_ac_688.html aapg_ac_688.html:9:1153:1170 Paradox San Fernando Valley +0.482463 cspg_html_1222040397 cspg_html_1222040397:573:74948:74970 Mount Wilson Rocky Mountains +0.27713 cspg_html_2820961138 cspg_html_2820961138:604:62331:62348 Cardium Lacombe, Alberta +0.504666 aapg_ai_854.html aapg_ai_854.html:154:24055:24082 Duvernay Canada +0.496228 gsa_html_9221384561 gsa_html_9221384561:981:97653:97681 Green River Colorado +0.491967 aapg_ad_337.html aapg_ad_337.html:305:33956:33961 Sespe Huntington Beach, California +0.25948 cspg_html_1841843683 cspg_html_1841843683:70:11605:11612 Rierdon Cheyenne, Wyoming +0.47619 AMJC_html_8303556104 AMJC_html_8303556104:227:30474:30525 Forest Cleveland +0.480168 aapg_ae_235.html aapg_ae_235.html:396:42301:42309 Columbia Columbia District +0.501723 aapg_ai_364.html aapg_ai_364.html:76:9521:9530 Stonewall Hartshorne, Oklahoma +0.245616 cspg_html_9516677253 cspg_html_9516677253:240:30427:30444 Cardium Lacombe, Alberta +0.494429 aapg_ae_123.html aapg_ae_123.html:113:9437:9470 Syracuse Schuyler County, Illinois +0.48514 geology_html_1687980632 geology_html_1687980632:288:21949:21959 Washington Seattle +0.251715 sedimentology_html_2252089833 sedimentology_html_2252089833:416:34829:34868 Bruce Perth, Western Australia +0.271872 aapg_aa_351.html aapg_aa_351.html:137:13496:13502 Wilcox Tahlequah, Oklahoma +0.473616 palaios_html_2449649505 palaios_html_2449649505:391:42699:42730 Willwood Kayenta, Arizona +0.48464 aapg_ae_369.html aapg_ae_369.html:60:7114:7134 Tuscaloosa Alabama +0.49987 aapg_ad_659.html aapg_ad_659.html:265:36568:36589 Jacobsville Michigan +0.494172 gsa_html_9778794100 gsa_html_9778794100:29:2796:2824 Green River Colorado +0.493136 gsa_html_1190215699 gsa_html_1190215699:132:9959:9987 Green River Colorado +0.270396 aapg_ah_376.html aapg_ah_376.html:16:1648:1656 Colorado Denver +0.366786 aapg_ad_696.html aapg_ad_696.html:203:20051:20063 Sparta East Texas +0.485706 gsa_html_2005293978 gsa_html_2005293978:1097:81278:81291 Potomac Delmarva Peninsula +0.267963 cspg_html_9485413283 cspg_html_9485413283:518:57528:57537 Mackenzie Victoria, British Columbia +0.25602 cspg_html_3740794265 cspg_html_3740794265:76:8964:8971 Bluesky Victoria, British Columbia +0.1812 aapg_ai_583.html aapg_ai_583.html:438:54977:54982 Swift Black Hills +0.514892 gsa_html_1759562042 gsa_html_1759562042:56:5792:5809 Entrada Logan, Utah +0.921536 aapg_ac_575.html aapg_ac_575.html:77:11880:11888 Dinwoody Logan, Utah +0.245009 aapg_aa_986.html aapg_aa_986.html:200:16015:16039 Viola Lake City, Florida +0.260338 aapg_ac_19.html aapg_ac_19.html:108:8809:8815 Paluxy County Sligo +0.496356 aapg_ac_681.html aapg_ac_681.html:207:18600:18612 Wilcox Murray, Kentucky +0.360096 sedimentology_html_9919870433 sedimentology_html_9919870433:1075:71570:71586 Carmel Colorado Plateau +0.4959 aapg_ad_812.html aapg_ad_812.html:62:8105:8122 Entrada New Mexico +0.477225 cspg_html_4433937749 cspg_html_4433937749:78:11521:11537 Swan River Lacombe, Alberta +0.511974 aapg_af_292.html aapg_af_292.html:151:19109:19129 Arroyo New Mexico +0.483585 cspg_html_1503116552 cspg_html_1503116552:1606:238655:238675 Swan Hills Lacombe, Alberta +0.51761 aapg_af_26.html aapg_af_26.html:3:184:208 Spencer Salem, Oregon +0.262654 aapg_aa_960.html aapg_aa_960.html:280:22891:22898 Wingate New Mexico +0.4743 aapg_aa_739.html aapg_aa_739.html:8:1265:1295 Nopah Great Basin +0.265684 aapg_ai_594.html aapg_ai_594.html:280:29697:29704 Manitou Fremont, California +0.477084 aapg_ah_95.html aapg_ah_95.html:41:4649:4669 Rainvalley Arizona +0.240075 cspg_html_1462870252 cspg_html_1462870252:5:225:264 Sulphur Point Lacombe, Alberta +0.257623 aapg_ai_28.html aapg_ai_28.html:277:26318:26324 Laredo Nueces County, Texas +0.505824 aapg_af_218.html aapg_af_218.html:118:12465:12473 Monterey Monterey, California +0.262144 gsa_html_6426465509 gsa_html_6426465509:609:51660:51670 Washington Seattle +0.240588 gsa_html_7642385160 gsa_html_7642385160:524:60195:60203 Virginia Norfolk, Virginia +0.506476 sedimentology_html_3458220619 sedimentology_html_3458220619:249:19692:19696 Java Sumatra +0.250857 aapg_af_150.html aapg_af_150.html:78:7457:7479 Schuler Shreveport, Louisiana +0.476451 aapg_ah_182.html aapg_ah_182.html:127:13205:13216 Jacksonburg Martinsburg, Nebraska +0.510504 aapg_ae_70.html aapg_ae_70.html:124:14818:14830 Dakota Colorado +0.462 gsa_html_7020634397 gsa_html_7020634397:670:53281:53298 Tuttle Canada +0.484272 cspg_html_9119878068 cspg_html_9119878068:325:39745:39764 Waterways Swan Hill, Victoria +0.250428 AMJC_html_2648925619 AMJC_html_2648925619:1011:90674:90695 Waits River Bennington, Vermont +0.257839 cspg_html_8054926782 cspg_html_8054926782:151:22232:22256 Old Fort Lake Louise, Alberta +0.261085 palaios_html_3232474978 palaios_html_3232474978:263:29211:29225 Beaufort South Africa +0.256486 aapg_ai_364.html aapg_ai_364.html:47:6455:6465 Pottsville Allegheny Mountains +0.455749 aapg_ai_44.html aapg_ai_44.html:169:25413:25419 Sierra Barquisimeto +0.245967 gsa_html_2989317971 gsa_html_2989317971:1246:123177:123193 Valmy Reno, Nevada +0.492544 gsa_html_5346692053 gsa_html_5346692053:534:50389:50393 Hall London, Ontario +0.386038 aapg_aa_621.html aapg_aa_621.html:81:8790:8810 Meeteetse Boise, Idaho +0.254961 cspg_html_4516258038 cspg_html_4516258038:485:54395:54404 Hecla Bay Bathurst Island (Northern Territory) +0.496784 cspg_html_5538678223 cspg_html_5538678223:592:58511:58522 Peace River Victoria, British Columbia +0.518256 aapg_af_722.html aapg_af_722.html:282:26900:26910 San Miguel Darien, Georgia +0.2548 cspg_html_9142477479 cspg_html_9142477479:33:6400:6412 Mercer Kittanning, Pennsylvania +0.916386 aapg_ah_871.html aapg_ah_871.html:350:39185:39192 Pamelia Montreal +0.241077 aapg_ah_387.html aapg_ah_387.html:2447:264913:264922 Knoxville Mariposa, California +0.28122 aapg_ah_573.html aapg_ah_573.html:58:7695:7703 Catskill West Branch Susquehanna River +0.251472 cspg_html_2834693711 cspg_html_2834693711:386:53132:53150 Gabriola Galiano Island +0.253708 aapg_ah_412.html aapg_ah_412.html:349:30567:30574 Madison Lacombe, Alberta +0.659362 aapg_ak_87.html aapg_ak_87.html:86:13934:13953 Horquilla New Mexico +0.487227 AMJC_html_1882260638 AMJC_html_1882260638:13:545:556 Main Street Houston +0.451572 aapg_ac_13.html aapg_ac_13.html:34:3968:3972 Webb Las Animas County, Colorado +0.281637 cspg_html_1313584654 cspg_html_1313584654:252:33192:33197 Price Regina, Saskatchewan +0.487872 cspg_html_4319383223 cspg_html_4319383223:532:62267:62297 Doig Victoria, British Columbia +0.470869 cspg_html_1693073625 cspg_html_1693073625:15:1699:1708 Hay River Lacombe, Alberta +0.266255 gsa_html_1337782073 gsa_html_1337782073:64:5771:5793 Hampshire Littleton, Colorado +0.256 aapg_ac_333.html aapg_ac_333.html:351:45713:45717 Rico San Juan Mountains +0.469614 sedimentology_html_8918014440 sedimentology_html_8918014440:358:12705:12709 Hall London, Ontario +0.264192 aapg_ad_154.html aapg_ad_154.html:111:12296:12313 Salona Pennsylvania +0.485305 gsa_html_2605108986 gsa_html_2605108986:15:1061:1080 Matanuska Matanuska-Susitna Valley +0.245448 cspg_html_2372201862 cspg_html_2372201862:10:873:896 Grand Rapids Clearwater, Florida +0.26316 sedimentology_html_8941754323 sedimentology_html_8941754323:1186:49149:49166 Cardium Lacombe, Alberta +0.513086 aapg_ah_664.html aapg_ah_664.html:556:56172:56180 Columbia Victoria, British Columbia +0.516405 gsa_html_3151431803 gsa_html_3151431803:699:61459:61487 Green River Colorado +0.490269 jgeology_html_4692255628 jgeology_html_4692255628:432:30057:30065 Aguacate Caribbean +0.248292 aapg_ah_476.html aapg_ah_476.html:35:3904:3924 Wapanucka Atoka, Oklahoma +0.513864 aapg_ah_370.html aapg_ah_370.html:495:37348:37360 Norway Point Alpena County, Michigan +0.26355 aapg_ak_136.html aapg_ak_136.html:53:7424:7435 Mowry Cheyenne, Wyoming +0.487172 cspg_html_5515814749 cspg_html_5515814749:65:10034:10052 Eastend Lacombe, Alberta +0.492252 aapg_af_849.html aapg_af_849.html:24:3727:3745 Tensleep Larimer County, Colorado +0.264192 aapg_ad_351.html aapg_ad_351.html:525:45346:45365 Northview Sedalia, Missouri +0.4074 cspg_html_9768299963 cspg_html_9768299963:339:34268:34287 Scollard Lacombe, Alberta +0.497175 cspg_html_1732329534 cspg_html_1732329534:97:13959:13978 Paskapoo Red Deer, Alberta +0.255009 aapg_aa_426.html aapg_aa_426.html:224:50284:50294 Mooreville Selma to Montgomery marches +0.26622 cspg_html_8840748783 cspg_html_8840748783:594:74772:74790 Dunvegan Western Canadian Sedimentary Basin +0.257895 cspg_html_5807593737 cspg_html_5807593737:640:80528:80553 Beaverhill Lacombe, Alberta +0.387348 palaios_html_3751259297 palaios_html_3751259297:654:68902:68935 Bluefield Tallahassee, Florida +0.473879 aapg_ai_584.html aapg_ai_584.html:827:87765:87780 Casper Cheyenne, Wyoming +0.267288 geology_html_1122152336 geology_html_1122152336:298:24707:24713 Sierra San Juan, Argentina +0.257964 cspg_html_7330983978 cspg_html_7330983978:668:56016:56051 La Vieille New Brunswick, New Jersey +0.271955 aapg_ah_888.html aapg_ah_888.html:15:2134:2147 Barnett Montgomery (town), New York +0.49646 aapg_ae_415.html aapg_ae_415.html:878:109484:109496 Chickasawhay Flint River (Michigan) +0.268128 aapg_ae_921.html aapg_ae_921.html:384:32256:32274 Winnipeg Black Hills +0.24057 aapg_ah_387.html aapg_ah_387.html:85:13465:13493 Francisco San Francisco +0.482832 cspg_html_5198658336 cspg_html_5198658336:394:44601:44619 Scollard Calgary +0.244036 aapg_ah_901.html aapg_ah_901.html:218:39429:39443 Guayabo Western world +0.256542 cspg_html_9060847110 cspg_html_9060847110:558:72609:72634 Anguille Grand Lake, Colorado +0.234734 aapg_ad_169.html aapg_ad_169.html:358:42057:42076 Greenbrier Greenbrier (Great Smoky Mountains) +0.487944 geology_html_6536193862 geology_html_6536193862:161:13941:13948 Potomac Bass River Township, New Jersey +0.48546 geology_html_7066290984 geology_html_7066290984:11:475:485 Washington Seattle +0.252973 gsa_html_5854091649 gsa_html_5854091649:111:11078:11103 Navajo Kaibab Plateau +0.255024 aapg_aa_569.html aapg_aa_569.html:19:3683:3697 Point Pleasant Parkersburg, West Virginia +0.26052 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66126:66135 San Diego California +0.262728 aapg_ai_410.html aapg_ai_410.html:480:44358:44366 Fountain Pontotoc County, Mississippi +0.248472 cspg_html_3178645840 cspg_html_3178645840:332:43734:43754 Baldonnel Victoria, British Columbia +0.46563 gsa_html_8688253811 gsa_html_8688253811:388:28196:28204 Colorado Sudan +0.482377 gsa_html_9579641184 gsa_html_9579641184:16:738:748 Washington Washington (state) +0.238542 geology_html_8667067653 geology_html_8667067653:208:16509:16520 Santa Clara Ventura County, California +0.489294 cspg_html_5484260516 cspg_html_5484260516:105:12132:12148 Exshaw Crowsnest Pass, Alberta +0.473826 gsa_html_5107598462 gsa_html_5107598462:568:55018:55028 Waynesboro Salina, Kansas +0.247 aapg_af_635.html aapg_af_635.html:72:6794:6799 Joins England +0.2595 aapg_ae_161.html aapg_ae_161.html:174:19686:19699 Bearpaw Fort Union Trading Post National Historic Site +0.271582 aapg_ah_530.html aapg_ah_530.html:297:30528:30540 Sly Gap Alamogordo, New Mexico +0.253482 aapg_ad_168.html aapg_ad_168.html:703:71880:71885 Logan Canada +0.486213 aapg_ah_27.html aapg_ah_27.html:54:7445:7463 Barnett Fort Worth, Texas +0.362835 aapg_ae_407.html aapg_ae_407.html:53:5684:5706 Wapsipinicon Iowa +0.489204 gsa_html_8284969566 gsa_html_8284969566:743:60208:60214 Reston Virginia +0.475745 aapg_ah_329.html aapg_ah_329.html:99:10396:10403 Sisquoc Monterey, California +0.46648 aapg_ai_584.html aapg_ai_584.html:41:4326:4334 Fountain Hartville, Missouri +0.26355 aapg_ai_340.html aapg_ai_340.html:454:47215:47219 Cass Anchorage, Alaska +0.497354 aapg_aa_286.html aapg_aa_286.html:120:15862:15881 Lockatong Closter, New Jersey +0.497552 gsa_html_3818307499 gsa_html_3818307499:394:41245:41260 Nopah Mojave Desert +0.260896 aapg_ae_884.html aapg_ae_884.html:135:17443:17461 Niobrara Mancos, Colorado +0.799568 aapg_af_833.html aapg_af_833.html:505:55113:55121 Cloverly Greybull, Wyoming +0.259548 aapg_ad_369.html aapg_ad_369.html:22:2887:2901 Chadakoin Bradford, Pennsylvania +0.481536 cspg_html_8509913074 cspg_html_8509913074:486:62244:62266 Guelph Lockport (city), New York +0.49266 gsa_html_4108535696 gsa_html_4108535696:654:59169:59180 Main Street Texas +0.263165 cspg_html_5891044027 cspg_html_5891044027:312:60722:60740 Grinnell Purcell Mountains +0.235209 aapg_aa_749.html aapg_aa_749.html:11:489:497 Colorado Littleton, Colorado +0.493272 aapg_ae_319.html aapg_ae_319.html:467:38785:38799 Duchesne River Lake Fork (Texas) +0.252416 aapg_ac_20.html aapg_ac_20.html:77:7385:7389 Frio Brazoria County, Texas +0.518481 gsa_html_1643425974 gsa_html_1643425974:911:89370:89398 Green River Colorado +0.481076 palaios_html_2623118674 palaios_html_2623118674:788:84602:84612 North Horn North Horn Formation +0.259588 aapg_aa_419.html aapg_aa_419.html:619:55070:55078 Langford Launceston, Cornwall +0.25351 palaios_html_1803946422 palaios_html_1803946422:171:14535:14546 Bloomington Currie, Minnesota +0.258505 aapg_ae_391.html aapg_ae_391.html:325:29750:29767 Rustler Delaware +0.267426 geology_html_1378183813 geology_html_1378183813:12:508:520 Rhode Island Newport, Rhode Island +0.496584 gsa_html_1790318761 gsa_html_1790318761:470:39330:39348 John Day Salem, Oregon +0.48776 aapg_ai_107.html aapg_ai_107.html:84:7815:7824 Smackover Texas +0.24624 gsa_html_4675429437 gsa_html_4675429437:1267:87461:87471 San Felipe Mexico +0.24912 sedimentology_html_1046729113 sedimentology_html_1046729113:145:14986:15008 Shaftesbury Western world +0.26536 aapg_ac_563.html aapg_ac_563.html:318:44679:44684 Sligo Texas +0.509092 aapg_ac_719.html aapg_ac_719.html:178:21106:21114 Farisita Turkey Creek, Louisiana +0.48348 aapg_ad_921.html aapg_ad_921.html:8:1048:1056 Columbia Norwood, Massachusetts +0.491582 aapg_af_225.html aapg_af_225.html:20:2711:2720 Blackford Delaware +0.246012 jgeology_html_3924418909 jgeology_html_3924418909:566:49074:49099 Navajo Colorado +0.270884 aapg_ai_321.html aapg_ai_321.html:104:14103:14124 Sepur Guatemala +0.255016 gsa_html_6753732431 gsa_html_6753732431:631:59450:59481 Sespe California +0.260428 cspg_html_3854139935 cspg_html_3854139935:9:730:747 Pakowki Judith River Formation +0.254 sedimentology_html_9326831356 sedimentology_html_9326831356:234:27184:27202 Congaree Black Creek (Toronto) +0.273004 sedimentology_html_6517840970 sedimentology_html_6517840970:32:1922:1928 Moscow Russia +0.502425 aapg_ad_715.html aapg_ad_715.html:159:19087:19107 Stonewall Hartshorne, Oklahoma +0.371622 aapg_af_829.html aapg_af_829.html:14:892:914 Prairie Willow River, Minnesota +0.249975 cspg_html_7833083677 cspg_html_7833083677:2415:211567:211597 Kogruk Anchorage, Alaska +0.488448 AMJC_html_3770590633 AMJC_html_3770590633:982:109464:109470 Oxford Oman +0.486324 palaios_html_4588969442 palaios_html_4588969442:521:32542:32546 Bell Austin, Chicago +0.236662 aapg_aa_603.html aapg_aa_603.html:449:48173:48194 Fish Scales Lacombe, Alberta +0.48925 cspg_html_3734757529 cspg_html_3734757529:506:65536:65544 Columbia Victoria, British Columbia +0.2535 cspg_html_9174463232 cspg_html_9174463232:274:27347:27358 Peace River Lacombe, Alberta +0.270848 aapg_ac_575.html aapg_ac_575.html:488:72763:72783 Phosphoria Cheyenne, Wyoming +0.267534 aapg_ah_357.html aapg_ah_357.html:15:1874:1883 Catahoula Oakville, California +0.236192 jgeology_html_8355852976 jgeology_html_8355852976:108:6102:6110 Colorado Pueblo, Colorado +0.26235 aapg_ac_324.html aapg_ac_324.html:440:56680:56707 Prospect Great Basin +0.719868 aapg_ai_477.html aapg_ai_477.html:53:6867:6887 Kotaneelee Liard River, British Columbia +0.24647 cspg_html_5981094114 cspg_html_5981094114:44:6421:6431 Missisauga Logan Canyon +0.260099 geology_html_1603435388 geology_html_1603435388:36:3699:3720 North Mountain Basalt High Atlas +0.25959 gsa_html_4415818938 gsa_html_4415818938:22:730:736 Brazil Manaus +0.47383 aapg_aa_300.html aapg_aa_300.html:324:37188:37197 San Diego California +0.4794 sedimentology_html_6416259425 sedimentology_html_6416259425:821:69391:69411 Ellensburg Washington (state) +0.47874 cspg_html_6577476978 cspg_html_6577476978:422:47288:47296 Columbia Victoria, British Columbia +0.246909 cspg_html_2175627313 cspg_html_2175627313:33:4425:4442 Montney Lacombe, Alberta +0.252973 aapg_ai_159.html aapg_ai_159.html:219:25439:25456 La Boca Culebra, Puerto Rico +0.427648 aapg_ae_3.html aapg_ae_3.html:264:37724:37735 Lake Valley New Mexico +0.265144 aapg_ac_506.html aapg_ac_506.html:439:49484:49492 Virginia Virginia +0.45032 cspg_html_4799463481 cspg_html_4799463481:45:6754:6774 Bird Fiord Middle East +0.7983 gsa_html_1337782073 gsa_html_1337782073:58:5055:5068 Gile Mountain Quebec City +0.47142 aapg_ac_989.html aapg_ac_989.html:345:48005:48023 Fountain Cheyenne, Wyoming +0.461648 aapg_ai_583.html aapg_ai_583.html:95:13543:13551 Sundance Cheyenne, Wyoming +0.365512 aapg_ac_301.html aapg_ac_301.html:257:30944:30961 Laketown Dolomite Boise, Idaho +0.200896 aapg_ah_83.html aapg_ah_83.html:51:7108:7127 Lakota Powder River Basin +0.26571 palaios_html_3022467877 palaios_html_3022467877:633:59212:59234 Judith River Lacombe, Alberta +0.271245 aapg_aa_820.html aapg_aa_820.html:24:2046:2052 Brazil Manaus +0.257536 cspg_html_9330018201 cspg_html_9330018201:118:18394:18401 Windsor Elko, Nevada +0.486758 aapg_ae_474.html aapg_ae_474.html:1332:140782:140798 Bethel Bethel, Alaska +0.49469 cspg_html_5688447798 cspg_html_5688447798:203:26583:26594 Goose Fiord Ellesmere Island +0.259578 cspg_html_8789242291 cspg_html_8789242291:249:29463:29497 Kootenay Lacombe, Alberta +0.256522 aapg_ah_895.html aapg_ah_895.html:44:7303:7329 Horseshoe Canyon Canada +0.507416 aapg_ac_612.html aapg_ac_612.html:81:7895:7913 Fountain Colorado Springs, Colorado +0.27352 sedimentology_html_3952835805 sedimentology_html_3952835805:1140:69458:69479 Green River Cheyenne, Wyoming +0.251808 aapg_ai_241.html aapg_ai_241.html:89:10409:10430 Winnipeg Minot (Amtrak station) +0.49794 jgeology_html_6388378441 jgeology_html_6388378441:305:23139:23154 Berino New Mexico +0.485 aapg_ad_973.html aapg_ad_973.html:144:15698:15705 Yucatan Mississippi River +0.494362 gsa_html_5107598462 gsa_html_5107598462:304:26445:26451 Salina Salina, Kansas +0.489915 geology_html_2304390072 geology_html_2304390072:72:7278:7284 Provo Kastrup +0.27606 aapg_ad_801.html aapg_ad_801.html:100:11014:11024 Rio Grande Illinois +0.472725 cspg_html_7553438101 cspg_html_7553438101:17:1678:1686 Colorado New Mexico +0.243045 aapg_ac_575.html aapg_ac_575.html:215:35505:35524 Rock Springs Uinta Mountains +0.493218 gsa_html_3448554349 gsa_html_3448554349:279:25577:25597 Hampshire Catskill Mountains +0.252865 aapg_ai_356.html aapg_ai_356.html:139:14253:14267 Buda Buda, Texas +0.507675 aapg_ac_730.html aapg_ac_730.html:54:7770:7779 Mesaverde Mancos, Colorado +0.25146 aapg_ac_984.html aapg_ac_984.html:150:12702:12722 Ironton Illinois +0.281622 aapg_ac_703.html aapg_ac_703.html:164:18069:18086 Charles Williston, Vermont +0.256688 aapg_ah_423.html aapg_ah_423.html:65:5568:5584 Madison Lacombe, Alberta +0.470782 cspg_html_7093237629 cspg_html_7093237629:632:74462:74474 Golden Spike Saint Kitts and Nevis +0.491582 aapg_ad_466.html aapg_ad_466.html:954:102851:102859 Navesink Monmouth County, New Jersey +0.25305 cspg_html_6249234253 cspg_html_6249234253:1650:164834:164861 Cooking Lake Redwater, Texas +0.476146 aapg_ah_318.html aapg_ah_318.html:154:23765:23784 La Casita Mexico +0.512835 aapg_ad_39.html aapg_ad_39.html:55:4237:4245 Columbia Arkansas +0.41347 aapg_ae_461.html aapg_ae_461.html:83:13215:13223 Bellevue County Sligo +0.239598 gsa_html_1662492421 gsa_html_1662492421:740:63163:63172 San Diego California +0.882654 aapg_ah_766.html aapg_ah_766.html:120:12369:12380 San Ricardo Ventosa +0.703395 cspg_html_8145657505 cspg_html_8145657505:447:60504:60523 Smackover Alabama +0.260099 cspg_html_4812473779 cspg_html_4812473779:97:17412:17430 Black Cape Cape Cod +0.254448 cspg_html_9174463232 cspg_html_9174463232:211:21204:21224 Pine Point Great Slave Lake +0.260268 aapg_ae_873.html aapg_ae_873.html:728:84541:84549 Woodbine Rodessa, Louisiana +0.374405 aapg_ad_351.html aapg_ad_351.html:1154:92808:92828 Keokuk Iowa +0.457924 gsa_html_8319219146 gsa_html_8319219146:468:49514:49522 Bull Run Leesburg, Florida +0.50024 palaios_html_2107285962 palaios_html_2107285962:438:51412:51426 Kope Netherlands +0.480912 cspg_html_8279927914 cspg_html_8279927914:306:29649:29672 Watt Mountain Lacombe, Alberta +0.259534 aapg_aa_901.html aapg_aa_901.html:3:176:187 Mowry Cheyenne, Wyoming +0.477084 sedimentology_html_1293179143 sedimentology_html_1293179143:884:70759:70797 Arroyo New Mexico +0.492862 aapg_ah_530.html aapg_ah_530.html:15:2217:2240 Percha New Mexico +0.272403 cspg_html_3589404052 cspg_html_3589404052:37:6335:6359 Belloy Henderson, Nevada +0.504434 aapg_ad_174.html aapg_ad_174.html:88:9325:9333 Colorado San Juan, Argentina +0.271395 aapg_aa_158.html aapg_aa_158.html:40:5444:5452 Cloverly Cheyenne, Wyoming +0.27183 gsa_html_9042941853 gsa_html_9042941853:80:5791:5819 Green River Colorado +0.49028 aapg_ac_714.html aapg_ac_714.html:688:84447:84455 Columbia Lacombe, Alberta +0.24552 aapg_ae_68.html aapg_ae_68.html:52:7051:7057 Antler Elko, Nevada +0.262044 geology_html_1926795897 geology_html_1926795897:228:20262:20271 San Diego California +0.473323 gsa_html_6967102683 gsa_html_6967102683:63:4774:4781 Bugaboo Washington (state) +0.493908 aapg_ad_760.html aapg_ad_760.html:47:6758:6775 Topanga Oak Ridge, Tennessee +0.244584 aapg_ae_755.html aapg_ae_755.html:52:8631:8652 Pungo River North Carolina +0.43775 aapg_ai_593.html aapg_ai_593.html:1593:164843:164851 Kiamichi Texas +0.504336 aapg_ad_575.html aapg_ad_575.html:305:39137:39154 Entrada Golden, Colorado +0.249996 jgeology_html_8355852976 jgeology_html_8355852976:173:11603:11618 Diablo Texas +0.265468 geology_html_5189534136 geology_html_5189534136:176:17926:17932 Moscow Caspian Sea +0.24752 aapg_ak_104.html aapg_ak_104.html:6:1157:1170 Madison Cheyenne, Wyoming +0.238612 aapg_ad_836.html aapg_ad_836.html:182:17159:17168 Kimmswick Missouri River +0.246909 cspg_html_4176605708 cspg_html_4176605708:59:8306:8320 Colorado Lacombe, Alberta +0.279616 aapg_ac_333.html aapg_ac_333.html:649:79614:79618 Yeso Grand Canyon +0.25959 jgeology_html_6011808724 jgeology_html_6011808724:1285:61423:61429 Brazil El Salvador +0.504753 palaios_html_3561205174 palaios_html_3561205174:1146:94532:94545 Potsdam Quebec City +0.258456 aapg_af_788.html aapg_af_788.html:352:28695:28709 Traverse Antrim, County Antrim +0.36531 gsa_html_5064963350 gsa_html_5064963350:825:82698:82719 Talkeetna Anchorage, Alaska +0.237056 cspg_html_8980454113 cspg_html_8980454113:34:5126:5144 Palliser Lacombe, Alberta +0.26826 aapg_ac_903.html aapg_ac_903.html:20:1839:1849 Washington Salem, Oregon +0.494328 aapg_ah_688.html aapg_ah_688.html:240:26048:26061 Cotton Valley Mooringsport, Louisiana +0.282924 cspg_html_4298557570 cspg_html_4298557570:366:46325:46351 Horseshoe Canyon Edmonton, London +0.47889 aapg_ad_466.html aapg_ad_466.html:1311:140711:140719 Patuxent Patapsco River +0.48316 gsa_html_7151930388 gsa_html_7151930388:1323:100932:100960 Green River Colorado +0.25146 geology_html_3342004799 geology_html_3342004799:324:27349:27365 Valmy Reno, Nevada +0.263472 AMJC_html_8273125968 AMJC_html_8273125968:573:61721:61729 Scotland London, Ontario +0.264698 aapg_ai_774.html aapg_ai_774.html:6:678:691 Detroit River Canada +0.49011 gsa_html_8938402362 gsa_html_8938402362:83:7540:7546 Poleta Inyo County, California +0.505376 aapg_ah_464.html aapg_ah_464.html:23:3918:3928 Pottsville Ohio +0.483108 AMJC_html_5298823237 AMJC_html_5298823237:536:57065:57071 Denver Colorado +0.236472 aapg_aa_903.html aapg_aa_903.html:3:179:202 San Sebastian Puerto Rico +0.2465 aapg_ad_811.html aapg_ad_811.html:640:70077:70087 Rio Grande Spain +0.497354 aapg_ah_402.html aapg_ah_402.html:8:1544:1551 Cushing Oklahoma City +0.49875 sedimentology_html_3238300064 sedimentology_html_3238300064:1619:104692:104706 Frio Gulf Coast of the United States +0.50016 cspg_html_7938374662 cspg_html_7938374662:275:28177:28188 Peace River Canada +0.2515 gsa_html_5446866849 gsa_html_5446866849:791:62142:62154 Owens Valley California +0.245009 gsa_html_3860045860 gsa_html_3860045860:382:41058:41069 Ohanapecosh Washington (state) +0.245935 aapg_af_518.html aapg_af_518.html:278:28844:28850 Sierra Cordillera Central (Puerto Rico) +0.259931 aapg_ae_886.html aapg_ae_886.html:30:4195:4212 Entrada Arizona +0.47025 aapg_ai_82.html aapg_ai_82.html:402:45817:45827 Greenbrier Greenbrier (Great Smoky Mountains) +0.723424 palaios_html_2847312584 palaios_html_2847312584:70:8036:8054 Fairview Kentucky +0.48603 cspg_html_8694594891 cspg_html_8694594891:64:8008:8026 Billings Ontario, California +0.234192 aapg_af_366.html aapg_af_366.html:94:10064:10080 Alapah Meramec River +0.506391 sedimentology_html_6714245905 sedimentology_html_6714245905:618:47755:47762 Jewett Silt San Francisco +0.263592 cspg_html_4326384800 cspg_html_4326384800:173:24261:24280 Grosmont Lacombe, Alberta +0.436455 aapg_ah_158.html aapg_ah_158.html:255:41018:41031 Lone Mountain Silver City, New Mexico +0.261392 geology_html_9628904338 geology_html_9628904338:58:7063:7081 Kootenay Lacombe, Alberta +0.2615 aapg_af_150.html aapg_af_150.html:64:6417:6445 Smackover Haynesville, Louisiana +0.382764 aapg_ad_100.html aapg_ad_100.html:122:11389:11398 Tuscarora Huntington, West Virginia +0.252464 aapg_ac_65.html aapg_ac_65.html:69:8572:8587 Molas Colorado +0.421848 aapg_ac_782.html aapg_ac_782.html:20:4058:4071 Barnett Texas +0.482555 cspg_html_6901590840 cspg_html_6901590840:40:4418:4423 Trail Victoria, British Columbia +0.497789 aapg_ac_126.html aapg_ac_126.html:252:38081:38088 Bossier Haynesville, Louisiana +0.503808 sedimentology_html_9909668452 sedimentology_html_9909668452:29:1715:1725 Washington Seattle +0.49056 gsa_html_5064963350 gsa_html_5064963350:14:812:819 El Paso Texas +0.482664 gsa_html_5732664703 gsa_html_5732664703:836:83642:83658 Unicoi Virginia +0.265221 aapg_ae_358.html aapg_ae_358.html:3:162:175 Penters Chert Batesville, Arkansas +0.256032 aapg_ac_686.html aapg_ac_686.html:111:10982:11022 Madison Cheyenne, Wyoming +0.233225 gsa_html_8491258533 gsa_html_8491258533:503:57532:57554 Smalls Falls Long Mountain (Hampshire County, Massachusetts) +0.496422 jgeology_html_1263059090 jgeology_html_1263059090:797:51572:51589 Potsdam Adirondack Mountains +0.4632 aapg_af_288.html aapg_af_288.html:267:31462:31468 Sierra Oro Grande, California +0.274551 aapg_ac_925.html aapg_ac_925.html:4:733:738 Funks Putah Creek +0.24057 aapg_aa_803.html aapg_aa_803.html:394:45601:45618 Haymond Texas +0.242055 aapg_ae_185.html aapg_ae_185.html:134:11689:11700 Arkadelphia Texas +0.253847 aapg_ah_894.html aapg_ah_894.html:70:10970:11014 Ivishak Prudhoe Bay Oil Field +0.463504 cspg_html_3104351736 cspg_html_3104351736:782:83554:83575 Milk River Lacombe, Alberta +0.477785 gsa_html_9207276905 gsa_html_9207276905:406:37295:37303 Columbia Victoria, British Columbia +0.472192 aapg_af_653.html aapg_af_653.html:385:45712:45720 Monterey California +0.481076 aapg_af_358.html aapg_af_358.html:183:19313:19321 Columbia Charleston, South Carolina +0.41912 gsa_html_7102550258 gsa_html_7102550258:291:31985:32002 Todilto Logan, Utah +0.48925 cspg_html_8369994160 cspg_html_8369994160:132:14544:14560 Shunda Lacombe, Alberta +0.478703 aapg_ai_15.html aapg_ai_15.html:27:4045:4062 Sabine Texas +0.51397 aapg_ae_305.html aapg_ae_305.html:1702:160336:160357 Diablo Maracaibo +0.273504 gsa_html_9843405750 gsa_html_9843405750:1148:116879:116895 Dakota Logan, Utah +0.70965 aapg_ae_708.html aapg_ae_708.html:3:484:504 Nolichucky Southwest Virginia +0.247643 palaios_html_7061055514 palaios_html_7061055514:183:19728:19733 Spray Earth +0.508642 palaios_html_6139698294 palaios_html_6139698294:468:43338:43355 Verulam Ontario, California +0.483759 cspg_html_4326384800 cspg_html_4326384800:19:2421:2436 Canol Victoria, British Columbia +0.891132 aapg_ae_746.html aapg_ae_746.html:642:54351:54368 Cardium Lacombe, Alberta +0.47369 gsa_html_6982030333 gsa_html_6982030333:1336:122265:122297 Martin Wallowa, Oregon +0.692443 aapg_ad_318.html aapg_ad_318.html:28:4835:4847 Salina Middle East +0.45493 cspg_html_3328007773 cspg_html_3328007773:668:70555:70579 Colorado Colorado +0.493712 cspg_html_2161417858 cspg_html_2161417858:6:578:588 Big Valley Lacombe, Alberta +0.273168 gsa_html_6636494931 gsa_html_6636494931:716:67197:67205 Colorado Logan, Utah +0.497988 aapg_ac_315.html aapg_ac_315.html:788:76339:76359 Phosphoria Boise, Idaho +0.270878 aapg_af_502.html aapg_af_502.html:380:36422:36431 Smackover Arkansas +0.256302 geology_html_4468425941 geology_html_4468425941:159:18075:18106 Chinle Cleveland +0.256302 aapg_af_602.html aapg_af_602.html:418:60612:60620 Columbia Texas +0.48433 aapg_ai_107.html aapg_ai_107.html:102:9756:9765 Smackover Arkansas +0.468556 aapg_ad_683.html aapg_ad_683.html:313:34021:34027 Kaibab Arizona +0.255955 AMJC_html_5916115748 AMJC_html_5916115748:1417:126738:126748 Washington Ocean City, Washington +0.47268 aapg_aa_775.html aapg_aa_775.html:15:767:775 Colorado Colorado +0.263572 aapg_aa_4.html aapg_aa_4.html:336:44434:44454 West Falls Naples, Florida +0.214099 aapg_ae_5.html aapg_ae_5.html:204:23435:23449 Earp Arizona +0.479552 aapg_aa_157.html aapg_aa_157.html:363:33860:33868 Columbia Victoria, British Columbia +0.469396 jgeology_html_6990146451 jgeology_html_6990146451:213:14282:14316 Greenbrier Huntington, West Virginia +0.25333 gsa_html_2644431875 gsa_html_2644431875:11:498:504 Denver Colorado +0.495645 aapg_ae_370.html aapg_ae_370.html:51:6625:6641 Keasey Vernonia, Oregon +0.253895 sedimentology_html_3549891174 sedimentology_html_3549891174:1677:88470:88478 Colorado Southwest Florida +0.272896 gsa_html_3414876412 gsa_html_3414876412:625:47091:47115 Bouse Colorado +0.26023 gsa_html_6288309074 gsa_html_6288309074:1481:78658:78665 Calvert China +0.25654 gsa_html_8955900843 gsa_html_8955900843:805:72247:72257 Washington Winslow, Arizona +0.484185 AMJC_html_4376472287 AMJC_html_4376472287:688:85417:85422 Stark Republic of China +0.245518 cspg_html_2420029771 cspg_html_2420029771:1098:102106:102116 Laurentian Quebec City +0.244032 cspg_html_2170645676 cspg_html_2170645676:31:5619:5652 Madison Williston Basin +0.465432 aapg_ah_665.html aapg_ah_665.html:148:15783:15804 Abercrombie Pioche, Nevada +0.250498 sedimentology_html_5813480998 sedimentology_html_5813480998:1691:125503:125509 Ferris Victoria, British Columbia +0.259458 aapg_ai_366.html aapg_ai_366.html:12:1744:1757 Fleming Beaumont, Texas +0.501036 cspg_html_3026112034 cspg_html_3026112034:799:77230:77248 Wabamun Pine Brook, New Jersey +0.258572 aapg_ae_67.html aapg_ae_67.html:393:32080:32088 Colorado Colorado +0.26208 aapg_ac_419.html aapg_ac_419.html:1029:110245:110251 Walker California +0.26832 aapg_ad_327.html aapg_ad_327.html:478:51195:51202 El Abra Mexico +0.403065 aapg_ae_794.html aapg_ae_794.html:46:7531:7542 Coffee Tuscaloosa, Alabama +0.280358 jgeology_html_4115179562 jgeology_html_4115179562:711:53814:53839 Unicoi Virginia +0.383022 cspg_html_5484260516 cspg_html_5484260516:1496:126227:126244 Woodman Logan, Utah +0.505195 aapg_ae_973.html aapg_ae_973.html:1137:89647:89651 Yeso Delaware +0.241623 aapg_ae_873.html aapg_ae_873.html:1094:129780:129788 Woodbine Hopkins County, Kentucky +0.270375 aapg_ah_364.html aapg_ah_364.html:84:7317:7335 Traverse County Roscommon +0.24929 geology_html_9282287293 geology_html_9282287293:246:23837:23843 Moscow Russia +0.25957 cspg_html_4326384800 cspg_html_4326384800:2089:253045:253053 Columbia Victoria, British Columbia +0.698964 aapg_ae_181.html aapg_ae_181.html:223:33561:33577 Ripley Selma to Montgomery marches +0.48514 cspg_html_2175627313 cspg_html_2175627313:236:26714:26731 Montney Victoria, British Columbia +0.25578 aapg_ae_419.html aapg_ae_419.html:238:31505:31511 Sierra Mexico +0.237069 geology_html_8085174749 geology_html_8085174749:11:591:604 Santa Barbara California +0.475838 aapg_aa_44.html aapg_aa_44.html:142:17046:17053 Gateway Chinle Formation +0.26364 aapg_ac_867.html aapg_ac_867.html:551:76394:76404 Phosphoria Cheyenne, Wyoming +0.472948 aapg_ac_730.html aapg_ac_730.html:496:71197:71211 Wepo Niobrara, Nebraska +0.242484 cspg_html_1018915662 cspg_html_1018915662:24:2084:2093 Newcastle New Brunswick, New Jersey +0.25652 sedimentology_html_7069619943 sedimentology_html_7069619943:3949:198936:198945 Gibraltar Atlantic Ocean +0.25856 aapg_ae_794.html aapg_ae_794.html:1048:95790:95800 Coon Creek Knoxville, Tennessee +0.273746 aapg_aa_945.html aapg_aa_945.html:35:3213:3235 Platteville Glenwood, Utah +0.477274 aapg_ah_666.html aapg_ah_666.html:141:17371:17398 Madison Logan, Utah +0.263025 aapg_ac_730.html aapg_ac_730.html:274:37659:37674 Mesaverde Salina, Kansas +0.26509 aapg_ae_667.html aapg_ae_667.html:92:12894:12915 North Horn Wasatch Range +0.233766 aapg_ae_305.html aapg_ae_305.html:1499:142306:142323 Mirador Maracaibo +0.476046 gsa_html_3648258377 gsa_html_3648258377:1327:116451:116482 Marshalltown Bass River Township, New Jersey +0.481428 gsa_html_4234009219 gsa_html_4234009219:380:37213:37231 Whitemud Williston Basin +0.240885 aapg_af_370.html aapg_af_370.html:517:47173:47182 San Diego California +0.4835 aapg_ah_283.html aapg_ah_283.html:527:63639:63647 Colorado Denver +0.40992 aapg_ac_841.html aapg_ac_841.html:247:31764:31784 Metapan Honduras +0.27573 gsa_html_3289054608 gsa_html_3289054608:1157:113927:113935 Victoria Victoria, British Columbia +0.253456 cspg_html_1503116552 cspg_html_1503116552:124:20707:20728 Beaverhill Swan Hill, Victoria +0.2709 gsa_html_9656708346 gsa_html_9656708346:64:5335:5363 Green River Colorado +0.455587 aapg_af_308.html aapg_af_308.html:444:53176:53182 Walton Roane County, Tennessee +0.884408 aapg_ae_877.html aapg_ae_877.html:325:27116:27125 Waterways Lacombe, Alberta +0.471744 aapg_ac_972.html aapg_ac_972.html:147:17361:17371 San Marcos Kings City +0.254214 sedimentology_html_7279541485 sedimentology_html_7279541485:1178:62595:62605 Protection Israel +0.24672 gsa_html_9579641184 gsa_html_9579641184:518:52996:53014 Sterling Yakutat City and Borough, Alaska +0.269325 geology_html_6772191225 geology_html_6772191225:209:19446:19450 Bond North Atlantic Current +0.502007 geology_html_6914722681 geology_html_6914722681:13:653:662 San Diego California +0.251496 aapg_ad_855.html aapg_ad_855.html:254:25718:25733 Mt Lytton Paluxy, Texas +0.264052 aapg_ai_136.html aapg_ai_136.html:146:10563:10570 Hosston Rodessa, Louisiana +0.271341 aapg_ac_529.html aapg_ac_529.html:104:12164:12191 Catahoula Texas +0.270375 gsa_html_5250670372 gsa_html_5250670372:825:59187:59215 Green River New Mexico +0.249804 cspg_html_4176605708 cspg_html_4176605708:92:11640:11654 Colorado Western Canadian Sedimentary Basin +0.406158 cspg_html_5038387495 cspg_html_5038387495:59:4563:4581 Deadwood Williston, Vermont +0.77644 aapg_ac_972.html aapg_ac_972.html:114:13239:13247 Monterey Western world +0.2425 aapg_ai_82.html aapg_ai_82.html:340:37690:37700 Greenbrier Greenbrier (Great Smoky Mountains) +0.508804 aapg_ai_98.html aapg_ai_98.html:83:12136:12154 Woodbine Texas +0.494769 aapg_aa_712.html aapg_aa_712.html:23:3890:3898 Glenwood Wisconsin +0.487531 aapg_ai_388.html aapg_ai_388.html:169:16600:16607 Wasatch Sparks, Nevada +0.261057 sedimentology_html_6656277293 sedimentology_html_6656277293:675:45078:45091 Marble Canyon Paria River +0.254388 gsa_html_1337782073 gsa_html_1337782073:15:671:679 Virginia Missouri River +0.261117 aapg_aa_227.html aapg_aa_227.html:145:15199:15215 Maroon Colorado +0.54175 aapg_ah_506.html aapg_ah_506.html:159:15565:15583 Traverse Antrim, County Antrim +0.38702 aapg_ah_536.html aapg_ah_536.html:569:75436:75451 Sligo Austin, Chicago +0.255936 gsa_html_8161586681 gsa_html_8161586681:155:18513:18551 Columbia Mount Hood +0.24795 cspg_html_3521815736 cspg_html_3521815736:234:32876:32884 Grayling Western world +0.271341 aapg_ac_486.html aapg_ac_486.html:323:36496:36503 Laramie Denver +0.463158 aapg_ah_646.html aapg_ah_646.html:506:53509:53526 Wingate Kayenta, Arizona +0.242556 gsa_html_9181545711 gsa_html_9181545711:720:68506:68514 Fountain Colorado +0.472192 aapg_aa_47.html aapg_aa_47.html:686:83209:83226 Minturn Western world +0.262614 geology_html_8422648497 geology_html_8422648497:282:21846:21850 Bond Iceland +0.25641 cspg_html_4617311907 cspg_html_4617311907:445:61167:61186 Smackover Shreveport, Louisiana +0.260019 geology_html_3824020066 geology_html_3824020066:54:4789:4795 Brazil Peru, Indiana +0.4841 aapg_af_833.html aapg_af_833.html:72:7277:7296 Mesaverde Wasatch Range +0.26986 aapg_aa_610.html aapg_aa_610.html:458:48311:48330 Niobrara Niobrara, Nebraska +0.482258 cspg_html_7799850124 cspg_html_7799850124:11:1229:1251 Cooking Lake Middle East +0.495423 cspg_html_8065532640 cspg_html_8065532640:76:9971:9989 Sunblood Middle Ordovician +0.47616 aapg_ad_785.html aapg_ad_785.html:953:104943:104951 Fountain Colorado Springs, Colorado +0.262584 aapg_ac_824.html aapg_ac_824.html:588:54347:54355 Colorado Colorado +0.246909 aapg_ae_974.html aapg_ae_974.html:7:936:946 Rio Grande Zapata, Texas +0.497424 gsa_html_1668776393 gsa_html_1668776393:30:2862:2890 Green River Colorado +0.24843 sedimentology_html_3841637081 sedimentology_html_3841637081:1381:61527:61546 Swan Hills Lacombe, Alberta +0.486402 geology_html_6275240411 geology_html_6275240411:25:2100:2107 Windsor Ontario, California +0.481143 geology_html_9943866198 geology_html_9943866198:301:25627:25649 Austin Chalk Texas +0.247968 gsa_html_2877093757 gsa_html_2877093757:713:79479:79485 Denver Colorado +0.269838 gsa_html_7199417381 gsa_html_7199417381:355:39503:39526 White River South Fork South Platte River +0.479044 gsa_html_9152662653 gsa_html_9152662653:201:18780:18786 Denver Reston, Virginia +0.251428 aapg_ah_358.html aapg_ah_358.html:469:23009:23021 Seven Rivers Delaware +0.253422 palaios_html_8120466420 palaios_html_8120466420:240:32725:32746 Wood Canyon Durham, North Carolina +0.700494 aapg_ai_492.html aapg_ai_492.html:187:23229:23237 Moenkopi Emery County, Utah +0.261121 aapg_ah_387.html aapg_ah_387.html:2691:289716:289732 Knoxville Colusa County, California +0.48384 cspg_html_3102530088 cspg_html_3102530088:9:839:855 Mt Lytton Milk River, Alberta +0.237442 cspg_html_5312588885 cspg_html_5312588885:421:55944:55963 Jefferson Boise, Idaho +0.474122 aapg_ah_222.html aapg_ah_222.html:35:3792:3813 Santa Clara Channel Islands of California +0.27032 aapg_ad_155.html aapg_ad_155.html:150:20221:20239 Vaqueros Santa Cruz Mountains +0.263133 sedimentology_html_3907918417 sedimentology_html_3907918417:1731:133099:133117 Dunvegan Lacombe, Alberta +0.266532 aapg_ae_96.html aapg_ae_96.html:265:30027:30033 Oregon Reno, Nevada +0.507064 gsa_html_4071231613 gsa_html_4071231613:1043:105424:105430 Oregon Boise, Idaho +0.4522 aapg_ae_324.html aapg_ae_324.html:477:47567:47584 Tellico Knoxville, Illinois +0.456 aapg_ai_148.html aapg_ai_148.html:23:2405:2413 Edmonton Calgary +0.497488 aapg_ai_504.html aapg_ai_504.html:125:12627:12641 Mission Canyon Tioga, Texas +0.479318 palaios_html_1018466366 palaios_html_1018466366:357:41987:42004 Montney Canada +0.261422 cspg_html_9729377176 cspg_html_9729377176:1002:109576:109584 Columbia Victoria, British Columbia +0.256985 cspg_html_8107862279 cspg_html_8107862279:23:3065:3087 Mount Whyte Lacombe, Alberta +0.507694 cspg_html_7023269572 cspg_html_7023269572:177:27670:27690 Swan Hills Lacombe, Alberta +0.270912 aapg_ae_643.html aapg_ae_643.html:432:53907:53920 Chemung Pocono Raceway +0.240248 cspg_html_1260733368 cspg_html_1260733368:186:25371:25388 Medicine Hat Cordillera Administrative Region +0.282924 cspg_html_6644065685 cspg_html_6644065685:223:23048:23067 Hecla Bay Melville Island (Canada) +0.255524 aapg_ai_1.html aapg_ai_1.html:197:17429:17446 Hermosa Hermosa, Chicago +0.486401 AMJC_html_7984049819 AMJC_html_7984049819:111:12612:12633 Tatnic Hill Hartford, Connecticut +0.495704 gsa_html_1100607784 gsa_html_1100607784:1129:90481:90509 Green River Colorado +0.25146 cspg_html_6274889925 cspg_html_6274889925:112:14568:14580 Saskatchewan Lacombe, Alberta +0.256522 cspg_html_8362959053 cspg_html_8362959053:144:19999:20012 Mountain Park Lacombe, Alberta +0.227874 gsa_html_8236729701 gsa_html_8236729701:123:15269:15289 Point Loma California +0.486315 aapg_ah_779.html aapg_ah_779.html:336:63044:63052 Michigan Knoxville, Tennessee +0.265 gsa_html_1502079979 gsa_html_1502079979:756:62639:62653 Santa Barbara California +0.265104 aapg_ah_27.html aapg_ah_27.html:68:9666:9679 Barnett Llano, Texas +0.254016 aapg_ae_63.html aapg_ae_63.html:328:33594:33601 Bedford Cheyenne, Wyoming +0.498597 gsa_html_8339872809 gsa_html_8339872809:55:3511:3539 Green River New Mexico +0.484056 geology_html_8162185466 geology_html_8162185466:17:622:634 Rhode Island Newport, Rhode Island +0.493569 aapg_ae_280.html aapg_ae_280.html:121:13376:13395 Whirlpool Monroe County, Florida +0.256 gsa_html_2145963783 gsa_html_2145963783:716:65690:65719 Antler Reno, Nevada +0.24378 sedimentology_html_6758585724 sedimentology_html_6758585724:812:70536:70543 Hanover Germany +0.486095 sedimentology_html_9226460729 sedimentology_html_9226460729:1482:84965:84980 Bedford London, Ontario +0.481371 cspg_html_1506720813 cspg_html_1506720813:851:90851:90859 Columbia Victoria, British Columbia +0.272986 cspg_html_9970905394 cspg_html_9970905394:19:2235:2259 Snowblind Bay Little Cornwallis Island +0.252004 cspg_html_4132771434 cspg_html_4132771434:642:79669:79686 Muskwa Victoria, British Columbia +0.489808 gsa_html_4557277250 gsa_html_4557277250:539:52222:52228 Denver Colorado +0.248262 aapg_af_469.html aapg_af_469.html:383:44028:44036 Humboldt Reno, Nevada +0.269838 AMJC_html_3489824047 AMJC_html_3489824047:870:95869:95879 Fort Worth Texas +0.262584 cspg_html_5345848475 cspg_html_5345848475:744:78858:78876 Deer Creek Niobrara, Nebraska +0.255016 aapg_ac_983.html aapg_ac_983.html:386:60646:60655 Wyandotte Plattsburg, Missouri +0.494239 aapg_aa_237.html aapg_aa_237.html:28:4019:4028 Williston Salina, Kansas +0.259065 aapg_ac_245.html aapg_ac_245.html:208:31534:31539 Atoka Kearny, New Jersey +0.2585 aapg_ai_29.html aapg_ai_29.html:852:90640:90650 Rio Grande Texas +0.257045 cspg_html_5541725202 cspg_html_5541725202:637:77268:77278 Cumberland Bridgetown, Nova Scotia +0.247504 aapg_aa_357.html aapg_aa_357.html:270:24875:24882 Hermosa Hermosa, Chicago +0.466908 aapg_ad_466.html aapg_ad_466.html:29:3508:3516 Virginia Closter, New Jersey +0.49452 aapg_ad_991.html aapg_ad_991.html:27:2721:2740 Smackover Columbia Country +0.25387 aapg_ad_581.html aapg_ad_581.html:75:8800:8809 Allegheny Mount Nittany +0.318971 aapg_aa_261.html aapg_aa_261.html:73:9604:9620 Shunda Lacombe, Alberta +0.669006 aapg_ac_213.html aapg_ac_213.html:259:21964:21976 Water Canyon Logan, Utah +0.703326 aapg_ae_680.html aapg_ae_680.html:367:36945:36965 Tuscaloosa Shreveport, Louisiana +0.486497 aapg_ai_491.html aapg_ai_491.html:477:60930:60935 Molas Western world +0.399896 aapg_ae_427.html aapg_ae_427.html:3:154:169 Tumey California +0.270816 aapg_aa_37.html aapg_aa_37.html:262:32822:32828 Toroweap Arizona +0.268275 aapg_ae_73.html aapg_ae_73.html:397:52156:52169 Ralston Creek Colorado +0.498456 gsa_html_1502079979 gsa_html_1502079979:1012:79858:79886 Green River Colorado +0.4998 aapg_ad_264.html aapg_ad_264.html:162:20197:20213 Debolt Lacombe, Alberta +0.486664 cspg_html_7941684345 cspg_html_7941684345:63:11252:11293 Granite Wash Middle East +0.833875 aapg_ad_640.html aapg_ad_640.html:62:10167:10183 Almond Table Rock, Wyoming +0.364815 cspg_html_3008745251 cspg_html_3008745251:257:30008:30026 Winnipeg Regina, Saskatchewan +0.26712 cspg_html_4617311907 cspg_html_4617311907:265:42232:42248 Cumberland Cape Breton Island +0.528 aapg_ah_165.html aapg_ah_165.html:365:43668:43685 Viking Lacombe, Alberta +0.250517 aapg_ad_154.html aapg_ad_154.html:113:12697:12709 Chambersburg Lincolnshire, Illinois +0.746662 aapg_ah_416.html aapg_ah_416.html:274:21763:21773 Milk River Colorado +0.256032 gsa_html_6169925575 gsa_html_6169925575:1220:106058:106081 Beaufort South Africa +0.268308 aapg_ae_705.html aapg_ae_705.html:95:10391:10410 Coldwater Carpinteria, California +0.263835 aapg_ad_69.html aapg_ad_69.html:48:3559:3577 Frontier Cheyenne, Wyoming +0.256565 aapg_aa_423.html aapg_aa_423.html:38:4747:4750 Abo Texas +0.509548 aapg_aa_147.html aapg_aa_147.html:259:31558:31576 Winnipeg Manitoba +0.253456 aapg_aa_419.html aapg_aa_419.html:491:43291:43300 Newcastle Jervis Bay Territory +0.483581 aapg_ae_309.html aapg_ae_309.html:46:3310:3320 Las Animas Las Animas County, Colorado +0.277606 aapg_ah_260.html aapg_ah_260.html:326:44185:44206 Price Indianola, Iowa +0.25653 aapg_ah_245.html aapg_ah_245.html:6:726:737 Peace River Canada +0.87326 aapg_ac_533.html aapg_ac_533.html:68:9645:9673 San Andres West, Texas +0.491185 aapg_aa_147.html aapg_aa_147.html:260:31950:31962 Saskatchewan Winnipeg +0.262044 cspg_html_2758185645 cspg_html_2758185645:313:29295:29315 Mount Head Western world +0.246973 aapg_ah_49.html aapg_ah_49.html:296:33004:33025 Mint Canyon Canton, Ohio +0.25041 aapg_af_454.html aapg_af_454.html:214:20225:20231 Oxford Pergamon Museum +0.247428 cspg_html_9388742281 cspg_html_9388742281:194:22593:22609 Wapiti North Portal, Saskatchewan +0.469568 cspg_html_4623526246 cspg_html_4623526246:50:5235:5250 Melville Island Bathurst, New South Wales +0.251502 aapg_ac_924.html aapg_ac_924.html:405:42905:42922 Madison Cheyenne, Wyoming +0.493296 gsa_html_4557277250 gsa_html_4557277250:480:47034:47051 Carmel Logan, Utah +0.256027 aapg_aa_654.html aapg_aa_654.html:145:22446:22460 Espiritu Santo Sangre de Cristo Range +0.245009 aapg_aa_298.html aapg_aa_298.html:750:96740:96753 Madison Cheyenne, Wyoming +0.47773 aapg_ad_466.html aapg_ad_466.html:609:68788:68800 Marshalltown Chesapeake Bay +0.522428 aapg_ai_54.html aapg_ai_54.html:7:1126:1146 Pottsville Tuscaloosa, Alabama +0.262095 jgeology_html_8494933343 jgeology_html_8494933343:516:40835:40854 Bidahochi Arizona +0.281936 cspg_html_1665574291 cspg_html_1665574291:41:7910:7928 Paskapoo Edmonton, London +0.512992 aapg_aa_98.html aapg_aa_98.html:213:19022:19030 Montreal Edmonton, London +0.492375 aapg_ad_169.html aapg_ad_169.html:470:54360:54373 Maccrady Greenbrier (Great Smoky Mountains) +0.261112 sedimentology_html_2208426700 sedimentology_html_2208426700:188:14196:14208 Saskatchewan Germany +0.37286 aapg_af_261.html aapg_af_261.html:92:13023:13032 Smackover Mississippi River +0.37088 AMJC_html_4504848787 AMJC_html_4504848787:381:41405:41420 Lynchburg Virginia +0.24849 AMJC_html_4986321644 AMJC_html_4986321644:449:67662:67673 Chopawamsic Piedmont (United States) +0.48042 gsa_html_4169081385 gsa_html_4169081385:27:2492:2552 Sierra California +0.46763 geology_html_2475054757 geology_html_2475054757:13:717:729 Rhode Island Newport, Rhode Island +0.249158 cspg_html_6334734829 cspg_html_6334734829:331:36715:36733 Tantalus Indian River (Florida) +0.254464 aapg_ak_40.html aapg_ak_40.html:89:10514:10533 Tensleep Cheyenne, Wyoming +0.260478 gsa_html_2610916974 gsa_html_2610916974:11:544:552 Colorado Colorado +0.246856 cspg_html_1118978429 cspg_html_1118978429:375:35004:35013 Gladstone Alta, Utah +0.230076 aapg_ah_370.html aapg_ah_370.html:396:29964:29981 Genshaw Alpena, Michigan +0.496434 aapg_ac_944.html aapg_ac_944.html:128:14347:14357 Kinderhook Meramec River +0.263592 aapg_ae_135.html aapg_ae_135.html:21:1991:2007 Sparta Tuscaloosa, Alabama +0.250985 cspg_html_9343899465 cspg_html_9343899465:630:60397:60412 Melville Island Bathurst Island (Northern Territory) +0.2625 aapg_ad_821.html aapg_ad_821.html:161:9326:9342 Lance Fort Union Trading Post National Historic Site +0.277823 aapg_ah_94.html aapg_ah_94.html:315:36901:36921 Fort Union Cheyenne, Wyoming +0.497798 aapg_ae_272.html aapg_ae_272.html:15:2474:2482 Michigan Michigan +0.26624 AMJC_html_5916115748 AMJC_html_5916115748:1439:128855:128873 Quinault Washington (state) +0.242853 cspg_html_7086880709 cspg_html_7086880709:10:765:774 Bear Rock Western world +0.496392 aapg_ae_576.html aapg_ae_576.html:386:34365:34371 Ludlow Much Wenlock +0.501498 gsa_html_7960805478 gsa_html_7960805478:30:2950:2978 Green River Colorado +0.258332 cspg_html_5735081610 cspg_html_5735081610:457:44619:44646 Prairie Saskatoon +0.422979 cspg_html_5697056884 cspg_html_5697056884:484:51391:51409 Deadwood Williston Basin +0.4555 aapg_ac_730.html aapg_ac_730.html:600:86947:86953 Dakota Mancos, Colorado +0.68448 aapg_af_770.html aapg_af_770.html:8:1426:1431 Uinta Logan, Utah +0.25544 cspg_html_5947812886 cspg_html_5947812886:349:54095:54104 Salt Lake Edmonton, London +0.256542 cspg_html_8121202912 cspg_html_8121202912:63:7540:7544 Byng Pine River (Michigan) +0.252494 sedimentology_html_3479060268 sedimentology_html_3479060268:2055:147941:147947 Moscow Russia +0.500016 aapg_ac_126.html aapg_ac_126.html:170:24724:24737 Bossier Haynesville, Louisiana +0.264192 cspg_html_6880168184 cspg_html_6880168184:304:40035:40041 Ludlow Greenland +0.495292 aapg_aa_298.html aapg_aa_298.html:754:96942:96962 San Andres Texas +0.483585 aapg_aa_904.html aapg_aa_904.html:36:3586:3596 Milk River Lacombe, Alberta +0.821362 gsa_html_7737235229 gsa_html_7737235229:1055:68177:68197 Bonneterre Missouri River +0.251923 aapg_ai_159.html aapg_ai_159.html:405:46091:46108 Chipola Melbourne, Florida +0.388584 palaios_html_3855840708 palaios_html_3855840708:119:12093:12100 Chadron Nebraska +0.470439 aapg_af_624.html aapg_af_624.html:20:2907:2926 Rock Springs Crook, Colorado +0.261422 aapg_ac_653.html aapg_ac_653.html:80:8191:8195 Elko Reno, Nevada +0.476375 aapg_ai_959.html aapg_ai_959.html:71:8367:8375 Woodbine Navarro County, Texas +0.49152 aapg_ah_157.html aapg_ah_157.html:213:30141:30149 Glenwood Ottawa, Kansas +0.27089 aapg_ad_105.html aapg_ad_105.html:511:47368:47376 Richmond Santa Marta +0.48762 aapg_ae_419.html aapg_ae_419.html:2189:149175:149193 Tamasopo Matamoros, Tamaulipas +0.464499 cspg_html_5403901844 cspg_html_5403901844:21:3273:3292 Keg River Manitoba +0.70266 aapg_aa_731.html aapg_aa_731.html:532:72169:72190 Rockdale Mississippi River +0.244032 cspg_html_1984085623 cspg_html_1984085623:534:64818:64836 Colorado Western world +0.478908 aapg_ak_87.html aapg_ak_87.html:404:52356:52365 San Pedro Earp, California +0.46728 gsa_html_9161666105 gsa_html_9161666105:765:57009:57018 Peninsula Quebec City +0.255009 gsa_html_2076560873 gsa_html_2076560873:581:58272:58287 Kennedy Channel Ellesmere Island +0.263144 aapg_ac_557.html aapg_ac_557.html:502:57723:57744 Lake Valley New Mexico +0.362046 jgeology_html_1838149422 jgeology_html_1838149422:1031:94728:94766 John Day Salem, Oregon +0.35624 aapg_ad_800.html aapg_ad_800.html:158:19360:19379 Owl Creek Mississippi River +0.256027 cspg_html_2490951833 cspg_html_2490951833:577:88347:88361 Tidal Berlin +0.488516 cspg_html_3026112034 cspg_html_3026112034:693:67747:67765 Graminia Swan Hill, Victoria +0.452196 aapg_ae_767.html aapg_ae_767.html:97:9215:9236 Johnson New Mexico +0.47167 aapg_ae_370.html aapg_ae_370.html:73:8219:8229 Washington Salem, Oregon +0.242446 sedimentology_html_3181527419 sedimentology_html_3181527419:896:57589:57593 Earp Supai, Arizona +0.257446 aapg_ae_419.html aapg_ae_419.html:3296:211148:211154 Sierra Zacatecas, Zacatecas +0.250712 aapg_ac_550.html aapg_ac_550.html:46:6019:6033 Frio Gulf Coast of the United States +0.255488 aapg_ai_435.html aapg_ai_435.html:5:841:859 Ogallala Niobrara, Nebraska +0.265144 aapg_ak_87.html aapg_ak_87.html:66:10993:10999 Empire Santa Rita, New Mexico +0.267716 aapg_ad_784.html aapg_ad_784.html:115:13417:13422 Sespe Ojai, California +0.500612 aapg_ae_233.html aapg_ae_233.html:14:2173:2186 Woodbine Tuscaloosa, Alabama +0.270256 aapg_ad_696.html aapg_ad_696.html:160:16794:16800 Sparta Charlotte, North Carolina +0.4595 aapg_ac_930.html aapg_ac_930.html:146:22115:22123 Virginia Charlottesville, Virginia +0.266252 aapg_ac_222.html aapg_ac_222.html:216:30012:30018 Cutler Logan, Utah +0.257 gsa_html_9119818028 gsa_html_9119818028:14:512:530 Espanola Lake Huron +0.485298 sedimentology_html_3599487322 sedimentology_html_3599487322:480:29101:29119 Provo Switzerland +0.249856 cspg_html_1124814558 cspg_html_1124814558:5:241:259 Lea Park Lacombe, Alberta +0.51084 aapg_ad_427.html aapg_ad_427.html:71:7104:7115 Paluxy Kaufman County, Texas +0.471296 aapg_ae_871.html aapg_ae_871.html:349:56168:56186 Bearpaw Regina, Saskatchewan +0.479232 sedimentology_html_3738352363 sedimentology_html_3738352363:25:1444:1456 Pozo Spain +0.242968 aapg_ah_774.html aapg_ah_774.html:74:10157:10174 Bluff Bloomington, Indiana +0.24624 aapg_ac_972.html aapg_ac_972.html:156:18609:18624 Santa Margarita Monterey, California +0.267924 aapg_af_799.html aapg_af_799.html:810:63922:63941 Domengine California +0.240981 gsa_html_9865056817 gsa_html_9865056817:876:77891:77897 Denver Colorado +0.504849 palaios_html_5078880508 palaios_html_5078880508:721:54403:54434 Kope Kentucky +0.248844 aapg_aa_457.html aapg_aa_457.html:77:14102:14111 Smackover Haynesville, Louisiana +0.48545 gsa_html_3445493534 gsa_html_3445493534:679:71778:71791 Santa Barbara Monterey, California +0.250901 gsa_html_5707861096 gsa_html_5707861096:765:63087:63094 Bentley Pine Island Glacier +0.260036 sedimentology_html_2107951772 sedimentology_html_2107951772:755:51630:51636 Belden Melbourne, Florida +0.273205 aapg_ae_113.html aapg_ae_113.html:386:51566:51584 Disappointment Bay Western world +0.48858 aapg_ac_617.html aapg_ac_617.html:114:14249:14267 Oakville Balcones Fault +0.489599 gsa_html_9234326602 gsa_html_9234326602:373:49496:49509 Pinnacle Mexico +0.487936 aapg_af_789.html aapg_af_789.html:57:8205:8214 Bluefield The Narrows +0.423405 aapg_ai_28.html aapg_ai_28.html:134:10974:10981 Lagarto Oakville, California +0.258055 gsa_html_4667678389 gsa_html_4667678389:765:82969:82992 Papoose Creek Pocatello, Idaho +0.300828 aapg_aa_381.html aapg_aa_381.html:100:13374:13382 Vaqueros Paso Robles, California +0.25296 aapg_ac_995.html aapg_ac_995.html:329:25223:25244 Mt Lytton Isthmus of Tehuantepec +0.2555 aapg_ac_211.html aapg_ac_211.html:604:35928:35948 Castle Reef Dolomite France +0.448625 geology_html_6903099226 geology_html_6903099226:65:6998:7002 Troy Kingston, Jamaica +0.484568 aapg_ac_473.html aapg_ac_473.html:274:37657:37675 Tensleep Cheyenne, Wyoming +0.44544 aapg_aa_114.html aapg_aa_114.html:243:27394:27416 Todos Santos Mexico +0.492993 aapg_ad_865.html aapg_ad_865.html:416:41522:41527 Ouray Navajo Nation +0.516838 aapg_ac_749.html aapg_ac_749.html:166:23473:23481 Reynales Maplewood, Minnesota +0.244829 aapg_ac_719.html aapg_ac_719.html:167:19753:19771 Huerfano Huerfano, New Mexico +0.27878 aapg_ac_835.html aapg_ac_835.html:540:71799:71823 Mission Canyon Lacombe, Alberta +0.248482 aapg_ai_974.html aapg_ai_974.html:522:55231:55237 Oregon Washington (state) +0.26469 sedimentology_html_2265212258 sedimentology_html_2265212258:701:58645:58675 East Berlin Hartford, Connecticut +0.495992 gsa_html_5707861096 gsa_html_5707861096:810:67768:67796 Green River Colorado +0.261085 aapg_ai_491.html aapg_ai_491.html:363:42633:42649 Weber Logan, Utah +0.489583 aapg_aa_943.html aapg_aa_943.html:3:177:208 Citronelle Alabama +0.45672 aapg_ac_835.html aapg_ac_835.html:60:8655:8671 Phosphoria Cheyenne, Wyoming +0.261632 gsa_html_6869840610 gsa_html_6869840610:425:32043:32056 Madison Logan, Utah +0.4845 aapg_ae_113.html aapg_ae_113.html:69:8254:8277 Peel Wales Island (British Columbia) +0.495378 cspg_html_5308103526 cspg_html_5308103526:460:42031:42049 Dunvegan Victoria, British Columbia +0.25344 sedimentology_html_8748254640 sedimentology_html_8748254640:25:1599:1619 Toro Chile +0.26093 aapg_ac_714.html aapg_ac_714.html:15:2148:2153 Piper Big Horn Mountains +0.26367 aapg_af_663.html aapg_af_663.html:201:23866:23879 Bandera Worland, Wyoming +0.24794 jgeology_html_1376480101 jgeology_html_1376480101:1389:67217:67240 Hermosa Uruguay +0.257526 aapg_ae_296.html aapg_ae_296.html:170:18018:18028 San Andres Guadalupe Mountains National Park +0.378131 sedimentology_html_2319942817 sedimentology_html_2319942817:85:7419:7430 Green River Uinta Mountains +0.270764 palaios_html_4875582819 palaios_html_4875582819:62:7596:7616 Hell Creek Garfield County, Colorado +0.257045 aapg_af_854.html aapg_af_854.html:507:67227:67256 Edwardsville West Point, New York +0.267696 aapg_ah_484.html aapg_ah_484.html:13:2189:2197 Oakville Charlotte, North Carolina +0.252506 gsa_html_3368386568 gsa_html_3368386568:12:709:719 Washington Ellensburg, Washington +0.243049 aapg_ai_139.html aapg_ai_139.html:197:18897:18914 Madison Lacombe, Alberta +0.48822 aapg_af_890.html aapg_af_890.html:260:25053:25069 Whitehorse Carlsbad, New Mexico +0.27387 aapg_af_833.html aapg_af_833.html:1340:148328:148335 Madison Cheyenne, Wyoming +0.261105 cspg_html_2873888604 cspg_html_2873888604:166:27431:27439 Columbia Victoria, British Columbia +0.4551 aapg_ai_292.html aapg_ai_292.html:351:33880:33894 Lisburne Anchorage, Alaska +0.479622 gsa_html_3333403908 gsa_html_3333403908:1106:88101:88107 Provo Swansea +0.475205 aapg_ae_981.html aapg_ae_981.html:79:5747:5755 Edgewood Missouri River +0.262808 aapg_ac_490.html aapg_ac_490.html:27:4457:4474 Gething Victoria, British Columbia +0.489599 gsa_html_9401081633 gsa_html_9401081633:30:2875:2903 Green River Colorado +0.27295 cspg_html_9941227593 cspg_html_9941227593:525:64507:64516 Lodgepole Williston Basin +0.91488 aapg_ac_222.html aapg_ac_222.html:555:65393:65400 Paradox Colorado +0.501723 palaios_html_9133125241 palaios_html_9133125241:674:75043:75057 Kope Kentucky +0.260058 sedimentology_html_8054490062 sedimentology_html_8054490062:681:40319:40324 Piper California +0.395005 palaios_html_4501603736 palaios_html_4501603736:120:11697:11715 Moenkopi Reno, Nevada +0.504434 aapg_ac_730.html aapg_ac_730.html:569:82167:82173 Dakota Mancos, Colorado +0.468587 cspg_html_4105062490 cspg_html_4105062490:111:11574:11586 Cooking Lake Manitoba +0.458348 aapg_ad_142.html aapg_ad_142.html:51:3074:3082 Virginia Maryland +0.254064 jgeology_html_1029618549 jgeology_html_1029618549:829:46838:46851 Lone Mountain Reno, Nevada +0.495286 geology_html_5325629726 geology_html_5325629726:17:1176:1181 Price Logan, Utah +0.48573 aapg_ai_582.html aapg_ai_582.html:109:10218:10246 Spearfish Spearfish, South Dakota +0.254016 aapg_ah_448.html aapg_ah_448.html:27:2517:2533 Ripley Mississippi River +0.493654 aapg_ae_296.html aapg_ae_296.html:348:33338:33341 Abo New Mexico +0.259045 aapg_ad_434.html aapg_ad_434.html:450:43320:43342 Grande Greve Quebec City +0.26676 aapg_ai_399.html aapg_ai_399.html:146:15102:15118 Ripley Kentucky +0.256949 cspg_html_5484260516 cspg_html_5484260516:1190:107634:107642 Columbia Victoria, British Columbia +0.262524 gsa_html_5865982995 gsa_html_5865982995:1436:150576:150607 Green River Colorado +0.488898 aapg_ad_429.html aapg_ad_429.html:21:2041:2047 Sabine Mississippi River +0.407862 cspg_html_8438548095 cspg_html_8438548095:148:14731:14742 Belly River Colorado +0.26052 AMJC_html_5974020359 AMJC_html_5974020359:921:90741:90757 Sandia New Mexico +0.954385 aapg_af_459.html aapg_af_459.html:346:40615:40639 Cherry Canyon Texas +0.25542 cspg_html_9435196958 cspg_html_9435196958:402:17707:17728 Belly River Lacombe, Alberta +0.239538 aapg_ad_112.html aapg_ad_112.html:41:6687:6699 Saskatchewan Germany +0.25602 cspg_html_8267847427 cspg_html_8267847427:85:13711:13743 Provincial Milk River, Alberta +0.261522 aapg_af_663.html aapg_af_663.html:638:63379:63395 Pawnee Coal City, Illinois +0.483104 cspg_html_6306091047 cspg_html_6306091047:729:100125:100134 Baldonnel Victoria, British Columbia +0.497354 aapg_ai_17.html aapg_ai_17.html:85:6232:6244 Midway Alabama +0.257556 gsa_html_3701935694 gsa_html_3701935694:20:837:845 Moretown Bennington, Vermont +0.260064 cspg_html_9508543859 cspg_html_9508543859:652:57213:57244 Utica Quebec +0.472553 aapg_af_575.html aapg_af_575.html:274:37311:37320 Kindblade Smithville, Ontario +0.32332 aapg_aa_381.html aapg_aa_381.html:42:5964:5972 Monterey Rancho Santa Margarita, California +0.268836 aapg_ad_855.html aapg_ad_855.html:287:29786:29807 Woodbine East Texas +0.487786 aapg_ai_159.html aapg_ai_159.html:203:23544:23559 Bohio Culebra, Puerto Rico +0.48786 aapg_ai_468.html aapg_ai_468.html:256:31641:31659 Bossier Cotton Valley, Louisiana +0.256332 gsa_html_1860930948 gsa_html_1860930948:360:42711:42729 Moenkopi Chinle Formation +0.462642 cspg_html_8427119881 cspg_html_8427119881:164:21517:21536 Athabasca Lacombe, Alberta +0.261121 gsa_html_7120668170 gsa_html_7120668170:338:32181:32193 San Fernando Baja California peninsula +0.26936 geology_html_2651508892 geology_html_2651508892:284:26122:26140 Monterey California +0.494252 aapg_ac_190.html aapg_ac_190.html:7:287:322 Marcellus Freedonia +0.2615 aapg_ac_333.html aapg_ac_333.html:889:108936:108950 Yeso New Mexico +0.258572 cspg_html_6927586285 cspg_html_6927586285:494:61244:61274 Doig Victoria, British Columbia +0.470876 aapg_aa_357.html aapg_aa_357.html:563:49757:49762 Supai Western world +0.246909 gsa_html_5851281923 gsa_html_5851281923:212:22433:22459 Chumstick Washington (state) +0.499802 aapg_af_142.html aapg_af_142.html:263:33584:33603 Cotton Valley Alabama +0.239057 cspg_html_8587137158 cspg_html_8587137158:56:9325:9352 Roberts Mountains Reno, Nevada +0.382032 aapg_ac_688.html aapg_ac_688.html:83:8265:8276 Green River Logan, Utah +0.258856 aapg_ai_688.html aapg_ai_688.html:69:10022:10037 Rochester Williamsport, Indiana +0.396002 aapg_ac_749.html aapg_ac_749.html:253:27146:27164 Eramosa Guelph +0.520956 aapg_ac_825.html aapg_ac_825.html:3:382:388 Carmel Monterey, California +0.491667 gsa_html_6105798111 gsa_html_6105798111:527:45753:45781 Green River Iran +0.495945 geology_html_4319281485 geology_html_4319281485:341:24839:24847 Loveland Kingdom of Great Britain +0.253005 geology_html_4860930737 geology_html_4860930737:233:21964:21972 Virginia Shenandoah National Park +0.491898 aapg_af_854.html aapg_af_854.html:1138:161172:161194 Waltersburg Vienna +0.479478 sedimentology_html_5688658852 sedimentology_html_5688658852:43:3224:3236 San Fernando Texas +0.374247 aapg_ah_328.html aapg_ah_328.html:343:35816:35834 Moenkopi Logan, Utah +0.285131 aapg_ac_291.html aapg_ac_291.html:55:4194:4202 Fairview San Fernando Valley +0.908562 aapg_ad_880.html aapg_ad_880.html:219:23132:23151 Spearfish Black Hills +0.26838 cspg_html_3447886929 cspg_html_3447886929:122:14349:14370 Lawrence Quebec City +0.523296 aapg_ae_961.html aapg_ae_961.html:359:29044:29052 Niobrara Benton, Arkansas +0.266247 cspg_html_5241714595 cspg_html_5241714595:15:1946:1961 Nisku Lacombe, Alberta +0.486401 cspg_html_3187844923 cspg_html_3187844923:46:8361:8381 Sustut Arctic Cordillera +0.4893 aapg_ah_217.html aapg_ah_217.html:255:31724:31742 Brallier Chemung, New York +0.261844 aapg_ac_765.html aapg_ac_765.html:324:59905:59923 Moenkopi Chinle Formation +0.270458 cspg_html_1611261412 cspg_html_1611261412:767:97546:97551 Swift Lacombe, Alberta +0.279202 aapg_af_138.html aapg_af_138.html:178:16771:16792 Martinsburg Pennsylvania +0.26574 aapg_ah_415.html aapg_ah_415.html:110:9723:9743 Colorado Colorado +0.25392 cspg_html_9343899465 cspg_html_9343899465:432:43853:43879 Melville Island Banks Island +0.488652 aapg_aa_623.html aapg_aa_623.html:13:2304:2325 Belly River Regina, Saskatchewan +0.256011 sedimentology_html_9577663314 sedimentology_html_9577663314:700:38870:38874 Hall London, Ontario +0.249951 cspg_html_3328007773 cspg_html_3328007773:797:88084:88100 Viking Lacombe, Alberta +0.258566 aapg_ae_755.html aapg_ae_755.html:415:43681:43702 Pungo River Beaufort County, North Carolina +0.484748 cspg_html_7833083677 cspg_html_7833083677:2360:206460:206465 Yukon Anchorage, Alaska +0.504172 gsa_html_5928791685 gsa_html_5928791685:1257:98463:98469 Reston Virginia +0.52415 aapg_ad_318.html aapg_ad_318.html:199:25615:25633 Salina Ohio +0.382356 aapg_ad_580.html aapg_ad_580.html:156:19900:19905 Uinta Logan, Utah +0.266682 aapg_ah_85.html aapg_ah_85.html:452:41802:41814 Castle Hayne North Carolina +0.491008 aapg_ah_428.html aapg_ah_428.html:340:41558:41568 Maravillas El Paso, Texas +0.261522 aapg_af_130.html aapg_af_130.html:138:25110:25147 Madison Colorado +0.250952 gsa_html_3860045860 gsa_html_3860045860:673:77066:77072 Oregon Washington (state) +0.267734 aapg_ac_527.html aapg_ac_527.html:192:22620:22627 Kayenta Mesa, Arizona +0.507756 gsa_html_4719798013 gsa_html_4719798013:59:6609:6635 Ogallala Nebraska +0.26136 aapg_ad_54.html aapg_ad_54.html:953:96404:96410 Moscow East Siberian Sea +0.481068 gsa_html_8499611670 gsa_html_8499611670:854:82394:82400 Ithaca Caribbean +0.48256 aapg_ai_233.html aapg_ai_233.html:106:11243:11247 Frio Hastings, Minnesota +0.494607 aapg_ac_807.html aapg_ac_807.html:725:72100:72110 Citronelle Orangeburg, South Carolina +0.25296 aapg_ah_756.html aapg_ah_756.html:255:24105:24121 Whitehorse Rush Springs, Oklahoma +0.488889 aapg_ai_491.html aapg_ai_491.html:621:69747:69751 Rico Colorado +0.252486 aapg_af_895.html aapg_af_895.html:319:29792:29826 El Paso Texas +0.47094 aapg_ah_626.html aapg_ah_626.html:65:4791:4808 Cardium Colorado +0.268155 cspg_html_5264346535 cspg_html_5264346535:200:22601:22623 Judith River Regina, Saskatchewan +0.255021 cspg_html_5542874609 cspg_html_5542874609:185:28106:28122 Seabee Anchorage, Alaska +0.473323 cspg_html_8250500468 cspg_html_8250500468:47:6394:6407 Blackstone Colorado +0.261072 aapg_ak_59.html aapg_ak_59.html:240:34300:34311 San Joaquin Great Valley, New York +0.242649 aapg_ae_67.html aapg_ae_67.html:366:30893:30901 Colorado Colorado +0.25039 cspg_html_9435196958 cspg_html_9435196958:642:27317:27338 Belly River Lacombe, Alberta +0.254989 aapg_af_354.html aapg_af_354.html:21:3120:3135 Catalina Schist Channel Islands of California +0.471696 aapg_ak_76.html aapg_ak_76.html:97:14327:14350 San Sebastian San Juan, Argentina +0.254464 gsa_html_2717448156 gsa_html_2717448156:510:49636:49656 Kinnikinic Quartzite Middle Ordovician +0.240518 aapg_aa_357.html aapg_aa_357.html:389:36618:36625 Wingate Chinle Formation +0.233356 aapg_ak_101.html aapg_ak_101.html:7:872:882 San Felipe Baja California peninsula +0.26967 gsa_html_9299329909 gsa_html_9299329909:707:77420:77433 Santa Barbara California +0.264554 aapg_ae_473.html aapg_ae_473.html:204:19452:19467 Eutaw Tuscaloosa, Alabama +0.261085 aapg_ae_471.html aapg_ae_471.html:461:41918:41924 Midway Cotton Valley, Louisiana +0.242015 sedimentology_html_9227563678 sedimentology_html_9227563678:30:1753:1761 Edmonton Canada +0.869514 aapg_ac_873.html aapg_ac_873.html:194:14271:14286 Lance Cheyenne, Wyoming +0.472352 aapg_ac_924.html aapg_ac_924.html:146:12818:12825 Madison Cheyenne, Wyoming +0.269352 gsa_html_3448554349 gsa_html_3448554349:441:43339:43352 Bedford Pennsylvania +0.440496 cspg_html_6956743126 cspg_html_6956743126:14:1749:1761 Saskatchewan Calgary +0.261542 cspg_html_1159794850 cspg_html_1159794850:189:29468:29490 Salina Greifensee, Zurich +0.494844 gsa_html_3320600310 gsa_html_3320600310:649:49647:49675 Green River Colorado +0.287295 aapg_ac_741.html aapg_ac_741.html:156:18241:18253 Pierre Sharon Springs, Kansas +0.503208 cspg_html_8915218033 cspg_html_8915218033:404:39256:39264 Montreal Montreal +0.495378 geology_html_8865251298 geology_html_8865251298:103:11326:11343 Thaynes Logan, Utah +0.470352 AMJC_html_6156518485 AMJC_html_6156518485:235:28787:28797 Washington Richland, Washington +0.275688 aapg_ah_612.html aapg_ah_612.html:188:17840:17848 Columbia Vancouver +0.252642 aapg_ad_338.html aapg_ad_338.html:532:58124:58148 Potomac Maryland +0.250992 aapg_ac_215.html aapg_ac_215.html:278:24359:24371 Independence Iowa +0.26462 gsa_html_1024107776 gsa_html_1024107776:818:77586:77606 Boss Point Great Britain +0.510376 geology_html_4637719285 geology_html_4637719285:278:26203:26211 Scotland London, Ontario +0.258552 cspg_html_3041902517 cspg_html_3041902517:747:81592:81610 Tensleep Cheyenne, Wyoming +0.24087 gsa_html_6212532476 gsa_html_6212532476:413:28004:28011 El Paso Rainbow Basin +0.45962 aapg_aa_47.html aapg_aa_47.html:226:24845:24852 Hermosa Colorado +0.48884 geology_html_5129774833 geology_html_5129774833:126:12625:12628 Lee Arizona +0.25428 aapg_ae_609.html aapg_ae_609.html:280:34191:34210 Sunniland Collier County, Florida +0.488448 aapg_ai_489.html aapg_ai_489.html:71:7285:7295 Wellington Victoria Island (Nigeria) +0.49556 aapg_af_808.html aapg_af_808.html:732:95104:95121 Oceanic Barbados +0.478956 cspg_html_2093862169 cspg_html_2093862169:397:40830:40845 Bluff Grand Cayman +0.258063 aapg_ac_908.html aapg_ac_908.html:102:14080:14086 Provo Amasra +0.46207 aapg_af_337.html aapg_af_337.html:17:2361:2372 Piney Point Closter, New Jersey +0.270039 aapg_ac_70.html aapg_ac_70.html:39:6078:6092 Weber Arizona +0.244647 cspg_html_6786864151 cspg_html_6786864151:216:32864:32881 Bearpaw Lacombe, Alberta +0.26985 aapg_af_143.html aapg_af_143.html:1649:149533:149540 Newport Yaquina Bay +0.268836 cspg_html_5699627350 cspg_html_5699627350:44:6702:6718 Viking Regina, Saskatchewan +0.247506 gsa_html_4940410718 gsa_html_4940410718:613:53637:53665 Espinaso New Mexico +0.27092 aapg_ai_80.html aapg_ai_80.html:135:14928:14938 Eau Claire Kentucky +0.44616 cspg_html_8109044701 cspg_html_8109044701:17:1990:1998 Columbia Victoria, British Columbia +0.26367 gsa_html_4719798013 gsa_html_4719798013:326:32121:32146 Blackwater Draw Pecos River +0.505486 aapg_ad_958.html aapg_ad_958.html:1046:108189:108195 Warsaw Salem, Massachusetts +0.261105 aapg_ai_975.html aapg_ai_975.html:590:50457:50474 Pine Island Shreveport, Louisiana +0.48348 aapg_ae_958.html aapg_ae_958.html:83:10474:10484 Whitehorse Texas +0.346257 aapg_ad_812.html aapg_ad_812.html:74:10168:10175 Entrada Logan, Utah +0.249951 cspg_html_7576506617 cspg_html_7576506617:17:2825:2837 Severn River Moose River (Ontario) +0.452648 cspg_html_6116883777 cspg_html_6116883777:1253:175452:175477 Bathurst Bathurst Island (Northern Territory) +0.256536 cspg_html_7903023332 cspg_html_7903023332:126:15364:15384 Kananaskis Victoria, British Columbia +0.247904 aapg_aa_595.html aapg_aa_595.html:551:64939:64945 Salado New Mexico +0.26884 cspg_html_7297340324 cspg_html_7297340324:675:84625:84630 Gates Victoria, British Columbia +0.26866 sedimentology_html_3181527419 sedimentology_html_3181527419:184:15059:15098 Earp Supai, Arizona +0.475092 geology_html_4860930737 geology_html_4860930737:15:810:818 Virginia Virginia +0.255016 cspg_html_6702053097 cspg_html_6702053097:518:63042:63058 George Quebec City +0.256032 sedimentology_html_2010995560 sedimentology_html_2010995560:1845:109104:109119 Mesaverde Logan, Utah +0.473773 cspg_html_5349145670 cspg_html_5349145670:14:1626:1651 Fernie Western world +0.493084 aapg_ad_280.html aapg_ad_280.html:34:5892:5899 Bossier Texas +0.481707 geology_html_2550998204 geology_html_2550998204:374:23383:23389 Curtis Rocky Mountains +0.486 aapg_aa_734.html aapg_aa_734.html:636:61097:61110 Bigfork Chert Arkansas +0.50076 sedimentology_html_2783235823 sedimentology_html_2783235823:28:2523:2531 Colorado Cambridge +0.464088 aapg_ai_478.html aapg_ai_478.html:141:15275:15294 Pine Point Great Slave Lake +0.265932 AMJC_html_5262622465 AMJC_html_5262622465:965:88163:88172 Extension Northeast China Plain +0.250976 sedimentology_html_5801163920 sedimentology_html_5801163920:1294:97786:97790 Dean Texas +0.232344 aapg_aa_323.html aapg_aa_323.html:96:9165:9175 Kern River California +0.431104 cspg_html_9717154602 cspg_html_9717154602:497:57061:57078 Bearpaw Lethbridge +0.46728 aapg_ah_505.html aapg_ah_505.html:1848:147815:147823 Colorado Colorado Springs, Colorado +0.276667 aapg_aa_423.html aapg_aa_423.html:9:1053:1073 Whitehorse Memphis, Tennessee +0.261602 AMJC_html_6605473820 AMJC_html_6605473820:150:17986:17994 Michigan Michigan +0.273385 geology_html_1703051515 geology_html_1703051515:11:719:726 Newport Salem, Oregon +0.48829 cspg_html_4331869613 cspg_html_4331869613:8:587:608 Kananaskis Highwood Pass +0.462031 aapg_aa_777.html aapg_aa_777.html:53:5545:5569 Provo Lake Bonneville +0.486912 jgeology_html_2401877359 jgeology_html_2401877359:295:22618:22633 Weber Logan, Utah +0.425538 cspg_html_6702053097 cspg_html_6702053097:631:73159:73167 Montreal Quebec City +0.491898 aapg_ae_918.html aapg_ae_918.html:47:3806:3814 Eminence Missouri River +0.2485 geology_html_9724340758 geology_html_9724340758:100:6170:6178 Victoria Earth +0.26208 aapg_ai_720.html aapg_ai_720.html:245:27573:27580 Magothy Fire Island (Anchorage, Alaska) +0.258552 cspg_html_9860060507 cspg_html_9860060507:424:49426:49440 Lisburne Anchorage, Alaska +0.49022 aapg_aa_12.html aapg_aa_12.html:350:36088:36093 Atoka Atoka, Oklahoma +0.472382 aapg_ae_324.html aapg_ae_324.html:1301:129287:129294 Pamelia Black River, Jamaica +0.277914 cspg_html_3597281324 cspg_html_3597281324:358:39985:40007 Judith River Canada +0.264936 gsa_html_9979192554 gsa_html_9979192554:664:64770:64789 Okpikruak Northwest Arctic Borough, Alaska +0.474734 aapg_af_298.html aapg_af_298.html:220:24036:24053 Cypress Hancock County, Indiana +0.263907 cspg_html_2882304151 cspg_html_2882304151:82:15962:15969 Cadomin Bow River +0.469299 aapg_aa_897.html aapg_aa_897.html:76:8172:8194 Ghost Rocks Kodiak Island +0.282988 aapg_ai_84.html aapg_ai_84.html:189:18968:18978 Bellefonte Mount Nittany +0.241462 aapg_ac_353.html aapg_ac_353.html:70:5647:5655 La Habra California +0.48308 sedimentology_html_1253431842 sedimentology_html_1253431842:1910:82331:82359 Juniata Perth, Western Australia +0.515484 palaios_html_3796939457 palaios_html_3796939457:633:50004:50022 Woodbine Texas +0.251643 cspg_html_8618252466 cspg_html_8618252466:6:343:360 Cardium Lacombe, Alberta +0.48756 palaios_html_4869117719 palaios_html_4869117719:713:73286:73294 Traverse Cambridge +0.26418 cspg_html_6116883777 cspg_html_6116883777:567:74838:74853 Douro Little Cornwallis Island +0.269361 gsa_html_3014459865 gsa_html_3014459865:655:67851:67862 Green River Kentucky +0.269868 aapg_ah_131.html aapg_ah_131.html:19:1929:1936 Rodessa Cotton Valley, Louisiana +0.259017 aapg_ad_194.html aapg_ad_194.html:179:19188:19205 Carrara California +0.248997 cspg_html_7278001817 cspg_html_7278001817:6:314:359 Montney Lacombe, Alberta +0.489827 aapg_ac_730.html aapg_ac_730.html:605:88228:88234 Dakota Mancos, Colorado +0.250745 cspg_html_1222040397 cspg_html_1222040397:352:47259:47267 Columbia Victoria, British Columbia +0.254015 aapg_ae_534.html aapg_ae_534.html:122:13049:13065 Tyonek Kenai, Alaska +0.493506 aapg_ai_743.html aapg_ai_743.html:6:663:671 Colorado Surrey, British Columbia +0.499118 palaios_html_5212272868 palaios_html_5212272868:652:58840:58852 Pierre Colorado +0.236052 aapg_af_598.html aapg_af_598.html:154:12816:12824 Seminole Holdenville, Oklahoma +0.490049 aapg_ai_980.html aapg_ai_980.html:683:60342:60347 Swift Cut Bank, Montana +0.458082 aapg_aa_702.html aapg_aa_702.html:1390:141996:142004 Colorado Denver +0.486675 cspg_html_6517402834 cspg_html_6517402834:470:40576:40595 Scollard Lacombe, Alberta +0.90992 aapg_ae_884.html aapg_ae_884.html:274:36568:36588 Meeteetse Cheyenne, Wyoming +0.266562 palaios_html_6756694640 palaios_html_6756694640:980:81085:81103 Imperial California +0.253302 cspg_html_4272664788 cspg_html_4272664788:455:49669:49687 Rundle Lacombe, Alberta +0.47991 aapg_aa_105.html aapg_aa_105.html:197:20271:20279 Columbia Lacombe, Alberta +0.252984 geology_html_8650673686 geology_html_8650673686:302:22477:22483 Brazil South America +0.261112 palaios_html_9408587909 palaios_html_9408587909:65:6757:6771 Toad Canada +0.498942 aapg_ae_942.html aapg_ae_942.html:321:20420:20426 Wilcox Logan County, West Virginia +0.478114 palaios_html_9359679595 palaios_html_9359679595:274:24718:24737 Robertson Western world +0.266247 gsa_html_8236729701 gsa_html_8236729701:573:50598:50618 Chatsworth California +0.25317 sedimentology_html_1046729113 sedimentology_html_1046729113:364:34039:34065 Telegraph Creek Ardmore, Pennsylvania +0.49276 AMJC_html_3101604482 AMJC_html_3101604482:808:78235:78246 Green River Virginia +0.490496 gsa_html_7083998155 gsa_html_7083998155:604:64202:64210 Beaumont London, Ontario +0.266752 aapg_ad_2.html aapg_ad_2.html:1165:159563:159573 Plattsburg Brainerd, Minnesota +0.251748 aapg_af_621.html aapg_af_621.html:66:6693:6704 Hardinsburg Palestinian territories +0.254944 aapg_aa_537.html aapg_aa_537.html:291:33932:33938 Oswego Mississippi River +0.484124 gsa_html_7808051457 gsa_html_7808051457:662:65110:65127 Manitou Colorado +0.274567 sedimentology_html_5613495298 sedimentology_html_5613495298:1298:70085:70100 Chinle Chinle Formation +0.267806 aapg_ai_958.html aapg_ai_958.html:177:19267:19279 Goliad Texas +0.267566 aapg_ad_258.html aapg_ad_258.html:132:12719:12729 Huntingdon Tioga, Texas +0.259045 aapg_af_736.html aapg_af_736.html:100:11632:11649 Green River Douala +0.487113 geology_html_7498256649 geology_html_7498256649:12:527:533 Reston Virginia +0.25959 cspg_html_4272664788 cspg_html_4272664788:496:51831:51839 Palliser Lacombe, Alberta +0.9168 aapg_ah_766.html aapg_ah_766.html:204:23064:23085 San Ricardo California +0.254584 aapg_aa_869.html aapg_aa_869.html:191:31152:31192 Agua Nueva Middle East +0.846204 aapg_af_854.html aapg_af_854.html:546:73950:73956 Warsaw Illinois +0.486758 aapg_aa_381.html aapg_aa_381.html:87:11488:11503 Santa Margarita Paso Robles, California +0.25344 cspg_html_1104474892 cspg_html_1104474892:574:65852:65862 Washington Victoria, British Columbia +0.248952 palaios_html_3022467877 palaios_html_3022467877:454:48578:48584 Oxford Henderson, Nevada +0.254718 aapg_ae_777.html aapg_ae_777.html:601:67207:67231 Arroyo Logan, Utah +0.511511 aapg_ah_508.html aapg_ah_508.html:180:16988:16999 Beekmantown Black River, Jamaica +0.504866 aapg_aa_689.html aapg_aa_689.html:166:22564:22572 Kankakee Wisconsin +0.259065 jgeology_html_8406118991 jgeology_html_8406118991:184:16997:17005 Columbia Victoria, British Columbia +0.23472 cspg_html_2769629211 cspg_html_2769629211:304:34170:34190 Escarpment Hay River (Canada) +0.295095 aapg_ad_887.html aapg_ad_887.html:43:4966:4985 Smackover Arkansas +0.423164 aapg_ae_391.html aapg_ae_391.html:556:51069:51076 Rustler Delaware +0.483056 aapg_ah_167.html aapg_ah_167.html:114:13756:13777 Beaverfoot Mons +0.37587 aapg_aa_357.html aapg_aa_357.html:272:25034:25042 Moenkopi Arizona +0.477904 aapg_af_854.html aapg_af_854.html:511:68146:68169 Locust Point Carwood, Indiana +0.479232 aapg_af_130.html aapg_af_130.html:139:25394:25409 Ouray Colorado +0.483616 aapg_ad_785.html aapg_ad_785.html:810:88161:88169 Colorado Colorado Springs, Colorado +0.254012 cspg_html_2498183035 cspg_html_2498183035:83:10659:10669 Swan Hills Swan Hill, Victoria +0.269352 geology_html_9788030825 geology_html_9788030825:22:1317:1330 Santa Barbara California +0.501642 aapg_ae_369.html aapg_ae_369.html:112:12680:12695 Eutaw Selma to Montgomery marches +0.254664 aapg_ai_52.html aapg_ai_52.html:3:502:516 Monterey California +0.25551 palaios_html_8699778504 palaios_html_8699778504:336:31783:31791 Columbia Washington (state) +0.48994 aapg_af_492.html aapg_af_492.html:516:55035:55041 Denver Colorado +0.479478 aapg_ac_59.html aapg_ac_59.html:275:34584:34604 Stadium Conglomerate Poway, California +0.481206 aapg_ac_616.html aapg_ac_616.html:560:50950:50963 Santa Barbara California +0.49556 aapg_aa_918.html aapg_aa_918.html:33:6318:6327 Red River Washington (state) +0.4921 aapg_ad_667.html aapg_ad_667.html:355:31170:31174 Bond Mississippi River +0.35259 aapg_ae_473.html aapg_ae_473.html:464:43049:43058 Red Bluff Mississippi River +0.237474 aapg_ah_387.html aapg_ah_387.html:381:37393:37402 Knoxville Knoxville, Illinois +0.23766 geology_html_8641309401 geology_html_8641309401:22:1316:1326 Washington Washington (state) +0.253422 gsa_html_4438819447 gsa_html_4438819447:79:8803:8822 Mattagami Telford, Pennsylvania +0.264638 aapg_ae_461.html aapg_ae_461.html:71:10580:10599 Smackover Cotton Valley, Louisiana +0.261021 cspg_html_5403901844 cspg_html_5403901844:207:29133:29140 Manetoe Western world +0.465744 gsa_html_6719250028 gsa_html_6719250028:653:63260:63270 Copenhagen Glacier Bay National Park and Preserve +0.495824 aapg_af_971.html aapg_af_971.html:275:34996:35005 Red River Williston, Vermont +0.604064 gsa_html_4432793908 gsa_html_4432793908:159:18930:18966 Newark Canyon Reno, Nevada +0.80801 aapg_af_810.html aapg_af_810.html:27:2390:2403 Turner Valley Lacombe, Alberta +0.25047 aapg_af_540.html aapg_af_540.html:395:52487:52505 Colorado Bow Island Airport +0.268275 aapg_af_709.html aapg_af_709.html:163:19273:19280 Cardium Colorado +0.465552 cspg_html_6472484014 cspg_html_6472484014:536:54785:54820 La Vieille New Brunswick, New Jersey +0.260568 cspg_html_6699560435 cspg_html_6699560435:5:187:203 Viking Central Alberta +0.258039 cspg_html_2695921112 cspg_html_2695921112:89:10365:10386 Bonaventure Logan, Utah +0.268632 palaios_html_2994263883 palaios_html_2994263883:266:33694:33714 Java Brunton Park +0.229864 aapg_aa_995.html aapg_aa_995.html:22:2827:2835 Colorado Denver +0.399288 geology_html_1574115242 geology_html_1574115242:280:24869:24874 Uinta Logan, Utah +0.271441 cspg_html_2838996125 cspg_html_2838996125:167:30175:30194 Bear Rock Mackenzie River +0.243452 aapg_ah_536.html aapg_ah_536.html:91:12412:12423 Walnut Texas +0.485395 gsa_html_9358424843 gsa_html_9358424843:301:33490:33500 Santa Cruz California +0.792855 aapg_ad_338.html aapg_ad_338.html:325:37351:37364 Woodbury Clay Closter, New Jersey +0.486904 aapg_ac_699.html aapg_ac_699.html:136:11091:11108 El Abra Texas +0.269724 cspg_html_1915486237 cspg_html_1915486237:218:30829:30837 Columbia Victoria, British Columbia +0.454209 aapg_ad_880.html aapg_ad_880.html:113:13541:13560 Spearfish Elk Mountain, Wyoming +0.476685 aapg_ad_116.html aapg_ad_116.html:405:49770:49782 Corbin Ranch Richmond, California +0.245952 sedimentology_html_5462089509 sedimentology_html_5462089509:1079:87163:87182 Pocatello Boise, Idaho +0.244035 sedimentology_html_3271817872 sedimentology_html_3271817872:2023:107574:107594 Toro Chile +0.27371 aapg_ai_223.html aapg_ai_223.html:48:4909:4915 Dakota Niobrara, Nebraska +0.48306 aapg_ae_73.html aapg_ae_73.html:620:84956:84966 Rio Grande Alamosa, Colorado +0.48 aapg_ae_805.html aapg_ae_805.html:411:48650:48666 Maroon Colorado +0.489328 aapg_ai_243.html aapg_ai_243.html:22:3579:3589 Tuscaloosa Tuscaloosa, Alabama +0.258542 sedimentology_html_2566540012 sedimentology_html_2566540012:899:73721:73726 Taiga Logan, Utah +0.268275 aapg_ae_182.html aapg_ae_182.html:254:29070:29080 Fort Worth Texas +0.25529 aapg_ae_741.html aapg_ae_741.html:366:41107:41135 Lisburne Northwest Arctic Borough, Alaska +0.478908 gsa_html_3942625742 gsa_html_3942625742:547:47544:47554 Fort Worth Texas +0.254904 aapg_ah_318.html aapg_ah_318.html:3542:285572:285595 Cotton Valley Mexico +0.259904 cspg_html_6816015957 cspg_html_6816015957:455:48991:49004 Barnett Texas +0.247979 sedimentology_html_9912946355 sedimentology_html_9912946355:220:17464:17470 Sierra Mandeville, Jamaica +0.483406 aapg_ai_549.html aapg_ai_549.html:24:3313:3322 Peninsula Kankakee, Illinois +0.248 gsa_html_2818345762 gsa_html_2818345762:633:54497:54517 Mineral Fork Tillite Logan, Utah +0.252504 cspg_html_1962846283 cspg_html_1962846283:217:25543:25561 Kootenay Lacombe, Alberta +0.487325 geology_html_3231018979 geology_html_3231018979:11:490:502 Saskatchewan Regina, Saskatchewan +0.245391 cspg_html_5807593737 cspg_html_5807593737:619:77365:77392 Duperow Lacombe, Alberta +0.2451 aapg_ah_48.html aapg_ah_48.html:441:53544:53552 Colorado Denver +0.262143 geology_html_9192375337 geology_html_9192375337:469:31382:31388 Pueblo Caribbean +0.480255 aapg_ai_491.html aapg_ai_491.html:488:63248:63265 Paradox Hermosa, Chicago +0.48501 cspg_html_3129231627 cspg_html_3129231627:11:1145:1168 Eleanor River Little Cornwallis Island +0.44919 aapg_ai_504.html aapg_ai_504.html:175:17447:17455 Tensleep Des Moines, Washington +0.463158 sedimentology_html_7879958341 sedimentology_html_7879958341:1244:80751:80761 Protection Melbourne, Florida +0.47025 aapg_af_436.html aapg_af_436.html:190:21218:21228 Washington Buchanan, North Dakota +0.236442 gsa_html_4930932370 gsa_html_4930932370:990:110352:110369 Onaping Sudbury, Suffolk +0.487407 jgeology_html_1964872752 jgeology_html_1964872752:258:18239:18258 Pensauken Piedmont (United States) +0.274567 aapg_ai_846.html aapg_ai_846.html:94:12887:12916 Citronelle Gulfport, Mississippi +0.486244 cspg_html_9987144175 cspg_html_9987144175:279:37186:37201 Lougheed Island District Council of Franklin Harbour +0.469437 aapg_aa_916.html aapg_aa_916.html:115:11049:11056 Mohawk Logan, Utah +0.24139 cspg_html_4403434336 cspg_html_4403434336:33:4640:4661 Adams Washington (state) +0.25654 aapg_ae_187.html aapg_ae_187.html:464:47641:47657 Basal Chattanooga, Tennessee +0.260478 cspg_html_5450075884 cspg_html_5450075884:755:76254:76271 Cardium Lacombe, Alberta +0.492093 aapg_aa_691.html aapg_aa_691.html:671:90524:90530 Salina Michigan +0.48896 cspg_html_4374961624 cspg_html_4374961624:175:22330:22341 Mount Whyte Mount Robson Provincial Park +0.473445 cspg_html_7963093032 cspg_html_7963093032:438:46611:46621 Mill Creek Victoria, British Columbia +0.250976 geology_html_9355971055 geology_html_9355971055:36:2096:2102 Oregon Sierra Nevada (Spain) +0.462594 aapg_ad_602.html aapg_ad_602.html:299:23908:23914 Denver Salina, Kansas +0.524244 aapg_ac_726.html aapg_ac_726.html:122:14296:14314 Frontier Cheyenne, Wyoming +0.25529 aapg_aa_314.html aapg_aa_314.html:82:10680:10694 Monmouth Long Island (Massachusetts) +0.26936 cspg_html_5813536348 cspg_html_5813536348:64:9160:9179 Keg River Cruden Bay +0.482384 cspg_html_6588266079 cspg_html_6588266079:327:33613:33622 Mackenzie Lacombe, Alberta +0.47838 gsa_html_1790318761 gsa_html_1790318761:738:62862:62890 Green River New Mexico +0.48464 aapg_ad_49.html aapg_ad_49.html:122:11444:11449 Capay Washington (state) +0.264027 cspg_html_5541725202 cspg_html_5541725202:710:81544:81554 Cumberland Springhill, Nova Scotia +0.251563 aapg_ad_944.html aapg_ad_944.html:152:14872:14879 Rierdon Williston, Vermont +0.459528 aapg_ac_337.html aapg_ac_337.html:370:17120:17126 Denver Colorado +0.26162 aapg_ai_66.html aapg_ai_66.html:15:2260:2279 Fox Hills Niobrara, Nebraska +0.257045 sedimentology_html_6268265701 sedimentology_html_6268265701:1488:100337:100354 Bluesky Lacombe, Alberta +0.258856 aapg_ac_305.html aapg_ac_305.html:163:17029:17052 Crystal River Williston, Vermont +0.25959 cspg_html_7297340324 cspg_html_7297340324:859:95489:95515 San Miguel Texas +0.270918 cspg_html_9119878068 cspg_html_9119878068:22:3040:3063 Waterways Swan Hill, Victoria +0.37026 aapg_ai_810.html aapg_ai_810.html:16:2250:2277 Norphlet Alabama +0.251472 cspg_html_2083823293 cspg_html_2083823293:586:61891:61909 Kootenay Lacombe, Alberta +0.50304 aapg_aa_691.html aapg_aa_691.html:570:75707:75732 Contact Rapids CFB Cold Lake +0.262474 cspg_html_5813536348 cspg_html_5813536348:380:43221:43252 Madison Logan, Utah +0.24752 gsa_html_3521452491 gsa_html_3521452491:802:67694:67725 Beaufort Beaufort West Local Municipality +0.475449 cspg_html_9060847110 cspg_html_9060847110:23:3393:3417 Rocky Brook Canada +0.262614 aapg_ah_132.html aapg_ah_132.html:120:9010:9025 Yegua Raywood, Victoria +0.507492 gsa_html_6667015190 gsa_html_6667015190:77:6241:6269 Green River Colorado +0.499896 palaios_html_2623118674 palaios_html_2623118674:179:20060:20094 North Horn North Horn Formation +0.84889 aapg_af_803.html aapg_af_803.html:368:37062:37071 Catahoula Oakville, California +0.471003 aapg_aa_560.html aapg_aa_560.html:6:796:804 Saratoga West Columbia, West Virginia +0.256824 cspg_html_3461479787 cspg_html_3461479787:6:314:328 Mission Canyon Regina, Saskatchewan +0.254904 sedimentology_html_7094042012 sedimentology_html_7094042012:202:21557:21575 Provo Jura Mountains +0.253506 aapg_aa_233.html aapg_aa_233.html:182:18219:18236 La Pena Matamoros, Tamaulipas +0.475335 aapg_af_667.html aapg_af_667.html:101:12208:12216 Carlsbad Pecos River +0.24843 aapg_ad_908.html aapg_ad_908.html:300:34353:34371 Mercedes British Guiana +0.255224 aapg_ah_528.html aapg_ah_528.html:70:7135:7142 Thaynes Chinle Formation +0.24941 cspg_html_9725676031 cspg_html_9725676031:731:76202:76213 Peace River Lacombe, Alberta +0.249951 cspg_html_4287356899 cspg_html_4287356899:3408:362812:362826 Lisburne Anchorage, Alaska +0.786016 cspg_html_7989435905 cspg_html_7989435905:73:8104:8111 Bearpaw Edmonton, London +0.26826 cspg_html_9729377176 cspg_html_9729377176:706:92787:92807 Baldonnel Victoria, British Columbia +0.266231 aapg_ac_603.html aapg_ac_603.html:96:9246:9254 Moenkopi Chinle Formation +0.259931 aapg_ae_324.html aapg_ae_324.html:1307:130055:130062 Pamelia Lowville (town), New York +0.475695 gsa_html_4120839285 gsa_html_4120839285:1300:128795:128826 San Francisquito Southern California +0.500076 aapg_af_14.html aapg_af_14.html:757:67257:67273 Almond Cheyenne, Wyoming +0.2703 aapg_ad_137.html aapg_ad_137.html:40:3737:3743 Paluxy Cotton Valley, Louisiana +0.28231 aapg_ae_915.html aapg_ae_915.html:113:8888:8900 Dakota Nebraska +0.243 aapg_ah_5.html aapg_ah_5.html:2503:178521:178541 Keokuk Burlington, Ontario +0.269868 aapg_af_397.html aapg_af_397.html:77:9073:9090 Entrada Entrada Sandstone +0.254015 geology_html_9528538031 geology_html_9528538031:107:8570:8583 Santa Barbara California +0.264052 gsa_html_6143207195 gsa_html_6143207195:25:1125:1131 Denver Colorado +0.264668 sedimentology_html_8502352648 sedimentology_html_8502352648:685:49986:49992 Decker Walrus Island, Pribilof Islands +0.84488 aapg_aa_147.html aapg_aa_147.html:63:9532:9547 Interlake Manitoba +0.263088 aapg_ad_379.html aapg_ad_379.html:759:62761:62778 Entrada Denver +0.482733 cspg_html_5312588885 cspg_html_5312588885:625:68067:68077 Washington Texas +0.494172 aapg_ai_980.html aapg_ai_980.html:694:61814:61829 Swift Cut Bank, Montana +0.26129 aapg_ah_654.html aapg_ah_654.html:200:19427:19446 Open Gallatin, Tennessee +0.254508 aapg_af_2.html aapg_af_2.html:504:56362:56375 Marble Canyon Arizona +0.258792 cspg_html_2882304151 cspg_html_2882304151:86:17080:17087 Cadomin Red Deer, Alberta +0.393819 cspg_html_8387792223 cspg_html_8387792223:646:67614:67622 Sunblood Canada +0.468981 sedimentology_html_2882658865 sedimentology_html_2882658865:561:35801:35810 Mansfield Montgomery (town), New York +0.4815 aapg_ah_623.html aapg_ah_623.html:82:8466:8482 Maroon Glenwood Springs, Colorado +0.37044 gsa_html_7737235229 gsa_html_7737235229:890:57162:57191 Bonneterre Missouri River +0.23937 aapg_af_266.html aapg_af_266.html:322:34528:34536 Woodford Los Angeles +0.26362 aapg_ah_484.html aapg_ah_484.html:14:2392:2398 Sparta Carrizo Plain +0.441774 aapg_ai_17.html aapg_ai_17.html:1170:79189:79208 Catahoula Texas +0.48384 aapg_ae_220.html aapg_ae_220.html:492:53875:53883 Nacatoch Clark County, Indiana +0.378245 aapg_ad_192.html aapg_ad_192.html:65:8876:8886 Tuscaloosa Austin, Chicago +0.221098 cspg_html_8438548095 cspg_html_8438548095:29:3577:3600 Edmonton Edmonton, London +0.260721 cspg_html_6306091047 cspg_html_6306091047:192:27622:27630 Columbia Victoria, British Columbia +0.49192 aapg_ac_56.html aapg_ac_56.html:178:13385:13402 Buckner Alabama +0.244904 palaios_html_4421656336 palaios_html_4421656336:18:759:790 Ferris Cheyenne, Wyoming +0.50666 palaios_html_1276188815 palaios_html_1276188815:544:58131:58149 Judith River Lacombe, Alberta +0.50085 aapg_ae_720.html aapg_ae_720.html:962:108376:108394 Monterey California +0.438797 aapg_ae_959.html aapg_ae_959.html:430:34210:34217 Rustler Salado, Texas +0.237614 aapg_ac_393.html aapg_ac_393.html:49:5253:5262 Vega Mesa County, Colorado +0.261568 jgeology_html_9366209199 jgeology_html_9366209199:326:30574:30583 Eel River Mississippi River +0.4978 aapg_ae_69.html aapg_ae_69.html:281:29433:29450 Wasatch Uinta Mountains +0.238044 gsa_html_9161666105 gsa_html_9161666105:182:14155:14176 Bonaventure Logan, Utah +0.50985 cspg_html_8535889489 cspg_html_8535889489:222:32630:32647 Ringnes Ellesmere Island +0.49543 cspg_html_3815346433 cspg_html_3815346433:8:941:953 Independence Iowa +0.489402 aapg_ac_807.html aapg_ac_807.html:876:85596:85601 Eutaw Alabama +0.503564 cspg_html_9803204564 cspg_html_9803204564:291:36764:36787 Dawson Canyon Logan, Utah +0.258 aapg_ac_489.html aapg_ac_489.html:419:46792:46796 Kent Iran +0.464406 aapg_ah_157.html aapg_ah_157.html:261:37141:37161 Escarpment Kentucky +0.265668 aapg_ae_6.html aapg_ae_6.html:571:61952:61962 Georgetown Del Rio, Tennessee +0.25039 palaios_html_5505127030 palaios_html_5505127030:314:20278:20284 Seward Anchorage, Alaska +0.250952 sedimentology_html_7195393000 sedimentology_html_7195393000:1083:82578:82594 Viking Lacombe, Alberta +0.43092 aapg_ah_329.html aapg_ah_329.html:81:8554:8561 Sisquoc Monterey, California +0.255892 gsa_html_8840132442 gsa_html_8840132442:102:13528:13542 Kootenay Victoria, British Columbia +0.280298 cspg_html_8580557017 cspg_html_8580557017:52:6145:6150 Nisku Western world +0.255675 aapg_aa_702.html aapg_aa_702.html:1919:171327:171349 Winnipegosis Regina, Saskatchewan +0.242793 gsa_html_9755881333 gsa_html_9755881333:648:69932:69936 Java Indonesia +0.24638 cspg_html_7750771523 cspg_html_7750771523:11:1405:1424 Athabasca Lacombe, Alberta +0.488735 aapg_ac_995.html aapg_ac_995.html:376:32995:33010 Taman Matamoros, Tamaulipas +0.523962 aapg_aa_720.html aapg_aa_720.html:251:28004:28026 Johnson Trout Creek, Montana +0.494982 geology_html_6915595818 geology_html_6915595818:222:22884:22912 Beekmantown Canada +0.52512 aapg_ad_823.html aapg_ad_823.html:112:11551:11565 Kiamichi New Mexico +0.491493 aapg_ac_730.html aapg_ac_730.html:299:41172:41187 Mesaverde Shiprock, New Mexico +0.484568 cspg_html_7336022118 cspg_html_7336022118:262:32813:32831 Mohawk Louisbourg, Nova Scotia +0.511884 aapg_ad_184.html aapg_ad_184.html:390:53469:53485 Bromide Missouri River +0.245388 aapg_ai_321.html aapg_ai_321.html:308:42233:42250 Esquias Honduras +0.244398 cspg_html_8288455892 cspg_html_8288455892:75:9864:9918 Bluff Grand Cayman +0.48384 AMJC_html_4147467903 AMJC_html_4147467903:1274:121984:121988 Kent Texas +0.26871 aapg_ac_585.html aapg_ac_585.html:353:40950:40976 San Andres New Mexico +0.238108 aapg_ad_101.html aapg_ad_101.html:158:18551:18562 Road Canyon Western world +0.26104 aapg_af_808.html aapg_af_808.html:811:105750:105777 Oceanic Antilles +0.253575 aapg_af_966.html aapg_af_966.html:40:3629:3638 Newcastle England +0.477225 aapg_ae_876.html aapg_ae_876.html:663:70467:70473 Dakota Cedar Mountains +0.271942 gsa_html_9755702281 gsa_html_9755702281:736:57845:57863 Monterey Channel Islands of California +0.492203 aapg_ad_959.html aapg_ad_959.html:102:10361:10380 Fairview Kentucky +0.484242 aapg_ac_574.html aapg_ac_574.html:209:24359:24377 Humboldt Reno, Nevada +0.26985 cspg_html_2498183035 cspg_html_2498183035:400:41590:41603 Wabamun Canada +0.262119 geology_html_9906887454 geology_html_9906887454:11:556:566 Ellensburg Washington (state) +0.263662 aapg_ae_253.html aapg_ae_253.html:137:17520:17533 Cotton Valley Shreveport, Louisiana +0.461214 palaios_html_5264359942 palaios_html_5264359942:871:61427:61433 Walker South Africa +0.255987 aapg_aa_739.html aapg_aa_739.html:18:1860:1877 Roberts Mountains Reno, Nevada +0.48307 aapg_aa_932.html aapg_aa_932.html:23:2936:2944 Wolfcamp Brownville (town), New York +0.267734 geology_html_8499696831 geology_html_8499696831:23:1660:1666 Walker Houston +0.356328 aapg_ac_939.html aapg_ac_939.html:456:49210:49225 Mesaverde Colorado +0.261252 gsa_html_7737235229 gsa_html_7737235229:104:10370:10385 Davis Western world +0.475048 gsa_html_5865982995 gsa_html_5865982995:1413:148541:148552 Tepee Trail Shive, Texas +0.261112 cspg_html_8915218033 cspg_html_8915218033:27:4299:4307 Columbia Victoria, British Columbia +0.50373 aapg_ad_356.html aapg_ad_356.html:168:14930:14943 Cotton Valley Haynesville, Louisiana +0.25056 aapg_af_738.html aapg_af_738.html:252:33310:33321 San Joaquin Sacramento, California +0.248712 palaios_html_3232474978 palaios_html_3232474978:315:36274:36278 Toad Victoria, British Columbia +0.283015 aapg_ah_822.html aapg_ah_822.html:17:1403:1413 Washington Salem, Oregon +0.470876 aapg_af_575.html aapg_af_575.html:215:29946:29951 Doerun Fredericktown, Missouri +0.248262 AMJC_html_1873062106 AMJC_html_1873062106:272:38524:38546 Burro Canyon Logan, Utah +0.254961 sedimentology_html_9973432841 sedimentology_html_9973432841:174:14617:14644 Springhill Joggins, Nova Scotia +0.26936 cspg_html_5345848475 cspg_html_5345848475:9:1199:1217 Niobrara Niobrara, Nebraska +0.508167 cspg_html_7881580279 cspg_html_7881580279:480:59025:59046 Platteville Dolomites +0.277112 cspg_html_7201476813 cspg_html_7201476813:378:46902:46935 Birdbear Walpole, Massachusetts +0.236662 gsa_html_5261839912 gsa_html_5261839912:24:1710:1723 Morton Gneiss Montevideo, Minnesota +0.465429 cspg_html_3871608501 cspg_html_3871608501:170:17430:17450 York River Quebec City +0.266255 aapg_af_575.html aapg_af_575.html:449:61377:61385 Woodford Chattanooga, Tennessee +0.4944 gsa_html_5039569238 gsa_html_5039569238:24:984:1003 Sassenach Western Canadian Sedimentary Basin +0.395439 aapg_ac_629.html aapg_ac_629.html:557:67740:67760 Citronelle Mississippi River +0.497502 cspg_html_5911279772 cspg_html_5911279772:21:2680:2688 Edmonton Lacombe, Alberta +0.412 cspg_html_4287356899 cspg_html_4287356899:172:25859:25881 Jungle Creek Middle East +0.285147 aapg_af_568.html aapg_af_568.html:473:39903:39921 Frontier Cheyenne, Wyoming +0.940611 aapg_aa_23.html aapg_aa_23.html:362:42731:42755 Stony Mountain Red River of the North +0.479552 palaios_html_6441274261 palaios_html_6441274261:671:45986:45990 Wendover Reno, Nevada +0.486324 cspg_html_2161417858 cspg_html_2161417858:326:40190:40217 Palliser Lacombe, Alberta +0.466736 aapg_ae_305.html aapg_ae_305.html:1513:144617:144625 Trujillo Maracaibo +0.462105 aapg_ad_440.html aapg_ad_440.html:121:11211:11221 Greenbrier Greenbrier (Great Smoky Mountains) +0.442432 cspg_html_3772380029 cspg_html_3772380029:319:41145:41168 Attawapiskat River Severn +0.516832 cspg_html_4785922166 cspg_html_4785922166:371:44156:44177 Hare Indian Buffalo National River +0.243162 cspg_html_1644457308 cspg_html_1644457308:368:41299:41303 Toad Pine River (Michigan) +0.249444 aapg_ae_73.html aapg_ae_73.html:529:71322:71329 Vermejo Trinidad and Tobago +0.473386 AMJC_html_5298823237 AMJC_html_5298823237:636:62547:62557 Washington Delaware +0.263526 cspg_html_8247666269 cspg_html_8247666269:507:57981:57990 Mackenzie Banks Island +0.240408 cspg_html_8658900430 cspg_html_8658900430:5:276:288 Granite Wash Lacombe, Alberta +0.266742 aapg_ac_333.html aapg_ac_333.html:350:45602:45607 Ouray Colorado +0.516483 geology_html_2265365356 geology_html_2265365356:136:14360:14374 Slide Mountain Cordillera Administrative Region +0.479552 aapg_ad_168.html aapg_ad_168.html:345:38747:38768 West Point West Point, New York +0.459316 gsa_html_1361916335 gsa_html_1361916335:451:41692:41709 Paradox Sevier orogeny +0.272986 aapg_ai_143.html aapg_ai_143.html:126:14589:14608 Foremost Lacombe, Alberta +0.49373 aapg_af_854.html aapg_af_854.html:1246:177294:177300 Bethel Hardinsburg, Indiana +0.82775 cspg_html_3060428958 cspg_html_3060428958:13:1942:1959 Bearpaw Lacombe, Alberta +0.476046 gsa_html_1744648670 gsa_html_1744648670:1286:123793:123831 Kingston Peak Death Valley +0.26857 aapg_ad_184.html aapg_ad_184.html:646:90321:90328 St Marys Cincinnati +0.46906 aapg_ae_31.html aapg_ae_31.html:240:25369:25387 Fayetteville Arkansas +0.272976 geology_html_2964996977 geology_html_2964996977:67:7434:7441 St Marys Portugal +0.703314 aapg_ac_696.html aapg_ac_696.html:8:1023:1041 Palliser Lacombe, Alberta +0.447894 aapg_aa_703.html aapg_aa_703.html:314:27181:27189 Chandler Anchorage, Alaska +0.26871 aapg_af_455.html aapg_af_455.html:65:8474:8487 Lee Kentucky +0.262614 palaios_html_4745554613 palaios_html_4745554613:727:67832:67849 Cardium Canada +0.248346 geology_html_6619826182 geology_html_6619826182:48:6329:6337 Colorado Rocky Mountains +0.254214 aapg_af_393.html aapg_af_393.html:243:31218:31226 Virginia Reston, Virginia +0.254976 aapg_ah_411.html aapg_ah_411.html:107:13172:13187 Mt Lytton Milk River, Alberta +0.276148 cspg_html_4666332434 cspg_html_4666332434:490:72902:72914 Judith River Lacombe, Alberta +0.500316 gsa_html_5272671610 gsa_html_5272671610:829:73922:73960 Kingston Peak California +0.430402 palaios_html_6815039820 palaios_html_6815039820:46:5267:5276 Fruitland Kirtland, Ohio +0.48552 cspg_html_6502178723 cspg_html_6502178723:64:10186:10201 Toad Middle East +0.465933 aapg_ae_233.html aapg_ae_233.html:26:3473:3489 Ripley Cusseta, Alabama +0.244474 cspg_html_3102530088 cspg_html_3102530088:566:69108:69128 Milk River Lacombe, Alberta +0.4847 cspg_html_9343899465 cspg_html_9343899465:1563:128265:128284 Nordstrand Point Banks Island +0.46332 gsa_html_5272671610 gsa_html_5272671610:824:73689:73705 Cassiar Boise, Idaho +0.443657 gsa_html_1355236849 gsa_html_1355236849:441:41771:41799 Knoxville Mount Diablo +0.26136 gsa_html_8740218609 gsa_html_8740218609:1275:116261:116282 Martinsburg Pennsylvania +0.506625 aapg_ae_29.html aapg_ae_29.html:108:12429:12440 Mauch Chunk Plateau State +0.478353 gsa_html_8035658736 gsa_html_8035658736:834:93043:93053 Washington Salem, Oregon +0.725004 aapg_ah_638.html aapg_ah_638.html:11:1593:1603 Citronelle Alabama +0.250376 geology_html_1198148364 geology_html_1198148364:170:13805:13812 Wasatch Mojave Desert +0.891948 aapg_aa_959.html aapg_aa_959.html:250:21789:21799 Fort Union Fort Union Trading Post National Historic Site +0.246648 gsa_html_3407914201 gsa_html_3407914201:1017:103148:103158 Florissant Washington (state) +0.24059 gsa_html_7193789775 gsa_html_7193789775:276:27287:27304 Colorado Logan, Utah +0.445018 cspg_html_7804036692 cspg_html_7804036692:77:9461:9486 Beaverhill Swan Hill, Victoria +0.481944 aapg_aa_844.html aapg_aa_844.html:415:42733:42740 Chemung Catskill Mountains +0.24864 cspg_html_2283545366 cspg_html_2283545366:594:63522:63527 Price Charleston, South Carolina +0.471735 aapg_ai_411.html aapg_ai_411.html:89:8495:8503 Colorado Denver +0.24552 aapg_ad_858.html aapg_ad_858.html:130:8600:8608 Nacatoch Lewisville, Texas +0.527868 aapg_ah_335.html aapg_ah_335.html:469:60986:60996 Pottsville Pottsville, Pennsylvania +0.486758 geology_html_3911481921 geology_html_3911481921:120:15569:15596 Mackenzie Canada +0.48768 aapg_ae_904.html aapg_ae_904.html:107:10894:10903 Newcastle Cheyenne, Wyoming +0.511344 aapg_ac_714.html aapg_ac_714.html:177:20445:20460 Piper Big Horn Mountains +0.49022 cspg_html_5541725202 cspg_html_5541725202:165:24431:24441 Cumberland Bridgetown, Nova Scotia +0.48222 sedimentology_html_2487544504 sedimentology_html_2487544504:2848:72878:72896 Sisquoc California +0.243013 jgeology_html_4115179562 jgeology_html_4115179562:158:10151:10173 Mount Rogers Virginia +0.25553 geology_html_3388019368 geology_html_3388019368:225:20438:20446 Iroquois Ontario, California +0.496848 aapg_ae_428.html aapg_ae_428.html:8:1144:1161 Fleming East Texas +0.500636 aapg_ae_44.html aapg_ae_44.html:49:4328:4368 Palo Pinto Texas +0.496506 aapg_ae_44.html aapg_ae_44.html:3:292:326 Palo Pinto Texas +0.276138 aapg_ad_466.html aapg_ad_466.html:1573:166008:166015 Matawan East Asia +0.458325 gsa_html_3527124774 gsa_html_3527124774:14:740:754 Earp Arizona +0.473052 gsa_html_2768342942 gsa_html_2768342942:964:85477:85487 Keokuk Pangnirtung Airport +0.25382 cspg_html_5484260516 cspg_html_5484260516:395:34390:34405 Banff Lacombe, Alberta +0.251835 geology_html_9176473534 geology_html_9176473534:332:24720:24725 Price Sellwood Bridge +0.46128 aapg_ac_364.html aapg_ac_364.html:25:3629:3647 Sundance Cheyenne, Wyoming +0.48443 aapg_af_637.html aapg_af_637.html:88:9373:9377 Kent Ottawa, Kansas +0.48195 aapg_ae_3.html aapg_ae_3.html:289:41600:41618 Paradise Cochise County, Arizona +0.88245 aapg_ad_675.html aapg_ad_675.html:399:39560:39572 Pierre Colorado +0.275589 cspg_html_8089302449 cspg_html_8089302449:685:111481:111504 Watt Mountain Lacombe, Alberta +0.493812 aapg_ah_763.html aapg_ah_763.html:95:10250:10266 Dog Creek Texas +0.50568 aapg_ad_146.html aapg_ad_146.html:16:1180:1190 Washington Cambridge +0.48412 aapg_ai_107.html aapg_ai_107.html:417:39501:39520 Smackover Smith County, Kansas +0.259518 sedimentology_html_1123580665 sedimentology_html_1123580665:308:27960:27968 Scotland England +0.251808 aapg_af_728.html aapg_af_728.html:166:20512:20540 Chainman Reno, Nevada +0.467532 aapg_ad_90.html aapg_ad_90.html:720:51550:51556 Denver Colorado +0.257544 aapg_ae_856.html aapg_ae_856.html:93:10111:10121 Washington Trinidad and Tobago +0.25351 geology_html_4804337449 geology_html_4804337449:106:13138:13143 Swope Middle East +0.513812 aapg_ae_961.html aapg_ae_961.html:407:33944:33956 Souris River Missouri River +0.480293 gsa_html_1549665076 gsa_html_1549665076:694:63018:63028 Washington Salem, Oregon +0.499671 aapg_ad_2.html aapg_ad_2.html:1627:225449:225460 Black River Pennsylvania +0.24048 cspg_html_3521815736 cspg_html_3521815736:284:39760:39786 Sulphur Mountain Western world +0.281428 aapg_ah_469.html aapg_ah_469.html:320:29791:29810 Cockfield Charlotte, North Carolina +0.474 cspg_html_8694594891 cspg_html_8694594891:280:28558:28566 Billings Carlsbad, New Mexico +0.47748 aapg_af_628.html aapg_af_628.html:198:19819:19826 Renault Illinois +0.259588 sedimentology_html_3424454943 sedimentology_html_3424454943:378:33526:33530 Hall London, Ontario +0.486402 aapg_ac_841.html aapg_ac_841.html:169:21546:21551 Colon Nicaragua +0.2585 cspg_html_2695921112 cspg_html_2695921112:80:9057:9065 Bathurst New Brunswick, New Jersey +0.23183 aapg_ac_8.html aapg_ac_8.html:63:5806:5816 Deep Creek Powder Springs, Georgia +0.48654 aapg_ae_959.html aapg_ae_959.html:299:23336:23343 Rustler Lake Elsinore, California +0.502656 aapg_ah_90.html aapg_ah_90.html:280:39333:39355 Burro Canyon Colorado +0.25 gsa_html_3225734041 gsa_html_3225734041:611:50266:50277 Wissahickon Wissahickon Formation +0.246206 aapg_ae_467.html aapg_ae_467.html:457:35189:35197 Michigan Michigan +0.254989 aapg_ae_419.html aapg_ae_419.html:117:14180:14196 Cupido Coahuila +0.250712 jgeology_html_7554381863 jgeology_html_7554381863:391:22113:22125 Medicine Hat Cheyenne, Wyoming +0.24647 aapg_af_0.html aapg_af_0.html:405:43970:43989 Palmarito London, Ontario +0.264192 aapg_ac_720.html aapg_ac_720.html:97:12665:12684 Navesink Navesink River +0.485936 aapg_aa_934.html aapg_aa_934.html:64:9271:9279 Wolfcamp Shawnee, Oklahoma +0.255474 aapg_ad_653.html aapg_ad_653.html:334:41030:41035 Yukon Anchorage, Alaska +0.501723 gsa_html_7411853369 gsa_html_7411853369:671:65231:65255 Persimmon Fork Charleston, South Carolina +0.255 aapg_ah_297.html aapg_ah_297.html:364:43333:43339 Denver Colorado +0.27242 gsa_html_2859205978 gsa_html_2859205978:102:4759:4787 Green River Iran +0.248392 gsa_html_5756232019 gsa_html_5756232019:827:72705:72715 Las Cruces New Mexico +0.255021 aapg_ad_466.html aapg_ad_466.html:684:75967:75974 Wenonah Mount Laurel Township, New Jersey +0.5032 aapg_ae_962.html aapg_ae_962.html:61:6176:6182 Chinle Santa Rosa, California +0.257466 cspg_html_1312400675 cspg_html_1312400675:136:15824:15878 Bearpaw Lethbridge +0.28134 aapg_af_167.html aapg_af_167.html:158:18863:18881 Niobrara Ellis County, Kansas +0.471942 aapg_aa_648.html aapg_aa_648.html:243:28054:28062 Virginia Norfolk, Virginia +0.301788 aapg_af_579.html aapg_af_579.html:46:6416:6424 Colorado Logan, Utah +0.268686 gsa_html_2758185504 gsa_html_2758185504:9:340:360 Fort Union North Carolina +0.271392 cspg_html_5904948553 cspg_html_5904948553:591:56686:56702 Debolt Canada +0.502516 gsa_html_8837971374 gsa_html_8837971374:143:14743:14762 Bathurst Fredericton (electoral district) +0.251923 aapg_ai_569.html aapg_ai_569.html:352:36896:36903 Garland Garland, Texas +0.278208 aapg_ah_532.html aapg_ah_532.html:140:10701:10716 Rockwood Ouray, Colorado +0.461274 aapg_ah_53.html aapg_ah_53.html:7:1241:1257 Clifty Norwood, Massachusetts +0.499596 aapg_ae_461.html aapg_ae_461.html:72:10883:10902 Smackover Rodessa, Louisiana +0.49152 aapg_ae_168.html aapg_ae_168.html:229:25597:25618 Antler Reno, Nevada +0.273429 sedimentology_html_8026166811 sedimentology_html_8026166811:668:37188:37193 Inman Mexico +0.25894 geology_html_6086140621 geology_html_6086140621:11:590:614 Newcastle Newcastle upon Tyne +0.24288 aapg_ac_905.html aapg_ac_905.html:197:18955:18979 Athabasca Lacombe, Alberta +0.264638 aapg_ah_180.html aapg_ah_180.html:98:11287:11307 Mahantango Catskill Mountains +0.244 cspg_html_5484260516 cspg_html_5484260516:68:8449:8457 Columbia Victoria, British Columbia +0.274968 cspg_html_9810030547 cspg_html_9810030547:518:64306:64318 Cooking Lake Canada +0.266848 cspg_html_9435196958 cspg_html_9435196958:955:40264:40282 Edmonton Lacombe, Alberta +0.239454 aapg_ac_437.html aapg_ac_437.html:42:4475:4483 La Habra California +0.924715 cspg_html_4626597050 cspg_html_4626597050:50:6469:6477 Dinwoody Logan, Utah +0.49685 aapg_ac_867.html aapg_ac_867.html:28:4595:4626 Phosphoria Cheyenne, Wyoming +0.238632 jgeology_html_3899973304 jgeology_html_3899973304:821:53468:53476 Virginia Richmond, California +0.453024 aapg_ae_658.html aapg_ae_658.html:209:26141:26149 Colorado Logan, Utah +0.491454 gsa_html_7102550258 gsa_html_7102550258:224:22868:22885 Wingate Chinle Formation +0.25398 jgeology_html_4305195651 jgeology_html_4305195651:595:74671:74687 Catskill Ulster County, New York +0.248994 aapg_aa_712.html aapg_aa_712.html:162:21934:21942 Rockdale Iowa +0.478114 aapg_ah_644.html aapg_ah_644.html:313:37193:37201 Morrison Colorado +0.505284 gsa_html_2584301292 gsa_html_2584301292:1153:92128:92156 Green River Iran +0.257895 gsa_html_7464626519 gsa_html_7464626519:658:72023:72031 Colorado Gunnison County, Colorado +0.268155 gsa_html_9274002787 gsa_html_9274002787:57:3632:3660 Green River Colorado +0.25705 cspg_html_8438548095 cspg_html_8438548095:297:28535:28542 Bearpaw Drumheller +0.501375 aapg_ac_620.html aapg_ac_620.html:4:279:299 Phosphoria Cheyenne, Wyoming +0.263626 aapg_aa_544.html aapg_aa_544.html:216:29657:29676 Frontier Aspen, Colorado +0.915833 aapg_af_142.html aapg_af_142.html:66:6209:6228 Smackover Mississippi River +0.25398 aapg_ah_774.html aapg_ah_774.html:75:10399:10407 Michigan Wisconsin +0.253422 gsa_html_6281658899 gsa_html_6281658899:64:9553:9574 Green River Wasatch Range +0.503079 aapg_ai_288.html aapg_ai_288.html:47:9037:9045 Vaqueros San Joaquin Hills (Laguna Niguel, California) +0.487368 palaios_html_3243054568 palaios_html_3243054568:19:1069:1077 Colorado Colorado +0.260091 gsa_html_3412344071 gsa_html_3412344071:91:9913:9918 Price Kenilworth, Illinois +0.489825 aapg_ad_659.html aapg_ad_659.html:266:36845:36853 Michigan Keweenaw Peninsula +0.262636 gsa_html_5924250698 gsa_html_5924250698:151:13259:13265 Navajo Chuska Mountains +0.47061 aapg_ai_49.html aapg_ai_49.html:303:37818:37824 Navajo New Mexico +0.247979 aapg_aa_721.html aapg_aa_721.html:772:77585:77593 Robinson Reno, Nevada +0.261105 aapg_ad_801.html aapg_ad_801.html:145:16150:16169 Tuscahoma Alabama +0.479862 aapg_aa_39.html aapg_aa_39.html:112:13345:13358 Hermosa Missouri River +0.262546 aapg_af_18.html aapg_af_18.html:46:6139:6155 Dakota Nebraska +0.49419 aapg_ai_974.html aapg_ai_974.html:720:76754:76764 Washington Cascade Mountain (Alberta) +0.247494 geology_html_4637719285 geology_html_4637719285:243:24345:24353 Scotland London, Ontario +0.268299 aapg_ad_668.html aapg_ad_668.html:167:20544:20566 Mount Simon Illinois +0.498122 palaios_html_6609177739 palaios_html_6609177739:46:7376:7386 Washington Washington (state) +0.246007 gsa_html_4842463190 gsa_html_4842463190:13:622:628 Denver Colorado +0.264187 aapg_ad_2.html aapg_ad_2.html:462:68553:68561 Virginia South Mountains (Arizona) +0.506493 aapg_ae_223.html aapg_ae_223.html:393:46787:46809 Green River Wasatch Range +0.261612 palaios_html_8582343224 palaios_html_8582343224:623:53095:53099 Hall London, Ontario +0.465192 aapg_ae_324.html aapg_ae_324.html:1071:107230:107238 Virginia Pennsylvania +0.47672 cspg_html_8438548095 cspg_html_8438548095:331:32984:32992 Edmonton Edmonton, London +0.254012 aapg_aa_113.html aapg_aa_113.html:460:47097:47118 San Luis Campeche, Campeche +0.47817 sedimentology_html_3200584564 sedimentology_html_3200584564:723:58115:58123 Kaskapau Antarctica +0.266772 aapg_ad_628.html aapg_ad_628.html:282:35707:35713 Seward Anchorage, Alaska +0.499596 aapg_ai_816.html aapg_ai_816.html:397:65381:65390 Lecompton Iowa +0.26532 aapg_ae_345.html aapg_ae_345.html:766:65043:65066 Tuscaloosa Tuscaloosa, Alabama +0.257 palaios_html_3889678675 palaios_html_3889678675:47:6253:6280 Quinault Washington (state) +0.27081 aapg_ai_584.html aapg_ai_584.html:875:93069:93087 Fairbank Laramie, Wyoming +0.458367 AMJC_html_9861845551 AMJC_html_9861845551:12:647:655 Colorado Colorado +0.262656 cspg_html_7305003762 cspg_html_7305003762:848:86074:86079 Price Raleigh, North Carolina +0.490428 sedimentology_html_8384737970 sedimentology_html_8384737970:286:24283:24300 Entrada Entrada Sandstone +0.268785 aapg_ac_618.html aapg_ac_618.html:13:1635:1641 Tesnus Wichita, Kansas +0.48552 aapg_ae_794.html aapg_ae_794.html:708:81383:81389 Coffee Selma to Montgomery marches +0.47846 sedimentology_html_6327914781 sedimentology_html_6327914781:88:6161:6165 Hall London, Ontario +0.48884 aapg_af_908.html aapg_af_908.html:19:2314:2330 Nowata Tulsa, Oklahoma +0.50615 aapg_aa_95.html aapg_aa_95.html:118:10923:10932 Mesaverde Mancos, Colorado +0.240534 aapg_aa_358.html aapg_aa_358.html:208:23786:23792 Denver Colorado +0.265728 aapg_ai_811.html aapg_ai_811.html:118:17623:17641 Traverse Michigan +0.249936 aapg_aa_830.html aapg_aa_830.html:164:17901:17907 Denver Colorado +0.249996 geology_html_3709964639 geology_html_3709964639:239:23350:23359 San Diego La Jolla +0.256853 cspg_html_4115129593 cspg_html_4115129593:43:6194:6213 Dezadeash Western world +0.469368 aapg_ae_848.html aapg_ae_848.html:202:18267:18275 Waterton Pincher Creek, Alberta +0.258937 palaios_html_4248881045 palaios_html_4248881045:197:19283:19294 Kaiparowits Davis, California +0.274794 aapg_ah_646.html aapg_ah_646.html:211:25704:25720 Chinle Arizona +0.26765 cspg_html_5541937700 cspg_html_5541937700:866:106701:106722 Peace River Lacombe, Alberta +0.495616 aapg_ai_82.html aapg_ai_82.html:85:10955:10971 Pocono Pennsylvania +0.488136 gsa_html_5827444677 gsa_html_5827444677:54:3360:3388 Green River Colorado +0.262119 gsa_html_8491258533 gsa_html_8491258533:381:41457:41468 Spider Lake Long Mountain (Hampshire County, Massachusetts) +0.502125 aapg_ah_355.html aapg_ah_355.html:102:11482:11490 Michigan Shreveport, Louisiana +0.486796 aapg_af_628.html aapg_af_628.html:230:22832:22840 Golconda Illinois +0.252685 cspg_html_7970836465 cspg_html_7970836465:55:6522:6543 Lawrence Logan, Utah +0.492237 gsa_html_7446479786 gsa_html_7446479786:525:54549:54555 Banner Earth +0.268786 palaios_html_2399848899 palaios_html_2399848899:732:61630:61650 Tuscaloosa Central Alabama +0.458403 aapg_aa_260.html aapg_aa_260.html:318:30813:30841 Lisburne Northwest Arctic Borough, Alaska +0.4625 sedimentology_html_9252655955 sedimentology_html_9252655955:1228:92532:92536 Hall London, Ontario +0.869864 aapg_ad_466.html aapg_ad_466.html:860:92490:92498 Navesink Closter, New Jersey +0.419265 aapg_af_18.html aapg_af_18.html:309:34192:34212 Fall River Cheyenne, Wyoming +0.24696 gsa_html_6927123889 gsa_html_6927123889:797:70485:70493 Rockwell California +0.253967 cspg_html_9142742810 cspg_html_9142742810:60:8373:8388 Elk Lacombe, Alberta +0.500511 aapg_ah_283.html aapg_ah_283.html:302:31204:31221 Cowlitz Salem, Oregon +0.251392 cspg_html_8964522233 cspg_html_8964522233:41:5064:5076 Nation River Anchorage, Alaska +0.505506 gsa_html_8311326637 gsa_html_8311326637:55:3529:3557 Green River Colorado +0.747284 aapg_ad_466.html aapg_ad_466.html:141:14811:14822 Englishtown Navesink River +0.482377 aapg_af_896.html aapg_af_896.html:11:1052:1059 El Paso Texas +0.282282 aapg_ad_865.html aapg_ad_865.html:163:16948:16963 Ouray Ouray, Colorado +0.231361 gsa_html_3046135825 gsa_html_3046135825:15:576:586 Santa Cruz California +0.25149 aapg_ah_412.html aapg_ah_412.html:277:23890:23896 Denver Colorado +0.260036 aapg_aa_863.html aapg_aa_863.html:452:39071:39078 Edwards Nelson, New Zealand +0.466066 aapg_ac_629.html aapg_ac_629.html:319:40777:40784 Bentley Montgomery (town), New York +0.25414 aapg_ah_469.html aapg_ah_469.html:179:15463:15469 Sparta Carrizo Plain +0.236572 aapg_aa_548.html aapg_aa_548.html:69:7510:7531 Seminole Holdenville, Oklahoma +0.260554 aapg_ai_639.html aapg_ai_639.html:38:5350:5368 Norphlet Pine Hill, New Jersey +0.498648 aapg_ad_732.html aapg_ad_732.html:846:108380:108388 Frontier California +0.28302 gsa_html_7808051457 gsa_html_7808051457:515:47247:47264 Manitou Glenwood, Utah +0.260338 aapg_ai_912.html aapg_ai_912.html:16:3530:3550 Smackover Chunchula, Alabama +0.25956 aapg_ai_157.html aapg_ai_157.html:134:17566:17572 Salina Michigan Basin +0.259844 gsa_html_9901339383 gsa_html_9901339383:453:41637:41647 Copenhagen Colorado +0.25146 palaios_html_3889678675 palaios_html_3889678675:1262:115699:115717 Quinault Monterey Bay +0.355752 palaios_html_5592317362 palaios_html_5592317362:77:10129:10146 Thaynes Boise, Idaho +0.487959 aapg_ad_798.html aapg_ad_798.html:195:19894:19899 Price Beaumont, Texas +0.40456 aapg_ai_49.html aapg_ai_49.html:224:26556:26573 Thaynes Cheyenne, Wyoming +0.252296 aapg_ah_160.html aapg_ah_160.html:204:26722:26733 Wills Creek Pennsylvania +0.2605 gsa_html_4067767548 gsa_html_4067767548:354:32575:32594 Hillabee Greenstone Durham, North Carolina +0.48756 gsa_html_2994204451 gsa_html_2994204451:949:89576:89604 Green River Iran +0.15254 aapg_ac_246.html aapg_ac_246.html:20:2834:2853 Newcastle Black Hills +0.472725 cspg_html_4666332434 cspg_html_4666332434:518:74715:74752 Basal Lacombe, Alberta +0.261121 aapg_aa_306.html aapg_aa_306.html:139:13233:13243 Washington Seattle +0.484568 aapg_aa_643.html aapg_aa_643.html:231:25586:25601 Knoxville Great Valley, New York +0.685906 aapg_ad_960.html aapg_ad_960.html:84:8581:8589 Vaqueros Indian Creek, Florida +0.244035 aapg_ac_577.html aapg_ac_577.html:23:4041:4049 Colorado Denver +0.250985 palaios_html_3406135825 palaios_html_3406135825:57:6315:6330 Elk Wisconsin +0.483812 gsa_html_6330913937 gsa_html_6330913937:766:68144:68154 San Felipe San Jacinto, California +0.243675 aapg_ac_809.html aapg_ac_809.html:60:6581:6599 Kootenai Cut Bank, Montana +0.494758 aapg_ac_720.html aapg_ac_720.html:43:5970:5992 Hornerstown Navesink River +0.24786 cspg_html_5295390542 cspg_html_5295390542:412:47067:47097 Doig Victoria, British Columbia +0.49245 aapg_ae_777.html aapg_ae_777.html:124:15181:15197 Sandia Sangre de Cristo Range +0.241775 cspg_html_7106541506 cspg_html_7106541506:12:1106:1118 Bluesky Miami +0.249984 cspg_html_5381643866 cspg_html_5381643866:446:55650:55680 Kootenay Victoria, British Columbia +0.245872 palaios_html_5411840767 palaios_html_5411840767:122:13625:13632 Newport Salem, Oregon +0.45431 gsa_html_2729737430 gsa_html_2729737430:972:97395:97411 Colter Teton County, Idaho +0.849142 aapg_aa_147.html aapg_aa_147.html:16:2622:2642 Interlake Red River of the North +0.477453 aapg_ac_673.html aapg_ac_673.html:72:8385:8391 Pawnee Kingman, Arizona +0.483531 cspg_html_3953809708 cspg_html_3953809708:507:54262:54268 Antler Arctic Cordillera +0.483426 palaios_html_2859810051 palaios_html_2859810051:30:2353:2361 Grinnell Logan, Utah +0.492345 palaios_html_6914544471 palaios_html_6914544471:326:20877:20891 Beaufort South Africa +0.505824 aapg_ah_370.html aapg_ah_370.html:313:23574:23586 Ferron Point Rockport, Massachusetts +0.459836 aapg_ai_29.html aapg_ai_29.html:391:46007:46025 Reynosa Oakville, California +0.477152 aapg_af_969.html aapg_af_969.html:12:499:516 Bedford Greece +0.487312 aapg_ae_473.html aapg_ae_473.html:330:30096:30106 Tallahatta Mississippi River +0.513086 aapg_ad_764.html aapg_ad_764.html:21:2870:2885 Monterey Rancho Santa Margarita, California +0.266252 cspg_html_1784868850 cspg_html_1784868850:6:430:438 Columbia Victoria, British Columbia +0.471606 cspg_html_7378664643 cspg_html_7378664643:481:79373:79389 Big Hill Big Hill, Indiana +0.272994 cspg_html_5880669950 cspg_html_5880669950:358:39731:39741 Swan Hills Swan Hill, Victoria +0.471 cspg_html_9633476801 cspg_html_9633476801:16:1426:1438 Saskatchewan Saskatchewan River +0.257346 jgeology_html_9581048587 jgeology_html_9581048587:534:33328:33346 Uwharrie North Carolina +0.251995 sedimentology_html_5613495298 sedimentology_html_5613495298:971:48908:48925 Wingate Chinle Formation +0.253952 aapg_af_608.html aapg_af_608.html:145:15395:15404 Vicksburg Mississippi River +0.249856 aapg_af_808.html aapg_af_808.html:343:46170:46178 Scotland Barbados +0.272664 aapg_ad_337.html aapg_ad_337.html:144:16059:16076 Topanga Santa Monica Mountains +0.473 aapg_aa_24.html aapg_aa_24.html:661:77880:77889 Porcupine Kenai, Alaska +0.509467 cspg_html_2920938670 cspg_html_2920938670:342:37444:37450 Brazil Lacombe, Alberta +0.242 AMJC_html_9378277780 AMJC_html_9378277780:1325:109508:109514 Walker Salem, Oregon +0.262644 gsa_html_6608619586 gsa_html_6608619586:92:9968:9978 Washington Salem, Oregon +0.478908 gsa_html_5608167218 gsa_html_5608167218:418:36556:36565 Extension Tyrrhenian Sea +0.257466 gsa_html_7840671974 gsa_html_7840671974:102:12594:12611 Ankareh Cheyenne, Wyoming +0.233288 aapg_ac_421.html aapg_ac_421.html:538:59268:59289 Bathurst Canadian Arctic Archipelago +0.507756 cspg_html_5141367518 cspg_html_5141367518:151:23138:23159 Belly River Morley, West Yorkshire +0.245514 aapg_af_709.html aapg_af_709.html:282:32587:32599 Saskatchewan Victoria, British Columbia +0.491824 gsa_html_5293445820 gsa_html_5293445820:199:23753:23774 Wood River Newberry, South Carolina +0.474825 AMJC_html_5421639085 AMJC_html_5421639085:758:72946:72954 Virginia Richardsville, Virginia +0.44166 jgeology_html_4115179562 jgeology_html_4115179562:255:18665:18689 Unicoi Virginia +0.489636 aapg_ae_875.html aapg_ae_875.html:445:52652:52672 Cariblanco Puerto Rico +0.459832 geology_html_3420787727 geology_html_3420787727:48:4782:4788 Oregon Owyhee County, Idaho +0.470659 aapg_ad_283.html aapg_ad_283.html:418:46159:46179 San Andres Nashville Basin +0.486315 aapg_ad_314.html aapg_ad_314.html:495:51104:51109 Eagle Gualala, California +0.26468 cspg_html_5949578130 cspg_html_5949578130:947:103246:103263 Duperow Williston Basin +0.265434 aapg_aa_806.html aapg_aa_806.html:514:55984:55992 Columbia Victoria, British Columbia +0.459361 sedimentology_html_6812678908 sedimentology_html_6812678908:89:9376:9384 Colorado Reno, Nevada +0.256 cspg_html_4176605708 cspg_html_4176605708:359:34801:34824 Belle Fourche Lacombe, Alberta +0.469436 gsa_html_1826402027 gsa_html_1826402027:742:82217:82226 Flagstaff Payson, Arizona +0.264864 aapg_ae_843.html aapg_ae_843.html:162:16093:16104 Green River Powder River (Montana) +0.454044 gsa_html_4085762401 gsa_html_4085762401:217:19816:19822 Sierra Cambridge +0.247643 cspg_html_8532932475 cspg_html_8532932475:500:48429:48450 Peace River Lacombe, Alberta +0.24432 aapg_ad_68.html aapg_ad_68.html:254:18094:18112 Golconda Illinois +0.23359 cspg_html_7833083677 cspg_html_7833083677:1507:129019:129024 Yukon Anchorage, Alaska +0.36852 aapg_ae_904.html aapg_ae_904.html:197:20705:20720 Englewood Black Hills +0.267064 aapg_af_514.html aapg_af_514.html:574:59224:59229 Piper Bridgetown, Nova Scotia +0.242554 aapg_ah_781.html aapg_ah_781.html:184:17497:17513 Warner Missouri River +0.474472 aapg_ae_370.html aapg_ae_370.html:622:61349:61365 Keasey Cowlitz River +0.249856 cspg_html_2650524233 cspg_html_2650524233:100:14642:14660 Paskapoo Edmonton, London +0.49036 aapg_ad_440.html aapg_ad_440.html:183:16029:16035 Denmar Norfolk, Virginia +0.496975 aapg_af_471.html aapg_af_471.html:211:24793:24801 Parkwood Hartselle, Alabama +0.490928 palaios_html_3022467877 palaios_html_3022467877:89:10002:10020 Navesink Navesink River +0.494648 gsa_html_4067269733 gsa_html_4067269733:1121:106973:107001 Green River Colorado +0.255915 cspg_html_5807593737 cspg_html_5807593737:5:213:236 Duperow Williston Basin +0.47838 cspg_html_5971009166 cspg_html_5971009166:364:47932:47953 Lake Valley New Mexico +0.243045 geology_html_9343070577 geology_html_9343070577:275:19325:19333 Scotland London, Ontario +0.257335 aapg_ae_324.html aapg_ae_324.html:965:96835:96853 Moccasin Knoxville, Tennessee +0.270578 aapg_ae_388.html aapg_ae_388.html:1174:67518:67528 Cedar Keys Melbourne, Florida +0.461251 aapg_ah_276.html aapg_ah_276.html:303:28562:28580 Monterey Monterey, California +0.261888 palaios_html_3028956190 palaios_html_3028956190:122:13524:13535 Collingwood Georgian Bay +0.2555 gsa_html_9052101586 gsa_html_9052101586:259:26771:26784 Lake Michigan Des Moines, Washington +0.486675 aapg_af_664.html aapg_af_664.html:623:68771:68784 Reno Hardeman County, Tennessee +0.500612 aapg_ai_503.html aapg_ai_503.html:290:31874:31890 Cabot Head Niagara River +0.2489 cspg_html_5541937700 cspg_html_5541937700:863:106525:106541 Viking Lacombe, Alberta +0.283989 aapg_af_880.html aapg_af_880.html:1334:140237:140254 Kaibab McKee, Kentucky +0.500944 aapg_ae_391.html aapg_ae_391.html:538:49738:49745 Rustler Salado, Texas +0.241017 jgeology_html_6347034809 jgeology_html_6347034809:1173:57515:57537 Jackson Canada +0.488136 gsa_html_6330913937 gsa_html_6330913937:1172:106632:106660 Green River Iran +0.254464 aapg_ai_828.html aapg_ai_828.html:716:65312:65324 Wilcox Texas +0.471308 aapg_ai_584.html aapg_ai_584.html:813:86210:86226 Casper Powder River Basin +0.446976 aapg_ah_646.html aapg_ah_646.html:214:26082:26098 Chinle Logan, Utah +0.258542 cspg_html_7576506617 cspg_html_7576506617:359:51621:51642 Ekwan River Moose River (Maine) +0.245952 gsa_html_4820565134 gsa_html_4820565134:113:11143:11159 Brazil Bloomington, Indiana +0.252784 cspg_html_1019614994 cspg_html_1019614994:252:40126:40141 Exshaw Lacombe, Alberta +0.268822 aapg_af_614.html aapg_af_614.html:80:6757:6776 Cotton Valley Lisbon +0.496944 aapg_af_790.html aapg_af_790.html:15:1341:1351 Stillwater Payne County, Oklahoma +0.26108 aapg_ad_688.html aapg_ad_688.html:103:8685:8703 Frontier Cheyenne, Wyoming +0.269357 gsa_html_7938666655 gsa_html_7938666655:851:75227:75235 Columbia Anchorage, Alaska +0.479115 cspg_html_9343899465 cspg_html_9343899465:222:27170:27185 Melville Island Banks Island +0.25338 aapg_ai_46.html aapg_ai_46.html:170:13816:13826 Stillwater Herington, Kansas +0.501696 aapg_af_625.html aapg_af_625.html:450:45704:45713 Olentangy Genesee County, Michigan +0.49914 aapg_ah_871.html aapg_ah_871.html:420:45955:45960 Chazy Logan, Utah +0.266112 aapg_ad_366.html aapg_ad_366.html:53:4183:4191 Woodbend Calmar, Alberta +0.236115 aapg_af_2.html aapg_af_2.html:662:63513:63521 Colorado Colorado +0.471528 aapg_af_575.html aapg_af_575.html:798:111618:111624 Senora Des Moines, Washington +0.853376 aapg_ai_491.html aapg_ai_491.html:14:3531:3557 Paradox Hermosa, Chicago +0.254976 cspg_html_4132771434 cspg_html_4132771434:805:89178:89190 Granite Wash Lacombe, Alberta +0.261105 aapg_ae_428.html aapg_ae_428.html:646:54125:54130 Tampa Melbourne, Florida +0.26468 aapg_ad_652.html aapg_ad_652.html:386:47530:47539 San Diego Salem, Oregon +0.25235 aapg_ah_729.html aapg_ah_729.html:455:75503:75521 Peninsula Oman +0.263168 cspg_html_6675007047 cspg_html_6675007047:682:68085:68104 Athabasca Canada +0.510696 aapg_aa_302.html aapg_aa_302.html:5:1077:1093 Kaibab Wood River (Oregon) +0.263153 sedimentology_html_3455721661 sedimentology_html_3455721661:623:46454:46471 Entrada Durango, Durango +0.254478 aapg_ad_401.html aapg_ad_401.html:108:7517:7525 Altamont Fort Union Trading Post National Historic Site +0.26334 aapg_af_663.html aapg_af_663.html:193:22403:22416 Labette Fort Scott National Historic Site +0.457612 aapg_ae_305.html aapg_ae_305.html:1145:101377:101398 Anita Colombia +0.248965 cspg_html_8662646956 cspg_html_8662646956:66:12186:12196 Pine Point Ottawa, Kansas +0.259931 aapg_aa_415.html aapg_aa_415.html:102:15286:15299 Woodbine Texas +0.25296 aapg_ah_160.html aapg_ah_160.html:618:59564:59570 Luther Livonia, Michigan +0.253895 aapg_af_830.html aapg_af_830.html:799:96034:96054 Duck Creek Texas +0.27744 cspg_html_3926542795 cspg_html_3926542795:1147:121138:121146 Columbia Victoria, British Columbia +0.2575 aapg_ad_170.html aapg_ad_170.html:90:9448:9469 Bird Spring Logan, Utah +0.497097 cspg_html_4326384800 cspg_html_4326384800:1976:246639:246655 Ireton Lacombe, Alberta +0.240518 aapg_ae_871.html aapg_ae_871.html:182:27919:27935 Seabee Colville, Washington +0.450974 cspg_html_5198658336 cspg_html_5198658336:423:48682:48700 Paskapoo Bow River +0.47752 aapg_ad_641.html aapg_ad_641.html:162:19221:19241 San Andres New Mexico +0.247324 aapg_ae_454.html aapg_ae_454.html:231:18522:18527 Weeks Cotton Valley, Louisiana +0.483171 aapg_ah_48.html aapg_ah_48.html:106:13645:13653 Colorado Yuma, Arizona +0.38106 aapg_af_16.html aapg_af_16.html:185:20140:20148 Frontier Logan, Utah +0.501704 aapg_ae_544.html aapg_ae_544.html:528:58318:58338 Milk River Canada +0.254178 aapg_ae_216.html aapg_ae_216.html:16:1716:1729 Cook Mountain Cleveland +0.497596 aapg_ai_15.html aapg_ai_15.html:15:1584:1590 Midway Texas +0.472752 gsa_html_7053510738 gsa_html_7053510738:19:940:946 Denver Colorado +0.484848 cspg_html_1665574291 cspg_html_1665574291:95:16094:16110 Battle Lacombe, Alberta +0.285696 aapg_ac_837.html aapg_ac_837.html:24:2922:2949 Phosphoria Little Cottonwood Creek +0.253008 gsa_html_6317284187 gsa_html_6317284187:590:57126:57134 Columbia Victoria, British Columbia +0.486472 cspg_html_6715452766 cspg_html_6715452766:457:54089:54108 Beaufort District Council of Franklin Harbour +0.485867 aapg_ai_883.html aapg_ai_883.html:52:5569:5582 Cotton Valley Alabama +0.260036 geology_html_5567115503 geology_html_5567115503:317:23054:23058 Bell London, Ontario +0.379846 aapg_ad_800.html aapg_ad_800.html:111:13473:13489 Tuscaloosa Austin, Chicago +0.49914 aapg_ad_228.html aapg_ad_228.html:309:18619:18625 Moscow Saudi Arabia +0.478676 aapg_aa_844.html aapg_aa_844.html:291:30485:30488 Elk Gilmer County, Georgia +0.482092 gsa_html_1908033285 gsa_html_1908033285:82:5411:5439 Green River Iran +0.461148 aapg_ae_959.html aapg_ae_959.html:2260:160913:160931 Carlsbad Guadalupe Mountains National Park +0.4902 aapg_ah_201.html aapg_ah_201.html:592:62079:62084 Swift Maryland +0.26334 aapg_ae_983.html aapg_ae_983.html:181:14716:14739 Conococheague Pennsylvania +0.252984 geology_html_3987149868 geology_html_3987149868:41:3386:3425 Big Cottonwood Wasatch Range +0.248712 aapg_ac_807.html aapg_ac_807.html:1098:98766:98772 Jordan Delaware +0.491724 gsa_html_2023933346 gsa_html_2023933346:1025:96347:96356 San Diego California +0.498736 cspg_html_4326384800 cspg_html_4326384800:1625:228735:228746 Trout River Canada +0.48307 palaios_html_3751259297 palaios_html_3751259297:66:8501:8520 Bluefield Huntington, West Virginia +0.478611 cspg_html_9689514766 cspg_html_9689514766:124:16591:16598 Norfolk Dover, Delaware +0.247 aapg_af_636.html aapg_af_636.html:616:72107:72122 Alto Illinois +0.466565 aapg_ah_160.html aapg_ah_160.html:91:13881:13890 Rochester Maryland +0.269874 cspg_html_6964953392 cspg_html_6964953392:372:46583:46591 Columbia Victoria, British Columbia +0.78146 aapg_ac_246.html aapg_ac_246.html:275:27416:27426 Fall River Fall River, Nova Scotia +0.255987 cspg_html_1278535960 cspg_html_1278535960:295:38142:38164 Charlie Lake Western world +0.257 aapg_ad_169.html aapg_ad_169.html:86:11589:11607 Greenbrier Greenbrier (Great Smoky Mountains) +0.262524 jgeology_html_9727318280 jgeology_html_9727318280:84:3353:3362 Extension Eastern Settlement +0.518154 aapg_af_773.html aapg_af_773.html:349:38264:38285 Green River Cheyenne, Wyoming +0.482258 gsa_html_8035658736 gsa_html_8035658736:565:58934:58950 Hurwal Wallowa, Oregon +0.264196 jgeology_html_4305195651 jgeology_html_4305195651:582:72463:72481 Catskill Newport, Rhode Island +0.479829 aapg_af_590.html aapg_af_590.html:467:36179:36200 Green River Colorado +0.251979 sedimentology_html_1316480537 sedimentology_html_1316480537:1441:86415:86419 Hall London, Ontario +0.530909 aapg_ac_586.html aapg_ac_586.html:11:1779:1799 Pottsville Pennsylvania +0.488048 palaios_html_5582845937 palaios_html_5582845937:317:31929:31937 Virginia Hampton, New Hampshire +0.260925 palaios_html_9379801166 palaios_html_9379801166:624:57297:57305 Fountain Melbourne, Florida +0.371448 aapg_ae_904.html aapg_ae_904.html:117:12107:12119 Dakota Cheyenne, Wyoming +0.242015 aapg_af_579.html aapg_af_579.html:23:3531:3547 Colorado New Mexico +0.248482 cspg_html_4287356899 cspg_html_4287356899:1586:222200:222220 Hart River Middle East +0.895856 gsa_html_1217771406 gsa_html_1217771406:483:43134:43148 Monterey Monterey, California +0.249 aapg_ak_37.html aapg_ak_37.html:88:10268:10280 Medicine Hat Lacombe, Alberta +0.240051 aapg_ad_683.html aapg_ad_683.html:60:9397:9411 Rico Hermosa, Chicago +0.262656 geology_html_5414642896 geology_html_5414642896:14:988:998 Washington Ellensburg, Washington +0.88548 aapg_ai_52.html aapg_ai_52.html:84:12256:12264 Monterey Tulare, California +0.233772 geology_html_1056317078 geology_html_1056317078:232:23634:23642 Colorado Denver +0.47628 gsa_html_5625878232 gsa_html_5625878232:289:40657:40681 Northumberland Hornby Island +0.250976 aapg_ai_957.html aapg_ai_957.html:143:15113:15123 Rio Grande Uvalde, Texas +0.261096 aapg_aa_731.html aapg_aa_731.html:530:71581:71590 Pendleton San Marcos, California +0.24795 aapg_af_342.html aapg_af_342.html:379:36781:36794 Crystal River Melbourne, Florida +0.875367 gsa_html_3447557340 gsa_html_3447557340:673:60016:60028 Rhode Island Newport, Rhode Island +0.265224 cspg_html_4796942391 cspg_html_4796942391:61:8849:8867 Dunvegan Victoria, British Columbia +0.259 aapg_af_308.html aapg_af_308.html:409:49313:49333 Greenbrier Greenbrier (Great Smoky Mountains) +0.494 cspg_html_5450075884 cspg_html_5450075884:794:79023:79031 Columbia Lacombe, Alberta +0.504482 aapg_aa_873.html aapg_aa_873.html:339:32601:32607 Brazil Atlantic Ocean +0.491232 sedimentology_html_1735923023 sedimentology_html_1735923023:310:21263:21273 Washington Seattle +0.484568 aapg_ad_466.html aapg_ad_466.html:1222:130865:130872 Raritan Maryland +0.26673 aapg_ac_336.html aapg_ac_336.html:201:20201:20206 Levis Great Britain +0.264195 aapg_ac_624.html aapg_ac_624.html:15:1419:1428 New River Middle East +0.501177 aapg_aa_12.html aapg_aa_12.html:287:30166:30176 Kinderhook Meramec River +0.271437 aapg_ac_833.html aapg_ac_833.html:17:2610:2625 Mesaverde Colorado +0.249975 aapg_aa_824.html aapg_aa_824.html:366:42305:42325 Nicola Ionia +0.472443 gsa_html_8244777175 gsa_html_8244777175:732:77082:77110 Green River Colorado +0.482384 cspg_html_9354781888 cspg_html_9354781888:102:19122:19140 Amaranth Williston Basin +0.266752 cspg_html_3233680622 cspg_html_3233680622:703:82338:82350 Devon Island Bath, Somerset +0.47424 aapg_af_892.html aapg_af_892.html:384:36344:36373 Palo Pinto Texas +0.44679 aapg_ae_546.html aapg_ae_546.html:4:721:744 Cotton Valley Texas +0.25344 geology_html_7333334845 geology_html_7333334845:190:18243:18262 Richmond Canada +0.251001 cspg_html_8260944839 cspg_html_8260944839:140:18132:18159 Twilight Gneiss Stony Creek Metropark +0.279441 gsa_html_5756232019 gsa_html_5756232019:902:78650:78656 Reston Virginia +0.257895 gsa_html_4837287019 gsa_html_4837287019:9:355:365 Washington Seattle +0.285936 aapg_ad_599.html aapg_ad_599.html:59:6560:6581 Potomac Chesapeake Bay +0.899346 aapg_ad_283.html aapg_ad_283.html:3:266:300 San Andres New Mexico +0.257013 gsa_html_4047856284 gsa_html_4047856284:16:560:568 Colorado Denver +0.48732 cspg_html_4287356899 cspg_html_4287356899:2755:304535:304543 Wolfcamp Texas +0.493799 aapg_ac_190.html aapg_ac_190.html:133:23615:23633 Onondaga Cherry Valley, Illinois +0.474525 aapg_ae_658.html aapg_ae_658.html:452:52521:52527 Borden Bloomington, Indiana +0.493115 geology_html_4837910667 geology_html_4837910667:246:19566:19573 Jewett Silt San Francisco +0.274351 aapg_ae_3.html aapg_ae_3.html:132:18006:18011 Banff Canada +0.439263 aapg_ah_421.html aapg_ah_421.html:34:3189:3202 Bearpaw Edmonton, London +0.247506 sedimentology_html_6253258212 sedimentology_html_6253258212:222:20593:20597 Hall London, Ontario +0.71073 aapg_ak_117.html aapg_ak_117.html:622:58054:58069 Gower Iowa +0.264638 gsa_html_7199417381 gsa_html_7199417381:312:34923:34940 White River Platte River +0.240064 aapg_aa_627.html aapg_aa_627.html:324:30115:30120 Banao Trinidad and Tobago +0.478516 geology_html_6134040289 geology_html_6134040289:270:23743:23775 Monterey California +0.462522 aapg_af_291.html aapg_af_291.html:160:19096:19111 Lisburne Anchorage, Alaska +0.486156 aapg_ad_446.html aapg_ad_446.html:449:52590:52608 Bedford Chemung, New York +0.502392 aapg_af_986.html aapg_af_986.html:273:39070:39079 Extension Burma +0.250952 geology_html_5723931304 geology_html_5723931304:80:9116:9126 Rio Grande Colorado +0.47559 aapg_ai_105.html aapg_ai_105.html:420:52465:52470 Provo Uinta Mountains +0.481418 aapg_ae_981.html aapg_ae_981.html:338:28574:28590 Beech River Missouri River +0.272 aapg_ah_327.html aapg_ah_327.html:188:14487:14495 Golconda Illinois +0.458784 palaios_html_3105248303 palaios_html_3105248303:79:8337:8346 Frankfort Cincinnati +0.274046 aapg_aa_598.html aapg_aa_598.html:4:743:750 Thaynes Cheyenne, Wyoming +0.482832 aapg_aa_725.html aapg_aa_725.html:48:5173:5195 Nation River Anchorage, Alaska +0.241462 geology_html_3128115724 geology_html_3128115724:228:24107:24112 Weeks Boise, Idaho +0.241072 aapg_ae_878.html aapg_ae_878.html:381:38366:38390 Goddard Ardmore, Pennsylvania +0.256149 aapg_aa_962.html aapg_aa_962.html:511:54620:54627 Prairie White Sulphur Springs, West Virginia +0.246865 aapg_ae_921.html aapg_ae_921.html:316:25773:25786 Madison California +0.247 geology_html_4330731509 geology_html_4330731509:156:18809:18817 Virginia Arizona +0.48783 sedimentology_html_7144686124 sedimentology_html_7144686124:319:31857:31863 Animas Columbus, Ohio +0.251496 aapg_ah_645.html aapg_ah_645.html:27:4402:4408 Preuss Boise, Idaho +0.483336 cspg_html_7924356285 cspg_html_7924356285:367:35018:35026 Columbia Elk River, Minnesota +0.478969 aapg_aa_696.html aapg_aa_696.html:630:71631:71641 Carbondale Colorado +0.271437 aapg_aa_233.html aapg_aa_233.html:249:26204:26223 Kiamichi Del Rio, Tennessee +0.794576 aapg_ac_65.html aapg_ac_65.html:56:7507:7525 Minturn New Mexico +0.270391 aapg_ai_756.html aapg_ai_756.html:5:592:617 Smackover Arkansas +0.2751 aapg_ae_319.html aapg_ae_319.html:628:53322:53339 Entrada Metro Manila +0.255518 aapg_ac_91.html aapg_ac_91.html:134:13149:13159 Scott Peak Boise, Idaho +0.468174 cspg_html_9157093462 cspg_html_9157093462:418:48862:48879 Halfway Victoria, British Columbia +0.470876 aapg_ac_983.html aapg_ac_983.html:326:52363:52369 Hertha Cherryvale, Kansas +0.471885 cspg_html_5450075884 cspg_html_5450075884:15:2700:2711 Belly River Colorado +0.507694 aapg_ah_532.html aapg_ah_532.html:20:2409:2424 Ouray Colorado +0.248412 aapg_aa_124.html aapg_aa_124.html:537:55123:55137 Colorado Lacombe, Alberta +0.500752 aapg_af_468.html aapg_af_468.html:360:32572:32589 Wilcox Texas +0.326667 aapg_ai_999.html aapg_ai_999.html:143:10144:10152 Colorado Logan, Utah +0.49344 aapg_ac_856.html aapg_ac_856.html:672:68536:68545 Sheffield Manchester, New Hampshire +0.467016 palaios_html_1020763489 palaios_html_1020763489:358:44186:44204 Quinault Washington (state) +0.671814 aapg_ac_749.html aapg_ac_749.html:47:6088:6094 Guelph Niagara Peninsula +0.480129 cspg_html_8649903682 cspg_html_8649903682:10:605:643 Shaftesbury Canada +0.254989 AMJC_html_4579422305 AMJC_html_4579422305:947:81558:81565 Norfolk Virginia +0.252973 aapg_ae_235.html aapg_ae_235.html:193:23430:23458 Black Mingo Charleston, South Carolina +0.262656 gsa_html_9866042258 gsa_html_9866042258:1955:151699:151708 San Diego Houghton, Michigan +0.474488 aapg_ah_647.html aapg_ah_647.html:373:40121:40139 Paradise Animas River +0.49761 gsa_html_5952049575 gsa_html_5952049575:799:78900:78906 Oregon Manchester, New Hampshire +0.466947 aapg_aa_684.html aapg_aa_684.html:95:10655:10659 Jelm John Crow Mountains +0.26 aapg_af_479.html aapg_af_479.html:362:40745:40753 Carlsbad San Diego +0.26368 aapg_af_616.html aapg_af_616.html:152:11610:11620 San Andres San Angelo, Texas +0.249498 geology_html_9215517313 geology_html_9215517313:15:887:895 Colorado Denver +0.48974 cspg_html_4541662139 cspg_html_4541662139:29:3643:3655 Independence New Mexico +0.480129 aapg_ae_185.html aapg_ae_185.html:3:285:294 Shongaloo Shreveport, Louisiana +0.262135 aapg_ah_506.html aapg_ah_506.html:10:1366:1374 Traverse Alpena, Michigan +0.682808 aapg_af_139.html aapg_af_139.html:168:18356:18374 John Day Salem, Oregon +0.481143 aapg_ae_73.html aapg_ae_73.html:123:16308:16315 Tererro Sangre de Cristo Range +0.255474 cspg_html_1770934036 cspg_html_1770934036:658:68071:68089 Dunvegan Lacombe, Alberta +0.486664 aapg_ac_366.html aapg_ac_366.html:181:21948:21954 Keefer Virginia +0.48705 sedimentology_html_7103111053 sedimentology_html_7103111053:46:4317:4326 Peninsula Korea +0.247808 geology_html_7187083904 geology_html_7187083904:11:551:561 Rancheria New Mexico +0.50112 geology_html_4520299428 geology_html_4520299428:345:25239:25244 Price Earth +0.252433 aapg_ad_55.html aapg_ad_55.html:97:8089:8096 Decorah Missouri River +0.267264 aapg_ad_683.html aapg_ad_683.html:69:10683:10697 Rico Hermosa, Chicago +0.252945 sedimentology_html_6277855897 sedimentology_html_6277855897:1891:116026:116039 Saline Valley Death Valley +0.493735 aapg_ai_364.html aapg_ai_364.html:739:60493:60502 Allegheny Kansas City, Kansas +0.243452 cspg_html_6032369756 cspg_html_6032369756:238:27871:27879 Edmonton Lacombe, Alberta +0.49082 aapg_ac_200.html aapg_ac_200.html:418:41834:41851 Wasatch Western world +0.257466 aapg_ae_460.html aapg_ae_460.html:322:28953:28969 Mt Lytton Austin, Chicago +0.49728 aapg_ad_880.html aapg_ad_880.html:296:31183:31187 Wendover Cheyenne, Wyoming +0.257388 aapg_aa_889.html aapg_aa_889.html:668:68118:68123 Weeks Karnes County, Texas +0.243936 gsa_html_2989317971 gsa_html_2989317971:722:75292:75314 Sucker Creek Snake River Plain (ecoregion) +0.467712 aapg_ad_2.html aapg_ad_2.html:248:37551:37563 Chambersburg Lancaster, California +0.251883 aapg_ad_279.html aapg_ad_279.html:55:6625:6636 San Antonio Corpus Christi, Texas +0.465744 aapg_ae_29.html aapg_ae_29.html:72:9056:9066 Loyalhanna Pottsville, Pennsylvania +0.262135 cspg_html_6140605204 cspg_html_6140605204:36:5850:5858 Kootenay Fernie, British Columbia +0.269808 aapg_ae_544.html aapg_ae_544.html:344:40590:40605 Telegraph Creek Niobrara, Nebraska +0.26058 gsa_html_3655236765 gsa_html_3655236765:724:75068:75077 Extension Death Valley +0.475059 aapg_ac_720.html aapg_ac_720.html:4:394:414 Vincentown Maryland +0.248482 gsa_html_8671422836 gsa_html_8671422836:1224:115082:115097 Ross Antarctica +0.494208 aapg_ae_677.html aapg_ae_677.html:618:54859:54884 Alligator Back Grandfather Mountain +0.51462 aapg_ad_721.html aapg_ad_721.html:195:17652:17662 San Andres Glorieta Pass +0.503184 aapg_ad_205.html aapg_ad_205.html:32:4451:4470 Arkansas Novaculite Benton, Arkansas +0.496752 AMJC_html_8831189197 AMJC_html_8831189197:873:75745:75766 Green River Cheyenne, Wyoming +0.48864 palaios_html_3112927242 palaios_html_3112927242:940:72371:72392 Juniata Pennsylvania +0.27348 aapg_ai_584.html aapg_ai_584.html:753:79057:79063 Casper Laramie, Wyoming +0.50898 gsa_html_5952049575 gsa_html_5952049575:1049:94919:94947 Green River Colorado +0.489328 gsa_html_4543270561 gsa_html_4543270561:598:51480:51490 Point Loma California +0.48672 gsa_html_3613642206 gsa_html_3613642206:816:73861:73871 Washington Seattle +0.491724 aapg_ae_181.html aapg_ae_181.html:11:1794:1810 Ripley Alabama +0.2603 aapg_ah_529.html aapg_ah_529.html:4:514:531 El Paso New Mexico +0.256968 aapg_af_357.html aapg_af_357.html:575:54079:54093 Stony Mountain Nassau, Bahamas +0.246456 aapg_aa_124.html aapg_aa_124.html:748:78492:78506 Colorado Lacombe, Alberta +0.49551 cspg_html_7779401416 cspg_html_7779401416:245:30004:30025 Fossil Hill Michigan Basin +0.500325 gsa_html_7635660482 gsa_html_7635660482:481:40713:40731 Morrison Logan, Utah +0.260538 gsa_html_4312040636 gsa_html_4312040636:555:52611:52620 Eel River Van Duzen River +0.47889 aapg_ai_584.html aapg_ai_584.html:47:5101:5110 Ingleside Colorado +0.250776 aapg_ad_918.html aapg_ad_918.html:423:51099:51107 Colorado Colorado +0.48412 cspg_html_9119878068 cspg_html_9119878068:11:1448:1468 Swan Hills Swan Hill, Victoria +0.485586 aapg_ai_49.html aapg_ai_49.html:233:27800:27807 Ankareh Boise, Idaho +0.241542 gsa_html_9457387752 gsa_html_9457387752:592:52705:52724 Mineral Bluff North Carolina +0.246506 aapg_af_666.html aapg_af_666.html:520:44576:44581 Uinta Bridger, Montana +0.248446 cspg_html_6108854431 cspg_html_6108854431:19:2503:2515 Hillsborough New Brunswick, New Jersey +0.49068 aapg_aa_62.html aapg_aa_62.html:949:76055:76065 Fort Worth Texas +0.26052 aapg_ad_280.html aapg_ad_280.html:17:2394:2411 Bossier Haynesville, Louisiana +0.239616 aapg_aa_702.html aapg_aa_702.html:1042:123075:123083 Colorado Denver +0.36113 aapg_ac_807.html aapg_ac_807.html:384:39435:39447 Mount Laurel Delaware +0.473796 sedimentology_html_1218754318 sedimentology_html_1218754318:385:39151:39157 Walker Ferris, Texas +0.497016 geology_html_9316941915 geology_html_9316941915:273:23679:23685 Reston Virginia +0.254015 palaios_html_5078880508 palaios_html_5078880508:687:52591:52622 Kope Kentucky +0.521148 aapg_aa_415.html aapg_aa_415.html:355:52252:52272 Escondido Texas +0.246506 cspg_html_3550853247 cspg_html_3550853247:190:21488:21500 Medicine Hat Milk River, Alberta +0.24192 aapg_ae_305.html aapg_ae_305.html:912:74481:74499 Sabaneta Yellowstone Caldera +0.484188 gsa_html_8863489299 gsa_html_8863489299:1128:107892:107920 Green River Colorado +0.471108 jgeology_html_1095412310 jgeology_html_1095412310:140:7905:7922 Manlius Syracuse, New York +0.273615 aapg_aa_147.html aapg_aa_147.html:142:17570:17585 Interlake Red River of the North +0.252374 aapg_ai_504.html aapg_ai_504.html:140:14245:14250 Otter Chester, Pennsylvania +0.250572 cspg_html_1822367166 cspg_html_1822367166:312:35513:35520 Windsor Ontario, California +0.50255 gsa_html_3010975239 gsa_html_3010975239:673:72812:72840 Green River Colorado +0.495159 geology_html_9449848150 geology_html_9449848150:136:14089:14116 North Horn Logan, Utah +0.474948 geology_html_7441090490 geology_html_7441090490:37:3757:3778 Kaiparowits Logan, Utah +0.480255 geology_html_7376742736 geology_html_7376742736:19:1558:1579 Mabou Cumberland, Maryland +0.458754 cspg_html_4727171280 cspg_html_4727171280:18:1374:1392 Edmonton Drumheller +0.253 palaios_html_1574666570 palaios_html_1574666570:19:965:978 Hungry Hollow Ontario, California +0.266716 aapg_af_502.html aapg_af_502.html:438:45248:45257 Smackover Shreveport, Louisiana +0.347696 aapg_ac_730.html aapg_ac_730.html:333:47266:47286 Yale Point Mesa, Arizona +0.247995 cspg_html_9435196958 cspg_html_9435196958:1389:58354:58372 Edmonton Lacombe, Alberta +0.489706 aapg_ad_724.html aapg_ad_724.html:147:18217:18227 San Andres New Mexico +0.508592 aapg_ae_220.html aapg_ae_220.html:359:40490:40513 Nacatoch Arkadelphia, Arkansas +0.498318 aapg_ah_158.html aapg_ah_158.html:116:22320:22325 Hueco Sacramento, California +0.461616 geology_html_4921848404 geology_html_4921848404:100:12114:12130 Colorado North Atlantic Current +0.272475 aapg_ae_365.html aapg_ae_365.html:38:5416:5425 Sheffield Chattanooga, Tennessee +0.713048 aapg_ac_569.html aapg_ac_569.html:336:46928:46949 Green River Colorado +0.482304 aapg_ah_647.html aapg_ah_647.html:605:67755:67759 Earp Colina, Chile +0.248992 jgeology_html_4305195651 jgeology_html_4305195651:2144:154964:154970 Oswayo Pocono Raceway +0.249 aapg_ak_98.html aapg_ak_98.html:439:53753:53761 Caballos Gulf of California +0.487956 aapg_ac_380.html aapg_ac_380.html:621:67958:67985 Salina Pennsylvania +0.25338 sedimentology_html_9032102238 sedimentology_html_9032102238:39:3745:3759 Northumberland England +0.487786 cspg_html_7688587411 cspg_html_7688587411:249:26366:26384 Kaskapau Lacombe, Alberta +0.271416 aapg_ah_756.html aapg_ah_756.html:6:969:989 Dewey Lake Paluxy, Texas +0.503496 gsa_html_3426019854 gsa_html_3426019854:60:3943:3971 Green River New Mexico +0.480365 palaios_html_3706035501 palaios_html_3706035501:650:77516:77534 Bridger Cheyenne, Wyoming +0.480312 aapg_ak_105.html aapg_ak_105.html:97:12851:12871 Flagstaff Logan, Utah +0.255892 cspg_html_3404912985 cspg_html_3404912985:841:108127:108148 Belly River Judith River Formation +0.24255 aapg_aa_233.html aapg_aa_233.html:15:1905:1911 Cupido Matamoros, Tamaulipas +0.254338 sedimentology_html_2865738906 sedimentology_html_2865738906:450:28229:28235 Banner Hanson, Massachusetts +0.482475 aapg_ac_364.html aapg_ac_364.html:3:216:240 Sundance Black Hills +0.250194 aapg_ad_954.html aapg_ad_954.html:292:30388:30406 Eminence Fort Sill +0.911944 aapg_ad_2.html aapg_ad_2.html:1416:193401:193418 Martinsburg Chambersburg, Pennsylvania +0.501942 AMJC_html_3664856625 AMJC_html_3664856625:598:61781:61801 Hell Creek Williston Basin +0.468768 aapg_ae_958.html aapg_ae_958.html:3046:263037:263055 Carlsbad Carlsbad, New Mexico +0.499479 aapg_aa_648.html aapg_aa_648.html:322:34082:34090 Virginia Newport, Rhode Island +0.22944 cspg_html_7777724998 cspg_html_7777724998:81:11397:11405 Bellevue Gladstone, Oregon +0.26316 aapg_ae_731.html aapg_ae_731.html:427:38767:38772 Price Regina, Saskatchewan +0.471852 geology_html_2442755584 geology_html_2442755584:24:1567:1578 San Joaquin Middle Fork Salmon River +0.262135 geology_html_4355936380 geology_html_4355936380:123:11264:11283 Alburnett Moberly, Missouri +0.260604 geology_html_3303545591 geology_html_3303545591:237:20106:20117 Black River Canada +0.504868 aapg_ac_691.html aapg_ac_691.html:81:6359:6370 San Joaquin Sacramento, California +0.27136 gsa_html_1040524378 gsa_html_1040524378:315:35761:35768 Challis Western world +0.263105 aapg_ae_380.html aapg_ae_380.html:187:14820:14824 Frio Texas +0.246685 cspg_html_8316122266 cspg_html_8316122266:269:26911:26932 Shaftesbury Lacombe, Alberta +0.462231 sedimentology_html_1123580665 sedimentology_html_1123580665:274:23063:23071 Scotland England +0.265278 aapg_ac_882.html aapg_ac_882.html:395:37889:37910 Fairview Bellevue, Nebraska +0.24346 aapg_ai_962.html aapg_ai_962.html:364:27812:27829 San Andres New Mexico +0.455259 aapg_ae_124.html aapg_ae_124.html:172:12206:12219 Venango Morgantown, Kentucky +0.4215 aapg_ae_854.html aapg_ae_854.html:247:27309:27332 Turner Valley Elkton, Kentucky +0.485077 sedimentology_html_2089385908 sedimentology_html_2089385908:611:57179:57200 Forest Fort Collins, Colorado +0.5018 aapg_ai_80.html aapg_ai_80.html:273:27950:27955 Chazy Arkansas +0.255024 palaios_html_7533095486 palaios_html_7533095486:528:44770:44801 Kope Ohio +0.857355 aapg_ac_742.html aapg_ac_742.html:105:12653:12677 Gypsum Spring Black Hills +0.268128 aapg_aa_98.html aapg_aa_98.html:189:16212:16229 Charles Regina, Saskatchewan +0.492701 aapg_ae_705.html aapg_ae_705.html:597:60081:60089 Vaqueros Santa Ynez Valley +0.252888 aapg_ae_345.html aapg_ae_345.html:632:52612:52617 Eutaw Cotton Valley, Louisiana +0.470418 cspg_html_7330983978 cspg_html_7330983978:505:42228:42245 Romaine Anticosti Island +0.475776 cspg_html_8042616083 cspg_html_8042616083:278:28606:28612 Snyder East Lansing, Michigan +0.26052 aapg_ah_797.html aapg_ah_797.html:98:8876:8884 Virginia Ohio +0.690471 gsa_html_2717448156 gsa_html_2717448156:1185:115368:115388 Kinnikinic Quartzite Boise, Idaho +0.476504 cspg_html_9941518291 cspg_html_9941518291:634:86774:86810 Barlow Inlet Canadian Arctic Archipelago +0.496524 cspg_html_9735723617 cspg_html_9735723617:923:101990:102010 Weatherall Melville Island (Canada) +0.449781 jgeology_html_3756303604 jgeology_html_3756303604:588:41301:41314 Cid North Carolina +0.503286 aapg_ae_998.html aapg_ae_998.html:108:13505:13513 Evanston Absaroka +0.4992 aapg_ad_758.html aapg_ad_758.html:464:57605:57616 Monongahela Pennsylvania +0.259017 aapg_ai_720.html aapg_ai_720.html:253:28426:28433 Raritan Closter, New Jersey +0.268308 AMJC_html_3101604482 AMJC_html_3101604482:1003:93047:93056 New River Virginia +0.489402 aapg_ad_721.html aapg_ad_721.html:549:50906:50910 Yeso Glorieta Pass +0.243411 gsa_html_2832151886 gsa_html_2832151886:516:45543:45566 Belle Fourche Lacombe, Alberta +0.258912 aapg_ae_200.html aapg_ae_200.html:8:1043:1056 Woodbine Buda, Texas +0.481371 gsa_html_3198528745 gsa_html_3198528745:581:65089:65097 Columbia Colorado +0.25382 aapg_ai_720.html aapg_ai_720.html:201:22075:22082 Magothy Raritan River +0.239454 aapg_ac_212.html aapg_ac_212.html:41:5896:5904 Washakie Big Horn Mountains +0.288045 aapg_ah_753.html aapg_ah_753.html:360:57119:57126 Moncton Dover, Delaware +0.266207 sedimentology_html_9688946517 sedimentology_html_9688946517:1159:77447:77453 Oxford Pergamon Museum +0.517776 aapg_aa_648.html aapg_aa_648.html:243:28045:28052 Norfolk Virginia +0.2652 cspg_html_9152086986 cspg_html_9152086986:22:3097:3105 Columbia Victoria, British Columbia +0.259458 aapg_ah_749.html aapg_ah_749.html:56:6695:6702 Norfolk Virginia +0.261096 sedimentology_html_3707795029 sedimentology_html_3707795029:1254:79475:79482 Goddard Barbados +0.921078 aapg_ad_302.html aapg_ad_302.html:258:25060:25083 Cherry Canyon Texas +0.494019 aapg_ae_424.html aapg_ae_424.html:21:2581:2603 Laramie Denver +0.192998 aapg_af_461.html aapg_af_461.html:146:13201:13240 Prairie Wisconsin +0.4896 cspg_html_3521815736 cspg_html_3521815736:57:9615:9623 Grayling Middle East +0.255987 cspg_html_4450068317 cspg_html_4450068317:520:63574:63591 White River Chadron, Nebraska +0.2646 aapg_ah_649.html aapg_ah_649.html:548:60968:60976 Santiago Chile +0.24411 gsa_html_9310053579 gsa_html_9310053579:827:69575:69584 Wenatchee Washington (state) +0.4845 gsa_html_4543270561 gsa_html_4543270561:1108:95545:95558 Santa Barbara California +0.475134 gsa_html_9378676329 gsa_html_9378676329:847:75760:75785 Rockslide Kyrgyzstan +0.258885 aapg_ai_73.html aapg_ai_73.html:184:26809:26826 Entrada Colorado Plateau +0.433862 cspg_html_3762708087 cspg_html_3762708087:169:22097:22103 Viking Suffield, Connecticut +0.25146 cspg_html_8990290265 cspg_html_8990290265:144:22001:22023 Cooking Lake Lacombe, Alberta +0.25272 cspg_html_6255491344 cspg_html_6255491344:153:22155:22171 Fernie Highwood, Illinois +0.24442 cspg_html_8694594891 cspg_html_8694594891:382:41253:41271 Billings Ontario, California +0.262524 aapg_ac_844.html aapg_ac_844.html:395:49936:49946 Whitehorse Fort Yukon, Alaska +0.270914 cspg_html_4617311907 cspg_html_4617311907:438:60577:60590 Windsor Bridgetown, Nova Scotia +0.4914 aapg_ai_584.html aapg_ai_584.html:487:48477:48488 Broom Creek Wheatland, California +0.448668 aapg_ah_335.html aapg_ah_335.html:236:29490:29499 Cranberry Cheyenne, Wyoming +0.484584 cspg_html_4603985064 cspg_html_4603985064:134:17664:17670 Denver Calgary +0.249856 cspg_html_4326384800 cspg_html_4326384800:162:23000:23019 Hay River Lacombe, Alberta +0.462186 palaios_html_1307998760 palaios_html_1307998760:300:26399:26413 Byng Victoria, British Columbia +0.45778 aapg_ae_658.html aapg_ae_658.html:565:58368:58374 Denver Colorado +0.244524 gsa_html_4755273876 gsa_html_4755273876:1113:103327:103336 Extension Tyrrhenian Sea +0.46805 aapg_ad_652.html aapg_ad_652.html:375:45845:45851 Oregon Salem, Oregon +0.474447 cspg_html_1201397701 cspg_html_1201397701:14:1324:1342 Blakeley Washington (state) +0.249804 aapg_ac_904.html aapg_ac_904.html:402:34964:34969 Eagle Anchorage, Alaska +0.255024 aapg_ae_535.html aapg_ae_535.html:36:4722:4729 Tugidak Kodiak Island +0.25551 aapg_ae_474.html aapg_ae_474.html:20:2697:2708 Paint Creek Bethel, Alaska +0.491071 cspg_html_9435196958 cspg_html_9435196958:649:27938:27959 Belly River Lacombe, Alberta +0.23793 aapg_ae_16.html aapg_ae_16.html:298:35162:35183 Nikanassin Lacombe, Alberta +0.25627 aapg_ai_153.html aapg_ai_153.html:408:62766:62788 Cooper Illinois +0.91298 cspg_html_7595517955 cspg_html_7595517955:92:10377:10402 Kennedy Channel Ellesmere Island +0.273465 aapg_ac_333.html aapg_ac_333.html:425:54762:54767 Supai Supai, Arizona +0.506708 aapg_ac_628.html aapg_ac_628.html:528:91197:91207 Fort Union Wasatch Range +0.243048 cspg_html_5438428738 cspg_html_5438428738:290:38414:38433 Athabasca Wollaston (Quincy, Massachusetts) +0.472861 gsa_html_2147749463 gsa_html_2147749463:328:27135:27144 Fullerton California +0.492143 aapg_ah_340.html aapg_ah_340.html:26:3603:3612 Red River Denison, Texas +0.485366 aapg_ae_370.html aapg_ae_370.html:351:32499:32515 Keasey Cowlitz River +0.491967 gsa_html_1347484649 gsa_html_1347484649:47:3569:3590 Green River South Pass City, Wyoming +0.249711 cspg_html_9157093462 cspg_html_9157093462:466:51532:51562 Doig Lacombe, Alberta +0.252504 sedimentology_html_9251287102 sedimentology_html_9251287102:142:11511:11521 Washington Wa (Japan) +0.24823 gsa_html_9891566604 gsa_html_9891566604:154:17114:17133 Prospect Green Mountain +0.24192 sedimentology_html_6284954963 sedimentology_html_6284954963:1407:91293:91297 Hall London, Ontario +0.261626 aapg_ac_6.html aapg_ac_6.html:458:30206:30223 Black River Ontario, California +0.508902 gsa_html_5737673651 gsa_html_5737673651:555:45839:45870 Chinle Arizona +0.49344 gsa_html_8774590177 gsa_html_8774590177:11:515:525 Washington Washington (state) +0.250952 aapg_ai_704.html aapg_ai_704.html:225:24584:24607 Seco Sergipe +0.247464 gsa_html_2675218998 gsa_html_2675218998:260:26904:26923 Colorado Mesa, Arizona +0.245464 jgeology_html_9215313444 jgeology_html_9215313444:281:19213:19220 Spokane Washington (state) +0.831168 aapg_ah_329.html aapg_ah_329.html:282:27729:27736 Sisquoc Monterey, California +0.476424 gsa_html_2173189484 gsa_html_2173189484:64:5330:5358 Green River Colorado +0.279832 aapg_af_915.html aapg_af_915.html:76:8499:8517 Kootenai Colorado +0.226896 aapg_ak_87.html aapg_ak_87.html:375:49220:49239 Horquilla Earp, California +0.278226 cspg_html_5697056884 cspg_html_5697056884:515:53116:53144 Deadwood Canada +0.244374 aapg_ak_98.html aapg_ak_98.html:455:55686:55704 Caballos Norton, Massachusetts +0.517443 gsa_html_4029815788 gsa_html_4029815788:60:4031:4059 Green River Colorado +0.24948 gsa_html_4067767548 gsa_html_4067767548:668:60568:60572 Ashe North Carolina +0.486266 aapg_aa_38.html aapg_aa_38.html:296:30949:30967 Grayburg Guadalupe Mountains National Park +0.283466 cspg_html_6021605367 cspg_html_6021605367:50:5777:5792 Banff Lacombe, Alberta +0.23064 sedimentology_html_1338997515 sedimentology_html_1338997515:147:13351:13368 Beeman Sacramento Mountains (California) +0.246302 geology_html_5825799037 geology_html_5825799037:194:18624:18633 Extension Sevier orogeny +0.472294 sedimentology_html_8108450281 sedimentology_html_8108450281:406:39502:39508 Madrid Spain +0.468756 cspg_html_3404912985 cspg_html_3404912985:81:14198:14219 Belly River Lacombe, Alberta +0.252324 gsa_html_2541258832 gsa_html_2541258832:725:51052:51062 San Felipe California +0.256649 cspg_html_3023030263 cspg_html_3023030263:511:56975:56989 Colorado Lacombe, Alberta +0.254514 aapg_ah_160.html aapg_ah_160.html:5:752:760 Virginia Maryland +0.506766 aapg_af_773.html aapg_af_773.html:344:37755:37776 Green River Cheyenne, Wyoming +0.501704 aapg_ae_524.html aapg_ae_524.html:57:5568:5578 Georgetown Buda, Texas +0.464576 aapg_af_482.html aapg_af_482.html:66:8544:8561 El Plan Honduras +0.250937 aapg_ae_368.html aapg_ae_368.html:34:3491:3503 Marble Falls Texas +0.248937 geology_html_1592747864 geology_html_1592747864:47:2530:2535 Yukon Boise, Idaho +0.237088 aapg_ae_70.html aapg_ae_70.html:376:37590:37598 Colorado Colorado +0.474447 cspg_html_6417125323 cspg_html_6417125323:35:4508:4520 Saskatchewan Lacombe, Alberta +0.511038 aapg_ae_324.html aapg_ae_324.html:275:27774:27782 Virginia Knoxville, Tennessee +0.487438 aapg_ah_700.html aapg_ah_700.html:606:76801:76824 Cotton Valley Texas +0.26159 sedimentology_html_5928478399 sedimentology_html_5928478399:31:1907:1915 Prospect Moscow +0.49536 cspg_html_7115701337 cspg_html_7115701337:627:65903:65921 Dunvegan Lacombe, Alberta +0.46662 cspg_html_2729673354 cspg_html_2729673354:106:11051:11071 Colorado Bow Island Airport +0.874224 aapg_ah_343.html aapg_ah_343.html:232:27937:27946 Catahoula Mississippi River +0.252973 cspg_html_6021605367 cspg_html_6021605367:28:3212:3241 Big Valley San Fernando Valley +0.256432 cspg_html_5117208919 cspg_html_5117208919:195:17348:17368 Keg River Victoria, British Columbia +0.485077 cspg_html_2419618566 cspg_html_2419618566:58:11267:11274 Tintina Western Canadian Sedimentary Basin +0.2595 aapg_aa_147.html aapg_aa_147.html:313:37270:37278 Winnipeg Winnipeg +0.252476 gsa_html_5202646019 gsa_html_5202646019:692:64212:64240 Laurentian Ottawa, Kansas +0.48297 aapg_aa_598.html aapg_aa_598.html:328:34047:34064 Thaynes Cheyenne, Wyoming +0.182016 aapg_ah_96.html aapg_ah_96.html:345:40874:40883 Red River Red River of the North +0.267285 gsa_html_9921588890 gsa_html_9921588890:60:4615:4643 Green River New Mexico +0.240757 aapg_ae_958.html aapg_ae_958.html:3193:273890:273908 Wolfcamp Guadalupe Mountains National Park +0.414834 aapg_af_130.html aapg_af_130.html:147:26679:26720 Lake Valley Sacramento Mountains (California) +0.494088 aapg_ai_687.html aapg_ai_687.html:1619:160718:160724 Lisbon Portugal +0.443001 sedimentology_html_9547473041 sedimentology_html_9547473041:647:52097:52105 Virginia Middle Ordovician +0.476656 aapg_ai_222.html aapg_ai_222.html:17:1529:1535 Oregon California +0.265176 aapg_ad_466.html aapg_ad_466.html:929:100332:100351 Navesink Monmouth County, New Jersey +0.263667 aapg_ae_69.html aapg_ae_69.html:139:16167:16172 Price Logan, Utah +0.470815 aapg_ad_3.html aapg_ad_3.html:609:57406:57414 Virginia Craig, Colorado +0.87505 aapg_ak_136.html aapg_ak_136.html:46:6286:6301 Mowry Colorado +0.511884 aapg_ad_894.html aapg_ad_894.html:915:92007:92023 Dakota New Mexico +0.503272 aapg_ad_64.html aapg_ad_64.html:134:14736:14754 Naheola Alabama +0.252416 aapg_ah_871.html aapg_ah_871.html:438:48927:48934 Pamelia Montreal +0.256032 palaios_html_3931161229 palaios_html_3931161229:981:97297:97311 Kope Cincinnati +0.265584 cspg_html_2650524233 cspg_html_2650524233:10:1608:1615 Bearpaw Edmonton, London +0.245364 cspg_html_7086880709 cspg_html_7086880709:9:537:544 Camsell Western world +0.498066 aapg_ae_356.html aapg_ae_356.html:66:8460:8469 San Pedro Western world +0.47808 cspg_html_5264346535 cspg_html_5264346535:241:25147:25155 Edmonton Edmonton, London +0.255824 aapg_ad_11.html aapg_ad_11.html:29:2569:2575 Ludlow Fort Union Trading Post National Historic Site +0.264698 cspg_html_8362959053 cspg_html_8362959053:171:23156:23168 Luscar Lacombe, Alberta +0.265189 cspg_html_7201476813 cspg_html_7201476813:512:59808:59838 Red River Buck Creek State Park +0.48204 aapg_af_854.html aapg_af_854.html:263:33359:33378 Kinderhook Iowa +0.421652 cspg_html_2419618566 cspg_html_2419618566:957:107579:107583 Toby Victoria, British Columbia +0.447552 aapg_af_382.html aapg_af_382.html:3:334:338 Omoa Honduras +0.437166 aapg_aa_702.html aapg_aa_702.html:251:80159:80167 Colorado Colorado +0.251472 aapg_ah_753.html aapg_ah_753.html:90:13609:13616 Windsor New Brunswick, New Jersey +0.468671 aapg_ae_805.html aapg_ae_805.html:824:102384:102391 Paradox Hermosa, Chicago +0.259017 cspg_html_7176835767 cspg_html_7176835767:75:9037:9057 Arctic Red Sault Ste. Marie, Ontario +0.488592 palaios_html_6404782987 palaios_html_6404782987:814:99316:99323 Jewett Silt San Francisco +0.477012 sedimentology_html_6282709960 sedimentology_html_6282709960:407:32148:32154 Forest Boise, Idaho +0.48042 gsa_html_6261207494 gsa_html_6261207494:29:2796:2824 Green River Iran +0.271425 aapg_ac_949.html aapg_ac_949.html:122:11691:11701 Tuscaloosa Alabama +0.244398 aapg_ad_15.html aapg_ad_15.html:54:5083:5104 Honey Creek Fort Sill +0.477152 aapg_ac_966.html aapg_ac_966.html:104:9983:9993 Rio Grande Mississippi River +0.252384 aapg_ae_73.html aapg_ae_73.html:434:57529:57535 Dakota New Mexico +0.253422 gsa_html_2145963783 gsa_html_2145963783:595:55579:55596 Roberts Mountains Reno, Nevada +0.2565 aapg_ai_932.html aapg_ai_932.html:540:85810:85814 Hall Englewood, New Jersey +0.267288 gsa_html_6753732431 gsa_html_6753732431:29:3173:3188 Sespe Los Angeles +0.245991 AMJC_html_5755352984 AMJC_html_5755352984:316:51460:51466 Oregon Washington (state) +0.500598 cspg_html_9807337907 cspg_html_9807337907:15:2567:2591 Stony Mountain Williston Basin +0.26182 aapg_ae_135.html aapg_ae_135.html:37:3602:3611 Smackover Cotton Valley, Louisiana +0.271185 geology_html_6256782634 geology_html_6256782634:408:25652:25657 Price Sellwood Bridge +0.253422 aapg_af_458.html aapg_af_458.html:467:58586:58595 Partridge Gippsland +0.4794 sedimentology_html_8866523088 sedimentology_html_8866523088:2527:160241:160251 Protection Eaton, Ohio +0.2405 aapg_ad_692.html aapg_ad_692.html:204:20542:20561 Mansfield Bloomington, Indiana +0.244769 cspg_html_8290572971 cspg_html_8290572971:317:42792:42824 Wabamun Lacombe, Alberta +0.283446 aapg_ah_641.html aapg_ah_641.html:3:155:178 Ralston Creek Colorado +0.895862 aapg_ac_782.html aapg_ac_782.html:158:27409:27450 Barnett Texas +0.247835 aapg_af_734.html aapg_af_734.html:432:60326:60332 Denver Colorado +0.427008 gsa_html_2664688317 gsa_html_2664688317:1067:89032:89060 Green River New Mexico +0.26471 aapg_ad_379.html aapg_ad_379.html:664:54817:54833 Carmel Logan, Utah +0.486024 geology_html_2022226404 geology_html_2022226404:283:22677:22683 Jordan Washington (state) +0.699094 cspg_html_6255491344 cspg_html_6255491344:251:36242:36259 Cadomin Fernie, British Columbia +0.25853 aapg_ae_981.html aapg_ae_981.html:441:38112:38122 Bainbridge Bloomington, Indiana +0.47379 aapg_ae_576.html aapg_ae_576.html:406:35448:35458 Wulff Land Washington (state) +0.485888 sedimentology_html_3490784844 sedimentology_html_3490784844:1110:95323:95354 Kope Ohio +0.264704 cspg_html_7086537250 cspg_html_7086537250:617:87390:87402 Souris River Regina, Saskatchewan +0.257514 jgeology_html_4113948097 jgeology_html_4113948097:469:31823:31828 Uinta Wasatch Range +0.495075 aapg_ae_681.html aapg_ae_681.html:47:6225:6233 Norphlet Cotton Valley, Louisiana +0.249 aapg_ai_491.html aapg_ai_491.html:127:14606:14625 Leadville Leadville, Colorado +0.278768 aapg_ae_223.html aapg_ae_223.html:242:29565:29586 Green River Tipton, Indiana +0.272874 aapg_aa_901.html aapg_aa_901.html:170:18395:18406 Skull Creek Cheyenne, Wyoming +0.252396 gsa_html_8053816650 gsa_html_8053816650:882:88838:88843 Price Cambridge +0.260604 cspg_html_1976603247 cspg_html_1976603247:160:17794:17819 Guelph Lake Erie +0.488748 sedimentology_html_5372057865 sedimentology_html_5372057865:1226:88806:88812 Oregon Washington (state) +0.495808 aapg_ah_508.html aapg_ah_508.html:25:3178:3197 Allentown Lehigh River +0.256122 aapg_af_291.html aapg_af_291.html:32:4393:4401 Lisburne Anchorage, Alaska +0.288305 aapg_ac_69.html aapg_ac_69.html:480:51785:51798 Carlile Hittin +0.452598 geology_html_8541516172 geology_html_8541516172:39:4492:4502 Santa Rita Baja California peninsula +0.248502 cspg_html_7426180950 cspg_html_7426180950:485:54255:54277 Basal Lacombe, Alberta +0.403425 sedimentology_html_3358647812 sedimentology_html_3358647812:16:1141:1162 Cliff House Colorado +0.495804 gsa_html_1451702506 gsa_html_1451702506:11:552:564 Rhode Island Newport, Rhode Island +0.268822 gsa_html_9898556493 gsa_html_9898556493:200:24670:24682 Modesto Modesto, California +0.48735 cspg_html_9275863663 cspg_html_9275863663:47:6529:6549 Swan Hills Middle East +0.702027 aapg_ae_271.html aapg_ae_271.html:64:5429:5440 Winona Alabama +0.268812 aapg_ae_713.html aapg_ae_713.html:148:14326:14331 Husky Karachi +0.260036 aapg_ac_313.html aapg_ac_313.html:556:62970:62991 Buena Vista Mexico +0.255811 AMJC_html_3664856625 AMJC_html_3664856625:633:65187:65207 Hell Creek Northern Great Plain +0.243236 cspg_html_3503658083 cspg_html_3503658083:54:6885:6894 Ice River Yoho National Park +0.482463 aapg_ai_17.html aapg_ai_17.html:1360:93088:93099 Hattiesburg Leaf River, Illinois +0.486472 aapg_ae_354.html aapg_ae_354.html:175:17380:17399 Mesaverde Niobrara, Nebraska +0.262314 aapg_af_659.html aapg_af_659.html:54:4130:4140 Phosphoria Cheyenne, Wyoming +0.257484 aapg_ac_940.html aapg_ac_940.html:729:66992:67007 Salem Bloomington, Indiana +0.2376 aapg_aa_561.html aapg_aa_561.html:9:1006:1016 Cumberland Illinois +0.492745 cspg_html_4680804918 cspg_html_4680804918:355:46849:46861 Medicine Hat Missouri River +0.477792 aapg_ae_72.html aapg_ae_72.html:135:15726:15739 Hermosa Hermosa, Chicago +0.244664 aapg_af_54.html aapg_af_54.html:274:29767:29798 Green River Colorado +0.45552 aapg_ae_415.html aapg_ae_415.html:40:6064:6079 Tampa Melbourne, Florida +0.48654 aapg_af_470.html aapg_af_470.html:258:27559:27576 Madison Cheyenne, Wyoming +0.399114 cspg_html_7903023332 cspg_html_7903023332:8:1098:1118 Kananaskis Elk Valley (British Columbia) +0.255458 AMJC_html_7032017201 AMJC_html_7032017201:648:53883:53892 Nian Michikamau Sweden +0.26129 gsa_html_3648258377 gsa_html_3648258377:527:51932:51954 Mount Laurel Bass River Township, New Jersey +0.51352 AMJC_html_6341723617 AMJC_html_6341723617:1150:96231:96257 Pass Peak Cheyenne, Wyoming +0.25305 geology_html_7647446171 geology_html_7647446171:14:890:899 San Diego California +0.272076 cspg_html_6351830705 cspg_html_6351830705:303:41665:41682 Leonard Texas +0.262095 gsa_html_3069013284 gsa_html_3069013284:859:80131:80147 Chinle Colorado +0.47311 cspg_html_4626597050 cspg_html_4626597050:487:56396:56415 Goose Egg Cheyenne, Wyoming +0.244011 gsa_html_1290697059 gsa_html_1290697059:47:3070:3079 Peninsula Kirkwood, Missouri +0.26215 jgeology_html_7281609545 jgeology_html_7281609545:867:55717:55722 Rapid California +0.479829 aapg_af_318.html aapg_af_318.html:204:23048:23065 Success Regina, Saskatchewan +0.49896 aapg_af_808.html aapg_af_808.html:748:97417:97435 Scotland Barbados +0.03996 aapg_ae_904.html aapg_ae_904.html:82:7983:7995 Pierre Black Hills +0.468975 aapg_af_788.html aapg_af_788.html:444:37912:37929 Grand River Michigan +0.261919 cspg_html_6284849447 cspg_html_6284849447:78:10256:10278 Grand Rapids Clearwater, Florida +0.26162 palaios_html_3889678675 palaios_html_3889678675:481:41096:41102 Oregon Washington (state) +0.253916 aapg_ai_584.html aapg_ai_584.html:47:5170:5176 Casper Colorado +0.487974 cspg_html_3618628685 cspg_html_3618628685:397:47441:47459 Foremost Regina, Saskatchewan +0.239979 cspg_html_7226581844 cspg_html_7226581844:6:330:348 Redknife Victoria, British Columbia +0.269297 aapg_af_510.html aapg_af_510.html:240:25757:25776 Minnelusa Black Hills +0.249951 aapg_ad_52.html aapg_ad_52.html:1032:111462:111481 Coldwater Michigan +0.469299 aapg_ah_753.html aapg_ah_753.html:90:13706:13719 Enrage New Brunswick, New Jersey +0.467622 jgeology_html_3171318738 jgeology_html_3171318738:356:23529:23536 Challis Western world +0.263168 aapg_ac_766.html aapg_ac_766.html:762:85546:85566 San Andres New Mexico +0.256386 jgeology_html_6372415613 jgeology_html_6372415613:254:17064:17075 Brechin Ontario, California +0.27081 aapg_ac_841.html aapg_ac_841.html:846:89475:89482 Esquias La Libertad, Negros Oriental +0.50562 aapg_ad_174.html aapg_ad_174.html:644:64737:64755 Belly River Lacombe, Alberta +0.856278 aapg_ah_678.html aapg_ah_678.html:596:74319:74339 Vicksburg Texas +0.509081 aapg_ac_392.html aapg_ac_392.html:65:6239:6249 Fort Payne Monteagle, Tennessee +0.357066 aapg_ad_357.html aapg_ad_357.html:130:11654:11663 San Joaquin Paso Robles, California +0.286671 aapg_ah_371.html aapg_ah_371.html:15:1896:1906 Tuscaloosa Columbus, Ohio +0.484124 aapg_aa_302.html aapg_aa_302.html:357:43069:43074 Loray Kaibab, Arizona +0.271377 aapg_ae_34.html aapg_ae_34.html:143:13024:13028 Frio Calcasieu Parish, Louisiana +0.479958 aapg_af_363.html aapg_af_363.html:154:20291:20294 Lee Virginia +0.48568 cspg_html_3849785044 cspg_html_3849785044:40:4745:4765 Bois Blanc Salina, Kansas +0.427185 aapg_ad_466.html aapg_ad_466.html:1054:112808:112819 Hornerstown Delaware River +0.509409 cspg_html_5376629375 cspg_html_5376629375:35:6526:6560 Arctomys Lacombe, Alberta +0.253008 aapg_ac_835.html aapg_ac_835.html:1064:154776:154784 Tensleep Worland, Wyoming +0.256035 aapg_aa_302.html aapg_aa_302.html:305:36616:36620 Ruth Reno, Nevada +0.250318 AMJC_html_3664856625 AMJC_html_3664856625:87:12308:12328 Fort Union Fort Union Trading Post National Historic Site +0.264187 aapg_ai_410.html aapg_ai_410.html:504:45820:45829 Chugwater Cheyenne, Wyoming +0.250832 aapg_ac_333.html aapg_ac_333.html:1321:158238:158263 Toroweap Coconino County, Arizona +0.257033 aapg_ac_313.html aapg_ac_313.html:67:8280:8301 Buena Vista Guatemala +0.445005 aapg_ad_720.html aapg_ad_720.html:214:21845:21849 Yeso New Mexico +0.23836 aapg_ae_904.html aapg_ae_904.html:225:23923:23942 Whitewood Black Hills +0.481792 aapg_ad_557.html aapg_ad_557.html:11546:678310:678322 Saskatchewan Canada +0.44585 aapg_ae_330.html aapg_ae_330.html:40:5715:5735 Greenbrier Wyoming County, Pennsylvania +0.485556 sedimentology_html_8923738088 sedimentology_html_8923738088:1583:85171:85187 Eldon Dolomites +0.501704 gsa_html_5924250698 gsa_html_5924250698:510:44163:44180 White River Cheyenne, Wyoming +0.461396 aapg_ad_831.html aapg_ad_831.html:43:6661:6673 San Cayetano California +0.920444 aapg_aa_23.html aapg_aa_23.html:1234:148180:148204 Stony Mountain Manitoba +0.24832 AMJC_html_4670647492 AMJC_html_4670647492:975:68238:68256 Monterey California +0.728028 aapg_ae_305.html aapg_ae_305.html:784:59029:59036 La Luna Venezuela +0.245952 aapg_ai_278.html aapg_ai_278.html:747:91698:91716 Pine Key Melbourne, Florida +0.253916 aapg_ad_598.html aapg_ad_598.html:48:4902:4911 Queenston Oswego, New York +0.230375 aapg_af_350.html aapg_af_350.html:3:426:442 Mojado New Mexico +0.489219 aapg_ac_55.html aapg_ac_55.html:175:21088:21106 Magothy Raritan River +0.25194 palaios_html_6273516581 palaios_html_6273516581:669:62009:62027 Edmonton Canada +0.488898 cspg_html_9689514766 cspg_html_9689514766:821:104113:104136 Little Falls Ontario, California +0.271405 gsa_html_7102550258 gsa_html_7102550258:1483:136928:136961 Entrada Arizona +0.280368 aapg_ad_3.html aapg_ad_3.html:755:71579:71598 Eggleston Reedsville, Wisconsin +0.25602 gsa_html_7151930388 gsa_html_7151930388:13:678:688 Las Cruces New Mexico +0.258028 cspg_html_8089302449 cspg_html_8089302449:366:63962:63977 Methy Great Slave Lake +0.262144 geology_html_4249468723 geology_html_4249468723:207:23169:23178 San Diego California +0.251995 gsa_html_2145963783 gsa_html_2145963783:567:54086:54090 Elko Reno, Nevada +0.49707 aapg_ad_740.html aapg_ad_740.html:39:5273:5279 Dakota Niobrara, Nebraska +0.264192 aapg_ai_468.html aapg_ai_468.html:250:30248:30253 Sligo Cotton Valley, Louisiana +0.275301 aapg_ad_466.html aapg_ad_466.html:293:36010:36023 Potomac Closter, New Jersey +0.497896 aapg_aa_507.html aapg_aa_507.html:41:5006:5011 Eutaw Tuscaloosa, Alabama +0.25938 aapg_af_653.html aapg_af_653.html:178:17643:17650 Temblor Monterey, California +0.26826 gsa_html_6099173194 gsa_html_6099173194:1347:108429:108457 Green River Colorado +0.899652 cspg_html_4694210878 cspg_html_4694210878:69:7109:7132 Attawapiskat River Severn +0.371175 aapg_af_471.html aapg_af_471.html:82:11778:11789 Hardinsburg Illinois +0.476146 aapg_ac_337.html aapg_ac_337.html:193:10972:10980 Colorado Colorado +0.243 geology_html_6113200258 geology_html_6113200258:61:6351:6369 Highgate Bennington, Vermont +0.25443 aapg_aa_4.html aapg_aa_4.html:258:34498:34504 Ithaca Middlesex +0.489842 aapg_ai_255.html aapg_ai_255.html:560:80273:80279 Guelph Louisville, Kentucky +0.470659 aapg_ah_421.html aapg_ah_421.html:234:18481:18489 Edmonton Edmonton, London +0.48807 aapg_af_854.html aapg_af_854.html:1166:165216:165227 Tar Springs Palestinian territories +0.46154 gsa_html_7808051457 gsa_html_7808051457:862:81721:81727 Denver Colorado +0.252813 aapg_ai_479.html aapg_ai_479.html:57:7241:7260 Squaw Bay Michigan +0.489402 gsa_html_7498897688 gsa_html_7498897688:1490:116676:116691 Huizachal Mexico +0.51952 aapg_ah_374.html aapg_ah_374.html:109:12288:12300 Ladore Coffeyville, Kansas +0.480255 sedimentology_html_3455721661 sedimentology_html_3455721661:711:50109:50126 Wanakah New Mexico +0.41832 aapg_ac_834.html aapg_ac_834.html:151:13708:13729 Fall River Fall River, Nova Scotia +0.51786 aapg_ac_617.html aapg_ac_617.html:113:14074:14083 Catahoula Oakville, California +0.479958 aapg_ae_855.html aapg_ae_855.html:146:15131:15151 North Horn Manti, Utah +0.262446 geology_html_6307456185 geology_html_6307456185:116:11980:11984 Alto Sierra de los Tuxtlas +0.250458 aapg_af_626.html aapg_af_626.html:569:63050:63056 Oregon Reno, Nevada +0.493385 aapg_ac_807.html aapg_ac_807.html:801:79202:79208 Peedee Tuscaloosa, Alabama +0.254976 geology_html_1475885494 geology_html_1475885494:302:25100:25116 Fish Canyon Tuff Reno, Nevada +0.483041 gsa_html_2955484242 gsa_html_2955484242:29:2796:2824 Green River Colorado +0.485305 aapg_aa_261.html aapg_aa_261.html:129:18012:18032 Keokuk Austin, Chicago +0.503649 cspg_html_3762708087 cspg_html_3762708087:5:210:226 Viking Lacombe, Alberta +0.51896 gsa_html_8241338635 gsa_html_8241338635:1267:108129:108157 Green River Colorado +0.25602 aapg_af_890.html aapg_af_890.html:212:21247:21263 Custer Texas +0.50592 aapg_ae_368.html aapg_ae_368.html:167:16381:16386 Atoka Texas +0.246402 cspg_html_6252417471 cspg_html_6252417471:318:46416:46438 Mason River Banks Island +0.258039 gsa_html_3445493534 gsa_html_3445493534:652:69626:69639 Santa Barbara Lompoc, California +0.490716 aapg_aa_712.html aapg_aa_712.html:6:717:735 Starved Rock Glenwood, Utah +0.496944 aapg_ae_958.html aapg_ae_958.html:1979:169981:170004 Cherry Canyon Guadalupe Mountains National Park +0.2709 aapg_ad_3.html aapg_ad_3.html:276:25048:25055 Nittany Pennsylvania +0.48858 gsa_html_4487093132 gsa_html_4487093132:1077:64704:64732 Green River Colorado +0.503388 gsa_html_7193229774 gsa_html_7193229774:1550:108096:108124 Green River Colorado +0.463092 aapg_ac_714.html aapg_ac_714.html:628:76986:77003 Swift Hartville, Missouri +0.485961 aapg_ad_749.html aapg_ad_749.html:278:28268:28283 Queen Carlsbad, New Mexico +0.515 cspg_html_5241714595 cspg_html_5241714595:591:88056:88100 Saskatchewan Regina, Saskatchewan +0.472553 aapg_aa_677.html aapg_aa_677.html:13:1056:1066 Washington Salem, Oregon +0.51531 gsa_html_4557277250 gsa_html_4557277250:533:51533:51539 Denver Colorado Plateau +0.479605 geology_html_9480340228 geology_html_9480340228:11:504:513 Wolfville Earth +0.487568 cspg_html_3233680622 cspg_html_3233680622:102:14580:14598 Eureka Sound Ellesmere Island +0.473826 geology_html_6228357286 geology_html_6228357286:289:23228:23237 San Diego Mexico +0.821322 cspg_html_4293350162 cspg_html_4293350162:752:77951:77968 Prophet Victoria, British Columbia +0.501034 aapg_ac_730.html aapg_ac_730.html:308:43003:43018 Mesaverde Mancos, Colorado +0.50042 gsa_html_6784086593 gsa_html_6784086593:841:90034:90062 Green River Colorado +0.487656 aapg_ah_318.html aapg_ah_318.html:117:18041:18064 Cotton Valley Ouachita Mountains +0.23814 aapg_ai_997.html aapg_ai_997.html:1102:103380:103395 Funks Redding, California +0.268315 aapg_ai_583.html aapg_ai_583.html:400:50321:50336 Swift Powder River (Montana) +0.257703 aapg_ad_2.html aapg_ad_2.html:1606:222463:222474 Beekmantown Pennsylvania +0.485463 aapg_ad_67.html aapg_ad_67.html:237:30534:30553 Carrizo Paluxy, Texas +0.48323 cspg_html_4915680223 cspg_html_4915680223:6:448:456 Read Bay Douro DOC +0.516168 aapg_aa_146.html aapg_aa_146.html:10:1244:1256 Pierre Black Hills +0.246007 aapg_ad_440.html aapg_ad_440.html:552:52808:52815 Taggard Pickaway County, Ohio +0.475551 aapg_ai_31.html aapg_ai_31.html:84:9066:9071 Yegua Texas +0.477954 cspg_html_1166788717 cspg_html_1166788717:56:6130:6138 Big Hill Mount Wilson Observatory +0.275625 aapg_ae_570.html aapg_ae_570.html:210:21999:22014 Rose Hill Salina, Kansas +0.469989 palaios_html_7805951959 palaios_html_7805951959:31:2823:2847 Cantwell Anchorage, Alaska +0.49368 aapg_ae_718.html aapg_ae_718.html:23:2426:2435 Gladstone Gold Coast, Queensland +0.25452 gsa_html_1124652135 gsa_html_1124652135:12:550:558 Virginia Reston, Virginia +0.494172 sedimentology_html_2041096405 sedimentology_html_2041096405:39:3470:3483 A-1 Carbonate Ontario, California +0.26265 cspg_html_9439353033 cspg_html_9439353033:96:10750:10773 Willow Creek Lacombe, Alberta +0.490048 gsa_html_5495469347 gsa_html_5495469347:685:59566:59572 Denver Colorado +0.467544 aapg_ae_777.html aapg_ae_777.html:39:5131:5150 Leadville Colorado +0.270918 aapg_aa_544.html aapg_aa_544.html:172:23246:23252 Lakota Cheyenne, Wyoming +0.255025 palaios_html_6090005613 palaios_html_6090005613:76:8426:8442 Racine Wisconsin +0.285075 aapg_ad_49.html aapg_ad_49.html:3:492:503 Capay California +0.676348 aapg_ac_749.html aapg_ac_749.html:22:2819:2830 Collingwood Michigan +0.26061 aapg_ae_65.html aapg_ae_65.html:53:7188:7221 Bighorn Dolomite Middle East +0.26001 aapg_ah_181.html aapg_ah_181.html:136:16031:16048 Kayenta Kayenta, Arizona +0.498636 aapg_af_808.html aapg_af_808.html:650:83463:83475 Oceanic Mount Hillaby +0.264075 gsa_html_7199417381 gsa_html_7199417381:526:52927:52944 White River Peoria, Illinois +0.433226 aapg_ad_466.html aapg_ad_466.html:228:29319:29327 Navesink Merchantville, New Jersey +0.556776 aapg_ae_794.html aapg_ae_794.html:46:7510:7525 Eutaw Tuscaloosa, Alabama +0.45315 aapg_ac_835.html aapg_ac_835.html:1319:183718:183746 Tensleep Cheyenne, Wyoming +0.460317 palaios_html_3491046542 palaios_html_3491046542:939:80417:80425 Virginia Middle Ordovician +0.26936 jgeology_html_1838149422 jgeology_html_1838149422:872:79506:79526 Arikaree Nebraska +0.469437 aapg_ai_159.html aapg_ai_159.html:335:37245:37268 Gatun Colombia +0.246422 gsa_html_9152662653 gsa_html_9152662653:161:15138:15148 Sykesville Potomac, Maryland +0.48786 cspg_html_4374961624 cspg_html_4374961624:144:18424:18433 Cathedral Mount Robson Provincial Park +0.274022 sedimentology_html_9111518089 sedimentology_html_9111518089:1368:119510:119515 Steel Svalbard and Jan Mayen +0.258055 cspg_html_5241714595 cspg_html_5241714595:790:108710:108727 Muskwa Lacombe, Alberta +0.26368 aapg_af_91.html aapg_af_91.html:349:40231:40247 Humbug Oquirrh Mountain Utah Temple +0.288225 aapg_ad_575.html aapg_ad_575.html:311:40315:40332 Entrada New Mexico +0.25449 aapg_ad_153.html aapg_ad_153.html:435:44996:45019 Michigan Illinois +0.235907 geology_html_1533597042 geology_html_1533597042:20:1115:1124 San Diego California +0.267285 gsa_html_8194200546 gsa_html_8194200546:756:81169:81175 Reston Virginia +0.257024 aapg_ai_321.html aapg_ai_321.html:6:771:788 Esquias Honduras +0.28143 aapg_ah_52.html aapg_ah_52.html:327:46859:46873 Lea Park Canada +0.260051 gsa_html_4308966435 gsa_html_4308966435:519:55897:55914 Kelvin Cedar Mountains +0.258039 gsa_html_5773604426 gsa_html_5773604426:520:45278:45296 Wilcox Middle East +0.250997 geology_html_2239244553 geology_html_2239244553:11:486:492 Oregon Salem, Oregon +0.467565 aapg_ai_94.html aapg_ai_94.html:291:40734:40762 Chicontepec Matamoros, Tamaulipas +0.220125 aapg_aa_23.html aapg_aa_23.html:905:118032:118041 Interlake Manitoba +0.34986 cspg_html_2184091860 cspg_html_2184091860:624:58320:58337 Romaine Anticosti Island +0.478235 cspg_html_3385840278 cspg_html_3385840278:97:14697:14718 Beaverhill Victoria, British Columbia +0.261117 geology_html_6536193862 geology_html_6536193862:54:4681:4694 Merchantville Bass River Township, New Jersey +0.44312 palaios_html_1521536752 palaios_html_1521536752:99:12715:12731 Greenbrier Maryland +0.250712 cspg_html_3765578343 cspg_html_3765578343:663:74712:74718 Oxford England +0.5264 aapg_ad_834.html aapg_ad_834.html:100:12389:12397 Imperial Lacombe, Alberta +0.250498 aapg_ah_789.html aapg_ah_789.html:1116:92121:92133 Guayaguayare Brighton, Michigan +0.4765 aapg_aa_855.html aapg_aa_855.html:95:9347:9355 Colorado Denver +0.246928 palaios_html_9731740258 palaios_html_9731740258:115:15052:15058 Pueblo Portland, Oregon +0.482206 gsa_html_3288824655 gsa_html_3288824655:885:72598:72626 Green River Colorado +0.235125 aapg_ae_794.html aapg_ae_794.html:76:12076:12086 Coon Creek Selma to Montgomery marches +0.455648 gsa_html_4058959570 gsa_html_4058959570:109:9416:9433 Grupera Mexico +0.47214 aapg_af_964.html aapg_af_964.html:644:67973:67989 Viking Lacombe, Alberta +0.516832 aapg_ac_750.html aapg_ac_750.html:66:5775:5782 Prairie Beaumont, Texas +0.457431 aapg_af_984.html aapg_af_984.html:39:4759:4779 Robertson Texas +0.507492 gsa_html_7355826812 gsa_html_7355826812:1279:110291:110319 Green River Colorado +0.258516 aapg_af_653.html aapg_af_653.html:181:18249:18255 Neroly Monterey, California +0.476042 cspg_html_3772380029 cspg_html_3772380029:686:85033:85044 Severn River River Severn +0.266682 cspg_html_8525917094 cspg_html_8525917094:24:3149:3164 Swift Lacombe, Alberta +0.480255 palaios_html_8113714689 palaios_html_8113714689:291:32767:32780 El Paso New Mexico +0.488652 aapg_ae_999.html aapg_ae_999.html:179:26233:26253 Fort Union Illinois +0.255955 cspg_html_4298557570 cspg_html_4298557570:14:1597:1605 Whitemud Bearpaw Formation +0.638605 aapg_ae_884.html aapg_ae_884.html:198:26544:26563 Greenhorn Niobrara, Nebraska +0.244458 aapg_ah_90.html aapg_ah_90.html:76:12382:12394 Burro Canyon Cedar Mountains +0.496762 aapg_ad_368.html aapg_ad_368.html:3:396:415 Newcastle Cheyenne, Wyoming +0.240096 aapg_ae_744.html aapg_ae_744.html:105:11419:11427 Colorado Denver +0.521954 gsa_html_9889833548 gsa_html_9889833548:1068:94596:94602 Walker Mojave Desert +0.266135 geology_html_9194045175 geology_html_9194045175:286:23135:23139 Fram Eastern Settlement +0.481824 gsa_html_3436154175 gsa_html_3436154175:192:18269:18290 Green River Wasatch Range +0.515168 aapg_ad_766.html aapg_ad_766.html:616:63397:63403 Dakota Shiprock, New Mexico +0.252945 cspg_html_1665574291 cspg_html_1665574291:97:16497:16511 Edmonton Lacombe, Alberta +0.249991 AMJC_html_4299960498 AMJC_html_4299960498:884:98213:98223 Washington Logan, Utah +0.255458 aapg_ad_392.html aapg_ad_392.html:54:4337:4347 Rio Grande Tierra del Fuego Province (Argentina) +0.45924 cspg_html_5484260516 cspg_html_5484260516:123:13577:13592 Banff Savoy Hotel +0.483886 aapg_aa_4.html aapg_aa_4.html:158:20922:20939 Genesee Ithaca, New York +0.481143 gsa_html_3087345578 gsa_html_3087345578:61:4171:4199 Green River Colorado +0.252164 gsa_html_4472896560 gsa_html_4472896560:135:10714:10729 Rockland California +0.261212 cspg_html_2758324131 cspg_html_2758324131:12:1721:1785 Bakken Williston, Vermont +0.275088 aapg_ah_779.html aapg_ah_779.html:333:62258:62266 Virginia James Bay Project +0.241572 gsa_html_3701935694 gsa_html_3701935694:207:19405:19424 Cram Hill Bennington, Vermont +0.270319 aapg_af_129.html aapg_af_129.html:431:46506:46523 Minturn Colorado Springs, Colorado +0.472675 cspg_html_8030881108 cspg_html_8030881108:72:12292:12308 Blackstone Snake River Canyon (Idaho) +0.482964 jgeology_html_4289404569 jgeology_html_4289404569:797:54960:54964 Hall London, Ontario +0.459171 cspg_html_6351830705 cspg_html_6351830705:97:14095:14112 Gaptank Missouri River +0.263048 aapg_ai_399.html aapg_ai_399.html:120:12776:12788 Coffee Safford, Arizona +0.258885 geology_html_4447904587 geology_html_4447904587:276:18869:18900 Chinle Colorado +0.41503 aapg_ac_230.html aapg_ac_230.html:50:5951:5963 Perija Venezuela +0.7178 cspg_html_6839937815 cspg_html_6839937815:105:14484:14501 Thaynes Logan, Utah +0.521565 aapg_af_461.html aapg_af_461.html:122:11829:11849 Eau Claire Michigan +0.264147 aapg_aa_146.html aapg_aa_146.html:13:1546:1570 Pierre Niobrara, Nebraska +0.259032 cspg_html_5484260516 cspg_html_5484260516:1060:86166:86186 Big Valley Lacombe, Alberta +0.24794 aapg_ae_999.html aapg_ae_999.html:330:45919:45924 Tampa Melbourne, Florida +0.245514 geology_html_2124258904 geology_html_2124258904:152:9438:9452 Colorado Cheyenne, Wyoming +0.479552 cspg_html_5406720001 cspg_html_5406720001:115:14110:14127 Telford Telford, Pennsylvania +0.729954 sedimentology_html_9260132433 sedimentology_html_9260132433:735:53418:53434 Eureka Quartzite Reno, Nevada +0.25347 cspg_html_3521815736 cspg_html_3521815736:58:10081:10089 Columbia Victoria, British Columbia +0.248976 aapg_ah_847.html aapg_ah_847.html:81:9328:9339 Hornerstown New Egypt, New Jersey +0.25755 cspg_html_4287356899 cspg_html_4287356899:3435:364508:364530 Nation River Anchorage, Alaska +0.500316 aapg_ae_287.html aapg_ae_287.html:101:14059:14065 Provo Caribbean +0.48925 geology_html_7232408931 geology_html_7232408931:13:704:714 Washington Seattle +0.484652 aapg_af_559.html aapg_af_559.html:26:5418:5423 Price Houston +0.26471 aapg_ad_399.html aapg_ad_399.html:24:2792:2812 Fort Scott Cleveland +0.425898 cspg_html_3385840278 cspg_html_3385840278:218:29538:29558 Swan Hills Swan Hill, Victoria +0.48093 aapg_ac_631.html aapg_ac_631.html:290:35858:35877 Salt Lake Boise, Idaho +0.27248 aapg_ae_705.html aapg_ae_705.html:95:10491:10509 Vaqueros Carpinteria, California +0.498005 aapg_af_896.html aapg_af_896.html:170:17740:17761 Lake Valley Sacramento Mountains (California) +0.474306 aapg_ah_439.html aapg_ah_439.html:194:20185:20191 Midway Western world +0.252476 gsa_html_4310172940 gsa_html_4310172940:15:544:550 Oregon Salem, Oregon +0.26979 aapg_ah_476.html aapg_ah_476.html:52:7171:7176 Atoka Arkansas +0.234135 aapg_ac_730.html aapg_ac_730.html:439:62884:62900 Toreva Niobrara, Nebraska +0.25137 aapg_ai_592.html aapg_ai_592.html:7:1093:1114 Green River Uinta Mountains +0.24596 cspg_html_4404071326 cspg_html_4404071326:453:49073:49094 East Berlin Connecticut River Valley +0.2485 aapg_ah_234.html aapg_ah_234.html:147:16136:16146 Enriquillo San Juan, Argentina +0.488335 aapg_ae_668.html aapg_ae_668.html:1910:197360:197375 Viola Butler County, Ohio +0.236005 palaios_html_8915371254 palaios_html_8915371254:65:5254:5270 Tamana Trinidad and Tobago +0.492032 cspg_html_4272664788 cspg_html_4272664788:95:15316:15321 Banff Lacombe, Alberta +0.479115 aapg_aa_158.html aapg_aa_158.html:428:39502:39510 Cloverly Moberly, Missouri +0.262143 aapg_ad_110.html aapg_ad_110.html:672:72652:72668 Tensleep Darwin, Northern Territory +0.472944 cspg_html_2013109828 cspg_html_2013109828:334:61814:61828 Cedared Bear Lake, Michigan +0.26235 aapg_af_854.html aapg_af_854.html:689:96612:96617 Salem Illinois +0.256905 AMJC_html_7085584544 AMJC_html_7085584544:360:39980:39996 Animas Colorado +0.252126 aapg_ah_876.html aapg_ah_876.html:416:50112:50130 Rodessa Shreveport, Louisiana +0.263526 gsa_html_6039599383 gsa_html_6039599383:409:36528:36546 Eastport Passamaquoddy Bay +0.250805 aapg_ad_92.html aapg_ad_92.html:47:4498:4504 Walker Texas +0.49278 aapg_af_562.html aapg_af_562.html:253:25753:25769 Ripley Lyons, Colorado +0.261072 aapg_ac_834.html aapg_ac_834.html:178:16250:16266 Lakota Fall River, Nova Scotia +0.488048 aapg_af_304.html aapg_af_304.html:127:12469:12473 Frio Brazoria County, Texas +0.894835 aapg_aa_24.html aapg_aa_24.html:611:72166:72194 Sans Sault Sault Ste. Marie, Ontario +0.16758 aapg_ai_581.html aapg_ai_581.html:197:20535:20544 Newcastle Black Hills +0.262063 sedimentology_html_1180682367 sedimentology_html_1180682367:528:59586:59594 Monterey Danube Delta +0.476216 aapg_ad_758.html aapg_ad_758.html:340:42419:42440 Pittsburgh Ohio +0.47328 sedimentology_html_5482644620 sedimentology_html_5482644620:550:52023:52029 Oregon New Mexico +0.24531 gsa_html_2743423721 gsa_html_2743423721:895:81602:81612 Washington Salem, Oregon +0.26964 aapg_ac_730.html aapg_ac_730.html:225:31547:31566 Greenhorn Mancos, Colorado +0.25654 aapg_ae_993.html aapg_ae_993.html:376:37406:37425 Hyrum Dolomite Logan, Utah +0.259284 aapg_ah_189.html aapg_ah_189.html:50:7007:7025 Glenwood Michigan +0.249559 aapg_ac_19.html aapg_ac_19.html:148:12677:12684 Rodessa Western world +0.46593 cspg_html_5726581016 cspg_html_5726581016:63:9199:9216 Bowser Middle East +0.249919 aapg_ae_388.html aapg_ae_388.html:1618:100884:100889 Tampa Lake Okeechobee +0.249444 cspg_html_7325522863 cspg_html_7325522863:234:36841:36852 Belly River Lacombe, Alberta +0.265056 aapg_aa_684.html aapg_aa_684.html:210:20993:21005 Red Mountain Cheyenne, Wyoming +0.506412 cspg_html_5141367518 cspg_html_5141367518:216:31872:31879 Bearpaw Pincher Creek, Alberta +0.476157 aapg_aa_994.html aapg_aa_994.html:20:1612:1625 Cotton Valley Shreveport, Louisiana +0.234584 aapg_ad_372.html aapg_ad_372.html:19:2998:3009 San Antonio Texas +0.49476 aapg_ac_59.html aapg_ac_59.html:341:41064:41081 Lusardi Southern California +0.460702 aapg_ae_981.html aapg_ae_981.html:95:7466:7482 Brownsport Bainbridge, Georgia +0.48501 aapg_ad_557.html aapg_ad_557.html:8154:361954:361971 Scripps California +0.250937 cspg_html_2193428533 cspg_html_2193428533:210:25520:25543 Doig Lacombe, Alberta +0.845724 aapg_af_379.html aapg_af_379.html:115:12477:12495 Chainman Boise, Idaho +0.264147 aapg_af_51.html aapg_af_51.html:247:27711:27718 Entrada Chinle Formation +0.24696 aapg_ae_268.html aapg_ae_268.html:54:5540:5547 Renault Monroe County, Florida +0.492012 aapg_af_839.html aapg_af_839.html:384:33385:33393 Michigan Dundee +0.25333 aapg_ah_44.html aapg_ah_44.html:349:44934:44954 Lock Haven Bradford County, Pennsylvania +0.273962 aapg_aa_15.html aapg_aa_15.html:304:36100:36109 Vicksburg Texas +0.2655 aapg_af_897.html aapg_af_897.html:9:1397:1406 Conemaugh Hartville, Missouri +0.236302 aapg_ah_141.html aapg_ah_141.html:271:22246:22262 Verde San Juan, Argentina +0.491052 aapg_aa_960.html aapg_aa_960.html:6:1239:1246 Entrada Logan, Utah +0.273525 AMJC_html_6341723617 AMJC_html_6341723617:364:34037:34044 Challis Boise, Idaho +0.496944 cspg_html_9185158332 cspg_html_9185158332:630:69921:69950 Dunvegan Lacombe, Alberta +0.26571 aapg_ac_23.html aapg_ac_23.html:87:8195:8203 Somerset Bedford, Massachusetts +0.49162 aapg_af_889.html aapg_af_889.html:82:6414:6418 Yeso Roosevelt County, Montana +0.232696 aapg_ah_658.html aapg_ah_658.html:95:7741:7748 Gaviota Wheatland, California +0.25047 aapg_ad_306.html aapg_ad_306.html:506:56644:56661 Esquias Honduras +0.241462 cspg_html_2653900441 cspg_html_2653900441:166:23786:23798 Saskatchewan Lacombe, Alberta +0.25957 gsa_html_1000185260 gsa_html_1000185260:223:23566:23581 Flume Thornton Creek +0.49035 aapg_af_653.html aapg_af_653.html:981:117558:117566 Monterey Monterey, California +0.495645 geology_html_4907985690 geology_html_4907985690:209:21064:21088 Kaibab Colorado +0.264698 aapg_ad_666.html aapg_ad_666.html:221:27979:27983 Vail Vail, Colorado +0.488136 aapg_ad_466.html aapg_ad_466.html:1625:169395:169402 Raritan Potomac, Maryland +0.26316 aapg_ai_951.html aapg_ai_951.html:66:9240:9257 Ivishak Prudhoe Bay Oil Field +0.244976 geology_html_5031105867 geology_html_5031105867:284:24031:24035 Bern Switzerland +0.276595 aapg_ae_546.html aapg_ae_546.html:8:1961:1970 Smackover Arkansas +0.46452 geology_html_6952131012 geology_html_6952131012:211:22972:22977 Rapid Yellow River (Indiana) +0.245464 sedimentology_html_6656277293 sedimentology_html_6656277293:557:38561:38590 Marble Canyon Grand Canyon +0.501 cspg_html_9894399778 cspg_html_9894399778:23:2025:2043 Amaranth Manitoba +0.460645 aapg_aa_98.html aapg_aa_98.html:211:18812:18822 Swan Hills Edmonton, London +0.256522 gsa_html_3010975239 gsa_html_3010975239:424:55215:55236 Saginaw Michigan +0.490051 aapg_ae_461.html aapg_ae_461.html:12:2019:2032 Cotton Valley Cotton Valley, Louisiana +0.260604 sedimentology_html_9791218888 sedimentology_html_9791218888:200:16019:16028 San Diego Netherlands +0.475168 cspg_html_5880669950 cspg_html_5880669950:233:26267:26286 Waterways Swan Hill, Victoria +0.252086 cspg_html_7799850124 cspg_html_7799850124:173:20776:20796 Swan Hills Swan Hill, Victoria +0.489082 cspg_html_9113030208 cspg_html_9113030208:458:51109:51131 Winnipegosis Regina, Saskatchewan +0.514491 aapg_ad_653.html aapg_ad_653.html:442:55651:55673 Eureka Sound Ellesmere Island +0.477405 aapg_ad_152.html aapg_ad_152.html:1828:238644:238650 Kaibab Reno, Nevada +0.234252 aapg_ad_564.html aapg_ad_564.html:8036:712669:712697 Willwood Fort Union Trading Post National Historic Site +0.24648 gsa_html_8881958017 gsa_html_8881958017:498:48573:48580 Nisling Victoria, British Columbia +0.240318 aapg_af_2.html aapg_af_2.html:340:36147:36152 Supai Grand Canyon +0.261919 aapg_ae_416.html aapg_ae_416.html:103:10148:10160 Chickasawhay Suwannee County, Florida +0.28184 aapg_ad_69.html aapg_ad_69.html:100:7170:7178 Niobrara Niobrara, Nebraska +0.262128 cspg_html_6163691495 cspg_html_6163691495:1025:88688:88701 Madison Williston, Vermont +0.689472 aapg_ad_696.html aapg_ad_696.html:415:38261:38271 Cane River Ohio +0.936 aapg_ac_941.html aapg_ac_941.html:382:25874:25895 Green River Logan, Utah +0.469456 geology_html_9877356383 geology_html_9877356383:250:20985:20989 Dunn East Pacific Rise +0.259 cspg_html_3665101783 cspg_html_3665101783:176:17934:17939 Heath Moberly, Missouri +0.271341 aapg_ac_765.html aapg_ac_765.html:335:62164:62170 Chinle Chinle Formation +0.79212 aapg_ae_391.html aapg_ae_391.html:355:31486:31502 Salado New Mexico +0.207675 aapg_af_131.html aapg_af_131.html:735:75488:75511 Ogallala Llano Estacado +0.506645 aapg_aa_623.html aapg_aa_623.html:124:14029:14050 Belly River Lacombe, Alberta +0.271942 aapg_ad_337.html aapg_ad_337.html:92:9603:9610 Topanga Santa Monica Mountains +0.25806 geology_html_2490813080 geology_html_2490813080:205:19740:19747 Oquirrh Logan, Utah +0.26418 cspg_html_1053895111 cspg_html_1053895111:171:24438:24455 Cardium Canada +0.269357 aapg_ac_406.html aapg_ac_406.html:105:9788:9794 Paluxy Tuscaloosa, Alabama +0.426173 cspg_html_2585769771 cspg_html_2585769771:75:8154:8171 Wabamun Lacombe, Alberta +0.263572 cspg_html_3982722300 cspg_html_3982722300:10:944:954 Washington Spokane, Washington +0.243903 gsa_html_1079290957 gsa_html_1079290957:1099:103247:103265 Moenkopi Arizona +0.47385 aapg_ah_871.html aapg_ah_871.html:470:51348:51355 Pamelia Montreal +0.370662 aapg_ah_260.html aapg_ah_260.html:209:27012:27028 Flagstaff North Horn Formation +0.47941 aapg_ad_663.html aapg_ad_663.html:213:27207:27217 Copenhagen Denmark +0.475524 aapg_af_334.html aapg_af_334.html:464:35684:35692 Colorado Denver +0.260096 aapg_af_479.html aapg_af_479.html:423:47868:47888 Point Loma La Jolla Cove +0.361015 geology_html_9085928497 geology_html_9085928497:182:14554:14572 John Day Washington (state) +0.442215 aapg_ae_780.html aapg_ae_780.html:233:20361:20379 Onondaga Schoharie Creek +0.17898 aapg_ad_379.html aapg_ad_379.html:821:67410:67424 Newcastle Black Hills +0.48951 aapg_af_890.html aapg_af_890.html:150:14815:14825 San Andres Nashville Basin +0.254881 aapg_ac_740.html aapg_ac_740.html:186:24642:24661 Athabasca Lacombe, Alberta +0.258542 gsa_html_3445493534 gsa_html_3445493534:658:69982:70000 Monterey California +0.457821 aapg_ac_888.html aapg_ac_888.html:462:33578:33584 Putnam Washington (state) +0.247715 aapg_ad_280.html aapg_ad_280.html:6:818:835 Buckner Bossier City, Louisiana +0.258566 AMJC_html_9378277780 AMJC_html_9378277780:1231:102003:102011 Colorado Salem, Oregon +0.239112 aapg_ac_841.html aapg_ac_841.html:201:25931:25938 El Plan Tegucigalpa +0.32004 geology_html_8881449794 geology_html_8881449794:215:20956:20975 Greenhorn Pueblo, Colorado +0.243936 aapg_ad_812.html aapg_ad_812.html:6:1201:1218 Wingate Logan, Utah +0.266112 aapg_ad_883.html aapg_ad_883.html:119:14433:14442 Queenston Monroe County, Florida +0.48984 gsa_html_1227188791 gsa_html_1227188791:29:2796:2824 Green River Colorado +0.480636 geology_html_8241069332 geology_html_8241069332:59:6002:6029 San Francisquito San Gabriel Mountains +0.46452 aapg_ae_581.html aapg_ae_581.html:463:52663:52668 Eagle Western world +0.253492 sedimentology_html_3220122506 sedimentology_html_3220122506:16:1104:1122 Yakataga Anchorage, Alaska +0.488474 aapg_ad_944.html aapg_ad_944.html:5:581:593 Saskatchewan Spearfish, South Dakota +0.48864 cspg_html_3008414459 cspg_html_3008414459:430:56522:56542 Milk River Canada +0.490496 gsa_html_5631794630 gsa_html_5631794630:1233:80226:80234 Santiago Chile +0.25392 aapg_af_892.html aapg_af_892.html:245:22518:22523 Atoka Pottsville, Pennsylvania +0.267794 palaios_html_7156419053 palaios_html_7156419053:334:31692:31712 Tallahatta Mississippi River +0.4747 aapg_ai_699.html aapg_ai_699.html:411:47731:47754 Great Meadows Hudson Falls, New York +0.250832 aapg_ah_318.html aapg_ah_318.html:1797:167573:167593 La Gloria Mexico +0.267225 aapg_ah_647.html aapg_ah_647.html:1124:109669:109686 Kaibab McKee, Kentucky +0.486315 aapg_ac_841.html aapg_ac_841.html:20:2940:2957 Esquias Honduras +0.458052 aapg_aa_267.html aapg_aa_267.html:366:30587:30597 Greenbrier New Milton railway station +0.276667 cspg_html_6702053097 cspg_html_6702053097:612:72013:72047 Beekmantown Canada +0.491568 AMJC_html_1873062106 AMJC_html_1873062106:158:24436:24469 Morrison Cedar Mountains +0.407943 aapg_ad_696.html aapg_ad_696.html:199:19553:19559 Weches East Texas +0.494769 aapg_ac_422.html aapg_ac_422.html:576:70898:70913 Savik Ellesmere Island +0.260637 aapg_ad_338.html aapg_ad_338.html:242:26532:26539 Magothy Merchantville, New Jersey +0.244036 cspg_html_1962846283 cspg_html_1962846283:52:7377:7392 Grassy Mountain Kootenay River +0.497596 cspg_html_9501006975 cspg_html_9501006975:530:55301:55309 Dunvegan Victoria, British Columbia +0.460702 aapg_aa_626.html aapg_aa_626.html:104:12764:12782 Raritan Patapsco River +0.246456 aapg_aa_774.html aapg_aa_774.html:474:43429:43435 Moscow Russia +0.244881 sedimentology_html_3941612453 sedimentology_html_3941612453:988:79651:79669 Quinault Washington (state) +0.257642 aapg_ai_38.html aapg_ai_38.html:39:4261:4273 Dakota Colorado +0.236728 aapg_ae_959.html aapg_ae_959.html:855:64582:64585 Abo Sacramento Mountains (California) +0.262626 gsa_html_7542416588 gsa_html_7542416588:817:68288:68298 Pittsburgh Sonora +0.492412 cspg_html_2419618566 cspg_html_2419618566:432:55233:55241 Columbia Victoria, British Columbia +0.26059 cspg_html_7602315496 cspg_html_7602315496:8:1027:1041 Colorado Milk River, Alberta +0.360881 cspg_html_6252417471 cspg_html_6252417471:305:44963:44984 Christopher Banks Island +0.26322 sedimentology_html_3592910316 sedimentology_html_3592910316:1306:77130:77157 Sundance Cheyenne, Wyoming +0.274551 cspg_html_6873686255 cspg_html_6873686255:274:29445:29462 Cardium Lacombe, Alberta +0.482446 aapg_ah_427.html aapg_ah_427.html:358:46769:46787 Parkwood Alabama +0.27352 cspg_html_3463500725 cspg_html_3463500725:121:15909:15923 Mission Canyon Gallatin, Tennessee +0.452064 aapg_ac_586.html aapg_ac_586.html:78:9442:9462 Pottsville Pennsylvania +0.465552 cspg_html_1351473625 cspg_html_1351473625:101:17506:17513 Telford Belcourt, North Dakota +0.257048 aapg_af_880.html aapg_af_880.html:572:88010:88016 Pueblo Texas +0.268822 aapg_ae_147.html aapg_ae_147.html:7:1316:1332 Modelo South Mountains (Arizona) +0.489204 cspg_html_4270552951 cspg_html_4270552951:182:26525:26530 Favel Niobrara, Nebraska +0.27183 geology_html_6344642892 geology_html_6344642892:48:5807:5817 Laurentian Virginia +0.283833 aapg_aa_623.html aapg_aa_623.html:24:3285:3312 Belly River Lacombe, Alberta +0.259045 cspg_html_8121202912 cspg_html_8121202912:283:34980:34990 Beaverfoot Horseshoe Lake, Arkansas +0.82984 geology_html_8138901215 geology_html_8138901215:303:21218:21236 Deer Bay Canadian Arctic Archipelago +0.26355 aapg_ai_49.html aapg_ai_49.html:222:26386:26395 Chugwater Colorado +0.253512 aapg_aa_231.html aapg_aa_231.html:883:79532:79548 Borden Illinois +0.49408 cspg_html_9011256422 cspg_html_9011256422:459:54488:54506 Redknife Lake Ontario +0.255488 sedimentology_html_3606044543 sedimentology_html_3606044543:1748:91948:91956 Columbia Victoria, British Columbia +0.254012 aapg_ai_154.html aapg_ai_154.html:261:30280:30303 Wolf Creek Catskill Mountains +0.687076 cspg_html_6116883777 cspg_html_6116883777:547:73558:73568 Lands Lokk Ellesmere Island +0.460265 sedimentology_html_3417381350 sedimentology_html_3417381350:24:1511:1529 Monterey California +0.476748 geology_html_9906887454 geology_html_9906887454:182:13636:13649 Owens Valley Hunter Mountain (ski area) +0.482532 gsa_html_4985165678 gsa_html_4985165678:11:433:443 Washington Seattle +0.47311 aapg_ac_972.html aapg_ac_972.html:114:13126:13141 Santa Margarita Monterey, California +0.49685 aapg_ae_642.html aapg_ae_642.html:34:3147:3152 Logan Arkansas +0.239554 gsa_html_3677258183 gsa_html_3677258183:1296:117297:117321 Cutler Logan, Utah +0.25806 cspg_html_6255491344 cspg_html_6255491344:186:28019:28042 Mist Mountain Lacombe, Alberta +0.273996 aapg_ae_416.html aapg_ae_416.html:221:20955:20963 Oakville Washington (state) +0.261542 aapg_aa_820.html aapg_aa_820.html:611:61290:61296 Brazil Rivers of Paraguay +0.46056 aapg_ae_993.html aapg_ae_993.html:311:30470:30477 Madison Englewood, New Jersey +0.2545 gsa_html_6672856503 gsa_html_6672856503:257:22593:22603 Washington Seattle +0.47904 aapg_aa_114.html aapg_aa_114.html:4:598:615 La Boca Texas +0.492618 cspg_html_2769629211 cspg_html_2769629211:78:10034:10068 Waterways Lacombe, Alberta +0.25296 gsa_html_4100032383 gsa_html_4100032383:899:68263:68270 Bedford Cambridge, Massachusetts +0.498076 aapg_ad_440.html aapg_ad_440.html:118:10741:10748 Narrows Huntington, West Virginia +0.267776 AMJC_html_7190858839 AMJC_html_7190858839:13:662:670 Colorado Denver +0.48278 geology_html_9016396969 geology_html_9016396969:55:6075:6083 Staunton Virginia +0.25284 aapg_ai_584.html aapg_ai_584.html:65:6340:6348 Colorado Hermosa, Chicago +0.24672 aapg_ai_876.html aapg_ai_876.html:80:10211:10219 Michigan Antrim, County Antrim +0.39052 aapg_ad_3.html aapg_ad_3.html:435:41520:41528 Moccasin Virginia +0.24384 aapg_af_133.html aapg_af_133.html:291:30938:30946 Michigan Wisconsin +0.517556 aapg_ae_694.html aapg_ae_694.html:86:11389:11393 Buda Buda, Texas +0.259571 aapg_af_399.html aapg_af_399.html:539:54718:54737 Rock Springs Cheyenne, Wyoming +0.354312 gsa_html_9666442487 gsa_html_9666442487:757:71976:71995 Ellis Bay Estonia +0.905196 aapg_aa_626.html aapg_aa_626.html:285:32723:32740 Magothy Anne Arundel County, Maryland +0.3126 cspg_html_8387792223 cspg_html_8387792223:136:19690:19709 Red River Middle East +0.494 cspg_html_3762708087 cspg_html_3762708087:328:43874:43885 Mowry Cheyenne, Wyoming +0.258552 aapg_ac_741.html aapg_ac_741.html:213:23055:23063 Colorado Cheyenne, Wyoming +0.254881 aapg_ac_215.html aapg_ac_215.html:352:27689:27697 Colorado Denver +0.482532 aapg_ae_803.html aapg_ae_803.html:429:54052:54056 Word West Texas +0.49192 sedimentology_html_8384737970 sedimentology_html_8384737970:280:23913:23929 Carmel Carmel, Indiana +0.246356 cspg_html_8558580101 cspg_html_8558580101:14:1901:1927 Sulphur Mountain Lacombe, Alberta +0.480192 aapg_ai_969.html aapg_ai_969.html:332:35984:36002 Grizzly Birch Lake, Minnesota +0.255524 aapg_ai_49.html aapg_ai_49.html:680:89222:89241 Chugwater Cheyenne, Wyoming +0.478235 aapg_ad_852.html aapg_ad_852.html:75:7332:7350 Galisteo Socorro County, New Mexico +0.246356 cspg_html_7406325086 cspg_html_7406325086:414:45673:45693 Cadomin Lacombe, Alberta +0.483736 cspg_html_7544078524 cspg_html_7544078524:255:34017:34032 Leduc Lacombe, Alberta +0.481712 cspg_html_5699627350 cspg_html_5699627350:14:2197:2257 Viking Lacombe, Alberta +0.26182 aapg_ac_200.html aapg_ac_200.html:9:1130:1147 Wasatch Green River Formation +0.235438 aapg_ad_749.html aapg_ad_749.html:83:6738:6746 Carlsbad Ohio +0.46137 cspg_html_2009306839 cspg_html_2009306839:142:19986:20003 Wabamun Lacombe, Alberta +0.491202 aapg_ac_941.html aapg_ac_941.html:30:3429:3448 Green River Uinta Mountains +0.264192 aapg_ad_2.html aapg_ad_2.html:1032:141258:141268 Bellefonte Mount Nittany +0.465132 cspg_html_4326384800 cspg_html_4326384800:283:32376:32384 Ramparts Middle East +0.232889 aapg_ad_564.html aapg_ad_564.html:5070:407731:407742 Navajo Logan, Utah +0.486664 aapg_af_425.html aapg_af_425.html:95:9505:9513 Colorado Denver +0.23616 aapg_ae_72.html aapg_ae_72.html:136:15829:15853 Hermosa Hermosa, Chicago +0.444768 aapg_aa_717.html aapg_aa_717.html:65:9534:9553 Gatesburg Pennsylvania +0.267288 gsa_html_5773604426 gsa_html_5773604426:401:36348:36376 Wilcox Middle East +0.497664 geology_html_4913268241 geology_html_4913268241:108:10912:10921 Gibraltar Africa +0.384306 cspg_html_8363357104 cspg_html_8363357104:110:17819:17823 Lynx Mount Robson Provincial Park +0.24684 sedimentology_html_6479296799 sedimentology_html_6479296799:734:43862:43890 Beaufort South Africa +0.477236 aapg_ae_547.html aapg_ae_547.html:107:14757:14778 Ghost Rocks Kodiak Island +0.89864 aapg_ac_538.html aapg_ac_538.html:433:49955:49971 Viking Lacombe, Alberta +0.24056 cspg_html_4405340534 cspg_html_4405340534:314:46872:46890 Black Cape Cape Cod +0.2842 aapg_aa_546.html aapg_aa_546.html:91:9458:9466 Kootenai Colorado +0.730269 aapg_af_663.html aapg_af_663.html:669:64898:64920 Higginsville Lexington, Kentucky +0.269352 AMJC_html_2829615437 AMJC_html_2829615437:119:18249:18269 Waynesburg Ohio +0.26364 cspg_html_1894459898 cspg_html_1894459898:244:26491:26513 Winnipegosis Cayman Islands +0.254007 aapg_ac_422.html aapg_ac_422.html:62:9607:9622 Melville Island Ellesmere Island +0.2555 aapg_ad_307.html aapg_ad_307.html:108:9845:9855 Arco Hills Western world +0.465608 sedimentology_html_8312792007 sedimentology_html_8312792007:1579:129040:129057 Bluesky Lacombe, Alberta +0.261975 aapg_af_664.html aapg_af_664.html:707:79047:79060 Cherry Canyon Delaware +0.253692 aapg_ai_154.html aapg_ai_154.html:263:30742:30749 Chemung Catskill Mountains +0.262023 aapg_ad_39.html aapg_ad_39.html:184:11925:11942 Tuscaloosa Indian Lake, New York +0.243024 aapg_aa_998.html aapg_aa_998.html:99:10107:10127 Fredericksburg Burnett County, Wisconsin +0.486048 cspg_html_1296564271 cspg_html_1296564271:616:58925:58958 Collingwood Ontario, California +0.265668 cspg_html_6402140684 cspg_html_6402140684:287:39672:39697 Beaverhill Canada +0.25092 gsa_html_5894524520 gsa_html_5894524520:105:13350:13361 Black Creek Salem, Oregon +0.262656 aapg_ae_444.html aapg_ae_444.html:155:14601:14612 White River Devon +0.272586 aapg_aa_544.html aapg_aa_544.html:321:43304:43313 Mesaverde Cheyenne, Wyoming +0.26112 aapg_ai_542.html aapg_ai_542.html:169:16775:16793 Manitou Colorado +0.245232 aapg_ai_296.html aapg_ai_296.html:377:37033:37050 Everton Black River, Jamaica +0.487059 aapg_ac_613.html aapg_ac_613.html:113:15573:15582 Mesaverde Mancos, Colorado +0.494239 gsa_html_4308966435 gsa_html_4308966435:1126:111388:111396 Colorado Denver +0.26313 aapg_aa_23.html aapg_aa_23.html:1186:146703:146721 Richmond Michigan +0.251446 aapg_ae_154.html aapg_ae_154.html:3:357:365 Columbia Victoria, British Columbia +0.493056 gsa_html_2953853669 gsa_html_2953853669:29:2796:2824 Green River Colorado +0.480186 aapg_ad_757.html aapg_ad_757.html:235:28282:28288 Wilcox Okmulgee, Oklahoma +0.52138 aapg_ae_415.html aapg_ae_415.html:950:118504:118516 Chickasawhay Alabama +0.257808 sedimentology_html_8244664857 sedimentology_html_8244664857:734:59282:59310 Beaufort South Africa +0.254976 gsa_html_6315159481 gsa_html_6315159481:606:58140:58144 Ashe North Carolina +0.24912 cspg_html_5450075884 cspg_html_5450075884:709:73600:73608 Moosebar Victoria, British Columbia +0.471311 aapg_ad_945.html aapg_ad_945.html:65:8185:8192 Bluesky Lacombe, Alberta +0.241572 geology_html_5817459329 geology_html_5817459329:12:467:473 Denver Colorado +0.26826 aapg_ah_756.html aapg_ah_756.html:224:19999:20018 San Andres Nashville Basin +0.244904 aapg_ad_575.html aapg_ad_575.html:299:37992:38010 Tensleep Cheyenne, Wyoming +0.498076 aapg_aa_158.html aapg_aa_158.html:79:9670:9678 Cloverly Cheyenne, Wyoming +0.482895 geology_html_1353352151 geology_html_1353352151:28:3037:3049 Medicine Bow Cheyenne, Wyoming +0.49056 aapg_ad_441.html aapg_ad_441.html:68:4823:4840 Wingate Chinle Formation +0.259077 cspg_html_7688587411 cspg_html_7688587411:89:10358:10369 Fish Scales Westgate, Canterbury +0.41612 aapg_ae_147.html aapg_ae_147.html:196:21134:21148 Pico South Mountains (Arizona) +0.442015 aapg_ah_378.html aapg_ah_378.html:163:15905:15911 Paluxy Llano Estacado +0.261422 geology_html_4273711803 geology_html_4273711803:131:13273:13282 Red River China +0.4826 aapg_ad_892.html aapg_ad_892.html:1947:176059:176063 Java Sumatra +0.511461 gsa_html_2494729193 gsa_html_2494729193:1526:112836:112864 Green River Colorado +0.473888 aapg_ai_561.html aapg_ai_561.html:30:2863:2876 Cotton Valley Tuscaloosa, Alabama +0.483812 sedimentology_html_4283866322 sedimentology_html_4283866322:841:71680:71684 Hall London, Ontario +0.263144 aapg_ad_366.html aapg_ad_366.html:35:3101:3120 Elk Edmonton, London +0.256985 cspg_html_7970178687 cspg_html_7970178687:7:528:536 Foremost Edmonton, London +0.256542 aapg_ad_760.html aapg_ad_760.html:187:20499:20525 Margarita Monterey, California +0.486072 cspg_html_6566356550 cspg_html_6566356550:71:12065:12073 Columbia Henderson, Nevada +0.49088 aapg_aa_15.html aapg_aa_15.html:107:14236:14244 Colorado Texas +0.2465 aapg_ai_851.html aapg_ai_851.html:9:1770:1785 Cibao Puerto Rico +0.261602 gsa_html_4593629541 gsa_html_4593629541:75:8248:8268 Littleton Rangeley, Maine +0.27665 aapg_ah_753.html aapg_ah_753.html:217:34246:34253 Windsor Mississippian culture +0.43775 cspg_html_6193252551 cspg_html_6193252551:229:26256:26290 Mingan Anticosti Island +0.476672 aapg_aa_152.html aapg_aa_152.html:129:14788:14794 Sierra Coahuila +0.504866 cspg_html_4785922166 cspg_html_4785922166:635:67568:67584 Besa River Victoria, British Columbia +0.285969 aapg_ac_825.html aapg_ac_825.html:121:13173:13199 Monterey Carmel, Indiana +0.467923 aapg_ah_876.html aapg_ah_876.html:299:38097:38108 Pine Island San Marcos, California +0.257316 cspg_html_6502178723 cspg_html_6502178723:64:10336:10355 Pardonet Middle East +0.466506 cspg_html_3187844923 cspg_html_3187844923:32:6021:6033 Sustut Omineca Mountains +0.471056 palaios_html_5582845937 palaios_html_5582845937:309:30909:30917 Virginia Hampton, New Hampshire +0.499896 aapg_ac_498.html aapg_ac_498.html:52:4768:4781 Cotton Valley Shreveport, Louisiana +0.257284 aapg_ae_544.html aapg_ae_544.html:301:35810:35825 Telegraph Creek Niobrara, Nebraska +0.58446 cspg_html_5241714595 cspg_html_5241714595:69:11686:11704 Prairie Victoria, British Columbia +0.471276 cspg_html_2198503252 cspg_html_2198503252:58:6247:6259 Percha New Mexico +0.256536 aapg_ae_28.html aapg_ae_28.html:894:66499:66503 Bell Illinois +0.494334 geology_html_9849574053 geology_html_9849574053:285:22368:22386 Norphlet Alabama +0.326192 aapg_af_561.html aapg_af_561.html:428:39598:39610 Wasatch Wasatch Range +0.390652 cspg_html_6839937815 cspg_html_6839937815:349:48943:48961 Moenkopi Reno, Nevada +0.244524 aapg_aa_260.html aapg_aa_260.html:429:40218:40232 Lisburne Anchorage, Alaska +0.258542 palaios_html_8113714689 palaios_html_8113714689:60:5645:5663 Au Train Munising, Michigan +0.252984 cspg_html_3385840278 cspg_html_3385840278:81:11702:11723 Beaverhill Lacombe, Alberta +0.271806 cspg_html_9689514766 cspg_html_9689514766:852:110678:110693 Onondaga Detroit River International Wildlife Refuge +0.264192 aapg_ac_692.html aapg_ac_692.html:19:2606:2614 Columbia Victoria, British Columbia +0.269312 aapg_aa_569.html aapg_aa_569.html:15:2954:2964 Pottsville Greenbrier (Great Smoky Mountains) +0.24837 cspg_html_1159794850 cspg_html_1159794850:224:33305:33312 Hunting Southwestern Ontario +0.475228 aapg_af_483.html aapg_af_483.html:159:21590:21612 Esquias Lima, Ohio +0.244528 aapg_ac_315.html aapg_ac_315.html:837:79156:79174 Tensleep Cheyenne, Wyoming +0.254904 aapg_af_129.html aapg_af_129.html:294:30828:30836 Colorado Colorado +0.254701 aapg_ai_492.html aapg_ai_492.html:164:20901:20907 Denver Colorado +0.498542 aapg_ai_811.html aapg_ai_811.html:50:8149:8165 Salina Detroit River International Wildlife Refuge +0.400384 aapg_ai_296.html aapg_ai_296.html:666:63312:63329 Everton Arkansas +0.309 aapg_ac_333.html aapg_ac_333.html:406:52229:52242 Abo Supai, Arizona +0.264075 aapg_af_653.html aapg_af_653.html:1083:128403:128417 Temblor Monterey, California +0.246492 aapg_af_129.html aapg_af_129.html:141:14951:14956 Eagle Colorado +0.489219 sedimentology_html_6156482329 sedimentology_html_6156482329:932:71875:71882 Renault North Island (Houtman Abrolhos) +0.487872 gsa_html_9487992082 gsa_html_9487992082:209:25907:25915 Moenkopi Chinle Formation +0.277713 aapg_ad_798.html aapg_ad_798.html:195:19927:19935 Beaumont Beaumont, Texas +0.50295 gsa_html_2667366192 gsa_html_2667366192:528:50745:50753 Billings California +0.49794 aapg_ai_584.html aapg_ai_584.html:900:95026:95035 Minnelusa Black Hills +0.487172 gsa_html_5261839912 gsa_html_5261839912:147:14811:14828 Montevideo Gneiss Montevideo, Minnesota +0.252568 aapg_af_471.html aapg_af_471.html:76:10422:10456 Pennington Alabama +0.235668 aapg_ac_719.html aapg_ac_719.html:41:4272:4295 Poison Canyon Huerfano, New Mexico +0.2562 gsa_html_1079290957 gsa_html_1079290957:965:94962:94981 Chugwater Cheyenne, Wyoming +0.267534 aapg_ai_278.html aapg_ai_278.html:422:58171:58183 San Cayetano Nassau, Bahamas +0.44935 aapg_af_397.html aapg_af_397.html:266:33183:33190 Todilto Entrada Sandstone +0.251604 aapg_aa_842.html aapg_aa_842.html:48:3885:3904 Atoka Strawn, Texas +0.531935 aapg_aa_143.html aapg_aa_143.html:933:103087:103113 Oakville Texas +0.266766 aapg_ae_961.html aapg_ae_961.html:292:21693:21709 Dakota Western world +0.253008 cspg_html_8694594891 cspg_html_8694594891:24:2666:2684 Billings Ottawa, Kansas +0.27216 aapg_ad_801.html aapg_ad_801.html:138:15333:15340 Naheola Shreveport, Louisiana +0.478742 gsa_html_7090153753 gsa_html_7090153753:568:45156:45182 Monterey California +0.25654 cspg_html_9343899465 cspg_html_9343899465:1251:106115:106127 Hell Gate Ellesmere Island +0.500906 gsa_html_1251300076 gsa_html_1251300076:153:13712:13729 Entrada Goblin Valley State Park +0.469224 cspg_html_8571955552 cspg_html_8571955552:552:61767:61779 Kingak Anchorage, Alaska +0.262636 aapg_ai_296.html aapg_ai_296.html:663:63138:63155 Everton Newton County, Georgia +0.253935 aapg_aa_745.html aapg_aa_745.html:109:14521:14536 Queen Nashville Basin +0.2413 cspg_html_7675189126 cspg_html_7675189126:238:32590:32605 Sinwa Southern United States +0.260977 aapg_ad_979.html aapg_ad_979.html:165:13793:13814 Sweetland Creek Illinois +0.261542 cspg_html_9435196958 cspg_html_9435196958:1367:57674:57689 Lance Regina, Saskatchewan +0.466089 aapg_ac_26.html aapg_ac_26.html:144:19163:19182 Athabasca Lacombe, Alberta +0.454596 aapg_ad_466.html aapg_ad_466.html:977:105975:105981 Tinton Red Bank, New Jersey +0.759252 aapg_aa_957.html aapg_aa_957.html:48:3924:3932 Oakville Texas +0.256302 cspg_html_4860363565 cspg_html_4860363565:50:6745:6760 Elk Regina, Saskatchewan +0.24823 cspg_html_7914348578 cspg_html_7914348578:512:57357:57364 Bromide Lacombe, Alberta +0.271432 cspg_html_5450075884 cspg_html_5450075884:204:23532:23549 Cardium Wadsworth, Ohio +0.260096 geology_html_5784584308 geology_html_5784584308:242:23796:23804 Colorado Denver +0.505486 aapg_ai_694.html aapg_ai_694.html:14:2199:2206 Prairie Beaumont, Texas +0.268035 aapg_ah_335.html aapg_ah_335.html:470:61256:61266 Pottsville Pottsville, Pennsylvania +0.482533 sedimentology_html_6711379489 sedimentology_html_6711379489:778:48633:48652 Hesquiat Victoria, British Columbia +0.25647 gsa_html_4667678389 gsa_html_4667678389:1272:121172:121178 Moscow Boise, Idaho +0.268275 sedimentology_html_6613171970 sedimentology_html_6613171970:620:52224:52228 Hall London, Ontario +0.262845 aapg_ad_575.html aapg_ad_575.html:204:26580:26599 Minnelusa Cheyenne, Wyoming +0.510925 cspg_html_7602315496 cspg_html_7602315496:13:2195:2208 Bearpaw Lacombe, Alberta +0.50208 cspg_html_7989435905 cspg_html_7989435905:222:24442:24448 Fernie Pincher Creek, Alberta +0.448601 gsa_html_1826402027 gsa_html_1826402027:525:61056:61064 Moenkopi Little Colorado River +0.489082 aapg_ah_708.html aapg_ah_708.html:308:42499:42506 El Paso Texas +0.449988 geology_html_6050254205 geology_html_6050254205:226:22659:22669 Las Cruces Mexico +0.265 aapg_af_891.html aapg_af_891.html:231:25782:25792 Dewey Lake Texas +0.534672 aapg_ah_505.html aapg_ah_505.html:1254:100154:100173 Morrison Idaho Springs, Colorado +0.532492 aapg_ah_318.html aapg_ah_318.html:1929:177324:177328 Yeso Durango, Durango +0.49068 aapg_aa_86.html aapg_aa_86.html:40:3410:3416 Paluxy Buda, Texas +0.263088 aapg_ac_841.html aapg_ac_841.html:237:30505:30525 Metapan Guatemala +0.247009 geology_html_3251130221 geology_html_3251130221:16:996:1020 Navajo Arizona +0.487272 cspg_html_9729377176 cspg_html_9729377176:1023:110691:110699 Columbia Victoria, British Columbia +0.260051 AMJC_html_8047479732 AMJC_html_8047479732:571:67488:67493 Crete Kavala +0.481265 cspg_html_8362959053 cspg_html_8362959053:108:15628:15640 Luscar Lacombe, Alberta +0.481032 aapg_ad_184.html aapg_ad_184.html:654:90622:90629 Choptank Huntington, West Virginia +0.261568 aapg_ah_779.html aapg_ah_779.html:603:111081:111088 Chemung Genesee River +0.268752 aapg_ae_576.html aapg_ae_576.html:412:35951:35961 Wulff Land Washington (state) +0.248937 cspg_html_7587979364 cspg_html_7587979364:398:32321:32344 Sulphur Point Lacombe, Alberta +0.26059 aapg_aa_621.html aapg_aa_621.html:660:74870:74878 Tensleep Cheyenne, Wyoming +0.49749 aapg_ai_17.html aapg_ai_17.html:1335:91111:91130 Vicksburg Shreveport, Louisiana +0.887222 aapg_af_733.html aapg_af_733.html:56:7892:7911 Smackover Alabama +0.238977 aapg_ai_288.html aapg_ai_288.html:160:21508:21516 Woodford California +0.259408 aapg_ai_975.html aapg_ai_975.html:185:20953:20970 Hosston Texas +0.249676 aapg_ah_318.html aapg_ah_318.html:304:43400:43409 Morehouse Logan, Utah +0.454712 geology_html_1816302922 geology_html_1816302922:332:25885:25903 Willwood Cheyenne, Wyoming +0.264018 aapg_ac_881.html aapg_ac_881.html:97:10463:10489 Dakota Black Hills +0.552766 aapg_aa_463.html aapg_aa_463.html:135:26812:26835 Smackover Metro Manila +0.242063 cspg_html_1293312960 cspg_html_1293312960:22:2639:2645 Sierra Beaumont, Texas +0.46053 sedimentology_html_8453373858 sedimentology_html_8453373858:1158:71783:71787 Hall London, Ontario +0.264171 jgeology_html_5471448181 jgeology_html_5471448181:249:22479:22497 Morrison Kayenta, Arizona +0.503208 aapg_ae_845.html aapg_ae_845.html:37:4553:4559 Morgan Denver +0.509402 aapg_ac_609.html aapg_ac_609.html:498:45831:45849 Ramparts Manitoba +0.506493 aapg_aa_736.html aapg_aa_736.html:263:24248:24252 Lane Michigan +0.247416 aapg_ai_920.html aapg_ai_920.html:67:12198:12206 Honeycut Nashville Basin +0.252973 cspg_html_4287356899 cspg_html_4287356899:1067:146825:146846 Sadlerochit Lisburne Peninsula +0.26624 aapg_af_494.html aapg_af_494.html:247:26847:26863 Boas River East Bay (San Francisco Bay Area) +0.49368 gsa_html_1119256423 gsa_html_1119256423:155:15484:15509 Peoria Nebraska +0.467868 aapg_aa_4.html aapg_aa_4.html:208:27900:27906 Ithaca West Fork River +0.245727 aapg_ad_145.html aapg_ad_145.html:25:2750:2784 Paradox Lisbon +0.26145 aapg_ah_318.html aapg_ah_318.html:751:80580:80599 Smackover Arkansas +0.253791 aapg_ad_720.html aapg_ad_720.html:209:21526:21546 San Andres New Mexico +0.271341 palaios_html_2623970001 palaios_html_2623970001:570:54012:54043 Chinle Arizona +0.269325 aapg_ah_181.html aapg_ah_181.html:123:14570:14586 Chinle Chinle Formation +0.237105 aapg_af_602.html aapg_af_602.html:704:87159:87177 Caballos Texas +0.507492 aapg_af_95.html aapg_af_95.html:445:33076:33093 Edwards Texas +0.3795 aapg_aa_682.html aapg_aa_682.html:576:56752:56762 Cherryvale Cherryvale, Kansas +0.477904 palaios_html_9719282309 palaios_html_9719282309:771:56976:56984 Montreal Canada +0.480704 cspg_html_9735723617 cspg_html_9735723617:357:45850:45874 Beverley Inlet Melville Island (Canada) +0.235835 cspg_html_6786864151 cspg_html_6786864151:80:10998:11020 Trent River Qualicum River +0.26059 gsa_html_5081991493 gsa_html_5081991493:461:41120:41145 Duchesne River Uinta Mountains +0.409194 gsa_html_6491840124 gsa_html_6491840124:792:64789:64804 Salt Lake Boise, Idaho +0.4978 aapg_ac_971.html aapg_ac_971.html:126:17017:17033 Oil Creek Seminole, Texas +0.479259 gsa_html_3872060924 gsa_html_3872060924:438:37337:37347 Las Cruces New Mexico +0.244488 gsa_html_8881958017 gsa_html_8881958017:561:53010:53020 Quesnellia Victoria, British Columbia +0.273448 sedimentology_html_3100976179 sedimentology_html_3100976179:196:9862:9866 Hall London, Ontario +0.49234 cspg_html_1274054064 cspg_html_1274054064:648:77660:77671 Belly River Arctic Cordillera +0.277046 aapg_af_854.html aapg_af_854.html:830:117188:117212 Aux Vases Illinois +0.477792 aapg_ai_503.html aapg_ai_503.html:320:35242:35249 Grimsby Rochester, Kent +0.261105 cspg_html_6259492324 cspg_html_6259492324:323:33526:33533 Kutchin Kut +0.24453 cspg_html_5241714595 cspg_html_5241714595:845:112274:112307 Graminia Lacombe, Alberta +0.498078 aapg_ae_959.html aapg_ae_959.html:2315:165297:165319 Seven Rivers Panhandle, Texas +0.241566 gsa_html_4719798013 gsa_html_4719798013:86:10095:10120 Blackwater Draw Pecos River +0.495286 aapg_ai_963.html aapg_ai_963.html:6:715:727 Paluxy New Hope, Pennsylvania +0.271405 aapg_ai_593.html aapg_ai_593.html:1217:131655:131670 Sligo Shreveport, Louisiana +0.48825 aapg_ai_31.html aapg_ai_31.html:61:7056:7075 Catahoula Oakville, California +0.501723 aapg_ah_199.html aapg_ah_199.html:18:2496:2501 Atoka Berlin +0.240825 cspg_html_4287356899 cspg_html_4287356899:640:89354:89366 Jungle Creek Porcupine River (Ontario) +0.385098 aapg_ai_810.html aapg_ai_810.html:4:515:523 Norphlet Mississippi River +0.462972 jgeology_html_4115179562 jgeology_html_4115179562:747:54490:54516 Knobs Virginia +0.475092 AMJC_html_3664856625 AMJC_html_3664856625:304:34828:34847 Tongue River Mesa, Arizona +0.23465 cspg_html_5210692627 cspg_html_5210692627:339:42267:42283 Clearwater Middle East +0.244032 aapg_ad_721.html aapg_ad_721.html:330:32550:32561 Cloud Chief Texas +0.499797 cspg_html_8649903682 cspg_html_8649903682:29:3642:3650 Columbia Victoria, British Columbia +0.366786 aapg_ae_325.html aapg_ae_325.html:142:10018:10024 Pocono Huntington, West Virginia +0.250965 aapg_ah_763.html aapg_ah_763.html:7:833:839 Blaine Texas +0.267776 aapg_aa_251.html aapg_aa_251.html:167:13717:13730 Cotton Valley Limestone County, Alabama +0.500016 palaios_html_6327369225 palaios_html_6327369225:58:7980:8004 Wasatch Logan, Utah +0.50745 gsa_html_9991813982 gsa_html_9991813982:58:4170:4198 Green River Colorado +0.477708 sedimentology_html_7487196157 sedimentology_html_7487196157:771:46432:46436 Hall London, Ontario +0.252374 aapg_af_638.html aapg_af_638.html:238:18533:18541 Michigan Saginaw, Michigan +0.260099 gsa_html_3447147750 gsa_html_3447147750:1258:89795:89810 Vicksburg Mississippi River +0.262023 aapg_ac_82.html aapg_ac_82.html:66:7094:7102 Woodbine Arbuckle, California +0.25443 gsa_html_4298040492 gsa_html_4298040492:824:93582:93590 Columbia Victoria, British Columbia +0.478235 aapg_ad_466.html aapg_ad_466.html:1664:171925:171938 Virginia Closter, New Jersey +0.474768 aapg_aa_734.html aapg_aa_734.html:233:25357:25365 Caballos Arkansas +0.257346 cspg_html_3990529684 cspg_html_3990529684:298:36080:36096 Chinle Colorado Plateau +0.484008 aapg_ad_116.html aapg_ad_116.html:531:68361:68373 Corbin Ranch Jefferson County, Colorado +0.459001 aapg_ae_180.html aapg_ae_180.html:48:5618:5626 Woodbine Austin, Chicago +0.27398 aapg_ad_466.html aapg_ad_466.html:611:69035:69047 Marshalltown Mount Laurel Township, New Jersey +0.245935 sedimentology_html_9715489579 sedimentology_html_9715489579:865:36777:36788 Devils Hole Reno, Nevada +0.4675 aapg_af_90.html aapg_af_90.html:118:17239:17256 Stirling Spring Mountains National Recreation Area +0.495286 aapg_ad_811.html aapg_ad_811.html:288:31587:31594 Prairie Beaumont, Texas +0.264901 aapg_ad_691.html aapg_ad_691.html:101:11970:11981 Main Street Texas +0.254248 aapg_ad_801.html aapg_ad_801.html:280:29949:29958 Red River Shreveport, Louisiana +0.459895 aapg_ad_466.html aapg_ad_466.html:453:53756:53769 Merchantville Merchantville, New Jersey +0.497871 AMJC_html_8402437205 AMJC_html_8402437205:665:66055:66063 Columbia Canada +0.495281 aapg_ai_399.html aapg_ai_399.html:169:17214:17227 Porters Creek Missouri River +0.369566 aapg_ah_508.html aapg_ah_508.html:64:7227:7250 Conococheague Maryland +0.485216 aapg_ac_334.html aapg_ac_334.html:255:24257:24267 Boyd Creek Indian Mountain State Park +0.447894 sedimentology_html_8169007399 sedimentology_html_8169007399:459:51242:51249 Francis London, Ontario +0.707409 aapg_ae_369.html aapg_ae_369.html:41:5087:5092 Eutaw Alabama +0.258542 palaios_html_6327369225 palaios_html_6327369225:404:49064:49085 Green River Cheyenne, Wyoming +0.482092 palaios_html_5941046452 palaios_html_5941046452:12:638:646 Michigan Michigan +0.26979 aapg_ad_544.html aapg_ad_544.html:49:8909:8926 Chinle Cleveland +0.262656 aapg_ae_777.html aapg_ae_777.html:286:33871:33895 Espiritu Santo San Miguel County, New Mexico +0.49408 gsa_html_4446967287 gsa_html_4446967287:1154:101096:101124 Green River Colorado +0.257556 cspg_html_6154668421 cspg_html_6154668421:148:15451:15464 Wabamun Lone Pine, California +0.261919 aapg_aa_689.html aapg_aa_689.html:62:7863:7871 Michigan Detroit River International Wildlife Refuge +0.488654 aapg_ah_859.html aapg_ah_859.html:332:34471:34484 Wilcox Alabama +0.27324 sedimentology_html_9633602572 sedimentology_html_9633602572:1343:67153:67168 Leduc Lacombe, Alberta +0.476763 geology_html_5334056231 geology_html_5334056231:148:13746:13753 Shuswap Victoria, British Columbia +0.45496 aapg_ai_594.html aapg_ai_594.html:432:43566:43574 Colorado Worcester, Massachusetts +0.499032 gsa_html_3665794246 gsa_html_3665794246:55:3519:3547 Green River Colorado +0.465226 aapg_ai_584.html aapg_ai_584.html:1539:141070:141086 Casper Cheyenne, Wyoming +0.231336 gsa_html_5525079715 gsa_html_5525079715:416:49966:49979 Northwest Arm Russell Fjord +0.918716 aapg_ad_337.html aapg_ad_337.html:251:27774:27791 Vasquez San Fernando Valley +0.260084 gsa_html_8985264904 gsa_html_8985264904:16:736:744 Galisteo San Jose, California +0.249951 sedimentology_html_3296239633 sedimentology_html_3296239633:1485:112380:112412 Cutler Colorado Western Slope +0.114086 geology_html_7569052644 geology_html_7569052644:59:5271:5285 Mao Dominican Republic +0.48804 aapg_aa_820.html aapg_aa_820.html:142:15964:15974 Rio Grande Sergipe +0.468843 gsa_html_1636483297 gsa_html_1636483297:936:80434:80442 Colorado Uinta Mountains +0.4914 aapg_ae_180.html aapg_ae_180.html:91:11086:11092 Animas Denver +0.81266 aapg_ae_921.html aapg_ae_921.html:227:18015:18025 Minnekahta Black Hills +0.486315 aapg_ae_81.html aapg_ae_81.html:379:47722:47730 Woodford Atoka, Oklahoma +0.248517 aapg_ad_335.html aapg_ad_335.html:323:38492:38502 Fort Union Fort Union Trading Post National Historic Site +0.493296 aapg_aa_712.html aapg_aa_712.html:95:11610:11618 Glenwood Hennepin, Illinois +0.490896 aapg_af_355.html aapg_af_355.html:108:15870:15890 Rincon Cheyenne, Wyoming +0.486244 cspg_html_3926542795 cspg_html_3926542795:1424:146741:146770 Swan Hills Canada +0.259548 gsa_html_3144986031 gsa_html_3144986031:241:25221:25238 Buttle Lake England +0.261105 palaios_html_6100595217 palaios_html_6100595217:53:5390:5413 Moodys Branch Lisbon +0.259578 aapg_aa_784.html aapg_aa_784.html:23:2133:2155 Chainman Yucca Mountain +0.246753 cspg_html_7281679890 cspg_html_7281679890:391:65414:65435 Hare Indian Fort Good Hope Airport +0.502326 aapg_ai_764.html aapg_ai_764.html:198:20931:20948 El Paso Arizona +0.257554 AMJC_html_7380464118 AMJC_html_7380464118:271:33151:33160 Peninsula Korea +0.245916 cspg_html_9771826320 cspg_html_9771826320:338:59954:59985 Amphitheatre Eocene +0.264 aapg_ad_695.html aapg_ad_695.html:362:23310:23320 Cane River Shreveport, Louisiana +0.26471 aapg_ah_513.html aapg_ah_513.html:364:38138:38160 Basal Jefferson County, Colorado +0.480851 cspg_html_1962846283 cspg_html_1962846283:538:66372:66379 Cadomin Lacombe, Alberta +0.494208 aapg_ai_164.html aapg_ai_164.html:457:43578:43594 San Andres West Texas +0.262636 jgeology_html_8596065691 jgeology_html_8596065691:698:60147:60156 Los Pasos Caribbean +0.501036 cspg_html_8231573314 cspg_html_8231573314:329:30779:30787 Columbia Victoria, British Columbia +0.84128 aapg_ah_625.html aapg_ah_625.html:3:429:450 Green River Logan, Utah +0.244528 cspg_html_7178716951 cspg_html_7178716951:10:1097:1115 Kootenay Lacombe, Alberta +0.505512 aapg_ad_628.html aapg_ad_628.html:130:15031:15060 Wilcox Shreveport, Louisiana +0.522976 aapg_aa_935.html aapg_aa_935.html:10:1525:1530 Eutaw Ocala, Florida +0.66456 gsa_html_5865982995 gsa_html_5865982995:951:104042:104063 Green River London, Ontario +0.273006 cspg_html_1818321956 cspg_html_1818321956:450:45465:45473 Columbia Victoria, British Columbia +0.47785 geology_html_6674220555 geology_html_6674220555:65:6270:6280 Rio Grande Albuquerque, New Mexico +0.39168 geology_html_9210804293 geology_html_9210804293:88:6455:6468 Thaynes Logan, Utah +0.50085 aapg_ah_617.html aapg_ah_617.html:47:5036:5064 Phosphoria Cheyenne, Wyoming +0.492926 aapg_ad_2.html aapg_ad_2.html:1399:191540:191551 Black River Chambersburg, Pennsylvania +0.2525 geology_html_3244064022 geology_html_3244064022:44:3946:3952 Oregon Washington (state) +0.256486 aapg_ad_719.html aapg_ad_719.html:120:13418:13424 Blaine Hardeman County, Tennessee +0.48909 aapg_ai_11.html aapg_ai_11.html:228:27893:27903 Lane Plattsburg, Missouri +0.240792 cspg_html_2040245760 cspg_html_2040245760:323:29719:29727 Columbia Victoria, British Columbia +0.47808 aapg_ai_337.html aapg_ai_337.html:332:34584:34590 Ludlow Salina, Kansas +0.512772 aapg_ai_785.html aapg_ai_785.html:22:2392:2400 Michigan Ohio +0.28119 aapg_ac_940.html aapg_ac_940.html:517:56215:56223 Columbia Delaware +0.256486 aapg_ae_419.html aapg_ae_419.html:221:28269:28280 Otates Matamoros, Tamaulipas +0.267674 aapg_af_14.html aapg_af_14.html:391:34280:34303 Almond Table Rock, Wyoming +0.242824 cspg_html_6702053097 cspg_html_6702053097:436:50238:50256 Highgate North Atlantic Current +0.257526 gsa_html_4873957926 gsa_html_4873957926:837:95481:95489 San Luis Creede, Colorado +0.495992 aapg_ac_514.html aapg_ac_514.html:18:2116:2134 Woodbine Buda, Texas +0.272484 sedimentology_html_2041096405 sedimentology_html_2041096405:153:14138:14151 A-1 Carbonate Guelph +0.245055 aapg_ad_49.html aapg_ad_49.html:133:13229:13247 Crescent Washington (state) +0.477664 gsa_html_9299329909 gsa_html_9299329909:659:74368:74381 Santa Barbara Baja California peninsula +0.2445 jgeology_html_6388378441 jgeology_html_6388378441:372:30844:30851 El Paso Texas +0.502232 aapg_ae_987.html aapg_ae_987.html:50:4185:4200 Viola Black Hills +0.25704 palaios_html_7860397774 palaios_html_7860397774:912:67849:67860 Bloomington Venezuela +0.252 aapg_ai_584.html aapg_ai_584.html:430:42157:42168 Reclamation Moorcroft, Wyoming +0.263105 cspg_html_6377182173 cspg_html_6377182173:269:35820:35833 Turner Valley Lacombe, Alberta +0.4692 AMJC_html_2360213652 AMJC_html_2360213652:658:76521:76529 Virginia Reston, Virginia +0.47322 gsa_html_9353787239 gsa_html_9353787239:1187:99903:99912 Flagstaff Arizona +0.255712 cspg_html_9214997177 cspg_html_9214997177:38:5416:5428 Winnipegosis Regina, Saskatchewan +0.249639 aapg_ah_253.html aapg_ah_253.html:357:41026:41046 San Andres Pecos River +0.26967 cspg_html_5542874609 cspg_html_5542874609:163:26005:26023 Kaskapau Dissected Till Plains +0.521904 aapg_ah_318.html aapg_ah_318.html:1895:173500:173516 Olvido Matamoros, Tamaulipas +0.495726 geology_html_4705110813 geology_html_4705110813:22:1371:1381 Washington Vancouver +0.498542 aapg_ai_153.html aapg_ai_153.html:486:73920:73928 Tensleep Cheyenne, Wyoming +0.24192 cspg_html_3233680622 cspg_html_3233680622:447:52711:52733 Lawson Banks Island +0.251346 aapg_ah_972.html aapg_ah_972.html:470:46923:46931 Whitsett Houston +0.488889 palaios_html_2298416430 palaios_html_2298416430:380:41216:41238 Judith River Canada +0.243432 cspg_html_9493908895 cspg_html_9493908895:125:10989:11000 Peace River Lacombe, Alberta +0.254508 AMJC_html_6430804426 AMJC_html_6430804426:794:64016:64020 Omoa Honduras +0.245116 aapg_ae_471.html aapg_ae_471.html:461:42100:42119 Smackover Cotton Valley, Louisiana +0.249991 aapg_af_575.html aapg_af_575.html:1087:157338:157344 Dockum Texas County, Missouri +0.477347 gsa_html_9513959579 gsa_html_9513959579:731:77381:77409 Green River Colorado +0.236664 palaios_html_1521536752 palaios_html_1521536752:541:55658:55697 Bluefield Blacksburg, Virginia +0.496762 gsa_html_5756232019 gsa_html_5756232019:914:79837:79843 Reston New Mexico +0.458754 cspg_html_8891363498 cspg_html_8891363498:9:1010:1015 Yukon Reno, Nevada +0.2472 cspg_html_6064089067 cspg_html_6064089067:47:5169:5187 Winnipeg Manitoba +0.2495 aapg_ae_220.html aapg_ae_220.html:6:754:768 Fredericksburg Paluxy, Texas +0.242466 aapg_ad_0.html aapg_ad_0.html:163:16167:16172 Rapid Escanaba, Michigan +0.26574 palaios_html_1276188815 palaios_html_1276188815:654:64678:64686 Colorado Logan, Utah +0.48925 aapg_ah_532.html aapg_ah_532.html:74:6846:6862 Elbert Ouray, Colorado +0.21777 aapg_af_13.html aapg_af_13.html:59:6585:6596 Skull Creek Colorado +0.49113 cspg_html_3860685167 cspg_html_3860685167:698:69638:69643 Banff Lacombe, Alberta +0.270396 cspg_html_3328007773 cspg_html_3328007773:791:87604:87612 Dunvegan Lacombe, Alberta +0.254925 aapg_ae_223.html aapg_ae_223.html:189:23333:23354 Green River Wasatch Range +0.48972 aapg_ad_918.html aapg_ad_918.html:40:5989:6007 Niobrara Colorado Springs, Colorado +0.267288 cspg_html_9751694613 cspg_html_9751694613:434:31879:31887 Beaufort Victoria, British Columbia +0.241983 aapg_ad_52.html aapg_ad_52.html:636:68813:68831 Michigan Isabella County, Michigan +0.263442 aapg_ah_427.html aapg_ah_427.html:1152:147914:147924 Rio Grande Arkansas +0.451122 cspg_html_5541937700 cspg_html_5541937700:881:107875:107899 Basal Canada +0.249996 aapg_ad_466.html aapg_ad_466.html:1511:159633:159641 St Marys Virginia +0.264147 aapg_ad_858.html aapg_ad_858.html:115:7215:7225 Lewisville Nevada County, California +0.269775 aapg_ah_750.html aapg_ah_750.html:113:15629:15637 San Jose San Jose, California +0.248446 AMJC_html_4504848787 AMJC_html_4504848787:127:15427:15449 Mechum River Castleton, Vermont +0.490049 gsa_html_3225734041 gsa_html_3225734041:1198:99138:99166 Green River Colorado +0.4815 sedimentology_html_8696183698 sedimentology_html_8696183698:870:68384:68392 Colorado Rocky Mountains +0.253895 aapg_ae_916.html aapg_ae_916.html:595:71094:71102 Cloverly Greybull, Wyoming +0.478676 AMJC_html_8619525948 AMJC_html_8619525948:758:75462:75468 Oxford England +0.450565 sedimentology_html_7668777547 sedimentology_html_7668777547:1097:65633:65639 Walker Mojave Desert +0.274455 aapg_ad_721.html aapg_ad_721.html:566:53357:53367 San Andres Carlsbad, New Mexico +0.474266 geology_html_8106588521 geology_html_8106588521:227:19138:19144 Denver Colorado +0.255955 aapg_ah_372.html aapg_ah_372.html:12:1814:1820 Midway Alabama +0.466528 aapg_ah_722.html aapg_ah_722.html:488:59126:59147 Bathtub Canning River (Alaska) +0.267288 jgeology_html_3669018334 jgeology_html_3669018334:106:3692:3702 San Miguel Mexico +0.261542 aapg_aa_314.html aapg_aa_314.html:65:8392:8403 Bedford Hartford, Connecticut +0.457914 aapg_ac_251.html aapg_ac_251.html:488:56170:56180 Bald Eagle Pocono Raceway +0.474525 gsa_html_2354205050 gsa_html_2354205050:90:5921:5949 Green River Colorado +0.429244 aapg_ae_73.html aapg_ae_73.html:478:63815:63838 Poison Canyon Trinidad and Tobago +0.253422 aapg_aa_399.html aapg_aa_399.html:302:24280:24296 Loon River Clearwater, Florida +0.248496 AMJC_html_1873062106 AMJC_html_1873062106:842:94676:94700 Cedar Mountain Cheyenne, Wyoming +0.25627 aapg_ah_318.html aapg_ah_318.html:1801:168543:168562 Smackover Arkansas +0.264708 jgeology_html_4915516745 jgeology_html_4915516745:1394:89546:89561 Mesaverde Logan, Utah +0.241164 aapg_ae_777.html aapg_ae_777.html:34:4556:4572 Sandia Sangre de Cristo Range +0.261117 cspg_html_3772380029 cspg_html_3772380029:542:67884:67895 Chasm Creek Churchill River (Atlantic) +0.475664 gsa_html_2645269788 gsa_html_2645269788:12:467:475 Virginia Reston, Virginia +0.466871 geology_html_6859574629 geology_html_6859574629:239:24460:24468 Scotland London, Ontario +0.52046 aapg_ah_753.html aapg_ah_753.html:138:23266:23287 Boss Point New Caledonia +0.519339 palaios_html_4335779426 palaios_html_4335779426:794:72933:72951 Golconda Bloomington, Indiana +0.24541 aapg_ac_377.html aapg_ac_377.html:184:13169:13177 Colorado Denver +0.4944 aapg_ah_442.html aapg_ah_442.html:94:10150:10160 Frio Hockley +0.263302 aapg_ad_3.html aapg_ad_3.html:379:35576:35587 Beekmantown San Fernando Valley +0.247416 aapg_ak_135.html aapg_ak_135.html:297:45065:45083 San Onofre Breccia Huntington Beach, California +0.494091 aapg_ah_779.html aapg_ah_779.html:242:44498:44503 Utica Alabama +0.4175 aapg_aa_106.html aapg_aa_106.html:246:23629:23652 Winnipegosis Guernsey +0.46683 aapg_ae_146.html aapg_ae_146.html:4:588:603 Diablo Chihuahua (state) +0.491365 cspg_html_3874000139 cspg_html_3874000139:313:39425:39460 Olmos Texas +0.502758 gsa_html_3320600310 gsa_html_3320600310:89:7608:7624 Chinle Reno, Nevada +0.270396 cspg_html_2175627313 cspg_html_2175627313:1035:92939:92954 Liard Victoria, British Columbia +0.886266 gsa_html_7102550258 gsa_html_7102550258:240:25561:25581 Chinle Chinle Formation +0.46698 cspg_html_8649903682 cspg_html_8649903682:265:26296:26307 Peace River Victoria, British Columbia +0.86198 aapg_aa_918.html aapg_aa_918.html:728:76221:76231 Salt Plain Kingman, Arizona +0.491071 aapg_aa_156.html aapg_aa_156.html:377:37102:37110 Michigan Salina, Kansas +0.878666 palaios_html_2158038376 palaios_html_2158038376:765:65271:65287 Viking Lacombe, Alberta +0.241943 gsa_html_4220229801 gsa_html_4220229801:43:3872:3899 Columbia Reno, Nevada +0.263592 gsa_html_3320600310 gsa_html_3320600310:56:5897:5913 Chinle Cleveland +0.47998 aapg_aa_127.html aapg_aa_127.html:21:3114:3122 Colorado Denver +0.53 aapg_af_4.html aapg_af_4.html:64:7559:7572 Vaqueros Monterey, California +0.25957 cspg_html_3404912985 cspg_html_3404912985:50:9191:9204 Turner Valley Calgary +0.245862 aapg_ah_978.html aapg_ah_978.html:348:32386:32401 Santa Margarita Coalinga, California +0.506493 sedimentology_html_2619266804 sedimentology_html_2619266804:31:2057:2063 Guelph Canada +0.246 aapg_aa_684.html aapg_aa_684.html:10:1333:1337 Jelm John Crow Mountains +0.26208 gsa_html_3077327559 gsa_html_3077327559:32:1645:1654 San Diego California +0.803436 aapg_ac_714.html aapg_ac_714.html:42:5906:5914 Sundance Cheyenne, Wyoming +0.494284 gsa_html_4169081385 gsa_html_4169081385:590:57645:57657 Owens Valley Sierra Nevada (Spain) +0.267285 aapg_ad_466.html aapg_ad_466.html:1053:112670:112681 Hornerstown Swedesboro, New Jersey +0.253005 aapg_ah_532.html aapg_ah_532.html:153:12797:12818 Ouray Ouray, Colorado +0.242 cspg_html_5198658336 cspg_html_5198658336:427:49309:49334 Porcupine Calgary +0.514717 aapg_af_562.html aapg_af_562.html:49:7039:7049 Pottsville Cumberland River +0.259434 cspg_html_2482892781 cspg_html_2482892781:45:7305:7314 Lodgepole Regina, Saskatchewan +0.26059 gsa_html_8614162917 gsa_html_8614162917:185:18618:18625 Moenave Chinle Formation +0.474549 cspg_html_7086880709 cspg_html_7086880709:10:711:729 Manetoe Western world +0.461748 cspg_html_4680804918 cspg_html_4680804918:571:74843:74863 Bow Island Colorado +0.694008 aapg_ad_864.html aapg_ad_864.html:1392:69514:69533 Catahoula Mississippi River +0.471311 aapg_ac_835.html aapg_ac_835.html:333:45952:45968 Bighorn Dolomite Garland, Texas +0.485051 cspg_html_3328007773 cspg_html_3328007773:665:70112:70118 Pueblo Colorado +0.476844 geology_html_1644816140 geology_html_1644816140:20:1344:1369 Barstow California +0.500906 aapg_ad_564.html aapg_ad_564.html:8178:733120:733128 Dinwoody Colorado +0.437472 aapg_ai_515.html aapg_ai_515.html:136:15918:15929 Green River Uinta County, Wyoming +0.26214 gsa_html_7120668170 gsa_html_7120668170:619:61253:61259 Sonora Baja California peninsula +0.492338 gsa_html_2989317971 gsa_html_2989317971:494:53674:53679 Henry Cheyenne, Wyoming +0.494532 palaios_html_6327369225 palaios_html_6327369225:416:49851:49872 Green River Flint, Michigan +0.881621 aapg_aa_918.html aapg_aa_918.html:589:58561:58571 Wellington Nebraska +0.495803 aapg_af_579.html aapg_af_579.html:166:17607:17632 Junction Creek La Plata, Maryland +0.24048 aapg_ak_132.html aapg_ak_132.html:236:24773:24790 Subinal Guatemala +0.241775 geology_html_9015185849 geology_html_9015185849:89:12043:12061 Yorktown Virginia +0.252464 aapg_ad_36.html aapg_ad_36.html:19:2032:2050 Woodbine East Texas +0.24432 aapg_ad_413.html aapg_ad_413.html:106:10581:10595 Bedford Pennsylvania +0.477274 aapg_ac_950.html aapg_ac_950.html:275:30521:30528 Norfolk Virginia +0.69912 aapg_af_684.html aapg_af_684.html:64:7720:7732 Lookingglass Umpqua, Oregon +0.260075 cspg_html_5699627350 cspg_html_5699627350:71:9844:9877 Viking Lacombe, Alberta +0.481362 gsa_html_3720789279 gsa_html_3720789279:627:59970:59978 Snowshoe Middle East +0.26265 gsa_html_2393728811 gsa_html_2393728811:12:578:588 Washington Vancouver +0.267806 cspg_html_8363357104 cspg_html_8363357104:85:13561:13582 Survey Peak Mons +0.50264 geology_html_9851766783 geology_html_9851766783:257:22415:22424 New River Virginia +0.257556 gsa_html_3010975239 gsa_html_3010975239:108:15021:15029 Michigan Michigan +0.487548 AMJC_html_1873062106 AMJC_html_1873062106:264:37345:37367 Cedar Mountain Sevier orogeny +0.466528 gsa_html_4919500515 gsa_html_4919500515:1124:101174:101180 Denver Lacombe, Alberta +0.260478 cspg_html_4433937749 cspg_html_4433937749:46:6972:6994 Buckinghorse Victoria, British Columbia +0.270556 aapg_ac_744.html aapg_ac_744.html:227:24277:24300 Trujillo San Juan, Argentina +0.263048 cspg_html_8152691171 cspg_html_8152691171:338:45637:45667 Swift Lacombe, Alberta +0.48659 cspg_html_4287356899 cspg_html_4287356899:350:50173:50191 Imperial Snake River Canyon (Idaho) +0.680418 aapg_ai_583.html aapg_ai_583.html:41:6572:6579 Entrada Boise, Idaho +0.497038 aapg_ae_876.html aapg_ae_876.html:170:16841:16864 Cedar Mountain Middle East +0.26364 aapg_ae_342.html aapg_ae_342.html:165:15132:15136 Frio Wharton, New Jersey +0.258048 aapg_ac_315.html aapg_ac_315.html:821:78356:78376 Chugwater Powder River Basin +0.482422 gsa_html_1951402014 gsa_html_1951402014:1154:93790:93795 Morro Fuerteventura +0.266247 sedimentology_html_7373981869 sedimentology_html_7373981869:1246:55277:55282 Logan Shark Bay +0.256036 sedimentology_html_7822614615 sedimentology_html_7822614615:86:7987:7997 Carbondale Wa (Japan) +0.455533 cspg_html_5241714595 cspg_html_5241714595:178:26674:26680 Ashern Lacombe, Alberta +0.48598 palaios_html_9150736881 palaios_html_9150736881:366:35247:35251 Kope Ohio +0.24644 cspg_html_1456761793 cspg_html_1456761793:6:606:614 Columbia Dunedin, Florida +0.258516 cspg_html_6140605204 cspg_html_6140605204:30:4875:4891 Elk Kootenay River +0.25272 cspg_html_3008414459 cspg_html_3008414459:87:12991:13023 Telegraph Creek Deadhorse, Alaska +0.252753 cspg_html_9771826320 cspg_html_9771826320:1130:143019:143051 Eureka Sound Canada +0.245514 aapg_ad_601.html aapg_ad_601.html:3:384:392 Michigan Michigan +0.28242 cspg_html_4272664788 cspg_html_4272664788:211:27762:27779 Pekisko Lacombe, Alberta +0.246685 aapg_aa_415.html aapg_aa_415.html:25:3871:3891 Escondido Austin, Chicago +0.471276 geology_html_2881397713 geology_html_2881397713:104:8308:8320 Galena Lexington, Kentucky +0.281298 cspg_html_4495377323 cspg_html_4495377323:8:578:594 Fernie Lacombe, Alberta +0.500175 aapg_ai_584.html aapg_ai_584.html:518:51741:51752 Broom Creek Cheyenne, Wyoming +0.265668 aapg_ad_467.html aapg_ad_467.html:317:23784:23801 Matawan Black Creek (Toronto) +0.26574 aapg_ai_296.html aapg_ai_296.html:310:30696:30713 Everton Western world +0.25857 palaios_html_7679079277 palaios_html_7679079277:16:996:1007 Bloomington Bloomington, Indiana +0.254007 geology_html_6295653781 geology_html_6295653781:286:22122:22139 Bird Spring Reno, Nevada +0.231595 aapg_aa_600.html aapg_aa_600.html:79:8350:8365 Boggy Frisco, Texas +0.245791 aapg_ah_318.html aapg_ah_318.html:302:43272:43293 Mt Lytton Ouachita Mountains +0.522784 gsa_html_9487992082 gsa_html_9487992082:301:35713:35729 Dakota Reno, Nevada +0.466736 geology_html_3479183091 geology_html_3479183091:23:1739:1749 Las Cruces New Mexico +0.477453 palaios_html_7957288208 palaios_html_7957288208:116:11459:11495 Big Cottonwood Logan, Utah +0.490428 aapg_ae_223.html aapg_ae_223.html:187:22911:22932 Green River Wasatch Range +0.256 aapg_aa_791.html aapg_aa_791.html:90:8747:8764 Savanna Bartlesville, Oklahoma +0.448224 aapg_ai_689.html aapg_ai_689.html:213:24664:24671 Haymond Lake Erie +0.254015 AMJC_html_8619525948 AMJC_html_8619525948:565:62226:62238 Rhode Island Newport, Rhode Island +0.50232 cspg_html_9778753186 cspg_html_9778753186:20:2573:2592 Crowsnest Lacombe, Alberta +0.26406 aapg_ai_299.html aapg_ai_299.html:158:12991:12995 Lane Texas +0.50796 gsa_html_2521574821 gsa_html_2521574821:60:4720:4748 Green River Colorado +0.252374 cspg_html_1242153796 cspg_html_1242153796:248:22854:22872 Glenogle Victoria, British Columbia +0.52164 gsa_html_3975242273 gsa_html_3975242273:76:6077:6105 Green River New Mexico +0.267288 aapg_ad_575.html aapg_ad_575.html:282:34207:34234 Norphlet Mississippi River +0.27486 aapg_af_854.html aapg_af_854.html:881:124982:124988 Bethel Missouri River +0.250428 aapg_ae_719.html aapg_ae_719.html:516:55074:55080 Brazil Sergipe +0.266252 cspg_html_4348111624 cspg_html_4348111624:59:11318:11340 Winnipegosis Regina, Saskatchewan +0.249516 cspg_html_9142477479 cspg_html_9142477479:30:5666:5681 Pottsville Pennsylvania +0.473052 gsa_html_7765430810 gsa_html_7765430810:763:72041:72051 Laurentian South America +0.261612 aapg_ah_429.html aapg_ah_429.html:124:10974:10992 Carlsbad Delaware +0.497466 gsa_html_4591711448 gsa_html_4591711448:14:500:508 Colorado Denver +0.537664 aapg_ad_557.html aapg_ad_557.html:11530:676588:676608 San Andres Austin, Chicago +0.480072 cspg_html_3531222995 cspg_html_3531222995:175:21890:21905 Basal Lacombe, Alberta +0.228542 gsa_html_2989317971 gsa_html_2989317971:1289:127132:127138 Oregon Boise, Idaho +0.265468 cspg_html_3456965010 cspg_html_3456965010:399:53499:53518 Athabasca Lacombe, Alberta +0.24837 aapg_ai_29.html aapg_ai_29.html:589:73800:73807 Reynosa Guadalupe River (California) +0.246456 aapg_ae_306.html aapg_ae_306.html:1150:131998:132017 Rio Negro Colombia +0.258192 cspg_html_8387792223 cspg_html_8387792223:709:74544:74569 Stony Mountain Red River of the North +0.262236 palaios_html_2221534395 palaios_html_2221534395:446:49359:49390 Kope Cincinnati +0.256035 aapg_ai_462.html aapg_ai_462.html:72:7935:7942 El Abra San Lucas, California +0.250228 aapg_ai_107.html aapg_ai_107.html:598:51233:51241 Dorcheat East Texas +0.28444 aapg_ah_862.html aapg_ah_862.html:321:41287:41296 Valentine Pacific coast +0.248004 aapg_ae_187.html aapg_ae_187.html:156:16662:16670 Michigan Ohio +0.246272 gsa_html_5202646019 gsa_html_5202646019:233:22730:22747 Verulam Ottawa, Kansas +0.246015 aapg_ai_196.html aapg_ai_196.html:130:15186:15192 Denver Nicaragua +0.282504 gsa_html_1217771406 gsa_html_1217771406:468:41540:41564 Monterey Santa Cruz Island +0.257943 palaios_html_2746116737 palaios_html_2746116737:824:67619:67639 Tallahatta Alabama +0.25908 gsa_html_5039569238 gsa_html_5039569238:340:31716:31725 Sassenach Western world +0.25957 aapg_ah_784.html aapg_ah_784.html:77:8791:8795 Yeso Santa Rosa, California +0.24111 gsa_html_6194837075 gsa_html_6194837075:334:23529:23547 Woodbine Buda, Texas +0.252889 aapg_ac_301.html aapg_ac_301.html:555:59557:59576 Stonewall Manitoba +0.47874 gsa_html_2204469229 gsa_html_2204469229:344:35999:36005 Sierra Sierra Nevada (Spain) +0.500076 aapg_af_861.html aapg_af_861.html:71:7455:7475 Stonewall Missouri River +0.259056 aapg_af_859.html aapg_af_859.html:31:4961:4967 Lissie Beaumont, Texas +0.256522 cspg_html_5699627350 cspg_html_5699627350:24:3848:3864 Viking Lacombe, Alberta +0.683156 cspg_html_6839937815 cspg_html_6839937815:133:18485:18503 Thaynes Logan, Utah +0.254925 aapg_ac_603.html aapg_ac_603.html:112:11252:11270 Moenkopi Chinle Formation +0.254508 sedimentology_html_2089385908 sedimentology_html_2089385908:541:53887:53923 Protection Corvallis, Oregon +0.250488 cspg_html_1870927435 cspg_html_1870927435:118:14224:14249 Beaverhill Lacombe, Alberta +0.257049 cspg_html_3531222995 cspg_html_3531222995:382:43644:43652 Finnegan Western Canadian Sedimentary Basin +0.923496 gsa_html_8086754950 gsa_html_8086754950:456:45013:45041 Green River New Mexico +0.49868 gsa_html_8821895687 gsa_html_8821895687:590:50143:50160 Napipi North Carolina +0.508948 aapg_ac_807.html aapg_ac_807.html:1204:103488:103505 Mount Laurel Sand Closter, New Jersey +0.483708 cspg_html_6795586308 cspg_html_6795586308:138:12441:12460 Kishenehn Victoria, British Columbia +0.478028 aapg_ac_477.html aapg_ac_477.html:631:74410:74416 Walker Lacombe, Alberta +0.505164 aapg_ad_2.html aapg_ad_2.html:1915:235515:235533 Lowville Bellefonte, Pennsylvania +0.259434 aapg_ae_711.html aapg_ae_711.html:27:4340:4350 Hartshorne Arkansas +0.483246 cspg_html_1025724640 cspg_html_1025724640:341:45524:45546 Little Falls Mohawk Valley +0.25532 aapg_ae_916.html aapg_ae_916.html:177:19517:19532 Mt Lytton Judith River Formation +0.49504 gsa_html_5393856003 gsa_html_5393856003:29:2796:2824 Green River Colorado +0.496845 aapg_ad_356.html aapg_ad_356.html:387:37312:37323 Haynesville Cotton Valley, Louisiana +0.247923 sedimentology_html_8606936913 sedimentology_html_8606936913:196:17186:17195 Peninsula Papua New Guinea +0.469396 aapg_af_242.html aapg_af_242.html:66:7564:7570 Sierra Sierra Azul Open Space Preserve +0.239904 aapg_ah_107.html aapg_ah_107.html:134:13180:13190 San Miguel Matamoros, Tamaulipas +0.26624 aapg_ah_521.html aapg_ah_521.html:20:3657:3673 Reklaw Carrizo Plain +0.463072 aapg_ah_439.html aapg_ah_439.html:159:17351:17363 Midway Richland, Washington +0.2448 aapg_af_877.html aapg_af_877.html:63:6676:6697 Waltersburg Wabash River +0.37632 aapg_ac_983.html aapg_ac_983.html:330:52911:52931 Cherryvale Linn County, Oregon +0.257024 aapg_af_854.html aapg_af_854.html:383:49375:49385 Keokuk Missouri River +0.491454 gsa_html_9314974751 gsa_html_9314974751:664:60864:60876 Pethei Great Slave Lake +0.4695 aapg_ae_204.html aapg_ae_204.html:367:32248:32254 Denver Ontario, California +0.263652 aapg_ad_760.html aapg_ad_760.html:169:18882:18900 Modelo Royal Botanic Gardens, Kew +0.256486 cspg_html_3501550466 cspg_html_3501550466:694:94449:94482 Grosmont Canada +0.93575 cspg_html_1841843683 cspg_html_1841843683:109:19620:19628 Sundance Cheyenne, Wyoming +0.465468 gsa_html_8938402362 gsa_html_8938402362:435:41992:42007 Rapid California +0.261112 aapg_ae_643.html aapg_ae_643.html:399:48768:48780 Huntersville Onondaga (tribe) +0.26361 gsa_html_2832151886 gsa_html_2832151886:641:56253:56271 Dunvegan Western Canadian Sedimentary Basin +0.267264 gsa_html_3012952404 gsa_html_3012952404:922:73110:73114 Hall Vancouver +0.811176 aapg_ac_881.html aapg_ac_881.html:657:77790:77804 Winnipeg Winnipeg +0.494025 aapg_ae_161.html aapg_ae_161.html:41:6121:6128 Bearpaw Colorado +0.269878 aapg_ae_461.html aapg_ae_461.html:67:10077:10097 Smackover Bellevue, Nebraska +0.499988 palaios_html_9973267562 palaios_html_9973267562:83:13013:13031 Fairview Maysville, Kentucky +0.467125 aapg_ac_253.html aapg_ac_253.html:67:9943:9951 Sallisaw Frisco, Texas +0.289083 aapg_af_697.html aapg_af_697.html:62:7148:7180 Prairie Lenawee County, Michigan +0.24444 aapg_aa_644.html aapg_aa_644.html:441:40223:40238 Smoot Star Valley +0.480255 gsa_html_3648258377 gsa_html_3648258377:175:15280:15287 Potomac Bass River Township, New Jersey +0.26162 aapg_ak_77.html aapg_ak_77.html:721:79838:79843 Logan Mexico +0.256542 cspg_html_6306091047 cspg_html_6306091047:259:36845:36853 Columbia Victoria, British Columbia +0.482112 aapg_af_449.html aapg_af_449.html:148:18462:18468 Chinle Colorado +0.291564 aapg_ac_730.html aapg_ac_730.html:67:9874:9890 Dakota Show Low, Arizona +0.472 gsa_html_3069013284 gsa_html_3069013284:690:68481:68487 Denver Colorado +0.254881 cspg_html_7281679890 cspg_html_7281679890:281:46629:46647 Mackenzie Snake River Canyon (Idaho) +0.250228 aapg_ad_636.html aapg_ad_636.html:498:57528:57542 Frio Gulf Coast of the United States +0.493056 gsa_html_6837513060 gsa_html_6837513060:807:62854:62864 Washington Seattle +0.264554 aapg_ae_720.html aapg_ae_720.html:682:77010:77030 Phosphoria California +0.379984 aapg_ae_181.html aapg_ae_181.html:232:35501:35520 Owl Creek Mississippi River +0.257556 aapg_ae_753.html aapg_ae_753.html:110:12757:12764 Bedford Ohio +0.272994 aapg_ad_338.html aapg_ad_338.html:225:24345:24362 Magothy Raritan River +0.2575 palaios_html_5958626598 palaios_html_5958626598:478:42360:42376 Bisher Ohio +0.257544 aapg_ae_467.html aapg_ae_467.html:263:19430:19439 Squaw Bay Alpena County, Michigan +0.443166 aapg_ad_564.html aapg_ad_564.html:1628:148778:148802 Mirador Colombia +0.267093 cspg_html_7201476813 cspg_html_7201476813:266:32350:32375 Mission Canyon Manitoba +0.722427 aapg_ah_779.html aapg_ah_779.html:333:62200:62211 Moose River Ontario, California +0.469665 gsa_html_1124652135 gsa_html_1124652135:551:52875:52884 Knoxville The Carolinas +0.474447 aapg_ae_24.html aapg_ae_24.html:100:9652:9664 Rhode Island Block Island +0.472248 cspg_html_5484260516 cspg_html_5484260516:240:26810:26818 Columbia Victoria, British Columbia +0.465948 aapg_ai_572.html aapg_ai_572.html:165:19004:19011 Vamoosa Seminole, Texas +0.24947 geology_html_1392793466 geology_html_1392793466:162:16569:16578 Gibraltar Pyrenees +0.478969 aapg_ae_873.html aapg_ae_873.html:705:82894:82908 Fredericksburg Paluxy, Texas +0.504434 jgeology_html_6186634367 jgeology_html_6186634367:576:47597:47622 Supai Grand Canyon +0.47336 aapg_ac_697.html aapg_ac_697.html:51:4772:4788 Lakota Black Hills +0.494019 gsa_html_9730672044 gsa_html_9730672044:63:5022:5050 Green River Colorado +0.250425 cspg_html_3068776384 cspg_html_3068776384:487:56614:56622 Columbia Victoria, British Columbia +0.82717 cspg_html_7323688702 cspg_html_7323688702:75:10441:10459 Cardium Western Canadian Sedimentary Basin +0.482377 aapg_ad_466.html aapg_ad_466.html:761:83140:83150 Sykesville Monmouth +0.292537 aapg_ac_726.html aapg_ac_726.html:174:20741:20761 Phosphoria Powder River Basin +0.256905 aapg_ai_28.html aapg_ai_28.html:793:75304:75313 Red River Texas +0.70638 aapg_ae_341.html aapg_ae_341.html:8:1122:1142 Smackover Cotton Valley, Louisiana +0.252434 cspg_html_8662646956 cspg_html_8662646956:131:21218:21241 Watt Mountain Middle East +0.254904 gsa_html_1451487636 gsa_html_1451487636:628:53407:53411 Kano Long Island +0.470439 gsa_html_6861599329 gsa_html_6861599329:1077:90791:90799 San Jose North Cascades National Park +0.485077 jgeology_html_5471448181 jgeology_html_5471448181:368:28727:28760 Maroon Colorado +0.24745 geology_html_7526114759 geology_html_7526114759:202:16354:16364 Washington Victoria, British Columbia +0.337946 aapg_ae_885.html aapg_ae_885.html:228:22627:22633 Kaibab Mesa, Arizona +0.49851 gsa_html_4085762401 gsa_html_4085762401:176:17905:17934 Castle Hayne North Carolina +0.504482 gsa_html_5844144465 gsa_html_5844144465:31:2763:2791 Green River Colorado +0.460242 aapg_ah_621.html aapg_ah_621.html:243:31432:31437 Bluff Texas +0.27195 aapg_ad_37.html aapg_ad_37.html:125:13859:13867 Woodbine Glendale, Arizona +0.481371 cspg_html_9941518291 cspg_html_9941518291:36:5932:5974 Barlow Inlet Little Cornwallis Island +0.258542 geology_html_1885095801 geology_html_1885095801:237:22089:22093 Bell West Antarctic Ice Sheet +0.283015 aapg_ah_871.html aapg_ah_871.html:751:72894:72914 Phosphoria Cheyenne, Wyoming +0.27195 gsa_html_3484366946 gsa_html_3484366946:1340:119750:119773 Kuparuk Northwest Arctic Borough, Alaska +0.494208 aapg_ae_182.html aapg_ae_182.html:373:39459:39478 Smackover Bellevue, Nebraska +0.51939 gsa_html_4408649953 gsa_html_4408649953:909:79501:79509 Columbia Charleston, South Carolina +0.38352 geology_html_7129477281 geology_html_7129477281:31:3036:3048 Pierre Nebraska +0.258066 aapg_ad_960.html aapg_ad_960.html:14:1474:1482 Monterey Salinas, California +0.367416 aapg_ai_98.html aapg_ai_98.html:36:5216:5236 Tuscaloosa Talbotton, Georgia +0.260478 sedimentology_html_7856249196 sedimentology_html_7856249196:340:35863:35870 Spencer Netherlands +0.49344 geology_html_5323396367 geology_html_5323396367:33:3603:3621 John Day Washington (state) +0.429936 aapg_ad_466.html aapg_ad_466.html:965:104431:104439 Navesink Chesapeake Bay +0.495704 cspg_html_1188455526 cspg_html_1188455526:142:21922:21938 Bjorne Melville Island (Canada) +0.470824 cspg_html_5810500722 cspg_html_5810500722:76:10770:10778 Columbia Victoria, British Columbia +0.48672 AMJC_html_3664856625 AMJC_html_3664856625:12:719:727 Colorado Denver +0.495846 aapg_ad_812.html aapg_ad_812.html:84:11979:11986 Todilto Summerville, South Carolina +0.480662 gsa_html_2832151886 gsa_html_2832151886:43:3681:3705 Colorado Regina, Saskatchewan +0.477904 aapg_ak_24.html aapg_ak_24.html:3:455:484 Baird California +0.27162 cspg_html_7201476813 cspg_html_7201476813:324:40572:40608 Red River Williston Basin +0.251472 aapg_ae_886.html aapg_ae_886.html:526:56926:56934 Colorado Logan, Utah +0.257526 aapg_af_775.html aapg_af_775.html:344:23856:23864 Oakville Shreveport, Louisiana +0.465392 aapg_ae_498.html aapg_ae_498.html:497:52354:52362 Virginia Virginia +0.24156 gsa_html_7173708345 gsa_html_7173708345:767:60422:60443 Forest Fairbanks, Alaska +0.245727 aapg_ai_489.html aapg_ai_489.html:352:39130:39143 Parry Islands Bathurst Island (Northern Territory) +0.467016 gsa_html_4474278414 gsa_html_4474278414:1080:86777:86793 Kodiak Kodiak Island +0.502516 aapg_ah_876.html aapg_ah_876.html:159:19921:19936 Sligo Llano, Texas +0.483917 aapg_af_271.html aapg_af_271.html:14:1947:1957 Las Cruces Albuquerque, New Mexico +0.507454 gsa_html_2005293978 gsa_html_2005293978:59:5950:5967 Cardium Mexico +0.24354 aapg_ae_267.html aapg_ae_267.html:125:11386:11404 Onondaga Westmoreland County, Pennsylvania +0.491582 aapg_ac_59.html aapg_ac_59.html:356:43305:43314 San Diego California +0.492264 aapg_ae_974.html aapg_ae_974.html:11:1421:1426 Yegua Texas +0.504088 aapg_ah_391.html aapg_ah_391.html:551:37727:37757 Sierra California +0.493084 cspg_html_9771826320 cspg_html_9771826320:1157:144679:144698 Beaufort Ellesmere Island +0.256162 aapg_ah_157.html aapg_ah_157.html:291:41859:41883 Knobs Pocono Raceway +0.277202 aapg_ai_584.html aapg_ai_584.html:741:78065:78082 Topeka Shawnee, Oklahoma +0.275504 aapg_ah_536.html aapg_ah_536.html:187:24831:24838 Hosston County Sligo +0.48984 gsa_html_6847282211 gsa_html_6847282211:29:2796:2824 Green River Iran +0.49452 aapg_aa_288.html aapg_aa_288.html:75:9064:9075 Mowry Aspen, Colorado +0.484352 cspg_html_7086880709 cspg_html_7086880709:695:83036:83041 Queen Ottawa, Kansas +0.239554 AMJC_html_5755352984 AMJC_html_5755352984:52:8535:8546 Black Creek Black Creek (Toronto) +0.24647 gsa_html_4216613284 gsa_html_4216613284:365:44818:44824 Denver Colorado +0.245214 cspg_html_8054926782 cspg_html_8054926782:151:22326:22342 Hector Lake Louise, Alberta +0.455816 cspg_html_3473883402 cspg_html_3473883402:616:77074:77104 Nisku Central Alberta +0.268299 aapg_ah_93.html aapg_ah_93.html:188:25184:25201 Maywood Logan, Utah +0.25957 aapg_ae_364.html aapg_ae_364.html:278:26312:26318 Salina Peru, Indiana +0.24582 geology_html_7543280232 geology_html_7543280232:13:638:648 Pittsburgh Pennsylvania +0.46812 AMJC_html_6642101495 AMJC_html_6642101495:1229:125017:125023 Moscow Russia +0.244518 geology_html_6536193862 geology_html_6536193862:233:19414:19422 Michigan West Village Historic District (Detroit, Michigan) +0.258542 aapg_ah_73.html aapg_ah_73.html:154:17922:17931 La Casita Mexico +0.472602 aapg_ac_333.html aapg_ac_333.html:1025:123584:123590 Kaibab Logan, Utah +0.26624 cspg_html_6611173979 cspg_html_6611173979:496:41540:41553 Wabamun Lacombe, Alberta +0.25041 cspg_html_2419618566 cspg_html_2419618566:826:99424:99439 Melville Island Canadian Arctic Archipelago +0.25493 aapg_ae_454.html aapg_ae_454.html:515:46357:46375 Cotton Valley Shreveport, Louisiana +0.255987 geology_html_9479757031 geology_html_9479757031:243:24850:24860 Washington Boise, Idaho +0.26052 aapg_ae_904.html aapg_ae_904.html:484:51037:51042 Mt Lytton Judith River Formation +0.477402 aapg_aa_484.html aapg_aa_484.html:312:29296:29302 Tesnus Western world +0.478406 aapg_ah_631.html aapg_ah_631.html:112:14546:14558 Grand Detour Wisconsin +0.356238 gsa_html_9487992082 gsa_html_9487992082:187:22702:22714 Chinle Logan, Utah +0.478412 aapg_ac_730.html aapg_ac_730.html:217:30683:30699 Dakota Mancos, Colorado +0.259032 aapg_ac_392.html aapg_ac_392.html:114:10958:10971 Spring Garden Jefferson County, Colorado +0.460672 aapg_aa_95.html aapg_aa_95.html:171:16372:16378 Denver Denver +0.449798 aapg_ad_836.html aapg_ad_836.html:207:18113:18122 Kimmswick Iowa +0.26061 aapg_aa_426.html aapg_aa_426.html:122:27806:27851 Cotton Valley El Salvador +0.264075 aapg_ai_256.html aapg_ai_256.html:173:18408:18429 Black River Ohio +0.26565 aapg_ae_999.html aapg_ae_999.html:498:65941:65960 Catahoula Abbeville, Louisiana +0.267776 aapg_ai_364.html aapg_ai_364.html:77:9614:9619 Atoka Pottsville, Pennsylvania +0.25351 gsa_html_4930932370 gsa_html_4930932370:1169:125776:125784 Michigan Dead River (Kennebec River) +0.24156 cspg_html_8859981911 cspg_html_8859981911:6:314:322 Woodbend Lacombe, Alberta +0.255972 sedimentology_html_6855199507 sedimentology_html_6855199507:524:42122:42128 Jordan Kingdom of Great Britain +0.483328 sedimentology_html_7885928494 sedimentology_html_7885928494:328:33855:33859 Hall London, Ontario +0.254978 aapg_ai_17.html aapg_ai_17.html:343:26809:26818 Red River Arkansas +0.25647 cspg_html_4382149016 cspg_html_4382149016:448:57783:57791 Kirkwood Canada +0.239568 cspg_html_2834693711 cspg_html_2834693711:567:79550:79569 Chuckanut England +0.24384 aapg_ac_222.html aapg_ac_222.html:81:13144:13158 Rico Middle East +0.256536 gsa_html_1197940982 gsa_html_1197940982:15:811:824 Santa Barbara California +0.253952 palaios_html_1803946422 palaios_html_1803946422:21:1166:1175 Frenchman Hell Creek Formation +0.25823 cspg_html_7988775280 cspg_html_7988775280:132:21327:21346 Peace River Lacombe, Alberta +0.44745 gsa_html_2675218998 gsa_html_2675218998:159:17866:17874 Colorado Mesa, Arizona +0.261085 cspg_html_1450196396 cspg_html_1450196396:11:970:978 Kootenai Swan River, Manitoba +0.45738 aapg_ac_419.html aapg_ac_419.html:926:103383:103400 Haymond Texas +0.485884 geology_html_3600154554 geology_html_3600154554:241:19356:19362 Ludlow London, Ontario +0.477191 aapg_ae_777.html aapg_ae_777.html:614:69500:69517 Tererro Sangre de Cristo Range +0.488376 aapg_af_192.html aapg_af_192.html:114:12486:12504 Columbia Texas +0.47595 geology_html_8297416582 geology_html_8297416582:309:23925:23960 Navajo Logan, Utah +0.255025 geology_html_9848373846 geology_html_9848373846:12:519:527 Virginia Martinsville, Indiana +0.483525 aapg_ae_187.html aapg_ae_187.html:153:16156:16164 Traverse Illinois +0.501278 AMJC_html_4692260170 AMJC_html_4692260170:1336:124567:124587 Prospect Bennington, Vermont +0.50274 aapg_ad_55.html aapg_ad_55.html:17:1913:1935 Kimmswick Decorah, Iowa +0.264171 gsa_html_9439813057 gsa_html_9439813057:14:950:959 San Diego California +0.454371 aapg_ac_824.html aapg_ac_824.html:177:15934:15951 Chaffee Colorado +0.4977 aapg_ac_766.html aapg_ac_766.html:635:79332:79345 Abo West, Texas +0.495616 aapg_af_497.html aapg_af_497.html:692:67630:67634 Ross Stroudsburg, Pennsylvania +0.475252 palaios_html_8713445937 palaios_html_8713445937:942:86498:86502 Ross Pennsylvania +0.26265 aapg_ai_224.html aapg_ai_224.html:143:18234:18242 Michigan Williamsburg, Virginia +0.260925 cspg_html_1053895111 cspg_html_1053895111:199:26562:26579 Cardium Canada +0.519792 aapg_af_785.html aapg_af_785.html:63:6670:6686 Wilcox Texas +0.474768 cspg_html_2184091860 cspg_html_2184091860:573:54532:54549 Vaureal Canada +0.485305 aapg_aa_351.html aapg_aa_351.html:189:21203:21208 Viola Tahlequah, Oklahoma +0.497721 gsa_html_2393728811 gsa_html_2393728811:65:5548:5576 Green River Colorado +0.489658 gsa_html_9233283294 gsa_html_9233283294:592:61003:61013 Whitehorse Canada +0.489684 gsa_html_5879695606 gsa_html_5879695606:198:13498:13506 Santiago Chile +0.2782 sedimentology_html_4278388483 sedimentology_html_4278388483:1087:66160:66169 Red River Atchafalaya Basin Bridge +0.492926 palaios_html_1027055785 palaios_html_1027055785:96:8375:8385 Tradewater Illinois +0.48128 gsa_html_7153425423 gsa_html_7153425423:106:10273:10282 Talkeetna Cook Inlet +0.264027 aapg_ac_400.html aapg_ac_400.html:259:30535:30545 Washington Virginia +0.262944 aapg_ae_789.html aapg_ae_789.html:288:33115:33120 Banff Mount Assiniboine Provincial Park +0.423108 cspg_html_9958679425 cspg_html_9958679425:43:5323:5365 Cooking Lake Lacombe, Alberta +0.251082 geology_html_6752696169 geology_html_6752696169:242:21308:21316 Colorado Lodore Falls +0.259045 aapg_ad_329.html aapg_ad_329.html:166:23824:23847 Harrell Western world +0.26361 aapg_ae_73.html aapg_ae_73.html:512:68782:68789 Vermejo Fruitland, Idaho +0.503919 aapg_ac_924.html aapg_ac_924.html:306:32047:32063 Amsden Cheyenne, Wyoming +0.24837 aapg_aa_245.html aapg_aa_245.html:13:1353:1361 Michigan Wisconsin +0.268686 aapg_af_16.html aapg_af_16.html:254:26961:26979 Frontier Cheyenne, Wyoming +0.26076 cspg_html_7340411855 cspg_html_7340411855:105:14359:14376 Cardium Lacombe, Alberta +0.26462 cspg_html_8250755331 cspg_html_8250755331:691:71825:71844 Kaskapau Lacombe, Alberta +0.26367 cspg_html_4143222666 cspg_html_4143222666:766:68141:68151 Milk River Hatton, London +0.273546 aapg_ae_147.html aapg_ae_147.html:173:19597:19608 Modelo South Mountains (Arizona) +0.235654 aapg_af_266.html aapg_af_266.html:331:35018:35026 Woodford California +0.476731 gsa_html_8881958017 gsa_html_8881958017:59:6679:6687 Columbia Victoria, British Columbia +0.481962 geology_html_6434160498 geology_html_6434160498:47:3905:3911 Brazil South America +0.484185 aapg_ak_28.html aapg_ak_28.html:70:7968:8000 Chainman Great Basin +0.473456 aapg_ac_563.html aapg_ac_563.html:606:87599:87608 Smackover Texas +0.522976 aapg_ad_466.html aapg_ad_466.html:304:38031:38041 Tuscaloosa North Carolina +0.255972 aapg_aa_918.html aapg_aa_918.html:466:47182:47202 Wellington Rice County, Kansas +0.236082 aapg_ad_983.html aapg_ad_983.html:198:17949:17968 Tuscarora Huntington, West Virginia +0.27108 aapg_aa_703.html aapg_aa_703.html:316:27417:27441 Schrader Bluff Colville River (Washington) +0.254989 aapg_ae_755.html aapg_ae_755.html:193:22210:22230 Bear Bluff The Carolinas +0.265161 cspg_html_3409371621 cspg_html_3409371621:38:6338:6346 Columbia Victoria, British Columbia +0.45738 palaios_html_4248881045 palaios_html_4248881045:50:6333:6349 Toreva Apache County, Arizona +0.481362 aapg_ae_1.html aapg_ae_1.html:84:11009:11027 Woodbine East Texas +0.270908 aapg_ai_504.html aapg_ai_504.html:135:13708:13722 Mission Canyon Williston, Vermont +0.455046 aapg_ai_688.html aapg_ai_688.html:477:50001:50038 Williamsport Huntington, West Virginia +0.47523 aapg_aa_625.html aapg_aa_625.html:48:4826:4835 Smackover Shreveport, Louisiana +0.241017 aapg_af_128.html aapg_af_128.html:91:9102:9120 Fairbank Hartville, Missouri +0.476844 aapg_ac_380.html aapg_ac_380.html:459:54605:54640 Onondaga Huntington, West Virginia +0.268275 aapg_ac_719.html aapg_ac_719.html:86:8896:8913 Vermejo New Mexico +0.257554 cspg_html_4242149791 cspg_html_4242149791:276:40970:41009 Leduc Canada +0.270864 aapg_ad_280.html aapg_ad_280.html:70:9180:9197 Buckner East Texas +0.26368 geology_html_8779237739 geology_html_8779237739:11:399:407 Colorado Colorado +0.456666 aapg_aa_696.html aapg_aa_696.html:621:71080:71088 Colorado Colorado +0.262135 gsa_html_4461768215 gsa_html_4461768215:319:29190:29218 Roundtop Diamond Springs, California +0.47369 aapg_af_191.html aapg_af_191.html:528:53084:53092 Big Hill Matagorda County, Texas +0.2575 geology_html_1020302587 geology_html_1020302587:290:18292:18296 Reno Reno, Nevada +0.424875 aapg_af_575.html aapg_af_575.html:308:41396:41413 Plattin Decorah, Iowa +0.501072 aapg_ai_157.html aapg_ai_157.html:218:23594:23600 Guelph Salina, Kansas +0.507528 aapg_ah_157.html aapg_ah_157.html:176:24503:24513 Eau Claire Illinois +0.23232 gsa_html_2220556952 gsa_html_2220556952:9:313:332 Pansy Lee Conglomerate Reno, Nevada +0.47094 aapg_af_178.html aapg_af_178.html:208:19894:19909 Tejon Coalinga, California +0.300237 aapg_ai_38.html aapg_ai_38.html:54:5681:5700 Greenhorn Benton, Arkansas +0.539217 aapg_ah_198.html aapg_ah_198.html:564:74572:74590 Monterey California +0.2496 palaios_html_2621173808 palaios_html_2621173808:324:35950:35966 Sulphur Mountain Western Canadian Sedimentary Basin +0.476175 sedimentology_html_3358647812 sedimentology_html_3358647812:916:78415:78436 Cliff House New Mexico +0.50246 geology_html_8641309401 geology_html_8641309401:20:1151:1161 Washington Washington (state) +0.255524 geology_html_1712936935 geology_html_1712936935:14:699:705 Oregon Salem, Oregon +0.498 AMJC_html_1873062106 AMJC_html_1873062106:924:100768:100782 Cedar Mountain Logan, Utah +0.450156 aapg_ac_719.html aapg_ac_719.html:113:11872:11880 Colorado Weston, Florida +0.23562 aapg_ai_584.html aapg_ai_584.html:828:87887:87903 Casper Hartville, Missouri +0.501468 gsa_html_2557883791 gsa_html_2557883791:596:50857:50869 Rio San Juan Dominican Republic +0.528915 aapg_aa_306.html aapg_aa_306.html:74:8564:8582 Crescent Elwha River +0.451242 gsa_html_9321084784 gsa_html_9321084784:719:43145:43175 Allochthon Corfu (city) +0.3723 aapg_ai_444.html aapg_ai_444.html:208:19057:19069 Fayetteville Arkansas +0.2678 gsa_html_4234009219 gsa_html_4234009219:477:43128:43139 Mowry Cheyenne, Wyoming +0.261632 aapg_ad_940.html aapg_ad_940.html:38:4456:4475 Newcastle Powder River (Montana) +0.47709 aapg_ac_237.html aapg_ac_237.html:624:53494:53512 El Paso Garden City, New York +0.47941 aapg_ad_440.html aapg_ad_440.html:807:80939:80949 Greenbrier Pocono Raceway +0.28458 aapg_ad_466.html aapg_ad_466.html:330:40586:40593 Raritan Sandhills (Carolina) +0.47124 aapg_ah_372.html aapg_ah_372.html:218:20124:20145 Wills Point Rockdale, Texas +0.249458 gsa_html_9152662653 gsa_html_9152662653:1036:92411:92419 Virginia Maryland +0.4765 cspg_html_4495377323 cspg_html_4495377323:207:25381:25389 Columbia Lacombe, Alberta +0.496837 aapg_ad_734.html aapg_ad_734.html:171:18104:18112 Colorado Lacombe, Alberta +0.488735 palaios_html_5170998264 palaios_html_5170998264:438:55166:55175 San Diego San Diego County, California +0.260036 cspg_html_7409170811 cspg_html_7409170811:184:25670:25676 Exshaw Boise, Idaho +0.487424 gsa_html_2023933346 gsa_html_2023933346:1311:120709:120737 Green River New Mexico +0.26986 gsa_html_8332762949 gsa_html_8332762949:11:512:522 Fort Worth Texas +0.257048 aapg_ae_471.html aapg_ae_471.html:221:21721:21734 Cotton Valley Arkadelphia, Arkansas +0.266247 aapg_ai_957.html aapg_ai_957.html:355:38095:38103 Beaumont Wisconsin +0.827604 aapg_ai_51.html aapg_ai_51.html:9:1775:1784 Nanafalia Chattahoochee River National Recreation Area +0.47736 cspg_html_7988775280 cspg_html_7988775280:10:1194:1213 Athabasca Lacombe, Alberta +0.484 sedimentology_html_1253431842 sedimentology_html_1253431842:185:11897:11903 Oregon The Woodlands, Texas +0.502911 aapg_ai_545.html aapg_ai_545.html:31:3212:3222 Washington Lorain, Ohio +0.25856 cspg_html_3634181348 cspg_html_3634181348:105:12868:12883 Laval Quebec City +0.833426 aapg_ae_473.html aapg_ae_473.html:532:51165:51175 Pascagoula Mississippi River +0.24939 cspg_html_3796928998 cspg_html_3796928998:53:7616:7625 Athabasca Lake Athabasca +0.461646 aapg_ae_324.html aapg_ae_324.html:959:96052:96060 Virginia The Narrows +0.239268 cspg_html_7402164801 cspg_html_7402164801:49:5382:5403 Belly River Lacombe, Alberta +0.26677 geology_html_7477160500 geology_html_7477160500:12:562:570 Montreal Quebec City +0.47785 sedimentology_html_2806065367 sedimentology_html_2806065367:38:3548:3558 Rio Grande Corralitos, California +0.47773 aapg_ac_807.html aapg_ac_807.html:239:23862:23880 Beacon Hill Gravel Monmouth +0.242028 palaios_html_3406135825 palaios_html_3406135825:285:28135:28150 Elk Wisconsin +0.261476 cspg_html_7434089303 cspg_html_7434089303:209:26227:26251 Eleanor River Middle Ordovician +0.488735 sedimentology_html_2010995560 sedimentology_html_2010995560:1881:110677:110706 Dunvegan Canada +0.255 sedimentology_html_6577177005 sedimentology_html_6577177005:661:50692:50696 Hall London, Ontario +0.475168 gsa_html_1040524378 gsa_html_1040524378:452:54498:54505 Challis Cordillera Administrative Region +0.496422 cspg_html_7474795689 cspg_html_7474795689:5:211:228 Halfway Lacombe, Alberta +0.234156 palaios_html_3105248303 palaios_html_3105248303:265:27148:27157 Frankfort Fulton, Missouri +0.248601 aapg_ah_814.html aapg_ah_814.html:148:12580:12588 Caldwell Shreveport, Louisiana +0.500944 aapg_ac_646.html aapg_ac_646.html:83:7786:7801 Springhill Tierra del Fuego Province (Argentina) +0.720252 aapg_af_561.html aapg_af_561.html:458:43682:43689 Wasatch Wasatch Range +0.49329 aapg_ac_808.html aapg_ac_808.html:135:16747:16767 San Andres Shreveport, Louisiana +0.247968 gsa_html_8050796926 gsa_html_8050796926:686:48054:48064 Washington Reno, Nevada +0.43953 cspg_html_4659384530 cspg_html_4659384530:119:14413:14423 Swan Hills Swan Hill, Victoria +0.245 aapg_ad_792.html aapg_ad_792.html:9:1037:1043 Sharon Cambridge, Massachusetts +0.2508 cspg_html_9018334227 cspg_html_9018334227:8:515:523 Columbia Victoria, British Columbia +0.271425 aapg_ae_461.html aapg_ae_461.html:116:16889:16913 Smackover Haynesville, Louisiana +0.264075 cspg_html_9435196958 cspg_html_9435196958:843:35544:35552 Columbia Victoria, British Columbia +0.264698 cspg_html_6839937815 cspg_html_6839937815:287:40907:40913 Toroweap Logan, Utah +0.48323 aapg_ae_981.html aapg_ae_981.html:83:6230:6247 Brownsport Bainbridge, Georgia +0.484227 palaios_html_7427135834 palaios_html_7427135834:65:7032:7041 Peninsula Kamchatka Peninsula +0.256968 cspg_html_2929384614 cspg_html_2929384614:505:56109:56132 Mowry Western Canadian Sedimentary Basin +0.4512 cspg_html_8267847427 cspg_html_8267847427:488:57653:57671 Pakowki Milk River, Alberta +0.775224 aapg_ac_79.html aapg_ac_79.html:24:3301:3308 Clinton Ohio +0.262143 cspg_html_4287356899 cspg_html_4287356899:208:30531:30546 Cathedral Mount Burgess +0.272734 aapg_ah_516.html aapg_ah_516.html:314:21528:21542 San Pedro Royal Botanic Gardens, Kew +0.494284 aapg_ai_958.html aapg_ai_958.html:74:7254:7262 Oakville Navasota Independent School District +0.22116 sedimentology_html_1357220663 sedimentology_html_1357220663:751:49386:49412 Cutler Colorado +0.251502 aapg_ad_178.html aapg_ad_178.html:7:719:726 Telford Belcourt, North Dakota +0.252945 cspg_html_4666332434 cspg_html_4666332434:64:10447:10455 Foremost Judith River Formation +0.510663 aapg_aa_381.html aapg_aa_381.html:43:6030:6037 Temblor Monterey, California +0.516 aapg_ah_973.html aapg_ah_973.html:170:12472:12481 Demopolis Selma to Montgomery marches +0.291868 aapg_af_470.html aapg_af_470.html:13:2130:2154 Mission Canyon Lisbon +0.255458 cspg_html_5820147834 cspg_html_5820147834:21:2674:2690 Bjorne Melville Island (Canada) +0.26928 geology_html_3510163360 geology_html_3510163360:283:24642:24657 Wepawaug Schist Hartford, Connecticut +0.480038 aapg_aa_295.html aapg_aa_295.html:3:197:217 Waynesburg Huntington, West Virginia +0.49248 cspg_html_7086880709 cspg_html_7086880709:188:21892:21900 Headless Mackenzie River +0.248003 gsa_html_1904554207 gsa_html_1904554207:334:36661:36672 Stony Creek Stony Creek, New York +0.478435 cspg_html_2799817929 cspg_html_2799817929:372:41044:41077 Halfway Lacombe, Alberta +0.477792 gsa_html_5865982995 gsa_html_5865982995:988:107733:107751 Wiggins Eaton, Ohio +0.48195 gsa_html_2541258832 gsa_html_2541258832:1094:79203:79231 Green River Colorado +0.487368 cspg_html_5697056884 cspg_html_5697056884:60:6688:6711 Saskatchewan Regina, Saskatchewan +0.246609 sedimentology_html_3948129797 sedimentology_html_3948129797:2265:131448:131464 Viking Lacombe, Alberta +0.252504 cspg_html_8558580101 cspg_html_8558580101:23:3453:3479 Sulphur Mountain Lacombe, Alberta +0.251446 aapg_aa_22.html aapg_aa_22.html:30:4336:4352 Cutter New Mexico +0.256512 aapg_ai_962.html aapg_ai_962.html:365:27919:27947 San Andres Mountain Park (Holyoke, Massachusetts) +0.249951 aapg_ac_338.html aapg_ac_338.html:132:14858:14877 Mesaverde Cheyenne, Wyoming +0.260568 gsa_html_4695276845 gsa_html_4695276845:756:76751:76757 Pioche Reno, Nevada +0.265144 aapg_ae_31.html aapg_ae_31.html:168:19539:19557 Fayetteville Arkansas +0.474472 gsa_html_8645043536 gsa_html_8645043536:13:704:713 Rochester Earth +0.2646 aapg_ad_221.html aapg_ad_221.html:247:21676:21684 Colorado Denver +0.49875 aapg_ae_998.html aapg_ae_998.html:93:11899:11920 Basal Evanston, Wyoming +0.264147 cspg_html_2973952956 cspg_html_2973952956:371:34189:34214 Toad Lacombe, Alberta +0.268 sedimentology_html_1440665452 sedimentology_html_1440665452:27:1743:1753 Copenhagen Denmark +0.2626 geology_html_7297773897 geology_html_7297773897:276:27417:27421 Java Earth +0.266662 cspg_html_8477386212 cspg_html_8477386212:130:13854:13871 Exshaw Lacombe, Alberta +0.457314 sedimentology_html_3455721661 sedimentology_html_3455721661:36:2693:2726 Entrada New Mexico +0.48896 aapg_ac_361.html aapg_ac_361.html:549:58593:58598 Eagle Gualala, California +0.259584 sedimentology_html_4432289902 sedimentology_html_4432289902:432:36008:36028 Englishtown Sea Girt, New Jersey +0.481005 aapg_af_91.html aapg_af_91.html:361:41843:41850 Oquirrh Logan, Utah +0.500906 gsa_html_3318609085 gsa_html_3318609085:838:80593:80621 Green River Colorado +0.259844 aapg_ae_718.html aapg_ae_718.html:94:9710:9743 Curtis Worthington, Minnesota +0.498597 aapg_af_392.html aapg_af_392.html:32:3921:3939 Frontier Logan, Utah +0.274092 aapg_aa_995.html aapg_aa_995.html:245:18915:18921 Dakota Carbon County, Wyoming +0.252865 cspg_html_3447886929 cspg_html_3447886929:83:10184:10205 Lawrence Quebec City +0.251923 gsa_html_5107598462 gsa_html_5107598462:474:43094:43100 Salina Salina, Kansas +0.488545 palaios_html_3140337808 palaios_html_3140337808:416:40770:40803 Florissant Colorado +0.494334 cspg_html_6812080835 cspg_html_6812080835:6:341:358 Bearpaw Lacombe, Alberta +0.487104 jgeology_html_6672772311 jgeology_html_6672772311:900:71201:71208 Francis London, Ontario +0.667856 cspg_html_3385840278 cspg_html_3385840278:86:13054:13076 Slave Point Hay River (Canada) +0.738584 jgeology_html_9737271632 jgeology_html_9737271632:774:59904:59913 New River Virginia +0.805662 aapg_ai_569.html aapg_ai_569.html:441:45356:45372 Dakota New Mexico +0.257484 aapg_ac_222.html aapg_ac_222.html:197:27564:27578 Rico Middle East +0.48384 cspg_html_2013109828 cspg_html_2013109828:154:27230:27235 Moyie Purcell Mountains +0.480868 cspg_html_7777724998 cspg_html_7777724998:185:27796:27827 Mist Mountain Bellevue, Nebraska +0.266 aapg_af_745.html aapg_af_745.html:682:89099:89112 Turner Valley Lacombe, Alberta +0.465588 geology_html_3834690938 geology_html_3834690938:25:1543:1549 Denver Colorado +0.24947 aapg_ae_439.html aapg_ae_439.html:123:16035:16045 Washington Salem, Oregon +0.491526 geology_html_2132529104 geology_html_2132529104:197:21562:21572 Santa Cruz California +0.476088 aapg_aa_731.html aapg_aa_731.html:285:37539:37548 Lime Hill Marthaville, Louisiana +0.264578 palaios_html_1574666570 palaios_html_1574666570:59:5600:5612 Arkona Ontario, California +0.48573 aapg_ae_454.html aapg_ae_454.html:561:51093:51102 Shongaloo Texas +0.511884 aapg_ac_575.html aapg_ac_575.html:594:89513:89523 Phosphoria Boise, Idaho +0.260096 aapg_ac_995.html aapg_ac_995.html:186:16122:16147 Huizachal San Bartolo District +0.257556 aapg_ad_721.html aapg_ad_721.html:387:36621:36639 Carlsbad Guadalupe Mountains National Park +0.49087 palaios_html_4688171682 palaios_html_4688171682:582:66549:66580 Kope Netherlands +0.246356 aapg_ae_415.html aapg_ae_415.html:201:25477:25493 Forest Western world +0.492926 sedimentology_html_9702301408 sedimentology_html_9702301408:1227:88160:88166 Forbes Kiribati +0.260925 aapg_aa_148.html aapg_aa_148.html:57:8578:8590 Burro Canyon La Sal Mountains +0.471735 gsa_html_4120839285 gsa_html_4120839285:856:96609:96627 Maniobra Los Angeles +0.48925 aapg_ah_965.html aapg_ah_965.html:472:55661:55670 Catahoula Oakville, California +0.267033 aapg_af_575.html aapg_af_575.html:221:30581:30600 Eau Claire Butler County, Ohio +0.271041 aapg_ad_257.html aapg_ad_257.html:113:12182:12192 Tuscaloosa Mississippi River +0.26468 palaios_html_3064805809 palaios_html_3064805809:185:18008:18026 Coeymans Litchfield, Minnesota +0.256985 gsa_html_9865056817 gsa_html_9865056817:993:84269:84299 Elephant Canyon Logan, Utah +0.717826 cspg_html_8387792223 cspg_html_8387792223:1656:128020:128053 Pardonet Victoria, British Columbia +0.36207 aapg_ah_664.html aapg_ah_664.html:342:35049:35057 Imperial Willingdon +0.27772 aapg_ae_26.html aapg_ae_26.html:80:9553:9568 Kope Lexington, Kentucky +0.2685 aapg_ai_322.html aapg_ai_322.html:109:8837:8843 Sierra Juticalpa +0.480495 aapg_aa_77.html aapg_aa_77.html:76:7939:7961 Paint Creek Chester, Pennsylvania +0.266889 jgeology_html_6388378441 jgeology_html_6388378441:321:24678:24723 Berino Wisconsin +0.23808 geology_html_8884755462 geology_html_8884755462:16:875:881 Oregon Salem, Oregon +0.496485 aapg_af_579.html aapg_af_579.html:62:6875:6880 Ouray Ouray, Colorado +0.261105 aapg_af_291.html aapg_af_291.html:609:64367:64392 Lisburne Anchorage, Alaska +0.253506 sedimentology_html_7488726250 sedimentology_html_7488726250:1009:91560:91564 Hall London, Ontario +0.24696 aapg_ad_367.html aapg_ad_367.html:372:35835:35850 Wonah Victoria, British Columbia +0.242055 aapg_af_11.html aapg_af_11.html:587:60592:60601 Telluride Ouray, Colorado +0.267288 cspg_html_2094634763 cspg_html_2094634763:313:41448:41467 Athabasca Lacombe, Alberta +0.498597 cspg_html_9222238695 cspg_html_9222238695:353:46384:46392 Columbia Lacombe, Alberta +0.481632 cspg_html_9717154602 cspg_html_9717154602:139:18297:18304 Bearpaw Lacombe, Alberta +0.265698 cspg_html_4326384800 cspg_html_4326384800:1163:172465:172473 Columbia Lacombe, Alberta +0.251196 aapg_ac_380.html aapg_ac_380.html:422:49991:49999 Onondaga Onondaga (tribe) +0.480916 cspg_html_1732329534 cspg_html_1732329534:67:9656:9674 Paskapoo Red Deer, Alberta +0.234738 aapg_af_712.html aapg_af_712.html:56:5878:5884 Denver Colorado +0.516 aapg_ai_785.html aapg_ai_785.html:4:519:530 Beekmantown Ohio +0.48267 aapg_ah_875.html aapg_ah_875.html:1075:99395:99405 Fort Worth Trinidad and Tobago +0.253456 aapg_ae_663.html aapg_ae_663.html:591:54237:54250 Santa Barbara California +0.531375 aapg_aa_54.html aapg_aa_54.html:29:2966:2982 Chinle Kingdom of Redonda +0.483 aapg_ah_766.html aapg_ah_766.html:3:451:473 San Ricardo Guatemala +0.267064 gsa_html_9725118776 gsa_html_9725118776:567:50581:50590 San Pedro Mount Katmai +0.268243 aapg_ac_251.html aapg_ac_251.html:78:11389:11407 Morrison Logan, Utah +0.243486 aapg_aa_608.html aapg_aa_608.html:12:1925:1942 Corwin Anchorage, Alaska +0.256522 aapg_ac_719.html aapg_ac_719.html:16:2135:2145 Las Animas Wet Mountains +0.487272 aapg_ae_908.html aapg_ae_908.html:47:5010:5030 Dewey Lake Santa Rosa, California +0.259 cspg_html_3618628685 cspg_html_3618628685:443:50180:50190 Milk River Lacombe, Alberta +0.272384 aapg_ac_844.html aapg_ac_844.html:690:64553:64563 Washington Seattle +0.263682 aapg_aa_458.html aapg_aa_458.html:157:22803:22813 Washington Salem, Oregon +0.483759 aapg_ad_377.html aapg_ad_377.html:214:20334:20357 Hungry Valley San Gabriel Valley +0.473598 geology_html_6956387253 geology_html_6956387253:337:25420:25446 Athabasca Regina, Saskatchewan +0.493136 cspg_html_9924397126 cspg_html_9924397126:1695:171845:171862 Cardium Lacombe, Alberta +0.510291 aapg_ah_189.html aapg_ah_189.html:23:3220:3246 Prairie Michigan +0.497555 aapg_ae_959.html aapg_ae_959.html:299:23345:23351 Salado West Texas +0.499275 aapg_ac_240.html aapg_ac_240.html:44:5002:5018 Dakota Colorado +0.48024 cspg_html_9648675035 cspg_html_9648675035:615:54378:54401 Beaver Mines Lacombe, Alberta +0.506493 cspg_html_4937997995 cspg_html_4937997995:233:28095:28115 Boas River Southampton Island +0.50403 aapg_ah_165.html aapg_ah_165.html:552:57170:57181 Viking Lacombe, Alberta +0.448773 aapg_ak_104.html aapg_ak_104.html:71:10341:10359 Tensleep Cheyenne, Wyoming +0.29601 cspg_html_2760914701 cspg_html_2760914701:27:3130:3147 Dawson Bay Regina, Saskatchewan +0.276235 cspg_html_2139304729 cspg_html_2139304729:11:1600:1609 Hecla Bay Bathurst Island (Northern Territory) +0.272934 aapg_af_663.html aapg_af_663.html:842:79364:79384 Fort Scott Fort Scott National Historic Site +0.257808 aapg_ac_765.html aapg_ac_765.html:330:60735:60746 Chinle Chinle Formation +0.265056 aapg_ae_473.html aapg_ae_473.html:380:34625:34634 Kosciusko Winona, Mississippi +0.496244 gsa_html_3648258377 gsa_html_3648258377:466:45067:45088 Englishtown Bass River Township, New Jersey +0.271752 palaios_html_8055229939 palaios_html_8055229939:654:69155:69172 Moenave Logan, Utah +0.251779 geology_html_3899329900 geology_html_3899329900:332:25802:25806 Bell London, Ontario +0.243452 gsa_html_2168907540 gsa_html_2168907540:325:35813:35824 Black Creek Republic of China +0.254 aapg_af_770.html aapg_af_770.html:513:46821:46829 Colorado White River (Washington) +0.485298 aapg_ad_440.html aapg_ad_440.html:128:12048:12058 Greenbrier Ohio +0.5073 aapg_ac_557.html aapg_ac_557.html:3:178:208 Holder Sacramento Mountains (California) +0.266752 gsa_html_3414876412 gsa_html_3414876412:101:7615:7621 Brazil Amsterdam +0.269748 gsa_html_8491258533 gsa_html_8491258533:674:72134:72138 Hall Portland, Maine +0.47025 aapg_ac_327.html aapg_ac_327.html:346:32713:32726 Navarro Texas +0.469216 aapg_ac_190.html aapg_ac_190.html:233:39941:39959 Onondaga Skaneateles (village), New York +0.487494 gsa_html_9152662653 gsa_html_9152662653:1238:107345:107373 Green River Iran +0.688812 aapg_ah_96.html aapg_ah_96.html:193:22291:22299 Winnipeg Big Horn Mountains +0.250985 sedimentology_html_3474342063 sedimentology_html_3474342063:1066:72375:72408 Basal Hayward, Wisconsin +0.267674 aapg_ae_35.html aapg_ae_35.html:89:8644:8655 Uinta Wasatch Range +0.237654 jgeology_html_9065385328 jgeology_html_9065385328:1003:57985:57995 Rio Grande New Mexico +0.252494 jgeology_html_5764582297 jgeology_html_5764582297:553:39200:39215 Melville Island Ellesmere Island +0.250498 cspg_html_5241714595 cspg_html_5241714595:14:1771:1787 Muskwa Lacombe, Alberta +0.267696 gsa_html_7021874106 gsa_html_7021874106:59:3905:3933 Green River New Mexico +0.444512 aapg_af_785.html aapg_af_785.html:203:19299:19307 Colorado Texas +0.482328 cspg_html_8109044701 cspg_html_8109044701:102:15325:15336 Peace River Lacombe, Alberta +0.266716 aapg_aa_484.html aapg_aa_484.html:235:22044:22056 Marble Falls Texas +0.273525 gsa_html_8213519494 gsa_html_8213519494:798:73645:73662 Kayenta Colorado +0.251906 aapg_ac_750.html aapg_ac_750.html:67:5856:5863 Prairie Beaumont, Texas +0.511884 aapg_ah_148.html aapg_ah_148.html:36:5815:5825 Wood River Saint Kitts and Nevis +0.496975 aapg_ac_200.html aapg_ac_200.html:504:46760:46782 Green River Colorado +0.25844 aapg_ae_464.html aapg_ae_464.html:429:26271:26277 Sierra Tampico, Illinois +0.355718 jgeology_html_7023488312 jgeology_html_7023488312:475:36466:36495 Rome Alabama +0.253991 cspg_html_8789242291 cspg_html_8789242291:320:33420:33432 Saskatchewan Waseca, Minnesota +0.27324 aapg_ad_2.html aapg_ad_2.html:1105:151485:151496 Beekmantown Chambersburg, Pennsylvania +0.484615 cspg_html_3735760125 cspg_html_3735760125:156:18788:18805 Cardium Western world +0.491454 geology_html_4373172446 geology_html_4373172446:309:22678:22683 Stark Dade County, Georgia +0.24651 cspg_html_4287356899 cspg_html_4287356899:1492:207302:207322 Hart River Snake River Canyon (Idaho) +0.25956 sedimentology_html_5972856435 sedimentology_html_5972856435:795:62422:62426 Hall London, Ontario +0.248392 jgeology_html_4305195651 jgeology_html_4305195651:644:80759:80777 Catskill Pennsylvania +0.26724 gsa_html_1119256423 gsa_html_1119256423:724:70076:70093 White River Nebraska +0.240588 aapg_ak_60.html aapg_ak_60.html:694:73684:73694 Cumberland Gippsland +0.251001 aapg_ae_116.html aapg_ae_116.html:34:5313:5321 Michigan Keweenaw Peninsula +0.272964 aapg_aa_544.html aapg_aa_544.html:309:41309:41328 Mesaverde Parkman, Maine +0.875975 gsa_html_7464626519 gsa_html_7464626519:459:50382:50390 Colorado New Mexico +0.266255 gsa_html_1361916335 gsa_html_1361916335:656:62646:62664 Monterey California +0.488136 gsa_html_1316826711 gsa_html_1316826711:992:78315:78343 Green River Colorado +0.48762 cspg_html_3235436073 cspg_html_3235436073:10:870:888 Whitemud Lacombe, Alberta +0.260454 geology_html_6058199605 geology_html_6058199605:303:27304:27323 Littleton New Hampshire +0.492993 aapg_aa_635.html aapg_aa_635.html:923:92452:92458 Moscow Russia +0.255068 aapg_aa_684.html aapg_aa_684.html:480:41489:41498 Chugwater Cheyenne, Wyoming +0.828382 sedimentology_html_2865738906 sedimentology_html_2865738906:533:32074:32095 Lake Valley New Mexico +0.257554 palaios_html_9133125241 palaios_html_9133125241:164:20154:20168 Kope Netherlands +0.251446 AMJC_html_6341723617 AMJC_html_6341723617:669:60173:60194 Green River Cheyenne, Wyoming +0.528687 cspg_html_3501550466 cspg_html_3501550466:531:76136:76153 Duperow Cheyenne, Wyoming +0.477648 jgeology_html_5090133589 jgeology_html_5090133589:177:9794:9810 White Rock San Juan, Argentina +0.246206 cspg_html_1278535960 cspg_html_1278535960:295:38094:38109 Liard Western world +0.236844 cspg_html_4287356899 cspg_html_4287356899:4650:447335:447349 Assistance Melville Island (Canada) +0.266087 geology_html_3787034723 geology_html_3787034723:206:20624:20634 Copenhagen Denmark +0.261112 gsa_html_7199417381 gsa_html_7199417381:119:14868:14876 Loveland Sioux City, Iowa +0.260058 cspg_html_9735723617 cspg_html_9735723617:667:79356:79374 Imperial Melville Island (Canada) +0.486156 aapg_ae_791.html aapg_ae_791.html:96:10442:10469 Buckskin Mountain Little Humboldt River +0.4845 cspg_html_8089302449 cspg_html_8089302449:188:31320:31324 Lane Regina, Saskatchewan +0.246402 jgeology_html_2563614336 jgeology_html_2563614336:114:4579:4589 San Felipe San Jacinto, California +0.277196 aapg_ae_446.html aapg_ae_446.html:330:33830:33840 San Andres Lovington, Illinois +0.498432 palaios_html_6441274261 palaios_html_6441274261:555:40209:40233 Cedar Mountain Logan, Utah +0.256486 cspg_html_7941684345 cspg_html_7941684345:449:55560:55582 Shaftesbury Victoria, British Columbia +0.264115 sedimentology_html_7306682302 sedimentology_html_7306682302:28:1922:1946 Protection Finland +0.488448 aapg_ai_877.html aapg_ai_877.html:31:3798:3833 Lock Haven Pennsylvania +0.4785 gsa_html_2989317971 gsa_html_2989317971:612:64095:64117 Challis Reno, Nevada +0.478676 aapg_ac_213.html aapg_ac_213.html:551:49786:49798 Water Canyon Currie, Minnesota +0.509994 aapg_ad_808.html aapg_ad_808.html:1241:85453:85471 Frontier Cheyenne, Wyoming +0.261632 cspg_html_9236194363 cspg_html_9236194363:100:10711:10734 Watt Mountain Lacombe, Alberta +0.28566 aapg_ah_505.html aapg_ah_505.html:550:41833:41840 Madison Leadville, Colorado +0.928671 aapg_ai_975.html aapg_ai_975.html:1182:93195:93209 Buda Red River of the North +0.449748 aapg_aa_995.html aapg_aa_995.html:638:51233:51241 Colorado Cheyenne, Wyoming +0.255524 gsa_html_1954639412 gsa_html_1954639412:16:1109:1127 Pennington Alabama +0.308826 cspg_html_9941518291 cspg_html_9941518291:74:11380:11395 Douro Douro DOC +0.472604 aapg_ac_965.html aapg_ac_965.html:705:76309:76316 Manlius Hudson Valley +0.276094 gsa_html_1538463681 gsa_html_1538463681:103:9334:9349 Mural Sonora +0.238135 gsa_html_2415293202 gsa_html_2415293202:1121:84336:84339 Rye Netherlands +0.50191 aapg_ah_784.html aapg_ah_784.html:137:13730:13750 San Andres New Mexico +0.266662 aapg_ad_3.html aapg_ad_3.html:384:36209:36217 Virginia Knoxville, Tennessee +0.250997 aapg_ai_477.html aapg_ai_477.html:361:41213:41221 Edmonton Regina, Saskatchewan +0.243033 aapg_ai_296.html aapg_ai_296.html:374:36503:36510 Madison Arkansas +0.213246 sedimentology_html_3990399320 sedimentology_html_3990399320:16:1096:1105 Red River Manitoba +0.279841 aapg_af_575.html aapg_af_575.html:1182:170191:170197 Dakota Niobrara, Nebraska +0.65706 aapg_aa_959.html aapg_aa_959.html:225:19453:19474 Green River Colorado +0.469872 aapg_ac_65.html aapg_ac_65.html:797:66675:66683 Colorado Colorado +0.492544 aapg_ai_584.html aapg_ai_584.html:1360:134841:134857 Casper Middle East +0.459728 aapg_ai_696.html aapg_ai_696.html:53:6653:6676 Arcturus Logan, Utah +0.26936 palaios_html_3140337808 palaios_html_3140337808:488:44187:44214 Florissant Colorado +0.49452 cspg_html_9361096527 cspg_html_9361096527:682:66671:66693 Judith River Lacombe, Alberta +0.485856 cspg_html_4924970281 cspg_html_4924970281:773:81847:81866 Athabasca Canada +0.48573 palaios_html_4736927967 palaios_html_4736927967:154:19876:19895 Birdbear Lacombe, Alberta +0.49608 cspg_html_6984906794 cspg_html_6984906794:893:62306:62327 Shaftesbury Lacombe, Alberta +0.232386 jgeology_html_5792739316 jgeology_html_5792739316:1046:58610:58618 Hudspeth West, Texas +0.260604 gsa_html_5272671610 gsa_html_5272671610:270:24744:24762 Aldridge Canada +0.245895 cspg_html_6052770195 cspg_html_6052770195:6:386:403 Muskeg Victoria, British Columbia +0.249705 aapg_ae_915.html aapg_ae_915.html:108:8108:8116 Niobrara Fort Hayes +0.265209 aapg_ad_11.html aapg_ad_11.html:30:2891:2911 Sentinel Butte Fort Union Trading Post National Historic Site +0.506184 aapg_af_392.html aapg_af_392.html:15:1881:1899 Frontier Coalville, Utah +0.258825 aapg_ad_800.html aapg_ad_800.html:168:21113:21123 Tuscaloosa Tuscaloosa, Alabama +0.253492 geology_html_3323467660 geology_html_3323467660:313:26762:26789 Cassiar Canada +0.236192 aapg_af_575.html aapg_af_575.html:685:93924:93944 Pinto East Mountain (Hampden County, Massachusetts) +0.41334 gsa_html_8035658736 gsa_html_8035658736:1087:113653:113681 Green River Iran +0.50424 cspg_html_4298557570 cspg_html_4298557570:36:5293:5305 Pierre Red Deer, Alberta +0.239338 aapg_af_11.html aapg_af_11.html:49:7111:7133 Vallecito Conglomerate San Juan Mountains +0.472064 aapg_ai_66.html aapg_ai_66.html:72:7047:7059 Pierre Missouri Valley, Iowa +0.259588 cspg_html_8362959053 cspg_html_8362959053:75:11671:11692 Blackstone Lacombe, Alberta +0.266772 aapg_aa_45.html aapg_aa_45.html:34:4806:4824 Moenkopi Colorado +0.495804 aapg_ac_289.html aapg_ac_289.html:53:6218:6227 Smackover Saratoga, California +0.254769 aapg_ai_52.html aapg_ai_52.html:141:20687:20699 Tulare McKittrick, California +0.482646 cspg_html_6356755616 cspg_html_6356755616:226:35020:35038 Whitemud Regina, Saskatchewan +0.495616 cspg_html_3447886929 cspg_html_3447886929:135:16341:16362 Lawrence Quebec City +0.511038 aapg_ac_867.html aapg_ac_867.html:583:80048:80057 Hampshire Cheyenne River Indian Reservation +0.266 aapg_ad_802.html aapg_ad_802.html:55:6777:6787 Tuscaloosa Ocala, Florida +0.258542 geology_html_7307102876 geology_html_7307102876:266:21766:21778 Devon Island Alert, Nunavut +0.2625 aapg_ae_324.html aapg_ae_324.html:313:31063:31072 Newcastle Virginia +0.524447 aapg_aa_870.html aapg_aa_870.html:3:278:284 Dakota New Mexico +0.4408 aapg_ac_427.html aapg_ac_427.html:143:14006:14018 Reforma Mexico +0.251275 aapg_ae_873.html aapg_ae_873.html:61:8074:8085 Paluxy Rodessa, Louisiana +0.240099 aapg_ai_923.html aapg_ai_923.html:70:12448:12456 Colorado Denver +0.263571 aapg_af_701.html aapg_af_701.html:558:64637:64645 Virginia Virginia +0.4735 geology_html_7867948062 geology_html_7867948062:90:6463:6476 Santa Barbara California +0.25853 cspg_html_2536163557 cspg_html_2536163557:634:90087:90095 Columbia Victoria, British Columbia +0.265684 aapg_ad_941.html aapg_ad_941.html:357:26030:26050 Pine Point Great Slave Lake +0.248122 aapg_ad_466.html aapg_ad_466.html:1367:145574:145591 Raritan Closter, New Jersey +0.69131 aapg_ae_454.html aapg_ae_454.html:178:14500:14507 Bossier East Texas +0.247995 cspg_html_3187844923 cspg_html_3187844923:14:1969:1986 Bowser Western world +0.460319 aapg_af_854.html aapg_af_854.html:405:53043:53065 Locust Point New Providence, New Jersey +0.89488 aapg_ad_880.html aapg_ad_880.html:883:86051:86069 Sundance Boise, Idaho +0.263676 cspg_html_5381643866 cspg_html_5381643866:446:55576:55600 Mist Mountain Lacombe, Alberta +0.51304 aapg_ae_873.html aapg_ae_873.html:702:82383:82390 Rodessa Rodessa, Louisiana +0.261252 aapg_ad_945.html aapg_ad_945.html:226:22690:22707 Athabasca Lacombe, Alberta +0.266255 cspg_html_4072152826 cspg_html_4072152826:206:25470:25485 Skoki Mons +0.258015 aapg_ad_427.html aapg_ad_427.html:154:15886:15905 Smackover Camp County, Texas +0.480038 aapg_ad_247.html aapg_ad_247.html:73:5893:5898 Hondo Channel Islands of California +0.689226 aapg_ah_96.html aapg_ah_96.html:480:56462:56471 Maquoketa Iowa +0.252888 aapg_af_880.html aapg_af_880.html:515:77707:77713 Casper Cheyenne, Wyoming +0.494252 aapg_ai_107.html aapg_ai_107.html:720:67101:67119 Wilberns Pedernales Province +0.25899 aapg_ad_918.html aapg_ad_918.html:122:16376:16392 Dakota Niobrara, Nebraska +0.450602 geology_html_2094488742 geology_html_2094488742:236:21889:21894 Tyson Alameda County, California +0.372185 gsa_html_2364640066 gsa_html_2364640066:345:35975:35993 Yakataga Malaspina Glacier +0.482384 jgeology_html_7654442814 jgeology_html_7654442814:722:53614:53622 Columbia Escanaba, Michigan +0.249984 aapg_ad_365.html aapg_ad_365.html:49:3928:3940 Viking Lacombe, Alberta +0.25443 cspg_html_3102530088 cspg_html_3102530088:51:7030:7045 Eagle Lacombe, Alberta +0.51728 geology_html_7649550424 geology_html_7649550424:307:24141:24146 Price Canada +0.46221 aapg_ad_683.html aapg_ad_683.html:719:70969:70984 Rico Hermosa, Chicago +0.49278 aapg_ac_366.html aapg_ac_366.html:350:37199:37218 Tonoloway Salina, Kansas +0.25553 aapg_ad_466.html aapg_ad_466.html:1398:148757:148764 Matawan Monmouth +0.850136 aapg_ae_498.html aapg_ae_498.html:976:103257:103294 Blackford Russell County, Virginia +0.256649 aapg_ah_271.html aapg_ah_271.html:13:1755:1768 Cotton Valley Texas +0.471336 aapg_ai_205.html aapg_ai_205.html:24:3383:3391 Victoria Gippsland +0.247234 sedimentology_html_2806065367 sedimentology_html_2806065367:141:16236:16246 Rio Grande Mesa, Arizona +0.486315 aapg_af_633.html aapg_af_633.html:3:184:197 Navarro Texas +0.85248 aapg_ae_839.html aapg_ae_839.html:33:3021:3036 Atoka Arkansas +0.505575 aapg_aa_276.html aapg_aa_276.html:14:1354:1360 Sierra Monclova, Ohio +0.53083 aapg_ae_166.html aapg_ae_166.html:158:16857:16893 Prospect Western world +0.239072 gsa_html_9181545711 gsa_html_9181545711:133:14207:14215 Colorado Loveland, Ohio +0.472192 AMJC_html_5471526645 AMJC_html_5471526645:333:44220:44238 Uwharrie North Carolina +0.352047 palaios_html_5543030185 palaios_html_5543030185:414:37318:37336 Fillmore Logan, Utah +0.489345 aapg_af_862.html aapg_af_862.html:11:1071:1082 San Antonio Texas +0.247923 palaios_html_3008759316 palaios_html_3008759316:237:22324:22332 Bachelor Wooster, Ohio +0.24327 aapg_ae_499.html aapg_ae_499.html:514:54216:54222 Denver Colorado +0.28196 sedimentology_html_7173233072 sedimentology_html_7173233072:1417:82551:82560 San Diego California +0.479457 cspg_html_6193252551 cspg_html_6193252551:25:4918:4938 West Point Quebec City +0.52894 aapg_ah_859.html aapg_ah_859.html:175:20733:20746 Porters Creek Alabama +0.249996 gsa_html_7616408925 gsa_html_7616408925:168:15274:15288 Seco Cordillera Administrative Region +0.283544 aapg_ae_959.html aapg_ae_959.html:1635:118843:118859 San Andres West Texas +0.480916 aapg_ai_469.html aapg_ai_469.html:491:59902:59907 Nisku Lacombe, Alberta +0.494648 cspg_html_4338314003 cspg_html_4338314003:438:48219:48235 Viking Lacombe, Alberta +0.261632 aapg_ad_466.html aapg_ad_466.html:952:102588:102594 Tinton Monmouth County, New Jersey +0.47334 aapg_ai_157.html aapg_ai_157.html:482:45559:45565 Guelph Salina, Kansas +0.258885 aapg_ah_383.html aapg_ah_383.html:165:18692:18703 Santa Clara Los Angeles +0.486472 aapg_af_416.html aapg_af_416.html:146:18521:18529 Amaranth Spearfish, South Dakota +0.472863 aapg_ae_415.html aapg_ae_415.html:293:38004:38012 Brooklyn Ocala, Florida +0.223585 gsa_html_2717448156 gsa_html_2717448156:1272:121611:121624 Mountain City Reno, Nevada +0.26052 cspg_html_2769629211 cspg_html_2769629211:495:56299:56308 Hay River Western world +0.481824 gsa_html_2561127673 gsa_html_2561127673:123:11022:11043 Quinn River Reno, Nevada +0.269261 cspg_html_9725676031 cspg_html_9725676031:578:68174:68190 Viking Lacombe, Alberta +0.257868 geology_html_9001300846 geology_html_9001300846:222:20694:20698 Bond North Atlantic Current +0.245016 jgeology_html_4305195651 jgeology_html_4305195651:562:67768:67792 Slide Mountain Delaware County, Ohio +0.4807 aapg_aa_360.html aapg_aa_360.html:76:7225:7230 Indio Luling, Louisiana +0.448965 aapg_ah_289.html aapg_ah_289.html:527:72842:72868 Monterey California +0.240548 aapg_af_625.html aapg_af_625.html:271:25582:25592 Greenbrier Huntington, West Virginia +0.488652 aapg_ac_126.html aapg_ac_126.html:253:38401:38408 Bossier Bossier City, Louisiana +0.262685 aapg_af_943.html aapg_af_943.html:72:6229:6245 Dakota New Mexico +0.50505 cspg_html_9222238695 cspg_html_9222238695:88:13669:13685 Fernie Lacombe, Alberta +0.2655 aapg_ad_55.html aapg_ad_55.html:190:13464:13471 Decorah Cape Girardeau, Missouri +0.48501 gsa_html_3646882130 gsa_html_3646882130:480:44003:44030 Columbia Blue Mountains (Oregon) +0.525624 aapg_ae_449.html aapg_ae_449.html:35:3210:3219 Frio Chambers County, Alabama +0.478908 cspg_html_2175627313 cspg_html_2175627313:116:14193:14210 Montney Lacombe, Alberta +0.26061 palaios_html_3609052527 palaios_html_3609052527:505:48430:48435 Logan Melbourne, Florida +0.262095 aapg_aa_732.html aapg_aa_732.html:314:39130:39151 Platteville Wisconsin +0.272896 aapg_ac_983.html aapg_ac_983.html:326:52587:52601 Drum Seminole, Texas +0.50505 gsa_html_8222638730 gsa_html_8222638730:810:77865:77881 Thelon Canada +0.253895 aapg_ae_958.html aapg_ae_958.html:2197:189457:189464 Rustler Salado, Texas +0.491384 aapg_ah_147.html aapg_ah_147.html:188:21555:21571 Rapid Kuskokwim Mountains +0.454858 aapg_aa_702.html aapg_aa_702.html:487:93535:93543 Colorado Denver +0.25235 cspg_html_4822015639 cspg_html_4822015639:45:7163:7170 Harmony Western world +0.246402 aapg_ah_321.html aapg_ah_321.html:48:5508:5516 Virginia Saltville, Virginia +0.376832 aapg_ai_975.html aapg_ai_975.html:99:13247:13261 Buda East Texas +0.47685 geology_html_7799409237 geology_html_7799409237:26:1053:1061 Colorado Denver +0.267716 aapg_aa_23.html aapg_aa_23.html:644:81233:81266 Stony Mountain Manitoba +0.432816 cspg_html_6435146689 cspg_html_6435146689:94:7004:7020 Shunda Lacombe, Alberta +0.260104 cspg_html_9023649778 cspg_html_9023649778:14:2162:2170 Columbia Victoria, British Columbia +0.49343 aapg_aa_507.html aapg_aa_507.html:41:5095:5103 Woodbine Tuscaloosa, Alabama +0.47436 aapg_af_754.html aapg_af_754.html:261:38834:38852 Monterey California +0.483465 gsa_html_2335956331 gsa_html_2335956331:592:53395:53401 Oxford England +0.489984 aapg_af_854.html aapg_af_854.html:1246:177122:177129 Cypress Bethel, Alaska +0.247009 gsa_html_9253181203 gsa_html_9253181203:112:11524:11541 Mandata Pennsylvania +0.49707 cspg_html_9476379853 cspg_html_9476379853:17:1861:1868 Waskada Regina, Saskatchewan +0.26572 sedimentology_html_1684535740 sedimentology_html_1684535740:130:13634:13642 Loveland Loveland, Ohio +0.480868 gsa_html_4408649953 gsa_html_4408649953:1194:100305:100333 Green River Colorado +0.258542 aapg_af_395.html aapg_af_395.html:22:4231:4250 Kindblade Ardmore, Pennsylvania +0.49543 gsa_html_9898556493 gsa_html_9898556493:255:30708:30724 Modesto Tuolumne River +0.477204 aapg_ae_335.html aapg_ae_335.html:412:31179:31204 Leadville Glenwood Springs, Colorado +0.266175 aapg_ac_629.html aapg_ac_629.html:624:74514:74534 Citronelle Citronelle, Alabama +0.460955 palaios_html_3308412288 palaios_html_3308412288:177:22169:22185 Fremont Dolomite Texas +0.47583 aapg_ac_617.html aapg_ac_617.html:5:813:822 Catahoula Oakville, California +0.261112 gsa_html_5737673651 gsa_html_5737673651:387:34164:34173 Chinle Colorado Plateau +0.254012 aapg_ad_2.html aapg_ad_2.html:1413:192996:193018 Chambersburg Martinsburg, Nebraska +0.461616 cspg_html_8587137158 cspg_html_8587137158:825:121394:121399 Yukon Amsterdam +0.477184 aapg_aa_796.html aapg_aa_796.html:506:58679:58699 Milk River Calgary +0.2601 aapg_ac_923.html aapg_ac_923.html:423:44565:44570 Atoka Athens, Georgia +0.26 palaios_html_8391206976 palaios_html_8391206976:526:57631:57650 Fairview Kentucky +0.492926 aapg_aa_82.html aapg_aa_82.html:216:22114:22126 Seven Rivers Howard County, Missouri +0.248997 aapg_ah_645.html aapg_ah_645.html:495:58846:58863 Stump Western world +0.247396 geology_html_2514713884 geology_html_2514713884:12:454:463 San Diego California +0.258482 palaios_html_2557524442 palaios_html_2557524442:554:42051:42081 Albert New Brunswick, New Jersey +0.5111 aapg_ae_794.html aapg_ae_794.html:528:57550:57560 Tuscaloosa Selma to Montgomery marches +0.246132 cspg_html_5542874609 cspg_html_5542874609:357:41755:41773 Lea Park Lacombe, Alberta +0.243972 aapg_aa_291.html aapg_aa_291.html:23:3104:3120 Navajo Logan, Utah +0.240038 cspg_html_1025724640 cspg_html_1025724640:667:76356:76374 Marble Falls Central Texas +0.26979 palaios_html_6676788300 palaios_html_6676788300:83:12216:12224 Catskill Ohio +0.247008 aapg_ac_574.html aapg_ac_574.html:634:67194:67209 Florissant Colorado +0.256522 aapg_ai_958.html aapg_ai_958.html:80:8225:8241 Goliad Oakville, California +0.452052 aapg_ac_807.html aapg_ac_807.html:413:42186:42203 Potomac Delaware +0.463175 AMJC_html_9757715503 AMJC_html_9757715503:567:54673:54679 Brazil Earth +0.247324 jgeology_html_2563614336 jgeology_html_2563614336:895:61653:61663 San Felipe San Jacinto, California +0.256027 aapg_aa_796.html aapg_aa_796.html:73:8768:8775 Halfway Lacombe, Alberta +0.25654 aapg_ae_845.html aapg_ae_845.html:210:22729:22737 Colorado Denver +0.267288 palaios_html_9430957613 palaios_html_9430957613:242:21952:21958 Oregon Nebraska +0.369528 aapg_ae_3.html aapg_ae_3.html:78:9964:9987 Diamond Peak Reno, Nevada +0.253727 aapg_af_486.html aapg_af_486.html:20:2991:3021 Tyonek McArthur River uranium mine +0.261126 aapg_ae_767.html aapg_ae_767.html:8:1095:1107 Dockum Mexico +0.253512 gsa_html_4234009219 gsa_html_4234009219:94:10698:10704 Toledo Washington (state) +0.551 aapg_aa_147.html aapg_aa_147.html:272:33287:33305 Deadwood Regina, Saskatchewan +0.250776 aapg_ai_216.html aapg_ai_216.html:71:8096:8113 Tellico Athens, Georgia +0.236845 cspg_html_5740360566 cspg_html_5740360566:42:6090:6101 Peace River Lacombe, Alberta +0.477274 aapg_af_542.html aapg_af_542.html:34:4880:4895 Rockdale Texas +0.494361 gsa_html_5394777952 gsa_html_5394777952:140:12816:12840 Morrison Sierra Nevada (Spain) +0.4836 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10166:10182 Entrada Summerville, South Carolina +0.516362 aapg_ac_983.html aapg_ac_983.html:213:34549:34578 Cherryvale Cherryvale, Kansas +0.499988 aapg_ad_581.html aapg_ad_581.html:8:1099:1109 Reedsville Martinsburg, Nebraska +0.501264 aapg_af_191.html aapg_af_191.html:3:233:241 Big Hill Matagorda County, Texas +0.448392 aapg_af_397.html aapg_af_397.html:488:56314:56334 Entrada Chinle Formation +0.533845 aapg_ac_944.html aapg_ac_944.html:114:12967:12983 Sandia Sangre de Cristo Range +0.512425 aapg_aa_737.html aapg_aa_737.html:3:286:302 Salina Michigan +0.475915 gsa_html_7127096507 gsa_html_7127096507:756:67816:67844 Green River New Mexico +0.450276 aapg_ae_876.html aapg_ae_876.html:390:42590:42598 Red Rock Logan, Utah +0.477816 cspg_html_1763727002 cspg_html_1763727002:6:394:402 Columbia Lacombe, Alberta +0.246015 aapg_ae_305.html aapg_ae_305.html:1701:160157:160163 Perija Maracaibo +0.476046 aapg_aa_23.html aapg_aa_23.html:317:37288:37316 Winnipeg Winnipeg +0.246456 aapg_ah_649.html aapg_ah_649.html:87:11946:11963 Vega Dorotea Municipality +0.25122 aapg_ac_413.html aapg_ac_413.html:225:19585:19603 Monterey California +0.27352 cspg_html_8477386212 cspg_html_8477386212:7:339:367 Wabamun Lacombe, Alberta +0.261085 gsa_html_3380395839 gsa_html_3380395839:29:1663:1681 Crescent Salem, Oregon +0.27885 aapg_ad_233.html aapg_ad_233.html:239:22477:22485 Colorado Denver +0.248677 cspg_html_5381643866 cspg_html_5381643866:420:53919:53936 Gething Rocky Brook +0.26163 cspg_html_9354781888 cspg_html_9354781888:1481:93440:93448 Columbia Victoria, British Columbia +0.271416 cspg_html_6985536436 cspg_html_6985536436:209:28305:28327 Eureka Sound Ellesmere Island +0.492544 cspg_html_1019614994 cspg_html_1019614994:387:63600:63610 Big Valley Williston Basin +0.245 aapg_ae_415.html aapg_ae_415.html:104:14663:14668 Tampa Melbourne, Florida +0.457 aapg_ae_705.html aapg_ae_705.html:653:64529:64542 Santa Barbara California +0.489204 sedimentology_html_9186155432 sedimentology_html_9186155432:1086:62320:62330 Washington Seattle +0.49543 aapg_af_575.html aapg_af_575.html:965:137941:137957 Whitehorse Double Mountain (California) +0.275616 geology_html_2052091332 geology_html_2052091332:186:16177:16182 Piper Texas +0.45913 cspg_html_2297270979 cspg_html_2297270979:10:968:976 Michigan Ohio +0.27456 aapg_ad_169.html aapg_ad_169.html:339:40183:40205 Mauch Chunk Huntington, West Virginia +0.487656 aapg_ah_378.html aapg_ah_378.html:149:14679:14695 San Andres Texas +0.492093 aapg_aa_832.html aapg_aa_832.html:23:3698:3725 Bear Lake Cold Bay Airport +0.494758 aapg_ae_419.html aapg_ae_419.html:224:28718:28724 Sierra Coahuila +0.266392 aapg_ad_461.html aapg_ad_461.html:133:16475:16488 Bearpaw Lacombe, Alberta +0.271942 cspg_html_3231136569 cspg_html_3231136569:120:14996:15004 Columbia Victoria, British Columbia +0.495507 gsa_html_4828739821 gsa_html_4828739821:840:70643:70662 Nankoweap Arizona +0.48692 gsa_html_8951179545 gsa_html_8951179545:454:56382:56394 Wilcox Sevier orogeny +0.23088 aapg_ae_324.html aapg_ae_324.html:407:40316:40334 Holston Virginia +0.264187 aapg_ae_777.html aapg_ae_777.html:222:24934:24941 Tererro Pecos River +0.93984 aapg_ai_477.html aapg_ai_477.html:297:34202:34220 Sikanni Liard River, British Columbia +0.248976 aapg_ai_49.html aapg_ai_49.html:99:10077:10096 Maroon Aspen, Colorado +0.4944 aapg_ai_975.html aapg_ai_975.html:900:72625:72643 Kiamichi Uvalde, Texas +0.27092 aapg_ae_180.html aapg_ae_180.html:96:11487:11495 Woodbine Austin, Chicago +0.482832 aapg_ai_112.html aapg_ai_112.html:66:13145:13154 Jacalitos San Joaquin River +0.257943 gsa_html_4557277250 gsa_html_4557277250:45:3783:3800 Carmel Logan, Utah +0.26469 gsa_html_5568683977 gsa_html_5568683977:600:53146:53150 Hall Logan, Utah +0.24794 gsa_html_7554994575 gsa_html_7554994575:665:62654:62679 Alligator Back North Carolina +0.45312 gsa_html_5081991493 gsa_html_5081991493:902:73975:73984 Flagstaff Logan, Utah +0.27178 aapg_ad_960.html aapg_ad_960.html:17:1961:1975 Monterey Salinas, California +0.490795 aapg_ae_415.html aapg_ae_415.html:262:34261:34270 Red Bluff Alabama +0.272544 aapg_af_248.html aapg_af_248.html:4:1066:1083 Midway Arkansas +0.24582 cspg_html_6306091047 cspg_html_6306091047:602:82684:82692 Columbia Victoria, British Columbia +0.244188 aapg_aa_4.html aapg_aa_4.html:200:26560:26566 Ithaca Ithaca, New York +0.259 cspg_html_2184632302 cspg_html_2184632302:14:1580:1592 Saskatchewan Lake Athabasca +0.251482 gsa_html_2509147847 gsa_html_2509147847:308:43130:43140 Quesnellia Kootenay River +0.242039 cspg_html_8298261690 cspg_html_8298261690:762:72207:72228 Peace River Lacombe, Alberta +0.246609 aapg_ae_467.html aapg_ae_467.html:246:17381:17397 Traverse Midland County, Michigan +0.228906 palaios_html_1434442076 palaios_html_1434442076:634:52200:52208 Colorado Denver +0.28222 aapg_ac_380.html aapg_ac_380.html:493:57910:57917 Rondout Lake Erie +0.255747 gsa_html_9181545711 gsa_html_9181545711:502:46171:46192 Fountain Manitou Springs, Colorado +0.454328 geology_html_2777204669 geology_html_2777204669:74:6587:6595 Humboldt Peru, Indiana +0.26985 palaios_html_1262064602 palaios_html_1262064602:21:975:991 Chinle Arizona +0.252004 aapg_ai_52.html aapg_ai_52.html:77:10777:10788 Paso Robles Great Valley, New York +0.48379 aapg_ad_194.html aapg_ad_194.html:4:506:524 Stirling Quartzite Reno, Nevada +0.475407 cspg_html_6795586308 cspg_html_6795586308:27:2986:2994 Columbia Victoria, British Columbia +0.25627 aapg_aa_954.html aapg_aa_954.html:82:7606:7622 Menard Salem, Massachusetts +0.274032 aapg_ad_356.html aapg_ad_356.html:349:33294:33299 Weeks Cotton Valley, Louisiana +0.479984 sedimentology_html_8006979411 sedimentology_html_8006979411:156:14221:14229 Columbia Victoria, British Columbia +0.46065 aapg_aa_702.html aapg_aa_702.html:2071:179734:179742 Colorado Colorado +0.481618 cspg_html_4272664788 cspg_html_4272664788:84:13029:13041 Rundle Victoria, British Columbia +0.795872 aapg_ae_24.html aapg_ae_24.html:3:201:213 Rhode Island Block Island +0.24576 sedimentology_html_7996519401 sedimentology_html_7996519401:786:68343:68347 Hall London, Ontario +0.26355 aapg_af_29.html aapg_af_29.html:739:60871:60877 Jordan Melbourne, Florida +0.240091 cspg_html_1781462584 cspg_html_1781462584:196:25957:25974 Keating New Mexico +0.250428 aapg_ac_297.html aapg_ac_297.html:22:1848:1854 Oregon Washington (state) +0.485961 aapg_af_625.html aapg_af_625.html:569:58926:58934 Sylvania Salina, Kansas +0.488916 cspg_html_9011256422 cspg_html_9011256422:25:3708:3726 Redknife Lake Ontario +0.241839 cspg_html_6927586285 cspg_html_6927586285:57:9206:9214 Columbia Victoria, British Columbia +0.253916 sedimentology_html_9716387026 sedimentology_html_9716387026:705:47427:47442 Rapid Fontana, California +0.44806 palaios_html_3561205174 palaios_html_3561205174:1102:91977:91994 Potsdam Quebec City +0.486983 aapg_ai_975.html aapg_ai_975.html:367:33644:33661 Rodessa Shreveport, Louisiana +0.26058 cspg_html_2548317649 cspg_html_2548317649:242:21921:21952 Ireton Middle East +0.469712 aapg_ah_415.html aapg_ah_415.html:29:3764:3778 Colorado Southern Great Plain +0.48057 aapg_ae_3.html aapg_ae_3.html:229:32530:32550 Manning Canyon Uinta Mountains +0.252 aapg_ai_156.html aapg_ai_156.html:607:51962:51972 Kinderhook Chattanooga, Tennessee +0.250985 geology_html_3305988371 geology_html_3305988371:17:954:960 Toledo Ohio +0.487734 aapg_ae_113.html aapg_ae_113.html:90:11760:11778 Read Bay Little Cornwallis Island +0.252476 geology_html_8682508261 geology_html_8682508261:25:1625:1645 Maravillas Middle Ordovician +0.253302 cspg_html_9177794814 cspg_html_9177794814:106:12773:12794 Etherington Anchorage, Alaska +0.253006 cspg_html_2729673354 cspg_html_2729673354:104:10704:10726 Medicine Hat Regina, Saskatchewan +0.263682 gsa_html_1706451278 gsa_html_1706451278:1149:72670:72698 Green River Iran +0.253727 cspg_html_3129231627 cspg_html_3129231627:393:49514:49534 Irene Bathurst Island (Northern Territory) +0.499671 gsa_html_3648258377 gsa_html_3648258377:363:34596:34612 Magothy Bass River Township, New Jersey +0.466017 aapg_ai_249.html aapg_ai_249.html:117:17809:17843 Peten Guatemala +0.243542 sedimentology_html_3181527419 sedimentology_html_3181527419:542:38925:38929 Earp Supai, Arizona +0.29469 aapg_aa_132.html aapg_aa_132.html:1082:95916:95949 Woodbend Central Alberta +0.24336 sedimentology_html_2136183401 sedimentology_html_2136183401:489:34458:34480 Pigeon Point California +0.487442 cspg_html_5593011953 cspg_html_5593011953:36:4294:4306 Saskatchewan Manitoba +0.468765 aapg_ai_49.html aapg_ai_49.html:729:93905:93912 Wingate Kayenta, Arizona +0.474264 aapg_ad_167.html aapg_ad_167.html:256:29448:29462 Richmond Bloomington, Indiana +0.4725 aapg_ae_46.html aapg_ae_46.html:124:12815:12823 Hudspeth Salem, Oregon +0.266192 aapg_ah_329.html aapg_ah_329.html:559:54168:54175 Sisquoc Monterey, California +0.246015 geology_html_4598474045 geology_html_4598474045:12:655:663 Richland Washington (state) +0.262524 cspg_html_5381643866 cspg_html_5381643866:352:44197:44219 Gorman Rocky Brook +0.261612 sedimentology_html_1340746782 sedimentology_html_1340746782:111:11080:11089 Peninsula Korea +0.252753 aapg_ac_825.html aapg_ac_825.html:250:26491:26509 Purisima Santa Cruz Mountains +0.26447 aapg_ae_892.html aapg_ae_892.html:8:1066:1070 Yeso Sacramento Mountains (California) +0.175344 aapg_af_480.html aapg_af_480.html:176:20509:20524 Olentangy Ohio +0.262119 gsa_html_4339524478 gsa_html_4339524478:610:66842:66860 Burnt River Schist Salem, Oregon +0.232804 aapg_ae_6.html aapg_ae_6.html:92:10058:10077 San Marcos Texas +0.489149 aapg_ah_181.html aapg_ah_181.html:144:17243:17260 Entrada Carmel, Indiana +0.484692 cspg_html_4422863308 cspg_html_4422863308:9:1096:1112 Viking Lacombe, Alberta +0.50032 cspg_html_5406720001 cspg_html_5406720001:16:2262:2270 Columbia Lacombe, Alberta +0.498847 aapg_ad_858.html aapg_ad_858.html:244:17337:17371 Smackover Shreveport, Louisiana +0.50191 aapg_ai_596.html aapg_ai_596.html:195:25197:25213 Dakota Texas +0.242536 gsa_html_6169925575 gsa_html_6169925575:15:496:502 Oregon Salem, Oregon +0.26429 aapg_ai_583.html aapg_ai_583.html:457:57745:57760 Swift Cheyenne, Wyoming +0.27 aapg_ad_908.html aapg_ad_908.html:12:1302:1319 La Luna Southeast Asia +0.255021 aapg_ae_993.html aapg_ae_993.html:393:39836:39855 Jefferson Logan, Utah +0.245532 gsa_html_7193789775 gsa_html_7193789775:390:39351:39372 Price Logan, Utah +0.831544 aapg_ad_808.html aapg_ad_808.html:1236:84521:84530 Greenhorn Niobrara, Nebraska +0.526491 aapg_ae_315.html aapg_ae_315.html:7:1516:1533 Decorah Platteville, Colorado +0.498316 cspg_html_7271054047 cspg_html_7271054047:17:1889:1902 Exshaw Victoria, British Columbia +0.263153 cspg_html_5688447798 cspg_html_5688447798:137:19256:19284 Disappointment Bay Little Cornwallis Island +0.243542 gsa_html_4954109908 gsa_html_4954109908:14:536:544 Virginia Reston, Virginia +0.249001 cspg_html_8250500468 cspg_html_8250500468:339:44123:44144 Peace River Lacombe, Alberta +0.486913 geology_html_9805181537 geology_html_9805181537:28:1765:1780 Elk Wisconsin +0.497488 cspg_html_3026112034 cspg_html_3026112034:175:17873:17912 Swan Hills Swan Hill, Victoria +0.265 aapg_ad_3.html aapg_ad_3.html:58:6236:6253 Elbrook Pennsylvania +0.467046 aapg_ai_583.html aapg_ai_583.html:860:87731:87739 Colorado Cheyenne, Wyoming +0.467454 aapg_ae_795.html aapg_ae_795.html:246:30231:30236 Molas Middle East +0.504088 aapg_af_98.html aapg_af_98.html:176:15843:15859 Dakota Colorado +0.71175 aapg_ai_44.html aapg_ai_44.html:52:8559:8565 Perija Sierra Nevada (Spain) +0.25755 aapg_aa_654.html aapg_aa_654.html:42:7415:7429 Espiritu Santo Pecos River +0.83424 aapg_ac_661.html aapg_ac_661.html:40:4766:4776 Phosphoria Reno, Nevada +0.483492 geology_html_5835205134 geology_html_5835205134:240:20395:20399 Java Sumatra +0.25957 aapg_ah_343.html aapg_ah_343.html:228:27345:27354 Catahoula Tampa, Florida +0.26059 aapg_ai_797.html aapg_ai_797.html:57:8521:8532 Peace River CFB Cold Lake +0.267168 aapg_ah_399.html aapg_ah_399.html:7:825:838 Turner Valley Bow Island Airport +0.4794 aapg_aa_684.html aapg_aa_684.html:252:23589:23593 Jelm Cheyenne, Wyoming +0.262644 sedimentology_html_8829282630 sedimentology_html_8829282630:1730:92897:92903 Pueblo Colorado +0.499596 aapg_af_449.html aapg_af_449.html:157:19359:19369 Wind River Cheyenne, Wyoming +0.244904 cspg_html_2650524233 cspg_html_2650524233:50:9527:9535 Paskapoo Edmonton, London +0.479044 gsa_html_5773604426 gsa_html_5773604426:185:19022:19040 Wilcox Shreveport, Louisiana +0.510972 aapg_aa_146.html aapg_aa_146.html:46:5446:5458 Beaver Creek Black Hills +0.37893 aapg_af_598.html aapg_af_598.html:75:6345:6362 Lenapah Des Moines, Washington +0.273006 aapg_af_677.html aapg_af_677.html:123:15667:15683 Almond Cheyenne, Wyoming +0.258015 gsa_html_2178342427 gsa_html_2178342427:112:13240:13250 Fort Union Williston Basin +0.25344 palaios_html_4223976574 palaios_html_4223976574:80:7242:7260 Yorktown Melbourne, Florida +0.495726 aapg_ai_514.html aapg_ai_514.html:85:9940:9944 Vale Salem, Oregon +0.253422 cspg_html_3068776384 cspg_html_3068776384:591:63453:63470 Cardium Lacombe, Alberta +0.501873 aapg_af_461.html aapg_af_461.html:171:15692:15714 Salina Wisconsin +0.862914 cspg_html_2954223000 cspg_html_2954223000:208:30201:30212 Green River Cheyenne, Wyoming +0.688562 gsa_html_6117440194 gsa_html_6117440194:521:52530:52538 Kootenai Canada +0.701434 gsa_html_4067269733 gsa_html_4067269733:896:86252:86260 Toroweap Arizona +0.470232 cspg_html_1456761793 cspg_html_1456761793:39:7255:7275 Harrogate Victoria, British Columbia +0.260538 palaios_html_4589193581 palaios_html_4589193581:728:57663:57668 Price Cambridge +0.271425 aapg_ac_517.html aapg_ac_517.html:36:4559:4581 Swift Regina, Saskatchewan +0.698647 palaios_html_2048556014 palaios_html_2048556014:827:75630:75649 Conasauga Alabama +0.504981 aapg_ad_605.html aapg_ad_605.html:18:2143:2154 Kaiparowits Mesa, Arizona +0.477792 sedimentology_html_7553974053 sedimentology_html_7553974053:1361:116177:116186 Peninsula Quebec City +0.50297 aapg_ae_465.html aapg_ae_465.html:41:4721:4736 Sligo Pine Island (Lee County, Florida) +0.493908 aapg_af_162.html aapg_af_162.html:241:21939:21949 Brownstown Texas +0.481618 aapg_ad_275.html aapg_ad_275.html:4:357:372 Diablo Marfa lights +0.247324 cspg_html_4666332434 cspg_html_4666332434:381:64448:64464 Oldman Lacombe, Alberta +0.48735 aapg_ad_752.html aapg_ad_752.html:4:529:544 Tokio Texas +0.255987 aapg_ah_903.html aapg_ah_903.html:81:14037:14062 Queen Texas +0.474122 AMJC_html_4299960498 AMJC_html_4299960498:765:88804:88831 Columbia Boise, Idaho +0.251968 gsa_html_7151930388 gsa_html_7151930388:530:46882:46888 Sonora Sonora +0.267253 gsa_html_8398449001 gsa_html_8398449001:687:58757:58766 Bear Lake East Asia +0.494088 palaios_html_8927335141 palaios_html_8927335141:93:11063:11072 San Diego California +0.27468 aapg_ac_575.html aapg_ac_575.html:504:75258:75278 Phosphoria Kaibab, Arizona +0.246482 aapg_ah_44.html aapg_ah_44.html:363:47230:47249 Elk Black Moshannon Creek +0.468905 aapg_ad_2.html aapg_ad_2.html:1585:219281:219319 Gatesburg Pennsylvania +0.250458 cspg_html_4056366713 cspg_html_4056366713:97:17651:17670 Athabasca Lacombe, Alberta +0.266616 aapg_ae_957.html aapg_ae_957.html:797:37394:37407 Woodbine Northeast Texas +0.240318 cspg_html_4287356899 cspg_html_4287356899:960:130816:130825 Neruokpuk Anchorage, Alaska +0.245388 cspg_html_5688447798 cspg_html_5688447798:154:22947:22975 Disappointment Bay Ellesmere Island +0.498015 aapg_aa_732.html aapg_aa_732.html:204:26248:26280 Platteville Salzburg +0.499554 gsa_html_9052101586 gsa_html_9052101586:899:93452:93480 Green River Colorado +0.256512 sedimentology_html_6390126294 sedimentology_html_6390126294:1232:75582:75587 Piper California +0.265684 aapg_ac_965.html aapg_ac_965.html:653:70092:70109 Rondout Western world +0.26832 aapg_af_664.html aapg_af_664.html:60:6495:6511 San Andres Delaware +0.465432 aapg_af_2.html aapg_af_2.html:256:28116:28121 Ouray Logan, Utah +0.271962 aapg_ah_692.html aapg_ah_692.html:523:58110:58128 Frontier Cheyenne, Wyoming +0.25872 aapg_ae_305.html aapg_ae_305.html:1419:135213:135221 Trujillo Maracaibo +0.248688 aapg_ac_277.html aapg_ac_277.html:27:3085:3104 Aux Vases Chester, Pennsylvania +0.258482 aapg_aa_851.html aapg_aa_851.html:184:17364:17375 Hardinsburg Hopkins County, Kentucky +0.251713 gsa_html_7040053075 gsa_html_7040053075:900:96744:96752 San Jose Whittier, Alaska +0.257983 aapg_ai_241.html aapg_ai_241.html:182:18869:18878 Lodgepole Manitoba +0.494982 aapg_ad_466.html aapg_ad_466.html:1349:144335:144354 Monmouth Maryland +0.25755 gsa_html_6753732431 gsa_html_6753732431:628:59280:59295 Sespe California +0.485305 aapg_ae_805.html aapg_ae_805.html:572:69371:69389 Hermosa Logan, Utah +0.272315 gsa_html_4522678867 gsa_html_4522678867:329:35514:35524 Wolf Creek Taylorsville, North Carolina +0.253492 cspg_html_3610827329 cspg_html_3610827329:360:40888:40903 Turtle Mountain Lacombe, Alberta +0.266175 geology_html_5785729740 geology_html_5785729740:219:17338:17342 Kent Eastern Settlement +0.493221 aapg_af_575.html aapg_af_575.html:204:27774:27779 Doerun Missouri River +0.254464 aapg_af_880.html aapg_af_880.html:567:87127:87143 Coleman Junction Populus sect. Aegiros +0.47167 gsa_html_2447153734 gsa_html_2447153734:863:73642:73648 Walker Baja California peninsula +0.255 cspg_html_7866293053 cspg_html_7866293053:36:4370:4378 Columbia Fall Creek Falls State Park +0.255068 aapg_af_878.html aapg_af_878.html:85:9724:9729 Salem Clark County, Indiana +0.812808 aapg_ad_833.html aapg_ad_833.html:190:26556:26564 Pine Key Melbourne, Florida +0.261422 aapg_ad_564.html aapg_ad_564.html:6837:559741:559765 Frio Texas +0.477184 cspg_html_4785922166 cspg_html_4785922166:484:58042:58055 Sulphur Point Great Slave Lake +0.261632 palaios_html_3306053371 palaios_html_3306053371:591:73279:73303 Kaibab Arizona +0.526473 gsa_html_6159981164 gsa_html_6159981164:31:2789:2817 Green River Colorado +0.496837 gsa_html_8241293202 gsa_html_8241293202:1298:94425:94453 Green River Colorado +0.490546 cspg_html_9439353033 cspg_html_9439353033:46:5784:5806 Willow Creek Lacombe, Alberta +0.258937 jgeology_html_8064855537 jgeology_html_8064855537:297:21306:21335 Dakota Grand Junction, Colorado +0.52882 aapg_ae_832.html aapg_ae_832.html:198:20251:20271 San Andres Hayes, Hillingdon +0.270375 gsa_html_7542416588 gsa_html_7542416588:28:1155:1163 Colorado Denver +0.495208 aapg_aa_808.html aapg_aa_808.html:279:31579:31587 Columbia Victoria, British Columbia +0.496908 cspg_html_4364132564 cspg_html_4364132564:109:14908:14917 Spearfish Regina, Saskatchewan +0.49245 aapg_ae_904.html aapg_ae_904.html:104:10421:10429 Graneros Clayton County, Georgia +0.263592 geology_html_8092008701 geology_html_8092008701:234:17663:17669 Jordan Amman +0.248857 cspg_html_3060428958 cspg_html_3060428958:21:3463:3471 Edmonton Drumheller +0.23571 cspg_html_9613527162 cspg_html_9613527162:194:27068:27092 Rundle Elkton, Kentucky +0.506974 gsa_html_9487992082 gsa_html_9487992082:255:31070:31078 Moenkopi Kaibab, Arizona +0.262524 aapg_ae_995.html aapg_ae_995.html:127:10405:10410 Weeks Brazos River +0.484692 cspg_html_4210762654 cspg_html_4210762654:343:39837:39852 Nisku Lacombe, Alberta +0.495075 gsa_html_9310053579 gsa_html_9310053579:858:71777:71787 Washington Victoria, British Columbia +0.274407 aapg_ad_696.html aapg_ad_696.html:211:21223:21229 Sparta Smith County, Kansas +0.66816 aapg_ah_633.html aapg_ah_633.html:17:3082:3110 Anahuac Melbourne, Florida +0.538836 aapg_ah_486.html aapg_ah_486.html:343:36532:36542 Pottsville Illinois +0.250965 cspg_html_4326384800 cspg_html_4326384800:583:76558:76577 Waterways Lacombe, Alberta +0.4914 gsa_html_6250753391 gsa_html_6250753391:1397:107169:107197 Green River Colorado +0.26418 sedimentology_html_4287650745 sedimentology_html_4287650745:90:10060:10065 Price Logan, Utah +0.504505 aapg_af_357.html aapg_af_357.html:501:48997:49003 Warsaw Salem, Massachusetts +0.267806 aapg_ae_916.html aapg_ae_916.html:361:41848:41866 Kootenai Colorado +0.474552 aapg_ae_66.html aapg_ae_66.html:222:22276:22285 Minnelusa Cheyenne, Wyoming +0.5054 aapg_aa_112.html aapg_aa_112.html:91:9795:9803 Sundance Cheyenne, Wyoming +0.48858 cspg_html_5501097280 cspg_html_5501097280:342:39682:39706 Gog Calgary +0.276315 gsa_html_1254347878 gsa_html_1254347878:400:44334:44353 Grinnell Western world +0.259077 cspg_html_7872970297 cspg_html_7872970297:818:63937:63945 Columbia Victoria, British Columbia +0.257446 aapg_ae_609.html aapg_ae_609.html:70:9865:9874 Sunniland South Florida metropolitan area +0.6594 palaios_html_8915371254 palaios_html_8915371254:678:43776:43792 Tamana Trinidad and Tobago +0.257446 aapg_ai_364.html aapg_ai_364.html:73:8948:8953 Boggy Bartlesville, Oklahoma +0.5019 aapg_ad_257.html aapg_ad_257.html:92:9517:9535 Hosston Mississippi River +0.49794 gsa_html_9927514538 gsa_html_9927514538:1058:72263:72268 Trail Indonesia +0.477603 cspg_html_7086880709 cspg_html_7086880709:482:63763:63775 Fort Simpson Mackenzie River +0.466115 cspg_html_9214997177 cspg_html_9214997177:21:2630:2661 Elk Regina, Saskatchewan +0.27192 aapg_aa_943.html aapg_aa_943.html:117:9419:9435 Goliad Texas +0.257374 cspg_html_4541662139 cspg_html_4541662139:75:9859:9877 Independence Iowa +0.468462 aapg_ad_812.html aapg_ad_812.html:3:468:476 Colorado Logan, Utah +0.246514 aapg_af_149.html aapg_af_149.html:142:13037:13051 Frio Texas +0.378081 aapg_ad_440.html aapg_ad_440.html:320:30950:30956 Denmar Greenbrier (Great Smoky Mountains) +0.265584 geology_html_3625758291 geology_html_3625758291:273:23831:23835 Bond North Atlantic Current +0.499032 gsa_html_5193064397 gsa_html_5193064397:870:78864:78892 Green River Iran +0.5225 aapg_ad_466.html aapg_ad_466.html:165:18094:18099 Salem Atlantic Highlands, New Jersey +0.481874 aapg_ai_28.html aapg_ai_28.html:451:43101:43111 Rio Grande Texas +0.453628 aapg_aa_615.html aapg_aa_615.html:54:6893:6901 Colorado Logan, Utah +0.45628 aapg_ad_717.html aapg_ad_717.html:65:6861:6878 Hermosa Colorado +0.12091 aapg_aa_147.html aapg_aa_147.html:535:55503:55523 Stony Mountain Red River of the North +0.364064 aapg_aa_391.html aapg_aa_391.html:305:26259:26267 Woodbine Arkansas +0.484568 sedimentology_html_3490784844 sedimentology_html_3490784844:1394:107726:107748 Bonanza Great Basin +0.509409 gsa_html_9511249221 gsa_html_9511249221:676:69335:69363 Green River Colorado +0.513667 aapg_ah_586.html aapg_ah_586.html:30:2798:2836 Clinton Wayne County, Michigan +0.498419 aapg_ac_983.html aapg_ac_983.html:390:61215:61225 Lane Kansas City, Kansas +0.60847 palaios_html_2623118674 palaios_html_2623118674:929:98814:98834 North Horn Flagstaff, Arizona +0.48076 gsa_html_1024107776 gsa_html_1024107776:975:98854:98865 Mabou Canada +0.851445 aapg_aa_918.html aapg_aa_918.html:1200:124876:124896 Minnekahta Colorado +0.70686 cspg_html_9970905394 cspg_html_9970905394:17:1795:1815 Peel Arctic +0.253967 aapg_aa_267.html aapg_aa_267.html:226:18868:18878 Greenbrier Pennsylvania +0.245895 aapg_ad_871.html aapg_ad_871.html:33:4194:4211 Genshaw Rockport, Massachusetts +0.23716 gsa_html_2168907540 gsa_html_2168907540:845:85524:85530 Oregon Salem, Oregon +0.268242 sedimentology_html_3417381350 sedimentology_html_3417381350:16:1070:1088 Monterey California +0.4788 gsa_html_4724832228 gsa_html_4724832228:897:89392:89400 Temporal Canada +0.489204 aapg_af_808.html aapg_af_808.html:307:40042:40058 Pierre Trinidad and Tobago +0.2455 gsa_html_9233283294 gsa_html_9233283294:742:73112:73117 Yukon Anchorage, Alaska +0.493568 sedimentology_html_3272211803 sedimentology_html_3272211803:1316:64024:64030 Provo Sicily +0.493908 aapg_ae_324.html aapg_ae_324.html:1459:140247:140259 Chambersburg Lowville (town), New York +0.254388 cspg_html_4769973541 cspg_html_4769973541:370:39719:39739 York River York +0.254961 cspg_html_9683836416 cspg_html_9683836416:101:17376:17387 Belly River Lacombe, Alberta +0.251392 sedimentology_html_4225650860 sedimentology_html_4225650860:1099:68857:68895 Duck Creek Perth, Western Australia +0.507936 cspg_html_5955028331 cspg_html_5955028331:531:62272:62288 Viking Central Alberta +0.481632 aapg_ad_759.html aapg_ad_759.html:416:43406:43421 Vaqueros California +0.248937 sedimentology_html_5376758741 sedimentology_html_5376758741:924:80713:80731 Pethei Canada +0.275621 aapg_aa_890.html aapg_aa_890.html:98:10764:10781 Martinsburg Saltville, Virginia +0.489027 aapg_aa_379.html aapg_aa_379.html:132:16235:16245 Greenbrier Pocono Raceway +0.456432 cspg_html_9912281240 cspg_html_9912281240:614:70925:70932 Wapiabi Lacombe, Alberta +0.25333 sedimentology_html_4270818528 sedimentology_html_4270818528:1383:44147:44157 Washington Seattle +0.706842 palaios_html_3103434649 palaios_html_3103434649:290:21974:21994 Tallahatta Benton County, Indiana +0.483294 cspg_html_5705427229 cspg_html_5705427229:19:2058:2072 Woodbend Lacombe, Alberta +0.249996 cspg_html_4270552951 cspg_html_4270552951:178:26143:26148 Favel Niobrara, Nebraska +0.2525 cspg_html_7866293053 cspg_html_7866293053:288:33383:33391 Columbia Victoria, British Columbia +0.480868 sedimentology_html_2623529999 sedimentology_html_2623529999:1064:78822:78832 Santa Cruz Santa Cruz, California +0.265295 aapg_ad_401.html aapg_ad_401.html:174:12794:12813 Fox Hills Fort Union Trading Post National Historic Site +0.256032 aapg_ac_807.html aapg_ac_807.html:466:47258:47276 Nanjemoy Potomac River +0.488814 sedimentology_html_6040142484 sedimentology_html_6040142484:27:1929:1939 Washington Seattle +0.24035 AMJC_html_1938223835 AMJC_html_1938223835:168:22345:22351 Ludlow Stacyville, Iowa +0.46746 palaios_html_7100229719 palaios_html_7100229719:1198:93046:93072 Forest New Mexico +0.444098 aapg_aa_662.html aapg_aa_662.html:13:1670:1711 Onondaga Cambria County, Pennsylvania +0.4883 gsa_html_9152662653 gsa_html_9152662653:944:84077:84097 Sykesville Middle Ordovician +0.463672 aapg_ai_996.html aapg_ai_996.html:1391:64215:64225 Washington Chesapeake Bay +0.462163 cspg_html_4623526246 cspg_html_4623526246:122:13236:13266 Bathurst Canada +0.489636 aapg_ai_468.html aapg_ai_468.html:67:9297:9308 Haynesville Bossier City, Louisiana +0.258937 aapg_ah_972.html aapg_ah_972.html:27:3036:3044 Rockland Neches, Texas +0.503564 aapg_aa_622.html aapg_aa_622.html:44:6083:6100 Kayenta Colorado +0.26059 aapg_af_337.html aapg_af_337.html:14:2067:2088 Piney Point Delaware +0.737625 palaios_html_3614379982 palaios_html_3614379982:18:1520:1538 Niobrara Colorado +0.4977 aapg_ac_632.html aapg_ac_632.html:43:5475:5483 Quadrant Cheyenne, Wyoming +0.25296 cspg_html_4937997995 cspg_html_4937997995:219:25884:25900 Bad Cache Rapids Churchill River (Atlantic) +0.273504 cspg_html_5381643866 cspg_html_5381643866:344:43178:43186 Columbia Victoria, British Columbia +0.73919 aapg_ad_49.html aapg_ad_49.html:125:11855:11872 Cowlitz Washington (state) +0.27405 aapg_af_334.html aapg_af_334.html:442:34116:34134 Frontier Cheyenne, Wyoming +0.486796 cspg_html_4105062490 cspg_html_4105062490:45:4693:4709 Elk Williston, Vermont +0.257374 cspg_html_1870927435 cspg_html_1870927435:167:22867:22872 Nisku North Portal, Saskatchewan +0.256035 aapg_ai_957.html aapg_ai_957.html:372:40058:40068 Rio Grande Uvalde, Texas +0.2646 aapg_ad_695.html aapg_ad_695.html:259:16212:16218 Weches Houston County, Alabama +0.25596 aapg_ae_473.html aapg_ae_473.html:204:19363:19368 Eutaw Tuscaloosa, Alabama +0.486629 aapg_ah_638.html aapg_ah_638.html:95:7915:7935 Citronelle Alabama +0.271437 geology_html_8921428298 geology_html_8921428298:175:20098:20108 Washington Salem, Oregon +0.480459 cspg_html_8727758678 cspg_html_8727758678:157:6448:6465 Gilwood Lacombe, Alberta +0.254584 aapg_ae_876.html aapg_ae_876.html:114:12163:12187 Cedar Mountain San Rafael Swell +0.492032 aapg_ad_812.html aapg_ad_812.html:86:12252:12259 Kayenta Tuba City, Arizona +0.26364 cspg_html_8840748783 cspg_html_8840748783:621:76430:76438 Edmonton Victoria, British Columbia +0.255474 cspg_html_9894399778 cspg_html_9894399778:78:7181:7189 Ashville Swan River, Manitoba +0.24769 aapg_ac_271.html aapg_ac_271.html:209:18492:18501 Queenston Erie County, New York +0.243 jgeology_html_4310881782 jgeology_html_4310881782:994:62488:62512 Bouse Colorado +0.476586 aapg_aa_954.html aapg_aa_954.html:299:28818:28835 Cypress Salem, Massachusetts +0.398069 aapg_ac_749.html aapg_ac_749.html:26:3415:3426 Collingwood Bruce Peninsula National Park +0.386316 aapg_ac_730.html aapg_ac_730.html:57:8112:8128 Dakota Logan, Utah +0.265727 cspg_html_5829674461 cspg_html_5829674461:416:44709:44726 Cardium Lacombe, Alberta +0.490028 aapg_af_655.html aapg_af_655.html:354:28392:28413 Green River Colorado +0.646971 aapg_aa_16.html aapg_aa_16.html:177:18343:18364 Willow Tank Reno, Nevada +0.455415 cspg_html_4680804918 cspg_html_4680804918:480:63299:63319 Bow Island Colorado +0.283692 aapg_ah_222.html aapg_ah_222.html:114:10948:10964 Hermosa Hermosa, Chicago +0.52858 aapg_ac_575.html aapg_ac_575.html:437:65789:65809 Phosphoria Cheyenne, Wyoming +0.481806 aapg_ae_75.html aapg_ae_75.html:192:25877:25896 Mesaverde Colorado +0.249428 sedimentology_html_7586891792 sedimentology_html_7586891792:1204:85000:85004 Hall London, Ontario +0.475695 aapg_ae_415.html aapg_ae_415.html:873:108699:108704 Tampa Alabama +0.372496 cspg_html_5688447798 cspg_html_5688447798:161:24063:24083 Blue Fiord Ellesmere Island +0.25039 aapg_ac_767.html aapg_ac_767.html:226:29577:29591 Hondo Santa Ynez, California +0.26416 cspg_html_3124360347 cspg_html_3124360347:47:9235:9252 Everton Smithville, Ontario +0.249964 cspg_html_3473883402 cspg_html_3473883402:359:57677:57698 San Andres Canada +0.283526 geology_html_8482136832 geology_html_8482136832:267:22758:22769 Green River Colorado +0.244976 aapg_ad_306.html aapg_ad_306.html:144:19172:19187 Peten Honduras +0.524 gsa_html_6169925575 gsa_html_6169925575:1262:109650:109678 Green River Colorado +0.239608 aapg_ad_580.html aapg_ad_580.html:471:61749:61753 Kent Powder River (Montana) +0.495008 aapg_ai_28.html aapg_ai_28.html:354:33590:33597 Reynosa Uvalde, Texas +0.383148 cspg_html_1004940981 cspg_html_1004940981:76:11994:12003 Bay Fiord Ellesmere Island +0.27613 cspg_html_5697056884 cspg_html_5697056884:510:52752:52773 Winnipeg Regina, Saskatchewan +0.248997 aapg_af_544.html aapg_af_544.html:205:23636:23648 Grass Valley Reno, Nevada +0.50244 aapg_ah_158.html aapg_ah_158.html:173:31123:31133 Georgetown Bear Mountain (Connecticut) +0.257048 cspg_html_1347848644 cspg_html_1347848644:410:47664:47670 Moscow Russia +0.273528 aapg_ah_416.html aapg_ah_416.html:62:4984:4994 Milk River Barnwell, Northamptonshire +0.263626 aapg_af_598.html aapg_af_598.html:91:8278:8285 Lenapah Tulsa, Oklahoma +0.269217 aapg_ac_252.html aapg_ac_252.html:173:17469:17477 Toroweap Arizona +0.248003 aapg_ae_791.html aapg_ae_791.html:200:17779:17792 Carlin Canyon Little Humboldt River +0.482729 cspg_html_4937997995 cspg_html_4937997995:788:73286:73311 Kenogami River River Severn +0.361608 cspg_html_2139304729 cspg_html_2139304729:9:979:999 Griper Bay Middle East +0.521352 aapg_ad_67.html aapg_ad_67.html:288:37450:37469 Wilcox Shreveport, Louisiana +0.479744 cspg_html_2973952956 cspg_html_2973952956:570:43982:43990 Columbia Victoria, British Columbia +0.47838 aapg_ae_187.html aapg_ae_187.html:153:16190:16198 Michigan Illinois +0.5073 aapg_ae_705.html aapg_ae_705.html:147:15360:15367 Sisquoc Rancho Santa Margarita, California +0.254496 aapg_ai_504.html aapg_ai_504.html:126:12850:12864 Mission Canyon Williston, Vermont +0.252464 gsa_html_1164021120 gsa_html_1164021120:149:11656:11678 Gorge Texas +0.476 gsa_html_4067767548 gsa_html_4067767548:147:15335:15345 Laurentian Blue Ridge Mountains +0.513135 aapg_aa_124.html aapg_aa_124.html:615:63143:63151 Columbia Victoria, British Columbia +0.482895 cspg_html_7086880709 cspg_html_7086880709:329:43059:43079 Horn River Buffalo National River +0.470288 jgeology_html_1836103970 jgeology_html_1836103970:168:12654:12663 Claremont New Glasgow, Nova Scotia +0.24021 cspg_html_2822917851 cspg_html_2822917851:256:29216:29231 Canol Canada +0.477506 cspg_html_7086880709 cspg_html_7086880709:271:33613:33621 Columbia Victoria, British Columbia +0.27108 cspg_html_4680804918 cspg_html_4680804918:488:64311:64321 Milk River Bow Island Airport +0.47336 aapg_aa_844.html aapg_aa_844.html:415:42650:42669 Catskill Chemung, New York +0.495281 cspg_html_7404699681 cspg_html_7404699681:6:482:490 Columbia Victoria, British Columbia +0.25228 aapg_ai_787.html aapg_ai_787.html:127:14430:14438 Oakville Oakville, California +0.241045 geology_html_5415227903 geology_html_5415227903:159:16222:16225 Arc Anchorage, Alaska +0.46944 sedimentology_html_2139169476 sedimentology_html_2139169476:45:2953:2962 Peninsula Kula, Hawaii +0.483426 gsa_html_8076115820 gsa_html_8076115820:848:58436:58456 Uinta Logan, Utah +0.504336 aapg_ah_847.html aapg_ah_847.html:27:3523:3529 Tinton Navesink River +0.270375 aapg_aa_691.html aapg_aa_691.html:673:90636:90644 Michigan Salina, Kansas +0.24816 aapg_ac_219.html aapg_ac_219.html:398:64059:64068 La Quinta Colombia +0.246012 cspg_html_1732329534 cspg_html_1732329534:67:9776:9798 Porcupine Red Deer, Alberta +0.49337 cspg_html_8739892219 cspg_html_8739892219:429:51721:51729 Columbia Victoria, British Columbia +0.451088 aapg_ad_798.html aapg_ad_798.html:133:14353:14363 Montgomery Shreveport, Louisiana +0.458367 aapg_ai_278.html aapg_ai_278.html:86:11973:11991 San Cayetano Africa +0.501507 aapg_ae_26.html aapg_ae_26.html:158:15979:15987 Gallatin Kentucky +0.468414 cspg_html_4235335749 cspg_html_4235335749:8:809:829 Milk River Western world +0.50232 aapg_ad_466.html aapg_ad_466.html:66:6849:6856 Matawan Monmouth +0.432306 cspg_html_9683836416 cspg_html_9683836416:468:71703:71720 Belly River Regina, Saskatchewan +0.256688 aapg_ah_198.html aapg_ah_198.html:528:67398:67416 Monterey California +0.260568 aapg_ad_317.html aapg_ad_317.html:125:12856:12867 Beekmantown Middle Ordovician +0.480194 aapg_ac_965.html aapg_ac_965.html:37:5248:5266 Coeymans New Scotland, New York +0.365859 aapg_ac_200.html aapg_ac_200.html:406:39588:39606 Evanston Wasatch Range +0.25959 cspg_html_2820961138 cspg_html_2820961138:662:65541:65558 Cardium Lacombe, Alberta +0.499094 cspg_html_3008745251 cspg_html_3008745251:195:26370:26378 Columbia Victoria, British Columbia +0.255867 palaios_html_2945835736 palaios_html_2945835736:127:12263:12281 Willwood Fort Union Trading Post National Historic Site +0.244904 cspg_html_7023269572 cspg_html_7023269572:31:4616:4636 Beavertail Mackenzie River +0.484242 aapg_ai_0.html aapg_ai_0.html:248:30888:30897 Ingleside Copano, Texas +0.264096 aapg_ae_917.html aapg_ae_917.html:305:33715:33725 Mill Creek Bald Mountain (Idaho) +0.258552 cspg_html_9957758447 cspg_html_9957758447:242:34118:34137 Saskatchewan Manitoba +0.260428 aapg_ah_330.html aapg_ah_330.html:76:8495:8512 Temblor Monterey, California +0.247779 aapg_ai_4.html aapg_ai_4.html:90:9855:9862 Temblor Rancho Santa Margarita, California +0.366561 aapg_aa_622.html aapg_aa_622.html:161:19848:19864 Chinle Arizona +0.247416 aapg_ae_419.html aapg_ae_419.html:334:42408:42414 Sierra Coahuila +0.268474 aapg_aa_357.html aapg_aa_357.html:368:34033:34049 Chinle Chinle Formation +0.270918 aapg_ae_998.html aapg_ae_998.html:118:15123:15138 Evanston Absaroka +0.364874 palaios_html_9583625967 palaios_html_9583625967:77:9876:9894 Harkless California +0.249951 gsa_html_1254347878 gsa_html_1254347878:400:44322:44329 Creston Western world +0.522909 aapg_aa_399.html aapg_aa_399.html:352:28992:28999 Bearpaw Lethbridge +0.382185 geology_html_5414679991 geology_html_5414679991:253:24173:24190 Chadron Nebraska +0.27169 aapg_ac_720.html aapg_ac_720.html:112:14298:14309 Hornerstown Navesink River +0.485898 aapg_ad_659.html aapg_ad_659.html:463:66570:66578 Michigan Wisconsin +0.242725 sedimentology_html_4303519838 sedimentology_html_4303519838:811:65456:65480 El Paso Texas +0.265738 aapg_ad_918.html aapg_ad_918.html:211:26601:26617 Colorado Colorado +0.47012 cspg_html_8988872363 cspg_html_8988872363:37:5625:5634 Mould Bay Western world +0.36057 sedimentology_html_6346136313 sedimentology_html_6346136313:1491:93952:93968 Morgan Logan, Utah +0.486315 geology_html_9685477691 geology_html_9685477691:296:25931:25940 San Diego San Andreas Fault +0.236147 aapg_af_857.html aapg_af_857.html:80:7139:7160 Sycamore Sycamore Canyon +0.25431 aapg_ae_161.html aapg_ae_161.html:27:3969:3974 Mt Lytton Judith River Formation +0.485706 aapg_ad_2.html aapg_ad_2.html:401:60399:60406 Potsdam Adirondack Park +0.266392 palaios_html_3232474978 palaios_html_3232474978:66:6796:6804 Columbia Victoria, British Columbia +0.243915 gsa_html_4593629541 gsa_html_4593629541:75:8231:8243 Smalls Falls Rangeley, Maine +0.500455 geology_html_8986165275 geology_html_8986165275:15:934:944 Santa Cruz Santa Cruz, California +0.256512 cspg_html_5881057557 cspg_html_5881057557:266:33567:33586 Irene Canadian Arctic Archipelago +0.464312 aapg_ad_844.html aapg_ad_844.html:13:1510:1523 Turner Valley Canada +0.40392 aapg_ai_80.html aapg_ai_80.html:337:34854:34860 Cannon Kentucky +0.24948 cspg_html_3982722300 cspg_html_3982722300:10:935:942 Spokane Washington (state) +0.248997 gsa_html_7102550258 gsa_html_7102550258:1045:109578:109611 Wanakah New Mexico +0.474797 aapg_ae_171.html aapg_ae_171.html:269:23392:23398 Denver Denver +0.480681 aapg_ac_151.html aapg_ac_151.html:163:26644:26656 Frio Brazoria County, Texas +0.361657 aapg_ae_154.html aapg_ae_154.html:34:4562:4572 Besa River Liard River, British Columbia +0.254214 aapg_ah_378.html aapg_ah_378.html:434:42013:42023 San Andres New Mexico +0.245021 aapg_aa_473.html aapg_aa_473.html:276:40374:40391 Muskwa Victoria, British Columbia +0.509081 aapg_ac_408.html aapg_ac_408.html:85:8966:8975 Vicksburg Agua Dulce, Nueces County, Texas +0.482157 aapg_aa_863.html aapg_aa_863.html:22:2423:2438 Mural Arizona +0.262566 cspg_html_9136481292 cspg_html_9136481292:524:58099:58118 Peace River Canada +0.256853 cspg_html_9516677253 cspg_html_9516677253:278:32367:32384 Cardium Lacombe, Alberta +0.467432 aapg_aa_702.html aapg_aa_702.html:253:80395:80403 Colorado Routt County, Colorado +0.38745 palaios_html_1729153923 palaios_html_1729153923:754:67493:67509 Lime Creek Iowa +0.4705 aapg_af_469.html aapg_af_469.html:51:7520:7525 Midas Reno, Nevada +0.849684 aapg_ah_534.html aapg_ah_534.html:176:14267:14277 Mahantango Pennsylvania +0.504336 aapg_ai_256.html aapg_ai_256.html:98:11800:11810 Eau Claire Franconia, New Hampshire +0.49712 AMJC_html_6341723617 AMJC_html_6341723617:1120:94090:94098 Colorado Denver +0.477225 gsa_html_7020634397 gsa_html_7020634397:55:5196:5218 Nation River Anchorage, Alaska +0.46176 aapg_ae_677.html aapg_ae_677.html:880:82623:82631 Virginia Virginia +0.505818 gsa_html_9888767960 gsa_html_9888767960:531:57028:57034 Moscow Russia +0.244 aapg_ae_419.html aapg_ae_419.html:2196:150118:150124 Sierra Matamoros, Tamaulipas +0.258482 aapg_aa_20.html aapg_aa_20.html:71:9068:9091 Tradewater Caseyville, Illinois +0.22896 aapg_ad_879.html aapg_ad_879.html:889:68833:68844 San Antonio Texas +0.477087 aapg_ai_583.html aapg_ai_583.html:860:87862:87868 Casper Colorado +0.257346 cspg_html_3854139935 cspg_html_3854139935:11:1167:1179 Judith River Lacombe, Alberta +0.260075 aapg_aa_124.html aapg_aa_124.html:239:24874:24894 Cadomin Lacombe, Alberta +0.459316 aapg_ae_658.html aapg_ae_658.html:563:58237:58243 Denver Colorado +0.35638 aapg_ad_466.html aapg_ad_466.html:1348:144207:144214 Magothy Delaware +0.251502 jgeology_html_8355852976 jgeology_html_8355852976:851:50460:50468 Colorado Pueblo, Colorado +0.25122 aapg_ac_900.html aapg_ac_900.html:128:11131:11145 Mission Canyon Pierce County, Washington +0.265224 cspg_html_1520641026 cspg_html_1520641026:212:21562:21574 Cooking Lake Canada +0.396865 cspg_html_8362959053 cspg_html_8362959053:92:13802:13813 Shaftesbury Victoria, British Columbia +0.487113 aapg_ai_72.html aapg_ai_72.html:121:9643:9656 Jackson Texas +0.49305 aapg_ae_594.html aapg_ae_594.html:238:27318:27330 Austin Chalk Del Rio, Tennessee +0.249498 gsa_html_9643610413 gsa_html_9643610413:720:45298:45342 Laurel San Fernando Valley +0.256985 cspg_html_3597281324 cspg_html_3597281324:64:8597:8615 Scollard Saint Kitts and Nevis +0.25602 aapg_ae_407.html aapg_ae_407.html:134:13094:13098 Bond Macoupin County, Illinois +0.51183 gsa_html_7530189581 gsa_html_7530189581:30:2867:2895 Green River Colorado +0.4862 gsa_html_3151431803 gsa_html_3151431803:89:10628:10636 Moenkopi Chinle Formation +0.505626 aapg_ae_658.html aapg_ae_658.html:247:32069:32077 Michigan Antrim, County Antrim +0.2545 aapg_ac_337.html aapg_ac_337.html:51:5243:5248 Cassa Hartville, Missouri +0.249744 gsa_html_2374661120 gsa_html_2374661120:522:52885:52895 Bear River Snake River Canyon (Idaho) +0.5082 aapg_af_26.html aapg_af_26.html:217:19038:19058 Columbia Tripoli, Lebanon +0.254856 cspg_html_2653900441 cspg_html_2653900441:157:22610:22621 Marsh Creek Edmonton, London +0.256853 cspg_html_7086880709 cspg_html_7086880709:161:18441:18460 Chinchaga Great Slave Lake +0.251392 sedimentology_html_8006979411 sedimentology_html_8006979411:1114:90644:90664 Colorado Canada +0.25578 gsa_html_2832151886 gsa_html_2832151886:773:64377:64389 Beaver Mines Canada +0.256905 aapg_af_2.html aapg_af_2.html:266:29700:29705 Ouray Colorado +0.48059 cspg_html_2873888604 cspg_html_2873888604:451:60476:60485 Baldonnel Canada +0.252 jgeology_html_2563614336 jgeology_html_2563614336:1099:72033:72044 Palm Spring California +0.51198 aapg_ad_430.html aapg_ad_430.html:128:9260:9272 Hosston Hillsboro, Oregon +0.262644 aapg_ah_505.html aapg_ah_505.html:464:35198:35207 Leadville Fremont, California +0.487863 cspg_html_1841843683 cspg_html_1841843683:78:13141:13149 Sawtooth Williston Basin +0.42228 aapg_aa_314.html aapg_aa_314.html:38:5738:5750 Rhode Island Block Island +0.246006 aapg_aa_463.html aapg_aa_463.html:212:40738:40752 Fredericksburg Paluxy, Texas +0.25688 aapg_ai_328.html aapg_ai_328.html:343:36091:36101 Kinderhook Sacramento Mountains (California) +0.494235 aapg_ae_315.html aapg_ae_315.html:5:832:845 Spechts Ferry Decorah, Iowa +0.256486 aapg_af_854.html aapg_af_854.html:609:83263:83275 Borden Kentucky +0.254769 cspg_html_2865093674 cspg_html_2865093674:169:16887:16892 Price Canada +0.259534 cspg_html_3229148473 cspg_html_3229148473:6:366:383 Wapiabi Southeast Asia +0.47829 aapg_ae_915.html aapg_ae_915.html:158:10560:10576 Dakota Nebraska +0.246506 geology_html_9547147082 geology_html_9547147082:163:19228:19233 Crete Africa +0.43435 aapg_ah_847.html aapg_ah_847.html:323:38664:38676 Wilcox Alabama +0.467677 cspg_html_4861932119 cspg_html_4861932119:557:64168:64186 Kootenay Lacombe, Alberta +0.378741 cspg_html_9361096527 cspg_html_9361096527:31:6896:6927 Judith River Lacombe, Alberta +0.49087 gsa_html_5843564589 gsa_html_5843564589:9:317:344 Columbia Columbia River +0.492336 aapg_ae_371.html aapg_ae_371.html:231:22021:22029 Kootenai Great Falls (Missouri River) +0.272626 aapg_ah_190.html aapg_ah_190.html:580:75957:75961 Hall North Atlantic Current +0.24156 cspg_html_7310162886 cspg_html_7310162886:166:22044:22059 Kayak Prudhoe Bay Oil Field +0.246206 aapg_ae_40.html aapg_ae_40.html:286:26809:26829 Cool Creek Healdton, Oklahoma +0.483488 aapg_ad_11.html aapg_ad_11.html:100:13924:13934 Fort Union Forsyth, Missouri +0.258028 gsa_html_8076115820 gsa_html_8076115820:827:56788:56809 Big Cottonwood Logan, Utah +0.251955 cspg_html_7086537250 cspg_html_7086537250:662:95130:95152 Cooking Lake Lacombe, Alberta +0.503608 cspg_html_2784057671 cspg_html_2784057671:667:70351:70357 Oregon Washington (state) +0.49248 gsa_html_7756840723 gsa_html_7756840723:807:68691:68719 Green River Iran +0.511353 aapg_ad_2.html aapg_ad_2.html:1159:158504:158515 Black River Middle Ordovician +0.438513 aapg_aa_960.html aapg_aa_960.html:441:34280:34290 Twin Creek Logan, Utah +0.496434 aapg_ae_525.html aapg_ae_525.html:37:3793:3826 Morrison Mesa County, Colorado +0.468384 aapg_ae_777.html aapg_ae_777.html:603:67676:67693 Tererro Sangre de Cristo Range +0.262973 aapg_ai_985.html aapg_ai_985.html:176:15661:15669 San Jose Guayana Region +0.70007 aapg_aa_546.html aapg_aa_546.html:168:16584:16600 Dakota Black Hills +0.276595 aapg_ad_564.html aapg_ad_564.html:4379:335002:335013 Skull Creek Black Hills +0.256011 cspg_html_4348111624 cspg_html_4348111624:330:42744:42772 Prairie Regina, Saskatchewan +0.486675 cspg_html_5891044027 cspg_html_5891044027:358:70201:70219 Sheppard Purcell Mountains +0.48112 sedimentology_html_3417381350 sedimentology_html_3417381350:1540:108129:108143 Monterey California +0.233 cspg_html_5438428738 cspg_html_5438428738:26:3992:4011 Athabasca Regina, Saskatchewan +0.265668 aapg_ae_845.html aapg_ae_845.html:147:16252:16272 Mesaverde Wasatch Range +0.25896 aapg_af_354.html aapg_af_354.html:22:3491:3496 Sespe Santa Monica Mountains +0.488177 gsa_html_3445493534 gsa_html_3445493534:692:72761:72787 Monterey California +0.653248 aapg_ac_511.html aapg_ac_511.html:7:945:954 Wapanucka Atoka, Oklahoma +0.24912 aapg_ai_326.html aapg_ai_326.html:244:30204:30213 Port Ewen Monterey, California +0.250458 aapg_ae_613.html aapg_ae_613.html:187:23050:23065 Bream Egersund +0.263169 AMJC_html_8883212571 AMJC_html_8883212571:1103:109528:109565 Slave Point Canada +0.27089 aapg_af_799.html aapg_af_799.html:514:40091:40095 Lodo Western world +0.481418 gsa_html_8398449001 gsa_html_8398449001:664:55188:55198 Bear River Bear Lake, Michigan +0.695832 aapg_aa_302.html aapg_aa_302.html:56:7563:7583 Phosphoria Wood River (Oregon) +0.267225 aapg_af_242.html aapg_af_242.html:66:7591:7597 Sierra Sierra Azul Open Space Preserve +0.269878 cspg_html_8915218033 cspg_html_8915218033:267:26428:26448 Mount Head Missouri River +0.24141 palaios_html_2859810051 palaios_html_2859810051:389:34723:34741 Niobrara Colorado +0.24638 cspg_html_2873888604 cspg_html_2873888604:142:23822:23854 Montney Lacombe, Alberta +0.259072 sedimentology_html_3580525535 sedimentology_html_3580525535:1370:76113:76132 Mansfield Bloomington, Indiana +0.472104 aapg_ad_152.html aapg_ad_152.html:159:21557:21565 Wendover Logan, Utah +0.510963 aapg_ad_67.html aapg_ad_67.html:266:35108:35115 Carrizo Carrizo Plain +0.282988 aapg_ac_654.html aapg_ac_654.html:29:2959:2971 Vernon Syracuse, New York +0.367821 aapg_af_664.html aapg_af_664.html:356:39591:39601 San Andres Sheffield station +0.4864 palaios_html_1369959458 palaios_html_1369959458:976:71165:71174 San Diego Venezuela +0.25627 aapg_af_808.html aapg_af_808.html:305:39891:39907 Pierre Trinidad and Tobago +0.256432 cspg_html_5541725202 cspg_html_5541725202:12:1518:1528 Boss Point Riversdale, New Zealand +0.261975 aapg_ac_575.html aapg_ac_575.html:208:34339:34344 Weber Western world +0.25957 aapg_ae_5.html aapg_ae_5.html:297:34920:34934 Earp Arizona +0.480168 aapg_ad_811.html aapg_ad_811.html:727:83773:83778 Pearl Colorado +0.499939 cspg_html_8612721867 cspg_html_8612721867:781:92292:92310 Redknife Victoria, British Columbia +0.26664 palaios_html_6528985782 palaios_html_6528985782:24:1844:1864 Beaufort Balfour, Orkney +0.463193 cspg_html_7402164801 cspg_html_7402164801:402:38794:38802 Lea Park Lacombe, Alberta +0.489915 aapg_aa_37.html aapg_aa_37.html:226:27661:27678 Oquirrh Logan, Utah +0.25026 cspg_html_1434585715 cspg_html_1434585715:18:2288:2306 Paskapoo Lacombe, Alberta +0.861242 aapg_ae_181.html aapg_ae_181.html:97:13915:13926 Coffee Mississippi River +0.478353 geology_html_7065043227 geology_html_7065043227:17:947:957 Santa Cruz Santa Cruz, California +0.48152 aapg_af_897.html aapg_af_897.html:5:750:760 Pottsville Pottsville, Pennsylvania +0.458193 aapg_ac_841.html aapg_ac_841.html:1759:179209:179216 El Abra Mexico +0.242193 aapg_ai_296.html aapg_ai_296.html:785:69474:69491 Everton Arkansas +0.261105 cspg_html_1132698231 cspg_html_1132698231:284:38377:38402 Santa Margarita Santa Cruz Mountains +0.484748 aapg_ac_328.html aapg_ac_328.html:104:11478:11491 Madison Cheyenne, Wyoming +0.850014 aapg_ah_633.html aapg_ah_633.html:17:3023:3045 Chickasawhay Melbourne, Florida +0.259077 aapg_ae_994.html aapg_ae_994.html:68:7801:7828 Madison Cheyenne, Wyoming +0.471441 aapg_ai_17.html aapg_ai_17.html:250:21440:21460 Sabine Alabama +0.493189 gsa_html_8551608565 gsa_html_8551608565:67:5621:5629 Columbia India +0.480636 AMJC_html_2829615437 AMJC_html_2829615437:118:18118:18138 Washington Waynesburg, Pennsylvania +0.49245 aapg_ac_720.html aapg_ac_720.html:4:438:453 Aquia Alabama +0.385641 cspg_html_7457399958 cspg_html_7457399958:101:14451:14465 Beverley Inlet Melville Island (Canada) +0.25544 cspg_html_2882882278 cspg_html_2882882278:11:1805:1840 Belcourt Elk Valley (British Columbia) +0.512848 aapg_ad_397.html aapg_ad_397.html:113:12217:12226 Cockfield Jefferson County, Colorado +0.47092 gsa_html_9515953275 gsa_html_9515953275:454:49759:49795 Protection California +0.247374 gsa_html_7715952024 gsa_html_7715952024:108:11559:11569 Washington Richland, Washington +0.369 cspg_html_6839937815 cspg_html_6839937815:179:25167:25185 Thaynes Logan, Utah +0.259979 cspg_html_9941518291 cspg_html_9941518291:48:8345:8368 Barlow Inlet Douro DOC +0.5088 aapg_ae_236.html aapg_ae_236.html:50:4086:4097 Black Creek Black Creek (Toronto) +0.258048 aapg_aa_904.html aapg_aa_904.html:419:35926:35950 Milk River Milk River, Alberta +0.253952 gsa_html_9161666105 gsa_html_9161666105:895:65568:65601 Windsor Bridgetown, Nova Scotia +0.484632 AMJC_html_6759408618 AMJC_html_6759408618:349:36189:36210 Martinsburg Dauphin, Pennsylvania +0.246492 aapg_af_670.html aapg_af_670.html:322:30467:30475 Colorado Denver +0.263682 cspg_html_6306091047 cspg_html_6306091047:149:22320:22328 Columbia Victoria, British Columbia +0.4715 gsa_html_1130947011 gsa_html_1130947011:101:12027:12034 Bromide Black River, Jamaica +0.23184 aapg_ai_997.html aapg_ai_997.html:700:59462:59469 Panoche Mount Diablo +0.796929 aapg_ah_289.html aapg_ah_289.html:258:37001:37023 Monterey Vail, Colorado +0.474594 aapg_ah_419.html aapg_ah_419.html:20:2221:2234 Bearpaw Lethbridge +0.261096 AMJC_html_9705852531 AMJC_html_9705852531:626:53603:53610 Calvert China +0.22992 sedimentology_html_7553974053 sedimentology_html_7553974053:168:19682:19687 Levis Saint Lawrence River +0.24192 sedimentology_html_8146922415 sedimentology_html_8146922415:283:15941:15953 Devon Island Canada +0.271906 aapg_ac_765.html aapg_ac_765.html:216:38955:38973 Moenkopi Chinle Formation +0.502656 gsa_html_5664265459 gsa_html_5664265459:863:89156:89166 Washington Salem, Oregon +0.507834 aapg_ah_123.html aapg_ah_123.html:250:22561:22572 Salina Macomb, Illinois +0.271405 geology_html_5486340907 geology_html_5486340907:233:19675:19682 Madison Decorah, Iowa +0.499497 palaios_html_8563431807 palaios_html_8563431807:106:12200:12208 Victoria Gold Coast, Queensland +0.818726 cspg_html_6249234253 cspg_html_6249234253:1668:166942:166965 Leduc Redwater, Texas +0.368022 aapg_aa_381.html aapg_aa_381.html:44:6218:6233 Santa Margarita Rancho Santa Margarita, California +0.2601 palaios_html_7179643765 palaios_html_7179643765:449:45542:45553 La Luna Venezuela +0.252945 aapg_ae_3.html aapg_ae_3.html:252:36064:36071 Madison Colorado +0.242949 aapg_ae_6.html aapg_ae_6.html:336:36259:36278 San Marcos Buda, Texas +0.240856 aapg_ah_506.html aapg_ah_506.html:50:5416:5425 Squaw Bay Western world +0.500123 cspg_html_9735723617 cspg_html_9735723617:288:36191:36210 Hecla Bay Melville Island (Canada) +0.523181 aapg_ad_379.html aapg_ad_379.html:827:68531:68549 Cloverly Greybull, Wyoming +0.254961 sedimentology_html_2359041650 sedimentology_html_2359041650:962:85723:85728 Crete Greece +0.277172 sedimentology_html_1574151857 sedimentology_html_1574151857:82:7043:7053 Washington Salem, Oregon +0.474096 aapg_ae_306.html aapg_ae_306.html:909:104168:104176 Trujillo Lake Maracaibo +0.500456 cspg_html_1140317615 cspg_html_1140317615:5:178:202 Cardium Lacombe, Alberta +0.715414 gsa_html_3069013284 gsa_html_3069013284:815:77229:77248 Moenkopi Arizona +0.480414 sedimentology_html_5672063331 sedimentology_html_5672063331:2497:117645:117660 Provo Cheyenne, Wyoming +0.269261 aapg_ae_154.html aapg_ae_154.html:256:25130:25138 Columbia Victoria, British Columbia +0.482463 gsa_html_6753732431 gsa_html_6753732431:10:435:443 Colorado California +0.48654 gsa_html_3942625742 gsa_html_3942625742:24:1677:1689 Little River Metro Manila +0.491303 aapg_ah_329.html aapg_ah_329.html:318:30837:30844 Sisquoc Monterey, California +0.479359 aapg_ah_330.html aapg_ah_330.html:495:42696:42709 Santa Barbara California +0.22237 aapg_ac_530.html aapg_ac_530.html:452:44349:44358 Englewood Colorado +0.500906 gsa_html_7384517973 gsa_html_7384517973:533:55411:55417 Banner Barbados +0.271808 cspg_html_1732329534 cspg_html_1732329534:9:987:1012 Paskapoo Red Deer, Alberta +0.257024 aapg_aa_482.html aapg_aa_482.html:19:3229:3247 Tamasopo Mexico +0.258566 cspg_html_5139035315 cspg_html_5139035315:482:55272:55294 Albert New Brunswick, New Jersey +0.262314 aapg_ac_380.html aapg_ac_380.html:406:47908:47920 Salina Helderberg +0.48756 geology_html_4936682354 geology_html_4936682354:112:10166:10175 San Pedro Costa Rica +0.698763 cspg_html_1118978429 cspg_html_1118978429:32:4137:4143 Fernie Crowsnest Pass, Alberta +0.249639 jgeology_html_4729017492 jgeology_html_4729017492:1311:65696:65717 Manitou Canada +0.516912 aapg_af_13.html aapg_af_13.html:905:85986:85995 Red River Shreveport, Louisiana +0.50721 sedimentology_html_8006979411 sedimentology_html_8006979411:1096:90081:90092 Shaftesbury Lacombe, Alberta +0.258462 gsa_html_9898556493 gsa_html_9898556493:200:24798:24810 Modesto Riverbank, California +0.26418 sedimentology_html_5613495298 sedimentology_html_5613495298:16:1150:1181 Chinle Logan, Utah +0.7144 aapg_ac_661.html aapg_ac_661.html:38:4185:4205 Phosphoria Boise, Idaho +0.245916 cspg_html_5954266359 cspg_html_5954266359:361:46645:46657 Fortin Canada +0.277172 aapg_ad_960.html aapg_ad_960.html:71:6801:6815 Monterey Indian Creek, Florida +0.244518 cspg_html_3102530088 cspg_html_3102530088:71:9358:9383 Milk River Lacombe, Alberta +0.373152 aapg_ac_59.html aapg_ac_59.html:303:38026:38040 Mission Valley San Diego +0.486156 aapg_ae_855.html aapg_ae_855.html:131:14196:14211 North Horn Flagstaff, Arizona +0.260304 palaios_html_6100595217 palaios_html_6100595217:48:4917:4929 Gosport Sand Lisbon +0.238592 aapg_ai_756.html aapg_ai_756.html:43:4016:4025 Smackover Arkansas +0.497202 aapg_ad_85.html aapg_ad_85.html:286:24640:24646 Paluxy Paluxy, Texas +0.457215 aapg_ac_924.html aapg_ac_924.html:97:5909:5916 Madison Cheyenne, Wyoming +0.262135 gsa_html_3069013284 gsa_html_3069013284:142:16718:16734 Chinle Arizona +0.4755 cspg_html_4287356899 cspg_html_4287356899:1171:161800:161821 Sadlerochit Anchorage, Alaska +0.265668 cspg_html_5973552270 cspg_html_5973552270:122:15948:15973 Beaverhill Canada +0.478225 aapg_af_577.html aapg_af_577.html:268:20098:20106 Carlsbad Guadalupe Mountains National Park +0.249228 aapg_af_193.html aapg_af_193.html:630:62721:62729 Emigrant Kentucky +0.242048 aapg_ai_836.html aapg_ai_836.html:396:40301:40323 Sierra South America +0.493164 aapg_af_517.html aapg_af_517.html:624:87170:87184 Monterey California +0.589952 cspg_html_4319383223 cspg_html_4319383223:44:7385:7399 Toad Victoria, British Columbia +0.435214 aapg_ah_537.html aapg_ah_537.html:6:1110:1121 Green River Logan, Utah +0.4896 cspg_html_4272664788 cspg_html_4272664788:81:12574:12582 Columbia Victoria, British Columbia +0.496908 aapg_ae_419.html aapg_ae_419.html:245:32791:32797 Sierra Coahuila +0.256512 gsa_html_3289445934 gsa_html_3289445934:595:48661:48666 Price Canada +0.24929 aapg_af_289.html aapg_af_289.html:313:29091:29097 Brazil Sergipe +0.49115 cspg_html_9332855346 cspg_html_9332855346:125:9267:9273 Ashern Lacombe, Alberta +0.270256 geology_html_1186396673 geology_html_1186396673:241:22145:22150 Rapid Chile +0.641845 aapg_ah_528.html aapg_ah_528.html:535:57655:57665 Winnemucca Winnemucca, Nevada +0.281388 aapg_ad_784.html aapg_ad_784.html:71:9261:9272 White River Simi Valley, California +0.266255 gsa_html_6578729676 gsa_html_6578729676:615:59922:59929 Andrews London, Ontario +0.467038 aapg_ac_23.html aapg_ac_23.html:90:8527:8545 Venango Pleasantville, Venango County, Pennsylvania +0.241045 cspg_html_2769629211 cspg_html_2769629211:675:70454:70471 Muskwa Victoria, British Columbia +0.475792 jgeology_html_8355852976 jgeology_html_8355852976:654:44282:44288 Pueblo Colorado +0.49712 cspg_html_6964953392 cspg_html_6964953392:26:4241:4252 Peace River Canada +0.24735 aapg_ac_511.html aapg_ac_511.html:43:5267:5278 Tulip Creek Grady County, Georgia +0.470322 cspg_html_3124360347 cspg_html_3124360347:344:42590:42606 Stanbridge Lake Champlain +0.594035 cspg_html_2803424832 cspg_html_2803424832:51:6949:6969 Degerbols Ellesmere Island +0.2525 cspg_html_7912545589 cspg_html_7912545589:161:21513:21533 Clearwater CFB Cold Lake +0.254388 aapg_ai_81.html aapg_ai_81.html:123:14325:14343 Venango Pennsylvania +0.466416 cspg_html_7970836465 cspg_html_7970836465:365:36553:36571 Chicotte Anticosti Island +0.50138 cspg_html_4298557570 cspg_html_4298557570:71:11255:11270 Edmonton Edmonton, London +0.48786 aapg_aa_761.html aapg_aa_761.html:619:79755:79771 Viking Lacombe, Alberta +0.250488 AMJC_html_9709478395 AMJC_html_9709478395:611:55750:55756 Brazil Perth, Western Australia +0.2781 aapg_ae_885.html aapg_ae_885.html:221:22175:22185 Naco Hermosa, Chicago +0.263088 cspg_html_8917306391 cspg_html_8917306391:38:5652:5673 Peace River Victoria, British Columbia +0.249428 aapg_aa_913.html aapg_aa_913.html:388:30371:30388 Edwards Texas +0.520144 aapg_ad_153.html aapg_ad_153.html:123:12952:12961 Aux Vases Mississippi River +0.251968 gsa_html_5516163646 gsa_html_5516163646:298:30539:30559 Florissant Colorado +0.269361 gsa_html_4667678389 gsa_html_4667678389:1141:113490:113496 Moscow Idaho County, Idaho +0.812866 aapg_aa_12.html aapg_aa_12.html:203:22838:22853 Viola Knoxville, Tennessee +0.697596 aapg_ad_2.html aapg_ad_2.html:618:90754:90771 Harpers Maryland +0.49632 aapg_af_186.html aapg_af_186.html:894:88243:88265 Woodbine Texas +0.2401 aapg_ah_430.html aapg_ah_430.html:200:15076:15084 Colorado Entrada Sandstone +0.259588 gsa_html_6281775990 gsa_html_6281775990:819:77080:77089 San Diego California +0.469392 gsa_html_3448554349 gsa_html_3448554349:685:74255:74293 Rockwell Maryland +0.46233 cspg_html_6252417471 cspg_html_6252417471:302:44400:44421 Christopher Banks Island +0.252044 aapg_ah_416.html aapg_ah_416.html:239:19989:20009 Milk River Milk River, Alberta +0.486324 aapg_aa_288.html aapg_aa_288.html:356:38820:38831 Mowry Cheyenne, Wyoming +0.478406 cspg_html_9689514766 cspg_html_9689514766:282:34414:34449 Black River Ottawa, Kansas +0.270914 aapg_ae_777.html aapg_ae_777.html:350:40131:40148 Tererro San Miguel County, New Mexico +0.466941 aapg_ad_756.html aapg_ad_756.html:527:61784:61792 Colorado New Mexico +0.264438 aapg_af_26.html aapg_af_26.html:214:18604:18620 Eugene Salem, Massachusetts +0.26316 aapg_ad_800.html aapg_ad_800.html:93:9953:9968 Gordo Mississippi River +0.486095 gsa_html_6971334714 gsa_html_6971334714:892:84440:84447 El Paso El Paso, Texas +0.251001 aapg_af_51.html aapg_af_51.html:486:55330:55338 Colorado Logan, Utah +0.2604 aapg_ah_646.html aapg_ah_646.html:325:38892:38908 Chinle Arizona +0.270364 aapg_ai_410.html aapg_ai_410.html:122:12993:13001 San Luis Conejos, Colorado +0.260099 geology_html_8807787667 geology_html_8807787667:221:22026:22059 Cedar Mountain Logan, Utah +0.268812 gsa_html_8840132442 gsa_html_8840132442:152:19943:19950 Cadomin Gladstone, Oregon +0.476545 aapg_ah_847.html aapg_ah_847.html:376:46168:46187 New Egypt New Egypt, New Jersey +0.493812 aapg_ai_897.html aapg_ai_897.html:116:12876:12895 Llewellyn Middle East +0.48654 gsa_html_3873192514 gsa_html_3873192514:59:4963:4991 Green River Colorado +0.472255 aapg_aa_626.html aapg_aa_626.html:17:2259:2272 Potomac Baltimore +0.479044 geology_html_7703511196 geology_html_7703511196:36:4011:4055 Brushy Canyon West, Texas +0.261522 aapg_af_854.html aapg_af_854.html:845:119766:119773 Renault Kentucky +0.2478 aapg_ah_108.html aapg_ah_108.html:798:62028:62036 San Jose Costa Rica +0.512415 aapg_ad_3.html aapg_ad_3.html:276:24976:24996 Stonehenge Pennsylvania +0.473445 gsa_html_1130947011 gsa_html_1130947011:370:47064:47072 Michigan Ohio +0.25653 aapg_af_771.html aapg_af_771.html:29:4477:4486 Knoxville Great Valley, New York +0.466128 cspg_html_4326384800 cspg_html_4326384800:1049:154713:154722 Waterways Swan Hill, Victoria +0.267064 aapg_ai_724.html aapg_ai_724.html:439:42090:42112 Slave Point Canada +0.261096 aapg_ah_649.html aapg_ah_649.html:489:59274:59282 Santiago Chile +0.25856 aapg_ad_721.html aapg_ad_721.html:572:54504:54514 Whitehorse Carlsbad, New Mexico +0.5263 aapg_ah_646.html aapg_ah_646.html:286:34122:34138 Chinle Rio Arriba County, New Mexico +0.259032 aapg_ae_4.html aapg_ae_4.html:6:1053:1072 Jefferson Samaria (ancient city) +0.269824 aapg_ad_55.html aapg_ad_55.html:17:2104:2136 Dutchtown Decorah, Iowa +0.270908 aapg_aa_147.html aapg_aa_147.html:923:95732:95748 Interlake Regina, Saskatchewan +0.256036 aapg_af_638.html aapg_af_638.html:238:18524:18531 Saginaw Michigan +0.462144 aapg_ad_466.html aapg_ad_466.html:228:29333:29339 Tinton Navesink River +0.48355 AMJC_html_7872796695 AMJC_html_7872796695:302:23437:23459 Dawson Point Dolomites +0.245478 aapg_ac_845.html aapg_ac_845.html:96:11455:11463 Edmonton Williston, Vermont +0.494758 gsa_html_3049782768 gsa_html_3049782768:793:67814:67842 Green River Colorado +0.261632 aapg_ad_11.html aapg_ad_11.html:135:18602:18625 Golden Valley Wasatch Range +0.263144 aapg_ai_144.html aapg_ai_144.html:169:16574:16581 Cardium Bow River +0.423444 aapg_ai_695.html aapg_ai_695.html:11:1142:1160 Beaumont East Texas +0.471276 aapg_ac_380.html aapg_ac_380.html:537:62792:62800 Michigan Ohio +0.506883 aapg_aa_148.html aapg_aa_148.html:26:4268:4274 Dakota Phoenix, Arizona +0.88356 aapg_ah_633.html aapg_ah_633.html:138:19317:19339 Chickasawhay Mississippi River +0.26936 palaios_html_7377371027 palaios_html_7377371027:328:39933:39951 Monterey California +0.47215 palaios_html_1834763898 palaios_html_1834763898:522:51233:51249 Noonday Dolomite California +0.493776 sedimentology_html_1903827149 sedimentology_html_1903827149:2298:125981:125987 Sibley Bonaire +0.407376 aapg_ae_544.html aapg_ae_544.html:7:1037:1056 Greenhorn Niobrara, Nebraska +0.70266 AMJC_html_5969956211 AMJC_html_5969956211:1321:167481:167499 Prichard Washington (state) +0.511272 jgeology_html_1443949870 jgeology_html_1443949870:93:3714:3720 Oregon Salem, Oregon +0.494856 cspg_html_9735723617 cspg_html_9735723617:3997:262115:262134 Escuminac Quebec City +0.262023 gsa_html_9865056817 gsa_html_9865056817:866:77007:77038 Chinle Colorado +0.49022 jgeology_html_8064855537 jgeology_html_8064855537:989:63853:63867 Cedar Mountain Garfield County, Colorado +0.25324 aapg_ae_4.html aapg_ae_4.html:173:19008:19027 Stansbury Logan, Utah +0.462844 AMJC_html_5614368947 AMJC_html_5614368947:223:19602:19608 Oxford Oman +0.48545 gsa_html_6869840610 gsa_html_6869840610:650:50270:50276 Denver Logan, Utah +0.461049 cspg_html_9068495364 cspg_html_9068495364:407:46537:46545 Montreal Quebec City +0.486095 cspg_html_1732329534 cspg_html_1732329534:56:7837:7863 Paskapoo Lacombe, Alberta +0.687834 aapg_ac_949.html aapg_ac_949.html:200:18942:18949 Sligo Melbourne, Florida +0.240792 aapg_ai_28.html aapg_ai_28.html:156:12729:12735 Goliad Goliad County, Texas +0.256512 aapg_aa_15.html aapg_aa_15.html:171:23839:23847 Whitsett Whitsett, North Carolina +0.37774 gsa_html_6038465409 gsa_html_6038465409:708:61173:61192 Fruitland New Mexico +0.490428 cspg_html_6356755616 cspg_html_6356755616:36:5657:5675 Whitemud Lacombe, Alberta +0.46828 palaios_html_1047361324 palaios_html_1047361324:440:43325:43330 Byram Mississippi River +0.275456 aapg_ac_829.html aapg_ac_829.html:63:8437:8447 Dawson Bay Canada +0.238977 aapg_ai_28.html aapg_ai_28.html:831:78821:78838 Reynosa Beaumont, Texas +0.271364 aapg_ac_235.html aapg_ac_235.html:468:50915:50926 Dakota Black Hills +0.256512 aapg_af_785.html aapg_af_785.html:88:8692:8698 Midway Alabama +0.469504 aapg_ah_881.html aapg_ah_881.html:43:4343:4359 Chilliwack Victoria, British Columbia +0.252434 jgeology_html_1357129551 jgeology_html_1357129551:1105:82677:82681 Hall London, Ontario +0.379107 aapg_aa_322.html aapg_aa_322.html:249:23283:23299 Moorefield Arkansas +0.524422 AMJC_html_8866429777 AMJC_html_8866429777:419:51943:51962 Conasauga Alabama +0.887964 aapg_af_551.html aapg_af_551.html:51:5748:5759 Lake Valley Rift Valley lakes +0.505932 cspg_html_1265381145 cspg_html_1265381145:227:22700:22727 Palliser Canada +0.520385 aapg_ae_872.html aapg_ae_872.html:62:8374:8395 Black Creek Tuscaloosa, Alabama +0.502603 gsa_html_9656708346 gsa_html_9656708346:28:2574:2584 Washington Seattle +0.264187 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53696:53709 A-1 Carbonate Michigan Basin +0.244224 aapg_aa_718.html aapg_aa_718.html:69:7700:7720 Waynesburg Waynesburg, Pennsylvania +0.469829 aapg_ac_782.html aapg_ac_782.html:176:30378:30391 Barnett Delaware +0.48864 aapg_ad_169.html aapg_ad_169.html:31:4140:4160 Greenbrier Huntington, West Virginia +0.8977 aapg_aa_114.html aapg_aa_114.html:242:27259:27266 La Joya Mexico +0.258 aapg_ae_581.html aapg_ae_581.html:14:2029:2043 Claggett Rocky Mountains +0.237584 sedimentology_html_8510537334 sedimentology_html_8510537334:184:16462:16482 Tuscarora Juniata County School District +0.253492 cspg_html_3385840278 cspg_html_3385840278:104:15590:15598 Columbia Victoria, British Columbia +0.249856 gsa_html_2989317971 gsa_html_2989317971:1246:123165:123172 Harmony Reno, Nevada +0.468618 geology_html_2449871414 geology_html_2449871414:52:5758:5789 Poleta Reno, Nevada +0.498419 cspg_html_6383234409 cspg_html_6383234409:566:59488:59508 Bird Fiord Bathurst Island (Northern Territory) +0.440232 geology_html_5555850502 geology_html_5555850502:315:21762:21770 Colorado Williston, Vermont +0.245518 cspg_html_2695921112 cspg_html_2695921112:85:9965:9986 Bonaventure Nashville Basin +0.283 aapg_aa_47.html aapg_aa_47.html:400:45474:45490 Maroon Arkansas River +0.269136 geology_html_2632957278 geology_html_2632957278:285:26813:26817 Bern Switzerland +0.240458 cspg_html_3883962749 cspg_html_3883962749:432:50049:50057 Coalspur Lacombe, Alberta +0.237614 aapg_af_891.html aapg_af_891.html:235:26055:26067 Dockum West Texas +0.491384 aapg_aa_89.html aapg_aa_89.html:46:4763:4776 Cotton Valley Calhoun, Georgia +0.24429 aapg_ad_52.html aapg_ad_52.html:173:22777:22786 Coldwater County Roscommon +0.27352 aapg_ai_66.html aapg_ai_66.html:300:26991:27003 Pierre Kremmling, Colorado +0.46563 geology_html_2551930761 geology_html_2551930761:12:618:624 Oregon Salem, Oregon +0.494137 aapg_af_461.html aapg_af_461.html:23:3218:3226 Michigan Wisconsin +0.47071 cspg_html_9476379853 cspg_html_9476379853:12:1103:1115 Saskatchewan Manitoba +0.509736 aapg_aa_712.html aapg_aa_712.html:158:21423:21434 Platteville Decorah, Iowa +0.50592 cspg_html_9046359229 cspg_html_9046359229:94:14367:14374 Shuswap Valhalla, New York +0.439878 aapg_ad_944.html aapg_ad_944.html:152:15004:15012 Sundance Williston, Vermont +0.846858 cspg_html_6383234409 cspg_html_6383234409:203:22014:22034 Blue Fiord Bathurst Island (Northern Territory) +0.50668 cspg_html_6131861361 cspg_html_6131861361:7:632:662 Mackenzie Mackenzie River +0.251923 cspg_html_1225021992 cspg_html_1225021992:46:5155:5188 Shaftesbury River Torrens +0.26448 gsa_html_7499737388 gsa_html_7499737388:744:53778:53796 Caballos Colombia +0.265468 aapg_ad_812.html aapg_ad_812.html:10:2003:2010 Entrada Colorado +0.42471 aapg_ai_145.html aapg_ai_145.html:149:19142:19155 Fernie The Guardian +0.477708 gsa_html_9052101586 gsa_html_9052101586:475:57438:57449 Peoria Peoria, Illinois +0.503285 aapg_ai_688.html aapg_ai_688.html:390:42415:42435 Salina Williamsport, Indiana +0.470808 aapg_ae_999.html aapg_ae_999.html:299:41732:41747 Tampa Melbourne, Florida +0.249919 geology_html_8953766677 geology_html_8953766677:220:20514:20536 Wabamun Calgary +0.270396 aapg_aa_110.html aapg_aa_110.html:72:10107:10118 Green River Cheyenne, Wyoming +0.486 palaios_html_9330263255 palaios_html_9330263255:946:71822:71846 Protection Tokyo +0.507008 aapg_af_394.html aapg_af_394.html:523:57092:57112 Mesaverde Cheyenne, Wyoming +0.281436 aapg_ah_962.html aapg_ah_962.html:61:7066:7071 Viola Atoka, Oklahoma +0.244528 aapg_ae_296.html aapg_ae_296.html:38:4335:4343 Grayburg Delaware +0.26208 aapg_ac_310.html aapg_ac_310.html:38:3486:3496 Deer Creek Golden, Colorado +0.26265 gsa_html_5737673651 gsa_html_5737673651:380:33733:33749 Chinle Arizona +0.276667 aapg_af_143.html aapg_af_143.html:1118:123321:123341 Toro Chile +0.256473 geology_html_2132529104 geology_html_2132529104:229:24286:24296 Santa Cruz Santa Cruz Mountains +0.26416 aapg_ae_69.html aapg_ae_69.html:282:29657:29668 Browns Park Uinta Mountains +0.489204 aapg_ae_113.html aapg_ae_113.html:209:26913:26933 Stuart Western world +0.495558 aapg_ah_779.html aapg_ah_779.html:517:97764:97770 Keokuk Iowa +0.507936 aapg_ad_2.html aapg_ad_2.html:965:133833:133850 Beekmantown Lake Champlain +0.237566 aapg_ae_951.html aapg_ae_951.html:376:42287:42296 Rio Negro Bogota, New Jersey +0.247563 gsa_html_3069013284 gsa_html_3069013284:347:35824:35840 Chinle New Mexico +0.486095 sedimentology_html_7700620799 sedimentology_html_7700620799:1601:108218:108239 Peace River Lacombe, Alberta +0.481005 cspg_html_1188455526 cspg_html_1188455526:276:43074:43089 Lougheed Island Banks Island +0.497555 cspg_html_9346298272 cspg_html_9346298272:288:31555:31566 Trout River Canada +0.258462 aapg_aa_563.html aapg_aa_563.html:314:40238:40258 Eagle Buda, Texas +0.267924 aapg_ah_141.html aapg_ah_141.html:272:22399:22416 Dakota San Juan, Argentina +0.262144 aapg_ac_719.html aapg_ac_719.html:123:13523:13538 Raton Ganges +0.25048 palaios_html_5921824758 palaios_html_5921824758:477:38834:38862 Chuckanut Washington (state) +0.478908 sedimentology_html_1358721859 sedimentology_html_1358721859:1499:91802:91808 Provo Central Switzerland +0.232965 geology_html_6868377343 geology_html_6868377343:327:25077:25109 Mt Lytton Texas +0.497034 aapg_ae_334.html aapg_ae_334.html:173:12752:12765 Savanna Hartshorne, Oklahoma +0.275576 cspg_html_3476862609 cspg_html_3476862609:11:922:932 Laib Salmo, British Columbia +0.495126 aapg_af_868.html aapg_af_868.html:485:36680:36685 Atoka Brentwood, Essex +0.509229 aapg_ad_812.html aapg_ad_812.html:69:9262:9278 Chinle Chinle Formation +0.476933 aapg_af_575.html aapg_af_575.html:308:41227:41247 Smithville Ancient Thebes (Boeotia) +0.256536 cspg_html_1509800797 cspg_html_1509800797:143:14156:14178 St. Mary River Bearpaw Formation +0.267786 cspg_html_3008414459 cspg_html_3008414459:557:64519:64530 Peace River Western Canadian Sedimentary Basin +0.495075 gsa_html_9378676329 gsa_html_9378676329:532:54210:54228 Slope Kyrgyzstan +0.262108 aapg_ak_73.html aapg_ak_73.html:411:35250:35262 Wilcox Texas +0.26514 aapg_ad_466.html aapg_ad_466.html:297:36820:36830 Tuscaloosa Virginia +0.35175 aapg_ac_807.html aapg_ac_807.html:783:77727:77746 Nanafalia Alabama +0.247324 aapg_aa_735.html aapg_aa_735.html:154:13872:13887 Salem Illinois +0.47379 gsa_html_5394777952 gsa_html_5394777952:263:27533:27553 Candelaria Reno, Nevada +0.251748 cspg_html_4010530611 cspg_html_4010530611:12:1615:1634 Morro Moose Mountain (Alberta) +0.500388 aapg_ae_451.html aapg_ae_451.html:13:2416:2427 Fort Norman Mackenzie River +0.44002 gsa_html_3151431803 gsa_html_3151431803:146:19859:19875 Navajo Colorado Plateau +0.268315 gsa_html_1217771406 gsa_html_1217771406:330:29969:29982 Santa Barbara Santa Cruz Island +0.46512 cspg_html_1781462584 cspg_html_1781462584:47:4798:4805 Pekisko Lacombe, Alberta +0.257388 aapg_ai_981.html aapg_ai_981.html:624:49603:49610 Anahuac Carrizo Plain +0.485706 cspg_html_3447886929 cspg_html_3447886929:1005:104879:104900 Lawrence Quebec City +0.255016 aapg_ae_368.html aapg_ae_368.html:9:1618:1629 Honey Creek Llano, Texas +0.263153 palaios_html_2644042510 palaios_html_2644042510:1089:79415:79425 Washington Kennett, Missouri +0.49215 aapg_ah_756.html aapg_ah_756.html:224:19938:19943 Queen Nashville Basin +0.256839 aapg_ae_680.html aapg_ae_680.html:355:35545:35563 Woodbine Texas +0.46906 geology_html_6881575972 geology_html_6881575972:274:25055:25061 Denver Colorado +0.264864 aapg_ad_94.html aapg_ad_94.html:80:7195:7202 St Marys Cincinnati +0.265189 cspg_html_5586087088 cspg_html_5586087088:321:36402:36415 Parry Islands Melville Island (Canada) +0.480537 cspg_html_8690548664 cspg_html_8690548664:190:24533:24546 Mountain Park Kilby +0.50456 aapg_ah_528.html aapg_ah_528.html:16:1869:1877 Dinwoody Logan, Utah +0.486402 gsa_html_9112056802 gsa_html_9112056802:770:82454:82486 Taylor Antarctica +0.478848 aapg_ad_36.html aapg_ad_36.html:241:25292:25298 Paluxy Woods County, Oklahoma +0.500226 cspg_html_5438428738 cspg_html_5438428738:552:63284:63295 Rabbit Lake Canada +0.26341 aapg_af_789.html aapg_af_789.html:216:29347:29366 Hampshire Chemung, New York +0.48776 cspg_html_4270552951 cspg_html_4270552951:182:26709:26717 Niobrara Niobrara, Nebraska +0.25026 sedimentology_html_6376801731 sedimentology_html_6376801731:203:17898:17906 Beaufort South Africa +0.442722 cspg_html_2139304729 cspg_html_2139304729:79:12602:12625 Snowblind Bay Wales Island (British Columbia) +0.263165 cspg_html_3589404052 cspg_html_3589404052:713:78685:78701 Debolt Lacombe, Alberta +0.165 cspg_html_5534161222 cspg_html_5534161222:558:58512:58528 Fernie Western Canadian Sedimentary Basin +0.258462 gsa_html_3484366946 gsa_html_3484366946:1138:107444:107455 Sadlerochit Anchorage, Alaska +0.260096 aapg_ah_273.html aapg_ah_273.html:92:10932:10941 Milwaukee Milwaukee +0.382935 aapg_ae_562.html aapg_ae_562.html:129:13119:13126 Kanawha Huntington, West Virginia +0.249936 geology_html_9906887454 geology_html_9906887454:53:4073:4085 Owens Valley Sierra Nevada (Spain) +0.4921 cspg_html_1064364469 cspg_html_1064364469:28:3302:3315 Turner Valley Colorado +0.254881 aapg_ac_506.html aapg_ac_506.html:163:18252:18270 Onondaga Erie County, New York +0.490049 aapg_ai_156.html aapg_ai_156.html:262:24152:24167 Oread Toronto +0.266889 aapg_aa_732.html aapg_aa_732.html:459:45898:45912 Stony Mountain Nassau, Bahamas +0.466464 aapg_ad_696.html aapg_ad_696.html:275:25938:25943 Yegua Houston County, Alabama +0.561388 aapg_aa_877.html aapg_aa_877.html:977:113802:113816 Stony Mountain Nassau, Bahamas +0.50232 sedimentology_html_3694687055 sedimentology_html_3694687055:1750:77844:77867 Boulder Creek Canada +0.26429 cspg_html_7939613278 cspg_html_7939613278:16:1746:1771 Mackenzie Canada +0.495286 aapg_ae_29.html aapg_ae_29.html:11:1740:1748 Catskill Pocono Raceway +0.261117 gsa_html_5525079715 gsa_html_5525079715:738:67681:67691 Washington Seattle +0.267253 aapg_ad_3.html aapg_ad_3.html:125:10394:10411 Warrior Pennsylvania +0.251643 cspg_html_8588503765 cspg_html_8588503765:524:62870:62887 Cardium Lacombe, Alberta +0.77517 cspg_html_2161417858 cspg_html_2161417858:384:43255:43272 Exshaw Western Canadian Sedimentary Basin +0.484692 aapg_ah_978.html aapg_ah_978.html:172:18831:18848 San Joaquin Tulare, California +0.252 palaios_html_8113714689 palaios_html_8113714689:440:44003:44011 Colorado Colorado +0.341754 cspg_html_6383234409 cspg_html_6383234409:492:51098:51108 Bird Fiord Ellesmere Island +0.265684 aapg_ah_603.html aapg_ah_603.html:96:7208:7252 Pine Island Shreveport, Louisiana +0.265221 aapg_af_854.html aapg_af_854.html:507:67260:67269 Jefferson West Point, New York +0.271341 cspg_html_8139359744 cspg_html_8139359744:468:61670:61678 Michigan Ontario, California +0.481584 aapg_ai_759.html aapg_ai_759.html:50:5370:5378 Michigan Huntington, West Virginia +0.248857 aapg_ae_419.html aapg_ae_419.html:334:42433:42439 Sierra Coahuila +0.476341 sedimentology_html_2444875434 sedimentology_html_2444875434:1439:112204:112225 Buffalo Springs South African Republic +0.474948 aapg_af_93.html aapg_af_93.html:219:25103:25119 Lehman Reno, Nevada +0.468905 cspg_html_9894399778 cspg_html_9894399778:21:1736:1744 Vanguard Regina, Saskatchewan +0.815535 aapg_aa_37.html aapg_aa_37.html:368:46469:46487 Moenkopi Logan, Utah +0.254961 aapg_ad_546.html aapg_ad_546.html:136:22881:22893 Indian Point York +0.26162 cspg_html_2749851978 cspg_html_2749851978:585:67643:67651 Columbia Victoria, British Columbia +0.2254 sedimentology_html_5613495298 sedimentology_html_5613495298:1395:76752:76760 Colorado West, Texas +0.495645 cspg_html_3516764931 cspg_html_3516764931:110:18859:18868 Gog Middle East +0.268203 gsa_html_5564203929 gsa_html_5564203929:495:54898:54906 Columbia Victoria, British Columbia +0.503126 aapg_af_286.html aapg_af_286.html:339:43710:43730 Tuscaloosa Tuscaloosa, Alabama +0.49248 aapg_af_436.html aapg_af_436.html:332:40788:40800 Huntersville Onondaga (tribe) +0.467033 palaios_html_5898287170 palaios_html_5898287170:946:66201:66211 Las Palmas Spain +0.49179 geology_html_2156393433 geology_html_2156393433:84:11226:11232 Oxford London, Ontario +0.24012 aapg_ac_719.html aapg_ac_719.html:116:12102:12125 Poison Canyon Trinidad and Tobago +0.481514 geology_html_9734033201 geology_html_9734033201:389:27474:27482 Colorado Cheyenne, Wyoming +0.500202 aapg_ae_876.html aapg_ae_876.html:498:54152:54160 Colorado Mancos, Colorado +0.498848 gsa_html_3412344071 gsa_html_3412344071:775:68940:68968 Green River Colorado +0.348639 gsa_html_9053175553 gsa_html_9053175553:241:31819:31838 Flagstaff Logan, Utah +0.250952 AMJC_html_6123772937 AMJC_html_6123772937:912:95361:95380 Littleton Portland, Maine +0.66277 aapg_ad_575.html aapg_ad_575.html:310:40120:40139 Minnelusa Cheyenne, Wyoming +0.25755 aapg_ae_71.html aapg_ae_71.html:132:11948:11954 Denver Colorado +0.260304 cspg_html_4623526246 cspg_html_4623526246:24:2529:2542 Parry Islands Bathurst Island (Northern Territory) +0.262416 cspg_html_8040890019 cspg_html_8040890019:859:82993:83001 Columbia Elmworth, Alberta +0.487172 gsa_html_1197940982 gsa_html_1197940982:925:88206:88231 Mehrten Sierra Nevada (Spain) +0.25602 aapg_ae_425.html aapg_ae_425.html:60:7751:7761 Washington Washington (state) +0.225576 aapg_ad_734.html aapg_ad_734.html:357:35981:35998 Madison Great Falls (Missouri River) +0.475524 geology_html_1573138807 geology_html_1573138807:229:22100:22119 Salt Lake Boise, Idaho +0.253492 gsa_html_8955900843 gsa_html_8955900843:15:536:546 Washington Earth +0.381241 aapg_ae_93.html aapg_ae_93.html:39:7369:7382 Elk Fernie, British Columbia +0.48828 aapg_ah_751.html aapg_ah_751.html:55:4371:4388 Eagle Central Texas +0.256536 geology_html_1745354227 geology_html_1745354227:165:17856:17860 Bond Earth +0.236472 gsa_html_5670961546 gsa_html_5670961546:51:5379:5387 Colorado West, Texas +0.492584 aapg_ae_992.html aapg_ae_992.html:38:4181:4190 Popo Agie John Crow Mountains +0.269345 aapg_ac_563.html aapg_ac_563.html:654:96876:96895 Woodbine Polk County, Florida +0.505218 aapg_ai_877.html aapg_ai_877.html:217:23445:23478 Lockport Dolomite Pennsylvania +0.261105 aapg_ah_467.html aapg_ah_467.html:179:14497:14508 Belly River Milk River, Alberta +0.277202 aapg_af_16.html aapg_af_16.html:15:2178:2188 Wind River Powder River (Montana) +0.26061 palaios_html_8929618578 palaios_html_8929618578:550:35394:35403 Peninsula Italy +0.84912 aapg_ah_624.html aapg_ah_624.html:241:23374:23389 Davis Texas +0.478225 gsa_html_4159286899 gsa_html_4159286899:58:3822:3850 Green River Colorado +0.243486 aapg_ai_957.html aapg_ai_957.html:193:21458:21468 Rio Grande Colorado +0.254464 palaios_html_6034217939 palaios_html_6034217939:60:7039:7047 Columbia Victoria, British Columbia +0.479044 aapg_ah_501.html aapg_ah_501.html:77:8054:8077 Comanche Peak Texas +0.48501 aapg_af_461.html aapg_af_461.html:103:10270:10297 Salina Middle East +0.263652 cspg_html_5484260516 cspg_html_5484260516:216:23269:23277 Columbia Victoria, British Columbia +0.512302 geology_html_1998691983 geology_html_1998691983:180:19246:19262 Elwren Bloomington, Indiana +0.612796 aapg_ac_983.html aapg_ac_983.html:330:52950:52964 Iola Linn County, Oregon +0.243236 cspg_html_1159794850 cspg_html_1159794850:167:25810:25834 Detroit River Salina, Kansas +0.50424 aapg_ad_169.html aapg_ad_169.html:491:57396:57414 Maccrady Greenbrier (Great Smoky Mountains) +0.256542 aapg_ac_535.html aapg_ac_535.html:525:51210:51226 Viking Lacombe, Alberta +0.2525 aapg_af_653.html aapg_af_653.html:440:52428:52438 Sespe Southern California +0.242536 gsa_html_8549650339 gsa_html_8549650339:386:39180:39200 Eagle Buda, Texas +0.261085 gsa_html_6589330144 gsa_html_6589330144:409:41250:41258 Loveland Mississippi River +0.448404 aapg_aa_801.html aapg_aa_801.html:21:2274:2289 Bream North Sea oil +0.279948 aapg_ah_97.html aapg_ah_97.html:162:19364:19381 Potsdam Lake Champlain +0.245967 sedimentology_html_7782030865 sedimentology_html_7782030865:1654:79923:79935 Saskatchewan Canada +0.49305 gsa_html_6621461454 gsa_html_6621461454:59:4230:4258 Green River Iran +0.258266 aapg_af_494.html aapg_af_494.html:121:13275:13290 Red Head Rapids Churchill River (Atlantic) +0.264096 aapg_af_785.html aapg_af_785.html:64:7205:7215 Sabinetown Rockdale, Texas +0.26361 aapg_ae_415.html aapg_ae_415.html:875:108928:108951 Chickasawhay Suwannee County, Florida +0.49728 aapg_ai_366.html aapg_ai_366.html:13:1778:1784 Lissie Beaumont, Texas +0.46464 cspg_html_8353857977 cspg_html_8353857977:65:10003:10020 Forteau North Carolina +0.247008 aapg_ai_49.html aapg_ai_49.html:364:46340:46347 Madison Colorado +0.251496 sedimentology_html_3358647812 sedimentology_html_3358647812:1133:87241:87247 Denver Colorado +0.495726 cspg_html_8438548095 cspg_html_8438548095:297:28567:28590 Blood Reserve Drumheller +0.240597 gsa_html_6668275476 gsa_html_6668275476:30:2438:2444 Denver Colorado +0.479359 cspg_html_7989435905 cspg_html_7989435905:253:27529:27537 Columbia Victoria, British Columbia +0.498015 gsa_html_8003826422 gsa_html_8003826422:116:11944:11968 Morrison Sierra Nevada (Spain) +0.25544 gsa_html_1617077506 gsa_html_1617077506:885:85985:85993 Columbia Victoria, British Columbia +0.25948 cspg_html_5559471308 cspg_html_5559471308:110:16437:16444 Bedford Bloomington, Indiana +0.286224 aapg_ac_741.html aapg_ac_741.html:155:18022:18034 Pierre Sharon Springs, Kansas +0.48603 aapg_af_854.html aapg_af_854.html:591:80284:80294 Keokuk Kinderhook (town), New York +0.461448 gsa_html_3014459865 gsa_html_3014459865:284:32126:32145 Bridgeton Closter, New Jersey +0.261602 aapg_ac_881.html aapg_ac_881.html:436:50937:50953 Gorman Texas +0.488005 gsa_html_5482737045 gsa_html_5482737045:78:5687:5715 Green River Colorado +0.265728 sedimentology_html_3455721661 sedimentology_html_3455721661:44:3823:3840 Todilto Entrada Sandstone +0.252648 cspg_html_1481652369 cspg_html_1481652369:349:52383:52416 Windsor Bridgetown, Nova Scotia +0.283514 aapg_ac_634.html aapg_ac_634.html:301:34307:34326 San Andres Littlefield, Arizona +0.244736 cspg_html_9768299963 cspg_html_9768299963:309:32453:32479 Horseshoe Canyon Lacombe, Alberta +0.45966 sedimentology_html_3296239633 sedimentology_html_3296239633:101:12709:12714 Bluff Logan, Utah +0.264528 gsa_html_6982030333 gsa_html_6982030333:173:20032:20045 Nelson Salem, Oregon +0.25959 cspg_html_1019614994 cspg_html_1019614994:345:54768:54788 Lodgepole Regina, Saskatchewan +0.2545 aapg_af_6.html aapg_af_6.html:75:7523:7531 Woodbine Illinois +0.816292 aapg_ai_504.html aapg_ai_504.html:192:19275:19281 Ashern Winnipeg +0.259077 aapg_ai_293.html aapg_ai_293.html:83:7373:7387 Lisburne Northwest Arctic Borough, Alaska +0.470177 aapg_ad_350.html aapg_ad_350.html:427:46188:46200 Huntersville Randolph County, Indiana +0.493056 cspg_html_5949578130 cspg_html_5949578130:673:88710:88730 Swan Hills Canada +0.480129 cspg_html_4132771434 cspg_html_4132771434:99:15049:15057 Columbia Victoria, British Columbia +0.283689 aapg_ah_757.html aapg_ah_757.html:1048:62703:62708 Uinta Logan, Utah +0.253 aapg_af_694.html aapg_af_694.html:98:10245:10253 Carlsbad Lea County Regional Airport +0.25088 aapg_ah_371.html aapg_ah_371.html:100:7798:7809 Summerville Tuscaloosa, Alabama +0.476545 aapg_ad_973.html aapg_ad_973.html:4:430:437 Yucatan Campeche, Campeche +0.454104 aapg_aa_622.html aapg_aa_622.html:161:19796:19813 Wingate Arizona +0.482724 cspg_html_5360570542 cspg_html_5360570542:286:28830:28845 Bluff Grand Cayman +0.23571 aapg_ad_747.html aapg_ad_747.html:26:4193:4199 Sierra Venezuela +0.266772 aapg_ae_369.html aapg_ae_369.html:63:7852:7857 Eutaw Tuscaloosa, Alabama +0.257484 aapg_ae_993.html aapg_ae_993.html:51:6552:6559 Maywood Cheyenne, Wyoming +0.251292 aapg_ad_930.html aapg_ad_930.html:14:2036:2057 Green River Cheyenne, Wyoming +0.488474 aapg_ae_370.html aapg_ae_370.html:519:50032:50056 Scappoose Scappoose, Oregon +0.49536 cspg_html_8363357104 cspg_html_8363357104:21:2097:2108 Survey Peak Logan, Utah +0.25029 aapg_ah_877.html aapg_ah_877.html:958:94012:94020 Woodford San Onofre Nuclear Generating Station +0.489765 aapg_ah_131.html aapg_ah_131.html:19:1988:1995 Rodessa Rodessa, Louisiana +0.2583 aapg_ah_69.html aapg_ah_69.html:195:20592:20612 Waynesboro Pennsylvania +0.475059 aapg_aa_77.html aapg_aa_77.html:77:7994:8023 Aux Vases Spencer County, Kentucky +0.24837 aapg_ad_250.html aapg_ad_250.html:36:3099:3114 Salem Daviess County, Missouri +0.496513 aapg_af_854.html aapg_af_854.html:626:86612:86618 Warsaw Salem, Massachusetts +0.848406 gsa_html_3151431803 gsa_html_3151431803:564:52583:52600 Wingate Earth +0.255009 cspg_html_4103411715 cspg_html_4103411715:451:47840:47854 Colorado Canada +0.501795 aapg_ae_741.html aapg_ae_741.html:238:26388:26405 Shublik Anchorage, Alaska +0.26471 gsa_html_4591711448 gsa_html_4591711448:530:55824:55841 Conant Creek Tuff Elkhorn, Manitoba +0.26884 aapg_ai_31.html aapg_ai_31.html:442:42566:42575 Catahoula Texas +0.260598 aapg_ad_466.html aapg_ad_466.html:1119:120207:120218 Shark River Manasquan, New Jersey +0.463572 aapg_ae_95.html aapg_ae_95.html:128:20581:20602 Lizard Springs Trinidad and Tobago +0.47369 gsa_html_6350949088 gsa_html_6350949088:828:72998:73026 Green River Colorado +0.472553 cspg_html_2492063773 cspg_html_2492063773:32:4174:4190 Spray Qualicum River +0.2626 gsa_html_3046135825 gsa_html_3046135825:175:19094:19102 Colorado Denver +0.483328 sedimentology_html_9634338365 sedimentology_html_9634338365:1244:92680:92708 Sekwi Canada +0.614888 aapg_ae_844.html aapg_ae_844.html:61:4991:5000 Mesaverde Wasatch Range +0.456912 aapg_ae_267.html aapg_ae_267.html:76:7221:7235 Bedford Hyndman, Pennsylvania +0.241332 aapg_ah_387.html aapg_ah_387.html:2817:304560:304569 Knoxville Knoxville, Illinois +0.252984 cspg_html_1124814558 cspg_html_1124814558:34:4821:4844 Grand Rapids Clearwater, Florida +0.26664 aapg_ah_612.html aapg_ah_612.html:98:8557:8565 Columbia Victoria, British Columbia +0.273045 aapg_ac_867.html aapg_ac_867.html:549:76080:76090 Phosphoria Cheyenne, Wyoming +0.42048 aapg_aa_114.html aapg_aa_114.html:243:27487:27494 La Boca Mexico +0.46828 geology_html_2835786525 geology_html_2835786525:12:646:653 Newport Salem, Oregon +0.264248 aapg_ac_741.html aapg_ac_741.html:78:9022:9040 Niobrara Black Hills +0.493568 aapg_aa_732.html aapg_aa_732.html:308:38715:38755 Madison Cheyenne, Wyoming +0.24582 aapg_ad_921.html aapg_ad_921.html:124:14348:14366 Fairview Western world +0.235029 aapg_ac_333.html aapg_ac_333.html:241:30800:30816 Hermosa Colorado +0.265144 aapg_af_767.html aapg_af_767.html:823:89170:89174 Dunn North Sea oil +0.245518 jgeology_html_8406118991 jgeology_html_8406118991:526:48802:48828 Descon Anchorage, Alaska +0.258416 geology_html_1186396673 geology_html_1186396673:335:27601:27610 San Diego California +0.259518 aapg_af_575.html aapg_af_575.html:803:112605:112623 Seminole Holdenville, Oklahoma +0.262656 aapg_ac_629.html aapg_ac_629.html:634:75812:75822 Citronelle Mississippi River +0.248744 aapg_ac_730.html aapg_ac_730.html:162:23339:23348 Greenhorn Mancos, Colorado +0.261576 aapg_aa_712.html aapg_aa_712.html:9:1562:1580 Glenwood Platteville, Colorado +0.266087 gsa_html_3010975239 gsa_html_3010975239:26:1877:1885 Michigan Saginaw, Michigan +0.239514 cspg_html_6644065685 cspg_html_6644065685:314:32652:32671 Hecla Bay Banks Island +0.470782 jgeology_html_4338425861 jgeology_html_4338425861:86:3291:3300 Extension Antarctica +0.36675 aapg_ai_533.html aapg_ai_533.html:129:13700:13708 Winnipeg Winnipeg +0.843402 aapg_ad_596.html aapg_ad_596.html:327:44436:44455 Lodgepole Manitoba +0.448581 cspg_html_5272711466 cspg_html_5272711466:279:33212:33224 Cooking Lake Edmonton, London +0.466074 aapg_aa_588.html aapg_aa_588.html:153:15256:15262 Sierra Isle of Pines, New Caledonia +0.267285 aapg_ai_107.html aapg_ai_107.html:267:27996:28005 Smackover Bossier City, Louisiana +0.47025 aapg_ad_800.html aapg_ad_800.html:117:14136:14146 Mooreville Alabama +0.256432 gsa_html_8236729701 gsa_html_8236729701:194:20572:20592 Chatsworth California +0.254464 gsa_html_6608619586 gsa_html_6608619586:646:57011:57027 Oregon Salem, Oregon +0.488516 aapg_ad_758.html aapg_ad_758.html:441:55557:55566 Conemaugh Allegheny Mountains +0.271806 aapg_ae_871.html aapg_ae_871.html:328:50297:50316 Okpikruak Anchorage, Alaska +0.271872 gsa_html_9770197872 gsa_html_9770197872:14:547:557 Washington Washington (state) +0.470374 aapg_ae_322.html aapg_ae_322.html:25:3866:3876 Pittsburgh Pennsylvania +0.478908 aapg_ae_863.html aapg_ae_863.html:3:313:329 Modelo California +0.369972 aapg_ad_580.html aapg_ad_580.html:472:61946:61967 Green River Logan, Utah +0.276148 aapg_ac_882.html aapg_ac_882.html:364:35172:35190 Fairview Ohio +0.519816 aapg_ae_876.html aapg_ae_876.html:52:6339:6351 Burro Canyon Western world +0.24402 gsa_html_8821895687 gsa_html_8821895687:22:968:976 Colorado Denver +0.428582 gsa_html_9296779210 gsa_html_9296779210:788:68747:68755 Colorado Colorado +0.266156 cspg_html_1114211412 cspg_html_1114211412:208:28520:28526 Wapiti Lacombe, Alberta +0.273408 cspg_html_7278001817 cspg_html_7278001817:102:14870:14887 Montney Victoria, British Columbia +0.257424 palaios_html_4963986509 palaios_html_4963986509:432:47961:47967 Moscow Central Asia +0.24672 aapg_af_354.html aapg_af_354.html:51:7461:7466 Sespe Santa Monica Mountains +0.255024 palaios_html_7995532398 palaios_html_7995532398:598:66684:66694 Washington Washington (state) +0.48355 aapg_ac_634.html aapg_ac_634.html:276:32272:32280 Wolfcamp Beaver County, Pennsylvania +0.538832 aapg_ac_364.html aapg_ac_364.html:71:9034:9042 Sundance Black Hills +0.494592 aapg_ai_153.html aapg_ai_153.html:87:14880:14891 Monongahela Pottsville, Pennsylvania +0.25047 geology_html_3976121515 geology_html_3976121515:83:10142:10149 Bentley Antarctica +0.25553 cspg_html_2863271815 cspg_html_2863271815:202:24158:24174 Guelph Lockport (city), New York +0.940884 aapg_ai_337.html aapg_ai_337.html:683:70929:70935 Salina Michigan +0.48573 aapg_ac_894.html aapg_ac_894.html:65:5361:5370 Oil Creek Cooke County, Texas +0.266766 aapg_af_92.html aapg_af_92.html:54:5268:5295 Prospect Great Basin +0.249991 sedimentology_html_9603159224 sedimentology_html_9603159224:1533:102430:102447 Basal Canada +0.925248 palaios_html_5725013009 palaios_html_5725013009:655:49067:49100 Morrison Logan, Utah +0.485586 aapg_af_85.html aapg_af_85.html:7:1092:1104 Saskatchewan Lacombe, Alberta +0.23958 sedimentology_html_2265212258 sedimentology_html_2265212258:562:44155:44164 Lockatong Passaic, New Jersey +0.5016 aapg_ae_24.html aapg_ae_24.html:182:18197:18209 Rhode Island Flint, Michigan +0.504695 aapg_ac_961.html aapg_ac_961.html:552:58274:58292 Savanna McAlester, Oklahoma +0.469755 aapg_aa_259.html aapg_aa_259.html:174:14411:14444 Medicine Hat Lacombe, Alberta +0.251715 cspg_html_4326384800 cspg_html_4326384800:187:25032:25037 Nisku Lacombe, Alberta +0.255972 sedimentology_html_8041322681 sedimentology_html_8041322681:734:54431:54435 Bond Bering Sea +0.49495 gsa_html_2369540133 gsa_html_2369540133:702:60291:60325 Sanctuary Melbourne, Florida +0.484892 aapg_ae_233.html aapg_ae_233.html:71:8530:8540 Sunderland Pamlico County, North Carolina +0.481371 palaios_html_8399043689 palaios_html_8399043689:112:13594:13602 Montreal Quebec City +0.257004 aapg_ae_981.html aapg_ae_981.html:445:38936:38952 Laurel Bainbridge, Georgia +0.268323 jgeology_html_4631584276 jgeology_html_4631584276:91:3509:3520 Main Street Texas +0.263105 aapg_ad_0.html aapg_ad_0.html:264:22560:22571 Utica Michigan +0.262584 aapg_ad_683.html aapg_ad_683.html:493:49887:49902 Supai Supai, Arizona +0.372588 aapg_ad_443.html aapg_ad_443.html:93:13771:13786 Conasauga Sand Mountain (Nevada) +0.497276 aapg_af_14.html aapg_af_14.html:489:43285:43305 Fort Union Fort Union Trading Post National Historic Site +0.484932 gsa_html_6457388516 gsa_html_6457388516:9:359:368 Eel River California +0.48514 aapg_ae_795.html aapg_ae_795.html:245:30141:30156 Molas Colorado +0.261105 gsa_html_2023933346 gsa_html_2023933346:109:10926:10945 Silverado Santiago +0.262128 aapg_ad_653.html aapg_ad_653.html:318:39251:39267 Seabee Anchorage, Alaska +0.258181 cspg_html_8145657505 cspg_html_8145657505:369:53459:53479 Swan Hills Lacombe, Alberta +0.514932 aapg_ac_26.html aapg_ac_26.html:76:8681:8686 Yukon Canada +0.508369 aapg_ai_696.html aapg_ai_696.html:55:7080:7103 Arcturus Gold Hill, Colorado +0.257424 cspg_html_9689514766 cspg_html_9689514766:286:34503:34538 Black River Ontario, California +0.26367 sedimentology_html_7185034547 sedimentology_html_7185034547:1182:49904:49922 Monterey Compton, California +0.834171 aapg_ai_592.html aapg_ai_592.html:41:6146:6167 Green River Wasatch Range +0.259065 sedimentology_html_2041096405 sedimentology_html_2041096405:618:52595:52611 Guelph Michigan Basin +0.285534 gsa_html_9052101586 gsa_html_9052101586:519:64564:64575 Peoria Peoria, Illinois +0.679427 aapg_ae_999.html aapg_ae_999.html:502:66474:66495 Hattiesburg Charleston, South Carolina +0.287712 aapg_ah_505.html aapg_ah_505.html:1707:140905:140934 Morrison Colorado +0.257544 gsa_html_1616304153 gsa_html_1616304153:860:79995:80002 Madison Wisconsin +0.43981 aapg_ac_65.html aapg_ac_65.html:820:68096:68113 Minturn Colorado +0.242526 gsa_html_8774590177 gsa_html_8774590177:405:43664:43686 Whitehall Shoreham Nuclear Power Plant +0.26368 cspg_html_9439353033 cspg_html_9439353033:427:41580:41603 Willow Creek Lacombe, Alberta +0.263153 gsa_html_4438819447 gsa_html_4438819447:628:63157:63187 Boulder Creek Canada +0.247904 aapg_ac_415.html aapg_ac_415.html:64:8497:8505 Virginia Reston, Virginia +0.259 gsa_html_2832151886 gsa_html_2832151886:103:9872:9895 Belle Fourche Lacombe, Alberta +0.46269 cspg_html_2284073413 cspg_html_2284073413:209:26071:26094 Grand Rapids Clearwater, Florida +0.246007 aapg_af_695.html aapg_af_695.html:166:17040:17061 Georgetown Buda, Texas +0.489599 aapg_ac_841.html aapg_ac_841.html:1031:107254:107263 San Pedro Concordia, Kansas +0.248412 sedimentology_html_6545837405 sedimentology_html_6545837405:1519:107774:107801 Yakataga Anchorage, Alaska +0.246576 cspg_html_4270552951 cspg_html_4270552951:182:26535:26543 Niobrara Niobrara, Nebraska +0.482924 geology_html_5989851838 geology_html_5989851838:13:770:797 Bedford The Bronx +0.473323 aapg_aa_696.html aapg_aa_696.html:683:74907:74915 Colorado Denver +0.228872 gsa_html_5952049575 gsa_html_5952049575:787:78177:78185 Colorado Florissant, Colorado +0.65817 gsa_html_2877730818 gsa_html_2877730818:1020:84786:84804 Stirling Quartzite California +0.253391 aapg_ac_333.html aapg_ac_333.html:1411:162496:162504 Colorado New Mexico +0.463624 aapg_ac_563.html aapg_ac_563.html:70:11519:11537 La Boca El Salvador +0.480568 cspg_html_3156423351 cspg_html_3156423351:6:474:482 Kootenay Lacombe, Alberta +0.478224 cspg_html_4298557570 cspg_html_4298557570:34:4956:4974 Edmonton Edmonton, London +0.25792 cspg_html_1019614994 cspg_html_1019614994:193:30175:30190 Banff Lacombe, Alberta +0.472317 aapg_ah_881.html aapg_ah_881.html:119:14145:14167 Chuckanut Cascade Mountain (Alberta) +0.457583 aapg_ae_59.html aapg_ae_59.html:414:38971:38979 Colorado Colorado +0.47846 AMJC_html_6064451271 AMJC_html_6064451271:602:67728:67736 Monterey California +0.23912 cspg_html_1948505826 cspg_html_1948505826:48:5752:5760 Edmonton Lacombe, Alberta +0.252 aapg_ae_875.html aapg_ae_875.html:372:42647:42662 Coamo Corozal Town +0.257554 aapg_af_641.html aapg_af_641.html:167:6109:6128 Smackover Ouachita County, Arkansas +0.255936 aapg_af_779.html aapg_af_779.html:70:9667:9675 Red Rock Michigan +0.24327 aapg_ae_474.html aapg_ae_474.html:1445:153837:153853 Bethel Illinois +0.434686 gsa_html_7999545108 gsa_html_7999545108:191:21209:21226 Onaping Sudbury, Suffolk +0.481707 cspg_html_6795586308 cspg_html_6795586308:10:1005:1013 Columbia Victoria, British Columbia +0.253727 geology_html_4330731509 geology_html_4330731509:197:20631:20642 Green River Logan, Utah +0.90336 sedimentology_html_3417381350 sedimentology_html_3417381350:1362:100681:100699 Monterey San Luis Obispo, California +0.275525 aapg_aa_777.html aapg_aa_777.html:188:20516:20559 Weber Weber River +0.263971 aapg_ai_1.html aapg_ai_1.html:198:17876:17893 Hermosa Hermosa, Chicago +0.24598 gsa_html_8010927234 gsa_html_8010927234:336:26898:26921 Perry Rangeley, Maine +0.251604 cspg_html_5484260516 cspg_html_5484260516:989:78195:78210 Banff Lacombe, Alberta +0.248937 cspg_html_7507054827 cspg_html_7507054827:447:41432:41440 Pine Key Melbourne, Florida +0.363448 aapg_ae_376.html aapg_ae_376.html:4:680:697 Annona East Texas +0.506184 sedimentology_html_4278388483 sedimentology_html_4278388483:136:11718:11727 Red River Gainesville, Georgia +0.277533 palaios_html_7484609556 palaios_html_7484609556:13:577:585 Michigan Michigan +0.26883 cspg_html_6021605367 cspg_html_6021605367:29:3290:3303 Wabamun Lacombe, Alberta +0.264708 aapg_ai_491.html aapg_ai_491.html:439:55498:55504 Gothic Colorado +0.251979 gsa_html_7715952024 gsa_html_7715952024:70:7909:7980 Sierra Fort Stockton, Texas +0.700864 geology_html_5621225990 geology_html_5621225990:269:23002:23026 Judith River Lacombe, Alberta +0.482733 aapg_ah_779.html aapg_ah_779.html:387:72172:72180 Coeymans New Scotland, New York +0.245692 aapg_aa_287.html aapg_aa_287.html:320:39936:39942 Viking Canada +0.47846 aapg_ai_411.html aapg_ai_411.html:59:4898:4904 Denver Golden, Colorado +0.26553 palaios_html_3043956997 palaios_html_3043956997:86:10237:10244 Halifax France +0.48598 AMJC_html_6336294256 AMJC_html_6336294256:1844:233524:233531 Madison Wisconsin +0.847341 aapg_aa_702.html aapg_aa_702.html:322:83987:84004 Salina Michigan +0.47187 gsa_html_2717448156 gsa_html_2717448156:16:709:715 Denver Colorado +0.392589 gsa_html_3436154175 gsa_html_3436154175:805:68456:68467 Green River Cheyenne, Wyoming +0.257048 gsa_html_4308966435 gsa_html_4308966435:867:90598:90608 Washington Salem, Oregon +0.268224 aapg_af_890.html aapg_af_890.html:287:28562:28575 Tecovas Lea County Regional Airport +0.257013 aapg_aa_159.html aapg_aa_159.html:528:51859:51879 Maravillas Texas +0.478745 cspg_html_8089302449 cspg_html_8089302449:262:44654:44674 Traverse Iowa +0.45682 sedimentology_html_7107892700 sedimentology_html_7107892700:520:45253:45260 Magothy Bass River Township, New Jersey +0.889233 cspg_html_9771826320 cspg_html_9771826320:1157:144662:144674 Eureka Sound District Council of Franklin Harbour +0.454053 aapg_ac_569.html aapg_ac_569.html:352:49915:49935 Otto Fiord Canada +0.251392 aapg_ai_595.html aapg_ai_595.html:98:7534:7547 Rodessa Goodland, Kansas +0.485811 geology_html_2782380458 geology_html_2782380458:244:22781:22787 Morgan Hawaii (island) +0.468882 aapg_aa_674.html aapg_aa_674.html:116:11466:11481 Tyler Powder River (Montana) +0.498388 gsa_html_8271829751 gsa_html_8271829751:626:54031:54043 Owens Valley California +0.834476 aapg_ad_567.html aapg_ad_567.html:93:16994:17005 Mowry Powder River Basin +0.4848 palaios_html_7765531315 palaios_html_7765531315:567:56674:56683 Fullerton Great Basin +0.462186 geology_html_8611700372 geology_html_8611700372:220:21394:21404 Washington Newhall, Derbyshire +0.450288 gsa_html_5107598462 gsa_html_5107598462:525:49459:49473 Salina Salina, Kansas +0.501676 gsa_html_2794002141 gsa_html_2794002141:1529:81702:81730 Green River Iran +0.275481 cspg_html_3354282978 cspg_html_3354282978:985:103291:103309 Duvernay Lacombe, Alberta +0.694512 aapg_ad_351.html aapg_ad_351.html:640:54168:54180 Reeds Spring Missouri River +0.265584 aapg_ad_732.html aapg_ad_732.html:785:99717:99723 Merced Santa Paula, California +0.484864 aapg_ae_113.html aapg_ae_113.html:165:19639:19657 Read Bay Little Cornwallis Island +0.26394 aapg_ae_223.html aapg_ae_223.html:421:51785:51802 Wasatch Wasatch Range +0.46002 aapg_ac_806.html aapg_ac_806.html:80:7055:7063 Michigan Wisconsin +0.252396 gsa_html_6143207195 gsa_html_6143207195:25:1133:1141 Colorado Denver +0.44786 aapg_ac_719.html aapg_ac_719.html:178:21116:21124 Colorado Turkey Creek, Louisiana +0.49068 aapg_ac_126.html aapg_ac_126.html:168:24382:24403 Haynesville Haynesville, Louisiana +0.469794 gsa_html_1130947011 gsa_html_1130947011:80:9200:9212 Galena Iowa +0.467016 cspg_html_7665357428 cspg_html_7665357428:168:17754:17762 Colorado Denver +0.24057 gsa_html_9053175553 gsa_html_9053175553:32:3096:3115 Flagstaff Flagstaff, Arizona +0.450522 geology_html_8437329166 geology_html_8437329166:319:23657:23663 Walker California +0.253655 sedimentology_html_6714245905 sedimentology_html_6714245905:696:50903:50921 Frontier Cheyenne, Wyoming +0.513708 aapg_af_854.html aapg_af_854.html:1139:161264:161275 Tar Springs Vienna +0.247923 gsa_html_4216613284 gsa_html_4216613284:365:44826:44834 Colorado Denver +0.499488 gsa_html_5001395565 gsa_html_5001395565:76:6211:6239 Green River Colorado +0.49245 jgeology_html_4305195651 jgeology_html_4305195651:569:69368:69374 Pocono Catskill Mountains +0.494088 aapg_ac_217.html aapg_ac_217.html:62:7969:7984 Hueco Sugarloaf Mountain (Florida) +0.266175 geology_html_7820977853 geology_html_7820977853:12:611:619 Victoria Victoria, British Columbia +0.247086 cspg_html_4319383223 cspg_html_4319383223:479:59779:59810 Charlie Lake Victoria, British Columbia +0.254989 gsa_html_2729737430 gsa_html_2729737430:456:48179:48197 Teewinot Grand Valley (Colorado) +0.244925 cspg_html_2834693711 cspg_html_2834693711:305:42082:42091 Karmutsen Atchison, Kansas +0.495126 AMJC_html_4986321644 AMJC_html_4986321644:350:58158:58168 Laurentian Piedmont (United States) +0.511572 jgeology_html_8945102252 jgeology_html_8945102252:836:56907:56915 Purisima Mexico +0.464138 sedimentology_html_2258839384 sedimentology_html_2258839384:484:41377:41381 Maya Los Angeles +0.255936 cspg_html_9228109535 cspg_html_9228109535:118:18793:18813 Leduc Lacombe, Alberta +0.249444 sedimentology_html_8384737970 sedimentology_html_8384737970:36:2566:2572 Carmel Logan, Utah +0.268732 palaios_html_5941305386 palaios_html_5941305386:623:76833:76839 Chinle Parrish, Florida +0.477152 gsa_html_4891459463 gsa_html_4891459463:1200:113355:113368 Santa Barbara Ventura County, California +0.270399 cspg_html_8809756626 cspg_html_8809756626:34:8073:8088 Leduc Lacombe, Alberta +0.478807 aapg_ac_668.html aapg_ac_668.html:66:6876:6881 Logan Cheyenne, Wyoming +0.299628 aapg_ac_765.html aapg_ac_765.html:33:7117:7133 Chinle Logan, Utah +0.259578 aapg_ae_916.html aapg_ae_916.html:705:84216:84234 Cloverly Colorado +0.236572 geology_html_3117966752 geology_html_3117966752:35:2590:2599 Peninsula Korea +0.492926 aapg_ak_40.html aapg_ak_40.html:128:14148:14178 Eagle Williston, Vermont +0.490028 aapg_ai_535.html aapg_ai_535.html:25:2350:2358 Beaufort Arctic +0.4902 aapg_ai_364.html aapg_ai_364.html:47:6513:6522 Pottsville Pottsville, Pennsylvania +0.45888 aapg_ac_328.html aapg_ac_328.html:106:11748:11761 Madison Cheyenne, Wyoming +0.48735 cspg_html_8250500468 cspg_html_8250500468:583:58856:58874 Dunvegan Lacombe, Alberta +0.716406 sedimentology_html_6714245905 sedimentology_html_6714245905:292:26615:26633 Niobrara Colorado +0.44454 aapg_aa_484.html aapg_aa_484.html:330:31377:31387 Pittsburgh Atoka, Oklahoma +0.25959 cspg_html_5438428738 cspg_html_5438428738:398:53696:53719 Cypress Regina, Saskatchewan +0.25542 cspg_html_6566356550 cspg_html_6566356550:9:994:1013 Grayling Canada +0.261542 aapg_af_12.html aapg_af_12.html:211:17202:17207 Logan Colorado +0.252865 aapg_ae_180.html aapg_ae_180.html:87:10551:10572 Price North Horn Formation +0.265584 aapg_ai_468.html aapg_ai_468.html:259:32046:32053 Schuler Alabama +0.94736 aapg_ac_730.html aapg_ac_730.html:300:41380:41386 Dakota Mancos, Colorado +0.472443 cspg_html_2049168857 cspg_html_2049168857:434:42021:42039 Montney Victoria, British Columbia +0.458325 aapg_ai_409.html aapg_ai_409.html:230:26392:26405 Pleasant Hill Blue Lake (South Australia) +0.475915 gsa_html_1538463681 gsa_html_1538463681:724:64976:64995 Glance Conglomerate Arizona +0.241065 AMJC_html_4299960498 AMJC_html_4299960498:539:68110:68130 Ellensburg Washington (state) +0.26023 aapg_ah_221.html aapg_ah_221.html:97:9744:9753 Red River Bowman County, North Dakota +0.281861 aapg_aa_346.html aapg_aa_346.html:218:20660:20680 Fort Payne Chattanooga, Tennessee +0.52841 aapg_af_860.html aapg_af_860.html:134:12025:12036 Sparta Shreveport, Louisiana +0.49068 aapg_ae_981.html aapg_ae_981.html:201:16324:16362 Bainbridge Knoxville, Tennessee +0.516405 aapg_ai_515.html aapg_ai_515.html:277:29909:29920 Green River Wasatch Range +0.285348 aapg_aa_610.html aapg_aa_610.html:216:22645:22664 Niobrara Niobrara, Nebraska +0.490776 aapg_ad_440.html aapg_ad_440.html:894:86883:86893 Greenbrier Logan County, West Virginia +0.248496 AMJC_html_8213961972 AMJC_html_8213961972:74:9008:9027 Victoria Western world +0.464427 cspg_html_3233680622 cspg_html_3233680622:969:98652:98684 Eureka Sound Canada +0.466186 aapg_ac_71.html aapg_ac_71.html:578:68444:68471 Navajo Logan, Utah +0.38203 palaios_html_2399848899 palaios_html_2399848899:629:55062:55067 Eutaw Alabama +0.244032 gsa_html_4719798013 gsa_html_4719798013:323:31723:31748 Blackwater Draw Muleshoe National Wildlife Refuge +0.267264 cspg_html_5484260516 cspg_html_5484260516:98:11625:11641 Banff Lacombe, Alberta +0.482023 cspg_html_5976982403 cspg_html_5976982403:11:1570:1578 Sheppard Whitefish (fisheries term) +0.494758 aapg_ai_105.html aapg_ai_105.html:336:39971:39977 Humbug Uinta Mountains +0.48316 sedimentology_html_2898428289 sedimentology_html_2898428289:1378:72661:72680 Keg River Regina, Saskatchewan +0.42228 aapg_ai_87.html aapg_ai_87.html:222:21351:21363 Exshaw Mississippian culture +0.26037 aapg_ah_198.html aapg_ah_198.html:531:68237:68255 Monterey California +0.261 cspg_html_5345848475 cspg_html_5345848475:988:98132:98162 Colorado Regina, Saskatchewan +0.2415 palaios_html_5212272868 palaios_html_5212272868:35:3586:3594 Colorado Pueblo, Colorado +0.479668 aapg_af_394.html aapg_af_394.html:536:58128:58146 Frontier Cheyenne, Wyoming +0.492544 aapg_af_397.html aapg_af_397.html:563:65790:65797 Todilto Entrada Sandstone +0.4794 cspg_html_9228109535 cspg_html_9228109535:46:7715:7723 Palliser Lacombe, Alberta +0.248937 geology_html_9004383999 geology_html_9004383999:56:6359:6374 Mahto Lacombe, Alberta +0.269748 aapg_ac_239.html aapg_ac_239.html:161:19616:19633 Leonard Texas +0.49389 aapg_ah_763.html aapg_ah_763.html:123:14514:14530 Blaine Great Moravia +0.517443 gsa_html_3721434568 gsa_html_3721434568:29:2796:2824 Green River Colorado +0.494252 gsa_html_8881958017 gsa_html_8881958017:592:55406:55416 Washington Victoria, British Columbia +0.249991 geology_html_3244064022 geology_html_3244064022:245:20943:20953 Washington Flint, Michigan +0.28749 cspg_html_9942234474 cspg_html_9942234474:476:53416:53434 Grosmont Canada +0.468504 cspg_html_8207916783 cspg_html_8207916783:133:20078:20092 Colorado Canada +0.241056 gsa_html_9304619722 gsa_html_9304619722:818:66045:66053 Homewood Switzerland +0.276627 sedimentology_html_2851198678 sedimentology_html_2851198678:973:70990:71013 Brushy Canyon West Texas +0.48829 aapg_ai_584.html aapg_ai_584.html:741:78038:78047 Lecompton Topeka, Kansas +0.434 cspg_html_3618628685 cspg_html_3618628685:27:4452:4469 Pakowki Milk River, Alberta +0.270878 gsa_html_4438819447 gsa_html_4438819447:400:46764:46790 Mattagami Ontario, California +0.49035 aapg_ae_981.html aapg_ae_981.html:322:26854:26869 Brownsport Knoxville, Tennessee +0.491232 aapg_ad_105.html aapg_ad_105.html:149:13418:13428 Santa Cruz Tierra del Fuego Province (Argentina) +0.473879 aapg_ac_688.html aapg_ac_688.html:151:15820:15831 Green River Logan, Utah +0.256985 cspg_html_4193503340 cspg_html_4193503340:314:41503:41510 Bearpaw Lacombe, Alberta +0.242514 cspg_html_8568877195 cspg_html_8568877195:175:29197:29215 Foremost Regina, Saskatchewan +0.808038 cspg_html_1019614994 cspg_html_1019614994:86:16094:16109 Banff Regina, Saskatchewan +0.48786 aapg_ac_613.html aapg_ac_613.html:55:7786:7801 Mesaverde Mancos, Colorado +0.46812 cspg_html_5345848475 cspg_html_5345848475:130:17792:17806 Colorado Cordillera Administrative Region +0.2086 aapg_ae_692.html aapg_ae_692.html:492:50960:50968 Birdbear Red River of the North +0.255936 aapg_aa_955.html aapg_aa_955.html:275:30189:30199 Petersburg Bloomington, Indiana +0.51205 aapg_ah_871.html aapg_ah_871.html:436:48508:48523 Laval Lowville (town), New York +0.259518 aapg_ae_791.html aapg_ae_791.html:156:14644:14657 Carlin Canyon Little Humboldt River +0.273525 gsa_html_4234009219 gsa_html_4234009219:367:36370:36375 Price Salem, Oregon +0.701433 sedimentology_html_6210806021 sedimentology_html_6210806021:754:44483:44502 Jefferson Boise, Idaho +0.250712 cspg_html_6159840831 cspg_html_6159840831:236:33888:33905 Cardium Canada +0.249804 aapg_ae_45.html aapg_ae_45.html:51:6516:6525 Smackover Arkansas +0.253008 aapg_aa_4.html aapg_aa_4.html:205:27476:27482 Ithaca Ithaca, New York +0.467857 aapg_aa_147.html aapg_aa_147.html:250:30455:30473 Winnipeg Middle East +0.423022 cspg_html_2863271815 cspg_html_2863271815:647:79094:79126 Guelph Michigan Basin +0.446508 AMJC_html_9500753417 AMJC_html_9500753417:672:74701:74724 Pinney Hollow Bennington, Vermont +0.480459 aapg_ad_466.html aapg_ad_466.html:1363:145077:145090 Potomac Delaware +0.27972 sedimentology_html_9111518089 sedimentology_html_9111518089:1339:118130:118135 Steel Svalbard +0.25544 aapg_ae_419.html aapg_ae_419.html:184:22347:22356 San Pedro Zacatecas, Zacatecas +0.2678 aapg_ae_454.html aapg_ae_454.html:131:10710:10717 Bossier Bellevue, Nebraska +0.249444 geology_html_9041891624 geology_html_9041891624:20:825:833 Colorado Denver +0.460462 aapg_ai_584.html aapg_ai_584.html:925:97153:97169 Casper Cheyenne, Wyoming +0.452188 palaios_html_8447729660 palaios_html_8447729660:427:48077:48101 Willwood Cheyenne, Wyoming +0.48461 cspg_html_1665574291 cspg_html_1665574291:108:19029:19055 Porcupine Lacombe, Alberta +0.538461 gsa_html_5079672137 gsa_html_5079672137:29:2796:2824 Green River Colorado +0.270648 aapg_ah_505.html aapg_ah_505.html:1558:126308:126314 Dakota Niobrara, Nebraska +0.25146 gsa_html_2561127673 gsa_html_2561127673:613:60484:60505 Quinn River Reno, Nevada +0.474045 cspg_html_7093237629 cspg_html_7093237629:927:89732:89759 Siyeh Lacombe, Alberta +0.263652 geology_html_2350878941 geology_html_2350878941:272:21637:21658 Green River Cheyenne, Wyoming +0.517068 AMJC_html_7085584544 AMJC_html_7085584544:857:90730:90750 Fort Union Williston Basin +0.47874 geology_html_1604094278 geology_html_1604094278:300:24675:24681 Abbott California +0.370607 sedimentology_html_9410532865 sedimentology_html_9410532865:1811:119848:119869 Green River Logan, Utah +0.25811 aapg_ad_858.html aapg_ad_858.html:130:8533:8539 Paluxy Lewisville, Texas +0.476577 aapg_ad_988.html aapg_ad_988.html:96:8652:8662 San Andres New Mexico +0.471696 cspg_html_5381643866 cspg_html_5381643866:443:55368:55402 Kootenay Victoria, British Columbia +0.257424 aapg_ai_974.html aapg_ai_974.html:307:32533:32551 Pasayten Peshastin, Washington +0.553146 aapg_ah_521.html aapg_ah_521.html:498:55016:55028 Wilcox Murray, Kentucky +0.252993 geology_html_9449848150 geology_html_9449848150:11:460:466 Oregon Salem, Oregon +0.264096 aapg_ad_883.html aapg_ad_883.html:75:9349:9370 Trempealeau Michigan +0.266192 palaios_html_3232474978 palaios_html_3232474978:463:46987:47013 Sulphur Mountain Victoria, British Columbia +0.45496 aapg_ah_505.html aapg_ah_505.html:696:53455:53471 Denver Arapahoe, North Carolina +0.251496 gsa_html_4438819447 gsa_html_4438819447:356:41547:41566 Mattagami Moose River (Ontario) +0.508664 aapg_ad_581.html aapg_ad_581.html:151:19450:19471 Martinsburg Waynesboro, Pennsylvania +0.51418 aapg_ac_251.html aapg_ac_251.html:465:53605:53613 Catskill Pottsville, Pennsylvania +0.48204 aapg_ad_318.html aapg_ad_318.html:110:15185:15191 Guelph Guelph +0.48308 gsa_html_1662492421 gsa_html_1662492421:626:56066:56076 Washington Snohomish, Washington +0.261392 aapg_ae_875.html aapg_ae_875.html:310:36448:36468 Cariblanco Puerto Rico +0.484848 aapg_af_854.html aapg_af_854.html:528:71408:71424 Warsaw Salem, Massachusetts +0.250857 palaios_html_4880574501 palaios_html_4880574501:66:8736:8740 Kope Netherlands +0.508776 aapg_ah_83.html aapg_ah_83.html:41:6430:6446 Lakota Moberly, Missouri +0.242928 aapg_ad_2.html aapg_ad_2.html:248:37578:37587 Lancaster Chambersburg, Pennsylvania +0.359168 palaios_html_4501603736 palaios_html_4501603736:530:45912:45945 Moenkopi Reno, Nevada +0.482377 gsa_html_9152662653 gsa_html_9152662653:627:54760:54777 Laurel Sykesville, Maryland +0.247476 gsa_html_5568683977 gsa_html_5568683977:605:53595:53599 Hall Denton, Greater Manchester +0.4998 aapg_ac_782.html aapg_ac_782.html:176:30177:30190 Barnett Western world +0.242373 aapg_ah_339.html aapg_ah_339.html:533:40171:40179 Richmond Maysville, Kentucky +0.47124 gsa_html_9597147043 gsa_html_9597147043:1253:101741:101749 Suntrana Anchorage, Alaska +0.49192 aapg_ae_904.html aapg_ae_904.html:54:5050:5070 Fort Union Fort Union Trading Post National Historic Site +0.44604 aapg_af_773.html aapg_af_773.html:417:42314:42322 Colorado Denver +0.264708 cspg_html_2796643803 cspg_html_2796643803:622:72123:72129 Denver Colorado +0.242985 gsa_html_5051054217 gsa_html_5051054217:12:546:554 Colorado Denver +0.444204 cspg_html_8266552811 cspg_html_8266552811:263:32904:32920 Viking Regina, Saskatchewan +0.47328 aapg_ak_105.html aapg_ak_105.html:291:33060:33079 Flagstaff Logan, Utah +0.511106 aapg_af_128.html aapg_af_128.html:499:44314:44322 Colorado Colorado +0.479744 gsa_html_4557277250 gsa_html_4557277250:622:57531:57537 Carmel Logan, Utah +0.8037 aapg_aa_779.html aapg_aa_779.html:85:7598:7619 Green River Logan, Utah +0.253506 cspg_html_1565769407 cspg_html_1565769407:498:53343:53351 Richmond Cape Breton Island +0.277112 aapg_ac_333.html aapg_ac_333.html:539:65295:65320 Elephant Canyon Logan, Utah +0.25844 jgeology_html_2714962789 jgeology_html_2714962789:863:51438:51456 Quantico Virginia +0.502086 cspg_html_7963093032 cspg_html_7963093032:44:6259:6269 Mill Creek Bow Island Airport +0.23863 sedimentology_html_2664292498 sedimentology_html_2664292498:556:41418:41427 Peninsula Italy +0.46046 aapg_ah_218.html aapg_ah_218.html:15:1905:1916 Dutch Creek Wayne County, Michigan +0.484968 aapg_ai_278.html aapg_ai_278.html:339:47984:47991 Yucatan Nassau, Bahamas +0.492 aapg_ae_768.html aapg_ae_768.html:53:7169:7186 Rustler Delaware +0.2615 aapg_ah_532.html aapg_ah_532.html:10:1306:1326 Ouray Ouray, Colorado +0.255936 geology_html_7252964522 geology_html_7252964522:50:4529:4537 Virginia Chesapeake Bay +0.472382 aapg_ae_519.html aapg_ae_519.html:314:34816:34822 Pocono Chemung, New York +0.257013 cspg_html_2419618566 cspg_html_2419618566:797:98106:98112 Antler Arctic Cordillera +0.26565 jgeology_html_6175642561 jgeology_html_6175642561:397:23494:23524 Benson .nz +0.483259 aapg_ad_2.html aapg_ad_2.html:948:132550:132584 Beekmantown Lake Champlain +0.25143 gsa_html_5756232019 gsa_html_5756232019:1018:88563:88573 Las Cruces New Mexico +0.261522 aapg_ai_66.html aapg_ai_66.html:432:40323:40342 Mesaverde Cheyenne, Wyoming +0.48776 cspg_html_9476379853 cspg_html_9476379853:25:3013:3018 Yukon Manitoba +0.485648 aapg_ae_803.html aapg_ae_803.html:372:46707:46724 Chochal Guatemala +0.248976 aapg_aa_232.html aapg_aa_232.html:71:7850:7873 Comanche Peak Texas +0.267254 aapg_ai_583.html aapg_ai_583.html:101:14642:14650 Sundance Black Hills +0.466506 aapg_ah_93.html aapg_ah_93.html:13:2405:2430 Beartooth Western world +0.24644 geology_html_1745354227 geology_html_1745354227:283:25356:25377 Tibbit Hill Quebec City +0.467054 cspg_html_6984906794 cspg_html_6984906794:1016:68214:68229 Mesaverde Colorado +0.814615 cspg_html_2863271815 cspg_html_2863271815:98:13832:13848 Guelph Ontario, California +0.500484 aapg_ad_0.html aapg_ad_0.html:362:30130:30151 Trempealeau Bloomington, Indiana +0.233033 cspg_html_8964522233 cspg_html_8964522233:41:5035:5047 Calico Bluff Anchorage, Alaska +0.256512 gsa_html_9152662653 gsa_html_9152662653:623:54403:54423 Sykesville Potomac, Maryland +0.274407 aapg_ae_845.html aapg_ae_845.html:73:7635:7640 Logan Washington (state) +0.486156 aapg_ad_602.html aapg_ad_602.html:384:30018:30027 Littleton Colorado +0.490116 aapg_ad_169.html aapg_ad_169.html:41:4909:4919 Greenbrier Huntington, West Virginia +0.353 aapg_ac_213.html aapg_ac_213.html:314:25740:25757 Laketown Dolomite Reno, Nevada +0.256032 gsa_html_7411853369 gsa_html_7411853369:77:8088:8096 Virginia Piedmont (United States) +0.266207 aapg_ae_253.html aapg_ae_253.html:107:11858:11871 Cotton Valley Richland, Washington +0.502857 gsa_html_3720789279 gsa_html_3720789279:1458:131107:131125 Mariposa California +0.247883 cspg_html_1505194397 cspg_html_1505194397:321:41958:41989 Protection Ottawa, Kansas +0.26572 aapg_af_50.html aapg_af_50.html:48:5282:5299 Minturn Colorado +0.270908 cspg_html_8525917094 cspg_html_8525917094:401:44961:44979 Sundance Cheyenne, Wyoming +0.269345 aapg_ah_843.html aapg_ah_843.html:339:32767:32771 Wise Cheyenne, Wyoming +0.253356 cspg_html_1053895111 cspg_html_1053895111:5:316:333 Cardium Lacombe, Alberta +0.269538 aapg_ac_730.html aapg_ac_730.html:560:80239:80247 Niobrara Niobrara, Nebraska +0.426624 aapg_af_559.html aapg_af_559.html:657:70559:70563 Frio Mexico +0.508128 aapg_aa_357.html aapg_aa_357.html:478:42875:42896 Summerville Carmel, Indiana +0.504137 aapg_ai_366.html aapg_ai_366.html:6:1019:1027 Beaumont Lake Charles, Louisiana +0.261626 aapg_ae_699.html aapg_ae_699.html:306:21895:21902 Jewett Silt San Francisco +0.499422 gsa_html_2299678284 gsa_html_2299678284:661:68869:68897 Green River Colorado +0.50274 cspg_html_6216640615 cspg_html_6216640615:1123:107735:107743 Columbia Lake Ontario +0.483678 jgeology_html_8305451057 jgeology_html_8305451057:946:62382:62390 Victoria Victoria, British Columbia +0.506538 aapg_ae_981.html aapg_ae_981.html:156:11346:11384 Bainbridge Knoxville, Tennessee +0.249994 aapg_af_291.html aapg_af_291.html:577:62211:62246 Slope Anchorage, Alaska +0.265081 aapg_ac_896.html aapg_ac_896.html:186:14604:14610 Annona Saratoga, California +0.490356 jgeology_html_6016138758 jgeology_html_6016138758:961:57034:57044 Washington Olympic National Park +0.489915 gsa_html_7554994575 gsa_html_7554994575:89:8397:8405 Virginia North Carolina +0.2583 aapg_ad_153.html aapg_ad_153.html:447:47043:47050 Cypress Bethel, Alaska +0.274047 aapg_ah_311.html aapg_ah_311.html:235:24941:24959 Wasatch White River (Washington) +0.261602 sedimentology_html_1039739878 sedimentology_html_1039739878:1116:62890:62896 Banner Illinois +0.25542 aapg_ai_743.html aapg_ai_743.html:39:3964:3970 Denver Denver +0.5157 aapg_ah_505.html aapg_ah_505.html:1883:149359:149367 Colorado Colorado +0.862312 cspg_html_4699684578 cspg_html_4699684578:496:54898:54906 Montreal Quebec City +0.249676 aapg_ai_854.html aapg_ai_854.html:164:25428:25445 Green River California +0.48768 aapg_ah_782.html aapg_ah_782.html:464:41893:41899 Empire Missouri River +0.478353 aapg_aa_548.html aapg_aa_548.html:69:7413:7424 Holdenville Seminole, Texas +0.474628 jgeology_html_8867223198 jgeology_html_8867223198:96:3752:3760 Montreal Earth +0.255972 aapg_ah_469.html aapg_ah_469.html:283:25597:25612 Queen Shreveport, Louisiana +0.430023 aapg_ah_871.html aapg_ah_871.html:791:74615:74623 Montreal Quebec City +0.250194 jgeology_html_6186634367 jgeology_html_6186634367:1110:72129:72148 Pansy Lee Conglomerate Reno, Nevada +0.248901 gsa_html_2076560873 gsa_html_2076560873:509:53081:53090 Hecla Bay Middle East +0.476545 aapg_af_11.html aapg_af_11.html:149:16219:16224 Bluff Logan, Utah +0.3595 cspg_html_4937997995 cspg_html_4937997995:1156:90479:90499 Gun River Quebec City +0.47483 gsa_html_1536819908 gsa_html_1536819908:729:69200:69223 Antler Reno, Nevada +0.482724 aapg_ai_641.html aapg_ai_641.html:22:4045:4062 Almond Thailand +0.257176 gsa_html_2509147847 gsa_html_2509147847:675:74498:74512 Pasayten Victoria, British Columbia +0.506476 aapg_aa_37.html aapg_aa_37.html:164:20142:20162 Supai Supai, Arizona +0.250494 geology_html_4304054973 geology_html_4304054973:171:13618:13622 Rove Virginia +0.44175 aapg_ad_596.html aapg_ad_596.html:41:5784:5789 Yukon Victoria, British Columbia +0.251779 aapg_ah_207.html aapg_ah_207.html:70:9877:9885 Colorado Denver +0.48177 geology_html_4046703200 geology_html_4046703200:43:3541:3557 Aleman Texas +0.274551 aapg_ah_529.html aapg_ah_529.html:6:929:946 El Paso Arizona +0.247968 cspg_html_2863271815 cspg_html_2863271815:387:39668:39681 A-1 Carbonate Michigan +0.504172 cspg_html_7963093032 cspg_html_7963093032:613:57472:57489 Viking Bow Island Airport +0.244856 gsa_html_9487992082 gsa_html_9487992082:624:63119:63156 Blackwater Draw New Mexico +0.260598 cspg_html_5497811468 cspg_html_5497811468:317:39002:39010 Columbia Victoria, British Columbia +0.48024 cspg_html_9648675035 cspg_html_9648675035:615:54317:54342 Moosebar Lacombe, Alberta +0.241482 palaios_html_5212272868 palaios_html_5212272868:49:5458:5464 Pueblo Earth +0.4731 cspg_html_9951421861 cspg_html_9951421861:173:26216:26225 Athabasca Clearwater, Florida +0.480912 aapg_ai_515.html aapg_ai_515.html:277:30011:30018 Wasatch Wasatch Range +0.506782 aapg_ai_146.html aapg_ai_146.html:191:14263:14278 Swift Lacombe, Alberta +0.50112 aapg_af_130.html aapg_af_130.html:203:34786:34805 Lodgepole Powder River (Montana) +0.506974 cspg_html_1222040397 cspg_html_1222040397:540:69853:69871 Mackenzie Western world +0.277112 aapg_ae_277.html aapg_ae_277.html:5:845:851 Ludlow Kingdom of Great Britain +0.471378 aapg_af_666.html aapg_af_666.html:89:8152:8170 Gallatin Gallatin, Tennessee +0.2667 gsa_html_5015599008 gsa_html_5015599008:691:59779:59796 Wapiabi Lacombe, Alberta +0.839318 cspg_html_2803424832 cspg_html_2803424832:51:6707:6718 Blind Fiord Ellesmere Island +0.509076 aapg_ad_466.html aapg_ad_466.html:65:6665:6677 Marshalltown Red Bank, New Jersey +0.496392 aapg_ad_717.html aapg_ad_717.html:137:14949:14965 Blaine Amarillo, Texas +0.249951 aapg_ae_746.html aapg_ae_746.html:29:3602:3610 Columbia Victoria, British Columbia +0.495471 gsa_html_9513959579 gsa_html_9513959579:186:21825:21838 Blue Mountain Compton, California +0.265224 AMJC_html_6098427986 AMJC_html_6098427986:672:82347:82352 Crete Crete +0.26924 aapg_af_16.html aapg_af_16.html:75:9684:9696 Dakota Nebraska +0.474138 aapg_ah_385.html aapg_ah_385.html:29:3870:3877 Panoche San Joaquin River +0.243936 gsa_html_4883039712 gsa_html_4883039712:916:85944:85949 Choco Darien, Georgia +0.249831 gsa_html_9513959579 gsa_html_9513959579:103:12905:12918 Blue Mountain Humboldt County, California +0.274572 gsa_html_6095250049 gsa_html_6095250049:65:5073:5101 Green River Iran +0.510435 gsa_html_7668179490 gsa_html_7668179490:1163:75001:75029 Green River Colorado +0.250976 cspg_html_5141367518 cspg_html_5141367518:155:23527:23547 Milk River Milk River, Alberta +0.261085 aapg_af_288.html aapg_af_288.html:246:28855:28866 Uncompahgre New Mexico +0.251496 aapg_ad_784.html aapg_ad_784.html:115:13404:13412 Fillmore Ojai, California +0.474096 aapg_af_291.html aapg_af_291.html:531:58134:58148 Lisburne Anchorage, Alaska +0.260554 aapg_ac_407.html aapg_ac_407.html:193:18915:18920 Nisku Williston, Vermont +0.256565 cspg_html_1222040397 cspg_html_1222040397:279:37883:37899 Road River Rocky Mountains +0.812493 cspg_html_2625728726 cspg_html_2625728726:709:77234:77254 Keg River Lacombe, Alberta +0.248776 jgeology_html_2299509351 jgeology_html_2299509351:532:39923:39936 Topanga California +0.273448 aapg_aa_43.html aapg_aa_43.html:604:63340:63361 Lake Valley New Mexico +0.447456 aapg_af_579.html aapg_af_579.html:226:24415:24432 Wingate Logan, Utah +0.253356 aapg_ae_805.html aapg_ae_805.html:184:20782:20799 Paradox Hermosa, Chicago +0.80608 cspg_html_1893593837 cspg_html_1893593837:335:24623:24648 Red Head Rapids Coral Harbour Airport +0.260096 cspg_html_5889831809 cspg_html_5889831809:43:6107:6115 Bullhead Clearwater, Florida +0.506464 aapg_ac_856.html aapg_ac_856.html:803:81473:81479 Sierra Kingdom of Asturias +0.260568 gsa_html_3150321506 gsa_html_3150321506:646:68386:68390 Bond Nelson, New Zealand +0.251502 aapg_ai_280.html aapg_ai_280.html:324:30649:30674 Beaverhill Canada +0.244518 aapg_ae_804.html aapg_ae_804.html:11:805:811 Brazil South America +0.259956 cspg_html_1456761793 cspg_html_1456761793:42:7722:7730 Columbia Victoria, British Columbia +0.470704 geology_html_1762704695 geology_html_1762704695:12:706:714 Colorado Denver +0.242554 aapg_aa_410.html aapg_aa_410.html:432:48592:48596 Home Papua New Guinea +0.471592 cspg_html_2803424832 cspg_html_2803424832:55:7567:7578 Trold Fiord Melville Island (Canada) +0.489658 geology_html_4301172553 geology_html_4301172553:326:25287:25315 Green River Cheyenne, Wyoming +0.4625 gsa_html_7331697106 gsa_html_7331697106:1275:122646:122674 Green River New Mexico +0.486472 aapg_ae_4.html aapg_ae_4.html:285:33140:33164 Manning Canyon Boise, Idaho +0.484748 aapg_ah_788.html aapg_ah_788.html:256:26756:26768 Taman Matamoros, Tamaulipas +0.25957 geology_html_6477993459 geology_html_6477993459:341:26564:26571 Paparoa South Georgia and the South Sandwich Islands +0.646282 aapg_ae_581.html aapg_ae_581.html:640:71524:71543 Rock Springs Cheyenne, Wyoming +0.257536 palaios_html_7860397774 palaios_html_7860397774:10:459:476 La Luna Western world +0.258028 aapg_aa_834.html aapg_aa_834.html:3:337:356 Cotton Valley Texas +0.483966 aapg_af_791.html aapg_af_791.html:107:9361:9369 Billings Arbuckle, California +0.271441 aapg_ai_477.html aapg_ai_477.html:39:5200:5208 Columbia Victoria, British Columbia +0.255528 gsa_html_6621461454 gsa_html_6621461454:11:451:461 Washington Washington (state) +0.265209 gsa_html_9329574976 gsa_html_9329574976:61:4584:4612 Green River New Mexico +0.243522 palaios_html_1086380054 palaios_html_1086380054:47:4957:4972 Aguja Texas +0.257623 gsa_html_8030464622 gsa_html_8030464622:778:79815:79821 Snyder California +0.281424 aapg_af_779.html aapg_af_779.html:13:2242:2260 Traverse Michigan +0.263442 gsa_html_3429903648 gsa_html_3429903648:137:15587:15605 Frontier Cheyenne, Wyoming +0.260604 aapg_ae_516.html aapg_ae_516.html:292:28631:28639 Michigan Michigan +0.318634 aapg_ai_66.html aapg_ai_66.html:14:1958:1976 Pierre Colorado +0.271441 AMJC_html_2829615437 AMJC_html_2829615437:169:23924:23944 Washington Washington (state) +0.267253 aapg_ah_239.html aapg_ah_239.html:284:27651:27662 Stockbridge England +0.485469 aapg_ae_974.html aapg_ae_974.html:328:33570:33574 Frio Zapata County, Texas +0.47672 cspg_html_8312989046 cspg_html_8312989046:416:47085:47102 Bowser Western world +0.2575 aapg_ah_635.html aapg_ah_635.html:430:55385:55404 La Quinta El Salvador +0.25908 geology_html_4601106457 geology_html_4601106457:67:6976:6993 Wingate Chinle Formation +0.273528 aapg_ac_586.html aapg_ac_586.html:69:8776:8796 Pottsville Pottsville, Pennsylvania +0.260051 gsa_html_2832151886 gsa_html_2832151886:329:25075:25083 Columbia Victoria, British Columbia +0.51039 aapg_ae_345.html aapg_ae_345.html:506:39995:40005 Tuscaloosa Adams County, Indiana +0.502603 aapg_af_624.html aapg_af_624.html:217:14291:14309 Deadwood Crook, Colorado +0.273504 aapg_af_575.html aapg_af_575.html:574:78652:78662 Kinderhook Pella, Iowa +0.479182 cspg_html_3367984758 cspg_html_3367984758:66:7728:7733 Yukon Regina, Saskatchewan +0.252888 aapg_aa_960.html aapg_aa_960.html:282:23374:23390 Colorado New Mexico +0.267716 aapg_ac_475.html aapg_ac_475.html:4:825:833 Columbia Victoria, British Columbia +0.475134 cspg_html_2553187793 cspg_html_2553187793:6:428:468 Beaverhill Swan Hill, Victoria +0.496228 gsa_html_9152662653 gsa_html_9152662653:965:87085:87108 Potomac Potomac, Maryland +0.77472 aapg_af_212.html aapg_af_212.html:124:12292:12300 Oakville Brazos River +0.494856 aapg_ah_965.html aapg_ah_965.html:465:54591:54600 Vicksburg Whitsett, North Carolina +0.4805 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68048:68059 Meadow Lake Regina, Saskatchewan +0.250428 gsa_html_9613801428 gsa_html_9613801428:54:6767:6804 Talkeetna Anchorage, Alaska +0.255987 cspg_html_1781462584 cspg_html_1781462584:63:6837:6845 Columbia Victoria, British Columbia +0.251496 gsa_html_8787471244 gsa_html_8787471244:11:514:520 Oregon Salem, Oregon +0.249879 gsa_html_4719798013 gsa_html_4719798013:12:500:508 Colorado Denver +0.499275 cspg_html_4272664788 cspg_html_4272664788:92:14726:14731 Banff Lacombe, Alberta +0.241983 aapg_aa_995.html aapg_aa_995.html:28:3205:3211 Denver Colorado +0.25935 aapg_aa_208.html aapg_aa_208.html:3:188:208 Maravillas West Texas +0.388619 aapg_ae_35.html aapg_ae_35.html:132:11679:11700 Green River Uinta County, Wyoming +0.573354 aapg_ac_417.html aapg_ac_417.html:28:4719:4727 Crescent Roseburg, Oregon +0.478676 aapg_ac_253.html aapg_ac_253.html:222:30124:30130 Frisco Frisco, Texas +0.458784 aapg_ae_451.html aapg_ae_451.html:7:1444:1452 Edmonton Calgary +0.461076 jgeology_html_4599466962 jgeology_html_4599466962:160:11879:11887 Onondaga Union Springs, Alabama +0.263025 geology_html_8928392221 geology_html_8928392221:341:29084:29096 Pioche Reno, Nevada +0.249498 aapg_ah_379.html aapg_ah_379.html:169:12480:12486 Sierra Mexico +0.24288 aapg_ai_562.html aapg_ai_562.html:186:18133:18146 Midway Alabama +0.26163 aapg_af_751.html aapg_af_751.html:766:92859:92868 San Diego California +0.870425 cspg_html_1159794850 cspg_html_1159794850:177:27093:27116 Salina Greifensee, Zurich +0.49234 gsa_html_9312061344 gsa_html_9312061344:867:81102:81122 Pico Canary Islands +0.249951 sedimentology_html_8364351073 sedimentology_html_8364351073:996:88554:88564 Washington Salem, Oregon +0.261112 cspg_html_6038396142 cspg_html_6038396142:8:719:727 Winnipeg Manitoba +0.48545 aapg_ad_683.html aapg_ad_683.html:586:59665:59681 Toroweap Flagstaff, Arizona +0.466059 aapg_ae_3.html aapg_ae_3.html:182:25380:25387 Madison Cheyenne, Wyoming +0.250901 aapg_ai_877.html aapg_ai_877.html:218:23694:23729 Marcellus Erie County, New York +0.472017 aapg_ad_2.html aapg_ad_2.html:1405:192047:192058 Martinsburg Chambersburg, Pennsylvania +0.464616 AMJC_html_5916115748 AMJC_html_5916115748:80:7978:7986 Quinault West Coast of the United States +0.268308 aapg_ac_440.html aapg_ac_440.html:391:51967:51974 El Abra Mexico +0.255398 aapg_ae_81.html aapg_ae_81.html:383:48282:48297 Atoka Atoka, Oklahoma +0.262566 cspg_html_8521524515 cspg_html_8521524515:6:309:329 Swan River Manitoba +0.361257 aapg_ad_808.html aapg_ad_808.html:1243:85836:85854 Frontier Colorado +0.480851 cspg_html_5904948553 cspg_html_5904948553:557:54998:55035 Turner Valley Lacombe, Alberta +0.25957 aapg_ai_29.html aapg_ai_29.html:501:63514:63533 Lagarto Sayre, Oklahoma +0.482555 sedimentology_html_7914000204 sedimentology_html_7914000204:30:2235:2243 Michigan Konstanz (district) +0.264115 aapg_ae_147.html aapg_ae_147.html:300:29961:29965 Pico South Mountains (Arizona) +0.253422 aapg_ac_896.html aapg_ac_896.html:11:1337:1350 Cotton Valley East Texas +0.497552 gsa_html_6869840610 gsa_html_6869840610:457:34575:34597 Gilmore City Boise, Idaho +0.232716 cspg_html_4272664788 cspg_html_4272664788:82:12658:12670 Rundle Lacombe, Alberta +0.490546 cspg_html_9142742810 cspg_html_9142742810:607:61933:61948 Elk Lacombe, Alberta +0.278397 aapg_af_854.html aapg_af_854.html:625:86406:86422 Keokuk Iowa +0.25414 aapg_ad_423.html aapg_ad_423.html:254:21687:21699 Green Valley Texas +0.4769 aapg_aa_916.html aapg_aa_916.html:389:36791:36808 Bedford Bridgetown, Nova Scotia +0.484864 aapg_ah_775.html aapg_ah_775.html:373:42016:42024 Colorado Colorado +0.2355 gsa_html_6861599329 gsa_html_6861599329:87:8543:8553 Washington Anchorage, Alaska +0.479556 gsa_html_1119256423 gsa_html_1119256423:136:12950:12967 White River Nebraska +0.27195 aapg_ad_466.html aapg_ad_466.html:701:77508:77520 Mount Laurel Mount Laurel Township, New Jersey +0.260554 aapg_af_130.html aapg_af_130.html:479:57757:57765 Richmond Sublette County, Wyoming +0.481076 gsa_html_6199842914 gsa_html_6199842914:67:5703:5731 Green River Colorado +0.269217 aapg_ae_80.html aapg_ae_80.html:348:59067:59087 Bonneterre Crawford County, Georgia +0.262636 aapg_ae_755.html aapg_ae_755.html:165:19854:19875 Pungo River Maryland +0.25048 aapg_ad_82.html aapg_ad_82.html:197:20278:20286 La Habra California +0.26826 aapg_ae_64.html aapg_ae_64.html:223:22335:22354 Mesaverde Western world +0.267806 aapg_ai_107.html aapg_ai_107.html:679:61366:61385 Smackover Franklin County, Ohio +0.455328 AMJC_html_9709478395 AMJC_html_9709478395:1119:93952:93979 Albanel Canada +0.494132 aapg_ah_442.html aapg_ah_442.html:94:10328:10337 Catahoula East Texas +0.241964 gsa_html_4298040492 gsa_html_4298040492:904:100906:100911 Yukon Anchorage, Alaska +0.47376 sedimentology_html_9908161596 sedimentology_html_9908161596:590:50058:50062 Hall London, Ontario +0.49601 aapg_af_854.html aapg_af_854.html:1407:204796:204804 Richland Wabash River +0.272403 aapg_ai_583.html aapg_ai_583.html:342:41620:41636 Swift Cheyenne, Wyoming +0.474 cspg_html_6255491344 cspg_html_6255491344:87:13388:13402 Kootenay Cairns, Queensland +0.257013 aapg_ah_402.html aapg_ah_402.html:306:34204:34210 Wilcox Seminole, Texas +0.402204 aapg_ae_973.html aapg_ae_973.html:896:67604:67611 Rustler Salado, Texas +0.24442 aapg_ae_737.html aapg_ae_737.html:320:38890:38904 Lisburne Seward, Alaska +0.474768 aapg_af_575.html aapg_af_575.html:1158:166782:166795 Nacatoch Arkadelphia, Arkansas +0.656964 aapg_aa_583.html aapg_aa_583.html:27:3260:3268 Taraises Mexico +0.485254 aapg_ah_633.html aapg_ah_633.html:122:17041:17045 Frio Texas +0.24598 palaios_html_9789679615 palaios_html_9789679615:692:74918:74934 Kaibab Logan, Utah +0.2605 aapg_ac_841.html aapg_ac_841.html:1361:140734:140762 Punta Gorda Coco River +0.475272 cspg_html_9275863663 cspg_html_9275863663:1050:136258:136268 Swan Hills Canada +0.269165 cspg_html_5731893209 cspg_html_5731893209:569:65566:65580 Stony Mountain Nassau, Bahamas +0.492926 aapg_af_775.html aapg_af_775.html:477:41299:41318 Catahoula Mississippi River +0.26883 palaios_html_7679079277 palaios_html_7679079277:929:81552:81571 Sundance Cheyenne, Wyoming +0.232 cspg_html_2920938670 cspg_html_2920938670:301:34482:34495 Mountain Park Lacombe, Alberta +0.251988 gsa_html_1217771406 gsa_html_1217771406:997:93674:93682 Rockwell Reno, Nevada +0.262546 cspg_html_5375448448 cspg_html_5375448448:539:52721:52729 Dunvegan Lacombe, Alberta +0.24647 aapg_aa_548.html aapg_aa_548.html:57:6012:6028 Wewoka Okmulgee, Oklahoma +0.26156 cspg_html_9474105160 cspg_html_9474105160:410:56521:56526 Banff Lacombe, Alberta +0.502425 aapg_aa_72.html aapg_aa_72.html:145:9981:9992 Black River Medina County, Texas +0.265144 aapg_ae_388.html aapg_ae_388.html:13:2616:2636 Tuscaloosa Austin, Chicago +0.250344 palaios_html_2399848899 palaios_html_2399848899:199:15885:15901 Eutaw Tuscaloosa, Alabama +0.489082 aapg_ai_999.html aapg_ai_999.html:75:6256:6272 Fernie Lacombe, Alberta +0.245967 aapg_ak_69.html aapg_ak_69.html:3:201:215 Nuka Northwest Arctic Borough, Alaska +0.249494 cspg_html_1065856149 cspg_html_1065856149:160:15392:15404 Saskatchewan Edmonton, London +0.532467 aapg_ae_411.html aapg_ae_411.html:41:3862:3866 Buda Buda, Texas +0.50478 aapg_ac_316.html aapg_ac_316.html:28:3505:3521 Bernal New Mexico +0.24144 cspg_html_9142742810 cspg_html_9142742810:583:60362:60379 Gilwood Lacombe, Alberta +0.481962 aapg_ac_574.html aapg_ac_574.html:235:26799:26807 Colorado Florissant, Colorado +0.263048 gsa_html_5865982995 gsa_html_5865982995:1218:130293:130311 Washakie Cheyenne, Wyoming +0.26469 aapg_ai_208.html aapg_ai_208.html:263:21598:21611 Navarro Texas +0.86862 AMJC_html_1873062106 AMJC_html_1873062106:1024:109223:109256 Morrison Colorado +0.25755 sedimentology_html_1972828942 sedimentology_html_1972828942:58:4365:4373 Colorado Denver +0.267734 geology_html_4191415179 geology_html_4191415179:385:26489:26499 Washington Death Valley +0.488516 cspg_html_4293350162 cspg_html_4293350162:520:55669:55689 Mount Head Carnarvon, Western Australia +0.48433 cspg_html_2165379999 cspg_html_2165379999:489:45542:45549 Windsor Edmonton, London +0.275544 gsa_html_7304754451 gsa_html_7304754451:1004:83850:83860 Washington Southwick, Massachusetts +0.46256 sedimentology_html_3297550055 sedimentology_html_3297550055:1533:75867:75871 Hess South China Sea Islands +0.49868 gsa_html_7125621200 gsa_html_7125621200:688:61578:61596 Monterey London, Ontario +0.22701 aapg_aa_47.html aapg_aa_47.html:754:91162:91170 Colorado Madera County, California +0.257775 aapg_ae_369.html aapg_ae_369.html:294:29707:29722 Gordo Tuscaloosa, Alabama +0.470177 aapg_af_461.html aapg_af_461.html:189:17341:17360 Milwaukee Wisconsin +0.430138 aapg_af_291.html aapg_af_291.html:297:33622:33639 Sadlerochit Prudhoe Bay Oil Field +0.255524 palaios_html_2994452429 palaios_html_2994452429:825:82819:82827 Columbia Victoria, British Columbia +0.254829 cspg_html_4099674132 cspg_html_4099674132:203:24164:24184 Ravenscrag Regina, Saskatchewan +0.269345 cspg_html_8438548095 cspg_html_8438548095:292:27585:27592 Bearpaw Lacombe, Alberta +0.496164 gsa_html_1119256423 gsa_html_1119256423:655:59996:60004 Colorado Iowa +0.260428 aapg_aa_251.html aapg_aa_251.html:123:9647:9657 Tuscaloosa Mooringsport, Louisiana +0.281897 aapg_ac_222.html aapg_ac_222.html:582:66772:66790 Moenkopi Colorado +0.25152 aapg_ae_454.html aapg_ae_454.html:274:22061:22080 Cotton Valley Alabama +0.250038 gsa_html_8398449001 gsa_html_8398449001:920:74428:74433 Logan Boise, Idaho +0.260478 aapg_ah_757.html aapg_ah_757.html:101:11373:11393 Moorefield Arkansas +0.257316 aapg_ah_95.html aapg_ah_95.html:218:19594:19618 Toroweap Arizona +0.461663 aapg_ai_400.html aapg_ai_400.html:3:341:370 Citronelle Baton Rouge, Louisiana +0.502 aapg_ai_923.html aapg_ai_923.html:66:11636:11644 Colorado Pinedale, California +0.945624 aapg_ac_714.html aapg_ac_714.html:433:48959:48967 Sundance Cheyenne, Wyoming +0.48756 aapg_ad_691.html aapg_ad_691.html:28:3528:3538 Georgetown Brazos River +0.25956 gsa_html_3872060924 gsa_html_3872060924:849:67911:67939 Green River Colorado +0.48568 aapg_af_621.html aapg_af_621.html:31:3435:3443 Gallatin Washington (state) +0.4841 cspg_html_5381643866 cspg_html_5381643866:251:30442:30460 Gething Rocky Brook +0.464163 aapg_ac_835.html aapg_ac_835.html:60:8774:8783 Goose Egg Cheyenne, Wyoming +0.491431 gsa_html_6914337916 gsa_html_6914337916:532:48599:48607 Columbia Costa Rica +0.251995 aapg_ae_848.html aapg_ae_848.html:43:4003:4008 Yukon Manitoba +0.23324 aapg_aa_7.html aapg_aa_7.html:20:2773:2785 Pigeon Point San Gregorio State Beach +0.509622 cspg_html_2954223000 cspg_html_2954223000:682:97319:97336 La Luna Venezuela +0.46154 aapg_ak_119.html aapg_ak_119.html:407:42875:42881 Denver Colorado +0.49152 aapg_ai_991.html aapg_ai_991.html:132:13919:13927 Virginia Summerville, South Carolina +0.26 cspg_html_5697056884 cspg_html_5697056884:252:25777:25807 Deadwood Western world +0.46991 aapg_aa_590.html aapg_aa_590.html:21:2658:2665 Yucatan Campeche, Campeche +0.263168 sedimentology_html_3605456398 sedimentology_html_3605456398:779:80608:80625 Forest Canada +0.236442 gsa_html_1456601097 gsa_html_1456601097:1699:139327:139332 Crete Greece +0.48858 aapg_ae_789.html aapg_ae_789.html:393:45924:45940 Sulphur Mountain Western world +0.511344 aapg_ae_220.html aapg_ae_220.html:627:64243:64252 Red River Texas +0.476674 cspg_html_1962846283 cspg_html_1962846283:217:25278:25286 Kootenay Lacombe, Alberta +0.482422 geology_html_6919053505 geology_html_6919053505:276:25653:25662 Sheffield Sheffield station +0.250494 cspg_html_4656151786 cspg_html_4656151786:57:3841:3856 Spray Lacombe, Alberta +0.259032 aapg_ah_76.html aapg_ah_76.html:5:648:672 Bedford Santiago +0.37587 aapg_ai_1.html aapg_ai_1.html:176:16393:16408 Molas San Juan Mountains +0.488379 AMJC_html_7313160865 AMJC_html_7313160865:445:39283:39291 Virginia Sterling, Virginia +0.242473 cspg_html_6953218740 cspg_html_6953218740:14:1976:1994 Monteith Victoria, British Columbia +0.245508 aapg_ah_435.html aapg_ah_435.html:165:20010:20020 Rio Grande Coahuila +0.472264 aapg_ah_198.html aapg_ah_198.html:497:61758:61780 Monterey California +0.25908 geology_html_6449306599 geology_html_6449306599:69:5733:5738 Bluff San Juan River (Nicaragua) +0.250976 cspg_html_6238156412 cspg_html_6238156412:199:20874:20882 Billings Logan, Utah +0.501557 aapg_ah_684.html aapg_ah_684.html:46:6500:6515 Piper North Sea oil +0.484848 aapg_aa_360.html aapg_aa_360.html:412:37786:37793 Edwards Balcones Fault +0.675892 gsa_html_2989317971 gsa_html_2989317971:646:67737:67759 Glenns Ferry Wood River (Oregon) +0.497596 cspg_html_4834918660 cspg_html_4834918660:101:9575:9593 Whitemud Lacombe, Alberta +0.453405 aapg_ac_471.html aapg_ac_471.html:3:210:222 Saskatchewan Regina, Saskatchewan +0.2605 aapg_aa_6.html aapg_aa_6.html:115:14175:14180 Tampa Lake Okeechobee +0.251779 cspg_html_1347432325 cspg_html_1347432325:7:689:697 Columbia Victoria, British Columbia +0.484428 aapg_ak_60.html aapg_ak_60.html:718:75325:75330 Swift Bay of Fundy +0.427747 cspg_html_9768299963 cspg_html_9768299963:22:2716:2722 Battle Lacombe, Alberta +0.481371 aapg_af_211.html aapg_af_211.html:47:3540:3550 San Marcos Luling, Louisiana +0.26664 aapg_ac_91.html aapg_ac_91.html:474:36014:36032 Mt. Head Boise, Idaho +0.244769 palaios_html_3105248303 palaios_html_3105248303:185:20483:20497 Kope Kentucky +0.259518 cspg_html_4834918660 cspg_html_4834918660:52:7901:7923 Grand Rapids Cordillera Administrative Region +0.461338 cspg_html_3023030263 cspg_html_3023030263:51:8149:8166 Wapiabi Manitoba +0.255936 aapg_ae_873.html aapg_ae_873.html:66:8730:8738 Woodbine Lewisville, Texas +0.499278 gsa_html_4667678389 gsa_html_4667678389:972:101474:101482 Columbia Victoria, British Columbia +0.398376 aapg_ai_49.html aapg_ai_49.html:451:57519:57539 White River Glenwood Springs, Colorado +0.515886 cspg_html_9222238695 cspg_html_9222238695:133:18965:18973 Columbia Victoria, British Columbia +0.472604 aapg_af_479.html aapg_af_479.html:714:75472:75492 Point Loma California +0.250368 aapg_aa_267.html aapg_aa_267.html:222:18475:18495 Greenbrier Greenbrier (Great Smoky Mountains) +0.496848 gsa_html_8971189731 gsa_html_8971189731:728:71432:71443 Green River Kentucky +0.327096 aapg_af_728.html aapg_af_728.html:17:1882:1903 Green River Colorado +0.4745 aapg_ah_645.html aapg_ah_645.html:241:29851:29866 Stump Logan, Utah +0.493272 aapg_ac_70.html aapg_ac_70.html:441:52801:52809 Arcturus Reno, Nevada +0.279832 aapg_aa_148.html aapg_aa_148.html:202:23115:23127 Burro Canyon Colorado +0.263165 aapg_ah_894.html aapg_ah_894.html:163:25952:25992 Smackover Texas +0.505724 aapg_ah_372.html aapg_ah_372.html:162:14827:14833 Midway Alabama +0.265684 aapg_ac_789.html aapg_ac_789.html:236:46237:46245 Colorado Denver +0.891738 aapg_ad_944.html aapg_ad_944.html:75:8030:8049 Spearfish Williston, Vermont +0.49248 aapg_ai_296.html aapg_ai_296.html:377:36957:36974 Plattin Black River, Jamaica +0.495281 aapg_aa_73.html aapg_aa_73.html:48:4784:4789 Logan County (United States) +0.287412 aapg_ah_318.html aapg_ah_318.html:807:84753:84772 Smackover Reno, Nevada +0.49749 cspg_html_4937997995 cspg_html_4937997995:12:772:784 Severn River Churchill River (Atlantic) +0.482586 aapg_ae_468.html aapg_ae_468.html:79:8401:8409 Oakville Beaumont, Texas +0.263004 gsa_html_2768342942 gsa_html_2768342942:831:77702:77714 Devon Island Canadian Arctic Archipelago +0.501034 aapg_ac_301.html aapg_ac_301.html:97:11965:11997 Saturday Mountain Middle Ordovician +0.466576 aapg_ah_978.html aapg_ah_978.html:590:55306:55313 Panoche Coalinga, California +0.26571 cspg_html_2419618566 cspg_html_2419618566:859:101536:101575 Sulphur Point Lacombe, Alberta +0.254016 gsa_html_7856084240 gsa_html_7856084240:929:69905:69914 Flagstaff Sonora +0.263682 cspg_html_9343899465 cspg_html_9343899465:1313:109970:109989 Nordstrand Point Ellesmere Island +0.499548 aapg_ad_133.html aapg_ad_133.html:233:21412:21422 San Andres Martin County, Florida +0.259956 sedimentology_html_2139169476 sedimentology_html_2139169476:370:40177:40186 Peninsula Korea +0.8531 AMJC_html_1873062106 AMJC_html_1873062106:349:48439:48447 Colorado Logan, Utah +0.248 AMJC_html_5199783484 AMJC_html_5199783484:13:727:733 Denver Colorado +0.278214 gsa_html_8714995028 gsa_html_8714995028:19:1396:1409 Santa Barbara Great Valley, New York +0.265216 aapg_af_69.html aapg_af_69.html:18:2165:2176 Trempealeau Ohio +0.466683 AMJC_html_5421639085 AMJC_html_5421639085:436:47283:47306 Gorge Sykesville, Maryland +0.495045 aapg_ae_513.html aapg_ae_513.html:113:9850:9866 Midway Austin County, Texas +0.25452 aapg_ah_965.html aapg_ah_965.html:452:52935:52948 Whitsett Whitsett, North Carolina +0.477696 gsa_html_5928791685 gsa_html_5928791685:60:5408:5426 Westboro Avalonia +0.28435 cspg_html_3068776384 cspg_html_3068776384:114:17834:17851 Cardium Western world +0.25441 aapg_af_674.html aapg_af_674.html:450:41308:41316 Colorado Denver +0.26058 cspg_html_4664502755 cspg_html_4664502755:556:67879:67909 Clearwater Western world +0.26563 aapg_ai_861.html aapg_ai_861.html:12:1958:1965 Ivishak North Slope Borough, Alaska +0.265472 aapg_ae_371.html aapg_ae_371.html:30:4856:4864 Kootenay Canada +0.47991 aapg_ac_687.html aapg_ac_687.html:111:10745:10791 Newcastle Cheyenne, Wyoming +0.246422 aapg_ac_354.html aapg_ac_354.html:149:16240:16247 Oceanic Bering Sea +0.451689 aapg_ai_63.html aapg_ai_63.html:60:9789:9797 Colorado Colorado +0.26061 aapg_ai_328.html aapg_ai_328.html:9:1078:1098 Rancheria Rift Valley lakes +0.50424 aapg_ad_812.html aapg_ad_812.html:81:11157:11173 Navajo New Mexico +0.496071 aapg_af_887.html aapg_af_887.html:141:13598:13608 Whitehorse West Texas +0.262524 aapg_af_479.html aapg_af_479.html:695:73935:73955 Point Loma California +0.263472 aapg_af_614.html aapg_af_614.html:82:6917:6940 Cotton Valley Elm Grove, Wisconsin +0.483336 aapg_af_879.html aapg_af_879.html:919:88673:88677 Word Texas +0.4807 aapg_ah_328.html aapg_ah_328.html:343:35856:35870 Rico Logan, Utah +0.492712 gsa_html_5495469347 gsa_html_5495469347:697:60224:60240 Morgan Logan, Utah +0.474672 gsa_html_5107598462 gsa_html_5107598462:268:24286:24292 Salina Salina, Kansas +0.276602 aapg_ae_271.html aapg_ae_271.html:145:11864:11884 Cockfield Gosport, Indiana +0.467124 aapg_ad_152.html aapg_ad_152.html:287:36082:36090 Chainman Nye County, Nevada +0.271425 aapg_ah_804.html aapg_ah_804.html:62:5613:5621 Red Cave Morton County, North Dakota +0.460564 aapg_ac_618.html aapg_ac_618.html:93:9221:9228 Gaptank Val Verde (fictional country) +0.267288 cspg_html_9361096527 cspg_html_9361096527:590:60603:60634 Judith River Lacombe, Alberta +0.489255 aapg_aa_110.html aapg_aa_110.html:3:197:218 Green River Cheyenne, Wyoming +0.49266 aapg_ad_361.html aapg_ad_361.html:105:7967:7979 Midway Alabama +0.488652 cspg_html_7201476813 cspg_html_7201476813:160:20297:20316 Red River Williston Basin +0.466941 cspg_html_8775315691 cspg_html_8775315691:6:329:358 Scollard Lacombe, Alberta +0.464486 aapg_aa_622.html aapg_aa_622.html:67:8911:8919 Colorado Logan, Utah +0.260304 geology_html_3302921640 geology_html_3302921640:12:498:504 Denver Colorado +0.453136 aapg_ad_812.html aapg_ad_812.html:81:11175:11192 Kayenta Chinle Formation +0.261975 sedimentology_html_9561482262 sedimentology_html_9561482262:1055:43754:43764 Rio Grande Tierra del Fuego Province (Argentina) +0.252164 aapg_ai_933.html aapg_ai_933.html:130:19145:19162 Green River Cheyenne, Wyoming +0.267696 aapg_af_880.html aapg_af_880.html:515:77734:77749 Maroon Cheyenne, Wyoming +0.24638 aapg_ae_550.html aapg_ae_550.html:44:6093:6101 Colorado Denver +0.243542 gsa_html_3379069611 gsa_html_3379069611:860:66610:66618 Colorado Denver +0.254736 aapg_af_0.html aapg_af_0.html:342:37266:37284 Sabaneta Santa Ana, California +0.267804 aapg_aa_147.html aapg_aa_147.html:788:79535:79543 Deadwood Williston Basin +0.273296 gsa_html_7345831590 gsa_html_7345831590:50:1205:1215 Washington Vancouver +0.472758 geology_html_1926795897 geology_html_1926795897:16:786:795 San Diego California +0.271341 cspg_html_3926542795 cspg_html_3926542795:1132:118910:118926 Nisku Swan Hill, Victoria +0.383675 aapg_ai_98.html aapg_ai_98.html:84:12400:12405 Eutaw Mississippi River +0.268099 aapg_af_397.html aapg_af_397.html:22:3209:3235 Entrada Entrada Sandstone +0.242536 sedimentology_html_2806065367 sedimentology_html_2806065367:101:12005:12015 Rio Grande Puerto Palomas, Chihuahua +0.255892 aapg_aa_582.html aapg_aa_582.html:203:21499:21515 Martin Sonora +0.485648 cspg_html_3521815736 cspg_html_3521815736:289:41006:41013 Halfway Wembley Stadium +0.267285 aapg_af_854.html aapg_af_854.html:893:126374:126393 Aux Vases Illinois +0.33124 aapg_ad_880.html aapg_ad_880.html:22:3525:3543 Sundance Black Hills +0.24411 aapg_af_482.html aapg_af_482.html:96:12788:12793 Atima Honduras +0.483426 aapg_af_577.html aapg_af_577.html:199:13929:13936 Halfway Pecos County, Texas +0.26159 palaios_html_5321533010 palaios_html_5321533010:420:46545:46553 Virginia Reston, Virginia +0.27398 gsa_html_5107598462 gsa_html_5107598462:384:32971:32977 Salina Berwick, Pennsylvania +0.267145 sedimentology_html_9260132433 sedimentology_html_9260132433:39:2760:2776 Eureka Quartzite Western world +0.2675 aapg_ae_17.html aapg_ae_17.html:117:14579:14585 Sierra Caborca +0.711712 aapg_aa_732.html aapg_aa_732.html:443:45298:45320 Sevy Dolomite Logan, Utah +0.921154 aapg_ad_351.html aapg_ad_351.html:66:7654:7674 Keokuk Missouri River +0.493914 aapg_ae_445.html aapg_ae_445.html:72:5836:5851 Tuscaloosa Tuscaloosa, Alabama +0.2585 cspg_html_8917306391 cspg_html_8917306391:430:41942:41959 Cardium Lacombe, Alberta +0.261112 sedimentology_html_1623454448 sedimentology_html_1623454448:1290:105005:105009 Hall London, Ontario +0.432361 cspg_html_3102530088 cspg_html_3102530088:316:37841:37860 Lea Park Milk River, Alberta +0.48379 aapg_af_286.html aapg_af_286.html:320:41473:41489 Viking Lacombe, Alberta +0.251262 aapg_ac_82.html aapg_ac_82.html:164:15106:15111 Atoka Ouachita Parish, Louisiana +0.252504 aapg_ah_881.html aapg_ah_881.html:115:13136:13145 Chuckanut Nanaimo +0.471366 cspg_html_9587281669 cspg_html_9587281669:88:15778:15784 Exshaw Milk River, Alberta +0.492926 geology_html_9131630956 geology_html_9131630956:160:14064:14075 Green River Kentucky +0.51467 aapg_ad_318.html aapg_ad_318.html:200:25875:25897 Salina Lockport (city), New York +0.486266 gsa_html_5925974677 gsa_html_5925974677:99:10855:10861 Tuscan Tyrrhenian Sea +0.26156 aapg_aa_916.html aapg_aa_916.html:178:17322:17332 Banquereau Logan Canyon +0.22407 cspg_html_3579312067 cspg_html_3579312067:32:4617:4637 La Vieille New Brunswick, New Jersey +0.246012 AMJC_html_1007005179 AMJC_html_1007005179:750:86302:86308 Ithaca Bolivia +0.476146 aapg_ae_115.html aapg_ae_115.html:127:13794:13802 Tensleep Cheyenne, Wyoming +0.256036 gsa_html_2989317971 gsa_html_2989317971:1212:120169:120178 Extension Yellowstone National Park +0.261576 aapg_ai_346.html aapg_ai_346.html:10:879:892 Knox Dolomite Mississippi River +0.511761 aapg_ae_72.html aapg_ae_72.html:293:26773:26780 Entrada Kayenta, Arizona +0.4695 jgeology_html_6990146451 jgeology_html_6990146451:232:16234:16244 Laurentian Gondwana +0.25441 gsa_html_5608167218 gsa_html_5608167218:431:37729:37732 Arc Tyrrhenian Sea +0.249428 gsa_html_7020634397 gsa_html_7020634397:419:34190:34207 Ivishak Anchorage, Alaska +0.476073 cspg_html_1065856149 cspg_html_1065856149:62:7496:7504 Columbia Victoria, British Columbia +0.244944 cspg_html_7297340324 cspg_html_7297340324:770:90024:90032 Columbia Victoria, British Columbia +0.490496 aapg_ai_567.html aapg_ai_567.html:1047:133646:133650 Java Borneo +0.250952 gsa_html_9979192554 gsa_html_9979192554:869:83935:83939 Hall Canada +0.50544 gsa_html_1766967821 gsa_html_1766967821:31:2886:2914 Green River Colorado +0.264704 geology_html_1655073154 geology_html_1655073154:280:23532:23538 Morgan Hawaii (island) +0.413478 aapg_ad_466.html aapg_ad_466.html:545:62876:62887 Englishtown Woodbury, New Jersey +0.6643 aapg_af_149.html aapg_af_149.html:150:13368:13375 Anahuac Shreveport, Louisiana +0.474768 aapg_ae_3.html aapg_ae_3.html:252:36140:36159 Leadville Cheyenne, Wyoming +0.26571 aapg_af_995.html aapg_af_995.html:187:33709:33724 Mesaverde Logan, Utah +0.4735 sedimentology_html_2909366246 sedimentology_html_2909366246:1530:75971:76001 East Berlin Cambridge, Massachusetts +0.483775 aapg_ah_779.html aapg_ah_779.html:390:72687:72695 Monterey Lewistown, Pennsylvania +0.504644 aapg_ad_419.html aapg_ad_419.html:84:7526:7534 Traverse Detroit River International Wildlife Refuge +0.2565 gsa_html_9613801428 gsa_html_9613801428:541:57301:57329 Talkeetna Tonga +0.264132 aapg_ae_917.html aapg_ae_917.html:218:23347:23372 Battle Eagle River, Alaska +0.244976 sedimentology_html_3200584564 sedimentology_html_3200584564:1232:82696:82710 Colorado Canada +0.866592 cspg_html_4834918660 cspg_html_4834918660:18:2533:2540 Deville Edmonton, London +0.255524 cspg_html_4659384530 cspg_html_4659384530:163:19126:19151 Beaverhill Swan Hill, Victoria +0.478435 aapg_ae_579.html aapg_ae_579.html:18:2338:2358 Wind River Cheyenne, Wyoming +0.269868 cspg_html_4031489103 cspg_html_4031489103:39:6524:6532 Columbia Victoria, British Columbia +0.236176 geology_html_9449848150 geology_html_9449848150:22:1708:1727 Flagstaff Logan, Utah +0.716856 aapg_af_728.html aapg_af_728.html:424:49735:49767 Long Rapids Ontario, California +0.471086 aapg_ae_35.html aapg_ae_35.html:104:9876:9890 Duchesne River Wasatch Range +0.413448 aapg_ae_916.html aapg_ae_916.html:414:47334:47348 Colorado Niobrara, Nebraska +0.49665 aapg_ae_187.html aapg_ae_187.html:62:4862:4870 Michigan Kentucky +0.25542 aapg_ad_55.html aapg_ad_55.html:24:2942:2949 Plattin Decorah, Iowa +0.4695 sedimentology_html_6520137584 sedimentology_html_6520137584:76:9231:9240 Peninsula Korea +0.255025 aapg_ad_169.html aapg_ad_169.html:22:3082:3100 Greenbrier Huntington, West Virginia +0.49035 aapg_ae_233.html aapg_ae_233.html:19:2772:2782 Tuscaloosa Chattahoochee River National Recreation Area +0.469755 aapg_ac_972.html aapg_ac_972.html:233:27701:27717 Rico Rancho Santa Margarita, California +0.366054 geology_html_2983174725 geology_html_2983174725:10:341:375 Zabriskie Quartzite Death Valley +0.25104 palaios_html_9669360804 palaios_html_9669360804:41:3662:3665 Abo New Mexico +0.387693 aapg_ae_415.html aapg_ae_415.html:498:65073:65088 Byram Richland Creek +0.499988 cspg_html_5000772122 cspg_html_5000772122:33:5755:5766 Fernie Manitoba +0.274047 aapg_ac_613.html aapg_ac_613.html:32:4439:4454 Mesaverde Mancos, Colorado +0.25948 sedimentology_html_9257813538 sedimentology_html_9257813538:471:37119:37126 Francis London, Ontario +0.258416 aapg_aa_106.html aapg_aa_106.html:320:32823:32831 Edmonton Manitoba +0.436 aapg_ai_340.html aapg_ai_340.html:612:55640:55659 Matanuska Anchorage, Alaska +0.4845 aapg_aa_215.html aapg_aa_215.html:297:24831:24839 Santiago Chile +0.255009 aapg_ac_971.html aapg_ac_971.html:1044:88885:88893 Seminole McAlester, Oklahoma +0.23655 aapg_ai_780.html aapg_ai_780.html:132:14614:14622 Virginia Long Island (Massachusetts) +0.241542 aapg_ae_3.html aapg_ae_3.html:213:29791:29805 Manning Canyon Logan, Utah +0.43589 aapg_ah_157.html aapg_ah_157.html:212:29976:29982 Galena Ottawa, Kansas +0.26163 aapg_ah_754.html aapg_ah_754.html:3:305:313 Columbia Vancouver +0.253895 aapg_ah_633.html aapg_ah_633.html:210:30647:30662 Tampa Tampa, Florida +0.485648 aapg_af_84.html aapg_af_84.html:21:1912:1922 Washington Salem, Oregon +0.259548 aapg_af_978.html aapg_af_978.html:972:143623:143633 Copenhagen Denmark +0.273385 aapg_af_854.html aapg_af_854.html:1163:164723:164739 Menard Illinois +0.253791 cspg_html_7086537250 cspg_html_7086537250:614:86772:86782 Besa River Lacombe, Alberta +0.27501 aapg_af_890.html aapg_af_890.html:123:13271:13281 San Andres Guadalupe Mountains National Park +0.50191 aapg_af_561.html aapg_af_561.html:438:41181:41193 Wasatch South Fork Eel River +0.255474 aapg_ac_365.html aapg_ac_365.html:238:19438:19445 Yucatan Campeche, Campeche +0.48925 aapg_ah_160.html aapg_ah_160.html:89:13320:13327 Manlius Lewistown, Pennsylvania +0.480255 palaios_html_7274959329 palaios_html_7274959329:17:823:828 Laval Quebec City +0.269345 cspg_html_6786864151 cspg_html_6786864151:11:1489:1511 Trent River Qualicum River +0.473946 gsa_html_6143207195 gsa_html_6143207195:24:1000:1010 Washington Washington (state) +0.2455 sedimentology_html_3661716164 sedimentology_html_3661716164:226:17069:17089 Lee Kentucky +0.500456 gsa_html_3407914201 gsa_html_3407914201:872:94156:94170 Ione Central Valley (California) +0.260075 gsa_html_5601712699 gsa_html_5601712699:843:73658:73668 Washington Washington (state) +0.25553 aapg_af_854.html aapg_af_854.html:643:89335:89350 Salem Bloomington, Indiana +0.257983 jgeology_html_1095412310 jgeology_html_1095412310:466:28730:28747 Manlius Western world +0.256036 cspg_html_8818854104 cspg_html_8818854104:68:10367:10382 Grassy Mountain Lacombe, Alberta +0.44547 aapg_aa_655.html aapg_aa_655.html:23:3330:3338 Colorado Sangre de Cristo Range +0.250344 aapg_ad_351.html aapg_ad_351.html:524:45321:45340 Northview Sedalia, Missouri +0.252504 cspg_html_2701043964 cspg_html_2701043964:128:15196:15226 Athabasca Alta, Utah +0.472833 aapg_ad_757.html aapg_ad_757.html:301:38516:38521 Viola Seminole, Texas +0.262144 aapg_ai_503.html aapg_ai_503.html:67:7261:7278 Grimsby Manitoulin Island +0.48306 cspg_html_3233680622 cspg_html_3233680622:55:7445:7463 Eureka Sound Ellesmere Island +0.487705 gsa_html_1217771406 gsa_html_1217771406:483:43199:43213 Monterey Monterey, California +0.264554 aapg_ad_580.html aapg_ad_580.html:436:54709:54716 Wasatch Cheyenne, Wyoming +0.257004 aapg_aa_577.html aapg_aa_577.html:5:677:685 Columbia Waterloo, Ontario +0.474388 aapg_ae_768.html aapg_ae_768.html:152:15078:15085 Rustler Salado, Texas +0.493506 aapg_ah_3.html aapg_ah_3.html:60:8489:8515 Wabamun New Guinea +0.239085 cspg_html_4392308496 cspg_html_4392308496:102:17924:17945 Bonaventure Quebec City +0.40015 palaios_html_3243054568 palaios_html_3243054568:69:8635:8655 Beck Spring Dolomite Cheyenne, Wyoming +0.25542 aapg_ah_962.html aapg_ah_962.html:301:30199:30216 West Spring Creek Robertson, New South Wales +0.259578 aapg_ad_948.html aapg_ad_948.html:96:9111:9116 Supai Coconino County, Arizona +0.488516 aapg_af_854.html aapg_af_854.html:290:35735:35753 Kinderhook Iowa +0.268224 AMJC_html_4299960498 AMJC_html_4299960498:755:87939:87945 Oregon Washington (state) +0.486472 aapg_af_11.html aapg_af_11.html:540:54556:54571 Molas Placerville, Colorado +0.455008 palaios_html_7765531315 palaios_html_7765531315:619:59849:59890 Noonday Dolomite Death Valley +0.25857 cspg_html_4839003013 cspg_html_4839003013:28:4057:4078 Beaverhill Lacombe, Alberta +0.282999 sedimentology_html_5613495298 sedimentology_html_5613495298:123:12579:12596 Chinle Chinle Formation +0.263144 aapg_ah_69.html aapg_ah_69.html:149:14244:14260 Black River Black River, Jamaica +0.252 aapg_ae_72.html aapg_ae_72.html:40:6067:6070 Ute Carrizo Plain +0.369472 aapg_af_244.html aapg_af_244.html:75:7664:7674 San Felipe Tampico, Illinois +0.48932 gsa_html_4543270561 gsa_html_4543270561:1171:99421:99429 Rockwell Pacific coast +0.250712 aapg_ad_812.html aapg_ad_812.html:92:13556:13563 Entrada Arizona +0.502244 aapg_ac_986.html aapg_ac_986.html:404:46439:46455 Chinle Cheyenne, Wyoming +0.261 aapg_aa_287.html aapg_aa_287.html:411:48330:48346 Viking Lacombe, Alberta +0.248472 aapg_ad_337.html aapg_ad_337.html:94:9825:9832 Temblor Santa Monica Mountains +0.49764 cspg_html_8362959053 cspg_html_8362959053:301:29593:29602 Mackenzie Victoria, British Columbia +0.474176 AMJC_html_7984049819 AMJC_html_7984049819:797:85026:85044 Eastport Portland, Maine +0.27216 aapg_ae_888.html aapg_ae_888.html:90:10697:10719 Grove Lone Grove, Oklahoma +0.265738 sedimentology_html_8745852512 sedimentology_html_8745852512:923:66647:66656 San Diego California +0.20944 aapg_aa_906.html aapg_aa_906.html:314:30902:30922 Fort Union Colorado +0.257868 cspg_html_4382149016 cspg_html_4382149016:329:48531:48543 Utica Logan, Utah +0.26447 cspg_html_4727222822 cspg_html_4727222822:29:4141:4173 Schei Point Middle East +0.267156 aapg_ae_715.html aapg_ae_715.html:1027:118947:118966 Catahoula Texas +0.485344 aapg_ae_916.html aapg_ae_916.html:289:33563:33571 Kootenai Cut Bank, Montana +0.246422 geology_html_3335667448 geology_html_3335667448:87:7214:7229 Rockland California +0.497552 aapg_aa_841.html aapg_aa_841.html:101:9751:9761 Frio Galveston County, Texas +0.779554 aapg_ai_17.html aapg_ai_17.html:1089:71600:71619 Vicksburg Chattahoochee County, Georgia +0.429534 aapg_ae_618.html aapg_ae_618.html:54:5447:5453 Walker Lacombe, Alberta +0.267289 aapg_aa_973.html aapg_aa_973.html:24:1843:1853 Phosphoria Cheyenne, Wyoming +0.486772 jgeology_html_8064855537 jgeology_html_8064855537:677:51288:51293 Provo Sevier orogeny +0.460067 aapg_af_636.html aapg_af_636.html:256:29934:29955 Dutch Creek Illinois +0.467016 aapg_ae_271.html aapg_ae_271.html:98:7332:7342 Washington Alabama +0.274432 aapg_ah_747.html aapg_ah_747.html:47:5247:5262 Weber Logan, Utah +0.259584 aapg_ae_441.html aapg_ae_441.html:47:3881:3889 Fillmore Michigan +0.277984 aapg_ad_2.html aapg_ad_2.html:1104:151375:151396 Beekmantown Pennsylvania +0.485706 cspg_html_2734588863 cspg_html_2734588863:26:3616:3628 Saskatchewan Regina, Saskatchewan +0.24804 aapg_af_164.html aapg_af_164.html:36:4001:4017 Iatan Plattsburg, Missouri +0.254518 cspg_html_4270552951 cspg_html_4270552951:188:27292:27302 Swan River Niobrara, Nebraska +0.479744 aapg_ak_97.html aapg_ak_97.html:120:12080:12102 Red Mountain Alabama +0.245916 geology_html_1451099275 geology_html_1451099275:289:27192:27197 Yukon Arctic Cordillera +0.458109 cspg_html_1818321956 cspg_html_1818321956:204:21439:21447 Columbia Canada +0.24926 cspg_html_3447886929 cspg_html_3447886929:1011:105355:105381 Lawrence Eastern Canada +0.47775 aapg_af_91.html aapg_af_91.html:354:40857:40877 Manning Canyon Oquirrh Mountain Utah Temple +0.683767 aapg_af_471.html aapg_af_471.html:313:37400:37410 Pottsville Alabama +0.261085 cspg_html_1915486237 cspg_html_1915486237:320:39442:39450 Columbia Victoria, British Columbia +0.459228 aapg_ac_380.html aapg_ac_380.html:181:22576:22584 Onondaga Onondaga County, New York +0.50042 gsa_html_3680104586 gsa_html_3680104586:30:2784:2812 Green River Colorado +0.24843 aapg_ae_327.html aapg_ae_327.html:131:12858:12866 Michigan Arkansas +0.373746 aapg_ac_366.html aapg_ac_366.html:111:14879:14898 Rose Hill Huntington, West Virginia +0.50721 aapg_ae_973.html aapg_ae_973.html:560:40794:40798 Yeso New Mexico +0.273504 aapg_aa_358.html aapg_aa_358.html:106:11894:11902 Moenkopi Chinle Formation +0.506996 aapg_ad_341.html aapg_ad_341.html:159:16026:16033 Chemung West Branch Susquehanna Valley +0.252984 aapg_ad_575.html aapg_ad_575.html:316:41255:41261 Denver Colorado +0.262143 gsa_html_8549650339 gsa_html_8549650339:165:14573:14594 Eagle Buda, Texas +0.254989 gsa_html_3032625755 gsa_html_3032625755:789:59948:59959 Abercrombie Southern California +0.246016 AMJC_html_1690410018 AMJC_html_1690410018:504:71912:71916 Kent London, Ontario +0.519384 aapg_aa_689.html aapg_aa_689.html:470:56024:56067 Prairie Regina, Saskatchewan +0.25705 aapg_ac_913.html aapg_ac_913.html:100:9803:9808 Atoka Hartshorne, Oklahoma +0.25853 cspg_html_9222238695 cspg_html_9222238695:266:35967:35975 Columbia Victoria, British Columbia +0.504172 aapg_af_808.html aapg_af_808.html:382:52269:52287 Scotland Bonaire +0.261112 geology_html_4913268241 geology_html_4913268241:334:25454:25460 Provo Gibraltar +0.25641 cspg_html_5960210762 cspg_html_5960210762:77:10088:10099 Buick Creek Valhalla, New York +0.424215 cspg_html_3618628685 cspg_html_3618628685:27:4292:4299 Wapiabi Milk River, Alberta +0.504 aapg_ai_154.html aapg_ai_154.html:92:11013:11021 Onondaga Pennsylvania +0.25092 geology_html_1678017973 geology_html_1678017973:122:14837:14858 Jacksonburg Iowa +0.384944 cspg_html_5312588885 cspg_html_5312588885:72:9015:9034 Jefferson Boise, Idaho +0.240548 gsa_html_4234009219 gsa_html_4234009219:94:10706:10716 Washington Toledo, Spain +0.24647 gsa_html_7936718686 gsa_html_7936718686:980:69199:69222 Bluff Hawaii (island) +0.260096 cspg_html_1050448431 cspg_html_1050448431:200:26454:26462 Columbia Victoria, British Columbia +0.436678 cspg_html_4915680223 cspg_html_4915680223:229:25049:25064 Douro Cape Cod +0.470418 aapg_ac_873.html aapg_ac_873.html:195:14393:14408 Lance Cheyenne, Wyoming +0.482092 aapg_ad_169.html aapg_ad_169.html:319:37425:37445 Greenbrier Huntington, West Virginia +0.265738 jgeology_html_5471448181 jgeology_html_5471448181:249:22425:22442 Entrada Kayenta, Arizona +0.502857 aapg_af_133.html aapg_af_133.html:164:17897:17909 Osgood Bloomington, Indiana +0.27438 aapg_ah_73.html aapg_ah_73.html:166:18598:18620 Cotton Valley Shreveport, Louisiana +0.2376 geology_html_3614605929 geology_html_3614605929:57:5704:5721 Onaping Sudbury, Suffolk +0.480537 cspg_html_8775315691 cspg_html_8775315691:86:10305:10324 Coalspur Lacombe, Alberta +0.255811 aapg_aa_118.html aapg_aa_118.html:14:1408:1413 Chazy Champlain Valley +0.425205 aapg_ai_281.html aapg_ai_281.html:247:24216:24223 El Abra Mexico +0.503804 aapg_ac_984.html aapg_ac_984.html:112:9842:9852 Eau Claire Bonne Terre, Missouri +0.47788 gsa_html_4071231613 gsa_html_4071231613:1043:105265:105275 Washington Boise, Idaho +0.486324 aapg_ae_581.html aapg_ae_581.html:640:71417:71436 Fox Hills Cheyenne, Wyoming +0.260598 cspg_html_3804945581 cspg_html_3804945581:110:12908:12931 Scollard Horseshoe Canyon Formation +0.261632 cspg_html_9894399778 cspg_html_9894399778:51:4569:4583 Cloverly Regina, Saskatchewan +0.2555 gsa_html_1766933224 gsa_html_1766933224:521:45600:45607 Emerson Norcross, Georgia +0.446148 gsa_html_1636483297 gsa_html_1636483297:816:73022:73043 Green River Cheyenne, Wyoming +0.476784 aapg_ac_749.html aapg_ac_749.html:149:20550:20567 Grimsby Ontario, California +0.482023 cspg_html_4376017434 cspg_html_4376017434:22:3369:3377 Columbia Victoria, British Columbia +0.265221 cspg_html_8818854104 cspg_html_8818854104:135:17620:17628 Columbia Lacombe, Alberta +0.500325 sedimentology_html_9626990209 sedimentology_html_9626990209:1361:99122:99137 Mesaverde Cheyenne, Wyoming +0.240284 gsa_html_5401370456 gsa_html_5401370456:217:21891:21901 Santa Cruz Western world +0.490546 geology_html_8854515178 geology_html_8854515178:253:20692:20700 Rockwell India +0.244474 sedimentology_html_3206626228 sedimentology_html_3206626228:238:22358:22365 Wiarton Ontario, California +0.27136 aapg_ac_971.html aapg_ac_971.html:1096:95021:95038 Bromide McAlester, Oklahoma +0.243024 aapg_ai_509.html aapg_ai_509.html:97:8542:8569 West Spring Creek Middle Ordovician +0.280836 aapg_ad_111.html aapg_ad_111.html:47:6589:6608 Mesaverde Logan, Utah +0.280924 aapg_ae_915.html aapg_ae_915.html:201:16309:16321 Dakota Nebraska +0.477184 gsa_html_1931201430 gsa_html_1931201430:723:71094:71100 Active California +0.267189 aapg_ac_227.html aapg_ac_227.html:69:7573:7580 Wasatch Uinta Mountains +0.484185 gsa_html_4181975259 gsa_html_4181975259:684:65294:65300 Oregon Salem, Oregon +0.25908 aapg_aa_696.html aapg_aa_696.html:707:76677:76685 Colorado Denver +0.24696 geology_html_1056317078 geology_html_1056317078:232:23626:23632 Denver Colorado +0.456968 sedimentology_html_2139169476 sedimentology_html_2139169476:130:12299:12308 Peninsula Muan International Airport +0.478114 aapg_aa_415.html aapg_aa_415.html:195:27342:27350 Anacacho Bexar County, Texas +0.506974 aapg_ah_847.html aapg_ah_847.html:146:16493:16507 New Egypt New Egypt, New Jersey +0.254015 palaios_html_6453840623 palaios_html_6453840623:15:674:692 Catskill Pennsylvania +0.25676 aapg_aa_777.html aapg_aa_777.html:58:6095:6102 Wasatch Wasatch Range +0.242554 aapg_af_502.html aapg_af_502.html:790:91630:91638 Colorado Leadville, Colorado +0.26416 AMJC_html_6539706032 AMJC_html_6539706032:179:17564:17582 Mamacoke Plainfield, Illinois +0.272844 aapg_aa_856.html aapg_aa_856.html:57:4272:4285 Cotton Valley Columbia Country +0.62037 aapg_af_167.html aapg_af_167.html:158:18971:18984 Carlile Ellis County, Kansas +0.448625 aapg_af_479.html aapg_af_479.html:686:73194:73204 Point Loma San Diego +0.485648 cspg_html_6159840831 cspg_html_6159840831:40:6739:6756 Cardium Victoria, British Columbia +0.242526 jgeology_html_5352797441 jgeology_html_5352797441:91:4003:4020 Baraboo Quartzite Wisconsin +0.266 aapg_ai_145.html aapg_ai_145.html:258:27310:27322 Fernie Lacombe, Alberta +0.477087 gsa_html_3484366946 gsa_html_3484366946:1176:109666:109682 Noonday Dolomite Death Valley +0.461648 gsa_html_5664265459 gsa_html_5664265459:745:73321:73328 Juntura Steens Mountain Wilderness +0.507982 aapg_ah_530.html aapg_ah_530.html:231:27375:27382 Sly Gap New Mexico +0.243811 gsa_html_1412681096 gsa_html_1412681096:480:38475:38507 Sierra Guadalajara, Jalisco +0.272384 aapg_ac_408.html aapg_ac_408.html:85:8809:8813 Frio Agua Dulce, Nueces County, Texas +0.4966 aapg_ae_419.html aapg_ae_419.html:4627:271872:271878 Sierra Mexico +0.259 gsa_html_8662622130 gsa_html_8662622130:580:55648:55657 Eel River California +0.254478 aapg_af_497.html aapg_af_497.html:533:45936:45942 Pueblo Colorado +0.500906 cspg_html_6064089067 cspg_html_6064089067:62:7119:7127 Winnipeg Stewartville, Minnesota +0.500016 aapg_af_614.html aapg_af_614.html:56:4354:4373 Smackover Arkansas +0.364236 aapg_ae_319.html aapg_ae_319.html:525:44486:44493 Ankareh Uinta Mountains +0.495726 aapg_ai_49.html aapg_ai_49.html:632:83040:83050 San Andres Kaibab, Arizona +0.26059 aapg_aa_176.html aapg_aa_176.html:694:67810:67837 Santa Cruz California +0.263472 aapg_ai_802.html aapg_ai_802.html:507:46953:46972 Monterey California +0.261105 palaios_html_5264377288 palaios_html_5264377288:724:57628:57665 Chickaloon Anchorage, Alaska +0.2597 aapg_ae_928.html aapg_ae_928.html:655:47316:47339 Cotton Valley Lisbon +0.250194 aapg_ad_960.html aapg_ad_960.html:25:3009:3039 Rico Durham, North Carolina +0.271441 cspg_html_6682149301 cspg_html_6682149301:19:2129:2141 Cardium Milk River, Alberta +0.262626 gsa_html_3010975239 gsa_html_3010975239:566:65039:65043 Lane Michigan +0.258516 cspg_html_8078587269 cspg_html_8078587269:282:24939:24947 Golconda Bloomington, Indiana +0.5061 aapg_ac_344.html aapg_ac_344.html:17:1439:1449 Tuscaloosa Austin, Chicago +0.496392 cspg_html_1188455526 cspg_html_1188455526:149:22944:22965 Schei Point Ellesmere Island +0.25956 geology_html_8735977686 geology_html_8735977686:15:630:637 Newport Salem, Oregon +0.258462 cspg_html_1506720813 cspg_html_1506720813:805:88156:88162 Denver Colorado +0.25653 cspg_html_5104062649 cspg_html_5104062649:111:11130:11152 Slater River Western world +0.500456 aapg_aa_685.html aapg_aa_685.html:131:12493:12503 North Horn North Horn Formation +0.473715 aapg_ae_916.html aapg_ae_916.html:252:28699:28704 Eagle Judith River Formation +0.485648 aapg_ae_70.html aapg_ae_70.html:212:21735:21746 Green River Fort Union Trading Post National Historic Site +0.42688 aapg_af_266.html aapg_af_266.html:136:15023:15048 Sycamore Soquel, California +0.271416 cspg_html_9843429624 cspg_html_9843429624:57:7307:7312 Nisku Lacombe, Alberta +0.51039 aapg_ac_176.html aapg_ac_176.html:55:9279:9286 Kaimiro Turangi +0.501723 aapg_ac_699.html aapg_ac_699.html:136:11060:11067 El Abra Texas +0.243636 palaios_html_2847312584 palaios_html_2847312584:277:36542:36550 Fairview Waynesville, North Carolina +0.244188 aapg_af_50.html aapg_af_50.html:814:74269:74278 Leadville Colorado +0.480256 palaios_html_2221534395 palaios_html_2221534395:344:42536:42546 Washington Lexington, Kentucky +0.471142 aapg_aa_232.html aapg_aa_232.html:466:53556:53582 Purgatoire New Mexico +0.491724 aapg_ah_779.html aapg_ah_779.html:255:47043:47052 Queenston Knoxville, Tennessee +0.274432 aapg_ac_771.html aapg_ac_771.html:407:60614:60642 Wabamun Lacombe, Alberta +0.26208 jgeology_html_1357129551 jgeology_html_1357129551:559:67015:67019 Hall London, Ontario +0.255021 aapg_af_129.html aapg_af_129.html:392:40992:41010 Fountain Rocky Mountain Arsenal National Wildlife Refuge +0.510448 AMJC_html_4446957148 AMJC_html_4446957148:40:6728:6797 Hampshire Bethlehem, Pennsylvania +0.262728 aapg_aa_379.html aapg_aa_379.html:122:14476:14487 Mauch Chunk Pennsylvania +0.254214 aapg_ai_256.html aapg_ai_256.html:167:17687:17692 Chazy Ohio +0.49344 aapg_ad_565.html aapg_ad_565.html:33:5595:5608 Barnett Montgomery (town), New York +0.448698 sedimentology_html_2208426700 sedimentology_html_2208426700:1253:68027:68035 Deadwood Regina, Saskatchewan +0.494208 aapg_ae_260.html aapg_ae_260.html:59:7896:7904 Wolfcamp Orenburg Oblast +0.263169 aapg_ah_664.html aapg_ah_664.html:655:60744:60756 Saskatchewan Canada +0.253456 cspg_html_4298557570 cspg_html_4298557570:780:67743:67761 Paskapoo Lacombe, Alberta +0.479958 cspg_html_7457399958 cspg_html_7457399958:557:74200:74215 Melville Island Pakistan +0.276507 aapg_ae_833.html aapg_ae_833.html:80:5809:5823 Oil Creek Grayson County, Kentucky +0.488652 sedimentology_html_4374689845 sedimentology_html_4374689845:146:13717:13725 Virginia Illinois +0.858246 gsa_html_2096927589 gsa_html_2096927589:152:12052:12080 Green River New Mexico +0.287826 aapg_ae_324.html aapg_ae_324.html:274:27688:27699 Beekmantown Blackford, Somerset +0.486156 cspg_html_1893593837 cspg_html_1893593837:153:10762:10778 Bad Cache Rapids Churchill River (Atlantic) +0.497354 cspg_html_1333179361 cspg_html_1333179361:28:3531:3539 Columbia Victoria, British Columbia +0.259811 palaios_html_5321533010 palaios_html_5321533010:422:46797:46805 Virginia Reston, Virginia +0.788697 cspg_html_8612721867 cspg_html_8612721867:1337:148108:148127 Waterways Central Alberta +0.273493 aapg_ah_973.html aapg_ah_973.html:154:9336:9353 Matawan Monmouth +0.478116 gsa_html_2561127673 gsa_html_2561127673:575:56403:56435 Thaynes Reno, Nevada +0.254016 geology_html_9965120376 geology_html_9965120376:16:915:925 Washington Washington (state) +0.240099 aapg_aa_426.html aapg_aa_426.html:231:51730:51740 Mooreville Selma to Montgomery marches +0.25143 sedimentology_html_7461243943 sedimentology_html_7461243943:936:60922:60930 Colorado Denver +0.48672 gsa_html_4234009219 gsa_html_4234009219:377:36933:36951 Edmonton Canada +0.4845 gsa_html_4675429437 gsa_html_4675429437:225:16235:16241 Sonora Sonora +0.50903 aapg_ad_757.html aapg_ad_757.html:205:22968:22979 Black River Decorah, Iowa +0.260084 cspg_html_3501550466 cspg_html_3501550466:698:94647:94656 Mercy Bay Canada +0.260598 palaios_html_3105248303 palaios_html_3105248303:330:32863:32877 Point Pleasant Fulton, Missouri +0.248412 cspg_html_5660413005 cspg_html_5660413005:77:10640:10648 Edmonton Lacombe, Alberta +0.250965 aapg_aa_124.html aapg_aa_124.html:512:52848:52856 Kootenai Lacombe, Alberta +0.464424 gsa_html_5865982995 gsa_html_5865982995:1215:129738:129749 Green River Logan, Utah +0.471696 aapg_aa_118.html aapg_aa_118.html:571:51450:51455 Chazy Lake Champlain +0.505818 cspg_html_9717154602 cspg_html_9717154602:211:31690:31707 Bearpaw Saskatchewan River +0.262973 aapg_aa_737.html aapg_aa_737.html:53:5858:5866 Michigan Livonia, Michigan +0.251955 geology_html_6152131284 geology_html_6152131284:176:17411:17419 Colorado Denver +0.485856 aapg_ah_519.html aapg_ah_519.html:19:2471:2495 Cedar Mountain Logan, Utah +0.861692 sedimentology_html_2550885329 sedimentology_html_2550885329:1997:110568:110588 Swan Hills Hanson, Massachusetts +0.34398 AMJC_html_8804784209 AMJC_html_8804784209:370:35487:35510 Gile Mountain Bennington, Vermont +0.497488 aapg_ak_73.html aapg_ak_73.html:21:2483:2503 Fort Union Knife River +0.72128 aapg_ah_469.html aapg_ah_469.html:328:32057:32084 Catahoula East Texas +0.262614 aapg_aa_598.html aapg_aa_598.html:293:30559:30566 Thaynes Fall Creek Falls State Park +0.234901 aapg_ac_920.html aapg_ac_920.html:44:7394:7401 Oquirrh Pennsylvania +0.230279 geology_html_4024391615 geology_html_4024391615:188:21367:21373 Oregon Earth +0.493735 aapg_ae_411.html aapg_ae_411.html:62:6660:6674 Buda Buda, Texas +0.512592 cspg_html_7409170811 cspg_html_7409170811:194:27740:27767 Bakken Lacombe, Alberta +0.260554 aapg_af_468.html aapg_af_468.html:358:32444:32459 Frio Texas +0.23816 cspg_html_5660413005 cspg_html_5660413005:61:8662:8680 Graminia Lacombe, Alberta +0.263165 aapg_ae_916.html aapg_ae_916.html:692:82839:82847 Kootenai Lewistown, Pennsylvania +0.239096 aapg_af_17.html aapg_af_17.html:32:4787:4805 Tensleep Cheyenne, Wyoming +0.254364 geology_html_9027547689 geology_html_9027547689:12:474:480 Denver Colorado +0.486402 aapg_ad_757.html aapg_ad_757.html:318:40355:40366 Platteville Decorah, Iowa +0.24487 cspg_html_8312989046 cspg_html_8312989046:32:4333:4350 Bowser Arctic Cordillera +0.269352 cspg_html_4115156925 cspg_html_4115156925:332:37772:37802 Doig Lacombe, Alberta +0.489636 aapg_ai_357.html aapg_ai_357.html:214:23766:23773 Carrizo Carrizo Plain +0.482776 palaios_html_5398833984 palaios_html_5398833984:692:83276:83298 Judith River Canada +0.25146 aapg_ae_428.html aapg_ae_428.html:1110:87833:87850 Lagarto Oakville, California +0.23959 aapg_ac_925.html aapg_ac_925.html:227:35495:35510 Funks Central Valley (California) +0.502857 aapg_ae_295.html aapg_ae_295.html:223:25421:25427 Sparta Carrizo Plain +0.47658 cspg_html_9330018201 cspg_html_9330018201:249:34508:34516 Columbia Victoria, British Columbia +0.25532 geology_html_9136956675 geology_html_9136956675:398:26485:26491 Walker Earth +0.266684 aapg_aa_725.html aapg_aa_725.html:94:8113:8135 Nation River Anchorage, Alaska +0.273408 aapg_ai_17.html aapg_ai_17.html:1070:69468:69477 Vicksburg Mississippi River +0.7905 gsa_html_7040053075 gsa_html_7040053075:948:102831:102856 Topanga Puente Hills Mall +0.28143 aapg_aa_735.html aapg_aa_735.html:71:6531:6553 Borden Illinois +0.253616 cspg_html_3026112034 cspg_html_3026112034:280:29455:29480 Wabamun Pine Brook, New Jersey +0.251923 cspg_html_4364132564 cspg_html_4364132564:15:1842:1880 Cantuar Regina, Saskatchewan +0.26352 sedimentology_html_3358647812 sedimentology_html_3358647812:1187:89411:89428 Cardium Lacombe, Alberta +0.267264 geology_html_2052091332 geology_html_2052091332:266:21191:21196 Piper Texas +0.248472 cspg_html_9435196958 cspg_html_9435196958:195:8394:8418 Edmonton Edmonton, London +0.25344 aapg_ae_344.html aapg_ae_344.html:66:5985:5995 Tuscaloosa Chatham, Massachusetts +0.2772 cspg_html_7989435905 cspg_html_7989435905:259:28751:28761 Blackstone Pincher Creek, Alberta +0.50016 cspg_html_8826450427 cspg_html_8826450427:448:53529:53546 Cardium Lacombe, Alberta +0.284616 gsa_html_4924618867 gsa_html_4924618867:606:49633:49638 Notch Peak Dolomite Reno, Nevada +0.469614 aapg_ah_665.html aapg_ah_665.html:181:19961:19983 Lincoln Peak Great Basin +0.338672 aapg_ae_498.html aapg_ae_498.html:696:75730:75738 Moccasin Virginia +0.24552 sedimentology_html_1668670745 sedimentology_html_1668670745:795:50913:50917 Hall London, Ontario +0.25636 gsa_html_3720789279 gsa_html_3720789279:1427:129058:129068 Clearwater Victoria, British Columbia +0.262654 aapg_ai_843.html aapg_ai_843.html:31:3686:3714 Green River Colorado +0.461076 aapg_ae_250.html aapg_ae_250.html:215:20903:20911 Tensleep Albany County, Wyoming +0.36873 aapg_aa_685.html aapg_aa_685.html:42:4321:4342 Green River North Horn Formation +0.259548 cspg_html_5450075884 cspg_html_5450075884:536:63082:63090 Dunvegan Cordillera Administrative Region +0.261602 gsa_html_7040053075 gsa_html_7040053075:255:23976:23989 Topanga Durham, North Carolina +0.258482 aapg_ad_116.html aapg_ad_116.html:187:24186:24205 Oil Creek Black River, Jamaica +0.47483 gsa_html_8986707315 gsa_html_8986707315:1039:78548:78554 Antler Sonoma, California +0.50652 aapg_ad_836.html aapg_ad_836.html:520:47608:47617 Maquoketa Salina, Kansas +0.27089 aapg_ah_96.html aapg_ah_96.html:13:1969:1983 Stony Mountain Maquoketa, Iowa +0.25488 aapg_ad_221.html aapg_ad_221.html:207:19420:19438 Niobrara Cheyenne, Wyoming +0.498316 gsa_html_7308681961 gsa_html_7308681961:594:53163:53191 Green River Colorado +0.486324 gsa_html_5625878232 gsa_html_5625878232:283:39467:39488 Northumberland Hornby Island +0.266192 aapg_ac_316.html aapg_ac_316.html:280:27697:27702 Queen New Mexico +0.488992 aapg_ad_0.html aapg_ad_0.html:221:19972:19989 Black River Ontario, California +0.48692 palaios_html_5958626598 palaios_html_5958626598:97:11185:11205 Brassfield Ohio +0.265176 AMJC_html_5786839382 AMJC_html_5786839382:1041:98031:98052 Waits River Bennington, Vermont +0.27528 aapg_ad_466.html aapg_ad_466.html:727:79693:79705 Marshalltown Navesink River +0.497466 aapg_ai_49.html aapg_ai_49.html:334:42090:42098 Cloverly Cheyenne, Wyoming +0.248745 aapg_ad_351.html aapg_ad_351.html:235:24830:24839 Northview Sedalia, Missouri +0.23961 sedimentology_html_2806065367 sedimentology_html_2806065367:163:17434:17444 Rio Grande New Mexico +0.195282 aapg_aa_303.html aapg_aa_303.html:309:28221:28233 Percha Arizona +0.44717 gsa_html_8821895687 gsa_html_8821895687:22:960:966 Denver Colorado +0.457835 aapg_ae_324.html aapg_ae_324.html:1197:119953:119961 Nealmont Virginia +0.25143 aapg_ai_947.html aapg_ai_947.html:241:43473:43491 Scotland Barbados +0.83571 aapg_af_886.html aapg_af_886.html:249:9501:9505 Frio Iowa +0.49022 cspg_html_4845813500 cspg_html_4845813500:27:4202:4218 Albert New Brunswick, New Jersey +0.492 aapg_ai_498.html aapg_ai_498.html:15:2065:2083 Fountain Colorado +0.442114 palaios_html_9430957613 palaios_html_9430957613:253:22748:22766 Willwood Cheyenne, Wyoming +0.472 aapg_ad_466.html aapg_ad_466.html:391:48304:48311 Patuxent Raritan River +0.253692 aapg_ae_272.html aapg_ae_272.html:774:75767:75775 Michigan Michigan +0.243452 cspg_html_6306091047 cspg_html_6306091047:46:8950:8958 Pardonet Victoria, British Columbia +0.254508 palaios_html_3020881733 palaios_html_3020881733:493:43512:43522 Washington Seattle +0.496845 aapg_ae_668.html aapg_ae_668.html:587:58454:58486 Beekmantown Morrow County, Ohio +0.510012 aapg_ad_69.html aapg_ad_69.html:77:4741:4754 Bearpaw Niobrara, Nebraska +0.481104 aapg_ac_191.html aapg_ac_191.html:39:7977:7993 Otates Matamoros, Tamaulipas +0.23364 aapg_ae_960.html aapg_ae_960.html:416:36069:36076 Madison Cheyenne, Wyoming +0.919665 cspg_html_5141367518 cspg_html_5141367518:154:23326:23347 Belly River Crowsnest Pass, Alberta +0.474594 palaios_html_2600967323 palaios_html_2600967323:905:61631:61641 Washington Melbourne, Florida +0.513279 cspg_html_7330983978 cspg_html_7330983978:496:40478:40495 Romaine Quebec City +0.261919 aapg_af_315.html aapg_af_315.html:75:7285:7291 Laredo Laredo, Texas +0.258937 gsa_html_4924618867 gsa_html_4924618867:708:56932:56943 Devils Hole Reno, Nevada +0.24038 aapg_aa_374.html aapg_aa_374.html:81:8133:8142 Chugwater Cheyenne, Wyoming +0.4841 gsa_html_8938402362 gsa_html_8938402362:86:7883:7889 Antler White Mountains (California) +0.260568 aapg_ah_126.html aapg_ah_126.html:76:6832:6840 Red Cave Moore County, North Carolina +0.267764 aapg_ah_536.html aapg_ah_536.html:531:69821:69843 Mooringsport Mississippi River +0.4431 aapg_ah_644.html aapg_ah_644.html:359:43307:43326 Sundance Manitoba +0.26104 aapg_ae_370.html aapg_ae_370.html:131:10978:10995 Gaviota California +0.257 aapg_af_460.html aapg_af_460.html:11:1059:1080 Jacobsville Beaver Island (Lake Michigan) +0.494615 aapg_ai_583.html aapg_ai_583.html:387:47604:47621 Rierdon Powder River (Montana) +0.490875 aapg_ad_601.html aapg_ad_601.html:94:12433:12441 Michigan Michigan +0.249831 aapg_ae_70.html aapg_ae_70.html:106:12377:12383 Maroon Glenwood Springs, Colorado +0.481371 gsa_html_8981262717 gsa_html_8981262717:868:73386:73392 Walker Waterloo, Ontario +0.477506 cspg_html_4132771434 cspg_html_4132771434:361:47256:47264 Columbia Victoria, British Columbia +0.27612 sedimentology_html_1608153778 sedimentology_html_1608153778:342:31787:31791 Hall London, Ontario +0.25338 cspg_html_6306091047 cspg_html_6306091047:333:47836:47844 Columbia Victoria, British Columbia +0.492531 cspg_html_4257076625 cspg_html_4257076625:653:74214:74232 Mistaya Lacombe, Alberta +0.474734 sedimentology_html_5673709888 sedimentology_html_5673709888:2271:127108:127122 Hawthorn Melbourne, Florida +0.275429 aapg_ae_135.html aapg_ae_135.html:82:7387:7398 Dexter Sand Mapleton, Oregon +0.48909 aapg_ai_594.html aapg_ai_594.html:6:812:824 Icebox Glenwood, Utah +0.261112 aapg_ac_380.html aapg_ac_380.html:107:14129:14137 Syracuse Michigan +0.520737 aapg_aa_598.html aapg_aa_598.html:441:40139:40149 Phosphoria Cheyenne, Wyoming +0.473796 sedimentology_html_2319942817 sedimentology_html_2319942817:86:7486:7497 Uncompahgre White River (Washington) +0.52089 jgeology_html_8355852976 jgeology_html_8355852976:131:7461:7467 Pueblo Colorado +0.4864 aapg_ac_235.html aapg_ac_235.html:468:50726:50746 Fall River Black Hills +0.457431 aapg_ad_53.html aapg_ad_53.html:10:955:963 Colorado Colorado +0.49452 sedimentology_html_9257813538 sedimentology_html_9257813538:275:20261:20275 Northumberland Northumberland, Pennsylvania +0.48858 aapg_ai_399.html aapg_ai_399.html:386:37847:37860 Porters Creek Lagrangian point +0.25431 aapg_ai_4.html aapg_ai_4.html:33:4466:4481 Santa Margarita Monterey, California +0.484568 aapg_ah_847.html aapg_ah_847.html:27:3535:3557 Hornerstown New Egypt, New Jersey +0.478152 aapg_ac_841.html aapg_ac_841.html:181:23157:23164 Metapan Honduras +0.270399 cspg_html_9834776341 cspg_html_9834776341:165:19333:19339 Exshaw Lacombe, Alberta +0.45927 cspg_html_2796643803 cspg_html_2796643803:369:51554:51562 Finnegan Lacombe, Alberta +0.51143 gsa_html_6181749105 gsa_html_6181749105:671:55737:55765 Green River Colorado +0.509922 aapg_ac_833.html aapg_ac_833.html:3:237:256 Mesaverde Colorado +0.252416 cspg_html_2650524233 cspg_html_2650524233:158:18371:18393 Paskapoo Edmonton, London +0.247005 aapg_aa_898.html aapg_aa_898.html:46:6512:6531 Flagstaff Flagstaff, Arizona +0.53059 aapg_ac_126.html aapg_ac_126.html:120:18302:18319 Haynesville Shreveport, Louisiana +0.26418 jgeology_html_4305195651 jgeology_html_4305195651:572:70522:70543 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania +0.479359 jgeology_html_5276087219 jgeology_html_5276087219:79:3795:3803 Michigan South Africa +0.476674 aapg_ad_466.html aapg_ad_466.html:385:46735:46742 Raritan Closter, New Jersey +0.468435 geology_html_8171304617 geology_html_8171304617:266:21616:21630 Northumberland Holy Island, Anglesey +0.271392 cspg_html_8362959053 cspg_html_8362959053:158:22082:22094 Luscar Lacombe, Alberta +0.24948 gsa_html_4408649953 gsa_html_4408649953:580:50831:50852 Black Creek Charleston, South Carolina +0.267264 cspg_html_4298557570 cspg_html_4298557570:321:41438:41456 Paskapoo Lacombe, Alberta +0.273525 aapg_aa_604.html aapg_aa_604.html:31:4589:4593 Java Sumatra +0.479958 aapg_ac_380.html aapg_ac_380.html:32:5272:5280 Onondaga Lockport (city), New York +0.267225 aapg_ah_328.html aapg_ah_328.html:342:35744:35761 Chugwater Cheyenne, Wyoming +0.265856 aapg_ad_958.html aapg_ad_958.html:1005:104378:104384 Warsaw Salina, Kansas +0.25956 geology_html_5692481138 geology_html_5692481138:322:29160:29168 Temporal Jemez Pueblo, New Mexico +0.498432 cspg_html_1781462584 cspg_html_1781462584:169:22920:22944 Mission Canyon Reno, Nevada +0.263048 aapg_ae_6.html aapg_ae_6.html:388:42073:42092 San Marcos Buda, Texas +0.252486 sedimentology_html_3238300064 sedimentology_html_3238300064:1360:93121:93128 Fontana Spain +0.93195 cspg_html_6383234409 cspg_html_6383234409:453:45885:45905 Hecla Bay Bathurst Island (Northern Territory) +0.249711 palaios_html_9039698014 palaios_html_9039698014:37:4058:4076 Moenkopi Reno, Nevada +0.89199 cspg_html_2758185645 cspg_html_2758185645:28:4597:4612 Banff Lacombe, Alberta +0.267426 aapg_ac_178.html aapg_ac_178.html:18:2751:2777 Monterey California +0.265176 gsa_html_8086754950 gsa_html_8086754950:209:24338:24356 Wasatch Fort Union Trading Post National Historic Site +0.497555 cspg_html_3190144626 cspg_html_3190144626:14:1190:1205 Leduc Wood River (Oregon) +0.443682 aapg_aa_114.html aapg_aa_114.html:16:2602:2619 La Caja Matamoros, Tamaulipas +0.2445 aapg_ad_648.html aapg_ad_648.html:241:29050:29058 Colorado Denver +0.802812 aapg_ae_805.html aapg_ae_805.html:247:29132:29149 Concha Arizona +0.238063 cspg_html_1004940981 cspg_html_1004940981:730:76398:76420 Broken Skull Canada +0.255518 gsa_html_9052101586 gsa_html_9052101586:515:63888:63899 Peoria Peoria, Illinois +0.259578 aapg_ac_912.html aapg_ac_912.html:165:13426:13435 Goose Egg North Fork, Suffolk County, New York +0.507501 aapg_ae_535.html aapg_ae_535.html:30:4071:4091 Sitkalidak Kodiak Island +0.837224 aapg_af_854.html aapg_af_854.html:692:97007:97012 Salem Missouri River +0.239076 sedimentology_html_6473571818 sedimentology_html_6473571818:151:17997:18020 Kingston Peak Death Valley +0.472264 cspg_html_2094634763 cspg_html_2094634763:41:5512:5526 Ellerslie Lacombe, Alberta +0.236592 cspg_html_6517402834 cspg_html_6517402834:35:4201:4219 Coalspur Lacombe, Alberta +0.48256 aapg_ai_996.html aapg_ai_996.html:817:33835:33846 Black Creek Tuscaloosa, Alabama +0.492993 gsa_html_8938402362 gsa_html_8938402362:618:54427:54455 Green River Colorado +0.71232 AMJC_html_6341723617 AMJC_html_6341723617:782:69097:69117 North Horn Green River Formation +0.258015 aapg_ae_380.html aapg_ae_380.html:291:24543:24550 Carrizo Carrizo Plain +0.90342 cspg_html_6517402834 cspg_html_6517402834:9:461:469 Scollard Lacombe, Alberta +0.479259 aapg_af_812.html aapg_af_812.html:29:2809:2822 Cook Mountain Mount Tabor, Portland, Oregon +0.487272 gsa_html_4719798013 gsa_html_4719798013:272:26881:26900 Colorado Nebraska +0.261 aapg_ai_28.html aapg_ai_28.html:833:79250:79267 Reynosa Uvalde, Texas +0.263676 gsa_html_9312061344 gsa_html_9312061344:1169:99482:99488 Reston Virginia +0.236208 cspg_html_9354781888 cspg_html_9354781888:1147:77102:77110 Colorado Denver +0.259458 palaios_html_9337106210 palaios_html_9337106210:194:26451:26468 Rochester Rochester, Kent +0.473538 palaios_html_5170998264 palaios_html_5170998264:441:55411:55420 San Diego Imperial County, California +0.493221 aapg_ad_119.html aapg_ad_119.html:153:15722:15734 Saskatchewan Regina, Saskatchewan +0.24 palaios_html_5373981930 palaios_html_5373981930:879:68560:68591 Minturn Colorado +0.24948 cspg_html_9912281240 cspg_html_9912281240:52:7782:7799 Pakowki Milk River, Alberta +0.26214 aapg_aa_157.html aapg_aa_157.html:506:48736:48744 Columbia Victoria, British Columbia +0.470704 aapg_ah_318.html aapg_ah_318.html:1142:117082:117087 Weeks Hinds County, Mississippi +0.258332 geology_html_7068506787 geology_html_7068506787:174:18813:18825 Little River Virginia +0.239979 palaios_html_3904138149 palaios_html_3904138149:13:722:734 Saskatchewan Regina, Saskatchewan +0.235528 gsa_html_1075724130 gsa_html_1075724130:631:53905:53920 Bouse Arizona +0.268315 cspg_html_2420029771 cspg_html_2420029771:957:94363:94376 Windsor Bridgetown, Nova Scotia +0.262135 cspg_html_4298557570 cspg_html_4298557570:427:55945:55955 Swan Hills Lacombe, Alberta +0.4845 AMJC_html_4504848787 AMJC_html_4504848787:588:57319:57327 Virginia Blue Ridge Mountains +0.48165 aapg_af_16.html aapg_af_16.html:75:9754:9762 Frontier Cheyenne, Wyoming +0.25239 aapg_ad_379.html aapg_ad_379.html:164:14498:14506 Fountain Colorado +0.477184 aapg_ac_888.html aapg_ac_888.html:14:2453:2464 Trempealeau Ohio +0.267264 aapg_ac_867.html aapg_ac_867.html:124:18950:18967 Wasatch Logan, Utah +0.272994 aapg_ae_448.html aapg_ae_448.html:6:808:828 Smackover East Texas +0.48909 palaios_html_2707987360 palaios_html_2707987360:573:52039:52049 Washington County (United States) +0.508305 aapg_ae_419.html aapg_ae_419.html:324:40649:40669 Eagle Coahuila +0.248392 cspg_html_5198658336 cspg_html_5198658336:387:43500:43525 Porcupine Calgary +0.261855 sedimentology_html_1046729113 sedimentology_html_1046729113:763:65090:65108 Dunvegan Lacombe, Alberta +0.25864 aapg_aa_146.html aapg_aa_146.html:52:6394:6412 Niobrara Niobrara, Nebraska +0.252086 aapg_ac_341.html aapg_ac_341.html:220:20473:20488 Salem Bloomington, Indiana +0.505824 aapg_ah_358.html aapg_ah_358.html:444:20188:20198 San Andres San Angelo, Texas +0.244701 cspg_html_5241714595 cspg_html_5241714595:13:1705:1725 Swan Hills Lacombe, Alberta +0.25908 cspg_html_8692417800 cspg_html_8692417800:209:26382:26407 Guelph Kent County, Maryland +0.530556 aapg_ad_379.html aapg_ad_379.html:715:58139:58146 Entrada Colorado +0.48076 sedimentology_html_7211874534 sedimentology_html_7211874534:769:21562:21570 Colorado Arizona +0.904935 aapg_ah_871.html aapg_ah_871.html:439:49111:49118 Pamelia Montreal +0.485936 aapg_af_95.html aapg_af_95.html:87:9433:9439 Walnut Paluxy, Texas +0.255021 gsa_html_9979192554 gsa_html_9979192554:924:88197:88203 Denver Anchorage, Alaska +0.490941 cspg_html_3926542795 cspg_html_3926542795:141:19868:19889 Leduc Swan Hill, Victoria +0.499968 gsa_html_2398863896 gsa_html_2398863896:835:70568:70596 Green River Colorado +0.4775 palaios_html_3978238554 palaios_html_3978238554:162:16570:16587 Forest Western world +0.372986 aapg_af_325.html aapg_af_325.html:45:6915:6919 Frio Shreveport, Louisiana +0.489583 aapg_aa_351.html aapg_aa_351.html:196:22087:22099 Everton Missouri River +0.906304 aapg_ai_144.html aapg_ai_144.html:555:43678:43692 Colorado Lacombe, Alberta +0.479912 gsa_html_2098291403 gsa_html_2098291403:398:37214:37219 Salem Willamette Valley +0.516057 aapg_ac_214.html aapg_ac_214.html:17:2210:2227 Entrada Logan, Utah +0.47748 aapg_ah_486.html aapg_ah_486.html:279:26701:26721 Pottsville Pottsville, Pennsylvania +0.498015 palaios_html_8950546356 palaios_html_8950546356:308:30530:30548 Morrison New Mexico +0.473616 aapg_af_92.html aapg_af_92.html:364:33554:33561 Wasatch Indianola, Iowa +0.503485 gsa_html_8194200546 gsa_html_8194200546:841:88483:88511 Green River Colorado +0.47846 aapg_ae_734.html aapg_ae_734.html:204:18208:18218 Pittsburgh Pennsylvania +0.252416 aapg_ae_708.html aapg_ae_708.html:121:14616:14628 Maynardville Maryville, Missouri +0.268632 jgeology_html_2809998069 jgeology_html_2809998069:396:27415:27427 Rhode Island Kingston, Jamaica +0.49608 cspg_html_4680797491 cspg_html_4680797491:22:2301:2312 Slave Point Moberly, Missouri +0.245478 aapg_ae_113.html aapg_ae_113.html:180:22133:22156 Snowblind Bay Little Cornwallis Island +0.247 gsa_html_7102550258 gsa_html_7102550258:321:35213:35229 Navajo Kayenta, Arizona +0.50668 aapg_ad_192.html aapg_ad_192.html:38:4983:4993 Tuscaloosa Tuscaloosa, Alabama +0.262546 cspg_html_9421299011 cspg_html_9421299011:885:73775:73783 Michigan Ontario, California +0.253 geology_html_8264629638 geology_html_8264629638:266:24581:24589 Columbia Maryland +0.254464 aapg_ad_640.html aapg_ad_640.html:37:6419:6435 Almond Cheyenne, Wyoming +0.50112 aapg_ad_715.html aapg_ad_715.html:215:26312:26325 Barnett Texas +0.23958 jgeology_html_3025326048 jgeology_html_3025326048:674:37836:37859 Siete Cabezas Quepos +0.442764 aapg_ae_296.html aapg_ae_296.html:316:30555:30559 Word Texas +0.256486 aapg_ad_173.html aapg_ad_173.html:20:2994:3003 Chugwater Cheyenne, Wyoming +0.861512 cspg_html_4298557570 cspg_html_4298557570:800:68524:68532 Scollard Canada +0.25602 palaios_html_8699778504 palaios_html_8699778504:57:6325:6335 Florissant Colorado +0.2595 cspg_html_6816015957 cspg_html_6816015957:393:45047:45078 Fernie Lacombe, Alberta +0.489472 aapg_ae_826.html aapg_ae_826.html:19:1801:1807 Bethel Edgewood, Washington +0.268822 aapg_ac_610.html aapg_ac_610.html:512:41837:41854 Roberts Mountains Reno, Nevada +0.494607 cspg_html_5170528958 cspg_html_5170528958:143:24750:24789 Leduc Canada +0.266772 geology_html_8881449794 geology_html_8881449794:203:20275:20293 Frontier Powder River Basin +0.4738 palaios_html_3796939457 palaios_html_3796939457:618:49295:49313 Woodbine Arlington, Texas +0.506012 gsa_html_9104183071 gsa_html_9104183071:149:11858:11886 Green River Colorado +0.476451 aapg_ad_800.html aapg_ad_800.html:106:12403:12413 Mooreville Lee County, Alabama +0.260075 gsa_html_3330587082 gsa_html_3330587082:413:36477:36486 Partridge Orfordville, Wisconsin +0.262128 aapg_aa_477.html aapg_aa_477.html:131:13090:13107 Black River Lowville (town), New York +0.484188 cspg_html_2650524233 cspg_html_2650524233:93:13377:13395 Edmonton Red Deer, Alberta +0.5291 aapg_af_638.html aapg_af_638.html:28:3802:3816 Cuyahoga Ohio +0.439782 aapg_ae_845.html aapg_ae_845.html:37:4501:4507 Banner Nebraska +0.48455 aapg_ad_440.html aapg_ad_440.html:447:42207:42215 Maccrady Iowa +0.488992 cspg_html_4859889874 cspg_html_4859889874:20:2862:2884 Judith River Lacombe, Alberta +0.257 aapg_ah_150.html aapg_ah_150.html:197:22151:22159 Colorado Kayenta, Arizona +0.490633 aapg_ai_296.html aapg_ai_296.html:3:279:296 Everton Arkansas +0.265176 aapg_ai_287.html aapg_ai_287.html:139:17340:17358 San Onofre Breccia Santa Monica Mountains +0.47996 cspg_html_2098485391 cspg_html_2098485391:73:10900:10919 Kagawong Manitoulin Island +0.48177 cspg_html_7560056980 cspg_html_7560056980:426:43630:43637 Halifax Ottawa, Kansas +0.25449 jgeology_html_6595227218 jgeology_html_6595227218:100:3566:3572 Provo Carpathian Ruthenia +0.519103 aapg_ae_473.html aapg_ae_473.html:17:2319:2324 Eutaw Tuscaloosa, Alabama +0.268752 aapg_ad_440.html aapg_ad_440.html:488:45274:45280 Pocono Greenbrier (Great Smoky Mountains) +0.256949 cspg_html_3041902517 cspg_html_3041902517:1294:143897:143907 Assistance Ellesmere Island +0.470876 aapg_ac_789.html aapg_ac_789.html:176:34959:34965 Denver Colorado +0.495945 cspg_html_6064089067 cspg_html_6064089067:61:6853:6865 Galena Winnipeg +0.4805 aapg_ah_612.html aapg_ah_612.html:27:3231:3243 Saskatchewan Manitoba +0.2394 aapg_ac_486.html aapg_ac_486.html:451:51223:51229 Dockum Entrada Sandstone +0.255892 aapg_ah_198.html aapg_ah_198.html:206:24817:24843 Monterey California +0.257556 aapg_af_779.html aapg_af_779.html:47:7258:7265 Bedford Michigan +0.487436 aapg_ae_942.html aapg_ae_942.html:156:11994:12000 Wilcox Bartlesville, Oklahoma +0.478144 aapg_af_880.html aapg_af_880.html:653:103031:103054 Harpersville Texas +0.242466 sedimentology_html_8312792007 sedimentology_html_8312792007:1015:84719:84723 Bern Irish Sea +0.254015 cspg_html_9970905394 cspg_html_9970905394:113:12640:12658 Read Bay Cape Cod +0.49873 geology_html_1598246130 geology_html_1598246130:271:23196:23206 Washington Seattle +0.48856 gsa_html_7248164569 gsa_html_7248164569:547:41828:41839 Winterville New Brunswick, New Jersey +0.371712 aapg_af_663.html aapg_af_663.html:184:21029:21054 Blackjack Creek Missouri River +0.249919 cspg_html_6927586285 cspg_html_6927586285:584:66495:66525 Doig Lacombe, Alberta +0.274022 palaios_html_9876040400 palaios_html_9876040400:28:2948:2979 White River Colorado +0.24353 gsa_html_9457387752 gsa_html_9457387752:842:71927:71957 Grandfather Mountain North Carolina +0.239117 sedimentology_html_3596171707 sedimentology_html_3596171707:989:74938:74942 Hall London, Ontario +0.27195 cspg_html_1434585715 cspg_html_1434585715:736:70294:70309 Paskapoo Lacombe, Alberta +0.287292 aapg_ah_596.html aapg_ah_596.html:46:4289:4297 Wolfcamp Delaware +0.244011 cspg_html_3461588378 cspg_html_3461588378:64:9188:9196 Tulameen Victoria, British Columbia +0.254976 cspg_html_4773367370 cspg_html_4773367370:169:13858:13866 Columbia Victoria, British Columbia +0.4978 cspg_html_6953269830 cspg_html_6953269830:49:6591:6599 Columbia Victoria, British Columbia +0.474138 aapg_af_38.html aapg_af_38.html:93:8773:8790 El Abra Tampico, Illinois +0.25853 aapg_ac_681.html aapg_ac_681.html:59:4625:4629 Frio Brazoria County, Texas +0.255374 cspg_html_4859889874 cspg_html_4859889874:37:6098:6120 Judith River Lacombe, Alberta +0.262656 sedimentology_html_3694687055 sedimentology_html_3694687055:545:30005:30035 Success Swan River, Manitoba +0.553386 aapg_ai_581.html aapg_ai_581.html:45:4669:4689 Fox Hills Western world +0.247955 aapg_ai_918.html aapg_ai_918.html:46:6825:6833 Colorado Littleton, Colorado +0.24429 aapg_ad_466.html aapg_ad_466.html:1154:123815:123823 Virginia Kirkwood, Missouri +0.244474 AMJC_html_4504848787 AMJC_html_4504848787:169:18826:18848 Mechum River Charlottesville, Virginia +0.256793 jgeology_html_1964872752 jgeology_html_1964872752:899:54477:54503 Kirkwood Closter, New Jersey +0.26112 sedimentology_html_9546929698 sedimentology_html_9546929698:197:15956:15963 Pearson Baltimore +0.26061 aapg_ah_754.html aapg_ah_754.html:254:29183:29199 Oldman Lacombe, Alberta +0.264708 aapg_ah_94.html aapg_ah_94.html:279:31981:31991 Cannonball Nebraska +0.479136 gsa_html_3096615185 gsa_html_3096615185:314:31298:31318 Roxbury Conglomerate Cambridge, Massachusetts +0.26214 aapg_ai_208.html aapg_ai_208.html:13:2099:2115 Peedee North Carolina +0.248952 aapg_ah_118.html aapg_ah_118.html:97:8378:8385 Kanawha Cheyenne, Wyoming +0.460215 aapg_ac_575.html aapg_ac_575.html:198:32279:32297 Tensleep Cheyenne, Wyoming +0.496244 aapg_af_48.html aapg_af_48.html:3:492:512 Salina Michigan +0.261576 aapg_ae_200.html aapg_ae_200.html:120:11382:11403 Main Street Fort Worth, Texas +0.283305 aapg_aa_147.html aapg_aa_147.html:324:38695:38715 Stony Mountain Red River of the North +0.369237 palaios_html_9408587909 palaios_html_9408587909:593:57394:57427 Moenkopi Reno, Nevada +0.503908 aapg_ad_2.html aapg_ad_2.html:1233:168553:168564 Beekmantown Martinsburg, Nebraska +0.607871 aapg_ah_449.html aapg_ah_449.html:15:2172:2181 Red River Ouachita Mountains +0.26058 aapg_ae_454.html aapg_ae_454.html:77:6154:6172 Cotton Valley Cotton Valley, Louisiana +0.45639 aapg_aa_303.html aapg_aa_303.html:3:174:187 Chaffee Colorado +0.492012 gsa_html_2008571566 gsa_html_2008571566:30:2793:2821 Green River Colorado +0.236145 aapg_ai_861.html aapg_ai_861.html:60:8688:8705 Ivishak Prudhoe Bay Oil Field +0.246954 cspg_html_4666332434 cspg_html_4666332434:340:55775:55792 Belly River Lacombe, Alberta +0.744356 aapg_ad_880.html aapg_ad_880.html:644:62134:62151 Rierdon Cheyenne, Wyoming +0.241332 aapg_af_625.html aapg_af_625.html:344:32986:32998 Coffee Chattanooga, Tennessee +0.236592 aapg_ai_1.html aapg_ai_1.html:8:1221:1228 Paradox Hermosa, Chicago +0.232308 aapg_ah_506.html aapg_ah_506.html:143:14110:14119 Squaw Bay Antrim, County Antrim +0.47616 aapg_ai_956.html aapg_ai_956.html:74:8824:8834 San Felipe Houston +0.821865 cspg_html_4326384800 cspg_html_4326384800:1021:150229:150239 Swan Hills Swan Hill, Victoria +0.50191 aapg_ae_103.html aapg_ae_103.html:37:3728:3734 Brazil Salvador, Bahia +0.807112 cspg_html_7278957427 cspg_html_7278957427:19:2885:2897 Strand Fiord Ellesmere Island +0.467857 sedimentology_html_5651865124 sedimentology_html_5651865124:134:13809:13816 Bedford Germany +0.249488 aapg_ad_720.html aapg_ad_720.html:805:67061:67069 Carlsbad Carlsbad, New Mexico +0.258063 geology_html_8162185466 geology_html_8162185466:174:11808:11811 Arc Cordillera Oriental (Colombia) +0.27195 geology_html_6064550828 geology_html_6064550828:12:641:647 Oregon Salem, Oregon +0.2575 aapg_ah_143.html aapg_ah_143.html:65:6066:6078 Saskatchewan Lacombe, Alberta +0.237636 AMJC_html_2042861811 AMJC_html_2042861811:720:74227:74237 Copenhagen Denmark +0.247995 aapg_ac_65.html aapg_ac_65.html:851:69781:69789 Colorado Leadville, Colorado +0.477717 cspg_html_1124814558 cspg_html_1124814558:35:4891:4905 Colorado CFB Cold Lake +0.490428 cspg_html_5950764790 cspg_html_5950764790:325:37154:37159 Nisku Lacombe, Alberta +0.49344 aapg_ad_937.html aapg_ad_937.html:65:10559:10565 Casper Cheyenne, Wyoming +0.252486 aapg_ak_87.html aapg_ak_87.html:112:17733:17748 Supai Supai, Arizona +0.255987 cspg_html_8316122266 cspg_html_8316122266:19:2519:2527 Columbia Victoria, British Columbia +0.252865 cspg_html_9354781888 cspg_html_9354781888:563:48282:48290 Columbia Lacombe, Alberta +0.26052 aapg_ah_318.html aapg_ah_318.html:3259:259652:259661 San Pedro Durango, Durango +0.264654 aapg_ac_245.html aapg_ac_245.html:384:49798:49803 Atoka Des Moines, Washington +0.480459 cspg_html_4915680223 cspg_html_4915680223:23:2600:2623 Read Bay Devon Island +0.257446 aapg_ah_387.html aapg_ah_387.html:2172:234971:234989 Mariposa Sierra Nevada (Spain) +0.470824 aapg_af_288.html aapg_af_288.html:80:9854:9861 El Paso El Paso, Texas +0.24096 aapg_ac_529.html aapg_ac_529.html:104:12224:12244 Goliad Texas +0.264578 aapg_ac_629.html aapg_ac_629.html:321:40974:40981 Prairie Beaumont, Texas +0.490795 aapg_ae_147.html aapg_ae_147.html:386:42217:42233 Modelo South Mountains (Arizona) +0.256035 aapg_ac_971.html aapg_ac_971.html:877:70502:70510 Seminole McAlester, Oklahoma +0.5194 aapg_ac_714.html aapg_ac_714.html:184:21900:21908 Sundance Cheyenne, Wyoming +0.248082 aapg_ae_777.html aapg_ae_777.html:32:4329:4345 Sandia New Mexico +0.251392 cspg_html_9439353033 cspg_html_9439353033:435:43114:43132 Coalspur Lacombe, Alberta +0.257176 cspg_html_9725676031 cspg_html_9725676031:698:74633:74642 Mackenzie Lacombe, Alberta +0.242424 AMJC_html_6755612993 AMJC_html_6755612993:495:56413:56438 Norfolk Washington (state) +0.473 aapg_ad_757.html aapg_ad_757.html:287:36578:36589 Black River Decorah, Iowa +0.482258 cspg_html_3627006433 cspg_html_3627006433:58:7420:7438 Dunvegan Lacombe, Alberta +0.253009 aapg_af_697.html aapg_af_697.html:3:348:356 Michigan Michigan +0.259128 aapg_ae_473.html aapg_ae_473.html:163:15347:15357 Tuscaloosa Southeast Asia +0.252504 aapg_ae_331.html aapg_ae_331.html:104:11059:11065 Bethel Hardinsburg, Indiana +0.268203 aapg_af_624.html aapg_af_624.html:243:17316:17334 Frontier Cheyenne, Wyoming +0.455592 aapg_aa_267.html aapg_aa_267.html:10:1199:1209 Greenbrier Huntington, West Virginia +0.260064 aapg_ae_534.html aapg_ae_534.html:113:11987:12003 Tyonek Cook Inlet +0.248937 AMJC_html_4986321644 AMJC_html_4986321644:725:86338:86354 Unicoi Virginia +0.24347 sedimentology_html_8076752814 sedimentology_html_8076752814:612:48835:48839 Hall London, Ontario +0.484932 cspg_html_1915486237 cspg_html_1915486237:421:44968:44976 Bullhead Lacombe, Alberta +0.487442 gsa_html_4930932370 gsa_html_4930932370:895:94397:94405 Michigan Sudbury, Suffolk +0.496491 cspg_html_8089302449 cspg_html_8089302449:6:399:420 Dawson Bay Regina, Saskatchewan +0.474606 palaios_html_9876040400 palaios_html_9876040400:731:71363:71372 San Diego California +0.267208 gsa_html_8881958017 gsa_html_8881958017:142:16861:16869 Columbia Victoria, British Columbia +0.257013 aapg_ae_904.html aapg_ae_904.html:151:15961:15981 Minnekahta Spearfish, South Dakota +0.478114 gsa_html_2963115179 gsa_html_2963115179:706:59346:59374 Green River Colorado +0.277103 aapg_aa_44.html aapg_aa_44.html:205:25901:25909 Moenkopi Hermosa, Chicago +0.257049 cspg_html_4374961624 cspg_html_4374961624:29:5093:5104 Mount Whyte Mount Robson Provincial Park +0.253692 aapg_ae_471.html aapg_ae_471.html:68:7423:7452 Smackover Cotton Valley, Louisiana +0.378994 palaios_html_9663500426 palaios_html_9663500426:91:7775:7806 Chinle Logan, Utah +0.261057 cspg_html_8818854104 cspg_html_8818854104:115:15241:15259 Kootenay Lacombe, Alberta +0.262416 aapg_aa_546.html aapg_aa_546.html:186:17487:17505 Kootenai Colorado +0.478608 aapg_ah_318.html aapg_ah_318.html:622:70256:70277 Mt Lytton Arkansas +0.491512 aapg_ah_871.html aapg_ah_871.html:414:45044:45061 Pamelia Jefferson County, Colorado +0.263592 geology_html_2632215670 geology_html_2632215670:266:22170:22191 Ghost Rocks Kodiak Island +0.478608 aapg_ae_118.html aapg_ae_118.html:538:53614:53653 Ingleside Fort Collins, Colorado +0.25095 sedimentology_html_8718672678 sedimentology_html_8718672678:1091:58121:58137 Viking Lacombe, Alberta +0.489684 aapg_ad_452.html aapg_ad_452.html:687:48057:48062 Atoka McAlester, Oklahoma +0.25755 palaios_html_6025329652 palaios_html_6025329652:513:43038:43048 Washington Boise, Idaho +0.267624 cspg_html_2512172037 cspg_html_2512172037:29:3121:3145 Grosmont Lacombe, Alberta +0.252888 palaios_html_5958626598 palaios_html_5958626598:375:36573:36608 Brassfield Ohio +0.247835 aapg_ah_387.html aapg_ah_387.html:2548:275244:275260 Knoxville Knoxville, Illinois +0.489082 aapg_ai_468.html aapg_ai_468.html:64:8795:8816 Haynesville Bossier City, Louisiana +0.490314 gsa_html_7309078733 gsa_html_7309078733:84:9645:9655 Rio Grande Puerto Palomas, Chihuahua +0.266766 cspg_html_5922127221 cspg_html_5922127221:469:52215:52221 Wapiti Lacombe, Alberta +0.521478 gsa_html_8833777630 gsa_html_8833777630:743:81661:81691 Fort Union Cheyenne, Wyoming +0.266716 gsa_html_9603601502 gsa_html_9603601502:704:51917:51933 Sayabec Western world +0.4997 cspg_html_4666332434 cspg_html_4666332434:490:72916:72927 Belly River Judith River Formation +0.489765 aapg_ae_223.html aapg_ae_223.html:241:29351:29372 Green River Wasatch Range +0.463672 cspg_html_5241714595 cspg_html_5241714595:774:107666:107681 Elk Lacombe, Alberta +0.281388 aapg_aa_723.html aapg_aa_723.html:640:60044:60058 Pico Ventura County, California +0.482533 geology_html_8807787667 geology_html_8807787667:129:12852:12874 Cedar Mountain Reno, Nevada +0.262063 aapg_ae_993.html aapg_ae_993.html:512:52386:52405 Beirdneau Boise, Idaho +0.263025 geology_html_3309524328 geology_html_3309524328:182:18965:18970 Lyell Bridgetown, Nova Scotia +0.24948 aapg_ah_435.html aapg_ah_435.html:519:61058:61068 Rio Grande Texas +0.46154 gsa_html_7635660482 gsa_html_7635660482:9:363:377 Vega Kingdom of Asturias +0.267794 gsa_html_4071231613 gsa_html_4071231613:1060:107228:107238 Washington Boise, Idaho +0.472175 aapg_ac_465.html aapg_ac_465.html:78:7985:8012 Athabasca Lacombe, Alberta +0.249999 gsa_html_9139751839 gsa_html_9139751839:804:77306:77314 Virginia McMurdo Sound +0.25704 sedimentology_html_3221384871 sedimentology_html_3221384871:1068:82972:83006 Protection Washington (state) +0.267145 gsa_html_9962225882 gsa_html_9962225882:82:8258:8264 Oregon Wa (Japan) +0.28188 aapg_ae_642.html aapg_ae_642.html:100:9622:9632 Tuscaloosa Paluxy, Texas +0.266766 aapg_aa_38.html aapg_aa_38.html:427:40170:40175 Queen Guadalupe Mountains National Park +0.5236 aapg_aa_124.html aapg_aa_124.html:403:41449:41457 Kootenai Lacombe, Alberta +0.460284 gsa_html_5613364929 gsa_html_5613364929:716:74262:74270 Colorado San Juan, Argentina +0.487325 aapg_ai_563.html aapg_ai_563.html:39:4161:4169 Virginia Wytheville, Virginia +0.274288 aapg_ae_139.html aapg_ae_139.html:347:35778:35787 Red River Williston, Vermont +0.494607 cspg_html_2758185645 cspg_html_2758185645:39:7034:7041 Pekisko Western world +0.261602 aapg_ae_459.html aapg_ae_459.html:28:3285:3297 Crab Orchard Ohio +0.507528 aapg_af_188.html aapg_af_188.html:313:35973:35980 Wasatch Cheyenne, Wyoming +0.268786 aapg_ai_276.html aapg_ai_276.html:360:44917:44924 Norfolk Newport, Rhode Island +0.258542 cspg_html_1878628154 cspg_html_1878628154:6:445:453 Columbia Lacombe, Alberta +0.495726 gsa_html_7869763286 gsa_html_7869763286:30:2856:2884 Green River Colorado +0.241839 cspg_html_9735723617 cspg_html_9735723617:357:45813:45836 Parry Islands Melville Island (Canada) +0.26724 cspg_html_8525917094 cspg_html_8525917094:170:22816:22833 Swift Powder River Basin +0.260896 gsa_html_4308966435 gsa_html_4308966435:1257:124985:124991 Denver Colorado +0.4855 sedimentology_html_2806065367 sedimentology_html_2806065367:699:64215:64246 Fort Hancock Texas +0.49858 aapg_ae_777.html aapg_ae_777.html:275:32188:32200 Percha Ouray, Colorado +0.271752 aapg_ae_344.html aapg_ae_344.html:66:6033:6040 Hosston Chatham, Massachusetts +0.489599 geology_html_6275240411 geology_html_6275240411:17:1336:1344 Winnipeg Winnipeg +0.502164 aapg_ai_720.html aapg_ai_720.html:368:38051:38058 Magothy Potomac, Maryland +0.492993 aapg_ah_370.html aapg_ah_370.html:186:14418:14432 Traverse Rockport, Massachusetts +0.474832 AMJC_html_6156518485 AMJC_html_6156518485:235:28777:28785 Richland Washington (state) +0.49278 cspg_html_4176605708 cspg_html_4176605708:266:24978:24986 Columbia Regina, Saskatchewan +0.50403 gsa_html_1693237510 gsa_html_1693237510:29:2796:2824 Green River Colorado +0.491582 aapg_ac_380.html aapg_ac_380.html:54:8251:8263 Salina Salina, Kansas +0.264704 aapg_ae_419.html aapg_ae_419.html:3778:237664:237684 San Miguel Texas +0.452571 aapg_ae_324.html aapg_ae_324.html:160:15844:15852 Virginia Murfreesboro, Tennessee +0.49712 aapg_ah_337.html aapg_ah_337.html:336:41233:41256 Cotton Valley Rodessa, Louisiana +0.50784 palaios_html_7765531315 palaios_html_7765531315:60:7224:7261 Noonday Dolomite California +0.482092 aapg_ad_648.html aapg_ad_648.html:234:27905:27913 Colorado Denver +0.502603 aapg_ac_944.html aapg_ac_944.html:25:3746:3770 Arroyo Sangre de Cristo Range +0.395094 aapg_af_486.html aapg_af_486.html:373:39106:39126 Hemlock Conglomerate McArthur River uranium mine +0.689504 gsa_html_4438819447 gsa_html_4438819447:285:32381:32404 Dakota Nebraska +0.445124 aapg_ai_17.html aapg_ai_17.html:1308:89485:89496 Hattiesburg Leesville, Ohio +0.46995 aapg_aa_655.html aapg_aa_655.html:3:174:212 Arroyo New Mexico +0.253991 aapg_ac_889.html aapg_ac_889.html:298:26986:27001 Salem Jefferson County, Colorado +0.501144 cspg_html_8363357104 cspg_html_8363357104:436:56456:56477 Survey Peak Williston Basin +0.42914 cspg_html_4727171280 cspg_html_4727171280:132:14681:14698 Bearpaw Lacombe, Alberta +0.246506 aapg_ak_24.html aapg_ak_24.html:3:398:429 Bragdon California +0.270351 cspg_html_4293350162 cspg_html_4293350162:27:4311:4333 Banff Lacombe, Alberta +0.698382 aapg_af_469.html aapg_af_469.html:386:44270:44278 Humboldt Reno, Nevada +0.472604 aapg_ae_461.html aapg_ae_461.html:64:9536:9547 Pine Island Bellevue, Nebraska +0.914 aapg_ai_592.html aapg_ai_592.html:195:32326:32337 Green River Uinta Mountains +0.255987 geology_html_7868581291 geology_html_7868581291:202:17662:17679 Muskwa Victoria, British Columbia +0.4845 cspg_html_6964953392 cspg_html_6964953392:259:32740:32748 Columbia Victoria, British Columbia +0.455056 geology_html_5129774833 geology_html_5129774833:13:949:957 Virginia Charlottesville, Virginia +0.48514 cspg_html_8587137158 cspg_html_8587137158:353:50109:50143 Virginia Lacombe, Alberta +0.26316 cspg_html_5295390542 cspg_html_5295390542:364:44255:44287 Montney Lacombe, Alberta +0.26322 aapg_af_614.html aapg_af_614.html:67:5465:5494 Smackover Shreveport, Louisiana +0.258566 aapg_ae_380.html aapg_ae_380.html:291:24612:24619 Carrizo Carrizo Plain +0.484864 aapg_ai_468.html aapg_ai_468.html:79:10449:10468 Cotton Valley Alabama +0.487438 aapg_ae_419.html aapg_ae_419.html:2191:149598:149602 Wendover Tula, Hidalgo +0.486093 aapg_ac_363.html aapg_ac_363.html:27:3959:3967 Bellevue Rosedale, Toronto +0.263907 sedimentology_html_9260132433 sedimentology_html_9260132433:903:60609:60638 Winnipeg Canada +0.47685 aapg_ad_798.html aapg_ad_798.html:50:6925:6935 Montgomery Beaumont, Texas +0.271962 aapg_ae_680.html aapg_ae_680.html:381:38232:38240 Woodbine Tuscaloosa, Alabama +0.253952 aapg_aa_305.html aapg_aa_305.html:120:17847:17867 Bluff Piedmont (United States) +0.49873 cspg_html_1962846283 cspg_html_1962846283:549:68820:68826 Fernie Kootenay River +0.25382 aapg_ah_159.html aapg_ah_159.html:119:13926:13944 Fentress Rockcastle County, Kentucky +0.451984 aapg_ac_286.html aapg_ac_286.html:38:3496:3504 Woodbine Rodessa, Louisiana +0.48705 aapg_ae_73.html aapg_ae_73.html:785:104009:104017 Colorado Huerfano County, Colorado +0.469396 gsa_html_4308966435 gsa_html_4308966435:1160:115120:115128 Colorado Denver +0.259 jgeology_html_4305195651 jgeology_html_4305195651:2678:179971:180006 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania +0.4841 aapg_aa_918.html aapg_aa_918.html:727:76120:76130 Salt Plain Cedar Hill, Texas +0.24926 palaios_html_2621173808 palaios_html_2621173808:1280:119385:119393 Columbia Lacombe, Alberta +0.257049 geology_html_8631349740 geology_html_8631349740:187:18356:18361 Price Earth +0.2597 aapg_ac_835.html aapg_ac_835.html:1643:201533:201539 Denver Cheyenne, Wyoming +0.25602 aapg_aa_648.html aapg_aa_648.html:20:2887:2894 Norfolk North Carolina +0.505824 gsa_html_2729737430 gsa_html_2729737430:966:97181:97191 Washington Boise, Idaho +0.256027 cspg_html_8915218033 cspg_html_8915218033:291:29933:29941 Columbia Victoria, British Columbia +0.452621 aapg_ai_491.html aapg_ai_491.html:103:11900:11917 Hermosa Colorado +0.25704 aapg_ah_724.html aapg_ah_724.html:33:5220:5228 Columbia Lacombe, Alberta +0.26964 aapg_ae_253.html aapg_ae_253.html:16:1658:1671 Cotton Valley Shreveport, Louisiana +0.49192 geology_html_3342004799 geology_html_3342004799:297:25641:25649 Colorado Denver +0.728856 cspg_html_1841843683 cspg_html_1841843683:82:13980:13987 Rierdon Regina, Saskatchewan +0.257556 aapg_ad_351.html aapg_ad_351.html:275:26685:26704 Northview Sedalia, Missouri +0.487656 aapg_ad_728.html aapg_ad_728.html:22:3673:3691 Anacacho Merchantville, New Jersey +0.237524 aapg_ac_424.html aapg_ac_424.html:434:61988:61993 Weeks Duval County, Texas +0.48762 aapg_ah_645.html aapg_ah_645.html:350:42826:42834 Sundance Cheyenne, Wyoming +0.251502 geology_html_7100320490 geology_html_7100320490:9:296:323 Rapid Great Barrier Reef +0.475272 sedimentology_html_3181527419 sedimentology_html_3181527419:453:30041:30045 Earp Supai, Arizona +0.523476 aapg_aa_546.html aapg_aa_546.html:279:27916:27921 Eagle Judith River Formation +0.337641 cspg_html_9069886621 cspg_html_9069886621:158:14418:14440 Lone Mountain Reno, Nevada +0.259776 cspg_html_3819756910 cspg_html_3819756910:189:18364:18369 Banff Lacombe, Alberta +0.477274 cspg_html_1064364469 cspg_html_1064364469:7:624:630 Viking Canada +0.500731 aapg_ad_366.html aapg_ad_366.html:53:4160:4165 Nisku Calmar, Alberta +0.498225 aapg_ae_370.html aapg_ae_370.html:626:62120:62137 Gaviota Cowlitz River +0.256512 cspg_html_3766007701 cspg_html_3766007701:148:20348:20372 Athabasca Fort McMurray +0.511543 gsa_html_5486105965 gsa_html_5486105965:935:78233:78261 Green River Colorado +0.85186 aapg_ad_978.html aapg_ad_978.html:286:27532:27548 Tintic Quartzite Logan, Utah +0.488048 sedimentology_html_5397547761 sedimentology_html_5397547761:2374:95397:95402 Price Sellwood Bridge +0.27615 cspg_html_4270552951 cspg_html_4270552951:25:4252:4281 Swan River Swan River, Manitoba +0.47226 aapg_ae_370.html aapg_ae_370.html:520:50270:50295 Pittsburg Bluff Scappoose, Oregon +0.25452 aapg_ai_307.html aapg_ai_307.html:90:11872:11883 Boggy Inola, Oklahoma +0.266716 jgeology_html_6186634367 jgeology_html_6186634367:320:30346:30359 Marble Canyon Grapevine, California +0.271456 aapg_ai_28.html aapg_ai_28.html:834:79484:79490 Lissie Uvalde, Texas +0.45885 sedimentology_html_3358647812 sedimentology_html_3358647812:1133:87359:87375 Verde Colorado +0.262128 gsa_html_8152640301 gsa_html_8152640301:154:14400:14416 Naknek Talkeetna Mountains +0.26712 aapg_af_562.html aapg_af_562.html:128:12989:13009 Tuscaloosa Tuscaloosa, Alabama +0.480256 cspg_html_4269071742 cspg_html_4269071742:219:19192:19211 Kishenehn Victoria, British Columbia +0.247328 aapg_ac_882.html aapg_ac_882.html:453:43115:43133 Bellevue Cincinnati +0.480255 aapg_aa_732.html aapg_aa_732.html:524:49326:49343 Edwards Texas +0.244701 aapg_ae_113.html aapg_ae_113.html:108:14195:14215 Peel Bath, Somerset +0.466017 aapg_ai_107.html aapg_ai_107.html:602:51634:51642 Dorcheat Texas +0.467677 cspg_html_7297340324 cspg_html_7297340324:40:6811:6833 Basal Regina, Saskatchewan +0.497175 aapg_ae_375.html aapg_ae_375.html:16:2880:2900 Tuscaloosa Lewisville, Texas +0.47916 gsa_html_3429903648 gsa_html_3429903648:796:67133:67151 Frontier Powder River Basin +0.5229 gsa_html_4431779557 gsa_html_4431779557:420:33608:33627 Seminole Texas +0.486401 geology_html_6275240411 geology_html_6275240411:44:4213:4226 Lake Michigan Great Lakes region (North America) +0.266505 aapg_aa_746.html aapg_aa_746.html:434:46360:46365 Price Indonesia +0.25026 aapg_ah_654.html aapg_ah_654.html:1038:107565:107575 Wind River Powder River (Montana) +0.843265 aapg_ac_301.html aapg_ac_301.html:235:28918:28935 Laketown Dolomite Logan, Utah +0.26571 sedimentology_html_3490195740 sedimentology_html_3490195740:38:3199:3216 Selkirk Canada +0.257554 gsa_html_7040053075 gsa_html_7040053075:804:86246:86263 Santa Rosa Basalt Whittier, Alaska +0.265189 palaios_html_4940783464 palaios_html_4940783464:15:881:899 Yakataga Anchorage, Alaska +0.4515 aapg_ac_925.html aapg_ac_925.html:192:30378:30395 Forbes Putah Creek +0.23177 aapg_ac_414.html aapg_ac_414.html:197:23888:23894 Oregon Mexico +0.2565 aapg_ai_774.html aapg_ai_774.html:42:4359:4377 Detroit River Salina, Kansas +0.262143 gsa_html_3049782768 gsa_html_3049782768:609:55525:55535 Washington North Cascades National Park +0.258192 aapg_ah_217.html aapg_ah_217.html:324:40816:40825 Tuscarora Woods County, Oklahoma +0.27693 gsa_html_3701935694 gsa_html_3701935694:652:62744:62749 Magog Quebec City +0.250901 gsa_html_6426465509 gsa_html_6426465509:11:512:522 Washington Seattle +0.462704 aapg_ah_895.html aapg_ah_895.html:17:3329:3346 Bluesky Lacombe, Alberta +0.457875 cspg_html_9768299963 cspg_html_9768299963:46:5421:5447 Horseshoe Canyon Lacombe, Alberta +0.482218 aapg_ak_76.html aapg_ak_76.html:132:19560:19570 Rio Grande Puerto Rico +0.48204 cspg_html_2873888604 cspg_html_2873888604:107:18038:18060 Charlie Lake Victoria, British Columbia +0.491008 jgeology_html_4599466962 jgeology_html_4599466962:226:16815:16824 Schoharie Onondaga (tribe) +0.243049 cspg_html_5406720001 cspg_html_5406720001:70:9432:9456 Johnson Telford, Pennsylvania +0.259584 geology_html_8947691854 geology_html_8947691854:275:23260:23271 Green River Kentucky +0.262973 aapg_ah_763.html aapg_ah_763.html:233:23541:23551 Fort Worth Texas +0.494607 gsa_html_2145963783 gsa_html_2145963783:446:40819:40825 Antler Sonoma, California +0.27528 aapg_af_786.html aapg_af_786.html:556:34593:34609 Midway Texas +0.9024 cspg_html_5450075884 cspg_html_5450075884:836:81372:81389 Cardium Lacombe, Alberta +0.265734 aapg_af_854.html aapg_af_854.html:1419:206969:206974 Salem Morgan County, Indiana +0.243045 aapg_af_965.html aapg_af_965.html:684:70420:70426 Active East China Sea +0.263652 sedimentology_html_3239980492 sedimentology_html_3239980492:399:46483:46489 Oregon Washington (state) +0.479574 geology_html_9189584760 geology_html_9189584760:302:20898:20906 Colorado Hinsdale, Massachusetts +0.246973 cspg_html_4176605708 cspg_html_4176605708:558:56341:56362 Fish Scales Lacombe, Alberta +0.248446 gsa_html_6117440194 gsa_html_6117440194:556:57408:57432 St. Mary River Omineca Mountains +0.248376 cspg_html_7696663937 cspg_html_7696663937:117:16146:16183 Cardium Lacombe, Alberta +0.391154 aapg_aa_289.html aapg_aa_289.html:199:20156:20178 Diamond Peak Reno, Nevada +0.27972 aapg_ac_289.html aapg_ac_289.html:45:5147:5167 Tuscaloosa Arkansas +0.461809 aapg_ac_333.html aapg_ac_333.html:1118:132966:132976 San Andres New Mexico +0.489255 cspg_html_4132771434 cspg_html_4132771434:676:81579:81587 Moosebar Victoria, British Columbia +0.479744 cspg_html_7779401416 cspg_html_7779401416:261:31775:31783 Reynales Niagara Peninsula +0.262524 aapg_ah_871.html aapg_ah_871.html:33:4564:4569 Chazy Quebec City +0.247504 gsa_html_4137054086 gsa_html_4137054086:1036:71886:71893 Oak Bay New Brunswick, New Jersey +0.506974 aapg_ai_602.html aapg_ai_602.html:924:96659:96680 Green River Colorado +0.260604 aapg_ai_548.html aapg_ai_548.html:136:12108:12124 Tar Springs Rock Hill, South Carolina +0.263296 aapg_ac_270.html aapg_ac_270.html:30:2792:2811 Clinton Tripoli, Lebanon +0.252993 aapg_aa_533.html aapg_aa_533.html:14:1929:1945 Eagle Austin, Chicago +0.256 aapg_ac_742.html aapg_ac_742.html:125:13844:13867 Gypsum Spring Lytle Creek (California) +0.46157 aapg_ae_805.html aapg_ae_805.html:417:49942:49959 Maroon Colorado +0.264192 aapg_ae_789.html aapg_ae_789.html:754:74609:74622 Wabamun Lacombe, Alberta +0.495509 gsa_html_5564203929 gsa_html_5564203929:468:52550:52562 Owens Valley California +0.251392 cspg_html_8089302449 cspg_html_8089302449:262:44725:44733 Michigan Iowa +0.942216 aapg_ae_419.html aapg_ae_419.html:535:61881:61898 Todos Santos Guatemala +0.260099 palaios_html_5444521865 palaios_html_5444521865:128:12623:12639 Luning Reno, Nevada +0.460798 cspg_html_7988775280 cspg_html_7988775280:117:18809:18828 Ellerslie Lacombe, Alberta +0.24644 aapg_ah_339.html aapg_ah_339.html:254:25385:25391 Cannon Tripoli, Lebanon +0.260568 cspg_html_9516677253 cspg_html_9516677253:246:30827:30844 Cardium Lacombe, Alberta +0.258039 AMJC_html_7141186441 AMJC_html_7141186441:1374:121453:121465 Tongue River Knife River +0.481327 aapg_ac_429.html aapg_ac_429.html:131:15447:15457 San Andres San Angelo, Texas +0.430716 aapg_ad_466.html aapg_ad_466.html:552:63539:63550 Englishtown Swedesboro, New Jersey +0.666918 aapg_ad_3.html aapg_ad_3.html:474:44774:44785 Martinsburg Virginia +0.51681 aapg_ah_490.html aapg_ah_490.html:68:8331:8340 Minnelusa Black Hills +0.49278 aapg_ai_357.html aapg_ai_357.html:113:13749:13758 Escondido Medina County, Texas +0.489915 cspg_html_7896958755 cspg_html_7896958755:391:42916:42925 Cold Lake Lacombe, Alberta +0.25296 cspg_html_3068776384 cspg_html_3068776384:573:62094:62111 Cardium Lacombe, Alberta +0.700455 palaios_html_1262064602 palaios_html_1262064602:768:81686:81702 Chinle Denver +0.497952 aapg_ac_363.html aapg_ac_363.html:207:22646:22677 Kern River Fruitvale, British Columbia +0.264052 aapg_ai_17.html aapg_ai_17.html:686:49651:49660 Red River Montgomery (town), New York +0.259588 cspg_html_9275863663 cspg_html_9275863663:216:30679:30688 Waterways Swan Hill, Victoria +0.25956 aapg_ah_756.html aapg_ah_756.html:28:4580:4595 Choza County (United States) +0.485463 aapg_ac_805.html aapg_ac_805.html:159:20822:20830 Michigan Illinois +0.797387 aapg_ah_83.html aapg_ah_83.html:83:10827:10847 Fall River Greybull, Wyoming +0.25186 palaios_html_1461828369 palaios_html_1461828369:294:25507:25513 Moscow Illinois +0.239904 aapg_af_712.html aapg_af_712.html:57:5935:5943 Colorado Denver +0.253952 sedimentology_html_4369226882 sedimentology_html_4369226882:1001:79997:80005 Scotland North Sea oil +0.260554 aapg_aa_745.html aapg_aa_745.html:464:55301:55332 Brushy Canyon West, Texas +0.47996 jgeology_html_8132623150 jgeology_html_8132623150:154:7745:7756 Tireo Hispaniola +0.242526 gsa_html_9597147043 gsa_html_9597147043:891:77337:77364 Cantwell Anchorage, Alaska +0.5019 aapg_ad_2.html aapg_ad_2.html:1325:181892:181903 Black River Mohawk Valley +0.246984 geology_html_1891040895 geology_html_1891040895:184:17297:17322 Eel River Southern Ocean +0.3444 gsa_html_3191945202 gsa_html_3191945202:795:53469:53481 Owens Valley California +0.482132 jgeology_html_9867650961 jgeology_html_9867650961:301:20705:20723 Morrison Tanzania +0.47545 aapg_ah_797.html aapg_ah_797.html:103:9530:9544 Chazy Morrow County, Ohio +0.374738 aapg_af_799.html aapg_af_799.html:145:9951:9955 Lodo Coalinga, California +0.250832 gsa_html_5865982995 gsa_html_5865982995:1403:147461:147469 Colorado Natrona County, Wyoming +0.494172 aapg_ac_214.html aapg_ac_214.html:11:1511:1532 Summerville Summerville, South Carolina +0.261072 gsa_html_1561548255 gsa_html_1561548255:599:60753:60778 Barstow California +0.245756 cspg_html_9290046117 cspg_html_9290046117:49:7135:7143 Columbia Victoria, British Columbia +0.479987 cspg_html_2758185645 cspg_html_2758185645:496:47823:47835 Saskatchewan Canada +0.917739 aapg_ac_629.html aapg_ac_629.html:211:28326:28344 Beaumont Texas +0.265216 AMJC_html_1477071550 AMJC_html_1477071550:12:675:681 Reston Virginia +0.249444 aapg_aa_147.html aapg_aa_147.html:592:61730:61739 Stonewall Regina, Saskatchewan +0.271432 aapg_ae_128.html aapg_ae_128.html:150:13600:13611 Beekmantown Clark County, Indiana +0.494915 cspg_html_2040245760 cspg_html_2040245760:202:19279:19287 Columbia Victoria, British Columbia +0.475394 aapg_ai_288.html aapg_ai_288.html:57:10320:10338 San Onofre Breccia Sunset Beach, California +0.25856 aapg_ac_825.html aapg_ac_825.html:596:68409:68417 Purisima Santa Cruz Mountains +0.251514 sedimentology_html_7454033006 sedimentology_html_7454033006:606:49862:49871 Mould Bay Ellesmere Island +0.25602 cspg_html_6134774167 cspg_html_6134774167:480:49440:49455 Gates Victoria, British Columbia +0.481076 cspg_html_1818321956 cspg_html_1818321956:137:15625:15651 Sulphur Mountain Lacombe, Alberta +0.264187 cspg_html_9912281240 cspg_html_9912281240:65:9489:9511 Belly River Canada +0.255955 cspg_html_3354282978 cspg_html_3354282978:22:2996:3006 Swan Hills Lacombe, Alberta +0.450296 aapg_ad_4.html aapg_ad_4.html:334:24691:24708 Frankfort Lexington, Kentucky +0.941408 cspg_html_2796643803 cspg_html_2796643803:665:74563:74571 Deadwood Winnipeg +0.250425 sedimentology_html_9005804281 sedimentology_html_9005804281:2159:108541:108545 Bern Switzerland +0.269352 aapg_ad_367.html aapg_ad_367.html:16:2069:2074 Banff Lacombe, Alberta +0.263088 aapg_ah_506.html aapg_ah_506.html:155:15149:15163 Traverse Antrim, County Antrim +0.259584 sedimentology_html_7297058806 sedimentology_html_7297058806:574:34374:34378 Hall London, Ontario +0.513 aapg_ah_869.html aapg_ah_869.html:950:91829:91841 Dakota Western world +0.24696 gsa_html_8152640301 gsa_html_8152640301:447:37920:37939 Chinitna Talkeetna, Alaska +0.482816 aapg_ad_599.html aapg_ad_599.html:131:14162:14172 Washington Allegheny Mountains +0.511147 aapg_ah_609.html aapg_ah_609.html:148:18318:18333 Mesaverde Beaumont, Texas +0.252993 cspg_html_2283545366 cspg_html_2283545366:613:64534:64564 Doig Lacombe, Alberta +0.27144 aapg_aa_731.html aapg_aa_731.html:282:37274:37286 Wilcox Mississippi River +0.26361 aapg_ad_660.html aapg_ad_660.html:448:60798:60820 Seven Rivers Wisconsin +0.49337 cspg_html_3860685167 cspg_html_3860685167:1163:101966:101982 Amsden Cheyenne, Wyoming +0.257536 aapg_aa_544.html aapg_aa_544.html:95:12263:12279 Casper Douglas, Isle of Man +0.247266 cspg_html_5779937878 cspg_html_5779937878:44:5070:5079 Cold Lake Clearwater, Florida +0.474824 gsa_html_6982030333 gsa_html_6982030333:1220:113968:113974 Oregon Boise, Idaho +0.256968 jgeology_html_5007120882 jgeology_html_5007120882:811:40968:40980 Saskatchewan Regina, Saskatchewan +0.485216 aapg_ai_1.html aapg_ai_1.html:173:15702:15719 Paradox Logan, Utah +0.514352 geology_html_7466414502 geology_html_7466414502:226:24794:24814 Bloomsburg Pennsylvania +0.243636 aapg_af_652.html aapg_af_652.html:84:9287:9304 Spearfish Black Hills +0.262144 gsa_html_5446866849 gsa_html_5446866849:921:69483:69493 Keokuk Bennington, Vermont +0.248952 aapg_af_622.html aapg_af_622.html:97:7896:7900 Kent Ottawa, Kansas +0.500016 geology_html_9498301644 geology_html_9498301644:16:891:907 Laurentian North Carolina +0.259017 aapg_af_18.html aapg_af_18.html:574:58467:58483 Lakota Black Hills +0.25029 aapg_ae_392.html aapg_ae_392.html:228:19880:19890 Batesville White River (Washington) +0.238476 aapg_ae_805.html aapg_ae_805.html:10:1400:1408 San Luis Western world +0.686169 aapg_ad_466.html aapg_ad_466.html:1384:147301:147308 Magothy Maryland +0.927353 aapg_ah_871.html aapg_ah_871.html:520:57546:57561 Laval Montreal +0.2652 geology_html_7176261014 geology_html_7176261014:355:26234:26240 Almond West Kalimantan +0.252476 aapg_af_482.html aapg_af_482.html:63:8175:8189 El Plan Rosario, Cavite +0.268099 aapg_aa_791.html aapg_aa_791.html:452:46366:46376 Pittsburgh India +0.520956 aapg_aa_960.html aapg_aa_960.html:29:4377:4395 Sundance Entrada Sandstone +0.26468 gsa_html_1119256423 gsa_html_1119256423:77:6741:6764 Gilman Peoria, Illinois +0.249744 cspg_html_9970905394 cspg_html_9970905394:115:12807:12827 Peel Little Cornwallis Island +0.494137 sedimentology_html_2865738906 sedimentology_html_2865738906:64:5490:5525 Lake Valley New Mexico +0.262108 aapg_ah_308.html aapg_ah_308.html:172:23325:23334 Smackover Baton Rouge, Louisiana +0.710836 gsa_html_4308966435 gsa_html_4308966435:395:41944:41952 Fillmore Logan, Utah +0.234069 sedimentology_html_3878151317 sedimentology_html_3878151317:58:3473:3480 El Paso Texas +0.485556 cspg_html_2749851978 cspg_html_2749851978:59:12742:12759 Cardium Victoria, British Columbia +0.257033 aapg_ac_629.html aapg_ac_629.html:351:44878:44888 Citronelle Mississippi River +0.258063 jgeology_html_4305195651 jgeology_html_4305195651:559:67049:67073 Slide Mountain French Woods Festival of the Performing Arts +0.263144 aapg_ae_3.html aapg_ae_3.html:609:59971:59979 Columbia Victoria, British Columbia +0.499998 aapg_ae_175.html aapg_ae_175.html:642:65692:65709 Edwards Texas +0.267795 aapg_ad_543.html aapg_ad_543.html:43:6588:6598 Horn River Haynesville, Louisiana +0.50298 AMJC_html_7085584544 AMJC_html_7085584544:996:101120:101140 Fort Union Cheyenne, Wyoming +0.483917 aapg_ae_271.html aapg_ae_271.html:76:6698:6714 Lisbon Gosport, Indiana +0.504774 cspg_html_6259492324 cspg_html_6259492324:405:42716:42735 Imperial Middle East +0.505575 aapg_aa_148.html aapg_aa_148.html:29:4743:4755 Burro Canyon Logan, Utah +0.468981 aapg_ae_415.html aapg_ae_415.html:436:57781:57789 Brooklyn Yellow River (Indiana) +0.27719 aapg_af_375.html aapg_af_375.html:236:24972:24982 San Miguel Santa Rosa, California +0.45356 aapg_ae_863.html aapg_ae_863.html:546:62589:62595 Modelo San Fernando Valley +0.252486 cspg_html_3870653554 cspg_html_3870653554:115:18670:18678 Waterton Lacombe, Alberta +0.239316 aapg_af_721.html aapg_af_721.html:113:10457:10465 Victoria Gippsland +0.496683 aapg_ad_27.html aapg_ad_27.html:143:11072:11087 Salem Crawford County, Georgia +0.248997 cspg_html_9344966639 cspg_html_9344966639:10:915:923 Columbia Washington (state) +0.260925 aapg_af_468.html aapg_af_468.html:444:38058:38083 Frio Texas +0.261975 cspg_html_1118978429 cspg_html_1118978429:617:56429:56437 Bellevue Lacombe, Alberta +0.252234 geology_html_3107749784 geology_html_3107749784:16:1042:1048 Denver Colorado +0.270918 aapg_ad_688.html aapg_ad_688.html:74:6580:6588 Sundance Cheyenne, Wyoming +0.26571 aapg_ae_750.html aapg_ae_750.html:63:8342:8345 Abo Wichita, Kansas +0.254448 geology_html_2784558180 geology_html_2784558180:13:583:589 Reston Virginia +0.497034 gsa_html_2023933346 gsa_html_2023933346:1004:94832:94841 San Diego Los Angeles +0.241192 gsa_html_8740218609 gsa_html_8740218609:30:1994:2031 Potomac Western world +0.26059 aapg_ah_448.html aapg_ah_448.html:10:1535:1551 Mt Lytton Val Verde (fictional country) +0.257 aapg_ah_645.html aapg_ah_645.html:545:66855:66860 Piper Tampico, Illinois +0.489402 geology_html_4719496125 geology_html_4719496125:205:18326:18331 Price Cambridge +0.264741 aapg_ae_544.html aapg_ae_544.html:7:1013:1032 Belle Fourche Niobrara, Nebraska +0.251262 cspg_html_2965587610 cspg_html_2965587610:64:7040:7045 Yukon Victoria, British Columbia +0.267786 sedimentology_html_2791106313 sedimentology_html_2791106313:794:48275:48283 Columbia Victoria, British Columbia +0.259318 jgeology_html_6882545802 jgeology_html_6882545802:256:21315:21323 Fairview Netherlands +0.69285 aapg_ad_329.html aapg_ad_329.html:165:23713:23726 Harrell Huntington, West Virginia +0.238612 gsa_html_1254347878 gsa_html_1254347878:870:87079:87101 Mount Nelson Purcell Mountains +0.263662 sedimentology_html_9522643663 sedimentology_html_9522643663:131:11214:11231 Entrada Carmel, Indiana +0.251292 aapg_af_808.html aapg_af_808.html:811:105610:105635 Scotland Antilles +0.254881 cspg_html_2954223000 cspg_html_2954223000:775:110544:110563 Cardium Lacombe, Alberta +0.281424 aapg_ae_255.html aapg_ae_255.html:63:7511:7517 Sparta Spurger, Texas +0.501375 aapg_ah_519.html aapg_ah_519.html:207:21813:21835 Burro Canyon Cedar Mountains +0.25449 gsa_html_8398449001 gsa_html_8398449001:662:54620:54630 Bear River Uinta Mountains +0.486213 aapg_ac_418.html aapg_ac_418.html:43:8256:8263 Astoria Monterey, California +0.496018 aapg_ad_715.html aapg_ad_715.html:92:10910:10916 Morgan Texas +0.264171 cspg_html_4293350162 cspg_html_4293350162:551:58407:58427 Mount Head Carnarvon, Western Australia +0.47988 gsa_html_4137054086 gsa_html_4137054086:78:6905:6914 New River New Brunswick, New Jersey +0.46971 gsa_html_2863658561 gsa_html_2863658561:639:64534:64542 Colorado Denver +0.475092 AMJC_html_3632105729 AMJC_html_3632105729:426:63681:63691 Washington Salem, Oregon +0.257214 aapg_ad_648.html aapg_ad_648.html:166:17933:17951 Niobrara Cheyenne, Wyoming +0.265 sedimentology_html_2806065367 sedimentology_html_2806065367:16:1115:1134 Camp Rice New Mexico +0.250985 aapg_ae_419.html aapg_ae_419.html:556:64240:64247 Esquias Lima, Ohio +0.26058 gsa_html_5089176247 gsa_html_5089176247:16:806:812 Denver Colorado +0.465959 aapg_aa_357.html aapg_aa_357.html:215:18830:18847 Hermit Supai, Arizona +0.446472 aapg_ac_807.html aapg_ac_807.html:30:3325:3340 Tampa North Carolina +0.473879 gsa_html_1130947011 gsa_html_1130947011:598:58067:58085 Black River Bloomington, Indiana +0.488379 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9578:9586 Rangeley Frankfort, Illinois +0.478208 gsa_html_1119256423 gsa_html_1119256423:557:49578:49592 Arikaree Peoria, Illinois +0.502272 aapg_ah_27.html aapg_ah_27.html:326:49868:49896 Barnett Fort Worth, Texas +0.49131 aapg_af_854.html aapg_af_854.html:552:75183:75195 Borden Edwardsville, Illinois +0.526405 aapg_aa_735.html aapg_aa_735.html:13:1750:1765 Salem Illinois +0.476784 sedimentology_html_8384737970 sedimentology_html_8384737970:432:38566:38583 Carmel Entrada Sandstone +0.2415 aapg_aa_548.html aapg_aa_548.html:166:18159:18165 Wilcox Detrick, Virginia +0.258039 sedimentology_html_6487219408 sedimentology_html_6487219408:964:61892:61909 Frisco South Africa +0.37779 aapg_af_854.html aapg_af_854.html:811:113925:113940 Salem Salem, Massachusetts +0.492926 aapg_ac_699.html aapg_ac_699.html:117:9271:9288 El Abra Melbourne, Florida +0.50284 aapg_ah_335.html aapg_ah_335.html:469:60960:60970 Pottsville Pottsville, Pennsylvania +0.266752 cspg_html_8818854104 cspg_html_8818854104:134:17453:17470 Cadomin Kootenay River +0.38301 aapg_af_854.html aapg_af_854.html:143:18398:18408 Keokuk Iowa +0.477664 geology_html_8092008701 geology_html_8092008701:234:17619:17625 Jordan Amman +0.481566 aapg_ad_156.html aapg_ad_156.html:112:15364:15380 Robles Puerto Rico +0.268961 aapg_ad_602.html aapg_ad_602.html:343:27817:27823 Dakota Denver +0.450945 aapg_aa_844.html aapg_aa_844.html:121:12652:12677 Venango Pleasantville, Venango County, Pennsylvania +0.255488 gsa_html_6038465409 gsa_html_6038465409:639:56612:56624 Salina Michigan Basin +0.272448 cspg_html_4031489103 cspg_html_4031489103:337:49134:49167 Gateway San Juan Creek +0.492975 gsa_html_7498897688 gsa_html_7498897688:967:88899:88911 Todos Santos Mexico +0.42828 cspg_html_5484260516 cspg_html_5484260516:22:3342:3357 Banff Lacombe, Alberta +0.24892 gsa_html_4909276655 gsa_html_4909276655:702:59500:59511 Paso Robles California +0.486983 gsa_html_6869840610 gsa_html_6869840610:457:34624:34643 Lodgepole Dinant +0.495286 gsa_html_9979192554 gsa_html_9979192554:1106:102444:102472 Green River Colorado +0.266207 palaios_html_6605749307 palaios_html_6605749307:525:49436:49442 Navajo Logan, Utah +0.501795 cspg_html_2820961138 cspg_html_2820961138:596:61769:61785 Viking Lacombe, Alberta +0.253456 geology_html_7068506787 geology_html_7068506787:190:20213:20225 Little River Virginia +0.47523 sedimentology_html_7775845660 sedimentology_html_7775845660:828:63782:63808 Monterey California +0.42319 aapg_ad_919.html aapg_ad_919.html:51:5376:5386 Fall River Fall River, Nova Scotia +0.248992 gsa_html_4557277250 gsa_html_4557277250:645:59177:59197 Sidewinder Volcanics California +0.260721 cspg_html_9735723617 cspg_html_9735723617:181:23298:23307 Mackenzie Anchorage, Alaska +0.243236 aapg_ah_160.html aapg_ah_160.html:441:52027:52044 Salina Michigan Basin +0.528203 aapg_ac_912.html aapg_ac_912.html:24:2921:2938 Amsden Cheyenne, Wyoming +0.465836 geology_html_8611700372 geology_html_8611700372:13:581:589 Montreal Earth +0.476952 aapg_ai_337.html aapg_ai_337.html:390:41249:41255 Ludlow Michigan +0.26624 aapg_af_188.html aapg_af_188.html:21:3337:3352 Mt Lytton Colorado +0.474266 geology_html_4386567919 geology_html_4386567919:107:13622:13629 Oquirrh Delaware +0.478742 aapg_ae_498.html aapg_ae_498.html:1016:106317:106357 Liberty Hall Virginia +0.25948 aapg_ae_35.html aapg_ae_35.html:91:8744:8753 Mesaverde Wasatch Range +0.262446 geology_html_1624131066 geology_html_1624131066:15:819:826 Windsor Earth +0.246506 gsa_html_1904554207 gsa_html_1904554207:880:96172:96178 Denver Lacombe, Alberta +0.500996 sedimentology_html_9950467763 sedimentology_html_9950467763:27:1963:1973 Washington Seattle +0.5247 aapg_ac_91.html aapg_ac_91.html:496:39270:39291 Etherington Boise, Idaho +0.257664 palaios_html_8474347362 palaios_html_8474347362:336:46846:46864 Navesink Closter, New Jersey +0.265738 gsa_html_6279217599 gsa_html_6279217599:13:557:563 Denver Colorado +0.250488 gsa_html_3720789279 gsa_html_3720789279:1239:114505:114511 Oregon Boise, Idaho +0.281248 aapg_ae_465.html aapg_ae_465.html:154:15841:15853 Paluxy Cotton Valley, Louisiana +0.499016 aapg_aa_991.html aapg_aa_991.html:91:10939:10946 Bandera Duval County, Texas +0.795792 cspg_html_1124814558 cspg_html_1124814558:6:392:401 Cold Lake Lacombe, Alberta +0.487531 cspg_html_7325522863 cspg_html_7325522863:96:16513:16542 Beaverhill Great Slave Lake +0.243432 cspg_html_8363357104 cspg_html_8363357104:65:9781:9786 Lyell Lacombe, Alberta +0.269261 aapg_ah_481.html aapg_ah_481.html:184:14076:14089 Temblor California +0.50648 gsa_html_7029917366 gsa_html_7029917366:833:76370:76387 Cardium Bow River +0.484188 aapg_ae_526.html aapg_ae_526.html:91:9194:9207 Cotton Valley Paluxy, Texas +0.240552 aapg_ai_813.html aapg_ai_813.html:42:7807:7827 Road River Prudhoe Bay Oil Field +0.50944 aapg_ae_4.html aapg_ae_4.html:294:34224:34245 Bird Spring Reno, Nevada +0.244488 cspg_html_4326384800 cspg_html_4326384800:1030:151619:151640 Beaverhill Lacombe, Alberta +0.45423 cspg_html_3447886929 cspg_html_3447886929:54:6974:7012 Lawrence Canada +0.239604 aapg_af_479.html aapg_af_479.html:414:47015:47025 Point Loma La Jolla +0.641485 aapg_ae_342.html aapg_ae_342.html:14:1370:1374 Frio Wharton, New Jersey +0.247266 cspg_html_9076537566 cspg_html_9076537566:41:5408:5427 Baillarge Middle Ordovician +0.25957 aapg_ae_324.html aapg_ae_324.html:128:12000:12008 Virginia Tazewell, Tennessee +0.261975 palaios_html_9290889851 palaios_html_9290889851:56:5457:5473 Vernon Pittsford (village), New York +0.470378 aapg_ai_907.html aapg_ai_907.html:543:81562:81579 Bedford Canada +0.464427 aapg_ai_105.html aapg_ai_105.html:391:48581:48601 Manning Canyon Oquirrh Mountain Utah Temple +0.25544 aapg_ad_335.html aapg_ad_335.html:586:74117:74123 Casper Cheyenne, Wyoming +0.240091 gsa_html_4719798013 gsa_html_4719798013:389:39962:39987 Blackwater Draw Muleshoe National Wildlife Refuge +0.484059 aapg_ai_309.html aapg_ai_309.html:417:41777:41785 Santiago Santa Rosa, California +0.696864 aapg_af_139.html aapg_af_139.html:62:7114:7127 Yakima Basalt Washington (state) +0.49685 cspg_html_9771826320 cspg_html_9771826320:835:122776:122792 Strathcona Fiord Canadian Arctic Archipelago +0.256032 aapg_ad_837.html aapg_ad_837.html:109:10638:10655 Madison Black Mountains (North Carolina) +0.259776 aapg_ai_583.html aapg_ai_583.html:413:52835:52849 Sundance Black Hills +0.4815 gsa_html_2145963783 gsa_html_2145963783:450:41246:41252 Antler Cordillera Administrative Region +0.099858 cspg_html_3529479452 cspg_html_3529479452:31:3921:3940 Lodgepole Manitoba +0.49816 aapg_aa_735.html aapg_aa_735.html:58:5351:5357 Borden Burlington, Ontario +0.27195 aapg_ai_787.html aapg_ai_787.html:302:32243:32252 Catahoula Oakville, California +0.248992 geology_html_5414679991 geology_html_5414679991:194:19789:19795 Oregon Salem, Oregon +0.24444 aapg_ae_757.html aapg_ae_757.html:1063:75222:75228 Pueblo Colorado +0.457326 gsa_html_5096547935 gsa_html_5096547935:575:55166:55172 Denver Lowell, Massachusetts +0.496006 aapg_ah_181.html aapg_ah_181.html:136:16062:16091 Wingate Kayenta, Arizona +0.249775 palaios_html_8950382583 palaios_html_8950382583:687:59761:59775 Beaufort South Africa +0.25441 cspg_html_4272664788 cspg_html_4272664788:81:12459:12471 Rundle Victoria, British Columbia +0.469559 gsa_html_8638560961 gsa_html_8638560961:549:67242:67249 Madison Uinta Mountains +0.476146 aapg_ai_720.html aapg_ai_720.html:377:38726:38734 Virginia Melbourne, Florida +0.483894 aapg_ad_653.html aapg_ad_653.html:555:73991:74000 Archibald Kootenay River +0.505393 aapg_ac_720.html aapg_ac_720.html:372:35816:35828 Midway Texas +0.26182 cspg_html_8298261690 cspg_html_8298261690:529:58068:58085 Bluesky Lacombe, Alberta +0.264578 aapg_ac_962.html aapg_ac_962.html:460:48264:48280 Dakota Cheyenne, Wyoming +0.26883 gsa_html_7199417381 gsa_html_7199417381:917:83166:83187 White River Cheyenne, Wyoming +0.525 gsa_html_6838140604 gsa_html_6838140604:897:77619:77647 Green River Colorado +0.26341 aapg_ah_869.html aapg_ah_869.html:66:7824:7830 Dakota Black Hills +0.245952 gsa_html_2667366192 gsa_html_2667366192:700:62411:62415 Hall Los Angeles +0.265104 aapg_ae_473.html aapg_ae_473.html:201:18994:18999 Eutaw Tuscaloosa, Alabama +0.470557 sedimentology_html_3907918417 sedimentology_html_3907918417:1743:133714:133737 Boulder Creek Canada +0.50463 aapg_ah_521.html aapg_ah_521.html:355:40032:40039 Carrizo Texas +0.22137 aapg_ae_324.html aapg_ae_324.html:686:69011:69019 Virginia Virginia +0.271341 cspg_html_3914683557 cspg_html_3914683557:853:95312:95316 Peel Lacombe, Alberta +0.939 aapg_ae_681.html aapg_ae_681.html:58:7890:7896 Werner Alabama +0.487494 cspg_html_9735723617 cspg_html_9735723617:180:23155:23175 Bird Fiord Ellesmere Island +0.478296 aapg_ad_467.html aapg_ad_467.html:364:28016:28024 Yorktown North Carolina +0.498419 palaios_html_1511403744 palaios_html_1511403744:448:36668:36674 Warsaw Ohio +0.481362 cspg_html_4326384800 cspg_html_4326384800:1163:172433:172447 Woodbend Lacombe, Alberta +0.493812 aapg_ad_3.html aapg_ad_3.html:84:7685:7695 Nolichucky Giles County, Virginia +0.478296 cspg_html_9290046117 cspg_html_9290046117:396:44310:44319 Gog Mount Wilson Observatory +0.46207 jgeology_html_4305195651 jgeology_html_4305195651:281:23567:23585 Catskill Catskill Mountains +0.361114 palaios_html_2276475028 palaios_html_2276475028:31:2480:2498 Morrison Mesa, Arizona +0.263571 aapg_ad_648.html aapg_ad_648.html:3:208:226 Niobrara Cheyenne, Wyoming +0.252416 cspg_html_4272664788 cspg_html_4272664788:84:13079:13087 Columbia Victoria, British Columbia +0.474264 aapg_ad_564.html aapg_ad_564.html:8242:742182:742205 Prince Creek North Slope Borough, Alaska +0.243332 cspg_html_6032369756 cspg_html_6032369756:220:25542:25550 Edmonton Lacombe, Alberta +0.4745 aapg_aa_112.html aapg_aa_112.html:214:16315:16323 Tensleep Cheyenne, Wyoming +0.260604 aapg_ai_409.html aapg_ai_409.html:299:34294:34307 Cotton Valley Bellevue, Nebraska +0.462384 aapg_ad_721.html aapg_ad_721.html:332:32939:32950 Cloud Chief New Mexico +0.49518 aapg_ad_55.html aapg_ad_55.html:506:31164:31171 Plattin Decorah, Iowa +0.469116 gsa_html_9417870342 gsa_html_9417870342:1018:74796:74805 San Diego California +0.256027 sedimentology_html_6550726957 sedimentology_html_6550726957:27:1843:1853 Washington Seattle +0.497871 gsa_html_1861017788 gsa_html_1861017788:951:80808:80818 Santa Cruz Santa Cruz, California +0.489328 aapg_ai_594.html aapg_ai_594.html:278:29434:29451 Manitou Gunnison County, Colorado +0.490428 cspg_html_3135622409 cspg_html_3135622409:8:847:863 Belloy Victoria, British Columbia +0.261542 gsa_html_6117440194 gsa_html_6117440194:274:28141:28159 Wasatch Fort Union Trading Post National Historic Site +0.25602 cspg_html_7809640865 cspg_html_7809640865:162:16178:16198 Colorado Colorado +0.248857 aapg_ak_115.html aapg_ak_115.html:362:31504:31529 Scripps La Jolla +0.483426 gsa_html_5089176247 gsa_html_5089176247:13:607:613 Denver Colorado +0.246 aapg_ad_766.html aapg_ad_766.html:59:6850:6870 Verde Mancos, Colorado +0.24304 gsa_html_6753732431 gsa_html_6753732431:766:68284:68290 Walker Colorado +0.50042 cspg_html_7086880709 cspg_html_7086880709:173:20147:20164 Manetoe Western world +0.49131 cspg_html_9139420146 cspg_html_9139420146:303:30251:30259 Columbia Lacombe, Alberta +0.49344 aapg_ai_567.html aapg_ai_567.html:578:73007:73013 Oregon Victoria, British Columbia +0.48636 cspg_html_6611173979 cspg_html_6611173979:415:37431:37439 Palliser Lacombe, Alberta +0.233742 cspg_html_2796643803 cspg_html_2796643803:6:299:307 Finnegan Lacombe, Alberta +0.253422 jgeology_html_2022713612 jgeology_html_2022713612:683:65737:65754 Johnnie Sauk Village, Illinois +0.486472 palaios_html_4830763213 palaios_html_4830763213:564:42134:42139 Yukon Canada +0.269345 aapg_af_701.html aapg_af_701.html:329:42791:42803 Huntersville Onondaga (tribe) +0.260568 gsa_html_6814608835 gsa_html_6814608835:706:58018:58046 Green River Colorado +0.465192 aapg_ah_779.html aapg_ah_779.html:542:103526:103534 Colorado Kentucky +0.25029 gsa_html_8335323050 gsa_html_8335323050:13:592:598 Reston Virginia +0.469989 cspg_html_5177583324 cspg_html_5177583324:6:433:445 Saskatchewan Manitoba +0.257484 cspg_html_4132771434 cspg_html_4132771434:232:32370:32375 Yukon Victoria, British Columbia +0.495471 aapg_ae_324.html aapg_ae_324.html:1110:110401:110410 Newcastle Virginia +0.244036 aapg_af_663.html aapg_af_663.html:514:50952:50958 Pawnee Adair County, Missouri +0.261072 aapg_af_97.html aapg_af_97.html:148:16620:16634 Richmond Bloomington, Indiana +0.270788 cspg_html_5241714595 cspg_html_5241714595:653:97650:97672 Winnipegosis Lacombe, Alberta +0.261085 gsa_html_9406395350 gsa_html_9406395350:753:68826:68832 Active Logan, Utah +0.25296 aapg_ai_223.html aapg_ai_223.html:102:9711:9719 Frontier Moxa +0.505195 aapg_ac_333.html aapg_ac_333.html:325:43446:43462 Hueco New Mexico +0.259017 aapg_af_897.html aapg_af_897.html:60:7798:7805 Hermosa Hartville, Missouri +0.493568 cspg_html_5358383351 cspg_html_5358383351:98:13297:13310 Windsor Cape Breton Island +0.253506 gsa_html_6143207195 gsa_html_6143207195:822:76976:76986 Washington Seattle +0.49972 sedimentology_html_9978802855 sedimentology_html_9978802855:197:16455:16465 Washington Seattle +0.262119 jgeology_html_2074544204 jgeology_html_2074544204:142:7342:7350 Virginia Richmond, California +0.4848 jgeology_html_3739517257 jgeology_html_3739517257:1084:68808:68816 Colorado Arkansas River +0.257514 cspg_html_7688587411 cspg_html_7688587411:115:12705:12726 Fish Scales Lacombe, Alberta +0.286209 cspg_html_9290046117 cspg_html_9290046117:560:69054:69061 Cadomin Cheyenne, Wyoming +0.476215 aapg_ae_365.html aapg_ae_365.html:4:722:737 Sheffield Kinderhook (town), New York +0.260865 aapg_ac_692.html aapg_ac_692.html:239:26388:26394 Reston Manitoba +0.256949 AMJC_html_1153492579 AMJC_html_1153492579:1263:127088:127093 Steel Earth +0.270391 aapg_ae_884.html aapg_ae_884.html:206:27547:27565 Frontier Niobrara, Nebraska +0.681384 aapg_ah_131.html aapg_ah_131.html:47:4563:4570 Rodessa East Texas +0.476844 aapg_ai_584.html aapg_ai_584.html:373:36322:36338 Casper Black Hills +0.492666 geology_html_2624273806 geology_html_2624273806:32:2962:2971 Allegheny Virginia +0.471592 aapg_ah_283.html aapg_ah_283.html:266:27871:27887 Keasey Cowlitz River +0.286254 aapg_ah_587.html aapg_ah_587.html:93:8640:8650 Greenbrier Logan, Utah +0.25398 aapg_ae_630.html aapg_ae_630.html:175:15024:15038 Minnelusa Powder River (Montana) +0.268602 aapg_ah_638.html aapg_ah_638.html:55:5286:5306 Citronelle Alabama +0.272459 gsa_html_4675429437 gsa_html_4675429437:1305:90620:90648 Green River Colorado +0.4955 aapg_aa_702.html aapg_aa_702.html:1943:172750:172758 Colorado Colorado +0.515632 aapg_aa_609.html aapg_aa_609.html:324:31337:31374 Turner Valley Canada +0.265144 aapg_ai_952.html aapg_ai_952.html:72:10924:10941 Ivishak Anchorage, Alaska +0.491064 aapg_aa_216.html aapg_aa_216.html:965:93212:93218 Moscow Russia +0.258572 aapg_af_663.html aapg_af_663.html:201:23933:23939 Pawnee Worland, Wyoming +0.256725 aapg_ae_863.html aapg_ae_863.html:591:68068:68086 Monterey California +0.259518 gsa_html_5766664123 gsa_html_5766664123:273:21805:21833 Green River Iran +0.251968 geology_html_4965715689 geology_html_4965715689:71:6421:6445 Crystal Spring Badwater Basin +0.287914 cspg_html_7086880709 cspg_html_7086880709:259:31501:31510 Keg River Lacombe, Alberta +0.49469 cspg_html_7086880709 cspg_html_7086880709:468:61816:61838 Fort Simpson Hay River (Canada) +0.499608 aapg_aa_702.html aapg_aa_702.html:1529:149670:149678 Colorado Denver +0.255458 palaios_html_3523436416 palaios_html_3523436416:302:36750:36760 Washington San Juan Islands +0.49115 aapg_ah_105.html aapg_ah_105.html:18:2993:3012 Dog Creek Nashville Basin +0.469437 aapg_ah_277.html aapg_ah_277.html:281:35474:35482 Colorado Colorado +0.253935 cspg_html_4193503340 cspg_html_4193503340:272:34985:35002 Brazeau Lacombe, Alberta +0.469168 aapg_af_11.html aapg_af_11.html:836:80503:80515 Percha New Mexico +0.494468 aapg_ad_732.html aapg_ad_732.html:785:99598:99606 Purisima California +0.474768 aapg_ae_921.html aapg_ae_921.html:14:1777:1791 Sentinel Butte Wasatch Range +0.261422 cspg_html_9957758447 cspg_html_9957758447:306:41620:41653 Birdbear Regina, Saskatchewan +0.242063 jgeology_html_3517640817 jgeology_html_3517640817:169:10127:10136 Peninsula Korea +0.261975 aapg_ac_741.html aapg_ac_741.html:119:13020:13032 Pierre Sharon Springs, Kansas +0.443657 aapg_ai_28.html aapg_ai_28.html:133:10772:10779 Lagarto Oakville, California +0.239979 aapg_af_362.html aapg_af_362.html:313:34190:34198 La Habra California +0.52647 aapg_ae_63.html aapg_ae_63.html:90:10119:10152 Bighorn Dolomite Boise, Idaho +0.518805 aapg_aa_995.html aapg_aa_995.html:537:41808:41823 Fort Union Kamp +0.350975 aapg_ai_584.html aapg_ai_584.html:542:54321:54337 Casper Cheyenne, Wyoming +0.249951 geology_html_3497669368 geology_html_3497669368:12:690:700 Washington Vancouver +0.268536 cspg_html_4298557570 cspg_html_4298557570:418:55140:55156 Battle Western world +0.24846 sedimentology_html_2090465227 sedimentology_html_2090465227:935:57149:57153 Hall London, Ontario +0.252993 aapg_ac_262.html aapg_ac_262.html:131:13091:13098 El Abra Matamoros, Tamaulipas +0.249488 geology_html_3428684109 geology_html_3428684109:293:24982:24991 San Diego California +0.477582 cspg_html_9807337907 cspg_html_9807337907:20:3934:3941 Astoria Washington (state) +0.490776 aapg_ad_880.html aapg_ad_880.html:1044:101544:101562 Sundance Entrada Sandstone +0.481712 gsa_html_8551608565 gsa_html_8551608565:1630:106491:106519 Green River Iran +0.259065 cspg_html_1818321956 cspg_html_1818321956:129:15103:15111 Columbia Victoria, British Columbia +0.48932 AMJC_html_6123772937 AMJC_html_6123772937:912:95405:95427 Carrabassett Portland, Maine +0.468876 gsa_html_8244777175 gsa_html_8244777175:134:12153:12169 Katahdin Granite Western world +0.499182 aapg_ah_5.html aapg_ah_5.html:2411:169862:169880 Niobrara Niobrara, Nebraska +0.264708 aapg_af_18.html aapg_af_18.html:34:4846:4862 Inyan Kara Black Hills +0.441854 aapg_ae_75.html aapg_ae_75.html:34:5712:5727 Bliss Sacramento Mountains (California) +0.480076 cspg_html_8438548095 cspg_html_8438548095:281:25461:25478 Eastend Drumheller +0.27438 aapg_af_713.html aapg_af_713.html:115:11421:11444 Cotton Valley Leon County, Florida +0.276138 gsa_html_5081991493 gsa_html_5081991493:147:14490:14513 Colton Logan, Utah +0.473144 geology_html_6901009663 geology_html_6901009663:251:22023:22027 Kent Kalgoorlie +0.259588 aapg_ad_557.html aapg_ad_557.html:8405:391178:391208 Isaac Cordillera Administrative Region +0.268224 aapg_ad_652.html aapg_ad_652.html:413:51731:51751 San Miguel Texas +0.500835 gsa_html_4891459463 gsa_html_4891459463:1214:114328:114336 Rockwell Los Angeles +0.244904 geology_html_8372252523 geology_html_8372252523:14:602:611 San Diego California +0.495645 aapg_aa_623.html aapg_aa_623.html:3:403:422 Lea Park Lacombe, Alberta +0.239571 aapg_aa_682.html aapg_aa_682.html:153:15596:15614 Stanton Plattsburg, Missouri +0.267189 aapg_aa_621.html aapg_aa_621.html:238:30474:30483 Chugwater John Crow Mountains +0.376244 gsa_html_4913703235 gsa_html_4913703235:98:8849:8877 Juniata Preston County, West Virginia +0.5044 geology_html_9713678354 geology_html_9713678354:246:22394:22402 Rockwell California +0.247968 sedimentology_html_3841637081 sedimentology_html_3841637081:38:2720:2740 Swan Hills Lacombe, Alberta +0.245009 aapg_ak_87.html aapg_ak_87.html:5:794:813 Horquilla Supai, Arizona +0.277704 aapg_aa_295.html aapg_aa_295.html:48:5601:5605 Kent Pennsylvania +0.27169 aapg_ae_643.html aapg_ae_643.html:177:20535:20570 Marcellus Erie County, New York +0.488064 gsa_html_7120668170 gsa_html_7120668170:1016:89634:89640 Sonora Sonora +0.256432 cspg_html_9214997177 cspg_html_9214997177:225:23445:23461 Muskeg Lacombe, Alberta +0.255474 cspg_html_5954266359 cspg_html_5954266359:112:20001:20012 Lake Branch York +0.477087 aapg_ae_305.html aapg_ae_305.html:1061:91173:91188 Colon Colombia +0.481194 aapg_aa_351.html aapg_aa_351.html:191:21416:21422 Wilcox Tahlequah, Oklahoma +0.474594 gsa_html_1217771406 gsa_html_1217771406:874:83525:83538 Santa Barbara Santa Cruz Island +0.239021 aapg_af_129.html aapg_af_129.html:87:9921:9927 Gilman Colorado +0.2835 aapg_ac_406.html aapg_ac_406.html:123:11674:11697 Cotton Valley Bossier City, Louisiana +0.25441 gsa_html_9207276905 gsa_html_9207276905:15:803:811 Columbia Victoria, British Columbia +0.25957 aapg_aa_718.html aapg_aa_718.html:66:7280:7290 Washington Waynesburg, Pennsylvania +0.259776 gsa_html_5107598462 gsa_html_5107598462:491:45143:45163 Salina Huntington, West Virginia +0.256542 sedimentology_html_2613958727 sedimentology_html_2613958727:593:39444:39448 Hall London, Ontario +0.229614 sedimentology_html_3738352363 sedimentology_html_3738352363:887:77662:77668 Sierra Dorset +0.27456 aapg_ad_123.html aapg_ad_123.html:20:1972:1979 Clinton Coshocton, Ohio +0.503649 palaios_html_3306053371 palaios_html_3306053371:603:73902:73920 Moenkopi Logan, Utah +0.41679 aapg_ai_17.html aapg_ai_17.html:1181:80123:80142 Catahoula Trinity County, Texas +0.275094 cspg_html_5479700260 cspg_html_5479700260:210:18707:18737 Red River Manitoba +0.508555 aapg_ah_747.html aapg_ah_747.html:45:4933:4948 Weber Mancos, Colorado +0.762027 cspg_html_9717154602 cspg_html_9717154602:139:18199:18217 Lea Park Lacombe, Alberta +0.409311 aapg_ae_454.html aapg_ae_454.html:240:20070:20077 Bossier Richland, Washington +0.252504 sedimentology_html_5313699868 sedimentology_html_5313699868:1071:85701:85705 Hall London, Ontario +0.5229 gsa_html_4482373475 gsa_html_4482373475:892:74148:74176 Green River Colorado +0.4769 aapg_ac_420.html aapg_ac_420.html:387:40370:40390 Capistrano San Clemente, California +0.239475 aapg_ac_908.html aapg_ac_908.html:65:9199:9205 Provo Iran +0.255 sedimentology_html_3100976179 sedimentology_html_3100976179:273:12100:12104 Hall London, Ontario +0.825796 cspg_html_5541937700 cspg_html_5541937700:486:64353:64369 Viking Lacombe, Alberta +0.245935 cspg_html_5973552270 cspg_html_5973552270:80:11599:11618 Waterways Swan Hill, Victoria +0.257664 aapg_af_95.html aapg_af_95.html:56:7078:7084 Paluxy Lampasas, Texas +0.25248 gsa_html_6491840124 gsa_html_6491840124:938:77303:77312 Pocatello Boise, Idaho +0.48246 aapg_ai_462.html aapg_ai_462.html:144:15273:15283 San Felipe El Abra +0.241017 aapg_ae_875.html aapg_ae_875.html:299:35299:35324 Cariblanco Puerto Rico +0.258064 aapg_ai_322.html aapg_ai_322.html:138:10978:10983 Colon Honduras +0.28616 aapg_ah_96.html aapg_ah_96.html:499:58459:58473 Stony Mountain Williston, Vermont +0.26985 cspg_html_4392308496 cspg_html_4392308496:95:16176:16198 Brunswick New Brunswick, New Jersey +0.48379 cspg_html_1354945055 cspg_html_1354945055:786:95663:95668 Logan Shark Bay +0.491667 cspg_html_3482605972 cspg_html_3482605972:338:43006:43017 Coal Valley Lacombe, Alberta +0.502765 cspg_html_7561290301 cspg_html_7561290301:33:4113:4122 Keg River Lacombe, Alberta +0.254248 sedimentology_html_7856249196 sedimentology_html_7856249196:27:1617:1621 Bern Switzerland +0.28768 aapg_ah_536.html aapg_ah_536.html:221:29950:29965 Sligo Rodessa, Louisiana +0.2684 aapg_aa_685.html aapg_aa_685.html:423:39920:39934 Flagstaff North Horn Formation +0.25344 aapg_ai_1.html aapg_ai_1.html:301:26699:26706 Paradox Logan, Utah +0.36719 cspg_html_6383234409 cspg_html_6383234409:9:866:878 Devon Island Ellesmere Island +0.259518 cspg_html_3367984758 cspg_html_3367984758:61:7024:7070 Winnipegosis Regina, Saskatchewan +0.487734 aapg_ad_351.html aapg_ad_351.html:893:82570:82574 Hall Burlington, Ontario +0.246813 cspg_html_3772380029 cspg_html_3772380029:542:67900:67925 Red Head Rapids Churchill River (Atlantic) +0.273333 aapg_aa_305.html aapg_aa_305.html:215:28896:28916 Citronelle Melbourne, Florida +0.2652 gsa_html_9069239422 gsa_html_9069239422:579:59309:59318 San Diego California +0.77436 aapg_ah_537.html aapg_ah_537.html:34:4263:4318 Uinta Logan, Utah +0.44175 aapg_ah_505.html aapg_ah_505.html:1665:139396:139404 Colorado Bellevue Hospital Center +0.259518 geology_html_4395835641 geology_html_4395835641:230:24262:24279 Juniata Pennsylvania +0.27285 aapg_ac_701.html aapg_ac_701.html:201:20129:20145 Dakota New Mexico +0.501468 palaios_html_7274959329 palaios_html_7274959329:717:53766:53776 Washington California +0.263048 aapg_aa_996.html aapg_aa_996.html:122:11864:11876 San Fernando Newhall, Derbyshire +0.50274 sedimentology_html_4278388483 sedimentology_html_4278388483:40:3306:3315 Red River Lake Texoma +0.253991 aapg_ac_408.html aapg_ac_408.html:33:3271:3283 Austin Chalk Brazos County, Texas +0.258552 aapg_ae_886.html aapg_ae_886.html:30:4125:4142 Todilto Entrada Sandstone +0.459346 aapg_ah_775.html aapg_ah_775.html:280:34609:34617 Colorado Delaware +0.245388 aapg_ai_751.html aapg_ai_751.html:484:47592:47610 Sycamore Huntington, West Virginia +0.251563 aapg_ae_960.html aapg_ae_960.html:138:15066:15071 Logan Gallatin River +0.520064 aapg_ae_73.html aapg_ae_73.html:499:67343:67351 Niobrara Western world +0.249488 aapg_ac_983.html aapg_ac_983.html:299:48398:48414 Hertha Pleasanton, Texas +0.506412 aapg_af_308.html aapg_af_308.html:322:37180:37198 Onondaga Hancock County, Indiana +0.245575 aapg_ai_751.html aapg_ai_751.html:310:34386:34395 Tuscarora Onondaga (tribe) +0.274594 aapg_af_727.html aapg_af_727.html:148:17708:17714 Chinle Lisbon +0.502516 cspg_html_1302279034 cspg_html_1302279034:236:29512:29529 Cardium Lacombe, Alberta +0.476844 aapg_ae_535.html aapg_ae_535.html:26:3395:3415 Sitkalidak Kodiak Island +0.5044 aapg_ac_971.html aapg_ac_971.html:870:69820:69837 Seminole Ardmore, Pennsylvania +0.261057 aapg_ak_118.html aapg_ak_118.html:303:30007:30024 Schuler Shreveport, Louisiana +0.25092 aapg_ac_749.html aapg_ac_749.html:138:18781:18785 Hall Manitoulin Island +0.266156 cspg_html_8756009083 cspg_html_8756009083:936:94579:94604 Beaverhill Canada +0.267264 aapg_af_225.html aapg_af_225.html:82:9386:9396 Pottsville Allegheny Mountains +0.52415 aapg_ad_2.html aapg_ad_2.html:1125:153887:153898 Beekmantown Chambersburg, Pennsylvania +0.483426 sedimentology_html_1960418791 sedimentology_html_1960418791:385:25126:25136 Washington Wa (Japan) +0.261703 aapg_ad_244.html aapg_ad_244.html:16:1960:1981 Tribes Hill Little Falls, Minnesota +0.2457 aapg_ae_324.html aapg_ae_324.html:235:24110:24130 Beekmantown Cumberland, Maryland +0.503649 aapg_ad_460.html aapg_ad_460.html:95:8955:8963 Wolfcamp San Angelo, Texas +0.471441 aapg_af_653.html aapg_af_653.html:1126:135986:135992 Neroly San Pablo Bay National Wildlife Refuge +0.843552 aapg_ac_612.html aapg_ac_612.html:344:34955:34973 Sundance Colorado +0.261326 sedimentology_html_9547473041 sedimentology_html_9547473041:40:3205:3214 Peninsula Korea +0.268288 aapg_ad_878.html aapg_ad_878.html:191:23752:23763 Utica Ironton, Ohio +0.254015 gsa_html_1197940982 gsa_html_1197940982:1350:126350:126356 Forest Reno, Nevada +0.510136 gsa_html_3379069611 gsa_html_3379069611:929:71600:71628 Green River Colorado +0.259318 sedimentology_html_1125043460 sedimentology_html_1125043460:233:20905:20924 Provo Arctic Ocean +0.257466 aapg_ae_473.html aapg_ae_473.html:293:27763:27776 Porters Creek Shreveport, Louisiana +0.868623 aapg_aa_37.html aapg_aa_37.html:368:46416:46433 Thaynes Logan, Utah +0.857142 aapg_ai_515.html aapg_ai_515.html:452:50403:50414 Green River Uinta Mountains +0.48783 palaios_html_9876040400 palaios_html_9876040400:909:82083:82088 Verde Uruguay +0.252396 geology_html_2094488742 geology_html_2094488742:274:24298:24319 Kaiparowits Logan, Utah +0.256512 cspg_html_4143222666 cspg_html_4143222666:762:67873:67913 Milk River Lacombe, Alberta +0.272435 aapg_ah_205.html aapg_ah_205.html:17:2567:2575 Colorado Denver +0.273529 cspg_html_8316122266 cspg_html_8316122266:367:33545:33563 Dunvegan Lacombe, Alberta +0.490728 palaios_html_8474347362 palaios_html_8474347362:64:10017:10035 Navesink Bennington, Vermont +0.474549 aapg_aa_314.html aapg_aa_314.html:83:10863:10877 Monmouth Navesink River +0.26712 aapg_ac_246.html aapg_ac_246.html:45:5233:5252 Newcastle Black Hills +0.258 cspg_html_3328007773 cspg_html_3328007773:110:14478:14501 Boulder Creek Middle East +0.261057 aapg_aa_808.html aapg_aa_808.html:65:7965:7975 Cumberland Nanaimo +0.246993 geology_html_3322439488 geology_html_3322439488:177:18008:18019 San Antonio Texas +0.26862 aapg_ah_96.html aapg_ah_96.html:153:16955:16973 Winnipeg Black Hills +0.806601 palaios_html_8447729660 palaios_html_8447729660:678:62852:62870 Willwood Cheyenne, Wyoming +0.26676 aapg_ai_533.html aapg_ai_533.html:42:4593:4604 Belly River Bearpaw Formation +0.424347 aapg_af_98.html aapg_af_98.html:5:551:567 Dakota San Juan, Argentina +0.25272 aapg_ah_370.html aapg_ah_370.html:198:15484:15494 Hell Creek Lake Huron +0.256011 cspg_html_9643193374 cspg_html_9643193374:313:47084:47113 Kuparuk Prudhoe Bay Oil Field +0.48384 cspg_html_5688447798 cspg_html_5688447798:176:25145:25167 Vendom Fiord Ellesmere Island +0.255488 geology_html_9790695678 geology_html_9790695678:268:23148:23156 Scotland Eastern Settlement +0.265104 aapg_aa_477.html aapg_aa_477.html:131:13064:13082 Lowville Black River, Jamaica +0.2704 aapg_af_880.html aapg_af_880.html:451:67689:67707 Wolfcamp West, Texas +0.247995 cspg_html_6577476978 cspg_html_6577476978:419:47053:47061 Bullhead Lacombe, Alberta +0.252396 aapg_ah_528.html aapg_ah_528.html:146:14366:14373 Wasatch Great Basin +0.944495 aapg_aa_351.html aapg_aa_351.html:165:17848:17860 Everton Missouri River +0.47285 aapg_ah_97.html aapg_ah_97.html:364:32956:32962 Walker Victoria, British Columbia +0.486072 aapg_ac_609.html aapg_ac_609.html:6:697:716 Ramparts Canada +0.482724 aapg_ah_847.html aapg_ah_847.html:308:36675:36693 Navesink New Egypt, New Jersey +0.93408 aapg_af_142.html aapg_af_142.html:240:30569:30582 Cotton Valley San Marcos, California +0.253456 sedimentology_html_5402223987 sedimentology_html_5402223987:452:43239:43247 Scotland Germany +0.2601 geology_html_7359068205 geology_html_7359068205:370:25591:25595 Bond Logan, Utah +0.2703 sedimentology_html_8636627431 sedimentology_html_8636627431:92:8059:8064 Swift Great Britain +0.474315 aapg_ad_467.html aapg_ad_467.html:317:23863:23870 Magothy Matawan, New Jersey +0.2385 aapg_ai_28.html aapg_ai_28.html:645:63098:63108 Rio Grande Brazos River +0.731679 aapg_aa_154.html aapg_aa_154.html:49:4926:4943 Haymond Texas +0.262656 aapg_aa_537.html aapg_aa_537.html:245:28936:28942 Wilcox Chattanooga, Tennessee +0.23618 aapg_aa_731.html aapg_aa_731.html:639:77281:77287 Walker England +0.503388 aapg_ad_641.html aapg_ad_641.html:3:312:332 San Andres Texas +0.509496 aapg_ah_96.html aapg_ah_96.html:167:19905:19927 Winnipeg Winnipeg +0.497896 aapg_ad_466.html aapg_ad_466.html:296:36600:36607 Raritan Closter, New Jersey +0.273746 aapg_af_789.html aapg_af_789.html:74:10911:10933 Port Jervis Helderberg +0.249999 geology_html_2198400893 geology_html_2198400893:280:22594:22600 Walker Honduras +0.492993 AMJC_html_6642101495 AMJC_html_6642101495:1235:125553:125559 Moscow Russia +0.459346 aapg_af_128.html aapg_af_128.html:236:24153:24161 Colorado Cheyenne, Wyoming +0.251979 aapg_aa_11.html aapg_aa_11.html:47:6683:6696 Thrifty Harpersville, Alabama +0.464111 geology_html_6881575972 geology_html_6881575972:180:19351:19359 Colorado Arkansas +0.25092 sedimentology_html_3738352363 sedimentology_html_3738352363:887:77673:77685 Pozo Dorset +0.4745 palaios_html_5299480577 palaios_html_5299480577:1328:84504:84509 Rapid Kenya +0.2652 sedimentology_html_5673709888 sedimentology_html_5673709888:1059:46734:46742 Hawthorn Arcadia, California +0.25996 aapg_ad_440.html aapg_ad_440.html:364:35427:35433 Denmar Virginia +0.493028 aapg_ah_198.html aapg_ah_198.html:549:71605:71623 Monterey California +0.26159 cspg_html_9807337907 cspg_html_9807337907:20:3946:3956 Washington Astoria, Oregon +0.257983 aapg_ah_507.html aapg_ah_507.html:23:2746:2756 Carbondale McLeansboro, Illinois +0.36456 cspg_html_4793204980 cspg_html_4793204980:21:3877:3893 Nisku Drumheller +0.488928 sedimentology_html_7692801661 sedimentology_html_7692801661:1089:88904:88926 Platteville Wisconsin +0.223608 aapg_aa_157.html aapg_aa_157.html:547:53098:53108 Pine Point Great Slave Lake +0.25296 aapg_ai_462.html aapg_ai_462.html:347:36514:36531 El Abra Pico de Orizaba +0.248392 cspg_html_1996419880 cspg_html_1996419880:374:52205:52213 Columbia Victoria, British Columbia +0.509 AMJC_html_4670647492 AMJC_html_4670647492:880:62855:62873 Monterey California +0.36461 aapg_aa_473.html aapg_aa_473.html:304:44099:44129 Horn River Texas +0.465552 aapg_ak_85.html aapg_ak_85.html:34:3993:4008 Red Rock Haynesville, Louisiana +0.237384 cspg_html_9942234474 cspg_html_9942234474:503:55095:55128 Grosmont Lacombe, Alberta +0.489808 geology_html_8954266626 geology_html_8954266626:242:17700:17709 Extension Crete +0.24605 cspg_html_3068776384 cspg_html_3068776384:5:271:288 Cardium Lacombe, Alberta +0.518022 aapg_ac_586.html aapg_ac_586.html:55:7108:7128 Pottsville Pennsylvania +0.521954 gsa_html_6983076294 gsa_html_6983076294:1039:91038:91066 Green River Colorado +0.272406 sedimentology_html_1574151857 sedimentology_html_1574151857:1184:84688:84694 Oregon England +0.4992 cspg_html_2182541128 cspg_html_2182541128:79:9784:9812 Kootenay Kootenay River +0.469944 aapg_ad_4.html aapg_ad_4.html:308:22741:22749 Woodford Perryville, Missouri +0.495558 gsa_html_5138192409 gsa_html_5138192409:606:64631:64639 San Jose Baja California peninsula +0.27501 cspg_html_4193503340 cspg_html_4193503340:286:37199:37221 Judith River Lacombe, Alberta +0.258516 cspg_html_7474795689 cspg_html_7474795689:288:29073:29081 Columbia Lacombe, Alberta +0.251379 aapg_af_579.html aapg_af_579.html:286:31384:31391 Entrada New Mexico +0.276676 geology_html_8865251298 geology_html_8865251298:269:25840:25858 Moenkopi Reno, Nevada +0.244348 aapg_ai_720.html aapg_ai_720.html:153:18370:18383 Potomac Maryland +0.257049 cspg_html_9468274627 cspg_html_9468274627:242:35922:35930 Columbia Victoria, British Columbia +0.241983 cspg_html_5217137903 cspg_html_5217137903:56:7764:7772 Columbia Lacombe, Alberta +0.479987 palaios_html_2298416430 palaios_html_2298416430:390:41782:41805 Medicine Bow Cheyenne, Wyoming +0.279792 aapg_af_854.html aapg_af_854.html:681:95719:95735 Warsaw Kentucky +0.48384 aapg_ae_498.html aapg_ae_498.html:507:53637:53658 Liberty Hall Virginia +0.492993 aapg_ai_105.html aapg_ai_105.html:503:60029:60045 Morgan Uinta Mountains +0.26341 sedimentology_html_1780224335 sedimentology_html_1780224335:440:33742:33777 Lake Valley Sacramento Mountains (California) +0.269878 aapg_ai_388.html aapg_ai_388.html:422:43737:43744 Wasatch Mancos, Colorado +0.469396 gsa_html_3701935694 gsa_html_3701935694:74:7539:7562 Ottauquechee Moretown, Vermont +0.478856 gsa_html_9253181203 gsa_html_9253181203:19:1178:1194 Esopus Tioga, Texas +0.261057 gsa_html_8398449001 gsa_html_8398449001:664:54966:54972 Nounan Bear Lake, Michigan +0.477453 aapg_ae_63.html aapg_ae_63.html:105:11658:11673 Darby Cheyenne, Wyoming +0.490728 gsa_html_4891459463 gsa_html_4891459463:1368:124879:124887 Rockwell Los Angeles +0.245935 gsa_html_2266546108 gsa_html_2266546108:887:84460:84466 Snyder California +0.259084 cspg_html_1781462584 cspg_html_1781462584:75:8120:8136 Shunda Burnt River (Oregon) +0.470208 palaios_html_7316504476 palaios_html_7316504476:183:15873:15897 El Paso West Texas +0.246007 aapg_ah_244.html aapg_ah_244.html:345:37735:37743 Colorado Denver +0.247979 aapg_ai_187.html aapg_ai_187.html:215:22267:22273 Casper Cheyenne, Wyoming +0.268842 cspg_html_5345848475 cspg_html_5345848475:759:80834:80851 Niobrara Niobrara, Nebraska +0.498847 aapg_ac_486.html aapg_ac_486.html:541:65759:65765 Dakota Denver +0.274256 aapg_ac_807.html aapg_ac_807.html:317:32211:32219 Woodbine Raritan River +0.238576 sedimentology_html_7298419341 sedimentology_html_7298419341:1367:86626:86634 Colorado Kremmling, Colorado +0.493812 cspg_html_8612721867 cspg_html_8612721867:735:87283:87305 Cooking Lake Lacombe, Alberta +0.480312 aapg_ad_837.html aapg_ad_837.html:108:10518:10537 Tensleep Fremont County, Wyoming +0.50246 gsa_html_6466571923 gsa_html_6466571923:29:2796:2824 Green River Iran +0.478235 aapg_ae_182.html aapg_ae_182.html:141:17004:17017 Cotton Valley Shreveport, Louisiana +0.495496 aapg_aa_423.html aapg_aa_423.html:7:852:862 Whitehorse Oklahoma City +0.25654 aapg_ac_692.html aapg_ac_692.html:190:21429:21437 Columbia Vancouver +0.257484 geology_html_1163714396 geology_html_1163714396:230:22362:22366 Dean California +0.255 aapg_ad_155.html aapg_ad_155.html:143:19065:19075 Washington Pacific coast +0.243936 gsa_html_7102550258 gsa_html_7102550258:263:27366:27373 Moenave Kayenta, Arizona +0.858753 aapg_ac_807.html aapg_ac_807.html:319:32299:32316 Potomac Maryland +0.481143 gsa_html_2980649380 gsa_html_2980649380:29:2796:2824 Green River Colorado +0.259534 cspg_html_6383234409 cspg_html_6383234409:464:47401:47421 Bird Fiord Half Moon Bay, California +0.50085 aapg_ah_49.html aapg_ah_49.html:202:22373:22379 Modelo Castaic, California +0.50065 aapg_ae_185.html aapg_ae_185.html:373:33294:33308 Tokio Sarepta, Louisiana +0.271441 aapg_aa_844.html aapg_aa_844.html:354:36266:36275 Marcellus Roane County, Tennessee +0.471156 sedimentology_html_5404275170 sedimentology_html_5404275170:794:52689:52696 Andrews Eastern Settlement +0.268275 aapg_ae_295.html aapg_ae_295.html:284:32159:32177 Smackover Cotton Valley, Louisiana +0.35793 cspg_html_9735723617 cspg_html_9735723617:251:31865:31885 Weatherall Melville Island (Canada) +0.251968 geology_html_3758368467 geology_html_3758368467:313:21960:21966 Jordan Nazca +0.397358 cspg_html_1189888589 cspg_html_1189888589:318:40619:40637 Scollard Lacombe, Alberta +0.511424 aapg_ac_749.html aapg_ac_749.html:52:6667:6678 Fossil Hill Manitoulin Island +0.261085 aapg_ai_11.html aapg_ai_11.html:214:25250:25267 Entrada Logan, Utah +0.463188 palaios_html_3415407632 palaios_html_3415407632:287:26817:26823 Denver Colorado +0.520695 aapg_ac_235.html aapg_ac_235.html:83:9035:9061 Dakota Black Hills +0.260084 aapg_ae_885.html aapg_ae_885.html:21:3381:3388 Paradox San Juan, Argentina +0.476215 aapg_af_445.html aapg_af_445.html:333:30982:30990 Colorado Denver +0.496908 gsa_html_5865982995 gsa_html_5865982995:442:47702:47711 San Diego California +0.252396 cspg_html_8266552811 cspg_html_8266552811:64:8095:8116 Peace River Lacombe, Alberta +0.4725 aapg_ae_73.html aapg_ae_73.html:847:107337:107345 Huerfano Las Animas County, Colorado +0.252504 gsa_html_3085400040 gsa_html_3085400040:1079:102088:102098 Washington Antarctica +0.265895 cspg_html_4286634979 cspg_html_4286634979:18:2022:2027 Pense Regina, Saskatchewan +0.48576 geology_html_5875735156 geology_html_5875735156:24:1427:1431 Kent Portland, Maine +0.50112 aapg_ae_71.html aapg_ae_71.html:275:25709:25720 Kaiparowits Mesa, Arizona +0.246993 cspg_html_3404912985 cspg_html_3404912985:782:105087:105099 Saskatchewan Lacombe, Alberta +0.521696 aapg_ae_329.html aapg_ae_329.html:103:12770:12781 Viking Lacombe, Alberta +0.248482 aapg_ai_53.html aapg_ai_53.html:103:11949:11968 Woodbine Texas +0.501278 aapg_aa_796.html aapg_aa_796.html:523:62155:62181 Halfway Canada +0.435411 aapg_ac_380.html aapg_ac_380.html:456:53955:53973 Onondaga Pennsylvania +0.247988 gsa_html_2863658561 gsa_html_2863658561:587:60825:60833 Colorado Idaho Springs, Colorado +0.272824 aapg_ai_972.html aapg_ai_972.html:41:3716:3732 Dakota Las Animas County, Colorado +0.913962 aapg_ae_539.html aapg_ae_539.html:568:71352:71364 Pierre Colorado +0.272468 cspg_html_1132698231 cspg_html_1132698231:293:39404:39429 Santa Margarita California +0.480072 aapg_ah_159.html aapg_ah_159.html:31:3675:3683 Virginia Kentucky +0.258552 gsa_html_7411853369 gsa_html_7411853369:692:67727:67745 Uwharrie Lincolnton, Georgia +0.25382 aapg_ah_822.html aapg_ah_822.html:21:1978:1984 Oregon Washington (state) +0.498456 aapg_af_54.html aapg_af_54.html:90:11127:11135 Woodbine Texas +0.269808 aapg_ae_960.html aapg_ae_960.html:396:35520:35533 Turner Valley Canada +0.262128 jgeology_html_8344159026 jgeology_html_8344159026:61:2533:2542 Peninsula North Carolina +0.478676 cspg_html_5976982403 cspg_html_5976982403:122:17153:17161 Sheppard Whitefish (fisheries term) +0.26447 palaios_html_7739817341 palaios_html_7739817341:743:76228:76236 Sheppard Amsterdam +0.52334 aapg_ad_351.html aapg_ad_351.html:605:50362:50369 Pierson Springfield, Illinois +0.267289 geology_html_4965715689 geology_html_4965715689:170:16547:16568 Marble Canyon Black Mountains, Wales +0.236192 aapg_ah_536.html aapg_ah_536.html:183:24235:24253 Sycamore Texas +0.48828 aapg_ad_740.html aapg_ad_740.html:37:5033:5041 Niobrara Benton, Arkansas +0.264554 aapg_ah_536.html aapg_ah_536.html:180:23959:23974 Sligo Rodessa, Louisiana +0.500065 palaios_html_8064020973 palaios_html_8064020973:78:9992:10001 St. Johns Arizona +0.257013 aapg_ac_245.html aapg_ac_245.html:204:30493:30515 Marble Falls Central Texas +0.481104 aapg_ai_28.html aapg_ai_28.html:35:3206:3212 Lissie Oakville, California +0.246945 cspg_html_8649903682 cspg_html_8649903682:28:3438:3446 Columbia Victoria, British Columbia +0.291159 aapg_af_710.html aapg_af_710.html:165:18256:18273 Grimsby Guelph +0.245895 aapg_ai_326.html aapg_ai_326.html:153:18234:18247 Mandata Pennsylvania +0.246456 cspg_html_5973552270 cspg_html_5973552270:58:8025:8049 Fort Vermilion Swan Hill, Victoria +0.385392 aapg_ai_829.html aapg_ai_829.html:875:68452:68469 Dennis Missouri River +0.493908 cspg_html_4023493198 cspg_html_4023493198:594:66052:66079 Barnett Texas +0.48195 aapg_af_751.html aapg_af_751.html:305:40464:40474 San Miguel Santa Rosa, California +0.264075 aapg_aa_544.html aapg_aa_544.html:192:26352:26368 Dakota Aspen, Colorado +0.253532 aapg_af_288.html aapg_af_288.html:164:18203:18216 Barnett New Mexico +0.51531 aapg_ae_884.html aapg_ae_884.html:173:22767:22785 Laramie Mancos, Colorado +0.526922 aapg_ad_466.html aapg_ad_466.html:1138:121940:121950 Vincentown Manasquan, New Jersey +0.263165 gsa_html_4216613284 gsa_html_4216613284:56:4420:4431 Supai Grand Canyon +0.265558 aapg_af_16.html aapg_af_16.html:71:9134:9143 Greenhorn Cheyenne, Wyoming +0.490941 cspg_html_8030881108 cspg_html_8030881108:81:13778:13793 Ludlow Canada +0.48042 gsa_html_2853817533 gsa_html_2853817533:1161:81756:81784 Green River Colorado +0.266662 sedimentology_html_9005804281 sedimentology_html_9005804281:2097:106115:106119 Hall London, Ontario +0.466094 gsa_html_3942625742 gsa_html_3942625742:510:44014:44026 Little River Metro Manila +0.49278 aapg_ac_899.html aapg_ac_899.html:107:9464:9477 Cotton Valley Mississippi River +0.251979 aapg_ac_417.html aapg_ac_417.html:13:2037:2045 Crescent Roseburg, Oregon +0.369155 aapg_ad_978.html aapg_ad_978.html:186:17358:17370 Pioche Logan, Utah +0.518518 aapg_ae_319.html aapg_ae_319.html:600:51107:51124 Entrada Weber River +0.481707 cspg_html_1019614994 cspg_html_1019614994:353:56629:56646 Torquay Lacombe, Alberta +0.52542 aapg_ac_241.html aapg_ac_241.html:56:7360:7370 Tuscaloosa Raritan River +0.487531 AMJC_html_5952299936 AMJC_html_5952299936:17:868:878 Washington Seattle +0.233225 aapg_ah_435.html aapg_ah_435.html:202:25158:25164 Laredo China +0.249951 gsa_html_2989317971 gsa_html_2989317971:645:67566:67594 Glenns Ferry Snake River Plain (ecoregion) +0.500388 aapg_ai_236.html aapg_ai_236.html:144:13039:13046 Venango Bath, Somerset +0.506012 aapg_ae_725.html aapg_ae_725.html:650:61796:61811 Mesaverde Cheyenne, Wyoming +0.462342 cspg_html_1915486237 cspg_html_1915486237:423:45159:45175 Fernie Lacombe, Alberta +0.259 aapg_ae_415.html aapg_ae_415.html:692:86191:86196 Byram Melbourne, Florida +0.48951 aapg_af_21.html aapg_af_21.html:96:10093:10112 Glenburn Glenburn, Victoria +0.85722 aapg_ac_235.html aapg_ac_235.html:533:58598:58606 Cloverly Western world +0.475996 aapg_ae_81.html aapg_ae_81.html:152:18404:18412 Woodford Bigfork, Montana +0.257033 aapg_ai_95.html aapg_ai_95.html:37:3347:3367 San Felipe Matamoros, Tamaulipas +0.26312 geology_html_7100928765 geology_html_7100928765:275:26189:26195 Cupido Mexico +0.472294 aapg_ae_109.html aapg_ae_109.html:7:529:537 Victoria Gippsland +0.277405 aapg_ac_472.html aapg_ac_472.html:301:27466:27476 Washington Washington (state) +0.4998 aapg_aa_1.html aapg_aa_1.html:144:18040:18059 Knoxville California +0.462235 aapg_af_83.html aapg_af_83.html:16:2185:2193 Colorado Denver +0.26986 aapg_ae_63.html aapg_ae_63.html:89:10005:10024 Swan Peak Quartzite Boise, Idaho +0.47215 aapg_ak_17.html aapg_ak_17.html:271:23007:23013 Brazil El Salvador +0.49078 aapg_ae_771.html aapg_ae_771.html:3:293:312 Java Hanover +0.257045 aapg_ae_642.html aapg_ae_642.html:135:13207:13214 Bossier Cotton Valley, Louisiana +0.245024 aapg_aa_267.html aapg_aa_267.html:4:465:485 Greenbrier Huntington, West Virginia +0.251748 gsa_html_1024107776 gsa_html_1024107776:523:52943:52963 Boss Point Bridgetown, Nova Scotia +0.248985 aapg_af_788.html aapg_af_788.html:455:39407:39415 Michigan Michigan +0.488474 gsa_html_9181545711 gsa_html_9181545711:133:14306:14324 Fountain Colorado +0.2485 geology_html_1828550969 geology_html_1828550969:208:18825:18840 Keele Canada +0.257045 aapg_ah_779.html aapg_ah_779.html:154:28929:28936 Pamelia Lowville (town), New York +0.46455 aapg_ah_536.html aapg_ah_536.html:565:74876:74896 Fredericksburg Paluxy, Texas +0.50102 aapg_af_305.html aapg_af_305.html:80:8127:8133 Paluxy Cotton Valley, Louisiana +0.49536 aapg_ai_720.html aapg_ai_720.html:464:46383:46390 Raritan Potomac, Maryland +0.242985 geology_html_4738002019 geology_html_4738002019:226:21207:21215 Colorado San Juan, Argentina +0.203 aapg_ae_608.html aapg_ae_608.html:33:5233:5251 Niobrara Denver +0.262845 cspg_html_8369994160 cspg_html_8369994160:108:11952:11968 Shunda Elkton, Kentucky +0.271392 aapg_ac_251.html aapg_ac_251.html:488:56123:56131 Weverton Juniata County School District +0.475776 aapg_aa_684.html aapg_aa_684.html:76:9216:9230 Jelm Cheyenne, Wyoming +0.494424 aapg_aa_316.html aapg_aa_316.html:764:88088:88123 Oceanic Barbados +0.468224 geology_html_7192428883 geology_html_7192428883:12:551:557 Denver Colorado +0.496574 aapg_ah_973.html aapg_ah_973.html:21:3353:3367 Monmouth Mount Laurel Township, New Jersey +0.46779 cspg_html_3124360347 cspg_html_3124360347:227:36496:36511 Levis Quebec City +0.53185 aapg_ac_418.html aapg_ac_418.html:43:8242:8250 Monterey Astoria, Oregon +0.248965 sedimentology_html_6621214543 sedimentology_html_6621214543:759:67402:67407 Rapid Nassau, Bahamas +0.254664 cspg_html_6116883777 cspg_html_6116883777:856:111274:111296 Barlow Inlet Devon +0.478278 aapg_ae_794.html aapg_ae_794.html:629:70641:70661 Owl Creek Selma to Montgomery marches +0.460798 aapg_ai_786.html aapg_ai_786.html:572:49746:49751 Stark Ouachita Mountains +0.483917 cspg_html_9011256422 cspg_html_9011256422:453:53880:53900 Swan Hills Victoria, British Columbia +0.231552 aapg_ac_331.html aapg_ac_331.html:126:20101:20124 San Fernando Trinidad and Tobago +0.2605 aapg_af_498.html aapg_af_498.html:15:2645:2650 Atoka Texas +0.262144 sedimentology_html_1046729113 sedimentology_html_1046729113:348:33087:33101 Colorado Eagle River, Alaska +0.507705 aapg_ah_203.html aapg_ah_203.html:595:97969:97987 Morrison New Mexico +0.265738 geology_html_6208545036 geology_html_6208545036:254:20815:20823 Temporal Long Valley, New Jersey +0.261057 aapg_ai_4.html aapg_ai_4.html:63:5604:5612 Monterey Santa Monica Mountains +0.467432 geology_html_6217398404 geology_html_6217398404:19:1288:1296 Colorado Colorado +0.242028 gsa_html_8606513904 gsa_html_8606513904:11:459:465 Oregon Salem, Oregon +0.752457 cspg_html_4326384800 cspg_html_4326384800:1021:150205:150214 Waterways Swan Hill, Victoria +0.259318 aapg_ae_667.html aapg_ae_667.html:332:41201:41222 Green River Uinta Mountains +0.497896 aapg_ac_333.html aapg_ac_333.html:1801:180144:180160 Kaibab Logan, Utah +0.259408 cspg_html_2040245760 cspg_html_2040245760:7:499:507 Columbia Victoria, British Columbia +0.26565 aapg_ae_909.html aapg_ae_909.html:12:2064:2069 Gatun Jamaica, Queens +0.25026 aapg_aa_146.html aapg_aa_146.html:24:3543:3560 Pierre Black Hills +0.275044 cspg_html_4031489103 cspg_html_4031489103:511:78846:78854 Columbia Victoria, British Columbia +0.500325 aapg_ae_73.html aapg_ae_73.html:426:56067:56087 Purgatoire Cheyenne, Wyoming +0.502992 gsa_html_6674166056 gsa_html_6674166056:31:2800:2828 Green River Colorado +0.510022 aapg_ae_526.html aapg_ae_526.html:37:3222:3231 Smackover Columbia Country +0.495286 cspg_html_8525917094 cspg_html_8525917094:231:29618:29633 Masefield Regina, Saskatchewan +0.250992 aapg_ae_805.html aapg_ae_805.html:145:17134:17151 Hermosa Hermosa, Chicago +0.26986 cspg_html_3762708087 cspg_html_3762708087:32:4312:4328 Viking Lacombe, Alberta +0.834452 aapg_ae_4.html aapg_ae_4.html:205:22654:22660 Humbug Logan, Utah +0.26432 aapg_ae_993.html aapg_ae_993.html:106:12085:12107 Duperow Williston, Vermont +0.8631 aapg_ac_92.html aapg_ac_92.html:18:3062:3077 Atoka Ouachita Mountains +0.513744 aapg_ad_580.html aapg_ad_580.html:465:60629:60643 Baca New Mexico +0.51975 aapg_aa_544.html aapg_aa_544.html:74:8919:8938 Minnelusa Black Hills +0.478296 cspg_html_3531222995 cspg_html_3531222995:175:21749:21764 Basal Lacombe, Alberta +0.251563 aapg_af_305.html aapg_af_305.html:55:5495:5504 Catahoula Tensas River +0.473144 gsa_html_8662622130 gsa_html_8662622130:584:55920:55948 San Antonio Chile +0.262808 aapg_ad_283.html aapg_ad_283.html:25:4309:4319 San Andres Guadalupe Mountains National Park +0.25414 aapg_ac_26.html aapg_ac_26.html:85:10403:10415 Saskatchewan Lacombe, Alberta +0.275338 aapg_ae_189.html aapg_ae_189.html:39:1873:1879 Wilcox Pueblo de Los Angeles +0.49725 aapg_ah_283.html aapg_ah_283.html:58:6454:6464 Washington Salem, Oregon +0.50445 aapg_ac_629.html aapg_ac_629.html:268:35420:35427 Prairie Ville Platte, Louisiana +0.245692 palaios_html_8113714689 palaios_html_8113714689:290:32648:32665 Manitou Colorado +0.274572 cspg_html_9388742281 cspg_html_9388742281:14:1566:1583 Cardium Cairns, Queensland +0.259045 aapg_ac_711.html aapg_ac_711.html:132:11484:11491 El Baul Venezuela +0.27 aapg_af_98.html aapg_af_98.html:44:6308:6324 Dakota Mancos, Colorado +0.462927 aapg_af_379.html aapg_af_379.html:39:4284:4291 Pioneer Boise, Idaho +0.25041 cspg_html_4148342026 cspg_html_4148342026:451:41803:41813 Favel Ashville, Ohio +0.224096 geology_html_1827419843 geology_html_1827419843:227:19971:19995 Interlake Manitoba +0.70395 gsa_html_4695276845 gsa_html_4695276845:787:80285:80291 Pioche Logan, Utah +0.24174 cspg_html_2650524233 cspg_html_2650524233:33:6634:6653 Frenchman Cypress Hills, Brooklyn +0.47322 aapg_ah_337.html aapg_ah_337.html:117:12476:12486 Rio Grande Texas +0.252476 cspg_html_9388742281 cspg_html_9388742281:96:11360:11368 Columbia Victoria, British Columbia +0.263153 aapg_af_947.html aapg_af_947.html:172:27249:27267 Tamasopo New Mexico +0.48208 aapg_aa_712.html aapg_aa_712.html:121:15336:15358 Prairie Midwestern United States +0.494769 gsa_html_9765401988 gsa_html_9765401988:65:5384:5412 Green River New Mexico +0.241045 geology_html_2688088926 geology_html_2688088926:75:9235:9248 Edwards San Antonio +0.481143 aapg_ah_632.html aapg_ah_632.html:102:14655:14686 Grove Virginia +0.841156 aapg_ad_152.html aapg_ad_152.html:1823:237663:237682 Toroweap Reno, Nevada +0.499118 cspg_html_1841843683 cspg_html_1841843683:59:9344:9352 Sawtooth Williston Basin +0.492036 cspg_html_7086880709 cspg_html_7086880709:187:21815:21824 Chinchaga Lacombe, Alberta +0.29892 aapg_aa_147.html aapg_aa_147.html:915:94502:94510 Deadwood Winnipeg +0.422751 cspg_html_6383234409 cspg_html_6383234409:203:22117:22131 Eids Bathurst Island (Northern Territory) +0.252753 aapg_aa_638.html aapg_aa_638.html:333:28012:28037 Jefferson Abqaiq Airport +0.25896 cspg_html_1114211412 cspg_html_1114211412:68:10012:10028 Wapiti Lacombe, Alberta +0.451347 cspg_html_9717154602 cspg_html_9717154602:542:59150:59167 Bearpaw Lacombe, Alberta +0.268822 palaios_html_3406135825 palaios_html_3406135825:214:21379:21404 Potsdam Au Sable River (Michigan) +0.304425 jgeology_html_8064855537 jgeology_html_8064855537:958:62903:62923 Lakota Black Hills +0.50562 aapg_ai_849.html aapg_ai_849.html:32:4403:4413 Bloomsburg Juniata County School District +0.492632 aapg_ai_996.html aapg_ai_996.html:1096:46161:46171 Tuscaloosa Alabama +0.264936 gsa_html_1024107776 gsa_html_1024107776:927:93659:93677 Grove Arkansas +0.240405 gsa_html_8840132442 gsa_html_8840132442:195:25721:25729 Columbia Victoria, British Columbia +0.50138 aapg_ad_338.html aapg_ad_338.html:333:38269:38280 Englishtown Toms River +0.811579 aapg_aa_23.html aapg_aa_23.html:1211:147475:147493 Winnipeg Manitoba +0.468366 jgeology_html_4115179562 jgeology_html_4115179562:635:50173:50181 Virginia Virginia +0.491825 cspg_html_7881580279 cspg_html_7881580279:516:61241:61248 Jewett Silt San Francisco +0.475776 geology_html_6501151583 geology_html_6501151583:125:13904:13910 Frisco Absaroka +0.461754 cspg_html_8328720217 cspg_html_8328720217:121:15344:15360 Skonun Central America +0.251968 aapg_ad_941.html aapg_ad_941.html:486:36386:36404 Muskeg Black Creek (Toronto) +0.35625 cspg_html_3129231627 cspg_html_3129231627:405:51370:51393 Eleanor River Ellesmere Island +0.24336 aapg_ae_777.html aapg_ae_777.html:135:16816:16821 Ponce Talpa, Texas +0.255915 palaios_html_8014937086 palaios_html_8014937086:541:45288:45314 Monterey California +0.4826 jgeology_html_8494933343 jgeology_html_8494933343:450:35150:35174 Bouse Southern California +0.466017 gsa_html_9898556493 gsa_html_9898556493:243:29117:29129 Turlock Lake Merced River +0.247979 cspg_html_2826081830 cspg_html_2826081830:58:8930:8952 Grand Rapids Waseca, Minnesota +0.45402 aapg_ae_731.html aapg_ae_731.html:440:39836:39850 Colorado Regina, Saskatchewan +0.717145 aapg_af_363.html aapg_af_363.html:47:5652:5656 Wise Virginia +0.277713 aapg_ai_720.html aapg_ai_720.html:203:22481:22488 Magothy Raritan River +0.24451 palaios_html_7922169499 palaios_html_7922169499:88:10529:10537 Colorado Denver +0.66581 aapg_ae_731.html aapg_ae_731.html:331:30817:30839 Kootenai Boise, Idaho +0.500906 cspg_html_5515814749 cspg_html_5515814749:65:9899:9916 Cardium Lacombe, Alberta +0.272475 cspg_html_7576506617 cspg_html_7576506617:525:70244:70259 Interlake Williston Basin +0.24304 sedimentology_html_8424193602 sedimentology_html_8424193602:27:1780:1793 Santa Barbara California +0.503388 aapg_af_4.html aapg_af_4.html:64:7761:7769 Monterey Monterey, California +0.258912 cspg_html_8312989046 cspg_html_8312989046:104:13480:13497 Bowser Southern United States +0.502458 aapg_af_448.html aapg_af_448.html:39:5299:5305 Oregon Salem, Oregon +0.255747 gsa_html_6117440194 gsa_html_6117440194:508:50124:50143 Morrison Kootenay River +0.351234 aapg_ah_179.html aapg_ah_179.html:32:2917:2935 Toroweap Logan, Utah +0.25636 aapg_aa_851.html aapg_aa_851.html:96:8795:8800 Salem Wayne County, Michigan +0.479744 gsa_html_9725118776 gsa_html_9725118776:36:3459:3468 San Pedro Santorini +0.892078 aapg_ac_315.html aapg_ac_315.html:104:11872:11882 Phosphoria Cheyenne, Wyoming +0.2688 palaios_html_4501603736 palaios_html_4501603736:477:43191:43196 Erwin London, Ontario +0.563598 aapg_ac_807.html aapg_ac_807.html:802:79585:79595 Tuscaloosa Tuscaloosa, Alabama +0.25704 aapg_af_892.html aapg_af_892.html:533:52613:52629 Pueblo Wichita, Kansas +0.264027 aapg_aa_304.html aapg_aa_304.html:125:12353:12361 Columbia Mississippi River +0.476212 aapg_aa_381.html aapg_aa_381.html:87:11544:11553 Etchegoin Rancho Santa Margarita, California +0.253402 aapg_ae_3.html aapg_ae_3.html:637:61355:61376 Bird Spring Clark County, Indiana +0.262584 aapg_aa_777.html aapg_aa_777.html:490:50604:50625 Provo Ogden, Utah +0.471744 sedimentology_html_1218754318 sedimentology_html_1218754318:513:44075:44081 Guelph Guelph +0.445018 aapg_ad_442.html aapg_ad_442.html:80:9655:9663 Bellevue Shreveport, Louisiana +0.50694 sedimentology_html_8803606067 sedimentology_html_8803606067:177:12278:12284 Brazil Colombia +0.26818 cspg_html_6502178723 cspg_html_6502178723:64:10322:10331 Baldonnel Middle East +0.390906 AMJC_html_8494031493 AMJC_html_8494031493:916:108658:108677 Bonneterre Missouri River +0.491667 aapg_af_479.html aapg_af_479.html:619:67115:67124 San Diego Great Valley, New York +0.47022 gsa_html_6734844475 gsa_html_6734844475:175:19044:19052 San Jose Sierra Nevada (Spain) +0.491036 aapg_ae_324.html aapg_ae_324.html:552:56304:56312 Virginia Virginia +0.860095 aapg_ac_952.html aapg_ac_952.html:117:14084:14092 Norphlet Shreveport, Louisiana +0.267912 aapg_aa_698.html aapg_aa_698.html:439:41411:41433 Swift Regina, Saskatchewan +0.253727 cspg_html_2920938670 cspg_html_2920938670:64:9267:9284 Cadomin Mountain Park (Holyoke, Massachusetts) +0.302855 aapg_aa_598.html aapg_aa_598.html:4:799:806 Thaynes Cheyenne, Wyoming +0.267273 aapg_ad_149.html aapg_ad_149.html:43:4620:4632 Saskatchewan Lacombe, Alberta +0.260554 aapg_af_891.html aapg_af_891.html:133:13597:13617 Dog Creek Texas +0.49556 aapg_ad_337.html aapg_ad_337.html:322:36234:36271 Vaqueros San Diego +0.260428 aapg_ad_12.html aapg_ad_12.html:292:26946:26963 La Luna Venezuela +0.266772 aapg_ad_718.html aapg_ad_718.html:331:30357:30374 Rustler Culberson County Airport +0.247126 gsa_html_7053510738 gsa_html_7053510738:22:1134:1140 Denver Colorado +0.48501 jgeology_html_4599466962 jgeology_html_4599466962:389:28488:28497 Schoharie Onondaga (tribe) +0.275616 aapg_af_358.html aapg_af_358.html:50:5593:5603 Citronelle Orangeburg, South Carolina +0.269105 aapg_ad_11.html aapg_ad_11.html:103:14250:14260 Hell Creek Hell Creek Formation +0.48501 aapg_ae_253.html aapg_ae_253.html:122:15021:15032 Pine Island County Sligo +0.476545 aapg_ai_28.html aapg_ai_28.html:600:59238:59248 Rio Grande Uvalde, Texas +0.47817 cspg_html_8362959053 cspg_html_8362959053:20:3311:3319 Columbia Victoria, British Columbia +0.262614 gsa_html_1193494932 gsa_html_1193494932:677:63918:63940 Columbia Seattle +0.477603 aapg_ae_324.html aapg_ae_324.html:1296:128800:128805 Chazy Black River, Jamaica +0.24017 aapg_af_808.html aapg_af_808.html:181:24922:24940 Scotland Barbados +0.250458 aapg_ai_985.html aapg_ai_985.html:1376:140288:140299 San Jacinto El Carmen, Chile +0.258048 aapg_ae_62.html aapg_ae_62.html:43:4923:4937 Winnipeg Black Hills +0.264196 gsa_html_9697375887 gsa_html_9697375887:93:13151:13160 Hay River Simpson Desert +0.260019 cspg_html_2834693711 cspg_html_2834693711:533:74471:74491 Huntingdon Bellingham, Washington +0.482724 sedimentology_html_8802279411 sedimentology_html_8802279411:944:59479:59496 Frisco South Africa +0.867662 aapg_af_452.html aapg_af_452.html:160:19418:19432 Mission Canyon Manitoba +0.496018 aapg_af_725.html aapg_af_725.html:162:17448:17468 Wilcox Texas +0.267288 aapg_ad_379.html aapg_ad_379.html:501:42371:42380 Chugwater Arizona +0.482157 aapg_aa_407.html aapg_aa_407.html:378:26727:26731 Rico Indian Creek, Florida +0.46354 aapg_af_97.html aapg_af_97.html:78:9290:9309 Dillsboro Decatur County, Georgia +0.254007 aapg_ah_647.html aapg_ah_647.html:196:19423:19440 El Paso West Texas +0.25935 aapg_af_659.html aapg_af_659.html:62:4978:4986 Beaufort East Timor +0.260099 sedimentology_html_2898428289 sedimentology_html_2898428289:1964:97734:97741 Shields Western Canadian Sedimentary Basin +0.243386 geology_html_5189534136 geology_html_5189534136:210:20023:20029 Moscow Caspian Sea +0.497988 gsa_html_3144986031 gsa_html_3144986031:270:29262:29269 Bonanza Talkeetna, Alaska +0.491825 geology_html_2630608845 geology_html_2630608845:215:21664:21670 Oregon Washington (state) +0.710052 aapg_af_640.html aapg_af_640.html:111:7353:7362 Nanafalia Shreveport, Louisiana +0.478116 gsa_html_7354916758 gsa_html_7354916758:793:82365:82369 Bond North Atlantic Current +0.265468 aapg_af_701.html aapg_af_701.html:358:46628:46636 Elk Braxton County, West Virginia +0.497798 gsa_html_5656059532 gsa_html_5656059532:66:4934:4962 Green River Colorado +0.26433 cspg_html_5688447798 cspg_html_5688447798:269:30226:30236 Blue Fiord Ellesmere Island +0.258937 gsa_html_2584301292 gsa_html_2584301292:92:9198:9204 Peoria Loveland, Ohio +0.441408 cspg_html_6472484014 cspg_html_6472484014:10:725:760 La Vieille New Brunswick, New Jersey +0.49495 gsa_html_6181749105 gsa_html_6181749105:614:51490:51517 Monterey California +0.446391 aapg_ai_572.html aapg_ai_572.html:165:18973:18976 Ada Seminole, Texas +0.7847 aapg_ah_534.html aapg_ah_534.html:302:25385:25393 Coeymans Harrisburg, Pennsylvania +0.483759 aapg_ac_424.html aapg_ac_424.html:262:43680:43693 Jackson Texas +0.537912 aapg_ac_420.html aapg_ac_420.html:16:3099:3107 Monterey Mississippi River +0.252504 palaios_html_2847312584 palaios_html_2847312584:427:49300:49324 Rochester Ontario, California +0.256824 gsa_html_2605108986 gsa_html_2605108986:779:64855:64873 Tsadaka Matanuska-Susitna Valley +0.480194 cspg_html_4326384800 cspg_html_4326384800:869:123140:123155 Sweetland Creek Iowa +0.519958 gsa_html_1347484649 gsa_html_1347484649:181:16919:16925 Casper Cheyenne, Wyoming +0.779328 cspg_html_6252417471 cspg_html_6252417471:68:10913:10931 Isachsen Banks Island +0.25235 aapg_af_575.html aapg_af_575.html:162:21558:21579 Honey Creek Signal Mountain (Wyoming) +0.470316 cspg_html_8089302449 cspg_html_8089302449:262:44701:44721 Traverse Iowa +0.49536 aapg_ai_584.html aapg_ai_584.html:395:38579:38590 Reclamation Hartville, Missouri +0.480194 jgeology_html_1500366261 jgeology_html_1500366261:1070:64141:64154 Santa Barbara California +0.494769 aapg_aa_579.html aapg_aa_579.html:20:2147:2151 Word Bartlesville, Oklahoma +0.500456 cspg_html_4382149016 cspg_html_4382149016:476:58979:59007 Utica Quebec City +0.5029 aapg_af_162.html aapg_af_162.html:264:25109:25119 Brownstown Texas +0.257536 cspg_html_6306091047 cspg_html_6306091047:206:29288:29296 Columbia Victoria, British Columbia +0.258885 aapg_ac_333.html aapg_ac_333.html:1026:123747:123765 Toroweap Kaibab, Arizona +0.480459 aapg_aa_736.html aapg_aa_736.html:169:15586:15605 Milwaukee Wisconsin +0.26316 aapg_aa_287.html aapg_aa_287.html:3:329:345 Viking Regina, Saskatchewan +0.257013 geology_html_1458624587 geology_html_1458624587:282:19953:19958 Yukon Arctic Cordillera +0.246015 aapg_ad_652.html aapg_ad_652.html:351:42015:42024 San Diego Vail, Colorado +0.24402 aapg_ah_71.html aapg_ah_71.html:541:34903:34919 Sabine Texas +0.482724 cspg_html_8915218033 cspg_html_8915218033:253:24460:24475 Salem Illinois +0.242688 aapg_ad_687.html aapg_ad_687.html:21:2313:2322 Jacalitos Maricopa, Arizona +0.261948 gsa_html_5952049575 gsa_html_5952049575:658:69040:69061 Green River Cheyenne, Wyoming +0.3224 aapg_ad_55.html aapg_ad_55.html:95:7704:7711 Plattin Decorah, Iowa +0.261632 cspg_html_1189888589 cspg_html_1189888589:16:2214:2232 Scollard Cheyenne, Wyoming +0.45291 aapg_ai_357.html aapg_ai_357.html:114:14024:14034 Rio Grande Medina County, Texas +0.457312 gsa_html_7498897688 gsa_html_7498897688:967:88916:88938 San Ricardo Mexico +0.25688 cspg_html_3102530088 cspg_html_3102530088:69:9173:9198 Telegraph Creek Canada +0.242063 aapg_ah_159.html aapg_ah_159.html:55:6240:6258 Fentress Rockcastle County, Kentucky +0.501424 gsa_html_4472896560 gsa_html_4472896560:756:58702:58730 Green River Iran +0.270414 aapg_ai_17.html aapg_ai_17.html:251:21880:21895 Indio Texas +0.2401 aapg_ae_74.html aapg_ae_74.html:102:10729:10747 Menefee Fruitland, Idaho +0.466416 palaios_html_3716883934 palaios_html_3716883934:111:11918:11922 Hess Kingdom of Bavaria +0.489762 aapg_ah_585.html aapg_ah_585.html:295:21956:21977 Wissahickon Pennsylvania +0.4743 aapg_ac_59.html aapg_ac_59.html:257:33063:33079 Friars Riverside, California +0.293844 aapg_ah_228.html aapg_ah_228.html:18:1882:1900 Woodbine Buda, Texas +0.257033 aapg_ac_693.html aapg_ac_693.html:32:3399:3405 Guelph Guelph +0.268299 aapg_ae_203.html aapg_ae_203.html:15:1862:1871 Olentangy Ohio +0.372645 aapg_ae_876.html aapg_ae_876.html:629:66570:66576 Dakota Norwood, Massachusetts +0.241572 sedimentology_html_3306606920 sedimentology_html_3306606920:1107:80182:80189 Compton Cambridge, Massachusetts +0.372662 aapg_aa_852.html aapg_aa_852.html:72:7366:7370 Frio Victoria County, Nova Scotia +0.494334 aapg_ah_963.html aapg_ah_963.html:33:4402:4422 Batesville Arkansas +0.48807 aapg_ah_337.html aapg_ah_337.html:82:9154:9177 Cotton Valley Limestone County, Alabama +0.253008 geology_html_3595608800 geology_html_3595608800:367:31983:32015 Montney Lacombe, Alberta +0.467033 aapg_ac_252.html aapg_ac_252.html:82:7355:7369 Rico Logan, Utah +0.28188 aapg_af_461.html aapg_af_461.html:160:14526:14540 Richmond Michigan +0.261576 sedimentology_html_3220122506 sedimentology_html_3220122506:997:83694:83780 Yakataga Gulf of Alaska +0.2505 aapg_aa_775.html aapg_aa_775.html:571:58934:58943 Vicksburg Oakville, California +0.24837 aapg_af_211.html aapg_af_211.html:99:8621:8627 Joliet Caldwell County, North Carolina +0.234654 sedimentology_html_3455721661 sedimentology_html_3455721661:709:49906:49923 Entrada New Mexico +0.255915 aapg_ac_930.html aapg_ac_930.html:83:11593:11599 Denver Colorado +0.256542 geology_html_8507174430 geology_html_8507174430:18:776:784 Virginia Reston, Virginia +0.273672 cspg_html_7779401416 cspg_html_7779401416:253:30808:30826 Reynales Irondequoit, New York +0.485648 geology_html_8332015754 geology_html_8332015754:284:19844:19853 San Diego California +0.24849 gsa_html_5089176247 gsa_html_5089176247:840:78989:78995 Denver Colorado +0.485811 geology_html_3492857668 geology_html_3492857668:323:26083:26099 Navajo Logan, Utah +0.26162 palaios_html_3214166666 palaios_html_3214166666:16:1110:1118 Colorado Denver +0.487272 cspg_html_6306091047 cspg_html_6306091047:638:88371:88389 Pardonet Victoria, British Columbia +0.24541 gsa_html_7616408925 gsa_html_7616408925:1002:78951:78957 Jordan Colombia +0.466334 aapg_ae_805.html aapg_ae_805.html:969:107642:107647 Molas Merrill, Wisconsin +0.48858 gsa_html_1040524378 gsa_html_1040524378:828:84621:84642 Green River Earth +0.25452 cspg_html_3772380029 cspg_html_3772380029:308:39946:39968 Bad Cache Rapids Nelson, New Zealand +0.268288 sedimentology_html_6376801731 sedimentology_html_6376801731:1876:103672:103678 Moscow Russia +0.500487 aapg_ae_113.html aapg_ae_113.html:211:27301:27321 Blue Fiord Bathurst Island (Northern Territory) +0.501177 aapg_ac_742.html aapg_ac_742.html:20:3028:3051 Gypsum Spring Cheyenne, Wyoming +0.452197 aapg_ae_877.html aapg_ae_877.html:377:33425:33435 Swan Hills Swan Hill, Victoria +0.25641 aapg_ah_416.html aapg_ah_416.html:126:11433:11443 Milk River Milk River, Alberta +0.287868 aapg_ah_529.html aapg_ah_529.html:63:8079:8096 El Paso Cochise County, Arizona +0.25551 aapg_ad_306.html aapg_ad_306.html:321:39579:39585 Sierra San Isidro, Buenos Aires +0.46354 gsa_html_5528299577 gsa_html_5528299577:924:80759:80764 Crete Greece +0.270336 aapg_ae_354.html aapg_ae_354.html:244:24261:24275 Niobrara Niobrara, Nebraska +0.26052 sedimentology_html_1046729113 sedimentology_html_1046729113:2103:163523:163541 Dunvegan Wadsworth, Ohio +0.26162 geology_html_4881780655 geology_html_4881780655:227:21852:21858 Moscow Russia +0.260019 aapg_aa_313.html aapg_aa_313.html:1500:155869:155876 Norfolk Virginia +0.474204 aapg_ac_198.html aapg_ac_198.html:71:8057:8078 Mt Lytton Woods County, Oklahoma +0.49749 aapg_ai_107.html aapg_ai_107.html:105:10069:10078 Smackover Bagrationovsk +0.250494 aapg_ae_984.html aapg_ae_984.html:388:37168:37186 Carlsbad Salado, Texas +0.50208 cspg_html_7409170811 cspg_html_7409170811:673:77064:77080 Exshaw Lacombe, Alberta +0.471932 aapg_ae_231.html aapg_ae_231.html:82:7358:7370 New Scotland Onondaga (tribe) +0.52 sedimentology_html_4353954188 sedimentology_html_4353954188:1617:99810:99826 Viking Canada +0.48501 palaios_html_6100595217 palaios_html_6100595217:448:46278:46301 Moodys Branch Gosport, Indiana +0.246492 cspg_html_3854139935 cspg_html_3854139935:67:10554:10562 Claggett Lacombe, Alberta +0.255016 palaios_html_4782349341 palaios_html_4782349341:69:5753:5775 Edwardsville Indian Creek, Florida +0.250194 aapg_ae_204.html aapg_ae_204.html:291:25672:25685 Pelican Clearwater, Florida +0.256035 aapg_ac_380.html aapg_ac_380.html:490:57643:57650 Rondout Helderberg +0.462384 aapg_ad_42.html aapg_ad_42.html:177:18073:18081 Entrance Lacombe, Alberta +0.259065 aapg_ai_974.html aapg_ai_974.html:279:28696:28706 Washington Salem, Oregon +0.257045 cspg_html_1763727002 cspg_html_1763727002:387:45185:45193 Columbia Lacombe, Alberta +0.262144 aapg_ae_794.html aapg_ae_794.html:211:26287:26307 Owl Creek Selma to Montgomery marches +0.492264 aapg_af_637.html aapg_af_637.html:3:339:348 Coldwater Antrim, County Antrim +0.24696 sedimentology_html_1581574492 sedimentology_html_1581574492:1007:70566:70570 Kent England +0.253492 cspg_html_7323688702 cspg_html_7323688702:96:11589:11606 Cardium Lacombe, Alberta +0.48951 aapg_ac_900.html aapg_ac_900.html:352:32445:32466 Green River Logan, Utah +0.26416 aapg_aa_534.html aapg_aa_534.html:5:615:621 Wilcox Sand Springs, Oklahoma +0.270908 aapg_ad_893.html aapg_ad_893.html:523:56452:56461 La Gloria Sola +0.4921 sedimentology_html_7928777787 sedimentology_html_7928777787:27:1594:1611 Bedford Bridgetown, Nova Scotia +0.264741 aapg_ae_71.html aapg_ae_71.html:290:26889:26897 Moenkopi Moenkopi Formation +0.250517 gsa_html_8016832495 gsa_html_8016832495:12:377:385 Virginia Reston, Virginia +0.283968 aapg_aa_44.html aapg_aa_44.html:211:27134:27142 Moenkopi Chinle Formation +0.474204 aapg_ad_466.html aapg_ad_466.html:383:46388:46400 Potomac Maryland +0.24832 cspg_html_9771826320 cspg_html_9771826320:1168:146492:146504 Saskatchewan Canada +0.274455 aapg_ae_319.html aapg_ae_319.html:709:60165:60172 Entrada Carmel, Indiana +0.241482 aapg_ak_55.html aapg_ak_55.html:15:2155:2163 Virginia Virginia +0.252434 aapg_ae_29.html aapg_ae_29.html:558:59035:59056 Mauch Chunk Pennsylvania +0.26936 aapg_ae_875.html aapg_ae_875.html:329:38618:38623 Coamo Puerto Rico +0.47634 cspg_html_4422863308 cspg_html_4422863308:6:407:423 Viking Lacombe, Alberta +0.49995 geology_html_6685496823 geology_html_6685496823:302:22753:22763 Washington Seattle +0.25653 gsa_html_1347484649 gsa_html_1347484649:215:19635:19656 Green River Cheyenne, Wyoming +0.506574 aapg_ae_295.html aapg_ae_295.html:313:35808:35826 Woodbine Lewisville, Texas +0.3492 aapg_ah_243.html aapg_ah_243.html:58:6878:6896 Morrison Logan, Utah +0.482976 aapg_ad_193.html aapg_ad_193.html:416:41411:41421 Washington Reno, Nevada +0.460215 gsa_html_3860045860 gsa_html_3860045860:103:12123:12139 Eugene Springfield, Illinois +0.877905 aapg_ae_805.html aapg_ae_805.html:706:88200:88207 Paradox Hermosa, Chicago +0.24846 aapg_ae_519.html aapg_ae_519.html:343:38063:38082 Catskill Doddridge County, West Virginia +0.257466 cspg_html_2769629211 cspg_html_2769629211:6:363:372 Hay River Hay River (Canada) +0.25654 cspg_html_4031489103 cspg_html_4031489103:586:89344:89352 Columbia Cordillera Administrative Region +0.897666 aapg_ah_83.html aapg_ah_83.html:3:322:336 Cloverly Cheyenne, Wyoming +0.49794 aapg_ai_974.html aapg_ai_974.html:671:71092:71109 Astoria Salem, Oregon +0.48195 cspg_html_1019614994 cspg_html_1019614994:66:12648:12656 Columbia Lacombe, Alberta +0.472656 palaios_html_2449649505 palaios_html_2449649505:750:76621:76652 Chinle Arizona +0.258416 cspg_html_2496035864 cspg_html_2496035864:16:1786:1811 Clearwater CFB Cold Lake +0.24444 cspg_html_2013109828 cspg_html_2013109828:6:263:274 Fort Steele Victoria, British Columbia +0.3686 palaios_html_9150736881 palaios_html_9150736881:62:7074:7078 Kope Kentucky +0.259056 cspg_html_8359753505 cspg_html_8359753505:63:5276:5288 Saskatchewan Regina, Saskatchewan +0.49873 aapg_aa_598.html aapg_aa_598.html:17:2622:2641 Woodside Cheyenne, Wyoming +0.238626 sedimentology_html_1280732031 sedimentology_html_1280732031:1827:146483:146491 Virginia Cape Henry Light +0.249856 cspg_html_6383234409 cspg_html_6383234409:252:26336:26356 Weatherall Melville Island (Canada) +0.267289 geology_html_5745933097 geology_html_5745933097:12:721:727 Reston Virginia +0.50116 aapg_aa_87.html aapg_aa_87.html:140:9884:9888 Frio Texas +0.279256 cspg_html_4031489103 cspg_html_4031489103:328:47390:47407 Gateway Fernie, British Columbia +0.477594 gsa_html_4063389966 gsa_html_4063389966:464:46096:46124 Green River Colorado +0.46648 aapg_ad_812.html aapg_ad_812.html:12:2302:2310 Colorado Arizona +0.493218 aapg_aa_851.html aapg_aa_851.html:13:1299:1309 Fort Payne Monteagle, Tennessee +0.26572 gsa_html_6423424604 gsa_html_6423424604:1869:166254:166264 Washington Bellingham, Washington +0.504972 geology_html_1598246130 geology_html_1598246130:267:22994:23004 Washington Seattle +0.274252 aapg_aa_786.html aapg_aa_786.html:880:96338:96347 Newcastle England +0.248965 gsa_html_5094172657 gsa_html_5094172657:603:50494:50500 Jordan Andes +0.243522 aapg_ad_922.html aapg_ad_922.html:3:352:370 Duvernay Lacombe, Alberta +0.858704 cspg_html_1312400675 cspg_html_1312400675:280:31302:31319 Bearpaw Regina, Saskatchewan +0.259548 aapg_ah_533.html aapg_ah_533.html:41:5927:5946 Knoxville Central Valley (California) +0.256122 aapg_ah_528.html aapg_ah_528.html:535:57744:57754 Winnemucca Winnemucca, Nevada +0.272986 aapg_ae_29.html aapg_ae_29.html:11:1770:1797 Pottsville Pocono Raceway +0.113844 aapg_ad_379.html aapg_ad_379.html:522:44419:44428 Spearfish Black Hills +0.488748 aapg_ae_525.html aapg_ae_525.html:89:8544:8552 Colorado Denver +0.248712 sedimentology_html_9909925103 sedimentology_html_9909925103:41:2731:2760 Dunvegan Canada +0.251904 aapg_af_666.html aapg_af_666.html:196:15844:15854 Keokuk Missouri River +0.264147 geology_html_7212825695 geology_html_7212825695:20:1000:1019 Sandia New Mexico +0.260598 sedimentology_html_6711774295 sedimentology_html_6711774295:939:81248:81266 Active Mongolia +0.250997 jgeology_html_9025517493 jgeology_html_9025517493:577:31263:31288 Taylor Antarctica +0.4982 aapg_ad_94.html aapg_ad_94.html:76:7038:7045 St Marys Woods County, Oklahoma +0.37179 aapg_ah_528.html aapg_ah_528.html:78:8231:8238 Thaynes Logan, Utah +0.68056 aapg_ac_575.html aapg_ac_575.html:494:73614:73635 Phosphoria Reno, Nevada +0.46812 aapg_af_143.html aapg_af_143.html:1053:111658:111664 Oregon California +0.240825 aapg_ae_602.html aapg_ae_602.html:654:77404:77412 Colorado Denver +0.261476 cspg_html_4550597410 cspg_html_4550597410:47:7580:7590 Table Head Reno, Nevada +0.25956 palaios_html_5668676736 palaios_html_5668676736:16:878:883 Queen Ontario, California +0.287271 aapg_ac_333.html aapg_ac_333.html:1059:127642:127648 Kaibab New Mexico +0.489599 aapg_ai_773.html aapg_ai_773.html:98:14185:14208 Detroit River Bloomington, Indiana +0.25443 aapg_ad_205.html aapg_ad_205.html:399:46089:46097 Caballos Arkansas +0.474832 gsa_html_3872060924 gsa_html_3872060924:438:37265:37271 Merced New Mexico +0.511784 aapg_ai_49.html aapg_ai_49.html:161:18318:18329 White River Sangre de Cristo Range +0.242793 cspg_html_9729377176 cspg_html_9729377176:995:109216:109223 Halfway Victoria, British Columbia +0.262584 aapg_ac_213.html aapg_ac_213.html:412:35349:35371 Water Canyon Boise, Idaho +0.242424 palaios_html_7465495929 palaios_html_7465495929:142:15014:15025 Bloomington Venezuela +0.263592 aapg_af_786.html aapg_af_786.html:590:35522:35545 Arroyo California +0.46075 aapg_ah_427.html aapg_ah_427.html:215:29280:29288 Woodford Mississippi River +0.83317 aapg_aa_23.html aapg_aa_23.html:532:64328:64337 Red River Red River of the North +0.254338 gsa_html_8398449001 gsa_html_8398449001:754:64248:64258 Bear River Bear Lake, Michigan +0.483616 jgeology_html_1841003966 jgeology_html_1841003966:849:43168:43176 Virginia Denver +0.246909 aapg_ah_555.html aapg_ah_555.html:205:18713:18723 Georgetown Austin, Chicago +0.504912 cspg_html_5891044027 cspg_html_5891044027:304:58615:58632 Creston Purcell Mountains +0.50718 aapg_ae_803.html aapg_ae_803.html:309:38701:38718 Todos Santos Santa Rosa, California +0.51251 cspg_html_5541937700 cspg_html_5541937700:1095:120949:120966 Cardium Lacombe, Alberta +0.279306 cspg_html_2882882278 cspg_html_2882882278:31:5509:5524 Banff Meramec River +0.480102 palaios_html_4932824604 palaios_html_4932824604:175:18627:18633 Casper Cheyenne, Wyoming +0.349932 aapg_ah_659.html aapg_ah_659.html:21:3258:3273 Uinta Uinta Mountains +0.478296 gsa_html_6294136705 gsa_html_6294136705:64:4442:4470 Green River Colorado +0.245391 aapg_ah_407.html aapg_ah_407.html:265:25829:25835 Tulare San Joaquin River +0.266192 aapg_aa_808.html aapg_aa_808.html:237:26505:26513 Columbia Victoria, British Columbia +0.433302 gsa_html_1636483297 gsa_html_1636483297:850:75028:75049 Green River Cheyenne, Wyoming +0.257424 cspg_html_4319383223 cspg_html_4319383223:655:68316:68342 Halfway Lacombe, Alberta +0.254829 cspg_html_6839937815 cspg_html_6839937815:119:16394:16411 Thaynes Montello, Nevada +0.272505 aapg_aa_645.html aapg_aa_645.html:115:15986:16004 Kootenai Colorado +0.47232 aapg_ai_787.html aapg_ai_787.html:437:45416:45421 Weeks Duval County, Texas +0.479359 gsa_html_2321464653 gsa_html_2321464653:666:66050:66062 Beaver Creek Logan, Utah +0.459836 aapg_aa_44.html aapg_aa_44.html:142:17055:17063 Colorado Chinle Formation +0.493218 geology_html_1904038295 geology_html_1904038295:220:19632:19645 Potomac England +0.265216 aapg_ae_367.html aapg_ae_367.html:113:12215:12222 Lagarto Oakville, California +0.506493 aapg_aa_696.html aapg_aa_696.html:707:76706:76712 Denver Colorado +0.483383 gsa_html_6740985985 gsa_html_6740985985:624:53370:53398 Green River Iran +0.252396 palaios_html_3105248303 palaios_html_3105248303:521:52347:52365 Fairview Ohio +0.493296 geology_html_2908722683 geology_html_2908722683:258:22218:22243 Navajo Logan, Utah +0.257514 aapg_ac_71.html aapg_ac_71.html:295:34410:34426 Dunlap Tonopah, Arizona +0.241808 aapg_ae_59.html aapg_ae_59.html:429:39622:39630 Colorado Colorado +0.249428 aapg_aa_702.html aapg_aa_702.html:45:29534:29547 Madison Williston, Vermont +0.26156 cspg_html_3521815736 cspg_html_3521815736:327:45856:45878 Charlie Lake Western world +0.267285 cspg_html_9290046117 cspg_html_9290046117:767:93253:93271 Whitemud Lacombe, Alberta +0.265209 aapg_ai_326.html aapg_ai_326.html:245:30389:30406 Shriver Maryland +0.2392 gsa_html_8951179545 gsa_html_8951179545:432:52811:52823 Wilcox Sevier orogeny +0.263105 AMJC_html_5471526645 AMJC_html_5471526645:14:775:783 Virginia Reston, Virginia +0.48735 jgeology_html_4113948097 jgeology_html_4113948097:353:21847:21855 Wendover Reno, Nevada +0.266247 aapg_ac_239.html aapg_ac_239.html:15:2342:2357 Word Delaware +0.266231 aapg_ad_719.html aapg_ad_719.html:196:23072:23082 Whitehorse Texas +0.512213 aapg_ad_379.html aapg_ad_379.html:256:21691:21698 Paradox Hermosa, Chicago +0.254448 palaios_html_5067987549 palaios_html_5067987549:800:61209:61218 Sheffield Sheffield station +0.479622 sedimentology_html_9084768931 sedimentology_html_9084768931:726:33342:33348 Brazil Dominican Republic +0.265161 aapg_ai_82.html aapg_ai_82.html:134:16148:16168 Greenbrier Huntington, West Virginia +0.509124 gsa_html_7213982022 gsa_html_7213982022:78:6538:6566 Green River Colorado +0.336034 aapg_aa_23.html aapg_aa_23.html:169:17426:17439 Winnipeg Winnipeg +0.493084 gsa_html_4438819447 gsa_html_4438819447:639:63821:63840 Mattagami Moose River (Ontario) +0.27248 AMJC_html_7085584544 AMJC_html_7085584544:107:15242:15261 Willwood Fort Union Trading Post National Historic Site +0.483171 aapg_ai_898.html aapg_ai_898.html:51:6112:6130 Colorado Lakewood, California +0.260592 gsa_html_8840132442 gsa_html_8840132442:235:29366:29384 Belly River Milk River, Alberta +0.266192 aapg_ah_80.html aapg_ah_80.html:77:9211:9233 Arkose Ridge Matanuska-Susitna Valley +0.261085 aapg_ac_406.html aapg_ac_406.html:126:12223:12246 Cotton Valley Leon County, Florida +0.236676 aapg_ah_763.html aapg_ah_763.html:105:11749:11762 Reno Texas +0.490776 aapg_ac_251.html aapg_ac_251.html:75:10877:10897 Mansfield Illinois +0.491898 gsa_html_8829596586 gsa_html_8829596586:64:5631:5659 Green River New Mexico +0.267168 jgeology_html_8494933343 jgeology_html_8494933343:480:37881:37908 Imperial Colorado +0.364236 cspg_html_1004940981 cspg_html_1004940981:175:21487:21511 Eleanor River Ellesmere Island +0.663894 aapg_ad_812.html aapg_ad_812.html:53:6956:6963 Entrada Logan, Utah +0.27972 aapg_ah_96.html aapg_ah_96.html:58:7161:7186 Lower Red River Winnipeg +0.26563 cspg_html_1372398575 cspg_html_1372398575:24:3969:3987 Paskapoo Edmonton, London +0.487473 sedimentology_html_9079273526 sedimentology_html_9079273526:977:81240:81246 Denver Colorado +0.4765 sedimentology_html_4121001591 sedimentology_html_4121001591:612:40031:40035 Hall London, Ontario +0.254464 aapg_aa_426.html aapg_aa_426.html:221:49511:49520 Demopolis Selma to Montgomery marches +0.262584 sedimentology_html_9354643568 sedimentology_html_9354643568:1468:88962:88986 Wilcox Texas +0.9024 gsa_html_2561127673 gsa_html_2561127673:704:66930:66948 Monterey California +0.273513 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56429:56445 Supai Supai, Arizona +0.269357 cspg_html_2462522466 cspg_html_2462522466:460:56999:57029 Swift Lacombe, Alberta +0.255524 geology_html_6270845386 geology_html_6270845386:53:5868:5876 Scotland Earth +0.871366 cspg_html_6383234409 cspg_html_6383234409:593:62189:62209 Bird Fiord Bathurst Island (Northern Territory) +0.26367 gsa_html_4695276845 gsa_html_4695276845:133:16037:16058 Wood Canyon California +0.26208 aapg_ai_385.html aapg_ai_385.html:146:14185:14208 Seven Rivers Carlsbad, New Mexico +0.501375 aapg_af_575.html aapg_af_575.html:1023:149121:149141 Salt Plain Cedar Hill, Texas +0.517194 aapg_af_653.html aapg_af_653.html:2433:215148:215154 Cierbo Monterey, California +0.250937 cspg_html_8556552074 cspg_html_8556552074:17:1495:1511 Meadow Lake Regina, Saskatchewan +0.467064 cspg_html_1037979402 cspg_html_1037979402:314:33070:33101 Clinton Norfolk, Virginia +0.262095 aapg_aa_598.html aapg_aa_598.html:433:39726:39741 Jelm Cheyenne, Wyoming +0.269352 aapg_aa_289.html aapg_aa_289.html:471:49600:49616 Eureka Quartzite Great Basin +0.27144 cspg_html_6038396142 cspg_html_6038396142:9:844:852 Winnipeg Regina, Saskatchewan +0.246356 geology_html_6476658393 geology_html_6476658393:317:24865:24882 Potsdam Canada +0.266156 aapg_ai_153.html aapg_ai_153.html:586:79912:79933 Pottsville Arkansas +0.469802 geology_html_7747769822 geology_html_7747769822:273:22824:22834 Washington Salem, Oregon +0.267674 aapg_ah_647.html aapg_ah_647.html:751:83087:83103 Concha Kaibab, Arizona +0.281428 cspg_html_9354781888 cspg_html_9354781888:83:15569:15586 Spray Lacombe, Alberta +0.49449 aapg_ac_924.html aapg_ac_924.html:146:12878:12902 Mission Canyon Cheyenne, Wyoming +0.492184 aapg_aa_381.html aapg_aa_381.html:50:7034:7055 Santa Margarita Monterey, California +0.482732 aapg_ac_719.html aapg_ac_719.html:40:4097:4109 Pierre Trinidad and Tobago +0.261057 aapg_ac_805.html aapg_ac_805.html:381:48111:48117 Vernon Bourbon County, Kansas +0.260604 sedimentology_html_3241560531 sedimentology_html_3241560531:1487:77088:77108 San Andres New Mexico +0.25443 gsa_html_9353787239 gsa_html_9353787239:1211:101554:101561 Laramie Arizona +0.24837 aapg_ae_961.html aapg_ae_961.html:70:5698:5705 Grafton Glenfield, New Zealand +0.49767 aapg_ae_960.html aapg_ae_960.html:5:785:794 Lodgepole Woodhurst +0.47277 sedimentology_html_3551451315 sedimentology_html_3551451315:924:30077:30088 Montpellier Cameroon +0.23364 aapg_ah_973.html aapg_ah_973.html:23:3514:3531 Mount Laurel Matawan, New Jersey +0.265856 sedimentology_html_6214596908 sedimentology_html_6214596908:1646:120980:120984 Hall London, Ontario +0.480916 palaios_html_4936782265 palaios_html_4936782265:570:59828:59859 Kope Cincinnati +0.25688 cspg_html_7688587411 cspg_html_7688587411:180:17869:17916 Belle Fourche Lacombe, Alberta +0.237744 aapg_ah_489.html aapg_ah_489.html:220:18664:18671 Genesee Sherburne County, Minnesota +0.206608 aapg_ae_904.html aapg_ae_904.html:258:27100:27108 Deadwood Black Hills +0.480194 geology_html_3964689611 geology_html_3964689611:340:23132:23138 Oxford Pergamon Museum +0.246206 cspg_html_4348111624 cspg_html_4348111624:270:38667:38678 Meadow Lake Regina, Saskatchewan +0.258462 sedimentology_html_4109585061 sedimentology_html_4109585061:62:6658:6681 Weber Logan, Utah +0.25959 gsa_html_6281658899 gsa_html_6281658899:580:67837:67858 Green River Cheyenne, Wyoming +0.461312 aapg_ac_719.html aapg_ac_719.html:113:11812:11835 Poison Canyon New Mexico +0.48888 aapg_ae_822.html aapg_ae_822.html:310:29076:29117 Onondaga Waynesburg, Pennsylvania +0.235412 aapg_ad_743.html aapg_ad_743.html:437:47960:47970 Rio Grande Texas +0.25284 aapg_af_854.html aapg_af_854.html:1121:158510:158531 Tar Springs Cloverport, Kentucky +0.496961 aapg_ai_28.html aapg_ai_28.html:774:73294:73300 Lissie Beaumont, Texas +0.494284 aapg_ac_4.html aapg_ac_4.html:132:12686:12703 Kuparuk Prudhoe Bay Oil Field +0.26988 aapg_ae_803.html aapg_ae_803.html:768:96559:96574 Coban Santa Rosa, California +0.301824 aapg_ah_48.html aapg_ah_48.html:89:11856:11862 Lakota Fall River, Nova Scotia +0.253967 sedimentology_html_2161298540 sedimentology_html_2161298540:1245:102493:102497 Hall London, Ontario +0.25652 cspg_html_7963093032 cspg_html_7963093032:391:39261:39271 Mill Creek Bow Island Airport +0.493056 geology_html_1095613658 geology_html_1095613658:15:820:825 Salem India +0.22842 geology_html_3955381777 geology_html_3955381777:149:13445:13463 Tindir Anchorage, Alaska +0.267804 cspg_html_7271054047 cspg_html_7271054047:17:1852:1870 Wabamun Lacombe, Alberta +0.5035 cspg_html_5954266359 cspg_html_5954266359:346:45658:45666 Montreal Quebec City +0.49824 cspg_html_4943597281 cspg_html_4943597281:5:193:216 Viking Lacombe, Alberta +0.376248 cspg_html_3041902517 cspg_html_3041902517:88:14423:14442 Degerbols Ellesmere Island +0.496961 aapg_ad_580.html aapg_ad_580.html:409:49648:49668 Fort Union Cheyenne, Wyoming +0.500122 aapg_ae_908.html aapg_ae_908.html:63:6617:6624 Rustler Salado, Texas +0.284934 aapg_ah_198.html aapg_ah_198.html:531:68047:68065 Monterey California +0.458864 cspg_html_8298261690 cspg_html_8298261690:661:66681:66703 Tidal Calgary +0.468312 aapg_ac_867.html aapg_ac_867.html:370:52578:52595 Hermosa Logan, Utah +0.478235 aapg_ae_610.html aapg_ae_610.html:353:27864:27872 Colorado Denver +0.483759 geology_html_7856749045 geology_html_7856749045:13:531:541 Washington Washington (state) +0.270111 aapg_ae_296.html aapg_ae_296.html:338:32032:32045 Brushy Canyon Ector, Texas +0.266392 aapg_ad_399.html aapg_ad_399.html:143:12260:12265 Atoka Cleveland +0.286216 cspg_html_9222238695 cspg_html_9222238695:274:36651:36667 Fernie Lacombe, Alberta +0.48603 geology_html_6859574629 geology_html_6859574629:43:5408:5416 Scotland Faroe Islands +0.270788 aapg_aa_752.html aapg_aa_752.html:300:37009:37027 Grayburg New Mexico +0.261602 aapg_ai_688.html aapg_ai_688.html:54:7969:7987 Bloomsburg Maryland +0.262474 aapg_aa_357.html aapg_aa_357.html:18:1668:1684 Navajo Carmel, Indiana +0.26418 gsa_html_8821895687 gsa_html_8821895687:590:50135:50138 Uva North Carolina +0.249488 aapg_ad_236.html aapg_ad_236.html:614:62013:62017 Wendover Mexico +0.258482 aapg_ae_998.html aapg_ae_998.html:100:12406:12419 Evanston Absaroka +0.27196 aapg_af_575.html aapg_af_575.html:747:104340:104357 Savanna Wewoka, Oklahoma +0.482304 aapg_ad_692.html aapg_ad_692.html:104:12902:12911 Uniontown Bloomington, Indiana +0.285056 aapg_ah_435.html aapg_ah_435.html:523:61553:61571 Tamasopo Buda, Texas +0.252396 aapg_af_167.html aapg_af_167.html:159:19127:19141 Graneros Niobrara, Nebraska +0.482664 aapg_ae_90.html aapg_ae_90.html:35:3760:3780 Milk River Cheyenne, Wyoming +0.49455 cspg_html_3521815736 cspg_html_3521815736:404:57880:57887 Halfway Grayling, Michigan +0.41391 cspg_html_3772380029 cspg_html_3772380029:1136:137539:137551 Attawapiskat Ontario, California +0.24327 aapg_ac_191.html aapg_ac_191.html:306:45471:45478 Tamabra Matamoros, Tamaulipas +0.48822 AMJC_html_5969956211 AMJC_html_5969956211:269:39859:39864 Moyie Whitefish (fisheries term) +0.50244 cspg_html_9185158332 cspg_html_9185158332:31:6481:6489 Columbia Victoria, British Columbia +0.2145 geology_html_8401842534 geology_html_8401842534:13:710:719 Englewood Colorado +0.472758 aapg_ac_527.html aapg_ac_527.html:228:26320:26332 Saskatchewan Lacombe, Alberta +0.26214 aapg_ad_364.html aapg_ad_364.html:3:183:201 Whitemud Canada +0.242514 aapg_af_808.html aapg_af_808.html:343:46215:46223 Scotland Barbados +0.247835 aapg_ah_385.html aapg_ah_385.html:347:42524:42540 Forbes Central Valley (California) +0.510562 aapg_ae_694.html aapg_ae_694.html:219:25338:25346 Woodbine East Texas +0.264708 gsa_html_1562614865 gsa_html_1562614865:11:487:494 El Paso El Paso, Texas +0.489827 cspg_html_6116883777 cspg_html_6116883777:918:124911:124933 Barlow Inlet Little Cornwallis Island +0.247005 cspg_html_6108854431 cspg_html_6108854431:52:7632:7654 Hillsborough New Brunswick, New Jersey +0.470442 geology_html_6476160232 geology_html_6476160232:208:22088:22091 Rye Rotterdam +0.482816 aapg_ad_401.html aapg_ad_401.html:137:10303:10323 Fort Union Burke County, Georgia +0.258482 aapg_ad_168.html aapg_ad_168.html:315:34634:34654 La Vieille Logan, Utah +0.522428 cspg_html_1173833070 cspg_html_1173833070:111:12876:12884 Paskapoo Lacombe, Alberta +0.257983 palaios_html_2847312584 palaios_html_2847312584:276:36328:36342 Kope Waynesville, North Carolina +0.484242 gsa_html_4719798013 gsa_html_4719798013:341:34250:34285 Blackwater Draw Pecos River +0.471308 gsa_html_5081991493 gsa_html_5081991493:1157:90257:90262 Rapid Altiplano +0.494802 cspg_html_9825544190 cspg_html_9825544190:88:10027:10044 Williston Lacombe, Alberta +0.255021 jgeology_html_5435533156 jgeology_html_5435533156:453:31216:31238 Schenectady Frankfort, Illinois +0.92061 aapg_aa_233.html aapg_aa_233.html:175:17858:17864 Otates Matamoros, Tamaulipas +0.484344 gsa_html_8413945677 gsa_html_8413945677:29:2796:2824 Green River Colorado +0.270657 aapg_aa_998.html aapg_aa_998.html:464:41431:41440 Red River Texas +0.170819 aapg_ac_246.html aapg_ac_246.html:996:93707:93718 Skull Creek Black Hills +0.265668 aapg_ac_930.html aapg_ac_930.html:84:11700:11706 Denver Colorado +0.497488 aapg_ad_466.html aapg_ad_466.html:1402:149254:149262 Monmouth Monmouth +0.235056 gsa_html_6433065427 gsa_html_6433065427:9:302:335 Colorado Colorado +0.480768 aapg_ae_713.html aapg_ae_713.html:174:17667:17672 Husky Karachi +0.467433 aapg_af_701.html aapg_af_701.html:123:13605:13615 Washington Venango, Pennsylvania +0.69569 gsa_html_8335323050 gsa_html_8335323050:606:55301:55310 Caledonia Fredericton (electoral district) +0.263153 aapg_ah_559.html aapg_ah_559.html:40:4172:4189 Wingate Peru, Indiana +0.829905 aapg_ac_881.html aapg_ac_881.html:85:9347:9369 Dakota Black Hills +0.255595 aapg_ad_758.html aapg_ad_758.html:102:13822:13826 Muav Grand Canyon +0.491925 cspg_html_4326384800 cspg_html_4326384800:977:142677:142686 Waterways Victoria, British Columbia +0.7854 aapg_ad_565.html aapg_ad_565.html:28:4498:4511 Barnett Montgomery (town), New York +0.259588 aapg_ad_652.html aapg_ad_652.html:375:45861:45867 Oregon Salem, Oregon +0.259077 cspg_html_9872589627 cspg_html_9872589627:196:24250:24280 Doig Lacombe, Alberta +0.485077 aapg_ae_454.html aapg_ae_454.html:236:19415:19423 Columbia Chicot County, Arkansas +0.24947 gsa_html_5625878232 gsa_html_5625878232:284:39683:39702 Gabriola Hornby Island +0.466115 aapg_ah_157.html aapg_ah_157.html:211:29744:29750 Galena Illinois +0.274575 cspg_html_5308103526 cspg_html_5308103526:402:38934:38955 Slave Point Lacombe, Alberta +0.257049 aapg_ac_781.html aapg_ac_781.html:38:5093:5097 Wise Cleburne, Texas +0.510059 gsa_html_3942314627 gsa_html_3942314627:61:4314:4342 Green River Colorado +0.260568 sedimentology_html_1046729113 sedimentology_html_1046729113:265:26899:26916 Wapiabi Lacombe, Alberta +0.471165 aapg_aa_702.html aapg_aa_702.html:489:93722:93734 Saskatchewan Cleveland +0.253952 jgeology_html_8355852976 jgeology_html_8355852976:177:11819:11825 Pueblo Colorado +0.459816 aapg_ae_59.html aapg_ae_59.html:55:6829:6837 Colorado Cheyenne, Wyoming +0.256542 aapg_ae_876.html aapg_ae_876.html:703:74887:74901 Graneros Colorado +0.500434 cspg_html_4286634979 cspg_html_4286634979:336:38146:38168 Swift Williston Basin +0.49305 gsa_html_2168907540 gsa_html_2168907540:987:93213:93223 Washington Cle Elum, Washington +0.249444 gsa_html_2973272646 gsa_html_2973272646:150:18089:18099 Cove Creek Mount Sterling, Illinois +0.265161 sedimentology_html_3006596207 sedimentology_html_3006596207:16:1099:1109 Long Point Lake Erie +0.246945 gsa_html_9888767960 gsa_html_9888767960:590:61615:61621 Moscow Russia +0.3723 cspg_html_7434089303 cspg_html_7434089303:216:26999:27013 Thumb Mountain Ellesmere Island +0.243033 sedimentology_html_3941612453 sedimentology_html_3941612453:1002:80348:80366 Quinault Washington (state) +0.243955 sedimentology_html_2208426700 sedimentology_html_2208426700:1322:70825:70840 Elk Regina, Saskatchewan +0.369152 aapg_ah_633.html aapg_ah_633.html:192:28027:28044 Anahuac Melbourne, Florida +0.51786 aapg_ah_962.html aapg_ah_962.html:150:16447:16452 Utica Black River, Jamaica +0.52599 aapg_aa_415.html aapg_aa_415.html:248:34084:34094 Brownstown Arkansas +0.477951 gsa_html_9233283294 gsa_html_9233283294:790:78519:78524 Yukon Stewart River +0.503744 cspg_html_2356845260 cspg_html_2356845260:114:14863:14895 Tantalus Western world +0.252126 aapg_aa_146.html aapg_aa_146.html:747:44698:44717 Fox Hills Newcastle, New South Wales +0.487531 cspg_html_7777724998 cspg_html_7777724998:901:82272:82306 Kootenay Lacombe, Alberta +0.250572 aapg_ac_93.html aapg_ac_93.html:312:31328:31342 Stony Mountain Nassau, Bahamas +0.49113 gsa_html_5664265459 gsa_html_5664265459:57:7040:7044 Vale Salem, Oregon +0.484446 cspg_html_1644457308 cspg_html_1644457308:14:1712:1731 Grayling Pine River (Michigan) +0.26979 aapg_ah_276.html aapg_ah_276.html:198:19139:19157 Monterey Rancho Santa Margarita, California +0.286104 aapg_ah_27.html aapg_ah_27.html:362:56151:56173 Barnett Fort Worth, Texas +0.2485 palaios_html_7805951959 palaios_html_7805951959:265:25371:25395 Cantwell Denali National Park and Preserve +0.248677 aapg_ae_176.html aapg_ae_176.html:210:25627:25639 Grand Rapids Clearwater, Florida +0.452466 aapg_ai_1.html aapg_ai_1.html:412:38022:38037 Rico Hermosa, Chicago +0.2455 aapg_aa_960.html aapg_aa_960.html:465:36157:36172 Stump Boise, Idaho +0.374624 aapg_ah_871.html aapg_ah_871.html:470:51284:51291 Pamelia Montreal +0.250318 aapg_ah_647.html aapg_ah_647.html:811:87758:87772 Earp Supai, Arizona +0.394752 aapg_ai_587.html aapg_ai_587.html:40:4991:5009 Sycamore Ardmore, Pennsylvania +0.261021 cspg_html_3926542795 cspg_html_3926542795:1153:122121:122129 Columbia Victoria, British Columbia +0.260104 geology_html_4190153627 geology_html_4190153627:14:716:725 Rochester Rochester, Kent +0.71371 geology_html_5916360588 geology_html_5916360588:191:19754:19770 Animas New Mexico +0.4785 gsa_html_1904554207 gsa_html_1904554207:1066:108409:108437 Green River Colorado +0.831383 aapg_af_886.html aapg_af_886.html:161:6789:6793 Frio Texas +0.366408 aapg_ai_344.html aapg_ai_344.html:90:8853:8875 Sevy Dolomite Logan, Utah +0.4735 aapg_ah_547.html aapg_ah_547.html:105:12970:12988 Cantuar Canada +0.507949 sedimentology_html_6952142412 sedimentology_html_6952142412:1610:105792:105811 Cloverly Cheyenne, Wyoming +0.484008 aapg_ad_683.html aapg_ad_683.html:226:25664:25680 Kaibab Supai, Arizona +0.2525 cspg_html_9942234474 cspg_html_9942234474:6:379:412 Grosmont Lacombe, Alberta +0.255528 gsa_html_1024107776 gsa_html_1024107776:909:90655:90666 Mauch Chunk Pottsville, Pennsylvania +0.833966 aapg_ah_644.html aapg_ah_644.html:120:13907:13926 Spearfish Black Hills +0.260925 aapg_ah_763.html aapg_ah_763.html:471:35556:35572 San Andres New Mexico +0.495704 cspg_html_9214997177 cspg_html_9214997177:24:2954:2974 Dawson Bay Regina, Saskatchewan +0.259434 aapg_ai_523.html aapg_ai_523.html:34:4135:4142 Entrada Chinle Formation +0.468868 aapg_aa_358.html aapg_aa_358.html:7:1174:1180 Denver Colorado +0.22842 AMJC_html_4504848787 AMJC_html_4504848787:61:8597:8619 Mechum River Virginia +0.261476 aapg_ac_930.html aapg_ac_930.html:149:22464:22474 Washington Washington (state) +0.25431 gsa_html_5773604426 gsa_html_5773604426:487:42157:42169 Wilcox Middle East +0.232804 gsa_html_7464626519 gsa_html_7464626519:1118:99293:99310 Uncompahgre Colorado +0.26163 aapg_ae_143.html aapg_ae_143.html:131:15093:15100 Gilwood Bantry Bay +0.487531 AMJC_html_8128063878 AMJC_html_8128063878:641:81099:81107 Columbia Victoria, British Columbia +0.48603 cspg_html_8917306391 cspg_html_8917306391:38:5718:5726 Columbia Victoria, British Columbia +0.25853 AMJC_html_1873062106 AMJC_html_1873062106:253:35924:35938 Cedar Mountain Colorado +0.650484 aapg_ae_305.html aapg_ae_305.html:85:11909:11915 Perija Lake Maracaibo +0.266716 aapg_aa_399.html aapg_aa_399.html:399:32311:32319 Paskapoo Edmonton, London +0.465842 cspg_html_5141367518 cspg_html_5141367518:151:22995:23012 Wapiabi Lacombe, Alberta +0.485305 cspg_html_8891363498 cspg_html_8891363498:290:26978:26999 Blackstone Anchorage, Alaska +0.489219 aapg_ae_153.html aapg_ae_153.html:869:110236:110246 Wolf Creek Elkhorn, Manitoba +0.522606 cspg_html_3068776384 cspg_html_3068776384:481:56182:56199 Cardium Lacombe, Alberta +0.26832 cspg_html_1662483356 cspg_html_1662483356:478:48335:48343 Columbia Victoria, British Columbia +0.5049 aapg_af_751.html aapg_af_751.html:99:14283:14293 Nacimiento San Gabriel Valley +0.263592 aapg_ae_794.html aapg_ae_794.html:686:78686:78702 Ripley Mississippi River +0.411768 cspg_html_2625728726 cspg_html_2625728726:26:4471:4490 Keg River Earth +0.4966 cspg_html_8083337877 cspg_html_8083337877:188:19617:19634 Cardium Lacombe, Alberta +0.483674 gsa_html_6413722646 gsa_html_6413722646:1008:79978:80006 Green River Colorado +0.265221 cspg_html_1450375831 cspg_html_1450375831:20:2667:2687 Cathedral Lacombe, Alberta +0.269217 gsa_html_5894524520 gsa_html_5894524520:360:50854:50864 Washington Seattle +0.252374 cspg_html_3665101783 cspg_html_3665101783:169:17619:17626 Windsor Ontario, California +0.483406 palaios_html_4314553126 palaios_html_4314553126:465:40179:40187 Colorado Rocky Mountains +0.2827 aapg_ac_536.html aapg_ac_536.html:672:68437:68461 Mission Canyon Regina, Saskatchewan +0.27192 cspg_html_6306091047 cspg_html_6306091047:162:23957:23976 Pardonet Victoria, British Columbia +0.261105 palaios_html_3561205174 palaios_html_3561205174:76:7822:7829 Potsdam Thousand Islands (Indonesia) +0.2445 aapg_ae_576.html aapg_ae_576.html:193:17420:17443 Offley Island Greenland +0.266156 jgeology_html_4937261141 jgeology_html_4937261141:89:3428:3438 Washington Washington (state) +0.239875 aapg_af_736.html aapg_af_736.html:204:22008:22029 Green River Cheyenne, Wyoming +0.253872 cspg_html_9768299963 cspg_html_9768299963:242:28019:28035 Battle Lacombe, Alberta +0.499797 gsa_html_4667678389 gsa_html_4667678389:524:47032:47046 Monk Cordillera Administrative Region +0.478353 jgeology_html_9867650961 jgeology_html_9867650961:336:24389:24411 Prince Creek Anchorage, Alaska +0.500598 aapg_ad_760.html aapg_ad_760.html:44:6119:6126 Topanga Royal Botanic Gardens, Kew +0.475048 geology_html_4393438384 geology_html_4393438384:87:10610:10625 Lynchburg Martinsville, Indiana +0.255936 jgeology_html_5194715269 jgeology_html_5194715269:98:3603:3611 Colorado Denver +0.47571 cspg_html_7271054047 cspg_html_7271054047:14:1513:1533 Big Valley Lacombe, Alberta +0.484524 aapg_af_908.html aapg_af_908.html:29:3422:3443 Holdenville Nowata, Oklahoma +0.468062 aapg_ad_880.html aapg_ad_880.html:217:22629:22637 Sundance Spearfish, South Dakota +0.47071 AMJC_html_4299960498 AMJC_html_4299960498:592:77347:77374 Columbia Washington (state) +0.204258 aapg_ae_419.html aapg_ae_419.html:548:62420:62432 Metapan Tegucigalpa +0.490428 cspg_html_3124360347 cspg_html_3124360347:57:11146:11167 Fort Cassin Bennington, Vermont +0.245478 aapg_ae_633.html aapg_ae_633.html:94:8247:8255 Onondaga Ohio +0.237948 aapg_ai_296.html aapg_ai_296.html:375:36701:36712 Black River Chattanooga, Tennessee +0.262626 gsa_html_2139035730 gsa_html_2139035730:311:21734:21746 Medicine Hat Saskatchewan River +0.261117 cspg_html_9228109535 cspg_html_9228109535:10:1282:1289 Maligne Rocky Mountains +0.263572 aapg_af_68.html aapg_af_68.html:164:18398:18408 Washington Tulsa, Oklahoma +0.487436 aapg_ah_973.html aapg_ah_973.html:176:14748:14764 Ripley Knoxville, Tennessee +0.258332 cspg_html_2749851978 cspg_html_2749851978:35:7428:7445 Cardium Lacombe, Alberta +0.478742 aapg_ac_191.html aapg_ac_191.html:40:8311:8328 El Abra Matamoros, Tamaulipas +0.487705 aapg_ad_564.html aapg_ad_564.html:5072:408103:408109 Navajo Kayenta, Arizona +0.27144 aapg_ac_245.html aapg_ac_245.html:318:42326:42341 Oread Shawnee, Oklahoma +0.246302 cspg_html_9872589627 cspg_html_9872589627:132:20008:20025 Halfway Victoria, British Columbia +0.473616 aapg_ad_785.html aapg_ad_785.html:289:29243:29251 Fountain Colorado Springs, Colorado +0.26877 palaios_html_3022467877 palaios_html_3022467877:115:13440:13461 Hornerstown Navesink River +0.507934 gsa_html_6330913937 gsa_html_6330913937:906:82223:82232 San Diego Anza-Borrego Desert State Park +0.25551 sedimentology_html_8652763963 sedimentology_html_8652763963:998:44755:44764 Gibraltar Atlantic Ocean +0.49764 aapg_ai_170.html aapg_ai_170.html:122:13828:13836 Frontier Cheyenne, Wyoming +0.267764 gsa_html_2794002141 gsa_html_2794002141:597:35528:35534 Sierra Cordillera Oriental (Colombia) +0.26565 aapg_ac_190.html aapg_ac_190.html:90:16799:16820 Skaneateles Skaneateles (village), New York +0.248985 palaios_html_6441274261 palaios_html_6441274261:689:47709:47736 Purisima California +0.508725 aapg_ai_477.html aapg_ai_477.html:3:324:342 Dunvegan Canada +0.524365 gsa_html_3679385115 gsa_html_3679385115:66:5508:5536 Green River Colorado +0.259588 geology_html_6663105863 geology_html_6663105863:49:4931:4937 Sierra California +0.267289 cspg_html_1611261412 cspg_html_1611261412:487:63580:63588 Columbia Victoria, British Columbia +0.2455 sedimentology_html_5801163920 sedimentology_html_5801163920:1243:95751:95775 Cherry Canyon Texas +0.24347 gsa_html_1817109082 gsa_html_1817109082:495:43197:43202 Eagle Santiago +0.454064 cspg_html_5541937700 cspg_html_5541937700:170:24632:24649 Bluesky Lacombe, Alberta +0.678063 aapg_ae_190.html aapg_ae_190.html:100:9843:9863 Keokuk Missouri River +0.250428 cspg_html_4845813500 cspg_html_4845813500:330:33971:33998 Albert New Brunswick, New Jersey +0.498388 cspg_html_4550597410 cspg_html_4550597410:502:64689:64699 Table Head Canada +0.496513 gsa_html_3818307499 gsa_html_3818307499:657:62935:62963 Green River Iran +0.259578 AMJC_html_6539706032 AMJC_html_6539706032:292:28181:28206 Narragansett Pier Granite Plainfield, Illinois +0.242928 aapg_ad_110.html aapg_ad_110.html:671:72276:72284 Tensleep Darwin, Northern Territory +0.26884 cspg_html_1159165904 cspg_html_1159165904:21:2966:2984 Gateway Crowsnest Pass, Alberta +0.47368 aapg_ac_789.html aapg_ac_789.html:172:34446:34454 Colorado Denver +0.463504 aapg_af_139.html aapg_af_139.html:90:11751:11764 John Day North Fork John Day River +0.492768 aapg_ai_962.html aapg_ai_962.html:164:11230:11234 Word National Museum of the United States Air Force +0.26728 cspg_html_6038396142 cspg_html_6038396142:13:1475:1507 Winnipeg Winnipeg +0.964243 aapg_aa_44.html aapg_aa_44.html:9:1199:1217 Moenkopi Logan, Utah +0.26624 aapg_af_14.html aapg_af_14.html:467:41334:41349 Lance Fort Union Trading Post National Historic Site +0.522 gsa_html_9417870342 gsa_html_9417870342:1079:78295:78304 San Diego California +0.27438 aapg_ah_199.html aapg_ah_199.html:202:24213:24218 Atoka Atoka, Oklahoma +0.246206 aapg_ae_658.html aapg_ae_658.html:64:7509:7517 Colorado Salt Lake City +0.478676 aapg_ad_154.html aapg_ad_154.html:241:31292:31308 Reedsville Southampton Township, Bedford County, Pennsylvania +0.51992 aapg_ac_380.html aapg_ac_380.html:247:32103:32115 Salina Lockport (city), New York +0.491724 cspg_html_4293350162 cspg_html_4293350162:958:97485:97490 Banff Calgary +0.25194 aapg_ae_147.html aapg_ae_147.html:368:39678:39684 Modelo South Mountains (Arizona) +0.483395 cspg_html_7912545589 cspg_html_7912545589:126:17279:17297 Cold Lake Clearwater, Florida +0.51844 aapg_ae_168.html aapg_ae_168.html:428:46484:46505 Bird Spring Reno, Nevada +0.248425 cspg_html_5973552270 cspg_html_5973552270:80:11563:11591 Waterways Swan Hill, Victoria +0.274572 aapg_ad_258.html aapg_ad_258.html:340:38982:38994 Pocono Gilmer County, Georgia +0.487602 gsa_html_5773604426 gsa_html_5773604426:918:74613:74632 Smackover Arkansas +0.26572 cspg_html_2901354144 cspg_html_2901354144:110:11138:11148 Kananaskis Regina, Saskatchewan +0.421644 aapg_ac_330.html aapg_ac_330.html:43:4615:4621 Sonyea Ithaca, New York +0.479115 gsa_html_7173708345 gsa_html_7173708345:908:73881:73908 Forest Anchorage, Alaska +0.251346 geology_html_2755017276 geology_html_2755017276:201:25709:25720 Lea Park Canada +0.26624 aapg_aa_357.html aapg_aa_357.html:270:24808:24815 Hermosa Hermosa, Chicago +0.264704 aapg_ad_760.html aapg_ad_760.html:41:5593:5609 Modelo Royal Botanic Gardens, Kew +0.46648 aapg_ac_689.html aapg_ac_689.html:149:16211:16219 Colorado Nebraska +0.848292 aapg_ai_997.html aapg_ai_997.html:790:68450:68456 Guinda Putah Creek +0.256542 cspg_html_9508543859 cspg_html_9508543859:345:33838:33843 Aston Logan, Utah +0.276148 aapg_ac_246.html aapg_ac_246.html:182:18237:18243 Dakota Fall River, Nova Scotia +0.482304 gsa_html_5051054217 gsa_html_5051054217:631:68899:68905 Arroyo New Mexico +0.267285 aapg_aa_314.html aapg_aa_314.html:362:45689:45701 Rhode Island Block Island +0.26355 cspg_html_9912281240 cspg_html_9912281240:35:5629:5647 Lea Park Campania +0.497721 sedimentology_html_3220122506 sedimentology_html_3220122506:1428:104952:104970 Yakataga Anchorage, Alaska +0.492143 gsa_html_2385470534 gsa_html_2385470534:882:67587:67615 Green River Iran +0.478406 gsa_html_8050796926 gsa_html_8050796926:1061:72801:72813 Dixie Valley Reno, Nevada +0.524 gsa_html_5756232019 gsa_html_5756232019:1095:95502:95530 Green River Colorado +0.488898 aapg_ac_983.html aapg_ac_983.html:338:54174:54184 Cherryvale Nebraska +0.479359 gsa_html_7464626519 gsa_html_7464626519:713:75003:75030 Baraboo Quartzite Wisconsin +0.255488 gsa_html_8241293202 gsa_html_8241293202:176:18909:18919 Chelmsford Concord, California +0.25296 aapg_ae_182.html aapg_ae_182.html:272:30570:30581 Arkadelphia Bellevue, Nebraska +0.251392 jgeology_html_4115179562 jgeology_html_4115179562:770:54902:54919 Chemung Virginia +0.472054 geology_html_7716525239 geology_html_7716525239:12:590:596 Oregon Salem, Oregon +0.466358 aapg_af_374.html aapg_af_374.html:54:6524:6540 Navajo Logan, Utah +0.560032 AMJC_html_3664856625 AMJC_html_3664856625:647:66501:66511 Fort Union Powder River Basin +0.492531 aapg_ae_73.html aapg_ae_73.html:529:71315:71320 Raton Trinidad and Tobago +0.246993 gsa_html_5928791685 gsa_html_5928791685:846:69296:69308 Rhode Island Newport, Rhode Island +0.48132 aapg_ae_797.html aapg_ae_797.html:188:21650:21655 Aneth Arizona +0.268786 aapg_aa_913.html aapg_aa_913.html:308:26503:26510 Anahuac County Sligo +0.458348 geology_html_7820977853 geology_html_7820977853:231:22063:22071 Colorado Victoria, British Columbia +0.370986 cspg_html_6984906794 cspg_html_6984906794:560:43032:43055 Goodrich Pine River (Michigan) +0.249999 cspg_html_3447886929 cspg_html_3447886929:124:14674:14695 Black Cove Utica, New York +0.242028 aapg_af_886.html aapg_af_886.html:62:3117:3127 Rio Grande Texas +0.268308 sedimentology_html_8034519699 sedimentology_html_8034519699:905:56720:56724 Hall London, Ontario +0.28254 aapg_ah_529.html aapg_ah_529.html:45:6251:6267 Abrigo Arizona +0.239979 cspg_html_2796643803 cspg_html_2796643803:803:83135:83147 Saskatchewan Saskatoon +0.246856 cspg_html_4298557570 cspg_html_4298557570:80:13207:13229 Willow Creek Edmonton, London +0.24451 sedimentology_html_8510537334 sedimentology_html_8510537334:1483:119669:119686 Oneonta Catskill Mountains +0.26775 aapg_ai_357.html aapg_ai_357.html:83:10377:10385 Anacacho Austin, Chicago +0.26985 cspg_html_9872589627 cspg_html_9872589627:188:23448:23470 Charlie Lake Victoria, British Columbia +0.27169 aapg_ae_692.html aapg_ae_692.html:551:56187:56215 Prairie Williston, Vermont +0.483708 aapg_aa_95.html aapg_aa_95.html:172:16545:16553 Colorado Mesa, Arizona +0.494208 aapg_ah_176.html aapg_ah_176.html:840:62843:62853 Fort Union Townsend, Massachusetts +0.256905 aapg_ah_297.html aapg_ah_297.html:20:2645:2654 Cold Lake Lacombe, Alberta +0.264708 gsa_html_2477542063 gsa_html_2477542063:565:51447:51475 Green River Colorado +0.365192 gsa_html_7425483970 gsa_html_7425483970:808:59424:59434 Notch Peak Logan, Utah +0.885445 aapg_af_771.html aapg_af_771.html:41:5744:5763 Knoxville Great Valley, New York +0.266135 cspg_html_6608209149 cspg_html_6608209149:436:44213:44224 Peace River Fort McMurray +0.259518 aapg_ah_528.html aapg_ah_528.html:16:1789:1803 China Mountain Reno, Nevada +0.4998 gsa_html_3448554349 gsa_html_3448554349:1026:96437:96465 Green River Iran +0.479304 aapg_ad_152.html aapg_ad_152.html:1804:234394:234400 Kaibab Reno, Nevada +0.479115 cspg_html_4860363565 cspg_html_4860363565:21:2631:2651 Swan Hills Swan Hill, Victoria +0.241081 gsa_html_1217771406 gsa_html_1217771406:1069:99032:99048 Conejo Volcanics California +0.4653 aapg_aa_4.html aapg_aa_4.html:237:31692:31698 Provo Elmira, Ontario +0.46556 aapg_af_479.html aapg_af_479.html:49:6871:6889 Cabrillo San Diego +0.254015 sedimentology_html_8384737970 sedimentology_html_8384737970:674:51639:51643 Hall London, Ontario +0.48909 aapg_ad_379.html aapg_ad_379.html:373:31774:31783 Ingleside Colorado +0.261057 cspg_html_7795032467 cspg_html_7795032467:72:6290:6296 Viking Lacombe, Alberta +0.273896 palaios_html_8113714689 palaios_html_8113714689:411:42555:42559 Lane Michigan +0.242048 aapg_ai_235.html aapg_ai_235.html:76:8900:8919 Sunniland Hendry County, Florida +0.455718 cspg_html_3124360347 cspg_html_3124360347:224:36399:36404 Levis Quebec City +0.494025 cspg_html_4666332434 cspg_html_4666332434:106:18151:18177 Belly River Western world +0.471801 palaios_html_4248881045 palaios_html_4248881045:73:9292:9298 Toreva Niobrara, Nebraska +0.489402 aapg_ah_318.html aapg_ah_318.html:2839:232117:232134 Todos Santos Guatemala +0.36208 aapg_ad_351.html aapg_ad_351.html:897:82972:82988 Warsaw Missouri River +0.277665 aapg_af_47.html aapg_af_47.html:108:11120:11125 Hueco Texas +0.463571 palaios_html_8839154766 palaios_html_8839154766:50:7519:7531 Independence California +0.487863 gsa_html_8517233795 gsa_html_8517233795:75:7785:7803 Monterey California +0.50264 cspg_html_2496035864 cspg_html_2496035864:31:2991:3001 Clearwater Clearwater, Florida +0.704601 aapg_af_666.html aapg_af_666.html:523:44865:44875 Wind River Wasatch Range +0.26355 aapg_ae_632.html aapg_ae_632.html:194:19310:19321 San Antonio Texas +0.47481 geology_html_8394572285 geology_html_8394572285:13:737:746 San Diego La Jolla +0.273273 aapg_ae_295.html aapg_ae_295.html:124:15071:15089 Woodbine Lewisville, Texas +0.210018 aapg_aa_23.html aapg_aa_23.html:653:82223:82237 Stony Mountain Winnipeg +0.270878 cspg_html_5139035315 cspg_html_5139035315:443:53358:53374 Albert New Brunswick, New Jersey +0.481206 aapg_ac_741.html aapg_ac_741.html:335:38370:38382 Pierre Niobrara, Nebraska +0.230336 aapg_ac_452.html aapg_ac_452.html:323:33921:33943 Judith Fancy New Caledonia +0.261632 aapg_ae_745.html aapg_ae_745.html:238:32064:32086 Provo California +0.46818 aapg_ah_157.html aapg_ah_157.html:240:33648:33661 Lake Michigan Michigan +0.511632 aapg_aa_415.html aapg_aa_415.html:324:48283:48293 Rio Grande Red River of the North +0.264784 aapg_ac_289.html aapg_ac_289.html:53:6096:6104 Nacatoch Saratoga, California +0.4788 cspg_html_1624547765 cspg_html_1624547765:434:44878:44911 Grosmont Lacombe, Alberta +0.4704 geology_html_5114678373 geology_html_5114678373:61:5802:5810 Chickies Monocacy River +0.261032 aapg_ae_777.html aapg_ae_777.html:342:39548:39565 Tererro Pecos River +0.501498 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6549:6574 Willwood Cheyenne, Wyoming +0.254976 cspg_html_4031489103 cspg_html_4031489103:510:78682:78689 Creston Victoria, British Columbia +0.486438 gsa_html_2284204284 gsa_html_2284204284:137:17276:17286 Tradewater McLeansboro, Illinois +0.253092 aapg_ac_333.html aapg_ac_333.html:2016:189640:189649 Williston New Mexico +0.497988 aapg_ae_734.html aapg_ae_734.html:204:18140:18168 Chemung Pennsylvania +0.260604 cspg_html_4205215905 cspg_html_4205215905:7:548:556 Columbia Victoria, British Columbia +0.268288 cspg_html_8826450427 cspg_html_8826450427:429:52747:52764 Cardium Lacombe, Alberta +0.478296 gsa_html_3510629601 gsa_html_3510629601:650:64966:64979 Santa Barbara Colorado +0.260604 cspg_html_8078587269 cspg_html_8078587269:99:13142:13164 Etherington Lacombe, Alberta +0.258566 aapg_af_598.html aapg_af_598.html:6:509:516 Lenapah Seminole, Texas +0.510746 sedimentology_html_7047069536 sedimentology_html_7047069536:888:60160:60170 Washington Whidbey Island +0.247904 gsa_html_2863658561 gsa_html_2863658561:39:3130:3165 Colorado Turkey Creek, Louisiana +0.265728 gsa_html_4695276845 gsa_html_4695276845:132:15890:15917 Prospect Logan, Utah +0.479478 aapg_ae_146.html aapg_ae_146.html:4:509:515 Diablo Chihuahua (state) +0.514345 cspg_html_5541725202 cspg_html_5541725202:178:26097:26108 Black River Springhill, Nova Scotia +0.22402 sedimentology_html_3826538092 sedimentology_html_3826538092:612:38554:38560 Taylor London, Ontario +0.463926 cspg_html_7779401416 cspg_html_7779401416:54:6810:6819 Whirlpool Guelph +0.251122 aapg_ae_708.html aapg_ae_708.html:554:60896:60914 Read Bay Canadian Arctic Archipelago +0.478296 gsa_html_6982030333 gsa_html_6982030333:1141:106533:106543 Washington Boise, Idaho +0.490425 gsa_html_7153425423 gsa_html_7153425423:106:10347:10378 Naknek Talkeetna, Alaska +0.466092 aapg_af_615.html aapg_af_615.html:13:1323:1334 San Antonio Laredo, Texas +0.493908 geology_html_9248989380 geology_html_9248989380:155:16371:16394 Kingston Peak Death Valley +0.469437 aapg_af_812.html aapg_af_812.html:17:2148:2171 Cook Mountain East Texas +0.270111 aapg_aa_43.html aapg_aa_43.html:415:46581:46597 Dakota Cheyenne, Wyoming +0.467544 aapg_aa_399.html aapg_aa_399.html:304:24615:24625 Loon River Clearwater, Florida +0.258332 cspg_html_7688587411 cspg_html_7688587411:323:36499:36510 Shaftesbury Lacombe, Alberta +0.46872 sedimentology_html_6812678908 sedimentology_html_6812678908:475:14492:14504 Sandia New Mexico +0.269217 aapg_ac_4.html aapg_ac_4.html:452:36440:36463 Shublik Anchorage, Alaska +0.49824 aapg_ac_65.html aapg_ac_65.html:72:8942:8959 Minturn Colorado +0.448877 geology_html_4760419785 geology_html_4760419785:258:24602:24605 Arc Strait of Messina Bridge +0.46116 sedimentology_html_6473571818 sedimentology_html_6473571818:892:76349:76384 Kingston Peak California +0.26145 aapg_ad_649.html aapg_ad_649.html:517:67467:67474 Madison Gallatin, Tennessee +0.25957 gsa_html_2005293978 gsa_html_2005293978:269:24921:24939 Choptank Bethany Beach, Delaware +0.258055 cspg_html_9354781888 cspg_html_9354781888:1507:95033:95044 Peace River Victoria, British Columbia +0.2455 aapg_aa_23.html aapg_aa_23.html:797:102845:102861 Inwood Moose Lake, Minnesota +0.265144 aapg_ai_30.html aapg_ai_30.html:42:5530:5537 Lagarto Oakville, California +0.487622 aapg_aa_696.html aapg_aa_696.html:683:74870:74878 Colorado Colorado +0.483328 gsa_html_2345936136 gsa_html_2345936136:823:71887:71896 San Diego California +0.240534 cspg_html_3883962749 cspg_html_3883962749:558:55578:55591 Mountain Park Lacombe, Alberta +0.260148 cspg_html_9343899465 cspg_html_9343899465:424:43102:43115 Weatherall Melville Island (Canada) +0.241072 aapg_ai_364.html aapg_ai_364.html:86:10197:10216 Wapanucka Atoka, Oklahoma +0.26471 aapg_ae_454.html aapg_ae_454.html:146:12489:12496 Bossier Arkansas +0.887264 cspg_html_1025724640 cspg_html_1025724640:466:63399:63415 Nepean Ottawa, Kansas +0.26416 aapg_ac_807.html aapg_ac_807.html:551:54691:54709 St Marys Virginia +0.268299 geology_html_7498256649 geology_html_7498256649:299:23946:23952 Reston Virginia +0.246206 cspg_html_8065532640 cspg_html_8065532640:136:17068:17083 Vera Root River (Wisconsin) +0.232566 aapg_ah_514.html aapg_ah_514.html:140:12964:12977 Tensleep Cheyenne, Wyoming +0.492701 aapg_ac_214.html aapg_ac_214.html:11:1609:1620 Summerville Summerville, South Carolina +0.261888 aapg_ac_5.html aapg_ac_5.html:180:17869:17884 Cairn Lacombe, Alberta +0.254518 aapg_ac_720.html aapg_ac_720.html:191:22471:22492 Hornerstown Closter, New Jersey +0.27976 aapg_aa_610.html aapg_aa_610.html:216:22503:22511 Niobrara Niobrara, Nebraska +0.483189 aapg_af_653.html aapg_af_653.html:1083:128610:128618 Monterey Monterey, California +0.363728 aapg_af_895.html aapg_af_895.html:350:32455:32463 Wilberns Texas +0.261522 aapg_af_664.html aapg_af_664.html:184:20652:20675 Whitehorse Western world +0.453508 aapg_af_215.html aapg_af_215.html:14:2430:2438 Tamasopo Mexico +0.24451 gsa_html_1538463681 gsa_html_1538463681:1017:84135:84141 Sonora Mexico +0.246973 aapg_aa_328.html aapg_aa_328.html:379:27742:27750 Maltrata Pico de Orizaba +0.47998 cspg_html_4433937749 cspg_html_4433937749:79:11625:11631 Viking Colorado +0.44946 aapg_ae_391.html aapg_ae_391.html:466:43335:43352 Rustler Salado, Texas +0.260096 aapg_ae_909.html aapg_ae_909.html:248:18015:18033 Vaqueros California +0.255024 cspg_html_2695921112 cspg_html_2695921112:234:27079:27087 Bathurst Bass River Township, New Jersey +0.263652 cspg_html_4392308496 cspg_html_4392308496:307:41767:41792 Windsor New Brunswick, New Jersey +0.247464 AMJC_html_4144856313 AMJC_html_4144856313:80:8549:8558 Extension Umbria +0.267534 aapg_ai_569.html aapg_ai_569.html:728:73513:73518 Nisku Lacombe, Alberta +0.354472 aapg_ad_457.html aapg_ad_457.html:206:25023:25042 Ellis Bay Anticosti Island +0.248997 aapg_ah_203.html aapg_ah_203.html:607:99997:100005 Colorado Denver +0.49495 aapg_ad_964.html aapg_ad_964.html:415:32432:32440 Santiago San Fernando Valley +0.258266 sedimentology_html_9662614840 sedimentology_html_9662614840:824:63391:63435 Ross Ireland +0.234135 gsa_html_1734656819 gsa_html_1734656819:160:12077:12088 San Jacinto Lake Elsinore, California +0.241077 cspg_html_7550088587 cspg_html_7550088587:140:18214:18223 Whitewood Genesee County, Michigan +0.499174 aapg_ac_206.html aapg_ac_206.html:78:10172:10180 Syracuse Lockport (city), New York +0.505479 aapg_ae_305.html aapg_ae_305.html:1588:152073:152092 Sierra Maracaibo +0.355096 aapg_aa_105.html aapg_aa_105.html:580:61002:61010 Waterton Pincher Creek, Alberta +0.4959 aapg_ae_805.html aapg_ae_805.html:45:6717:6734 Hermosa Hermosa, Chicago +0.246356 gsa_html_2028006768 gsa_html_2028006768:935:66158:66163 Rapid Altiplano +0.470112 aapg_ai_49.html aapg_ai_49.html:493:64078:64086 Fountain Colorado +0.262944 cspg_html_6985536436 cspg_html_6985536436:247:33628:33637 Mercy Bay Banks Island +0.499278 aapg_ac_628.html aapg_ac_628.html:516:89055:89063 Columbia Logan, Utah +0.484939 gsa_html_8279040833 gsa_html_8279040833:840:63487:63515 Green River Colorado +0.264554 aapg_ah_622.html aapg_ah_622.html:82:9441:9450 Mesaverde Powder River (Montana) +0.263069 gsa_html_2832151886 gsa_html_2832151886:43:3882:3896 Colorado Regina, Saskatchewan +0.26058 aapg_ah_221.html aapg_ah_221.html:96:9637:9642 Slope Williston, Vermont +0.271852 AMJC_html_3632105729 AMJC_html_3632105729:482:67772:67778 Oregon Salem, Oregon +0.253482 aapg_ac_9.html aapg_ac_9.html:34:3390:3398 Michigan Michigan +0.254464 jgeology_html_2714962789 jgeology_html_2714962789:914:52844:52849 Ascot Quebec City +0.519385 aapg_ad_880.html aapg_ad_880.html:209:21247:21265 Sawtooth Cheyenne, Wyoming +0.249 geology_html_7872143358 geology_html_7872143358:59:6089:6099 Las Cruces Mexico +0.467677 aapg_ae_627.html aapg_ae_627.html:15:1617:1622 Uinta Logan, Utah +0.453906 aapg_aa_934.html aapg_aa_934.html:295:33318:33332 Word San Angelo, Texas +0.525474 gsa_html_4308966435 gsa_html_4308966435:1394:136128:136156 Green River Colorado +0.263472 cspg_html_4621547038 cspg_html_4621547038:259:33598:33610 Eureka Sound West Coast of the United States +0.472317 gsa_html_3608744213 gsa_html_3608744213:1076:90197:90225 Green River New Mexico +0.264698 gsa_html_2989317971 gsa_html_2989317971:594:62163:62185 Poison Creek Snake River Plain (ecoregion) +0.248502 geology_html_6289534870 geology_html_6289534870:33:3167:3176 Extension Beaumont, Texas +0.476424 aapg_ad_738.html aapg_ad_738.html:51:5164:5171 Renault Pila, Laguna +0.516572 aapg_ac_475.html aapg_ac_475.html:361:51065:51071 Casper Cheyenne, Wyoming +0.25398 aapg_ah_378.html aapg_ah_378.html:231:22068:22080 Rustler Salado, Texas +0.265668 sedimentology_html_3403184080 sedimentology_html_3403184080:370:57797:57806 Mansfield Montgomery (town), New York +0.250158 aapg_ah_49.html aapg_ah_49.html:214:23274:23291 Modelo San Gabriel Valley +0.492184 aapg_ai_491.html aapg_ai_491.html:169:19746:19757 Molas Atoka, Oklahoma +0.245248 aapg_ai_247.html aapg_ai_247.html:100:10802:10820 Traverse Michigan +0.28885 aapg_ac_647.html aapg_ac_647.html:574:55025:55029 Rome Province of Terni +0.24453 cspg_html_3634181348 cspg_html_3634181348:139:15085:15093 Billings Virginia +0.261 cspg_html_8637177176 cspg_html_8637177176:53:7772:7791 Paskapoo Lacombe, Alberta +0.262063 cspg_html_2729673354 cspg_html_2729673354:15:2720:2742 Medicine Hat Regina, Saskatchewan +0.24644 cspg_html_7804036692 cspg_html_7804036692:1651:172486:172503 Edwards Nelson, New Zealand +0.854194 aapg_af_317.html aapg_af_317.html:27:4155:4173 Niobrara North Sea oil +0.916786 jgeology_html_6016138758 jgeology_html_6016138758:726:44116:44135 Kulthieth California +0.250488 aapg_ah_165.html aapg_ah_165.html:443:51513:51528 Elk Lacombe, Alberta +0.353304 palaios_html_6757540995 palaios_html_6757540995:566:52888:52903 Eutaw Alabama +0.463986 aapg_aa_24.html aapg_aa_24.html:1062:109371:109393 Imperial Canada +0.629486 aapg_af_461.html aapg_af_461.html:47:4847:4862 Galena Michigan +0.46314 aapg_ae_658.html aapg_ae_658.html:574:58969:58975 Denver Colorado +0.477405 aapg_ah_817.html aapg_ah_817.html:114:10510:10519 Spearfish Spearfish, South Dakota +0.502818 aapg_ad_871.html aapg_ad_871.html:33:4076:4084 Traverse Rockport, Massachusetts +0.264654 aapg_aa_729.html aapg_aa_729.html:10:839:849 Georgetown Texas +0.057564 aapg_ah_96.html aapg_ah_96.html:413:48103:48119 Red River Manitoba +0.245508 cspg_html_5510378933 cspg_html_5510378933:17:1787:1795 Edmonton Edmonton, London +0.237314 aapg_ae_937.html aapg_ae_937.html:64:5948:5965 Buckner Alabama +0.489842 gsa_html_4234009219 gsa_html_4234009219:604:50654:50682 Green River Colorado +0.493735 jgeology_html_8064855537 jgeology_html_8064855537:284:20454:20474 Eagle Colorado +0.252945 aapg_ad_32.html aapg_ad_32.html:210:18184:18192 Wolfcamp Nashville Basin +0.480654 gsa_html_3942625742 gsa_html_3942625742:432:36982:36994 Little River Metro Manila +0.249498 aapg_aa_734.html aapg_aa_734.html:538:55966:55974 Caballos Arkansas +0.265967 aapg_af_606.html aapg_af_606.html:231:30327:30352 Santa Margarita Maricopa, Arizona +0.481418 geology_html_4699072864 geology_html_4699072864:250:15498:15502 Peel Mackenzie River +0.48246 aapg_aa_0.html aapg_aa_0.html:92:11019:11032 Madison Logan, Utah +0.369852 aapg_ae_498.html aapg_ae_498.html:718:78390:78403 Moccasin Virginia +0.449798 aapg_aa_731.html aapg_aa_731.html:124:15976:15985 Pendleton Bastrop, Texas +0.496683 aapg_ae_344.html aapg_ae_344.html:71:6644:6649 Tokio Cotton Valley, Louisiana +0.257 sedimentology_html_1527307623 sedimentology_html_1527307623:70:7804:7832 Sibley Canada +0.470058 aapg_ah_27.html aapg_ah_27.html:189:29282:29307 Barnett Texas +0.49248 aapg_ac_200.html aapg_ac_200.html:485:45425:45447 Green River Cheyenne, Wyoming +0.265029 aapg_ad_575.html aapg_ad_575.html:306:39412:39432 San Andres Cheyenne, Wyoming +0.24849 cspg_html_8387792223 cspg_html_8387792223:886:93288:93296 Sunblood Red River of the North +0.261121 aapg_ae_958.html aapg_ae_958.html:3014:259889:259907 Carlsbad Guadalupe Mountains National Park +0.453075 cspg_html_4915680223 cspg_html_4915680223:293:34188:34200 Devon Island Devon Island +0.500752 aapg_ah_978.html aapg_ah_978.html:422:38487:38494 Temblor Middle East +0.457744 aapg_ac_629.html aapg_ac_629.html:538:65713:65723 Montgomery Oberlin, Ohio +0.44976 aapg_ac_928.html aapg_ac_928.html:275:26834:26842 Colorado Denver +0.48128 aapg_aa_903.html aapg_aa_903.html:61:7470:7493 San Sebastian Puerto Rico +0.243386 geology_html_2344223288 geology_html_2344223288:236:20806:20821 Catalina Schist California +0.264654 aapg_ae_843.html aapg_ae_843.html:180:17881:17889 Colorado Denver +0.26986 aapg_af_128.html aapg_af_128.html:283:30629:30649 Minnelusa Cheyenne, Wyoming +0.853247 aapg_ad_44.html aapg_ad_44.html:171:17289:17307 Martinsburg Catskill Mountains +0.267285 cspg_html_4794669487 cspg_html_4794669487:74:9003:9016 Stuhini Southern United States +0.25823 aapg_ai_236.html aapg_ai_236.html:136:12223:12229 Forest Venango, Pennsylvania +0.485586 cspg_html_9729377176 cspg_html_9729377176:79:9713:9732 Pardonet Victoria, British Columbia +0.459346 cspg_html_1025724640 cspg_html_1025724640:90:15475:15481 Nepean Ontario, California +0.259578 aapg_ai_569.html aapg_ai_569.html:352:36834:36841 Garland Cheyenne, Wyoming +0.251923 gsa_html_3014459865 gsa_html_3014459865:131:14005:14023 Beacon Hill Gravel Closter, New Jersey +0.500598 gsa_html_8947439513 gsa_html_8947439513:24:1556:1587 Nelson Virginia +0.489984 gsa_html_5022585285 gsa_html_5022585285:540:52042:52048 Active Greece +0.488735 cspg_html_8558580101 cspg_html_8558580101:100:12989:13014 Mackenzie Lacombe, Alberta +0.499608 aapg_ad_148.html aapg_ad_148.html:17:1397:1403 Oregon Washington (state) +0.25146 aapg_ai_236.html aapg_ai_236.html:332:32199:32211 Murphy Creek Freemansburg, Pennsylvania +0.254464 aapg_ad_826.html aapg_ad_826.html:12:2175:2183 Tamasopo Austin, Chicago +0.48093 cspg_html_9725676031 cspg_html_9725676031:121:18914:18922 Columbia Liard River, British Columbia +0.505575 aapg_ai_862.html aapg_ai_862.html:48:6849:6866 Ivishak Anchorage, Alaska +0.261126 aapg_af_95.html aapg_af_95.html:188:16418:16424 Walnut Paluxy, Texas +0.256122 aapg_ae_917.html aapg_ae_917.html:246:26991:27002 Weber Leadville, Colorado +0.489936 aapg_af_150.html aapg_af_150.html:114:11487:11506 Cotton Valley Shreveport, Louisiana +0.269136 aapg_ad_237.html aapg_ad_237.html:32:3860:3868 Phillips Trinidad and Tobago +0.248425 aapg_ai_366.html aapg_ai_366.html:120:13847:13861 Columbia Hockley +0.51896 gsa_html_6097265156 gsa_html_6097265156:1313:98069:98097 Green River Colorado +0.493812 gsa_html_5391661566 gsa_html_5391661566:9:412:418 Warner Alturas, California +0.244961 sedimentology_html_2139169476 sedimentology_html_2139169476:305:31848:31857 Peninsula Korea +0.259548 aapg_af_892.html aapg_af_892.html:357:33592:33608 Haymond Lampasas, Texas +0.810346 cspg_html_5699627350 cspg_html_5699627350:6:463:479 Viking Lacombe, Alberta +0.488928 cspg_html_7881580279 cspg_html_7881580279:222:28224:28230 Yeoman Manitoba +0.25935 aapg_ad_812.html aapg_ad_812.html:44:4920:4927 Wingate New Mexico +0.2385 cspg_html_9692046543 cspg_html_9692046543:118:14918:14938 Viking Regina, Saskatchewan +0.463866 geology_html_4262270621 geology_html_4262270621:211:19199:19203 Bell Earth +0.50715 aapg_af_748.html aapg_af_748.html:376:36665:36673 Bullhead Victoria, British Columbia +0.264901 aapg_ae_454.html aapg_ae_454.html:604:55257:55276 Smackover Arkansas +0.260538 jgeology_html_5792739316 jgeology_html_5792739316:1065:59258:59293 Carrizo West Texas +0.260268 aapg_aa_147.html aapg_aa_147.html:356:42439:42458 Red River Regina, Saskatchewan +0.843472 cspg_html_4298557570 cspg_html_4298557570:9:765:777 Battle Lacombe, Alberta +0.262566 aapg_aa_229.html aapg_aa_229.html:353:28373:28390 Raritan Closter, New Jersey +0.489027 aapg_ai_575.html aapg_ai_575.html:29:3962:3980 Sundance Cheyenne, Wyoming +0.257526 palaios_html_3977026753 palaios_html_3977026753:668:61541:61557 Oldman Southern Alberta +0.257048 aapg_aa_264.html aapg_aa_264.html:127:14301:14309 Michigan Salina, Kansas +0.496485 aapg_ac_451.html aapg_ac_451.html:549:57323:57330 Kaguyak Cook Inlet +0.250498 aapg_ae_147.html aapg_ae_147.html:276:27419:27425 Oregon Washington (state) +0.23876 aapg_ae_70.html aapg_ae_70.html:31:4924:4932 Colorado Denver +0.505296 gsa_html_9666193096 gsa_html_9666193096:29:2796:2824 Green River Colorado +0.251904 gsa_html_8398449001 gsa_html_8398449001:651:52725:52735 Bear River Bennington, Vermont +0.254541 aapg_af_840.html aapg_af_840.html:255:26712:26721 Maquoketa Middle Ordovician +0.519108 aapg_af_299.html aapg_af_299.html:83:8719:8725 Denver Colorado +0.266207 aapg_aa_236.html aapg_aa_236.html:191:16334:16351 Gilwood Lacombe, Alberta +0.3705 jgeology_html_8064855537 jgeology_html_8064855537:245:16308:16323 Dakota Logan, Utah +0.27693 aapg_ac_873.html aapg_ac_873.html:198:14746:14765 Fox Hills Stoneville, Mississippi +0.272435 aapg_aa_691.html aapg_aa_691.html:462:59778:59785 Yucatan Atlantic Ocean +0.472164 gsa_html_8152640301 gsa_html_8152640301:773:72175:72193 Tsadaka Matanuska-Susitna Valley +0.488592 aapg_ae_983.html aapg_ae_983.html:175:14102:14119 Shakopee Illinois +0.477543 palaios_html_3406135825 palaios_html_3406135825:38:4003:4018 Elk Missouri River +0.484524 aapg_aa_54.html aapg_aa_54.html:33:3389:3406 Wingate New Mexico +0.473304 aapg_ae_576.html aapg_ae_576.html:633:55540:55557 Prince Alfred Bay Devon Island +0.482092 gsa_html_9112056802 gsa_html_9112056802:922:92564:92569 Stump Antarctica +0.497904 aapg_aa_844.html aapg_aa_844.html:380:38930:38937 Chemung Pocono Raceway +0.484524 sedimentology_html_6951714124 sedimentology_html_6951714124:526:51457:51474 Cardium Lacombe, Alberta +0.26163 palaios_html_8054385512 palaios_html_8054385512:366:35395:35417 Judith River Lacombe, Alberta +0.4807 cspg_html_1925276454 cspg_html_1925276454:448:51175:51183 Columbia Victoria, British Columbia +0.258015 aapg_ac_711.html aapg_ac_711.html:26:3522:3529 El Baul Barquisimeto +0.240458 aapg_ae_419.html aapg_ae_419.html:1343:107346:107363 El Abra Matamoros, Tamaulipas +0.383359 aapg_ae_803.html aapg_ae_803.html:376:47247:47254 Grupera Mexico +0.476157 gsa_html_5736805405 gsa_html_5736805405:800:63568:63577 San Diego California +0.248985 gsa_html_4557277250 gsa_html_4557277250:57:5693:5709 Navajo Carmel, Indiana +0.2525 cspg_html_8568877195 cspg_html_8568877195:632:77816:77839 Basal Lacombe, Alberta +0.25792 aapg_ah_486.html aapg_ah_486.html:388:43456:43466 Pottsville Pottsville, Pennsylvania +0.453193 aapg_aa_702.html aapg_aa_702.html:1419:144180:144188 Colorado Colorado +0.463239 aapg_ad_564.html aapg_ad_564.html:33:1583:1596 Barnett Texas +0.270648 aapg_ad_641.html aapg_ad_641.html:49:6963:6983 San Andres Nashville Basin +0.469807 cspg_html_4269474759 cspg_html_4269474759:1128:112138:112159 Peace River Canada +0.436224 aapg_ac_366.html aapg_ac_366.html:19:3088:3100 Williamsport Salina, Kansas +0.886422 aapg_ah_430.html aapg_ah_430.html:218:16259:16267 Sundance Logan, Utah +0.499554 palaios_html_3614379982 palaios_html_3614379982:24:2766:2775 Greenhorn Niobrara, Nebraska +0.494758 cspg_html_4860363565 cspg_html_4860363565:56:7666:7678 Winnipegosis Regina, Saskatchewan +0.263652 cspg_html_9136481292 cspg_html_9136481292:22:2766:2781 Gates Victoria, British Columbia +0.493056 aapg_af_162.html aapg_af_162.html:245:22534:22554 Brownstown Arkansas +0.4559 aapg_ad_0.html aapg_ad_0.html:291:25289:25297 Michigan Lucas County, Iowa +0.46265 cspg_html_5541725202 cspg_html_5541725202:496:67321:67338 Petitcodiac Magdalen Islands +0.252568 aapg_ad_192.html aapg_ad_192.html:413:42930:42950 Tuscaloosa Mississippi River +0.511147 cspg_html_9867937846 cspg_html_9867937846:320:40418:40435 Cardium Lacombe, Alberta +0.429894 cspg_html_9958679425 cspg_html_9958679425:43:5430:5442 Cooking Lake Lacombe, Alberta +0.492184 gsa_html_8237815743 gsa_html_8237815743:774:71314:71342 Green River Colorado +0.468796 aapg_ah_534.html aapg_ah_534.html:109:8452:8461 Palmerton Esopus Creek +0.4826 aapg_ad_177.html aapg_ad_177.html:261:33711:33721 Washington Virginia +0.252486 cspg_html_7881580279 cspg_html_7881580279:48:7442:7454 Saskatchewan Manitoba +0.256035 sedimentology_html_2078363788 sedimentology_html_2078363788:310:26829:26930 Basal Portland, Oregon +0.4985 gsa_html_3720789279 gsa_html_3720789279:1511:135670:135680 Washington Boise, Idaho +0.46056 AMJC_html_2228158963 AMJC_html_2228158963:454:53650:53673 Spring Point New Brunswick, New Jersey +0.251904 palaios_html_9090657620 palaios_html_9090657620:12:510:522 Rhode Island Kingston, Jamaica +0.48932 aapg_ad_274.html aapg_ad_274.html:750:62483:62488 Weeks Venezuela +0.483328 cspg_html_6383234409 cspg_html_6383234409:168:18073:18085 Devon Island Ellesmere Island +0.257868 cspg_html_3190144626 cspg_html_3190144626:18:1841:1877 Ireton Wood River (Oregon) +0.254514 gsa_html_1860930948 gsa_html_1860930948:479:56919:56929 Blackstone Cheyenne, Wyoming +0.25194 cspg_html_5832944175 cspg_html_5832944175:515:52245:52261 Viking Lacombe, Alberta +0.244664 sedimentology_html_9598250021 sedimentology_html_9598250021:1243:89599:89603 Hall London, Ontario +0.262044 geology_html_7986465918 geology_html_7986465918:342:26751:26757 Provo Spain +0.259458 aapg_aa_598.html aapg_aa_598.html:153:14633:14650 Thaynes Cheyenne, Wyoming +0.261121 gsa_html_1931201430 gsa_html_1931201430:1005:93195:93201 Oregon Washington (state) +0.498419 aapg_aa_544.html aapg_aa_544.html:129:17773:17782 Chugwater Spearfish, South Dakota +0.262135 cspg_html_5818285590 cspg_html_5818285590:469:62112:62133 Queen Victoria, British Columbia +0.477184 aapg_ae_715.html aapg_ae_715.html:4:544:548 Frio Houston +0.257536 sedimentology_html_9793182930 sedimentology_html_9793182930:1203:75088:75114 Cutler Colorado +0.257839 cspg_html_9905904289 cspg_html_9905904289:16:3044:3056 Saskatchewan Lacombe, Alberta +0.241868 gsa_html_3898240693 gsa_html_3898240693:795:72246:72255 Valentine Reno, Nevada +0.471378 aapg_aa_763.html aapg_aa_763.html:34:1301:1307 Moscow Russia +0.244989 cspg_html_8532932475 cspg_html_8532932475:603:55300:55317 Bluesky Lacombe, Alberta +0.257554 aapg_ad_294.html aapg_ad_294.html:692:77656:77665 Gibraltar Madeira +0.251715 geology_html_3623743516 geology_html_3623743516:260:22452:22476 El Paso West Texas +0.267253 aapg_af_635.html aapg_af_635.html:156:14522:14529 Bromide Platteville, Colorado +0.251923 aapg_ah_247.html aapg_ah_247.html:51:6247:6260 Detroit River Michigan +0.244348 sedimentology_html_7979863172 sedimentology_html_7979863172:378:25272:25277 Waicoe Svalbard +0.4883 cspg_html_9735723617 cspg_html_9735723617:237:30173:30193 Weatherall Melville Island (Canada) +0.244944 aapg_ae_519.html aapg_ae_519.html:119:12355:12380 Venango Venango, Pennsylvania +0.474948 sedimentology_html_9380539627 sedimentology_html_9380539627:1000:55577:55581 Hall New York City +0.491454 palaios_html_7805951959 palaios_html_7805951959:364:31011:31027 Pueblo Coahuila +0.262636 sedimentology_html_9662614840 sedimentology_html_9662614840:757:60711:60726 Isaac Canada +0.50128 sedimentology_html_3417381350 sedimentology_html_3417381350:1241:95817:95846 Monterey California +0.239931 sedimentology_html_9906287852 sedimentology_html_9906287852:199:22248:22266 Evanston Absaroka +0.267734 aapg_ai_561.html aapg_ai_561.html:66:5247:5256 Smackover Summerfield, Kansas +0.496944 aapg_ac_408.html aapg_ac_408.html:103:10985:10990 Yegua Charlotte, North Carolina +0.49555 aapg_ai_105.html aapg_ai_105.html:389:48376:48392 Morgan Colorado +0.482218 aapg_ac_841.html aapg_ac_841.html:117:15483:15487 Omoa Honduras +0.470704 aapg_ae_885.html aapg_ae_885.html:256:26170:26195 Carmel Mesa, Arizona +0.47571 gsa_html_3244543920 gsa_html_3244543920:56:4597:4603 Brazil Avalonia +0.585746 aapg_ad_440.html aapg_ad_440.html:318:30681:30689 Virginia Virginia +0.485028 aapg_ai_149.html aapg_ai_149.html:3:453:472 Elk Lacombe, Alberta +0.270865 aapg_ae_75.html aapg_ae_75.html:203:26593:26603 San Andres New Mexico +0.250997 aapg_af_143.html aapg_af_143.html:118:11140:11153 Logtown Ridge Sierra Nevada (Spain) +0.48514 aapg_aa_175.html aapg_aa_175.html:224:22976:22986 Washington Shreveport, Louisiana +0.25704 aapg_ae_877.html aapg_ae_877.html:406:37179:37187 Windfall Western world +0.27404 cspg_html_4785922166 cspg_html_4785922166:290:32709:32725 Besa River Victoria, British Columbia +0.248496 gsa_html_8820488310 gsa_html_8820488310:348:31616:31633 Shepard Canada +0.47709 aapg_af_579.html aapg_af_579.html:226:24388:24405 Kayenta Logan, Utah +0.258482 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6507:6530 Colton Cheyenne, Wyoming +0.44573 aapg_af_575.html aapg_af_575.html:308:41517:41532 Maquoketa Decorah, Iowa +0.83378 aapg_af_854.html aapg_af_854.html:641:88718:88734 Warsaw Missouri River +0.522084 aapg_ae_846.html aapg_ae_846.html:196:18726:18732 Dakota Entrada Sandstone +0.494088 gsa_html_8389609757 gsa_html_8389609757:29:2796:2824 Green River Iran +0.265 aapg_ae_973.html aapg_ae_973.html:5:751:758 Thrifty Salado, Texas +0.448184 aapg_ah_779.html aapg_ah_779.html:385:71714:71732 Sylvania Ohio +0.263088 aapg_ae_959.html aapg_ae_959.html:2960:221975:221990 Diablo Nashville Basin +0.486837 aapg_aa_106.html aapg_aa_106.html:375:39694:39714 Dawson Bay Regina, Saskatchewan +0.256985 gsa_html_3448554349 gsa_html_3448554349:71:7846:7859 Bedford Maryland +0.260454 aapg_ae_608.html aapg_ae_608.html:3:460:468 Colorado Denver +0.481265 sedimentology_html_3490195740 sedimentology_html_3490195740:403:37217:37225 Palliser Lacombe, Alberta +0.263105 aapg_ad_695.html aapg_ad_695.html:73:6997:7009 Sparta Shreveport, Louisiana +0.272896 aapg_ac_965.html aapg_ac_965.html:646:68497:68505 Coeymans Helderberg +0.37383 gsa_html_2989317971 gsa_html_2989317971:1092:108817:108847 Sucker Creek Boise, Idaho +0.242424 aapg_ad_659.html aapg_ad_659.html:469:67386:67407 Jacobsville Lake Superior +0.504525 aapg_ae_448.html aapg_ae_448.html:239:27949:27956 Rodessa Paluxy, Texas +0.3636 gsa_html_7193789775 gsa_html_7193789775:364:35913:35924 Green River Logan, Utah +0.48545 gsa_html_3701935694 gsa_html_3701935694:639:61981:61999 Moretown Newfane, Vermont +0.5044 cspg_html_2920938670 cspg_html_2920938670:34:4687:4699 Luscar Mountain Park (Holyoke, Massachusetts) +0.242793 aapg_ae_876.html aapg_ae_876.html:3:232:237 Basal Colorado +0.260096 aapg_ae_633.html aapg_ae_633.html:12:1010:1028 Onondaga Chautauqua County, Kansas +0.264528 aapg_af_789.html aapg_af_789.html:21:3274:3293 Tonoloway Helderberg +0.49469 aapg_ah_197.html aapg_ah_197.html:230:21515:21527 Abo New Mexico +0.23562 sedimentology_html_9911926988 sedimentology_html_9911926988:609:60864:60892 Moresby Gold Coast, Queensland +0.260554 gsa_html_7554994575 gsa_html_7554994575:665:62645:62649 Ashe North Carolina +0.483674 aapg_ad_864.html aapg_ad_864.html:789:46191:46208 Naheola Alabama +0.25088 aapg_af_129.html aapg_af_129.html:474:50228:50236 Colorado Colorado +0.489204 cspg_html_3328007773 cspg_html_3328007773:1041:104501:104517 Viking Lacombe, Alberta +0.247504 aapg_af_166.html aapg_af_166.html:99:13081:13089 Big Hill Jefferson County, Colorado +0.492096 aapg_ac_807.html aapg_ac_807.html:664:65580:65602 Black Creek Neuse River +0.25857 cspg_html_8568877195 cspg_html_8568877195:342:55292:55310 Foremost Western world +0.251883 cspg_html_2093862169 cspg_html_2093862169:293:28943:28948 Bluff Jamaica, Queens +0.268323 aapg_ah_647.html aapg_ah_647.html:249:25745:25762 El Paso El Paso, Texas +0.24843 cspg_html_8692417800 cspg_html_8692417800:74:10196:10226 Albert New Brunswick, New Jersey +0.5157 aapg_ac_729.html aapg_ac_729.html:766:75452:75464 Pierre Texas +0.506 gsa_html_5065061993 gsa_html_5065061993:847:75212:75240 Green River Colorado +0.48323 aapg_ai_514.html aapg_ai_514.html:85:9946:9952 Oregon Boise, Idaho +0.257048 aapg_ae_268.html aapg_ae_268.html:57:5957:5976 Mooretown Chester, Pennsylvania +0.265234 sedimentology_html_8055067991 sedimentology_html_8055067991:770:45127:45131 Cote Medley, Florida +0.495126 aapg_ae_60.html aapg_ae_60.html:69:9222:9230 Columbia Victoria, British Columbia +0.253952 cspg_html_3354282978 cspg_html_3354282978:212:29216:29228 Golden Spike Redwater, Texas +0.366048 aapg_ac_609.html aapg_ac_609.html:3:393:408 Methy Lacombe, Alberta +0.263165 aapg_af_77.html aapg_af_77.html:220:16769:16775 Sabine Concordia, Kansas +0.378744 aapg_ae_904.html aapg_ae_904.html:237:25393:25414 Platteville Iowa +0.2545 gsa_html_2676102786 gsa_html_2676102786:1288:70214:70219 Rapid Altiplano +0.448734 aapg_af_711.html aapg_af_711.html:221:21431:21453 Monterey Rancho Santa Margarita, California +0.505 aapg_af_128.html aapg_af_128.html:139:13462:13468 Casper Cheyenne, Wyoming +0.261392 aapg_ac_720.html aapg_ac_720.html:285:30331:30354 Cook Mountain Texas +0.258015 cspg_html_2882882278 cspg_html_2882882278:60:10910:10941 Mount Head Meramec River +0.46872 gsa_html_2877730818 gsa_html_2877730818:67:7416:7432 Noonday Dolomite Pahrump, Nevada +0.498432 AMJC_html_3632105729 AMJC_html_3632105729:754:87972:87978 Reston Virginia +0.257374 palaios_html_2325594901 palaios_html_2325594901:57:4624:4640 Chinle Arizona +0.491825 aapg_ac_338.html aapg_ac_338.html:132:14926:14944 Frontier Cheyenne, Wyoming +0.482384 cspg_html_4407743346 cspg_html_4407743346:430:55914:55920 Oxford Pergamon Museum +0.483652 gsa_html_4108353219 gsa_html_4108353219:699:53812:53840 Green River Iran +0.256 cspg_html_7970836465 cspg_html_7970836465:87:11366:11383 Vaureal Anticosti Island +0.26265 aapg_ae_310.html aapg_ae_310.html:42:5416:5434 Woodbine Fannin County, Texas +0.265224 aapg_ae_771.html aapg_ae_771.html:6:1122:1141 Java Hanover +0.492926 gsa_html_3815687797 gsa_html_3815687797:73:4954:4982 Green River Colorado +0.473386 aapg_ae_40.html aapg_ae_40.html:191:15991:16002 Viola Healdton, Oklahoma +0.288333 aapg_ah_505.html aapg_ah_505.html:1510:121718:121726 Niobrara Western world +0.254584 cspg_html_9613527162 cspg_html_9613527162:132:18371:18386 Shunda Walpole, Massachusetts +0.261105 cspg_html_7093237629 cspg_html_7093237629:6:413:427 Woodbend Lacombe, Alberta +0.500325 cspg_html_8089302449 cspg_html_8089302449:555:97364:97386 Lime Creek Lacombe, Alberta +0.24255 gsa_html_9299329909 gsa_html_9299329909:89:9070:9080 Santa Cruz Santa Rosa, California +0.26361 aapg_ah_448.html aapg_ah_448.html:139:14774:14784 San Miguel Upson County, Georgia +0.256536 aapg_ah_764.html aapg_ah_764.html:479:48028:48045 Haymond Texas +0.2635 cspg_html_7833083677 cspg_html_7833083677:3512:265650:265665 Interlake Manitoba +0.265221 aapg_ae_71.html aapg_ae_71.html:326:30224:30230 Carmel Carmel, Indiana +0.357633 aapg_ae_999.html aapg_ae_999.html:74:11573:11592 Catahoula Mississippi River +0.257526 gsa_html_5756232019 gsa_html_5756232019:900:78451:78457 Reston New Mexico +0.45448 gsa_html_1355236849 gsa_html_1355236849:167:17663:17682 Knoxville Mount Diablo +0.250992 AMJC_html_6341723617 AMJC_html_6341723617:749:65483:65503 White Sage Great Basin +0.482816 cspg_html_9332855346 cspg_html_9332855346:152:13135:13150 Lower Elk Point Regina, Saskatchewan +0.248003 aapg_ac_182.html aapg_ac_182.html:64:9946:9952 Almond Pine Ridge Indian Reservation +0.2814 cspg_html_6216640615 cspg_html_6216640615:1074:104882:104904 Slave Point Saudi Arabia +0.48616 gsa_html_4675429437 gsa_html_4675429437:730:51663:51673 San Felipe Gulf of California +0.506258 aapg_aa_44.html aapg_aa_44.html:243:31541:31549 Moenkopi Arizona +0.255972 gsa_html_2138605540 gsa_html_2138605540:13:651:659 San Jose California +0.488698 aapg_ae_372.html aapg_ae_372.html:78:10396:10402 Lisbon San Francisco +0.254478 gsa_html_4837287019 gsa_html_4837287019:88:10138:10156 Blakeley Seattle +0.258566 cspg_html_1230998910 cspg_html_1230998910:95:12343:12361 Wabamun Western world +0.4807 gsa_html_1860930948 gsa_html_1860930948:207:24570:24592 Shinarump Conglomerate Spring Mountains National Recreation Area +0.26565 aapg_ai_278.html aapg_ai_278.html:853:101940:101949 Smackover Florida Panhandle +0.470815 cspg_html_4405340534 cspg_html_4405340534:186:27133:27150 Sayabec Cape Cod +0.81054 cspg_html_8139359744 cspg_html_8139359744:511:67939:67953 Eramosa Bruce Peninsula National Park +0.261422 jgeology_html_2401877359 jgeology_html_2401877359:245:18193:18200 Wonewoc Wisconsin +0.264192 aapg_ad_958.html aapg_ad_958.html:876:91111:91127 Keokuk Nebraska +0.262128 jgeology_html_1836103970 jgeology_html_1836103970:396:31030:31050 Boss Point New Glasgow, Nova Scotia +0.245692 aapg_ae_73.html aapg_ae_73.html:166:21810:21827 Minturn Atoka, Oklahoma +0.250901 geology_html_7113954805 geology_html_7113954805:56:4018:4039 Mount Simon Illinois +0.475168 aapg_ae_981.html aapg_ae_981.html:130:8691:8711 Henryhouse Bainbridge, Georgia +0.254961 cspg_html_7938374662 cspg_html_7938374662:249:24730:24744 Moosebar Victoria, British Columbia +0.25806 sedimentology_html_8006979411 sedimentology_html_8006979411:1833:119710:119718 Columbia Victoria, British Columbia +0.48603 gsa_html_4308966435 gsa_html_4308966435:927:96659:96667 Columbia Maryland +0.48682 gsa_html_4543270561 gsa_html_4543270561:824:75468:75481 Santa Barbara Goleta, California +0.258416 cspg_html_2554491454 cspg_html_2554491454:309:39304:39319 Mesaverde Logan, Utah +0.492531 aapg_ak_96.html aapg_ak_96.html:74:7375:7384 Blackford Lincolnshire, Illinois +0.4675 gsa_html_7915521951 gsa_html_7915521951:1017:91689:91695 Walker Cordillera Administrative Region +0.25654 aapg_ai_49.html aapg_ai_49.html:677:88662:88676 Woodside Boise, Idaho +0.49536 aapg_ad_467.html aapg_ad_467.html:265:20772:20792 Tuscaloosa Tuscaloosa, Alabama +0.882 aapg_ah_580.html aapg_ah_580.html:3:168:188 Haymond West Texas +0.264404 aapg_ae_73.html aapg_ae_73.html:607:83065:83073 San Luis Colorado +0.270204 aapg_aa_108.html aapg_aa_108.html:22:2600:2627 Prospect Deep Creek Mountains +0.245025 gsa_html_8244777175 gsa_html_8244777175:631:67423:67456 Bluffer Pond Portland, Maine +0.269357 aapg_aa_288.html aapg_aa_288.html:130:15112:15123 Mowry Cheyenne, Wyoming +0.25048 gsa_html_4828739821 gsa_html_4828739821:887:73396:73402 Oxford Flagstaff, Arizona +0.261112 cspg_html_4867288101 cspg_html_4867288101:61:8324:8338 Windsor Cape Breton Island +0.26471 gsa_html_6481254334 gsa_html_6481254334:855:75285:75293 Santiago Puerto Varas +0.47421 aapg_af_575.html aapg_af_575.html:962:137608:137615 Admiral Wichita, Kansas +0.23661 aapg_aa_644.html aapg_aa_644.html:574:50979:50995 Draney Cheyenne, Wyoming +0.255892 aapg_ah_506.html aapg_ah_506.html:202:20548:20562 Traverse West Michigan +0.481461 AMJC_html_7984049819 AMJC_html_7984049819:590:59267:59284 Berwick Portland, Maine +0.481707 cspg_html_4550597410 cspg_html_4550597410:352:40577:40585 Virginia Bennington, Vermont +0.258542 cspg_html_5812311884 cspg_html_5812311884:5:235:276 Crowsnest Lacombe, Alberta +0.487944 gsa_html_9911071626 gsa_html_9911071626:17:801:813 Castle Hayne New Hanover County, North Carolina +0.248948 aapg_ae_590.html aapg_ae_590.html:407:43456:43473 Sparta Carrizo Plain +0.25088 gsa_html_4220229801 gsa_html_4220229801:152:11389:11399 Washington Salem, Oregon +0.256032 aapg_aa_734.html aapg_aa_734.html:370:36767:36775 Caballos Arkansas +0.485572 aapg_ae_188.html aapg_ae_188.html:120:7417:7423 Wilcox Seminole, Texas +0.244881 cspg_html_6216640615 cspg_html_6216640615:166:20573:20581 Columbia Victoria, British Columbia +0.268732 aapg_ae_885.html aapg_ae_885.html:259:26689:26708 Mesaverde Navajo County, Arizona +0.25344 aapg_aa_625.html aapg_aa_625.html:29:4044:4063 Smackover Arkansas +0.254478 sedimentology_html_3983816673 sedimentology_html_3983816673:534:34212:34216 Bond Bering Sea +0.462455 cspg_html_6021605367 cspg_html_6021605367:28:3146:3175 Banff San Fernando Valley +0.257556 gsa_html_9353787239 gsa_html_9353787239:1282:106017:106026 Nankoweap Arizona +0.48006 geology_html_4460751015 geology_html_4460751015:276:22837:22858 Green River Earth +0.262023 cspg_html_4298557570 cspg_html_4298557570:18:2446:2464 Paskapoo Edmonton, London +0.25647 aapg_ai_958.html aapg_ai_958.html:151:15978:15984 Goliad Lavaca, Arkansas +0.255595 aapg_ac_246.html aapg_ac_246.html:1382:113497:113503 Viking Lacombe, Alberta +0.25026 aapg_ai_107.html aapg_ai_107.html:104:10018:10027 Smackover Hubbard, Bowie County, Texas +0.246906 cspg_html_9471997322 cspg_html_9471997322:6:292:322 Waterways Edmonton, London +0.466626 jgeology_html_4599466962 jgeology_html_4599466962:305:21945:21957 Seneca Edgecliff, New South Wales +0.262584 aapg_ac_514.html aapg_ac_514.html:18:2033:2054 Georgetown Buda, Texas +0.492544 aapg_aa_23.html aapg_aa_23.html:169:17315:17323 Winnipeg Winnipeg +0.385536 cspg_html_5484260516 cspg_html_5484260516:240:26596:26609 Wabamun Lacombe, Alberta +0.463995 cspg_html_3043423556 cspg_html_3043423556:332:36093:36110 Prince Alfred Bay Canada +0.259548 aapg_ad_3.html aapg_ad_3.html:536:52106:52114 Virginia Knoxville, Tennessee +0.500752 aapg_ac_289.html aapg_ac_289.html:125:9902:9911 Smackover Saratoga, California +0.291004 aapg_ac_789.html aapg_ac_789.html:7:310:323 Barnett Texas +0.394196 aapg_ak_54.html aapg_ak_54.html:45:5582:5591 Smackover Mississippi River +0.245024 aapg_ak_45.html aapg_ak_45.html:91:9786:9794 Colorado Denver +0.24735 cspg_html_7963093032 cspg_html_7963093032:562:54723:54738 Gates Victoria, British Columbia +0.490314 palaios_html_1018466366 palaios_html_1018466366:19:1049:1061 Saskatchewan Saskatoon +0.26312 cspg_html_3735760125 cspg_html_3735760125:210:25181:25198 Cardium Canada +0.492768 aapg_ad_984.html aapg_ad_984.html:188:18278:18283 Utica Hopkins County, Kentucky +0.246506 aapg_ai_256.html aapg_ai_256.html:277:28857:28876 Kinderhook Hancock County, Indiana +0.235654 cspg_html_6121424055 cspg_html_6121424055:226:18988:19005 Muskwa Victoria, British Columbia +0.25016 aapg_aa_684.html aapg_aa_684.html:256:24082:24086 Jelm Cheyenne, Wyoming +0.490928 gsa_html_4920112244 gsa_html_4920112244:896:57776:57804 Green River Colorado +0.267156 aapg_ad_44.html aapg_ad_44.html:771:82239:82247 Virginia Pennsylvania +0.257943 aapg_af_763.html aapg_af_763.html:23:3881:3898 Roberts Mountains Reno, Nevada +0.50827 aapg_ad_958.html aapg_ad_958.html:390:39066:39079 Hampton Nebraska +0.47421 aapg_ah_76.html aapg_ah_76.html:50:6703:6717 Bedford Ladd, Illinois +0.485352 AMJC_html_3876900807 AMJC_html_3876900807:688:54770:54774 Bell London, Ontario +0.71345 aapg_ad_766.html aapg_ad_766.html:582:58953:58959 Dakota Mesa, Arizona +0.254015 aapg_ah_387.html aapg_ah_387.html:376:36645:36654 Knoxville Central Valley (California) +0.239096 aapg_ac_884.html aapg_ac_884.html:87:9423:9427 Keel Clarita, Oklahoma +0.251563 palaios_html_9663500426 palaios_html_9663500426:849:62688:62702 Beaufort South Africa +0.236592 aapg_ad_659.html aapg_ad_659.html:31:4884:4892 Michigan Lake Superior +0.487602 aapg_aa_913.html aapg_aa_913.html:40:5639:5653 Fredericksburg Texas +0.49452 aapg_ad_111.html aapg_ad_111.html:494:50614:50622 Colorado Mesa, Arizona +0.259588 palaios_html_1371359772 palaios_html_1371359772:56:6108:6116 Columbia Willapa Bay +0.49444 aapg_ai_899.html aapg_ai_899.html:83:9220:9238 Morrison Logan, Utah +0.270878 aapg_ae_100.html aapg_ae_100.html:20:2217:2225 Columbia Columbia District +0.711022 aapg_ac_366.html aapg_ac_366.html:7:1196:1205 Rose Hill Huntington, West Virginia +0.48858 cspg_html_6306091047 cspg_html_6306091047:323:46466:46474 Columbia Victoria, British Columbia +0.503272 aapg_ac_380.html aapg_ac_380.html:422:50040:50048 Onondaga Onondaga (tribe) +0.507934 gsa_html_3379069611 gsa_html_3379069611:765:60573:60578 Price Logan, Utah +0.486816 aapg_ae_254.html aapg_ae_254.html:59:6193:6216 Cotton Valley Texas +0.25047 cspg_html_5660413005 cspg_html_5660413005:140:16859:16877 Graminia Lacombe, Alberta +0.24528 cspg_html_2695921112 cspg_html_2695921112:80:8938:8946 Bathurst New Brunswick, New Jersey +0.243987 geology_html_5142231224 geology_html_5142231224:23:1488:1494 Reston Virginia +0.42292 aapg_ah_678.html aapg_ah_678.html:16:2294:2323 Vicksburg Texas +0.495558 aapg_ae_235.html aapg_ae_235.html:186:22455:22466 Black Creek Tuscaloosa, Alabama +0.52745 aapg_ac_688.html aapg_ac_688.html:209:20963:20978 Uinta Uintah, Utah +0.265144 aapg_ad_52.html aapg_ad_52.html:6:572:591 Coldwater Michigan +0.500485 aapg_ak_104.html aapg_ak_104.html:476:47384:47397 Madison Cheyenne, Wyoming +0.501375 aapg_ac_301.html aapg_ac_301.html:402:46916:46922 Antler Boise, Idaho +0.511224 sedimentology_html_5613495298 sedimentology_html_5613495298:1556:83465:83481 Chinle Logan, Utah +0.258055 cspg_html_4031489103 cspg_html_4031489103:508:78337:78345 Waterton Canada +0.252993 sedimentology_html_7103694532 sedimentology_html_7103694532:661:48286:48292 Moscow Russia +0.504252 sedimentology_html_7352727244 sedimentology_html_7352727244:855:44958:44962 Hall London, Ontario +0.48573 cspg_html_2954223000 cspg_html_2954223000:486:72114:72119 Uinta Logan, Utah +0.262416 aapg_ac_402.html aapg_ac_402.html:65:5820:5827 Theresa Zoara +0.730758 AMJC_html_5390933660 AMJC_html_5390933660:187:19533:19554 Waits River Cambridge, Massachusetts +0.482258 aapg_ac_190.html aapg_ac_190.html:61:11711:11730 Marcellus Pennsylvania +0.906303 aapg_af_664.html aapg_af_664.html:710:79373:79386 Brushy Canyon San Angelo, Texas +0.476 aapg_aa_745.html aapg_aa_745.html:345:41829:41858 Brushy Canyon Lea County Regional Airport +0.253512 cspg_html_5203550978 cspg_html_5203550978:444:47306:47324 Fayetteville Arkansas +0.492993 gsa_html_7800798612 gsa_html_7800798612:78:6043:6049 Provo Piedmont (United States) +0.262314 aapg_ah_5.html aapg_ah_5.html:1846:94492:94501 San Diego Denver +0.272934 aapg_ac_158.html aapg_ac_158.html:79:13616:13638 Cooking Lake Lacombe, Alberta +0.283346 aapg_ac_720.html aapg_ac_720.html:43:5956:5964 Navesink Closter, New Jersey +0.49296 cspg_html_7587979364 cspg_html_7587979364:1003:68196:68237 Cooking Lake Swan Hill, Victoria +0.261626 geology_html_1904038295 geology_html_1904038295:18:1160:1173 Potomac England +0.467892 cspg_html_3772380029 cspg_html_3772380029:728:90020:90041 Fossil Hill Ontario, California +0.468135 aapg_ae_973.html aapg_ae_973.html:449:31892:31900 Wolfcamp Mexico +0.252506 palaios_html_3163415141 palaios_html_3163415141:532:46058:46071 Chapel Island Corbin, Burin Peninsula, Newfoundland and Labrador +0.4956 sedimentology_html_9698218926 sedimentology_html_9698218926:45:3522:3528 Brazil New Guinea +0.473826 aapg_ad_864.html aapg_ad_864.html:1106:56470:56487 Jackson Mississippi River +0.48994 cspg_html_1019614994 cspg_html_1019614994:101:18458:18475 Wabamun Lacombe, Alberta +0.502244 aapg_ac_714.html aapg_ac_714.html:143:15240:15255 Piper Big Horn Mountains +0.47337 cspg_html_5295390542 cspg_html_5295390542:89:12336:12350 Doig Lacombe, Alberta +0.481873 aapg_af_575.html aapg_af_575.html:548:75182:75192 Kinderhook Missouri River +0.484227 cspg_html_2929384614 cspg_html_2929384614:529:57308:57328 Vicksburg Hidalgo County, New Mexico +0.39672 gsa_html_3872060924 gsa_html_3872060924:18:1099:1111 Owens Valley California +0.403406 aapg_ah_871.html aapg_ah_871.html:160:19429:19437 Montreal Ottawa, Kansas +0.261072 geology_html_6407364180 geology_html_6407364180:85:7461:7486 Navajo Logan, Utah +0.444216 aapg_ac_563.html aapg_ac_563.html:108:18645:18652 Sabinas Mississippi River +0.271377 aapg_ah_69.html aapg_ah_69.html:258:28907:28917 Chazy Western world +0.24857 aapg_ae_757.html aapg_ae_757.html:56:7472:7476 Wendover San Juan, Argentina +0.244904 cspg_html_7963093032 cspg_html_7963093032:648:59079:59104 Moosebar Lacombe, Alberta +0.488992 cspg_html_3772380029 cspg_html_3772380029:122:14836:14850 Kenogami River Canada +0.270648 aapg_ae_41.html aapg_ae_41.html:65:5149:5163 Woodbend Lacombe, Alberta +0.47226 cspg_html_4773367370 cspg_html_4773367370:331:25535:25551 Hasler Victoria, British Columbia +0.245508 aapg_aa_148.html aapg_aa_148.html:60:9138:9150 Burro Canyon Navajo Nation +0.530424 aapg_ae_767.html aapg_ae_767.html:58:6420:6436 Chinle Arizona +0.279697 palaios_html_5321533010 palaios_html_5321533010:422:46789:46795 Reston Hawaii (island) +0.2595 cspg_html_2490951833 cspg_html_2490951833:512:77371:77383 Cooking Lake Lacombe, Alberta +0.381248 aapg_ad_883.html aapg_ad_883.html:116:14020:14033 Meaford Ontario, California +0.489402 aapg_ae_305.html aapg_ae_305.html:818:63889:63895 Perija Venezuela +0.262128 aapg_ah_644.html aapg_ah_644.html:394:47259:47268 Gull Lake Regina, Saskatchewan +0.271392 aapg_af_579.html aapg_af_579.html:149:15242:15247 Ouray Telluride, Colorado +0.48603 geology_html_4447793411 geology_html_4447793411:100:7433:7443 San Felipe Sonora +0.26166 aapg_ae_725.html aapg_ae_725.html:681:64090:64095 Swift Maryland +0.265684 aapg_aa_143.html aapg_aa_143.html:974:107195:107239 Beekmantown Pennsylvania +0.468936 sedimentology_html_3405816632 sedimentology_html_3405816632:748:56184:56191 Andrews Norcross, Georgia +0.488376 AMJC_html_5390933660 AMJC_html_5390933660:596:59326:59345 Littleton Littleton, Colorado +0.476252 gsa_html_3191945202 gsa_html_3191945202:994:67998:68010 Owens Valley California +0.246092 sedimentology_html_9860745508 sedimentology_html_9860745508:452:35913:35919 Taylor London, Ontario +0.517 aapg_ai_811.html aapg_ai_811.html:220:31181:31192 Dutch Creek Jeffersonville, Indiana +0.243162 cspg_html_3516764931 cspg_html_3516764931:361:60628:60648 Harrogate Victoria, British Columbia +0.358834 aapg_ah_859.html aapg_ah_859.html:234:27602:27625 Moodys Branch Alabama +0.244856 gsa_html_6982030333 gsa_html_6982030333:751:70822:70830 John Day Wallowa, Oregon +0.48278 cspg_html_7256838293 cspg_html_7256838293:13:964:978 Muav Arizona +0.47817 aapg_ae_768.html aapg_ae_768.html:21:3417:3434 Rustler Salado, Texas +0.372 aapg_aa_495.html aapg_aa_495.html:76:10538:10556 Nacatoch Shreveport, Louisiana +0.451888 palaios_html_4936782265 palaios_html_4936782265:672:66279:66287 Colorado Pueblo, Colorado +0.24336 aapg_aa_685.html aapg_aa_685.html:348:31124:31134 North Horn Flagstaff, Arizona +0.457938 aapg_ad_440.html aapg_ad_440.html:388:38305:38313 Virginia Virginia +0.24605 jgeology_html_3385510991 jgeology_html_3385510991:595:39657:39678 Tibbit Hill Quebec City +0.248482 geology_html_8192302652 geology_html_8192302652:337:28086:28090 Bell Earth +0.238602 aapg_ac_410.html aapg_ac_410.html:24:2970:2983 Wapiabi Lacombe, Alberta +0.491898 aapg_af_422.html aapg_af_422.html:56:5821:5830 Jamestown Chautauqua County, Kansas +0.488131 gsa_html_3032625755 gsa_html_3032625755:1027:74473:74501 Green River New Mexico +0.472192 aapg_ac_730.html aapg_ac_730.html:598:86437:86453 Toreva Mancos, Colorado +0.4693 aapg_af_575.html aapg_af_575.html:949:134872:134882 Fort Dodge Iowa +0.263168 aapg_aa_415.html aapg_aa_415.html:73:12009:12029 Tokio Western world +0.485395 gsa_html_6330913937 gsa_html_6330913937:976:88871:88880 San Diego Southern California +0.261632 palaios_html_7111318862 palaios_html_7111318862:1168:110981:110996 Aguja Austin, Chicago +0.49368 aapg_ah_645.html aapg_ah_645.html:24:3671:3679 Sundance Colorado +0.414404 aapg_ai_143.html aapg_ai_143.html:187:20128:20135 Pakowki Lacombe, Alberta +0.240552 gsa_html_3448554349 gsa_html_3448554349:258:22876:22896 Hampshire Catskill Mountains +0.249856 cspg_html_7434089303 cspg_html_7434089303:417:54252:54260 Read Bay Ellesmere Island +0.26724 cspg_html_9689514766 cspg_html_9689514766:369:44151:44179 Ipperwash Ontario, California +0.244856 cspg_html_4407743346 cspg_html_4407743346:13:2111:2127 Muskeg Black Creek (Toronto) +0.197225 aapg_ah_96.html aapg_ah_96.html:161:18857:18874 Roughlock Winnipeg +0.454566 aapg_af_166.html aapg_af_166.html:22:2527:2535 Big Hill Matagorda County, Texas +0.479622 gsa_html_4308966435 gsa_html_4308966435:518:55652:55666 Cedar Mountain Logan, Utah +0.483674 aapg_ah_877.html aapg_ah_877.html:322:36366:36372 Oregon Cape Blanco Light +0.265176 aapg_ac_744.html aapg_ac_744.html:239:26174:26197 Trujillo Corozal Town +0.26367 cspg_html_6412687568 cspg_html_6412687568:10:1071:1089 Duperow Lacombe, Alberta +0.46299 cspg_html_1962846283 cspg_html_1962846283:24:3649:3673 Kootenay Victoria, British Columbia +0.23177 cspg_html_3883962749 cspg_html_3883962749:429:49800:49811 Coal Valley Lacombe, Alberta +0.453792 cspg_html_2018998204 cspg_html_2018998204:251:25065:25070 Yukon Watson Lake (Arizona) +0.285035 aapg_ad_169.html aapg_ad_169.html:95:12882:12902 Loyalhanna Huntington, West Virginia +0.23961 aapg_af_128.html aapg_af_128.html:232:23459:23467 Tensleep Cheyenne, Wyoming +0.243595 aapg_aa_360.html aapg_aa_360.html:98:10098:10111 Cook Mountain Carrizo Plain +0.47785 aapg_ah_574.html aapg_ah_574.html:73:7049:7066 Tamabra Matamoros, Tamaulipas +0.505479 gsa_html_7875871937 gsa_html_7875871937:555:53426:53434 Colorado Williston, Vermont +0.493506 aapg_ai_533.html aapg_ai_533.html:56:6341:6347 Viking Lacombe, Alberta +0.21158 aapg_ae_757.html aapg_ae_757.html:3:250:270 Carlile Colorado +0.23463 aapg_ai_28.html aapg_ai_28.html:720:68022:68028 Lissie Uvalde, Texas +0.25047 gsa_html_8912192312 gsa_html_8912192312:850:90551:90564 Francis London, Ontario +0.499554 aapg_ae_884.html aapg_ae_884.html:350:45474:45496 Judith River Fruitland, Idaho +0.25584 aapg_ad_466.html aapg_ad_466.html:1534:162368:162376 Virginia Yorktown, Virginia +0.27613 aapg_ae_369.html aapg_ae_369.html:44:5471:5478 Warrior Tuscaloosa, Alabama +0.489027 sedimentology_html_2139169476 sedimentology_html_2139169476:102:9479:9488 Peninsula Korea +0.277629 aapg_ae_181.html aapg_ae_181.html:7:858:863 Eutaw Knoxville, Tennessee +0.47736 cspg_html_9222238695 cspg_html_9222238695:187:26598:26606 Columbia Victoria, British Columbia +0.483041 aapg_ai_932.html aapg_ai_932.html:545:86939:86943 Hall San Luis Obispo, California +0.486837 aapg_ae_474.html aapg_ae_474.html:92:8398:8419 Paint Creek Bethel, Alaska +0.2425 palaios_html_6139698294 palaios_html_6139698294:71:8851:8867 Bluff Texas +0.26884 jgeology_html_3687907140 jgeology_html_3687907140:229:14996:15003 Halifax Canada +0.504666 aapg_af_482.html aapg_af_482.html:159:21590:21612 Esquias Lima, Ohio +0.696696 AMJC_html_7988146761 AMJC_html_7988146761:162:24465:24477 Owens Valley California +0.82482 aapg_af_50.html aapg_af_50.html:38:4428:4435 Minturn Eagle River, Alaska +0.250997 cspg_html_3618628685 cspg_html_3618628685:121:16488:16505 Belly River Deadhorse, Alaska +0.728064 aapg_ac_333.html aapg_ac_333.html:135:16754:16772 Toroweap Grand Canyon +0.266247 aapg_aa_685.html aapg_aa_685.html:507:44473:44492 Greenfield Dolomite Ohio +0.262636 cspg_html_2820961138 cspg_html_2820961138:557:59507:59524 Cardium Lacombe, Alberta +0.267288 cspg_html_1781462584 cspg_html_1781462584:121:13829:13847 Pekisko Lacombe, Alberta +0.497596 aapg_ai_932.html aapg_ai_932.html:186:28324:28349 Santa Margarita San Juan, Argentina +0.271425 aapg_af_461.html aapg_af_461.html:214:20258:20285 Salina Middle East +0.489384 aapg_aa_683.html aapg_aa_683.html:101:14307:14313 Pueblo Colorado +0.287326 aapg_aa_463.html aapg_aa_463.html:212:40712:40724 Mooringsport Paluxy, Texas +0.366444 aapg_ah_528.html aapg_ah_528.html:508:53748:53755 Thaynes Logan, Utah +0.259 palaios_html_2621173808 palaios_html_2621173808:568:62813:62830 Montney Lacombe, Alberta +0.47904 gsa_html_9901339383 gsa_html_9901339383:392:37815:37822 Laramie Cheyenne, Wyoming +0.269192 aapg_ah_283.html aapg_ah_283.html:446:50320:50326 Oregon Washington (state) +0.23814 cspg_html_3357826027 cspg_html_3357826027:105:15710:15718 Colorado Denver +0.263153 aapg_ae_319.html aapg_ae_319.html:363:27550:27558 Woodside Uinta Mountains +0.259588 cspg_html_9894399778 cspg_html_9894399778:78:7156:7166 Swan River Ashville, Ohio +0.377055 aapg_ac_662.html aapg_ac_662.html:19:3425:3445 Wood River Boise, Idaho +0.494235 aapg_af_653.html aapg_af_653.html:973:115589:115597 Vaqueros Monterey, California +0.256236 aapg_aa_22.html aapg_aa_22.html:39:4728:4733 Hueco Sacramento, California +0.2535 aapg_ah_237.html aapg_ah_237.html:292:29741:29759 Peninsula Oman +0.254448 aapg_ae_272.html aapg_ae_272.html:391:36078:36096 Michigan Michigan +0.479862 cspg_html_3634181348 cspg_html_3634181348:27:4112:4139 Wilberns Texas +0.466074 aapg_ae_885.html aapg_ae_885.html:221:22132:22146 Hermosa Arizona +0.26765 aapg_ad_871.html aapg_ad_871.html:693:58642:58672 Traverse Michigan +0.504981 aapg_ad_285.html aapg_ad_285.html:117:14345:14366 Kekiktuk Conglomerate Anchorage, Alaska +0.25428 aapg_ai_597.html aapg_ai_597.html:31:3184:3196 Pierre Sharon Springs, Kansas +0.460845 cspg_html_6159840831 cspg_html_6159840831:16:2037:2081 Muskiki Lacombe, Alberta +0.272986 cspg_html_9214997177 cspg_html_9214997177:30:4075:4118 Prairie Regina, Saskatchewan +0.278384 aapg_ae_3.html aapg_ae_3.html:78:9951:9959 Chainman Reno, Nevada +0.237 geology_html_5770895858 geology_html_5770895858:11:460:470 Washington Seattle +0.49348 aapg_af_979.html aapg_af_979.html:542:74379:74402 Viking Lacombe, Alberta +0.486156 aapg_ac_930.html aapg_ac_930.html:109:15160:15166 Oregon Salem, Oregon +0.904145 aapg_aa_39.html aapg_aa_39.html:42:4853:4868 Ouray San Juan, Argentina +0.254012 aapg_ae_628.html aapg_ae_628.html:214:19297:19313 Santa Clara Channel Islands of California +0.451572 aapg_ai_49.html aapg_ai_49.html:122:12850:12858 Tensleep Cheyenne, Wyoming +0.235216 palaios_html_8738458399 palaios_html_8738458399:78:10485:10501 Denver Denver +0.460136 aapg_ae_993.html aapg_ae_993.html:6:906:925 Beirdneau Boise, Idaho +0.501557 cspg_html_7403344526 cspg_html_7403344526:412:45127:45144 Cardium Lacombe, Alberta +0.471108 gsa_html_3860045860 gsa_html_3860045860:191:21229:21235 Oregon Molalla, Oregon +0.802923 aapg_ae_415.html aapg_ae_415.html:982:124168:124177 Catahoula Wayne County, Michigan +0.469395 cspg_html_7406325086 cspg_html_7406325086:51:8304:8312 Kootenai Great Falls (Missouri River) +0.24442 geology_html_1121887201 geology_html_1121887201:270:26080:26086 Navajo Arizona +0.503169 aapg_ad_721.html aapg_ad_721.html:209:19142:19152 Whitehorse Texas +0.27719 aapg_af_745.html aapg_af_745.html:612:82499:82517 Niobrara Niobrara, Nebraska +0.461824 jgeology_html_2837808723 jgeology_html_2837808723:1221:68761:68765 Hall London, Ontario +0.504612 aapg_ai_240.html aapg_ai_240.html:203:22273:22282 Lodgepole Williston, Vermont +0.254664 aapg_ad_379.html aapg_ad_379.html:859:70755:70773 Frontier Cheyenne, Wyoming +0.22176 aapg_ah_96.html aapg_ah_96.html:503:59261:59270 Stonewall Manitoba +0.244488 aapg_af_725.html aapg_af_725.html:144:15935:15979 Harpersville Harpersville, Alabama +0.49248 gsa_html_2023933346 gsa_html_2023933346:538:54731:54742 Sespe Santiago +0.503475 palaios_html_3112927242 palaios_html_3112927242:32:3493:3511 Juniata Juniata County School District +0.251482 sedimentology_html_2684332389 sedimentology_html_2684332389:34:1939:1947 Victoria Canada +0.50298 aapg_ac_484.html aapg_ac_484.html:687:89447:89464 Temblor California +0.228403 aapg_ae_65.html aapg_ae_65.html:104:12300:12307 Madison Western world +0.301788 aapg_ah_779.html aapg_ah_779.html:244:45109:45120 Martinsburg Knoxville, Tennessee +0.272435 aapg_ae_71.html aapg_ae_71.html:314:29254:29260 Chinle Kayenta, Arizona +0.248997 aapg_ad_125.html aapg_ad_125.html:20:2240:2251 Tar Springs Richland, Washington +0.482664 aapg_aa_785.html aapg_aa_785.html:396:43491:43511 Milk River Lacombe, Alberta +0.498225 palaios_html_4501603736 palaios_html_4501603736:116:11279:11296 Thaynes Montello, Nevada +0.447886 gsa_html_1538463681 gsa_html_1538463681:92:8108:8127 Glance Conglomerate Arizona +0.247923 aapg_ad_466.html aapg_ad_466.html:900:97468:97486 Matawan Monmouth +0.267734 cspg_html_9354781888 cspg_html_9354781888:83:15542:15563 Spray Lacombe, Alberta +0.484242 cspg_html_4193503340 cspg_html_4193503340:12:1539:1549 Milk River Lacombe, Alberta +0.252396 aapg_af_90.html aapg_af_90.html:88:12920:12937 Johnnie Spring Mountains National Recreation Area +0.263165 aapg_ad_338.html aapg_ad_338.html:552:59077:59094 Raritan Closter, New Jersey +0.493812 aapg_af_886.html aapg_af_886.html:306:12566:12574 Oakville Texas +0.492604 geology_html_1523318259 geology_html_1523318259:149:18286:18293 Laramie Hot Springs, Arkansas +0.530404 gsa_html_1248650603 gsa_html_1248650603:1050:92640:92668 Green River Colorado +0.249494 cspg_html_4031489103 cspg_html_4031489103:373:56779:56801 Mount Nelson Pend Oreille River +0.260091 cspg_html_5198658336 cspg_html_5198658336:14:1349:1367 Paskapoo Calgary +0.247883 aapg_ah_335.html aapg_ah_335.html:378:45952:45962 Boissevain Virginia +0.257048 aapg_af_808.html aapg_af_808.html:213:28221:28239 Scotland Trinidad and Tobago +0.265056 aapg_ae_364.html aapg_ae_364.html:274:25026:25053 Velasco Trinidad and Tobago +0.26367 geology_html_1433230577 geology_html_1433230577:49:5561:5582 Sugar Mohawk Valley +0.25553 palaios_html_3022467877 palaios_html_3022467877:288:31298:31309 Hornerstown Navesink River +0.266742 cspg_html_4699684578 cspg_html_4699684578:298:35347:35362 Alexo Lacombe, Alberta +0.505218 gsa_html_6983076294 gsa_html_6983076294:15:982:1004 Carrizo Texas +0.25 aapg_aa_360.html aapg_aa_360.html:603:59601:59621 Eagle Luling, Louisiana +0.303183 aapg_af_854.html aapg_af_854.html:537:72904:72909 Salem Missouri River +0.258516 aapg_ah_729.html aapg_ah_729.html:427:70209:70227 Provo Oman +0.5018 gsa_html_9866042258 gsa_html_9866042258:1848:143138:143143 Price Lake Taupo +0.24378 cspg_html_1448647873 cspg_html_1448647873:435:48136:48144 Virginia Middle Ordovician +0.27931 aapg_ah_371.html aapg_ah_371.html:230:17568:17578 Tuscaloosa Alabama +0.27248 aapg_ai_3.html aapg_ai_3.html:36:5734:5740 Ripley Missouri River +0.248262 aapg_ah_604.html aapg_ah_604.html:91:6436:6445 Sunniland Melbourne, Florida +0.284544 aapg_ah_647.html aapg_ah_647.html:811:87664:87669 Supai Earp, California +0.254989 aapg_ah_289.html aapg_ah_289.html:546:75911:75936 Santa Margarita California +0.259045 aapg_ai_959.html aapg_ai_959.html:58:6389:6397 Woodbine Mexia, Texas +0.507675 cspg_html_7102673197 cspg_html_7102673197:285:35507:35524 Cardium Lacombe, Alberta +0.489219 aapg_af_606.html aapg_af_606.html:31:3876:3884 Vaqueros Monterey, California +0.4893 aapg_ae_113.html aapg_ae_113.html:211:27548:27562 Eids Bathurst Island (Northern Territory) +0.2678 cspg_html_6331977039 cspg_html_6331977039:53:5409:5427 Read Bay Little Cornwallis Island +0.728277 gsa_html_9053175553 gsa_html_9053175553:138:18638:18657 Flagstaff Logan, Utah +0.712537 aapg_ac_720.html aapg_ac_720.html:24:3169:3177 Navesink New Egypt, New Jersey +0.25921 aapg_ae_473.html aapg_ae_473.html:205:19626:19631 Eutaw Tinsley, South Yorkshire +0.483759 aapg_af_433.html aapg_af_433.html:151:18863:18876 Cotton Valley Bogalusa, Louisiana +0.488448 AMJC_html_8196929284 AMJC_html_8196929284:12:589:600 Main Street Houston +0.261117 geology_html_5854468401 geology_html_5854468401:266:24584:24593 San Diego California +0.47311 cspg_html_6255491344 cspg_html_6255491344:6:712:725 Mist Mountain Lacombe, Alberta +0.262143 AMJC_html_2648925619 AMJC_html_2648925619:801:77726:77742 Kodiak Anchorage, Alaska +0.279282 aapg_ah_847.html aapg_ah_847.html:223:26073:26080 Magothy Woodbury, New Jersey +0.262566 aapg_ad_152.html aapg_ad_152.html:1446:186592:186615 Loray Kaibab, Arizona +0.464486 gsa_html_5516163646 gsa_html_5516163646:14:680:690 Florissant Colorado +0.071 aapg_ah_96.html aapg_ah_96.html:255:29528:29547 Red River Winnipeg +0.471056 aapg_aa_47.html aapg_aa_47.html:826:97534:97542 Colorado Sangre de Cristo Range +0.374748 aapg_ad_466.html aapg_ad_466.html:290:35465:35478 Potomac Delaware +0.265176 palaios_html_3406135825 palaios_html_3406135825:538:58283:58299 Nepean Canada +0.484615 aapg_ai_688.html aapg_ai_688.html:110:14557:14569 Huntersville Mason County, West Virginia +0.469216 cspg_html_9439353033 cspg_html_9439353033:33:4399:4417 Coalspur Lacombe, Alberta +0.813247 AMJC_html_7190858839 AMJC_html_7190858839:1125:105786:105798 Rhode Island Murray, Kentucky +0.26214 cspg_html_4727171280 cspg_html_4727171280:94:10803:10824 Belly River Drumheller +0.50949 aapg_ai_17.html aapg_ai_17.html:1264:85987:85996 Vicksburg Antigua Guatemala +0.494769 sedimentology_html_8152145374 sedimentology_html_8152145374:345:28452:28472 Takiritini North Island (Houtman Abrolhos) +0.251923 cspg_html_9768299963 cspg_html_9768299963:46:5562:5578 Wapiti Lacombe, Alberta +0.245024 cspg_html_4664502755 cspg_html_4664502755:98:13449:13454 Basal Middle East +0.265398 aapg_ad_39.html aapg_ad_39.html:184:11974:11997 Cotton Valley Indian Lake, New York +0.495726 aapg_af_6.html aapg_af_6.html:55:5861:5865 Frio Illinois +0.487956 gsa_html_1419461902 gsa_html_1419461902:31:1716:1724 Colorado Denver +0.249991 sedimentology_html_4210495015 sedimentology_html_4210495015:109:10450:10458 Victoria McMurdo Sound +0.257013 cspg_html_3798354576 cspg_html_3798354576:251:25686:25698 Exshaw Lacombe, Alberta +0.255458 cspg_html_1159794850 cspg_html_1159794850:176:27058:27074 Salina Guelph +0.258028 geology_html_7009319340 geology_html_7009319340:194:21312:21316 Bond North Atlantic Current +0.507934 gsa_html_6939501088 gsa_html_6939501088:910:88253:88281 Green River Colorado +0.498996 aapg_ai_592.html aapg_ai_592.html:3:251:266 Uinta Logan, Utah +0.2496 aapg_ae_110.html aapg_ae_110.html:39:5081:5090 Red River Texas +0.701838 cspg_html_9735723617 cspg_html_9735723617:258:32680:32700 Weatherall Melville, New York +0.270231 aapg_af_695.html aapg_af_695.html:274:26925:26936 San Antonio Texas +0.505932 aapg_aa_399.html aapg_aa_399.html:395:31483:31499 Ravenscrag Bearpaw Formation +0.494 aapg_ah_779.html aapg_ah_779.html:369:68729:68735 Clifty New Mexico +0.497203 geology_html_9569640645 geology_html_9569640645:150:15475:15482 Halifax Hartford, Connecticut +0.492408 aapg_ad_466.html aapg_ad_466.html:789:86680:86692 Mount Laurel Navesink River +0.2515 aapg_af_880.html aapg_af_880.html:416:62850:62873 Belle Plains Wichita, Kansas +0.247 aapg_ai_970.html aapg_ai_970.html:274:31973:31982 Nipissing Great Lakes region (North America) +0.488136 cspg_html_3815346433 cspg_html_3815346433:18:2356:2368 Lime Creek Canada +0.468825 cspg_html_4924970281 cspg_html_4924970281:664:76842:76858 Viking Lacombe, Alberta +0.491512 AMJC_html_5402007949 AMJC_html_5402007949:44:4139:4148 Red River Pearl River (China) +0.853572 aapg_ad_379.html aapg_ad_379.html:746:60535:60543 Sundance Logan, Utah +0.25917 aapg_ac_841.html aapg_ac_841.html:1234:126484:126502 Chochal Honduras +0.472352 cspg_html_1351473625 cspg_html_1351473625:90:15279:15287 Columbia Victoria, British Columbia +0.26985 cspg_html_9735723617 cspg_html_9735723617:1222:121252:121272 Griper Bay Melville Island (Canada) +0.691821 cspg_html_9343899465 cspg_html_9343899465:889:81018:81030 Hecla Bay Ellesmere Island +0.254478 sedimentology_html_6382215824 sedimentology_html_6382215824:186:16037:16043 Sierra San Juan, Argentina +0.25839 gsa_html_6441142238 gsa_html_6441142238:120:12075:12092 Decorah Pierce County, Washington +0.257045 sedimentology_html_3455473347 sedimentology_html_3455473347:1280:80760:80764 Hall London, Ontario +0.257045 cspg_html_4530154552 cspg_html_4530154552:38:6622:6671 Montney Lacombe, Alberta +0.487113 aapg_ac_380.html aapg_ac_380.html:202:25539:25548 Edgecliff Onondaga County, New York +0.292166 aapg_ac_683.html aapg_ac_683.html:34:3426:3436 Tuscaloosa Shreveport, Louisiana +0.293844 aapg_ac_730.html aapg_ac_730.html:236:33044:33060 Dakota Mancos, Colorado +0.23424 gsa_html_2726343192 gsa_html_2726343192:12:511:517 Oregon Salem, Oregon +0.468224 AMJC_html_5471526645 AMJC_html_5471526645:37:4660:4668 Virginia North Carolina +0.522488 aapg_ac_965.html aapg_ac_965.html:752:82242:82249 Manlius Florida +0.24346 aapg_ah_775.html aapg_ah_775.html:604:52640:52648 Colorado Colorado +0.481525 aapg_aa_932.html aapg_aa_932.html:66:6363:6373 Whitehorse Herington, Kansas +0.254508 aapg_ac_837.html aapg_ac_837.html:256:23244:23250 Denver Manderson, Wyoming +0.474525 gsa_html_9643610413 gsa_html_9643610413:1266:76789:76793 Dunn California +0.260036 gsa_html_5628658687 gsa_html_5628658687:23:1015:1025 Washington Virginia +0.274575 sedimentology_html_8384737970 sedimentology_html_8384737970:460:41222:41238 Entrada Logan, Utah +0.49028 aapg_af_509.html aapg_af_509.html:287:34709:34714 Price Arctic Cordillera +0.486588 aapg_ah_320.html aapg_ah_320.html:102:11468:11483 Queenston Huntington, West Virginia +0.472944 aapg_ai_321.html aapg_ai_321.html:78:10344:10351 Metapan El Salvador, Misamis Oriental +0.3585 aapg_ah_779.html aapg_ah_779.html:231:42384:42406 Martinsburg Virginia +0.47658 gsa_html_2675218998 gsa_html_2675218998:894:81590:81596 Jordan Colombia +0.496683 aapg_ae_873.html aapg_ae_873.html:824:95174:95182 Woodbine Lewisville, Texas +0.282472 aapg_ae_335.html aapg_ae_335.html:222:23212:23226 Frontier Worland, Wyoming +0.495104 gsa_html_4071231613 gsa_html_4071231613:588:65576:65602 Wild Sheep Creek Anchorage, Alaska +0.241056 geology_html_1598246130 geology_html_1598246130:147:12052:12062 West Point Winslow, Arizona +0.475059 cspg_html_6014123208 cspg_html_6014123208:430:53800:53807 Gething Lacombe, Alberta +0.284622 cspg_html_1689718991 cspg_html_1689718991:22:1781:1786 Banff Regina, Saskatchewan +0.480072 cspg_html_5456368738 cspg_html_5456368738:142:18954:18963 Elm Point Manitoba +0.4704 cspg_html_4727171280 cspg_html_4727171280:74:8168:8176 Edmonton Edmonton, London +0.825372 cspg_html_5484260516 cspg_html_5484260516:1565:130209:130215 Exshaw Western Canadian Sedimentary Basin +0.498942 palaios_html_1262064602 palaios_html_1262064602:970:96870:96895 Chinle Arizona +0.471828 aapg_ad_45.html aapg_ad_45.html:143:9650:9671 Tar Springs Franklin County, Ohio +0.256 gsa_html_1254347878 gsa_html_1254347878:747:78033:78051 Sheppard Victoria, British Columbia +0.241516 geology_html_6154118633 geology_html_6154118633:11:484:494 Washington Washington (state) +0.262023 cspg_html_8363357104 cspg_html_8363357104:9:685:697 Mount Wilson Lacombe, Alberta +0.243712 cspg_html_3907807140 cspg_html_3907807140:597:67115:67134 Athabasca Lacombe, Alberta +0.263144 geology_html_1889009191 geology_html_1889009191:15:674:681 Entrada Logan, Utah +0.25449 aapg_ad_760.html aapg_ad_760.html:186:20298:20314 Modelo Monterey, California +0.228656 aapg_ae_59.html aapg_ae_59.html:414:38934:38942 Colorado Colorado +0.264052 cspg_html_9958679425 cspg_html_9958679425:102:14538:14544 Calmar Edmonton, London +0.257176 sedimentology_html_3826538092 sedimentology_html_3826538092:660:40625:40637 Rhododendron Stone Mountain, Georgia +0.248392 aapg_ad_871.html aapg_ad_871.html:58:6842:6864 Ferron Point Alpena County, Michigan +0.475547 cspg_html_6252417471 cspg_html_6252417471:507:65755:65773 Edmonton Lacombe, Alberta +0.473616 gsa_html_8688253811 gsa_html_8688253811:749:57978:57988 Washington Seattle +0.471003 geology_html_6088921686 geology_html_6088921686:356:28433:28465 Sierra California +0.488448 aapg_ad_557.html aapg_ad_557.html:9824:518169:518174 Husky Anchorage, Alaska +0.262654 sedimentology_html_6949444683 sedimentology_html_6949444683:948:48821:48827 Banner Hanson, Massachusetts +0.248745 cspg_html_9046359229 cspg_html_9046359229:834:98593:98601 Columbia Victoria, British Columbia +0.260608 cspg_html_2882304151 cspg_html_2882304151:39:7590:7608 Kootenay Bow River +0.707608 gsa_html_1650524399 gsa_html_1650524399:45:5942:5953 Green River Powder River (Montana) +0.509855 aapg_af_16.html aapg_af_16.html:10:1418:1425 Cardium Canada +0.251995 aapg_ai_975.html aapg_ai_975.html:463:41399:41405 Sierra Mexico +0.887339 aapg_af_397.html aapg_af_397.html:615:73067:73084 Todilto Entrada Sandstone +0.304028 aapg_ac_270.html aapg_ac_270.html:72:5934:5960 Potsdam Wyoming County, Pennsylvania +0.263676 aapg_ac_571.html aapg_ac_571.html:383:52156:52162 Oxford England +0.492531 aapg_ah_96.html aapg_ah_96.html:556:64457:64462 Viola Winnipeg +0.263442 aapg_af_568.html aapg_af_568.html:497:40900:40918 Frontier Cheyenne, Wyoming +0.271377 aapg_aa_351.html aapg_aa_351.html:6:678:684 Wilcox Tahlequah, Oklahoma +0.255518 sedimentology_html_3761610495 sedimentology_html_3761610495:376:44058:44062 Hall London, Ontario +0.247 cspg_html_3354282978 cspg_html_3354282978:1024:105830:105849 Swan Hills Lacombe, Alberta +0.499554 aapg_ae_961.html aapg_ae_961.html:125:9861:9868 Grafton Fargo, North Dakota +0.265216 aapg_ae_884.html aapg_ae_884.html:442:56032:56054 Judith River Bowen, Queensland +0.260075 aapg_ac_71.html aapg_ac_71.html:166:20880:20897 Sunrise Reno, Nevada +0.502656 cspg_html_6134774167 cspg_html_6134774167:400:44902:44919 Cardium Lacombe, Alberta +0.470288 aapg_ai_694.html aapg_ai_694.html:6:934:949 Ingleside Beaumont, Texas +0.262654 cspg_html_2928630722 cspg_html_2928630722:10:1445:1453 Columbia Pine River (Michigan) +0.27195 aapg_ae_993.html aapg_ae_993.html:559:58198:58207 Jefferson Cheyenne, Wyoming +0.25351 aapg_aa_913.html aapg_aa_913.html:214:19081:19091 Georgetown Buda, Texas +0.46624 cspg_html_8312989046 cspg_html_8312989046:98:12413:12431 Smithers Atlantic salmon +0.24528 aapg_aa_998.html aapg_aa_998.html:4:387:401 Sycamore Travis County, Texas +0.263 palaios_html_3751051678 palaios_html_3751051678:44:4217:4225 Sundance Cheyenne, Wyoming +0.278196 aapg_af_143.html aapg_af_143.html:550:50108:50136 Humbug Elk River, Minnesota +0.487494 geology_html_2183010330 geology_html_2183010330:275:20664:20671 St Marys Earth +0.252973 aapg_ad_596.html aapg_ad_596.html:130:19215:19220 Nisku Lacombe, Alberta +0.466464 aapg_af_598.html aapg_af_598.html:37:4064:4076 Nowata Coffeyville, Kansas +0.483108 geology_html_6250524320 geology_html_6250524320:43:3594:3615 North Mountain Basalt Bridgetown, Nova Scotia +0.510976 gsa_html_6691844942 gsa_html_6691844942:638:54856:54884 Green River Colorado +0.505136 cspg_html_7799850124 cspg_html_7799850124:602:67179:67194 Leduc Lacombe, Alberta +0.48076 gsa_html_1491636326 gsa_html_1491636326:1155:95514:95534 Toro Chile +0.275028 aapg_aa_381.html aapg_aa_381.html:35:5015:5023 Monterey Red Rock Canyon National Conservation Area +0.242015 gsa_html_4719798013 gsa_html_4719798013:512:50563:50600 Blackwater Draw Texas +0.271341 sedimentology_html_3200584564 sedimentology_html_3200584564:1291:85209:85224 Mesaverde Logan, Utah +0.29767 geology_html_1536947479 geology_html_1536947479:235:23250:23258 Toroweap Grand Canyon +0.901288 cspg_html_9119878068 cspg_html_9119878068:86:11713:11729 Waterways Swan Hill, Victoria +0.456435 aapg_aa_800.html aapg_aa_800.html:103:10884:10900 Navajo Logan, Utah +0.25959 gsa_html_6753732431 gsa_html_6753732431:30:3442:3457 Sespe California +0.2625 cspg_html_7330983978 cspg_html_7330983978:6:209:231 Boat Harbour Canada +0.27404 cspg_html_4727171280 cspg_html_4727171280:63:7011:7018 Bearpaw Edmonton, London +0.482275 cspg_html_7281679890 cspg_html_7281679890:383:64024:64042 Mackenzie Victoria, British Columbia +0.506787 aapg_aa_124.html aapg_aa_124.html:24:3584:3592 Columbia Victoria, British Columbia +0.360702 aapg_ae_63.html aapg_ae_63.html:724:61822:61859 Water Canyon Logan, Utah +0.252324 aapg_ai_526.html aapg_ai_526.html:121:15069:15089 Mesaverde Chinle Formation +0.4559 gsa_html_5952049575 gsa_html_5952049575:742:74293:74311 Willwood Cheyenne, Wyoming +0.254125 cspg_html_3531222995 cspg_html_3531222995:66:9527:9545 Prairie Lacombe, Alberta +0.487786 cspg_html_7135913551 cspg_html_7135913551:42:6258:6273 Lance Cheyenne, Wyoming +0.480768 aapg_af_575.html aapg_af_575.html:1117:160844:160862 Edwards Edwards Plateau +0.480168 AMJC_html_2228158963 AMJC_html_2228158963:739:82293:82297 Rome Boothbay Harbor, Maine +0.249919 cspg_html_7552198061 cspg_html_7552198061:217:25583:25589 Denver Cheyenne, Wyoming +0.499797 aapg_ae_272.html aapg_ae_272.html:67:8582:8607 Michigan Michigan +0.276532 aapg_ah_427.html aapg_ah_427.html:263:35010:35019 Red River Wichita, Kansas +0.497376 aapg_af_397.html aapg_af_397.html:98:11836:11843 Entrada Entrada Sandstone +0.507636 aapg_ad_192.html aapg_ad_192.html:29:3649:3665 Tuscaloosa Tuscaloosa, Alabama +0.254989 cspg_html_3907807140 cspg_html_3907807140:671:71387:71406 Athabasca Lacombe, Alberta +0.297102 geology_html_8986165275 geology_html_8986165275:306:28922:28953 Naknek Anchorage, Alaska +0.271377 aapg_ah_747.html aapg_ah_747.html:106:12643:12658 Weber Logan, Utah +0.26877 aapg_af_662.html aapg_af_662.html:219:15931:15936 Atoka Atoka, Oklahoma +0.264052 aapg_af_664.html aapg_af_664.html:209:23074:23078 Word Guadalupe Mountains National Park +0.472054 palaios_html_3028956190 palaios_html_3028956190:684:77414:77445 Kope Cincinnati +0.25755 cspg_html_8298261690 cspg_html_8298261690:693:68371:68378 Bluesky Lacombe, Alberta +0.26677 aapg_ae_319.html aapg_ae_319.html:711:60542:60550 Sundance Entrada Sandstone +0.382568 AMJC_html_8033701328 AMJC_html_8033701328:194:19413:19430 Johnnie Death Valley +0.27552 aapg_aa_683.html aapg_aa_683.html:403:44558:44581 Dakota Cheyenne, Wyoming +0.252 aapg_ah_603.html aapg_ah_603.html:58:4722:4736 Red Rock Shreveport, Louisiana +0.237104 aapg_ac_951.html aapg_ac_951.html:158:17866:17902 Prospect Western world +0.466668 cspg_html_4287356899 cspg_html_4287356899:330:47389:47409 Hart River Anchorage, Alaska +0.49396 aapg_ae_185.html aapg_ae_185.html:584:51527:51550 Cotton Valley Cotton Valley, Louisiana +0.479605 sedimentology_html_6758585724 sedimentology_html_6758585724:1168:82645:82683 Paradox Logan, Utah +0.26433 aapg_ac_426.html aapg_ac_426.html:170:17493:17501 Colorado Denver +0.455008 aapg_ad_852.html aapg_ad_852.html:85:7836:7852 Chinle Rio Arriba County, New Mexico +0.262128 cspg_html_4495395109 cspg_html_4495395109:6:571:589 Eastend Regina, Saskatchewan +0.517018 cspg_html_7248845592 cspg_html_7248845592:131:14976:14988 Wilkie Point Melville Island (Canada) +0.484632 aapg_ah_517.html aapg_ah_517.html:3:174:214 Madison Williamson County, Texas +0.483585 aapg_ad_581.html aapg_ad_581.html:461:54040:54046 Oldham Ohio +0.1287 aapg_ah_96.html aapg_ah_96.html:174:20404:20422 Deadwood Winnipeg +0.255 cspg_html_8775315691 cspg_html_8775315691:119:13580:13598 Scollard Saint Kitts and Nevis +0.476252 jgeology_html_3861914771 jgeology_html_3861914771:411:20726:20737 Bloomington Harrodsburg, Indiana +0.466186 aapg_ae_969.html aapg_ae_969.html:142:15282:15299 Trabuco Silverado, California +0.487622 aapg_ah_318.html aapg_ah_318.html:501:58980:58999 Smackover Arkansas +0.253402 aapg_ad_52.html aapg_ad_52.html:15:1835:1853 Michigan Michigan +0.50085 aapg_ac_629.html aapg_ac_629.html:124:17754:17774 Citronelle Alabama +0.506369 aapg_aa_358.html aapg_aa_358.html:106:11911:11928 Chinle Coconino County, Arizona +0.492345 aapg_ad_862.html aapg_ad_862.html:30:5210:5218 Virginia Washington (state) +0.243915 sedimentology_html_8923738088 sedimentology_html_8923738088:2022:105379:105384 Price Lake Louise, Alberta +0.265698 cspg_html_4694482219 cspg_html_4694482219:37:4662:4680 Bearpaw Lacombe, Alberta +0.9215 cspg_html_3860685167 cspg_html_3860685167:860:79825:79845 Mount Head Lacombe, Alberta +0.276675 aapg_ac_222.html aapg_ac_222.html:310:40424:40440 Chinle Colorado +0.48516 aapg_af_575.html aapg_af_575.html:1128:162259:162271 Independence Arkansas +0.26988 aapg_ae_296.html aapg_ae_296.html:296:27594:27604 San Andres Texas +0.262626 cspg_html_6306091047 cspg_html_6306091047:861:108567:108586 Pardonet Lacombe, Alberta +0.490941 cspg_html_9275863663 cspg_html_9275863663:73:10589:10606 Gilwood Swan Hill, Victoria +0.23562 aapg_ae_73.html aapg_ae_73.html:318:41224:41230 Dockum Las Vegas Strip +0.240856 gsa_html_4930932370 gsa_html_4930932370:297:31658:31672 Rove Ontario, California +0.237133 aapg_af_50.html aapg_af_50.html:814:74280:74288 Colorado Leadville, Colorado +0.500988 gsa_html_9296779210 gsa_html_9296779210:726:63441:63449 Colorado Colorado +0.253302 aapg_ae_324.html aapg_ae_324.html:1471:141248:141256 Virginia Saltville, Virginia +0.270384 aapg_ah_283.html aapg_ah_283.html:101:10299:10305 Oregon Washington (state) +0.26471 cspg_html_2083823293 cspg_html_2083823293:51:7703:7711 Columbia Lacombe, Alberta +0.247009 AMJC_html_6107665103 AMJC_html_6107665103:792:57736:57742 Sierra Caribbean +0.246909 gsa_html_2168907540 gsa_html_2168907540:57:6166:6176 Washington Cascade Locks, Oregon +0.285107 aapg_af_551.html aapg_af_551.html:121:13752:13774 Gilmore City Forest City, Iowa +0.262128 cspg_html_7182873498 cspg_html_7182873498:307:41571:41580 Newcastle England +0.4775 sedimentology_html_3417381350 sedimentology_html_3417381350:1180:93524:93542 Sisquoc California +0.232764 cspg_html_2585769771 cspg_html_2585769771:1107:84272:84280 Edmonton Edmonton, London +0.454581 gsa_html_3069013284 gsa_html_3069013284:542:57828:57834 Denver Arizona +0.486664 cspg_html_1333179361 cspg_html_1333179361:628:54256:54264 Columbia Victoria, British Columbia +0.4826 jgeology_html_5968390289 jgeology_html_5968390289:79:3532:3541 San Diego California +0.253895 aapg_ae_370.html aapg_ae_370.html:564:55007:55026 Scappoose Durham, North Carolina +0.468216 cspg_html_6611173979 cspg_html_6611173979:480:40734:40753 Waterways Lacombe, Alberta +0.271752 aapg_ad_152.html aapg_ad_152.html:1937:254741:254747 Toroweap Kaibab, Arizona +0.260545 aapg_ad_918.html aapg_ad_918.html:111:14903:14909 Dakota Niobrara, Nebraska +0.251563 cspg_html_3860685167 cspg_html_3860685167:1070:97526:97546 Mount Head Lacombe, Alberta +0.278559 aapg_af_903.html aapg_af_903.html:191:24769:24785 Blaine Wichita Mountains +0.498942 aapg_ae_479.html aapg_ae_479.html:844:69537:69545 Virginia Virginia +0.724086 aapg_ah_978.html aapg_ah_978.html:454:42153:42160 Temblor Coalinga, California +0.258 aapg_ah_533.html aapg_ah_533.html:120:16201:16207 Oregon Roseburg, Oregon +0.26159 jgeology_html_3850793895 jgeology_html_3850793895:623:49098:49102 Ross Stroudsburg, Pennsylvania +0.48246 geology_html_1074529748 geology_html_1074529748:104:9901:9917 Fish Canyon Tuff Mount Pinatubo +0.277836 palaios_html_5398833984 palaios_html_5398833984:688:83103:83115 Wilcox Texas +0.253092 aapg_aa_904.html aapg_aa_904.html:266:22407:22416 Baldonnel Victoria, British Columbia +0.515484 gsa_html_3179245953 gsa_html_3179245953:644:61041:61069 Green River Colorado +0.483759 geology_html_3911481921 geology_html_3911481921:127:16505:16526 Wood Canyon Death Valley +0.267168 gsa_html_9417870342 gsa_html_9417870342:1106:80271:80280 San Diego Dubuque, Iowa +0.262108 cspg_html_3068776384 cspg_html_3068776384:556:60875:60883 Dunvegan Victoria, British Columbia +0.478022 cspg_html_7539214955 cspg_html_7539214955:105:13883:13894 Slave Point Victoria, British Columbia +0.255524 aapg_aa_732.html aapg_aa_732.html:29:4824:4848 Comanche Peak Goodland, Kansas +0.744015 aapg_ah_318.html aapg_ah_318.html:2469:209071:209088 Todos Santos Honduras +0.41757 aapg_ac_212.html aapg_ac_212.html:471:45347:45367 Fort Union Cheyenne, Wyoming +0.496422 sedimentology_html_5557101170 sedimentology_html_5557101170:736:46878:46890 Devon Island Alert, Nunavut +0.476577 aapg_ae_369.html aapg_ae_369.html:44:5459:5469 Tuscaloosa Hale County, Alabama +0.26163 aapg_ah_779.html aapg_ah_779.html:596:109900:109908 Catskill Middle East +0.504339 aapg_ad_152.html aapg_ad_152.html:975:128246:128262 Pequop Reno, Nevada +0.475048 jgeology_html_2837808723 jgeology_html_2837808723:1109:65364:65368 Hall London, Ontario +0.245508 aapg_ai_999.html aapg_ai_999.html:277:21158:21174 Navajo Carmel, Indiana +0.257 sedimentology_html_6621214543 sedimentology_html_6621214543:562:49429:49435 Nelson Australasia +0.266231 aapg_ad_652.html aapg_ad_652.html:19:2828:2845 Cowlitz Washington (state) +0.261522 aapg_ai_928.html aapg_ai_928.html:149:22106:22137 Wilcox Logan, Utah +0.247904 cspg_html_2575903827 cspg_html_2575903827:20:2337:2344 Moncton Canada +0.240885 aapg_ae_319.html aapg_ae_319.html:592:49670:49684 Duchesne River Lake Fork (Texas) +0.257013 gsa_html_5341325188 gsa_html_5341325188:23:2029:2047 Libby Cheyenne, Wyoming +0.251082 palaios_html_9962835704 palaios_html_9962835704:51:4884:4911 Elkhorn Mountains Volcanics Choteau, Montana +0.48379 gsa_html_6128180434 gsa_html_6128180434:1333:109801:109829 Green River Colorado +0.466941 geology_html_4431824234 geology_html_4431824234:403:28117:28125 Colorado Uinta Mountains +0.250805 gsa_html_4667678389 gsa_html_4667678389:529:48229:48245 Shezal Pocatello, Idaho +0.245448 aapg_ae_584.html aapg_ae_584.html:157:18833:18841 Wagwater Richmond, California +0.227493 aapg_ae_73.html aapg_ae_73.html:524:70418:70431 Poison Canyon Western world +0.465348 jgeology_html_2234970446 jgeology_html_2234970446:1584:77983:77989 Thrifty London, Ontario +0.276285 aapg_ad_641.html aapg_ad_641.html:147:16961:16981 San Andres Hockley +0.269871 cspg_html_9234101474 cspg_html_9234101474:183:22751:22766 Dunvegan Western world +0.266231 aapg_ah_3.html aapg_ah_3.html:275:36231:36245 Toro New Guinea +0.247396 cspg_html_3415721018 cspg_html_3415721018:107:15766:15774 Columbia Pine River (Michigan) +0.252504 gsa_html_4446967287 gsa_html_4446967287:583:50997:51005 Ladybird Monashee Pass +0.49011 aapg_ah_223.html aapg_ah_223.html:12:1367:1375 Colorado Colorado +0.452918 cspg_html_3026112034 cspg_html_3026112034:261:27588:27605 Wabamun Pine Brook, New Jersey +0.257556 geology_html_3686581490 geology_html_3686581490:11:529:539 Washington Seattle +0.499758 aapg_ac_301.html aapg_ac_301.html:186:21544:21576 Saturday Mountain Cheyenne, Wyoming +0.475288 aapg_ac_730.html aapg_ac_730.html:649:95642:95648 Toreva Mesa, Arizona +0.252865 cspg_html_5529147980 cspg_html_5529147980:5:220:232 Nisku Regina, Saskatchewan +0.263168 aapg_af_128.html aapg_af_128.html:71:7148:7154 Morgan Hartville, Missouri +0.25792 aapg_ac_806.html aapg_ac_806.html:235:18288:18298 Fort Dodge Iowa +0.424872 cspg_html_1781462584 cspg_html_1781462584:267:30562:30597 Banff Victoria, British Columbia +0.476424 gsa_html_3648258377 gsa_html_3648258377:483:47458:47490 Englishtown Merchantville, New Jersey +0.262063 aapg_af_381.html aapg_af_381.html:32:5109:5116 Temblor Santa Monica Mountains +0.455532 aapg_aa_95.html aapg_aa_95.html:15:1613:1630 Hermosa Colorado +0.231352 aapg_aa_621.html aapg_aa_621.html:85:9335:9349 Indian Meadows Fort Union Trading Post National Historic Site +0.243236 gsa_html_7199417381 gsa_html_7199417381:126:15156:15173 White River North Fork South Platte River +0.26112 geology_html_5929982150 geology_html_5929982150:431:26318:26323 Altyn Beijing +0.24096 geology_html_8381924936 geology_html_8381924936:19:736:744 Virginia Reston, Virginia +0.25627 gsa_html_3010975239 gsa_html_3010975239:413:53231:53239 Michigan Saginaw, Michigan +0.48985 aapg_ac_961.html aapg_ac_961.html:586:62004:62014 Washington Cincinnati +0.468379 AMJC_html_6539706032 AMJC_html_6539706032:391:36560:36585 Narragansett Pier Granite Newport, Rhode Island +0.261602 aapg_ai_281.html aapg_ai_281.html:181:16741:16748 El Abra Guadalupe Mountains National Park +0.254015 aapg_aa_944.html aapg_aa_944.html:36:3625:3630 Tampa Melbourne, Florida +0.24582 geology_html_1557858249 geology_html_1557858249:263:23484:23492 Columbia Victoria, British Columbia +0.259584 sedimentology_html_3870707484 sedimentology_html_3870707484:795:77563:77602 Bruce Perth, Western Australia +0.255458 gsa_html_5271110133 gsa_html_5271110133:1241:101002:101009 Madison Earth +0.264528 cspg_html_7201476813 cspg_html_7201476813:375:46493:46515 Winnipegosis Regina, Saskatchewan +0.27183 aapg_ad_939.html aapg_ad_939.html:367:28937:28953 Inyan Kara Black Hills +0.48576 gsa_html_7464626519 gsa_html_7464626519:337:35285:35293 Colorado New Mexico +0.730158 aapg_ae_581.html aapg_ae_581.html:704:75508:75516 Frontier Logan, Utah +0.250805 gsa_html_5915330070 gsa_html_5915330070:1008:78997:79015 Bluff Antarctica +0.354708 aapg_ac_923.html aapg_ac_923.html:67:6897:6913 Atoka Arkansas +0.49538 aapg_aa_477.html aapg_aa_477.html:42:3701:3706 Queen Cumberland Plateau +0.261542 cspg_html_7195301827 cspg_html_7195301827:14:2508:2523 Loray Kaibab, Arizona +0.254388 aapg_ai_687.html aapg_ai_687.html:1171:126601:126607 Brazil Gulf of Guinea +0.264698 palaios_html_3232474978 palaios_html_3232474978:55:5855:5863 Columbia Victoria, British Columbia +0.44616 aapg_aa_702.html aapg_aa_702.html:387:87742:87750 Colorado Colorado +0.258039 cspg_html_1201397701 cspg_html_1201397701:14:1432:1438 Oregon Astoria, Oregon +0.500016 cspg_html_1346993331 cspg_html_1346993331:33:4856:4864 Columbia Regina, Saskatchewan +0.494228 aapg_af_16.html aapg_af_16.html:324:29728:29746 Frontier Cheyenne, Wyoming +0.24541 aapg_ac_858.html aapg_ac_858.html:752:48906:48914 Principe Portugal +0.262626 cspg_html_1498300615 cspg_html_1498300615:96:12051:12070 Waterways Lacombe, Alberta +0.479539 palaios_html_4223976574 palaios_html_4223976574:238:19969:19978 San Diego California +0.57642 aapg_aa_0.html aapg_aa_0.html:729:48120:48125 Ophir Logan, Utah +0.493387 aapg_ac_940.html aapg_ac_940.html:517:56194:56200 Jordan Delaware +0.473052 cspg_html_4257076625 cspg_html_4257076625:39:6983:7001 Goose Tickle Middle Ordovician +0.490633 aapg_ai_985.html aapg_ai_985.html:477:50216:50222 Sierra Lake Maracaibo +0.472863 aapg_ae_231.html aapg_ae_231.html:44:3129:3147 Onondaga Pennsylvania +0.50191 aapg_ae_921.html aapg_ae_921.html:37:2538:2571 Fort Union Knife River +0.477543 aapg_aa_401.html aapg_aa_401.html:178:19189:19201 Fayetteville Chattanooga, Tennessee +0.236973 aapg_ae_905.html aapg_ae_905.html:172:19019:19038 Jamestown Illinois +0.88924 aapg_ac_235.html aapg_ac_235.html:460:49191:49209 Morrison Cheyenne, Wyoming +0.486772 aapg_ae_613.html aapg_ae_613.html:428:47916:47920 Kent North Sea oil +0.275058 aapg_ae_852.html aapg_ae_852.html:131:13647:13653 Laurel Hart County, Kentucky +0.8492 aapg_af_98.html aapg_af_98.html:11:1984:2000 Dakota San Juan, Argentina +0.247324 aapg_ac_506.html aapg_ac_506.html:290:37159:37168 Tuscarora Onondaga (tribe) +0.46716 aapg_ad_81.html aapg_ad_81.html:941:159681:159698 La Luna South America +0.472647 geology_html_3345176099 geology_html_3345176099:199:23672:23683 Rabbit Lake Regina, Saskatchewan +0.474768 aapg_ad_865.html aapg_ad_865.html:514:51421:51426 Ouray Hermosa, Chicago +0.261602 aapg_ai_65.html aapg_ai_65.html:37:5408:5426 Frontier Niobrara, Nebraska +0.490758 aapg_ai_748.html aapg_ai_748.html:112:11836:11860 Frio Matagorda County, Texas +0.784188 aapg_ad_338.html aapg_ad_338.html:132:13554:13571 Raritan Clementon, New Jersey +0.523614 aapg_aa_544.html aapg_aa_544.html:378:50628:50638 Wind River White River (Washington) +0.255524 aapg_ah_69.html aapg_ah_69.html:267:29967:29974 Waverly Ohio +0.254514 aapg_ai_942.html aapg_ai_942.html:28:4601:4624 Salado West, Texas +0.257484 geology_html_3654008380 geology_html_3654008380:401:27150:27156 Denver Colorado +0.835856 cspg_html_1189888589 cspg_html_1189888589:320:41178:41186 Scollard Cheyenne, Wyoming +0.480396 palaios_html_3751259297 palaios_html_3751259297:101:13879:13895 Keokuk Sonora +0.466941 cspg_html_5109837857 cspg_html_5109837857:473:53666:53681 Melville Island Ellesmere Island +0.481712 gsa_html_5712812305 gsa_html_5712812305:751:69374:69380 Oregon Washington (state) +0.240408 cspg_html_2729673354 cspg_html_2729673354:11:1664:1686 Medicine Hat Hatton, London +0.25092 geology_html_7477160500 geology_html_7477160500:91:9695:9715 Missisauga Logan, Utah +0.265029 aapg_ah_656.html aapg_ah_656.html:387:36485:36501 Whitehorse San Angelo, Texas +0.259032 aapg_ae_771.html aapg_ae_771.html:20:3573:3593 West Falls Wyoming County, Pennsylvania +0.421514 aapg_aa_147.html aapg_aa_147.html:642:66468:66482 Atikameg Manitoba +0.25248 aapg_ae_473.html aapg_ae_473.html:273:25595:25600 Eutaw Tuscaloosa, Alabama +0.491426 cspg_html_9046359229 cspg_html_9046359229:630:89229:89237 Columbia Victoria, British Columbia +0.48433 gsa_html_7102550258 gsa_html_7102550258:291:31874:31890 Curtis Logan, Utah +0.2597 aapg_ae_354.html aapg_ae_354.html:244:24199:24207 Niobrara Niobrara, Nebraska +0.25806 gsa_html_2717448156 gsa_html_2717448156:16:717:725 Colorado Denver +0.247883 aapg_ai_328.html aapg_ai_328.html:221:21923:21929 Keokuk Salem, Massachusetts +0.486629 geology_html_2624273806 geology_html_2624273806:86:7126:7133 Chemung Juniata County School District +0.464977 aapg_aa_702.html aapg_aa_702.html:732:106627:106653 Madison Williston, Vermont +0.26104 cspg_html_3664126562 cspg_html_3664126562:18:2579:2595 Viking Lacombe, Alberta +0.25137 cspg_html_7330983978 cspg_html_7330983978:593:51186:51223 Haynesville Canada +0.501552 cspg_html_4099674132 cspg_html_4099674132:177:21670:21708 Winnipegosis Regina, Saskatchewan +0.25146 sedimentology_html_1275942184 sedimentology_html_1275942184:25:1843:1853 Washington Seattle +0.250228 jgeology_html_9215313444 jgeology_html_9215313444:1088:75219:75232 Yakima Basalt Salem, Oregon +0.37191 aapg_ai_592.html aapg_ai_592.html:179:28804:28809 Uinta Uinta Mountains +0.268 aapg_ae_350.html aapg_ae_350.html:60:6055:6071 Tuscaloosa Tuscaloosa, Alabama +0.262128 cspg_html_9161888567 cspg_html_9161888567:477:65306:65335 Swan Hills Canada +0.4998 aapg_aa_537.html aapg_aa_537.html:201:24336:24342 Wilcox Okmulgee, Oklahoma +0.241895 gsa_html_1826402027 gsa_html_1826402027:198:22486:22502 Kaibab Little Colorado River +0.259588 aapg_aa_77.html aapg_aa_77.html:76:7926:7933 Cypress Jackson, Mississippi +0.265734 aapg_aa_119.html aapg_aa_119.html:138:15746:15775 Winnipeg Tioga, Texas +0.518094 aapg_ac_629.html aapg_ac_629.html:8:936:954 Beaumont Beaumont, Texas +0.254518 AMJC_html_4504848787 AMJC_html_4504848787:578:56493:56501 Virginia Blue Ridge Mountains +0.25116 cspg_html_1841843683 cspg_html_1841843683:78:13204:13209 Piper Williston Basin +0.249964 aapg_af_636.html aapg_af_636.html:568:66557:66565 Paradise Cincinnati +0.2413 aapg_aa_595.html aapg_aa_595.html:337:35965:35978 Abo Wichita, Kansas +0.501642 aapg_af_653.html aapg_af_653.html:873:98501:98509 Monterey California +0.496125 aapg_ae_187.html aapg_ae_187.html:369:39258:39275 Warsaw Morgan County, Indiana +0.25132 cspg_html_3447886929 cspg_html_3447886929:1453:129011:129041 Lawrence Quebec City +0.252685 sedimentology_html_9906287852 sedimentology_html_9906287852:412:38131:38143 Rock Springs Cheyenne, Wyoming +0.478455 sedimentology_html_8094200836 sedimentology_html_8094200836:783:52047:52057 Long Point Lake Erie +0.259588 sedimentology_html_7390870545 sedimentology_html_7390870545:832:70532:70536 Hall London, Ontario +0.251446 aapg_ac_995.html aapg_ac_995.html:143:13396:13402 Sierra San Pedro River (Arizona) +0.673275 aapg_ah_963.html aapg_ah_963.html:33:4428:4446 Fayetteville Arkansas +0.284315 aapg_aa_125.html aapg_aa_125.html:10:1111:1117 Fernie Victoria, British Columbia +0.263048 aapg_ac_925.html aapg_ac_925.html:118:17592:17597 Funks Central Valley (California) +0.699138 gsa_html_2364640066 gsa_html_2364640066:303:31910:31946 Kulthieth Yakutat City and Borough, Alaska +0.258542 aapg_ae_72.html aapg_ae_72.html:10:1829:1852 Honaker Hermosa, Chicago +0.258064 jgeology_html_8494933343 jgeology_html_8494933343:104:4277:4305 Bidahochi Arizona +0.507528 aapg_ae_499.html aapg_ae_499.html:447:49195:49207 Dakota Denver +0.268602 aapg_ad_267.html aapg_ad_267.html:69:6099:6106 Hosston Paluxy, Texas +0.477152 aapg_ah_318.html aapg_ah_318.html:1425:141604:141626 Mt Lytton Cotton Valley, Louisiana +0.260084 cspg_html_9275863663 cspg_html_9275863663:102:14777:14786 Waterways Swan Hill, Victoria +0.355459 aapg_af_263.html aapg_af_263.html:144:18401:18411 Otto Fiord Ellesmere Island +0.47872 aapg_ai_388.html aapg_ai_388.html:287:29291:29313 Bridger Wasatch Range +0.49868 cspg_html_1455361595 cspg_html_1455361595:142:18973:18978 Price Victoria, British Columbia +0.253482 gsa_html_7195000001 gsa_html_7195000001:868:107693:107713 Chickaloon Anchorage, Alaska +0.25948 sedimentology_html_8097462471 sedimentology_html_8097462471:3233:273878:273887 Harrogate England +0.266192 aapg_aa_130.html aapg_aa_130.html:248:23225:23234 San Diego California +0.254464 cspg_html_2570555346 cspg_html_2570555346:141:18078:18094 Table Head Rhode Island Red +0.269374 aapg_ad_743.html aapg_ad_743.html:172:18314:18324 Pottsville Atoka, Oklahoma +0.25823 AMJC_html_5916115748 AMJC_html_5916115748:179:19747:19755 Beaumont Beaumont, Texas +0.489149 cspg_html_6814932427 cspg_html_6814932427:70:9605:9613 Edmonton Redwater, Texas +0.493812 cspg_html_7278001817 cspg_html_7278001817:616:73864:73879 Leduc Lacombe, Alberta +0.499118 gsa_html_8349861296 gsa_html_8349861296:1116:92751:92756 Price California +0.249984 aapg_ad_204.html aapg_ad_204.html:266:29035:29046 Palm Spring Kaaba +0.494088 gsa_html_3510629601 gsa_html_3510629601:915:82819:82847 Green River Colorado +0.2465 aapg_ai_694.html aapg_ai_694.html:9:1546:1584 Ingleside Beaumont, Texas +0.262566 aapg_aa_346.html aapg_aa_346.html:214:19916:19930 Golconda Freedonia +0.491185 palaios_html_7465495929 palaios_html_7465495929:44:3945:3962 La Luna Lake Maracaibo +0.257045 aapg_af_266.html aapg_af_266.html:59:7412:7421 San Diego Los Angeles +0.24941 palaios_html_5264377288 palaios_html_5264377288:704:56296:56329 Florissant Colorado +0.263971 aapg_ah_290.html aapg_ah_290.html:272:29804:29810 Oregon Birch Creek (Umatilla River) +0.50841 aapg_aa_945.html aapg_aa_945.html:83:6718:6724 Oregon Trempealeau, Wisconsin +0.245464 aapg_af_743.html aapg_af_743.html:38:5889:5910 Jacksonburg Martinsburg, Nebraska +0.46899 sedimentology_html_4150247370 sedimentology_html_4150247370:325:23360:23368 Michigan Ohio +0.483328 aapg_aa_976.html aapg_aa_976.html:232:28016:28035 Wyandotte Plattsburg, Missouri +0.270144 cspg_html_1230998910 cspg_html_1230998910:86:10810:10822 Cooking Lake Lacombe, Alberta +0.497904 aapg_af_892.html aapg_af_892.html:408:39737:39757 Palo Pinto Eastland County, Texas +0.777487 cspg_html_5484260516 cspg_html_5484260516:982:77734:77749 Banff Lacombe, Alberta +0.263412 aapg_ae_906.html aapg_ae_906.html:146:12983:13010 Bethel New Harmony, Indiana +0.256027 geology_html_2894856088 geology_html_2894856088:256:23088:23097 San Diego California +0.238126 cspg_html_1065856149 cspg_html_1065856149:59:7246:7266 Blackstone Mountain Park (Holyoke, Massachusetts) +0.456237 gsa_html_3049782768 gsa_html_3049782768:427:41063:41068 Basal Middle Fork Salmon River +0.241566 gsa_html_2338244700 gsa_html_2338244700:875:77362:77366 Kent Tanzania +0.255024 gsa_html_4071231613 gsa_html_4071231613:625:72977:72996 Karmutsen Charlotte, North Carolina +0.50825 cspg_html_8306619029 cspg_html_8306619029:13:1873:1891 Niobrara Lacombe, Alberta +0.24939 aapg_ad_660.html aapg_ad_660.html:401:52444:52449 Queen Nashville Basin +0.499372 gsa_html_5846950288 gsa_html_5846950288:66:5113:5141 Green River Colorado +0.258362 aapg_ae_974.html aapg_ae_974.html:114:11090:11103 Cook Mountain Leon County, Florida +0.49192 aapg_ac_635.html aapg_ac_635.html:133:16027:16046 Hornbrook Klamath River, California +0.417164 cspg_html_4685794369 cspg_html_4685794369:206:21289:21302 Turner Valley Lacombe, Alberta +0.263592 gsa_html_1860930948 gsa_html_1860930948:411:50112:50126 Ogallala Rio Grande +0.505698 aapg_ad_978.html aapg_ad_978.html:16:2325:2361 Prospect Logan, Utah +0.472647 aapg_ae_454.html aapg_ae_454.html:553:50356:50364 Dorcheat East Texas +0.392704 sedimentology_html_9906287852 sedimentology_html_9906287852:910:76142:76161 Rock Springs Cheyenne, Wyoming +0.268288 aapg_ae_171.html aapg_ae_171.html:23:3385:3396 Skull Creek Denver +0.267208 aapg_ae_523.html aapg_ae_523.html:93:9090:9099 Aux Vases Wayne County, Michigan +0.48984 cspg_html_1870927435 cspg_html_1870927435:53:7526:7531 Cairn Edmonton, London +0.263652 cspg_html_6701095516 cspg_html_6701095516:421:43265:43274 Mesaverde Colorado +0.356352 geology_html_7459789449 geology_html_7459789449:168:17029:17052 Rome Alabama +0.494915 aapg_ah_427.html aapg_ah_427.html:392:52070:52077 Savanna Atoka, Oklahoma +0.475092 aapg_af_579.html aapg_af_579.html:310:33266:33283 Todilto Kayenta, Arizona +0.256793 aapg_ac_333.html aapg_ac_333.html:1287:154981:154995 Yeso New Mexico +0.239428 aapg_aa_654.html aapg_aa_654.html:227:34182:34196 Espiritu Santo Colorado +0.247563 sedimentology_html_6766448467 sedimentology_html_6766448467:688:41495:41505 Rio Grande Mexico +0.258552 sedimentology_html_5588419537 sedimentology_html_5588419537:1122:57740:57749 Mansfield Eastern Canada +0.816109 aapg_af_886.html aapg_af_886.html:90:4305:4313 Frio Uvalde, Texas +0.46376 sedimentology_html_5280211633 sedimentology_html_5280211633:1617:120112:120116 Hall London, Ontario +0.257388 aapg_ah_575.html aapg_ah_575.html:581:44693:44704 San Jacinto Shreveport, Louisiana +0.276477 aapg_ad_368.html aapg_ad_368.html:42:4008:4017 Newcastle Cheyenne, Wyoming +0.479987 aapg_ai_981.html aapg_ai_981.html:187:16422:16432 Rio Grande Mississippi River +0.494856 aapg_ad_258.html aapg_ad_258.html:161:16048:16054 Salina Onondaga (tribe) +0.500835 gsa_html_5694391338 gsa_html_5694391338:89:8803:8820 Packsaddle Schist Llano, Texas +0.25194 cspg_html_8250500468 cspg_html_8250500468:421:51467:51475 Columbia Victoria, British Columbia +0.493812 aapg_ai_31.html aapg_ai_31.html:291:28715:28724 Catahoula Oakville, California +0.240084 aapg_ae_473.html aapg_ae_473.html:488:45823:45835 Chickasawhay Wayne County, Michigan +0.286209 aapg_ad_801.html aapg_ad_801.html:196:21446:21456 Cane River Winona, Mississippi +0.245952 sedimentology_html_5330645488 sedimentology_html_5330645488:27:1716:1724 Richmond Hawkesbury River +0.252506 aapg_ae_742.html aapg_ae_742.html:169:17155:17163 Michigan Ohio +0.279832 cspg_html_5484260516 cspg_html_5484260516:936:71124:71140 Exshaw Netherlands +0.505575 cspg_html_1333179361 cspg_html_1333179361:524:43019:43035 Belloy Logan, Utah +0.28461 aapg_af_420.html aapg_af_420.html:130:13063:13072 Red River Williamson County, Texas +0.259316 aapg_ae_324.html aapg_ae_324.html:160:15833:15842 Blackford Murfreesboro, Tennessee +0.269878 gsa_html_8030464622 gsa_html_8030464622:629:69709:69718 Red River China +0.478028 aapg_af_895.html aapg_af_895.html:315:29457:29464 El Paso Texas +0.445672 cspg_html_3473883402 cspg_html_3473883402:33:5092:5102 Pine Point Canada +0.24432 aapg_ae_68.html aapg_ae_68.html:105:13049:13055 Moleen Boise, Idaho +0.272195 aapg_aa_266.html aapg_aa_266.html:193:21730:21737 Halfway Lake Titicaca +0.476146 sedimentology_html_7567618503 sedimentology_html_7567618503:1041:61587:61592 Slope Anchorage, Alaska +0.25149 aapg_ai_542.html aapg_ai_542.html:113:11505:11513 Colorado Benton, Arkansas +0.25443 sedimentology_html_9662614840 sedimentology_html_9662614840:1093:74348:74368 Toro Chile +0.49949 aapg_ac_5.html aapg_ac_5.html:18:2136:2141 Yukon Victoria, British Columbia +0.258825 aapg_ah_64.html aapg_ah_64.html:44:5372:5379 Chemung Pennsylvania +0.261121 aapg_af_854.html aapg_af_854.html:987:139290:139306 Girkin Kentucky +0.25376 gsa_html_7030270352 gsa_html_7030270352:91:8853:8858 Sligo Western world +0.472054 aapg_ae_379.html aapg_ae_379.html:16:1767:1775 Michigan Antrim, County Antrim +0.326864 aapg_aa_23.html aapg_aa_23.html:1218:147736:147754 Winnipeg Manitoba +0.271392 aapg_ai_54.html aapg_ai_54.html:7:933:953 Tuscaloosa Alabama +0.26429 aapg_ad_721.html aapg_ad_721.html:515:47116:47126 San Andres Carlsbad, New Mexico +0.417068 aapg_ah_3.html aapg_ah_3.html:461:59128:59145 Wabamun Cheyenne, Wyoming +0.480568 aapg_ad_683.html aapg_ad_683.html:604:62187:62199 Hermit Supai, Arizona +0.485888 aapg_ah_318.html aapg_ah_318.html:2589:217769:217777 Consuelo Oaxaca, Oaxaca +0.254464 AMJC_html_6341723617 AMJC_html_6341723617:834:73293:73321 Green River Colorado +0.457912 aapg_af_775.html aapg_af_775.html:345:23893:23910 Lissie Oakville, California +0.5616 aapg_aa_147.html aapg_aa_147.html:368:43569:43578 Red River Cheyenne, Wyoming +0.467016 cspg_html_4834918660 cspg_html_4834918660:162:11388:11396 Edmonton Edmonton, London +0.474264 gsa_html_8213519494 gsa_html_8213519494:616:62197:62201 Bond North Atlantic Current +0.49712 aapg_ad_469.html aapg_ad_469.html:114:11715:11720 Atoka Atoka, Oklahoma +0.525946 aapg_af_397.html aapg_af_397.html:3:198:215 Entrada New Mexico +0.515411 cspg_html_4376017434 cspg_html_4376017434:234:29239:29258 Pardonet Victoria, British Columbia +0.258192 aapg_ae_764.html aapg_ae_764.html:27:3099:3105 Reston Virginia +0.248832 cspg_html_9912281240 cspg_html_9912281240:644:72536:72553 Cardium Lacombe, Alberta +0.243452 aapg_ai_699.html aapg_ai_699.html:39:6897:6910 Great Meadows Castillo de San Marcos +0.249038 aapg_aa_681.html aapg_aa_681.html:45:6429:6443 Traverse Michigan +0.477453 geology_html_5147372840 geology_html_5147372840:11:489:500 Main Street Texas +0.257544 aapg_af_593.html aapg_af_593.html:239:18787:18803 Albert Stony Creek Metropark +0.511272 aapg_ad_959.html aapg_ad_959.html:82:8605:8613 Fairview Ohio +0.255458 sedimentology_html_3850942730 sedimentology_html_3850942730:201:21193:21209 Carmel Western world +0.93219 cspg_html_4915680223 cspg_html_4915680223:146:16137:16156 Allen Bay Cape Cod +0.251808 gsa_html_5391661566 gsa_html_5391661566:576:60134:60143 San Pedro Mexico +0.510048 aapg_ac_59.html aapg_ac_59.html:339:40953:40968 Sespe Santiago +0.27132 aapg_ac_513.html aapg_ac_513.html:67:7270:7279 Vicksburg County Sligo +0.258566 cspg_html_6000032807 cspg_html_6000032807:194:23076:23107 Ireton Lacombe, Alberta +0.24672 aapg_aa_288.html aapg_aa_288.html:164:18745:18756 Skull Creek Cheyenne, Wyoming +0.500996 cspg_html_9843429624 cspg_html_9843429624:68:8788:8796 Columbia Victoria, British Columbia +0.263572 aapg_ad_302.html aapg_ad_302.html:216:21387:21408 Bell Delaware +0.241686 cspg_html_8362959053 cspg_html_8362959053:129:18416:18424 Columbia Victoria, British Columbia +0.48768 aapg_ai_208.html aapg_ai_208.html:26:3191:3213 Castle Hayne Castle Hayne, North Carolina +0.48828 gsa_html_7464626519 gsa_html_7464626519:106:12567:12588 Uncompahgre New Mexico +0.484009 cspg_html_8588503765 cspg_html_8588503765:496:61067:61078 Mowry Cheyenne, Wyoming +0.497175 aapg_af_99.html aapg_af_99.html:14:2338:2353 Gatun Costa Rica +0.501375 gsa_html_6731381597 gsa_html_6731381597:15:646:653 Oceanic Malaita Province +0.259956 aapg_ae_884.html aapg_ae_884.html:289:38885:38903 Frontier Rawlins, Wyoming +0.258332 cspg_html_9720041449 cspg_html_9720041449:1139:135912:135928 Nisku Lacombe, Alberta +0.261112 aapg_ac_414.html aapg_ac_414.html:375:42804:42812 Colorado Denver +0.243386 aapg_ae_790.html aapg_ae_790.html:160:19824:19833 Knoxville Knoxville, Illinois +0.859876 cspg_html_6675007047 cspg_html_6675007047:599:62578:62586 Edmonton Lacombe, Alberta +0.502244 sedimentology_html_6346136313 sedimentology_html_6346136313:1478:93419:93425 Navajo Logan, Utah +0.24735 sedimentology_html_5801163920 sedimentology_html_5801163920:1618:110905:110922 Paradox Colorado +0.48951 jgeology_html_9055319560 jgeology_html_9055319560:1358:81704:81712 Michigan Hartford, Connecticut +0.265189 aapg_aa_697.html aapg_aa_697.html:186:19102:19113 Black Creek Regina, Saskatchewan +0.259518 gsa_html_1119256423 gsa_html_1119256423:293:26912:26920 Bellevue Eustis, Florida +0.768553 geology_html_6275240411 geology_html_6275240411:311:27470:27479 Red River Manitoba +0.265734 cspg_html_4326384800 cspg_html_4326384800:1015:148927:148951 Fort Vermilion Western world +0.243811 sedimentology_html_1685838353 sedimentology_html_1685838353:39:3074:3085 Peace River Lacombe, Alberta +0.260604 gsa_html_7808051457 gsa_html_7808051457:661:64921:64940 Colorado Reno, Nevada +0.441177 aapg_ac_270.html aapg_ac_270.html:62:5005:5035 Frankfort Cattaraugus County, New York +0.495726 gsa_html_6330913937 gsa_html_6330913937:670:55658:55664 Diablo Santa Rosa and San Jacinto Mountains National Monument +0.239268 aapg_ah_318.html aapg_ah_318.html:2035:183434:183440 Sierra Coahuila +0.30135 aapg_ac_613.html aapg_ac_613.html:127:17528:17543 Mesaverde Mancos, Colorado +0.257045 sedimentology_html_9355085746 sedimentology_html_9355085746:1019:43430:43434 Nome Anchorage, Alaska +0.49028 aapg_ah_80.html aapg_ah_80.html:72:8368:8390 Arkose Ridge Matanuska-Susitna Valley +0.49469 aapg_af_705.html aapg_af_705.html:87:8920:8932 Austin Chalk Brazos County, Texas +0.265734 cspg_html_3104351736 cspg_html_3104351736:782:83532:83540 Foremost Lacombe, Alberta +0.483336 palaios_html_2413654173 palaios_html_2413654173:621:58302:58316 Edmonton Lacombe, Alberta +0.474329 aapg_ae_995.html aapg_ae_995.html:101:9265:9290 Rockdale Texas +0.258516 aapg_ae_200.html aapg_ae_200.html:120:11358:11372 Weno Fort Worth, Texas +0.275621 cspg_html_5807593737 cspg_html_5807593737:38:6632:6649 Duperow Williston, Vermont +0.247008 geology_html_4085157477 geology_html_4085157477:285:22151:22170 Pocatello Boise, Idaho +0.260598 aapg_af_628.html aapg_af_628.html:163:15763:15779 Bethel Kentucky +0.242424 aapg_ai_82.html aapg_ai_82.html:385:43317:43327 Greenbrier Ohio +0.261057 cspg_html_6592158461 cspg_html_6592158461:496:75759:75767 Columbia Lacombe, Alberta +0.268323 gsa_html_6062330506 gsa_html_6062330506:595:63038:63058 Dockum Pecos River +0.49726 cspg_html_2749851978 cspg_html_2749851978:6:544:561 Cardium Bow River +0.49087 aapg_ah_754.html aapg_ah_754.html:85:9962:9977 Comox Qualicum River +0.039442 aapg_ae_62.html aapg_ae_62.html:86:9287:9311 Stony Mountain Red River of the North +0.25856 aapg_ai_583.html aapg_ai_583.html:400:50217:50245 Rierdon Powder River (Montana) +0.260608 palaios_html_2223085265 palaios_html_2223085265:503:46495:46500 Piper California +0.47736 cspg_html_9768299963 cspg_html_9768299963:200:20946:20972 Wapiti Horseshoe Canyon Formation +0.479655 cspg_html_6839937815 cspg_html_6839937815:277:39072:39078 Kaibab Arizona +0.26214 aapg_ai_17.html aapg_ai_17.html:1234:84489:84504 Vicksburg Texas +0.273304 aapg_ah_903.html aapg_ah_903.html:11:1296:1307 Sparta Bossier City, Louisiana +0.481362 cspg_html_6514903151 cspg_html_6514903151:48:6074:6089 Colorado Lacombe, Alberta +0.24823 aapg_ai_916.html aapg_ai_916.html:378:51247:51259 Wilcox Texas +0.480568 aapg_ae_993.html aapg_ae_993.html:484:50012:50031 Beirdneau Wasatch Range +0.48994 palaios_html_4480575740 palaios_html_4480575740:531:55790:55810 Fort Payne Kentucky +0.684456 aapg_ad_3.html aapg_ad_3.html:91:9283:9294 Beekmantown Virginia +0.444771 gsa_html_2509527541 gsa_html_2509527541:59:4547:4575 Green River Iran +0.663405 sedimentology_html_9906287852 sedimentology_html_9906287852:1258:93302:93309 Wasatch Evanston, Wyoming +0.49972 geology_html_2006236083 geology_html_2006236083:57:5960:5965 Simla Nainital +0.48006 aapg_ad_221.html aapg_ad_221.html:130:11281:11293 Austin Chalk Collin County, Texas +0.49972 palaios_html_6409863909 palaios_html_6409863909:283:34575:34606 Kope Ohio +0.251196 geology_html_2276070502 geology_html_2276070502:103:10152:10162 Rio Grande Colorado +0.489402 aapg_af_270.html aapg_af_270.html:15:2159:2167 Victoria Regina, Saskatchewan +0.242466 cspg_html_6927586285 cspg_html_6927586285:444:58092:58125 Halfway Canada +0.489168 aapg_ae_185.html aapg_ae_185.html:202:17713:17736 Cotton Valley Cotton Valley, Louisiana +0.253 gsa_html_4181975259 gsa_html_4181975259:845:75218:75224 Oregon Salem, Oregon +0.264171 cspg_html_1503116552 cspg_html_1503116552:926:130832:130858 Beaverhill Swan Hill, Victoria +0.459528 aapg_ae_958.html aapg_ae_958.html:591:54751:54759 Wolfcamp Guadalupe Mountains National Park +0.260099 aapg_ad_341.html aapg_ad_341.html:128:12099:12131 Rondout Delaware Valley +0.251883 aapg_ac_230.html aapg_ac_230.html:748:81000:81006 Sierra Venezuela +0.238095 aapg_ah_505.html aapg_ah_505.html:550:41969:41987 Fountain Leadville, Colorado +0.479688 gsa_html_2455796186 gsa_html_2455796186:29:2796:2824 Green River Colorado +0.46718 aapg_aa_39.html aapg_aa_39.html:234:20516:20533 Hermosa Logan, Utah +0.259248 aapg_ad_575.html aapg_ad_575.html:203:26441:26460 Minnelusa Cheyenne, Wyoming +0.265225 aapg_ad_157.html aapg_ad_157.html:189:18331:18335 Frio Calcasieu Parish, Louisiana +0.25935 aapg_af_46.html aapg_af_46.html:257:29284:29301 Goddard Absaroka +0.383148 palaios_html_6327369225 palaios_html_6327369225:42:4462:4480 Morrison Logan, Utah +0.487172 gsa_html_4120839285 gsa_html_4120839285:405:47494:47503 San Diego Baja California peninsula +0.518514 cspg_html_5241714595 cspg_html_5241714595:66:11071:11087 Elk Regina, Saskatchewan +0.494235 palaios_html_5212272868 palaios_html_5212272868:66:6918:6926 Colorado Pueblo, Colorado +0.480568 geology_html_6752696169 geology_html_6752696169:242:21385:21390 Logan Colorado +0.278236 aapg_ae_250.html aapg_ae_250.html:21:2707:2715 Colorado Denver +0.462768 geology_html_3143391601 geology_html_3143391601:230:20619:20624 Lyell Bridgetown, Nova Scotia +0.25584 cspg_html_6985536436 cspg_html_6985536436:120:16930:16951 Christopher Anchorage, Alaska +0.482604 palaios_html_1262064602 palaios_html_1262064602:1003:99645:99661 Chinle Arizona +0.26162 cspg_html_9670138862 cspg_html_9670138862:79:10119:10132 Gog Lake Louise, Alberta +0.49296 cspg_html_7102673197 cspg_html_7102673197:288:35821:35838 Cardium Lacombe, Alberta +0.479632 cspg_html_7988775280 cspg_html_7988775280:29:4767:4787 Clearwater Western world +0.94766 gsa_html_7102550258 gsa_html_7102550258:1133:114902:114933 Chinle Logan, Utah +0.486213 gsa_html_1451702506 gsa_html_1451702506:61:4253:4281 Green River Colorado +0.25957 cspg_html_4498577775 cspg_html_4498577775:91:12102:12124 Mount Whyte Lake Louise, Alberta +0.48006 aapg_ae_419.html aapg_ae_419.html:1660:123380:123397 Tamabra Tampico, Illinois +0.256486 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31816:31826 Laurentian Utica, New York +0.242284 palaios_html_3962337036 palaios_html_3962337036:845:66048:66062 Bond Mattoon, Illinois +0.242015 sedimentology_html_3424454943 sedimentology_html_3424454943:219:26534:26538 Hall London, Ontario +0.4977 aapg_ad_379.html aapg_ad_379.html:405:35435:35441 Maroon Logan, Utah +0.487026 palaios_html_6025329652 palaios_html_6025329652:46:4184:4192 Columbia Wallowa, Oregon +0.2455 aapg_ac_473.html aapg_ac_473.html:621:70349:70355 Denver Colorado +0.236526 cspg_html_4773367370 cspg_html_4773367370:347:26495:26515 Crowsnest Lacombe, Alberta +0.269878 aapg_ac_785.html aapg_ac_785.html:45:8730:8743 Barnett Marfa lights +0.91083 aapg_ah_387.html aapg_ah_387.html:2664:288348:288364 Knoxville Colusa, California +0.247563 aapg_ai_542.html aapg_ai_542.html:67:6859:6878 Mesaverde Colorado +0.249498 aapg_ae_777.html aapg_ae_777.html:286:33704:33726 Tererro San Miguel County, New Mexico +0.256486 cspg_html_7970178687 cspg_html_7970178687:55:6792:6804 Viking Lacombe, Alberta +0.871872 cspg_html_8637177176 cspg_html_8637177176:53:7634:7651 Belly River Lacombe, Alberta +0.258856 cspg_html_8369994160 cspg_html_8369994160:62:6363:6386 Turner Valley Elkton, Kentucky +0.493296 geology_html_3374437567 geology_html_3374437567:63:7565:7574 Gibraltar Victoria, British Columbia +0.245518 gsa_html_6738340121 gsa_html_6738340121:12:498:506 Colorado Denver +0.255025 cspg_html_8128756616 cspg_html_8128756616:345:40858:40867 Cold Lake Lacombe, Alberta +0.254881 aapg_ae_547.html aapg_ae_547.html:495:57020:57036 Kodiak Anchorage, Alaska +0.236526 aapg_ac_71.html aapg_ac_71.html:272:31906:31923 Luning Tonopah, Arizona +0.270788 cspg_html_8247666269 cspg_html_8247666269:803:84985:85003 Deer Bay Canada +0.26208 cspg_html_4413081832 cspg_html_4413081832:309:36263:36278 Woodbend Lacombe, Alberta +0.487368 geology_html_1762704695 geology_html_1762704695:14:777:783 Denver Colorado +0.46276 gsa_html_5865982995 gsa_html_5865982995:1211:129327:129348 Green River Gary, Indiana +0.481404 cspg_html_4031489103 cspg_html_4031489103:112:16559:16577 Aldridge Purcell Mountains +0.2425 aapg_ah_176.html aapg_ah_176.html:123:18087:18090 Elk Colorado +0.259065 cspg_html_6702053097 cspg_html_6702053097:434:49975:49994 Rock River Philipsburg, Centre County, Pennsylvania +0.26367 aapg_af_471.html aapg_af_471.html:216:25339:25358 Parkwood Hartselle, Alabama +0.254944 cspg_html_9222238695 cspg_html_9222238695:591:66993:67001 Columbia Victoria, British Columbia +0.2604 palaios_html_6025329652 palaios_html_6025329652:366:35567:35577 Washington Salem, Oregon +0.251346 cspg_html_6675007047 cspg_html_6675007047:597:62290:62298 Edmonton Lacombe, Alberta +0.258542 aapg_aa_702.html aapg_aa_702.html:1417:143974:143982 Colorado Colorado +0.25324 aapg_ad_640.html aapg_ad_640.html:54:8670:8686 Almond Table Rock, Wyoming +0.481873 cspg_html_3871608501 cspg_html_3871608501:77:8770:8782 Grande Greve York +0.261021 cspg_html_3699720399 cspg_html_3699720399:455:43647:43657 Whitehorse Vancouver +0.49536 palaios_html_4880574501 palaios_html_4880574501:141:16307:16311 Kope Bellevue, Nebraska +0.487227 aapg_ah_337.html aapg_ah_337.html:122:13233:13243 Rio Grande Mexico +0.254961 cspg_html_7667087595 cspg_html_7667087595:37:4671:4683 Judith River Canada +0.262656 aapg_af_653.html aapg_af_653.html:1051:124486:124492 Cierbo California +0.4315 aapg_ae_305.html aapg_ae_305.html:1082:93639:93644 Colon Venezuela +0.395784 gsa_html_3014459865 gsa_html_3014459865:208:22714:22733 Pensauken Pennsylvania +0.268128 gsa_html_1553263562 gsa_html_1553263562:825:73940:73972 Hungry Valley Southern California +0.507715 aapg_ah_415.html aapg_ah_415.html:125:11760:11768 Colorado Colorado +0.25146 gsa_html_2220556952 gsa_html_2220556952:805:93721:93744 Newark Canyon Reno, Nevada +0.26367 aapg_ae_419.html aapg_ae_419.html:1344:107600:107617 El Abra Texas +0.242942 aapg_ac_613.html aapg_ac_613.html:120:16911:16930 Mesaverde Chuska Mountains +0.385805 gsa_html_4432793908 gsa_html_4432793908:1256:121755:121775 Sheep Pass Reno, Nevada +0.347456 cspg_html_8678892218 cspg_html_8678892218:201:28068:28076 Pine Key Melbourne, Florida +0.26156 aapg_ad_68.html aapg_ad_68.html:256:18447:18464 Renault Bethel, Alaska +0.495104 aapg_ai_208.html aapg_ai_208.html:3:193:209 Peedee North Carolina +0.48379 gsa_html_3049782768 gsa_html_3049782768:750:64597:64607 Washington Sauk Village, Illinois +0.244584 sedimentology_html_2604269201 sedimentology_html_2604269201:848:47731:47735 Hall London, Ontario +0.24605 geology_html_3709964639 geology_html_3709964639:196:20335:20353 Monterey California +0.36363 aapg_aa_714.html aapg_aa_714.html:189:16782:16800 Chainman Logan, Utah +0.488796 gsa_html_4543270561 gsa_html_4543270561:664:58540:58550 Point Loma Pacific coast +0.265056 cspg_html_1870927435 cspg_html_1870927435:31:4023:4038 Nisku Edmonton, London +0.754224 aapg_ae_547.html aapg_ae_547.html:107:14708:14724 Kodiak Kodiak Island +0.2485 aapg_ae_705.html aapg_ae_705.html:500:46982:46994 Red Mountain Carpinteria, California +0.500544 aapg_aa_712.html aapg_aa_712.html:119:14827:14848 Platteville Hennepin, Illinois +0.505724 aapg_ad_98.html aapg_ad_98.html:30:3898:3914 Eureka Quartzite Middle Ordovician +0.256486 AMJC_html_5421639085 AMJC_html_5421639085:603:61621:61627 Howard Maryland +0.252434 gsa_html_6814608835 gsa_html_6814608835:298:25704:25722 Brandywine Maryland +0.258516 aapg_ah_843.html aapg_ah_843.html:343:32953:32957 Wise Cheyenne, Wyoming +0.26208 aapg_ac_971.html aapg_ac_971.html:867:69312:69327 Viola Ardmore, Pennsylvania +0.2303 aapg_aa_266.html aapg_aa_266.html:721:78262:78268 Walker Bolivia +0.251954 aapg_ah_44.html aapg_ah_44.html:330:41946:41978 Harrell Middle East +0.491232 gsa_html_3860045860 gsa_html_3860045860:1381:119564:119592 Green River Iran +0.2555 sedimentology_html_9562282132 sedimentology_html_9562282132:2361:85014:85019 Cadiz North Atlantic Current +0.26673 cspg_html_6383234409 cspg_html_6383234409:32:3605:3617 Devon Island Ellesmere Island +0.455056 AMJC_html_8619525948 AMJC_html_8619525948:555:60997:61009 Rhode Island Newport, Rhode Island +0.23952 jgeology_html_3399876436 jgeology_html_3399876436:306:20962:20978 Navajo Colorado Plateau +0.482646 aapg_aa_4.html aapg_aa_4.html:240:32268:32285 Chemung Keuka Lake +0.273004 cspg_html_5406720001 cspg_html_5406720001:123:15182:15202 Phosphoria Logan, Utah +0.780618 aapg_af_18.html aapg_af_18.html:172:19997:20017 Fall River Fall River, Nova Scotia +0.228259 geology_html_3164524816 geology_html_3164524816:23:1534:1542 Colorado Denver +0.241566 aapg_af_886.html aapg_af_886.html:90:4342:4353 San Antonio Uvalde, Texas +0.254904 cspg_html_3854301924 cspg_html_3854301924:73:6711:6726 Nisku Western Canadian Sedimentary Basin +0.53461 aapg_ah_356.html aapg_ah_356.html:61:8611:8631 Sparta Polk County, Florida +0.51448 aapg_ac_333.html aapg_ac_333.html:851:104105:104130 Yeso New Mexico +0.254464 cspg_html_7866293053 cspg_html_7866293053:299:35490:35510 Clearwater Lacombe, Alberta +0.25956 gsa_html_1616304153 gsa_html_1616304153:1017:90735:90771 Protection Washington (state) +0.241045 aapg_aa_303.html aapg_aa_303.html:377:35401:35409 Colorado Lake Ontario +0.266135 aapg_af_614.html aapg_af_614.html:9:1166:1185 Smackover Paluxy, Texas +0.276675 palaios_html_1262064602 palaios_html_1262064602:1055:103711:103727 Chinle Arizona +0.253895 aapg_ad_244.html aapg_ad_244.html:262:24260:24281 Little Falls Mohawk Valley +0.243774 aapg_ae_958.html aapg_ae_958.html:824:73646:73651 Hueco Texas +0.501264 aapg_af_854.html aapg_af_854.html:840:118516:118535 Aux Vases Illinois +0.49955 sedimentology_html_3526020464 sedimentology_html_3526020464:90:6882:6886 Java Philippines +0.24948 gsa_html_3816882354 gsa_html_3816882354:937:80007:80012 Price Arctic Cordillera +0.489402 gsa_html_8881958017 gsa_html_8881958017:142:16823:16836 Nicola Victoria, British Columbia +0.488516 aapg_ac_586.html aapg_ac_586.html:72:9255:9276 Mauch Chunk Pottsville, Pennsylvania +0.37125 palaios_html_8744932660 palaios_html_8744932660:459:45353:45386 Moenkopi Logan, Utah +0.44118 aapg_ai_11.html aapg_ai_11.html:324:43717:43734 Decorah Burlington, Ontario +0.250458 sedimentology_html_3199608174 sedimentology_html_3199608174:335:33431:33435 Hall London, Ontario +0.487278 geology_html_7296350222 geology_html_7296350222:281:21638:21645 Andrews San Juan Mountains +0.251979 aapg_ak_88.html aapg_ak_88.html:310:32461:32469 Belgrade Serbia +0.854428 cspg_html_1064364469 cspg_html_1064364469:7:635:642 Cardium Canada +0.45402 gsa_html_4071231613 gsa_html_4071231613:987:100493:100499 Kluane Canada +0.71818 geology_html_1074529748 geology_html_1074529748:67:6307:6327 Carpenter Ridge Tuff San Juan, Argentina +0.260064 aapg_ah_878.html aapg_ah_878.html:138:15451:15459 Mayville Wisconsin +0.247979 palaios_html_5921824758 palaios_html_5921824758:147:14996:15012 Uinta Logan, Utah +0.264404 cspg_html_7403344526 cspg_html_7403344526:371:42713:42730 Cardium Lacombe, Alberta +0.256302 gsa_html_7309078733 gsa_html_7309078733:72:7823:7833 Rio Grande Puerto Palomas, Chihuahua +0.480636 sedimentology_html_2530371124 sedimentology_html_2530371124:1088:55853:55859 Person Oaxaca, Oaxaca +0.247008 gsa_html_1744648670 gsa_html_1744648670:1388:129043:129062 Pocatello Boise, Idaho +0.48545 aapg_ac_939.html aapg_ac_939.html:1006:99242:99264 Shinarump Conglomerate Arizona +0.424692 aapg_ac_666.html aapg_ac_666.html:116:11865:11903 Onondaga Chestnut Ridge, New York +0.366795 aapg_ah_678.html aapg_ah_678.html:556:67782:67791 Vicksburg San Marcos, California +0.247904 cspg_html_2492063773 cspg_html_2492063773:60:7828:7851 Lambert Hornby Island +0.26214 cspg_html_9941518291 cspg_html_9941518291:529:78131:78153 Barlow Inlet Little Cornwallis Island +0.474112 aapg_aa_684.html aapg_aa_684.html:282:26032:26041 Popo Agie Cheyenne, Wyoming +0.499939 aapg_ae_625.html aapg_ae_625.html:181:20909:20917 Columbia Victoria, British Columbia +0.246482 sedimentology_html_5598617608 sedimentology_html_5598617608:7:383:387 Home Earth +0.254989 aapg_af_460.html aapg_af_460.html:93:8961:8969 Michigan Sault Ste. Marie, Ontario +0.2565 aapg_ac_380.html aapg_ac_380.html:402:47185:47193 Michigan Michigan +0.257623 gsa_html_4038604474 gsa_html_4038604474:193:15058:15065 Windsor Canada +0.27 aapg_ah_44.html aapg_ah_44.html:348:44743:44762 Marcellus Pennsylvania +0.50232 geology_html_2473079158 geology_html_2473079158:11:557:565 Victoria Victoria, British Columbia +0.354993 aapg_ad_280.html aapg_ad_280.html:70:9259:9278 Smackover East Texas +0.524716 aapg_aa_287.html aapg_aa_287.html:320:39947:39965 Cardium Canada +0.255024 aapg_ah_625.html aapg_ah_625.html:229:22139:22161 Uinta Logan, Utah +0.50191 aapg_ae_307.html aapg_ae_307.html:115:7919:7937 Ogallala New Mexico +0.259584 cspg_html_9501006975 cspg_html_9501006975:411:48111:48129 Dunvegan Ganges +0.489538 aapg_ah_64.html aapg_ah_64.html:318:39345:39362 Laramie Colorado +0.267794 cspg_html_6873686255 cspg_html_6873686255:35:4016:4023 Cardium Red Deer, Alberta +0.257536 aapg_ac_699.html aapg_ac_699.html:27:3446:3477 Georgetown Val Verde (fictional country) +0.270908 aapg_aa_148.html aapg_aa_148.html:212:25176:25188 Burro Canyon Colorado +0.8018 cspg_html_4176605708 cspg_html_4176605708:352:34107:34130 Belle Fourche Ashville, Ohio +0.479987 cspg_html_4623526246 cspg_html_4623526246:26:2774:2787 Parry Islands Melville Island (Canada) +0.505891 cspg_html_5438428738 cspg_html_5438428738:480:60400:60404 Bell Canada +0.23961 aapg_af_770.html aapg_af_770.html:349:34057:34069 Bear Springs Uinta Mountains +0.498834 aapg_ad_718.html aapg_ad_718.html:109:9310:9335 Carlsbad Guadalupe Mountains National Park +0.471851 sedimentology_html_2073446709 sedimentology_html_2073446709:946:54541:54550 San Diego California +0.754446 gsa_html_5865982995 gsa_html_5865982995:976:106223:106244 Green River Colorado +0.508804 cspg_html_7833083677 cspg_html_7833083677:2493:215517:215536 Tahkandit Anchorage, Alaska +0.50232 cspg_html_1159165904 cspg_html_1159165904:14:1997:2002 Price Victoria, British Columbia +0.261948 aapg_ae_973.html aapg_ae_973.html:436:31194:31197 Abo Sacramento Mountains (California) +0.267273 sedimentology_html_9906287852 sedimentology_html_9906287852:1031:83812:83820 Evanston Logan, Utah +0.267696 sedimentology_html_4278388483 sedimentology_html_4278388483:79:8629:8638 Red River Lake Texoma +0.459002 aapg_ac_333.html aapg_ac_333.html:359:46833:46838 Ouray Colorado +0.244 cspg_html_6193252551 cspg_html_6193252551:289:31894:31910 Mingan Middle Ordovician +0.243987 aapg_ah_505.html aapg_ah_505.html:1958:152905:152911 Denver Colorado +0.247563 gsa_html_1826402027 gsa_html_1826402027:151:17309:17327 Moenkopi Blue Ridge Mountains +0.375452 cspg_html_2492063773 cspg_html_2492063773:95:13637:13651 Cedar District Northumberland, Pennsylvania +0.861745 aapg_ac_807.html aapg_ac_807.html:413:42377:42394 Potomac Patapsco River +0.254925 aapg_ai_296.html aapg_ai_296.html:571:57555:57568 Bromide Arkansas +0.251482 sedimentology_html_6812678908 sedimentology_html_6812678908:497:17816:17824 Colorado Reno, Nevada +0.471851 aapg_af_978.html aapg_af_978.html:913:132960:132964 Hall London, Ontario +0.465552 gsa_html_8531594123 gsa_html_8531594123:511:62122:62143 Stony Creek Central Valley (California) +0.24096 aapg_af_552.html aapg_af_552.html:265:23631:23638 Blackie London, Ontario +0.466908 aapg_ad_683.html aapg_ad_683.html:223:25068:25072 Rico Monument Valley +0.266682 aapg_ah_490.html aapg_ah_490.html:35:4600:4619 Minnelusa Black Hills +0.46657 AMJC_html_4299960498 AMJC_html_4299960498:796:90975:90995 Ellensburg Washington (state) +0.422501 cspg_html_3328007773 cspg_html_3328007773:74:10981:11004 Boulder Creek Victoria, British Columbia +0.477402 aapg_ac_333.html aapg_ac_333.html:165:20337:20349 Hermit Supai, Arizona +0.469224 aapg_af_470.html aapg_af_470.html:11:1797:1814 Madison Cheyenne, Wyoming +0.483084 aapg_ac_789.html aapg_ac_789.html:7:491:497 Denver Texas +0.4944 aapg_ah_859.html aapg_ah_859.html:217:25527:25540 Cook Mountain Lisbon +0.2515 aapg_ak_85.html aapg_ak_85.html:309:34415:34422 Schuler Cotton Valley, Louisiana +0.485463 geology_html_9136956675 geology_html_9136956675:364:24888:24891 Rye Netherlands +0.478676 aapg_ah_441.html aapg_ah_441.html:19:2836:2849 Nacatoch Saratoga, California +0.256 geology_html_7064273234 geology_html_7064273234:357:23645:23650 Stark Republic of China +0.485463 aapg_ac_720.html aapg_ac_720.html:327:33689:33697 Navesink New Egypt, New Jersey +0.263682 cspg_html_9485413283 cspg_html_9485413283:399:50779:50798 Keg River Lacombe, Alberta +0.475838 gsa_html_3860045860 gsa_html_3860045860:673:77077:77087 Washington Salem, Oregon +0.252984 aapg_aa_582.html aapg_aa_582.html:142:15203:15209 Sierra Oaxaca, Oaxaca +0.449064 gsa_html_3968951986 gsa_html_3968951986:2574:243662:243690 Green River Colorado +0.24453 palaios_html_5582845937 palaios_html_5582845937:371:36995:37001 Denver Las Vegas Strip +0.256011 cspg_html_1312400675 cspg_html_1312400675:114:13251:13281 Frenchman Regina, Saskatchewan +0.465774 aapg_ad_800.html aapg_ad_800.html:106:12518:12524 Coffee Alabama +0.459241 cspg_html_6021605367 cspg_html_6021605367:47:5248:5256 Woodford Cuyahoga County, Ohio +0.278046 aapg_ae_271.html aapg_ae_271.html:63:5196:5215 Cockfield Gosport, Indiana +0.262044 aapg_aa_396.html aapg_aa_396.html:3:365:378 Turner Valley Lacombe, Alberta +0.504088 aapg_ae_708.html aapg_ae_708.html:7:1138:1160 Maynardville Maryville, Missouri +0.478534 aapg_ac_505.html aapg_ac_505.html:67:9862:9883 Amherstburg West Branch, Iowa +0.278768 aapg_ac_621.html aapg_ac_621.html:52:6318:6339 Wood Siding Nebraska City, Nebraska +0.26112 palaios_html_7274959329 palaios_html_7274959329:212:17164:17177 Potsdam Quebec City +0.276576 aapg_aa_110.html aapg_aa_110.html:30:4466:4487 Green River Wasatch Range +0.473185 aapg_ac_688.html aapg_ac_688.html:110:11544:11553 Leadville Entrada Sandstone +0.251955 gsa_html_1338947136 gsa_html_1338947136:26:2884:2897 Boulder Creek Colorado +0.49056 gsa_html_4132548813 gsa_html_4132548813:221:21476:21504 Green River Colorado +0.481712 aapg_ah_647.html aapg_ah_647.html:741:81919:81925 Concha Kaibab, Arizona +0.467496 aapg_ai_28.html aapg_ai_28.html:210:18947:18953 Lissie Beaumont, Texas +0.484968 cspg_html_5754792643 cspg_html_5754792643:408:43950:43969 Elk Lacombe, Alberta +0.259032 cspg_html_5538678223 cspg_html_5538678223:631:60310:60318 Columbia Victoria, British Columbia +0.481005 gsa_html_2145963783 gsa_html_2145963783:784:70854:70882 Green River Colorado +0.4862 gsa_html_8541176417 gsa_html_8541176417:1440:103870:103898 Green River New Mexico +0.253575 aapg_ad_192.html aapg_ad_192.html:58:7798:7814 Tuscaloosa Shreveport, Louisiana +0.254856 aapg_ad_168.html aapg_ad_168.html:162:17762:17780 Leon Logan, Utah +0.474208 gsa_html_1130947011 gsa_html_1130947011:803:72672:72689 Black River Ohio +0.24908 geology_html_1872065081 geology_html_1872065081:12:867:876 San Diego California +0.500906 aapg_ah_847.html aapg_ah_847.html:144:16169:16177 Navesink New Egypt, New Jersey +0.510576 aapg_ac_333.html aapg_ac_333.html:1246:149698:149704 Kaibab Colorado Plateau +0.264438 aapg_ae_465.html aapg_ae_465.html:56:6571:6586 Sligo Pine Island (Lee County, Florida) +0.480168 aapg_ah_895.html aapg_ah_895.html:36:6248:6268 Clearwater Canada +0.505284 aapg_aa_254.html aapg_aa_254.html:80:8773:8793 Smackover Mississippi River +0.24252 aapg_ae_682.html aapg_ae_682.html:814:95727:95733 Denver Colorado +0.240408 aapg_af_579.html aapg_af_579.html:161:16839:16848 Telluride Entrada Sandstone +0.479186 aapg_af_892.html aapg_af_892.html:360:34164:34179 Pinto Lampasas, Texas +0.26416 gsa_html_6281658899 gsa_html_6281658899:744:79049:79077 Green River Cheyenne, Wyoming +0.244027 aapg_aa_357.html aapg_aa_357.html:402:37284:37290 Navajo San Juan Mountains +0.244374 gsa_html_2927312038 gsa_html_2927312038:549:43816:43824 Scotland Ballantrae +0.475006 aapg_ad_441.html aapg_ad_441.html:104:8555:8575 Carmel Carmel, Indiana +0.486401 cspg_html_2013109828 cspg_html_2013109828:567:82171:82177 Antler Arctic Cordillera +0.486837 gsa_html_1132862280 gsa_html_1132862280:858:75666:75694 Green River New Mexico +0.25856 gsa_html_1745886324 gsa_html_1745886324:11:498:505 El Paso El Paso, Texas +0.4855 gsa_html_5773931818 gsa_html_5773931818:14:745:753 Colorado Denver +0.48932 aapg_ac_629.html aapg_ac_629.html:319:40802:40809 Prairie Montgomery (town), New York +0.499464 cspg_html_6163998187 cspg_html_6163998187:523:59962:59973 Peace River Victoria, British Columbia +0.269312 geology_html_7395209483 geology_html_7395209483:79:5950:5957 El Paso Texas +0.252486 gsa_html_5924250698 gsa_html_5924250698:812:76991:77010 Bishop Conglomerate Uinta Mountains +0.817128 aapg_ae_428.html aapg_ae_428.html:934:73336:73353 Pawnee Mongolia +0.277608 aapg_ac_213.html aapg_ac_213.html:378:31929:31951 Water Canyon Logan, Utah +0.47368 cspg_html_4727171280 cspg_html_4727171280:193:17277:17295 Edmonton Canada +0.466908 geology_html_2128432722 geology_html_2128432722:314:23583:23589 Walker Great Britain +0.248 geology_html_3363667765 geology_html_3363667765:15:943:958 Byng Victoria, British Columbia +0.477582 cspg_html_9174463232 cspg_html_9174463232:213:21565:21578 Sulphur Point Lacombe, Alberta +0.447925 geology_html_8865975080 geology_html_8865975080:12:583:591 Colorado Colorado +0.46604 aapg_ah_80.html aapg_ah_80.html:8:878:890 Arkose Ridge Matanuska-Susitna Valley +0.24888 sedimentology_html_9193411876 sedimentology_html_9193411876:853:82845:82851 Viking Auckland +0.263048 aapg_ah_860.html aapg_ah_860.html:56:6685:6691 Guelph Waukesha, Wisconsin +0.48682 aapg_aa_582.html aapg_aa_582.html:130:13618:13636 La Presa Oaxaca, Oaxaca +0.335634 aapg_ae_95.html aapg_ae_95.html:284:42446:42477 Lizard Springs Trinidad and Tobago +0.257033 aapg_ai_105.html aapg_ai_105.html:412:50462:50482 Manning Canyon Oquirrh Mountain Utah Temple +0.486604 sedimentology_html_9459435622 sedimentology_html_9459435622:871:72340:72345 Price Russia +0.470374 cspg_html_4694210878 cspg_html_4694210878:136:16287:16298 Ekwan River River Severn +0.27606 cspg_html_4409656292 cspg_html_4409656292:748:78862:78879 Cardium Lacombe, Alberta +0.266805 aapg_ad_674.html aapg_ad_674.html:320:34191:34196 Swift Maryland +0.49896 aapg_af_636.html aapg_af_636.html:525:61547:61568 Brownsport Cincinnati +0.270375 AMJC_html_5471526645 AMJC_html_5471526645:471:63110:63118 Virginia Danville, Virginia +0.249158 aapg_ad_68.html aapg_ad_68.html:330:25866:25880 Mansfield Lake Ontario +0.255524 aapg_ae_419.html aapg_ae_419.html:1619:120686:120706 Agua Nueva Tampico, Illinois +0.71616 sedimentology_html_6643686201 sedimentology_html_6643686201:1886:129373:129393 Ferry Lake Anhydrite East Texas +0.24948 cspg_html_7963093032 cspg_html_7963093032:385:38469:38476 Selkirk Victoria, British Columbia +0.242514 aapg_ac_4.html aapg_ac_4.html:159:15189:15219 Sadlerochit Prudhoe Bay Oil Field +0.466 aapg_ah_659.html aapg_ah_659.html:59:5868:5890 Uinta Logan, Utah +0.256486 AMJC_html_7141186441 AMJC_html_7141186441:111:15653:15661 Willwood Fort Union Trading Post National Historic Site +0.266562 cspg_html_7307388012 cspg_html_7307388012:340:38817:38825 Columbia Lacombe, Alberta +0.457256 sedimentology_html_5673709888 sedimentology_html_5673709888:1555:81241:81249 Hawthorn Burlington, Ontario +0.489472 aapg_aa_647.html aapg_aa_647.html:417:36043:36067 Clinton Peru, Indiana +0.490051 aapg_ac_834.html aapg_ac_834.html:151:13805:13816 Dakota Fall River, Nova Scotia +0.489808 cspg_html_5345848475 cspg_html_5345848475:284:33851:33869 Deer Creek Lacombe, Alberta +0.501642 cspg_html_7866293053 cspg_html_7866293053:50:6077:6095 Moosebar Victoria, British Columbia +0.245 aapg_ah_696.html aapg_ah_696.html:365:51253:51263 Washington Salem, Oregon +0.287592 aapg_aa_48.html aapg_aa_48.html:388:42965:42986 Amsden Williston Basin +0.280238 aapg_ac_535.html aapg_ac_535.html:510:48906:48922 Viking Lacombe, Alberta +0.152905 aapg_ai_241.html aapg_ai_241.html:68:8710:8735 Red River Winnipeg +0.257466 gsa_html_2369908260 gsa_html_2369908260:1058:101314:101326 Independence Owen River +0.25551 geology_html_3492857668 geology_html_3492857668:130:15099:15116 Kayenta Capitol Reef National Park +0.45724 aapg_ad_759.html aapg_ad_759.html:11:1255:1268 Santa Barbara Santa Ynez Valley +0.46763 aapg_aa_745.html aapg_aa_745.html:308:36325:36338 Brushy Canyon Texas +0.368774 aapg_ad_660.html aapg_ad_660.html:477:65744:65764 San Andres Texas +0.248482 gsa_html_2168907540 gsa_html_2168907540:172:19896:19916 Montesano Middle East +0.50295 aapg_ai_157.html aapg_ai_157.html:462:43070:43081 Salina Norfolk, Virginia +0.260091 aapg_ad_69.html aapg_ad_69.html:6:918:944 Telegraph Creek Niobrara, Nebraska +0.260099 gsa_html_9898556493 gsa_html_9898556493:288:35487:35506 Riverbank Merced River +0.490941 gsa_html_2542840483 gsa_html_2542840483:29:2796:2824 Green River Iran +0.479622 gsa_html_9865056817 gsa_html_9865056817:831:74944:74952 Colorado Colorado +0.489684 cspg_html_5430614285 cspg_html_5430614285:264:34831:34855 Cardium Lacombe, Alberta +0.471696 geology_html_4304054973 geology_html_4304054973:20:1155:1178 Gunflint Iron Lake Superior +0.251292 AMJC_html_1938223835 AMJC_html_1938223835:249:33580:33602 Spider Lake West Branch, Iowa +0.514345 sedimentology_html_2898428289 sedimentology_html_2898428289:58:4951:4994 Winnipegosis Dolomites +0.257346 sedimentology_html_7173233072 sedimentology_html_7173233072:1345:79554:79562 Victoria Victoria, British Columbia +0.26468 cspg_html_3815346433 cspg_html_3815346433:18:2415:2424 Waterways Missouri River +0.473946 aapg_ad_350.html aapg_ad_350.html:448:49544:49556 Chambersburg Stones River +0.485265 aapg_ah_847.html aapg_ah_847.html:303:36003:36024 Hornerstown Closter, New Jersey +0.49987 AMJC_html_5471526645 AMJC_html_5471526645:521:67896:67904 Virginia Aspen, Colorado +0.256512 aapg_ac_257.html aapg_ac_257.html:59:10758:10764 Frisco Sallisaw, Oklahoma +0.257556 aapg_ad_15.html aapg_ad_15.html:45:3633:3639 Decker Wichita Mountains +0.511056 aapg_ah_387.html aapg_ah_387.html:2913:319153:319161 Mariposa Klamath Mountains (ecoregion) +0.47671 sedimentology_html_9150879626 sedimentology_html_9150879626:97:8760:8769 Peninsula Caribbean +0.502692 aapg_ae_324.html aapg_ae_324.html:209:20490:20496 Kindle San Fernando Valley +0.243955 palaios_html_5200400776 palaios_html_5200400776:324:29900:29922 Trout Valley Portland, Maine +0.256027 sedimentology_html_9706021365 sedimentology_html_9706021365:704:44854:44858 Kano Sakai, Osaka +0.493812 aapg_af_261.html aapg_af_261.html:125:16668:16677 Smackover Mississippi River +0.242446 cspg_html_1975682848 cspg_html_1975682848:123:17689:17706 Gazelle California +0.556664 aapg_ah_547.html aapg_ah_547.html:62:8348:8365 Rodessa Rodessa, Louisiana +0.268732 aapg_ah_60.html aapg_ah_60.html:36:5546:5556 Washington Salem, Oregon +0.260268 aapg_ae_491.html aapg_ae_491.html:411:34383:34392 Extension Burj Al Arab +0.498066 geology_html_4334622851 geology_html_4334622851:218:23581:23587 Pueblo Tulsa, Oklahoma +0.2525 aapg_ad_958.html aapg_ad_958.html:497:49139:49157 Gilmore City Nebraska +0.379175 aapg_ai_592.html aapg_ai_592.html:355:57286:57307 Green River Logan, Utah +0.241 gsa_html_6814608835 gsa_html_6814608835:387:34101:34122 Cypresshead Melbourne, Florida +0.48204 gsa_html_6181749105 gsa_html_6181749105:570:48367:48375 Monterey Monterey Bay +0.269838 aapg_ad_174.html aapg_ad_174.html:641:64424:64432 Beaumont New Mexico +0.493908 aapg_ae_544.html aapg_ae_544.html:631:65732:65740 Colorado Denver +0.464448 aapg_ah_328.html aapg_ah_328.html:132:12231:12239 Colorado Cheyenne, Wyoming +0.26571 cspg_html_3854139935 cspg_html_3854139935:165:23363:23379 Belly River Judith River Formation +0.474624 aapg_ai_41.html aapg_ai_41.html:31:2091:2099 Woodbine Austin, Chicago +0.253009 aapg_ae_473.html aapg_ae_473.html:336:30946:30959 Holly Springs Holly Springs, Mississippi +0.631609 aapg_ad_683.html aapg_ad_683.html:830:80055:80071 Toroweap Supai, Arizona +0.250937 aapg_ah_532.html aapg_ah_532.html:68:6400:6408 Rockwood Colorado +0.44133 aapg_ai_321.html aapg_ai_321.html:3:211:228 Esquias Honduras +0.407043 aapg_ah_329.html aapg_ah_329.html:259:25330:25344 Monterey California +0.270384 cspg_html_8612721867 cspg_html_8612721867:1316:146670:146704 Waterways Swan Hill, Victoria +0.490546 cspg_html_1019614994 cspg_html_1019614994:292:46865:46881 Exshaw Lacombe, Alberta +0.846399 aapg_ai_49.html aapg_ai_49.html:337:42624:42641 Skull Creek Black Hills +0.45632 cspg_html_5699627350 cspg_html_5699627350:244:32808:32814 Viking Colorado +0.492375 aapg_ac_971.html aapg_ac_971.html:1114:98362:98379 Seminole Arbuckle, California +0.271341 aapg_ae_388.html aapg_ae_388.html:1031:54857:54880 Cook Mountain Lake City, Florida +0.466626 gsa_html_9310053579 gsa_html_9310053579:292:26491:26510 Chumstick Leavenworth, Washington +0.247 geology_html_1573138807 geology_html_1573138807:13:627:635 Colorado Denver +0.270336 aapg_ah_318.html aapg_ah_318.html:1298:131365:131382 Hosston Texas +0.270384 cspg_html_3554431164 cspg_html_3554431164:81:13806:13821 Leduc Rocky Mountains +0.2555 geology_html_1001858158 geology_html_1001858158:282:24153:24161 Victoria Victoria, British Columbia +0.49588 cspg_html_1188455526 cspg_html_1188455526:212:33350:33368 Isachsen Melville Island (Canada) +0.486772 aapg_ai_154.html aapg_ai_154.html:300:34612:34618 Pocono Pottsville, Pennsylvania +0.272468 aapg_ae_135.html aapg_ae_135.html:57:4942:4950 Woodbine Cotton Valley, Louisiana +0.472054 geology_html_9627486094 geology_html_9627486094:329:27113:27118 Beloc Earth +0.521838 cspg_html_7182873498 cspg_html_7182873498:174:23452:23458 Guelph Salina, Kansas +0.48297 aapg_ac_190.html aapg_ac_190.html:158:26452:26477 Skaneateles Skaneateles (village), New York +0.278759 cspg_html_5358383351 cspg_html_5358383351:8:532:552 Windsor Bridgetown, Nova Scotia +0.250997 aapg_ac_337.html aapg_ac_337.html:353:15935:15943 Colorado Des Moines, Washington +0.251563 aapg_ac_316.html aapg_ac_316.html:104:11878:11883 Queen Guadalupe Mountains National Park +0.255518 geology_html_3197685690 geology_html_3197685690:296:26456:26466 Washington Salem, Oregon +0.266156 aapg_ai_974.html aapg_ai_974.html:277:28251:28268 Roslyn Cascade Mountain (Alberta) +0.252003 aapg_ad_721.html aapg_ad_721.html:658:66096:66103 Rustler Carlsbad, New Mexico +0.47904 aapg_af_854.html aapg_af_854.html:954:134560:134577 Renault Yankeetown, Indiana +0.502244 aapg_ai_751.html aapg_ai_751.html:135:13356:13363 Bedford Venango, Pennsylvania +0.48323 gsa_html_1783148177 gsa_html_1783148177:788:78858:78882 Mt Lytton Eagle Mountain (Minnesota) +0.238896 sedimentology_html_6268265701 sedimentology_html_6268265701:1131:84766:84770 Hall London, Ontario +0.261021 palaios_html_3232474978 palaios_html_3232474978:68:6916:6927 Peace River Victoria, British Columbia +0.862941 cspg_html_3354282978 cspg_html_3354282978:253:35953:35974 Cooking Lake Dolomites +0.262614 sedimentology_html_6338456723 sedimentology_html_6338456723:1760:77870:77876 Taylor London, Ontario +0.289428 aapg_aa_288.html aapg_aa_288.html:294:32064:32075 Mowry Cheyenne, Wyoming +0.264096 cspg_html_7866293053 cspg_html_7866293053:302:36071:36081 Loon River Lacombe, Alberta +0.469614 aapg_ah_49.html aapg_ah_49.html:74:9288:9294 Modelo Castaic, California +0.912978 cspg_html_3501550466 cspg_html_3501550466:9:903:919 Ireton Western world +0.470195 aapg_ae_941.html aapg_ae_941.html:116:12976:12992 Paluxy Hopkins County, Kentucky +0.2626 cspg_html_5375448448 cspg_html_5375448448:423:46378:46396 Frontier Powder River Basin +0.281957 aapg_ae_537.html aapg_ae_537.html:279:34669:34697 Green River Logan, Utah +0.458544 palaios_html_1574666570 palaios_html_1574666570:19:903:907 Hall Ontario, California +0.257868 cspg_html_1053895111 cspg_html_1053895111:227:28699:28716 Cardium Lacombe, Alberta +0.253422 aapg_ah_624.html aapg_ah_624.html:209:22129:22137 Colorado Pagosa Springs, Colorado +0.495075 cspg_html_8145657505 cspg_html_8145657505:88:13608:13638 Cairn Canmore, Alberta +0.364014 gsa_html_5865982995 gsa_html_5865982995:1123:121407:121428 Green River Colorado +0.509538 aapg_ae_152.html aapg_ae_152.html:3:510:528 Anahuac Shreveport, Louisiana +0.501036 gsa_html_9295015624 gsa_html_9295015624:11:488:494 Dayton Ohio +0.487531 aapg_ac_742.html aapg_ac_742.html:38:5166:5189 Gypsum Spring Black Hills +0.266255 cspg_html_9361096527 cspg_html_9361096527:872:76994:77016 Judith River Lacombe, Alberta +0.489684 gsa_html_9207276905 gsa_html_9207276905:739:61439:61467 Green River Colorado +0.470305 aapg_ad_801.html aapg_ad_801.html:289:31042:31054 Chickasawhay Mississippi River +0.379052 jgeology_html_5816492644 jgeology_html_5816492644:176:9614:9632 John Day Salem, Oregon +0.260604 gsa_html_6745753615 gsa_html_6745753615:68:5446:5474 Green River New Mexico +0.294286 aapg_ad_351.html aapg_ad_351.html:98:10868:10874 Warsaw Benton County, Indiana +0.464805 cspg_html_8662646956 cspg_html_8662646956:74:13661:13682 Pine Point Vancouver +0.492926 aapg_ah_751.html aapg_ah_751.html:128:12585:12605 Boquillas Coahuila +0.474897 aapg_ad_44.html aapg_ad_44.html:136:14080:14108 Martinsburg Blue Ridge Mountains +0.243712 aapg_ae_544.html aapg_ae_544.html:157:20033:20048 Eagle Niobrara, Nebraska +0.25908 aapg_ah_418.html aapg_ah_418.html:91:8653:8677 St. Mary River Canada +0.486324 gsa_html_7199417381 gsa_html_7199417381:292:32580:32597 White River Nebraska +0.265125 cspg_html_4099674132 cspg_html_4099674132:35:6442:6480 Winnipegosis Regina, Saskatchewan +0.505376 aapg_ac_187.html aapg_ac_187.html:4133:398242:398270 San Andres New Mexico +0.46864 gsa_html_6608619586 gsa_html_6608619586:71:6747:6753 Oregon Mexico +0.785304 cspg_html_8247666269 cspg_html_8247666269:562:65981:65987 Kanguk Canada +0.491825 cspg_html_7833083677 cspg_html_7833083677:1080:92963:92985 Bad Cache Rapids Cheyenne, Wyoming +0.272459 aapg_ak_104.html aapg_ak_104.html:78:11496:11512 Amsden Cheyenne, Wyoming +0.446508 geology_html_9558807658 geology_html_9558807658:108:9001:9007 Sierra Lassen Peak +0.471504 cspg_html_6702053097 cspg_html_6702053097:550:68230:68264 Beekmantown Ontario, California +0.26924 aapg_ae_605.html aapg_ae_605.html:97:13712:13728 Salina Kokomo, Indiana +0.247808 cspg_html_9683836416 cspg_html_9683836416:30:5811:5829 Judith River Lacombe, Alberta +0.48314 cspg_html_6647936472 cspg_html_6647936472:70:7820:7836 Ashern Regina, Saskatchewan +0.481844 gsa_html_3365657149 gsa_html_3365657149:966:89464:89473 Newcastle Sydney Basin +0.252004 palaios_html_6034217939 palaios_html_6034217939:431:46239:46270 Kope Kentucky +0.23863 gsa_html_7173708345 gsa_html_7173708345:1018:82361:82382 Forest Anchorage, Alaska +0.49518 aapg_ad_156.html aapg_ad_156.html:85:11648:11670 Water Island United States Virgin Islands +0.47677 jgeology_html_3516081227 jgeology_html_3516081227:95:3301:3309 Colorado Earth +0.274046 aapg_ah_140.html aapg_ah_140.html:40:4259:4267 Colorado Cheyenne, Wyoming +0.45913 aapg_ad_160.html aapg_ad_160.html:78:7287:7304 Gaptank Pecos County, Texas +0.57009 aapg_ac_126.html aapg_ac_126.html:199:29610:29641 Haynesville Haynesville, Louisiana +0.51397 gsa_html_1826402027 gsa_html_1826402027:939:96217:96227 San Diego California +0.236442 aapg_ad_152.html aapg_ad_152.html:1015:131887:131895 Robinson Reno, Nevada +0.258332 aapg_ac_584.html aapg_ac_584.html:105:11454:11472 Chandler Colville River (Washington) +0.25704 aapg_af_436.html aapg_af_436.html:287:34645:34648 Elk Gilmer County, Georgia +0.256536 aapg_af_958.html aapg_af_958.html:11:548:558 Las Cruces New Mexico +0.501468 aapg_ai_583.html aapg_ai_583.html:472:59946:59954 Sundance Cheyenne, Wyoming +0.40327 aapg_ae_182.html aapg_ae_182.html:99:11168:11179 Pine Island County Sligo +0.561172 aapg_ah_318.html aapg_ah_318.html:909:94364:94372 Colorado New Mexico +0.449436 AMJC_html_4299960498 AMJC_html_4299960498:757:88154:88164 Washington Goldendale, Washington +0.265221 aapg_aa_681.html aapg_aa_681.html:45:6542:6564 Traverse Michigan +0.281274 aapg_ae_846.html aapg_ae_846.html:193:18545:18561 Dakota Rio Arriba County, New Mexico +0.258064 geology_html_4599156600 geology_html_4599156600:267:24010:24034 Gog Lacombe, Alberta +0.26416 aapg_aa_626.html aapg_aa_626.html:233:27206:27224 Patuxent Charles County, Maryland +0.482463 aapg_af_321.html aapg_af_321.html:360:32295:32303 Bathurst Amsterdam +0.469794 gsa_html_5147030878 gsa_html_5147030878:29:2547:2567 Washikemba Venezuela +0.255524 aapg_af_394.html aapg_af_394.html:318:37533:37543 Wind River Absaroka +0.716496 palaios_html_5268628065 palaios_html_5268628065:408:45670:45686 Tamana Trinidad and Tobago +0.26988 cspg_html_9717154602 cspg_html_9717154602:994:84866:84883 Bearpaw Lacombe, Alberta +0.477 aapg_af_248.html aapg_af_248.html:33:3221:3227 Midway Shreveport, Louisiana +0.47167 cspg_html_2232872826 cspg_html_2232872826:651:64224:64236 Rundle Central Alberta +0.512143 aapg_ad_808.html aapg_ad_808.html:596:37772:37792 Phosphoria Boise, Idaho +0.506996 aapg_ah_835.html aapg_ah_835.html:22:3640:3656 Chinle Catskill Mountains +0.26214 cspg_html_8558580101 cspg_html_8558580101:6:531:557 Sulphur Mountain Lacombe, Alberta +0.91872 aapg_ai_285.html aapg_ai_285.html:56:5878:5895 Kaguyak Mount Katmai +0.49344 cspg_html_3124360347 cspg_html_3124360347:46:8891:8902 Chazy Lake Champlain +0.241482 aapg_ak_76.html aapg_ak_76.html:182:27912:27931 Guanajibo Puerto Rico +0.256824 cspg_html_5949578130 cspg_html_5949578130:544:82257:82269 Golden Spike Saint Kitts and Nevis +0.260797 cspg_html_4495377323 cspg_html_4495377323:14:1611:1659 Fernie Lacombe, Alberta +0.426425 aapg_ae_790.html aapg_ae_790.html:162:19979:19988 Knoxville Monterey, California +0.25149 geology_html_6359081340 geology_html_6359081340:182:15801:15810 Peninsula Lake Toba +0.25758 aapg_aa_598.html aapg_aa_598.html:170:16241:16248 Thaynes Fall Creek Falls State Park +0.476952 geology_html_1909563269 geology_html_1909563269:185:23024:23057 Calvert Maryland +0.384228 aapg_ae_863.html aapg_ae_863.html:53:7084:7100 Modelo California +0.489082 cspg_html_1456761793 cspg_html_1456761793:23:4780:4812 Mount Forster Victoria, British Columbia +0.262104 aapg_ah_107.html aapg_ah_107.html:206:19557:19574 Encanto Veracruz, Veracruz +0.250937 gsa_html_4930932370 gsa_html_4930932370:244:23790:23813 Negaunee Iron Sudbury, Suffolk +0.509015 palaios_html_7179643765 palaios_html_7179643765:132:12936:12953 La Luna Venezuela +0.288926 aapg_ah_95.html aapg_ah_95.html:236:20672:20689 Kaibab Logan, Utah +0.258552 aapg_ac_224.html aapg_ac_224.html:164:16764:16784 Carmel Illinois +0.267786 aapg_ah_779.html aapg_ah_779.html:589:108955:108962 Chemung Catskill Mountains +0.464165 cspg_html_4822015639 cspg_html_4822015639:444:53527:53540 Lone Mountain Reno, Nevada +0.251979 cspg_html_1260733368 cspg_html_1260733368:178:23959:23976 Medicine Hat Lacombe, Alberta +0.548502 aapg_ai_400.html aapg_ai_400.html:86:11199:11208 Red River Red River of the North +0.262656 aapg_aa_106.html aapg_aa_106.html:74:8285:8299 Methy Lacombe, Alberta +0.480256 aapg_ac_634.html aapg_ac_634.html:250:28510:28516 Topeka Toronto +0.270391 cspg_html_3102530088 cspg_html_3102530088:317:38040:38060 Milk River Regina, Saskatchewan +0.249498 cspg_html_4193503340 cspg_html_4193503340:291:37941:37959 Foremost Lacombe, Alberta +0.443034 gsa_html_9579641184 gsa_html_9579641184:206:19970:19994 Beluga Cook Inlet +0.250937 gsa_html_2818345762 gsa_html_2818345762:520:48087:48107 Mineral Fork Tillite Logan, Utah +0.469168 aapg_ai_928.html aapg_ai_928.html:218:33966:33976 Copenhagen Denmark +0.272288 aapg_ae_863.html aapg_ae_863.html:208:24007:24024 Bethel Pottsville, Pennsylvania +0.257136 sedimentology_html_1574197024 sedimentology_html_1574197024:2279:105790:105794 Hall London, Ontario +0.38304 aapg_ai_883.html aapg_ai_883.html:52:5584:5593 Smackover Mississippi River +0.265221 gsa_html_6212532476 gsa_html_6212532476:132:13790:13812 Horse Spring Reno, Nevada +0.5088 aapg_af_616.html aapg_af_616.html:639:44561:44566 Queen Artesia, New Mexico +0.265209 palaios_html_8064020973 palaios_html_8064020973:546:62653:62684 Chinle Colorado +0.250997 aapg_ad_311.html aapg_ad_311.html:11:1177:1187 Rio Grande Laredo, Texas +0.24598 AMJC_html_2905856018 AMJC_html_2905856018:558:83540:83550 Washington Salem, Oregon +0.487227 gsa_html_9207276905 gsa_html_9207276905:41:4579:4587 Columbia Victoria, British Columbia +0.36852 palaios_html_5958626598 palaios_html_5958626598:262:28589:28618 Jupiter Anticosti Island +0.459613 gsa_html_9535212992 gsa_html_9535212992:652:57964:57992 Green River Colorado +0.246928 aapg_ai_480.html aapg_ai_480.html:237:22184:22194 Kern River Tulare, California +0.452094 aapg_ai_816.html aapg_ai_816.html:326:54054:54061 Chanute Westerville, Ohio +0.480168 cspg_html_2094634763 cspg_html_2094634763:235:28643:28660 Deville Tripoli +0.455648 cspg_html_7483574191 cspg_html_7483574191:7:840:858 Waterton Victoria, British Columbia +0.49087 geology_html_8881449794 geology_html_8881449794:171:17125:17143 Frontier Cheyenne, Wyoming +0.274944 cspg_html_1915486237 cspg_html_1915486237:314:39066:39074 Columbia Lacombe, Alberta +0.255524 aapg_ah_677.html aapg_ah_677.html:543:61687:61695 Colorado Denver +0.255892 palaios_html_4745554613 palaios_html_4745554613:634:62046:62075 Dunvegan Lacombe, Alberta +0.487844 cspg_html_1019614994 cspg_html_1019614994:491:84858:84871 Exshaw Lacombe, Alberta +0.258825 aapg_ah_253.html aapg_ah_253.html:363:42167:42187 San Andres Pecos River +0.278236 cspg_html_8089302449 cspg_html_8089302449:225:38378:38390 Saskatchewan Mackenzie River +0.260832 aapg_af_70.html aapg_af_70.html:101:9542:9553 Tar Springs Hardinsburg, Indiana +0.472317 aapg_ae_467.html aapg_ae_467.html:263:19465:19473 Traverse Dolomites +0.243536 palaios_html_6944542452 palaios_html_6944542452:617:51454:51470 Toreva Northeast Arizona +0.478518 aapg_ah_622.html aapg_ah_622.html:185:18332:18352 Mesaverde Cheyenne, Wyoming +0.2401 aapg_ai_250.html aapg_ai_250.html:133:15351:15358 Dotsero Colorado +0.475488 aapg_ad_1.html aapg_ad_1.html:65:7024:7029 Chazy Black River, Jamaica +0.38465 aapg_ah_277.html aapg_ah_277.html:459:47179:47187 Lea Park Colorado +0.50042 aapg_ai_523.html aapg_ai_523.html:38:4704:4720 Chinle Chinle Formation +0.254518 aapg_ad_223.html aapg_ad_223.html:679:69523:69529 Denver Colorado +0.47874 aapg_ae_380.html aapg_ae_380.html:54:4466:4472 Lissie Shreveport, Louisiana +0.461214 gsa_html_1124652135 gsa_html_1124652135:392:35701:35707 Edisto Western world +0.89586 aapg_ac_333.html aapg_ac_333.html:1917:185381:185399 Moenkopi Colorado +0.249344 cspg_html_4348111624 cspg_html_4348111624:41:8325:8376 Winnipegosis Regina, Saskatchewan +0.2583 aapg_ad_440.html aapg_ad_440.html:946:93808:93816 Virginia Huntington, West Virginia +0.494982 gsa_html_4670506866 gsa_html_4670506866:878:72394:72422 Green River Colorado +0.405381 aapg_ad_720.html aapg_ad_720.html:216:22134:22146 Yeso Sacramento, California +0.252909 aapg_ai_28.html aapg_ai_28.html:718:67786:67792 Lissie Beaumont, Texas +0.244258 aapg_ah_157.html aapg_ah_157.html:308:44559:44574 Knobs Illinois +0.484568 aapg_aa_954.html aapg_aa_954.html:299:28954:28959 Salem Salem, Massachusetts +0.277046 gsa_html_9181545711 gsa_html_9181545711:740:69830:69838 Colorado Denver +0.253356 cspg_html_1434585715 cspg_html_1434585715:23:2617:2635 Paskapoo Lacombe, Alberta +0.27132 aapg_ae_40.html aapg_ae_40.html:317:30569:30589 Cool Creek Arbuckle, California +0.803155 gsa_html_7040053075 gsa_html_7040053075:388:39714:39718 Pico West Coyote Hills +0.263105 aapg_ad_55.html aapg_ad_55.html:510:31652:31674 Black River Knoxville, Tennessee +0.469755 cspg_html_6163691495 cspg_html_6163691495:997:87109:87122 Madison Williston, Vermont +0.223989 aapg_aa_288.html aapg_aa_288.html:70:8496:8502 Dakota Colorado +0.264147 aapg_ad_800.html aapg_ad_800.html:96:10569:10584 Eutaw Selma to Montgomery marches +0.496752 aapg_aa_1.html aapg_aa_1.html:295:31338:31374 Whitsett Roseburg, Oregon +0.50336 gsa_html_3544597182 gsa_html_3544597182:951:72711:72739 Green River Colorado +0.258981 palaios_html_5941046452 palaios_html_5941046452:599:52150:52158 Columbia Washington (state) +0.258 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53100:53104 Bell Logan, Utah +0.262108 aapg_af_3.html aapg_af_3.html:206:21398:21403 Supai Arizona +0.500996 aapg_ac_631.html aapg_ac_631.html:287:35270:35288 Teewinot Cheyenne, Wyoming +0.526221 aapg_ai_975.html aapg_ai_975.html:203:23612:23634 Hosston Coahuila +0.381876 gsa_html_1636483297 gsa_html_1636483297:68:5340:5361 Green River Colorado +0.465552 cspg_html_4915680223 cspg_html_4915680223:24:2738:2757 Allen Bay Douro DOC +0.49305 cspg_html_5345848475 cspg_html_5345848475:191:26294:26311 Carlile Lacombe, Alberta +0.24288 sedimentology_html_3274202608 sedimentology_html_3274202608:424:26559:26565 Sierra Kingdom of Asturias +0.497871 cspg_html_2863271815 cspg_html_2863271815:496:59528:59539 B Evaporite Salina, Kansas +0.26316 sedimentology_html_6277855897 sedimentology_html_6277855897:1165:90412:90433 Green River Cheyenne, Wyoming +0.493654 aapg_aa_124.html aapg_aa_124.html:912:86458:86476 Whitemud Lacombe, Alberta +0.509609 cspg_html_5660413005 cspg_html_5660413005:140:16778:16794 Calmar Lacombe, Alberta +0.257544 aapg_ae_705.html aapg_ae_705.html:145:15017:15034 Sisquoc Carpinteria, California +0.285384 aapg_ah_260.html aapg_ah_260.html:269:35013:35029 Dakota Salina, Kansas +0.24402 aapg_aa_38.html aapg_aa_38.html:368:38376:38398 Word Texas +0.377629 cspg_html_7093237629 cspg_html_7093237629:695:77833:77843 Bonneterre Missouri River +0.458402 aapg_aa_582.html aapg_aa_582.html:242:25209:25215 Sonora Mexico +0.482664 gsa_html_3330587082 gsa_html_3330587082:576:50808:50817 Littleton Lyons, Illinois +0.244829 gsa_html_5865982995 gsa_html_5865982995:965:105315:105323 Colorado Colorado +0.249494 aapg_ah_530.html aapg_ah_530.html:219:25092:25110 Contadero New Mexico +0.266742 aapg_ai_107.html aapg_ai_107.html:8:996:1005 Shongaloo Shreveport, Louisiana +0.460314 aapg_ae_981.html aapg_ae_981.html:245:20794:20800 Laurel Missouri River +0.506766 aapg_ac_726.html aapg_ac_726.html:176:20933:20943 Phosphoria Sweetwater, Miami-Dade County, Florida +0.50016 aapg_ah_753.html aapg_ah_753.html:97:15406:15416 Boss Point New Brunswick, New Jersey +0.481824 geology_html_1719128861 geology_html_1719128861:261:20540:20546 Denver Lacombe, Alberta +0.495286 geology_html_5554293200 geology_html_5554293200:13:658:670 Saskatchewan Regina, Saskatchewan +0.241032 aapg_ad_757.html aapg_ad_757.html:72:7544:7554 Kinderhook Maquoketa, Iowa +0.258912 cspg_html_2695921112 cspg_html_2695921112:69:7234:7255 Bonaventure Quebec City +0.490428 jgeology_html_2497886918 jgeology_html_2497886918:152:8351:8360 Peninsula Korea +0.25284 aapg_ad_369.html aapg_ad_369.html:8:1263:1289 Chemung Allegany (town), New York +0.461748 cspg_html_9343899465 cspg_html_9343899465:889:81034:81044 Bird Fiord Ellesmere Island +0.246685 cspg_html_4293350162 cspg_html_4293350162:586:60310:60330 Mount Head Carnarvon, Western Australia +0.491008 gsa_html_3456556214 gsa_html_3456556214:156:11047:11075 Green River Colorado +0.49088 aapg_ai_573.html aapg_ai_573.html:177:31145:31154 Red River Wichita, Kansas +0.79569 aapg_ac_575.html aapg_ac_575.html:80:12571:12590 Chugwater Cheyenne, Wyoming +0.245024 AMJC_html_5507942612 AMJC_html_5507942612:37:3933:3949 New Haven Arkose South Britain Historic District +0.479076 geology_html_4355936380 geology_html_4355936380:41:4611:4619 Columbia Moberly, Missouri +0.349 aapg_ah_431.html aapg_ah_431.html:12:1514:1523 Kimmswick Missouri River +0.245021 aapg_aa_147.html aapg_aa_147.html:181:22952:22963 Inwood Inwood, New York +0.23868 sedimentology_html_4382679749 sedimentology_html_4382679749:1496:93515:93521 Laguna Castel Gandolfo +0.491064 aapg_aa_959.html aapg_aa_959.html:165:13651:13659 Colorado Nebraska +0.485254 aapg_ah_694.html aapg_ah_694.html:396:49576:49582 Walker Netherlands +0.282864 aapg_ae_590.html aapg_ae_590.html:408:43644:43650 Sparta Carrizo Plain +0.270396 aapg_aa_348.html aapg_aa_348.html:32:3227:3238 Beekmantown Lowville (town), New York +0.279102 aapg_aa_86.html aapg_aa_86.html:40:3395:3399 Buda Paluxy, Texas +0.421575 cspg_html_8362959053 cspg_html_8362959053:92:13896:13904 Columbia Victoria, British Columbia +0.252296 gsa_html_5039569238 gsa_html_5039569238:104:10060:10073 Graminia Lacombe, Alberta +0.474045 cspg_html_1870927435 cspg_html_1870927435:61:8945:8960 Cairn Lacombe, Alberta +0.24948 aapg_ai_962.html aapg_ai_962.html:210:15184:15188 Word Texas +0.495492 aapg_ac_246.html aapg_ac_246.html:361:36240:36260 Newcastle Black Hills +0.492768 sedimentology_html_9709334433 sedimentology_html_9709334433:146:6984:6988 Hall London, Ontario +0.484939 aapg_ai_958.html aapg_ai_958.html:34:3488:3496 Oakville Duval County, Texas +0.258482 cspg_html_9675666588 cspg_html_9675666588:709:74478:74495 Potsdam Quebec City +0.26162 gsa_html_2098291403 gsa_html_2098291403:384:36416:36426 Washington Salem, Oregon +0.257554 aapg_ad_784.html aapg_ad_784.html:436:46412:46417 Sespe Oak Ridge, Tennessee +0.274944 aapg_ah_5.html aapg_ah_5.html:2411:169835:169853 Niobrara Niobrara, Nebraska +0.48581 palaios_html_3889678675 palaios_html_3889678675:82:10534:10552 Quinault Washington (state) +0.350149 aapg_ah_318.html aapg_ah_318.html:282:40679:40694 Morehouse Shreveport, Louisiana +0.266928 aapg_aa_233.html aapg_aa_233.html:3:172:178 Sierra Mexico +0.444288 aapg_ad_2.html aapg_ad_2.html:1016:139957:139978 Beekmantown Pennsylvania +0.78684 cspg_html_6702053097 cspg_html_6702053097:418:47524:47541 Theresa Quebec City +0.253916 geology_html_6536193862 geology_html_6536193862:97:7894:7921 Magothy Bass River Township, New Jersey +0.494966 aapg_aa_684.html aapg_aa_684.html:259:24547:24566 Popo Agie Cheyenne, Wyoming +0.253727 gsa_html_5952049575 gsa_html_5952049575:876:83819:83836 Wasatch Cheyenne, Wyoming +0.260604 palaios_html_6404782987 palaios_html_6404782987:814:99325:99331 Cooper San Francisco +0.238952 AMJC_html_3876900807 AMJC_html_3876900807:737:57967:57971 Bell Berlin +0.483336 cspg_html_4550597410 cspg_html_4550597410:495:63438:63444 Walker Knoxville, Tennessee +0.25347 aapg_ak_116.html aapg_ak_116.html:179:18916:18922 Midway Hawaii (island) +0.490941 cspg_html_8928894270 cspg_html_8928894270:59:8164:8179 Elk Canada +0.264147 cspg_html_9735723617 cspg_html_9735723617:177:22609:22629 Bird Fiord Melville Island (Canada) +0.26471 aapg_ad_351.html aapg_ad_351.html:693:60186:60198 Reeds Spring Burlington, Ontario +0.250376 aapg_ah_415.html aapg_ah_415.html:118:10666:10680 Colorado Milk River, Alberta +0.241566 aapg_ae_500.html aapg_ae_500.html:289:31735:31741 Casper Cheyenne, Wyoming +0.895842 aapg_ai_52.html aapg_ai_52.html:106:15350:15362 Tulare Monterey, California +0.476 gsa_html_9464738899 gsa_html_9464738899:30:3020:3030 Kern River Kern River Preserve +0.476672 cspg_html_8990290265 cspg_html_8990290265:493:72042:72047 Price Victoria, British Columbia +0.46102 cspg_html_9290046117 cspg_html_9290046117:895:100078:100098 Cadomin North Portal, Saskatchewan +0.249498 cspg_html_4656151786 cspg_html_4656151786:59:3920:3938 Woodbend Lacombe, Alberta +0.25654 aapg_aa_831.html aapg_aa_831.html:194:14906:14938 Thirtyone Texas +0.261602 sedimentology_html_1451555837 sedimentology_html_1451555837:157:13289:13295 Oregon Montana +0.2545 jgeology_html_2022713612 jgeology_html_2022713612:221:22119:22129 Gog Sauk Village, Illinois +0.493115 gsa_html_3096615185 gsa_html_3096615185:798:68891:68919 Green River Colorado +0.453808 gsa_html_8549650339 gsa_html_8549650339:43:3855:3864 San Pedro San Marcos, California +0.257045 geology_html_1754147669 geology_html_1754147669:12:614:624 Washington Washington (state) +0.34875 AMJC_html_9397261106 AMJC_html_9397261106:758:56771:56779 Beaufort Canada +0.484295 palaios_html_4880574501 palaios_html_4880574501:540:49527:49558 Kope Cincinnati +0.492184 gsa_html_9106605745 gsa_html_9106605745:729:59704:59732 Green River Colorado +0.275456 aapg_ad_865.html aapg_ad_865.html:488:48908:48925 Hermosa Ouray, Colorado +0.245655 aapg_aa_700.html aapg_aa_700.html:12:1234:1242 Michigan Salina, Kansas +0.404424 aapg_ad_440.html aapg_ad_440.html:544:51404:51417 Taggard Monroe County, Florida +0.266562 aapg_aa_605.html aapg_aa_605.html:70:8951:8964 Santa Barbara Texas +0.257556 cspg_html_2283545366 cspg_html_2283545366:606:64018:64051 Halfway Wembley Stadium +0.490049 gsa_html_3646882130 gsa_html_3646882130:311:32847:32853 Oregon Washington (state) +0.28249 aapg_ae_928.html aapg_ae_928.html:211:15579:15585 Paluxy Rodessa, Louisiana +0.439452 aapg_ae_73.html aapg_ae_73.html:829:106093:106101 Huerfano Colorado +0.490158 cspg_html_5345848475 cspg_html_5345848475:58:8499:8508 Greenhorn Middle East +0.253967 cspg_html_8362959053 cspg_html_8362959053:56:8445:8451 Luscar Lacombe, Alberta +0.480076 AMJC_html_2069773375 AMJC_html_2069773375:1168:79016:79022 Moscow Moscow +0.486401 sedimentology_html_6499793080 sedimentology_html_6499793080:795:51788:51792 Hall London, Ontario +0.243045 aapg_ad_351.html aapg_ad_351.html:148:15975:15997 Reeds Spring Chattanooga, Tennessee +0.2709 cspg_html_1976603247 cspg_html_1976603247:39:4922:4938 Guelph Ontario, California +0.255009 geology_html_9924482358 geology_html_9924482358:252:24033:24054 Green River Earth +0.262845 aapg_ai_720.html aapg_ai_720.html:385:39299:39316 Potomac Delaware +0.480194 cspg_html_2834693711 cspg_html_2834693711:1095:126004:126012 Columbia Washington (state) +0.25296 aapg_ae_873.html aapg_ae_873.html:835:96839:96855 Woodbine Hopkins County, Kentucky +0.471156 cspg_html_1118978429 cspg_html_1118978429:106:12984:12996 Saskatchewan Lacombe, Alberta +0.50463 aapg_ah_519.html aapg_ah_519.html:21:2739:2755 Dakota Colorado +0.258482 cspg_html_6216640615 cspg_html_6216640615:1096:105885:105893 Columbia Victoria, British Columbia +0.490716 cspg_html_4614759573 cspg_html_4614759573:540:69713:69729 Honna Charlotte Amalie, United States Virgin Islands +0.260454 gsa_html_3320600310 gsa_html_3320600310:584:44538:44554 Chinle Arizona +0.263133 aapg_ad_446.html aapg_ad_446.html:445:51752:51760 Cuyahoga Ohio +0.261602 sedimentology_html_9980494445 sedimentology_html_9980494445:1081:72733:72739 Cannon Indonesia +0.249831 aapg_ai_328.html aapg_ai_328.html:350:36758:36778 Rancheria Rift Valley lakes +0.258542 aapg_ah_467.html aapg_ah_467.html:282:26317:26325 Columbia Victoria, British Columbia +0.36461 aapg_ad_801.html aapg_ad_801.html:214:23558:23567 Cockfield Mississippi River +0.508698 gsa_html_3448554349 gsa_html_3448554349:390:39463:39481 Rockwell Maryland +0.863464 aapg_ah_337.html aapg_ah_337.html:336:41262:41279 Hosston Cotton Valley, Louisiana +0.252865 cspg_html_2419618566 cspg_html_2419618566:452:58395:58403 Columbia Anchorage, Alaska +0.248901 geology_html_3363667765 geology_html_3363667765:12:711:719 Montreal Earth +0.247044 aapg_ai_740.html aapg_ai_740.html:72:7890:7905 Lance Texas +0.276675 aapg_ae_324.html aapg_ae_324.html:1276:127530:127535 Chazy Black River, Jamaica +0.859326 palaios_html_6757540995 palaios_html_6757540995:625:56235:56250 Eutaw Alabama +0.4807 cspg_html_9332855346 cspg_html_9332855346:193:17771:17786 Elk Williston, Vermont +0.266255 aapg_ah_573.html aapg_ah_573.html:78:9249:9260 Port Jervis Delaware River +0.249798 aapg_ac_569.html aapg_ac_569.html:47:7241:7261 Emma Fiord Cape Cod +0.468671 cspg_html_1781462584 cspg_html_1781462584:10:978:986 Columbia Victoria, British Columbia +0.489936 sedimentology_html_3865745685 sedimentology_html_3865745685:1548:109221:109229 Columbia Victoria, British Columbia +0.463995 aapg_ae_343.html aapg_ae_343.html:19:2078:2085 Rapides Shreveport, Louisiana +0.479987 cspg_html_4210762654 cspg_html_4210762654:8:936:951 Nisku Lacombe, Alberta +0.469216 gsa_html_3720789279 gsa_html_3720789279:850:84234:84240 Oregon Salem, Oregon +0.264654 cspg_html_9729377176 cspg_html_9729377176:1086:114264:114283 Pardonet Victoria, British Columbia +0.286224 aapg_ad_154.html aapg_ad_154.html:115:13179:13190 Beekmantown Virginia +0.928567 aapg_ac_742.html aapg_ac_742.html:18:2907:2926 Spearfish Black Hills +0.262194 aapg_ad_318.html aapg_ad_318.html:8:1293:1305 Salina Lockport (city), New York +0.460902 aapg_af_788.html aapg_af_788.html:216:18974:18993 Detroit River Michigan +0.25333 cspg_html_1336185084 cspg_html_1336185084:91:10169:10181 Grand Rapids Clearwater, Florida +0.278236 sedimentology_html_2057402512 sedimentology_html_2057402512:1048:74464:74472 Dunvegan Western Canadian Sedimentary Basin +0.260084 gsa_html_3669079684 gsa_html_3669079684:12:652:658 Moscow Russia +0.265209 cspg_html_3926542795 cspg_html_3926542795:1134:119358:119366 Columbia Victoria, British Columbia +0.495803 cspg_html_5837603841 cspg_html_5837603841:208:17422:17438 Golata Canada +0.263133 cspg_html_7182873498 cspg_html_7182873498:17:2745:2765 Salina Salina, Kansas +0.262108 cspg_html_3328007773 cspg_html_3328007773:1008:101674:101697 Viking Lacombe, Alberta +0.474138 cspg_html_6839937815 cspg_html_6839937815:61:8600:8614 Arcturus Kaibab, Arizona +0.262656 cspg_html_1781462584 cspg_html_1781462584:156:20295:20311 Shunda Arctic Cordillera +0.69204 aapg_ae_694.html aapg_ae_694.html:42:6776:6780 Buda East Texas +0.47846 gsa_html_5694391338 gsa_html_5694391338:80:8202:8219 Big Branch Gneiss Llano, Texas +0.491967 cspg_html_4555867289 cspg_html_4555867289:467:44986:45001 Liard Victoria, British Columbia +0.495126 gsa_html_9962225882 gsa_html_9962225882:1061:82264:82270 Oregon Blue Mountains (Oregon) +0.47985 cspg_html_9683836416 cspg_html_9683836416:97:16836:16853 Belly River Lacombe, Alberta +0.35429 aapg_ah_469.html aapg_ah_469.html:278:24524:24544 Tallahatta Gosport, Indiana +0.510504 aapg_ah_289.html aapg_ah_289.html:28:4446:4464 Monterey San Joaquin River +0.487784 gsa_html_9670429229 gsa_html_9670429229:812:74048:74076 Green River New Mexico +0.25544 cspg_html_4126093606 cspg_html_4126093606:325:39943:39951 Michigan Ontario, California +0.265698 aapg_ae_461.html aapg_ae_461.html:66:9809:9828 Smackover Bellevue, Nebraska +0.50592 aapg_ad_3.html aapg_ad_3.html:331:31324:31341 Shakopee Missouri River +0.257024 aapg_af_297.html aapg_af_297.html:164:14636:14644 Michigan Presque Isle County, Michigan +0.24442 aapg_ai_140.html aapg_ai_140.html:395:43772:43780 Richmond California +0.244829 cspg_html_1962846283 cspg_html_1962846283:613:72240:72258 Kootenay Lacombe, Alberta +0.255936 aapg_ai_877.html aapg_ai_877.html:247:28130:28144 Bedford Plateau State +0.264698 aapg_aa_712.html aapg_aa_712.html:140:18687:18699 Galena Illinois +0.247 aapg_ah_297.html aapg_ah_297.html:364:43341:43349 Colorado Denver +0.262524 cspg_html_8316122266 cspg_html_8316122266:6:433:461 Peace River Lacombe, Alberta +0.250901 aapg_ae_96.html aapg_ae_96.html:174:20211:20228 Sunrise Reno, Nevada +0.230912 cspg_html_2058480839 cspg_html_2058480839:28:2964:2987 Turner Valley Elkton, Kentucky +0.262095 aapg_ac_333.html aapg_ac_333.html:1318:157952:157964 Yeso Arizona +0.25398 aapg_ad_763.html aapg_ad_763.html:642:77631:77651 Kern River Rancho Santa Margarita, California +0.255258 geology_html_5269070706 geology_html_5269070706:351:26269:26291 Albert Alert, Nunavut +0.25544 aapg_ad_116.html aapg_ad_116.html:315:39353:39374 Tulip Creek Seminole, Texas +0.254829 gsa_html_1636483297 gsa_html_1636483297:993:84008:84029 Green River Cheyenne, Wyoming +0.246928 aapg_ac_602.html aapg_ac_602.html:88:7632:7647 Notch Peak Dolomite Great Basin +0.244769 aapg_ad_169.html aapg_ad_169.html:268:31163:31176 Maccrady Greenbrier (Great Smoky Mountains) +0.422802 cspg_html_2863271815 cspg_html_2863271815:27:3903:3919 Guelph Ontario, California +0.253916 aapg_ac_246.html aapg_ac_246.html:389:38659:38670 Skull Creek Cheyenne, Wyoming +0.459728 aapg_ac_806.html aapg_ac_806.html:237:18553:18563 Fort Dodge Fort Dodge (US Army Post) +0.487705 geology_html_1288769460 geology_html_1288769460:153:14333:14353 Hell Creek Northern Great Plain +0.534163 aapg_ah_318.html aapg_ah_318.html:1014:102841:102864 Cotton Valley Shreveport, Louisiana +0.281672 aapg_aa_960.html aapg_aa_960.html:293:24791:24808 Todilto Entrada Sandstone +0.263168 cspg_html_4530154552 cspg_html_4530154552:367:54451:54485 Montney Lacombe, Alberta +0.260036 aapg_ai_975.html aapg_ai_975.html:902:72974:72992 Kiamichi Coahuila +0.257136 sedimentology_html_1112576860 sedimentology_html_1112576860:126:14149:14153 Rome Germany +0.481824 gsa_html_4315469594 gsa_html_4315469594:591:50754:50758 Ross Pennsylvania +0.463158 gsa_html_1024107776 gsa_html_1024107776:1165:109020:109026 Madrid South America +0.25398 gsa_html_7808051457 gsa_html_7808051457:186:15834:15851 Manitou Manitou Springs, Colorado +0.250444 aapg_ai_478.html aapg_ai_478.html:51:4935:4941 Kindle Kingston, Jamaica +0.494239 aapg_ac_983.html aapg_ac_983.html:269:43198:43223 Blackjack Creek Iowa +0.251748 aapg_aa_913.html aapg_aa_913.html:21:3317:3345 Edwards Luling, Louisiana +0.272896 aapg_ak_101.html aapg_ak_101.html:4:476:499 San Felipe Salvador, Bahia +0.4805 geology_html_5069239612 geology_html_5069239612:255:24383:24391 Temporal Mount Spurr +0.23716 aapg_ad_45.html aapg_ad_45.html:257:19721:19737 Tar Springs Pottsville, Pennsylvania +0.24057 aapg_aa_731.html aapg_aa_731.html:350:46496:46506 San Marcos Cotulla, Texas +0.262143 palaios_html_8113714689 palaios_html_8113714689:256:28852:28870 Munising Logan, Utah +0.268275 cspg_html_6255491344 cspg_html_6255491344:231:33481:33489 Columbia Victoria, British Columbia +0.261 aapg_af_431.html aapg_af_431.html:91:9373:9383 Tuscaloosa County Sligo +0.269217 aapg_ae_354.html aapg_ae_354.html:171:16539:16547 Niobrara Niobrara, Nebraska +0.466336 sedimentology_html_8367734199 sedimentology_html_8367734199:345:36420:36424 Hall London, Ontario +0.468561 geology_html_6217383673 geology_html_6217383673:15:842:859 Uncompahgre Colorado +0.488735 sedimentology_html_1527307623 sedimentology_html_1527307623:864:63290:63318 Sibley Ontario, California +0.483246 gsa_html_5879695606 gsa_html_5879695606:900:64976:64984 Santiago Chile +0.450216 cspg_html_1644457308 cspg_html_1644457308:53:7908:7924 Liard Pine River (Michigan) +0.487786 gsa_html_9866042258 gsa_html_9866042258:1941:150628:150636 Columbia Victoria, British Columbia +0.241439 sedimentology_html_9550478777 sedimentology_html_9550478777:689:47916:47926 Rio Grande Puerto Palomas, Chihuahua +0.481461 geology_html_1598246130 geology_html_1598246130:148:12187:12197 West Point Seattle +0.485406 aapg_af_193.html aapg_af_193.html:831:68423:68430 Prairie Southwest Louisiana +0.49674 cspg_html_1644457308 cspg_html_1644457308:500:51009:51017 Columbia Lacombe, Alberta +0.24514 aapg_aa_792.html aapg_aa_792.html:539:59378:59386 La Habra California +0.241462 sedimentology_html_1338997515 sedimentology_html_1338997515:116:10462:10468 Diablo Melbourne, Florida +0.499352 aapg_ai_49.html aapg_ai_49.html:113:11583:11588 Weber Logan, Utah +0.26877 palaios_html_3022467877 palaios_html_3022467877:376:42607:42618 Hornerstown Navesink River +0.507636 aapg_ac_930.html aapg_ac_930.html:83:11601:11609 Colorado Denver +0.260091 palaios_html_2623118674 palaios_html_2623118674:1025:104196:104211 Gates Canada +0.272384 gsa_html_1217771406 gsa_html_1217771406:533:47750:47764 Monterey Santa Cruz Island +0.481076 aapg_ah_647.html aapg_ah_647.html:156:15365:15382 El Paso El Paso, Texas +0.279256 aapg_ai_146.html aapg_ai_146.html:145:11575:11582 Swift Lacombe, Alberta +0.2535 aapg_ah_869.html aapg_ah_869.html:1072:97455:97460 Stark Colorado +0.280364 cspg_html_4364132564 cspg_html_4364132564:282:35306:35341 Shaunavon Regina, Saskatchewan +0.480459 gsa_html_3380395839 gsa_html_3380395839:305:32266:32276 Washington Coast Mountains +0.660951 aapg_ac_90.html aapg_ac_90.html:250:32531:32537 Jordan Wisconsin +0.496327 gsa_html_8067247871 gsa_html_8067247871:1123:81223:81251 Green River New Mexico +0.264578 aapg_ae_419.html aapg_ae_419.html:119:14707:14713 Sierra Torreon, Torrance County, New Mexico +0.262194 aapg_ad_350.html aapg_ad_350.html:146:13930:13950 Pottsville Monongalia County, West Virginia +0.262654 gsa_html_4012649500 gsa_html_4012649500:1020:89477:89485 Columbia Victoria, British Columbia +0.529966 aapg_ac_972.html aapg_ac_972.html:85:9842:9850 Vaqueros Monterey, California +0.247988 palaios_html_6944542452 palaios_html_6944542452:426:41760:41768 San Jose California +0.26052 aapg_ac_377.html aapg_ac_377.html:184:13161:13167 Denver Colorado +0.262626 cspg_html_7595517955 cspg_html_7595517955:90:10213:10228 Melville Island Ellesmere Island +0.26059 aapg_ai_323.html aapg_ai_323.html:145:11354:11363 La Quinta South America +0.432817 aapg_ai_584.html aapg_ai_584.html:20:2377:2383 Casper Hartville, Missouri +0.24304 gsa_html_2509147847 gsa_html_2509147847:582:68047:68057 Washington Twisp, Washington +0.495876 gsa_html_6491840124 gsa_html_6491840124:179:16360:16396 Salt Lake Logan, Utah +0.258055 cspg_html_5501097280 cspg_html_5501097280:329:38592:38616 Gog Victoria, British Columbia +0.49197 aapg_ac_805.html aapg_ac_805.html:159:20832:20841 Williston Michigan +0.271432 cspg_html_1025724640 cspg_html_1025724640:322:42782:42790 Montreal Quebec +0.473908 aapg_ad_3.html aapg_ad_3.html:421:40291:40296 Chazy Lowville (town), New York +0.482328 aapg_ai_28.html aapg_ai_28.html:495:48028:48037 San Diego Duval County, Texas +0.26574 sedimentology_html_9410532865 sedimentology_html_9410532865:80:6495:6513 Bridger Wasatch Range +0.47439 aapg_ae_958.html aapg_ae_958.html:1541:132984:133005 Bell El Capitan +0.27092 cspg_html_4341656515 cspg_html_4341656515:564:51300:51318 Dunvegan Lacombe, Alberta +0.26469 aapg_ah_536.html aapg_ah_536.html:130:17976:17983 Hosston County Sligo +0.490676 geology_html_4813695285 geology_html_4813695285:12:504:510 Denver Colorado +0.274575 palaios_html_4244053259 palaios_html_4244053259:127:13211:13245 Juniata Pennsylvania +0.503126 cspg_html_4298557570 cspg_html_4298557570:228:32548:32580 Whitemud Red Deer, Alberta +0.484344 geology_html_5638110690 geology_html_5638110690:332:26399:26407 Colorado San Juan, Argentina +0.26818 aapg_aa_463.html aapg_aa_463.html:139:27611:27633 Smackover Metro Manila +0.279102 gsa_html_1290697059 gsa_html_1290697059:28:1100:1109 Peninsula Quebec City +0.255528 gsa_html_2147749463 gsa_html_2147749463:1217:87722:87750 Green River Colorado +0.247434 gsa_html_1489580785 gsa_html_1489580785:153:18707:18713 Tuscan Middle East +0.452848 aapg_ae_236.html aapg_ae_236.html:55:4676:4686 Pascagoula Hattiesburg, Mississippi +0.451088 aapg_ad_44.html aapg_ad_44.html:233:22950:22958 Virginia Wissahickon Formation +0.496275 aapg_ac_807.html aapg_ac_807.html:801:79228:79239 Black Creek Tuscaloosa, Alabama +0.268686 palaios_html_2376163646 palaios_html_2376163646:63:8204:8220 Pierre Williston Basin +0.494844 geology_html_7013093766 geology_html_7013093766:224:21249:21259 Washington Mount Rainier, Maryland +0.480636 palaios_html_9150736881 palaios_html_9150736881:19:1073:1104 Kope Cincinnati +0.710745 sedimentology_html_3425717106 sedimentology_html_3425717106:2212:122955:122990 Kingston Peak California +0.50432 jgeology_html_8064855537 jgeology_html_8064855537:1383:77311:77323 Dakota Colorado +0.24843 gsa_html_4115149265 gsa_html_4115149265:748:68990:68997 Calvert Reno, Nevada +0.274576 aapg_ad_466.html aapg_ad_466.html:276:33683:33700 Raritan Closter, New Jersey +0.94545 aapg_aa_23.html aapg_aa_23.html:618:77831:77845 Stony Mountain Red River of the North +0.375984 AMJC_html_3632105729 AMJC_html_3632105729:536:72339:72362 Elkhorn Ridge Argillite Texas +0.864864 aapg_af_545.html aapg_af_545.html:187:24452:24473 Green River Uinta Mountains +0.485888 jgeology_html_5970406003 jgeology_html_5970406003:1632:87717:87734 Lay Dam Chilton County, Alabama +0.262119 sedimentology_html_7298419341 sedimentology_html_7298419341:1294:83237:83242 Uinta Colorado +0.256032 cspg_html_1230998910 cspg_html_1230998910:6:369:377 Woodbend Lacombe, Alberta +0.46563 aapg_ac_704.html aapg_ac_704.html:485:33872:33880 Tensleep Natrona County, Wyoming +0.9101 aapg_ad_908.html aapg_ad_908.html:384:41354:41360 Perija Colombia +0.48724 aapg_ae_904.html aapg_ae_904.html:103:10379:10398 Newcastle Cheyenne, Wyoming +0.257103 aapg_aa_110.html aapg_aa_110.html:28:3805:3826 Green River Cheyenne, Wyoming +0.503614 aapg_ah_420.html aapg_ah_420.html:26:2756:2769 Bearpaw Lacombe, Alberta +0.490049 aapg_ae_498.html aapg_ae_498.html:74:8816:8829 Nealmont Virginia +0.235638 cspg_html_6472484014 cspg_html_6472484014:316:31290:31325 La Vieille New Brunswick, New Jersey +0.240064 gsa_html_2743423721 gsa_html_2743423721:734:72632:72637 Stark New Guinea +0.236913 gsa_html_1569131616 gsa_html_1569131616:473:46743:46746 Rye Dominican Republic +0.480912 aapg_ac_245.html aapg_ac_245.html:259:37033:37037 Iola Plattsburg, Missouri +0.488652 gsa_html_2583973712 gsa_html_2583973712:704:61347:61375 Green River Iran +0.252486 aapg_ah_85.html aapg_ah_85.html:179:20018:20036 Hawthorn Charleston, South Carolina +0.274949 aapg_ah_556.html aapg_ah_556.html:33:3638:3653 Mesaverde Mancos, Colorado +0.271942 aapg_ae_999.html aapg_ae_999.html:410:57047:57067 Poul Creek Tampa, Florida +0.2688 palaios_html_7179643765 palaios_html_7179643765:67:7387:7394 La Luna Venezuela +0.267804 geology_html_8971123287 geology_html_8971123287:267:25137:25144 Herring California +0.494019 aapg_ah_536.html aapg_ah_536.html:446:58100:58123 Mooringsport Rodessa, Louisiana +0.264052 cspg_html_4655200751 cspg_html_4655200751:130:24800:24808 Birdbear Regina, Saskatchewan +0.2595 cspg_html_4298557570 cspg_html_4298557570:118:18329:18343 Edmonton Lacombe, Alberta +0.245967 aapg_ac_925.html aapg_ac_925.html:209:33188:33194 Guinda Central Valley (California) +0.244829 cspg_html_3135622409 cspg_html_3135622409:8:897:902 Mt Lytton Victoria, British Columbia +0.249975 sedimentology_html_6051696699 sedimentology_html_6051696699:314:27204:27223 Caledonia New Caledonia +0.24941 sedimentology_html_9626990209 sedimentology_html_9626990209:993:85057:85076 Rock Springs Sevier orogeny +0.260064 geology_html_1353352151 geology_html_1353352151:300:26893:26902 Flagstaff Arizona +0.244035 aapg_af_579.html aapg_af_579.html:206:21879:21886 Wanakah Dolores River +0.831708 aapg_ac_881.html aapg_ac_881.html:601:71297:71305 Deadwood Winnipeg +0.2688 aapg_aa_23.html aapg_aa_23.html:526:63275:63287 Saskatchewan Red River of the North +0.26736 aapg_aa_565.html aapg_aa_565.html:61:7538:7548 Pottsville Allegheny Mountains +0.4966 cspg_html_2919583977 cspg_html_2919583977:7:612:636 Cairn Mount Wilson Observatory +0.272824 cspg_html_5891044027 cspg_html_5891044027:485:82570:82578 Grinnell Victoria, British Columbia +0.265125 sedimentology_html_1157284082 sedimentology_html_1157284082:895:65633:65661 Tidal Nassau, Bahamas +0.449442 aapg_aa_623.html aapg_aa_623.html:54:6582:6601 Lea Park Lacombe, Alberta +0.262769 aapg_ae_873.html aapg_ae_873.html:1107:131512:131520 Woodbine Paluxy, Texas +0.249498 aapg_ai_462.html aapg_ai_462.html:78:8661:8678 El Abra Western world +0.265728 gsa_html_2145963783 gsa_html_2145963783:176:17600:17606 Tomera Western world +0.877953 aapg_ah_52.html aapg_ah_52.html:28:4344:4363 Matanuska Anchorage, Alaska +0.252476 gsa_html_5625878232 gsa_html_5625878232:201:29107:29118 San Antonio Baja California peninsula +0.509894 aapg_af_664.html aapg_af_664.html:260:28035:28048 Reno Red River of the North +0.505284 aapg_af_854.html aapg_af_854.html:352:44328:44340 Borden Bloomington, Indiana +0.23453 aapg_aa_734.html aapg_aa_734.html:195:20245:20253 Caballos Texas +0.276018 aapg_ah_519.html aapg_ah_519.html:225:23764:23783 Cloverly Cedar Mountains +0.256536 cspg_html_4769973541 cspg_html_4769973541:367:39588:39605 Gascons York, Pennsylvania +0.248346 aapg_aa_633.html aapg_aa_633.html:111:10511:10518 Reynosa Culebra, Puerto Rico +0.236171 gsa_html_7102550258 gsa_html_7102550258:280:30114:30130 Navajo Logan, Utah +0.291582 aapg_ac_214.html aapg_ac_214.html:58:7063:7070 Gateway Logan, Utah +0.51541 aapg_ah_757.html aapg_ah_757.html:223:24151:24169 Doughnut Logan, Utah +0.248346 cspg_html_3521815736 cspg_html_3521815736:63:10664:10668 Toad Grayling, Michigan +0.3725 aapg_ae_415.html aapg_ae_415.html:852:105862:105874 Chickasawhay Melbourne, Florida +0.27885 aapg_ah_588.html aapg_ah_588.html:83:5393:5401 Lawrence Lee County, Alabama +0.838935 cspg_html_1841843683 cspg_html_1841843683:37:5862:5877 Swift Black Hills +0.271405 aapg_ah_167.html aapg_ah_167.html:105:12583:12597 Glenogle Victoria, British Columbia +0.754875 aapg_ac_65.html aapg_ac_65.html:132:14069:14076 Minturn Kokomo, Indiana +0.379846 gsa_html_4432793908 gsa_html_4432793908:173:20593:20619 Sheep Pass Reno, Nevada +0.263572 cspg_html_6615471682 cspg_html_6615471682:6:380:403 Cypress Regina, Saskatchewan +0.260338 aapg_af_579.html aapg_af_579.html:21:3210:3217 Entrada New Mexico +0.250952 aapg_ah_430.html aapg_ah_430.html:221:16666:16692 Dolores Entrada Sandstone +0.503807 cspg_html_5456368738 cspg_html_5456368738:91:10054:10064 Horn River Root River (Wisconsin) +0.840936 cspg_html_3860685167 cspg_html_3860685167:739:72421:72437 Shunda Lacombe, Alberta +0.259518 aapg_af_891.html aapg_af_891.html:132:13375:13401 Dog Creek Kent County, Maryland +0.491384 aapg_ai_205.html aapg_ai_205.html:7:721:729 Victoria Perth, Western Australia +0.54619 aapg_ah_96.html aapg_ah_96.html:456:53453:53462 Red River Iowa +0.494532 aapg_ak_104.html aapg_ak_104.html:384:42084:42124 Madison Cheyenne, Wyoming +0.261072 aapg_aa_1.html aapg_aa_1.html:415:38634:38640 Oregon Portland, Oregon +0.501034 aapg_ae_916.html aapg_ae_916.html:490:56489:56507 Kootenai Cut Bank, Montana +0.499465 aapg_ah_876.html aapg_ah_876.html:312:39707:39725 Pearsall East Texas +0.46716 geology_html_9207110672 geology_html_9207110672:13:889:899 Washington Ellensburg, Washington +0.261632 cspg_html_1065856149 cspg_html_1065856149:9:782:796 Colorado Lacombe, Alberta +0.489472 sedimentology_html_8926418472 sedimentology_html_8926418472:667:63297:63313 Almond Cheyenne, Wyoming +0.212772 aapg_ad_717.html aapg_ad_717.html:347:36680:36684 Naco Arizona +0.259408 geology_html_4447793411 geology_html_4447793411:114:8473:8483 San Felipe California +0.255021 cspg_html_7872970297 cspg_html_7872970297:622:55187:55196 Porcupine Cairns, Queensland +0.253895 cspg_html_2863271815 cspg_html_2863271815:69:9840:9856 Guelph Lake Erie +0.271932 cspg_html_7086880709 cspg_html_7086880709:601:78389:78397 Columbia Lacombe, Alberta +0.254349 cspg_html_4298557570 cspg_html_4298557570:186:25882:25901 Whitemud Bearpaw Formation +0.284592 aapg_ah_745.html aapg_ah_745.html:4:423:455 Maquoketa Peoria, Illinois +0.497034 gsa_html_4317135687 gsa_html_4317135687:853:68106:68134 Green River New Mexico +0.229297 gsa_html_5928791685 gsa_html_5928791685:13:663:672 Wolfville Earth +0.257514 palaios_html_1262064602 palaios_html_1262064602:794:83538:83556 Moenave Arizona +0.4665 cspg_html_7938374662 cspg_html_7938374662:66:7211:7226 Tuktu Anchorage, Alaska +0.260091 gsa_html_7632212878 gsa_html_7632212878:11:497:507 Rancheria New Mexico +0.431 aapg_ac_363.html aapg_ac_363.html:476:50098:50108 Kern River Fruitvale, British Columbia +0.470378 aapg_af_854.html aapg_af_854.html:440:57767:57784 Carwood Bloomington, Indiana +0.2548 gsa_html_9487992082 gsa_html_9487992082:711:69388:69394 Carmel Logan, Utah +0.250318 aapg_ah_479.html aapg_ah_479.html:306:31088:31094 Perija Fort Worth, Texas +0.253008 cspg_html_8267847427 cspg_html_8267847427:102:15884:15916 Provincial Milk River, Alberta +0.260091 gsa_html_2284204284 gsa_html_2284204284:967:108664:108680 Sandia Middle East +0.47439 cspg_html_7117661916 cspg_html_7117661916:124:12649:12657 Columbia Victoria, British Columbia +0.459156 geology_html_6565154401 geology_html_6565154401:66:5810:5816 Antler Reno, Nevada +0.243536 aapg_ae_324.html aapg_ae_324.html:765:78080:78088 Virginia Virginia +0.509548 aapg_ae_181.html aapg_ae_181.html:83:11507:11527 Tuscaloosa Mississippi River +0.484059 cspg_html_4530154552 cspg_html_4530154552:251:36110:36118 Columbia Victoria, British Columbia +0.371952 cspg_html_4287356899 cspg_html_4287356899:2789:308215:308260 Assistance Ellesmere Island +0.26166 cspg_html_7866293053 cspg_html_7866293053:738:70854:70873 Gladstone Victoria, British Columbia +0.253005 aapg_ai_49.html aapg_ai_49.html:396:50705:50709 Naco Hartville, Missouri +0.466336 aapg_ah_182.html aapg_ah_182.html:285:31205:31227 Jacksonburg Martinsburg, Nebraska +0.496485 aapg_af_663.html aapg_af_663.html:366:37640:37651 Grand River Pleasanton, Texas +0.509852 aapg_aa_691.html aapg_aa_691.html:565:74768:74792 Contact Rapids Lacombe, Alberta +0.480681 aapg_aa_11.html aapg_aa_11.html:42:5778:5785 Thrifty Harpersville, Alabama +0.263572 gsa_html_3331523875 gsa_html_3331523875:752:77816:77831 Mesaverde Colorado +0.288834 aapg_ai_629.html aapg_ai_629.html:12:1661:1667 Casper Cheyenne, Wyoming +0.472473 aapg_ad_959.html aapg_ad_959.html:3:224:235 Clays Ferry Kentucky +0.379392 gsa_html_6433065427 gsa_html_6433065427:716:70449:70458 New River Virginia +0.26565 aapg_ah_219.html aapg_ah_219.html:54:6501:6533 Prairie Gladwin County, Michigan +0.494915 gsa_html_8236729701 gsa_html_8236729701:699:59735:59763 Green River Iran +0.474759 aapg_ai_887.html aapg_ai_887.html:226:27271:27279 Edmonton Rainbow trout +0.253967 aapg_aa_610.html aapg_aa_610.html:35:4905:4914 Mesaverde Mancos, Colorado +0.25551 aapg_ac_24.html aapg_ac_24.html:24:1905:1913 Virginia Northampton, Massachusetts +0.489636 palaios_html_6757540995 palaios_html_6757540995:86:9044:9054 Tuscaloosa Alabama +0.49164 aapg_ah_100.html aapg_ah_100.html:100:9233:9256 Caseyville Caseyville, Illinois +0.894867 aapg_af_880.html aapg_af_880.html:642:100520:100540 Waynesburg Cassville, Georgia +0.255867 palaios_html_1521536752 palaios_html_1521536752:584:58403:58408 Price Greenbrier County Schools +0.478578 aapg_aa_4.html aapg_aa_4.html:140:18371:18387 Sonyea Middlesex +0.44544 aapg_ah_187.html aapg_ah_187.html:5:419:429 Rio Grande Pecos River +0.48822 jgeology_html_4511554957 jgeology_html_4511554957:692:51684:51693 Greenhorn Niobrara, Nebraska +0.468981 aapg_aa_176.html aapg_aa_176.html:672:66415:66439 Scripps Michigan +0.48822 aapg_ad_757.html aapg_ad_757.html:87:9765:9778 Decorah Decorah, Iowa +0.487956 aapg_ai_515.html aapg_ai_515.html:157:18057:18064 Wasatch Uinta Mountains +0.260099 aapg_af_628.html aapg_af_628.html:233:22972:22994 Paint Creek Bethel, Alaska +0.482092 cspg_html_5541937700 cspg_html_5541937700:762:99889:99905 Viking Canada +0.4715 gsa_html_1254347878 gsa_html_1254347878:443:48745:48767 Mount Nelson Victoria, British Columbia +0.257446 gsa_html_2989317971 gsa_html_2989317971:766:79636:79642 Oregon Boise, Idaho +0.452466 aapg_ai_583.html aapg_ai_583.html:433:54567:54575 Sundance Cheyenne, Wyoming +0.445924 aapg_ai_932.html aapg_ai_932.html:541:86062:86066 Hall California +0.251955 aapg_ae_736.html aapg_ae_736.html:854:95932:95945 Togiak Basalt Anchorage, Alaska +0.256 aapg_af_711.html aapg_af_711.html:202:20006:20032 Vaqueros Monterey County, California +0.247955 sedimentology_html_3200584564 sedimentology_html_3200584564:1029:75122:75146 Kaskapau Victoria, British Columbia +0.48195 aapg_aa_626.html aapg_aa_626.html:27:3541:3548 Raritan Patapsco River +0.726934 aapg_ah_528.html aapg_ah_528.html:587:63794:63802 Moenkopi Las Vegas Strip +0.899542 gsa_html_1361916335 gsa_html_1361916335:72:8205:8228 Entrada Kayenta, Arizona +0.260554 aapg_ad_766.html aapg_ad_766.html:172:18810:18816 Denver New York City +0.26418 geology_html_9458302799 geology_html_9458302799:243:20946:20954 Beaumont Ontario, California +0.494088 cspg_html_3762708087 cspg_html_3762708087:360:48199:48227 Buckinghorse Suffield, Connecticut +0.479245 cspg_html_4822015639 cspg_html_4822015639:452:53824:53841 Roberts Mountains Reno, Nevada +0.473773 aapg_ai_186.html aapg_ai_186.html:435:48500:48522 Colorado New Mexico +0.254248 jgeology_html_4305195651 jgeology_html_4305195651:2983:210150:210172 Diamond Peak Red Rock Canyon National Conservation Area +0.250494 aapg_ae_959.html aapg_ae_959.html:1704:122704:122726 Belle Plains Wichita, Kansas +0.266255 aapg_ai_183.html aapg_ai_183.html:34:4579:4584 Swift Regina, Saskatchewan +0.258792 aapg_ah_645.html aapg_ah_645.html:29:4663:4683 Twin Creek Boise, Idaho +0.241266 aapg_af_59.html aapg_af_59.html:107:9352:9373 Ector Chalk Hopkins County, Kentucky +0.231345 aapg_ac_719.html aapg_ac_719.html:41:4318:4335 Cuchara Huerfano, New Mexico +0.228962 aapg_aa_654.html aapg_aa_654.html:157:24244:24251 Tererro Pecos River +0.269336 geology_html_9732082794 geology_html_9732082794:24:1341:1347 Reston Houston +0.248992 palaios_html_7206591444 palaios_html_7206591444:219:31527:31531 Word Netherlands +0.247374 cspg_html_1313584654 cspg_html_1313584654:57:7394:7414 Clearwater Lacombe, Alberta +0.42581 geology_html_4675652536 geology_html_4675652536:323:26964:26984 Pottsville Alabama +0.483736 palaios_html_3796939457 palaios_html_3796939457:622:49600:49618 Woodbine Arlington, Texas +0.48076 gsa_html_5516163646 gsa_html_5516163646:256:26274:26296 Florissant Yellowstone National Park +0.252984 sedimentology_html_3078904688 sedimentology_html_3078904688:696:52193:52209 Cupido Mexico +0.244701 aapg_ad_749.html aapg_ad_749.html:300:30637:30657 San Andres New Mexico +0.2394 cspg_html_3397138450 cspg_html_3397138450:1248:139657:139685 Kishenehn Victoria, British Columbia +0.274551 cspg_html_8030881108 cspg_html_8030881108:47:6519:6527 Victoria Canada +0.501072 aapg_ai_144.html aapg_ai_144.html:536:42948:42966 Dunvegan Lacombe, Alberta +0.258055 aapg_af_637.html aapg_af_637.html:137:14470:14485 Coldwater Branch County, Michigan +0.2485 gsa_html_4919500515 gsa_html_4919500515:668:57412:57419 Canning Western world +0.816398 aapg_ae_415.html aapg_ae_415.html:924:115010:115024 Paynes Hammock Mississippi River +0.265738 jgeology_html_3517640817 jgeology_html_3517640817:762:48831:48840 Peninsula Goguryeo +0.489915 cspg_html_3762708087 cspg_html_3762708087:367:49447:49463 Viking Cheyenne, Wyoming +0.272544 cspg_html_1506720813 cspg_html_1506720813:805:88164:88172 Colorado Denver +0.28196 aapg_aa_731.html aapg_aa_731.html:111:14636:14648 Wilcox Texas +0.25532 aapg_ai_80.html aapg_ai_80.html:475:47638:47646 Richmond Lexington, Kentucky +0.46494 AMJC_html_1153161685 AMJC_html_1153161685:1223:106062:106082 Spences Bridge Victoria, British Columbia +0.495471 geology_html_9004383999 geology_html_9004383999:59:6547:6563 Earlie Canada +0.452655 aapg_ad_306.html aapg_ad_306.html:385:47340:47350 San Marcos San Isidro, Buenos Aires +0.262656 palaios_html_1093950931 palaios_html_1093950931:491:39253:39272 Vicksburg Texas +0.270319 aapg_af_775.html aapg_af_775.html:474:40818:40836 Lagarto Shreveport, Louisiana +0.38532 aapg_aa_22.html aapg_aa_22.html:306:29439:29458 Maquoketa Iowa +0.258542 aapg_ae_319.html aapg_ae_319.html:16:2124:2139 Stump Uinta Mountains +0.251779 cspg_html_4374961624 cspg_html_4374961624:164:20927:20936 Cathedral Mount Robson Provincial Park +0.276888 aapg_ac_952.html aapg_ac_952.html:118:14261:14280 Norphlet Texas +0.500088 gsa_html_7605900420 gsa_html_7605900420:399:41355:41365 Rancheria Reno, Nevada +0.2595 cspg_html_3982722300 cspg_html_3982722300:17:1883:1891 Columbia Boise, Idaho +0.501424 gsa_html_6039599383 gsa_html_6039599383:665:61927:61934 Oak Bay New Brunswick, New Jersey +0.252984 gsa_html_1744648670 gsa_html_1744648670:1268:122552:122580 Noonday Dolomite Death Valley +0.477402 cspg_html_4664502755 cspg_html_4664502755:984:100567:100579 Saskatchewan Lloydminster +0.25414 aapg_ae_498.html aapg_ae_498.html:584:63240:63262 Liberty Hall Martinsburg, Nebraska +0.242544 geology_html_8196498831 geology_html_8196498831:207:19788:19794 Silica Chesapeake Bay +0.467046 aapg_ac_730.html aapg_ac_730.html:316:44418:44424 Toreva New Mexico +0.261 cspg_html_6383234409 cspg_html_6383234409:547:55773:55793 Blue Fiord Ellesmere Island +0.499114 aapg_ae_296.html aapg_ae_296.html:149:16227:16237 San Andres Texas +0.252003 AMJC_html_4147467903 AMJC_html_4147467903:989:103402:103410 Colorado Leadville, Colorado +0.489149 geology_html_8365664922 geology_html_8365664922:183:16169:16178 Newcastle Durham, North Carolina +0.238315 cspg_html_8316122266 cspg_html_8316122266:40:4715:4736 Shaftesbury Western Canadian Sedimentary Basin +0.26214 gsa_html_9870828882 gsa_html_9870828882:992:76350:76366 Bighorn Dolomite Cheyenne, Wyoming +0.263652 aapg_ad_718.html aapg_ad_718.html:324:29887:29895 Carlsbad Carlsbad, New Mexico +0.370392 aapg_ai_144.html aapg_ai_144.html:14:1601:1609 Dunvegan Lacombe, Alberta +0.2583 aapg_ah_4.html aapg_ah_4.html:64:10070:10079 Tamarindo Talara Province +0.249951 aapg_ad_68.html aapg_ad_68.html:310:24308:24324 Waltersburg Lake Ontario +0.524948 gsa_html_7145599681 gsa_html_7145599681:64:5504:5532 Green River Colorado +0.58368 aapg_ah_411.html aapg_ah_411.html:48:6613:6625 Dakota Bellevue Hospital Center +0.4773 gsa_html_6589330144 gsa_html_6589330144:16:763:771 Virginia Reston, Virginia +0.26367 cspg_html_6163691495 cspg_html_6163691495:750:75216:75222 Denver Colorado +0.28143 aapg_ac_807.html aapg_ac_807.html:379:38770:38778 Navesink Chesapeake Bay +0.49608 cspg_html_9361096527 cspg_html_9361096527:685:66903:66925 Judith River Canada +0.272986 cspg_html_5697056884 cspg_html_5697056884:592:57015:57033 Deadwood Lacombe, Alberta +0.478686 sedimentology_html_1293179143 sedimentology_html_1293179143:57:6490:6503 Madison Regina, Saskatchewan +0.24432 cspg_html_7839431712 cspg_html_7839431712:27:3807:3814 Pakowki Campania +0.26826 aapg_ad_169.html aapg_ad_169.html:65:8735:8753 Maccrady Greenbrier (Great Smoky Mountains) +0.259534 aapg_af_663.html aapg_af_663.html:249:27621:27627 Pawnee Worland, Wyoming +0.25041 cspg_html_5375448448 cspg_html_5375448448:563:54433:54451 Kaskapau Victoria, British Columbia +0.264704 cspg_html_3850954719 cspg_html_3850954719:345:43980:43988 Columbia Lacombe, Alberta +0.25324 cspg_html_5450075884 cspg_html_5450075884:652:70584:70601 Belly River Lacombe, Alberta +0.29203 cspg_html_6021605367 cspg_html_6021605367:10:504:509 Banff Kentucky +0.256027 cspg_html_4516258038 cspg_html_4516258038:36:5138:5146 Bathurst Melville, New York +0.234256 aapg_ad_803.html aapg_ad_803.html:81:7618:7626 Colorado Las Animas County, Colorado +0.25959 cspg_html_3914683557 cspg_html_3914683557:322:43436:43446 Cumberland Great Basin +0.67824 aapg_af_351.html aapg_af_351.html:67:8834:8853 Kialagvik Anchorage, Alaska +0.253 aapg_ah_529.html aapg_ah_529.html:175:15672:15689 El Paso Gasconade River +0.257536 aapg_af_2.html aapg_af_2.html:266:29816:29831 Ouray Colorado +0.235056 aapg_ae_59.html aapg_ae_59.html:555:45947:45955 Colorado Logan, Utah +0.263088 aapg_aa_47.html aapg_aa_47.html:110:12338:12354 Maroon Leadville, Colorado +0.50085 cspg_html_3854139935 cspg_html_3854139935:60:9100:9112 Judith River Milk River, Alberta +0.251988 aapg_aa_696.html aapg_aa_696.html:707:76714:76722 Colorado Colorado +0.242554 aapg_af_575.html aapg_af_575.html:481:66305:66315 Springdale Arkansas +0.472443 aapg_ai_356.html aapg_ai_356.html:282:27914:27931 Edwards Austin, Chicago +0.236195 aapg_ah_505.html aapg_ah_505.html:1303:104715:104723 Fountain Niobrara, Nebraska +0.25324 cspg_html_4405340534 cspg_html_4405340534:186:27268:27286 Black Cape Cape Cod +0.493506 palaios_html_1729153923 palaios_html_1729153923:754:67467:67475 Michigan Ohio +0.250425 cspg_html_2882304151 cspg_html_2882304151:73:14501:14521 Cadomin Red Deer, Alberta +0.489762 aapg_ae_876.html aapg_ae_876.html:454:49172:49195 Cedar Mountain Mancos, Colorado +0.273 aapg_ae_380.html aapg_ae_380.html:172:13274:13283 Catahoula Texas +0.246784 AMJC_html_7141186441 AMJC_html_7141186441:111:15641:15651 Fort Union Wasatch Range +0.488448 cspg_html_8438548095 cspg_html_8438548095:285:26241:26252 Belly River Judith River Formation +0.497488 aapg_aa_959.html aapg_aa_959.html:250:21749:21759 Fort Union Fort Union Trading Post National Historic Site +0.48285 gsa_html_5952049575 gsa_html_5952049575:671:69887:69904 Wasatch Cheyenne, Wyoming +0.258055 aapg_ah_411.html aapg_ah_411.html:106:12885:12905 Milk River Milk River, Alberta +0.484428 aapg_ad_717.html aapg_ad_717.html:189:19798:19806 Wolfcamp Guadalupe Mountains National Park +0.259081 aapg_aa_298.html aapg_aa_298.html:442:63985:64002 El Abra Mexico +0.255488 gsa_html_3648258377 gsa_html_3648258377:101:9646:9658 Marshalltown Merchantville, New Jersey +0.862248 cspg_html_9613527162 cspg_html_9613527162:177:24495:24510 Banff Moose Mountain (Alberta) +0.498597 gsa_html_1254347878 gsa_html_1254347878:1285:119031:119059 Green River New Mexico +0.457884 aapg_aa_731.html aapg_aa_731.html:526:70559:70567 Rockdale Mississippi River +0.255348 sedimentology_html_3771694852 sedimentology_html_3771694852:977:69449:69464 Beaufort South Africa +0.250488 gsa_html_6381986868 gsa_html_6381986868:11:410:420 Washington Washington (state) +0.268822 aapg_ac_104.html aapg_ac_104.html:36:5151:5169 Crescent Elwha River +0.26936 aapg_ai_584.html aapg_ai_584.html:903:95289:95298 Minnelusa Black Hills +0.253492 AMJC_html_2702389713 AMJC_html_2702389713:1414:107088:107108 Waterville Portland, Maine +0.891015 aapg_ae_905.html aapg_ae_905.html:182:20369:20387 Altamont Missouri River +0.465039 palaios_html_9430957613 palaios_html_9430957613:1042:79936:79954 Willwood Cheyenne, Wyoming +0.259578 aapg_ai_523.html aapg_ai_523.html:6:1100:1116 Maroon Glenwood Springs, Colorado +0.49215 cspg_html_7334652966 cspg_html_7334652966:228:25942:25962 Whitehorse Lacombe, Alberta +0.266752 aapg_aa_702.html aapg_aa_702.html:1201:132309:132321 Saskatchewan Ohio +0.47532 gsa_html_5932926755 gsa_html_5932926755:71:5427:5455 Green River Colorado +0.252296 aapg_af_99.html aapg_af_99.html:41:5403:5422 Rio Dulce Colombia +0.261072 aapg_ad_351.html aapg_ad_351.html:696:60447:60467 Keokuk Missouri River +0.476545 sedimentology_html_1574151857 sedimentology_html_1574151857:323:26959:26969 Washington Salem, Oregon +0.500226 aapg_ah_289.html aapg_ah_289.html:485:65415:65429 Monterey Lost Hills Oil Field +0.48807 jgeology_html_2632931163 jgeology_html_2632931163:892:50869:50881 Rio San Juan South America +0.476088 aapg_ad_446.html aapg_ad_446.html:528:58474:58482 Scotland Henderson, Nevada +0.475335 palaios_html_9133125241 palaios_html_9133125241:553:67127:67135 Fairview Columbus, Ohio +0.508368 aapg_ah_105.html aapg_ah_105.html:22:3768:3778 San Andres Texas +0.237303 aapg_ah_53.html aapg_ah_53.html:7:1338:1349 Hardinsburg Norwood, Massachusetts +0.37044 sedimentology_html_7518899751 sedimentology_html_7518899751:1704:90344:90359 Davis Bonne Terre, Missouri +0.490158 aapg_ah_974.html aapg_ah_974.html:141:13490:13499 Vicksburg Texas +0.247475 sedimentology_html_9366775637 sedimentology_html_9366775637:1823:113801:113817 Holder New Mexico +0.249444 gsa_html_2284204284 gsa_html_2284204284:124:15847:15857 Tradewater Carbondale, Pennsylvania +0.492093 aapg_aa_702.html aapg_aa_702.html:1332:139122:139138 Maroon Gunnison County, Colorado +0.245518 aapg_aa_381.html aapg_aa_381.html:15:2312:2337 Santa Margarita Monterey, California +0.728595 aapg_ac_730.html aapg_ac_730.html:91:13873:13887 Dakota Mesa, Arizona +0.50509 aapg_ad_152.html aapg_ad_152.html:1793:232745:232751 Toroweap Spring Mountains National Recreation Area +0.371151 cspg_html_6839937815 cspg_html_6839937815:133:18472:18480 Woodside Logan, Utah +0.25 cspg_html_8334041965 cspg_html_8334041965:364:43801:43833 Chelmsford Ontario, California +0.253482 gsa_html_8549650339 gsa_html_8549650339:501:49095:49118 Edwards Hays County, Texas +0.465468 gsa_html_5924250698 gsa_html_5924250698:879:84138:84157 Bidahochi Arizona +0.253952 aapg_ai_11.html aapg_ai_11.html:314:41965:41980 Mesaverde Colorado +0.262143 cspg_html_2062868146 cspg_html_2062868146:5:326:343 Cardium Lacombe, Alberta +0.473773 gsa_html_2645269788 gsa_html_2645269788:15:632:648 Nassau Chatham, Massachusetts +0.481104 cspg_html_7281679890 cspg_html_7281679890:151:24690:24705 Neruokpuk Anchorage, Alaska +0.246456 sedimentology_html_6459467691 sedimentology_html_6459467691:107:8298:8327 Elk Wisconsin +0.483246 gsa_html_8549650339 gsa_html_8549650339:632:58595:58623 Green River Iran +0.227523 aapg_ad_337.html aapg_ad_337.html:445:48091:48106 Sespe California +0.518481 gsa_html_4033618575 gsa_html_4033618575:31:2819:2847 Green River Colorado +0.275609 cspg_html_1814004928 cspg_html_1814004928:6:395:417 Debolt Victoria, British Columbia +0.48516 jgeology_html_5136863421 jgeology_html_5136863421:178:11024:11030 Salado Chile +0.25542 aapg_ah_335.html aapg_ah_335.html:208:26603:26612 Conemaugh Huntington, West Virginia +0.251968 cspg_html_3328007773 cspg_html_3328007773:6:222:242 Colorado Victoria, British Columbia +0.405536 aapg_ai_28.html aapg_ai_28.html:8:1448:1456 Oakville Beaumont, Texas +0.253402 aapg_ai_91.html aapg_ai_91.html:15:2811:2826 Yegua Aldine, Texas +0.482092 geology_html_1574115242 geology_html_1574115242:36:4282:4298 Colton Arizona +0.282492 aapg_aa_721.html aapg_aa_721.html:598:65809:65831 Marble Falls Texas +0.264115 gsa_html_8010927234 gsa_html_8010927234:167:10628:10646 Rangeley Rangeley, Maine +0.262546 cspg_html_5976982403 cspg_html_5976982403:29:5317:5332 Siyeh Purcell Mountains +0.485645 sedimentology_html_4287650745 sedimentology_html_4287650745:1004:103067:103079 Wilcox Texas +0.47058 aapg_af_854.html aapg_af_854.html:962:135360:135381 Paint Creek Illinois +0.254012 aapg_ai_296.html aapg_ai_296.html:398:38845:38862 Everton Sauk Village, Illinois +0.247643 gsa_html_8531594123 gsa_html_8531594123:343:48161:48180 San Joaquin Sacramento, California +0.259072 gsa_html_4067269733 gsa_html_4067269733:776:73387:73402 Bouse Yuma, Arizona +0.26312 gsa_html_2863658561 gsa_html_2863658561:14:579:585 Denver Colorado +0.25725 jgeology_html_3589217313 jgeology_html_3589217313:621:37329:37346 Hampton Eocene +0.480868 gsa_html_2272681851 gsa_html_2272681851:550:57426:57434 Columbia Vancouver +0.49868 cspg_html_2049168857 cspg_html_2049168857:423:41296:41304 Columbia Victoria, British Columbia +0.58637 gsa_html_9392268586 gsa_html_9392268586:168:16796:16808 Hammer Creek Cedar Mountains +0.253847 gsa_html_6143207195 gsa_html_6143207195:127:10202:10212 West Point Seattle +0.268323 cspg_html_1050448431 cspg_html_1050448431:27:5035:5043 Columbia Lacombe, Alberta +0.245016 palaios_html_5398833984 palaios_html_5398833984:859:93793:93809 Verde Logan, Utah +0.48355 cspg_html_4694482219 cspg_html_4694482219:40:4943:4960 Bearpaw Western world +0.233285 geology_html_4022603373 geology_html_4022603373:269:23224:23232 Virginia Chesapeake Bay +0.255398 cspg_html_4687600764 cspg_html_4687600764:5:285:303 Dunvegan Lacombe, Alberta +0.232323 aapg_ai_498.html aapg_ai_498.html:91:10971:10979 Colorado Las Animas County, Colorado +0.230396 cspg_html_3874533817 cspg_html_3874533817:104:13876:13890 Edmonton Drumheller +0.2485 cspg_html_4392308496 cspg_html_4392308496:450:61174:61195 Bonaventure Nashville Basin +0.495645 jgeology_html_5803513114 jgeology_html_5803513114:138:10734:10754 Seboomook Littleton, Colorado +0.464406 cspg_html_2650524233 cspg_html_2650524233:33:6552:6571 Whitemud Cypress Hills, Brooklyn +0.469872 sedimentology_html_5477609609 sedimentology_html_5477609609:1335:84249:84284 Lake Valley Sacramento Mountains (California) +0.476623 gsa_html_5773121689 gsa_html_5773121689:26:2110:2119 Extension Quebec City +0.516446 aapg_ae_594.html aapg_ae_594.html:553:58146:58153 El Paso Texas +0.4914 aapg_ae_605.html aapg_ae_605.html:103:14360:14376 Salina Mississinewa River +0.497276 aapg_ah_519.html aapg_ah_519.html:199:20899:20907 Cloverly Cheyenne, Wyoming +0.4765 palaios_html_5334521487 palaios_html_5334521487:688:67825:67843 Golconda Bloomington, Illinois +0.284089 sedimentology_html_8404795181 sedimentology_html_8404795181:421:33351:33361 Washington Seattle +0.467016 aapg_ae_365.html aapg_ae_365.html:4:656:672 Kinderhook Nemaha County, Kansas +0.895356 gsa_html_5293445820 gsa_html_5293445820:78:7729:7737 Columbia Victoria, British Columbia +0.48932 gsa_html_1217771406 gsa_html_1217771406:1065:98567:98580 Santa Barbara Southern California +0.48348 gsa_html_6279217599 gsa_html_6279217599:140:13198:13226 Green River Iran +0.268315 aapg_aa_598.html aapg_aa_598.html:17:2610:2617 Thaynes Cheyenne, Wyoming +0.247563 aapg_ae_584.html aapg_ae_584.html:658:62703:62712 San Diego California +0.238797 aapg_ah_753.html aapg_ah_753.html:143:24600:24620 Boss Point New Brunswick, New Jersey +0.264192 aapg_ak_96.html aapg_ak_96.html:75:7839:7860 Wills Creek Middle Ordovician +0.2667 geology_html_6663105863 geology_html_6663105863:62:6828:6834 Sierra Salinas, California +0.2575 aapg_ae_324.html aapg_ae_324.html:16:2248:2255 Holston Knoxville, Illinois +0.262135 gsa_html_9106605745 gsa_html_9106605745:617:51603:51616 Marble Canyon Arizona +0.266772 aapg_af_575.html aapg_af_575.html:686:94067:94074 Graford Missouri River +0.476126 sedimentology_html_7724789034 sedimentology_html_7724789034:1915:129704:129737 Grosmont Lacombe, Alberta +0.254976 AMJC_html_4692260170 AMJC_html_4692260170:983:100213:100217 Hall Portland, Maine +0.503564 cspg_html_7409170811 cspg_html_7409170811:263:40180:40186 Exshaw Lacombe, Alberta +0.246813 cspg_html_9501006975 cspg_html_9501006975:568:57981:58001 Colorado Lacombe, Alberta +0.244398 gsa_html_7040053075 gsa_html_7040053075:969:106094:106113 Duarte Puente Hills Mall +0.268786 palaios_html_3028956190 palaios_html_3028956190:109:12317:12335 Collingwood Georgian Bay +0.503304 aapg_ae_76.html aapg_ae_76.html:196:19482:19490 Wolfcamp Delaware +0.257556 cspg_html_8588503765 cspg_html_8588503765:564:65514:65544 Cumberland Bridgetown, Nova Scotia +0.515 gsa_html_2599070930 gsa_html_2599070930:867:78239:78267 Green River Colorado +0.252296 aapg_ae_282.html aapg_ae_282.html:10:1749:1760 Monongahela Waynesburg, Pennsylvania +0.243536 sedimentology_html_9968607362 sedimentology_html_9968607362:584:41646:41650 Hall London, Ontario +0.279832 cspg_html_5484260516 cspg_html_5484260516:962:75584:75595 Banff Savoy Hotel +0.246016 aapg_ae_330.html aapg_ae_330.html:20:2895:2903 Onondaga Pennsylvania +0.264052 gsa_html_5773604426 gsa_html_5773604426:296:29509:29521 Wilcox Middle East +0.274046 aapg_ae_369.html aapg_ae_369.html:66:8492:8502 Tuscaloosa Tuscaloosa, Alabama +0.25872 gsa_html_7932638920 gsa_html_7932638920:784:79791:79818 Cantwell Anchorage, Alaska +0.269312 aapg_ae_60.html aapg_ae_60.html:291:31717:31722 Mt Lytton Colorado +0.256985 aapg_ah_505.html aapg_ah_505.html:1729:141950:141958 Colorado Colorado +0.265398 aapg_aa_626.html aapg_aa_626.html:350:36958:36971 Potomac Maryland +0.269345 aapg_ai_322.html aapg_ai_322.html:283:26371:26381 San Andres Bogota, New Jersey +0.266766 aapg_ai_54.html aapg_ai_54.html:104:11423:11443 Tuscaloosa Tuscaloosa, Alabama +0.2641 aapg_ah_646.html aapg_ah_646.html:40:5546:5562 Chinle Chinle Formation +0.242824 AMJC_html_4692260170 AMJC_html_4692260170:839:91562:91570 Billings New Hampshire +0.484568 cspg_html_7779401416 cspg_html_7779401416:221:27003:27015 Neahga Manitoulin Island +0.503564 aapg_ae_611.html aapg_ae_611.html:54:6272:6290 Entrada Kayenta, Arizona +0.507408 sedimentology_html_1046729113 sedimentology_html_1046729113:2396:177409:177426 Cardium Canada +0.486772 aapg_ah_49.html aapg_ah_49.html:214:23252:23263 Mint Canyon San Gabriel Valley +0.258362 gsa_html_6062330506 gsa_html_6062330506:397:41282:41298 Salado Western world +0.48034 geology_html_1599906578 geology_html_1599906578:11:471:481 Washington Ellensburg, Washington +0.50949 gsa_html_1923206392 gsa_html_1923206392:1021:79268:79296 Green River Colorado +0.440245 aapg_ah_633.html aapg_ah_633.html:122:17070:17090 Catahoula Mississippi River +0.26076 aapg_ah_620.html aapg_ah_620.html:45:7363:7375 Granite Wash Lacombe, Alberta +0.266247 aapg_ac_333.html aapg_ac_333.html:250:32371:32375 Rico Hermosa, Chicago +0.25676 gsa_html_3436154175 gsa_html_3436154175:688:57271:57279 Columbia Washington (state) +0.252568 cspg_html_6644065685 cspg_html_6644065685:207:21331:21356 Weatherall Banks Island +0.250368 sedimentology_html_8555942750 sedimentology_html_8555942750:607:30139:30161 Colorado Mexico +0.496944 gsa_html_2422494332 gsa_html_2422494332:721:69067:69075 San Jose California +0.525624 aapg_ad_802.html aapg_ad_802.html:59:7253:7263 Tuscaloosa Selma to Montgomery marches +0.27248 gsa_html_5253952002 gsa_html_5253952002:100:11706:11713 Prairie Shreveport, Louisiana +0.450965 cspg_html_6134774167 cspg_html_6134774167:508:50931:50939 Montreal Quebec City +0.259534 gsa_html_4557277250 gsa_html_4557277250:412:39659:39675 Navajo Logan, Utah +0.462681 geology_html_9687641771 geology_html_9687641771:220:20202:20210 Montreal Regina, Saskatchewan +0.481925 cspg_html_4242149791 cspg_html_4242149791:199:28942:28960 Deadwood Lacombe, Alberta +0.686408 palaios_html_8120466420 palaios_html_8120466420:56:6873:6904 Poleta Reno, Nevada +0.489472 aapg_ac_995.html aapg_ac_995.html:352:28635:28654 Morehouse Shreveport, Louisiana +0.256011 gsa_html_5902364273 gsa_html_5902364273:122:9398:9408 Santa Cruz Bolivia +0.47483 cspg_html_8279079445 cspg_html_8279079445:146:18332:18345 Turner Valley Lacombe, Alberta +0.249831 aapg_af_406.html aapg_af_406.html:128:12566:12586 Twin Creek Cheyenne, Wyoming +0.2425 aapg_ah_234.html aapg_ah_234.html:147:16162:16167 Cibao San Juan, Argentina +0.421132 cspg_html_2863271815 cspg_html_2863271815:330:33597:33613 Guelph Ontario, California +0.252685 gsa_html_6317284187 gsa_html_6317284187:828:70990:70999 Extension Victoria, British Columbia +0.230396 aapg_aa_143.html aapg_aa_143.html:491:63321:63352 Madison Boise, Idaho +0.502857 cspg_html_3831007171 cspg_html_3831007171:9:685:692 Wabamun Edmonton, London +0.269361 cspg_html_3579312067 cspg_html_3579312067:587:60148:60156 Montreal Quebec City +0.256905 gsa_html_1549665076 gsa_html_1549665076:548:53691:53701 Washington Ellensburg, Washington +0.248965 sedimentology_html_7244311893 sedimentology_html_7244311893:1067:57209:57226 Wapiabi Canada +0.550458 aapg_ah_260.html aapg_ah_260.html:86:11323:11339 Carmel Colorado Plateau +0.271425 palaios_html_6609177739 palaios_html_6609177739:19:1589:1599 Washington San Juan Islands +0.251412 aapg_ac_499.html aapg_ac_499.html:9:1124:1132 Colorado Colorado +0.263 cspg_html_8089302449 cspg_html_8089302449:563:98794:98805 Slave Point Manitoba +0.462594 aapg_af_84.html aapg_af_84.html:16:1304:1310 Oregon California +0.47808 aapg_ak_7.html aapg_ak_7.html:59:5616:5620 Kent Africa +0.265608 gsa_html_3010975239 gsa_html_3010975239:359:45145:45153 Michigan Michigan +0.238144 cspg_html_8767215556 cspg_html_8767215556:39:4333:4344 Peace River Lacombe, Alberta +0.26061 cspg_html_8964522233 cspg_html_8964522233:31:3992:4000 Columbia Arkansas +0.492618 cspg_html_8988103418 cspg_html_8988103418:7:722:739 Cardium Victoria, British Columbia +0.495144 aapg_af_854.html aapg_af_854.html:552:75230:75246 Warsaw Edwardsville, Illinois +0.24794 cspg_html_3501550466 cspg_html_3501550466:247:36009:36023 Woodbend Lacombe, Alberta +0.2395 aapg_ad_660.html aapg_ad_660.html:239:35258:35266 Carlsbad Carlsbad, New Mexico +0.481525 aapg_ai_688.html aapg_ai_688.html:55:8088:8108 Shawangunk Pennsylvania +0.49276 gsa_html_4113859081 gsa_html_4113859081:16:822:834 Owens Valley Sierra Nevada (Spain) +0.25515 sedimentology_html_7306682302 sedimentology_html_7306682302:895:39334:39358 Protection Helsinki +0.4947 sedimentology_html_6084996636 sedimentology_html_6084996636:570:58489:58498 San Diego California +0.461736 geology_html_5875735156 geology_html_5875735156:128:10356:10364 Caldwell Texas +0.45854 aapg_ai_287.html aapg_ai_287.html:142:17881:17908 San Onofre Breccia Whittier, Alaska +0.70594 geology_html_6051364759 geology_html_6051364759:259:21697:21715 Judith River Regina, Saskatchewan +0.24651 sedimentology_html_8676139096 sedimentology_html_8676139096:88:7063:7081 Provo Switzerland +0.530043 aapg_ae_741.html aapg_ae_741.html:240:27034:27051 Shublik Anchorage, Alaska +0.50592 aapg_ah_877.html aapg_ah_877.html:558:63973:63993 Toro Chile +0.272934 gsa_html_4380249687 gsa_html_4380249687:554:47523:47551 Green River Colorado +0.265221 aapg_ai_105.html aapg_ai_105.html:515:61493:61509 Morgan Des Moines, Washington +0.46656 gsa_html_9053175553 gsa_html_9053175553:78:10574:10593 Flagstaff Carmel, Indiana +0.24745 aapg_ai_602.html aapg_ai_602.html:1941:213587:213593 Nassau North Carolina +0.48576 aapg_ac_662.html aapg_ac_662.html:14:2030:2048 Arcturus Kaibab, Arizona +0.259056 sedimentology_html_9906287852 sedimentology_html_9906287852:412:38114:38122 Adaville Cheyenne, Wyoming +0.468671 sedimentology_html_9708366274 sedimentology_html_9708366274:693:58317:58323 Brazil Brejo do Cruz +0.243486 sedimentology_html_1728853853 sedimentology_html_1728853853:1223:75872:75878 Morgan Manitoba +0.479605 aapg_ae_886.html aapg_ae_886.html:10:1321:1337 Todilto New Mexico +0.248082 sedimentology_html_3841637081 sedimentology_html_3841637081:1251:56492:56520 Wabamun Lacombe, Alberta +0.235796 sedimentology_html_1146501952 sedimentology_html_1146501952:105:5602:5613 Montpellier Languedoc-Roussillon +0.253008 aapg_ad_52.html aapg_ad_52.html:633:68309:68327 Michigan Michigan +0.452384 aapg_ai_328.html aapg_ai_328.html:350:36834:36855 Lake Valley Rift Valley lakes +0.263682 aapg_aa_315.html aapg_aa_315.html:138:12894:12901 Norfolk Newport, Rhode Island +0.256332 aapg_ah_180.html aapg_ah_180.html:98:11317:11335 Catskill West Branch Susquehanna River +0.259739 cspg_html_5973552270 cspg_html_5973552270:59:8192:8213 Slave Point Swan Hill, Victoria +0.248482 aapg_ae_498.html aapg_ae_498.html:1045:107918:107926 Virginia Middle Ordovician +0.50065 aapg_ai_437.html aapg_ai_437.html:20:1739:1752 Nacatoch Austin, Chicago +0.480916 cspg_html_4287356899 cspg_html_4287356899:2544:288241:288247 Oregon Salem, Oregon +0.51251 gsa_html_3436154175 gsa_html_3436154175:1288:101093:101121 Green River Iran +0.246909 cspg_html_6984906794 cspg_html_6984906794:1056:70068:70076 Bullhead Lacombe, Alberta +0.232786 aapg_ah_318.html aapg_ah_318.html:2096:187296:187305 Huizachal Matamoros, Tamaulipas +0.248857 aapg_ad_169.html aapg_ad_169.html:72:9480:9500 Greenbrier Huntington, West Virginia +0.49296 cspg_html_4773367370 cspg_html_4773367370:304:24032:24048 Viking Lacombe, Alberta +0.26624 sedimentology_html_6473571818 sedimentology_html_6473571818:886:76055:76090 Kingston Peak Death Valley +0.496228 cspg_html_1025724640 cspg_html_1025724640:90:15394:15413 Beekmantown Ontario, California +0.26857 aapg_af_568.html aapg_af_568.html:478:40100:40112 Beaver Creek Cheyenne, Wyoming +0.467124 aapg_ai_975.html aapg_ai_975.html:1254:97198:97215 Edwards Barnes, London +0.480365 aapg_ah_647.html aapg_ah_647.html:526:57225:57244 Horquilla Missouri River +0.25132 cspg_html_1118978429 cspg_html_1118978429:459:44957:44960 Elk Arctic Cordillera +0.499954 jgeology_html_4305195651 jgeology_html_4305195651:569:69511:69522 Mauch Chunk Pocono Raceway +0.268299 geology_html_8422648497 geology_html_8422648497:261:20717:20721 Bond North Atlantic Current +0.266772 aapg_aa_487.html aapg_aa_487.html:70:7014:7021 Waverly Ohio +0.472524 cspg_html_8145657505 cspg_html_8145657505:313:44735:44743 Columbia Victoria, British Columbia +0.508956 gsa_html_5394777952 gsa_html_5394777952:545:54800:54828 Green River Colorado +0.241664 cspg_html_2820961138 cspg_html_2820961138:585:61152:61168 Viking Lacombe, Alberta +0.447931 aapg_ac_333.html aapg_ac_333.html:1196:142788:142814 Dolores Colorado +0.251923 cspg_html_5976982403 cspg_html_5976982403:19:3416:3428 Purcell Lava Cranbrook, British Columbia +0.502856 aapg_ah_244.html aapg_ah_244.html:172:21904:21910 Jordan Jurf Kas Sukr Bridge +0.259571 aapg_ad_2.html aapg_ad_2.html:306:46360:46367 Raritan Closter, New Jersey +0.256032 aapg_ai_863.html aapg_ai_863.html:16:2353:2359 Reklaw Carrizo Plain +0.90342 aapg_af_131.html aapg_af_131.html:314:30517:30524 Rustler Santa Rosa, California +0.277288 aapg_af_704.html aapg_af_704.html:186:17627:17641 Mission Canyon Red River of the North +0.266742 aapg_ae_103.html aapg_ae_103.html:505:42656:42664 Richmond Knoxville, Tennessee +0.248 aapg_ai_477.html aapg_ai_477.html:67:7645:7656 Peace River Lacombe, Alberta +0.26964 sedimentology_html_5394177563 sedimentology_html_5394177563:593:43142:43152 Washington Seattle +0.257554 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8922:8942 Success Regina, Saskatchewan +0.476731 gsa_html_5293445820 gsa_html_5293445820:737:75656:75683 Nasina West Point, New York +0.26946 aapg_af_397.html aapg_af_397.html:501:58026:58033 Entrada Entrada Sandstone +0.487734 aapg_ah_246.html aapg_ah_246.html:79:8505:8513 Virginia Ohio +0.46965 sedimentology_html_1568456861 sedimentology_html_1568456861:124:11869:11889 Toro Western world +0.47874 aapg_ai_594.html aapg_ai_594.html:5:546:553 Manitou Fremont, California +0.25542 palaios_html_4501603736 palaios_html_4501603736:112:10717:10734 Thaynes Reno, Nevada +0.242556 cspg_html_6163691495 cspg_html_6163691495:924:83673:83681 Colorado Denver +0.25431 palaios_html_8064020973 palaios_html_8064020973:234:26466:26475 St. Johns Arizona +0.485199 aapg_ai_230.html aapg_ai_230.html:39:3553:3557 Wise Fort Worth, Texas +0.47616 gsa_html_6861599329 gsa_html_6861599329:947:82274:82300 Chuckanut Washington (state) +0.263069 sedimentology_html_3377159939 sedimentology_html_3377159939:700:44220:44224 Hall London, Ontario +0.25956 aapg_ad_427.html aapg_ad_427.html:76:7606:7614 Woodbine Paluxy, Texas +0.465124 cspg_html_1188455526 cspg_html_1188455526:96:16024:16052 Hare Fiord Ellesmere Island +0.518976 aapg_af_561.html aapg_af_561.html:458:43483:43500 Wasatch Wasatch Range +0.2369 aapg_ai_107.html aapg_ai_107.html:147:14044:14053 Smackover Hunt County, Texas +0.239811 cspg_html_6964953392 cspg_html_6964953392:263:33697:33708 Buick Creek Valhalla, New York +0.27768 aapg_ad_800.html aapg_ad_800.html:163:20346:20356 Tuscaloosa Western world +0.479539 gsa_html_6413722646 gsa_html_6413722646:97:11018:11033 Pethei Canada +0.27136 aapg_ae_993.html aapg_ae_993.html:51:6470:6512 Basal Cheyenne, Wyoming +0.250712 gsa_html_8271829751 gsa_html_8271829751:13:634:644 Washington Ellensburg, Washington +0.258063 cspg_html_5807593737 cspg_html_5807593737:27:4335:4374 Beaverhill Canada +0.247416 AMJC_html_1927572275 AMJC_html_1927572275:829:59740:59749 San Diego California +0.47167 gsa_html_1040524378 gsa_html_1040524378:979:95651:95661 Washington Boise, Idaho +0.687742 aapg_aa_261.html aapg_aa_261.html:74:9772:9796 Mission Canyon Cheyenne, Wyoming +0.259248 AMJC_html_5421639085 AMJC_html_5421639085:480:52754:52762 Columbia Columbia District +0.265728 geology_html_8165119300 geology_html_8165119300:95:11524:11534 Fall River Sierra Foothills AVA +0.24644 aapg_ae_33.html aapg_ae_33.html:286:29735:29745 Brownstown Saratoga, California +0.251835 cspg_html_9778753186 cspg_html_9778753186:150:22449:22459 Mill Creek Lacombe, Alberta +0.457121 geology_html_3305988371 geology_html_3305988371:17:946:952 Toledo Toledo, Spain +0.238023 cspg_html_6163691495 cspg_html_6163691495:412:39104:39117 Madison Cheyenne, Wyoming +0.274287 aapg_ai_49.html aapg_ai_49.html:245:29213:29220 Kayenta Colorado +0.248992 palaios_html_9507397379 palaios_html_9507397379:10:439:464 Barstow Southern California +0.252464 jgeology_html_6388378441 jgeology_html_6388378441:311:23771:23777 Berino Wisconsin +0.492926 aapg_ac_941.html aapg_ac_941.html:31:3694:3707 Blue Mountain Uinta Mountains +0.263682 cspg_html_2055345483 cspg_html_2055345483:183:28108:28147 Mount Wilson Middle East +0.271441 aapg_ae_68.html aapg_ae_68.html:285:32712:32718 Morgan Ogden, Utah +0.508368 aapg_ad_400.html aapg_ad_400.html:196:18892:18910 Woodside Shale Cheyenne, Wyoming +0.722561 aapg_ai_975.html aapg_ai_975.html:365:33140:33155 Sligo Mexico +0.47991 cspg_html_2035826481 cspg_html_2035826481:33:3050:3071 Goose Fiord Devon Island +0.255 aapg_ah_820.html aapg_ah_820.html:125:8779:8794 Basal Cambridge +0.505218 aapg_ae_454.html aapg_ae_454.html:151:13050:13067 Bossier Shreveport, Louisiana +0.48858 cspg_html_6024623535 cspg_html_6024623535:10:1361:1369 Cochrane Lacombe, Alberta +0.516655 aapg_ah_157.html aapg_ah_157.html:244:34457:34472 Maquoketa Illinois +0.258937 aapg_af_577.html aapg_af_577.html:292:22727:22735 Carlsbad Salado, Texas +0.481143 aapg_aa_731.html aapg_aa_731.html:285:37560:37569 Cow Bayou Marthaville, Louisiana +0.480168 gsa_html_4067269733 gsa_html_4067269733:667:59694:59700 Toroweap Grand Canyon +0.255458 geology_html_4231431479 geology_html_4231431479:213:16788:16828 Bruce Perth, Western Australia +0.267648 aapg_af_128.html aapg_af_128.html:294:31539:31549 Phosphoria East Asia +0.251292 aapg_ae_973.html aapg_ae_973.html:457:33407:33415 Wolfcamp Nashville Basin +0.479457 gsa_html_9299329909 gsa_html_9299329909:1104:100322:100329 Bathtub California +0.487784 cspg_html_4287356899 cspg_html_4287356899:3953:391939:391947 Lisburne Anchorage, Alaska +0.417585 aapg_ac_924.html aapg_ac_924.html:19:3197:3206 Owl Creek Cheyenne, Wyoming +0.256725 palaios_html_2736581987 palaios_html_2736581987:546:57374:57405 Chinle Arizona +0.247995 aapg_ai_17.html aapg_ai_17.html:1418:98725:98738 Chattahoochee Texas +0.46906 geology_html_4781601757 geology_html_4781601757:251:24148:24156 Rockwell California +0.27132 geology_html_3231430262 geology_html_3231430262:14:808:816 Prospect Vladivostok +0.27713 aapg_ac_333.html aapg_ac_333.html:1018:122769:122777 Toroweap Grand Canyon +0.490496 jgeology_html_1836103970 jgeology_html_1836103970:230:17901:17922 New Glasgow Chandler, Arizona +0.272194 aapg_ah_617.html aapg_ah_617.html:88:8448:8474 Phosphoria Populus sect. Aegiros +0.266255 cspg_html_1166855658 cspg_html_1166855658:34:4176:4190 Woodbend Western world +0.518481 aapg_ae_660.html aapg_ae_660.html:80:10567:10584 Smackover Alabama +0.264438 aapg_af_652.html aapg_af_652.html:78:8389:8395 Casper Cheyenne, Wyoming +0.271297 cspg_html_7970836465 cspg_html_7970836465:461:49859:49876 Macasty Anticosti Island +0.368713 gsa_html_7199417381 gsa_html_7199417381:516:51411:51419 Loveland Iowa +0.25186 cspg_html_2954223000 cspg_html_2954223000:267:37958:37967 Williston Michigan +0.270614 aapg_aa_948.html aapg_aa_948.html:3:160:176 Salado New Mexico +0.505136 aapg_ah_635.html aapg_ah_635.html:464:61057:61063 Seward Peru, Indiana +0.243675 cspg_html_6193252551 cspg_html_6193252551:133:20389:20406 Romaine Anticosti Island +0.679675 aapg_ai_699.html aapg_ai_699.html:30:5825:5844 Fort Ann Bennington, Vermont +0.510971 gsa_html_9766864448 gsa_html_9766864448:29:2796:2824 Green River Colorado +0.252 aapg_ae_958.html aapg_ae_958.html:2168:187838:187856 Carlsbad Carlsbad, New Mexico +0.47838 aapg_ad_318.html aapg_ad_318.html:75:11647:11665 Salamonie Dolomite Bloomington, Indiana +0.240458 cspg_html_3554431164 cspg_html_3554431164:13:1416:1431 Alexo Rocky Mountains +0.406901 palaios_html_2994452429 palaios_html_2994452429:818:82439:82455 Liard Victoria, British Columbia +0.251748 aapg_ac_333.html aapg_ac_333.html:269:35192:35215 Honaker San Juan Mountains +0.249984 cspg_html_8532932475 cspg_html_8532932475:27:4517:4534 Bluesky Lacombe, Alberta +0.461988 palaios_html_7179643765 palaios_html_7179643765:731:64456:64462 Ithaca Trinidad and Tobago +0.47846 jgeology_html_3686050500 jgeology_html_3686050500:947:84040:84062 Judith River Lacombe, Alberta +0.275624 aapg_aa_37.html aapg_aa_37.html:167:20398:20416 Arcturus Supai, Arizona +0.49444 aapg_ad_801.html aapg_ad_801.html:354:37779:37786 Bentley Montgomery (town), New York +0.494982 cspg_html_1065856149 cspg_html_1065856149:29:2948:2959 Peace River Pine River (Michigan) +0.260865 gsa_html_3648258377 gsa_html_3648258377:755:69538:69556 Magothy Mount Laurel Township, New Jersey +0.241552 geology_html_2393919492 geology_html_2393919492:22:1628:1636 Colorado Denver +0.254007 cspg_html_3966956195 cspg_html_3966956195:453:39540:39565 Elk Texas +0.494019 gsa_html_1954639412 gsa_html_1954639412:18:1343:1351 Parkwood Ouachita Parish, Louisiana +0.69861 cspg_html_3097746547 cspg_html_3097746547:475:59105:59120 Swift Lacombe, Alberta +0.53472 aapg_aa_381.html aapg_aa_381.html:43:6057:6077 Monterey Monterey, California +0.494607 aapg_aa_736.html aapg_aa_736.html:224:22488:22514 Traverse Michigan +0.461338 cspg_html_7866465429 cspg_html_7866465429:6:261:289 Kishenehn South Fork Flathead River +0.498736 aapg_ad_721.html aapg_ad_721.html:581:55440:55452 Seven Rivers Carlsbad, New Mexico +0.462384 aapg_ah_773.html aapg_ah_773.html:126:7432:7453 Bird Spring Reno, Nevada +0.272964 palaios_html_7274959329 palaios_html_7274959329:834:59706:59720 Beaufort South Africa +0.239072 aapg_aa_696.html aapg_aa_696.html:742:78860:78877 Hermosa Cleveland +0.9158 cspg_html_3926542795 cspg_html_3926542795:266:35300:35315 Leduc Swan Hill, Victoria +0.25048 aapg_ae_939.html aapg_ae_939.html:452:20277:20285 Carlsbad El Capitan +0.252909 jgeology_html_6882545802 jgeology_html_6882545802:135:9363:9374 Kope Netherlands +0.387491 cspg_html_2784057671 cspg_html_2784057671:556:64784:64802 Hesquiat Victoria, British Columbia +0.259844 gsa_html_1374900442 gsa_html_1374900442:12:517:524 Madison Wisconsin +0.264075 gsa_html_8881958017 gsa_html_8881958017:90:11101:11109 Columbia Victoria, British Columbia +0.268275 aapg_aa_745.html aapg_aa_745.html:62:8310:8325 Diablo Nashville Basin +0.26677 aapg_aa_332.html aapg_aa_332.html:16:1935:1943 Sundance Cheyenne, Wyoming +0.48195 aapg_ah_364.html aapg_ah_364.html:79:6650:6658 Traverse Detroit River International Wildlife Refuge +0.456221 aapg_ae_958.html aapg_ae_958.html:2355:200872:200889 Rustler Salado, Texas +0.492768 aapg_ac_896.html aapg_ac_896.html:152:12044:12050 Annona Saratoga, California +0.472944 aapg_ae_705.html aapg_ae_705.html:294:28274:28281 Casitas Upson County, Georgia +0.487014 aapg_aa_745.html aapg_aa_745.html:90:11292:11295 Abo Delaware +0.490633 aapg_ai_907.html aapg_ai_907.html:44:7247:7257 Missisauga Logan Canyon +0.276147 aapg_ae_93.html aapg_ae_93.html:100:16120:16137 Fernie Kootenay River +0.285201 aapg_ac_832.html aapg_ac_832.html:82:11062:11071 Interlake Williston, Vermont +0.505296 aapg_ah_5.html aapg_ah_5.html:2097:131512:131518 Reston Ottawa, Kansas +0.25092 AMJC_html_7141186441 AMJC_html_7141186441:1785:158825:158831 Denver Colorado +0.483108 cspg_html_1312400675 cspg_html_1312400675:242:28179:28185 Battle Edmonton, London +0.703098 aapg_aa_305.html aapg_aa_305.html:146:22335:22355 Citronelle Alabama +0.261117 cspg_html_4516258038 cspg_html_4516258038:485:54374:54388 Beverley Inlet Bathurst Island (Northern Territory) +0.832226 aapg_ac_536.html aapg_ac_536.html:681:70377:70401 Mission Canyon Coral reef +0.482275 aapg_af_509.html aapg_af_509.html:220:30400:30406 Sierra Chihuahua (state) +0.529916 aapg_ac_808.html aapg_ac_808.html:118:14141:14169 San Andres West Texas +0.279832 aapg_ad_745.html aapg_ad_745.html:53:6472:6480 Niobrara Smoky Hill River +0.45666 sedimentology_html_8717639424 sedimentology_html_8717639424:577:37825:37846 Cliff House New Mexico +0.25351 gsa_html_5664265459 gsa_html_5664265459:1012:98734:98740 Oregon Steens Mountain Wilderness +0.487936 cspg_html_9343899465 cspg_html_9343899465:871:79669:79684 Melville Island Banks Island +0.49062 aapg_aa_409.html aapg_aa_409.html:102:10431:10441 San Andres Sincelejo +0.85152 aapg_ac_881.html aapg_ac_881.html:45:5269:5287 Deadwood Williston, Vermont +0.243972 cspg_html_2929384614 cspg_html_2929384614:541:58072:58080 Columbia Lacombe, Alberta +0.263662 cspg_html_1336185084 cspg_html_1336185084:49:5603:5623 Clearwater CFB Cold Lake +0.247476 palaios_html_8449544506 palaios_html_8449544506:13:577:589 Rhode Island Kingston, Jamaica +0.2425 aapg_ai_688.html aapg_ai_688.html:436:47569:47584 Rochester Lockport (city), New York +0.39375 aapg_af_854.html aapg_af_854.html:368:47272:47292 Keokuk Iowa +0.481143 aapg_ac_781.html aapg_ac_781.html:33:4530:4543 Barnett Texas +0.49469 aapg_aa_914.html aapg_aa_914.html:89:11235:11247 Marble Falls Atoka, Oklahoma +0.509952 aapg_ae_789.html aapg_ae_789.html:53:6995:7002 Wabamun Lacombe, Alberta +0.270399 aapg_aa_851.html aapg_aa_851.html:141:13068:13085 Renault Harrodsburg, Indiana +0.265216 aapg_ah_644.html aapg_ah_644.html:385:46053:46062 Gull Lake Regina, Saskatchewan +0.255024 aapg_ad_146.html aapg_ad_146.html:214:17695:17703 Colorado White River (Washington) +0.478224 aapg_ae_492.html aapg_ae_492.html:288:24759:24767 Colorado Denver +0.259284 gsa_html_3445493534 gsa_html_3445493534:59:7210:7228 Monterey Monterey, California +0.4477 gsa_html_4873957926 gsa_html_4873957926:1044:114218:114226 Colorado San Juan, Argentina +0.2535 aapg_ah_575.html aapg_ah_575.html:553:42646:42651 Colon Las Cruces, New Mexico +0.506766 aapg_aa_797.html aapg_aa_797.html:125:15753:15760 Gateway Colorado +0.279777 aapg_aa_148.html aapg_aa_148.html:34:5331:5348 Entrada Mancos, Colorado +0.49248 gsa_html_4012649500 gsa_html_4012649500:868:79699:79707 Columbia Victoria, British Columbia +0.50688 aapg_aa_991.html aapg_aa_991.html:18:2258:2265 Carrizo Oakville, California +0.50274 aapg_ae_324.html aapg_ae_324.html:14:2123:2141 Lowville Murfreesboro, Tennessee +0.257 aapg_ad_379.html aapg_ad_379.html:722:59526:59532 Navajo Cheyenne, Wyoming +0.48735 aapg_ai_11.html aapg_ai_11.html:315:42213:42230 Astoria Astoria, Oregon +0.473715 AMJC_html_3632105729 AMJC_html_3632105729:482:67789:67795 Oregon Salem, Oregon +0.265738 cspg_html_3735760125 cspg_html_3735760125:206:24960:24968 Columbia Victoria, British Columbia +0.349258 aapg_ae_601.html aapg_ae_601.html:214:21957:21978 Green River Uinta Mountains +0.250344 aapg_ai_112.html aapg_ai_112.html:66:13159:13177 Etchegoin San Joaquin River +0.521322 aapg_ae_236.html aapg_ae_236.html:3:166:172 Midway Mississippi River +0.2505 gsa_html_4431779557 gsa_html_4431779557:693:52114:52139 Blackwater Draw Monahans, Texas +0.25654 aapg_ae_415.html aapg_ae_415.html:780:96683:96698 Tampa Flint River (Michigan) +0.247779 aapg_aa_159.html aapg_aa_159.html:522:51374:51393 Fort Pena Texas +0.474594 gsa_html_1130947011 gsa_html_1130947011:249:32069:32084 Galena Netherlands +0.49348 gsa_html_1616304153 gsa_html_1616304153:517:46394:46407 Glasford Vermilion County, Illinois +0.267794 aapg_ae_959.html aapg_ae_959.html:1499:107399:107415 San Andres West Texas +0.253482 aapg_ae_393.html aapg_ae_393.html:52:3561:3574 Woodbine Mexia, Texas +0.272896 aapg_ae_391.html aapg_ae_391.html:784:79757:79764 Rustler Delaware +0.243512 aapg_aa_308.html aapg_aa_308.html:33:3945:3963 Zeandale Tarkio, Missouri +0.27371 aapg_ae_241.html aapg_ae_241.html:86:7015:7025 Pottsville Ardmore, Pennsylvania +0.5092 aapg_aa_623.html aapg_aa_623.html:3:387:398 Belly River Lacombe, Alberta +0.500325 cspg_html_8089302449 cspg_html_8089302449:366:64068:64088 Pine Point Lacombe, Alberta +0.495045 gsa_html_7214330928 gsa_html_7214330928:859:73859:73887 Green River Colorado +0.26214 geology_html_3084685059 geology_html_3084685059:235:21798:21802 Bell Cheyenne, Wyoming +0.250976 aapg_ac_609.html aapg_ac_609.html:32:3038:3048 Clearwater Canada +0.265209 cspg_html_7602315496 cspg_html_7602315496:43:6970:6991 Belly River Lacombe, Alberta +0.473364 palaios_html_5921824758 palaios_html_5921824758:22:1532:1557 Chuckanut Pacific Northwest +0.251923 sedimentology_html_2550885329 sedimentology_html_2550885329:2253:121317:121321 Webb Great Barrier Reef +0.25186 cspg_html_6116883777 cspg_html_6116883777:612:80693:80715 Barlow Inlet Devon Island +0.248346 aapg_af_134.html aapg_af_134.html:485:43753:43759 Walker Santa Clara County, California +0.262044 gsa_html_2005293978 gsa_html_2005293978:1090:80369:80376 Hampton Virginia +0.483246 aapg_ad_760.html aapg_ad_760.html:47:6653:6659 Modelo Oak Ridge, Tennessee +0.48783 sedimentology_html_8594924487 sedimentology_html_8594924487:603:36808:36814 Brazil Nordeste, Azores +0.276078 aapg_aa_702.html aapg_aa_702.html:1878:169000:169043 Prairie Regina, Saskatchewan +0.249951 geology_html_9333388276 geology_html_9333388276:12:622:634 Saskatchewan Saskatoon +0.25553 aapg_ah_611.html aapg_ah_611.html:261:17573:17593 Wagonwheel California +0.238576 aapg_ae_67.html aapg_ae_67.html:379:31441:31449 Colorado Colorado +0.2495 aapg_ah_320.html aapg_ah_320.html:52:5447:5457 Greenbrier Greenbrier (Great Smoky Mountains) +0.266255 sedimentology_html_7007939776 sedimentology_html_7007939776:1034:75447:75458 St Lawrence Mexico +0.266087 aapg_ai_504.html aapg_ai_504.html:112:11222:11242 Lodgepole Kinderhook (town), New York +0.253991 palaios_html_7274959329 palaios_html_7274959329:415:29494:29509 Elk Wisconsin +0.491667 aapg_af_346.html aapg_af_346.html:452:38588:38592 Bays Mexico +0.478 aapg_ah_609.html aapg_ah_609.html:9:1312:1322 Las Animas Denver +0.2535 sedimentology_html_7758624959 sedimentology_html_7758624959:197:22789:22793 Java Fiji +0.812004 aapg_ae_154.html aapg_ae_154.html:45:5770:5790 Besa River Victoria, British Columbia +0.269352 cspg_html_2873888604 cspg_html_2873888604:262:40090:40098 Columbia Victoria, British Columbia +0.470844 aapg_aa_426.html aapg_aa_426.html:193:42963:42973 Mooreville Demopolis, Alabama +0.262614 jgeology_html_4504152349 jgeology_html_4504152349:383:36838:36849 Snowy Range Cheyenne, Wyoming +0.466626 AMJC_html_3632105729 AMJC_html_3632105729:1008:106891:106914 Martin Salem, Oregon +0.27242 aapg_af_664.html aapg_af_664.html:501:56800:56810 San Andres New Mexico +0.270364 cspg_html_7278957427 cspg_html_7278957427:19:2859:2881 Eureka Sound Ellesmere Island +0.491568 aapg_aa_626.html aapg_aa_626.html:154:17157:17165 Patuxent Baltimore +0.885285 aapg_ai_157.html aapg_ai_157.html:479:45043:45049 Guelph Salina, Kansas +0.258416 aapg_ai_296.html aapg_ai_296.html:572:57640:57658 Bromide Arkansas +0.49755 cspg_html_9689514766 cspg_html_9689514766:500:53975:53986 Black River Middle East +0.252945 cspg_html_4298557570 cspg_html_4298557570:77:12596:12613 Battle Lacombe, Alberta +0.486401 aapg_ae_415.html aapg_ae_415.html:35:5391:5413 Chickasawhay Southeast Asia +0.25704 aapg_ai_49.html aapg_ai_49.html:570:74698:74703 Supai Arizona +0.265081 geology_html_8664329492 geology_html_8664329492:99:6046:6053 Spokane Washington (state) +0.493569 cspg_html_9136481292 cspg_html_9136481292:263:32521:32536 Gates Victoria, British Columbia +0.448902 aapg_af_579.html aapg_af_579.html:231:25765:25771 Navajo Logan, Utah +0.262654 aapg_ai_828.html aapg_ai_828.html:639:60987:61006 Newcastle Cheyenne, Wyoming +0.25186 aapg_ai_31.html aapg_ai_31.html:89:9725:9729 Frio Oakville, California +0.4978 palaios_html_2413654173 palaios_html_2413654173:1137:93756:93770 Ogallala Hitchcock County, Nebraska +0.257033 aapg_ad_318.html aapg_ad_318.html:71:11044:11062 Salamonie Dolomite Rockford, Illinois +0.504988 gsa_html_1405504955 gsa_html_1405504955:745:54040:54068 Green River Colorado +0.47376 geology_html_6476658393 geology_html_6476658393:42:3844:3865 Chateauguay Brockville +0.472054 aapg_ac_789.html aapg_ac_789.html:7:499:507 Colorado Texas +0.463182 gsa_html_4557277250 gsa_html_4557277250:791:68747:68753 Denver Colorado +0.477402 aapg_ai_22.html aapg_ai_22.html:107:10232:10237 Palms Inglewood, California +0.483917 gsa_html_5293445820 gsa_html_5293445820:771:78256:78266 Wood River Salcha River +0.267288 gsa_html_4913703235 gsa_html_4913703235:464:51376:51408 Clinton Ohio +0.256 aapg_ae_959.html aapg_ae_959.html:372:30917:30938 Bell Guadalupe Mountains National Park +0.237405 aapg_aa_645.html aapg_aa_645.html:632:60720:60736 Dakota Colorado +0.252945 aapg_ah_859.html aapg_ah_859.html:229:26858:26881 Moodys Branch Lisbon +0.445094 geology_html_1414092070 geology_html_1414092070:11:498:510 Rhode Island Newport, Rhode Island +0.693936 aapg_af_631.html aapg_af_631.html:199:18762:18778 Salado Nashville Basin +0.51701 geology_html_6407364180 geology_html_6407364180:9:396:412 Navajo Logan, Utah +0.262944 aapg_af_728.html aapg_af_728.html:186:23160:23174 Elko Reno, Nevada +0.502944 gsa_html_5625878232 gsa_html_5625878232:79:10308:10330 San Jose Baja California peninsula +0.484592 aapg_ae_805.html aapg_ae_805.html:45:6832:6839 Paradox Hermosa, Chicago +0.48896 palaios_html_9876040400 palaios_html_9876040400:703:69380:69389 San Diego California +0.476215 geology_html_4781601757 geology_html_4781601757:216:21438:21442 Bell Reno, Nevada +0.25956 AMJC_html_4299960498 AMJC_html_4299960498:704:84723:84733 Washington Salem, Oregon +0.259584 sedimentology_html_3907918417 sedimentology_html_3907918417:1639:129183:129191 Dunvegan Canada +0.60378 aapg_ae_839.html aapg_ae_839.html:35:3384:3394 Tuscaloosa Paluxy, Texas +0.245895 aapg_ae_147.html aapg_ae_147.html:416:47419:47425 Modelo South Mountains (Arizona) +0.288354 cspg_html_3012058617 cspg_html_3012058617:58:8873:8887 Elk Kootenay River +0.492252 jgeology_html_6990146451 jgeology_html_6990146451:1385:78537:78555 Uwharrie North Carolina +0.280364 aapg_ah_878.html aapg_ah_878.html:58:7881:7889 Mayville Manitoulin Island +0.51462 aapg_ah_253.html aapg_ah_253.html:407:47957:47977 San Andres New Mexico +0.480704 aapg_ac_79.html aapg_ac_79.html:114:14320:14327 Clinton Logan, Utah +0.487172 aapg_ai_897.html aapg_ai_897.html:298:32928:32932 Ione Sacramento, California +0.475449 palaios_html_2449649505 palaios_html_2449649505:672:70890:70896 Denver Arizona +0.506782 aapg_ae_429.html aapg_ae_429.html:75:5391:5407 Stonewall Croton Falls (Metro-North station) +0.520908 gsa_html_7358464191 gsa_html_7358464191:808:79662:79690 Green River Colorado +0.469062 palaios_html_7076037184 palaios_html_7076037184:320:29756:29776 Carbondale Missouri River +0.864459 aapg_ae_715.html aapg_ae_715.html:1009:118123:118135 Wilcox Texas +0.513856 aapg_ai_810.html aapg_ai_810.html:3:185:212 Norphlet Mississippi River +0.467818 sedimentology_html_8384737970 sedimentology_html_8384737970:125:13025:13045 Hall San Rafael Swell +0.269808 aapg_ad_879.html aapg_ad_879.html:571:43201:43206 Price Mississippi River +0.2525 geology_html_7356393951 geology_html_7356393951:41:4007:4017 Winnemucca Reno, Nevada +0.248472 aapg_ae_153.html aapg_ae_153.html:868:109988:110015 Elkhorn Mountains Volcanics Elkhorn Mountain +0.482377 aapg_ai_688.html aapg_ai_688.html:334:36141:36152 Salina Lockport (city), New York +0.266256 cspg_html_3579312067 cspg_html_3579312067:586:60048:60055 Sayabec Quebec City +0.4427 aapg_aa_796.html aapg_aa_796.html:506:58702:58734 Provincial Calgary +0.249744 aapg_ad_784.html aapg_ad_784.html:335:36848:36853 Sespe El Capitan +0.280364 aapg_ai_66.html aapg_ai_66.html:323:28923:28935 Pierre Colorado +0.487104 aapg_ac_697.html aapg_ac_697.html:68:6553:6570 Laramie Golden, Colorado +0.4883 aapg_ai_503.html aapg_ai_503.html:294:32652:32658 Jordan Stony Creek Metropark +0.259065 cspg_html_9648675035 cspg_html_9648675035:43:5042:5050 Columbia Victoria, British Columbia +0.250344 aapg_ae_991.html aapg_ae_991.html:624:78006:78019 Woodbine Texas +0.265 geology_html_5814114917 geology_html_5814114917:103:7558:7565 St Marys China +0.487368 jgeology_html_7014606947 jgeology_html_7014606947:1173:70568:70581 Santa Barbara California +0.25441 cspg_html_3610827329 cspg_html_3610827329:65:8715:8732 Livingstone Turtle Mountain (Alberta) +0.257024 aapg_ac_251.html aapg_ac_251.html:1046:100524:100530 Moscow Pebble Mine +0.469436 aapg_aa_731.html aapg_aa_731.html:262:34951:34963 Wilcox Rockdale, Texas +0.28242 gsa_html_5737673651 gsa_html_5737673651:622:51731:51759 Green River Iran +0.25956 cspg_html_4727222822 cspg_html_4727222822:32:4844:4863 Blaa Mountain Middle East +0.245518 geology_html_5892049571 geology_html_5892049571:13:710:719 San Diego La Jolla +0.49337 aapg_ac_356.html aapg_ac_356.html:54:7243:7247 Pico Wilmington, North Carolina +0.240456 jgeology_html_3171318738 jgeology_html_3171318738:92:3484:3491 Norfolk Virginia +0.26104 aapg_ae_498.html aapg_ae_498.html:590:64192:64204 Knobs Abingdon, Virginia +0.260051 aapg_ai_688.html aapg_ai_688.html:62:9298:9316 Bloomsburg Williamsport, Indiana +0.262614 cspg_html_9119878068 cspg_html_9119878068:84:11231:11252 Beaverhill Swan Hill, Victoria +0.4735 cspg_html_8057060038 cspg_html_8057060038:262:30467:30505 Snake Indian Lacombe, Alberta +0.49244 aapg_ai_572.html aapg_ai_572.html:3:288:295 Vamoosa Seminole, Texas +0.37888 palaios_html_4501603736 palaios_html_4501603736:114:10897:10914 Thaynes Montello, Nevada +0.494607 aapg_ad_880.html aapg_ad_880.html:348:35877:35895 Sawtooth Canada +0.479304 gsa_html_1741354143 gsa_html_1741354143:296:27603:27610 Bradore Summerside, Prince Edward Island +0.479605 aapg_ai_66.html aapg_ai_66.html:433:40408:40416 Colorado Larimer (Pittsburgh) +0.262614 cspg_html_9343899465 cspg_html_9343899465:1223:104301:104308 Fram Catskill Mountains +0.499174 jgeology_html_5090133589 jgeology_html_5090133589:1055:63725:63742 Minturn Colorado +0.283008 cspg_html_4550597410 cspg_html_4550597410:365:41951:41968 Holston Virginia +0.480076 cspg_html_9551573979 cspg_html_9551573979:427:46026:46050 Cardium Lacombe, Alberta +0.788205 aapg_ae_884.html aapg_ae_884.html:166:22017:22025 Niobrara Mancos, Colorado +0.46269 gsa_html_2204469229 gsa_html_2204469229:36:4351:4357 Sierra Sierra Nevada (Spain) +0.503475 geology_html_2132529104 geology_html_2132529104:200:21936:21954 Monterey Santa Fe Springs, California +0.248937 sedimentology_html_3425717106 sedimentology_html_3425717106:2444:130184:130187 Rye Netherlands +0.28028 cspg_html_8904992939 cspg_html_8904992939:441:51942:51957 Leduc Lacombe, Alberta +0.259032 cspg_html_1312400675 cspg_html_1312400675:236:27612:27639 Cypress Edmonton, London +0.252486 cspg_html_7688587411 cspg_html_7688587411:54:6995:7016 Fish Scales Lacombe, Alberta +0.485586 aapg_ad_784.html aapg_ad_784.html:527:57066:57071 Sespe Monterey, California +0.48807 sedimentology_html_4432289902 sedimentology_html_4432289902:529:44695:44712 Potomac Raritan River +0.461496 aapg_aa_314.html aapg_aa_314.html:411:49120:49132 Rhode Island Norfolk, Virginia +0.494844 cspg_html_3521815736 cspg_html_3521815736:192:27611:27619 Pardonet Victoria, British Columbia +0.477402 aapg_ad_351.html aapg_ad_351.html:645:54758:54778 Keokuk Burlington, Ontario +0.244474 jgeology_html_4305195651 jgeology_html_4305195651:2302:162220:162238 Catskill Selinsgrove Area School District +0.47718 aapg_aa_718.html aapg_aa_718.html:619:64960:64968 Fountain Colorado +0.483492 gsa_html_9097637389 gsa_html_9097637389:1044:84627:84631 Hall London, Ontario +0.2597 aapg_ah_894.html aapg_ah_894.html:72:11249:11266 Ivishak Prudhoe Bay Oil Field +0.247486 aapg_ai_459.html aapg_ai_459.html:175:17325:17340 Viola Kiowa County, Colorado +0.45356 cspg_html_2546442054 cspg_html_2546442054:441:48429:48442 Bearpaw Lethbridge +0.488565 sedimentology_html_3417381350 sedimentology_html_3417381350:1631:112274:112300 Monterey California +0.262044 aapg_ah_505.html aapg_ah_505.html:1741:142911:142929 Laramie Colorado +0.2652 aapg_ai_975.html aapg_ai_975.html:52:9496:9512 Paluxy Arkansas +0.51516 aapg_ah_505.html aapg_ah_505.html:1960:153211:153217 Denver Denver +0.251988 aapg_ak_98.html aapg_ak_98.html:978:91683:91689 Walker Devon +0.263572 cspg_html_4205215905 cspg_html_4205215905:16:2101:2113 Winnipegosis Regina, Saskatchewan +0.493568 geology_html_5463531653 geology_html_5463531653:241:18912:18921 Extension England +0.261085 aapg_af_653.html aapg_af_653.html:148:15261:15279 Vaqueros California +0.463644 aapg_ae_5.html aapg_ae_5.html:289:33881:33900 Horquilla New Mexico +0.249 jgeology_html_1924543304 jgeology_html_1924543304:1188:66430:66434 Hall London, Ontario +0.2451 aapg_aa_546.html aapg_aa_546.html:279:27813:27835 Judith River Judith River Formation +0.69378 aapg_ah_467.html aapg_ah_467.html:242:21848:21854 Fernie Kootenay River +0.482275 sedimentology_html_6261114825 sedimentology_html_6261114825:816:62926:62936 Santa Cruz Coastal California +0.23814 aapg_ah_283.html aapg_ah_283.html:500:58994:59000 Oregon Washington (state) +0.458328 aapg_ah_422.html aapg_ah_422.html:4:495:512 Belly River Colorado +0.264654 gsa_html_2818345762 gsa_html_2818345762:211:19767:19773 Shezal Canada +0.505494 aapg_ad_836.html aapg_ad_836.html:170:14885:14904 Kimmswick Missouri River +0.248857 AMJC_html_1305960228 AMJC_html_1305960228:300:34672:34682 Wild Bight Middle Ordovician +0.27354 aapg_ah_328.html aapg_ah_328.html:322:33661:33679 Sundance Cheyenne, Wyoming +0.256011 gsa_html_5015599008 gsa_html_5015599008:23:2096:2117 Fish Scales Lacombe, Alberta +0.261072 aapg_ad_169.html aapg_ad_169.html:411:47445:47458 Maccrady Greenbrier (Great Smoky Mountains) +0.488022 geology_html_8124935570 geology_html_8124935570:240:21698:21703 Uinta Logan, Utah +0.257664 aapg_ae_794.html aapg_ae_794.html:455:49425:49435 Tuscaloosa Selma to Montgomery marches +0.504612 aapg_ad_683.html aapg_ad_683.html:845:81664:81670 Toroweap Arizona +0.246525 cspg_html_1781462584 cspg_html_1781462584:187:25327:25341 Lisburne Northwest Arctic Borough, Alaska +0.247504 geology_html_4431824234 geology_html_4431824234:187:13799:13806 Challis Absaroka +0.2555 aapg_ai_480.html aapg_ai_480.html:149:14352:14358 Tulare California +0.487014 cspg_html_9542530836 cspg_html_9542530836:452:41854:41862 Edmonton Calgary +0.253512 sedimentology_html_8676320501 sedimentology_html_8676320501:1461:81473:81477 Hall London, Ontario +0.236652 gsa_html_7173708345 gsa_html_7173708345:709:53899:53920 Forest Fairbanks, Alaska +0.367233 cspg_html_8649903682 cspg_html_8649903682:227:23230:23243 Cruiser Pine River (Michigan) +0.266256 aapg_aa_918.html aapg_aa_918.html:685:70626:70646 Salt Plain Cedar Hill, Texas +0.47787 aapg_ae_68.html aapg_ae_68.html:312:36800:36817 Oquirrh South Mountains (Arizona) +0.470208 aapg_ac_363.html aapg_ac_363.html:111:13010:13018 Bellevue Rosedale, Toronto +0.258885 aapg_ad_39.html aapg_ad_39.html:187:12418:12424 Paluxy Lafayette County, Florida +0.295176 cspg_html_4530154552 cspg_html_4530154552:104:16690:16698 Amaranth Regina, Saskatchewan +0.254664 cspg_html_9725676031 cspg_html_9725676031:353:45532:45540 Columbia Victoria, British Columbia +0.248082 aapg_ac_879.html aapg_ac_879.html:49:7386:7397 Port Orford Salem, Oregon +0.26728 gsa_html_1734656819 gsa_html_1734656819:1463:129465:129474 San Diego California +0.257 aapg_ah_973.html aapg_ah_973.html:146:7892:7909 Mount Laurel Navesink River +0.473746 gsa_html_7248164569 gsa_html_7248164569:560:42611:42620 Peninsula New Brunswick, New Jersey +0.487424 AMJC_html_6539706032 AMJC_html_6539706032:1155:110642:110658 Westerly Granite Hartford, Connecticut +0.262095 aapg_ae_602.html aapg_ae_602.html:150:19731:19747 Mt Lytton Middle East +0.276768 aapg_aa_44.html aapg_aa_44.html:250:32525:32541 Chinle Chinle Formation +0.490633 gsa_html_3332333535 gsa_html_3332333535:58:3769:3797 Green River Iran +0.25957 aapg_ac_867.html aapg_ac_867.html:732:99009:99017 Tensleep Cheyenne, Wyoming +0.255524 aapg_af_91.html aapg_af_91.html:65:8353:8365 Pioche Great Basin +0.255021 cspg_html_2498183035 cspg_html_2498183035:176:20205:20215 Swan Hills Swan Hill, Victoria +0.514332 geology_html_9199946858 geology_html_9199946858:12:635:641 Auburn Alabama +0.499998 aapg_ad_169.html aapg_ad_169.html:310:36538:36547 Ada Huntington, West Virginia +0.252525 palaios_html_2984628538 palaios_html_2984628538:220:22525:22532 Laramie Cheyenne, Wyoming +0.47167 aapg_af_954.html aapg_af_954.html:642:90643:90649 Oxford England +0.241964 aapg_af_636.html aapg_af_636.html:352:40952:40960 Onondaga Jeffersonville, Indiana +0.471746 aapg_af_394.html aapg_af_394.html:170:19285:19305 Bear River Absaroka +0.487424 gsa_html_1860930948 gsa_html_1860930948:82:8647:8659 Burro Canyon Colorado +0.23232 aapg_ac_631.html aapg_ac_631.html:325:40051:40068 Bivouac Snake River Canyon (Idaho) +0.251122 cspg_html_6121424055 cspg_html_6121424055:67:5340:5360 Pine Point Great Slave Lake +0.51138 aapg_ad_717.html aapg_ad_717.html:366:38511:38521 San Andres Arizona +0.72226 aapg_ac_753.html aapg_ac_753.html:153:20379:20396 Entrada Logan, Utah +0.478101 aapg_aa_379.html aapg_aa_379.html:64:7174:7183 Conemaugh Monongahela, Pennsylvania +0.26163 sedimentology_html_2115038743 sedimentology_html_2115038743:461:30720:30728 Michigan Upper Peninsula of Michigan +0.493712 gsa_html_4244466646 gsa_html_4244466646:64:5028:5056 Green River Iran +0.844305 aapg_ai_149.html aapg_ai_149.html:124:11895:11909 Stony Mountain Manitoba +0.24832 cspg_html_4287356899 cspg_html_4287356899:909:125314:125319 Yukon Anchorage, Alaska +0.50208 jgeology_html_6942888254 jgeology_html_6942888254:1061:85646:85679 St Marys Maryland +0.50096 gsa_html_8707521176 gsa_html_8707521176:894:79089:79117 Green River Colorado +0.253916 cspg_html_2834693711 cspg_html_2834693711:884:113050:113076 Chuckanut Washington (state) +0.244 jgeology_html_1077326399 jgeology_html_1077326399:153:7228:7244 Navajo Arizona +0.279558 aapg_ah_93.html aapg_ah_93.html:190:25518:25527 Jefferson Maywood, California +0.498176 geology_html_5689737055 geology_html_5689737055:342:29088:29092 Hall Austin, Chicago +0.234825 aapg_ah_505.html aapg_ah_505.html:698:53779:53795 Denver Green Mountain +0.49987 palaios_html_8054385512 palaios_html_8054385512:483:42033:42055 Judith River Lacombe, Alberta +0.504525 palaios_html_5958626598 palaios_html_5958626598:258:28216:28236 Brassfield Ohio +0.481678 cspg_html_3043423556 cspg_html_3043423556:173:20572:20594 Eureka Sound Little Cornwallis Island +0.48501 gsa_html_4482097834 gsa_html_4482097834:323:32160:32168 Virginia Amelia Courthouse, Virginia +0.267206 aapg_ah_160.html aapg_ah_160.html:171:22274:22286 Salina Salina, Kansas +0.263526 palaios_html_2449649505 palaios_html_2449649505:632:67532:67563 Chinle Colorado +0.247979 aapg_ah_277.html aapg_ah_277.html:661:71107:71114 Halifax Canada +0.495992 sedimentology_html_5673709888 sedimentology_html_5673709888:1612:87085:87095 Keokuk Suwannee County, Florida +0.261112 geology_html_1475885494 geology_html_1475885494:11:460:470 Washington Seattle +0.264027 palaios_html_8895470583 palaios_html_8895470583:310:31080:31088 San Luis Caribbean +0.491582 aapg_ah_670.html aapg_ah_670.html:63:8352:8360 Colorado Denver +0.345173 cspg_html_2986717500 cspg_html_2986717500:13:1770:1781 Trent River Qualicum River +0.349408 palaios_html_5543030185 palaios_html_5543030185:84:7855:7873 Fillmore Logan, Utah +0.479318 aapg_ae_805.html aapg_ae_805.html:205:23933:23949 Sandia Atoka, Oklahoma +0.535 aapg_ae_498.html aapg_ae_498.html:610:67036:67044 Nealmont Virginia +0.259077 aapg_ad_153.html aapg_ad_153.html:398:40200:40210 Big Clifty Cincinnati +0.260084 sedimentology_html_5746467239 sedimentology_html_5746467239:1896:123657:123662 Piper Bridgetown, Nova Scotia +0.252609 aapg_ad_699.html aapg_ad_699.html:6:702:708 Wilcox Seminole, Texas +0.490716 palaios_html_7341451922 palaios_html_7341451922:1224:99919:99927 Sheppard Amsterdam +0.49248 aapg_af_46.html aapg_af_46.html:71:9172:9189 Goddard Absaroka +0.25088 palaios_html_5582845937 palaios_html_5582845937:282:28412:28420 Virginia Hampton, New Hampshire +0.556017 aapg_aa_735.html aapg_aa_735.html:114:10498:10508 Keokuk Christian County, Kentucky +0.25186 cspg_html_7086880709 cspg_html_7086880709:333:43562:43582 Pine Point Buffalo National River +0.240856 aapg_aa_775.html aapg_aa_775.html:252:24362:24369 Perdido Mexico +0.253492 cspg_html_7688587411 cspg_html_7688587411:410:41149:41169 Colorado Canada +0.50286 gsa_html_9152662653 gsa_html_9152662653:190:17839:17855 Laurel Sykesville, Maryland +0.236626 AMJC_html_4504848787 AMJC_html_4504848787:172:19064:19092 Mechum River Charlottesville, Virginia +0.255024 gsa_html_9324067890 gsa_html_9324067890:246:23179:23185 Guelph Guelph +0.256486 aapg_ae_135.html aapg_ae_135.html:21:1957:1980 Wilcox Tuscaloosa, Alabama +0.481076 aapg_af_95.html aapg_af_95.html:3:326:340 Fredericksburg Central Texas +0.462852 aapg_aa_105.html aapg_aa_105.html:203:21093:21106 Turner Valley Highwood, Illinois +0.27108 aapg_ah_330.html aapg_ah_330.html:152:16498:16506 Monterey Monterey, California +0.496824 aapg_ae_652.html aapg_ae_652.html:24:2768:2775 Jackson Gold Coast, Queensland +0.474635 aapg_ad_169.html aapg_ad_169.html:53:6671:6675 Wise Greenbrier (Great Smoky Mountains) +0.26162 cspg_html_1118978429 cspg_html_1118978429:106:13008:13025 Success Regina, Saskatchewan +0.504328 aapg_ac_333.html aapg_ac_333.html:633:77595:77614 Yeso Supai, Arizona +0.26162 cspg_html_8643545087 cspg_html_8643545087:15:1982:2019 Besa River Victoria, British Columbia +0.254518 gsa_html_1210544754 gsa_html_1210544754:290:27413:27421 Mariposa Middle East +0.488735 aapg_aa_95.html aapg_aa_95.html:30:3040:3046 Morgan Cheyenne, Wyoming +0.50347 gsa_html_8442628661 gsa_html_8442628661:53:3378:3406 Green River Colorado +0.260428 aapg_ac_720.html aapg_ac_720.html:55:7346:7368 Hornerstown Navesink River +0.250344 cspg_html_9343899465 cspg_html_9343899465:586:56110:56129 Bird Fiord Ellesmere Island +0.248482 AMJC_html_4670647492 AMJC_html_4670647492:715:51644:51685 Silica Logan, Utah +0.267794 aapg_af_854.html aapg_af_854.html:1116:157450:157471 Waltersburg Vienna +0.492246 aapg_ai_83.html aapg_ai_83.html:199:19138:19151 Bedford Euclid, Ohio +0.25857 aapg_ad_719.html aapg_ad_719.html:159:19466:19486 Whitehorse Memphis, Tennessee +0.2495 aapg_ae_221.html aapg_ae_221.html:1029:46304:46314 Cane River Shreveport, Louisiana +0.266255 cspg_html_2749851978 cspg_html_2749851978:500:63321:63338 Cardium Canada +0.276235 aapg_ac_634.html aapg_ac_634.html:269:31034:31042 Wolfcamp Texas +0.503079 aapg_ac_235.html aapg_ac_235.html:629:70019:70052 Cloverly Powder River Basin +0.501492 aapg_ae_884.html aapg_ae_884.html:350:45225:45240 Mesaverde Logan, Utah +0.260445 aapg_ae_4.html aapg_ae_4.html:294:34074:34080 Moleen Reno, Nevada +0.51948 aapg_aa_712.html aapg_aa_712.html:110:13297:13308 Platteville Hennepin, Illinois +0.260977 sedimentology_html_3738352363 sedimentology_html_3738352363:1228:96373:96378 Swift Virginia +0.273493 geology_html_4466142312 geology_html_4466142312:207:19463:19469 Auburn Eastern Settlement +0.260608 cspg_html_4666332434 cspg_html_4666332434:511:74322:74335 Foremost Lacombe, Alberta +0.26214 gsa_html_7936718686 gsa_html_7936718686:929:65848:65856 Virginia Reston, Virginia +0.48705 cspg_html_5947812886 cspg_html_5947812886:142:19664:19683 Ottertail Western world +0.253009 geology_html_1904038295 geology_html_1904038295:276:22708:22732 Potomac Maryland +0.279614 aapg_ah_638.html aapg_ah_638.html:10:1529:1539 Citronelle Alabama +0.260637 cspg_html_5430614285 cspg_html_5430614285:343:39511:39528 Cardium Lacombe, Alberta +0.271942 geology_html_2705128271 geology_html_2705128271:285:22456:22487 Pocatello Colorado +0.479776 gsa_html_8627114993 gsa_html_8627114993:725:70784:70812 Green River Colorado +0.462848 gsa_html_3484366946 gsa_html_3484366946:1837:148660:148671 Sadlerochit Anchorage, Alaska +0.262656 cspg_html_6545726692 cspg_html_6545726692:6:389:401 Snake Indian Victoria, British Columbia +0.47988 cspg_html_7325522863 cspg_html_7325522863:106:17943:17964 Slave Point Lacombe, Alberta +0.259931 aapg_af_684.html aapg_af_684.html:525:56992:56998 Oregon Salem, Oregon +0.24442 aapg_ah_659.html aapg_ah_659.html:31:4707:4728 Green River Uinta Mountains +0.49131 aapg_ak_118.html aapg_ak_118.html:40:4471:4488 Bossier Arkansas +0.50138 aapg_ac_952.html aapg_ac_952.html:123:14745:14764 Morehouse Shreveport, Louisiana +0.259548 gsa_html_7040053075 gsa_html_7040053075:248:23419:23437 Vaqueros Santa Monica Mountains +0.258757 aapg_ae_388.html aapg_ae_388.html:1412:86363:86383 Tuscaloosa Melbourne, Florida +0.502619 aapg_af_50.html aapg_af_50.html:630:57163:57170 Minturn Logan, Utah +0.258039 aapg_ai_250.html aapg_ai_250.html:136:15512:15520 Colorado Colorado +0.27195 aapg_ad_836.html aapg_ad_836.html:532:48642:48651 Maquoketa Chattanooga, Tennessee +0.365568 gsa_html_5851281923 gsa_html_5851281923:224:23284:23293 Wenatchee Washington (state) +0.395076 cspg_html_7833083677 cspg_html_7833083677:3388:259838:259847 Hay River Canada +0.460071 aapg_ae_73.html aapg_ae_73.html:478:63636:63643 Vermejo Trinidad and Tobago +0.275625 palaios_html_6327369225 palaios_html_6327369225:33:2835:2862 Morrison Logan, Utah +0.258039 palaios_html_8113714689 palaios_html_8113714689:78:7835:7843 Michigan Munising, Michigan +0.477736 cspg_html_8464109528 cspg_html_8464109528:171:19752:19762 Besa River Dunedin, Florida +0.254508 sedimentology_html_6376801731 sedimentology_html_6376801731:1755:98929:98935 Denver Colorado +0.232786 palaios_html_3105248303 palaios_html_3105248303:267:27515:27529 Point Pleasant Fulton, Missouri +0.258792 aapg_ae_794.html aapg_ae_794.html:202:24931:24952 Coon Creek Selma to Montgomery marches +0.25317 AMJC_html_8866429777 AMJC_html_8866429777:20:1871:1905 Conasauga Middle East +0.254015 cspg_html_9058948031 cspg_html_9058948031:35:4973:4987 Colorado Southern Alberta +0.27352 aapg_ae_999.html aapg_ae_999.html:300:41864:41888 St. Marks Tampa, Florida +0.474138 gsa_html_8829596586 gsa_html_8829596586:11:475:488 Santa Barbara California +0.261626 cspg_html_1230998910 cspg_html_1230998910:14:1654:1666 Cooking Lake Pine Lake, Georgia +0.497721 cspg_html_2769629211 cspg_html_2769629211:78:10334:10346 Fort Simpson Lacombe, Alberta +0.26928 geology_html_9085928497 geology_html_9085928497:285:23757:23783 Ringold Washington (state) +0.257048 aapg_ad_580.html aapg_ad_580.html:53:8736:8756 Fort Union Powder River (Montana) +0.464772 aapg_ad_212.html aapg_ad_212.html:9:1281:1289 Carlsbad San Angelo, Texas +0.485645 aapg_aa_745.html aapg_aa_745.html:308:36343:36367 Cherry Canyon Spain +0.252 sedimentology_html_3308968191 sedimentology_html_3308968191:421:36022:36032 Washington Seattle +0.480312 aapg_ai_981.html aapg_ai_981.html:546:43025:43030 Yegua Mississippi River +0.260099 geology_html_2057443012 geology_html_2057443012:295:25664:25670 Oregon Virginia +0.480255 gsa_html_1040524378 gsa_html_1040524378:925:91859:91867 Colorado Logan, Utah +0.264052 jgeology_html_1836103970 jgeology_html_1836103970:399:31702:31722 Boss Point New Glasgow, Nova Scotia +0.244528 cspg_html_3854139935 cspg_html_3854139935:161:23008:23024 Oldman Lacombe, Alberta +0.477698 palaios_html_9935872947 palaios_html_9935872947:300:27018:27040 Grand Rapids CFB Cold Lake +0.250458 geology_html_9924482358 geology_html_9924482358:324:28746:28767 Green River Cheyenne, Wyoming +0.467016 aapg_ac_334.html aapg_ac_334.html:55:7572:7590 Memramcook Bridgetown, Nova Scotia +0.24444 cspg_html_8083337877 cspg_html_8083337877:24:3218:3257 Edmonton Edmonton, London +0.245847 cspg_html_6688313426 cspg_html_6688313426:27:4248:4256 Columbia Victoria, British Columbia +0.253991 cspg_html_8694594891 cspg_html_8694594891:265:26292:26310 Carlsbad Western world +0.465817 aapg_ah_978.html aapg_ah_978.html:286:28247:28262 Etchegoin Coalinga, California +0.458754 aapg_af_50.html aapg_af_50.html:791:73134:73142 Colorado New Mexico +0.263168 aapg_ae_467.html aapg_ae_467.html:229:16489:16503 Traverse Michigan +0.492252 sedimentology_html_8282728307 sedimentology_html_8282728307:102:6972:6978 Brazil Switzerland +0.490716 geology_html_8372189192 geology_html_8372189192:11:508:517 San Diego La Jolla +0.467 cspg_html_2585769771 cspg_html_2585769771:48:6516:6533 Wabamun Lacombe, Alberta +0.25149 cspg_html_4031489103 cspg_html_4031489103:350:51900:51921 Dutch Creek Victoria, British Columbia +0.274968 aapg_af_773.html aapg_af_773.html:13:1439:1467 Green River Cheyenne, Wyoming +0.483246 gsa_html_2528324760 gsa_html_2528324760:62:5033:5061 Green River New Mexico +0.258332 aapg_ad_154.html aapg_ad_154.html:148:18055:18071 Salona Pennsylvania +0.473641 aapg_aa_158.html aapg_aa_158.html:725:61067:61085 Morrison Jefferson County, Colorado +0.3765 aapg_ad_758.html aapg_ad_758.html:125:16701:16711 Deer Creek Kansas City, Kansas +0.492855 cspg_html_3104351736 cspg_html_3104351736:766:82650:82672 Belly River Lacombe, Alberta +0.41481 aapg_ai_146.html aapg_ai_146.html:146:11588:11602 Rierdon Southern Alberta +0.506883 palaios_html_3028956190 palaios_html_3028956190:61:5814:5838 Collingwood Ontario, California +0.25047 cspg_html_9177794814 cspg_html_9177794814:12:1444:1458 Lisburne Anchorage, Alaska +0.451178 cspg_html_3008414459 cspg_html_3008414459:91:13630:13662 Telegraph Creek Deadhorse, Alaska +0.25551 cspg_html_9768299963 cspg_html_9768299963:6:263:279 Battle Lacombe, Alberta +0.261112 gsa_html_6776599725 gsa_html_6776599725:706:74479:74506 Bennett Antarctica +0.49244 cspg_html_4495377323 cspg_html_4495377323:34:3731:3740 Extension Jasper National Park +0.474176 aapg_ai_356.html aapg_ai_356.html:33:2933:2950 Edwards Luling, Louisiana +0.265225 aapg_ah_213.html aapg_ah_213.html:90:9195:9213 Grayling McArthur River uranium mine +0.26394 aapg_aa_12.html aapg_aa_12.html:158:17893:17918 Signal Mountain Fort Sill +0.268732 aapg_ai_877.html aapg_ai_877.html:186:18848:18855 Venango Pennsylvania +0.256542 gsa_html_6426465509 gsa_html_6426465509:518:46516:46526 Washington Snohomish, Washington +0.4848 aapg_ae_461.html aapg_ae_461.html:61:8950:8961 Pine Island Rodessa, Louisiana +0.494328 cspg_html_2498183035 cspg_html_2498183035:53:7124:7145 Swan Hills Lacombe, Alberta +0.246973 sedimentology_html_8097871643 sedimentology_html_8097871643:1918:87045:87051 Denver Colorado +0.471308 aapg_aa_300.html aapg_aa_300.html:52:7942:7952 Point Loma San Diego +0.23937 aapg_ac_676.html aapg_ac_676.html:229:23215:23231 Tesnus Texas +0.492618 aapg_af_308.html aapg_af_308.html:391:46312:46318 Pocono Gilmer County, Georgia +0.253092 AMJC_html_9113252962 AMJC_html_9113252962:97:13245:13261 Hoosac Green Mountain +0.495104 cspg_html_8692417800 cspg_html_8692417800:179:23127:23143 Guelph Salina, Kansas +0.269808 aapg_ac_687.html aapg_ac_687.html:103:10414:10454 Madison Cheyenne, Wyoming +0.260919 aapg_ad_466.html aapg_ad_466.html:447:53132:53139 Matawan Mount Laurel Township, New Jersey +0.252494 cspg_html_9222238695 cspg_html_9222238695:402:52277:52297 Nikanassin Lacombe, Alberta +0.238143 gsa_html_1193494932 gsa_html_1193494932:546:54796:54806 Santa Cruz Washington (state) +0.283556 cspg_html_1114211412 cspg_html_1114211412:35:6720:6728 Dunvegan Wapiti, Wyoming +0.257895 cspg_html_2873888604 cspg_html_2873888604:11:1190:1209 Pardonet Canada +0.253008 aapg_af_854.html aapg_af_854.html:1074:151525:151533 Golconda Kentucky +0.2605 cspg_html_5349145670 cspg_html_5349145670:214:24282:24295 Turner Valley Lacombe, Alberta +0.484188 palaios_html_3406135825 palaios_html_3406135825:823:75097:75114 Potsdam Canada +0.47671 aapg_ah_645.html aapg_ah_645.html:663:74756:74785 Twin Creek Boise, Idaho +0.269357 aapg_ai_213.html aapg_ai_213.html:407:53227:53243 Peedee Charleston, South Carolina +0.471225 sedimentology_html_4021147902 sedimentology_html_4021147902:1007:55509:55534 Monterey Central Valley (California) +0.50804 cspg_html_4099674132 cspg_html_4099674132:272:28549:28605 Bakken Williston Basin +0.245009 sedimentology_html_8748254640 sedimentology_html_8748254640:43:2820:2840 Toro Chile +0.252993 cspg_html_5360570542 cspg_html_5360570542:366:36301:36316 Bluff Grand Cayman +0.484632 aapg_ad_2.html aapg_ad_2.html:165:22861:22869 Catoctin Loudoun County, Virginia +0.477084 palaios_html_6376822353 palaios_html_6376822353:750:70975:70983 Colorado Yellowstone National Park +0.488048 cspg_html_4626597050 cspg_html_4626597050:366:46782:46800 Dinwoody Uinta Mountains +0.26936 aapg_ae_467.html aapg_ae_467.html:197:13255:13269 Traverse Michigan +0.501202 cspg_html_4105062490 cspg_html_4105062490:46:4845:4861 Elk Lacombe, Alberta +0.48654 cspg_html_3665101783 cspg_html_3665101783:207:19531:19537 Silica England +0.481265 cspg_html_8089302449 cspg_html_8089302449:33:6076:6110 Watt Mountain Lacombe, Alberta +0.83076 aapg_af_540.html aapg_af_540.html:328:44231:44249 Niobrara Colorado +0.492855 aapg_ai_584.html aapg_ai_584.html:1239:126011:126027 Casper Nebraska +0.48925 sedimentology_html_8054490062 sedimentology_html_8054490062:982:56387:56392 Waicoe Svalbard +0.48516 gsa_html_5773604426 gsa_html_5773604426:336:31940:31952 Wilcox Middle East +0.24908 cspg_html_2462765529 cspg_html_2462765529:192:32518:32536 Montney Lacombe, Alberta +0.262143 palaios_html_7744552784 palaios_html_7744552784:923:50560:50564 Kent North Atlantic Current +0.497555 aapg_af_854.html aapg_af_854.html:943:133268:133274 Bethel Bethel, Alaska +0.46864 aapg_aa_357.html aapg_aa_357.html:478:42718:42734 Carmel San Rafael Swell +0.246928 aapg_ae_668.html aapg_ae_668.html:668:67542:67547 Chazy Western world +0.466059 geology_html_7991599785 geology_html_7991599785:18:848:856 Colorado Colorado +0.46656 geology_html_8124935570 geology_html_8124935570:223:20392:20400 Colorado Logan, Utah +0.263652 geology_html_2442755584 geology_html_2442755584:23:1441:1453 San Joaquin Tuolumne River +0.45584 aapg_af_142.html aapg_af_142.html:219:27215:27235 La Casita Mexico +0.261602 aapg_af_319.html aapg_af_319.html:308:29148:29154 Denver Colorado +0.39456 cspg_html_1841843683 cspg_html_1841843683:79:13463:13470 Rierdon Williston Basin +0.47889 aapg_af_791.html aapg_af_791.html:161:14415:14423 Billings Chattanooga, Tennessee +0.259434 aapg_ah_318.html aapg_ah_318.html:161:24647:24663 Olvido Mexico +0.509015 aapg_ad_55.html aapg_ad_55.html:19:2331:2338 Plattin Jefferson County, Colorado +0.478908 gsa_html_4431779557 gsa_html_4431779557:791:62533:62552 Seminole Red Lake, Ontario +0.26979 aapg_ae_875.html aapg_ae_875.html:448:53243:53258 Coamo Puerto Rico +0.262108 cspg_html_4937997995 cspg_html_4937997995:787:73199:73224 Red Head Rapids Churchill River (Atlantic) +0.261072 aapg_ad_887.html aapg_ad_887.html:169:14376:14385 Frio Texas +0.39606 aapg_ah_675.html aapg_ah_675.html:516:73267:73284 Shublik North Slope Borough, Alaska +0.49302 aapg_ac_380.html aapg_ac_380.html:463:55200:55209 Schoharie Pennsylvania +0.267734 palaios_html_4834438637 palaios_html_4834438637:445:43827:43853 Horseshoe Canyon Canada +0.247955 cspg_html_9354781888 cspg_html_9354781888:346:35842:35859 Halfway Canada +0.237654 aapg_af_291.html aapg_af_291.html:256:30035:30049 Lisburne Anchorage, Alaska +0.483736 gsa_html_1636483297 gsa_html_1636483297:1122:92565:92599 Lockatong Pennsylvania +0.264204 palaios_html_1018466366 palaios_html_1018466366:1451:133075:133095 Sequatchie Knoxville, Tennessee +0.482555 palaios_html_2449649505 palaios_html_2449649505:666:70093:70111 Chinle New Mexico +0.45549 gsa_html_3502869946 gsa_html_3502869946:521:52083:52089 Madrid Sierra Morena +0.498456 aapg_ah_385.html aapg_ah_385.html:119:13685:13701 Forbes Glenn County, California +0.489082 gsa_html_3590020600 gsa_html_3590020600:372:31297:31303 Jordan Israel +0.484892 gsa_html_2246096178 gsa_html_2246096178:592:49209:49215 Galena Wisconsin +0.46366 cspg_html_8250755331 cspg_html_8250755331:656:69417:69449 Provincial Canada +0.47322 aapg_ad_116.html aapg_ad_116.html:427:53005:53024 Corbin Ranch Wichita, Kansas +0.240318 cspg_html_2758324131 cspg_html_2758324131:30:5738:5745 Torquay Williston Basin +0.478856 cspg_html_7483574191 cspg_html_7483574191:497:63445:63474 Haig Brook Victoria, British Columbia +0.26418 cspg_html_7688587411 cspg_html_7688587411:33:5001:5022 Fish Scales Lacombe, Alberta +0.4645 cspg_html_7970178687 cspg_html_7970178687:6:445:460 Bow Island Colorado +0.471 sedimentology_html_1640357417 sedimentology_html_1640357417:94:12945:12971 Wingate Logan, Utah +0.260797 aapg_aa_357.html aapg_aa_357.html:171:13342:13356 Rico Hermosa, Chicago +0.2472 aapg_ah_387.html aapg_ah_387.html:506:49657:49663 Oregon Santa Barbara, California +0.50496 aapg_ad_351.html aapg_ad_351.html:854:77687:77703 Keokuk Burlington, Ontario +0.478674 aapg_ae_461.html aapg_ae_461.html:12:1978:1991 Cotton Valley Cotton Valley, Louisiana +0.32812 aapg_ac_832.html aapg_ac_832.html:80:10729:10753 Stony Mountain Canada +0.54336 aapg_ac_187.html aapg_ac_187.html:2326:229039:229058 Marcellus Skaneateles (village), New York +0.507473 aapg_ah_411.html aapg_ah_411.html:104:12493:12508 Mt Lytton Milk River, Alberta +0.469145 geology_html_8754746238 geology_html_8754746238:51:5274:5282 San Jose California +0.49868 aapg_af_653.html aapg_af_653.html:478:55915:55923 Vaqueros Monterey, California +0.26058 cspg_html_9947283670 cspg_html_9947283670:51:6590:6598 Richmond Black River, Jamaica +0.2574 palaios_html_1834763898 palaios_html_1834763898:48:5490:5506 Noonday Dolomite Reno, Nevada +0.492336 aapg_ah_724.html aapg_ah_724.html:428:54193:54211 Dunvegan Canada +0.256302 cspg_html_2208643572 cspg_html_2208643572:398:49929:49960 Fernie Lacombe, Alberta +0.2626 sedimentology_html_4057336647 sedimentology_html_4057336647:72:7738:7747 Rio Negro Manaus +0.456768 AMJC_html_7984049819 AMJC_html_7984049819:571:57870:57891 Tatnic Hill Cambridge, Massachusetts +0.258055 AMJC_html_8282401144 AMJC_html_8282401144:12:592:600 Victoria Victoria, British Columbia +0.474948 cspg_html_7028413504 cspg_html_7028413504:255:34566:34580 Woodbend Lacombe, Alberta +0.448774 cspg_html_9768299963 cspg_html_9768299963:40:4876:4902 Horseshoe Canyon Lacombe, Alberta +0.264704 aapg_ai_82.html aapg_ai_82.html:107:13453:13464 Mauch Chunk Huntington, West Virginia +0.505195 geology_html_4584769570 geology_html_4584769570:226:22165:22174 San Diego California +0.259548 cspg_html_5955028331 cspg_html_5955028331:604:65964:65980 Viking Lacombe, Alberta +0.24926 gsa_html_6672856503 gsa_html_6672856503:313:26309:26318 Wenatchee Washington (state) +0.260058 aapg_ah_779.html aapg_ah_779.html:238:43685:43691 Oswego Virginia +0.5258 aapg_ad_147.html aapg_ad_147.html:96:8857:8863 Dakota Rio Arriba County, New Mexico +0.25811 sedimentology_html_2806065367 sedimentology_html_2806065367:54:5482:5492 Rio Grande Corralitos, California +0.246007 cspg_html_3804945581 cspg_html_3804945581:6:471:479 Whitemud Woodlake, Texas +0.50024 aapg_aa_595.html aapg_aa_595.html:550:64858:64874 Salado Texas +0.47595 aapg_af_854.html aapg_af_854.html:1425:207618:207645 Hardinsburg Bethel, Alaska +0.264368 aapg_af_969.html aapg_af_969.html:424:53773:53778 Piper Ancient Corinth +0.249444 cspg_html_1818321956 cspg_html_1818321956:561:58661:58680 Baldonnel Saint Kitts and Nevis +0.484746 aapg_ad_351.html aapg_ad_351.html:896:82825:82841 Warsaw Illinois +0.249999 aapg_aa_735.html aapg_aa_735.html:224:20510:20527 Gaptank West Texas +0.506043 cspg_html_1565769407 cspg_html_1565769407:380:38620:38640 Windsor Sydney Basin +0.247995 aapg_ai_292.html aapg_ai_292.html:412:37981:38009 Lisburne Anchorage, Alaska +0.483917 aapg_ac_572.html aapg_ac_572.html:537:60646:60663 Loudoun Maryland +0.457418 aapg_ai_583.html aapg_ai_583.html:96:13897:13905 Sundance Logan, Utah +0.489168 geology_html_8462878156 geology_html_8462878156:239:21918:21925 Carrizo Chile +0.881705 aapg_ac_688.html aapg_ac_688.html:5:579:596 Paradox Logan, Utah +0.471814 sedimentology_html_6630646481 sedimentology_html_6630646481:1866:47526:47534 Columbia Victoria, British Columbia +0.49556 aapg_af_897.html aapg_af_897.html:7:1121:1131 Carbondale Hartville, Missouri +0.490167 gsa_html_3445493534 gsa_html_3445493534:619:67661:67674 Santa Barbara California +0.26928 cspg_html_4498577775 cspg_html_4498577775:99:13319:13336 Badshot Purcell Mountains +0.482976 cspg_html_5264346535 cspg_html_5264346535:203:22811:22828 Bearpaw Lacombe, Alberta +0.24108 cspg_html_2139304729 cspg_html_2139304729:752:49487:49499 Independence Iowa +0.264132 palaios_html_1369959458 palaios_html_1369959458:80:7936:7943 La Luna Colombia +0.471334 aapg_ai_696.html aapg_ai_696.html:78:9794:9800 Antler Reno, Nevada +0.475048 aapg_ae_324.html aapg_ae_324.html:884:89592:89596 Hall Holston Mountain +0.778434 geology_html_6504371670 geology_html_6504371670:14:659:671 Rhode Island Kingston, Jamaica +0.408037 palaios_html_5264377288 palaios_html_5264377288:85:7593:7614 Chickaloon Matanuska Glacier +0.249975 gsa_html_2994204451 gsa_html_2994204451:683:69907:69915 Catskill Rocky Mountains +0.23472 aapg_aa_734.html aapg_aa_734.html:63:6684:6692 Caballos Arkansas +0.242374 sedimentology_html_7210426968 sedimentology_html_7210426968:223:12040:12045 Crete Greece +0.489328 gsa_html_6979201747 gsa_html_6979201747:62:4506:4534 Green River Iran +0.257049 gsa_html_1636483297 gsa_html_1636483297:1018:85286:85308 Green River Cheyenne, Wyoming +0.5088 gsa_html_8016832495 gsa_html_8016832495:73:5356:5384 Green River New Mexico +0.445962 gsa_html_5924250698 gsa_html_5924250698:741:70030:70036 Denver Mexico +0.445095 aapg_ae_204.html aapg_ae_204.html:194:16718:16730 Grand Rapids Ottawa, Kansas +0.506544 aapg_ah_645.html aapg_ah_645.html:134:18310:18330 Twin Creek Cheyenne, Wyoming +0.477785 jgeology_html_9553406759 jgeology_html_9553406759:82:4068:4074 Denver Colorado +0.522084 aapg_ai_370.html aapg_ai_370.html:6:589:603 Richmond Butler County, Ohio +0.257514 gsa_html_5277590404 gsa_html_5277590404:660:65098:65102 Hall Los Angeles +0.26469 gsa_html_6169925575 gsa_html_6169925575:1223:106258:106273 Beaufort South Africa +0.48464 aapg_ad_940.html aapg_ad_940.html:158:16752:16770 Catahoula Mississippi River +0.494982 aapg_aa_698.html aapg_aa_698.html:479:45520:45535 Elk Lacombe, Alberta +0.472192 AMJC_html_4504848787 AMJC_html_4504848787:31:4029:4041 Mount Rogers Ocoee, Florida +0.472944 aapg_ac_924.html aapg_ac_924.html:426:45347:45354 Madison Cheyenne, Wyoming +0.494429 gsa_html_6930523879 gsa_html_6930523879:32:2861:2870 Red River Great Lakes region (North America) +0.497424 aapg_ae_848.html aapg_ae_848.html:7:1029:1037 Columbia Lacombe, Alberta +0.4845 aapg_ae_584.html aapg_ae_584.html:631:60580:60588 Fountain Colorado +0.473256 aapg_ai_364.html aapg_ai_364.html:19:2296:2301 Oread Leavenworth, Washington +0.360096 palaios_html_7465495929 palaios_html_7465495929:30:2545:2562 La Luna Venezuela +0.468216 cspg_html_6021605367 cspg_html_6021605367:160:19019:19027 Colorado New Mexico +0.48384 aapg_aa_784.html aapg_aa_784.html:113:12941:12960 Chainman Yucca Mountain +0.487872 aapg_af_779.html aapg_af_779.html:37:5853:5880 Traverse Michigan +0.49536 AMJC_html_3447844227 AMJC_html_3447844227:15:830:844 Espiritu Santo Puerto Rico +0.252813 aapg_ak_130.html aapg_ak_130.html:330:36162:36168 Jordan Bermuda +0.4921 aapg_ad_944.html aapg_ad_944.html:151:14812:14822 Nikanassin Lacombe, Alberta +0.487956 cspg_html_8662646956 cspg_html_8662646956:846:109447:109455 Columbia Victoria, British Columbia +0.465248 aapg_ac_380.html aapg_ac_380.html:80:10756:10764 Syracuse Lockport (city), New York +0.482132 aapg_aa_760.html aapg_aa_760.html:930:106486:106491 Price Earth +0.260091 cspg_html_9435196958 cspg_html_9435196958:1110:47079:47100 Belly River Lacombe, Alberta +0.27864 aapg_ac_729.html aapg_ac_729.html:718:69379:69403 Schrader Bluff Colville River (Washington) +0.257374 cspg_html_7587979364 cspg_html_7587979364:213:17214:17235 Slave Point Lacombe, Alberta +0.501873 aapg_aa_697.html aapg_aa_697.html:195:20076:20087 Black Creek Lacombe, Alberta +0.917755 aapg_ac_629.html aapg_ac_629.html:140:19391:19399 Beaumont Mississippi River +0.494132 gsa_html_2758185504 gsa_html_2758185504:969:77954:77982 Green River Colorado +0.490633 sedimentology_html_7829420365 sedimentology_html_7829420365:28:1826:1836 Washington Wa (Japan) +0.501095 cspg_html_5820147834 cspg_html_5820147834:6:348:379 Bjorne Melville Island (Canada) +0.251906 gsa_html_4557277250 gsa_html_4557277250:120:13303:13319 Fish Canyon Tuff Colorado +0.276138 aapg_ah_335.html aapg_ah_335.html:470:61344:61364 Pottsville Pottsville, Pennsylvania +0.494624 cspg_html_6985536436 cspg_html_6985536436:638:82155:82176 Christopher Banks Island +0.472017 cspg_html_9073385860 cspg_html_9073385860:112:9487:9509 Cooking Lake Redwater, Texas +0.260051 cspg_html_1498300615 cspg_html_1498300615:73:8186:8201 Flume Middle East +0.256542 aapg_aa_699.html aapg_aa_699.html:195:17556:17564 Syracuse Pittsford (village), New York +0.252506 jgeology_html_8494933343 jgeology_html_8494933343:480:37818:37842 Bouse Colorado +0.472787 gsa_html_6492324485 gsa_html_6492324485:31:1223:1229 Sonora Sonora +0.833552 cspg_html_2498183035 cspg_html_2498183035:415:42324:42344 Swan Hills Canada +0.247416 geology_html_7094500245 geology_html_7094500245:330:23247:23257 Keokuk Quebec City +0.512688 aapg_ae_139.html aapg_ae_139.html:375:38689:38706 Prairie Regina, Saskatchewan +0.25938 cspg_html_9725676031 cspg_html_9725676031:658:72401:72409 Columbia Victoria, British Columbia +0.265081 cspg_html_5345848475 cspg_html_5345848475:1036:101073:101084 Peace River Western Canadian Sedimentary Basin +0.483285 cspg_html_1025724640 cspg_html_1025724640:549:68348:68364 Nepean Ottawa, Kansas +0.469299 aapg_ai_281.html aapg_ai_281.html:20:3191:3207 Cupido Mexico +0.489684 jgeology_html_8088445472 jgeology_html_8088445472:78:3373:3380 Oneonta Oneonta, New York +0.256522 gsa_html_3860045860 gsa_html_3860045860:606:67970:67976 Eugene Salem, Oregon +0.261632 aapg_af_956.html aapg_af_956.html:142:18969:18987 Nonesuch Wisconsin +0.4965 aapg_ac_104.html aapg_ac_104.html:30:3982:3996 Lyre Clallam County, Washington +0.268877 aapg_aa_507.html aapg_aa_507.html:44:5479:5489 Tuscaloosa Alabama +0.268315 palaios_html_2621173808 palaios_html_2621173808:66:8104:8112 Columbia Victoria, British Columbia +0.237584 gsa_html_8515975571 gsa_html_8515975571:36:3301:3310 Extension Mongolia +0.48573 aapg_ah_387.html aapg_ah_387.html:18:2716:2725 Knoxville Knoxville, Illinois +0.487113 aapg_ac_23.html aapg_ac_23.html:87:8111:8118 Bedford Venango, Pennsylvania +0.277648 aapg_ah_96.html aapg_ah_96.html:466:54468:54477 Red River Williston, Vermont +0.254007 gsa_html_5140765555 gsa_html_5140765555:861:65219:65228 Extension England +0.2535 aapg_ae_157.html aapg_ae_157.html:33:2790:2800 South Park Colorado +0.25755 gsa_html_6753732431 gsa_html_6753732431:31:3738:3753 Sespe Los Angeles +0.243972 cspg_html_8312989046 cspg_html_8312989046:916:91691:91726 Endako Victoria, British Columbia +0.484467 aapg_ad_466.html aapg_ad_466.html:755:82294:82311 Mount Laurel Matawan, New Jersey +0.446949 jgeology_html_1659592707 jgeology_html_1659592707:1221:65876:65884 Colorado Larimer County, Colorado +0.256725 aapg_af_663.html aapg_af_663.html:670:65123:65138 Mystic Missouri River +0.47808 sedimentology_html_8343819929 sedimentology_html_8343819929:543:60753:60757 Java London, Ontario +0.484428 sedimentology_html_8510537334 sedimentology_html_8510537334:1735:129616:129652 Wood Canyon Marble Mountain Wilderness +0.529536 aapg_ah_779.html aapg_ah_779.html:248:45697:45704 Juniata Maysville, Kentucky +0.49232 cspg_html_7970836465 cspg_html_7970836465:196:22094:22113 Chicotte Anticosti Island +0.261 aapg_ah_82.html aapg_ah_82.html:371:36007:36013 Sierra Mexico +0.468366 aapg_ac_213.html aapg_ac_213.html:426:36575:36598 Taylor Boise, Idaho +0.258048 aapg_aa_931.html aapg_aa_931.html:81:10090:10100 Dewey Lake Texas +0.49852 palaios_html_2736581987 palaios_html_2736581987:629:62677:62690 Abo New Mexico +0.50016 aapg_af_312.html aapg_af_312.html:35:3235:3244 Queenston Chautauqua County, Kansas +0.25398 aapg_ae_70.html aapg_ae_70.html:328:34883:34891 Colorado White River (Washington) +0.489472 aapg_ai_432.html aapg_ai_432.html:763:92358:92363 Ancon Quito +0.505698 aapg_ad_192.html aapg_ad_192.html:4:458:468 Tuscaloosa Tuscaloosa, Alabama +0.238044 cspg_html_5241714595 cspg_html_5241714595:247:38377:38414 Woodbend Regina, Saskatchewan +0.240548 aapg_ad_954.html aapg_ad_954.html:625:55939:55957 Wilberns Texas +0.279777 aapg_af_317.html aapg_af_317.html:932:107191:107198 Norfolk Norfolk, Virginia +0.475488 palaios_html_7321955282 palaios_html_7321955282:71:9457:9467 Washington San Juan Islands +0.46368 palaios_html_1834763898 palaios_html_1834763898:50:5716:5732 Noonday Dolomite Wasserburg am Inn +0.268288 aapg_ai_424.html aapg_ai_424.html:8:1561:1580 Minnelusa Black Hills +0.488652 cspg_html_7086880709 cspg_html_7086880709:386:51503:51513 Horn River Root River (Wisconsin) +0.486614 aapg_ad_457.html aapg_ad_457.html:265:31568:31575 Jupiter Anticosti Island +0.490455 sedimentology_html_4185931185 sedimentology_html_4185931185:391:35556:35584 Nopah Funeral Mountains +0.236844 gsa_html_8010927234 gsa_html_8010927234:289:21756:21762 Madrid Littleton, Colorado +0.485556 cspg_html_5241714595 cspg_html_5241714595:366:56774:56782 Grosmont Redwater, Texas +0.26469 sedimentology_html_1317627316 sedimentology_html_1317627316:467:31049:31053 Hall London, Ontario +0.49452 aapg_ac_629.html aapg_ac_629.html:513:62929:62939 Citronelle Oberlin, Ohio +0.259956 cspg_html_2471870619 cspg_html_2471870619:265:33393:33409 Exshaw Western world +0.482967 aapg_ad_601.html aapg_ad_601.html:61:7619:7641 Prairie Central Michigan +0.249856 aapg_ac_971.html aapg_ac_971.html:867:69372:69389 Seminole Ardmore, Pennsylvania +0.24353 cspg_html_2175627313 cspg_html_2175627313:64:7786:7803 Montney Victoria, British Columbia +0.479605 gsa_html_4543270561 gsa_html_4543270561:330:29105:29115 Point Loma Naval Auxiliary Landing Field San Clemente Island +0.480293 palaios_html_2449649505 palaios_html_2449649505:770:77836:77867 Chinle New Mexico +0.71121 cspg_html_4498577775 cspg_html_4498577775:1200:89690:89708 Antietam Virginia +0.49192 aapg_ai_78.html aapg_ai_78.html:46:4397:4406 Catahoula Texas +0.275058 geology_html_3472946819 geology_html_3472946819:14:888:898 Washington Seattle +0.494982 aapg_ae_135.html aapg_ae_135.html:96:8671:8680 Smackover Canton, Ohio +0.25529 aapg_ah_871.html aapg_ah_871.html:32:4431:4436 Chazy Montreal +0.513558 aapg_aa_704.html aapg_aa_704.html:273:32078:32095 Prairie Regina, Saskatchewan +0.25466 aapg_ad_947.html aapg_ad_947.html:939:94088:94096 Colorado Colorado +0.384384 aapg_aa_956.html aapg_aa_956.html:106:11741:11762 Danville Landing Mississippi River +0.47616 aapg_ae_705.html aapg_ae_705.html:560:54810:54838 Saugus Ojai, California +0.262913 aapg_af_664.html aapg_af_664.html:117:12999:13009 San Andres Val Verde (fictional country) +0.266231 aapg_ah_644.html aapg_ah_644.html:469:51227:51250 Gypsum Spring Cheyenne, Wyoming +0.255458 gsa_html_3087345578 gsa_html_3087345578:12:625:631 Denver Colorado +0.245514 aapg_ac_720.html aapg_ac_720.html:78:10235:10244 New Egypt Navesink River +0.269361 cspg_html_7028413504 cspg_html_7028413504:8:903:909 Exshaw Western Canadian Sedimentary Basin +0.765529 aapg_ac_741.html aapg_ac_741.html:288:33080:33098 Niobrara Sharon Springs, Kansas +0.251904 sedimentology_html_3574464143 sedimentology_html_3574464143:1049:58144:58189 Colorado Colorado +0.418704 jgeology_html_3739517257 jgeology_html_3739517257:208:13268:13282 Ogallala New Mexico +0.267806 gsa_html_4913703235 gsa_html_4913703235:99:9198:9217 Queenston Pennsylvania +0.34947 jgeology_html_5970406003 jgeology_html_5970406003:1823:92595:92614 Hillabee Greenstone Alabama +0.476952 aapg_ae_324.html aapg_ae_324.html:1134:113930:113938 Virginia The Narrows +0.27499 aapg_ac_151.html aapg_ac_151.html:59:9913:9926 Midway Texas +0.476215 aapg_aa_357.html aapg_aa_357.html:291:26901:26912 Green River San Rafael Swell +0.259584 cspg_html_2193428533 cspg_html_2193428533:216:26018:26048 Doig Lacombe, Alberta +0.84283 aapg_ad_329.html aapg_ad_329.html:262:32520:32540 Mahantango Huntington, West Virginia +0.24 palaios_html_3022467877 palaios_html_3022467877:368:41083:41096 Pit Navesink River +0.262128 gsa_html_2863658561 gsa_html_2863658561:515:55605:55641 Protection Colorado +0.258332 aapg_ad_329.html aapg_ad_329.html:114:15805:15825 Mahantango Fulton, Missouri +0.694323 aapg_ah_42.html aapg_ah_42.html:138:19036:19053 Entrada Logan, Utah +0.688176 palaios_html_2623118674 palaios_html_2623118674:589:60118:60138 North Horn Emery County, Utah +0.426024 cspg_html_4176605708 cspg_html_4176605708:80:10301:10320 Big River Ashville, Ohio +0.26574 gsa_html_4675429437 gsa_html_4675429437:167:11089:11095 Sonora Baja California peninsula +0.693219 aapg_ac_730.html aapg_ac_730.html:154:21579:21585 Dakota Mancos, Colorado +0.256968 sedimentology_html_2898428289 sedimentology_html_2898428289:1921:96261:96296 Keg River Lacombe, Alberta +0.261057 gsa_html_8076575690 gsa_html_8076575690:1290:96768:96778 Wellington Mound of the Hostages +0.268308 gsa_html_5273912996 gsa_html_5273912996:1098:72801:72829 Green River Colorado +0.26883 aapg_ae_168.html aapg_ae_168.html:593:63889:63897 Arcturus Reno, Nevada +0.495496 jgeology_html_2563614336 jgeology_html_2563614336:265:16896:16906 San Felipe San Jacinto, California +0.263105 cspg_html_1159165904 cspg_html_1159165904:126:19789:19807 Kootenay Elk River, Minnesota +0.486604 aapg_ai_340.html aapg_ai_340.html:459:47362:47366 Cass Anchorage, Alaska +0.506625 gsa_html_5274400800 gsa_html_5274400800:547:45381:45407 Monterey California +0.251472 cspg_html_1732329534 cspg_html_1732329534:320:37126:37140 Edmonton Lacombe, Alberta +0.470058 aapg_ad_466.html aapg_ad_466.html:727:79776:79788 Mount Laurel Navesink River +0.492701 cspg_html_6985536436 cspg_html_6985536436:848:102848:102857 Mackenzie Lady Franklin Bay +0.268324 geology_html_4075168887 geology_html_4075168887:186:16628:16632 Bell Earth +0.250444 aapg_ad_466.html aapg_ad_466.html:1283:137725:137742 Patuxent Maryland +0.532398 cspg_html_5697056884 cspg_html_5697056884:40:4070:4088 Deadwood Regina, Saskatchewan +0.523896 aapg_ac_672.html aapg_ac_672.html:105:8734:8742 Michigan Michigan +0.288672 aapg_aa_492.html aapg_aa_492.html:12:1026:1039 Woodbine Shreveport, Louisiana +0.231842 aapg_ai_143.html aapg_ai_143.html:117:13282:13300 Basal Lethbridge +0.962217 aapg_ac_219.html aapg_ac_219.html:613:97204:97211 La Luna Peru, Indiana +0.245967 cspg_html_3277684928 cspg_html_3277684928:283:35946:35969 Edwards Texas +0.250601 aapg_ae_873.html aapg_ae_873.html:1083:127797:127809 Paluxy Hopkins County, Kentucky +0.269878 gsa_html_5664265459 gsa_html_5664265459:885:90979:90989 Washington Salem, Oregon +0.257554 palaios_html_1020763489 palaios_html_1020763489:12:521:531 Washington Wa (Japan) +0.26162 palaios_html_4963986509 palaios_html_4963986509:446:48965:48983 Imperial California +0.485572 aapg_ad_650.html aapg_ad_650.html:463:52445:52455 Washington China +0.440667 aapg_ac_289.html aapg_ac_289.html:129:10277:10284 Hosston Tuscaloosa, Alabama +0.531288 aapg_ad_648.html aapg_ad_648.html:170:18935:18953 Niobrara Niobrara, Nebraska +0.482157 aapg_ae_118.html aapg_ae_118.html:625:62293:62301 Colorado Sweetwater, Miami-Dade County, Florida +0.4343 gsa_html_8638560961 gsa_html_8638560961:91:11246:11260 Duchesne River Logan, Utah +0.26606 aapg_ah_541.html aapg_ah_541.html:370:52758:52773 Allegheny Bloomington, Indiana +0.250776 aapg_ac_889.html aapg_ac_889.html:106:10230:10241 Tar Springs Hardinsburg, Indiana +0.255474 aapg_ah_772.html aapg_ah_772.html:541:42463:42480 Bird Spring Missouri River +0.498419 aapg_ae_884.html aapg_ae_884.html:109:14196:14211 Mesaverde Fruitland, Idaho +0.261085 aapg_ae_268.html aapg_ae_268.html:42:4244:4250 Elwren Warren County, Ohio +0.478116 gsa_html_5215388101 gsa_html_5215388101:57:3996:4002 Reston Denver +0.267273 aapg_ac_301.html aapg_ac_301.html:230:27939:27970 Interlake Boise, Idaho +0.35916 cspg_html_9343899465 cspg_html_9343899465:859:78167:78188 Hecla Bay Melville Island (Canada) +0.491202 gsa_html_5253952002 gsa_html_5253952002:402:47539:47548 Red River Shreveport, Louisiana +0.51463 cspg_html_4270552951 cspg_html_4270552951:146:20973:21000 Niobrara Western world +0.267253 cspg_html_3926542795 cspg_html_3926542795:1281:138762:138801 Leduc Lacombe, Alberta +0.26367 aapg_aa_945.html aapg_aa_945.html:27:2851:2864 Glenwood Platteville, Colorado +0.266772 cspg_html_5241714595 cspg_html_5241714595:702:103459:103495 Exshaw Lacombe, Alberta +0.245935 aapg_ad_466.html aapg_ad_466.html:295:36505:36518 Potomac Tuscaloosa, Alabama +0.485077 aapg_ai_477.html aapg_ai_477.html:49:6260:6274 Bullhead Pine River (Michigan) +0.26312 aapg_aa_698.html aapg_aa_698.html:384:35599:35619 Keg River Lacombe, Alberta +0.47424 cspg_html_8086045309 cspg_html_8086045309:442:52362:52378 Ireton Central Alberta +0.416 cspg_html_5697056884 cspg_html_5697056884:484:51414:51428 Winnipeg Williston Basin +0.264654 aapg_ah_160.html aapg_ah_160.html:200:26128:26142 Salina York, Pennsylvania +0.476784 aapg_ac_366.html aapg_ac_366.html:201:24067:24073 Bisher Ohio +0.248003 gsa_html_6350949088 gsa_html_6350949088:20:1094:1102 Virginia Reston, Virginia +0.24696 aapg_ai_584.html aapg_ai_584.html:775:81799:81819 Minnekahta Laramie, Wyoming +0.505891 cspg_html_1296564271 cspg_html_1296564271:94:10568:10586 Black River Ontario, California +0.267288 cspg_html_4205215905 cspg_html_4205215905:90:13151:13173 Winnipegosis Regina, Saskatchewan +0.262104 aapg_ad_168.html aapg_ad_168.html:111:12659:12664 Logan Logan, Utah +0.250194 aapg_af_288.html aapg_af_288.html:183:20052:20061 Horquilla Arizona +0.471056 sedimentology_html_2359041650 sedimentology_html_2359041650:982:86910:86915 Crete Greece +0.237025 aapg_ai_100.html aapg_ai_100.html:7:819:825 Provo Jura Mountains +0.239 palaios_html_6025329652 palaios_html_6025329652:763:57125:57136 Coon Hollow Wallowa, Oregon +0.470418 geology_html_6496182488 geology_html_6496182488:11:489:495 Oregon Salem, Oregon +0.489599 aapg_ai_4.html aapg_ai_4.html:80:8257:8264 Topanga Monterey, California +0.47066 aapg_ae_886.html aapg_ae_886.html:3:302:328 Todilto New Mexico +0.262656 gsa_html_3720789279 gsa_html_3720789279:1525:137411:137421 Washington Boise, Idaho +0.39168 cspg_html_9701352317 cspg_html_9701352317:5:225:245 Otto Fiord Ellesmere Island +0.253009 jgeology_html_9111148993 jgeology_html_9111148993:675:48800:48829 Baraboo Quartzite Wisconsin +0.250997 aapg_aa_358.html aapg_aa_358.html:72:7248:7264 Toroweap Moenkopi Formation +0.496327 cspg_html_4105062490 cspg_html_4105062490:64:6879:6899 Dawson Bay Regina, Saskatchewan +0.494284 aapg_ac_617.html aapg_ac_617.html:160:22219:22237 Oakville Oakville, California +0.486864 aapg_ad_466.html aapg_ad_466.html:1120:120404:120420 Shark River Marlton, New Jersey +0.470076 cspg_html_1762556965 cspg_html_1762556965:54:5557:5571 Elk Southern Alberta +0.470782 geology_html_6070099954 geology_html_6070099954:237:14895:14903 Victoria North Atlantic Current +0.494088 geology_html_6060647318 geology_html_6060647318:166:15917:15928 San Joaquin Sacramento, California +0.2545 aapg_af_881.html aapg_af_881.html:97:13359:13369 Dewey Lake Salado, Texas +0.485216 aapg_ai_157.html aapg_ai_157.html:88:11671:11677 Guelph Lockport (city), New York +0.69455 aapg_ai_514.html aapg_ai_514.html:90:10772:10776 Elko Reno, Nevada +0.230351 geology_html_1652363853 geology_html_1652363853:236:22771:22777 Kodiak Anchorage, Alaska +0.262626 cspg_html_1025724640 cspg_html_1025724640:186:26323:26330 Potsdam Quebec City +0.49131 aapg_ai_157.html aapg_ai_157.html:90:12155:12167 Guelph Lockport (city), New York +0.800415 cspg_html_2490951833 cspg_html_2490951833:143:20295:20310 Leduc Redwater, Texas +0.249444 sedimentology_html_1755741053 sedimentology_html_1755741053:1707:84177:84183 Madrid Palacio de Deportes de la Comunidad de Madrid +0.247979 aapg_aa_359.html aapg_aa_359.html:84:6953:6959 Seneca Frankfort, Illinois +0.500736 cspg_html_4376017434 cspg_html_4376017434:324:34453:34487 Baldonnel Victoria, British Columbia +0.26162 cspg_html_2799817929 cspg_html_2799817929:7:615:623 Columbia Victoria, British Columbia +0.51516 gsa_html_1347484649 gsa_html_1347484649:20:907:924 Bridger South Pass City, Wyoming +0.25441 aapg_aa_351.html aapg_aa_351.html:60:6590:6601 Black River Richmond, California +0.4902 gsa_html_4558102376 gsa_html_4558102376:64:6575:6640 Hawke Bay North Island (Houtman Abrolhos) +0.463815 aapg_aa_913.html aapg_aa_913.html:91:9860:9867 Edwards Luling, Louisiana +0.24531 gsa_html_9147906661 gsa_html_9147906661:1007:70056:70065 San Diego California +0.50208 sedimentology_html_5673709888 sedimentology_html_5673709888:1052:46208:46225 Arcadia Melbourne, Florida +0.522744 aapg_ae_309.html aapg_ae_309.html:3:223:233 Las Animas Colorado +0.46986 jgeology_html_8265681594 jgeology_html_8265681594:493:29205:29214 Peninsula Korea +0.493812 aapg_ae_923.html aapg_ae_923.html:338:31398:31407 Red Bluff Alabama +0.490383 cspg_html_9951421861 cspg_html_9951421861:22:3139:3153 Stony Mountain Clearwater, Florida +0.259045 cspg_html_8362959053 cspg_html_8362959053:104:15045:15050 Gates Gladstone, Oregon +0.23641 aapg_aa_114.html aapg_aa_114.html:24:5012:5027 Huizachal Matamoros, Tamaulipas +0.252984 geology_html_8336068994 geology_html_8336068994:156:20973:20981 Santiago Santiago +0.4738 gsa_html_5965913061 gsa_html_5965913061:1257:118112:118140 Green River Colorado +0.460955 aapg_ac_333.html aapg_ac_333.html:174:21706:21718 Hermit Grand Canyon +0.2325 cspg_html_4148342026 cspg_html_4148342026:445:41171:41181 Swan River Ashville, Ohio +0.491008 gsa_html_4891459463 gsa_html_4891459463:1269:118100:118114 Pico California +0.476652 aapg_ah_157.html aapg_ah_157.html:171:23543:23559 Nolichucky Middle East +0.258937 jgeology_html_3924418909 jgeology_html_3924418909:762:56783:56799 Navajo Logan, Utah +0.487494 gsa_html_3380395839 gsa_html_3380395839:1028:85396:85404 Columbia Victoria, British Columbia +0.250488 gsa_html_4366904220 gsa_html_4366904220:14:520:528 Colorado Denver +0.474138 aapg_ah_77.html aapg_ah_77.html:128:18870:18889 Rock Springs Green Mountain +0.240856 aapg_ai_480.html aapg_ai_480.html:235:21794:21800 Tulare Tulare, California +0.273546 aapg_ac_305.html aapg_ac_305.html:152:15737:15761 Crystal River Williston, Vermont +0.268752 sedimentology_html_1598527248 sedimentology_html_1598527248:175:12958:12964 Brazil Uruguay +0.256905 aapg_ac_807.html aapg_ac_807.html:882:86409:86417 Woodbine Closter, New Jersey +0.490428 palaios_html_5582845937 palaios_html_5582845937:334:34125:34133 Virginia Hampton, New Hampshire +0.479674 geology_html_9637823346 geology_html_9637823346:307:23169:23180 Rabbit Lake Canada +0.483759 aapg_ae_5.html aapg_ae_5.html:24:3065:3082 Earp Pima County, Arizona +0.251482 aapg_ad_335.html aapg_ad_335.html:283:33463:33483 Fort Union Fort Union Trading Post National Historic Site +0.265684 aapg_ac_380.html aapg_ac_380.html:175:21785:21800 Carlisle Center Schoharie Creek +0.257983 gsa_html_3049782768 gsa_html_3049782768:68:4145:4153 Columbia Washington (state) +0.251001 aapg_ai_491.html aapg_ai_491.html:264:31529:31539 Rico Des Moines, Washington +0.2678 cspg_html_9508543859 cspg_html_9508543859:174:19855:19866 Utica Black River, Jamaica +0.251412 palaios_html_3985706634 palaios_html_3985706634:590:56876:56893 Manlius Rochester, Kent +0.501804 cspg_html_4680797491 cspg_html_4680797491:7:445:456 Slave Point Calumet, Pennsylvania +0.240099 palaios_html_8113714689 palaios_html_8113714689:74:7292:7310 Au Train Munising, Michigan +0.487424 cspg_html_3026112034 cspg_html_3026112034:280:29301:29329 Swan Hills Middle East +0.474552 cspg_html_5995140321 cspg_html_5995140321:192:18974:18992 Redknife Lake Ontario +0.252324 cspg_html_8520409981 cspg_html_8520409981:95:10695:10699 Wendover Canada +0.476844 cspg_html_1456761793 cspg_html_1456761793:39:7306:7329 Mount Forster Victoria, British Columbia +0.251835 cspg_html_5430614285 cspg_html_5430614285:6:435:452 Cardium Lacombe, Alberta +0.497367 aapg_ac_71.html aapg_ac_71.html:321:38156:38173 Sunrise Reno, Nevada +0.503685 cspg_html_4326384800 cspg_html_4326384800:319:37974:37979 Canol Middle East +0.498648 gsa_html_9139668698 gsa_html_9139668698:624:53752:53770 Monterey California +0.267786 sedimentology_html_3549891174 sedimentology_html_3549891174:1530:81948:81977 Castle Hayne North Carolina +0.458325 cspg_html_4287356899 cspg_html_4287356899:807:112959:112968 Tahkandit Anchorage, Alaska +0.25351 aapg_ai_811.html aapg_ai_811.html:104:16315:16332 Grassy Knob Chert Bloomington, Indiana +0.518432 aapg_ad_39.html aapg_ad_39.html:195:12961:12966 Tokio Nevada County, California +0.499896 gsa_html_1324861111 gsa_html_1324861111:1366:106773:106801 Green River Colorado +0.424457 gsa_html_8985264904 gsa_html_8985264904:22:1310:1324 Baca New Mexico +0.256905 aapg_ai_411.html aapg_ai_411.html:108:10918:10922 Wendover Niobrara, Nebraska +0.259588 cspg_html_9343899465 cspg_html_9343899465:182:23352:23361 Hecla Bay Melville Island (Canada) +0.252434 aapg_af_363.html aapg_af_363.html:47:5691:5699 Virginia Kentucky +0.482304 geology_html_8953766677 geology_html_8953766677:267:23082:23115 Palliser Lacombe, Alberta +0.504096 aapg_af_561.html aapg_af_561.html:381:33837:33845 Sundance Wasatch Range +0.27189 cspg_html_9717154602 cspg_html_9717154602:967:83253:83266 Bearpaw Lacombe, Alberta +0.262 aapg_ai_461.html aapg_ai_461.html:129:17587:17592 Boggy Hartshorne, Oklahoma +0.490028 cspg_html_9222238695 cspg_html_9222238695:59:9010:9018 Columbia Victoria, British Columbia +0.472443 aapg_ah_253.html aapg_ah_253.html:409:48436:48458 Fort Terrett Texas +0.252753 sedimentology_html_6383713038 sedimentology_html_6383713038:726:63809:63819 Washington County (United States) +0.450296 sedimentology_html_1568456861 sedimentology_html_1568456861:1257:92309:92329 Toro Chile +0.240578 aapg_ah_586.html aapg_ah_586.html:163:15375:15386 Trempealeau Franconia, New Hampshire +0.448601 cspg_html_7675189126 cspg_html_7675189126:52:8099:8115 Inklin Southern United States +0.447386 aapg_aa_302.html aapg_aa_302.html:276:33432:33436 Ruth Reno, Nevada +0.51395 aapg_ac_617.html aapg_ac_617.html:150:20482:20499 Lagarto Brazos River +0.261021 cspg_html_1019614994 cspg_html_1019614994:369:60392:60399 Torquay Williston Basin +0.266031 aapg_ae_309.html aapg_ae_309.html:176:16860:16866 Keokuk Burlington, Ontario +0.262135 aapg_ai_479.html aapg_ai_479.html:665:64486:64497 Bloomington Bloomington, Indiana +0.263626 geology_html_2516464125 geology_html_2516464125:296:24790:24799 San Diego California +0.485961 aapg_ae_694.html aapg_ae_694.html:209:24600:24608 Woodbine Shreveport, Louisiana +0.242514 aapg_ak_73.html aapg_ak_73.html:3:184:216 Tongue River North Dakota +0.255348 geology_html_8332015754 geology_html_8332015754:359:24485:24509 Bouse Colorado +0.25654 cspg_html_4516258038 cspg_html_4516258038:125:15807:15815 Bathurst Melville, New York +0.257033 cspg_html_5515814749 cspg_html_5515814749:16:2333:2347 Colorado Colorado +0.530335 aapg_ae_419.html aapg_ae_419.html:220:28031:28039 Victoria Matamoros, Tamaulipas +0.255955 aapg_ae_187.html aapg_ae_187.html:350:36395:36403 Kankakee Ohio +0.248392 jgeology_html_8596065691 jgeology_html_8596065691:552:46028:46037 Arc Greater Antilles +0.257544 aapg_aa_745.html aapg_aa_745.html:182:23852:23876 Cherry Canyon Spain +0.249996 aapg_ai_592.html aapg_ai_592.html:169:27078:27099 Green River Uinta Mountains +0.48379 aapg_af_483.html aapg_af_483.html:51:6817:6831 El Plan Rosario, Cavite +0.511572 aapg_af_317.html aapg_af_317.html:184:24236:24254 Niobrara England +0.405858 aapg_ad_137.html aapg_ad_137.html:101:7858:7864 Paluxy East Texas +0.24947 geology_html_5825799037 geology_html_5825799037:249:23134:23151 Barstow California +0.8113 aapg_ae_884.html aapg_ae_884.html:309:40899:40918 Greenhorn Mancos, Colorado +0.876792 sedimentology_html_9410532865 sedimentology_html_9410532865:1822:120376:120383 Wasatch Cheyenne, Wyoming +0.261212 aapg_af_653.html aapg_af_653.html:1128:136455:136466 Neroly San Pablo Bay National Wildlife Refuge +0.486213 palaios_html_2276475028 palaios_html_2276475028:576:57671:57679 Arikaree Cheyenne, Wyoming +0.248 aapg_ad_957.html aapg_ad_957.html:107:11325:11342 Warner Bartlesville, Oklahoma +0.455286 sedimentology_html_3592910316 sedimentology_html_3592910316:32:1885:1892 Halifax Canada +0.8451 cspg_html_1781462584 cspg_html_1781462584:293:32178:32193 Banff Lacombe, Alberta +0.696195 aapg_ai_584.html aapg_ai_584.html:64:6200:6210 Fort Scott Brainerd, Minnesota +0.496422 cspg_html_5949578130 cspg_html_5949578130:484:79267:79282 Nisku Lacombe, Alberta +0.487959 aapg_ai_51.html aapg_ai_51.html:34:2888:2903 Bluff Alabama +0.2575 AMJC_html_3664856625 AMJC_html_3664856625:386:43587:43599 Tongue River Williston Basin +0.4598 gsa_html_6212532476 gsa_html_6212532476:853:68165:68190 Barstow Mojave Desert +0.242608 aapg_ai_774.html aapg_ai_774.html:31:3096:3115 Detroit River Michigan +0.504952 aapg_ae_970.html aapg_ae_970.html:45:5691:5706 Pico Saugus, Massachusetts +0.488131 cspg_html_1222040397 cspg_html_1222040397:746:88574:88595 Survey Peak Lacombe, Alberta +0.492926 gsa_html_9859522168 gsa_html_9859522168:223:26801:26825 Protection Harrisburg, Pennsylvania +0.457824 cspg_html_2182541128 cspg_html_2182541128:24:2534:2568 Kootenay Kootenay River +0.48057 gsa_html_8926423406 gsa_html_8926423406:12:504:512 Montreal Earth +0.490356 cspg_html_7623652881 cspg_html_7623652881:6:462:476 Woodbend Canada +0.483616 aapg_aa_113.html aapg_aa_113.html:598:63275:63296 San Luis Campeche, Campeche +0.252813 aapg_af_129.html aapg_af_129.html:215:22682:22705 Colorado Eagle River, Alaska +0.263025 aapg_ai_991.html aapg_ai_991.html:97:10988:11007 Patuxent Maryland +0.483674 gsa_html_1002903193 gsa_html_1002903193:58:3742:3770 Green River New Mexico +0.251502 aapg_aa_595.html aapg_aa_595.html:476:55146:55169 Brushy Canyon Guadalupe Mountains National Park +0.27083 aapg_ae_503.html aapg_ae_503.html:481:49284:49298 Nonesuch Michigan +0.252984 gsa_html_7518144145 gsa_html_7518144145:1062:79976:79984 Colorado Anchorage, Alaska +0.45441 cspg_html_3385840278 cspg_html_3385840278:7:495:515 Swan Hills Middle East +0.458658 aapg_ac_984.html aapg_ac_984.html:273:24405:24428 Starved Rock Illinois +0.487936 cspg_html_7278957427 cspg_html_7278957427:30:4761:4779 Beaufort Ellesmere Island +0.477 cspg_html_2113617629 cspg_html_2113617629:26:4267:4287 Bow Island Lacombe, Alberta +0.264668 cspg_html_6383234409 cspg_html_6383234409:659:66286:66298 Devon Island Canada +0.269538 aapg_ae_904.html aapg_ae_904.html:74:7093:7112 Fox Hills Harding County, New Mexico +0.26883 cspg_html_9361096527 cspg_html_9361096527:624:63833:63855 Judith River Canada +0.484848 cspg_html_3990529684 cspg_html_3990529684:54:6176:6196 Missisauga Middle East +0.253356 aapg_ac_912.html aapg_ac_912.html:3:291:327 Minnelusa Powder River Basin +0.48081 cspg_html_3831007171 cspg_html_3831007171:106:12100:12118 Palliser Lacombe, Alberta +0.23667 aapg_ai_186.html aapg_ai_186.html:466:49943:49949 Casper Cheyenne, Wyoming +0.257556 aapg_ad_338.html aapg_ad_338.html:387:45993:45999 Tinton New Egypt, New Jersey +0.485645 aapg_ah_779.html aapg_ah_779.html:337:63240:63248 Palliser Boise, Idaho +0.372899 cspg_html_1962846283 cspg_html_1962846283:298:32462:32478 Elk Fernie, British Columbia +0.238848 gsa_html_5843564589 gsa_html_5843564589:9:409:418 Troutdale Columbia River +0.519596 aapg_ae_1.html aapg_ae_1.html:80:10856:10865 Cockfield Charlotte, North Carolina +0.48951 aapg_ah_337.html aapg_ah_337.html:261:30933:30943 Georgetown Guadalupe County, Texas +0.402262 gsa_html_7063115467 gsa_html_7063115467:29:2024:2032 Colorado Denver +0.248 aapg_ae_708.html aapg_ae_708.html:168:19242:19252 Nolichucky Maryville, Missouri +0.270375 aapg_ad_756.html aapg_ad_756.html:500:58705:58723 Frontier Cheyenne, Wyoming +0.912 aapg_ae_181.html aapg_ae_181.html:143:20546:20557 Haynesville Alabama +0.50295 aapg_ah_244.html aapg_ah_244.html:74:8597:8626 White River Vernal, Utah +0.25398 gsa_html_8398449001 gsa_html_8398449001:585:45637:45643 Nounan Bear Lake, Michigan +0.266562 cspg_html_9275863663 cspg_html_9275863663:1067:137385:137410 Beaverhill Lacombe, Alberta +0.25228 cspg_html_9879671248 cspg_html_9879671248:38:4595:4608 Exshaw Michigan Basin +0.475779 cspg_html_9011889300 cspg_html_9011889300:265:24436:24455 Athabasca Canada +0.277725 cspg_html_7970178687 cspg_html_7970178687:75:10251:10257 Viking Mountain Park (Holyoke, Massachusetts) +0.779312 palaios_html_9337106210 palaios_html_9337106210:194:26438:26446 Syracuse Rochester, Kent +0.48081 aapg_ai_157.html aapg_ai_157.html:201:22279:22285 Salina Detroit River International Wildlife Refuge +0.487272 aapg_af_142.html aapg_af_142.html:76:6906:6924 Schuler Murray, Kentucky +0.2445 geology_html_6206678042 geology_html_6206678042:238:20403:20407 Bond North Atlantic Current +0.261975 aapg_ai_980.html aapg_ai_980.html:821:74711:74718 Rierdon Cut Bank, Montana +0.25853 sedimentology_html_8129995818 sedimentology_html_8129995818:1120:90094:90098 Ross Stroudsburg, Pennsylvania +0.491493 aapg_ad_0.html aapg_ad_0.html:5:663:688 Black River Middle Ordovician +0.245232 cspg_html_3860685167 cspg_html_3860685167:696:69416:69421 Banff Lacombe, Alberta +0.24849 cspg_html_4115156925 cspg_html_4115156925:164:22663:22671 Columbia Victoria, British Columbia +0.260051 sedimentology_html_7553974053 sedimentology_html_7553974053:168:19650:19665 Levis Saint Lawrence River +0.691434 aapg_af_575.html aapg_af_575.html:832:117014:117019 Boggy Tulsa, Oklahoma +0.280576 aapg_ah_221.html aapg_ah_221.html:131:13565:13595 Red River Roosevelt County, Montana +0.485936 AMJC_html_1873062106 AMJC_html_1873062106:775:89071:89077 Laguna Hopi Reservation +0.480194 cspg_html_9103491877 cspg_html_9103491877:61:9116:9124 Cummings Clearwater, Florida +0.48608 gsa_html_9979192554 gsa_html_9979192554:668:65366:65389 Kuparuk North Slope Borough, Alaska +0.26829 aapg_ah_100.html aapg_ah_100.html:107:10125:10135 Caseyville Illinois +0.387849 palaios_html_8054385512 palaios_html_8054385512:262:21662:21682 Hell Creek Garfield County, Colorado +0.489599 aapg_ah_157.html aapg_ah_157.html:244:34374:34396 Wapsipinicon Maquoketa, Iowa +0.260797 aapg_ad_52.html aapg_ad_52.html:617:66202:66221 Coldwater Michigan +0.26208 palaios_html_1560586324 palaios_html_1560586324:546:45114:45141 Bear River Cheyenne, Wyoming +0.487531 aapg_ah_22.html aapg_ah_22.html:208:27819:27845 Shublik Prudhoe Bay Oil Field +0.494758 aapg_ad_0.html aapg_ad_0.html:363:30237:30259 Mount Simon Wayne County, Michigan +0.4896 cspg_html_4937997995 cspg_html_4937997995:89:9625:9645 Boas River Southampton Island +0.26964 aapg_ae_380.html aapg_ae_380.html:43:3290:3296 Lissie Waller County, Texas +0.2665 cspg_html_9683836416 cspg_html_9683836416:390:66050:66057 Bearpaw Lethbridge +0.256905 sedimentology_html_1640357417 sedimentology_html_1640357417:103:14207:14224 Entrada Logan, Utah +0.2585 aapg_af_589.html aapg_af_589.html:57:4092:4098 Oregon Salem, Oregon +0.370818 cspg_html_8532932475 cspg_html_8532932475:397:42589:42606 Bluesky Canada +0.544908 aapg_aa_905.html aapg_aa_905.html:227:19704:19722 Morrison New Mexico +0.493557 aapg_af_95.html aapg_af_95.html:177:15767:15773 Paluxy Paluxy, Texas +0.232842 geology_html_4141849654 geology_html_4141849654:351:27569:27575 Sierra San Juan, Argentina +0.47889 aapg_ai_49.html aapg_ai_49.html:343:43028:43038 Purgatoire Cheyenne, Wyoming +0.2583 aapg_ad_306.html aapg_ad_306.html:107:14623:14627 Maya Maya Mountain +0.478042 gsa_html_5865982995 gsa_html_5865982995:1303:137924:137930 Denver Colorado +0.265584 AMJC_html_5390933660 AMJC_html_5390933660:606:60633:60656 Gile Mountain Bennington, Vermont +0.498015 aapg_af_625.html aapg_af_625.html:408:41013:41022 Sheffield Huntington, West Virginia +0.473908 aapg_ac_333.html aapg_ac_333.html:93:12804:12820 Cutler Ouray, Colorado +0.384986 gsa_html_5188174363 gsa_html_5188174363:14:507:529 Jackson Boulder Creek (Colorado) +0.453995 aapg_ai_49.html aapg_ai_49.html:122:12735:12743 Tensleep Cheyenne, Wyoming +0.451764 aapg_aa_415.html aapg_aa_415.html:85:12744:12757 Woodbine Groesbeck, Ohio +0.255258 aapg_ai_971.html aapg_ai_971.html:165:15950:15969 Aux Vases Illinois +0.259 cspg_html_2553187793 cspg_html_2553187793:85:13272:13280 Edmonton Lacombe, Alberta +0.4848 aapg_ae_59.html aapg_ae_59.html:497:43548:43556 Tensleep Hartville, Missouri +0.489149 aapg_ac_252.html aapg_ac_252.html:137:15050:15066 Kaibab San Rafael Swell +0.478435 cspg_html_5198658336 cspg_html_5198658336:399:45223:45241 Scollard Calgary +0.480255 aapg_af_436.html aapg_af_436.html:588:60652:60660 Virginia Virginia +0.262119 palaios_html_9133125241 palaios_html_9133125241:144:17459:17473 Kope Alexandria, Virginia +0.247475 aapg_ae_749.html aapg_ae_749.html:646:64946:64954 Virginia Middle Ordovician +0.497466 cspg_html_5345848475 cspg_html_5345848475:765:81688:81714 Carlile Lacombe, Alberta +0.252973 aapg_aa_401.html aapg_aa_401.html:82:9350:9362 Fayetteville Batesville, Arkansas +0.263169 geology_html_7113954805 geology_html_7113954805:68:5495:5517 Mount Simon Illinois +0.494328 gsa_html_2848131029 gsa_html_2848131029:1061:72682:72710 Green River Colorado +0.4625 aapg_ah_754.html aapg_ah_754.html:139:16661:16680 Kitsilano Vancouver +0.267786 cspg_html_2973952956 cspg_html_2973952956:500:40846:40863 Cardium Lacombe, Alberta +0.49368 aapg_ac_867.html aapg_ac_867.html:504:68791:68797 Dakota Cheyenne, Wyoming +0.258039 geology_html_4334622851 geology_html_4334622851:218:23589:23597 Colorado Tulsa, Oklahoma +0.494132 aapg_ac_967.html aapg_ac_967.html:114:12434:12452 John Day Horse Heaven, Oregon +0.4864 cspg_html_5837603841 cspg_html_5837603841:31:3965:3986 Etherington Lacombe, Alberta +0.497 aapg_aa_669.html aapg_aa_669.html:111:9037:9048 San Antonio Texas +0.25235 aapg_ai_28.html aapg_ai_28.html:464:44470:44476 Lissie Oakville, California +0.267145 aapg_ah_49.html aapg_ah_49.html:214:23168:23186 Castaic San Gabriel Valley +0.48348 cspg_html_9768299963 cspg_html_9768299963:36:4243:4270 Battle Red Deer, Alberta +0.498942 aapg_ai_98.html aapg_ai_98.html:278:37005:37011 Paluxy Shreveport, Louisiana +0.503919 jgeology_html_3924418909 jgeology_html_3924418909:246:21529:21545 Dakota Nebraska +0.25104 aapg_ad_865.html aapg_ad_865.html:381:37713:37728 Molas Ouray, Colorado +0.250444 cspg_html_9951421861 cspg_html_9951421861:438:60200:60222 Grand Rapids Lacombe, Alberta +0.492032 aapg_ad_694.html aapg_ad_694.html:151:19031:19044 Nacatoch Travis County, Texas +0.260428 aapg_aa_626.html aapg_aa_626.html:74:8728:8741 Potomac Virginia +0.263682 sedimentology_html_9906287852 sedimentology_html_9906287852:202:22529:22555 Weber Absaroka +0.256906 aapg_aa_954.html aapg_aa_954.html:283:26393:26410 Cypress Salem, Massachusetts +0.265104 aapg_aa_37.html aapg_aa_37.html:217:26541:26547 Kaibab Kaibab, Arizona +0.261783 aapg_ae_275.html aapg_ae_275.html:105:9376:9400 Modelo Santa Monica neighborhoods +0.222914 gsa_html_1014327387 gsa_html_1014327387:14:565:573 Virginia Reston, Virginia +0.22981 aapg_ad_717.html aapg_ad_717.html:82:8847:8853 Tesnus Texas +0.257176 gsa_html_6181749105 gsa_html_6181749105:571:48742:48750 Monterey San Francisco +0.45738 sedimentology_html_5557101170 sedimentology_html_5557101170:818:50052:50061 Bear Lake Canada +0.48504 gsa_html_8194200546 gsa_html_8194200546:756:81177:81185 Virginia Reston, Virginia +0.260604 aapg_ai_17.html aapg_ai_17.html:253:22213:22232 Nanafalia Alabama +0.25948 geology_html_4553007488 geology_html_4553007488:160:15643:15653 Mt Lytton Stateline, Nevada +0.487705 cspg_html_7182873498 cspg_html_7182873498:30:5817:5855 Salina Salina, Kansas +0.4826 aapg_aa_147.html aapg_aa_147.html:576:60635:60659 Stony Mountain Regina, Saskatchewan +0.245991 geology_html_8355223883 geology_html_8355223883:63:5387:5408 Maria Paso Robles, California +0.487494 gsa_html_9464738899 gsa_html_9464738899:51:4932:4944 Owens Valley Sierra Nevada (Spain) +0.242905 aapg_ah_881.html aapg_ah_881.html:117:13546:13565 Chuckanut Washington (state) +0.248776 aapg_af_892.html aapg_af_892.html:534:52947:52963 Coleman Junction Colorado +0.267776 cspg_html_4694210878 cspg_html_4694210878:138:16657:16680 Severn River River Severn +0.273962 aapg_ae_415.html aapg_ae_415.html:12:2039:2054 Vicksburg Alabama +0.48514 aapg_ah_776.html aapg_ah_776.html:222:18506:18521 Queen Texas +0.464634 aapg_af_479.html aapg_af_479.html:27:4012:4021 San Diego Baja California peninsula +0.256949 cspg_html_9717154602 cspg_html_9717154602:218:33388:33395 Bearpaw North Carolina +0.500733 jgeology_html_1300888380 jgeology_html_1300888380:538:40066:40096 Beaumont Brazos River +0.484746 aapg_ai_156.html aapg_ai_156.html:562:47510:47526 Hertha Kansas City, Kansas +0.25347 geology_html_7701530587 geology_html_7701530587:342:25713:25727 Byng Victoria, British Columbia +0.241516 aapg_ad_580.html aapg_ad_580.html:70:10789:10801 Tongue River Powder River (Montana) +0.465924 geology_html_1063484137 geology_html_1063484137:212:19573:19579 Brazil Earth +0.2652 aapg_ad_440.html aapg_ad_440.html:83:9814:9822 Virginia Bluefield, West Virginia +0.482664 aapg_ae_394.html aapg_ae_394.html:3:175:194 La Quinta Venezuela +0.47031 aapg_ac_720.html aapg_ac_720.html:24:3387:3403 Hornerstown Navesink River +0.504612 aapg_af_662.html aapg_af_662.html:409:36076:36083 Cushing Oklahoma City +0.25856 aapg_ah_415.html aapg_ah_415.html:142:12797:12818 Medicine Hat Milk River, Alberta +0.4883 aapg_ac_635.html aapg_ac_635.html:12:2286:2292 Oregon Siskiyou County, California +0.247904 aapg_af_320.html aapg_af_320.html:364:64882:64900 Mecca Illinois +0.481632 geology_html_5812143414 geology_html_5812143414:290:23315:23319 Hull Quebec City +0.261612 aapg_ai_969.html aapg_ai_969.html:253:27703:27723 Eagle Texas +0.4794 cspg_html_1222040397 cspg_html_1222040397:7:573:588 Skoki Victoria, British Columbia +0.4978 aapg_ad_0.html aapg_ad_0.html:296:25949:25954 Logan Logansport, Louisiana +0.244976 palaios_html_7179643765 palaios_html_7179643765:387:39457:39474 La Luna Venezuela +0.258028 aapg_ae_563.html aapg_ae_563.html:45:4180:4199 Traverse Black Hills +0.502164 aapg_ac_251.html aapg_ac_251.html:437:50429:50438 Tuscarora Pennsylvania +0.251979 aapg_ac_699.html aapg_ac_699.html:162:13451:13458 El Abra El Abra +0.253492 gsa_html_1931201430 gsa_html_1931201430:75:7629:7639 Washington Salem, Oregon +0.244035 jgeology_html_4200798295 jgeology_html_4200798295:842:51889:51893 Hall London, Ontario +0.23814 aapg_ah_696.html aapg_ah_696.html:389:55633:55643 Washington Richland, Washington +0.255955 cspg_html_5660413005 cspg_html_5660413005:335:40212:40230 Graminia Lacombe, Alberta +0.490974 aapg_aa_24.html aapg_aa_24.html:661:77912:77935 Sagavanirktok Kenai, Alaska +0.487272 sedimentology_html_6781624920 sedimentology_html_6781624920:28:1497:1535 Morgan Kentucky +0.480365 cspg_html_3008414459 cspg_html_3008414459:28:4487:4503 Mt Lytton Lacombe, Alberta +0.25551 gsa_html_6982030333 gsa_html_6982030333:910:89810:89820 Washington Boise, Idaho +0.475776 gsa_html_8076115820 gsa_html_8076115820:944:64546:64564 Tindir Canada +0.481584 gsa_html_9843343868 gsa_html_9843343868:614:53632:53642 Washington Washington (state) +0.483674 aapg_aa_960.html aapg_aa_960.html:319:25757:25773 Sandia New Mexico +0.477288 gsa_html_8951179545 gsa_html_8951179545:668:75919:75927 Colorado San Juan, Argentina +0.46835 cspg_html_4287356899 cspg_html_4287356899:3954:392035:392049 Lisburne Anchorage, Alaska +0.49646 cspg_html_6502178723 cspg_html_6502178723:15:1899:1907 Columbia Lacombe, Alberta +0.49868 aapg_ai_957.html aapg_ai_957.html:146:15929:15937 Beaumont Uvalde, Texas +0.260568 aapg_ah_965.html aapg_ah_965.html:148:20466:20480 Lissie Brazos River +0.5018 AMJC_html_3664856625 AMJC_html_3664856625:426:46717:46737 Fort Union Williston Basin +0.929292 aapg_ai_584.html aapg_ai_584.html:980:102821:102842 Phosphoria Cheyenne, Wyoming +0.256 cspg_html_3008414459 cspg_html_3008414459:421:55796:55807 Shaftesbury Lacombe, Alberta +0.255068 cspg_html_7799850124 cspg_html_7799850124:767:85612:85621 Waterways Swan Hill, Victoria +0.49396 aapg_af_854.html aapg_af_854.html:905:128386:128408 Paint Creek Perry County, Indiana +0.24354 aapg_ai_355.html aapg_ai_355.html:21:3443:3453 Rio Grande Mississippi River +0.4316 aapg_ai_816.html aapg_ai_816.html:326:54097:54107 Cherryvale Westerville, Ohio +0.263 cspg_html_3854139935 cspg_html_3854139935:56:8592:8603 Belly River Lacombe, Alberta +0.252984 geology_html_2384062478 geology_html_2384062478:220:23665:23680 Conemaugh Mahoning County, Ohio +0.49852 cspg_html_3772380029 cspg_html_3772380029:1379:147750:147756 Empire Great Britain +0.482218 jgeology_html_9215313444 jgeology_html_9215313444:1197:78266:78272 Oregon Washington (state) +0.470869 aapg_ac_330.html aapg_ac_330.html:55:5584:5600 Ithaca Penn Yan, New York +0.260304 aapg_af_667.html aapg_af_667.html:62:6574:6590 Salado Salado, Texas +0.256542 aapg_ae_73.html aapg_ae_73.html:196:24741:24758 Minturn Sangre de Cristo Range +0.257048 sedimentology_html_1755237485 sedimentology_html_1755237485:780:50293:50299 Putnam Anchorage, Alaska +0.385827 palaios_html_7769060899 palaios_html_7769060899:18:1128:1152 Cedar Mountain Logan, Utah +0.254508 gsa_html_3655236765 gsa_html_3655236765:35:2989:2996 Shuswap Victoria, British Columbia +0.25908 aapg_ae_124.html aapg_ae_124.html:178:12795:12810 Allegheny Pennsylvania +0.49344 geology_html_4509927877 geology_html_4509927877:255:22347:22356 Blackford Earth +0.270384 aapg_af_557.html aapg_af_557.html:131:18048:18063 Sespe California +0.25338 gsa_html_3447557340 gsa_html_3447557340:660:59301:59313 Rhode Island Kingston, Jamaica +0.477012 gsa_html_1538463681 gsa_html_1538463681:693:63295:63301 Sonora Mexico +0.483171 AMJC_html_3632105729 AMJC_html_3632105729:586:75401:75407 Oregon Washington (state) +0.492093 cspg_html_5973552270 cspg_html_5973552270:21:2808:2825 Waterways Lacombe, Alberta +0.491064 gsa_html_2180342530 gsa_html_2180342530:985:66502:66510 Colorado Afar Region +0.490116 geology_html_7666415040 geology_html_7666415040:220:20134:20138 Bell Coral reef +0.486213 cspg_html_2873888604 cspg_html_2873888604:239:36241:36260 Pardonet Victoria, British Columbia +0.25917 cspg_html_5345848475 cspg_html_5345848475:23:2985:2999 Colorado Regina, Saskatchewan +0.493189 aapg_ac_628.html aapg_ac_628.html:528:91232:91239 Wasatch Fort Union Trading Post National Historic Site +0.251955 cspg_html_1925276454 cspg_html_1925276454:618:60223:60234 Peace River Lacombe, Alberta +0.263526 aapg_ai_962.html aapg_ai_962.html:162:10994:10998 Word Texas +0.485344 gsa_html_8050796926 gsa_html_8050796926:1160:78382:78390 Colorado Reno, Nevada +0.260392 aapg_ah_428.html aapg_ah_428.html:419:49446:49457 Beekmantown Black River, Jamaica +0.492855 cspg_html_4664502755 cspg_html_4664502755:554:67519:67527 Columbia Victoria, British Columbia +0.24823 aapg_ae_299.html aapg_ae_299.html:135:12534:12540 Kaibab Kaibab, Arizona +0.461277 aapg_ai_249.html aapg_ai_249.html:797:103475:103481 Sierra Mexico +0.261096 aapg_ae_999.html aapg_ae_999.html:498:65969:65987 Oakville Abbeville, Louisiana +0.253456 cspg_html_6356755616 cspg_html_6356755616:37:5910:5918 Edmonton Lacombe, Alberta +0.4978 aapg_ai_364.html aapg_ai_364.html:77:9623:9633 Pottsville Atoka, Oklahoma +0.495378 aapg_ad_979.html aapg_ad_979.html:274:24581:24597 Borden Siltstone Illinois +0.456012 aapg_af_143.html aapg_af_143.html:638:57127:57138 Port Orford Newport, Rhode Island +0.50193 aapg_ah_973.html aapg_ah_973.html:170:12396:12405 Demopolis Selma to Montgomery marches +0.681349 aapg_ak_58.html aapg_ak_58.html:841:85710:85718 Wolfcamp Texas +0.480255 aapg_ai_957.html aapg_ai_957.html:115:11346:11357 San Antonio Uvalde, Texas +0.447792 cspg_html_2498183035 cspg_html_2498183035:181:20834:20844 Swan Hills Swan Hill, Victoria +0.252928 aapg_ae_648.html aapg_ae_648.html:876:65251:65257 Madrid Spain +0.477402 aapg_af_2.html aapg_af_2.html:23:2986:2993 Paradox San Juan, Argentina +0.254925 cspg_html_2175627313 cspg_html_2175627313:645:74790:74816 Montney Lacombe, Alberta +0.457413 aapg_aa_544.html aapg_aa_544.html:133:18386:18394 Sundance Cheyenne, Wyoming +0.259032 cspg_html_8289943866 cspg_html_8289943866:260:35113:35131 Grinnell Michigan +0.260096 cspg_html_7587979364 cspg_html_7587979364:167:14470:14491 Slave Point Lacombe, Alberta +0.268686 aapg_ah_847.html aapg_ah_847.html:308:36639:36650 Hornerstown New Egypt, New Jersey +0.25443 aapg_ae_73.html aapg_ae_73.html:708:95574:95591 Tesuque New Mexico +0.262135 gsa_html_7361499125 gsa_html_7361499125:662:58020:58053 Ingleside Colorado +0.363072 aapg_aa_243.html aapg_aa_243.html:272:21179:21201 Williamsport Onondaga (tribe) +0.24948 cspg_html_3068776384 cspg_html_3068776384:582:62575:62583 Columbia Victoria, British Columbia +0.496513 aapg_ad_453.html aapg_ad_453.html:475:54321:54338 Charles Williston, Vermont +0.25398 geology_html_8477017574 geology_html_8477017574:336:27509:27514 Stump India +0.265856 aapg_ae_448.html aapg_ae_448.html:131:14786:14793 Rodessa Paluxy, Texas +0.491744 cspg_html_9343899465 cspg_html_9343899465:2766:244997:245007 Bird Fiord Ellesmere Island +0.473256 aapg_ah_62.html aapg_ah_62.html:27:4005:4018 Lake Michigan Lake Huron +0.26316 AMJC_html_6642101495 AMJC_html_6642101495:1232:125186:125192 Moscow Russia +0.4765 cspg_html_3328007773 cspg_html_3328007773:856:91637:91661 Kaskapau Lacombe, Alberta +0.480256 gsa_html_8398449001 gsa_html_8398449001:687:58636:58642 Nounan East Asia +0.259534 aapg_ad_11.html aapg_ad_11.html:53:6374:6394 Sentinel Butte Fort Union Trading Post National Historic Site +0.467324 geology_html_4549662310 geology_html_4549662310:330:21624:21644 Colorado Canada +0.25452 aapg_ae_685.html aapg_ae_685.html:9:1318:1327 Extension Asia +0.801693 jgeology_html_9131218619 jgeology_html_9131218619:1179:83174:83200 Athabasca Lacombe, Alberta +0.247296 cspg_html_3871608501 cspg_html_3871608501:218:21575:21580 Logan Canada +0.496356 aapg_ac_417.html aapg_ac_417.html:40:6220:6232 Lookingglass Tiger Mountain +0.268288 aapg_ai_170.html aapg_ai_170.html:124:14286:14302 Tintic Quartzite Logan, Utah +0.489915 cspg_html_9275863663 cspg_html_9275863663:97:13648:13667 Waterways Lacombe, Alberta +0.245616 palaios_html_6528985782 palaios_html_6528985782:772:82471:82485 Beaufort South Africa +0.72004 aapg_ac_662.html aapg_ac_662.html:26:4872:4882 Phosphoria Boise, Idaho +0.2541 aapg_ah_498.html aapg_ah_498.html:133:11015:11021 Sparta Carrizo Plain +0.275609 cspg_html_5697056884 cspg_html_5697056884:600:57791:57809 Winnipeg Regina, Saskatchewan +0.248805 aapg_ac_918.html aapg_ac_918.html:40:4745:4751 Sierra Trinidad and Tobago +0.257048 aapg_ae_750.html aapg_ae_750.html:151:17963:17967 Dean Wichita, Kansas +0.260721 cspg_html_1019614994 cspg_html_1019614994:362:59378:59388 Big Valley Lacombe, Alberta +0.255936 aapg_af_471.html aapg_af_471.html:253:29814:29822 Parkwood Hartselle, Alabama +0.476652 aapg_ai_835.html aapg_ai_835.html:74:8554:8568 Ingleside Wisconsin +0.840474 aapg_aa_89.html aapg_aa_89.html:42:4083:4099 Atoka Arkansas +0.464061 gsa_html_4883039712 gsa_html_4883039712:643:62155:62169 Uva Darien, Georgia +0.4841 aapg_aa_112.html aapg_aa_112.html:155:14192:14211 Frontier Cheyenne, Wyoming +0.272403 aapg_af_149.html aapg_af_149.html:86:9968:9982 Frio Texas +0.472 aapg_af_575.html aapg_af_575.html:377:51060:51078 Sallisaw Frisco, Texas +0.26 AMJC_html_4692260170 AMJC_html_4692260170:561:56674:56697 Gile Mountain Bennington, Vermont +0.6538 aapg_ae_473.html aapg_ae_473.html:380:34597:34607 Tallahatta Claiborne, Alabama +0.5184 aapg_ae_251.html aapg_ae_251.html:64:5699:5709 Whitehorse Sandhills (Carolina) +0.2575 cspg_html_2013109828 cspg_html_2013109828:151:26495:26532 Cranbrook Boulder Creek (Colorado) +0.452666 cspg_html_7434089303 cspg_html_7434089303:424:55360:55383 Offley Island Washington (state) +0.243162 cspg_html_7914348578 cspg_html_7914348578:6:384:419 Keg River Lacombe, Alberta +0.260568 gsa_html_5773604426 gsa_html_5773604426:375:34149:34161 Wilcox Middle East +0.48321 aapg_ae_392.html aapg_ae_392.html:12:2412:2432 Batesville Batesville, Arkansas +0.488448 palaios_html_3028956190 palaios_html_3028956190:117:13142:13153 Collingwood Georgian Bay +0.471552 aapg_ad_466.html aapg_ad_466.html:452:53687:53708 Black Creek The Carolinas +0.2626 gsa_html_1130947011 gsa_html_1130947011:113:13170:13181 Black River Illinois +0.583109 aapg_ai_477.html aapg_ai_477.html:119:13159:13167 Dunvegan Liard River, British Columbia +0.249 aapg_ae_71.html aapg_ae_71.html:345:31994:32000 Navajo Entrada Sandstone +0.259534 AMJC_html_8107504009 AMJC_html_8107504009:438:39460:39469 Peninsula Anticosti Island +0.46869 aapg_ah_481.html aapg_ah_481.html:184:14118:14131 Santa Barbara California +0.484295 aapg_ah_633.html aapg_ah_633.html:112:15793:15815 Chickasawhay Shreveport, Louisiana +0.812045 aapg_ac_333.html aapg_ac_333.html:474:59990:60015 Elephant Canyon Missouri River +0.508948 gsa_html_6967102683 gsa_html_6967102683:1000:81881:81891 Washington Boise, Idaho +0.481824 aapg_ae_958.html aapg_ae_958.html:3020:260140:260158 Carlsbad New Mexico +0.275576 cspg_html_1288891448 cspg_html_1288891448:82:9762:9786 Monterey California +0.252945 aapg_af_11.html aapg_af_11.html:650:68556:68572 Elbert Lisbon +0.267202 aapg_aa_739.html aapg_aa_739.html:80:10593:10598 Nopah California +0.38784 gsa_html_5952049575 gsa_html_5952049575:833:80810:80828 John Day Manchester, New Hampshire +0.47379 gsa_html_7737235229 gsa_html_7737235229:1055:68308:68328 Bonneterre Missouri River +0.48144 aapg_ah_655.html aapg_ah_655.html:352:32144:32159 Atoka Arkansas +0.25168 geology_html_1611198163 geology_html_1611198163:40:4204:4207 Pen Alibag +0.454666 aapg_ai_17.html aapg_ai_17.html:494:36641:36654 Cook Mountain Shreveport, Louisiana +0.904301 aapg_aa_24.html aapg_aa_24.html:598:70878:70888 Sans Sault Sault Ste. Marie, Ontario +0.489149 aapg_ad_440.html aapg_ad_440.html:678:68373:68384 Mauch Chunk Randolph County, Indiana +0.466626 aapg_aa_975.html aapg_aa_975.html:89:8998:9018 Riley Fort Riley North, Kansas +0.46228 aapg_ad_267.html aapg_ad_267.html:69:6091:6097 Paluxy Cotton Valley, Louisiana +0.269878 aapg_aa_171.html aapg_aa_171.html:436:43763:43773 Cumberland Richmond, California +0.48288 cspg_html_8362959053 cspg_html_8362959053:140:19655:19674 Hulcross Boulder Creek (Colorado) +0.285035 aapg_ae_175.html aapg_ae_175.html:281:31170:31186 Lance Cheyenne, Wyoming +0.493914 aapg_ai_887.html aapg_ai_887.html:448:53421:53430 Red River Red River of the North +0.241552 cspg_html_8362959053 cspg_html_8362959053:11:1237:1251 Bullhead Lacombe, Alberta +0.399843 aapg_ac_23.html aapg_ac_23.html:338:27582:27597 Rome Huntington, West Virginia +0.4769 aapg_ae_715.html aapg_ae_715.html:140:17323:17333 Rio Grande Houston +0.451232 cspg_html_5198658336 cspg_html_5198658336:542:56216:56234 Edmonton Lacombe, Alberta +0.44662 aapg_ad_98.html aapg_ad_98.html:86:8729:8745 Eureka Quartzite Dolomites +0.466932 aapg_ai_549.html aapg_ai_549.html:212:22285:22292 Saginaw Michigan +0.486675 geology_html_6902243889 geology_html_6902243889:119:11893:11921 Zabriskie Quartzite Mojave Desert +0.254012 aapg_af_59.html aapg_af_59.html:139:11734:11742 Michigan Texas +0.48951 aapg_ae_182.html aapg_ae_182.html:110:13544:13559 Tokio Bellevue, Nebraska +0.2565 AMJC_html_3101604482 AMJC_html_3101604482:164:17503:17528 Anakeesta Great Smoky Mountains +0.260545 aapg_ai_654.html aapg_ai_654.html:81:13799:13832 Lodgepole Williston Basin +0.491724 aapg_ai_975.html aapg_ai_975.html:928:76055:76063 Kiamichi San Marcos, California +0.270878 aapg_ae_886.html aapg_ae_886.html:483:52205:52221 Todilto New Mexico +0.255024 geology_html_2803121856 geology_html_2803121856:91:6615:6621 Reston Virginia +0.267464 aapg_ae_183.html aapg_ae_183.html:60:7110:7127 Cypress Chattanooga, Tennessee +0.259065 sedimentology_html_1406534478 sedimentology_html_1406534478:347:35927:35937 Washington Seattle +0.260064 gsa_html_7151930388 gsa_html_7151930388:584:54961:54967 Sonora Arizona +0.2678 aapg_ad_870.html aapg_ad_870.html:125:14276:14284 Michigan Illinois +0.49088 aapg_aa_701.html aapg_aa_701.html:75:8747:8764 Salina Salina, Kansas +0.488482 sedimentology_html_6615672773 sedimentology_html_6615672773:660:32746:32749 Gog Salmo, British Columbia +0.502686 cspg_html_7115701337 cspg_html_7115701337:528:59557:59575 Dunvegan Lacombe, Alberta +0.490974 aapg_aa_261.html aapg_aa_261.html:129:18164:18180 Keokuk Burlington, Ontario +0.49929 sedimentology_html_2010995560 sedimentology_html_2010995560:1958:113992:113997 Steel Svalbard +0.475695 geology_html_4781601757 geology_html_4781601757:16:984:995 San Jacinto Lake Elsinore, California +0.492618 AMJC_html_5456868707 AMJC_html_5456868707:323:28605:28611 Provo Northern Italy +0.490728 sedimentology_html_1299148389 sedimentology_html_1299148389:898:69286:69324 Bluff Antarctica +0.46656 aapg_ae_250.html aapg_ae_250.html:186:17413:17419 Quealy Cheyenne, Wyoming +0.23376 geology_html_9699697317 geology_html_9699697317:423:31271:31278 Oceanic California +0.263626 geology_html_8605385510 geology_html_8605385510:12:512:520 Virginia Reston, Virginia +0.249498 gsa_html_8955900843 gsa_html_8955900843:899:78674:78684 Washington Salem, Oregon +0.486614 palaios_html_1229296810 palaios_html_1229296810:369:29153:29171 Purisima Central Valley (California) +0.4735 jgeology_html_2237275680 jgeology_html_2237275680:936:48315:48363 Sierra Great Basin +0.393624 aapg_af_263.html aapg_af_263.html:490:63278:63298 Otto Fiord Ellesmere Island +0.46848 aapg_af_143.html aapg_af_143.html:636:56896:56907 Port Orford Cape Blanco Light +0.251995 aapg_ae_803.html aapg_ae_803.html:871:110768:110774 Tactic Santa Rosa, California +0.250952 gsa_html_1817109082 gsa_html_1817109082:551:46674:46696 Tejon California +0.496392 aapg_ac_313.html aapg_ac_313.html:564:64430:64436 Sierra Guatemala +0.555072 aapg_ad_734.html aapg_ad_734.html:291:29243:29253 Sweetgrass Great Falls (Missouri River) +0.44226 sedimentology_html_3455721661 sedimentology_html_3455721661:78:7396:7413 Todilto Entrada Sandstone +0.36618 aapg_ae_454.html aapg_ae_454.html:135:11267:11274 Rodessa Caddo Parish, Louisiana +0.462384 aapg_ai_974.html aapg_ai_974.html:16:2624:2630 Oregon Washington (state) +0.47376 cspg_html_5947812886 cspg_html_5947812886:394:60830:60850 Cathedral Grand Prairie, Texas +0.25048 aapg_aa_675.html aapg_aa_675.html:22:2163:2178 Weber Logan, Utah +0.244374 aapg_ah_630.html aapg_ah_630.html:443:54333:54354 Grove Gallatin, Tennessee +0.490356 palaios_html_6975607234 palaios_html_6975607234:550:43089:43097 Virginia Martinsville, Indiana +0.258856 aapg_ah_260.html aapg_ah_260.html:165:22587:22611 Oquirrh Indianola, Iowa +0.257045 aapg_ai_29.html aapg_ai_29.html:340:40042:40049 Reynosa Hidalgo County, New Mexico +0.251001 sedimentology_html_1458021797 sedimentology_html_1458021797:41:2082:2092 Chelmsford New England Highway +0.25344 cspg_html_8990290265 cspg_html_8990290265:357:54421:54438 Perdrix Western world +0.238392 aapg_ai_811.html aapg_ai_811.html:490:66237:66245 Michigan Toronto +0.698328 gsa_html_4438819447 gsa_html_4438819447:837:79027:79043 Dakota Iowa +0.481712 palaios_html_5921824758 palaios_html_5921824758:47:4390:4410 Huntingdon Victoria, British Columbia +0.253456 cspg_html_3999664457 cspg_html_3999664457:13:988:1013 Beaverhill Swan Hill, Victoria +0.488735 cspg_html_1265381145 cspg_html_1265381145:303:28702:28710 Palliser Austin, Chicago +0.487113 aapg_ah_978.html aapg_ah_978.html:256:25923:25940 San Joaquin San Joaquin River +0.482868 cspg_html_6163691495 cspg_html_6163691495:158:14568:14585 Shunda Lacombe, Alberta +0.483759 aapg_ae_370.html aapg_ae_370.html:73:8208:8214 Oregon Washington (state) +0.25641 aapg_ad_152.html aapg_ad_152.html:2315:289187:289195 Robinson Reno, Nevada +0.256011 cspg_html_9508543859 cspg_html_9508543859:98:11691:11722 Lawrence Quebec +0.256027 cspg_html_3618628685 cspg_html_3618628685:453:50752:50769 Wapiabi Lacombe, Alberta +0.268243 aapg_ae_427.html aapg_ae_427.html:370:38205:38211 Oregon California +0.290904 aapg_ah_421.html aapg_ah_421.html:205:16332:16341 Fox Hills Bow River +0.828075 cspg_html_5538678223 cspg_html_5538678223:34:6015:6029 Toad Liard River, British Columbia +0.2605 cspg_html_1114211412 cspg_html_1114211412:208:28619:28625 Exshaw Lacombe, Alberta +0.258542 sedimentology_html_1253431842 sedimentology_html_1253431842:1910:82290:82298 Victoria Perth, Western Australia +0.495558 cspg_html_9222238695 cspg_html_9222238695:274:36692:36700 Columbia Victoria, British Columbia +0.25948 gsa_html_1254347878 gsa_html_1254347878:467:51005:51027 Mount Nelson Victoria, British Columbia +0.491748 aapg_ac_609.html aapg_ac_609.html:546:50063:50078 Methy Manitoba +0.257024 aapg_ae_745.html aapg_ae_745.html:528:64869:64877 Gabriola Victoria, British Columbia +0.254464 aapg_ak_76.html aapg_ak_76.html:106:15789:15802 San Sebastian Aguadilla, Puerto Rico +0.758172 aapg_ah_96.html aapg_ah_96.html:246:28433:28447 Winnipeg Red River of the North +0.483465 cspg_html_9435196958 cspg_html_9435196958:1025:43939:43957 Edmonton Lacombe, Alberta +0.83393 cspg_html_3060428958 cspg_html_3060428958:121:19275:19282 Bearpaw Lacombe, Alberta +0.48042 cspg_html_8065532640 cspg_html_8065532640:705:79631:79639 Columbia Victoria, British Columbia +0.828719 geology_html_7548308659 geology_html_7548308659:225:22389:22419 Holder New Mexico +0.258055 sedimentology_html_6758585724 sedimentology_html_6758585724:973:76355:76383 San Andres Texas +0.264187 geology_html_3815023299 geology_html_3815023299:304:23152:23158 Brazil Earth +0.276992 cspg_html_7201476813 cspg_html_7201476813:470:57255:57263 Billings Golden Valley, Minnesota +0.481076 AMJC_html_3632105729 AMJC_html_3632105729:222:32596:32612 Wild Sheep Creek Middle East +0.437376 aapg_ah_876.html aapg_ah_876.html:63:8869:8884 Sligo Texas +0.254989 aapg_ah_501.html aapg_ah_501.html:61:7087:7094 Edwards Texas +0.25122 aapg_ah_498.html aapg_ah_498.html:67:5604:5620 Catahoula Burleson County, Texas +0.857467 gsa_html_8152640301 gsa_html_8152640301:213:18312:18328 Naknek Talkeetna Mountains +0.46416 aapg_aa_44.html aapg_aa_44.html:223:28441:28449 Moenkopi Hermosa, Chicago +0.255892 aapg_ah_207.html aapg_ah_207.html:70:9869:9875 Denver Colorado +0.490428 aapg_ai_957.html aapg_ai_957.html:3:405:413 Beaumont Uvalde, Texas +0.24843 gsa_html_7040053075 gsa_html_7040053075:746:80073:80081 San Jose Western world +0.933155 gsa_html_1119256423 gsa_html_1119256423:88:8112:8138 White River Nebraska +0.255 aapg_aa_491.html aapg_aa_491.html:19:2447:2470 Cook Mountain Rio Grande City, Texas +0.507636 cspg_html_3772380029 cspg_html_3772380029:875:109266:109277 Rocky Brook Southampton Island +0.454064 aapg_ah_287.html aapg_ah_287.html:287:35682:35688 Brazil Africa +0.259844 palaios_html_6676788300 palaios_html_6676788300:118:16219:16230 Ludlowville Skaneateles (village), New York +0.240019 cspg_html_2986717500 cspg_html_2986717500:444:21174:21196 Trent River Qualicum River +0.253132 cspg_html_9228109535 cspg_html_9228109535:80:12049:12069 Leduc Central Alberta +0.495992 cspg_html_9905904289 cspg_html_9905904289:106:14978:14985 Eastend Morrin, Alberta +0.245388 cspg_html_8298261690 cspg_html_8298261690:639:65306:65335 Peace River Lacombe, Alberta +0.483171 cspg_html_5726581016 cspg_html_5726581016:6:360:368 Columbia Victoria, British Columbia +0.266662 jgeology_html_3625026933 jgeology_html_3625026933:107:5589:5610 Astoria Astoria, Oregon +0.27162 aapg_ah_260.html aapg_ah_260.html:117:15329:15347 Morrison Colorado +0.54036 aapg_ac_765.html aapg_ac_765.html:335:61997:62016 Chinle Chinle Formation +0.49022 aapg_aa_305.html aapg_aa_305.html:100:15059:15077 Kirkwood Closter, New Jersey +0.252648 cspg_html_8694594891 cspg_html_8694594891:442:46721:46748 Beekmantown Ottawa, Kansas +0.484298 aapg_ae_223.html aapg_ae_223.html:122:15269:15283 Niobrara Niobrara, Nebraska +0.274576 aapg_af_381.html aapg_af_381.html:28:4521:4528 Temblor Santa Monica Mountains +0.262143 cspg_html_7587979364 cspg_html_7587979364:633:45595:45614 Swan Hills Lacombe, Alberta +0.248901 aapg_ae_805.html aapg_ae_805.html:200:23218:23224 Sandia Madera County, California +0.25551 geology_html_3139121339 geology_html_3139121339:145:12353:12364 Quadra Wisconsin +0.262656 cspg_html_3178645840 cspg_html_3178645840:357:46082:46099 Halfway Victoria, British Columbia +0.502 gsa_html_2206644180 gsa_html_2206644180:55:3476:3504 Green River Colorado +0.260568 aapg_ai_974.html aapg_ai_974.html:25:3989:3995 Oregon Washington (state) +0.462105 aapg_ai_278.html aapg_ai_278.html:588:75337:75351 Fredericksburg Melbourne, Florida +0.49344 gsa_html_8926423406 gsa_html_8926423406:784:73908:73936 Green River Colorado +0.263662 cspg_html_8662646956 cspg_html_8662646956:126:20471:20498 Watt Mountain Middle East +0.239811 sedimentology_html_8829282630 sedimentology_html_8829282630:1756:93892:93898 Pueblo Colorado +0.47864 AMJC_html_5885335353 AMJC_html_5885335353:1073:117871:117877 Denver Logan, Utah +0.248346 gsa_html_8398449001 gsa_html_8398449001:753:64090:64100 Bear River Bear Lake, Michigan +0.441798 aapg_af_846.html aapg_af_846.html:13:1382:1393 San Antonio Laredo, Texas +0.254338 aapg_ah_623.html aapg_ah_623.html:22:2317:2325 Colorado Colorado +0.26979 aapg_af_256.html aapg_af_256.html:112:13319:13350 Cherry Canyon West Texas +0.289323 geology_html_9427090233 geology_html_9427090233:399:25773:25780 Dotsero Colorado +0.4841 aapg_af_896.html aapg_af_896.html:132:13137:13142 Ouray Colorado +0.501552 palaios_html_6353470714 palaios_html_6353470714:16:899:907 Colorado Colorado +0.270648 cspg_html_4924970281 cspg_html_4924970281:47:6951:6974 Grand Rapids Clearwater, Florida +0.267285 cspg_html_8489487451 cspg_html_8489487451:7:728:736 Columbia Victoria, British Columbia +0.265029 aapg_ad_763.html aapg_ad_763.html:438:54502:54515 Moreno Knoxville, Illinois +0.475896 aapg_ah_555.html aapg_ah_555.html:130:13198:13206 Colorado Arapahoe, North Carolina +0.257556 sedimentology_html_1460260224 sedimentology_html_1460260224:3074:81762:81789 Sundance Cheyenne, Wyoming +0.274476 aapg_aa_97.html aapg_aa_97.html:20:1921:1931 Washington Salem, Oregon +0.263662 aapg_af_84.html aapg_af_84.html:22:2021:2031 Washington Salem, Oregon +0.251904 palaios_html_6815039820 palaios_html_6815039820:437:41283:41301 Willwood Cheyenne, Wyoming +0.4785 gsa_html_8753002430 gsa_html_8753002430:9:292:297 Rapid Elba Island +0.820686 geology_html_2384062478 geology_html_2384062478:282:27090:27110 Pottsville Alabama +0.482733 cspg_html_4785922166 cspg_html_4785922166:528:62047:62059 Saskatchewan Saskatoon +0.71631 aapg_ai_477.html aapg_ai_477.html:176:18421:18439 Dunvegan Anchorage, Alaska +0.269916 aapg_ah_779.html aapg_ah_779.html:137:26023:26034 Black River Lowville (town), New York +0.243045 gsa_html_7938666655 gsa_html_7938666655:212:18817:18837 Kotsina Conglomerate Middle East +0.240757 cspg_html_8525917094 cspg_html_8525917094:282:36382:36390 Vanguard Lacombe, Alberta +0.254448 sedimentology_html_9626990209 sedimentology_html_9626990209:120:13651:13670 Rock Springs Sevier orogeny +0.486675 jgeology_html_1740511298 jgeology_html_1740511298:1116:71698:71721 Mount Mineral Cambridge, Massachusetts +0.850796 aapg_ai_17.html aapg_ai_17.html:400:31243:31250 Carrizo Texas +0.477084 aapg_ai_503.html aapg_ai_503.html:229:24982:24989 Grimsby Niagara River +0.512952 aapg_af_880.html aapg_af_880.html:456:68795:68808 Abo New Mexico +0.70818 cspg_html_9542530836 cspg_html_9542530836:41:6157:6174 Decorah Iowa +0.25758 aapg_aa_415.html aapg_aa_415.html:143:19882:19892 Rio Grande Texas +0.473908 aapg_ac_749.html aapg_ac_749.html:86:11365:11372 Wiarton Guelph +0.25235 geology_html_2782706793 geology_html_2782706793:311:25795:25801 Eugene Salem, Oregon +0.265734 gsa_html_6317284187 gsa_html_6317284187:799:69195:69200 Price Arctic Cordillera +0.267225 aapg_ad_83.html aapg_ad_83.html:277:34013:34021 Nacatoch Austin, Chicago +0.2827 cspg_html_3740794265 cspg_html_3740794265:503:48024:48032 Columbia Victoria, British Columbia +0.46648 gsa_html_7248164569 gsa_html_7248164569:1289:87779:87787 Temporal Ottawa, Kansas +0.469755 gsa_html_4891459463 gsa_html_4891459463:1151:110213:110218 Weeks Los Angeles +0.458832 aapg_ai_594.html aapg_ai_594.html:284:30486:30495 Leadville Fremont, California +0.25143 palaios_html_6100595217 palaios_html_6100595217:238:26037:26067 Moodys Branch Lisbon +0.258572 aapg_ah_3.html aapg_ah_3.html:256:34104:34130 Horseshoe Canyon Canada +0.518816 gsa_html_1860930948 gsa_html_1860930948:82:8737:8753 Lakota Black Hills +0.47571 gsa_html_6142651299 gsa_html_6142651299:817:74093:74101 Rockwell Los Angeles +0.260538 aapg_af_3.html aapg_af_3.html:80:7979:7992 Supai Arizona +0.268822 aapg_ah_609.html aapg_ah_609.html:33:4449:4456 Wasatch Colorado +0.480495 cspg_html_9119878068 cspg_html_9119878068:34:4442:4466 Dawson Bay Southern Alberta +0.683476 aapg_ae_324.html aapg_ae_324.html:226:22990:22999 Blackford Knoxville, Tennessee +0.46248 gsa_html_4472896560 gsa_html_4472896560:712:55311:55315 Webb Gold Coast, Queensland +0.480496 sedimentology_html_5339936934 sedimentology_html_5339936934:1339:71486:71503 Wasatch Colorado +0.278759 sedimentology_html_3841637081 sedimentology_html_3841637081:1397:61975:62011 Debolt Canada +0.251979 aapg_ah_876.html aapg_ah_876.html:39:5251:5260 Sunniland Melbourne, Florida +0.236195 gsa_html_7102550258 gsa_html_7102550258:220:22133:22163 Wingate Colorado +0.254478 cspg_html_9439353033 cspg_html_9439353033:41:5386:5408 Willow Creek Lacombe, Alberta +0.494468 jgeology_html_8596065691 jgeology_html_8596065691:1261:85243:85250 Francis London, Ontario +0.470869 aapg_ac_702.html aapg_ac_702.html:338:35554:35569 Oread Iowa +0.267225 cspg_html_9778753186 cspg_html_9778753186:501:57127:57132 Price Lacombe, Alberta +0.255009 geology_html_9788030825 geology_html_9788030825:16:883:896 Santa Barbara California +0.843636 aapg_ae_876.html aapg_ae_876.html:54:6701:6723 Burro Canyon Cedar Mountains +0.255675 aapg_af_854.html aapg_af_854.html:1042:146945:146959 Indian Springs Bloomington, Indiana +0.259548 AMJC_html_3101604482 AMJC_html_3101604482:1007:93305:93316 Green River Kentucky +0.259056 aapg_ah_376.html aapg_ah_376.html:27:3136:3156 Minnekahta Black Hills +0.477543 gsa_html_8669219468 gsa_html_8669219468:564:50776:50786 Washington Western world +0.249711 palaios_html_9068072954 palaios_html_9068072954:556:60121:60147 Stephen Victoria, British Columbia +0.26572 palaios_html_3889678675 palaios_html_3889678675:13:752:762 Washington Seattle +0.502231 aapg_ae_429.html aapg_ae_429.html:306:22208:22224 Stonewall Texas +0.492666 aapg_af_471.html aapg_af_471.html:228:26987:26995 Parkwood Hartselle, Alabama +0.259017 aapg_ad_2.html aapg_ad_2.html:1386:189588:189599 Black River Pennsylvania +0.261975 aapg_ad_800.html aapg_ad_800.html:111:13429:13434 Eutaw Tuscaloosa, Alabama +0.267696 cspg_html_4541662139 cspg_html_4541662139:29:3634:3641 Sly Gap Arizona +0.483928 geology_html_2270715369 geology_html_2270715369:188:22021:22026 Upham Cambridge, Massachusetts +0.267253 aapg_aa_357.html aapg_aa_357.html:266:24138:24144 Kaibab Supai, Arizona +0.474012 cspg_html_3772380029 cspg_html_3772380029:686:84973:84985 Attawapiskat River Severn +0.25149 cspg_html_8250755331 cspg_html_8250755331:531:61406:61425 Kaskapau Lacombe, Alberta +0.91105 gsa_html_1347484649 gsa_html_1347484649:139:13519:13540 Green River Colorado +0.494252 gsa_html_4120839285 gsa_html_4120839285:1334:131026:131039 Santa Barbara Los Angeles +0.493189 aapg_ae_154.html aapg_ae_154.html:45:5815:5823 Columbia Victoria, British Columbia +0.520608 aapg_af_859.html aapg_af_859.html:70:11292:11311 Beaumont Beaumont, Texas +0.48896 aapg_ai_340.html aapg_ai_340.html:370:42813:42832 Matanuska Anchorage, Alaska +0.265225 aapg_ae_897.html aapg_ae_897.html:35:4654:4658 Java Sumatra +0.399892 aapg_ai_105.html aapg_ai_105.html:694:81882:81902 Phosphoria Cheyenne, Wyoming +0.498419 aapg_af_286.html aapg_af_286.html:339:43849:43869 Tuscaloosa Mississippi River +0.26866 aapg_af_242.html aapg_af_242.html:170:19113:19123 San Felipe Tampico, Illinois +0.47583 gsa_html_9991813982 gsa_html_9991813982:22:1430:1438 Colorado Denver +0.256824 aapg_ad_148.html aapg_ad_148.html:21:1933:1943 Washington Seattle +0.23086 aapg_af_305.html aapg_af_305.html:86:8756:8762 Sabine Natchitoches, Louisiana +0.256 cspg_html_4630116521 cspg_html_4630116521:1113:109875:109888 Windsor Bridgetown, Nova Scotia +0.356932 aapg_ae_220.html aapg_ae_220.html:654:64780:64790 Brownstown Arkansas +0.242374 aapg_aa_148.html aapg_aa_148.html:33:5258:5274 Navajo Colorado +0.89019 aapg_ai_975.html aapg_ai_975.html:1182:93382:93401 Buda Buda, Texas +0.24696 gsa_html_8820488310 gsa_html_8820488310:348:31635:31643 Sheppard Canada +0.241077 gsa_html_1142860634 gsa_html_1142860634:648:57674:57679 Rapid Chile +0.261602 geology_html_3116381023 geology_html_3116381023:190:19509:19524 Carrizo California +0.707442 palaios_html_4501603736 palaios_html_4501603736:574:48344:48376 Thaynes Logan, Utah +0.273896 sedimentology_html_8488362853 sedimentology_html_8488362853:1816:125683:125700 Cardium Lacombe, Alberta +0.251482 gsa_html_3677258183 gsa_html_3677258183:14:686:692 Denver Colorado +0.500123 jgeology_html_4305195651 jgeology_html_4305195651:3047:217100:217110 Pottsville Pottsville, Pennsylvania +0.263144 gsa_html_5952049575 gsa_html_5952049575:881:84307:84315 Colorado Cheyenne, Wyoming +0.485254 palaios_html_9127387632 palaios_html_9127387632:991:80778:80794 Pioche Reno, Nevada +0.250997 cspg_html_3521815736 cspg_html_3521815736:235:33094:33102 Grayling Western world +0.27507 aapg_ae_295.html aapg_ae_295.html:203:22919:22927 Nacatoch Arkadelphia, Arkansas +0.257943 cspg_html_7406325086 cspg_html_7406325086:431:46657:46676 Kootenai Montana +0.479232 cspg_html_9343899465 cspg_html_9343899465:494:48688:48704 Parry Islands Banks Island +0.253967 cspg_html_7779401416 cspg_html_7779401416:169:20705:20721 Guelph Lockport (city), New York +0.258332 aapg_ae_546.html aapg_ae_546.html:216:25864:25898 Cotton Valley Carthage, Missouri +0.923832 aapg_ai_489.html aapg_ai_489.html:509:57716:57728 Eureka Sound Canada +0.260084 aapg_af_628.html aapg_af_628.html:133:12771:12789 Golconda Illinois +0.469802 gsa_html_9233283294 gsa_html_9233283294:283:27539:27544 Yukon Anchorage, Alaska +0.250805 aapg_ad_3.html aapg_ad_3.html:477:45296:45306 Reedsville Juniata County School District +0.501704 cspg_html_6334734829 cspg_html_6334734829:276:28235:28257 Nasina Indian River (Florida) +0.273942 aapg_af_664.html aapg_af_664.html:313:33186:33196 San Andres Sheffield station +0.464088 aapg_aa_6.html aapg_aa_6.html:84:10173:10178 Tampa Melbourne, Florida +0.686622 cspg_html_6116883777 cspg_html_6116883777:1241:174139:174161 Devon Island Ellesmere Island +0.257526 AMJC_html_6460325105 AMJC_html_6460325105:135:16403:16417 Valley Springs Sierra Nevada (Spain) +0.487014 sedimentology_html_2608220485 sedimentology_html_2608220485:516:25582:25593 St Lawrence Davis Strait +0.265216 aapg_ah_592.html aapg_ah_592.html:225:16647:16674 Michigan Tuscola County, Michigan +0.477044 aapg_ad_564.html aapg_ad_564.html:6363:505889:505922 Grosmont Canada +0.50688 aapg_ad_756.html aapg_ad_756.html:429:50715:50728 Cotton Valley Pine Island (Lee County, Florida) +0.26565 cspg_html_8089302449 cspg_html_8089302449:286:48842:48862 Swan Hills Swan Hill, Victoria +0.837189 aapg_af_497.html aapg_af_497.html:711:69030:69049 Greenhorn Colorado +0.258542 cspg_html_3102530088 cspg_html_3102530088:198:23878:23884 Tovell Milk River, Alberta +0.494769 aapg_ak_104.html aapg_ak_104.html:467:46808:46817 Interlake Nassau, Bahamas +0.250368 geology_html_4730996186 geology_html_4730996186:12:607:617 Washington Vancouver +0.488698 aapg_aa_25.html aapg_aa_25.html:167:15024:15040 Navajo Kayenta, Arizona +0.466074 aapg_ai_250.html aapg_ai_250.html:136:15475:15483 Colorado Colorado +0.237546 gsa_html_8266272099 gsa_html_8266272099:40:4407:4415 Colorado Denver +0.47268 aapg_ad_757.html aapg_ad_757.html:178:19651:19667 Kinderhook Mississippi River +0.48204 cspg_html_7941684345 cspg_html_7941684345:449:55654:55662 Columbia Victoria, British Columbia +0.246 sedimentology_html_1728853853 sedimentology_html_1728853853:972:66498:66503 Yukon Mackenzie River +0.260604 cspg_html_2734588863 cspg_html_2734588863:30:4147:4160 Wabamun Lacombe, Alberta +0.23856 aapg_af_46.html aapg_af_46.html:22:4036:4053 Goddard Absaroka +0.251482 aapg_ae_813.html aapg_ae_813.html:536:43428:43434 Brazil Bolivia +0.49858 gsa_html_5378329144 gsa_html_5378329144:1035:91932:91960 Green River Colorado +0.503685 aapg_af_77.html aapg_af_77.html:270:20980:20999 Cotton Valley Upshur County, West Virginia +0.477087 aapg_aa_417.html aapg_aa_417.html:350:48167:48183 Colorado Black Hills +0.49088 cspg_html_2796643803 cspg_html_2796643803:109:17423:17455 Earlie Lacombe, Alberta +0.269374 aapg_aa_598.html aapg_aa_598.html:10:1566:1574 Red Peak Cheyenne, Wyoming +0.26967 aapg_ad_662.html aapg_ad_662.html:370:34941:34955 Frio Gulf Coast of the United States +0.265 cspg_html_1354945055 cspg_html_1354945055:853:98865:98882 Duperow Williston Basin +0.47025 cspg_html_9868683298 cspg_html_9868683298:695:60901:60909 Edmonton Calgary +0.252266 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17449:17465 Supai Supai, Arizona +0.27136 aapg_ah_318.html aapg_ah_318.html:1425:141589:141598 Smackover Cotton Valley, Louisiana +0.459756 cspg_html_4233306187 cspg_html_4233306187:58:8421:8435 Colorado Regina, Saskatchewan +0.48501 cspg_html_3104351736 cspg_html_3104351736:806:84701:84723 Pigeon Point California +0.510822 aapg_ad_350.html aapg_ad_350.html:448:49718:49738 Beekmantown Pendleton County, Kentucky +0.485982 cspg_html_1503116552 cspg_html_1503116552:1735:245800:245834 Waterways Lacombe, Alberta +0.250985 aapg_ah_789.html aapg_ah_789.html:28:3301:3309 Richmond Colombia +0.242514 aapg_ah_719.html aapg_ah_719.html:55:9144:9152 Colorado Denver +0.267794 aapg_ae_660.html aapg_ae_660.html:153:19602:19622 Smackover Alabama +0.488048 gsa_html_4557277250 gsa_html_4557277250:567:54067:54099 Carmel Logan, Utah +0.477951 aapg_ac_422.html aapg_ac_422.html:286:35891:35903 Strand Fiord Long Island +0.25414 aapg_ae_74.html aapg_ae_74.html:411:38929:38945 Moenkopi Chinle Formation +0.4795 sedimentology_html_2898428289 sedimentology_html_2898428289:161:13914:13932 Winnipegosis Regina, Saskatchewan +0.446082 geology_html_8106588521 geology_html_8106588521:466:29738:29766 Green River Cheyenne, Wyoming +0.264115 gsa_html_6967102683 gsa_html_6967102683:701:62485:62493 Columbia Victoria, British Columbia +0.253009 aapg_af_99.html aapg_af_99.html:41:5511:5528 Cubagua Guatemala +0.259904 aapg_ai_328.html aapg_ai_328.html:88:8713:8734 Lake Valley Las Cruces, New Mexico +0.242985 aapg_ad_440.html aapg_ad_440.html:43:4681:4688 Taggard Virginia +0.45668 gsa_html_7808051457 gsa_html_7808051457:862:81654:81662 Colorado Colorado +0.48576 gsa_html_5599919112 gsa_html_5599919112:832:59404:59410 Walker Salem, Oregon +0.49401 cspg_html_7086880709 cspg_html_7086880709:259:31611:31622 Hare Indian Lacombe, Alberta +0.275456 aapg_ah_96.html aapg_ah_96.html:27:3155:3169 Stony Mountain Cincinnati +0.2889 aapg_ad_960.html aapg_ad_960.html:11:1053:1067 Monterey California +0.247504 aapg_ae_181.html aapg_ae_181.html:187:26510:26516 Ripley Montgomery (town), New York +0.49248 gsa_html_7875871937 gsa_html_7875871937:779:69938:69966 Green River Colorado +0.478022 cspg_html_7727352096 cspg_html_7727352096:6:391:402 Belly River Judith River Formation +0.207 aapg_ah_98.html aapg_ah_98.html:207:21667:21673 Icebox Winnipeg +0.236652 geology_html_1378183813 geology_html_1378183813:14:615:625 Santa Cruz California +0.499939 aapg_ac_586.html aapg_ac_586.html:246:27321:27341 Pottsville Pennsylvania +0.47991 aapg_ai_583.html aapg_ai_583.html:576:75577:75598 Summerville Logan, Utah +0.270648 aapg_ae_630.html aapg_ae_630.html:196:16769:16788 Red River Sheridan County, Wyoming +0.331914 cspg_html_3124360347 cspg_html_3124360347:18:3240:3255 Chazy Quebec City +0.2695 gsa_html_9353787239 gsa_html_9353787239:997:87788:87797 Flagstaff Arizona +0.25957 aapg_af_3.html aapg_af_3.html:71:7058:7073 Supai Oak Creek Canyon +0.251262 aapg_ae_513.html aapg_ae_513.html:143:12444:12448 Frio Brazoria County, Texas +0.404092 cspg_html_6252417471 cspg_html_6252417471:116:17938:17959 Christopher Banks Island +0.266207 geology_html_2132529104 geology_html_2132529104:31:3629:3647 Monterey California +0.250805 aapg_ah_973.html aapg_ah_973.html:21:3307:3324 Mount Laurel Monmouth +0.8987 aapg_ai_583.html aapg_ai_583.html:29:4974:4982 Sundance Spearfish, South Dakota +0.244528 aapg_ae_226.html aapg_ae_226.html:11:1970:1977 Kanawha Ohio +0.236115 sedimentology_html_8488362853 sedimentology_html_8488362853:112:11145:11148 Arc Tyrrhenian Sea +0.246984 cspg_html_1037979402 cspg_html_1037979402:14:1054:1075 Bluesky Lacombe, Alberta +0.914872 cspg_html_5450075884 cspg_html_5450075884:752:76106:76123 Cardium Canada +0.49266 AMJC_html_7032017201 AMJC_html_7032017201:648:53845:53855 Stillwater Canada +0.26544 aapg_ah_863.html aapg_ah_863.html:426:38813:38823 Pine Point Great Slave Lake +0.26162 aapg_ac_414.html aapg_ac_414.html:297:37224:37240 Kaibab Reno, Nevada +0.246015 gsa_html_5955392368 gsa_html_5955392368:12:521:533 Rhode Island Lanzhou Airport +0.27612 aapg_ae_789.html aapg_ae_789.html:344:40039:40044 Banff Mount Assiniboine Provincial Park +0.479776 geology_html_8366774762 geology_html_8366774762:13:692:704 Rhode Island Newport, Rhode Island +0.486213 cspg_html_1925276454 cspg_html_1925276454:509:54666:54674 Columbia Victoria, British Columbia +0.475059 aapg_af_808.html aapg_af_808.html:343:46064:46082 Scotland Barbados +0.25856 geology_html_9145742448 geology_html_9145742448:283:21565:21571 Madrid Ontario, California +0.251496 aapg_ai_139.html aapg_ai_139.html:37:4236:4244 Columbia Victoria, British Columbia +0.42742 geology_html_3741422893 geology_html_3741422893:314:21712:21728 Dakota New Mexico +0.259739 cspg_html_8612721867 cspg_html_8612721867:879:106709:106724 Nisku Lacombe, Alberta +0.26 gsa_html_5928791685 gsa_html_5928791685:935:75024:75040 Blackstone Newport, Rhode Island +0.502128 gsa_html_3151431803 gsa_html_3151431803:420:44085:44099 Rockwell Earth +0.246433 cspg_html_9361096527 cspg_html_9361096527:894:78215:78224 Cathedral Lacombe, Alberta +0.249444 cspg_html_8362959053 cspg_html_8362959053:231:26282:26295 Mountain Park Lacombe, Alberta +0.25551 aapg_ac_216.html aapg_ac_216.html:185:15940:15952 Stone Corral Nebraska +0.453924 aapg_ac_5.html aapg_ac_5.html:3:324:329 Yukon Victoria, British Columbia +0.454258 aapg_ai_143.html aapg_ai_143.html:144:17069:17081 Medicine Hat Bow Island Airport +0.461835 gsa_html_8261220426 gsa_html_8261220426:12:491:499 Colorado Denver +0.250272 aapg_ac_246.html aapg_ac_246.html:571:54622:54641 Newcastle Black Hills +0.478969 aapg_aa_775.html aapg_aa_775.html:373:38424:38438 Frio Houston +0.4725 aapg_ai_835.html aapg_ai_835.html:52:5723:5737 Ingleside Corpus Christi Bay +0.2525 aapg_ad_81.html aapg_ad_81.html:319:50607:50636 Nonesuch Michigan +0.656352 geology_html_1499318691 geology_html_1499318691:59:4960:4976 Eureka Quartzite Reno, Nevada +0.479622 aapg_ai_189.html aapg_ai_189.html:573:58084:58090 Casper Cheyenne, Wyoming +0.382802 aapg_ai_399.html aapg_ai_399.html:342:32622:32628 Ripley Mississippi River +0.246945 aapg_aa_898.html aapg_aa_898.html:121:15572:15591 Flagstaff Flagstaff, Arizona +0.26624 cspg_html_7970178687 cspg_html_7970178687:7:624:630 Viking Edmonton, London +0.250997 aapg_ae_415.html aapg_ae_415.html:933:116246:116251 Tampa Alabama +0.451095 aapg_ad_2.html aapg_ad_2.html:743:105413:105425 Little Falls Saratoga Springs, New York +0.26469 aapg_ae_795.html aapg_ae_795.html:323:39302:39319 Green River Chattanooga, Tennessee +0.48278 sedimentology_html_2139169476 sedimentology_html_2139169476:41:2491:2500 Peninsula Korea +0.473052 jgeology_html_8406118991 jgeology_html_8406118991:591:57759:57769 Nome Seward, Alaska +0.249975 aapg_ae_498.html aapg_ae_498.html:931:100195:100203 Virginia Huntington, West Virginia +0.264901 aapg_ae_45.html aapg_ae_45.html:34:4785:4803 Norphlet Haynesville, Louisiana +0.2548 aapg_af_138.html aapg_af_138.html:188:17231:17239 Catskill Pennsylvania +0.257895 cspg_html_6472484014 cspg_html_6472484014:10:597:651 West Point New Brunswick, New Jersey +0.495423 aapg_ad_760.html aapg_ad_760.html:174:19648:19663 Santa Margarita California +0.25857 aapg_af_833.html aapg_af_833.html:1099:121881:121905 Tensleep Western world +0.25441 cspg_html_4298557570 cspg_html_4298557570:176:25039:25065 Horseshoe Canyon Red Deer, Alberta +0.27918 aapg_ah_536.html aapg_ah_536.html:489:63222:63244 Mooringsport Paluxy, Texas +0.484428 cspg_html_4293350162 cspg_html_4293350162:958:97495:97503 Mt. Head Lacombe, Alberta +0.483171 gsa_html_6792712999 gsa_html_6792712999:639:63923:63938 Rapid California +0.233253 geology_html_2350878941 geology_html_2350878941:309:23787:23795 Colorado Cheyenne, Wyoming +0.468951 cspg_html_7281679890 cspg_html_7281679890:429:71977:71992 Canol Mackenzie River +0.252004 aapg_aa_11.html aapg_aa_11.html:47:6779:6791 Pueblo Harpersville, Alabama +0.26676 cspg_html_5403901844 cspg_html_5403901844:228:31206:31226 Keg River Lacombe, Alberta +0.465552 geology_html_1934209728 geology_html_1934209728:176:15162:15171 Eel River Monterey Bay +0.24651 aapg_ad_3.html aapg_ad_3.html:537:52288:52296 Virginia Pennsylvania +0.263048 aapg_ae_959.html aapg_ae_959.html:2297:163573:163594 Dewey Lake Texas +0.478676 cspg_html_4409656292 cspg_html_4409656292:637:72039:72047 Columbia Victoria, British Columbia +0.275184 aapg_ad_443.html aapg_ad_443.html:175:21142:21150 Virginia Campbell, California +0.255012 aapg_ah_645.html aapg_ah_645.html:91:12276:12281 Piper Williston, Vermont +0.54376 aapg_ah_508.html aapg_ah_508.html:3:328:350 Beekmantown Pennsylvania +0.264248 cspg_html_5880669950 cspg_html_5880669950:685:65265:65302 Beaverhill Lacombe, Alberta +0.261105 aapg_af_131.html aapg_af_131.html:676:68349:68366 Tecovas Palo Duro Canyon +0.377678 cspg_html_9222238695 cspg_html_9222238695:16:2128:2161 Fernie Lacombe, Alberta +0.472054 cspg_html_4176605708 cspg_html_4176605708:716:68572:68580 Colorado Regina, Saskatchewan +0.257868 aapg_ae_24.html aapg_ae_24.html:12:1763:1775 Rhode Island Block Island +0.249488 aapg_ad_749.html aapg_ad_749.html:215:20138:20146 Carlsbad Guadalupe Mountains National Park +0.256853 cspg_html_4319383223 cspg_html_4319383223:601:65750:65763 Red Rock Victoria, British Columbia +0.252494 palaios_html_9133125241 palaios_html_9133125241:372:44945:44959 Point Pleasant Lexington, Kentucky +0.258416 palaios_html_8054385512 palaios_html_8054385512:471:41420:41440 Hell Creek Eastern Montana +0.241552 gsa_html_9514738497 gsa_html_9514738497:793:69362:69368 Laguna Albuquerque, New Mexico +0.489204 aapg_ai_584.html aapg_ai_584.html:753:79039:79045 Casper Laramie, Wyoming +0.471424 aapg_ac_380.html aapg_ac_380.html:198:24946:24954 Onondaga Onondaga County, New York +0.449805 aapg_ac_574.html aapg_ac_574.html:330:37096:37115 Esmeralda Reno, Nevada +0.2605 aapg_af_779.html aapg_af_779.html:13:2361:2379 Traverse Michigan +0.242094 sedimentology_html_2339468027 sedimentology_html_2339468027:1899:149575:149581 Snyder California +0.482218 cspg_html_3501550466 cspg_html_3501550466:568:81845:81863 Grosmont Lacombe, Alberta +0.254338 gsa_html_4058959570 gsa_html_4058959570:924:69922:69928 Taylor London, Ontario +0.50076 cspg_html_8575889766 cspg_html_8575889766:117:13302:13324 Eureka Sound Ellesmere Island +0.481265 aapg_ad_3.html aapg_ad_3.html:303:28754:28762 Virginia Knoxville, Tennessee +0.474768 aapg_aa_699.html aapg_aa_699.html:4:502:510 Michigan Ohio +0.449302 aapg_ac_841.html aapg_ac_841.html:1731:176506:176527 El Plan Tegucigalpa +0.343896 aapg_ae_324.html aapg_ae_324.html:618:63454:63463 Bluefield Virginia +0.501804 cspg_html_7777724998 cspg_html_7777724998:881:80980:80988 Columbia Lacombe, Alberta +0.481792 aapg_ae_856.html aapg_ae_856.html:233:28208:28223 Aquia Alabama +0.50806 cspg_html_7777724998 cspg_html_7777724998:175:26520:26543 Mist Mountain Bellevue, Nebraska +0.241895 cspg_html_1763727002 cspg_html_1763727002:420:47001:47009 Columbia Victoria, British Columbia +0.488474 aapg_af_854.html aapg_af_854.html:362:46372:46387 Keokuk Sedalia, Missouri +0.267288 aapg_ai_1.html aapg_ai_1.html:170:15153:15158 Molas Hermosa, Chicago +0.374904 jgeology_html_7979718784 jgeology_html_7979718784:178:14580:14605 Chinle Uncompahgre Plateau +0.489328 cspg_html_3104351736 cspg_html_3104351736:17:2000:2017 Pakowki Lacombe, Alberta +0.26565 gsa_html_2324818064 gsa_html_2324818064:812:71290:71299 Red River Shreveport, Louisiana +0.470374 cspg_html_4463164802 cspg_html_4463164802:775:69113:69121 Columbia Victoria, British Columbia +0.816321 geology_html_1401703826 geology_html_1401703826:14:810:822 Rhode Island Newport, Rhode Island +0.48412 aapg_ae_182.html aapg_ae_182.html:370:38918:38937 Smackover Bellevue, Nebraska +0.255524 aapg_ah_80.html aapg_ah_80.html:91:9917:9936 Matanuska Anchorage, Alaska +0.479574 aapg_ak_87.html aapg_ak_87.html:404:52262:52281 Horquilla Mogollon, New Mexico +0.268323 aapg_ai_17.html aapg_ai_17.html:1130:74429:74448 Catahoula Tampa, Florida +0.487113 palaios_html_7179643765 palaios_html_7179643765:96:10074:10085 La Luna Venezuela +0.253727 sedimentology_html_2090465227 sedimentology_html_2090465227:873:54355:54359 Bond North Sea +0.257045 cspg_html_8316122266 cspg_html_8316122266:367:33634:33643 Mackenzie Lacombe, Alberta +0.24192 palaios_html_9935872947 palaios_html_9935872947:30:3100:3110 Laurentian Colorado +0.276078 aapg_ae_959.html aapg_ae_959.html:1909:138622:138630 Grayburg Nashville Basin +0.484968 aapg_aa_788.html aapg_aa_788.html:500:55511:55529 Sycamore Mississippi River +0.472017 gsa_html_5355534591 gsa_html_5355534591:22:1472:1482 Fort Worth Texas +0.251923 aapg_ai_975.html aapg_ai_975.html:205:24439:24445 Sierra Coahuila +0.254464 geology_html_3217046505 geology_html_3217046505:153:11580:11591 Green River Uinta Mountains +0.906288 aapg_af_430.html aapg_af_430.html:133:14700:14712 Wilcox Zapata County, Texas +0.49062 aapg_ad_763.html aapg_ad_763.html:284:34605:34623 Vaqueros Southeast Asia +0.2574 aapg_ad_379.html aapg_ad_379.html:578:48756:48762 Chinle Kane County, Illinois +0.507311 aapg_ai_815.html aapg_ai_815.html:319:34957:34978 Washington Svalbard and Jan Mayen +0.46645 gsa_html_9353787239 gsa_html_9353787239:856:78944:78964 Las Animas West, Texas +0.259017 gsa_html_8499611670 gsa_html_8499611670:831:80687:80694 Jackson Illinois +0.244904 gsa_html_8951179545 gsa_html_8951179545:375:44453:44469 Tesnus Mexico +0.480594 aapg_ae_212.html aapg_ae_212.html:42:8948:8957 Red River Texas +0.255936 aapg_ac_870.html aapg_ac_870.html:10:990:1008 Bowen Denison, Texas +0.025823 aapg_ah_96.html aapg_ah_96.html:423:49399:49413 Red River Red River of the North +0.276138 cspg_html_9872589627 cspg_html_9872589627:53:6510:6528 Halfway Dixon, Illinois +0.240912 sedimentology_html_9323405610 sedimentology_html_9323405610:234:8839:8843 Hall London, Ontario +0.249936 gsa_html_9161666105 gsa_html_9161666105:277:22657:22678 Bonaventure Western world +0.259 aapg_ac_473.html aapg_ac_473.html:238:32257:32277 Phosphoria Logan, Utah +0.46013 cspg_html_1770934036 cspg_html_1770934036:584:63426:63434 Columbia Victoria, British Columbia +0.262119 palaios_html_3796939457 palaios_html_3796939457:498:43510:43524 Ogallala Hitchcock County, Nebraska +0.497721 aapg_af_133.html aapg_af_133.html:270:28540:28546 Racine Wisconsin +0.468216 cspg_html_4287356899 cspg_html_4287356899:1458:200973:200978 Kayak Anchorage, Alaska +0.298287 cspg_html_7450448060 cspg_html_7450448060:11:1286:1302 Belloy Western Canadian Sedimentary Basin +0.486095 gsa_html_8354711347 gsa_html_8354711347:182:19110:19138 Green River Colorado +0.46137 cspg_html_7402164801 cspg_html_7402164801:57:6631:6649 Lea Park Lacombe, Alberta +0.248392 aapg_ai_996.html aapg_ai_996.html:1163:50075:50084 Allentown Asbury Park, New Jersey +0.255712 geology_html_3854373754 geology_html_3854373754:307:23897:23907 Montgomery New Mexico +0.24139 geology_html_1523318259 geology_html_1523318259:253:26461:26469 Colorado Logan, Utah +0.272824 aapg_ah_4.html aapg_ah_4.html:292:46343:46358 Heath Talara Province +0.25823 sedimentology_html_9626990209 sedimentology_html_9626990209:981:83133:83158 Mesaverde Cheyenne, Wyoming +0.472812 aapg_ae_855.html aapg_ae_855.html:172:18068:18082 Flagstaff Flagstaff, Arizona +0.23923 geology_html_8946833559 geology_html_8946833559:277:23218:23237 Pansy Lee Conglomerate Reno, Nevada +0.374796 aapg_ah_27.html aapg_ah_27.html:68:9435:9448 Barnett Llano, Texas +0.247883 cspg_html_5376629375 cspg_html_5376629375:213:24994:25012 Arctomys Canmore, Alberta +0.28215 cspg_html_5904948553 cspg_html_5904948553:6:609:643 Mount Head Lacombe, Alberta +0.256985 gsa_html_4234009219 gsa_html_4234009219:377:36912:36931 Whitemud Lacombe, Alberta +0.255474 gsa_html_2374661120 gsa_html_2374661120:57:4716:4726 Bear River Sevier River +0.267253 aapg_ac_585.html aapg_ac_585.html:201:21659:21678 Smackover Arkansas +0.246856 cspg_html_7872970297 cspg_html_7872970297:735:59908:59916 Columbia Victoria, British Columbia +0.2605 aapg_ac_924.html aapg_ac_924.html:435:46724:46738 Mission Canyon Logan, Utah +0.240534 cspg_html_1962846283 cspg_html_1962846283:30:4626:4644 Kootenay Western world +0.479622 geology_html_7829136412 geology_html_7829136412:256:26010:26020 Stillwater Amsterdam +0.48896 geology_html_7193855481 geology_html_7193855481:11:541:549 Colorado Colorado +0.251122 palaios_html_3706035501 palaios_html_3706035501:212:30628:30643 Brule Badlands National Park +0.475629 aapg_aa_846.html aapg_aa_846.html:116:6677:6683 Forest Vail, Colorado +0.502313 aapg_ai_491.html aapg_ai_491.html:196:23421:23446 Pinkerton Trail Kaibab, Arizona +0.506412 gsa_html_9506242690 gsa_html_9506242690:733:67890:67895 Rapid Earth +0.253791 gsa_html_8030464622 gsa_html_8030464622:299:33495:33504 Red River China +0.25272 aapg_ai_328.html aapg_ai_328.html:194:18166:18177 Lake Valley Alamogordo, New Mexico +0.265895 aapg_ad_3.html aapg_ad_3.html:272:24229:24240 Beekmantown Alabama +0.469168 aapg_af_419.html aapg_af_419.html:18:2165:2171 Oregon Washington (state) +0.481076 cspg_html_9057975703 cspg_html_9057975703:50:5976:5990 Woodbend Western Canadian Sedimentary Basin +0.257895 gsa_html_5732664703 gsa_html_5732664703:792:80639:80648 Extension Kish (Sumer) +0.265608 palaios_html_3022467877 palaios_html_3022467877:385:43877:43888 Hornerstown Navesink River +0.252609 aapg_ac_750.html aapg_ac_750.html:61:5282:5289 Prairie Beaumont, Texas +0.276138 aapg_af_502.html aapg_af_502.html:44:6566:6575 Smackover Shreveport, Louisiana +0.26624 aapg_ah_784.html aapg_ah_784.html:31:3825:3829 Yeso Santa Rosa, California +0.264195 gsa_html_4449540565 gsa_html_4449540565:29:2796:2824 Green River New Mexico +0.254925 aapg_ac_380.html aapg_ac_380.html:105:13939:13957 Syracuse Michigan +0.273122 aapg_ah_646.html aapg_ah_646.html:42:5934:5950 Chinle Logan, Utah +0.261112 cspg_html_9354781888 cspg_html_9354781888:681:54375:54383 Columbia Victoria, British Columbia +0.239121 geology_html_4850868180 geology_html_4850868180:403:28479:28482 Rye Netherlands +0.256522 aapg_aa_662.html aapg_aa_662.html:394:31730:31749 Tuscarora Huntington, West Virginia +0.4745 aapg_af_26.html aapg_af_26.html:324:30009:30015 Oregon Salem, Oregon +0.251995 cspg_html_9435196958 cspg_html_9435196958:1420:59444:59465 Belly River Lacombe, Alberta +0.489599 aapg_aa_378.html aapg_aa_378.html:33:4033:4039 Empire India +0.25853 gsa_html_5158209975 gsa_html_5158209975:893:75661:75668 Prairie Shreveport, Louisiana +0.2646 cspg_html_4272664788 cspg_html_4272664788:84:13009:13024 Banff Victoria, British Columbia +0.25186 geology_html_7304783077 geology_html_7304783077:286:25354:25364 Washington Salem, Oregon +0.259584 cspg_html_1019614994 cspg_html_1019614994:70:13645:13673 Wabamun Lacombe, Alberta +0.465608 geology_html_7252964522 geology_html_7252964522:54:5033:5041 Virginia Hampton, New Hampshire +0.479987 aapg_aa_763.html aapg_aa_763.html:190:16955:16961 Moscow Moscow +0.2635 gsa_html_3317703349 gsa_html_3317703349:11:452:461 San Diego California +0.503208 cspg_html_3762708087 cspg_html_3762708087:6:330:346 Viking Lacombe, Alberta +0.48573 aapg_af_91.html aapg_af_91.html:756:84446:84459 Blue Mountain Milford, Connecticut +0.2435 aapg_ad_947.html aapg_ad_947.html:939:94137:94145 Colorado Colorado +0.241017 palaios_html_2134211390 palaios_html_2134211390:699:50769:50779 Santa Cruz Spain +0.270864 aapg_ai_367.html aapg_ai_367.html:3:348:357 Domengine California +0.253287 aapg_ai_816.html aapg_ai_816.html:217:34453:34468 Sarpy Nebraska +0.249775 cspg_html_5586087088 cspg_html_5586087088:250:32347:32355 Columbia Victoria, British Columbia +0.250368 aapg_af_116.html aapg_af_116.html:231:18873:18879 Sierra Mexico +0.25959 aapg_ai_527.html aapg_ai_527.html:28:3065:3084 Mesaverde Kirtland, Ohio +0.463638 aapg_aa_106.html aapg_aa_106.html:65:6897:6913 Elk Regina, Saskatchewan +0.44835 cspg_html_2650524233 cspg_html_2650524233:44:8362:8403 Paskapoo Lacombe, Alberta +0.262614 aapg_ad_98.html aapg_ad_98.html:718:68808:68813 Nopah California +0.27285 cspg_html_7330983978 cspg_html_7330983978:496:40649:40665 George Anticosti Island +0.25553 sedimentology_html_6464815017 sedimentology_html_6464815017:1774:128228:128234 Thrifty London, Ontario +0.49632 gsa_html_7206093592 gsa_html_7206093592:435:26826:26854 Green River New Mexico +0.260568 cspg_html_8086045309 cspg_html_8086045309:220:23799:23804 Nisku Edmonton, London +0.26574 gsa_html_3333403908 gsa_html_3333403908:1338:100710:100738 Green River New Mexico +0.900592 cspg_html_4298557570 cspg_html_4298557570:319:40779:40795 Battle Lacombe, Alberta +0.26928 cspg_html_5593011953 cspg_html_5593011953:100:13013:13025 Saskatchewan Lacombe, Alberta +0.490269 aapg_aa_193.html aapg_aa_193.html:457:42616:42623 Manlius New Scotland, New York +0.670662 aapg_ae_473.html aapg_ae_473.html:449:41756:41761 Yazoo Ocala, Florida +0.480599 aapg_aa_901.html aapg_aa_901.html:33:5150:5156 Casper Cheyenne, Wyoming +0.26037 aapg_ae_511.html aapg_ae_511.html:49:5580:5586 Dakota Uinta County, Wyoming +0.350628 jgeology_html_3686050500 jgeology_html_3686050500:989:85488:85509 Niobrara Nebraska +0.247506 geology_html_6994251577 geology_html_6994251577:332:23845:23854 Extension Tyrrhenian Sea +0.253492 cspg_html_8818854104 cspg_html_8818854104:28:4508:4516 Columbia Lacombe, Alberta +0.438274 cspg_html_3060428958 cspg_html_3060428958:180:26784:26801 Bearpaw Saskatchewan River +0.231261 aapg_aa_12.html aapg_aa_12.html:304:31287:31305 Sycamore Meramec River +0.257 gsa_html_8740218609 gsa_html_8740218609:924:86281:86304 Sykesville Sykesville, Maryland +0.26481 aapg_ae_789.html aapg_ae_789.html:359:42755:42767 Wabamun Barrhead, Alberta +0.466066 aapg_ac_888.html aapg_ac_888.html:484:35413:35422 Weir Greenbrier (Great Smoky Mountains) +0.264115 sedimentology_html_1930832872 sedimentology_html_1930832872:1101:67378:67384 Brazil China +0.496228 gsa_html_5202646019 gsa_html_5202646019:1036:86061:86089 Green River Colorado +0.26877 jgeology_html_4115179562 jgeology_html_4115179562:201:13578:13590 Liberty Hall Martinsburg, Nebraska +0.491232 gsa_html_1119256423 gsa_html_1119256423:339:29251:29259 Colorado Sioux City, Iowa +0.25908 gsa_html_3380395839 gsa_html_3380395839:334:35261:35271 Washington Victoria, British Columbia +0.278146 aapg_ad_379.html aapg_ad_379.html:343:30249:30257 Wolfcamp Logan, Utah +0.26052 aapg_ai_285.html aapg_ai_285.html:4:600:606 Naknek Cook Inlet +0.911064 cspg_html_2184632302 cspg_html_2184632302:99:11315:11334 Athabasca Lacombe, Alberta +0.469116 aapg_ai_975.html aapg_ai_975.html:1085:87476:87493 Edwards Del Rio, Tennessee +0.266231 aapg_af_770.html aapg_af_770.html:228:23821:23847 Wasatch Fremont County, Wyoming +0.25957 gsa_html_4432793908 gsa_html_4432793908:730:84401:84434 Sheep Pass Sevier orogeny +0.26112 jgeology_html_6016138758 jgeology_html_6016138758:732:45089:45098 Kulthieth Yakutat City and Borough, Alaska +0.487438 aapg_aa_415.html aapg_aa_415.html:339:49311:49329 Woodbine Arkansas +0.480129 aapg_ac_995.html aapg_ac_995.html:33:4649:4671 Huayacocotla Veracruz, Veracruz +0.284053 aapg_af_540.html aapg_af_540.html:351:46824:46832 Niobrara Niobrara, Nebraska +0.46604 AMJC_html_7984049819 AMJC_html_7984049819:885:91401:91418 Kittery New Hampshire +0.254012 cspg_html_8145657505 cspg_html_8145657505:49:8187:8217 Cairn Lacombe, Alberta +0.246945 geology_html_9689093687 geology_html_9689093687:259:26927:26933 Snyder Anchorage, Alaska +0.26936 geology_html_6487698083 geology_html_6487698083:278:24450:24458 Traverse Canada +0.243595 gsa_html_8833777630 gsa_html_8833777630:524:62962:62968 Denver Colorado +0.496125 gsa_html_4179834030 gsa_html_4179834030:315:36197:36208 Green River Logan, Utah +0.263168 gsa_html_1130947011 gsa_html_1130947011:51:5394:5420 Galena Lexington, Kentucky +0.246007 cspg_html_5295390542 cspg_html_5295390542:289:38280:38294 Halfway Lacombe, Alberta +0.2485 jgeology_html_2714962789 jgeology_html_2714962789:927:53233:53254 Chopawamsic Piedmont (United States) +0.49712 cspg_html_7587979364 cspg_html_7587979364:217:17656:17678 Slave Point Swan Hill, Victoria +0.252003 gsa_html_7932638920 gsa_html_7932638920:1166:107887:107896 San Diego Houghton, Michigan +0.274495 palaios_html_9886618772 palaios_html_9886618772:535:66445:66463 Yorktown Virginia +0.484124 aapg_ae_281.html aapg_ae_281.html:6:909:917 Columbia Columbia District +0.257033 aapg_aa_684.html aapg_aa_684.html:191:18756:18774 Ankareh John Crow Mountains +0.243522 geology_html_7993398906 geology_html_7993398906:186:23126:23135 San Diego California +0.264027 aapg_aa_259.html aapg_aa_259.html:233:19331:19353 Winnipegosis Regina, Saskatchewan +0.462768 aapg_ai_569.html aapg_ai_569.html:446:45617:45623 Dakota Chimney Rock, North Carolina +0.251955 geology_html_6004015760 geology_html_6004015760:187:17919:17923 Bond North Atlantic Current +0.893664 aapg_ae_768.html aapg_ae_768.html:21:3652:3669 Rustler Salado, Texas +0.488376 aapg_ad_785.html aapg_ad_785.html:721:78896:78902 Pueblo Colorado +0.24048 jgeology_html_2022713612 jgeology_html_2022713612:683:65709:65727 Stirling Sauk Village, Illinois +0.482463 aapg_ah_317.html aapg_ah_317.html:244:22848:22856 Scotland California +0.458689 aapg_ae_794.html aapg_ae_794.html:685:78492:78513 Tuscaloosa Arkansas +0.2646 palaios_html_9973267562 palaios_html_9973267562:555:64626:64640 Kope Cincinnati +0.267786 cspg_html_4568084707 cspg_html_4568084707:109:14916:14938 Cooking Lake Lacombe, Alberta +0.247234 gsa_html_9053175553 gsa_html_9053175553:62:8404:8430 Flagstaff Logan, Utah +0.704158 aapg_ah_536.html aapg_ah_536.html:398:52268:52275 Rodessa Texas +0.261615 aapg_ac_356.html aapg_ac_356.html:47:6180:6184 Pico Wilmington, North Carolina +0.243512 cspg_html_5406720001 cspg_html_5406720001:214:27876:27897 Ross Telford, Pennsylvania +0.2525 gsa_html_4431779557 gsa_html_4431779557:223:21105:21120 Blackwater Draw New Mexico +0.4947 aapg_aa_904.html aapg_aa_904.html:713:63667:63674 Paradox San Juan, Argentina +0.273493 aapg_ai_117.html aapg_ai_117.html:9:1163:1178 Weber Uinta County, Wyoming +0.481584 aapg_ak_39.html aapg_ak_39.html:153:17673:17680 Success California +0.484059 cspg_html_9778753186 cspg_html_9778753186:139:19802:19810 Columbia Victoria, British Columbia +0.27324 aapg_ac_785.html aapg_ac_785.html:84:15161:15182 Barnett Brown County, Ohio +0.3811 aapg_ac_301.html aapg_ac_301.html:219:26465:26482 Saturday Mountain Boise, Idaho +0.270657 aapg_ae_34.html aapg_ae_34.html:431:38625:38629 Frio Shreveport, Louisiana +0.24735 cspg_html_6351830705 cspg_html_6351830705:250:38434:38448 Word China +0.259017 AMJC_html_7141186441 AMJC_html_7141186441:111:15663:15670 Wasatch Fort Union Trading Post National Historic Site +0.26447 aapg_ai_491.html aapg_ai_491.html:1001:83337:83354 Hermosa Logan, Utah +0.25917 aapg_ah_167.html aapg_ah_167.html:294:34817:34823 Denver Logan, Utah +0.2783 aapg_ah_965.html aapg_ah_965.html:155:21724:21732 Beaumont Waller County, Texas +0.263654 aapg_ad_451.html aapg_ad_451.html:143:13287:13297 Rio Grande Shreveport, Louisiana +0.248482 aapg_ai_366.html aapg_ai_366.html:12:1576:1582 Lissie Beaumont, Texas +0.541206 aapg_ac_749.html aapg_ac_749.html:88:11833:11839 Salina Bruce Peninsula National Park +0.258055 aapg_ad_909.html aapg_ad_909.html:161:16532:16538 Sierra Buenos Aires Province +0.26159 aapg_ae_319.html aapg_ae_319.html:599:50959:50965 Carmel Metro Manila +0.526056 aapg_ad_999.html aapg_ad_999.html:95:9621:9633 Saskatchewan Manitoba +0.675492 geology_html_8196169061 geology_html_8196169061:75:8774:8792 Maccrady Huntington, West Virginia +0.7152 gsa_html_7199417381 gsa_html_7199417381:464:48405:48425 Peoria Iowa +0.50232 aapg_ae_80.html aapg_ae_80.html:163:27921:27931 Caseyville Pope County, Arkansas +0.220864 aapg_ai_292.html aapg_ai_292.html:341:33209:33223 Lisburne Northwest Arctic Borough, Alaska +0.272976 cspg_html_7086880709 cspg_html_7086880709:188:21935:21955 Chinchaga Mackenzie River +0.485884 cspg_html_2758324131 cspg_html_2758324131:6:364:400 Bakken Williston Basin +0.25441 gsa_html_4557277250 gsa_html_4557277250:393:37744:37764 Twin Creek Logan, Utah +0.483246 palaios_html_5268628065 palaios_html_5268628065:248:35241:35248 Cercado Dominican Republic +0.500088 aapg_af_614.html aapg_af_614.html:177:14070:14083 Cotton Valley Cotton Valley, Louisiana +0.47376 gsa_html_9929401207 gsa_html_9929401207:41:3970:3978 La Habra California +0.490633 aapg_af_579.html aapg_af_579.html:283:30446:30463 Todilto Entrada Sandstone +0.255374 aapg_ae_161.html aapg_ae_161.html:213:22745:22751 Casper Cheyenne, Wyoming +0.492093 aapg_ad_2.html aapg_ad_2.html:1337:183814:183831 Schenectady Mohawk Valley +0.899596 aapg_ae_884.html aapg_ae_884.html:276:36944:36953 Mesaverde Cheyenne, Wyoming +0.522655 aapg_ae_835.html aapg_ae_835.html:120:10108:10123 Vicksburg Cameron County, Pennsylvania +0.717636 aapg_ae_473.html aapg_ae_473.html:380:34609:34615 Winona Mississippi River +0.485305 aapg_ae_324.html aapg_ae_324.html:1299:129146:129154 Lowville Black River, Jamaica +0.49728 cspg_html_8298261690 cspg_html_8298261690:702:69084:69100 Viking Lacombe, Alberta +0.252464 sedimentology_html_1574151857 sedimentology_html_1574151857:1747:116474:116480 Oregon Cape Blanco Light +0.517636 aapg_af_947.html aapg_af_947.html:256:40774:40786 Pierre Benton, Arkansas +0.260099 gsa_html_5928791685 gsa_html_5928791685:26:2025:2043 Westboro Cambridge, Massachusetts +0.264195 cspg_html_6699560435 cspg_html_6699560435:6:269:285 Viking Central Alberta +0.263168 aapg_ac_330.html aapg_ac_330.html:43:4596:4602 Ithaca Middlesex +0.466932 aapg_ae_991.html aapg_ae_991.html:698:82417:82435 Tensleep Cheyenne, Wyoming +0.26818 aapg_aa_160.html aapg_aa_160.html:285:29250:29279 Wolfcamp New Mexico +0.480459 gsa_html_5851281923 gsa_html_5851281923:242:24735:24741 Oregon Washington (state) +0.258885 cspg_html_6306091047 cspg_html_6306091047:616:84682:84700 Pardonet Victoria, British Columbia +0.248985 aapg_ae_487.html aapg_ae_487.html:36:3909:3917 Colorado Denver +0.402288 cspg_html_9717154602 cspg_html_9717154602:715:67201:67222 Belly River Lacombe, Alberta +0.480868 aapg_ai_748.html aapg_ai_748.html:15:1462:1480 Woodbine Cotton Valley, Louisiana +0.92496 aapg_af_397.html aapg_af_397.html:552:63856:63863 Entrada Entrada Sandstone +0.252464 cspg_html_2094634763 cspg_html_2094634763:15:1812:1819 Roseray Regina, Saskatchewan +0.483674 sedimentology_html_4369226882 sedimentology_html_4369226882:1052:82219:82239 Toro Chile +0.272484 cspg_html_6306091047 cspg_html_6306091047:11:1387:1396 Baldonnel Victoria, British Columbia +0.48222 aapg_ai_340.html aapg_ai_340.html:929:71113:71135 Nation River Anchorage, Alaska +0.509355 aapg_ae_958.html aapg_ae_958.html:75:9407:9427 Dog Creek Texas +0.270351 aapg_ah_647.html aapg_ah_647.html:811:87705:87713 Wolfcamp Earp, California +0.498316 aapg_ac_617.html aapg_ac_617.html:82:10179:10192 Oakville Texas +0.477347 sedimentology_html_1614430521 sedimentology_html_1614430521:130:10521:10535 Ross Clare County, Michigan +0.240548 palaios_html_8064020973 palaios_html_8064020973:607:66402:66411 Flagstaff Arizona +0.266256 cspg_html_3962754176 cspg_html_3962754176:737:76948:76963 Mesaverde Logan, Utah +0.25194 cspg_html_3521815736 cspg_html_3521815736:424:59269:59288 Baldonnel Victoria, British Columbia +0.259318 aapg_ad_619.html aapg_ad_619.html:305:32255:32273 Peninsula Oman +0.26059 cspg_html_6306091047 cspg_html_6306091047:111:17586:17605 Baldonnel Victoria, British Columbia +0.481222 cspg_html_2769629211 cspg_html_2769629211:186:21679:21698 Hay River Richmond, California +0.27068 aapg_af_310.html aapg_af_310.html:13:1729:1741 Winnipegosis Regina, Saskatchewan +0.271405 aapg_ae_65.html aapg_ae_65.html:376:38889:38907 Frontier Cheyenne, Wyoming +0.47559 aapg_aa_106.html aapg_aa_106.html:153:15707:15730 Winnipegosis Regina, Saskatchewan +0.270865 aapg_ah_848.html aapg_ah_848.html:108:13400:13404 Rome Waynesboro, Pennsylvania +0.247396 palaios_html_4745554613 palaios_html_4745554613:500:54000:54016 Viking Lacombe, Alberta +0.26471 sedimentology_html_2656486339 sedimentology_html_2656486339:125:13312:13318 Oregon Ontario, California +0.254478 cspg_html_2734588863 cspg_html_2734588863:179:21138:21151 Wabamun Lacombe, Alberta +0.47376 aapg_ai_82.html aapg_ai_82.html:93:12445:12455 Greenbrier Pennsylvania +0.4565 aapg_ae_901.html aapg_ae_901.html:783:81841:81859 Onondaga Michigan +0.50505 aapg_af_11.html aapg_af_11.html:578:59557:59562 Ouray Mesa, Arizona +0.504088 cspg_html_1993014403 cspg_html_1993014403:22:2488:2495 Bearpaw Zuccotti Park +0.254976 aapg_ad_760.html aapg_ad_760.html:49:6930:6947 Topanga Santa Clara, California +0.24745 aapg_ac_333.html aapg_ac_333.html:613:74614:74626 Hermit Grand Canyon +0.244701 cspg_html_1173833070 cspg_html_1173833070:104:11818:11826 Paskapoo Edmonton, London +0.25449 cspg_html_2650073471 cspg_html_2650073471:8:712:728 Milk River Lacombe, Alberta +0.4735 cspg_html_5381643866 cspg_html_5381643866:138:17484:17492 Columbia Victoria, British Columbia +0.242968 cspg_html_3521815736 cspg_html_3521815736:74:12626:12634 Columbia Victoria, British Columbia +0.502128 aapg_ae_397.html aapg_ae_397.html:28:3377:3392 Rodessa Paluxy, Texas +0.448413 geology_html_1745354227 geology_html_1745354227:303:26805:26811 Dakota North Carolina +0.382278 aapg_ah_528.html aapg_ah_528.html:530:56937:56944 Thaynes Logan, Utah +0.480495 cspg_html_7409170811 cspg_html_7409170811:252:38365:38371 Exshaw Crowsnest Pass, Alberta +0.264668 AMJC_html_1964550508 AMJC_html_1964550508:898:102141:102151 Pittsburgh Pennsylvania +0.25149 aapg_af_58.html aapg_af_58.html:42:3768:3787 Flagstaff Logan, Utah +0.498123 geology_html_5607484480 geology_html_5607484480:155:11714:11722 Michigan Newberry, South Carolina +0.249936 palaios_html_2984628538 palaios_html_2984628538:216:22246:22253 Laramie Cheyenne, Wyoming +0.494844 aapg_ai_278.html aapg_ai_278.html:1082:123602:123619 El Abra Mexico +0.388714 cspg_html_3129231627 cspg_html_3129231627:182:25173:25182 Copes Bay Ellesmere Island +0.478296 cspg_html_5349145670 cspg_html_5349145670:171:18718:18735 Cardium Edmonton, London +0.26986 sedimentology_html_2664743350 sedimentology_html_2664743350:1033:91351:91356 Waicoe Svalbard +0.702947 palaios_html_7841806577 palaios_html_7841806577:146:15657:15675 Fillmore Logan, Utah +0.246856 gsa_html_8517233795 gsa_html_8517233795:695:63494:63512 Monterey California +0.25602 AMJC_html_5969956211 AMJC_html_5969956211:1224:159780:159788 Columbia Maryland +0.474045 cspg_html_4624186528 cspg_html_4624186528:194:22935:22943 Victoria Canada +0.2448 aapg_ac_905.html aapg_ac_905.html:81:9171:9194 Sulphur Point Great Slave Lake +0.258362 gsa_html_7856084240 gsa_html_7856084240:630:53304:53313 San Diego California +0.26884 aapg_af_628.html aapg_af_628.html:239:23756:23766 Assistance Evansville, Indiana +0.484746 aapg_af_877.html aapg_af_877.html:206:23858:23862 Bond Macoupin County, Illinois +0.255258 aapg_af_575.html aapg_af_575.html:390:52916:52934 Edgewood Missouri River +0.50255 cspg_html_9735723617 cspg_html_9735723617:4013:263307:263325 Imperial Canada +0.245791 sedimentology_html_4466059731 sedimentology_html_4466059731:149:7001:7018 Forest Washington (state) +0.269698 cspg_html_4069214675 cspg_html_4069214675:676:68725:68732 Halifax Halifax, West Yorkshire +0.494019 cspg_html_8587639109 cspg_html_8587639109:396:49125:49137 North Branch Rangiora (New Zealand electorate) +0.382508 sedimentology_html_5673709888 sedimentology_html_5673709888:1235:57450:57460 Keokuk Burlington, Ontario +0.267924 aapg_af_397.html aapg_af_397.html:97:11558:11565 Entrada Entrada Sandstone +0.474768 aapg_ad_660.html aapg_ad_660.html:288:39292:39304 Arroyo New Mexico +0.489027 aapg_af_854.html aapg_af_854.html:1146:162309:162326 Cypress Crittenden County, Kentucky +0.4997 cspg_html_8231124788 cspg_html_8231124788:247:26101:26122 Fernie Victoria, British Columbia +0.246909 palaios_html_3716378837 palaios_html_3716378837:486:35309:35313 Hall London, Ontario +0.272994 aapg_ai_468.html aapg_ai_468.html:17:2239:2256 Hosston Cotton Valley, Louisiana +0.250488 cspg_html_3804945581 cspg_html_3804945581:177:22626:22644 Scollard Woodlake, Texas +0.263442 AMJC_html_1873062106 AMJC_html_1873062106:289:40831:40847 Dakota Colorado +0.25149 gsa_html_7808051457 gsa_html_7808051457:643:62827:62841 Manitou Western world +0.472944 geology_html_6957053863 geology_html_6957053863:288:21331:21337 Oregon Earth +0.258015 gsa_html_2832151886 gsa_html_2832151886:206:14691:14720 Belle Fourche Regina, Saskatchewan +0.25908 aapg_ae_871.html aapg_ae_871.html:351:56489:56497 Lea Park Canada +0.491202 aapg_ai_877.html aapg_ai_877.html:67:7156:7164 Columbia Maryland +0.249919 cspg_html_5960210762 cspg_html_5960210762:367:37172:37195 Doig Lacombe, Alberta +0.312687 aapg_aa_147.html aapg_aa_147.html:893:91134:91152 Deadwood Winnipeg +0.46629 geology_html_9475820906 geology_html_9475820906:305:27137:27145 Virginia Shreveport, Louisiana +0.252086 cspg_html_8273598401 cspg_html_8273598401:437:43476:43498 Pense Regina, Saskatchewan +0.473252 cspg_html_9637099986 cspg_html_9637099986:5:253:277 Athabasca Lacombe, Alberta +0.245025 cspg_html_2498576032 cspg_html_2498576032:412:60102:60119 Bedford Canada +0.466431 jgeology_html_8653157629 jgeology_html_8653157629:455:25128:25148 Los Pasos Santa Clara, California +0.2499 cspg_html_3854139935 cspg_html_3854139935:126:21412:21418 Oldman Lacombe, Alberta +0.720209 AMJC_html_4473205820 AMJC_html_4473205820:1247:117568:117583 Karmutsen Victoria, British Columbia +0.254338 aapg_ah_534.html aapg_ah_534.html:126:9853:9865 Schoharie Selinsgrove Area School District +0.492768 cspg_html_2420029771 cspg_html_2420029771:77:8850:8872 Beekmantown Philipsburg, Centre County, Pennsylvania +0.499174 cspg_html_7777724998 cspg_html_7777724998:39:5077:5111 Cadomin Victoria, British Columbia +0.251904 gsa_html_8194580528 gsa_html_8194580528:753:75003:75029 San Andres New Mexico +0.240456 cspg_html_3026112034 cspg_html_3026112034:836:79294:79309 Nisku Central Alberta +0.26622 gsa_html_5158209975 gsa_html_5158209975:303:27540:27549 Red River Saucier, Mississippi +0.25857 gsa_html_7559351601 gsa_html_7559351601:172:17207:17215 Columbia Nevado del Ruiz +0.812808 aapg_ac_881.html aapg_ac_881.html:680:79751:79761 Bainbridge Missouri River +0.484188 aapg_ah_411.html aapg_ah_411.html:108:13317:13332 Mt Lytton Cheyenne, Wyoming +0.47658 gsa_html_4113859081 gsa_html_4113859081:379:35752:35764 Owens Valley California +0.245575 aapg_ah_412.html aapg_ah_412.html:324:27918:27925 Madison Lacombe, Alberta +0.489636 aapg_aa_960.html aapg_aa_960.html:6:1282:1298 Carmel Cheyenne, Wyoming +0.267912 aapg_ah_289.html aapg_ah_289.html:294:43559:43568 San Joaquin Lost Hills Oil Field +0.278568 aapg_ah_311.html aapg_ah_311.html:226:23544:23558 Sentinel Butte Medora, North Dakota +0.275561 cspg_html_3734757529 cspg_html_3734757529:446:61651:61670 Deadwood Western Canadian Sedimentary Basin +0.468951 aapg_ad_812.html aapg_ad_812.html:93:13833:13840 Entrada Window Rock, Arizona +0.469336 sedimentology_html_8717639424 sedimentology_html_8717639424:769:44432:44436 Hall London, Ontario +0.256036 sedimentology_html_1377647395 sedimentology_html_1377647395:577:34866:34873 Dunedin Te Anau +0.24 geology_html_6197218558 geology_html_6197218558:226:20019:20022 Rye Netherlands +0.483558 gsa_html_3795828595 gsa_html_3795828595:15:705:716 Black River Ohio +0.26361 cspg_html_5123757551 cspg_html_5123757551:41:4902:4910 Edmonton Edmonton, London +0.464916 geology_html_1936727088 geology_html_1936727088:432:27373:27389 Viking Lacombe, Alberta +0.488652 cspg_html_9361096527 cspg_html_9361096527:600:61884:61932 Judith River Regina, Saskatchewan +0.258063 aapg_ac_835.html aapg_ac_835.html:1331:184292:184298 Denver Williston, Vermont +0.683382 aapg_aa_47.html aapg_aa_47.html:397:45099:45106 Minturn Belden, California +0.483 aapg_ad_564.html aapg_ad_564.html:3920:305186:305192 Denver Colorado +0.897736 aapg_ah_385.html aapg_ah_385.html:120:14106:14122 Forbes Central Valley (California) +0.47975 palaios_html_6353470714 palaios_html_6353470714:1125:98744:98756 Hermit Grand Canyon +0.840864 aapg_ai_946.html aapg_ai_946.html:292:37800:37820 Monterey Lost Hills Oil Field +0.879483 aapg_aa_23.html aapg_aa_23.html:3:439:448 Red River Manitoba +0.498225 aapg_af_575.html aapg_af_575.html:200:27044:27055 Honey Creek Fort Sill +0.504434 cspg_html_5685783620 cspg_html_5685783620:196:25597:25606 Cathedral Red Deer, Alberta +0.49536 aapg_af_854.html aapg_af_854.html:605:82642:82648 Keokuk Burlington, Ontario +0.448823 aapg_ah_656.html aapg_ah_656.html:225:19844:19878 Greenbrier Rittenhouse Square +0.253967 aapg_ai_337.html aapg_ai_337.html:692:71372:71388 Salina Ontario, California +0.50246 gsa_html_8076575690 gsa_html_8076575690:163:16006:16013 Clipper Mound of the Hostages +0.279312 aapg_ae_171.html aapg_ae_171.html:666:66675:66687 Dakota Colorado +0.259979 aapg_ai_163.html aapg_ai_163.html:308:22595:22598 Lee Coconino County, Arizona +0.369492 aapg_aa_23.html aapg_aa_23.html:93:11610:11618 Winnipeg Winnipeg +0.505393 cspg_html_8362959053 cspg_html_8362959053:181:24018:24030 Luscar Lacombe, Alberta +0.49648 gsa_html_5865982995 gsa_html_5865982995:869:97109:97130 Green River Cheyenne, Wyoming +0.47104 cspg_html_2013109828 cspg_html_2013109828:154:27180:27192 Eager North Carolina +0.769908 aapg_ac_219.html aapg_ac_219.html:542:84154:84173 Rio Negro Venezuela +0.507064 aapg_ae_35.html aapg_ae_35.html:86:8093:8114 Green River Wasatch Range +0.50304 gsa_html_8179386002 gsa_html_8179386002:1894:177614:177619 Davis Loma Prieta +0.260096 cspg_html_4270552951 cspg_html_4270552951:12:1525:1545 Swan River Cordillera Administrative Region +0.702282 sedimentology_html_5854122327 sedimentology_html_5854122327:943:55007:55023 Davis Bonne Terre, Missouri +0.25578 geology_html_2668804822 geology_html_2668804822:110:9107:9117 San Miguel Lempa River +0.26977 aapg_af_890.html aapg_af_890.html:285:28379:28397 Tecovas Santa Rosa, California +0.4845 cspg_html_1464478153 cspg_html_1464478153:15:2003:2011 Columbia Victoria, British Columbia +0.246945 gsa_html_5625878232 gsa_html_5625878232:304:42133:42144 San Antonio Baja California peninsula +0.374718 cspg_html_3041902517 cspg_html_3041902517:189:30319:30330 Blind Fiord Ellesmere Island +0.270384 sedimentology_html_8732044704 sedimentology_html_8732044704:294:12200:12205 Slope Lacombe, Alberta +0.479841 cspg_html_1814004928 cspg_html_1814004928:652:67520:67536 Debolt Canada +0.458983 sedimentology_html_6714245905 sedimentology_html_6714245905:574:45839:45845 Casper Laramie, Wyoming +0.243712 gsa_html_1119256423 gsa_html_1119256423:546:48450:48467 White River Colorado +0.260075 geology_html_4670733348 geology_html_4670733348:18:755:768 Santa Barbara California +0.484124 aapg_aa_300.html aapg_aa_300.html:9:1564:1572 Carlsbad San Diego +0.266016 aapg_aa_463.html aapg_aa_463.html:255:48664:48683 Smackover Metro Manila +0.430495 gsa_html_5865982995 gsa_html_5865982995:1475:154684:154701 Bridger Cheyenne, Wyoming +0.462594 aapg_ae_69.html aapg_ae_69.html:193:21764:21775 Uncompahgre Logan, Utah +0.264192 geology_html_2054638849 geology_html_2054638849:201:18240:18246 Morgan Hawaii (island) +0.252928 AMJC_html_4095366119 AMJC_html_4095366119:1058:109139:109148 San Diego California +0.249038 gsa_html_3010975239 gsa_html_3010975239:359:44960:44968 Michigan Michigan +0.666636 cspg_html_5541937700 cspg_html_5541937700:869:106932:106954 Shaftesbury Lacombe, Alberta +0.37191 aapg_ac_380.html aapg_ac_380.html:568:64565:64571 Salina Michigan +0.486324 aapg_ad_329.html aapg_ad_329.html:259:32207:32220 Harrell Pennsylvania +0.2425 aapg_ae_632.html aapg_ae_632.html:155:16512:16529 Edwards County Sligo +0.251392 cspg_html_9142742810 cspg_html_9142742810:45:5902:5919 Gilwood Western world +0.724248 aapg_af_116.html aapg_af_116.html:486:40874:40883 Smackover Alabama +0.47718 aapg_ai_388.html aapg_ai_388.html:334:34856:34881 Browns Park Sparks, Nevada +0.246909 sedimentology_html_5672063331 sedimentology_html_5672063331:2353:112792:112796 Hall London, Ontario +0.252416 cspg_html_4011258512 cspg_html_4011258512:6:369:385 Viking Lacombe, Alberta +0.37875 aapg_ae_181.html aapg_ae_181.html:104:15195:15214 Owl Creek Mississippi River +0.254976 cspg_html_4374961624 cspg_html_4374961624:154:19948:19965 Chetang Mount Robson Provincial Park +0.487272 aapg_ae_544.html aapg_ae_544.html:341:40430:40445 Mt Lytton Lacombe, Alberta +0.363272 aapg_ah_157.html aapg_ah_157.html:181:25495:25514 Blackford Virginia +0.494656 aapg_ae_319.html aapg_ae_319.html:496:41767:41778 Skull Creek Weber River +0.238977 gsa_html_4591711448 gsa_html_4591711448:907:89260:89268 Colorado Boise, Idaho +0.252004 palaios_html_3889678675 palaios_html_3889678675:34:4173:4179 Oregon Washington (state) +0.493388 gsa_html_5865982995 gsa_html_5865982995:1433:150064:150081 Wapiti Cheyenne, Wyoming +0.2605 aapg_ai_159.html aapg_ai_159.html:591:67416:67433 Caimito Culebra, Puerto Rico +0.243867 aapg_ai_477.html aapg_ai_477.html:397:42780:42785 Yukon McConnell Air Force Base +0.498648 aapg_aa_267.html aapg_aa_267.html:153:12868:12886 Greenbrier Huntington, West Virginia +0.247996 aapg_ac_486.html aapg_ac_486.html:6:909:916 Laramie Black Hills +0.26986 aapg_ae_876.html aapg_ae_876.html:805:86370:86376 Dakota Mancos, Colorado +0.461421 aapg_ac_782.html aapg_ac_782.html:44:9058:9071 Barnett Texas +0.49396 cspg_html_9735723617 cspg_html_9735723617:219:28097:28117 Blue Fiord Melville Island (Canada) +0.500681 geology_html_1936727088 geology_html_1936727088:397:24628:24649 Mount Simon Bloomington, Indiana +0.459855 aapg_af_808.html aapg_af_808.html:664:85895:85903 Scotland Mount Hillaby +0.255474 aapg_ae_392.html aapg_ae_392.html:287:26278:26298 Batesville Batesville, Arkansas +0.489027 cspg_html_6873686255 cspg_html_6873686255:271:29342:29350 Columbia Lacombe, Alberta +0.2704 cspg_html_3354282978 cspg_html_3354282978:22:3018:3025 Wabamun Swan Hill, Victoria +0.252384 palaios_html_5162760373 palaios_html_5162760373:530:49253:49271 Morrison New Mexico +0.2485 cspg_html_2784057671 cspg_html_2784057671:86:10669:10679 Washington Salem, Oregon +0.488654 cspg_html_4758375962 cspg_html_4758375962:204:25240:25254 Stony Mountain Nassau, Bahamas +0.250228 aapg_ad_584.html aapg_ad_584.html:570:51101:51118 Wilcox Texas +0.255025 gsa_html_8379382716 gsa_html_8379382716:34:1189:1197 Montreal Quebec City +0.246456 cspg_html_9157093462 cspg_html_9157093462:460:51056:51082 Halfway Lacombe, Alberta +0.865074 cspg_html_5973552270 cspg_html_5973552270:93:13466:13486 Swan Hills Mound of the Hostages +0.468561 aapg_ai_491.html aapg_ai_491.html:491:63730:63738 San Luis Hermosa, Chicago +0.53332 aapg_ah_387.html aapg_ah_387.html:351:35516:35525 Knoxville Knoxville, Illinois +0.2415 aapg_aa_298.html aapg_aa_298.html:620:84755:84772 Paradox Logan, Utah +0.263 aapg_ac_629.html aapg_ac_629.html:393:50128:50135 Bentley Oberlin, Ohio +0.95328 aapg_ad_379.html aapg_ad_379.html:54:4391:4400 Minnelusa Boise, Idaho +0.252504 aapg_aa_201.html aapg_aa_201.html:651:62260:62269 Peninsula Korea +0.274968 aapg_ae_959.html aapg_ae_959.html:978:73982:73991 Red River Wichita, Kansas +0.280416 aapg_aa_62.html aapg_aa_62.html:910:72610:72623 Santa Barbara Juticalpa +0.25957 gsa_html_2743423721 gsa_html_2743423721:895:81591:81597 Oregon Washington (state) +0.268068 aapg_ac_334.html aapg_ac_334.html:37:4643:4656 Windsor Hillsborough, California +0.25844 aapg_ah_657.html aapg_ah_657.html:50:5461:5472 San Joaquin Santa Ana, California +0.480362 aapg_ac_490.html aapg_ac_490.html:236:30734:30740 Wapiti Boulder Creek (Colorado) +0.504666 cspg_html_4269474759 cspg_html_4269474759:1031:106121:106128 Bearpaw Drumheller +0.264528 aapg_ac_333.html aapg_ac_333.html:425:54603:54619 Supai Supai, Arizona +0.246456 geology_html_7252964522 geology_html_7252964522:248:21946:21954 Virginia Hampton, New Hampshire +0.28037 cspg_html_9941227593 cspg_html_9941227593:392:49392:49401 Lodgepole Regina, Saskatchewan +0.269724 geology_html_8881449794 geology_html_8881449794:208:20560:20576 Dakota New Mexico +0.27144 aapg_ad_106.html aapg_ad_106.html:1092:101618:101624 Warsaw Lublin Voivodeship +0.28132 aapg_aa_360.html aapg_aa_360.html:214:18325:18335 San Marcos Balcones Fault +0.472443 aapg_ac_835.html aapg_ac_835.html:472:62482:62489 Madison Williston, Vermont +0.488005 aapg_af_3.html aapg_af_3.html:3:315:330 Supai Arizona +0.25452 aapg_af_498.html aapg_af_498.html:433:48071:48093 Marble Falls Texas +0.486324 gsa_html_7199417381 gsa_html_7199417381:558:56803:56820 White River Nebraska +0.257284 cspg_html_6290430388 cspg_html_6290430388:37:4617:4632 Leduc Redwater, Texas +0.49244 aapg_ac_590.html aapg_ac_590.html:95:11991:12010 Ogallala Guadalupe Mountains National Park +0.483328 gsa_html_8266272099 gsa_html_8266272099:76:7145:7173 Green River Colorado +0.249001 aapg_ac_942.html aapg_ac_942.html:103:13543:13560 Paradox Hermosa, Chicago +0.461748 palaios_html_1045161497 palaios_html_1045161497:12:469:509 Florissant Florissant, Colorado +0.4011 gsa_html_4667678389 gsa_html_4667678389:561:53483:53505 Caddy Canyon Quartzite Boise, Idaho +0.4841 palaios_html_2994452429 palaios_html_2994452429:1425:126741:126758 Cardium Lacombe, Alberta +0.501468 aapg_ac_263.html aapg_ac_263.html:520:39394:39401 Dolores Atacama Large Millimeter Array +0.257808 cspg_html_6953269830 cspg_html_6953269830:40:5230:5245 Gates Vail, Colorado +0.482532 cspg_html_3447886929 cspg_html_3447886929:580:67431:67444 Windsor Quebec City +0.493056 gsa_html_5495469347 gsa_html_5495469347:1031:80064:80092 Green River Iran +0.456012 aapg_ac_4.html aapg_ac_4.html:515:41066:41080 Lisburne Anchorage, Alaska +0.27927 cspg_html_9725676031 cspg_html_9725676031:112:17978:17990 Buckinghorse Victoria, British Columbia +0.496908 gsa_html_5202646019 gsa_html_5202646019:585:54347:54364 Bearpaw Western Canadian Sedimentary Basin +0.258055 gsa_html_7120668170 gsa_html_7120668170:1180:99286:99292 Sonora Sonora +0.44658 aapg_aa_231.html aapg_aa_231.html:357:33114:33132 Niobrara Sharon Springs, Kansas +0.4464 aapg_ac_563.html aapg_ac_563.html:109:18849:18859 San Marcos Coahuila +0.498759 aapg_ac_628.html aapg_ac_628.html:270:43672:43682 North Horn Wasatch Range +0.46501 cspg_html_7434089303 cspg_html_7434089303:119:13354:13366 Archer Fiord Ellesmere Island +0.495645 gsa_html_1007472181 gsa_html_1007472181:29:2796:2824 Green River Colorado +0.250996 aapg_ac_294.html aapg_ac_294.html:6:696:703 Wasatch Uinta Mountains +0.507105 aapg_ad_280.html aapg_ad_280.html:34:5994:6003 Smackover Bossier City, Louisiana +0.2652 aapg_ah_871.html aapg_ah_871.html:32:4456:4473 Black River Montreal +0.252494 gsa_html_4472896560 gsa_html_4472896560:15:768:774 Denver Colorado +0.271932 aapg_ai_31.html aapg_ai_31.html:84:9091:9100 Catahoula Texas +0.27144 cspg_html_9354781888 cspg_html_9354781888:99:18499:18507 Columbia Liard River, British Columbia +0.489984 aapg_ad_351.html aapg_ad_351.html:233:24074:24094 Northview Sedalia, Missouri +0.269775 aapg_ah_411.html aapg_ah_411.html:55:7969:7980 Dakota Colorado +0.519958 aapg_ai_503.html aapg_ai_503.html:15:2379:2388 Rochester Ontario, California +0.48357 aapg_ai_17.html aapg_ai_17.html:1715:132485:132499 Sabine Alabama +0.485784 cspg_html_7086880709 cspg_html_7086880709:186:21603:21612 Bear Rock Norman Wells +0.494468 geology_html_3510163360 geology_html_3510163360:291:25082:25097 Wepawaug Schist New Haven, Connecticut +0.494252 aapg_ai_546.html aapg_ai_546.html:28:3112:3117 Logan Cheyenne, Wyoming +0.49632 sedimentology_html_8000557668 sedimentology_html_8000557668:28:2099:2107 Victoria Victoria, British Columbia +0.49543 sedimentology_html_1293179143 sedimentology_html_1293179143:1048:76452:76456 Kent Williston Basin +0.45178 gsa_html_8319219146 gsa_html_8319219146:915:88423:88457 Lockatong Pennsylvania +0.476586 cspg_html_4555867289 cspg_html_4555867289:29:2945:2982 Charlie Lake Halton (electoral district) +0.485376 aapg_ae_884.html aapg_ae_884.html:18:2535:2554 Mesaverde Cheyenne, Wyoming +0.25431 gsa_html_3445493534 gsa_html_3445493534:53:6537:6555 Monterey California +0.258825 aapg_ah_505.html aapg_ah_505.html:679:52833:52845 Laramie Denver +0.48576 aapg_af_638.html aapg_af_638.html:235:17896:17905 Coldwater Antrim, County Antrim +0.25104 cspg_html_7963093032 cspg_html_7963093032:63:8363:8370 Cadomin Gladstone, Oregon +0.500752 aapg_aa_623.html aapg_aa_623.html:48:5994:6015 Belly River Victoria, British Columbia +0.275625 jgeology_html_5471448181 jgeology_html_5471448181:249:22527:22545 Moenkopi Chinle Formation +0.3695 gsa_html_1465687448 gsa_html_1465687448:438:56440:56459 Hillabee Greenstone Alabama +0.472192 aapg_ah_318.html aapg_ah_318.html:1646:157984:157990 Sierra Durango, Durango +0.25284 aapg_ah_611.html aapg_ah_611.html:19:1736:1742 Oregon Washington (state) +0.489027 geology_html_9215517313 geology_html_9215517313:300:27286:27305 Tsezotene Canada +0.492993 aapg_ah_779.html aapg_ah_779.html:522:98383:98391 Michigan Illinois +0.493557 aapg_af_891.html aapg_af_891.html:136:13941:13957 San Andres Crockett County, Tennessee +0.479044 aapg_af_50.html aapg_af_50.html:48:5357:5364 Minturn Colorado +0.495471 aapg_aa_495.html aapg_aa_495.html:45:6101:6112 Haynesville Ouachita River +0.487734 gsa_html_2531152161 gsa_html_2531152161:66:4857:4885 Green River Iran +0.26076 cspg_html_3043423556 cspg_html_3043423556:164:18928:18937 Hecla Bay Bathurst Island (Northern Territory) +0.49452 aapg_af_11.html aapg_af_11.html:535:54065:54074 Telluride San Juan Mountains +0.49296 jgeology_html_9781546230 jgeology_html_9781546230:704:49919:49947 Willwood Cheyenne, Wyoming +0.24543 aapg_aa_717.html aapg_aa_717.html:29:4620:4629 Gatesburg Pennsylvania +0.363717 gsa_html_3144986031 gsa_html_3144986031:294:32038:32047 Talkeetna Talkeetna, Alaska +0.2565 geology_html_3199541859 geology_html_3199541859:90:8224:8250 Bradore Quebec City +0.488048 aapg_aa_289.html aapg_aa_289.html:569:54591:54611 Sheep Pass Reno, Nevada +0.243712 geology_html_7113954805 geology_html_7113954805:287:19281:19292 Bloomington Bloomington, Indiana +0.293911 aapg_ad_757.html aapg_ad_757.html:334:41957:41964 Decorah Decorah, Iowa +0.92349 gsa_html_9102781796 gsa_html_9102781796:535:48749:48765 Naknek Talkeetna Mountains +0.25806 aapg_aa_316.html aapg_aa_316.html:719:83061:83067 Provo Cape Hatteras Light +0.4978 gsa_html_1727503504 gsa_html_1727503504:1053:99408:99436 Green River Colorado +0.502326 aapg_ae_973.html aapg_ae_973.html:885:66025:66047 Salado Pecos County, Texas +0.493506 aapg_ad_691.html aapg_ad_691.html:6:677:698 Georgetown Texas +0.717408 aapg_ae_519.html aapg_ae_519.html:34:3977:3986 Rose Hill Lee County, Alabama +0.258 aapg_ac_515.html aapg_ac_515.html:190:21325:21335 Washington Salem, Oregon +0.265224 cspg_html_7779401416 cspg_html_7779401416:80:10257:10274 Kankakee Michigan Basin +0.507636 aapg_ah_318.html aapg_ah_318.html:133:20769:20788 Eagle Mexico +0.25443 aapg_ae_959.html aapg_ae_959.html:1646:119188:119208 Dog Creek San Angelo, Texas +0.500316 cspg_html_8288455892 cspg_html_8288455892:557:54917:54941 Bluff Grand Cayman +0.232275 aapg_aa_124.html aapg_aa_124.html:531:54156:54170 Colorado Lacombe, Alberta +0.404521 aapg_ad_440.html aapg_ad_440.html:544:51360:51373 Taggard Monroe County, Florida +0.473186 aapg_ae_324.html aapg_ae_324.html:270:26965:26974 Blackford Murfreesboro, Tennessee +0.476216 palaios_html_7928599019 palaios_html_7928599019:373:35578:35587 St. Johns Ben Nevis +0.244944 aapg_ai_249.html aapg_ai_249.html:248:34487:34502 Sepur Santa Cruz, California +0.466095 cspg_html_3664126562 cspg_html_3664126562:23:3539:3553 Colorado Colorado +0.251 aapg_ac_71.html aapg_ac_71.html:3:302:309 Sunrise Reno, Nevada +0.520452 aapg_ad_564.html aapg_ad_564.html:7382:622256:622277 Haynesville East Feliciana Parish, Louisiana +0.440245 cspg_html_5697056884 cspg_html_5697056884:508:52560:52568 Deadwood Lacombe, Alberta +0.22878 aapg_af_486.html aapg_af_486.html:530:51464:51470 Denver Colorado +0.271542 aapg_ah_873.html aapg_ah_873.html:363:33117:33134 Cardium Canada +0.252126 cspg_html_2161417858 cspg_html_2161417858:60:8381:8388 Torquay Regina, Saskatchewan +0.476216 cspg_html_4287356899 cspg_html_4287356899:1617:226991:226996 Yukon West, Texas +0.481 aapg_aa_761.html aapg_aa_761.html:64:7460:7477 Ivishak Prudhoe Bay Oil Field +0.713576 aapg_ae_708.html aapg_ae_708.html:540:59990:60005 Conasauga Virginia +0.250428 cspg_html_3328007773 cspg_html_3328007773:530:55003:55029 Bow Island Calgary +0.41832 aapg_ah_53.html aapg_ah_53.html:12:2168:2175 Cypress Illinois +0.492866 cspg_html_1296564271 cspg_html_1296564271:348:34051:34074 Blue Mountain Michigan Basin +0.269345 aapg_aa_697.html aapg_aa_697.html:186:18979:18991 Saskatchewan Lacombe, Alberta +0.262384 aapg_ad_52.html aapg_ad_52.html:11:1032:1040 Michigan Michigan +0.274572 cspg_html_9613527162 cspg_html_9613527162:168:23164:23169 Banff Moose Mountain (Alberta) +0.938705 aapg_ah_779.html aapg_ah_779.html:277:51455:51461 Guelph Ohio +0.47439 aapg_ad_763.html aapg_ad_763.html:642:77481:77488 Temblor Rancho Santa Margarita, California +0.238522 geology_html_1604094278 geology_html_1604094278:128:12277:12294 Lusardi San Diego +0.478208 gsa_html_2768342942 gsa_html_2768342942:757:73164:73168 Bond North Atlantic Current +0.263153 aapg_ad_836.html aapg_ad_836.html:210:18547:18556 Kimmswick Stewartville, Minnesota +0.498432 aapg_ae_344.html aapg_ae_344.html:128:12285:12304 Tuscaloosa Paluxy, Texas +0.890036 aapg_ac_807.html aapg_ac_807.html:309:31267:31274 Magothy Maryland +0.462144 gsa_html_8162912467 gsa_html_8162912467:12:555:568 Santa Barbara California +0.3915 gsa_html_9666442487 gsa_html_9666442487:370:40783:40802 Ellis Bay Anticosti Island +0.23655 aapg_ah_370.html aapg_ah_370.html:193:15150:15167 Genshaw Long Lake, New York +0.266207 aapg_ae_657.html aapg_ae_657.html:117:14302:14318 Chinle Lisbon +0.251496 cspg_html_4727171280 cspg_html_4727171280:179:16736:16754 Edmonton Lacombe, Alberta +0.261542 cspg_html_9501006975 cspg_html_9501006975:530:55320:55339 Kaskapau Lacombe, Alberta +0.917728 cspg_html_9683836416 cspg_html_9683836416:341:56860:56881 Bearpaw Lacombe, Alberta +0.24255 cspg_html_3041902517 cspg_html_3041902517:876:94602:94625 Skinner Ranch Texas +0.246356 aapg_ah_297.html aapg_ah_297.html:150:17512:17531 Paskapoo Lacombe, Alberta +0.486026 gsa_html_6270492158 gsa_html_6270492158:69:5099:5127 Green River New Mexico +0.49192 palaios_html_6273516581 palaios_html_6273516581:521:53352:53366 Ogallala Hitchcock County, Nebraska +0.474552 cspg_html_9046359229 cspg_html_9046359229:419:62099:62105 Antler Reno, Nevada +0.280308 aapg_aa_48.html aapg_aa_48.html:427:45724:45740 Amsden Cheyenne, Wyoming +0.521 aapg_aa_929.html aapg_aa_929.html:3:279:287 Beaumont Texas +0.239454 sedimentology_html_6337108022 sedimentology_html_6337108022:1440:73773:73791 Bluff Antarctica +0.242039 geology_html_2685302093 geology_html_2685302093:21:1759:1772 San Sebastian Venezuela +0.271906 cspg_html_2834693711 cspg_html_2834693711:971:118380:118390 Washington Victoria, British Columbia +0.46158 geology_html_8482136832 geology_html_8482136832:267:22818:22826 Colorado Logan, Utah +0.488696 cspg_html_2695921112 cspg_html_2695921112:184:20528:20546 Bathurst Logan, Utah +0.37666 gsa_html_3447147750 gsa_html_3447147750:521:36808:36827 Red Bluff Mississippi River +0.229914 gsa_html_8549650339 gsa_html_8549650339:545:51907:51913 Sierra Austin, Chicago +0.481206 aapg_ai_292.html aapg_ai_292.html:348:33688:33702 Lisburne Northwest Arctic Borough, Alaska +0.50804 gsa_html_5865982995 gsa_html_5865982995:1364:144233:144254 Green River Colorado +0.26112 cspg_html_1763727002 cspg_html_1763727002:384:44937:44967 Doig Victoria, British Columbia +0.25853 aapg_ae_370.html aapg_ae_370.html:634:63332:63357 Pittsburg Bluff Salem, Oregon +0.49276 geology_html_6064550828 geology_html_6064550828:30:2289:2362 Colorado Colorado +0.257048 aapg_ad_466.html aapg_ad_466.html:889:96147:96152 Aquia Delaware +0.695286 palaios_html_7179643765 palaios_html_7179643765:242:25784:25801 La Luna Venezuela +0.255474 geology_html_1641868731 geology_html_1641868731:78:7808:7816 Santiago Fogo Island, Newfoundland and Labrador +0.26316 cspg_html_1870927435 cspg_html_1870927435:54:7650:7655 Cairn Edmonton, London +0.247464 cspg_html_7994114775 cspg_html_7994114775:11:1125:1146 Missisauga Logan Canyon +0.512176 aapg_ac_398.html aapg_ac_398.html:38:3775:3780 Rapid High Island, Texas +0.471896 aapg_ae_5.html aapg_ae_5.html:12:1848:1867 Horquilla New Mexico +0.489984 aapg_af_77.html aapg_af_77.html:189:14083:14095 Wilcox Rapides Parish, Louisiana +0.530469 gsa_html_7621561809 gsa_html_7621561809:29:2796:2824 Green River Colorado +0.2751 cspg_html_2161417858 cspg_html_2161417858:301:38930:38938 Columbia Victoria, British Columbia +0.262493 aapg_aa_93.html aapg_aa_93.html:43:5661:5667 Dakota Powder River (Montana) +0.25704 jgeology_html_8518380643 jgeology_html_8518380643:92:4662:4668 Navajo Entrada Sandstone +0.503285 cspg_html_4699684578 cspg_html_4699684578:298:35325:35344 Sassenach Lacombe, Alberta +0.505512 aapg_ai_153.html aapg_ai_153.html:87:14813:14823 Pottsville Allegheny River +0.252 cspg_html_9023649778 cspg_html_9023649778:30:5050:5057 Halfway Victoria, British Columbia +0.483616 gsa_html_9755702281 gsa_html_9755702281:786:61442:61456 Pico Ventura County, California +0.253506 gsa_html_5015599008 gsa_html_5015599008:62:6646:6657 Fish Scales Lacombe, Alberta +0.2376 gsa_html_6350949088 gsa_html_6350949088:744:65789:65797 Colorado Anchorage, Alaska +0.254904 aapg_ac_949.html aapg_ac_949.html:55:5465:5479 Pensacola Clay Tampa, Florida +0.849072 cspg_html_3926542795 cspg_html_3926542795:1132:119028:119048 Swan Hills Swan Hill, Victoria +0.51467 geology_html_3199541859 geology_html_3199541859:69:6974:7008 Juniata Pennsylvania +0.502208 aapg_ae_324.html aapg_ae_324.html:502:50598:50605 Tellico Athens, Georgia +0.487227 gsa_html_3330587082 gsa_html_3330587082:373:31384:31402 Rangeley Rangeley, Maine +0.254448 aapg_ae_873.html aapg_ae_873.html:162:19978:19992 Nacatoch Paluxy, Texas +0.47817 gsa_html_4339524478 gsa_html_4339524478:1041:95812:95818 Oregon Boise, Idaho +0.261 aapg_af_11.html aapg_af_11.html:766:76327:76332 Ouray Colorado +0.493272 aapg_ah_329.html aapg_ah_329.html:596:59944:59953 Etchegoin San Joaquin River +0.259956 cspg_html_7457399958 cspg_html_7457399958:258:33912:33931 Bay Fiord Melville Island (Canada) +0.254464 cspg_html_1730027796 cspg_html_1730027796:34:3491:3502 Rocky Brook Coral Harbour Airport +0.490428 gsa_html_6194837075 gsa_html_6194837075:513:37859:37865 Weno Texas +0.267804 cspg_html_1222040397 cspg_html_1222040397:352:47306:47316 Road River Victoria, British Columbia +0.489168 aapg_ad_466.html aapg_ad_466.html:763:83564:83572 Monmouth Navesink River +0.254961 cspg_html_7278001817 cspg_html_7278001817:661:76084:76101 Montney Lacombe, Alberta +0.887075 cspg_html_4630116521 cspg_html_4630116521:1063:107902:107910 Kagawong Ontario, California +0.456086 gsa_html_7013860713 gsa_html_7013860713:104:11457:11463 Antler Sonoma, California +0.251883 sedimentology_html_3306606920 sedimentology_html_3306606920:1319:89493:89497 Hall London, Ontario +0.261112 geology_html_2029690320 geology_html_2029690320:313:22125:22131 Oxford Pergamon Museum +0.514452 gsa_html_5632369561 gsa_html_5632369561:1049:94126:94154 Green River Colorado +0.493388 gsa_html_5280797338 gsa_html_5280797338:586:59661:59689 Green River Iran +0.242565 cspg_html_1324104562 cspg_html_1324104562:72:10148:10164 Hornby East River +0.452952 gsa_html_4557277250 gsa_html_4557277250:717:64368:64376 Colorado Denver +0.480636 aapg_aa_415.html aapg_aa_415.html:123:17379:17392 Woodbine Belton, Texas +0.472884 aapg_ae_519.html aapg_ae_519.html:250:27265:27271 Benson Monongalia County, West Virginia +0.27707 aapg_ae_974.html aapg_ae_974.html:392:39762:39775 Cook Mountain Zapata, Texas +0.265161 cspg_html_9941227593 cspg_html_9941227593:29:4171:4180 Lodgepole Williston, Vermont +0.48195 aapg_af_416.html aapg_af_416.html:9:999:1011 Saskatchewan Manitoba +0.473908 sedimentology_html_6261114825 sedimentology_html_6261114825:811:62704:62730 Purisima Santa Cruz County, Arizona +0.253506 aapg_ah_505.html aapg_ah_505.html:464:35082:35099 Ute Fremont, California +0.371448 aapg_ac_253.html aapg_ac_253.html:76:11329:11349 Bainbridge Knoxville, Tennessee +0.225148 aapg_ai_147.html aapg_ai_147.html:45:4980:5000 Pine Point Great Slave Lake +0.479622 aapg_ae_467.html aapg_ae_467.html:315:23589:23606 Bedford Michigan +0.397212 gsa_html_3151431803 gsa_html_3151431803:177:22166:22172 Navajo Kayenta, Arizona +0.24888 aapg_ai_29.html aapg_ai_29.html:36:4592:4609 Reynosa Matamoros, Tamaulipas +0.4536 cspg_html_2863271815 cspg_html_2863271815:481:56310:56322 Salina Guelph +0.470552 aapg_ah_484.html aapg_ah_484.html:13:2212:2221 Catahoula Oakville, California +0.475168 AMJC_html_8282401144 AMJC_html_8282401144:1067:101643:101648 Rapid Earth +0.253492 palaios_html_5268896536 palaios_html_5268896536:423:36692:36700 Scotland Kingdom of Great Britain +0.497547 aapg_ah_378.html aapg_ah_378.html:620:59216:59223 Rustler Salado, Texas +0.494172 cspg_html_5376629375 cspg_html_5376629375:524:53886:53907 Green River Cheyenne, Wyoming +0.263472 aapg_ah_283.html aapg_ah_283.html:239:25703:25720 Keasey Cowlitz River +0.258332 aapg_af_128.html aapg_af_128.html:186:18610:18618 Tensleep Laramie, Wyoming +0.261057 aapg_aa_463.html aapg_aa_463.html:245:46981:46994 Cotton Valley Haynesville, Louisiana +0.48705 aapg_af_683.html aapg_af_683.html:141:14219:14223 Java Philippines +0.255488 aapg_af_255.html aapg_af_255.html:488:56072:56082 Assistance East Timor +0.260019 cspg_html_4924970281 cspg_html_4924970281:6:440:449 Cold Lake Clearwater, Florida +0.482463 gsa_html_9352654438 gsa_html_9352654438:13:526:532 Denver Colorado +0.506708 gsa_html_6169925575 gsa_html_6169925575:1120:100774:100788 Beaufort South Africa +0.472986 aapg_ai_51.html aapg_ai_51.html:9:1824:1841 Naheola Alabama +0.474897 gsa_html_9188280697 gsa_html_9188280697:400:34640:34648 Columbia India +0.4575 cspg_html_9717154602 cspg_html_9717154602:997:85003:85016 Bearpaw Lethbridge +0.262769 aapg_ah_271.html aapg_ah_271.html:17:2402:2415 Cotton Valley Texas +0.490974 aapg_ae_993.html aapg_ae_993.html:311:30375:30417 Englewood Englewood, New Jersey +0.261703 aapg_aa_685.html aapg_aa_685.html:29:2826:2835 Flagstaff Uinta Mountains +0.493136 cspg_html_3328007773 cspg_html_3328007773:74:11099:11121 Viking Victoria, British Columbia +0.2704 sedimentology_html_4101202094 sedimentology_html_4101202094:429:43091:43097 Oregon Charlotte Amalie, United States Virgin Islands +0.25578 cspg_html_2277381496 cspg_html_2277381496:135:15434:15452 Iroquois Bridgetown, Nova Scotia +0.263971 palaios_html_2376163646 palaios_html_2376163646:32:2649:2669 Hell Creek Williston Basin +0.27577 aapg_ah_199.html aapg_ah_199.html:464:53545:53559 Atoka Red Deer, Alberta +0.25578 aapg_ae_411.html aapg_ae_411.html:9:869:883 Buda Travis County, Texas +0.519849 aapg_ac_730.html aapg_ac_730.html:495:70957:70965 Niobrara Niobrara, Nebraska +0.266247 cspg_html_3854301924 cspg_html_3854301924:61:6114:6144 Nisku Lacombe, Alberta +0.472524 aapg_af_16.html aapg_af_16.html:345:30704:30710 Casper Cheyenne, Wyoming +0.262128 aapg_ah_530.html aapg_ah_530.html:31:4089:4108 Percha Morenci, Michigan +0.479115 aapg_ac_729.html aapg_ac_729.html:655:62358:62374 Seabee Chandler, Arizona +0.478536 palaios_html_7930345720 palaios_html_7930345720:55:5501:5517 Navajo Logan, Utah +0.24288 cspg_html_3501550466 cspg_html_3501550466:630:90720:90731 Peace River Lacombe, Alberta +0.509548 aapg_aa_644.html aapg_aa_644.html:457:41320:41335 Smoot Boise, Idaho +0.451008 aapg_ai_219.html aapg_ai_219.html:115:13682:13697 Deep Creek Anchorage, Alaska +0.267189 jgeology_html_5276087219 jgeology_html_5276087219:556:41120:41128 Humboldt Reno, Nevada +0.241 aapg_aa_702.html aapg_aa_702.html:1402:143006:143014 Colorado Denver +0.384472 aapg_ae_993.html aapg_ae_993.html:74:9009:9031 Water Canyon Boise, Idaho +0.488696 gsa_html_9392268586 gsa_html_9392268586:120:10851:10870 Lockatong Flemington, New Jersey +0.253967 aapg_ai_236.html aapg_ai_236.html:4:673:690 Juniata Maryland +0.46222 aapg_af_397.html aapg_af_397.html:69:8305:8318 Entrada Entrada Sandstone +0.95118 aapg_ae_876.html aapg_ae_876.html:662:70251:70257 Dakota Black Hills +0.242949 cspg_html_5431295472 cspg_html_5431295472:5:244:268 Basal Southern Alberta +0.260598 aapg_ac_55.html aapg_ac_55.html:166:20354:20376 Englishtown Raritan River +0.496422 jgeology_html_1124140788 jgeology_html_1124140788:427:29085:29099 Ogallala Nebraska +0.49329 aapg_ah_647.html aapg_ah_647.html:645:71974:71987 Wolfcamp Colina, Chile +0.25039 aapg_ac_995.html aapg_ac_995.html:4:584:606 Huayacocotla Puebla, Puebla +0.262626 sedimentology_html_4432289902 sedimentology_html_4432289902:825:70740:70757 Magothy Bass River Township, New Jersey +0.251808 gsa_html_3701388182 gsa_html_3701388182:11:459:468 San Diego California +0.48603 gsa_html_1997423355 gsa_html_1997423355:147:17801:17809 Columbia Spokane, Washington +0.484313 aapg_ai_153.html aapg_ai_153.html:402:61732:61749 Reclamation Logan, Utah +0.484416 aapg_ac_222.html aapg_ac_222.html:313:40722:40728 Chinle Chinle Formation +0.473815 aapg_ac_807.html aapg_ac_807.html:284:28608:28631 Mount Laurel New Egypt, New Jersey +0.470112 gsa_html_3436154175 gsa_html_3436154175:1201:95018:95026 Colorado Uinta Mountains +0.271425 gsa_html_3448554349 gsa_html_3448554349:532:53990:53998 Rockwell Maryland +0.477506 cspg_html_4326384800 cspg_html_4326384800:187:24964:24980 Nisku Lacombe, Alberta +0.2595 aapg_ac_475.html aapg_ac_475.html:75:10693:10712 Kishenehn Middle Fork Salmon River +0.255972 gsa_html_9181545711 gsa_html_9181545711:136:14906:14924 Fountain Langford, Bedfordshire +0.480414 cspg_html_7176835767 cspg_html_7176835767:834:90714:90736 Bonnet Plume Canada +0.473088 cspg_html_8145657505 cspg_html_8145657505:199:29478:29498 Swan Hills Lacombe, Alberta +0.49115 aapg_ai_959.html aapg_ai_959.html:11:1432:1441 Catahoula Oakville, California +0.261626 cspg_html_8363357104 cspg_html_8363357104:58:8354:8366 Mount Wilson Mount Wilson Observatory +0.25544 aapg_ai_233.html aapg_ai_233.html:19:1715:1724 Vicksburg Texas +0.781284 aapg_ac_65.html aapg_ac_65.html:900:72710:72717 Minturn Colorado +0.484692 aapg_ah_823.html aapg_ah_823.html:26:2689:2701 Saskatchewan Victoria, British Columbia +0.498834 cspg_html_7971908357 cspg_html_7971908357:11:1501:1509 Columbia South Fork Flathead River +0.251748 aapg_ah_264.html aapg_ah_264.html:60:7620:7632 Saskatchewan Canada +0.495945 gsa_html_3069013284 gsa_html_3069013284:704:69356:69381 Chinle Arizona +0.46563 aapg_ah_696.html aapg_ah_696.html:381:54097:54103 Oregon Washington (state) +0.28567 sedimentology_html_6083350152 sedimentology_html_6083350152:736:54183:54187 Hall London, Ontario +0.250997 gsa_html_3010975239 gsa_html_3010975239:17:743:751 Virginia Reston, Virginia +0.488022 gsa_html_1951402014 gsa_html_1951402014:1095:90555:90565 Las Palmas Fuerteventura +0.26765 cspg_html_4143222666 cspg_html_4143222666:759:67573:67589 Eagle Lacombe, Alberta +0.258885 aapg_ah_182.html aapg_ah_182.html:25:3334:3345 Jacksonburg Martinsburg, Nebraska +0.479115 aapg_af_206.html aapg_af_206.html:315:38054:38061 Reynosa Oakville, California +0.491454 jgeology_html_8406118991 jgeology_html_8406118991:219:19898:19906 Columbia Victoria, British Columbia +0.261021 geology_html_5309420954 geology_html_5309420954:13:501:511 Washington Washington (state) +0.236 cspg_html_6984906794 cspg_html_6984906794:51:7323:7331 Bullhead Victoria, British Columbia +0.237546 aapg_ae_253.html aapg_ae_253.html:45:4351:4355 Troy Urbana, Ohio +0.502686 gsa_html_4788482662 gsa_html_4788482662:769:69143:69171 Green River New Mexico +0.4807 gsa_html_7214330928 gsa_html_7214330928:758:65455:65463 Rockwell San Jacinto, California +0.368262 aapg_ah_469.html aapg_ah_469.html:278:24461:24467 Lisbon Alabama +0.469468 cspg_html_1923856338 cspg_html_1923856338:340:41489:41495 Oregon Washington (state) +0.480496 cspg_html_4409656292 cspg_html_4409656292:757:79450:79484 Kaskapau Victoria, British Columbia +0.253482 cspg_html_2660872537 cspg_html_2660872537:293:34763:34784 Stuart Texas +0.278254 cspg_html_9768299963 cspg_html_9768299963:213:22800:22816 Battle Red Deer, Alberta +0.25041 sedimentology_html_8829282630 sedimentology_html_8829282630:1246:68310:68318 Colorado Pueblo, Colorado +0.479987 aapg_ac_983.html aapg_ac_983.html:127:21729:21749 Plattsburg Kansas City, Kansas +0.50388 palaios_html_1229296810 palaios_html_1229296810:345:27770:27796 Purisima California +0.238476 aapg_ac_621.html aapg_ac_621.html:144:11935:11954 Pierson Tarkio, Missouri +0.477594 aapg_aa_544.html aapg_aa_544.html:76:9505:9513 Tensleep Cheyenne, Wyoming +0.261576 cspg_html_5479700260 cspg_html_5479700260:76:9369:9388 Stonewall Red River of the North +0.498419 aapg_ah_411.html aapg_ah_411.html:147:16907:16927 Milk River Colorado +0.275044 aapg_ah_724.html aapg_ah_724.html:305:35018:35036 Kaskapau Anchorage, Alaska +0.25143 gsa_html_6589330144 gsa_html_6589330144:107:14487:14498 Peoria Illinois +0.24543 aapg_ae_499.html aapg_ae_499.html:469:50461:50469 Colorado Denver +0.261112 cspg_html_3926542795 cspg_html_3926542795:1305:140167:140187 Harrogate Victoria, British Columbia +0.257514 aapg_ae_319.html aapg_ae_319.html:630:53442:53457 Stump Weber River +0.437088 aapg_ah_762.html aapg_ah_762.html:256:26886:26893 Pekisko Rocky Mountains +0.28078 aapg_ah_972.html aapg_ah_972.html:614:64945:64954 Vicksburg Mexico +0.269312 AMJC_html_5755352984 AMJC_html_5755352984:515:64781:64795 Rockwell California +0.279256 aapg_ae_884.html aapg_ae_884.html:378:49372:49390 Frontier Cheyenne, Wyoming +0.267264 aapg_ad_696.html aapg_ad_696.html:158:16349:16355 Weches Charlotte, North Carolina +0.89947 aapg_aa_44.html aapg_aa_44.html:158:19600:19618 Moenkopi Colorado Plateau +0.465014 aapg_af_69.html aapg_af_69.html:191:14171:14177 Seneca Cattaraugus, New York +0.4888 aapg_ad_0.html aapg_ad_0.html:215:18949:18960 Black River Rockland County, New York +0.475038 aapg_aa_702.html aapg_aa_702.html:1419:144125:144133 Colorado Colorado +0.26112 geology_html_7486974373 geology_html_7486974373:209:20560:20568 Columbia Victoria, British Columbia +0.245952 cspg_html_6953269830 cspg_html_6953269830:414:45207:45226 Moosebar Victoria, British Columbia +0.476 aapg_ad_947.html aapg_ad_947.html:410:41934:41943 Beartooth Black Hills +0.236195 aapg_aa_47.html aapg_aa_47.html:109:12148:12156 Colorado Villa Grove, Colorado +0.486396 aapg_ah_418.html aapg_ah_418.html:3:346:359 Bearpaw Lacombe, Alberta +0.484428 aapg_ac_687.html aapg_ac_687.html:111:10824:10832 Niobrara Cheyenne, Wyoming +0.471165 aapg_ac_888.html aapg_ac_888.html:241:15827:15834 Venango Warren County, Ohio +0.27295 cspg_html_4937997995 cspg_html_4937997995:12:677:693 Bad Cache Rapids River Severn +0.266742 cspg_html_3483814747 cspg_html_3483814747:35:5385:5416 Snowblind Bay Little Cornwallis Island +0.484746 aapg_ae_570.html aapg_ae_570.html:27:3316:3348 Keefer Lockport (city), New York +0.4674 gsa_html_5394777952 gsa_html_5394777952:341:36230:36238 Golconda Middle East +0.536263 aapg_ah_844.html aapg_ah_844.html:322:45012:45018 Wilcox Oklahoma City +0.235654 aapg_ae_5.html aapg_ae_5.html:292:34378:34397 Horquilla Arizona +0.257556 aapg_ae_63.html aapg_ae_63.html:143:16105:16126 Little Flat Logan, Utah +0.282252 aapg_ad_757.html aapg_ad_757.html:71:7341:7356 Maquoketa Maquoketa, Iowa +0.489082 cspg_html_8369994160 cspg_html_8369994160:84:8944:8967 Turner Valley Elkton, Kentucky +0.252973 jgeology_html_4305195651 jgeology_html_4305195651:3451:238863:238880 Cumberland Cape Breton Island +0.253991 aapg_aa_626.html aapg_aa_626.html:283:32510:32523 Potomac Maryland +0.268243 jgeology_html_2837808723 jgeology_html_2837808723:1158:66903:66907 Hall London, Ontario +0.287742 aapg_ad_883.html aapg_ad_883.html:47:6582:6605 Detroit River Salina, Kansas +0.486303 cspg_html_7576506617 cspg_html_7576506617:191:26803:26825 Severn River Moose River (Maine) +0.254829 aapg_ah_678.html aapg_ah_678.html:490:58846:58875 Jackson Houston +0.478611 aapg_ac_560.html aapg_ac_560.html:296:43068:43076 Colorado Denver +0.258792 sedimentology_html_6811924239 sedimentology_html_6811924239:1009:52334:52348 Pico Santa Monica neighborhoods +0.4715 aapg_ac_333.html aapg_ac_333.html:88:12108:12112 Rico Hermosa, Chicago +0.253356 cspg_html_9771826320 cspg_html_9771826320:1001:134382:134386 Hall London, Ontario +0.918566 cspg_html_4298557570 cspg_html_4298557570:201:28596:28612 Battle Edmonton, London +0.503152 aapg_ad_267.html aapg_ad_267.html:72:6582:6589 Bossier Natchitoches, Louisiana +0.489658 aapg_ak_99.html aapg_ak_99.html:12:1987:1995 Michigan Huntington, West Virginia +0.254015 aapg_ah_508.html aapg_ah_508.html:180:16734:16744 Ontelaunee Black River, Jamaica +0.491582 cspg_html_7086880709 cspg_html_7086880709:406:53728:53739 Peace River Victoria, British Columbia +0.50688 aapg_af_808.html aapg_af_808.html:448:61721:61739 Richmond Jamaica, Queens +0.464088 aapg_ac_807.html aapg_ac_807.html:554:55069:55077 Virginia Norfolk, Virginia +0.2808 aapg_ah_529.html aapg_ah_529.html:38:5057:5071 El Paso New Mexico +0.262144 palaios_html_4648069609 palaios_html_4648069609:639:66106:66130 Cutler New Mexico +0.699792 aapg_ai_975.html aapg_ai_975.html:1012:81810:81818 Kiamichi East Texas +0.241943 aapg_ak_135.html aapg_ak_135.html:687:73997:74002 Vaqueros Los Angeles +0.4775 aapg_ad_760.html aapg_ad_760.html:3:343:359 Modelo California +0.512868 aapg_ah_98.html aapg_ah_98.html:42:5650:5656 Denver Colorado +0.53935 aapg_ac_200.html aapg_ac_200.html:514:47478:47495 Wasatch Cheyenne, Wyoming +0.499118 sedimentology_html_6293624335 sedimentology_html_6293624335:72:6682:6691 Peninsula Florence, Alabama +0.497202 aapg_aa_415.html aapg_aa_415.html:32:5175:5195 Denton Buda, Texas +0.261112 cspg_html_4409656292 cspg_html_4409656292:686:75027:75051 Kaskapau Victoria, British Columbia +0.491967 gsa_html_6247109815 gsa_html_6247109815:1127:109199:109227 Green River Colorado +0.483328 gsa_html_9325423722 gsa_html_9325423722:57:3722:3750 Green River Iran +0.484939 aapg_ai_278.html aapg_ai_278.html:634:79796:79804 Palenque Long Island (Massachusetts) +0.454986 gsa_html_7173708345 gsa_html_7173708345:1495:106844:106874 Forest Anchorage, Alaska +0.264864 cspg_html_4727171280 cspg_html_4727171280:91:10153:10167 Bearpaw Edmonton, London +0.467544 cspg_html_9613527162 cspg_html_9613527162:171:23547:23562 Banff Moose Mountain (Alberta) +0.485352 cspg_html_4382149016 cspg_html_4382149016:66:10697:10718 Lawrence Quebec City +0.25856 cspg_html_4293350162 cspg_html_4293350162:761:79526:79546 Mount Head Canada +0.257484 aapg_ai_864.html aapg_ai_864.html:57:7198:7204 Reklaw Karnes County, Texas +0.491582 sedimentology_html_7026440455 sedimentology_html_7026440455:1623:88293:88323 East Berlin Cambridge, Massachusetts +0.49131 gsa_html_8571596886 gsa_html_8571596886:61:4519:4547 Green River Colorado +0.259956 cspg_html_7866293053 cspg_html_7866293053:370:46175:46194 Gladstone Fall Creek Falls State Park +0.469755 jgeology_html_8494933343 jgeology_html_8494933343:332:23082:23090 Colorado Colorado +0.246888 aapg_ah_371.html aapg_ah_371.html:67:5954:5959 Basal Southern United States +0.256608 geology_html_2995030913 geology_html_2995030913:15:729:736 Spokane Washington (state) +0.24908 gsa_html_1975444584 gsa_html_1975444584:751:64518:64527 Flagstaff Arizona +0.245967 cspg_html_8121068096 cspg_html_8121068096:81:6109:6128 Waterways Lacombe, Alberta +0.48177 gsa_html_3841341658 gsa_html_3841341658:590:65832:65871 Bruce Perth, Western Australia +0.256985 aapg_ae_67.html aapg_ae_67.html:93:7758:7791 Manitou Denver +0.47376 cspg_html_6611173979 cspg_html_6611173979:261:25188:25203 Big Valley Austin, Chicago +0.2646 jgeology_html_4305195651 jgeology_html_4305195651:756:85444:85465 Mauch Chunk Pennsylvania +0.240584 cspg_html_1503116552 cspg_html_1503116552:939:133498:133524 Beaverhill Swan Hill, Victoria +0.259128 cspg_html_3104089151 cspg_html_3104089151:17:1311:1326 Cardium Western world +0.480076 gsa_html_3448554349 gsa_html_3448554349:71:7778:7786 Rockwell Pennsylvania +0.246302 cspg_html_1312400675 cspg_html_1312400675:171:20534:20551 Bearpaw Edmonton, London +0.69192 palaios_html_1018466366 palaios_html_1018466366:177:19544:19581 Sequatchie Knoxville, Tennessee +0.459756 gsa_html_8241293202 gsa_html_8241293202:176:18921:18928 Concord Chelmsford, Massachusetts +0.492412 gsa_html_9460238774 gsa_html_9460238774:56:3529:3557 Green River Iran +0.258055 jgeology_html_4305195651 jgeology_html_4305195651:807:87104:87126 Spechty Kopf Pennsylvania +0.27336 aapg_ah_421.html aapg_ah_421.html:153:12540:12549 Fox Hills Lacombe, Alberta +0.266087 aapg_ac_915.html aapg_ac_915.html:181:22219:22223 Rome Netherlands +0.250997 cspg_html_3385840278 cspg_html_3385840278:96:14408:14429 Beaverhill Hay River (Canada) +0.456806 aapg_ac_846.html aapg_ac_846.html:324:45128:45132 Bell Jamestown, New York +0.2635 aapg_aa_148.html aapg_aa_148.html:28:4513:4535 Burro Canyon Phoenix, Arizona +0.48076 cspg_html_8571955552 cspg_html_8571955552:235:27851:27865 Lisburne Great Britain +0.4653 aapg_ae_836.html aapg_ae_836.html:19:2020:2033 Cotton Valley Paluxy, Texas +0.25248 cspg_html_3043423556 cspg_html_3043423556:164:18890:18910 Griper Bay Bathurst Island (Northern Territory) +0.241482 cspg_html_2954223000 cspg_html_2954223000:1348:168545:168550 Weeks Tulsa, Oklahoma +0.249 aapg_ae_777.html aapg_ae_777.html:184:20596:20614 Tererro Sangre de Cristo Range +0.488796 geology_html_4999100113 geology_html_4999100113:305:29442:29452 Washington Victoria, British Columbia +0.47736 cspg_html_9670138862 cspg_html_9670138862:12:1631:1641 Clearwater Calgary +0.262023 sedimentology_html_8510537334 sedimentology_html_8510537334:2176:147206:147214 Columbia Victoria, British Columbia +0.268099 aapg_aa_12.html aapg_aa_12.html:158:18013:18041 West Spring Creek Fort Sill +0.25602 gsa_html_7468123532 gsa_html_7468123532:124:12785:12811 Todilto New Mexico +0.248952 geology_html_7732353227 geology_html_7732353227:263:20730:20736 Oregon Colorado +0.8512 aapg_ae_958.html aapg_ae_958.html:1444:125446:125469 Brushy Canyon Delaware +0.248346 gsa_html_3448554349 gsa_html_3448554349:14:600:608 Virginia Reston, Virginia +0.25908 sedimentology_html_8748254640 sedimentology_html_8748254640:43:3060:3080 Toro Chile +0.2455 aapg_af_2.html aapg_af_2.html:188:20592:20608 Elbert Colorado +0.488448 palaios_html_9731740258 palaios_html_9731740258:236:28372:28380 Colorado Red Rock Canyon National Conservation Area +0.260091 cspg_html_1462870252 cspg_html_1462870252:790:91429:91451 Debolt Victoria, British Columbia +0.48603 gsa_html_4279960552 gsa_html_4279960552:63:4739:4767 Green River Iran +0.421056 aapg_ai_470.html aapg_ai_470.html:9:1496:1508 Viking Lacombe, Alberta +0.499939 jgeology_html_2401877359 jgeology_html_2401877359:1164:69929:69945 Thelon Canada +0.399007 aapg_aa_755.html aapg_aa_755.html:99:12192:12208 Holder Sacramento Mountains (California) +0.240972 cspg_html_5529147980 cspg_html_5529147980:7:534:549 Nisku Williston Basin +0.246506 jgeology_html_2837808723 jgeology_html_2837808723:1528:77734:77738 Hall London, Ontario +0.474329 aapg_ae_324.html aapg_ae_324.html:1037:103084:103092 Virginia Bluefield, West Virginia +0.483189 aapg_ad_691.html aapg_ad_691.html:100:11814:11825 Main Street Red River of the North +0.284053 aapg_ah_779.html aapg_ah_779.html:603:111188:111202 Chemung Genesee River +0.49623 cspg_html_4177065182 cspg_html_4177065182:1430:78168:78184 Golata Lacombe, Alberta +0.46926 aapg_ai_583.html aapg_ai_583.html:462:58715:58730 Stump Cheyenne, Wyoming +0.279256 aapg_ad_59.html aapg_ad_59.html:104:18361:18374 Hampton Unicoi, Tennessee +0.467885 aapg_ad_329.html aapg_ad_329.html:44:6388:6398 Mahantango San Fernando Valley +0.24638 cspg_html_6786864151 cspg_html_6786864151:48:5850:5872 Trent River Qualicum River +0.493296 cspg_html_5754792643 cspg_html_5754792643:354:40468:40485 Gilwood Lacombe, Alberta +0.25774 jgeology_html_9591757126 jgeology_html_9591757126:408:23500:23508 Columbia Victoria, British Columbia +0.4944 gsa_html_4701564338 gsa_html_4701564338:29:2796:2824 Green River Iran +0.250368 sedimentology_html_3850942730 sedimentology_html_3850942730:1025:85067:85072 Price Lancaster, California +0.479457 aapg_ai_1.html aapg_ai_1.html:14:2381:2398 Paradox Logan, Utah +0.23472 aapg_ae_69.html aapg_ae_69.html:293:31319:31338 Rock Springs Cheyenne, Wyoming +0.442134 aapg_ac_222.html aapg_ac_222.html:550:65239:65247 Colorado Grand River (Ontario) +0.54054 aapg_aa_23.html aapg_aa_23.html:599:74822:74851 Stony Mountain Winnipeg +0.266135 sedimentology_html_2898428289 sedimentology_html_2898428289:128:11015:11027 Saskatchewan Lacombe, Alberta +0.239904 aapg_ad_306.html aapg_ad_306.html:162:21853:21859 Sierra Caribbean +0.25725 aapg_ai_346.html aapg_ai_346.html:128:13760:13764 Wise Arkansas +0.492203 cspg_html_8363357104 cspg_html_8363357104:230:34581:34602 Survey Peak Mount Wilson Observatory +0.279741 aapg_ah_972.html aapg_ah_972.html:609:64618:64627 Red Bluff Houston +0.26676 jgeology_html_4723726179 jgeology_html_4723726179:1131:49876:49888 Saskatchewan North Shore (Lake Superior) +0.471336 aapg_ac_55.html aapg_ac_55.html:546:61299:61307 Virginia Closter, New Jersey +0.487135 gsa_html_5507509274 gsa_html_5507509274:15:812:821 San Diego California +0.244925 aapg_aa_24.html aapg_aa_24.html:595:70594:70615 Little Bear Sault Ste. Marie, Ontario +0.276148 cspg_html_7553438101 cspg_html_7553438101:18:1831:1840 Red River Lacombe, Alberta +0.472317 cspg_html_6984906794 cspg_html_6984906794:741:54953:54971 Kaskapau Lacombe, Alberta +0.247979 cspg_html_5541725202 cspg_html_5541725202:205:29932:29942 Boss Point Middleborough, Massachusetts +0.479539 aapg_ah_828.html aapg_ah_828.html:607:57178:57207 Twin Creek Cheyenne, Wyoming +0.710832 aapg_ad_728.html aapg_ad_728.html:13:2340:2350 Brownstown Texas +0.24308 palaios_html_2399848899 palaios_html_2399848899:629:55072:55092 Blufftown Alabama +0.491898 cspg_html_5241714595 cspg_html_5241714595:559:83206:83221 Nisku Lacombe, Alberta +0.456456 aapg_ad_286.html aapg_ad_286.html:178:16415:16429 Lisburne Anchorage, Alaska +0.50615 cspg_html_7989435905 cspg_html_7989435905:259:28663:28676 Brazeau Pincher Creek, Alberta +0.249951 gsa_html_3205893764 gsa_html_3205893764:389:42260:42270 Washington Seattle +0.504137 aapg_ah_85.html aapg_ah_85.html:104:12035:12055 Tuscaloosa Chattahoochee County, Georgia +0.349446 cspg_html_7941684345 cspg_html_7941684345:6:573:585 Granite Wash Western Canadian Sedimentary Basin +0.50373 gsa_html_4307911073 gsa_html_4307911073:923:63045:63073 Green River Colorado +0.25872 aapg_ac_825.html aapg_ac_825.html:252:26887:26905 Purisima Monterey, California +0.262 aapg_ad_338.html aapg_ad_338.html:235:25634:25651 Magothy Merchantville, New Jersey +0.46872 aapg_ah_438.html aapg_ah_438.html:63:6355:6362 Genesee Onondaga (tribe) +0.246648 aapg_ai_292.html aapg_ai_292.html:330:32253:32283 Kogruk Anchorage, Alaska +0.500681 aapg_ah_289.html aapg_ah_289.html:554:77457:77475 Monterey California +0.46137 aapg_ah_157.html aapg_ah_157.html:285:40688:40703 Knobs Rockford, Illinois +0.485936 cspg_html_8089302449 cspg_html_8089302449:219:37497:37515 Ramparts Fort Good Hope Airport +0.458348 aapg_aa_797.html aapg_aa_797.html:125:15711:15717 Cutler Colorado +0.448384 gsa_html_5262754204 gsa_html_5262754204:148:17900:17908 Javelina Lajitas, Texas +0.498324 aapg_af_830.html aapg_af_830.html:558:65402:65412 Duck Creek Austin, Chicago +0.487104 cspg_html_4086951599 cspg_html_4086951599:93:13921:13930 Queenston Utica, New York +0.381018 aapg_ai_501.html aapg_ai_501.html:152:14124:14147 Lone Mountain Reno, Nevada +0.247234 sedimentology_html_5613495298 sedimentology_html_5613495298:965:48605:48623 Moenkopi Chinle Formation +0.259844 palaios_html_4501603736 palaios_html_4501603736:118:11521:11538 Thaynes Reno, Nevada +0.255488 gsa_html_5295695236 gsa_html_5295695236:646:68132:68141 San Pedro Arizona +0.27405 aapg_aa_645.html aapg_aa_645.html:3:244:263 Kootenai Middle East +0.273513 aapg_ah_640.html aapg_ah_640.html:31:2967:2984 Chemung Appalachia +0.248122 aapg_ac_93.html aapg_ac_93.html:286:30110:30129 Smackover Shreveport, Louisiana +0.251 jgeology_html_4305195651 jgeology_html_4305195651:541:60194:60218 Slide Mountain Ulster County, New York +0.26622 aapg_aa_622.html aapg_aa_622.html:168:21633:21644 Uncompahgre Colorado +0.247005 gsa_html_5079726047 gsa_html_5079726047:791:88374:88383 Gibraltar Bucaramanga +0.462927 aapg_ai_278.html aapg_ai_278.html:896:106047:106068 Fort Pierce Fort Pierce, Florida +0.246784 aapg_ad_434.html aapg_ad_434.html:585:49523:49535 Grand Rapids Lacombe, Alberta +0.275561 aapg_ad_991.html aapg_ad_991.html:146:12117:12126 Smackover Cotton Valley, Louisiana +0.243512 cspg_html_3065473572 cspg_html_3065473572:176:23762:23769 Macasty Middle Ordovician +0.478455 geology_html_5807506094 geology_html_5807506094:203:14742:14748 Provo Svalbard +0.261948 aapg_af_936.html aapg_af_936.html:28:5714:5731 Venango Catskill Mountains +0.694323 aapg_ai_482.html aapg_ai_482.html:20:2816:2837 Stone Corral Rice County, Kansas +0.662858 cspg_html_5241714595 cspg_html_5241714595:69:11864:11884 Dawson Bay Manitoba +0.49337 gsa_html_7242082733 gsa_html_7242082733:63:5560:5588 Green River Colorado +0.475547 aapg_af_236.html aapg_af_236.html:4:703:709 Wewoka Shawnee, Oklahoma +0.244458 aapg_ae_272.html aapg_ae_272.html:761:74345:74353 Richland Austin, Chicago +0.25627 cspg_html_8556552074 cspg_html_8556552074:79:6981:6995 Basal Lacombe, Alberta +0.242905 aapg_ai_850.html aapg_ai_850.html:30:3416:3421 Mt Lytton Juniata County School District +0.485298 aapg_ae_944.html aapg_ae_944.html:123:11330:11349 Aux Vases Vienna +0.510972 aapg_ae_129.html aapg_ae_129.html:173:15878:15885 Calvert Huntington, West Virginia +0.254856 aapg_ad_865.html aapg_ad_865.html:146:15592:15609 Hermosa Logan, Utah +0.251923 aapg_ah_505.html aapg_ah_505.html:1565:127127:127134 Manitou Fremont, California +0.477044 gsa_html_1783148177 gsa_html_1783148177:855:81906:81930 Eagle California +0.48994 aapg_ac_807.html aapg_ac_807.html:884:86720:86725 Eutaw Tuscaloosa, Alabama +0.503485 gsa_html_3942625742 gsa_html_3942625742:419:35528:35558 Little River Metro Manila +0.487734 sedimentology_html_9410532865 sedimentology_html_9410532865:1869:121984:122005 Green River Cheyenne, Wyoming +0.243033 aapg_ae_59.html aapg_ae_59.html:599:48372:48380 Colorado Colorado +0.26394 geology_html_7350826381 geology_html_7350826381:13:630:640 Washington Washington (state) +0.845671 aapg_ae_959.html aapg_ae_959.html:2313:164821:164828 Rustler Salado, Texas +0.279614 aapg_ad_627.html aapg_ad_627.html:20:2602:2631 White River Logan, Utah +0.48034 gsa_html_7020634397 gsa_html_7020634397:167:17593:17615 Nation River Anchorage, Alaska +0.25344 palaios_html_6100595217 palaios_html_6100595217:343:35073:35085 Gosport Sand Lisbon +0.2495 aapg_ai_897.html aapg_ai_897.html:217:23343:23356 Jackson Shreveport, Louisiana +0.47941 cspg_html_1378826439 cspg_html_1378826439:531:44838:44846 Colorado Denver +0.259979 aapg_ad_258.html aapg_ad_258.html:303:34094:34102 Sycamore Bruceton, Pennsylvania +0.245518 cspg_html_8266552811 cspg_html_8266552811:278:34965:34975 Bishop Ash California +0.495876 aapg_ae_958.html aapg_ae_958.html:82:10371:10387 Whitehorse Delaware +0.489328 gsa_html_5081991493 gsa_html_5081991493:1656:118318:118346 Green River Colorado +0.2565 cspg_html_9275863663 cspg_html_9275863663:83:11822:11847 Beaverhill Swan Hill, Victoria +0.686368 cspg_html_4834279610 cspg_html_4834279610:15:1922:1940 Banff Calgary +0.486072 aapg_aa_717.html aapg_aa_717.html:505:61285:61304 Gatesburg Pennsylvania +0.255024 gsa_html_9597147043 gsa_html_9597147043:1267:102813:102831 Cantwell Bloomington, Indiana +0.512946 gsa_html_1525220569 gsa_html_1525220569:1018:96160:96188 Green River Colorado +0.258332 gsa_html_4719798013 gsa_html_4719798013:316:31068:31093 Blackwater Draw Pecos River +0.37485 jgeology_html_8355852976 jgeology_html_8355852976:234:18535:18547 Pierre Nebraska +0.479359 cspg_html_7799850124 cspg_html_7799850124:767:85543:85558 Flume Swan Hill, Victoria +0.47736 cspg_html_1118978429 cspg_html_1118978429:459:44962:44969 Cadomin Arctic Cordillera +0.471801 aapg_af_854.html aapg_af_854.html:1088:153517:153533 Menard Randolph County, Indiana +0.490158 aapg_ac_517.html aapg_ac_517.html:55:6661:6681 Nisku Drumheller +0.480704 cspg_html_2113617629 cspg_html_2113617629:863:96171:96188 Cardium Lacombe, Alberta +0.711743 geology_html_9172071766 geology_html_9172071766:259:20096:20113 Entrada Logan, Utah +0.693204 aapg_ac_807.html aapg_ac_807.html:562:55740:55755 Aquia Potomac River +0.493954 aapg_ae_319.html aapg_ae_319.html:333:24314:24330 Woodside Uinta Mountains +0.467046 aapg_ad_833.html aapg_ad_833.html:150:21193:21206 Tensleep Albany County, Wyoming +0.479987 aapg_ae_305.html aapg_ae_305.html:1073:92561:92566 Colon Sweden +0.307111 aapg_af_666.html aapg_af_666.html:471:39907:39917 Wind River Wasatch Range +0.25688 cspg_html_7866293053 cspg_html_7866293053:770:76301:76309 Colorado Denver +0.256608 palaios_html_9876040400 palaios_html_9876040400:679:66109:66140 White River Colorado +0.25688 aapg_ae_876.html aapg_ae_876.html:49:5852:5876 Cedar Mountain Cedar Mountains +0.48705 cspg_html_4666332434 cspg_html_4666332434:434:69979:69998 Foremost Lacombe, Alberta +0.29097 aapg_ac_785.html aapg_ac_785.html:280:46119:46145 Barnett Brown County, Ohio +0.262474 aapg_ad_569.html aapg_ad_569.html:38:5418:5437 Grosmont Calgary +0.26058 jgeology_html_2632931163 jgeology_html_2632931163:365:21287:21299 Rio San Juan South America +0.490261 gsa_html_4593629541 gsa_html_4593629541:122:13119:13143 Perry Piermont, New York +0.255892 aapg_ah_518.html aapg_ah_518.html:3:161:178 Ignacio Quartzite Colorado +0.2575 aapg_ai_87.html aapg_ai_87.html:552:55721:55734 Banff Victoria, British Columbia +0.256928 cspg_html_9725676031 cspg_html_9725676031:51:7471:7476 Liard Liard River, British Columbia +0.477288 aapg_aa_104.html aapg_aa_104.html:224:18315:18325 Cedar Keys Jacksonville, Illinois +0.2535 aapg_ah_10.html aapg_ah_10.html:53:7873:7884 Buena Vista Bartow County, Georgia +0.424 aapg_ai_864.html aapg_ai_864.html:67:8562:8568 Reklaw Karnes County, Texas +0.379257 palaios_html_5543030185 palaios_html_5543030185:281:29670:29705 Fillmore Logan, Utah +0.47628 aapg_aa_286.html aapg_aa_286.html:26:4252:4268 Reedsville Harrisburg, Pennsylvania +0.272384 aapg_ac_692.html aapg_ac_692.html:274:29730:29738 Columbia Washington (state) +0.506464 cspg_html_7839431712 cspg_html_7839431712:27:3768:3785 Belly River Campania +0.267786 cspg_html_9174286035 cspg_html_9174286035:84:10365:10389 Kenogami River Moose River (Maine) +0.245847 aapg_ah_847.html aapg_ah_847.html:201:23207:23216 New Egypt Monmouth County, New Jersey +0.259045 cspg_html_8362959053 cspg_html_8362959053:140:19637:19650 Boulder Creek Lacombe, Alberta +0.48616 sedimentology_html_8006979411 sedimentology_html_8006979411:1833:119651:119668 Cardium Victoria, British Columbia +0.27454 palaios_html_3855840708 palaios_html_3855840708:421:35529:35552 Cypress Regina, Saskatchewan +0.347628 aapg_aa_898.html aapg_aa_898.html:287:34014:34034 North Horn Logan, Utah +0.266255 aapg_af_479.html aapg_af_479.html:799:83323:83332 San Diego California +0.479829 cspg_html_8525917094 cspg_html_8525917094:282:36408:36426 Sundance Lacombe, Alberta +0.271405 aapg_ae_370.html aapg_ae_370.html:11:1577:1584 Cowlitz Scappoose, Oregon +0.675783 aapg_ah_536.html aapg_ah_536.html:385:50597:50623 Rodessa Rodessa, Louisiana +0.475776 gsa_html_1636483297 gsa_html_1636483297:68:5384:5392 Colorado Cheyenne, Wyoming +0.270375 cspg_html_9941227593 cspg_html_9941227593:22:2753:2775 Swift Williston Basin +0.63873 aapg_aa_861.html aapg_aa_861.html:25:3882:3894 Devon Island Bath, Somerset +0.266192 cspg_html_1975682848 cspg_html_1975682848:121:17468:17490 Lone Mountain Dolomite Reno, Nevada +0.268822 aapg_ac_961.html aapg_ac_961.html:511:53396:53403 Savanna McAlester, Oklahoma +0.274022 aapg_ae_959.html aapg_ae_959.html:1908:138379:138399 Dog Creek Texas +0.258542 cspg_html_7941684345 cspg_html_7941684345:88:14157:14179 Elk Lacombe, Alberta +0.241664 gsa_html_8010927234 gsa_html_8010927234:60:3128:3148 Ammonoosuc Volcanics Middle Ordovician +0.488005 gsa_html_1536819908 gsa_html_1536819908:823:76382:76410 Green River Iran +0.496975 palaios_html_7679079277 palaios_html_7679079277:387:29797:29815 Sundance Greybull, Wyoming +0.468272 aapg_ae_873.html aapg_ae_873.html:787:90812:90829 Rodessa Hopkins County, Kentucky +0.252945 cspg_html_3385840278 cspg_html_3385840278:1649:181693:181703 Swan Hills Canada +0.25344 sedimentology_html_2816603345 sedimentology_html_2816603345:286:24231:24250 Canepatch Charleston, South Carolina +0.454589 cspg_html_9236194363 cspg_html_9236194363:46:4968:4998 Beaverhill Edmonton, London +0.467208 aapg_ah_685.html aapg_ah_685.html:353:38331:38339 Colorado Denver +0.256036 cspg_html_4382149016 cspg_html_4382149016:69:11368:11373 Aston Logan, Utah +0.259434 aapg_ad_823.html aapg_ad_823.html:151:15575:15592 Rustler Culebra, Puerto Rico +0.26468 AMJC_html_1252169248 AMJC_html_1252169248:598:57716:57726 Laurentian New Hampshire +0.265631 aapg_ad_466.html aapg_ad_466.html:942:101840:101846 Tinton Monmouth County, New Jersey +0.248965 aapg_aa_95.html aapg_aa_95.html:122:11280:11288 Colorado Nebraska +0.936014 aapg_ai_52.html aapg_ai_52.html:129:19082:19096 Monterey Santa Maria, California +0.27295 cspg_html_1166788717 cspg_html_1166788717:35:4355:4370 Flume Western world +0.49337 cspg_html_7777724998 cspg_html_7777724998:791:76164:76182 Kootenay Canada +0.245448 aapg_ai_158.html aapg_ai_158.html:186:19224:19243 Ramparts Anchorage, Alaska +0.240019 aapg_ad_810.html aapg_ad_810.html:166:17772:17794 Calico Bluff Anchorage, Alaska +0.49664 gsa_html_7966194501 gsa_html_7966194501:29:2796:2824 Green River New Mexico +0.259458 cspg_html_1222040397 cspg_html_1222040397:352:47224:47234 Road River Victoria, British Columbia +0.235104 cspg_html_1336185084 cspg_html_1336185084:99:11070:11090 Clearwater Clearwater, Florida +0.46719 geology_html_4386567919 geology_html_4386567919:107:13635:13642 Paradox Forest City, Iowa +0.455039 aapg_aa_732.html aapg_aa_732.html:35:6180:6191 West Nueces Mexico +0.258 aapg_aa_37.html aapg_aa_37.html:222:27256:27271 Word Texas +0.268128 aapg_ai_969.html aapg_ai_969.html:203:22363:22377 Lea Park Lacombe, Alberta +0.477506 aapg_ah_181.html aapg_ah_181.html:93:10402:10422 Rico Logan, Utah +0.49665 aapg_ai_758.html aapg_ai_758.html:47:6365:6372 St Marys Illinois +0.487272 gsa_html_2877730818 gsa_html_2877730818:714:61793:61816 Kingston Peak Death Valley +0.480256 gsa_html_8517233795 gsa_html_8517233795:786:71520:71548 Green River Iran +0.264704 gsa_html_9052101586 gsa_html_9052101586:451:53221:53250 Lake Michigan Wadena County, Minnesota +0.250677 cspg_html_9825544190 cspg_html_9825544190:43:5013:5026 Wabamun Calgary +0.479037 AMJC_html_6341723617 AMJC_html_6341723617:597:54459:54480 Green River San Antonio +0.278226 sedimentology_html_6490933665 sedimentology_html_6490933665:79:6590:6618 Split Rock Logan, Utah +0.5018 gsa_html_3347482194 gsa_html_3347482194:30:2802:2830 Green River Colorado +0.474096 gsa_html_5293445820 gsa_html_5293445820:813:83343:83360 Nasina Salcha River +0.511786 aapg_ah_221.html aapg_ah_221.html:94:9279:9288 Red River Mesa, Arizona +0.261326 aapg_af_471.html aapg_af_471.html:112:14487:14495 Parkwood Hartselle, Alabama +0.248776 geology_html_9924482358 geology_html_9924482358:215:21563:21584 Green River Cheyenne, Wyoming +0.463905 aapg_ak_87.html aapg_ak_87.html:135:21597:21601 Earp Colina, Chile +0.501095 aapg_ae_797.html aapg_ae_797.html:122:14005:14020 Molas Hermosa, Chicago +0.481206 cspg_html_3367984758 cspg_html_3367984758:200:25892:25900 Columbia Victoria, British Columbia +0.263682 palaios_html_8391206976 palaios_html_8391206976:696:66745:66778 Drakes Kentucky +0.462127 aapg_ah_871.html aapg_ah_871.html:482:53301:53306 Chazy Brainerd, Minnesota +0.25452 aapg_ah_100.html aapg_ah_100.html:100:9185:9204 Caseyville Caseyville, Illinois +0.265608 aapg_ad_719.html aapg_ad_719.html:104:12691:12711 Whitehorse San Angelo, Texas +0.271405 geology_html_6728593303 geology_html_6728593303:15:704:714 Washington Washington (state) +0.503285 cspg_html_8089302449 cspg_html_8089302449:218:37341:37349 Columbia Victoria, British Columbia +0.256949 aapg_ac_257.html aapg_ac_257.html:50:9752:9785 Sallisaw Frisco, Texas +0.264404 aapg_ah_165.html aapg_ah_165.html:248:33109:33124 Nisku Lacombe, Alberta +0.267776 cspg_html_8021635994 cspg_html_8021635994:335:37515:37549 Waterways Lacombe, Alberta +0.509852 gsa_html_7298317037 gsa_html_7298317037:550:50937:50959 Monterey California +0.259931 cspg_html_6163998187 cspg_html_6163998187:160:21861:21872 Peace River Lacombe, Alberta +0.523838 gsa_html_1217771406 gsa_html_1217771406:862:82254:82267 Santa Barbara California +0.283989 aapg_ad_59.html aapg_ad_59.html:81:14831:14840 Greenhorn Western world +0.487024 aapg_af_95.html aapg_af_95.html:445:33160:33177 Edwards Texas +0.479862 gsa_html_1489580785 gsa_html_1489580785:769:64864:64892 Green River Colorado +0.470112 aapg_aa_582.html aapg_aa_582.html:75:7407:7413 Sierra Oaxaca, Oaxaca +0.253302 aapg_ae_419.html aapg_ae_419.html:4002:247907:247913 Sierra Texas +0.50403 aapg_ae_871.html aapg_ae_871.html:346:55297:55313 Seabee Regina, Saskatchewan +0.503126 aapg_ae_794.html aapg_ae_794.html:61:9794:9809 Eutaw Tuscaloosa, Alabama +0.490676 AMJC_html_4912571726 AMJC_html_4912571726:955:83676:83682 Provo Pyrenees +0.466947 aapg_ac_414.html aapg_ac_414.html:41:4848:4864 Kaibab Reno, Nevada +0.26986 cspg_html_8163506304 cspg_html_8163506304:10:1021:1030 Crowsnest Snake River Canyon (Idaho) +0.47864 palaios_html_9370776107 palaios_html_9370776107:429:34380:34393 Wabana Toronto +0.259077 geology_html_1204331608 geology_html_1204331608:168:14709:14725 Naknek Novarupta +0.292166 aapg_ad_696.html aapg_ad_696.html:322:29813:29819 Reklaw Carrizo Plain +0.260865 aapg_ah_652.html aapg_ah_652.html:61:7581:7600 Mesaverde Beaumont, Texas +0.25026 gsa_html_1734656819 gsa_html_1734656819:924:79766:79783 Palm Spring Rocky Mountains +0.24354 gsa_html_9487992082 gsa_html_9487992082:11:420:426 Oregon Salem, Oregon +0.251262 gsa_html_2300589710 gsa_html_2300589710:109:12107:12113 Jordan Israel +0.468975 aapg_af_11.html aapg_af_11.html:528:53149:53154 Ouray Colorado +0.530104 aapg_ac_730.html aapg_ac_730.html:316:44680:44686 Dakota Mancos, Colorado +0.252004 cspg_html_3699720399 cspg_html_3699720399:346:36201:36209 Columbia Victoria, British Columbia +0.459725 aapg_ai_726.html aapg_ai_726.html:989:103904:103910 Walker Caribbean +0.476046 palaios_html_7860397774 palaios_html_7860397774:959:70585:70602 La Luna Venezuela +0.495471 cspg_html_8840748783 cspg_html_8840748783:64:11511:11529 Dunvegan Victoria, British Columbia +0.46134 aapg_af_469.html aapg_af_469.html:422:49133:49141 Humboldt Hatton, London +0.25064 sedimentology_html_7399126879 sedimentology_html_7399126879:2051:99176:99179 Arc Sicily +0.254736 aapg_ai_975.html aapg_ai_975.html:337:30519:30536 Hosston County Sligo +0.24843 gsa_html_6837513060 gsa_html_6837513060:760:60410:60420 Washington Denmark +0.251955 jgeology_html_9091100556 jgeology_html_9091100556:913:51082:51095 South Channel Regina, Saskatchewan +0.26574 aapg_ae_171.html aapg_ae_171.html:591:62799:62818 Newcastle Cheyenne, Wyoming +0.225758 gsa_html_8427644447 gsa_html_8427644447:18:1004:1010 Denver Colorado +0.48513 palaios_html_5411840767 palaios_html_5411840767:775:72557:72563 Oregon Yaquina Bay +0.4902 aapg_ah_259.html aapg_ah_259.html:315:29990:29996 Jordan Melbourne, Florida +0.25956 cspg_html_6131861361 cspg_html_6131861361:126:17744:17752 Columbia Victoria, British Columbia +0.4992 aapg_ac_613.html aapg_ac_613.html:104:14412:14421 Mesaverde Mancos, Colorado +0.486912 palaios_html_3105248303 palaios_html_3105248303:470:46258:46272 Point Pleasant Fulton, Missouri +0.489114 aapg_ai_860.html aapg_ai_860.html:407:48646:48659 Decorah Maquoketa, Iowa +0.252504 aapg_aa_147.html aapg_aa_147.html:871:88848:88866 Mayville Michigan +0.257703 gsa_html_5089176247 gsa_html_5089176247:879:81315:81319 Helm New Mexico +0.479808 gsa_html_4461768215 gsa_html_4461768215:619:60880:60890 Washington Seattle +0.260338 cspg_html_3926542795 cspg_html_3926542795:1205:129583:129601 Graminia Swan Hill, Victoria +0.795708 jgeology_html_2518323234 jgeology_html_2518323234:1048:78424:78456 Chelmsford Canada +0.479044 aapg_ai_159.html aapg_ai_159.html:94:10498:10516 Caimito Culebra, Puerto Rico +0.25382 AMJC_html_2228158963 AMJC_html_2228158963:780:84851:84870 Penobscot Youngtown, Tasmania +0.227916 aapg_ad_169.html aapg_ad_169.html:215:24762:24782 Greenbrier Huntington, West Virginia +0.275058 aapg_ae_182.html aapg_ae_182.html:189:22306:22311 Tokio Bellevue, Nebraska +0.486758 sedimentology_html_4388131685 sedimentology_html_4388131685:1406:94625:94647 Dunvegan Victoria, British Columbia +0.544362 aapg_aa_644.html aapg_aa_644.html:624:53904:53911 Bridger Cheyenne, Wyoming +0.266392 aapg_ae_660.html aapg_ae_660.html:614:54417:54437 Smackover Shreveport, Louisiana +0.250992 cspg_html_9768299963 cspg_html_9768299963:19:2413:2429 Horseshoe Canyon Lacombe, Alberta +0.30245 aapg_ah_416.html aapg_ah_416.html:113:10157:10165 Kootenai Milk River, Alberta +0.252973 cspg_html_7881580279 cspg_html_7881580279:183:23974:23990 Yeoman Regina, Saskatchewan +0.272304 aapg_ah_271.html aapg_ah_271.html:79:9822:9841 Cotton Valley Upshur County, West Virginia +0.475 gsa_html_2422494332 gsa_html_2422494332:758:72494:72500 Coburn Weaverville, California +0.503807 palaios_html_3491046542 palaios_html_3491046542:934:80180:80198 Sunblood Canada +0.259588 aapg_ai_1.html aapg_ai_1.html:304:27030:27037 Paradox Hermosa, Chicago +0.473888 AMJC_html_5969956211 AMJC_html_5969956211:964:135510:135527 Roberts Mountains Reno, Nevada +0.258362 jgeology_html_4115179562 jgeology_html_4115179562:328:24808:24826 Mount Rogers Unicoi, Tennessee +0.274576 cspg_html_9354781888 cspg_html_9354781888:975:68144:68149 Yukon Canada +0.487026 aapg_aa_399.html aapg_aa_399.html:223:16954:16971 Wapiabi Niobrara, Nebraska +0.263592 aapg_aa_399.html aapg_aa_399.html:355:29356:29364 Paskapoo Edmonton, London +0.91107 sedimentology_html_2898428289 sedimentology_html_2898428289:1332:67808:67830 Winnipegosis Regina, Saskatchewan +0.32743 gsa_html_1536819908 gsa_html_1536819908:64:5545:5555 Winnemucca Reno, Nevada +0.448625 aapg_ae_3.html aapg_ae_3.html:156:21692:21699 Madison Cheyenne, Wyoming +0.249984 geology_html_4825073774 geology_html_4825073774:342:27602:27610 Colorado Creede, Colorado +0.462714 cspg_html_4656151786 cspg_html_4656151786:49:3624:3633 Allen Bay Wales Island (British Columbia) +0.51775 aapg_aa_232.html aapg_aa_232.html:30:4187:4207 Purgatoire New Mexico +0.46035 aapg_ah_505.html aapg_ah_505.html:1557:126216:126228 Beaver Creek Niobrara, Nebraska +0.235176 aapg_ac_533.html aapg_ac_533.html:404:49682:49695 Edwards Texas +0.906223 aapg_ai_157.html aapg_ai_157.html:316:30324:30330 Guelph Guelph +0.260608 aapg_ae_73.html aapg_ae_73.html:776:103418:103426 Colorado Colorado +0.253967 cspg_html_4403434336 cspg_html_4403434336:175:19022:19048 Aleqatsiaq Fjord Washington (state) +0.271425 gsa_html_2717448156 gsa_html_2717448156:14:611:617 Denver Colorado +0.475488 gsa_html_3402632563 gsa_html_3402632563:11:481:491 Washington Washington (state) +0.283712 aapg_ah_321.html aapg_ah_321.html:45:4824:4839 Maccrady Saltville, Virginia +0.853151 aapg_ai_584.html aapg_ai_584.html:1243:126552:126576 Casper Cheyenne, Wyoming +0.262108 geology_html_4355936380 geology_html_4355936380:125:11359:11367 Columbia Fulton, Missouri +0.49868 aapg_af_129.html aapg_af_129.html:148:15450:15458 Colorado Eagle River, Alaska +0.48192 aapg_aa_731.html aapg_aa_731.html:262:34928:34949 Rockdale Texas +0.44733 aapg_af_665.html aapg_af_665.html:4:534:538 Frio Oakville, California +0.26163 geology_html_2345007570 geology_html_2345007570:188:18418:18439 Waits River Bennington, Vermont +0.24576 geology_html_7635087020 geology_html_7635087020:237:21768:21774 Oxford Pergamon Museum +0.263169 cspg_html_7938374662 cspg_html_7938374662:127:13775:13789 Moosebar Pine River (Michigan) +0.253692 cspg_html_5241714595 cspg_html_5241714595:437:67223:67238 Nisku Lacombe, Alberta +0.445995 aapg_ae_324.html aapg_ae_324.html:275:27795:27803 Virginia Virginia +0.506928 aapg_ae_544.html aapg_ae_544.html:75:10557:10588 Fort Union Williston, Vermont +0.244011 aapg_ae_305.html aapg_ae_305.html:1507:143716:143733 Mirador Maracaibo +0.457355 aapg_af_317.html aapg_af_317.html:27:4145:4153 Colorado Texas +0.27248 aapg_ac_635.html aapg_ac_635.html:27:4123:4129 Oregon California +0.251472 gsa_html_8774590177 gsa_html_8774590177:199:23386:23394 Pinnacle Shoreham Nuclear Power Plant +0.265224 aapg_ae_135.html aapg_ae_135.html:63:5858:5865 Rodessa Hopkins County, Kentucky +0.458581 aapg_ah_399.html aapg_ah_399.html:33:5396:5408 Saskatchewan Moose Jaw +0.470934 aapg_ai_523.html aapg_ai_523.html:3:376:391 Weber Carbondale, Pennsylvania +0.275525 aapg_ah_644.html aapg_ah_644.html:347:41503:41508 Swift Regina, Saskatchewan +0.253356 aapg_ah_532.html aapg_ah_532.html:31:2945:2950 Ouray Arizona +0.268686 geology_html_3067159650 geology_html_3067159650:13:730:740 Washington Washington (state) +0.511224 aapg_ah_202.html aapg_ah_202.html:579:78204:78212 Columbia Texas +0.240128 aapg_ah_52.html aapg_ah_52.html:173:24467:24491 Schrader Bluff Anchorage, Alaska +0.253991 aapg_ae_454.html aapg_ae_454.html:552:50112:50120 Dorcheat Arkansas +0.265698 aapg_ai_17.html aapg_ai_17.html:166:10979:10995 Midway Texas +0.235872 aapg_aa_271.html aapg_aa_271.html:504:47826:47831 Weeks Trinidad and Tobago +0.266616 cspg_html_9735723617 cspg_html_9735723617:44:6877:6886 Mackenzie Banks Island +0.46332 AMJC_html_6341723617 AMJC_html_6341723617:486:44063:44084 Sheep Pass Elko, Nevada +0.527 gsa_html_8502611935 gsa_html_8502611935:562:43407:43435 Green River Colorado +0.488131 cspg_html_9072696952 cspg_html_9072696952:168:16209:16246 Garbutt Victoria, British Columbia +0.938736 cspg_html_1498300615 cspg_html_1498300615:103:13263:13285 Cairn Lacombe, Alberta +0.470112 aapg_af_2.html aapg_af_2.html:261:29069:29074 Ouray Ouray, Colorado +0.248937 aapg_ae_391.html aapg_ae_391.html:491:46235:46253 Rustler Culberson County Airport +0.495945 cspg_html_3854139935 cspg_html_3854139935:124:21073:21085 Judith River Lacombe, Alberta +0.256968 jgeology_html_3739517257 jgeology_html_3739517257:208:13208:13225 White River New Mexico +0.2595 aapg_ai_157.html aapg_ai_157.html:462:42992:43009 Norfolk Salina, Kansas +0.252476 gsa_html_4415707577 gsa_html_4415707577:857:79835:79844 Extension England +0.484748 gsa_html_4071231613 gsa_html_4071231613:591:66091:66115 Hunsaker Creek Wallowa, Oregon +0.516516 aapg_ah_535.html aapg_ah_535.html:148:26043:26062 Tuscarora Martinsburg, Nebraska +0.25194 cspg_html_4516258038 cspg_html_4516258038:249:25451:25464 Parry Islands Bathurst Island (Northern Territory) +0.528264 aapg_ah_519.html aapg_ah_519.html:91:10558:10564 Dakota Mancos, Colorado +0.498316 gsa_html_7840671974 gsa_html_7840671974:112:14889:14897 Prospect Cheyenne, Wyoming +0.246482 gsa_html_3225734041 gsa_html_3225734041:760:65881:65902 Wissahickon Wilmington, North Carolina +0.473715 aapg_ai_898.html aapg_ai_898.html:277:31426:31432 Denver Bloomington, Indiana +0.481844 cspg_html_5497811468 cspg_html_5497811468:186:23548:23569 Mount Clark Western world +0.18176 cspg_html_4659384530 cspg_html_4659384530:23:3045:3071 Slave Point Great Slave Lake +0.26673 aapg_ai_48.html aapg_ai_48.html:18:2573:2583 Phosphoria Texas +0.26469 aapg_ai_367.html aapg_ai_367.html:363:24658:24666 Vaqueros California +0.26884 sedimentology_html_6231777453 sedimentology_html_6231777453:149:12697:12709 Saskatchewan Saskatchewan River +0.259056 jgeology_html_6784862387 jgeology_html_6784862387:1087:57917:57926 Mackenzie Back River (Virginia) +0.49572 gsa_html_9569209726 gsa_html_9569209726:840:79843:79853 Washington Seattle +0.243542 cspg_html_2838996125 cspg_html_2838996125:69:12944:12964 Beavertail Fort Good Hope Airport +0.26664 aapg_aa_12.html aapg_aa_12.html:162:18665:18673 Woodford Chattanooga, Tennessee +0.253991 aapg_ai_399.html aapg_ai_399.html:66:7317:7328 Ripley Illinois +0.26928 aapg_aa_134.html aapg_aa_134.html:310:34710:34721 Heath Montana +0.254007 sedimentology_html_7874076821 sedimentology_html_7874076821:161:15383:15391 Columbia Victoria, British Columbia +0.258757 gsa_html_2994204451 gsa_html_2994204451:805:77685:77691 Auburn Alabama +0.4826 sedimentology_html_3738352363 sedimentology_html_3738352363:70:6577:6589 Pozo Cazorla +0.488889 aapg_ai_296.html aapg_ai_296.html:586:58968:58975 Everton Sauk Village, Illinois +0.497944 cspg_html_3026112034 cspg_html_3026112034:864:81101:81129 Wabamun Lacombe, Alberta +0.49816 aapg_af_130.html aapg_af_130.html:146:26489:26526 Tererro Sangre de Cristo Range +0.245016 cspg_html_9354781888 cspg_html_9354781888:800:59951:59960 Athabasca Lacombe, Alberta +0.265738 aapg_aa_730.html aapg_aa_730.html:232:20989:20993 Frio Texas +0.27136 palaios_html_9009659906 palaios_html_9009659906:329:38489:38507 Willwood Cheyenne, Wyoming +0.266766 sedimentology_html_4066314755 sedimentology_html_4066314755:608:35624:35634 Protection Zagreb +0.234696 aapg_ae_715.html aapg_ae_715.html:3:359:373 Frio Texas +0.24926 gsa_html_9891566604 gsa_html_9891566604:114:12813:12835 Ottauquechee Fayston, Vermont +0.266252 aapg_ac_867.html aapg_ac_867.html:513:70425:70443 Frontier Cheyenne, Wyoming +0.24786 aapg_af_854.html aapg_af_854.html:1163:164745:164761 Menard Illinois +0.731 aapg_ae_4.html aapg_ae_4.html:212:23762:23768 Humbug Logan, Utah +0.487494 AMJC_html_5969956211 AMJC_html_5969956211:518:73895:73924 Morrison Reno, Nevada +0.27144 geology_html_1456398424 geology_html_1456398424:268:22727:22744 Cardium Lacombe, Alberta +0.482377 cspg_html_4132771434 cspg_html_4132771434:6:419:427 Columbia Lacombe, Alberta +0.455616 cspg_html_8316122266 cspg_html_8316122266:296:29199:29207 Hulcross Boulder Creek (Colorado) +0.267386 aapg_ac_252.html aapg_ac_252.html:137:15115:15131 Kaibab San Rafael Swell +0.254961 gsa_html_9866042258 gsa_html_9866042258:1655:125914:125924 Bear Bluff Mount Mazama +0.241808 cspg_html_5538678223 cspg_html_5538678223:627:59980:59987 Halfway Victoria, British Columbia +0.257554 aapg_aa_635.html aapg_aa_635.html:19:2277:2282 Cadiz Spain +0.231748 aapg_ak_104.html aapg_ak_104.html:470:47034:47044 Wind River Cheyenne, Wyoming +0.2485 cspg_html_3385840278 cspg_html_3385840278:17:2583:2604 Beaverhill Lacombe, Alberta +0.274527 cspg_html_4405340534 cspg_html_4405340534:431:64237:64247 West Point New Brunswick, New Jersey +0.26673 aapg_ah_148.html aapg_ah_148.html:281:33587:33605 Woodbend Lacombe, Alberta +0.264187 aapg_ad_784.html aapg_ad_784.html:483:52151:52156 Sespe Santa Clara County, California +0.2535 sedimentology_html_6432222975 sedimentology_html_6432222975:1453:66966:66972 Oxford Pergamon Museum +0.49761 cspg_html_1312400675 cspg_html_1312400675:216:25711:25729 Paskapoo Edmonton, London +0.266766 cspg_html_6306091047 cspg_html_6306091047:17:2878:2886 Columbia Victoria, British Columbia +0.488005 gsa_html_8820488310 gsa_html_8820488310:1173:100640:100668 Green River Colorado +0.483616 cspg_html_4319383223 cspg_html_4319383223:388:47045:47053 Columbia Victoria, British Columbia +0.267288 aapg_ae_0.html aapg_ae_0.html:358:39639:39661 Nation River Anchorage, Alaska +0.258566 cspg_html_5117208919 cspg_html_5117208919:123:10741:10758 Muskeg Victoria, British Columbia +0.24672 gsa_html_1119256423 gsa_html_1119256423:466:40834:40842 Colorado Nebraska +0.44055 AMJC_html_2890539371 AMJC_html_2890539371:455:46612:46620 Paradise Boise, Idaho +0.248 aapg_aa_721.html aapg_aa_721.html:609:68644:68666 Marble Falls Texas +0.489255 aapg_af_634.html aapg_af_634.html:68:10433:10450 Midway Africa +0.490028 aapg_ad_467.html aapg_ad_467.html:317:23673:23694 Black Creek Matawan, New Jersey +0.355632 aapg_ad_37.html aapg_ad_37.html:48:4800:4804 Frio Shreveport, Louisiana +0.50456 AMJC_html_6341723617 AMJC_html_6341723617:740:64609:64620 Green River Gary, Indiana +0.266766 aapg_af_614.html aapg_af_614.html:52:4049:4062 Cotton Valley Arkansas +0.275184 aapg_aa_20.html aapg_aa_20.html:22:3343:3353 Caseyville Illinois +0.271872 aapg_ae_919.html aapg_ae_919.html:5:792:800 Colorado Denver +0.232155 gsa_html_5587684798 gsa_html_5587684798:777:64259:64267 Montreal Quebec City +0.271722 aapg_af_808.html aapg_af_808.html:431:59410:59428 Scotland Venezuela +0.268536 aapg_ah_407.html aapg_ah_407.html:265:25785:25794 Etchegoin San Joaquin River +0.279816 aapg_ae_660.html aapg_ae_660.html:601:53620:53628 Norphlet Mississippi River +0.49608 aapg_ae_64.html aapg_ae_64.html:254:25494:25507 Willwood Fort Union Trading Post National Historic Site +0.245448 gsa_html_2667366192 gsa_html_2667366192:576:53851:53855 Hall California +0.82901 aapg_ai_38.html aapg_ai_38.html:33:3505:3514 Fox Hills Colorado +0.2261 gsa_html_7120668170 gsa_html_7120668170:1109:94532:94538 Sonora San Francisco +0.27089 aapg_ah_894.html aapg_ah_894.html:111:18492:18507 Torok North Slope Borough, Alaska +0.25959 aapg_ae_876.html aapg_ae_876.html:315:33365:33373 Blanding Cedar Mountains +0.480038 geology_html_4078898597 geology_html_4078898597:254:17991:17995 Rico Long Valley, New Jersey +0.272448 palaios_html_8391206976 palaios_html_8391206976:506:56331:56351 Grant Lake Ohio +0.278184 aapg_ac_246.html aapg_ac_246.html:728:70974:70980 Viking Williston, Vermont +0.462136 jgeology_html_3353186896 jgeology_html_3353186896:1254:102180:102189 Sugarloaf California +0.47838 aapg_ai_914.html aapg_ai_914.html:111:18667:18675 Scranton Arkansas +0.2505 geology_html_5412269979 geology_html_5412269979:17:628:634 Peedee Green River Formation +0.479552 aapg_ah_692.html aapg_ah_692.html:525:58339:58345 Walker Mexico +0.496944 palaios_html_2736581987 palaios_html_2736581987:561:58245:58260 Hueco New Mexico +0.470808 aapg_aa_106.html aapg_aa_106.html:707:76356:76378 Winnipegosis Regina, Saskatchewan +0.259458 cspg_html_5735081610 cspg_html_5735081610:419:42439:42477 Winnipegosis Regina, Saskatchewan +0.521892 cspg_html_3664126562 cspg_html_3664126562:6:319:337 Cardium Lacombe, Alberta +0.482258 aapg_ah_632.html aapg_ah_632.html:155:19398:19415 Martinsburg Pennsylvania +0.489082 cspg_html_4685751140 cspg_html_4685751140:323:36265:36284 Keg River Lacombe, Alberta +0.25608 aapg_ae_161.html aapg_ae_161.html:121:14594:14601 Bearpaw Powder River (Montana) +0.25853 palaios_html_6025329652 palaios_html_6025329652:93:8829:8842 Nelson Middle East +0.250997 gsa_html_8236729701 gsa_html_8236729701:52:4741:4749 Carlsbad San Diego +0.875665 cspg_html_4031489103 cspg_html_4031489103:339:49492:49509 Gateway Fernie, British Columbia +0.502231 cspg_html_4729994113 cspg_html_4729994113:10:999:1007 Columbia Victoria, British Columbia +0.257446 gsa_html_9052101586 gsa_html_9052101586:355:38829:38840 Peoria Illinois +0.256542 cspg_html_4165571187 cspg_html_4165571187:145:15428:15436 Columbia Lacombe, Alberta +0.256027 aapg_ad_984.html aapg_ad_984.html:134:12768:12795 Renault Knox County, Illinois +0.456726 palaios_html_3561205174 palaios_html_3561205174:12:578:586 Colorado Denver +0.482895 aapg_ah_605.html aapg_ah_605.html:39:4061:4069 Virginia Charleston, South Carolina +0.257 cspg_html_2784057671 cspg_html_2784057671:89:11070:11090 Huntingdon Fraser Valley +0.256432 gsa_html_7411853369 gsa_html_7411853369:704:68734:68752 Uwharrie North Carolina +0.245518 jgeology_html_4115179562 jgeology_html_4115179562:317:24386:24401 Lynchburg Unicoi, Tennessee +0.242526 gsa_html_5813911420 gsa_html_5813911420:9:325:331 Sierra Chihuahua (state) +0.242063 aapg_ah_385.html aapg_ah_385.html:363:44971:44978 Panoche Putah Creek +0.484848 aapg_ad_564.html aapg_ad_564.html:8190:734767:734776 San Diego California +0.250937 cspg_html_3962754176 cspg_html_3962754176:37:5274:5293 Cold Lake Lacombe, Alberta +0.265668 geology_html_1845997701 geology_html_1845997701:236:20272:20278 Oxford Oman +0.47282 cspg_html_2418341010 cspg_html_2418341010:22:2053:2105 Martin Manitoba +0.49707 aapg_ae_305.html aapg_ae_305.html:1606:154764:154773 Carbonera Colombia +0.239 aapg_ad_810.html aapg_ad_810.html:77:8782:8787 Yukon Watson Lake (Arizona) +0.477717 aapg_ad_133.html aapg_ad_133.html:200:18443:18451 Wolfcamp Kent County, Maryland +0.440232 cspg_html_1644457308 cspg_html_1644457308:53:7886:7890 Toad Pine River (Michigan) +0.853551 aapg_aa_626.html aapg_aa_626.html:277:31894:31913 Patapsco Maryland +0.48672 aapg_ac_835.html aapg_ac_835.html:540:71748:71775 Madison Lacombe, Alberta +0.269312 cspg_html_3516764931 cspg_html_3516764931:443:64267:64272 Price Calgary +0.435441 aapg_ai_592.html aapg_ai_592.html:326:52833:52838 Uinta Uinta Mountains +0.257554 gsa_html_1217771406 gsa_html_1217771406:12:604:612 Colorado Denver +0.736044 aapg_ae_305.html aapg_ae_305.html:1201:108259:108265 Perija Maracaibo +0.49244 cspg_html_6193252551 cspg_html_6193252551:488:57960:57977 Beekmantown Montreal +0.466095 aapg_ah_52.html aapg_ah_52.html:353:51326:51339 Navarro Texas +0.258856 geology_html_3745441661 geology_html_3745441661:96:9145:9153 Red Rock Snake River Plain (ecoregion) +0.510489 gsa_html_8023326145 gsa_html_8023326145:29:2796:2824 Green River Colorado +0.251496 cspg_html_3156423351 cspg_html_3156423351:6:459:469 Nikanassin Lacombe, Alberta +0.2565 gsa_html_3648258377 gsa_html_3648258377:897:84414:84421 Potomac Bass River Township, New Jersey +0.250318 geology_html_1519650213 geology_html_1519650213:132:12414:12430 Katahdin Granite Portland, Maine +0.252464 aapg_ai_523.html aapg_ai_523.html:7:1302:1318 Maroon Glenwood Springs, Colorado +0.24846 AMJC_html_2829615437 AMJC_html_2829615437:118:18092:18112 Waynesburg Washington (state) +0.263165 aapg_ai_29.html aapg_ai_29.html:69:7386:7393 Reynosa Oakville, California +0.265125 aapg_ac_805.html aapg_ac_805.html:391:49673:49682 Red River Texas +0.470916 gsa_html_5625878232 gsa_html_5625878232:333:45125:45135 Washington Baja California peninsula +0.485811 aapg_ac_227.html aapg_ac_227.html:51:6431:6438 Wasatch Uinta Mountains +0.261612 aapg_ai_49.html aapg_ai_49.html:213:25052:25058 Kaibab Cheyenne, Wyoming +0.241424 cspg_html_7444963992 cspg_html_7444963992:372:46172:46180 Beaufort Banks Island +0.495803 sedimentology_html_2898428289 sedimentology_html_2898428289:216:17805:17827 Winnipegosis Dolomites +0.256011 aapg_aa_696.html aapg_aa_696.html:663:73565:73582 Hermosa Logan, Utah +0.269352 cspg_html_4105062490 cspg_html_4105062490:62:6696:6716 Dawson Bay Lacombe, Alberta +0.48348 sedimentology_html_8803606067 sedimentology_html_8803606067:188:13513:13519 Sibley Indonesia +0.248496 cspg_html_7278001817 cspg_html_7278001817:377:46748:46797 Montney Valhalla, New York +0.25551 cspg_html_2695921112 cspg_html_2695921112:80:8846:8881 Bonaventure New Brunswick, New Jersey +0.483581 cspg_html_1506720813 cspg_html_1506720813:404:47093:47102 Ellerslie San Fernando Valley +0.478578 gsa_html_2853817533 gsa_html_2853817533:999:69601:69605 Bell London, Ontario +0.270256 aapg_ae_64.html aapg_ae_64.html:118:12276:12296 Phosphoria Cheyenne, Wyoming +0.263153 gsa_html_8010927234 gsa_html_8010927234:264:19604:19629 Perry Rangeley, Maine +0.391384 cspg_html_5940878099 cspg_html_5940878099:5:195:230 Elm Point Manitoba +0.470496 aapg_ad_137.html aapg_ad_137.html:40:3801:3814 Cotton Valley Paluxy, Texas +0.258462 aapg_ah_751.html aapg_ah_751.html:61:5159:5179 Boquillas Buda, Texas +0.246456 gsa_html_9310053579 gsa_html_9310053579:624:56149:56168 Chumstick Leavenworth, Washington +0.23845 aapg_ae_32.html aapg_ae_32.html:90:9100:9125 Blackjack Creek Tulsa, Oklahoma +0.49572 aapg_ai_665.html aapg_ai_665.html:43:6570:6580 Rio Grande Mississippi River +0.268324 gsa_html_8938402362 gsa_html_8938402362:165:16880:16896 Poleta Nelson, New Zealand +0.48384 cspg_html_4666332434 cspg_html_4666332434:614:80119:80131 Saskatchewan Lacombe, Alberta +0.236115 sedimentology_html_2383150620 sedimentology_html_2383150620:1043:60395:60399 Hall London, Ontario +0.254478 cspg_html_5973552270 cspg_html_5973552270:52:7086:7101 Elk Swan Hill, Victoria +0.473773 aapg_ac_302.html aapg_ac_302.html:312:37621:37636 Battleship Wash Hidden Valley, Indiana +0.38199 aapg_ac_680.html aapg_ac_680.html:98:7899:7908 Smackover Hubbard, Bowie County, Texas +0.250985 aapg_ai_584.html aapg_ai_584.html:12:1319:1325 Casper Hartville, Missouri +0.264195 aapg_af_854.html aapg_af_854.html:658:92387:92404 Keokuk Burlington, Ontario +0.491303 aapg_aa_775.html aapg_aa_775.html:454:47398:47405 Perdido Mexico +0.273 aapg_ah_131.html aapg_ah_131.html:19:1950:1963 Cotton Valley Rodessa, Louisiana +0.264195 cspg_html_4326384800 cspg_html_4326384800:1491:220950:220966 Calmar Blue Ridge Mountains +0.451686 geology_html_6501151583 geology_html_6501151583:41:4724:4731 Moenave Kayenta, Arizona +0.931198 AMJC_html_3664856625 AMJC_html_3664856625:68:9166:9196 Fort Union Powder River Basin +0.276576 aapg_ad_557.html aapg_ad_557.html:11597:682524:682544 San Andres New Mexico +0.397306 sedimentology_html_2041096405 sedimentology_html_2041096405:596:47776:47792 Guelph Michigan Basin +0.261021 gsa_html_6753732431 gsa_html_6753732431:646:60401:60424 Sespe California +0.2562 aapg_ai_583.html aapg_ai_583.html:27:4500:4508 Sundance Black Hills +0.257544 cspg_html_4176605708 cspg_html_4176605708:716:68632:68644 Saskatchewan Colorado +0.242374 aapg_ad_954.html aapg_ad_954.html:201:20641:20663 Honey Creek Missouri River +0.259065 cspg_html_2758185645 cspg_html_2758185645:537:50609:50617 Montreal Montreal +0.263048 cspg_html_2758185645 cspg_html_2758185645:444:44516:44531 Banff Lacombe, Alberta +0.258572 gsa_html_1491636326 gsa_html_1491636326:1065:90814:90834 Toro Chile +0.273504 jgeology_html_5194202686 jgeology_html_5194202686:641:36294:36300 Thrifty London, Ontario +0.23961 aapg_ac_313.html aapg_ac_313.html:389:44800:44811 Peten Guatemala +0.467857 jgeology_html_3517640817 jgeology_html_3517640817:831:51067:51076 Peninsula Korea +0.475838 aapg_ae_272.html aapg_ae_272.html:633:60831:60849 Michigan Michigan +0.469962 aapg_af_854.html aapg_af_854.html:491:64932:64954 Edwardsville Monroe, Michigan +0.464576 sedimentology_html_2139169476 sedimentology_html_2139169476:110:10330:10339 Peninsula Sikhote-Alin +0.49816 geology_html_3195636693 geology_html_3195636693:12:612:617 Queen Ontario, California +0.491365 cspg_html_8267847427 cspg_html_8267847427:450:54954:54974 Milk River Lacombe, Alberta +0.497896 cspg_html_7769839889 cspg_html_7769839889:399:43985:43993 Frontier Canada +0.255398 cspg_html_7839431712 cspg_html_7839431712:23:3191:3213 Judith River Lacombe, Alberta +0.509956 aapg_af_575.html aapg_af_575.html:847:120447:120453 Pawnee Tulsa, Oklahoma +0.493296 cspg_html_1645105717 cspg_html_1645105717:33:4896:4919 Logan Mississauga +0.24543 aapg_aa_233.html aapg_aa_233.html:622:61981:61998 La Pena Mexico +0.511717 cspg_html_2378968525 cspg_html_2378968525:6:306:311 Nisku Drumheller +0.87843 aapg_aa_830.html aapg_aa_830.html:92:10654:10664 Washington Kentucky +0.529368 aapg_ae_324.html aapg_ae_324.html:1130:113515:113523 Moccasin Virginia +0.365681 aapg_ac_984.html aapg_ac_984.html:255:22902:22912 Eau Claire Wisconsin +0.25041 cspg_html_6611173979 cspg_html_6611173979:261:25033:25048 Big Valley Austin, Chicago +0.243536 cspg_html_4269101824 cspg_html_4269101824:5:194:235 Albert New Brunswick, New Jersey +0.260478 aapg_ah_329.html aapg_ah_329.html:284:28132:28139 Sisquoc Monterey, California +0.287287 aapg_ac_276.html aapg_ac_276.html:79:7660:7682 Dutch Creek Wayne County, Michigan +0.480255 geology_html_3746649235 geology_html_3746649235:288:22587:22591 Hall RAF Troodos +0.259408 aapg_ah_76.html aapg_ah_76.html:18:2429:2453 Bedford California +0.669529 aapg_ad_557.html aapg_ad_557.html:1565:147973:147992 Swan Hills Lacombe, Alberta +0.503812 aapg_af_310.html aapg_af_310.html:71:8989:9001 Saskatchewan Manitoba +0.256968 aapg_ac_843.html aapg_ac_843.html:65:7752:7759 Pioneer Sumatra +0.262128 cspg_html_2053592979 cspg_html_2053592979:18:2167:2175 Columbia Victoria, British Columbia +0.490716 aapg_ah_134.html aapg_ah_134.html:128:10401:10407 Paluxy Tuscaloosa, Alabama +0.49764 geology_html_1499318691 geology_html_1499318691:114:8467:8487 Copenhagen Reno, Nevada +0.266156 cspg_html_4683430733 cspg_html_4683430733:10:812:829 Cardium Lacombe, Alberta +0.275609 aapg_af_471.html aapg_af_471.html:105:13687:13703 Pennington Hartselle, Alabama +0.249984 sedimentology_html_2208426700 sedimentology_html_2208426700:1221:66745:66774 Salem Bloomington, Indiana +0.496524 aapg_aa_302.html aapg_aa_302.html:600:68549:68553 Elko Reno, Nevada +0.448392 cspg_html_4773367370 cspg_html_4773367370:301:23827:23841 Colorado Canada +0.242853 aapg_ah_415.html aapg_ah_415.html:31:3987:3997 Bow Island Colorado +0.479539 aapg_ah_646.html aapg_ah_646.html:358:42548:42565 Wingate New Mexico +0.468968 palaios_html_7196438349 palaios_html_7196438349:615:61357:61365 Victoria Victoria, British Columbia +0.4922 aapg_aa_416.html aapg_aa_416.html:168:21844:21852 Niobrara Mancos, Colorado +0.25551 gsa_html_3484366946 gsa_html_3484366946:1256:114801:114820 Pocatello Boise, Idaho +0.4693 gsa_html_4179834030 gsa_html_4179834030:11:471:477 Forest Colorado +0.526393 cspg_html_7457399958 cspg_html_7457399958:245:31766:31786 Weatherall Melville Island (Canada) +0.245248 gsa_html_9613801428 gsa_html_9613801428:171:19021:19049 Talkeetna Matanuska River +0.492412 cspg_html_8568877195 cspg_html_8568877195:58:9915:9922 Pakowki Bearpaw Formation +0.635154 aapg_ad_152.html aapg_ad_152.html:1793:232892:232898 Toroweap Spring Mountains National Recreation Area +0.285684 aapg_aa_381.html aapg_aa_381.html:34:4769:4791 Monterey Monterey, California +0.248446 geology_html_8586030341 geology_html_8586030341:11:481:488 Halifax Bridgetown, Nova Scotia +0.496392 aapg_ae_315.html aapg_ae_315.html:49:4413:4426 Spechts Ferry Darlington, Wisconsin +0.270375 gsa_html_1040858746 gsa_html_1040858746:687:61839:61859 Pit Hawaii (island) +0.237919 geology_html_2759081324 geology_html_2759081324:12:567:573 Reston Virginia +0.260036 cspg_html_9354781888 cspg_html_9354781888:205:27203:27223 Baldonnel Victoria, British Columbia +0.257983 aapg_ae_921.html aapg_ae_921.html:231:18433:18452 Minnelusa Black Hills +0.504525 aapg_ai_763.html aapg_ai_763.html:67:8729:8752 Cotton Valley Cotton Valley, Louisiana +0.25132 aapg_ah_318.html aapg_ah_318.html:1099:113177:113200 Cotton Valley Texas +0.474832 geology_html_1891301262 geology_html_1891301262:247:22649:22659 Santa Rita New Mexico +0.263682 aapg_ai_862.html aapg_ai_862.html:3:392:409 Ivishak North Slope Borough, Alaska +0.477225 aapg_ac_246.html aapg_ac_246.html:728:70953:70962 Newcastle Williston, Vermont +0.254514 aapg_ad_691.html aapg_ad_691.html:46:5369:5389 Georgetown Fort Worth, Texas +0.251923 cspg_html_8121202912 cspg_html_8121202912:262:32430:32446 Skoki Bow River +0.264195 aapg_ai_996.html aapg_ai_996.html:1284:55234:55246 Castle Hayne Neuse River +0.468993 aapg_ad_606.html aapg_ad_606.html:63:6574:6580 Denver Colorado +0.464265 jgeology_html_6990146451 jgeology_html_6990146451:806:58689:58698 Foreknobs Acadia +0.253952 geology_html_2450882108 geology_html_2450882108:296:22072:22078 Jordan Nazca +0.25333 aapg_ah_289.html aapg_ah_289.html:212:29426:29434 Monterey Vail, Colorado +0.493654 cspg_html_2929384614 cspg_html_2929384614:529:57299:57303 Frio Texas +0.251883 aapg_aa_623.html aapg_aa_623.html:8:1583:1604 Belly River Regina, Saskatchewan +0.486796 cspg_html_7086880709 cspg_html_7086880709:548:71543:71554 Slave Point Mackenzie River +0.251496 geology_html_9935181457 geology_html_9935181457:11:494:500 Oregon Salem, Oregon +0.151845 aapg_ai_854.html aapg_ai_854.html:68:10983:11001 Niobrara Denver +0.222768 aapg_af_498.html aapg_af_498.html:437:48365:48384 Sunniland Melbourne, Florida +0.472675 gsa_html_3144986031 gsa_html_3144986031:294:31732:31741 Talkeetna Talkeetna, Alaska +0.514968 gsa_html_1917948270 gsa_html_1917948270:31:2718:2746 Green River Colorado +0.278784 aapg_ac_301.html aapg_ac_301.html:109:13619:13638 Fish Haven Dolomite Boise, Idaho +0.483678 aapg_ai_759.html aapg_ai_759.html:50:5171:5178 Choptank Ohio +0.491824 cspg_html_4298557570 cspg_html_4298557570:12:1406:1423 Bearpaw Lacombe, Alberta +0.257 palaios_html_7010013984 palaios_html_7010013984:662:69126:69130 Hall London, Ontario +0.5168 aapg_ah_514.html aapg_ah_514.html:151:14001:14016 Tuscaloosa Mississippi River +0.471653 sedimentology_html_6475812971 sedimentology_html_6475812971:873:56357:56366 Extension Apennine Mountains +0.267344 aapg_ad_720.html aapg_ad_720.html:232:23117:23121 Yeso New Mexico +0.247434 aapg_af_568.html aapg_af_568.html:378:35901:35919 Tensleep Cheyenne, Wyoming +0.25688 aapg_ae_875.html aapg_ae_875.html:275:33030:33045 Coamo Puerto Rico +0.256949 aapg_ai_157.html aapg_ai_157.html:322:31253:31259 Salina Guelph +0.250902 cspg_html_6064089067 cspg_html_6064089067:81:9843:9851 Winnipeg Red River of the North +0.479048 cspg_html_2650524233 cspg_html_2650524233:33:6541:6547 Battle Cypress Hills, Brooklyn +0.48399 aapg_ai_864.html aapg_ai_864.html:39:4839:4845 Reklaw Carrizo Plain +0.49824 aapg_ad_981.html aapg_ad_981.html:429:25749:25754 Swift Bay of Fundy +0.495808 aapg_ae_884.html aapg_ae_884.html:350:45354:45361 Vermejo Cheyenne, Wyoming +0.26838 aapg_ah_402.html aapg_ah_402.html:353:38079:38085 Wilcox Seminole, Texas +0.260538 aapg_ae_746.html aapg_ae_746.html:723:61495:61503 Columbia Victoria, British Columbia +0.279165 aapg_aa_106.html aapg_aa_106.html:367:38980:39000 Dawson Bay Regina, Saskatchewan +0.2574 aapg_ae_873.html aapg_ae_873.html:861:100357:100376 Mt Lytton Delta County, Texas +0.25146 sedimentology_html_6338456723 sedimentology_html_6338456723:1603:69848:69855 Potsdam Greifensee, Zurich +0.48453 gsa_html_7980021147 gsa_html_7980021147:936:77336:77364 Green River Colorado +0.2595 aapg_ah_529.html aapg_ah_529.html:316:33063:33080 El Paso Chiricahua Mountains +0.468671 cspg_html_9613527162 cspg_html_9613527162:109:15363:15380 Pekisko Nelson, New Zealand +0.269345 jgeology_html_3735491109 jgeology_html_3735491109:79:3520:3528 Colorado Colombia +0.269838 gsa_html_8076115820 gsa_html_8076115820:1061:72247:72267 Uinta Logan, Utah +0.263144 aapg_ac_825.html aapg_ac_825.html:785:79755:79779 Carmel California +0.374825 aapg_af_595.html aapg_af_595.html:107:9316:9321 Eutaw Tuscaloosa, Alabama +0.262143 gsa_html_2758185504 gsa_html_2758185504:610:53556:53576 Fort Union Williston Basin +0.24941 geology_html_7867948062 geology_html_7867948062:24:2089:2112 Kingston Peak Panamint Range +0.5192 aapg_ae_354.html aapg_ae_354.html:323:33053:33069 Dakota New Mexico +0.259811 aapg_ae_875.html aapg_ae_875.html:185:22498:22514 Robles Puerto Rico +0.244027 sedimentology_html_8923738088 sedimentology_html_8923738088:1814:96951:96961 Pine Point Canada +0.857332 gsa_html_9102781796 gsa_html_9102781796:77:8819:8838 Talkeetna Talkeetna Mountains +0.346794 gsa_html_2369908260 gsa_html_2369908260:1317:128981:128993 Owens Valley California +0.484176 cspg_html_2834693711 cspg_html_2834693711:637:91220:91240 Huntingdon Vancouver +0.454476 aapg_ad_836.html aapg_ad_836.html:932:80035:80045 Viola Mississippian culture +0.482384 gsa_html_1031230113 gsa_html_1031230113:658:61600:61628 Green River Colorado +0.25149 gsa_html_9299329909 gsa_html_9299329909:202:24075:24085 Santa Cruz Santa Rosa, California +0.2525 gsa_html_6991576096 gsa_html_6991576096:99:12666:12674 Scotland Reno, Nevada +0.262128 geology_html_8201635887 geology_html_8201635887:24:1531:1539 Colorado Colorado +0.234684 geology_html_5047080688 geology_html_5047080688:20:701:707 Denver Colorado +0.503126 aapg_aa_928.html aapg_aa_928.html:206:22645:22652 Anahuac Friendswood, Texas +0.499422 cspg_html_9735723617 cspg_html_9735723617:1946:170356:170375 Griper Bay Banks Island +0.4944 aapg_af_361.html aapg_af_361.html:75:11082:11088 Walker Grand Bahama +0.46986 cspg_html_2559849177 cspg_html_2559849177:319:43420:43428 Coalspur Lacombe, Alberta +0.46795 aapg_ae_391.html aapg_ae_391.html:467:43463:43479 Tessey Salado, Texas +0.260051 cspg_html_4645836177 cspg_html_4645836177:380:40962:40970 Colorado Denver +0.250952 geology_html_6421455685 geology_html_6421455685:398:25194:25203 San Diego California +0.444584 aapg_ai_278.html aapg_ai_278.html:321:45663:45670 Yucatan Nassau, Bahamas +0.492184 cspg_html_6517402834 cspg_html_6517402834:252:24539:24547 Coalspur Lacombe, Alberta +0.246648 cspg_html_3627006433 cspg_html_3627006433:35:4710:4728 Dunvegan Lacombe, Alberta +0.262108 gsa_html_2300589710 gsa_html_2300589710:111:12595:12601 Jordan Saudi Arabia +0.505512 aapg_ad_2.html aapg_ad_2.html:770:109034:109044 Waynesboro Chambersburg, Pennsylvania +0.25441 geology_html_1773903574 geology_html_1773903574:270:25082:25092 Santa Cruz California +0.247464 aapg_ai_66.html aapg_ai_66.html:43:5816:5822 Pueblo Colorado +0.48654 aapg_af_124.html aapg_af_124.html:247:20301:20311 Pittsburgh Pittsburgh +0.50546 geology_html_3781233733 geology_html_3781233733:247:17994:18004 Washington China +0.502857 aapg_ac_597.html aapg_ac_597.html:267:18297:18307 Assistance San Diego +0.259584 aapg_aa_46.html aapg_aa_46.html:209:24031:24038 Paradox Hermosa, Chicago +0.248937 geology_html_2221062873 geology_html_2221062873:380:27823:27833 Washington Mediterranean Sea +0.277914 gsa_html_1997423355 gsa_html_1997423355:191:22047:22055 Columbia Snake River Canyon (Idaho) +0.474797 palaios_html_6956866368 palaios_html_6956866368:16:1006:1020 Naco Arizona +0.248346 aapg_ac_291.html aapg_ac_291.html:3:333:341 Virginia North Carolina +0.472758 aapg_ae_4.html aapg_ae_4.html:299:35037:35051 Manning Canyon Logan, Utah +0.258482 geology_html_3484341641 geology_html_3484341641:15:714:722 Virginia Reston, Virginia +0.247044 aapg_ad_466.html aapg_ad_466.html:394:48731:48738 Raritan Closter, New Jersey +0.488131 aapg_af_357.html aapg_af_357.html:148:14990:15005 Salem Bloomington, Indiana +0.25551 aapg_ah_632.html aapg_ah_632.html:16:2180:2188 Virginia Piedmont (United States) +0.235704 cspg_html_2122549217 cspg_html_2122549217:15:1469:1481 Horton River Lady Franklin Bay +0.493812 gsa_html_1130947011 gsa_html_1130947011:213:27145:27160 Galena Lexington, Kentucky +0.25146 cspg_html_7426180950 cspg_html_7426180950:340:46059:46076 Basal Western Canadian Sedimentary Basin +0.49987 sedimentology_html_6952142412 sedimentology_html_6952142412:1450:99597:99601 Hall London, Ontario +0.27423 aapg_ah_505.html aapg_ah_505.html:639:48992:49004 Dakota Colorado Springs, Colorado +0.402628 AMJC_html_3632105729 AMJC_html_3632105729:222:32688:32694 Hurwal Middle East +0.270384 sedimentology_html_2010995560 sedimentology_html_2010995560:1937:113183:113202 Athabasca Canada +0.2515 cspg_html_9843429624 cspg_html_9843429624:643:88509:88544 Swan Hills Lacombe, Alberta +0.26341 geology_html_9438115741 geology_html_9438115741:252:23620:23627 St Marys China +0.503152 aapg_aa_44.html aapg_aa_44.html:205:26007:26015 Moenkopi Hermosa, Chicago +0.283945 aapg_ah_464.html aapg_ah_464.html:68:12387:12404 Pottsville Pottsville, Pennsylvania +0.473172 aapg_ak_96.html aapg_ak_96.html:75:7548:7567 Eggleston Middle East +0.484429 gsa_html_8955900843 gsa_html_8955900843:520:49122:49143 Weaverville Klamath Mountains (ecoregion) +0.480568 cspg_html_2546442054 cspg_html_2546442054:256:31395:31403 Edmonton Edmonton, London +0.466032 aapg_ac_302.html aapg_ac_302.html:107:11431:11446 Moapa Piute, California +0.361075 geology_html_7814694704 geology_html_7814694704:97:9026:9058 Michigamme Michigan +0.25544 gsa_html_2220556952 gsa_html_2220556952:821:96879:96888 Extension Sonoma, California +0.251 aapg_ai_722.html aapg_ai_722.html:220:24790:24803 Lake Michigan Wisconsin +0.25908 sedimentology_html_3427043115 sedimentology_html_3427043115:952:57730:57740 Washington Seattle +0.268315 palaios_html_1262064602 palaios_html_1262064602:51:5638:5669 Chinle Colorado Plateau +0.25123 aapg_ad_614.html aapg_ad_614.html:67:6617:6626 Smackover Shreveport, Louisiana +0.51251 aapg_ad_0.html aapg_ad_0.html:91:10127:10136 Franconia Trempealeau, Wisconsin +0.267806 palaios_html_3207778962 palaios_html_3207778962:391:53495:53515 Fort Union Williston Basin +0.25088 aapg_af_317.html aapg_af_317.html:932:107182:107189 Norfolk Norfolk, Virginia +0.436914 cspg_html_3102530088 cspg_html_3102530088:312:37043:37065 Judith River Regina, Saskatchewan +0.483372 geology_html_6476658393 geology_html_6476658393:42:3961:3977 Nepean Brockville +0.251906 aapg_af_187.html aapg_af_187.html:56:6135:6143 Bellevue Haynesville, Louisiana +0.509855 aapg_ai_941.html aapg_ai_941.html:205:29599:29609 Washington Green River Formation +0.24837 aapg_ae_113.html aapg_ae_113.html:192:23617:23638 Stuart Bathurst Island (Northern Territory) +0.260099 cspg_html_9725676031 cspg_html_9725676031:533:65857:65873 Viking Lacombe, Alberta +0.38808 aapg_ae_65.html aapg_ae_65.html:386:39350:39370 Fort Union Cheyenne, Wyoming +0.260036 cspg_html_5779937878 cspg_html_5779937878:47:5492:5501 Cold Lake Clearwater, Florida +0.48603 gsa_html_4650354985 gsa_html_4650354985:1187:96950:96958 Huerfano Colorado +0.265468 aapg_af_575.html aapg_af_575.html:1135:163232:163239 Edwards Fort Worth, Texas +0.236526 cspg_html_4680797491 cspg_html_4680797491:385:39035:39052 Muskwa Victoria, British Columbia +0.267963 aapg_ae_544.html aapg_ae_544.html:289:33963:33981 Frontier Cheyenne, Wyoming +0.254508 cspg_html_2920938670 cspg_html_2920938670:62:9075:9087 Luscar Mountain Park (Holyoke, Massachusetts) +0.498015 gsa_html_6983076294 gsa_html_6983076294:782:73426:73448 Carrizo Canada +0.524388 sedimentology_html_3841637081 sedimentology_html_3841637081:1145:52839:52858 Deadwood Western Canadian Sedimentary Basin +0.259578 palaios_html_7930345720 palaios_html_7930345720:67:6993:7009 Navajo Logan, Utah +0.261576 aapg_ai_18.html aapg_ai_18.html:64:5706:5713 Reynosa East Texas +0.494429 aapg_ad_801.html aapg_ad_801.html:213:23460:23476 Lisbon Mississippi River +0.48384 aapg_ai_971.html aapg_ai_971.html:125:13165:13182 Renault Kentucky +0.496327 cspg_html_2882882278 cspg_html_2882882278:116:18873:18878 Tetsa Belcourt, North Dakota +0.360219 geology_html_9210804293 geology_html_9210804293:113:7581:7594 Thaynes Logan, Utah +0.26112 aapg_ai_409.html aapg_ai_409.html:88:9146:9167 Arkadelphia Arkadelphia, Arkansas +0.261085 aapg_af_653.html aapg_af_653.html:440:52321:52329 Vaqueros Southern California +0.249676 cspg_html_9343899465 cspg_html_9343899465:1328:110810:110822 Hecla Bay Hell Gate +0.257033 AMJC_html_4299960498 AMJC_html_4299960498:752:87762:87768 Oregon Washington (state) +0.263971 aapg_ai_340.html aapg_ai_340.html:769:63124:63130 Kodiak Anchorage, Alaska +0.496752 aapg_ae_309.html aapg_ae_309.html:176:16822:16828 Keokuk Burlington, Ontario +0.496975 cspg_html_8756009083 cspg_html_8756009083:6:318:340 Horn Plateau Yellowknife +0.38836 aapg_ai_155.html aapg_ai_155.html:12:1299:1306 Kanawha Huntington, West Virginia +0.26416 palaios_html_3985706634 palaios_html_3985706634:415:44526:44545 Wingfield Ontario, California +0.68943 aapg_ac_237.html aapg_ac_237.html:16:2240:2252 Vinini West, Texas +0.256432 cspg_html_1053895111 cspg_html_1053895111:212:27564:27581 Cardium Western Canadian Sedimentary Basin +0.375585 aapg_ai_17.html aapg_ai_17.html:1541:109436:109461 Citronelle Texas +0.26416 aapg_ai_468.html aapg_ai_468.html:257:31794:31807 Cotton Valley Bossier City, Louisiana +0.261855 aapg_ae_836.html aapg_ae_836.html:35:3441:3447 Paluxy Mooringsport, Louisiana +0.468765 aapg_ai_163.html aapg_ai_163.html:52:4565:4573 Colorado El Paso County, Texas +0.50065 sedimentology_html_8923738088 sedimentology_html_8923738088:1720:92607:92622 Leduc Lacombe, Alberta +0.252416 cspg_html_9729377176 cspg_html_9729377176:1230:122370:122404 Baldonnel Victoria, British Columbia +0.47436 aapg_aa_906.html aapg_aa_906.html:92:10621:10632 White River Cheyenne, Wyoming +0.264075 aapg_ad_337.html aapg_ad_337.html:514:52630:52640 San Miguel California +0.370332 aapg_aa_302.html aapg_aa_302.html:762:77890:77907 Oquirrh Logan, Utah +0.242949 jgeology_html_4599466962 jgeology_html_4599466962:381:27299:27317 Onondaga Edgecliff, New South Wales +0.239616 cspg_html_5308103526 cspg_html_5308103526:339:34502:34513 Peace River Mississippi River +0.250985 cspg_html_4143222666 cspg_html_4143222666:698:65104:65114 Milk River Lacombe, Alberta +0.713818 aapg_ad_994.html aapg_ad_994.html:7:929:947 Norphlet Alabama +0.246012 AMJC_html_7085584544 AMJC_html_7085584544:973:99206:99214 Michigan Cheyenne, Wyoming +0.24552 cspg_html_1984085623 cspg_html_1984085623:10:885:903 Colorado Western world +0.480365 cspg_html_9735723617 cspg_html_9735723617:44:6740:6754 Beverley Inlet Banks Island +0.243013 aapg_ah_42.html aapg_ah_42.html:66:8685:8691 Navajo Entrada Sandstone +0.47889 aapg_ae_981.html aapg_ae_981.html:426:36664:36684 Brownsport Missouri River +0.264075 aapg_ah_644.html aapg_ah_644.html:379:45530:45535 Piper Regina, Saskatchewan +0.263048 sedimentology_html_1581574492 sedimentology_html_1581574492:884:65649:65655 Thrifty London, Ontario +0.248272 geology_html_2871732406 geology_html_2871732406:15:1078:1086 Edmonton Earth +0.25551 AMJC_html_6605473820 AMJC_html_6605473820:12:595:605 Washington Richland, Washington +0.485811 cspg_html_5586087088 cspg_html_5586087088:348:38082:38095 Turner Valley Lacombe, Alberta +0.268288 aapg_ae_66.html aapg_ae_66.html:228:22847:22855 Wolfcamp Powder River (Montana) +0.45936 cspg_html_4298557570 cspg_html_4298557570:34:4810:4828 Paskapoo Edmonton, London +0.240458 sedimentology_html_3006596207 sedimentology_html_3006596207:976:59040:59050 Long Point Lake Erie +0.495704 aapg_af_45.html aapg_af_45.html:224:20970:20976 Nelson Taranaki Region +0.491967 gsa_html_3380395839 gsa_html_3380395839:39:3050:3060 Washington Boise, Idaho +0.253952 aapg_ac_881.html aapg_ac_881.html:306:36312:36329 Tanyard Texas +0.484785 geology_html_5189534136 geology_html_5189534136:172:17719:17746 Prairie Regina, Saskatchewan +0.363321 aapg_ah_645.html aapg_ah_645.html:419:50523:50530 Rierdon Williston, Vermont +0.911944 aapg_ac_575.html aapg_ac_575.html:121:19800:19821 Phosphoria Reno, Nevada +0.378246 gsa_html_4308966435 gsa_html_4308966435:198:22890:22897 Thaynes Logan, Utah +0.27387 gsa_html_6062330506 gsa_html_6062330506:673:69311:69328 Rustler New Mexico +0.464269 geology_html_5808864928 geology_html_5808864928:53:6799:6808 San Diego California +0.251384 aapg_ah_467.html aapg_ah_467.html:123:10885:10898 Turner Valley Lacombe, Alberta +0.516275 AMJC_html_8866429777 AMJC_html_8866429777:188:24860:24894 Conasauga Middle East +0.245727 cspg_html_3735760125 cspg_html_3735760125:228:26459:26476 Cardium Central Alberta +0.260545 aapg_ac_741.html aapg_ac_741.html:60:7302:7320 Niobrara Sharon Springs, Kansas +0.245916 gsa_html_5628658687 gsa_html_5628658687:711:71323:71332 Flagstaff Arizona +0.859606 cspg_html_7963093032 cspg_html_7963093032:6:511:534 Beaver Mines Victoria, British Columbia +0.25636 cspg_html_6577476978 cspg_html_6577476978:386:45208:45225 Cardium Lacombe, Alberta +0.239571 gsa_html_8319219146 gsa_html_8319219146:906:87559:87579 Lockatong East Coast of the United States +0.257048 aapg_ae_705.html aapg_ae_705.html:337:32249:32253 Pico Santa Ynez Valley +0.245872 aapg_aa_626.html aapg_aa_626.html:307:34650:34668 Potomac Maryland +0.24598 aapg_ah_176.html aapg_ah_176.html:420:49794:49800 Denver Colorado +0.465842 palaios_html_5398833984 palaios_html_5398833984:822:91460:91479 Rock Springs Cheyenne, Wyoming +0.510687 aapg_ah_821.html aapg_ah_821.html:128:13118:13124 Dakota San Juan County, Utah +0.47439 aapg_ah_783.html aapg_ah_783.html:127:15914:15925 Shark River Oyster Bay (hamlet), New York +0.87072 cspg_html_1173833070 cspg_html_1173833070:26:3584:3598 Bearpaw Edmonton, London +0.478235 gsa_html_3448554349 gsa_html_3448554349:613:66090:66104 Bedford Cleveland +0.8778 aapg_ah_762.html aapg_ah_762.html:210:21778:21785 Pekisko Western world +0.279256 aapg_ae_272.html aapg_ae_272.html:178:16844:16862 Michigan Michigan +0.451584 geology_html_8312255579 geology_html_8312255579:43:4578:4584 Oregon Arizona +0.25529 cspg_html_8662646956 cspg_html_8662646956:69:12671:12677 Denver Colorado +0.25647 aapg_ah_533.html aapg_ah_533.html:243:28430:28439 Knoxville Knoxville, Illinois +0.510972 aapg_ad_823.html aapg_ad_823.html:130:13399:13415 Dakota Carrizo Plain +0.47808 gsa_html_1538463681 gsa_html_1538463681:169:15137:15156 Glance Conglomerate Sonora +0.245248 geology_html_5342045301 geology_html_5342045301:182:19949:19963 Beaufort South Africa +0.26826 cspg_html_3501550466 cspg_html_3501550466:412:58453:58467 Woodbend Williston Basin +0.814728 aapg_ah_276.html aapg_ah_276.html:343:33263:33281 Monterey California +0.481944 aapg_af_164.html aapg_af_164.html:78:7083:7099 Kinderhook Carterville, Illinois +0.249831 cspg_html_8556552074 cspg_html_8556552074:17:1326:1341 Elk Regina, Saskatchewan +0.26724 aapg_ah_318.html aapg_ah_318.html:2753:227479:227488 Chinameca Veracruz, Veracruz +0.2455 aapg_ai_82.html aapg_ai_82.html:68:9281:9301 Greenbrier Pennsylvania +0.272934 aapg_aa_484.html aapg_aa_484.html:380:36525:36535 Hartshorne McAlester, Oklahoma +0.477252 aapg_ac_730.html aapg_ac_730.html:175:25001:25009 Colorado Mancos, Colorado +0.25398 aapg_ah_534.html aapg_ah_534.html:356:29755:29837 Palmerton Palmerton, Pennsylvania +0.475092 gsa_html_2023933346 gsa_html_2023933346:1075:99812:99837 Turtle Mountain Canada +0.26563 aapg_af_143.html aapg_af_143.html:1075:116820:116839 Knoxville Central Valley (California) +0.2625 cspg_html_7560056980 cspg_html_7560056980:402:42208:42227 Athabasca Canada +0.496336 aapg_ae_369.html aapg_ae_369.html:44:5400:5419 Tuscaloosa Hale County, Alabama +0.23817 aapg_ad_812.html aapg_ad_812.html:87:12621:12628 Wingate Entrada Sandstone +0.275504 aapg_ac_569.html aapg_ac_569.html:270:37009:37039 Albert Cheyenne, Wyoming +0.244518 cspg_html_6665051947 cspg_html_6665051947:451:45411:45430 Athabasca Lacombe, Alberta +0.482218 aapg_aa_569.html aapg_aa_569.html:15:2966:2977 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.243915 gsa_html_3586844705 gsa_html_3586844705:854:79925:79931 Brazil Bolivia +0.276507 aapg_af_338.html aapg_af_338.html:195:22396:22409 Woodbine East Texas +0.275098 aapg_ad_557.html aapg_ad_557.html:8436:395016:395022 Walker California +0.453906 cspg_html_2758185645 cspg_html_2758185645:6:402:417 Banff Lacombe, Alberta +0.468561 aapg_ae_959.html aapg_ae_959.html:2935:220920:220942 Belle Plains Texas +0.486864 gsa_html_7449902010 gsa_html_7449902010:62:4645:4673 Green River Colorado +0.25544 palaios_html_4736927967 palaios_html_4736927967:748:67491:67524 Palliser Lacombe, Alberta +0.472725 gsa_html_3423427338 gsa_html_3423427338:564:48998:49007 San Diego California +0.35926 aapg_ac_983.html aapg_ac_983.html:271:43798:43823 Blackjack Creek Iowa +0.491825 aapg_aa_934.html aapg_aa_934.html:270:30982:30990 Wolfcamp Texas +0.518819 gsa_html_9755702281 gsa_html_9755702281:741:58543:58556 Santa Barbara California +0.260036 cspg_html_8588503765 cspg_html_8588503765:529:63143:63160 Cardium Lacombe, Alberta +0.26 cspg_html_8072057670 cspg_html_8072057670:35:3030:3049 Catahoula Texas +0.898704 aapg_af_397.html aapg_af_397.html:266:33103:33120 Entrada Entrada Sandstone +0.25441 aapg_ah_180.html aapg_ah_180.html:97:10876:10884 Catskill Catskill Mountains +0.484746 aapg_ai_107.html aapg_ai_107.html:229:22891:22911 Smackover Bossier City, Louisiana +0.240352 aapg_ai_274.html aapg_ai_274.html:335:32002:32014 Rhode Island Block Island +0.48006 cspg_html_5973552270 cspg_html_5973552270:11:1249:1273 Fort Vermilion Swan Hill, Victoria +0.49725 sedimentology_html_8983980897 sedimentology_html_8983980897:265:18158:18176 St Peter Middle Ordovician +0.506974 aapg_af_628.html aapg_af_628.html:226:22440:22446 Bethel Kentucky +0.353367 aapg_ae_368.html aapg_ae_368.html:46:5337:5349 Marble Falls Llano, Texas +0.260091 gsa_html_4520182275 gsa_html_4520182275:113:12330:12357 Oquirrh Logan, Utah +0.456946 gsa_html_6062330506 gsa_html_6062330506:738:73531:73572 Sandia Albuquerque, New Mexico +0.493735 gsa_html_9979192554 gsa_html_9979192554:668:65315:65331 Keenan Quartzite Anchorage, Alaska +0.255021 sedimentology_html_2774214081 sedimentology_html_2774214081:1030:46361:46368 Tyonek Catskill Mountains +0.477087 gsa_html_9457387752 gsa_html_9457387752:854:72919:72925 Dayton Knoxville, Tennessee +0.26214 palaios_html_7352492968 palaios_html_7352492968:607:60236:60245 Sheffield North Sea oil +0.488516 cspg_html_1503116552 cspg_html_1503116552:111:17380:17391 Slave Point Western Canadian Sedimentary Basin +0.240597 cspg_html_7361993452 cspg_html_7361993452:5:225:247 Charlie Lake Lacombe, Alberta +0.485216 aapg_aa_898.html aapg_aa_898.html:102:13134:13144 North Horn Sevier orogeny +0.25654 aapg_ah_107.html aapg_ah_107.html:34:4874:4878 Frio Matamoros, Tamaulipas +0.259904 jgeology_html_2261151445 jgeology_html_2261151445:1467:72746:72750 Hall Glasgow +0.25351 aapg_ac_925.html aapg_ac_925.html:156:25375:25384 Hornbrook California +0.247 gsa_html_3614490577 gsa_html_3614490577:37:2726:2756 Madrid Cambridge, Massachusetts +0.255518 gsa_html_2509147847 gsa_html_2509147847:731:78530:78549 Peninsula Victoria, British Columbia +0.490776 palaios_html_3344823041 palaios_html_3344823041:326:28874:28909 Protection Melbourne, Florida +0.27405 sedimentology_html_8923738088 sedimentology_html_8923738088:131:10886:10894 Columbia Victoria, British Columbia +0.252486 palaios_html_6956866368 palaios_html_6956866368:595:64121:64135 Naco Arizona +0.526473 gsa_html_9590246141 gsa_html_9590246141:430:43152:43180 Green River Colorado +0.258572 cspg_html_5947812886 cspg_html_5947812886:422:66676:66691 Mural Lacombe, Alberta +0.245952 cspg_html_3008414459 cspg_html_3008414459:86:12896:12922 Telegraph Creek Milk River, Alberta +0.255936 gsa_html_2028006768 gsa_html_2028006768:845:62740:62745 Rapid Earth +0.244348 gsa_html_1783148177 gsa_html_1783148177:482:51790:51812 Artist Drive Black Mountains, Wales +0.492544 aapg_af_142.html aapg_af_142.html:114:11091:11095 Buda Houston +0.49987 gsa_html_4385238876 gsa_html_4385238876:984:98110:98138 Green River New Mexico +0.264192 palaios_html_9009659906 palaios_html_9009659906:326:38209:38227 Willwood Cheyenne, Wyoming +0.252434 cspg_html_1505194397 cspg_html_1505194397:327:43094:43099 Price Canada +0.274567 gsa_html_1450002501 gsa_html_1450002501:190:19175:19191 Cumberland Bridgetown, Nova Scotia +0.266255 sedimentology_html_6520137584 sedimentology_html_6520137584:1036:38063:38069 Oregon Washington (state) +0.48453 sedimentology_html_5557101170 sedimentology_html_5557101170:728:46441:46447 Forbes Canada +0.242536 geology_html_1745354227 geology_html_1745354227:84:9572:9623 Uinta Colorado +0.254248 cspg_html_9214997177 cspg_html_9214997177:225:23371:23398 Prairie Lacombe, Alberta +0.267285 gsa_html_3648258377 gsa_html_3648258377:376:36314:36321 Magothy Bass River Township, New Jersey +0.703478 aapg_af_142.html aapg_af_142.html:250:31741:31760 Smackover East Texas +0.253916 aapg_aa_231.html aapg_aa_231.html:614:53159:53174 Lance Western world +0.487172 aapg_af_577.html aapg_af_577.html:84:6372:6380 Carlsbad Pecos River +0.44826 gsa_html_2321645136 gsa_html_2321645136:670:60811:60833 Beartooth Ridgeway (track) +0.273408 aapg_ah_97.html aapg_ah_97.html:37:4973:4995 Beekmantown Western world +0.48603 sedimentology_html_2265212258 sedimentology_html_2265212258:847:64256:64270 Frio Brazoria County, Texas +0.274046 palaios_html_8767224707 palaios_html_8767224707:426:33366:33383 Verulam Ontario, California +0.249318 cspg_html_2863271815 cspg_html_2863271815:584:75139:75176 Turner Valley Lacombe, Alberta +0.264368 aapg_ad_865.html aapg_ad_865.html:109:10651:10667 Chinle Chinle Formation +0.436914 aapg_af_18.html aapg_af_18.html:228:26130:26145 Lakota Fall River, Nova Scotia +0.274052 cspg_html_5484260516 cspg_html_5484260516:407:35213:35228 Banff Lacombe, Alberta +0.507064 aapg_af_602.html aapg_af_602.html:261:35595:35605 Tuscaloosa Chipley, Florida +0.24745 aapg_ai_1.html aapg_ai_1.html:31:3483:3500 Paradox Colorado +0.5088 cspg_html_4626597050 cspg_html_4626597050:155:19580:19598 Woodside Shale Boise, Idaho +0.245448 cspg_html_7914348578 cspg_html_7914348578:39:5441:5470 La Luna Venezuela +0.486758 palaios_html_3105248303 palaios_html_3105248303:73:7992:8006 Kope Netherlands +0.237566 cspg_html_2734588863 cspg_html_2734588863:26:3389:3401 Saskatchewan Regina, Saskatchewan +0.28134 aapg_ae_517.html aapg_ae_517.html:46:3745:3753 Sullivan Bartlesville, Oklahoma +0.261415 cspg_html_9894399778 cspg_html_9894399778:77:7102:7122 Swan River Manitoba +0.265144 aapg_ai_975.html aapg_ai_975.html:789:64054:64076 Mooringsport Rodessa, Louisiana +0.257048 aapg_ac_451.html aapg_ac_451.html:537:55331:55349 Kaguyak Matanuska Glacier +0.487622 palaios_html_8738458399 palaios_html_8738458399:604:56255:56265 Washington Sierra Nevada (Spain) +0.276896 gsa_html_9865056817 gsa_html_9865056817:863:76752:76776 Kaibab Logan, Utah +0.249368 jgeology_html_4289404569 jgeology_html_4289404569:786:54487:54515 Green River Cheyenne, Wyoming +0.47787 gsa_html_3745169474 gsa_html_3745169474:737:65789:65817 Green River Colorado +0.261112 aapg_aa_24.html aapg_aa_24.html:30:3371:3380 Hay River Victoria, British Columbia +0.52415 aapg_ac_714.html aapg_ac_714.html:498:57991:58008 Rierdon Big Horn Mountains +0.48822 cspg_html_1312400675 cspg_html_1312400675:171:20569:20576 Bearpaw Edmonton, London +0.484872 aapg_ad_337.html aapg_ad_337.html:89:9129:9134 Sespe Santa Monica Mountains +0.246888 cspg_html_2170645676 cspg_html_2170645676:18:2914:2931 Madison Williston, Vermont +0.268299 gsa_html_4339524478 gsa_html_4339524478:543:58667:58673 Bourne Wallowa, Oregon +0.467775 palaios_html_1182208861 palaios_html_1182208861:790:58834:58840 Oregon Earth +0.468174 aapg_af_69.html aapg_af_69.html:478:33513:33524 Gordon Lewis County, Washington +0.248919 aapg_ac_313.html aapg_ac_313.html:156:19598:19610 Todos Santos Guatemala +0.473184 aapg_ac_36.html aapg_ac_36.html:72:8179:8186 Yucatan Colombia +0.25047 gsa_html_4432793908 gsa_html_4432793908:242:29540:29560 Sheep Pass Reno, Nevada +0.255488 cspg_html_8438548095 cspg_html_8438548095:333:33554:33567 Edmonton Drumheller +0.25428 aapg_ah_676.html aapg_ah_676.html:399:51234:51253 Bedford Egham Hythe +0.492093 aapg_af_97.html aapg_af_97.html:76:8837:8856 Dillsboro Richmond, California +0.264027 aapg_ah_536.html aapg_ah_536.html:533:70227:70249 Mooringsport Mississippi River +0.248446 geology_html_4220538657 geology_html_4220538657:148:15781:15787 Brazil Borborema +0.269217 cspg_html_2873888604 cspg_html_2873888604:451:60487:60495 Pardonet Lacombe, Alberta +0.495208 aapg_aa_689.html aapg_aa_689.html:304:39015:39028 Salina Middle East +0.235438 aapg_aa_415.html aapg_aa_415.html:289:40834:40853 Escondido River Medina +0.27666 aapg_ae_26.html aapg_ae_26.html:52:6960:6964 Kope Bloomington, Indiana +0.522477 palaios_html_8120466420 palaios_html_8120466420:316:40306:40334 Sekwi Canada +0.851 aapg_ai_581.html aapg_ai_581.html:141:14442:14461 Greenhorn Black Hills +0.266207 aapg_af_981.html aapg_af_981.html:215:20502:20523 Almond Cheyenne, Wyoming +0.470316 cspg_html_9725676031 cspg_html_9725676031:590:68880:68901 Shaftesbury Canada +0.24837 aapg_ai_272.html aapg_ai_272.html:408:47630:47643 Windsor Riversdale, New Zealand +0.2413 gsa_html_3096615185 gsa_html_3096615185:400:39293:39313 Roxbury Conglomerate Nahant, Massachusetts +0.260604 palaios_html_9337106210 palaios_html_9337106210:154:20827:20836 Rochester Syracuse, New York +0.478611 palaios_html_3112927242 palaios_html_3112927242:797:64070:64086 Oceanic Tulsa, Oklahoma +0.484692 aapg_ac_286.html aapg_ac_286.html:42:4015:4028 Cotton Valley Rodessa, Louisiana +0.488696 gsa_html_1402202856 gsa_html_1402202856:773:67418:67446 Green River Colorado +0.491512 aapg_ad_2.html aapg_ad_2.html:852:120999:121006 Elbrook Waynesboro, Pennsylvania +0.25959 aapg_ah_339.html aapg_ah_339.html:396:34916:34930 Richmond Wayne County, Michigan +0.489636 sedimentology_html_1825589032 sedimentology_html_1825589032:6600:131752:131758 Thrifty London, Ontario +0.2678 aapg_af_397.html aapg_af_397.html:562:65538:65555 Todilto Entrada Sandstone +0.257048 aapg_ah_260.html aapg_ah_260.html:352:48868:48889 Price North Horn Formation +0.509017 cspg_html_7102673197 cspg_html_7102673197:263:34323:34340 Cardium Lacombe, Alberta +0.269037 AMJC_html_3664856625 AMJC_html_3664856625:171:22274:22304 Fort Union Williston Basin +0.256011 aapg_ad_2.html aapg_ad_2.html:613:90001:90027 Loudoun South Mountains (Arizona) +0.517158 aapg_aa_371.html aapg_aa_371.html:105:8942:8951 Allegheny Pottsville, Pennsylvania +0.481618 aapg_ai_144.html aapg_ai_144.html:5:680:687 Wapiabi Western world +0.48501 cspg_html_7602315496 cspg_html_7602315496:17:3018:3031 Wapiabi Milk River, Alberta +0.255936 gsa_html_6827515960 gsa_html_6827515960:750:72319:72327 Colorado Colorado +0.257374 aapg_ac_316.html aapg_ac_316.html:49:6661:6671 Queen Rush Springs, Oklahoma +0.259931 aapg_ai_105.html aapg_ai_105.html:670:79764:79778 Duchesne River Lake Fork (Texas) +0.488448 cspg_html_1064364469 cspg_html_1064364469:36:4982:4989 Cardium Bow Island Airport +0.251502 sedimentology_html_1918385373 sedimentology_html_1918385373:1011:79574:79578 Hall London, Ontario +0.48443 gsa_html_1411412775 gsa_html_1411412775:648:54485:54495 Washington Arctic +0.483531 aapg_ai_888.html aapg_ai_888.html:249:29689:29696 Canning Perth, Scotland +0.686736 aapg_ad_440.html aapg_ad_440.html:922:90073:90079 Denmar Huntington, West Virginia +0.263048 cspg_html_7248845592 cspg_html_7248845592:104:11184:11191 Awingak Ellesmere Island +0.269345 aapg_af_655.html aapg_af_655.html:350:28100:28118 Green River Cheyenne, Wyoming +0.256011 aapg_aa_423.html aapg_aa_423.html:34:4180:4190 San Andres Texas +0.494429 aapg_ac_506.html aapg_ac_506.html:179:21007:21011 Dean Erie County, New York +0.486244 aapg_ac_475.html aapg_ac_475.html:271:36563:36571 Columbia Flathead County, Montana +0.263 cspg_html_5955028331 cspg_html_5955028331:639:67664:67680 Viking Lacombe, Alberta +0.23569 gsa_html_6281775990 gsa_html_6281775990:982:90576:90580 Webb California +0.485648 gsa_html_7542416588 gsa_html_7542416588:817:68262:68272 Pittsburgh Sonora +0.480072 aapg_ak_135.html aapg_ak_135.html:261:40114:40132 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) +0.25143 gsa_html_6738340121 gsa_html_6738340121:767:69550:69556 Snyder Great Basin +0.243332 aapg_ac_227.html aapg_ac_227.html:10:2161:2178 Wasatch Cheyenne, Wyoming +0.242985 aapg_ak_69.html aapg_ak_69.html:9:1602:1616 Nuka Anchorage, Alaska +0.689742 aapg_ah_829.html aapg_ah_829.html:169:20960:20981 Green River Colorado +0.380928 aapg_ae_473.html aapg_ae_473.html:334:30476:30481 Bashi Mississippi River +0.515442 aapg_ah_869.html aapg_ah_869.html:41:4987:4993 Dakota Black Hills +0.257049 cspg_html_9435196958 cspg_html_9435196958:1490:62916:62924 Edmonton Lacombe, Alberta +0.45167 geology_html_5638110690 geology_html_5638110690:277:23395:23403 Colorado San Juan, Argentina +0.479359 gsa_html_4671856643 gsa_html_4671856643:14:611:622 San Antonio Beaumont, Texas +0.260051 cspg_html_4132771434 cspg_html_4132771434:823:90229:90237 Columbia Victoria, British Columbia +0.49868 aapg_ah_218.html aapg_ah_218.html:104:11715:11726 Platteville Franklin County, Ohio +0.270384 aapg_af_575.html aapg_af_575.html:507:70318:70338 Batesville Arkansas +0.469116 sedimentology_html_4382679749 sedimentology_html_4382679749:1383:89703:89725 Gorge Salem, Oregon +0.2756 cspg_html_1784868850 cspg_html_1784868850:467:45563:45581 Dunvegan Lacombe, Alberta +0.248832 sedimentology_html_9132694946 sedimentology_html_9132694946:595:50922:50926 Hall London, Ontario +0.49469 aapg_ah_49.html aapg_ah_49.html:221:23930:23946 Modelo Canton, Ohio +0.269105 aapg_aa_46.html aapg_aa_46.html:306:34198:34202 Rico Phoenix, Arizona +0.847972 cspg_html_8694594891 cspg_html_8694594891:387:42092:42110 Billings Quebec City +0.485077 sedimentology_html_2006668573 sedimentology_html_2006668573:967:62532:62536 Hall London, Ontario +0.455792 aapg_af_95.html aapg_af_95.html:16:2549:2565 Walnut Texas +0.26988 cspg_html_7914348578 cspg_html_7914348578:21:3118:3153 Keg River Lacombe, Alberta +0.249498 cspg_html_3397138450 cspg_html_3397138450:297:36278:36286 Columbia Western world +0.481005 palaios_html_4282283317 palaios_html_4282283317:376:38889:38906 Bridger Cheyenne, Wyoming +0.26728 aapg_ae_639.html aapg_ae_639.html:130:11770:11789 Cotton Valley Brazos County, Texas +0.273385 aapg_ai_0.html aapg_ai_0.html:13:1551:1559 Beaumont Nueces River +0.270865 aapg_ah_519.html aapg_ah_519.html:92:10700:10716 Dakota Mancos, Colorado +0.519284 aapg_ai_523.html aapg_ai_523.html:34:4058:4064 Chinle Entrada Sandstone +0.722127 palaios_html_8931934490 palaios_html_8931934490:131:12063:12080 Oquirrh Logan, Utah +0.211653 AMJC_html_4692260170 AMJC_html_4692260170:142:15791:15804 Gile Mountain Quebec City +0.43605 cspg_html_9717154602 cspg_html_9717154602:211:31471:31488 Bearpaw Saskatchewan River +0.24804 aapg_af_493.html aapg_af_493.html:191:21845:21851 Walker Toronto +0.251883 aapg_ae_542.html aapg_ae_542.html:76:7075:7090 Saddle Mountain Cook Inlet +0.469989 cspg_html_4392308496 cspg_html_4392308496:12:1380:1401 Bonaventure Nashville Basin +0.500388 gsa_html_3387611512 gsa_html_3387611512:1144:118243:118268 Chinle New Mexico +0.481194 aapg_ai_791.html aapg_ai_791.html:203:32232:32244 Todos Santos Guatemala +0.267804 cspg_html_9222238695 cspg_html_9222238695:73:11342:11350 Columbia Victoria, British Columbia +0.260604 sedimentology_html_8926418472 sedimentology_html_8926418472:721:68419:68439 San Miguel Texas +0.473256 aapg_ai_386.html aapg_ai_386.html:54:5373:5386 Nacatoch Cotton Valley, Louisiana +0.26433 aapg_aa_154.html aapg_aa_154.html:3:169:189 Haymond West Texas +0.253482 AMJC_html_4692260170 AMJC_html_4692260170:142:15806:15823 Compton Quebec City +0.254 aapg_ae_187.html aapg_ae_187.html:265:28975:28986 Black River Stones River +0.479115 gsa_html_5056480923 gsa_html_5056480923:74:8241:8258 Barstow Rainbow Basin +0.261096 gsa_html_6980451554 gsa_html_6980451554:720:72754:72771 Kayenta Springdale, Arkansas +0.499264 aapg_aa_681.html aapg_aa_681.html:38:5615:5629 Traverse Middle East +0.478908 jgeology_html_9097445382 jgeology_html_9097445382:416:30131:30137 Ludlow North China Plain +0.443646 cspg_html_4937997995 cspg_html_4937997995:98:10672:10688 Bad Cache Rapids Churchill River (Atlantic) +0.24433 cspg_html_9717154602 cspg_html_9717154602:118:15731:15748 Bearpaw Lacombe, Alberta +0.50424 palaios_html_2399848899 palaios_html_2399848899:40:3911:3942 Tuscaloosa Alabama +0.257964 cspg_html_7632193795 cspg_html_7632193795:249:35203:35209 Reston Virginia +0.262546 aapg_ac_867.html aapg_ac_867.html:279:38637:38654 Hermosa Hermosa, Chicago +0.492866 gsa_html_6608619586 gsa_html_6608619586:786:67376:67404 Green River Colorado +0.2635 aapg_ac_984.html aapg_ac_984.html:355:30856:30863 Mattoon Salem, Massachusetts +0.37312 aapg_ae_68.html aapg_ae_68.html:265:30032:30039 Oquirrh Logan, Utah +0.268822 aapg_ak_136.html aapg_ak_136.html:67:8981:8992 Mowry Cheyenne, Wyoming +0.49469 aapg_aa_135.html aapg_aa_135.html:383:39314:39325 San Joaquin South America +0.254248 gsa_html_4438819447 gsa_html_4438819447:816:77770:77778 Virginia Wallops Flight Facility +0.252004 geology_html_7850098758 geology_html_7850098758:11:557:567 Washington Seattle +0.261085 aapg_ac_235.html aapg_ac_235.html:639:71103:71110 Andrews Cheyenne, Wyoming +0.277053 aapg_ac_333.html aapg_ac_333.html:313:41335:41350 Supai Grand Canyon +0.489528 palaios_html_5398833984 palaios_html_5398833984:867:94211:94219 Bachelor Lacombe, Alberta +0.262135 aapg_ad_697.html aapg_ad_697.html:5:463:471 Scotland Colorado +0.489762 gsa_html_4181975259 gsa_html_4181975259:297:28687:28693 Osprey Bandon, County Cork +0.46342 aapg_ae_609.html aapg_ae_609.html:48:6803:6812 Sunniland South Florida metropolitan area +0.256512 sedimentology_html_1275942184 sedimentology_html_1275942184:382:14822:14832 Washington Wa (Japan) +0.25186 aapg_ad_765.html aapg_ad_765.html:28:3279:3288 Fullerton California +0.871116 AMJC_html_8619525948 AMJC_html_8619525948:562:62080:62092 Rhode Island Newport, Rhode Island +0.484692 aapg_aa_962.html aapg_aa_962.html:318:33859:33869 Cane River Natchitoches, Louisiana +0.258597 geology_html_3955381777 geology_html_3955381777:295:26234:26258 Tindir Anchorage, Alaska +0.24786 gsa_html_1783148177 gsa_html_1783148177:435:45785:45809 Mt Lytton Black Mountains, Wales +0.813604 aapg_aa_855.html aapg_aa_855.html:35:3747:3765 Niobrara Colorado +0.49276 aapg_ad_42.html aapg_ad_42.html:23:2982:2990 Columbia Victoria, British Columbia +0.23856 aapg_ae_392.html aapg_ae_392.html:128:11729:11749 Moorefield Batesville, Arkansas +0.2495 palaios_html_6441274261 palaios_html_6441274261:32:2859:2893 Northumberland Victoria, British Columbia +0.500598 geology_html_7687041657 geology_html_7687041657:120:8803:8822 Lodgepole Logan, Utah +0.285441 aapg_ac_477.html aapg_ac_477.html:590:68037:68054 Cardium Lacombe, Alberta +0.482092 aapg_ah_198.html aapg_ah_198.html:223:27415:27441 Monterey California +0.476784 jgeology_html_4305195651 jgeology_html_4305195651:2471:169555:169564 Allegheny Pennsylvania +0.501992 palaios_html_4771673911 palaios_html_4771673911:515:53560:53580 Pottsville Alabama +0.477442 gsa_html_3936574180 gsa_html_3936574180:531:57915:57923 Colorado Denver +0.26 palaios_html_8029736168 palaios_html_8029736168:876:79469:79501 Horseshoe Canyon Lacombe, Alberta +0.48864 gsa_html_9613801428 gsa_html_9613801428:874:90632:90638 Reston Anchorage, Alaska +0.4836 aapg_ah_283.html aapg_ah_283.html:139:15419:15429 Washington Cowlitz River +0.492036 aapg_ah_387.html aapg_ah_387.html:604:60671:60677 Merced Chowchilla, California +0.496944 aapg_ac_913.html aapg_ac_913.html:120:11791:11810 Wapanucka Wilburton +0.25654 cspg_html_9941518291 cspg_html_9941518291:36:6074:6096 Barlow Inlet Devon Island +0.267064 aapg_ac_190.html aapg_ac_190.html:109:19629:19648 Marcellus Pennsylvania +0.259072 aapg_ah_645.html aapg_ah_645.html:558:68516:68529 Gypsum Spring Cheyenne, Wyoming +0.25398 cspg_html_8363357104 cspg_html_8363357104:19:1954:1962 Columbia Victoria, British Columbia +0.260598 aapg_aa_47.html aapg_aa_47.html:149:15615:15631 Sandia Madera County, California +0.242565 aapg_ah_505.html aapg_ah_505.html:905:72556:72562 Denver Cheyenne Mountain +0.47311 cspg_html_3926542795 cspg_html_3926542795:1212:131129:131158 Graminia Swan Hill, Victoria +0.256905 cspg_html_6306091047 cspg_html_6306091047:105:16868:16877 Baldonnel Lacombe, Alberta +0.7201 geology_html_5902277107 geology_html_5902277107:213:21785:21795 Pottsville Alabama +0.247476 gsa_html_9613801428 gsa_html_9613801428:488:50927:50948 Talkeetna Talkeetna, Alaska +0.261085 aapg_ai_107.html aapg_ai_107.html:217:21462:21471 Smackover New Mexico +0.271956 aapg_ae_554.html aapg_ae_554.html:8:938:946 Monterey North Atlantic Current +0.264704 cspg_html_9729377176 cspg_html_9729377176:84:10125:10144 Pardonet Victoria, British Columbia +0.50016 aapg_af_773.html aapg_af_773.html:401:41377:41398 Green River Cheyenne, Wyoming +0.265209 aapg_af_314.html aapg_af_314.html:24:2961:2971 Wind River Powder River (Montana) +0.500455 gsa_html_8638560961 gsa_html_8638560961:757:84708:84736 Green River Colorado +0.259584 cspg_html_2462522466 cspg_html_2462522466:54:8294:8310 Swift Middle East +0.249831 geology_html_8798547477 geology_html_8798547477:212:19001:19041 Bruce Perth, Western Australia +0.463372 aapg_ae_855.html aapg_ae_855.html:143:14758:14772 Flagstaff North Horn Formation +0.47889 aapg_ah_580.html aapg_ah_580.html:98:9220:9258 Haymond Texas +0.268686 cspg_html_3849785044 cspg_html_3849785044:543:49302:49309 Telford Welland Canal +0.504525 aapg_ae_836.html aapg_ae_836.html:19:1889:1895 Paluxy Cotton Valley, Louisiana +0.268275 sedimentology_html_3490195740 sedimentology_html_3490195740:70:8178:8194 Yeoman Regina, Saskatchewan +0.248965 aapg_ad_440.html aapg_ad_440.html:829:82412:82420 Virginia Huntington, West Virginia +0.25143 aapg_ah_387.html aapg_ah_387.html:2445:264659:264668 Knoxville Knoxville, Illinois +0.287826 gsa_html_7120668170 gsa_html_7120668170:1214:101795:101811 Chinle Cordillera Administrative Region +0.273004 AMJC_html_1964550508 AMJC_html_1964550508:251:34029:34041 Salina Pennsylvania +0.251292 gsa_html_8398449001 gsa_html_8398449001:39:2698:2707 Bear Lake Lake Bonneville +0.254338 gsa_html_7199417381 gsa_html_7199417381:304:33940:33957 White River Nebraska +0.262143 cspg_html_9060847110 cspg_html_9060847110:17:2485:2496 Mabou Cape Breton Island +0.279864 aapg_ad_64.html aapg_ad_64.html:184:18431:18442 Sparta Rockdale, Texas +0.513536 aapg_ac_491.html aapg_ac_491.html:132:23699:23715 Yucatan El Salvador +0.2574 cspg_html_3104351736 cspg_html_3104351736:740:81395:81415 Mesaverde Cheyenne, Wyoming +0.382645 geology_html_4097535752 geology_html_4097535752:307:24059:24071 Owens Valley Mojave Desert +0.25441 cspg_html_6252417471 cspg_html_6252417471:30:4853:4869 Hassel Banks Island +0.2555 cspg_html_4693916254 cspg_html_4693916254:396:46451:46459 Billings Golden Valley, Minnesota +0.244528 cspg_html_1458415183 cspg_html_1458415183:6:452:469 Bluesky Pine Brook, New Jersey +0.488735 aapg_ac_486.html aapg_ac_486.html:689:87841:87849 Colorado Denver +0.475542 sedimentology_html_2986454625 sedimentology_html_2986454625:1270:96091:96125 San Andres Guadalupe Mountains National Park +0.23086 aapg_ad_258.html aapg_ad_258.html:220:23295:23336 Greenbrier Virginia +0.257808 aapg_aa_148.html aapg_aa_148.html:196:22134:22156 Burro Canyon Colorado +0.268842 aapg_ac_305.html aapg_ac_305.html:43:4868:4874 Vernon Waccasassa River +0.264196 cspg_html_5511324665 cspg_html_5511324665:11:618:628 Kananaskis Calgary +0.267264 cspg_html_7334652966 cspg_html_7334652966:211:24621:24641 Whitehorse Lacombe, Alberta +0.47405 aapg_ad_580.html aapg_ad_580.html:385:47135:47153 Wasatch Fort Union Trading Post National Historic Site +0.246456 gsa_html_5625878232 gsa_html_5625878232:266:37287:37311 Northumberland Hornby Island +0.265216 palaios_html_2256521782 palaios_html_2256521782:1077:77853:77867 Bond Illinois +0.477 aapg_aa_918.html aapg_aa_918.html:160:15231:15248 Wellington Wichita, Kansas +0.255348 aapg_af_698.html aapg_af_698.html:63:6280:6312 Queenston Cayuga County, New York +0.26469 aapg_ae_945.html aapg_ae_945.html:144:11442:11450 Traverse Detroit River International Wildlife Refuge +0.266231 gsa_html_2369908260 gsa_html_2369908260:1115:106996:107008 Independence California Water Wars +0.87514 sedimentology_html_2898428289 sedimentology_html_2898428289:2027:100217:100245 Prairie Regina, Saskatchewan +0.258572 aapg_ak_135.html aapg_ak_135.html:142:24582:24600 San Onofre Breccia Los Angeles +0.26418 gsa_html_3260983053 gsa_html_3260983053:77:6285:6313 Green River Iran +0.473879 geology_html_6881575972 geology_html_6881575972:137:15305:15313 Colorado Platte River +0.26936 cspg_html_5295390542 cspg_html_5295390542:86:11857:11879 Charlie Lake Victoria, British Columbia +0.247086 cspg_html_1730027796 cspg_html_1730027796:11:1063:1086 Bad Cache Rapids Churchill River (Atlantic) +0.256386 cspg_html_7310162886 cspg_html_7310162886:560:80152:80166 Lisburne Anchorage, Alaska +0.389754 aapg_ai_491.html aapg_ai_491.html:917:80223:80234 Green River Logan, Utah +0.50652 aapg_af_833.html aapg_af_833.html:72:7325:7342 Wasatch Mississippian culture +0.472104 cspg_html_2820751927 cspg_html_2820751927:6:433:469 Albert New Brunswick, New Jersey +0.477785 gsa_html_1569131616 gsa_html_1569131616:409:41766:41778 Rio San Juan Hispaniola +0.272468 aapg_ad_639.html aapg_ad_639.html:521:63393:63406 Lee Kentucky +0.479364 aapg_ac_743.html aapg_ac_743.html:3:156:170 Lyre Washington (state) +0.25008 cspg_html_4269474759 cspg_html_4269474759:1113:111235:111252 Bearpaw Lacombe, Alberta +0.256608 cspg_html_3627006433 cspg_html_3627006433:140:16328:16345 Cardium Mississippi River +0.26316 sedimentology_html_1574151857 sedimentology_html_1574151857:319:26349:26359 Washington Salem, Oregon +0.50295 aapg_ad_401.html aapg_ad_401.html:104:6983:7011 Fort Union Fort Union Trading Post National Historic Site +0.29949 cspg_html_9725676031 cspg_html_9725676031:57:7996:8012 Lepine Liard River, British Columbia +0.484295 gsa_html_2422494332 gsa_html_2422494332:488:47923:47944 Weaverville Weaverville, California +0.26571 gsa_html_2220556952 gsa_html_2220556952:817:95758:95777 Pansy Lee Conglomerate Sevier orogeny +0.4794 gsa_html_5373737723 gsa_html_5373737723:1133:75973:76001 Green River Colorado +0.245935 aapg_ae_371.html aapg_ae_371.html:65:10048:10056 Kootenay Canada +0.49824 cspg_html_7278957427 cspg_html_7278957427:93:12491:12510 Beaufort Arctic +0.26058 gsa_html_1119256423 gsa_html_1119256423:396:34478:34495 White River Peoria, Illinois +0.472382 aapg_ah_870.html aapg_ah_870.html:28:4464:4482 Woodbine Gulf Coast of the United States +0.488652 cspg_html_4626597050 cspg_html_4626597050:179:22818:22826 Dinwoody Cheyenne, Wyoming +0.24206 aapg_ak_87.html aapg_ak_87.html:458:57382:57401 Horquilla Supai, Arizona +0.264196 gsa_html_1190215699 gsa_html_1190215699:20:1501:1517 Blaine Blaine County, Oklahoma +0.2448 cspg_html_1644457308 cspg_html_1644457308:357:39586:39603 Montney Victoria, British Columbia +0.500226 aapg_ai_78.html aapg_ai_78.html:55:5804:5823 Cockfield Texas +0.472443 aapg_aa_47.html aapg_aa_47.html:232:26087:26094 Minturn Colorado +0.263526 gsa_html_3561219088 gsa_html_3561219088:680:70758:70765 Madison California +0.262584 cspg_html_5295390542 cspg_html_5295390542:21:2353:2362 Baldonnel Middle East +0.254388 gsa_html_2279602635 gsa_html_2279602635:18:908:921 Santa Barbara California +0.49816 aapg_ae_231.html aapg_ae_231.html:107:10194:10202 Virginia Huntington, West Virginia +0.248832 cspg_html_3521815736 cspg_html_3521815736:63:10793:10798 Liard Grayling, Michigan +0.253492 gsa_html_2717448156 gsa_html_2717448156:728:77518:77527 Hay River Great Slave Lake +0.49749 cspg_html_2152913769 cspg_html_2152913769:135:17837:17877 Madison Cheyenne, Wyoming +0.465836 aapg_ac_90.html aapg_ac_90.html:250:32614:32631 Navajo Wisconsin +0.27195 aapg_ad_958.html aapg_ad_958.html:1665:170442:170448 Warsaw Illinois +0.24411 aapg_aa_114.html aapg_aa_114.html:40:7301:7313 La Boca Matamoros, Tamaulipas +0.262135 gsa_html_8740218609 gsa_html_8740218609:99:9608:9630 Gorge Sykesville, Maryland +0.455415 aapg_af_967.html aapg_af_967.html:15:976:984 Colorado Earth +0.257514 aapg_aa_906.html aapg_aa_906.html:63:7262:7272 Fort Union Fort Union Trading Post National Historic Site +0.254514 gsa_html_8833777630 gsa_html_8833777630:805:88250:88258 Colorado Middle East +0.37067 aapg_ae_904.html aapg_ae_904.html:471:49542:49554 Dakota Potter County, Texas +0.263025 cspg_html_8065532640 cspg_html_8065532640:74:9876:9897 Road River Root River (Wisconsin) +0.486324 gsa_html_6814608835 gsa_html_6814608835:655:54285:54288 Pit Pinecrest, Florida +0.246784 cspg_html_7494952355 cspg_html_7494952355:199:34943:34959 Salina Ontario, California +0.244518 gsa_html_9597147043 gsa_html_9597147043:399:32412:32430 Cantwell Kahiltna Glacier +0.889248 aapg_ac_213.html aapg_ac_213.html:53:5835:5842 Wasatch Las Vegas Strip +0.244524 aapg_ai_146.html aapg_ai_146.html:305:20940:20952 Saskatchewan Southern Alberta +0.272448 aapg_af_436.html aapg_af_436.html:364:44866:44872 Pocono Pocono Raceway +0.467016 cspg_html_1730027796 cspg_html_1730027796:239:24159:24196 Bell East Bay (San Francisco Bay Area) +0.247374 gsa_html_3936574180 gsa_html_3936574180:531:57907:57913 Denver Colorado +0.468462 aapg_ah_516.html aapg_ah_516.html:450:30587:30598 Signal Hill Long Beach, California +0.2756 aapg_ah_827.html aapg_ah_827.html:146:22286:22296 Washington Anchorage, Alaska +0.503285 aapg_ac_413.html aapg_ac_413.html:92:8058:8080 Monterey Moberly, Missouri +0.446119 aapg_ae_863.html aapg_ae_863.html:52:6860:6876 Modelo Santa Monica Mountains +0.486497 aapg_aa_647.html aapg_aa_647.html:877:70262:70276 Northumberland Cheyenne, Wyoming +0.258482 cspg_html_6306091047 cspg_html_6306091047:423:60149:60157 Columbia Victoria, British Columbia +0.505195 cspg_html_7409170811 cspg_html_7409170811:67:10387:10393 Exshaw Lacombe, Alberta +0.49152 aapg_ae_876.html aapg_ae_876.html:390:42669:42679 Whitewater Black Mountains (North Carolina) +0.476933 aapg_ah_93.html aapg_ah_93.html:241:33204:33214 Washington Salem, Oregon +0.49794 aapg_ai_17.html aapg_ai_17.html:119:9716:9738 Pine Island Shreveport, Louisiana +0.26 cspg_html_7028413504 cspg_html_7028413504:431:48369:48402 Duvernay Redwater, Texas +0.497721 aapg_ah_766.html aapg_ah_766.html:44:5255:5266 San Ricardo Guatemala +0.472317 aapg_ai_345.html aapg_ai_345.html:16:2245:2268 Highland Peak Logan, Utah +0.47167 aapg_ac_11.html aapg_ac_11.html:4:502:510 Tomstown Kentucky +0.267 aapg_ac_5.html aapg_ac_5.html:189:18994:19011 Cardium Lacombe, Alberta +0.498905 aapg_ae_3.html aapg_ae_3.html:234:33142:33150 Doughnut Uinta Mountains +0.49087 cspg_html_2198503252 cspg_html_2198503252:274:15207:15219 Percha Regina, Saskatchewan +0.47138 aapg_ae_224.html aapg_ae_224.html:112:9790:9804 Pico Long Beach, California +0.261105 cspg_html_4287356899 cspg_html_4287356899:3323:350162:350182 Ross Victoria, British Columbia +0.716495 aapg_ac_399.html aapg_ac_399.html:85:8846:8868 Mooringsport Melbourne, Florida +0.2515 cspg_html_9343899465 cspg_html_9343899465:1698:138870:138886 Parry Islands Banks Island +0.48195 aapg_aa_12.html aapg_aa_12.html:371:37709:37724 Fountain Amarillo, Texas +0.482218 aapg_ai_468.html aapg_ai_468.html:45:6041:6048 Bossier Cotton Valley, Louisiana +0.470016 aapg_ae_519.html aapg_ae_519.html:151:15774:15781 Bedford Bath, Somerset +0.502365 aapg_ad_3.html aapg_ad_3.html:270:23942:23952 Stonehenge Pennsylvania +0.48204 aapg_ac_749.html aapg_ac_749.html:52:6886:6894 Reynales Manitoulin Island +0.2645 aapg_ad_337.html aapg_ad_337.html:247:27373:27378 Vaqueros Los Angeles +0.271872 geology_html_5967209013 geology_html_5967209013:293:26051:26061 Ellensburg Sierra Nevada (Spain) +0.248502 gsa_html_9891566604 gsa_html_9891566604:114:12731:12754 Hazens Notch Fayston, Vermont +0.260952 aapg_aa_712.html aapg_aa_712.html:142:19006:19019 Galena Platteville, Colorado +0.910112 cspg_html_9343899465 cspg_html_9343899465:553:52529:52542 Weatherall Western world +0.25039 aapg_ai_49.html aapg_ai_49.html:96:9570:9575 Weber New Mexico +0.263165 cspg_html_6383234409 cspg_html_6383234409:19:2333:2354 Bathurst Devon Island +0.50058 cspg_html_1009613854 cspg_html_1009613854:855:76388:76396 Columbia Victoria, British Columbia +0.242484 palaios_html_3977026753 palaios_html_3977026753:67:9449:9459 Washington Washington (state) +0.257446 palaios_html_4421656336 palaios_html_4421656336:230:27391:27395 Hall London, Ontario +0.478406 cspg_html_5241714595 cspg_html_5241714595:657:98053:98074 Elk Victoria, British Columbia +0.26838 aapg_ai_503.html aapg_ai_503.html:251:27443:27452 Whirlpool Stony Creek Metropark +0.490261 aapg_ai_49.html aapg_ai_49.html:207:24385:24389 Yeso Arizona +0.269072 aapg_ai_890.html aapg_ai_890.html:580:60805:60812 Everton England +0.272976 cspg_html_4699684578 cspg_html_4699684578:298:35449:35468 Graminia Lacombe, Alberta +0.230375 jgeology_html_2236057972 jgeology_html_2236057972:1183:59263:59272 Wenatchee Washington (state) +0.25047 sedimentology_html_3455721661 sedimentology_html_3455721661:492:39777:39784 Todilto Entrada Sandstone +0.52596 sedimentology_html_8373180957 sedimentology_html_8373180957:28:1947:1956 Newcastle Moffett Federal Airfield +0.261096 palaios_html_1086380054 palaios_html_1086380054:16:770:785 Aguja Texas +0.467892 geology_html_2391629888 geology_html_2391629888:330:27688:27707 Round Mountain Silt California +0.26015 aapg_ae_915.html aapg_ae_915.html:191:15261:15273 Dakota Niobrara, Nebraska +0.48546 cspg_html_6984906794 cspg_html_6984906794:456:36359:36380 Shaftesbury Lacombe, Alberta +0.48312 aapg_ae_960.html aapg_ae_960.html:119:13317:13330 Madison Gallatin, Tennessee +0.268299 palaios_html_8766622396 palaios_html_8766622396:791:50758:50774 Viking Lacombe, Alberta +0.504868 gsa_html_3010975239 gsa_html_3010975239:454:57092:57100 Michigan Michigan +0.244925 gsa_html_5952049575 gsa_html_5952049575:69:7455:7476 Green River Wasatch Range +0.261072 geology_html_2009555838 geology_html_2009555838:234:22692:22698 Taylor London, Ontario +0.775715 aapg_ah_393.html aapg_ah_393.html:160:17470:17480 Kananaskis Moose Mountain (Alberta) +0.262135 sedimentology_html_4210495015 sedimentology_html_4210495015:1206:80924:80932 Monroe Creek London, Ontario +0.482532 cspg_html_4287356899 cspg_html_4287356899:351:50387:50407 Hart River Snake River Canyon (Idaho) +0.504774 gsa_html_3331523875 gsa_html_3331523875:9:404:421 Wasatch Colorado +0.477012 aapg_ah_647.html aapg_ah_647.html:438:47219:47235 Concha Naco, Sonora +0.485077 gsa_html_2076560873 gsa_html_2076560873:875:78787:78815 Green River Colorado +0.475551 gsa_html_8629203936 gsa_html_8629203936:37:3136:3142 Reston Virginia +0.49608 cspg_html_7349901875 cspg_html_7349901875:13:1913:1934 Ravenscrag Edmonton, London +0.2585 aapg_ae_31.html aapg_ae_31.html:53:5354:5369 Boone Batesville, Arkansas +0.473323 cspg_html_2695921112 cspg_html_2695921112:274:32276:32300 Bathurst Bathurst, New South Wales +0.492544 aapg_ad_0.html aapg_ad_0.html:110:11438:11444 Oneota Michigan +0.254961 cspg_html_9941518291 cspg_html_9941518291:70:10885:10908 Barlow Inlet Douro DOC +0.479688 aapg_af_854.html aapg_af_854.html:639:88210:88225 Salem Bloomington, Indiana +0.256949 aapg_af_95.html aapg_af_95.html:175:15473:15498 Fredericksburg Burnett County, Wisconsin +0.26826 geology_html_2705128271 geology_html_2705128271:15:745:779 Pocatello Boise, Idaho +0.484352 aapg_ae_678.html aapg_ae_678.html:365:44193:44209 Flagstaff Uinta Mountains +0.424224 aapg_ac_289.html aapg_ac_289.html:129:10239:10247 Saratoga Tuscaloosa, Alabama +0.2688 jgeology_html_8406118991 jgeology_html_8406118991:226:20998:21006 Columbia Victoria, British Columbia +0.252504 cspg_html_2184091860 cspg_html_2184091860:809:68972:68980 Montreal Quebec City +0.504972 gsa_html_8742331347 gsa_html_8742331347:29:2796:2824 Green River Colorado +0.25324 cspg_html_4937997995 cspg_html_4937997995:294:34303:34318 Red Head Rapids River Severn +0.508496 gsa_html_4220229801 gsa_html_4220229801:933:76259:76286 Columbia Salem, Oregon +0.256968 gsa_html_3225734041 gsa_html_3225734041:184:18991:19012 Wissahickon Pennsylvania +0.45384 aapg_aa_821.html aapg_aa_821.html:112:12424:12431 Canning Carnarvon, Western Australia +0.256985 gsa_html_5246069804 gsa_html_5246069804:314:30764:30768 Bond North Atlantic Current +0.234698 gsa_html_8638560961 gsa_html_8638560961:704:80059:80065 Oregon Washington (state) +0.258552 geology_html_9924482358 geology_html_9924482358:41:3865:3886 Green River Cheyenne, Wyoming +0.272228 cspg_html_5375448448 cspg_html_5375448448:6:243:267 Kaskapau Lacombe, Alberta +0.684622 aapg_ac_967.html aapg_ac_967.html:358:38520:38538 John Day Salem, Oregon +0.264554 cspg_html_4626597050 cspg_html_4626597050:177:22501:22520 Goose Egg Cheyenne, Wyoming +0.488188 aapg_ac_506.html aapg_ac_506.html:301:38537:38546 Tuscarora Newburg, Louisville +0.2525 aapg_ah_978.html aapg_ah_978.html:183:20286:20306 Jacalitos Tulare, California +0.492093 aapg_ah_763.html aapg_ah_763.html:100:10989:10998 Dog Creek Texas +0.474892 geology_html_6494447832 geology_html_6494447832:137:15600:15624 Kingston Peak Black Mountains, Wales +0.413671 aapg_ae_31.html aapg_ae_31.html:8:1161:1181 Batesville Arkansas +0.46002 geology_html_1146010106 geology_html_1146010106:93:9683:9702 Flagstaff Flagstaff, Arizona +0.232323 aapg_aa_945.html aapg_aa_945.html:15:2018:2024 Oregon Rock River (Iowa) +0.270364 cspg_html_5241714595 cspg_html_5241714595:168:25156:25174 Prairie Lacombe, Alberta +0.474 gsa_html_4277724886 gsa_html_4277724886:29:2796:2824 Green River Colorado +0.854469 cspg_html_9275863663 cspg_html_9275863663:79:11221:11242 Fort Vermilion Swan Hill, Victoria +0.48985 aapg_ai_858.html aapg_ai_858.html:386:54394:54400 Denver Colorado +0.25146 cspg_html_1221978143 cspg_html_1221978143:32:4214:4220 Cooper California +0.497988 cspg_html_9648675035 cspg_html_9648675035:96:12447:12455 Columbia Victoria, British Columbia +0.293683 aapg_ad_626.html aapg_ad_626.html:86:10052:10076 Battle Cheyenne, Wyoming +0.45198 cspg_html_3233680622 cspg_html_3233680622:640:75219:75237 Eureka Sound Ellesmere Island +0.252494 gsa_html_9542539418 gsa_html_9542539418:16:670:678 San Jose California +0.40014 aapg_ai_17.html aapg_ai_17.html:444:33477:33488 Sparta Texas +0.243452 gsa_html_3038126504 gsa_html_3038126504:322:32346:32362 Bouse Mojave Desert +0.47817 geology_html_3251130221 geology_html_3251130221:259:22280:22286 Navajo Logan, Utah +0.248805 palaios_html_8229727144 palaios_html_8229727144:12:479:491 Rhode Island Kingston, Jamaica +0.258063 sedimentology_html_3841637081 sedimentology_html_3841637081:64:4830:4851 Beaverhill Lacombe, Alberta +0.900585 cspg_html_9683836416 cspg_html_9683836416:271:44462:44469 Bearpaw Western world +0.241956 aapg_ai_7.html aapg_ai_7.html:354:27197:27222 Eagle East Texas +0.928312 aapg_ac_617.html aapg_ac_617.html:99:12379:12397 Oakville Texas +0.491582 cspg_html_4176605708 cspg_html_4176605708:358:34719:34730 Shaftesbury Lacombe, Alberta +0.250992 AMJC_html_6341723617 AMJC_html_6341723617:607:55499:55509 Bear River Boise, Idaho +0.4788 aapg_af_507.html aapg_af_507.html:645:66289:66297 La Habra California +0.488376 aapg_ad_55.html aapg_ad_55.html:17:2054:2088 Dutchtown Decorah, Iowa +0.249951 cspg_html_2093862169 cspg_html_2093862169:409:42597:42612 Bluff Grand Cayman +0.496944 aapg_ae_473.html aapg_ae_473.html:33:3246:3251 Eutaw Tuscaloosa, Alabama +0.508396 aapg_ac_750.html aapg_ac_750.html:66:5733:5741 Beaumont Beaumont, Texas +0.463202 aapg_ae_843.html aapg_ae_843.html:147:14544:14549 Lance California +0.4985 aapg_aa_299.html aapg_aa_299.html:396:37875:37913 Arroyo New Mexico +0.49028 palaios_html_6273516581 palaios_html_6273516581:665:61822:61853 Chinle New Mexico +0.500681 sedimentology_html_8006979411 sedimentology_html_8006979411:1124:91116:91133 Cardium Canada +0.24347 cspg_html_2013109828 cspg_html_2013109828:504:78444:78462 Glenogle Victoria, British Columbia +0.249775 aapg_ac_563.html aapg_ac_563.html:579:82354:82371 Yucatan Key West, Florida +0.479622 cspg_html_4409656292 cspg_html_4409656292:778:80721:80729 Columbia Victoria, British Columbia +0.254989 aapg_ai_720.html aapg_ai_720.html:64:9048:9056 Virginia Long Island (Massachusetts) +0.489082 cspg_html_8273598401 cspg_html_8273598401:451:44516:44524 Montreal Quebec City +0.496506 gsa_html_9777159316 gsa_html_9777159316:622:57429:57457 Green River Colorado +0.249368 palaios_html_3977026753 palaios_html_3977026753:557:55809:55818 San Diego Currie, Minnesota +0.482816 cspg_html_4937997995 cspg_html_4937997995:181:21215:21237 Bad Cache Rapids East Pen Island +0.473697 cspg_html_1818321956 cspg_html_1818321956:178:18602:18610 Columbia Victoria, British Columbia +0.489528 aapg_aa_712.html aapg_aa_712.html:158:21461:21467 Galena Platteville, Colorado +0.242484 aapg_ah_505.html aapg_ah_505.html:696:53497:53505 Arapahoe Denver +0.506933 aapg_ae_66.html aapg_ae_66.html:265:26242:26250 Sundance Cheyenne, Wyoming +0.261121 cspg_html_4915680223 cspg_html_4915680223:259:29407:29422 Douro Devon Island +0.481584 aapg_aa_305.html aapg_aa_305.html:62:9438:9446 Kirkwood Closter, New Jersey +0.255811 cspg_html_8250755331 cspg_html_8250755331:731:74562:74579 Wapiabi Lacombe, Alberta +0.452505 gsa_html_1549665076 gsa_html_1549665076:674:61610:61616 Oregon Deschutes River (Washington) +0.511511 aapg_ad_918.html aapg_ad_918.html:98:13608:13626 Frontier Logan, Utah +0.450965 aapg_ad_152.html aapg_ad_152.html:1015:132080:132088 Arcturus Reno, Nevada +0.456168 cspg_html_2471870619 cspg_html_2471870619:234:28529:28568 Exshaw Lacombe, Alberta +0.271416 aapg_ae_415.html aapg_ae_415.html:643:80752:80764 Chickasawhay Flint River (Michigan) +0.485376 gsa_html_5271110133 gsa_html_5271110133:1022:89054:89060 Jordan Andes +0.500612 aapg_ae_876.html aapg_ae_876.html:911:100872:100888 Dakota Cheyenne, Wyoming +0.490028 aapg_ah_412.html aapg_ah_412.html:17:1789:1806 Madison Lacombe, Alberta +0.48384 gsa_html_3408312461 gsa_html_3408312461:56:7637:7651 Hawthorn Northern Highland +0.241868 aapg_ac_676.html aapg_ac_676.html:152:15948:15956 Grayburg Welthauptstadt Germania +0.254518 sedimentology_html_6714245905 sedimentology_html_6714245905:408:36267:36289 Colorado Uinta Mountains +0.93378 cspg_html_8089302449 cspg_html_8089302449:303:52147:52167 Dawson Bay Lacombe, Alberta +0.257424 gsa_html_9697375887 gsa_html_9697375887:595:69226:69237 White River Washington (state) +0.47998 aapg_ai_491.html aapg_ai_491.html:422:52616:52622 Toroweap Hermosa, Chicago +0.24451 geology_html_4460751015 geology_html_4460751015:204:18522:18540 Willwood Cheyenne, Wyoming +0.489765 cspg_html_8904992939 cspg_html_8904992939:251:32697:32715 Cathedral Lacombe, Alberta +0.25186 AMJC_html_5969956211 AMJC_html_5969956211:1782:197286:197304 Harebell Cheyenne, Wyoming +0.493388 aapg_ai_468.html aapg_ai_468.html:67:9212:9219 Bossier Haynesville, Louisiana +0.48705 cspg_html_5697056884 cspg_html_5697056884:425:45874:45893 Winnipeg Regina, Saskatchewan +0.489915 aapg_af_420.html aapg_af_420.html:32:3356:3380 Frontier Powder River (Montana) +0.257033 cspg_html_9272962376 cspg_html_9272962376:653:71002:71011 Mackenzie Victoria, British Columbia +0.488448 aapg_ae_272.html aapg_ae_272.html:394:36389:36407 Michigan Midland County, Michigan +0.2413 aapg_ai_572.html aapg_ai_572.html:134:14940:14974 Seminole Seminole, Texas +0.261096 gsa_html_7208175210 gsa_html_7208175210:1162:102756:102771 Orocopia Schist California +0.254881 aapg_ae_904.html aapg_ae_904.html:130:13572:13590 Sundance Black Hills +0.25676 cspg_html_4298557570 cspg_html_4298557570:207:29791:29815 St. Mary River Edmonton, London +0.454608 aapg_ai_17.html aapg_ai_17.html:1711:131611:131617 Sabine Wilcox County, Georgia +0.475629 aapg_ai_665.html aapg_ai_665.html:43:6788:6798 Rio Grande Mississippi River +0.254016 aapg_ae_392.html aapg_ae_392.html:3:282:302 Moorefield Arkansas +0.255524 aapg_ah_143.html aapg_ah_143.html:297:27257:27265 Columbia Lacombe, Alberta +0.466683 aapg_ah_3.html aapg_ah_3.html:395:51644:51671 Yeoman Williston, Vermont +0.262656 cspg_html_6351830705 cspg_html_6351830705:66:9106:9123 Gaptank Texas +0.370386 gsa_html_9666442487 gsa_html_9666442487:504:53613:53632 Ellis Bay Anticosti Island +0.488775 aapg_ad_337.html aapg_ad_337.html:109:10652:10659 Temblor San Joaquin Hills (Laguna Niguel, California) +0.24892 aapg_ae_415.html aapg_ae_415.html:42:6405:6420 Byram Tampa, Florida +0.255 gsa_html_5107598462 gsa_html_5107598462:544:51498:51512 Salina Salina, Kansas +0.249991 gsa_html_6982030333 gsa_html_6982030333:1052:100106:100112 Oregon Reston, Virginia +0.247808 AMJC_html_1007005179 AMJC_html_1007005179:1053:103681:103694 Santa Barbara California +0.481874 sedimentology_html_8829282630 sedimentology_html_8829282630:118:9020:9028 Colorado Pueblo, Colorado +0.247009 cspg_html_3026112034 cspg_html_3026112034:665:63085:63109 Basal Swan Hill, Victoria +0.492604 gsa_html_5293445820 gsa_html_5293445820:1313:129139:129167 Green River Colorado +0.48724 aapg_ah_189.html aapg_ah_189.html:308:30949:30957 Michigan Galesville, Maryland +0.242064 cspg_html_7988775280 cspg_html_7988775280:22:3134:3143 Athabasca Lacombe, Alberta +0.259284 aapg_ai_980.html aapg_ai_980.html:566:49623:49630 Rierdon Cut Bank, Montana +0.256162 palaios_html_4619218296 palaios_html_4619218296:357:24434:24443 Margarita Venezuela +0.4794 aapg_ai_816.html aapg_ai_816.html:85:14557:14561 Iola Plattsburg, Missouri +0.475896 aapg_ai_322.html aapg_ai_322.html:175:15416:15431 Bluff Nicaragua +0.499671 aapg_af_2.html aapg_af_2.html:759:68358:68366 Colorado Logan, Utah +0.230319 aapg_aa_945.html aapg_aa_945.html:55:4937:4943 Oregon Kankakee, Illinois +0.257664 aapg_ah_972.html aapg_ah_972.html:401:39822:39831 Catahoula Whitsett, North Carolina +0.50403 aapg_af_264.html aapg_af_264.html:163:23606:23631 Bjorne Melville Island (Canada) +0.48598 gsa_html_1481298851 gsa_html_1481298851:511:49893:49911 Monterey California +0.248601 cspg_html_2820961138 cspg_html_2820961138:552:59173:59189 Viking Lacombe, Alberta +0.247904 jgeology_html_4115179562 jgeology_html_4115179562:641:50428:50436 Virginia Virginia +0.27352 cspg_html_6712217582 cspg_html_6712217582:6:329:338 Queenston Ontario, California +0.488379 aapg_ae_415.html aapg_ae_415.html:210:26719:26728 Red Bluff Mississippi River +0.24336 AMJC_html_5871345265 AMJC_html_5871345265:1116:84549:84553 Kent London, Ontario +0.473186 gsa_html_8881958017 gsa_html_8881958017:512:49574:49587 Slocan Milford, Connecticut +0.257048 palaios_html_9133125241 palaios_html_9133125241:232:28613:28627 Kope Alexandria, Virginia +0.472787 geology_html_6325648998 geology_html_6325648998:415:27359:27370 San Antonio Texas +0.277836 aapg_ac_477.html aapg_ac_477.html:627:73724:73741 Cardium Lacombe, Alberta +0.484746 cspg_html_8065532640 cspg_html_8065532640:76:10208:10229 Road River Middle Ordovician +0.252 aapg_ac_536.html aapg_ac_536.html:658:65546:65552 Denver Williston, Vermont +0.497097 aapg_ad_626.html aapg_ad_626.html:121:14287:14314 White River Chadron, Nebraska +0.466416 aapg_ai_249.html aapg_ai_249.html:882:116324:116328 Omoa Honduras +0.489538 gsa_html_4983644410 gsa_html_4983644410:984:99164:99192 Green River Colorado +0.43095 cspg_html_6255491344 cspg_html_6255491344:112:16287:16300 Mist Mountain Lacombe, Alberta +0.255374 aapg_ai_216.html aapg_ai_216.html:210:21285:21299 Bays Knoxville, Tennessee +0.489345 cspg_html_4578604607 cspg_html_4578604607:34:4729:4744 Elk Lacombe, Alberta +0.269838 palaios_html_8474347362 palaios_html_8474347362:228:31248:31266 Navesink Navesink River +0.478742 gsa_html_7999545108 gsa_html_7999545108:1556:157498:157526 Green River Iran +0.26765 aapg_af_90.html aapg_af_90.html:113:16245:16262 Stirling Black Mountains, Wales +0.26052 geology_html_8280947281 geology_html_8280947281:11:410:423 Santa Barbara California +0.43877 aapg_af_382.html aapg_af_382.html:3:324:330 Sierra Honduras +0.486912 aapg_ai_975.html aapg_ai_975.html:109:14209:14216 Hosston Shreveport, Louisiana +0.263069 cspg_html_6252849194 cspg_html_6252849194:318:35133:35155 Bonnet Plume Canada +0.455008 aapg_ae_804.html aapg_ae_804.html:542:65180:65201 Blanco South Africa +0.48705 cspg_html_5837603841 cspg_html_5837603841:182:16238:16243 Price Lacombe, Alberta +0.27196 geology_html_2550998204 geology_html_2550998204:371:23063:23081 Judith River Regina, Saskatchewan +0.273842 aapg_ah_655.html aapg_ah_655.html:376:33002:33023 Eagle Salt Lake City +0.271906 geology_html_6792261432 geology_html_6792261432:259:23905:23913 Colorado Denver +0.836864 aapg_ae_959.html aapg_ae_959.html:1761:127318:127338 Dog Creek San Angelo, Texas +0.256536 geology_html_3302921640 geology_html_3302921640:139:14788:14797 Extension Buffalo National River +0.237644 gsa_html_2877730818 gsa_html_2877730818:67:7327:7351 Crystal Spring Pahrump, Nevada +0.25806 geology_html_6031974264 geology_html_6031974264:301:22672:22678 Lisbon Charleston, South Carolina +0.468587 sedimentology_html_1762761877 sedimentology_html_1762761877:27:1804:1811 Halifax Canada +0.495144 cspg_html_6216640615 cspg_html_6216640615:955:98115:98123 Columbia Lacombe, Alberta +0.242649 gsa_html_1254347878 gsa_html_1254347878:465:50705:50727 Mount Nelson Victoria, British Columbia +0.24633 cspg_html_7941684345 cspg_html_7941684345:42:6974:6985 Peace River Lacombe, Alberta +0.242484 gsa_html_4339524478 gsa_html_4339524478:739:74755:74761 Oregon California +0.275609 aapg_ah_871.html aapg_ah_871.html:471:51477:51484 Pamelia Montreal +0.492768 palaios_html_6453840623 palaios_html_6453840623:187:15293:15301 Traverse Pennsylvania +0.26832 aapg_ac_608.html aapg_ac_608.html:180:18304:18320 Catskill Huntington, West Virginia +0.478956 gsa_html_2675218998 gsa_html_2675218998:364:35603:35622 Colorado Western world +0.27295 aapg_ad_761.html aapg_ad_761.html:80:7150:7154 Buda Buda, Texas +0.48654 gsa_html_2023933346 gsa_html_2023933346:114:11681:11701 Santiago Santiago +0.475228 cspg_html_5198658336 cspg_html_5198658336:476:52224:52238 Edmonton Lacombe, Alberta +0.491493 aapg_af_965.html aapg_af_965.html:535:64420:64436 Viking Canada +0.497004 gsa_html_6636494931 gsa_html_6636494931:851:75893:75921 Green River Colorado +0.250488 cspg_html_4287356899 cspg_html_4287356899:966:132181:132186 Kayak Great Britain +0.47226 jgeology_html_1836103970 jgeology_html_1836103970:453:35586:35605 Shepody New Brunswick, New Jersey +0.49543 cspg_html_2083823293 cspg_html_2083823293:49:7151:7174 Mist Mountain Eagle Mountain (Minnesota) +0.465348 aapg_aa_44.html aapg_aa_44.html:56:6866:6874 Moenkopi Lisbon +0.49234 cspg_html_1019614994 cspg_html_1019614994:216:33901:33911 Big Valley Lacombe, Alberta +0.28514 aapg_ah_387.html aapg_ah_387.html:2371:256622:256630 San Luis California +0.460078 cspg_html_9343899465 cspg_html_9343899465:1599:130261:130279 Melville Island Banks Island +0.482132 aapg_af_19.html aapg_af_19.html:94:9832:9847 Tyler Sumatra +0.491582 aapg_ae_454.html aapg_ae_454.html:299:24316:24321 Weeks Cotton Valley, Louisiana +0.265176 aapg_ai_811.html aapg_ai_811.html:296:40821:40844 Detroit River Bloomington, Indiana +0.26622 jgeology_html_1841003966 jgeology_html_1841003966:849:43160:43166 Reston Denver +0.245518 aapg_af_589.html aapg_af_589.html:25:2236:2242 Oregon Salem, Oregon +0.232155 gsa_html_3429903648 gsa_html_3429903648:17:827:833 Casper Cheyenne, Wyoming +0.25908 palaios_html_2621173808 palaios_html_2621173808:828:93625:93657 Montney Lacombe, Alberta +0.515933 gsa_html_3872060924 gsa_html_3872060924:695:57925:57937 Owens Valley California +0.24139 aapg_aa_23.html aapg_aa_23.html:862:112532:112544 Grand Rapids Inwood, New York +0.488652 aapg_ah_93.html aapg_ah_93.html:117:15730:15746 Bighorn Dolomite Cheyenne, Wyoming +0.241775 cspg_html_2834693711 cspg_html_2834693711:405:55898:55914 Benson Western world +0.488592 cspg_html_6193252551 cspg_html_6193252551:70:11195:11211 Mingan Middle Ordovician +0.499988 palaios_html_6455472411 palaios_html_6455472411:415:42475:42496 Fairview Netherlands +0.242824 palaios_html_1064392617 palaios_html_1064392617:589:36277:36292 Laval Quebec City +0.266252 aapg_ai_49.html aapg_ai_49.html:624:82289:82295 Kaibab Arizona +0.465552 aapg_ai_791.html aapg_ai_791.html:498:70121:70127 Caribe La Habana Province +0.38792 aapg_ai_945.html aapg_ai_945.html:160:20790:20809 Smackover Melbourne, Florida +0.251988 cspg_html_9332855346 cspg_html_9332855346:6:495:523 Saskatchewan Lacombe, Alberta +0.4745 sedimentology_html_9449833164 sedimentology_html_9449833164:305:20138:20145 Sunrise Anchorage, Alaska +0.2595 aapg_ac_701.html aapg_ac_701.html:199:19907:19918 Coal Canyon Cheyenne, Wyoming +0.25676 aapg_ae_536.html aapg_ae_536.html:168:18883:18905 Belly River Colorado +0.42558 sedimentology_html_3941612453 sedimentology_html_3941612453:261:22293:22308 Quinault Hogsback, Eastern Cape +0.257024 gsa_html_7756840723 gsa_html_7756840723:750:64008:64013 Weeks Goree, Texas +0.263169 aapg_ae_873.html aapg_ae_873.html:1093:129467:129475 Prichard Hunt County, Texas +0.91485 cspg_html_9735723617 cspg_html_9735723617:400:51136:51151 Imperial Mackenzie River +0.25347 AMJC_html_4464898807 AMJC_html_4464898807:66:6476:6483 Shuswap Victoria, British Columbia +0.374115 palaios_html_3312501193 palaios_html_3312501193:351:34784:34817 Moenkopi Reno, Nevada +0.25551 aapg_ai_328.html aapg_ai_328.html:358:37905:37923 La Tuna Mississippian culture +0.489472 gsa_html_6426465509 gsa_html_6426465509:577:49768:49774 Reston Anchorage, Alaska +0.254058 cspg_html_6985536436 cspg_html_6985536436:564:72130:72146 Kanguk Banks Island +0.260604 aapg_ah_329.html aapg_ah_329.html:588:58491:58510 San Diego San Joaquin River +0.508464 aapg_af_859.html aapg_af_859.html:20:3210:3224 Beaumont Beaumont, Texas +0.245895 aapg_ad_164.html aapg_ad_164.html:11:1753:1759 Brazil Venezuela +0.253616 cspg_html_4659384530 cspg_html_4659384530:16:1931:1952 Slave Point Lesser Slave Lake Provincial Park +0.474138 geology_html_9810499598 geology_html_9810499598:272:21068:21078 Copenhagen Sweden +0.247486 cspg_html_1114211412 cspg_html_1114211412:460:60668:60676 Columbia Lacombe, Alberta +0.4841 gsa_html_4930932370 gsa_html_4930932370:911:96362:96370 Michigan Sudbury, Suffolk +0.26563 aapg_aa_956.html aapg_aa_956.html:156:15777:15786 Vicksburg Mississippi River +0.499421 aapg_ae_263.html aapg_ae_263.html:72:5654:5672 Monterey Virginia +0.254508 palaios_html_1262064602 palaios_html_1262064602:463:50224:50241 Kayenta Arizona +0.240548 palaios_html_2994452429 palaios_html_2994452429:1703:142963:142989 Montney Calgary +0.253791 geology_html_8954266626 geology_html_8954266626:347:23823:23829 Provo Greece +0.449709 palaios_html_7765531315 palaios_html_7765531315:633:60644:60672 Noonday Dolomite East Palo Alto, California +0.491967 cspg_html_3962754176 cspg_html_3962754176:42:6233:6259 Athabasca Clearwater, Florida +0.264171 gsa_html_1412377352 gsa_html_1412377352:29:2796:2824 Green River Colorado +0.258937 gsa_html_4438819447 gsa_html_4438819447:595:61153:61172 Mattagami Ontario, California +0.489384 geology_html_9216301420 geology_html_9216301420:264:23250:23262 Devon Island Alert, Nunavut +0.461877 cspg_html_4010530611 cspg_html_4010530611:12:1577:1600 Turner Valley Moose Mountain (Alberta) +0.24638 aapg_ad_292.html aapg_ad_292.html:720:70251:70257 Reston Virginia +0.26058 geology_html_3642506152 geology_html_3642506152:13:681:690 San Diego La Jolla +0.49248 aapg_ai_28.html aapg_ai_28.html:132:10602:10609 Lagarto Oakville, California +0.251392 cspg_html_8532932475 cspg_html_8532932475:505:49251:49280 Peace River Lacombe, Alberta +0.309802 aapg_ad_55.html aapg_ad_55.html:43:4216:4223 Plattin Missouri River +0.512802 aapg_ah_189.html aapg_ah_189.html:24:3356:3378 Prairie Shakopee, Minnesota +0.475092 gsa_html_5894524520 gsa_html_5894524520:14:536:546 Washington Washington (state) +0.264171 cspg_html_1274054064 cspg_html_1274054064:672:78848:78861 Turner Valley Lacombe, Alberta +0.24888 aapg_ai_64.html aapg_ai_64.html:349:38586:38596 Rio Grande Mississippi River +0.48864 aapg_ah_847.html aapg_ah_847.html:307:36511:36522 Hornerstown New Egypt, New Jersey +0.2562 aapg_ai_82.html aapg_ai_82.html:322:35895:35905 Greenbrier Greenbrier (Great Smoky Mountains) +0.482384 gsa_html_7119168346 gsa_html_7119168346:60:4505:4533 Green River Colorado +0.2505 aapg_ai_78.html aapg_ai_78.html:147:10188:10192 Frio Texas +0.2405 aapg_ai_763.html aapg_ai_763.html:71:9326:9343 Schuler County Sligo +0.259284 aapg_aa_544.html aapg_aa_544.html:368:49221:49242 White River Cheyenne, Wyoming +0.236052 gsa_html_7304754451 gsa_html_7304754451:773:69824:69829 Yukon Emerald Lake (British Columbia) +0.618696 cspg_html_7779401416 cspg_html_7779401416:91:11343:11364 Fossil Hill Manitoulin Island +0.478665 geology_html_2703219359 geology_html_2703219359:302:24307:24311 Kano Sakai, Osaka +0.441792 aapg_ac_807.html aapg_ac_807.html:372:37754:37775 Vincentown Maryland +0.333656 palaios_html_1249829497 palaios_html_1249829497:29:3381:3397 Ripley Alabama +0.257 cspg_html_9061675089 cspg_html_9061675089:92:12820:12830 Lime Creek Bull Run River (Oregon) +0.475566 aapg_af_366.html aapg_af_366.html:71:8246:8254 Lisburne Anchorage, Alaska +0.264132 gsa_html_6481254334 gsa_html_6481254334:827:74485:74493 Santiago Puerto Varas +0.253006 geology_html_2235998351 geology_html_2235998351:222:21862:21874 Austin Chalk Texas +0.440548 cspg_html_3385840278 cspg_html_3385840278:181:24914:24928 Fort Vermilion Swan Hill, Victoria +0.643245 aapg_af_673.html aapg_af_673.html:342:36632:36654 Sevy Dolomite Logan, Utah +0.252813 palaios_html_5582845937 palaios_html_5582845937:304:30051:30063 Gosport Sand Alabama +0.48951 aapg_ac_251.html aapg_ac_251.html:488:56318:56329 Mauch Chunk Juniata County School District +0.483465 aapg_ai_18.html aapg_ai_18.html:75:6868:6875 Carrizo Carrizo Plain +0.461575 cspg_html_4260503134 cspg_html_4260503134:8:771:787 Oldman Lacombe, Alberta +0.2425 cspg_html_5484260516 cspg_html_5484260516:1007:80271:80279 Columbia Victoria, British Columbia +0.5842 aapg_ac_364.html aapg_ac_364.html:47:5635:5643 Sundance Spearfish, South Dakota +0.469755 aapg_ae_73.html aapg_ae_73.html:847:107368:107376 Colorado Mesa, Arizona +0.252384 jgeology_html_8064855537 jgeology_html_8064855537:1149:69668:69672 Hall London, Ontario +0.490028 cspg_html_3233680622 cspg_html_3233680622:53:7192:7204 Devon Island Southern United States +0.25449 cspg_html_3804945581 cspg_html_3804945581:150:19040:19056 Battle Woodlake, Texas +0.237133 gsa_html_9310053579 gsa_html_9310053579:357:32432:32451 Chumstick Leavenworth, Washington +0.48896 palaios_html_8055229939 palaios_html_8055229939:723:73268:73299 Beaufort South Africa +0.492412 cspg_html_3860685167 cspg_html_3860685167:692:69012:69017 Banff Lacombe, Alberta +0.253272 palaios_html_2399848899 palaios_html_2399848899:40:3845:3860 Eutaw Tuscaloosa, Alabama +0.249494 cspg_html_8250755331 cspg_html_8250755331:619:67207:67231 Kaskapau Victoria, British Columbia +0.248997 aapg_ae_794.html aapg_ae_794.html:8:1527:1533 Coffee Selma to Montgomery marches +0.269352 palaios_html_8738458399 palaios_html_8738458399:600:56009:56017 Colorado Florissant, Colorado +0.263262 cspg_html_5431295472 cspg_html_5431295472:112:12828:12852 Basal Canada +0.452998 aapg_ac_400.html aapg_ac_400.html:368:42562:42570 Onondaga Jackson County, Missouri +0.243936 cspg_html_6306091047 cspg_html_6306091047:39:7766:7788 Charlie Lake Victoria, British Columbia +0.263144 aapg_ah_847.html aapg_ah_847.html:17:2301:2320 New Egypt Navesink River +0.246422 aapg_ai_399.html aapg_ai_399.html:409:40661:40675 Ripley Lagrangian point +0.2703 aapg_ah_372.html aapg_ah_372.html:239:22301:22313 Midway Shreveport, Louisiana +0.261112 aapg_ai_202.html aapg_ai_202.html:557:55162:55174 Viking Montreal +0.472934 sedimentology_html_2566540012 sedimentology_html_2566540012:1612:118974:118981 Andrews San Juan Mountains +0.49972 aapg_ah_972.html aapg_ah_972.html:408:40521:40604 Olmos Glendale, Arizona +0.4914 aapg_ah_678.html aapg_ah_678.html:584:71998:72017 Vicksburg Goliad County, Texas +0.310097 sedimentology_html_3181527419 sedimentology_html_3181527419:1357:77515:77519 Earp New Mexico +0.266742 aapg_ad_434.html aapg_ad_434.html:72:8235:8243 Columbia Victoria, British Columbia +0.26214 palaios_html_2994452429 palaios_html_2994452429:1700:142533:142565 Montney Victoria, British Columbia +0.503812 cspg_html_6116883777 cspg_html_6116883777:1047:146551:146570 Allen Bay Little Cornwallis Island +0.491365 gsa_html_2813858917 gsa_html_2813858917:78:4739:4767 Green River New Mexico +0.240642 gsa_html_4432793908 gsa_html_4432793908:107:13040:13059 Pansy Lee Conglomerate Reno, Nevada +0.49556 cspg_html_4072152826 cspg_html_4072152826:694:83129:83145 Eldon Regina, Saskatchewan +0.245967 cspg_html_5541725202 cspg_html_5541725202:189:27584:27603 Claremont Middleborough, Massachusetts +0.511014 cspg_html_1065856149 cspg_html_1065856149:66:8012:8018 Viking Colorado +0.259248 sedimentology_html_8235548259 sedimentology_html_8235548259:1097:73129:73146 Cupido County Sligo +0.26728 cspg_html_9771826320 cspg_html_9771826320:986:133408:133420 Devon Island Canada +0.266255 cspg_html_5688447798 cspg_html_5688447798:21:5182:5192 Bird Fiord Ellesmere Island +0.250677 cspg_html_2139304729 cspg_html_2139304729:81:12853:12881 Disappointment Bay Little Cornwallis Island +0.248 sedimentology_html_6656277293 sedimentology_html_6656277293:1101:76381:76392 Reclamation Logan, Utah +0.510777 aapg_ah_158.html aapg_ah_158.html:206:35118:35131 Lone Mountain Bear Mountain (Connecticut) +0.255942 cspg_html_7667087595 cspg_html_7667087595:128:15091:15109 Belly River Lacombe, Alberta +0.25452 aapg_ad_844.html aapg_ad_844.html:160:16119:16140 Lone Rock Regina, Saskatchewan +0.248992 cspg_html_3516764931 cspg_html_3516764931:61:9250:9257 Shuswap Omineca Mountains +0.498888 cspg_html_8334041965 cspg_html_8334041965:441:48937:48945 Columbia Victoria, British Columbia +0.23765 gsa_html_2220556952 gsa_html_2220556952:19:1032:1051 Pansy Lee Conglomerate Reno, Nevada +0.48719 aapg_ae_72.html aapg_ae_72.html:293:26718:26739 Navajo Chinle Formation +0.25047 sedimentology_html_1585135603 sedimentology_html_1585135603:1192:65516:65520 Hall London, Ontario +0.264638 aapg_ac_714.html aapg_ac_714.html:352:37709:37717 Sundance Cheyenne, Wyoming +0.244925 aapg_ah_978.html aapg_ah_978.html:470:43496:43506 Kern River California +0.267288 aapg_af_854.html aapg_af_854.html:1436:209070:209089 Mooretown Warren County, Ohio +0.263442 aapg_ah_505.html aapg_ah_505.html:974:78138:78142 Jelm Niobrara, Nebraska +0.508896 aapg_aa_696.html aapg_aa_696.html:700:76147:76155 Colorado Colorado +0.257033 aapg_ai_83.html aapg_ai_83.html:193:18262:18275 Bedford Cleveland +0.2574 palaios_html_4745554613 palaios_html_4745554613:433:48535:48553 Kaskapau Victoria, British Columbia +0.376068 aapg_ah_871.html aapg_ah_871.html:485:53813:53820 Pamelia Montreal +0.910052 aapg_af_16.html aapg_af_16.html:318:29503:29521 Frontier Cheyenne, Wyoming +0.26265 aapg_ai_957.html aapg_ai_957.html:297:32050:32058 Beaumont Matagorda County, Texas +0.495945 aapg_ae_846.html aapg_ae_846.html:190:18250:18256 Dakota Entrada Sandstone +0.250458 cspg_html_1019614994 cspg_html_1019614994:354:57056:57076 Big Valley Lacombe, Alberta +0.485051 aapg_ai_136.html aapg_ai_136.html:220:16266:16275 Smackover Haynesville, Louisiana +0.474422 gsa_html_4667678389 gsa_html_4667678389:539:49471:49485 Monk Washington (state) +0.254007 cspg_html_9725676031 cspg_html_9725676031:65:8923:8931 Columbia Victoria, British Columbia +0.287914 aapg_aa_93.html aapg_aa_93.html:6:849:855 Dakota Powder River (Montana) +0.249444 gsa_html_2743423721 gsa_html_2743423721:973:86383:86389 Walker Salem, Oregon +0.471851 sedimentology_html_9522643663 sedimentology_html_9522643663:77:6544:6560 Carmel Entrada Sandstone +0.26866 gsa_html_6330913937 gsa_html_6330913937:12:573:579 Oregon Salem, Oregon +0.259065 palaios_html_1944651952 palaios_html_1944651952:46:6123:6133 Washington San Juan Islands +0.249991 cspg_html_1962846283 cspg_html_1962846283:177:21007:21015 Columbia Victoria, British Columbia +0.251472 gsa_html_7542416588 gsa_html_7542416588:827:68777:68786 Extension Sonora +0.469437 cspg_html_6223953329 cspg_html_6223953329:11:541:574 Grosmont Lacombe, Alberta +0.739954 aapg_ai_364.html aapg_ai_364.html:88:10431:10440 Stonewall Black Hills +0.487734 gsa_html_5344876933 gsa_html_5344876933:1035:75255:75261 Oregon Earth +0.46128 geology_html_4781601757 geology_html_4781601757:118:11510:11521 San Jacinto Lake Elsinore, California +0.26159 palaios_html_6162571829 palaios_html_6162571829:420:50330:50348 Moenkopi Logan, Utah +0.255021 aapg_ac_923.html aapg_ac_923.html:822:75549:75555 Walker England +0.261626 cspg_html_4773367370 cspg_html_4773367370:22:2636:2644 Columbia Victoria, British Columbia +0.49728 cspg_html_5688447798 cspg_html_5688447798:6:318:346 Disappointment Bay Ellesmere Island +0.487438 cspg_html_8152691171 cspg_html_8152691171:444:51840:51860 Missisauga Ottawa, Kansas +0.369964 cspg_html_5484260516 cspg_html_5484260516:6:280:298 Palliser Victoria, British Columbia +0.471336 aapg_ad_151.html aapg_ad_151.html:401:33635:33649 Nuka Anchorage, Alaska +0.254012 cspg_html_3328007773 cspg_html_3328007773:859:91858:91879 Peace River Canada +0.486604 gsa_html_5501935421 gsa_html_5501935421:29:2796:2824 Green River Colorado +0.243013 aapg_aa_702.html aapg_aa_702.html:1376:141216:141233 Maroon Colorado +0.269037 aapg_aa_255.html aapg_aa_255.html:76:8040:8050 Phosphoria Populus sect. Aegiros +0.379936 cspg_html_2769629211 cspg_html_2769629211:117:14029:14050 Slave Point Hay River (Canada) +0.26832 aapg_ah_387.html aapg_ah_387.html:307:30907:30916 Knoxville Knoxville, Illinois +0.7939 cspg_html_5541725202 cspg_html_5541725202:225:32609:32629 Boss Point Logan, Utah +0.446859 aapg_ah_93.html aapg_ah_93.html:128:16795:16820 Beartooth Cheyenne, Wyoming +0.191216 aapg_ae_904.html aapg_ae_904.html:155:16283:16303 Minnekahta Black Hills +0.269312 aapg_ae_29.html aapg_ae_29.html:72:8941:8952 Mauch Chunk Pottsville, Pennsylvania +0.25935 aapg_ai_583.html aapg_ai_583.html:330:39270:39282 Rierdon Cheyenne, Wyoming +0.25839 aapg_ac_835.html aapg_ac_835.html:397:52869:52876 Madison Gallatin, Tennessee +0.26235 aapg_aa_251.html aapg_aa_251.html:8:729:738 Smackover East Texas +0.486303 cspg_html_4422863308 cspg_html_4422863308:92:9520:9536 Viking Suffield, Connecticut +0.263133 gsa_html_3502153639 gsa_html_3502153639:12:462:470 Virginia Reston, Virginia +0.387349 aapg_ad_660.html aapg_ad_660.html:486:67844:67864 San Andres Texas +0.25755 aapg_af_129.html aapg_af_129.html:85:9787:9793 Belden Leadville, Colorado +0.254518 AMJC_html_2589114080 AMJC_html_2589114080:986:89043:89049 Bowden Tanzania +0.25544 aapg_ae_539.html aapg_ae_539.html:262:34662:34680 Sundance Cheyenne, Wyoming +0.513279 gsa_html_4047856284 gsa_html_4047856284:1044:98662:98690 Green River Colorado +0.240248 aapg_ai_326.html aapg_ai_326.html:131:16051:16064 Mandata Maryland +0.251883 gsa_html_9428560088 gsa_html_9428560088:12:616:629 Santa Barbara California +0.242514 gsa_html_2989317971 gsa_html_2989317971:552:58603:58625 Sucker Creek Boise River +0.494018 aapg_ah_158.html aapg_ah_158.html:4:700:713 Lone Mountain Silver City, New Mexico +0.25488 aapg_ac_22.html aapg_ac_22.html:86:9365:9384 Sunniland Melbourne, Florida +0.489765 aapg_aa_898.html aapg_aa_898.html:60:8436:8446 North Horn Flagstaff, Arizona +0.253916 aapg_af_11.html aapg_af_11.html:329:33594:33610 Elbert Colorado +0.252416 aapg_ac_910.html aapg_ac_910.html:245:24631:24637 Sierra Coahuila +0.259979 aapg_aa_105.html aapg_aa_105.html:395:41215:41231 Belly River Middle East +0.471555 geology_html_2873428390 geology_html_2873428390:268:25548:25554 Oxford Pergamon Museum +0.455918 cspg_html_1611261412 cspg_html_1611261412:762:96559:96575 Bow Island Bow Island Airport +0.36244 palaios_html_7465495929 palaios_html_7465495929:266:21276:21283 La Luna Venezuela +0.46452 aapg_ai_932.html aapg_ai_932.html:113:17618:17635 Morales Paso Robles, California +0.374735 aapg_ah_652.html aapg_ah_652.html:61:7540:7555 Mesaverde Beaumont, Texas +0.504981 aapg_ac_613.html aapg_ac_613.html:167:24340:24359 Mesaverde Mesa, Arizona +0.244881 cspg_html_9177794814 cspg_html_9177794814:106:12825:12839 Nizi Anchorage, Alaska +0.49035 aapg_ah_894.html aapg_ah_894.html:34:5403:5420 Shublik Phoenix, Arizona +0.27092 aapg_af_609.html aapg_af_609.html:145:12587:12595 Richmond Allegheny Mountains +0.243936 aapg_aa_702.html aapg_aa_702.html:413:89181:89200 Goose Egg Cheyenne, Wyoming +0.486471 cspg_html_1351473625 cspg_html_1351473625:196:25009:25017 Montreal Quebec City +0.27972 aapg_ac_486.html aapg_ac_486.html:600:73722:73728 Dakota Western world +0.866822 aapg_ac_832.html aapg_ac_832.html:80:10815:10837 Interlake Canada +0.246012 palaios_html_2339045630 palaios_html_2339045630:335:46284:46292 Virginia Kentucky +0.483492 gsa_html_5272406242 gsa_html_5272406242:29:2796:2824 Green River New Mexico +0.255524 aapg_ac_335.html aapg_ac_335.html:333:34054:34071 Henryhouse Knoxville, Tennessee +0.488448 geology_html_1998691983 geology_html_1998691983:201:20951:20967 Bethel Bloomington, Indiana +0.463638 aapg_af_728.html aapg_af_728.html:587:61167:61175 Colorado Colorado +0.48195 cspg_html_6702053097 cspg_html_6702053097:787:83061:83092 Beekmantown Montreal +0.26316 aapg_ad_696.html aapg_ad_696.html:206:20410:20416 Sparta Smith County, Kansas +0.846231 aapg_ae_797.html aapg_ae_797.html:401:43334:43341 Paradox Colorado +0.45465 cspg_html_6255491344 cspg_html_6255491344:5:196:220 Mist Mountain Lacombe, Alberta +0.481712 gsa_html_7127096507 gsa_html_7127096507:75:8723:8737 Stewarts Point Gualala, California +0.263376 aapg_ae_119.html aapg_ae_119.html:467:42562:42566 Wise Cheyenne, Wyoming +0.46354 aapg_af_615.html aapg_af_615.html:13:1369:1375 Laredo Corpus Christi, Texas +0.462074 cspg_html_3102530088 cspg_html_3102530088:73:9901:9916 Eagle Milk River, Alberta +0.24056 jgeology_html_6738257029 jgeology_html_6738257029:1025:45084:45090 Arroyo Marbella +0.257536 aapg_ai_388.html aapg_ai_388.html:324:34269:34281 Laramie Wasatch Range +0.466067 aapg_ad_177.html aapg_ad_177.html:8:915:936 Kelvin Atlantic Ocean +0.488136 aapg_ah_318.html aapg_ah_318.html:2249:197715:197734 La Casita Durango, Durango +0.278046 aapg_ai_269.html aapg_ai_269.html:179:17610:17630 Missisauga Bridgetown, Nova Scotia +0.48379 aapg_ai_811.html aapg_ai_811.html:43:7047:7060 Detroit River Bloomington, Indiana +0.25048 gsa_html_4924618867 gsa_html_4924618867:14:791:799 Colorado Denver +0.477347 aapg_ah_757.html aapg_ah_757.html:934:53966:53987 Etherington Nelson, New Zealand +0.439375 aapg_ad_306.html aapg_ad_306.html:199:25908:25912 Omoa Cofradia +0.478028 aapg_aa_852.html aapg_aa_852.html:54:5469:5479 San Miguel County Sligo +0.248985 cspg_html_4132771434 cspg_html_4132771434:322:41936:41956 Kiskatinaw Lacombe, Alberta +0.405324 aapg_ah_536.html aapg_ah_536.html:241:32534:32549 Sligo Pine Island (Lee County, Florida) +0.50592 aapg_aa_54.html aapg_aa_54.html:99:9764:9770 Abbott New Mexico +0.472366 cspg_html_1019614994 cspg_html_1019614994:491:84456:84469 Exshaw Lacombe, Alberta +0.472264 aapg_ac_313.html aapg_ac_313.html:653:73772:73778 Caribe Guatemala +0.49469 aapg_aa_708.html aapg_aa_708.html:669:67542:67563 Springhill Chile +0.492252 cspg_html_1064938580 cspg_html_1064938580:31:4555:4571 Kanguk Canada +0.26871 jgeology_html_4337388898 jgeology_html_4337388898:988:63321:63343 Carrizo Texas +0.483128 aapg_ad_959.html aapg_ad_959.html:82:8619:8638 Bellevue Kentucky +0.26832 palaios_html_6757540995 palaios_html_6757540995:55:5301:5319 Niobrara Williston, Vermont +0.235796 cspg_html_4769973541 cspg_html_4769973541:157:20734:20746 Indian Point York +0.247476 cspg_html_9222238695 cspg_html_9222238695:248:34043:34051 Columbia Victoria, British Columbia +0.506862 gsa_html_3225734041 gsa_html_3225734041:583:47893:47914 Wissahickon Pennsylvania +0.258064 sedimentology_html_1006662626 sedimentology_html_1006662626:3381:73051:73061 Washington Salem, Oregon +0.266192 aapg_af_11.html aapg_af_11.html:780:77305:77310 Ouray New Mexico +0.29276 aapg_ac_807.html aapg_ac_807.html:801:79395:79405 Tuscaloosa Tuscaloosa, Alabama +0.87885 cspg_html_4861932119 cspg_html_4861932119:35:4999:5008 Cold Lake Lacombe, Alberta +0.261085 gsa_html_8055113978 gsa_html_8055113978:17:1399:1419 Keokuk Adams County, Indiana +0.701029 aapg_ah_724.html aapg_ah_724.html:33:5076:5094 Kaskapau Victoria, British Columbia +0.488565 geology_html_9924482358 geology_html_9924482358:219:21823:21844 Green River Cheyenne, Wyoming +0.268732 aapg_ac_671.html aapg_ac_671.html:150:14233:14244 Bloomington Bloomington, Indiana +0.51168 AMJC_html_1873062106 AMJC_html_1873062106:138:20579:20599 Dakota Mogollon, New Mexico +0.247923 aapg_af_130.html aapg_af_130.html:212:36424:36441 Madison Uinta Mountains +0.25636 gsa_html_1047526579 gsa_html_1047526579:894:89704:89709 Logan Calgary +0.277196 cspg_html_9717154602 cspg_html_9717154602:180:25282:25299 Bearpaw Lacombe, Alberta +0.251292 geology_html_4393438384 geology_html_4393438384:24:2081:2097 Laurentian Piedmont (United States) +0.467864 aapg_ai_44.html aapg_ai_44.html:237:34964:34970 Perija Trinidad and Tobago +0.498848 aapg_ai_859.html aapg_ai_859.html:3:365:371 Viking North Sea oil +0.271906 aapg_aa_463.html aapg_aa_463.html:223:43291:43300 Smackover County Sligo +0.483928 sedimentology_html_1311285381 sedimentology_html_1311285381:649:60129:60141 Owens Valley California +0.257045 cspg_html_2882304151 cspg_html_2882304151:267:39692:39703 Peace River Lacombe, Alberta +0.23966 aapg_ae_345.html aapg_ae_345.html:142:7110:7115 Eutaw Tuscaloosa, Alabama +0.50304 aapg_aa_775.html aapg_aa_775.html:828:90091:90098 Perdido Mexico +0.468843 aapg_ai_594.html aapg_ai_594.html:381:39986:39994 Colorado Richmond, California +0.252374 aapg_af_469.html aapg_af_469.html:376:42683:42691 Humboldt Cheyenne, Wyoming +0.714546 palaios_html_8113714689 palaios_html_8113714689:231:25166:25209 Jordan Wisconsin +0.675188 geology_html_7872603304 geology_html_7872603304:13:882:892 Ellensburg Washington (state) +0.271377 cspg_html_7409170811 cspg_html_7409170811:536:68201:68217 Exshaw Lacombe, Alberta +0.545454 aapg_ad_341.html aapg_ad_341.html:208:21845:21856 Martinsburg Hudson Valley +0.477603 aapg_ah_847.html aapg_ah_847.html:312:37202:37223 Hornerstown New Egypt, New Jersey +0.249676 aapg_aa_654.html aapg_aa_654.html:251:38305:38329 Arroyo Sangre de Cristo Range +0.48598 aapg_ah_387.html aapg_ah_387.html:2550:275702:275711 Knoxville Pope Valley, California +0.494 aapg_ac_720.html aapg_ac_720.html:263:28898:28915 Aquia Maryland +0.24745 cspg_html_5541937700 cspg_html_5541937700:898:109247:109263 Viking Lacombe, Alberta +0.384048 aapg_ah_829.html aapg_ah_829.html:173:21258:21279 Green River Colorado +0.27432 cspg_html_5501097280 cspg_html_5501097280:261:34502:34528 Hector Lacombe, Alberta +0.478676 gsa_html_6982030333 gsa_html_6982030333:1369:124891:124901 Washington Boise, Idaho +0.367693 cspg_html_7576506617 cspg_html_7576506617:615:74567:74574 Jupiter Quebec City +0.478353 aapg_ah_174.html aapg_ah_174.html:510:57937:57943 Sierra Chile +0.243867 sedimentology_html_1180576775 sedimentology_html_1180576775:1406:67520:67541 Golden Grove Barbados +0.27405 cspg_html_4796942391 cspg_html_4796942391:469:51470:51492 Dunvegan Victoria, British Columbia +0.50796 gsa_html_2023933346 gsa_html_2023933346:1110:102910:102915 Vaqueros California +0.248446 aapg_ad_557.html aapg_ad_557.html:10383:569589:569603 Lisburne Anchorage, Alaska +0.252504 aapg_ai_321.html aapg_ai_321.html:90:11735:11742 Esquias Valle, Arizona +0.496752 gsa_html_6608619586 gsa_html_6608619586:92:9980:9986 Oregon California +0.481 gsa_html_9353787239 gsa_html_9353787239:930:83554:83563 Flagstaff Arizona +0.2515 cspg_html_8708246424 cspg_html_8708246424:297:38654:38662 Mainland Great Lakes +0.492993 gsa_html_9152662653 gsa_html_9152662653:903:78968:78984 Laurel Sykesville, Maryland +0.492252 gsa_html_9889833548 gsa_html_9889833548:988:88498:88504 Snyder Northern California +0.249428 aapg_ae_66.html aapg_ae_66.html:383:38038:38048 Fort Union Wasatch Range +0.434294 aapg_af_877.html aapg_af_877.html:52:5308:5324 Menard Jackson, Mississippi +0.499465 cspg_html_4319383223 cspg_html_4319383223:658:68554:68580 Halfway Canada +0.49348 aapg_aa_298.html aapg_aa_298.html:888:107672:107687 Salem Oolitic, Indiana +0.496164 cspg_html_4626597050 cspg_html_4626597050:457:55356:55371 Chugwater Salt Lake City +0.253506 aapg_af_636.html aapg_af_636.html:344:39798:39807 Pendleton Jeffersonville, Indiana +0.257024 jgeology_html_5803513114 jgeology_html_5803513114:186:15529:15547 Rangeley Rangeley, Maine +0.496018 cspg_html_1509800797 cspg_html_1509800797:55:6519:6529 Hell Creek Regina, Saskatchewan +0.49419 cspg_html_2175627313 cspg_html_2175627313:33:4492:4500 Columbia Lacombe, Alberta +0.782784 cspg_html_9613527162 cspg_html_9613527162:190:26544:26561 Pekisko Elkton, Kentucky +0.26985 cspg_html_9474105160 cspg_html_9474105160:9:1655:1661 Fernie Lacombe, Alberta +0.256512 aapg_af_128.html aapg_af_128.html:438:41280:41299 Goose Egg Cheyenne, Wyoming +0.44772 gsa_html_8398449001 gsa_html_8398449001:109:9568:9578 Bear River Wasatch Range +0.453791 cspg_html_4799463481 cspg_html_4799463481:45:6564:6575 Goose Fiord Middle East +0.51304 cspg_html_5484260516 cspg_html_5484260516:957:75128:75139 Banff Crowsnest Pass, Alberta +0.484185 cspg_html_2083823293 cspg_html_2083823293:575:61165:61199 Kootenay Lacombe, Alberta +0.342718 gsa_html_4432793908 gsa_html_4432793908:562:61207:61243 Newark Canyon Reno, Nevada +0.4845 gsa_html_5773604426 gsa_html_5773604426:821:67561:67573 Wilcox Shreveport, Louisiana +0.49632 cspg_html_2498183035 cspg_html_2498183035:313:35805:35815 Swan Hills Swan Hill, Victoria +0.241552 aapg_ah_881.html aapg_ah_881.html:147:17584:17625 Chuckanut Bellingham, Washington +0.470557 cspg_html_4193503340 cspg_html_4193503340:12:1498:1506 Foremost Lacombe, Alberta +0.262143 aapg_ah_871.html aapg_ah_871.html:596:66396:66412 Montreal Lowville (town), New York +0.484702 sedimentology_html_4432289902 sedimentology_html_4432289902:608:52698:52710 Marshalltown Sea Girt, New Jersey +0.491967 aapg_ae_231.html aapg_ae_231.html:87:8037:8059 New Scotland Pine Brook, New Jersey +0.264147 aapg_af_318.html aapg_af_318.html:204:23098:23115 Cantuar Regina, Saskatchewan +0.27885 aapg_ah_320.html aapg_ah_320.html:49:5099:5119 Greenbrier Huntington, West Virginia +0.246909 aapg_ai_328.html aapg_ai_328.html:289:29989:30008 Caballero Sacramento Mountains (California) +0.263048 aapg_aa_870.html aapg_aa_870.html:405:36250:36256 Dakota Lone Pine, California +0.266255 aapg_ai_82.html aapg_ai_82.html:402:45745:45755 Greenbrier Greenbrier (Great Smoky Mountains) +0.478608 jgeology_html_9111148993 jgeology_html_9111148993:373:27791:27806 Sioux Quartzite Southwick, Massachusetts +0.497175 aapg_ac_835.html aapg_ac_835.html:61:8897:8903 Curtis Cheyenne, Wyoming +0.2646 aapg_ai_582.html aapg_ai_582.html:165:14780:14796 Piper Manitoba +0.256793 aapg_ac_515.html aapg_ac_515.html:9:1176:1186 Washington Salem, Oregon +0.480537 aapg_ae_708.html aapg_ae_708.html:529:58878:58886 Virginia Maryville, Missouri +0.2688 aapg_aa_399.html aapg_aa_399.html:304:24497:24508 Peace River Clearwater, Florida +0.24139 sedimentology_html_2613958727 sedimentology_html_2613958727:617:40431:40439 Temporal Virginia +0.184032 aapg_ae_50.html aapg_ae_50.html:1717:123913:123936 San Fernando Trinidad and Tobago +0.470869 aapg_aa_114.html aapg_aa_114.html:243:27503:27510 La Joya Mexico +0.4959 aapg_af_241.html aapg_af_241.html:128:15239:15258 Fleming Brazoria County, Texas +0.271956 cspg_html_5403901844 cspg_html_5403901844:65:9228:9250 New Scotland Helderberg +0.263048 aapg_ad_258.html aapg_ad_258.html:379:44310:44328 Chemung Huntington, West Virginia +0.504972 cspg_html_7310162886 cspg_html_7310162886:185:24972:24979 Shublik Anchorage, Alaska +0.258416 gsa_html_3860045860 gsa_html_3860045860:901:89577:89593 Keasey Salem, Oregon +0.2541 aapg_ae_74.html aapg_ae_74.html:324:30584:30587 Abo San Ysidro, New Mexico +0.23994 aapg_af_877.html aapg_af_877.html:62:6503:6519 Menard Jackson, Mississippi +0.26208 aapg_ae_692.html aapg_ae_692.html:529:54040:54052 Judith River Niobrara, Nebraska +0.267288 cspg_html_3328007773 cspg_html_3328007773:913:95514:95530 Viking Lacombe, Alberta +0.260096 cspg_html_3473883402 cspg_html_3473883402:260:41508:41516 Edmonton Lacombe, Alberta +0.254625 aapg_ac_925.html aapg_ac_925.html:207:32958:32964 Guinda Central Valley (California) +0.500325 aapg_ai_980.html aapg_ai_980.html:824:74889:74913 Swift Sunriver, Oregon +0.261855 aapg_ah_370.html aapg_ah_370.html:554:43707:43715 Traverse Michigan +0.24849 gsa_html_1983936163 gsa_html_1983936163:931:71772:71781 San Diego California +0.242544 aapg_aa_717.html aapg_aa_717.html:54:7923:7938 Gatesburg Pennsylvania +0.243252 cspg_html_8535889489 cspg_html_8535889489:169:24237:24254 Ringnes Southern United States +0.255518 gsa_html_3696101390 gsa_html_3696101390:505:51414:51424 Washington Washington (state) +0.25235 cspg_html_9735723617 cspg_html_9735723617:672:80263:80282 Hecla Bay Ellesmere Island +0.240584 aapg_af_76.html aapg_af_76.html:115:10861:10872 San Antonio Texas +0.252434 aapg_ad_812.html aapg_ad_812.html:6:1263:1270 Todilto Logan, Utah +0.26574 aapg_ai_159.html aapg_ai_159.html:161:17866:17881 Bohio Darien, Georgia +0.483246 aapg_ac_749.html aapg_ac_749.html:92:12368:12389 Fossil Hill Guelph +0.47724 gsa_html_5147030878 gsa_html_5147030878:551:45725:45732 Laramie Trinidad and Tobago +0.481206 palaios_html_1316705524 palaios_html_1316705524:406:33091:33117 Horseshoe Canyon Drumheller +0.267734 aapg_ah_157.html aapg_ah_157.html:300:42997:43017 Aux Vases Bloomington, Indiana +0.491097 gsa_html_7020634397 gsa_html_7020634397:496:39975:39991 Tuttle Caledonia +0.71475 cspg_html_5538678223 cspg_html_5538678223:57:10275:10279 Toad Canada +0.503286 palaios_html_1750761566 palaios_html_1750761566:312:32434:32450 Viking Lacombe, Alberta +0.39188 aapg_ac_719.html aapg_ac_719.html:142:16512:16529 Vermejo Niobrara, Nebraska +0.891574 aapg_ad_2.html aapg_ad_2.html:1102:150916:150937 Tribes Hill Adirondack Park +0.243236 aapg_ah_753.html aapg_ah_753.html:420:67583:67590 Windsor Cumberland, Maryland +0.526592 aapg_ad_401.html aapg_ad_401.html:141:10983:10991 Altamont Fort Union Trading Post National Historic Site +0.489384 gsa_html_9233283294 gsa_html_9233283294:913:89346:89374 Green River Colorado +0.514352 cspg_html_9676262628 cspg_html_9676262628:34:4081:4100 Newcastle Cheyenne, Wyoming +0.680124 aapg_ad_467.html aapg_ad_467.html:315:23440:23447 Magothy Austin, Chicago +0.248502 cspg_html_1996419880 cspg_html_1996419880:53:6238:6266 Stuhini Middle East +0.251883 cspg_html_9018334227 cspg_html_9018334227:27:3129:3137 Columbia Victoria, British Columbia +0.903444 cspg_html_9771826320 cspg_html_9771826320:901:127037:127055 Eureka Sound Canada +0.463372 sedimentology_html_2041096405 sedimentology_html_2041096405:836:65102:65114 Pethei Great Slave Lake +0.46011 aapg_ac_807.html aapg_ac_807.html:1325:109712:109724 Mount Laurel Closter, New Jersey +0.258566 gsa_html_8774590177 gsa_html_8774590177:93:11698:11707 Whitehall Black River, Jamaica +0.249964 cspg_html_5398977308 cspg_html_5398977308:42:5438:5458 West Point Quebec City +0.486072 cspg_html_6688313426 cspg_html_6688313426:84:13715:13723 Columbia Victoria, British Columbia +0.243386 aapg_aa_110.html aapg_aa_110.html:64:9437:9458 Green River Cheyenne, Wyoming +0.464752 cspg_html_7409170811 cspg_html_7409170811:684:78780:78786 Denver Colorado +0.233033 aapg_aa_36.html aapg_aa_36.html:933:72266:72272 Laguna Texas +0.496461 aapg_ah_532.html aapg_ah_532.html:20:2434:2443 Leadville Ouray, Colorado +0.472725 gsa_html_7151930388 gsa_html_7151930388:1004:82236:82263 San Martin Sonora +0.244976 aapg_ah_95.html aapg_ah_95.html:144:13234:13244 Rainvalley Western world +0.263626 aapg_ah_555.html aapg_ah_555.html:139:13591:13599 Colorado Arapahoe, North Carolina +0.253008 aapg_ae_73.html aapg_ae_73.html:353:46066:46072 Dockum New Mexico +0.260977 cspg_html_2498576032 cspg_html_2498576032:378:54680:54684 Hall North Sea +0.48791 aapg_ac_478.html aapg_ac_478.html:500:59392:59395 Rye McArthur River uranium mine +0.49088 cspg_html_4699684578 cspg_html_4699684578:298:35438:35444 Calmar Lacombe, Alberta +0.4692 aapg_ad_784.html aapg_ad_784.html:82:11400:11405 Sespe Ojai, California +0.269361 palaios_html_2339045630 palaios_html_2339045630:372:48581:48589 Virginia Knoxville, Tennessee +0.26162 cspg_html_1743658399 cspg_html_1743658399:178:24990:25004 King Christian Melville Island (Canada) +0.92544 cspg_html_9683836416 cspg_html_9683836416:301:48790:48797 Bearpaw Lacombe, Alberta +0.890909 aapg_ae_415.html aapg_ae_415.html:834:102953:102962 Catahoula Mississippi River +0.241032 aapg_ae_984.html aapg_ae_984.html:28:3766:3784 Carlsbad Salado, Texas +0.258 cspg_html_3102530088 cspg_html_3102530088:312:37239:37247 Lea Park Lacombe, Alberta +0.479655 geology_html_1762704695 geology_html_1762704695:14:785:793 Colorado Denver +0.408204 gsa_html_4339524478 gsa_html_4339524478:1064:98088:98098 Washington Boise, Idaho +0.267786 aapg_ac_841.html aapg_ac_841.html:251:32566:32571 Coban Guatemala +0.246909 aapg_ad_760.html aapg_ad_760.html:49:7072:7089 Topanga Santa Clara, California +0.503 gsa_html_1154444143 gsa_html_1154444143:1149:87106:87134 Green River Colorado +0.504612 cspg_html_9343899465 cspg_html_9343899465:1844:154123:154154 Beverley Inlet Banks Island +0.275098 cspg_html_4796942391 cspg_html_4796942391:487:52779:52808 Dunvegan Canada +0.48514 gsa_html_1210544754 gsa_html_1210544754:570:52724:52730 Oregon California +0.53694 aapg_ah_823.html aapg_ah_823.html:62:6598:6606 Columbia Lacombe, Alberta +0.2595 aapg_af_575.html aapg_af_575.html:835:118269:118286 Lenapah Des Moines, Washington +0.478742 cspg_html_4343998218 cspg_html_4343998218:124:13207:13232 Franklin Strait Middle Ordovician +0.254248 sedimentology_html_4287650745 sedimentology_html_4287650745:1192:111894:111899 Swift Logan, Utah +0.485648 geology_html_8433649233 geology_html_8433649233:11:558:566 Victoria Victoria, British Columbia +0.492701 aapg_ah_411.html aapg_ah_411.html:119:14741:14760 Mesaverde Judith River Formation +0.252945 geology_html_8596179481 geology_html_8596179481:195:17036:17055 El Modeno Volcanics Glendora, California +0.707004 cspg_html_8464109528 cspg_html_8464109528:171:19958:19968 Besa River Dunedin, Florida +0.577028 aapg_ah_779.html aapg_ah_779.html:579:107605:107614 Olentangy Ohio +0.253916 aapg_af_4.html aapg_af_4.html:110:11386:11399 Santa Barbara California +0.494875 cspg_html_2170645676 cspg_html_2170645676:511:64992:64998 Bakken Lacombe, Alberta +0.475629 cspg_html_2803424832 cspg_html_2803424832:55:7751:7772 Trold Fiord Melville Island (Canada) +0.384506 jgeology_html_2964058232 jgeology_html_2964058232:998:67184:67203 Chicotte Anticosti Island +0.462574 aapg_ai_732.html aapg_ai_732.html:24:3386:3393 Calvert Illinois +0.488131 aapg_ai_49.html aapg_ai_49.html:303:38182:38189 Entrada Arizona +0.263169 gsa_html_8833777630 gsa_html_8833777630:562:66263:66271 Toroweap Grand Canyon +0.266192 aapg_ac_867.html aapg_ac_867.html:712:96033:96061 Minnekahta Powder River (Montana) +0.254388 cspg_html_9551573979 cspg_html_9551573979:504:49995:50011 Viking Lacombe, Alberta +0.254904 aapg_ah_370.html aapg_ah_370.html:698:55399:55411 Saginaw Michigan +0.504172 gsa_html_1105200950 gsa_html_1105200950:441:39433:39469 Beaufort North Carolina +0.255009 aapg_ae_415.html aapg_ae_415.html:472:62713:62720 Edwards Hinds County, Mississippi +0.248 geology_html_2685302093 geology_html_2685302093:174:15968:15981 San Sebastian Andes +0.544544 aapg_ah_411.html aapg_ah_411.html:188:22139:22158 Fox Hills Lacombe, Alberta +0.247475 aapg_ad_749.html aapg_ad_749.html:42:3708:3716 Carlsbad Carlsbad, New Mexico +0.49452 palaios_html_1262064602 palaios_html_1262064602:799:83897:83910 Chinle New Mexico +0.25441 cspg_html_8535889489 cspg_html_8535889489:280:46245:46260 Savik Middle East +0.466941 cspg_html_1984085623 cspg_html_1984085623:13:1313:1328 Colorado Lacombe, Alberta +0.544163 aapg_ac_63.html aapg_ac_63.html:222:21708:21717 Smackover Shreveport, Louisiana +0.491825 aapg_ak_72.html aapg_ak_72.html:65:7205:7219 Salina Towanda, Illinois +0.25792 aapg_aa_888.html aapg_aa_888.html:313:38277:38289 Salina Michigan +0.49234 aapg_aa_74.html aapg_aa_74.html:100:8509:8521 Beaver Creek Glasgow +0.470074 AMJC_html_4692260170 AMJC_html_4692260170:574:58269:58290 Spider Lake Portland, Maine +0.46359 cspg_html_7938374662 cspg_html_7938374662:159:17882:17893 Peace River Lacombe, Alberta +0.253005 gsa_html_4108353219 gsa_html_4108353219:653:50141:50155 Troy Arizona +0.243033 AMJC_html_6430804426 AMJC_html_6430804426:266:23143:23153 Las Ovejas San Diego +0.48464 aapg_af_150.html aapg_af_150.html:64:6375:6405 Haynesville Haynesville, Louisiana +0.46116 aapg_aa_960.html aapg_aa_960.html:238:19509:19517 Fountain Entrada Sandstone +0.479912 cspg_html_3328007773 cspg_html_3328007773:874:92911:92919 Columbia Lacombe, Alberta +0.483406 cspg_html_4392308496 cspg_html_4392308496:97:16620:16631 Mabou New Brunswick, New Jersey +0.455382 cspg_html_4666332434 cspg_html_4666332434:490:72883:72899 Oldman Lacombe, Alberta +0.2562 gsa_html_7102550258 gsa_html_7102550258:687:80330:80355 Mount Wrightson Colorado Plateau +0.261476 aapg_ad_329.html aapg_ad_329.html:135:18833:18843 Mahantango Genesee County, Michigan +0.290496 gsa_html_4042740422 gsa_html_4042740422:986:80970:80998 Green River Colorado +0.263376 cspg_html_8438548095 cspg_html_8438548095:292:27634:27652 Edmonton Lacombe, Alberta +0.48768 gsa_html_9310053579 gsa_html_9310053579:12:493:503 Washington Earth +0.50774 cspg_html_1893593837 cspg_html_1893593837:70:5321:5346 Severn River River Severn +0.4848 aapg_ai_364.html aapg_ai_364.html:776:65266:65271 Atoka Talihina, Oklahoma +0.695572 aapg_ae_535.html aapg_ae_535.html:96:12307:12336 Narrow Cape Kodiak Island +0.488889 aapg_ai_941.html aapg_ai_941.html:186:26194:26198 Hall London, Ontario +0.255936 AMJC_html_5390933660 AMJC_html_5390933660:143:13676:13696 Littleton New Hampshire +0.47311 cspg_html_5376629375 cspg_html_5376629375:575:56756:56764 Kootenay Calgary +0.248346 jgeology_html_6388378441 jgeology_html_6388378441:95:5219:5234 Berino New Mexico +0.50304 geology_html_2878109339 geology_html_2878109339:239:19821:19826 Price Earth +0.255867 aapg_ac_63.html aapg_ac_63.html:45:5744:5764 Smackover Haynesville, Louisiana +0.490356 cspg_html_5376629375 cspg_html_5376629375:23:3797:3832 Nolichucky Great Basin +0.512592 aapg_ad_945.html aapg_ad_945.html:304:32425:32433 Columbia Lacombe, Alberta +0.252004 gsa_html_8010927234 gsa_html_8010927234:340:27685:27703 Rangeley Greenvale, New York +0.253456 aapg_ac_927.html aapg_ac_927.html:459:61662:61681 Oak Hill Bennington, Vermont +0.253895 aapg_ad_306.html aapg_ad_306.html:332:40894:40904 San Marcos San Pedro Sula +0.486837 cspg_html_3479659543 cspg_html_3479659543:539:51156:51163 Halifax Canada +0.24453 jgeology_html_7023488312 jgeology_html_7023488312:624:44401:44407 Sierra San Juan, Argentina +0.470374 sedimentology_html_5967888054 sedimentology_html_5967888054:369:14499:14503 Bell London, Ontario +0.48399 aapg_aa_43.html aapg_aa_43.html:479:52479:52487 Michigan Mexico +0.263144 aapg_ai_105.html aapg_ai_105.html:203:23491:23506 Ophir Middle East +0.259032 cspg_html_9843429624 cspg_html_9843429624:872:110703:110711 Columbia Victoria, British Columbia +0.26985 cspg_html_5909649442 cspg_html_5909649442:29:2380:2398 Paskapoo Lacombe, Alberta +0.482587 aapg_ad_865.html aapg_ad_865.html:109:10780:10797 Wingate Chinle Formation +0.495945 gsa_html_8761040843 gsa_html_8761040843:70:5519:5547 Green River New Mexico +0.252504 aapg_ad_140.html aapg_ad_140.html:13:1334:1339 Atoka North Little Rock, Arkansas +0.242048 gsa_html_2096186301 gsa_html_2096186301:502:47515:47520 Basal Glacier Bay National Park and Preserve +0.493189 aapg_ae_296.html aapg_ae_296.html:165:17533:17543 San Andres San Angelo, Texas +0.488188 gsa_html_9181545711 gsa_html_9181545711:640:63543:63558 Red Rock Red Rock Canyon National Conservation Area +0.252984 sedimentology_html_1158274941 sedimentology_html_1158274941:1522:98228:98233 Yukon Canada +0.257466 aapg_ad_466.html aapg_ad_466.html:437:52101:52108 Magothy Navesink River +0.259056 cspg_html_9142742810 cspg_html_9142742810:671:65103:65133 Elk Lacombe, Alberta +0.260538 aapg_ae_4.html aapg_ae_4.html:46:6153:6162 Bear Lake Logan, Utah +0.236147 sedimentology_html_7267703281 sedimentology_html_7267703281:919:69583:69593 Rio Grande New Mexico +0.49626 cspg_html_9717154602 cspg_html_9717154602:890:77315:77333 Lea Park Lacombe, Alberta +0.522428 sedimentology_html_9247485319 sedimentology_html_9247485319:33:2152:2159 Waikato Canada +0.258566 cspg_html_6611173979 cspg_html_6611173979:70:9719:9740 Swan Hills Lacombe, Alberta +0.460152 geology_html_9872663807 geology_html_9872663807:245:20889:20895 Howard Montgomery (town), New York +0.659132 aapg_ah_973.html aapg_ah_973.html:177:15015:15031 Ripley Mississippi River +0.479457 cspg_html_9753247638 cspg_html_9753247638:405:44050:44072 Bluff Bridgetown, Nova Scotia +0.26572 aapg_ae_63.html aapg_ae_63.html:235:24315:24334 Adaville Western world +0.694317 palaios_html_1708031813 palaios_html_1708031813:635:51977:51994 Wasatch Cheyenne, Wyoming +0.4992 geology_html_7113954805 geology_html_7113954805:223:14537:14559 Mount Simon Illinois +0.2555 aapg_ae_204.html aapg_ae_204.html:190:16252:16274 Grand Rapids Clearwater, Florida +0.266231 gsa_html_7020634397 gsa_html_7020634397:100:9521:9526 Yukon Canada +0.27438 gsa_html_1860930948 gsa_html_1860930948:64:6165:6187 Shinarump Conglomerate Chinle Formation +0.26469 cspg_html_3008414459 cspg_html_3008414459:28:4472:4482 Milk River Lacombe, Alberta +0.264096 cspg_html_7117661916 cspg_html_7117661916:6:335:343 Columbia Victoria, British Columbia +0.251412 palaios_html_9359679595 palaios_html_9359679595:1136:79045:79063 Sunrise Reno, Nevada +0.26877 aapg_ai_29.html aapg_ai_29.html:657:83763:83770 Reynosa Oakville, California +0.487936 gsa_html_7032353511 gsa_html_7032353511:31:2790:2818 Green River Colorado +0.478629 sedimentology_html_9710882522 sedimentology_html_9710882522:433:30804:30808 Tyee Elkton, Kentucky +0.47634 cspg_html_3529479452 cspg_html_3529479452:17:2384:2393 Lodgepole Williston Basin +0.257514 geology_html_3911481921 geology_html_3911481921:44:5932:5940 Stirling Death Valley +0.256542 cspg_html_4072152826 cspg_html_4072152826:637:78609:78615 Smiths Canada +0.480293 cspg_html_5807593737 cspg_html_5807593737:18:3115:3122 Duperow Williston, Vermont +0.247296 aapg_ai_107.html aapg_ai_107.html:382:36745:36762 Bossier Bossier Parish, Louisiana +0.256 cspg_html_7176835767 cspg_html_7176835767:75:9107:9129 Martin Sault Ste. Marie, Ontario +0.49131 gsa_html_3826887876 gsa_html_3826887876:665:64893:64903 Washington Salem, Oregon +0.255188 aapg_ae_380.html aapg_ae_380.html:261:22762:22768 Weches Charlotte, North Carolina +0.26418 geology_html_8953766677 geology_html_8953766677:171:18157:18165 Palliser Lacombe, Alberta +0.488516 aapg_ae_474.html aapg_ae_474.html:864:87987:88003 Bethel Bethel, Alaska +0.470659 gsa_html_2220556952 gsa_html_2220556952:220:26216:26235 Pansy Lee Conglomerate Hunting Creek +0.50784 aapg_ah_528.html aapg_ah_528.html:512:54404:54412 Moenkopi Chinle Formation +0.254944 cspg_html_4924970281 cspg_html_4924970281:48:7223:7243 Clearwater CFB Cold Lake +0.269312 aapg_ad_0.html aapg_ad_0.html:105:10994:11021 Prairie Trempealeau, Wisconsin +0.264052 cspg_html_3023030263 cspg_html_3023030263:576:60502:60514 Saskatchewan Colorado +0.269608 aapg_af_663.html aapg_af_663.html:542:53867:53875 Altamont Pleasanton, Texas +0.259056 geology_html_8562215493 geology_html_8562215493:20:1299:1314 Hampden South Georgia and the South Sandwich Islands +0.48101 aapg_af_148.html aapg_af_148.html:3:278:306 Green River Colorado +0.270578 gsa_html_5687289300 gsa_html_5687289300:242:24111:24120 Peninsula Antarctic Peninsula +0.26673 aapg_ac_424.html aapg_ac_424.html:116:18213:18226 Jackson Karnes City, Texas +0.26924 geology_html_2094488742 geology_html_2094488742:109:11121:11126 Tyson California +0.266231 cspg_html_3860685167 cspg_html_3860685167:704:70159:70174 Banff Moose Mountain (Alberta) +0.25908 gsa_html_8820488310 gsa_html_8820488310:896:80366:80371 Price Priest River, Idaho +0.511245 aapg_ah_486.html aapg_ah_486.html:135:14003:14023 Pottsville Kentucky +0.25806 aapg_ai_151.html aapg_ai_151.html:55:4853:4870 Tellico Middle Ordovician +0.253206 aapg_ai_575.html aapg_ai_575.html:33:4668:4686 Sundance Logan, Utah +0.485434 aapg_aa_46.html aapg_aa_46.html:24:3131:3154 Honaker Hermosa, Chicago +0.244818 AMJC_html_4692260170 AMJC_html_4692260170:131:14068:14083 Fitch Littleton, Colorado +0.250458 sedimentology_html_2258839384 sedimentology_html_2258839384:496:44268:44273 Mt Lytton Mexico +0.276576 cspg_html_6566356550 cspg_html_6566356550:33:5740:5760 Fantasque Canada +0.434232 cspg_html_8369994160 cspg_html_8369994160:28:2555:2592 Turner Valley Elkton, Kentucky +0.25186 geology_html_1292647327 geology_html_1292647327:259:23931:23945 Frio Texas +0.490546 cspg_html_4799463481 cspg_html_4799463481:159:17778:17786 Montreal Calgary +0.2499 sedimentology_html_3455721661 sedimentology_html_3455721661:499:40944:40962 Todilto Entrada Sandstone +0.42381 aapg_aa_399.html aapg_aa_399.html:432:36197:36211 St. Mary River Fort Union Trading Post National Historic Site +0.250985 aapg_ad_77.html aapg_ad_77.html:8:1335:1351 Alazan Mexico +0.87264 aapg_ad_169.html aapg_ad_169.html:334:39609:39624 Bluefield Huntington, West Virginia +0.266135 aapg_aa_37.html aapg_aa_37.html:64:8432:8460 Bailey Pioche, Nevada +0.473697 cspg_html_8920292895 cspg_html_8920292895:253:32067:32082 Leduc Canada +0.434875 aapg_ae_6.html aapg_ae_6.html:633:69034:69039 Sligo County Sligo +0.25529 aapg_af_342.html aapg_af_342.html:35:5305:5318 Crystal River Ocala, Florida +0.484524 geology_html_1469085342 geology_html_1469085342:47:5962:5993 Minturn Colorado +0.266252 aapg_ad_738.html aapg_ad_738.html:516:24516:24528 Nation River Anchorage, Alaska +0.488368 aapg_aa_644.html aapg_aa_644.html:101:11966:11978 Red Mountain Boise, Idaho +0.259875 cspg_html_2161417858 cspg_html_2161417858:63:8580:8596 Exshaw Western world +0.268099 aapg_ac_559.html aapg_ac_559.html:624:86083:86088 Steel Svalbard and Jan Mayen +0.245024 aapg_ac_838.html aapg_ac_838.html:97:10502:10526 Mt Lytton County Line, Alabama +0.260554 jgeology_html_1463337655 jgeology_html_1463337655:665:58058:58068 Washington Salem, Oregon +0.48672 aapg_ai_564.html aapg_ai_564.html:52:5750:5768 Kushtaka Stillwater, Oklahoma +0.49344 sedimentology_html_1046729113 sedimentology_html_1046729113:2341:174377:174395 Frontier Cheyenne, Wyoming +0.46971 aapg_ad_3.html aapg_ad_3.html:78:7075:7091 Nolichucky Virginia +0.495704 aapg_af_131.html aapg_af_131.html:184:17237:17245 Carlsbad New Mexico +0.474797 aapg_aa_787.html aapg_aa_787.html:134:13828:13839 Road Canyon Texas +0.266255 aapg_ah_505.html aapg_ah_505.html:1740:142782:142790 Loveland Colorado +0.247779 aapg_aa_48.html aapg_aa_48.html:14:1645:1657 Tongue River Cheyenne, Wyoming +0.445715 sedimentology_html_1463603507 sedimentology_html_1463603507:41:3771:3796 Barstow California +0.268752 aapg_ai_524.html aapg_ai_524.html:4:473:479 Navajo New Mexico +0.258542 aapg_ai_974.html aapg_ai_974.html:24:3867:3877 Washington Salem, Oregon +0.26265 aapg_af_751.html aapg_af_751.html:364:48641:48660 Sespe San Gabriel Mountains +0.406049 cspg_html_3804945581 cspg_html_3804945581:6:492:511 Scollard Woodlake, Texas +0.242015 cspg_html_4326384800 cspg_html_4326384800:2023:249400:249433 Grosmont Lacombe, Alberta +0.47376 aapg_ai_153.html aapg_ai_153.html:98:17152:17161 Conemaugh Monongahela, Pennsylvania +0.271962 sedimentology_html_3490195740 sedimentology_html_3490195740:38:3182:3197 Red River Canada +0.249984 sedimentology_html_3592910316 sedimentology_html_3592910316:79:9026:9036 Missisauga Logan, Utah +0.497373 jgeology_html_3552414984 jgeology_html_3552414984:685:40377:40397 Fort Union Williston Basin +0.48195 aapg_ai_491.html aapg_ai_491.html:170:19828:19843 Pinkerton Trail Durango, Durango +0.490116 geology_html_9657346439 geology_html_9657346439:11:526:535 Rochester Rochester, Kent +0.507 cspg_html_2077592514 cspg_html_2077592514:170:24915:24932 Prairie Regina, Saskatchewan +0.474525 AMJC_html_8866429777 AMJC_html_8866429777:271:36739:36758 Hartselle Hartselle, Alabama +0.48144 gsa_html_5341325188 gsa_html_5341325188:32:3229:3235 Denver Colorado +0.25857 aapg_ac_397.html aapg_ac_397.html:30:2604:2623 Arkansas Novaculite Marshall County, Kentucky +0.278254 aapg_ad_2.html aapg_ad_2.html:849:120395:120408 Conococheague Trempealeau, Wisconsin +0.504912 aapg_ae_98.html aapg_ae_98.html:4:425:431 Dakota Colorado +0.43761 aapg_ad_880.html aapg_ad_880.html:644:62239:62243 Wendover Cheyenne, Wyoming +0.7155 aapg_ai_594.html aapg_ai_594.html:9:1520:1529 Maquoketa Iowa +0.490716 cspg_html_3328007773 cspg_html_3328007773:941:97473:97502 Dunvegan Canada +0.489712 gsa_html_1465687448 gsa_html_1465687448:608:71891:71909 Provo Switzerland +0.458136 aapg_ae_871.html aapg_ae_871.html:133:21044:21063 Okpikruak Anchorage, Alaska +0.472104 jgeology_html_4115179562 jgeology_html_4115179562:386:28839:28882 Hardyston Pennsylvania +0.256452 cspg_html_8568877195 cspg_html_8568877195:518:71533:71544 Belly River Arctic Cordillera +0.485888 aapg_ac_918.html aapg_ac_918.html:91:12146:12161 Jagua Hatten, Bas-Rhin +0.372416 aapg_ae_539.html aapg_ae_539.html:262:34724:34739 Swift Cheyenne, Wyoming +0.27196 aapg_ac_521.html aapg_ac_521.html:290:31158:31165 Oceanic East China Sea +0.235158 aapg_ae_354.html aapg_ae_354.html:231:23095:23104 Mesaverde Niobrara, Nebraska +0.26368 aapg_ai_595.html aapg_ai_595.html:95:7056:7075 Woodbine Buda, Texas +0.24985 aapg_af_937.html aapg_af_937.html:49:7086:7096 Pittsburgh Pittsburgh +0.458193 aapg_aa_261.html aapg_aa_261.html:255:30631:30657 Rundle Lacombe, Alberta +0.699864 aapg_ad_758.html aapg_ad_758.html:441:55487:55496 Allegheny Pennsylvania +0.251122 cspg_html_3589404052 cspg_html_3589404052:587:64038:64066 Belloy Henderson, Nevada +0.260721 aapg_ah_978.html aapg_ah_978.html:173:19122:19138 Tulare Tulare, California +0.2601 sedimentology_html_6965253568 sedimentology_html_6965253568:1339:68415:68421 Jordan Andes +0.255021 cspg_html_1230998910 cspg_html_1230998910:10:991:1003 Saskatchewan Lacombe, Alberta +0.25844 aapg_ah_762.html aapg_ah_762.html:52:5907:5914 Pekisko Middle East +0.4977 aapg_aa_712.html aapg_aa_712.html:43:8225:8243 Glenwood Hennepin, Illinois +0.239104 aapg_ah_344.html aapg_ah_344.html:273:30671:30690 Eutaw Tuscaloosa, Alabama +0.25938 aapg_aa_245.html aapg_aa_245.html:37:4533:4555 Prairie Middle Ordovician +0.47421 aapg_ah_253.html aapg_ah_253.html:429:52089:52095 Denver Colorado +0.259248 cspg_html_7989435905 cspg_html_7989435905:163:17960:17967 Cardium Lacombe, Alberta +0.254514 aapg_ac_835.html aapg_ac_835.html:1064:154559:154585 Tensleep Worland, Wyoming +0.704236 aapg_ac_569.html aapg_ac_569.html:24:3157:3169 Devon Island Ellesmere Island +0.25441 gsa_html_3010975239 gsa_html_3010975239:272:36702:36710 Michigan Saginaw, Michigan +0.208143 aapg_ae_472.html aapg_ae_472.html:320:39021:39040 Lizard Springs Trinidad and Tobago +0.46636 aapg_aa_797.html aapg_aa_797.html:448:56282:56298 Cutler Colorado +0.27196 aapg_ae_345.html aapg_ae_345.html:366:25878:25883 Eutaw Tuscaloosa, Alabama +0.24638 cspg_html_4010530611 cspg_html_4010530611:76:11045:11061 Shunda Lacombe, Alberta +0.533696 aapg_ai_54.html aapg_ai_54.html:157:18231:18241 Tuscaloosa Tuscaloosa, Alabama +0.401688 aapg_ai_159.html aapg_ai_159.html:145:16200:16205 Gatun Spain +0.48297 aapg_ae_69.html aapg_ae_69.html:54:6168:6188 Uinta Uinta Mountains +0.261786 aapg_ad_870.html aapg_ad_870.html:343:40769:40781 Salina Ohio +0.241066 geology_html_8195427400 geology_html_8195427400:234:20402:20411 Rochester Rochester, Kent +0.478936 aapg_ah_329.html aapg_ah_329.html:80:8389:8397 Monterey Monterey, California +0.47094 AMJC_html_7278640698 AMJC_html_7278640698:585:77188:77196 Columbia Fulton, Missouri +0.261612 cspg_html_3804945581 cspg_html_3804945581:5:303:322 Scollard Lacombe, Alberta +0.272403 sedimentology_html_3694687055 sedimentology_html_3694687055:1699:75985:75995 Swan River Regina, Saskatchewan +0.251904 aapg_ah_49.html aapg_ah_49.html:148:17336:17343 Castaic San Gabriel Valley +0.474948 aapg_ad_191.html aapg_ad_191.html:39:4661:4678 Cypress Illinois +0.456743 aapg_ad_683.html aapg_ad_683.html:830:80136:80142 Hermit Kaibab, Arizona +0.468843 aapg_ah_647.html aapg_ah_647.html:148:14574:14581 El Paso El Paso, Texas +0.492184 gsa_html_2053196175 gsa_html_2053196175:32:2828:2856 Green River Iran +0.26394 aapg_ai_81.html aapg_ai_81.html:324:27280:27296 Catskill Chestnut Ridge, New York +0.256536 cspg_html_3008414459 cspg_html_3008414459:23:3420:3436 Eagle Milk River, Alberta +0.474 palaios_html_2707987360 palaios_html_2707987360:539:50131:50135 Hall London, Ontario +0.453303 aapg_ae_885.html aapg_ae_885.html:440:38237:38256 Bidahochi New Mexico +0.24288 aapg_ai_975.html aapg_ai_975.html:842:68226:68246 Georgetown San Marcos, California +0.474549 AMJC_html_6107665103 AMJC_html_6107665103:940:66083:66098 Catalina Schist California +0.489765 aapg_ae_308.html aapg_ae_308.html:17:2047:2067 Kinderhook Chattanooga, Tennessee +0.485077 geology_html_4304054973 geology_html_4304054973:171:13627:13646 Virginia Virginia +0.25792 cspg_html_8525917094 cspg_html_8525917094:231:29744:29751 Rierdon Regina, Saskatchewan +0.258039 aapg_aa_24.html aapg_aa_24.html:149:13191:13202 Yukon Cairns, Queensland +0.70944 aapg_af_433.html aapg_af_433.html:136:16941:16951 Tuscaloosa Shreveport, Louisiana +0.264741 aapg_ad_871.html aapg_ad_871.html:27:3077:3091 Traverse Lake Huron +0.267786 cspg_html_1281670295 cspg_html_1281670295:422:45130:45136 Moscow Russia +0.261212 aapg_ai_105.html aapg_ai_105.html:519:62502:62522 Manning Canyon Provo River +0.479318 aapg_ac_364.html aapg_ac_364.html:422:42199:42207 Sundance Cheyenne, Wyoming +0.251904 sedimentology_html_5557101170 sedimentology_html_5557101170:722:46268:46280 Devon Island Canada +0.36663 cspg_html_2769629211 cspg_html_2769629211:574:64748:64767 Hay River Hay River (Canada) +0.252044 aapg_aa_86.html aapg_aa_86.html:19:1923:1930 Rodessa Paluxy, Texas +0.27693 aapg_ad_338.html aapg_ad_338.html:225:24194:24211 Magothy Raritan River +0.252164 cspg_html_8891363498 cspg_html_8891363498:526:44070:44082 Devon Island Canada +0.253991 cspg_html_9354781888 cspg_html_9354781888:242:29633:29640 Halfway Lacombe, Alberta +0.289772 aapg_ae_884.html aapg_ae_884.html:312:41359:41378 Frontier Cheyenne, Wyoming +0.265029 aapg_ad_250.html aapg_ad_250.html:113:10654:10659 Salem Clayton County, Georgia +0.452094 aapg_ae_305.html aapg_ae_305.html:1073:92407:92412 Colon Sweden +0.25029 aapg_aa_684.html aapg_aa_684.html:362:34760:34780 Popo Agie Cheyenne, Wyoming +0.258416 gsa_html_3448554349 gsa_html_3448554349:550:56249:56257 Catskill Pocono Raceway +0.488748 cspg_html_9343899465 cspg_html_9343899465:866:79069:79079 Bird Fiord Ellesmere Island +0.46746 sedimentology_html_3826538092 sedimentology_html_3826538092:151:10241:10247 Forest Germany +0.252374 palaios_html_4782349341 palaios_html_4782349341:419:44473:44480 El Paso El Paso, Texas +0.258462 aapg_af_2.html aapg_af_2.html:788:69553:69561 Colorado Colorado +0.497202 gsa_html_2758185504 gsa_html_2758185504:19:875:895 Fort Union Fort Union Trading Post National Historic Site +0.532932 aapg_aa_913.html aapg_aa_913.html:367:29043:29048 Sligo Texas +0.24644 aapg_ah_387.html aapg_ah_387.html:20:3106:3115 Knoxville Knoxville, Illinois +0.500076 sedimentology_html_5613495298 sedimentology_html_5613495298:1286:68226:68250 Chinle Chinle Formation +0.262108 aapg_ai_49.html aapg_ai_49.html:177:20112:20121 Ingleside Colorado +0.26104 cspg_html_7216316403 cspg_html_7216316403:8:543:558 Skoki Mount Wilson Observatory +0.254989 gsa_html_1734656819 gsa_html_1734656819:13:648:654 Oregon Salem, Oregon +0.239904 gsa_html_6143207195 gsa_html_6143207195:20:657:663 Denver Colorado +0.47672 cspg_html_4937997995 cspg_html_4937997995:98:10926:10942 Bad Cache Rapids Churchill River (Atlantic) +0.455962 sedimentology_html_9227563678 sedimentology_html_9227563678:951:66886:66892 Brazil South Africa +0.48925 gsa_html_1650524399 gsa_html_1650524399:537:58179:58189 Rio Grande Powder River (Montana) +0.963036 aapg_aa_96.html aapg_aa_96.html:133:12669:12676 Paradox New Mexico +0.23814 cspg_html_9343899465 cspg_html_9343899465:1673:137091:137106 Melville Island Bathurst Island (Northern Territory) +0.25443 cspg_html_4794669487 cspg_html_4794669487:597:52809:52827 Tantalus Indian River (Florida) +0.256536 cspg_html_5973552270 cspg_html_5973552270:19:2361:2386 Beaverhill Edmonton, London +0.264052 cspg_html_1312400675 cspg_html_1312400675:206:24485:24503 Paskapoo Edmonton, London +0.484785 cspg_html_3618628685 cspg_html_3618628685:142:19584:19601 Pakowki Deadhorse, Alaska +0.26877 aapg_ad_379.html aapg_ad_379.html:63:6103:6113 Pottsville Chester, Pennsylvania +0.478028 aapg_aa_369.html aapg_aa_369.html:80:8270:8276 Pawnee Okmulgee, Oklahoma +0.474096 aapg_ai_581.html aapg_ai_581.html:124:12605:12619 Colorado Colorado +0.488889 gsa_html_9207276905 gsa_html_9207276905:445:40502:40510 Columbia Lacombe, Alberta +0.489402 gsa_html_3985921234 gsa_html_3985921234:817:64808:64836 Green River New Mexico +0.24794 aapg_ah_645.html aapg_ah_645.html:304:37400:37416 Navajo Cheyenne, Wyoming +0.259 aapg_ac_484.html aapg_ac_484.html:708:93325:93340 Tejon California +0.25602 cspg_html_3831007171 cspg_html_3831007171:22:2542:2550 Edmonton Central Alberta +0.23328 aapg_ah_847.html aapg_ah_847.html:385:47343:47359 Tinton New Egypt, New Jersey +0.444138 aapg_ah_534.html aapg_ah_534.html:245:20530:20543 Trimmers Rock Delaware River +0.482023 aapg_ac_302.html aapg_ac_302.html:247:29222:29241 Valentine Great Basin +0.477904 aapg_ai_80.html aapg_ai_80.html:408:42211:42219 Richmond Kentucky +0.249001 cspg_html_3854139935 cspg_html_3854139935:180:24254:24258 Wendover Missouri River +0.504252 cspg_html_1274054064 cspg_html_1274054064:768:85864:85872 Beaumont Lacombe, Alberta +0.239 aapg_ah_292.html aapg_ah_292.html:275:44142:44148 Denver Colorado +0.494088 aapg_ad_205.html aapg_ad_205.html:356:43712:43731 Arkansas Novaculite Gulf of California +0.48323 aapg_ae_370.html aapg_ae_370.html:509:48400:48425 Pittsburg Bluff Durham, North Carolina +0.494758 aapg_ai_17.html aapg_ai_17.html:1227:83311:83330 Catahoula Chattahoochee County, Georgia +0.260721 cspg_html_1019614994 cspg_html_1019614994:195:30341:30346 Banff Lacombe, Alberta +0.4947 aapg_ah_114.html aapg_ah_114.html:48:5429:5437 Virginia Pennsylvania +0.508923 aapg_ah_253.html aapg_ah_253.html:413:49337:49357 San Andres New Mexico +0.261117 cspg_html_9435196958 cspg_html_9435196958:48:2395:2413 Edmonton Lacombe, Alberta +0.383904 cspg_html_7093237629 cspg_html_7093237629:578:68368:68382 Wabamun Southeast Asia +0.229788 geology_html_8238612320 geology_html_8238612320:373:29251:29257 Kodiak Anchorage, Alaska +0.492499 aapg_ad_691.html aapg_ad_691.html:77:8852:8862 Duck Creek Williamson County, Texas +0.507064 geology_html_1598246130 geology_html_1598246130:254:21869:21876 Calvert Seattle +0.273528 palaios_html_6528985782 palaios_html_6528985782:650:75748:75762 Beaufort South Africa +0.496228 aapg_ak_97.html aapg_ak_97.html:3:181:212 Red Mountain Alabama +0.242028 cspg_html_7769215019 cspg_html_7769215019:113:10465:10484 Athabasca Houston +0.249458 jgeology_html_4232779030 jgeology_html_4232779030:658:37934:37942 Colorado Mesa County, Colorado +0.468384 aapg_ae_794.html aapg_ae_794.html:210:26171:26180 Owl Creek Coon Creek Formation +0.490028 gsa_html_9135546132 gsa_html_9135546132:1044:98162:98190 Green River Iran +0.250458 aapg_ac_222.html aapg_ac_222.html:197:27833:27850 Hermosa Middle East +0.482384 cspg_html_7985076717 cspg_html_7985076717:105:12498:12506 Read Bay Banks Island +0.49035 aapg_aa_95.html aapg_aa_95.html:30:3033:3038 Logan Nebraska +0.263169 cspg_html_6255491344 cspg_html_6255491344:9:1313:1326 Mist Mountain Lacombe, Alberta +0.491493 AMJC_html_3664856625 AMJC_html_3664856625:102:14444:14463 Tongue River Williston Basin +0.220922 cspg_html_8387792223 cspg_html_8387792223:424:46256:46280 Stony Mountain Manitoba +0.521904 gsa_html_6714329545 gsa_html_6714329545:59:3749:3777 Green River Colorado +0.25602 gsa_html_1024107776 gsa_html_1024107776:940:96202:96212 Maringouin New Brunswick, New Jersey +0.265161 aapg_af_664.html aapg_af_664.html:655:72073:72083 San Andres Nashville Basin +0.233168 aapg_aa_172.html aapg_aa_172.html:689:74457:74462 Weeks Bridgetown, Nova Scotia +0.270375 aapg_ac_198.html aapg_ac_198.html:51:6246:6258 Austin Chalk Arcadia, California +0.5088 cspg_html_6383234409 cspg_html_6383234409:37:4378:4398 Bird Fiord Devon Island +0.484785 aapg_ae_875.html aapg_ae_875.html:113:15528:15538 Cariblanco San Juan, Argentina +0.240084 cspg_html_5381643866 cspg_html_5381643866:199:24832:24839 Gething Bickford +0.255915 cspg_html_3665101783 cspg_html_3665101783:19:2130:2151 Fossil Hill Manitoulin Island +0.267786 gsa_html_7820028180 gsa_html_7820028180:1353:108447:108475 Green River New Mexico +0.26136 aapg_ai_897.html aapg_ai_897.html:100:10984:10991 Kanawha Logan, Utah +0.279825 aapg_aa_662.html aapg_aa_662.html:8:978:1015 Beekmantown Columbiana County, Ohio +0.375516 cspg_html_6839937815 cspg_html_6839937815:18:2297:2315 Moenkopi Arizona +0.509467 gsa_html_3423427338 gsa_html_3423427338:679:56243:56271 Green River Colorado +0.468884 sedimentology_html_1737344436 sedimentology_html_1737344436:794:63856:63861 Crete Spain +0.487936 aapg_ai_349.html aapg_ai_349.html:97:12191:12202 Tulip Creek Western world +0.247504 aapg_af_130.html aapg_af_130.html:486:58157:58165 Colorado Wellsville (village), New York +0.26563 cspg_html_1256612432 cspg_html_1256612432:15:708:721 Turner Valley Calgary +0.699094 sedimentology_html_5673709888 sedimentology_html_5673709888:1228:56840:56850 Keokuk Harris County, Texas +0.272964 gsa_html_3816882354 gsa_html_3816882354:903:77959:77979 Dezadeash Anchorage, Alaska +0.260075 gsa_html_7040053075 gsa_html_7040053075:1293:132747:132762 Sespe California +0.698148 jgeology_html_2872695575 jgeology_html_2872695575:205:12448:12457 New River Huntington, West Virginia +0.478608 gsa_html_6980451554 gsa_html_6980451554:750:74757:74789 Moenave Logan, Utah +0.2535 aapg_ai_15.html aapg_ai_15.html:3:241:283 Washington Shreveport, Louisiana +0.363166 gsa_html_9310053579 gsa_html_9310053579:721:63054:63073 Chumstick Washington (state) +0.267804 cspg_html_3740794265 cspg_html_3740794265:123:15507:15524 Gething Lacombe, Alberta +0.240975 aapg_aa_306.html aapg_aa_306.html:95:10537:10555 Crescent Discovery Bay, California +0.486244 gsa_html_1254347878 gsa_html_1254347878:964:93628:93637 Beartooth Santa Catarina (state) +0.4826 cspg_html_4886960396 cspg_html_4886960396:8:639:654 Hay River Lacombe, Alberta +0.488188 gsa_html_2877730818 gsa_html_2877730818:1125:93716:93748 Stirling Cambridge, Massachusetts +0.266766 aapg_ah_506.html aapg_ah_506.html:59:5998:6007 Squaw Bay Michigan +0.474498 aapg_ai_28.html aapg_ai_28.html:113:9338:9357 Catahoula Rio Grande City, Texas +0.48297 aapg_af_52.html aapg_af_52.html:21:3318:3336 Rockdale Freestone County, Texas +0.244011 aapg_af_498.html aapg_af_498.html:479:51599:51604 Atoka West, Texas +0.25602 geology_html_6370848223 geology_html_6370848223:222:19489:19498 San Diego California +0.252784 aapg_aa_645.html aapg_aa_645.html:732:64437:64447 Deep Creek Lima, Ohio +0.475449 cspg_html_7115701337 cspg_html_7115701337:40:5928:5939 Shaftesbury Lacombe, Alberta +0.26571 aapg_ah_978.html aapg_ah_978.html:613:57759:57776 Temblor North Carolina +0.494 gsa_html_2832151886 gsa_html_2832151886:432:36987:37016 Belle Fourche Lacombe, Alberta +0.886366 aapg_ad_2.html aapg_ad_2.html:406:61606:61618 Potsdam Bennington, Vermont +0.504482 gsa_html_9401594457 gsa_html_9401594457:64:4997:5025 Green River Colorado +0.2727 aapg_ad_918.html aapg_ad_918.html:96:13168:13193 Telegraph Creek Niobrara, Nebraska +0.486072 geology_html_7782069611 geology_html_7782069611:13:949:955 Oregon Newport, Rhode Island +0.239 cspg_html_4666332434 cspg_html_4666332434:602:79342:79360 Foremost Lacombe, Alberta +0.247883 aapg_ae_155.html aapg_ae_155.html:29:4583:4591 Rio Lari California +0.479622 aapg_ah_763.html aapg_ah_763.html:181:19018:19034 Blaine Texas +0.451584 cspg_html_4326384800 cspg_html_4326384800:1143:169830:169838 Grosmont Western world +0.500316 aapg_ad_2.html aapg_ad_2.html:963:133481:133513 Beekmantown Bennington, Vermont +0.260865 gsa_html_7518144145 gsa_html_7518144145:505:41395:41400 Eagle Nenana River +0.490546 aapg_af_381.html aapg_af_381.html:51:7125:7132 Topanga Thousand Oaks, California +0.485077 cspg_html_2546442054 cspg_html_2546442054:50:7348:7365 Bearpaw Lacombe, Alberta +0.286488 aapg_aa_861.html aapg_aa_861.html:89:12033:12052 Allen Bay Dolomites +0.275088 cspg_html_2161417858 cspg_html_2161417858:207:26953:26969 Exshaw Lacombe, Alberta +0.252486 cspg_html_9214997177 cspg_html_9214997177:254:25954:25960 Jordan Regina, Saskatchewan +0.262416 cspg_html_5352733716 cspg_html_5352733716:346:34324:34330 Thrifty London, Ontario +0.863158 cspg_html_9689514766 cspg_html_9689514766:810:101511:101525 Hull Ontario, California +0.52808 aapg_ah_780.html aapg_ah_780.html:46:8649:8657 Virginia Virginia +0.263662 aapg_ad_280.html aapg_ad_280.html:68:8947:8968 Haynesville Western world +0.242 cspg_html_3521815736 cspg_html_3521815736:35:6211:6219 Columbia Victoria, British Columbia +0.269352 gsa_html_1997423355 gsa_html_1997423355:147:17783:17790 Spokane Grand Coulee +0.266662 aapg_ai_94.html aapg_ai_94.html:122:17931:17937 Sierra Jura Mountains +0.25704 gsa_html_1502079979 gsa_html_1502079979:873:70091:70101 Washington Olympic National Park +0.259318 cspg_html_6383234409 cspg_html_6383234409:659:66267:66284 Prince Alfred Bay Devon Island +0.243747 sedimentology_html_1493369867 sedimentology_html_1493369867:987:94570:94587 White River Chadron, Nebraska +0.242554 aapg_ai_278.html aapg_ai_278.html:905:106921:106930 Sunniland Melbourne, Florida +0.481844 aapg_aa_960.html aapg_aa_960.html:487:37446:37463 Entrada Carmel, Indiana +0.253009 aapg_af_579.html aapg_af_579.html:238:26738:26746 Colorado New Mexico +0.257049 aapg_aa_316.html aapg_aa_316.html:677:77989:77995 Provo Mid-Atlantic Ridge +0.251979 gsa_html_7657889405 gsa_html_7657889405:1157:92048:92058 Santa Cruz Buenos Aires Province +0.26826 cspg_html_3479659543 cspg_html_3479659543:349:38065:38085 Missisauga Bridgetown, Nova Scotia +0.492618 gsa_html_7910179445 gsa_html_7910179445:56:4403:4431 Green River Iran +0.25758 aapg_af_540.html aapg_af_540.html:339:45698:45706 Niobrara Niobrara, Nebraska +0.247044 gsa_html_5293445820 gsa_html_5293445820:1020:105694:105699 Yukon Anchorage, Alaska +0.496944 geology_html_2624273806 geology_html_2624273806:86:7138:7158 Hampshire Chemung, New York +0.481712 gsa_html_4108535696 gsa_html_4108535696:19:732:740 Victoria Victoria, British Columbia +0.48464 geology_html_6254924018 geology_html_6254924018:36:3088:3117 Wasatch Powder River Basin +0.24432 aapg_ah_158.html aapg_ah_158.html:33:6420:6426 Galena Richmond, California +0.485434 sedimentology_html_5673709888 sedimentology_html_5673709888:2254:126408:126421 Edwards Texas +0.49337 palaios_html_6455472411 palaios_html_6455472411:652:67683:67714 Kope Netherlands +0.912 cspg_html_5456368738 cspg_html_5456368738:398:38192:38212 Dawson Bay Regina, Saskatchewan +0.455534 aapg_ai_477.html aapg_ai_477.html:446:45470:45482 Grand Rapids Lacombe, Alberta +0.243162 cspg_html_7229660003 cspg_html_7229660003:88:7145:7157 Saskatchewan Williston, Vermont +0.493799 aapg_ac_983.html aapg_ac_983.html:296:47931:47947 Hertha Pleasanton, Texas +0.25194 sedimentology_html_2136183401 sedimentology_html_2136183401:397:30382:30386 Hall London, Ontario +0.488131 cspg_html_7839431712 cspg_html_7839431712:119:14271:14288 Bearpaw Lacombe, Alberta +0.5061 aapg_ae_981.html aapg_ae_981.html:259:22708:22714 Laurel Missouri River +0.258064 gsa_html_7706462429 gsa_html_7706462429:216:17002:17013 Beauceville Middle Ordovician +0.470659 sedimentology_html_5392002144 sedimentology_html_5392002144:1250:75256:75269 Saline Valley California +0.506574 cspg_html_1993014403 cspg_html_1993014403:415:45879:45885 Denver Colorado +0.243955 cspg_html_7378664643 cspg_html_7378664643:891:117189:117197 Bathurst London, Ontario +0.478534 cspg_html_3385840278 cspg_html_3385840278:107:16121:16126 Flume Western world +0.26563 cspg_html_3798354576 cspg_html_3798354576:102:11317:11323 Exshaw Lacombe, Alberta +0.525251 aapg_ah_779.html aapg_ah_779.html:352:65953:65961 Columbia Lacombe, Alberta +0.334862 cspg_html_3942782922 cspg_html_3942782922:25:2903:2920 Montney Lacombe, Alberta +0.248832 sedimentology_html_7390870545 sedimentology_html_7390870545:132:12723:12744 Trent River Victoria, British Columbia +0.2545 jgeology_html_2872695575 jgeology_html_2872695575:165:9603:9621 Olean Conglomerate Pottsville, Pennsylvania +0.2595 gsa_html_5250670372 gsa_html_5250670372:153:13208:13214 Denver Colorado +0.475547 cspg_html_1462870252 cspg_html_1462870252:725:87640:87664 Elk Lacombe, Alberta +0.25641 aapg_ae_993.html aapg_ae_993.html:12:1700:1720 Beirdneau Maywood, California +0.27507 aapg_ad_67.html aapg_ad_67.html:242:31400:31412 Carrizo Shreveport, Louisiana +0.475566 aapg_ad_21.html aapg_ad_21.html:93:8958:8986 East Fork Potter County, Texas +0.264654 cspg_html_3734757529 cspg_html_3734757529:190:32192:32211 Swan Hills Swan Hill, Victoria +0.25017 aapg_ac_730.html aapg_ac_730.html:568:82026:82042 Dakota Mesa, Arizona +0.470608 aapg_ah_422.html aapg_ah_422.html:4:476:489 Bearpaw Colorado +0.269345 geology_html_4431824234 geology_html_4431824234:396:27711:27732 Green River Cheyenne, Wyoming +0.25186 aapg_ac_198.html aapg_ac_198.html:230:20308:20323 Mt Lytton Navarro County, Texas +0.495726 aapg_aa_98.html aapg_aa_98.html:189:16262:16286 Mission Canyon Regina, Saskatchewan +0.465778 gsa_html_5081991493 gsa_html_5081991493:1129:88350:88380 North Horn Green River Formation +0.480186 aapg_ae_28.html aapg_ae_28.html:278:27184:27190 Brazil Chile +0.243122 aapg_ac_316.html aapg_ac_316.html:205:23422:23443 Bluff New Mexico +0.249991 gsa_html_5773604426 gsa_html_5773604426:71:7397:7411 Fredericksburg Shreveport, Louisiana +0.878634 aapg_ae_535.html aapg_ae_535.html:32:4196:4207 Narrow Cape Kodiak Island +0.480816 gsa_html_7248164569 gsa_html_7248164569:635:49097:49118 Winterville Mount Chase, Maine +0.273333 aapg_ah_871.html aapg_ah_871.html:419:45821:45826 Chazy Lake Champlain +0.498501 cspg_html_7866293053 cspg_html_7866293053:284:32812:32832 Clearwater Lacombe, Alberta +0.25654 aapg_ad_294.html aapg_ad_294.html:10:1555:1564 Gibraltar Senegal +0.27285 aapg_af_130.html aapg_af_130.html:178:31006:31013 Madison Snake River Canyon (Idaho) +0.490116 aapg_ah_698.html aapg_ah_698.html:521:59533:59540 El Paso Texas +0.243522 cspg_html_9637445661 cspg_html_9637445661:88:10173:10190 Muskiki Victoria, British Columbia +0.259434 sedimentology_html_7586891792 sedimentology_html_7586891792:907:72886:72890 Hall London, Ontario +0.257536 cspg_html_1434585715 cspg_html_1434585715:763:74222:74235 Wood Mountain Turtle Mountain (Alberta) +0.260428 palaios_html_8895470583 palaios_html_8895470583:355:36691:36709 San Luis Caribbean +0.492544 cspg_html_1925276454 cspg_html_1925276454:310:35525:35553 Baldonnel Victoria, British Columbia +0.246 aapg_ae_771.html aapg_ae_771.html:75:8698:8714 Sonyea Colton, California +0.479688 cspg_html_8054926782 cspg_html_8054926782:326:39928:39948 Kaza Victoria, British Columbia +0.499035 cspg_html_4626597050 cspg_html_4626597050:115:14292:14312 Phosphoria Boise, Idaho +0.257536 aapg_aa_143.html aapg_aa_143.html:515:64147:64156 Allegheny Butler County, Ohio +0.493608 aapg_af_59.html aapg_af_59.html:90:8220:8229 Red River Texas +0.456168 aapg_ai_584.html aapg_ai_584.html:642:65936:65953 Madison Cheyenne, Wyoming +0.26208 aapg_ai_816.html aapg_ai_816.html:401:66529:66538 Lecompton Shawnee, Oklahoma +0.276451 aapg_ai_740.html aapg_ai_740.html:164:17923:17953 Tyler Sumatra +0.249559 cspg_html_6964953392 cspg_html_6964953392:493:54439:54469 Doig Lacombe, Alberta +0.456 gsa_html_6395675168 gsa_html_6395675168:372:32737:32743 Sierra Sierra Nevada (Spain) +0.492993 gsa_html_2364640066 gsa_html_2364640066:306:32435:32459 Kulthieth Yakutat City and Borough, Alaska +0.260064 gsa_html_7159719164 gsa_html_7159719164:11:526:539 Santa Barbara California +0.4735 aapg_ah_530.html aapg_ah_530.html:7:1121:1138 Sly Gap Cochise County, Arizona +0.248832 aapg_ae_306.html aapg_ae_306.html:229:29685:29706 Victoria Maracaibo +0.23814 cspg_html_7941684345 cspg_html_7941684345:530:59831:59843 Granite Wash Loon, Bohol +0.253916 cspg_html_4115156925 cspg_html_4115156925:322:37010:37036 Halfway Wembley Stadium +0.25542 cspg_html_4409656292 cspg_html_4409656292:315:36839:36847 Columbia Victoria, British Columbia +0.369271 aapg_ae_511.html aapg_ae_511.html:44:4943:4960 Paradox San Juan County, Utah +0.894912 aapg_ac_617.html aapg_ac_617.html:3:408:426 Oakville Texas +0.248997 cspg_html_6502178723 cspg_html_6502178723:355:44095:44103 Columbia Victoria, British Columbia +0.26235 aapg_ae_223.html aapg_ae_223.html:411:50097:50114 Wasatch Wasatch Range +0.258542 aapg_ah_847.html aapg_ah_847.html:261:31387:31395 Navesink Navesink River +0.25351 sedimentology_html_3110839740 sedimentology_html_3110839740:817:66987:66991 Hall London, Ontario +0.247494 gsa_html_8433290297 gsa_html_8433290297:888:83516:83525 Extension England +0.465588 gsa_html_1409496185 gsa_html_1409496185:891:103824:103830 Oregon Earth +0.260091 aapg_ad_580.html aapg_ad_580.html:254:30722:30734 Tongue River Knife River +0.414348 sedimentology_html_4432289902 sedimentology_html_4432289902:601:51827:51849 Marshalltown Merchantville, New Jersey +0.250494 aapg_ad_764.html aapg_ad_764.html:23:3108:3115 Temblor Kern River Preserve +0.534633 aapg_aa_906.html aapg_aa_906.html:63:7337:7352 Lance Fort Union Trading Post National Historic Site +0.235654 geology_html_3510163360 geology_html_3510163360:30:3436:3451 Wepawaug Schist Hartford, Connecticut +0.26061 palaios_html_6757540995 palaios_html_6757540995:57:5594:5622 Foremost Canada +0.490912 gsa_html_9613801428 gsa_html_9613801428:156:17526:17554 Talkeetna India +0.249488 aapg_ac_191.html aapg_ac_191.html:127:21785:21802 Tamabra Matamoros, Tamaulipas +0.488652 aapg_af_461.html aapg_af_461.html:151:13842:13848 Galena Black River, Jamaica +0.487113 aapg_ae_876.html aapg_ae_876.html:688:73268:73276 Colorado Mancos, Colorado +0.264708 aapg_aa_684.html aapg_aa_684.html:354:33741:33748 Ankareh John Crow Mountains +0.24108 sedimentology_html_7390870545 sedimentology_html_7390870545:1034:79946:79969 Cypress Canada +0.245518 aapg_aa_685.html aapg_aa_685.html:67:6901:6920 Flagstaff Logan, Utah +0.481712 cspg_html_9717154602 cspg_html_9717154602:223:34206:34231 Riding Mountain Manitoba +0.26676 gsa_html_1829810008 gsa_html_1829810008:29:2796:2824 Green River Iran +0.46563 gsa_html_7662610396 gsa_html_7662610396:546:45348:45356 Columbia Victoria, British Columbia +0.257374 geology_html_2881397713 geology_html_2881397713:49:3534:3544 Laurentian Cincinnati +0.663351 jgeology_html_6186634367 jgeology_html_6186634367:1342:80555:80570 Atoka Ouachita Mountains +0.422154 cspg_html_5581374974 cspg_html_5581374974:77:5523:5533 Swan Hills Lacombe, Alberta +0.50759 sedimentology_html_1810438243 sedimentology_html_1810438243:126:7590:7599 Gibraltar Caucasus +0.473888 aapg_ad_376.html aapg_ad_376.html:49:6315:6322 Taggard Bethel, Alaska +0.257514 palaios_html_3855840708 palaios_html_3855840708:112:11780:11795 Brule Chadron, Nebraska +0.26724 sedimentology_html_9346484023 sedimentology_html_9346484023:1450:97413:97417 Bern Switzerland +0.72352 aapg_ai_49.html aapg_ai_49.html:305:38210:38218 Sundance Cheyenne, Wyoming +0.252945 jgeology_html_4720707312 jgeology_html_4720707312:93:3567:3574 Madison Wisconsin +0.486758 geology_html_6995506328 geology_html_6995506328:75:9197:9203 Provo Marlborough, Massachusetts +0.48399 gsa_html_4431779557 gsa_html_4431779557:518:39830:39849 Seminole Red Lake, Ontario +0.857451 cspg_html_2796643803 cspg_html_2796643803:621:72015:72033 Deadwood Williston Basin +0.24768 sedimentology_html_1696510817 sedimentology_html_1696510817:76:4495:4499 Hall London, Ontario +0.492855 aapg_ai_898.html aapg_ai_898.html:277:31793:31799 Denver Bloomington, Indiana +0.509124 aapg_ad_174.html aapg_ad_174.html:641:64502:64517 Mesaverde Beaumont, Texas +0.257964 cspg_html_8174352156 cspg_html_8174352156:589:73089:73095 Sierra Victoria, British Columbia +0.257013 aapg_ac_475.html aapg_ac_475.html:154:21259:21278 Kishenehn Middle Fork Salmon River +0.47061 sedimentology_html_2442491538 sedimentology_html_2442491538:146:12619:12631 Cutler Logan, Utah +0.244976 gsa_html_6982030333 gsa_html_6982030333:685:63057:63063 Bourne Middle East +0.273996 cspg_html_4392308496 cspg_html_4392308496:660:72845:72886 Bonaventure Canada +0.522952 gsa_html_9598719348 gsa_html_9598719348:29:2796:2824 Green River Colorado +0.478208 aapg_ak_136.html aapg_ak_136.html:582:66514:66525 Mowry Canada +0.452302 aapg_ai_49.html aapg_ai_49.html:217:25710:25720 Minnekahta Black Hills +0.269352 gsa_html_9314974751 gsa_html_9314974751:537:52941:52956 Banff Canada +0.462136 jgeology_html_8596065691 jgeology_html_8596065691:603:50707:50716 Escambray Caribbean +0.273525 aapg_ai_941.html aapg_ai_941.html:205:29485:29516 Green River Washington (state) +0.272766 sedimentology_html_1623454448 sedimentology_html_1623454448:1637:117287:117304 Cardium Lacombe, Alberta +0.485366 cspg_html_5881057557 cspg_html_5881057557:39:5765:5789 Thumb Mountain Canadian Arctic Archipelago +0.472576 aapg_ah_705.html aapg_ah_705.html:113:16871:16879 Colorado Denver +0.170568 aapg_aa_147.html aapg_aa_147.html:932:96288:96296 Deadwood Winnipeg +0.917643 aapg_aa_918.html aapg_aa_918.html:480:47889:47906 Stone Corral Santa Fe, New Mexico +0.490269 cspg_html_4348111624 cspg_html_4348111624:354:45696:45708 Saskatchewan London, Ontario +0.41287 aapg_ah_157.html aapg_ah_157.html:253:35796:35816 Lime Creek Iowa +0.442035 cspg_html_4516258038 cspg_html_4516258038:488:54826:54835 Bay Fiord Bathurst Island (Northern Territory) +0.272043 aapg_ah_214.html aapg_ah_214.html:30:3870:3875 Yukon Manitoba +0.264171 jgeology_html_9366209199 jgeology_html_9366209199:250:21771:21780 Eel River Scotia, New York +0.241 sedimentology_html_1357699877 sedimentology_html_1357699877:950:67263:67267 Hall London, Ontario +0.487786 jgeology_html_2022713612 jgeology_html_2022713612:740:72942:72951 Knoxville Knoxville, Illinois +0.260608 cspg_html_4666332434 cspg_html_4666332434:74:12182:12199 Belly River Lacombe, Alberta +0.657765 cspg_html_8649903682 cspg_html_8649903682:227:23156:23169 Cruiser Pine River (Michigan) +0.25123 gsa_html_1040524378 gsa_html_1040524378:363:42094:42101 Challis Absaroka +0.262023 aapg_ae_660.html aapg_ae_660.html:672:58446:58465 Smackover Arkansas +0.963186 aapg_ae_791.html aapg_ae_791.html:3:184:197 Carlin Canyon Reno, Nevada +0.25551 geology_html_9498301644 geology_html_9498301644:60:7725:7755 Tuscarora Piedmont (United States) +0.454589 geology_html_2005459798 geology_html_2005459798:361:29347:29357 Santa Cruz Bolivia +0.520434 gsa_html_7767271939 gsa_html_7767271939:51:3352:3380 Green River Colorado +0.481096 geology_html_9906887454 geology_html_9906887454:11:652:665 Santa Barbara Washington (state) +0.485463 cspg_html_4326384800 cspg_html_4326384800:977:142864:142872 Columbia Victoria, British Columbia +0.256432 palaios_html_8472682513 palaios_html_8472682513:632:57885:57899 Ogallala Nebraska +0.48909 gsa_html_1745886324 gsa_html_1745886324:63:4303:4331 Green River Iran +0.481362 cspg_html_4115129593 cspg_html_4115129593:13:1553:1562 Dezadeash Anchorage, Alaska +0.498972 cspg_html_4210762654 cspg_html_4210762654:215:29505:29517 Fort Simpson Lacombe, Alberta +0.508116 aapg_ae_74.html aapg_ae_74.html:435:40693:40708 Kayenta Chinle Formation +0.2413 aapg_af_854.html aapg_af_854.html:469:61908:61925 Borden Carwood, Indiana +0.488814 gsa_html_4860220405 gsa_html_4860220405:21:1216:1222 Reston Virginia +0.258015 aapg_ad_600.html aapg_ad_600.html:53:5368:5377 Aux Vases White County, Indiana +0.249999 AMJC_html_1938223835 AMJC_html_1938223835:829:102895:102902 Oak Bay New Brunswick, New Jersey +0.465588 aapg_ac_744.html aapg_ac_744.html:79:10306:10329 Trujillo San Juan, Argentina +0.265225 jgeology_html_4305195651 jgeology_html_4305195651:2476:169818:169839 Mauch Chunk Pennsylvania +0.48278 cspg_html_8298261690 cspg_html_8298261690:471:50927:50944 Bluesky Lacombe, Alberta +0.475566 cspg_html_2570555346 cspg_html_2570555346:542:59946:59954 Edmonton Calgary +0.474552 aapg_ai_925.html aapg_ai_925.html:38:4831:4838 Madison Cheyenne, Wyoming +0.2667 gsa_html_7020634397 gsa_html_7020634397:1027:81221:81249 Green River Colorado +0.4674 jgeology_html_5792739316 jgeology_html_5792739316:789:51022:51027 Gower North Atlantic Current +0.483736 aapg_ad_338.html aapg_ad_338.html:565:60209:60219 Gloucester Woodstown, New Jersey +0.258028 palaios_html_6455472411 palaios_html_6455472411:667:68695:68699 Kope Kentucky +0.248997 palaios_html_9814494978 palaios_html_9814494978:282:32542:32559 Nassau Bowen Basin +0.4864 aapg_aa_682.html aapg_aa_682.html:655:68051:68065 Iola Wyandotte, Michigan +0.258332 sedimentology_html_2090465227 sedimentology_html_2090465227:918:56237:56241 Hall London, Ontario +0.455988 cspg_html_5345848475 cspg_html_5345848475:151:20938:20952 Colorado Canada +0.256512 aapg_ah_105.html aapg_ah_105.html:36:6001:6009 Wolfcamp New Mexico +0.246007 cspg_html_9865297170 cspg_html_9865297170:360:56472:56480 Coalspur Lacombe, Alberta +0.2585 palaios_html_2534218603 palaios_html_2534218603:31:2657:2662 Lance Cheyenne, Wyoming +0.50032 gsa_html_6049204738 gsa_html_6049204738:74:5033:5061 Green River Colorado +0.479744 aapg_ac_257.html aapg_ac_257.html:42:8361:8367 Frisco New Scotland, New York +0.253008 aapg_aa_654.html aapg_aa_654.html:131:20724:20731 Tererro Pecos River +0.258416 cspg_html_5955028331 cspg_html_5955028331:738:72841:72864 Viking Canada +0.260568 geology_html_2648975431 geology_html_2648975431:12:507:513 Reston Virginia +0.276945 aapg_ah_203.html aapg_ah_203.html:574:94681:94699 Morrison New Mexico +0.480194 aapg_ae_852.html aapg_ae_852.html:31:3689:3705 Tar Springs Glenville, West Virginia +0.2695 jgeology_html_2837808723 jgeology_html_2837808723:1476:76404:76408 Hall London, Ontario +0.457875 gsa_html_9457387752 gsa_html_9457387752:839:71729:71758 Wilhite Knoxville, Tennessee +0.499608 cspg_html_6306091047 cspg_html_6306091047:37:7614:7622 Columbia Victoria, British Columbia +0.257013 aapg_ah_764.html aapg_ah_764.html:37:5039:5061 Marble Falls Burnett County, Wisconsin +0.489082 aapg_ae_128.html aapg_ae_128.html:182:16773:16784 Trempealeau Kentucky +0.248346 aapg_ah_785.html aapg_ah_785.html:145:17898:17910 Independence Reno, Nevada +0.258063 aapg_ah_881.html aapg_ah_881.html:206:24265:24273 Columbia Washington (state) +0.258597 sedimentology_html_5841712908 sedimentology_html_5841712908:523:52681:52699 Purisima Aptos, California +0.265212 aapg_ah_387.html aapg_ah_387.html:2853:309416:309425 Knoxville Central Valley (California) +0.475092 sedimentology_html_1338997515 sedimentology_html_1338997515:2140:81455:81472 Gobbler New Mexico +0.733992 sedimentology_html_8415792465 sedimentology_html_8415792465:914:67225:67243 Sisquoc Compton, California +0.401196 aapg_ah_83.html aapg_ah_83.html:362:44910:44929 Lakota Western world +0.247883 jgeology_html_8785447572 jgeology_html_8785447572:494:32146:32156 Washington Seattle +0.259284 sedimentology_html_5801163920 sedimentology_html_5801163920:666:46800:46816 Salado Salado, Texas +0.488188 sedimentology_html_2993655624 sedimentology_html_2993655624:177:16736:16742 Ferris Salem, Oregon +0.250776 palaios_html_6327369225 palaios_html_6327369225:242:31063:31084 Green River Cheyenne, Wyoming +0.254007 cspg_html_4326384800 cspg_html_4326384800:260:31162:31181 Grosmont Lacombe, Alberta +0.256536 cspg_html_9872589627 cspg_html_9872589627:168:22150:22173 Doig Lacombe, Alberta +0.475996 cspg_html_9970905394 cspg_html_9970905394:108:12070:12091 Peel Little Cornwallis Island +0.26468 sedimentology_html_7328045802 sedimentology_html_7328045802:350:26687:26706 Frankfort Austin, Chicago +0.90155 aapg_aa_918.html aapg_aa_918.html:1336:141636:141645 Dog Creek Stephens County, Georgia +0.249001 cspg_html_9951421861 cspg_html_9951421861:64:10433:10442 Cold Lake Lacombe, Alberta +0.499905 palaios_html_5398833984 palaios_html_5398833984:867:94130:94156 Horseshoe Canyon Canada +0.243522 cspg_html_5295390542 cspg_html_5295390542:473:50850:50883 Halfway Lacombe, Alberta +0.489538 aapg_aa_914.html aapg_aa_914.html:202:20613:20629 Atoka Atoka, Oklahoma +0.709352 aapg_ae_31.html aapg_ae_31.html:70:7781:7801 Batesville Arkansas +0.48204 cspg_html_8649903682 cspg_html_8649903682:49:6592:6603 Peace River Lacombe, Alberta +0.255915 sedimentology_html_2993655624 sedimentology_html_2993655624:32:2286:2293 Halifax Canada +0.244881 sedimentology_html_6261114825 sedimentology_html_6261114825:700:56803:56830 Santa Cruz Santa Cruz, California +0.259072 cspg_html_5241714595 cspg_html_5241714595:459:70408:70423 Nisku Lacombe, Alberta +0.475136 aapg_ah_779.html aapg_ah_779.html:277:51541:51547 Guelph Guelph +0.243432 aapg_ac_301.html aapg_ac_301.html:134:15797:15816 Fish Haven Dolomite Boise, Idaho +0.685884 cspg_html_3008414459 cspg_html_3008414459:79:11781:11807 Telegraph Creek Colorado +0.246928 aapg_af_786.html aapg_af_786.html:80:7837:7843 Oregon California +0.46366 aapg_ae_777.html aapg_ae_777.html:582:65056:65080 Arroyo Leadville, Colorado +0.245532 cspg_html_3874533817 cspg_html_3874533817:93:12552:12571 Paskapoo Calgary +0.481712 aapg_af_677.html aapg_af_677.html:189:24577:24593 Almond Cheyenne, Wyoming +0.491694 gsa_html_4036573414 gsa_html_4036573414:521:55655:55661 Provo Saudi Arabia +0.27456 aapg_ac_545.html aapg_ac_545.html:476:55658:55676 Dunvegan Canada +0.2652 aapg_af_663.html aapg_af_663.html:615:61974:61990 Pawnee Worland, Wyoming +0.48246 palaios_html_2128779739 palaios_html_2128779739:523:57584:57602 Dolores Colorado +0.469728 gsa_html_3069013284 gsa_html_3069013284:59:6989:7001 Dockum Chinle Formation +0.478611 aapg_ai_4.html aapg_ai_4.html:85:9083:9091 Monterey Rancho Santa Margarita, California +0.275336 aapg_ah_567.html aapg_ah_567.html:115:13023:13038 Viola Bigfork, Montana +0.49685 geology_html_6445717398 geology_html_6445717398:63:9563:9599 Wood Canyon Marble Mountain Wilderness +0.254012 aapg_ah_773.html aapg_ah_773.html:140:8248:8269 Chainman Reno, Nevada +0.245514 aapg_ah_972.html aapg_ah_972.html:328:32039:32047 Wellborn Brazos County, Texas +0.26624 cspg_html_4165571187 cspg_html_4165571187:57:7489:7504 Banff Kinderhook (town), New York +0.48552 jgeology_html_6990146451 jgeology_html_6990146451:1444:80242:80256 Bedford Pennsylvania +0.280116 aapg_af_635.html aapg_af_635.html:155:14358:14369 Platteville Wisconsin +0.258885 sedimentology_html_4018219438 sedimentology_html_4018219438:453:39584:39588 Hall London, Ontario +0.48545 aapg_ac_498.html aapg_ac_498.html:79:7780:7788 Woodbine Paluxy, Texas +0.265125 aapg_af_299.html aapg_af_299.html:29:3222:3230 Phillips Colorado +0.262135 aapg_ad_810.html aapg_ad_810.html:190:21469:21487 Lisburne Anchorage, Alaska +0.242793 cspg_html_7839431712 cspg_html_7839431712:23:3286:3303 Bearpaw Lacombe, Alberta +0.26418 cspg_html_1336185084 cspg_html_1336185084:351:39637:39646 Cold Lake Clearwater, Florida +0.246506 aapg_af_663.html aapg_af_663.html:583:57495:57502 Bedford Adair County, Missouri +0.25544 aapg_ak_51.html aapg_ak_51.html:73:7841:7850 Smackover Arkansas +0.243048 gsa_html_9181545711 gsa_html_9181545711:727:68965:68983 Fountain Colorado +0.253 gsa_html_9898556493 gsa_html_9898556493:473:52505:52533 Green River Iran +0.479605 aapg_ac_699.html aapg_ac_699.html:137:11426:11443 El Abra El Abra +0.724064 aapg_ad_564.html aapg_ad_564.html:8286:748765:748785 Tuscaloosa Shreveport, Louisiana +0.48896 gsa_html_5627360957 gsa_html_5627360957:923:83338:83366 Green River Colorado +0.496837 AMJC_html_5421639085 AMJC_html_5421639085:534:56065:56071 Laurel Columbia District +0.26316 aapg_ah_387.html aapg_ah_387.html:2666:288724:288733 Knoxville Knoxville, Illinois +0.486315 aapg_ad_221.html aapg_ad_221.html:152:13818:13828 Brownstown Collin County, Texas +0.4617 aapg_ae_803.html aapg_ae_803.html:290:35514:35536 Todos Santos Santa Rosa, California +0.388548 aapg_ae_113.html aapg_ae_113.html:210:27037:27057 Blue Fiord Bathurst Island (Northern Territory) +0.256432 aapg_ad_350.html aapg_ad_350.html:366:37962:37980 Coeymans Pottsville, Pennsylvania +0.251428 gsa_html_4922631598 gsa_html_4922631598:402:48620:48638 Ogallala New Mexico +0.26988 palaios_html_5198166697 palaios_html_5198166697:208:15645:15662 Juniata Pennsylvania +0.487227 cspg_html_5241714595 cspg_html_5241714595:300:46094:46112 Duvernay Lacombe, Alberta +0.275844 aapg_ae_991.html aapg_ae_991.html:692:82098:82116 Tensleep Cheyenne, Wyoming +0.812045 cspg_html_9435196958 cspg_html_9435196958:423:18990:19006 Belly River Judith River Formation +0.252504 aapg_ah_77.html aapg_ah_77.html:245:28552:28575 Rock Springs Sweetwater, Miami-Dade County, Florida +0.378131 aapg_ae_789.html aapg_ae_789.html:456:54100:54120 Big Valley Calgary +0.502765 gsa_html_3368386568 gsa_html_3368386568:533:44172:44184 Owens Valley Hunter Mountain (ski area) +0.23655 cspg_html_9157093462 cspg_html_9157093462:346:44790:44805 Doig Lacombe, Alberta +0.241077 aapg_af_779.html aapg_af_779.html:70:9608:9616 Red Rock Michigan +0.498076 cspg_html_9435196958 cspg_html_9435196958:364:16486:16504 Edmonton Lacombe, Alberta +0.510489 aapg_ac_805.html aapg_ac_805.html:927:98218:98223 Stark New Mexico +0.473815 aapg_ae_324.html aapg_ae_324.html:45:4393:4401 Virginia Lenoir City, Tennessee +0.259128 aapg_aa_627.html aapg_aa_627.html:38:4467:4473 Sierra Fire Island Pines, New York +0.267924 aapg_af_854.html aapg_af_854.html:1023:144207:144224 Cypress Kentucky +0.250344 cspg_html_5241714595 cspg_html_5241714595:375:58201:58219 Duvernay Drumheller +0.495471 palaios_html_7206591444 palaios_html_7206591444:535:71854:71861 Jackson Caribbean +0.85836 cspg_html_6252417471 cspg_html_6252417471:97:15414:15435 Christopher Banks Island +0.259588 aapg_ai_584.html aapg_ai_584.html:66:6478:6487 Minnelusa Black Hills +0.255009 aapg_ah_779.html aapg_ah_779.html:547:104643:104651 Michigan Antrim, County Antrim +0.266175 aapg_ad_696.html aapg_ad_696.html:241:23673:23686 Cook Mountain Nacogdoches, Texas +0.257556 cspg_html_7523901259 cspg_html_7523901259:22:2645:2653 Columbia Victoria, British Columbia +0.480568 gsa_html_2178342427 gsa_html_2178342427:981:91421:91449 Green River Iran +0.243045 sedimentology_html_3746379745 sedimentology_html_3746379745:40:3285:3294 Peninsula Korea +0.491008 cspg_html_4143222666 cspg_html_4143222666:577:59499:59511 Saskatchewan Milk River, Alberta +0.272626 aapg_af_775.html aapg_af_775.html:345:23880:23887 Lagarto Oakville, California +0.477402 aapg_ac_631.html aapg_ac_631.html:300:37099:37110 Reclamation Lake Jackson, Texas +0.465068 gsa_html_4534130675 gsa_html_4534130675:18:1060:1067 Pioneer California +0.505195 cspg_html_4617311907 cspg_html_4617311907:334:53669:53676 Windsor Cumberland, Maryland +0.24786 AMJC_html_5908077521 AMJC_html_5908077521:16:929:939 Notch Peak Logan, Utah +0.493568 aapg_af_86.html aapg_af_86.html:252:19348:19360 Bedford Prince Edward Islands +0.26061 sedimentology_html_2806065367 sedimentology_html_2806065367:134:15051:15070 Camp Rice Mesa, Arizona +0.49087 aapg_ai_873.html aapg_ai_873.html:112:10999:11008 Aux Vases Spencer County, Kentucky +0.511543 aapg_ae_324.html aapg_ae_324.html:335:33700:33720 Beekmantown Holston Mountain +0.488368 cspg_html_1763727002 cspg_html_1763727002:6:519:526 Halfway Lacombe, Alberta +0.491667 aapg_ai_962.html aapg_ai_962.html:359:26462:26485 San Andres Sacramento Mountains (California) +0.25443 gsa_html_5604955284 gsa_html_5604955284:729:73550:73557 Andrews London, Ontario +0.248832 aapg_ae_454.html aapg_ae_454.html:594:53520:53527 Haynesville Bossier City, Louisiana +0.486864 gsa_html_8771785456 gsa_html_8771785456:930:74562:74571 Extension Victoria, British Columbia +0.48006 cspg_html_9330018201 cspg_html_9330018201:233:33240:33245 Price Victoria, British Columbia +0.488048 aapg_af_551.html aapg_af_551.html:714:67098:67114 Lake Valley Alamogordo, New Mexico +0.25333 cspg_html_5241714595 cspg_html_5241714595:247:38494:38510 Canol Regina, Saskatchewan +0.500076 aapg_ac_65.html aapg_ac_65.html:816:67759:67774 Weber Colorado +0.260091 cspg_html_1818321956 cspg_html_1818321956:314:31480:31488 Columbia Victoria, British Columbia +0.24837 cspg_html_3962754176 cspg_html_3962754176:631:71602:71625 Athabasca North Carolina +0.257374 cspg_html_7587979364 cspg_html_7587979364:217:17641:17651 Swan Hills Lacombe, Alberta +0.270764 geology_html_1577541018 geology_html_1577541018:11:469:477 San Jose California +0.266772 aapg_ad_351.html aapg_ad_351.html:645:54661:54682 Keokuk Burlington, Ontario +0.47167 aapg_ac_579.html aapg_ac_579.html:11:1258:1263 Uinta Wasatch Range +0.250318 cspg_html_3008745251 cspg_html_3008745251:9:1064:1081 Monkman Middle Ordovician +0.5778 aapg_ac_536.html aapg_ac_536.html:677:69431:69455 Mission Canyon Golden, Colorado +0.253935 cspg_html_3385840278 cspg_html_3385840278:96:14522:14545 Fort Simpson Hay River (Canada) +0.259578 geology_html_7732353227 geology_html_7732353227:263:20715:20725 Washington Colorado +0.242063 gsa_html_3942625742 gsa_html_3942625742:428:36487:36499 Little River Metro Manila +0.4947 aapg_ae_992.html aapg_ae_992.html:24:2407:2426 Chugwater Big Horn, Wyoming +0.24288 cspg_html_6953269830 cspg_html_6953269830:6:470:478 Columbia Victoria, British Columbia +0.253206 gsa_html_5664265459 gsa_html_5664265459:1006:98362:98368 Oregon Corcoran, California +0.477708 aapg_af_18.html aapg_af_18.html:430:46391:46411 Minnelusa Fall River, Nova Scotia +0.250228 aapg_ac_720.html aapg_ac_720.html:54:7205:7216 Hornerstown Navesink River +0.485888 cspg_html_7307388012 cspg_html_7307388012:345:39214:39222 Columbia Victoria, British Columbia +0.481632 aapg_ac_971.html aapg_ac_971.html:26:3900:3910 Viola Colorado +0.47916 aapg_ac_79.html aapg_ac_79.html:97:12289:12305 Oldham Kentucky +0.406624 aapg_ac_719.html aapg_ac_719.html:142:16491:16506 Raton Niobrara, Nebraska +0.250985 aapg_ae_71.html aapg_ae_71.html:129:11501:11506 Supai Grand Canyon +0.27508 palaios_html_5154213549 palaios_html_5154213549:544:67527:67558 Kope Netherlands +0.26316 geology_html_1604094278 geology_html_1604094278:300:24803:24812 San Diego Mexico +0.226135 aapg_ad_834.html aapg_ad_834.html:723:77011:77016 Cadiz Spain +0.481327 aapg_ah_784.html aapg_ah_784.html:171:17136:17139 Abo New Mexico +0.43228 aapg_aa_931.html aapg_aa_931.html:96:12376:12397 San Andres Delaware +0.252464 cspg_html_4298557570 cspg_html_4298557570:47:7352:7370 Edmonton Edmonton, London +0.26159 jgeology_html_9824086356 jgeology_html_9824086356:98:3698:3706 Scotland North Sea +0.2535 cspg_html_9725676031 cspg_html_9725676031:379:49739:49747 Columbia Victoria, British Columbia +0.455832 sedimentology_html_8983029075 sedimentology_html_8983029075:904:45065:45069 Hall London, Ontario +0.270908 aapg_ad_2.html aapg_ad_2.html:1122:153309:153329 Beekmantown Mount Nittany +0.256565 gsa_html_3968951986 gsa_html_3968951986:2464:236135:236141 Walker Zanskar River +0.489 gsa_html_7464626519 gsa_html_7464626519:662:72379:72388 Flagstaff Arizona +0.262416 sedimentology_html_2562878594 sedimentology_html_2562878594:2561:122638:122644 Brazil Mato Grosso do Sul +0.489915 cspg_html_3354282978 cspg_html_3354282978:549:71331:71338 Wabamun Pine Brook, New Jersey +0.486604 cspg_html_6140605204 cspg_html_6140605204:55:9071:9101 Elk Kootenay River +0.4541 cspg_html_3447886929 cspg_html_3447886929:238:28044:28078 Lourdes Anticosti Island +0.244701 geology_html_4046703200 geology_html_4046703200:40:3160:3167 Plattin Middle East +0.254828 aapg_af_471.html aapg_af_471.html:7:1363:1381 Parkwood Illinois +0.25725 cspg_html_2650073471 cspg_html_2650073471:11:1074:1081 Bearpaw Cypress Hills, Brooklyn +0.551015 aapg_ac_301.html aapg_ac_301.html:230:27980:28016 Stonewall Boise, Idaho +0.448742 cspg_html_1188455526 cspg_html_1188455526:112:18527:18542 Melville Island Ellesmere Island +0.26214 geology_html_1948005826 geology_html_1948005826:11:648:661 Santa Barbara China +0.465102 aapg_aa_734.html aapg_aa_734.html:17:1762:1770 Caballos Arkansas +0.246007 aapg_ae_305.html aapg_ae_305.html:58:8626:8632 Sierra Venezuela +0.5019 cspg_html_3521815736 cspg_html_3521815736:320:45318:45326 Columbia Lacombe, Alberta +0.470232 AMJC_html_1873062106 AMJC_html_1873062106:505:65012:65032 Burro Canyon Cedar Mountains +0.25688 cspg_html_4433937749 cspg_html_4433937749:10:909:923 Colorado Regina, Saskatchewan +0.248502 cspg_html_5375448448 cspg_html_5375448448:51:6652:6670 Kaskapau Victoria, British Columbia +0.48399 aapg_aa_684.html aapg_aa_684.html:359:34179:34193 Jelm John Crow Mountains +0.24647 geology_html_9333388276 geology_html_9333388276:241:24865:24869 Hall London, Ontario +0.492855 palaios_html_1500219042 palaios_html_1500219042:94:9743:9759 Viking Lacombe, Alberta +0.259056 aapg_ai_277.html aapg_ai_277.html:116:13262:13284 San Cayetano Melbourne, Florida +0.25296 aapg_af_318.html aapg_af_318.html:562:55401:55405 Kent Lacombe, Alberta +0.4165 aapg_af_18.html aapg_af_18.html:430:46547:46553 Lakota Fall River, Nova Scotia +0.268732 aapg_ah_318.html aapg_ah_318.html:296:42582:42603 Eagle Texas +0.238832 aapg_aa_960.html aapg_aa_960.html:373:29612:29619 Wingate Durango, Durango +0.253492 aapg_ad_141.html aapg_ad_141.html:70:6539:6552 Rodessa Mooringsport, Louisiana +0.241895 palaios_html_7406880997 palaios_html_7406880997:201:18925:18931 Oxford South America +0.24888 aapg_ac_881.html aapg_ac_881.html:479:56621:56639 Munising Michigan +0.480851 aapg_ac_97.html aapg_ac_97.html:14:2307:2318 Macal Belize +0.243013 aapg_ah_754.html aapg_ah_754.html:242:28067:28088 Protection Vancouver +0.257943 aapg_ah_335.html aapg_ah_335.html:376:45480:45489 New River Alabama +0.235708 cspg_html_7688587411 cspg_html_7688587411:114:12576:12597 Fish Scales Lacombe, Alberta +0.495075 aapg_aa_824.html aapg_aa_824.html:554:61977:61983 Lisbon Lusitania +0.2695 gsa_html_7012936645 gsa_html_7012936645:835:67352:67373 Martinsburg Pennsylvania +0.493221 aapg_ac_333.html aapg_ac_333.html:859:105188:105202 Yeso New Mexico +0.466785 aapg_ac_98.html aapg_ac_98.html:48:5578:5592 Woodford Texas +0.470439 cspg_html_4298557570 cspg_html_4298557570:207:29873:29899 Horseshoe Canyon Edmonton, London +0.259056 aapg_ai_386.html aapg_ai_386.html:104:11411:11433 Pine Island Shreveport, Louisiana +0.26677 sedimentology_html_2909366246 sedimentology_html_2909366246:1076:47849:47857 Somerset England +0.469755 gsa_html_5215388101 gsa_html_5215388101:57:3922:3928 Denver Colorado +0.248992 palaios_html_8113714689 palaios_html_8113714689:310:35504:35523 Au Train Munising, Michigan +0.248482 palaios_html_1834763898 palaios_html_1834763898:58:6508:6524 Noonday Dolomite California +0.261212 cspg_html_5345848475 cspg_html_5345848475:91:12827:12841 Colorado Regina, Saskatchewan +0.491667 gsa_html_8050796926 gsa_html_8050796926:1225:83409:83437 Green River Colorado +0.262416 aapg_aa_463.html aapg_aa_463.html:229:44317:44326 Smackover County Sligo +0.260478 aapg_ac_684.html aapg_ac_684.html:148:15317:15323 Paluxy Hinds County, Mississippi +0.264192 aapg_ae_62.html aapg_ae_62.html:303:26233:26244 Skull Creek Fall River, Nova Scotia +0.257446 AMJC_html_5421639085 AMJC_html_5421639085:436:47268:47278 Sykesville Washington (state) +0.469712 gsa_html_5928791685 gsa_html_5928791685:846:69227:69239 Rhode Island Newport, Rhode Island +0.501375 sedimentology_html_3102998281 sedimentology_html_3102998281:3974:146574:146591 Wilcox Texas +0.262128 aapg_ae_69.html aapg_ae_69.html:282:29609:29620 Green River Uinta Mountains +0.23715 aapg_ae_728.html aapg_ae_728.html:518:44176:44184 Colorado Colorado +0.48323 aapg_ak_22.html aapg_ak_22.html:17:3160:3166 Casper Cheyenne, Wyoming +0.270391 aapg_ai_366.html aapg_ai_366.html:143:18479:18497 Beaumont Beaumont, Texas +0.486421 aapg_ah_93.html aapg_ah_93.html:172:22214:22236 Water Canyon Logan, Utah +0.495558 aapg_af_789.html aapg_af_789.html:56:7973:7995 New Scotland Greenbrier County Schools +0.250488 jgeology_html_4081868571 jgeology_html_4081868571:858:56698:56706 Colorado San Juan, Argentina +0.265738 gsa_html_4919500515 gsa_html_4919500515:1179:105191:105197 Denver Colorado +0.272459 gsa_html_1124652135 gsa_html_1124652135:355:31719:31730 Summerville Summerville, South Carolina +0.239105 gsa_html_2145963783 gsa_html_2145963783:599:56079:56085 Denver Logan, Utah +0.267924 aapg_ad_3.html aapg_ad_3.html:417:39594:39611 Tellico Farragut, Tennessee +0.246512 aapg_ai_82.html aapg_ai_82.html:80:10447:10467 Loyalhanna Pennsylvania +0.24633 cspg_html_9272962376 cspg_html_9272962376:584:66889:66918 Belly River Lacombe, Alberta +0.479622 cspg_html_8964522233 cspg_html_8964522233:59:7087:7109 Calico Bluff Russia +0.260568 aapg_aa_702.html aapg_aa_702.html:82:58498:58504 Jordan Williston, Vermont +0.481265 cspg_html_2485255876 cspg_html_2485255876:450:55049:55077 Tidal Nassau, Bahamas +0.491748 cspg_html_8145657505 cspg_html_8145657505:194:28625:28645 Swan Hills Lacombe, Alberta +0.488482 aapg_ae_63.html aapg_ae_63.html:288:29798:29806 Prospect Hogsback, Eastern Cape +0.507501 aapg_af_471.html aapg_af_471.html:190:22163:22171 Parkwood Hartselle, Alabama +0.489472 gsa_html_2374661120 gsa_html_2374661120:385:36162:36172 Bear River Logan, Utah +0.50496 aapg_ae_677.html aapg_ae_677.html:576:50118:50122 Rome Piedmont (United States) +0.477044 gsa_html_5079726047 gsa_html_5079726047:1186:107185:107203 Mirador Colombia +0.49504 aapg_af_146.html aapg_af_146.html:118:10711:10718 Potsdam Ontario, California +0.25959 aapg_ah_160.html aapg_ah_160.html:597:58701:58709 Onondaga Syracuse, New York +0.250344 aapg_ai_22.html aapg_ai_22.html:55:4874:4891 Temblor Monterey, California +0.260084 cspg_html_9825544190 cspg_html_9825544190:198:22400:22433 Stettler Lacombe, Alberta +0.478856 gsa_html_7040053075 gsa_html_7040053075:189:18852:18865 Topanga Glendora, California +0.267273 aapg_af_664.html aapg_af_664.html:604:67497:67510 Brushy Canyon Delaware +0.495075 aapg_ad_653.html aapg_ad_653.html:537:71046:71068 Belly River Rocky Mountain House, Alberta +0.268602 cspg_html_9222238695 cspg_html_9222238695:475:59438:59459 Fernie Victoria, British Columbia +0.475838 gsa_html_6980451554 gsa_html_6980451554:530:57528:57542 Moenave Newark Basin +0.48807 gsa_html_9898556493 gsa_html_9898556493:222:26993:27011 Riverbank King River (Tasmania) +0.494088 aapg_ac_126.html aapg_ac_126.html:202:30046:30075 Smackover Bossier City, Louisiana +0.264147 cspg_html_3041902517 cspg_html_3041902517:227:33586:33594 Tanquary Devon +0.465924 aapg_ac_13.html aapg_ac_13.html:46:4346:4354 Colorado Peoria, Illinois +0.26368 jgeology_html_5980405912 jgeology_html_5980405912:647:42493:42506 Santa Barbara California +0.478676 palaios_html_1574666570 palaios_html_1574666570:95:8489:8502 Hungry Hollow Michigan Basin +0.487863 aapg_ac_971.html aapg_ac_971.html:13:2133:2148 Viola Tishomingo, Mississippi +0.488376 aapg_aa_23.html aapg_aa_23.html:930:122289:122298 Interlake California +0.26471 palaios_html_1222907427 palaios_html_1222907427:586:58697:58725 Green River Cheyenne, Wyoming +0.492412 geology_html_1817957696 geology_html_1817957696:11:506:516 Washington Washington (state) +0.257536 geology_html_9642461541 geology_html_9642461541:12:475:483 Virginia Reston, Virginia +0.258885 geology_html_1969800884 geology_html_1969800884:74:6392:6396 Bell London, Ontario +0.273205 cspg_html_3597281324 cspg_html_3597281324:17:2493:2511 Scollard Lacombe, Alberta +0.481874 gsa_html_6980451554 gsa_html_6980451554:789:77690:77707 Moenave Arizona +0.25654 cspg_html_6255491344 cspg_html_6255491344:59:9160:9178 Kootenay Kootenay River +0.260797 aapg_ad_123.html aapg_ad_123.html:18:1845:1852 Clinton Morrow County, Ohio +0.94545 aapg_ac_831.html aapg_ac_831.html:48:6220:6245 Pinkerton Trail Hermosa, Chicago +0.465 geology_html_2154280470 geology_html_2154280470:251:22807:22822 Melville Island Canadian Arctic Archipelago +0.261626 cspg_html_5960210762 cspg_html_5960210762:441:41499:41522 Doig Lacombe, Alberta +0.519232 aapg_ae_223.html aapg_ae_223.html:77:9190:9206 Dakota Cheyenne, Wyoming +0.253532 aapg_ai_241.html aapg_ai_241.html:58:7374:7399 Winnipeg Williston, Vermont +0.283015 aapg_ah_965.html aapg_ah_965.html:155:21645:21652 Lagarto Beaumont, Texas +0.476146 aapg_ae_416.html aapg_ae_416.html:23:3617:3624 Anahuac Texas +0.269352 cspg_html_4103411715 cspg_html_4103411715:481:49915:49931 Viking Lacombe, Alberta +0.346558 aapg_af_139.html aapg_af_139.html:166:18186:18204 John Day Salem, Oregon +0.25578 aapg_ae_741.html aapg_ae_741.html:145:15672:15686 Kuna Western world +0.264 sedimentology_html_4232187424 sedimentology_html_4232187424:435:27832:27836 Hall New York City +0.257895 sedimentology_html_8829282630 sedimentology_html_8829282630:1451:81048:81052 Hall London, Ontario +0.719584 cspg_html_6252849194 cspg_html_6252849194:8:493:511 Bearpaw Lacombe, Alberta +0.256522 AMJC_html_7743907070 AMJC_html_7743907070:3028:247329:247338 San Diego California +0.2667 aapg_ae_959.html aapg_ae_959.html:925:69263:69278 Hueco Texas +0.25551 aapg_af_703.html aapg_af_703.html:209:23794:23801 Renault Hopkins County, Kentucky +0.231715 cspg_html_2035826481 cspg_html_2035826481:33:3133:3148 Douro Devon Island +0.495286 aapg_ae_999.html aapg_ae_999.html:294:40964:40979 Tampa Melbourne, Florida +0.242048 aapg_ah_27.html aapg_ah_27.html:378:58615:58623 Colorado Denver +0.276144 gsa_html_7012936645 gsa_html_7012936645:198:22629:22650 Martinsburg Martinsburg, Nebraska +0.463866 cspg_html_6356755616 cspg_html_6356755616:5:254:272 Edmonton Lacombe, Alberta +0.473946 cspg_html_9843429624 cspg_html_9843429624:793:105863:105888 Beaverhill Swan Hill, Victoria +0.2555 geology_html_1292647327 geology_html_1292647327:270:24658:24681 Purgatory Conglomerate Newport, Rhode Island +0.233742 geology_html_7296058753 geology_html_7296058753:334:28640:28648 San Jose California +0.260977 aapg_aa_287.html aapg_aa_287.html:41:6366:6382 Viking Regina, Saskatchewan +0.262143 aapg_ac_835.html aapg_ac_835.html:695:99020:99029 Jefferson Gallatin, Tennessee +0.248937 aapg_aa_301.html aapg_aa_301.html:8:1146:1173 Roberts Mountains Antelope Valley Freeway +0.248472 gsa_html_8499611670 gsa_html_8499611670:908:86578:86585 Jackson Illinois +0.47672 gsa_html_1450002501 gsa_html_1450002501:978:90142:90150 Temporal Colorado +0.884234 aapg_aa_918.html aapg_aa_918.html:505:50818:50842 Stone Corral Rice County, Kansas +0.24651 aapg_ai_751.html aapg_ai_751.html:159:16320:16338 Venango Pennsylvania +0.483426 cspg_html_6702053097 cspg_html_6702053097:438:50628:50643 Gorge Quebec City +0.472017 aapg_af_621.html aapg_af_621.html:29:3330:3338 Richland Wabash River +0.24816 cspg_html_2796643803 cspg_html_2796643803:247:35233:35241 Finnegan Lacombe, Alberta +0.470862 aapg_ac_953.html aapg_ac_953.html:12:1380:1400 Miccosukee Leon County, Florida +0.256793 cspg_html_9725676031 cspg_html_9725676031:529:65681:65689 Columbia Victoria, British Columbia +0.484059 aapg_ah_227.html aapg_ah_227.html:64:6880:6889 Frio Agua Dulce, Nueces County, Texas +0.499797 gsa_html_1014327387 gsa_html_1014327387:577:50528:50556 Green River Colorado +0.878204 aapg_ae_147.html aapg_ae_147.html:316:32459:32463 Pico South Mountains (Arizona) +0.26058 aapg_ah_330.html aapg_ah_330.html:65:6743:6748 Tejon Monterey, California +0.24864 cspg_html_9725676031 cspg_html_9725676031:654:72161:72183 Garbutt Victoria, British Columbia +0.26156 aapg_aa_288.html aapg_aa_288.html:46:5617:5636 Mowry Cheyenne, Wyoming +0.501424 aapg_ac_535.html aapg_ac_535.html:507:48379:48395 Viking Canada +0.475488 sedimentology_html_9978802855 sedimentology_html_9978802855:1132:63032:63042 Washington Seattle +0.276051 aapg_ac_341.html aapg_ac_341.html:105:12016:12032 Pocono Pennsylvania +0.259584 geology_html_6902243889 geology_html_6902243889:167:16154:16171 Roberts Mountains California +0.277728 jgeology_html_4113948097 jgeology_html_4113948097:155:9622:9632 Provo Lake Bonneville +0.26061 cspg_html_9072696952 cspg_html_9072696952:168:16293:16301 Columbia Victoria, British Columbia +0.242793 gsa_html_1783148177 gsa_html_1783148177:752:76126:76150 Mt Lytton Eagle Mountain (Minnesota) +0.480129 cspg_html_5832944175 cspg_html_5832944175:461:48460:48475 Gates Victoria, British Columbia +0.677298 aapg_ac_983.html aapg_ac_983.html:344:55032:55036 Drum Kansas City, Kansas +0.255987 cspg_html_9843429624 cspg_html_9843429624:183:24291:24299 Columbia Victoria, British Columbia +0.479622 cspg_html_4348111624 cspg_html_4348111624:256:37810:37828 Elk Lacombe, Alberta +0.2405 cspg_html_1456761793 cspg_html_1456761793:23:4660:4665 Yukon Victoria, British Columbia +0.252504 aapg_ah_416.html aapg_ah_416.html:121:10910:10917 Pakowki Milk River, Alberta +0.247416 aapg_ae_415.html aapg_ae_415.html:7:1063:1082 Paynes Hammock Alabama +0.2405 aapg_ah_978.html aapg_ah_978.html:179:19854:19873 Jacalitos Coalinga, California +0.49164 aapg_ad_557.html aapg_ad_557.html:942:72145:72155 Fort Worth Texas +0.49305 cspg_html_5699627350 cspg_html_5699627350:377:49159:49186 Viking Central Alberta +0.255009 gsa_html_7029917366 gsa_html_7029917366:1208:99155:99183 Green River Colorado +0.23876 aapg_ac_824.html aapg_ac_824.html:144:13614:13631 Manitou Colorado +0.501552 jgeology_html_1836103970 jgeology_html_1836103970:187:14708:14728 Boss Point Joggins, Nova Scotia +0.45738 aapg_ae_428.html aapg_ae_428.html:749:60210:60218 Virginia Closter, New Jersey +0.255528 cspg_html_7602315496 cspg_html_7602315496:37:6019:6032 Pakowki Western world +0.486675 gsa_html_1591804446 gsa_html_1591804446:292:35295:35301 Denver Millard County, Utah +0.950096 aapg_ac_983.html aapg_ac_983.html:292:47076:47091 Blackjack Creek Fort Scott National Historic Site +0.416665 aapg_ac_983.html aapg_ac_983.html:382:60240:60254 Iola Wyandotte, Michigan +0.500485 gsa_html_1931201430 gsa_html_1931201430:723:71277:71287 Washington California +0.262044 AMJC_html_7872796695 AMJC_html_7872796695:530:44587:44604 Beekmantown Ottawa, Kansas +0.500472 gsa_html_1217771406 gsa_html_1217771406:812:77817:77830 Santa Barbara California +0.2535 aapg_ah_550.html aapg_ah_550.html:168:20683:20699 Tuscan Northern California +0.743016 gsa_html_1347484649 gsa_html_1347484649:166:15601:15620 Rock Springs Cheyenne, Wyoming +0.24684 cspg_html_7086880709 cspg_html_7086880709:10:661:678 Funeral Western world +0.269808 aapg_ac_361.html aapg_ac_361.html:186:20530:20538 Monterey Kings City +0.224841 gsa_html_6980451554 gsa_html_6980451554:294:31852:31876 Moenave Washington (state) +0.522899 gsa_html_8055113978 gsa_html_8055113978:19:1858:1878 Keokuk Rock Island Township, Rock Island County, Illinois +0.264147 aapg_ad_2.html aapg_ad_2.html:1311:180003:180032 Black River Lowville (town), New York +0.2645 aapg_ah_370.html aapg_ah_370.html:133:10122:10136 Traverse Michigan +0.85806 aapg_aa_124.html aapg_aa_124.html:657:67983:68003 Cadomin Kootenay River +0.547902 aapg_aa_415.html aapg_aa_415.html:180:25077:25092 Tokio Austin, Chicago +0.732672 gsa_html_3448554349 gsa_html_3448554349:369:37037:37055 Rockwell Huntington, West Virginia +0.279805 aapg_ad_892.html aapg_ad_892.html:1547:132715:132725 Swan River Perth, Scotland +0.484702 aapg_ae_681.html aapg_ae_681.html:139:16444:16457 Cotton Valley Mississippi River +0.48896 cspg_html_7402164801 cspg_html_7402164801:54:6095:6112 Oldman Lacombe, Alberta +0.70252 gsa_html_9848053959 gsa_html_9848053959:64:6227:6236 New River Virginia +0.253206 AMJC_html_7141186441 AMJC_html_7141186441:1374:121205:121227 Beartooth Knife River +0.24843 cspg_html_4326384800 cspg_html_4326384800:490:63112:63131 Hay River Hay River (Canada) +0.260568 cspg_html_9388742281 cspg_html_9388742281:74:8922:8940 Dunvegan Pine River (Michigan) +0.477044 aapg_af_575.html aapg_af_575.html:186:24946:24972 Signal Mountain Fort Sill +0.24794 sedimentology_html_3965291962 sedimentology_html_3965291962:912:55974:55986 Saskatchewan Canada +0.426198 cspg_html_9720041449 cspg_html_9720041449:1142:136385:136401 Nisku Lacombe, Alberta +0.502978 sedimentology_html_5763096232 sedimentology_html_5763096232:469:31410:31428 Tindir Canada +0.252333 gsa_html_6627974776 gsa_html_6627974776:109:8453:8458 Yukon Moraine, Ohio +0.25088 aapg_ah_776.html aapg_ah_776.html:78:6715:6735 San Andres Texas +0.24059 gsa_html_6433065427 gsa_html_6433065427:658:66365:66380 Bouse Arizona +0.492036 aapg_ai_583.html aapg_ai_583.html:281:34203:34220 Rierdon Cheyenne, Wyoming +0.475136 gsa_html_8614162917 gsa_html_8614162917:184:18549:18556 Moenave Kayenta, Arizona +0.49712 cspg_html_5995140321 cspg_html_5995140321:198:19948:19956 Columbia Victoria, British Columbia +0.483581 gsa_html_7605900420 gsa_html_7605900420:360:37903:37922 Chainman Reno, Nevada +0.2605 jgeology_html_8355852976 jgeology_html_8355852976:588:42066:42078 Pierre Cheyenne, Wyoming +0.28037 aapg_ah_244.html aapg_ah_244.html:316:36678:36703 White River Logan, Utah +0.270391 gsa_html_7012936645 gsa_html_7012936645:503:45123:45144 Martinsburg Pennsylvania +0.49875 cspg_html_2860054419 cspg_html_2860054419:390:38916:38923 Thorold Ontario, California +0.473598 cspg_html_9683836416 cspg_html_9683836416:285:46335:46356 Bearpaw Lacombe, Alberta +0.48297 aapg_aa_945.html aapg_aa_945.html:19:2350:2368 Glenwood Platteville, Colorado +0.253422 cspg_html_4326384800 cspg_html_4326384800:229:27667:27682 Nisku Lacombe, Alberta +0.255915 cspg_html_2686470104 cspg_html_2686470104:32:3414:3421 Windsor Ontario, California +0.518432 aapg_af_874.html aapg_af_874.html:82:5377:5388 Pocono Huntington, West Virginia +0.256432 gsa_html_5346692053 gsa_html_5346692053:632:57629:57633 Hall London, Ontario +0.486758 aapg_ae_840.html aapg_ae_840.html:164:9705:9718 Cotton Valley Tuscaloosa, Alabama +0.26572 cspg_html_9119878068 cspg_html_9119878068:419:49684:49703 Waterways Lacombe, Alberta +0.258063 sedimentology_html_5918041124 sedimentology_html_5918041124:1097:78997:79003 Dayton Antarctica +0.49926 aapg_af_90.html aapg_af_90.html:37:6184:6211 Prospect Logan, Utah +0.491582 cspg_html_4326384800 cspg_html_4326384800:319:38145:38166 Hare Indian Middle East +0.249744 cspg_html_4666332434 cspg_html_4666332434:6:433:449 Oldman Lacombe, Alberta +0.286225 aapg_ad_2.html aapg_ad_2.html:1118:152681:152702 Beekmantown Adirondack Park +0.497373 aapg_af_439.html aapg_af_439.html:232:24475:24480 Weeks Las Mercedes (Archaeological Site, Costa Rica) +0.23218 aapg_ae_479.html aapg_ae_479.html:846:69655:69669 Holston Knoxville, Tennessee +0.272916 cspg_html_5484260516 cspg_html_5484260516:395:34363:34379 Exshaw Lacombe, Alberta +0.894795 aapg_ah_411.html aapg_ah_411.html:71:9572:9582 Milk River Colorado +0.26622 aapg_ae_960.html aapg_ae_960.html:312:27754:27767 Fountain Cheyenne, Wyoming +0.24849 aapg_ai_105.html aapg_ai_105.html:150:16820:16834 Duchesne River Wasatch Range +0.255016 gsa_html_3701935694 gsa_html_3701935694:767:70019:70035 Hawley Cambridge, Massachusetts +0.488379 aapg_ae_958.html aapg_ae_958.html:1497:129547:129570 Cherry Canyon Guadalupe Mountains National Park +0.480495 cspg_html_4148342026 cspg_html_4148342026:372:33046:33062 Winnipeg Red River of the North +0.46368 aapg_aa_39.html aapg_aa_39.html:82:9150:9164 Paradox Madera County, California +0.24598 cspg_html_2729673354 cspg_html_2729673354:9:1281:1303 Medicine Hat Regina, Saskatchewan +0.248502 AMJC_html_9757715503 AMJC_html_9757715503:732:65416:65454 Kingston Peak California +0.269072 aapg_af_508.html aapg_af_508.html:85:9571:9587 Dakota New Mexico +0.461148 AMJC_html_1873062106 AMJC_html_1873062106:294:41424:41432 Colorado Arizona +0.469468 cspg_html_9343899465 cspg_html_9343899465:1853:155386:155398 Hecla Bay Melville, New York +0.25755 cspg_html_8369994160 cspg_html_8369994160:213:23802:23825 Turner Valley Elkton, Kentucky +0.85267 cspg_html_9689514766 cspg_html_9689514766:755:92080:92096 Nepean Ontario, California +0.269357 aapg_aa_662.html aapg_aa_662.html:153:13440:13477 Beekmantown Ohio +0.25553 gsa_html_1931201430 gsa_html_1931201430:679:67806:67816 Washington Salem, Oregon +0.486266 aapg_aa_12.html aapg_aa_12.html:329:33622:33629 Goddard Chester, Pennsylvania +0.486675 cspg_html_5586087088 cspg_html_5586087088:420:41830:41847 Cardium Lacombe, Alberta +0.248997 aapg_ai_773.html aapg_ai_773.html:96:14044:14067 Detroit River Bloomington, Indiana +0.475566 palaios_html_7308908518 palaios_html_7308908518:445:38971:38993 Pawnee Colorado +0.488796 gsa_html_4220229801 gsa_html_4220229801:933:76401:76411 Washington Boise, Idaho +0.258028 geology_html_8367138957 geology_html_8367138957:14:875:884 San Diego California +0.493506 cspg_html_7539214955 cspg_html_7539214955:128:16788:16796 Columbia Victoria, British Columbia +0.48545 cspg_html_4937997995 cspg_html_4937997995:303:35621:35647 Red Head Rapids River Severn +0.798321 cspg_html_4298557570 cspg_html_4298557570:215:31019:31039 Whitemud Lacombe, Alberta +0.477347 jgeology_html_4610075495 jgeology_html_4610075495:766:57474:57507 Simmler Central Valley (California) +0.260091 aapg_ai_997.html aapg_ai_997.html:737:63379:63396 Capay Tehama, California +0.505195 aapg_ah_311.html aapg_ah_311.html:397:42869:42880 Dakota Huntington, West Virginia +0.263572 aapg_af_385.html aapg_af_385.html:463:59400:59411 Rabbit Lake Regina, Saskatchewan +0.483395 aapg_ac_380.html aapg_ac_380.html:61:9355:9363 Michigan Ohio +0.47188 cspg_html_8727758678 cspg_html_8727758678:97:4752:4766 Woodbend Canada +0.395768 gsa_html_5261839912 gsa_html_5261839912:214:21394:21411 Montevideo Gneiss Montevideo, Minnesota +0.268275 gsa_html_8740218609 gsa_html_8740218609:1156:107076:107082 Howard Maryland +0.257983 gsa_html_2818345762 gsa_html_2818345762:211:19778:19796 Sayunei California +0.263 aapg_ae_369.html aapg_ae_369.html:173:18484:18494 Pottsville Tuscaloosa, Alabama +0.257536 cspg_html_1462870252 cspg_html_1462870252:76:11626:11634 Columbia Great Slave Lake +0.283094 aapg_ah_894.html aapg_ah_894.html:68:10521:10542 Kekiktuk Prudhoe Bay Oil Field +0.26676 sedimentology_html_1686218913 sedimentology_html_1686218913:31:1872:1881 San Diego La Jolla +0.516704 gsa_html_1636483297 gsa_html_1636483297:1102:91032:91037 Uinta Cheyenne, Wyoming +0.253422 cspg_html_5381643866 cspg_html_5381643866:218:26868:26890 Gorman Rocky Brook +0.241542 aapg_aa_904.html aapg_aa_904.html:744:66192:66200 Colorado Denver +0.498122 cspg_html_8089302449 cspg_html_8089302449:448:77722:77741 Dawson Bay Lacombe, Alberta +0.476545 aapg_ae_235.html aapg_ae_235.html:44:6550:6561 Summerville Charleston, South Carolina +0.50337 aapg_ae_985.html aapg_ae_985.html:3:180:202 Seven Rivers New Mexico +0.261072 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10319:10327 Sundance Summerville, South Carolina +0.238135 sedimentology_html_3474342063 sedimentology_html_3474342063:946:67324:67346 Pigeon Point California +0.460756 cspg_html_8065532640 cspg_html_8065532640:450:54019:54036 Funeral Root River (Wisconsin) +0.261975 geology_html_7784703862 geology_html_7784703862:96:7625:7633 Michigan Michigan +0.519652 aapg_aa_399.html aapg_aa_399.html:198:14662:14670 Paskapoo Edmonton, London +0.45881 aapg_ah_647.html aapg_ah_647.html:813:88014:88028 Naco Lampasas, Texas +0.488814 aapg_ad_329.html aapg_ad_329.html:123:16732:16752 Mahantango Pennsylvania +0.279156 cspg_html_2175627313 cspg_html_2175627313:1020:92178:92208 Doig Lacombe, Alberta +0.242544 aapg_ah_427.html aapg_ah_427.html:484:63026:63034 Woodford Arkansas +0.478848 aapg_af_248.html aapg_af_248.html:7:2013:2019 Midway Arkansas +0.454608 gsa_html_2832151886 gsa_html_2832151886:487:42563:42587 Kaskapau Victoria, British Columbia +0.258055 sedimentology_html_2010995560 sedimentology_html_2010995560:1875:110241:110246 Waicoe Nashville Basin +0.253991 cspg_html_8810326121 cspg_html_8810326121:18:1587:1594 Serpent Espanola, Ontario +0.254 geology_html_2265365356 geology_html_2265365356:105:10098:10103 Yukon Victoria, British Columbia +0.478114 aapg_ah_182.html aapg_ah_182.html:221:22244:22255 Jacksonburg Martinsburg, Nebraska +0.887264 cspg_html_4794669487 cspg_html_4794669487:624:54299:54319 Kunga Queen Charlotte Islands +0.259065 cspg_html_8818854104 cspg_html_8818854104:116:15398:15416 Kootenay Lacombe, Alberta +0.468062 aapg_ad_466.html aapg_ad_466.html:1339:143252:143259 Raritan North Carolina +0.2385 cspg_html_7434089303 cspg_html_7434089303:236:30432:30452 Irene Ellesmere Island +0.670933 aapg_af_575.html aapg_af_575.html:311:41897:41910 Decorah Maquoketa, Iowa +0.47336 aapg_ai_478.html aapg_ai_478.html:50:4798:4818 Bear Rock Canol Heritage Trail +0.495126 geology_html_1499318691 geology_html_1499318691:291:22949:22958 Fullerton Iowa +0.255474 aapg_ad_880.html aapg_ad_880.html:623:59678:59701 Gypsum Spring Spearfish, South Dakota +0.256949 aapg_ah_505.html aapg_ah_505.html:74:7339:7347 Colorado Denver +0.242015 aapg_ai_357.html aapg_ai_357.html:203:22544:22549 Indio Uvalde, Texas +0.238632 gsa_html_8820488310 gsa_html_8820488310:915:81778:81797 Nankoweap Arizona +0.256296 aapg_ah_747.html aapg_ah_747.html:109:13248:13254 Chinle Entrada Sandstone +0.468012 aapg_ad_652.html aapg_ad_652.html:365:43778:43782 Tyee Washington (state) +0.369886 aapg_ai_144.html aapg_ai_144.html:14:1635:1651 Wapiti Lacombe, Alberta +0.24531 aapg_ad_766.html aapg_ad_766.html:273:28182:28192 Fort Worth Texas +0.466358 cspg_html_7866293053 cspg_html_7866293053:191:19549:19557 Columbia Victoria, British Columbia +0.25896 aapg_ac_881.html aapg_ac_881.html:59:6395:6403 Winnipeg Middle Ordovician +0.501202 gsa_html_6542025228 gsa_html_6542025228:720:76459:76487 Green River Colorado +0.263168 aapg_ae_552.html aapg_ae_552.html:253:37003:37009 Walker California +0.47226 aapg_ad_467.html aapg_ad_467.html:325:24913:24919 Peedee Carteret, New Jersey +0.47089 cspg_html_5875826141 cspg_html_5875826141:27:3083:3101 Elk Lacombe, Alberta +0.2478 aapg_ai_153.html aapg_ai_153.html:106:19033:19049 Hertha Missouri River +0.50076 gsa_html_5841426484 gsa_html_5841426484:62:4796:4824 Green River Colorado +0.482532 gsa_html_6588908497 gsa_html_6588908497:29:2796:2824 Green River Colorado +0.482724 gsa_html_5368872589 gsa_html_5368872589:56:3495:3523 Green River Colorado +0.247494 aapg_ad_627.html aapg_ad_627.html:58:7240:7247 Laramie Cheyenne, Wyoming +0.507311 geology_html_4382394195 geology_html_4382394195:12:605:614 Rochester Rochester, Kent +0.247005 jgeology_html_1385228926 jgeology_html_1385228926:1393:70045:70052 Shuswap Arctic Cordillera +0.47564 gsa_html_7296702308 gsa_html_7296702308:699:60194:60222 Green River Colorado +0.245508 sedimentology_html_5664371546 sedimentology_html_5664371546:692:62715:62788 Silica Spain +0.242536 aapg_af_143.html aapg_af_143.html:81:8658:8669 Port Orford Salem, Oregon +0.45276 geology_html_4122297754 geology_html_4122297754:14:968:978 Santa Cruz California +0.475722 cspg_html_2930376886 cspg_html_2930376886:16:2232:2247 Pense Regina, Saskatchewan +0.203236 aapg_ah_96.html aapg_ah_96.html:153:17021:17029 Deadwood Winnipeg +0.268732 cspg_html_1494176863 cspg_html_1494176863:27:3264:3285 Taylor Lacombe, Alberta +0.51198 aapg_ah_81.html aapg_ah_81.html:795:87372:87380 Palliser Lacombe, Alberta +0.491824 cspg_html_5241714595 cspg_html_5241714595:414:64399:64404 Nisku Lacombe, Alberta +0.251262 cspg_html_8362959053 cspg_html_8362959053:117:16826:16845 Gladstone Boulder Creek (Colorado) +0.469802 cspg_html_8387792223 cspg_html_8387792223:509:54216:54221 Yukon Nelson, New Zealand +0.252416 AMJC_html_7898185532 AMJC_html_7898185532:1736:152217:152223 Oregon Earth +0.481525 palaios_html_3105248303 palaios_html_3105248303:662:69622:69636 Kope Kentucky +0.2808 gsa_html_6169925575 gsa_html_6169925575:183:18398:18403 Swift Vancouver +0.27196 jgeology_html_4232779030 jgeology_html_4232779030:655:37632:37657 Chinle New Mexico +0.49858 gsa_html_1957661587 gsa_html_1957661587:56:3485:3513 Green River Colorado +0.407407 aapg_af_575.html aapg_af_575.html:200:26932:26937 Doerun Texas +0.256 AMJC_html_6341723617 AMJC_html_6341723617:1030:86640:86647 Wasatch Cheyenne, Wyoming +0.492618 cspg_html_9354781888 cspg_html_9354781888:613:50697:50708 Peace River Victoria, British Columbia +0.468312 aapg_ah_276.html aapg_ah_276.html:31:3850:3870 Point Sal Monterey, California +0.244518 aapg_af_701.html aapg_af_701.html:240:30598:30604 Benson Chemung, New York +0.264704 aapg_ai_105.html aapg_ai_105.html:365:45594:45608 Duchesne River Lake Fork (Texas) +0.48668 aapg_ai_583.html aapg_ai_583.html:505:63175:63190 Swift Cheyenne, Wyoming +0.44736 sedimentology_html_5597821332 sedimentology_html_5597821332:446:35565:35590 Navajo Logan, Utah +0.257013 geology_html_7732353227 geology_html_7732353227:292:22515:22522 El Paso Washington (state) +0.246015 sedimentology_html_8006979411 sedimentology_html_8006979411:1776:117307:117321 Colorado Canada +0.261576 gsa_html_7102550258 gsa_html_7102550258:355:40274:40291 Entrada Summerville, South Carolina +0.490269 jgeology_html_1836103970 jgeology_html_1836103970:402:32066:32087 New Glasgow New Glasgow, Nova Scotia +0.26156 aapg_ai_107.html aapg_ai_107.html:145:13863:13884 Eagle Hunt County, Texas +0.902499 sedimentology_html_8006979411 sedimentology_html_8006979411:149:13690:13708 Frontier Arizona +0.49851 palaios_html_5078880508 palaios_html_5078880508:200:13224:13228 Kope Kentucky +0.503812 aapg_aa_678.html aapg_aa_678.html:48:4886:4898 Saskatchewan Lacombe, Alberta +0.265558 gsa_html_1040524378 gsa_html_1040524378:923:91657:91665 Colorado Logan, Utah +0.473252 aapg_ac_333.html aapg_ac_333.html:468:59157:59182 Elephant Canyon San Rafael Swell +0.279156 aapg_ad_214.html aapg_ad_214.html:210:20845:20878 Moenkopi Colorado +0.270204 gsa_html_2511975820 gsa_html_2511975820:11:406:416 Washington Seattle +0.244496 jgeology_html_3353186896 jgeology_html_3353186896:596:50569:50589 Pinto Mojave, California +0.461713 gsa_html_1983936163 gsa_html_1983936163:516:42551:42571 Angostura Aconcagua +0.243536 gsa_html_4446967287 gsa_html_4446967287:1080:94790:94799 Extension Victoria, British Columbia +0.466416 aapg_ah_847.html aapg_ah_847.html:105:12322:12331 New Egypt New Egypt, New Jersey +0.25959 cspg_html_4376017434 cspg_html_4376017434:327:34719:34738 Pardonet Victoria, British Columbia +0.462075 gsa_html_6840104719 gsa_html_6840104719:54:3407:3435 Green River Colorado +0.271932 cspg_html_4693916254 cspg_html_4693916254:587:59042:59070 Prairie Regina, Saskatchewan +0.370617 aapg_ac_414.html aapg_ac_414.html:306:38090:38116 Plympton Logan, Utah +0.262644 cspg_html_6021605367 cspg_html_6021605367:215:22835:22847 Percha New Mexico +0.483465 aapg_ac_925.html aapg_ac_925.html:64:9910:9919 Hornbrook Klamath Mountains (ecoregion) +0.262135 cspg_html_1189888589 cspg_html_1189888589:303:37961:37980 Paskapoo Edmonton, London +0.499372 aapg_ad_442.html aapg_ad_442.html:82:10000:10020 San Andres West Texas +0.245025 gsa_html_5756232019 gsa_html_5756232019:138:14622:14639 Florida Mountains New Mexico +0.272874 gsa_html_9052101586 gsa_html_9052101586:414:48634:48645 Peoria Fox Valley (Illinois) +0.273735 aapg_aa_314.html aapg_aa_314.html:186:22579:22594 Monmouth Matawan, New Jersey +0.26163 aapg_af_790.html aapg_af_790.html:55:4739:4745 Oswego Pawhuska, Oklahoma +0.479688 gsa_html_6982030333 gsa_html_6982030333:1390:127336:127342 Oregon Blue Mountains (Oregon) +0.926394 cspg_html_5456368738 cspg_html_5456368738:36:5457:5478 Slave Point Great Slave Lake +0.251835 aapg_ai_468.html aapg_ai_468.html:53:7496:7515 Haynesville Bossier City, Louisiana +0.245364 aapg_ae_287.html aapg_ae_287.html:535:69677:69683 Provo Coalinga, California +0.275448 palaios_html_2994452429 palaios_html_2994452429:1717:144491:144497 Denver Victoria, British Columbia +0.478 aapg_ah_79.html aapg_ah_79.html:39:3988:4000 Austin Chalk Ferris, Texas +0.269361 aapg_ad_466.html aapg_ad_466.html:224:28456:28474 Mount Laurel Matawan, New Jersey +0.271582 aapg_ad_920.html aapg_ad_920.html:40:3746:3758 Red Mountain Alabama +0.505582 aapg_ac_516.html aapg_ac_516.html:159:16524:16534 San Andres Texas +0.51379 aapg_ai_157.html aapg_ai_157.html:425:38749:38765 Salina Guelph +0.508698 aapg_ah_313.html aapg_ah_313.html:46:4566:4594 Spearfish Spearfish, South Dakota +0.247374 aapg_aa_918.html aapg_aa_918.html:8:932:963 Stone Corral Kingman, Arizona +0.26447 aapg_ac_719.html aapg_ac_719.html:59:6159:6171 Pierre New Mexico +0.48306 sedimentology_html_3914054382 sedimentology_html_3914054382:713:55966:55972 Thrifty London, Ontario +0.2548 cspg_html_2865093674 cspg_html_2865093674:85:13340:13349 Gog Mount Assiniboine Provincial Park +0.365462 aapg_ai_981.html aapg_ai_981.html:546:43032:43041 Catahoula Mississippi River +0.36192 palaios_html_4501603736 palaios_html_4501603736:150:14442:14450 Moenkopi Reno, Nevada +0.531576 aapg_ah_337.html aapg_ah_337.html:336:41208:41227 Smackover Cotton Valley, Louisiana +0.26765 gsa_html_7125621200 gsa_html_7125621200:633:57635:57643 Colorado Denver +0.477152 sedimentology_html_8748254640 sedimentology_html_8748254640:89:9558:9578 Toro South America +0.482023 aapg_ae_936.html aapg_ae_936.html:55:7796:7805 Frio Brazoria County, Texas +0.502765 AMJC_html_5722410163 AMJC_html_5722410163:545:56346:56367 Elko Elko, Nevada +0.2688 gsa_html_5293445820 gsa_html_5293445820:737:75687:75697 West Point West Point, New York +0.49131 aapg_ae_752.html aapg_ae_752.html:267:27192:27196 Kent Middle East +0.4914 jgeology_html_9215313444 jgeology_html_9215313444:89:3626:3634 Richland Washington (state) +0.45441 gsa_html_8035658736 gsa_html_8035658736:753:86534:86540 Oregon Blue Mountains (Oregon) +0.246512 palaios_html_2492387369 palaios_html_2492387369:840:74278:74282 Hall Birkeland current +0.261855 aapg_ae_26.html aapg_ae_26.html:15:2778:2792 Kope Bloomington, Indiana +0.269336 aapg_ak_104.html aapg_ak_104.html:37:5177:5196 Lodgepole Cheyenne, Wyoming +0.463701 jgeology_html_1063177056 jgeology_html_1063177056:334:20721:20729 Virginia Hatteras Island +0.497276 aapg_ae_498.html aapg_ae_498.html:819:91276:91324 Martinsburg Middle East +0.26104 geology_html_2620787843 geology_html_2620787843:295:24509:24519 Santa Cruz Santa Cruz, California +0.66693 aapg_ad_55.html aapg_ad_55.html:95:7692:7699 Decorah Missouri River +0.255474 sedimentology_html_2852905111 sedimentology_html_2852905111:919:75150:75158 Scotland Spain +0.25676 aapg_ac_200.html aapg_ac_200.html:413:40819:40827 Evanston Fort Union Trading Post National Historic Site +0.2575 geology_html_6240326392 geology_html_6240326392:272:23852:23860 Colorado Denver +0.255811 jgeology_html_8051988838 jgeology_html_8051988838:240:13263:13285 Exshaw Canada +0.254016 palaios_html_8113714689 palaios_html_8113714689:232:25420:25428 Michigan Munising, Michigan +0.24947 aapg_ah_335.html aapg_ah_335.html:371:44755:44758 Duo Beckley, Oxfordshire +0.262584 gsa_html_7012936645 gsa_html_7012936645:70:6887:6908 Martinsburg Hamburg +0.25092 cspg_html_3762708087 cspg_html_3762708087:59:8440:8456 Viking Suffield, Connecticut +0.475228 AMJC_html_3632105729 AMJC_html_3632105729:589:75863:75869 Oregon Boise, Idaho +0.258064 cspg_html_2083823293 cspg_html_2083823293:566:60510:60544 Kootenay Lacombe, Alberta +0.357616 geology_html_9145998626 geology_html_9145998626:206:17918:17954 Big Cottonwood Logan, Utah +0.57597 aapg_af_480.html aapg_af_480.html:168:19479:19494 Olentangy Ohio +0.487734 aapg_af_186.html aapg_af_186.html:1041:111535:111551 Salina Ontario, California +0.378256 cspg_html_1818321956 cspg_html_1818321956:367:36158:36184 Augusta Mountain Reno, Nevada +0.253492 aapg_af_598.html aapg_af_598.html:22:2220:2227 Lenapah Seminole, Texas +0.244528 cspg_html_5141367518 cspg_html_5141367518:59:9459:9469 Mill Creek Western world +0.49989 aapg_ah_779.html aapg_ah_779.html:621:115368:115376 Virginia Bloomington, Indiana +0.252824 aapg_aa_147.html aapg_aa_147.html:52:7335:7349 Stony Mountain Winnipeg +0.249951 aapg_ai_935.html aapg_ai_935.html:43:7622:7626 Kent Iran +0.477453 aapg_ac_714.html aapg_ac_714.html:134:14288:14311 Gypsum Spring Big Horn Mountains +0.496327 cspg_html_8089302449 cspg_html_8089302449:13:1729:1742 Watt Mountain Lacombe, Alberta +0.483492 cspg_html_8414893458 cspg_html_8414893458:38:5075:5083 Columbia Victoria, British Columbia +0.502244 cspg_html_9343899465 cspg_html_9343899465:87:12252:12265 Griper Bay Little Cornwallis Island +0.45267 aapg_aa_702.html aapg_aa_702.html:384:87537:87545 Colorado New Mexico +0.640782 gsa_html_2076560873 gsa_html_2076560873:280:31726:31738 Devon Island Ellesmere Island +0.48692 gsa_html_1337782073 gsa_html_1337782073:94:9487:9507 Ammonoosuc Volcanics Littleton, Colorado +0.482275 palaios_html_3904138149 palaios_html_3904138149:854:63288:63297 Sheffield Bridgewater, Massachusetts +0.26208 palaios_html_5941046452 palaios_html_5941046452:672:56097:56102 Price Middle East +0.253916 aapg_ad_860.html aapg_ad_860.html:334:20077:20120 Madison Erie, Pennsylvania +0.270384 cspg_html_9119878068 cspg_html_9119878068:211:27204:27218 Fort Vermilion Swan Hill, Victoria +0.496961 aapg_ad_871.html aapg_ad_871.html:753:59950:59958 Michigan Walling +0.505136 aapg_af_449.html aapg_af_449.html:126:15896:15902 Oregon Cheyenne, Wyoming +0.25653 sedimentology_html_7328045802 sedimentology_html_7328045802:357:27075:27099 Perry Austin, Chicago +0.485199 sedimentology_html_8714923404 sedimentology_html_8714923404:1261:81363:81367 Hall London, Ontario +0.515284 aapg_aa_684.html aapg_aa_684.html:362:34694:34711 Ankareh Cheyenne, Wyoming +0.360651 aapg_ad_670.html aapg_ad_670.html:25:4923:4939 Morgan Logan, Utah +0.253655 gsa_html_3225734041 gsa_html_3225734041:775:67950:67958 Scotland Canada +0.24633 cspg_html_4498577775 cspg_html_4498577775:1248:91945:91950 Tidal Piedmont (United States) +0.257943 cspg_html_1611261412 cspg_html_1611261412:876:110054:110070 Oldman Lethbridge +0.257024 aapg_ac_867.html aapg_ac_867.html:647:89170:89177 Madison Cheyenne, Wyoming +0.25132 aapg_ah_439.html aapg_ah_439.html:37:4431:4439 Richland Richland, Washington +0.496228 aapg_ah_138.html aapg_ah_138.html:19:1987:1995 Sundance Fort Union Trading Post National Historic Site +0.802306 cspg_html_6252417471 cspg_html_6252417471:318:46465:46486 Horton River Banks Island +0.265728 cspg_html_3766007701 cspg_html_3766007701:18:1726:1738 Saskatchewan Lacombe, Alberta +0.488652 aapg_af_854.html aapg_af_854.html:848:120251:120268 Renault Louisville, Kentucky +0.488516 palaios_html_7654061871 palaios_html_7654061871:607:46096:46104 Edmonton Coral reef +0.483616 gsa_html_9569209726 gsa_html_9569209726:845:80336:80349 Santa Barbara Washington (state) +0.27348 aapg_ad_880.html aapg_ad_880.html:762:73493:73510 Entrada Cheyenne, Wyoming +0.24846 geology_html_2006236083 geology_html_2006236083:73:7095:7107 Simla India +0.533448 aapg_af_15.html aapg_af_15.html:235:23518:23525 Wasatch Uinta Mountains +0.2515 cspg_html_7351304206 cspg_html_7351304206:6:445:487 Albert New Brunswick, New Jersey +0.496188 aapg_ad_784.html aapg_ad_784.html:468:50252:50257 Vaqueros Elwood, Illinois +0.458103 palaios_html_8113714689 palaios_html_8113714689:292:32890:32907 Tanyard Texas +0.47174 cspg_html_4374961624 cspg_html_4374961624:29:5121:5139 Stephen Mount Robson Provincial Park +0.48246 aapg_ah_182.html aapg_ah_182.html:36:4471:4483 Sherman Fall Rockland County, New York +0.505575 aapg_ac_924.html aapg_ac_924.html:18:2990:2997 Madison Boise, Idaho +0.265081 aapg_af_628.html aapg_af_628.html:95:8848:8859 Tar Springs Vienna +0.50895 cspg_html_3187264334 cspg_html_3187264334:473:54045:54062 Cardium Canada +0.234031 geology_html_6392821947 geology_html_6392821947:319:26457:26467 Washington Salem, Oregon +0.493387 aapg_ai_526.html aapg_ai_526.html:153:19681:19696 Mesaverde New Mexico +0.25296 jgeology_html_8064855537 jgeology_html_8064855537:219:13461:13491 Cedar Mountain Logan, Utah +0.26765 aapg_ai_974.html aapg_ai_974.html:406:43914:43920 Oregon California +0.4795 cspg_html_8250755331 cspg_html_8250755331:64:11303:11320 Muskiki Canada +0.496392 aapg_ad_103.html aapg_ad_103.html:23:2605:2613 Columbia Columbia District +0.277876 aapg_af_551.html aapg_af_551.html:47:5185:5196 Lake Valley Rift Valley lakes +0.273408 cspg_html_5117208919 cspg_html_5117208919:22:1794:1800 Muskeg Victoria, British Columbia +0.257176 cspg_html_2749851978 cspg_html_2749851978:342:46958:46975 Cardium Lacombe, Alberta +0.26159 sedimentology_html_1145136946 sedimentology_html_1145136946:631:71849:71853 Hall London, Ontario +0.263954 aapg_ah_370.html aapg_ah_370.html:394:29509:29523 Traverse Alpena, Michigan +0.2499 gsa_html_1924998244 gsa_html_1924998244:1037:84723:84737 Cedar Mountain Reno, Nevada +0.252945 aapg_ae_999.html aapg_ae_999.html:485:64179:64188 Catahoula Tampa, Florida +0.482816 aapg_aa_351.html aapg_aa_351.html:134:12552:12569 Bromide Tahlequah, Oklahoma +0.2575 cspg_html_9361096527 cspg_html_9361096527:42:8668:8676 Edmonton Judith River Formation +0.258885 aapg_af_664.html aapg_af_664.html:260:28064:28073 Red River Texas +0.255 AMJC_html_8866429777 AMJC_html_8866429777:223:29866:29895 Laurentian Middle East +0.263682 sedimentology_html_2608220485 sedimentology_html_2608220485:1030:59438:59458 Lawrence Quebec City +0.49543 aapg_ai_751.html aapg_ai_751.html:135:13444:13454 Cumberland Bath, Somerset +0.246753 aapg_af_792.html aapg_af_792.html:100:11891:11899 Richland Shreveport, Louisiana +0.280896 sedimentology_html_5315330584 sedimentology_html_5315330584:83:9041:9045 Java Borneo +0.495104 aapg_ai_592.html aapg_ai_592.html:352:57110:57131 Green River Cheyenne, Wyoming +0.26928 aapg_ai_593.html aapg_ai_593.html:1676:171222:171236 Buda Texas +0.480365 gsa_html_5625878232 gsa_html_5625878232:186:27344:27360 Forbes Sucia Island +0.46662 cspg_html_8708246424 cspg_html_8708246424:298:38923:38942 Home Lacombe, Alberta +0.878 aapg_af_728.html aapg_af_728.html:154:18739:18763 Elko Elko, Nevada +0.2665 cspg_html_9093703322 cspg_html_9093703322:112:14143:14151 Edmonton Cordillera Administrative Region +0.474552 cspg_html_5973552270 cspg_html_5973552270:47:6326:6347 Beaverhill Swan Hill, Victoria +0.260865 aapg_aa_813.html aapg_aa_813.html:344:39443:39463 Fort Union Mississippi River +0.48884 cspg_html_2701043964 cspg_html_2701043964:87:12907:12926 Athabasca Winnipeg +0.4788 geology_html_6407364180 geology_html_6407364180:48:5115:5140 Navajo Colorado +0.487936 cspg_html_1188455526 cspg_html_1188455526:96:15983:16003 Otto Fiord Ellesmere Island +0.247604 gsa_html_3096615185 gsa_html_3096615185:206:23105:23118 Nahant Gabbro Nahant, Massachusetts +0.46116 aapg_ah_617.html aapg_ah_617.html:206:16934:16940 Denver Colorado +0.51376 cspg_html_8590968109 cspg_html_8590968109:331:36837:36856 Beaufort Calgary +0.259534 cspg_html_9713614580 cspg_html_9713614580:45:6951:6983 Willow Creek Lacombe, Alberta +0.470374 gsa_html_2028006768 gsa_html_2028006768:1195:81941:81969 Green River Colorado +0.532784 aapg_ae_992.html aapg_ae_992.html:3:234:253 Chugwater John Crow Mountains +0.475252 aapg_af_632.html aapg_af_632.html:77:7205:7225 Palo Pinto Texas +0.2475 aapg_ae_794.html aapg_ae_794.html:665:75835:75855 Coon Creek Selma to Montgomery marches +0.460748 gsa_html_9457387752 gsa_html_9457387752:708:64379:64385 Dayton North Carolina +0.429084 aapg_ad_691.html aapg_ad_691.html:11:1414:1434 Fort Worth Texas +0.509978 gsa_html_8900182424 gsa_html_8900182424:79:5207:5235 Green River Colorado +0.498076 aapg_ad_466.html aapg_ad_466.html:1291:138402:138419 Patuxent Maryland +0.22826 palaios_html_5264377288 palaios_html_5264377288:99:10414:10434 Chickaloon Matanuska-Susitna Valley +0.493506 sedimentology_html_6434577006 sedimentology_html_6434577006:1090:59766:59792 Bradore Quebec City +0.254508 gsa_html_1744648670 gsa_html_1744648670:314:33164:33182 Sheepbed Canada +0.26058 cspg_html_4516258038 cspg_html_4516258038:124:15659:15663 Eids Middle East +0.81696 aapg_ah_329.html aapg_ah_329.html:325:31363:31370 Sisquoc Monterey, California +0.50668 aapg_af_575.html aapg_af_575.html:388:52416:52424 Edgewood Bainbridge, Georgia +0.24057 gsa_html_2240019054 gsa_html_2240019054:491:44860:44869 Cranberry North Carolina +0.248688 aapg_ah_179.html aapg_ah_179.html:69:4990:5006 Chinle Chinle Formation +0.677074 sedimentology_html_3592910316 sedimentology_html_3592910316:1312:77364:77394 Tuscaloosa Gulf Coast of the United States +0.263165 cspg_html_4860363565 cspg_html_4860363565:230:30640:30652 Medicine Hat Milk River, Alberta +0.491967 aapg_ah_516.html aapg_ah_516.html:320:22335:22349 San Pedro Lomita, California +0.479591 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4501:4517 Dakota Regina, Saskatchewan +0.262384 aapg_ah_3.html aapg_ah_3.html:461:59048:59074 Camsell Cheyenne, Wyoming +0.890036 aapg_ac_835.html aapg_ac_835.html:218:29071:29091 Phosphoria Cheyenne, Wyoming +0.263172 aapg_ad_192.html aapg_ad_192.html:310:35367:35383 Tuscaloosa Buckhorn, Pennsylvania +0.261542 cspg_html_8054926782 cspg_html_8054926782:387:43183:43204 Martinsburg Pennsylvania +0.361998 cspg_html_1962846283 cspg_html_1962846283:30:4812:4834 Livingstone Western world +0.831675 aapg_ae_391.html aapg_ae_391.html:479:44404:44421 Rustler Delaware +0.233288 gsa_html_8237815743 gsa_html_8237815743:189:15854:15876 Arroyo Santa Ana, California +0.263907 cspg_html_2384466756 cspg_html_2384466756:272:36545:36564 Port Hood Bridgetown, Nova Scotia +0.246012 aapg_ai_553.html aapg_ai_553.html:220:26833:26841 Carlsbad New Mexico +0.67841 aapg_ad_466.html aapg_ad_466.html:218:28227:28240 Merchantville Matawan, New Jersey +0.248392 cspg_html_2040245760 cspg_html_2040245760:62:5559:5567 Columbia Victoria, British Columbia +0.254214 aapg_ai_462.html aapg_ai_462.html:386:39500:39517 El Abra Matamoros, Tamaulipas +0.28158 aapg_aa_126.html aapg_aa_126.html:74:7877:7896 Franconia Franconia, New Hampshire +0.251779 aapg_ad_466.html aapg_ad_466.html:793:87207:87219 Mount Laurel Navesink River +0.608096 aapg_ac_451.html aapg_ac_451.html:145:15986:16005 Matanuska Seldovia, Alaska +0.5044 aapg_ah_779.html aapg_ah_779.html:227:41702:41712 Reedsville Ontario, California +0.260099 cspg_html_2703495345 cspg_html_2703495345:358:51221:51228 Glenelg Bridgetown, Nova Scotia +0.48735 aapg_ah_847.html aapg_ah_847.html:146:16580:16595 Laurel New Egypt, New Jersey +0.487542 aapg_af_291.html aapg_af_291.html:516:56502:56526 Lisburne Lisburne Peninsula +0.261096 gsa_html_2832151886 gsa_html_2832151886:673:58677:58682 Yukon Arctic Cordillera +0.851304 aapg_aa_731.html aapg_aa_731.html:251:33509:33521 Wilcox Rockdale, Texas +0.272195 aapg_ae_140.html aapg_ae_140.html:91:8161:8172 Kaiparowits Uinta Mountains +0.512448 aapg_ah_221.html aapg_ah_221.html:94:9314:9321 Duperow Mesa, Arizona +0.510136 gsa_html_7090153753 gsa_html_7090153753:541:43266:43274 Monterey California +0.25596 aapg_ac_688.html aapg_ac_688.html:145:15142:15153 Green River Uinta Mountains +0.249488 gsa_html_2378424898 gsa_html_2378424898:946:58672:58678 Jordan Andes +0.254925 gsa_html_4216613284 gsa_html_4216613284:146:17240:17266 Hermit Supai, Arizona +0.504172 aapg_ad_318.html aapg_ad_318.html:101:13530:13542 Salina Guelph +0.366544 cspg_html_1818321956 cspg_html_1818321956:266:27089:27109 Toad Alaska Highway +0.436202 aapg_ac_612.html aapg_ac_612.html:344:34803:34820 Wanakah Summerville, South Carolina +0.264171 cspg_html_5479700260 cspg_html_5479700260:73:8926:8950 Stony Mountain Churchill River (Atlantic) +0.271656 aapg_ae_350.html aapg_ae_350.html:7:1611:1621 Montgomery Tuscaloosa, Alabama +0.239072 cspg_html_5688447798 cspg_html_5688447798:142:20378:20406 Disappointment Bay Ellesmere Island +0.255595 gsa_html_3648258377 gsa_html_3648258377:376:36342:36366 Merchantville Bass River Township, New Jersey +0.224409 cspg_html_7201476813 cspg_html_7201476813:404:50080:50104 Interlake Winnipeg +0.493776 aapg_ai_326.html aapg_ai_326.html:38:5633:5655 New Scotland Virginia +0.263662 jgeology_html_4115179562 jgeology_html_4115179562:1354:73727:73749 Mount Rogers Virginia +0.498848 aapg_ad_695.html aapg_ad_695.html:65:5881:5894 Cook Mountain Nacogdoches, Texas +0.250677 aapg_ae_6.html aapg_ae_6.html:543:59161:59168 Edwards County Sligo +0.488474 aapg_ae_959.html aapg_ae_959.html:375:31458:31477 Carlsbad El Capitan +0.24582 cspg_html_6816015957 cspg_html_6816015957:360:41249:41262 Barnett Montgomery (town), New York +0.490595 aapg_ah_817.html aapg_ah_817.html:114:10491:10505 Mission Canyon Spearfish, South Dakota +0.457256 aapg_ah_753.html aapg_ah_753.html:233:37150:37160 Maringouin New Caledonia +0.262626 AMJC_html_7085584544 AMJC_html_7085584544:897:93636:93644 Michigan Michigan +0.261612 cspg_html_1763727002 cspg_html_1763727002:6:553:575 Charlie Lake Lacombe, Alberta +0.26967 aapg_ac_586.html aapg_ac_586.html:3:176:196 Pottsville Pennsylvania +0.24288 AMJC_html_4066734654 AMJC_html_4066734654:82:6381:6389 Willwood Fort Union Trading Post National Historic Site +0.483928 cspg_html_5375448448 cspg_html_5375448448:438:47192:47200 Edmonton Victoria, British Columbia +0.249964 aapg_aa_736.html aapg_aa_736.html:54:6058:6065 Bedford Antrim, County Antrim +0.263144 gsa_html_3791863023 gsa_html_3791863023:61:4800:4828 Green River New Mexico +0.247808 aapg_ai_249.html aapg_ai_249.html:246:34085:34090 Sepur Campania +0.475629 aapg_ai_278.html aapg_ai_278.html:744:91242:91261 Card Sound Dolomite Melbourne, Florida +0.509978 gsa_html_4269059568 gsa_html_4269059568:55:3414:3442 Green River Colorado +0.705111 cspg_html_7138604143 cspg_html_7138604143:105:16532:16543 Blind Fiord Ellesmere Island +0.472576 sedimentology_html_4270818528 sedimentology_html_4270818528:1340:42176:42180 Hall London, Ontario +0.498834 aapg_ae_876.html aapg_ae_876.html:50:6003:6015 Cedar Mountain Cedar Mountains +0.479359 aapg_aa_12.html aapg_aa_12.html:462:49036:49056 Moorefield Arbuckle, California +0.267033 cspg_html_8145657505 cspg_html_8145657505:205:30429:30449 Swan Hills Swan Hill, Victoria +0.23961 cspg_html_4773367370 cspg_html_4773367370:366:27760:27774 Colorado Canada +0.241956 cspg_html_9136481292 cspg_html_9136481292:320:40063:40071 Columbia Victoria, British Columbia +0.261121 cspg_html_5976982403 cspg_html_5976982403:120:16769:16781 Purcell Lava Purcell Mountains +0.52218 aapg_ac_807.html aapg_ac_807.html:850:83217:83233 Wilcox Alabama +0.500598 aapg_ad_812.html aapg_ad_812.html:49:5993:6000 Kayenta Kayenta, Arizona +0.249775 cspg_html_8590968109 cspg_html_8590968109:55:6024:6031 Tintina Arctic Cordillera +0.463749 aapg_ae_973.html aapg_ae_973.html:487:35443:35447 Yeso Texas +0.224627 aapg_ah_275.html aapg_ah_275.html:288:34608:34618 Copenhagen Denmark +0.262584 aapg_ai_654.html aapg_ai_654.html:82:14074:14091 Prairie Middle East +0.257484 palaios_html_4939666561 palaios_html_4939666561:543:58737:58768 Kope Ohio +0.247995 cspg_html_9771826320 cspg_html_9771826320:878:125350:125380 Washington Greenland +0.438944 gsa_html_7102550258 gsa_html_7102550258:810:91343:91353 Springdale Kayenta, Arizona +0.26265 cspg_html_4099674132 cspg_html_4099674132:94:12773:12795 Winnipegosis Regina, Saskatchewan +0.240099 gsa_html_3826887876 gsa_html_3826887876:627:62921:62936 Catalina Schist California +0.524 palaios_html_1262064602 palaios_html_1262064602:1141:110366:110382 Chinle Arizona +0.2605 gsa_html_2758185504 gsa_html_2758185504:19:999:1019 Hell Creek Fort Union Trading Post National Historic Site +0.267273 aapg_ac_529.html aapg_ac_529.html:104:12133:12158 Whitsett Texas +0.326731 aapg_ae_856.html aapg_ae_856.html:212:25472:25496 Lizard Springs Trinidad and Tobago +0.250857 cspg_html_9052242265 cspg_html_9052242265:7:588:604 Hector Victoria, British Columbia +0.24644 sedimentology_html_5688658852 sedimentology_html_5688658852:1268:73045:73062 Basal Canada +0.25132 jgeology_html_6186634367 jgeology_html_6186634367:320:30246:30259 Marble Canyon Grapevine, California +0.247 cspg_html_3772380029 cspg_html_3772380029:11:1003:1036 Bad Cache Rapids River Severn +0.255892 aapg_ad_882.html aapg_ad_882.html:278:22768:22789 Snyder Arizona +0.489765 aapg_ai_208.html aapg_ai_208.html:232:19921:19937 Peedee North Carolina +0.483708 AMJC_html_5390933660 AMJC_html_5390933660:194:21325:21338 Gile Mountain New Hampshire +0.273672 gsa_html_6169925575 gsa_html_6169925575:858:87807:87816 San Diego Sumida River +0.507996 aapg_ac_984.html aapg_ac_984.html:128:11279:11289 Eau Claire Stoddard County, Missouri +0.473185 cspg_html_9613906024 cspg_html_9613906024:831:64747:64772 Beaverhill Canada +0.454116 sedimentology_html_6688355569 sedimentology_html_6688355569:177:17941:17949 Scotland England +0.50456 aapg_ad_880.html aapg_ad_880.html:259:26677:26700 Gypsum Spring Cheyenne, Wyoming +0.250745 cspg_html_2799817929 cspg_html_2799817929:324:38167:38184 Cardium Lacombe, Alberta +0.497555 cspg_html_5947812886 cspg_html_5947812886:360:56258:56276 Deadwood Lacombe, Alberta +0.486402 aapg_af_922.html aapg_af_922.html:151:20725:20732 Grayson Kentucky +0.847665 gsa_html_4071231613 gsa_html_4071231613:809:88167:88183 Hurwal Salem, Oregon +0.815384 AMJC_html_5402007949 AMJC_html_5402007949:289:26829:26838 Red River Red River of the North +0.256486 aapg_ah_962.html aapg_ah_962.html:21:2882:2897 Viola Wichita Mountains +0.269868 aapg_ad_379.html aapg_ad_379.html:664:54739:54747 Sawtooth Carmel, Indiana +0.2575 aapg_ai_80.html aapg_ai_80.html:318:32770:32788 Utica Lexington, Kentucky +0.26208 cspg_html_7176835767 cspg_html_7176835767:233:29483:29498 Husky Banks Island +0.238326 aapg_aa_655.html aapg_aa_655.html:24:3392:3422 Ouray Colorado +0.262063 aapg_af_138.html aapg_af_138.html:95:10152:10170 Catskill Pocono Raceway +0.250376 gsa_html_6589330144 gsa_html_6589330144:837:79972:79980 Colorado Denver +0.24947 aapg_af_479.html aapg_af_479.html:703:74860:74880 Point Loma California +0.236944 cspg_html_3012058617 cspg_html_3012058617:143:19813:19831 Kootenay Cordillera Administrative Region +0.266252 aapg_ac_65.html aapg_ac_65.html:175:17321:17325 Vail Colorado +0.47268 cspg_html_2039656422 cspg_html_2039656422:61:6371:6390 Neruokpuk Spring River (Missouri) +0.473456 aapg_ac_841.html aapg_ac_841.html:1212:125145:125160 Atima Honduras +0.252984 cspg_html_4623526246 cspg_html_4623526246:11:1059:1067 Columbia Victoria, British Columbia +0.254944 aapg_aa_47.html aapg_aa_47.html:67:7009:7017 Colorado San Juan Islands +0.284073 aapg_ad_958.html aapg_ad_958.html:816:83605:83611 Keokuk Burlington, Ontario +0.261626 aapg_af_615.html aapg_af_615.html:12:1147:1157 Rio Grande Mexico +0.46403 aapg_af_143.html aapg_af_143.html:860:84801:84810 Hornbrook Klamath Mountains (ecoregion) +0.499954 aapg_ai_28.html aapg_ai_28.html:104:8755:8762 Lagarto Oakville, California +0.476064 aapg_ad_318.html aapg_ad_318.html:328:35904:35910 Guelph Bloomington, Indiana +0.24912 aapg_af_891.html aapg_af_891.html:43:4414:4430 San Andres New Mexico +0.2615 aapg_ac_885.html aapg_ac_885.html:149:15536:15553 Prairie Regina, Saskatchewan +0.894915 aapg_aa_918.html aapg_aa_918.html:897:93518:93533 Dog Creek Cave Creek, Arizona +0.4788 aapg_ac_56.html aapg_ac_56.html:140:9123:9140 Paradox Grand County, Colorado +0.490974 cspg_html_1025724640 cspg_html_1025724640:83:14228:14246 Beekmantown Ontario, California +0.496762 cspg_html_5090493449 cspg_html_5090493449:6:408:425 Pekisko Lacombe, Alberta +0.248985 aapg_ad_376.html aapg_ad_376.html:38:4103:4113 Cove Creek Pickaway County, Ohio +0.253916 cspg_html_1878628154 cspg_html_1878628154:107:13197:13229 Montney Lacombe, Alberta +0.24346 aapg_ad_466.html aapg_ad_466.html:1389:147853:147861 Columbia Columbia District +0.644254 aapg_ai_810.html aapg_ai_810.html:34:5486:5501 Norphlet Mississippi River +0.4585 geology_html_8377407162 geology_html_8377407162:209:20043:20064 Deep Spring Reno, Nevada +0.458325 aapg_ak_132.html aapg_ak_132.html:233:24155:24162 Subinal El Salvador, Misamis Oriental +0.49665 aapg_ad_752.html aapg_ad_752.html:4:427:437 Brownstown Texas +0.25008 gsa_html_8427412684 gsa_html_8427412684:618:62496:62528 Chelmsford Sudbury, Suffolk +0.25132 cspg_html_5685783620 cspg_html_5685783620:102:14305:14316 Mount Whyte Hockley +0.241964 cspg_html_8708246424 cspg_html_8708246424:275:35299:35311 Saskatchewan Lacombe, Alberta +0.261632 geology_html_3363667765 geology_html_3363667765:167:17719:17724 Queen Canada +0.48732 aapg_ac_126.html aapg_ac_126.html:206:30649:30658 Smackover Bossier City, Louisiana +0.255811 aapg_af_168.html aapg_af_168.html:28:4678:4686 Vaqueros South Mountains (Arizona) +0.49712 aapg_ah_318.html aapg_ah_318.html:498:58451:58470 Smackover Navarro County, Texas +0.269698 aapg_ai_65.html aapg_ai_65.html:26:3813:3826 Deadwood Cheyenne, Wyoming +0.50784 aapg_ac_617.html aapg_ac_617.html:4:477:494 Fleming Oakville, California +0.48896 cspg_html_3634181348 cspg_html_3634181348:322:31341:31356 Laval Quebec City +0.2355 geology_html_9343070577 geology_html_9343070577:292:20331:20339 Scotland London, Ontario +0.272874 aapg_aa_906.html aapg_aa_906.html:559:61414:61434 Fort Union Colorado +0.498759 aapg_ah_318.html aapg_ah_318.html:1796:167382:167401 La Gloria Durango, Durango +0.253356 aapg_af_342.html aapg_af_342.html:31:4561:4570 Vicksburg Ocala, Florida +0.42622 aapg_ae_6.html aapg_ae_6.html:184:21834:21838 Buda Buda, Texas +0.47872 cspg_html_4298557570 cspg_html_4298557570:117:18261:18279 Paskapoo Edmonton, London +0.471942 aapg_ah_415.html aapg_ah_415.html:31:4117:4122 Eagle Colorado +0.270175 sedimentology_html_5928478399 sedimentology_html_5928478399:636:42177:42187 Washington Wa (Japan) +0.483336 sedimentology_html_4225650860 sedimentology_html_4225650860:224:17264:17274 Washington Tokyo +0.47998 aapg_ae_415.html aapg_ae_415.html:899:112497:112509 Chickasawhay Tampa, Florida +0.489842 aapg_ad_683.html aapg_ad_683.html:135:17528:17544 Kaibab Coconino County, Arizona +0.25452 gsa_html_8820488310 gsa_html_8820488310:39:3262:3270 Columbia Victoria, British Columbia +0.254338 aapg_ad_715.html aapg_ad_715.html:158:18866:18875 Allegheny Hartshorne, Oklahoma +0.480675 geology_html_5235685630 geology_html_5235685630:306:25025:25035 Notch Peak Logan, Utah +0.258552 sedimentology_html_3826538092 sedimentology_html_3826538092:623:39072:39078 Taylor London, Ontario +0.459476 gsa_html_5015599008 gsa_html_5015599008:684:58926:58946 Colorado Canada +0.248 cspg_html_8438548095 cspg_html_8438548095:281:25399:25420 Cypress Drumheller +0.936399 aapg_ad_379.html aapg_ad_379.html:825:68275:68291 Lakota Black Hills +0.49131 aapg_ad_351.html aapg_ad_351.html:36:4498:4528 Keokuk Springfield, Illinois +0.702576 cspg_html_6839937815 cspg_html_6839937815:277:39140:39156 Toroweap Logan, Utah +0.480594 aapg_aa_172.html aapg_aa_172.html:540:63858:63867 Gibraltar Spain +0.456912 sedimentology_html_3455721661 sedimentology_html_3455721661:487:38784:38801 Todilto Entrada Sandstone +0.2575 gsa_html_2717448156 gsa_html_2717448156:897:95158:95168 Washington Salem, Oregon +0.469665 aapg_aa_147.html aapg_aa_147.html:260:31799:31818 Red River Regina, Saskatchewan +0.255 sedimentology_html_5462089509 sedimentology_html_5462089509:1468:101730:101768 Kingston Peak California +0.255636 cspg_html_2172704722 cspg_html_2172704722:507:66134:66156 Basal Regina, Saskatchewan +0.494025 aapg_af_939.html aapg_af_939.html:37:4398:4407 Maquoketa Illinois +0.256985 AMJC_html_7176185664 AMJC_html_7176185664:721:73483:73515 Clinton East Cleveland, Ohio +0.239604 cspg_html_9439353033 cspg_html_9439353033:777:59249:59257 Edmonton Calgary +0.502164 aapg_ah_447.html aapg_ah_447.html:414:45554:45573 Oakville Karnes County, Texas +0.493136 aapg_ah_362.html aapg_ah_362.html:41:3857:3862 Logan Decatur, Georgia +0.485216 aapg_ad_862.html aapg_ad_862.html:101:16942:16952 Duck Creek Zanesville, Ohio +0.266252 aapg_ae_776.html aapg_ae_776.html:303:21674:21691 El Abra Mexico +0.46816 aapg_ah_722.html aapg_ah_722.html:417:48303:48320 Shublik Canning River (Alaska) +0.2548 cspg_html_5376629375 cspg_html_5376629375:54:9296:9314 Arctomys Canmore, Alberta +0.239608 aapg_aa_595.html aapg_aa_595.html:314:33778:33805 Wolfcamp Wichita, Kansas +0.453508 gsa_html_2378424898 gsa_html_2378424898:35:1974:1980 Sierra Western world +0.254925 aapg_ae_305.html aapg_ae_305.html:1335:124875:124880 Barco Colombia +0.499372 aapg_ac_575.html aapg_ac_575.html:276:43441:43451 Phosphoria Logan, Utah +0.26136 aapg_ai_184.html aapg_ai_184.html:123:12151:12167 Dakota Logan, Utah +0.238542 aapg_ah_419.html aapg_ah_419.html:86:8828:8836 Edmonton Lacombe, Alberta +0.245016 aapg_ai_462.html aapg_ai_462.html:229:24756:24773 El Abra Southeast Asia +0.511543 gsa_html_5253952002 gsa_html_5253952002:100:11955:11974 Beaumont Shreveport, Louisiana +0.480102 aapg_ae_877.html aapg_ae_877.html:460:38970:38987 Gilwood Lacombe, Alberta +0.473 AMJC_html_5969956211 AMJC_html_5969956211:1727:193045:193053 Colorado Denver +0.483 aapg_ah_876.html aapg_ah_876.html:541:66725:66737 Mooringsport Alabama +0.473184 AMJC_html_7287542072 AMJC_html_7287542072:1618:142411:142426 Wepawaug Schist Hartford, Connecticut +0.233742 cspg_html_2165379999 cspg_html_2165379999:462:43382:43421 Sulphur Point Lacombe, Alberta +0.245248 cspg_html_7334652966 cspg_html_7334652966:196:23289:23309 Whitehorse Lacombe, Alberta +0.266247 aapg_ae_381.html aapg_ae_381.html:20:3064:3070 Merced Fresno, California +0.438196 aapg_ai_357.html aapg_ai_357.html:178:19726:19735 Escondido Frio River +0.274512 aapg_ah_160.html aapg_ah_160.html:80:11786:11794 Michigan Ohio +0.25431 gsa_html_8597749242 gsa_html_8597749242:693:75715:75731 Fish Canyon Tuff Colorado +0.482832 sedimentology_html_2375557633 sedimentology_html_2375557633:765:59262:59277 Arikaree White River (Washington) +0.487014 aapg_af_878.html aapg_af_878.html:149:15114:15131 Warsaw Burlington, Ontario +0.25012 aapg_af_95.html aapg_af_95.html:270:22612:22624 Austin Chalk Whitestone, Queens +0.267424 aapg_aa_906.html aapg_aa_906.html:3:314:334 Fort Union Colorado +0.478235 aapg_af_588.html aapg_af_588.html:33:2957:2967 Sweetgrass Bow Island Airport +0.474498 AMJC_html_1305960228 AMJC_html_1305960228:509:65967:65976 Extension Canada +0.48822 aapg_ad_116.html aapg_ad_116.html:244:30544:30552 Seminole Seminole, Texas +0.494982 gsa_html_2327383408 gsa_html_2327383408:75:6433:6461 Green River Iran +0.2585 aapg_ai_835.html aapg_ai_835.html:71:8185:8199 Ingleside Beaumont, Texas +0.48514 gsa_html_7053510738 gsa_html_7053510738:19:948:956 Colorado Denver +0.27295 aapg_aa_824.html aapg_aa_824.html:701:76790:76796 Moscow Orenburg Oblast +0.245518 aapg_ac_23.html aapg_ac_23.html:77:7008:7033 Venango Venango, Pennsylvania +0.261632 cspg_html_2882304151 cspg_html_2882304151:141:27974:27981 Cadomin Lacombe, Alberta +0.508028 gsa_html_9579641184 gsa_html_9579641184:712:68424:68432 Yakataga Anchorage, Alaska +0.491967 cspg_html_3854139935 cspg_html_3854139935:126:21328:21345 Pakowki Lacombe, Alberta +0.915845 aapg_ae_789.html aapg_ae_789.html:92:12903:12923 Big Valley Lacombe, Alberta +0.479318 gsa_html_9428560088 gsa_html_9428560088:820:73462:73490 Green River Colorado +0.491724 aapg_ac_151.html aapg_ac_151.html:113:20267:20271 Frio Claiborne, Alabama +0.255458 aapg_ah_536.html aapg_ah_536.html:221:30026:30043 Rodessa County Sligo +0.241516 aapg_ae_65.html aapg_ae_65.html:405:40243:40251 Tensleep Cheyenne, Wyoming +0.481566 aapg_ac_477.html aapg_ac_477.html:601:69999:70019 Milk River Lacombe, Alberta +0.478296 aapg_ad_683.html aapg_ad_683.html:271:30651:30667 Toroweap Supai, Arizona +0.25908 aapg_aa_612.html aapg_aa_612.html:282:25308:25324 Bethel Kentucky +0.26622 aapg_ae_471.html aapg_ae_471.html:115:11933:11956 Cotton Valley Macedonia (region) +0.485469 aapg_aa_928.html aapg_aa_928.html:65:7421:7434 Jackson Texas +0.291657 aapg_aa_546.html aapg_aa_546.html:185:17479:17485 Dakota Colorado +0.479048 gsa_html_6652746762 gsa_html_6652746762:426:35658:35668 Santa Rita Araguaia River +0.49662 cspg_html_4026212902 cspg_html_4026212902:5:231:247 Exshaw Lacombe, Alberta +0.255892 aapg_ad_430.html aapg_ad_430.html:132:9837:9856 Smackover Cotton Valley, Louisiana +0.484295 gsa_html_4482097834 gsa_html_4482097834:681:62328:62356 Green River New Mexico +0.261112 palaios_html_5398833984 palaios_html_5398833984:39:4903:4929 Horseshoe Canyon Lacombe, Alberta +0.487936 cspg_html_7467378242 cspg_html_7467378242:271:35888:35896 Columbia Lacombe, Alberta +0.472604 gsa_html_5446866849 gsa_html_5446866849:972:73669:73697 Green River Iran +0.247996 gsa_html_7199417381 gsa_html_7199417381:828:76853:76861 Colorado Larimer (Pittsburgh) +0.510822 geology_html_2031965416 geology_html_2031965416:303:24555:24561 Moscow Russia +0.239979 aapg_aa_110.html aapg_aa_110.html:35:5280:5301 Green River Wasatch Range +0.252888 sedimentology_html_7103694532 sedimentology_html_7103694532:674:48845:48851 Moscow Russia +0.25398 jgeology_html_4902525400 jgeology_html_4902525400:1329:71209:71215 Brazil Mato Grosso do Sul +0.353232 aapg_ae_667.html aapg_ae_667.html:460:55872:55898 Flagstaff Logan, Utah +0.469802 gsa_html_4520182275 gsa_html_4520182275:263:30899:30909 Washington California +0.460955 gsa_html_4837287019 gsa_html_4837287019:69:8295:8303 Bellevue Seattle +0.489472 aapg_ac_720.html aapg_ac_720.html:312:32336:32355 Manasquan Manasquan, New Jersey +0.47808 aapg_ai_958.html aapg_ai_958.html:33:3412:3418 Goliad Oakville, California +0.505932 sedimentology_html_6337108022 sedimentology_html_6337108022:1670:83600:83610 Washington Olympic National Park +0.26565 aapg_ac_222.html aapg_ac_222.html:197:27911:27927 Cutler Middle East +0.263682 cspg_html_9683836416 cspg_html_9683836416:459:71050:71061 Belly River Lacombe, Alberta +0.452814 aapg_ad_941.html aapg_ad_941.html:592:44508:44531 Lower Elk Point Lacombe, Alberta +0.261626 aapg_ae_973.html aapg_ae_973.html:637:46574:46590 Whitehorse Panhandle, Texas +0.449592 AMJC_html_5421639085 AMJC_html_5421639085:24:2575:2582 Potomac Piedmont (United States) +0.486675 cspg_html_2339960084 cspg_html_2339960084:222:35624:35630 Brazil Mexico +0.492604 aapg_aa_973.html aapg_aa_973.html:24:1876:1885 Chugwater Cheyenne, Wyoming +0.47322 gsa_html_8244777175 gsa_html_8244777175:639:68226:68242 Kodiak Anchorage, Alaska +0.48034 aapg_aa_124.html aapg_aa_124.html:616:63319:63327 Columbia Victoria, British Columbia +0.48399 AMJC_html_4486401509 AMJC_html_4486401509:11:457:485 Sandia New Mexico +0.249494 cspg_html_5241714595 cspg_html_5241714595:318:49577:49591 Woodbend Lacombe, Alberta +0.502603 aapg_aa_712.html aapg_aa_712.html:13:2515:2530 Maquoketa Glenwood, Utah +0.463644 geology_html_5635691605 geology_html_5635691605:282:20423:20438 Catalina Schist California +0.265176 cspg_html_8773796463 cspg_html_8773796463:31:3968:3976 Columbia Victoria, British Columbia +0.487734 cspg_html_3102530088 cspg_html_3102530088:70:9264:9274 Milk River Lacombe, Alberta +0.242094 cspg_html_9768299963 cspg_html_9768299963:19:2366:2382 Battle Lacombe, Alberta +0.24786 cspg_html_2283256965 cspg_html_2283256965:19:1807:1815 Scollard Lacombe, Alberta +0.260604 geology_html_1943656153 geology_html_1943656153:259:21325:21331 Brazil Texas +0.264096 AMJC_html_6952502256 AMJC_html_6952502256:67:8026:8090 Weber Logan, Utah +0.253492 aapg_ah_654.html aapg_ah_654.html:987:101494:101512 Tensleep Cheyenne, Wyoming +0.245518 cspg_html_7176835767 cspg_html_7176835767:396:50570:50590 Sans Sault Sault Ste. Marie, Ontario +0.481036 aapg_ad_168.html aapg_ad_168.html:162:17900:17918 Leon Logan, Utah +0.262119 aapg_ae_305.html aapg_ae_305.html:1501:142884:142905 Diablo Colombia +0.265584 gsa_html_5081991493 gsa_html_5081991493:842:66487:66496 Tuscarora Reno, Nevada +0.489538 geology_html_2944588605 geology_html_2944588605:239:22019:22025 Jordan Berlin +0.258757 aapg_ad_721.html aapg_ad_721.html:582:55558:55566 Carlsbad Carlsbad, New Mexico +0.252374 sedimentology_html_3425717106 sedimentology_html_3425717106:2382:128421:128459 Kingston Peak California +0.254856 sedimentology_html_2041096405 sedimentology_html_2041096405:152:13955:13968 A-1 Carbonate Guelph +0.256302 palaios_html_7010013984 palaios_html_7010013984:498:48899:48930 Chinle Spain +0.49896 aapg_af_891.html aapg_af_891.html:254:27454:27466 Tecovas New Mexico +0.469116 gsa_html_9666442487 gsa_html_9666442487:983:87313:87332 Ellis Bay Anticosti Island +0.269868 gsa_html_3429903648 gsa_html_3429903648:771:65705:65711 Casper Cheyenne, Wyoming +0.491236 cspg_html_1962846283 cspg_html_1962846283:666:75158:75163 Price Victoria, British Columbia +0.460248 aapg_ad_2.html aapg_ad_2.html:852:120887:120907 Waynesboro Pennsylvania +0.487272 aapg_aa_696.html aapg_aa_696.html:621:70986:71002 Belden Colorado +0.256949 aapg_ac_212.html aapg_ac_212.html:389:42208:42216 Colorado Colorado +0.903438 aapg_ae_66.html aapg_ae_66.html:351:34751:34770 Frontier Niobrara, Nebraska +0.473815 aapg_ah_413.html aapg_ah_413.html:14:1715:1723 Colorado Denver +0.456487 aapg_af_854.html aapg_af_854.html:214:27571:27592 Sweetland Creek Illinois +0.2626 gsa_html_5039569238 gsa_html_5039569238:520:44602:44610 Homewood Lacombe, Alberta +0.9118 aapg_ac_629.html aapg_ac_629.html:513:62918:62924 Lissie Beaumont, Texas +0.25041 aapg_af_685.html aapg_af_685.html:32:4010:4033 San Cayetano Caribbean +0.254989 aapg_ad_329.html aapg_ad_329.html:44:6302:6315 Harrell San Fernando Valley +0.495281 palaios_html_3794215041 palaios_html_3794215041:314:36004:36022 Dinwoody Los Angeles +0.252003 aapg_aa_288.html aapg_aa_288.html:79:9510:9532 Mowry Aspen, Colorado +0.252753 palaios_html_8950382583 palaios_html_8950382583:790:64570:64578 Colorado Colorado +0.495104 aapg_ae_296.html aapg_ae_296.html:38:4100:4116 Whitehorse Delaware +0.263626 gsa_html_3331523875 gsa_html_3331523875:599:67074:67091 Wasatch Colorado +0.501992 cspg_html_2113617629 cspg_html_2113617629:796:91756:91772 Viking Lacombe, Alberta +0.24444 aapg_ad_723.html aapg_ad_723.html:113:11087:11095 Colorado New Mexico +0.240091 gsa_html_8840132442 gsa_html_8840132442:1131:105718:105738 Spences Bridge Arctic Cordillera +0.2448 aapg_ai_688.html aapg_ai_688.html:392:42860:42882 Williamsport Huntington, West Virginia +0.524535 aapg_ae_498.html aapg_ae_498.html:252:24249:24265 Beekmantown Virginia +0.499422 aapg_af_461.html aapg_af_461.html:125:12159:12178 Franconia Michigan +0.262108 cspg_html_8089302449 cspg_html_8089302449:591:103450:103462 Saskatchewan Williston Basin +0.26471 sedimentology_html_9634338365 sedimentology_html_9634338365:1269:93405:93449 Sekwi Canada +0.45978 aapg_ak_87.html aapg_ak_87.html:345:46315:46334 Horquilla Earp, California +0.255016 cspg_html_8587639109 cspg_html_8587639109:1106:109488:109504 Gates Victoria, British Columbia +0.240075 gsa_html_2877730818 gsa_html_2877730818:625:52724:52744 Beck Spring Dolomite Kingston, Jamaica +0.253872 aapg_ai_514.html aapg_ai_514.html:114:13705:13712 Wasatch Table Rock, Wyoming +0.499896 aapg_ac_782.html aapg_ac_782.html:217:36518:36536 Barnett Texas +0.26364 geology_html_2784558180 geology_html_2784558180:278:24089:24095 Fernie Victoria, British Columbia +0.517205 aapg_ai_583.html aapg_ai_583.html:29:5029:5045 Sundance Spearfish, South Dakota +0.478611 aapg_ah_228.html aapg_ah_228.html:18:1756:1766 Georgetown Buda, Texas +0.260604 jgeology_html_5803513114 jgeology_html_5803513114:382:27990:27998 Wamsutta Littleton, Colorado +0.887926 cspg_html_9343899465 cspg_html_9343899465:1930:164536:164552 Parry Islands Banks Island +0.255936 cspg_html_3124360347 cspg_html_3124360347:57:11180:11197 Beekmantown Bennington, Vermont +0.48768 aapg_ae_749.html aapg_ae_749.html:75:8700:8708 Virginia Middle Ordovician +0.25443 geology_html_6113200258 geology_html_6113200258:59:5919:5934 Gorge Bennington, Vermont +0.708624 aapg_ac_361.html aapg_ac_361.html:103:13247:13264 San Juan Bautista Kings City +0.263165 cspg_html_5381643866 cspg_html_5381643866:352:44262:44280 Bickford Rocky Brook +0.4386 aapg_ai_388.html aapg_ai_388.html:172:16662:16679 Wasatch Wasatch Range +0.25948 cspg_html_8065532640 cspg_html_8065532640:23:3264:3287 Fort Simpson Middle East +0.479259 gsa_html_8774590177 gsa_html_8774590177:311:33161:33178 Potsdam Shoreham Nuclear Power Plant +0.26469 AMJC_html_3632105729 AMJC_html_3632105729:605:76702:76725 Martin Salem, Oregon +0.25449 sedimentology_html_6812678908 sedimentology_html_6812678908:489:16681:16689 Colorado Great Basin +0.245 gsa_html_5924250698 gsa_html_5924250698:358:29001:29026 Navajo Colorado Plateau +0.24531 cspg_html_4937997995 cspg_html_4937997995:207:24214:24236 Bad Cache Rapids Churchill River (Atlantic) +0.257484 cspg_html_4115156925 cspg_html_4115156925:40:6877:6895 Halfway Lacombe, Alberta +0.369024 AMJC_html_5786839382 AMJC_html_5786839382:915:90889:90910 Waits River Bennington, Vermont +0.262654 gsa_html_8161586681 gsa_html_8161586681:13:568:578 Washington Vancouver +0.481712 aapg_af_551.html aapg_af_551.html:81:9567:9583 Percha Sacramento Mountains (California) +0.48615 aapg_ai_28.html aapg_ai_28.html:301:28612:28621 Red River Texas +0.484615 aapg_ae_554.html aapg_ae_554.html:142:21580:21588 Monterey California +0.250937 geology_html_5878685516 geology_html_5878685516:331:22887:22893 Denver Colorado +0.49256 cspg_html_8692417800 cspg_html_8692417800:179:23102:23122 Salina Guelph +0.48288 geology_html_9719345070 geology_html_9719345070:324:28346:28358 Saskatchewan Winnipeg +0.251502 AMJC_html_8107504009 AMJC_html_8107504009:469:42306:42327 Lawrence Middle Ordovician +0.484968 gsa_html_1761758743 gsa_html_1761758743:771:62688:62696 Victoria Victoria, British Columbia +0.265161 aapg_ai_503.html aapg_ai_503.html:67:7233:7252 Whirlpool Manitoulin Island +0.51894 aapg_ae_407.html aapg_ae_407.html:134:13210:13232 Wapsipinicon Montgomery (town), New York +0.511353 cspg_html_4326384800 cspg_html_4326384800:229:27385:27403 Imperial Lacombe, Alberta +0.258055 aapg_ac_380.html aapg_ac_380.html:86:11910:11915 Utica Seneca County, New York +0.496353 aapg_ah_779.html aapg_ah_779.html:242:44522:44532 Reedsville Juniata County School District +0.494844 gsa_html_4695276845 gsa_html_4695276845:232:26544:26571 Prospect Logan, Utah +0.264195 aapg_ac_629.html aapg_ac_629.html:220:29555:29561 Lissie Oberlin, Ohio +0.267794 sedimentology_html_3865745685 sedimentology_html_3865745685:150:13205:13216 Dunvegan Canada +0.497038 aapg_ah_419.html aapg_ah_419.html:31:3878:3892 St. Mary River Lethbridge +0.257176 aapg_ad_720.html aapg_ad_720.html:216:22169:22172 Abo Sacramento, California +0.2535 cspg_html_3772380029 cspg_html_3772380029:11:1120:1133 Caution Creek River Severn +0.254464 aapg_ad_2.html aapg_ad_2.html:241:36359:36370 Wissahickon Wissahickon Formation +0.882648 aapg_ae_715.html aapg_ae_715.html:480:62390:62397 Anahuac Houston +0.293539 aapg_ah_339.html aapg_ah_339.html:94:9983:10000 Black River Knoxville, Tennessee +0.248262 palaios_html_3022467877 palaios_html_3022467877:77:7813:7834 Hornerstown Navesink River +0.25449 gsa_html_4308966435 gsa_html_4308966435:976:100287:100307 Bechler Conglomerate Boise, Idaho +0.267208 cspg_html_9735723617 cspg_html_9735723617:702:85165:85189 Parry Islands Ellesmere Island +0.473641 aapg_ai_491.html aapg_ai_491.html:26:4725:4735 Rio Grande Emery Theatre +0.472317 aapg_ac_191.html aapg_ac_191.html:84:15096:15120 La Pena Texas +0.508555 cspg_html_7483574191 cspg_html_7483574191:28:5091:5099 Columbia Victoria, British Columbia +0.278703 aapg_aa_105.html aapg_aa_105.html:123:12501:12518 Livingstone Moose Mountain (Alberta) +0.244224 cspg_html_1296564271 cspg_html_1296564271:629:59598:59611 Wabamun Lacombe, Alberta +0.264096 cspg_html_9957758447 cspg_html_9957758447:18:3768:3776 Birdbear Williston, Vermont +0.492975 gsa_html_4649438326 gsa_html_4649438326:898:78225:78233 Toroweap Arizona +0.822224 gsa_html_5865982995 gsa_html_5865982995:926:101945:101966 Green River Colorado +0.368277 cspg_html_6274889925 cspg_html_6274889925:47:5432:5439 Waskada Manitoba +0.46256 cspg_html_4666332434 cspg_html_4666332434:587:78531:78549 Foremost Lacombe, Alberta +0.2808 aapg_ad_581.html aapg_ad_581.html:380:39967:39977 Waynesboro Martinsburg, Nebraska +0.482218 cspg_html_8662646956 cspg_html_8662646956:85:15657:15667 Pine Point Great Slave Lake +0.241566 aapg_ac_326.html aapg_ac_326.html:133:11623:11629 Nassau Miami +0.47232 aapg_af_95.html aapg_af_95.html:284:23685:23701 Walnut Whitestone, Queens +0.249996 geology_html_6240326392 geology_html_6240326392:239:21661:21670 San Diego California +0.244989 cspg_html_1732329534 cspg_html_1732329534:132:18186:18204 Scollard Edmonton, London +0.242892 aapg_ae_419.html aapg_ae_419.html:3861:241462:241468 Sierra Chihuahua (state) +0.25347 cspg_html_3187844923 cspg_html_3187844923:25:4579:4591 Sustut Arctic Cordillera +0.478611 cspg_html_4287356899 cspg_html_4287356899:110:17359:17376 Yukon Anchorage, Alaska +0.495645 cspg_html_9768299963 cspg_html_9768299963:286:31245:31263 Scollard Lacombe, Alberta +0.500076 sedimentology_html_2010995560 sedimentology_html_2010995560:1950:113691:113696 Steel Svalbard +0.266231 cspg_html_8588503765 cspg_html_8588503765:506:61717:61725 Columbia Victoria, British Columbia +0.50052 cspg_html_9778753186 cspg_html_9778753186:321:47110:47118 Columbia Kootenay River +0.268243 aapg_ai_175.html aapg_ai_175.html:180:22716:22735 Springhill Cordillera Administrative Region +0.497721 aapg_ac_70.html aapg_ac_70.html:517:57037:57058 Bird Spring Clark County, Indiana +0.284987 aapg_aa_86.html aapg_aa_86.html:19:2000:2009 Smackover Rodessa, Louisiana +0.2432 aapg_ae_871.html aapg_ae_871.html:658:77136:77160 Schrader Bluff Anchorage, Alaska +0.270375 AMJC_html_9664623849 AMJC_html_9664623849:12:555:565 Washington Lexington, Kentucky +0.246906 aapg_ah_283.html aapg_ah_283.html:185:19567:19584 Cowlitz Salem, Oregon +0.48384 aapg_ac_704.html aapg_ac_704.html:389:29532:29540 Wolfcamp Texas +0.463372 gsa_html_2023933346 gsa_html_2023933346:657:65499:65503 Open Southeast Asia +0.50255 aapg_af_568.html aapg_af_568.html:484:40359:40377 Frontier Cheyenne, Wyoming +0.493569 gsa_html_4624475649 gsa_html_4624475649:29:2796:2824 Green River Colorado +0.248472 cspg_html_9843429624 cspg_html_9843429624:108:12948:12963 Nisku Lacombe, Alberta +0.229416 geology_html_8304470289 geology_html_8304470289:11:478:484 Provo Texas +0.465124 aapg_ae_594.html aapg_ae_594.html:226:26250:26259 Boquillas Buda, Texas +0.24892 sedimentology_html_6382215824 sedimentology_html_6382215824:1025:75265:75275 Laurentian South America +0.251923 cspg_html_7988775280 cspg_html_7988775280:344:56328:56347 Athabasca Lacombe, Alberta +0.4914 cspg_html_6351830705 cspg_html_6351830705:74:10429:10451 Hueco Bolivia +0.245388 gsa_html_6128180434 gsa_html_6128180434:1027:88745:88755 Laurentian South America +0.255518 aapg_ad_337.html aapg_ad_337.html:500:51589:51607 San Onofre Breccia California +0.25414 gsa_html_3320600310 gsa_html_3320600310:560:43033:43049 Chinle Colorado +0.267696 gsa_html_4312040636 gsa_html_4312040636:636:60720:60730 Washington Seattle +0.253991 aapg_ad_921.html aapg_ad_921.html:104:12690:12694 Kope Middletown, Connecticut +0.25844 geology_html_7562107138 geology_html_7562107138:305:29397:29419 Rapid Atlanta +0.477274 aapg_ai_187.html aapg_ai_187.html:212:22051:22073 Rock Springs Cheyenne, Wyoming +0.254856 cspg_html_2796643803 cspg_html_2796643803:130:20137:20155 Deadwood Regina, Saskatchewan +0.233772 aapg_ac_400.html aapg_ac_400.html:366:42297:42305 Onondaga Newburg, Louisville +0.249676 geology_html_2789012198 geology_html_2789012198:186:13926:13932 Sonora Sonora +0.480256 aapg_aa_684.html aapg_aa_684.html:354:33640:33649 Popo Agie John Crow Mountains +0.266252 gsa_html_7623105085 gsa_html_7623105085:854:65094:65122 Green River Colorado +0.451218 cspg_html_1140317615 cspg_html_1140317615:341:32988:33012 Cardium Lacombe, Alberta +0.494132 gsa_html_7199417381 gsa_html_7199417381:374:40919:40945 White River Colorado +0.482832 gsa_html_2743423721 gsa_html_2743423721:213:26747:26761 Tyee Salem, Oregon +0.252494 aapg_ae_28.html aapg_ae_28.html:428:41569:41581 Saskatchewan Williston Basin +0.489915 cspg_html_4550597410 cspg_html_4550597410:118:14429:14439 Table Head Quebec City +0.241032 aapg_ai_285.html aapg_ai_285.html:4:625:648 Staniukovich Cook Inlet +0.528756 aapg_aa_148.html aapg_aa_148.html:254:27079:27095 Dakota Colorado +0.25844 aapg_ah_532.html aapg_ah_532.html:83:7957:7976 Leadville Colorado +0.478042 aapg_ae_758.html aapg_ae_758.html:239:22392:22400 Michigan Hesse +0.26265 cspg_html_3447886929 cspg_html_3447886929:736:84068:84089 Lawrence Anticosti Island +0.268203 aapg_ai_962.html aapg_ai_962.html:398:29472:29488 Stonewall Texas +0.25376 jgeology_html_1300888380 jgeology_html_1300888380:827:60759:60779 Bloomsburg Pennsylvania +0.257424 gsa_html_1409496185 gsa_html_1409496185:117:13262:13273 White River Mount Rainier, Maryland +0.27196 cspg_html_2561482242 cspg_html_2561482242:20:3898:3906 Wolfcamp Armenia +0.503564 cspg_html_9735723617 cspg_html_9735723617:288:36240:36254 Beverley Inlet Melville Island (Canada) +0.248482 cspg_html_6032369756 cspg_html_6032369756:443:53532:53544 Saskatchewan Red River of the North +0.256 aapg_ai_696.html aapg_ai_696.html:584:65027:65035 Robinson Reno, Nevada +0.733752 sedimentology_html_9378527223 sedimentology_html_9378527223:2134:62693:62720 Dakota Iowa +0.2385 aapg_ac_414.html aapg_ac_414.html:232:28681:28695 Arcturus Kaibab, Arizona +0.248832 gsa_html_3387611512 gsa_html_3387611512:1290:129046:129071 Vasquez California +0.250857 aapg_aa_61.html aapg_aa_61.html:145:15805:15814 Peninsula Chihuahua (state) +0.24451 gsa_html_4913703235 gsa_html_4913703235:402:46388:46406 Catskill Pennsylvania +0.50456 aapg_ac_785.html aapg_ac_785.html:8:1146:1176 Barnett Texas +0.27404 aapg_ad_2.html aapg_ad_2.html:1694:229039:229054 Chazy Champlain Valley +0.47846 palaios_html_9133125241 palaios_html_9133125241:199:24343:24349 Oxford Middletown, Connecticut +0.26673 jgeology_html_6882545802 jgeology_html_6882545802:256:21285:21299 Kope Netherlands +0.254 aapg_af_734.html aapg_af_734.html:245:32062:32087 Seabee North Slope Borough, Alaska +0.259518 sedimentology_html_3336430339 sedimentology_html_3336430339:299:10633:10637 Hall London, Ontario +0.252494 gsa_html_4408649953 gsa_html_4408649953:98:9005:9016 Summerville Charleston, South Carolina +0.464163 gsa_html_2717448156 gsa_html_2717448156:1390:129973:129985 Yellowjacket Boise, Idaho +0.443664 aapg_ad_599.html aapg_ad_599.html:137:15240:15247 Venango Pennsylvania +0.244528 cspg_html_5198658336 cspg_html_5198658336:520:55106:55132 Porcupine Lacombe, Alberta +0.49164 aapg_ah_973.html aapg_ah_973.html:24:3706:3723 Mount Laurel Monmouth +0.26059 cspg_html_9023649778 cspg_html_9023649778:95:13683:13697 Doig Victoria, British Columbia +0.25146 gsa_html_2023933346 gsa_html_2023933346:1241:114705:114713 Woodford California +0.494966 aapg_ae_324.html aapg_ae_324.html:1127:113124:113128 Bays Knoxville, Illinois +0.495496 cspg_html_9751694613 cspg_html_9751694613:21:2579:2596 Columbia Banks Island +0.259045 aapg_ac_631.html aapg_ac_631.html:68:9522:9540 Harebell Niobrara, Nebraska +0.426426 cspg_html_9275863663 cspg_html_9275863663:96:13392:13429 Swan Hills Swan Hill, Victoria +0.506401 cspg_html_5526054268 cspg_html_5526054268:12:1307:1316 Cold Lake CFB Cold Lake +0.48443 gsa_html_2758185504 gsa_html_2758185504:605:53089:53101 Tongue River Williston Basin +0.246482 gsa_html_1931201430 gsa_html_1931201430:954:88538:88544 Oregon Coos Bay +0.491691 aapg_ai_98.html aapg_ai_98.html:84:12410:12431 Tuscaloosa Arkansas +0.241462 sedimentology_html_5673709888 sedimentology_html_5673709888:1718:101045:101058 Edwards Texas +0.463032 cspg_html_6193252551 cspg_html_6193252551:627:67269:67304 La Vieille New Brunswick, New Jersey +0.50085 aapg_ad_55.html aapg_ad_55.html:219:16061:16068 Plattin Lowville (town), New York +0.24638 aapg_ae_419.html aapg_ae_419.html:3390:216547:216553 Sierra Texas +0.464569 gsa_html_9152662653 gsa_html_9152662653:190:17771:17791 Sykesville Sykesville, Maryland +0.250472 cspg_html_5891044027 cspg_html_5891044027:12:2140:2155 Altyn Purcell Mountains +0.47821 aapg_ae_306.html aapg_ae_306.html:363:45815:45832 Brasso Manzanilla (wine) +0.268822 geology_html_8388701225 geology_html_8388701225:200:14477:14491 Slide Mountain Canada +0.478956 gsa_html_4543270561 gsa_html_4543270561:15:642:651 San Diego California +0.24299 aapg_ac_824.html aapg_ac_824.html:585:54126:54134 Colorado Colorado +0.254904 aapg_ai_774.html aapg_ai_774.html:12:1341:1356 Lucas Bloomington, Indiana +0.691152 palaios_html_6944542452 palaios_html_6944542452:713:57019:57039 Pottsville Alabama +0.270336 cspg_html_7602315496 cspg_html_7602315496:42:6618:6631 Bearpaw Colorado +0.271906 geology_html_5465889818 geology_html_5465889818:267:25671:25676 Swift North Sea +0.482023 cspg_html_4625995889 cspg_html_4625995889:249:33121:33134 Windsor Bridgetown, Nova Scotia +0.256949 cspg_html_8362959053 cspg_html_8362959053:300:29504:29522 Dunvegan Lacombe, Alberta +0.248976 gsa_html_6667015190 gsa_html_6667015190:12:685:691 Oregon Newport, Rhode Island +0.258516 cspg_html_5731893209 cspg_html_5731893209:43:4327:4343 Ireton Redwater, Texas +0.253132 cspg_html_5688447798 cspg_html_5688447798:162:24318:24346 Disappointment Bay Ellesmere Island +0.504695 gsa_html_1040524378 gsa_html_1040524378:1070:103638:103666 Green River Colorado +0.372872 cspg_html_6252849194 cspg_html_6252849194:18:2302:2328 Horseshoe Canyon Calgary +0.26462 cspg_html_8818854104 cspg_html_8818854104:100:13170:13177 Cadomin Victoria, British Columbia +0.472688 cspg_html_2863271815 cspg_html_2863271815:623:77689:77708 A-2 Carbonate Salina, Kansas +0.24786 palaios_html_7765531315 palaios_html_7765531315:368:36403:36431 Green River Great Basin +0.492618 aapg_af_327.html aapg_af_327.html:271:24653:24659 Reston Cambridge, Massachusetts +0.23474 aapg_ai_491.html aapg_ai_491.html:1023:84204:84210 Denver Colorado +0.44604 aapg_ai_498.html aapg_ai_498.html:91:10939:10949 Las Animas Colorado +0.486095 cspg_html_6140483769 cspg_html_6140483769:49:7235:7255 Ravenscrag Regina, Saskatchewan +0.492701 aapg_ai_136.html aapg_ai_136.html:155:11354:11373 Cotton Valley Cotton Valley, Louisiana +0.241065 aapg_ac_506.html aapg_ac_506.html:154:16910:16917 Venango Pennsylvania +0.489082 sedimentology_html_3907918417 sedimentology_html_3907918417:21:1582:1600 Dunvegan Canada +0.481816 aapg_ae_250.html aapg_ae_250.html:156:13828:13844 Dakota Archuleta County, Colorado +0.50784 palaios_html_9337106210 palaios_html_9337106210:325:40569:40585 Moscow Freedonia +0.49022 aapg_ae_419.html aapg_ae_419.html:624:67510:67514 Wendover Niobrara, Nebraska +0.487424 gsa_html_3448554349 gsa_html_3448554349:385:38404:38412 Catskill Pocono Raceway +0.262626 aapg_ah_68.html aapg_ah_68.html:192:31241:31247 Pocono Pennsylvania +0.25338 gsa_html_9898556493 gsa_html_9898556493:194:24058:24076 Riverbank Tuolumne River +0.492093 aapg_ad_379.html aapg_ad_379.html:324:27213:27219 Maroon Belden, California +0.243972 sedimentology_html_3941612453 sedimentology_html_3941612453:167:16849:16867 Quinault Salem, Oregon +0.254015 geology_html_2144520947 geology_html_2144520947:40:2318:2324 Oregon Canada +0.256985 aapg_ai_816.html aapg_ai_816.html:87:14813:14822 Wyandotte Plattsburg, Missouri +0.239268 geology_html_4561079394 geology_html_4561079394:308:25177:25202 Navajo Logan, Utah +0.26037 aapg_ac_741.html aapg_ac_741.html:378:43983:44000 White River Niobrara, Nebraska +0.46624 jgeology_html_8309780279 jgeology_html_8309780279:93:3628:3636 Virginia Martinsville, Indiana +0.255258 cspg_html_6356755616 cspg_html_6356755616:363:52611:52629 Edmonton Lacombe, Alberta +0.48603 aapg_af_590.html aapg_af_590.html:96:7840:7857 Madison Colorado +0.247748 cspg_html_4269474759 cspg_html_4269474759:1212:117364:117379 Tidal Lacombe, Alberta +0.251883 aapg_ae_723.html aapg_ae_723.html:64:8102:8108 Denver Colorado +0.486095 sedimentology_html_6663191436 sedimentology_html_6663191436:939:72981:72990 San Diego California +0.252396 gsa_html_9898556493 gsa_html_9898556493:171:21897:21915 Riverbank King River (Tasmania) +0.259548 geology_html_1762704695 geology_html_1762704695:78:7532:7551 Fox Hills Cheyenne, Wyoming +0.486213 aapg_ai_29.html aapg_ai_29.html:181:22718:22724 Lissie Beaumont, Texas +0.246865 cspg_html_6014123208 cspg_html_6014123208:116:16503:16511 Columbia Lacombe, Alberta +0.470418 gsa_html_6457388516 gsa_html_6457388516:708:59521:59530 Eel River Bakersfield, California +0.481707 aapg_ah_108.html aapg_ah_108.html:875:69310:69318 Santiago La Pampa Province +0.27501 cspg_html_8089302449 cspg_html_8089302449:370:64575:64596 Slave Point Western world +0.264554 cspg_html_5479700260 cspg_html_5479700260:70:8171:8180 Red River Bath, Somerset +0.674856 gsa_html_9370941331 gsa_html_9370941331:13:603:613 Ellensburg Washington (state) +0.497988 aapg_aa_679.html aapg_aa_679.html:305:26894:26900 Forbes Anchorage, Alaska +0.514024 aapg_ac_807.html aapg_ac_807.html:801:79314:79324 Tuscaloosa Tuscaloosa, Alabama +0.250325 aapg_aa_15.html aapg_aa_15.html:339:37091:37102 San Antonio Texas +0.237105 aapg_ae_59.html aapg_ae_59.html:512:44328:44336 Colorado Colorado +0.267804 sedimentology_html_6865792054 sedimentology_html_6865792054:1301:87525:87541 Viking Canada +0.346236 gsa_html_4301799785 gsa_html_4301799785:9:323:343 Mineral Fork Tillite Logan, Utah +0.257526 sedimentology_html_6084996636 sedimentology_html_6084996636:657:62555:62572 Clayton Alabama +0.249 sedimentology_html_2442491538 sedimentology_html_2442491538:995:88420:88428 Langford Logan, Utah +0.275098 AMJC_html_3357557350 AMJC_html_3357557350:895:95508:95516 Yakataga Anchorage, Alaska +0.192322 cspg_html_4376017434 cspg_html_4376017434:249:29937:29956 Pardonet Western Canadian Sedimentary Basin +0.26622 cspg_html_7378664643 cspg_html_7378664643:744:109085:109100 Leduc Lacombe, Alberta +0.48545 gsa_html_5295695236 gsa_html_5295695236:102:12226:12236 Rio Grande New Mexico +0.470162 aapg_af_384.html aapg_af_384.html:617:68159:68173 King Christian Melville Island (Canada) +0.518816 gsa_html_4128899617 gsa_html_4128899617:58:3878:3906 Green River Colorado +0.259056 cspg_html_5778480331 cspg_html_5778480331:180:18493:18501 Waterton Lacombe, Alberta +0.249994 cspg_html_8810326121 cspg_html_8810326121:18:1565:1575 Mississagi Espanola, Ontario +0.492926 aapg_ah_318.html aapg_ah_318.html:2518:213052:213069 Todos Santos El Salvador +0.266766 jgeology_html_8152094574 jgeology_html_8152094574:717:44461:44494 Dinwoody Cheyenne, Wyoming +0.27976 palaios_html_3491046542 palaios_html_3491046542:66:8487:8495 Sunblood Middle East +0.494656 aapg_aa_943.html aapg_aa_943.html:14:2031:2051 Citronelle Citronelle, Alabama +0.249559 aapg_ae_904.html aapg_ae_904.html:261:27579:27587 Deadwood Hartville, Missouri +0.274046 cspg_html_9343899465 cspg_html_9343899465:80:11258:11271 Griper Bay Melville Island (Canada) +0.355971 aapg_af_799.html aapg_af_799.html:501:38471:38475 Lodo Coalinga, California +0.265029 aapg_ah_536.html aapg_ah_536.html:184:24445:24450 Sligo Travis County, Texas +0.51462 aapg_ae_877.html aapg_ae_877.html:8:1190:1215 Beaverhill Lacombe, Alberta +0.241266 aapg_ah_5.html aapg_ah_5.html:2083:129299:129314 Viola Wasatch Range +0.504137 cspg_html_8904992939 cspg_html_8904992939:469:53491:53500 San Diego California +0.646164 aapg_aa_23.html aapg_aa_23.html:945:123507:123525 Interlake Winnipeg +0.253512 aapg_ad_152.html aapg_ad_152.html:1920:252626:252632 Kaibab Logan, Utah +0.246804 aapg_ac_490.html aapg_ac_490.html:23:4047:4058 Peace River Lacombe, Alberta +0.254829 gsa_html_1088102733 gsa_html_1088102733:1059:98821:98830 Littleton Colorado +0.270788 aapg_ad_12.html aapg_ad_12.html:305:28675:28690 Colon Venezuela +0.25542 gsa_html_5293445820 gsa_html_5293445820:224:27245:27255 West Point Salcha River +0.24156 aapg_ae_718.html aapg_ae_718.html:340:33156:33163 Narrows Gold Coast, Queensland +0.268275 aapg_ae_958.html aapg_ae_958.html:2799:237121:237126 Hueco El Paso, Texas +0.482304 aapg_ad_344.html aapg_ad_344.html:77:9572:9584 Pierre Sharon Springs, Kansas +0.25194 geology_html_9923543975 geology_html_9923543975:206:19613:19620 Halifax Canada +0.46552 geology_html_1098024541 geology_html_1098024541:179:18533:18539 Denver Portland, Oregon +0.675514 palaios_html_3308412288 palaios_html_3308412288:552:63690:63714 Stony Mountain Manitoba +0.46035 aapg_ae_181.html aapg_ae_181.html:218:32478:32496 Anacacho Texas +0.270391 cspg_html_4293350162 cspg_html_4293350162:776:81323:81333 Mount Head Meramec River +0.496125 aapg_aa_712.html aapg_aa_712.html:144:19258:19269 Platteville Wisconsin +0.502857 sedimentology_html_2165832672 sedimentology_html_2165832672:1188:83278:83302 St. Mary River Lacombe, Alberta +0.250494 aapg_af_854.html aapg_af_854.html:846:119884:119895 Paint Creek Bethel, Alaska +0.250985 aapg_ah_532.html aapg_ah_532.html:54:5260:5279 Leadville Montezuma County, Colorado +0.261326 cspg_html_9234101474 cspg_html_9234101474:183:22594:22601 Cardium Western world +0.39064 aapg_ae_563.html aapg_ae_563.html:3:321:340 Greenhorn Browns Valley, Minnesota +0.251446 cspg_html_1302279034 cspg_html_1302279034:111:13605:13627 Cardium Mississippi River Delta +0.87685 aapg_ah_96.html aapg_ah_96.html:193:22225:22239 Winnipeg Winnipeg +0.247506 sedimentology_html_4185931185 sedimentology_html_4185931185:472:43765:43778 El Paso Texas +0.272384 aapg_ai_999.html aapg_ai_999.html:66:5936:5952 Fernie Lacombe, Alberta +0.4921 aapg_aa_544.html aapg_aa_544.html:243:32786:32804 Frontier Cheyenne, Wyoming +0.2515 cspg_html_4336039563 cspg_html_4336039563:10:1086:1100 Doig Western world +0.485265 aapg_ad_169.html aapg_ad_169.html:42:5182:5200 Maccrady Greenbrier (Great Smoky Mountains) +0.42127 cspg_html_5697056884 cspg_html_5697056884:518:53300:53318 Deadwood Regina, Saskatchewan +0.47712 gsa_html_7248164569 gsa_html_7248164569:1085:77164:77173 Peninsula Maritimes +0.471408 cspg_html_9487785363 cspg_html_9487785363:27:3576:3588 Saskatchewan Regina, Saskatchewan +0.46248 cspg_html_9008569748 cspg_html_9008569748:29:3397:3405 Edmonton Edmonton, London +0.487531 aapg_ae_794.html aapg_ae_794.html:1048:95770:95786 Ripley Knoxville, Tennessee +0.264578 aapg_ai_367.html aapg_ai_367.html:3:431:438 Temblor California +0.253872 aapg_ad_864.html aapg_ad_864.html:50:6289:6306 Naheola Mississippi River +0.273996 sedimentology_html_7390870545 sedimentology_html_7390870545:1197:87341:87373 Whitemud Regina, Saskatchewan +0.479862 aapg_ai_462.html aapg_ai_462.html:308:32559:32576 El Abra Matamoros, Tamaulipas +0.268836 cspg_html_3129231627 cspg_html_3129231627:238:32518:32541 Eleanor River Little Cornwallis Island +0.2585 AMJC_html_2702389713 AMJC_html_2702389713:1489:110383:110404 Waits River Bennington, Vermont +0.236195 aapg_ad_865.html aapg_ad_865.html:346:34646:34653 Hermosa Hermosa, Chicago +0.26 aapg_ai_742.html aapg_ai_742.html:204:20536:20542 Empire Christian County, Kentucky +0.487024 aapg_aa_891.html aapg_aa_891.html:7:1053:1061 Onondaga Ohio +0.23958 aapg_ah_76.html aapg_ah_76.html:50:6789:6813 Bedford Ladd, Illinois +0.253482 cspg_html_4143222666 cspg_html_4143222666:625:61793:61811 Foremost Regina, Saskatchewan +0.496524 cspg_html_8915218033 cspg_html_8915218033:233:21779:21785 Keokuk Lacombe, Alberta +0.253482 sedimentology_html_5673709888 sedimentology_html_5673709888:1746:104841:104848 Edwards Belton, Texas +0.928176 aapg_aa_23.html aapg_aa_23.html:119:13846:13864 Winnipeg Winnipeg +0.48858 aapg_aa_702.html aapg_aa_702.html:1443:145391:145400 Williston Ohio +0.453624 gsa_html_4591711448 gsa_html_4591711448:1034:98158:98168 Mt Lytton Boise, Idaho +0.492604 gsa_html_3445493534 gsa_html_3445493534:723:74551:74569 Monterey Englewood, New Jersey +0.252476 aapg_ah_387.html aapg_ah_387.html:2627:284075:284084 Knoxville Knoxville, Illinois +0.679112 palaios_html_3105248303 palaios_html_3105248303:326:32607:32621 Kope Kentucky +0.25627 gsa_html_8881958017 gsa_html_8881958017:223:24235:24247 Nicola Mississippian culture +0.258912 cspg_html_7467378242 cspg_html_7467378242:290:37323:37331 Columbia Victoria, British Columbia +0.247923 palaios_html_8921418198 palaios_html_8921418198:522:47632:47655 Lincoln Creek Washington (state) +0.267786 aapg_ai_996.html aapg_ai_996.html:1281:54987:54995 Pamunkey North Carolina +0.496908 aapg_ac_333.html aapg_ac_333.html:617:75257:75262 Supai Grand Canyon +0.2652 geology_html_1827419843 geology_html_1827419843:221:19381:19416 Stony Mountain Manitoba +0.712537 cspg_html_4287356899 cspg_html_4287356899:350:50012:50030 Imperial Snake River Canyon (Idaho) +0.262926 aapg_af_514.html aapg_af_514.html:628:63570:63578 Monterey California +0.470374 aapg_ad_466.html aapg_ad_466.html:1659:171205:171212 Patuxent Patapsco River +0.49368 gsa_html_9025475705 gsa_html_9025475705:86:10976:11004 Green River Iran +0.25956 aapg_aa_23.html aapg_aa_23.html:111:12686:12694 Winnipeg Middle East +0.47932 sedimentology_html_6425376816 sedimentology_html_6425376816:1135:103229:103270 San Andres Spain +0.27136 gsa_html_9102781796 gsa_html_9102781796:11:624:637 Santa Barbara California +0.252945 aapg_ad_440.html aapg_ad_440.html:487:45091:45097 Denmar Randolph County, Indiana +0.492712 aapg_ah_779.html aapg_ah_779.html:369:68773:68778 Onate Arkansas +0.544533 aapg_af_479.html aapg_af_479.html:657:70680:70685 Davis Great Valley, New York +0.25704 aapg_ad_958.html aapg_ad_958.html:661:67416:67428 Reeds Spring Meade County, Kentucky +0.285035 palaios_html_7404388355 palaios_html_7404388355:760:65017:65035 Harebell Cheyenne, Wyoming +0.237636 aapg_ad_379.html aapg_ad_379.html:168:14724:14732 Fountain Colorado Springs, Colorado +0.486315 cspg_html_3043423556 cspg_html_3043423556:299:33780:33801 Bathurst Bathurst Island (Northern Territory) +0.470076 aapg_ah_623.html aapg_ah_623.html:31:3573:3585 State Bridge Logan, Utah +0.47559 gsa_html_1826402027 gsa_html_1826402027:423:47895:47905 Long Point Arizona +0.256032 aapg_af_575.html aapg_af_575.html:837:118618:118626 Seminole Seminole, Texas +0.491384 aapg_aa_233.html aapg_aa_233.html:395:39250:39260 San Felipe Mexico +0.385165 aapg_ae_65.html aapg_ae_65.html:361:38363:38382 Mesaverde Cheyenne, Wyoming +0.24947 cspg_html_1644457308 cspg_html_1644457308:512:51672:51680 Columbia Victoria, British Columbia +0.24598 gsa_html_5373737723 gsa_html_5373737723:745:52414:52424 Laurentian Zihuatanejo +0.24288 aapg_ah_206.html aapg_ah_206.html:68:10130:10157 Madison Williston, Vermont +0.482304 aapg_af_964.html aapg_af_964.html:574:64328:64344 Viking Lacombe, Alberta +0.477453 geology_html_2132302312 geology_html_2132302312:56:4985:4991 Oregon Washington (state) +0.255936 geology_html_6665160826 geology_html_6665160826:295:24239:24245 Morgan Hawaii (island) +0.474897 aapg_ai_49.html aapg_ai_49.html:678:88774:88781 Thaynes Colorado +0.24288 AMJC_html_1163576052 AMJC_html_1163576052:962:90017:90038 Goldenville Bridgetown, Nova Scotia +0.273528 palaios_html_4967573105 palaios_html_4967573105:158:15800:15805 Spray San Francisco +0.250498 aapg_af_854.html aapg_af_854.html:1864:220573:220588 Kinderhook Iowa +0.2485 cspg_html_8042616083 cspg_html_8042616083:33:4072:4080 Michigan Michigan Basin +0.257554 aapg_af_242.html aapg_af_242.html:66:7475:7481 Laguna Sierra Azul Open Space Preserve +0.504434 aapg_ad_653.html aapg_ad_653.html:527:68985:68993 Columbia Victoria, British Columbia +0.491384 geology_html_5555850502 geology_html_5555850502:361:24692:24704 Saskatchewan Canada +0.2555 aapg_aa_4.html aapg_aa_4.html:212:28289:28295 Provo Elmira, Ontario +0.238 aapg_ac_719.html aapg_ac_719.html:41:4406:4427 Farisita Huerfano, New Mexico +0.245518 cspg_html_5541725202 cspg_html_5541725202:205:30030:30051 Wallace New Brunswick, New Jersey +0.260051 palaios_html_3491046542 palaios_html_3491046542:963:81452:81474 Severn River Ontario, California +0.49504 gsa_html_3788799091 gsa_html_3788799091:29:2796:2824 Green River Colorado +0.25443 cspg_html_9142742810 cspg_html_9142742810:108:15703:15722 Keg River East Kilbride +0.268324 aapg_ah_591.html aapg_ah_591.html:54:5184:5201 Cypress Vanderburgh County, Indiana +0.26622 cspg_html_2013109828 cspg_html_2013109828:498:77958:77978 Beaverfoot Victoria, British Columbia +0.269838 gsa_html_2610916974 gsa_html_2610916974:18:789:795 Denver Colorado +0.242688 gsa_html_9181545711 gsa_html_9181545711:632:61992:62010 Fountain Woodland Park, Colorado +0.4815 geology_html_7272222523 geology_html_7272222523:278:21960:21968 Scotland Iceland +0.480194 aapg_ac_782.html aapg_ac_782.html:99:18399:18427 Barnett Denton, Greater Manchester +0.482132 aapg_af_562.html aapg_af_562.html:28:4803:4820 Ripley Tuscaloosa, Alabama +0.40863 aapg_ac_151.html aapg_ac_151.html:55:9043:9055 Wilcox Port of South Louisiana +0.187758 gsa_html_3646882130 gsa_html_3646882130:17:1265:1295 Grande Ronde Basalt Steens Mountain Wilderness +0.271441 cspg_html_5406720001 cspg_html_5406720001:299:37291:37307 Belloy Lacombe, Alberta +0.4848 sedimentology_html_7755870444 sedimentology_html_7755870444:931:60233:60237 Hess South China Sea Islands +0.4809 aapg_ai_581.html aapg_ai_581.html:277:24812:24828 Belly River Stanton, California +0.466336 aapg_af_808.html aapg_af_808.html:282:36321:36339 Scotland Trinidad and Tobago +0.458609 jgeology_html_2964058232 jgeology_html_2964058232:511:49801:49807 Ludlow Sweden +0.494966 cspg_html_6702053097 cspg_html_6702053097:35:5615:5620 Logan Philipsburg, Centre County, Pennsylvania +0.252648 aapg_ai_933.html aapg_ai_933.html:306:48215:48223 Beaumont Lacombe, Alberta +0.27486 aapg_af_2.html aapg_af_2.html:477:54710:54716 Lisbon Logan, Utah +0.244524 sedimentology_html_2272861739 sedimentology_html_2272861739:2239:111883:111891 Virginia Reston, Virginia +0.479605 sedimentology_html_2125743017 sedimentology_html_2125743017:1462:72817:72823 Provo Monaco +0.268323 cspg_html_7028413504 cspg_html_7028413504:217:27729:27735 Exshaw Regina, Saskatchewan +0.287532 cspg_html_3772380029 cspg_html_3772380029:567:71021:71045 Stony Mountain Nelson, New Zealand +0.500752 aapg_ae_715.html aapg_ae_715.html:155:19533:19537 Frio Texas +0.274022 aapg_ad_564.html aapg_ad_564.html:4539:344981:344992 Mowry Powder River Basin +0.46134 gsa_html_2832151886 gsa_html_2832151886:595:52634:52658 Kaskapau Lacombe, Alberta +0.511543 aapg_af_291.html aapg_af_291.html:545:59524:59535 Sadlerochit Anchorage, Alaska +0.261632 aapg_ai_787.html aapg_ai_787.html:10:1027:1045 Whitsett Whitsett, North Carolina +0.27577 aapg_ah_633.html aapg_ah_633.html:210:30745:30750 Tampa Tampa, Florida +0.4735 gsa_html_3151431803 gsa_html_3151431803:106:12990:13007 Kayenta Chinle Formation +0.468671 aapg_ai_765.html aapg_ai_765.html:231:22351:22359 Virginia Mount Nittany +0.273 aapg_ad_466.html aapg_ad_466.html:1191:127132:127145 Potomac Raritan River +0.255528 aapg_ai_736.html aapg_ai_736.html:54:6156:6181 Beluga Kenai, Alaska +0.260977 cspg_html_9139420146 cspg_html_9139420146:12:1359:1367 Columbia Victoria, British Columbia +0.245338 aapg_aa_549.html aapg_aa_549.html:29:3556:3569 Bandera Peru, Indiana +0.248952 aapg_ad_294.html aapg_ad_294.html:1019:111059:111068 Gibraltar Gibraltar +0.471942 cspg_html_7310162886 cspg_html_7310162886:171:23021:23037 Wahoo Great Britain +0.369824 geology_html_5414679991 geology_html_5414679991:14:786:811 Brule Badlands National Park +0.267208 gsa_html_2584301292 gsa_html_2584301292:803:69379:69393 Ogallala Nebraska +0.488188 cspg_html_5559471308 cspg_html_5559471308:419:55135:55151 Salina Ontario, California +0.4725 aapg_ae_917.html aapg_ae_917.html:395:41155:41163 Colorado Gould, Arkansas +0.250472 jgeology_html_4305195651 jgeology_html_4305195651:3806:250141:250176 Mauch Chunk Pennsylvania +0.497798 aapg_ae_223.html aapg_ae_223.html:91:11182:11203 Colorado Colorado +0.50828 aapg_ac_414.html aapg_ac_414.html:186:22477:22494 Gerster West Texas +0.499032 cspg_html_9435196958 cspg_html_9435196958:1028:44113:44131 Paskapoo Lacombe, Alberta +0.4715 aapg_ae_660.html aapg_ae_660.html:682:59582:59589 Jackson Mississippi River +0.247504 gsa_html_7102550258 gsa_html_7102550258:803:90410:90420 Springdale Kayenta, Arizona +0.25252 cspg_html_2954223000 cspg_html_2954223000:1081:153751:153769 Monterey California +0.247504 aapg_af_924.html aapg_af_924.html:330:33065:33073 Nacatoch Shreveport, Louisiana +0.370392 sedimentology_html_8983980897 sedimentology_html_8983980897:315:21423:21439 Morgan Logan, Utah +0.254012 jgeology_html_4368294692 jgeology_html_4368294692:1267:71731:71739 San Jose California +0.854828 aapg_ae_176.html aapg_ae_176.html:234:29271:29287 Viking Lacombe, Alberta +0.5088 palaios_html_7337635857 palaios_html_7337635857:12:652:660 Victoria Quebec City +0.437248 cspg_html_3104351736 cspg_html_3104351736:33:4455:4466 Belly River Regina, Saskatchewan +0.50814 aapg_aa_147.html aapg_aa_147.html:257:31341:31360 Red River Regina, Saskatchewan +0.24451 aapg_ai_751.html aapg_ai_751.html:304:33666:33674 Onondaga Onondaga (tribe) +0.262446 aapg_ae_324.html aapg_ae_324.html:249:25033:25044 Beekmantown Knoxville, Tennessee +0.251835 gsa_html_8664789297 gsa_html_8664789297:636:68842:68852 Wind River Cheyenne, Wyoming +0.247808 aapg_ai_980.html aapg_ai_980.html:316:26632:26640 Sawtooth Cut Bank, Montana +0.252486 aapg_ah_180.html aapg_ah_180.html:97:10737:10755 Catskill Catskill Mountains +0.373478 cspg_html_6331977039 cspg_html_6331977039:109:11301:11324 Eleanor River Ellesmere Island +0.794949 sedimentology_html_4353954188 sedimentology_html_4353954188:1625:100132:100152 Milk River Canada +0.261542 aapg_af_559.html aapg_af_559.html:81:10678:10689 San Antonio Corpus Christi, Texas +0.8928 aapg_ai_153.html aapg_ai_153.html:87:14865:14874 Conemaugh Pottsville, Pennsylvania +0.243045 aapg_ai_357.html aapg_ai_357.html:19:2767:2779 Walnut Medina County, Texas +0.255024 gsa_html_1266138577 gsa_html_1266138577:56:4722:4743 Marble Canyon Populus sect. Aegiros +0.64655 gsa_html_7912015830 gsa_html_7912015830:633:59841:59853 Owens Valley California +0.8473 aapg_ah_888.html aapg_ah_888.html:7:684:697 Barnett Texas +0.480194 cspg_html_7310162886 cspg_html_7310162886:458:65805:65824 Lisburne Anchorage, Alaska +0.239604 geology_html_5465889818 geology_html_5465889818:25:2186:2202 Yucatan Caribbean +0.477184 cspg_html_7271054047 cspg_html_7271054047:17:1804:1812 Columbia Western world +0.499118 cspg_html_1597341612 cspg_html_1597341612:101:11693:11713 Leduc Lacombe, Alberta +0.263069 aapg_af_722.html aapg_af_722.html:5:748:758 Springhill Tierra del Fuego Province (Argentina) +0.284602 aapg_ac_536.html aapg_ac_536.html:676:69199:69223 Mission Canyon Burke County, Georgia +0.480414 cspg_html_5891044027 cspg_html_5891044027:21:3647:3665 Snowslip Victoria, British Columbia +0.24552 jgeology_html_8494933343 jgeology_html_8494933343:351:25159:25167 Colorado Colorado +0.242985 aapg_ah_387.html aapg_ah_387.html:227:25084:25088 Toro Knoxville, Illinois +0.478541 aapg_aa_635.html aapg_aa_635.html:85:9809:9814 Cadiz Spain +0.47817 gsa_html_6117440194 gsa_html_6117440194:1345:118441:118449 Colorado Denver +0.4455 aapg_ac_881.html aapg_ac_881.html:809:85143:85164 Winnipeg Regina, Saskatchewan +0.274572 aapg_ac_333.html aapg_ac_333.html:1136:135213:135223 Phosphoria Logan, Utah +0.262119 aapg_ad_280.html aapg_ad_280.html:9:1525:1548 Cotton Valley Haynesville, Louisiana +0.50976 aapg_ac_532.html aapg_ac_532.html:574:87956:87969 El Paso Delaware +0.281428 cspg_html_1893593837 cspg_html_1893593837:229:19097:19108 Rocky Brook Coral Harbour Airport +0.512487 geology_html_9772573337 geology_html_9772573337:336:26610:26618 Rockwell Baja California peninsula +0.447903 geology_html_8621773259 geology_html_8621773259:191:19548:19558 Rio Grande Boise, Idaho +0.468384 aapg_ai_388.html aapg_ai_388.html:30:3456:3462 Casper Cheyenne, Wyoming +0.494592 aapg_ad_997.html aapg_ad_997.html:61:6744:6763 Mesaverde Garfield County, Colorado +0.238496 cspg_html_7310162886 cspg_html_7310162886:372:51670:51685 Vunta White Mountains (California) +0.253512 aapg_ac_924.html aapg_ac_924.html:420:44247:44254 Madison Cheyenne, Wyoming +0.496584 aapg_ae_550.html aapg_ae_550.html:236:26683:26689 Denver Colorado +0.263835 aapg_ad_652.html aapg_ad_652.html:17:2505:2512 Cowlitz Pacific Northwest +0.240091 cspg_html_9951421861 cspg_html_9951421861:147:22751:22760 Athabasca Clearwater, Florida +0.457692 cspg_html_8558580101 cspg_html_8558580101:5:256:282 Sulphur Mountain Lacombe, Alberta +0.261632 cspg_html_8273598401 cspg_html_8273598401:359:38897:38914 Success Regina, Saskatchewan +0.482157 gsa_html_5263035126 gsa_html_5263035126:48:3394:3422 Green River New Mexico +0.381717 cspg_html_4272664788 cspg_html_4272664788:35:5918:5923 Banff Lacombe, Alberta +0.468936 aapg_af_353.html aapg_af_353.html:60:8129:8137 Woodford California +0.25284 cspg_html_1378826439 cspg_html_1378826439:283:25434:25456 Beaver Mines Lacombe, Alberta +0.499488 aapg_ah_536.html aapg_ah_536.html:389:51081:51088 Rodessa Shreveport, Louisiana +0.500472 aapg_ad_749.html aapg_ad_749.html:277:28099:28114 Queen Delaware +0.51342 aapg_ac_629.html aapg_ac_629.html:616:73716:73726 Citronelle Melbourne, Florida +0.25333 aapg_ae_250.html aapg_ae_250.html:5:595:628 Minnelusa Cheyenne, Wyoming +0.25248 gsa_html_6971334714 gsa_html_6971334714:13:594:601 El Paso Texas +0.497367 cspg_html_3233680622 cspg_html_3233680622:53:7062:7074 Eureka Sound Southern United States +0.25544 gsa_html_7040053075 gsa_html_7040053075:1291:132371:132397 Coldwater California +0.26163 sedimentology_html_9443898314 sedimentology_html_9443898314:187:8465:8471 Oregon Washington (state) +0.48297 aapg_aa_394.html aapg_aa_394.html:80:9461:9476 Pottsville Pottsville, Pennsylvania +0.482664 aapg_ac_720.html aapg_ac_720.html:405:36817:36837 Vincentown McLean, Virginia +0.25376 cspg_html_6577476978 cspg_html_6577476978:58:7954:7962 Columbia Victoria, British Columbia +0.51072 cspg_html_7833083677 cspg_html_7833083677:1238:106710:106739 Blue Fiord Middle East +0.25186 aapg_ai_267.html aapg_ai_267.html:356:45414:45421 Halifax Closter, New Jersey +0.2485 jgeology_html_8596065691 jgeology_html_8596065691:107:4771:4784 Santa Barbara California +0.263 aapg_ae_794.html aapg_ae_794.html:528:57718:57738 Coon Creek Selma to Montgomery marches +0.484008 aapg_aa_698.html aapg_aa_698.html:494:46681:46698 Prairie Regina, Saskatchewan +0.25351 aapg_ac_612.html aapg_ac_612.html:602:47938:47946 Colorado Ogden, Utah +0.247883 aapg_aa_233.html aapg_aa_233.html:514:51421:51427 Sierra Matamoros, Tamaulipas +0.480102 cspg_html_9713614580 cspg_html_9713614580:151:20886:20904 Pakowki Milk River, Alberta +0.245967 palaios_html_6025329652 palaios_html_6025329652:437:39532:39538 Oregon California +0.267264 aapg_ai_4.html aapg_ai_4.html:33:4548:4556 Monterey California +0.25653 cspg_html_5832944175 cspg_html_5832944175:431:47083:47089 Oregon Washington (state) +0.278735 geology_html_2624273806 geology_html_2624273806:86:7008:7015 Juniata Chemung, New York +0.265398 aapg_ac_246.html aapg_ac_246.html:89:9842:9848 Dakota Nebraska +0.26977 cspg_html_3068776384 cspg_html_3068776384:556:60901:60908 Cardium Victoria, British Columbia +0.42228 cspg_html_5660413005 cspg_html_5660413005:54:7996:8001 Nisku Lacombe, Alberta +0.256027 gsa_html_2098291403 gsa_html_2098291403:477:42515:42520 Salem Vancouver +0.488241 aapg_ai_385.html aapg_ai_385.html:72:7120:7136 Blaine San Angelo, Texas +0.510081 aapg_ah_756.html aapg_ah_756.html:13:2287:2297 San Andres Texas +0.275878 aapg_ae_907.html aapg_ae_907.html:439:52251:52269 Vaqueros California +0.247008 gsa_html_2139035730 gsa_html_2139035730:225:15858:15870 Saskatchewan Lacombe, Alberta +0.256824 aapg_ac_661.html aapg_ac_661.html:108:10675:10695 Phosphoria Boise, Idaho +0.263105 aapg_aa_232.html aapg_aa_232.html:11:1622:1632 Purgatoire Cheyenne, Wyoming +0.260598 aapg_af_668.html aapg_af_668.html:34:5467:5473 Pocono Pocono Raceway +0.256386 aapg_ah_416.html aapg_ah_416.html:99:8445:8457 Medicine Hat Saskatchewan River +0.264195 palaios_html_1461828369 palaios_html_1461828369:24:1814:1824 Washington Virginia +0.491064 aapg_ah_978.html aapg_ah_978.html:284:27955:27970 Etchegoin Middle East +0.49088 cspg_html_2184091860 cspg_html_2184091860:811:69082:69113 Beekmantown Quebec City +0.503286 aapg_ai_388.html aapg_ai_388.html:320:33577:33589 Wasatch Mancos, Colorado +0.479136 aapg_ah_644.html aapg_ah_644.html:28:3864:3876 Saskatchewan Regina, Saskatchewan +0.596804 aapg_ae_448.html aapg_ae_448.html:112:12547:12555 Woodbine Cayuga, Ontario +0.464634 aapg_ai_326.html aapg_ai_326.html:153:18350:18357 Mandata Pennsylvania +0.274527 sedimentology_html_9471968156 sedimentology_html_9471968156:512:38702:38724 Todos Santos Mexico +0.488136 aapg_af_308.html aapg_af_308.html:317:36234:36253 Tuscarora Cabell County, West Virginia +0.468293 aapg_ad_338.html aapg_ad_338.html:652:65626:65634 Virginia Maryland +0.47328 cspg_html_2882882278 cspg_html_2882882278:6:568:594 Rundle Victoria, British Columbia +0.26288 aapg_ae_454.html aapg_ae_454.html:238:19832:19845 Cotton Valley Arkansas +0.48209 aapg_ac_298.html aapg_ac_298.html:4:582:590 Columbia Victoria, British Columbia +0.387604 cspg_html_2492063773 cspg_html_2492063773:31:4060:4074 Cedar District Northumberland, Pennsylvania +0.263169 cspg_html_7576506617 cspg_html_7576506617:293:41049:41070 Ekwan River Moose River (Maine) +0.481206 gsa_html_3096615185 gsa_html_3096615185:462:45816:45824 Columbia Victoria, British Columbia +0.244989 sedimentology_html_1275942184 sedimentology_html_1275942184:454:17293:17303 Washington Wa (Japan) +0.27456 sedimentology_html_2208426700 sedimentology_html_2208426700:1031:57504:57527 Winnipegosis Williston Basin +0.488748 aapg_ah_757.html aapg_ah_757.html:1035:61850:61863 Madison Cheyenne, Wyoming +0.479841 aapg_ac_471.html aapg_ac_471.html:269:30256:30273 Prairie Regina, Saskatchewan +0.50208 aapg_ae_223.html aapg_ae_223.html:185:22418:22435 Wasatch Wasatch Range +0.243972 cspg_html_4694482219 cspg_html_4694482219:24:3205:3219 Edmonton Lacombe, Alberta +0.91107 aapg_ae_797.html aapg_ae_797.html:106:12310:12315 Molas Colorado +0.478969 aapg_aa_415.html aapg_aa_415.html:287:40726:40739 Nacatoch Arkansas +0.260051 aapg_ae_369.html aapg_ae_369.html:43:5382:5387 Eutaw Tuscaloosa, Alabama +0.508369 aapg_ad_216.html aapg_ad_216.html:372:38163:38180 Rustler Texas +0.254976 cspg_html_5976982403 cspg_html_5976982403:22:3912:3931 Kitchener Purcell Mountains +0.481584 geology_html_7239758075 geology_html_7239758075:106:10494:10505 Fort Pierce Melbourne, Florida +0.496244 sedimentology_html_2319942817 sedimentology_html_2319942817:45:2796:2817 Green River Uinta Mountains +0.260478 jgeology_html_3792951165 jgeology_html_3792951165:899:69988:69998 Washington Salem, Oregon +0.252928 gsa_html_3412344071 gsa_html_3412344071:712:63354:63359 Swift Logan, Utah +0.2601 sedimentology_html_2383150620 sedimentology_html_2383150620:1073:61392:61396 Hall London, Ontario +0.25431 aapg_ae_461.html aapg_ae_461.html:61:8903:8924 Cotton Valley Rodessa, Louisiana +0.485265 sedimentology_html_7360539162 sedimentology_html_7360539162:942:63805:63809 Hall London, Ontario +0.490455 aapg_af_416.html aapg_af_416.html:10:1177:1187 Blackstone Lacombe, Alberta +0.265224 jgeology_html_4305195651 jgeology_html_4305195651:2170:156183:156206 Catskill Pennsylvania +0.46431 palaios_html_1047361324 palaios_html_1047361324:58:6425:6435 Manzanilla Trinidad and Tobago +0.250344 cspg_html_9343899465 cspg_html_9343899465:586:56133:56143 Bird Fiord Ellesmere Island +0.269874 cspg_html_4245715705 cspg_html_4245715705:183:23726:23738 Medicine Hat Milk River, Alberta +0.256302 aapg_ae_182.html aapg_ae_182.html:250:28485:28503 Nacatoch Bellevue, Nebraska +0.24304 aapg_ae_974.html aapg_ae_974.html:197:19915:19919 Jose Mexico +0.265225 geology_html_6350025955 geology_html_6350025955:229:19888:19913 Monterey California +0.257335 aapg_aa_304.html aapg_aa_304.html:218:20994:21002 La Habra California +0.267288 cspg_html_6038396142 cspg_html_6038396142:58:8399:8407 Winnipeg Winnipeg +0.475228 sedimentology_html_2709430059 sedimentology_html_2709430059:203:20788:20809 Gull Island North Country, New York +0.276672 aapg_af_971.html aapg_af_971.html:13:565:573 Colorado Denver +0.27984 aapg_ac_800.html aapg_ac_800.html:45:7534:7554 Fort Union Powder River Basin +0.236376 aapg_ad_683.html aapg_ad_683.html:271:30716:30728 Hermit Kaibab, Arizona +0.251482 aapg_ai_572.html aapg_ai_572.html:3:297:300 Ada Seminole, Texas +0.45135 cspg_html_7409170811 cspg_html_7409170811:610:72364:72380 Exshaw Lacombe, Alberta +0.707005 gsa_html_7425483970 gsa_html_7425483970:804:59194:59204 Notch Peak Earth +0.23328 cspg_html_7086880709 cspg_html_7086880709:373:49323:49336 Sulphur Point Lacombe, Alberta +0.49028 aapg_af_575.html aapg_af_575.html:513:70983:71007 Fayetteville Batesville, Arkansas +0.2678 palaios_html_5600528347 palaios_html_5600528347:587:55947:55968 Green River Cheyenne, Wyoming +0.48316 aapg_ac_497.html aapg_ac_497.html:71:7281:7302 Sadlerochit Anchorage, Alaska +0.26673 aapg_ac_889.html aapg_ac_889.html:120:11462:11473 Tar Springs Tilden, Texas +0.490261 aapg_ah_647.html aapg_ah_647.html:29:2888:2901 Naco Arizona +0.253005 aapg_aa_259.html aapg_aa_259.html:231:19102:19119 Gilwood Lacombe, Alberta +0.257556 gsa_html_5178458550 gsa_html_5178458550:69:5709:5737 Green River New Mexico +0.246422 AMJC_html_4504848787 AMJC_html_4504848787:154:17679:17701 Mechum River Batesville, Arkansas +0.47996 aapg_ae_999.html aapg_ae_999.html:722:86099:86104 Tampa Melbourne, Florida +0.482664 sedimentology_html_8076752814 sedimentology_html_8076752814:913:59968:59985 Kuparuk Anchorage, Alaska +0.237165 aapg_ac_715.html aapg_ac_715.html:848:74650:74660 Cedar Lake Lake Minnetonka +0.24353 jgeology_html_9033080750 jgeology_html_9033080750:170:13502:13508 Sierra Mexico +0.514452 gsa_html_7009530009 gsa_html_7009530009:29:2796:2824 Green River Colorado +0.241572 aapg_aa_735.html aapg_aa_735.html:56:5224:5246 Borden Bloomington, Indiana +0.262063 aapg_ai_974.html aapg_ai_974.html:475:50354:50364 Washington Cascade Mountain (Alberta) +0.262584 cspg_html_3618628685 cspg_html_3618628685:403:47867:47878 Belly River Arctic Cordillera +0.483 aapg_ad_466.html aapg_ad_466.html:893:96859:96869 Vincentown Navesink River +0.469989 gsa_html_9052101586 gsa_html_9052101586:485:59244:59257 Lake Michigan Illinois +0.27719 gsa_html_9891566604 gsa_html_9891566604:579:52923:52943 Prospect Quebec City +0.57095 aapg_aa_90.html aapg_aa_90.html:22:1980:1990 Citronelle East Asia +0.506447 sedimentology_html_8006979411 sedimentology_html_8006979411:1887:121541:121546 Swift Logan, Utah +0.2475 geology_html_1952763912 geology_html_1952763912:285:24060:24064 Kent Hawaii (island) +0.25333 aapg_ae_296.html aapg_ae_296.html:3:302:322 San Andres Texas +0.251995 cspg_html_6517402834 cspg_html_6517402834:361:34082:34087 Lance Lacombe, Alberta +0.254388 aapg_ac_158.html aapg_ac_158.html:84:14705:14721 Ireton Lacombe, Alberta +0.510614 aapg_af_77.html aapg_af_77.html:63:5596:5607 Paluxy Lafayette County, Florida +0.275994 aapg_ah_869.html aapg_ah_869.html:1039:95902:95918 Dakota Cheyenne, Wyoming +0.264147 cspg_html_5117208919 cspg_html_5117208919:195:17333:17343 Pine Point Victoria, British Columbia +0.263082 aapg_af_889.html aapg_af_889.html:85:6754:6764 San Andres Ohio +0.268315 cspg_html_6306091047 cspg_html_6306091047:553:75902:75911 Baldonnel Victoria, British Columbia +0.28143 aapg_ae_4.html aapg_ae_4.html:427:49404:49424 Phosphoria Boise, Idaho +0.499118 aapg_ac_563.html aapg_ac_563.html:595:85562:85580 Hosston Texas +0.453808 geology_html_7543280232 geology_html_7543280232:12:536:546 Pittsburgh Pennsylvania +0.35328 aapg_aa_702.html aapg_aa_702.html:973:118988:119007 Smackover Shreveport, Louisiana +0.258482 gsa_html_3179245953 gsa_html_3179245953:365:35547:35567 Wellington Arkansas River +0.47792 sedimentology_html_8803606067 sedimentology_html_8803606067:177:12261:12267 Brazil Colombia +0.249831 cspg_html_4176605708 cspg_html_4176605708:350:33865:33886 Fish Scales Westgate, Canterbury +0.250965 gsa_html_8194580528 gsa_html_8194580528:696:70760:70764 Ladd Nassau, Bahamas +0.48152 aapg_ae_415.html aapg_ae_415.html:180:22794:22803 Red Bluff Shreveport, Louisiana +0.481036 aapg_ad_379.html aapg_ad_379.html:828:68692:68712 Purgatoire Colorado +0.500016 aapg_ac_699.html aapg_ac_699.html:37:4301:4306 Sligo Shreveport, Louisiana +0.861063 cspg_html_2498183035 cspg_html_2498183035:296:32844:32851 Wabamun Lacombe, Alberta +0.3712 aapg_aa_37.html aapg_aa_37.html:331:41498:41520 Gerster Logan, Utah +0.487014 gsa_html_3331523875 gsa_html_3331523875:77:8994:9011 Wasatch Colorado +0.26061 AMJC_html_1873062106 AMJC_html_1873062106:842:94716:94734 Cloverly Cheyenne, Wyoming +0.48403 aapg_ae_715.html aapg_ae_715.html:473:61226:61230 Frio Texas +0.26677 geology_html_9316941915 geology_html_9316941915:279:24345:24353 Colorado Colorado +0.488241 aapg_ai_515.html aapg_ai_515.html:438:48486:48507 Green River Wasatch Range +0.49764 aapg_af_487.html aapg_af_487.html:75:11301:11310 Peninsula Hawaii (island) +0.256452 geology_html_8665622838 geology_html_8665622838:386:29303:29307 Maya California +0.216448 cspg_html_6032369756 cspg_html_6032369756:416:50253:50262 Red River Red River of the North +0.280875 aapg_ac_501.html aapg_ac_501.html:118:12401:12409 Lawrence Kentucky +0.456576 cspg_html_4287356899 cspg_html_4287356899:3954:392269:392274 Yukon Anchorage, Alaska +0.500835 aapg_ae_805.html aapg_ae_805.html:202:23552:23568 Sandia Hermosa, Chicago +0.860852 aapg_ah_779.html aapg_ah_779.html:294:54862:54871 Interlake Pennsylvania +0.49979 aapg_af_854.html aapg_af_854.html:1127:159390:159411 Tar Springs Kentucky +0.498848 cspg_html_6985536436 cspg_html_6985536436:399:51055:51077 Eureka Sound Banks Island +0.456936 cspg_html_9346298272 cspg_html_9346298272:280:31061:31069 Colorado Denver +0.459792 cspg_html_9987144175 cspg_html_9987144175:154:21061:21068 Awingak Ellesmere Island +0.507904 aapg_ah_83.html aapg_ah_83.html:41:6345:6364 Lakota Moberly, Missouri +0.241332 aapg_aa_855.html aapg_aa_855.html:95:9339:9345 Denver Colorado +0.278615 aapg_ac_626.html aapg_ac_626.html:13:1554:1562 Antietam Virginia +0.254478 cspg_html_5699627350 cspg_html_5699627350:437:52358:52374 Viking Regina, Saskatchewan +0.257466 aapg_ad_466.html aapg_ad_466.html:979:106156:106167 Hornerstown Navesink River +0.238212 aapg_ai_1.html aapg_ai_1.html:412:37951:37958 Paradox Hermosa, Chicago +0.254508 gsa_html_5601712699 gsa_html_5601712699:528:44541:44548 Newport Inglewood, California +0.460408 geology_html_1497479898 geology_html_1497479898:34:4405:4414 Sunniland Nassau, Bahamas +0.507636 palaios_html_9015391191 palaios_html_9015391191:488:45288:45321 Morrison Flagstaff, Arizona +0.491748 palaios_html_1249829497 palaios_html_1249829497:584:53609:53621 Pierre Stroudsburg, Pennsylvania +0.256 gsa_html_3648258377 gsa_html_3648258377:430:41197:41216 Englishtown Merchantville, New Jersey +0.49408 aapg_af_3.html aapg_af_3.html:25:3190:3213 Supai Supai, Arizona +0.462878 aapg_ac_742.html aapg_ac_742.html:45:5987:5995 Sundance Spearfish, South Dakota +0.257045 gsa_html_3701935694 gsa_html_3701935694:61:5937:5947 Laurentian Green Mountain +0.273304 aapg_ad_743.html aapg_ad_743.html:172:18365:18374 Wapanucka Pottsville, Pennsylvania +0.457164 gsa_html_9962225882 gsa_html_9962225882:720:61923:61933 Washington Boise, Idaho +0.252324 sedimentology_html_2041096405 sedimentology_html_2041096405:572:44854:44878 Pethei Canada +0.480568 aapg_af_892.html aapg_af_892.html:533:52725:52731 Pueblo Wichita, Kansas +0.489149 gsa_html_3649667431 gsa_html_3649667431:750:68286:68294 Colorado Gunnison County, Colorado +0.467364 aapg_aa_145.html aapg_aa_145.html:85:10938:10945 Selkirk Cariboo Road +0.489056 aapg_af_833.html aapg_af_833.html:731:79891:79899 Sundance Fall River, Nova Scotia +0.720415 aapg_ah_754.html aapg_ah_754.html:168:20237:20243 Cultus Canada +0.25175 cspg_html_6715452766 cspg_html_6715452766:22:4083:4104 Bird Fiord Ellesmere Island +0.254944 cspg_html_9947283670 cspg_html_9947283670:43:5578:5610 Black River Utica, New York +0.260925 cspg_html_3129231627 cspg_html_3129231627:290:39476:39519 Bay Fiord Middle Ordovician +0.255528 cspg_html_7587979364 cspg_html_7587979364:130:10663:10674 Slave Point Swan Hill, Victoria +0.331608 sedimentology_html_1046729113 sedimentology_html_1046729113:1493:134649:134667 Dunvegan Western Canadian Sedimentary Basin +0.520385 gsa_html_9613801428 gsa_html_9613801428:1148:107944:107975 Naknek Anchorage, Alaska +0.483426 palaios_html_9877595963 palaios_html_9877595963:31:2410:2432 Colorado Gulf of California +0.451276 cspg_html_9343899465 cspg_html_9343899465:1980:172345:172357 Read Bay Western world +0.502231 cspg_html_7939613278 cspg_html_7939613278:78:9266:9282 Exshaw Lacombe, Alberta +0.25431 aapg_af_553.html aapg_af_553.html:208:17349:17362 Decorah Blue Earth, Minnesota +0.253092 geology_html_4460152267 geology_html_4460152267:67:6107:6123 Navajo Logan, Utah +0.2625 geology_html_7620463750 geology_html_7620463750:312:24192:24197 Rapid California +0.24549 cspg_html_7881580279 cspg_html_7881580279:40:6589:6596 Selkirk Manitoba +0.268577 aapg_aa_93.html aapg_aa_93.html:5:459:465 Dakota Powder River (Montana) +0.468936 cspg_html_1264368391 cspg_html_1264368391:216:12294:12310 Viking Central Alberta +0.242316 aapg_ai_350.html aapg_ai_350.html:52:5574:5579 Chazy Black River, Jamaica +0.256236 aapg_ae_171.html aapg_ae_171.html:528:53900:53918 Niobrara New Mexico +0.258566 aapg_ae_6.html aapg_ae_6.html:128:14302:14309 Yucatan Mexico +0.25296 cspg_html_9508543859 cspg_html_9508543859:166:19048:19078 Lawrence Quebec City +0.49816 aapg_aa_2.html aapg_aa_2.html:191:17497:17522 Telegraph Creek Santa Maria River (California) +0.254464 aapg_ad_182.html aapg_ad_182.html:213:27264:27277 Woodbine East Texas +0.494019 sedimentology_html_4432289902 sedimentology_html_4432289902:601:51810:51821 Englishtown Merchantville, New Jersey +0.281177 aapg_aa_533.html aapg_aa_533.html:21:3071:3089 Woodbine Corsicana, Texas +0.462848 palaios_html_5559953923 palaios_html_5559953923:666:64988:64995 Francis London, Ontario +0.258039 aapg_af_551.html aapg_af_551.html:450:47129:47139 Keokuk Alamogordo, New Mexico +0.248776 aapg_ah_130.html aapg_ah_130.html:65:4294:4301 Edwards Panna Maria, Texas +0.693517 jgeology_html_4289404569 jgeology_html_4289404569:516:45760:45781 Green River Logan, Utah +0.256486 cspg_html_3404912985 cspg_html_3404912985:748:103246:103268 Judith River Lacombe, Alberta +0.25194 aapg_af_518.html aapg_af_518.html:362:37914:37918 Ladd Long Island +0.260064 aapg_ai_364.html aapg_ai_364.html:78:9679:9684 Atoka Allegheny Mountains +0.710946 geology_html_1390060534 geology_html_1390060534:149:12141:12152 Green River Logan, Utah +0.266207 gsa_html_3010975239 gsa_html_3010975239:67:8633:8651 Glenwood Michigan +0.245016 aapg_ae_176.html aapg_ae_176.html:152:17635:17650 Colorado Lacombe, Alberta +0.470305 aapg_ae_594.html aapg_ae_594.html:342:36315:36334 Mt Lytton Del Rio, Tennessee +0.47787 aapg_af_854.html aapg_af_854.html:1047:147635:147642 Cypress Illinois +0.481194 aapg_ac_126.html aapg_ac_126.html:198:29448:29467 Smackover Haynesville, Louisiana +0.483336 sedimentology_html_9906091939 sedimentology_html_9906091939:1243:70052:70058 Oregon Washington (state) +0.252234 palaios_html_7805951959 palaios_html_7805951959:193:20779:20803 Cantwell Anchorage, Alaska +0.484568 gsa_html_6278186052 gsa_html_6278186052:54:3460:3488 Green River Colorado +0.242905 cspg_html_4319383223 cspg_html_4319383223:173:22062:22077 Liard Victoria, British Columbia +0.255009 cspg_html_1333179361 cspg_html_1333179361:36:4671:4681 Mount Head Lacombe, Alberta +0.499118 cspg_html_7561290301 cspg_html_7561290301:6:379:398 Keg River Lacombe, Alberta +0.257 cspg_html_3008414459 cspg_html_3008414459:30:4837:4857 Milk River Lacombe, Alberta +0.26468 aapg_aa_888.html aapg_aa_888.html:53:7287:7299 Salina Lockport (city), New York +0.250952 aapg_ai_64.html aapg_ai_64.html:555:65556:65567 Sparta Shreveport, Louisiana +0.2772 aapg_ad_999.html aapg_ad_999.html:105:10539:10548 Keg River Lake Ontario +0.271906 cspg_html_5345848475 cspg_html_5345848475:62:8834:8852 Niobrara Milk River, Alberta +0.483328 aapg_af_728.html aapg_af_728.html:58:7269:7277 Colorado Salt Lake City +0.45492 sedimentology_html_4432289902 sedimentology_html_4432289902:260:20182:20203 Marshalltown Sea Girt, New Jersey +0.381095 AMJC_html_2829615437 AMJC_html_2829615437:378:47000:47020 Pocahontas Huntington, West Virginia +0.46258 aapg_ad_376.html aapg_ad_376.html:14:2270:2276 Mercer Knoxville, Tennessee +0.264698 jgeology_html_8355852976 jgeology_html_8355852976:308:27087:27093 Pueblo Colorado +0.516057 cspg_html_7595517955 cspg_html_7595517955:463:51105:51124 Ella Bay Ellesmere Island +0.274567 sedimentology_html_5575198310 sedimentology_html_5575198310:835:59324:59333 Red River Manitoba +0.453257 aapg_ae_836.html aapg_ae_836.html:19:1870:1878 Woodbine Paluxy, Texas +0.495558 palaios_html_3855840708 palaios_html_3855840708:244:22075:22090 Brule Chadron, Nebraska +0.682331 cspg_html_6383234409 cspg_html_6383234409:19:2186:2223 Bird Fiord Little Cornwallis Island +0.502892 AMJC_html_3664856625 AMJC_html_3664856625:108:15017:15047 Fort Union Powder River Basin +0.260096 gsa_html_4432793908 gsa_html_4432793908:714:81605:81638 Sheep Pass Reno, Nevada +0.25296 palaios_html_2621173808 palaios_html_2621173808:1266:117830:117839 Baldonnel Victoria, British Columbia +0.256949 cspg_html_8266552811 cspg_html_8266552811:11:1090:1107 Viking Lacombe, Alberta +0.481461 aapg_ai_366.html aapg_ai_366.html:150:19619:19635 Lissie Hockley +0.505824 gsa_html_7468123532 gsa_html_7468123532:158:15961:15979 Morrison New Mexico +0.847318 aapg_aa_106.html aapg_aa_106.html:584:66467:66479 Winnipegosis Regina, Saskatchewan +0.47282 aapg_ad_432.html aapg_ad_432.html:25:2585:2593 Virginia Pittsburgh +0.678395 aapg_ai_583.html aapg_ai_583.html:394:48996:49014 Rierdon Cheyenne, Wyoming +0.469504 gsa_html_4482097834 gsa_html_4482097834:500:48556:48561 Gates Virginia +0.476844 cspg_html_2796643803 cspg_html_2796643803:684:75779:75813 Deadwood Regina, Saskatchewan +0.4841 aapg_aa_644.html aapg_aa_644.html:98:11509:11515 Draney Evanston, Wyoming +0.261615 aapg_ah_779.html aapg_ah_779.html:234:43010:43021 Martinsburg Maysville, Kentucky +0.490455 aapg_ae_113.html aapg_ae_113.html:214:27947:27967 Griper Bay Middle East +0.2555 gsa_html_9666442487 gsa_html_9666442487:993:87686:87705 Ellis Bay Quebec City +0.49408 AMJC_html_5908077521 AMJC_html_5908077521:558:59499:59511 Dixie Valley Reno, Nevada +0.240075 cspg_html_2492063773 cspg_html_2492063773:73:9485:9506 Trent River Qualicum River +0.873741 cspg_html_3385840278 cspg_html_3385840278:1649:181708:181728 Waterways Swan Hill, Victoria +0.265104 aapg_ad_584.html aapg_ad_584.html:594:54915:54940 Frio Gulf Coast of the United States +0.456036 aapg_aa_399.html aapg_aa_399.html:548:53515:53521 Viking Fabyan Windmill +0.258482 palaios_html_9789679615 palaios_html_9789679615:773:79544:79560 Chinle Arizona +0.431375 gsa_html_2675218998 gsa_html_2675218998:988:88008:88016 Colorado Colombia +0.479958 jgeology_html_4305195651 jgeology_html_4305195651:4268:264895:264927 Genesee Genesee County, Michigan +0.23471 aapg_ai_584.html aapg_ai_584.html:1234:125776:125795 Tensleep Powder River Basin +0.478541 cspg_html_4624186528 cspg_html_4624186528:38:5701:5709 Columbia Arctic Cordillera +0.48132 gsa_html_6241580036 gsa_html_6241580036:411:36730:36738 Fountain Antarctica +0.26884 aapg_ae_846.html aapg_ae_846.html:190:18261:18279 Entrada New Mexico +0.490049 cspg_html_3041902517 cspg_html_3041902517:145:23840:23851 Blind Fiord Ellesmere Island +0.249424 aapg_ac_835.html aapg_ac_835.html:647:90989:90996 Madison Garland, Texas +0.25755 palaios_html_6090005613 palaios_html_6090005613:44:4813:4829 Racine Wisconsin +0.2604 aapg_ad_141.html aapg_ad_141.html:70:6525:6532 Hosston Mooringsport, Louisiana +0.261326 aapg_ae_335.html aapg_ae_335.html:173:18226:18252 Wasatch Wasatch Range +0.26936 aapg_ai_54.html aapg_ai_54.html:6:859:869 Tuscaloosa Arkansas +0.279832 gsa_html_5136288307 gsa_html_5136288307:1096:94449:94477 Green River Colorado +0.2515 geology_html_2995030913 geology_html_2995030913:15:738:748 Washington Spokane, Washington +0.251968 cspg_html_5170528958 cspg_html_5170528958:196:28431:28459 Wabamun Lacombe, Alberta +0.26052 aapg_ah_532.html aapg_ah_532.html:63:6219:6224 Ouray Ouray, Colorado +0.24843 aapg_ai_49.html aapg_ai_49.html:94:9329:9334 Supai Grand Canyon +0.24442 jgeology_html_5136863421 jgeology_html_5136863421:865:54521:54529 Santiago Chile +0.504465 aapg_aa_684.html aapg_aa_684.html:5:542:562 Jelm Cheyenne, Wyoming +0.496018 gsa_html_5274400800 gsa_html_5274400800:574:46971:46989 Monterey Compton, California +0.280836 aapg_ae_29.html aapg_ae_29.html:49:6223:6244 Mauch Chunk Lehigh River +0.506625 cspg_html_2161417858 cspg_html_2161417858:203:26407:26423 Exshaw Lacombe, Alberta +0.499155 aapg_aa_507.html aapg_aa_507.html:45:5666:5676 Tuscaloosa Winona, Mississippi +0.27507 aapg_ae_873.html aapg_ae_873.html:156:19436:19450 Nacatoch Paluxy, Texas +0.248992 geology_html_1733534725 geology_html_1733534725:17:786:794 Virginia Reston, Virginia +0.256432 aapg_af_262.html aapg_af_262.html:217:25560:25568 Colorado Denver +0.24354 palaios_html_3163415141 palaios_html_3163415141:68:6019:6042 Chapel Island Corbin, Burin Peninsula, Newfoundland and Labrador +0.509229 aapg_ai_999.html aapg_ai_999.html:93:6696:6708 Fernie Lacombe, Alberta +0.267288 cspg_html_5241714595 cspg_html_5241714595:158:23645:23654 Keg River Lacombe, Alberta +0.800975 aapg_aa_23.html aapg_aa_23.html:373:44115:44124 Red River Middle Ordovician +0.242536 aapg_ac_575.html aapg_ac_575.html:475:70601:70619 Tensleep Cheyenne, Wyoming +0.270364 cspg_html_5281980997 cspg_html_5281980997:407:52351:52362 Belly River Pincher Creek, Alberta +0.492544 aapg_ai_247.html aapg_ai_247.html:74:7552:7570 Traverse Michigan +0.226008 aapg_ad_344.html aapg_ad_344.html:14:1518:1522 Wendover Fort Pierre Chouteau +0.518 gsa_html_7012936645 gsa_html_7012936645:950:75271:75310 Martinsburg Pennsylvania +0.5136 aapg_af_433.html aapg_af_433.html:140:17435:17445 Tuscaloosa Shreveport, Louisiana +0.486983 cspg_html_7924356285 cspg_html_7924356285:330:33612:33620 Mt. Head Highwood Pass +0.451188 aapg_af_479.html aapg_af_479.html:50:7027:7037 Point Loma La Jolla +0.25186 aapg_ac_363.html aapg_ac_363.html:137:15939:15955 Kern River Rancho Santa Margarita, California +0.24837 aapg_ai_701.html aapg_ai_701.html:227:22158:22170 Rhode Island French West Africa +0.479457 jgeology_html_5792739316 jgeology_html_5792739316:591:43198:43208 Laurentian Texas +0.278495 aapg_ah_85.html aapg_ah_85.html:293:33199:33219 Tuscaloosa Tuscaloosa, Alabama +0.241516 aapg_ae_73.html aapg_ae_73.html:898:110125:110133 Colorado Colorado +0.477225 cspg_html_5960210762 cspg_html_5960210762:343:35892:35908 Viking Canada +0.274572 aapg_ac_563.html aapg_ac_563.html:296:41520:41526 Midway County Sligo +0.50052 cspg_html_3404912985 cspg_html_3404912985:691:100137:100154 Cadomin Lacombe, Alberta +0.49543 gsa_html_9193225131 gsa_html_9193225131:1126:87020:87048 Green River Colorado +0.471653 aapg_ae_973.html aapg_ae_973.html:279:18860:18875 Diablo Otero County, New Mexico +0.475896 aapg_ad_836.html aapg_ad_836.html:141:11603:11611 Richmond Missouri River +0.487442 jgeology_html_4732263487 jgeology_html_4732263487:127:4939:4948 Peninsula Korea +0.481005 aapg_ae_619.html aapg_ae_619.html:49:4825:4850 Frio Gulf Coast of the United States +0.496908 aapg_ae_579.html aapg_ae_579.html:19:2551:2568 Wasatch Cheyenne, Wyoming +0.266156 aapg_ad_557.html aapg_ad_557.html:11528:676353:676363 San Andres Panhandle, Texas +0.465612 aapg_ad_168.html aapg_ad_168.html:37:5515:5541 Peninsula Logan, Utah +0.265527 aapg_ac_214.html aapg_ac_214.html:19:2432:2439 Entrada Colorado +0.492264 sedimentology_html_1293179143 sedimentology_html_1293179143:1202:83437:83459 Winnipegosis Regina, Saskatchewan +0.524304 aapg_ac_730.html aapg_ac_730.html:175:25049:25064 Mesaverde Mancos, Colorado +0.84729 cspg_html_9343899465 cspg_html_9343899465:856:77833:77845 Hecla Bay Melville Island (Canada) +0.4896 aapg_af_489.html aapg_af_489.html:242:20548:20566 San Miguel Texas +0.25957 gsa_html_7808051457 gsa_html_7808051457:862:81729:81737 Colorado Denver +0.252753 aapg_ai_974.html aapg_ai_974.html:11:1885:1891 Oregon Washington (state) +0.465689 AMJC_html_5722410163 AMJC_html_5722410163:653:63547:63553 Denver Colorado +0.48059 sedimentology_html_6303171089 sedimentology_html_6303171089:1221:99494:99514 San Andres New Mexico +0.265698 sedimentology_html_3798833948 sedimentology_html_3798833948:1841:108365:108373 Homewood Oman +0.23463 aapg_ak_23.html aapg_ak_23.html:24:3305:3320 Piute Piute, California +0.482092 aapg_ai_106.html aapg_ai_106.html:39:4042:4050 Michigan Forest City, Iowa +0.47025 palaios_html_3751051678 palaios_html_3751051678:953:91128:91134 Denver Colorado +0.497798 aapg_ac_92.html aapg_ac_92.html:317:31199:31204 Stark Atoka, Oklahoma +0.23358 cspg_html_4699684578 cspg_html_4699684578:172:21279:21290 Calmar Lacombe, Alberta +0.24926 aapg_aa_37.html aapg_aa_37.html:171:20876:20881 Supai Logan, Utah +0.267674 cspg_html_5375448448 cspg_html_5375448448:614:57409:57427 Kaskapau Lacombe, Alberta +0.25092 sedimentology_html_6225967387 sedimentology_html_6225967387:745:52382:52386 Bond Spain +0.493696 aapg_ac_63.html aapg_ac_63.html:17:2660:2696 Haynesville Shreveport, Louisiana +0.256542 cspg_html_1293312960 cspg_html_1293312960:576:66052:66061 San Diego California +0.261096 aapg_aa_684.html aapg_aa_684.html:272:25218:25225 Ankareh Cheyenne, Wyoming +0.251262 aapg_ae_499.html aapg_ae_499.html:18:2321:2327 Denver Cheyenne, Wyoming +0.251979 gsa_html_8986707315 gsa_html_8986707315:1031:77309:77318 Salisbury California +0.265738 cspg_html_3482605972 cspg_html_3482605972:134:17120:17135 Gates Mountain Park (Holyoke, Massachusetts) +0.526934 aapg_ac_924.html aapg_ac_924.html:114:8041:8055 Mission Canyon Williston, Vermont +0.257024 cspg_html_2049168857 cspg_html_2049168857:355:37006:37014 Billings Golden Valley, Minnesota +0.480681 aapg_ah_903.html aapg_ah_903.html:29:6055:6066 Haynesville Bossier City, Louisiana +0.249639 gsa_html_9891566604 gsa_html_9891566604:604:55672:55684 Hazens Notch Green Mountain +0.267145 aapg_ad_871.html aapg_ad_871.html:190:20176:20190 Traverse Charlevoix, Michigan +0.179952 aapg_ae_885.html aapg_ae_885.html:232:23236:23244 Toroweap Arizona +0.254701 aapg_ah_160.html aapg_ah_160.html:303:36518:36524 Salina Bruce Peninsula National Park +0.519339 aapg_ai_139.html aapg_ai_139.html:324:30895:30903 Imperial Salina, Kansas +0.479632 AMJC_html_8619525948 AMJC_html_8619525948:599:64351:64369 Wamsutta Cambridge, Massachusetts +0.25296 gsa_html_2509147847 gsa_html_2509147847:670:74152:74160 Columbia Victoria, British Columbia +0.50997 aapg_ac_666.html aapg_ac_666.html:156:15863:15874 Mauch Chunk Pennsylvania +0.487227 gsa_html_6142651299 gsa_html_6142651299:812:73710:73723 Santa Barbara California +0.249831 aapg_ai_206.html aapg_ai_206.html:4:684:696 Seven Rivers New Mexico +0.496128 aapg_ac_440.html aapg_ac_440.html:453:57371:57378 El Abra Mexico +0.26572 gsa_html_9012451044 gsa_html_9012451044:33:2294:2304 Washington Washington (state) +0.481176 aapg_ad_785.html aapg_ad_785.html:113:11327:11345 Fountain Colorado +0.49665 aapg_ac_692.html aapg_ac_692.html:234:25581:25587 Muskeg Lacombe, Alberta +0.484009 aapg_af_2.html aapg_af_2.html:462:51811:51820 Leadville San Juan Mountains +0.89952 cspg_html_5456368738 cspg_html_5456368738:128:16627:16644 Hare Indian Thunder Bay River +0.516838 aapg_aa_106.html aapg_aa_106.html:365:38643:38667 Mission Canyon Regina, Saskatchewan +0.4921 cspg_html_7334652966 cspg_html_7334652966:238:26610:26624 Toad Victoria, British Columbia +0.3822 palaios_html_7791179988 palaios_html_7791179988:542:48311:48331 Point Loma California +0.49572 aapg_ah_517.html aapg_ah_517.html:3:271:317 Madison Williamson County, Texas +0.501992 cspg_html_2490951833 cspg_html_2490951833:353:51304:51316 Golden Spike Lacombe, Alberta +0.46011 aapg_ai_1.html aapg_ai_1.html:343:30437:30444 Paradox Mississippian culture +0.496762 AMJC_html_9749062244 AMJC_html_9749062244:903:80793:80800 Shepard Tulsa, Oklahoma +0.4743 aapg_af_887.html aapg_af_887.html:116:12157:12179 Seven Rivers West Texas +0.265176 aapg_ae_369.html aapg_ae_369.html:68:8694:8709 Eutaw Tuscaloosa, Alabama +0.269325 aapg_af_241.html aapg_af_241.html:519:54599:54614 Vicksburg Mississippi River +0.26145 cspg_html_2152913769 cspg_html_2152913769:97:14127:14144 Charles Regina, Saskatchewan +0.487272 aapg_ah_421.html aapg_ah_421.html:234:18518:18534 Edmonton Red Deer, Alberta +0.46464 aapg_ad_2.html aapg_ad_2.html:487:72113:72131 Tomstown South Mountains (Arizona) +0.48951 cspg_html_6014123208 cspg_html_6014123208:585:65777:65796 Athabasca Lacombe, Alberta +0.488698 sedimentology_html_3200584564 sedimentology_html_3200584564:1339:87818:87835 Cardium Lacombe, Alberta +0.247494 aapg_ai_153.html aapg_ai_153.html:243:39818:39837 Leadville Colorado +0.2515 gsa_html_8398449001 gsa_html_8398449001:664:55060:55070 Bear River Bear Lake, Michigan +0.912824 sedimentology_html_3417381350 sedimentology_html_3417381350:1140:92106:92124 Monterey California +0.262626 aapg_ah_753.html aapg_ah_753.html:93:14389:14412 Enrage New Caledonia +0.25092 aapg_ai_811.html aapg_ai_811.html:102:15616:15632 Bailey Bloomington, Indiana +0.48654 aapg_ai_477.html aapg_ai_477.html:304:36000:36007 Pelican Liard River, British Columbia +0.276094 cspg_html_8438548095 cspg_html_8438548095:316:30798:30812 St. Mary River Edmonton, London +0.478192 cspg_html_1962846283 cspg_html_1962846283:24:3858:3876 Kootenay Lacombe, Alberta +0.271041 aapg_af_808.html aapg_af_808.html:307:40160:40176 Pierre Trinidad and Tobago +0.45214 gsa_html_5851281923 gsa_html_5851281923:221:23129:23148 Chumstick Washington (state) +0.245364 cspg_html_9174463232 cspg_html_9174463232:273:27288:27300 Saskatchewan Victoria, British Columbia +0.261632 cspg_html_1114211412 cspg_html_1114211412:293:40186:40212 Rundle Lacombe, Alberta +0.5103 gsa_html_5773604426 gsa_html_5773604426:23:1118:1147 Wilcox Shreveport, Louisiana +0.466092 gsa_html_4432793908 gsa_html_4432793908:132:16367:16400 White Sage Logan, Utah +0.491232 cspg_html_4768933240 cspg_html_4768933240:10:754:760 Viking Lacombe, Alberta +0.264195 aapg_af_188.html aapg_af_188.html:221:23512:23527 Mt Lytton Colorado +0.246015 gsa_html_5625878232 gsa_html_5625878232:219:31518:31542 Cedar District Baja California peninsula +0.278256 aapg_ae_415.html aapg_ae_415.html:966:121470:121489 Catahoula Smith County, Kansas +0.249804 cspg_html_8806021601 cspg_html_8806021601:87:10241:10261 Weatherall Melville Island (Canada) +0.473746 aapg_aa_962.html aapg_aa_962.html:249:24982:24989 Rapides Red River of the North +0.490116 aapg_ai_157.html aapg_ai_157.html:464:43298:43305 Norfolk Salina, Kansas +0.504768 sedimentology_html_3417381350 sedimentology_html_3417381350:1420:103114:103140 Monterey California +0.246482 sedimentology_html_6083350152 sedimentology_html_6083350152:602:47553:47562 Lancaster Lancaster, California +0.258055 sedimentology_html_6295528506 sedimentology_html_6295528506:662:49188:49205 Bromide Virginia +0.467064 cspg_html_8532932475 cspg_html_8532932475:75:10068:10085 Bluesky Washington (state) +0.244488 aapg_ad_466.html aapg_ad_466.html:769:84570:84582 Mount Laurel Navesink River +0.241943 aapg_ah_202.html aapg_ah_202.html:334:42293:42307 Woodford Baden-Baden +0.259979 cspg_html_5541937700 cspg_html_5541937700:724:97813:97830 Cardium Lacombe, Alberta +0.46513 cspg_html_9987144175 cspg_html_9987144175:154:21135:21150 Melville Island Ellesmere Island +0.500325 cspg_html_4348111624 cspg_html_4348111624:50:9841:9869 Winnipegosis Regina, Saskatchewan +0.305553 aapg_aa_463.html aapg_aa_463.html:250:47892:47903 Haynesville County Sligo +0.48682 aapg_aa_357.html aapg_aa_357.html:103:7462:7483 Lake Valley Ouray, Colorado +0.480851 cspg_html_6816410964 cspg_html_6816410964:226:35123:35131 Columbia Victoria, British Columbia +0.492993 aapg_ah_878.html aapg_ah_878.html:368:43917:43933 Michigan Western world +0.238908 aapg_ac_187.html aapg_ac_187.html:3425:323213:323230 Tamabra Matamoros, Tamaulipas +0.468 aapg_ad_865.html aapg_ad_865.html:163:17060:17080 Leadville Colorado +0.485706 aapg_ae_877.html aapg_ae_877.html:193:17776:17801 Beaverhill Swan Hill, Victoria +0.487 cspg_html_8152691171 cspg_html_8152691171:47:7684:7704 Missisauga Logan, Utah +0.792748 aapg_ai_981.html aapg_ai_981.html:636:51207:51217 Frio Texas +0.476844 geology_html_7747769822 geology_html_7747769822:128:11988:11994 Oregon Washington (state) +0.467 palaios_html_9731740258 palaios_html_9731740258:404:45192:45200 Colorado Washington (state) +0.456724 aapg_af_482.html aapg_af_482.html:188:26374:26391 Esquias Cedros, Trinidad and Tobago +0.28558 aapg_ad_3.html aapg_ad_3.html:334:31786:31797 Beekmantown Knoxville, Tennessee +0.255811 aapg_ac_881.html aapg_ac_881.html:296:34761:34778 Manitou Colorado +0.25431 cspg_html_5484260516 cspg_html_5484260516:932:70247:70263 Exshaw Lacombe, Alberta +0.251 gsa_html_5865982995 gsa_html_5865982995:1039:113068:113074 Casper Cheyenne, Wyoming +0.482328 cspg_html_9157093462 cspg_html_9157093462:380:46635:46669 Halfway Victoria, British Columbia +0.489636 aapg_ad_784.html aapg_ad_784.html:515:55124:55129 Sespe Santa Monica, California +0.499465 aapg_ae_866.html aapg_ae_866.html:3:187:202 Allegheny Allegheny Mountains +0.527562 cspg_html_8756009083 cspg_html_8756009083:853:88770:88792 Horn Plateau Great Slave Lake +0.172104 cspg_html_5940878099 cspg_html_5940878099:222:25826:25847 Winnipegosis Manitoba +0.264668 aapg_aa_124.html aapg_aa_124.html:11:1549:1568 Crowsnest Lacombe, Alberta +0.486588 aapg_ac_400.html aapg_ac_400.html:147:15169:15177 Columbia Luzerne County, Pennsylvania +0.932034 aapg_ai_249.html aapg_ai_249.html:543:71627:71647 Todos Santos Guatemala +0.260598 aapg_ad_930.html aapg_ad_930.html:29:3586:3605 Rock Springs Green River Formation +0.265125 cspg_html_7086880709 cspg_html_7086880709:10:700:706 Arnica Western world +0.48853 cspg_html_1818321956 cspg_html_1818321956:504:51720:51735 Liard Liard River, British Columbia +0.520856 aapg_af_142.html aapg_af_142.html:280:36125:36148 Cotton Valley Texas +0.302604 aapg_ac_313.html aapg_ac_313.html:569:64938:64954 Toledo Toledo, Spain +0.50635 aapg_ae_959.html aapg_ae_959.html:1038:76810:76817 Thrifty Harpersville, Alabama +0.244474 aapg_ah_424.html aapg_ah_424.html:65:5988:6001 Pakowki Bearpaw Formation +0.423225 cspg_html_4105062490 cspg_html_4105062490:74:8022:8029 Wabamun Lacombe, Alberta +0.243915 palaios_html_1574666570 palaios_html_1574666570:433:34069:34097 Arkona Southwestern Ontario +0.26884 aapg_ah_534.html aapg_ah_534.html:339:28482:28494 Esopus Schoharie Creek +0.480916 palaios_html_2413654173 palaios_html_2413654173:1180:96321:96343 Prince Creek Lacombe, Alberta +0.450858 aapg_ai_80.html aapg_ai_80.html:448:45168:45174 Saluda Kentucky +0.481104 aapg_af_143.html aapg_af_143.html:20:2532:2539 Newport Salem, Oregon +0.495264 aapg_ad_192.html aapg_ad_192.html:48:6808:6818 Tuscaloosa Tuscaloosa, Alabama +0.275544 cspg_html_2650524233 cspg_html_2650524233:159:18706:18720 Paskapoo Edmonton, London +0.5035 jgeology_html_8494933343 jgeology_html_8494933343:432:33255:33266 Green River San Juan, Argentina +0.251 gsa_html_1119256423 gsa_html_1119256423:469:41014:41031 White River Peoria, Illinois +0.488889 cspg_html_5198658336 cspg_html_5198658336:278:29895:29911 Battle Elbow River +0.459792 aapg_ad_351.html aapg_ad_351.html:204:20890:20909 Northview Sedalia, Missouri +0.488775 aapg_ah_820.html aapg_ah_820.html:66:6046:6070 Basal Nebraska +0.46436 aapg_ai_49.html aapg_ai_49.html:274:32653:32660 Entrada Kayenta, Arizona +0.270864 cspg_html_3175305741 cspg_html_3175305741:37:6023:6046 Prongs Creek Porcupine River (Ontario) +0.264741 geology_html_8795181748 geology_html_8795181748:193:18645:18649 Bond North Atlantic Current +0.240981 aapg_af_666.html aapg_af_666.html:475:40680:40685 Uinta Wasatch Range +0.243595 aapg_ac_333.html aapg_ac_333.html:717:87050:87062 Hermit Grand Canyon +0.514968 gsa_html_7762716595 gsa_html_7762716595:30:2745:2773 Green River Colorado +0.477675 aapg_ai_96.html aapg_ai_96.html:49:6042:6052 Rio Grande Mexico +0.259979 aapg_ah_206.html aapg_ah_206.html:20:3371:3399 Madison Williston, Vermont +0.485898 aapg_af_625.html aapg_af_625.html:450:45784:45791 Genesee Naples, Florida +0.500963 gsa_html_8832466492 gsa_html_8832466492:29:2796:2824 Green River Colorado +0.49646 gsa_html_4339524478 gsa_html_4339524478:602:66395:66405 Washington Salem, Oregon +0.43851 gsa_html_7102550258 gsa_html_7102550258:957:103928:103957 Denver Arizona +0.251472 aapg_aa_975.html aapg_aa_975.html:33:3887:3895 Syracuse Colorado +0.50295 gsa_html_3566869311 gsa_html_3566869311:284:24950:24960 Washington Salem, Oregon +0.259434 cspg_html_8818854104 cspg_html_8818854104:149:19585:19604 Gladstone Kootenay River +0.377856 AMJC_html_5722410163 AMJC_html_5722410163:857:76839:76860 Elko Reno, Nevada +0.473052 palaios_html_1857508743 palaios_html_1857508743:1303:82324:82332 Colorado Caribbean +0.234087 aapg_ah_721.html aapg_ah_721.html:157:23570:23578 Colorado Denver +0.491303 cspg_html_2834693711 cspg_html_2834693711:764:105613:105621 Columbia Victoria, British Columbia +0.503285 cspg_html_7576506617 cspg_html_7576506617:371:53751:53775 Severn River Moose River (Maine) +0.267253 cspg_html_3026112034 cspg_html_3026112034:795:76757:76772 Leduc Lacombe, Alberta +0.27642 aapg_ah_150.html aapg_ah_150.html:343:41774:41787 Astoria Washington (state) +0.245478 geology_html_6304592598 geology_html_6304592598:400:31205:31211 Oxford Earth +0.265189 cspg_html_8362959053 cspg_html_8362959053:59:8764:8771 Cadomin Gladstone, Oregon +0.485706 cspg_html_7539214955 cspg_html_7539214955:127:16552:16569 Wabamun Lacombe, Alberta +0.486324 gsa_html_4111489689 gsa_html_4111489689:767:79928:79956 Green River Iran +0.255021 sedimentology_html_3435480513 sedimentology_html_3435480513:27:1610:1620 Washington Cape Town +0.44603 cspg_html_3740794265 cspg_html_3740794265:561:51015:51023 Edmonton Edmonton, London +0.25194 gsa_html_7302180468 gsa_html_7302180468:651:56349:56368 Swan Hills Lacombe, Alberta +0.468062 sedimentology_html_4064451318 sedimentology_html_4064451318:102:10273:10276 Arc Tyrrhenian Sea +0.484632 gsa_html_6184191744 gsa_html_6184191744:73:4863:4891 Green River Colorado +0.246512 aapg_ah_160.html aapg_ah_160.html:79:11569:11586 Manlius Salina, Kansas +0.501034 aapg_ad_2.html aapg_ad_2.html:1389:190105:190127 Chambersburg Chambersburg, Pennsylvania +0.476451 cspg_html_1503116552 cspg_html_1503116552:1255:196031:196058 Watt Mountain Swan Hill, Victoria +0.24598 aapg_ah_318.html aapg_ah_318.html:686:75728:75749 Eagle Cotton Valley, Louisiana +0.456435 gsa_html_1538463681 gsa_html_1538463681:95:8688:8704 Morita Caborca +0.243024 aapg_af_846.html aapg_af_846.html:53:5964:5975 San Antonio Laredo, Texas +0.25553 geology_html_1977252670 geology_html_1977252670:334:25798:25804 Denver Colorado +0.514135 aapg_af_852.html aapg_af_852.html:177:18093:18103 Phosphoria California +0.241017 aapg_ae_705.html aapg_ae_705.html:421:39643:39657 Sisquoc Monterey, California +0.6816 aapg_aa_906.html aapg_aa_906.html:92:10404:10412 Washakie Cheyenne, Wyoming +0.509762 aapg_ae_223.html aapg_ae_223.html:416:51202:51217 Wasatch Wasatch Range +0.280891 aapg_af_663.html aapg_af_663.html:87:8822:8828 Hertha Missouri River +0.22715 aapg_aa_708.html aapg_aa_708.html:618:64396:64427 Lizard Springs Trinidad and Tobago +0.24926 AMJC_html_4549460182 AMJC_html_4549460182:348:40798:40808 Santa Cruz California +0.484295 gsa_html_4873957926 gsa_html_4873957926:1097:117636:117644 Colorado San Juan, Argentina +0.22387 gsa_html_5147030878 gsa_html_5147030878:291:25632:25652 Aruba Lava Aruba +0.409354 cspg_html_1019614994 cspg_html_1019614994:168:26543:26559 Exshaw Moose Mountain (Alberta) +0.47124 aapg_ai_216.html aapg_ai_216.html:23:2733:2747 Bays Athens, Georgia +0.258542 geology_html_7870463473 geology_html_7870463473:248:20712:20718 Snyder Cordillera Administrative Region +0.528272 aapg_ae_856.html aapg_ae_856.html:93:10005:10029 Lizard Springs Trinidad and Tobago +0.49601 aapg_ac_451.html aapg_ac_451.html:670:68703:68709 Forbes Seldovia, Alaska +0.24048 aapg_ah_83.html aapg_ah_83.html:393:49259:49279 Ephraim Conglomerate Boise, Idaho +0.487936 gsa_html_1412681096 gsa_html_1412681096:929:81366:81376 San Felipe Mexico +0.259408 aapg_aa_960.html aapg_aa_960.html:489:37681:37688 Entrada Uinta Mountains +0.246482 sedimentology_html_5497977389 sedimentology_html_5497977389:1754:87689:87693 Bern Switzerland +0.252416 aapg_aa_90.html aapg_aa_90.html:145:10983:10995 Mooringsport Paluxy, Texas +0.491582 gsa_html_3808711160 gsa_html_3808711160:1417:149912:149940 Green River Colorado +0.482304 aapg_aa_712.html aapg_aa_712.html:141:18830:18845 Maquoketa Maquoketa, Iowa +0.24892 aapg_ae_296.html aapg_ae_296.html:81:8572:8576 Word Texas +0.252813 geology_html_4664996572 geology_html_4664996572:381:24198:24204 Silica Cambridge +0.484429 gsa_html_1826402027 gsa_html_1826402027:646:74855:74891 Bidahochi Flagstaff, Arizona +0.25792 aapg_ae_959.html aapg_ae_959.html:2459:174477:174492 Diablo Nashville Basin +0.24745 aapg_af_8.html aapg_af_8.html:21:3262:3268 Denver Colorado +0.265434 aapg_ai_469.html aapg_ai_469.html:169:18484:18505 Beaverhill Central Alberta +0.498542 aapg_ac_703.html aapg_ac_703.html:164:17986:18000 Mission Canyon Williston, Vermont +0.487113 AMJC_html_6341723617 AMJC_html_6341723617:94:10327:10342 Uinta Green River Formation +0.475566 gsa_html_8931761668 gsa_html_8931761668:14:860:868 Colorado Colorado +0.262135 cspg_html_6306091047 cspg_html_6306091047:597:81442:81450 Columbia Victoria, British Columbia +0.512298 geology_html_8422648497 geology_html_8422648497:253:20154:20158 Bond North Atlantic Current +0.24888 cspg_html_4143222666 cspg_html_4143222666:698:65119:65138 Lea Park Lacombe, Alberta +0.491384 gsa_html_4649438326 gsa_html_4649438326:1171:98329:98357 Green River Colorado +0.250312 aapg_aa_71.html aapg_aa_71.html:284:24756:24797 Onondaga Johnstown (city), New York +0.247955 aapg_ae_70.html aapg_ae_70.html:387:37964:37972 Colorado Colorado +0.270738 aapg_ad_683.html aapg_ad_683.html:56:8438:8471 Moenkopi Kaibab, Arizona +0.470421 aapg_ae_426.html aapg_ae_426.html:930:78836:78846 Washington Earth +0.257439 aapg_ae_983.html aapg_ae_983.html:402:30030:30050 Renault Chester, Pennsylvania +0.5082 aapg_ac_741.html aapg_ac_741.html:380:44150:44168 Niobrara Niobrara, Nebraska +0.26416 aapg_ae_182.html aapg_ae_182.html:141:17246:17257 Pine Island Shreveport, Louisiana +0.262654 cspg_html_1925276454 cspg_html_1925276454:14:1509:1517 Columbia Victoria, British Columbia +0.49276 AMJC_html_4299960498 AMJC_html_4299960498:804:91658:91668 Washington Toppenish, Washington +0.247296 jgeology_html_1385228926 jgeology_html_1385228926:1310:67754:67767 Santiago Spain +0.509409 gsa_html_1326487457 gsa_html_1326487457:1265:100467:100495 Green River Colorado +0.514764 aapg_ac_720.html aapg_ac_720.html:76:9982:9996 Navesink Atlantic Highlands, New Jersey +0.485352 aapg_ai_610.html aapg_ai_610.html:789:110584:110590 Denver Colorado +0.498324 cspg_html_7839431712 cspg_html_7839431712:18:2209:2227 Scollard Lacombe, Alberta +0.249991 aapg_ac_841.html aapg_ac_841.html:251:32497:32513 Metapan Guatemala +0.25602 gsa_html_1130947011 gsa_html_1130947011:253:32369:32380 Utica Wayne County, Michigan +0.508116 palaios_html_6057846631 palaios_html_6057846631:271:28006:28025 Fantasque Canada +0.497488 aapg_ac_63.html aapg_ac_63.html:334:33348:33367 Smackover Shreveport, Louisiana +0.256512 aapg_aa_145.html aapg_aa_145.html:106:13412:13417 Yukon Anchorage, Alaska +0.482816 geology_html_9427090233 geology_html_9427090233:12:513:521 Colorado Denver +0.256035 cspg_html_4694482219 cspg_html_4694482219:30:3882:3898 Horseshoe Canyon Edmonton, London +0.253487 aapg_ad_721.html aapg_ad_721.html:529:48626:48630 Yeso Guadalupe Mountains National Park +0.2337 cspg_html_8756009083 cspg_html_8756009083:827:85014:85034 Pine Point Great Slave Lake +0.255021 aapg_ak_37.html aapg_ak_37.html:125:13876:13884 Columbia Victoria, British Columbia +0.460784 cspg_html_2462765529 cspg_html_2462765529:219:38004:38018 Doig Lacombe, Alberta +0.245514 jgeology_html_2022713612 jgeology_html_2022713612:1087:86750:86761 Coal Canyon Piceance Basin +0.25704 cspg_html_1541051100 cspg_html_1541051100:6:311:328 Deville Regina, Saskatchewan +0.516572 geology_html_3608984142 geology_html_3608984142:200:17136:17141 Price Texas +0.475449 cspg_html_6140483769 cspg_html_6140483769:47:6735:6747 Saskatchewan Williston Basin +0.267786 aapg_ae_134.html aapg_ae_134.html:67:5504:5535 Edwards Texas +0.68783 aapg_ae_473.html aapg_ae_473.html:505:47275:47287 Chickasawhay Mississippi River +0.244528 palaios_html_7337635857 palaios_html_7337635857:127:17157:17165 Victoria Earth +0.502856 aapg_ac_692.html aapg_ac_692.html:239:26408:26426 Waskada Manitoba +0.504525 palaios_html_4875582819 palaios_html_4875582819:512:50869:50889 Hell Creek Athens, Georgia +0.264195 aapg_ac_923.html aapg_ac_923.html:20:2821:2832 Arkadelphia Clark County, Indiana +0.246 cspg_html_7086880709 cspg_html_7086880709:512:67257:67267 Pine Point Mackenzie River +0.4966 aapg_ah_276.html aapg_ah_276.html:332:30965:30991 Monterey Monterey, California +0.255811 aapg_ai_905.html aapg_ai_905.html:303:39139:39143 Omar Kuwait +0.260554 gsa_html_8917146841 gsa_html_8917146841:13:515:528 Santa Barbara California +0.424576 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53665:53681 Guelph Salina, Kansas +0.256036 cspg_html_8708246424 cspg_html_8708246424:38:4661:4666 Yukon Lacombe, Alberta +0.275088 aapg_ae_705.html aapg_ae_705.html:175:18559:18575 Coldwater Carpinteria, California +0.354773 aapg_aa_745.html aapg_aa_745.html:360:43116:43129 Cherry Canyon Delaware +0.48399 aapg_ad_557.html aapg_ad_557.html:11022:628590:628600 Fort Worth Texas +0.248997 aapg_ai_918.html aapg_ai_918.html:295:38977:38985 Bathurst Amsterdam +0.26214 aapg_ai_491.html aapg_ai_491.html:131:15208:15225 Paradox Hermosa, Chicago +0.46779 cspg_html_6665051947 cspg_html_6665051947:411:43522:43543 Bearpaw Western Canadian Sedimentary Basin +0.255 aapg_ai_615.html aapg_ai_615.html:194:25671:25694 Brushy Canyon Texas +0.87796 gsa_html_9487992082 gsa_html_9487992082:209:25928:25946 Morrison Chinle Formation +0.255528 aapg_ai_974.html aapg_ai_974.html:30:4743:4751 Columbia Boise, Idaho +0.455816 aapg_af_579.html aapg_af_579.html:292:32080:32097 Todilto Carmel, Indiana +0.259875 gsa_html_6657110469 gsa_html_6657110469:61:6408:6414 Oregon Coos Bay +0.461648 cspg_html_9951421861 cspg_html_9951421861:509:64608:64628 Clearwater Lacombe, Alberta +0.4785 sedimentology_html_3027272172 sedimentology_html_3027272172:445:38105:38110 Crete Western world +0.272483 aapg_af_847.html aapg_af_847.html:234:27612:27632 Sparta Ville Platte, Louisiana +0.477158 cspg_html_7988775280 cspg_html_7988775280:341:56199:56218 Athabasca Lacombe, Alberta +0.512416 aapg_ah_552.html aapg_ah_552.html:117:15700:15717 Salina Michigan +0.273504 aapg_ah_467.html aapg_ah_467.html:150:12230:12236 Dakota Colorado +0.247904 aapg_aa_645.html aapg_aa_645.html:452:50490:50498 Kootenay Canada +0.247835 aapg_ae_320.html aapg_ae_320.html:259:20705:20729 Gypsum Springs Cheyenne, Wyoming +0.286688 palaios_html_9379801166 palaios_html_9379801166:615:56888:56902 Ogallala Hitchcock County, Nebraska +0.261112 cspg_html_2965587610 cspg_html_2965587610:28:2792:2802 Assistance Calgary +0.26163 AMJC_html_4692260170 AMJC_html_4692260170:522:51832:51845 Shaw Mountain Lake Memphremagog +0.47874 palaios_html_1574666570 palaios_html_1574666570:56:4867:4875 Catskill Michigan Basin +0.262119 aapg_ah_574.html aapg_ah_574.html:73:6863:6880 El Abra Matamoros, Tamaulipas +0.26563 aapg_af_776.html aapg_af_776.html:342:38431:38437 Forest Trinidad and Tobago +0.26509 aapg_ac_214.html aapg_ac_214.html:97:11623:11640 Entrada New Mexico +0.248992 gsa_html_4675429437 gsa_html_4675429437:225:16140:16146 Sonora Sonora +0.475168 AMJC_html_7311175634 AMJC_html_7311175634:21:1251:1261 Santa Cruz California +0.252753 aapg_ae_186.html aapg_ae_186.html:107:10266:10277 Arkadelphia Arkadelphia, Arkansas +0.475566 geology_html_8486816817 geology_html_8486816817:12:632:638 Guelph Ontario, California +0.242484 aapg_aa_360.html aapg_aa_360.html:416:38878:38885 Edwards San Marcos, California +0.662847 gsa_html_4432793908 gsa_html_4432793908:1162:115173:115189 Valmy Reno, Nevada +0.9177 cspg_html_9343899465 cspg_html_9343899465:1927:164175:164191 Parry Islands Banks Island +0.25048 aapg_ai_29.html aapg_ai_29.html:70:7517:7524 Reynosa Oakville, California +0.470162 cspg_html_5783501569 cspg_html_5783501569:17:2095:2132 Waterfowl Canmore, Alberta +0.4902 aapg_ai_503.html aapg_ai_503.html:225:24458:24465 Grimsby Manitoulin Island +0.492544 geology_html_6752696169 geology_html_6752696169:225:20398:20409 Green River Logan, Utah +0.512388 aapg_ac_414.html aapg_ac_414.html:212:26452:26458 Toroweap Logan, Utah +0.506645 cspg_html_9343899465 cspg_html_9343899465:2665:238804:238813 Mackenzie Mackenzie River +0.44838 aapg_af_393.html aapg_af_393.html:28:5125:5133 Virginia North Carolina +0.250965 aapg_ad_2.html aapg_ad_2.html:1341:184198:184215 Schenectady Canajoharie (village), New York +0.25344 aapg_ai_410.html aapg_ai_410.html:407:35220:35236 Casper Cheyenne, Wyoming +0.259077 cspg_html_8568877195 cspg_html_8568877195:176:29549:29557 Edmonton Lacombe, Alberta +0.452904 aapg_ai_49.html aapg_ai_49.html:490:63439:63447 Quadrant Boise, Idaho +0.273385 aapg_aa_991.html aapg_aa_991.html:18:2524:2532 Oakville Carrizo Plain +0.509168 cspg_html_6644065685 cspg_html_6644065685:225:23293:23312 Hecla Bay Melville Island (Canada) +0.47634 cspg_html_4298557570 cspg_html_4298557570:339:42968:42976 Paskapoo Edmonton, London +0.248832 aapg_ac_765.html aapg_ac_765.html:64:12985:13012 Chinle Banbury +0.239844 geology_html_7578814768 geology_html_7578814768:222:20726:20735 Extension Tyrrhenian Sea +0.488448 gsa_html_4785200468 gsa_html_4785200468:842:68863:68891 Green River Colorado +0.252003 gsa_html_4650354985 gsa_html_4650354985:1115:92072:92080 Colorado Huerfano, New Mexico +0.45927 aapg_ae_464.html aapg_ae_464.html:425:25788:25794 Sierra Mexico +0.491384 cspg_html_6116883777 cspg_html_6116883777:1843:211222:211240 Read Bay Little Cornwallis Island +0.4735 aapg_af_890.html aapg_af_890.html:38:3851:3858 Andrews Nashville Basin +0.266156 aapg_ae_18.html aapg_ae_18.html:449:48720:48728 Colorado Colorado +0.491232 cspg_html_2297270979 cspg_html_2297270979:62:9625:9634 Olentangy Ohio +0.24288 AMJC_html_7984049819 AMJC_html_7984049819:249:26787:26804 Berwick Portland, Maine +0.508167 aapg_ae_458.html aapg_ae_458.html:3:201:218 Annona East Texas +0.257556 aapg_ad_761.html aapg_ad_761.html:74:6075:6087 Paluxy Goodland, Kansas +0.238896 aapg_af_0.html aapg_af_0.html:3:342:350 Sabaneta Venezuela +0.242346 aapg_af_839.html aapg_af_839.html:332:28402:28406 Kent Allegan, Michigan +0.496762 palaios_html_3406135825 palaios_html_3406135825:761:71336:71353 Potsdam Columbus, Ohio +0.496244 aapg_af_551.html aapg_af_551.html:246:25691:25712 Ouray Sacramento Mountains (California) +0.245514 gsa_html_1650524399 gsa_html_1650524399:800:82475:82485 Rio Grande Lubbock, Texas +0.269868 AMJC_html_6341723617 AMJC_html_6341723617:544:51017:51026 Flagstaff Cordillera Administrative Region +0.47915 aapg_ai_400.html aapg_ai_400.html:11:1490:1501 White River Red River of the North +0.462594 cspg_html_7560056980 cspg_html_7560056980:388:41471:41490 Athabasca Lacombe, Alberta +0.496327 geology_html_5784713294 geology_html_5784713294:108:11334:11342 Rockwell Earth +0.484848 cspg_html_3367984758 cspg_html_3367984758:373:48640:48648 Columbia Victoria, British Columbia +0.26264 cspg_html_4694210878 cspg_html_4694210878:56:5745:5761 Bad Cache Rapids Churchill River (Atlantic) +0.24647 cspg_html_3354282978 cspg_html_3354282978:781:90982:91007 Woodbend Lacombe, Alberta +0.256373 cspg_html_3419991847 cspg_html_3419991847:58:8332:8344 Fernie Kootenay River +0.577332 palaios_html_7465495929 palaios_html_7465495929:329:24002:24021 Greenhorn Pueblo, Colorado +0.250494 cspg_html_5345848475 cspg_html_5345848475:346:39812:39824 Morden Manitoba +0.257374 sedimentology_html_3358647812 sedimentology_html_3358647812:1008:82085:82104 Rock Springs Cheyenne, Wyoming +0.244518 gsa_html_3046135825 gsa_html_3046135825:21:871:879 Colorado Denver +0.444147 gsa_html_1075724130 gsa_html_1075724130:536:47806:47830 Bouse California +0.2555 gsa_html_8236729701 gsa_html_8236729701:52:4700:4720 Point Loma San Diego +0.48896 cspg_html_2695921112 cspg_html_2695921112:579:59342:59383 Bonaventure New Brunswick, New Jersey +0.469829 aapg_ah_647.html aapg_ah_647.html:216:22289:22305 Abrigo El Paso, Texas +0.271752 aapg_ae_204.html aapg_ae_204.html:367:32256:32264 Colorado Ontario, California +0.26322 gsa_html_1409496185 gsa_html_1409496185:115:12853:12874 Ohanapecosh Mount Rainier, Maryland +0.26418 sedimentology_html_3006596207 sedimentology_html_3006596207:28:1649:1655 Guelph Guelph +0.26093 aapg_ai_996.html aapg_ai_996.html:918:38083:38088 Eutaw Black Creek (Toronto) +0.24786 gsa_html_2299678284 gsa_html_2299678284:139:15214:15219 Morro California +0.264969 aapg_ad_564.html aapg_ad_564.html:6263:498529:498554 Ireton Lacombe, Alberta +0.277172 aapg_ad_648.html aapg_ad_648.html:196:21396:21414 Niobrara Niobrara, Nebraska +0.84318 aapg_ae_884.html aapg_ae_884.html:267:35332:35347 Telegraph Creek Judith River Formation +0.249494 cspg_html_1333179361 cspg_html_1333179361:519:42714:42730 Belloy Logan, Utah +0.268577 aapg_ae_415.html aapg_ae_415.html:968:121755:121777 Chickasawhay Mississippi River +0.258572 geology_html_4735548631 geology_html_4735548631:290:23892:23925 Red Mountain Victoria, British Columbia +0.776553 aapg_ad_337.html aapg_ad_337.html:145:16129:16137 Monterey San Jose, California +0.48864 aapg_ad_670.html aapg_ad_670.html:3:226:242 Morgan Northern Utah +0.250494 geology_html_7186585215 geology_html_7186585215:295:27826:27831 Spray Earth +0.258482 cspg_html_4516258038 cspg_html_4516258038:273:29343:29356 Parry Islands Bathurst Island (Northern Territory) +0.497798 aapg_ae_324.html aapg_ae_324.html:981:97955:97963 Virginia Knoxville, Tennessee +0.49648 aapg_ac_902.html aapg_ac_902.html:8:1335:1341 Dakota Colorado +0.47628 gsa_html_1197940982 gsa_html_1197940982:233:21175:21199 Valley Springs Sierra Nevada (Spain) +0.267273 aapg_ai_52.html aapg_ai_52.html:6:1095:1107 Temblor Tulare, California +0.246648 jgeology_html_3679275302 jgeology_html_3679275302:859:47191:47208 Merced San Francisco +0.504868 aapg_ah_385.html aapg_ah_385.html:252:30827:30843 Forbes Yolo County, California +0.499639 aapg_ad_832.html aapg_ad_832.html:69:9084:9093 Smackover Bradford, Pennsylvania +0.254007 aapg_ak_75.html aapg_ak_75.html:179:22912:22919 Yucatan Honduras +0.48316 cspg_html_1665574291 cspg_html_1665574291:7:517:535 Paskapoo Lacombe, Alberta +0.50952 aapg_ae_233.html aapg_ae_233.html:34:4542:4562 Tuscaloosa Flint, Michigan +0.267289 aapg_af_341.html aapg_af_341.html:90:15717:15747 Bell Delaware +0.24752 cspg_html_5541937700 cspg_html_5541937700:811:103089:103106 Cardium Lacombe, Alberta +0.430344 aapg_aa_691.html aapg_aa_691.html:11:1665:1672 Prairie Lacombe, Alberta +0.484185 aapg_ai_584.html aapg_ai_584.html:425:41691:41699 Roundtop Hartville, Missouri +0.270908 geology_html_5649632700 geology_html_5649632700:190:14814:14822 Aguacate Cordillera de Talamanca +0.49556 cspg_html_4438727998 cspg_html_4438727998:235:24847:24855 Columbia Victoria, British Columbia +0.699374 palaios_html_8062930347 palaios_html_8062930347:569:56066:56085 Fairview Kentucky +0.267206 aapg_ad_379.html aapg_ad_379.html:445:38388:38398 Phosphoria Kaibab, Arizona +0.257554 geology_html_7484355547 geology_html_7484355547:11:632:638 Oregon Newport, Rhode Island +0.253009 gsa_html_2795729732 gsa_html_2795729732:689:67364:67377 Santa Barbara Washington (state) +0.48355 aapg_ae_797.html aapg_ae_797.html:33:3597:3604 Hermosa Logan, Utah +0.472017 cspg_html_1841843683 cspg_html_1841843683:87:14961:14968 Rierdon Black Hills +0.25938 gsa_html_3701935694 gsa_html_3701935694:890:77667:77687 Prospect Green Mountain +0.265527 aapg_ae_694.html aapg_ae_694.html:237:27256:27271 Buda East Texas +0.261626 aapg_ai_484.html aapg_ai_484.html:30:4140:4151 Paluxy Paluxy, Texas +0.2709 palaios_html_4936782265 palaios_html_4936782265:387:42303:42316 Montoya Texas +0.2505 aapg_ae_93.html aapg_ae_93.html:655:69378:69396 Kootenay Canada +0.272824 aapg_ac_807.html aapg_ac_807.html:210:21625:21644 Navesink Matawan, New Jersey +0.48822 aapg_ae_471.html aapg_ae_471.html:68:7565:7584 Smackover Cotton Valley, Louisiana +0.473031 aapg_af_854.html aapg_af_854.html:1110:156637:156655 Golconda Illinois +0.255675 aapg_ad_691.html aapg_ad_691.html:32:4259:4279 Georgetown Austin, Chicago +0.843777 aapg_ae_236.html aapg_ae_236.html:3:302:313 Hattiesburg Lamar County, Texas +0.489712 cspg_html_4516258038 cspg_html_4516258038:687:73377:73398 Bathurst District Council of Franklin Harbour +0.26416 gsa_html_4776439297 gsa_html_4776439297:356:32304:32323 Cram Hill Moretown, Vermont +0.253009 aapg_ac_692.html aapg_ac_692.html:234:25513:25528 Elk Lacombe, Alberta +0.261112 cspg_html_3463500725 cspg_html_3463500725:121:15958:15974 Bighorn Dolomite Gallatin, Tennessee +0.477453 aapg_ad_855.html aapg_ad_855.html:215:21542:21557 Eagle Woods County, Oklahoma +0.513409 aapg_ae_1.html aapg_ae_1.html:70:10434:10440 Dakota Cheyenne, Wyoming +0.484615 cspg_html_9912281240 cspg_html_9912281240:216:26439:26447 Lea Park Canada +0.243302 geology_html_2461616775 geology_html_2461616775:233:17366:17376 Washington Washington (state) +0.269345 aapg_ah_217.html aapg_ah_217.html:134:15203:15212 Jefferson Bloomington, Indiana +0.48654 gsa_html_3696101390 gsa_html_3696101390:505:51365:51375 Washington San Juan Islands +0.26563 cspg_html_6021605367 cspg_html_6021605367:105:12923:12931 Colorado Ouray, Colorado +0.478676 gsa_html_1538463681 gsa_html_1538463681:919:77982:77992 Rancheria Sonora +0.478908 aapg_aa_440.html aapg_aa_440.html:6:461:469 Colorado Texas +0.257466 aapg_ah_370.html aapg_ah_370.html:363:27208:27225 Genshaw Michigan +0.49192 aapg_ac_691.html aapg_ac_691.html:349:23611:23617 Oregon Baldwin, Nassau County, New York +0.478114 aapg_aa_15.html aapg_aa_15.html:128:17559:17577 Wellborn Whitsett, North Carolina +0.492926 aapg_af_471.html aapg_af_471.html:212:24979:24987 Parkwood Hartselle, Alabama +0.4305 cspg_html_3008414459 cspg_html_3008414459:478:59412:59439 Bearpaw Lacombe, Alberta +0.25948 aapg_af_11.html aapg_af_11.html:633:66829:66844 Ouray Lisbon +0.431284 cspg_html_2498183035 cspg_html_2498183035:181:20769:20779 Swan Hills Swan Hill, Victoria +0.271962 cspg_html_3765578343 cspg_html_3765578343:689:75980:75995 Mesaverde Logan, Utah +0.329456 gsa_html_1119256423 gsa_html_1119256423:629:58163:58186 Peoria Nebraska +0.47368 palaios_html_6025329652 palaios_html_6025329652:513:43019:43025 Oregon Boise, Idaho +0.514206 aapg_ae_24.html aapg_ae_24.html:225:22882:22894 Rhode Island Block Island +0.485366 aapg_ae_904.html aapg_ae_904.html:488:51292:51307 Newcastle Benton, Arkansas +0.428386 cspg_html_9361096527 cspg_html_9361096527:602:62281:62302 Bearpaw Lacombe, Alberta +0.481206 aapg_af_878.html aapg_af_878.html:5:707:717 Keokuk Illinois +0.49248 aapg_ac_429.html aapg_ac_429.html:146:16363:16375 Golden Spike Lacombe, Alberta +0.250318 sedimentology_html_7445163158 sedimentology_html_7445163158:1063:64016:64020 Bond North Atlantic Current +0.71915 aapg_ae_113.html aapg_ae_113.html:215:28272:28282 Griper Bay Bathurst Island (Northern Territory) +0.25896 geology_html_8570872670 geology_html_8570872670:38:3467:3475 Columbia Anchorage, Alaska +0.247 aapg_aa_261.html aapg_aa_261.html:38:4593:4620 Lisburne Meramec River +0.489328 gsa_html_1248650603 gsa_html_1248650603:887:81457:81474 White Rock Cheyenne, Wyoming +0.490042 palaios_html_7337635857 palaios_html_7337635857:12:619:627 Victoria Canada +0.26677 aapg_ac_563.html aapg_ac_563.html:709:106796:106811 Huizachal Matamoros, Tamaulipas +0.267264 sedimentology_html_3220122506 sedimentology_html_3220122506:1571:110331:110349 Yakataga Anchorage, Alaska +0.261112 aapg_ah_647.html aapg_ah_647.html:917:97497:97503 Concha Colina, Chile +0.478536 cspg_html_8612721867 cspg_html_8612721867:855:103147:103155 Woodbend Lacombe, Alberta +0.512106 aapg_ai_996.html aapg_ai_996.html:1292:55950:55960 Tuscaloosa Parris Island, South Carolina +0.86756 aapg_ah_647.html aapg_ah_647.html:371:40044:40066 Lake Valley New Mexico +0.46366 gsa_html_6350949088 gsa_html_6350949088:755:66734:66740 Kodiak Anchorage, Alaska +0.26163 aapg_ae_720.html aapg_ae_720.html:704:79441:79449 Woodford Chattanooga, Tennessee +0.258542 aapg_ah_656.html aapg_ah_656.html:484:46546:46567 Bell Texas +0.264192 cspg_html_9771826320 cspg_html_9771826320:160:25739:25757 Eureka Sound Bathurst Island (Northern Territory) +0.48501 aapg_ah_427.html aapg_ah_427.html:809:103485:103491 Tesnus Ouachita Mountains +0.25584 aapg_aa_54.html aapg_aa_54.html:33:3468:3485 Entrada Colorado +0.283536 cspg_html_1503116552 cspg_html_1503116552:135:22859:22882 Watt Mountain Swan Hill, Victoria +0.468384 geology_html_1752748135 geology_html_1752748135:228:22040:22046 Navajo Arizona +0.26676 gsa_html_6350949088 gsa_html_6350949088:679:60282:60290 Colorado Anchorage, Alaska +0.256332 aapg_ad_154.html aapg_ad_154.html:108:11799:11805 Salona Martinsburg, Nebraska +0.261212 sedimentology_html_5742481863 sedimentology_html_5742481863:2091:102751:102755 Hall London, Ontario +0.50313 aapg_aa_851.html aapg_aa_851.html:19:1755:1765 Fort Payne White County, Indiana +0.480038 palaios_html_9133125241 palaios_html_9133125241:169:20638:20662 Pioneer Alexandria, Virginia +0.486837 cspg_html_5515814749 cspg_html_5515814749:268:34556:34578 Viking Bow Island Airport +0.486758 cspg_html_6517402834 cspg_html_6517402834:43:4982:5004 Willow Creek Lacombe, Alberta +0.134106 cspg_html_7553438101 cspg_html_7553438101:24:2793:2817 Stony Mountain Manitoba +0.4584 aapg_ae_757.html aapg_ae_757.html:1069:75901:75915 Colorado New Mexico +0.257446 aapg_ad_3.html aapg_ad_3.html:280:25631:25641 Stonehenge Bellefonte, Pennsylvania +0.250677 aapg_ad_721.html aapg_ad_721.html:567:53486:53496 San Andres Artesia, New Mexico +0.241017 gsa_html_1124652135 gsa_html_1124652135:456:43735:43773 Coosawhatchie Charleston, South Carolina +0.511038 aapg_ad_309.html aapg_ad_309.html:117:11944:11949 Logan Perth, Western Australia +0.461448 palaios_html_1262064602 palaios_html_1262064602:888:90483:90491 Colorado Denver +0.298944 aapg_ac_702.html aapg_ac_702.html:307:31853:31866 Kanwaka Topeka, Kansas +0.275184 aapg_ae_473.html aapg_ae_473.html:171:16769:16774 Eutaw Tuscaloosa, Alabama +0.476451 aapg_aa_379.html aapg_aa_379.html:186:21857:21865 Catskill Appalachian Mountains +0.242484 cspg_html_9433421219 cspg_html_9433421219:384:28696:28702 Walker Regina, Saskatchewan +0.494532 aapg_ai_981.html aapg_ai_981.html:243:20663:20671 Beaumont Texas +0.25627 aapg_af_551.html aapg_af_551.html:142:16254:16275 Lake Valley Sacramento Mountains (California) +0.489528 cspg_html_2184091860 cspg_html_2184091860:94:13585:13613 Vaureal Anticosti Island +0.250937 cspg_html_4298557570 cspg_html_4298557570:193:26984:27008 St. Mary River Edmonton, London +0.248446 geology_html_5856096121 geology_html_5856096121:228:20533:20538 Cadiz London, Ontario +0.468905 cspg_html_4516258038 cspg_html_4516258038:394:45171:45180 Hecla Bay Bathurst Island (Northern Territory) +0.269352 aapg_ai_388.html aapg_ai_388.html:159:15501:15510 Mesaverde Mancos, Colorado +0.465348 aapg_ai_28.html aapg_ai_28.html:6:993:1010 Reynosa Uvalde, Texas +0.244258 cspg_html_6545726692 cspg_html_6545726692:462:51023:51041 Yakataga Gulf of Alaska +0.492012 geology_html_9719345070 geology_html_9719345070:324:28312:28330 Winnipeg Regina, Saskatchewan +0.48552 cspg_html_3447886929 cspg_html_3447886929:1334:122167:122187 Lawrence Canada +0.257983 cspg_html_9343899465 cspg_html_9343899465:89:12489:12502 Griper Bay Little Cornwallis Island +0.50297 cspg_html_5345848475 cspg_html_5345848475:83:11664:11684 Milk River Lacombe, Alberta +0.692685 jgeology_html_3756303604 jgeology_html_3756303604:588:41260:41277 Tillery North Carolina +0.258055 jgeology_html_6990146451 jgeology_html_6990146451:666:49130:49150 Pottsville Virginia +0.274551 aapg_ad_2.html aapg_ad_2.html:472:70219:70227 Catoctin Loudoun County, Virginia +0.486396 aapg_ae_428.html aapg_ae_428.html:1096:86082:86099 Lagarto Burkeville, Texas +0.495286 aapg_ai_107.html aapg_ai_107.html:730:68949:68978 Atoka Texas +0.489472 aapg_ac_807.html aapg_ac_807.html:574:57076:57093 Raritan Surry County, North Carolina +0.50284 cspg_html_1058139432 cspg_html_1058139432:637:75666:75682 Viking Suffield, Connecticut +0.27324 aapg_ac_498.html aapg_ac_498.html:52:4748:4757 Smackover Cotton Valley, Louisiana +0.250985 gsa_html_8981262717 gsa_html_8981262717:823:70206:70240 Gates Canada +0.245916 aapg_ad_2.html aapg_ad_2.html:430:65051:65061 Troy Schodack Center, New York +0.489599 gsa_html_9052101586 gsa_html_9052101586:544:68615:68626 Peoria Peoria, Illinois +0.496961 AMJC_html_1873062106 AMJC_html_1873062106:1279:129720:129738 Morrison New Mexico +0.496422 aapg_ac_913.html aapg_ac_913.html:23:2529:2540 Krebs Hartshorne, Oklahoma +0.261096 gsa_html_1191946086 gsa_html_1191946086:9:325:354 Castle Hayne North Carolina +0.478028 gsa_html_7618842473 gsa_html_7618842473:740:74442:74470 Green River Colorado +0.255024 aapg_af_789.html aapg_af_789.html:83:12433:12441 Virginia New Scotland, New York +0.467771 aapg_af_130.html aapg_af_130.html:122:23504:23512 Colorado Colorado +0.48762 sedimentology_html_9059871566 sedimentology_html_9059871566:1683:102642:102674 Moenave Logan, Utah +0.265698 geology_html_6126762891 geology_html_6126762891:11:421:427 Oregon Salem, Oregon +0.45881 aapg_ac_841.html aapg_ac_841.html:185:24011:24028 El Plan Tegucigalpa +0.49162 gsa_html_2561127673 gsa_html_2561127673:704:67030:67048 Monterey California +0.488448 aapg_aa_4.html aapg_aa_4.html:13:2103:2120 Genesee West Fork River +0.238032 aapg_aa_346.html aapg_aa_346.html:232:22139:22149 Mill Creek Sumner County, Kansas +0.264187 geology_html_2803121856 geology_html_2803121856:91:6623:6631 Virginia Reston, Virginia +0.465689 aapg_af_537.html aapg_af_537.html:30:4266:4274 Virginia Pennsylvania +0.287127 aapg_ac_618.html aapg_ac_618.html:85:8634:8642 Wolfcamp Val Verde (fictional country) +0.256011 aapg_ai_29.html aapg_ai_29.html:31:3879:3885 Laredo Corpus Christi, Texas +0.482023 aapg_ae_454.html aapg_ae_454.html:578:52691:52698 Bossier Arkansas +0.468369 cspg_html_5688447798 cspg_html_5688447798:276:30975:30983 Montreal Montreal +0.253482 cspg_html_9343899465 cspg_html_9343899465:2058:182915:182924 Hell Gate Ellesmere Island +0.250992 palaios_html_3163415141 palaios_html_3163415141:532:46076:46092 Random Corbin, Burin Peninsula, Newfoundland and Labrador +0.49955 cspg_html_8363357104 cspg_html_8363357104:414:52682:52694 Mount Wilson Golden, Colorado +0.47061 cspg_html_9119878068 cspg_html_9119878068:57:7343:7364 Beaverhill Swan Hill, Victoria +0.51531 aapg_ae_185.html aapg_ae_185.html:333:28795:28818 Cotton Valley Cotton Valley, Louisiana +0.483678 aapg_aa_976.html aapg_aa_976.html:216:25242:25258 Carmel Cheyenne, Wyoming +0.246993 gsa_html_3150321506 gsa_html_3150321506:351:39970:39988 Waccamaw Kingstree, South Carolina +0.254904 aapg_ai_947.html aapg_ai_947.html:391:63624:63643 Etchegoin Bartow County, Georgia +0.497373 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9591:9616 Perry Frankfort, Illinois +0.4794 cspg_html_7809640865 cspg_html_7809640865:143:13716:13752 Saskatchewan Lacombe, Alberta +0.502758 aapg_ah_318.html aapg_ah_318.html:93:14513:14532 Smackover Mississippi River +0.25857 cspg_html_4717886670 cspg_html_4717886670:871:89491:89522 Mission Valley California +0.243024 aapg_aa_22.html aapg_aa_22.html:629:55189:55195 Aleman Maysville, Kentucky +0.259904 gsa_html_9280112280 gsa_html_9280112280:36:3121:3130 Red River Lake Winnipeg +0.234608 geology_html_2350540763 geology_html_2350540763:16:863:871 Virginia Reston, Virginia +0.266616 cspg_html_5754792643 cspg_html_5754792643:272:30125:30138 Watt Mountain Wales Island (British Columbia) +0.471888 aapg_ah_189.html aapg_ah_189.html:308:31014:31024 Eau Claire Galesville, Maryland +0.267208 gsa_html_8062853427 gsa_html_8062853427:634:56273:56279 Sierra Coahuila +0.260925 gsa_html_1636483297 gsa_html_1636483297:1129:93026:93043 Wasatch Cheyenne, Wyoming +0.51896 gsa_html_2207983619 gsa_html_2207983619:202:12496:12524 Green River Colorado +0.47532 aapg_ah_973.html aapg_ah_973.html:168:11195:11201 Ripley Alabama +0.254944 aapg_ai_689.html aapg_ai_689.html:261:29703:29720 Haymond Texas +0.47012 aapg_af_709.html aapg_af_709.html:19:2095:2103 Columbia Victoria, British Columbia +0.251808 palaios_html_9731740258 palaios_html_9731740258:286:33043:33051 Colorado Hot Springs, Arkansas +0.441994 cspg_html_8145657505 cspg_html_8145657505:575:66966:66985 Swan Hills Lacombe, Alberta +0.261105 jgeology_html_8492223548 jgeology_html_8492223548:1074:82717:82724 Laramie Cheyenne, Wyoming +0.475547 gsa_html_5293445820 gsa_html_5293445820:1139:114633:114638 Yukon Anchorage, Alaska +0.2385 aapg_ae_464.html aapg_ae_464.html:647:41442:41448 Sierra Coahuila +0.457856 aapg_ad_811.html aapg_ad_811.html:45:4421:4429 Beaumont Beaumont, Texas +0.484389 gsa_html_8825240131 gsa_html_8825240131:1032:83158:83186 Green River New Mexico +0.26061 cspg_html_9843429624 cspg_html_9843429624:108:13035:13047 Nisku Lacombe, Alberta +0.263682 aapg_ad_2.html aapg_ad_2.html:1263:173103:173115 Chambersburg Pennsylvania +0.246648 cspg_html_5976982403 cspg_html_5976982403:156:22554:22565 Fort Steele Victoria, British Columbia +0.470659 aapg_ae_527.html aapg_ae_527.html:172:15223:15229 Casper Cheyenne, Wyoming +0.478235 aapg_ac_832.html aapg_ac_832.html:1436:133884:133888 Kent Williston, Vermont +0.263165 sedimentology_html_7328045802 sedimentology_html_7328045802:327:24324:24343 Frankfort Austin, Chicago +0.253991 cspg_html_8520409981 cspg_html_8520409981:133:14500:14520 Elm Point Manitoba +0.5049 gsa_html_7166705576 gsa_html_7166705576:209:14814:14842 Green River Colorado +0.267794 cspg_html_9725676031 cspg_html_9725676031:647:71829:71845 Viking Western Canadian Sedimentary Basin +0.260832 geology_html_1087495553 geology_html_1087495553:17:1261:1277 Exshaw Canada +0.47322 AMJC_html_5969956211 AMJC_html_5969956211:1704:191578:191584 Denver Colorado +0.524832 gsa_html_8658776916 gsa_html_8658776916:29:2796:2824 Green River Colorado +0.242446 gsa_html_6983076294 gsa_html_6983076294:698:67173:67181 Colorado Mount Evans +0.249494 aapg_ah_414.html aapg_ah_414.html:5:539:546 Madison Colorado +0.258048 aapg_ae_103.html aapg_ae_103.html:454:36391:36403 San Fernando Santiago +0.48616 sedimentology_html_2608220485 sedimentology_html_2608220485:850:50596:50606 Copenhagen Inuvik Region +0.487407 gsa_html_7395832415 gsa_html_7395832415:29:2796:2824 Green River Colorado +0.267225 aapg_aa_685.html aapg_aa_685.html:97:9251:9271 Flagstaff North Horn Formation +0.247504 aapg_ae_147.html aapg_ae_147.html:173:19632:19638 Modelo South Mountains (Arizona) +0.281952 aapg_ah_534.html aapg_ah_534.html:389:33155:33162 Chemung West Branch Susquehanna Valley +0.244904 aapg_ai_920.html aapg_ai_920.html:33:6377:6395 Tanyard Middle Ordovician +0.492012 aapg_ac_36.html aapg_ac_36.html:1220:119886:119895 Margarita Venezuela +0.256928 gsa_html_8504301160 gsa_html_8504301160:14:634:642 Colorado Leadville, Colorado +0.493885 cspg_html_9778753186 cspg_html_9778753186:241:36038:36051 Elk Fernie, British Columbia +0.269217 aapg_ah_521.html aapg_ah_521.html:516:55533:55540 Carrizo Leon County, Florida +0.252973 aapg_ai_4.html aapg_ai_4.html:80:8266:8273 Temblor Monterey, California +0.252928 aapg_af_628.html aapg_af_628.html:215:21455:21466 Waltersburg Vienna +0.261096 aapg_aa_691.html aapg_aa_691.html:499:65182:65202 Dawson Bay Lacombe, Alberta +0.252486 aapg_ah_817.html aapg_ah_817.html:180:18634:18642 Billings Sheridan County, Wyoming +0.258937 aapg_ai_340.html aapg_ai_340.html:961:72919:72936 Shublik Anchorage, Alaska +0.261919 aapg_ac_366.html aapg_ac_366.html:16:2784:2790 Salina Williamsport, Indiana +0.254736 geology_html_1519650213 geology_html_1519650213:216:21782:21793 Spider Lake Cambridge, Massachusetts +0.27081 aapg_af_561.html aapg_af_561.html:360:31174:31186 Wasatch Wasatch Range +0.243536 aapg_ai_7.html aapg_ai_7.html:186:15246:15254 Saratoga Arkansas +0.253916 aapg_ah_103.html aapg_ah_103.html:53:5131:5135 Elko Reno, Nevada +0.242612 cspg_html_7403344526 cspg_html_7403344526:527:51441:51458 Cardium Lacombe, Alberta +0.490428 aapg_af_745.html aapg_af_745.html:682:89118:89139 Mount Head Lacombe, Alberta +0.25132 geology_html_3595608800 geology_html_3595608800:203:22186:22190 Hall London, Ontario +0.504751 aapg_ae_916.html aapg_ae_916.html:676:81056:81084 Chugwater Cheyenne, Wyoming +0.251001 gsa_html_9152662653 gsa_html_9152662653:201:18766:18774 Virginia Colorado +0.248992 cspg_html_6473850945 cspg_html_6473850945:6:381:391 Kinderhook Meramec River +0.491202 aapg_ad_152.html aapg_ad_152.html:1840:240624:240641 Gerster Montello, Nevada +0.26471 aapg_af_653.html aapg_af_653.html:656:75496:75503 Temblor Monterey, California +0.492646 aapg_ae_161.html aapg_ae_161.html:174:19480:19511 Fort Union Fort Union Trading Post National Historic Site +0.267093 aapg_ac_334.html aapg_ac_334.html:170:16434:16444 Memramcook New Brunswick, New Jersey +0.48059 aapg_ai_52.html aapg_ai_52.html:61:8569:8577 Monterey Great Valley, New York +0.46697 aapg_af_242.html aapg_af_242.html:69:7873:7883 Rio Grande Texas +0.473144 palaios_html_3693905739 palaios_html_3693905739:470:37376:37392 Eagle Texas +0.263165 aapg_af_653.html aapg_af_653.html:32:4093:4100 Temblor Monterey, California +0.250997 sedimentology_html_9626990209 sedimentology_html_9626990209:63:7834:7853 Rock Springs Cheyenne, Wyoming +0.264195 cspg_html_7494952355 cspg_html_7494952355:19:4475:4484 Williston Michigan +0.446165 aapg_aa_787.html aapg_aa_787.html:381:43493:43499 Provo Texas +0.263592 gsa_html_2369908260 gsa_html_2369908260:1535:145910:145922 Owens Valley California +0.26112 cspg_html_4796942391 cspg_html_4796942391:478:52173:52192 Kaskapau Canada +0.427196 aapg_ae_6.html aapg_ae_6.html:405:43764:43776 Austin Chalk Buda, Texas +0.474112 cspg_html_2928630722 cspg_html_2928630722:10:1606:1622 Luscar Pine River (Michigan) +0.490116 jgeology_html_4305195651 jgeology_html_4305195651:3062:219268:219287 Bluefield Huntington, West Virginia +0.25542 AMJC_html_7085584544 AMJC_html_7085584544:162:20976:20998 Beartooth Cheyenne, Wyoming +0.25705 cspg_html_5541725202 cspg_html_5541725202:191:27868:27884 Enrage New Brunswick, New Jersey +0.24341 jgeology_html_1004614520 jgeology_html_1004614520:481:25777:25793 Navajo Logan, Utah +0.248965 cspg_html_9941227593 cspg_html_9941227593:379:47851:47865 Colorado Williston Basin +0.498076 aapg_ad_350.html aapg_ad_350.html:418:45078:45090 Huntersville Helderberg +0.250444 sedimentology_html_4280878919 sedimentology_html_4280878919:370:21686:21703 Johnnie Death Valley +0.258856 cspg_html_3129231627 cspg_html_3129231627:14:1760:1769 Bay Fiord Middle Ordovician +0.500004 cspg_html_5241714595 cspg_html_5241714595:652:97533:97542 Keg River Lacombe, Alberta +0.25168 aapg_ah_684.html aapg_ah_684.html:10:1712:1727 Piper Western world +0.477 aapg_ah_387.html aapg_ah_387.html:485:46802:46811 Knoxville California +0.238135 aapg_aa_734.html aapg_aa_734.html:692:64346:64352 Silica Texas +0.251 cspg_html_9778753186 cspg_html_9778753186:510:57618:57627 Crowsnest Victoria, British Columbia +0.499372 geology_html_7236477240 geology_html_7236477240:316:24832:24846 Ogallala Nebraska +0.248901 gsa_html_8152640301 gsa_html_8152640301:832:76523:76531 Columbia Alaska Panhandle +0.265698 aapg_ae_223.html aapg_ae_223.html:94:12071:12090 Mesaverde Colorado +0.352296 aapg_ah_260.html aapg_ah_260.html:160:21592:21612 North Horn Logan, Utah +0.479862 aapg_ah_719.html aapg_ah_719.html:55:9136:9142 Denver Colorado +0.254184 aapg_ae_415.html aapg_ae_415.html:782:97276:97281 Byram Alabama +0.47838 aapg_ac_807.html aapg_ac_807.html:372:37832:37837 Aquia Maryland +0.48762 cspg_html_6306091047 cspg_html_6306091047:98:16000:16019 Pardonet Victoria, British Columbia +0.287247 aapg_ac_419.html aapg_ac_419.html:791:91975:91984 Mesaverde Logan, Utah +0.490795 gsa_html_5865982995 gsa_html_5865982995:544:58633:58643 Wind River Powder River Basin +0.448344 aapg_aa_316.html aapg_aa_316.html:876:95318:95326 Virginia Cape Henry Light +0.872948 aapg_ac_200.html aapg_ac_200.html:439:42982:42989 Wasatch Logan, Utah +0.252984 palaios_html_3043956997 palaios_html_3043956997:170:13853:13871 Kirkwood South Africa +0.25704 cspg_html_4210762654 cspg_html_4210762654:301:37754:37784 Nisku Lacombe, Alberta +0.485811 aapg_ah_150.html aapg_ah_150.html:343:41837:41857 Washington Washington (state) +0.27352 geology_html_8367138957 geology_html_8367138957:17:1156:1165 San Diego San Diego +0.468468 aapg_ac_742.html aapg_ac_742.html:3:294:317 Gypsum Spring Cheyenne, Wyoming +0.49343 aapg_ac_807.html aapg_ac_807.html:248:24808:24815 Calvert Kirkwood, Missouri +0.252494 gsa_html_4064042510 gsa_html_4064042510:9:333:353 Columbia Salem, Oregon +0.469224 aapg_ae_805.html aapg_ae_805.html:206:24249:24260 Lake Valley Albuquerque, New Mexico +0.252476 cspg_html_2284073413 cspg_html_2284073413:16:2295:2306 Peace River CFB Cold Lake +0.256386 cspg_html_3060428958 cspg_html_3060428958:220:29174:29191 Bearpaw Saskatchewan River +0.483678 palaios_html_2221534395 palaios_html_2221534395:450:49627:49658 Kope Cincinnati +0.813316 aapg_ah_708.html aapg_ah_708.html:302:41063:41097 Pottsville Horsey, Norfolk +0.277182 aapg_ad_466.html aapg_ad_466.html:1173:125172:125190 Monmouth Delaware +0.37674 aapg_aa_23.html aapg_aa_23.html:456:54031:54050 Red River Lake Winnipeg +0.49601 aapg_ah_532.html aapg_ah_532.html:144:11254:11269 Ouray New Mexico +0.259434 gsa_html_8128037381 gsa_html_8128037381:667:71662:71670 Rockwell Reno, Nevada +0.236 geology_html_6979549412 geology_html_6979549412:27:1919:1925 Denver Colorado +0.257895 cspg_html_2882304151 cspg_html_2882304151:89:17918:17925 Cadomin Mountain Park (Holyoke, Massachusetts) +0.500963 aapg_ai_323.html aapg_ai_323.html:250:19354:19373 La Quinta Venezuela +0.248985 palaios_html_2399848899 palaios_html_2399848899:40:3985:4004 Blufftown Tuscaloosa, Alabama +0.281861 aapg_ah_427.html aapg_ah_427.html:283:37595:37604 Red River Wichita, Kansas +0.488892 aapg_ah_318.html aapg_ah_318.html:1261:127275:127288 Cotton Valley Arkansas +0.250997 aapg_ai_17.html aapg_ai_17.html:1129:74281:74286 Tampa Fort Sumter +0.695832 aapg_ai_974.html aapg_ai_974.html:391:41315:41335 Ellensburg Cascade Mountain (Alberta) +0.254015 cspg_html_3473883402 cspg_html_3473883402:728:83636:83654 Duvernay Lacombe, Alberta +0.509894 palaios_html_9731740258 palaios_html_9731740258:151:20158:20177 Greenhorn Colorado +0.69745 aapg_ac_629.html aapg_ac_629.html:299:38785:38805 Citronelle Mississippi River +0.2505 aapg_ae_871.html aapg_ae_871.html:332:51738:51756 Ashville Manitoba +0.495378 aapg_ac_235.html aapg_ac_235.html:618:68345:68353 Cloverly Big Horn, Wyoming +0.253991 palaios_html_2623970001 palaios_html_2623970001:764:64667:64671 Hall London, Ontario +0.25351 aapg_ac_618.html aapg_ac_618.html:54:5450:5456 Tesnus Texas +0.269352 aapg_aa_484.html aapg_aa_484.html:111:9270:9277 Haymond New Mexico +0.25532 aapg_ai_296.html aapg_ai_296.html:375:36665:36672 Everton Black River, Jamaica +0.476042 AMJC_html_2228158963 AMJC_html_2228158963:928:95688:95703 Fitch Littleton, Colorado +0.271752 geology_html_7723638000 geology_html_7723638000:414:26534:26540 Oregon Earth +0.267288 cspg_html_9275863663 cspg_html_9275863663:102:14805:14826 Slave Point Swan Hill, Victoria +0.277202 aapg_af_997.html aapg_af_997.html:339:48762:48778 Viking Canada +0.250952 gsa_html_7782714579 gsa_html_7782714579:1019:80205:80221 Kodiak Anchorage, Alaska +0.255488 aapg_ai_877.html aapg_ai_877.html:217:23590:23624 Gatesburg Pennsylvania +0.503079 aapg_ad_318.html aapg_ad_318.html:102:13901:13907 Guelph Rockford, Illinois +0.25047 sedimentology_html_6349066572 sedimentology_html_6349066572:957:59231:59236 Piper Nauru +0.490049 aapg_ae_31.html aapg_ae_31.html:124:14696:14716 Batesville Batesville, Arkansas +0.503169 aapg_af_372.html aapg_af_372.html:325:30383:30389 Moscow Bering Sea +0.4921 aapg_ae_711.html aapg_ae_711.html:172:20647:20680 Hartshorne Arkoma, Oklahoma +0.242536 aapg_ad_879.html aapg_ad_879.html:722:56407:56415 Big Hill Texas +0.522952 gsa_html_6861599329 gsa_html_6861599329:890:78670:78689 Chumstick Washington (state) +0.487944 gsa_html_4339524478 gsa_html_4339524478:778:77456:77462 Oregon Boise, Idaho +0.259318 palaios_html_6757540995 palaios_html_6757540995:69:7443:7462 Blufftown Alabama +0.251955 sedimentology_html_9603159224 sedimentology_html_9603159224:1814:114116:114124 Homewood Oman +0.254989 cspg_html_1130307766 cspg_html_1130307766:394:32360:32366 Jordan Southwest Florida +0.467864 aapg_ah_42.html aapg_ah_42.html:31:4057:4063 Toroweap Logan, Utah +0.504505 aapg_af_789.html aapg_af_789.html:138:19084:19093 Bluefield Potomac, Maryland +0.246422 cspg_html_3102530088 cspg_html_3102530088:176:21169:21189 Milk River Lacombe, Alberta +0.249368 aapg_ae_488.html aapg_ae_488.html:337:27648:27657 Extension Libya +0.25428 aapg_af_653.html aapg_af_653.html:770:87250:87257 Temblor Monterey, California +0.259956 sedimentology_html_5841712908 sedimentology_html_5841712908:708:66457:66470 Rockwell Mexico +0.240534 aapg_ah_828.html aapg_ah_828.html:482:44390:44399 La Casita Mexico +0.483041 cspg_html_8121202912 cspg_html_8121202912:274:34142:34150 Columbia Victoria, British Columbia +0.260064 cspg_html_5345848475 cspg_html_5345848475:911:93951:93963 Medicine Hat Lacombe, Alberta +0.261888 cspg_html_1975682848 cspg_html_1975682848:421:44171:44188 Roberts Mountains Reno, Nevada +0.249158 aapg_ac_337.html aapg_ac_337.html:49:5033:5051 Fairbank Colorado +0.49028 gsa_html_1275728256 gsa_html_1275728256:1068:83335:83363 Green River Colorado +0.48093 sedimentology_html_7623092448 sedimentology_html_7623092448:4548:232533:232538 Rapid Wingham, Kent +0.248496 gsa_html_1082816146 gsa_html_1082816146:653:62236:62241 Stark Republic of China +0.518076 geology_html_9498301644 geology_html_9498301644:139:16660:16682 Tuscarora Piedmont (United States) +0.488136 aapg_ae_185.html aapg_ae_185.html:181:15348:15357 Shongaloo Paluxy, Texas +0.24156 aapg_ae_419.html aapg_ae_419.html:4066:251137:251143 Sierra El Tigre +0.256162 gsa_html_2832151886 gsa_html_2832151886:529:46249:46278 Belle Fourche Lacombe, Alberta +0.257048 aapg_ah_134.html aapg_ah_134.html:141:11499:11515 Mt Lytton Arkansas +0.498847 cspg_html_3140792560 cspg_html_3140792560:24:2904:2923 Allen Bay Canada +0.270279 geology_html_5171768193 geology_html_5171768193:12:599:609 Washington Earth +0.242985 cspg_html_2161417858 cspg_html_2161417858:130:17061:17091 Kinderhook Regina, Saskatchewan +0.45254 cspg_html_4433937749 cspg_html_4433937749:72:10631:10655 Mountain Park Lacombe, Alberta +0.494019 aapg_af_625.html aapg_af_625.html:609:62946:62961 Rochester Huntington, West Virginia +0.263168 cspg_html_9912281240 cspg_html_9912281240:597:69533:69555 Judith River Lacombe, Alberta +0.505932 aapg_ae_73.html aapg_ae_73.html:435:57587:57593 Dakota Colorado +0.229392 aapg_aa_582.html aapg_aa_582.html:265:26962:26968 Sierra Isthmus of Tehuantepec +0.476238 gsa_html_8820488310 gsa_html_8820488310:1029:89772:89813 Mount Nelson Cordillera Administrative Region +0.255972 aapg_af_625.html aapg_af_625.html:410:41404:41416 Benson Pennsylvania +0.24735 sedimentology_html_2139169476 sedimentology_html_2139169476:100:9106:9115 Peninsula Korea +0.265056 aapg_af_50.html aapg_af_50.html:33:3966:3989 Minturn Colorado +0.246865 jgeology_html_1611126241 jgeology_html_1611126241:367:30726:30730 Hall London, Ontario +0.250428 gsa_html_1217771406 gsa_html_1217771406:493:44488:44498 Santa Cruz Mojave Desert +0.251883 aapg_af_378.html aapg_af_378.html:5:698:705 El Paso El Paso, Texas +0.505393 gsa_html_9089127432 gsa_html_9089127432:736:64367:64395 Green River Colorado +0.482555 aapg_af_435.html aapg_af_435.html:51:5543:5552 Smackover Alabama +0.488516 gsa_html_1248731493 gsa_html_1248731493:600:58184:58192 Montreal Quebec City +0.2495 aapg_ai_44.html aapg_ai_44.html:78:12523:12529 Sierra Aruba +0.260099 aapg_ai_216.html aapg_ai_216.html:23:2666:2683 Tellico Athens, Georgia +0.254464 cspg_html_6377182173 cspg_html_6377182173:229:33345:33353 Coalspur Lacombe, Alberta +0.2756 sedimentology_html_7045398856 sedimentology_html_7045398856:778:35883:35888 Laval Victoria, British Columbia +0.257983 aapg_aa_233.html aapg_aa_233.html:391:38703:38713 Agua Nueva San Juan, Argentina +0.268315 cspg_html_6682149301 cspg_html_6682149301:20:2320:2332 Cardium Milk River, Alberta +0.25857 cspg_html_4568084707 cspg_html_4568084707:75:10338:10359 Cooking Lake Redwater, Texas +0.467961 aapg_aa_334.html aapg_aa_334.html:135:15416:15423 Waverly Tuscarawas County, Ohio +0.26574 aapg_aa_544.html aapg_aa_544.html:368:49248:49269 White River Cheyenne, Wyoming +0.478611 aapg_ad_306.html aapg_ad_306.html:3:222:228 Sierra Honduras +0.252476 sedimentology_html_6051696699 sedimentology_html_6051696699:382:33854:33873 Caledonia New Caledonia +0.710619 gsa_html_6672856503 gsa_html_6672856503:259:22759:22778 Chumstick Washington (state) +0.48177 palaios_html_1262064602 palaios_html_1262064602:1097:107336:107364 Willwood Cheyenne, Wyoming +0.253991 geology_html_5220137609 geology_html_5220137609:351:27938:27947 San Diego California +0.254961 gsa_html_5550900489 gsa_html_5550900489:11:514:524 Fort Worth Texas +0.254961 geology_html_9199946858 geology_html_9199946858:11:541:547 Auburn Alabama +0.51191 aapg_ac_386.html aapg_ac_386.html:3:374:395 Piney Point Delaware +0.2485 AMJC_html_7141186441 AMJC_html_7141186441:1374:121331:121343 Tongue River Knife River +0.265144 aapg_ad_800.html aapg_ad_800.html:168:21172:21182 Tuscaloosa Tuscaloosa, Alabama +0.29512 aapg_ah_44.html aapg_ah_44.html:406:53225:53258 Brallier Catskill Mountains +0.487656 aapg_aa_133.html aapg_aa_133.html:147:16084:16095 Viking Edmonton, London +0.258516 aapg_ae_544.html aapg_ae_544.html:157:19894:19913 Belle Fourche Niobrara, Nebraska +0.25584 cspg_html_3102530088 cspg_html_3102530088:622:78430:78440 Milk River Lacombe, Alberta +0.486822 aapg_ah_93.html aapg_ah_93.html:10:1689:1711 Water Canyon Lacombe, Alberta +0.482034 cspg_html_1450375831 cspg_html_1450375831:16:1852:1888 Basal Regina, Saskatchewan +0.25047 cspg_html_4326384800 cspg_html_4326384800:289:33397:33417 Swan Hills Lacombe, Alberta +0.27195 cspg_html_1281670295 cspg_html_1281670295:311:37860:37873 Parry Islands Russia +0.47773 palaios_html_7316504476 palaios_html_7316504476:233:19027:19033 Cupido Coahuila +0.47124 aapg_ad_821.html aapg_ad_821.html:381:28390:28417 Gallatin Gallatin, Tennessee +0.259904 aapg_ad_43.html aapg_ad_43.html:149:14600:14608 Imperial Guelph +0.280098 aapg_ac_741.html aapg_ac_741.html:156:18195:18211 Dakota Sharon Springs, Kansas +0.241552 aapg_af_900.html aapg_af_900.html:60:8918:8926 Saratoga Spindletop +0.233264 cspg_html_3023030263 cspg_html_3023030263:19:2775:2834 Colorado Colorado +0.264132 cspg_html_8089302449 cspg_html_8089302449:348:60879:60902 Watt Mountain Lacombe, Alberta +0.268086 aapg_ah_165.html aapg_ah_165.html:335:40107:40119 Fernie Victoria, British Columbia +0.479556 aapg_ae_959.html aapg_ae_959.html:902:68413:68426 Abo New Mexico +0.97 gsa_html_2989317971 gsa_html_2989317971:760:78829:78862 Swauger Quartzite Boise, Idaho +0.238908 aapg_ac_59.html aapg_ac_59.html:410:45904:45913 San Diego California +0.262144 aapg_af_922.html aapg_af_922.html:99:13078:13096 Cuyahoga Waverly, Ohio +0.246384 aapg_ah_289.html aapg_ah_289.html:200:27225:27234 Etchegoin Lost Hills Oil Field +0.259578 cspg_html_1336185084 cspg_html_1336185084:93:10466:10478 Grand Rapids Clearwater, Florida +0.255016 aapg_ai_29.html aapg_ai_29.html:56:6403:6410 Reynosa Uvalde, Texas +0.456816 aapg_ah_160.html aapg_ah_160.html:79:11319:11325 Salina Pittsford (village), New York +0.499982 geology_html_1210546744 geology_html_1210546744:179:13630:13647 Bedford Canada +0.26884 geology_html_5010866842 geology_html_5010866842:341:23571:23579 Monterey Earth +0.48791 gsa_html_8427644447 gsa_html_8427644447:584:50555:50572 Rustler New Mexico +0.258416 aapg_ai_468.html aapg_ai_468.html:407:50718:50737 Cotton Valley Shreveport, Louisiana +0.470352 aapg_ah_421.html aapg_ah_421.html:257:21578:21586 Colorado Lacombe, Alberta +0.902331 sedimentology_html_1046729113 sedimentology_html_1046729113:1921:155119:155138 Lea Park Lacombe, Alberta +0.269748 aapg_ah_575.html aapg_ah_575.html:621:48373:48383 Fort Worth Texas +0.46494 geology_html_8084507315 geology_html_8084507315:11:550:558 Colorado Colorado +0.486772 aapg_ac_334.html aapg_ac_334.html:41:5492:5503 Stony Creek Kingston, Jamaica +0.25452 gsa_html_4220229801 gsa_html_4220229801:940:77003:77013 Washington Salem, Oregon +0.251808 aapg_ad_457.html aapg_ad_457.html:485:54952:54958 Oxford Coral reef +0.52032 aapg_af_91.html aapg_af_91.html:449:49961:49968 Moenave Kayenta, Arizona +0.284256 aapg_ah_96.html aapg_ah_96.html:439:51069:51078 Red River Nebraska +0.26117 aapg_ad_637.html aapg_ad_637.html:33:4792:4806 Frio Gulf Coast of the United States +0.847756 cspg_html_9236194363 cspg_html_9236194363:45:4727:4751 Waterways Lacombe, Alberta +0.250446 aapg_ac_824.html aapg_ac_824.html:588:54310:54318 Colorado Colorado +0.24888 aapg_ae_710.html aapg_ae_710.html:6:874:893 Rock Springs Western world +0.2455 cspg_html_5954266359 cspg_html_5954266359:338:45147:45175 Escuminac Quebec City +0.497424 cspg_html_8616284826 cspg_html_8616284826:26:3346:3392 Besa River Victoria, British Columbia +0.493568 aapg_ai_328.html aapg_ai_328.html:422:42156:42173 Madison Cheyenne, Wyoming +0.250952 geology_html_4395835641 geology_html_4395835641:58:6993:7024 Dunn Bridgetown, Nova Scotia +0.258028 aapg_ad_862.html aapg_ad_862.html:110:18100:18110 Pittsburgh Pittsburgh +0.45656 cspg_html_5241714595 cspg_html_5241714595:178:26695:26718 Winnipegosis Lacombe, Alberta +0.26871 geology_html_7594699567 geology_html_7594699567:82:7186:7214 San Andres Texas +0.499032 aapg_af_895.html aapg_af_895.html:315:29430:29441 Beekmantown El Paso, Texas +0.50246 aapg_ai_246.html aapg_ai_246.html:475:57757:57779 Winnipegosis Eastern Montana +0.493164 aapg_ad_812.html aapg_ad_812.html:84:11875:11896 Summerville Summerville, South Carolina +0.257943 cspg_html_2122549217 cspg_html_2122549217:17:1711:1732 Horton River Calgary +0.50492 cspg_html_2083823293 cspg_html_2083823293:57:8361:8375 Kootenay Victoria, British Columbia +0.51313 aapg_ac_545.html aapg_ac_545.html:409:44913:44921 Columbia Lacombe, Alberta +0.251715 gsa_html_6985417117 gsa_html_6985417117:827:66481:66488 Shuswap Victoria, British Columbia +0.256793 cspg_html_5295390542 cspg_html_5295390542:452:49380:49397 Halfway Victoria, British Columbia +0.24541 palaios_html_2592562131 palaios_html_2592562131:251:16868:16876 Scotland Canada +0.4883 aapg_ai_29.html aapg_ai_29.html:570:71654:71670 Beaumont Kingsville, Ontario +0.51888 aapg_ad_466.html aapg_ad_466.html:193:23446:23463 Mount Laurel Sand Monmouth County, New Jersey +0.479232 cspg_html_3008414459 cspg_html_3008414459:6:451:461 Milk River Lacombe, Alberta +0.253492 cspg_html_9717154602 cspg_html_9717154602:739:68496:68520 Schrader Bluff Anchorage, Alaska +0.49056 palaios_html_1311168096 palaios_html_1311168096:661:56691:56707 Carmel Logan, Utah +0.265608 aapg_af_763.html aapg_af_763.html:295:31330:31357 Roberts Mountains Reno, Nevada +0.49181 aapg_ae_171.html aapg_ae_171.html:281:24312:24324 Dakota Colorado +0.246302 sedimentology_html_1559456356 sedimentology_html_1559456356:775:42704:42708 Hall London, Ontario +0.500226 aapg_af_833.html aapg_af_833.html:648:70443:70449 Dakota North Platte, Nebraska +0.50112 aapg_ah_435.html aapg_ah_435.html:38:4445:4462 Carrizo China +0.49278 aapg_ai_105.html aapg_ai_105.html:42:6601:6612 Green River Great Basin +0.50032 geology_html_4668853783 geology_html_4668853783:198:20072:20076 Bond North Atlantic Current +0.468366 aapg_ah_157.html aapg_ah_157.html:215:30435:30441 Galena Ottawa, Kansas +0.25935 cspg_html_8089302449 cspg_html_8089302449:282:47937:47957 Dawson Bay Regina, Saskatchewan +0.26871 aapg_ad_921.html aapg_ad_921.html:7:845:853 Fairview Bellevue, Nebraska +0.484352 gsa_html_5268546581 gsa_html_5268546581:173:14451:14456 Raton San Juan, Argentina +0.260019 aapg_aa_777.html aapg_aa_777.html:86:9708:9715 Wasatch Uinta Mountains +0.378081 aapg_ac_629.html aapg_ac_629.html:621:74161:74171 Citronelle Crawfordville, Georgia +0.25578 aapg_ae_794.html aapg_ae_794.html:549:60281:60302 Coon Creek Selma to Montgomery marches +0.494474 cspg_html_5955028331 cspg_html_5955028331:643:67845:67861 Viking Lacombe, Alberta +0.262108 gsa_html_3387611512 gsa_html_3387611512:1572:147977:147986 San Diego California +0.50509 aapg_ae_253.html aapg_ae_253.html:122:15107:15113 Lisbon County Sligo +0.258542 palaios_html_9359679595 palaios_html_9359679595:161:13083:13089 Oregon Reno, Nevada +0.257346 palaios_html_3022467877 palaios_html_3022467877:18:1217:1238 Hornerstown Closter, New Jersey +0.26571 jgeology_html_4599466962 jgeology_html_4599466962:344:25307:25316 Schoharie Onondaga (tribe) +0.492604 aapg_ae_999.html aapg_ae_999.html:223:33181:33197 Forest Mississippi River +0.485961 geology_html_4447793411 geology_html_4447793411:279:17776:17785 San Diego Baja California peninsula +0.496491 aapg_ae_17.html aapg_ae_17.html:120:15012:15018 Sonora Chihuahua (state) +0.468216 aapg_af_143.html aapg_af_143.html:681:61493:61507 China Mountain Elk River, Minnesota +0.492975 aapg_aa_147.html aapg_aa_147.html:815:81853:81868 Interlake Williston Basin +0.491748 cspg_html_8840748783 cspg_html_8840748783:683:80445:80474 Dunvegan Lacombe, Alberta +0.25143 aapg_ak_55.html aapg_ak_55.html:123:13142:13160 Venango Pleasantville, Venango County, Pennsylvania +0.479478 geology_html_7252964522 geology_html_7252964522:216:19856:19864 Virginia Chesapeake Bay +0.465572 cspg_html_3627006433 cspg_html_3627006433:742:74880:74902 Tidal Lacombe, Alberta +0.50445 aapg_ad_283.html aapg_ad_283.html:24:4222:4235 Cherry Canyon Guadalupe Mountains National Park +0.254248 aapg_ae_959.html aapg_ae_959.html:2905:217944:217947 Abo New Mexico +0.241362 aapg_af_624.html aapg_af_624.html:234:15502:15520 Tensleep Natrona County, Wyoming +0.257964 aapg_ai_696.html aapg_ai_696.html:77:9582:9596 Chainman Western world +0.244976 jgeology_html_2497886918 jgeology_html_2497886918:692:40639:40648 Peninsula Korea +0.258416 palaios_html_5582845937 palaios_html_5582845937:305:30230:30237 Hampton Virginia +0.258885 cspg_html_7576506617 cspg_html_7576506617:371:53898:53919 Ekwan River Moose River (Maine) +0.237133 jgeology_html_1836103970 jgeology_html_1836103970:157:11165:11186 New Glasgow New Glasgow, Nova Scotia +0.497789 aapg_ai_30.html aapg_ai_30.html:3:178:185 Lagarto Texas +0.500688 gsa_html_5928791685 gsa_html_5928791685:1001:79825:79843 Bedford Newport, Rhode Island +0.258757 aapg_ai_357.html aapg_ai_357.html:250:29286:29299 Cook Mountain Carrizo Plain +0.2652 aapg_aa_857.html aapg_aa_857.html:227:19332:19338 Casper Cheyenne, Wyoming +0.47379 cspg_html_4674059966 cspg_html_4674059966:64:11596:11604 Columbia Victoria, British Columbia +0.257024 aapg_ah_534.html aapg_ah_534.html:240:19717:19725 Catskill Pennsylvania +0.496392 aapg_ac_720.html aapg_ac_720.html:62:8320:8329 New Egypt Closter, New Jersey +0.24225 palaios_html_8767224707 palaios_html_8767224707:455:34636:34674 Copenhagen Reno, Nevada +0.47595 sedimentology_html_7103111053 sedimentology_html_7103111053:6678:85869:85878 Peninsula Korea +0.269352 aapg_ai_503.html aapg_ai_503.html:120:13762:13771 Whirlpool Chemung, New York +0.467771 gsa_html_5928791685 gsa_html_5928791685:868:70662:70674 Rhode Island Cambridge, Massachusetts +0.488516 aapg_ad_3.html aapg_ad_3.html:378:35469:35479 Smithville Missouri River +0.376884 sedimentology_html_2265212258 sedimentology_html_2265212258:736:60269:60282 Saline Valley California +0.523572 aapg_ac_575.html aapg_ac_575.html:587:88505:88519 Word Texas +0.488131 geology_html_1001858158 geology_html_1001858158:138:12270:12276 Denton Wrangell Mountains +0.37074 gsa_html_1119256423 gsa_html_1119256423:950:93634:93659 Brule Nebraska +0.496752 sedimentology_html_8923738088 sedimentology_html_8923738088:2029:105573:105578 Price Calgary +0.494656 aapg_ac_961.html aapg_ac_961.html:512:53660:53665 Boggy Atoka, Oklahoma +0.463137 aapg_ah_95.html aapg_ah_95.html:50:5037:5053 Concha Arizona +0.264704 cspg_html_3385840278 cspg_html_3385840278:97:14601:14622 Slave Point Victoria, British Columbia +0.267264 aapg_ai_461.html aapg_ai_461.html:118:16089:16099 Atoka Atoka, Oklahoma +0.39075 gsa_html_7737235229 gsa_html_7737235229:936:60907:60927 Bonneterre Missouri River +0.506264 cspg_html_7086880709 cspg_html_7086880709:312:40061:40078 Arnica Lacombe, Alberta +0.49495 cspg_html_9501006975 cspg_html_9501006975:403:47499:47517 Dunvegan Lacombe, Alberta +0.466944 aapg_ai_514.html aapg_ai_514.html:50:5938:5944 Oregon Reno, Nevada +0.247475 gsa_html_5158209975 gsa_html_5158209975:261:24911:24920 Red River Arkansas River +0.487786 gsa_html_1337782073 gsa_html_1337782073:227:20124:20152 Green River Iran +0.25047 gsa_html_1931201430 gsa_html_1931201430:992:91786:91793 Oceanic Salem, Oregon +0.468796 aapg_ad_351.html aapg_ad_351.html:109:12116:12133 Fortune Barry County, Missouri +0.256011 aapg_ae_305.html aapg_ae_305.html:776:57583:57592 Rio Negro Colombia +0.465392 aapg_ai_38.html aapg_ai_38.html:32:3453:3470 Laramie Colorado +0.263652 gsa_html_5865982995 gsa_html_5865982995:1286:136484:136506 Uinta Logan, Utah +0.255016 gsa_html_4650354985 gsa_html_4650354985:298:23894:23911 Minturn Swissvale, Pennsylvania +0.280899 aapg_aa_357.html aapg_aa_357.html:484:43664:43680 Carmel Entrada Sandstone +0.487424 sedimentology_html_9079273526 sedimentology_html_9079273526:74:9550:9568 Willwood Absaroka +0.478296 aapg_ae_552.html aapg_ae_552.html:129:24382:24400 Cabrillo Astoria, Oregon +0.231462 gsa_html_6715192081 gsa_html_6715192081:12:460:466 Denver Colorado +0.246015 aapg_ah_656.html aapg_ah_656.html:128:12309:12332 Brushy Canyon Delaware +0.257536 cspg_html_6668748643 cspg_html_6668748643:23:2278:2296 Kootenay Kootenay River +0.468312 geology_html_7896220852 geology_html_7896220852:14:1077:1089 Saskatchewan Regina, Saskatchewan +0.266772 gsa_html_7090153753 gsa_html_7090153753:568:45300:45326 Monterey California +0.252813 aapg_ai_65.html aapg_ai_65.html:28:4177:4190 Deadwood Cheyenne, Wyoming +0.276992 aapg_af_923.html aapg_af_923.html:61:5496:5504 Kootenai Colorado +0.247434 gsa_html_6982030333 gsa_html_6982030333:359:38955:38978 Elkhorn Ridge Argillite California +0.489472 aapg_ac_887.html aapg_ac_887.html:301:27294:27306 Saskatchewan Manitoba +0.267764 cspg_html_2650524233 cspg_html_2650524233:6:402:419 Bearpaw Edmonton, London +0.255892 aapg_ae_845.html aapg_ae_845.html:147:16216:16226 Fort Union Wasatch Range +0.497714 cspg_html_9343899465 cspg_html_9343899465:752:69446:69465 Strathcona Fiord Ellesmere Island +0.461214 aapg_aa_525.html aapg_aa_525.html:54:5682:5688 Oswego Fort Scott National Historic Site +0.250937 gsa_html_9304619722 gsa_html_9304619722:872:68925:68943 Cloverly Cheyenne, Wyoming +0.272934 aapg_ah_283.html aapg_ah_283.html:512:61075:61083 Columbia Salem, Oregon +0.366795 gsa_html_7195000001 gsa_html_7195000001:272:36491:36500 Bay Fiord Ellesmere Island +0.48853 aapg_ad_683.html aapg_ad_683.html:619:63488:63500 Hermit Supai, Arizona +0.263153 sedimentology_html_1338997515 sedimentology_html_1338997515:2557:100061:100077 Holder New Mexico +0.494429 cspg_html_5000772122 cspg_html_5000772122:21:3219:3225 Fernie East Asia +0.483912 jgeology_html_2236057972 jgeology_html_2236057972:735:44712:44722 Washington Fidalgo Island +0.243474 aapg_ac_881.html aapg_ac_881.html:447:52541:52559 Fillmore Logan, Utah +0.477012 aapg_af_399.html aapg_af_399.html:427:44982:44997 Mesaverde Logan, Utah +0.252865 cspg_html_3041902517 cspg_html_3041902517:987:109657:109663 Kaibab Reno, Nevada +0.262119 AMJC_html_3664856625 AMJC_html_3664856625:68:9301:9316 Lance Powder River Basin +0.501723 aapg_ad_356.html aapg_ad_356.html:377:35696:35715 Smackover Shreveport, Louisiana +0.479987 aapg_ah_343.html aapg_ah_343.html:227:26870:26885 Tampa Melbourne, Florida +0.47175 aapg_ai_321.html aapg_ai_321.html:212:29472:29490 Esquias Matagalpa +0.474388 AMJC_html_5952299936 AMJC_html_5952299936:746:81260:81270 Washington Seattle +0.268035 palaios_html_7179643765 palaios_html_7179643765:387:39551:39566 Colon Venezuela +0.248985 AMJC_html_5516451353 AMJC_html_5516451353:503:51007:51024 Berwick New Hampshire +0.28305 aapg_ad_564.html aapg_ad_564.html:8720:779513:779521 Colorado Denver +0.483759 cspg_html_5783501569 cspg_html_5783501569:58:8080:8130 Waterfowl Canmore, Alberta +0.491825 aapg_ac_714.html aapg_ac_714.html:432:48683:48701 Sundance Black Hills +0.25235 AMJC_html_5722410163 AMJC_html_5722410163:545:56172:56198 Humboldt Elko, Nevada +0.25544 aapg_ae_169.html aapg_ae_169.html:60:7098:7107 Peninsula Melbourne, Florida +0.487104 gsa_html_4067767548 gsa_html_4067767548:818:71205:71233 Green River Colorado +0.262446 palaios_html_4000761146 palaios_html_4000761146:732:51008:51019 Los Cuervos Colombia +0.271245 aapg_ad_683.html aapg_ad_683.html:122:16763:16768 Supai Supai, Arizona +0.482555 aapg_ad_351.html aapg_ad_351.html:33:4004:4024 Keokuk Missouri River +0.255972 aapg_af_129.html aapg_af_129.html:294:30755:30762 Manitou Colorado +0.254701 aapg_ad_111.html aapg_ad_111.html:440:47947:47955 Colorado Colorado +0.251482 geology_html_6086140621 geology_html_6086140621:15:1032:1056 Newcastle Newcastle upon Tyne +0.2505 cspg_html_1925276454 cspg_html_1925276454:470:52084:52108 Boulder Creek Victoria, British Columbia +0.244528 gsa_html_4071231613 gsa_html_4071231613:831:90011:90016 Yukon Israel +0.258572 cspg_html_9941227593 cspg_html_9941227593:16:1720:1747 Viking Regina, Saskatchewan +0.254007 aapg_ac_910.html aapg_ac_910.html:486:38060:38075 Huizachal Mexico +0.482023 palaios_html_7100229719 palaios_html_7100229719:677:70406:70411 Couch Cornwall, Ontario +0.33327 aapg_ac_69.html aapg_ac_69.html:28:6131:6150 Greenhorn Hartland, Wisconsin +0.9348 cspg_html_8089302449 cspg_html_8089302449:63:11100:11121 Dawson Bay Williston Basin +0.271806 aapg_ah_654.html aapg_ah_654.html:622:64463:64473 Wind River Powder River (Montana) +0.254514 aapg_ae_324.html aapg_ae_324.html:1246:124645:124652 Tellico Farragut, Tennessee +0.481873 gsa_html_4385238876 gsa_html_4385238876:62:7820:7825 Yukon Victoria, British Columbia +0.247494 aapg_aa_643.html aapg_aa_643.html:245:26535:26557 Knoxville Belmont, Massachusetts +0.497721 cspg_html_3404912985 cspg_html_3404912985:309:49185:49205 Belly River Magdalena River Valley +0.46728 aapg_ae_74.html aapg_ae_74.html:597:56677:56696 Fruitland Fruitland, Idaho +0.247715 aapg_ah_411.html aapg_ah_411.html:71:9455:9469 Colorado Colorado +0.262056 aapg_ae_204.html aapg_ae_204.html:263:23275:23294 Peace River Lacombe, Alberta +0.252568 aapg_ai_784.html aapg_ai_784.html:8:1069:1080 Beekmantown Fairfield County, Connecticut +0.274944 aapg_ah_77.html aapg_ah_77.html:19:3044:3055 Green River South Pass City, Wyoming +0.246402 cspg_html_7790224785 cspg_html_7790224785:426:17145:17152 Gazelle Berlin +0.50721 aapg_ae_706.html aapg_ae_706.html:261:23020:23035 Rome Juniata County School District +0.269217 aapg_ah_387.html aapg_ah_387.html:228:25284:25292 Mariposa Salem, Oregon +0.49567 aapg_ae_350.html aapg_ae_350.html:97:12550:12571 Eagle Alabama +0.478144 gsa_html_9163589331 gsa_html_9163589331:356:23261:23281 Meson Santa Rosa, California +0.263144 aapg_af_298.html aapg_af_298.html:196:20191:20207 Salem Gibson County, Tennessee +0.26163 aapg_ai_17.html aapg_ai_17.html:903:59926:59941 Vicksburg Shreveport, Louisiana +0.453564 aapg_ae_319.html aapg_ae_319.html:709:60242:60255 Gypsum Spring Entrada Sandstone +0.819888 palaios_html_5268628065 palaios_html_5268628065:248:35253:35270 Gurabo Dominican Republic +0.251346 sedimentology_html_7067645238 sedimentology_html_7067645238:1000:80100:80118 Yakataga Gulf of Alaska +0.92444 aapg_af_833.html aapg_af_833.html:1235:136578:136586 Sundance Fall River, Nova Scotia +0.263088 gsa_html_8398449001 gsa_html_8398449001:17:736:745 Bear Lake Boise, Idaho +0.262095 gsa_html_7195000001 gsa_html_7195000001:848:106378:106390 Devon Island Canada +0.488814 aapg_ae_419.html aapg_ae_419.html:287:36502:36511 San Pedro Texas +0.707576 cspg_html_9942234474 cspg_html_9942234474:482:53734:53762 Smackover Alabama +0.248952 aapg_ae_267.html aapg_ae_267.html:32:4040:4064 Pocono Pocono Raceway +0.246909 cspg_html_1124814558 cspg_html_1124814558:6:512:533 Clearwater Lacombe, Alberta +0.534772 aapg_af_379.html aapg_af_379.html:115:12365:12384 Lodgepole Reno, Nevada +0.249879 cspg_html_4298557570 cspg_html_4298557570:817:69916:69934 Edmonton Lacombe, Alberta +0.252609 aapg_ah_524.html aapg_ah_524.html:76:7766:7783 Entrada Elk Mountain, Wyoming +0.264075 sedimentology_html_6545837405 sedimentology_html_6545837405:1626:111809:111831 Yegua Gulf Coast of the United States +0.48984 aapg_ae_559.html aapg_ae_559.html:14:2357:2361 Java Western world +0.50016 cspg_html_5484260516 cspg_html_5484260516:675:52186:52206 Banff Crowsnest Pass, Alberta +0.257024 aapg_ai_228.html aapg_ai_228.html:56:4632:4638 Forest Winkler County Airport +0.243452 aapg_ae_380.html aapg_ae_380.html:57:4945:4951 Willis Texas +0.266742 cspg_html_8231573314 cspg_html_8231573314:262:23607:23628 Blind Fiord Alert, Nunavut +0.256542 cspg_html_3942782922 cspg_html_3942782922:57:5980:5988 Columbia Victoria, British Columbia +0.47244 gsa_html_1374900442 gsa_html_1374900442:62:4795:4823 Green River Colorado +0.243162 sedimentology_html_8272623948 sedimentology_html_8272623948:1133:85328:85333 Crete Greece +0.25653 gsa_html_7302180468 gsa_html_7302180468:501:46783:46813 Belden Colorado +0.267225 aapg_af_638.html aapg_af_638.html:211:16147:16156 Coldwater Sunbury, Pennsylvania +0.48735 gsa_html_5081991493 gsa_html_5081991493:1392:102687:102708 Green River Logan, Utah +0.459613 aapg_ai_468.html aapg_ai_468.html:51:6915:6928 Cotton Valley Cotton Valley, Louisiana +0.241482 geology_html_9271605425 geology_html_9271605425:211:20399:20409 Escarpment Africa +0.481874 aapg_ai_974.html aapg_ai_974.html:321:33644:33650 Cultus Cascade Mountain (Alberta) +0.258362 gsa_html_4670506866 gsa_html_4670506866:672:59399:59408 New River Virginia +0.467 cspg_html_8928894270 cspg_html_8928894270:248:34580:34592 Golden Spike Saint Kitts and Nevis +0.498122 aapg_ac_849.html aapg_ac_849.html:67:7689:7709 Pottsville Alabama +0.306425 aapg_af_923.html aapg_af_923.html:41:4310:4318 Niobrara Lacombe, Alberta +0.253356 sedimentology_html_9906287852 sedimentology_html_9906287852:418:38968:38990 Rock Springs Absaroka +0.251923 aapg_ai_501.html aapg_ai_501.html:1174:104986:105002 Navajo Logan, Utah +0.275598 aapg_ae_419.html aapg_ae_419.html:3272:209795:209804 San Pedro Durango, Durango +0.450072 aapg_aa_684.html aapg_aa_684.html:89:10079:10088 Chugwater Cheyenne, Wyoming +0.48616 aapg_ae_180.html aapg_ae_180.html:96:11656:11665 Fox Hills Austin, Chicago +0.259956 gsa_html_7120668170 gsa_html_7120668170:571:56031:56037 Sonora Sonora +0.26316 AMJC_html_4692260170 AMJC_html_4692260170:91:10236:10244 Rangeley Piermont, New York +0.489528 cspg_html_8109044701 cspg_html_8109044701:67:9933:9941 Columbia Victoria, British Columbia +0.49244 cspg_html_5432603817 cspg_html_5432603817:948:79330:79335 Logan Mexico +0.26059 cspg_html_3501550466 cspg_html_3501550466:93:14723:14736 Wabamun Lacombe, Alberta +0.24541 aapg_ai_720.html aapg_ai_720.html:374:38454:38478 Potomac Maryland +0.262644 AMJC_html_5722410163 AMJC_html_5722410163:829:74960:74966 Oxford England +0.28024 aapg_ah_97.html aapg_ah_97.html:260:28477:28490 Glenwood Platteville, Colorado +0.248985 gsa_html_3860045860 gsa_html_3860045860:1025:96637:96643 Oregon Salem, Oregon +0.244458 aapg_ae_872.html aapg_ae_872.html:175:22252:22260 Columbia North Carolina +0.505986 aapg_af_561.html aapg_af_561.html:439:41495:41507 Wasatch Wasatch Range +0.534315 gsa_html_4930932370 gsa_html_4930932370:839:85384:85401 Onaping Sudbury, Suffolk +0.254508 gsa_html_9865056817 gsa_html_9865056817:863:76727:76747 Cutler Colorado +0.2725 geology_html_7566500982 geology_html_7566500982:12:499:505 Denver Colorado +0.878886 cspg_html_5295390542 cspg_html_5295390542:378:45088:45092 Doig Western Canadian Sedimentary Basin +0.247324 gsa_html_6982030333 gsa_html_6982030333:783:75338:75346 John Day Salem, Oregon +0.4888 cspg_html_2471870619 cspg_html_2471870619:238:29195:29206 Exshaw Lacombe, Alberta +0.264654 gsa_html_3412344071 gsa_html_3412344071:271:25468:25500 Price Kenilworth, Illinois +0.832566 aapg_ae_147.html aapg_ae_147.html:333:35518:35532 Pico Oxnard, California +0.252396 aapg_ah_859.html aapg_ah_859.html:80:9710:9723 Chattahoochee Columbus, Ohio +0.253009 gsa_html_5625878232 gsa_html_5625878232:317:43500:43521 Hornby San Antonio +0.468905 cspg_html_3187264334 cspg_html_3187264334:509:56273:56293 Milk River Lacombe, Alberta +0.481707 gsa_html_3841341658 gsa_html_3841341658:1261:101012:101029 Frisco South African Republic +0.25351 aapg_ai_932.html aapg_ai_932.html:542:86253:86257 Hall Santa Barbara, California +0.253655 aapg_ac_876.html aapg_ac_876.html:58:7159:7172 Turner Valley Lacombe, Alberta +0.48288 sedimentology_html_7668777547 sedimentology_html_7668777547:832:54746:54756 Washington Washington (state) +0.25641 cspg_html_9343899465 cspg_html_9343899465:494:48559:48572 Weatherall Banks Island +0.259458 aapg_af_631.html aapg_af_631.html:148:13897:13904 Tecovas Santa Rosa, California +0.247008 cspg_html_1260733368 cspg_html_1260733368:47:8074:8086 Medicine Hat Milk River, Alberta +0.258048 aapg_ai_278.html aapg_ai_278.html:524:69265:69286 Punta Gorda Melbourne, Florida +0.483678 aapg_aa_696.html aapg_aa_696.html:605:70009:70017 Colorado White River (Washington) +0.506253 sedimentology_html_3200584564 sedimentology_html_3200584564:828:66841:66858 Cardium Lacombe, Alberta +0.267696 aapg_ae_711.html aapg_ae_711.html:41:6192:6213 Hartshorne Atoka, Oklahoma +0.483531 aapg_ai_751.html aapg_ai_751.html:135:13349:13354 Adams Washington (state) +0.49469 aapg_ai_235.html aapg_ai_235.html:70:7935:7950 Blackjack Creek Alabama +0.48864 aapg_ac_617.html aapg_ac_617.html:210:27909:27927 Oakville Texas +0.47124 aapg_ai_811.html aapg_ai_811.html:159:22696:22707 Dutch Creek Jeffersonville, Indiana +0.46463 sedimentology_html_6373284364 sedimentology_html_6373284364:332:27785:27789 Hall London, Ontario +0.492338 aapg_ah_847.html aapg_ah_847.html:153:17249:17272 Marshalltown Navesink River +0.4419 aapg_ac_200.html aapg_ac_200.html:434:42706:42717 Green River Wasatch Range +0.26322 aapg_aa_563.html aapg_aa_563.html:294:37663:37669 Dakota New Mexico +0.492345 aapg_af_97.html aapg_af_97.html:164:17533:17546 Richmond Ohio +0.28236 aapg_ai_763.html aapg_ai_763.html:3:364:383 Cotton Valley East Texas +0.242424 gsa_html_5587684798 gsa_html_5587684798:116:7737:7751 Rosaire Middle Ordovician +0.24059 gsa_html_4431779557 gsa_html_4431779557:732:58045:58064 Seminole Monahans, Texas +0.251988 cspg_html_6255491344 cspg_html_6255491344:334:41548:41556 Columbia Victoria, British Columbia +0.497354 gsa_html_8699462189 gsa_html_8699462189:29:2796:2824 Green River Colorado +0.491582 cspg_html_2553187793 cspg_html_2553187793:26:4974:4995 Swan Hills Central Alberta +0.24849 aapg_ad_883.html aapg_ad_883.html:12:1815:1819 Kent Middle Ordovician +0.390054 cspg_html_6839937815 cspg_html_6839937815:299:42932:42938 Toroweap Spring Mountains National Recreation Area +0.483108 gsa_html_6771020692 gsa_html_6771020692:11:431:439 Colorado Colorado +0.505932 aapg_ae_371.html aapg_ae_371.html:44:7255:7263 Morrison Colorado +0.477904 cspg_html_5526054268 cspg_html_5526054268:8:764:786 Grand Rapids Clearwater, Florida +0.43976 cspg_html_3447886929 cspg_html_3447886929:128:15154:15174 Black Cove Utica, New York +0.271216 gsa_html_3320600310 gsa_html_3320600310:66:6608:6624 Chinle New Mexico +0.490496 geology_html_7012805779 geology_html_7012805779:13:805:818 Santa Barbara California +0.262044 cspg_html_9222238695 cspg_html_9222238695:303:40618:40634 Fernie Lacombe, Alberta +0.246422 aapg_af_143.html aapg_af_143.html:1185:129240:129246 Oregon Roseburg, Oregon +0.935504 gsa_html_8152640301 gsa_html_8152640301:32:2607:2623 Naknek Talkeetna Mountains +0.263133 geology_html_1307726382 geology_html_1307726382:229:21552:21564 Salina Michigan +0.261021 aapg_aa_844.html aapg_aa_844.html:361:36676:36682 Morgan Monroe County, Florida +0.482377 aapg_aa_179.html aapg_aa_179.html:849:81775:81781 Brazil South America +0.26214 cspg_html_4555867289 cspg_html_4555867289:29:3129:3148 Baldonnel Halton (electoral district) +0.479478 sedimentology_html_2258209940 sedimentology_html_2258209940:708:58013:58022 Peninsula Sierra Nevada (Spain) +0.484632 aapg_ad_169.html aapg_ad_169.html:63:8360:8380 Greenbrier Huntington, West Virginia +0.487622 gsa_html_7645630695 gsa_html_7645630695:54:3463:3491 Green River Colorado +0.252525 aapg_af_847.html aapg_af_847.html:221:26178:26183 Yegua Liberty County, Florida +0.482724 cspg_html_3008414459 cspg_html_3008414459:512:61565:61597 Provincial Canada +0.241552 gsa_html_8208054335 gsa_html_8208054335:451:46233:46247 Caimito Culebra, Puerto Rico +0.485077 gsa_html_2605108986 gsa_html_2605108986:1018:87028:87034 Snyder Anchorage, Alaska +0.473773 gsa_html_5865982995 gsa_html_5865982995:1091:118540:118557 Wasatch Little Cottonwood Creek +0.493 cspg_html_3762708087 cspg_html_3762708087:376:51236:51253 Pelican Lacombe, Alberta +0.267776 cspg_html_8109044701 cspg_html_8109044701:79:11609:11615 Fernie Victoria, British Columbia +0.461648 AMJC_html_4504848787 AMJC_html_4504848787:32:4047:4055 Virginia Blue Ridge Mountains +0.279876 aapg_ah_869.html aapg_ah_869.html:36:4303:4309 Dakota Denver +0.453102 aapg_ah_23.html aapg_ah_23.html:233:43520:43527 Yucatan Campeche, Campeche +0.270848 aapg_ad_2.html aapg_ad_2.html:619:90850:90874 Alto Cumberland, Maryland +0.456966 aapg_ai_197.html aapg_ai_197.html:66:8779:8784 Cadiz Spain +0.274135 aapg_ah_686.html aapg_ah_686.html:452:63471:63482 Kayak Western world +0.266016 aapg_ah_978.html aapg_ah_978.html:573:53437:53445 Vaqueros California +0.269336 aapg_af_812.html aapg_af_812.html:3:398:421 Cook Mountain East Texas +0.48501 gsa_html_5495469347 gsa_html_5495469347:934:73439:73450 Cutler Logan, Utah +0.727328 AMJC_html_5969956211 AMJC_html_5969956211:170:23254:23261 Oquirrh Logan, Utah +0.50024 geology_html_5323396367 geology_html_5323396367:263:24249:24281 John Day Salem, Oregon +0.256011 gsa_html_4339524478 gsa_html_4339524478:778:77475:77485 Washington Boise, Idaho +0.473598 aapg_ah_534.html aapg_ah_534.html:393:33549:33557 Catskill New Scotland, New York +0.256296 aapg_ah_351.html aapg_ah_351.html:4:554:574 Tuscaloosa Mississippi River +0.25449 sedimentology_html_8752954975 sedimentology_html_8752954975:1190:90505:90540 Kingston Peak California +0.464256 aapg_aa_702.html aapg_aa_702.html:1105:127033:127041 Colorado Colorado +0.24531 cspg_html_3629133169 cspg_html_3629133169:265:35220:35258 Reindeer Inuvik Region +0.232734 cspg_html_6644065685 cspg_html_6644065685:291:31190:31211 Melville Island Banks Island +0.474759 aapg_ae_268.html aapg_ae_268.html:362:34001:34023 Buffalo Wallow Palestinian territories +0.487494 aapg_ad_2.html aapg_ad_2.html:128:17360:17367 Setters Wissahickon Formation +0.467728 geology_html_5238536411 geology_html_5238536411:12:711:719 Colorado Colorado +0.260538 aapg_ae_836.html aapg_ae_836.html:35:3458:3470 Mooringsport Paluxy, Texas +0.465102 aapg_ah_217.html aapg_ah_217.html:256:31904:31912 Catskill Chemung, New York +0.24843 cspg_html_2175627313 cspg_html_2175627313:830:82945:82977 Montney Lacombe, Alberta +0.232456 gsa_html_8030464622 gsa_html_8030464622:264:27970:27979 Red River Red River of the North +0.477078 cspg_html_9717154602 cspg_html_9717154602:985:84305:84319 Edmonton Lacombe, Alberta +0.271416 cspg_html_2796643803 cspg_html_2796643803:114:18353:18361 Deadwood Lacombe, Alberta +0.24353 cspg_html_4834918660 cspg_html_4834918660:47:6654:6676 Grand Rapids Cordillera Administrative Region +0.474089 aapg_ai_366.html aapg_ai_366.html:26:3096:3114 Beaumont Beaumont, Texas +0.260832 cspg_html_8121202912 cspg_html_8121202912:301:36851:36861 Beaverfoot Mount Wilson Observatory +0.482328 geology_html_8631349740 geology_html_8631349740:211:19536:19540 Bell London, Ontario +0.253532 aapg_ae_59.html aapg_ae_59.html:134:15229:15246 Charles Williston, Vermont +0.256793 aapg_ac_599.html aapg_ac_599.html:183:17131:17137 Tulare Coalinga, California +0.48573 aapg_ae_685.html aapg_ae_685.html:3:217:225 Mainland Oriental Mindoro +0.5328 aapg_ad_858.html aapg_ad_858.html:77:5901:5911 Tuscaloosa Tuscaloosa, Alabama +0.249996 cspg_html_8587639109 cspg_html_8587639109:77:9860:9880 Bow Island Lacombe, Alberta +0.240981 gsa_html_5813911420 gsa_html_5813911420:15:590:596 Sierra Chihuahua (state) +0.259408 aapg_ae_306.html aapg_ae_306.html:716:82548:82553 Colon Maracaibo +0.486758 aapg_ai_996.html aapg_ai_996.html:1335:59120:59127 Magothy Closter, New Jersey +0.263082 aapg_ae_454.html aapg_ae_454.html:547:49611:49628 Hosston Shreveport, Louisiana +0.246945 cspg_html_4796942391 cspg_html_4796942391:447:49792:49813 Shaftesbury Lacombe, Alberta +0.25317 aapg_ae_324.html aapg_ae_324.html:1128:113383:113400 Juniata Knoxville, Illinois +0.4745 cspg_html_8250755331 cspg_html_8250755331:128:18268:18288 Milk River Lacombe, Alberta +0.259458 aapg_ah_528.html aapg_ah_528.html:459:48387:48410 Thaynes Boise, Idaho +0.42096 aapg_ad_575.html aapg_ad_575.html:291:36220:36238 Norphlet Alabama +0.71345 aapg_af_666.html aapg_af_666.html:471:40002:40012 Wind River Wasatch Range +0.257664 aapg_ah_379.html aapg_ah_379.html:113:8597:8601 Toro Mexico +0.26334 aapg_ac_720.html aapg_ac_720.html:107:13472:13494 Hornerstown Navesink River +0.704352 aapg_ad_696.html aapg_ad_696.html:96:9686:9693 Carrizo East Texas +0.27744 aapg_ad_918.html aapg_ad_918.html:63:9121:9137 Dakota Colorado +0.555228 aapg_ac_741.html aapg_ac_741.html:373:42971:42988 White River Chadron, Nebraska +0.269312 cspg_html_6252849194 cspg_html_6252849194:280:33137:33144 Bearpaw Lacombe, Alberta +0.252753 aapg_ae_715.html aapg_ae_715.html:78:11720:11724 Frio Houston +0.46752 aapg_ad_440.html aapg_ad_440.html:364:35347:35355 Virginia Huntington, West Virginia +0.417632 geology_html_5045588189 geology_html_5045588189:171:20251:20282 Sisquoc California +0.860343 aapg_ai_584.html aapg_ai_584.html:759:79893:79899 Casper Wheatland, California +0.474624 aapg_ah_881.html aapg_ah_881.html:297:27895:27905 Washington Skykomish River +0.265932 aapg_ai_107.html aapg_ai_107.html:11:1526:1534 Dorcheat Texas +0.263144 aapg_ac_391.html aapg_ac_391.html:261:25225:25233 Michigan Antrim, County Antrim +0.241462 AMJC_html_1767296229 AMJC_html_1767296229:770:73185:73192 Oak Bay New Brunswick, New Jersey +0.247563 aapg_af_489.html aapg_af_489.html:66:7281:7296 Yegua Texas +0.237153 geology_html_8736884207 geology_html_8736884207:12:648:661 Santa Barbara California +0.255024 aapg_af_568.html aapg_af_568.html:478:40080:40098 Frontier Cheyenne, Wyoming +0.493812 cspg_html_9388742281 cspg_html_9388742281:8:909:917 Columbia Victoria, British Columbia +0.492604 AMJC_html_6642101495 AMJC_html_6642101495:1452:139261:139267 Moscow Russia +0.24804 aapg_ad_784.html aapg_ad_784.html:299:33610:33616 Elwood South Mountains (Arizona) +0.208152 aapg_aa_23.html aapg_aa_23.html:799:103184:103199 Interlake Manitoba +0.469336 aapg_ad_285.html aapg_ad_285.html:98:11860:11876 Alapah Lisburne Peninsula +0.49337 sedimentology_html_2221402832 sedimentology_html_2221402832:1322:116317:116323 Lisbon Lisbon +0.272448 aapg_ac_533.html aapg_ac_533.html:408:50340:50360 San Andres Texas +0.25443 palaios_html_8113714689 palaios_html_8113714689:195:19401:19419 Au Train Munising, Michigan +0.49707 palaios_html_6519121243 palaios_html_6519121243:625:52919:52927 Traverse Cambridge +0.473746 aapg_ah_773.html aapg_ah_773.html:128:7598:7619 Bird Spring Reno, Nevada +0.271906 cspg_html_3926542795 cspg_html_3926542795:170:22944:22954 Swan Hills Lacombe, Alberta +0.4944 geology_html_7320404011 geology_html_7320404011:275:15686:15691 Rapid North Sea +0.469559 cspg_html_9778753186 cspg_html_9778753186:7:561:579 Kootenay Lacombe, Alberta +0.470378 aapg_ac_219.html aapg_ac_219.html:11:2287:2292 Weeks South America +0.267794 aapg_ac_305.html aapg_ac_305.html:188:19351:19374 Crystal River Williston, Vermont +0.238721 aapg_ae_917.html aapg_ae_917.html:155:15899:15906 Dotsero Des Moines, Washington +0.243033 AMJC_html_8620643989 AMJC_html_8620643989:995:98898:98910 Saskatchewan Canada +0.253356 geology_html_2841677748 geology_html_2841677748:296:25146:25152 Snyder Japan +0.501552 aapg_ac_64.html aapg_ac_64.html:382:36941:36968 Salina Ohio +0.474045 aapg_ak_26.html aapg_ak_26.html:224:19697:19710 El Paso West Texas +0.262546 cspg_html_2419618566 cspg_html_2419618566:485:62056:62086 Mount Forster Victoria, British Columbia +0.473144 jgeology_html_3450428494 jgeology_html_3450428494:512:28849:28865 Sugarloaf Cambridge, Massachusetts +0.491667 aapg_ad_999.html aapg_ad_999.html:18:2436:2441 Yukon Manitoba +0.267748 aapg_ac_995.html aapg_ac_995.html:360:30380:30398 Norphlet Mexico +0.257514 aapg_ai_763.html aapg_ai_763.html:145:16533:16550 Schuler Texas +0.252945 aapg_ac_881.html aapg_ac_881.html:376:44599:44607 Colorado Victoria, British Columbia +0.486213 aapg_ai_153.html aapg_ai_153.html:412:63477:63485 Michigan Bloomington, Indiana +0.494235 gsa_html_4558102376 gsa_html_4558102376:1089:95576:95604 Green River Colorado +0.488379 aapg_ae_660.html aapg_ae_660.html:22:2928:2948 Smackover Arkansas +0.26936 gsa_html_3368386568 gsa_html_3368386568:13:800:813 Santa Barbara California +0.448294 geology_html_1845997701 geology_html_1845997701:129:14408:14416 Scotland California +0.294816 aapg_ah_69.html aapg_ah_69.html:13:1549:1560 Beekmantown Ohio +0.472833 cspg_html_3521815736 cspg_html_3521815736:291:41402:41419 Halfway Victoria, British Columbia +0.253092 aapg_ai_858.html aapg_ai_858.html:276:37976:37995 Fox Hills Cheyenne, Wyoming +0.875158 palaios_html_6815039820 palaios_html_6815039820:488:44516:44525 Fruitland Kirtland, Ohio +0.248 aapg_aa_906.html aapg_aa_906.html:556:61304:61312 Colorado Routt County, Colorado +0.469456 aapg_ai_946.html aapg_ai_946.html:348:46006:46030 Keyes Amarillo, Texas +0.243432 aapg_af_97.html aapg_af_97.html:63:7167:7176 Dillsboro Richmond, California +0.252433 aapg_ae_780.html aapg_ae_780.html:193:18538:18556 Sundance Cheyenne, Wyoming +0.262063 AMJC_html_7144941731 AMJC_html_7144941731:86:10396:10417 Weaverville Weaverville, California +0.340548 cspg_html_7779401416 cspg_html_7779401416:130:15955:15966 Fossil Hill Bruce Peninsula National Park +0.415656 aapg_af_375.html aapg_af_375.html:237:25280:25290 San Miguel Santa Cruz Island +0.48615 cspg_html_1019614994 cspg_html_1019614994:71:13839:13857 Stettler Williston Basin +0.27196 cspg_html_3043607457 cspg_html_3043607457:5:220:239 Lodgepole Manitoba +0.271416 gsa_html_3051954346 gsa_html_3051954346:971:97852:97880 Green River Iran +0.482976 geology_html_5967209013 geology_html_5967209013:293:26063:26073 Washington Sierra Nevada (Spain) +0.48513 gsa_html_9207276905 gsa_html_9207276905:628:54036:54044 Columbia Canada +0.51541 cspg_html_5955028331 cspg_html_5955028331:787:75127:75135 Edmonton Edmonton, London +0.48735 cspg_html_7409170811 cspg_html_7409170811:34:5347:5376 Exshaw Canada +0.47138 aapg_ad_2.html aapg_ad_2.html:1129:154434:154444 Stonehenge Wissahickon Formation +0.26664 jgeology_html_2809998069 jgeology_html_2809998069:260:18531:18539 Wamsutta South Attleboro (MBTA station) +0.248472 gsa_html_9901339383 gsa_html_9901339383:253:25135:25141 Casper Cheyenne, Wyoming +0.510504 aapg_ae_546.html aapg_ae_546.html:38:5422:5435 Cotton Valley Haynesville, Louisiana +0.23868 cspg_html_8250755331 cspg_html_8250755331:122:17013:17045 Provincial Lacombe, Alberta +0.505512 cspg_html_6255491344 cspg_html_6255491344:251:36116:36122 Fernie Canmore, Alberta +0.46864 cspg_html_7839431712 cspg_html_7839431712:34:4432:4450 Foremost Milk River, Alberta +0.266752 aapg_aa_473.html aapg_aa_473.html:34:5187:5195 Woodford Albany, New York +0.262143 aapg_ah_49.html aapg_ah_49.html:63:7744:7750 Saugus Castaic, California +0.2678 gsa_html_2832151886 gsa_html_2832151886:43:3900:3910 Wolf Creek Regina, Saskatchewan +0.71328 aapg_ai_49.html aapg_ai_49.html:483:62220:62240 Wood River Boise, Idaho +0.259931 gsa_html_3817970246 gsa_html_3817970246:776:78684:78689 Rapid Earth +0.492712 cspg_html_3026112034 cspg_html_3026112034:113:10944:10981 Swan Hills Swan Hill, Victoria +0.487705 cspg_html_7409170811 cspg_html_7409170811:484:65214:65230 Exshaw Lacombe, Alberta +0.490049 aapg_aa_718.html aapg_aa_718.html:588:63175:63186 Monongahela Pennsylvania +0.475092 aapg_ah_328.html aapg_ah_328.html:93:9442:9450 Colorado Cheyenne, Wyoming +0.276595 aapg_ae_392.html aapg_ae_392.html:128:11785:11791 Warsaw Batesville, Arkansas +0.471408 cspg_html_5515814749 cspg_html_5515814749:287:37008:37029 Bow Island Judith River Formation +0.242484 gsa_html_8319219146 gsa_html_8319219146:362:38459:38477 Manassas Leesburg, Florida +0.848656 palaios_html_2399848899 palaios_html_2399848899:625:54870:54885 Eutaw Alabama +0.502392 aapg_aa_108.html aapg_aa_108.html:44:4317:4329 Pioche Reno, Nevada +0.499988 aapg_ad_440.html aapg_ad_440.html:242:22259:22267 Maccrady Maple Grove, Minnesota +0.275098 aapg_ac_380.html aapg_ac_380.html:179:22272:22280 Onondaga Onondaga (tribe) +0.47025 gsa_html_8833777630 gsa_html_8833777630:132:15016:15021 Raton North Carolina +0.278783 aapg_ae_72.html aapg_ae_72.html:128:14683:14708 Pinkerton Trail Hermosa, Chicago +0.48807 gsa_html_1962042473 gsa_html_1962042473:54:3381:3409 Green River Colorado +0.26572 cspg_html_2703495345 cspg_html_2703495345:115:17227:17234 Mohawk McLean, Virginia +0.476442 cspg_html_4326384800 cspg_html_4326384800:1139:169240:169258 Grosmont Lacombe, Alberta +0.50052 aapg_aa_731.html aapg_aa_731.html:426:56107:56119 Wilcox Texas +0.490875 aapg_ad_691.html aapg_ad_691.html:9:1038:1047 Red River Texas +0.481962 aapg_ah_363.html aapg_ah_363.html:121:13621:13632 Waltersburg Uniontown, Pennsylvania +0.47895 aapg_ai_105.html aapg_ai_105.html:523:63360:63376 Morgan Uinta Mountains +0.26312 geology_html_4553007488 geology_html_4553007488:11:772:781 San Diego California +0.491967 gsa_html_2816948452 gsa_html_2816948452:59:3982:4010 Green River Colorado +0.241192 cspg_html_6306091047 cspg_html_6306091047:638:88456:88464 Columbia Victoria, British Columbia +0.8836 aapg_aa_712.html aapg_aa_712.html:95:11347:11368 Platteville Wisconsin +0.251196 jgeology_html_5970406003 jgeology_html_5970406003:584:43051:43088 Hillabee Greenstone Talladega, Alabama +0.495803 aapg_ah_453.html aapg_ah_453.html:20:2791:2812 Monterey Monterey, California +0.5044 cspg_html_8250500468 cspg_html_8250500468:401:50740:50758 Dunvegan Lacombe, Alberta +0.23958 aapg_ac_630.html aapg_ac_630.html:386:39733:39751 Willwood Fort Union Trading Post National Historic Site +0.25959 aapg_ae_999.html aapg_ae_999.html:410:57031:57041 Washington Atlantic Ocean +0.472 cspg_html_6163998187 cspg_html_6163998187:280:34349:34358 Baldonnel Victoria, British Columbia +0.272986 sedimentology_html_2739036659 sedimentology_html_2739036659:840:49550:49554 Hall London, Ontario +0.256032 gsa_html_7029917366 gsa_html_7029917366:922:82272:82290 Monterey California +0.49408 palaios_html_8120466420 palaios_html_8120466420:239:32534:32555 Wood Canyon Canada +0.364235 aapg_ak_62.html aapg_ak_62.html:142:18026:18042 Dakota New Mexico +0.266207 gsa_html_3613642206 gsa_html_3613642206:947:81597:81606 Inangahua California +0.273408 cspg_html_7086880709 cspg_html_7086880709:139:15687:15704 Funeral Mackenzie River +0.271425 cspg_html_9361096527 cspg_html_9361096527:53:10651:10669 Lea Park Judith River Formation +0.488048 aapg_aa_463.html aapg_aa_463.html:250:47881:47890 Smackover County Sligo +0.479622 cspg_html_5193469258 cspg_html_5193469258:22:2707:2717 Missisauga Logan Canyon +0.25956 cspg_html_3461479787 cspg_html_3461479787:95:13018:13030 Charles Regina, Saskatchewan +0.257466 aapg_ae_884.html aapg_ae_884.html:493:57807:57816 Telluride Colorado +0.245009 aapg_af_575.html aapg_af_575.html:180:24000:24018 Wilberns Fort Sill +0.245991 palaios_html_2188445156 palaios_html_2188445156:16:804:813 Rochester Rochester, Kent +0.481194 aapg_ai_871.html aapg_ai_871.html:103:10012:10018 Denver Colorado +0.490167 cspg_html_7351304206 cspg_html_7351304206:475:55626:55662 Albert Canada +0.529407 gsa_html_5864506355 gsa_html_5864506355:1097:78115:78143 Green River Colorado +0.254058 cspg_html_8826450427 cspg_html_8826450427:443:53325:53342 Cardium Lacombe, Alberta +0.8379 aapg_aa_85.html aapg_aa_85.html:13:1275:1281 Midway Charlotte, North Carolina +0.484785 sedimentology_html_2090465227 sedimentology_html_2090465227:1351:73456:73460 Hall London, Ontario +0.494532 gsa_html_8179386002 gsa_html_8179386002:1979:184280:184308 Green River Colorado +0.51666 aapg_af_799.html aapg_af_799.html:11:1372:1381 Domengine Coalinga, California +0.476623 geology_html_8827053655 geology_html_8827053655:171:18939:18947 Colorado North Atlantic Current +0.456885 cspg_html_5109837857 cspg_html_5109837857:18:2226:2247 Blind Fiord China +0.479142 cspg_html_4924970281 cspg_html_4924970281:640:75554:75574 Clearwater Canada +0.876612 gsa_html_1636483297 gsa_html_1636483297:961:82008:82025 Bridger Cheyenne, Wyoming +0.248472 AMJC_html_2905856018 AMJC_html_2905856018:342:47865:47871 Pueblo Antelope Valley Freeway +0.27081 cspg_html_9222238695 cspg_html_9222238695:457:58409:58421 Fernie Lacombe, Alberta +0.265584 gsa_html_3842354440 gsa_html_3842354440:816:69769:69779 Washington North Cascades National Park +0.4465 aapg_ac_983.html aapg_ac_983.html:292:47095:47118 Higginsville Iowa +0.27081 gsa_html_6776685506 gsa_html_6776685506:359:38995:39028 Catskill Pennsylvania +0.45325 aapg_ae_904.html aapg_ae_904.html:528:54814:54820 Viking Colorado +0.268288 gsa_html_9052101586 gsa_html_9052101586:466:55883:55894 Peoria Peoria, Illinois +0.468025 aapg_ae_6.html aapg_ae_6.html:296:32469:32488 San Marcos Texas +0.271405 cspg_html_9725676031 cspg_html_9725676031:44:5645:5653 Columbia Victoria, British Columbia +0.265608 sedimentology_html_9861358073 sedimentology_html_9861358073:167:7351:7357 Walker Esposizione Universale Roma +0.49725 gsa_html_2509147847 gsa_html_2509147847:554:66295:66305 Washington Seattle +0.478665 gsa_html_7542416588 gsa_html_7542416588:23:944:950 Denver Colorado +0.711585 palaios_html_8055229939 palaios_html_8055229939:524:61854:61863 Salt Lake Logan, Utah +0.492544 geology_html_8843161090 geology_html_8843161090:34:4559:4567 Columbia Victoria, British Columbia +0.469829 aapg_ai_105.html aapg_ai_105.html:304:34848:34865 Madison Uinta Mountains +0.253132 geology_html_4860930737 geology_html_4860930737:250:22959:22967 Virginia Lynchburg, Virginia +0.484632 aapg_ae_233.html aapg_ae_233.html:59:7171:7182 Ochlockonee Tampa, Florida +0.466075 aapg_ae_454.html aapg_ae_454.html:234:19161:19179 Cotton Valley Arkansas +0.25676 aapg_ad_270.html aapg_ad_270.html:382:41826:41831 Piper California +0.468076 aapg_ah_370.html aapg_ah_370.html:3:153:167 Traverse Michigan +0.278759 jgeology_html_8674569080 jgeology_html_8674569080:1555:79408:79414 Oxford India +0.27686 AMJC_html_6460325105 AMJC_html_6460325105:825:88463:88473 Florissant Washington (state) +0.531401 aapg_af_575.html aapg_af_575.html:679:93356:93368 Marble Falls Lampasas, Texas +0.935064 aapg_ah_435.html aapg_ah_435.html:203:25170:25187 Carrizo Carrizo Plain +0.24948 AMJC_html_5969956211 AMJC_html_5969956211:2037:214217:214223 Denver Logan, Utah +0.240518 aapg_ad_837.html aapg_ad_837.html:89:8402:8421 Rock Springs Table Rock, Wyoming +0.475406 gsa_html_4557277250 gsa_html_4557277250:55:5302:5308 Carmel Colorado Plateau +0.500456 aapg_ac_617.html aapg_ac_617.html:38:4381:4399 Oakville Texas +0.488992 cspg_html_9370028397 cspg_html_9370028397:25:1722:1743 Slave Point East Asia +0.240064 aapg_ai_17.html aapg_ai_17.html:1130:74361:74376 Tampa Gulf Coast of the United States +0.239454 gsa_html_9053175553 gsa_html_9053175553:30:2695:2718 Flagstaff Logan, Utah +0.533395 cspg_html_5484260516 cspg_html_5484260516:1162:104072:104088 Exshaw Lacombe, Alberta +0.487705 aapg_aa_887.html aapg_aa_887.html:49:5758:5773 Mesaverde Fruitland, Idaho +0.254496 aapg_ac_846.html aapg_ac_846.html:269:36387:36411 Bandera Iowa +0.269037 aapg_ah_318.html aapg_ah_318.html:1796:167442:167451 San Pedro Durango, Durango +0.26214 aapg_ae_73.html aapg_ae_73.html:591:81044:81052 Graneros Niobrara, Nebraska +0.2432 geology_html_3098502702 geology_html_3098502702:11:516:526 Washington Earth +0.25806 cspg_html_8571955552 cspg_html_8571955552:250:30245:30262 Echooka Old Crow, Yukon +0.269192 gsa_html_8194200546 gsa_html_8194200546:13:602:612 Washington Washington (state) +0.478676 geology_html_4621436799 geology_html_4621436799:24:1785:1793 Colorado Denver +0.48307 cspg_html_6964953392 cspg_html_6964953392:33:5610:5633 Doig Lacombe, Alberta +0.710179 aapg_ae_884.html aapg_ae_884.html:350:45372:45388 Raton Colorado +0.503496 sedimentology_html_4127878912 sedimentology_html_4127878912:83:9059:9065 Dalton Richmond, California +0.470378 aapg_ac_59.html aapg_ac_59.html:16:2492:2501 San Diego Rancho Santa Fe, California +0.24786 jgeology_html_1463337655 jgeology_html_1463337655:665:58047:58053 Oregon Washington (state) +0.477044 aapg_ad_766.html aapg_ad_766.html:30:3636:3644 Colorado Shiprock, New Mexico +0.48384 gsa_html_1889035506 gsa_html_1889035506:653:73394:73410 Conejo Volcanics California +0.25137 palaios_html_8064020973 palaios_html_8064020973:10:414:430 Chinle Arizona +0.26 cspg_html_1665574291 cspg_html_1665574291:166:21985:21999 Edmonton Lacombe, Alberta +0.262973 aapg_ah_536.html aapg_ah_536.html:129:17786:17791 Sligo County Sligo +0.433136 aapg_ad_944.html aapg_ad_944.html:152:15014:15022 Vanguard Williston, Vermont +0.489712 aapg_aa_826.html aapg_aa_826.html:107:11724:11739 Monmouth Raritan River +0.456518 aapg_af_803.html aapg_af_803.html:97:10393:10404 San Antonio Texas +0.480635 gsa_html_8152640301 gsa_html_8152640301:582:50951:50967 Naknek Talkeetna Mountains +0.28101 aapg_ae_959.html aapg_ae_959.html:3149:239532:239536 Word El Capitan +0.250344 cspg_html_2920938670 cspg_html_2920938670:67:9697:9704 Torrens Mountain Park (Holyoke, Massachusetts) +0.357318 aapg_ad_3.html aapg_ad_3.html:475:44953:44960 Juniata Juniata County School District +0.504849 aapg_ac_240.html aapg_ac_240.html:3:201:223 Burro Canyon Logan, Utah +0.25654 aapg_aa_419.html aapg_aa_419.html:488:42903:42912 Newcastle Jervis Bay Territory +0.491667 aapg_af_397.html aapg_af_397.html:583:68270:68277 Entrada Entrada Sandstone +0.495126 gsa_html_7892860907 gsa_html_7892860907:54:3410:3438 Green River Colorado +0.265125 aapg_aa_702.html aapg_aa_702.html:498:94303:94317 Traverse Michigan +0.503712 gsa_html_5081991493 gsa_html_5081991493:1019:81516:81527 Green River Logan, Utah +0.474635 cspg_html_1166855658 cspg_html_1166855658:6:306:333 Woodbend Central Alberta +0.516936 aapg_ac_380.html aapg_ac_380.html:463:55336:55348 Huntersville Maryland +0.2472 aapg_af_298.html aapg_af_298.html:130:13104:13123 Aux Vases Karnack, Texas +0.259408 aapg_ai_811.html aapg_ai_811.html:270:37873:37895 Lime Creek Missouri River +0.24908 gsa_html_8236729701 gsa_html_8236729701:199:20941:20968 Tuna Canyon Chatsworth House +0.266252 palaios_html_6528985782 palaios_html_6528985782:115:15145:15170 Beaufort KwaZulu-Natal +0.484352 aapg_ai_388.html aapg_ai_388.html:318:33198:33217 Rock Springs Wasatch Range +0.255398 cspg_html_5358383351 cspg_html_5358383351:618:84584:84603 Windsor Bridgetown, Nova Scotia +0.246012 gsa_html_1744648670 gsa_html_1744648670:1667:145370:145405 Kingston Peak California +0.26416 aapg_ae_75.html aapg_ae_75.html:43:6993:7021 El Paso Colina, Chile +0.262108 gsa_html_4137054086 gsa_html_4137054086:168:14974:14983 Caledonia New Brunswick, New Jersey +0.53613 gsa_html_1582166619 gsa_html_1582166619:648:60136:60146 Tuscaloosa Chilton County, Alabama +0.262614 gsa_html_5625878232 gsa_html_5625878232:298:41599:41610 San Antonio Pacific coast +0.521088 aapg_aa_302.html aapg_aa_302.html:563:66196:66211 Weber Colorado +0.248392 gsa_html_6498278239 gsa_html_6498278239:14:744:751 El Paso Texas +0.262135 cspg_html_8049997704 cspg_html_8049997704:6:326:336 Milk River Colorado +0.255398 geology_html_2822996439 geology_html_2822996439:282:22251:22258 Herring Calais, Maine +0.301994 cspg_html_7896958755 cspg_html_7896958755:46:5921:5962 Clearwater Lacombe, Alberta +0.498597 aapg_ac_983.html aapg_ac_983.html:384:60517:60527 Lane Wyandotte, Michigan +0.26572 gsa_html_6971334714 gsa_html_6971334714:712:70668:70675 El Paso Las Cruces, New Mexico +0.499376 aapg_ah_646.html aapg_ah_646.html:21:3040:3056 Chinle Colorado Plateau +0.69678 aapg_af_890.html aapg_af_890.html:183:18204:18222 Grayburg Texas +0.25143 aapg_ai_357.html aapg_ai_357.html:249:28980:28987 Bigford Carrizo Plain +0.264052 aapg_ai_82.html aapg_ai_82.html:373:41139:41149 Greenbrier Huntington, West Virginia +0.250971 cspg_html_6252417471 cspg_html_6252417471:193:28393:28409 Kanguk Banks Island +0.490116 aapg_af_105.html aapg_af_105.html:6:989:997 Eminence Gasconade River +0.24628 cspg_html_2208643572 cspg_html_2208643572:522:57397:57418 Fernie Victoria, British Columbia +0.27438 aapg_af_143.html aapg_af_143.html:412:40056:40075 Knoxville California +0.2555 sedimentology_html_2806065367 sedimentology_html_2806065367:107:12699:12718 Camp Rice Corralitos, California +0.483886 aapg_aa_124.html aapg_aa_124.html:240:25009:25029 Cadomin Lacombe, Alberta +0.249676 aapg_aa_463.html aapg_aa_463.html:93:18274:18302 Sunniland Florida +0.278783 aapg_aa_976.html aapg_aa_976.html:239:29419:29435 Dakota Monmouth +0.251412 cspg_html_5345848475 cspg_html_5345848475:116:15725:15739 Colorado Regina, Saskatchewan +0.490049 palaios_html_5212272868 palaios_html_5212272868:260:29472:29482 Washington Salem, Oregon +0.826256 aapg_ah_645.html aapg_ah_645.html:555:68032:68037 Piper Black Hills +0.245991 geology_html_3853288888 geology_html_3853288888:249:22233:22237 Dean Anchorage, Alaska +0.262614 gsa_html_9613801428 gsa_html_9613801428:585:62446:62474 Talkeetna Tonga +0.492531 sedimentology_html_7518899751 sedimentology_html_7518899751:1632:86880:86895 Leduc Lacombe, Alberta +0.26001 aapg_ae_789.html aapg_ae_789.html:571:66227:66240 Wabamun Drumheller +0.2548 cspg_html_9768299963 cspg_html_9768299963:200:20892:20900 Scollard Horseshoe Canyon Formation +0.25137 aapg_ai_31.html aapg_ai_31.html:286:28532:28541 Catahoula Oakville, California +0.25957 cspg_html_1372398575 cspg_html_1372398575:28:4770:4788 Scollard Saint Kitts and Nevis +0.264075 cspg_html_5783501569 cspg_html_5783501569:248:24114:24133 Waterfowl Canmore, Alberta +0.493311 aapg_af_129.html aapg_af_129.html:329:34844:34852 Colorado Rocky Mountain Arsenal National Wildlife Refuge +0.248901 aapg_ai_145.html aapg_ai_145.html:149:19104:19112 Coalspur The Guardian +0.504252 aapg_ae_369.html aapg_ae_369.html:3:383:393 Tuscaloosa Alabama +0.494607 aapg_af_353.html aapg_af_353.html:14:1637:1642 Sespe Los Angeles +0.26775 gsa_html_5773604426 gsa_html_5773604426:729:61624:61636 Wilcox Shreveport, Louisiana +0.235638 aapg_aa_563.html aapg_aa_563.html:369:47376:47394 Anacacho Uvalde, Texas +0.49337 aapg_af_653.html aapg_af_653.html:31:3880:3886 Neroly Monterey, California +0.502584 cspg_html_4298557570 cspg_html_4298557570:356:45558:45574 Battle Red Deer, Alberta +0.25092 cspg_html_6546794930 cspg_html_6546794930:31:2709:2718 Keg River Bonaire +0.474948 palaios_html_3105248303 palaios_html_3105248303:408:39075:39089 Point Pleasant Fulton, Missouri +0.245021 geology_html_6792261432 geology_html_6792261432:259:23897:23903 Denver Colorado +0.277704 cspg_html_7872970297 cspg_html_7872970297:75:8505:8513 Columbia Logan, Utah +0.477158 aapg_ai_105.html aapg_ai_105.html:298:33821:33827 Midway Oquirrh Mountain Utah Temple +0.489842 gsa_html_4308966435 gsa_html_4308966435:1218:120681:120698 Woodman Denver +0.26471 jgeology_html_9215313444 jgeology_html_9215313444:89:3636:3646 Washington Washington (state) +0.479142 aapg_ai_28.html aapg_ai_28.html:838:80065:80071 Goliad Victoria, British Columbia +0.268822 gsa_html_3648258377 gsa_html_3648258377:458:44341:44371 Merchantville Bass River Township, New Jersey +0.4745 cspg_html_2498183035 cspg_html_2498183035:172:19692:19702 Swan Hills Swan Hill, Victoria +0.475123 cspg_html_9778753186 cspg_html_9778753186:104:15057:15074 Cadomin Cordillera Administrative Region +0.270914 gsa_html_6039599383 gsa_html_6039599383:626:59585:59590 Piper Canada +0.254007 aapg_ai_94.html aapg_ai_94.html:249:34195:34201 Sierra Cordillera Administrative Region +0.270396 geology_html_3221396549 geology_html_3221396549:13:639:648 San Diego La Jolla +0.269352 aapg_af_666.html aapg_af_666.html:542:45680:45701 Green River Cheyenne, Wyoming +0.254961 cspg_html_5541937700 cspg_html_5541937700:884:108196:108212 Viking Lacombe, Alberta +0.658206 aapg_ae_757.html aapg_ae_757.html:1068:75718:75737 Niobrara Fremont, California +0.260338 aapg_ae_35.html aapg_ae_35.html:91:8764:8775 Green River Wasatch Range +0.488376 gsa_html_1860930948 gsa_html_1860930948:744:74222:74245 Burro Canyon Cedar Mountains +0.24341 aapg_ac_867.html aapg_ac_867.html:680:92881:92897 Casper Cheyenne, Wyoming +0.491744 aapg_ah_647.html aapg_ah_647.html:404:43956:43974 Paradise New Mexico +0.48379 gsa_html_8821895687 gsa_html_8821895687:735:60267:60283 Fish Canyon Tuff Colorado +0.487844 aapg_ae_118.html aapg_ae_118.html:509:50021:50029 Colorado Loveland, Ohio +0.261948 aapg_ad_427.html aapg_ad_427.html:123:12825:12832 Rodessa Smith County, Kansas +0.247494 cspg_html_6437711782 cspg_html_6437711782:31:3808:3835 Packsaddle Schist Texas +0.259548 cspg_html_7086880709 cspg_html_7086880709:371:49060:49068 Columbia Victoria, British Columbia +0.25168 aapg_ad_221.html aapg_ad_221.html:149:13434:13444 Brownstown Texas +0.273304 aapg_ah_505.html aapg_ah_505.html:1499:120263:120276 Blue Mountain Cheyenne Mountain +0.268323 aapg_ae_305.html aapg_ae_305.html:1586:151531:151536 Colon Barinas State +0.477402 aapg_ai_279.html aapg_ai_279.html:27:4805:4812 Yucatan Honduras +0.466565 cspg_html_7750771523 cspg_html_7750771523:208:23563:23569 Denver Colorado +0.73073 aapg_ah_536.html aapg_ah_536.html:336:45309:45326 Rodessa East Texas +0.271425 gsa_html_8951179545 gsa_html_8951179545:537:66433:66466 Carrizo Texas +0.45966 geology_html_4393438384 geology_html_4393438384:45:4747:4755 Virginia Virginia +0.25908 AMJC_html_4692260170 AMJC_html_4692260170:858:93056:93075 Littleton New Hampshire +0.276138 aapg_ah_157.html aapg_ah_157.html:175:24131:24141 Eau Claire Galesville, Maryland +0.485199 aapg_ac_867.html aapg_ac_867.html:292:40306:40328 Paradox Lisbon +0.262626 aapg_aa_114.html aapg_aa_114.html:16:2527:2562 Cupido Matamoros, Tamaulipas +0.488335 aapg_ae_803.html aapg_ae_803.html:294:36621:36638 Todos Santos Santa Rosa, California +0.26166 aapg_ad_836.html aapg_ad_836.html:927:79231:79244 Viola Nemaha County, Kansas +0.47025 jgeology_html_5970406003 jgeology_html_5970406003:360:25915:25921 Denver Colorado +0.4361 aapg_ad_178.html aapg_ad_178.html:47:4572:4577 Yukon Victoria, British Columbia +0.703416 aapg_ad_800.html aapg_ad_800.html:105:12283:12294 Coffee Lee County, Alabama +0.253935 aapg_ai_366.html aapg_ai_366.html:115:12862:12880 Columbia Hockley +0.90522 cspg_html_2969995408 cspg_html_2969995408:77:9574:9584 Kotaneelee Wapiti, Wyoming +0.49164 gsa_html_5894524520 gsa_html_5894524520:228:29465:29475 Washington Montgomery (town), New York +0.482023 aapg_af_854.html aapg_af_854.html:1425:207562:207583 Tar Springs Bethel, Alaska +0.251392 gsa_html_6837513060 gsa_html_6837513060:159:14824:14830 Renton Black River, Jamaica +0.463866 aapg_ah_476.html aapg_ah_476.html:51:6893:6909 Atoka Atoka, Oklahoma +0.449196 gsa_html_3649667431 gsa_html_3649667431:1037:85156:85165 South Rim Arizona +0.47564 aapg_ad_317.html aapg_ad_317.html:244:22263:22296 Nittany Pennsylvania +0.257526 cspg_html_5810500722 cspg_html_5810500722:74:10670:10678 Columbia Victoria, British Columbia +0.484568 palaios_html_6162571829 palaios_html_6162571829:1139:108720:108743 Montney Victoria, British Columbia +0.247464 cspg_html_9343899465 cspg_html_9343899465:1764:143704:143713 Hell Gate Ellesmere Island +0.451072 palaios_html_3889678675 palaios_html_3889678675:1262:115719:115729 Washington Salem, Oregon +0.267288 cspg_html_5697056884 cspg_html_5697056884:117:12172:12185 Earlie Regina, Saskatchewan +0.25957 gsa_html_1617077506 gsa_html_1617077506:806:80058:80066 Columbia Victoria, British Columbia +0.241964 aapg_ae_692.html aapg_ae_692.html:865:75687:75695 Colorado Denver +0.49244 cspg_html_3178645840 cspg_html_3178645840:290:35669:35677 Columbia Victoria, British Columbia +0.244518 gsa_html_9181545711 gsa_html_9181545711:526:48587:48606 Ingleside Colorado +0.24941 jgeology_html_4305195651 jgeology_html_4305195651:551:65050:65067 Oneonta Middlesex +0.848141 aapg_ah_157.html aapg_ah_157.html:244:34413:34439 Wapsipinicon Illinois +0.465192 cspg_html_3008414459 cspg_html_3008414459:584:66401:66409 Colorado Denver +0.255524 jgeology_html_7189790958 jgeology_html_7189790958:163:13388:13396 Coeymans New Scotland, New York +0.247715 jgeology_html_4305195651 jgeology_html_4305195651:648:81033:81051 Catskill Selinsgrove Area School District +0.477582 aapg_aa_644.html aapg_aa_644.html:177:19647:19667 Ephraim Conglomerate Boise, Idaho +0.510614 gsa_html_5158209975 gsa_html_5158209975:291:26782:26791 Red River Arkansas River +0.28336 aapg_ah_536.html aapg_ah_536.html:129:17832:17837 Sligo County Sligo +0.278016 aapg_ah_231.html aapg_ah_231.html:77:7218:7227 Smackover Shreveport, Louisiana +0.256208 aapg_ak_76.html aapg_ak_76.html:178:27081:27096 Ponce Trinidad and Tobago +0.263082 aapg_ad_721.html aapg_ad_721.html:550:51086:51096 San Andres El Capitan +0.264187 gsa_html_3368386568 gsa_html_3368386568:557:46427:46439 Owens Valley Death Valley +0.248976 aapg_ai_30.html aapg_ai_30.html:24:2949:2956 Lagarto Oakville, California +0.26058 aapg_ad_335.html aapg_ad_335.html:35:5416:5422 Casper Lamont, California +0.389856 aapg_ae_789.html aapg_ae_789.html:26:4214:4221 Wabamun Lacombe, Alberta +0.461772 aapg_aa_399.html aapg_aa_399.html:503:46065:46078 Turner Valley Edmonton, London +0.37725 aapg_ae_71.html aapg_ae_71.html:485:40973:40981 Toroweap Logan, Utah +0.49088 gsa_html_3436154175 gsa_html_3436154175:1120:89122:89143 Green River Cheyenne, Wyoming +0.499278 aapg_af_502.html aapg_af_502.html:438:45259:45290 Smackover Arkansas +0.496752 aapg_ad_69.html aapg_ad_69.html:279:19393:19401 Sundance Fort Union Trading Post National Historic Site +0.504768 aapg_ac_841.html aapg_ac_841.html:1973:188358:188365 Gracias Comayagua +0.50856 cspg_html_9843429624 cspg_html_9843429624:122:15015:15033 Grosmont Lacombe, Alberta +0.485216 gsa_html_6459168056 gsa_html_6459168056:60:3713:3741 Green River Colorado +0.25725 aapg_ah_4.html aapg_ah_4.html:101:16327:16339 Salina Talara Province +0.481362 aapg_ac_337.html aapg_ac_337.html:65:6461:6479 Converse Hartville, Missouri +0.245847 aapg_ae_86.html aapg_ae_86.html:26:2879:2884 Weeks Frankfort, Illinois +0.258266 cspg_html_4773367370 cspg_html_4773367370:201:18828:18852 Pense Williston Basin +0.478536 aapg_ai_278.html aapg_ai_278.html:1071:122255:122265 Cedar Keys Melbourne, Florida +0.272734 aapg_ad_357.html aapg_ad_357.html:134:12334:12364 Rico Paso Robles, California +0.49608 aapg_ac_333.html aapg_ac_333.html:557:67234:67240 Kaibab Logan, Utah +0.489149 palaios_html_8153737238 palaios_html_8153737238:424:46507:46526 Bedford China +0.23568 cspg_html_4287356899 cspg_html_4287356899:11:1871:1885 Lisburne Anchorage, Alaska +0.25398 aapg_ah_370.html aapg_ah_370.html:517:39512:39534 Norway Point Alpena, Michigan +0.478807 aapg_ae_471.html aapg_ae_471.html:197:19557:19563 Paluxy Lewisville, Texas +0.25186 aapg_ai_477.html aapg_ai_477.html:29:4061:4069 Columbia Victoria, British Columbia +0.49244 gsa_html_4919500515 gsa_html_4919500515:1179:105199:105207 Colorado Anchorage, Alaska +0.48348 geology_html_6254924018 geology_html_6254924018:98:10405:10415 Fort Union Wasatch Range +0.29808 palaios_html_8915371254 palaios_html_8915371254:574:38309:38325 Brasso Trinidad and Tobago +0.458594 aapg_ac_924.html aapg_ac_924.html:430:45895:45908 Madison Logan, Utah +0.490795 aapg_ae_296.html aapg_ae_296.html:172:18347:18351 Yeso New Mexico +0.50445 aapg_ae_60.html aapg_ae_60.html:331:36139:36160 Fort Union Fort Union Trading Post National Historic Site +0.508698 aapg_af_143.html aapg_af_143.html:947:95155:95182 Otter Wedderburn, Victoria +0.28231 aapg_ae_884.html aapg_ae_884.html:129:16641:16653 Pierre Trinidad and Tobago +0.48209 cspg_html_7023269572 cspg_html_7023269572:6:249:280 Ramparts Canada +0.232734 sedimentology_html_7586891792 sedimentology_html_7586891792:30:1756:1762 Brazil Egham Hythe +0.469437 cspg_html_3008414459 cspg_html_3008414459:163:22086:22118 Provincial Deadhorse, Alaska +0.733252 aapg_ah_532.html aapg_ah_532.html:9:1082:1097 Ouray San Juan Mountains +0.483616 aapg_ac_91.html aapg_ac_91.html:480:36835:36856 Little Flat Boise, Idaho +0.249488 cspg_html_9468274627 cspg_html_9468274627:48:6365:6373 Columbia Victoria, British Columbia +0.268836 aapg_ah_847.html aapg_ah_847.html:310:36886:36897 Hornerstown New Egypt, New Jersey +0.26162 aapg_af_886.html aapg_af_886.html:322:14665:14686 Vicksburg Texas +0.48581 aapg_af_363.html aapg_af_363.html:287:38001:38021 Greenbrier Chattanooga, Tennessee +0.85377 cspg_html_1019614994 cspg_html_1019614994:434:73231:73245 Banff Lacombe, Alberta +0.253952 aapg_af_143.html aapg_af_143.html:1319:134879:134885 Oregon Durham, North Carolina +0.268315 gsa_html_8951179545 gsa_html_8951179545:450:55224:55236 Wilcox Sevier orogeny +0.255348 aapg_af_561.html aapg_af_561.html:551:50834:50851 Wasatch Wasatch Range +0.256608 aapg_ad_801.html aapg_ad_801.html:208:22756:22765 Cockfield Alabama +0.293618 aapg_ah_311.html aapg_ah_311.html:31:4733:4783 Fort Union Fort Union Trading Post National Historic Site +0.706783 aapg_ah_311.html aapg_ah_311.html:91:8989:9003 Sentinel Butte Morton County, North Dakota +0.243915 cspg_html_2703495345 cspg_html_2703495345:72:12279:12297 Mohawk Logan, Utah +0.266252 aapg_aa_357.html aapg_aa_357.html:536:47021:47042 Summerville San Rafael Swell +0.923612 gsa_html_5952049575 gsa_html_5952049575:82:8725:8735 Fort Union Wasatch Range +0.484939 gsa_html_7272439065 gsa_html_7272439065:630:64001:64029 Green River Colorado +0.490974 aapg_af_92.html aapg_af_92.html:518:48654:48681 Prospect San Francisco +0.500494 cspg_html_8250755331 cspg_html_8250755331:766:76796:76814 Kaskapau Lacombe, Alberta +0.46844 gsa_html_9569209726 gsa_html_9569209726:936:86335:86343 San Jose Washington (state) +0.481712 geology_html_5717057937 geology_html_5717057937:9:296:303 Paradox Olympic National Park +0.255987 geology_html_4257687214 geology_html_4257687214:238:22315:22333 Monterey California +0.259584 gsa_html_6869840610 gsa_html_6869840610:82:6997:7019 Gardner Canyon Hidden Valley, Indiana +0.499968 aapg_ai_583.html aapg_ai_583.html:860:87782:87788 Casper Colorado +0.24354 gsa_html_9303702379 gsa_html_9303702379:75:8138:8154 Rivas El Viejo +0.254769 aapg_ai_146.html aapg_ai_146.html:145:11459:11469 Swift Lacombe, Alberta +0.463158 aapg_ac_628.html aapg_ac_628.html:352:58356:58364 Colorado Indianola, Iowa +0.503382 gsa_html_9207276905 gsa_html_9207276905:61:6317:6325 Columbia Victoria, British Columbia +0.482724 aapg_ad_167.html aapg_ad_167.html:62:9958:9973 Richmond Maysville, Kentucky +0.250428 aapg_ai_584.html aapg_ai_584.html:1360:134790:134812 Converse Middle East +0.52689 aapg_aa_934.html aapg_aa_934.html:81:10947:10967 San Andres Texas +0.47874 geology_html_3145756851 geology_html_3145756851:198:21559:21565 Cannon Glenwood Springs, Colorado +0.252648 aapg_ac_333.html aapg_ac_333.html:387:49265:49276 Uncompahgre San Juan Mountains +0.284316 aapg_ai_980.html aapg_ai_980.html:918:80553:80558 Swift Cut Bank, Montana +0.26316 cspg_html_7777724998 cspg_html_7777724998:44:5789:5826 Cadomin Lacombe, Alberta +0.711396 aapg_ac_575.html aapg_ac_575.html:78:12171:12177 Morgan Logan, Utah +0.484295 cspg_html_1025724640 cspg_html_1025724640:80:13776:13812 Nepean Ottawa, Kansas +0.40851 aapg_ad_466.html aapg_ad_466.html:209:26393:26404 Hornerstown Monmouth County, New Jersey +0.45966 aapg_ak_76.html aapg_ak_76.html:147:22063:22070 Aymamon Arecibo Observatory +0.2455 aapg_ah_311.html aapg_ah_311.html:297:33168:33174 Taylor Stark County, Illinois +0.237168 aapg_ae_243.html aapg_ae_243.html:86:7219:7235 Custer Wichita Falls, Texas +0.24633 AMJC_html_9749062244 AMJC_html_9749062244:892:80169:80186 Charny Quebec City +0.25647 palaios_html_5582845937 palaios_html_5582845937:339:34677:34684 Hampton Virginia +0.26112 cspg_html_3385840278 cspg_html_3385840278:1494:170173:170194 Beaverhill Hay River (Canada) +0.266742 cspg_html_2695921112 cspg_html_2695921112:85:10021:10029 Bathurst Nashville Basin +0.26163 gsa_html_4558102376 gsa_html_4558102376:577:52423:52432 Hawke Bay Lake Wairarapa +0.472812 aapg_aa_45.html aapg_aa_45.html:317:39139:39147 Colorado Logan, Utah +0.233168 aapg_ae_72.html aapg_ae_72.html:85:11175:11195 Leadville Ouray, Colorado +0.261057 cspg_html_9354781888 cspg_html_9354781888:468:42794:42805 Peace River Victoria, British Columbia +0.494208 palaios_html_1574666570 palaios_html_1574666570:96:8794:8798 Hall National Museum of the United States Air Force +0.247234 aapg_ae_904.html aapg_ae_904.html:299:31258:31267 Whitewood Black Hills +0.271441 aapg_aa_712.html aapg_aa_712.html:151:20028:20039 Platteville Decorah, Iowa +0.869484 aapg_af_18.html aapg_af_18.html:79:9797:9813 Inyan Kara Black Hills +0.250832 gsa_html_3046135825 gsa_html_3046135825:23:950:960 Santa Cruz California +0.268961 aapg_ah_871.html aapg_ah_871.html:290:33551:33562 Chazy Champlain Valley +0.47124 cspg_html_7325522863 cspg_html_7325522863:519:73941:73963 Pine Point Canada +0.256027 palaios_html_4745554613 palaios_html_4745554613:17:952:960 Columbia Victoria, British Columbia +0.489765 aapg_ae_548.html aapg_ae_548.html:480:53899:53908 San Diego California +0.49632 aapg_ad_3.html aapg_ad_3.html:125:10324:10343 Gatesburg Pennsylvania +0.469062 aapg_ai_183.html aapg_ai_183.html:32:4211:4222 Grand Forks Bow Island Airport +0.256236 jgeology_html_1380249798 jgeology_html_1380249798:112:6491:6514 Bacons Castle Richmond, California +0.227766 gsa_html_1727503504 gsa_html_1727503504:699:74465:74472 Madison Wisconsin +0.469482 cspg_html_2882882278 cspg_html_2882882278:191:24063:24071 Columbia Victoria, British Columbia +0.50504 aapg_ae_946.html aapg_ae_946.html:206:18259:18267 Lawrence Allegheny Mountains +0.25 sedimentology_html_8989921425 sedimentology_html_8989921425:1971:145220:145228 Temporal Virginia +0.24096 AMJC_html_9862385279 AMJC_html_9862385279:855:92367:92376 Extension England +0.462196 aapg_ad_749.html aapg_ad_749.html:130:10757:10769 Arroyo Carlsbad, New Mexico +0.902379 aapg_aa_39.html aapg_aa_39.html:4:530:556 Pinkerton Trail Western world +0.47268 cspg_html_6116883777 cspg_html_6116883777:1290:178412:178420 Montreal Canada +0.2475 aapg_af_968.html aapg_af_968.html:478:50257:50265 Colorado Denver +0.256512 geology_html_1092004691 geology_html_1092004691:14:573:583 Washington Western world +0.248965 aapg_ac_730.html aapg_ac_730.html:413:57992:58008 Toreva Kayenta, Arizona +0.921584 aapg_ac_235.html aapg_ac_235.html:369:37658:37666 Cloverly Western world +0.23735 aapg_ac_191.html aapg_ac_191.html:55:10088:10104 Cupido Coahuila +0.255 aapg_ac_730.html aapg_ac_730.html:503:72907:72921 Wepo Mancos, Colorado +0.468007 gsa_html_6395675168 gsa_html_6395675168:11:586:594 Colorado Colorado +0.480129 cspg_html_6306091047 cspg_html_6306091047:677:93212:93220 Columbia Victoria, British Columbia +0.524892 gsa_html_4578909254 gsa_html_4578909254:64:4860:4888 Green River Colorado +0.25449 aapg_ac_629.html aapg_ac_629.html:13:1701:1707 Lissie Wicomico County, Maryland +0.26871 cspg_html_4326384800 cspg_html_4326384800:995:145725:145746 Beaverhill Lacombe, Alberta +0.410271 aapg_ac_730.html aapg_ac_730.html:66:9636:9642 Dakota Mancos, Colorado +0.257514 aapg_ai_28.html aapg_ai_28.html:284:27631:27638 Lagarto Nueces River +0.253847 gsa_html_1154444143 gsa_html_1154444143:18:701:714 Santa Barbara California +0.26265 aapg_ai_49.html aapg_ai_49.html:487:62795:62811 Morgan Cheyenne, Wyoming +0.24794 sedimentology_html_4369226882 sedimentology_html_4369226882:900:76000:76010 Santa Cruz California +0.24892 cspg_html_9508543859 cspg_html_9508543859:174:19780:19791 Black River Middle East +0.255021 geology_html_9772573337 geology_html_9772573337:236:20931:20941 Santa Cruz California +0.243252 cspg_html_1354651543 cspg_html_1354651543:473:60276:60284 Columbia Victoria, British Columbia +0.45955 aapg_aa_644.html aapg_aa_644.html:843:64348:64356 Colorado Cheyenne, Wyoming +0.267273 aapg_ac_400.html aapg_ac_400.html:121:12285:12295 Washington Bloomington, Indiana +0.255595 cspg_html_2040245760 cspg_html_2040245760:400:32588:32621 Pardonet Victoria, British Columbia +0.25008 aapg_ad_68.html aapg_ad_68.html:420:34991:35007 Waltersburg Palestinian territories +0.45012 aapg_ah_775.html aapg_ah_775.html:528:48783:48791 Colorado Colorado +0.356224 aapg_ac_983.html aapg_ac_983.html:269:43265:43285 Fort Scott Iowa +0.251082 gsa_html_4837287019 gsa_html_4837287019:363:34352:34359 Calvert Seattle +0.461265 aapg_ah_921.html aapg_ah_921.html:30:5814:5822 Hibernia Saint Kitts and Nevis +0.250677 AMJC_html_8619525948 AMJC_html_8619525948:455:54615:54627 Rhode Island Narragansett, Rhode Island +0.272403 aapg_ah_847.html aapg_ah_847.html:27:3504:3512 Navesink Closter, New Jersey +0.265104 cspg_html_9768299963 cspg_html_9768299963:152:16831:16847 Battle Lacombe, Alberta +0.272916 cspg_html_5360570542 cspg_html_5360570542:552:57165:57180 Sekwi Canada +0.25959 aapg_ad_865.html aapg_ad_865.html:514:51391:51408 Hermosa Ouray, Colorado +0.421743 aapg_aa_360.html aapg_aa_360.html:56:5561:5571 San Marcos Buda, Texas +0.266928 aapg_ac_64.html aapg_ac_64.html:395:37811:37833 Winnipegosis Regina, Saskatchewan +0.48573 aapg_ac_252.html aapg_ac_252.html:58:5585:5600 Molas Colorado +0.267288 cspg_html_4516258038 cspg_html_4516258038:371:42164:42174 Blue Fiord Bathurst Island (Northern Territory) +0.494088 palaios_html_3306053371 palaios_html_3306053371:647:76419:76437 Moenkopi Los Angeles +0.261919 aapg_ac_741.html aapg_ac_741.html:174:19444:19452 Niobrara Niobrara, Nebraska +0.269824 aapg_ah_541.html aapg_ah_541.html:135:18252:18262 Pottsville Allegheny Mountains +0.488889 aapg_ae_999.html aapg_ae_999.html:410:56965:56985 Catahoula Tampa, Florida +0.52976 aapg_ad_283.html aapg_ad_283.html:432:49087:49097 San Andres Nashville Basin +0.261085 gsa_html_5613364929 gsa_html_5613364929:932:87351:87360 Extension Boise, Idaho +0.489527 jgeology_html_8904089554 jgeology_html_8904089554:198:13610:13631 Caldwell Long Range Mountains +0.353304 cspg_html_8990290265 cspg_html_8990290265:56:10304:10308 Elko Elko, Nevada +0.248004 aapg_ai_287.html aapg_ai_287.html:119:14535:14553 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) +0.262656 aapg_ai_367.html aapg_ai_367.html:363:24524:24531 Temblor California +0.491967 aapg_ad_361.html aapg_ad_361.html:295:19039:19053 Midway Mississippi River +0.507454 sedimentology_html_5673709888 sedimentology_html_5673709888:1621:88339:88356 Gambier Burlington, Ontario +0.25957 geology_html_7129477281 geology_html_7129477281:172:15795:15811 Pierre Niobrara, Nebraska +0.493136 aapg_af_11.html aapg_af_11.html:173:19486:19509 Elbert Ouray, Colorado +0.249996 gsa_html_7464626519 gsa_html_7464626519:221:24946:24967 Uncompahgre Colorado +0.255892 sedimentology_html_8344884381 sedimentology_html_8344884381:1091:95479:95490 Haynesville Virginia +0.246945 AMJC_html_6341723617 AMJC_html_6341723617:547:51268:51272 Elko Flagstaff, Arizona +0.276094 cspg_html_7201476813 cspg_html_7201476813:266:32336:32345 Lodgepole Manitoba +0.46656 sedimentology_html_1182965539 sedimentology_html_1182965539:30:2117:2126 Knoxville Kingdom of the Netherlands +0.504172 aapg_ae_29.html aapg_ae_29.html:465:54424:54430 Pocono Pottsville, Pennsylvania +0.491202 aapg_ad_192.html aapg_ad_192.html:51:7027:7037 Tuscaloosa Shreveport, Louisiana +0.660625 aapg_ae_324.html aapg_ae_324.html:160:15808:15829 Beekmantown Blackford, Somerset +0.473841 gsa_html_6105798111 gsa_html_6105798111:19:913:921 Colorado Colorado +0.2575 jgeology_html_1313671806 jgeology_html_1313671806:88:3227:3237 Washington Italy +0.258048 aapg_aa_685.html aapg_aa_685.html:392:36348:36362 Flagstaff North Horn Formation +0.465354 aapg_ah_160.html aapg_ah_160.html:301:36180:36187 Wiarton Guelph +0.244664 geology_html_7983757693 geology_html_7983757693:353:26120:26132 Austin Chalk Texas +0.250965 aapg_af_788.html aapg_af_788.html:572:55033:55043 Bell Dundee +0.483189 gsa_html_8951179545 gsa_html_8951179545:1135:107099:107115 Chinle Colorado +0.27846 aapg_aa_901.html aapg_aa_901.html:258:26158:26173 Mowry Cheyenne, Wyoming +0.270765 aapg_aa_45.html aapg_aa_45.html:44:6452:6470 Moenkopi Middle East +0.239904 gsa_html_8398449001 gsa_html_8398449001:640:51717:51723 Nounan Bear Lake, Michigan +0.46686 aapg_ae_959.html aapg_ae_959.html:1081:78974:78987 Putnam Pueblo, Colorado +0.255972 cspg_html_2838996125 cspg_html_2838996125:73:13499:13507 Ramparts Canada +0.36259 aapg_ac_765.html aapg_ac_765.html:10:1731:1762 Chinle Logan, Utah +0.252865 palaios_html_6100595217 palaios_html_6100595217:252:26569:26582 Moodys Branch Gosport, Indiana +0.25449 aapg_ac_924.html aapg_ac_924.html:1231:86119:86132 Madison Cheyenne, Wyoming +0.515205 aapg_ah_344.html aapg_ah_344.html:237:26266:26271 Eutaw Kansas City, Kansas +0.487548 geology_html_6060647318 geology_html_6060647318:132:11879:11890 San Joaquin Sacramento, California +0.466085 sedimentology_html_7390870545 sedimentology_html_7390870545:729:66306:66311 Baird Illinois +0.527724 aapg_ad_695.html aapg_ad_695.html:382:24603:24613 Cane River Trinity County, Texas +0.256512 aapg_ai_478.html aapg_ai_478.html:136:14007:14025 Spence River Great Slave Lake +0.254338 aapg_af_848.html aapg_af_848.html:6:713:737 Smackover Shreveport, Louisiana +0.497015 aapg_ac_126.html aapg_ac_126.html:147:21803:21820 Haynesville Texas +0.262584 cspg_html_6121424055 cspg_html_6121424055:129:11046:11066 Pine Point Great Slave Lake +0.248003 cspg_html_8057060038 cspg_html_8057060038:290:32308:32335 Astoria Lacombe, Alberta +0.479668 aapg_af_653.html aapg_af_653.html:885:100813:100820 Temblor Monterey, California +0.48316 gsa_html_1148525987 gsa_html_1148525987:500:39325:39353 Green River Colorado +0.270864 cspg_html_9941518291 cspg_html_9941518291:521:76223:76250 Douro Little Cornwallis Island +0.267696 aapg_ae_295.html aapg_ae_295.html:211:24055:24061 Midway Arkadelphia, Arkansas +0.255972 aapg_ae_220.html aapg_ae_220.html:467:51127:51150 Nacatoch Arkansas +0.474138 aapg_ae_319.html aapg_ae_319.html:363:27861:27869 Woodside Uinta Mountains +0.488992 aapg_ae_419.html aapg_ae_419.html:3468:219938:219956 Kiamichi Texas +0.484227 aapg_ad_144.html aapg_ad_144.html:59:4748:4754 Casper Cheyenne, Wyoming +0.251808 cspg_html_6121424055 cspg_html_6121424055:93:7542:7557 Canol Lacombe, Alberta +0.26471 aapg_ad_691.html aapg_ad_691.html:54:6340:6349 Red River Austin, Chicago +0.246007 AMJC_html_6336294256 AMJC_html_6336294256:411:57106:57114 Colorado Maryland +0.46648 gsa_html_5865982995 gsa_html_5865982995:1364:144300:144307 Madison Colorado +0.454755 aapg_ac_487.html aapg_ac_487.html:284:43689:43706 Yucatan Mexico +0.247009 cspg_html_2929384614 cspg_html_2929384614:319:37542:37549 Halfway Lacombe, Alberta +0.260568 gsa_html_3648258377 gsa_html_3648258377:169:14927:14960 Merchantville Merchantville, New Jersey +0.262119 geology_html_9222957862 geology_html_9222957862:13:532:542 Washington Vancouver +0.256968 cspg_html_9290046117 cspg_html_9290046117:66:8994:9001 Cadomin Mountain Park (Holyoke, Massachusetts) +0.484946 cspg_html_9343899465 cspg_html_9343899465:1600:130340:130349 Hecla Bay Banks Island +0.480076 aapg_ae_181.html aapg_ae_181.html:183:26073:26084 Bluff Wilcox County, Georgia +0.255786 cspg_html_4495377323 cspg_html_4495377323:212:26051:26070 Fernie Victoria, British Columbia +0.46269 aapg_ad_853.html aapg_ad_853.html:52:5835:5878 Basal Knox County, Illinois +0.469568 palaios_html_5505127030 palaios_html_5505127030:64:5940:5950 Washington Anchorage, Alaska +0.473598 gsa_html_6991576096 gsa_html_6991576096:666:59860:59892 Gunflint Iron Ontario, California +0.255747 aapg_ac_400.html aapg_ac_400.html:326:38062:38065 Elk Lewis County, Washington +0.267208 aapg_ah_187.html aapg_ah_187.html:28:2927:2963 Boquillas Val Verde (fictional country) +0.497466 cspg_html_8558580101 cspg_html_8558580101:23:3291:3333 Mackenzie Lacombe, Alberta +0.521528 aapg_ac_380.html aapg_ac_380.html:160:20154:20171 Coeymans New Scotland, New York +0.259458 geology_html_9479757031 geology_html_9479757031:243:24821:24848 Columbia Washington (state) +0.379246 aapg_ad_98.html aapg_ad_98.html:789:72473:72490 Roberts Mountains Reno, Nevada +0.482275 geology_html_3821338208 geology_html_3821338208:258:21970:22001 Kope Cincinnati +0.49056 aapg_ai_694.html aapg_ai_694.html:36:5287:5296 Ingleside Wisconsin +0.27489 aapg_aa_756.html aapg_aa_756.html:350:37411:37448 Turner Valley Lacombe, Alberta +0.250976 cspg_html_3521815736 cspg_html_3521815736:276:38696:38710 Columbia Victoria, British Columbia +0.05907 aapg_ad_880.html aapg_ad_880.html:217:22720:22729 Spearfish Black Hills +0.25844 aapg_ae_71.html aapg_ae_71.html:293:27311:27328 Kayenta Chinle Formation +0.261576 gsa_html_2605108986 gsa_html_2605108986:775:64441:64449 Columbia Victoria, British Columbia +0.501723 palaios_html_2128779739 palaios_html_2128779739:313:34317:34331 Beaufort South Africa +0.244736 sedimentology_html_9410532865 sedimentology_html_9410532865:1633:112374:112391 Wasatch Green River Formation +0.48828 aapg_ah_696.html aapg_ah_696.html:372:52397:52424 Columbia Boise, Idaho +0.340032 aapg_ai_583.html aapg_ai_583.html:140:19635:19643 Sundance Black Hills +0.2457 aapg_ai_17.html aapg_ai_17.html:989:65437:65452 Vicksburg Shreveport, Louisiana +0.451655 aapg_ah_784.html aapg_ah_784.html:171:17145:17158 Yeso New Mexico +0.53928 aapg_ad_599.html aapg_ad_599.html:302:37852:37859 Chemung Benson, Arizona +0.2535 aapg_ac_191.html aapg_ac_191.html:181:29694:29711 Tamabra Matamoros, Tamaulipas +0.47895 cspg_html_3732003228 cspg_html_3732003228:205:27320:27324 Peel Lacombe, Alberta +0.25647 gsa_html_6038465409 gsa_html_6038465409:601:54460:54466 Banner Wasserburg am Inn +0.536081 aapg_aa_805.html aapg_aa_805.html:362:34600:34605 Waicoe Svalbard +0.241488 cspg_html_7839431712 cspg_html_7839431712:31:4302:4320 Foremost Milk River, Alberta +0.27405 aapg_ae_220.html aapg_ae_220.html:8:1159:1178 Smackover Cotton Valley, Louisiana +0.484746 aapg_af_166.html aapg_af_166.html:343:37229:37236 Fleming Hockley +0.48932 cspg_html_9068495364 cspg_html_9068495364:406:46427:46434 Sayabec Quebec City +0.47334 gsa_html_8881958017 gsa_html_8881958017:58:6390:6398 Columbia Victoria, British Columbia +0.26298 aapg_ae_904.html aapg_ae_904.html:95:9472:9491 Greenhorn Benton, Arkansas +0.492184 aapg_ah_329.html aapg_ah_329.html:75:7576:7593 Sisquoc Monterey, California +0.473252 aapg_ai_82.html aapg_ai_82.html:290:31574:31594 Greenbrier Greenbrier (Great Smoky Mountains) +0.255936 geology_html_5828016264 geology_html_5828016264:292:22055:22066 Green River Kentucky +0.26368 cspg_html_5542874609 cspg_html_5542874609:15:2363:2384 Belly River Lacombe, Alberta +0.480568 aapg_ac_730.html aapg_ac_730.html:742:104579:104585 Pueblo California +0.500316 gsa_html_1491636326 gsa_html_1491636326:1524:116208:116241 Toro Chile +0.39884 aapg_aa_193.html aapg_aa_193.html:539:50858:50875 Jupiter Anticosti Island +0.254925 AMJC_html_7085584544 AMJC_html_7085584544:157:20476:20498 Beartooth Fort Union Trading Post National Historic Site +0.257048 aapg_ad_893.html aapg_ad_893.html:316:39290:39309 Tantoyuca Mexico +0.500076 aapg_af_22.html aapg_af_22.html:503:58017:58030 Turner Valley Lacombe, Alberta +0.499118 cspg_html_3271078123 cspg_html_3271078123:12:1150:1184 Waterways Lacombe, Alberta +0.273847 aapg_ac_574.html aapg_ac_574.html:234:26490:26504 Elko Salem, Oregon +0.275094 cspg_html_2570555346 cspg_html_2570555346:456:54120:54136 Table Head Middle Ordovician +0.483759 aapg_ae_918.html aapg_ae_918.html:195:11618:11626 Eminence Pecos County, Texas +0.469807 aapg_ai_873.html aapg_ai_873.html:117:11353:11358 Salem Bloomington, Indiana +0.4655 aapg_ad_784.html aapg_ad_784.html:438:46718:46730 Tejon Ojai, California +0.457293 sedimentology_html_7514538550 sedimentology_html_7514538550:645:65561:65569 Colorado Nueces County, Texas +0.249919 cspg_html_7866293053 cspg_html_7866293053:634:64888:64896 Edmonton Clearwater, Florida +0.483294 aapg_ac_952.html aapg_ac_952.html:23:2444:2453 Morehouse Arkansas +0.2652 cspg_html_5971009166 cspg_html_5971009166:457:51941:51964 Watt Mountain Lacombe, Alberta +0.25553 sedimentology_html_3941612453 sedimentology_html_3941612453:63:7328:7338 Washington Salem, Oregon +0.262626 cspg_html_4937997995 cspg_html_4937997995:207:24146:24162 Bad Cache Rapids Churchill River (Atlantic) +0.517 gsa_html_2638848763 gsa_html_2638848763:893:68638:68666 Green River Colorado +0.5567 aapg_ah_869.html aapg_ah_869.html:1019:95072:95078 Dakota Cheyenne County, Kansas +0.283866 aapg_ad_145.html aapg_ad_145.html:16:1829:1855 Entrada Cedar Mountains +0.257048 gsa_html_4216613284 gsa_html_4216613284:320:37157:37173 Colton Grand Canyon +0.476623 aapg_af_274.html aapg_af_274.html:606:68355:68359 Bern Canton of Fribourg +0.49851 aapg_af_854.html aapg_af_854.html:941:132922:132938 Bethel Bethel, Alaska +0.258937 aapg_ai_243.html aapg_ai_243.html:148:14767:14787 Tuscaloosa Tuscaloosa, Alabama +0.246015 aapg_ai_999.html aapg_ai_999.html:10:1766:1786 Twin Creek Boise, Idaho +0.481418 geology_html_4704655873 geology_html_4704655873:281:22448:22488 Bruce Perth, Western Australia +0.263165 aapg_ad_599.html aapg_ad_599.html:252:31594:31601 Chemung Catskill Mountains +0.245338 cspg_html_2659248847 cspg_html_2659248847:672:66365:66382 Kuparuk Anchorage, Alaska +0.260832 geology_html_5494505242 geology_html_5494505242:226:17377:17381 Bell Berlin +0.268128 cspg_html_9113030208 cspg_html_9113030208:6:314:348 Otto Fiord Ellesmere Island +0.252434 aapg_aa_644.html aapg_aa_644.html:220:22291:22311 Ephraim Conglomerate Cheyenne, Wyoming +0.473 aapg_ah_311.html aapg_ah_311.html:233:24559:24583 Sentinel Butte Wasatch Range +0.265221 cspg_html_2013109828 cspg_html_2013109828:260:47786:47802 Eager Boulder Creek (Colorado) +0.275338 aapg_aa_124.html aapg_aa_124.html:754:79107:79124 Viking Bow Island Airport +0.246945 aapg_ad_958.html aapg_ad_958.html:1033:107275:107280 Salem Lane County, Oregon +0.251988 sedimentology_html_8802279411 sedimentology_html_8802279411:615:46624:46658 Noonday Dolomite East Palo Alto, California +0.260096 aapg_ah_182.html aapg_ah_182.html:29:3614:3641 Jacksonburg Closter, New Jersey +0.264115 aapg_ae_177.html aapg_ae_177.html:3:388:419 Calmar Central Alberta +0.24647 aapg_ah_530.html aapg_ah_530.html:7:1107:1119 Percha Arizona +0.253402 cspg_html_2035826481 cspg_html_2035826481:29:2476:2507 Devon Island Middle Ordovician +0.27192 aapg_aa_82.html aapg_aa_82.html:241:24795:24803 Wolfcamp Sheffield station +0.244856 gsa_html_7173708345 gsa_html_7173708345:866:69146:69172 Forest Anchorage, Alaska +0.260064 cspg_html_1503116552 cspg_html_1503116552:1823:250553:250576 Watt Mountain Lacombe, Alberta +0.26265 aapg_ah_219.html aapg_ah_219.html:3:384:392 Michigan Michigan +0.26712 cspg_html_3367984758 cspg_html_3367984758:14:1252:1264 Saskatchewan Lacombe, Alberta +0.499372 cspg_html_3367984758 cspg_html_3367984758:250:33191:33199 Columbia Victoria, British Columbia +0.514227 aapg_ae_519.html aapg_ae_519.html:314:34630:34637 Chemung Pocono Raceway +0.248992 palaios_html_2517822822 palaios_html_2517822822:169:16371:16394 Negaunee Iron Michigan +0.248992 palaios_html_8699778504 palaios_html_8699778504:434:36206:36216 Florissant Colorado +0.26553 aapg_ae_546.html aapg_ae_546.html:329:34690:34703 Cotton Valley Shreveport, Louisiana +0.912021 cspg_html_2650524233 cspg_html_2650524233:87:12247:12253 Battle Regina, Saskatchewan +0.249996 aapg_aa_869.html aapg_aa_869.html:445:57363:57369 Sierra Texas +0.248496 gsa_html_4031652840 gsa_html_4031652840:12:525:531 Denver Colorado +0.224576 aapg_ac_913.html aapg_ac_913.html:146:13778:13787 Wapanucka Hartshorne, Oklahoma +0.23328 gsa_html_5628658687 gsa_html_5628658687:800:77349:77374 Mount Wrightson Arizona +0.3906 gsa_html_4243887096 gsa_html_4243887096:9:311:330 Wenatchee Washington (state) +0.259931 cspg_html_3501550466 cspg_html_3501550466:867:103748:103765 Duperow Williston, Vermont +0.485936 aapg_ah_435.html aapg_ah_435.html:329:39748:39766 Oakville San Juan, Argentina +0.476784 sedimentology_html_5928847406 sedimentology_html_5928847406:622:45117:45123 Guelph Canada +0.487705 aapg_af_342.html aapg_af_342.html:35:5290:5299 Williston Ocala, Florida +0.509894 aapg_ad_946.html aapg_ad_946.html:515:53026:53044 Evanston Cheyenne, Wyoming +0.52205 cspg_html_7779401416 cspg_html_7779401416:95:11784:11805 Fossil Hill Guelph +0.492993 gsa_html_3926085141 gsa_html_3926085141:1079:88519:88525 Antler Sierra Nevada (Spain) +0.523328 aapg_ac_924.html aapg_ac_924.html:397:42299:42320 Mount Head Canada +0.257466 cspg_html_6216640615 cspg_html_6216640615:1117:107117:107125 Columbia Lake Ontario +0.44547 aapg_ai_932.html aapg_ai_932.html:511:80306:80323 Sisquoc California +0.486588 cspg_html_3043423556 cspg_html_3043423556:139:14541:14565 Thumb Mountain Truro, Massachusetts +0.243332 cspg_html_8414893458 cspg_html_8414893458:339:44685:44693 Columbia Victoria, British Columbia +0.247428 aapg_aa_463.html aapg_aa_463.html:92:17974:17984 Tuscaloosa Mississippi River +0.5076 aapg_ac_924.html aapg_ac_924.html:148:13268:13275 Madison Cheyenne, Wyoming +0.253 gsa_html_6930523879 gsa_html_6930523879:296:27404:27413 Rochester Ontario, California +0.269824 gsa_html_4618680113 gsa_html_4618680113:553:44990:44999 Extension Chihuahua (state) +0.463264 cspg_html_3097746547 cspg_html_3097746547:508:61280:61314 Kootenay Lacombe, Alberta +0.50592 cspg_html_1004940981 cspg_html_1004940981:360:38681:38704 Baumann Fiord Ellesmere Island +0.252434 sedimentology_html_9289224221 sedimentology_html_9289224221:1335:91839:91850 Simla Brookfield, Illinois +0.477664 geology_html_7916171900 geology_html_7916171900:11:571:579 Montreal Montreal +0.707126 aapg_ae_454.html aapg_ae_454.html:108:8962:8969 Bossier Texas +0.490428 cspg_html_3097746547 cspg_html_3097746547:210:27410:27444 Kootenay Lacombe, Alberta +0.27348 aapg_af_653.html aapg_af_653.html:590:65270:65278 Vaqueros Rancho Santa Margarita, California +0.24794 aapg_af_839.html aapg_af_839.html:383:33308:33312 Wise Isabella County, Michigan +0.494966 gsa_html_7040053075 gsa_html_7040053075:1272:129741:129747 Active Los Angeles +0.270384 gsa_html_7193789775 gsa_html_7193789775:708:72413:72418 Uinta Colorado +0.271932 aapg_ai_107.html aapg_ai_107.html:295:31878:31887 Shongaloo Freestone County, Texas +0.374078 gsa_html_2076560873 gsa_html_2076560873:581:58292:58311 Ella Bay Ellesmere Island +0.498597 aapg_ac_749.html aapg_ac_749.html:105:14683:14689 Guelph Ontario, California +0.268299 geology_html_7391733758 geology_html_7391733758:251:21210:21218 Colorado Pueblo, Colorado +0.4888 cspg_html_2939557171 cspg_html_2939557171:700:82843:82848 Price Crowsnest Pass, Alberta +0.484344 aapg_af_788.html aapg_af_788.html:400:32953:32961 Michigan Isabella County, Michigan +0.66834 geology_html_7251669219 geology_html_7251669219:26:1499:1508 Englewood Colorado +0.263048 sedimentology_html_6045439055 sedimentology_html_6045439055:49:3304:3313 Gibraltar Morocco +0.262108 aapg_ae_643.html aapg_ae_643.html:141:15681:15694 Venango Pleasantville, Venango County, Pennsylvania +0.260832 cspg_html_7799850124 cspg_html_7799850124:502:56607:56625 Duvernay Middle East +0.27454 aapg_ah_585.html aapg_ah_585.html:160:15498:15510 Chemung Catskill Mountains +0.486213 cspg_html_4659384530 cspg_html_4659384530:102:12635:12660 Beaverhill Swan Hill, Victoria +0.467961 AMJC_html_2711105513 AMJC_html_2711105513:783:86745:86753 Columbia Washington (state) +0.255892 aapg_ad_371.html aapg_ad_371.html:148:14341:14353 Sparta Ville Platte, Louisiana +0.283446 aapg_aa_712.html aapg_aa_712.html:123:15704:15712 Glenwood Hennepin, Illinois +0.488898 cspg_html_1189888589 cspg_html_1189888589:463:51053:51071 Paskapoo Lacombe, Alberta +0.246302 gsa_html_6194837075 gsa_html_6194837075:32:1629:1647 Woodbine Buda, Texas +0.246433 palaios_html_2449649505 palaios_html_2449649505:542:61496:61512 Chinle Colorado +0.254976 gsa_html_5564203929 gsa_html_5564203929:450:51225:51233 Colorado Littleton, Colorado +0.264438 aapg_ai_492.html aapg_ai_492.html:164:20909:20917 Colorado Denver +0.470439 jgeology_html_3739517257 jgeology_html_3739517257:605:45998:46003 Raton Sangre de Cristo Range +0.452814 aapg_ac_702.html aapg_ac_702.html:165:16516:16538 Cooper Iowa +0.464448 cspg_html_3328007773 cspg_html_3328007773:113:15029:15050 Bow Island Western world +0.775278 aapg_ad_919.html aapg_ad_919.html:195:17584:17604 Lakota Black Hills +0.261576 geology_html_6742382920 geology_html_6742382920:29:4522:4533 Green River Colorado Plateau +0.49022 gsa_html_6128180434 gsa_html_6128180434:1068:91258:91264 Oxford South America +0.25398 AMJC_html_1938223835 AMJC_html_1938223835:1026:117657:117674 Traveler Rhyolite Portland, Maine +0.260554 geology_html_1496830652 geology_html_1496830652:9:367:396 Pungo River North Carolina +0.846508 aapg_ah_644.html aapg_ah_644.html:359:43289:43302 Gypsum Spring Manitoba +0.251502 aapg_ah_764.html aapg_ah_764.html:433:44796:44808 Marble Falls Llano, Texas +0.517776 aapg_aa_851.html aapg_aa_851.html:218:19855:19871 Raccoon Mountain Clayton County, Georgia +0.270399 aapg_ah_903.html aapg_ah_903.html:11:1407:1435 Smackover Bossier City, Louisiana +0.48545 aapg_ah_385.html aapg_ah_385.html:94:10836:10852 Forbes Yolo County, California +0.246006 aapg_ad_192.html aapg_ad_192.html:36:4558:4574 Tuscaloosa Shreveport, Louisiana +0.48825 cspg_html_4341656515 cspg_html_4341656515:378:38446:38465 Grayling Victoria, British Columbia +0.503041 aapg_ai_66.html aapg_ai_66.html:7:1028:1048 Mesaverde Mancos, Colorado +0.248952 gsa_html_2374661120 gsa_html_2374661120:450:44125:44135 Bear River Lake Bonneville +0.239904 aapg_ai_949.html aapg_ai_949.html:294:43176:43195 Kugmallit Canada +0.49862 aapg_ac_408.html aapg_ac_408.html:133:14949:14959 Rio Grande Laredo, Texas +0.49215 aapg_ac_835.html aapg_ac_835.html:183:23759:23767 Tensleep Cheyenne, Wyoming +0.477675 gsa_html_4446967287 gsa_html_4446967287:40:3695:3702 Shuswap Coney Island +0.493569 aapg_af_663.html aapg_af_663.html:170:19609:19619 Fort Scott Lexington, Kentucky +0.477 gsa_html_2059670590 gsa_html_2059670590:21:1024:1035 Santa Clara Santa Clara, California +0.493954 aapg_ae_147.html aapg_ae_147.html:282:28190:28196 Modelo South Mountains (Arizona) +0.484565 palaios_html_5398833984 palaios_html_5398833984:17:1099:1125 Horseshoe Canyon Lacombe, Alberta +0.272468 gsa_html_5613364929 gsa_html_5613364929:1024:93813:93841 Green River Iran +0.465959 gsa_html_6983076294 gsa_html_6983076294:920:82104:82112 Hudspeth Texas +0.368699 aapg_ae_923.html aapg_ae_923.html:316:29504:29516 Chickasawhay Mississippi River +0.50841 aapg_ac_363.html aapg_ac_363.html:588:64684:64694 Kern River Tehachapi, California +0.49278 cspg_html_4859889874 cspg_html_4859889874:49:7696:7708 Judith River Lacombe, Alberta +0.700466 aapg_ai_31.html aapg_ai_31.html:96:10863:10872 Catahoula Brazos River +0.25654 cspg_html_9778753186 cspg_html_9778753186:499:56963:56968 Price Lacombe, Alberta +0.243867 gsa_html_2279602635 gsa_html_2279602635:381:38518:38531 Santa Barbara California +0.231924 aapg_ad_52.html aapg_ad_52.html:332:38897:38916 Coldwater Michigan +0.261392 aapg_ae_777.html aapg_ae_777.html:615:69682:69706 Arroyo Sangre de Cristo Range +0.475664 gsa_html_1409496185 gsa_html_1409496185:55:4614:4624 Washington Mount Rainier National Park +0.465528 jgeology_html_8149813123 jgeology_html_8149813123:1007:48745:48753 Colorado Denver +0.491303 cspg_html_9354781888 cspg_html_9354781888:314:33835:33857 Charlie Lake Lacombe, Alberta +0.263133 aapg_ai_11.html aapg_ai_11.html:215:25615:25627 Warsaw Athens, Georgia +0.264 aapg_ae_236.html aapg_ae_236.html:97:8249:8259 Tuscaloosa Tuscaloosa, Alabama +0.251475 aapg_aa_266.html aapg_aa_266.html:544:65689:65699 Rio Grande Santa Cruz, California +0.489636 aapg_ae_147.html aapg_ae_147.html:284:28337:28341 Pico South Mountains (Arizona) +0.49707 aapg_ad_466.html aapg_ad_466.html:1669:172729:172737 Monmouth Matawan, New Jersey +0.38607 sedimentology_html_4109585061 sedimentology_html_4109585061:873:77548:77575 Norphlet Alabama +0.48598 cspg_html_9361096527 cspg_html_9361096527:400:36987:37009 Judith River Lacombe, Alberta +0.249856 cspg_html_5981094114 cspg_html_5981094114:52:7839:7847 Onondaga Cohasset, Massachusetts +0.467055 palaios_html_7765531315 palaios_html_7765531315:42:4787:4803 Noonday Dolomite Death Valley +0.49115 jgeology_html_5471448181 jgeology_html_5471448181:249:22624:22641 Kayenta Chinle Formation +0.487438 aapg_ac_617.html aapg_ac_617.html:160:22268:22286 Oakville Oakville, California +0.491824 aapg_ah_340.html aapg_ah_340.html:227:25526:25536 Fort Worth Texas +0.488474 aapg_ah_167.html aapg_ah_167.html:158:16896:16908 Willow Creek White Mountains (California) +0.25544 gsa_html_5516163646 gsa_html_5516163646:14:692:700 Colorado Florissant, Colorado +0.44462 aapg_ah_876.html aapg_ah_876.html:162:20576:20583 Hosston Ocala, Florida +0.259584 cspg_html_5287009272 cspg_html_5287009272:263:34950:34958 Columbia Lacombe, Alberta +0.265 aapg_ae_185.html aapg_ae_185.html:451:40261:40266 Tokio Carterville, Illinois +0.701064 aapg_ah_157.html aapg_ah_157.html:58:8439:8454 Sheffield Michigan +0.242 cspg_html_7688587411 cspg_html_7688587411:451:43390:43404 Colorado Regina, Saskatchewan +0.245364 sedimentology_html_6577177005 sedimentology_html_6577177005:674:51417:51421 Hall London, Ontario +0.250318 aapg_ak_55.html aapg_ak_55.html:113:11702:11727 Venango Venango, Pennsylvania +0.470112 aapg_ah_318.html aapg_ah_318.html:1747:164497:164516 La Gloria Durango, Durango +0.262 cspg_html_9476379853 cspg_html_9476379853:167:20947:20955 Columbia Canada +0.51251 aapg_ae_961.html aapg_ae_961.html:89:7149:7165 Dakota Lisbon +0.271752 aapg_ah_340.html aapg_ah_340.html:358:39964:39974 Sabinetown Shreveport, Louisiana +0.280891 cspg_html_1242153796 cspg_html_1242153796:5:205:223 Glenogle Victoria, British Columbia +0.233616 aapg_ad_194.html aapg_ad_194.html:4:807:838 Undifferentiated Reno, Nevada +0.260096 aapg_af_92.html aapg_af_92.html:162:14309:14323 Frisco Great Basin +0.473946 gsa_html_6971334714 gsa_html_6971334714:791:76913:76933 Camp Rice West Texas +0.2574 jgeology_html_2758284699 jgeology_html_2758284699:88:3480:3487 Halifax Canada +0.252945 sedimentology_html_2817567996 sedimentology_html_2817567996:1188:85984:85989 Rapid Nassau, Bahamas +0.481712 aapg_ai_811.html aapg_ai_811.html:280:39063:39086 Detroit River Bloomington, Indiana +0.369075 palaios_html_7928599019 palaios_html_7928599019:76:9298:9307 Eel River California +0.511344 aapg_ae_204.html aapg_ae_204.html:58:5417:5426 Waterways Edmonton, London +0.277182 aapg_ad_626.html aapg_ad_626.html:100:11760:11778 Oakville Texas +0.442383 cspg_html_6306091047 cspg_html_6306091047:172:25399:25407 Columbia Victoria, British Columbia +0.257554 cspg_html_3634181348 cspg_html_3634181348:132:14581:14589 Billings Quebec City +0.260538 cspg_html_1645105717 cspg_html_1645105717:17:2454:2477 Logan Mississauga +0.254364 sedimentology_html_8159393585 sedimentology_html_8159393585:309:22974:22980 Arnica Bad Lauterberg +0.274398 aapg_ah_978.html aapg_ah_978.html:607:57080:57095 San Joaquin Middle East +0.248003 palaios_html_8931934490 palaios_html_8931934490:354:33598:33602 Hall London, Ontario +0.266087 aapg_ah_528.html aapg_ah_528.html:529:56683:56691 Woodside Logan, Utah +0.247434 AMJC_html_5421639085 AMJC_html_5421639085:11:627:633 Denver Colorado +0.511147 aapg_ad_580.html aapg_ad_580.html:30:4770:4791 Fort Union Wasatch Range +0.48974 aapg_aa_45.html aapg_aa_45.html:163:19575:19581 Kaibab Colorado +0.489082 cspg_html_8532932475 cspg_html_8532932475:11:1297:1314 Bluesky Washington (state) +0.51786 aapg_ah_69.html aapg_ah_69.html:156:14740:14751 Beekmantown Black River, Jamaica +0.513488 aapg_af_91.html aapg_af_91.html:349:40125:40131 Humbug Oquirrh Mountain Utah Temple +0.258778 aapg_ad_335.html aapg_ad_335.html:696:80667:80673 Casper Cheyenne, Wyoming +0.24638 jgeology_html_5803513114 jgeology_html_5803513114:539:40659:40676 Massabesic Gneiss Cambridge, Massachusetts +0.490158 cspg_html_5345848475 cspg_html_5345848475:991:98548:98567 Niobrara Southern Alberta +0.26676 palaios_html_9487403457 palaios_html_9487403457:259:25701:25723 Platteville Glenwood, Utah +0.370173 aapg_ac_807.html aapg_ac_807.html:874:85304:85319 Eutaw Alabama +0.44792 cspg_html_2490951833 cspg_html_2490951833:332:46600:46629 Mount Hawk Victoria, British Columbia +0.517018 aapg_ah_747.html aapg_ah_747.html:66:7646:7662 Dakota Niobrara, Nebraska +0.256649 cspg_html_5241714595 cspg_html_5241714595:24:3595:3607 Winnipegosis Regina, Saskatchewan +0.873218 cspg_html_7402164801 cspg_html_7402164801:57:6520:6546 Belly River Lacombe, Alberta +0.268288 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4554:4566 Saskatchewan Regina, Saskatchewan +0.264115 cspg_html_1450375831 cspg_html_1450375831:20:2528:2564 Basal Lacombe, Alberta +0.485376 gsa_html_6983076294 gsa_html_6983076294:1002:87651:87656 Price Canada +0.253991 aapg_af_2.html aapg_af_2.html:177:19175:19180 Bluff Animas River +0.248985 aapg_ac_198.html aapg_ac_198.html:44:5686:5706 Lake Waco Arcadia, California +0.268224 aapg_ad_757.html aapg_ad_757.html:273:33811:33824 Decorah Iowa +0.51516 aapg_af_860.html aapg_af_860.html:49:4028:4035 Carrizo Houston County, Alabama +0.277725 sedimentology_html_1253431842 sedimentology_html_1253431842:2581:113469:113486 Juniata Pennsylvania +0.245991 aapg_ai_688.html aapg_ai_688.html:460:49034:49042 Virginia Huntington, West Virginia +0.251 sedimentology_html_1671289005 sedimentology_html_1671289005:814:76874:76880 Thrifty London, Ontario +0.250488 gsa_html_9697375887 gsa_html_9697375887:690:73778:73786 Edmonton Palais Mollard-Clary +0.2495 cspg_html_6647936472 cspg_html_6647936472:452:45828:45832 Open Cayman Islands +0.242905 gsa_html_3380395839 gsa_html_3380395839:91:9494:9516 Siletz River Volcanics Salem, Oregon +0.490941 geology_html_3184756656 geology_html_3184756656:343:25573:25581 Beaufort Caspian Sea +0.486213 cspg_html_2796643803 cspg_html_2796643803:118:18781:18789 Deadwood Lacombe, Alberta +0.254388 jgeology_html_8726487825 jgeology_html_8726487825:203:11094:11109 Atoka Arkoma, Oklahoma +0.267764 sedimentology_html_7069619943 sedimentology_html_7069619943:3205:174776:174780 Hall London, Ontario +0.262416 aapg_af_854.html aapg_af_854.html:697:98072:98088 Warsaw Iowa +0.474672 geology_html_2705128271 geology_html_2705128271:339:26250:26269 Pocatello Boise, Idaho +0.257346 aapg_ac_206.html aapg_ac_206.html:18:2283:2292 Rochester Niagara Falls +0.244032 gsa_html_1520002998 gsa_html_1520002998:1244:95640:95648 Colorado Denver +0.688802 aapg_aa_302.html aapg_aa_302.html:275:32993:33009 Pequop Logan, Utah +0.49444 gsa_html_3936574180 gsa_html_3936574180:112:12717:12743 Wapiti Black Mountains (North Carolina) +0.37728 aapg_ac_59.html aapg_ac_59.html:303:37999:38019 Stadium Conglomerate San Diego +0.256027 aapg_aa_4.html aapg_aa_4.html:159:21346:21352 Ithaca Genesee County, Michigan +0.251715 aapg_ad_999.html aapg_ad_999.html:171:17495:17500 Price Rocky Mountain House, Alberta +0.491667 aapg_ac_6.html aapg_ac_6.html:279:20155:20164 Bonavista Wesleyville, Newfoundland and Labrador +0.36865 palaios_html_8113714689 palaios_html_8113714689:293:33086:33104 Gasconade Dolomite Missouri River +0.251482 cspg_html_1503116552 cspg_html_1503116552:893:124799:124825 Beaverhill Swan Hill, Victoria +0.243522 gsa_html_7840671974 gsa_html_7840671974:1203:108425:108431 Denver Logan, Utah +0.259434 jgeology_html_8064855537 jgeology_html_8064855537:270:19182:19198 Dakota Colorado +0.432276 cspg_html_4298557570 cspg_html_4298557570:29:3740:3748 Whitemud Edmonton, London +0.458672 jgeology_html_4599466962 jgeology_html_4599466962:318:23088:23097 Edgecliff Schoharie Creek +0.462574 cspg_html_7667087595 cspg_html_7667087595:35:4312:4323 Belly River Lacombe, Alberta +0.254961 aapg_af_890.html aapg_af_890.html:297:30014:30032 Dewey Lake Santa Rosa, California +0.257556 aapg_ah_217.html aapg_ah_217.html:324:40947:40975 Whirlpool Woods County, Oklahoma +0.246422 gsa_html_5143056094 gsa_html_5143056094:13:636:649 Santa Barbara California +0.25602 AMJC_html_5969956211 AMJC_html_5969956211:1764:195524:195542 Harebell Cheyenne, Wyoming +0.481076 cspg_html_4103411715 cspg_html_4103411715:47:5894:5904 Wolf Creek Edmonton, London +0.273004 gsa_html_1119256423 gsa_html_1119256423:535:47492:47509 White River Iowa +0.48944 aapg_ah_645.html aapg_ah_645.html:527:64546:64553 Rierdon Williston, Vermont +0.503475 aapg_ae_223.html aapg_ae_223.html:137:17837:17856 Mesaverde Iles +0.852742 gsa_html_2758185504 gsa_html_2758185504:77:7956:7962 Ludlow Knife River +0.506796 aapg_ah_96.html aapg_ah_96.html:569:65538:65558 Stony Mountain Williston, Vermont +0.26572 aapg_ac_504.html aapg_ac_504.html:142:16112:16118 Walker Calcasieu Parish Public Schools +0.504339 aapg_ai_364.html aapg_ai_364.html:75:9296:9306 Hartshorne Allegheny Mountains +0.270364 aapg_af_370.html aapg_af_370.html:494:46056:46079 Pico California +0.264741 aapg_af_854.html aapg_af_854.html:1405:204539:204560 Tar Springs Jackson County, Missouri +0.244011 cspg_html_8387792223 cspg_html_8387792223:1571:125411:125436 Beaverhill Lacombe, Alberta +0.498076 aapg_af_129.html aapg_af_129.html:317:33256:33264 Colorado Laramie, Wyoming +0.49608 geology_html_5171768193 geology_html_5171768193:72:7810:7818 Catoctin Blue Ridge Mountains +0.244398 aapg_ah_185.html aapg_ah_185.html:3:307:315 Colorado Grand Canyon +0.498942 cspg_html_1064364469 cspg_html_1064364469:30:3549:3565 Cardium Western world +0.256035 cspg_html_1503116552 cspg_html_1503116552:191:32882:32901 Waterways Swan Hill, Victoria +0.480768 sedimentology_html_7279263852 sedimentology_html_7279263852:968:61990:62021 Otter England +0.255458 sedimentology_html_9906287852 sedimentology_html_9906287852:1368:97700:97718 Frontier Cheyenne, Wyoming +0.463866 geology_html_1074529748 geology_html_1074529748:197:19432:19440 Colorado San Juan, Argentina +0.256536 aapg_ai_887.html aapg_ai_887.html:66:8048:8058 Swan Hills Lacombe, Alberta +0.476586 palaios_html_8881502819 palaios_html_8881502819:1012:76878:76883 Rapid Kenya +0.451858 jgeology_html_9876765444 jgeology_html_9876765444:490:30331:30344 Turner Valley Lacombe, Alberta +0.255 sedimentology_html_7399126879 sedimentology_html_7399126879:1937:94122:94131 Extension Tyrrhenian Sea +0.245364 gsa_html_4446967287 gsa_html_4446967287:777:69531:69538 Shuswap Victoria, British Columbia +0.243675 aapg_ac_720.html aapg_ac_720.html:79:10278:10289 Hornerstown Navesink River +0.474447 gsa_html_4438819447 gsa_html_4438819447:734:71603:71611 Colorado Denver +0.49344 geology_html_5689737055 geology_html_5689737055:41:3765:3769 Hall Texas +0.259072 gsa_html_1549665076 gsa_html_1549665076:398:40068:40101 Columbia Deschutes River (Washington) +0.260608 aapg_ak_51.html aapg_ak_51.html:103:10216:10222 Paluxy Tuscaloosa, Alabama +0.271859 jgeology_html_1838149422 jgeology_html_1838149422:1027:94495:94533 John Day Salem, Oregon +0.497596 aapg_ad_269.html aapg_ad_269.html:61:6983:7001 Morrison New Mexico +0.526608 aapg_aa_563.html aapg_aa_563.html:278:35762:35768 Dakota El Paso, Texas +0.519354 aapg_af_292.html aapg_af_292.html:128:15719:15725 Sandia Madera County, California +0.259065 cspg_html_7310162886 cspg_html_7310162886:286:38660:38674 Old Crow Plain Porcupine River (Ontario) +0.254989 aapg_aa_945.html aapg_aa_945.html:66:5667:5673 Oregon Rock River (Iowa) +0.25095 cspg_html_3404912985 cspg_html_3404912985:675:99193:99210 Wapiabi Lacombe, Alberta +0.244524 aapg_aa_634.html aapg_aa_634.html:1127:94439:94451 Nariva Brighton, Michigan +0.260036 aapg_ah_75.html aapg_ah_75.html:3:187:202 Richmond Waynesville, North Carolina +0.25688 aapg_af_471.html aapg_af_471.html:105:13673:13682 Hartselle Illinois +0.513936 cspg_html_9843429624 cspg_html_9843429624:122:15159:15175 Ireton Lacombe, Alberta +0.266231 cspg_html_2703495345 cspg_html_2703495345:515:61347:61361 Frio Texas +0.264668 aapg_ae_262.html aapg_ae_262.html:238:28833:28847 Fredericksburg New Mexico +0.268224 cspg_html_5017240192 cspg_html_5017240192:514:50131:50155 Mission Canyon Manitoba +0.269724 gsa_html_4385238876 gsa_html_4385238876:885:90183:90188 Yukon Canada +0.267794 palaios_html_6395613531 palaios_html_6395613531:802:74121:74129 Traverse Cambridge +0.264936 aapg_ai_468.html aapg_ai_468.html:31:4037:4058 Haynesville Bossier City, Louisiana +0.911068 aapg_ah_779.html aapg_ah_779.html:355:66535:66599 Elk Edmonton, London +0.376745 aapg_aa_269.html aapg_aa_269.html:330:43473:43488 Atoka Arkoma, Oklahoma +0.50922 aapg_ah_176.html aapg_ah_176.html:527:53233:53267 Dakota Colorado +0.258015 aapg_ai_527.html aapg_ai_527.html:11:1874:1889 Mesaverde New Mexico +0.267764 aapg_aa_542.html aapg_aa_542.html:52:6112:6133 Seminole Seminole, Texas +0.464266 geology_html_6536193862 geology_html_6536193862:101:8581:8593 Marshalltown Navesink River +0.48858 aapg_ac_984.html aapg_ac_984.html:259:23184:23192 Eminence Trempealeau, Wisconsin +0.259077 aapg_af_363.html aapg_af_363.html:296:39702:39710 Virginia Chattanooga, Tennessee +0.263133 cspg_html_9354781888 cspg_html_9354781888:1317:84998:85006 Columbia Lacombe, Alberta +0.474422 aapg_ah_974.html aapg_ah_974.html:190:17524:17538 Frio Western world +0.503908 cspg_html_1025724640 cspg_html_1025724640:457:62789:62824 Beekmantown Quebec City +0.241808 aapg_ac_983.html aapg_ac_983.html:431:67093:67109 Topeka Shawnee, Oklahoma +0.419805 aapg_ad_2.html aapg_ad_2.html:1036:141668:141689 Little Falls Missouri River +0.260099 sedimentology_html_4101202094 sedimentology_html_4101202094:261:25017:25023 Oregon Victoria, British Columbia +0.478676 geology_html_9990718737 geology_html_9990718737:312:23708:23718 Santa Cruz California +0.344812 aapg_ae_69.html aapg_ae_69.html:175:19457:19463 Morgan Uinta Mountains +0.4735 aapg_aa_775.html aapg_aa_775.html:52:4542:4549 Perdido Mexico +0.26884 jgeology_html_5471448181 jgeology_html_5471448181:271:24213:24221 Moenkopi Chinle Formation +0.263676 aapg_ae_223.html aapg_ae_223.html:73:8952:8973 Green River Wasatch Range +0.485856 aapg_ai_206.html aapg_ai_206.html:878:128665:128670 Price Texas +0.260896 aapg_ad_958.html aapg_ad_958.html:453:44330:44342 Gilmore City Salina, Kansas +0.47532 cspg_html_5456368738 cspg_html_5456368738:116:14502:14507 Flume Lacombe, Alberta +0.26416 aapg_ad_379.html aapg_ad_379.html:179:16414:16423 Ingleside Colorado +0.48096 aapg_ac_245.html aapg_ac_245.html:201:29836:29841 Atoka Kearny, New Jersey +0.262614 aapg_aa_891.html aapg_aa_891.html:135:16739:16747 Onondaga Columbus, Ohio +0.268315 sedimentology_html_6951714124 sedimentology_html_6951714124:497:47981:47996 Swift Lacombe, Alberta +0.250992 aapg_ae_294.html aapg_ae_294.html:90:9557:9563 Oswego Bartlesville, Oklahoma +0.50076 aapg_ae_556.html aapg_ae_556.html:700:80932:80937 Logan Perth, Western Australia +0.248346 AMJC_html_6952502256 AMJC_html_6952502256:1532:138292:138296 Hall London, Ontario +0.266175 aapg_ai_699.html aapg_ai_699.html:38:6603:6632 Hoyt Mohawk Valley +0.2495 AMJC_html_5516451353 AMJC_html_5516451353:360:39090:39107 Massabesic Gneiss Hope Valley, South Australia +0.254856 gsa_html_8010927234 gsa_html_8010927234:355:29151:29175 Greenvale Cove Piermont, New York +0.506012 sedimentology_html_2570550517 sedimentology_html_2570550517:796:66584:66588 Bond Rutherford, New Jersey +0.468312 aapg_ae_454.html aapg_ae_454.html:521:47325:47333 Dorcheat Shreveport, Louisiana +0.24926 cspg_html_3926542795 cspg_html_3926542795:267:35445:35457 Ireton Swan Hill, Victoria +0.462136 gsa_html_9152662653 gsa_html_9152662653:63:6558:6575 Laurel Sykesville, Maryland +0.260099 gsa_html_2178342427 gsa_html_2178342427:514:46960:46983 Golden Valley Cheyenne, Wyoming +0.260568 cspg_html_6252417471 cspg_html_6252417471:299:43928:43943 Melville Island Banks Island +0.473068 aapg_aa_797.html aapg_aa_797.html:448:56326:56333 Gateway Colorado +0.48668 gsa_html_7040053075 gsa_html_7040053075:388:39753:39772 San Pedro West Coyote Hills +0.2435 aapg_ae_498.html aapg_ae_498.html:508:53765:53780 Knobs Virginia +0.261612 aapg_ah_665.html aapg_ah_665.html:163:18016:18028 Lincoln Peak Middle East +0.482532 aapg_ae_324.html aapg_ae_324.html:237:24341:24349 Virginia Knoxville, Tennessee +0.258063 cspg_html_9941227593 cspg_html_9941227593:644:71780:71796 Viking Regina, Saskatchewan +0.270351 palaios_html_2746116737 palaios_html_2746116737:40:4236:4242 Lisbon Vail, Colorado +0.488516 gsa_html_9464738899 gsa_html_9464738899:185:22203:22215 Owens Valley Western world +0.470496 cspg_html_9768299963 cspg_html_9768299963:40:4839:4855 Battle Lacombe, Alberta +0.551 aapg_aa_960.html aapg_aa_960.html:463:36111:36118 Entrada Entrada Sandstone +0.472758 aapg_ai_288.html aapg_ai_288.html:3:411:429 San Onofre Breccia Santa Catalina Island, California +0.509736 gsa_html_2605108986 gsa_html_2605108986:947:80004:80020 Kodiak Anchorage, Alaska +0.254 gsa_html_4824339911 gsa_html_4824339911:14:654:664 Las Cruces New Mexico +0.463913 gsa_html_3144986031 gsa_html_3144986031:402:42410:42419 Talkeetna Anchorage, Alaska +0.47808 aapg_ac_222.html aapg_ac_222.html:183:25351:25368 Hermosa Hermosa, Chicago +0.265734 cspg_html_9343899465 cspg_html_9343899465:1742:142319:142335 Parry Islands Cape Cod +0.47151 geology_html_9688468115 geology_html_9688468115:14:583:591 Colorado Denver +0.424723 cspg_html_2863271815 cspg_html_2863271815:456:50893:50899 Guelph Salina, Kansas +0.2655 aapg_ac_59.html aapg_ac_59.html:354:43173:43182 San Diego California +0.28035 aapg_ah_772.html aapg_ah_772.html:727:59926:59937 Bird Spring Reno, Nevada +0.51205 aapg_aa_856.html aapg_aa_856.html:135:13073:13086 Cotton Valley Freestone County, Texas +0.490988 aapg_ad_785.html aapg_ad_785.html:827:90665:90683 Fountain Colorado +0.49152 aapg_ai_546.html aapg_ai_546.html:64:7205:7210 Logan Cheyenne, Wyoming +0.471828 palaios_html_3751051678 palaios_html_3751051678:884:86638:86646 Colorado Niwot, Colorado +0.504768 geology_html_8276650950 geology_html_8276650950:13:681:689 Colorado Denver +0.50138 cspg_html_4626597050 cspg_html_4626597050:272:32965:32980 Dinwoody Uinta Mountains +0.25853 geology_html_6197814716 geology_html_6197814716:296:27532:27541 San Diego Earth +0.246945 palaios_html_5921824758 palaios_html_5921824758:480:39021:39049 Chuckanut Washington (state) +0.492855 cspg_html_6839937815 cspg_html_6839937815:322:46618:46626 Moenkopi Harrisburg, Pennsylvania +0.465039 jgeology_html_4305195651 jgeology_html_4305195651:553:65265:65282 Oneonta Rio Grande Gorge Bridge +0.2385 aapg_ac_233.html aapg_ac_233.html:503:59194:59202 Colorado Littleton, Colorado +0.269357 sedimentology_html_8510537334 sedimentology_html_8510537334:1497:120251:120270 Clam Bank Canada +0.254464 palaios_html_3105248303 palaios_html_3105248303:148:17121:17138 Black River Netherlands +0.25092 aapg_aa_906.html aapg_aa_906.html:649:67058:67066 Colorado Ganges +0.513536 cspg_html_8571955552 cspg_html_8571955552:235:27746:27774 Ettrain Old Crow, Yukon +0.502603 gsa_html_5924250698 gsa_html_5924250698:24:2106:2131 Navajo Colorado +0.514328 aapg_ah_799.html aapg_ah_799.html:39:3496:3522 Paint Creek Long Island +0.259739 aapg_aa_346.html aapg_aa_346.html:154:14453:14460 Catheys Chattanooga, Tennessee +0.846076 aapg_af_91.html aapg_af_91.html:411:45165:45182 Oquirrh Reno, Nevada +0.264132 gsa_html_7193789775 gsa_html_7193789775:693:71480:71504 Mesaverde Logan, Utah +0.484785 aapg_ad_696.html aapg_ad_696.html:66:7149:7156 Carrizo Carrizo Plain +0.474759 jgeology_html_7422925176 jgeology_html_7422925176:1219:77890:77896 Provo Switzerland +0.261057 aapg_ac_408.html aapg_ac_408.html:84:8577:8581 Frio Kleberg County, Texas +0.265738 aapg_ac_333.html aapg_ac_333.html:356:46413:46420 Hermosa San Juan Mountains +0.50233 gsa_html_5737673651 gsa_html_5737673651:517:42821:42837 Chinle Arizona +0.25431 aapg_ah_278.html aapg_ah_278.html:128:16009:16033 Madison Williston, Vermont +0.471308 cspg_html_8414893458 cspg_html_8414893458:373:49341:49350 Extension Lacombe, Alberta +0.46795 gsa_html_4169081385 gsa_html_4169081385:47:4644:4656 Owens Valley Sierra Nevada (Spain) +0.7986 sedimentology_html_6277855897 sedimentology_html_6277855897:1547:104167:104179 Salina Michigan Basin +0.48165 aapg_ai_66.html aapg_ai_66.html:298:26690:26698 Colorado Kremmling, Colorado +0.446849 aapg_ad_306.html aapg_ad_306.html:289:35842:35846 Omoa San Pedro Sula +0.475915 palaios_html_1834763898 palaios_html_1834763898:488:49269:49301 Johnnie California +0.25092 palaios_html_3467544554 palaios_html_3467544554:736:62069:62075 Denver Colorado +0.483616 aapg_ae_679.html aapg_ae_679.html:565:63386:63392 Moscow Russia +0.719907 aapg_ah_759.html aapg_ah_759.html:49:5436:5455 Smackover Northeast Texas +0.494607 aapg_ad_758.html aapg_ad_758.html:125:16635:16651 Queen Kansas City, Kansas +0.246506 aapg_ae_429.html aapg_ae_429.html:228:17341:17357 Custer Texas +0.252434 geology_html_9801424594 geology_html_9801424594:49:5540:5550 San Miguel Feria de San Telmo +0.487494 gsa_html_7808051457 gsa_html_7808051457:680:67620:67637 Manitou Colorado +0.497721 gsa_html_3014011851 gsa_html_3014011851:67:5423:5451 Green River Colorado +0.259065 aapg_ac_742.html aapg_ac_742.html:46:6084:6107 Gypsum Spring Black Hills +0.473386 aapg_ai_186.html aapg_ai_186.html:356:43938:43946 Billings Closter, New Jersey +0.26988 palaios_html_3112927242 palaios_html_3112927242:32:3412:3429 Juniata Juniata County School District +0.257033 aapg_ah_596.html aapg_ah_596.html:312:32788:32809 Bell Texas +0.41272 cspg_html_8818854104 cspg_html_8818854104:9:1003:1010 Cadomin Western world +0.244224 aapg_ac_486.html aapg_ac_486.html:668:84250:84258 Colorado Denver +0.462573 aapg_ac_986.html aapg_ac_986.html:762:100483:100489 Brazil Africa +0.247979 palaios_html_1874266102 palaios_html_1874266102:289:22762:22766 Hall London, Ontario +0.47874 jgeology_html_9824086356 jgeology_html_9824086356:126:6185:6193 Scotland Highland, California +0.257544 palaios_html_5398833984 palaios_html_5398833984:841:92569:92593 St. Mary River Lacombe, Alberta +0.468312 aapg_ac_367.html aapg_ac_367.html:55:6626:6654 Ironton Galesville, Maryland +0.255024 aapg_af_624.html aapg_af_624.html:61:5834:5852 Tensleep Carbon County, Wyoming +0.259077 gsa_html_1636483297 gsa_html_1636483297:820:73193:73210 Bridger Cheyenne, Wyoming +0.496164 aapg_aa_232.html aapg_aa_232.html:40:4980:4994 Graneros New Mexico +0.463232 aapg_aa_546.html aapg_aa_546.html:414:42526:42534 Kootenai Colorado +0.24849 jgeology_html_8406118991 jgeology_html_8406118991:291:27663:27671 Columbia Victoria, British Columbia +0.469989 aapg_af_773.html aapg_af_773.html:3:219:240 Green River Cheyenne, Wyoming +0.269357 aapg_ae_916.html aapg_ae_916.html:206:24020:24035 Eagle Colorado +0.26986 aapg_ad_691.html aapg_ad_691.html:75:8497:8507 Duck Creek Red River of the North +0.491008 aapg_ah_665.html aapg_ah_665.html:6:914:936 Lincoln Peak Middle East +0.24735 aapg_ai_491.html aapg_ai_491.html:166:19438:19443 Atoka Atoka, Oklahoma +0.260865 aapg_ai_697.html aapg_ai_697.html:318:37105:37123 Frontier Cheyenne, Wyoming +0.477453 gsa_html_4026604278 gsa_html_4026604278:769:88444:88472 Green River Colorado +0.498597 aapg_ai_136.html aapg_ai_136.html:122:8709:8714 Sligo Hampton, New Hampshire +0.49115 aapg_aa_399.html aapg_aa_399.html:195:14359:14367 Paskapoo Edmonton, London +0.251804 sedimentology_html_7486236177 sedimentology_html_7486236177:1054:81769:81783 Stony Mountain Nassau, Bahamas +0.476341 aapg_ah_965.html aapg_ah_965.html:7:897:916 Whitsett Oakville, California +0.477453 aapg_af_16.html aapg_af_16.html:94:11188:11196 Frontier Cheyenne, Wyoming +0.279837 aapg_ae_324.html aapg_ae_324.html:1133:113829:113837 Moccasin Black River, Jamaica +0.383625 palaios_html_3614379982 palaios_html_3614379982:17:1383:1399 Dakota Logan, Utah +0.261632 cspg_html_8089302449 cspg_html_8089302449:456:79526:79549 Watt Mountain Lacombe, Alberta +0.252476 aapg_ah_311.html aapg_ah_311.html:56:6327:6341 Sentinel Butte Medora, North Dakota +0.43332 cspg_html_5109837857 cspg_html_5109837857:18:2430:2451 Blind Fiord China +0.250228 sedimentology_html_6546385302 sedimentology_html_6546385302:882:60424:60429 Rapid Nassau, Bahamas +0.84912 aapg_ad_927.html aapg_ad_927.html:165:18544:18561 Forest Trinidad and Tobago +0.449706 sedimentology_html_5412539772 sedimentology_html_5412539772:143:8534:8540 Denver Buddhas of Bamyan +0.267033 aapg_ai_962.html aapg_ai_962.html:364:27776:27796 Dog Creek New Mexico +0.241964 aapg_ai_249.html aapg_ai_249.html:827:107544:107568 El Tambor Bay Islands Department +0.269345 gsa_html_2803067273 gsa_html_2803067273:900:92627:92636 Salisbury Netherlands +0.26676 aapg_ae_907.html aapg_ae_907.html:14:2532:2560 Santa Margarita Rancho Santa Margarita, California +0.475048 aapg_aa_357.html aapg_aa_357.html:407:37799:37805 Navajo San Juan Mountains +0.474122 sedimentology_html_4369226882 sedimentology_html_4369226882:1316:93915:93943 Ross Tatum, Texas +0.2605 palaios_html_8113714689 palaios_html_8113714689:259:29460:29480 Stonehenge Pennsylvania +0.278748 aapg_ad_758.html aapg_ad_758.html:418:53013:53022 Conemaugh Monongahela, Pennsylvania +0.48909 cspg_html_6984906794 cspg_html_6984906794:192:21313:21334 Shaftesbury Victoria, British Columbia +0.264698 cspg_html_2178758494 cspg_html_2178758494:311:39495:39524 Dunvegan Lacombe, Alberta +0.509712 gsa_html_3595133942 gsa_html_3595133942:1039:84397:84425 Green River Colorado +0.477087 jgeology_html_1188020601 jgeology_html_1188020601:1131:57025:57052 Salina Pennsylvania +0.252396 aapg_ac_766.html aapg_ac_766.html:789:87211:87224 Apache Canyon West, Texas +0.257526 gsa_html_6982030333 gsa_html_6982030333:379:40637:40660 Elkhorn Ridge Argillite Wallowa, Oregon +0.71816 aapg_af_591.html aapg_af_591.html:23:3239:3251 Dakota Black Hills +0.247464 geology_html_9016396969 geology_html_9016396969:163:17377:17385 Virginia Waynesboro, Pennsylvania +0.477675 aapg_ac_923.html aapg_ac_923.html:69:7207:7227 Hartshorne Arkoma, Oklahoma +0.47337 palaios_html_2623118674 palaios_html_2623118674:1111:108938:108980 North Horn Logan, Utah +0.259844 aapg_ah_193.html aapg_ah_193.html:203:23442:23454 Wilcox Texas +0.513279 cspg_html_9290046117 cspg_html_9290046117:29:3814:3848 Cadomin Canada +0.26775 aapg_ad_846.html aapg_ad_846.html:110:9853:9868 Salem Ohio +0.259588 aapg_ad_947.html aapg_ad_947.html:992:96914:96920 Casper Cheyenne, Wyoming +0.737528 gsa_html_9717936122 gsa_html_9717936122:1041:69629:69638 San Diego California +0.47 sedimentology_html_1668670745 sedimentology_html_1668670745:868:54097:54101 Hall London, Ontario +0.254388 cspg_html_6956743126 cspg_html_6956743126:40:5463:5471 Imperial Canada +0.26061 aapg_ai_947.html aapg_ai_947.html:378:62438:62457 Etchegoin Bartow County, Georgia +0.489027 cspg_html_1770934036 cspg_html_1770934036:658:68160:68169 Mackenzie Victoria, British Columbia +0.477664 gsa_html_3022805793 gsa_html_3022805793:67:7033:7039 Oregon Steens Mountain Wilderness +0.491303 aapg_af_878.html aapg_af_878.html:100:10731:10748 Warsaw Illinois +0.48355 aapg_ae_70.html aapg_ae_70.html:387:37915:37923 Colorado Colorado +0.477402 gsa_html_2939345127 gsa_html_2939345127:29:2796:2824 Green River Colorado +0.240548 gsa_html_5694391338 gsa_html_5694391338:147:15668:15685 Packsaddle Schist White Creek, New York +0.485936 aapg_ad_800.html aapg_ad_800.html:114:13816:13837 Mooreville Mississippi River +0.250488 gsa_html_4031652840 gsa_html_4031652840:12:533:541 Colorado Denver +0.2667 aapg_af_397.html aapg_af_397.html:280:34242:34249 Entrada Entrada Sandstone +0.246225 cspg_html_6984906794 cspg_html_6984906794:89:12549:12570 Shaftesbury Lacombe, Alberta +0.471653 aapg_ac_742.html aapg_ac_742.html:37:5044:5052 Sundance Spearfish, South Dakota +0.510489 gsa_html_5215388101 gsa_html_5215388101:94:6895:6923 Green River Colorado +0.669992 jgeology_html_6063383200 jgeology_html_6063383200:558:46531:46542 Green River Logan, Utah +0.513065 gsa_html_9781389404 gsa_html_9781389404:56:3517:3545 Green River Colorado +0.480868 aapg_ac_380.html aapg_ac_380.html:510:61028:61036 Onondaga Western world +0.710938 gsa_html_1860930948 gsa_html_1860930948:136:15136:15156 Ash Hollow Nebraska +0.2575 sedimentology_html_3941612453 sedimentology_html_3941612453:1292:92071:92081 Washington Olympic National Park +0.275429 aapg_ah_464.html aapg_ah_464.html:37:6460:6470 Pottsville Iowa +0.49556 cspg_html_2013109828 cspg_html_2013109828:388:70660:70670 Beaverfoot Victoria, British Columbia +0.244881 cspg_html_2703495345 cspg_html_2703495345:196:28326:28334 Colorado Denver +0.26775 aapg_aa_143.html aapg_aa_143.html:789:86721:86729 Richmond Ohio +0.254976 aapg_ac_730.html aapg_ac_730.html:299:41096:41111 Mesaverde Mancos, Colorado +0.47188 geology_html_6240326392 geology_html_6240326392:272:23844:23850 Denver Colorado +0.261072 cspg_html_9941518291 cspg_html_9941518291:539:80089:80111 Barlow Inlet Little Cornwallis Island +0.496244 jgeology_html_7844360616 jgeology_html_7844360616:675:39995:40016 Lawrence Picton, Ontario +0.489 aapg_ai_49.html aapg_ai_49.html:174:19691:19699 Tensleep Cheyenne, Wyoming +0.273182 aapg_ad_318.html aapg_ad_318.html:566:66152:66160 Michigan Salina, Kansas +0.260096 gsa_html_3677258183 gsa_html_3677258183:1528:135218:135246 Green River Colorado +0.50065 aapg_ac_720.html aapg_ac_720.html:151:18279:18290 Hornerstown Woodstown, New Jersey +0.500065 gsa_html_5955392368 gsa_html_5955392368:676:54171:54199 Green River Iran +0.2595 aapg_ad_766.html aapg_ad_766.html:413:41499:41505 Dakota Chimney Rock, North Carolina +0.48724 aapg_aa_976.html aapg_aa_976.html:329:43964:43981 Plattin Sedalia, Missouri +0.271852 aapg_aa_399.html aapg_aa_399.html:456:39115:39132 Belly River Colorado +0.49601 aapg_af_11.html aapg_af_11.html:173:19566:19581 Ouray Ouray, Colorado +0.24769 geology_html_5010893341 geology_html_5010893341:251:23521:23530 San Diego California +0.701704 gsa_html_6982030333 gsa_html_6982030333:910:89612:89630 Burnt River Schist Boise, Idaho +0.255 cspg_html_5960210762 cspg_html_5960210762:448:41997:42027 Doig Lacombe, Alberta +0.678368 palaios_html_4736927967 palaios_html_4736927967:857:74370:74402 Antelope Range Reno, Nevada +0.273842 aapg_ah_772.html aapg_ah_772.html:757:64492:64500 Wolfcamp Spring Mountains National Recreation Area +0.484059 cspg_html_6665051947 cspg_html_6665051947:666:57263:57280 Bluesky Lacombe, Alberta +0.482328 gsa_html_7822144675 gsa_html_7822144675:363:45640:45649 San Diego Arizona +0.50085 aapg_aa_756.html aapg_aa_756.html:54:5176:5207 Pekisko Canada +0.252525 aapg_ai_720.html aapg_ai_720.html:140:16612:16625 Potomac Closter, New Jersey +0.48384 palaios_html_1505752132 palaios_html_1505752132:537:48351:48370 Athabasca Calgary +0.470374 palaios_html_2847312584 palaios_html_2847312584:239:31498:31518 Whitewater Bloomington, Indiana +0.491748 aapg_ad_2.html aapg_ad_2.html:1471:199546:199566 Valentine Pennsylvania +0.251292 palaios_html_2707987360 palaios_html_2707987360:335:31291:31309 Dunvegan Canada +0.260721 aapg_ac_517.html aapg_ac_517.html:57:6838:6843 Nisku Drumheller +0.2505 cspg_html_4433937749 cspg_html_4433937749:37:5622:5637 Gates Victoria, British Columbia +0.469165 palaios_html_8029736168 palaios_html_8029736168:599:64978:65002 Cedar Mountain Logan, Utah +0.265698 aapg_af_479.html aapg_af_479.html:670:71577:71596 Cabrillo California +0.670473 aapg_ah_779.html aapg_ah_779.html:238:43705:43712 Juniata Knoxville, Tennessee +0.265734 cspg_html_4666332434 cspg_html_4666332434:33:5402:5419 Belly River Lacombe, Alberta +0.252494 aapg_ac_765.html aapg_ac_765.html:398:74441:74448 Paradox Moenkopi Formation +0.673569 aapg_ai_720.html aapg_ai_720.html:28:4101:4108 Magothy Virginia +0.25284 aapg_aa_957.html aapg_aa_957.html:31:2623:2633 Rio Grande Texas +0.50688 aapg_ac_730.html aapg_ac_730.html:216:30399:30408 Mesaverde Mancos, Colorado +0.264195 aapg_ad_801.html aapg_ad_801.html:145:16122:16144 Hatchetigbee Alabama +0.242094 cspg_html_6608209149 cspg_html_6608209149:429:43090:43113 Watt Mountain Regina, Saskatchewan +0.814815 aapg_ad_379.html aapg_ad_379.html:713:57894:57901 Entrada Colorado +0.24684 cspg_html_5295390542 cspg_html_5295390542:78:10158:10172 Doig Victoria, British Columbia +0.48932 gsa_html_6893315801 gsa_html_6893315801:633:51082:51086 Hall London, Ontario +0.224532 cspg_html_7340411855 cspg_html_7340411855:112:14786:14803 Cardium Western Canadian Sedimentary Basin +0.255025 aapg_ah_530.html aapg_ah_530.html:227:27022:27040 Sly Gap Arizona +0.48545 aapg_aa_941.html aapg_aa_941.html:151:16315:16325 Cumberland New Haven, Connecticut +0.4841 gsa_html_3436154175 gsa_html_3436154175:1178:93568:93589 Green River Cheyenne, Wyoming +0.467432 aapg_af_598.html aapg_af_598.html:75:6451:6469 Seminole Des Moines, Washington +0.49152 gsa_html_4446967287 gsa_html_4446967287:650:56747:56755 Sicamous Monashee Pass +0.367785 aapg_ae_694.html aapg_ae_694.html:145:17018:17032 Buda East Texas +0.24017 aapg_ae_658.html aapg_ae_658.html:329:42757:42767 Montgomery Kentucky +0.685906 aapg_aa_147.html aapg_aa_147.html:848:86592:86601 Stonewall Manitoba +0.252048 aapg_af_625.html aapg_af_625.html:593:61357:61363 Salina Ohio +0.395439 palaios_html_3751259297 palaios_html_3751259297:94:12932:12948 Warsaw Iowa +0.927353 AMJC_html_6341723617 AMJC_html_6341723617:649:58724:58745 Green River Colorado +0.484864 geology_html_2056111011 geology_html_2056111011:323:26410:26416 Moscow Russia +0.264404 gsa_html_7737235229 gsa_html_7737235229:229:22483:22503 Conasauga Middle East +0.469794 aapg_ai_29.html aapg_ai_29.html:191:23854:23860 Goliad Victoria County, Nova Scotia +0.41082 aapg_ae_324.html aapg_ae_324.html:460:45194:45201 Tellico Knoxville, Tennessee +0.487135 aapg_ah_328.html aapg_ah_328.html:308:31746:31760 Newcastle Cheyenne, Wyoming +0.454064 aapg_ad_15.html aapg_ad_15.html:32:2430:2456 Signal Mountain Fort Sill +0.483912 gsa_html_7585247240 gsa_html_7585247240:54:3372:3400 Green River New Mexico +0.284566 aapg_ae_546.html aapg_ae_546.html:305:33210:33219 Smackover Bossier City, Louisiana +0.259677 aapg_af_888.html aapg_af_888.html:8:1157:1173 San Andres Nashville Basin +0.469989 aapg_ai_593.html aapg_ai_593.html:1868:182960:182966 Sierra Mexico +0.480365 geology_html_4912693224 geology_html_4912693224:257:22408:22415 Jackson Illinois +0.238097 aapg_ai_583.html aapg_ai_583.html:342:41608:41615 Rierdon Cheyenne, Wyoming +0.51397 aapg_af_52.html aapg_af_52.html:3:230:248 Rockdale Texas +0.471592 aapg_ah_762.html aapg_ah_762.html:304:33192:33202 Mount Head Middle East +0.256542 palaios_html_1729153923 palaios_html_1729153923:883:76449:76477 Naco Arizona +0.246007 aapg_ad_862.html aapg_ad_862.html:387:61646:61659 Venango Ohio +0.241032 cspg_html_8145657505 cspg_html_8145657505:115:17634:17653 Waterways Swan Hill, Victoria +0.255188 aapg_ac_493.html aapg_ac_493.html:106:14482:14491 Sheffield England +0.28037 aapg_af_775.html aapg_af_775.html:249:16207:16216 Catahoula Beaumont, Texas +0.49192 aapg_ai_153.html aapg_ai_153.html:402:61768:61787 Minnelusa Cheyenne, Wyoming +0.28713 aapg_ac_888.html aapg_ac_888.html:408:27967:27974 Clinton Erie County, New York +0.490782 aapg_ae_143.html aapg_ae_143.html:6:792:800 Columbia Lacombe, Alberta +0.504505 aapg_ac_326.html aapg_ac_326.html:83:7299:7305 Nassau Miami +0.252813 aapg_ai_581.html aapg_ai_581.html:206:21706:21731 Greenhorn Black Hills +0.27486 aapg_ac_190.html aapg_ac_190.html:264:44935:44943 Columbia Wayne County, Michigan +0.26265 aapg_ac_335.html aapg_ac_335.html:172:16407:16413 Frisco Frisco, Texas +0.268155 sedimentology_html_7307608267 sedimentology_html_7307608267:841:50420:50424 Rome Lazio +0.24429 aapg_aa_16.html aapg_aa_16.html:202:21028:21048 North Horn Flagstaff, Arizona +0.468587 aapg_af_880.html aapg_af_880.html:466:70554:70569 Supai New Mexico +0.24638 geology_html_2590384709 geology_html_2590384709:17:1178:1184 Denver Colorado +0.244989 sedimentology_html_1958297829 sedimentology_html_1958297829:16:1160:1186 Jose Spain +0.252909 gsa_html_1130947011 gsa_html_1130947011:637:60592:60607 Maquoketa Bloomington, Illinois +0.494019 aapg_ah_782.html aapg_ah_782.html:569:54094:54099 Atoka Wichita, Kansas +0.26061 cspg_html_4374961624 cspg_html_4374961624:144:18411:18422 Mount Whyte Mount Robson Provincial Park +0.488241 aapg_ah_678.html aapg_ah_678.html:427:50783:50812 Rio Grande Mexico +0.48501 geology_html_8870678382 geology_html_8870678382:292:24948:24954 Jordan Germany +0.483674 aapg_ac_333.html aapg_ac_333.html:1393:161750:161758 Beaumont New Mexico +0.479245 gsa_html_4408649953 gsa_html_4408649953:1120:94330:94338 Columbia Charleston, South Carolina +0.26214 cspg_html_7866293053 cspg_html_7866293053:306:37050:37067 Moosebar Gladstone, Oregon +0.261057 cspg_html_5141367518 cspg_html_5141367518:156:23808:23825 Pakowki Crowsnest Pass, Alberta +0.46011 geology_html_7988307711 geology_html_7988307711:277:23167:23173 Brazil Mato Grosso do Sul +0.487548 jgeology_html_9867650961 jgeology_html_9867650961:533:38957:38975 Morrison Colorado +0.25443 palaios_html_4736927967 palaios_html_4736927967:791:69551:69568 Palliser Canada +0.25653 sedimentology_html_9935378139 sedimentology_html_9935378139:794:34941:34950 Extension Tyrrhenian Sea +0.249498 cspg_html_6611173979 cspg_html_6611173979:69:9592:9614 Beaverhill Lacombe, Alberta +0.82894 aapg_ae_415.html aapg_ae_415.html:879:109820:109839 Paynes Hammock Wayne County, Michigan +0.47229 cspg_html_8568877195 cspg_html_8568877195:635:78001:78023 Belly River Lacombe, Alberta +0.491582 aapg_aa_15.html aapg_aa_15.html:84:11147:11155 Wellborn Texas +0.244036 gsa_html_7791910472 gsa_html_7791910472:653:57013:57022 Natkusiak Victoria Island (Nigeria) +0.481535 aapg_ai_750.html aapg_ai_750.html:111:11638:11657 Sunniland Melbourne, Florida +0.246492 cspg_html_2175627313 cspg_html_2175627313:101:12455:12463 Columbia Victoria, British Columbia +0.500598 aapg_aa_975.html aapg_aa_975.html:141:15481:15502 Riley Texas County, Missouri +0.516924 gsa_html_5274400800 gsa_html_5274400800:692:56107:56125 Monterey California +0.478 sedimentology_html_7461243943 sedimentology_html_7461243943:936:60914:60920 Denver Colorado +0.239956 aapg_ah_506.html aapg_ah_506.html:78:8233:8251 Genshaw West Michigan +0.2625 cspg_html_9675666588 cspg_html_9675666588:691:73081:73093 Wilcox Texas +0.512213 AMJC_html_1873062106 AMJC_html_1873062106:1131:117727:117748 Mesaverde Logan, Utah +0.478412 cspg_html_6306091047 cspg_html_6306091047:172:25264:25273 Baldonnel Victoria, British Columbia +0.24939 cspg_html_1312400675 cspg_html_1312400675:201:23842:23849 Bearpaw Edmonton, London +0.467038 aapg_ad_446.html aapg_ad_446.html:445:51765:51783 Bedford Cuyahoga County, Ohio +0.262474 sedimentology_html_1180682367 sedimentology_html_1180682367:973:97861:97866 Stark Republic of China +0.489599 aapg_ac_221.html aapg_ac_221.html:268:33548:33565 Repetto Los Angeles +0.255488 cspg_html_7866293053 cspg_html_7866293053:165:16442:16460 Moosebar Victoria, British Columbia +0.254625 aapg_ai_402.html aapg_ai_402.html:14:1511:1522 San Antonio Texas +0.253916 aapg_ae_305.html aapg_ae_305.html:1586:151451:151470 Carbonera Barinas State +0.242853 geology_html_4664906472 geology_html_4664906472:83:9968:10002 Cumberland Piedmont (United States) +0.237105 geology_html_7784703862 geology_html_7784703862:17:1186:1194 Michigan Michigan +0.265608 sedimentology_html_7195393000 sedimentology_html_7195393000:1412:98425:98443 Frontier Cheyenne, Wyoming +0.255009 aapg_ac_913.html aapg_ac_913.html:28:3128:3138 Hartshorne Atoka, Oklahoma +0.262769 sedimentology_html_5365615944 sedimentology_html_5365615944:713:55696:55712 Chinle Colorado Plateau +0.252464 cspg_html_4260503134 cspg_html_4260503134:9:923:943 Ravenscrag Regina, Saskatchewan +0.479552 sedimentology_html_9289224221 sedimentology_html_9289224221:1014:76355:76360 Simla Chandpur District +0.2545 cspg_html_3850954719 cspg_html_3850954719:393:47721:47738 Cardium Lacombe, Alberta +0.256522 aapg_ac_126.html aapg_ac_126.html:212:31884:31907 Bossier Haynesville, Louisiana +0.491384 aapg_ai_477.html aapg_ai_477.html:20:2682:2703 Peace River Pine River (Michigan) +0.479591 aapg_ad_808.html aapg_ad_808.html:1356:92596:92600 Wendover Lima, Ohio +0.260428 jgeology_html_4115179562 jgeology_html_4115179562:235:17192:17207 Price Unicoi, Tennessee +0.50715 cspg_html_6252417471 cspg_html_6252417471:341:51400:51422 Eureka Sound Ellesmere Island +0.246384 aapg_ad_653.html aapg_ad_653.html:324:40359:40371 Kingak Canada +0.490261 gsa_html_4216613284 gsa_html_4216613284:85:8936:8942 Kaibab San Juan, Argentina +0.253967 sedimentology_html_2139169476 sedimentology_html_2139169476:913:63945:63951 Moscow Russia +0.261085 aapg_ae_307.html aapg_ae_307.html:208:13362:13367 Price Llano Estacado +0.478406 cspg_html_8362959053 cspg_html_8362959053:84:12897:12910 Mountain Park Lacombe, Alberta +0.253895 aapg_ad_335.html aapg_ad_335.html:159:19491:19513 Allen Ridge Rawlins, Wyoming +0.539354 aapg_ac_538.html aapg_ac_538.html:428:49049:49065 Viking Lacombe, Alberta +0.473304 sedimentology_html_9050173913 sedimentology_html_9050173913:981:125483:125487 Hall London, Ontario +0.47998 cspg_html_7866465429 cspg_html_7866465429:222:23792:23797 Price Lacombe, Alberta +0.263168 jgeology_html_4289404569 jgeology_html_4289404569:311:28494:28522 Green River Cheyenne, Wyoming +0.262 cspg_html_8532932475 cspg_html_8532932475:310:32063:32080 Bluesky Willapa Bay +0.262614 sedimentology_html_6382215824 sedimentology_html_6382215824:952:72066:72075 Gog Canada +0.49816 cspg_html_9354781888 cspg_html_9354781888:1030:71095:71119 Amaranth Manitoba +0.253492 aapg_ae_697.html aapg_ae_697.html:514:55344:55349 Keele England +0.269698 aapg_ae_288.html aapg_ae_288.html:156:21160:21174 Cloverly Cheyenne, Wyoming +0.48603 aapg_af_130.html aapg_af_130.html:149:27126:27133 Sly Gap Sacramento Mountains (California) +0.2495 geology_html_1787649347 geology_html_1787649347:425:27631:27634 Rye Netherlands +0.521478 aapg_af_471.html aapg_af_471.html:282:33136:33144 Parkwood Hartselle, Alabama +0.255528 aapg_ac_690.html aapg_ac_690.html:53:5198:5205 El Paso El Paso, Texas +0.469336 sedimentology_html_1368355565 sedimentology_html_1368355565:115:12974:12980 Sonora California +0.25104 gsa_html_1636483297 gsa_html_1636483297:830:73844:73865 Green River Cheyenne, Wyoming +0.481425 aapg_ad_973.html aapg_ad_973.html:172:18303:18310 Yucatan Melbourne, Florida +0.2601 aapg_ae_692.html aapg_ae_692.html:529:54057:54068 Eagle Niobrara, Nebraska +0.24206 aapg_ad_2.html aapg_ad_2.html:860:122095:122114 Allentown Lehigh County, Pennsylvania +0.258552 cspg_html_3385840278 cspg_html_3385840278:105:15790:15804 Woodbend Lacombe, Alberta +0.260036 aapg_ah_859.html aapg_ah_859.html:235:27935:27954 Williston Melbourne, Florida +0.247923 aapg_aa_803.html aapg_aa_803.html:457:49643:49660 Harmony Reno, Nevada +0.529074 aapg_ah_536.html aapg_ah_536.html:249:33599:33614 Sligo Pine Island (Lee County, Florida) +0.481584 gsa_html_4671856643 gsa_html_4671856643:17:1139:1150 San Antonio Beaumont, Texas +0.470782 aapg_aa_626.html aapg_aa_626.html:338:36393:36401 Virginia Virginia +0.491667 gsa_html_8398449001 gsa_html_8398449001:982:79683:79711 Green River Colorado +0.470288 sedimentology_html_3817992518 sedimentology_html_3817992518:641:41935:41945 Washington Seattle +0.479688 cspg_html_7994114775 cspg_html_7994114775:218:32137:32158 Missisauga Logan Canyon +0.257024 aapg_ai_326.html aapg_ai_326.html:246:30555:30566 Port Jervis Helderberg +0.248425 gsa_html_6837536663 gsa_html_6837536663:12:558:568 Washington Richland, Washington +0.25948 aapg_ac_313.html aapg_ac_313.html:153:19132:19147 Coban Guatemala +0.247464 cspg_html_6108854431 cspg_html_6108854431:52:7459:7481 Hillsborough New Brunswick, New Jersey +0.570732 aapg_ad_457.html aapg_ad_457.html:453:52422:52440 Ogallala Texas +0.2545 aapg_ai_826.html aapg_ai_826.html:78:8847:8856 Vicksburg Western world +0.47712 aapg_aa_4.html aapg_aa_4.html:81:9895:9912 Genesee Lake Erie +0.515736 aapg_ah_276.html aapg_ah_276.html:342:33001:33019 Monterey California +0.2688 aapg_ac_829.html aapg_ac_829.html:102:12427:12444 Prairie Regina, Saskatchewan +0.473538 aapg_ad_127.html aapg_ad_127.html:40:3937:3947 Washington Wabash River +0.256565 aapg_ad_368.html aapg_ad_368.html:170:14807:14832 Newcastle Newcastle, New South Wales +0.261021 aapg_ah_722.html aapg_ah_722.html:598:73435:73456 Beaufort North Slope Borough, Alaska +0.269357 aapg_af_120.html aapg_af_120.html:166:18461:18467 Galena Maquoketa, Iowa +0.495208 geology_html_4386567919 geology_html_4386567919:175:18815:18821 Jordan Logan, Utah +0.270578 aapg_ac_451.html aapg_ac_451.html:161:17842:17865 West Foreland Kenai, Alaska +0.25676 palaios_html_7841806577 palaios_html_7841806577:512:53764:53771 Madison Decorah, Iowa +0.366048 aapg_aa_739.html aapg_aa_739.html:56:7267:7284 Roberts Mountains Table Mountain +0.289952 jgeology_html_1762066237 jgeology_html_1762066237:163:11815:11835 Pennington Kentucky +0.48307 cspg_html_4298557570 cspg_html_4298557570:831:70413:70427 St. Mary River Lacombe, Alberta +0.491665 aapg_ad_581.html aapg_ad_581.html:9:1191:1195 Rome Waynesboro, Pennsylvania +0.26367 cspg_html_9119878068 cspg_html_9119878068:291:35918:35941 Waterways Swan Hill, Victoria +0.8602 aapg_aa_147.html aapg_aa_147.html:113:14368:14377 Red River Red River of the North +0.43757 gsa_html_5583768987 gsa_html_5583768987:17:867:875 Colorado Denver +0.235638 cspg_html_2419618566 cspg_html_2419618566:205:29090:29108 Starbird Middle East +0.246648 gsa_html_4137054086 gsa_html_4137054086:525:33620:33631 Grand River Mira Road +0.247374 aapg_ac_613.html aapg_ac_613.html:87:11396:11405 Mesaverde San Juan, Argentina +0.481265 aapg_ae_146.html aapg_ae_146.html:256:23989:23995 Diablo Coahuila +0.528264 aapg_ac_912.html aapg_ac_912.html:46:5201:5221 Phosphoria Cheyenne, Wyoming +0.437028 aapg_ac_632.html aapg_ac_632.html:36:4290:4302 Tongue River Cheyenne, Wyoming +0.502765 cspg_html_9735723617 cspg_html_9735723617:261:33099:33119 Weatherall Melville Island (Canada) +0.236027 sedimentology_html_8803606067 sedimentology_html_8803606067:2361:161545:161557 Rhododendron Malesia +0.248196 cspg_html_3129231627 cspg_html_3129231627:398:50313:50332 Bay Fiord Middle Ordovician +0.239021 aapg_ac_414.html aapg_ac_414.html:375:42796:42802 Denver Colorado +0.255458 aapg_ai_159.html aapg_ai_159.html:221:25714:25728 Caimito Culebra, Puerto Rico +0.359652 aapg_ai_49.html aapg_ai_49.html:105:10593:10608 Wood River Boise, Idaho +0.2688 aapg_ae_73.html aapg_ae_73.html:529:71148:71153 Raton Trinidad and Tobago +0.278236 aapg_ah_411.html aapg_ah_411.html:23:3872:3890 Sundance Cheyenne, Wyoming +0.496392 cspg_html_5889831809 cspg_html_5889831809:75:10337:10345 Wabiskaw Clearwater, Florida +0.2595 cspg_html_4555867289 cspg_html_4555867289:84:9978:10000 Charlie Lake Western world +0.244458 cspg_html_3521815736 cspg_html_3521815736:234:32955:32981 Sulphur Mountain Western world +0.252973 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8897:8917 Swan River Regina, Saskatchewan +0.477225 aapg_ai_31.html aapg_ai_31.html:89:9710:9719 Catahoula Oakville, California +0.247008 cspg_html_8649903682 cspg_html_8649903682:405:31435:31453 Goodrich Pine River (Michigan) +0.48762 aapg_ai_107.html aapg_ai_107.html:660:59174:59195 Eagle Smith County, Kansas +0.497354 cspg_html_3521815736 cspg_html_3521815736:284:39711:39726 Liard Western world +0.256854 aapg_ad_960.html aapg_ad_960.html:24:2768:2776 Vaqueros Durham, North Carolina +0.262143 cspg_html_5241714595 cspg_html_5241714595:216:33480:33500 Dawson Bay Regina, Saskatchewan +0.243972 gsa_html_9299329909 gsa_html_9299329909:575:67225:67235 Santa Cruz Northern Mariana Islands +0.252003 cspg_html_3461588378 cspg_html_3461588378:64:9245:9253 Columbia Tulameen River +0.246302 gsa_html_7195000001 gsa_html_7195000001:672:95259:95269 Fort Union Cheyenne, Wyoming +0.247504 geology_html_9865116883 geology_html_9865116883:12:549:555 Oregon Salem, Oregon +0.49011 aapg_af_575.html aapg_af_575.html:1189:171030:171044 Colorado Iowa +0.48705 gsa_html_1324861111 gsa_html_1324861111:14:761:772 San Antonio Texas +0.255025 cspg_html_7989435905 cspg_html_7989435905:76:8559:8572 Turner Valley Pincher Creek, Alberta +0.489402 gsa_html_1885101240 gsa_html_1885101240:68:6078:6106 Green River New Mexico +0.265029 cspg_html_6252417471 cspg_html_6252417471:132:20561:20582 Christopher Banks Island +0.249444 gsa_html_5879695606 gsa_html_5879695606:131:8355:8363 Santiago Chile +0.514572 aapg_ac_971.html aapg_ac_971.html:90:12195:12213 Richmond Knoxville, Tennessee +0.929296 aapg_ah_654.html aapg_ah_654.html:1008:104019:104038 Chugwater John Crow Mountains +0.48278 aapg_ac_417.html aapg_ac_417.html:40:6103:6111 Crescent Roslyn, New York +0.498834 cspg_html_1058139432 cspg_html_1058139432:565:72342:72350 Columbia Elk Valley (British Columbia) +0.259434 aapg_ae_35.html aapg_ae_35.html:24:2140:2172 Duchesne River Uinta Mountains +0.247968 sedimentology_html_9410532865 sedimentology_html_9410532865:321:27023:27044 Green River Cheyenne, Wyoming +0.27195 sedimentology_html_1338997515 sedimentology_html_1338997515:2154:81972:81978 Banner Hanson, Massachusetts +0.479987 cspg_html_3271078123 cspg_html_3271078123:6:355:389 Waterways Lacombe, Alberta +0.250428 cspg_html_5542874609 cspg_html_5542874609:15:2312:2330 Lea Park Lacombe, Alberta +0.468312 cspg_html_4115129593 cspg_html_4115129593:7:658:677 Dezadeash Anchorage, Alaska +0.25959 sedimentology_html_2257249656 sedimentology_html_2257249656:27:1939:1948 San Diego La Jolla +0.489114 cspg_html_4272664788 cspg_html_4272664788:413:47471:47486 Banff Lacombe, Alberta +0.256011 aapg_ac_920.html aapg_ac_920.html:39:6363:6380 Oquirrh Oquirrh Mountain Utah Temple +0.49543 sedimentology_html_8502352648 sedimentology_html_8502352648:193:15026:15035 Peninsula Bering Sea +0.48822 gsa_html_8016832495 gsa_html_8016832495:12:369:375 Reston Virginia +0.2395 cspg_html_6736202792 cspg_html_6736202792:29:3319:3345 Athabasca Lacombe, Alberta +0.268822 aapg_ae_72.html aapg_ae_72.html:135:15564:15587 Honaker Hermosa, Chicago +0.228435 aapg_aa_15.html aapg_aa_15.html:108:14416:14424 Colorado Brookeland, Texas +0.47322 gsa_html_6595462156 gsa_html_6595462156:11:445:455 Washington Seattle +0.244035 cspg_html_2882304151 cspg_html_2882304151:13:1815:1839 Mountain Park Dissected Till Plains +0.261919 aapg_ae_3.html aapg_ae_3.html:202:28277:28293 Humbug Western world +0.507454 aapg_ah_646.html aapg_ah_646.html:136:16256:16273 Chinle Moenkopi Formation +0.262144 jgeology_html_2497886918 jgeology_html_2497886918:162:9400:9409 Peninsula Korea +0.2415 aapg_ah_534.html aapg_ah_534.html:349:29294:29313 Palmerton Esopus Creek +0.248997 palaios_html_5126640267 palaios_html_5126640267:433:52528:52536 Buff Bay Jamaica, Queens +0.25654 cspg_html_8691653606 cspg_html_8691653606:16:1483:1491 Columbia Victoria, British Columbia +0.24941 palaios_html_8738458399 palaios_html_8738458399:78:10468:10476 Colorado Denver +0.258981 cspg_html_7561290301 cspg_html_7561290301:245:29673:29682 Keg River Lacombe, Alberta +0.264704 gsa_html_8881958017 gsa_html_8881958017:629:58312:58318 Nicola Victoria, British Columbia +0.510516 cspg_html_5699627350 cspg_html_5699627350:33:5406:5422 Viking Lacombe, Alberta +0.239554 aapg_af_575.html aapg_af_575.html:857:121635:121639 Hale Brentwood, Essex +0.27454 palaios_html_2621173808 palaios_html_2621173808:386:41964:41979 Liard Great Britain +0.51039 aapg_aa_712.html aapg_aa_712.html:95:11491:11499 Glenwood Illinois +0.48705 gsa_html_4355602156 gsa_html_4355602156:58:3478:3506 Green River New Mexico +0.269808 cspg_html_2198503252 cspg_html_2198503252:8:877:897 Big Valley Regina, Saskatchewan +0.292236 cspg_html_6064089067 cspg_html_6064089067:47:5122:5141 Red River Manitoba +0.524365 aapg_ah_201.html aapg_ah_201.html:3:364:381 Cardium Lacombe, Alberta +0.249639 gsa_html_3330587082 gsa_html_3330587082:416:36775:36784 Partridge Piermont, New York +0.275028 geology_html_2069588739 geology_html_2069588739:113:11081:11085 Java Earth +0.255021 cspg_html_2799817929 cspg_html_2799817929:270:35105:35138 Halfway Victoria, British Columbia +0.499372 aapg_ae_474.html aapg_ae_474.html:19:2482:2488 Bethel Bethel, Alaska +0.254989 aapg_ai_399.html aapg_ai_399.html:428:43289:43306 Ripley Lagrangian point +0.421785 cspg_html_3060428958 cspg_html_3060428958:26:4180:4197 Bearpaw Lethbridge +0.270764 aapg_ad_720.html aapg_ad_720.html:628:54777:54806 San Andres Carlsbad, New Mexico +0.431756 cspg_html_5697056884 cspg_html_5697056884:527:53814:53843 Winnipeg Renville County, Minnesota +0.247883 aapg_ai_323.html aapg_ai_323.html:244:19125:19144 La Quinta Venezuela +0.276094 cspg_html_4326384800 cspg_html_4326384800:154:21908:21920 Cooking Lake Lacombe, Alberta +0.24696 aapg_ac_841.html aapg_ac_841.html:596:66201:66218 Esquias Comayagua +0.476652 aapg_ae_729.html aapg_ae_729.html:573:68676:68682 Oxford England +0.47328 palaios_html_6197559060 palaios_html_6197559060:64:7235:7243 Virginia Norfolk, Virginia +0.267786 aapg_ac_633.html aapg_ac_633.html:87:8353:8368 Molas Colorado +0.493506 aapg_ai_333.html aapg_ai_333.html:13:1931:1937 Reston Virginia +0.451218 aapg_ai_860.html aapg_ai_860.html:121:18448:18456 Virginia Knoxville, Tennessee +0.538274 aapg_ah_276.html aapg_ah_276.html:341:32673:32691 Monterey California +0.245 cspg_html_2928630722 cspg_html_2928630722:13:2401:2409 Columbia Victoria, British Columbia +0.255524 geology_html_7006210130 geology_html_7006210130:255:21586:21590 Kamo Earth +0.492701 aapg_aa_640.html aapg_aa_640.html:9:817:825 Victoria Gippsland +0.236302 gsa_html_9207276905 gsa_html_9207276905:333:29068:29076 Columbia Victoria, British Columbia +0.489219 AMJC_html_6755612993 AMJC_html_6755612993:98:11104:11111 Norfolk Washington (state) +0.25092 palaios_html_6676788300 palaios_html_6676788300:268:35099:35110 Ludlowville Skaneateles (village), New York +0.923512 aapg_ai_947.html aapg_ai_947.html:418:66557:66598 San Joaquin California +0.457326 geology_html_9952457486 geology_html_9952457486:237:18401:18426 Barstow California +0.253532 cspg_html_5740360566 cspg_html_5740360566:42:6016:6034 Grosmont Lacombe, Alberta +0.251906 aapg_af_922.html aapg_af_922.html:99:13122:13129 Waverly Cuyahoga County, Ohio +0.48144 gsa_html_6212532476 gsa_html_6212532476:894:71379:71404 Bouse Colorado +0.500681 cspg_html_1993014403 cspg_html_1993014403:176:22881:22898 Cardium Sunriver, Oregon +0.24108 cspg_html_5976982403 cspg_html_5976982403:113:15805:15816 Fort Steele Victoria, British Columbia +0.4683 aapg_ae_135.html aapg_ae_135.html:57:5076:5082 Paluxy Rodessa, Louisiana +0.257775 cspg_html_7330983978 cspg_html_7330983978:684:57188:57225 Slave Point Victoria, British Columbia +0.260337 aapg_ac_270.html aapg_ac_270.html:30:2836:2855 Clinton Tripoli, Lebanon +0.264158 gsa_html_4922631598 gsa_html_4922631598:577:66654:66672 Ogallala New Mexico +0.257045 aapg_aa_544.html aapg_aa_544.html:53:6696:6703 Madison Black Hills +0.496356 sedimentology_html_7775845660 sedimentology_html_7775845660:663:57207:57215 Monterey California +0.4848 gsa_html_2509147847 gsa_html_2509147847:690:75675:75685 Washington Boise, Idaho +0.4966 palaios_html_2467851635 palaios_html_2467851635:300:33676:33689 Santa Barbara San Diego Zoo +0.47712 cspg_html_4245715705 cspg_html_4245715705:71:8875:8887 Saskatchewan Victoria, British Columbia +0.499174 aapg_ah_822.html aapg_ah_822.html:70:6045:6056 San Joaquin Central Valley (California) +0.251346 aapg_af_858.html aapg_af_858.html:203:19570:19587 Black River Ohio +0.473 jgeology_html_6388378441 jgeology_html_6388378441:166:12722:12737 Berino New Mexico +0.49665 gsa_html_9052101586 gsa_html_9052101586:599:73825:73836 Peoria Lake Michigan +0.470288 aapg_af_575.html aapg_af_575.html:798:111562:111572 Hartshorne Atoka, Oklahoma +0.258981 sedimentology_html_3965291962 sedimentology_html_3965291962:813:52576:52586 Rio Grande Colorado +0.49088 gsa_html_3357931528 gsa_html_3357931528:59:3874:3902 Green River Iran +0.495423 cspg_html_2098485391 cspg_html_2098485391:20:2569:2577 Kagawong Manitoulin Island +0.243045 AMJC_html_4446957148 AMJC_html_4446957148:720:75042:75062 Vassalboro Portland, Maine +0.470496 aapg_ak_104.html aapg_ak_104.html:52:8008:8029 Little Flat Boise, Idaho +0.489583 cspg_html_3384086241 cspg_html_3384086241:51:5341:5354 Fernie Kootenay River +0.262654 gsa_html_3648258377 gsa_html_3648258377:727:66870:66882 Marshalltown Merchantville, New Jersey +0.254904 palaios_html_5434133746 palaios_html_5434133746:369:34474:34480 Brazil Wilby, Suffolk +0.489168 geology_html_4913268241 geology_html_4913268241:98:9318:9321 Arc Gibraltar +0.48925 aapg_ae_383.html aapg_ae_383.html:400:30293:30303 Noel Arkansas +0.42042 aapg_ah_3.html aapg_ah_3.html:106:14200:14223 Viking Lacombe, Alberta +0.488796 aapg_ae_502.html aapg_ae_502.html:470:46468:46472 Vail North Atlantic Current +0.248857 gsa_html_2743423721 gsa_html_2743423721:739:72914:72919 Stark Republic of China +0.258028 palaios_html_4010001639 palaios_html_4010001639:203:20076:20082 Oxford Benton, Arkansas +0.268323 aapg_ai_250.html aapg_ai_250.html:3:194:211 Manitou Colorado +0.26677 jgeology_html_4305195651 jgeology_html_4305195651:3616:244714:244735 Mauch Chunk Pennsylvania +0.259065 cspg_html_2863271815 cspg_html_2863271815:130:17306:17322 Guelph Guelph +0.3951 cspg_html_8694594891 cspg_html_8694594891:165:17720:17738 Billings Carlsbad, New Mexico +0.47752 aapg_ac_227.html aapg_ac_227.html:78:8086:8092 Denver Colorado +0.2565 aapg_aa_960.html aapg_aa_960.html:459:35491:35514 Duchesne River Weber River +0.251715 aapg_ai_98.html aapg_ai_98.html:170:23772:23795 Smackover Texas +0.251808 sedimentology_html_3272211803 sedimentology_html_3272211803:991:50929:50941 Golden Grove Barbados +0.248446 gsa_html_5952049575 gsa_html_5952049575:874:83636:83653 Wasatch Cheyenne, Wyoming +0.499488 aapg_ae_440.html aapg_ae_440.html:129:14152:14159 Edwards Richland, Washington +0.49816 aapg_ac_807.html aapg_ac_807.html:762:75179:75201 Castle Hayne Dorchester County, Maryland +0.488889 aapg_ac_566.html aapg_ac_566.html:663:73390:73396 Oxford England +0.474315 aapg_ae_904.html aapg_ae_904.html:323:33697:33706 Spearfish Spearfish, South Dakota +0.261096 cspg_html_4796942391 cspg_html_4796942391:426:48422:48440 Dunvegan Lacombe, Alberta +0.494844 cspg_html_7404699681 cspg_html_7404699681:206:21579:21596 Toby Victoria, British Columbia +0.469116 aapg_af_2.html aapg_af_2.html:732:66957:66965 Colorado Arizona +0.256522 cspg_html_3762708087 cspg_html_3762708087:27:3822:3842 Bow Island Suffield, Connecticut +0.255915 geology_html_6407364180 geology_html_6407364180:76:7006:7031 Navajo Logan, Utah +0.732578 gsa_html_3447147750 gsa_html_3447147750:421:28268:28283 Yazoo Vail, Colorado +0.247968 gsa_html_3883467297 gsa_html_3883467297:1171:83365:83375 Santa Cruz California +0.484124 cspg_html_3893568904 cspg_html_3893568904:25:3313:3323 Clearwater Central Alberta +0.25636 cspg_html_8532932475 cspg_html_8532932475:624:56271:56297 Halfway Lacombe, Alberta +0.501036 aapg_aa_604.html aapg_aa_604.html:53:7154:7158 Java South Sulawesi +0.26418 aapg_ah_174.html aapg_ah_174.html:213:28365:28374 San Pedro Canoa Quebrada +0.266135 cspg_html_5241714595 cspg_html_5241714595:302:46504:46522 Duvernay East Asia +0.26068 aapg_ae_1.html aapg_ae_1.html:76:10710:10716 Dakota Denver +0.261612 cspg_html_3772380029 cspg_html_3772380029:728:89983:89991 Thornloe Ontario, California +0.268308 jgeology_html_3899973304 jgeology_html_3899973304:787:51247:51256 Hampshire New Hampshire +0.4674 jgeology_html_8494933343 jgeology_html_8494933343:478:37420:37429 Bidahochi Colorado +0.244528 gsa_html_5625878232 gsa_html_5625878232:284:39672:39677 Spray Hornby Island +0.466506 palaios_html_2048556014 palaios_html_2048556014:379:40228:40244 Marjum Logan, Utah +0.438858 cspg_html_9713614580 cspg_html_9713614580:181:25466:25484 Belly River Milk River, Alberta +0.4966 gsa_html_5627360957 gsa_html_5627360957:458:43927:43935 Colorado Arizona +0.67252 aapg_ac_612.html aapg_ac_612.html:344:34894:34909 Swift Colorado +0.44891 aapg_ae_415.html aapg_ae_415.html:780:96704:96723 Catahoula Flint River (Michigan) +0.885081 sedimentology_html_7390870545 sedimentology_html_7390870545:140:13048:13062 Rove Ontario, California +0.476064 AMJC_html_7278640698 AMJC_html_7278640698:585:77137:77145 Columbia Fulton, Missouri +0.50509 aapg_ah_847.html aapg_ah_847.html:83:9573:9581 Navesink New Egypt, New Jersey +0.840565 aapg_ad_149.html aapg_ad_149.html:287:27795:27811 Ireton Lacombe, Alberta +0.260598 cspg_html_4617311907 cspg_html_4617311907:363:55727:55740 Windsor Bridgetown, Nova Scotia +0.262128 aapg_aa_254.html aapg_aa_254.html:80:8577:8593 Paluxy Davis, California +0.271432 aapg_ae_446.html aapg_ae_446.html:335:34602:34605 Abo New Mexico +0.476268 gsa_html_9457387752 gsa_html_9457387752:1010:83454:83482 Green River Colorado +0.494252 gsa_html_7134346687 gsa_html_7134346687:30:2772:2800 Green River Colorado +0.253206 aapg_ai_822.html aapg_ai_822.html:27:4868:4899 Salina Ontario, California +0.512771 aapg_ae_113.html aapg_ae_113.html:355:46622:46641 Allen Bay Little Cornwallis Island +0.505284 aapg_ad_402.html aapg_ad_402.html:3:156:178 Imperial Canada +0.462186 aapg_af_808.html aapg_af_808.html:342:45808:45826 Scotland Venezuela +0.24035 gsa_html_5737673651 gsa_html_5737673651:555:45927:45936 Flagstaff Arizona +0.234684 palaios_html_9359679595 palaios_html_9359679595:777:60229:60248 Robertson Salem, Oregon +0.4615 aapg_ac_333.html aapg_ac_333.html:610:74281:74285 Naco Hermosa, Chicago +0.263048 aapg_ai_969.html aapg_ai_969.html:198:21958:21966 Niobrara Benton, Arkansas +0.273525 cspg_html_6252417471 cspg_html_6252417471:427:61611:61628 Bearpaw Lacombe, Alberta +0.248965 geology_html_9554214556 geology_html_9554214556:16:901:909 Virginia Reston, Virginia +0.48735 geology_html_7081929997 geology_html_7081929997:300:23570:23580 San Felipe San Jacinto, California +0.525888 gsa_html_4455106066 gsa_html_4455106066:70:5613:5641 Green River Colorado +0.47223 aapg_ai_991.html aapg_ai_991.html:52:5458:5466 Kirkwood Closter, New Jersey +0.2337 aapg_aa_960.html aapg_aa_960.html:488:37589:37597 Colorado Carmel, Indiana +0.2522 aapg_ai_49.html aapg_ai_49.html:625:82453:82473 San Andres New Mexico +0.48514 cspg_html_6193252551 cspg_html_6193252551:37:7427:7448 Lawrence Anticosti Island +0.265104 cspg_html_6383234409 cspg_html_6383234409:670:66964:66984 Bird Fiord Ellesmere Island +0.267786 cspg_html_3926542795 cspg_html_3926542795:1740:170450:170458 Columbia Lacombe, Alberta +0.384048 sedimentology_html_5623851568 sedimentology_html_5623851568:1721:106246:106262 Curtis Logan, Utah +0.463672 aapg_aa_416.html aapg_aa_416.html:191:24454:24466 Medicine Hat Bow Island Airport +0.24059 palaios_html_5898287170 palaios_html_5898287170:947:66220:66230 Las Palmas Spain +0.487956 cspg_html_8089302449 cspg_html_8089302449:219:37545:37553 Ramparts Mackenzie River +0.270218 aapg_ad_154.html aapg_ad_154.html:34:4935:4942 Elbrook Sayre, Oklahoma +0.268099 aapg_ai_82.html aapg_ai_82.html:413:47616:47636 Greenbrier Dolomites +0.265224 aapg_ad_285.html aapg_ad_285.html:98:11885:11900 Wahoo Lisburne Peninsula +0.491008 gsa_html_8517233795 gsa_html_8517233795:628:57442:57472 Monterey California +0.36573 aapg_ac_486.html aapg_ac_486.html:697:89092:89098 Dakota Cheyenne County, Kansas +0.268224 cspg_html_3102530088 cspg_html_3102530088:599:74774:74794 Milk River Lacombe, Alberta +0.46272 geology_html_6386536089 geology_html_6386536089:294:24632:24638 Denver Colorado +0.380184 aapg_ac_613.html aapg_ac_613.html:55:7953:7978 Crevasse Canyon Fruitland, Idaho +0.264668 aapg_af_854.html aapg_af_854.html:686:96211:96217 Warsaw Kentucky +0.49518 aapg_aa_702.html aapg_aa_702.html:615:100778:100797 Spearfish Williston, Vermont +0.494252 aapg_ac_90.html aapg_ac_90.html:145:22454:22460 Oregon Reno, Nevada +0.481265 cspg_html_5541725202 cspg_html_5541725202:286:40073:40077 Bell Springhill, Nova Scotia +0.486472 aapg_ai_468.html aapg_ai_468.html:52:7101:7108 Hosston Cotton Valley, Louisiana +0.473184 geology_html_4437314453 geology_html_4437314453:102:9124:9140 Maroon Colorado +0.485706 aapg_ad_802.html aapg_ad_802.html:89:12434:12443 Sunniland Melbourne, Florida +0.373097 aapg_ad_192.html aapg_ad_192.html:77:10374:10394 Tuscaloosa Shreveport, Louisiana +0.47773 aapg_ai_751.html aapg_ai_751.html:214:22779:22787 Virginia Dickinson County, Michigan +0.276451 cspg_html_8891363498 cspg_html_8891363498:396:34754:34774 Blue Fiord Anchorage, Alaska +0.489538 aapg_ai_980.html aapg_ai_980.html:682:60088:60096 Kootenai Cut Bank, Montana +0.247476 cspg_html_8198875303 cspg_html_8198875303:87:13251:13259 Wabiskaw Bow Island Airport +0.235224 aapg_ae_878.html aapg_ae_878.html:377:38029:38033 Sims Ardmore, Pennsylvania +0.265895 geology_html_8841322008 geology_html_8841322008:275:27942:27949 Oceanic Kerguelen Plateau +0.258039 cspg_html_4664502755 cspg_html_4664502755:94:12658:12673 Pense Regina, Saskatchewan +0.434733 palaios_html_3022467877 palaios_html_3022467877:550:54207:54215 Virginia Long Island (Massachusetts) +0.472294 aapg_aa_415.html aapg_aa_415.html:347:50963:50978 Rio Grande Texas +0.482446 aapg_af_264.html aapg_af_264.html:163:23531:23546 Melville Island Canada +0.450296 gsa_html_3701935694 gsa_html_3701935694:20:851:882 Cram Hill Moretown, Vermont +0.2328 AMJC_html_8107504009 AMJC_html_8107504009:287:24899:24911 Fortin York +0.84448 aapg_ai_28.html aapg_ai_28.html:838:80242:80249 Lagarto Victoria, British Columbia +0.254464 sedimentology_html_2566540012 sedimentology_html_2566540012:1815:130607:130617 Washington Spokane, Washington +0.227395 sedimentology_html_3694687055 sedimentology_html_3694687055:1511:68135:68155 Boss Point Kingston, Jamaica +0.246945 AMJC_html_7984049819 AMJC_html_7984049819:453:44413:44429 Eliot Berwick, Pennsylvania +0.255936 aapg_ai_388.html aapg_ai_388.html:31:3742:3754 Rock Springs Cheyenne, Wyoming +0.261096 aapg_ah_52.html aapg_ah_52.html:142:19871:19885 Lodo California +0.486497 aapg_aa_644.html aapg_aa_644.html:580:51438:51456 Frontier Cheyenne, Wyoming +0.479808 aapg_ad_718.html aapg_ad_718.html:33:3242:3246 Kent Texas +0.250488 gsa_html_5670961546 gsa_html_5670961546:607:54493:54504 San Antonio San Antonio +0.473551 cspg_html_4727171280 cspg_html_4727171280:11:555:573 Edmonton Drumheller +0.51786 aapg_af_177.html aapg_af_177.html:16:2647:2667 Stonewall Stratford, Connecticut +0.2605 aapg_ad_860.html aapg_ad_860.html:334:20024:20068 Tensleep Erie, Pennsylvania +0.46906 sedimentology_html_9150879626 sedimentology_html_9150879626:27:1857:1863 Ithaca Corvallis, Oregon +0.246993 sedimentology_html_9710882522 sedimentology_html_9710882522:550:42762:42785 Umpqua Salem, Oregon +0.711684 palaios_html_7769060899 palaios_html_7769060899:30:2311:2322 Green River Logan, Utah +0.273962 aapg_ad_192.html aapg_ad_192.html:345:38449:38459 Tuscaloosa Shreveport, Louisiana +0.261057 gsa_html_7125621200 gsa_html_7125621200:77:8916:8919 Arc Israel +0.250494 gsa_html_9597147043 gsa_html_9597147043:1250:101486:101494 Suntrana Anchorage, Alaska +0.484932 aapg_af_188.html aapg_af_188.html:312:35756:35765 Beartooth Cheyenne, Wyoming +0.488735 aapg_ai_518.html aapg_ai_518.html:228:23328:23344 Elbert San Juan Mountains +0.468951 aapg_ac_486.html aapg_ac_486.html:10:1653:1661 Colorado Denver +0.454279 cspg_html_1503116552 cspg_html_1503116552:1764:247297:247317 Swan Hills Lacombe, Alberta +0.48951 aapg_ad_880.html aapg_ad_880.html:158:17027:17036 Newcastle Elk Mountain, Wyoming +0.255 jgeology_html_3739517257 jgeology_html_3739517257:1173:72111:72121 San Miguel New Mexico +0.262314 aapg_aa_23.html aapg_aa_23.html:872:114110:114119 Interlake Manitoba +0.497354 palaios_html_6273516581 palaios_html_6273516581:591:57647:57652 Lance Fort Union Trading Post National Historic Site +0.501034 cspg_html_3104351736 cspg_html_3104351736:660:76732:76741 Red River Shreveport, Louisiana +0.255224 aapg_ac_71.html aapg_ac_71.html:166:20962:20978 Dunlap Reno, Nevada +0.26826 cspg_html_4578604607 cspg_html_4578604607:329:46249:46287 Winnipegosis Regina, Saskatchewan +0.475059 palaios_html_8699778504 palaios_html_8699778504:236:24218:24226 Columbia Victoria, British Columbia +0.495471 aapg_aa_662.html aapg_aa_662.html:10:1277:1284 Clinton Guernsey County, Ohio +0.241065 aapg_aa_357.html aapg_aa_357.html:442:40675:40683 Colorado Dolores, Colorado +0.481005 gsa_html_1112286422 gsa_html_1112286422:698:69389:69417 Green River Colorado +0.265081 aapg_af_13.html aapg_af_13.html:877:84688:84707 Newcastle Cheyenne, Wyoming +0.268323 aapg_ac_719.html aapg_ac_719.html:116:12044:12062 Raton Trinidad and Tobago +0.478807 cspg_html_2695921112 cspg_html_2695921112:455:52777:52814 Clifton New Brunswick, New Jersey +0.468384 sedimentology_html_5372057865 sedimentology_html_5372057865:1001:79569:79607 Saddle Mountain Washington (state) +0.26162 aapg_ac_230.html aapg_ac_230.html:242:26461:26467 Sierra Western world +0.50112 aapg_ae_959.html aapg_ae_959.html:1759:127135:127148 Abo Texas +0.242514 geology_html_8405011379 geology_html_8405011379:14:798:808 Washington Seattle +0.241552 jgeology_html_9600984627 jgeology_html_9600984627:696:66454:66477 Fort Thompson Melbourne, Florida +0.263376 aapg_ad_81.html aapg_ad_81.html:1072:176251:176264 Madison Cheyenne, Wyoming +0.476451 aapg_af_664.html aapg_af_664.html:655:72022:72026 Word Nashville Basin +0.479465 palaios_html_5264377288 palaios_html_5264377288:752:59381:59410 Chickaloon Anchorage, Alaska +0.235704 gsa_html_2246096178 gsa_html_2246096178:125:11695:11711 Fish Canyon Tuff Colorado +0.51379 aapg_af_494.html aapg_af_494.html:89:9852:9867 Red Head Rapids Churchill River (Atlantic) +0.263133 aapg_aa_23.html aapg_aa_23.html:999:132737:132746 Interlake Manitoba +0.248857 aapg_ad_52.html aapg_ad_52.html:66:7742:7750 Michigan Michigan +0.265176 palaios_html_7647838115 palaios_html_7647838115:17:787:794 Waikato Earth +0.502437 cspg_html_6252417471 cspg_html_6252417471:305:44833:44854 Christopher Banks Island +0.927912 aapg_af_880.html aapg_af_880.html:512:76824:76844 Minnelusa Hartville, Missouri +0.26145 sedimentology_html_6078727073 sedimentology_html_6078727073:551:36219:36225 Madrid Calatayud (DO) +0.251715 cspg_html_3473883402 cspg_html_3473883402:520:71830:71841 Slave Point Victoria, British Columbia +0.266766 gsa_html_3096615185 gsa_html_3096615185:372:36722:36742 Dunn Bridgetown, Nova Scotia +0.271425 cspg_html_3476862609 cspg_html_3476862609:6:478:488 Washington Colville, Washington +0.25652 cspg_html_9717154602 cspg_html_9717154602:169:23253:23260 Bearpaw Lacombe, Alberta +0.276672 aapg_ai_96.html aapg_ai_96.html:171:17575:17594 Vicksburg Mexico +0.38479 aapg_aa_684.html aapg_aa_684.html:33:4145:4154 Chugwater Cheyenne, Wyoming +0.2646 sedimentology_html_3746379745 sedimentology_html_3746379745:100:11261:11270 Peninsula Yellow Sea +0.485648 sedimentology_html_2850465402 sedimentology_html_2850465402:93:9700:9710 Sherbrooke Quebec City +0.476341 AMJC_html_8620643989 AMJC_html_8620643989:824:88011:88036 Grosmont Western Canadian Sedimentary Basin +0.273513 aapg_ah_745.html aapg_ah_745.html:138:12043:12054 Platteville Glenwood, Utah +0.492093 cspg_html_2462765529 cspg_html_2462765529:227:39478:39490 Halfway Lacombe, Alberta +0.26571 aapg_ae_465.html aapg_ae_465.html:193:20507:20526 Smackover Cotton Valley, Louisiana +0.266752 aapg_ah_27.html aapg_ah_27.html:191:29938:29951 Barnett Fort Worth, Texas +0.258825 gsa_html_5865982995 gsa_html_5865982995:1039:113047:113066 Rock Springs Cheyenne, Wyoming +0.259045 gsa_html_6441142238 gsa_html_6441142238:1271:119158:119197 Prairie Michigan Basin +0.461941 gsa_html_3946358846 gsa_html_3946358846:853:79779:79790 Sheep Creek Death Valley +0.258063 aapg_aa_732.html aapg_aa_732.html:62:8755:8778 Comanche Peak Goodland, Kansas +0.49646 aapg_aa_147.html aapg_aa_147.html:873:89383:89392 Stonewall Inwood, New York +0.485648 aapg_aa_233.html aapg_aa_233.html:119:13147:13154 La Pena Matamoros, Tamaulipas +0.259875 aapg_ae_120.html aapg_ae_120.html:23:3080:3096 Viking Canada +0.248832 aapg_ai_239.html aapg_ai_239.html:62:5438:5443 Viola Ottumwa, Iowa +0.263088 aapg_ad_341.html aapg_ad_341.html:204:21185:21196 Jacksonburg Closter, New Jersey +0.709878 aapg_ae_993.html aapg_ae_993.html:368:36567:36586 Jefferson Boise, Idaho +0.476398 aapg_ah_387.html aapg_ah_387.html:352:35705:35714 Knoxville Knoxville, Illinois +0.69058 aapg_af_142.html aapg_af_142.html:217:26943:26950 Bossier Cotton Valley, Louisiana +0.480496 gsa_html_4408649953 gsa_html_4408649953:1098:92666:92675 Knoxville The Carolinas +0.469282 sedimentology_html_5688658852 sedimentology_html_5688658852:1165:66865:66877 San Fernando Texas +0.263626 cspg_html_3762708087 cspg_html_3762708087:377:51479:51495 Viking Suffield, Connecticut +0.46116 gsa_html_1217771406 gsa_html_1217771406:1078:100112:100125 Santa Barbara California +0.253 aapg_af_328.html aapg_af_328.html:125:15705:15714 Peninsula Libya +0.488814 gsa_html_8926423406 gsa_html_8926423406:684:65942:65951 San Diego Houghton, Michigan +0.493608 palaios_html_1262064602 palaios_html_1262064602:980:97591:97603 Chinle Colorado +0.501804 aapg_ac_912.html aapg_ac_912.html:165:13545:13564 Minnelusa North Fork, Suffolk County, New York +0.469395 aapg_aa_23.html aapg_aa_23.html:483:57472:57490 Red River Brandon, Florida +0.6177 aapg_ad_440.html aapg_ad_440.html:447:42120:42126 Warsaw Pocahontas County, Iowa +0.253727 jgeology_html_1287967067 jgeology_html_1287967067:817:44812:44816 Hall London, Ontario +0.47821 AMJC_html_1873062106 AMJC_html_1873062106:205:29985:29993 Colorado Arizona +0.266255 aapg_ai_409.html aapg_ai_409.html:105:11611:11630 Nacatoch Arkansas +0.262566 jgeology_html_2809998069 jgeology_html_2809998069:282:20905:20927 Fisset Brook Cape Breton Island +0.670455 gsa_html_2877730818 gsa_html_2877730818:1067:88753:88771 Johnnie Great Basin +0.50328 aapg_af_497.html aapg_af_497.html:93:8919:8945 Greenhorn Hittin +0.25296 cspg_html_2161417858 cspg_html_2161417858:242:32277:32297 Big Valley Lacombe, Alberta +0.246813 sedimentology_html_8748254640 sedimentology_html_8748254640:1264:89269:89289 Capistrano San Clemente, California +0.241065 palaios_html_1020763489 palaios_html_1020763489:184:20944:20962 Quinault Washington (state) +0.52395 gsa_html_3270005590 gsa_html_3270005590:562:48295:48323 Green River Colorado +0.7095 palaios_html_5543030185 palaios_html_5543030185:226:25774:25792 Fillmore Logan, Utah +0.653861 aapg_aa_302.html aapg_aa_302.html:673:72604:72612 Toroweap Logan, Utah +0.49087 gsa_html_2717448156 gsa_html_2717448156:897:95150:95156 Oregon Boise, Idaho +0.26312 cspg_html_4727171280 cspg_html_4727171280:77:8463:8481 Edmonton Drumheller +0.472812 aapg_ai_774.html aapg_ai_774.html:40:4007:4030 Detroit River Tioga, Texas +0.487368 geology_html_9211402765 geology_html_9211402765:35:3787:3793 Provo Anchorage, Alaska +0.266 sedimentology_html_1671289005 sedimentology_html_1671289005:874:79248:79252 Hall London, Ontario +0.484968 aapg_ai_584.html aapg_ai_584.html:792:83602:83607 Cassa Hartville, Missouri +0.918566 cspg_html_9683836416 cspg_html_9683836416:103:18247:18265 Bearpaw Lethbridge +0.43824 geology_html_1345246209 geology_html_1345246209:121:15008:15013 Yukon China +0.25296 aapg_af_638.html aapg_af_638.html:172:13099:13106 Bedford Antrim, County Antrim +0.471138 aapg_ad_24.html aapg_ad_24.html:6:527:536 Rose Hill Lee County, Alabama +0.803436 cspg_html_1665574291 cspg_html_1665574291:88:14478:14507 Paskapoo Lacombe, Alberta +0.259524 cspg_html_4031489103 cspg_html_4031489103:561:84931:84939 Columbia Canada +0.251292 aapg_aa_146.html aapg_aa_146.html:32:3978:3990 Pierre Black Hills +0.26622 cspg_html_6383234409 cspg_html_6383234409:488:50341:50361 Hecla Bay Bathurst Island (Northern Territory) +0.2555 cspg_html_4382149016 cspg_html_4382149016:18:2367:2388 Lawrence Quebec City +0.480038 geology_html_9177140978 geology_html_9177140978:249:17131:17138 Narrows Hudson Valley +0.484864 aapg_aa_994.html aapg_aa_994.html:65:5295:5318 Cotton Valley Shreveport, Louisiana +0.492855 aapg_af_636.html aapg_af_636.html:340:39354:39362 Onondaga Bloomington, Indiana +0.269105 gsa_html_6142651299 gsa_html_6142651299:890:78330:78338 Rockwell California +0.501177 aapg_ac_314.html aapg_ac_314.html:677:60631:60637 Brazil South America +0.507501 cspg_html_3854139935 cspg_html_3854139935:124:20985:21007 Judith River Judith River Formation +0.474525 gsa_html_3720789279 gsa_html_3720789279:951:92360:92373 Topanga Southern California +0.264052 aapg_ac_726.html aapg_ac_726.html:9:1637:1655 Green River Colorado +0.46648 aapg_ac_867.html aapg_ac_867.html:494:67641:67649 Colorado Logan, Utah +0.26985 aapg_ai_688.html aapg_ai_688.html:148:18661:18668 Kanawha Woods County, Oklahoma +0.248392 cspg_html_7086880709 cspg_html_7086880709:235:27939:27947 Columbia Victoria, British Columbia +0.521954 geology_html_8611700372 geology_html_8611700372:270:24405:24415 Washington Mount Pinatubo +0.261612 cspg_html_7474795689 cspg_html_7474795689:66:7672:7680 Columbia Lacombe, Alberta +0.501491 gsa_html_3648258377 gsa_html_3648258377:460:44686:44699 Merchantville Merchantville, New Jersey +0.380702 aapg_ai_975.html aapg_ai_975.html:182:20705:20722 Hosston East Texas +0.271392 cspg_html_9493908895 cspg_html_9493908895:79:7961:7967 Viking Bow Island Airport +0.25351 sedimentology_html_6667049843 sedimentology_html_6667049843:1624:94342:94346 Hall London, Ontario +0.238522 sedimentology_html_2530371124 sedimentology_html_2530371124:326:24987:24993 Brazil Morocco +0.261888 sedimentology_html_4353954188 sedimentology_html_4353954188:1712:103803:103832 Dunvegan Lacombe, Alberta +0.86756 aapg_ah_762.html aapg_ah_762.html:13:1781:1797 Shunda Moose Mountain (Alberta) +0.2425 aapg_ai_444.html aapg_ai_444.html:207:18889:18903 Hale Brentwood, Essex +0.262135 sedimentology_html_6473571818 sedimentology_html_6473571818:241:25298:25307 Peninsula Quebec City +0.479622 cspg_html_3521815736 cspg_html_3521815736:48:8420:8428 Columbia Victoria, British Columbia +0.433866 aapg_ai_163.html aapg_ai_163.html:523:44321:44337 Kaibab Cheyenne, Wyoming +0.496485 cspg_html_9753247638 cspg_html_9753247638:20:2118:2134 Albert Stony Creek Metropark +0.495876 cspg_html_9388742281 cspg_html_9388742281:24:2807:2824 Cruiser Ottawa, Kansas +0.256302 cspg_html_7402164801 cspg_html_7402164801:363:36953:36974 Belly River Lacombe, Alberta +0.261085 aapg_ad_919.html aapg_ad_919.html:80:8419:8439 Lakota Millers Creek, North Carolina +0.254514 sedimentology_html_3526020464 sedimentology_html_3526020464:113:8703:8707 Java Sumatra +0.489255 gsa_html_9139668698 gsa_html_9139668698:719:60151:60179 Green River Colorado +0.276676 palaios_html_5488159532 palaios_html_5488159532:556:56340:56357 Verulam Middle Ordovician +0.4851 cspg_html_6252417471 cspg_html_6252417471:176:26120:26136 Kanguk Banks Island +0.463193 gsa_html_6627974776 gsa_html_6627974776:80:6160:6165 Yukon Wrangell, Alaska +0.246272 geology_html_6188565888 geology_html_6188565888:400:30830:30837 Shuswap Victoria, British Columbia +0.489842 gsa_html_1266138577 gsa_html_1266138577:139:11924:11943 Harkless Salinas Valley +0.470112 aapg_ac_297.html aapg_ac_297.html:19:1412:1418 Oregon Washington (state) +0.25338 cspg_html_8818854104 cspg_html_8818854104:472:58751:58768 Cadomin Victoria, British Columbia +0.263907 gsa_html_5928791685 gsa_html_5928791685:102:10165:10177 Rhode Island Newport, Rhode Island +0.260896 aapg_ai_153.html aapg_ai_153.html:97:17031:17040 Conemaugh Monongahela, Pennsylvania +0.251001 sedimentology_html_8548134576 sedimentology_html_8548134576:33:2510:2518 Michigan Sweden +0.503564 cspg_html_3699720399 cspg_html_3699720399:299:31670:31678 Columbia Grand Forks, North Dakota +0.4935 gsa_html_1539840626 gsa_html_1539840626:29:2796:2824 Green River Colorado +0.254829 aapg_af_541.html aapg_af_541.html:6:909:917 Virginia Closter, New Jersey +0.256853 aapg_aa_234.html aapg_aa_234.html:139:15006:15018 Austin Chalk Texas +0.27401 gsa_html_4670964408 gsa_html_4670964408:683:75129:75157 Green River New Mexico +0.500835 sedimentology_html_9410532865 sedimentology_html_9410532865:80:6470:6481 Green River Wasatch Range +0.74612 cspg_html_4326384800 cspg_html_4326384800:210:26188:26208 Mount Hawk Lacombe, Alberta +0.259584 sedimentology_html_5578813387 sedimentology_html_5578813387:504:41062:41070 Scotland North Sea oil +0.26676 palaios_html_3306053371 palaios_html_3306053371:726:80609:80627 Moenkopi Reno, Nevada +0.480496 aapg_ae_794.html aapg_ae_794.html:8:1558:1578 Owl Creek Selma to Montgomery marches +0.262416 aapg_af_965.html aapg_af_965.html:582:66219:66235 Viking Lacombe, Alberta +0.256793 cspg_html_4132771434 cspg_html_4132771434:800:88747:88761 Bullhead Victoria, British Columbia +0.5232 aapg_ah_77.html aapg_ah_77.html:248:28726:28745 Rock Springs Sweetwater, Miami-Dade County, Florida +0.24647 aapg_aa_787.html aapg_aa_787.html:134:13845:13860 Word Texas +0.27716 gsa_html_6281658899 gsa_html_6281658899:538:65044:65065 Green River Cheyenne, Wyoming +0.482092 gsa_html_3170047312 gsa_html_3170047312:1596:114521:114549 Green River New Mexico +0.267289 jgeology_html_6036993703 jgeology_html_6036993703:468:24887:24894 Dunedin Dunedin, Florida +0.49555 aapg_ah_4.html aapg_ah_4.html:299:48061:48099 Heath Talara Province +0.482218 cspg_html_2093862169 cspg_html_2093862169:34:4536:4551 Bluff Jamaica, Queens +0.498688 aapg_ah_264.html aapg_ah_264.html:4:415:428 Hanover Jamaica, Queens +0.252396 aapg_af_494.html aapg_af_494.html:242:26158:26183 Red Head Rapids East Bay (San Francisco Bay Area) +0.47838 cspg_html_9683836416 cspg_html_9683836416:53:9992:10003 Sombre Milk River, Alberta +0.499797 aapg_ah_85.html aapg_ah_85.html:115:12946:12959 Matawan The Carolinas +0.2635 aapg_ae_61.html aapg_ae_61.html:143:12006:12011 Tyler Sumatra +0.251446 aapg_ac_277.html aapg_ac_277.html:73:6813:6824 Tar Springs Bethel, Alaska +0.253692 aapg_ae_876.html aapg_ae_876.html:644:68115:68129 Cedar Mountain Worcester, Massachusetts +0.494607 aapg_ad_717.html aapg_ad_717.html:221:24744:24750 Kaibab Logan, Utah +0.496683 aapg_ah_962.html aapg_ah_962.html:160:18099:18114 Viola Black River, Jamaica +0.270279 sedimentology_html_2883226039 sedimentology_html_2883226039:988:45862:45868 Guelph Canada +0.485216 palaios_html_2221534395 palaios_html_2221534395:104:14926:14930 Kope Netherlands +0.268461 aapg_ac_471.html aapg_ac_471.html:277:30821:30859 Winnipegosis Regina, Saskatchewan +0.261888 aapg_ae_939.html aapg_ae_939.html:592:32013:32025 Seven Rivers Salado, Texas +0.260051 aapg_af_880.html aapg_af_880.html:683:108879:108887 Wolfcamp French Indochina +0.481514 aapg_af_468.html aapg_af_468.html:50:5161:5172 Frio Brazoria County, Texas +0.478541 aapg_ac_450.html aapg_ac_450.html:154:19227:19238 Buena Vista Antelope Hills, Wyoming +0.484272 gsa_html_6177696537 gsa_html_6177696537:29:2796:2824 Green River Iran +0.459696 aapg_aa_959.html aapg_aa_959.html:145:12115:12123 Tensleep Colorado +0.477543 aapg_ak_5.html aapg_ak_5.html:673:69542:69550 Scotland Suffolk, Virginia +0.47432 aapg_ac_826.html aapg_ac_826.html:20:3039:3059 Kinnikinic Quartzite Middle Ordovician +0.274551 cspg_html_2018998204 cspg_html_2018998204:219:23218:23240 Imperial Canada +0.254448 cspg_html_2976104632 cspg_html_2976104632:73:10839:10847 Colorado Denver +0.731321 palaios_html_3061678052 palaios_html_3061678052:914:86497:86529 Marjum Logan, Utah +0.248712 cspg_html_9717154602 cspg_html_9717154602:205:29706:29713 Bearpaw Lacombe, Alberta +0.499939 gsa_html_9525385678 gsa_html_9525385678:949:95719:95747 Green River Colorado +0.492184 aapg_aa_499.html aapg_aa_499.html:5:667:673 Midway Kern River Preserve +0.801394 aapg_ae_973.html aapg_ae_973.html:1099:86577:86594 Rustler Salado, Texas +0.524716 aapg_ac_809.html aapg_ac_809.html:60:6670:6677 Rierdon Cut Bank, Montana +0.484124 aapg_ah_468.html aapg_ah_468.html:169:19671:19693 Pine Island Shreveport, Louisiana +0.348964 aapg_ah_722.html aapg_ah_722.html:428:50039:50068 Sagavanirktok Canning River (Alaska) +0.482384 gsa_html_3387611512 gsa_html_3387611512:1008:108783:108791 Columbia Maryland +0.434403 aapg_ac_490.html aapg_ac_490.html:397:56359:56377 Dunvegan Victoria, British Columbia +0.49665 aapg_ai_958.html aapg_ai_958.html:47:4364:4379 Catahoula Oakville, California +0.382259 palaios_html_5371490677 palaios_html_5371490677:98:13304:13310 Keokuk Iowa +0.260538 gsa_html_1538083661 gsa_html_1538083661:31:2117:2123 Oregon Klamath Mountains (ecoregion) +0.25146 sedimentology_html_1568456861 sedimentology_html_1568456861:1285:93849:93853 Hall London, Ontario +0.265176 aapg_af_221.html aapg_af_221.html:15:1314:1322 Beaumont Saratoga, California +0.262446 aapg_ae_483.html aapg_ae_483.html:434:42028:42037 Extension Anchorage, Alaska +0.459918 gsa_html_9280112280 gsa_html_9280112280:694:66353:66361 Michigan Upper Peninsula of Michigan +0.270878 aapg_ae_371.html aapg_ae_371.html:454:34534:34552 Morrison LeRoy, Wisconsin +0.500388 AMJC_html_5445402006 AMJC_html_5445402006:759:73536:73543 Calvert China +0.478296 aapg_ae_613.html aapg_ae_613.html:474:50523:50527 Vail Oslo +0.276675 cspg_html_6032369756 cspg_html_6032369756:452:54553:54562 Spearfish Manitoba +0.472787 aapg_ae_745.html aapg_ae_745.html:525:64564:64570 Kodiak Anchorage, Alaska +0.267794 cspg_html_5345848475 cspg_html_5345848475:7:869:889 Milk River Regina, Saskatchewan +0.25853 cspg_html_5295390542 cspg_html_5295390542:86:11784:11801 Halfway Victoria, British Columbia +0.25755 cspg_html_4105062490 cspg_html_4105062490:75:8154:8169 Jefferson Lacombe, Alberta +0.50478 aapg_aa_299.html aapg_aa_299.html:456:41428:41442 Stony Mountain Nassau, Bahamas +0.479562 aapg_ad_111.html aapg_ad_111.html:4:681:690 Mesaverde Colorado +0.246973 aapg_ac_920.html aapg_ac_920.html:253:39072:39080 Arcturus Reno, Nevada +0.239956 cspg_html_7914348578 cspg_html_7914348578:568:60644:60654 Pine Point Canada +0.250038 aapg_ac_532.html aapg_ac_532.html:538:82362:82369 Yucatan Melbourne, Florida +0.37962 aapg_ah_318.html aapg_ah_318.html:1185:119116:119139 Cotton Valley Cotton Valley, Louisiana +0.273006 cspg_html_1188455526 cspg_html_1188455526:126:20186:20197 Schei Point Middle East +0.26355 aapg_ah_645.html aapg_ah_645.html:23:3586:3604 Sundance Black Hills +0.260064 cspg_html_4659384530 cspg_html_4659384530:172:20530:20555 Beaverhill Swan Hill, Victoria +0.453628 aapg_ad_283.html aapg_ad_283.html:13:2307:2333 San Andres Texas +0.84 aapg_af_833.html aapg_af_833.html:505:55203:55211 Cloverly Greybull, Wyoming +0.396022 aapg_ai_914.html aapg_ai_914.html:33:5156:5185 Atoka Atoka, Oklahoma +0.259875 cspg_html_6644065685 cspg_html_6644065685:53:5629:5650 Melville Island Banks Island +0.265161 aapg_af_128.html aapg_af_128.html:87:8571:8589 Fairbank Southeast Asia +0.270788 AMJC_html_5969956211 AMJC_html_5969956211:1782:197328:197347 Pinyon Conglomerate Cheyenne, Wyoming +0.585574 aapg_ai_504.html aapg_ai_504.html:123:12349:12358 Lodgepole Virden, Illinois +0.276507 sedimentology_html_8076752814 sedimentology_html_8076752814:598:48349:48357 Victoria Melbourne, Florida +0.253391 aapg_aa_193.html aapg_aa_193.html:451:41641:41659 Coeymans Dayville, Oregon +0.270351 aapg_aa_548.html aapg_aa_548.html:40:4191:4197 Senora Henryetta, Oklahoma +0.495804 gsa_html_7635660482 gsa_html_7635660482:47:3628:3642 Vega Spain +0.250832 aapg_ac_271.html aapg_ac_271.html:349:30628:30652 Venango San Fernando Valley +0.265668 geology_html_9522356944 geology_html_9522356944:12:476:485 San Diego California +0.258416 aapg_ae_884.html aapg_ae_884.html:237:31631:31639 Colorado Bearpaw Formation +0.485254 AMJC_html_3262083241 AMJC_html_3262083241:625:65834:65844 Washington Seattle +0.489636 aapg_aa_379.html aapg_aa_379.html:110:12757:12767 Pottsville Huntington, West Virginia +0.46835 cspg_html_7924356285 cspg_html_7924356285:111:15022:15028 Oregon Asia +0.362849 aapg_ae_31.html aapg_ae_31.html:8:1221:1239 Fayetteville Arkansas +0.885445 aapg_ad_379.html aapg_ad_379.html:755:62201:62208 Todilto North Creek, Washington +0.26312 aapg_ad_811.html aapg_ad_811.html:727:83726:83736 Rio Grande Colorado +0.467432 aapg_ah_467.html aapg_ah_467.html:103:8827:8835 Kootenay Fernie, British Columbia +0.441452 aapg_ae_755.html aapg_ae_755.html:162:19261:19282 Pungo River Virginia +0.478676 aapg_ah_779.html aapg_ah_779.html:242:44904:44908 Bays Utica, New York +0.478 geology_html_4460152267 geology_html_4460152267:9:396:412 Navajo Logan, Utah +0.264147 gsa_html_7298317037 gsa_html_7298317037:269:24155:24173 Monterey Western world +0.47215 aapg_ae_916.html aapg_ae_916.html:225:26534:26549 Eagle Colorado +0.503649 aapg_ae_581.html aapg_ae_581.html:629:70754:70766 Pierre Cheyenne, Wyoming +0.489255 geology_html_1644816140 geology_html_1644816140:300:23302:23327 Barstow Hanson, Massachusetts +0.476623 aapg_ai_491.html aapg_ai_491.html:430:53791:53808 Hermosa Des Moines, Washington +0.486837 cspg_html_9676262628 cspg_html_9676262628:7:414:431 Cardium Lacombe, Alberta +0.246356 aapg_ae_570.html aapg_ae_570.html:4:552:568 Keefer Lockport (city), New York +0.243972 palaios_html_6676788300 palaios_html_6676788300:417:50047:50058 Ludlowville Moscow +0.338676 aapg_ac_680.html aapg_ac_680.html:88:7230:7248 Cotton Valley East Texas +0.48546 aapg_ai_533.html aapg_ai_533.html:324:30153:30170 Judith River Stanton, California +0.48545 jgeology_html_5803513114 jgeology_html_5803513114:935:55531:55550 Littleton Mt. Washington, Los Angeles +0.25921 aapg_ad_584.html aapg_ad_584.html:328:29401:29424 Cotton Valley Mississippi River +0.269418 AMJC_html_4504848787 AMJC_html_4504848787:118:14320:14342 Mechum River Blue Ridge Mountains +0.249444 aapg_ae_959.html aapg_ae_959.html:1467:105808:105816 Wolfcamp Delaware +0.25948 gsa_html_3069013284 gsa_html_3069013284:320:33021:33027 Chinle Chinle Formation +0.48355 geology_html_1745354227 geology_html_1745354227:184:19306:19314 Columbia Victoria, British Columbia +0.493387 gsa_html_9052101586 gsa_html_9052101586:454:53697:53708 Peoria Lake Michigan +0.482832 aapg_af_598.html aapg_af_598.html:153:12654:12671 Lenapah Tulsa, Oklahoma +0.2667 aapg_ad_2.html aapg_ad_2.html:1381:188854:188871 Black River Bellefonte, Pennsylvania +0.4743 aapg_ac_983.html aapg_ac_983.html:375:59864:59878 Iola Raytown, Missouri +0.47311 geology_html_3342004799 geology_html_3342004799:234:21404:21429 Cedar Mountain Colorado +0.23088 jgeology_html_3792951165 jgeology_html_3792951165:1216:80044:80071 Lovelock Reno, Nevada +0.4807 aapg_af_542.html aapg_af_542.html:16:2443:2455 Wilcox Texas +0.244524 aapg_ac_71.html aapg_ac_71.html:212:25519:25535 Dunlap Pebble Mine +0.2655 aapg_ae_324.html aapg_ae_324.html:250:25236:25256 Beekmantown Cumberland, Maryland +0.466852 gsa_html_8433290297 gsa_html_8433290297:1320:110507:110535 Green River Iran +0.23086 gsa_html_1217771406 gsa_html_1217771406:15:778:784 Denver Colorado +0.249919 aapg_ac_900.html aapg_ac_900.html:190:17358:17364 Weston Cheyenne, Wyoming +0.481618 cspg_html_2319756031 cspg_html_2319756031:10:659:670 Peace River Edmonton, London +0.291018 aapg_ai_49.html aapg_ai_49.html:694:90784:90790 Chinle Cheyenne, Wyoming +0.241566 cspg_html_9361096527 cspg_html_9361096527:14:2507:2519 Saskatchewan Judith River Formation +0.257808 aapg_ae_803.html aapg_ae_803.html:429:53845:53862 Chochal West Texas +0.480916 aapg_ac_972.html aapg_ac_972.html:103:12036:12056 Santa Margarita Salinas, California +0.465192 aapg_ad_882.html aapg_ad_882.html:144:11742:11756 Muav Grand Canyon +0.486472 aapg_af_700.html aapg_af_700.html:11:1013:1021 Virginia Charleston, South Carolina +0.4888 aapg_ai_328.html aapg_ai_328.html:23:2992:3011 Rancheria Rift Valley lakes +0.258552 aapg_ac_765.html aapg_ac_765.html:324:59817:59841 Chinle Chinle Formation +0.465567 aapg_ae_537.html aapg_ae_537.html:861:104462:104466 Kent Middle East +0.356025 sedimentology_html_3694687055 sedimentology_html_3694687055:1787:79095:79111 Dakota Iowa +0.48042 gsa_html_3872060924 gsa_html_3872060924:9:330:342 Owens Valley California +0.844956 aapg_ah_869.html aapg_ah_869.html:1024:95212:95220 Cloverly Cheyenne, Wyoming +0.71052 aapg_ah_638.html aapg_ah_638.html:66:6643:6663 Citronelle Melbourne, Florida +0.251923 aapg_af_789.html aapg_af_789.html:29:4473:4483 Pocahontas Bluefield, West Virginia +0.495726 cspg_html_7457399958 cspg_html_7457399958:119:16783:16793 Griper Bay Melville Island (Canada) +0.4769 cspg_html_6334734829 cspg_html_6334734829:332:36835:36853 Tantalus Indian River (Florida) +0.501552 aapg_ac_984.html aapg_ac_984.html:173:15191:15200 Franconia Wisconsin +0.251496 aapg_ae_114.html aapg_ae_114.html:82:12365:12381 Carlton Rhyolite Wichita, Kansas +0.274407 aapg_ac_940.html aapg_ac_940.html:190:22928:22949 Mauch Chunk Niobrara, Nebraska +0.249494 cspg_html_2419618566 cspg_html_2419618566:519:66552:66558 Antler Reno, Nevada +0.478536 aapg_af_459.html aapg_af_459.html:417:45438:45459 Bell Delaware +0.486604 cspg_html_7866293053 cspg_html_7866293053:189:19050:19058 Moosebar Fall Creek Falls State Park +0.265104 sedimentology_html_2041096405 sedimentology_html_2041096405:612:51588:51619 Winnipegosis Canada +0.252928 aapg_ad_466.html aapg_ad_466.html:1299:139222:139230 Virginia Delaware +0.702214 gsa_html_2220556952 gsa_html_2220556952:22:1946:1963 Roberts Mountains Reno, Nevada +0.470916 cspg_html_5538678223 cspg_html_5538678223:636:60583:60591 Columbia Victoria, British Columbia +0.471108 jgeology_html_1587231718 jgeology_html_1587231718:474:29758:29767 Eel River California +0.855141 cspg_html_7409170811 cspg_html_7409170811:659:75695:75711 Exshaw Lacombe, Alberta +0.266752 cspg_html_2758324131 cspg_html_2758324131:92:16505:16520 Banff Williston Basin +0.49816 gsa_html_8186401201 gsa_html_8186401201:30:2830:2858 Green River Iran +0.453628 aapg_ae_865.html aapg_ae_865.html:612:39821:39829 Scotland London, Ontario +0.489082 cspg_html_4915680223 cspg_html_4915680223:17:1815:1833 Read Bay Little Cornwallis Island +0.45312 aapg_af_854.html aapg_af_854.html:341:42454:42464 Kinderhook Monroe County, Florida +0.509076 aapg_ac_912.html aapg_ac_912.html:61:6352:6371 Minnelusa Powder River (Montana) +0.488368 cspg_html_6163691495 cspg_html_6163691495:44:5902:5919 Pekisko Lacombe, Alberta +0.481 jgeology_html_2022713612 jgeology_html_2022713612:843:77857:77899 Wood Canyon California +0.455592 aapg_ah_160.html aapg_ah_160.html:75:10907:10926 Onondaga Onondaga (tribe) +0.260604 aapg_ai_146.html aapg_ai_146.html:4:531:549 Sawtooth Lacombe, Alberta +0.27192 palaios_html_4880574501 palaios_html_4880574501:169:20041:20045 Kope Middle East +0.243198 aapg_aa_734.html aapg_aa_734.html:40:4207:4215 Caballos Arkansas +0.26214 cspg_html_1665574291 cspg_html_1665574291:98:16797:16813 Battle Regina, Saskatchewan +0.256 aapg_ad_337.html aapg_ad_337.html:124:13477:13494 Topanga Glendora, California +0.474176 gsa_html_3436154175 gsa_html_3436154175:1196:94697:94718 Green River Cheyenne, Wyoming +0.262128 geology_html_1543525199 geology_html_1543525199:34:2227:2235 Colorado Cheyenne, Wyoming +0.470208 aapg_ai_82.html aapg_ai_82.html:17:2546:2566 Greenbrier Pennsylvania +0.24647 aapg_ah_470.html aapg_ah_470.html:8:1075:1082 Garland Salem, Oregon +0.267225 aapg_ac_986.html aapg_ac_986.html:526:65785:65806 Green River Cheyenne, Wyoming +0.24347 sedimentology_html_1293179143 sedimentology_html_1293179143:1120:79756:79768 Saskatchewan Saskatoon +0.265176 aapg_ac_472.html aapg_ac_472.html:263:24291:24300 San Diego California +0.239057 AMJC_html_4446957148 AMJC_html_4446957148:681:72496:72513 Massabesic Gneiss New Hampshire +0.247086 aapg_ac_421.html aapg_ac_421.html:470:55319:55327 Billings Englewood Cliffs, New Jersey +0.25755 cspg_html_9683836416 cspg_html_9683836416:271:44425:44439 Edmonton Western world +0.47975 aapg_af_789.html aapg_af_789.html:108:15279:15297 Coeymans Pennsylvania +0.49776 aapg_af_896.html aapg_af_896.html:180:19378:19385 La Tuna Berino, New Mexico +0.273465 aapg_ae_319.html aapg_ae_319.html:18:2645:2652 Entrada Uinta Mountains +0.25441 AMJC_html_5916115748 AMJC_html_5916115748:1449:129718:129728 Washington Washington (state) +0.489472 aapg_aa_791.html aapg_aa_791.html:399:39038:39045 Andrews Bartlesville, Oklahoma +0.236187 aapg_ac_198.html aapg_ac_198.html:269:24145:24164 Eagle Texas +0.49329 palaios_html_6404782987 palaios_html_6404782987:777:97433:97464 Kope Ohio +0.50986 aapg_af_799.html aapg_af_799.html:144:9841:9845 Lodo Coalinga, California +0.24823 sedimentology_html_8866523088 sedimentology_html_8866523088:170:10529:10538 Hampshire England +0.252374 jgeology_html_5471448181 jgeology_html_5471448181:249:22575:22591 Chinle Kayenta, Arizona +0.487424 sedimentology_html_5372057865 sedimentology_html_5372057865:1216:88317:88322 Logan Washington (state) +0.245514 aapg_ai_521.html aapg_ai_521.html:3:215:230 Bluff Victoria, British Columbia +0.249951 cspg_html_4376017434 cspg_html_4376017434:121:13855:13871 Pardonet Victoria, British Columbia +0.253492 aapg_aa_357.html aapg_aa_357.html:385:35981:35998 Wingate Chinle Formation +0.25143 cspg_html_8139359744 cspg_html_8139359744:522:70291:70299 Michigan Ontario, California +0.261576 cspg_html_8810326121 cspg_html_8810326121:18:1614:1622 Gowganda Espanola, Ontario +0.245985 geology_html_3940901205 geology_html_3940901205:160:13233:13239 Sierra Nicaragua +0.248901 aapg_ah_512.html aapg_ah_512.html:47:6690:6709 Athabasca Lacombe, Alberta +0.25152 cspg_html_6984906794 cspg_html_6984906794:16:2550:2568 Cruiser Victoria, British Columbia +0.22272 aapg_ae_72.html aapg_ae_72.html:10:1818:1825 Hermosa Hermosa, Chicago +0.387498 aapg_af_220.html aapg_af_220.html:55:6785:6806 Green River Cheyenne, Wyoming +0.480129 gsa_html_7938666655 gsa_html_7938666655:1180:99733:99761 Green River Colorado +0.456876 gsa_html_2818345762 gsa_html_2818345762:564:50771:50794 Kingston Peak California +0.260099 aapg_ae_182.html aapg_ae_182.html:107:13055:13060 Tokio Arkadelphia, Arkansas +0.4902 aapg_ae_388.html aapg_ae_388.html:23:4203:4209 Lawson Melbourne, Florida +0.267285 aapg_af_309.html aapg_af_309.html:153:15282:15288 Banner Cheyenne, Wyoming +0.477108 aapg_ad_434.html aapg_ad_434.html:395:38240:38252 Saskatchewan Edmonton, London +0.24941 sedimentology_html_7623092448 sedimentology_html_7623092448:1772:92696:92703 Shields Caspian Sea +0.248392 sedimentology_html_8989921425 sedimentology_html_8989921425:2074:150937:150945 Columbia Victoria, British Columbia +0.253655 aapg_ai_756.html aapg_ai_756.html:85:7906:7915 Smackover Cotton Valley, Louisiana +0.509775 aapg_ae_153.html aapg_ae_153.html:900:113941:113962 Bearpaw Elkhorn Mountain +0.448392 geology_html_7245620789 geology_html_7245620789:208:22471:22483 Rhode Island Narragansett Bay +0.257048 aapg_ad_466.html aapg_ad_466.html:815:88630:88642 Marshalltown Navesink River +0.271377 cspg_html_7178716951 cspg_html_7178716951:5:217:251 Kootenay Lacombe, Alberta +0.264132 cspg_html_6647936472 cspg_html_6647936472:449:45644:45695 Winnipegosis Regina, Saskatchewan +0.258981 aapg_ai_592.html aapg_ai_592.html:255:41653:41674 Green River Uinta Mountains +0.26471 aapg_af_653.html aapg_af_653.html:1100:131438:131450 Temblor Monterey, California +0.354393 aapg_aa_563.html aapg_aa_563.html:81:11854:11862 Niobrara Benton, Arkansas +0.269312 aapg_ae_705.html aapg_ae_705.html:291:27928:27951 Santa Barbara Carpinteria, California +0.464088 aapg_aa_161.html aapg_aa_161.html:269:28213:28229 Sabaneta Middle East +0.264204 aapg_ac_730.html aapg_ac_730.html:162:23204:23210 Dakota Mancos, Colorado +0.497896 aapg_ah_534.html aapg_ah_534.html:318:26507:26519 New Scotland Perry County, Indiana +0.25578 aapg_ae_849.html aapg_ae_849.html:46:4667:4688 Trempealeau Black River, Jamaica +0.96432 aapg_aa_861.html aapg_aa_861.html:25:3766:3775 Allen Bay Bath, Somerset +0.492855 aapg_ai_583.html aapg_ai_583.html:412:52535:52543 Sundance Cheyenne, Wyoming +0.269838 aapg_ac_333.html aapg_ac_333.html:1530:167474:167500 Green River Emery Theatre +0.271852 palaios_html_8881502819 palaios_html_8881502819:12:656:668 Saskatchewan Saskatoon +0.464598 aapg_ae_474.html aapg_ae_474.html:3:169:185 Bethel Bethel, Alaska +0.243 cspg_html_9778753186 cspg_html_9778753186:19:2181:2198 Elk Victoria, British Columbia +0.50592 gsa_html_9314639912 gsa_html_9314639912:67:4451:4479 Green River Iran +0.270918 cspg_html_4338314003 cspg_html_4338314003:427:47652:47668 Viking Lacombe, Alberta +0.670892 aapg_af_663.html aapg_af_663.html:128:15151:15168 Hertha Pleasanton, Texas +0.460242 aapg_ac_198.html aapg_ac_198.html:12:1745:1761 Mt Lytton East Texas +0.484892 aapg_aa_756.html aapg_aa_756.html:364:40053:40057 Kent Denver +0.267624 aapg_ac_133.html aapg_ac_133.html:342:58934:58950 Urenui Taranaki Region +0.485366 aapg_ad_440.html aapg_ad_440.html:79:9344:9354 Pocahontas Greenbrier (Great Smoky Mountains) +0.492866 aapg_ac_116.html aapg_ac_116.html:203:31547:31552 Queen Germany +0.40386 cspg_html_9689514766 cspg_html_9689514766:114:15342:15363 Cabot Head Rochester, Kent +0.478455 geology_html_5607484480 geology_html_5607484480:48:4284:4292 Michigan Newberry, South Carolina +0.50166 aapg_ad_945.html aapg_ad_945.html:26:3556:3565 Cold Lake Lacombe, Alberta +0.266682 aapg_ai_542.html aapg_ai_542.html:169:16763:16770 Dotsero Stuart, Florida +0.246973 gsa_html_2877730818 gsa_html_2877730818:67:7461:7479 Stirling Quartzite Pahrump, Nevada +0.251446 sedimentology_html_7622526687 sedimentology_html_7622526687:1711:112427:112431 Dean North West (South African province) +0.268822 aapg_af_341.html aapg_af_341.html:110:18932:18950 Woodbine Texas +0.282924 aapg_aa_712.html aapg_aa_712.html:144:19274:19292 Decorah Wisconsin +0.263069 aapg_ai_801.html aapg_ai_801.html:281:30889:30906 Shublik Prudhoe Bay Oil Field +0.477 geology_html_3653324423 geology_html_3653324423:12:497:505 Virginia Reston, Virginia +0.477084 AMJC_html_5755352984 AMJC_html_5755352984:316:51471:51481 Washington Salem, Oregon +0.257316 aapg_af_964.html aapg_af_964.html:111:16535:16551 Viking Lacombe, Alberta +0.242526 geology_html_9215517313 geology_html_9215517313:15:879:885 Denver Colorado +0.48573 aapg_ai_91.html aapg_ai_91.html:81:11306:11319 Woodbine East Texas +0.350384 cspg_html_2184091860 cspg_html_2184091860:125:16302:16319 Romaine Anticosti Island +0.488474 palaios_html_9133125241 palaios_html_9133125241:115:14545:14549 Kope Utica, New York +0.494361 aapg_ad_691.html aapg_ad_691.html:73:8098:8118 Duck Creek Red River of the North +0.234696 aapg_ai_470.html aapg_ai_470.html:377:40701:40731 Athabasca Edmonton, London +0.270364 sedimentology_html_7635687013 sedimentology_html_7635687013:140:13851:13872 Martinsburg Middle Ordovician +0.487494 sedimentology_html_3694687055 sedimentology_html_3694687055:1476:66607:66722 Swan River Barbados +0.27336 aapg_aa_37.html aapg_aa_37.html:440:54686:54693 Thaynes Boise, Idaho +0.497789 aapg_ad_580.html aapg_ad_580.html:407:49233:49253 Fort Union Cheyenne, Wyoming +0.487438 aapg_ai_206.html aapg_ai_206.html:729:120569:120591 Seven Rivers New Mexico +0.459627 aapg_ai_49.html aapg_ai_49.html:174:19612:19620 Tensleep Cheyenne, Wyoming +0.485298 gsa_html_2393297912 gsa_html_2393297912:56:3383:3411 Green River Iran +0.49608 cspg_html_3473883402 cspg_html_3473883402:73:11533:11540 Yucatan Melbourne, Florida +0.253391 aapg_ah_528.html aapg_ah_528.html:551:59438:59448 Candelaria Logan, Utah +0.25806 geology_html_1568542162 geology_html_1568542162:18:1335:1345 Santa Cruz Santa Cruz, California +0.45824 aapg_ad_720.html aapg_ad_720.html:275:26625:26629 Yeso Sacramento Mountains (California) +0.252494 cspg_html_7989435905 cspg_html_7989435905:289:30441:30452 Coal Valley Lacombe, Alberta +0.39216 aapg_af_568.html aapg_af_568.html:135:15149:15175 Tensleep Carbon County, Wyoming +0.27196 geology_html_1719128861 geology_html_1719128861:396:28400:28416 Pioche Reno, Nevada +0.249831 gsa_html_1502079979 gsa_html_1502079979:446:38450:38466 Fish Canyon Tuff Durango, Durango +0.25872 aapg_ah_318.html aapg_ah_318.html:530:62686:62705 Smackover Mexico +0.262808 aapg_aa_995.html aapg_aa_995.html:17:2209:2218 Extension Logan, Utah +0.423016 aapg_ah_131.html aapg_ah_131.html:47:4577:4590 Cotton Valley Cotton Valley, Louisiana +0.482733 cspg_html_2575903827 cspg_html_2575903827:332:39987:40023 Albert New Brunswick, New Jersey +0.49569 aapg_ai_241.html aapg_ai_241.html:128:14139:14174 Bakken Williston, Vermont +0.479958 aapg_af_854.html aapg_af_854.html:1336:192261:192277 Menard Palestinian territories +0.250992 aapg_af_492.html aapg_af_492.html:4:489:509 Milk River Canada +0.4752 aapg_ad_110.html aapg_ad_110.html:649:70119:70136 Amsden Colorado +0.43602 aapg_ah_53.html aapg_ah_53.html:12:2132:2138 Clifty Illinois +0.249488 aapg_af_964.html aapg_af_964.html:104:15254:15268 Colorado Beaumont, Texas +0.469224 cspg_html_6702053097 cspg_html_6702053097:784:82888:82898 Laurentian Ontario, California +0.48042 gsa_html_6982030333 gsa_html_6982030333:1000:96710:96718 Columbia Victoria, British Columbia +0.465735 cspg_html_3026112034 cspg_html_3026112034:146:14411:14453 Swan Hills Swan Hill, Victoria +0.257526 aapg_ai_98.html aapg_ai_98.html:170:23857:23864 Buckner Texas +0.477708 cspg_html_5170528958 cspg_html_5170528958:91:14440:14458 Birdbear Regina, Saskatchewan +0.511038 aapg_ai_255.html aapg_ai_255.html:357:53905:53911 Racine Illinois +0.248346 aapg_ad_642.html aapg_ad_642.html:424:48266:48274 Somerset Canadian Arctic Archipelago +0.259 aapg_ac_224.html aapg_ac_224.html:154:15797:15817 Caseyville Illinois +0.24745 cspg_html_8273598401 cspg_html_8273598401:56:7146:7163 Cantuar Regina, Saskatchewan +0.253132 palaios_html_8064020973 palaios_html_8064020973:267:28985:29018 Morrison Cheyenne, Wyoming +0.46599 cspg_html_7587979364 cspg_html_7587979364:554:41088:41111 Sulphur Point Lacombe, Alberta +0.269072 gsa_html_7598103587 gsa_html_7598103587:58:3763:3791 Green River Iran +0.486604 sedimentology_html_4432289902 sedimentology_html_4432289902:612:53249:53270 Marshalltown Closter, New Jersey +0.267225 aapg_af_39.html aapg_af_39.html:1104:85164:85172 Mercedes Texas +0.269775 cspg_html_2175627313 cspg_html_2175627313:1081:96095:96103 Edmonton Calgary +0.482816 jgeology_html_4610075495 jgeology_html_4610075495:151:10891:10900 Peninsula Korea +0.270375 cspg_html_1118978429 cspg_html_1118978429:375:34950:34980 Mill Creek Gladstone, Oregon +0.461274 cspg_html_2758185645 cspg_html_2758185645:531:49573:49585 Rundle Saskatoon +0.252374 gsa_html_7100033459 gsa_html_7100033459:14:516:522 Oregon Salem, Oregon +0.47073 aapg_ae_885.html aapg_ae_885.html:393:36453:36459 Kaibab McKee, Kentucky +0.259739 aapg_af_896.html aapg_af_896.html:170:17776:17781 Hueco Rift Valley lakes +0.256649 aapg_af_143.html aapg_af_143.html:1371:137267:137284 Grayson Texas +0.429828 cspg_html_7988775280 cspg_html_7988775280:439:61232:61256 Athabasca Canada +0.470305 aapg_ac_414.html aapg_ac_414.html:172:19996:20012 Kaibab Kaibab, Arizona +0.487863 aapg_ai_980.html aapg_ai_980.html:609:54172:54177 Swift Cut Bank, Montana +0.48974 gsa_html_5274400800 gsa_html_5274400800:679:54764:54782 Monterey California +0.26364 aapg_ae_544.html aapg_ae_544.html:157:20087:20109 Judith River Niobrara, Nebraska +0.254508 gsa_html_9207276905 gsa_html_9207276905:558:49723:49731 Columbia Victoria, British Columbia +0.26988 aapg_af_785.html aapg_af_785.html:363:36549:36562 Reklaw San Marcos, California +0.247904 aapg_ai_567.html aapg_ai_567.html:576:72563:72573 Washington Salem, Oregon +0.482384 aapg_af_29.html aapg_af_29.html:730:60268:60276 Virginia Jacksonville, Illinois +0.487441 aapg_ac_251.html aapg_ac_251.html:488:56188:56195 Juniata Pocono Raceway +0.345878 aapg_ac_252.html aapg_ac_252.html:13:1440:1451 Green River Logan, Utah +0.26058 cspg_html_8818854104 cspg_html_8818854104:629:74144:74182 Kootenay Lacombe, Alberta +0.251 geology_html_1872801559 geology_html_1872801559:13:556:562 Oregon Newport, Rhode Island +0.249984 aapg_ae_981.html aapg_ae_981.html:449:39479:39489 Brownsport Knoxville, Tennessee +0.253506 aapg_ai_337.html aapg_ai_337.html:325:33580:33597 Michigan Salina, Kansas +0.25428 palaios_html_2994452429 palaios_html_2994452429:1189:113351:113364 Wabana Canada +0.293 aapg_af_811.html aapg_af_811.html:315:26454:26471 Everton Buffalo National River +0.484785 aapg_ak_87.html aapg_ak_87.html:462:57910:57919 San Pedro Mogollon, New Mexico +0.50397 aapg_ad_379.html aapg_ad_379.html:263:22573:22580 Paradox Hermosa, Chicago +0.264204 cspg_html_7134658072 cspg_html_7134658072:103:14718:14736 Lea Park Lacombe, Alberta +0.48672 sedimentology_html_2737382976 sedimentology_html_2737382976:1905:93737:93754 Kanawha Huntington, West Virginia +0.253456 aapg_ae_467.html aapg_ae_467.html:320:24227:24234 Bedford Sunbury, Pennsylvania +0.268035 jgeology_html_9111148993 jgeology_html_9111148993:773:51865:51877 Saskatchewan Saskatoon +0.254961 cspg_html_6331977039 cspg_html_6331977039:143:15225:15244 Irene Ellesmere Island +0.521946 aapg_ad_317.html aapg_ad_317.html:161:15410:15432 Beekmantown Middle Ordovician +0.256985 cspg_html_2820751927 cspg_html_2820751927:269:32694:32721 Albert New Brunswick, New Jersey +0.237876 gsa_html_9417870342 gsa_html_9417870342:72:6853:6859 Provo Green Valley, Los Angeles County, California +0.25152 aapg_ai_49.html aapg_ai_49.html:784:99769:99785 Fernie Canada +0.25553 cspg_html_2929384614 cspg_html_2929384614:40:6241:6248 Halfway Victoria, British Columbia +0.263662 cspg_html_5891044027 cspg_html_5891044027:312:60767:60784 Creston Purcell Mountains +0.459346 aapg_aa_176.html aapg_aa_176.html:927:80861:80869 Virginia Virginia +0.25647 cspg_html_6140483769 cspg_html_6140483769:109:16316:16354 Mission Canyon Williston Basin +0.257536 gsa_html_4012649500 gsa_html_4012649500:21:1130:1138 Columbia Victoria, British Columbia +0.257808 cspg_html_9768299963 cspg_html_9768299963:24:2957:2973 Battle Lacombe, Alberta +0.250376 cspg_html_7938374662 cspg_html_7938374662:141:15259:15273 Hulcross Pine River (Michigan) +0.491925 aapg_ah_48.html aapg_ah_48.html:119:15294:15304 Inyan Kara Denver +0.24056 sedimentology_html_3878151317 sedimentology_html_3878151317:38:2269:2279 Copenhagen Denmark +0.242968 cspg_html_9354781888 cspg_html_9354781888:249:30100:30133 Halfway Victoria, British Columbia +0.2475 sedimentology_html_3200584564 sedimentology_html_3200584564:865:68562:68579 Wapiabi Lacombe, Alberta +0.431136 aapg_ad_564.html aapg_ad_564.html:762:76074:76099 Barnett Texas +0.301301 aapg_aa_712.html aapg_aa_712.html:6:874:894 Pecatonica Glenwood, Utah +0.252486 sedimentology_html_5560245941 sedimentology_html_5560245941:1227:64595:64599 Hall London, Ontario +0.265104 cspg_html_6356755616 cspg_html_6356755616:34:5078:5094 Battle Lacombe, Alberta +0.270878 geology_html_9324035548 geology_html_9324035548:235:22839:22845 Oregon Washington (state) +0.492345 aapg_ae_370.html aapg_ae_370.html:138:11926:11932 Oregon Washington (state) +0.46728 aapg_aa_861.html aapg_aa_861.html:670:70869:70886 Edwards Texas +0.488916 aapg_ai_49.html aapg_ai_49.html:212:24875:24883 Tensleep Cheyenne, Wyoming +0.524026 aapg_aa_145.html aapg_aa_145.html:255:28225:28230 Yukon Middle East +0.25654 palaios_html_9973267562 palaios_html_9973267562:566:65408:65427 Fairview Cincinnati +0.245508 aapg_ai_584.html aapg_ai_584.html:559:56271:56277 Casper Cheyenne, Wyoming +0.272259 aapg_af_779.html aapg_af_779.html:70:9656:9665 Coldwater Michigan +0.248 AMJC_html_5421639085 AMJC_html_5421639085:13:838:846 Virginia Reston, Virginia +0.48307 aapg_ai_352.html aapg_ai_352.html:318:24837:24853 Kinderhook Missouri River +0.24541 cspg_html_5875826141 cspg_html_5875826141:22:2957:2972 Elk Lacombe, Alberta +0.5136 aapg_ah_340.html aapg_ah_340.html:289:32424:32432 Kiamichi Goodland, Kansas +0.255488 cspg_html_3020540834 cspg_html_3020540834:47:6717:6734 Cobourg Ontario, California +0.241868 geology_html_2461616775 geology_html_2461616775:261:19432:19442 Washington Seattle +0.501202 aapg_ad_63.html aapg_ad_63.html:23:2433:2443 Rio Grande San Marcos, California +0.48076 geology_html_4921327591 geology_html_4921327591:322:23985:23989 Bond North Atlantic Current +0.244961 aapg_ae_803.html aapg_ae_803.html:99:13152:13157 Coban Guatemala +0.460647 cspg_html_6116883777 cspg_html_6116883777:1119:157262:157272 Lands Lokk Ellesmere Island +0.279282 aapg_af_842.html aapg_af_842.html:47:5734:5757 Cotton Valley Lisbon +0.250344 aapg_af_397.html aapg_af_397.html:10:1699:1706 Entrada Entrada Sandstone +0.249936 aapg_ah_505.html aapg_ah_505.html:1618:132546:132553 Manitou Niobrara, Nebraska +0.265029 gsa_html_2561127673 gsa_html_2561127673:468:42672:42683 Quinn River Victoria, British Columbia +0.687522 aapg_ad_2.html aapg_ad_2.html:477:70944:70961 Harpers Virginia +0.254904 aapg_aa_775.html aapg_aa_775.html:549:56698:56706 Woodbine Austin, Chicago +0.25647 aapg_ah_623.html aapg_ah_623.html:277:27229:27237 Colorado Brill +0.48807 geology_html_2181785127 geology_html_2181785127:28:1642:1648 Oregon Salem, Oregon +0.2597 cspg_html_5593011953 cspg_html_5593011953:131:16457:16464 Cardium Lacombe, Alberta +0.248217 aapg_ai_241.html aapg_ai_241.html:68:8678:8705 Winnipeg Red River of the North +0.26883 aapg_af_392.html aapg_af_392.html:8:1187:1195 Niobrara Logan, Utah +0.263088 cspg_html_7938374662 cspg_html_7938374662:138:14945:14960 Gates Anchorage, Alaska +0.258063 sedimentology_html_6355445950 sedimentology_html_6355445950:531:40495:40505 Las Cruces New Mexico +0.253482 aapg_ai_157.html aapg_ai_157.html:434:39311:39327 Guelph Salina, Kansas +0.252568 aapg_ac_237.html aapg_ac_237.html:669:57460:57477 Roberts Mountains Reno, Nevada +0.471801 aapg_ac_484.html aapg_ac_484.html:707:93156:93171 Tejon California +0.481712 sedimentology_html_7082794090 sedimentology_html_7082794090:1041:65833:65837 Hall London, Ontario +0.265144 aapg_ae_67.html aapg_ae_67.html:445:34263:34271 Colorado Colorado +0.248992 gsa_html_1549665076 gsa_html_1549665076:16:878:888 Washington Ellensburg, Washington +0.2678 aapg_ae_250.html aapg_ae_250.html:200:18851:18868 Wasatch Wasatch Range +0.250444 cspg_html_1114211412 cspg_html_1114211412:482:61961:61995 Kootenay Lacombe, Alberta +0.455895 cspg_html_8875780398 cspg_html_8875780398:6:488:500 Tindir Anchorage, Alaska +0.256536 aapg_ai_141.html aapg_ai_141.html:365:37780:37790 Washington California +0.266752 geology_html_1378183813 geology_html_1378183813:245:22719:22727 Monterey California +0.474208 gsa_html_9417726942 gsa_html_9417726942:29:2796:2824 Green River Iran +0.2652 aapg_ae_4.html aapg_ae_4.html:125:13926:13945 Jefferson Samaria (ancient city) +0.255374 aapg_aa_114.html aapg_aa_114.html:196:22240:22257 La Joya Matamoros, Tamaulipas +0.243013 palaios_html_4248032637 palaios_html_4248032637:1376:105335:105349 Victoria Antarctica +0.70179 aapg_ac_899.html aapg_ac_899.html:104:9260:9284 Sunniland Melbourne, Florida +0.484968 aapg_ai_567.html aapg_ai_567.html:68:8303:8309 Sierra Mexico +0.47094 aapg_ah_221.html aapg_ah_221.html:190:17127:17133 Casper Cheyenne, Wyoming +0.256432 palaios_html_6757540995 palaios_html_6757540995:12:678:684 Auburn Alabama +0.266087 aapg_ae_716.html aapg_ae_716.html:459:43042:43059 Cardium Lacombe, Alberta +0.469456 aapg_ai_334.html aapg_ai_334.html:55:6186:6199 Chuacus Santa Rosa, California +0.495126 cspg_html_4115129593 cspg_html_4115129593:233:24453:24463 Whitehorse Nabesna Glacier +0.23845 cspg_html_9008569748 cspg_html_9008569748:29:3488:3496 Edmonton Edmonton, London +0.401511 gsa_html_4432793908 gsa_html_4432793908:74:7773:7800 Sheep Pass Reno, Nevada +0.25041 cspg_html_1611572472 cspg_html_1611572472:84:9497:9505 Columbia Victoria, British Columbia +0.48984 aapg_ah_530.html aapg_ah_530.html:219:25072:25077 Onate New Mexico +0.260304 cspg_html_3233680622 cspg_html_3233680622:760:87558:87577 Beaufort District Council of Franklin Harbour +0.512952 aapg_ah_49.html aapg_ah_49.html:214:23157:23163 Modelo San Gabriel Valley +0.232805 aapg_ae_875.html aapg_ae_875.html:441:51639:51660 Cariblanco Puerto Rico +0.505218 gsa_html_5865982995 gsa_html_5865982995:981:106738:106759 Green River Colorado +0.262384 gsa_html_5865982995 gsa_html_5865982995:1317:139375:139383 Colorado Cheyenne, Wyoming +0.484185 aapg_ad_466.html aapg_ad_466.html:546:63061:63072 Englishtown Haddonfield, New Jersey +0.4656 geology_html_4561079394 geology_html_4561079394:15:943:959 Navajo Colorado Plateau +0.248292 cspg_html_7248845592 cspg_html_7248845592:131:15058:15073 Savik Melville Island (Canada) +0.2545 gsa_html_2989317971 gsa_html_2989317971:707:73161:73183 Sucker Creek Boise River +0.485366 cspg_html_9894399778 cspg_html_9894399778:80:7430:7436 Viking Ashville, Ohio +0.273504 cspg_html_7278001817 cspg_html_7278001817:100:14605:14613 Columbia Victoria, British Columbia +0.852876 AMJC_html_8494031493 AMJC_html_8494031493:922:109018:109038 Bonneterre Missouri River +0.25347 jgeology_html_1838149422 jgeology_html_1838149422:766:66894:66910 Gering Nebraska +0.252 geology_html_2755766138 geology_html_2755766138:13:706:714 Colorado Denver +0.512253 gsa_html_7030126147 gsa_html_7030126147:1380:116431:116459 Green River Colorado +0.886366 aapg_ae_305.html aapg_ae_305.html:4:475:481 Perija Venezuela +0.427917 cspg_html_8612721867 cspg_html_8612721867:1108:134714:134734 Swan Hills Lacombe, Alberta +0.249936 aapg_ai_717.html aapg_ai_717.html:59:9119:9127 Colorado Florence, Alabama +0.247005 aapg_ae_981.html aapg_ae_981.html:282:24404:24414 Bainbridge Bainbridge, Georgia +0.49082 aapg_af_946.html aapg_af_946.html:96:13439:13447 Colorado Denver +0.47773 aapg_aa_303.html aapg_aa_303.html:26:3102:3119 Chaffee Colorado +0.710079 aapg_ai_583.html aapg_ai_583.html:506:63245:63257 Medicine Bow Black Hills +0.479776 aapg_ah_659.html aapg_ah_659.html:4:701:708 Bridger Uinta Mountains +0.5082 gsa_html_9613801428 gsa_html_9613801428:1205:112997:113025 Green River New Mexico +0.490116 aapg_ac_714.html aapg_ac_714.html:64:9497:9512 Piper Big Horn Mountains +0.483336 aapg_af_673.html aapg_af_673.html:60:8118:8131 Lone Mountain Table Mountain +0.2709 sedimentology_html_1293179143 sedimentology_html_1293179143:1149:81102:81121 Lodgepole Regina, Saskatchewan +0.252993 cspg_html_4270552951 cspg_html_4270552951:141:20095:20107 Morden Regina, Saskatchewan +0.503564 aapg_aa_289.html aapg_aa_289.html:161:15547:15556 Bear Lake Boise, Idaho +0.487172 cspg_html_8362959053 cspg_html_8362959053:30:5004:5022 Kootenay Lacombe, Alberta +0.498005 gsa_html_4312040636 gsa_html_4312040636:874:79718:79746 Green River Iran +0.488898 sedimentology_html_9522212001 sedimentology_html_9522212001:1608:59641:59645 Hall London, Ontario +0.256985 aapg_ae_658.html aapg_ae_658.html:166:20770:20778 Colorado Logan, Utah +0.257943 aapg_ai_107.html aapg_ai_107.html:560:46888:46909 Eagle Ouachita County, Arkansas +0.242316 aapg_aa_914.html aapg_aa_914.html:257:26320:26342 Marble Falls South America +0.248937 aapg_ae_542.html aapg_ae_542.html:7:1146:1161 Saddle Mountain Cook Inlet +0.253967 aapg_af_470.html aapg_af_470.html:178:18892:18913 Little Flat Logan, Utah +0.238896 aapg_ah_773.html aapg_ah_773.html:61:4377:4381 Elko Reno, Nevada +0.482562 cspg_html_8988872363 cspg_html_8988872363:132:19521:19527 Bjorne Melville Island (Canada) +0.236808 aapg_ae_305.html aapg_ae_305.html:137:17690:17696 Perija Maracaibo +0.246784 aapg_ah_847.html aapg_ah_847.html:17:2433:2439 Tinton Navesink River +0.4641 aapg_aa_898.html aapg_aa_898.html:316:37925:37945 North Horn Logan, Utah +0.25004 cspg_html_9843429624 cspg_html_9843429624:113:13762:13774 Nisku Lacombe, Alberta +0.25948 gsa_html_1636483297 gsa_html_1636483297:1026:86348:86356 Colorado Cheyenne, Wyoming +0.269297 gsa_html_5884416968 gsa_html_5884416968:619:57762:57766 Hall Earth +0.505218 cspg_html_7779401416 cspg_html_7779401416:251:30565:30576 Fossil Hill Manitoulin Island +0.255867 cspg_html_6306091047 cspg_html_6306091047:225:31880:31888 Columbia Victoria, British Columbia +0.422656 aapg_aa_991.html aapg_aa_991.html:18:2324:2329 Yegua Oakville, California +0.253302 gsa_html_4828739821 gsa_html_4828739821:384:28582:28591 Sixtymile Western world +0.43512 aapg_ac_699.html aapg_ac_699.html:5:795:812 Edwards Texas +0.216897 gsa_html_8152640301 gsa_html_8152640301:533:46062:46078 Naknek Talkeetna Mountains +0.276595 aapg_ac_517.html aapg_ac_517.html:12:1362:1368 Viking Lacombe, Alberta +0.239057 sedimentology_html_2791106313 sedimentology_html_2791106313:52:5602:5611 Peninsula Korea +0.558013 aapg_aa_844.html aapg_aa_844.html:380:39049:39056 Chemung Pocono Raceway +0.479259 cspg_html_1732329534 cspg_html_1732329534:47:6829:6837 Paskapoo Edmonton, London +0.27081 aapg_ad_880.html aapg_ad_880.html:97:11568:11585 Entrada Logan, Utah +0.479182 cspg_html_6116883777 cspg_html_6116883777:856:111304:111310 Ludlow Devon +0.2646 cspg_html_4326384800 cspg_html_4326384800:1037:152605:152624 Waterways Lacombe, Alberta +0.267806 cspg_html_3501550466 cspg_html_3501550466:568:81794:81802 Grosmont Lacombe, Alberta +0.271416 cspg_html_4287356899 cspg_html_4287356899:3341:354438:354459 Trold Fiord Lacombe, Alberta +0.504708 aapg_aa_465.html aapg_aa_465.html:139:24883:24897 Buda Balcones Fault +0.25194 geology_html_2685302093 geology_html_2685302093:90:8244:8257 San Sebastian Andes +0.473052 aapg_ad_0.html aapg_ad_0.html:38:4955:4966 Jacobsville Michigan +0.834027 aapg_ac_414.html aapg_ac_414.html:158:19029:19047 Plympton Logan, Utah +0.26129 aapg_ae_667.html aapg_ae_667.html:432:53833:53854 Green River Logan, Utah +0.257964 aapg_ae_848.html aapg_ae_848.html:123:11999:12007 Columbia Lacombe, Alberta +0.242544 gsa_html_7411853369 gsa_html_7411853369:692:67616:67640 Persimmon Fork Lincolnton, Georgia +0.453573 aapg_af_479.html aapg_af_479.html:809:83943:83953 Point Loma California +0.478608 cspg_html_7306741348 cspg_html_7306741348:15:1589:1625 Cedar District Saltspring Island +0.264969 aapg_ad_808.html aapg_ad_808.html:526:32498:32516 Tensleep Big Horn Mountains +0.268203 cspg_html_1644457308 cspg_html_1644457308:108:14570:14597 Fantasque Pine River (Michigan) +0.237568 geology_html_8405011379 geology_html_8405011379:332:28025:28039 Beaufort South Africa +0.262095 cspg_html_8990290265 cspg_html_8990290265:56:10162:10176 Elko Elko, Nevada +0.25039 aapg_ae_324.html aapg_ae_324.html:848:85771:85779 Billings Safford, Arizona +0.474195 aapg_af_50.html aapg_af_50.html:3:331:337 Maroon Colorado +0.89397 aapg_aa_147.html aapg_aa_147.html:60:8936:8961 Stony Mountain Regina, Saskatchewan +0.48453 cspg_html_6306091047 cspg_html_6306091047:47:9196:9205 Baldonnel Canada +0.35175 gsa_html_4432793908 gsa_html_4432793908:1259:121988:122008 Sheep Pass Reno, Nevada +0.274918 aapg_ac_807.html aapg_ac_807.html:444:45389:45397 Yorktown Chesapeake Bay +0.488005 cspg_html_9354781888 cspg_html_9354781888:81:15418:15426 Columbia Lacombe, Alberta +0.501354 aapg_ac_6.html aapg_ac_6.html:432:28302:28315 Windsor Canada +0.257346 cspg_html_7138604143 cspg_html_7138604143:965:86277:86293 Nansen Ellesmere Island +0.492032 cspg_html_5697056884 cspg_html_5697056884:50:4927:4943 Earlie Regina, Saskatchewan +0.25333 gsa_html_1520002998 gsa_html_1520002998:1056:84180:84198 Harebell Cheyenne, Wyoming +0.24102 cspg_html_1503116552 cspg_html_1503116552:33:5529:5557 Beaverhill Lacombe, Alberta +0.237474 aapg_ac_392.html aapg_ac_392.html:207:21414:21429 Laurel Monroe County, Florida +0.479304 cspg_html_6472484014 cspg_html_6472484014:94:12838:12858 La Vieille New Brunswick, New Jersey +0.515 gsa_html_9866042258 gsa_html_9866042258:2018:157069:157097 Green River Colorado +0.257703 jgeology_html_1838149422 jgeology_html_1838149422:60:2546:2564 John Day Salem, Oregon +0.24824 aapg_aa_243.html aapg_aa_243.html:20:2597:2605 Virginia Highlands County, Florida +0.239776 gsa_html_1744648670 gsa_html_1744648670:418:43243:43266 Kingston Peak Svalbard and Jan Mayen +0.254925 sedimentology_html_9522643663 sedimentology_html_9522643663:104:8866:8873 Entrada Carmel, Indiana +0.4826 aapg_af_879.html aapg_af_879.html:815:77228:77247 Grove Texas +0.46629 jgeology_html_4357791487 jgeology_html_4357791487:132:7789:7799 Gloucester Bristol Channel +0.245847 cspg_html_1336185084 cspg_html_1336185084:330:37163:37191 Grand Rapids Clearwater, Florida +0.251292 cspg_html_3404912985 cspg_html_3404912985:853:108653:108675 Judith River Canada +0.716495 gsa_html_1130947011 gsa_html_1130947011:80:9168:9186 Dubuque Iowa +0.273493 aapg_ae_319.html aapg_ae_319.html:364:27874:27888 Woodside Uinta Mountains +0.259017 cspg_html_4348111624 cspg_html_4348111624:40:8231:8253 Winnipegosis Regina, Saskatchewan +0.27924 aapg_ai_269.html aapg_ai_269.html:149:14738:14756 Iroquois Bridgetown, Nova Scotia +0.273528 cspg_html_3735760125 cspg_html_3735760125:206:24897:24914 Cardium Victoria, British Columbia +0.263088 sedimentology_html_3948129797 sedimentology_html_3948129797:36:2177:2184 Potsdam Germany +0.265224 cspg_html_5456368738 cspg_html_5456368738:123:15646:15660 Hume Sault Ste. Marie, Ontario +0.539453 aapg_ah_871.html aapg_ah_871.html:758:73284:73320 Highgate Bennington, Vermont +0.3692 gsa_html_1636483297 gsa_html_1636483297:742:68659:68684 Green River Cheyenne, Wyoming +0.2652 geology_html_9772573337 geology_html_9772573337:18:1168:1178 Santa Cruz California +0.71808 aapg_aa_177.html aapg_aa_177.html:181:15767:15773 Nariva Trinidad and Tobago +0.271752 aapg_ah_638.html aapg_ah_638.html:55:5308:5317 Red Bluff Alabama +0.25584 cspg_html_1025724640 cspg_html_1025724640:73:12053:12069 Queenston Utica, New York +0.906223 aapg_ac_575.html aapg_ac_575.html:375:57873:57893 Phosphoria Boise, Idaho +0.498996 aapg_ai_117.html aapg_ai_117.html:7:740:760 Verde Cheyenne, Wyoming +0.516168 aapg_ac_984.html aapg_ac_984.html:125:11032:11042 Bonneterre Illinois +0.250976 aapg_aa_465.html aapg_aa_465.html:114:20788:20804 Kainer San Antonio +0.243867 sedimentology_html_6156482329 sedimentology_html_6156482329:65:6990:6997 Renault Kenya +0.24192 aapg_aa_734.html aapg_aa_734.html:541:56211:56229 Caballos Texas +0.50952 aapg_ai_49.html aapg_ai_49.html:702:91359:91373 Jelm Cheyenne, Wyoming +0.48719 aapg_af_468.html aapg_af_468.html:429:37186:37200 Frio Brazoria County, Texas +0.481418 gsa_html_5952049575 gsa_html_5952049575:975:89659:89665 Denver Colorado +0.514112 aapg_ad_995.html aapg_ad_995.html:99:12275:12285 Phosphoria Little Cottonwood Creek +0.5088 palaios_html_7010013984 palaios_html_7010013984:849:80454:80471 Juniata Pennsylvania +0.45499 aapg_ad_344.html aapg_ad_344.html:207:20430:20446 Pierre Missouri Valley, Iowa +0.249494 aapg_ad_919.html aapg_ad_919.html:3:181:212 Lakota Powder River (Montana) +0.481792 aapg_ac_333.html aapg_ac_333.html:866:105926:105940 Yeso Arizona +0.473185 cspg_html_3531222995 cspg_html_3531222995:284:33277:33301 Contact Rapids Western world +0.251808 cspg_html_3850954719 cspg_html_3850954719:371:46419:46436 Cardium Lacombe, Alberta +0.4795 gsa_html_5277590404 gsa_html_5277590404:530:56279:56294 Rapid Sierra Nevada (U.S.) +0.73041 gsa_html_4432793908 gsa_html_4432793908:112:13671:13708 Newark Canyon Sevier orogeny +0.490728 aapg_ad_149.html aapg_ad_149.html:30:2847:2859 Saskatchewan Manitoba +0.36652 cspg_html_3354282978 cspg_html_3354282978:745:88740:88759 Bonneterre Missouri River +0.505724 aapg_ac_730.html aapg_ac_730.html:560:80312:80327 Telegraph Creek Mancos, Colorado +0.491202 palaios_html_8369745629 palaios_html_8369745629:37:3468:3474 Moscow Orenburg Oblast +0.915705 AMJC_html_6341723617 AMJC_html_6341723617:782:69146:69167 Green River Logan, Utah +0.49632 gsa_html_4922631598 gsa_html_4922631598:505:59835:59853 Peoria Peoria, Illinois +0.262614 cspg_html_3831007171 cspg_html_3831007171:5:195:208 Wabamun Lacombe, Alberta +0.254464 aapg_ai_998.html aapg_ai_998.html:291:24055:24059 Wendover Lewisville, Texas +0.280675 aapg_ad_648.html aapg_ad_648.html:14:1973:1991 Niobrara Berthoud, Colorado +0.249038 cspg_html_8174352156 cspg_html_8174352156:181:25091:25099 Columbia Victoria, British Columbia +0.243236 gsa_html_8820488310 gsa_html_8820488310:348:31685:31702 Wallace Canada +0.25047 aapg_aa_583.html aapg_aa_583.html:27:3333:3339 Sierra Mexico +0.462186 geology_html_6153450375 geology_html_6153450375:251:17928:17940 Dixie Valley Reno, Nevada +0.264027 cspg_html_9008569748 cspg_html_9008569748:40:4573:4589 Arnica McKenzie River +0.258039 aapg_ac_563.html aapg_ac_563.html:685:102073:102077 Ladd Mexico +0.499905 gsa_html_4506689428 gsa_html_4506689428:15:522:530 Colorado Denver +0.262973 palaios_html_1262064602 palaios_html_1262064602:771:82034:82052 Willwood Cheyenne, Wyoming +0.251482 aapg_ah_871.html aapg_ah_871.html:751:72918:72929 Coal Canyon Cheyenne, Wyoming +0.463112 aapg_ah_318.html aapg_ah_318.html:413:51124:51145 Eagle Shreveport, Louisiana +0.492866 cspg_html_8089302449 cspg_html_8089302449:212:35785:35797 Wapsipinicon Reno, Nevada +0.270396 cspg_html_4498577775 cspg_html_4498577775:1135:86868:86892 Gog Lake Louise, Alberta +0.245448 palaios_html_1662300404 palaios_html_1662300404:488:50183:50200 Clarita Arkansas +0.48639 cspg_html_1597341612 cspg_html_1597341612:234:21940:21949 Littleton Colorado +0.441232 aapg_ac_702.html aapg_ac_702.html:362:37983:37992 Lecompton Iowa +0.256027 palaios_html_1734147629 palaios_html_1734147629:77:9538:9553 Elk Canada +0.504419 gsa_html_5625878232 gsa_html_5625878232:339:45704:45715 San Antonio Baja California peninsula +0.26 cspg_html_8463924060 cspg_html_8463924060:6:254:271 Exshaw Lacombe, Alberta +0.854194 cspg_html_8139359744 cspg_html_8139359744:626:77723:77771 Salina Ontario, California +0.248376 aapg_ac_613.html aapg_ac_613.html:132:18272:18287 Mesaverde Mancos, Colorado +0.364426 aapg_aa_960.html aapg_aa_960.html:321:25859:25866 Entrada Colorado +0.242466 sedimentology_html_6855199507 sedimentology_html_6855199507:652:47580:47589 Lancaster Mojave Desert +0.25317 aapg_ai_137.html aapg_ai_137.html:140:13107:13122 Tuscaloosa Tuscaloosa, Alabama +0.24444 geology_html_1214837624 geology_html_1214837624:307:25228:25232 Dunn California +0.26368 palaios_html_5170998264 palaios_html_5170998264:13:981:990 San Diego California +0.49343 palaios_html_5268628065 palaios_html_5268628065:163:21454:21461 Cercado Dominican Republic +0.452574 aapg_ai_962.html aapg_ai_962.html:3:277:299 Word New Mexico +0.256432 cspg_html_4298557570 cspg_html_4298557570:80:13125:13149 St. Mary River Edmonton, London +0.485706 cspg_html_7963093032 cspg_html_7963093032:85:11342:11362 Mill Creek Crowsnest Pass, Alberta +0.505393 AMJC_html_6759408618 AMJC_html_6759408618:512:49636:49644 Annville Pennsylvania +0.28119 aapg_af_397.html aapg_af_397.html:761:92818:92826 Colorado Denver +0.24402 aapg_ah_665.html aapg_ah_665.html:198:22422:22437 Weeks Logan, Utah +0.26368 aapg_aa_4.html aapg_aa_4.html:230:30679:30685 Provo Elmira, Ontario +0.258015 aapg_ad_717.html aapg_ad_717.html:366:38577:38583 Kaibab Arizona +0.502584 cspg_html_4924970281 cspg_html_4924970281:41:6021:6030 Cold Lake Clearwater, Florida +0.25755 cspg_html_9778753186 cspg_html_9778753186:246:36709:36717 Kootenay Fernie, British Columbia +0.482976 gsa_html_5274400800 gsa_html_5274400800:681:55182:55200 Monterey California +0.263153 aapg_ae_845.html aapg_ae_845.html:151:17093:17110 Almond Wasatch Range +0.24552 geology_html_5745933097 geology_html_5745933097:291:22758:22766 Virginia Hampton, New Hampshire +0.47874 aapg_ai_704.html aapg_ai_704.html:57:6891:6901 Fort Worth Guatemala +0.4704 aapg_ad_379.html aapg_ad_379.html:746:60653:60668 Stump Black Hills +0.252476 geology_html_2503160398 geology_html_2503160398:267:23243:23267 Kaskapau London, Ontario +0.501416 aapg_aa_976.html aapg_aa_976.html:216:25263:25280 Entrada Carmel, Indiana +0.50298 gsa_html_9487992082 gsa_html_9487992082:1040:90635:90663 Green River Colorado +0.265224 aapg_ad_652.html aapg_ad_652.html:37:5215:5219 Tyee Elkton, Kentucky +0.483171 gsa_html_8035658736 gsa_html_8035658736:999:106885:106895 Washington Boise, Idaho +0.49056 cspg_html_3953809708 cspg_html_3953809708:525:55426:55434 Columbia Victoria, British Columbia +0.249194 cspg_html_1781462584 cspg_html_1781462584:145:18074:18090 Shunda Arctic Cordillera +0.257556 cspg_html_4376017434 cspg_html_4376017434:68:7684:7702 Pardonet Victoria, British Columbia +0.256542 gsa_html_6578729676 gsa_html_6578729676:617:60238:60245 Andrews Andrews, Texas +0.924288 aapg_ac_835.html aapg_ac_835.html:1459:190855:190875 Phosphoria Boise, Idaho +0.485856 aapg_ae_324.html aapg_ae_324.html:505:51048:51065 Tellico Farragut, Tennessee +0.256824 aapg_ah_586.html aapg_ah_586.html:163:15388:15397 Franconia Trempealeau, Wisconsin +0.488413 aapg_ae_29.html aapg_ae_29.html:67:8478:8498 Loyalhanna Pocono Raceway +0.56168 aapg_ah_313.html aapg_ah_313.html:104:8701:8710 Whitewood Cheyenne, Wyoming +0.261096 cspg_html_5563319344 cspg_html_5563319344:45:7157:7169 Cooking Lake Regina, Saskatchewan +0.265029 AMJC_html_8866429777 AMJC_html_8866429777:166:21433:21447 Rome Middle East +0.46461 geology_html_4386567919 geology_html_4386567919:107:13695:13705 Wood River Forest City, Iowa +0.25452 gsa_html_8549650339 gsa_html_8549650339:84:8422:8435 Edwards Central Texas +0.466358 gsa_html_7062589013 gsa_html_7062589013:915:69938:69944 Laguna Chile +0.680174 aapg_ah_96.html aapg_ah_96.html:122:13404:13427 Winnipeg Lake Winnipeg +0.427741 aapg_ac_730.html aapg_ac_730.html:110:16507:16513 Dakota Mancos, Colorado +0.235734 palaios_html_2276475028 palaios_html_2276475028:568:57229:57247 Morrison Colorado +0.251346 gsa_html_9194968822 gsa_html_9194968822:18:661:671 Washington Seattle +0.25449 aapg_ac_230.html aapg_ac_230.html:276:31011:31017 Sierra Lake Maracaibo +0.24849 geology_html_6375620405 geology_html_6375620405:281:21114:21123 Extension England +0.256536 aapg_ac_219.html aapg_ac_219.html:672:107499:107513 Pozo Peru, Indiana +0.259408 aapg_af_808.html aapg_af_808.html:300:39469:39485 Pierre Barbados +0.24638 gsa_html_7199417381 gsa_html_7199417381:435:46014:46034 Peoria Nebraska +0.467923 cspg_html_8089302449 cspg_html_8089302449:555:97328:97333 Rapid Coralville, Iowa +0.247955 palaios_html_1018466366 palaios_html_1018466366:1846:154260:154286 Montney Denver +0.4978 cspg_html_9735723617 cspg_html_9735723617:2025:175603:175622 Griper Bay District Council of Franklin Harbour +0.495492 sedimentology_html_5613495298 sedimentology_html_5613495298:123:12496:12502 Chinle Chinle Formation +0.248502 aapg_ai_0.html aapg_ai_0.html:565:63032:63042 Rio Grande Copano, Texas +0.4914 aapg_aa_253.html aapg_aa_253.html:8:750:759 Wyandotte Calcasieu Parish Public Schools +0.260554 gsa_html_3586844705 gsa_html_3586844705:825:77955:77960 Rapid Earth +0.490116 aapg_aa_463.html aapg_aa_463.html:227:43998:44005 Hosston Cotton Valley, Louisiana +0.2782 cspg_html_9361096527 cspg_html_9361096527:688:67165:67183 Bearpaw Judith River Formation +0.47421 cspg_html_9343899465 cspg_html_9343899465:436:44275:44288 Weatherall Melville Island (Canada) +0.86141 palaios_html_1316705524 palaios_html_1316705524:19:980:1006 Horseshoe Canyon Canada +0.470528 aapg_ah_779.html aapg_ah_779.html:244:45274:45288 Bays Martinsburg, Nebraska +0.468765 sedimentology_html_3587753226 sedimentology_html_3587753226:412:32962:32999 Honaker Logan, Utah +0.256032 aapg_ah_647.html aapg_ah_647.html:831:90010:90024 Earp Arizona +0.247 gsa_html_3387611512 gsa_html_3387611512:469:53052:53067 Orocopia Schist Arizona +0.712101 cspg_html_9924397126 cspg_html_9924397126:1599:167303:167323 Point Loma San Diego +0.24837 aapg_ae_187.html aapg_ae_187.html:189:20336:20344 Michigan Salina, Kansas +0.27195 palaios_html_2048556014 palaios_html_2048556014:256:25629:25638 Conasauga Great Basin +0.487278 aapg_aa_732.html aapg_aa_732.html:37:6748:6756 Colorado Texas +0.26159 aapg_ad_766.html aapg_ad_766.html:559:55272:55286 Dakota Western world +0.25149 cspg_html_6839937815 cspg_html_6839937815:288:41086:41092 Kaibab San Rafael Swell +0.26553 aapg_ae_957.html aapg_ae_957.html:939:44397:44403 Dakota Topeka, Kansas +0.226094 aapg_af_470.html aapg_af_470.html:274:28971:28979 Colorado Denver +0.492544 aapg_ah_611.html aapg_ah_611.html:19:1721:1731 Washington Salem, Oregon +0.268752 sedimentology_html_4004655641 sedimentology_html_4004655641:89:6929:6934 Laval Canada +0.487424 aapg_ae_831.html aapg_ae_831.html:97:9854:9871 Wolfcamp Oldham County, Kentucky +0.35623 aapg_ai_584.html aapg_ai_584.html:668:69350:69356 Casper Laramie, Wyoming +0.251412 AMJC_html_5438349889 AMJC_html_5438349889:176:21736:21747 San Joaquin King River (Tasmania) +0.628992 aapg_af_505.html aapg_af_505.html:257:16847:16856 Englewood Colorado +0.482218 jgeology_html_8596065691 jgeology_html_8596065691:709:61358:61361 Arc Caribbean +0.48501 aapg_ai_143.html aapg_ai_143.html:32:3711:3730 Foremost Judith River Formation +0.245575 aapg_ac_748.html aapg_ac_748.html:17:1475:1481 Kaibab Coconino County, Arizona +0.51761 aapg_af_590.html aapg_af_590.html:489:37985:38016 Paradox Colorado +0.245388 cspg_html_7602315496 cspg_html_7602315496:12:1945:1953 Foremost Milk River, Alberta +0.25641 aapg_af_858.html aapg_af_858.html:187:17805:17810 Utica Ohio +0.243747 aapg_ai_477.html aapg_ai_477.html:280:30672:30690 Moosebar Pine River (Michigan) +0.259081 geology_html_6268094795 geology_html_6268094795:33:3234:3258 Arcadia Arcadia, California +0.23529 cspg_html_7086880709 cspg_html_7086880709:204:23816:23824 Columbia Victoria, British Columbia +0.479364 aapg_ad_192.html aapg_ad_192.html:229:26674:26695 Tuscaloosa Southeast Asia +0.261392 aapg_ah_418.html aapg_ah_418.html:134:13121:13134 Bearpaw Red Deer, Alberta +0.47328 cspg_html_2820961138 cspg_html_2820961138:88:13601:13617 Viking Lacombe, Alberta +0.715414 gsa_html_3448554349 gsa_html_3448554349:418:41515:41530 Price Huntington, West Virginia +0.239598 aapg_aa_544.html aapg_aa_544.html:131:17915:17935 Twin Creek Cheyenne, Wyoming +0.24947 aapg_ae_718.html aapg_ae_718.html:19:2080:2087 Narrows Gold Coast, Queensland +0.453405 aapg_ae_863.html aapg_ae_863.html:508:57193:57210 Modelo San Gabriel Mountains +0.488177 aapg_ac_484.html aapg_ac_484.html:718:95258:95280 Tejon Tehachapi, California +0.259534 cspg_html_8279927914 cspg_html_8279927914:5:209:226 Gilwood Lacombe, Alberta +0.48829 sedimentology_html_2139169476 sedimentology_html_2139169476:174:17612:17621 Peninsula Korea +0.49022 gsa_html_8222638730 gsa_html_8222638730:966:89317:89345 Green River Colorado +0.243892 gsa_html_7808051457 gsa_html_7808051457:680:67451:67471 Manitou Colorado +0.469368 palaios_html_3551075744 palaios_html_3551075744:36:2914:2923 Peninsula Asia +0.460284 cspg_html_8438548095 cspg_html_8438548095:344:35515:35523 Edmonton Edmonton, London +0.485898 aapg_ad_257.html aapg_ad_257.html:132:14691:14696 Tampa Apalachicola, Florida +0.900576 aapg_ae_993.html aapg_ae_993.html:252:23073:23088 Darby Cheyenne, Wyoming +0.493568 jgeology_html_5803513114 jgeology_html_5803513114:206:18081:18099 Rangeley Littleton, Colorado +0.490546 aapg_ad_466.html aapg_ad_466.html:1058:113431:113436 Aquia Delaware +0.266156 cspg_html_2882304151 cspg_html_2882304151:176:34362:34379 Gething Lacombe, Alberta +0.485586 cspg_html_5456368738 cspg_html_5456368738:140:18505:18513 Ramparts Mackenzie River +0.250494 sedimentology_html_2399468522 sedimentology_html_2399468522:745:42902:42906 Hall London, Ontario +0.250992 AMJC_html_4147467903 AMJC_html_4147467903:959:101332:101340 Richland Washington (state) +0.479829 cspg_html_3065473572 cspg_html_3065473572:25:5068:5078 Laurentian Quebec City +0.242094 aapg_ad_855.html aapg_ad_855.html:32:3313:3340 Eagle Paluxy, Texas +0.479552 geology_html_1315638178 geology_html_1315638178:112:10364:10381 Roberts Mountains Reno, Nevada +0.49896 palaios_html_2746116737 palaios_html_2746116737:100:9841:9851 Tallahatta Vail, Colorado +0.261602 cspg_html_2090868931 cspg_html_2090868931:9:718:725 Cardium Logan, Utah +0.254388 gsa_html_1210544754 gsa_html_1210544754:642:57252:57288 Mariposa California +0.247009 aapg_aa_47.html aapg_aa_47.html:887:99262:99270 Colorado Walsenburg, Colorado +0.260051 sedimentology_html_8006979411 sedimentology_html_8006979411:1598:109875:109892 Cardium Lacombe, Alberta +0.259548 geology_html_6494447832 geology_html_6494447832:290:29036:29074 Kingston Peak Death Valley +0.255867 sedimentology_html_1640357417 sedimentology_html_1640357417:971:91776:91793 Entrada Logan, Utah +0.2615 cspg_html_4694482219 cspg_html_4694482219:753:72905:72923 Edmonton Alta, Utah +0.483917 aapg_ae_643.html aapg_ae_643.html:267:32019:32023 Wise Wise County, Virginia +0.4403 aapg_ah_847.html aapg_ah_847.html:323:38566:38587 Hornerstown Alabama +0.249458 aapg_ac_841.html aapg_ac_841.html:881:91942:91949 Esquias Comayagua +0.27927 aapg_ad_2.html aapg_ad_2.html:1080:148450:148461 Beekmantown Thousand Islands (Indonesia) +0.503562 palaios_html_2276475028 palaios_html_2276475028:77:9738:9756 Morrison San Rafael Swell +0.521431 gsa_html_2258041855 gsa_html_2258041855:62:4447:4475 Green River Colorado +0.259017 geology_html_8986165275 geology_html_8986165275:139:14349:14380 Naknek Mount Michelson (Chugach Mountains) +0.247563 aapg_ad_153.html aapg_ad_153.html:107:12299:12318 Aux Vases Illinois +0.26163 cspg_html_3397138450 cspg_html_3397138450:918:106689:106698 Kishenehn Western world +0.486497 gsa_html_2645269788 gsa_html_2645269788:18:1549:1567 Catoctin Virginia +0.47379 cspg_html_7667087595 cspg_html_7667087595:42:5271:5298 Judith River Regina, Saskatchewan +0.25584 cspg_html_1654370716 cspg_html_1654370716:80:9204:9217 Parry Islands Bathurst Island (Northern Territory) +0.401624 gsa_html_7932638920 gsa_html_7932638920:105:10104:10123 Talkeetna Talkeetna, Alaska +0.25284 gsa_html_8241338635 gsa_html_8241338635:726:75661:75669 Colorado Colorado +0.4965 aapg_aa_787.html aapg_aa_787.html:437:53179:53185 Provo Texas +0.868512 aapg_af_482.html aapg_af_482.html:72:9561:9573 Todos Santos Guatemala +0.472812 geology_html_2148995531 geology_html_2148995531:13:521:531 Santa Cruz Santa Cruz, California +0.252003 aapg_ah_313.html aapg_ah_313.html:80:6745:6764 Elm Point Lake Winnipeg +0.48776 aapg_ah_469.html aapg_ah_469.html:333:32938:32959 Pascagoula Shreveport, Louisiana +0.25092 cspg_html_4233306187 cspg_html_4233306187:536:64931:64947 Viking Denver +0.49646 aapg_ad_344.html aapg_ad_344.html:164:18971:18989 Niobrara Sharon Springs, Kansas +0.256686 aapg_ae_74.html aapg_ae_74.html:821:73339:73346 Paradox Mesa, Arizona +0.500226 aapg_ac_986.html aapg_ac_986.html:479:58731:58738 Wasatch Cheyenne, Wyoming +0.54777 aapg_ah_371.html aapg_ah_371.html:49:4262:4282 Tuscaloosa North Carolina +0.248997 geology_html_8881449794 geology_html_8881449794:168:16616:16624 Colorado Pueblo, Colorado +0.689832 aapg_ac_246.html aapg_ac_246.html:235:23406:23422 Dakota Fall River, Nova Scotia +0.494844 aapg_ad_351.html aapg_ad_351.html:13:1634:1651 Pierson Springfield, Illinois +0.27531 aapg_ac_629.html aapg_ac_629.html:615:73595:73605 Citronelle Tallahassee, Florida +0.267674 gsa_html_4649438326 gsa_html_4649438326:1046:88795:88805 Washington California +0.487278 gsa_html_2717448156 gsa_html_2717448156:14:619:627 Colorado Denver +0.257983 palaios_html_2736581987 palaios_html_2736581987:621:62249:62254 Hueco New Mexico +0.474525 aapg_ad_466.html aapg_ad_466.html:150:16216:16233 Magothy Matawan, New Jersey +0.24017 aapg_ad_2.html aapg_ad_2.html:573:83461:83478 Nassau Schodack Center, New York +0.48093 aapg_aa_831.html aapg_aa_831.html:175:13628:13636 Woodford Texas +0.775464 aapg_ad_628.html aapg_ad_628.html:287:36557:36566 Matanuska Seward, Alaska +0.241056 aapg_ae_905.html aapg_ae_905.html:135:13608:13628 Grove Iowa +0.484344 geology_html_9794573137 geology_html_9794573137:281:24261:24271 Washington Pacific Northwest +0.257045 cspg_html_8588503765 cspg_html_8588503765:258:31675:31683 Columbia Victoria, British Columbia +0.464772 gsa_html_3942625742 gsa_html_3942625742:432:36836:36848 Little River Metro Manila +0.459241 gsa_html_3330587082 gsa_html_3330587082:374:31629:31654 Perry Rangeley, Maine +0.509124 aapg_ae_47.html aapg_ae_47.html:72:5771:5779 Sallisaw Frisco, Texas +0.241895 aapg_aa_193.html aapg_aa_193.html:451:41694:41711 Manlius Dayville, Oregon +0.259584 gsa_html_1290697059 gsa_html_1290697059:10:337:346 Peninsula Quebec City +0.447778 gsa_html_1075724130 gsa_html_1075724130:19:1061:1066 Bouse Colorado Plateau +0.492531 aapg_ae_939.html aapg_ae_939.html:390:16446:16456 Fort Worth Texas +0.489472 gsa_html_2989317971 gsa_html_2989317971:424:47631:47650 Humboldt Elko, Nevada +0.480194 gsa_html_9901339383 gsa_html_9901339383:475:43051:43058 Laramie Cheyenne, Wyoming +0.262135 aapg_ae_35.html aapg_ae_35.html:82:7542:7559 Wasatch Green River Formation +0.24846 gsa_html_2561127673 gsa_html_2561127673:90:7778:7799 Quinn River Reno, Nevada +0.45026 aapg_ac_807.html aapg_ac_807.html:273:27292:27300 Virginia Maryland +0.494982 aapg_ai_816.html aapg_ai_816.html:675:104086:104101 Oread Toronto +0.501723 aapg_ah_350.html aapg_ah_350.html:243:26534:26554 Price California +0.492218 aapg_ae_587.html aapg_ae_587.html:137:12285:12290 Price England +0.467923 cspg_html_6116883777 cspg_html_6116883777:361:52305:52325 Nordkronen Greenland +0.4655 aapg_ac_187.html aapg_ac_187.html:3359:315943:315967 La Pena Mexico +0.495471 aapg_ae_473.html aapg_ae_473.html:147:12769:12779 Tuscaloosa Tuscaloosa, Alabama +0.482448 aapg_af_711.html aapg_af_711.html:170:16926:16948 Monterey Channel Islands of California +0.254961 sedimentology_html_5477609609 sedimentology_html_5477609609:1269:81957:81977 Maravillas West, Texas +0.831744 cspg_html_6252417471 cspg_html_6252417471:339:50699:50722 Eureka Sound Banks Island +0.25956 cspg_html_1388123612 cspg_html_1388123612:6:296:349 Kiskatinaw Victoria, British Columbia +0.268822 sedimentology_html_7567618503 sedimentology_html_7567618503:27:1750:1767 Bedford Canada +0.463913 aapg_aa_696.html aapg_aa_696.html:605:70046:70054 Colorado Colorado +0.25844 cspg_html_6472484014 cspg_html_6472484014:427:44298:44318 La Vieille New Brunswick, New Jersey +0.380695 aapg_ac_333.html aapg_ac_333.html:243:31055:31059 Rico San Juan Mountains +0.471696 cspg_html_6193252551 cspg_html_6193252551:112:17510:17530 La Vieille New Brunswick, New Jersey +0.263133 geology_html_4304054973 geology_html_4304054973:279:22704:22727 Gunflint Iron Ontario, California +0.47175 cspg_html_6839937815 cspg_html_6839937815:351:49109:49126 Kaibab Arizona +0.263165 aapg_ac_835.html aapg_ac_835.html:1485:192275:192281 Denver Poplar, London +0.489842 AMJC_html_4692260170 AMJC_html_4692260170:532:52757:52776 Littleton New Hampshire +0.476146 AMJC_html_2360213652 AMJC_html_2360213652:148:20399:20417 Chickies Pennsylvania +0.280059 aapg_ah_646.html aapg_ah_646.html:37:5132:5148 Chinle Colorado Plateau +0.460728 aapg_af_506.html aapg_af_506.html:453:52718:52724 Denver Colorado +0.25948 gsa_html_9053175553 gsa_html_9053175553:501:51188:51216 Green River Cheyenne, Wyoming +0.783783 aapg_af_854.html aapg_af_854.html:811:114055:114060 Salem Bloomington, Indiana +0.350064 aapg_ac_629.html aapg_ac_629.html:634:75841:75869 Pascagoula Mississippi River +0.257466 gsa_html_8833777630 gsa_html_8833777630:506:61124:61145 Browns Park Colorado +0.372123 aapg_aa_685.html aapg_aa_685.html:24:2269:2300 North Horn Flagstaff, Arizona +0.246928 aapg_ai_15.html aapg_ai_15.html:15:1494:1511 Sabine Texas +0.236845 sedimentology_html_9906287852 sedimentology_html_9906287852:933:78747:78766 Rock Springs Cheyenne, Wyoming +0.242725 sedimentology_html_7553974053 sedimentology_html_7553974053:1434:119050:119068 Monterey California +0.47586 gsa_html_2059086425 gsa_html_2059086425:45:3730:3751 Lake Valley New Mexico +0.46774 cspg_html_8362959053 cspg_html_8362959053:47:7520:7531 Shaftesbury Mountain Park (Holyoke, Massachusetts) +0.469437 sedimentology_html_8274990152 sedimentology_html_8274990152:33:2022:2028 Denver Ontario, California +0.474549 aapg_aa_645.html aapg_aa_645.html:423:47456:47466 Washington Boise, Idaho +0.496327 cspg_html_9807337907 cspg_html_9807337907:15:2515:2535 Stony Mountain Williston Basin +0.466059 gsa_html_7384517973 gsa_html_7384517973:847:75245:75256 Devils Hole Reno, Nevada +0.25351 cspg_html_9222238695 cspg_html_9222238695:107:16360:16368 Columbia Victoria, British Columbia +0.466871 aapg_ad_338.html aapg_ad_338.html:387:45974:45982 Navesink New Egypt, New Jersey +0.474824 geology_html_3955381777 geology_html_3955381777:259:24056:24074 Tindir Canada +0.26622 aapg_ai_584.html aapg_ai_584.html:48:5207:5224 Casper Hartville, Missouri +0.875135 aapg_ac_617.html aapg_ac_617.html:160:22302:22310 Oakville Oakville, California +0.257514 cspg_html_1893593837 cspg_html_1893593837:94:7769:7779 Boas River Southampton Island +0.25324 cspg_html_9725676031 cspg_html_9725676031:76:10965:10973 Columbia Victoria, British Columbia +0.248 aapg_aa_696.html aapg_aa_696.html:685:75106:75114 Colorado Denver +0.252003 aapg_ai_388.html aapg_ai_388.html:6:1011:1030 Rock Springs Uinta Mountains +0.530472 aapg_ac_219.html aapg_ac_219.html:426:68923:68932 La Quinta Venezuela +0.239931 cspg_html_2954223000 cspg_html_2954223000:1107:155292:155297 Weeks Tulsa, Oklahoma +0.26019 cspg_html_9825544190 cspg_html_9825544190:170:20584:20606 Winnipegosis Regina, Saskatchewan +0.251392 palaios_html_2265050567 palaios_html_2265050567:431:37306:37338 Snake Indian Lacombe, Alberta +0.512539 aapg_ah_427.html aapg_ah_427.html:388:51737:51744 Savanna McAlester, Oklahoma +0.25012 aapg_ac_545.html aapg_ac_545.html:459:52297:52305 Moosebar Victoria, British Columbia +0.257554 gsa_html_5250670372 gsa_html_5250670372:684:49991:50008 Kuparuk Anchorage, Alaska +0.2037 cspg_html_6064089067 cspg_html_6064089067:29:2744:2752 Winnipeg Manitoba +0.247715 gsa_html_1616304153 gsa_html_1616304153:98:12363:12376 Glasford Wedron, Illinois +0.240839 cspg_html_5381643866 cspg_html_5381643866:23:3108:3131 Mist Mountain Victoria, British Columbia +0.505724 aapg_ae_997.html aapg_ae_997.html:35:5750:5776 Kishenehn Crowsnest Pass, Alberta +0.243013 cspg_html_5660413005 cspg_html_5660413005:127:15624:15642 Graminia Blue Ridge Mountains +0.247506 aapg_ac_187.html aapg_ac_187.html:3368:317257:317264 Tamabra Texas +0.257964 aapg_aa_731.html aapg_aa_731.html:528:71111:71116 Pearl Texas +0.463638 aapg_aa_702.html aapg_aa_702.html:563:98270:98278 Michigan Salina, Kansas +0.4875 aapg_ai_105.html aapg_ai_105.html:34:5505:5522 Oquirrh Uinta Mountains +0.27613 aapg_aa_381.html aapg_aa_381.html:16:2444:2463 Etchegoin Rancho Santa Margarita, California +0.238632 cspg_html_1915486237 cspg_html_1915486237:176:24668:24693 Bullhead Oakwood, Montgomery County, Ohio +0.461496 aapg_ac_867.html aapg_ac_867.html:551:76409:76417 Tensleep Cheyenne, Wyoming +0.499939 aapg_ae_984.html aapg_ae_984.html:5:879:895 Salado Carlsbad, New Mexico +0.26606 aapg_ah_903.html aapg_ah_903.html:11:1444:1455 Haynesville Bossier City, Louisiana +0.245024 cspg_html_4727171280 cspg_html_4727171280:74:8200:8208 Edmonton Edmonton, London +0.486772 gsa_html_6736277931 gsa_html_6736277931:33:2175:2183 Virginia Norfolk, Virginia +0.272403 aapg_ac_824.html aapg_ac_824.html:613:55909:55917 Colorado Colorado +0.468224 aapg_ac_889.html aapg_ac_889.html:149:13320:13331 Tar Springs Hardinsburg, Indiana +0.492531 aapg_ae_694.html aapg_ae_694.html:72:9363:9379 Eagle East Texas +0.463496 cspg_html_7587979364 cspg_html_7587979364:596:43621:43632 Slave Point Swan Hill, Victoria +0.494025 aapg_ae_411.html aapg_ae_411.html:62:6474:6488 Buda Buda, Texas +0.380948 aapg_ad_160.html aapg_ad_160.html:9:933:945 Marble Falls Llano, Texas +0.261096 aapg_ae_805.html aapg_ae_805.html:212:24968:24984 Sandia Hermosa, Chicago +0.252945 gsa_html_7214330928 gsa_html_7214330928:340:28903:28912 San Diego California +0.262636 aapg_ah_90.html aapg_ah_90.html:42:7094:7117 Burro Canyon Cedar Mountains +0.474498 cspg_html_7576506617 cspg_html_7576506617:291:40704:40728 Severn River Moose River (Maine) +0.247374 aapg_ah_533.html aapg_ah_533.html:234:27131:27150 Knoxville Central Valley (California) +0.512415 aapg_ae_217.html aapg_ae_217.html:20:2098:2105 Rodessa Shreveport, Louisiana +0.262 gsa_html_7195000001 gsa_html_7195000001:205:24285:24297 Eureka Sound Banks Island +0.25532 aapg_ae_262.html aapg_ae_262.html:65:6277:6284 Hachita Playas, New Mexico +0.24647 cspg_html_5241714595 cspg_html_5241714595:472:72815:72830 Nisku Lacombe, Alberta +0.262143 palaios_html_1574666570 palaios_html_1574666570:56:4708:4720 Arkona Michigan Basin +0.25284 aapg_ai_760.html aapg_ai_760.html:742:78174:78179 Swift Bay of Fundy +0.463684 aapg_ai_17.html aapg_ai_17.html:1711:131701:131707 Sabine Alabama +0.249368 aapg_ah_343.html aapg_ah_343.html:228:27278:27301 Tampa Tampa, Florida +0.50509 aapg_ac_198.html aapg_ac_198.html:141:13123:13136 Woodbine Lewisville, Texas +0.499802 aapg_aa_960.html aapg_aa_960.html:238:19414:19423 Stonewall Entrada Sandstone +0.254338 gsa_html_9181545711 gsa_html_9181545711:680:66023:66031 Colorado New Mexico +0.260568 sedimentology_html_2444875434 sedimentology_html_2444875434:1120:98067:98098 Duck Creek Perth, Western Australia +0.48 geology_html_5375015639 geology_html_5375015639:288:20928:20936 Colorado Littleton, Colorado +0.492701 gsa_html_4120839285 gsa_html_4120839285:1314:129731:129736 Slope California +0.25792 cspg_html_1456761793 cspg_html_1456761793:121:18773:18781 Columbia Victoria, British Columbia +0.270396 aapg_af_388.html aapg_af_388.html:467:57492:57500 Virginia Melbourne, Florida +0.483395 aapg_ac_239.html aapg_ac_239.html:56:8005:8009 Word Pecos County, Texas +0.48545 palaios_html_9487403457 palaios_html_9487403457:259:25688:25696 Glenwood Platteville, Colorado +0.436624 gsa_html_2605108986 gsa_html_2605108986:36:3646:3655 Matanuska Anchorage, Alaska +0.261576 aapg_af_551.html aapg_af_551.html:63:7225:7231 Sierra New Mexico +0.517247 aapg_ad_865.html aapg_ad_865.html:540:54470:54485 Molas Hermosa, Chicago +0.50827 aapg_ah_318.html aapg_ah_318.html:3671:298279:298287 Colorado New Mexico +0.480129 gsa_html_7875871937 gsa_html_7875871937:601:56925:56933 Colorado Williston, Vermont +0.264096 sedimentology_html_2608220485 sedimentology_html_2608220485:892:53285:53291 Guelph Canada +0.25245 cspg_html_8489487451 cspg_html_8489487451:29:3873:3887 Colorado Lacombe, Alberta +0.246007 gsa_html_6905980541 gsa_html_6905980541:20:1593:1619 San Onofre Breccia Los Angeles +0.24926 aapg_ak_37.html aapg_ak_37.html:124:13654:13682 Prairie Regina, Saskatchewan +0.239371 aapg_ae_498.html aapg_ae_498.html:707:77075:77093 Moccasin Saltville, Virginia +0.49556 cspg_html_3447886929 cspg_html_3447886929:1223:115621:115650 West Point Quebec City +0.508898 aapg_ae_63.html aapg_ae_63.html:123:13769:13781 Water Canyon Boise, Idaho +0.484272 palaios_html_6995029632 palaios_html_6995029632:54:5267:5287 Fort Scott Higginsville, Missouri +0.275947 aapg_ac_333.html aapg_ac_333.html:1137:135440:135450 San Andres Colorado Plateau +0.462423 geology_html_9316941915 geology_html_9316941915:236:20842:20845 Rye Creede, Colorado +0.25792 aapg_ah_96.html aapg_ah_96.html:508:59755:59766 Beekmantown Williston, Vermont +0.479245 sedimentology_html_6210806021 sedimentology_html_6210806021:692:41746:41765 Keg River Lacombe, Alberta +0.271872 sedimentology_html_5462089509 sedimentology_html_5462089509:1315:95954:95958 Bell Oman +0.280644 aapg_ah_203.html aapg_ah_203.html:595:97869:97896 Morrison New Mexico +0.24864 aapg_ae_921.html aapg_ae_921.html:329:27301:27317 Kinderhook California +0.46455 aapg_ae_805.html aapg_ae_805.html:251:29416:29430 Naco Naco, Sonora +0.260096 aapg_ai_105.html aapg_ai_105.html:732:85886:85903 Madison Uinta Mountains +0.484352 gsa_html_8210816510 gsa_html_8210816510:29:2796:2824 Green River Colorado +0.250965 AMJC_html_6755612993 AMJC_html_6755612993:495:56398:56408 Washington Norfolk, Virginia +0.228228 aapg_ac_190.html aapg_ac_190.html:39:7611:7615 Hall Pennsylvania +0.268961 aapg_ad_580.html aapg_ad_580.html:40:6654:6666 Tongue River Wasatch Range +0.258572 gsa_html_5825047223 gsa_html_5825047223:12:524:532 Columbia Missouri River +0.48042 AMJC_html_6341723617 AMJC_html_6341723617:961:81941:81949 Colorado Uinta Mountains +0.255955 cspg_html_1114211412 cspg_html_1114211412:68:10052:10069 Gething Lacombe, Alberta +0.256949 geology_html_6598395476 geology_html_6598395476:188:18049:18053 Bond North Sea +0.240937 jgeology_html_3171318738 jgeology_html_3171318738:121:5834:5857 Lowland Creek Volcanics Boise, Idaho +0.48278 aapg_ae_789.html aapg_ae_789.html:20:3408:3425 Wabamun Edmonton, London +0.258482 cspg_html_9060847110 cspg_html_9060847110:17:2385:2406 Rocky Brook Cape Breton Island +0.497097 aapg_ad_220.html aapg_ad_220.html:407:42722:42727 Logan Perth, Western Australia +0.479808 aapg_ai_962.html aapg_ai_962.html:14:2390:2394 Word New Mexico +0.264668 cspg_html_2703495345 cspg_html_2703495345:6:375:382 Glenelg Canada +0.480194 gsa_html_2220556952 gsa_html_2220556952:821:96956:96975 Pansy Lee Conglomerate Sonoma, California +0.369936 aapg_aa_16.html aapg_aa_16.html:99:11382:11403 Willow Tank Sevier orogeny +0.25553 cspg_html_5170528958 cspg_html_5170528958:169:26694:26712 Grosmont Canada +0.266772 aapg_ae_319.html aapg_ae_319.html:598:50648:50654 Carmel Uinta Mountains +0.254448 aapg_ae_26.html aapg_ae_26.html:22:3751:3765 Kope Bloomington, Indiana +0.232734 aapg_ac_743.html aapg_ac_743.html:34:4561:4575 Lyre Washington (state) +0.36281 cspg_html_6383234409 cspg_html_6383234409:420:42072:42092 Blue Fiord Ellesmere Island +0.243675 aapg_ae_620.html aapg_ae_620.html:74:13214:13233 Athabasca Montgomery (town), New York +0.26312 aapg_ah_856.html aapg_ah_856.html:18:2663:2677 Tactic Santa Rosa, California +0.477792 gsa_html_4438819447 gsa_html_4438819447:808:77259:77267 Colorado Denver +0.23959 cspg_html_5541937700 cspg_html_5541937700:207:29526:29543 Bluesky Lacombe, Alberta +0.246909 sedimentology_html_9912946355 sedimentology_html_9912946355:309:18718:18724 Espada Mandeville, Jamaica +0.253967 sedimentology_html_1366098781 sedimentology_html_1366098781:28:1794:1800 Oregon Salem, Oregon +0.368225 aapg_ae_415.html aapg_ae_415.html:687:85494:85499 Byram Mississippi River +0.470592 aapg_ak_135.html aapg_ak_135.html:135:23568:23583 Catalina Schist San Nicolas Island +0.237626 gsa_html_7884891021 gsa_html_7884891021:202:24812:24829 Montevideo Gneiss Montevideo, Minnesota +0.254518 aapg_ae_875.html aapg_ae_875.html:377:43052:43067 Coamo San Juan, Argentina +0.490546 aapg_ae_985.html aapg_ae_985.html:3:448:470 Seven Rivers New Mexico +0.474797 palaios_html_9359679595 palaios_html_9359679595:161:13095:13111 Dunlap Reno, Nevada +0.476623 cspg_html_6306091047 cspg_html_6306091047:67:12340:12348 Columbia Lacombe, Alberta +0.272484 cspg_html_1191211339 cspg_html_1191211339:6:511:547 Lodgepole Regina, Saskatchewan +0.48829 geology_html_1523318259 geology_html_1523318259:228:24791:24799 Colorado Cheyenne, Wyoming +0.476586 geology_html_4132488436 geology_html_4132488436:384:27837:27846 San Diego California +0.255458 aapg_ae_454.html aapg_ae_454.html:180:14901:14908 Bossier Franklin County, Ohio +0.362043 aapg_ad_921.html aapg_ad_921.html:61:8023:8044 Clays Ferry Kentucky +0.466941 aapg_ah_827.html aapg_ah_827.html:380:51747:51755 Colorado Nebraska +0.484124 gsa_html_4438819447 gsa_html_4438819447:897:84042:84070 Green River Colorado +0.497466 aapg_ac_333.html aapg_ac_333.html:1220:146438:146464 Elephant Canyon New Mexico +0.502007 AMJC_html_1873062106 AMJC_html_1873062106:259:36856:36878 Burro Canyon Sevier orogeny +0.553722 cspg_html_4343998218 cspg_html_4343998218:162:18016:18041 Stony Mountain Manitoba +0.247604 aapg_ai_720.html aapg_ai_720.html:338:36405:36417 Wilcox Texas +0.487113 aapg_ai_975.html aapg_ai_975.html:1022:83435:83445 Fort Worth New Braunfels, Texas +0.272459 cspg_html_6566356550 cspg_html_6566356550:53:9606:9614 Columbia Canada +0.498388 geology_html_3998068282 geology_html_3998068282:11:600:608 Montreal Quebec City +0.933056 aapg_aa_44.html aapg_aa_44.html:17:2044:2052 Moenkopi Logan, Utah +0.259017 sedimentology_html_6425376816 sedimentology_html_6425376816:1362:112994:113022 San Andres New Mexico +0.26208 sedimentology_html_3455721661 sedimentology_html_3455721661:87:8645:8652 Entrada Western world +0.259434 gsa_html_1914392923 gsa_html_1914392923:110:12203:12224 Palm Spring Western world +0.24057 aapg_af_579.html aapg_af_579.html:20:2897:2911 Junction Creek Logan, Utah +0.263169 palaios_html_8029736168 palaios_html_8029736168:925:81972:82000 Paskapoo Canada +0.237165 gsa_html_6039599383 gsa_html_6039599383:71:6978:7008 Perry Passamaquoddy Bay +0.469728 aapg_ai_250.html aapg_ai_250.html:10:1287:1304 Manitou Brainerd, Minnesota +0.26112 aapg_ae_844.html aapg_ae_844.html:61:4929:4947 Ute Wasatch Range +0.4805 aapg_ae_354.html aapg_ae_354.html:101:11160:11204 Hinsdale Mancos, Colorado +0.249488 aapg_ah_318.html aapg_ah_318.html:2203:194039:194058 La Casita Durango, Durango +0.26162 cspg_html_9354781888 cspg_html_9354781888:318:34035:34069 Halfway Victoria, British Columbia +0.247486 gsa_html_4220229801 gsa_html_4220229801:689:57050:57056 Oregon Boise, Idaho +0.24795 aapg_ah_371.html aapg_ah_371.html:175:13803:13808 Eutaw Tuscaloosa, Alabama +0.251346 aapg_ah_774.html aapg_ah_774.html:662:61007:61025 Bluff Chilton, Wisconsin +0.26104 aapg_ah_290.html aapg_ah_290.html:302:34494:34521 Columbia Washington (state) +0.252568 aapg_ah_52.html aapg_ah_52.html:454:64171:64183 Moreno California +0.403744 cspg_html_9717154602 cspg_html_9717154602:229:34765:34782 Bearpaw Alerta +0.25088 geology_html_2881397713 geology_html_2881397713:58:4558:4582 Montoya New Mexico +0.429722 aapg_ae_970.html aapg_ae_970.html:45:5680:5686 Saugus Saugus, Massachusetts +0.710066 aapg_aa_302.html aapg_aa_302.html:389:47914:47921 Oquirrh Logan, Utah +0.491694 aapg_ai_297.html aapg_ai_297.html:536:62850:62871 Pungo River North Carolina +0.261057 jgeology_html_5090133589 jgeology_html_5090133589:1087:64814:64831 Chinle New Mexico +0.2485 gsa_html_2168907540 gsa_html_2168907540:351:38991:38997 Satsop Republic of China +0.4865 gsa_html_3199774259 gsa_html_3199774259:294:33900:33909 Peninsula Canada +0.487863 aapg_ah_871.html aapg_ah_871.html:595:66128:66135 Pamelia Lowville (town), New York +0.24675 aapg_ac_837.html aapg_ac_837.html:258:23348:23368 Phosphoria Cheyenne, Wyoming +0.455793 aapg_ac_807.html aapg_ac_807.html:413:42281:42288 Raritan Patapsco River +0.247955 cspg_html_4773367370 cspg_html_4773367370:199:17742:17759 Cantuar Lacombe, Alberta +0.257 AMJC_html_7174101972 AMJC_html_7174101972:621:63612:63615 Arc London, Ontario +0.255936 geology_html_4331833824 geology_html_4331833824:226:18733:18737 Bond North Atlantic Current +0.479912 aapg_ad_785.html aapg_ad_785.html:91:9560:9568 Colorado Colorado Springs, Colorado +0.462594 aapg_af_509.html aapg_af_509.html:229:30806:30823 Florida Mountains New Mexico +0.25553 sedimentology_html_6434577006 sedimentology_html_6434577006:160:11139:11148 Gog Mount Assiniboine Provincial Park +0.506538 aapg_ae_330.html aapg_ae_330.html:20:2791:2799 Onondaga Onondaga (tribe) +0.240597 cspg_html_5219548415 cspg_html_5219548415:6:321:329 Columbia Victoria, British Columbia +0.249001 aapg_ae_181.html aapg_ae_181.html:168:24112:24128 Ripley Alabama +0.501795 geology_html_2562015533 geology_html_2562015533:16:929:941 Saskatchewan Regina, Saskatchewan +0.27136 aapg_ad_575.html aapg_ad_575.html:284:34700:34715 Weber Colorado +0.502021 gsa_html_5274400800 gsa_html_5274400800:619:50542:50560 Monterey California +0.262614 cspg_html_7963093032 cspg_html_7963093032:438:46597:46609 Beaver Mines Victoria, British Columbia +0.355975 aapg_ae_644.html aapg_ae_644.html:70:8138:8155 Hosston Mississippi River +0.484124 aapg_aa_116.html aapg_aa_116.html:28:4157:4165 Edmonton Houston +0.255867 aapg_aa_960.html aapg_aa_960.html:269:22193:22200 Wingate New Mexico +0.575008 aapg_ac_592.html aapg_ac_592.html:107:11957:11975 Sundance Cheyenne, Wyoming +0.259434 gsa_html_3225734041 gsa_html_3225734041:100:9421:9442 Wissahickon Maryland +0.247779 aapg_af_97.html aapg_af_97.html:99:12300:12319 Dillsboro Cross Plains, Wisconsin +0.2395 cspg_html_9060847110 cspg_html_9060847110:185:26626:26640 Anguille Hampden Park +0.254989 jgeology_html_3196624419 jgeology_html_3196624419:562:42168:42178 Brightseat Virginia +0.473598 aapg_ai_981.html aapg_ai_981.html:243:20676:20682 Lissie Texas +0.239085 jgeology_html_6203799132 jgeology_html_6203799132:1147:67768:67773 Rapid Cordillera Blanca +0.471653 AMJC_html_5421639085 AMJC_html_5421639085:430:46452:46474 Gorge Sykesville, Maryland +0.452848 gsa_html_1266138577 gsa_html_1266138577:478:42468:42487 Harkless Salinas Valley +0.476286 cspg_html_7833083677 cspg_html_7833083677:1463:125168:125173 Yukon Anchorage, Alaska +0.67232 gsa_html_1119256423 gsa_html_1119256423:711:68586:68606 Peoria Nebraska +0.248412 gsa_html_7890131408 gsa_html_7890131408:694:81121:81127 Snyder California +0.515424 aapg_ad_379.html aapg_ad_379.html:627:51567:51573 Carmel Logan, Utah +0.498484 cspg_html_6985536436 cspg_html_6985536436:614:78541:78562 Christopher Banks Island +0.249498 aapg_ae_319.html aapg_ae_319.html:707:59581:59587 Carmel Carmel, Indiana +0.267716 gsa_html_6117440194 gsa_html_6117440194:1103:102172:102192 Hell Creek Northern Great Plain +0.471296 palaios_html_3415407632 palaios_html_3415407632:257:25075:25104 Winnipeg Williston Basin +0.26162 sedimentology_html_1439786368 sedimentology_html_1439786368:456:56834:56838 Bell Carnarvon National Park +0.73625 aapg_ah_168.html aapg_ah_168.html:247:22921:22941 Wood River Boise, Idaho +0.472054 geology_html_4334622851 geology_html_4334622851:50:6889:6897 Colorado Pueblo, Colorado +0.242 palaios_html_3022467877 palaios_html_3022467877:354:39506:39523 Tinton Navesink River +0.254338 gsa_html_1024107776 gsa_html_1024107776:537:54248:54267 Claremont Bridgetown, Nova Scotia +0.823623 aapg_ad_351.html aapg_ad_351.html:19:2275:2281 Warsaw Missouri River +0.28122 aapg_ah_283.html aapg_ah_283.html:172:18968:18990 Skookumchuck Washington (state) +0.246888 aapg_ae_876.html aapg_ae_876.html:162:15917:15948 Cedar Mountain Cedar Mountains +0.257514 aapg_af_734.html aapg_af_734.html:432:60334:60342 Colorado Denver +0.269136 aapg_af_18.html aapg_af_18.html:9:1440:1457 Lakota Black Hills +0.477402 aapg_ah_93.html aapg_ah_93.html:238:32478:32490 Water Canyon Maywood, California +0.49408 aapg_ai_322.html aapg_ai_322.html:232:20728:20738 San Andres Providencia Island +0.27948 aapg_ah_134.html aapg_ah_134.html:77:6917:6928 Haynesville Cotton Valley, Louisiana +0.28589 aapg_ah_411.html aapg_ah_411.html:74:10006:10012 Dakota Lacombe, Alberta +0.247476 gsa_html_5879695606 gsa_html_5879695606:928:66160:66168 Colorado San Juan, Argentina +0.2772 AMJC_html_1873062106 AMJC_html_1873062106:1219:124705:124723 Morrison Garfield County, Colorado +0.690276 aapg_af_854.html aapg_af_854.html:1295:185339:185349 Batesville Illinois +0.2475 cspg_html_2419618566 cspg_html_2419618566:188:27326:27344 Starbird Middle East +0.352704 aapg_ae_153.html aapg_ae_153.html:743:92039:92057 Moenkopi Logan, Utah +0.271425 aapg_ai_321.html aapg_ai_321.html:28:3409:3416 Esquias Tegucigalpa +0.253616 cspg_html_6715452766 cspg_html_6715452766:24:4418:4440 Eureka Sound Ellesmere Island +0.253967 palaios_html_5582845937 palaios_html_5582845937:17:667:675 Virginia Chesapeake Bay +0.24541 cspg_html_1934220426 cspg_html_1934220426:68:8478:8501 Lone Mountain Western world +0.50406 aapg_af_561.html aapg_af_561.html:287:24569:24588 Sundance Wasatch Range +0.452196 aapg_aa_267.html aapg_aa_267.html:79:7121:7147 Greenbrier Preston County, West Virginia +0.24628 aapg_af_18.html aapg_af_18.html:560:57610:57633 Dakota Cheyenne, Wyoming +0.267064 aapg_ac_199.html aapg_ac_199.html:152:19299:19313 Rome Chestnut Ridge, New York +0.247715 AMJC_html_8364727089 AMJC_html_8364727089:100:11321:11327 Sierra Merced River +0.453992 aapg_ai_333.html aapg_ai_333.html:13:1939:1947 Virginia California +0.835275 aapg_ah_96.html aapg_ah_96.html:167:19931:19939 Deadwood Winnipeg +0.276144 aapg_ad_175.html aapg_ad_175.html:235:21824:21832 Gunsight Texas +0.374405 gsa_html_7102550258 gsa_html_7102550258:224:22958:22974 Chinle Logan, Utah +0.26481 aapg_ah_529.html aapg_ah_529.html:193:17929:17944 Bliss New Mexico +0.32011 aapg_aa_44.html aapg_aa_44.html:250:32688:32694 Chinle Chinle Formation +0.479655 gsa_html_7102550258 gsa_html_7102550258:1289:125049:125066 Entrada Colorado +0.25839 aapg_ae_958.html aapg_ae_958.html:1812:156131:156152 Bluff Carlsbad, New Mexico +0.49056 aapg_aa_544.html aapg_aa_544.html:366:49024:49045 Green River Western world +0.465696 cspg_html_5576979800 cspg_html_5576979800:37:6254:6275 Lawrence Guelph +0.261522 gsa_html_7797980813 gsa_html_7797980813:444:32274:32279 Ascot Middle Ordovician +0.49914 cspg_html_3521815736 cspg_html_3521815736:416:58752:58769 Halfway Lacombe, Alberta +0.25382 aapg_ad_351.html aapg_ad_351.html:104:11452:11472 Northview Sedalia, Missouri +0.264698 jgeology_html_4305195651 jgeology_html_4305195651:3856:251707:251728 Mauch Chunk Pennsylvania +0.266192 cspg_html_8363357104 cspg_html_8363357104:414:52902:52923 Survey Peak Mount Wilson Observatory +0.457912 aapg_aa_357.html aapg_aa_357.html:208:17748:17756 Colorado San Juan, Argentina +0.499376 aapg_ac_486.html aapg_ac_486.html:541:65646:65652 Dakota Denver +0.256035 aapg_ac_333.html aapg_ac_333.html:359:46840:46848 Colorado Ouray, Colorado +0.254881 palaios_html_8064020973 palaios_html_8064020973:489:59319:59335 Chinle Colorado +0.247416 AMJC_html_6539706032 AMJC_html_6539706032:1307:121969:121976 Shuswap Victoria, British Columbia +0.264 palaios_html_3796939457 palaios_html_3796939457:380:38052:38085 Morrison Cheyenne, Wyoming +0.267566 aapg_ah_231.html aapg_ah_231.html:146:14134:14143 Smackover Paluxy, Texas +0.891132 cspg_html_6517402834 cspg_html_6517402834:34:4038:4046 Scollard Lacombe, Alberta +0.257045 cspg_html_6873686255 cspg_html_6873686255:280:29812:29829 Cardium Lacombe, Alberta +0.261919 aapg_aa_702.html aapg_aa_702.html:1149:129334:129340 Jordan Regina, Saskatchewan +0.24804 aapg_ai_763.html aapg_ai_763.html:56:7285:7302 Schuler East Texas +0.45738 aapg_ac_881.html aapg_ac_881.html:680:79732:79740 Colorado Missouri River +0.280675 cspg_html_7201476813 cspg_html_7201476813:412:51466:51493 Deadwood Renville County, Minnesota +0.254584 geology_html_1085819429 geology_html_1085819429:127:12493:12509 Dakota Nebraska +0.367734 aapg_ac_945.html aapg_ac_945.html:89:8083:8109 Nepean Ottawa, Kansas +0.256011 aapg_ae_73.html aapg_ae_73.html:417:54934:54947 Ralston Creek Entrada Sandstone +0.497038 palaios_html_5321533010 palaios_html_5321533010:418:46283:46289 Reston Virginia +0.49248 gsa_html_2644431875 gsa_html_2644431875:60:3997:4025 Green River Colorado +0.260478 palaios_html_2621173808 palaios_html_2621173808:189:20576:20591 Liard Victoria, British Columbia +0.48495 aapg_ad_870.html aapg_ad_870.html:324:38901:38907 Salina Ohio +0.479136 aapg_aa_172.html aapg_aa_172.html:541:64012:64021 Gibraltar Mid-Atlantic Ridge +0.27401 cspg_html_4269474759 cspg_html_4269474759:6:518:530 Willow Creek Bearpaw Formation +0.483336 cspg_html_9803204564 cspg_html_9803204564:291:36879:36892 Dawson Canyon Shortland Islands +0.492012 gsa_html_5250670372 gsa_html_5250670372:673:49135:49164 Dunvegan Victoria, British Columbia +0.490028 aapg_ah_647.html aapg_ah_647.html:213:21839:21855 Abrigo Arizona +0.48768 palaios_html_3065462369 palaios_html_3065462369:497:50468:50480 Borden Bloomington, Indiana +0.245575 aapg_ad_401.html aapg_ad_401.html:132:9625:9645 Fort Union Burke County, Georgia +0.27477 cspg_html_7201476813 cspg_html_7201476813:202:24685:24707 Winnipegosis Manitoba +0.263662 cspg_html_8917306391 cspg_html_8917306391:486:45357:45366 Mackenzie Lacombe, Alberta +0.473252 aapg_ae_985.html aapg_ae_985.html:42:3705:3733 Arroyo Guadalupe Mountains National Park +0.476656 aapg_ak_55.html aapg_ak_55.html:121:12659:12666 Bedford Lycoming County, Pennsylvania +0.476952 gsa_html_1040524378 gsa_html_1040524378:565:66092:66098 Casper Cheyenne, Wyoming +0.482218 sedimentology_html_6550726957 sedimentology_html_6550726957:30:2216:2226 Washington Wa (Japan) +0.24451 cspg_html_6159840831 cspg_html_6159840831:311:37844:37861 Wapiabi Lacombe, Alberta +0.371488 aapg_ae_75.html aapg_ae_75.html:43:7337:7341 Earp Rift Valley lakes +0.494468 cspg_html_9771826320 cspg_html_9771826320:799:120476:120501 Strathcona Fiord District Council of Franklin Harbour +0.248965 aapg_af_779.html aapg_af_779.html:24:3996:4015 Coldwater Ellsworth, Maine +0.243507 aapg_ah_754.html aapg_ah_754.html:124:14342:14350 Comox Newberry, South Carolina +0.488992 cspg_html_6116883777 cspg_html_6116883777:1530:192920:192926 Ludlow Canadian Arctic Archipelago +0.491582 geology_html_6414512469 geology_html_6414512469:9:366:374 Colorado Rio Grande +0.76096 aapg_af_833.html aapg_af_833.html:514:56593:56601 Cloverly Greybull, Wyoming +0.474329 aapg_ae_147.html aapg_ae_147.html:596:63384:63392 Virginia Newport, Rhode Island +0.27144 cspg_html_3962754176 cspg_html_3962754176:37:5299:5310 Peace River Lacombe, Alberta +0.484568 gsa_html_4520182275 gsa_html_4520182275:1056:111796:111802 Hadley Yokohama +0.265144 aapg_aa_622.html aapg_aa_622.html:136:16649:16660 Uinta Uinta Mountains +0.262546 aapg_ac_973.html aapg_ac_973.html:87:12529:12542 Woodbine East Texas +0.49028 aapg_ac_313.html aapg_ac_313.html:556:62880:62897 Icaiche Mexico +0.4655 aapg_aa_37.html aapg_aa_37.html:727:66226:66234 Robinson Reno, Nevada +0.501723 gsa_html_4308966435 gsa_html_4308966435:976:100311:100323 Red Mountain Boise, Idaho +0.280968 aapg_aa_684.html aapg_aa_684.html:220:21474:21494 Popo Agie Cheyenne, Wyoming +0.50232 aapg_af_854.html aapg_af_854.html:923:130575:130582 Renault Bloomington, Indiana +0.251446 aapg_ae_535.html aapg_ae_535.html:30:3985:4003 Sitkinak Kodiak Island +0.258332 aapg_aa_112.html aapg_aa_112.html:134:13458:13498 Madison Cheyenne, Wyoming +0.244027 cspg_html_5697056884 cspg_html_5697056884:40:3989:4017 Saskatchewan Western world +0.264708 geology_html_9314524367 geology_html_9314524367:131:14151:14174 Sailor Canyon Reno, Nevada +0.478353 palaios_html_4514701655 palaios_html_4514701655:239:31441:31446 Rapid Coralville, Iowa +0.26986 aapg_aa_295.html aapg_aa_295.html:12:1695:1705 Waynesburg Washington (state) +0.492618 aapg_ai_952.html aapg_ai_952.html:65:9989:10006 Ivishak North Slope Borough, Alaska +0.46065 aapg_ah_339.html aapg_ah_339.html:73:7528:7538 Montgomery Illinois +0.267168 aapg_ae_777.html aapg_ae_777.html:633:72784:72808 Espiritu Santo Sangre de Cristo Range +0.26418 cspg_html_9354781888 cspg_html_9354781888:1510:95192:95199 Halfway Victoria, British Columbia +0.4735 aapg_ad_865.html aapg_ad_865.html:147:15752:15756 Rico San Juan County, Utah +0.447903 aapg_ah_10.html aapg_ah_10.html:37:5392:5403 Buena Vista Lost Hills Oil Field +0.232716 cspg_html_7769839889 cspg_html_7769839889:421:45303:45308 Yukon Canada +0.23668 aapg_ac_944.html aapg_ac_944.html:42:5312:5336 Arroyo Sangre de Cristo Range +0.476763 aapg_ae_697.html aapg_ae_697.html:347:39548:39554 Brazil Mexico +0.274575 sedimentology_html_2737382976 sedimentology_html_2737382976:1566:78234:78269 Lee Flint, Michigan +0.738208 aapg_af_575.html aapg_af_575.html:290:38460:38465 Viola Wichita, Kansas +0.521954 aapg_ae_335.html aapg_ae_335.html:43:4342:4356 Kootenai Cut Bank, Montana +0.494966 aapg_ah_486.html aapg_ah_486.html:280:27079:27089 Pottsville Pottsville, Pennsylvania +0.255016 aapg_ae_319.html aapg_ae_319.html:364:27941:27949 Woodside Uinta Mountains +0.25123 cspg_html_7176835767 cspg_html_7176835767:365:46853:46873 Arctic Red Sault Ste. Marie, Ontario +0.286125 cspg_html_9970905394 cspg_html_9970905394:136:15515:15533 Read Bay Cape Cod +0.49164 cspg_html_1714269019 cspg_html_1714269019:413:46533:46555 Albert New Brunswick, New Jersey +0.379332 gsa_html_7193789775 gsa_html_7193789775:398:39753:39773 North Horn Logan, Utah +0.259072 gsa_html_7053510738 gsa_html_7053510738:364:34222:34232 Oro Grande California +0.254829 sedimentology_html_2196513122 sedimentology_html_2196513122:2323:54353:54363 Washington Seattle +0.47167 cspg_html_7552198061 cspg_html_7552198061:8:694:711 Madison Powder River Basin +0.470155 cspg_html_8840748783 cspg_html_8840748783:728:83526:83550 Kaskapau Canada +0.236676 aapg_ah_753.html aapg_ah_753.html:93:14376:14383 Shepody New Caledonia +0.254464 cspg_html_9941518291 cspg_html_9941518291:532:78862:78884 Devon Island Devon Island +0.258566 aapg_ae_305.html aapg_ae_305.html:1414:134513:134524 Los Cuervos Maracaibo +0.244036 gsa_html_2023933346 gsa_html_2023933346:104:9831:9850 Santiago Western world +0.266742 geology_html_8637156375 geology_html_8637156375:11:463:469 Provo Texas +0.506974 aapg_aa_254.html aapg_aa_254.html:36:4108:4127 Smackover Mississippi River +0.51531 cspg_html_9501006975 cspg_html_9501006975:577:58743:58761 Dunvegan Victoria, British Columbia +0.463114 sedimentology_html_9380539627 sedimentology_html_9380539627:1244:66883:66887 Hall London, Ontario +0.35664 cspg_html_5810500722 cspg_html_5810500722:140:20187:20197 Besa River Pine River (Michigan) +0.246915 aapg_ad_69.html aapg_ad_69.html:91:6084:6106 Judith River Judith River Formation +0.481076 cspg_html_7086880709 cspg_html_7086880709:482:63660:63677 Kotcho Hay River (Canada) +0.508368 AMJC_html_8854520503 AMJC_html_8854520503:1098:102919:102937 Niobrara Cheyenne, Wyoming +0.261476 cspg_html_2954223000 cspg_html_2954223000:311:44664:44674 Phosphoria Chattanooga, Tennessee +0.509694 aapg_ae_789.html aapg_ae_789.html:3:287:300 Wabamun Canada +0.256522 geology_html_4437314453 geology_html_4437314453:219:20533:20553 Cutler Logan, Utah +0.469299 cspg_html_8213243928 cspg_html_8213243928:211:27425:27432 Halifax Canada +0.46657 geology_html_2930719042 geology_html_2930719042:25:1663:1675 Rhode Island Newport, Rhode Island +0.50949 aapg_af_713.html aapg_af_713.html:41:4360:4365 Logan Arkansas +0.260075 aapg_ac_215.html aapg_ac_215.html:14:1929:1938 Englewood Black Hills +0.421848 gsa_html_1636483297 gsa_html_1636483297:1062:88643:88664 Green River Cheyenne, Wyoming +0.225624 aapg_ah_621.html aapg_ah_621.html:216:28265:28270 Bluff Logan, Utah +0.26052 aapg_ah_344.html aapg_ah_344.html:262:29751:29762 Eutaw Tuscaloosa, Alabama +0.488565 cspg_html_7326798603 cspg_html_7326798603:90:11832:11845 Parry Islands Bathurst Island (Northern Territory) +0.263376 gsa_html_8740218609 gsa_html_8740218609:801:73381:73400 Laurentian Sykesville, Maryland +0.259 sedimentology_html_2884853283 sedimentology_html_2884853283:475:35976:36010 Noonday Dolomite California +0.76797 aapg_ac_749.html aapg_ac_749.html:50:6519:6526 Eramosa Manitoulin Island +0.275058 aapg_ah_618.html aapg_ah_618.html:57:4935:4949 Dinwoody Little Cottonwood Creek +0.860559 aapg_af_502.html aapg_af_502.html:863:95600:95621 Lake Valley New Mexico +0.259065 aapg_ac_699.html aapg_ac_699.html:7:1006:1023 El Abra Mexico +0.24552 cspg_html_6259492324 cspg_html_6259492324:323:33487:33492 Canol Kut +0.481792 aapg_af_854.html aapg_af_854.html:947:133795:133811 Bethel Illinois +0.26364 sedimentology_html_1425353064 sedimentology_html_1425353064:580:47285:47294 Sheffield Sheffield station +0.265189 palaios_html_1834763898 palaios_html_1834763898:86:9385:9401 Noonday Dolomite Death Valley +0.246402 aapg_ah_415.html aapg_ah_415.html:119:10968:10982 Colorado Milk River, Alberta +0.273273 aapg_aa_870.html aapg_aa_870.html:592:54867:54879 Dakota Colorado +0.272976 aapg_af_77.html aapg_af_77.html:19:1773:1789 Tokio Tuscaloosa, Alabama +0.252003 geology_html_6113200258 geology_html_6113200258:188:16823:16838 Gorge Bennington, Vermont +0.88256 gsa_html_5865982995 gsa_html_5865982995:1442:151056:151088 Green River Colorado +0.249975 gsa_html_1040524378 gsa_html_1040524378:222:26856:26863 Challis Absaroka +0.41116 cspg_html_4516258038 cspg_html_4516258038:488:54804:54818 Thumb Mountain Bathurst Island (Northern Territory) +0.46805 cspg_html_5241714595 cspg_html_5241714595:73:12411:12428 Muskeg Lacombe, Alberta +0.259458 cspg_html_1009749092 cspg_html_1009749092:151:20757:20783 Horseshoe Canyon Lethbridge +0.476 gsa_html_9053175553 gsa_html_9053175553:65:8506:8525 Flagstaff Logan, Utah +0.507675 aapg_ae_546.html aapg_ae_546.html:209:24826:24850 Cotton Valley Carthage, Missouri +0.487622 aapg_ad_683.html aapg_ad_683.html:833:80744:80760 Toroweap Reno, Nevada +0.2688 cspg_html_7297340324 cspg_html_7297340324:877:96699:96708 Mackenzie Lacombe, Alberta +0.247 sedimentology_html_3141383681 sedimentology_html_3141383681:190:28076:28084 Scotland Portugal +0.245058 cspg_html_9835215306 cspg_html_9835215306:343:32583:32596 Mountain Park Lacombe, Alberta +0.261576 aapg_ah_834.html aapg_ah_834.html:44:5554:5571 Borden Albany, New York +0.46075 cspg_html_9290046117 cspg_html_9290046117:54:7600:7620 Ellerslie Lacombe, Alberta +0.4731 geology_html_1518005899 geology_html_1518005899:332:28669:28675 Silica Cambridge, Massachusetts +0.25431 cspg_html_4433937749 cspg_html_4433937749:10:859:873 Colorado Colorado +0.261 aapg_ac_617.html aapg_ac_617.html:209:27776:27794 Oakville Oakville, California +0.261105 AMJC_html_9749062244 AMJC_html_9749062244:382:43894:43918 Frio San Joaquin River +0.480568 aapg_ah_337.html aapg_ah_337.html:81:9043:9064 Mt Lytton East Texas +0.487784 aapg_ae_280.html aapg_ae_280.html:147:16947:16965 Schenectady Mohawk Valley +0.464916 aapg_ac_940.html aapg_ac_940.html:72:11591:11607 Pocono Knoxville, Tennessee +0.266766 gsa_html_6426465509 gsa_html_6426465509:652:54966:54994 Green River Colorado +0.26367 aapg_ai_573.html aapg_ai_573.html:102:17575:17584 Red River Texas +0.488735 cspg_html_4859889874 cspg_html_4859889874:403:44547:44558 Belly River Lacombe, Alberta +0.468062 aapg_ai_835.html aapg_ai_835.html:84:9551:9578 Ingleside Matagorda Island +0.249344 geology_html_8667067653 geology_html_8667067653:12:702:715 Santa Barbara California +0.254944 aapg_ah_83.html aapg_ah_83.html:361:44844:44864 Fall River Cheyenne, Wyoming +0.252464 aapg_ah_370.html aapg_ah_370.html:721:57379:57388 Squaw Bay Thunder Bay +0.483294 aapg_ah_393.html aapg_ah_393.html:167:18734:18744 Kananaskis Lacombe, Alberta +0.268308 aapg_af_854.html aapg_af_854.html:194:24646:24656 Kinderhook Iowa +0.960039 aapg_ad_958.html aapg_ad_958.html:439:42989:43011 Gilmore City Salina, Kansas +0.260896 aapg_ah_343.html aapg_ah_343.html:227:26931:26940 Catahoula Tampa, Florida +0.393328 aapg_ae_959.html aapg_ae_959.html:2862:213754:213759 Hueco Wichita, Kansas +0.432141 gsa_html_8398449001 gsa_html_8398449001:585:45834:45843 Bear Lake Bear Lake, Michigan +0.517104 aapg_ah_160.html aapg_ah_160.html:128:17253:17271 Syracuse Michigan +0.244524 cspg_html_4176605708 cspg_html_4176605708:174:17678:17689 Fish Scales Canada +0.49022 palaios_html_3977026753 palaios_html_3977026753:84:11112:11128 Oldman California +0.35216 cspg_html_6472484014 cspg_html_6472484014:40:3337:3371 Romaine Anticosti Island +0.503812 jgeology_html_5471448181 jgeology_html_5471448181:249:22448:22469 Summerville Kayenta, Arizona +0.37289 cspg_html_7970836465 cspg_html_7970836465:38:4460:4466 Mingan Anticosti Island +0.428995 cspg_html_4287356899 cspg_html_4287356899:329:46998:47018 Hart River Anchorage, Alaska +0.259518 gsa_html_2422494332 gsa_html_2422494332:608:61129:61135 Shasta California +0.479142 gsa_html_3069013284 gsa_html_3069013284:461:50777:50793 Chinle New Mexico +0.368128 aapg_ac_199.html aapg_ac_199.html:121:15940:15944 Rome Knoxville, Tennessee +0.497798 aapg_ac_55.html aapg_ac_55.html:174:20981:21000 Navesink Merchantville, New Jersey +0.49088 jgeology_html_8828401378 jgeology_html_8828401378:218:12634:12638 Java East Timor +0.269297 gsa_html_2422494332 gsa_html_2422494332:590:59923:59954 Weaverville Weaverville, California +0.244528 aapg_ah_200.html aapg_ah_200.html:479:51347:51355 Virginia Reston, Virginia +0.471276 gsa_html_4667678389 gsa_html_4667678389:506:44694:44713 Pocatello Washington (state) +0.25431 sedimentology_html_5952626645 sedimentology_html_5952626645:938:54841:54873 Grayburg West Texas +0.481418 aapg_aa_684.html aapg_aa_684.html:476:41242:41250 Richmond Cheyenne, Wyoming +0.246 aapg_ah_479.html aapg_ah_479.html:320:33551:33558 La Luna Venezuela +0.265224 cspg_html_3521815736 cspg_html_3521815736:255:35704:35720 Liard Western world +0.2315 aapg_ah_781.html aapg_ah_781.html:17:1973:1989 Warner Wadden Sea National Parks +0.491582 aapg_af_236.html aapg_af_236.html:4:731:742 Holdenville Seminole, Texas +0.27768 cspg_html_9843429624 cspg_html_9843429624:895:112289:112296 Windsor Canada +0.2535 aapg_ah_530.html aapg_ah_530.html:219:25079:25086 Sly Gap Arizona +0.264115 geology_html_4860930737 geology_html_4860930737:187:18923:18931 Richmond Virginia +0.2574 aapg_ae_147.html aapg_ae_147.html:34:4672:4685 Modelo South Mountains (Arizona) +0.24487 cspg_html_4341656515 cspg_html_4341656515:391:40446:40454 Columbia Victoria, British Columbia +0.489538 AMJC_html_8402437205 AMJC_html_8402437205:12:553:563 Washington Seattle +0.484692 gsa_html_7554994575 gsa_html_7554994575:480:48328:48348 Grandfather Mountain Blue Ridge Mountains +0.468975 aapg_ad_599.html aapg_ad_599.html:194:23592:23602 Montgomery Tioga, Texas +0.516832 cspg_html_9771826320 cspg_html_9771826320:165:26923:26941 Eureka Sound Bylot Island Migratory Bird Sanctuary +0.251482 sedimentology_html_8706828793 sedimentology_html_8706828793:1235:74867:74870 Arc Guadeloupe +0.48128 aapg_ad_2.html aapg_ad_2.html:602:87899:87912 Harpers Mount Alto, West Virginia +0.282999 aapg_ae_546.html aapg_ae_546.html:20:3773:3807 Cotton Valley Texas +0.253512 geology_html_5675628934 geology_html_5675628934:323:26501:26519 Provo Greece +0.49028 aapg_aa_24.html aapg_aa_24.html:616:72680:72689 Bear Lake Great Slave Lake +0.504751 cspg_html_9692046543 cspg_html_9692046543:100:12004:12020 Viking Cheyenne, Wyoming +0.24552 aapg_aa_644.html aapg_aa_644.html:416:37402:37418 Draney Cheyenne, Wyoming +0.500973 gsa_html_4296387685 gsa_html_4296387685:29:2796:2824 Green River Iran +0.504336 aapg_ac_477.html aapg_ac_477.html:600:69777:69794 Cardium Lacombe, Alberta +0.481584 cspg_html_1665574291 cspg_html_1665574291:87:14426:14451 Porcupine Calgary +0.265161 aapg_ae_67.html aapg_ae_67.html:453:34611:34619 Colorado Colorado +0.245478 gsa_html_4716386208 gsa_html_4716386208:691:64136:64172 Lawrence Canada +0.266766 cspg_html_9330018201 cspg_html_9330018201:120:18981:19007 Windsor Elko, Nevada +0.499639 cspg_html_4636216007 cspg_html_4636216007:421:42799:42808 Hecla Bay Little Cornwallis Island +0.246012 gsa_html_2139035730 gsa_html_2139035730:325:22637:22649 Medicine Hat Lacombe, Alberta +0.471552 cspg_html_5117208919 cspg_html_5117208919:30:2241:2303 Keg River Victoria, British Columbia +0.274 aapg_ah_869.html aapg_ah_869.html:38:4581:4600 Dakota Black Hills +0.564 aapg_ah_90.html aapg_ah_90.html:208:32911:32917 Dakota Colorado +0.47616 aapg_ae_805.html aapg_ae_805.html:184:20751:20776 Pinkerton Trail Hermosa, Chicago +0.257895 cspg_html_9637099986 cspg_html_9637099986:152:18870:18879 Waterways Lacombe, Alberta +0.47904 aapg_ai_860.html aapg_ai_860.html:38:7238:7246 Virginia Knoxville, Tennessee +0.485352 gsa_html_4120839285 gsa_html_4120839285:1514:143387:143396 San Diego Mexico +0.25296 aapg_ad_947.html aapg_ad_947.html:377:39495:39522 Uinta Wichita, Kansas +0.490261 aapg_ae_959.html aapg_ae_959.html:1340:97225:97228 Abo Sacramento Mountains (California) +0.240099 palaios_html_4736927967 palaios_html_4736927967:14:657:666 San Diego California +0.249984 geology_html_5323396367 geology_html_5323396367:12:525:531 Oregon Salem, Oregon +0.46374 aapg_ac_613.html aapg_ac_613.html:3:305:320 Mesaverde San Juan, Argentina +0.470824 cspg_html_2058480839 cspg_html_2058480839:32:3380:3396 Shunda Elkton, Kentucky +0.474096 sedimentology_html_5497683073 sedimentology_html_5497683073:643:45982:45988 Navajo Arizona +0.248985 aapg_ai_997.html aapg_ai_997.html:233:15253:15262 Knoxville Sierra Nevada (Spain) +0.255955 cspg_html_9970905394 cspg_html_9970905394:153:17285:17303 Read Bay Bath, Somerset +0.51143 aapg_ae_223.html aapg_ae_223.html:416:51060:51075 Wasatch Wasatch Range +0.249964 jgeology_html_9867650961 jgeology_html_9867650961:619:42021:42028 Garland Boddington, Western Australia +0.47773 aapg_aa_4.html aapg_aa_4.html:12:1855:1872 Genesee West Fork River +0.255 gsa_html_7715952024 gsa_html_7715952024:525:43784:43794 Washington Richland, Washington +0.209559 aapg_ah_645.html aapg_ah_645.html:556:68215:68220 Piper Black Hills +0.848782 aapg_ad_867.html aapg_ad_867.html:83:7651:7657 Blaine Texas +0.27324 aapg_ae_220.html aapg_ae_220.html:489:53500:53508 Nacatoch Arkadelphia, Arkansas +0.235654 geology_html_4664906472 geology_html_4664906472:261:24090:24097 Andrews England +0.261975 aapg_ae_951.html aapg_ae_951.html:98:11735:11745 Rio Grande Magdalena River Valley +0.473186 aapg_ai_461.html aapg_ai_461.html:38:5250:5266 Boggy Atoka, Oklahoma +0.455215 aapg_ac_212.html aapg_ac_212.html:92:12214:12224 Wind River Big Sandy River (Ohio River) +0.47472 aapg_aa_306.html aapg_aa_306.html:3:400:410 Washington Washington (state) +0.28404 aapg_ae_536.html aapg_ae_536.html:407:43408:43416 Woodbine Libya +0.25647 gsa_html_1569131616 gsa_html_1569131616:149:16866:16888 Water Island Mexico +0.435705 aapg_aa_47.html aapg_aa_47.html:338:38401:38409 Colorado Madera County, California +0.465744 aapg_ac_277.html aapg_ac_277.html:73:6835:6842 Cypress Bethel, Alaska +0.27054 aapg_ae_345.html aapg_ae_345.html:41:3287:3297 Tuscaloosa Selma to Montgomery marches +0.26061 aapg_ac_90.html aapg_ac_90.html:128:19831:19848 Sunrise Reno, Nevada +0.493954 gsa_html_1124773713 gsa_html_1124773713:935:83951:83979 Green River Colorado +0.266928 aapg_ac_366.html aapg_ac_366.html:350:37233:37239 Salina Salina, Kansas +0.268842 aapg_ad_2.html aapg_ad_2.html:628:92471:92485 Antietam South Mountains (Arizona) +0.476844 gsa_html_7296702308 gsa_html_7296702308:550:50818:50826 Colorado Costa Rica +0.257048 aapg_aa_731.html aapg_aa_731.html:329:43513:43523 San Marcos Rockdale, Texas +0.244708 cspg_html_9354781888 cspg_html_9354781888:62:11851:11875 Pardonet Middle East +0.47895 aapg_ai_595.html aapg_ai_595.html:92:6687:6700 Woodbine Buda, Texas +0.835315 cspg_html_2490951833 cspg_html_2490951833:143:20384:20406 Cooking Lake Redwater, Texas +0.24402 gsa_html_7884891021 gsa_html_7884891021:623:59038:59053 Wepawaug Schist Hartford, Connecticut +0.492531 aapg_ah_505.html aapg_ah_505.html:1689:140361:140369 Colorado Denver +0.24696 aapg_ad_379.html aapg_ad_379.html:806:66440:66450 San Miguel Colorado +0.59346 aapg_ac_624.html aapg_ac_624.html:33:3877:3885 Cuyahoga Knox County, Illinois +0.260036 geology_html_1719128861 geology_html_1719128861:387:27566:27587 Chancellor Ottawa, Kansas +0.475524 aapg_ad_958.html aapg_ad_958.html:920:96502:96508 Keokuk Burlington, Ontario +0.258416 gsa_html_6441142238 gsa_html_6441142238:94:9336:9358 Prairie Platteville, Colorado +0.456057 aapg_ae_454.html aapg_ae_454.html:234:19100:19107 Schuler Arkansas +0.24647 cspg_html_3479964618 cspg_html_3479964618:231:25434:25439 Yukon Williston Basin +0.243936 sedimentology_html_2390782682 sedimentology_html_2390782682:486:39796:39804 Homewood Switzerland +0.501804 aapg_ae_705.html aapg_ae_705.html:594:59450:59468 Vaqueros Channel Islands of California +0.471378 aapg_ac_506.html aapg_ac_506.html:296:37884:37902 Onondaga Roane County, Tennessee +0.255987 cspg_html_5973552270 cspg_html_5973552270:141:17455:17474 Waterways Lacombe, Alberta +0.273504 cspg_html_3190144626 cspg_html_3190144626:15:1420:1439 Ireton Wood River (Oregon) +0.35917 palaios_html_7841806577 palaios_html_7841806577:464:50649:50666 Lehman Logan, Utah +0.252266 cspg_html_9290046117 cspg_html_9290046117:560:69067:69088 Cloverly Cheyenne, Wyoming +0.507 cspg_html_9683836416 cspg_html_9683836416:68:12224:12250 Belly River Lacombe, Alberta +0.268315 cspg_html_9951421861 cspg_html_9951421861:179:26897:26909 Grand Rapids Clearwater, Florida +0.478969 sedimentology_html_7328045802 sedimentology_html_7328045802:44:3484:3508 Perry Portland, Maine +0.507636 aapg_ae_876.html aapg_ae_876.html:296:30758:30778 Purgatoire Cheyenne, Wyoming +0.24638 gsa_html_9603601502 gsa_html_9603601502:1078:74835:74856 Robitaille Quebec City +0.477543 gsa_html_3720789279 gsa_html_3720789279:860:84881:84887 Oregon Salem, Oregon +0.26059 gsa_html_2220556952 gsa_html_2220556952:978:110229:110237 Columbia Berlin +0.480365 geology_html_2422572737 geology_html_2422572737:120:8724:8734 San Miguel Ilopango International Airport +0.48636 gsa_html_3436154175 gsa_html_3436154175:1110:88673:88701 Green River Cheyenne, Wyoming +0.278684 aapg_af_704.html aapg_af_704.html:186:17614:17623 Interlake Red River of the North +0.26563 aapg_ad_649.html aapg_ad_649.html:97:12538:12550 Beaver Creek Kirkwood, Missouri +0.868455 aapg_ac_782.html aapg_ac_782.html:30:5595:5608 Barnett Fort Worth, Texas +0.254015 cspg_html_7297340324 cspg_html_7297340324:37:6296:6311 Gates Colombia +0.263144 cspg_html_7587979364 cspg_html_7587979364:214:17273:17282 Keg River Lacombe, Alberta +0.272986 aapg_ah_750.html aapg_ah_750.html:113:15548:15556 San Jose San Jose, California +0.292202 cspg_html_8520409981 cspg_html_8520409981:18:2210:2220 Dawson Bay Manitoba +0.71517 aapg_ah_536.html aapg_ah_536.html:179:23742:23759 Hosston East Texas +0.248325 aapg_ae_576.html aapg_ae_576.html:654:56615:56619 Peel Greenland +0.259017 aapg_ae_877.html aapg_ae_877.html:180:16819:16844 Beaverhill Swan Hill, Victoria +0.244035 geology_html_9248989380 geology_html_9248989380:264:22488:22526 Kingston Peak Death Valley +0.266772 cspg_html_2863271815 cspg_html_2863271815:27:3930:3942 Salina Guelph +0.70064 gsa_html_7296412338 gsa_html_7296412338:968:84360:84372 Owens Valley Mojave Desert +0.26418 aapg_ai_980.html aapg_ai_980.html:784:71320:71327 Rierdon Devon +0.245847 aapg_ak_137.html aapg_ak_137.html:449:48091:48101 Whitewater Mississippi River +0.25047 cspg_html_4326384800 cspg_html_4326384800:215:26381:26392 Peace River Lacombe, Alberta +0.254015 cspg_html_6140605204 cspg_html_6140605204:379:55006:55009 Elk Kootenay River +0.238095 aapg_ac_182.html aapg_ac_182.html:64:9969:9991 Allen Ridge Pine Ridge Indian Reservation +0.261072 geology_html_4117187879 geology_html_4117187879:384:27501:27505 Elko Reno, Nevada +0.49608 aapg_ac_333.html aapg_ac_333.html:873:106730:106744 Yeso Colorado Plateau +0.463638 aapg_ac_484.html aapg_ac_484.html:3:451:457 Pleito San Joaquin River +0.380757 aapg_ah_876.html aapg_ah_876.html:641:80023:80037 Rodessa Panola County, Mississippi +0.25957 sedimentology_html_2550885329 sedimentology_html_2550885329:16:1164:1184 Swan Hills Lacombe, Alberta +0.2545 cspg_html_1462870252 cspg_html_1462870252:825:93409:93429 Swan Hills Canada +0.476623 geology_html_7594699567 geology_html_7594699567:12:454:464 Pittsburgh Pennsylvania +0.24651 gsa_html_3542448939 gsa_html_3542448939:12:537:545 Colorado Denver +0.253506 gsa_html_7173708345 gsa_html_7173708345:164:12379:12400 Forest Fairbanks, Alaska +0.25026 sedimentology_html_2502349116 sedimentology_html_2502349116:410:45919:45923 Hall London, Ontario +0.2535 sedimentology_html_6710538369 sedimentology_html_6710538369:621:56404:56408 Hall London, Ontario +0.256853 cspg_html_1222040397 cspg_html_1222040397:264:35809:35824 Skoki Rocky Mountains +0.496837 aapg_aa_147.html aapg_aa_147.html:642:66452:66462 Moose Lake Inwood, New York +0.280364 gsa_html_2584301292 gsa_html_2584301292:346:31735:31756 Peoria Peoria, Illinois +0.508816 aapg_af_494.html aapg_af_494.html:205:22153:22163 Boas River Southampton Island +0.480768 cspg_html_9435196958 cspg_html_9435196958:43:2251:2263 Saskatchewan Regina, Saskatchewan +0.389128 aapg_ai_1.html aapg_ai_1.html:176:16241:16270 Molas San Juan Mountains +0.46835 sedimentology_html_9906287852 sedimentology_html_9906287852:433:40292:40297 Trail Colorado +0.252003 gsa_html_5601712699 gsa_html_5601712699:756:67375:67383 Rockwell Los Angeles +0.262044 aapg_ae_98.html aapg_ae_98.html:6:583:607 Cedar Mountain Phoenix, Arizona +0.244474 aapg_ae_786.html aapg_ae_786.html:299:38690:38710 Rio Grande Peru, Indiana +0.26728 cspg_html_5541725202 cspg_html_5541725202:359:49938:49954 Cumberland Cumberland, Maryland +0.4905 cspg_html_7281679890 cspg_html_7281679890:372:62198:62212 Hume Inuvik Region +0.777771 cspg_html_9343899465 cspg_html_9343899465:1639:133930:133940 Blue Fiord Bathurst Island (Northern Territory) +0.264668 cspg_html_3883962749 cspg_html_3883962749:501:53125:53138 Mountain Park Lacombe, Alberta +0.484632 palaios_html_3306053371 palaios_html_3306053371:686:78550:78580 Borden Bloomington, Indiana +0.261057 aapg_af_469.html aapg_af_469.html:747:75363:75371 Colorado Denver +0.279818 aapg_aa_47.html aapg_aa_47.html:579:69243:69268 Yeso Sangre de Cristo Range +0.25938 aapg_af_606.html aapg_af_606.html:126:18698:18706 Vaqueros Monterey, California +0.492618 gsa_html_6277693097 gsa_html_6277693097:29:2796:2824 Green River Colorado +0.491825 aapg_ai_756.html aapg_ai_756.html:7:781:791 Tuscaloosa Paluxy, Texas +0.26462 palaios_html_7196438349 palaios_html_7196438349:669:65898:65906 Victoria Douglas, Isle of Man +0.256486 aapg_ac_925.html aapg_ac_925.html:123:18933:18938 Funks Putah Creek +0.473641 gsa_html_1860930948 gsa_html_1860930948:512:59214:59239 Cedar Mountain Colorado +0.255024 aapg_aa_379.html aapg_aa_379.html:81:9391:9402 Monongahela Monongahela, Pennsylvania +0.24864 gsa_html_9597147043 gsa_html_9597147043:1163:95472:95491 Teklanika Anchorage, Alaska +0.50986 palaios_html_7484609556 palaios_html_7484609556:473:45713:45723 Washington Vancouver +0.27984 cspg_html_7779401416 cspg_html_7779401416:370:38116:38136 Brassfield Kentucky +0.470824 aapg_ak_112.html aapg_ak_112.html:59:6480:6493 Dunvegan Victoria, British Columbia +0.50065 aapg_ah_97.html aapg_ah_97.html:37:4904:4912 Glenogle Western world +0.494856 cspg_html_8535889489 cspg_html_8535889489:338:50272:50287 Savik District Council of Franklin Harbour +0.488048 aapg_ai_3.html aapg_ai_3.html:25:3822:3834 Midway Missouri River +0.4888 aapg_ae_855.html aapg_ae_855.html:8:1148:1165 Green River Flagstaff, Arizona +0.24402 sedimentology_html_2251281862 sedimentology_html_2251281862:1249:92724:92730 Denver Colorado +0.257895 cspg_html_1025724640 cspg_html_1025724640:508:65979:66013 Beekmantown Canada +0.26156 aapg_ac_753.html aapg_ac_753.html:182:24036:24053 Navajo Entrada Sandstone +0.502516 sedimentology_html_9226460729 sedimentology_html_9226460729:1254:75684:75701 White River Chadron, Nebraska +0.50445 aapg_ae_411.html aapg_ae_411.html:14:1394:1412 Woodbine Buda, Texas +0.259081 gsa_html_6580496784 gsa_html_6580496784:629:74440:74448 Fillmore California +0.866752 aapg_aa_684.html aapg_aa_684.html:23:2634:2649 Chugwater Cheyenne, Wyoming +0.277648 gsa_html_8951179545 gsa_html_8951179545:661:75224:75252 Wilcox Texas +0.465959 cspg_html_4193503340 cspg_html_4193503340:302:39554:39572 Edmonton Lacombe, Alberta +0.50562 aapg_af_728.html aapg_af_728.html:587:61052:61082 Cathedral Denver +0.64032 cspg_html_6839937815 cspg_html_6839937815:299:43010:43018 Toroweap Kaibab, Arizona +0.499035 gsa_html_4534130675 gsa_html_4534130675:13:689:699 Washington Ellensburg, Washington +0.485961 gsa_html_8671422836 gsa_html_8671422836:1235:116130:116135 Stump Wareham, Dorset +0.518632 aapg_ad_441.html aapg_ad_441.html:71:5120:5142 Summerville Carmel, Indiana +0.490875 aapg_ac_473.html aapg_ac_473.html:3:247:267 Phosphoria Cheyenne, Wyoming +0.265125 geology_html_3063573353 geology_html_3063573353:278:25693:25723 Swift Lacombe, Alberta +0.263755 aapg_ah_118.html aapg_ah_118.html:47:4343:4349 Morgan Logan, Utah +0.25443 cspg_html_4409656292 cspg_html_4409656292:813:82982:83000 Kaskapau Lacombe, Alberta +0.42971 aapg_ac_881.html aapg_ac_881.html:608:72351:72375 Winnipeg Winnipeg +0.506352 aapg_aa_147.html aapg_aa_147.html:306:37091:37099 Deadwood Winnipeg +0.272435 aapg_af_788.html aapg_af_788.html:28:3656:3664 Michigan Arkansas +0.257484 palaios_html_6025329652 palaios_html_6025329652:513:42826:42849 Martin Salem, Oregon +0.496244 palaios_html_5212272868 palaios_html_5212272868:346:38917:38939 Pierre Pueblo, Colorado +0.26059 cspg_html_4659384530 cspg_html_4659384530:13:1497:1522 Beaverhill Swan Hill, Victoria +0.270364 cspg_html_9222238695 cspg_html_9222238695:70:10860:10868 Columbia Victoria, British Columbia +0.261626 aapg_ak_60.html aapg_ak_60.html:449:53397:53421 Dawson Canyon Logan Canyon +0.47991 AMJC_html_5507942612 AMJC_html_5507942612:457:35908:35956 Open New Haven, Connecticut +0.26883 aapg_af_839.html aapg_af_839.html:125:14391:14396 Salem Allegan County, Michigan +0.3655 cspg_html_6715452766 cspg_html_6715452766:360:44141:44163 Eureka Sound Ellesmere Island +0.49794 aapg_ad_836.html aapg_ad_836.html:33:4676:4679 Lee Missouri River +0.259077 gsa_html_2989317971 gsa_html_2989317971:907:92296:92306 Provo Pocatello, Idaho +0.256688 aapg_ai_80.html aapg_ai_80.html:447:45027:45035 Richmond Richmond, California +0.251808 aapg_ai_293.html aapg_ai_293.html:281:25228:25242 Nizi Victoria, British Columbia +0.49022 aapg_ad_683.html aapg_ad_683.html:60:9464:9486 Hermosa Hermosa, Chicago +0.255915 aapg_ai_158.html aapg_ai_158.html:428:45850:45868 Ramparts Anchorage, Alaska +0.455749 geology_html_8312255579 geology_html_8312255579:232:19106:19118 Owens Valley California +0.495281 gsa_html_9914026117 gsa_html_9914026117:31:2788:2816 Green River Colorado +0.270336 aapg_ah_418.html aapg_ah_418.html:156:15507:15524 Bearpaw Lacombe, Alberta +0.25347 aapg_ae_344.html aapg_ae_344.html:110:11043:11049 Paluxy New Delhi +0.50304 sedimentology_html_2898428289 sedimentology_html_2898428289:1410:75400:75406 Banner Missouri River +0.249494 cspg_html_6984906794 cspg_html_6984906794:860:59900:59918 Kaskapau Lacombe, Alberta +0.26364 aapg_aa_909.html aapg_aa_909.html:77:8522:8530 Colorado Denver +0.472164 gsa_html_9253181203 gsa_html_9253181203:400:47208:47216 Virginia Huntington, West Virginia +0.456424 aapg_ac_635.html aapg_ac_635.html:54:7522:7531 Hornbrook Little Cottonwood Creek +0.497822 aapg_ac_844.html aapg_ac_844.html:316:39425:39433 Columbia Victoria, British Columbia +0.251346 aapg_aa_233.html aapg_aa_233.html:4:542:548 Cupido Matamoros, Tamaulipas +0.486471 cspg_html_5360570542 cspg_html_5360570542:107:13063:13078 Bluff Grand Cayman +0.265189 gsa_html_5089176247 gsa_html_5089176247:13:615:623 Colorado Denver +0.242526 sedimentology_html_6855199507 sedimentology_html_6855199507:650:47540:47544 Hall London, Ontario +0.5061 geology_html_7954103080 geology_html_7954103080:304:27237:27260 Rapid West Greenland Current +0.449826 aapg_ai_49.html aapg_ai_49.html:457:58457:58464 Hermosa Logan, Utah +0.26728 aapg_ae_344.html aapg_ae_344.html:110:10947:10953 Paluxy New Delhi +0.486497 gsa_html_5295695236 gsa_html_5295695236:1018:108943:108953 Las Cruces New Mexico +0.25347 sedimentology_html_9586961644 sedimentology_html_9586961644:681:66299:66303 Hall London, Ontario +0.465778 aapg_ai_491.html aapg_ai_491.html:134:15602:15619 Hermosa Hermosa, Chicago +0.448392 gsa_html_8955900843 gsa_html_8955900843:529:50522:50540 Clallam Washington (state) +0.48984 aapg_ai_81.html aapg_ai_81.html:167:15948:15956 Catskill Pennsylvania +0.49028 aapg_ah_93.html aapg_ah_93.html:14:2515:2521 Oregon Washington (state) +0.257466 geology_html_6685929061 geology_html_6685929061:298:23240:23246 Cooper San Francisco +0.231325 aapg_ac_187.html aapg_ac_187.html:2326:229109:229127 Onondaga Skaneateles (village), New York +0.500752 sedimentology_html_5315330584 sedimentology_html_5315330584:113:11764:11768 Java Borneo +0.246015 cspg_html_7086880709 cspg_html_7086880709:334:43770:43778 Columbia Victoria, British Columbia +0.51205 aapg_ad_170.html aapg_ad_170.html:198:19839:19843 Elko Reno, Nevada +0.267716 aapg_ah_646.html aapg_ah_646.html:210:25433:25449 Chinle Monument Valley +0.246012 AMJC_html_1873062106 AMJC_html_1873062106:1095:115038:115049 Canaan Peak Logan, Utah +0.506912 aapg_ai_491.html aapg_ai_491.html:134:15469:15481 Paradox Hermosa, Chicago +0.252 cspg_html_4319383223 cspg_html_4319383223:483:59984:60010 Halfway Lacombe, Alberta +0.255009 cspg_html_3883962749 cspg_html_3883962749:58:9049:9065 Rundle Rutherford, New Jersey +0.248601 cspg_html_9717154602 cspg_html_9717154602:338:47363:47384 Belly River Bow River +0.242064 aapg_aa_621.html aapg_aa_621.html:476:58440:58457 Madison Cheyenne, Wyoming +0.27248 aapg_ad_466.html aapg_ad_466.html:615:69833:69844 Englishtown Closter, New Jersey +0.269808 aapg_ad_154.html aapg_ad_154.html:116:13380:13397 Beekmantown Bellefonte, Pennsylvania +0.262095 aapg_ae_140.html aapg_ae_140.html:4:437:442 Uinta Mesa, Arizona +0.2385 sedimentology_html_1598128253 sedimentology_html_1598128253:670:52242:52265 Tidal Praia +0.2938 aapg_ah_320.html aapg_ah_320.html:94:10314:10323 Tonoloway Huntington, West Virginia +0.381777 cspg_html_8818854104 cspg_html_8818854104:65:9629:9636 Cadomin Fernie, British Columbia +0.248937 cspg_html_5264346535 cspg_html_5264346535:235:24536:24554 Edmonton Canada +0.48573 aapg_ae_973.html aapg_ae_973.html:1150:91165:91172 Rustler Salado, Texas +0.256386 cspg_html_8806021601 cspg_html_8806021601:74:8512:8532 Weatherall Canadian Arctic Archipelago +0.244701 aapg_aa_788.html aapg_aa_788.html:434:48061:48077 Carlton Rhyolite Wichita, Kansas +0.485888 gsa_html_1000620948 gsa_html_1000620948:32:2760:2769 Littleton Colorado +0.512416 cspg_html_8152691171 cspg_html_8152691171:178:27798:27818 Missisauga Bridgetown, Nova Scotia +0.267776 cspg_html_7938374662 cspg_html_7938374662:88:9926:9941 Torok Anchorage, Alaska +0.500752 cspg_html_4056366713 cspg_html_4056366713:98:17801:17819 Morrison New South Wales +0.2505 sedimentology_html_8510537334 sedimentology_html_8510537334:1576:123008:123026 Catskill Pennsylvania +0.250965 cspg_html_1004940981 cspg_html_1004940981:631:71501:71516 Melville Island Canadian Arctic Archipelago +0.260096 aapg_ai_509.html aapg_ai_509.html:97:8619:8628 Oil Creek Middle Ordovician +0.487844 aapg_ah_318.html aapg_ah_318.html:1297:131170:131193 Cotton Valley Shreveport, Louisiana +0.274032 sedimentology_html_2487544504 sedimentology_html_2487544504:2308:40886:40912 Monterey California +0.511106 aapg_ae_177.html aapg_ae_177.html:76:7731:7756 Clearwater Clearwater, Florida +0.462972 cspg_html_3907807140 cspg_html_3907807140:562:65332:65351 Athabasca Lacombe, Alberta +0.464427 jgeology_html_4599466962 jgeology_html_4599466962:318:23205:23224 Seneca Edgecliff, New South Wales +0.504695 aapg_ad_957.html aapg_ad_957.html:105:10909:10925 Warner Missouri River +0.26368 aapg_ae_280.html aapg_ae_280.html:149:17302:17323 Little Falls Utica, New York +0.496018 gsa_html_1465687448 gsa_html_1465687448:666:77814:77824 Tuscaloosa Alabama +0.25029 geology_html_5745933097 geology_html_5745933097:316:24047:24055 Virginia Hampton, New Hampshire +0.451122 aapg_ac_629.html aapg_ac_629.html:351:44902:44910 Williana Shreveport, Louisiana +0.49244 jgeology_html_3589217313 jgeology_html_3589217313:333:19541:19572 Hampton Eocene +0.252945 aapg_ae_415.html aapg_ae_415.html:15:2636:2658 Chickasawhay Suwannee County, Florida +0.256032 aapg_ai_31.html aapg_ai_31.html:492:46057:46066 Catahoula Oakville, California +0.506787 gsa_html_3836344742 gsa_html_3836344742:234:21552:21580 Green River Colorado +0.497798 aapg_ad_721.html aapg_ad_721.html:613:60095:60113 Carlsbad Winkler County Airport +0.475335 aapg_ai_503.html aapg_ai_503.html:5:771:790 Whirlpool Manitoulin Island +0.516378 cspg_html_2749851978 cspg_html_2749851978:509:64057:64074 Cardium Canada +0.263662 aapg_ad_960.html aapg_ad_960.html:26:3188:3213 Santa Margarita Monterey, California +0.23836 sedimentology_html_6232988593 sedimentology_html_6232988593:1313:59973:60001 San Andres Panhandle, Texas +0.249194 cspg_html_9343899465 cspg_html_9343899465:1605:130879:130894 Melville Island Bathurst Island (Northern Territory) +0.369603 aapg_aa_960.html aapg_aa_960.html:291:24446:24453 Entrada Cabuyao, Laguna +0.26631 aapg_ah_189.html aapg_ah_189.html:25:3471:3477 Random Illinois +0.265221 gsa_html_3648258377 gsa_html_3648258377:352:33413:33420 Magothy Bass River Township, New Jersey +0.484615 gsa_html_5015599008 gsa_html_5015599008:737:62945:62965 Crowsnest Regina, Saskatchewan +0.471424 gsa_html_8212018023 gsa_html_8212018023:64:5421:5449 Green River Colorado +0.261602 AMJC_html_2228158963 AMJC_html_2228158963:293:38459:38481 Carrabassett Lexington, Kentucky +0.279792 aapg_ae_92.html aapg_ae_92.html:211:21434:21446 Cooking Lake Middle East +0.456896 aapg_af_785.html aapg_af_785.html:58:6056:6065 Pendleton Marthaville, Louisiana +0.27693 gsa_html_9478615109 gsa_html_9478615109:61:5319:5329 Washington Salem, Oregon +0.262194 aapg_ac_873.html aapg_ac_873.html:7:832:852 Hell Creek Cheyenne, Wyoming +0.251472 gsa_html_9859522168 gsa_html_9859522168:218:26299:26307 Colorado Creede, Colorado +0.50774 cspg_html_2838996125 cspg_html_2838996125:243:33076:33098 Imperial Canada +0.271437 aapg_ai_483.html aapg_ai_483.html:93:9394:9406 Exshaw Logan, Utah +0.25856 aapg_ad_70.html aapg_ad_70.html:331:23829:23836 Wingate Chinle Formation +0.264195 geology_html_6476658393 geology_html_6476658393:264:22154:22188 Nepean Ontario, California +0.495208 jgeology_html_4723726179 jgeology_html_4723726179:1159:50748:50752 Hall London, Ontario +0.446919 aapg_ac_214.html aapg_ac_214.html:263:26192:26198 Denver Colorado +0.25146 cspg_html_9689514766 cspg_html_9689514766:596:66554:66562 Montreal Quebec City +0.48323 gsa_html_3841341658 gsa_html_3841341658:964:84730:84752 Sokoman Canada +0.496992 aapg_ad_865.html aapg_ad_865.html:540:54629:54636 Hermosa Hermosa, Chicago +0.482895 gsa_html_3010975239 gsa_html_3010975239:388:50015:50036 Saginaw Michigan +0.893021 aapg_ai_592.html aapg_ai_592.html:233:37754:37769 Uinta Uinta Mountains +0.262973 cspg_html_9332855346 cspg_html_9332855346:155:14120:14126 Ashern Lacombe, Alberta +0.457864 cspg_html_2769629211 cspg_html_2769629211:325:37175:37195 Escarpment Hay River (Canada) +0.26622 aapg_ae_147.html aapg_ae_147.html:313:31781:31785 Pico South Mountains (Arizona) +0.46116 cspg_html_4105062490 cspg_html_4105062490:132:13624:13639 Nisku Manitoba +0.49278 aapg_ad_930.html aapg_ad_930.html:49:6915:6936 Green River Wasatch Range +0.452188 aapg_af_358.html aapg_af_358.html:122:13569:13583 Fredericksburg Charleston County, South Carolina +0.268308 aapg_ae_263.html aapg_ae_263.html:37:3802:3820 Monterey Pennsylvania +0.26145 aapg_ak_85.html aapg_ak_85.html:501:57727:57734 Bossier Shreveport, Louisiana +0.48568 aapg_ah_121.html aapg_ah_121.html:103:8306:8322 Dutch Creek Harrodsburg, Indiana +0.233225 gsa_html_4930932370 gsa_html_4930932370:305:32539:32558 Virginia Biwabik, Minnesota +0.241566 gsa_html_3387611512 gsa_html_3387611512:632:72754:72764 Diligencia Terres +0.485077 gsa_html_1762921562 gsa_html_1762921562:30:2885:2913 Green River Colorado +0.277725 aapg_aa_589.html aapg_aa_589.html:39:3970:3976 Jordan Mexico +0.26724 aapg_ae_368.html aapg_ae_368.html:67:7672:7684 Marble Falls Texas +0.263302 aapg_ai_411.html aapg_ai_411.html:83:7933:7941 Niobrara Benton, Arkansas +0.472524 AMJC_html_7100359452 AMJC_html_7100359452:11:517:527 Washington Washington (state) +0.360436 aapg_ai_98.html aapg_ai_98.html:87:12725:12746 Brownstown Arkansas +0.262128 aapg_ad_720.html aapg_ad_720.html:275:26529:26533 Yeso Sacramento Mountains (California) +0.243486 palaios_html_6566454518 palaios_html_6566454518:15:601:623 Erin Great Britain +0.479115 gsa_html_3330587082 gsa_html_3330587082:316:27266:27284 Rangeley Piermont, New York +0.436985 cspg_html_2406266627 cspg_html_2406266627:293:32787:32804 Belly River Mississippian culture +0.482967 aapg_ae_999.html aapg_ae_999.html:706:85071:85083 Castle Hayne North Carolina +0.500598 aapg_ad_191.html aapg_ad_191.html:47:5648:5674 Maquoketa Illinois +0.254364 cspg_html_4269071742 cspg_html_4269071742:39:5131:5146 Kishenehn South Fork Flathead River +0.260865 aapg_ah_427.html aapg_ah_427.html:388:51714:51724 Hartshorne McAlester, Oklahoma +0.270336 cspg_html_4048108956 cspg_html_4048108956:300:43906:43914 Columbia Victoria, British Columbia +0.263144 palaios_html_1262064602 palaios_html_1262064602:1154:111499:111515 Chinle Arizona +0.268299 cspg_html_3854139935 cspg_html_3854139935:67:10569:10574 Mt Lytton Lacombe, Alberta +0.492531 aapg_ah_318.html aapg_ah_318.html:1912:176321:176344 Cotton Valley Cotton Valley, Louisiana +0.39193 aapg_ad_717.html aapg_ad_717.html:189:19811:19826 Hess Texas +0.497175 aapg_ad_959.html aapg_ad_959.html:104:10980:10998 Fairview Kentucky +0.270384 aapg_ai_786.html aapg_ai_786.html:572:49816:49831 Atoka Ouachita Mountains +0.466244 cspg_html_7688587411 cspg_html_7688587411:33:4938:4959 Fish Scales Lacombe, Alberta +0.23961 aapg_ad_379.html aapg_ad_379.html:580:48945:48951 Navajo Kayenta, Arizona +0.500484 aapg_aa_563.html aapg_aa_563.html:290:37223:37229 Dakota New Mexico +0.854644 cspg_html_7434089303 cspg_html_7434089303:232:29982:29991 Bay Fiord Ellesmere Island +0.495726 cspg_html_2920938670 cspg_html_2920938670:67:9568:9583 Gates Mountain Park (Holyoke, Massachusetts) +0.489417 gsa_html_5335667169 gsa_html_5335667169:725:78495:78501 Reston Virginia +0.258063 geology_html_2753730955 geology_html_2753730955:102:9009:9014 Crete Crete +0.481005 cspg_html_8152691171 cspg_html_8152691171:444:51635:51640 Queen Ottawa, Kansas +0.253655 cspg_html_2408887763 cspg_html_2408887763:435:52714:52736 Eureka Sound Canadian Arctic Archipelago +0.264984 aapg_ah_90.html aapg_ah_90.html:3:160:172 Dakota Colorado +0.4155 aapg_ah_871.html aapg_ah_871.html:420:46121:46128 Pamelia Logan, Utah +0.721614 aapg_ae_233.html aapg_ae_233.html:40:5275:5291 Lisbon Little Ocmulgee River +0.511875 cspg_html_6383234409 cspg_html_6383234409:420:42222:42250 Disappointment Bay Ellesmere Island +0.271405 AMJC_html_5471526645 AMJC_html_5471526645:13:664:681 Lane Leesburg, Florida +0.444631 cspg_html_1962846283 cspg_html_1962846283:417:49586:49601 Grassy Mountain Moose Mountain (Alberta) +0.245912 aapg_ae_749.html aapg_ae_749.html:601:61535:61543 Virginia Huntington, West Virginia +0.480883 gsa_html_4591711448 gsa_html_4591711448:833:83272:83278 Oxford Earth +0.269345 aapg_ak_26.html aapg_ak_26.html:271:22147:22154 El Paso Mexico +0.255811 sedimentology_html_9550478777 sedimentology_html_9550478777:71:7787:7797 Rio Grande Puerto Palomas, Chihuahua +0.476146 aapg_ac_5.html aapg_ac_5.html:150:15062:15067 Yukon Regina, Saskatchewan +0.490269 aapg_aa_254.html aapg_aa_254.html:108:12237:12266 Sunniland Melbourne, Florida +0.259518 aapg_ad_821.html aapg_ad_821.html:447:33989:33999 Fort Union Wasatch Range +0.472884 aapg_ah_943.html aapg_ah_943.html:433:53756:53762 Viking Lacombe, Alberta +0.247923 geology_html_1574115242 geology_html_1574115242:14:871:881 Las Cruces New Mexico +0.245514 gsa_html_1124652135 gsa_html_1124652135:296:26739:26749 Marks Head Charleston, South Carolina +0.241072 aapg_ah_779.html aapg_ah_779.html:158:29425:29431 Mingan Black River, Jamaica +0.328864 cspg_html_3129231627 cspg_html_3129231627:221:30719:30743 Eleanor River Ellesmere Island +0.278759 geology_html_6384772706 geology_html_6384772706:339:20874:20878 Bond Earth +0.513708 geology_html_8795181748 geology_html_8795181748:256:21518:21525 Andrews London, Ontario +0.464142 cspg_html_1019614994 cspg_html_1019614994:515:89209:89215 Exshaw Lacombe, Alberta +0.48128 gsa_html_7193789775 gsa_html_7193789775:901:86308:86336 Green River New Mexico +0.46144 gsa_html_1520002998 gsa_html_1520002998:846:69996:70016 Fort Union Cheyenne, Wyoming +0.243978 cspg_html_1665574291 cspg_html_1665574291:100:17272:17291 Paskapoo Calgary +0.257868 jgeology_html_1964872752 jgeology_html_1964872752:547:42595:42614 Pensauken Closter, New Jersey +0.50085 gsa_html_9848053959 gsa_html_9848053959:827:80317:80326 New River Virginia +0.250228 cspg_html_4495395109 cspg_html_4495395109:16:2287:2306 Frenchman Regina, Saskatchewan +0.27144 palaios_html_6441274261 palaios_html_6441274261:693:47892:47909 Shublik Northwest Arctic Borough, Alaska +0.252416 geology_html_8106588521 geology_html_8106588521:227:19146:19154 Colorado Denver +0.70152 aapg_ai_97.html aapg_ai_97.html:306:30121:30127 Aragon Tampico, Illinois +0.49955 aapg_ae_6.html aapg_ae_6.html:388:41997:42012 Buda San Marcos, California +0.5159 aapg_ah_464.html aapg_ah_464.html:25:4261:4270 Allegheny Pottsville, Pennsylvania +0.252434 sedimentology_html_1046729113 sedimentology_html_1046729113:364:33862:33884 Colorado Ardmore, Pennsylvania +0.253008 aapg_ah_848.html aapg_ah_848.html:321:39310:39318 Virginia Silicon Valley +0.319154 gsa_html_8152640301 gsa_html_8152640301:31:2305:2321 Naknek Talkeetna Mountains +0.24288 palaios_html_3022467877 palaios_html_3022467877:357:40106:40112 Tinton Closter, New Jersey +0.247009 gsa_html_3942625742 gsa_html_3942625742:256:21621:21633 Little River Metro Manila +0.2645 palaios_html_4940783464 palaios_html_4940783464:524:49574:49592 Yakataga Gulf of Alaska +0.264698 cspg_html_4031489103 cspg_html_4031489103:340:50356:50362 Nelson Victoria, British Columbia +0.478936 gsa_html_8707521176 gsa_html_8707521176:646:61173:61190 Potsdam Earth +0.263676 cspg_html_3804945581 cspg_html_3804945581:143:17842:17858 Battle Saint Kitts and Nevis +0.24402 gsa_html_3720789279 gsa_html_3720789279:140:13640:13661 Coon Hollow Wallowa, Oregon +0.270368 aapg_ah_700.html aapg_ah_700.html:551:68352:68370 Norphlet Alabama +0.491097 aapg_ae_45.html aapg_ae_45.html:418:50464:50490 Smackover Dolomites +0.464486 aapg_ac_380.html aapg_ac_380.html:201:25412:25421 Edgecliff Onondaga (tribe) +0.26208 aapg_ac_628.html aapg_ac_628.html:730:125842:125849 Wingate Summerville, South Carolina +0.256522 cspg_html_5697056884 cspg_html_5697056884:292:29151:29169 Deadwood Regina, Saskatchewan +0.25551 cspg_html_3521815736 cspg_html_3521815736:107:16334:16348 Toad Pine River (Michigan) +0.506493 aapg_af_618.html aapg_af_618.html:143:15711:15731 Georgetown Freestone County, Texas +0.24156 cspg_html_9290046117 cspg_html_9290046117:91:12196:12206 Nikanassin Lacombe, Alberta +0.246007 gsa_html_2509147847 gsa_html_2509147847:727:78301:78306 Yukon Anchorage, Alaska +0.253482 aapg_ad_52.html aapg_ad_52.html:609:65324:65332 Michigan Michigan +0.535976 aapg_ad_801.html aapg_ad_801.html:594:48003:48018 Vicksburg Mississippi River +0.49028 aapg_aa_158.html aapg_aa_158.html:254:23955:23983 Phosphoria Boise, Idaho +0.479 cspg_html_2749851978 cspg_html_2749851978:576:67255:67269 Colorado Cheyenne, Wyoming +0.25149 cspg_html_9689514766 cspg_html_9689514766:729:87665:87670 Weeks Michigan Basin +0.459476 gsa_html_1119256423 gsa_html_1119256423:660:61000:61008 Colorado Cheyenne, Wyoming +0.247979 geology_html_9618703528 geology_html_9618703528:263:22460:22465 Grove California +0.493084 aapg_ae_873.html aapg_ae_873.html:1100:130618:130626 Woodbine Austin, Chicago +0.528644 aapg_ah_528.html aapg_ah_528.html:488:51588:51596 Moenkopi Lake Mead +0.508592 gsa_html_1465687448 gsa_html_1465687448:734:84083:84093 Tuscaloosa Alabama +0.486504 aapg_ah_344.html aapg_ah_344.html:133:14959:14972 Woodbine Texas +0.493311 aapg_ai_17.html aapg_ai_17.html:226:18301:18316 Bashi Washington (state) +0.244976 aapg_af_861.html aapg_af_861.html:139:14301:14312 Stark Coffeyville, Kansas +0.469802 cspg_html_2490951833 cspg_html_2490951833:597:91795:91829 Waterways Lacombe, Alberta +0.490116 palaios_html_4949917469 palaios_html_4949917469:564:45644:45663 Fairview Cincinnati +0.266562 cspg_html_6306091047 cspg_html_6306091047:526:72660:72668 Columbia Victoria, British Columbia +0.254015 cspg_html_6255491344 cspg_html_6255491344:41:6609:6627 Kootenay Cairns, Queensland +0.267912 cspg_html_4272664788 cspg_html_4272664788:406:47087:47102 Banff Victoria, British Columbia +0.252296 aapg_ae_419.html aapg_ae_419.html:4399:264931:264940 San Pedro Durango, Durango +0.37814 aapg_ai_241.html aapg_ai_241.html:140:15355:15376 Winnipeg Winnipeg +0.256985 aapg_ad_893.html aapg_ad_893.html:244:30079:30092 Tres Esquinas Nuevitas +0.45472 gsa_html_5605072276 gsa_html_5605072276:796:74990:74994 Hall London, Ontario +0.25296 aapg_aa_928.html aapg_aa_928.html:314:35486:35495 Vicksburg Western world +0.257554 cspg_html_1372398575 cspg_html_1372398575:17:2567:2586 Scollard Edmonton, London +0.254664 aapg_ae_454.html aapg_ae_454.html:92:6956:6974 Cotton Valley Cotton Valley, Louisiana +0.265668 aapg_ac_629.html aapg_ac_629.html:120:17668:17676 Beaumont Beaumont, Texas +0.43902 aapg_ai_720.html aapg_ai_720.html:177:20682:20700 Magothy Raritan River +0.63732 aapg_af_666.html aapg_af_666.html:554:46600:46607 Wasatch Wasatch Range +0.258516 aapg_ad_379.html aapg_ad_379.html:667:55275:55291 Carmel Black Hills +0.271932 aapg_ai_717.html aapg_ai_717.html:29:4641:4649 Niobrara Benton, Arkansas +0.49011 cspg_html_5740360566 cspg_html_5740360566:395:40090:40098 Grosmont Lacombe, Alberta +0.290404 aapg_af_384.html aapg_af_384.html:356:39088:39100 Kanguk Banks Island +0.669176 gsa_html_6038465409 gsa_html_6038465409:708:61050:61069 Fruitland New Mexico +0.445672 cspg_html_6163998187 cspg_html_6163998187:523:60123:60134 Peace River Victoria, British Columbia +0.267225 geology_html_8332015754 geology_html_8332015754:364:24995:25005 San Felipe Baja California +0.498834 sedimentology_html_2208426700 sedimentology_html_2208426700:1201:66172:66189 Prairie Shouldice Hernia Centre +0.268602 cspg_html_8809756626 cspg_html_8809756626:768:87250:87262 Granite Wash Lacombe, Alberta +0.238632 aapg_ae_603.html aapg_ae_603.html:365:35502:35514 Dockum Panhandle, Texas +0.254881 cspg_html_2013109828 cspg_html_2013109828:160:28327:28347 Chancellor Middle East +0.463913 cspg_html_3926542795 cspg_html_3926542795:254:33809:33829 Swan Hills Swan Hill, Victoria +0.25653 cspg_html_5892153293 cspg_html_5892153293:32:4479:4487 Columbia Victoria, British Columbia +0.488873 aapg_aa_124.html aapg_aa_124.html:708:73443:73451 Columbia Victoria, British Columbia +0.460353 aapg_af_653.html aapg_af_653.html:752:84404:84412 Vaqueros Monterey, California +0.639065 aapg_ah_654.html aapg_ah_654.html:118:12106:12130 Gallatin Cheyenne, Wyoming +0.43632 aapg_ae_884.html aapg_ae_884.html:152:19888:19897 Mesaverde Mancos, Colorado +0.25811 cspg_html_5697056884 cspg_html_5697056884:292:29041:29046 Swift Regina, Saskatchewan +0.266231 sedimentology_html_3479060268 sedimentology_html_3479060268:2035:147071:147077 Moscow Russia +0.460792 aapg_ad_169.html aapg_ad_169.html:299:35001:35019 Greenbrier Greenbrier (Great Smoky Mountains) +0.383032 aapg_ad_808.html aapg_ad_808.html:971:64880:64888 Cloverly Cheyenne, Wyoming +0.491967 geology_html_5590413695 geology_html_5590413695:266:22967:22974 Fontana Earth +0.468884 aapg_ai_751.html aapg_ai_751.html:483:47480:47489 Elk Huntington, West Virginia +0.269361 aapg_ae_473.html aapg_ae_473.html:176:17333:17348 Eutaw Tuscaloosa, Alabama +0.48177 gsa_html_6499317047 gsa_html_6499317047:685:55918:55926 Columbia Victoria, British Columbia +0.513 gsa_html_3159830288 gsa_html_3159830288:816:72961:72989 Green River Colorado +0.507715 aapg_ad_756.html aapg_ad_756.html:317:38295:38304 Red River Wichita, Kansas +0.46754 gsa_html_1744648670 gsa_html_1744648670:1814:154089:154097 Scotland Glasgow +0.472812 gsa_html_1931201430 gsa_html_1931201430:270:24717:24725 Victoria Vancouver +0.251412 gsa_html_7309078733 gsa_html_7309078733:80:8930:8940 Rio Grande Puerto Palomas, Chihuahua +0.494395 gsa_html_2877730818 gsa_html_2877730818:1097:90957:90966 San Diego Mexico +0.247883 aapg_ah_785.html aapg_ah_785.html:297:29050:29063 Lone Mountain Reno, Nevada +0.50505 aapg_af_789.html aapg_af_789.html:39:5851:5870 Tonoloway Helderberg +0.487959 sedimentology_html_7586891792 sedimentology_html_7586891792:1267:87698:87702 Hall London, Ontario +0.245016 aapg_aa_267.html aapg_aa_267.html:282:23148:23158 Greenbrier Greenbrier (Great Smoky Mountains) +0.262636 cspg_html_6252417471 cspg_html_6252417471:419:61128:61154 Rockdale Milam County, Texas +0.231037 aapg_ah_218.html aapg_ah_218.html:131:14526:14542 Clifty Harrodsburg, Indiana +0.282436 aapg_af_667.html aapg_af_667.html:51:5338:5345 Rustler Pecos River +0.70606 aapg_ad_918.html aapg_ad_918.html:95:12988:13006 Niobrara Colorado +0.348551 aapg_af_728.html aapg_af_728.html:185:23063:23077 Elko Elko, Nevada +0.50505 AMJC_html_2360213652 AMJC_html_2360213652:794:85131:85135 Bond Bloomfield, New Jersey +0.4896 aapg_af_621.html aapg_af_621.html:66:6645:6662 Cypress Hardinsburg, Indiana +0.320742 aapg_ai_999.html aapg_ai_999.html:15:2752:2760 Colorado Logan, Utah +0.49131 cspg_html_7086880709 cspg_html_7086880709:273:33958:33967 Keg River Victoria, British Columbia +0.263048 aapg_ah_972.html aapg_ah_972.html:577:57430:57439 Vicksburg Mississippi River +0.261117 cspg_html_7539214955 cspg_html_7539214955:108:14363:14371 Columbia Victoria, British Columbia +0.258482 cspg_html_2175627313 cspg_html_2175627313:1076:95514:95522 Columbia Victoria, British Columbia +0.461004 geology_html_8442589137 geology_html_8442589137:12:605:615 Santa Cruz California +0.498597 aapg_ad_184.html aapg_ad_184.html:702:92978:92986 Columbia Lacombe, Alberta +0.274536 gsa_html_4913703235 gsa_html_4913703235:272:30933:30941 Virginia Knoxville, Tennessee +0.462522 aapg_aa_4.html aapg_aa_4.html:13:2193:2199 Ithaca Genesee County, Michigan +0.276595 aapg_ac_692.html aapg_ac_692.html:62:7141:7149 Columbia Victoria, British Columbia +0.259548 palaios_html_4875582819 palaios_html_4875582819:397:44085:44100 Lance Cheyenne, Wyoming +0.269357 aapg_ac_477.html aapg_ac_477.html:583:66372:66389 Cardium Canada +0.246888 aapg_ae_789.html aapg_ae_789.html:279:31241:31261 Wabamun Edmonton, London +0.466785 gsa_html_1826402027 gsa_html_1826402027:521:60159:60178 Bidahochi Little Colorado River +0.475406 aapg_ah_90.html aapg_ah_90.html:283:39503:39513 San Miguel Montrose, Houston +0.25578 cspg_html_6134774167 cspg_html_6134774167:451:47985:48002 Cardium Lacombe, Alberta +0.257868 aapg_ai_958.html aapg_ai_958.html:305:26346:26352 Lissie Texas +0.389855 aapg_ae_928.html aapg_ae_928.html:200:14437:14456 Morehouse Shreveport, Louisiana +0.50038 aapg_ah_645.html aapg_ah_645.html:261:32091:32099 Sundance Williston, Vermont +0.245009 AMJC_html_4692260170 AMJC_html_4692260170:1079:107309:107325 Hawley Cambridge, Massachusetts +0.487956 cspg_html_7409170811 cspg_html_7409170811:525:67614:67630 Exshaw Lacombe, Alberta +0.477184 cspg_html_8556552074 cspg_html_8556552074:109:10145:10154 Elm Point Regina, Saskatchewan +0.479245 gsa_html_5081991493 gsa_html_5081991493:1558:111845:111853 Colorado Logan, Utah +0.272934 aapg_ah_881.html aapg_ah_881.html:144:17267:17277 Huntingdon Burrard Street +0.259548 aapg_ad_636.html aapg_ad_636.html:339:40600:40614 Frio Texas +0.50032 geology_html_3815023299 geology_html_3815023299:19:789:801 Saskatchewan Regina, Saskatchewan +0.490974 aapg_ac_190.html aapg_ac_190.html:76:14530:14549 Marcellus Pennsylvania +0.254241 aapg_ad_258.html aapg_ad_258.html:118:11474:11484 Washington Bloomington, Indiana +0.245214 cspg_html_1173833070 cspg_html_1173833070:21:3171:3189 Edmonton Red Deer, Alberta +0.497354 gsa_html_2422494332 gsa_html_2422494332:842:79065:79093 Green River Colorado +0.24347 aapg_ai_278.html aapg_ai_278.html:1667:165312:165326 Fredericksburg Florida +0.244032 cspg_html_2482892781 cspg_html_2482892781:6:350:378 Madison Regina, Saskatchewan +0.265527 aapg_ac_251.html aapg_ac_251.html:559:66127:66137 Pottsville Martinsburg, Nebraska +0.49305 gsa_html_9891566604 gsa_html_9891566604:159:18024:18044 Prospect Green Mountain +0.492093 aapg_ae_917.html aapg_ae_917.html:189:20507:20532 Battle Des Moines, Washington +0.2626 aapg_af_614.html aapg_af_614.html:57:4409:4434 Smackover Paluxy, Texas +0.473184 aapg_ae_797.html aapg_ae_797.html:401:43353:43370 Hermosa Colorado +0.2522 aapg_ai_515.html aapg_ai_515.html:46:5976:5987 Green River Uinta Mountains +0.255009 jgeology_html_4305195651 jgeology_html_4305195651:577:71744:71770 Huntley Mountain Clinton County, Ohio +0.441808 aapg_ah_785.html aapg_ah_785.html:67:9141:9161 Kinnikinic Quartzite Lost River (California) +0.26624 gsa_html_9280112280 gsa_html_9280112280:592:58805:58810 Upham Norcross, Georgia +0.477506 aapg_ai_816.html aapg_ai_816.html:95:15695:15714 Wyandotte Kansas City, Kansas +0.922548 gsa_html_4522678867 gsa_html_4522678867:382:42170:42186 Mariposa Klamath Mountains (ecoregion) +0.482532 palaios_html_9669360804 palaios_html_9669360804:299:28617:28625 Billings New Mexico +0.49851 cspg_html_9058948031 cspg_html_9058948031:411:50533:50546 Bearpaw Canada +0.254701 cspg_html_4409656292 cspg_html_4409656292:637:71976:71993 Cardium Victoria, British Columbia +0.37814 aapg_aa_22.html aapg_aa_22.html:1038:79059:79074 Maquoketa Ladd, Illinois +0.271425 aapg_ac_361.html aapg_ac_361.html:135:16008:16016 Monterey Kings City +0.494328 aapg_af_363.html aapg_af_363.html:296:39662:39666 Wise Virginia +0.367195 cspg_html_4541662139 cspg_html_4541662139:29:3677:3687 Lime Creek Iowa +0.28013 aapg_ac_289.html aapg_ac_289.html:53:6151:6161 Tuscaloosa Cotton Valley, Louisiana +0.460502 aapg_af_91.html aapg_af_91.html:146:15762:15778 Lehman Logan, Utah +0.24157 aapg_ad_192.html aapg_ad_192.html:62:8297:8315 Rapides Tuscaloosa, Alabama +0.49972 aapg_ah_633.html aapg_ah_633.html:117:16434:16458 Paynes Hammock Mississippi River +0.2652 cspg_html_8042616083 cspg_html_8042616083:277:28473:28506 Coldwater Michigan Basin +0.249494 gsa_html_1290697059 gsa_html_1290697059:798:57507:57516 Peninsula Quebec City +0.481143 aapg_aa_161.html aapg_aa_161.html:3:445:473 La Quinta Venezuela +0.25088 cspg_html_3555714125 cspg_html_3555714125:6:378:384 Shunda Canada +0.491303 aapg_ai_610.html aapg_ai_610.html:632:103406:103426 Fort Payne Kentucky +0.454546 aapg_ah_561.html aapg_ah_561.html:189:27232:27253 Bell Texas +0.471276 sedimentology_html_8364351073 sedimentology_html_8364351073:988:88123:88143 Cutler Langford, Bedfordshire +0.2604 gsa_html_7518144145 gsa_html_7518144145:346:31171:31179 Farewell Wisconsin +0.478296 aapg_ad_604.html aapg_ad_604.html:19:2090:2100 Washington California +0.490028 cspg_html_8289943866 cspg_html_8289943866:284:35952:35957 Price Lacombe, Alberta +0.48152 aapg_ai_514.html aapg_ai_514.html:49:5880:5891 Green River Washington (state) +0.2555 aapg_ad_440.html aapg_ad_440.html:16:2274:2284 Greenbrier Huntington, West Virginia +0.2605 cspg_html_6434702931 cspg_html_6434702931:7:600:620 Swan Hills Lacombe, Alberta +0.454674 cspg_html_8694594891 cspg_html_8694594891:99:12002:12010 Billings Carlsbad, New Mexico +0.490261 cspg_html_3103886269 cspg_html_3103886269:32:4090:4115 Prairie Regina, Saskatchewan +0.251979 geology_html_3834690938 geology_html_3834690938:11:505:513 Colorado Colorado +0.2772 aapg_ae_4.html aapg_ae_4.html:216:24707:24713 Humbug Boise, Idaho +0.2793 aapg_aa_357.html aapg_aa_357.html:378:34997:35005 Colorado Chinle Formation +0.262063 cspg_html_9330018201 cspg_html_9330018201:154:23096:23122 Windsor Elko, Nevada +0.501278 aapg_ad_721.html aapg_ad_721.html:183:16498:16501 Abo Wichita, Kansas +0.258055 aapg_aa_732.html aapg_aa_732.html:3:155:172 Edwards Texas +0.2261 aapg_ah_652.html aapg_ah_652.html:147:20280:20303 Bell Mancos, Colorado +0.38889 palaios_html_2399848899 palaios_html_2399848899:28:2488:2503 Eutaw Alabama +0.496327 cspg_html_8463924060 cspg_html_8463924060:21:3114:3137 Exshaw Lacombe, Alberta +0.274551 aapg_ad_0.html aapg_ad_0.html:41:5409:5420 Mount Simon Illinois +0.245575 aapg_af_360.html aapg_af_360.html:335:30835:30843 Colorado Denver +0.248472 aapg_ac_387.html aapg_ac_387.html:3:374:395 Piney Point Delaware +0.543578 aapg_ac_251.html aapg_ac_251.html:559:66030:66041 Martinsburg Pottsville, Pennsylvania +0.260604 cspg_html_8740534160 cspg_html_8740534160:349:40734:40742 Columbia Victoria, British Columbia +0.487325 gsa_html_1248731493 gsa_html_1248731493:576:56461:56469 Edmonton Victoria, British Columbia +0.2545 gsa_html_2378424898 gsa_html_2378424898:957:59113:59119 Jordan Nazca +0.22936 gsa_html_5089176247 gsa_html_5089176247:840:78997:79005 Colorado Denver +0.251196 cspg_html_3772380029 cspg_html_3772380029:601:74421:74440 Stonewall Manitoba +0.264708 gsa_html_3144986031 gsa_html_3144986031:437:44745:44753 Victoria Canada +0.263676 cspg_html_9905904289 cspg_html_9905904289:335:43036:43044 Whitemud Lacombe, Alberta +0.804837 cspg_html_6356755616 cspg_html_6356755616:37:5965:5971 Battle Lacombe, Alberta +0.48144 gsa_html_6217942751 gsa_html_6217942751:32:2835:2863 Green River Colorado +0.503908 aapg_ah_631.html aapg_ah_631.html:43:4945:4953 Michigan Illinois +0.432854 aapg_ae_705.html aapg_ae_705.html:283:26973:26996 Casitas Monterey, California +0.254364 AMJC_html_6107665103 AMJC_html_6107665103:767:56555:56567 Rio San Juan Dominican Republic +0.45885 gsa_html_4719798013 gsa_html_4719798013:345:34517:34552 Blackwater Draw Pecos River +0.48545 sedimentology_html_6884000103 sedimentology_html_6884000103:107:7215:7219 Hall London, Ontario +0.245016 cspg_html_2873888604 cspg_html_2873888604:408:57745:57767 Charlie Lake Victoria, British Columbia +0.68634 gsa_html_2118098695 gsa_html_2118098695:525:50671:50680 New River Virginia +0.442244 aapg_ad_157.html aapg_ad_157.html:217:20480:20505 Frio Shreveport, Louisiana +0.473598 gsa_html_6971334714 gsa_html_6971334714:650:66452:66459 El Paso Texas +0.46455 aapg_ad_3.html aapg_ad_3.html:410:38509:38517 Virginia Sevier orogeny +0.255009 cspg_html_2083142494 cspg_html_2083142494:5:193:234 Albert New Brunswick, New Jersey +0.24823 sedimentology_html_1046729113 sedimentology_html_1046729113:136:14448:14480 Mesaverde Logan, Utah +0.246007 gsa_html_9053175553 gsa_html_9053175553:548:54342:54367 Flagstaff Logan, Utah +0.496018 aapg_ad_466.html aapg_ad_466.html:365:43855:43863 Patapsco Patapsco River +0.247464 aapg_ae_176.html aapg_ae_176.html:209:25520:25532 Grand Rapids Clearwater, Florida +0.244518 sedimentology_html_1046729113 sedimentology_html_1046729113:2402:177533:177539 Walker Lacombe, Alberta +0.436554 aapg_af_374.html aapg_af_374.html:54:6434:6450 Navajo Logan, Utah +0.249488 palaios_html_3227643058 palaios_html_3227643058:46:5983:5999 Holder Sacramento Mountains (California) +0.26986 gsa_html_5773931818 gsa_html_5773931818:826:88938:88957 Twilight Gneiss San Juan Mountains +0.30396 aapg_ah_371.html aapg_ah_371.html:48:4126:4136 Tuscaloosa Charleston, South Carolina +0.28512 cspg_html_5345848475 cspg_html_5345848475:400:46221:46238 Carlile Niobrara, Nebraska +0.264147 palaios_html_7533095486 palaios_html_7533095486:344:30100:30131 Kope Netherlands +0.25839 cspg_html_4498577775 cspg_html_4498577775:92:12202:12220 Gog Mount Assiniboine Provincial Park +0.495876 AMJC_html_7984049819 AMJC_html_7984049819:770:82861:82866 Salem Kennebunk, Maine +0.257466 aapg_ae_4.html aapg_ae_4.html:187:20430:20447 Leatham Netherlands +0.496228 aapg_ac_624.html aapg_ac_624.html:28:3104:3124 Stonehenge Pennsylvania +0.48513 aapg_ae_454.html aapg_ae_454.html:3:267:300 Cotton Valley Shreveport, Louisiana +0.460229 geology_html_5333520037 geology_html_5333520037:236:19977:19983 Dalton Earth +0.256162 aapg_ae_190.html aapg_ae_190.html:155:14992:15017 Keokuk Des Moines, Washington +0.420174 gsa_html_5952049575 gsa_html_5952049575:238:27707:27725 San Jose New Mexico +0.249444 AMJC_html_5390933660 AMJC_html_5390933660:197:21636:21657 Waits River Springfield, Illinois +0.26156 aapg_ad_696.html aapg_ad_696.html:246:24318:24323 Yegua Lee County, Alabama +0.4914 gsa_html_4820565134 gsa_html_4820565134:200:16994:17022 Green River Colorado +0.247808 gsa_html_6589330144 gsa_html_6589330144:170:21129:21137 Colorado Nebraska +0.260721 aapg_ah_972.html aapg_ah_972.html:614:65042:65052 Rio Grande Texas +0.52689 aapg_ae_319.html aapg_ae_319.html:608:52294:52301 Entrada Logan, Utah +0.4775 gsa_html_2207983619 gsa_html_2207983619:14:544:651 Cupido Coahuila +0.247715 aapg_ah_149.html aapg_ah_149.html:230:21442:21449 Paradox Williston, Vermont +0.249879 aapg_ah_375.html aapg_ah_375.html:44:3993:4031 Santa Clara Santa Clara, California +0.478632 aapg_ai_105.html aapg_ai_105.html:330:39196:39210 Duchesne River Red Rock Canyon National Conservation Area +0.257013 aapg_ah_656.html aapg_ah_656.html:480:46150:46171 Bell Texas +0.424104 sedimentology_html_3841637081 sedimentology_html_3841637081:1100:51041:51056 Leduc Lacombe, Alberta +0.484524 aapg_ah_83.html aapg_ah_83.html:364:45355:45375 Lakota Powder River Basin +0.44955 AMJC_html_1938223835 AMJC_html_1938223835:844:104034:104065 Carrabassett Portland, Maine +0.498597 cspg_html_1312400675 cspg_html_1312400675:206:24453:24470 Bearpaw Edmonton, London +0.49244 cspg_html_5949578130 cspg_html_5949578130:814:95799:95812 Wabamun Lacombe, Alberta +0.492701 cspg_html_1173833070 cspg_html_1173833070:30:4226:4234 Paskapoo Edmonton, London +0.236187 aapg_ac_491.html aapg_ac_491.html:139:25350:25366 Yucatan Mexico +0.247494 jgeology_html_9439763175 jgeology_html_9439763175:774:55131:55153 Gorge Salem, Oregon +0.48672 gsa_html_8295798592 gsa_html_8295798592:177:13390:13418 Green River Colorado +0.48576 gsa_html_1997423355 gsa_html_1997423355:565:52336:52364 Green River Colorado +0.240681 aapg_ai_689.html aapg_ai_689.html:169:18776:18783 Haymond Mexico +0.24888 aapg_af_854.html aapg_af_854.html:213:27014:27029 Sweetland Creek Illinois +0.262973 aapg_aa_673.html aapg_aa_673.html:56:6574:6583 Smackover Cotton Valley, Louisiana +0.522291 aapg_ad_960.html aapg_ad_960.html:110:12098:12116 Monterey California +0.5088 aapg_af_136.html aapg_af_136.html:4:380:389 Red River Texas +0.262143 gsa_html_2284204284 gsa_html_2284204284:137:17288:17298 Carbondale Illinois +0.45864 cspg_html_6000032807 cspg_html_6000032807:201:23511:23530 Waterways Lacombe, Alberta +0.49192 cspg_html_4495377323 cspg_html_4495377323:237:28001:28017 Fernie Lacombe, Alberta +0.46513 aapg_ae_917.html aapg_ae_917.html:3:332:340 Colorado Colorado +0.265698 aapg_ad_870.html aapg_ad_870.html:118:13415:13423 Michigan Saginaw, Michigan +0.245178 palaios_html_5921824758 palaios_html_5921824758:551:42445:42466 Huntingdon Washington (state) +0.514878 aapg_aa_57.html aapg_aa_57.html:13:2092:2101 Red River Bryan County, Oklahoma +0.476545 gsa_html_5865982995 gsa_html_5865982995:1217:129985:130021 Washakie Cheyenne, Wyoming +0.277202 cspg_html_8806021601 cspg_html_8806021601:53:6022:6041 Hecla Bay Banks Island +0.251482 aapg_ai_515.html aapg_ai_515.html:530:56613:56621 Colorado Denver +0.259077 jgeology_html_1838149422 jgeology_html_1838149422:965:90327:90345 John Day Salem, Oregon +0.266928 aapg_aa_784.html aapg_aa_784.html:124:14580:14594 Chainman Yucca Mountain +0.273045 cspg_html_4860363565 cspg_html_4860363565:27:3910:3942 Bakken Regina, Saskatchewan +0.881705 aapg_ah_678.html aapg_ah_678.html:416:49051:49060 Vicksburg San Marcos, California +0.477904 aapg_ad_468.html aapg_ad_468.html:25:3444:3462 St Marys Crisfield, Maryland +0.245895 cspg_html_9060847110 cspg_html_9060847110:70:11000:11011 Rocky Brook Humber +0.505136 aapg_ae_668.html aapg_ae_668.html:494:50005:50016 San Joaquin Wilmington, North Carolina +0.44115 aapg_ae_876.html aapg_ae_876.html:132:14139:14147 Colorado Olathe, Kansas +0.485784 aapg_aa_23.html aapg_aa_23.html:855:111004:111013 Interlake Manitoba +0.503286 gsa_html_7060993425 gsa_html_7060993425:29:2796:2824 Green River Colorado +0.251904 aapg_af_965.html aapg_af_965.html:486:62602:62618 Viking Canada +0.241572 cspg_html_9177794814 cspg_html_9177794814:8:781:787 Alapah Anchorage, Alaska +0.50456 aapg_ad_338.html aapg_ad_338.html:260:28080:28118 Englishtown Woodbury, New Jersey +0.2652 gsa_html_9097637389 gsa_html_9097637389:1497:113124:113152 Green River Colorado +0.484702 aapg_ai_51.html aapg_ai_51.html:41:3834:3852 Holly Springs Mississippi River +0.267288 gsa_html_9353787239 gsa_html_9353787239:1174:99005:99043 Kingston Peak California +0.496125 aapg_af_701.html aapg_af_701.html:240:30486:30519 Brallier Chemung, New York +0.267235 aapg_ad_695.html aapg_ad_695.html:324:19725:19732 Carrizo Texas +0.25449 aapg_ai_720.html aapg_ai_720.html:217:24757:24775 Raritan Fire Island (Anchorage, Alaska) +0.269838 cspg_html_9011889300 cspg_html_9011889300:240:23198:23217 Athabasca Lacombe, Alberta +0.496731 cspg_html_3104351736 cspg_html_3104351736:17:1960:1977 Belly River Lacombe, Alberta +0.497896 aapg_ah_42.html aapg_ah_42.html:66:8706:8724 Wingate Entrada Sandstone +0.259931 aapg_ac_949.html aapg_ac_949.html:55:5533:5553 Citronelle Tampa, Florida +0.242048 AMJC_html_7984049819 AMJC_html_7984049819:439:43041:43048 Kittery Newburyport, Massachusetts +0.275028 cspg_html_3008414459 cspg_html_3008414459:545:63858:63875 Cardium Lacombe, Alberta +0.24442 geology_html_6325648998 geology_html_6325648998:202:13337:13343 Brazil Atlantic Ocean +0.433795 aapg_ae_959.html aapg_ae_959.html:1361:98437:98441 Yeso New Mexico +0.485376 gsa_html_3380395839 gsa_html_3380395839:48:4730:4736 Oregon Anchorage, Alaska +0.24696 aapg_ai_918.html aapg_ai_918.html:3:232:235 Bug Colorado +0.256522 aapg_ai_468.html aapg_ai_468.html:49:6462:6469 Sligo Shreveport, Louisiana +0.502128 aapg_ad_800.html aapg_ad_800.html:163:20161:20166 Eutaw Western world +0.4595 aapg_ad_581.html aapg_ad_581.html:266:34644:34654 Reedsville Martinsburg, Nebraska +0.487113 gsa_html_9597147043 gsa_html_9597147043:1255:101962:101973 Healy Creek Anchorage, Alaska +0.254961 sedimentology_html_8006979411 sedimentology_html_8006979411:1693:113687:113703 Viking Canada +0.477087 cspg_html_8532932475 cspg_html_8532932475:303:31274:31294 Milk River Lacombe, Alberta +0.494607 gsa_html_2717448156 gsa_html_2717448156:1736:154105:154133 Green River Colorado +0.25443 gsa_html_2374661120 gsa_html_2374661120:370:34417:34427 Bear River Logan, Utah +0.249271 aapg_af_545.html aapg_af_545.html:361:47498:47515 Green River Uinta Mountains +0.463202 aapg_ae_76.html aapg_ae_76.html:280:27738:27754 Colorado Delaware +0.498015 gsa_html_5525079715 gsa_html_5525079715:791:71609:71637 Green River Colorado +0.49028 cspg_html_3627006433 cspg_html_3627006433:712:72991:73007 Curtis Logan, Utah +0.262063 cspg_html_9735723617 cspg_html_9735723617:44:6839:6857 Imperial Banks Island +0.471056 aapg_aa_563.html aapg_aa_563.html:210:28145:28159 Fredericksburg Trans-Pecos +0.481076 aapg_aa_286.html aapg_aa_286.html:22:3859:3870 Utica Martinsburg, Nebraska +0.464088 sedimentology_html_9111518089 sedimentology_html_9111518089:931:95066:95075 Porcupine Svalbard +0.24549 sedimentology_html_3888376365 sedimentology_html_3888376365:95:11272:11282 Conception California +0.238 cspg_html_5017240192 cspg_html_5017240192:462:46832:46856 Amaranth Manitoba +0.265738 cspg_html_1505194397 cspg_html_1505194397:168:22339:22356 Bedford Kingston, Jamaica +0.44718 sedimentology_html_3865745685 sedimentology_html_3865745685:1688:114981:114989 Dunvegan Lacombe, Alberta +0.530491 aapg_ae_182.html aapg_ae_182.html:210:25148:25153 Tokio Bellevue, Nebraska +0.248 cspg_html_1354651543 cspg_html_1354651543:805:77534:77542 Columbia Victoria, British Columbia +0.436678 aapg_ai_584.html aapg_ai_584.html:1018:106315:106321 Casper Big Horn, Wyoming +0.48042 gsa_html_8955900843 gsa_html_8955900843:695:65466:65476 Washington Bellingham, Washington +0.243612 cspg_html_3043607457 cspg_html_3043607457:6:475:494 Lodgepole Manitoba +0.39976 gsa_html_4317135687 gsa_html_4317135687:542:52304:52322 Norphlet Alabama +0.47787 cspg_html_4341656515 cspg_html_4341656515:378:38308:38316 Columbia Victoria, British Columbia +0.255518 cspg_html_7833083677 cspg_html_7833083677:2421:211918:211932 Lisburne Northwest Arctic Borough, Alaska +0.256542 aapg_ad_958.html aapg_ad_958.html:451:43942:43954 Gilmore City Nebraska +0.241868 aapg_ai_462.html aapg_ai_462.html:174:18569:18576 El Abra Matamoros, Tamaulipas +0.506538 cspg_html_7573182509 cspg_html_7573182509:53:5618:5648 Nisku Canada +0.24549 aapg_aa_629.html aapg_aa_629.html:301:33265:33270 Bluff Nettleton, Mississippi +0.485366 gsa_html_4408649953 gsa_html_4408649953:816:70808:70818 Georgetown Charleston, South Carolina +0.271962 aapg_ah_644.html aapg_ah_644.html:138:16403:16416 Gypsum Spring Williston Basin +0.489328 gsa_html_9312061344 gsa_html_9312061344:907:83190:83196 Madrid Canary Islands +0.475394 sedimentology_html_3200584564 sedimentology_html_3200584564:155:15005:15013 Kaskapau Western world +0.259072 aapg_af_545.html aapg_af_545.html:738:92590:92611 Green River Uinta Mountains +0.476268 aapg_ad_169.html aapg_ad_169.html:335:39874:39894 Greenbrier Huntington, West Virginia +0.262566 gsa_html_3096615185 gsa_html_3096615185:766:65909:65915 Reston Cambridge, Massachusetts +0.295936 aapg_aa_48.html aapg_aa_48.html:332:35409:35415 Amsden Cheyenne, Wyoming +0.473551 aapg_af_366.html aapg_af_366.html:159:19331:19359 Lisburne Northwest Arctic Borough, Alaska +0.264171 aapg_aa_860.html aapg_aa_860.html:473:47312:47321 Williston Miles City, Montana +0.406525 aapg_ae_113.html aapg_ae_113.html:180:22190:22208 Read Bay Little Cornwallis Island +0.473304 geology_html_6347682391 geology_html_6347682391:11:475:481 Oregon Salem, Oregon +0.260019 cspg_html_5241714595 cspg_html_5241714595:187:28576:28611 Winnipegosis Western world +0.545715 aapg_af_99.html aapg_af_99.html:34:3990:4010 Springvale Jamaica, Queens +0.280896 aapg_ae_113.html aapg_ae_113.html:167:19828:19846 Read Bay Little Cornwallis Island +0.269874 aapg_ad_367.html aapg_ad_367.html:321:31478:31486 Palliser Medicine Lake, Minnesota +0.252504 cspg_html_9735723617 cspg_html_9735723617:1061:111640:111659 Griper Bay Melville Island (Canada) +0.483336 aapg_af_143.html aapg_af_143.html:68:7412:7427 Oregon Salem, Oregon +0.4807 aapg_ak_132.html aapg_ak_132.html:334:35010:35017 Guayabo Lempa River +0.253 cspg_html_5541937700 cspg_html_5541937700:567:76052:76078 Horseshoe Canyon Drumheller +0.507715 geology_html_9004383999 geology_html_9004383999:47:5603:5607 Pika Logan, Utah +0.245338 aapg_ae_147.html aapg_ae_147.html:632:65330:65339 San Diego California +0.26156 jgeology_html_6672772311 jgeology_html_6672772311:142:11182:11201 Bellevue Durham, North Carolina +0.257554 cspg_html_4272664788 cspg_html_4272664788:80:12352:12364 Rundle Victoria, British Columbia +0.23817 aapg_ae_959.html aapg_ae_959.html:2312:164631:164641 Dewey Lake Salado, Texas +0.239057 geology_html_1049185803 geology_html_1049185803:382:27583:27609 Athabasca Lacombe, Alberta +0.261117 aapg_ac_983.html aapg_ac_983.html:375:59814:59827 Chanute Raytown, Missouri +0.494648 geology_html_3262849717 geology_html_3262849717:242:18355:18359 Bell Mexico +0.501264 cspg_html_4727222822 cspg_html_4727222822:411:48223:48231 Columbia Victoria, British Columbia +0.259072 cspg_html_3447886929 cspg_html_3447886929:1250:117815:117835 Lawrence Canada +0.49764 aapg_ae_143.html aapg_ae_143.html:228:24646:24663 Prairie Regina, Saskatchewan +0.484864 aapg_ai_503.html aapg_ai_503.html:117:13377:13386 Whirlpool Conesus Lake +0.385968 aapg_aa_147.html aapg_aa_147.html:203:26437:26446 Red River Cheyenne, Wyoming +0.74784 geology_html_6476658393 geology_html_6476658393:17:989:1025 Nepean Ontario, California +0.248976 aapg_ak_118.html aapg_ak_118.html:44:4979:4996 Schuler Arkansas +0.46593 cspg_html_4646711238 cspg_html_4646711238:6:304:327 Cypress Regina, Saskatchewan +0.484428 sedimentology_html_3026836549 sedimentology_html_3026836549:1058:86729:86753 Leduc Innisfail, Alberta +0.254508 aapg_ai_468.html aapg_ai_468.html:31:3942:3959 Bossier Haynesville, Louisiana +0.26429 aapg_af_304.html aapg_af_304.html:142:14156:14160 Frio Brazoria County, Texas +0.478807 aapg_ae_906.html aapg_ae_906.html:144:12877:12883 Bethel New Harmony, Indiana +0.241065 aapg_ah_816.html aapg_ah_816.html:20:1834:1842 Virginia Buchanan, North Dakota +0.380006 aapg_ad_959.html aapg_ad_959.html:9:1502:1513 Clays Ferry Kentucky +0.25844 gsa_html_1248731493 gsa_html_1248731493:79:6878:6886 Columbia Victoria, British Columbia +0.266766 aapg_ah_277.html aapg_ah_277.html:178:23852:23860 Colorado Colorado +0.479688 aapg_ae_147.html aapg_ae_147.html:57:6498:6502 Pico South Mountains (Arizona) +0.252416 aapg_ai_163.html aapg_ai_163.html:54:5128:5136 Fountain Colorado +0.26471 aapg_ae_983.html aapg_ae_983.html:515:38798:38805 Bedford Ohio +0.26059 cspg_html_4867288101 cspg_html_4867288101:46:5498:5521 Windsor Bridgetown, Nova Scotia +0.26574 cspg_html_9735723617 cspg_html_9735723617:1946:170252:170271 Griper Bay Banks Island +0.262926 aapg_ah_283.html aapg_ah_283.html:133:14081:14087 Oregon Washington (state) +0.261096 aapg_ae_181.html aapg_ae_181.html:256:37890:37900 Mooreville Alabama +0.25443 geology_html_6915983157 geology_html_6915983157:67:7487:7491 Kent Edenbridge, Kent +0.273513 sedimentology_html_5673709888 sedimentology_html_5673709888:862:35320:35333 Edwards Texas +0.478676 cspg_html_4568084707 cspg_html_4568084707:641:69916:69937 Cooking Lake Redwater, Texas +0.4959 gsa_html_1124652135 gsa_html_1124652135:773:70703:70731 Green River Colorado +0.47025 aapg_ad_784.html aapg_ad_784.html:404:42395:42401 Llajas Simi Valley, California +0.491303 aapg_aa_712.html aapg_aa_712.html:100:12462:12489 Platteville Hennepin, Illinois +0.462136 aapg_af_854.html aapg_af_854.html:1151:163189:163206 Menard Illinois +0.435598 gsa_html_9296779210 gsa_html_9296779210:788:68739:68745 Denver Colorado +0.45202 aapg_aa_232.html aapg_aa_232.html:189:19862:19870 Colorado Canyon City, Oregon +0.467125 gsa_html_9207276905 gsa_html_9207276905:620:53684:53692 Columbia Victoria, British Columbia +0.47031 aapg_ai_17.html aapg_ai_17.html:1315:90316:90325 Catahoula Pineville, Louisiana +0.21045 aapg_ae_876.html aapg_ae_876.html:790:84515:84524 Greenhorn Colorado +0.907236 aapg_aa_158.html aapg_aa_158.html:330:28428:28446 Morrison Logan, Utah +0.472675 jgeology_html_8355852976 jgeology_html_8355852976:226:17414:17420 Pueblo Colorado +0.261057 palaios_html_2847312584 palaios_html_2847312584:276:36386:36405 Fairview Waynesville, North Carolina +0.245024 gsa_html_8319219146 gsa_html_8319219146:485:51501:51521 New Oxford Birdsboro, Pennsylvania +0.48636 aapg_ai_974.html aapg_ai_974.html:3:282:288 Oregon Washington (state) +0.472944 palaios_html_2945835736 palaios_html_2945835736:910:62439:62457 Willwood Cheyenne, Wyoming +0.254976 aapg_ad_691.html aapg_ad_691.html:102:12253:12273 Georgetown Texas +0.255747 aapg_ad_266.html aapg_ad_266.html:51:4594:4600 Laredo Laredo, Texas +0.25245 aapg_af_922.html aapg_af_922.html:97:12935:12953 Onondaga Pottsville, Pennsylvania +0.509548 aapg_ae_415.html aapg_ae_415.html:830:101908:101920 Chickasawhay Flint River (Michigan) +0.47061 aapg_aa_358.html aapg_aa_358.html:7:1182:1190 Colorado Denver +0.709104 cspg_html_8247666269 cspg_html_8247666269:177:22821:22837 Hassel Ellesmere Island +0.242928 aapg_ah_534.html aapg_ah_534.html:321:26831:26843 New Scotland Lehigh River +0.46683 aapg_aa_702.html aapg_aa_702.html:1105:127025:127031 Denver Colorado +0.263153 aapg_ad_738.html aapg_ad_738.html:344:20650:20662 Nation River Anchorage, Alaska +0.476715 aapg_ac_400.html aapg_ac_400.html:147:15253:15259 Snyder Bath, Somerset +0.476504 gsa_html_9911071626 gsa_html_9911071626:9:325:347 Castle Hayne North Carolina +0.254248 aapg_ac_590.html aapg_ac_590.html:108:14269:14292 Ogallala Llano Estacado +0.482328 cspg_html_5288905067 cspg_html_5288905067:82:10143:10147 Hall Reno, Nevada +0.49816 aapg_ae_45.html aapg_ae_45.html:841:84428:84441 Buckner Western world +0.256332 aapg_aa_289.html aapg_aa_289.html:525:52516:52537 Chainman Reno, Nevada +0.255016 aapg_ae_222.html aapg_ae_222.html:38:5823:5840 Gaptank Texas +0.505164 aapg_ae_876.html aapg_ae_876.html:744:79771:79777 Dakota Logan, Utah +0.499278 aapg_ah_534.html aapg_ah_534.html:362:30782:30796 Needmore Perry County, Indiana +0.50456 geology_html_9145998626 geology_html_9145998626:283:22349:22365 Jordan Sauk Village, Illinois +0.247955 gsa_html_7040053075 gsa_html_7040053075:406:42447:42466 Duarte Puente Hills Mall +0.27508 aapg_ac_535.html aapg_ac_535.html:15:2062:2085 Viking Regina, Saskatchewan +0.495673 aapg_af_887.html aapg_af_887.html:40:3631:3638 El Paso New Mexico +0.486675 palaios_html_5896739151 palaios_html_5896739151:569:40782:40799 Cardium Lacombe, Alberta +0.280756 aapg_ah_370.html aapg_ah_370.html:696:55163:55171 Traverse Antrim, County Antrim +0.495286 cspg_html_8316122266 cspg_html_8316122266:269:27036:27044 Columbia Victoria, British Columbia +0.19071 cspg_html_9174463232 cspg_html_9174463232:211:21270:21291 Slave Point Great Slave Lake +0.255009 cspg_html_4793204980 cspg_html_4793204980:32:5820:5825 Nisku Drumheller +0.25281 aapg_ae_549.html aapg_ae_549.html:780:67494:67500 Walker California +0.263069 aapg_ah_217.html aapg_ah_217.html:324:40933:40942 Tuscarora Woods County, Oklahoma +0.518916 gsa_html_1441945663 gsa_html_1441945663:29:2796:2824 Green River Colorado +0.465429 aapg_ai_29.html aapg_ai_29.html:318:38502:38509 Reynosa Beaumont, Texas +0.504336 cspg_html_2013109828 cspg_html_2013109828:552:81264:81280 Sullivan Victoria, British Columbia +0.494615 palaios_html_2994452429 palaios_html_2994452429:759:75126:75144 Dinwoody Canada +0.258566 palaios_html_3491046542 palaios_html_3491046542:19:830:853 Liberty Hall Virginia +0.503812 AMJC_html_3928055107 AMJC_html_3928055107:750:105452:105460 Columbia Kazakhstan +0.465115 cspg_html_5541725202 cspg_html_5541725202:8:1209:1220 Mabou Cumberland, Maryland +0.461835 aapg_aa_346.html aapg_aa_346.html:214:19936:19953 Cypress Freedonia +0.263133 aapg_ae_305.html aapg_ae_305.html:1774:169211:169216 Colon Maracaibo +0.243705 cspg_html_9354781888 cspg_html_9354781888:990:68932:68956 Amaranth Manitoba +0.240937 aapg_ai_594.html aapg_ai_594.html:540:47240:47250 Las Animas Colorado +0.261072 aapg_ai_49.html aapg_ai_49.html:276:33137:33144 Todilto Colorado +0.203931 geology_html_8171981855 geology_html_8171981855:71:7739:7762 Fox Hills Badlands National Park +0.24846 aapg_ae_461.html aapg_ae_461.html:64:9490:9498 Bellevue Pine Island (Lee County, Florida) +0.278615 aapg_af_964.html aapg_af_964.html:8:274:290 Viking Lacombe, Alberta +0.258542 cspg_html_4326384800 cspg_html_4326384800:1013:148542:148567 Beaverhill Swan Hill, Victoria +0.266256 aapg_ah_686.html aapg_ah_686.html:507:73496:73516 Kanayut Conglomerate Anchorage, Alaska +0.504465 gsa_html_3498499685 gsa_html_3498499685:69:6016:6044 Green River Colorado +0.254448 gsa_html_7499737388 gsa_html_7499737388:730:53158:53182 Cedar Mountain Logan, Utah +0.47175 geology_html_4557881511 geology_html_4557881511:20:758:765 Norfolk Earth +0.485706 aapg_ah_343.html aapg_ah_343.html:234:28309:28318 Catahoula Shreveport, Louisiana +0.246909 aapg_af_954.html aapg_af_954.html:642:90651:90657 Oxford England +0.250458 cspg_html_4924970281 cspg_html_4924970281:5:187:207 Clearwater Lacombe, Alberta +0.46256 palaios_html_4588969442 palaios_html_4588969442:637:40307:40315 Colorado Denver +0.4995 aapg_aa_23.html aapg_aa_23.html:286:32660:32682 Winnipeg Middle East +0.259017 cspg_html_9343899465 cspg_html_9343899465:77:10732:10745 Ibbett Bay Melville Island (Canada) +0.508383 gsa_html_5773604426 gsa_html_5773604426:219:21773:21785 Wilcox Shreveport, Louisiana +0.490356 cspg_html_6163691495 cspg_html_6163691495:1084:91869:91886 Madison Big Horn Mountains +0.540983 aapg_ae_305.html aapg_ae_305.html:1588:152133:152139 Perija Maracaibo +0.245338 aapg_ai_17.html aapg_ai_17.html:1191:81565:81574 Catahoula Shreveport, Louisiana +0.485199 cspg_html_9941227593 cspg_html_9941227593:99:12881:12907 Viking Regina, Saskatchewan +0.861168 gsa_html_7298317037 gsa_html_7298317037:502:47805:47813 Monterey San Francisco +0.463263 aapg_ah_10.html aapg_ah_10.html:281:42004:42012 Monterey Monterey, California +0.497262 aapg_ah_328.html aapg_ah_328.html:256:26315:26334 Minnelusa Cheyenne, Wyoming +0.482532 aapg_ai_49.html aapg_ai_49.html:748:96387:96397 Twin Creek Carmel, Indiana +0.262944 aapg_aa_583.html aapg_aa_583.html:5:665:674 La Casita Mexico +0.456168 aapg_aa_78.html aapg_aa_78.html:179:12565:12571 Salina Salem, Massachusetts +0.23904 cspg_html_9023649778 cspg_html_9023649778:6:537:548 Buick Creek Victoria, British Columbia +0.523311 gsa_html_8846310336 gsa_html_8846310336:248:14996:15024 Green River Colorado +0.485216 aapg_ah_49.html aapg_ah_49.html:244:26261:26279 Towsley San Gabriel Valley +0.464576 cspg_html_9735723617 cspg_html_9735723617:4261:276904:276926 Nation River Anchorage, Alaska +0.26 cspg_html_7602315496 cspg_html_7602315496:8:1169:1190 Milk River Milk River, Alberta +0.258015 aapg_af_301.html aapg_af_301.html:93:10972:10993 Atoka Lake Elsinore, California +0.492345 gsa_html_9898556493 gsa_html_9898556493:254:30480:30502 Modesto Merced River +0.533664 aapg_af_579.html aapg_af_579.html:18:2418:2429 Summerville Logan, Utah +0.486772 geology_html_9160064262 geology_html_9160064262:100:8691:8695 Hall Kingdom of Great Britain +0.495876 aapg_af_854.html aapg_af_854.html:643:89280:89295 Salem Salem, Massachusetts +0.481143 aapg_ah_49.html aapg_ah_49.html:202:22361:22367 Modelo Castaic, California +0.254 cspg_html_1771818046 cspg_html_1771818046:186:23236:23244 Ramparts Lacombe, Alberta +0.511245 aapg_ae_353.html aapg_ae_353.html:67:7325:7342 Topanga Santa Monica Mountains +0.4914 gsa_html_2743423721 gsa_html_2743423721:1038:91261:91289 Green River Colorado +0.257013 aapg_aa_288.html aapg_aa_288.html:40:4878:4896 Cloverly Cheyenne, Wyoming +0.507064 aapg_ae_594.html aapg_ae_594.html:469:48250:48262 Austin Chalk Austin, Chicago +0.251082 palaios_html_7679079277 palaios_html_7679079277:1013:87047:87081 Carmel Logan, Utah +0.238128 gsa_html_9158941999 gsa_html_9158941999:147:14681:14689 Colorado Denver +0.261602 geology_html_6901009663 geology_html_6901009663:247:21742:21746 Kent Kalgoorlie +0.262584 aapg_ad_575.html aapg_ad_575.html:181:23777:23796 Minnelusa Cheyenne, Wyoming +0.274046 cspg_html_8809756626 cspg_html_8809756626:758:86717:86730 Wabamun Lacombe, Alberta +0.465468 aapg_af_789.html aapg_af_789.html:35:5144:5166 Decker Closter, New Jersey +0.498122 cspg_html_7938374662 cspg_html_7938374662:141:15139:15154 Gates Pine River (Michigan) +0.466908 cspg_html_6665051947 cspg_html_6665051947:373:40754:40761 Bluesky Lacombe, Alberta +0.272916 gsa_html_9478615109 gsa_html_9478615109:1206:107339:107367 Green River Colorado +0.4888 aapg_aa_625.html aapg_aa_625.html:19:2851:2870 Smackover Arkansas +0.274407 gsa_html_1024107776 gsa_html_1024107776:504:50000:50009 Claremont Bridgetown, Nova Scotia +0.259979 sedimentology_html_6786688531 sedimentology_html_6786688531:285:16787:16791 Hall London, Ontario +0.49556 cspg_html_9222238695 cspg_html_9222238695:526:62679:62687 Columbia Lacombe, Alberta +0.504768 cspg_html_8369994160 cspg_html_8369994160:95:10253:10269 Shunda Elkton, Kentucky +0.50976 aapg_ac_924.html aapg_ac_924.html:602:64885:64901 Amsden Cheyenne, Wyoming +0.239424 aapg_ah_448.html aapg_ah_448.html:33:3844:3864 San Miguel Texas +0.257536 cspg_html_1630810190 cspg_html_1630810190:51:6569:6585 Viking Lacombe, Alberta +0.255224 aapg_ai_813.html aapg_ai_813.html:37:6798:6817 Neruokpuk Prudhoe Bay Oil Field +0.489027 gsa_html_7199417381 gsa_html_7199417381:31:1769:1796 White River Colorado +0.236592 jgeology_html_1838149422 jgeology_html_1838149422:1295:102816:102829 John Day Salem, Oregon +0.489528 aapg_aa_98.html aapg_aa_98.html:193:16646:16665 Red River Regina, Saskatchewan +0.45927 aapg_aa_305.html aapg_aa_305.html:113:16599:16623 Bluff Melbourne, Florida +0.247374 gsa_html_4954109908 gsa_html_4954109908:14:528:534 Reston Virginia +0.868368 aapg_ah_678.html aapg_ah_678.html:594:73896:73908 Wilcox Texas +0.889248 aapg_ah_176.html aapg_ah_176.html:214:29202:29210 Morrison Colorado +0.710094 geology_html_9210804293 geology_html_9210804293:193:16105:16118 Thaynes Logan, Utah +0.274046 aapg_aa_682.html aapg_aa_682.html:287:29849:29858 Wyandotte Plattsburg, Missouri +0.26316 cspg_html_9912281240 cspg_html_9912281240:611:70760:70771 Belly River Lacombe, Alberta +0.261519 cspg_html_3907807140 cspg_html_3907807140:700:72691:72710 Athabasca Lacombe, Alberta +0.489472 gsa_html_8515975571 gsa_html_8515975571:1075:96255:96283 Green River Iran +0.4807 cspg_html_4287356899 cspg_html_4287356899:1562:218600:218605 Yukon Svalbard +0.496422 aapg_ai_82.html aapg_ai_82.html:79:10271:10288 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.489706 aapg_ae_223.html aapg_ae_223.html:393:46852:46869 Wasatch Wasatch Range +0.462927 aapg_ad_721.html aapg_ad_721.html:209:19154:19165 Cloud Chief Texas +0.253935 aapg_ai_154.html aapg_ai_154.html:171:19640:19646 Oswayo Potter County, Texas +0.246576 aapg_aa_685.html aapg_aa_685.html:406:37392:37416 Flagstaff Salina, Kansas +0.25853 aapg_ai_509.html aapg_ai_509.html:97:8655:8673 Bromide Middle Ordovician +0.652482 cspg_html_3023030263 cspg_html_3023030263:514:57192:57205 Carlile Powder River Basin +0.24144 cspg_html_4812473779 cspg_html_4812473779:1016:120250:120260 West Point Quebec City +0.268786 cspg_html_4210762654 cspg_html_4210762654:34:5767:5782 Nisku Western world +0.468968 sedimentology_html_8653890152 sedimentology_html_8653890152:1414:74251:74255 Kano Sakai, Osaka +0.740118 cspg_html_9613906024 cspg_html_9613906024:21:2409:2420 Slave Point Great Slave Lake +0.508992 cspg_html_3175305741 cspg_html_3175305741:37:6008:6018 Road River Porcupine River (Ontario) +0.271956 aapg_ae_415.html aapg_ae_415.html:799:99148:99160 Chickasawhay Alabama +0.25676 cspg_html_5312588885 cspg_html_5312588885:440:57512:57518 Banner Hanson, Massachusetts +0.481068 aapg_ac_924.html aapg_ac_924.html:147:13068:13075 Madison Cheyenne, Wyoming +0.476545 jgeology_html_8264452242 jgeology_html_8264452242:149:10501:10518 Baraboo Quartzite Montello, Nevada +0.260608 aapg_ac_429.html aapg_ac_429.html:131:15430:15435 Queen San Angelo, Texas +0.491898 cspg_html_6252417471 cspg_html_6252417471:390:59093:59111 Reindeer Banks Island +0.248745 cspg_html_6514903151 cspg_html_6514903151:258:30486:30494 Columbia Victoria, British Columbia +0.480568 gsa_html_4535132950 gsa_html_4535132950:29:2796:2824 Green River Iran +0.465275 aapg_ac_71.html aapg_ac_71.html:272:31886:31893 Sunrise Tonopah, Arizona +0.358282 AMJC_html_4692260170 AMJC_html_4692260170:519:51611:51624 Shaw Mountain Bennington, Vermont +0.240792 aapg_ai_213.html aapg_ai_213.html:327:42690:42698 Columbia Victoria, British Columbia +0.28899 aapg_ad_944.html aapg_ad_944.html:278:26158:26177 Spearfish Williston, Vermont +0.258015 aapg_ae_794.html aapg_ae_794.html:455:49468:49488 Owl Creek Selma to Montgomery marches +0.463083 cspg_html_9435196958 cspg_html_9435196958:684:29420:29428 Edmonton Lacombe, Alberta +0.260051 gsa_html_5064963350 gsa_html_5064963350:110:12291:12300 Talkeetna Kodiak Island +0.250992 aapg_ah_574.html aapg_ah_574.html:72:6586:6593 Tamabra El Abra +0.253132 cspg_html_6985536436 cspg_html_6985536436:99:14744:14762 Isachsen Banks Island +0.244458 jgeology_html_4599466962 jgeology_html_4599466962:305:21847:21866 Schoharie Edgecliff, New South Wales +0.494086 aapg_ac_545.html aapg_ac_545.html:48:8100:8108 Columbia Lacombe, Alberta +0.278735 cspg_html_8089302449 cspg_html_8089302449:553:96730:96752 Souris River Manitoba +0.2626 cspg_html_9729377176 cspg_html_9729377176:945:106223:106231 Columbia Victoria, British Columbia +0.481327 sedimentology_html_5843972010 sedimentology_html_5843972010:405:37711:37715 Hall London, Ontario +0.25296 AMJC_html_4504848787 AMJC_html_4504848787:31:4004:4024 Grandfather Mountain Ocoee, Florida +0.483674 aapg_ai_357.html aapg_ai_357.html:39:5426:5436 Georgetown Buda, Texas +0.503184 aapg_af_653.html aapg_af_653.html:1002:120159:120172 Vaqueros Monterey, California +0.455525 aapg_aa_360.html aapg_aa_360.html:289:25944:25971 Eagle Luling, Louisiana +0.47634 aapg_ah_647.html aapg_ah_647.html:532:58068:58087 Horquilla Colina, Chile +0.522288 aapg_aa_663.html aapg_aa_663.html:5:807:811 Rome Kentucky +0.27144 aapg_ai_87.html aapg_ai_87.html:327:30916:30931 Banff Wapiti River +0.358926 cspg_html_7086880709 cspg_html_7086880709:134:14990:14999 Cold Lake Great Slave Lake +0.244829 aapg_ae_681.html aapg_ae_681.html:47:6235:6244 Smackover Cotton Valley, Louisiana +0.262144 aapg_ad_945.html aapg_ad_945.html:113:12244:12255 Peace River Lacombe, Alberta +0.44068 aapg_ah_435.html aapg_ah_435.html:223:27341:27348 Bigford Carrizo Plain +0.248502 aapg_ae_742.html aapg_ae_742.html:197:19680:19686 Denver Colorado +0.243 aapg_af_589.html aapg_af_589.html:92:5311:5321 Washington Washington (state) +0.257033 aapg_ae_958.html aapg_ae_958.html:1271:110754:110783 Cherry Canyon Guadalupe Mountains National Park +0.24549 aapg_ae_485.html aapg_ae_485.html:476:54504:54512 Virginia Lynchburg, Virginia +0.47595 gsa_html_8549650339 gsa_html_8549650339:230:20519:20540 Eagle Buda, Texas +0.494172 cspg_html_6038396142 cspg_html_6038396142:58:8440:8451 Black River Winnipeg +0.264984 aapg_aa_105.html aapg_aa_105.html:392:40787:40798 Fernie Middle East +0.266965 aapg_af_745.html aapg_af_745.html:437:61153:61167 Niobrara Niobrara, Nebraska +0.254016 aapg_aa_609.html aapg_aa_609.html:530:50985:51002 Madison Cheyenne, Wyoming +0.267776 cspg_html_9905904289 cspg_html_9905904289:301:38024:38042 Whitemud Regina, Saskatchewan +0.48323 gsa_html_3080468929 gsa_html_3080468929:78:5814:5842 Green River New Mexico +0.477158 aapg_ad_883.html aapg_ad_883.html:51:7227:7248 Mount Simon Trempealeau, Wisconsin +0.2555 geology_html_5526435496 geology_html_5526435496:15:829:837 Colorado Denver +0.466336 cspg_html_8089302449 cspg_html_8089302449:31:5622:5634 Saskatchewan Manitoba +0.838615 palaios_html_2623118674 palaios_html_2623118674:895:96801:96821 North Horn Logan, Utah +0.25844 aapg_ah_60.html aapg_ah_60.html:136:12316:12333 Tsadaka California +0.475629 aapg_ai_928.html aapg_ai_928.html:126:18298:18312 Woodford Arkansas +0.480868 cspg_html_4694482219 cspg_html_4694482219:37:4617:4657 Edmonton Lacombe, Alberta +0.488696 gsa_html_9238968908 gsa_html_9238968908:66:4801:4829 Green River Colorado +0.246984 aapg_ak_17.html aapg_ak_17.html:271:23038:23044 Brazil El Salvador +0.272483 aapg_ai_887.html aapg_ai_887.html:486:57002:57011 Red River Regina, Saskatchewan +0.474472 cspg_html_1009749092 cspg_html_1009749092:569:65365:65392 Horseshoe Canyon Lacombe, Alberta +0.2448 aapg_ah_757.html aapg_ah_757.html:208:22357:22372 Salem Bloomington, Indiana +0.2555 aapg_ai_409.html aapg_ai_409.html:316:36736:36759 Midway Arkadelphia, Arkansas +0.473252 aapg_aa_597.html aapg_aa_597.html:360:33674:33678 Cass London, Ontario +0.468027 geology_html_7441090490 geology_html_7441090490:293:24001:24018 Entrada Logan, Utah +0.487863 geology_html_1703051515 geology_html_1703051515:16:1471:1477 Oregon Newport, Rhode Island +0.49419 geology_html_8979691507 geology_html_8979691507:285:26993:27003 Clearwater Boise, Idaho +0.35808 aapg_ae_876.html aapg_ae_876.html:148:14769:14792 Cedar Mountain Logan, Utah +0.259065 jgeology_html_9876765444 jgeology_html_9876765444:489:30200:30204 Hall London, Ontario +0.265104 AMJC_html_4692260170 AMJC_html_4692260170:853:92569:92588 Littleton New Hampshire +0.251748 aapg_ac_867.html aapg_ac_867.html:707:95702:95718 Rock River Cheyenne, Wyoming +0.50615 aapg_af_355.html aapg_af_355.html:169:21349:21357 Colorado Denver +0.482361 aapg_af_593.html aapg_af_593.html:157:13055:13072 Grimsby Guelph +0.2405 aapg_ah_181.html aapg_ah_181.html:124:14899:14916 Wingate Chinle Formation +0.266247 aapg_ac_126.html aapg_ac_126.html:104:15423:15451 Haynesville Haynesville, Louisiana +0.496692 aapg_ad_808.html aapg_ad_808.html:1246:86120:86138 Frontier Fremont County, Wyoming +0.24157 gsa_html_9194968822 gsa_html_9194968822:9:292:297 Rapid Anchorage, Alaska +0.269574 aapg_aa_943.html aapg_aa_943.html:88:7007:7017 Citronelle Citronelle, Alabama +0.484124 cspg_html_2040245760 cspg_html_2040245760:29:2532:2540 Columbia Lacombe, Alberta +0.487368 gsa_html_2783522531 gsa_html_2783522531:264:26176:26189 Midway Selma to Montgomery marches +0.25449 aapg_ac_824.html aapg_ac_824.html:619:56210:56218 Colorado Middle East +0.25957 aapg_ae_411.html aapg_ae_411.html:42:4169:4173 Buda Buda, Texas +0.40293 aapg_aa_394.html aapg_aa_394.html:29:4029:4043 Waverly Lexington, Kentucky +0.273408 cspg_html_9905904289 cspg_html_9905904289:381:49342:49368 Horseshoe Canyon Regina, Saskatchewan +0.489984 aapg_aa_300.html aapg_aa_300.html:125:17256:17264 Carlsbad La Jolla +0.349592 aapg_ah_646.html aapg_ah_646.html:16:2345:2361 Chinle Logan, Utah +0.245616 AMJC_html_7085584544 AMJC_html_7085584544:1156:110471:110499 Green River Cheyenne, Wyoming +0.263133 geology_html_6078681887 geology_html_6078681887:356:26562:26567 Piper Greece +0.26986 sedimentology_html_7623092448 sedimentology_html_7623092448:4105:215681:215689 Columbia Victoria, British Columbia +0.237 gsa_html_7938666655 gsa_html_7938666655:379:32295:32315 Berg Creek Wrangell Mountains +0.465226 aapg_ae_750.html aapg_ae_750.html:145:16717:16722 Hueco Wichita, Kansas +0.240885 cspg_html_4541662139 cspg_html_4541662139:38:5286:5298 Independence Iowa +0.262063 cspg_html_6134774167 cspg_html_6134774167:457:48272:48289 Cardium Lacombe, Alberta +0.476504 cspg_html_8227554214 cspg_html_8227554214:293:31855:31877 Hillsborough Hillsborough, California +0.261396 aapg_ae_876.html aapg_ae_876.html:773:82266:82285 Greenhorn Mancos, Colorado +0.250805 gsa_html_3448554349 gsa_html_3448554349:84:8832:8840 Catskill Pocono Raceway +0.476073 cspg_html_7769839889 cspg_html_7769839889:221:24852:24868 Kotcho Dunedin, Florida +0.489005 jgeology_html_9867650961 jgeology_html_9867650961:702:44539:44557 Morrison Western United States +0.506912 gsa_html_9266920022 gsa_html_9266920022:625:65694:65722 Green River Colorado +0.466871 aapg_aa_691.html aapg_aa_691.html:676:90774:90782 Michigan Salina, Kansas +0.487172 aapg_ac_569.html aapg_ac_569.html:104:15709:15729 Emma Fiord Ellesmere Island +0.504468 aapg_af_468.html aapg_af_468.html:294:27525:27540 Frio Brazoria County, Texas +0.477402 cspg_html_9343899465 cspg_html_9343899465:1986:173052:173061 Hell Gate Western world +0.485982 aapg_ae_254.html aapg_ae_254.html:87:9663:9670 Rodessa Rodessa, Louisiana +0.249318 cspg_html_4287356899 cspg_html_4287356899:304:43516:43531 Cathedral Western world +0.255 AMJC_html_4504848787 AMJC_html_4504848787:494:50710:50732 Mechum River Washington (state) +0.268203 cspg_html_4210762654 cspg_html_4210762654:12:1720:1735 Nisku Lacombe, Alberta +0.414575 aapg_ac_301.html aapg_ac_301.html:275:32578:32601 Jefferson Boise, Idaho +0.2545 aapg_ac_971.html aapg_ac_971.html:1111:97878:97893 Viola Seminole, Texas +0.256793 cspg_html_3026112034 cspg_html_3026112034:477:43721:43741 Swan Hills Swan Hill, Victoria +0.24288 aapg_aa_357.html aapg_aa_357.html:387:36212:36219 Wingate Chinle Formation +0.249996 geology_html_4447793411 geology_html_4447793411:89:6597:6603 Sonora Baja California peninsula +0.25957 gsa_html_8241338635 gsa_html_8241338635:483:48158:48174 Moenkopi Kaibab, Arizona +0.2555 palaios_html_7196438349 palaios_html_7196438349:653:64430:64438 Victoria Melbourne, Florida +0.512868 aapg_aa_962.html aapg_aa_962.html:508:54165:54172 Prairie Montgomery (town), New York +0.48307 cspg_html_8174352156 cspg_html_8174352156:325:44918:44926 Columbia Victoria, British Columbia +0.268308 cspg_html_1743658399 cspg_html_1743658399:39:6100:6114 Eids Melville Island (Canada) +0.51463 aapg_ae_446.html aapg_ae_446.html:296:29364:29374 San Andres New Mexico +0.239604 cspg_html_7896958755 cspg_html_7896958755:66:7880:7900 Clearwater CFB Cold Lake +0.467563 gsa_html_2321464653 gsa_html_2321464653:579:61123:61140 Morales California +0.249711 aapg_ae_71.html aapg_ae_71.html:289:26709:26725 Chinle Chinle Formation +0.904392 aapg_ae_993.html aapg_ae_993.html:102:11798:11813 Darby Cheyenne, Wyoming +0.265772 AMJC_html_7144941731 AMJC_html_7144941731:79:9563:9584 Weaverville Klamath Mountains (ecoregion) +0.250952 geology_html_9156967823 geology_html_9156967823:147:13995:14021 Ferris Cheyenne, Wyoming +0.277836 aapg_ac_19.html aapg_ac_19.html:170:14728:14736 Woodbine Paluxy, Texas +0.26163 gsa_html_4415818938 gsa_html_4415818938:22:766:776 Rio Grande Manaus +0.492862 cspg_html_3501550466 cspg_html_3501550466:637:91224:91238 Mission Canyon County (United States) +0.469396 aapg_ad_908.html aapg_ad_908.html:70:8127:8136 Rio Negro Venezuela +0.26936 cspg_html_3026112034 cspg_html_3026112034:129:12609:12628 Waterways Swan Hill, Victoria +0.258572 aapg_ac_532.html aapg_ac_532.html:338:51140:51153 El Paso Knoxville, Tennessee +0.483585 gsa_html_1483985225 gsa_html_1483985225:1048:78571:78599 Green River Colorado +0.487494 cspg_html_5828545040 cspg_html_5828545040:15:1935:1951 Muskeg Canada +0.257424 aapg_ac_972.html aapg_ac_972.html:138:16348:16370 Monterey Paso Robles, California +0.264192 cspg_html_4495395109 cspg_html_4495395109:25:3686:3695 Shaunavon Regina, Saskatchewan +0.248601 aapg_af_653.html aapg_af_653.html:583:64729:64737 Vaqueros Monterey, California +0.481 cspg_html_9388169273 cspg_html_9388169273:10:808:823 Banff Highland Park, Texas +0.446984 aapg_af_900.html aapg_af_900.html:43:6470:6477 Reynosa Western world +0.282799 aapg_ah_283.html aapg_ah_283.html:375:39981:40003 Skookumchuck Cowlitz River +0.257388 gsa_html_1860930948 gsa_html_1860930948:482:57350:57358 Colorado Denver +0.268752 aapg_ad_466.html aapg_ad_466.html:1195:127627:127634 Raritan Patapsco River +0.50544 aapg_ah_330.html aapg_ah_330.html:528:43648:43666 Vaqueros Monterey County, California +0.252003 cspg_html_4785922166 cspg_html_4785922166:484:58126:58145 Ramparts Great Slave Lake +0.248262 aapg_ai_157.html aapg_ai_157.html:228:24042:24048 Guelph Salina, Kansas +0.474892 palaios_html_4940783464 palaios_html_4940783464:454:44386:44404 Yakataga Anchorage, Alaska +0.25653 gsa_html_8335323050 gsa_html_8335323050:14:674:680 Reston Virginia +0.496513 aapg_aa_734.html aapg_aa_734.html:578:58203:58221 Woodford Sunbury, Pennsylvania +0.46154 aapg_ac_87.html aapg_ac_87.html:111:13625:13633 Colorado Texas +0.244027 cspg_html_3982722300 cspg_html_3982722300:117:17094:17107 Red Rock Lake Bonneville +0.495726 sedimentology_html_1046729113 sedimentology_html_1046729113:2077:162329:162337 Dunvegan Victoria, British Columbia +0.263048 geology_html_9805181537 geology_html_9805181537:181:17829:17844 Elk Wisconsin +0.254007 geology_html_1817957696 geology_html_1817957696:311:24315:24320 Moran Earth +0.279832 cspg_html_5697056884 cspg_html_5697056884:66:7768:7798 Meadow Lake Western world +0.266742 jgeology_html_4305195651 jgeology_html_4305195651:584:72792:72813 Mauch Chunk Pottsville, Pennsylvania +0.479622 geology_html_5375015639 geology_html_5375015639:19:1394:1401 Newport Salem, Oregon +0.268323 aapg_ae_324.html aapg_ae_324.html:1313:130785:130792 Pamelia Black River, Jamaica +0.265584 cspg_html_3097746547 cspg_html_3097746547:326:44324:44340 Fernie Lacombe, Alberta +0.499554 gsa_html_9052101586 gsa_html_9052101586:515:63857:63868 Peoria Peoria, Illinois +0.265224 aapg_ae_220.html aapg_ae_220.html:495:54429:54437 Nacatoch Calhoun, Georgia +0.438912 aapg_ah_370.html aapg_ah_370.html:642:50937:50948 Ludlowville Moscow +0.48024 cspg_html_6702053097 cspg_html_6702053097:29:3880:3901 Lawrence Hartford, Connecticut +0.456806 aapg_ai_276.html aapg_ai_276.html:360:44926:44934 Virginia Newport, Rhode Island +0.4805 aapg_ac_245.html aapg_ac_245.html:288:40244:40253 Wyandotte Plattsburg, Missouri +0.484748 aapg_ae_993.html aapg_ae_993.html:384:38805:38824 Jefferson Cheyenne, Wyoming +0.262119 cspg_html_4422863308 cspg_html_4422863308:63:7996:8012 Viking Lacombe, Alberta +0.25544 aapg_ac_634.html aapg_ac_634.html:14:2318:2326 Wolfcamp Roberts County, South Dakota +0.261855 aapg_ad_444.html aapg_ad_444.html:46:6196:6215 Wilberns Llano, Texas +0.247988 gsa_html_7384517973 gsa_html_7384517973:821:73537:73548 Devils Hole Reno, Nevada +0.476674 AMJC_html_6341723617 AMJC_html_6341723617:673:60643:60664 Green River Uinta Mountains +0.489915 cspg_html_5685783620 cspg_html_5685783620:134:19104:19113 Cathedral Lake Louise, Alberta +0.27456 aapg_ae_66.html aapg_ae_66.html:118:11486:11495 Englewood Guernsey +0.439074 gsa_html_9219965669 gsa_html_9219965669:994:93164:93192 Green River New Mexico +0.479142 sedimentology_html_2806065367 sedimentology_html_2806065367:855:69699:69708 Camp Rice Puerto Palomas, Chihuahua +0.248937 gsa_html_9514738497 gsa_html_9514738497:38:3480:3486 Animas Estancia, New Mexico +0.254514 aapg_ah_60.html aapg_ah_60.html:251:24520:24539 Kulthieth Malaspina Glacier +0.492412 gsa_html_6983076294 gsa_html_6983076294:60:7077:7084 El Paso Llano, Texas +0.257964 cspg_html_9468274627 cspg_html_9468274627:137:18915:18924 Cranbrook Victoria, British Columbia +0.244011 aapg_af_292.html aapg_af_292.html:210:22413:22421 Colorado Denver +0.266752 geology_html_8261171303 geology_html_8261171303:11:400:412 Rhode Island Newport, Rhode Island +0.252416 AMJC_html_2829615437 AMJC_html_2829615437:133:19314:19334 Washington Ohio +0.262108 gsa_html_1617077506 gsa_html_1617077506:861:84456:84464 Columbia Victoria, British Columbia +0.489825 cspg_html_7866293053 cspg_html_7866293053:802:80756:80777 Christopher Palmer, Alaska +0.45448 jgeology_html_4115179562 jgeology_html_4115179562:201:13618:13625 Juniata Middle East +0.490314 gsa_html_9569209726 gsa_html_9569209726:11:483:491 San Jose California +0.245967 cspg_html_7817594878 cspg_html_7817594878:318:46295:46308 Elk Victoria, British Columbia +0.497988 aapg_ai_105.html aapg_ai_105.html:342:41189:41195 Humbug Uinta Mountains +0.50562 aapg_ad_379.html aapg_ad_379.html:860:70803:70811 Frontier Powder River Basin +0.480129 cspg_html_7881580279 cspg_html_7881580279:364:48515:48534 Elm Point Manitoba +0.255016 cspg_html_3796928998 cspg_html_3796928998:53:7766:7778 Granite Wash Lake Athabasca +0.241045 gsa_html_4137054086 gsa_html_4137054086:330:25682:25696 Stirling Mira Road +0.48884 aapg_ac_629.html aapg_ac_629.html:321:41027:41034 Bentley Beaumont, Texas +0.243522 sedimentology_html_8449933385 sedimentology_html_8449933385:674:40225:40229 Hall London, Ontario +0.480636 aapg_ac_971.html aapg_ac_971.html:73:9960:9969 Frankfort Utica, New York +0.465039 palaios_html_5552054627 palaios_html_5552054627:604:50109:50143 Ratcliffe Brook Canada +0.291024 aapg_ac_699.html aapg_ac_699.html:13:1844:1849 Sligo Texas +0.245952 aapg_af_483.html aapg_af_483.html:188:26374:26391 Esquias Cedros, Trinidad and Tobago +0.255636 AMJC_html_3664856625 AMJC_html_3664856625:57:7322:7342 Fort Union Powder River Basin +0.257514 cspg_html_4694482219 cspg_html_4694482219:296:25992:26004 Willow Creek Red Deer, Alberta +0.485961 jgeology_html_8494933343 jgeology_html_8494933343:138:8440:8459 Bidahochi Arizona +0.495045 cspg_html_5538678223 cspg_html_5538678223:298:38564:38572 Columbia Victoria, British Columbia +0.264195 gsa_html_6117440194 gsa_html_6117440194:285:29030:29047 Wasatch Cordillera Administrative Region +0.46937 aapg_ac_749.html aapg_ac_749.html:109:15307:15328 Gorge Manitoulin Island +0.263682 cspg_html_3328007773 cspg_html_3328007773:971:99176:99198 Buckinghorse Victoria, British Columbia +0.246984 sedimentology_html_2139169476 sedimentology_html_2139169476:941:65151:65160 Peninsula Korea +0.494769 aapg_aa_918.html aapg_aa_918.html:1011:105042:105062 Whitehorse Big Basin Redwoods State Park +0.473256 aapg_ae_794.html aapg_ae_794.html:627:69838:69846 Virginia James River (Dakotas) +0.4998 aapg_ad_871.html aapg_ad_871.html:69:7738:7760 Ferron Point Rockport, Massachusetts +0.513909 aapg_ad_2.html aapg_ad_2.html:1625:225136:225158 Martinsburg Pennsylvania +0.256236 cspg_html_5807593737 cspg_html_5807593737:29:4694:4712 Birdbear Williston, Vermont +0.49764 jgeology_html_4121584613 jgeology_html_4121584613:280:22346:22364 Beaumont Texas +0.703302 cspg_html_7595517955 cspg_html_7595517955:671:63244:63264 Blue Fiord Bathurst Island (Northern Territory) +0.498542 cspg_html_5807593737 cspg_html_5807593737:550:67204:67211 Duperow Iowa +0.49113 cspg_html_6116883777 cspg_html_6116883777:689:90647:90669 Devon Island Little Cornwallis Island +0.453583 aapg_af_575.html aapg_af_575.html:526:72366:72376 Kinderhook Chattanooga, Tennessee +0.252928 cspg_html_9508543859 cspg_html_9508543859:196:22377:22382 Chazy Black River, Jamaica +0.511252 aapg_ad_2.html aapg_ad_2.html:1039:142040:142060 Beekmantown Great Valley, New York +0.912025 gsa_html_7102550258 gsa_html_7102550258:656:76311:76326 Entrada Colorado +0.249488 palaios_html_5725013009 palaios_html_5725013009:937:73004:73026 Felch Colorado +0.260604 aapg_ai_974.html aapg_ai_974.html:397:42362:42372 Washington Cascade Mountain (Alberta) +0.2495 aapg_ai_338.html aapg_ai_338.html:4:730:738 Carlsbad Artesia, New Mexico +0.246007 aapg_aa_880.html aapg_aa_880.html:155:17251:17257 Denver Colorado +0.258552 aapg_aa_300.html aapg_aa_300.html:349:38680:38689 San Diego San Diego +0.251955 cspg_html_8198875303 cspg_html_8198875303:210:29916:29927 Belly River Lacombe, Alberta +0.26884 gsa_html_5601712699 gsa_html_5601712699:22:2031:2038 Newport Inglewood, California +0.4977 aapg_ae_236.html aapg_ae_236.html:111:9681:9691 Cane River Hinds County, Mississippi +0.250488 palaios_html_5921824758 palaios_html_5921824758:273:28213:28242 Chuckanut Washington (state) +0.259248 cspg_html_9720041449 cspg_html_9720041449:785:87326:87342 Ireton Lacombe, Alberta +0.285156 aapg_ad_401.html aapg_ad_401.html:316:25443:25451 Altamont Moraine, Ohio +0.243542 aapg_ae_155.html aapg_ae_155.html:312:37312:37320 Rio Lari Cordillera de Talamanca +0.256027 cspg_html_6786864151 cspg_html_6786864151:1571:95949:95961 Moreno California +0.254829 geology_html_9083528258 geology_html_9083528258:251:22610:22631 Price Logan, Utah +0.266742 aapg_aa_699.html aapg_aa_699.html:195:17631:17640 Tonoloway Michigan +0.25235 cspg_html_1230573826 cspg_html_1230573826:107:14720:14728 Palliser Eldon, Missouri +0.268224 aapg_ac_613.html aapg_ac_613.html:72:9369:9384 Mesaverde New Mexico +0.500388 cspg_html_8250755331 cspg_html_8250755331:676:70623:70663 Milk River Lacombe, Alberta +0.244976 gsa_html_1040524378 gsa_html_1040524378:545:64617:64627 Washington Boise, Idaho +0.278236 aapg_ah_40.html aapg_ah_40.html:61:6648:6668 San Andres New Mexico +0.258039 gsa_html_7518144145 gsa_html_7518144145:502:40877:40882 Mt Lytton Salcha River +0.481944 AMJC_html_4504848787 AMJC_html_4504848787:582:56779:56787 Virginia Blue Ridge Mountains +0.246 aapg_ae_73.html aapg_ae_73.html:358:46678:46694 Bernal Las Vegas Strip +0.2405 palaios_html_7465495929 palaios_html_7465495929:69:8101:8118 La Luna South America +0.484272 cspg_html_8362959053 cspg_html_8362959053:47:7535:7556 Blackstone Mountain Park (Holyoke, Massachusetts) +0.262654 aapg_ah_387.html aapg_ah_387.html:2809:302978:302987 Knoxville Knoxville, Illinois +0.2745 aapg_af_510.html aapg_af_510.html:124:13687:13693 Dakota Powder River (Montana) +0.482275 cspg_html_2010437172 cspg_html_2010437172:11:1146:1154 Columbia Gulf Islands +0.247324 gsa_html_4761254244 gsa_html_4761254244:594:55963:55969 Morgan Earth +0.489082 cspg_html_7115701337 cspg_html_7115701337:627:65992:66001 Mackenzie Victoria, British Columbia +0.266252 sedimentology_html_8894545819 sedimentology_html_8894545819:2078:118403:118410 Andrews Austin, Chicago +0.248517 gsa_html_2877730818 gsa_html_2877730818:1044:86740:86764 Crystal Spring Great Basin +0.247494 cspg_html_2113617629 cspg_html_2113617629:27:4445:4465 Bow Island Lacombe, Alberta +0.468414 aapg_ae_63.html aapg_ae_63.html:251:25926:25946 Bear River Aspen, Colorado +0.48 aapg_ah_391.html aapg_ah_391.html:535:37051:37068 Gaviota Santa Barbara, California +0.251196 gsa_html_8892994555 gsa_html_8892994555:717:70808:70814 Snyder California +0.264441 aapg_ae_353.html aapg_ae_353.html:3:334:359 Topanga California +0.260604 aapg_ae_536.html aapg_ae_536.html:264:28862:28883 Molas Hermosa, Chicago +0.483171 sedimentology_html_3417633442 sedimentology_html_3417633442:1265:79763:79770 Bearpaw Judith River Formation +0.494532 aapg_ad_605.html aapg_ad_605.html:126:13431:13452 Baca New Mexico +0.271932 aapg_ac_563.html aapg_ac_563.html:606:87619:87637 Buckner Texas +0.249999 cspg_html_5475723116 cspg_html_5475723116:223:25678:25691 Dawson Canyon Logan Canyon +0.48762 aapg_af_470.html aapg_af_470.html:189:20394:20425 Georgetown Logan, Utah +0.292608 aapg_ac_93.html aapg_ac_93.html:3:167:202 Smackover Shreveport, Louisiana +0.24735 geology_html_3451037536 geology_html_3451037536:323:27065:27070 Weeks Goree, Texas +0.492528 aapg_ah_856.html aapg_ah_856.html:21:3078:3084 Tactic Santa Rosa, California +0.644892 aapg_ae_296.html aapg_ae_296.html:316:30450:30456 Blaine Texas +0.263069 gsa_html_3014459865 gsa_html_3014459865:202:21591:21610 Pensauken Delmarva Peninsula +0.252813 aapg_aa_24.html aapg_aa_24.html:436:50236:50261 Melville Island Melville, New York +0.252984 cspg_html_6255491344 cspg_html_6255491344:11:1597:1605 Columbia Elk River, Minnesota +0.278226 gsa_html_8833777630 gsa_html_8833777630:895:96103:96131 Green River Colorado +0.46605 cspg_html_7985076717 cspg_html_7985076717:98:11627:11635 Read Bay Little Cornwallis Island +0.277182 geology_html_6494447832 geology_html_6494447832:238:25736:25765 Noonday Dolomite Death Valley +0.259534 cspg_html_1295372914 cspg_html_1295372914:11:1030:1056 Sabine Mons +0.464406 gsa_html_3038126504 gsa_html_3038126504:65:6803:6822 Bidahochi Grand Canyon +0.494025 aapg_af_653.html aapg_af_653.html:2433:215083:215090 Temblor Monterey, California +0.805376 palaios_html_7679079277 palaios_html_7679079277:36:2368:2376 Sundance Cheyenne, Wyoming +0.264784 aapg_af_315.html aapg_af_315.html:75:7239:7245 Laredo Laredo, Texas +0.383232 aapg_ah_876.html aapg_ah_876.html:429:52247:52259 Rodessa Mississippi River +0.231217 cspg_html_7963093032 cspg_html_7963093032:25:3512:3535 Bow Island Bow Island Airport +0.507501 aapg_ae_608.html aapg_ae_608.html:275:31985:31993 Niobrara Denver +0.47092 gsa_html_2023933346 gsa_html_2023933346:136:14331:14351 Silverado Santiago +0.264132 cspg_html_3104351736 cspg_html_3104351736:17:2108:2118 Milk River Lacombe, Alberta +0.477648 palaios_html_1018466366 palaios_html_1018466366:1692:146372:146404 Montney Lacombe, Alberta +0.493712 aapg_ae_370.html aapg_ae_370.html:421:38722:38739 Cowlitz Durham, North Carolina +0.512458 gsa_html_3214664248 gsa_html_3214664248:60:4059:4087 Green River Colorado +0.809418 palaios_html_3716883934 palaios_html_3716883934:105:10737:10757 Keokuk Illinois +0.244881 AMJC_html_2360213652 AMJC_html_2360213652:12:690:698 Virginia Reston, Virginia +0.55008 aapg_ah_644.html aapg_ah_644.html:390:46489:46504 Swift Regina, Saskatchewan +0.253506 aapg_ac_697.html aapg_ac_697.html:105:9857:9865 Edgemont Greenville, Westchester County, New York +0.276576 aapg_ae_873.html aapg_ae_873.html:226:26863:26875 Paluxy Goodland, Kansas +0.275456 aapg_aa_537.html aapg_aa_537.html:671:78726:78747 Keokuk Mississippi River +0.507275 aapg_ai_523.html aapg_ai_523.html:34:4069:4086 Maroon Entrada Sandstone +0.257374 aapg_ae_498.html aapg_ae_498.html:504:53171:53188 Liberty Hall Virginia +0.4888 gsa_html_9579641184 gsa_html_9579641184:848:78483:78511 Green River Colorado +0.254 palaios_html_3491046542 palaios_html_3491046542:820:75113:75126 Montoya Texas +0.494252 cspg_html_9004532597 cspg_html_9004532597:401:51867:51875 Columbia Victoria, British Columbia +0.486315 cspg_html_1372398575 cspg_html_1372398575:6:424:432 Scollard Lacombe, Alberta +0.2562 aapg_ac_90.html aapg_ac_90.html:47:7345:7351 Carmel Logan, Utah +0.499032 aapg_ad_466.html aapg_ad_466.html:1511:159767:159774 Calvert Virginia +0.443848 cspg_html_2501368748 cspg_html_2501368748:10:1011:1028 Richmond Iowa +0.893016 gsa_html_7468123532 gsa_html_7468123532:174:17078:17096 Morrison New Mexico +0.272626 aapg_af_663.html aapg_af_663.html:310:32435:32443 Altamont Carroll County, Maryland +0.24941 aapg_ah_292.html aapg_ah_292.html:116:18791:18798 Challis Boise, Idaho +0.2472 cspg_html_8580557017 cspg_html_8580557017:52:6127:6134 Wabamun Western world +0.735588 aapg_ad_43.html aapg_ad_43.html:148:14555:14571 Salina Moore County, North Carolina +0.249996 jgeology_html_8064855537 jgeology_html_8064855537:296:21163:21185 Burro Canyon Colorado +0.514485 gsa_html_7554994575 gsa_html_7554994575:787:73207:73235 Green River Colorado +0.491825 aapg_ad_601.html aapg_ad_601.html:94:12573:12581 Michigan Michigan +0.254925 jgeology_html_8293568246 jgeology_html_8293568246:1155:76148:76158 Washington Seattle +0.478665 aapg_ad_223.html aapg_ad_223.html:99:10179:10188 Rio Negro San Salvador de Jujuy +0.233033 gsa_html_7623105085 gsa_html_7623105085:581:45572:45581 Lockatong Newark Basin +0.489384 aapg_aa_945.html aapg_aa_945.html:14:1868:1886 Glenwood Platteville, Colorado +0.262143 aapg_ai_462.html aapg_ai_462.html:78:8610:8636 San Felipe El Abra +0.48822 cspg_html_8988872363 cspg_html_8988872363:163:23658:23673 Savik Ellesmere Island +0.279256 aapg_ah_751.html aapg_ah_751.html:128:12576:12580 Buda Coahuila +0.485888 aapg_ac_313.html aapg_ac_313.html:566:64634:64652 Reforma Guatemala +0.481206 aapg_af_577.html aapg_af_577.html:292:22741:22758 Rustler Carlsbad, New Mexico +0.502765 aapg_ae_876.html aapg_ae_876.html:296:30850:30864 Cloverly Colorado +0.260096 aapg_ai_19.html aapg_ai_19.html:30:5165:5174 Owl Creek Cheyenne, Wyoming +0.265081 gsa_html_8222638730 gsa_html_8222638730:740:72837:72843 Thelon Canada +0.48144 palaios_html_3889678675 palaios_html_3889678675:1052:102287:102318 Keyser Virginia +0.484785 cspg_html_2758185645 cspg_html_2758185645:28:4674:4686 Rundle Lacombe, Alberta +0.711051 aapg_ac_575.html aapg_ac_575.html:247:40177:40197 Phosphoria Boise, Idaho +0.24196 aapg_ac_832.html aapg_ac_832.html:108:14896:14925 Interlake Williston, Vermont +0.254364 sedimentology_html_9008066459 sedimentology_html_9008066459:1118:72678:72682 Hall London, Ontario +0.479245 geology_html_9690282664 geology_html_9690282664:228:16960:16967 Bedford Cambridge, Massachusetts +0.251715 aapg_ae_15.html aapg_ae_15.html:751:62464:62469 Logan Canada +0.465392 aapg_ai_622.html aapg_ai_622.html:34:6217:6221 Kent Hidden Valley, Indiana +0.258152 jgeology_html_3171318738 jgeology_html_3171318738:910:46901:46907 Denver Colorado +0.522784 aapg_ad_864.html aapg_ad_864.html:1493:72737:72753 Ripley Alabama +0.254881 aapg_af_854.html aapg_af_854.html:328:40014:40027 English River Shreveport, Louisiana +0.263676 geology_html_8682508261 geology_html_8682508261:40:3386:3406 Whittaker Sonora +0.24684 aapg_ad_324.html aapg_ad_324.html:368:32563:32569 Brazil Sergipe +0.25039 aapg_af_143.html aapg_af_143.html:72:7798:7812 China Mountain Elk River, Minnesota +0.253916 aapg_ad_580.html aapg_ad_580.html:385:47114:47124 Fort Union Powder River (Montana) +0.28134 gsa_html_5107598462 gsa_html_5107598462:336:28597:28603 Salina Salina, Kansas +0.260454 aapg_ac_594.html aapg_ac_594.html:274:24624:24631 Arcadia Arcadia, California +0.491925 gsa_html_5064963350 gsa_html_5064963350:13:711:721 Las Cruces New Mexico +0.50304 aapg_ai_54.html aapg_ai_54.html:168:19325:19345 Tuscaloosa Arkansas +0.505817 aapg_aa_109.html aapg_aa_109.html:9:1282:1287 Mt Lytton Colorado +0.478908 AMJC_html_8804784209 AMJC_html_8804784209:1304:105495:105516 Waits River Bennington, Vermont +0.86714 cspg_html_9778753186 cspg_html_9778753186:407:53689:53710 Fernie Victoria, British Columbia +0.266392 palaios_html_4501603736 palaios_html_4501603736:232:22709:22726 Thaynes Logan, Utah +0.260338 aapg_ad_927.html aapg_ad_927.html:193:21920:21945 Cubagua Venezuela +0.48504 cspg_html_7307388012 cspg_html_7307388012:337:38503:38511 Columbia Lacombe, Alberta +0.282492 cspg_html_5515814749 cspg_html_5515814749:464:50440:50475 Bakken Williston Basin +0.244856 gsa_html_8128037381 gsa_html_8128037381:56:7963:7969 Panaca Mesa, Arizona +0.263153 aapg_ad_575.html aapg_ad_575.html:306:39456:39475 Minnelusa Cheyenne, Wyoming +0.486822 aapg_ad_423.html aapg_ad_423.html:268:22179:22198 Oil Creek West Texas +0.44238 sedimentology_html_9634338365 sedimentology_html_9634338365:75:8092:8107 Sekwi Canada +0.369694 aapg_ai_344.html aapg_ai_344.html:48:6537:6556 Fish Haven Dolomite Logan, Utah +0.257544 aapg_ae_204.html aapg_ae_204.html:222:19862:19884 Grand Rapids Grand Rapids, Michigan +0.4715 AMJC_html_1305960228 AMJC_html_1305960228:300:34642:34666 Victoria Middle Ordovician +0.26368 aapg_ad_569.html aapg_ad_569.html:38:5393:5398 Nisku Calgary +0.262584 aapg_ah_422.html aapg_ah_422.html:35:3241:3258 Belly River Colorado +0.49164 gsa_html_5684855790 gsa_html_5684855790:31:2744:2772 Green River Colorado +0.271328 aapg_ac_575.html aapg_ac_575.html:174:29102:29111 Chugwater Cheyenne, Wyoming +0.26104 sedimentology_html_6656277293 sedimentology_html_6656277293:732:49867:49880 Marble Canyon Paria River +0.467892 aapg_ae_428.html aapg_ae_428.html:664:54837:54850 Hawthorn Melbourne, Florida +0.263592 aapg_ae_5.html aapg_ae_5.html:183:20988:21002 Earp Arizona +0.25647 aapg_ah_973.html aapg_ah_973.html:145:7744:7753 New Egypt Closter, New Jersey +0.239096 sedimentology_html_7963472691 sedimentology_html_7963472691:289:29262:29268 Brazil Amazon Basin +0.2705 aapg_af_397.html aapg_af_397.html:54:6913:6920 Entrada Entrada Sandstone +0.257536 sedimentology_html_1780224335 sedimentology_html_1780224335:499:36427:36437 Washington Boise, Idaho +0.249001 aapg_ae_93.html aapg_ae_93.html:762:74218:74247 Kootenay Victoria, British Columbia +0.254925 sedimentology_html_5667980395 sedimentology_html_5667980395:1287:82026:82030 Hall London, Ontario +0.501278 aapg_ah_253.html aapg_ah_253.html:35:5828:5847 Minnelusa Cheyenne, Wyoming +0.247808 aapg_ad_379.html aapg_ad_379.html:201:17444:17457 Fountain Cheyenne, Wyoming +0.260568 jgeology_html_4305195651 jgeology_html_4305195651:607:77171:77187 Catskill Unadilla (town), New York +0.27456 cspg_html_7409170811 cspg_html_7409170811:58:9029:9048 Lodgepole Williston, Vermont +0.473088 AMJC_html_5969956211 AMJC_html_5969956211:1388:171642:171662 Bechler Conglomerate Boise, Idaho +0.247779 gsa_html_6062330506 gsa_html_6062330506:505:51843:51861 Rustler Salado, Texas +0.490574 gsa_html_1650524399 gsa_html_1650524399:875:88159:88187 Green River Iran +0.25347 geology_html_6859574629 geology_html_6859574629:203:21972:21982 Santa Cruz California +0.340294 aapg_af_891.html aapg_af_891.html:170:18850:18865 Queen Nashville Basin +0.472054 sedimentology_html_6812678908 sedimentology_html_6812678908:494:17097:17109 Sandia Colorado +0.486664 aapg_aa_2.html aapg_aa_2.html:279:23211:23219 Colorado Denver +0.486822 aapg_ae_789.html aapg_ae_789.html:25:4014:4028 Palliser Lacombe, Alberta +0.881145 cspg_html_5818285590 cspg_html_5818285590:535:65776:65796 Kunga Queen Charlotte Islands +0.246012 geology_html_7458357361 geology_html_7458357361:66:6273:6281 Colorado Denver +0.274968 aapg_ae_461.html aapg_ae_461.html:60:8818:8840 Cotton Valley Rodessa, Louisiana +0.248446 jgeology_html_8355852976 jgeology_html_8355852976:131:7469:7477 Colorado Pueblo, Colorado +0.487272 aapg_ai_255.html aapg_ai_255.html:245:36958:36966 Yorktown Louisville, Kentucky +0.693517 aapg_af_142.html aapg_af_142.html:243:30875:30884 Smackover East Texas +0.24648 aapg_aa_415.html aapg_aa_415.html:68:10504:10512 Woodbine Austin, Chicago +0.251502 palaios_html_4248032637 palaios_html_4248032637:1381:105586:105600 Victoria Transantarctic Mountains +0.70854 aapg_ad_379.html aapg_ad_379.html:503:42689:42696 Thaynes Boise, Idaho +0.28184 aapg_ac_366.html aapg_ac_366.html:5:820:854 Juniata Knoxville, Tennessee +0.241 aapg_ak_104.html aapg_ak_104.html:32:4390:4403 Madison Cheyenne, Wyoming +0.27178 aapg_af_636.html aapg_af_636.html:387:45572:45581 Whirlpool Jeffersonville, Indiana +0.27092 palaios_html_6528985782 palaios_html_6528985782:24:1771:1785 Beaufort Balfour, Orkney +0.514717 geology_html_3216923540 geology_html_3216923540:214:26942:26951 Littleton Colorado +0.251923 palaios_html_6353470714 palaios_html_6353470714:1094:97160:97188 Willwood Cheyenne, Wyoming +0.47792 sedimentology_html_8344884381 sedimentology_html_8344884381:947:89233:89255 Castle Hayne North Carolina +0.482 cspg_html_3277684928 cspg_html_3277684928:307:37278:37309 Madison Logan, Utah +0.531986 aapg_af_225.html aapg_af_225.html:4:660:670 Pottsville Allegheny Mountains +0.290505 aapg_ah_962.html aapg_ah_962.html:107:11892:11897 Utica Richmond, California +0.483383 gsa_html_4173159501 gsa_html_4173159501:198:15084:15112 Green River Iran +0.259072 gsa_html_5107598462 gsa_html_5107598462:662:62471:62478 Bedford Pennsylvania +0.275481 gsa_html_8051402894 gsa_html_8051402894:293:33675:33681 Snyder Lancaster, California +0.24837 geology_html_7651232192 geology_html_7651232192:226:22121:22127 Sierra California +0.244 cspg_html_3104351736 cspg_html_3104351736:478:64789:64815 Pakowki Milk River, Alberta +0.257439 cspg_html_7248845592 cspg_html_7248845592:5:205:220 Savik Ellesmere Island +0.268752 aapg_ae_705.html aapg_ae_705.html:68:8018:8036 Vaqueros Carpinteria, California +0.474672 aapg_ah_387.html aapg_ah_387.html:2492:269056:269065 Knoxville Central Valley (California) +0.256512 cspg_html_1925276454 cspg_html_1925276454:310:35578:35586 Columbia Victoria, British Columbia +0.49244 geology_html_1936727088 geology_html_1936727088:407:25689:25695 Denver Colorado +0.247043 cspg_html_2570555346 cspg_html_2570555346:149:19777:19805 Lourdes Bay of Islands, Newfoundland and Labrador +0.516 palaios_html_3796939457 palaios_html_3796939457:475:42302:42335 Woodbine Texas +0.262636 gsa_html_5756232019 gsa_html_5756232019:877:76269:76286 Florida Mountains New Mexico +0.240084 aapg_ac_414.html aapg_ac_414.html:42:5302:5310 Arcturus Kaibab, Arizona +0.249711 gsa_html_1337782073 gsa_html_1337782073:63:5558:5581 Gile Mountain Bradford, Pennsylvania +0.2548 aapg_ai_435.html aapg_ai_435.html:28:3252:3260 Niobrara Niobrara, Nebraska +0.25137 aapg_ah_231.html aapg_ah_231.html:31:2816:2831 Hale Arkoma, Oklahoma +0.494235 aapg_ae_377.html aapg_ae_377.html:176:20128:20132 Java Sumatra +0.264171 AMJC_html_4692260170 AMJC_html_4692260170:1010:102386:102393 Concord New Hampshire +0.250745 aapg_af_468.html aapg_af_468.html:344:31928:31953 Frio Gulf Coast of the United States +0.247995 AMJC_html_4549460182 AMJC_html_4549460182:284:37430:37435 Stark Republic of China +0.24644 palaios_html_7206591444 palaios_html_7206591444:479:66693:66708 Hess Guadalupe Mountains National Park +0.42081 aapg_ai_583.html aapg_ai_583.html:333:39844:39857 Gypsum Spring Natrona County, Wyoming +0.253952 cspg_html_3187264334 cspg_html_3187264334:515:56548:56557 Hampshire England +0.484389 aapg_aa_932.html aapg_aa_932.html:70:7029:7037 Wolfcamp Panhandle, Texas +0.400631 cspg_html_1665574291 cspg_html_1665574291:37:6967:6985 Paskapoo Edmonton, London +0.467064 aapg_ac_466.html aapg_ac_466.html:112:11785:11798 Santa Barbara Venezuela +0.48501 cspg_html_5542874609 cspg_html_5542874609:388:45060:45077 Wapiabi Crowsnest Pass, Alberta +0.266231 cspg_html_2175627313 cspg_html_2175627313:64:7908:7916 Columbia Victoria, British Columbia +0.249919 AMJC_html_2829615437 AMJC_html_2829615437:225:28838:28862 Cross Mountain Raleigh, North Carolina +0.24768 aapg_ac_867.html aapg_ac_867.html:30:4982:4991 Minnelusa Cheyenne, Wyoming +0.25654 aapg_ah_754.html aapg_ah_754.html:400:37712:37731 Kitsilano Vancouver +0.376068 aapg_ac_813.html aapg_ac_813.html:60:5729:5750 Green River Uinta Mountains +0.243892 aapg_aa_20.html aapg_aa_20.html:71:9040:9050 Caseyville Caseyville, Illinois +0.508896 gsa_html_7121752308 gsa_html_7121752308:998:73328:73356 Green River Colorado +0.479364 cspg_html_9780523405 cspg_html_9780523405:859:105771:105781 Pine Point Cordillera Administrative Region +0.270908 cspg_html_9678834263 cspg_html_9678834263:201:22785:22801 Bakken Williston Basin +0.471851 aapg_ad_880.html aapg_ad_880.html:5:627:645 Sundance Redwater, Texas +0.252909 geology_html_8596179481 geology_html_8596179481:207:17551:17570 El Modeno Volcanics Glendora, California +0.25654 aapg_af_363.html aapg_af_363.html:3:491:495 Wise Virginia +0.547215 aapg_aa_537.html aapg_aa_537.html:675:79543:79549 Keokuk Burlington, Ontario +0.826277 aapg_af_18.html aapg_af_18.html:3:216:232 Inyan Kara Black Hills +0.265 aapg_af_497.html aapg_af_497.html:637:61189:61198 Greenhorn Smoky Hill River +0.2688 gsa_html_3694472447 gsa_html_3694472447:64:5429:5457 Green River New Mexico +0.462231 sedimentology_html_6121651724 sedimentology_html_6121651724:966:54881:54888 Hanover Germany +0.817278 cspg_html_7779401416 cspg_html_7779401416:157:19370:19385 Rochester Irondequoit, New York +0.275994 cspg_html_9388742281 cspg_html_9388742281:173:20077:20097 Milk River Lacombe, Alberta +0.50127 aapg_ae_274.html aapg_ae_274.html:18:2519:2522 Lee Onondaga (tribe) +0.25143 AMJC_html_9701369019 AMJC_html_9701369019:11:565:575 Pittsburgh Pennsylvania +0.253422 cspg_html_8279927914 cspg_html_8279927914:11:1226:1243 Gilwood Western world +0.486244 gsa_html_5015599008 gsa_html_5015599008:89:9581:9607 Crowsnest Lacombe, Alberta +0.474635 aapg_ai_410.html aapg_ai_410.html:118:12429:12436 Wingate Chinle Formation +0.242424 gsa_html_3387611512 gsa_html_3387611512:1003:108450:108460 Washington Washington (state) +0.484428 aapg_ae_906.html aapg_ae_906.html:36:4408:4427 Aux Vases Bethel, Alaska +0.268243 cspg_html_1302279034 cspg_html_1302279034:233:29346:29363 Cardium Lacombe, Alberta +0.49851 palaios_html_8064020973 palaios_html_8064020973:35:3122:3138 Chinle Arizona +0.486563 aapg_ae_876.html aapg_ae_876.html:1160:115640:115652 Dakota Colorado +0.257554 aapg_ah_95.html aapg_ah_95.html:5:647:663 Concha Arizona +0.25857 aapg_ad_763.html aapg_ad_763.html:685:82670:82685 Tejon Western world +0.239085 sedimentology_html_9787402396 sedimentology_html_9787402396:1019:70375:70397 Beartooth Cheyenne, Wyoming +0.250985 AMJC_html_4149815745 AMJC_html_4149815745:695:67893:67902 Peninsula Italy +0.271425 gsa_html_2096186301 gsa_html_2096186301:614:52991:52996 Logan London, Ontario +0.500906 sedimentology_html_3877703411 sedimentology_html_3877703411:32:1589:1595 Warsaw Botany, New South Wales +0.266252 gsa_html_9613801428 gsa_html_9613801428:119:13652:13680 Talkeetna Matanuska-Susitna Valley +0.473394 aapg_ah_416.html aapg_ah_416.html:12:1373:1393 Milk River Lethbridge +0.484188 aapg_aa_960.html aapg_aa_960.html:282:23420:23427 Entrada Colorado +0.462927 cspg_html_2882304151 cspg_html_2882304151:160:31050:31072 Grand Rapids Clearwater, Florida +0.243675 cspg_html_6383234409 cspg_html_6383234409:28:3257:3278 Bathurst Little Cornwallis Island +0.259904 aapg_ac_634.html aapg_ac_634.html:251:28670:28680 Petersburg Panhandle, Texas +0.503807 gsa_html_3368386568 gsa_html_3368386568:539:44711:44723 Owens Valley Hunter Mountain (ski area) +0.504088 cspg_html_6702053097 cspg_html_6702053097:553:68403:68444 Beekmantown Ontario, California +0.262524 geology_html_4393438384 geology_html_4393438384:26:2235:2245 Laurentian Western world +0.249368 AMJC_html_7141186441 AMJC_html_7141186441:102:13768:13776 Colorado Cheyenne, Wyoming +0.47559 aapg_ak_58.html aapg_ak_58.html:980:92500:92512 Harpersville Texas +0.259548 cspg_html_6306091047 cspg_html_6306091047:52:10373:10381 Pardonet Lacombe, Alberta +0.24647 cspg_html_4516258038 cspg_html_4516258038:394:45236:45254 Disappointment Bay Bathurst Island (Northern Territory) +0.493221 cspg_html_5241714595 cspg_html_5241714595:658:98266:98287 Beaverhill Lacombe, Alberta +0.480916 cspg_html_8387792223 cspg_html_8387792223:1079:109595:109621 Sutherland River Devon Island +0.341901 aapg_ad_641.html aapg_ad_641.html:169:20563:20583 San Andres Texas +0.49504 gsa_html_5773931818 gsa_html_5773931818:1303:127850:127878 Green River Colorado +0.48954 aapg_af_808.html aapg_af_808.html:722:93553:93570 Oceanic Barbados +0.260538 aapg_aa_622.html aapg_aa_622.html:37:5124:5141 Wingate Chinle Formation +0.495208 gsa_html_9303702379 gsa_html_9303702379:696:60592:60620 Green River Iran +0.245016 aapg_ae_535.html aapg_ae_535.html:476:51676:51682 Kodiak Anchorage, Alaska +0.52523 palaios_html_8113714689 palaios_html_8113714689:53:4461:4480 Au Train Munising, Michigan +0.271932 gsa_html_9253181203 gsa_html_9253181203:19:1095:1118 New Scotland Tioga, Texas +0.239538 cspg_html_2113617629 cspg_html_2113617629:41:7422:7442 Bow Island Lacombe, Alberta +0.249804 aapg_aa_12.html aapg_aa_12.html:543:59028:59038 Las Animas Ardmore, Pennsylvania +0.259077 gsa_html_1823665376 gsa_html_1823665376:31:2786:2814 Green River Iran +0.25551 cspg_html_6702053097 cspg_html_6702053097:436:50376:50399 Wallace North Atlantic Current +0.28784 aapg_ah_60.html aapg_ah_60.html:440:34462:34469 Katalla Anchorage, Alaska +0.2849 aapg_ad_69.html aapg_ad_69.html:77:4805:4820 Telegraph Creek Niobrara, Nebraska +0.528808 aapg_ae_519.html aapg_ae_519.html:314:34683:34690 Chemung Pocono Raceway +0.436404 aapg_ac_575.html aapg_ac_575.html:508:76043:76062 Chugwater Cheyenne, Wyoming +0.265698 sedimentology_html_8510537334 sedimentology_html_8510537334:1570:122731:122750 Tuscarora Pennsylvania +0.288225 aapg_af_16.html aapg_af_16.html:57:7216:7224 Niobrara Cheyenne, Wyoming +0.492345 aapg_ai_172.html aapg_ai_172.html:184:21006:21028 Robinson Castle Hill, Bronx +0.460728 palaios_html_9133125241 palaios_html_9133125241:522:64165:64184 Bellevue Ohio +0.48864 aapg_aa_484.html aapg_aa_484.html:275:24620:24642 Marble Falls Texas +0.2615 aapg_af_868.html aapg_af_868.html:482:36371:36386 Atoka Brentwood, Essex +0.2695 aapg_af_641.html aapg_af_641.html:30:2640:2644 Frio Texas +0.480459 gsa_html_3720789279 gsa_html_3720789279:860:84900:84910 Washington Boise, Idaho +0.456008 aapg_af_808.html aapg_af_808.html:733:95255:95272 Oceanic Antilles +0.445998 aapg_aa_856.html aapg_aa_856.html:92:7982:7995 Cotton Valley County Sligo +0.4896 gsa_html_8955900843 gsa_html_8955900843:793:71154:71164 Washington Olympic National Park +0.472553 cspg_html_4530154552 cspg_html_4530154552:747:113280:113306 Montney Lacombe, Alberta +0.660788 aapg_af_399.html aapg_af_399.html:492:51480:51499 Fruitland New Mexico +0.25853 sedimentology_html_1683104426 sedimentology_html_1683104426:251:17357:17361 Hall London, Ontario +0.286754 sedimentology_html_8836111263 sedimentology_html_8836111263:677:61805:61821 Salado Texas +0.287885 aapg_ah_972.html aapg_ah_972.html:148:12749:12759 Georgetown East End, Houston +0.271962 palaios_html_3308412288 palaios_html_3308412288:96:13769:13785 Bighorn Dolomite Laramide orogeny +0.246402 aapg_ai_689.html aapg_ai_689.html:17:2352:2383 Haymond West Texas +0.48545 gsa_html_5798752285 gsa_html_5798752285:1076:101112:101117 Stump Wareham, Dorset +0.519384 aapg_ah_486.html aapg_ah_486.html:332:34519:34529 Pottsville Pottsville, Pennsylvania +0.265104 aapg_ad_958.html aapg_ad_958.html:458:45147:45159 Gilmore City Salina, Kansas +0.261096 gsa_html_4919500515 gsa_html_4919500515:1227:109091:109102 Sadlerochit Anchorage, Alaska +0.436563 aapg_ae_498.html aapg_ae_498.html:259:25720:25734 Blackford Middle Ordovician +0.502392 cspg_html_2660872537 cspg_html_2660872537:1314:166226:166232 Walker Zeigler, Illinois +0.463372 aapg_ac_730.html aapg_ac_730.html:404:57076:57082 Toreva Mancos, Colorado +0.503126 aapg_ae_725.html aapg_ae_725.html:687:65092:65097 Swift Virginia +0.261542 AMJC_html_1873062106 AMJC_html_1873062106:1177:121208:121224 Dakota New Mexico +0.265727 aapg_ah_828.html aapg_ah_828.html:482:44293:44302 Smackover Mexico +0.516304 aapg_ah_189.html aapg_ah_189.html:27:4040:4058 Starved Rock Glenwood, Utah +0.246973 aapg_ae_708.html aapg_ae_708.html:594:64136:64148 Maynardville Knoxville, Tennessee +0.255474 palaios_html_9876040400 palaios_html_9876040400:880:80616:80622 Denver Northern Great Plain +0.497373 aapg_ai_132.html aapg_ai_132.html:14:2097:2102 Yegua Oakville, California +0.491667 aapg_aa_684.html aapg_aa_684.html:480:41448:41458 Phosphoria Cheyenne, Wyoming +0.51191 gsa_html_5143056094 gsa_html_5143056094:67:6244:6272 Green River Colorado +0.249964 geology_html_9156967823 geology_html_9156967823:245:22556:22561 Rapid California +0.264698 gsa_html_9666442487 gsa_html_9666442487:1034:90093:90110 Vaureal Quebec City +0.41905 geology_html_9172071766 geology_html_9172071766:281:22008:22039 Paradox Logan, Utah +0.246012 sedimentology_html_1467256460 sedimentology_html_1467256460:646:57759:57781 Sokoman Quebec City +0.267225 aapg_ad_2.html aapg_ad_2.html:849:120207:120218 Trempealeau Chambersburg, Pennsylvania +0.833222 aapg_ae_324.html aapg_ae_324.html:1037:103073:103082 Bluefield Virginia +0.924476 cspg_html_9343899465 cspg_html_9343899465:1702:139014:139030 Parry Islands Melville Island (Canada) +0.257895 palaios_html_3022467877 palaios_html_3022467877:87:9564:9585 Hornerstown Navesink River +0.50128 aapg_ai_241.html aapg_ai_241.html:62:7919:7933 Winnipeg Western world +0.258048 AMJC_html_8883212571 AMJC_html_8883212571:1155:113688:113707 Smackover Arkansas +0.264698 cspg_html_9894399778 cspg_html_9894399778:61:5489:5503 Cloverly Edmonton, London +0.251883 aapg_ac_719.html aapg_ac_719.html:116:12183:12195 Pierre Trinidad and Tobago +0.474195 geology_html_6832567545 geology_html_6832567545:11:466:475 Rochester Colorado +0.5088 aapg_ac_837.html aapg_ac_837.html:252:22955:22980 Phosphoria Denver +0.247715 aapg_ad_152.html aapg_ad_152.html:68:10381:10407 Scotty Wash Quartzite Reno, Nevada +0.48616 aapg_ae_498.html aapg_ae_498.html:677:73661:73678 Oranda Virginia +0.263572 aapg_aa_699.html aapg_aa_699.html:82:8270:8278 Michigan Detroit +0.266247 cspg_html_3914683557 cspg_html_3914683557:28:4209:4226 Rustler Regina, Saskatchewan +0.245009 gsa_html_5202646019 gsa_html_5202646019:111:11041:11051 Laurentian Middle East +0.265684 aapg_af_150.html aapg_af_150.html:86:8528:8545 Bossier Terryville, New York +0.467454 aapg_ah_320.html aapg_ah_320.html:54:5971:5981 Loyalhanna Pennsylvania +0.266682 palaios_html_2128779739 palaios_html_2128779739:581:61119:61144 Chinle Arizona +0.448878 geology_html_2630581804 geology_html_2630581804:230:24353:24361 Sterling Virginia +0.506232 cspg_html_9474105160 cspg_html_9474105160:419:56981:56997 Fernie Lacombe, Alberta +0.35552 aapg_ae_415.html aapg_ae_415.html:96:13670:13681 Mint Spring Mississippi River +0.496683 gsa_html_5081991493 gsa_html_5081991493:402:37520:37541 Green River Sevier River +0.46942 cspg_html_1770934036 cspg_html_1770934036:562:62106:62112 Casper Cheyenne, Wyoming +0.355355 AMJC_html_2702389713 AMJC_html_2702389713:1523:112470:112483 Gile Mountain Bennington, Vermont +0.4595 aapg_ae_444.html aapg_ae_444.html:240:23275:23283 Colorado Denver +0.501278 aapg_af_130.html aapg_af_130.html:70:13461:13466 Ouray Colorado +0.478725 gsa_html_8241293202 gsa_html_8241293202:232:24894:24901 Concord New Hampshire +0.858488 aapg_ac_661.html aapg_ac_661.html:62:8185:8195 Phosphoria Logan, Utah +0.276507 cspg_html_9735723617 cspg_html_9735723617:324:41630:41652 Weatherall Melville Island (Canada) +0.492993 cspg_html_1509800797 cspg_html_1509800797:167:15514:15531 Bearpaw Cypress Hills, Brooklyn +0.266247 gsa_html_3436154175 gsa_html_3436154175:989:80943:80961 Harebell Cheyenne, Wyoming +0.475092 aapg_ad_410.html aapg_ad_410.html:183:14962:14979 Repetto Ventura County, California +0.247904 gsa_html_6317284187 gsa_html_6317284187:625:59037:59042 Price Victoria, British Columbia +0.253 cspg_html_4326384800 cspg_html_4326384800:239:28725:28741 Kakisa Victoria, British Columbia +0.23568 AMJC_html_6341723617 AMJC_html_6341723617:502:46324:46344 Brian Head Galisteo Basin +0.470374 gsa_html_3720789279 gsa_html_3720789279:13:766:776 Washington Earth +0.404697 aapg_ad_338.html aapg_ad_338.html:528:57856:57863 Raritan Tuscaloosa, Alabama +0.469929 aapg_af_666.html aapg_af_666.html:320:26646:26654 Dinwoody John Crow Mountains +0.491667 aapg_ad_63.html aapg_ad_63.html:231:20139:20146 Lagarto Oakville, California +0.488652 sedimentology_html_3316151544 sedimentology_html_3316151544:27:1745:1755 Protection Inverness, Florida +0.2525 cspg_html_2283545366 cspg_html_2283545366:318:40684:40712 Halfway Wembley Stadium +0.489765 aapg_ah_621.html aapg_ah_621.html:5:800:807 Hermosa Hermosa, Chicago +0.261121 cspg_html_4937997995 cspg_html_4937997995:631:62805:62827 Severn River East Pen Island +0.255021 aapg_ae_907.html aapg_ae_907.html:222:30444:30450 Tulare Tulare, California +0.480256 gsa_html_2832151886 gsa_html_2832151886:311:23898:23906 Columbia Lacombe, Alberta +0.260096 aapg_ad_194.html aapg_ad_194.html:221:25063:25078 Nopah Middle East +0.258482 gsa_html_4412763245 gsa_html_4412763245:772:66961:66967 Caseyville Pine Grove, Amador County, California +0.489472 gsa_html_5339062095 gsa_html_5339062095:988:77695:77723 Green River Colorado +0.514932 aapg_ah_329.html aapg_ah_329.html:283:27872:27879 Sisquoc Monterey, California +0.443424 aapg_af_728.html aapg_af_728.html:186:23301:23328 Woodruff Elko, Nevada +0.07074 aapg_ah_96.html aapg_ah_96.html:246:28394:28413 Red River Winnipeg +0.249984 cspg_html_9729377176 cspg_html_9729377176:79:9699:9708 Baldonnel Victoria, British Columbia +0.262566 aapg_ad_865.html aapg_ad_865.html:35:3391:3407 Dakota Hermosa, Chicago +0.47689 cspg_html_5976982403 cspg_html_5976982403:29:5164:5179 Siyeh Purcell Mountains +0.490496 cspg_html_8727758678 cspg_html_8727758678:623:20765:20773 Columbia Victoria, British Columbia +0.46754 aapg_ae_58.html aapg_ae_58.html:19:3372:3380 Colorado New Mexico +0.26163 cspg_html_5973552270 cspg_html_5973552270:40:5402:5423 Beaverhill Swan Hill, Victoria +0.49278 cspg_html_1611261412 cspg_html_1611261412:1132:127782:127790 Waterton Lacombe, Alberta +0.247234 aapg_ah_798.html aapg_ah_798.html:99:8238:8245 Kanawha Upshur County, West Virginia +0.261252 aapg_ah_506.html aapg_ah_506.html:315:31678:31686 Michigan Michigan +0.45493 aapg_ai_969.html aapg_ai_969.html:41:4176:4184 Lea Park Regina, Saskatchewan +0.241664 aapg_ac_724.html aapg_ac_724.html:3:211:220 San Diego California +0.471408 sedimentology_html_7195393000 sedimentology_html_7195393000:1365:96289:96308 Athabasca Canada +0.271722 aapg_aa_626.html aapg_aa_626.html:422:40920:40937 Potomac Chesapeake Bay +0.48616 aapg_ac_618.html aapg_ac_618.html:77:7384:7400 Wolfcamp Nashville Basin +0.473324 aapg_ae_885.html aapg_ae_885.html:447:38431:38437 Navajo Arizona +0.251715 cspg_html_3741054834 cspg_html_3741054834:70:7270:7275 Yukon Great Slave Lake +0.487956 cspg_html_8649903682 cspg_html_8649903682:333:28846:28854 Bullhead Lacombe, Alberta +0.869374 aapg_ae_715.html aapg_ae_715.html:77:11581:11602 Anahuac Texas +0.275094 aapg_ah_435.html aapg_ah_435.html:203:25193:25210 Carrizo Texas +0.2601 jgeology_html_1838149422 jgeology_html_1838149422:349:26131:26149 John Day Nebraska +0.258516 palaios_html_7076037184 palaios_html_7076037184:412:42219:42239 Caseyville Illinois +0.258063 aapg_af_614.html aapg_af_614.html:10:1413:1419 Paluxy Shreveport, Louisiana +0.253991 gsa_html_1132862280 gsa_html_1132862280:659:62582:62588 Provo Pakistan +0.257526 cspg_html_3012058617 cspg_html_3012058617:134:18505:18523 Kootenay Victoria, British Columbia +0.253512 aapg_aa_324.html aapg_aa_324.html:28:3600:3610 Kinderhook Sedalia, Missouri +0.244035 aapg_ah_415.html aapg_ah_415.html:142:12851:12869 Colorado Milk River, Alberta +0.542826 aapg_ad_70.html aapg_ad_70.html:389:31117:31134 Wingate New Mexico +0.262446 aapg_ad_154.html aapg_ad_154.html:241:31112:31126 Bedford Pennsylvania +0.490988 cspg_html_6701095516 cspg_html_6701095516:500:49464:49473 Red River Shreveport, Louisiana +0.246016 aapg_ai_879.html aapg_ai_879.html:300:21651:21663 Granite Wash Topeka, Kansas +0.4788 cspg_html_1925276454 cspg_html_1925276454:6:379:400 Peace River Lacombe, Alberta +0.496164 geology_html_1536947479 geology_html_1536947479:12:706:712 Oregon Salem, Oregon +0.472688 gsa_html_5628865226 gsa_html_5628865226:448:44636:44645 San Diego Portland, Maine +0.249919 aapg_ae_74.html aapg_ae_74.html:382:35101:35118 Wingate San Juan, Argentina +0.45816 aapg_ai_296.html aapg_ai_296.html:814:71714:71722 Colorado Texas +0.25143 cspg_html_7434089303 cspg_html_7434089303:119:13470:13495 Kennedy Channel Ellesmere Island +0.255458 geology_html_9216301420 geology_html_9216301420:259:22636:22641 Spray Canada +0.246492 aapg_ae_749.html aapg_ae_749.html:585:60515:60532 Holston Knoxville, Tennessee +0.251392 cspg_html_6675007047 cspg_html_6675007047:642:65362:65381 Athabasca Lacombe, Alberta +0.26571 aapg_ai_564.html aapg_ai_564.html:64:6707:6725 Yakataga Icy Bay Airport +0.25806 aapg_aa_537.html aapg_aa_537.html:236:27967:27990 Fayetteville Mississippi River +0.475394 sedimentology_html_3336430339 sedimentology_html_3336430339:226:8693:8697 Hall London, Ontario +0.252685 aapg_ai_256.html aapg_ai_256.html:196:21103:21114 Beekmantown Ohio +0.484185 aapg_ah_775.html aapg_ah_775.html:345:40599:40607 Colorado Sangre de Cristo Range +0.70892 palaios_html_3312501193 palaios_html_3312501193:52:5943:5961 Woodside Shale Cheyenne, Wyoming +0.496228 aapg_ad_192.html aapg_ad_192.html:53:7504:7524 Tuscaloosa Austin, Chicago +0.257556 aapg_ac_198.html aapg_ac_198.html:231:20398:20413 Eagle Balcones Fault +0.357945 gsa_html_7425483970 gsa_html_7425483970:46:5178:5188 Notch Peak Logan, Utah +0.38148 aapg_af_575.html aapg_af_575.html:868:123593:123611 Altamont Fort Scott National Historic Site +0.520338 aapg_aa_249.html aapg_aa_249.html:39:3736:3752 Stonewall County (United States) +0.480868 cspg_html_7881580279 cspg_html_7881580279:361:48032:48050 Selkirk Williston, Vermont +0.244961 cspg_html_8691653606 cspg_html_8691653606:168:17675:17683 Edmonton Calgary +0.228483 aapg_ac_337.html aapg_ac_337.html:370:17128:17136 Colorado Denver +0.264708 aapg_af_886.html aapg_af_886.html:310:12847:12851 Frio Texas +0.238576 cspg_html_7970178687 cspg_html_7970178687:75:10020:10030 Bow Island Mountain Park (Holyoke, Massachusetts) +0.487436 palaios_html_3855840708 palaios_html_3855840708:376:33125:33142 White River Nebraska +0.788736 gsa_html_4592916077 gsa_html_4592916077:1013:69972:69984 Arkose Ridge Matanuska-Susitna Valley +0.4785 aapg_ai_196.html aapg_ai_196.html:912:92816:92824 Colorado Amarillo, Texas +0.270256 aapg_ah_370.html aapg_ah_370.html:10:1272:1289 Norway Point Alpena, Michigan +0.271425 aapg_ae_626.html aapg_ae_626.html:37:4940:4956 Guelph Lake Erie +0.26676 aapg_ai_855.html aapg_ai_855.html:326:52142:52166 Frio Texas +0.477904 gsa_html_1931201430 gsa_html_1931201430:380:35641:35647 Oregon Washington (state) +0.470454 cspg_html_3354282978 cspg_html_3354282978:93:14242:14260 Wabamun Lacombe, Alberta +0.255009 aapg_af_854.html aapg_af_854.html:1177:167001:167022 Tar Springs Kentucky +0.265189 cspg_html_1509800797 cspg_html_1509800797:8:416:423 Bearpaw Lethbridge +0.266742 cspg_html_1665574291 cspg_html_1665574291:107:18629:18647 Paskapoo Edmonton, London +0.257 geology_html_3882764006 geology_html_3882764006:397:26678:26684 Snyder Earth +0.487026 gsa_html_9181545711 gsa_html_9181545711:909:82038:82066 Green River Colorado +0.25956 gsa_html_5188174363 gsa_html_5188174363:14:696:714 Boulder Creek Reno, Nevada +0.937342 aapg_ah_387.html aapg_ah_387.html:3020:333074:333093 Knoxville Knoxville, Illinois +0.498759 aapg_aa_118.html aapg_aa_118.html:282:26102:26107 Chazy South Hero, Vermont +0.260604 aapg_ae_794.html aapg_ae_794.html:215:27155:27165 Coon Creek Selma to Montgomery marches +0.269748 aapg_ae_419.html aapg_ae_419.html:481:57308:57314 Sierra Coahuila +0.26857 geology_html_1357978198 geology_html_1357978198:224:19122:19132 Assistance Republic of China +0.272435 aapg_aa_232.html aapg_aa_232.html:38:4634:4654 Purgatoire Colorado +0.267289 palaios_html_4880574501 palaios_html_4880574501:53:6106:6110 Kope Netherlands +0.259844 cspg_html_1132698231 cspg_html_1132698231:60:8498:8531 Merced San Francisco +0.274918 cspg_html_9354781888 cspg_html_9354781888:1471:92922:92964 Sulphur Mountain Victoria, British Columbia +0.606414 sedimentology_html_3549891174 sedimentology_html_3549891174:1575:83840:83856 Keokuk Illinois +0.48708 aapg_af_808.html aapg_af_808.html:664:85966:85978 Oceanic Mount Hillaby +0.497424 cspg_html_5484260516 cspg_html_5484260516:1188:107091:107118 Big Valley Lacombe, Alberta +0.39678 gsa_html_8003826422 gsa_html_8003826422:55:5948:5975 Vinini Cordillera Administrative Region +0.49601 cspg_html_9912281240 cspg_html_9912281240:571:67909:67916 Wapiabi Lacombe, Alberta +0.249458 cspg_html_6116883777 cspg_html_6116883777:1433:187575:187598 Barlow Inlet Devon Island +0.275336 aapg_aa_507.html aapg_aa_507.html:57:7112:7117 Eutaw Selma to Montgomery marches +0.254664 aapg_af_988.html aapg_af_988.html:130:16084:16099 Nisku Edmonton, London +0.2615 aapg_ad_351.html aapg_ad_351.html:15:1720:1740 Keokuk Missouri River +0.486324 aapg_ae_254.html aapg_ae_254.html:69:7487:7510 Cotton Valley Shreveport, Louisiana +0.257514 geology_html_6064361784 geology_html_6064361784:236:20951:20963 Devon Island Canada +0.249775 aapg_ah_44.html aapg_ah_44.html:363:47270:47288 Brallier Black Moshannon Creek +0.26136 geology_html_6350726541 geology_html_6350726541:256:24777:24786 Milwaukee Antarctica +0.268155 cspg_html_2738241424 cspg_html_2738241424:75:7487:7511 Shunda Elkton, Kentucky +0.287832 aapg_ac_714.html aapg_ac_714.html:490:56699:56714 Swift Big Horn Mountains +0.352988 aapg_ak_51.html aapg_ak_51.html:9:1073:1097 Cotton Valley East Texas +0.26565 cspg_html_7297340324 cspg_html_7297340324:675:84635:84654 Moosebar Victoria, British Columbia +0.496961 jgeology_html_3669018334 jgeology_html_3669018334:61:2553:2563 San Miguel Guanajuato, Guanajuato +0.229245 gsa_html_3542448939 gsa_html_3542448939:12:529:535 Denver Colorado +0.25452 sedimentology_html_3438065605 sedimentology_html_3438065605:209:10430:10434 Hall London, Ontario +0.240036 aapg_ae_613.html aapg_ae_613.html:324:39518:39522 Vail Vail, Colorado +0.50509 aapg_ai_945.html aapg_ai_945.html:281:36938:36965 Smackover Campeche, Campeche +0.249559 aapg_aa_357.html aapg_aa_357.html:195:16890:16898 Colorado Hermosa, Chicago +0.484059 aapg_ac_563.html aapg_ac_563.html:364:50622:50646 Yucatan Melbourne, Florida +0.481873 gsa_html_6982030333 gsa_html_6982030333:920:90443:90449 Oregon Boise, Idaho +0.467923 geology_html_6695637881 geology_html_6695637881:187:21524:21532 Scotland Inverness, Florida +0.50148 gsa_html_6771020692 gsa_html_6771020692:60:4444:4472 Green River Colorado +0.251392 palaios_html_7860397774 palaios_html_7860397774:789:59171:59178 La Luna Campania +0.479552 aapg_ah_779.html aapg_ah_779.html:653:121490:121496 Amsden Absaroka +0.24411 aapg_af_50.html aapg_af_50.html:3:324:329 Mt Lytton Colorado +0.237636 gsa_html_7464626519 gsa_html_7464626519:789:79176:79183 Madison Wisconsin +0.49329 gsa_html_5272671610 gsa_html_5272671610:684:63896:63912 Sullivan Victoria, British Columbia +0.86141 sedimentology_html_8226291695 sedimentology_html_8226291695:1099:68316:68339 Salina Michigan Basin +0.25376 aapg_ac_334.html aapg_ac_334.html:372:40069:40090 Green River Western world +0.459118 aapg_ai_884.html aapg_ai_884.html:73:7386:7395 Vicksburg Texas +0.241943 cspg_html_7404699681 cspg_html_7404699681:133:12653:12662 Athabasca Lacombe, Alberta +0.246973 cspg_html_2094634763 cspg_html_2094634763:301:39576:39583 Cantuar Lacombe, Alberta +0.254338 cspg_html_2650524233 cspg_html_2650524233:36:7107:7128 Cypress Edmonton, London +0.499554 cspg_html_4694482219 cspg_html_4694482219:64:8191:8203 Willow Creek Red Deer, Alberta +0.265856 cspg_html_3521815736 cspg_html_3521815736:107:16525:16551 Sulphur Mountain Pine River (Michigan) +0.474624 jgeology_html_8497213674 jgeology_html_8497213674:223:14092:14099 Newport California +0.224595 gsa_html_2877730818 gsa_html_2877730818:67:7386:7409 Kingston Peak Pahrump, Nevada +0.462186 cspg_html_6383234409 cspg_html_6383234409:760:73217:73237 Bird Fiord Ellesmere Island +0.48724 AMJC_html_1477071550 AMJC_html_1477071550:11:506:512 Reston Charleston, South Carolina +0.723301 aapg_ai_400.html aapg_ai_400.html:86:11242:11251 Red River Red River of the North +0.4883 gsa_html_2699188453 gsa_html_2699188453:604:46835:46841 Moscow Middle East +0.498388 cspg_html_6038396142 cspg_html_6038396142:35:5292:5311 Winnipeg Winnipeg +0.250901 geology_html_8596179481 geology_html_8596179481:233:19207:19226 El Modeno Volcanics Glendora, California +0.250937 cspg_html_1822367166 cspg_html_1822367166:40:6317:6347 Queenston Bruce Peninsula National Park +0.4883 aapg_af_888.html aapg_af_888.html:223:24373:24388 Queen Ward County, North Dakota +0.275688 aapg_ah_724.html aapg_ah_724.html:417:52188:52205 Cardium Lacombe, Alberta +0.474768 gsa_html_3436154175 gsa_html_3436154175:666:55513:55520 Challis Absaroka +0.258981 aapg_af_11.html aapg_af_11.html:479:47641:47646 Ouray Leadville, Colorado +0.486156 cspg_html_9354781888 cspg_html_9354781888:443:41638:41660 Charlie Lake Victoria, British Columbia +0.449448 jgeology_html_3899973304 jgeology_html_3899973304:202:11824:11839 Danby Bennington, Vermont +0.413149 aapg_ae_369.html aapg_ae_369.html:62:7486:7496 Tuscaloosa Tuscaloosa, Alabama +0.23568 aapg_ac_176.html aapg_ac_176.html:231:39162:39179 Taniwha McKee, Kentucky +0.494982 aapg_ai_73.html aapg_ai_73.html:201:29107:29115 Frontier Cheyenne, Wyoming +0.4795 aapg_aa_960.html aapg_aa_960.html:6:1148:1154 Navajo Colorado +0.486244 aapg_ae_958.html aapg_ae_958.html:1817:156774:156795 Bluff Llano Estacado +0.491284 aapg_ah_370.html aapg_ah_370.html:84:5946:5956 Bell Antrim, County Antrim +0.4815 palaios_html_2517822822 palaios_html_2517822822:144:14792:14796 Fang Earth +0.475132 AMJC_html_6341723617 AMJC_html_6341723617:906:77352:77373 Green River Colorado +0.257048 aapg_ai_143.html aapg_ai_143.html:30:3516:3524 Foremost Southern Alberta +0.258039 aapg_af_92.html aapg_af_92.html:162:14405:14424 Morehouse Great Basin +0.250976 cspg_html_9222238695 cspg_html_9222238695:567:64972:64980 Columbia Victoria, British Columbia +0.260604 aapg_ai_249.html aapg_ai_249.html:118:17941:17946 Basal Guatemala +0.27178 sedimentology_html_5315330584 sedimentology_html_5315330584:293:26080:26084 Java Borneo +0.254736 gsa_html_8233590118 gsa_html_8233590118:911:82335:82347 Saskatchewan Saskatoon +0.512487 aapg_ah_27.html aapg_ah_27.html:492:63396:63419 Barnett Texas +0.253005 gsa_html_4650354985 gsa_html_4650354985:383:30915:30932 Minturn San Juan Creek +0.25452 aapg_ac_246.html aapg_ac_246.html:519:50181:50190 Newcastle Cheyenne, Wyoming +0.246685 cspg_html_3942782922 cspg_html_3942782922:22:2458:2477 Wapiti Lacombe, Alberta +0.488992 cspg_html_3860685167 cspg_html_3860685167:1019:93147:93167 Mount Head Lacombe, Alberta +0.10947 aapg_ad_567.html aapg_ad_567.html:187:34512:34523 Mowry Powder River Basin +0.49495 aapg_af_431.html aapg_af_431.html:140:14548:14582 Cotton Valley Rusk County, Wisconsin +0.490428 aapg_ac_617.html aapg_ac_617.html:96:11843:11861 Oakville Navasota Independent School District +0.504525 gsa_html_6872402505 gsa_html_6872402505:1109:96651:96679 Green River Iran +0.251262 cspg_html_4845813500 cspg_html_4845813500:226:23974:23991 Albert New Brunswick, New Jersey +0.79662 sedimentology_html_9079273526 sedimentology_html_9079273526:797:73870:73889 Willwood Fort Union Trading Post National Historic Site +0.257554 aapg_ai_991.html aapg_ai_991.html:68:7985:8006 Hornerstown Closter, New Jersey +0.278892 cspg_html_5241714595 cspg_html_5241714595:69:11558:11572 Evie Lacombe, Alberta +0.471735 cspg_html_1894459898 cspg_html_1894459898:400:40273:40306 Bluff Grand Cayman +0.217856 cspg_html_4555867289 cspg_html_4555867289:376:40292:40299 Halfway Western Canadian Sedimentary Basin +0.452804 aapg_ad_64.html aapg_ad_64.html:134:14819:14825 Midway Texas +0.48348 aapg_ae_125.html aapg_ae_125.html:3:431:442 Trempealeau Ohio +0.273528 aapg_af_162.html aapg_af_162.html:262:24750:24767 Eagle Austin, Chicago +0.50295 cspg_html_9613527162 cspg_html_9613527162:159:22255:22278 Turner Valley Elkton, Kentucky +0.255 geology_html_7647446171 geology_html_7647446171:125:10185:10201 Whitewater Thunder Bay +0.255258 aapg_aa_717.html aapg_aa_717.html:66:9788:9813 Gatesburg Tyrone, Pennsylvania +0.261212 sedimentology_html_8941825370 sedimentology_html_8941825370:1110:61445:61450 Swift Logan, Utah +0.269874 cspg_html_7425639496 cspg_html_7425639496:427:60847:60857 Sans Sault Sault Ste. Marie, Ontario +0.249375 cspg_html_3642426669 cspg_html_3642426669:37:5713:5725 Viking Regina, Saskatchewan +0.8496 aapg_ae_961.html aapg_ae_961.html:132:10584:10598 Stony Mountain Red River of the North +0.262474 AMJC_html_6336294256 AMJC_html_6336294256:1995:243649:243659 Washington Reno, Nevada +0.262644 aapg_ac_283.html aapg_ac_283.html:39:3660:3716 Oil Creek Grayson County, Kentucky +0.494326 geology_html_4122297754 geology_html_4122297754:14:941:951 Santa Cruz Santa Cruz, California +0.48735 gsa_html_4071231613 gsa_html_4071231613:1043:105443:105453 Washington Washington (state) +0.251001 cspg_html_5891044027 cspg_html_5891044027:16:2894:2913 Grinnell Purcell Mountains +0.497034 aapg_ae_4.html aapg_ae_4.html:556:56381:56398 Oquirrh Logan, Utah +0.453644 aapg_ad_2.html aapg_ad_2.html:815:115184:115195 Trempealeau Wisconsin +0.462924 palaios_html_5126640267 palaios_html_5126640267:409:51350:51381 Kope Cincinnati +0.92544 geology_html_2350878941 geology_html_2350878941:327:24792:24813 Green River Cheyenne, Wyoming +0.24453 geology_html_1098024541 geology_html_1098024541:253:24040:24048 Colorado Pueblo, Colorado +0.276018 aapg_ae_440.html aapg_ae_440.html:129:14161:14169 Richland Illinois +0.473879 cspg_html_8049997704 cspg_html_8049997704:6:439:453 Colorado Milk River, Alberta +0.497424 gsa_html_7083621709 gsa_html_7083621709:31:2764:2792 Green River Colorado +0.484389 cspg_html_9152086986 cspg_html_9152086986:189:19620:19637 Halfway Lacombe, Alberta +0.255524 gsa_html_8881958017 gsa_html_8881958017:581:54276:54288 Nicola Canada +0.25908 gsa_html_4675429437 gsa_html_4675429437:233:16702:16712 San Felipe Sonora +0.270396 cspg_html_1333179361 cspg_html_1333179361:691:57980:57988 Columbia Anchorage, Alaska +0.252756 gsa_html_4650354985 gsa_html_4650354985:1309:103832:103840 Colorado Colorado +0.499247 palaios_html_7541955341 palaios_html_7541955341:754:66610:66639 Laurentian Cordillera Oriental (Colombia) +0.456885 aapg_ad_683.html aapg_ad_683.html:490:49552:49568 Kaibab Coconino County, Arizona +0.254961 aapg_ai_553.html aapg_ai_553.html:59:7893:7901 Wolfcamp Lea County Regional Airport +0.494088 gsa_html_1105200950 gsa_html_1105200950:559:48786:48814 Green River Colorado +0.36456 aapg_ah_870.html aapg_ah_870.html:387:31907:31912 Price Huntington, West Virginia +0.26985 aapg_aa_108.html aapg_aa_108.html:25:3011:3038 Prospect Reno, Nevada +0.482868 aapg_ak_96.html aapg_ak_96.html:75:7731:7759 Tuscarora Middle East +0.269037 aapg_af_85.html aapg_af_85.html:166:19675:19683 Columbia Lacombe, Alberta +0.486664 geology_html_2333844059 geology_html_2333844059:267:22021:22027 Jordan Andes +0.496513 aapg_ah_301.html aapg_ah_301.html:253:25804:25818 Mission Canyon Middle East +0.26316 sedimentology_html_1668670745 sedimentology_html_1668670745:785:50530:50534 Hall London, Ontario +0.473386 aapg_aa_300.html aapg_aa_300.html:5:877:885 Carlsbad La Jolla +0.257526 geology_html_2852518993 geology_html_2852518993:175:17936:17973 Mechum River Virginia +0.248985 sedimentology_html_4044191708 sedimentology_html_4044191708:69:6785:6791 Sierra Spain +0.254856 jgeology_html_2563614336 jgeology_html_2563614336:95:3838:3848 San Felipe Southern California +0.244032 gsa_html_6441142238 gsa_html_6441142238:1200:114820:114827 Madison Wisconsin +0.454589 cspg_html_5973552270 cspg_html_5973552270:61:8674:8695 Beaverhill Swan Hill, Victoria +0.493812 aapg_ad_145.html aapg_ad_145.html:13:1253:1275 Green River Wasatch Range +0.263153 aapg_af_397.html aapg_af_397.html:563:65752:65759 Todilto Entrada Sandstone +0.249498 gsa_html_2145963783 gsa_html_2145963783:613:57197:57214 Roberts Mountains Reno, Nevada +0.488735 cspg_html_8811137053 cspg_html_8811137053:18:1133:1150 Cardium Red Deer, Alberta +0.25194 palaios_html_4282283317 palaios_html_4282283317:484:44218:44238 Hell Creek Northern Great Plain +0.2574 aapg_ah_455.html aapg_ah_455.html:26:2685:2703 Woodbine East Texas +0.279837 aapg_aa_255.html aapg_aa_255.html:76:8167:8177 Phosphoria Populus sect. Aegiros +0.501804 aapg_ad_2.html aapg_ad_2.html:1071:147408:147420 Chambersburg Lancaster, California +0.264192 aapg_ah_534.html aapg_ah_534.html:384:32628:32651 Trimmers Rock Catskill Mountains +0.505818 aapg_ae_812.html aapg_ae_812.html:135:14306:14315 Peninsula Coahuila +0.48783 aapg_ae_981.html aapg_ae_981.html:251:21649:21655 Laurel Missouri River +0.477347 cspg_html_5541725202 cspg_html_5541725202:178:26204:26217 Middleborough Springhill, Nova Scotia +0.4992 cspg_html_7402164801 cspg_html_7402164801:402:38807:38829 Belly River Lacombe, Alberta +0.25414 cspg_html_6608209149 cspg_html_6608209149:573:56148:56169 Slave Point Lacombe, Alberta +0.43466 aapg_ae_74.html aapg_ae_74.html:547:51256:51270 Graneros Mancos, Colorado +0.47752 aapg_ae_364.html aapg_ae_364.html:298:28363:28371 San Jose Quito +0.244584 aapg_ah_60.html aapg_ah_60.html:244:23552:23560 Yakataga Malaspina Glacier +0.47709 palaios_html_9451646650 palaios_html_9451646650:278:25503:25518 Conemaugh Kentucky +0.439128 aapg_ad_812.html aapg_ad_812.html:49:5890:5897 Kayenta Kayenta, Arizona +0.255021 aapg_ad_169.html aapg_ad_169.html:108:14703:14721 Greenbrier Greenbrier (Great Smoky Mountains) +0.26988 cspg_html_8568877195 cspg_html_8568877195:53:8914:8925 Sombre Milk River, Alberta +0.488379 palaios_html_1018466366 palaios_html_1018466366:1679:145497:145517 Pottsville Alabama +0.264864 aapg_ac_881.html aapg_ac_881.html:629:74596:74604 Winnipeg Middle Ordovician +0.339611 gsa_html_1130947011 gsa_html_1130947011:579:56856:56871 Maquoketa Iowa +0.48864 cspg_html_9046359229 cspg_html_9046359229:926:103351:103356 Price Lacombe, Alberta +0.471156 aapg_aa_683.html aapg_aa_683.html:321:37017:37036 Greenhorn Pueblo, Colorado +0.24644 cspg_html_4498577775 cspg_html_4498577775:834:64777:64786 Gog Mount Assiniboine Provincial Park +0.24576 aapg_ai_4.html aapg_ai_4.html:82:8432:8439 Temblor Monterey, California +0.262584 aapg_ae_681.html aapg_ae_681.html:47:6246:6257 Haynesville Cotton Valley, Louisiana +0.491164 aapg_aa_25.html aapg_aa_25.html:167:15005:15022 Kayenta Summerville, South Carolina +0.492866 jgeology_html_6865938591 jgeology_html_6865938591:588:28915:28929 Beaufort South Africa +0.25376 aapg_ae_602.html aapg_ae_602.html:656:77534:77540 Denver Colorado +0.478278 gsa_html_2979975664 gsa_html_2979975664:721:74779:74807 Green River Colorado +0.255987 AMJC_html_8402437205 AMJC_html_8402437205:1003:88205:88215 Washington Whidbey Island +0.477951 palaios_html_8055229939 palaios_html_8055229939:588:65366:65397 Fort Hancock Chihuahua (state) +0.3665 aapg_ah_292.html aapg_ah_292.html:228:37263:37285 Yellowjacket Boise, Idaho +0.26364 cspg_html_5735081610 cspg_html_5735081610:416:42267:42318 Winnipegosis Regina, Saskatchewan +0.259518 cspg_html_8789242291 cspg_html_8789242291:170:23886:23904 Eastend Regina, Saskatchewan +0.488048 gsa_html_9207276905 gsa_html_9207276905:532:48645:48653 Smithers Victoria, British Columbia +0.46964 aapg_ah_678.html aapg_ah_678.html:640:82691:82702 San Antonio Texas +0.260598 cspg_html_1260733368 cspg_html_1260733368:84:12266:12288 Medicine Hat Lacombe, Alberta +0.494844 cspg_html_5450075884 cspg_html_5450075884:7:986:1008 Belly River Colorado +0.46728 gsa_html_5339062095 gsa_html_5339062095:885:70227:70249 Gorge Salem, Oregon +0.26471 aapg_ac_475.html aapg_ac_475.html:304:41963:41991 Kishenehn Victoria, British Columbia +0.267189 cspg_html_2553187793 cspg_html_2553187793:74:12879:12913 Beaverhill Canada +0.477274 aapg_ad_659.html aapg_ad_659.html:351:50128:50149 Jacobsville Michigan +0.232224 gsa_html_9095677084 gsa_html_9095677084:848:69815:69839 Echo Canyon Conglomerate Logan, Utah +0.494875 aapg_ad_865.html aapg_ad_865.html:384:38082:38097 Molas Ouray, Colorado +0.257556 gsa_html_6627974776 gsa_html_6627974776:129:11400:11407 Chisana Wrangell Mountains +0.261542 palaios_html_8113714689 palaios_html_8113714689:22:1738:1746 Au Train Munising, Michigan +0.484864 cspg_html_4555867289 cspg_html_4555867289:373:40152:40172 Baldonnel Lacombe, Alberta +0.480129 gsa_html_8035658736 gsa_html_8035658736:834:92852:92879 Columbia Washington (state) +0.49987 cspg_html_6252417471 cspg_html_6252417471:460:63140:63145 Lance Fort Union Trading Post National Historic Site +0.266682 aapg_ah_712.html aapg_ah_712.html:383:49586:49594 Scotland London, Ontario +0.250458 gsa_html_1130947011 gsa_html_1130947011:285:37341:37356 Galena Lexington, Kentucky +0.25382 aapg_ad_694.html aapg_ad_694.html:79:10162:10170 Woodbine Grayson County, Kentucky +0.466431 sedimentology_html_8337405859 sedimentology_html_8337405859:535:63019:63023 Hall London, Ontario +0.480568 aapg_ad_52.html aapg_ad_52.html:1030:111293:111303 Kinderhook Rockford, Illinois +0.255524 aapg_ah_52.html aapg_ah_52.html:126:17238:17257 Matanuska California +0.257544 aapg_ah_654.html aapg_ah_654.html:1092:111428:111446 Tensleep Little Cottonwood Creek +0.269878 gsa_html_2832151886 gsa_html_2832151886:646:56680:56688 Dunvegan Lacombe, Alberta +0.695832 aapg_af_520.html aapg_af_520.html:210:22241:22262 Green River Uinta Mountains +0.243024 cspg_html_4693916254 cspg_html_4693916254:37:6784:6819 Madison Williston Basin +0.48654 aapg_ae_884.html aapg_ae_884.html:312:41432:41440 Colorado Cheyenne, Wyoming +0.494468 cspg_html_3874000139 cspg_html_3874000139:8:479:498 Olmos Mexico +0.472294 jgeology_html_4305195651 jgeology_html_4305195651:1056:98575:98584 Mansfield Waverly, Tioga County, New York +0.24941 aapg_aa_15.html aapg_aa_15.html:81:10635:10643 Wellborn Brazos County, Texas +0.485199 sedimentology_html_2325599130 sedimentology_html_2325599130:539:49326:49341 Torok Anchorage, Alaska +0.25647 palaios_html_6605749307 palaios_html_6605749307:581:52686:52717 Navajo Arizona +0.25792 cspg_html_5484260516 cspg_html_5484260516:671:52072:52092 Banff Crowsnest Pass, Alberta +0.51418 aapg_ac_590.html aapg_ac_590.html:12:1322:1328 Dakota New Mexico +0.493908 palaios_html_1857508743 palaios_html_1857508743:1303:82316:82322 Pueblo Caribbean +0.26676 gsa_html_4472896560 gsa_html_4472896560:136:10990:11005 Rockland California +0.242968 sedimentology_html_1033745069 sedimentology_html_1033745069:1784:86870:86874 Wise Antarctica +0.262023 aapg_ac_867.html aapg_ac_867.html:680:92831:92849 Tensleep Cheyenne, Wyoming +0.25452 aapg_ah_657.html aapg_ah_657.html:61:6078:6093 Colorado Santa Ana, California +0.47175 aapg_ah_756.html aapg_ah_756.html:252:23369:23385 Whitehorse Amarillo, Texas +0.47322 aapg_ac_264.html aapg_ac_264.html:881:87238:87246 Belgrade Sombor Airport +0.24837 cspg_html_1019614994 cspg_html_1019614994:77:14854:14874 Big Valley Regina, Saskatchewan +0.491185 aapg_ae_876.html aapg_ae_876.html:188:18673:18684 Black Creek Monticello, New York +0.442728 aapg_aa_865.html aapg_aa_865.html:4:511:528 Welling Knoxville, Tennessee +0.261626 aapg_ae_67.html aapg_ae_67.html:453:34574:34582 Colorado Colorado +0.267806 aapg_ad_691.html aapg_ad_691.html:81:9510:9520 Fort Worth Austin, Chicago +0.2495 aapg_aa_731.html aapg_aa_731.html:255:33736:33751 Rockdale Mississippi River +0.280779 aapg_ah_260.html aapg_ah_260.html:354:49224:49250 Price Indianola, Iowa +0.505486 gsa_html_1020641102 gsa_html_1020641102:102:8156:8184 Green River New Mexico +0.26418 cspg_html_1730027796 cspg_html_1730027796:164:17150:17154 Hall England +0.25116 aapg_af_810.html aapg_af_810.html:24:2156:2169 Turner Valley Lacombe, Alberta +0.24541 gsa_html_2374661120 gsa_html_2374661120:478:47460:47470 Bear River Lake Bonneville +0.265104 gsa_html_6169925575 gsa_html_6169925575:223:21932:21940 Beaufort South Africa +0.445949 aapg_ad_666.html aapg_ad_666.html:247:32346:32350 Vail London, Ontario +0.247604 cspg_html_2863271815 cspg_html_2863271815:155:19821:19837 Guelph Michigan +0.446244 aapg_ae_6.html aapg_ae_6.html:614:67426:67431 Sligo Buda, Texas +0.254388 gsa_html_2726343192 gsa_html_2726343192:358:34048:34073 Piedras Western world +0.494844 cspg_html_5955028331 cspg_html_5955028331:475:56551:56569 Dunvegan Canada +0.489936 aapg_ah_27.html aapg_ah_27.html:247:38892:38918 Barnett Wise County, Virginia +0.255474 aapg_ae_454.html aapg_ae_454.html:530:48095:48100 Weeks Arkansas +0.491512 aapg_ah_328.html aapg_ah_328.html:345:36164:36182 Tensleep Cheyenne, Wyoming +0.259045 aapg_ai_958.html aapg_ai_958.html:107:10821:10839 Oakville Cuero, Texas +0.480599 gsa_html_6652746762 gsa_html_6652746762:862:72454:72460 Brazil Earth +0.43956 aapg_ae_805.html aapg_ae_805.html:45:6675:6682 Paradox Hermosa, Chicago +0.869589 gsa_html_8833777630 gsa_html_8833777630:662:75152:75173 White River White River (Washington) +0.26104 aapg_af_614.html aapg_af_614.html:52:4067:4085 Hosston Cotton Valley, Louisiana +0.416362 aapg_ah_678.html aapg_ah_678.html:608:76630:76639 Vicksburg Texas +0.270111 aapg_aa_761.html aapg_aa_761.html:27:1808:1834 Ivishak Prudhoe Bay Oil Field +0.461279 aapg_aa_172.html aapg_aa_172.html:451:51607:51626 Blomidon Wolfville, Nova Scotia +0.437536 aapg_ae_999.html aapg_ae_999.html:317:44204:44225 Mosley Hill Danville, Virginia +0.485395 aapg_ah_871.html aapg_ah_871.html:49:6548:6563 Laval Montreal +0.25553 cspg_html_7192907687 cspg_html_7192907687:29:3678:3698 George Middle Ordovician +0.501202 gsa_html_6481254334 gsa_html_6481254334:932:80100:80128 Green River Colorado +0.250488 cspg_html_7750771523 cspg_html_7750771523:23:3207:3219 Saskatchewan Lacombe, Alberta +0.495378 cspg_html_9987144175 cspg_html_9987144175:291:37674:37693 Beaufort Ellesmere Island +0.872234 cspg_html_9941518291 cspg_html_9941518291:389:52451:52456 Douro Douro DOC +0.932184 aapg_ac_228.html aapg_ac_228.html:20:1937:1951 Violin Breccia Castaic, California +0.25542 aapg_ae_419.html aapg_ae_419.html:2900:188762:188768 Sierra Madeira wine +0.268732 aapg_af_2.html aapg_af_2.html:279:30586:30591 Ouray Ouray, Colorado +0.242424 aapg_ai_105.html aapg_ai_105.html:34:5401:5430 Weber Uinta Mountains +0.496392 geology_html_3199541859 geology_html_3199541859:15:749:770 Wood Canyon California +0.248472 aapg_ae_999.html aapg_ae_999.html:341:47296:47301 Tampa Decatur, Georgia +0.254736 aapg_ad_721.html aapg_ad_721.html:259:24030:24042 Abo New Mexico +0.241072 gsa_html_5737673651 gsa_html_5737673651:348:31213:31229 Forest Chinle Formation +0.261568 aapg_ad_2.html aapg_ad_2.html:847:119714:119726 Chambersburg Great Valley, New York +0.504866 aapg_af_995.html aapg_af_995.html:540:92334:92355 Peace River Logan, Utah +0.263168 sedimentology_html_1046729113 sedimentology_html_1046729113:2085:162601:162619 Dunvegan Victoria, British Columbia +0.487227 geology_html_6365665477 geology_html_6365665477:74:6005:6032 Roberts Mountains Reno, Nevada +0.251883 aapg_ad_11.html aapg_ad_11.html:124:17078:17098 Hell Creek Fort Union Trading Post National Historic Site +0.492531 cspg_html_8298261690 cspg_html_8298261690:611:63550:63565 Leduc Lacombe, Alberta +0.253482 aapg_ad_194.html aapg_ad_194.html:72:7882:7899 Johnnie Spring Mountains National Recreation Area +0.47628 geology_html_3963771785 geology_html_3963771785:16:1332:1339 Yucatan Jamaica, Queens +0.266255 aapg_aa_976.html aapg_aa_976.html:405:55135:55143 Altamont Wisconsin +0.249984 cspg_html_8298261690 cspg_html_8298261690:521:56856:56873 Bluesky Western Canadian Sedimentary Basin +0.483678 aapg_ae_467.html aapg_ae_467.html:483:37943:37956 Saginaw Michigan +0.410355 aapg_ah_871.html aapg_ah_871.html:595:66253:66260 Pamelia Lowville (town), New York +0.24948 geology_html_5077031648 geology_html_5077031648:25:2207:2215 Colorado Denver +0.496731 jgeology_html_8064855537 jgeology_html_8064855537:244:16206:16212 Dakota Logan, Utah +0.26104 cspg_html_7918236174 cspg_html_7918236174:434:47538:47555 Wilcox Texas +0.245575 aapg_ah_318.html aapg_ah_318.html:1757:166017:166036 La Gloria Durango, Durango +0.26606 gsa_html_5253952002 gsa_html_5253952002:481:52799:52819 Bloomsburg Pennsylvania +0.503388 aapg_ah_370.html aapg_ah_370.html:12:1473:1487 Traverse Michigan +0.258055 aapg_ai_489.html aapg_ai_489.html:340:37932:37960 Disappointment Bay Little Cornwallis Island +0.269312 aapg_ah_311.html aapg_ah_311.html:285:31435:31449 Sentinel Butte Fort Union Trading Post National Historic Site +0.25647 sedimentology_html_8180487315 sedimentology_html_8180487315:1500:112878:112892 Pico California +0.520608 aapg_aa_288.html aapg_aa_288.html:46:5688:5706 Frontier Powder River (Montana) +0.268686 aapg_aa_976.html aapg_aa_976.html:232:28064:28078 Bonner Springs Plattsburg, Missouri +0.273504 cspg_html_1565769407 cspg_html_1565769407:86:11115:11135 Windsor Middle East +0.48222 aapg_ah_90.html aapg_ah_90.html:78:12756:12764 Colorado Denver +0.248122 gsa_html_3620519671 gsa_html_3620519671:769:84000:84009 Valentine New Mexico +0.455382 aapg_af_426.html aapg_af_426.html:80:9596:9604 Colorado Denver +0.270144 aapg_ai_49.html aapg_ai_49.html:595:78537:78553 Maroon Glenwood Springs, Colorado +0.488735 aapg_ah_783.html aapg_ah_783.html:127:15845:15856 Shark River Melbourne, Florida +0.241152 palaios_html_9518809405 palaios_html_9518809405:378:37158:37165 Andrews Abu Dhabi (emirate) +0.49011 cspg_html_3026112034 cspg_html_3026112034:765:74839:74851 Golden Spike Lacombe, Alberta +0.495341 aapg_ac_629.html aapg_ac_629.html:408:51990:51998 Beaumont Crosby, Texas +0.42484 aapg_ak_104.html aapg_ak_104.html:401:43032:43048 Amsden Cheyenne, Wyoming +0.503169 aapg_aa_621.html aapg_aa_621.html:85:9316:9321 Lance Fort Union Trading Post National Historic Site +0.497175 aapg_ak_54.html aapg_ak_54.html:78:10538:10548 Tuscaloosa Mississippi River +0.2574 aapg_ae_226.html aapg_ae_226.html:132:18434:18443 Oil Creek Pennsylvania +0.251604 geology_html_9333388276 geology_html_9333388276:13:757:767 Copenhagen Denmark +0.269698 aapg_aa_904.html aapg_aa_904.html:181:15398:15418 Mesaverde Western world +0.46366 aapg_ae_454.html aapg_ae_454.html:562:51168:51176 Dorcheat Hubbard, Bowie County, Texas +0.26316 aapg_ah_521.html aapg_ah_521.html:451:53543:53558 Queen Texas +0.50774 aapg_aa_645.html aapg_aa_645.html:632:60788:60810 Burro Canyon Colorado +0.48552 aapg_ai_159.html aapg_ai_159.html:213:24602:24619 Caimito Caribbean +0.260099 aapg_ae_866.html aapg_ae_866.html:3:364:379 Allegheny Pennsylvania +0.514976 gsa_html_2076560873 gsa_html_2076560873:280:31606:31626 Bird Fiord Ellesmere Island +0.462878 cspg_html_4392308496 cspg_html_4392308496:46:7619:7627 Montreal Quebec City +0.26265 cspg_html_9344966639 cspg_html_9344966639:163:14677:14689 Coyote Butte Washington (state) +0.265224 jgeology_html_4115179562 jgeology_html_4115179562:766:54823:54840 Chemung Virginia +0.265224 sedimentology_html_5684840410 sedimentology_html_5684840410:1566:87113:87141 San Andres Texas +0.261085 palaios_html_3140337808 palaios_html_3140337808:64:5775:5802 Florissant Colorado +0.479776 aapg_af_288.html aapg_af_288.html:140:15438:15454 Martin Arizona +0.261476 aapg_af_812.html aapg_af_812.html:175:15183:15206 Cook Mountain Mexico +0.256027 gsa_html_3860045860 gsa_html_3860045860:416:45231:45256 Eugene Durham, North Carolina +0.265176 aapg_ah_633.html aapg_ah_633.html:126:17478:17495 Chickasawhay Mississippi River +0.2688 cspg_html_5141367518 cspg_html_5141367518:416:58108:58115 Bearpaw Lethbridge +0.509888 cspg_html_5880669950 cspg_html_5880669950:358:39869:39879 Swan Hills Swan Hill, Victoria +0.251995 gsa_html_3613642206 gsa_html_3613642206:861:77249:77259 Washington Seattle +0.262566 geology_html_6477993459 geology_html_6477993459:148:13384:13393 Extension Antarctica +0.460782 geology_html_6663105863 geology_html_6663105863:137:15462:15468 Sierra Mojave Desert +0.264668 gsa_html_7102550258 gsa_html_7102550258:147:16128:16133 Bluff Arizona +0.273132 aapg_ac_629.html aapg_ac_629.html:301:39018:39028 Citronelle Oberlin, Ohio +0.262524 aapg_af_192.html aapg_af_192.html:210:21494:21517 Cook Mountain Pine Prairie, Louisiana +0.26162 aapg_ai_597.html aapg_ai_597.html:31:3052:3070 Niobrara Sharon Springs, Kansas +0.277202 jgeology_html_5792739316 jgeology_html_5792739316:788:50994:51016 Carrizo Texas +0.481265 gsa_html_6142651299 gsa_html_6142651299:880:77713:77721 Rockwell California +0.446979 gsa_html_7384517973 gsa_html_7384517973:594:59370:59381 San Antonio Texas +0.266252 gsa_html_9870828882 gsa_html_9870828882:581:54259:54275 Bighorn Dolomite Southeast Asia +0.266766 gsa_html_2059670590 gsa_html_2059670590:191:18674:18683 San Diego Baja California peninsula +0.255972 sedimentology_html_5673709888 sedimentology_html_5673709888:980:42976:42984 Hawthorn Arcadia, California +0.47472 sedimentology_html_5613495298 sedimentology_html_5613495298:121:12363:12369 Chinle Chinle Formation +0.36865 aapg_ah_654.html aapg_ah_654.html:728:74849:74859 Wind River Fort Union Trading Post National Historic Site +0.502765 aapg_ak_135.html aapg_ak_135.html:688:74174:74198 Bedford Santiago +0.49344 sedimentology_html_5955841371 sedimentology_html_5955841371:195:13366:13374 Loveland Colorado +0.485254 gsa_html_8947439513 gsa_html_8947439513:717:69979:70007 Green River Iran +0.490776 gsa_html_4522678867 gsa_html_4522678867:373:40726:40750 Sailor Canyon Klamath Mountains (ecoregion) +0.262023 aapg_ai_82.html aapg_ai_82.html:195:22364:22374 Greenbrier Greenbrier (Great Smoky Mountains) +0.238908 aapg_ad_958.html aapg_ad_958.html:735:75390:75406 Keokuk Burlington, Ontario +0.428582 cspg_html_2253842195 cspg_html_2253842195:100:14371:14379 Columbia Canada +0.3737 cspg_html_3233680622 cspg_html_3233680622:760:87541:87553 Eureka Sound District Council of Franklin Harbour +0.246865 cspg_html_5402891623 cspg_html_5402891623:6:444:452 Columbia Victoria, British Columbia +0.474884 aapg_ac_635.html aapg_ac_635.html:90:11094:11113 Hornbrook California +0.456025 gsa_html_9152662653 gsa_html_9152662653:186:17206:17222 Laurel Western world +0.276148 geology_html_8042752734 geology_html_8042752734:328:24998:25012 Pico California +0.499896 aapg_ad_691.html aapg_ad_691.html:12:1453:1473 Duck Creek Austin, Chicago +0.253991 geology_html_2668804822 geology_html_2668804822:110:9093:9103 Rio Grande Lempa River +0.45291 cspg_html_5345848475 cspg_html_5345848475:60:8802:8819 Carlile Manitoba +0.517874 gsa_html_2832151886 gsa_html_2832151886:532:46644:46673 Belle Fourche Lacombe, Alberta +0.467484 cspg_html_3589404052 cspg_html_3589404052:855:97161:97189 Antler Canada +0.262144 sedimentology_html_1685838353 sedimentology_html_1685838353:748:48876:48898 Judith River Canada +0.257514 aapg_ac_884.html aapg_ac_884.html:27:3104:3114 Henryhouse Clarita, Oklahoma +0.25948 aapg_ai_105.html aapg_ai_105.html:736:86778:86798 Manning Canyon Uinta Mountains +0.268536 gsa_html_4667678389 gsa_html_4667678389:571:55081:55096 Inkom Boise, Idaho +0.263835 aapg_ae_74.html aapg_ae_74.html:460:43841:43858 Entrada New Mexico +0.471223 palaios_html_9009659906 palaios_html_9009659906:322:37903:37928 Willwood Cheyenne, Wyoming +0.258572 aapg_ai_388.html aapg_ai_388.html:319:33448:33468 Mesaverde Wasatch Range +0.489417 cspg_html_5955028331 cspg_html_5955028331:564:63673:63689 Viking Central Alberta +0.247506 gsa_html_4385238876 gsa_html_4385238876:783:80616:80620 Mata Madeira +0.252416 aapg_ad_351.html aapg_ad_351.html:605:50474:50493 Northview Springfield, Illinois +0.244035 aapg_ae_518.html aapg_ae_518.html:37:3882:3906 Cowlitz Washington (state) +0.262144 aapg_ac_246.html aapg_ac_246.html:6:1043:1053 Fall River Cheyenne, Wyoming +0.50424 aapg_aa_712.html aapg_aa_712.html:93:11086:11097 Platteville Hennepin, Illinois +0.274575 cspg_html_3065473572 cspg_html_3065473572:75:11232:11253 Lawrence Charlevoix, Michigan +0.258516 aapg_ai_49.html aapg_ai_49.html:449:57397:57402 Weber Colorado +0.484428 gsa_html_1040524378 gsa_html_1040524378:528:63506:63527 Green River Logan, Utah +0.2678 sedimentology_html_2339468027 sedimentology_html_2339468027:1869:148270:148278 Rockwell Johnson Valley, California +0.496944 aapg_aa_702.html aapg_aa_702.html:2129:183275:183318 Prairie Canada +0.244736 aapg_ah_217.html aapg_ah_217.html:439:49175:49183 Virginia Virginia +0.25026 cspg_html_3328007773 cspg_html_3328007773:791:87614:87625 Shaftesbury Lacombe, Alberta +0.256236 aapg_ae_342.html aapg_ae_342.html:78:6612:6621 Frio Blue Lake (South Australia) +0.253005 aapg_ai_932.html aapg_ai_932.html:81:12737:12763 Sisquoc Monterey, California +0.50592 aapg_ac_512.html aapg_ac_512.html:49:5113:5126 Cotton Valley Mississippi River +0.280797 aapg_ai_581.html aapg_ai_581.html:71:6894:6910 Dakota Black Hills +0.261021 aapg_af_575.html aapg_af_575.html:396:53823:53828 Gower Hopkinton, New Hampshire +0.4641 aapg_ae_705.html aapg_ae_705.html:283:26788:26803 Sespe Monterey, California +0.249775 gsa_html_8735573394 gsa_html_8735573394:736:72253:72270 Massabesic Gneiss New Hampshire +0.878796 aapg_ah_766.html aapg_ah_766.html:120:12299:12311 Todos Santos Ventosa +0.505494 geology_html_8367138957 geology_html_8367138957:17:1289:1298 San Diego California +0.496128 cspg_html_6984906794 cspg_html_6984906794:110:15297:15332 Kaskapau Moberly, Missouri +0.463202 cspg_html_7086880709 cspg_html_7086880709:178:20711:20716 Yukon Victoria, British Columbia +0.443075 aapg_ad_351.html aapg_ad_351.html:1080:90700:90715 Boone Arkansas +0.49728 aapg_ah_781.html aapg_ah_781.html:250:23652:23668 Warner Missouri River +0.249744 geology_html_2350878941 geology_html_2350878941:303:23323:23351 Green River Cheyenne, Wyoming +0.257839 geology_html_4334622851 geology_html_4334622851:16:1022:1030 Colorado Denver +0.483406 cspg_html_8980498364 cspg_html_8980498364:18:1403:1411 Palliser Cheviot, Ohio +0.70452 aapg_ac_227.html aapg_ac_227.html:43:5854:5861 Wasatch Logan, Utah +0.463571 aapg_ai_695.html aapg_ai_695.html:3:161:186 Ingleside Mississippi River +0.484692 jgeology_html_1964872752 jgeology_html_1964872752:283:20776:20785 Pensauken Delmarva Peninsula +0.259065 cspg_html_2283545366 cspg_html_2283545366:446:55920:55946 Halfway Lacombe, Alberta +0.269192 aapg_ad_192.html aapg_ad_192.html:80:11094:11104 Tuscaloosa Tuscaloosa, Alabama +0.476073 aapg_ac_617.html aapg_ac_617.html:153:21228:21245 Lagarto Cuero, Texas +0.242556 sedimentology_html_1117213207 sedimentology_html_1117213207:641:45829:45834 Bluff Andros +0.482151 gsa_html_4438819447 gsa_html_4438819447:852:80590:80596 Oxford Crowley, Louisiana +0.247995 cspg_html_2650073471 cspg_html_2650073471:9:892:911 Foremost Saskatchewan +0.48504 gsa_html_9505007911 gsa_html_9505007911:54:3406:3434 Green River Colorado +0.188604 aapg_ae_499.html aapg_ae_499.html:453:49621:49634 Carlile Colorado +0.266231 cspg_html_9735723617 cspg_html_9735723617:1025:109455:109474 Griper Bay Melville Island (Canada) +0.479182 aapg_ad_683.html aapg_ad_683.html:719:70957:70964 Hermosa Monument Valley +0.497373 cspg_html_9987144175 cspg_html_9987144175:89:13120:13129 Hecla Bay Melville Island (Canada) +0.252685 cspg_html_9725676031 cspg_html_9725676031:61:8725:8733 Columbia Victoria, British Columbia +0.266255 aapg_aa_298.html aapg_aa_298.html:867:106466:106481 Leduc Lacombe, Alberta +0.478 cspg_html_3501550466 cspg_html_3501550466:567:81642:81659 Ireton Lacombe, Alberta +0.267206 aapg_ad_801.html aapg_ad_801.html:246:27053:27060 Wiggins Mississippi River +0.491667 aapg_ai_249.html aapg_ai_249.html:805:104992:105009 Campur Guatemala +0.489765 aapg_ah_729.html aapg_ah_729.html:473:79407:79419 Saskatchewan Canada +0.470016 aapg_ai_116.html aapg_ai_116.html:67:5134:5142 Monterey Fresno, California +0.264438 aapg_aa_898.html aapg_aa_898.html:16:2306:2331 Colton Logan, Utah +0.254518 cspg_html_9343899465 cspg_html_9343899465:2726:241767:241773 Walker Pennsylvania +0.37648 AMJC_html_5969956211 AMJC_html_5969956211:175:24196:24213 Roberts Mountains Reno, Nevada +0.246909 aapg_ac_625.html aapg_ac_625.html:3:216:224 Virginia Virginia +0.499797 aapg_ae_319.html aapg_ae_319.html:18:2574:2588 Carmel Entrada Sandstone +0.2688 cspg_html_2929384614 cspg_html_2929384614:347:41386:41393 Halfway Lacombe, Alberta +0.50424 aapg_ac_654.html aapg_ac_654.html:3:179:197 Syracuse Onondaga (tribe) +0.485569 aapg_ae_789.html aapg_ae_789.html:87:11949:11964 Banff Medicine Lake, Minnesota +0.227908 gsa_html_8332981884 gsa_html_8332981884:667:58590:58611 San Antonio Magdalena River Valley +0.244374 gsa_html_4120839285 gsa_html_4120839285:1314:129800:129820 Chatsworth California +0.247643 cspg_html_7665357428 cspg_html_7665357428:168:17746:17752 Denver Colorado +0.462235 geology_html_9189584760 geology_html_9189584760:257:17868:17876 Colorado Gunnison County, Colorado +0.385236 jgeology_html_7979718784 jgeology_html_7979718784:178:14753:14769 Chinle Uncompahgre Plateau +0.513376 aapg_ae_324.html aapg_ae_324.html:525:53361:53370 Newcastle Virginia +0.473445 aapg_ad_350.html aapg_ad_350.html:427:46202:46210 Onondaga Helderberg +0.480624 aapg_aa_702.html aapg_aa_702.html:1176:130844:130848 Kent Lacombe, Alberta +0.492926 sedimentology_html_6323095880 sedimentology_html_6323095880:469:43686:43706 Englishtown Navesink River +0.499939 aapg_af_880.html aapg_af_880.html:494:74787:74797 Phosphoria Mansfield, Ohio +0.256793 aapg_ae_872.html aapg_ae_872.html:298:35574:35584 Tuscaloosa Tuscaloosa, Alabama +0.24624 aapg_ac_925.html aapg_ac_925.html:176:28034:28043 Hornbrook Salem, Oregon +0.474594 cspg_html_9683836416 cspg_html_9683836416:13:1789:1796 Bearpaw Lacombe, Alberta +0.266752 aapg_ai_83.html aapg_ai_83.html:193:18281:18294 Bedford Cleveland +0.425278 aapg_ah_756.html aapg_ah_756.html:203:17830:17836 Salado New Mexico +0.4699 aapg_ac_366.html aapg_ac_366.html:73:10662:10681 Tuscarora Huntington, West Virginia +0.259045 cspg_html_3966956195 cspg_html_3966956195:547:45213:45248 West Point Quebec City +0.25578 cspg_html_7086880709 cspg_html_7086880709:10:785:805 Chinchaga Western world +0.489082 aapg_ah_624.html aapg_ah_624.html:223:22727:22743 Mesaverde Beaumont, Texas +0.46872 gsa_html_8986707315 gsa_html_8986707315:1118:83832:83842 Santa Cruz South China Sea +0.262135 AMJC_html_8831189197 AMJC_html_8831189197:22:1599:1610 Green River Powder River (Montana) +0.246168 aapg_aa_492.html aapg_aa_492.html:12:1043:1054 Pine Island Shreveport, Louisiana +0.255811 gsa_html_9547811307 gsa_html_9547811307:511:50360:50366 Snyder Cordillera Administrative Region +0.260036 aapg_ah_123.html aapg_ah_123.html:114:8988:9000 Salina Salina, Kansas +0.493712 aapg_aa_696.html aapg_aa_696.html:605:70038:70044 Denver Colorado +0.4769 geology_html_7800169862 geology_html_7800169862:207:19938:19944 Oxford Antarctica +0.868088 cspg_html_4031489103 cspg_html_4031489103:339:49641:49658 Gateway Fernie, British Columbia +0.256608 cspg_html_4768933240 cspg_html_4768933240:98:8004:8015 Banff Lacombe, Alberta +0.250901 jgeology_html_8309780279 jgeology_html_8309780279:518:37047:37055 Columbia Victoria, British Columbia +0.25839 cspg_html_9912281240 cspg_html_9912281240:611:70785:70803 Judith River Lacombe, Alberta +0.47282 aapg_ai_321.html aapg_ai_321.html:388:47011:47028 Subinal El Progreso, Tamaulipas +0.248952 aapg_ac_126.html aapg_ac_126.html:206:30743:30756 Bossier Bossier City, Louisiana +0.26775 gsa_html_1337782073 gsa_html_1337782073:92:9124:9133 Littleton Connecticut River Valley +0.491232 aapg_aa_932.html aapg_aa_932.html:67:6584:6592 Wolfcamp Nebraska +0.481206 cspg_html_4176605708 cspg_html_4176605708:616:62873:62885 Saskatchewan Victoria, British Columbia +0.49244 aapg_ad_691.html aapg_ad_691.html:79:9315:9325 Georgetown Fort Worth, Texas +0.499094 aapg_ai_517.html aapg_ai_517.html:24:2716:2724 Colorado Shreveport, Louisiana +0.368516 aapg_aa_130.html aapg_aa_130.html:85:8949:8972 Delmar San Diego +0.520479 cspg_html_6038396142 cspg_html_6038396142:34:5044:5075 Winnipeg Winnipeg +0.263025 aapg_af_733.html aapg_af_733.html:471:65494:65504 Fort Worth Texas +0.490941 gsa_html_9112056802 gsa_html_9112056802:1003:98947:98975 Green River Colorado +0.256424 sedimentology_html_4432289902 sedimentology_html_4432289902:451:37865:37882 Magothy Niger +0.249318 aapg_ai_959.html aapg_ai_959.html:66:7438:7447 Catahoula Oakville, California +0.27242 cspg_html_4685794369 cspg_html_4685794369:89:10010:10016 Fernie Kootenay River +0.247126 gsa_html_9921287588 gsa_html_9921287588:995:90468:90477 Porcupine London, Ontario +0.48288 cspg_html_8250755331 cspg_html_8250755331:666:70021:70041 Colorado Regina, Saskatchewan +0.265176 gsa_html_5737673651 gsa_html_5737673651:118:9686:9702 Chinle Arizona +0.397584 aapg_af_625.html aapg_af_625.html:400:39999:40008 Hampshire Huntington, West Virginia +0.480912 palaios_html_6025329652 palaios_html_6025329652:774:58034:58044 Washington Boise, Idaho +0.261948 aapg_ad_2.html aapg_ad_2.html:938:131150:131159 Gatesburg Pennsylvania +0.385572 aapg_ae_658.html aapg_ae_658.html:205:25618:25639 Green River Colorado +0.417816 cspg_html_3762708087 cspg_html_3762708087:43:5732:5748 Viking Lacombe, Alberta +0.478969 aapg_aa_796.html aapg_aa_796.html:509:59581:59598 Halfway Victoria, British Columbia +0.474138 aapg_ai_811.html aapg_ai_811.html:323:44022:44041 Detroit River Kankakee, Illinois +0.266231 cspg_html_4010530611 cspg_html_4010530611:12:1647:1653 Shunda Moose Mountain (Alberta) +0.495558 cspg_html_4293350162 cspg_html_4293350162:462:50882:50903 Etherington Carnarvon, Western Australia +0.247504 AMJC_html_4579422305 AMJC_html_4579422305:12:590:598 Virginia Earth +0.266682 aapg_ad_306.html aapg_ad_306.html:133:17951:17955 Omoa San Pedro Sula +0.25186 aapg_ah_372.html aapg_ah_372.html:223:21108:21116 Rockdale Milam County, Texas +0.254 gsa_html_5737673651 gsa_html_5737673651:383:33915:33931 Forest Arizona +0.519437 gsa_html_1230361711 gsa_html_1230361711:1095:83628:83656 Green River Colorado +0.260338 aapg_ac_104.html aapg_ac_104.html:73:9357:9367 Washington Durham, North Carolina +0.268288 gsa_html_3942625742 gsa_html_3942625742:641:53353:53365 Fayetteville Mississippi County, Missouri +0.482092 geology_html_2345977738 geology_html_2345977738:37:3548:3566 Pinnacle Bennington, Vermont +0.240681 cspg_html_3871608501 cspg_html_3871608501:77:8698:8718 York River York +0.26156 cspg_html_7817594878 cspg_html_7817594878:12:2009:2026 Cadomin Cordillera Administrative Region +0.263682 aapg_ai_877.html aapg_ai_877.html:198:20957:20977 Lock Haven Venango, Pennsylvania +0.2515 jgeology_html_8293568246 jgeology_html_8293568246:1215:77657:77669 Owens Valley California +0.501021 aapg_ac_55.html aapg_ac_55.html:263:30878:30897 Potomac Orinoco +0.469299 aapg_ai_382.html aapg_ai_382.html:52:4809:4817 Colorado New Mexico +0.476652 aapg_ac_65.html aapg_ac_65.html:902:72949:72957 Colorado Colorado +0.477543 aapg_ah_722.html aapg_ah_722.html:560:67749:67769 Thomson Pebble Mine +0.435708 aapg_ah_696.html aapg_ah_696.html:3:519:529 Washington Columbia Basin +0.244027 aapg_ah_373.html aapg_ah_373.html:20:1730:1736 Dockum Texas +0.48984 gsa_html_1451487636 gsa_html_1451487636:776:63755:63783 Green River Colorado +0.86592 aapg_ai_81.html aapg_ai_81.html:323:27031:27047 Catskill Pennsylvania +0.473888 geology_html_1574115242 geology_html_1574115242:260:23248:23287 Uinta Logan, Utah +0.48267 cspg_html_2026880958 cspg_html_2026880958:269:29656:29666 Blackstone Lacombe, Alberta +0.38628 aapg_ac_983.html aapg_ac_983.html:337:54130:54144 Drum Cherryvale, Kansas +0.232203 sedimentology_html_5619616403 sedimentology_html_5619616403:554:37676:37686 Sunderland Cambridge, Massachusetts +0.24347 cspg_html_6116883777 cspg_html_6116883777:826:105394:105400 Ludlow Little Cornwallis Island +0.260977 aapg_af_848.html aapg_af_848.html:5:616:646 Smackover Arkansas +0.332852 aapg_ae_68.html aapg_ae_68.html:493:53814:53818 Elko Reno, Nevada +0.473252 aapg_af_11.html aapg_af_11.html:501:50625:50633 Colorado Ouray, Colorado +0.251446 cspg_html_7804036692 cspg_html_7804036692:2266:214107:214124 Edwards Central Texas +0.26936 AMJC_html_6341723617 AMJC_html_6341723617:1033:86802:86819 Wasatch Cheyenne, Wyoming +0.26316 aapg_aa_731.html aapg_aa_731.html:251:33486:33507 Rockdale Texas +0.818001 palaios_html_7805951959 palaios_html_7805951959:142:14227:14247 North Horn Cheyenne, Wyoming +0.501642 cspg_html_1578389835 cspg_html_1578389835:790:74450:74462 Cooking Lake Edmonton, London +0.487695 cspg_html_2419618566 cspg_html_2419618566:493:62881:62900 Sassenach Western world +0.247504 gsa_html_7040053075 gsa_html_7040053075:664:69676:69682 Walnut Puente Hills Mall +0.248901 sedimentology_html_2851198678 sedimentology_html_2851198678:71:6813:6847 Ross Ireland +0.267288 aapg_ae_974.html aapg_ae_974.html:179:17866:17881 Yegua Laredo, Texas +0.46864 aapg_aa_549.html aapg_aa_549.html:8:1235:1248 Labette Peru, Indiana +0.513174 aapg_ad_401.html aapg_ad_401.html:174:12825:12837 Pierre Fort Union Trading Post National Historic Site +0.260036 cspg_html_1189888589 cspg_html_1189888589:408:47444:47460 Horseshoe Canyon Lacombe, Alberta +0.268308 jgeology_html_9737271632 jgeology_html_9737271632:757:59461:59472 Green River Kentucky +0.231352 aapg_ad_110.html aapg_ad_110.html:910:91576:91594 Tensleep Cheyenne, Wyoming +0.25553 aapg_ae_901.html aapg_ae_901.html:1375:144300:144321 Dutch Creek Mineola, Texas +0.496434 aapg_aa_670.html aapg_aa_670.html:24:2450:2469 Smackover Arkansas +0.491326 jgeology_html_6388378441 jgeology_html_6388378441:378:31619:31634 Berino Wisconsin +0.2495 aapg_ah_638.html aapg_ah_638.html:101:8143:8153 Washington Alabama +0.262119 sedimentology_html_2375557633 sedimentology_html_2375557633:651:55200:55208 Colorado San Juan, Argentina +0.708288 aapg_ae_993.html aapg_ae_993.html:100:11308:11327 Jefferson Boise, Idaho +0.915848 cspg_html_4655200751 cspg_html_4655200751:257:34846:34874 Wabamun Lacombe, Alberta +0.435045 aapg_af_85.html aapg_af_85.html:116:12705:12718 Sulphur Point Great Slave Lake +0.500988 palaios_html_2945835736 palaios_html_2945835736:902:61881:61899 Willwood Cheyenne, Wyoming +0.258552 sedimentology_html_1357699877 sedimentology_html_1357699877:1022:69790:69823 Basal Hayward, Wisconsin +0.49712 cspg_html_1503116552 cspg_html_1503116552:1218:188679:188706 Watt Mountain Swan Hill, Victoria +0.708032 aapg_ah_677.html aapg_ah_677.html:206:21445:21453 Nonesuch Michigan +0.261576 cspg_html_9290046117 cspg_html_9290046117:960:103157:103166 Tuscarora Juniata County School District +0.685755 aapg_ae_839.html aapg_ae_839.html:47:4130:4138 Norphlet California +0.243542 aapg_ah_90.html aapg_ah_90.html:96:15298:15323 Cedar Mountain Colorado +0.260064 aapg_ad_871.html aapg_ad_871.html:33:4166:4184 Ferron Point Rockport, Massachusetts +0.265728 cspg_html_8964522233 cspg_html_8964522233:41:4983:4988 Mt Lytton Anchorage, Alaska +0.271377 sedimentology_html_5309515972 sedimentology_html_5309515972:995:70692:70721 Las Palmas Spain +0.2465 cspg_html_3102530088 cspg_html_3102530088:511:60569:60597 Milk River Lacombe, Alberta +0.48864 cspg_html_8701311807 cspg_html_8701311807:122:18264:18301 Haida Charlotte, North Carolina +0.253655 aapg_ad_368.html aapg_ad_368.html:104:9104:9123 Newcastle Cheyenne, Wyoming +0.270864 aapg_af_628.html aapg_af_628.html:195:19428:19449 Paint Creek Bloomington, Indiana +0.471156 cspg_html_1665574291 cspg_html_1665574291:83:13900:13918 Paskapoo Calgary +0.24541 aapg_ad_217.html aapg_ad_217.html:289:30653:30669 Bluff Melbourne, Florida +0.493136 gsa_html_5274400800 gsa_html_5274400800:650:53001:53019 Monterey California +0.51039 gsa_html_1124652135 gsa_html_1124652135:277:25183:25203 Marks Head Charleston, South Carolina +0.1166 aapg_af_13.html aapg_af_13.html:699:70492:70510 Niobrara Denver +0.268288 aapg_ac_612.html aapg_ac_612.html:125:13921:13930 Chugwater Cheyenne, Wyoming +0.253391 cspg_html_1333179361 cspg_html_1333179361:665:56596:56616 Phosphoria Cheyenne, Wyoming +0.268842 aapg_af_623.html aapg_af_623.html:104:10666:10691 Onondaga Onondaga (tribe) +0.249 palaios_html_2188445156 palaios_html_2188445156:16:774:789 Rochester Rochester, Kent +0.824851 gsa_html_4930932370 gsa_html_4930932370:858:88311:88328 Onaping Michigan +0.268203 aapg_ai_53.html aapg_ai_53.html:97:10756:10766 Georgetown Buda, Texas +0.4883 aapg_ac_628.html aapg_ac_628.html:254:41022:41031 Fruitland Kirtland, Ohio +0.921584 aapg_ac_333.html aapg_ac_333.html:323:43066:43082 Cutler New Mexico +0.26462 gsa_html_8010927234 gsa_html_8010927234:13:444:450 Denver Colorado +0.497376 aapg_ai_975.html aapg_ai_975.html:790:64194:64210 Paluxy Arkansas +0.49044 aapg_ah_243.html aapg_ah_243.html:75:8926:8956 Fort Union Cheyenne, Wyoming +0.469216 aapg_ad_387.html aapg_ad_387.html:22:2784:2798 Fredericksburg Goodland, Kansas +0.476088 AMJC_html_4299960498 AMJC_html_4299960498:845:94569:94578 Wenatchee Washington (state) +0.481461 aapg_ad_68.html aapg_ad_68.html:359:28029:28045 Waltersburg Mansfield, Ohio +0.281817 cspg_html_9905904289 cspg_html_9905904289:373:48454:48473 Frenchman Lacombe, Alberta +0.451 cspg_html_1019614994 cspg_html_1019614994:188:29439:29454 Banff Regina, Saskatchewan +0.259588 aapg_ai_865.html aapg_ai_865.html:40:5774:5780 Reston Virginia +0.258416 geology_html_6663105863 geology_html_6663105863:152:17943:17949 Sierra Mojave Desert +0.24048 sedimentology_html_9973432841 sedimentology_html_9973432841:1388:95420:95426 Guelph Ontario, California +0.401958 cspg_html_1189888589 cspg_html_1189888589:42:6339:6357 Paskapoo Cheyenne, Wyoming +0.362815 aapg_ae_999.html aapg_ae_999.html:283:39954:39973 Paynes Hammock Mississippi River +0.277329 aapg_ah_700.html aapg_ah_700.html:607:77071:77089 Frontier Cheyenne, Wyoming +0.23324 AMJC_html_5390933660 AMJC_html_5390933660:596:59443:59462 Littleton Littleton, Colorado +0.489082 geology_html_2904356180 geology_html_2904356180:96:8604:8610 Oregon Washington (state) +0.361841 aapg_ai_914.html aapg_ai_914.html:120:20577:20592 Atoka Arkansas +0.487272 aapg_ae_324.html aapg_ae_324.html:799:80790:80806 Hatter Pennsylvania +0.237236 cspg_html_5141367518 cspg_html_5141367518:224:33000:33023 Blood Reserve Pincher Creek, Alberta +0.485265 jgeology_html_1964872752 jgeology_html_1964872752:164:9964:9992 Pensauken Middle East +0.251262 cspg_html_5949578130 cspg_html_5949578130:603:84966:84997 Leduc Lacombe, Alberta +0.301485 cspg_html_1841843683 cspg_html_1841843683:37:5789:5796 Rierdon Williston Basin +0.48828 gsa_html_4408649953 gsa_html_4408649953:1014:86348:86354 Lisbon Charleston, South Carolina +0.261085 gsa_html_8332981884 gsa_html_8332981884:660:57836:57850 Seco Salina, Kansas +0.246 jgeology_html_2236057972 jgeology_html_2236057972:83:3642:3650 San Jose California +0.463202 aapg_ae_415.html aapg_ae_415.html:294:38334:38342 Brooklyn Ocala, Florida +0.467992 jgeology_html_5968390289 jgeology_html_5968390289:455:40258:40264 Oregon Anchorage, Alaska +0.254664 aapg_ai_364.html aapg_ai_364.html:78:9712:9721 Pottsville Atoka, Oklahoma +0.463571 geology_html_4912851987 geology_html_4912851987:16:758:768 Santa Cruz California +0.604659 aapg_ad_567.html aapg_ad_567.html:48:8840:8851 Mowry Powder River Basin +0.465689 cspg_html_3354282978 cspg_html_3354282978:416:54199:54206 Wabamun Swan Hill, Victoria +0.261576 palaios_html_8642096121 palaios_html_8642096121:723:61569:61600 Chinle New Mexico +0.235216 jgeology_html_5352797441 jgeology_html_5352797441:104:5098:5115 Baraboo Quartzite Lake Superior +0.2652 cspg_html_5940878099 cspg_html_5940878099:325:41465:41504 Leduc Canada +0.250985 aapg_ac_333.html aapg_ac_333.html:971:117749:117763 Hermit Coconino County, Arizona +0.257839 aapg_ad_696.html aapg_ad_696.html:211:21274:21290 Sparta Smith County, Kansas +0.26145 cspg_html_5450075884 cspg_html_5450075884:603:67828:67849 Bearpaw Western Canadian Sedimentary Basin +0.492264 aapg_ae_28.html aapg_ae_28.html:629:52714:52723 Partridge Cheyenne, Wyoming +0.25398 cspg_html_9222238695 cspg_html_9222238695:349:46038:46046 Columbia Victoria, British Columbia +0.246804 aapg_ac_950.html aapg_ac_950.html:263:29689:29695 Jordan Melbourne, Florida +0.251196 aapg_aa_1.html aapg_aa_1.html:278:29351:29370 Knoxville Salem, Oregon +0.67735 aapg_af_90.html aapg_af_90.html:33:5365:5386 Wood Canyon Cornwall, Ontario +0.26061 aapg_ai_81.html aapg_ai_81.html:123:14296:14305 Riceville Pennsylvania +0.456412 cspg_html_1025724640 cspg_html_1025724640:186:26332:26342 Covey Hill Quebec City +0.478225 aapg_af_653.html aapg_af_653.html:1129:136778:136784 Cierbo Salinas, California +0.262108 aapg_ai_296.html aapg_ai_296.html:579:58583:58600 Plattin Arkansas +0.255024 aapg_ah_528.html aapg_ah_528.html:540:58509:58523 China Mountain Great Basin +0.488698 aapg_ai_468.html aapg_ai_468.html:204:25372:25389 Bossier Cotton Valley, Louisiana +0.259045 cspg_html_2492063773 cspg_html_2492063773:13:1099:1113 Cedar District California +0.254012 gsa_html_1662492421 gsa_html_1662492421:9:349:359 Washington Snohomish, Washington +0.447552 aapg_ad_255.html aapg_ad_255.html:139:14284:14288 Frio Galveston Bay Area +0.46948 aapg_ad_800.html aapg_ad_800.html:144:17184:17194 Montgomery Demopolis, Alabama +0.492093 sedimentology_html_5613495298 sedimentology_html_5613495298:751:36911:36921 Las Cruces New Mexico +0.447984 sedimentology_html_1117213207 sedimentology_html_1117213207:1344:97591:97619 Tidal Nassau, Bahamas +0.28455 aapg_ad_286.html aapg_ad_286.html:195:18320:18345 Lisburne Anchorage, Alaska +0.264195 cspg_html_1925276454 cspg_html_1925276454:383:45544:45555 Peace River Southeast Asia +0.256968 palaios_html_1262064602 palaios_html_1262064602:843:87225:87241 Chinle Arizona +0.234734 aapg_af_244.html aapg_af_244.html:31:3715:3723 Tamasopo Tampico, Illinois +0.480414 gsa_html_9310053579 gsa_html_9310053579:355:32209:32219 Mill Creek Leavenworth, Washington +0.477664 cspg_html_1814004928 cspg_html_1814004928:808:76345:76361 Debolt Victoria, British Columbia +0.4944 aapg_ah_157.html aapg_ah_157.html:303:43639:43650 Hardinsburg Hartselle, Alabama +0.462272 aapg_ac_71.html aapg_ac_71.html:687:75367:75381 Cedar Mountain California +0.24929 cspg_html_7182873498 cspg_html_7182873498:141:19794:19808 Guelph Salina, Kansas +0.26104 cspg_html_5515814749 cspg_html_5515814749:6:508:524 Exshaw Lacombe, Alberta +0.484946 aapg_aa_702.html aapg_aa_702.html:1575:152241:152247 Denver Colorado +0.508167 gsa_html_5756232019 gsa_html_5756232019:898:78248:78254 Reston Virginia +0.491825 gsa_html_7199417381 gsa_html_7199417381:13:573:581 Colorado Denver +0.241416 geology_html_5406272214 geology_html_5406272214:233:19733:19739 Oxford Earth +0.271962 gsa_html_8152640301 gsa_html_8152640301:947:85178:85183 Price Arctic Cordillera +0.477225 aapg_ac_563.html aapg_ac_563.html:190:29925:29933 Santiago Mexico +0.257544 aapg_ae_959.html aapg_ae_959.html:371:30695:30711 Kaibab New Mexico +0.261072 aapg_ad_862.html aapg_ad_862.html:137:22162:22171 Oil Creek Pennsylvania +0.887348 aapg_ae_885.html aapg_ae_885.html:237:24114:24122 Toroweap Kaibab, Arizona +0.513825 cspg_html_8612721867 cspg_html_8612721867:1339:148264:148283 Waterways Lacombe, Alberta +0.512415 aapg_ae_428.html aapg_ae_428.html:1095:85808:85826 Lagarto East Texas +0.357192 aapg_aa_702.html aapg_aa_702.html:1378:141343:141365 Salina Michigan +0.262119 jgeology_html_6990146451 jgeology_html_6990146451:1217:72784:72790 Brazil Mato Grosso do Sul +0.285901 aapg_ah_646.html aapg_ah_646.html:94:11850:11866 Chinle Monument Valley +0.488814 gsa_html_2059086425 gsa_html_2059086425:503:40141:40162 Lake Valley New Mexico +0.478235 AMJC_html_6539706032 AMJC_html_6539706032:183:18188:18205 New London Gneiss Plainfield, Illinois +0.4695 aapg_ad_69.html aapg_ad_69.html:6:907:912 Mt Lytton Niobrara, Nebraska +0.486324 aapg_af_460.html aapg_af_460.html:93:8853:8864 Jacobsville Sault Ste. Marie, Ontario +0.268752 aapg_ai_10.html aapg_ai_10.html:336:38961:38974 Woodbine East Texas +0.250985 aapg_ac_841.html aapg_ac_841.html:140:18287:18294 Gracias Nicaragua +0.25856 aapg_aa_995.html aapg_aa_995.html:638:51225:51231 Denver Colorado +0.477664 sedimentology_html_6192916422 sedimentology_html_6192916422:597:49912:49922 Sherbrooke Canada +0.835608 cspg_html_5697056884 cspg_html_5697056884:80:9273:9291 Deadwood Regina, Saskatchewan +0.257544 aapg_ac_574.html aapg_ac_574.html:329:37030:37047 Truckee Reno, Nevada +0.26565 palaios_html_7274959329 palaios_html_7274959329:110:12504:12515 Beauharnois Quebec City +0.4326 aapg_ae_74.html aapg_ae_74.html:547:51356:51362 Dakota Mancos, Colorado +0.251979 cspg_html_6285618099 cspg_html_6285618099:17:2178:2196 Sunblood Middle Ordovician +0.4653 aapg_aa_300.html aapg_aa_300.html:125:17225:17235 Point Loma La Jolla +0.237654 gsa_html_1561548255 gsa_html_1561548255:639:63605:63611 Walker California +0.259588 cspg_html_1336185084 cspg_html_1336185084:48:5522:5544 Grand Rapids Clearwater, Florida +0.485936 gsa_html_8332981884 gsa_html_8332981884:226:21150:21154 Seco San Antonio +0.23958 gsa_html_6317284187 gsa_html_6317284187:843:71991:71998 Shuswap Victoria, British Columbia +0.456435 aapg_ai_337.html aapg_ai_337.html:383:40172:40194 Salina Salina, Kansas +0.257964 palaios_html_5212272868 palaios_html_5212272868:35:3578:3584 Pueblo Colorado +0.482092 aapg_ae_296.html aapg_ae_296.html:90:9551:9567 San Andres New Mexico +0.48762 geology_html_6424152054 geology_html_6424152054:257:20080:20084 Bond North Atlantic Current +0.25449 aapg_ai_958.html aapg_ai_958.html:177:19410:19424 Goliad Texas +0.474329 aapg_aa_644.html aapg_aa_644.html:640:54563:54570 Freedom Cheyenne, Wyoming +0.48267 cspg_html_4765627863 cspg_html_4765627863:27:2636:2644 Columbia Victoria, British Columbia +0.226092 gsa_html_4930932370 gsa_html_4930932370:990:110272:110289 Onaping Sudbury, Suffolk +0.250985 aapg_aa_685.html aapg_aa_685.html:389:35951:35970 Flagstaff Salina, Kansas +0.285628 aapg_ai_296.html aapg_ai_296.html:594:59617:59634 Everton Arkansas +0.252984 aapg_ah_318.html aapg_ah_318.html:1908:175374:175393 La Casita Mexico +0.25152 cspg_html_2749851978 cspg_html_2749851978:414:58152:58169 Cardium Lacombe, Alberta +0.268752 cspg_html_4568084707 cspg_html_4568084707:184:24770:24782 Cooking Lake Redwater, Texas +0.256688 aapg_ad_695.html aapg_ad_695.html:69:6597:6612 Yegua Texas +0.275609 sedimentology_html_6156482329 sedimentology_html_6156482329:927:71642:71649 Renault North Island (Houtman Abrolhos) +0.93605 cspg_html_4298557570 cspg_html_4298557570:117:18160:18176 Battle Edmonton, London +0.516655 aapg_ae_576.html aapg_ae_576.html:334:29634:29644 Wulff Land Washington (state) +0.515632 aapg_aa_994.html aapg_aa_994.html:62:5036:5055 Smackover Shreveport, Louisiana +0.266466 aapg_af_568.html aapg_af_568.html:763:69667:69676 Minnelusa Dolomites +0.478956 gsa_html_6281658899 gsa_html_6281658899:725:77855:77863 Colorado Logan, Utah +0.283514 geology_html_4460152267 geology_html_4460152267:93:7815:7840 Navajo Logan, Utah +0.728277 aapg_ai_810.html aapg_ai_810.html:410:46351:46370 Smackover Texas +0.245478 gsa_html_8427644447 gsa_html_8427644447:591:51411:51415 Dean Northern Great Plain +0.476933 gsa_html_1860930948 gsa_html_1860930948:482:57342:57348 Denver Logan, Utah +0.496752 aapg_af_653.html aapg_af_653.html:879:99730:99738 Monterey California +0.71325 aapg_ak_46.html aapg_ak_46.html:28:2451:2457 Dakota San Juan, Argentina +0.507416 palaios_html_6273516581 palaios_html_6273516581:591:57675:57685 Fort Union Cheyenne, Wyoming +0.236572 gsa_html_3860045860 gsa_html_3860045860:17:548:554 Oregon Salem, Oregon +0.257623 aapg_ad_468.html aapg_ad_468.html:25:3420:3438 St Marys Crisfield, Maryland +0.267285 aapg_ad_37.html aapg_ad_37.html:107:11586:11605 Frio West Columbia, West Virginia +0.26571 cspg_html_3020540834 cspg_html_3020540834:100:14954:14972 Coboconk Ontario, California +0.499174 cspg_html_4794669487 cspg_html_4794669487:104:12553:12572 Takwahoni Victoria, British Columbia +0.488592 aapg_ad_466.html aapg_ad_466.html:286:34699:34706 Raritan Delaware +0.261602 cspg_html_8588503765 cspg_html_8588503765:258:31633:31650 Cardium Victoria, British Columbia +0.501021 aapg_ae_451.html aapg_ae_451.html:64:7214:7227 Turner Valley Lloydminster +0.481005 gsa_html_4873957926 gsa_html_4873957926:1177:122222:122230 Colorado Gunnison County, Colorado +0.25602 sedimentology_html_9971475238 sedimentology_html_9971475238:1404:78974:78980 Banner Hanson, Massachusetts +0.25948 aapg_af_575.html aapg_af_575.html:1096:158323:158329 Dockum Exeter, New Hampshire +0.248997 gsa_html_7808051457 gsa_html_7808051457:669:66219:66236 Manitou Colorado +0.490028 AMJC_html_4176785102 AMJC_html_4176785102:49:4594:4613 Smackover Shreveport, Louisiana +0.263572 cspg_html_6223953329 cspg_html_6223953329:35:3043:3061 Grosmont Hondo, Texas +0.245967 cspg_html_1894459898 cspg_html_1894459898:382:39361:39365 Open Cayman Islands +0.471108 cspg_html_9487785363 cspg_html_9487785363:27:3521:3533 Saskatchewan Regina, Saskatchewan +0.275141 aapg_ad_2.html aapg_ad_2.html:1407:192332:192337 Utica Maysville, Kentucky +0.470374 sedimentology_html_5673709888 sedimentology_html_5673709888:331:30192:30209 Gambier Texas +0.830412 cspg_html_9717154602 cspg_html_9717154602:222:33992:33999 Bearpaw Lacombe, Alberta +0.25959 cspg_html_7244100306 cspg_html_7244100306:91:11233:11241 Colorado Denver +0.506012 aapg_ad_921.html aapg_ad_921.html:6:586:600 Kope Lexington, Kentucky +0.263165 geology_html_9210804293 geology_html_9210804293:230:19113:19131 Moenkopi Logan, Utah +0.48504 aapg_ae_93.html aapg_ae_93.html:21:4472:4480 Columbia Victoria, British Columbia +0.908193 aapg_af_142.html aapg_af_142.html:271:35023:35042 Cotton Valley Terryville, New York +0.25272 gsa_html_2675218998 gsa_html_2675218998:604:56051:56070 Colorado Provinces of Italy +0.241516 cspg_html_5542874609 cspg_html_5542874609:15:2216:2223 Wapiabi Lacombe, Alberta +0.507416 aapg_af_598.html aapg_af_598.html:144:11506:11523 Lenapah Nowata, Oklahoma +0.480912 jgeology_html_1300888380 jgeology_html_1300888380:200:15903:15921 Beaumont Victoria, British Columbia +0.476146 palaios_html_6701247957 palaios_html_6701247957:20:1205:1216 Black River Jamaica, Queens +0.267225 sedimentology_html_7328045802 sedimentology_html_7328045802:348:26550:26575 Perry Portland, Maine +0.485093 gsa_html_1254347878 gsa_html_1254347878:121:15484:15505 Fort Steele Victoria, British Columbia +0.492412 cspg_html_7576506617 cspg_html_7576506617:58:9954:9968 Kenogami River River Severn +0.25956 cspg_html_5376629375 cspg_html_5376629375:475:51821:51843 Bonanza Great Basin +0.240856 AMJC_html_9705852531 AMJC_html_9705852531:639:54485:54519 Colorado Amsterdam +0.485584 gsa_html_9603601502 gsa_html_9603601502:638:45389:45410 Fortin Connecticut River Valley +0.26288 aapg_aa_610.html aapg_aa_610.html:458:48342:48360 Niobrara Niobrara, Nebraska +0.270175 aapg_ai_321.html aapg_ai_321.html:160:22335:22342 Esquias Matagalpa +0.479076 gsa_html_6967102683 gsa_html_6967102683:506:41882:41889 Cassiar Bitterroot Range +0.494088 aapg_ai_225.html aapg_ai_225.html:196:17761:17770 Breathitt Kentucky +0.257554 gsa_html_4438819447 gsa_html_4438819447:706:69277:69296 Mattagami Telford, Pennsylvania +0.501 aapg_ah_593.html aapg_ah_593.html:87:8654:8660 Pawnee Ellis County, Kansas +0.267288 aapg_ac_285.html aapg_ac_285.html:47:3423:3429 Viking Karnes County, Texas +0.262614 cspg_html_1372398575 cspg_html_1372398575:6:437:456 Paskapoo Lacombe, Alberta +0.277288 aapg_ac_913.html aapg_ac_913.html:214:19451:19456 Atoka Atoka, Oklahoma +0.477012 aapg_ac_967.html aapg_ac_967.html:404:40602:40608 Oregon Richmond, California +0.464977 aapg_af_496.html aapg_af_496.html:527:46798:46806 Virginia California +0.4944 aapg_af_3.html aapg_af_3.html:264:26831:26846 Supai Supai, Arizona +0.51467 AMJC_html_7984049819 AMJC_html_7984049819:17:973:982 Brunswick Portland, Maine +0.268632 aapg_af_131.html aapg_af_131.html:3:400:425 Rustler Texas +0.271425 palaios_html_3112927242 palaios_html_3112927242:940:72359:72366 Juniata Pennsylvania +0.256332 aapg_ae_546.html aapg_ae_546.html:207:24066:24096 Cotton Valley Texas +0.2555 aapg_ac_333.html aapg_ac_333.html:1325:158572:158578 Kaibab Grand Canyon +0.255224 aapg_ah_283.html aapg_ah_283.html:136:14663:14681 Cowlitz Washington (state) +0.25755 cspg_html_4680797491 cspg_html_4680797491:232:24871:24882 Slave Point Swan Hill, Victoria +0.247234 aapg_af_779.html aapg_af_779.html:31:5220:5227 Bedford Michigan +0.236195 aapg_ac_634.html aapg_ac_634.html:296:33683:33690 Leonard Texas +0.485469 aapg_ac_491.html aapg_ac_491.html:37:5707:5722 Taman Taman Peninsula +0.255488 cspg_html_4680804918 cspg_html_4680804918:528:68655:68675 Milk River Bow Island Airport +0.48384 aapg_ai_1.html aapg_ai_1.html:171:15448:15453 Molas Leadville, Colorado +0.23547 gsa_html_2729737430 gsa_html_2729737430:587:60809:60825 Colter Signal Mountain (Wyoming) +0.259072 aapg_ai_49.html aapg_ai_49.html:716:93116:93123 Wingate Kayenta, Arizona +0.252434 cspg_html_3550853247 cspg_html_3550853247:196:22288:22296 Wabiscaw Pelican Lake, Wisconsin +0.368874 aapg_ai_501.html aapg_ai_501.html:3:398:421 Lone Mountain Reno, Nevada +0.25143 aapg_ae_547.html aapg_ae_547.html:92:12242:12252 Sitkalidak Kodiak Island +0.443324 aapg_ae_6.html aapg_ae_6.html:614:67403:67407 Buda County Sligo +0.246015 aapg_ac_341.html aapg_ac_341.html:131:15878:15888 Kinderhook Chattanooga, Tennessee +0.48399 AMJC_html_6665023251 AMJC_html_6665023251:16:868:878 Washington Seattle +0.481076 cspg_html_9046359229 cspg_html_9046359229:1005:107533:107541 Columbia Lacombe, Alberta +0.848656 cspg_html_5484260516 cspg_html_5484260516:1558:129806:129822 Banff Lacombe, Alberta +0.452628 aapg_ad_466.html aapg_ad_466.html:31:3778:3792 Fredericksburg Richmond, California +0.252266 cspg_html_9435196958 cspg_html_9435196958:245:11351:11363 Souris River Canada +0.469216 aapg_ai_82.html aapg_ai_82.html:49:6531:6551 Greenbrier Greenbrier (Great Smoky Mountains) +0.503812 aapg_ad_639.html aapg_ad_639.html:243:29830:29852 Allegheny Pennsylvania +0.268836 cspg_html_5949578130 cspg_html_5949578130:960:104125:104153 Sandia Calgary +0.459351 cspg_html_9008569748 cspg_html_9008569748:39:4350:4355 Yukon Victoria, British Columbia +0.261576 aapg_ah_819.html aapg_ah_819.html:55:4117:4138 Green River Wasatch Range +0.506464 aapg_ah_301.html aapg_ah_301.html:741:87544:87549 Logan Shark Bay +0.376244 palaios_html_6757540995 palaios_html_6757540995:569:53092:53112 Blufftown Alabama +0.493812 geology_html_5745933097 geology_html_5745933097:12:729:737 Virginia Reston, Virginia +0.50933 aapg_ae_223.html aapg_ae_223.html:117:14595:14613 Frontier Colorado +0.262808 sedimentology_html_7500194879 sedimentology_html_7500194879:671:48025:48039 Frio Texas +0.25149 cspg_html_1743658399 cspg_html_1743658399:202:28689:28704 Melville Island Bathurst Island (Northern Territory) +0.265768 aapg_aa_358.html aapg_aa_358.html:102:10932:10949 Entrada Carmel, Indiana +0.259077 sedimentology_html_1357699877 sedimentology_html_1357699877:970:67966:67970 Hall London, Ontario +0.26832 cspg_html_8568877195 cspg_html_8568877195:6:441:452 Belly River Lacombe, Alberta +0.227022 cspg_html_5538678223 cspg_html_5538678223:369:46096:46112 Luning California +0.49056 cspg_html_5312588885 cspg_html_5312588885:38:4332:4354 Jefferson Boise, Idaho +0.456168 sedimentology_html_2717700395 sedimentology_html_2717700395:692:48751:48755 Hall London, Ontario +0.471942 cspg_html_8532932475 cspg_html_8532932475:646:58198:58206 Edmonton Calgary +0.262626 geology_html_2144574689 geology_html_2144574689:209:21337:21347 Washington Seattle +0.271593 sedimentology_html_3990399320 sedimentology_html_3990399320:21:1404:1413 Red River Canada +0.467449 aapg_af_461.html aapg_af_461.html:189:17527:17546 Detroit River Wisconsin +0.257 gsa_html_5734608463 gsa_html_5734608463:610:40970:40996 El Tambor Guatemala +0.465392 gsa_html_7120668170 gsa_html_7120668170:836:78661:78667 Sonora Mexico +0.47369 aapg_ae_73.html aapg_ae_73.html:888:109475:109483 Colorado De Baca County, New Mexico +0.2655 cspg_html_4031489103 cspg_html_4031489103:339:49766:49789 Mount Shields Fernie, British Columbia +0.2709 sedimentology_html_2041096405 sedimentology_html_2041096405:188:17419:17432 A-1 Carbonate Guelph +0.47424 sedimentology_html_5673709888 sedimentology_html_5673709888:1866:111774:111796 Hawthorn Compton, California +0.25956 gsa_html_1166388813 gsa_html_1166388813:772:74495:74501 Snyder Cordillera Administrative Region +0.263025 aapg_ai_432.html aapg_ai_432.html:135:18211:18216 Ancon Playas, New Mexico +0.27132 aapg_ae_768.html aapg_ae_768.html:21:3677:3693 Salado Culebra, Puerto Rico +0.47628 aapg_ah_490.html aapg_ah_490.html:3:277:296 Minnelusa Black Hills +0.268299 cspg_html_8021635994 cspg_html_8021635994:32:3550:3578 Watt Mountain Victoria, British Columbia +0.75411 aapg_ac_832.html aapg_ac_832.html:1403:132556:132575 Red River Manitoba +0.241566 sedimentology_html_1463603507 sedimentology_html_1463603507:1180:75136:75153 Barstow California +0.26214 aapg_aa_233.html aapg_aa_233.html:562:57543:57549 Sierra Matamoros, Tamaulipas +0.254012 aapg_ad_122.html aapg_ad_122.html:63:5846:5852 Forest Butler County, Ohio +0.273 gsa_html_1024107776 gsa_html_1024107776:940:96155:96176 Pottsville New Brunswick, New Jersey +0.454578 geology_html_3717843204 geology_html_3717843204:148:14561:14591 Gowganda Ontario, California +0.27108 aapg_ad_683.html aapg_ad_683.html:156:19862:19880 Moenkopi Supai, Arizona +0.25186 cspg_html_3178645840 cspg_html_3178645840:373:47071:47079 Columbia Lacombe, Alberta +0.26156 aapg_ac_380.html aapg_ac_380.html:421:49860:49868 Onondaga Onondaga (tribe) +0.271297 aapg_ad_991.html aapg_ad_991.html:119:9789:9796 Hosston Tuscaloosa, Alabama +0.513659 aapg_ah_181.html aapg_ah_181.html:146:17536:17552 Navajo Carmel, Indiana +0.257049 cspg_html_1763727002 cspg_html_1763727002:432:47621:47647 Halfway Lacombe, Alberta +0.26574 cspg_html_7086880709 cspg_html_7086880709:139:15516:15523 Funeral Mackenzie River +0.257346 cspg_html_7777724998 cspg_html_7777724998:11:1151:1174 Mist Mountain Crowsnest Pass, Alberta +0.492666 cspg_html_4293350162 cspg_html_4293350162:326:36510:36530 Mount Head Carnarvon, Western Australia +0.499639 aapg_ac_951.html aapg_ac_951.html:18:2545:2572 Prospect Logan, Utah +0.48951 aapg_ah_427.html aapg_ah_427.html:159:21250:21259 Red River Wichita Mountains +0.260051 cspg_html_1665574291 cspg_html_1665574291:99:17042:17064 Willow Creek Bow River +0.51188 aapg_ad_764.html aapg_ad_764.html:19:2478:2486 Vaqueros California +0.257554 aapg_ai_328.html aapg_ai_328.html:88:8781:8791 Rancheria Rift Valley lakes +0.425204 cspg_html_3354282978 cspg_html_3354282978:93:14220:14230 Swan Hills Lacombe, Alberta +0.452998 aapg_af_318.html aapg_af_318.html:581:56879:56890 Viking Lacombe, Alberta +0.262144 cspg_html_8692417800 cspg_html_8692417800:176:22654:22674 Salina Kent County, Maryland +0.254015 cspg_html_4132771434 cspg_html_4132771434:790:88222:88235 Wabamun Lacombe, Alberta +0.458828 aapg_ai_105.html aapg_ai_105.html:391:48723:48728 Provo Oquirrh Mountain Utah Temple +0.470208 aapg_ad_2.html aapg_ad_2.html:707:101405:101421 Potsdam Saratoga Springs, New York +0.50492 sedimentology_html_2010995560 sedimentology_html_2010995560:1943:113377:113382 Waicoe Svalbard and Jan Mayen +0.252494 gsa_html_5060576576 gsa_html_5060576576:713:68038:68042 Bond North Atlantic Current +0.257033 gsa_html_2895081305 gsa_html_2895081305:32:1735:1750 Cupido Coahuila +0.266231 aapg_af_397.html aapg_af_397.html:719:89510:89517 Entrada Entrada Sandstone +0.238392 aapg_ad_764.html aapg_ad_764.html:19:2429:2445 Walker Bakersfield, California +0.2898 aapg_ah_869.html aapg_ah_869.html:1010:94527:94545 Morrison Cheyenne, Wyoming +0.264668 cspg_html_4326384800 cspg_html_4326384800:1046:154124:154133 Waterways Canada +0.24651 cspg_html_1260733368 cspg_html_1260733368:6:388:410 Medicine Hat Lacombe, Alberta +0.45936 cspg_html_6675007047 cspg_html_6675007047:753:72298:72306 Edmonton Lacombe, Alberta +0.493218 aapg_aa_23.html aapg_aa_23.html:611:76831:76849 Vaureal Anticosti Island +0.259956 cspg_html_1188455526 cspg_html_1188455526:96:16169:16196 Nansen Ellesmere Island +0.240912 cspg_html_2625728726 cspg_html_2625728726:768:80419:80434 Elk Lacombe, Alberta +0.264052 cspg_html_2184091860 cspg_html_2184091860:573:54559:54576 Macasty Quebec City +0.486401 aapg_af_85.html aapg_af_85.html:116:12694:12700 Muskeg Victoria, British Columbia +0.258981 cspg_html_1498300615 cspg_html_1498300615:882:106208:106221 Waterways Lacombe, Alberta +0.459232 aapg_ai_549.html aapg_ai_549.html:106:10101:10121 Salina Michigan Basin +0.244736 geology_html_2632215670 geology_html_2632215670:349:26902:26908 Kodiak Anchorage, Alaska +0.489984 cspg_html_6134774167 cspg_html_6134774167:549:53432:53447 Gates Canada +0.518076 aapg_ah_687.html aapg_ah_687.html:364:50314:50329 Grosmont Clearwater, Florida +0.242048 cspg_html_5889831809 cspg_html_5889831809:41:5586:5600 Colorado Lacombe, Alberta +0.261096 geology_html_1943656153 geology_html_1943656153:263:21683:21689 Brazil Cape Town +0.254518 aapg_ai_296.html aapg_ai_296.html:117:12430:12437 Norfolk Baxter County, Arkansas +0.451088 cspg_html_4693916254 cspg_html_4693916254:369:44517:44550 Saskatchewan Regina, Saskatchewan +0.491384 aapg_af_612.html aapg_af_612.html:216:26447:26457 Frio East Asia +0.245935 aapg_ae_268.html aapg_ae_268.html:136:13971:13982 Paint Creek Bloomington, Indiana +0.26988 gsa_html_2717448156 gsa_html_2717448156:1413:131955:131993 Kingston Peak Death Valley +0.245024 aapg_aa_322.html aapg_aa_322.html:120:11979:11997 Sycamore Choteau, Montana +0.276138 aapg_ac_333.html aapg_ac_333.html:900:110660:110664 Yeso West, Texas +0.523 gsa_html_6677406936 gsa_html_6677406936:63:5200:5228 Green River Colorado +0.200312 cspg_html_2873888604 cspg_html_2873888604:382:56170:56189 Pardonet Western Canadian Sedimentary Basin +0.249975 cspg_html_1730027796 cspg_html_1730027796:85:8988:8998 Boas River Southampton Island +0.464145 AMJC_html_8047479732 AMJC_html_8047479732:500:57351:57356 Crete Karpathos +0.890967 palaios_html_9993198762 palaios_html_9993198762:10:440:473 Morrison Cheyenne, Wyoming +0.89664 aapg_ac_749.html aapg_ac_749.html:28:3787:3796 Queenston Bruce Peninsula National Park +0.487531 gsa_html_9865056817 gsa_html_9865056817:1163:93261:93273 Cutler Logan, Utah +0.265176 palaios_html_7076037184 palaios_html_7076037184:302:27598:27603 Spoon Illinois +0.245935 cspg_html_4812473779 cspg_html_4812473779:185:30032:30052 La Vieille New Brunswick, New Jersey +0.461448 aapg_ad_837.html aapg_ad_837.html:66:6199:6213 Colorado Devon +0.256536 cspg_html_4270552951 cspg_html_4270552951:188:27360:27365 Favel Niobrara, Nebraska +0.271297 cspg_html_3008414459 cspg_html_3008414459:29:4697:4713 Mt Lytton Milk River, Alberta +0.261112 palaios_html_5600528347 palaios_html_5600528347:657:59939:59967 Green River Cheyenne, Wyoming +0.246973 aapg_af_900.html aapg_af_900.html:241:32579:32587 Big Hill Jefferson County, Colorado +0.487494 aapg_af_479.html aapg_af_479.html:728:76789:76798 San Diego Baja California peninsula +0.838912 cspg_html_3026112034 cspg_html_3026112034:8:363:373 Swan Hills Lacombe, Alberta +0.500316 aapg_ae_411.html aapg_ae_411.html:61:6361:6382 Main Street Grayson County, Kentucky +0.253967 aapg_ah_528.html aapg_ah_528.html:540:58570:58581 Coal Canyon Great Basin +0.469614 cspg_html_7777724998 cspg_html_7777724998:844:79160:79170 Swan River Regina, Saskatchewan +0.245464 aapg_ae_728.html aapg_ae_728.html:55:6962:6970 Fountain Texas +0.256011 aapg_ac_807.html aapg_ac_807.html:549:54500:54508 Richmond Virginia +0.482776 aapg_ac_882.html aapg_ac_882.html:312:29916:29934 Fairview Cincinnati +0.83885 geology_html_7441090490 geology_html_7441090490:220:18986:19006 North Horn Logan, Utah +0.482724 aapg_ae_75.html aapg_ae_75.html:43:7374:7391 Concha Colina, Chile +0.266247 cspg_html_9435196958 cspg_html_9435196958:345:15776:15787 Belly River Lacombe, Alberta +0.272896 jgeology_html_6388378441 jgeology_html_6388378441:281:21128:21138 Las Cruces New Mexico +0.49555 aapg_ae_794.html aapg_ae_794.html:628:70114:70129 Eutaw Piedmont (United States) +0.490633 aapg_ah_427.html aapg_ah_427.html:698:91083:91105 Boggy McAlester, Oklahoma +0.240038 cspg_html_7576506617 cspg_html_7576506617:230:32523:32544 Ekwan River Moose River (Maine) +0.245967 palaios_html_6455472411 palaios_html_6455472411:409:41446:41465 Fairview Netherlands +0.256452 aapg_ae_70.html aapg_ae_70.html:327:34763:34769 Casper Colorado +0.260096 cspg_html_2297270979 cspg_html_2297270979:90:12699:12755 Long Rapids Ontario, California +0.487135 aapg_ai_278.html aapg_ai_278.html:776:94257:94275 Pine Key Melbourne, Florida +0.249919 sedimentology_html_6577177005 sedimentology_html_6577177005:586:46230:46235 Cadiz Portugal +0.260545 cspg_html_6116883777 cspg_html_6116883777:1598:197023:197041 Read Bay Little Cornwallis Island +0.265161 gsa_html_6753732431 gsa_html_6753732431:508:50915:50930 Sespe California +0.484892 cspg_html_8362959053 cspg_html_8362959053:144:20017:20023 Luscar Mountain Park (Holyoke, Massachusetts) +0.26316 cspg_html_8789242291 cspg_html_8789242291:216:27619:27639 Ravenscrag Canada +0.808738 aapg_ae_391.html aapg_ae_391.html:361:32039:32056 Salado Dolomites +0.251 aapg_ae_777.html aapg_ae_777.html:118:14128:14152 Espiritu Santo New Mexico +0.257544 AMJC_html_1163576052 AMJC_html_1163576052:836:83127:83134 Pioneer Shreveport, Louisiana +0.480365 gsa_html_9310053579 gsa_html_9310053579:437:38871:38896 Chumstick Lake Wenatchee State Park +0.25443 aapg_ai_46.html aapg_ai_46.html:171:14004:14014 Stillwater Herington, Kansas +0.257839 aapg_ae_324.html aapg_ae_324.html:87:8844:8851 Narrows Virginia +0.25553 cspg_html_4645836177 cspg_html_4645836177:380:40954:40960 Denver Colorado +0.481824 cspg_html_9754745914 cspg_html_9754745914:6:392:405 Wapiabi Lacombe, Alberta +0.249194 aapg_ai_942.html aapg_ai_942.html:234:36698:36714 Salado New Mexico +0.468905 gsa_html_3883467297 gsa_html_3883467297:817:63827:63836 Eel River California +0.263472 aapg_ae_467.html aapg_ae_467.html:368:28383:28392 Coldwater Sunbury, Pennsylvania +0.500325 aapg_ad_798.html aapg_ad_798.html:195:19858:19865 Prairie Shreveport, Louisiana +0.495264 aapg_ac_825.html aapg_ac_825.html:3:372:380 Monterey Carmel, Indiana +0.255021 aapg_ai_295.html aapg_ai_295.html:207:23993:24015 Spavinaw Granite Missouri River +0.27612 cspg_html_5807593737 cspg_html_5807593737:6:293:300 Duperow Williston, Vermont +0.253967 cspg_html_3831007171 cspg_html_3831007171:32:3549:3556 Camrose Edmonton, London +0.246568 aapg_aa_856.html aapg_aa_856.html:106:9944:9950 Paluxy Cotton Valley, Louisiana +0.492412 gsa_html_1431051448 gsa_html_1431051448:66:5190:5218 Green River Colorado +0.260099 aapg_ah_647.html aapg_ah_647.html:298:31560:31572 Percha New Mexico +0.48576 aapg_aa_626.html aapg_aa_626.html:82:9886:9894 Patuxent Maryland +0.492345 aapg_af_419.html aapg_af_419.html:73:8343:8348 Salem Salem, Oregon +0.263844 cspg_html_8387792223 cspg_html_8387792223:146:21055:21079 Stony Mountain Manitoba +0.253968 aapg_ad_696.html aapg_ad_696.html:476:43654:43665 Haynesville Haynesville, Louisiana +0.484227 aapg_ai_28.html aapg_ai_28.html:394:37704:37722 Beaumont Nueces County, Texas +0.233895 palaios_html_4547262654 palaios_html_4547262654:30:2655:2661 Denver Nebraska +0.243386 jgeology_html_3517640817 jgeology_html_3517640817:83:3403:3412 Peninsula Korea +0.2555 geology_html_2056111011 geology_html_2056111011:257:21779:21788 San Diego California +0.25186 aapg_ac_221.html aapg_ac_221.html:156:18518:18531 Santa Barbara Santa Monica, California +0.47 aapg_ai_364.html aapg_ai_364.html:762:63325:63333 Colorado Mississippian culture +0.469437 sedimentology_html_6663191436 sedimentology_html_6663191436:939:72994:73007 Santa Barbara San Diego +0.273429 aapg_ah_180.html aapg_ah_180.html:71:7911:7929 Bloomsburg Onondaga (tribe) +0.261522 cspg_html_7310162886 cspg_html_7310162886:112:14306:14316 Road River White Mountains (California) +0.241566 aapg_ac_841.html aapg_ac_841.html:721:78263:78278 Atima Lake Yojoa +0.260554 gsa_html_7151930388 gsa_html_7151930388:718:66722:66732 Rancheria Mexico +0.264654 aapg_ai_11.html aapg_ai_11.html:230:28362:28369 Chanute Plattsburg, Missouri +0.260568 aapg_aa_684.html aapg_aa_684.html:468:40831:40846 Jelm Cheyenne, Wyoming +0.23716 cspg_html_8316122266 cspg_html_8316122266:372:34002:34008 Denver Colorado +0.281957 cspg_html_5955028331 cspg_html_5955028331:779:74389:74405 Viking Lacombe, Alberta +0.482384 aapg_af_854.html aapg_af_854.html:423:55291:55308 Borden Carwood, Indiana +0.249428 gsa_html_1783148177 gsa_html_1783148177:800:79596:79620 Mt Lytton Hunter Mountain (ski area) +0.514 cspg_html_7866293053 cspg_html_7866293053:284:32733:32753 Loon River Lacombe, Alberta +0.486864 gsa_html_5147030878 gsa_html_5147030878:586:48717:48745 Green River Colorado +0.474978 gsa_html_4234009219 gsa_html_4234009219:29:2179:2210 White River Canada +0.2472 cspg_html_6588266079 cspg_html_6588266079:315:32862:32878 Lakota Cheyenne, Wyoming +0.243955 jgeology_html_1198140108 jgeology_html_1198140108:1091:65053:65061 Colorado Gunnison County, Colorado +0.271297 aapg_af_666.html aapg_af_666.html:523:44939:44957 Wasatch Wasatch Range +0.259908 sedimentology_html_2550885329 sedimentology_html_2550885329:1839:104615:104635 Bloomsburg Pennsylvania +0.268877 aapg_ah_134.html aapg_ah_134.html:122:9718:9729 Haynesville Paluxy, Texas +0.254829 aapg_ae_631.html aapg_ae_631.html:55:6856:6883 Traverse Falmouth, Massachusetts +0.476672 cspg_html_3041902517 cspg_html_3041902517:977:106982:107002 Sabine Henderson, Nevada +0.257943 aapg_aa_622.html aapg_aa_622.html:322:34028:34047 Moenkopi Chinle Formation +0.266207 palaios_html_2994452429 palaios_html_2994452429:62:7406:7423 Montney Victoria, British Columbia +0.245021 aapg_ai_409.html aapg_ai_409.html:299:34271:34282 Pine Island Cotton Valley, Louisiana +0.251 geology_html_9372706434 geology_html_9372706434:12:590:600 Washington Seattle +0.94145 aapg_ac_629.html aapg_ac_629.html:120:17567:17585 Beaumont Beaumont, Texas +0.260604 cspg_html_1312400675 cspg_html_1312400675:171:20597:20613 Oldman Edmonton, London +0.47177 aapg_ac_944.html aapg_ac_944.html:145:15257:15281 Arroyo Placitas, New Mexico +0.2495 palaios_html_2256521782 palaios_html_2256521782:1373:95401:95420 Mansfield Bloomington, Indiana +0.24939 sedimentology_html_5597821332 sedimentology_html_5597821332:803:71153:71157 Hall London, Ontario +0.470782 aapg_ae_392.html aapg_ae_392.html:8:1517:1537 Batesville Batesville, Arkansas +0.48672 aapg_ai_243.html aapg_ai_243.html:34:4621:4631 Tuscaloosa Tuscaloosa, Alabama +0.273504 aapg_ad_400.html aapg_ad_400.html:3:220:236 Maroon Glenwood Springs, Colorado +0.26104 aapg_ae_544.html aapg_ae_544.html:5:749:760 Mowry Judith River Formation +0.662592 aapg_af_143.html aapg_af_143.html:1146:127075:127091 Empire Cape Blanco Light +0.476453 aapg_aa_813.html aapg_aa_813.html:409:44296:44316 Fort Union Cheyenne, Wyoming +0.259578 cspg_html_5241714595 cspg_html_5241714595:637:95366:95414 Lodgepole Regina, Saskatchewan +0.25853 AMJC_html_8804784209 AMJC_html_8804784209:382:36757:36778 Waits River Bennington, Vermont +0.26145 aapg_ae_700.html aapg_ae_700.html:239:21016:21026 Santa Cruz California +0.500752 AMJC_html_8619525948 AMJC_html_8619525948:91:11784:11802 Wamsutta Cambridge, Massachusetts +0.260051 aapg_ai_3.html aapg_ai_3.html:44:7619:7628 Wickliffe Mound City, Missouri +0.25143 aapg_ae_268.html aapg_ae_268.html:219:21415:21423 Golconda Kentucky +0.24849 aapg_af_291.html aapg_af_291.html:388:43969:43996 Sadlerochit Lisburne Peninsula +0.676599 AMJC_html_5969956211 AMJC_html_5969956211:146:20236:20256 Uinta Logan, Utah +0.258757 aapg_ac_720.html aapg_ac_720.html:327:33702:33724 Hornerstown New Egypt, New Jersey +0.249494 geology_html_3329409452 geology_html_3329409452:250:23540:23550 Rio Grande Phoenix, Arizona +0.259056 aapg_af_384.html aapg_af_384.html:371:41173:41180 Audhild Ellesmere Island +0.259534 sedimentology_html_1574151857 sedimentology_html_1574151857:319:26338:26344 Oregon Washington (state) +0.260598 aapg_ad_466.html aapg_ad_466.html:307:38448:38460 Raritan Tuscaloosa, Alabama +0.275808 aapg_ae_791.html aapg_ae_791.html:14:2122:2126 Elko Little Humboldt River +0.250494 aapg_ae_4.html aapg_ae_4.html:267:31521:31531 Bear River Deep Creek Mountains +0.916534 aapg_ah_654.html aapg_ah_654.html:1058:109672:109691 Chugwater John Crow Mountains +0.260099 cspg_html_5909649442 cspg_html_5909649442:282:32886:32904 Paskapoo Lacombe, Alberta +0.26117 cspg_html_8928894270 cspg_html_8928894270:487:58235:58253 Birdbear Canada +0.475205 aapg_ai_154.html aapg_ai_154.html:45:4659:4677 Onondaga Helderberg +0.264825 aapg_ah_540.html aapg_ah_540.html:389:36554:36570 Dakota Cheyenne, Wyoming +0.48951 gsa_html_8241338635 gsa_html_8241338635:1087:95963:95972 Flagstaff Arizona +0.389112 aapg_ah_691.html aapg_ah_691.html:350:40570:40588 Norphlet Alabama +0.250901 jgeology_html_1740511298 jgeology_html_1740511298:155:10289:10306 Erving Littleton, Colorado +0.249428 aapg_ai_267.html aapg_ai_267.html:129:17913:17920 Halifax Cape Hatteras Light +0.269217 aapg_ae_871.html aapg_ae_871.html:352:56902:56923 Belly River Lacombe, Alberta +0.26367 gsa_html_6281658899 gsa_html_6281658899:600:68969:68987 Wiggins Cheyenne, Wyoming +0.249999 cspg_html_2863271815 cspg_html_2863271815:246:28197:28213 Guelph Ontario, California +0.271906 aapg_ah_301.html aapg_ah_301.html:688:79574:79582 Wolfcamp Texas +0.255024 sedimentology_html_2208426700 sedimentology_html_2208426700:1201:66191:66203 Saskatchewan Shouldice Hernia Centre +0.497714 cspg_html_5660413005 cspg_html_5660413005:127:15599:15615 Calmar Blue Ridge Mountains +0.272626 geology_html_2424942195 geology_html_2424942195:12:653:659 Toledo Ohio +0.439047 aapg_ai_957.html aapg_ai_957.html:82:8581:8587 Goliad Uvalde, Texas +0.257868 aapg_aa_255.html aapg_aa_255.html:83:8624:8632 Tensleep Powder River (Montana) +0.501021 aapg_ah_318.html aapg_ah_318.html:80:12413:12432 Smackover Shreveport, Louisiana +0.257514 sedimentology_html_7518899751 sedimentology_html_7518899751:1770:93024:93052 Wabamun Lacombe, Alberta +0.243978 aapg_aa_906.html aapg_aa_906.html:454:49813:49823 Fort Union Melbourne, Florida +0.498318 aapg_aa_391.html aapg_aa_391.html:245:21242:21250 Woodbine Arkansas +0.258482 cspg_html_9872589627 cspg_html_9872589627:8:369:402 Halfway Western Canadian Sedimentary Basin +0.264192 aapg_ad_134.html aapg_ad_134.html:16:1453:1458 Atoka Grand Canyon +0.250997 aapg_ae_419.html aapg_ae_419.html:4702:273819:273825 Sierra Mexico +0.235144 cspg_html_7988775280 cspg_html_7988775280:371:57638:57657 Athabasca Lacombe, Alberta +0.480768 gsa_html_1440648000 gsa_html_1440648000:57:4027:4055 Green River Colorado +0.24843 palaios_html_4936782265 palaios_html_4936782265:672:66271:66277 Pueblo Colorado +0.4815 cspg_html_6038396142 cspg_html_6038396142:28:4055:4090 Saskatchewan Winnipeg +0.494769 gsa_html_4308966435 gsa_html_4308966435:1275:126385:126394 Rochester Rochester, Kent +0.497276 palaios_html_1027055785 palaios_html_1027055785:374:39556:39571 Conemaugh Ohio +0.247996 aapg_ae_961.html aapg_ae_961.html:94:7754:7761 Grafton Glenfield, New Zealand +0.51379 aapg_ah_141.html aapg_ah_141.html:94:8796:8804 Niobrara Mancos, Colorado +0.484389 sedimentology_html_4466059731 sedimentology_html_4466059731:166:7822:7826 Hall London, Ontario +0.447104 cspg_html_4592078516 cspg_html_4592078516:450:60262:60278 Skonun Victoria, British Columbia +0.270399 aapg_af_93.html aapg_af_93.html:361:43376:43403 White Sage Gold Hill, Colorado +0.487548 aapg_ae_587.html aapg_ae_587.html:137:12366:12372 Oxford England +0.25755 palaios_html_5200400776 palaios_html_5200400776:251:25974:25996 Trout Valley Portland, Maine +0.505136 aapg_af_575.html aapg_af_575.html:551:75723:75733 Kinderhook Missouri River +0.49164 cspg_html_8049997704 cspg_html_8049997704:11:697:717 Milk River Southern Alberta +0.26883 aapg_ai_615.html aapg_ai_615.html:272:29297:29328 Brushy Canyon Guadalupe Mountains National Park +0.03763 aapg_ad_939.html aapg_ad_939.html:53:6263:6282 Newcastle Black Hills +0.254388 aapg_ad_466.html aapg_ad_466.html:1438:152506:152526 Vincentown Vincentown, New Jersey +0.526752 aapg_ah_645.html aapg_ah_645.html:527:64443:64450 Rierdon Williston, Vermont +0.525096 aapg_ac_302.html aapg_ac_302.html:107:11385:11402 Laketown Dolomite Piute, California +0.482023 cspg_html_2939557171 cspg_html_2939557171:652:79827:79835 Montreal Canada +0.934728 aapg_ac_730.html aapg_ac_730.html:86:13180:13196 Dakota Iowa +0.484467 aapg_ad_283.html aapg_ad_283.html:37:5390:5410 San Andres Delaware +0.500612 aapg_ac_720.html aapg_ac_720.html:322:33412:33430 Navesink Chesapeake Bay +0.25636 aapg_ae_220.html aapg_ae_220.html:51:6072:6091 Smackover Cotton Valley, Louisiana +0.25856 aapg_ai_281.html aapg_ai_281.html:71:8138:8145 Tamabra El Abra +0.262614 sedimentology_html_2750917004 sedimentology_html_2750917004:46:4118:4124 Oregon California +0.244961 aapg_ai_462.html aapg_ai_462.html:77:8468:8498 San Felipe Southeast Asia +0.44599 aapg_ah_245.html aapg_ah_245.html:6:739:748 Cold Lake Canada +0.478353 cspg_html_4403434336 cspg_html_4403434336:254:29813:29849 Allen Bay Canada +0.449064 aapg_ah_847.html aapg_ah_847.html:306:36429:36445 Tinton Monmouth County, New Jersey +0.476046 cspg_html_7404699681 cspg_html_7404699681:163:16626:16637 Peace River Lacombe, Alberta +0.24059 aapg_ai_17.html aapg_ai_17.html:1127:73913:73928 Tampa Melbourne, Florida +0.47329 cspg_html_3233680622 cspg_html_3233680622:115:16850:16865 Lougheed Island Melville Island (Canada) +0.254007 gsa_html_7102550258 gsa_html_7102550258:211:21174:21189 Bluff Colorado +0.470408 palaios_html_4010001639 palaios_html_4010001639:194:19562:19566 Hall Benton, Arkansas +0.267254 aapg_ac_641.html aapg_ac_641.html:271:35645:35660 Mesaverde Colorado +0.484124 gsa_html_4910884318 gsa_html_4910884318:17:897:917 Citronelle Melbourne, Florida +0.262144 cspg_html_8558580101 cspg_html_8558580101:25:3648:3664 Sulphur Mountain Lacombe, Alberta +0.24745 palaios_html_2201248665 palaios_html_2201248665:667:51124:51128 Ross Pennsylvania +0.2585 gsa_html_8716356528 gsa_html_8716356528:949:71697:71706 San Pedro Chile +0.491303 aapg_af_854.html aapg_af_854.html:881:125010:125032 Paint Creek Missouri River +0.259017 aapg_ai_464.html aapg_ai_464.html:6:1139:1148 San Pedro California +0.270764 cspg_html_9771826320 cspg_html_9771826320:59:9978:9996 Beaufort Ellesmere Island +0.250444 aapg_ac_612.html aapg_ac_612.html:94:9564:9577 Fountain Table Mountain +0.24628 gsa_html_7605900420 gsa_html_7605900420:426:43131:43148 Roberts Mountains Reno, Nevada +0.26159 cspg_html_1188455526 cspg_html_1188455526:274:42840:42852 Strand Fiord Ellesmere Island +0.499035 gsa_html_7782714579 gsa_html_7782714579:741:59866:59876 Deer Creek Sierra Nevada (Spain) +0.257554 cspg_html_7115701337 cspg_html_7115701337:583:63172:63193 Shaftesbury Canada +0.472758 geology_html_9283835773 geology_html_9283835773:357:23898:23904 Laguna Colombia +0.443037 aapg_ac_791.html aapg_ac_791.html:22:2640:2693 Barnett Texas +0.238326 sedimentology_html_5315330584 sedimentology_html_5315330584:87:9349:9353 Java Sumatra +0.250745 aapg_ac_742.html aapg_ac_742.html:24:3582:3591 Spearfish Black Hills +0.474759 cspg_html_5456368738 cspg_html_5456368738:202:28102:28122 Pine Point Great Slave Lake +0.276507 aapg_ae_873.html aapg_ae_873.html:693:81201:81217 Paluxy Hopkins County, Kentucky +0.260051 gsa_html_6636494931 gsa_html_6636494931:756:69461:69467 Denver Logan, Utah +0.26059 cspg_html_5818285590 cspg_html_5818285590:38:6007:6013 Osprey Queen Charlotte Strait +0.2709 cspg_html_9778753186 cspg_html_9778753186:233:34550:34558 Kootenay Victoria, British Columbia +0.252324 aapg_aa_734.html aapg_aa_734.html:256:27450:27458 Caballos Texas +0.25844 geology_html_6255115604 geology_html_6255115604:9:322:330 Toroweap Grand Canyon +0.377456 cspg_html_4626597050 cspg_html_4626597050:305:37736:37756 Phosphoria Boise, Idaho +0.536328 aapg_aa_645.html aapg_aa_645.html:16:2514:2522 Kootenai Boise, Idaho +0.86165 cspg_html_7970836465 cspg_html_7970836465:38:4471:4489 Romaine Anticosti Island +0.253967 aapg_ai_80.html aapg_ai_80.html:447:45115:45123 Richmond Richmond, California +0.264638 jgeology_html_8494933343 jgeology_html_8494933343:287:19569:19587 Green River Logan, Utah +0.201722 aapg_ae_223.html aapg_ae_223.html:483:60201:60228 Sundance Wasatch Range +0.258885 aapg_ah_157.html aapg_ah_157.html:278:39956:39968 Borden Rockford, Illinois +0.2424 gsa_html_1361916335 gsa_html_1361916335:773:70759:70775 Navajo Logan, Utah +0.486675 aapg_ai_29.html aapg_ai_29.html:136:17707:17715 Oakville Nueces County, Texas +0.262194 aapg_ah_387.html aapg_ah_387.html:673:69965:69985 Panoche San Benito County, California +0.27089 aapg_ac_302.html aapg_ac_302.html:107:11334:11350 Eureka Quartzite Piute, California +0.514932 AMJC_html_4670647492 AMJC_html_4670647492:1024:71576:71602 Monterey California +0.256824 gsa_html_8152640301 gsa_html_8152640301:700:66109:66115 Oregon Anchorage, Alaska +0.234734 aapg_aa_360.html aapg_aa_360.html:41:3952:3962 San Marcos Luling, Louisiana +0.242373 cspg_html_2803424832 cspg_html_2803424832:69:9898:9910 Devon Island Melville Island (Canada) +0.51462 aapg_ad_599.html aapg_ad_599.html:184:22239:22277 Beekmantown Mifflin County, Pennsylvania +0.25382 cspg_html_3854139935 cspg_html_3854139935:190:24869:24887 Foremost Lacombe, Alberta +0.267806 cspg_html_9058948031 cspg_html_9058948031:203:26991:26999 Scollard Edmonton, London +0.68302 cspg_html_5688447798 cspg_html_5688447798:21:5197:5224 Strathcona Fiord Ellesmere Island +0.50304 gsa_html_8136022028 gsa_html_8136022028:74:5817:5845 Green River Iran +0.250428 aapg_ah_99.html aapg_ah_99.html:5:694:703 San Diego California +0.42504 aapg_ac_333.html aapg_ac_333.html:116:14415:14434 Moenkopi Coconino County, Arizona +0.466358 aapg_ai_49.html aapg_ai_49.html:93:9119:9123 Rico New Mexico +0.24947 gsa_html_8840132442 gsa_html_8840132442:152:20086:20100 Kootenay Gladstone, Oregon +0.266889 aapg_ae_350.html aapg_ae_350.html:14:2435:2445 Tuscaloosa Alabama +0.494915 jgeology_html_4019122920 jgeology_html_4019122920:699:33902:33906 Bern Switzerland +0.243024 geology_html_2243318898 geology_html_2243318898:13:540:548 Colorado Denver +0.504482 cspg_html_3554431164 cspg_html_3554431164:106:18412:18417 Nisku Rocky Mountains +0.49455 cspg_html_3404912985 cspg_html_3404912985:53:9974:9987 Turner Valley Calgary +0.486213 aapg_ai_288.html aapg_ai_288.html:65:11726:11744 San Onofre Breccia Santa Monica Mountains +0.25284 aapg_ai_898.html aapg_ai_898.html:271:30920:30926 Denver Colorado +0.24096 gsa_html_7464626519 gsa_html_7464626519:139:16782:16790 Colorado Blue Ridge Mountains +0.489765 aapg_ah_318.html aapg_ah_318.html:1092:111806:111829 Cotton Valley Texas +0.242526 aapg_af_97.html aapg_af_97.html:114:14709:14716 Madison Richmond, California +0.253847 aapg_ac_681.html aapg_ac_681.html:90:7271:7286 Yegua Liberty County, Florida +0.491384 cspg_html_2929384614 cspg_html_2929384614:672:65394:65402 Columbia Lacombe, Alberta +0.46645 cspg_html_3187844923 cspg_html_3187844923:24:4281:4310 Sustut Victoria, British Columbia +0.255915 aapg_ad_194.html aapg_ad_194.html:496:59347:59352 Nopah California +0.466506 cspg_html_3328007773 cspg_html_3328007773:9:796:822 Fish Scales Colorado +0.479076 cspg_html_9860060507 cspg_html_9860060507:335:42612:42626 Lisburne Prudhoe Bay Oil Field +0.2688 cspg_html_9361096527 cspg_html_9361096527:750:70180:70186 Denver Colorado +0.48864 aapg_ac_807.html aapg_ac_807.html:1358:111836:111844 Virginia Delaware +0.247604 aapg_af_808.html aapg_af_808.html:309:40414:40430 Pierre Trinidad and Tobago +0.50492 cspg_html_9542530836 cspg_html_9542530836:54:7404:7420 Yeoman Regina, Saskatchewan +0.260036 geology_html_3931488491 geology_html_3931488491:213:16060:16071 San Antonio Texas +0.25811 gsa_html_7298317037 gsa_html_7298317037:542:50532:50557 Monterey California +0.688066 AMJC_html_8804784209 AMJC_html_8804784209:419:40038:40059 Waits River Bennington, Vermont +0.50952 aapg_ah_779.html aapg_ah_779.html:341:64187:64195 Traverse Michigan +0.25896 cspg_html_4343998218 cspg_html_4343998218:177:21047:21071 Thumb Mountain Little Cornwallis Island +0.51 gsa_html_6248204290 gsa_html_6248204290:54:3967:3995 Green River Colorado +0.478956 aapg_ad_432.html aapg_ad_432.html:12:1099:1109 Cumberland Pennsylvania +0.49712 cspg_html_2462765529 cspg_html_2462765529:24:3382:3390 Columbia Victoria, British Columbia +0.492926 palaios_html_1262064602 palaios_html_1262064602:1015:100658:100674 Chinle Albuquerque, New Mexico +0.265125 sedimentology_html_8006979411 sedimentology_html_8006979411:153:13870:13878 Columbia Victoria, British Columbia +0.458403 aapg_ai_615.html aapg_ai_615.html:373:34210:34239 Brushy Canyon Texas +0.258028 jgeology_html_4599466962 jgeology_html_4599466962:207:15619:15627 Onondaga Onondaga (tribe) +0.539217 aapg_aa_698.html aapg_aa_698.html:555:50900:50943 Prairie Regina, Saskatchewan +0.236626 aapg_aa_232.html aapg_aa_232.html:543:60515:60520 Basal Colorado +0.482733 palaios_html_4940783464 palaios_html_4940783464:66:7380:7398 Yakataga Anchorage, Alaska +0.460719 aapg_ae_113.html aapg_ae_113.html:412:56148:56170 Eureka Sound Bathurst Island (Northern Territory) +0.483108 geology_html_9763603202 geology_html_9763603202:204:18704:18708 Bond North Atlantic Current +0.484864 cspg_html_9912281240 cspg_html_9912281240:216:26452:26474 Belly River Canada +0.494607 aapg_ad_883.html aapg_ad_883.html:288:27117:27138 Mount Simon Michigan +0.48195 jgeology_html_5764582297 jgeology_html_5764582297:539:37802:37825 Hassel Ellesmere Island +0.506412 gsa_html_4144293017 gsa_html_4144293017:190:17246:17254 Colorado Denver +0.259072 gsa_html_5587803184 gsa_html_5587803184:75:8365:8387 Hawthorn Northern Highland +0.2545 geology_html_5412269979 geology_html_5412269979:384:26678:26686 Colorado Cheyenne, Wyoming +0.485216 cspg_html_1019614994 cspg_html_1019614994:344:54545:54559 Banff Lacombe, Alberta +0.491064 aapg_ai_356.html aapg_ai_356.html:358:36209:36219 Georgetown Austin, Chicago +0.390158 aapg_ad_958.html aapg_ad_958.html:511:50674:50692 Gilmore City Iowa +0.49035 gsa_html_5851281923 gsa_html_5851281923:139:15038:15057 Chumstick Western world +0.48705 aapg_ae_777.html aapg_ae_777.html:525:61779:61803 Espiritu Santo Colorado +0.255458 jgeology_html_1263059090 jgeology_html_1263059090:856:55461:55478 Black River Middle Ordovician +0.264554 aapg_ae_471.html aapg_ae_471.html:95:9774:9819 Smackover Macedonia (region) +0.24745 aapg_ac_574.html aapg_ac_574.html:88:10755:10778 Newark Canyon Logan, Utah +0.25839 aapg_aa_934.html aapg_aa_934.html:64:9308:9312 Word El Capitan +0.472175 aapg_af_839.html aapg_af_839.html:24:3360:3372 Grand Rapids Kalamazoo, Michigan +0.267285 cspg_html_2182541128 cspg_html_2182541128:171:26771:26789 Kootenay Victoria, British Columbia +0.479115 aapg_ai_156.html aapg_ai_156.html:249:22108:22121 Kanwaka Topeka, Kansas +0.35446 aapg_ad_192.html aapg_ad_192.html:100:13327:13337 Tuscaloosa Shreveport, Louisiana +0.48768 aapg_ae_959.html aapg_ae_959.html:2060:147274:147287 Brushy Canyon Guadalupe Mountains National Park +0.47311 cspg_html_9046359229 cspg_html_9046359229:490:73473:73481 Columbia Victoria, British Columbia +0.262095 gsa_html_8398449001 gsa_html_8398449001:585:45713:45722 Bear Lake Bear Lake, Michigan +0.226941 aapg_af_143.html aapg_af_143.html:1017:106044:106066 Otter Knoxville, Illinois +0.266135 aapg_ad_944.html aapg_ad_944.html:152:14988:14995 Rierdon Williston, Vermont +0.409212 aapg_aa_23.html aapg_aa_23.html:329:39493:39511 Winnipeg Lake Winnipeg +0.457401 aapg_ak_76.html aapg_ak_76.html:314:49071:49084 San Sebastian Puerto Rico +0.514539 aapg_ad_306.html aapg_ad_306.html:137:18305:18324 El Tambor Bay Islands Department +0.428752 aapg_ai_751.html aapg_ai_751.html:135:13573:13583 Washington Lycoming County, Pennsylvania +0.258055 geology_html_8888515160 geology_html_8888515160:198:21934:21941 Madison Salem, Oregon +0.502086 aapg_ad_36.html aapg_ad_36.html:271:28782:28790 Nacatoch Goodland, Kansas +0.263652 geology_html_7129477281 geology_html_7129477281:277:27734:27746 Pierre Iowa +0.465612 aapg_aa_298.html aapg_aa_298.html:759:97222:97239 Paradox Logan, Utah +0.483492 cspg_html_4176605708 cspg_html_4176605708:756:70828:70837 Mackenzie Lacombe, Alberta +0.244374 aapg_af_129.html aapg_af_129.html:388:40561:40579 Fountain Cheyenne, Wyoming +0.892944 palaios_html_2449649505 palaios_html_2449649505:784:78694:78719 Chinle New Mexico +0.89676 aapg_ah_49.html aapg_ah_49.html:63:7732:7739 Castaic Saugus, Massachusetts +0.488136 gsa_html_6652746762 gsa_html_6652746762:958:79773:79801 Green River Iran +0.264578 aapg_ac_984.html aapg_ac_984.html:294:25601:25609 Shakopee Missouri River +0.267963 aapg_aa_39.html aapg_aa_39.html:112:13401:13424 Honaker Hermosa, Chicago +0.259248 aapg_ah_537.html aapg_ah_537.html:3:180:207 Green River Logan, Utah +0.269357 cspg_html_9136481292 cspg_html_9136481292:445:53288:53307 Moosebar Victoria, British Columbia +0.254978 jgeology_html_1380249798 jgeology_html_1380249798:361:20027:20054 Yorktown Virginia +0.234222 aapg_ac_526.html aapg_ac_526.html:359:31867:31876 Englewood Colorado +0.269312 jgeology_html_7023488312 jgeology_html_7023488312:496:37717:37721 Rome Alabama +0.478235 aapg_ac_407.html aapg_ac_407.html:249:22124:22130 Casper Cheyenne, Wyoming +0.240099 aapg_ah_97.html aapg_ah_97.html:141:17544:17549 Yukon New Mexico +0.93436 cspg_html_3479964618 cspg_html_3479964618:245:27780:27799 Allen Bay Devon Island +0.254518 gsa_html_7173708345 gsa_html_7173708345:788:62011:62032 Forest Manley Hot Springs, Alaska +0.252973 cspg_html_4392308496 cspg_html_4392308496:204:30674:30691 Clifton New Brunswick, New Jersey +0.4554 gsa_html_2319686419 gsa_html_2319686419:29:2796:2824 Green River Colorado +0.836178 aapg_aa_95.html aapg_aa_95.html:118:10977:10983 Dakota Colorado +0.253482 aapg_af_602.html aapg_af_602.html:600:76565:76583 Caballos Texas +0.268685 aapg_ae_71.html aapg_ae_71.html:192:17671:17676 Supai Hermosa, Chicago +0.278146 gsa_html_2561127673 gsa_html_2561127673:486:44438:44459 Quinn River Victoria, British Columbia +0.689475 cspg_html_1818321956 cspg_html_1818321956:501:51366:51399 Liard Liard River, British Columbia +0.49726 aapg_ah_416.html aapg_ah_416.html:218:18909:18924 Eagle Lacombe, Alberta +0.26832 aapg_aa_838.html aapg_aa_838.html:66:6861:6868 Paradox Colorado +0.479867 aapg_ae_974.html aapg_ae_974.html:116:11391:11404 Cook Mountain Zapata, Texas +0.2465 aapg_aa_44.html aapg_aa_44.html:123:14454:14462 Colorado Uncompahgre Plateau +0.268315 aapg_ae_296.html aapg_ae_296.html:42:4853:4868 Queen Guadalupe Mountains National Park +0.26163 aapg_af_858.html aapg_af_858.html:116:11285:11291 Guelph Springfield, Illinois +0.461681 cspg_html_1025724640 cspg_html_1025724640:186:26393:26404 Beauharnois Quebec City +0.498324 gsa_html_9506242690 gsa_html_9506242690:16:837:850 Santa Barbara California +0.250444 palaios_html_7839625833 palaios_html_7839625833:56:6032:6038 Sierra Spain +0.4705 aapg_ae_268.html aapg_ae_268.html:318:30785:30801 Menard Randolph County, Indiana +0.491582 aapg_ae_960.html aapg_ae_960.html:32:4614:4621 Madison Lacombe, Alberta +0.73416 aapg_aa_48.html aapg_aa_48.html:3:372:387 Heath Montana +0.480568 cspg_html_7779401416 cspg_html_7779401416:6:379:387 Reynales Irondequoit, New York +0.494844 cspg_html_7225688145 cspg_html_7225688145:969:96211:96215 Java Sumatra +0.385572 gsa_html_4432793908 gsa_html_4432793908:891:95926:95953 Sheep Pass Reno, Nevada +0.489328 cspg_html_5198658336 cspg_html_5198658336:355:39350:39372 Porcupine Calgary +0.507416 cspg_html_9717154602 cspg_html_9717154602:223:34263:34270 Bearpaw Manitoba +0.481707 aapg_af_664.html aapg_af_664.html:466:52715:52728 Brushy Canyon San Angelo, Texas +0.24552 sedimentology_html_2442491538 sedimentology_html_2442491538:854:83116:83122 Navajo Logan, Utah +0.26129 aapg_ad_272.html aapg_ad_272.html:233:31081:31086 Logan Caribbean +0.23562 sedimentology_html_8941825370 sedimentology_html_8941825370:991:57539:57543 Hall London, Ontario +0.2565 cspg_html_8112136092 cspg_html_8112136092:100:13043:13063 Sans Sault Sault Ste. Marie, Ontario +0.266766 palaios_html_5398833984 palaios_html_5398833984:950:99699:99725 Horseshoe Canyon Drumheller +0.59778 aapg_af_18.html aapg_af_18.html:190:22440:22450 Lakota Black Hills +0.4826 aapg_ai_49.html aapg_ai_49.html:291:35609:35616 Entrada Cheyenne, Wyoming +0.27068 aapg_ah_528.html aapg_ah_528.html:146:14351:14358 Thaynes Great Basin +0.493189 aapg_ad_192.html aapg_ad_192.html:271:31729:31753 Tuscaloosa Tuscaloosa, Alabama +0.48598 jgeology_html_1786960036 jgeology_html_1786960036:867:46581:46599 Provo Carpathian Ruthenia +0.4921 AMJC_html_6341723617 AMJC_html_6341723617:761:66806:66812 Curtis Rocky Mountains +0.491748 cspg_html_7799850124 cspg_html_7799850124:952:97861:97891 Sassenach Lacombe, Alberta +0.242265 aapg_ae_113.html aapg_ae_113.html:195:24238:24259 Stuart Wales Island (British Columbia) +0.486927 aapg_ae_461.html aapg_ae_461.html:72:10906:10913 Rodessa Caddo Parish, Louisiana +0.257024 aapg_ai_17.html aapg_ai_17.html:1273:87772:87787 Tampa Melbourne, Florida +0.25351 gsa_html_1338947136 gsa_html_1338947136:11:472:480 Colorado Denver +0.259518 aapg_ae_370.html aapg_ae_370.html:138:11937:11947 Washington Salem, Oregon +0.2565 aapg_af_69.html aapg_af_69.html:212:16049:16056 Venango Warren County, Ohio +0.264192 aapg_ai_975.html aapg_ai_975.html:395:35003:35018 Sligo Mexico +0.259548 aapg_ah_533.html aapg_ah_533.html:320:36597:36617 Knoxville Southern California +0.455994 palaios_html_3312501193 palaios_html_3312501193:47:5499:5517 Dinwoody San Rafael Swell +0.459448 cspg_html_5954266359 cspg_html_5954266359:104:18040:18060 Escuminac Hartford, Connecticut +0.477184 aapg_ae_983.html aapg_ae_983.html:503:37926:37933 Bedford Ohio +0.257466 aapg_ad_149.html aapg_ad_149.html:117:11789:11801 Granite Wash Swan Hill, Victoria +0.495824 cspg_html_2420029771 cspg_html_2420029771:79:9163:9180 Beekmantown Montreal +0.26312 aapg_af_298.html aapg_af_298.html:190:19345:19350 Salem Pauley Pavilion +0.255 cspg_html_4382149016 cspg_html_4382149016:282:41876:41897 Lawrence Quebec City +0.255458 geology_html_7747769822 geology_html_7747769822:129:12198:12204 Oregon Washington (state) +0.263662 aapg_ae_75.html aapg_ae_75.html:146:19423:19426 Abo Sacramento, California +0.362596 aapg_ac_920.html aapg_ac_920.html:88:14254:14258 Elko Reno, Nevada +0.495104 gsa_html_1458852314 gsa_html_1458852314:29:2796:2824 Green River Colorado +0.499118 palaios_html_4648069609 palaios_html_4648069609:848:77215:77219 Bell Sumida River +0.467 gsa_html_1636483297 gsa_html_1636483297:843:74674:74693 Rock Springs Cheyenne, Wyoming +0.487438 cspg_html_3521815736 cspg_html_3521815736:284:39549:39566 Halfway Western world +0.491232 palaios_html_2048556014 palaios_html_2048556014:781:73078:73088 Tuscaloosa Alabama +0.250498 gsa_html_1217771406 gsa_html_1217771406:12:596:602 Denver Colorado +0.828608 aapg_af_810.html aapg_af_810.html:180:12531:12544 Turner Valley Sioux City, Iowa +0.254448 palaios_html_8113714689 palaios_html_8113714689:250:28251:28259 Munising Munising, Michigan +0.494982 geology_html_3837862421 geology_html_3837862421:275:18098:18104 Thrifty London, Ontario +0.421178 aapg_ad_52.html aapg_ad_52.html:1018:109505:109512 Waverly Ohio +0.485898 sedimentology_html_6797369774 sedimentology_html_6797369774:592:36005:36011 Denver Nishinomiya Shrine +0.244701 cspg_html_8568877195 cspg_html_8568877195:122:21758:21770 Medicine Hat Regina, Saskatchewan +0.4665 cspg_html_6472484014 cspg_html_6472484014:552:55993:56014 La Vieille Quebec City +0.246993 aapg_ad_958.html aapg_ad_958.html:1021:106530:106545 Salem Comanche County, Oklahoma +0.249964 palaios_html_9128271317 palaios_html_9128271317:487:48688:48694 Madrid Palacio de Deportes de la Comunidad de Madrid +0.681156 aapg_ae_546.html aapg_ae_546.html:3:380:389 Smackover East Texas +0.485463 aapg_ad_44.html aapg_ad_44.html:233:22916:22937 Wissahickon Wissahickon Formation +0.485586 gsa_html_2832151886 gsa_html_2832151886:646:56690:56701 Shaftesbury Lacombe, Alberta +0.47889 gsa_html_6281775990 gsa_html_6281775990:943:87201:87207 Abbott California +0.508785 aapg_ah_871.html aapg_ah_871.html:365:40001:40008 Pamelia Black River, Jamaica +0.492032 aapg_ah_505.html aapg_ah_505.html:1420:113190:113197 Manitou Colorado Springs, Colorado +0.247779 sedimentology_html_3907918417 sedimentology_html_3907918417:1352:116786:116806 Bloomsburg Pennsylvania +0.50537 geology_html_5777537211 geology_html_5777537211:334:27163:27169 Taylor Earth +0.26059 geology_html_6245725563 geology_html_6245725563:260:24850:24879 Dunvegan Canada +0.257983 gsa_html_3795828595 gsa_html_3795828595:16:872:883 Black River Cincinnati +0.290759 aapg_ah_283.html aapg_ah_283.html:482:55685:55695 Washington Salem, Oregon +0.479232 cspg_html_4812473779 cspg_html_4812473779:1024:120679:120687 Montreal Montreal +0.2445 gsa_html_1817109082 gsa_html_1817109082:554:47007:47029 Tejon California +0.487705 aapg_ac_749.html aapg_ac_749.html:92:12449:12455 Guelph Manitoulin Island +0.4864 aapg_ac_841.html aapg_ac_841.html:1407:146253:146266 Santa Barbara Comayagua +0.492701 aapg_ah_764.html aapg_ah_764.html:517:49698:49710 Marble Falls Texas +0.669933 aapg_ac_807.html aapg_ac_807.html:252:25046:25064 Kirkwood Delaware Bay +0.225096 aapg_ad_306.html aapg_ad_306.html:283:35216:35220 Omoa Honduras +0.251883 AMJC_html_1873062106 AMJC_html_1873062106:130:19335:19343 Colorado New Mexico +0.493056 cspg_html_9868683298 cspg_html_9868683298:9:549:557 Columbia Victoria, British Columbia +0.496392 gsa_html_4904229335 gsa_html_4904229335:83:8206:8234 Green River Colorado +0.49749 aapg_ac_214.html aapg_ac_214.html:94:10955:10978 Carmel Entrada Sandstone +0.246525 cspg_html_7117661916 cspg_html_7117661916:170:16832:16848 Debolt Lacombe, Alberta +0.256035 sedimentology_html_1831649145 sedimentology_html_1831649145:2264:136199:136219 Enrage Canada +0.248937 aapg_ai_584.html aapg_ai_584.html:765:80856:80862 Casper Laramie, Wyoming +0.258332 cspg_html_9613527162 cspg_html_9613527162:374:39133:39138 Banff Lacombe, Alberta +0.69192 aapg_aa_598.html aapg_aa_598.html:26:4245:4252 Thaynes Cheyenne, Wyoming +0.452211 palaios_html_2847312584 palaios_html_2847312584:430:49490:49502 Galena Middle Ordovician +0.4825 aapg_ai_81.html aapg_ai_81.html:192:18546:18569 Conemaugh Pennsylvania +0.25938 aapg_ai_720.html aapg_ai_720.html:218:24880:24893 Matawan Fire Island (Anchorage, Alaska) +0.484185 aapg_aa_465.html aapg_aa_465.html:167:28907:28918 San Antonio Texas +0.47226 aapg_ae_370.html aapg_ae_370.html:622:61503:61519 Keasey Cowlitz River +0.4606 aapg_ah_686.html aapg_ah_686.html:511:74495:74513 Kekiktuk North Slope Borough, Alaska +0.263472 cspg_html_9119878068 cspg_html_9119878068:205:26389:26408 Waterways Swan Hill, Victoria +0.487956 aapg_ac_289.html aapg_ac_289.html:129:10290:10314 Cotton Valley Saratoga, California +0.479478 AMJC_html_8402437205 AMJC_html_8402437205:1014:88990:88999 Wenatchee Washington (state) +0.272363 gsa_html_9866042258 gsa_html_9866042258:288:25246:25254 Colorado Denver +0.467105 aapg_aa_463.html aapg_aa_463.html:259:49844:49853 Smackover County Sligo +0.496244 aapg_ae_388.html aapg_ae_388.html:1415:86660:86668 Woodbine Tuscaloosa, Alabama +0.477442 cspg_html_3618628685 cspg_html_3618628685:108:14515:14532 Pakowki Deadhorse, Alaska +0.237133 aapg_ai_226.html aapg_ai_226.html:16:1672:1680 Colorado Denver +0.24888 aapg_ad_567.html aapg_ad_567.html:122:22517:22528 Mowry Black Hills +0.268324 aapg_ae_454.html aapg_ae_454.html:185:15328:15347 Cotton Valley Alabama +0.468765 aapg_ah_531.html aapg_ah_531.html:110:12664:12668 Hall Whitefield, Bangalore +0.26316 aapg_ai_887.html aapg_ai_887.html:327:38513:38523 Washington California +0.260019 palaios_html_2994452429 palaios_html_2994452429:955:100427:100444 Montney Pangaea +0.493812 aapg_ai_82.html aapg_ai_82.html:322:35779:35789 Greenbrier Greenbrier (Great Smoky Mountains) +0.48177 cspg_html_8581304260 cspg_html_8581304260:359:38438:38446 Columbia Victoria, British Columbia +0.483128 aapg_ah_430.html aapg_ah_430.html:11:1632:1640 Sundance Loveland, Ohio +0.470155 aapg_ac_333.html aapg_ac_333.html:93:12826:12842 Cutler Ouray, Colorado +0.491493 aapg_ah_531.html aapg_ah_531.html:69:8018:8022 Hall Norwood, Massachusetts +0.693825 cspg_html_4626597050 cspg_html_4626597050:128:16043:16050 Wasatch Cheyenne, Wyoming +0.242544 geology_html_5323396367 geology_html_5323396367:136:14449:14459 Washington Salem, Oregon +0.259 AMJC_html_5969956211 AMJC_html_5969956211:269:39866:39871 Libby Whitefish (fisheries term) +0.494844 gsa_html_9194968822 gsa_html_9194968822:765:56536:56564 Green River Colorado +0.242446 aapg_ae_185.html aapg_ae_185.html:172:14190:14205 Tokio East Texas +0.25149 aapg_ai_654.html aapg_ai_654.html:93:15752:15765 Madison Regina, Saskatchewan +0.49192 aapg_ai_583.html aapg_ai_583.html:578:75828:75833 Swift Logan, Utah +0.263572 geology_html_2861469472 geology_html_2861469472:208:19181:19185 Bell Reno, Nevada +0.466784 aapg_ai_105.html aapg_ai_105.html:391:48555:48575 Manning Canyon Oquirrh Mountain Utah Temple +0.465132 jgeology_html_6836496379 jgeology_html_6836496379:188:13626:13632 Oregon Santa Ynez Valley +0.254015 aapg_ai_49.html aapg_ai_49.html:566:74295:74299 Yeso New Mexico +0.26159 aapg_ah_318.html aapg_ah_318.html:2125:189433:189449 Olvido Matamoros, Tamaulipas +0.499174 gsa_html_4423935950 gsa_html_4423935950:58:3907:3935 Green River Colorado +0.451218 aapg_ac_557.html aapg_ac_557.html:19:2484:2500 Holder Sacramento Mountains (California) +0.27242 aapg_ac_246.html aapg_ac_246.html:55:6742:6761 Newcastle Powder River (Montana) +0.49234 cspg_html_3068776384 cspg_html_3068776384:553:60645:60653 Dunvegan Lacombe, Alberta +0.504172 gsa_html_9326716020 gsa_html_9326716020:58:3872:3900 Green River New Mexico +0.465132 gsa_html_5158209975 gsa_html_5158209975:890:75451:75459 Colorado Shreveport, Louisiana +0.462168 aapg_ae_845.html aapg_ae_845.html:110:12237:12243 Lakota North Park (Pittsburgh) +0.252464 geology_html_9941904394 geology_html_9941904394:12:563:571 Montreal Montreal +0.482157 aapg_ae_181.html aapg_ae_181.html:95:13315:13325 Mooreville Arcola, Virginia +0.25948 cspg_html_6306091047 cspg_html_6306091047:312:44113:44121 Columbia Victoria, British Columbia +0.82355 aapg_ai_334.html aapg_ai_334.html:138:15078:15093 Sepur Guatemala +0.259458 cspg_html_8316122266 cspg_html_8316122266:351:32460:32468 Columbia Victoria, British Columbia +0.256793 aapg_ac_380.html aapg_ac_380.html:455:53784:53792 Onondaga Pennsylvania +0.49646 palaios_html_9119298597 palaios_html_9119298597:683:60416:60443 Purisima California +0.4704 geology_html_4632030088 geology_html_4632030088:197:19628:19634 Oliver Great Britain +0.250498 gsa_html_1326487457 gsa_html_1326487457:247:21192:21197 Heath Tumbes (city) +0.253005 aapg_ai_491.html aapg_ai_491.html:1023:84212:84220 Colorado Denver +0.264192 aapg_ad_34.html aapg_ad_34.html:16:2913:2923 Fort Worth Red River of the North +0.253422 aapg_ad_105.html aapg_ad_105.html:387:35225:35235 Georgetown Essequibo River +0.498597 AMJC_html_8308027091 AMJC_html_8308027091:925:69987:69993 Provo Algeria +0.274527 aapg_ae_47.html aapg_ae_47.html:72:5783:5792 Schoharie Sallisaw, Oklahoma +0.25344 gsa_html_4108535696 gsa_html_4108535696:751:65102:65110 Victoria Canada +0.488698 aapg_ae_959.html aapg_ae_959.html:1042:77513:77521 Wolfcamp Harpersville, Alabama +0.255458 aapg_af_318.html aapg_af_318.html:205:23260:23267 Cantuar Lloydminster +0.244976 jgeology_html_9629010327 jgeology_html_9629010327:212:14905:14922 Mehrten Stanislaus River +0.446171 sedimentology_html_7623092448 sedimentology_html_7623092448:3302:184459:184493 Noonday Dolomite California +0.499988 aapg_ae_993.html aapg_ae_993.html:170:17098:17107 Jefferson Logan, Utah +0.46896 sedimentology_html_6107009157 sedimentology_html_6107009157:937:47226:47230 Hall London, Ontario +0.254338 cspg_html_6306091047 cspg_html_6306091047:475:65655:65663 Columbia Victoria, British Columbia +0.492093 aapg_af_312.html aapg_af_312.html:70:6394:6421 Onondaga Cattaraugus County, New York +0.418584 aapg_ad_157.html aapg_ad_157.html:169:16928:16932 Frio Gulf Coast of the United States +0.813604 aapg_ad_918.html aapg_ad_918.html:159:20945:20963 Niobrara Colorado +0.466736 aapg_ae_223.html aapg_ae_223.html:481:59817:59822 Uinta Colorado +0.483108 aapg_ai_326.html aapg_ai_326.html:230:27802:27811 Port Ewen New Scotland, New York +0.48204 cspg_html_8289943866 cspg_html_8289943866:260:35142:35156 Nonesuch Michigan +0.512415 aapg_ad_2.html aapg_ad_2.html:1474:200111:200137 Jacksonburg Black River, Jamaica +0.489762 aapg_ad_167.html aapg_ad_167.html:33:4692:4701 Hermitage Kentucky +0.244528 aapg_ai_584.html aapg_ai_584.html:836:88727:88745 Converse Cheyenne, Wyoming +0.246928 sedimentology_html_1275942184 sedimentology_html_1275942184:230:9931:9941 Washington Salem, Oregon +0.257526 aapg_ai_105.html aapg_ai_105.html:159:18887:18901 Duchesne River Pine Valley, Pennsylvania +0.517443 aapg_ae_168.html aapg_ae_168.html:326:35732:35753 Bird Spring Reno, Nevada +0.482733 aapg_ac_22.html aapg_ac_22.html:72:7815:7824 Smackover Mississippi River +0.242015 jgeology_html_3329269187 jgeology_html_3329269187:1358:73547:73553 Provo Oman +0.260064 cspg_html_7866293053 cspg_html_7866293053:9:903:920 Gething Lacombe, Alberta +0.244829 gsa_html_9052101586 gsa_html_9052101586:286:29930:29944 Dows Iowa +0.257514 geology_html_4442818636 geology_html_4442818636:321:25793:25798 Rapid Wingham, Kent +0.49972 aapg_ah_972.html aapg_ah_972.html:745:75982:75991 Vicksburg Whitsett, North Carolina +0.472884 aapg_ai_584.html aapg_ai_584.html:863:91926:91934 Tensleep Hartville, Missouri +0.265224 cspg_html_4177065182 cspg_html_4177065182:20:1922:1939 Mattson Victoria, British Columbia +0.252476 aapg_ac_270.html aapg_ac_270.html:71:5819:5845 Theresa Tompkins County, New York +0.490428 palaios_html_5793673513 palaios_html_5793673513:139:15655:15679 Waccamaw North Carolina +0.24856 cspg_html_3516764931 cspg_html_3516764931:144:25065:25075 Chancellor Split Rock Creek State Park +0.2544 gsa_html_1860930948 gsa_html_1860930948:129:14091:14105 Ogallala Nebraska +0.435 aapg_ac_366.html aapg_ac_366.html:450:44668:44705 Williamsport Huntington, West Virginia +0.487368 palaios_html_4830763213 palaios_html_4830763213:573:42593:42627 Ratcliffe Brook New Brunswick, New Jersey +0.4815 aapg_ae_794.html aapg_ae_794.html:214:26737:26757 Owl Creek Selma to Montgomery marches +0.442976 gsa_html_9299329909 gsa_html_9299329909:710:77639:77652 Santa Barbara California +0.468789 gsa_html_5295695236 gsa_html_5295695236:15:627:633 Reston Virginia +0.490875 gsa_html_6038465409 gsa_html_6038465409:367:31499:31511 Salina Michigan Basin +0.46864 gsa_html_8086754950 gsa_html_8086754950:80:8941:8963 Green River Wasatch Range +0.500944 aapg_af_636.html aapg_af_636.html:222:26164:26170 Pegram Buffalo National River +0.483966 geology_html_5251784697 geology_html_5251784697:12:593:600 El Paso Texas +0.39372 aapg_ah_871.html aapg_ah_871.html:419:45762:45769 Pamelia Lake Champlain +0.901278 aapg_aa_643.html aapg_aa_643.html:230:25213:25228 Knoxville Belmont, Massachusetts +0.261 aapg_aa_47.html aapg_aa_47.html:429:49684:49691 Minturn Muddy Creek (Utah) +0.4883 gsa_html_2989317971 gsa_html_2989317971:1102:110026:110037 Apple Creek Boise, Idaho +0.50244 sedimentology_html_3200584564 sedimentology_html_3200584564:818:66387:66405 Dunvegan Ganges +0.249498 geology_html_3717843204 geology_html_3717843204:127:13210:13240 Gowganda Ontario, California +0.449823 aapg_ae_580.html aapg_ae_580.html:136:19888:19893 Yukon Mekong Delta +0.500752 aapg_ac_920.html aapg_ac_920.html:37:5799:5814 Loray Kaibab, Arizona +0.89586 aapg_ah_49.html aapg_ah_49.html:228:24391:24407 Mint Canyon San Gabriel Valley +0.468 palaios_html_8832148578 palaios_html_8832148578:578:57747:57775 Tidal Nassau, Bahamas +0.476545 gsa_html_5952049575 gsa_html_5952049575:887:84733:84741 Colorado Cheyenne, Wyoming +0.241045 aapg_ad_785.html aapg_ad_785.html:710:77188:77196 Fountain Colorado Springs, Colorado +0.4836 cspg_html_3926542795 cspg_html_3926542795:1601:157135:157171 Glenwood Michigan Basin +0.79296 cspg_html_7881580279 cspg_html_7881580279:93:13160:13199 Red River Red River of the North +0.681345 aapg_af_397.html aapg_af_397.html:180:22171:22178 Entrada Entrada Sandstone +0.278184 aapg_ac_807.html aapg_ac_807.html:328:33542:33549 Potomac Raritan River +0.252416 cspg_html_9354781888 cspg_html_9354781888:610:50556:50575 Peace River Lacombe, Alberta +0.513252 aapg_af_131.html aapg_af_131.html:199:19339:19351 Chinle Santa Rosa, California +0.255955 palaios_html_5559953923 palaios_html_5559953923:551:58551:58569 Manitou Colorado +0.26574 aapg_af_545.html aapg_af_545.html:209:26487:26495 Scotland North Sea oil +0.257554 cspg_html_1434585715 cspg_html_1434585715:599:58425:58443 Coalspur Lacombe, Alberta +0.4765 aapg_ah_42.html aapg_ah_42.html:53:7163:7180 Wingate Chinle Formation +0.247968 aapg_ah_116.html aapg_ah_116.html:216:18509:18516 Venango Bloomington, Indiana +0.245967 jgeology_html_8264452242 jgeology_html_8264452242:405:34827:34844 Baraboo Quartzite Wisconsin +0.486588 sedimentology_html_6630646481 sedimentology_html_6630646481:150:12628:12636 Columbia Victoria, British Columbia +0.450142 aapg_ai_884.html aapg_ai_884.html:59:6089:6099 Frio Jackson County, Missouri +0.20764 aapg_ae_419.html aapg_ae_419.html:693:70830:70845 Coban Guatemala +0.245009 cspg_html_7779401416 cspg_html_7779401416:112:13846:13867 Irondequoit Quebec City +0.27136 aapg_ad_942.html aapg_ad_942.html:802:66978:66995 Muskwa Victoria, British Columbia +0.264147 sedimentology_html_1275942184 sedimentology_html_1275942184:230:9946:9952 Oregon Washington (state) +0.497152 cspg_html_4516258038 cspg_html_4516258038:103:12679:12689 Ibbett Bay Middle Ordovician +0.925408 aapg_ac_235.html aapg_ac_235.html:125:13473:13491 Cloverly Black Hills +0.262656 aapg_ad_944.html aapg_ad_944.html:166:15738:15746 Columbia Black Hills +0.50976 aapg_aa_598.html aapg_aa_598.html:93:10419:10427 Red Peak John Crow Mountains +0.2772 aapg_af_575.html aapg_af_575.html:965:137898:137908 San Andres Wichita, Kansas +0.248472 cspg_html_8152691171 cspg_html_8152691171:35:5889:5920 Missisauga Bridgetown, Nova Scotia +0.263168 cspg_html_2268386384 cspg_html_2268386384:29:3942:3953 Peace River CFB Cold Lake +0.482562 aapg_af_684.html aapg_af_684.html:33:4097:4101 Tyee Pacific Northwest +0.482608 aapg_ae_552.html aapg_ae_552.html:186:32110:32114 Ross Stroudsburg, Pennsylvania +0.511014 AMJC_html_1873062106 AMJC_html_1873062106:234:33580:33586 Dakota Colorado Plateau +0.494592 aapg_ac_881.html aapg_ac_881.html:451:53270:53293 Fountain Missouri River +0.234156 cspg_html_4623526246 cspg_html_4623526246:50:5286:5294 Bathurst Melville Island (Canada) +0.42091 aapg_aa_124.html aapg_aa_124.html:158:17166:17186 Blackstone Lacombe, Alberta +0.241266 cspg_html_4364132564 cspg_html_4364132564:47:6546:6569 Watrous Regina, Saskatchewan +0.463644 geology_html_7458357361 geology_html_7458357361:15:810:818 Colorado Denver +0.511648 aapg_ah_646.html aapg_ah_646.html:310:36969:36985 Chinle Arizona +0.244989 cspg_html_8121999081 cspg_html_8121999081:113:14154:14160 Denver Vail, Colorado +0.246492 cspg_html_9275863663 cspg_html_9275863663:652:90586:90601 Waterways Swan Hill, Victoria +0.42864 cspg_html_5976982403 cspg_html_5976982403:6:514:533 Kitchener Victoria, British Columbia +0.2595 aapg_ae_658.html aapg_ae_658.html:576:59123:59132 Englewood Colorado +0.250368 jgeology_html_1095412310 jgeology_html_1095412310:267:14901:14918 Manlius Jamesville, New York +0.255518 cspg_html_4666332434 cspg_html_4666332434:149:25862:25888 Horseshoe Canyon Lacombe, Alberta +0.43758 aapg_ae_370.html aapg_ae_370.html:11:1615:1624 Scappoose Cowlitz River +0.24651 aapg_aa_399.html aapg_aa_399.html:285:22563:22580 Pelican Mountain Park (Holyoke, Massachusetts) +0.465842 aapg_ai_877.html aapg_ai_877.html:217:23406:23440 Onondaga Pennsylvania +0.498324 gsa_html_3826887876 gsa_html_3826887876:903:79527:79555 Green River Colorado +0.489384 aapg_ad_799.html aapg_ad_799.html:133:14521:14531 Kinderhook Knoxville, Tennessee +0.49028 aapg_ah_387.html aapg_ah_387.html:2881:314349:314357 Mariposa Sierra Nevada (Spain) +0.487974 cspg_html_3233680622 cspg_html_3233680622:98:14053:14079 Eureka Sound Ellesmere Island +0.247988 aapg_af_579.html aapg_af_579.html:143:14301:14315 Junction Creek Animas River +0.47658 cspg_html_1948505826 cspg_html_1948505826:7:1037:1046 Cold Lake Rocky Mountain House (electoral district) +0.26162 cspg_html_1962846283 cspg_html_1962846283:19:2706:2714 Columbia Victoria, British Columbia +0.93696 aapg_ad_283.html aapg_ad_283.html:10:1669:1679 San Andres New Mexico +0.240792 cspg_html_5406720001 cspg_html_5406720001:81:10852:10876 Johnson Canada +0.4773 aapg_ae_570.html aapg_ae_570.html:242:24717:24734 Keefer Huntington, West Virginia +0.495726 cspg_html_2882304151 cspg_html_2882304151:91:18414:18437 Grand Rapids Clearwater, Florida +0.475059 aapg_ae_981.html aapg_ae_981.html:233:19310:19326 Laurel Missouri River +0.248472 palaios_html_3232474978 palaios_html_3232474978:860:67520:67535 Liard Victoria, British Columbia +0.266192 sedimentology_html_2912098544 sedimentology_html_2912098544:540:46272:46301 Dunvegan Canada +0.259578 geology_html_9714557029 geology_html_9714557029:22:1682:1694 Saskatchewan Colorado +0.492855 aapg_af_725.html aapg_af_725.html:111:11801:11815 Jewett Silt Macoupin County, Illinois +0.471801 aapg_ae_68.html aapg_ae_68.html:637:62067:62073 Antler Logan, Utah +0.252993 gsa_html_5271110133 gsa_html_5271110133:895:82111:82117 Oxford Crowley, Louisiana +0.476586 jgeology_html_1004614520 jgeology_html_1004614520:326:19932:19945 Carmel Carmel, Indiana +0.26288 cspg_html_8145657505 cspg_html_8145657505:103:16376:16411 Swan Hills Middle East +0.251496 geology_html_1379947458 geology_html_1379947458:236:22235:22241 Oxford Earth +0.4755 palaios_html_6090005613 palaios_html_6090005613:219:24074:24080 Racine Wisconsin +0.249559 cspg_html_5376629375 cspg_html_5376629375:434:49867:49895 Tidal Nassau, Bahamas +0.270848 palaios_html_1422826240 palaios_html_1422826240:837:56506:56514 Santiago Chile +0.512714 aapg_ad_174.html aapg_ad_174.html:429:43492:43513 Belly River Lacombe, Alberta +0.6762 cspg_html_3129231627 cspg_html_3129231627:167:22935:22963 Eleanor River Ellesmere Island +0.4356 aapg_ad_2.html aapg_ad_2.html:828:117130:117147 Tomstown Hagerstown, Maryland +0.262416 palaios_html_1704439947 palaios_html_1704439947:398:36090:36094 Hall London, Ontario +0.442323 aapg_ad_717.html aapg_ad_717.html:401:41724:41734 San Andres New Mexico +0.483383 AMJC_html_9551207710 AMJC_html_9551207710:12:670:676 Oregon Salem, Oregon +0.482532 jgeology_html_4115179562 jgeology_html_4115179562:227:16244:16264 Bluefield San Fernando Valley +0.491202 AMJC_html_8196929284 AMJC_html_8196929284:717:68003:68016 Francis London, Ontario +0.268288 gsa_html_1951402014 gsa_html_1951402014:1241:100830:100858 Green River New Mexico +0.23958 jgeology_html_4925928181 jgeology_html_4925928181:772:60244:60248 Hall London, Ontario +0.255024 gsa_html_9687474095 gsa_html_9687474095:742:71551:71571 Toro Chile +0.826848 aapg_ai_581.html aapg_ai_581.html:64:5877:5883 Dakota Cheyenne, Wyoming +0.433795 aapg_af_785.html aapg_af_785.html:90:9363:9371 Rockdale Alabama +0.25351 aapg_ad_152.html aapg_ad_152.html:6:1056:1083 Ferguson Logan, Utah +0.255528 jgeology_html_7218166865 jgeology_html_7218166865:296:18694:18698 Hall London, Ontario +0.49632 aapg_ai_974.html aapg_ai_974.html:305:31911:31921 Washington Washington (state) +0.268822 aapg_ac_55.html aapg_ac_55.html:507:58652:58658 Jordan Delmarva Peninsula +0.504328 gsa_html_3014459865 gsa_html_3014459865:740:72657:72677 Pensauken Closter, New Jersey +0.25048 sedimentology_html_9398039386 sedimentology_html_9398039386:366:43896:43902 Thrifty London, Ontario +0.243936 gsa_html_1232517399 gsa_html_1232517399:1236:88603:88612 San Pedro Mexico +0.257703 aapg_af_988.html aapg_af_988.html:129:15880:15910 Nisku Lacombe, Alberta +0.261602 gsa_html_9310053579 gsa_html_9310053579:712:62608:62618 Washington Washington (state) +0.25921 aapg_ai_483.html aapg_ai_483.html:97:10588:10607 Lodgepole Canada +0.268822 aapg_af_187.html aapg_af_187.html:155:18871:18889 Woodbine Cotton Valley, Louisiana +0.262656 sedimentology_html_2359041650 sedimentology_html_2359041650:162:15230:15235 Crete Crete +0.729108 aapg_ac_661.html aapg_ac_661.html:36:3734:3744 Phosphoria Boise, Idaho +0.50016 aapg_aa_740.html aapg_aa_740.html:3:345:360 Darby Western Wyoming Community College +0.511717 gsa_html_4719798013 gsa_html_4719798013:335:33578:33603 Blackwater Draw Pecos River +0.478208 aapg_ak_12.html aapg_ak_12.html:162:15043:15059 Yucatan Coahuila +0.25449 gsa_html_4806681442 gsa_html_4806681442:9:307:325 Espinaso New Mexico +0.26664 palaios_html_8062930347 palaios_html_8062930347:83:11473:11489 Drakes Ohio +0.50085 cspg_html_1132698231 cspg_html_1132698231:271:36299:36327 Santa Margarita Willapa Bay +0.481584 aapg_aa_598.html aapg_aa_598.html:75:8734:8752 Red Peak John Crow Mountains +0.723213 aapg_ac_333.html aapg_ac_333.html:258:33606:33619 Hermosa San Juan River (Nicaragua) +0.2652 geology_html_4860930737 geology_html_4860930737:189:19176:19184 Virginia Eaton, Ohio +0.366299 AMJC_html_8494031493 AMJC_html_8494031493:895:106857:106886 Bonneterre Missouri River +0.248997 gsa_html_4873957926 gsa_html_4873957926:156:14631:14655 Colorado New Mexico +0.457312 aapg_ae_415.html aapg_ae_415.html:863:107896:107911 Tampa Melbourne, Florida +0.249711 cspg_html_8089302449 cspg_html_8089302449:447:77421:77444 Watt Mountain Manitoba +0.49728 gsa_html_4043558744 gsa_html_4043558744:17:610:623 Santa Barbara California +0.516378 aapg_af_743.html aapg_af_743.html:83:12969:12986 Beekmantown Pennsylvania +0.272483 cspg_html_6839937815 cspg_html_6839937815:131:18302:18320 Dinwoody Candelaria, Tenerife +0.251 cspg_html_9725676031 cspg_html_9725676031:677:73244:73265 Peace River Lacombe, Alberta +0.2907 aapg_af_652.html aapg_af_652.html:111:10951:10960 Newcastle Cheyenne, Wyoming +0.47595 gsa_html_5096547935 gsa_html_5096547935:655:61134:61142 Colorado Denver +0.255488 gsa_html_5829598582 gsa_html_5829598582:15:792:800 Virginia Reston, Virginia +0.250498 aapg_ae_67.html aapg_ae_67.html:376:31322:31330 Colorado Colorado +0.487008 aapg_ac_126.html aapg_ac_126.html:206:30710:30727 Haynesville Bossier City, Louisiana +0.47124 aapg_ai_567.html aapg_ai_567.html:6:833:839 Sierra Baja California peninsula +0.478296 aapg_ac_634.html aapg_ac_634.html:277:32296:32304 Wolfcamp Roberts County, South Dakota +0.4606 aapg_ac_730.html aapg_ac_730.html:778:105837:105863 Laramie Arizona +0.249999 cspg_html_1962846283 cspg_html_1962846283:85:11613:11631 Kootenay Crowsnest Pass, Alberta +0.258055 cspg_html_4287356899 cspg_html_4287356899:329:47050:47072 Calico Bluff Anchorage, Alaska +0.241566 geology_html_4719496125 geology_html_4719496125:196:17738:17751 Santa Barbara California +0.47188 gsa_html_6319769557 gsa_html_6319769557:793:62000:62006 Moscow Russia +0.499554 cspg_html_1509800797 cspg_html_1509800797:18:2058:2065 Bearpaw Williston Basin +0.267806 aapg_ac_477.html aapg_ac_477.html:30:3734:3754 Blackstone Lacombe, Alberta +0.494966 aapg_ad_399.html aapg_ad_399.html:150:13005:13012 Warsaw Atoka, Oklahoma +0.27081 gsa_html_5293445820 gsa_html_5293445820:1154:116245:116255 Whitehorse Victoria, British Columbia +0.50505 jgeology_html_9982766343 jgeology_html_9982766343:170:9686:9694 Michigan Isle Royale National Park +0.258462 cspg_html_4860363565 cspg_html_4860363565:25:3217:3245 Nisku Lacombe, Alberta +0.343427 aapg_ae_415.html aapg_ae_415.html:968:121731:121740 Catahoula Mississippi River +0.265225 geology_html_7376742736 geology_html_7376742736:157:14700:14720 Boss Point Black River, Jamaica +0.500325 aapg_ad_387.html aapg_ad_387.html:18:2462:2482 Georgetown Buda, Texas +0.522792 aapg_ac_544.html aapg_ac_544.html:267:31890:31905 Atoka Benton, Arkansas +0.268288 aapg_ad_457.html aapg_ad_457.html:257:30412:30424 Attawapiskat River Severn +0.274527 aapg_af_150.html aapg_af_150.html:10:954:973 Cotton Valley Texas +0.24843 gsa_html_4408649953 gsa_html_4408649953:952:82631:82639 Columbia Charleston, South Carolina +0.253 aapg_ai_349.html aapg_ai_349.html:63:8211:8222 Tulip Creek Black River, Jamaica +0.277533 aapg_ad_880.html aapg_ad_880.html:267:28254:28262 Sundance Spearfish, South Dakota +0.499422 cspg_html_9735723617 cspg_html_9735723617:1758:158572:158592 Weatherall District Council of Franklin Harbour +0.254478 cspg_html_6306091047 cspg_html_6306091047:592:80562:80570 Columbia Victoria, British Columbia +0.27702 aapg_ac_364.html aapg_ac_364.html:51:6456:6464 Sundance Cheyenne, Wyoming +0.273448 gsa_html_2867695251 gsa_html_2867695251:922:91243:91271 Green River Colorado +0.68328 aapg_ad_683.html aapg_ad_683.html:223:25077:25096 Moenkopi Monument Valley +0.253727 aapg_ak_104.html aapg_ak_104.html:78:11445:11469 Mission Canyon Cheyenne, Wyoming +0.261326 aapg_ac_967.html aapg_ac_967.html:15:2748:2753 Spray Richmond, California +0.273504 aapg_ac_59.html aapg_ac_59.html:66:8909:8929 Point Loma Carlsbad, New Mexico +0.49348 cspg_html_3385840278 cspg_html_3385840278:1494:170077:170089 Fort Simpson Hay River (Canada) +0.249984 aapg_ai_996.html aapg_ai_996.html:1183:50647:50656 Hall Crisfield, Maryland +0.257335 aapg_ad_433.html aapg_ad_433.html:72:9727:9732 Slope Anchorage, Alaska +0.25578 aapg_ae_884.html aapg_ae_884.html:280:37542:37557 Mesaverde San Juan River (Nicaragua) +0.263153 aapg_ai_247.html aapg_ai_247.html:139:15878:15896 Detroit River Bloomington, Indiana +0.262023 aapg_ai_28.html aapg_ai_28.html:668:64389:64400 San Antonio Bexar County, Texas +0.502856 aapg_ad_743.html aapg_ad_743.html:329:36834:36843 Red River Texas +0.453808 cspg_html_5484260516 cspg_html_5484260516:1155:102932:102949 Exshaw Lacombe, Alberta +0.90155 palaios_html_8113714689 palaios_html_8113714689:58:5305:5313 Munising Michigan +0.259 gsa_html_9152662653 gsa_html_9152662653:186:17162:17182 Sykesville Western world +0.256536 gsa_html_4520182275 gsa_html_4520182275:1070:113080:113086 Walker Salem, Oregon +0.578129 aapg_ai_583.html aapg_ai_583.html:462:58683:58698 Swift Boise, Idaho +0.252434 cspg_html_5973552270 cspg_html_5973552270:88:12963:12985 Waterways Swan Hill, Victoria +0.493812 aapg_aa_898.html aapg_aa_898.html:299:35643:35649 Salina Flagstaff, Arizona +0.25551 cspg_html_9865297170 cspg_html_9865297170:575:68855:68863 Montreal Quebec City +0.489417 cspg_html_3008745251 cspg_html_3008745251:8:937:945 Columbia Lacombe, Alberta +0.244976 aapg_af_62.html aapg_af_62.html:12:1945:1953 Woodford Ardmore, Pennsylvania +0.50806 aapg_ac_961.html aapg_ac_961.html:459:48355:48377 Nacatoch Mississippi River +0.26884 gsa_html_6980451554 gsa_html_6980451554:177:22583:22607 Moenave Logan, Utah +0.244989 sedimentology_html_6864390594 sedimentology_html_6864390594:1702:73277:73295 Fountain Colorado +0.273493 aapg_ad_812.html aapg_ad_812.html:87:12546:12563 Kayenta Entrada Sandstone +0.251883 jgeology_html_8355852976 jgeology_html_8355852976:250:20959:20965 Pueblo Colorado +0.37851 aapg_ah_678.html aapg_ah_678.html:585:72165:72184 Vicksburg Texas +0.501354 gsa_html_7199417381 gsa_html_7199417381:602:62303:62320 White River Peoria, Illinois +0.49215 cspg_html_1351473625 cspg_html_1351473625:125:20884:20892 Columbia Victoria, British Columbia +0.483285 aapg_ah_766.html aapg_ah_766.html:188:20675:20686 San Ricardo Mexico +0.25175 aapg_af_775.html aapg_af_775.html:341:23296:23314 Beaumont Oakville, California +0.254364 cspg_html_5818285590 cspg_html_5818285590:497:63670:63678 Columbia Victoria, British Columbia +0.25627 gsa_html_8237815743 gsa_html_8237815743:624:59868:59883 Rockland California +0.252416 aapg_ae_268.html aapg_ae_268.html:201:20150:20168 Golconda Kentucky +0.471108 palaios_html_2449649505 palaios_html_2449649505:814:80856:80865 Flagstaff Arizona +0.24225 gsa_html_7012936645 gsa_html_7012936645:16:787:793 Reston Virginia +0.476 cspg_html_7896958755 cspg_html_7896958755:28:3653:3676 Clearwater Clearwater, Florida +0.822453 gsa_html_1826402027 gsa_html_1826402027:564:66430:66445 Verde Verde Valley +0.912009 cspg_html_1312400675 cspg_html_1312400675:227:26567:26574 Bearpaw Lacombe, Alberta +0.262108 aapg_ac_807.html aapg_ac_807.html:396:40947:40960 Merchantville Closter, New Jersey +0.253005 cspg_html_2178758494 cspg_html_2178758494:355:42326:42334 Edmonton Lacombe, Alberta +0.499118 aapg_ac_337.html aapg_ac_337.html:61:5957:5973 Casper Laramie, Wyoming +0.24735 aapg_aa_114.html aapg_aa_114.html:16:2642:2658 Olvido Matamoros, Tamaulipas +0.509082 gsa_html_7623105085 gsa_html_7623105085:548:42772:42778 Chinle Chinle Formation +0.488565 aapg_ah_646.html aapg_ah_646.html:328:39071:39087 Chinle Monument Valley +0.73056 aapg_ae_253.html aapg_ae_253.html:137:17574:17581 Rodessa Cotton Valley, Louisiana +0.476933 gsa_html_7102550258 gsa_html_7102550258:803:90425:90432 Kayenta Springdale, Arkansas +0.262143 geology_html_8881449794 geology_html_8881449794:168:16608:16614 Pueblo Colorado +0.519 aapg_ah_148.html aapg_ah_148.html:3:433:455 Cooking Lake Lacombe, Alberta +0.2882 cspg_html_8928894270 cspg_html_8928894270:98:14272:14292 Leduc Swan Hill, Victoria +0.245388 cspg_html_9361096527 cspg_html_9361096527:863:76127:76134 Pakowki Lacombe, Alberta +0.48896 gsa_html_6562044688 gsa_html_6562044688:29:2796:2824 Green River Iran +0.221508 aapg_ah_635.html aapg_ah_635.html:449:58342:58347 Cuche Trinidad and Tobago +0.47817 aapg_ai_366.html aapg_ai_366.html:3:320:328 Beaumont Texas +0.49348 gsa_html_1861017788 gsa_html_1861017788:951:80848:80858 Santa Cruz Santa Cruz, California +0.265224 aapg_af_385.html aapg_af_385.html:496:61579:61607 Echo Bay Canada +0.498324 gsa_html_9457387752 gsa_html_9457387752:547:46981:46989 Catoctin Grandfather Mountain +0.491967 geology_html_2576576682 geology_html_2576576682:277:24685:24695 Washington Seattle +0.269357 aapg_ac_943.html aapg_ac_943.html:237:25542:25551 Red River Red River of the North +0.47311 AMJC_html_6341723617 AMJC_html_6341723617:1102:92130:92151 Green River Cheyenne, Wyoming +0.477044 gsa_html_7248164569 gsa_html_7248164569:729:58634:58655 Winterville Portland, Maine +0.508642 geology_html_3420787727 geology_html_3420787727:85:8862:8872 Washington Salem, Oregon +0.26676 aapg_ai_996.html aapg_ai_996.html:1380:63387:63393 Conway Charleston, South Carolina +0.48603 aapg_af_288.html aapg_af_288.html:524:61769:61777 Paradise Arizona +0.492184 aapg_ad_466.html aapg_ad_466.html:1332:141914:141922 Patuxent Tuscaloosa, Alabama +0.26977 aapg_ah_270.html aapg_ah_270.html:7:956:975 Cotton Valley Texas +0.464899 aapg_aa_4.html aapg_aa_4.html:321:42861:42881 Ithaca Ithaca, New York +0.24837 aapg_ah_536.html aapg_ah_536.html:536:70951:70973 Mooringsport Mississippi River +0.26112 aapg_ah_647.html aapg_ah_647.html:743:82199:82216 Concha Kaibab, Arizona +0.261576 sedimentology_html_3966923042 sedimentology_html_3966923042:653:42834:42838 Hall London, Ontario +0.257556 geology_html_6637295427 geology_html_6637295427:356:26070:26079 San Diego Bergh +0.250444 sedimentology_html_1789858684 sedimentology_html_1789858684:1426:88708:88714 Oxford Pergamon Museum +0.50668 cspg_html_7083999793 cspg_html_7083999793:27:3417:3434 Exshaw Victoria, British Columbia +0.25806 aapg_ae_31.html aapg_ae_31.html:53:5420:5440 Moorefield Batesville, Arkansas +0.491454 gsa_html_8236729701 gsa_html_8236729701:123:15295:15309 Ladd California +0.46942 gsa_html_4120839285 gsa_html_4120839285:153:18260:18275 Catalina Schist Los Angeles +0.268536 cspg_html_6383234409 cspg_html_6383234409:547:55801:55811 Blue Fiord Ellesmere Island +0.269068 cspg_html_4666332434 cspg_html_4666332434:628:80886:80894 Lea Park Lacombe, Alberta +0.266175 cspg_html_5484260516 cspg_html_5484260516:1328:117398:117406 Columbia Victoria, British Columbia +0.242649 aapg_ai_836.html aapg_ai_836.html:1289:128292:128304 Rhode Island Newport, Rhode Island +0.48573 aapg_ad_169.html aapg_ad_169.html:29:4070:4075 Mingo Greenbrier (Great Smoky Mountains) +0.26624 cspg_html_9354781888 cspg_html_9354781888:468:42831:42839 Columbia Victoria, British Columbia +0.213816 aapg_ah_98.html aapg_ah_98.html:207:21656:21665 Roughlock Winnipeg +0.718393 cspg_html_6839937815 cspg_html_6839937815:299:43023:43029 Toroweap Kaibab, Arizona +0.504444 aapg_af_568.html aapg_af_568.html:124:14061:14079 Tensleep Cheyenne, Wyoming +0.271872 gsa_html_7736249476 gsa_html_7736249476:67:5158:5186 Green River Iran +0.25942 aapg_ah_157.html aapg_ah_157.html:161:21526:21536 Eau Claire Galesville, Maryland +0.237276 aapg_ah_664.html aapg_ah_664.html:535:54502:54513 Peace River Cordillera Administrative Region +0.478578 gsa_html_3484366946 gsa_html_3484366946:1012:99365:99375 Washington Anchorage, Alaska +0.5187 cspg_html_9987144175 cspg_html_9987144175:243:32336:32355 Eureka Sound Bathurst Island (Northern Territory) +0.256928 cspg_html_5541937700 cspg_html_5541937700:997:115558:115575 Cardium Lacombe, Alberta +0.262119 sedimentology_html_8384737970 sedimentology_html_8384737970:49:4090:4097 Entrada Entrada Sandstone +0.854329 cspg_html_5955028331 cspg_html_5955028331:654:68482:68498 Viking Lacombe, Alberta +0.488796 aapg_ah_427.html aapg_ah_427.html:401:53095:53102 Vamoosa Shawnee, Oklahoma +0.4997 palaios_html_6327369225 palaios_html_6327369225:81:12720:12744 Morrison Manitoba +0.26985 aapg_ac_449.html aapg_ac_449.html:50:5624:5641 Grassy Knob Chert Illinois +0.24411 aapg_aa_960.html aapg_aa_960.html:488:37602:37608 Carmel Colorado +0.247996 cspg_html_2498183035 cspg_html_2498183035:387:40672:40694 Slave Point Victoria, British Columbia +0.472054 gsa_html_4078158156 gsa_html_4078158156:109:13002:13018 Ithaca Pennsylvania +0.280644 aapg_ae_711.html aapg_ae_711.html:22:3958:3978 Hartshorne Arkoma, Oklahoma +0.51688 aapg_ac_867.html aapg_ac_867.html:494:67562:67583 Green River Cheyenne, Wyoming +0.251988 cspg_html_9778753186 cspg_html_9778753186:49:7057:7060 Elk Kootenay River +0.257544 aapg_af_663.html aapg_af_663.html:703:69015:69031 Hertha Worland, Wyoming +0.258063 gsa_html_9053175553 gsa_html_9053175553:67:8822:8839 Colton North Horn Formation +0.493654 aapg_aa_369.html aapg_aa_369.html:36:4919:4925 Wilcox Okmulgee, Oklahoma +0.244976 sedimentology_html_9269517598 sedimentology_html_9269517598:760:45758:45776 Provo Swiss Alps +0.257526 sedimentology_html_2165832672 sedimentology_html_2165832672:57:6937:6946 Peninsula Korea +0.272964 aapg_aa_662.html aapg_aa_662.html:12:1459:1508 Onondaga Pennsylvania +0.252993 gsa_html_4071231613 gsa_html_4071231613:419:42955:42981 Wild Sheep Creek Middle East +0.501202 gsa_html_8782312274 gsa_html_8782312274:56:3371:3399 Green River Colorado +0.255972 geology_html_2308944786 geology_html_2308944786:52:4882:4901 Pocatello Boise, Idaho +0.24837 cspg_html_4298557570 cspg_html_4298557570:405:52931:52950 Frenchman Lacombe, Alberta +0.4559 aapg_af_854.html aapg_af_854.html:613:84291:84307 Kinderhook New Providence, New Jersey +0.510822 aapg_af_575.html aapg_af_575.html:1146:165007:165022 Tokio Arkansas +0.233682 cspg_html_2873888604 cspg_html_2873888604:349:53350:53382 Montney Lacombe, Alberta +0.261612 gsa_html_8840132442 gsa_html_8840132442:1131:105682:105685 Arc Arctic Cordillera +0.2505 aapg_ai_862.html aapg_ai_862.html:44:6448:6470 Sadlerochit Anchorage, Alaska +0.493712 gsa_html_5253952002 gsa_html_5253952002:397:47065:47081 Breathitt Kentucky +0.257045 AMJC_html_1873062106 AMJC_html_1873062106:158:24511:24534 Burro Canyon Cedar Mountains +0.47498 cspg_html_2834693711 cspg_html_2834693711:1023:121684:121694 Washington Skagit River +0.243936 cspg_html_4845813500 cspg_html_4845813500:5:240:281 Rocky Brook Western Bay, Newfoundland and Labrador +0.273546 aapg_aa_203.html aapg_aa_203.html:15:1588:1596 Beaufort Morehead City, North Carolina +0.263676 aapg_af_785.html aapg_af_785.html:65:7376:7381 Bashi Alabama +0.261626 aapg_af_129.html aapg_af_129.html:85:9740:9759 Leadville Belden, California +0.512848 aapg_af_619.html aapg_af_619.html:157:15644:15650 Wilcox Prague +0.469368 gsa_html_8614162917 gsa_html_8614162917:1015:93974:93983 Flagstaff Arizona +0.253482 aapg_aa_357.html aapg_aa_357.html:442:40654:40671 Dolores Colorado +0.49192 cspg_html_4326384800 cspg_html_4326384800:1646:230049:230057 Columbia Victoria, British Columbia +0.484389 aapg_ai_940.html aapg_ai_940.html:166:23717:23723 Oxford England +0.51324 aapg_af_674.html aapg_af_674.html:76:8182:8191 Greenhorn Lansing, Michigan +0.2495 aapg_aa_717.html aapg_aa_717.html:439:57320:57333 Venango Pennsylvania +0.51516 cspg_html_7777724998 cspg_html_7777724998:245:35128:35135 Cadomin Lacombe, Alberta +0.459228 cspg_html_8145657505 cspg_html_8145657505:193:28373:28388 Leduc Pine Brook, New Jersey +0.474472 sedimentology_html_8364351073 sedimentology_html_8364351073:996:88543:88549 Oregon Washington (state) +0.27664 aapg_af_292.html aapg_af_292.html:7:877:887 Nacimiento New Mexico +0.483531 gsa_html_9253181203 gsa_html_9253181203:155:16463:16471 Virginia Massanutten Mountain (Peak) +0.492701 aapg_aa_105.html aapg_aa_105.html:653:68588:68593 Banff Kootenay River +0.25443 aapg_ai_278.html aapg_ai_278.html:552:71999:72008 Sunniland Collier County, Florida +0.487705 aapg_ad_466.html aapg_ad_466.html:1387:147678:147695 Matawan Potomac River +0.877773 aapg_ac_235.html aapg_ac_235.html:33:3918:3936 Morrison Cheyenne, Wyoming +0.26334 cspg_html_8568877195 cspg_html_8568877195:73:11893:11910 Bearpaw Western world +0.477402 aapg_ad_944.html aapg_ad_944.html:131:12810:12833 Watrous Regina, Saskatchewan +0.262056 cspg_html_9542530836 cspg_html_9542530836:47:6855:6874 Red River Williston Basin +0.25132 cspg_html_3023030263 cspg_html_3023030263:48:7721:7735 Colorado Lacombe, Alberta +0.50138 aapg_aa_654.html aapg_aa_654.html:45:7786:7793 Tererro Sangre de Cristo Range +0.257484 gsa_html_4695276845 gsa_html_4695276845:1038:99422:99425 Rye Reno, Nevada +0.477951 aapg_ah_608.html aapg_ah_608.html:88:7968:7973 Aneth Texas +0.4845 aapg_ah_779.html aapg_ah_779.html:269:49684:49694 Shawangunk Edgewood, Washington +0.26159 aapg_ad_340.html aapg_ad_340.html:58:8383:8400 Temblor California +0.26136 gsa_html_5272671610 gsa_html_5272671610:453:47800:47817 Badshot Victoria, British Columbia +0.26418 cspg_html_2253842195 cspg_html_2253842195:7:690:712 Garbutt Victoria, British Columbia +0.50635 aapg_ae_72.html aapg_ae_72.html:149:17482:17490 Colorado Durango, Durango +0.252044 gsa_html_7840671974 gsa_html_7840671974:102:12553:12573 Twin Creek Cheyenne, Wyoming +0.255636 cspg_html_6331977039 cspg_html_6331977039:51:5058:5071 Eleanor River Ellesmere Island +0.243236 aapg_ac_420.html aapg_ac_420.html:387:40312:40318 Walker California +0.24192 gsa_html_8236729701 gsa_html_8236729701:52:4760:4769 San Diego Carlsbad, New Mexico +0.282252 aapg_ah_869.html aapg_ah_869.html:52:6157:6163 Dakota Cheyenne, Wyoming +0.286 aapg_ac_90.html aapg_ac_90.html:221:30655:30671 Navajo Colorado Plateau +0.476064 aapg_ai_28.html aapg_ai_28.html:835:79660:79667 Lagarto Victoria, British Columbia +0.515096 aapg_ah_98.html aapg_ah_98.html:326:29321:29336 Interlake Manitoba +0.38419 aapg_ai_144.html aapg_ai_144.html:255:26556:26562 Wapiti Wapiti River +0.251496 geology_html_8304470289 geology_html_8304470289:14:714:720 Provo Texas +0.267264 gsa_html_7195000001 gsa_html_7195000001:1049:118600:118622 Eureka Sound Ellesmere Island +0.268323 cspg_html_7178716951 cspg_html_7178716951:27:3744:3761 Kootenay Turtle Mountain (Alberta) +0.246865 sedimentology_html_8732044704 sedimentology_html_8732044704:287:12048:12053 Hondo Lacombe, Alberta +0.253302 aapg_af_653.html aapg_af_653.html:216:22495:22503 Vaqueros Monterey, California +0.50008 cspg_html_8649903682 cspg_html_8649903682:50:6871:6882 Peace River Weymouth, Massachusetts +0.902496 cspg_html_6383234409 cspg_html_6383234409:488:50325:50335 Bird Fiord Bathurst Island (Northern Territory) +0.241572 aapg_ai_163.html aapg_ai_163.html:96:8149:8157 Colorado Turkey Creek, Louisiana +0.23952 aapg_ai_81.html aapg_ai_81.html:488:40095:40103 Catskill Pennsylvania +0.249996 gsa_html_8398449001 gsa_html_8398449001:600:47517:47527 Bear River Bear Lake, Michigan +0.243045 AMJC_html_5516451353 AMJC_html_5516451353:505:51221:51238 Massabesic Gneiss New Hampshire +0.502765 aapg_ah_311.html aapg_ah_311.html:233:24494:24505 White River Wasatch Range +0.426816 aapg_ad_157.html aapg_ad_157.html:95:10728:10751 Wilcox Texas +0.75579 aapg_ah_534.html aapg_ah_534.html:393:33527:33539 New Scotland Catskill Mountains +0.83276 aapg_ae_835.html aapg_ae_835.html:63:6033:6037 Buda Buda, Texas +0.46154 gsa_html_9898556493 gsa_html_9898556493:243:29134:29146 Laguna Merced River +0.495159 aapg_ae_779.html aapg_ae_779.html:17:1897:1904 El Paso New Mexico +0.266031 aapg_ai_468.html aapg_ai_468.html:67:9312:9332 Smackover Bossier City, Louisiana +0.263835 aapg_ae_62.html aapg_ae_62.html:303:26261:26277 Mowry Fall River, Nova Scotia +0.491202 cspg_html_3404912985 cspg_html_3404912985:283:45240:45261 Belly River Lacombe, Alberta +0.269136 aapg_af_51.html aapg_af_51.html:247:27692:27698 Chinle Entrada Sandstone +0.404838 cspg_html_8535889489 cspg_html_8535889489:144:20544:20561 Ringnes Melville Island (Canada) +0.500224 aapg_ak_85.html aapg_ak_85.html:262:30172:30180 Red Rock Haynesville, Louisiana +0.238797 gsa_html_9207276905 gsa_html_9207276905:523:48047:48055 Columbia Victoria, British Columbia +0.26156 cspg_html_8231573314 cspg_html_8231573314:9:646:665 Grayling Canada +0.48951 aapg_ad_169.html aapg_ad_169.html:81:10701:10714 Maccrady Greenbrier (Great Smoky Mountains) +0.483395 aapg_ae_370.html aapg_ae_370.html:73:8288:8303 Pittsburg Bluff Salem, Oregon +0.502978 aapg_ah_387.html aapg_ah_387.html:422:41490:41499 Knoxville Mariposa, California +0.255518 aapg_ad_169.html aapg_ad_169.html:42:5259:5279 Greenbrier Greenbrier (Great Smoky Mountains) +0.280674 aapg_aa_712.html aapg_aa_712.html:40:7222:7239 Platteville Hennepin, Illinois +0.256027 aapg_ai_366.html aapg_ai_366.html:150:19585:19591 Lissie Hockley +0.255936 aapg_ac_896.html aapg_ac_896.html:227:17637:17646 Smackover Cotton Valley, Louisiana +0.512746 aapg_ai_883.html aapg_ai_883.html:59:6300:6318 Rodessa Southeast Asia +0.257544 palaios_html_4501603736 palaios_html_4501603736:206:20017:20035 Moenkopi Reno, Nevada +0.48719 jgeology_html_8064855537 jgeology_html_8064855537:254:17525:17547 Burro Canyon Logan, Utah +0.249494 cspg_html_3023030263 cspg_html_3023030263:527:57920:57926 Denver Colorado +0.466506 cspg_html_9435196958 cspg_html_9435196958:388:17197:17205 Edmonton Lacombe, Alberta +0.416826 cspg_html_2863271815 cspg_html_2863271815:909:93304:93320 Guelph Ontario, California +0.253492 gsa_html_7248164569 gsa_html_7248164569:193:11052:11061 Peninsula New Brunswick, New Jersey +0.26468 cspg_html_4272664788 cspg_html_4272664788:200:25969:25977 Columbia Victoria, British Columbia +0.261021 cspg_html_5973552270 cspg_html_5973552270:90:13139:13158 Waterways Swan Hill, Victoria +0.252486 cspg_html_7550088587 cspg_html_7550088587:138:17872:17881 Whitewood Genesee County, Michigan +0.24947 aapg_ai_688.html aapg_ai_688.html:410:45454:45469 Rochester Huntington, West Virginia +0.50246 aapg_ah_753.html aapg_ah_753.html:77:12548:12560 Windsor New Brunswick, New Jersey +0.500598 gsa_html_6893818738 gsa_html_6893818738:1225:80446:80474 Green River Colorado +0.46926 aapg_ai_249.html aapg_ai_249.html:10:1918:1924 Sierra Bay Islands Department +0.483426 aapg_ae_233.html aapg_ae_233.html:74:8758:8767 Brunswick Pamlico County, North Carolina +0.26985 cspg_html_1818321956 cspg_html_1818321956:365:35765:35773 Columbia Victoria, British Columbia +0.491724 aapg_aa_712.html aapg_aa_712.html:13:2321:2329 Glenwood Glenwood, Utah +0.24648 gsa_html_3669079684 gsa_html_3669079684:174:18568:18576 Michigan Moscow +0.4565 aapg_ai_917.html aapg_ai_917.html:240:36119:36127 Columbia London, Ontario +0.285 aapg_ad_883.html aapg_ad_883.html:224:21997:22019 Prairie Illinois +0.505393 aapg_af_560.html aapg_af_560.html:90:9060:9077 Cockfield Liberty County, Florida +0.257526 aapg_ai_913.html aapg_ai_913.html:18:2460:2479 Mesaverde Colorado +0.493735 aapg_aa_419.html aapg_aa_419.html:925:78721:78726 Price Perth, Western Australia +0.24794 cspg_html_5541725202 cspg_html_5541725202:199:28816:28840 Boss Point New Brunswick, New Jersey +0.49192 cspg_html_3883962749 cspg_html_3883962749:67:10042:10050 Columbia Victoria, British Columbia +0.258516 AMJC_html_1964550508 AMJC_html_1964550508:709:80370:80393 Salina Lockport (city), New York +0.259578 aapg_ac_745.html aapg_ac_745.html:133:11318:11324 Oswego Oswego, New York +0.257808 aapg_ad_581.html aapg_ad_581.html:156:20052:20073 Martinsburg Waynesboro, Pennsylvania +0.272964 aapg_ak_87.html aapg_ak_87.html:275:39766:39775 San Pedro Mogollon, New Mexico +0.496202 aapg_ad_69.html aapg_ad_69.html:91:6112:6134 Judith River Judith River Formation +0.267288 aapg_ad_557.html aapg_ad_557.html:11495:673708:673728 Ferry Lake Anhydrite Mexico +0.255488 aapg_ah_721.html aapg_ah_721.html:157:23562:23568 Denver Colorado +0.25092 cspg_html_4617311907 cspg_html_4617311907:334:53678:53683 Mabou Cumberland, Maryland +0.726922 cspg_html_9343899465 cspg_html_9343899465:489:47706:47719 Weatherall Melville Island (Canada) +0.465408 cspg_html_2769629211 cspg_html_2769629211:64:8414:8422 Columbia Lacombe, Alberta +0.490782 jgeology_html_4305195651 jgeology_html_4305195651:1920:142698:142708 Pottsville Pennsylvania +0.495035 aapg_aa_161.html aapg_aa_161.html:375:35266:35270 Wise Cheyenne, Wyoming +0.473256 aapg_ac_313.html aapg_ac_313.html:156:19676:19688 Metapan Guatemala +0.243302 sedimentology_html_3826538092 sedimentology_html_3826538092:612:38563:38570 Francis London, Ontario +0.253006 gsa_html_7193789775 gsa_html_7193789775:127:14680:14688 Colorado Logan, Utah +0.247808 geology_html_5114678373 geology_html_5114678373:61:5948:5958 Mahantango Neshaminy Creek +0.269345 aapg_ai_980.html aapg_ai_980.html:361:29918:29926 Sawtooth Sunriver, Oregon +0.207747 gsa_html_5628658687 gsa_html_5628658687:623:65802:65810 Colorado Arizona +0.732295 cspg_html_9735723617 cspg_html_9735723617:702:85135:85144 Hecla Bay Banks Island +0.561204 aapg_ai_364.html aapg_ai_364.html:32:4461:4470 Minnelusa Cheyenne, Wyoming +0.255016 aapg_ac_841.html aapg_ac_841.html:1719:174707:174714 Esquias Comayagua +0.51188 aapg_ad_169.html aapg_ad_169.html:271:31692:31707 Maccrady Greenbrier (Great Smoky Mountains) +0.509427 aapg_af_392.html aapg_af_392.html:3:370:388 Frontier Logan, Utah +0.245727 aapg_ae_93.html aapg_ae_93.html:731:72732:72750 Kootenay Lacombe, Alberta +0.492618 cspg_html_9735723617 cspg_html_9735723617:610:72073:72093 Weatherall Banks Island +0.23856 aapg_ah_159.html aapg_ah_159.html:109:12511:12520 Jamestown Knoxville, Tennessee +0.270351 palaios_html_4939666561 palaios_html_4939666561:385:49887:49898 Clays Ferry Frankfort, Illinois +0.49858 aapg_ad_418.html aapg_ad_418.html:117:10710:10726 Salem Plainville, Connecticut +0.271942 aapg_ad_2.html aapg_ad_2.html:1609:223037:223048 Beekmantown Bellefonte, Pennsylvania +0.508158 cspg_html_5109837857 cspg_html_5109837857:85:10787:10817 Degerbols Melville Island (Canada) +0.475996 gsa_html_4339524478 gsa_html_4339524478:654:69725:69731 Oregon Boise, Idaho +0.254856 aapg_ad_400.html aapg_ad_400.html:169:15858:15885 Elk Chinle Formation +0.26565 aapg_ae_694.html aapg_ae_694.html:277:31121:31139 Woodbine Texas +0.247234 cspg_html_8260944839 cspg_html_8260944839:461:50908:50949 Albert New Brunswick, New Jersey +0.251122 cspg_html_1188455526 cspg_html_1188455526:126:20202:20219 Bjorne Middle East +0.25088 aapg_ai_275.html aapg_ai_275.html:301:31123:31131 Virginia Delaware +0.265189 gsa_html_4740178746 gsa_html_4740178746:692:73015:73019 Wise Antarctica +0.518236 aapg_ad_880.html aapg_ad_880.html:222:23571:23590 Spearfish Black Hills +0.481844 cspg_html_9011256422 cspg_html_9011256422:365:49321:49366 Jean Marie Lacombe, Alberta +0.495281 aapg_ac_971.html aapg_ac_971.html:115:16017:16044 Oil Creek Colorado +0.494137 geology_html_1845191599 geology_html_1845191599:250:22195:22211 Maroon Colorado +0.480459 cspg_html_3634181348 cspg_html_3634181348:337:32997:33009 Rockwell Terrebonne Parish, Louisiana +0.49469 cspg_html_8065532640 cspg_html_8065532640:609:74433:74442 Mackenzie Root River (Wisconsin) +0.27948 aapg_ae_904.html aapg_ae_904.html:528:54861:54872 Peace River Bow Island Airport +0.490728 aapg_ac_719.html aapg_ac_719.html:178:21029:21050 Farisita Colorado +0.484932 cspg_html_5576979800 cspg_html_5576979800:43:7277:7298 Fossil Hill Guelph +0.471822 aapg_ac_838.html aapg_ac_838.html:432:39188:39208 Sheep Pass Reno, Nevada +0.28084 aapg_aa_303.html aapg_aa_303.html:420:37477:37489 Percha New Mexico +0.3675 cspg_html_7192907687 cspg_html_7192907687:625:64107:64126 Kingsport Knoxville, Tennessee +0.508642 aapg_ai_583.html aapg_ai_583.html:178:26259:26276 Rierdon Cheyenne, Wyoming +0.2485 aapg_ai_584.html aapg_ai_584.html:382:37115:37123 Fairbank Crook, Colorado +0.66542 aapg_aa_23.html aapg_aa_23.html:483:57536:57554 Winnipeg Brandon, Florida +0.456518 aapg_af_426.html aapg_af_426.html:10:1381:1388 Paradox Logan, Utah +0.24064 aapg_aa_776.html aapg_aa_776.html:489:52115:52124 Extension Africa +0.507318 aapg_ai_49.html aapg_ai_49.html:232:27548:27561 Ankareh Colorado +0.25 aapg_ae_182.html aapg_ae_182.html:363:38197:38205 Bellevue Cotton Valley, Louisiana +0.27392 aapg_ad_757.html aapg_ad_757.html:277:34677:34684 Decorah Decorah, Iowa +0.509486 aapg_ae_14.html aapg_ae_14.html:577:55776:55782 Jordan Karak District +0.482816 sedimentology_html_9586961644 sedimentology_html_9586961644:949:75142:75166 Kaskapau Lacombe, Alberta +0.263652 geology_html_3926757172 geology_html_3926757172:267:25589:25597 Rockwell Los Angeles +0.468435 gsa_html_1210544754 gsa_html_1210544754:122:12225:12237 Owens Valley Sierra Nevada (Spain) +0.375396 aapg_ai_54.html aapg_ai_54.html:173:20270:20290 Pottsville Alabama +0.49556 aapg_af_310.html aapg_af_310.html:180:20898:20910 Winnipegosis Winnipeg +0.480868 cspg_html_8089302449 cspg_html_8089302449:123:20608:20628 Dawson Bay Regina, Saskatchewan +0.23862 aapg_ah_158.html aapg_ah_158.html:103:20043:20049 Aleman Richmond, California +0.477405 cspg_html_7176835767 cspg_html_7176835767:336:43034:43053 Rat River Sault Ste. Marie, Ontario +0.254518 aapg_ak_105.html aapg_ak_105.html:99:13183:13192 Flagstaff Colorado Plateau +0.707223 aapg_ah_344.html aapg_ah_344.html:245:27403:27408 Eutaw Tuscaloosa, Alabama +0.254178 sedimentology_html_1627982771 sedimentology_html_1627982771:769:43947:43951 Hall London, Ontario +0.49305 aapg_aa_590.html aapg_aa_590.html:897:68412:68418 Jordan Melbourne, Florida +0.268203 aapg_ac_807.html aapg_ac_807.html:504:51098:51106 Patapsco Maryland +0.257554 aapg_ah_69.html aapg_ah_69.html:157:14831:14842 Chazy Waverly, Ohio +0.488992 AMJC_html_6341723617 AMJC_html_6341723617:930:79015:79032 Bridger Sweetwater, Miami-Dade County, Florida +0.255 aapg_ai_105.html aapg_ai_105.html:389:48434:48446 Belden Colorado +0.256452 aapg_ae_846.html aapg_ae_846.html:90:8391:8408 Madison New Mexico +0.26676 aapg_ad_3.html aapg_ad_3.html:528:51202:51211 Gatesburg Pennsylvania +0.475629 sedimentology_html_8980458097 sedimentology_html_8980458097:594:37730:37734 Hall London, Ontario +0.849915 cspg_html_3962754176 cspg_html_3962754176:486:58848:58874 Horseshoe Canyon Lacombe, Alberta +0.48896 palaios_html_8417650440 palaios_html_8417650440:461:43001:43021 Point Loma California +0.254338 gsa_html_7040053075 gsa_html_7040053075:408:42596:42615 Duarte San Gabriel Mountains +0.268888 aapg_ad_257.html aapg_ad_257.html:109:11595:11615 Tuscaloosa Mississippi River +0.258055 gsa_html_1983821343 gsa_html_1983821343:57:4159:4187 Green River Colorado +0.259065 sedimentology_html_7708427167 sedimentology_html_7708427167:888:59237:59241 Bond Overland, Missouri +0.476844 gsa_html_1445615163 gsa_html_1445615163:29:2796:2824 Green River Colorado +0.245514 cspg_html_4176605708 cspg_html_4176605708:713:68355:68369 Colorado Regina, Saskatchewan +0.462714 aapg_aa_702.html aapg_aa_702.html:881:113945:113953 Billings Regina, Saskatchewan +0.269352 aapg_ad_81.html aapg_ad_81.html:1064:175082:175115 Lodgepole Williston Basin +0.255488 geology_html_7907725439 geology_html_7907725439:238:20402:20409 Bathtub California +0.262524 aapg_ac_9.html aapg_ac_9.html:130:13137:13145 Michigan Salina, Kansas +0.27489 aapg_ad_979.html aapg_ad_979.html:369:32868:32884 Borden Siltstone Illinois +0.379974 aapg_ah_371.html aapg_ah_371.html:3:194:214 Tuscaloosa Tuscaloosa, Alabama +0.474447 palaios_html_3207778962 palaios_html_3207778962:57:7407:7415 Virginia Texas +0.272862 geology_html_6889011624 geology_html_6889011624:40:4002:4011 Red River Canada +0.252909 aapg_ai_54.html aapg_ai_54.html:39:4565:4585 Tuscaloosa Selma to Montgomery marches +0.257136 aapg_ae_370.html aapg_ae_370.html:136:11504:11519 Pittsburg Bluff Columbia Country +0.243033 gsa_html_2017427047 gsa_html_2017427047:12:529:539 Washington Richland, Washington +0.24823 cspg_html_1378826439 cspg_html_1378826439:519:43956:43962 Viking Lacombe, Alberta +0.258028 cspg_html_6472484014 cspg_html_6472484014:99:13536:13556 La Vieille New Brunswick, New Jersey +0.2652 gsa_html_9694069566 gsa_html_9694069566:689:64588:64595 Jupiter Arizona +0.258048 aapg_ak_76.html aapg_ak_76.html:113:16872:16887 Cibao Puerto Rico +0.49162 aapg_af_575.html aapg_af_575.html:1145:164783:164791 Woodbine McCurtain County, Oklahoma +0.445051 aapg_ah_853.html aapg_ah_853.html:46:3130:3137 Reforma Trinidad and Tobago +0.48597 aapg_ac_240.html aapg_ac_240.html:47:5255:5263 Colorado Logan, Utah +0.488413 geology_html_5478272719 geology_html_5478272719:253:20813:20832 Leadville Colorado +0.492975 aapg_af_397.html aapg_af_397.html:615:72968:72975 Entrada Entrada Sandstone +0.509656 aapg_ac_206.html aapg_ac_206.html:39:5601:5616 Guelph Dolomite Ontario, California +0.2545 aapg_ah_289.html aapg_ah_289.html:102:14405:14422 Temblor Monterey, California +0.253132 aapg_ad_662.html aapg_ad_662.html:367:34207:34232 Frio Gulf Coast of the United States +0.282975 aapg_ai_145.html aapg_ai_145.html:80:10219:10235 Fernie Big Horn Mountains +0.476215 cspg_html_6356755616 cspg_html_6356755616:5:233:252 Whitemud Lacombe, Alberta +0.26572 geology_html_5638110690 geology_html_5638110690:266:22566:22582 Fish Canyon Tuff Colorado +0.247009 aapg_ai_751.html aapg_ai_751.html:126:12688:12713 Venango Venango, Pennsylvania +0.493056 aapg_ae_777.html aapg_ae_777.html:29:4121:4137 Sandia Sangre de Cristo Range +0.48501 cspg_html_5117208919 cspg_html_5117208919:154:13110:13126 Muskeg Lacombe, Alberta +0.491589 aapg_aa_399.html aapg_aa_399.html:542:52404:52411 Bearpaw Lacombe, Alberta +0.445095 aapg_ad_466.html aapg_ad_466.html:622:70879:70891 Mount Laurel Mount Laurel Township, New Jersey +0.491582 cspg_html_1019614994 cspg_html_1019614994:441:74386:74396 Big Valley Lacombe, Alberta +0.24647 aapg_ac_646.html aapg_ac_646.html:716:51673:51680 Astoria Matanzas Province +0.258 AMJC_html_8522115051 AMJC_html_8522115051:1188:123000:123006 Oregon Earth +0.51205 aapg_ad_764.html aapg_ad_764.html:23:3274:3293 Etchegoin Kern River Preserve +0.388267 cspg_html_1962846283 cspg_html_1962846283:551:69419:69439 Cadomin Kootenay River +0.471447 cspg_html_4382149016 cspg_html_4382149016:290:43263:43280 Beekmantown Black River, Jamaica +0.266716 aapg_ai_957.html aapg_ai_957.html:301:32498:32506 Beaumont Beaumont, Texas +0.279292 aapg_af_668.html aapg_af_668.html:52:6854:6860 Pocono Chadwick, Illinois +0.253506 gsa_html_5486105965 gsa_html_5486105965:768:66593:66605 Dixie Valley Reno, Nevada +0.243332 gsa_html_3677258183 gsa_html_3677258183:1126:105993:105999 Denver Columbus, Ohio +0.246012 sedimentology_html_7879809021 sedimentology_html_7879809021:983:79823:79854 Greenbrier Huntington, West Virginia +0.274551 aapg_af_450.html aapg_af_450.html:237:25028:25055 White River Logan, Utah +0.483492 gsa_html_1636483297 gsa_html_1636483297:865:75963:75985 Green River Cheyenne, Wyoming +0.514415 gsa_html_4842463190 gsa_html_4842463190:59:3834:3862 Green River Colorado +0.455928 AMJC_html_5969956211 AMJC_html_5969956211:1978:210256:210264 Colorado Denver +0.259032 aapg_af_667.html aapg_af_667.html:63:6812:6818 Salado New Mexico +0.496683 aapg_ae_45.html aapg_ae_45.html:34:4716:4725 Smackover Haynesville, Louisiana +0.478353 cspg_html_3501550466 cspg_html_3501550466:79:12851:12862 Peace River Lacombe, Alberta +0.497373 aapg_ai_593.html aapg_ai_593.html:2013:188191:188211 Duck Creek Texas +0.487272 gsa_html_5884416968 gsa_html_5884416968:573:55336:55361 Sandia New Mexico +0.26159 gsa_html_2877093757 gsa_html_2877093757:773:83313:83331 Monterey London, Ontario +0.25602 aapg_ah_871.html aapg_ah_871.html:494:54343:54348 Chazy Montreal +0.46872 jgeology_html_8936542604 jgeology_html_8936542604:1420:81621:81627 Thrifty London, Ontario +0.233172 cspg_html_7553438101 cspg_html_7553438101:16:1512:1531 Red River Manitoba +0.480624 cspg_html_9343899465 cspg_html_9343899465:2654:238193:238220 Sonyea McAlester, Oklahoma +0.252164 aapg_ae_539.html aapg_ae_539.html:618:74947:74952 Swift Cape Cod +0.482092 aapg_ae_794.html aapg_ae_794.html:570:63198:63218 Owl Creek Selma to Montgomery marches +0.266207 gsa_html_6627974776 gsa_html_6627974776:673:53143:53148 Yukon Anchorage, Alaska +0.257424 geology_html_5856149391 geology_html_5856149391:400:29564:29573 Peninsula California +0.481873 cspg_html_4326384800 cspg_html_4326384800:1015:149026:149041 Elk Lacombe, Alberta +0.48204 aapg_ac_879.html aapg_ac_879.html:9:1450:1456 Oregon California +0.232596 aapg_ah_335.html aapg_ah_335.html:425:53860:53864 Wise Huntington, West Virginia +0.26985 cspg_html_3529479452 cspg_html_3529479452:225:25164:25183 Lodgepole Manitoba +0.264704 aapg_af_559.html aapg_af_559.html:94:12181:12186 Price Nueces River +0.488267 aapg_ai_158.html aapg_ai_158.html:573:58365:58370 Yukon McConnell Air Force Base +0.256793 gsa_html_1783148177 gsa_html_1783148177:550:59127:59139 Artist Drive Black Mountains, Wales +0.46233 aapg_aa_360.html aapg_aa_360.html:332:29186:29191 Indio Luling, Louisiana +0.257048 cspg_html_6906803477 cspg_html_6906803477:21:2730:2764 Otto Fiord Ellesmere Island +0.260084 cspg_html_7182873498 cspg_html_7182873498:153:21054:21061 Eramosa Salina, Kansas +0.259979 aapg_af_575.html aapg_af_575.html:806:112826:112834 Seminole Missouri River +0.24794 cspg_html_9951421861 cspg_html_9951421861:534:66335:66343 Wabiskaw Lacombe, Alberta +0.252865 aapg_ad_98.html aapg_ad_98.html:60:6405:6440 Ninemile Reno, Nevada +0.49028 palaios_html_3384603985 palaios_html_3384603985:61:7608:7613 Hueco Texas +0.245478 jgeology_html_2497886918 jgeology_html_2497886918:933:49950:49959 Peninsula Korea +0.25305 aapg_ac_586.html aapg_ac_586.html:79:9639:9660 Mauch Chunk Pottsville, Pennsylvania +0.444501 cspg_html_5198658336 cspg_html_5198658336:329:35320:35339 Paskapoo Lacombe, Alberta +0.260104 aapg_ai_902.html aapg_ai_902.html:266:37587:37593 Denver Walsenburg, Colorado +0.2562 sedimentology_html_5972856435 sedimentology_html_5972856435:343:29633:29637 Cote Guinea +0.259979 geology_html_5486340907 geology_html_5486340907:67:6809:6816 Platteville Wisconsin +0.88992 aapg_aa_147.html aapg_aa_147.html:166:20376:20395 Stonewall Moose Lake, Minnesota +0.2548 gsa_html_6701310840 gsa_html_6701310840:609:56319:56336 Cardium Lacombe, Alberta +0.497896 jgeology_html_1838149422 jgeology_html_1838149422:1367:105656:105694 John Day Arizona +0.245895 gsa_html_3795828595 gsa_html_3795828595:17:1001:1018 Black River Ohio +0.93605 aapg_aa_23.html aapg_aa_23.html:394:47064:47073 Red River Lake Winnipeg +0.261072 cspg_html_2462765529 cspg_html_2462765529:219:38069:38087 Montney Lacombe, Alberta +0.372243 aapg_ad_948.html aapg_ad_948.html:49:4757:4773 Tintic Quartzite Logan, Utah +0.261085 aapg_ah_328.html aapg_ah_328.html:287:30255:30263 Colorado Mancos, Colorado +0.403254 aapg_ad_660.html aapg_ad_660.html:396:51240:51255 Queen Guadalupe Mountains National Park +0.26884 aapg_ad_758.html aapg_ad_758.html:375:47217:47225 Lawrence Pleasanton, Texas +0.25647 aapg_ae_658.html aapg_ae_658.html:565:58313:58321 Colorado Denver +0.49521 sedimentology_html_9257813538 sedimentology_html_9257813538:36:3248:3262 Northumberland England +0.495126 gsa_html_2877730818 gsa_html_2877730818:329:33379:33399 Beck Spring Dolomite Saratoga Springs, New York +0.393524 cspg_html_2093862169 cspg_html_2093862169:321:31618:31626 Pine Key Grand Cayman +0.466626 aapg_ad_880.html aapg_ad_880.html:926:91920:91930 Minnekahta Redwater, Texas +0.25857 cspg_html_8362959053 cspg_html_8362959053:56:8673:8696 Beaver Mines Mountain Park (Holyoke, Massachusetts) +0.250992 cspg_html_8649903682 cspg_html_8649903682:50:6760:6768 Weymouth Anchorage, Alaska +0.481514 aapg_ai_958.html aapg_ai_958.html:8:707:723 Goliad Oakville, California +0.91776 aapg_af_259.html aapg_af_259.html:47:4760:4776 Viking Lacombe, Alberta +0.264192 geology_html_7929665686 geology_html_7929665686:12:630:639 Rochester Rochester, Kent +0.653686 cspg_html_1818321956 cspg_html_1818321956:87:10869:10879 Otto Fiord Ellesmere Island +0.487622 cspg_html_7963093032 cspg_html_7963093032:6:648:656 Columbia Lacombe, Alberta +0.255474 aapg_ai_153.html aapg_ai_153.html:271:42408:42430 Marble Falls Llano, Texas +0.267963 aapg_aa_945.html aapg_aa_945.html:62:5329:5350 Platteville Rock River (Iowa) +0.243892 aapg_af_683.html aapg_af_683.html:749:77135:77143 La Habra California +0.266122 aapg_ac_15.html aapg_ac_15.html:115:10874:10884 San Andres Hockley +0.485216 sedimentology_html_1756157477 sedimentology_html_1756157477:1659:89762:89775 Saline Valley Death Valley +0.410176 cspg_html_5484260516 cspg_html_5484260516:184:19514:19529 Banff Lacombe, Alberta +0.255892 aapg_ai_907.html aapg_ai_907.html:44:7285:7312 Logan Logan Canyon +0.383026 aapg_af_50.html aapg_af_50.html:779:72540:72557 Minturn Eagle County, Colorado +0.256968 aapg_ah_189.html aapg_ah_189.html:23:3190:3211 Trempealeau Michigan +0.520956 palaios_html_4940783464 palaios_html_4940783464:494:47216:47234 Yakataga Anchorage, Alaska +0.255712 gsa_html_8881958017 gsa_html_8881958017:142:16805:16811 Slocan Victoria, British Columbia +0.476126 gsa_html_7195000001 gsa_html_7195000001:904:109736:109760 Eureka Sound Ellesmere Island +0.25853 cspg_html_3618628685 cspg_html_3618628685:27:4304:4322 Bearpaw Milk River, Alberta +0.484059 gsa_html_9135582298 gsa_html_9135582298:857:77124:77129 Price Trans-Pecos +0.247476 aapg_aa_233.html aapg_aa_233.html:500:49498:49504 Sierra Matamoros, Tamaulipas +0.471056 aapg_af_133.html aapg_af_133.html:292:31138:31146 Michigan Illinois +0.247995 aapg_ai_720.html aapg_ai_720.html:385:39225:39231 Jordan Delaware +0.266031 aapg_ac_305.html aapg_ac_305.html:148:15070:15096 Williston Santa Fe River (New Mexico) +0.267674 AMJC_html_6341723617 AMJC_html_6341723617:1167:97686:97694 Colorado Cheyenne, Wyoming +0.25347 aapg_aa_148.html aapg_aa_148.html:194:21898:21919 Red Rock Arizona +0.455832 sedimentology_html_3798833948 sedimentology_html_3798833948:1431:94163:94166 Arc Israel +0.50233 aapg_ah_847.html aapg_ah_847.html:83:9529:9543 New Egypt Navesink River +0.246433 aapg_ad_338.html aapg_ad_338.html:549:58915:58921 Jordan Delaware +0.237069 cspg_html_2165379999 cspg_html_2165379999:489:45466:45474 Edmonton Calgary +0.508992 cspg_html_3328007773 cspg_html_3328007773:1002:101275:101296 Peace River Lacombe, Alberta +0.257554 cspg_html_9924397126 cspg_html_9924397126:1518:163588:163592 Ross Stroudsburg, Pennsylvania +0.48615 cspg_html_6255491344 cspg_html_6255491344:321:40915:40920 Price Victoria, British Columbia +0.246909 gsa_html_1983936163 gsa_html_1983936163:854:67609:67615 Jordan Nazca +0.51799 aapg_ac_289.html aapg_ac_289.html:66:7234:7243 Smackover Haynesville, Louisiana +0.255955 aapg_ah_524.html aapg_ah_524.html:59:6056:6062 Curtis Entrada Sandstone +0.465429 geology_html_2443480901 geology_html_2443480901:328:24285:24291 Walker Earth +0.49087 cspg_html_5241714595 cspg_html_5241714595:457:69955:69970 Nisku Lacombe, Alberta +0.48057 aapg_af_976.html aapg_af_976.html:39:4802:4822 Robertson West, Texas +0.261576 aapg_ae_863.html aapg_ae_863.html:457:51276:51285 San Pedro Los Angeles +0.26832 aapg_ac_628.html aapg_ac_628.html:350:57643:57664 Price Wasatch Range +0.486024 cspg_html_4694482219 cspg_html_4694482219:42:5167:5190 Willow Creek Lacombe, Alberta +0.267289 aapg_ai_763.html aapg_ai_763.html:34:4884:4908 Cotton Valley East Texas +0.487113 gsa_html_2663192210 gsa_html_2663192210:59:3755:3783 Green River New Mexico +0.481525 aapg_ae_71.html aapg_ae_71.html:109:9672:9687 Ouray Ouray, Colorado +0.478101 aapg_ae_705.html aapg_ae_705.html:149:15713:15730 Sisquoc Santa Ynez Valley +0.497871 aapg_aa_118.html aapg_aa_118.html:360:34333:34341 Lowville Otter Creek, Florida +0.493884 aapg_ad_908.html aapg_ad_908.html:253:28129:28134 Colon Colombia +0.499422 aapg_ah_311.html aapg_ah_311.html:56:6431:6445 Sentinel Butte Fort Union Trading Post National Historic Site +0.266087 aapg_ae_182.html aapg_ae_182.html:271:30387:30393 Midway Arkadelphia, Arkansas +0.475132 gsa_html_2023933346 gsa_html_2023933346:1137:105363:105371 Rockwell Los Angeles +0.4795 gsa_html_3049782768 gsa_html_3049782768:713:62211:62221 Washington Vashon, Washington +0.486472 gsa_html_5947781643 gsa_html_5947781643:1040:73071:73099 Green River Colorado +0.249458 cspg_html_7779401416 cspg_html_7779401416:96:11835:11845 Georgetown Bruce Peninsula National Park +0.259844 aapg_af_624.html aapg_af_624.html:128:9621:9639 Frontier Fremont County, Wyoming +0.487438 aapg_aa_133.html aapg_aa_133.html:147:16163:16168 Nisku Edmonton, London +0.494235 palaios_html_4736927967 palaios_html_4736927967:907:77239:77256 Wabamun Canada +0.254514 geology_html_1333851680 geology_html_1333851680:268:18088:18099 San Antonio Texas +0.413074 cspg_html_4257076625 cspg_html_4257076625:435:57084:57095 Winterhouse Utica, New York +0.261576 cspg_html_1732329534 cspg_html_1732329534:46:6672:6680 Paskapoo North Portal, Saskatchewan +0.810777 geology_html_8807787667 geology_html_8807787667:139:14535:14550 Valmy Reno, Nevada +0.486315 gsa_html_6869840610 gsa_html_6869840610:650:50278:50286 Colorado Reno, Nevada +0.253356 geology_html_8228677420 geology_html_8228677420:16:921:931 Washington Washington (state) +0.255528 AMJC_html_4692260170 AMJC_html_4692260170:928:96754:96762 Billings Bennington, Vermont +0.25047 gsa_html_3484366946 gsa_html_3484366946:420:47195:47218 Cararra Vienna +0.263088 aapg_ac_380.html aapg_ac_380.html:179:22332:22341 Schoharie Onondaga (tribe) +0.237133 aapg_aa_267.html aapg_aa_267.html:651:54397:54407 Greenbrier Greenwood, South Carolina +0.28404 aapg_ad_557.html aapg_ad_557.html:1433:133669:133693 Mission Canyon Williston Basin +0.485216 aapg_ac_984.html aapg_ac_984.html:301:26224:26232 Shakopee Wisconsin +0.236052 jgeology_html_6672772311 jgeology_html_6672772311:900:71192:71198 Taylor London, Ontario +0.48672 cspg_html_2729673354 cspg_html_2729673354:12:2060:2082 Medicine Hat Regina, Saskatchewan +0.265967 aapg_af_0.html aapg_af_0.html:421:46250:46268 Sabaneta Colorado +0.49296 gsa_html_8321564642 gsa_html_8321564642:562:54896:54905 Extension Saudi Arabia +0.2465 gsa_html_9053175553 gsa_html_9053175553:217:27882:27899 Flagstaff Flagstaff, Arizona +0.532389 aapg_ae_319.html aapg_ae_319.html:709:60283:60291 Sundance Carmel, Indiana +0.25376 palaios_html_4880574501 palaios_html_4880574501:65:8474:8478 Kope Netherlands +0.859265 cspg_html_2418341010 cspg_html_2418341010:107:13353:13377 Interlake Winnipeg +0.253575 gsa_html_9152662653 gsa_html_9152662653:18:844:850 Reston Virginia +0.491008 aapg_aa_626.html aapg_aa_626.html:311:34952:34965 Potomac Maryland +0.26565 aapg_ai_350.html aapg_ai_350.html:87:8956:8962 Wewoka Seminole, Texas +0.480256 cspg_html_2960999819 cspg_html_2960999819:5:293:305 Granite Wash Canada +0.252993 gsa_html_3936574180 gsa_html_3936574180:160:17408:17433 Trout Peak Trachyandesite Black Mountains (North Carolina) +0.475673 aapg_ad_971.html aapg_ad_971.html:315:28428:28436 Colorado Logan, Utah +0.486772 aapg_ac_807.html aapg_ac_807.html:158:16352:16363 Summerville Walterboro, South Carolina +0.26832 aapg_ah_289.html aapg_ah_289.html:558:78304:78322 Monterey Monterey, California +0.253482 cspg_html_9388742281 cspg_html_9388742281:144:16471:16479 Columbia Victoria, British Columbia +0.26058 aapg_ah_442.html aapg_ah_442.html:69:7552:7562 Rio Grande Frio River +0.26334 cspg_html_9343899465 cspg_html_9343899465:182:23375:23385 Bird Fiord Melville Island (Canada) +0.478101 aapg_ac_727.html aapg_ac_727.html:173:23878:23886 Virginia Tazewell County, Virginia +0.249975 aapg_aa_598.html aapg_aa_598.html:327:33988:33996 Woodside Cheyenne, Wyoming +0.257024 geology_html_9594634115 geology_html_9594634115:12:611:621 Las Cruces New Mexico +0.249831 aapg_ai_974.html aapg_ai_974.html:648:67886:67896 Washington Coos Bay +0.483616 aapg_ai_326.html aapg_ai_326.html:207:23933:23943 Cumberland Maryland +0.468384 cspg_html_6675007047 cspg_html_6675007047:45:5783:5810 Athabasca Lacombe, Alberta +0.265584 aapg_ad_11.html aapg_ad_11.html:89:11916:11936 Sentinel Butte Little Missouri River (North Dakota) +0.455058 aapg_ah_203.html aapg_ah_203.html:565:93184:93192 Colorado New Mexico +0.2615 cspg_html_7086880709 cspg_html_7086880709:48:5731:5739 Columbia Victoria, British Columbia +0.522952 gsa_html_2658521990 gsa_html_2658521990:555:49133:49161 Green River Colorado +0.499376 aapg_ac_882.html aapg_ac_882.html:279:27468:27472 Kope Ohio +0.496164 aapg_ae_229.html aapg_ae_229.html:4:375:381 Marlow Stephens County, Georgia +0.24582 sedimentology_html_6261114825 sedimentology_html_6261114825:700:56834:56844 Santa Cruz California +0.48654 geology_html_6441805793 geology_html_6441805793:57:6020:6031 White River Cheyenne, Wyoming +0.514968 gsa_html_3926085141 gsa_html_3926085141:1249:102163:102191 Green River Colorado +0.24581 cspg_html_7409170811 cspg_html_7409170811:538:68340:68356 Besa River Victoria, British Columbia +0.245021 AMJC_html_8273125968 AMJC_html_8273125968:609:64091:64111 Waterville Portland, Maine +0.255518 cspg_html_1583755854 cspg_html_1583755854:22:2432:2443 Peace River Fort McMurray +0.272475 aapg_aa_856.html aapg_aa_856.html:106:9834:9847 Cotton Valley Paluxy, Texas +0.26052 aapg_ad_169.html aapg_ad_169.html:409:47127:47140 Maccrady Greenbrier (Great Smoky Mountains) +0.255258 cspg_html_4699684578 cspg_html_4699684578:529:56698:56714 Ireton Lacombe, Alberta +0.475048 cspg_html_5109837857 cspg_html_5109837857:100:12360:12371 Blind Fiord Ellesmere Island +0.477792 palaios_html_6327369225 palaios_html_6327369225:462:52431:52439 Richmond Colorado +0.49824 aapg_ad_557.html aapg_ad_557.html:11050:631586:631618 Montney Lacombe, Alberta +0.507492 aapg_ah_387.html aapg_ah_387.html:3020:332958:332967 Knoxville Knoxville, Illinois +0.4775 aapg_af_469.html aapg_af_469.html:746:75271:75279 Virginia Reston, Virginia +0.253132 aapg_af_291.html aapg_af_291.html:22:3116:3124 Lisburne Lisburne Peninsula +0.472861 aapg_ai_147.html aapg_ai_147.html:49:5635:5654 Hay River Great Slave Lake +0.253512 gsa_html_3080468929 gsa_html_3080468929:11:493:506 Santa Barbara California +0.49794 aapg_ah_108.html aapg_ah_108.html:33:3198:3206 San Jose Panama +0.246492 gsa_html_8495750621 gsa_html_8495750621:507:59992:60002 Santa Cruz California +0.27192 aapg_ah_656.html aapg_ah_656.html:243:21186:21202 Whitehorse San Angelo, Texas +0.268299 AMJC_html_4299960498 AMJC_html_4299960498:847:94937:94947 Washington Lake Chelan +0.255528 aapg_ai_727.html aapg_ai_727.html:155:16074:16080 Moscow Russia +0.501992 aapg_aa_24.html aapg_aa_24.html:694:81957:81972 Melville Island Little Cornwallis Island +0.26416 gsa_html_3521452491 gsa_html_3521452491:676:57693:57707 Beaufort South Africa +0.484748 jgeology_html_1263059090 jgeology_html_1263059090:1555:81260:81277 Potsdam Lake Champlain +0.284832 aapg_ah_189.html aapg_ah_189.html:34:4971:4979 Glenwood Black River, Jamaica +0.48568 aapg_af_575.html aapg_af_575.html:491:68114:68120 Warsaw Burlington, Ontario +0.279841 aapg_aa_623.html aapg_aa_623.html:8:1675:1693 Lea Park Regina, Saskatchewan +0.259956 aapg_ae_319.html aapg_ae_319.html:713:60781:60787 Carmel Logan, Utah +0.387684 aapg_ac_749.html aapg_ac_749.html:50:6506:6513 Wiarton Manitoulin Island +0.498972 aapg_aa_702.html aapg_aa_702.html:326:84256:84262 Casper Cheyenne, Wyoming +0.294 aapg_ad_821.html aapg_ad_821.html:449:34222:34244 Fort Union Fort Union Trading Post National Historic Site +0.251923 aapg_ae_777.html aapg_ae_777.html:610:68776:68787 Lake Valley New Mexico +0.387002 aapg_af_323.html aapg_af_323.html:40:6621:6639 Green River Uinta Mountains +0.25088 cspg_html_9343899465 cspg_html_9343899465:827:75061:75080 Strathcona Fiord Pennsylvania +0.679228 aapg_ac_414.html aapg_ac_414.html:153:18670:18676 Toroweap Logan, Utah +0.250992 geology_html_2144574689 geology_html_2144574689:230:22532:22542 Washington Seattle +0.26019 cspg_html_4495377323 cspg_html_4495377323:240:28230:28246 Fernie Victoria, British Columbia +0.272123 aapg_ae_415.html aapg_ae_415.html:755:93352:93367 Byram Wayne County, Michigan +0.266766 sedimentology_html_3238300064 sedimentology_html_3238300064:1600:103811:103823 Viking England +0.26368 aapg_af_859.html aapg_af_859.html:12:1817:1823 Lissie Beaumont, Texas +0.840546 aapg_ac_200.html aapg_ac_200.html:406:39717:39734 Wasatch Evanston, Wyoming +0.499896 gsa_html_4310172940 gsa_html_4310172940:84:5359:5387 Green River Iran +0.484059 aapg_aa_702.html aapg_aa_702.html:1441:145182:145201 Goose Egg Cheyenne, Wyoming +0.25553 aapg_ai_82.html aapg_ai_82.html:19:2970:2995 Loyalhanna Ohio +0.24823 palaios_html_9041058007 palaios_html_9041058007:101:11891:11911 Grant Lake Bellevue, Nebraska +0.47579 gsa_html_8549650339 gsa_html_8549650339:574:53731:53754 Edwards Texas +0.253791 aapg_ad_2.html aapg_ad_2.html:724:103327:103341 Theresa Thousand Islands (Indonesia) +0.26928 geology_html_2873428390 geology_html_2873428390:280:26208:26214 Oxford Pergamon Museum +0.658092 aapg_ad_921.html aapg_ad_921.html:53:7505:7519 Kope Lexington, Kentucky +0.254518 palaios_html_3022467877 palaios_html_3022467877:347:38438:38460 Hornerstown Navesink River +0.85272 cspg_html_3665101783 cspg_html_3665101783:198:19031:19066 Lake Valley New Mexico +0.265684 jgeology_html_9065385328 jgeology_html_9065385328:1144:62633:62639 Sierra Cordillera Oriental (Colombia) +0.25542 cspg_html_2419618566 cspg_html_2419618566:841:100527:100540 Slocan Milford, Connecticut +0.492143 aapg_ai_582.html aapg_ai_582.html:163:14446:14451 Piper Regina, Saskatchewan +0.491667 jgeology_html_4305195651 jgeology_html_4305195651:3000:211766:211777 Mauch Chunk Carbon County, Wyoming +0.491744 aapg_af_150.html aapg_af_150.html:66:6780:6797 Schuler Arkansas +0.497721 aapg_aa_682.html aapg_aa_682.html:655:68207:68223 Vilas Wyandotte, Michigan +0.25908 aapg_ac_305.html aapg_ac_305.html:211:21140:21149 Williston Crystal River, Florida +0.396 aapg_ad_169.html aapg_ad_169.html:43:5367:5387 Greenbrier Huntington, West Virginia +0.252973 gsa_html_2300589710 gsa_html_2300589710:417:44599:44605 Jordan Israel +0.467064 aapg_ae_959.html aapg_ae_959.html:3275:252812:252833 Bluff Nashville Basin +0.259979 aapg_ai_175.html aapg_ai_175.html:255:32403:32422 Springhill Springhill, Nova Scotia +0.446082 aapg_ac_782.html aapg_ac_782.html:205:34905:34918 Barnett Texas +0.246973 aapg_ae_951.html aapg_ae_951.html:748:88480:88490 Rio Grande Magdalena River Valley +0.520862 aapg_ad_606.html aapg_ad_606.html:33:3861:3867 Dakota Niobrara, Nebraska +0.273942 aapg_ae_907.html aapg_ae_907.html:210:29021:29036 Santa Margarita Tulare, California +0.261726 aapg_aa_906.html aapg_aa_906.html:469:51628:51638 Fort Union Fort Union Trading Post National Historic Site +0.472944 aapg_af_236.html aapg_af_236.html:4:760:768 Seminole Wewoka, Oklahoma +0.471942 gsa_html_7302180468 gsa_html_7302180468:377:32654:32673 Pine Point Victoria, British Columbia +0.505724 cspg_html_8532932475 cspg_html_8532932475:303:31206:31232 Horseshoe Canyon Lacombe, Alberta +0.265728 palaios_html_8474347362 palaios_html_8474347362:17:1167:1185 Navesink Closter, New Jersey +0.264075 cspg_html_8362959053 cspg_html_8362959053:170:23091:23098 Cadomin Gladstone, Oregon +0.487936 aapg_af_353.html aapg_af_353.html:7:985:995 San Miguel Santa Cruz, California +0.2413 aapg_af_450.html aapg_af_450.html:229:24504:24512 Colorado Denver +0.24644 aapg_ai_30.html aapg_ai_30.html:10:1035:1054 Catahoula Oakville, California +0.257702 aapg_aa_47.html aapg_aa_47.html:400:45331:45338 Minturn Arkansas River +0.503304 palaios_html_3491046542 palaios_html_3491046542:66:8501:8522 Road River Middle East +0.272315 aapg_af_579.html aapg_af_579.html:226:24344:24360 Carmel Logan, Utah +0.51606 aapg_ad_930.html aapg_ad_930.html:176:18817:18838 Green River Cheyenne, Wyoming +0.269072 aapg_ae_350.html aapg_ae_350.html:5:899:915 Tuscaloosa Tuscaloosa, Alabama +0.24846 cspg_html_3501550466 cspg_html_3501550466:485:70153:70168 Hondo Abu Dhabi (emirate) +0.471056 aapg_ah_182.html aapg_ah_182.html:63:6902:6913 Jacksonburg Pennsylvania +0.234087 gsa_html_6837513060 gsa_html_6837513060:634:50480:50486 Renton Black River, Jamaica +0.49115 aapg_ah_505.html aapg_ah_505.html:1958:152913:152921 Colorado Denver +0.47223 cspg_html_6163691495 cspg_html_6163691495:106:11111:11138 Tongue River Cheyenne, Wyoming +0.253791 cspg_html_6249234253 cspg_html_6249234253:1905:187536:187548 Cooking Lake Canada +0.246 gsa_html_7938666655 gsa_html_7938666655:481:40653:40678 Moonshine Creek Wrangell Mountains +0.498015 aapg_ai_28.html aapg_ai_28.html:810:77179:77187 Beaumont Uvalde, Texas +0.48654 aapg_ad_941.html aapg_ad_941.html:72:6768:6783 Elk Lacombe, Alberta +0.2655 aapg_ad_293.html aapg_ad_293.html:514:51040:51046 Oxford England +0.484008 aapg_ad_244.html aapg_ad_244.html:219:20327:20339 Little Falls Lowville (town), New York +0.257484 cspg_html_9177794814 cspg_html_9177794814:106:12918:12934 Alapah Anchorage, Alaska +0.460782 gsa_html_7195000001 gsa_html_7195000001:180:21667:21689 Eureka Sound Ellesmere Island +0.477225 aapg_ae_686.html aapg_ae_686.html:323:30867:30882 Sandia Bermuda +0.479632 aapg_ad_351.html aapg_ad_351.html:566:48250:48273 Reeds Spring Burlington, Ontario +0.250498 aapg_ae_0.html aapg_ae_0.html:202:27611:27621 Washington Seward, Alaska +0.495673 aapg_af_858.html aapg_af_858.html:184:17324:17335 Utica Ohio +0.48932 AMJC_html_2905856018 AMJC_html_2905856018:1036:112033:112043 Washington Boise, Idaho +0.385672 aapg_ae_498.html aapg_ae_498.html:5:849:883 Beekmantown Virginia +0.468556 geology_html_9872663807 geology_html_9872663807:250:21191:21226 Mauch Chunk Pennsylvania +0.258462 aapg_aa_626.html aapg_aa_626.html:87:10806:10829 Potomac Maryland +0.25542 aapg_aa_892.html aapg_aa_892.html:164:14451:14461 Washington South America +0.266192 aapg_ai_399.html aapg_ai_399.html:132:14071:14091 Tuscaloosa Kentucky +0.497596 aapg_af_486.html aapg_af_486.html:20:3052:3068 Tyonek McArthur River uranium mine +0.495292 aapg_ah_82.html aapg_ah_82.html:389:36731:36737 Sierra Coahuila +0.25088 cspg_html_7988775280 cspg_html_7988775280:313:54974:54993 Athabasca Ansley, Warwickshire +0.25296 cspg_html_3740794265 cspg_html_3740794265:30:3624:3659 Gething Lacombe, Alberta +0.50255 AMJC_html_7984049819 AMJC_html_7984049819:232:25321:25339 Kittery New Hampshire +0.513376 gsa_html_5851281923 gsa_html_5851281923:11:497:507 Washington Earth +0.258542 aapg_ah_237.html aapg_ah_237.html:282:28800:28818 Peninsula Oman +0.237069 gsa_html_7040053075 gsa_html_7040053075:630:67024:67031 Repetto Montebello, New York +0.27772 aapg_ac_807.html aapg_ac_807.html:678:67269:67289 Tuscaloosa North Carolina +0.247995 aapg_ac_313.html aapg_ac_313.html:533:60655:60673 Peten Guatemala +0.266256 cspg_html_5141367518 cspg_html_5141367518:198:30267:30298 Bearpaw Lacombe, Alberta +0.2256 aapg_ac_705.html aapg_ac_705.html:136:14955:14969 Woodford Beaumont, Texas +0.482275 cspg_html_9485413283 cspg_html_9485413283:28:3847:3855 Columbia Victoria, British Columbia +0.786466 aapg_ac_741.html aapg_ac_741.html:287:32873:32885 Pierre Niobrara, Nebraska +0.494328 jgeology_html_8064855537 jgeology_html_8064855537:248:16860:16871 Mowry Logan, Utah +0.88453 aapg_ai_153.html aapg_ai_153.html:85:14196:14211 Allegheny Allegheny Mountains +0.461235 cspg_html_3762708087 cspg_html_3762708087:367:49471:49485 Colorado Victoria, British Columbia +0.507423 gsa_html_3502869946 gsa_html_3502869946:825:69313:69341 Green River Colorado +0.268822 gsa_html_7012936645 gsa_html_7012936645:68:6535:6556 Martinsburg Hamburg +0.694554 aapg_ad_466.html aapg_ad_466.html:434:51785:51792 Magothy Austin, Chicago +0.459144 palaios_html_1574666570 palaios_html_1574666570:75:7274:7286 Arkona Ausable River (New York) +0.236845 aapg_ad_564.html aapg_ad_564.html:8809:791251:791262 San Antonio Texas +0.242446 aapg_af_636.html aapg_af_636.html:776:82697:82704 Waverly Kentucky +0.44908 cspg_html_7777724998 cspg_html_7777724998:805:76877:76887 Mill Creek Lacombe, Alberta +0.257045 aapg_ac_466.html aapg_ac_466.html:103:11250:11267 Forest Trinidad and Tobago +0.488698 aapg_ad_3.html aapg_ad_3.html:473:44611:44628 Juniata Maysville, Kentucky +0.48316 aapg_ac_719.html aapg_ac_719.html:4:482:499 Vermejo Trinidad and Tobago +0.483894 aapg_af_663.html aapg_af_663.html:614:61614:61640 Putnam Chariton, Iowa +0.253655 aapg_aa_73.html aapg_aa_73.html:94:9005:9015 Pocahontas Randolph, New Jersey +0.252486 gsa_html_2729737430 gsa_html_2729737430:1304:115652:115661 Extension Owyhee County, Idaho +0.25039 aapg_ae_69.html aapg_ae_69.html:282:29629:29643 Duchesne River Uinta Mountains +0.479622 cspg_html_5688447798 cspg_html_5688447798:5:195:223 Disappointment Bay Ellesmere Island +0.495018 aapg_af_788.html aapg_af_788.html:444:37829:37842 Saginaw Michigan +0.265216 aapg_ah_859.html aapg_ah_859.html:178:20922:20945 Porters Creek Alabama +0.275448 aapg_aa_12.html aapg_aa_12.html:371:37763:37775 Granite Wash Dalhart, Texas +0.25064 gsa_html_3666562816 gsa_html_3666562816:944:92378:92384 Kodiak Anchorage, Alaska +0.514446 aapg_ad_63.html aapg_ad_63.html:231:20037:20054 Goliad Oakville, California +0.259045 AMJC_html_2360213652 AMJC_html_2360213652:658:76513:76519 Reston Virginia +0.471108 sedimentology_html_9626990209 sedimentology_html_9626990209:179:18002:18021 Rock Springs Colorado +0.259408 aapg_ad_470.html aapg_ad_470.html:54:6008:6013 Atoka Atoka, Oklahoma +0.466017 gsa_html_9487992082 gsa_html_9487992082:255:30919:30925 Navajo Carmel, Indiana +0.83162 aapg_aa_399.html aapg_aa_399.html:88:8109:8125 Fernie Victoria, British Columbia +0.26677 aapg_af_695.html aapg_af_695.html:11:1061:1080 Jackson Charlotte, North Carolina +0.270375 aapg_ai_720.html aapg_ai_720.html:147:17522:17529 Magothy Long Island (Massachusetts) +0.242094 cspg_html_2882882278 cspg_html_2882882278:199:24551:24559 Columbia Victoria, British Columbia +0.272896 cspg_html_7963093032 cspg_html_7963093032:562:54792:54800 Columbia Victoria, British Columbia +0.400648 gsa_html_9613801428 gsa_html_9613801428:690:78824:78852 Talkeetna Matanuska Glacier +0.231312 aapg_aa_667.html aapg_aa_667.html:105:9373:9378 Raton New Mexico +0.44589 aapg_ai_758.html aapg_ai_758.html:47:6564:6572 Michigan Ohio +0.272454 gsa_html_6105070212 gsa_html_6105070212:474:55110:55117 Astoria Anchorage, Alaska +0.500835 AMJC_html_6107665103 AMJC_html_6107665103:935:65752:65767 Catalina Schist Southern California +0.249 aapg_ai_7.html aapg_ai_7.html:475:33179:33195 Mt Lytton East Texas +0.275624 cspg_html_3473883402 cspg_html_3473883402:394:64551:64578 Slave Point Western Canadian Sedimentary Basin +0.48925 geology_html_8482136832 geology_html_8482136832:263:22567:22588 Green River Cheyenne, Wyoming +0.24735 gsa_html_4446967287 gsa_html_4446967287:1095:95988:95995 Shuswap Victoria, British Columbia +0.483171 aapg_ah_530.html aapg_ah_530.html:223:25885:25897 Percha New Mexico +0.265728 aapg_aa_227.html aapg_aa_227.html:490:41401:41410 Chugwater Cheyenne, Wyoming +0.260091 gsa_html_9207276905 gsa_html_9207276905:424:37902:37910 Columbia Victoria, British Columbia +0.374247 cspg_html_7434089303 cspg_html_7434089303:417:54240:54249 Allen Bay Ellesmere Island +0.458882 aapg_ai_838.html aapg_ai_838.html:236:38286:38300 Red Rock Mississippi River +0.51894 aapg_ae_388.html aapg_ae_388.html:1720:108514:108534 Tuscaloosa Austin, Chicago +0.254508 gsa_html_7040053075 gsa_html_7040053075:27:2142:2150 San Jose Whittier, Alaska +0.4896 cspg_html_9272820228 cspg_html_9272820228:494:45366:45375 Cold Lake Clearwater, Florida +0.24947 cspg_html_6274889925 cspg_html_6274889925:22:2105:2113 Columbia Regina, Saskatchewan +0.254829 geology_html_8336068994 geology_html_8336068994:47:4639:4647 Santiago Andes +0.489599 gsa_html_6169925575 gsa_html_6169925575:735:80113:80127 Beaufort South Africa +0.509978 palaios_html_6025329652 palaios_html_6025329652:359:34919:34937 Burnt River Schist Salem, Oregon +0.26104 aapg_ad_140.html aapg_ad_140.html:84:7667:7672 Sligo County Sligo +0.294792 aapg_ad_37.html aapg_ad_37.html:18:1999:2023 Woodbine Trinity County, Texas +0.495876 aapg_aa_537.html aapg_aa_537.html:16:2278:2284 Wilcox Mississippi River +0.500944 palaios_html_1708031813 palaios_html_1708031813:676:54505:54542 Bloomington Bloomington, Indiana +0.266252 cspg_html_8109044701 cspg_html_8109044701:80:11637:11642 Banff Lacombe, Alberta +0.53424 aapg_af_497.html aapg_af_497.html:533:45914:45932 Niobrara Pueblo, Colorado +0.468018 gsa_html_4303631494 gsa_html_4303631494:663:60869:60875 Madrid Palacio de Deportes de la Comunidad de Madrid +0.461922 aapg_ai_49.html aapg_ai_49.html:600:79239:79247 San Luis Arizona +0.25449 aapg_ae_973.html aapg_ae_973.html:450:32103:32111 Wolfcamp New Mexico +0.26416 aapg_ad_919.html aapg_ad_919.html:112:11234:11254 Fall River Millers Creek, North Carolina +0.267804 cspg_html_6502178723 cspg_html_6502178723:466:51505:51526 Shaftesbury Lacombe, Alberta +0.37518 aapg_ac_741.html aapg_ac_741.html:236:26175:26193 Niobrara Sharon Springs, Kansas +0.518544 aapg_ad_400.html aapg_ad_400.html:226:20989:21009 Phosphoria Uinta Mountains +0.230319 sedimentology_html_6076936029 sedimentology_html_6076936029:513:44839:44849 Washington Seattle +0.472164 aapg_ak_4.html aapg_ak_4.html:606:62696:62702 Denver Colorado +0.263662 cspg_html_8915218033 cspg_html_8915218033:224:20503:20508 Banff Lacombe, Alberta +0.247324 geology_html_6407364180 geology_html_6407364180:13:794:819 Navajo Logan, Utah +0.247979 aapg_ae_47.html aapg_ae_47.html:142:13320:13328 Sallisaw Turkey Creek, Louisiana +0.262135 gsa_html_4930932370 gsa_html_4930932370:946:102627:102647 Michigamme Baraga County, Michigan +0.251412 sedimentology_html_3100976179 sedimentology_html_3100976179:122:7409:7413 Hall London, Ontario +0.4825 aapg_af_280.html aapg_af_280.html:64:8752:8758 Denver Colorado +0.881525 palaios_html_1018466366 palaios_html_1018466366:918:105186:105202 Viking Lacombe, Alberta +0.89197 aapg_ae_904.html aapg_ae_904.html:495:52072:52085 Sundance Cheyenne, Wyoming +0.485469 aapg_ae_147.html aapg_ae_147.html:314:31971:31985 Pico South Mountains (Arizona) +0.257983 aapg_ah_619.html aapg_ah_619.html:16:2219:2225 Denver Cheyenne, Wyoming +0.258552 sedimentology_html_5880564597 sedimentology_html_5880564597:1138:72602:72608 Denver Colorado +0.259979 palaios_html_2048556014 palaios_html_2048556014:724:69852:69867 Conasauga San Fernando Valley +0.25137 geology_html_7638652755 geology_html_7638652755:298:22179:22183 Hall Borneo +0.262656 gsa_html_8531594123 gsa_html_8531594123:494:60744:60752 Caldwell Toronto +0.494137 aapg_ai_66.html aapg_ai_66.html:150:12801:12809 Loveland Colorado +0.49685 gsa_html_7102550258 gsa_html_7102550258:1129:114499:114530 Chinle New Mexico +0.252464 aapg_ad_599.html aapg_ad_599.html:131:14209:14222 Venango Allegheny Mountains +0.276896 aapg_ad_236.html aapg_ad_236.html:267:29147:29153 Brazil Africa +0.258063 aapg_af_530.html aapg_af_530.html:227:20545:20552 El Paso Texas +0.248985 geology_html_6060647318 geology_html_6060647318:243:20475:20500 Francisco California +0.44744 aapg_ah_387.html aapg_ah_387.html:2831:307338:307352 Knoxville Knoxville, Illinois +0.483171 gsa_html_8833777630 gsa_html_8833777630:813:89264:89270 Denver Flores Island (Azores) +0.252416 aapg_ad_721.html aapg_ad_721.html:621:61067:61075 Carlsbad Carlsbad, New Mexico +0.240856 sedimentology_html_5673709888 sedimentology_html_5673709888:895:37097:37110 Edwards Belton, Texas +0.70406 aapg_ac_341.html aapg_ac_341.html:171:18569:18584 Price Virginia +0.488136 cspg_html_9648675035 cspg_html_9648675035:26:2361:2369 Columbia Victoria, British Columbia +0.24948 gsa_html_2178342427 gsa_html_2178342427:912:85229:85235 Walker Earth +0.483531 cspg_html_7988775280 cspg_html_7988775280:247:43452:43472 Clearwater Clearwater, Florida +0.491185 aapg_ae_805.html aapg_ae_805.html:97:12965:12980 Molas Atoka, Oklahoma +0.259588 aapg_ad_152.html aapg_ad_152.html:1015:131776:131794 Arcturus Reno, Nevada +0.260064 aapg_ad_306.html aapg_ad_306.html:196:25480:25486 Sierra Honduras +0.26418 aapg_ai_145.html aapg_ai_145.html:162:20985:21005 Nikanassin Kootenay River +0.940896 cspg_html_3233680622 cspg_html_3233680622:778:88464:88486 Eureka Sound Canadian Arctic Archipelago +0.267776 aapg_ai_696.html aapg_ai_696.html:77:9629:9651 Diamond Peak Western world +0.492544 aapg_ad_39.html aapg_ad_39.html:284:20121:20138 Hosston Shreveport, Louisiana +0.48756 aapg_ai_999.html aapg_ai_999.html:240:18409:18413 Wendover Black Hills +0.24598 aapg_aa_685.html aapg_aa_685.html:385:35300:35309 Flagstaff Thistle, Utah +0.25908 aapg_ai_17.html aapg_ai_17.html:105:8391:8397 Midway Pine Island (Lee County, Florida) +0.266156 cspg_html_3026112034 cspg_html_3026112034:665:63067:63080 Watt Mountain Swan Hill, Victoria +0.26163 aapg_af_897.html aapg_af_897.html:7:1105:1110 Boggy Allegheny Mountains +0.524952 aapg_ad_918.html aapg_ad_918.html:397:49384:49402 Niobrara El Paso County, Texas +0.481 jgeology_html_3899973304 jgeology_html_3899973304:204:12227:12255 Dalton Bennington, Vermont +0.479048 aapg_ah_40.html aapg_ah_40.html:7:276:296 San Andres Colorado +0.457446 aapg_ai_599.html aapg_ai_599.html:13:2254:2261 Hanover Hanover +0.252486 cspg_html_2571672964 cspg_html_2571672964:25:3329:3353 Boundary Creek Canada +0.278256 cspg_html_5406720001 cspg_html_5406720001:299:37379:37387 Columbia Victoria, British Columbia +0.476341 gsa_html_3190469354 gsa_html_3190469354:1446:95175:95203 Green River Colorado +0.259931 cspg_html_5837603841 cspg_html_5837603841:105:13109:13125 Belloy Middle East +0.515205 aapg_ah_44.html aapg_ah_44.html:363:47323:47360 Bald Eagle Black Moshannon Creek +0.46256 aapg_ae_973.html aapg_ae_973.html:232:16740:16746 Navajo De Baca County, New Mexico +0.48783 aapg_ae_68.html aapg_ae_68.html:105:13069:13090 Strathearn Boise, Idaho +0.253456 cspg_html_2882304151 cspg_html_2882304151:12:1657:1666 Ellerslie Dissected Till Plains +0.483759 aapg_ai_49.html aapg_ai_49.html:669:88007:88015 Moenkopi Spearfish, South Dakota +0.255488 aapg_ae_705.html aapg_ae_705.html:522:49346:49353 Repetto Monterey, California +0.498834 aapg_ai_529.html aapg_ai_529.html:313:27454:27460 Oxford Portland, Oregon +0.48807 cspg_html_4165571187 cspg_html_4165571187:147:15819:15827 Columbia Victoria, British Columbia +0.462844 cspg_html_3849785044 cspg_html_3849785044:26:2850:2870 Springvale Onondaga (tribe) +0.523896 aapg_ae_411.html aapg_ae_411.html:13:1231:1253 Colorado Texas +0.491748 cspg_html_9803204564 cspg_html_9803204564:291:36948:36970 Logan Shortland Islands +0.36663 aapg_ae_681.html aapg_ae_681.html:49:6586:6602 Werner Choctaw County, Alabama +0.256542 aapg_ai_80.html aapg_ai_80.html:170:19340:19348 Virginia Kentucky +0.484848 aapg_ah_420.html aapg_ah_420.html:3:290:312 Bearpaw Lacombe, Alberta +0.484592 jgeology_html_6388378441 jgeology_html_6388378441:338:26734:26749 Berino New Mexico +0.692105 aapg_ai_584.html aapg_ai_584.html:239:24616:24624 Tensleep Black Hills +0.488448 cspg_html_8316122266 cspg_html_8316122266:269:26872:26900 Peace River Victoria, British Columbia +0.257045 cspg_html_5688447798 cspg_html_5688447798:130:17777:17799 Vendom Fiord Ellesmere Island +0.483759 gsa_html_4988837375 gsa_html_4988837375:488:35889:35898 Peninsula Sweden +0.265727 aapg_ah_476.html aapg_ah_476.html:45:5928:5939 Bloyd Brentwood, Essex +0.24059 aapg_ah_411.html aapg_ah_411.html:22:3771:3778 Madison Lacombe, Alberta +0.734594 gsa_html_5865982995 gsa_html_5865982995:1413:148557:148575 Aycross Cheyenne, Wyoming +0.256853 cspg_html_8980454113 cspg_html_8980454113:140:15630:15648 Wabamun Red River of the North +0.247715 gsa_html_6426465509 gsa_html_6426465509:510:45761:45771 Washington Washington (state) +0.483917 cspg_html_3482605972 cspg_html_3482605972:8:690:702 Luscar Lacombe, Alberta +0.234668 cspg_html_1462870252 cspg_html_1462870252:192:25485:25508 Sulphur Point Western Canadian Sedimentary Basin +0.45144 cspg_html_4626597050 cspg_html_4626597050:179:22831:22851 Goose Egg Cheyenne, Wyoming +0.242556 gsa_html_7642385160 gsa_html_7642385160:690:72377:72383 Oxford North Sea oil +0.2495 aapg_ak_63.html aapg_ak_63.html:174:26835:26855 Wind River Cheyenne, Wyoming +0.48076 aapg_ac_632.html aapg_ac_632.html:42:5269:5277 Quadrant Cheyenne, Wyoming +0.270384 cspg_html_1336185084 cspg_html_1336185084:419:44515:44532 Cardium Central Alberta +0.481156 aapg_ac_296.html aapg_ac_296.html:157:15492:15498 Navajo Coconino County, Arizona +0.504339 aapg_ae_206.html aapg_ae_206.html:394:45043:45066 Catahoula Oakville, California +0.472384 AMJC_html_4692260170 AMJC_html_4692260170:12:611:619 Virginia Reston, Virginia +0.244458 cspg_html_8267847427 cspg_html_8267847427:8:730:762 Provincial Lacombe, Alberta +0.4914 aapg_ae_904.html aapg_ae_904.html:528:54836:54844 Foremost Bow Island Airport +0.465744 geology_html_5045588189 geology_html_5045588189:281:27657:27667 Santa Cruz California +0.492712 sedimentology_html_9973432841 sedimentology_html_9973432841:1298:92016:92036 Boss Point Maritimes +0.486213 gsa_html_9139668698 gsa_html_9139668698:624:53821:53839 Monterey California +0.47889 aapg_ae_873.html aapg_ae_873.html:226:26817:26837 Fredericksburg Paluxy, Texas +0.264654 aapg_ad_377.html aapg_ad_377.html:247:24648:24658 Kern River California +0.474832 gsa_html_7890131408 gsa_html_7890131408:692:80930:80936 Snyder California +0.26235 aapg_ac_563.html aapg_ac_563.html:702:105064:105077 Cotton Valley East Texas +0.50505 aapg_ae_419.html aapg_ae_419.html:2016:140065:140074 Huizachal Matamoros, Tamaulipas +0.373195 aapg_ae_35.html aapg_ae_35.html:82:7618:7635 Green River Green River Formation +0.468 aapg_ah_853.html aapg_ah_853.html:74:7063:7079 Brasso Trinidad and Tobago +0.42504 gsa_html_8398449001 gsa_html_8398449001:585:45791:45801 Bear River Bear Lake, Michigan +0.27192 aapg_ac_807.html aapg_ac_807.html:395:40801:40814 Merchantville Merchantville, New Jersey +0.271956 aapg_ai_846.html aapg_ai_846.html:79:10909:10926 Prairie Shreveport, Louisiana +0.466358 aapg_ah_647.html aapg_ah_647.html:753:83607:83613 Concha Arizona +0.25896 geology_html_6088921686 geology_html_6088921686:25:1662:1691 Sierra San Gabriel Mountains +0.261632 cspg_html_3012058617 cspg_html_3012058617:5:245:263 Kootenay Victoria, British Columbia +0.254541 aapg_ac_305.html aapg_ac_305.html:234:22808:22828 Williston Crystal River, Florida +0.240075 geology_html_4341033542 geology_html_4341033542:275:22822:22830 Billings North Carolina +0.486096 cspg_html_3665101783 cspg_html_3665101783:5:196:233 Fossil Hill Manitoulin Island +0.465993 aapg_ah_96.html aapg_ah_96.html:476:55664:55678 Stony Mountain Nebraska +0.263376 aapg_ad_784.html aapg_ad_784.html:180:20507:20515 Vaqueros Ventura County, California +0.505512 aapg_af_890.html aapg_af_890.html:8:1203:1213 San Andres Texas +0.259956 cspg_html_5281980997 cspg_html_5281980997:638:83285:83293 Montreal Winnipeg +0.494532 AMJC_html_4473205820 AMJC_html_4473205820:953:102214:102220 Silica Tokyo +0.6931 aapg_ae_454.html aapg_ae_454.html:102:8401:8418 Bossier Shreveport, Louisiana +0.246993 cspg_html_4176605708 cspg_html_4176605708:425:43031:43046 Favel Manitoba +0.247494 gsa_html_2803067273 gsa_html_2803067273:657:78086:78092 Dayton Ohio +0.271432 cspg_html_7325522863 cspg_html_7325522863:90:15519:15536 Prairie Western world +0.484848 aapg_aa_745.html aapg_aa_745.html:15:973:986 Cherry Canyon Texas +0.495726 aapg_af_631.html aapg_af_631.html:162:15877:15893 Salado Salado, Texas +0.491185 gsa_html_4837287019 gsa_html_4837287019:338:32785:32795 Washington Salem, Oregon +0.245464 cspg_html_5541937700 cspg_html_5541937700:212:30552:30572 Bow Island Lacombe, Alberta +0.514878 aapg_ac_629.html aapg_ac_629.html:418:53415:53423 Columbia Beaumont, Texas +0.871402 cspg_html_1222040397 cspg_html_1222040397:540:70056:70078 Rabbitkettle Western world +0.482832 geology_html_2128565360 geology_html_2128565360:39:4515:4532 Campito California +0.251502 cspg_html_3772380029 cspg_html_3772380029:366:46921:46944 Portage Chute Manitoba +0.486614 cspg_html_6140605204 cspg_html_6140605204:20:3504:3512 Columbia Lacombe, Alberta +0.482384 aapg_ac_313.html aapg_ac_313.html:125:16124:16141 Chochal Santa Rosa, California +0.256027 gsa_html_2178342427 gsa_html_2178342427:759:72332:72336 Dunn Canada +0.49056 cspg_html_7866293053 cspg_html_7866293053:50:6158:6166 Columbia Victoria, British Columbia +0.258937 aapg_ac_333.html aapg_ac_333.html:697:84162:84165 Abo New Mexico +0.471744 aapg_ae_324.html aapg_ae_324.html:982:98112:98120 Virginia La Follette, Tennessee +0.245 sedimentology_html_7328045802 sedimentology_html_7328045802:83:9405:9424 Frankfort Schenectady, New York +0.432222 cspg_html_5660413005 cspg_html_5660413005:140:16804:16817 Graminia Lacombe, Alberta +0.477792 cspg_html_1611261412 cspg_html_1611261412:426:55291:55299 Columbia Victoria, British Columbia +0.2604 aapg_af_624.html aapg_af_624.html:23:3485:3491 Casper Cheyenne, Wyoming +0.24843 aapg_ac_206.html aapg_ac_206.html:33:4804:4812 Rockwood Guelph +0.492855 geology_html_7391733758 geology_html_7391733758:52:5266:5283 Pueblo Pueblo, Colorado +0.303534 aapg_ac_222.html aapg_ac_222.html:592:67375:67385 San Miguel Phoenix, Arizona +0.277104 cspg_html_4409656292 cspg_html_4409656292:822:83546:83564 Kaskapau Lacombe, Alberta +0.262636 cspg_html_3962754176 cspg_html_3962754176:752:77626:77645 Athabasca Lacombe, Alberta +0.231 aapg_ac_246.html aapg_ac_246.html:1384:113675:113694 Newcastle Cheyenne, Wyoming +0.251496 gsa_html_8531594123 gsa_html_8531594123:792:81403:81413 Washington Victoria, British Columbia +0.485961 aapg_ai_584.html aapg_ai_584.html:390:38125:38143 Fairbank Hartville, Missouri +0.49344 geology_html_8138840025 geology_html_8138840025:211:21550:21559 Extension Macquarie Island +0.507492 gsa_html_7822144675 gsa_html_7822144675:436:50667:50676 San Diego California +0.483328 cspg_html_3129231627 cspg_html_3129231627:42:5634:5652 Disappointment Bay Little Cornwallis Island +0.251082 aapg_ae_371.html aapg_ae_371.html:165:18470:18488 Cloverly Cheyenne, Wyoming +0.248482 cspg_html_1665574291 cspg_html_1665574291:28:5281:5289 Edmonton Red Deer, Alberta +0.456064 gsa_html_2989317971 gsa_html_2989317971:304:35376:35407 Glenns Ferry Salem, Oregon +0.260304 cspg_html_7178716951 cspg_html_7178716951:8:858:870 Fernie Kootenay River +0.26163 sedimentology_html_3348144402 sedimentology_html_3348144402:27:1623:1629 Guelph Canada +0.47439 aapg_ah_859.html aapg_ah_859.html:23:3518:3531 Chattahoochee Alabama +0.26364 gsa_html_7974916531 gsa_html_7974916531:1179:94721:94749 Green River New Mexico +0.250832 aapg_ah_973.html aapg_ah_973.html:192:17064:17077 Nacatoch Saratoga, California +0.259518 cspg_html_8352050670 cspg_html_8352050670:85:8664:8673 Tahkandit Ellesmere Island +0.45984 aapg_af_2.html aapg_af_2.html:307:34744:34768 Leadville San Juan Mountains +0.258048 gsa_html_2162821431 gsa_html_2162821431:1079:94114:94120 Oregon Southern California +0.472317 aapg_ah_659.html aapg_ah_659.html:4:777:792 Uinta Bridger, Montana +0.24947 aapg_ae_753.html aapg_ae_753.html:128:14781:14795 Java Knoxville, Tennessee +0.264132 aapg_ah_40.html aapg_ah_40.html:7:410:418 Colorado Ankara +0.478353 gsa_html_7938666655 gsa_html_7938666655:411:34964:34983 Kennicott Wrangell Mountains +0.244829 aapg_ae_220.html aapg_ae_220.html:450:49929:49937 Saratoga Ashley County, Arkansas +0.25676 gsa_html_4557277250 gsa_html_4557277250:429:41469:41487 Morrison Logan, Utah +0.268822 cspg_html_2283256965 cspg_html_2283256965:19:1820:1839 Coalspur Lacombe, Alberta +0.50024 gsa_html_8161586681 gsa_html_8161586681:737:75417:75423 Oregon Salem, Massachusetts +0.275098 aapg_af_779.html aapg_af_779.html:77:10277:10296 Coldwater Michigan +0.272403 cspg_html_6306091047 cspg_html_6306091047:124:18901:18909 Columbia Victoria, British Columbia +0.464899 aapg_aa_39.html aapg_aa_39.html:53:6743:6756 Hermosa Atoka, Oklahoma +0.24144 aapg_af_143.html aapg_af_143.html:776:72622:72631 Knoxville Central Valley (California) +0.275456 sedimentology_html_9227563678 sedimentology_html_9227563678:42:3330:3355 Victoria San Carlos City, Pangasinan +0.451535 gsa_html_3447557340 gsa_html_3447557340:711:62343:62355 Rhode Island Narragansett Bay +0.226028 sedimentology_html_7352727244 sedimentology_html_7352727244:849:44818:44822 Hall London, Ontario +0.497202 palaios_html_3912601201 palaios_html_3912601201:534:58873:58889 Dakota Arizona +0.892856 AMJC_html_6341723617 AMJC_html_6341723617:1095:91330:91351 Green River Cheyenne, Wyoming +0.258462 aapg_af_786.html aapg_af_786.html:391:29804:29820 Llajas California +0.492345 cspg_html_9637445661 cspg_html_9637445661:135:14268:14285 Cardium Victoria, British Columbia +0.451888 aapg_ah_847.html aapg_ah_847.html:385:47460:47466 Tinton New Egypt, New Jersey +0.26565 aapg_ah_289.html aapg_ah_289.html:199:27036:27055 San Joaquin Lost Hills Oil Field +0.510489 aapg_aa_106.html aapg_aa_106.html:495:54078:54098 Dawson Bay Manitoba +0.294168 aapg_aa_147.html aapg_aa_147.html:83:11171:11195 Stony Mountain Red River of the North +0.481962 gsa_html_4339524478 gsa_html_4339524478:979:91462:91468 Oregon Boise, Idaho +0.256032 cspg_html_1140317615 cspg_html_1140317615:358:34007:34024 Bearpaw Saskatchewan River +0.468951 aapg_ah_374.html aapg_ah_374.html:63:6836:6854 Seminole Tulsa County, Oklahoma +0.879315 aapg_ai_932.html aapg_ai_932.html:454:70707:70715 Monterey Santa Maria, California +0.427144 geology_html_3882764006 geology_html_3882764006:347:23855:23866 San Antonio Texas +0.264554 cspg_html_9493908895 cspg_html_9493908895:41:4142:4150 Columbia Lacombe, Alberta +0.48655 aapg_ad_145.html aapg_ad_145.html:26:2874:2880 Lisbon Ouray, Colorado +0.498905 sedimentology_html_6425376816 sedimentology_html_6425376816:1277:109466:109486 San Andres New Mexico +0.48222 aapg_af_575.html aapg_af_575.html:738:102471:102487 Wewoka Texas +0.257484 aapg_ad_466.html aapg_ad_466.html:1374:146352:146373 Black Creek The Carolinas +0.505824 cspg_html_1019614994 cspg_html_1019614994:77:14745:14763 Palliser Regina, Saskatchewan +0.461681 cspg_html_5973552270 cspg_html_5973552270:61:8484:8498 Fort Vermilion Swan Hill, Victoria +0.509184 aapg_ah_536.html aapg_ah_536.html:180:23890:23907 Rodessa County Sligo +0.254364 gsa_html_4557277250 gsa_html_4557277250:60:6301:6317 Carmel Logan, Utah +0.85248 aapg_ac_214.html aapg_ac_214.html:7:888:895 Entrada Logan, Utah +0.726948 aapg_ah_427.html aapg_ah_427.html:636:83411:83429 Parkwood Alabama +0.270319 cspg_html_6306091047 cspg_html_6306091047:10:1215:1223 Columbia Victoria, British Columbia +0.487325 aapg_ai_477.html aapg_ai_477.html:69:8062:8070 Columbia Victoria, British Columbia +0.24336 geology_html_6689329648 geology_html_6689329648:51:5431:5440 Gladstone Gold Coast, Queensland +0.269345 aapg_ae_839.html aapg_ae_839.html:47:4057:4070 Cotton Valley Shreveport, Louisiana +0.255524 palaios_html_2994452429 palaios_html_2994452429:1303:119137:119169 Montney Lacombe, Alberta +0.720192 aapg_ad_335.html aapg_ad_335.html:487:62241:62261 Phosphoria Cheyenne, Wyoming +0.505891 geology_html_9810499598 geology_html_9810499598:36:4006:4023 Ludlow Gotland +0.248003 gsa_html_4058959570 gsa_html_4058959570:136:13068:13084 Bladen Maya Mountain +0.252164 aapg_ai_791.html aapg_ai_791.html:128:19168:19174 Sierra Los Naranjos +0.263872 aapg_ad_52.html aapg_ad_52.html:644:70050:70058 Michigan Michigan +0.484272 aapg_ad_695.html aapg_ad_695.html:281:17496:17502 Reklaw Texas +0.455544 aapg_ae_295.html aapg_ae_295.html:223:25389:25395 Reklaw Charlotte, North Carolina +0.27713 aapg_ah_0.html aapg_ah_0.html:111:16544:16552 Colorado Denver +0.259128 aapg_aa_94.html aapg_aa_94.html:58:5376:5384 Moenkopi Emery County, Utah +0.491097 geology_html_6752696169 geology_html_6752696169:55:7375:7386 Green River Uinta Mountains +0.513174 aapg_ad_960.html aapg_ad_960.html:43:4701:4709 Monterey Durham, North Carolina +0.34091 gsa_html_1504398873 gsa_html_1504398873:585:57756:57776 Ellensburg Washington (state) +0.255348 cspg_html_1019614994 cspg_html_1019614994:53:9092:9098 Antler Western Canadian Sedimentary Basin +0.271272 aapg_ad_959.html aapg_ad_959.html:64:6590:6618 Clays Ferry Lexington, Kentucky +0.289484 aapg_ac_187.html aapg_ac_187.html:2109:209638:209657 Marcellus Pennsylvania +0.27192 aapg_aa_2.html aapg_aa_2.html:20:2557:2575 Kootenai Colorado +0.257033 gsa_html_8840132442 gsa_html_8840132442:972:93822:93834 Beaver Mines Canada +0.258266 aapg_ac_729.html aapg_ac_729.html:78:6360:6379 Okpikruak Anchorage, Alaska +0.469568 cspg_html_2152913769 cspg_html_2152913769:37:4945:4964 Elk Regina, Saskatchewan +0.241362 gsa_html_8688253811 gsa_html_8688253811:741:57235:57245 Coquihalla Victoria, British Columbia +0.259458 sedimentology_html_5613495298 sedimentology_html_5613495298:968:48724:48730 Chinle Chinle Formation +0.24948 palaios_html_2188445156 palaios_html_2188445156:15:566:574 Colorado Earth +0.251995 jgeology_html_8518380643 jgeology_html_8518380643:138:7854:7862 Victoria Trafford +0.488898 gsa_html_3536104938 gsa_html_3536104938:681:48171:48199 Green River Iran +0.260084 gsa_html_1124652135 gsa_html_1124652135:275:24968:24988 Parachucla Charleston, South Carolina +0.247979 AMJC_html_2042861811 AMJC_html_2042861811:877:82191:82199 Scotland West Greenland Current +0.47523 aapg_af_48.html aapg_af_48.html:619:52887:52899 Rundle Lacombe, Alberta +0.222035 aapg_aa_147.html aapg_aa_147.html:143:17652:17671 Stonewall Manitoba +0.743256 aapg_ah_779.html aapg_ah_779.html:516:97659:97669 Fort Payne Arkansas +0.695968 aapg_ac_575.html aapg_ac_575.html:496:73823:73833 Phosphoria Logan, Utah +0.475312 aapg_aa_918.html aapg_aa_918.html:1063:109421:109431 Protection Clark County, Indiana +0.507199 aapg_ae_876.html aapg_ae_876.html:15:2063:2069 Dakota Cedar Mountains +0.495876 aapg_af_468.html aapg_af_468.html:321:30697:30712 Frio Brazoria County, Texas +0.259584 aapg_ai_17.html aapg_ai_17.html:359:28761:28771 Cane River Richland, Washington +0.373808 aapg_aa_683.html aapg_aa_683.html:9:1589:1595 Dakota Logan, Utah +0.27195 jgeology_html_3425370855 jgeology_html_3425370855:819:57812:57823 Black River Utica, New York +0.49794 gsa_html_7193229774 gsa_html_7193229774:965:72347:72357 Washington Olympic National Park +0.47787 cspg_html_9119878068 cspg_html_9119878068:86:11412:11431 Waterways Swan Hill, Victoria +0.518816 gsa_html_5851281923 gsa_html_5851281923:282:28259:28287 Green River Colorado +0.250937 sedimentology_html_6051696699 sedimentology_html_6051696699:439:38378:38397 Caledonia New Caledonia +0.48573 aapg_af_575.html aapg_af_575.html:322:44485:44494 Red River Llano, Texas +0.479048 cspg_html_2161417858 cspg_html_2161417858:237:31310:31330 Big Valley Lacombe, Alberta +0.47785 aapg_ad_341.html aapg_ad_341.html:64:5523:5529 Mohawk Closter, New Jersey +0.25284 sedimentology_html_2165832672 sedimentology_html_2165832672:918:72474:72488 Pozo Spain +0.45984 palaios_html_5624633010 palaios_html_5624633010:18:814:830 Noonday Dolomite Death Valley +0.499988 gsa_html_6194837075 gsa_html_6194837075:165:14875:14891 Paluxy Texas +0.900597 aapg_ah_165.html aapg_ah_165.html:315:38705:38725 Wabamun Lacombe, Alberta +0.261085 cspg_html_8174352156 cspg_html_8174352156:248:32714:32722 Columbia Victoria, British Columbia +0.272586 aapg_af_248.html aapg_af_248.html:18:2591:2607 Midway Northeast Texas +0.46222 aapg_ae_794.html aapg_ae_794.html:695:79896:79917 Coon Creek Knoxville, Tennessee +0.268732 cspg_html_4287356899 cspg_html_4287356899:1413:194151:194172 Trold Fiord Ellesmere Island +0.48057 geology_html_8757137275 geology_html_8757137275:103:8079:8097 Scollard Lacombe, Alberta +0.254464 cspg_html_6306091047 cspg_html_6306091047:729:100188:100196 Columbia Victoria, British Columbia +0.701316 aapg_ah_528.html aapg_ah_528.html:551:59500:59508 Moenkopi Candelaria, Tenerife +0.259584 gsa_html_2279602635 gsa_html_2279602635:12:549:562 Santa Barbara California +0.468905 cspg_html_5193469258 cspg_html_5193469258:8:512:522 Missisauga Logan Canyon +0.262119 aapg_af_854.html aapg_af_854.html:422:55041:55053 Locust Point Kentucky +0.268224 aapg_ac_965.html aapg_ac_965.html:75:10197:10214 Manlius Helderberg +0.260598 aapg_ai_78.html aapg_ai_78.html:50:5152:5157 Yegua Texas +0.44884 aapg_aa_897.html aapg_aa_897.html:76:8161:8167 Kodiak Kodiak Island +0.256956 aapg_ad_460.html aapg_ad_460.html:95:9030:9049 San Andres San Angelo, Texas +0.250952 gsa_html_6765882493 gsa_html_6765882493:808:108488:108509 Cliff House Colorado +0.278528 cspg_html_9778753186 cspg_html_9778753186:178:26107:26126 Crowsnest Southeast Asia +0.240075 gsa_html_3860045860 gsa_html_3860045860:469:50068:50074 Oregon Glenwood, Utah +0.258028 aapg_ac_569.html aapg_ac_569.html:353:50096:50108 Devon Island Canadian Arctic Archipelago +0.524638 aapg_ad_960.html aapg_ad_960.html:13:1322:1336 Monterey Los Angeles +0.255024 aapg_ae_959.html aapg_ae_959.html:1840:132903:132918 Dog Creek Texas +0.480312 aapg_ah_724.html aapg_ah_724.html:15:2076:2094 Kaskapau Victoria, British Columbia +0.499174 aapg_ai_4.html aapg_ai_4.html:69:6386:6394 Monterey Santa Monica Mountains +0.25792 aapg_aa_415.html aapg_aa_415.html:341:49832:49842 Rio Grande Hays County, Texas +0.48307 aapg_ah_974.html aapg_ah_974.html:92:9435:9441 Goliad Oakville, California +0.246015 aapg_ai_755.html aapg_ai_755.html:88:9729:9734 Viola Bartlesville, Oklahoma +0.250428 sedimentology_html_3220122506 sedimentology_html_3220122506:85:8129:8147 Yakataga Anchorage, Alaska +0.49664 gsa_html_2246096178 gsa_html_2246096178:905:70601:70629 Green River Colorado +0.48348 gsa_html_3448554349 gsa_html_3448554349:568:59398:59416 Rockwell Pennsylvania +0.247955 geology_html_7675416751 geology_html_7675416751:269:23506:23510 Kano Texas +0.483928 sedimentology_html_2865738906 sedimentology_html_2865738906:479:29543:29555 Golden Spike Canada +0.264704 geology_html_6060647318 geology_html_6060647318:162:15354:15365 San Joaquin California +0.275688 sedimentology_html_2670349557 sedimentology_html_2670349557:1386:101344:101351 Kayenta Logan, Utah +0.252784 gsa_html_4940410718 gsa_html_4940410718:281:23523:23536 Topanga Hawaii (island) +0.48195 AMJC_html_9120759990 AMJC_html_9120759990:599:56089:56099 Washington Hobbs, New Mexico +0.490875 aapg_af_854.html aapg_af_854.html:512:68689:68695 Keokuk Burlington, Ontario +0.48384 cspg_html_4382149016 cspg_html_4382149016:9:785:806 Lawrence Quebec City +0.499939 aapg_ac_835.html aapg_ac_835.html:397:52839:52849 Phosphoria Gallatin, Tennessee +0.281232 aapg_aa_22.html aapg_aa_22.html:521:49035:49040 Upham Sacramento, California +0.491582 geology_html_4363767289 geology_html_4363767289:81:7943:7951 Toroweap Grand Canyon +0.255021 cspg_html_4385655879 cspg_html_4385655879:55:7794:7802 Graminia Western world +0.25228 aapg_ae_642.html aapg_ae_642.html:100:9614:9620 Paluxy Tuscaloosa, Alabama +0.3975 aapg_ai_367.html aapg_ai_367.html:362:24349:24356 Temblor Coalinga, California +0.252525 aapg_ac_841.html aapg_ac_841.html:814:85812:85827 Atima Albia, Iowa +0.459816 geology_html_2632215670 geology_html_2632215670:18:870:876 Kodiak Anchorage, Alaska +0.26394 aapg_ae_921.html aapg_ae_921.html:241:19990:20006 Amsden California +0.461214 cspg_html_1124814558 cspg_html_1124814558:6:495:507 Grand Rapids Clearwater, Florida +0.491232 gsa_html_6369667498 gsa_html_6369667498:831:63838:63866 Green River Colorado +0.50115 gsa_html_2557883791 gsa_html_2557883791:914:71915:71943 Green River Colorado +0.483108 aapg_af_663.html aapg_af_663.html:3:155:163 Traverse Iowa +0.25676 gsa_html_8971189731 gsa_html_8971189731:748:72642:72652 Wind River Cheyenne, Wyoming +0.248992 gsa_html_7166705576 gsa_html_7166705576:12:404:413 San Diego California +0.475449 aapg_ai_154.html aapg_ai_154.html:300:34468:34476 Catskill Chemung, New York +0.867312 cspg_html_5479700260 cspg_html_5479700260:54:5248:5267 Allen Bay Wales Island (British Columbia) +0.247988 aapg_ad_683.html aapg_ad_683.html:203:22902:22918 Toroweap Kaibab, Arizona +0.271752 aapg_aa_615.html aapg_aa_615.html:55:6924:6933 Mesaverde Mancos, Colorado +0.261 AMJC_html_2403907797 AMJC_html_2403907797:707:70358:70367 New River Virginia +0.502164 gsa_html_1024107776 gsa_html_1024107776:1362:121661:121689 Green River Colorado +0.269878 aapg_ac_515.html aapg_ac_515.html:78:9979:10000 Sespe Monterey, California +0.244961 aapg_ah_0.html aapg_ah_0.html:12:1184:1192 Virginia Canada +0.465127 aapg_ah_827.html aapg_ah_827.html:685:79000:79005 Weeks Colorado +0.703528 aapg_ac_575.html aapg_ac_575.html:79:12339:12347 Woodside Shale Cheyenne, Wyoming +0.49248 cspg_html_4395843019 cspg_html_4395843019:60:7562:7583 Beaverhill Lacombe, Alberta +0.510485 aapg_ah_97.html aapg_ah_97.html:23:3181:3186 Levis Logan, Utah +0.253847 cspg_html_9958679425 cspg_html_9958679425:36:3953:3961 Palliser Regina, Saskatchewan +0.27528 aapg_ah_157.html aapg_ah_157.html:164:22372:22391 Franconia Illinois +0.487438 aapg_ai_288.html aapg_ai_288.html:62:11350:11368 San Onofre Breccia Sunset Beach, California +0.91872 gsa_html_8951179545 gsa_html_8951179545:22:1365:1377 Wilcox Texas +0.473598 aapg_af_97.html aapg_af_97.html:104:12834:12850 Saluda Wayne County, Michigan +0.47975 aapg_aa_708.html aapg_aa_708.html:423:43770:43786 Moreno Victoria, British Columbia +0.469989 gsa_html_9312061344 gsa_html_9312061344:976:87176:87185 San Diego California +0.48355 jgeology_html_5968390289 jgeology_html_5968390289:455:40243:40253 Washington Salem, Oregon +0.48384 aapg_ai_144.html aapg_ai_144.html:40:4549:4557 Dunvegan Western world +0.4785 aapg_ad_327.html aapg_ad_327.html:474:50779:50796 Edwards Central Texas +0.48246 aapg_ad_318.html aapg_ad_318.html:111:15324:15330 Guelph Louisville, Kentucky +0.25324 cspg_html_1378826439 cspg_html_1378826439:353:33758:33766 Columbia Victoria, British Columbia +0.265684 aapg_aa_960.html aapg_aa_960.html:241:19849:19875 Dockum New Mexico +0.464088 aapg_ac_214.html aapg_ac_214.html:229:24216:24224 Colorado Arizona +0.259979 aapg_ae_182.html aapg_ae_182.html:138:16630:16653 Cotton Valley Bellevue, Nebraska +0.243386 cspg_html_4859889874 cspg_html_4859889874:6:380:402 Judith River Lacombe, Alberta +0.248412 palaios_html_5212272868 palaios_html_5212272868:557:52480:52486 Denver Colorado +0.470058 cspg_html_5541937700 cspg_html_5541937700:190:27477:27504 Bow Island Lacombe, Alberta +0.48655 aapg_ad_272.html aapg_ad_272.html:450:57325:57330 Logan Mexico +0.264147 aapg_af_771.html aapg_af_771.html:360:42472:42485 Santa Barbara California +0.49035 aapg_ae_876.html aapg_ae_876.html:1119:114470:114492 Cedar Mountain Colorado +0.487705 aapg_aa_12.html aapg_aa_12.html:437:46190:46208 Sallisaw Frisco, Texas +0.259045 aapg_af_497.html aapg_af_497.html:644:62425:62433 Colorado Pueblo, Colorado +0.484008 aapg_ae_454.html aapg_ae_454.html:110:9155:9162 Bossier Franklin County, Ohio +0.24644 cspg_html_7804036692 cspg_html_7804036692:2199:210721:210755 Beaverhill Swan Hill, Victoria +0.480396 sedimentology_html_3490784844 sedimentology_html_3490784844:1191:99042:99067 Kope Kentucky +0.282999 aapg_ah_486.html aapg_ah_486.html:275:26030:26040 Pottsville Pottsville, Pennsylvania +0.24 cspg_html_9332855346 cspg_html_9332855346:200:18917:18938 Meadow Lake Regina, Saskatchewan +0.452088 cspg_html_9717154602 cspg_html_9717154602:30:4972:4979 Bearpaw Regina, Saskatchewan +0.489936 AMJC_html_1873062106 AMJC_html_1873062106:1279:129568:129586 Morrison New Mexico +0.263153 aapg_ad_466.html aapg_ad_466.html:374:45298:45305 Raritan Closter, New Jersey +0.511224 aapg_ad_466.html aapg_ad_466.html:1397:148622:148640 Monmouth Monmouth County, New Jersey +0.483912 gsa_html_5865982995 gsa_html_5865982995:1036:112502:112509 Wasatch Uinta Mountains +0.484632 gsa_html_7139851572 gsa_html_7139851572:63:4406:4434 Green River New Mexico +0.458736 aapg_af_528.html aapg_af_528.html:751:86317:86327 San Miguel California +0.26775 aapg_ae_45.html aapg_ae_45.html:64:8676:8685 Smackover Haynesville, Louisiana +0.509609 gsa_html_3720789279 gsa_html_3720789279:897:87556:87562 Oregon Washington (state) +0.2555 cspg_html_7576506617 cspg_html_7576506617:368:53240:53261 Ekwan River Moose River (Maine) +0.469392 aapg_ac_235.html aapg_ac_235.html:460:49366:49374 Colorado Black Hills +0.486324 cspg_html_9060847110 cspg_html_9060847110:757:92669:92702 Windsor New Brunswick, New Jersey +0.52915 aapg_ad_154.html aapg_ad_154.html:15:2157:2168 Beekmantown Middle Ordovician +0.497424 cspg_html_3665101783 cspg_html_3665101783:6:330:351 Fossil Hill Manitoulin Island +0.224146 gsa_html_9152662653 gsa_html_9152662653:9:364:372 Virginia Potomac, Maryland +0.497466 cspg_html_5784810575 cspg_html_5784810575:5:211:228 Cardium Lacombe, Alberta +0.496202 aapg_ae_999.html aapg_ae_999.html:506:67151:67168 Calvert Tampa, Florida +0.262626 aapg_aa_934.html aapg_aa_934.html:68:10361:10367 Blaine San Angelo, Texas +0.256302 cspg_html_6472484014 cspg_html_6472484014:552:55983:55990 Sayabec Quebec City +0.462198 cspg_html_7667087595 cspg_html_7667087595:35:4413:4434 Belly River Lacombe, Alberta +0.459241 cspg_html_5875826141 cspg_html_5875826141:39:4582:4600 Elk Lacombe, Alberta +0.26946 aapg_aa_28.html aapg_aa_28.html:85:7523:7534 San Antonio Texas +0.2583 aapg_ac_825.html aapg_ac_825.html:782:79481:79506 Monterey California +0.46926 aapg_af_579.html aapg_af_579.html:279:29976:30000 Junction Creek Colorado +0.262236 AMJC_html_5402953865 AMJC_html_5402953865:313:33339:33358 Loveland Nebraska +0.476286 aapg_ac_399.html aapg_ac_399.html:85:8964:8983 Sunniland Mississippi River +0.262593 aapg_ai_105.html aapg_ai_105.html:495:58791:58797 Morgan Lake Fork (Texas) +0.498225 aapg_ae_420.html aapg_ae_420.html:552:38883:38901 Sundance Cheyenne, Wyoming +0.25092 gsa_html_9310053579 gsa_html_9310053579:251:21931:21950 Chumstick Leavenworth, Washington +0.261121 gsa_html_9161666105 gsa_html_9161666105:11:476:485 Peninsula Quebec City +0.47424 cspg_html_6306091047 cspg_html_6306091047:861:108553:108562 Baldonnel Calgary +0.477954 AMJC_html_6430804426 AMJC_html_6430804426:52:2318:2328 Las Ovejas Zihuatanejo +0.255488 cspg_html_7086880709 cspg_html_7086880709:312:40049:40056 Manetoe Lacombe, Alberta +0.479 gsa_html_5250670372 gsa_html_5250670372:153:13216:13224 Colorado Denver +0.693312 aapg_ac_630.html aapg_ac_630.html:465:47412:47423 Green River Cheyenne, Wyoming +0.468462 sedimentology_html_9715489579 sedimentology_html_9715489579:67:4342:4353 Devils Hole Reno, Nevada +0.472382 gsa_html_3484366946 gsa_html_3484366946:1129:106658:106669 Sadlerochit Anchorage, Alaska +0.239608 aapg_ah_372.html aapg_ah_372.html:51:5436:5449 Bluff Brazos River +0.469695 aapg_ac_536.html aapg_ac_536.html:669:67755:67779 Mission Canyon Williston, Vermont +0.48951 palaios_html_2376163646 palaios_html_2376163646:482:54011:54017 Chinle Calgary +0.269608 aapg_aa_381.html aapg_aa_381.html:43:6138:6146 Monterey Monterey, California +0.463956 aapg_af_301.html aapg_af_301.html:93:11138:11145 Vermejo Lake Elsinore, California +0.245508 gsa_html_1024107776 gsa_html_1024107776:703:64519:64547 Maringouin New Brunswick, New Jersey +0.497552 sedimentology_html_5834032566 sedimentology_html_5834032566:120:13312:13334 Gull Island Clare County, Michigan +0.260036 cspg_html_4555867289 cspg_html_4555867289:427:42562:42584 Charlie Lake Victoria, British Columbia +0.254829 gsa_html_5107598462 gsa_html_5107598462:300:26061:26067 Salina Salina, Kansas +0.479304 aapg_aa_701.html aapg_aa_701.html:658:68739:68747 Michigan Salina, Kansas +0.249498 aapg_af_684.html aapg_af_684.html:64:7765:7777 Umpqua Roseburg, Oregon +0.258516 geology_html_3901917315 geology_html_3901917315:391:26394:26412 Imperial Southern California +0.2475 aapg_ae_569.html aapg_ae_569.html:281:26728:26736 La Habra California +0.477594 gsa_html_3368386568 gsa_html_3368386568:898:70913:70941 Green River Colorado +0.485784 aapg_ad_440.html aapg_ad_440.html:390:38708:38714 Keokuk Illinois +0.216672 aapg_ai_583.html aapg_ai_583.html:413:52891:52899 Sundance Black Hills +0.256011 sedimentology_html_3885557411 sedimentology_html_3885557411:189:9700:9704 Hall London, Ontario +0.659736 aapg_ae_181.html aapg_ae_181.html:81:10771:10786 Eutaw Mississippi River +0.248502 cspg_html_2419618566 cspg_html_2419618566:547:71625:71630 Yukon Victoria, British Columbia +0.4836 aapg_aa_22.html aapg_aa_22.html:629:55145:55160 Richmond Maysville, Kentucky +0.266682 aapg_ac_63.html aapg_ac_63.html:344:33868:33885 Buckner Texas +0.25194 cspg_html_7248845592 cspg_html_7248845592:121:13911:13926 Savik Ellesmere Island +0.269357 aapg_ac_720.html aapg_ac_720.html:411:37002:37022 Vincentown McLean, Virginia +0.486758 cspg_html_1019614994 cspg_html_1019614994:508:88024:88036 Saskatchewan Lacombe, Alberta +0.469989 aapg_ac_538.html aapg_ac_538.html:29:4233:4239 Viking Lacombe, Alberta +0.470162 cspg_html_2695921112 cspg_html_2695921112:389:48391:48405 Northumberland New Brunswick, New Jersey +0.265584 aapg_ah_974.html aapg_ah_974.html:91:9278:9284 Lissie Beaumont, Texas +0.662805 aapg_ae_26.html aapg_ae_26.html:9:1767:1771 Kope Kentucky +0.256905 aapg_ac_536.html aapg_ac_536.html:100:11109:11122 Madison Williston, Vermont +0.25551 aapg_aa_357.html aapg_aa_357.html:485:43920:43927 Todilto San Juan Mountains +0.832842 aapg_ad_564.html aapg_ad_564.html:7455:632693:632710 Wabamun Canada +0.246016 aapg_aa_567.html aapg_aa_567.html:158:14439:14445 Weston Silver City, New Mexico +0.265189 cspg_html_3447886929 cspg_html_3447886929:86:10457:10470 Potsdam Quebec City +0.467016 geology_html_5077031648 geology_html_5077031648:25:2199:2205 Denver Colorado +0.50456 gsa_html_1591315291 gsa_html_1591315291:656:53998:54026 Green River Colorado +0.468379 aapg_ac_176.html aapg_ac_176.html:66:11662:11687 Giant Foresets Pacific Northwest +0.26061 gsa_html_3216417833 gsa_html_3216417833:679:55888:55916 Green River New Mexico +0.459346 aapg_ah_505.html aapg_ah_505.html:841:68010:68028 Fountain Denver +0.706128 aapg_ad_801.html aapg_ad_801.html:233:26035:26040 Yazoo Mississippi River +0.257484 cspg_html_7675189126 cspg_html_7675189126:431:52100:52108 Victoria Earth +0.237546 aapg_ac_557.html aapg_ac_557.html:521:60804:60824 Keokuk Illinois +0.269874 gsa_html_3069013284 gsa_html_3069013284:605:62033:62049 Chinle Arizona +0.262636 cspg_html_5501097280 cspg_html_5501097280:312:37711:37719 Columbia Victoria, British Columbia +0.499421 aapg_aa_887.html aapg_aa_887.html:53:6622:6630 Niobrara Horseshoe Canyon Formation +0.494468 aapg_aa_689.html aapg_aa_689.html:357:47198:47213 Elk Lacombe, Alberta +0.250952 gsa_html_3330587082 gsa_html_3330587082:164:13740:13755 Albee Piermont, New York +0.489538 gsa_html_3211466538 gsa_html_3211466538:15:691:699 Virginia Reston, Virginia +0.49504 aapg_ae_461.html aapg_ae_461.html:71:10652:10671 Smackover Cotton Valley, Louisiana +0.655196 aapg_ac_814.html aapg_ac_814.html:126:13431:13452 Green River Logan, Utah +0.25398 gsa_html_5670961546 gsa_html_5670961546:607:54380:54412 Marble Falls Central Texas +0.265224 aapg_ai_152.html aapg_ai_152.html:31:3057:3065 Colorado Las Animas County, Colorado +0.464427 cspg_html_7409170811 cspg_html_7409170811:15:1652:1668 Exshaw Regina, Saskatchewan +0.253456 gsa_html_1525220569 gsa_html_1525220569:782:76772:76778 Brazil Lake Ontario +0.486324 cspg_html_3521815736 cspg_html_3521815736:404:57660:57665 Liard Grayling, Michigan +0.265967 gsa_html_3069013284 gsa_html_3069013284:826:78070:78086 Chinle Arizona +0.235216 gsa_html_2832151886 gsa_html_2832151886:431:36843:36875 Fish Scales Beaumont, Texas +0.247955 gsa_html_9310053579 gsa_html_9310053579:671:60128:60138 Washington Snohomish, Washington +0.505296 sedimentology_html_6338456723 sedimentology_html_6338456723:1637:72131:72135 Bond North Sea +0.463672 aapg_aa_680.html aapg_aa_680.html:21:2242:2248 Seneca Edgecliff, New South Wales +0.245214 gsa_html_3942625742 gsa_html_3942625742:600:50774:50786 Fayetteville Arkansas +0.268686 cspg_html_4530154552 cspg_html_4530154552:64:11212:11220 Columbia Victoria, British Columbia +0.48762 aapg_af_93.html aapg_af_93.html:669:76699:76714 Arcturus Deep Creek, Virginia +0.456579 aapg_ah_972.html aapg_ah_972.html:651:68031:68040 Catahoula Oakville, California +0.81705 aapg_ae_904.html aapg_ae_904.html:246:26346:26354 Deadwood Black Hills +0.254514 cspg_html_6984906794 cspg_html_6984906794:86:11958:11966 Columbia Victoria, British Columbia +0.502516 aapg_af_704.html aapg_af_704.html:259:22270:22276 Casper Cheyenne, Wyoming +0.238392 aapg_ai_852.html aapg_ai_852.html:28:4465:4470 Cibao San Juan, Argentina +0.265684 aapg_af_653.html aapg_af_653.html:874:98607:98615 Monterey California +0.28245 aapg_ah_318.html aapg_ah_318.html:513:60227:60246 Smackover Shreveport, Louisiana +0.496422 gsa_html_5051880568 gsa_html_5051880568:1019:83413:83441 Green River Colorado +0.256536 aapg_ad_466.html aapg_ad_466.html:854:91912:91924 Mount Laurel Navesink River +0.24786 cspg_html_7777724998 cspg_html_7777724998:127:18062:18066 Bell Lacombe, Alberta +0.255016 aapg_ah_876.html aapg_ah_876.html:158:19843:19860 Hosston County Sligo +0.242608 aapg_ah_847.html aapg_ah_847.html:279:33639:33658 New Egypt New Egypt, New Jersey +0.36771 jgeology_html_1740511298 jgeology_html_1740511298:269:18689:18698 Partridge Cambridge, Massachusetts +0.4883 geology_html_9004383999 geology_html_9004383999:293:25278:25303 Earlie Regina, Saskatchewan +0.475838 sedimentology_html_3016530453 sedimentology_html_3016530453:443:33203:33207 Hall London, Ontario +0.247 aapg_aa_621.html aapg_aa_621.html:221:27506:27524 Tensleep Laramide orogeny +0.248472 aapg_aa_322.html aapg_aa_322.html:191:17385:17405 Batesville Arkansas +0.246272 aapg_ai_157.html aapg_ai_157.html:316:30513:30530 Norfolk Guelph +0.77982 aapg_ac_807.html aapg_ac_807.html:399:41123:41141 Matawan Chesapeake Bay +0.248952 aapg_ae_124.html aapg_ae_124.html:189:13286:13306 New Oxford Pennsylvania +0.468876 gsa_html_9613801428 gsa_html_9613801428:14:700:710 Santa Cruz California +0.255915 geology_html_4687032620 geology_html_4687032620:174:20427:20436 Extension Earth +0.242 jgeology_html_9040793836 jgeology_html_9040793836:1068:67351:67355 Hall London, Ontario +0.489842 aapg_ai_959.html aapg_ai_959.html:50:5818:5824 Goliad DeWitt, New York +0.263133 aapg_ac_414.html aapg_ac_414.html:261:32427:32433 Kaibab Arizona +0.261632 gsa_html_9979192554 gsa_html_9979192554:691:68120:68140 Richardson Mountains Arctic Cordillera +0.496944 cspg_html_1462870252 cspg_html_1462870252:996:103820:103827 Windsor Canada +0.497988 aapg_ai_49.html aapg_ai_49.html:335:42200:42206 Dakota Colorado +0.25811 cspg_html_4287356899 cspg_html_4287356899:3411:363103:363117 Lisburne Northwest Arctic Borough, Alaska +0.268224 aapg_ah_521.html aapg_ah_521.html:392:45799:45806 Carrizo Texas +0.241854 aapg_ad_466.html aapg_ad_466.html:1051:112319:112330 Hornerstown Closter, New Jersey +0.26019 aapg_ae_544.html aapg_ae_544.html:290:34166:34174 Frontier Big Horn Mountains +0.372564 palaios_html_7010013984 palaios_html_7010013984:880:82463:82483 Diligencia California +0.488698 aapg_ac_75.html aapg_ac_75.html:31:4291:4329 Slave Point Canada +0.503949 gsa_html_3019648601 gsa_html_3019648601:56:3595:3623 Green River Colorado +0.267225 aapg_ae_185.html aapg_ae_185.html:7:1099:1108 Shongaloo Carterville, Illinois +0.25755 AMJC_html_2375334599 AMJC_html_2375334599:1037:98523:98526 Arc Guadeloupe +0.507064 aapg_ah_140.html aapg_ah_140.html:40:4162:4168 Banner Nebraska +0.245364 palaios_html_7765531315 palaios_html_7765531315:614:59403:59419 Noonday Dolomite California +0.559411 aapg_ah_618.html aapg_ah_618.html:231:19387:19407 Phosphoria East Carbon, Utah +0.268224 gsa_html_7199417381 gsa_html_7199417381:583:59247:59264 White River Nebraska +0.478455 aapg_ah_134.html aapg_ah_134.html:16:1824:1837 Cotton Valley Tuscaloosa, Alabama +0.271425 aapg_aa_147.html aapg_aa_147.html:466:47711:47723 Saskatchewan Red River of the North +0.475629 aapg_ai_49.html aapg_ai_49.html:239:28726:28742 Navajo Arizona +0.486837 cspg_html_2863271815 cspg_html_2863271815:130:17402:17414 Salina Guelph +0.257024 AMJC_html_5786839382 AMJC_html_5786839382:824:84959:84967 Scotland London, Ontario +0.26316 gsa_html_7884891021 gsa_html_7884891021:24:1467:1473 Benson Ortonville, Minnesota +0.461713 cspg_html_4659384530 cspg_html_4659384530:15:1815:1840 Beaverhill Lacombe, Alberta +0.408394 aapg_aa_135.html aapg_aa_135.html:270:28056:28061 Yukon Anchorage, Alaska +0.24888 aapg_af_592.html aapg_af_592.html:243:20247:20257 Rio Grande Texas +0.271206 aapg_af_880.html aapg_af_880.html:640:100143:100153 San Andres Kaibab, Arizona +0.262566 gsa_html_8491258533 gsa_html_8491258533:303:35889:35896 Concord Hooksett, New Hampshire +0.500487 sedimentology_html_4004655641 sedimentology_html_4004655641:89:6865:6873 Montreal Canada +0.25844 gsa_html_7040053075 gsa_html_7040053075:288:27391:27408 Topanga Whittier, Alaska +0.25608 aapg_ai_958.html aapg_ai_958.html:98:9510:9518 Oakville Hallettsville, Texas +0.233766 aapg_ah_779.html aapg_ah_779.html:395:73416:73424 Onondaga Kentucky +0.284466 aapg_ah_498.html aapg_ah_498.html:58:4403:4411 Oakville Oakville, California +0.478629 aapg_ac_575.html aapg_ac_575.html:561:84934:84938 Word East Timor +0.243542 gsa_html_9053175553 gsa_html_9053175553:248:32507:32535 Flagstaff Sevier orogeny +0.27285 aapg_aa_712.html aapg_aa_712.html:131:16701:16722 Platteville Decorah, Iowa +0.464145 aapg_ae_749.html aapg_ae_749.html:673:66720:66737 Holston Middle Ordovician +0.274918 aapg_ae_354.html aapg_ae_354.html:459:46451:46467 Dakota Colorado +0.263682 cspg_html_9717154602 cspg_html_9717154602:301:44705:44717 Saskatchewan Lacombe, Alberta +0.264668 aapg_ae_605.html aapg_ae_605.html:22:3486:3494 Michigan Illinois +0.262728 aapg_af_129.html aapg_af_129.html:87:9943:9959 Belden Colorado +0.252086 cspg_html_4915680223 cspg_html_4915680223:31:4203:4212 Allen Bay Douro DOC +0.354525 aapg_aa_898.html aapg_aa_898.html:3:190:222 Flagstaff Logan, Utah +0.259284 aapg_ad_807.html aapg_ad_807.html:10:538:545 Prairie Beaumont, Texas +0.376465 cspg_html_2882882278 cspg_html_2882882278:191:23975:23991 Belloy Victoria, British Columbia +0.261612 aapg_aa_697.html aapg_aa_697.html:605:54996:55002 Jordan Regina, Saskatchewan +0.278124 aapg_ad_858.html aapg_ad_858.html:317:23022:23029 Hosston Columbia Country +0.476 palaios_html_6404017234 palaios_html_6404017234:185:13902:13912 Washington Willapa River +0.49088 aapg_af_598.html aapg_af_598.html:35:3501:3518 Lenapah Tulsa, Oklahoma +0.47991 gsa_html_3677258183 gsa_html_3677258183:68:9263:9269 Oregon Great Basin +0.241332 AMJC_html_8128063878 AMJC_html_8128063878:1188:139624:139640 Fish Canyon Tuff Reno, Nevada +0.486604 aapg_ah_167.html aapg_ah_167.html:575:50488:50515 Saturday Mountain Boise, Idaho +0.265527 aapg_ac_209.html aapg_ac_209.html:176:20834:20840 Moscow Stavropol Krai +0.46308 aapg_ah_772.html aapg_ah_772.html:3:186:203 Bird Spring Reno, Nevada +0.50677 aapg_af_854.html aapg_af_854.html:511:67897:67913 Warsaw Kentucky +0.495645 aapg_ae_577.html aapg_ae_577.html:702:65278:65286 La Habra California +0.569664 cspg_html_4659384530 cspg_html_4659384530:59:7735:7745 Swan Hills Swan Hill, Victoria +0.472348 aapg_af_808.html aapg_af_808.html:866:112021:112038 Macabou Martinique +0.470659 aapg_ad_652.html aapg_ad_652.html:405:50237:50243 Umpqua Salem, Oregon +0.471592 gsa_html_2557883791 gsa_html_2557883791:631:53145:53151 Active Caribbean +0.489255 aapg_af_854.html aapg_af_854.html:438:57320:57337 Carwood Jefferson County, Colorado +0.269357 aapg_ad_599.html aapg_ad_599.html:251:31520:31526 Benson Chemung, New York +0.516362 aapg_ae_350.html aapg_ae_350.html:14:2411:2427 Tuscaloosa Tuscaloosa, Alabama +0.485961 aapg_ae_705.html aapg_ae_705.html:171:18047:18061 Pico Santa Paula, California +0.265221 aapg_ae_872.html aapg_ae_872.html:64:8789:8805 Peedee Charleston, South Carolina +0.252486 gsa_html_3412344071 gsa_html_3412344071:686:61244:61251 Blackie London, Ontario +0.476577 AMJC_html_9709478395 AMJC_html_9709478395:625:57695:57701 Brazil Perth, Western Australia +0.474525 aapg_ah_340.html aapg_ah_340.html:8:1010:1024 Fredericksburg Texas +0.248292 aapg_ah_370.html aapg_ah_370.html:186:14347:14357 Bell Presque Isle County, Michigan +0.275587 aapg_aa_971.html aapg_aa_971.html:32:3624:3629 Otter Western world +0.238212 sedimentology_html_7267703281 sedimentology_html_7267703281:1112:77908:77912 Hall London, Ontario +0.246015 cspg_html_8089302449 cspg_html_8089302449:38:7349:7361 Saskatchewan Manitoba +0.488814 jgeology_html_4305195651 jgeology_html_4305195651:4222:263272:263293 Mauch Chunk Pennsylvania +0.48 cspg_html_8337197939 cspg_html_8337197939:101:12984:12991 Cardium Turtle Mountain (Alberta) +0.504988 gsa_html_7540592278 gsa_html_7540592278:821:69480:69508 Green River Colorado +0.261783 aapg_ad_921.html aapg_ad_921.html:122:14221:14229 Fairview Clifton Hill, Victoria +0.27392 aapg_ad_941.html aapg_ad_941.html:359:26388:26401 Sulphur Point Lacombe, Alberta +0.470232 gsa_html_5773931818 gsa_html_5773931818:14:737:743 Denver Colorado +0.24056 aapg_ai_957.html aapg_ai_957.html:373:40266:40276 Rio Grande Nueces County, Texas +0.46629 aapg_ac_904.html aapg_ac_904.html:5:435:442 Success Cook Inlet +0.863268 aapg_ae_805.html aapg_ae_805.html:45:6623:6628 Molas Hermosa, Chicago +0.4888 cspg_html_9735723617 cspg_html_9735723617:567:67889:67909 Griper Bay Melville Island (Canada) +0.412976 cspg_html_1019614994 cspg_html_1019614994:242:38454:38469 Exshaw Regina, Saskatchewan +0.254338 cspg_html_3871608501 cspg_html_3871608501:24:2791:2811 York River Quebec City +0.253847 palaios_html_7930345720 palaios_html_7930345720:414:41269:41275 Navajo Logan, Utah +0.480868 geology_html_8394572285 geology_html_8394572285:14:856:865 San Diego La Jolla +0.512589 aapg_ae_872.html aapg_ae_872.html:62:8159:8169 Tuscaloosa Black Creek (Toronto) +0.25194 cspg_html_2973952956 cspg_html_2973952956:326:26282:26296 Toad Canada +0.265738 aapg_ai_17.html aapg_ai_17.html:1379:94307:94320 Fleming Missouri River +0.5073 aapg_aa_243.html aapg_aa_243.html:274:21586:21592 Ripley Newburg, Louisville +0.242039 aapg_ai_28.html aapg_ai_28.html:720:68113:68119 Lissie Uvalde, Texas +0.485352 cspg_html_4298557570 cspg_html_4298557570:29:3861:3867 Battle Edmonton, London +0.254828 aapg_af_653.html aapg_af_653.html:24:3119:3127 Vaqueros Monterey, California +0.441936 aapg_af_394.html aapg_af_394.html:170:19487:19511 Echo Canyon Conglomerate Absaroka +0.24442 aapg_ae_438.html aapg_ae_438.html:127:13152:13158 Forest Clearfield, Utah +0.257048 cspg_html_3860685167 cspg_html_3860685167:770:74333:74349 Shunda Lacombe, Alberta +0.282183 aapg_ac_158.html aapg_ac_158.html:71:11910:11925 Leduc Lacombe, Alberta +0.26112 cspg_html_8306619029 cspg_html_8306619029:11:1485:1501 Seabee Regina, Saskatchewan +0.261783 gsa_html_3069013284 gsa_html_3069013284:808:76363:76379 Chinle Arizona +0.258856 aapg_ad_221.html aapg_ad_221.html:158:14841:14851 Brownstown Texas +0.267734 gsa_html_9843343868 gsa_html_9843343868:624:54606:54616 Florissant Beringia +0.255474 palaios_html_8113714689 palaios_html_8113714689:10:433:452 Au Train Munising, Michigan +0.840864 aapg_ae_70.html aapg_ae_70.html:166:18656:18665 Mesaverde Wasatch Range +0.2652 cspg_html_7340411855 cspg_html_7340411855:5:316:333 Cardium Lacombe, Alberta +0.29376 aapg_ac_924.html aapg_ac_924.html:480:52387:52402 Clore Illinois +0.2455 aapg_ah_318.html aapg_ah_318.html:1259:126884:126905 Eagle Arkansas +0.371315 aapg_af_91.html aapg_af_91.html:442:49033:49039 Chinle Logan, Utah +0.26352 sedimentology_html_9465837890 sedimentology_html_9465837890:876:78968:78985 Forest Canada +0.255636 aapg_af_568.html aapg_af_568.html:509:41338:41357 Mesaverde Cheyenne, Wyoming +0.492604 aapg_ae_875.html aapg_ae_875.html:391:44362:44385 Trujillo Corozal Town +0.50436 aapg_ah_343.html aapg_ah_343.html:234:28125:28134 Catahoula Shreveport, Louisiana +0.28224 aapg_ah_519.html aapg_ah_519.html:39:4064:4080 Carmel Mancos, Colorado +0.270375 aapg_ah_442.html aapg_ah_442.html:7:2018:2023 Yegua Neches, Texas +0.484848 cspg_html_9343899465 cspg_html_9343899465:1986:173046:173050 Fram Western world +0.271932 gsa_html_3069013284 gsa_html_3069013284:408:42152:42176 Chinle Chinle Formation +0.483736 aapg_ae_884.html aapg_ae_884.html:445:56247:56252 Eagle Montana +0.291152 aapg_af_878.html aapg_af_878.html:100:10707:10717 Keokuk Bloomington, Indiana +0.247746 cspg_html_7539214955 cspg_html_7539214955:136:17889:17894 Banff Victoria, British Columbia +0.268243 aapg_ac_414.html aapg_ac_414.html:185:22240:22258 Plympton Arizona +0.480072 aapg_ah_754.html aapg_ah_754.html:295:33553:33573 Protection Nooksack River +0.252685 gsa_html_1783148177 gsa_html_1783148177:585:61279:61298 Artist Drive Eagle Mountain (Minnesota) +0.477402 cspg_html_3990529684 cspg_html_3990529684:317:37117:37137 Missisauga Bridgetown, Nova Scotia +0.490676 AMJC_html_4692260170 AMJC_html_4692260170:12:603:609 Reston Virginia +0.26532 aapg_ah_97.html aapg_ah_97.html:83:10613:10621 Glenogle Boise, Idaho +0.48776 aapg_ai_444.html aapg_ai_444.html:245:22343:22353 Pottsville Boston Mountains +0.491967 cspg_html_9070870548 cspg_html_9070870548:496:50638:50655 Cardium Lacombe, Alberta +0.255915 cspg_html_5484260516 cspg_html_5484260516:184:19486:19504 Palliser Lacombe, Alberta +0.497596 aapg_aa_537.html aapg_aa_537.html:628:74028:74034 Wilcox Okmulgee, Oklahoma +0.4997 gsa_html_6980451554 gsa_html_6980451554:17:1011:1037 Moenave Africa +0.468224 aapg_af_751.html aapg_af_751.html:99:14416:14427 San Jacinto Santa Ynez, California +0.497424 cspg_html_4498577775 cspg_html_4498577775:915:73668:73677 Gog Western world +0.50745 gsa_html_1758002330 gsa_html_1758002330:29:2796:2824 Green River Colorado +0.484272 aapg_aa_90.html aapg_aa_90.html:55:4147:4157 Washington Escambia County, Alabama +0.482463 cspg_html_9354781888 cspg_html_9354781888:353:36319:36341 Charlie Lake Victoria, British Columbia +0.258542 gsa_html_2832151886 gsa_html_2832151886:505:44363:44371 Columbia Lacombe, Alberta +0.482646 aapg_aa_912.html aapg_aa_912.html:951:105098:105103 Weeks Long Island +0.264195 aapg_ac_59.html aapg_ac_59.html:68:9138:9155 Trabuco Baja California peninsula +0.244027 aapg_ae_305.html aapg_ae_305.html:1387:131360:131365 Colon Maracaibo +0.472175 gsa_html_4113859081 gsa_html_4113859081:325:31742:31754 Owens Valley California +0.24552 sedimentology_html_8795569507 sedimentology_html_8795569507:1441:90302:90306 Webb New England +0.268243 aapg_ak_96.html aapg_ak_96.html:75:7802:7821 Rose Hill Middle East +0.49858 AMJC_html_5969956211 AMJC_html_5969956211:1161:155309:155328 Glance Conglomerate Arizona +0.261522 sedimentology_html_4432289902 sedimentology_html_4432289902:259:20073:20090 Navesink Sea Girt, New Jersey +0.503475 aapg_ah_160.html aapg_ah_160.html:200:26052:26061 Rochester Salina, Kansas +0.481618 cspg_html_3447886929 cspg_html_3447886929:240:28287:28307 Lawrence Quebec City +0.26553 aapg_af_150.html aapg_af_150.html:15:1750:1769 Cotton Valley Shreveport, Louisiana +0.268315 cspg_html_9018334227 cspg_html_9018334227:450:58713:58721 Columbia Victoria, British Columbia +0.253 aapg_ad_351.html aapg_ad_351.html:687:59609:59631 Fern Glen Missouri River +0.248 aapg_af_2.html aapg_af_2.html:294:32768:32773 Ouray Ouray, Colorado +0.527308 aapg_ad_760.html aapg_ad_760.html:172:19289:19303 Temblor California +0.475996 aapg_ae_454.html aapg_ae_454.html:530:48006:48012 Morgan Arkansas +0.253402 cspg_html_2253842195 cspg_html_2253842195:357:41635:41658 Viking Lacombe, Alberta +0.24651 aapg_ad_683.html aapg_ad_683.html:535:53413:53429 Toroweap Coconino County, Arizona +0.253402 aapg_ae_371.html aapg_ae_371.html:352:31511:31519 Kootenay Canada +0.658217 jgeology_html_2872695575 jgeology_html_2872695575:104:4194:4239 Cross Mountain Knoxville, Tennessee +0.278783 cspg_html_1159165904 cspg_html_1159165904:163:22272:22277 Price Victoria, British Columbia +0.254007 aapg_ah_646.html aapg_ah_646.html:80:10502:10519 Wingate Chinle Formation +0.263153 geology_html_9865729825 geology_html_9865729825:369:27555:27561 Snyder London, Ontario +0.250805 gsa_html_4719798013 gsa_html_4719798013:306:29999:30024 Blackwater Draw Pecos River +0.476046 cspg_html_2838996125 cspg_html_2838996125:351:36074:36086 Saskatchewan Saskatoon +0.482976 cspg_html_9343899465 cspg_html_9343899465:1980:172333:172343 Blue Fiord Western world +0.4998 cspg_html_3627006433 cspg_html_3627006433:726:74091:74109 Dunvegan Lacombe, Alberta +0.881657 aapg_ah_96.html aapg_ah_96.html:281:31753:31772 Red River Black Hills +0.474096 aapg_aa_243.html aapg_aa_243.html:18:2376:2383 Venango Bradford, Pennsylvania +0.259032 aapg_ai_975.html aapg_ai_975.html:51:9453:9470 Rodessa Paluxy, Texas +0.486864 aapg_ah_978.html aapg_ah_978.html:145:15985:16000 Santa Margarita Maricopa, Arizona +0.514188 aapg_aa_960.html aapg_aa_960.html:281:23133:23140 Entrada New Mexico +0.463203 AMJC_html_1873062106 AMJC_html_1873062106:39:4776:4784 Colorado Logan, Utah +0.262769 aapg_ah_635.html aapg_ah_635.html:426:54653:54662 Rio Negro Colombia +0.250805 cspg_html_3043423556 cspg_html_3043423556:340:36809:36816 Halifax Calgary +0.271929 aapg_ah_505.html aapg_ah_505.html:1464:117836:117849 Niobrara Cheyenne Mountain +0.261522 aapg_ae_602.html aapg_ae_602.html:656:77542:77550 Colorado Denver +0.255987 aapg_ah_72.html aapg_ah_72.html:101:14026:14049 Tampa Melbourne, Florida +0.258856 aapg_ah_318.html aapg_ah_318.html:1798:168016:168025 San Pedro Mexico +0.267545 aapg_ac_984.html aapg_ac_984.html:266:23797:23816 Roubidoux Missouri River +0.4805 aapg_ac_629.html aapg_ac_629.html:230:30925:30932 Jackson Shreveport, Louisiana +0.25186 cspg_html_7278001817 cspg_html_7278001817:613:73669:73701 Montney Lacombe, Alberta +0.471744 aapg_af_912.html aapg_af_912.html:20:2342:2353 Selma Chalk Mississippi River +0.516901 aapg_ae_873.html aapg_ae_873.html:537:61993:62007 Midway Franklin County, Ohio +0.925395 aapg_ac_363.html aapg_ac_363.html:502:53471:53481 Kern River Rosedale, Toronto +0.4545 aapg_ae_147.html aapg_ae_147.html:51:6300:6314 Pico Royal Botanic Gardens, Kew +0.278254 gsa_html_9608448205 gsa_html_9608448205:20:1562:1580 Parkwood Pottsville, Pennsylvania +0.263572 cspg_html_9648675035 cspg_html_9648675035:50:6312:6320 Columbia Victoria, British Columbia +0.27613 aapg_ad_2.html aapg_ad_2.html:1283:176729:176746 Pamelia Lowville (town), New York +0.45409 aapg_ai_720.html aapg_ai_720.html:244:27513:27530 Magothy Long Island (Massachusetts) +0.4896 cspg_html_7229660003 cspg_html_7229660003:92:7900:7911 Peace River Lacombe, Alberta +0.489765 jgeology_html_2497886918 jgeology_html_2497886918:124:5571:5580 Peninsula Korea +0.360592 aapg_ad_337.html aapg_ad_337.html:252:27863:27868 Sespe Santa Ynez, California +0.494334 aapg_af_664.html aapg_af_664.html:552:62164:62180 San Andres Nashville Basin +0.251346 sedimentology_html_7069619943 sedimentology_html_7069619943:2968:166982:166987 Cadiz North Atlantic Current +0.4975 aapg_ac_950.html aapg_ac_950.html:275:30530:30538 Virginia Newport, Rhode Island +0.48278 aapg_ae_794.html aapg_ae_794.html:202:24843:24863 Owl Creek Selma to Montgomery marches +0.245478 geology_html_1025754752 geology_html_1025754752:215:22502:22540 Pueblo Dominican Republic +0.559196 aapg_af_458.html aapg_af_458.html:380:51363:51394 Lizard Springs Trinidad and Tobago +0.253456 gsa_html_1079290957 gsa_html_1079290957:105:15077:15103 Ankareh Cheyenne, Wyoming +0.24651 geology_html_6031974264 geology_html_6031974264:199:15924:15933 Gibraltar Spain +0.499278 aapg_ae_959.html aapg_ae_959.html:212:15845:15861 San Andres West Texas +0.25143 cspg_html_8312989046 cspg_html_8312989046:58:7481:7489 Columbia Victoria, British Columbia +0.255224 aapg_ac_873.html aapg_ac_873.html:14:1712:1731 Fox Hills Cheyenne, Wyoming +0.47559 cspg_html_2418341010 cspg_html_2418341010:45:5628:5640 Saskatchewan Manitoba +0.26572 aapg_aa_320.html aapg_aa_320.html:328:30063:30068 Trail Archidona Canton +0.253456 aapg_ai_523.html aapg_ai_523.html:14:1957:1973 Maroon Colorado +0.474195 aapg_ai_584.html aapg_ai_584.html:1137:116630:116637 Laramie Laramie, Wyoming +0.266156 aapg_ai_584.html aapg_ai_584.html:844:89939:89946 Laramie Cheyenne, Wyoming +0.262135 aapg_ak_137.html aapg_ak_137.html:320:34885:34918 Robinson Illinois +0.257943 cspg_html_8840748783 cspg_html_8840748783:587:74470:74488 Dunvegan Lacombe, Alberta +0.251979 aapg_ae_499.html aapg_ae_499.html:42:5983:5989 Denver Florence, Alabama +0.25047 cspg_html_6255491344 cspg_html_6255491344:59:9319:9327 Kootenay Kootenay River +0.470824 gsa_html_7938666655 gsa_html_7938666655:1119:94874:94889 Mesaverde Logan, Utah +0.278759 cspg_html_1503116552 cspg_html_1503116552:751:100442:100465 Watt Mountain Swan Hill, Victoria +0.476586 geology_html_2263108272 geology_html_2263108272:12:567:579 Saskatchewan Saskatoon +0.25382 AMJC_html_2829615437 AMJC_html_2829615437:135:19728:19744 Greene Pennsylvania +0.256793 aapg_aa_300.html aapg_aa_300.html:310:36655:36664 San Diego California +0.233033 cspg_html_3529479452 cspg_html_3529479452:414:48004:48012 Bathurst Amsterdam +0.352737 aapg_ad_337.html aapg_ad_337.html:85:8367:8372 Sespe Topanga, California +0.506625 palaios_html_2376163646 palaios_html_2376163646:605:63328:63348 Hell Creek Garfield County, Colorado +0.261096 sedimentology_html_2041096405 sedimentology_html_2041096405:58:6716:6728 Salina Ontario, California +0.262614 cspg_html_5891044027 cspg_html_5891044027:304:58446:58461 Altyn Purcell Mountains +0.256688 cspg_html_1058139432 cspg_html_1058139432:6:375:391 Viking Lacombe, Alberta +0.508664 cspg_html_3012058617 cspg_html_3012058617:58:8830:8842 Fernie Kootenay River +0.27336 cspg_html_4694210878 cspg_html_4694210878:102:11878:11900 Bad Cache Rapids Canada +0.256032 sedimentology_html_1568456861 sedimentology_html_1568456861:873:67641:67645 Toro Puerto Natales +0.479808 jgeology_html_4595326543 jgeology_html_4595326543:479:32658:32668 Washington Mount Rainier, Maryland +0.834867 cspg_html_7833083677 cspg_html_7833083677:2977:238255:238273 Beaufort Canada +0.503965 gsa_html_1946688773 gsa_html_1946688773:67:6109:6137 Green River Colorado +0.488376 aapg_aa_465.html aapg_aa_465.html:133:23891:23913 Edwards Buda, Texas +0.255987 cspg_html_7896958755 cspg_html_7896958755:391:42895:42914 Clearwater Lacombe, Alberta +0.512972 gsa_html_8793864878 gsa_html_8793864878:1089:101908:101936 Green River Colorado +0.25688 gsa_html_5604955284 gsa_html_5604955284:765:76236:76248 Devon Island Canadian Arctic Archipelago +0.555599 gsa_html_1119256423 gsa_html_1119256423:535:47578:47592 Arikaree Iowa +0.252003 gsa_html_4220229801 gsa_html_4220229801:897:73149:73155 Moscow Salem, Oregon +0.25806 cspg_html_6880168184 cspg_html_6880168184:783:86437:86445 Montreal Quebec City +0.504434 aapg_ai_11.html aapg_ai_11.html:228:27905:27924 Wyandotte Plattsburg, Missouri +0.247008 gsa_html_9181545711 gsa_html_9181545711:114:12017:12041 Fountain Manitou Springs, Colorado +0.249458 cspg_html_5345848475 cspg_html_5345848475:81:11332:11346 Colorado Colorado +0.258039 cspg_html_1296564271 cspg_html_1296564271:523:53969:53977 Michigan Black River, Jamaica +0.45773 cspg_html_2013109828 cspg_html_2013109828:260:47772:47781 Cranbrook Boulder Creek (Colorado) +0.264528 sedimentology_html_3865745685 sedimentology_html_3865745685:1850:121080:121109 Dunvegan Canada +0.488474 palaios_html_2449649505 palaios_html_2449649505:741:76188:76204 Chinle Arizona +0.25245 sedimentology_html_2139169476 sedimentology_html_2139169476:316:33342:33351 Peninsula Korea +0.48076 gsa_html_3613881239 gsa_html_3613881239:30:2713:2741 Green River Colorado +0.262 gsa_html_6985417117 gsa_html_6985417117:822:65977:65982 Tyson Colorado +0.51136 aapg_ai_296.html aapg_ai_296.html:44:5762:5769 Everton Arkansas +0.528556 cspg_html_5241714595 cspg_html_5241714595:69:11734:11740 Ashern Regina, Saskatchewan +0.262384 gsa_html_4873957926 gsa_html_4873957926:943:108431:108439 Colorado San Juan, Argentina +0.246973 aapg_af_482.html aapg_af_482.html:51:6817:6831 El Plan Rosario, Cavite +0.24153 cspg_html_1147920398 cspg_html_1147920398:265:30276:30292 Yucatan Mexico +0.260608 gsa_html_7199417381 gsa_html_7199417381:314:35408:35425 White River Nebraska +0.24541 aapg_ah_93.html aapg_ah_93.html:143:18726:18751 Beartooth Maywood, California +0.248346 sedimentology_html_5376758741 sedimentology_html_5376758741:953:81891:81911 Beck Spring Dolomite California +0.498388 cspg_html_7866293053 cspg_html_7866293053:22:2840:2858 Moosebar Fall Creek Falls State Park +0.244398 aapg_ak_85.html aapg_ak_85.html:238:27717:27728 Summerfield Haynesville, Louisiana +0.259956 cspg_html_1372398575 cspg_html_1372398575:17:2546:2554 Whitemud Edmonton, London +0.266772 gsa_html_8917146841 gsa_html_8917146841:504:58545:58551 Brazil California +0.256949 gsa_html_4695276845 gsa_html_4695276845:94:10505:10511 Pioche Reno, Nevada +0.248 cspg_html_5783501569 cspg_html_5783501569:119:13180:13204 Waterfowl Canmore, Alberta +0.481461 sedimentology_html_9580310584 sedimentology_html_9580310584:1597:93635:93643 Homewood Lacombe, Alberta +0.388102 geology_html_4965715689 geology_html_4965715689:71:6228:6246 Johnnie Badwater Basin +0.256512 palaios_html_5559953923 palaios_html_5559953923:344:36968:36975 Manitou Wellsville (village), New York +0.254514 aapg_ai_774.html aapg_ai_774.html:87:10128:10151 Detroit River Bloomington, Indiana +0.481514 gsa_html_5626813365 gsa_html_5626813365:66:4687:4715 Green River Colorado +0.246512 sedimentology_html_8364351073 sedimentology_html_8364351073:109:14686:14698 Cutler Logan, Utah +0.25636 AMJC_html_2803997704 AMJC_html_2803997704:550:62777:62795 Monterey California +0.273408 palaios_html_3112927242 palaios_html_3112927242:91:10794:10814 Tuscarora Juniata County School District +0.485469 aapg_ai_94.html aapg_ai_94.html:90:13965:13971 Sierra Coahuila +0.232323 aapg_ai_692.html aapg_ai_692.html:22:4025:4045 Rico Puerto Rico +0.498905 aapg_ad_466.html aapg_ad_466.html:763:83921:83929 Navesink Navesink River +0.257 geology_html_2210212114 geology_html_2210212114:18:652:682 Rapid Antarctic Peninsula +0.24651 aapg_ah_659.html aapg_ah_659.html:45:5401:5409 Colorado Duncan, British Columbia +0.247852 aapg_ad_440.html aapg_ad_440.html:83:9692:9702 Greenbrier Bluefield, West Virginia +0.886392 aapg_af_897.html aapg_af_897.html:56:7033:7042 Minnelusa Hermosa, Chicago +0.262654 gsa_html_7102550258 gsa_html_7102550258:178:17456:17473 Kayenta Springdale, Arkansas +0.52272 aapg_ad_457.html aapg_ad_457.html:453:52352:52357 Price Ogallala, Nebraska +0.702214 gsa_html_2989317971 gsa_html_2989317971:1051:105032:105063 Glenns Ferry Boise, Idaho +0.263626 palaios_html_9973267562 palaios_html_9973267562:346:50251:50270 Fairview Netherlands +0.259056 jgeology_html_3517640817 jgeology_html_3517640817:170:10302:10311 Peninsula China +0.242556 gsa_html_2557883791 gsa_html_2557883791:752:60963:60975 Rio San Juan Dominican Republic +0.474122 sedimentology_html_5315330584 sedimentology_html_5315330584:822:73073:73077 Java Java +0.25542 aapg_ac_692.html aapg_ac_692.html:281:30977:30985 Edmonton Lacombe, Alberta +0.473815 aapg_ai_584.html aapg_ai_584.html:613:62487:62497 Rock River Ohio +0.81969 cspg_html_8145657505 cspg_html_8145657505:199:29553:29570 Wabamun Lacombe, Alberta +0.236195 gsa_html_1119256423 gsa_html_1119256423:22:1160:1168 Colorado Denver +0.240096 geology_html_5689737055 geology_html_5689737055:43:4221:4225 Hall Texas +0.248776 aapg_ai_582.html aapg_ai_582.html:109:10151:10166 Piper Spearfish, South Dakota +0.229437 aapg_ah_881.html aapg_ah_881.html:78:8397:8406 Chuckanut Bellingham, Washington +0.258552 cspg_html_1025724640 cspg_html_1025724640:329:43463:43471 Montreal Philipsburg, Centre County, Pennsylvania +0.251 jgeology_html_3080152449 jgeology_html_3080152449:1142:66906:66926 Kanayut Conglomerate Anchorage, Alaska +0.246092 aapg_ae_296.html aapg_ae_296.html:83:8672:8682 San Andres Texas +0.489472 aapg_ah_643.html aapg_ah_643.html:24:3927:3958 White River North Carolina +0.255398 aapg_aa_288.html aapg_aa_288.html:122:14306:14317 Mowry Cheyenne, Wyoming +0.760652 aapg_ac_92.html aapg_ac_92.html:117:12918:12933 Atoka Atoka, Oklahoma +0.258039 aapg_af_621.html aapg_af_621.html:66:6718:6729 Tar Springs Hardinsburg, Indiana +0.3857 palaios_html_2713180466 palaios_html_2713180466:127:16394:16405 Kope Pioneer Valley +0.26416 aapg_ae_370.html aapg_ae_370.html:511:48829:48854 Pittsburg Bluff Clatskanie, Oregon +0.262656 palaios_html_4830763213 palaios_html_4830763213:568:42356:42361 Yukon Canadian Arctic Archipelago +0.845514 geology_html_8865251298 geology_html_8865251298:278:26491:26523 Thaynes Wasatch County, Utah +0.270391 gsa_html_2059670590 gsa_html_2059670590:12:472:481 San Diego La Jolla +0.24429 aapg_af_0.html aapg_af_0.html:577:65363:65393 Sabaneta Colorado +0.251482 gsa_html_8504301160 gsa_html_8504301160:30:2024:2032 Colorado Denver +0.719458 aapg_af_854.html aapg_af_854.html:620:85703:85719 Keokuk Illinois +0.46403 aapg_ae_233.html aapg_ae_233.html:78:9194:9213 Hawthorn Chattahoochee River National Recreation Area +0.243024 aapg_aa_736.html aapg_aa_736.html:24:2825:2838 Bedford Michigan +0.461941 aapg_ad_718.html aapg_ad_718.html:142:12284:12302 Carlsbad Delaware +0.37101 aapg_ai_278.html aapg_ai_278.html:1089:124985:125002 La Luna Mexico +0.2727 palaios_html_2994452429 palaios_html_2994452429:1700:142660:142668 Columbia Victoria, British Columbia +0.485811 aapg_ak_4.html aapg_ak_4.html:414:44849:44857 Columbia Bogota, New Jersey +0.247296 aapg_ah_724.html aapg_ah_724.html:33:5163:5174 Peace River Lacombe, Alberta +0.443745 aapg_ad_466.html aapg_ad_466.html:1444:153188:153196 Nanjemoy Potomac, Maryland +0.253847 aapg_ac_782.html aapg_ac_782.html:30:5568:5578 Fort Worth Texas +0.27864 palaios_html_4939666561 palaios_html_4939666561:423:52993:53010 Kope Netherlands +0.269838 aapg_ai_811.html aapg_ai_811.html:157:22088:22106 Traverse Michigan +0.46872 aapg_ae_855.html aapg_ae_855.html:147:15409:15428 Flagstaff North Horn Formation +0.264192 gsa_html_7536529677 gsa_html_7536529677:29:2796:2824 Green River Colorado +0.527436 aapg_aa_851.html aapg_aa_851.html:63:5586:5596 Fort Payne Monteagle, Tennessee +0.263025 sedimentology_html_5673709888 sedimentology_html_5673709888:1775:107670:107676 Banner Hanson, Massachusetts +0.260952 aapg_ae_999.html aapg_ae_999.html:489:64686:64695 Catahoula Texas +0.247434 aapg_ai_958.html aapg_ai_958.html:120:11897:11905 Oakville Cuero, Texas +0.263082 aapg_ad_335.html aapg_ad_335.html:556:72052:72058 Casper Cheyenne, Wyoming +0.493388 cspg_html_6252417471 cspg_html_6252417471:340:51235:51241 Kanguk Banks Island +0.26 geology_html_6868377343 geology_html_6868377343:90:7343:7350 Yucatan Shreveport, Louisiana +0.254338 aapg_ai_144.html aapg_ai_144.html:443:39435:39443 Kaskapau Lacombe, Alberta +0.49305 aapg_af_854.html aapg_af_854.html:843:119268:119275 Renault Kentucky +0.258542 AMJC_html_6438444321 AMJC_html_6438444321:876:141156:141164 Columbia Columbia District +0.267273 aapg_ad_96.html aapg_ad_96.html:646:67545:67551 Brazil South America +0.282999 aapg_ac_730.html aapg_ac_730.html:324:45598:45613 Mesaverde Colorado +0.501034 aapg_ah_486.html aapg_ah_486.html:275:25955:25965 Pottsville Pottsville, Pennsylvania +0.26312 cspg_html_7561290301 cspg_html_7561290301:215:26252:26261 Keg River Black Creek (Toronto) +0.27885 aapg_ah_535.html aapg_ah_535.html:82:14435:14444 Tuscarora Piedmont (United States) +0.48909 gsa_html_6720727969 gsa_html_6720727969:55:3402:3430 Green River Colorado +0.494769 aapg_ah_52.html aapg_ah_52.html:24:3635:3648 Boulder Creek Matanuska River +0.289152 palaios_html_3706035501 palaios_html_3706035501:29:3252:3267 Brule Badlands National Park +0.487113 sedimentology_html_3941612453 sedimentology_html_3941612453:21:1588:1606 Quinault Washington (state) +0.246813 aapg_ah_446.html aapg_ah_446.html:393:51968:51975 Saginaw Michigan +0.478144 AMJC_html_3632105729 AMJC_html_3632105729:885:97308:97318 Washington Blue Mountains (Oregon) +0.245967 aapg_ah_373.html aapg_ah_373.html:3:163:200 Dockum West Texas +0.252504 gsa_html_3860045860 gsa_html_3860045860:998:95174:95180 Oregon Salem, Oregon +0.247416 aapg_ae_324.html aapg_ae_324.html:1189:118485:118493 Virginia Knoxville, Tennessee +0.257839 aapg_ad_362.html aapg_ad_362.html:124:12478:12488 Washington Pennsylvania +0.267764 aapg_ah_829.html aapg_ah_829.html:212:23343:23364 Green River Colorado +0.468312 aapg_ah_633.html aapg_ah_633.html:18:3161:3176 Tampa Melbourne, Florida +0.289226 geology_html_6889011624 geology_html_6889011624:56:5871:5880 Red River Canada +0.271425 gsa_html_6589330144 gsa_html_6589330144:605:64607:64616 Red River Shreveport, Louisiana +0.488188 geology_html_1269281410 geology_html_1269281410:293:23625:23630 Rapid Altiplano +0.246506 sedimentology_html_9578409685 sedimentology_html_9578409685:31:1763:1772 San Diego Portugal +0.258015 cspg_html_5538678223 cspg_html_5538678223:353:43995:44013 Pardonet Lima, Ohio +0.247476 gsa_html_4058959570 gsa_html_4058959570:924:69931:69938 Francis London, Ontario +0.471165 aapg_ai_82.html aapg_ai_82.html:339:37412:37422 Greenbrier Pottsville, Pennsylvania +0.265668 aapg_aa_753.html aapg_aa_753.html:24:1707:1711 Java Jamaica, Queens +0.91107 aapg_aa_861.html aapg_aa_861.html:100:13291:13300 Allen Bay Little Cornwallis Island +0.264704 aapg_ai_107.html aapg_ai_107.html:3:426:445 Cotton Valley Texas +0.49152 gsa_html_4883039712 gsa_html_4883039712:225:21427:21444 Clarita Darien, Georgia +0.722874 aapg_ae_904.html aapg_ae_904.html:494:51917:51929 Dakota Cheyenne, Wyoming +0.91471 aapg_ai_157.html aapg_ai_157.html:125:16795:16807 Salina Michigan +0.247904 aapg_ah_415.html aapg_ah_415.html:121:11057:11078 Medicine Hat Milk River, Alberta +0.279604 aapg_ac_477.html aapg_ac_477.html:632:74791:74808 Cardium Lacombe, Alberta +0.26368 geology_html_7867948062 geology_html_7867948062:98:6795:6823 Noonday Dolomite Knoxville, Illinois +0.849625 aapg_ad_834.html aapg_ad_834.html:101:12606:12619 Turner Valley Edmonton, London +0.279378 aapg_ac_838.html aapg_ac_838.html:327:30597:30607 Sheep Pass Pennington, New Jersey +0.246888 geology_html_1098024541 geology_html_1098024541:253:24032:24038 Pueblo Colorado +0.25398 cspg_html_9157093462 cspg_html_9157093462:261:35336:35344 Columbia Victoria, British Columbia +0.264171 aapg_ac_235.html aapg_ac_235.html:624:69083:69104 Otter Black Hills +0.257045 aapg_aa_147.html aapg_aa_147.html:679:69774:69790 Cedar Lake Manitoba +0.474832 cspg_html_3501550466 cspg_html_3501550466:95:14747:14774 Woodbend Lacombe, Alberta +0.261948 geology_html_2755017276 geology_html_2755017276:121:16502:16513 Mowry Cheyenne, Wyoming +0.46746 aapg_ac_730.html aapg_ac_730.html:537:76868:76888 Yale Point Niobrara, Nebraska +0.492544 aapg_ad_760.html aapg_ad_760.html:23:3556:3563 Temblor Monterey, California +0.513936 sedimentology_html_9813295185 sedimentology_html_9813295185:232:22737:22761 Monterey Monterey Bay +0.280298 aapg_ae_692.html aapg_ae_692.html:229:24843:24868 Tyler Williston, Vermont +0.508698 aapg_ae_473.html aapg_ae_473.html:334:30486:30498 Hatchetigbee Mississippi River +0.26574 cspg_html_2865093674 cspg_html_2865093674:48:7877:7886 Gog Mount Robson Provincial Park +0.26866 aapg_ai_46.html aapg_ai_46.html:3:165:170 Logan Logan, Utah +0.475228 gsa_html_6838140604 gsa_html_6838140604:843:73548:73561 Santa Barbara Denver +0.240064 geology_html_9377254383 geology_html_9377254383:234:19929:19939 Washington Seattle +0.251988 palaios_html_3232474978 palaios_html_3232474978:334:38847:38855 Columbia Victoria, British Columbia +0.26265 aapg_ad_831.html aapg_ad_831.html:49:7844:7854 Washington Salem, Oregon +0.270738 cspg_html_3819756910 cspg_html_3819756910:21:2817:2822 Eldon Bow River +0.262614 aapg_aa_203.html aapg_aa_203.html:414:40738:40759 Newport Morehead City, North Carolina +0.498972 gsa_html_2894930385 gsa_html_2894930385:33:2798:2826 Green River Iran +0.438478 gsa_html_7999545108 gsa_html_7999545108:1100:128961:128978 Onaping Ontario, California +0.256027 cspg_html_4031489103 cspg_html_4031489103:318:45414:45432 Sheppard Whitefish (fisheries term) +0.478042 aapg_aa_644.html aapg_aa_644.html:845:64557:64565 Colorado Mesa, Arizona +0.426314 aapg_ai_153.html aapg_ai_153.html:99:17764:17779 Conemaugh Pottsville, Pennsylvania +0.265468 aapg_aa_621.html aapg_aa_621.html:81:8752:8760 Frontier Boise, Idaho +0.250776 cspg_html_1019614994 cspg_html_1019614994:88:16602:16622 Besa River Victoria, British Columbia +0.249324 palaios_html_6973830442 palaios_html_6973830442:43:3558:3591 Entrada Logan, Utah +0.502231 aapg_ad_675.html aapg_ad_675.html:392:38267:38283 Viking Regina, Saskatchewan +0.251346 sedimentology_html_3358647812 sedimentology_html_3358647812:67:7998:8013 Mesaverde Colorado +0.481032 gsa_html_1860930948 gsa_html_1860930948:209:24938:24952 Ogallala Nebraska +0.25095 geology_html_4460152267 geology_html_4460152267:88:7379:7395 Navajo Logan, Utah +0.26364 gsa_html_5081991493 gsa_html_5081991493:57:4867:4872 Uinta Flagstaff, Arizona +0.269261 cspg_html_2834693711 cspg_html_2834693711:764:105508:105519 Quadra Victoria, British Columbia +0.253487 aapg_ad_271.html aapg_ad_271.html:403:42196:42202 Jordan Melbourne, Florida +0.243892 aapg_ad_883.html aapg_ad_883.html:95:11786:11794 Rockland Black River, Jamaica +0.25239 aapg_ae_89.html aapg_ae_89.html:229:23425:23431 Jordan Melbourne, Florida +0.452423 aapg_af_579.html aapg_af_579.html:18:2452:2476 Junction Creek Logan, Utah +0.466416 aapg_ae_794.html aapg_ae_794.html:666:76076:76096 Coon Creek Selma to Montgomery marches +0.256 gsa_html_8820488310 gsa_html_8820488310:1062:92148:92175 Moenkopi Arizona +0.261542 aapg_ad_340.html aapg_ad_340.html:17:3019:3057 Wilcox Arbuckle, California +0.4775 aapg_ah_532.html aapg_ah_532.html:11:1448:1463 Ouray New Mexico +0.5859 cspg_html_5376629375 cspg_html_5376629375:23:3729:3744 Rome Colton, California +0.259032 aapg_ac_324.html aapg_ac_324.html:529:69926:69949 Prospect Strawberry Creek +0.252945 gsa_html_3860045860 gsa_html_3860045860:191:21144:21160 Eugene Molalla, Oregon +0.499896 aapg_ai_975.html aapg_ai_975.html:365:33059:33074 Sligo East Texas +0.264115 cspg_html_9771826320 cspg_html_9771826320:1019:135436:135454 Eureka Sound Canada +0.721711 aapg_ad_0.html aapg_ad_0.html:49:6069:6079 Eau Claire Bloomington, Indiana +0.444906 aapg_aa_267.html aapg_aa_267.html:62:6043:6053 Greenbrier Monongalia County, West Virginia +0.48951 aapg_ac_187.html aapg_ac_187.html:5088:484110:484120 Swan Hills Canada +0.477698 geology_html_7844336616 geology_html_7844336616:375:27741:27747 Sierra Caribbean +0.452196 aapg_ac_824.html aapg_ac_824.html:504:50297:50305 Colorado Colorado +0.491898 aapg_ac_739.html aapg_ac_739.html:393:51725:51734 Conemaugh Allegheny Mountains +0.243536 cspg_html_6255491344 cspg_html_6255491344:101:14729:14738 Crowsnest Elk River, Minnesota +0.491582 sedimentology_html_2089385908 sedimentology_html_2089385908:29:1803:1848 Protection Charlottesville, Virginia +0.245508 aapg_ai_837.html aapg_ai_837.html:221:31276:31283 Yucatan Melbourne, Florida +0.653415 aapg_af_382.html aapg_af_382.html:3:235:239 Omoa Honduras +0.26871 aapg_ah_535.html aapg_ah_535.html:142:24991:25002 Beekmantown Cincinnati +0.51 aapg_ad_466.html aapg_ad_466.html:391:48317:48325 Patuxent Closter, New Jersey +0.260091 aapg_ac_103.html aapg_ac_103.html:39:7602:7606 Lyre Clallam County, Washington +0.242039 gsa_html_1040524378 gsa_html_1040524378:459:55897:55904 Challis Absaroka +0.688695 aapg_af_128.html aapg_af_128.html:292:31295:31315 Phosphoria Boise, Idaho +0.36482 aapg_ah_335.html aapg_ah_335.html:72:8733:8740 Kanawha Huntington, West Virginia +0.252476 cspg_html_2929384614 cspg_html_2929384614:40:6312:6320 Columbia Victoria, British Columbia +0.514848 aapg_ah_997.html aapg_ah_997.html:70:14075:14083 Virginia Pennsylvania +0.2444 aapg_aa_44.html aapg_aa_44.html:26:3359:3377 Moenkopi Moenkopi Formation +0.262108 jgeology_html_9215313444 jgeology_html_9215313444:111:6040:6067 Columbia Boise, Idaho +0.238023 aapg_af_664.html aapg_af_664.html:4:446:469 Lancaster Val Verde (fictional country) +0.250976 cspg_html_5358383351 cspg_html_5358383351:547:78714:78727 Windsor Canada +0.270918 cspg_html_5832944175 cspg_html_5832944175:512:52038:52055 Cadomin Lacombe, Alberta +0.26058 cspg_html_9942234474 cspg_html_9942234474:494:54623:54656 Grosmont Lacombe, Alberta +0.241362 aapg_ah_665.html aapg_ah_665.html:205:23523:23545 Lincoln Peak Great Basin +0.25317 aapg_ad_954.html aapg_ad_954.html:45:4929:4945 Spavinaw Granite Missouri River +0.436126 aapg_ac_742.html aapg_ac_742.html:152:14876:14899 Gypsum Spring Spearfish, South Dakota +0.263165 cspg_html_1118978429 cspg_html_1118978429:508:50446:50454 Columbia Crowsnest Pass, Alberta +0.248472 geology_html_2076933519 geology_html_2076933519:258:22254:22262 Columbia Victoria, British Columbia +0.4645 gsa_html_5664265459 gsa_html_5664265459:1150:107857:107867 Washington Salem, Oregon +0.471851 aapg_ah_505.html aapg_ah_505.html:700:53972:53988 Denver Green Mountain +0.270384 aapg_ae_768.html aapg_ae_768.html:34:5143:5160 Rustler Salado, Texas +0.483736 aapg_aa_730.html aapg_aa_730.html:265:26478:26490 Wilcox Alabama +0.258981 gsa_html_6281658899 gsa_html_6281658899:706:76513:76534 Green River Cheyenne, Wyoming +0.268602 aapg_ah_337.html aapg_ah_337.html:76:7964:7979 Sligo Travis County, Texas +0.25948 aapg_ae_220.html aapg_ae_220.html:428:47476:47482 Annona Ouachita River +0.469559 palaios_html_6100595217 palaios_html_6100595217:141:16624:16636 Gosport Sand Lisbon +0.466683 aapg_ah_860.html aapg_ah_860.html:61:7752:7768 Bainbridge Illinois +0.26988 gsa_html_3032625755 gsa_html_3032625755:93:6884:6891 Dunedin South Island +0.476046 aapg_ac_924.html aapg_ac_924.html:109:7565:7578 Madison Cheyenne, Wyoming +0.499376 aapg_aa_3.html aapg_aa_3.html:6:897:906 Knoxville Central Valley (California) +0.492804 cspg_html_4694482219 cspg_html_4694482219:42:5130:5144 St. Mary River Lacombe, Alberta +0.258552 aapg_ah_411.html aapg_ah_411.html:72:9766:9782 Belly River Canada +0.47941 gsa_html_1761758743 gsa_html_1761758743:818:66091:66119 Green River Colorado +0.869556 aapg_ai_584.html aapg_ai_584.html:1337:133172:133188 Casper Laramie, Wyoming +0.461312 aapg_ai_81.html aapg_ai_81.html:66:6513:6679 Chemung Wellsburg, West Virginia +0.26728 aapg_ac_13.html aapg_ac_13.html:33:3739:3747 Wolfcamp Texas +0.486837 sedimentology_html_1527307623 sedimentology_html_1527307623:903:64655:64672 Moenave Arizona +0.257544 geology_html_5781128007 geology_html_5781128007:228:21662:21666 Dean North Atlantic Current +0.234668 aapg_af_426.html aapg_af_426.html:10:1282:1285 Bug Logan, Utah +0.266231 aapg_ai_141.html aapg_ai_141.html:195:21347:21355 Colorado Texas +0.366482 aapg_af_392.html aapg_af_392.html:107:12771:12779 Frontier Logan, Utah +0.456086 gsa_html_5813911420 gsa_html_5813911420:28:2489:2495 Denver Santa Monica, California +0.24017 aapg_ac_333.html aapg_ac_333.html:359:46785:46801 Cutler Ouray, Colorado +0.488376 AMJC_html_6430804426 AMJC_html_6430804426:174:15013:15019 Sierra Honduras +0.484848 cspg_html_4343998218 cspg_html_4343998218:153:16382:16395 Eleanor River Little Cornwallis Island +0.261057 aapg_ah_469.html aapg_ah_469.html:306:27958:27973 Queen East Texas +0.25235 cspg_html_6021605367 cspg_html_6021605367:12:1012:1018 Exshaw Ouray, Colorado +0.455816 AMJC_html_6341723617 AMJC_html_6341723617:649:58769:58777 Colorado Uinta Mountains +0.47838 sedimentology_html_2041096405 sedimentology_html_2041096405:47:5348:5361 A-1 Carbonate Michigan Basin +0.26832 cspg_html_2988178236 cspg_html_2988178236:6:378:386 Columbia Victoria, British Columbia +0.24347 aapg_aa_426.html aapg_aa_426.html:231:51778:51788 Mooreville Selma to Montgomery marches +0.493221 sedimentology_html_7635687013 sedimentology_html_7635687013:657:48125:48141 Baltimore Gneiss Maryland +0.495704 aapg_ah_871.html aapg_ah_871.html:22:3167:3184 Beekmantown Quebec City +0.46455 aapg_ac_807.html aapg_ac_807.html:937:90271:90291 Brightseat Maryland +0.266175 aapg_ae_370.html aapg_ae_370.html:510:48760:48785 Pittsburg Bluff Durham, North Carolina +0.401988 cspg_html_8054926782 cspg_html_8054926782:143:20605:20612 Selkirk Monashee Pass +0.533204 aapg_ac_366.html aapg_ac_366.html:110:14769:14790 Shawangunk Pennsylvania +0.289435 gsa_html_8662622130 gsa_html_8662622130:573:55044:55053 Eel River California +0.455748 gsa_html_5301789232 gsa_html_5301789232:1409:108938:108943 Rapid China +0.252126 geology_html_6501151583 geology_html_6501151583:200:17874:17906 Moenave Logan, Utah +0.253872 jgeology_html_1380249798 jgeology_html_1380249798:372:20433:20441 Virginia Maryland +0.237654 aapg_aa_71.html aapg_aa_71.html:248:20458:20509 Onondaga Clearfield County, Pennsylvania +0.492993 cspg_html_3328007773 cspg_html_3328007773:465:47766:47782 Viking Western world +0.264171 cspg_html_9729377176 cspg_html_9729377176:161:20542:20561 Pardonet Victoria, British Columbia +0.255024 jgeology_html_3517640817 jgeology_html_3517640817:93:3808:3817 Peninsula Korea +0.260051 cspg_html_4655200751 cspg_html_4655200751:175:30002:30027 Woodbend Lacombe, Alberta +0.262656 geology_html_8379330260 geology_html_8379330260:67:7958:7963 Logan Arizona +0.277146 aapg_ai_581.html aapg_ai_581.html:70:6800:6806 Dakota Fall River, Nova Scotia +0.457596 aapg_ae_836.html aapg_ae_836.html:35:3347:3352 Tokio Paluxy, Texas +0.252416 aapg_af_579.html aapg_af_579.html:354:36083:36099 Colorado New Mexico +0.24633 aapg_ae_454.html aapg_ae_454.html:412:35394:35403 Shongaloo Arkansas +0.224844 sedimentology_html_6261114825 sedimentology_html_6261114825:21:1551:1561 Santa Cruz California +0.25948 sedimentology_html_4287650745 sedimentology_html_4287650745:1015:103545:103582 Mesaverde Colorado Western Slope +0.482532 cspg_html_2536163557 cspg_html_2536163557:534:83171:83182 White River Cordillera Administrative Region +0.506253 cspg_html_5880669950 cspg_html_5880669950:563:58287:58307 Swan Hills Lacombe, Alberta +0.262328 jgeology_html_4511554957 jgeology_html_4511554957:138:9395:9400 Doerun Fitzroy River (Queensland) +0.272475 aapg_ae_72.html aapg_ae_72.html:129:14986:15011 Pinkerton Trail Colorado +0.25653 gsa_html_2758185504 gsa_html_2758185504:84:9164:9174 Hell Creek Fort Union Trading Post National Historic Site +0.45312 AMJC_html_7174101972 AMJC_html_7174101972:9:373:378 Rapid Poland +0.244011 cspg_html_3020540834 cspg_html_3020540834:47:6807:6819 Sherman Fall Ontario, California +0.501642 aapg_ae_465.html aapg_ae_465.html:174:18414:18420 Paluxy Lewisville, Texas +0.248952 AMJC_html_7777190388 AMJC_html_7777190388:174:24143:24161 Willwood Fort Union Trading Post National Historic Site +0.478534 aapg_ad_335.html aapg_ad_335.html:283:33412:33428 Lance Fort Union Trading Post National Historic Site +0.91476 aapg_ad_821.html aapg_ad_821.html:285:19014:19024 Phosphoria Cheyenne, Wyoming +0.256985 gsa_html_4431779557 gsa_html_4431779557:18:991:1010 Seminole Pecos River +0.253916 cspg_html_3235436073 cspg_html_3235436073:7:552:570 Whitemud Regina, Saskatchewan +0.27456 aapg_ad_615.html aapg_ad_615.html:49:5336:5349 Cotton Valley Mississippi River +0.2535 sedimentology_html_1603253798 sedimentology_html_1603253798:1033:56155:56159 Hall London, Ontario +0.250601 geology_html_8171981855 geology_html_8171981855:39:3887:3908 Hell Creek Texas +0.475629 cspg_html_7561290301 cspg_html_7561290301:32:3746:3761 Elk Lacombe, Alberta +0.236082 geology_html_1573138807 geology_html_1573138807:247:23482:23501 Pinyon Conglomerate Cheyenne, Wyoming +0.242725 cspg_html_9011256422 cspg_html_9011256422:462:54798:54816 Redknife Lake Ontario +0.475335 gsa_html_5022585285 gsa_html_5022585285:13:594:604 Rancheria New Mexico +0.25806 aapg_ai_365.html aapg_ai_365.html:281:40656:40665 Conemaugh Monongahela, Pennsylvania +0.266662 aapg_af_662.html aapg_af_662.html:418:37658:37667 Red River Burkburnett, Texas +0.499352 cspg_html_7989435905 cspg_html_7989435905:352:34000:34013 Turner Valley Lacombe, Alberta +0.462105 sedimentology_html_1046729113 sedimentology_html_1046729113:1549:137374:137390 Viking Lacombe, Alberta +0.264052 aapg_ai_515.html aapg_ai_515.html:508:55946:55967 Green River Uintah, Utah +0.46944 aapg_ak_78.html aapg_ak_78.html:441:53445:53449 Word El Capitan +0.856251 gsa_html_2509147847 gsa_html_2509147847:673:74280:74294 Pasayten Pocatello, Idaho +0.244769 gsa_html_8335323050 gsa_html_8335323050:1617:137627:137630 Arc Portland, Maine +0.271297 aapg_ae_415.html aapg_ae_415.html:973:122940:122950 Waynesboro Melbourne, Florida +0.263105 cspg_html_8740534160 cspg_html_8740534160:275:35116:35132 Mural Selkirk, Scottish Borders +0.491967 AMJC_html_4483069041 AMJC_html_4483069041:129:16263:16273 Washington Skykomish River +0.260428 jgeology_html_4305195651 jgeology_html_4305195651:1760:133476:133485 Manorkill New York City +0.506625 aapg_aa_23.html aapg_aa_23.html:900:117451:117460 Interlake Inwood, New York +0.25048 aapg_ah_489.html aapg_ah_489.html:257:25108:25126 Genesee Genesee County, Michigan +0.505294 aapg_af_18.html aapg_af_18.html:92:11264:11280 Dakota Black Hills +0.275589 aapg_ad_94.html aapg_ad_94.html:30:3391:3402 Collingwood Manitoulin Island +0.42978 cspg_html_6839937815 cspg_html_6839937815:142:19798:19815 Thaynes Logan, Utah +0.2808 cspg_html_7409170811 cspg_html_7409170811:531:67895:67910 Banff Canada +0.254961 cspg_html_3482605972 cspg_html_3482605972:8:742:750 Coalspur Lacombe, Alberta +0.506253 aapg_ad_567.html aapg_ad_567.html:45:8278:8289 Mowry Sevier orogeny +0.25688 jgeology_html_5435533156 jgeology_html_5435533156:308:19086:19095 Frankfort Schenectady, New York +0.48128 aapg_ad_940.html aapg_ad_940.html:30:3425:3445 Newcastle Cheyenne, Wyoming +0.251001 aapg_ac_618.html aapg_ac_618.html:84:8253:8261 Wolfcamp Val Verde (fictional country) +0.244528 aapg_ad_784.html aapg_ad_784.html:121:14350:14363 Santa Barbara Goleta, California +0.4747 cspg_html_8231573314 cspg_html_8231573314:162:17184:17188 Toad Victoria, British Columbia +0.247 aapg_ae_147.html aapg_ae_147.html:276:27427:27437 Washington Salem, Oregon +0.492012 cspg_html_2803424832 cspg_html_2803424832:56:7841:7862 Trold Fiord Melville Island (Canada) +0.441452 aapg_ae_319.html aapg_ae_319.html:709:60149:60155 Navajo Entrada Sandstone +0.49337 gsa_html_3270365850 gsa_html_3270365850:1008:79368:79396 Green River Colorado +0.49234 cspg_html_7587979364 cspg_html_7587979364:1099:72876:72881 Logan Shark Bay +0.482218 palaios_html_2878618850 palaios_html_2878618850:496:44890:44900 Washington Antarctica +0.49296 gsa_html_5601712699 gsa_html_5601712699:1005:84771:84799 Green River New Mexico +0.248292 sedimentology_html_7879809021 sedimentology_html_7879809021:1481:105951:105988 Madison Cheyenne, Wyoming +0.254518 aapg_ah_283.html aapg_ah_283.html:480:55254:55264 Washington Salem, Oregon +0.722514 gsa_html_6765882493 gsa_html_6765882493:777:105349:105369 Eau Claire Iowa +0.240091 aapg_af_738.html aapg_af_738.html:208:27599:27610 Stony Creek Los Gatos, California +0.465068 aapg_ae_93.html aapg_ae_93.html:813:76612:76620 Edmonton Calgary +0.424596 cspg_html_3404912985 cspg_html_3404912985:167:26777:26788 Belly River Lacombe, Alberta +0.492184 aapg_ai_107.html aapg_ai_107.html:187:18765:18784 Smackover Morris County, New Jersey +0.254364 gsa_html_8491258533 gsa_html_8491258533:607:68221:68228 Concord New Hampshire +0.499278 cspg_html_6255491344 cspg_html_6255491344:241:34805:34815 Mount Head Highwood Pass +0.48144 cspg_html_9717154602 cspg_html_9717154602:203:28977:28984 Bearpaw Regina, Saskatchewan +0.276078 aapg_af_857.html aapg_af_857.html:167:15066:15087 Sycamore Puente Hills Mall +0.43026 palaios_html_7963065354 palaios_html_7963065354:589:47545:47563 Chicotte Canada +0.244528 cspg_html_1378826439 cspg_html_1378826439:523:44259:44289 Tidal Kingdom of the Netherlands +0.47124 gsa_html_4650354985 gsa_html_4650354985:816:66661:66678 Minturn Wet Mountains +0.665635 aapg_ai_581.html aapg_ai_581.html:67:6444:6460 Dakota Black Hills +0.236196 sedimentology_html_5795881935 sedimentology_html_5795881935:463:15984:15989 Yukon Anchorage, Alaska +0.24885 gsa_html_1904554207 gsa_html_1904554207:880:96180:96188 Colorado Lacombe, Alberta +0.461189 aapg_af_751.html aapg_af_751.html:702:86848:86870 Mint Canyon California +0.252494 gsa_html_4191208013 gsa_html_4191208013:185:16740:16749 Guzmantla Pico de Orizaba +0.260538 aapg_aa_713.html aapg_aa_713.html:26:2209:2216 Vasquez Western world +0.484428 aapg_ah_487.html aapg_ah_487.html:211:24807:24813 Midway Texas +0.503285 aapg_ae_461.html aapg_ae_461.html:60:8793:8800 Rodessa Cotton Valley, Louisiana +0.909755 aapg_ah_645.html aapg_ah_645.html:800:79279:79297 Morrison LeRoy, Wisconsin +0.48128 aapg_af_861.html aapg_af_861.html:71:7429:7447 Seminole Missouri River +0.886182 aapg_ad_880.html aapg_ad_880.html:9:1431:1449 Sundance Cheyenne, Wyoming +0.504328 gsa_html_7199417381 gsa_html_7199417381:326:37053:37070 White River Sand Hills (Nebraska) +0.489402 gsa_html_4828739821 gsa_html_4828739821:549:43845:43854 Nankoweap Western world +0.26838 aapg_ah_96.html aapg_ah_96.html:511:60090:60098 Winnipeg Winnipeg +0.857393 aapg_ac_72.html aapg_ac_72.html:26:3801:3813 Todos Santos Guatemala +0.48384 cspg_html_4624186528 cspg_html_4624186528:175:21440:21453 Sustut Victoria, British Columbia +0.496848 aapg_aa_870.html aapg_aa_870.html:307:28134:28140 Dakota Lone Pine, California +0.47368 geology_html_3251130221 geology_html_3251130221:35:4726:4751 Navajo Arizona +0.260454 aapg_ah_283.html aapg_ah_283.html:15:1998:2008 Washington Salem, Oregon +0.253402 cspg_html_6306091047 cspg_html_6306091047:588:80191:80199 Columbia Victoria, British Columbia +0.270351 sedimentology_html_1568456861 sedimentology_html_1568456861:24:1641:1661 Toro Roman Empire +0.251563 aapg_ae_755.html aapg_ae_755.html:5:974:995 Pungo River Belgrade +0.251446 sedimentology_html_9633602572 sedimentology_html_9633602572:173:13682:13687 Cairn Lacombe, Alberta +0.266231 palaios_html_2994452429 palaios_html_2994452429:1697:142160:142192 Montney Calgary +0.248857 gsa_html_7498897688 gsa_html_7498897688:31:3240:3250 Laurentian Mexico +0.25137 cspg_html_1498300615 cspg_html_1498300615:73:8230:8250 Cairn Middle East +0.26624 geology_html_4437314453 geology_html_4437314453:219:20558:20582 Kaibab Logan, Utah +0.447066 aapg_ac_191.html aapg_ac_191.html:40:8376:8393 Tamabra Matamoros, Tamaulipas +0.228043 geology_html_4877683427 geology_html_4877683427:249:23990:23996 Oxford Netherlands +0.573243 aapg_ai_583.html aapg_ai_583.html:5:636:653 Swift Cheyenne, Wyoming +0.263682 gsa_html_5081991493 gsa_html_5081991493:1578:112922:112943 Green River Logan, Utah +0.266766 aapg_ah_756.html aapg_ah_756.html:98:10264:10272 Grayburg Crockett County, Tennessee +0.505575 aapg_af_320.html aapg_af_320.html:264:44970:44989 Minnelusa Colorado +0.26061 aapg_ad_94.html aapg_ad_94.html:31:3683:3701 Black River Ottawa, Kansas +0.25864 aapg_ac_104.html aapg_ac_104.html:63:8672:8690 Crescent Washington (state) +0.25544 aapg_ad_169.html aapg_ad_169.html:226:25800:25820 Greenbrier Greenbrier (Great Smoky Mountains) +0.491493 aapg_aa_233.html aapg_aa_233.html:224:23375:23381 Sierra Matamoros, Tamaulipas +0.270384 cspg_html_6255491344 cspg_html_6255491344:144:20740:20754 Kootenay Victoria, British Columbia +0.252506 aapg_aa_654.html aapg_aa_654.html:257:38844:38858 Espiritu Santo Sangre de Cristo Range +0.238023 gsa_html_1536819908 gsa_html_1536819908:577:55814:55827 Edna Mountain Cordillera Administrative Region +0.272259 palaios_html_9133125241 palaios_html_9133125241:581:69087:69091 Kope Kentucky +0.494468 aapg_aa_112.html aapg_aa_112.html:87:8931:8954 Gypsum Spring Western world +0.491533 aapg_ad_440.html aapg_ad_440.html:130:12453:12469 Denmar Ohio +0.488696 aapg_ae_249.html aapg_ae_249.html:28:3180:3186 Pawnee Trego, Wisconsin +0.48177 cspg_html_3367984758 cspg_html_3367984758:61:7106:7118 Saskatchewan Regina, Saskatchewan +0.38522 aapg_ac_730.html aapg_ac_730.html:638:93101:93117 Toreva Mancos, Colorado +0.477648 cspg_html_6383234409 cspg_html_6383234409:450:45399:45445 Bird Fiord Bathurst Island (Northern Territory) +0.268288 aapg_ad_2.html aapg_ad_2.html:1281:176542:176564 Black River Watertown, Massachusetts +0.48246 aapg_ai_974.html aapg_ai_974.html:168:18565:18580 Latah Washington (state) +0.272468 aapg_ac_420.html aapg_ac_420.html:41:6164:6170 Carmel Monterey, California +0.485199 aapg_ai_249.html aapg_ai_249.html:330:43130:43140 San Felipe Austin, Chicago +0.258048 aapg_ah_221.html aapg_ah_221.html:130:13427:13457 Red River Richland County, Illinois +0.48672 aapg_ae_72.html aapg_ae_72.html:85:11165:11170 Ouray Leadville, Colorado +0.516256 aapg_ah_617.html aapg_ah_617.html:88:8350:8381 Phosphoria Populus sect. Aegiros +0.262546 aapg_ah_700.html aapg_ah_700.html:602:76291:76309 Norphlet Mississippi River +0.468671 aapg_ai_774.html aapg_ai_774.html:55:6332:6345 Detroit River Michigan +0.238496 aapg_ai_156.html aapg_ai_156.html:544:45713:45730 Chanute Seminole, Texas +0.932672 AMJC_html_5969956211 AMJC_html_5969956211:432:63448:63466 Morrison Colorado +0.485077 aapg_ac_743.html aapg_ac_743.html:197:24884:24898 Lyre Salem, Oregon +0.254464 aapg_af_728.html aapg_af_728.html:423:49312:49329 Collingwood Ottawa, Kansas +0.266716 cspg_html_6665051947 cspg_html_6665051947:545:50957:50968 Peace River Lacombe, Alberta +0.492093 gsa_html_8675210751 gsa_html_8675210751:30:2870:2898 Green River Colorado +0.254012 cspg_html_2013109828 cspg_html_2013109828:473:76122:76130 Columbia Victoria, British Columbia +0.264069 aapg_ai_975.html aapg_ai_975.html:22:5958:5974 Sligo Balcones Fault +0.250992 aapg_ac_824.html aapg_ac_824.html:579:53858:53866 Colorado Colorado +0.25948 aapg_ai_877.html aapg_ai_877.html:248:28264:28281 Lockport Dolomite Pennsylvania +0.480168 cspg_html_5345848475 cspg_html_5345848475:315:36661:36678 Carlile Western world +0.468843 sedimentology_html_7514538550 sedimentology_html_7514538550:663:66593:66601 Colorado Texas +0.482664 gsa_html_4128085755 gsa_html_4128085755:632:61064:61070 Navajo New Mexico +0.482724 aapg_ae_602.html aapg_ae_602.html:575:71067:71074 Norfolk Norfolk, Virginia +0.267225 aapg_ah_387.html aapg_ah_387.html:317:32284:32292 Mariposa Sierra Nevada (Spain) +0.247643 sedimentology_html_9998036374 sedimentology_html_9998036374:1183:76161:76171 Santa Cruz California +0.49087 cspg_html_4409656292 cspg_html_4409656292:135:19206:19223 Cardium Victoria, British Columbia +0.266156 aapg_ah_387.html aapg_ah_387.html:455:45077:45085 Roseburg Salem, Oregon +0.266156 cspg_html_9083138317 cspg_html_9083138317:206:28562:28581 Hesquiat Victoria, British Columbia +0.253916 cspg_html_7881580279 cspg_html_7881580279:41:6644:6661 Yeoman Williston, Vermont +0.238797 cspg_html_9872589627 cspg_html_9872589627:161:21762:21769 Halfway Western Canadian Sedimentary Basin +0.481944 cspg_html_6278093686 cspg_html_6278093686:217:16092:16111 Pardonet Victoria, British Columbia +0.262636 gsa_html_4115149265 gsa_html_4115149265:15:647:655 San Jose California +0.245448 aapg_ae_185.html aapg_ae_185.html:563:49103:49112 Shongaloo Shreveport, Louisiana +0.265056 cspg_html_8532932475 cspg_html_8532932475:397:42610:42621 Peace River Canada +0.496762 gsa_html_4930932370 gsa_html_4930932370:1230:129504:129521 Onaping Sudbury, Suffolk +0.233766 cspg_html_6032369756 cspg_html_6032369756:257:30154:30162 Edmonton Golden, Colorado +0.263662 AMJC_html_8279406037 AMJC_html_8279406037:412:33596:33603 Choptank China +0.280891 aapg_ad_335.html aapg_ad_335.html:242:28599:28618 Fox Hills Rawlins, Wyoming +0.25647 cspg_html_9778753186 cspg_html_9778753186:47:6718:6726 Kootenay Victoria, British Columbia +0.48379 sedimentology_html_3703661901 sedimentology_html_3703661901:601:38670:38674 Ross Stroudsburg, Pennsylvania +0.264171 aapg_ad_883.html aapg_ad_883.html:102:12723:12737 Glenwood Ohio +0.24929 aapg_aa_245.html aapg_aa_245.html:323:30264:30272 Michigan Michigan +0.705376 gsa_html_1130947011 gsa_html_1130947011:287:37802:37833 Maquoketa Iowa +0.500016 aapg_ah_105.html aapg_ah_105.html:8:1016:1026 San Andres Guadalupe Mountains National Park +0.24846 aapg_af_397.html aapg_af_397.html:221:26662:26679 Todilto Entrada Sandstone +0.24552 gsa_html_6143207195 gsa_html_6143207195:812:76351:76361 Washington Logan, Utah +0.803585 palaios_html_2048556014 palaios_html_2048556014:529:58878:58897 Conasauga Alabama +0.493569 cspg_html_3008414459 cspg_html_3008414459:81:12251:12267 Mt Lytton Milk River, Alberta +0.254015 cspg_html_3102530088 cspg_html_3102530088:155:19671:19681 Milk River Lacombe, Alberta +0.498076 aapg_ai_255.html aapg_ai_255.html:486:71551:71557 Guelph Huntington County, Indiana +0.468905 aapg_aa_288.html aapg_aa_288.html:122:14280:14294 Colorado Cheyenne, Wyoming +0.714766 aapg_ai_105.html aapg_ai_105.html:454:54867:54888 Morgan Uinta Mountains +0.250344 aapg_af_859.html aapg_af_859.html:91:14309:14319 Rio Grande Nueces County, Texas +0.438138 gsa_html_3151431803 gsa_html_3151431803:81:9838:9854 Navajo Kayenta, Arizona +0.500316 aapg_ai_49.html aapg_ai_49.html:156:17394:17397 Abo New Mexico +0.2652 cspg_html_4210762654 cspg_html_4210762654:289:37083:37091 Columbia Manitoba +0.486472 sedimentology_html_8159393585 sedimentology_html_8159393585:79:6788:6794 Arnica Harz National Park +0.476656 sedimentology_html_8357192793 sedimentology_html_8357192793:581:49427:49432 Crete Azov +0.486401 gsa_html_1024107776 gsa_html_1024107776:124:12764:12781 Clifden Rocky Brook +0.491724 cspg_html_9119878068 cspg_html_9119878068:205:26276:26289 Watt Mountain Swan Hill, Victoria +0.26462 gsa_html_8271829751 gsa_html_8271829751:820:70501:70529 Green River Colorado +0.263133 aapg_ah_994.html aapg_ah_994.html:364:39768:39781 Woodbine East Texas +0.486324 aapg_ad_564.html aapg_ad_564.html:8242:742163:742177 Schrader Bluff North Slope Borough, Alaska +0.237314 gsa_html_9457387752 gsa_html_9457387752:11:671:677 Dayton Ohio +0.257556 gsa_html_6776599725 gsa_html_6776599725:877:86293:86297 Wise Antarctica +0.481404 gsa_html_1130947011 gsa_html_1130947011:94:10651:10662 Black River Iowa +0.447811 cspg_html_9499345121 cspg_html_9499345121:36:5717:5726 Mount Cap Great Slave Lake +0.27648 aapg_ad_178.html aapg_ad_178.html:80:6742:6750 Columbia Victoria, British Columbia +0.249559 aapg_aa_287.html aapg_aa_287.html:369:45914:45921 Cardium Lacombe, Alberta +0.26571 cspg_html_6953269830 cspg_html_6953269830:49:6524:6545 Gates Victoria, British Columbia +0.249999 jgeology_html_4305195651 jgeology_html_4305195651:1656:127967:127989 Walton Delaware County, Ohio +0.475547 gsa_html_1826402027 gsa_html_1826402027:423:47806:47843 Shinarump Conglomerate Blue Ridge Mountains +0.248805 sedimentology_html_7482146728 sedimentology_html_7482146728:315:36433:36441 Columbia Sacramento, California +0.269217 aapg_af_830.html aapg_af_830.html:583:69080:69086 Paluxy Texas +0.373464 cspg_html_4860363565 cspg_html_4860363565:72:9414:9419 Nisku Drumheller +0.48057 aapg_ai_773.html aapg_ai_773.html:65:9659:9678 Detroit River Bloomington, Indiana +0.251482 aapg_ai_366.html aapg_ai_366.html:110:12212:12218 Lissie Beaumont, Texas +0.481707 aapg_ai_278.html aapg_ai_278.html:773:93936:93955 Card Sound Dolomite Andros, Bahamas +0.267716 cspg_html_9872589627 cspg_html_9872589627:190:23743:23769 Halfway Lacombe, Alberta +0.50397 aapg_af_598.html aapg_af_598.html:37:4078:4095 Lenapah Nowata, Oklahoma +0.264132 aapg_ae_391.html aapg_ae_391.html:456:42134:42155 Salado Pecos River +0.265188 aapg_ad_736.html aapg_ad_736.html:128:13911:13924 Venango Pennsylvania +0.24304 aapg_ae_959.html aapg_ae_959.html:431:34332:34338 Tessey Salado, Texas +0.248392 geology_html_7716023618 geology_html_7716023618:12:615:625 Washington Washington (state) +0.483674 gsa_html_4220229801 gsa_html_4220229801:152:11255:11282 Columbia Boise, Idaho +0.277196 aapg_ah_340.html aapg_ah_340.html:284:31731:31741 Duck Creek Goodland, Kansas +0.27664 aapg_ad_149.html aapg_ad_149.html:271:26918:26923 Banff Lacombe, Alberta +0.26208 aapg_ai_249.html aapg_ai_249.html:89:13911:13934 El Plan Tegucigalpa +0.257703 AMJC_html_1873062106 AMJC_html_1873062106:253:36064:36082 Morrison Colorado +0.26316 aapg_ad_721.html aapg_ad_721.html:621:60898:60906 Carlsbad Carlsbad, New Mexico +0.481873 aapg_ae_182.html aapg_ae_182.html:371:39009:39030 Pine Island Pine Island (Lee County, Florida) +0.26061 gsa_html_6734844475 gsa_html_6734844475:107:13564:13568 Wise Big Hill, Indiana +0.49368 aapg_ad_2.html aapg_ad_2.html:690:99302:99319 Potsdam Alexandria, Virginia +0.48603 aapg_ae_29.html aapg_ae_29.html:3:198:220 Mauch Chunk Western Pennsylvania +0.357435 aapg_ah_343.html aapg_ah_343.html:241:29506:29515 Catahoula Mississippi River +0.246482 aapg_ae_961.html aapg_ae_961.html:159:11635:11646 Black River Winnipeg +0.369873 palaios_html_8113714689 palaios_html_8113714689:295:33522:33542 Chepultepec Dolomite Kingsport, Tennessee +0.265029 aapg_af_656.html aapg_af_656.html:60:5651:5658 Lagarto Oakville, California +0.4655 gsa_html_6109201332 gsa_html_6109201332:264:27625:27629 Airy Pine Island (Lee County, Florida) +0.468876 aapg_aa_192.html aapg_aa_192.html:300:35259:35273 Red Rock Lima, Ohio +0.260608 cspg_html_9768299963 cspg_html_9768299963:46:5468:5485 Belly River Lacombe, Alberta +0.496386 gsa_html_7484893681 gsa_html_7484893681:29:2796:2824 Green River Colorado +0.27976 cspg_html_2929384614 cspg_html_2929384614:53:8387:8404 Halfway Western world +0.257374 aapg_ah_828.html aapg_ah_828.html:267:18513:18528 Sundance Cheyenne, Wyoming +0.493712 sedimentology_html_2550885329 sedimentology_html_2550885329:1891:106660:106705 Winnipegosis Canada +0.254448 jgeology_html_7189790958 jgeology_html_7189790958:686:61924:61948 El Paso West Texas +0.254769 aapg_af_64.html aapg_af_64.html:42:6126:6137 Beekmantown Scandinavian Peninsula +0.261057 aapg_ah_860.html aapg_ah_860.html:52:6250:6266 Racine Joliet, Illinois +0.675185 cspg_html_2834693711 cspg_html_2834693711:440:61311:61331 Protection Nanaimo +0.293949 aapg_ah_544.html aapg_ah_544.html:563:48559:48569 Cedar Keys Melbourne, Florida +0.258028 cspg_html_7378664643 cspg_html_7378664643:975:122616:122655 Wabamun Lacombe, Alberta +0.48705 AMJC_html_4464898807 AMJC_html_4464898807:1025:85023:85030 Shuswap Monashee Pass +0.456 aapg_af_540.html aapg_af_540.html:850:94217:94225 Colorado Denver +0.256565 aapg_ae_884.html aapg_ae_884.html:199:26636:26655 Frontier Black Hills +0.257554 gsa_html_9053175553 gsa_html_9053175553:226:29469:29490 Green River Cheyenne, Wyoming +0.496683 aapg_ad_757.html aapg_ad_757.html:289:36932:36938 Wilcox Decorah, Iowa +0.252973 gsa_html_1024107776 gsa_html_1024107776:885:88778:88795 Shepody Dorchester, Dorset +0.507311 aapg_ad_918.html aapg_ad_918.html:410:50149:50167 Frontier Cheyenne, Wyoming +0.470984 cspg_html_6014123208 cspg_html_6014123208:71:11237:11245 Moosebar Western world +0.261105 aapg_af_845.html aapg_af_845.html:141:14040:14048 Woodbine Paluxy, Texas +0.49245 aapg_af_854.html aapg_af_854.html:1336:192400:192411 Paint Creek Bremen (state) +0.453144 gsa_html_6983076294 gsa_html_6983076294:762:71820:71854 Hazel Texas +0.418 aapg_ai_469.html aapg_ai_469.html:437:52001:52006 Nisku Calmar, Alberta +0.2505 aapg_ai_187.html aapg_ai_187.html:237:23436:23442 Casper Cheyenne, Wyoming +0.25449 cspg_html_9119878068 cspg_html_9119878068:79:10186:10205 Waterways Swan Hill, Victoria +0.481036 geology_html_3184756656 geology_html_3184756656:361:26652:26656 Bern Switzerland +0.26536 aapg_aa_684.html aapg_aa_684.html:132:13874:13878 Jelm John Crow Mountains +0.261919 sedimentology_html_2737382976 sedimentology_html_2737382976:1561:77858:77873 Lee Kentucky +0.252266 aapg_aa_663.html aapg_aa_663.html:168:14697:14714 Tomstown Dolomite Boyd County, Nebraska +0.254448 aapg_ai_284.html aapg_ai_284.html:316:29004:29012 East Arm Canada +0.246402 aapg_ai_751.html aapg_ai_751.html:96:8962:8973 Reclamation Pennsylvania +0.259065 aapg_ai_28.html aapg_ai_28.html:258:23882:23889 Lagarto Oakville, California +0.470916 AMJC_html_8883212571 AMJC_html_8883212571:790:84925:84944 Smackover Arkansas +0.422304 gsa_html_3720789279 gsa_html_3720789279:1066:100353:100359 Oregon Washington (state) +0.256032 aapg_aa_305.html aapg_aa_305.html:148:22734:22750 Bluff Melbourne, Florida +0.253506 AMJC_html_4464898807 AMJC_html_4464898807:29:1251:1258 Shuswap Victoria, British Columbia +0.26471 sedimentology_html_3083192111 sedimentology_html_3083192111:436:36759:36773 Frio Texas +0.273429 aapg_ae_525.html aapg_ae_525.html:37:3765:3777 Dakota Mesa County, Colorado +0.503908 aapg_ac_22.html aapg_ac_22.html:121:13511:13540 Sunniland Melbourne, Florida +0.745 aapg_ai_3.html aapg_ai_3.html:43:7279:7295 Ripley Illinois +0.234668 aapg_ac_563.html aapg_ac_563.html:176:28150:28167 La Boca Zacatecas, Zacatecas +0.251835 cspg_html_9637099986 cspg_html_9637099986:160:19396:19420 Athabasca Fort McMurray +0.266752 aapg_ae_612.html aapg_ae_612.html:475:50413:50419 Jordan Saudi Arabia +0.440794 aapg_ac_404.html aapg_ac_404.html:156:18347:18354 Rapides Washington (state) +0.268812 gsa_html_7890131408 gsa_html_7890131408:697:81513:81523 Washington Seattle +0.470496 aapg_af_187.html aapg_af_187.html:3:159:172 Cotton Valley Shreveport, Louisiana +0.511344 aapg_ah_138.html aapg_ah_138.html:88:8672:8680 Cloverly Cheyenne, Wyoming +0.395912 gsa_html_6423424604 gsa_html_6423424604:52:4057:4066 Garibaldi North Cascades National Park +0.470907 aapg_ae_464.html aapg_ae_464.html:368:21485:21495 Rio Grande Texas +0.244856 cspg_html_2796643803 cspg_html_2796643803:127:19925:19940 Basal Williston Basin +0.50759 cspg_html_1188455526 cspg_html_1188455526:236:36789:36810 Christopher Melville Island (Canada) +0.49608 gsa_html_7242992219 gsa_html_7242992219:31:2857:2885 Green River Iran +0.4997 aapg_ai_91.html aapg_ai_91.html:13:2473:2492 Cockfield Livingston, Scotland +0.512601 aapg_ae_182.html aapg_ae_182.html:142:17347:17370 Cotton Valley Arkansas +0.460782 aapg_aa_673.html aapg_aa_673.html:34:4274:4303 Sunniland Rodessa, Louisiana +0.49555 aapg_ad_466.html aapg_ad_466.html:1204:128830:128843 Potomac Raritan River +0.458865 sedimentology_html_9260132433 sedimentology_html_9260132433:122:11683:11699 Eureka Quartzite Western United States +0.25641 gsa_html_4699550738 gsa_html_4699550738:578:50642:50650 Beaumont Pakistan +0.912824 cspg_html_6434702931 cspg_html_6434702931:11:1296:1318 Souris River Regina, Saskatchewan +0.26977 cspg_html_4785922166 cspg_html_4785922166:484:57975:57996 Dawson Bay Great Slave Lake +0.482646 aapg_ah_644.html aapg_ah_644.html:130:15248:15261 Gypsum Spring Red Creek, New York +0.4699 aapg_aa_233.html aapg_aa_233.html:539:54775:54781 Sierra Western world +0.49664 gsa_html_9865056817 gsa_html_9865056817:1150:92381:92401 Cutler Logan, Utah +0.376164 palaios_html_5198166697 palaios_html_5198166697:120:10542:10559 Juniata Knoxville, Tennessee +0.474422 gsa_html_6789601149 gsa_html_6789601149:1076:91603:91631 Green River Colorado +0.263069 aapg_ac_366.html aapg_ac_366.html:131:17094:17113 Rose Hill Pennsylvania +0.274968 aapg_af_433.html aapg_af_433.html:151:18852:18861 Smackover Bogalusa, Louisiana +0.239454 cspg_html_8740534160 cspg_html_8740534160:304:37626:37634 Columbia Victoria, British Columbia +0.275058 aapg_ai_468.html aapg_ai_468.html:3:354:373 Cotton Valley Mississippi River +0.494172 palaios_html_2736581987 palaios_html_2736581987:571:58975:58980 Hueco New Mexico +0.269874 aapg_ad_641.html aapg_ad_641.html:23:3067:3087 San Andres New Mexico +0.273746 aapg_ah_591.html aapg_ah_591.html:49:4639:4655 Bethel Gibson County, Tennessee +0.475551 geology_html_1844850227 geology_html_1844850227:11:516:526 Pittsburgh Pittsburgh +0.248805 aapg_aa_507.html aapg_aa_507.html:111:14009:14019 Tuscaloosa Mississippi River +0.266716 aapg_ad_604.html aapg_ad_604.html:13:1453:1463 Washington Salem, Oregon +0.491967 aapg_af_625.html aapg_af_625.html:634:65382:65398 Dayton Ohio +0.249001 cspg_html_1714269019 cspg_html_1714269019:661:72792:72828 Albert New Brunswick, New Jersey +0.225 cspg_html_2485255876 cspg_html_2485255876:500:57779:57787 Belgrade Jerusalem +0.484785 aapg_ai_49.html aapg_ai_49.html:669:88030:88037 Thaynes Spearfish, South Dakota +0.254514 aapg_aa_1.html aapg_aa_1.html:32:4106:4117 Port Orford Roseburg, Oregon +0.249964 aapg_af_143.html aapg_af_143.html:234:23742:23761 Knoxville California +0.472688 cspg_html_6255491344 cspg_html_6255491344:6:737:740 Elk Lacombe, Alberta +0.240091 jgeology_html_4729017492 jgeology_html_4729017492:997:55604:55613 Natkusiak Victoria Island (Nigeria) +0.671895 cspg_html_6255491344 cspg_html_6255491344:15:2416:2429 Elk Lacombe, Alberta +0.375641 cspg_html_6193252551 cspg_html_6193252551:491:58326:58343 Romaine Anticosti Island +0.48861 aapg_ac_628.html aapg_ac_628.html:730:125919:125927 Morrison Summerville, South Carolina +0.481874 cspg_html_4614759573 cspg_html_4614759573:150:22214:22221 Moresby Southern United States +0.45384 sedimentology_html_9633602572 sedimentology_html_9633602572:1283:64777:64792 Nisku Central Alberta +0.25428 gsa_html_5865982995 gsa_html_5865982995:1473:154299:154316 Wasatch Cheyenne, Wyoming +0.251482 aapg_ae_984.html aapg_ae_984.html:26:3212:3230 Carlsbad Salado, Texas +0.2541 palaios_html_8113714689 palaios_html_8113714689:232:25449:25457 Au Train Michigan +0.476157 aapg_ah_561.html aapg_ah_561.html:729:68828:68845 Toroweap McKee, Kentucky +0.502208 aapg_ah_206.html aapg_ah_206.html:123:16810:16819 Smackover Melbourne, Florida +0.255524 gsa_html_5773604426 gsa_html_5773604426:73:7518:7532 Navarro Austin, Chicago +0.795074 cspg_html_4298557570 cspg_html_4298557570:796:68240:68248 Scollard Lacombe, Alberta +0.488076 aapg_ah_621.html aapg_ah_621.html:5:781:788 Paradox Hermosa, Chicago +0.498942 aapg_ai_962.html aapg_ai_962.html:228:16313:16329 San Andres West Texas +0.159664 cspg_html_2198503252 cspg_html_2198503252:336:17246:17258 Percha Arizona +0.259065 aapg_ae_873.html aapg_ae_873.html:180:21965:21978 Cotton Valley Cotton Valley, Louisiana +0.26288 aapg_aa_208.html aapg_aa_208.html:852:76073:76081 Caballos Arkansas +0.273525 palaios_html_3112927242 palaios_html_3112927242:754:61577:61584 Juniata Pennsylvania +0.25636 cspg_html_2184091860 cspg_html_2184091860:705:62725:62742 Romaine Anticosti Island +0.254769 gsa_html_1536819908 gsa_html_1536819908:658:63568:63578 Washington Reno, Nevada +0.509855 aapg_ah_72.html aapg_ah_72.html:61:9289:9298 Catahoula Texas +0.487725 aapg_ae_70.html aapg_ae_70.html:272:28825:28844 Mesaverde Mancos, Colorado +0.234936 geology_html_9772573337 geology_html_9772573337:264:22360:22370 Wind River Cheyenne, Wyoming +0.48598 aapg_ah_647.html aapg_ah_647.html:699:76831:76837 Kaibab Colorado +0.479108 cspg_html_3766007701 cspg_html_3766007701:135:19090:19100 Bow Island Lacombe, Alberta +0.474552 AMJC_html_1163576052 AMJC_html_1163576052:1118:100292:100300 Colorado Lima, Ohio +0.256522 gsa_html_4438819447 gsa_html_4438819447:470:52261:52288 Mattagami Ontario, California +0.258055 aapg_ai_887.html aapg_ai_887.html:197:24130:24138 Edmonton Lacombe, Alberta +0.245014 aapg_aa_807.html aapg_aa_807.html:25:3721:3729 Virginia Maryland +0.471814 gsa_html_4898068092 gsa_html_4898068092:56:7180:7186 Provo Switzerland +0.452148 cspg_html_1818321956 cspg_html_1818321956:516:53201:53216 Liard Pine River (Michigan) +0.262143 aapg_ai_157.html aapg_ai_157.html:25:4825:4831 Salina Ontario, California +0.487385 aapg_ad_844.html aapg_ad_844.html:31:3284:3291 Deville Lacombe, Alberta +0.250952 cspg_html_7727352096 cspg_html_7727352096:5:253:266 Foremost Central Alberta +0.243955 aapg_ac_806.html aapg_ac_806.html:229:17635:17651 Hertha Glenwood, Utah +0.463112 jgeology_html_1095412310 jgeology_html_1095412310:136:7604:7621 Manlius Helderberg +0.488474 jgeology_html_2872695575 jgeology_html_2872695575:780:44103:44116 Lee Virginia +0.230868 aapg_ah_823.html aapg_ah_823.html:270:26858:26877 Athabasca Lacombe, Alberta +0.264554 aapg_af_568.html aapg_af_568.html:467:39705:39717 Beaver Creek Cheyenne, Wyoming +0.256035 aapg_ad_580.html aapg_ad_580.html:436:54727:54748 Fort Union Cheyenne, Wyoming +0.2575 AMJC_html_7032017201 AMJC_html_7032017201:858:72297:72307 Stillwater Amsterdam +0.260598 cspg_html_9023649778 cspg_html_9023649778:316:37779:37787 Columbia Victoria, British Columbia +0.44589 cspg_html_1611261412 cspg_html_1611261412:762:96583:96591 Foremost Bow Island Airport +0.36456 aapg_ai_367.html aapg_ai_367.html:362:24277:24289 Temblor Coalinga, California +0.2574 aapg_ah_754.html aapg_ah_754.html:150:17879:17892 Burrard Newberry, South Carolina +0.71475 aapg_ad_864.html aapg_ad_864.html:133:18029:18041 Chickasawhay Mississippi River +0.257049 aapg_aa_4.html aapg_aa_4.html:153:20344:20354 Hatch Hill Naples, Florida +0.254989 cspg_html_3404912985 cspg_html_3404912985:107:18198:18215 Bearpaw Lacombe, Alberta +0.257964 cspg_html_7675189126 cspg_html_7675189126:432:52313:52321 Victoria Calgary +0.502365 aapg_af_892.html aapg_af_892.html:113:10923:10932 Roubidoux Gasconade River +0.498759 cspg_html_5688447798 cspg_html_5688447798:182:25475:25496 Bathurst Canadian Arctic Archipelago +0.509168 aapg_ah_159.html aapg_ah_159.html:255:26668:26681 Lee Kentucky +0.241775 aapg_ad_933.html aapg_ad_933.html:31:3434:3440 Denver Colorado +0.462848 aapg_ac_833.html aapg_ac_833.html:3:375:394 Mesaverde Colorado +0.25551 gsa_html_1951402014 gsa_html_1951402014:41:1317:1327 Santa Cruz La Laguna, Chalatenango +0.230204 aapg_ac_944.html aapg_ac_944.html:38:5094:5127 Arroyo New Mexico +0.250965 cspg_html_1173833070 cspg_html_1173833070:20:3004:3022 Edmonton Lacombe, Alberta +0.467 aapg_ai_501.html aapg_ai_501.html:443:39400:39428 Lone Mountain California +0.262614 sedimentology_html_3865745685 sedimentology_html_3865745685:1708:115768:115797 Dunvegan Canada +0.247835 palaios_html_3985706634 palaios_html_3985706634:64:7035:7039 Bell New York State Museum +0.26058 cspg_html_2585022950 cspg_html_2585022950:103:8974:8994 Mount Head Carnarvon, Western Australia +0.482664 AMJC_html_5421639085 AMJC_html_5421639085:534:56199:56207 Columbia Eastern Washington +0.255867 gsa_html_4898068092 gsa_html_4898068092:887:72124:72128 Bern Switzerland +0.244904 cspg_html_9951421861 cspg_html_9951421861:81:13960:13974 Colorado Lacombe, Alberta +0.498905 aapg_ad_0.html aapg_ad_0.html:361:29842:29863 Mount Simon Michigan +0.4921 gsa_html_7018200979 gsa_html_7018200979:1017:85298:85326 Green River Colorado +0.46899 aapg_ac_71.html aapg_ac_71.html:272:31957:31974 Dunlap Tonopah, Arizona +0.258462 aapg_af_409.html aapg_af_409.html:83:11784:11789 Steel Svalbard and Jan Mayen +0.46728 aapg_ac_841.html aapg_ac_841.html:278:35845:35860 Atima Honduras +0.242484 cspg_html_9613906024 cspg_html_9613906024:799:63166:63187 Gordo Iowa +0.247005 geology_html_8708783169 geology_html_8708783169:23:1692:1700 Colorado Denver +0.263133 cspg_html_9735723617 cspg_html_9735723617:2103:180803:180822 Griper Bay Melville Island (Canada) +0.485352 cspg_html_4773367370 cspg_html_4773367370:347:26480:26490 Mill Creek Lacombe, Alberta +0.24647 cspg_html_2297270979 cspg_html_2297270979:206:28613:28621 Michigan Lake Erie +0.472175 geology_html_2304200931 geology_html_2304200931:337:26120:26126 Oxford Antarctica +0.240408 geology_html_4050348053 geology_html_4050348053:342:24948:24952 Bond North Atlantic Current +0.476215 cspg_html_2567885124 cspg_html_2567885124:39:5421:5439 Bonavista Western world +0.495616 gsa_html_4506689428 gsa_html_4506689428:16:559:567 Michigan Michigan +0.468062 cspg_html_5381643866 cspg_html_5381643866:403:50925:50938 Elk Victoria, British Columbia +0.497289 aapg_ac_928.html aapg_ac_928.html:81:11100:11106 Exshaw Lacombe, Alberta +0.25959 sedimentology_html_1116078090 sedimentology_html_1116078090:1504:100698:100705 Yucatan Melbourne, Florida +0.253895 jgeology_html_2809998069 jgeology_html_2809998069:142:8511:8529 Wamsutta South Attleboro (MBTA station) +0.928567 aapg_ah_289.html aapg_ah_289.html:3:335:361 Monterey California +0.47188 aapg_ac_59.html aapg_ac_59.html:25:3883:3893 Point Loma Poway, California +0.266752 aapg_ai_136.html aapg_ai_136.html:134:9488:9498 Tokio Bossier Parish, Louisiana +0.269838 cspg_html_3762708087 cspg_html_3762708087:25:3539:3555 Viking Suffield, Connecticut +0.476046 aapg_af_291.html aapg_af_291.html:173:20647:20652 Kayak Prudhoe Bay Oil Field +0.285678 aapg_ae_296.html aapg_ae_296.html:172:18315:18325 San Andres New Mexico +0.27248 gsa_html_6983076294 gsa_html_6983076294:926:82644:82678 Carrizo Texas +0.276595 aapg_ad_983.html aapg_ad_983.html:205:18782:18799 Martinsburg California +0.250901 gsa_html_9513959579 gsa_html_9513959579:358:39742:39755 Blue Mountain Southeast Asia +0.265221 cspg_html_6159840831 cspg_html_6159840831:286:36216:36223 Muskiki Canada +0.492412 aapg_ai_296.html aapg_ai_296.html:791:70033:70050 Black River Middle Ordovician +0.247632 cspg_html_5241714595 cspg_html_5241714595:408:63327:63349 Duperow Regina, Saskatchewan +0.440373 aapg_ae_74.html aapg_ae_74.html:547:51413:51432 Greenhorn Mancos, Colorado +0.269352 palaios_html_3112927242 palaios_html_3112927242:114:11365:11382 Juniata Pennsylvania +0.490716 gsa_html_9901339383 gsa_html_9901339383:105:10003:10025 Green River Wasatch Range +0.252003 sedimentology_html_8748254640 sedimentology_html_8748254640:110:11434:11454 Toro South America +0.46942 aapg_aa_643.html aapg_aa_643.html:482:56134:56140 Sierra Tessin, Germany +0.260091 palaios_html_3766207176 palaios_html_3766207176:843:69214:69220 Snyder Maquoketa, Iowa +0.272435 palaios_html_5212272868 palaios_html_5212272868:265:29937:29964 Santa Cruz California +0.240937 sedimentology_html_2344543466 sedimentology_html_2344543466:554:41299:41303 Hall London, Ontario +0.48807 aapg_ai_208.html aapg_ai_208.html:230:19718:19747 Castle Hayne North Carolina +0.263526 jgeology_html_7189790958 jgeology_html_7189790958:171:14192:14208 Rondout New Scotland, New York +0.499174 aapg_ad_152.html aapg_ad_152.html:1857:243417:243435 Plympton Kaibab, Arizona +0.46452 aapg_ah_881.html aapg_ah_881.html:251:26039:26049 Washington Victoria, British Columbia +0.48048 aapg_ac_905.html aapg_ac_905.html:6:688:708 Keg River Lacombe, Alberta +0.48348 geology_html_4842726186 geology_html_4842726186:202:17735:17753 Monterey California +0.669382 aapg_ad_2.html aapg_ad_2.html:1410:192638:192661 Martinsburg Maryland +0.47616 cspg_html_8388911199 cspg_html_8388911199:121:11656:11668 Madison Regina, Saskatchewan +0.471138 geology_html_3911481921 geology_html_3911481921:89:11968:11989 Wood Canyon Death Valley +0.255374 jgeology_html_2837808723 jgeology_html_2837808723:1045:63223:63227 Hall London, Ontario +0.259056 sedimentology_html_5644973990 sedimentology_html_5644973990:323:21211:21221 Washington Wa (Japan) +0.251502 aapg_ah_93.html aapg_ah_93.html:235:31899:31921 Water Canyon Logan, Utah +0.25641 aapg_ai_811.html aapg_ai_811.html:419:57363:57384 Vernon Washington (state) +0.468876 geology_html_4341033542 geology_html_4341033542:35:2761:2771 Stillwater Ontario, California +0.485527 gsa_html_3860045860 gsa_html_3860045860:1025:96593:96599 Oregon Salem, Massachusetts +0.831888 aapg_aa_158.html aapg_aa_158.html:131:14413:14431 Morrison Africa +0.481005 AMJC_html_2905856018 AMJC_html_2905856018:116:18715:18725 Winnemucca Fernley, Nevada +0.240084 cspg_html_7790224785 cspg_html_7790224785:426:17071:17078 Gazelle Berlin +0.491384 gsa_html_4740889735 gsa_html_4740889735:29:2796:2824 Green River Iran +0.250228 aapg_ai_491.html aapg_ai_491.html:131:15339:15350 Molas Hermosa, Chicago +0.250368 palaios_html_3751259297 palaios_html_3751259297:642:68254:68273 Hartselle Alabama +0.24378 aapg_aa_924.html aapg_aa_924.html:32:3570:3577 Waverly Ohio +0.475 aapg_ac_807.html aapg_ac_807.html:576:57503:57510 Norfolk Raritan River +0.493218 gsa_html_3069013284 gsa_html_3069013284:866:80721:80737 Chinle Arizona +0.257024 palaios_html_8738458399 palaios_html_8738458399:120:15639:15644 Palms Quito +0.25452 sedimentology_html_1755741053 sedimentology_html_1755741053:1707:84185:84191 Madrid Palacio de Deportes de la Comunidad de Madrid +0.247504 cspg_html_3883962749 cspg_html_3883962749:522:54068:54081 Mountain Park Lacombe, Alberta +0.23912 cspg_html_4924970281 cspg_html_4924970281:41:6223:6237 Colorado Clearwater, Florida +0.258482 aapg_ai_816.html aapg_ai_816.html:190:29175:29184 Wyandotte Plattsburg, Missouri +0.499488 aapg_ae_73.html aapg_ae_73.html:460:60884:60892 Niobrara Las Vegas Strip +0.398044 aapg_ae_855.html aapg_ae_855.html:223:22819:22850 Green River Logan, Utah +0.25654 aapg_aa_655.html aapg_aa_655.html:24:3516:3540 Espiritu Santo Colorado +0.267716 aapg_af_745.html aapg_af_745.html:275:41418:41433 Viola Wasatch Range +0.4617 aapg_ah_775.html aapg_ah_775.html:622:53454:53460 Denver Leadville, Colorado +0.250444 gsa_html_9106605745 gsa_html_9106605745:677:55517:55543 Flagstaff Logan, Utah +0.374166 palaios_html_6757540995 palaios_html_6757540995:620:55956:55971 Eutaw Alabama +0.253422 aapg_ai_582.html aapg_ai_582.html:103:9324:9339 Piper Spearfish, South Dakota +0.497276 aapg_ae_630.html aapg_ae_630.html:155:13347:13355 Deadwood McHenry County, Illinois +0.486796 aapg_ah_464.html aapg_ah_464.html:17:3053:3063 Pottsville Illinois +0.473641 aapg_ad_801.html aapg_ad_801.html:354:37769:37777 Williana Montgomery (town), New York +0.273465 aapg_ad_379.html aapg_ad_379.html:86:7278:7284 Morgan Des Moines, Washington +0.271906 cspg_html_9023649778 cspg_html_9023649778:264:32104:32112 Columbia Victoria, British Columbia +0.26361 aapg_af_889.html aapg_af_889.html:112:9325:9335 Whitehorse Nashville Basin +0.26574 sedimentology_html_7553974053 sedimentology_html_7553974053:1593:125437:125455 Monterey California +0.486213 cspg_html_4392308496 cspg_html_4392308496:663:73108:73115 Halifax Halifax, West Yorkshire +0.40753 aapg_ai_0.html aapg_ai_0.html:786:88784:88805 Beaumont Falfurrias, Texas +0.483585 aapg_ah_176.html aapg_ah_176.html:744:60036:60044 Colorado Denver +0.27178 geology_html_8096032717 geology_html_8096032717:286:26531:26540 San Diego Cambridge +0.697728 cspg_html_9867228130 cspg_html_9867228130:50:7370:7386 Pocono Pennsylvania +0.267804 cspg_html_3473883402 cspg_html_3473883402:674:80367:80381 Woodbend Lacombe, Alberta +0.260454 gsa_html_6967102683 gsa_html_6967102683:109:10398:10403 Yukon Cordillera Administrative Region +0.507454 aapg_ah_687.html aapg_ah_687.html:98:13887:13902 Colorado Lacombe, Alberta +0.264735 aapg_ac_251.html aapg_ac_251.html:234:27879:27891 Crab Orchard Pennsylvania +0.466944 aapg_aa_96.html aapg_aa_96.html:70:6916:6939 Honaker Hermosa, Chicago +0.227976 aapg_ai_292.html aapg_ai_292.html:38:4278:4292 Lisburne Anchorage, Alaska +0.504774 gsa_html_7102550258 gsa_html_7102550258:1050:110059:110077 Morrison New Mexico +0.269312 cspg_html_8917306391 cspg_html_8917306391:44:6382:6390 Columbia Victoria, British Columbia +0.245727 gsa_html_8664789297 gsa_html_8664789297:214:24892:24902 Wind River Cheyenne, Wyoming +0.482218 aapg_ah_505.html aapg_ah_505.html:486:37265:37276 White River Green Mountain +0.2574 cspg_html_6252417471 cspg_html_6252417471:446:62449:62464 Melville Island District Council of Franklin Harbour +0.25296 cspg_html_6052770195 cspg_html_6052770195:6:481:489 Columbia Lacombe, Alberta +0.261888 sedimentology_html_8916145998 sedimentology_html_8916145998:162:6700:6704 Hall London, Ontario +0.846111 aapg_ah_411.html aapg_ah_411.html:77:10543:10561 Niobrara Cheyenne, Wyoming +0.492926 aapg_ae_846.html aapg_ae_846.html:201:19421:19438 El Paso New Mexico +0.264195 palaios_html_8950546356 palaios_html_8950546356:449:40978:41003 Chinle Arizona +0.489842 cspg_html_9354781888 cspg_html_9354781888:209:27568:27587 Baldonnel Victoria, British Columbia +0.244224 aapg_ak_118.html aapg_ak_118.html:313:31439:31456 Schuler Calhoun, Georgia +0.456456 aapg_ae_884.html aapg_ae_884.html:240:33002:33017 Eagle Colorado +0.250444 gsa_html_7302180468 gsa_html_7302180468:533:48504:48520 Belden Colorado +0.694144 aapg_ah_779.html aapg_ah_779.html:208:37592:37600 Winnipeg Logan, Utah +0.482832 aapg_aa_684.html aapg_aa_684.html:33:4086:4090 Jelm Cheyenne, Wyoming +0.457445 cspg_html_9683836416 cspg_html_9683836416:544:76868:76875 Bearpaw Lacombe, Alberta +0.247604 palaios_html_9133125241 palaios_html_9133125241:106:14138:14142 Kope Lexington, Kentucky +0.901368 cspg_html_9970905394 cspg_html_9970905394:202:21941:21968 Read Bay Canada +0.472647 gsa_html_3368386568 gsa_html_3368386568:11:586:599 Santa Barbara California +0.246506 AMJC_html_5390933660 AMJC_html_5390933660:549:53428:53451 Gile Mountain Piscataquis River +0.26471 aapg_ac_720.html aapg_ac_720.html:342:34815:34825 Aquia Maryland +0.506974 aapg_ah_640.html aapg_ah_640.html:68:6430:6438 Michigan Western world +0.254496 aapg_ad_921.html aapg_ad_921.html:48:6794:6812 Bellevue Lexington, Kentucky +0.507872 aapg_ah_318.html aapg_ah_318.html:719:77488:77507 Smackover Arkansas +0.480883 aapg_ah_724.html aapg_ah_724.html:75:10457:10465 Columbia Victoria, British Columbia +0.26104 gsa_html_7657796970 gsa_html_7657796970:731:59962:59990 Green River Colorado +0.492712 sedimentology_html_9260132433 sedimentology_html_9260132433:24:1638:1665 Eureka Quartzite Hanson, Massachusetts +0.26355 aapg_ah_621.html aapg_ah_621.html:38:5291:5308 Hermosa Colorado +0.887339 cspg_html_4364132564 cspg_html_4364132564:48:6752:6771 Spearfish Manitoba +0.490542 aapg_ai_720.html aapg_ai_720.html:175:20450:20458 Virginia Closter, New Jersey +0.231732 jgeology_html_8406118991 jgeology_html_8406118991:384:33878:33881 Arc Middle Ordovician +0.570515 aapg_ad_351.html aapg_ad_351.html:677:57954:57970 Keokuk Missouri River +0.243049 geology_html_9319232778 geology_html_9319232778:196:16332:16343 San Jacinto Baja California peninsula +0.262614 gsa_html_3648258377 gsa_html_3648258377:727:66857:66868 Englishtown Navesink River +0.498005 gsa_html_6915651341 gsa_html_6915651341:67:5662:5690 Green River Iran +0.486244 cspg_html_4530154552 cspg_html_4530154552:95:15657:15671 Toad Victoria, British Columbia +0.378994 palaios_html_9068072954 palaios_html_9068072954:1073:97408:97435 Morrison Logan, Utah +0.47498 aapg_ac_961.html aapg_ac_961.html:586:62019:62025 Oregon Delaware +0.488048 sedimentology_html_8103241482 sedimentology_html_8103241482:1992:73020:73034 Monterey California +0.252296 aapg_ah_647.html aapg_ah_647.html:755:83837:83858 Snyder Colina, Chile +0.273546 aapg_ah_203.html aapg_ah_203.html:497:79219:79252 Morrison New Mexico +0.499671 geology_html_7388717714 geology_html_7388717714:99:8515:8524 Dog Creek Fraser River (Colorado) +0.254701 palaios_html_3022467877 palaios_html_3022467877:272:29397:29416 Hornerstown Navesink River +0.23859 sedimentology_html_1123580665 sedimentology_html_1123580665:262:22645:22653 Scotland England +0.47379 aapg_ac_714.html aapg_ac_714.html:343:36897:36905 Tensleep Greybull, Wyoming +0.470704 cspg_html_7779401416 cspg_html_7779401416:6:389:400 Irondequoit Ontario, California +0.479142 geology_html_9004383999 geology_html_9004383999:90:8988:9013 Earlie Arizona +0.484615 gsa_html_1248731493 gsa_html_1248731493:735:68012:68017 Yukon Anchorage, Alaska +0.27405 cspg_html_1841843683 cspg_html_1841843683:69:11276:11284 Sawtooth Black Hills +0.456319 aapg_ah_150.html aapg_ah_150.html:467:58274:58280 Oxford Kingdom of Great Britain +0.48093 geology_html_1070233947 geology_html_1070233947:17:819:830 Main Street Houston +0.253952 cspg_html_1665574291 cspg_html_1665574291:12:2027:2056 Pakowki Lacombe, Alberta +0.465432 palaios_html_6612266529 palaios_html_6612266529:509:45063:45096 Casselman Ohio +0.263144 cspg_html_4287356899 cspg_html_4287356899:353:50587:50607 Mt Lytton Snake River Canyon (Idaho) +0.27666 aapg_af_892.html aapg_af_892.html:629:61831:61841 San Andres San Angelo, Texas +0.260598 sedimentology_html_7879809021 sedimentology_html_7879809021:1174:90737:90757 Greenbrier Huntington, West Virginia +0.255025 AMJC_html_4299960498 AMJC_html_4299960498:851:95449:95459 Washington Skykomish River +0.27295 aapg_af_799.html aapg_af_799.html:417:29511:29526 Lodo Contra Costa County, California +0.48285 cspg_html_2834693711 cspg_html_2834693711:399:55196:55217 Protection England +0.2515 cspg_html_2758185645 cspg_html_2758185645:31:5071:5083 Rundle Lacombe, Alberta +0.258048 aapg_ac_222.html aapg_ac_222.html:104:16562:16568 Denver Colorado +0.475896 aapg_af_653.html aapg_af_653.html:889:101404:101411 Temblor Monterey, California +0.71818 aapg_ai_319.html aapg_ai_319.html:16:1589:1606 Martinsburg Huntington, West Virginia +0.271906 aapg_ae_746.html aapg_ae_746.html:675:58170:58186 Viking California +0.259 aapg_ai_959.html aapg_ai_959.html:74:8905:8914 Catahoula Brazos County, Texas +0.270414 jgeology_html_6175642561 jgeology_html_6175642561:1403:79332:79364 Chelmsford Canada +0.256542 gsa_html_4249721605 gsa_html_4249721605:818:71594:71603 Lancaster Sahara Desert (ecoregion) +0.253991 aapg_ai_105.html aapg_ai_105.html:304:34886:34900 Duchesne River Uinta Mountains +0.5082 sedimentology_html_7755870444 sedimentology_html_7755870444:290:21297:21302 Slope Philippines +0.25844 aapg_ac_214.html aapg_ac_214.html:53:6618:6625 Entrada Logan, Utah +0.24816 AMJC_html_8402437205 AMJC_html_8402437205:998:87975:87985 Washington Whidbey Island +0.489888 geology_html_6421455685 geology_html_6421455685:338:22055:22065 Washington Washington (state) +0.491706 aapg_ah_816.html aapg_ah_816.html:35:3669:3677 Virginia Maryland +0.371108 aapg_ad_920.html aapg_ad_920.html:109:9884:9896 Red Mountain Alabama +0.474672 aapg_ae_126.html aapg_ae_126.html:115:11406:11417 Benson Upshur County, West Virginia +0.259534 cspg_html_6116883777 cspg_html_6116883777:1639:199506:199529 Snowblind Bay Little Cornwallis Island +0.256542 cspg_html_8121202912 cspg_html_8121202912:244:30467:30484 Monkman Victoria, British Columbia +0.242316 aapg_aa_382.html aapg_aa_382.html:31:3895:3904 Etchegoin Rancho Santa Margarita, California +0.504465 sedimentology_html_1946067194 sedimentology_html_1946067194:30:1985:2002 Bedford Canada +0.25688 cspg_html_9157093462 cspg_html_9157093462:40:7420:7428 Columbia Victoria, British Columbia +0.238602 aapg_ah_330.html aapg_ah_330.html:356:35598:35603 Tejon Fresno, California +0.416832 palaios_html_9886618772 palaios_html_9886618772:76:9137:9152 Byram Mississippi River +0.746136 aapg_ai_493.html aapg_ai_493.html:37:5263:5278 Uinta Wasatch County, Utah +0.478101 gsa_html_5752397324 gsa_html_5752397324:66:5338:5366 Green River Colorado +0.252 cspg_html_7576506617 cspg_html_7576506617:12:1588:1609 Ekwan River Moose River (Maine) +0.476424 geology_html_6149597609 geology_html_6149597609:209:19668:19678 Washington Boise, Idaho +0.481944 aapg_ad_466.html aapg_ad_466.html:365:43818:43826 Patapsco Delaware +0.266252 aapg_ah_335.html aapg_ah_335.html:182:23721:23730 Pottsville Pottsville, Pennsylvania +0.478 gsa_html_8035658736 gsa_html_8035658736:806:90970:90980 Washington Boise, Idaho +0.259072 aapg_ae_370.html aapg_ae_370.html:485:45365:45381 Keasey Scappoose, Oregon +0.246888 aapg_aa_678.html aapg_aa_678.html:243:25055:25072 Halfway Victoria, British Columbia +0.261948 aapg_ai_515.html aapg_ai_515.html:124:14880:14891 Green River Uinta Mountains +0.517479 aapg_ac_741.html aapg_ac_741.html:378:43933:43951 Niobrara White River (Washington) +0.825132 aapg_ae_35.html aapg_ae_35.html:129:11481:11502 Green River Logan, Utah +0.250976 aapg_ah_696.html aapg_ah_696.html:365:51265:51271 Oregon Washington (state) +0.259518 AMJC_html_5516451353 AMJC_html_5516451353:503:50973:50990 Massabesic Gneiss Berwick, Pennsylvania +0.47124 gsa_html_9106605745 gsa_html_9106605745:655:53840:53856 Verde Logan, Utah +0.26 gsa_html_1078292661 gsa_html_1078292661:30:2834:2842 Richland Washington (state) +0.26162 aapg_ai_81.html aapg_ai_81.html:168:16118:16134 Catskill Western world +0.47376 cspg_html_9717154602 cspg_html_9717154602:301:44759:44776 Wapiabi Lacombe, Alberta +0.229864 palaios_html_5921824758 palaios_html_5921824758:389:34354:34380 Chuckanut Washington (state) +0.2709 aapg_ae_93.html aapg_ae_93.html:33:6278:6286 Kootenay Lacombe, Alberta +0.25351 aapg_ai_811.html aapg_ai_811.html:458:63881:63912 Dutch Creek Jeffersonville, Indiana +0.23958 aapg_ac_594.html aapg_ac_594.html:372:35829:35837 Consuelo Arcadia, California +0.47025 geology_html_3106508906 geology_html_3106508906:124:11504:11514 Washington Victoria, British Columbia +0.262144 aapg_aa_4.html aapg_aa_4.html:96:12150:12167 Genesee Moscow +0.451451 aapg_ad_944.html aapg_ad_944.html:152:15028:15047 Morrison Williston, Vermont +0.256011 aapg_ai_388.html aapg_ai_388.html:53:4861:4880 Rock Springs Cheyenne, Wyoming +0.50445 aapg_ac_336.html aapg_ac_336.html:79:8604:8625 Beaverfoot Mons +0.476215 aapg_ai_107.html aapg_ai_107.html:555:45898:45907 Shongaloo Ellis County, Kansas +0.490261 aapg_ai_930.html aapg_ai_930.html:574:81252:81258 Walker Mississippi River +0.242063 geology_html_1309674459 geology_html_1309674459:205:17015:17024 Extension Quito +0.46096 aapg_ad_257.html aapg_ad_257.html:75:7356:7365 Smackover Alabama +0.273004 aapg_ac_714.html aapg_ac_714.html:645:79618:79633 Swift Big Horn Mountains +0.274567 cspg_html_5949578130 cspg_html_5949578130:438:72064:72091 Duperow Williston Basin +0.488748 gsa_html_7915521951 gsa_html_7915521951:1059:95270:95298 Green River Colorado +0.26361 gsa_html_2378818060 gsa_html_2378818060:891:66502:66508 Oxford Pergamon Museum +0.450597 gsa_html_4385238876 gsa_html_4385238876:74:10289:10294 Yukon Anchorage, Alaska +0.458298 cspg_html_7595517955 cspg_html_7595517955:366:41518:41555 Eleanor River Bathurst Island (Northern Territory) +0.499032 aapg_ah_592.html aapg_ah_592.html:98:7215:7245 Traverse Elba, Alabama +0.261392 aapg_af_416.html aapg_af_416.html:138:17451:17463 Saskatchewan Regina, Saskatchewan +0.247446 aapg_ad_991.html aapg_ad_991.html:141:11450:11455 Sligo Natchitoches, Louisiana +0.250937 aapg_ai_143.html aapg_ai_143.html:3:265:284 Foremost Southern Alberta +0.921599 sedimentology_html_3841637081 sedimentology_html_3841637081:850:38941:38959 Wabamun Swan Hill, Victoria +0.25856 aapg_ae_419.html aapg_ae_419.html:4916:280709:280716 El Paso Texas +0.494856 cspg_html_1665574291 cspg_html_1665574291:97:16552:16570 Paskapoo Lacombe, Alberta +0.477543 cspg_html_9068495364 cspg_html_9068495364:407:46527:46535 Montreal Quebec City +0.465924 aapg_aa_189.html aapg_aa_189.html:3:446:463 La Pena Texas +0.494132 aapg_ae_904.html aapg_ae_904.html:330:34752:34761 Maquoketa Galena Group +0.248003 sedimentology_html_3888376365 sedimentology_html_3888376365:516:47254:47260 Abbott California +0.481874 gsa_html_2220556952 gsa_html_2220556952:1317:135274:135302 Green River Iran +0.264698 sedimentology_html_5746467239 sedimentology_html_5746467239:1890:123321:123326 Piper Gauley River +0.476933 aapg_ai_31.html aapg_ai_31.html:282:28175:28184 Catahoula Texas +0.245338 cspg_html_9905904289 cspg_html_9905904289:56:8118:8137 Frenchman Regina, Saskatchewan +0.252506 aapg_ai_491.html aapg_ai_491.html:254:30403:30407 Rico Colorado +0.310885 aapg_ah_654.html aapg_ah_654.html:995:102665:102693 Phosphoria Cheyenne, Wyoming +0.48399 aapg_ad_855.html aapg_ad_855.html:252:25453:25468 Mt Lytton Paluxy, Texas +0.243867 aapg_aa_955.html aapg_aa_955.html:226:24004:24023 Mansfield Clayton County, Georgia +0.270279 aapg_ac_841.html aapg_ac_841.html:257:33370:33385 Coban Honduras +0.473815 aapg_ai_542.html aapg_ai_542.html:217:18744:18750 Denver Colorado +0.494607 cspg_html_6306091047 cspg_html_6306091047:140:20954:20974 Baldonnel Victoria, British Columbia +0.490261 gsa_html_5737673651 gsa_html_5737673651:383:33959:33990 Chinle Arizona +0.25351 aapg_ai_603.html aapg_ai_603.html:44:4685:4706 Price North Horn Formation +0.495876 aapg_ah_962.html aapg_ah_962.html:160:18244:18255 Black River Athens, Georgia +0.266252 aapg_ad_801.html aapg_ad_801.html:569:47208:47214 Midway Alabama +0.287346 aapg_ac_91.html aapg_ac_91.html:500:39731:39752 Etherington Boise, Idaho +0.2328 aapg_ak_137.html aapg_ak_137.html:167:19746:19764 Whitewater Wabash River +0.26367 gsa_html_4837287019 gsa_html_4837287019:381:35557:35567 Washington Hays, Kansas +0.26355 geology_html_9321919623 geology_html_9321919623:215:20730:20736 Snyder Russia +0.253847 gsa_html_2832151886 gsa_html_2832151886:461:39732:39755 Belle Fourche Lacombe, Alberta +0.484785 aapg_ah_339.html aapg_ah_339.html:251:24437:24716 Onondaga Knoxville, Tennessee +0.4959 aapg_ai_388.html aapg_ai_388.html:114:11050:11057 Wasatch Western world +0.235404 aapg_ai_27.html aapg_ai_27.html:22:2580:2584 Frio Texas +0.243936 cspg_html_2769629211 cspg_html_2769629211:675:70420:70431 Slave Point Victoria, British Columbia +0.46779 geology_html_6685929061 geology_html_6685929061:13:545:553 Montreal Quebec City +0.263592 aapg_ae_847.html aapg_ae_847.html:109:7817:7828 San Joaquin Sacramento, California +0.271852 geology_html_7208965006 geology_html_7208965006:11:470:478 Virginia Norfolk, Virginia +0.483492 aapg_ae_708.html aapg_ae_708.html:77:10369:10389 Nolichucky Maynardville, Tennessee +0.256032 gsa_html_1024107776 gsa_html_1024107776:496:48785:48794 Claremont Bridgetown, Nova Scotia +0.472524 aapg_af_636.html aapg_af_636.html:593:69752:69771 Pendleton Bloomington, Indiana +0.271906 aapg_ae_681.html aapg_ae_681.html:32:5200:5219 Smackover Alabama +0.354144 aapg_aa_125.html aapg_aa_125.html:17:2041:2046 Banff Fernie, British Columbia +0.245967 aapg_ah_753.html aapg_ah_753.html:128:21253:21260 Shepody Germantown, Montgomery County, Maryland +0.26214 aapg_ai_49.html aapg_ai_49.html:167:18843:18868 Starved Rock White River (Washington) +0.473052 palaios_html_2256521782 palaios_html_2256521782:29:1201:1218 Mattoon Illinois +0.489915 gsa_html_2657648234 gsa_html_2657648234:1223:76755:76783 Green River Colorado +0.247995 gsa_html_8236729701 gsa_html_8236729701:166:19099:19119 Point Loma San Diego +0.255955 cspg_html_1312400675 cspg_html_1312400675:30:3749:3761 Saskatchewan Lacombe, Alberta +0.488898 gsa_html_4701409557 gsa_html_4701409557:47:3063:3091 Green River New Mexico +0.451634 cspg_html_8427119881 cspg_html_8427119881:68:12911:12935 Athabasca Lacombe, Alberta +0.488814 gsa_html_1569131616 gsa_html_1569131616:621:57410:57438 Green River Colorado +0.253175 aapg_ad_192.html aapg_ad_192.html:271:31520:31540 Tuscaloosa Tuscaloosa, Alabama +0.24153 aapg_af_142.html aapg_af_142.html:219:27203:27210 La Caja Mexico +0.503285 gsa_html_9439813057 gsa_html_9439813057:1306:123725:123753 Green River Iran +0.524984 aapg_aa_610.html aapg_aa_610.html:99:10281:10299 Niobrara Niobrara, Nebraska +0.2541 gsa_html_2145963783 gsa_html_2145963783:176:17611:17617 Moleen Western world +0.280675 aapg_ad_880.html aapg_ad_880.html:883:86191:86206 Swift Logan, Utah +0.258028 cspg_html_1743060601 cspg_html_1743060601:20:3132:3140 Columbia Victoria, British Columbia +0.45147 aapg_af_653.html aapg_af_653.html:385:45798:45807 San Pedro Monterey, California +0.454608 aapg_ae_826.html aapg_ae_826.html:19:1792:1799 Cypress Bethel, Alaska +0.490455 geology_html_7548138059 geology_html_7548138059:16:876:883 Shuswap Canada +0.25908 cspg_html_4293350162 cspg_html_4293350162:436:47386:47406 Mount Head Carnarvon, Western Australia +0.44319 aapg_ac_835.html aapg_ac_835.html:1186:176369:176379 Phosphoria Cheyenne, Wyoming +0.487424 aapg_ac_575.html aapg_ac_575.html:560:84825:84839 Word Texas +0.22632 sedimentology_html_8344884381 sedimentology_html_8344884381:1091:95492:95500 Virginia Haynesville, Louisiana +0.469568 palaios_html_9518809405 palaios_html_9518809405:570:48225:48249 Tidal Colorado River Delta +0.48909 geology_html_4599156600 geology_html_4599156600:106:11274:11293 Eagle Victoria, British Columbia +0.473386 aapg_aa_903.html aapg_aa_903.html:33:4399:4422 San Sebastian Puerto Rico +0.2618 aapg_ae_767.html aapg_ae_767.html:147:13991:14013 Entrada Colorado +0.26606 aapg_ac_335.html aapg_ac_335.html:171:16254:16270 Frisco Frisco, Texas +0.381018 aapg_ah_772.html aapg_ah_772.html:637:52752:52771 Diamond Peak Logan, Utah +0.46552 aapg_af_594.html aapg_af_594.html:13:2039:2059 Greenbrier Virginia +0.50694 gsa_html_1457488796 gsa_html_1457488796:67:4803:4831 Green River Colorado +0.24947 gsa_html_8016617669 gsa_html_8016617669:627:58233:58239 Kodiak Anchorage, Alaska +0.247748 aapg_ae_534.html aapg_ae_534.html:190:18958:18966 Colorado Denver +0.253482 sedimentology_html_3850942730 sedimentology_html_3850942730:1170:91409:91425 Carmel Logan, Utah +0.480768 aapg_ad_865.html aapg_ad_865.html:379:37449:37464 Molas Ouray, Colorado +0.267168 aapg_ad_426.html aapg_ad_426.html:16:2028:2032 Frio Oakville, California +0.263682 aapg_aa_734.html aapg_aa_734.html:29:3547:3555 Caballos Arkansas +0.49244 geology_html_2235998351 geology_html_2235998351:292:26495:26507 Austin Chalk Texas +0.252888 sedimentology_html_2912098544 sedimentology_html_2912098544:568:47461:47476 Mesaverde Logan, Utah +0.48756 aapg_ah_96.html aapg_ah_96.html:508:59704:59718 Winnipeg Williston, Vermont +0.26058 sedimentology_html_6425376816 sedimentology_html_6425376816:1431:115388:115414 San Andres Guadalupe Mountains National Park +0.257048 aapg_af_701.html aapg_af_701.html:123:13652:13665 Venango Venango, Pennsylvania +0.257556 sedimentology_html_6210806021 sedimentology_html_6210806021:22:1545:1555 Pine Point Canada +0.4805 gsa_html_1553263562 gsa_html_1553263562:479:40172:40188 Cutler Colorado +0.4712 cspg_html_3012058617 cspg_html_3012058617:68:10368:10382 Elk Kootenay River +0.269357 geology_html_2705128271 geology_html_2705128271:151:14275:14294 Pocatello Boise, Idaho +0.482275 cspg_html_4655200751 cspg_html_4655200751:154:28577:28616 Leduc Canada +0.2495 cspg_html_8532932475 cspg_html_8532932475:47:7180:7197 Bluesky Willapa Bay +0.471851 jgeology_html_6372415613 jgeology_html_6372415613:254:17040:17055 Dolly Ridge Ontario, California +0.467362 cspg_html_1347848644 cspg_html_1347848644:407:47562:47568 Moscow Russia +0.483406 gsa_html_1610161932 gsa_html_1610161932:1128:96272:96300 Green River Colorado +0.259518 aapg_ac_730.html aapg_ac_730.html:201:28375:28390 Mesaverde Mancos, Colorado +0.257526 cspg_html_4555867289 cspg_html_4555867289:359:39234:39241 Halfway Lacombe, Alberta +0.24941 gsa_html_5924250698 gsa_html_5924250698:1036:98415:98421 Denver Colorado +0.509486 aapg_ac_315.html aapg_ac_315.html:821:78342:78351 Goose Egg Powder River Basin +0.262446 aapg_ah_289.html aapg_ah_289.html:130:17156:17164 Monterey Monterey, California +0.26447 sedimentology_html_6884737185 sedimentology_html_6884737185:1733:86838:86852 Monterey California +0.257556 aapg_ac_234.html aapg_ac_234.html:18:2715:2726 San Joaquin California +0.270384 geology_html_8376844606 geology_html_8376844606:288:25012:25020 Columbia London, Ontario +0.251446 gsa_html_6983076294 gsa_html_6983076294:996:87198:87212 Troy Arizona +0.484748 gsa_html_2207983619 gsa_html_2207983619:142:7968:7974 Cupido Coahuila +0.26985 aapg_aa_199.html aapg_aa_199.html:14:2146:2166 Beekmantown Harrisonburg, Virginia +0.254478 aapg_ac_809.html aapg_ac_809.html:171:15169:15184 Mt Lytton Yellowstone River +0.281298 aapg_ae_705.html aapg_ae_705.html:3:471:489 Casitas California +0.265216 cspg_html_1222040397 cspg_html_1222040397:277:37592:37612 Owen Creek Rocky Mountains +0.45026 aapg_ad_2.html aapg_ad_2.html:1053:143948:143957 Lancaster Great Valley, New York +0.2604 aapg_af_595.html aapg_af_595.html:107:9345:9355 Tuscaloosa Alabama +0.265434 gsa_html_4440281271 gsa_html_4440281271:11:464:470 Oregon Salem, Oregon +0.247374 gsa_html_3613642206 gsa_html_3613642206:804:72930:72948 Blakeley Kitsap County, Washington +0.255009 gsa_html_2877730818 gsa_html_2877730818:790:69168:69197 Johnnie Reno, Nevada +0.263796 aapg_ad_683.html aapg_ad_683.html:249:27605:27623 Moenkopi San Juan River (Nicaragua) +0.252813 aapg_aa_463.html aapg_aa_463.html:207:39486:39507 Smackover Flomaton, Alabama +0.522784 gsa_html_5238935078 gsa_html_5238935078:79:5626:5654 Green River Colorado +0.244528 sedimentology_html_9512899279 sedimentology_html_9512899279:881:49860:49884 Scripps California +0.49162 gsa_html_9968391192 gsa_html_9968391192:68:5644:5672 Green River Colorado +0.468765 cspg_html_7229660003 cspg_html_7229660003:167:13211:13223 Saskatchewan Keewatin, Minnesota +0.485556 cspg_html_8334041965 cspg_html_8334041965:185:30926:30934 Columbia Lacombe, Alberta +0.41919 aapg_ad_169.html aapg_ad_169.html:493:57660:57680 Greenbrier Kentucky +0.251472 geology_html_8881449794 geology_html_8881449794:116:10289:10295 Pueblo Colorado +0.240051 aapg_ak_118.html aapg_ak_118.html:49:5898:5915 Schuler Calhoun, Georgia +0.276078 cspg_html_2182541128 cspg_html_2182541128:5:209:213 Peel Lacombe, Alberta +0.70376 cspg_html_1676191879 cspg_html_1676191879:18:2606:2621 Maquoketa Iowa +0.238135 aapg_ac_344.html aapg_ac_344.html:42:3822:3831 Peninsula Suwannee County, Florida +0.492666 aapg_af_891.html aapg_af_891.html:60:5757:5762 Queen New Mexico +0.49088 palaios_html_8895470583 palaios_html_8895470583:310:31183:31191 San Luis Caribbean +0.491568 aapg_ah_311.html aapg_ah_311.html:19:3112:3122 Fort Union White River (Washington) +0.492926 aapg_af_575.html aapg_af_575.html:1140:164007:164015 Kiamichi Arkansas +0.263592 aapg_ah_335.html aapg_ah_335.html:466:60154:60163 Conemaugh Huntington, West Virginia +0.48984 gsa_html_8662254581 gsa_html_8662254581:999:103332:103344 Owens Valley California +0.716656 aapg_af_50.html aapg_af_50.html:62:7224:7231 Minturn Eagle River, Alaska +0.278244 cspg_html_3772380029 cspg_html_3772380029:471:59812:59831 Red River Manitoba +0.469829 aapg_ah_647.html aapg_ah_647.html:645:72042:72058 Concha Colina, Chile +0.263088 cspg_html_4298557570 cspg_html_4298557570:350:44570:44578 Paskapoo Bow River +0.243195 cspg_html_9778753186 cspg_html_9778753186:19:2224:2232 Kootenay Victoria, British Columbia +0.49317 aapg_ae_4.html aapg_ae_4.html:300:35262:35276 Manning Canyon Boise, Idaho +0.26659 aapg_aa_610.html aapg_aa_610.html:180:18388:18402 Niobrara Niobrara, Nebraska +0.266087 cspg_html_1812427756 cspg_html_1812427756:254:38705:38717 Fernie Lacombe, Alberta +0.46971 geology_html_5745933097 geology_html_5745933097:398:27930:27937 Hampton Virginia +0.424375 aapg_af_636.html aapg_af_636.html:243:28541:28549 Onondaga Knoxville, Tennessee +0.255528 gsa_html_6861599329 gsa_html_6861599329:941:81992:82002 Washington Washington (state) +0.245025 aapg_ah_223.html aapg_ah_223.html:83:8505:8511 Denver Colorado +0.485298 aapg_ae_992.html aapg_ae_992.html:561:51217:51226 Popo Agie John Crow Mountains +0.501954 aapg_ah_327.html aapg_ah_327.html:346:31636:31645 Minnelusa Cambridge +0.255258 cspg_html_3097746547 cspg_html_3097746547:635:68231:68251 Cadomin Lacombe, Alberta +0.801198 gsa_html_5056480923 gsa_html_5056480923:728:56489:56514 Barstow California +0.510976 gsa_html_8066465143 gsa_html_8066465143:1499:117042:117070 Green River Colorado +0.488898 aapg_ad_0.html aapg_ad_0.html:112:11797:11812 Oneota Shakopee, Minnesota +0.903444 cspg_html_5456368738 cspg_html_5456368738:93:10338:10352 Hume Root River (Wisconsin) +0.25653 aapg_af_518.html aapg_af_518.html:343:36804:36810 Jordan Caribbean +0.470907 sedimentology_html_4367606328 sedimentology_html_4367606328:272:13546:13553 Pearson Ontario, California +0.24232 cspg_html_7402164801 cspg_html_7402164801:55:6229:6240 Belly River Judith River Formation +0.250985 aapg_af_854.html aapg_af_854.html:412:53982:54004 Locust Point Jackson County, Missouri +0.47672 gsa_html_1636483297 gsa_html_1636483297:387:33434:33445 Green River Cheyenne, Wyoming +0.241542 cspg_html_4105062490 cspg_html_4105062490:130:13516:13524 Edmonton Lacombe, Alberta +0.47047 aapg_ai_986.html aapg_ai_986.html:183:19532:19538 Morgan Logan, Utah +0.48545 aapg_af_532.html aapg_af_532.html:330:38834:38840 Denver Colorado +0.465085 jgeology_html_4305195651 jgeology_html_4305195651:523:54680:54703 Oneonta Chenango County, New York +0.478611 gsa_html_9968391192 gsa_html_9968391192:32:2903:2915 Saskatchewan Regina, Saskatchewan +0.248412 aapg_aa_409.html aapg_aa_409.html:36:4773:4778 Colon Venezuela +0.48951 aapg_af_891.html aapg_af_891.html:121:11938:11954 Stonewall San Angelo, Texas +0.4755 aapg_ak_135.html aapg_ak_135.html:64:11117:11136 Santiago Santiago +0.245364 cspg_html_1019614994 cspg_html_1019614994:220:34643:34663 Big Valley Lacombe, Alberta +0.492701 gsa_html_5773604426 gsa_html_5773604426:86:8564:8576 Wilcox Shreveport, Louisiana +0.49068 gsa_html_2422494332 gsa_html_2422494332:562:56763:56773 Deer Creek Klamath Mountains (ecoregion) +0.247464 aapg_ad_552.html aapg_ad_552.html:234:32286:32322 Ferris Cheyenne, Wyoming +0.263676 geology_html_3451037536 geology_html_3451037536:313:26546:26554 Colorado Arctic +0.451656 cspg_html_8312989046 cspg_html_8312989046:1004:101020:101028 Smithers Victoria, British Columbia +0.254015 aapg_ai_514.html aapg_ai_514.html:117:13984:14006 Mt Lytton Nye County, Nevada +0.8964 aapg_ac_730.html aapg_ac_730.html:159:22456:22462 Dakota Mancos, Colorado +0.248985 cspg_html_5949578130 cspg_html_5949578130:857:98883:98891 Colorado Denver +0.260075 aapg_ae_67.html aapg_ae_67.html:379:31478:31486 Colorado Colorado +0.272459 AMJC_html_5421639085 AMJC_html_5421639085:12:716:722 Reston Virginia +0.3775 palaios_html_4282283317 palaios_html_4282283317:516:46321:46341 Phosphoria Boise, Idaho +0.45384 aapg_aa_731.html aapg_aa_731.html:243:32667:32682 Rockdale Mississippi River +0.240548 sedimentology_html_2301796541 sedimentology_html_2301796541:151:14247:14252 Ponce Region of Murcia +0.499278 sedimentology_html_5372057865 sedimentology_html_5372057865:461:41586:41591 Logan Lake Sammamish State Park +0.493626 aapg_ad_338.html aapg_ad_338.html:387:46005:46027 Hornerstown Navesink River +0.465392 aapg_aa_4.html aapg_aa_4.html:49:6936:6952 Sonyea Genesee County, Michigan +0.480365 sedimentology_html_9289224221 sedimentology_html_9289224221:590:43953:43965 Pethei Africa +0.492666 sedimentology_html_7738052307 sedimentology_html_7738052307:1158:78227:78244 Frisco South Africa +0.240318 cspg_html_7970836465 cspg_html_7970836465:25:2553:2571 Chicotte Anticosti Island +0.476652 cspg_html_6816015957 cspg_html_6816015957:523:53351:53359 Columbia Victoria, British Columbia +0.522477 aapg_af_799.html aapg_af_799.html:637:48273:48296 Martinez California +0.25143 sedimentology_html_4072526193 sedimentology_html_4072526193:363:14583:14587 Hall London, Ontario +0.249458 aapg_aa_775.html aapg_aa_775.html:830:90267:90274 Yucatan Mexico +0.47785 cspg_html_1336185084 cspg_html_1336185084:15:1417:1440 Clearwater Clearwater, Florida +0.245967 sedimentology_html_3181527419 sedimentology_html_3181527419:994:62740:62756 Hermit Arizona +0.498318 aapg_ad_801.html aapg_ad_801.html:354:37804:37811 Prairie Shreveport, Louisiana +0.260051 aapg_ae_958.html aapg_ae_958.html:3193:274020:274025 Hueco Guadalupe Mountains National Park +0.483886 palaios_html_1262064602 palaios_html_1262064602:999:99135:99152 Kayenta Colorado +0.498188 aapg_ad_2.html aapg_ad_2.html:1398:191327:191348 Black River Chambersburg, Pennsylvania +0.498324 aapg_ae_973.html aapg_ae_973.html:628:46069:46079 San Andres New Mexico +0.24947 gsa_html_4432793908 gsa_html_4432793908:876:95086:95092 Oregon California +0.489328 aapg_ac_363.html aapg_ac_363.html:198:21771:21779 Bellevue Bakersfield, California +0.496762 aapg_ad_918.html aapg_ad_918.html:63:9147:9156 Mesaverde Colorado +0.25957 aapg_ac_719.html aapg_ac_719.html:40:4189:4204 Raton Trinidad and Tobago +0.434378 cspg_html_9905904289 cspg_html_9905904289:381:49385:49403 Scollard Regina, Saskatchewan +0.481874 aapg_ae_235.html aapg_ae_235.html:186:22490:22496 Peedee Black Creek (Toronto) +0.26059 cspg_html_4407096618 cspg_html_4407096618:12:1539:1547 Columbia Victoria, British Columbia +0.243595 aapg_ac_743.html aapg_ac_743.html:197:24991:25001 Washington Salem, Oregon +0.48598 cspg_html_4498577775 cspg_html_4498577775:93:12361:12364 Gog Mount Robson Provincial Park +0.481792 gsa_html_5928791685 gsa_html_5928791685:88:8379:8395 Blackstone Newport, Rhode Island +0.268224 aapg_ad_11.html aapg_ad_11.html:93:12604:12618 Sentinel Butte Almont, Michigan +0.41895 aapg_ae_805.html aapg_ae_805.html:652:80621:80626 Bluff Mesa, Arizona +0.48384 palaios_html_3931161229 palaios_html_3931161229:998:98164:98183 Fairview Kentucky +0.718005 gsa_html_5039569238 gsa_html_5039569238:486:42285:42317 Chelmsford Ontario, California +0.91098 aapg_ac_690.html aapg_ac_690.html:62:5817:5823 Dakota Rio Arriba County, New Mexico +0.266766 geology_html_1401703826 geology_html_1401703826:213:20417:20421 Hall Earth +0.481076 aapg_ah_385.html aapg_ah_385.html:244:29624:29640 Venado Putah Creek +0.248412 aapg_ac_380.html aapg_ac_380.html:95:12971:12979 Syracuse Salina, Kansas +0.489765 cspg_html_5217137903 cspg_html_5217137903:227:32242:32269 Paskapoo Colorado +0.245935 aapg_ai_163.html aapg_ai_163.html:545:45712:45731 Ingleside Table Mountain +0.480459 geology_html_8070421739 geology_html_8070421739:48:4941:4962 Ludlowville Arkona, Ontario +0.249964 aapg_ac_245.html aapg_ac_245.html:233:34612:34617 Atoka Kearny, New Jersey +0.484848 aapg_ah_411.html aapg_ah_411.html:29:4844:4852 Kootenay Great Falls (Missouri River) +0.254338 aapg_af_653.html aapg_af_653.html:925:108006:108024 Monterey Monterey, California +0.502326 cspg_html_7434089303 cspg_html_7434089303:159:18862:18899 Bay Fiord Ellesmere Island +0.47904 gsa_html_1538463681 gsa_html_1538463681:14:586:596 Las Cruces New Mexico +0.48705 aapg_ah_174.html aapg_ah_174.html:632:68885:68893 Santiago Chile +0.474288 aapg_ad_105.html aapg_ad_105.html:73:7043:7051 San Jose Costa Rica +0.270764 aapg_af_579.html aapg_af_579.html:17:2093:2117 Junction Creek Entrada Sandstone +0.234256 gsa_html_1536819908 gsa_html_1536819908:710:67848:67879 Edna Mountain Sparks, Nevada +0.38505 aapg_aa_208.html aapg_aa_208.html:751:71029:71050 Green River Logan, Utah +0.24633 aapg_ad_63.html aapg_ad_63.html:113:9297:9307 Sabinetown Rockdale, Texas +0.49082 aapg_af_880.html aapg_af_880.html:647:101504:101512 Wolfcamp Wichita, Kansas +0.263676 aapg_af_551.html aapg_af_551.html:39:4229:4249 Keokuk Iowa +0.260058 aapg_ah_556.html aapg_ah_556.html:143:12026:12054 Green River Mancos, Colorado +0.450585 AMJC_html_3632105729 AMJC_html_3632105729:793:90594:90600 Oregon Salem, Oregon +0.46172 geology_html_2894856088 geology_html_2894856088:256:23012:23016 Hall San Diego +0.473826 jgeology_html_1095412310 jgeology_html_1095412310:317:18020:18046 Coeymans Cherry Valley, Illinois +0.251988 aapg_ah_385.html aapg_ah_385.html:370:46062:46083 Venado Glenn County, California +0.466871 gsa_html_8881958017 gsa_html_8881958017:489:48113:48119 Nelson Victoria, British Columbia +0.269808 aapg_ah_828.html aapg_ah_828.html:514:48737:48756 Norphlet Mississippi River +0.492252 aapg_ai_157.html aapg_ai_157.html:317:30617:30623 Guelph Guelph +0.2626 gsa_html_9889833548 gsa_html_9889833548:852:78734:78738 Hall California +0.25441 sedimentology_html_6282709960 sedimentology_html_6282709960:376:27596:27607 Green River Basin, Wyoming +0.51092 gsa_html_5020337593 gsa_html_5020337593:32:2908:2936 Green River Iran +0.496164 aapg_ae_777.html aapg_ae_777.html:106:12678:12702 Espiritu Santo Pecos River +0.483759 aapg_ah_415.html aapg_ah_415.html:142:12912:12932 Milk River Colorado +0.498076 aapg_ae_63.html aapg_ae_63.html:368:37735:37759 Wasatch Colorado +0.259032 gsa_html_7102550258 gsa_html_7102550258:781:87956:87963 Kayenta Kayenta, Arizona +0.477696 cspg_html_1336185084 cspg_html_1336185084:394:43073:43082 Cold Lake Lacombe, Alberta +0.518432 aapg_ad_683.html aapg_ad_683.html:121:16563:16579 Kaibab Supai, Arizona +0.250976 gsa_html_3412344071 gsa_html_3412344071:673:60256:60262 Denver Logan, Utah +0.441012 cspg_html_6985536436 cspg_html_6985536436:664:85316:85339 Smoking Hills Banks Island +0.487278 aapg_ai_28.html aapg_ai_28.html:188:16732:16738 Lissie Brazos River +0.493812 aapg_aa_313.html aapg_aa_313.html:751:80189:80204 Supai Kamthi +0.258566 cspg_html_5538678223 cspg_html_5538678223:83:13774:13779 Liard Victoria, British Columbia +0.518787 aapg_ae_513.html aapg_ae_513.html:49:4315:4323 Woodbine Austin County, Texas +0.479115 gsa_html_3014459865 gsa_html_3014459865:124:13012:13030 Beacon Hill Gravel Piedmont (United States) +0.269874 geology_html_7526114759 geology_html_7526114759:14:860:870 Washington Earth +0.275058 aapg_ae_29.html aapg_ae_29.html:233:28716:28737 Mauch Chunk Plateau State +0.481525 jgeology_html_1836103970 jgeology_html_1836103970:210:16482:16502 Boss Point New Glasgow, Nova Scotia +0.259588 aapg_ae_863.html aapg_ae_863.html:904:79786:79795 San Diego California +0.462434 aapg_ae_306.html aapg_ae_306.html:363:45621:45628 Cercado Dominican Republic +0.25938 aapg_ad_194.html aapg_ad_194.html:521:60482:60499 Roberts Mountains Reno, Nevada +0.253009 gsa_html_7248164569 gsa_html_7248164569:619:48018:48039 Winterville Portland, Maine +0.487113 cspg_html_3354282978 cspg_html_3354282978:188:24993:25003 Swan Hills Middle East +0.253482 aapg_ac_743.html aapg_ac_743.html:202:25175:25185 Washington Salem, Oregon +0.256949 gsa_html_3010975239 gsa_html_3010975239:17:735:741 Reston Virginia +0.273006 aapg_af_775.html aapg_af_775.html:284:19245:19252 Lagarto Oakville, California +0.258192 cspg_html_5141367518 cspg_html_5141367518:59:9382:9392 Blackstone Western world +0.239844 geology_html_2391629888 geology_html_2391629888:31:2943:2962 Round Mountain Silt San Joaquin River +0.487272 aapg_ai_583.html aapg_ai_583.html:395:49660:49681 Twin Creek Boise, Idaho +0.273493 cspg_html_8509913074 cspg_html_8509913074:486:62134:62151 Eramosa Guelph +0.473641 aapg_af_320.html aapg_af_320.html:136:25227:25238 Open Missouri River +0.261948 aapg_ah_385.html aapg_ah_385.html:410:51113:51129 Venado Marysville, Washington +0.26622 sedimentology_html_8765800807 sedimentology_html_8765800807:1612:79868:79872 Lane Chandler, Arizona +0.486272 cspg_html_1962846283 cspg_html_1962846283:417:49407:49423 Fernie Moose Mountain (Alberta) +0.467232 cspg_html_3990529684 cspg_html_3990529684:7:270:290 Missisauga Bridgetown, Nova Scotia +0.88065 gsa_html_8951179545 gsa_html_8951179545:585:70133:70145 Wilcox Texas +0.257943 aapg_ah_107.html aapg_ah_107.html:242:23586:23595 Peninsula Chihuahua (state) +0.23817 aapg_aa_607.html aapg_aa_607.html:333:34847:34856 San Diego Bering Sea +0.25449 aapg_ad_169.html aapg_ad_169.html:488:56531:56551 Greenbrier Huntington, West Virginia +0.243045 sedimentology_html_6601404154 sedimentology_html_6601404154:361:35962:35966 Hall London, Ontario +0.26214 gsa_html_5625878232 gsa_html_5625878232:317:43434:43445 San Antonio Hornby Island +0.486664 aapg_ae_185.html aapg_ae_185.html:203:17985:17998 Cotton Valley Carterville, Illinois +0.478 aapg_ah_97.html aapg_ah_97.html:23:3100:3105 Logan Quebec City +0.769035 aapg_ae_777.html aapg_ae_777.html:674:76735:76744 Montezuma Gallina +0.50731 gsa_html_7012936645 gsa_html_7012936645:1039:81497:81525 Green River Colorado +0.2562 cspg_html_9865297170 cspg_html_9865297170:479:63305:63313 Columbia Victoria, British Columbia +0.48568 cspg_html_4694482219 cspg_html_4694482219:390:34410:34423 Bearpaw Edmonton, London +0.494736 gsa_html_9304619722 gsa_html_9304619722:987:75853:75881 Green River Colorado +0.487494 palaios_html_7769060899 palaios_html_7769060899:534:51153:51168 Arikaree Nebraska +0.253512 cspg_html_9343899465 cspg_html_9343899465:2589:234307:234323 Ireton Lacombe, Alberta +0.273528 aapg_af_421.html aapg_af_421.html:65:7770:7798 Traverse Saginaw County, Michigan +0.25449 aapg_ai_249.html aapg_ai_249.html:805:104982:104987 Coban Guatemala +0.693825 aapg_ae_415.html aapg_ae_415.html:708:87823:87845 Chickasawhay Mississippi River +0.450625 aapg_ae_223.html aapg_ae_223.html:93:11799:11815 Dakota Moffat County, Colorado +0.258 aapg_ai_468.html aapg_ai_468.html:305:37795:37806 Haynesville Bossier City, Louisiana +0.50562 gsa_html_7338496414 gsa_html_7338496414:29:2796:2824 Green River Colorado +0.2525 aapg_af_482.html aapg_af_482.html:396:50959:50976 Esquias Honduras +0.46683 geology_html_2490144372 geology_html_2490144372:216:21195:21203 Colorado Rangeley, Maine +0.265895 aapg_ad_918.html aapg_ad_918.html:270:34244:34260 Dakota Elk Creek, California +0.48246 gsa_html_4985165678 gsa_html_4985165678:68:5279:5307 Green River Colorado +0.374468 sedimentology_html_8510537334 sedimentology_html_8510537334:828:61029:61074 Bloomsburg Maryland +0.520338 aapg_aa_870.html aapg_aa_870.html:543:50322:50328 Dakota Lone Pine, California +0.254774 aapg_ai_999.html aapg_ai_999.html:41:4299:4315 Fernie Canada +0.410565 cspg_html_9119878068 cspg_html_9119878068:246:31679:31689 Swan Hills Swan Hill, Victoria +0.332112 cspg_html_7985076717 cspg_html_7985076717:336:31283:31301 Beaufort Alta, Utah +0.461448 aapg_ac_414.html aapg_ac_414.html:153:18527:18543 Toroweap Reno, Nevada +0.464145 geology_html_5277762023 geology_html_5277762023:212:21478:21482 Fang China +0.489583 gsa_html_4385238876 gsa_html_4385238876:598:61834:61854 Wolverine Kayah State +0.701256 cspg_html_9343899465 cspg_html_9343899465:735:67874:67884 Blue Fiord Ellesmere Island +0.265144 geology_html_2144574689 geology_html_2144574689:263:25062:25070 Rockwell California +0.50997 aapg_ae_999.html aapg_ae_999.html:305:42452:42467 Vicksburg Texas +0.48762 gsa_html_9102781796 gsa_html_9102781796:722:65444:65465 Talkeetna Anchorage, Alaska +0.24846 cspg_html_8587137158 cspg_html_8587137158:1229:142086:142094 Montreal Quebec City +0.254904 palaios_html_4588969442 palaios_html_4588969442:106:7979:7997 Wilberns Texas +0.25806 sedimentology_html_7486236177 sedimentology_html_7486236177:1054:81801:81810 Interlake Nassau, Bahamas +0.257544 cspg_html_2826081830 cspg_html_2826081830:392:46193:46217 Cold Lake Lacombe, Alberta +0.479552 aapg_ad_11.html aapg_ad_11.html:114:15818:15830 Tongue River Fort Union Trading Post National Historic Site +0.258856 cspg_html_9957758447 cspg_html_9957758447:41:7327:7342 Elk Lacombe, Alberta +0.801135 cspg_html_3404912985 cspg_html_3404912985:736:102636:102657 Belly River Lacombe, Alberta +0.24444 cspg_html_5312588885 cspg_html_5312588885:6:481:500 Jefferson Boise, Idaho +0.494769 aapg_ai_913.html aapg_ai_913.html:274:39772:39787 Mesaverde Colorado +0.456435 cspg_html_1065856149 cspg_html_1065856149:31:3470:3478 Weymouth Victoria, British Columbia +0.239105 gsa_html_7633967689 gsa_html_7633967689:824:89007:89012 Stark Republic of China +0.261576 aapg_ad_311.html aapg_ad_311.html:3:240:252 Wilcox Laredo, Texas +0.448875 cspg_html_4287356899 cspg_html_4287356899:3952:391881:391897 Alapah Great Britain +0.245508 cspg_html_1962846283 cspg_html_1962846283:310:33992:34000 Kootenay Lacombe, Alberta +0.496731 aapg_ac_361.html aapg_ac_361.html:367:41649:41657 Monterey San Francisco +0.48192 AMJC_html_1252169248 AMJC_html_1252169248:438:40205:40218 Monson Gneiss Middletown, Connecticut +0.254 cspg_html_8690548664 cspg_html_8690548664:8:811:824 Mountain Park Lacombe, Alberta +0.25398 gsa_html_8261220426 gsa_html_8261220426:34:2396:2409 Nahant Gabbro Cape Ann +0.263796 aapg_ae_60.html aapg_ae_60.html:297:32386:32394 Kootenai Colorado +0.459776 sedimentology_html_6812582012 sedimentology_html_6812582012:1280:96940:96944 Hall London, Ontario +0.48603 jgeology_html_4289404569 jgeology_html_4289404569:574:47778:47799 Green River Colorado +0.245518 gsa_html_7102550258 gsa_html_7102550258:278:29663:29679 Navajo Colorado +0.5076 aapg_ah_337.html aapg_ah_337.html:270:32337:32347 Georgetown Del Rio, Tennessee +0.481792 aapg_ac_65.html aapg_ac_65.html:89:10106:10123 Minturn Colorado +0.490032 cspg_html_8089302449 cspg_html_8089302449:541:94298:94320 Souris River Manitoba +0.427609 cspg_html_8568877195 cspg_html_8568877195:36:6402:6419 Belly River Western world +0.492297 aapg_ah_387.html aapg_ah_387.html:2887:315563:315572 Knoxville Knoxville, Illinois +0.258572 aapg_ac_65.html aapg_ac_65.html:72:8884:8900 Morgan Colorado +0.249 gsa_html_6441142238 gsa_html_6441142238:202:20425:20437 Galena Decorah, Iowa +0.251748 cspg_html_6021605367 cspg_html_6021605367:29:3394:3407 Wabamun Lacombe, Alberta +0.489636 jgeology_html_1380249798 jgeology_html_1380249798:162:9903:9930 Yorktown Richmond, California +0.244488 sedimentology_html_1574197024 sedimentology_html_1574197024:2114:101261:101265 Hall London, Ontario +0.28245 aapg_ad_808.html aapg_ad_808.html:999:66747:66765 Cloverly Greybull, Wyoming +0.50295 aapg_af_575.html aapg_af_575.html:308:41339:41358 Dutchtown Gasconade River +0.493387 gsa_html_7199417381 gsa_html_7199417381:300:33656:33673 White River Colorado +0.25636 cspg_html_8520409981 cspg_html_8520409981:106:12305:12327 Winnipegosis Regina, Saskatchewan +0.498085 AMJC_html_1873062106 AMJC_html_1873062106:1282:129952:129970 Morrison Colorado +0.25602 cspg_html_9894399778 cspg_html_9894399778:21:1760:1782 Gravelbourg Regina, Saskatchewan +0.478116 cspg_html_5891044027 cspg_html_5891044027:444:79869:79874 Price Lacombe, Alberta +0.473499 aapg_ae_877.html aapg_ae_877.html:103:10278:10303 Beaverhill Swan Hill, Victoria +0.494856 gsa_html_7199417381 gsa_html_7199417381:327:37228:37245 White River Fort Morgan, Colorado +0.24048 aapg_aa_906.html aapg_aa_906.html:63:7310:7320 Fort Union Fort Union Trading Post National Historic Site +0.247044 palaios_html_5198166697 palaios_html_5198166697:19:996:1013 Juniata Pennsylvania +0.254925 aapg_aa_507.html aapg_aa_507.html:57:7085:7094 Vicksburg Selma to Montgomery marches +0.509334 aapg_ac_695.html aapg_ac_695.html:199:20947:20956 Red River Shreveport, Louisiana +0.469755 aapg_ac_702.html aapg_ac_702.html:244:25363:25379 Hertha Kansas City, Kansas +0.476088 sedimentology_html_8040371660 sedimentology_html_8040371660:477:39285:39292 Yucatan Cozumel +0.462624 jgeology_html_6830240002 jgeology_html_6830240002:929:52951:52959 Colorado Boise, Idaho +0.27405 aapg_ac_702.html aapg_ac_702.html:307:31905:31925 Deer Creek Topeka, Kansas +0.269361 aapg_ai_996.html aapg_ai_996.html:1232:52104:52120 Englishtown Asbury Park, New Jersey +0.474936 cspg_html_2799817929 cspg_html_2799817929:38:4783:4791 Columbia Victoria, British Columbia +0.480238 aapg_ai_583.html aapg_ai_583.html:25:3811:3829 Sundance Spearfish, South Dakota +0.482218 cspg_html_2838996125 cspg_html_2838996125:66:12267:12271 Peel Mackenzie River +0.507501 aapg_af_120.html aapg_af_120.html:76:10490:10511 Black River Bloomington, Indiana +0.60858 aapg_ai_583.html aapg_ai_583.html:87:12413:12421 Sundance Colorado +0.486758 cspg_html_6252849194 cspg_html_6252849194:240:30242:30255 Wood Mountain Turtle Mountain (Alberta) +0.261975 cspg_html_2834693711 cspg_html_2834693711:869:112138:112169 Huntingdon Victoria, British Columbia +0.239304 aapg_ae_959.html aapg_ae_959.html:1164:84403:84425 Belle Plains Wichita County, Kansas +0.269345 aapg_ac_834.html aapg_ac_834.html:71:6576:6593 Skull Creek Fall River, Nova Scotia +0.48093 gsa_html_2645022916 gsa_html_2645022916:61:4163:4191 Green River Colorado +0.26471 sedimentology_html_8006979411 sedimentology_html_8006979411:1636:111407:111429 Dunvegan Victoria, British Columbia +0.238977 cspg_html_4069214675 cspg_html_4069214675:653:67067:67082 Elk Lacombe, Alberta +0.464151 geology_html_1523318259 geology_html_1523318259:213:23744:23750 Denver Colorado +0.462144 aapg_aa_568.html aapg_aa_568.html:68:9598:9607 Rio Negro Texas +0.4579 aapg_ah_318.html aapg_ah_318.html:2850:233309:233317 Colorado Arizona +0.817768 cspg_html_9717154602 cspg_html_9717154602:794:71368:71375 Bearpaw Bow River +0.479632 geology_html_2391629888 geology_html_2391629888:79:7686:7705 Round Mountain Silt San Joaquin River +0.473456 sedimentology_html_9950467763 sedimentology_html_9950467763:404:30988:30992 Hall London, Ontario +0.255474 aapg_ac_338.html aapg_ac_338.html:411:47254:47268 Woodbend Canada +0.481944 AMJC_html_1767296229 AMJC_html_1767296229:871:80130:80154 Rocky Brook Cape Breton Highlands National Park +0.248196 aapg_ai_582.html aapg_ai_582.html:164:14550:14569 Sundance Western world +0.471366 aapg_af_23.html aapg_af_23.html:71:11762:11784 Calico Bluff Salem, Oregon +0.2605 gsa_html_5924250698 gsa_html_5924250698:741:70038:70043 Raton Mexico +0.265221 gsa_html_8549650339 gsa_html_8549650339:36:2664:2680 Person Texas +0.483558 aapg_af_527.html aapg_af_527.html:397:47042:47046 Kent Middle East +0.263526 gsa_html_2352572665 gsa_html_2352572665:321:31848:31859 Devils Hole Death Valley +0.25792 aapg_ad_169.html aapg_ad_169.html:81:10782:10800 Greenbrier Greenbrier (Great Smoky Mountains) +0.263069 aapg_ad_280.html aapg_ad_280.html:4:556:579 Cotton Valley Haynesville, Louisiana +0.283374 aapg_ah_421.html aapg_ah_421.html:257:21460:21469 Fox Hills Lethbridge +0.2565 aapg_aa_360.html aapg_aa_360.html:406:36951:36968 Edwards Balcones Fault +0.49875 aapg_ai_480.html aapg_ai_480.html:237:22145:22151 Tulare Kern River Preserve +0.503496 gsa_html_8614162917 gsa_html_8614162917:548:50334:50365 Bonanza Indian Hill, Ohio +0.68338 palaios_html_8064020973 palaios_html_8064020973:535:61829:61860 Chinle Colorado +0.865824 cspg_html_9735723617 cspg_html_9735723617:321:41141:41165 Beverley Inlet Bathurst Island (Northern Territory) +0.481824 aapg_ai_835.html aapg_ai_835.html:55:6247:6261 Ingleside Mustang Island +0.25704 cspg_html_7086880709 cspg_html_7086880709:161:18484:18506 Mirage Point Great Slave Lake +0.38988 aapg_ah_878.html aapg_ah_878.html:138:15526:15540 Maquoketa Wisconsin +0.506645 cspg_html_4298557570 cspg_html_4298557570:203:28941:28952 Lance Lacombe, Alberta +0.261522 cspg_html_5971009166 cspg_html_5971009166:338:46669:46677 Virginia Middle Ordovician +0.402781 cspg_html_7378664643 cspg_html_7378664643:799:111968:111988 Swan Hills Lacombe, Alberta +0.270204 aapg_ad_823.html aapg_ad_823.html:63:5587:5604 Rustler New Mexico +0.472688 aapg_ah_160.html aapg_ah_160.html:336:41338:41351 Lake Michigan Michigan +0.486588 cspg_html_6163998187 cspg_html_6163998187:240:30762:30770 Pardonet Murray River +0.426222 aapg_af_745.html aapg_af_745.html:457:63603:63621 Ashville Knoxville, Tennessee +0.268275 aapg_ae_885.html aapg_ae_885.html:258:26644:26652 Niobrara Mesa, Arizona +0.26884 aapg_ae_159.html aapg_ae_159.html:93:12650:12674 Mt Lytton Dallas County, Alabama +0.247296 cspg_html_9214997177 cspg_html_9214997177:225:23362:23368 Muskeg Lacombe, Alberta +0.470907 aapg_aa_626.html aapg_aa_626.html:51:6758:6776 Patapsco Raritan River +0.483608 gsa_html_5096547935 gsa_html_5096547935:572:54939:54945 Denver Colorado +0.459296 sedimentology_html_5909281487 sedimentology_html_5909281487:269:22459:22467 Scotland England +0.486213 aapg_af_598.html aapg_af_598.html:144:11564:11582 Seminole Nowata, Oklahoma +0.253935 gsa_html_6105070212 gsa_html_6105070212:987:104427:104461 Monterey California +0.238422 geology_html_5880276793 geology_html_5880276793:11:471:477 Oregon Salem, Oregon +0.245214 jgeology_html_5471448181 jgeology_html_5471448181:342:27414:27421 Gateway Colorado +0.478676 aapg_ae_814.html aapg_ae_814.html:1129:105969:105978 Gibraltar Spain +0.42484 aapg_ae_755.html aapg_ae_755.html:56:9430:9448 Yorktown North Carolina +0.253655 cspg_html_8587137158 cspg_html_8587137158:979:129943:129959 Ireton Lacombe, Alberta +0.257374 cspg_html_3482605972 cspg_html_3482605972:375:45491:45512 Gates Victoria, British Columbia +0.36418 aapg_ae_265.html aapg_ae_265.html:66:7863:7882 Tuscarora Ohio +0.256032 cspg_html_2769629211 cspg_html_2769629211:654:69347:69356 Mackenzie Great Slave Lake +0.26368 aapg_ad_52.html aapg_ad_52.html:1360:134982:134998 Michigan Michigan +0.46965 gsa_html_5625878232 gsa_html_5625878232:694:78499:78510 San Antonio Seattle +0.258792 aapg_aa_737.html aapg_aa_737.html:266:20914:20920 Salina Michigan +0.2645 gsa_html_4308966435 gsa_html_4308966435:486:51733:51751 Morrison Reno, Nevada +0.199864 aapg_ad_564.html aapg_ad_564.html:4099:323989:324000 Mowry Powder River Basin +0.245448 aapg_aa_525.html aapg_aa_525.html:65:7092:7098 Oswego Bartlesville, Oklahoma +0.260977 aapg_af_150.html aapg_af_150.html:13:1343:1362 Cotton Valley Shreveport, Louisiana +0.50615 gsa_html_1197940982 gsa_html_1197940982:1383:129376:129404 Green River Iran +0.488048 aapg_ae_319.html aapg_ae_319.html:43:4969:4983 Duchesne River Vernal, Utah +0.458393 aapg_aa_995.html aapg_aa_995.html:404:30831:30850 Tensleep Sweetwater, Miami-Dade County, Florida +0.27196 aapg_ac_297.html aapg_ac_297.html:63:5766:5777 San Joaquin Central Valley (California) +0.470305 aapg_ae_305.html aapg_ae_305.html:4:465:471 Sierra Venezuela +0.486604 gsa_html_6283028745 gsa_html_6283028745:29:2796:2824 Green River Iran +0.485298 aapg_ae_44.html aapg_ae_44.html:139:12034:12054 Palo Pinto Texas +0.482878 aapg_ah_847.html aapg_ah_847.html:105:12195:12217 Hornerstown New Egypt, New Jersey +0.9168 sedimentology_html_2898428289 sedimentology_html_2898428289:91:8436:8474 Winnipegosis Dolomites +0.280188 aapg_ac_790.html aapg_ac_790.html:92:12043:12062 Rancheria New Mexico +0.478353 aapg_ai_877.html aapg_ai_877.html:217:23535:23550 Eagle Pennsylvania +0.249498 sedimentology_html_9980494445 sedimentology_html_9980494445:1609:96267:96271 Hall London, Ontario +0.264248 gsa_html_7765430810 gsa_html_7765430810:927:82303:82308 Piper Quebec City +0.2489 aapg_af_854.html aapg_af_854.html:939:132872:132889 Renault Yankeetown, Indiana +0.493654 aapg_af_575.html aapg_af_575.html:1041:152214:152224 Fort Dodge Iowa +0.247005 gsa_html_1776474442 gsa_html_1776474442:709:65156:65165 Extension England +0.477158 cspg_html_9924015973 cspg_html_9924015973:252:18637:18660 San Fernando Trinidad and Tobago +0.4896 gsa_html_2662905881 gsa_html_2662905881:61:4285:4313 Green River New Mexico +0.472098 gsa_html_2538542549 gsa_html_2538542549:11:518:527 San Diego California +0.277725 aapg_ac_215.html aapg_ac_215.html:43:5563:5582 Lodgepole Englewood, New Jersey +0.254 gsa_html_2266546108 gsa_html_2266546108:261:26386:26392 Sierra Great Basin +0.247464 aapg_aa_731.html aapg_aa_731.html:4:1095:1119 Rockdale Rockdale, Texas +0.272986 aapg_ad_351.html aapg_ad_351.html:645:54644:54656 Reeds Spring Burlington, Ontario +0.262446 cspg_html_4860363565 cspg_html_4860363565:25:3327:3363 Viking Lacombe, Alberta +0.26159 aapg_ai_282.html aapg_ai_282.html:141:17951:17961 Swan Hills Lacombe, Alberta +0.363834 aapg_ad_918.html aapg_ad_918.html:232:28636:28647 Green River Logan, Utah +0.263592 sedimentology_html_5854122327 sedimentology_html_5854122327:943:54992:55002 Bonneterre Missouri River +0.494132 aapg_af_561.html aapg_af_561.html:431:39943:39955 Wasatch North Fork, Suffolk County, New York +0.4785 geology_html_7305069377 geology_html_7305069377:214:21436:21444 Scotland Inverness, Florida +0.260091 aapg_aa_888.html aapg_aa_888.html:52:6913:6919 Guelph Lockport (city), New York +0.278124 aapg_af_502.html aapg_af_502.html:185:20742:20751 Smackover Arkansas +0.258462 jgeology_html_8152094574 jgeology_html_8152094574:726:44979:44985 Taylor London, Ontario +0.384131 aapg_ai_468.html aapg_ai_468.html:76:10023:10044 Haynesville East Texas +0.41402 aapg_ad_466.html aapg_ad_466.html:769:84590:84598 Navesink Mount Laurel Township, New Jersey +0.48042 geology_html_2345007570 geology_html_2345007570:57:5591:5612 Waits River Bennington, Vermont +0.50388 aapg_ac_867.html aapg_ac_867.html:720:97406:97416 Phosphoria Cheyenne, Wyoming +0.24541 cspg_html_8363357104 cspg_html_8363357104:14:1412:1420 Columbia Victoria, British Columbia +0.47337 gsa_html_2135260967 gsa_html_2135260967:854:57124:57152 Green River New Mexico +0.247 aapg_ad_230.html aapg_ad_230.html:425:40360:40367 Oceanic East China Sea +0.469938 gsa_html_4339524478 gsa_html_4339524478:654:69744:69754 Washington Boise, Idaho +0.27081 aapg_ak_104.html aapg_ak_104.html:59:8373:8386 Madison Cheyenne, Wyoming +0.504419 aapg_ae_419.html aapg_ae_419.html:182:21945:21952 La Pena Mexico +0.274567 aapg_aa_110.html aapg_aa_110.html:65:9640:9651 Green River Bridger, Montana +0.4794 gsa_html_4098385343 gsa_html_4098385343:936:89455:89483 Green River Colorado +0.276675 sedimentology_html_2139169476 sedimentology_html_2139169476:719:55992:56001 Peninsula Korea +0.256496 cspg_html_2418341010 cspg_html_2418341010:107:13217:13241 Stony Mountain Winnipeg +0.258063 aapg_ac_714.html aapg_ac_714.html:593:71568:71572 Wendover Lima, Ohio +0.389635 aapg_ad_801.html aapg_ad_801.html:111:12695:12708 Porters Creek Knoxville, Tennessee +0.254015 aapg_ad_393.html aapg_ad_393.html:472:46833:46838 Cadiz Spain +0.24453 cspg_html_9222238695 cspg_html_9222238695:482:59821:59840 Bullhead Pine River (Michigan) +0.474204 cspg_html_9294141307 cspg_html_9294141307:359:41334:41368 Romaine Quebec City +0.497262 aapg_ad_152.html aapg_ad_152.html:2275:287126:287134 Toroweap Arizona +0.257554 aapg_ad_564.html aapg_ad_564.html:8828:793847:793899 El Paso Texas +0.25959 cspg_html_3104351736 cspg_html_3104351736:600:73061:73080 Foremost Lacombe, Alberta +0.51168 aapg_ad_466.html aapg_ad_466.html:232:29869:29876 Magothy Raritan River +0.489417 aapg_af_593.html aapg_af_593.html:156:12939:12958 Whirlpool Onondaga (tribe) +0.260952 sedimentology_html_9598250021 sedimentology_html_9598250021:1226:88498:88503 Piper California +0.50925 sedimentology_html_4372260172 sedimentology_html_4372260172:394:33785:33813 Whirlpool Canada +0.517062 aapg_aa_125.html aapg_aa_125.html:183:14438:14459 Fernie Memphis International Airport +0.246984 geology_html_1929739389 geology_html_1929739389:11:548:561 Santa Barbara California +0.495726 gsa_html_6982030333 gsa_html_6982030333:1052:100114:100120 Reston Salem, Oregon +0.243512 sedimentology_html_7103111053 sedimentology_html_7103111053:106:9968:9977 Peninsula Korea +0.260604 aapg_ah_871.html aapg_ah_871.html:766:73607:73612 Logan Canada +0.489027 aapg_ai_584.html aapg_ai_584.html:707:74390:74407 Casper Laramie, Wyoming +0.25857 aapg_ac_807.html aapg_ac_807.html:553:54974:54984 Petersburg Virginia +0.247883 jgeology_html_2837808723 jgeology_html_2837808723:1443:75374:75378 Hall London, Ontario +0.740304 aapg_ac_613.html aapg_ac_613.html:182:28002:28023 Cliff House La Ventana +0.252374 aapg_ad_0.html aapg_ad_0.html:152:14824:14832 Starved Rock Iowa +0.478632 cspg_html_9008569748 cspg_html_9008569748:40:4458:4476 Bear Rock McKenzie River +0.25553 cspg_html_3772380029 cspg_html_3772380029:748:93123:93131 Wabi Ontario, California +0.281177 aapg_ae_448.html aapg_ae_448.html:130:14599:14606 Rodessa Paluxy, Texas +0.505932 AMJC_html_2380581964 AMJC_html_2380581964:687:74031:74039 Columbia Washington (state) +0.250992 gsa_html_6967102683 gsa_html_6967102683:673:60745:60751 Oregon Boise, Idaho +0.475741 aapg_ac_333.html aapg_ac_333.html:202:25413:25427 Yeso New Mexico +0.24056 aapg_ad_908.html aapg_ad_908.html:233:25498:25503 Colon El Salvador +0.25704 aapg_ae_4.html aapg_ae_4.html:432:49820:49839 Jefferson Samaria (ancient city) +0.465129 aapg_ai_202.html aapg_ai_202.html:396:38840:38846 Denver Los Angeles +0.258297 aapg_aa_315.html aapg_aa_315.html:138:12903:12911 Virginia Norfolk, Virginia +0.474635 sedimentology_html_1930832872 sedimentology_html_1930832872:1101:67405:67410 Crete Lesotho +0.257484 cspg_html_7086880709 cspg_html_7086880709:345:45439:45457 Ramparts Mackenzie River +0.482157 aapg_ac_252.html aapg_ac_252.html:88:8247:8263 Cutler Logan, Utah +0.26162 geology_html_1860179474 geology_html_1860179474:235:23418:23427 San Diego California +0.250444 aapg_ah_318.html aapg_ah_318.html:1990:180913:180919 Sierra Santa Clara, California +0.459361 cspg_html_9872379166 cspg_html_9872379166:12:1805:1811 Denver Colorado +0.366776 aapg_ac_575.html aapg_ac_575.html:279:44325:44335 Phosphoria Boise, Idaho +0.478534 gsa_html_4438819447 gsa_html_4438819447:119:12007:12033 Mattagami Moose River (Ontario) +0.456008 aapg_ad_41.html aapg_ad_41.html:7:764:772 Virginia Maryland +0.483395 aapg_ae_959.html aapg_ae_959.html:2196:156318:156327 Dog Creek Texas +0.25704 aapg_ac_71.html aapg_ac_71.html:552:65299:65305 Oregon Tonopah, Arizona +0.480129 aapg_ah_448.html aapg_ah_448.html:121:12594:12607 Nacatoch Texas +0.259518 gsa_html_7102550258 gsa_html_7102550258:1396:132009:132026 Entrada Logan, Utah +0.46003 gsa_html_5274400800 gsa_html_5274400800:582:47406:47419 Santa Barbara California +0.49536 cspg_html_1025724640 cspg_html_1025724640:296:39426:39432 Nepean Ontario, California +0.498972 aapg_ad_3.html aapg_ad_3.html:752:71252:71277 Moccasin Allegheny Mountains +0.708903 sedimentology_html_7473206318 sedimentology_html_7473206318:994:71948:71978 East Berlin Hartford, Connecticut +0.2525 gsa_html_2877730818 gsa_html_2877730818:67:7438:7455 Johnnie Pahrump, Nevada +0.258792 jgeology_html_9055319560 jgeology_html_9055319560:1121:74286:74290 Reno Nevada +0.26162 geology_html_9642641090 geology_html_9642641090:304:25493:25514 Oxford London, Ontario +0.257544 cspg_html_9810030547 cspg_html_9810030547:456:54687:54697 Swan Hills Redwater, Texas +0.257466 aapg_ah_753.html aapg_ah_753.html:90:13661:13679 Shepody New Brunswick, New Jersey +0.27398 AMJC_html_3664856625 AMJC_html_3664856625:633:65042:65062 Hell Creek Northern Great Plain +0.22983 cspg_html_2175627313 cspg_html_2175627313:87:10561:10578 Montney Victoria, British Columbia +0.47559 aapg_ad_883.html aapg_ad_883.html:15:2588:2596 Michigan Michigan +0.259032 gsa_html_3069013284 gsa_html_3069013284:745:71892:71904 Dockum Lubbock, Texas +0.4805 aapg_ac_414.html aapg_ac_414.html:158:18947:18963 Kaibab Logan, Utah +0.26884 aapg_aa_954.html aapg_aa_954.html:280:25937:25954 Cypress Salem, Massachusetts +0.26418 sedimentology_html_3660550601 sedimentology_html_3660550601:384:38057:38061 Hall New York City +0.25452 aapg_ai_569.html aapg_ai_569.html:323:34473:34491 Tensleep Fremont County, Wyoming +0.26988 aapg_ah_528.html aapg_ah_528.html:187:18921:18947 Wasatch Wasatch Range +0.25857 aapg_ae_70.html aapg_ae_70.html:366:37184:37192 Colorado Colorado +0.502164 aapg_aa_288.html aapg_aa_288.html:142:16444:16455 Mowry Cheyenne, Wyoming +0.261542 gsa_html_6589330144 gsa_html_6589330144:16:755:761 Reston Virginia +0.4826 gsa_html_3921767428 gsa_html_3921767428:30:2782:2810 Green River Iran +0.410688 aapg_af_69.html aapg_af_69.html:377:26005:26010 Price Huntington, West Virginia +0.260096 cspg_html_3065473572 cspg_html_3065473572:198:25710:25727 Romaine Anticosti Island +0.51786 aapg_ah_521.html aapg_ah_521.html:381:44149:44156 Carrizo Texas +0.26322 gsa_html_1079290957 gsa_html_1079290957:1106:103679:103695 Chinle New Mexico +0.248196 geology_html_6134040289 geology_html_6134040289:164:15154:15179 Monterey California +0.466626 palaios_html_9722479245 palaios_html_9722479245:15:917:923 Oswego Oswego, New York +0.269352 aapg_aa_654.html aapg_aa_654.html:13:2375:2381 Sandia Colorado +0.4865 palaios_html_2621173808 palaios_html_2621173808:742:88707:88738 Charlie Lake Victoria, British Columbia +0.473386 gsa_html_4250535803 gsa_html_4250535803:30:2893:2921 Green River Colorado +0.237656 jgeology_html_4436895778 jgeology_html_4436895778:433:30972:30985 Bigfork Chert Arkansas +0.681632 aapg_aa_484.html aapg_aa_484.html:380:36562:36578 Boggy Atoka, Oklahoma +0.263025 palaios_html_8921418198 palaios_html_8921418198:13:709:719 Washington Washington (state) +0.498542 aapg_ac_380.html aapg_ac_380.html:180:22494:22532 Bois Blanc Onondaga (tribe) +0.234668 aapg_ae_319.html aapg_ae_319.html:191:14646:14652 Navajo Uinta Mountains +0.257536 jgeology_html_3014544514 jgeology_html_3014544514:94:3497:3505 Colorado Colorado +0.494915 gsa_html_7737235229 gsa_html_7737235229:895:57481:57501 Bonneterre Pennsylvania +0.260608 cspg_html_8587137158 cspg_html_8587137158:976:129728:129743 Cairn Jasper National Park +0.255936 cspg_html_7817594878 cspg_html_7817594878:297:42924:42947 Summit Creek Denver +0.498972 gsa_html_7518144145 gsa_html_7518144145:1131:84564:84572 Colorado Colorado +0.27126 aapg_ah_159.html aapg_ah_159.html:55:6371:6399 Crab Orchard Rockcastle County, Kentucky +0.26418 cspg_html_6818181730 cspg_html_6818181730:12:947:960 Turner Valley Elkton, Kentucky +0.697515 aapg_aa_207.html aapg_aa_207.html:29:3928:3935 Paradox San Juan, Argentina +0.249688 aapg_af_502.html aapg_af_502.html:738:86762:86771 Smackover Arkansas +0.522 gsa_html_4432793908 gsa_html_4432793908:1315:126845:126873 Green River Colorado +0.49011 aapg_ae_96.html aapg_ae_96.html:418:48315:48321 Oregon Reno, Nevada +0.25338 gsa_html_8551608565 gsa_html_8551608565:1116:69551:69559 Columbia Rodinia +0.25026 aapg_ah_644.html aapg_ah_644.html:265:31996:32008 Saskatchewan Regina, Saskatchewan +0.473172 cspg_html_8030881108 cspg_html_8030881108:102:17254:17264 Road River Arctic Cordillera +0.466431 gsa_html_9457387752 gsa_html_9457387752:958:79282:79297 Lynchburg Virginia +0.269838 aapg_ae_461.html aapg_ae_461.html:83:13229:13234 Sligo Bellevue, Nebraska +0.495673 AMJC_html_2228158963 AMJC_html_2228158963:912:94558:94571 Cookson Portland, Maine +0.265684 aapg_aa_381.html aapg_aa_381.html:25:3434:3442 Vaqueros Muddy Creek (Utah) +0.47773 geology_html_8667067653 geology_html_8667067653:11:554:567 Santa Barbara California +0.265584 cspg_html_6108854431 cspg_html_6108854431:79:11821:11834 Windsor Hillsborough, California +0.261057 cspg_html_2749851978 cspg_html_2749851978:16:2975:2992 Cardium Lacombe, Alberta +0.278074 aapg_aa_597.html aapg_aa_597.html:493:47664:47672 Somerset Bradford, Pennsylvania +0.2678 cspg_html_4132771434 cspg_html_4132771434:584:76321:76336 Banff Canada +0.445155 cspg_html_7086880709 cspg_html_7086880709:307:39370:39387 Dunedin Lacombe, Alberta +0.493626 aapg_ah_318.html aapg_ah_318.html:3053:247872:247889 La Caja Mexico +0.499797 gsa_html_2175645598 gsa_html_2175645598:30:2808:2836 Green River Colorado +0.247428 aapg_ae_454.html aapg_ae_454.html:202:16542:16561 Smackover Bossier City, Louisiana +0.486837 aapg_ae_335.html aapg_ae_335.html:41:4091:4108 Madison Cut Bank, Montana +0.271752 cspg_html_3041902517 cspg_html_3041902517:986:109113:109126 Skinner Ranch Texas +0.267534 aapg_ad_352.html aapg_ad_352.html:369:28780:28789 Wapanucka Atoka, Oklahoma +0.484568 gsa_html_5394777952 gsa_html_5394777952:440:46418:46424 Antler Sonoma, California +0.509328 jgeology_html_3213904974 jgeology_html_3213904974:393:38234:38261 Abo Texas +0.508028 aapg_ac_629.html aapg_ac_629.html:538:65593:65598 Price Shreveport, Louisiana +0.471801 cspg_html_5891044027 cspg_html_5891044027:319:62092:62111 Kitchener Purcell Mountains +0.256 palaios_html_3716883934 palaios_html_3716883934:102:10079:10094 Rochester Morocco +0.485645 cspg_html_4010530611 cspg_html_4010530611:183:20082:20098 Shunda Lacombe, Alberta +0.248965 jgeology_html_1838149422 jgeology_html_1838149422:725:62105:62120 John Day Nebraska +0.504137 cspg_html_9717154602 cspg_html_9717154602:955:82805:82822 Bearpaw Lacombe, Alberta +0.438991 aapg_ah_991.html aapg_ah_991.html:410:64835:64844 Smackover Arkansas +0.249458 cspg_html_8556552074 cspg_html_8556552074:69:6207:6223 Meadow Lake Regina, Saskatchewan +0.254904 aapg_ae_29.html aapg_ae_29.html:76:9378:9399 Mauch Chunk Plateau State +0.48807 cspg_html_4845813500 cspg_html_4845813500:318:33236:33272 Albert New Brunswick, New Jersey +0.255936 cspg_html_1260733368 cspg_html_1260733368:287:37902:37922 Milk River Lacombe, Alberta +0.49011 cspg_html_4685751140 cspg_html_4685751140:76:9227:9249 Winnipegosis Regina, Saskatchewan +0.692144 cspg_html_2347522298 cspg_html_2347522298:914:53801:53832 Lime Creek Iowa +0.467016 aapg_af_788.html aapg_af_788.html:36:4760:4768 Michigan Michigan Basin +0.248502 geology_html_7678329140 geology_html_7678329140:328:27946:27954 Temporal Canada +0.244032 aapg_ah_422.html aapg_ah_422.html:132:11024:11044 Milk River Colorado +0.267534 aapg_af_932.html aapg_af_932.html:3:304:325 Green River Cheyenne, Wyoming +0.515844 aapg_ad_623.html aapg_ad_623.html:327:31581:31590 Hampshire Dorset +0.262108 geology_html_9554214556 geology_html_9554214556:14:794:804 Santa Cruz Santa Cruz, California +0.509613 sedimentology_html_3464809003 sedimentology_html_3464809003:1196:68656:68686 Nisku Lacombe, Alberta +0.25938 sedimentology_html_3599980060 sedimentology_html_3599980060:1654:74858:74864 Banner Hanson, Massachusetts +0.47376 aapg_af_19.html aapg_af_19.html:4:915:930 Heath Sumatra +0.467484 AMJC_html_1938223835 AMJC_html_1938223835:111:14458:14480 Spider Lake Helderberg +0.25653 cspg_html_2419618566 cspg_html_2419618566:1128:118707:118726 Swan Hills Lacombe, Alberta +0.24735 aapg_af_482.html aapg_af_482.html:156:21349:21366 Esquias Honduras +0.265815 aapg_ac_867.html aapg_ac_867.html:684:93131:93150 Weber Colorado +0.508928 aapg_aa_830.html aapg_aa_830.html:92:10781:10789 Virginia Ohio +0.481712 aapg_ae_630.html aapg_ae_630.html:268:20318:20324 Casper Cheyenne, Wyoming +0.285075 aapg_ah_871.html aapg_ah_871.html:788:74367:74375 Montreal Black River, Jamaica +0.47277 gsa_html_3463181327 gsa_html_3463181327:612:63316:63335 Provo Wanaka +0.488448 aapg_ah_49.html aapg_ah_49.html:201:22263:22284 Modelo San Gabriel Valley +0.464778 aapg_ah_763.html aapg_ah_763.html:242:24297:24303 Blaine Texas +0.244258 cspg_html_6611173979 cspg_html_6611173979:76:10460:10476 Ireton Kingman, Arizona +0.482646 aapg_ae_999.html aapg_ae_999.html:273:38745:38765 Jackson Alabama +0.495281 aapg_af_431.html aapg_af_431.html:88:8994:9003 Smackover Cotton Valley, Louisiana +0.265056 jgeology_html_4121584613 jgeology_html_4121584613:137:9456:9488 Prairie Beaumont, Texas +0.879142 aapg_ai_498.html aapg_ai_498.html:19:3301:3323 Stone Corral Colorado +0.233662 aapg_ac_594.html aapg_ac_594.html:260:23352:23360 Consuelo Morella, Spain +0.7056 aapg_ah_871.html aapg_ah_871.html:160:19581:19601 Rockcliffe Montreal +0.265728 AMJC_html_5650773737 AMJC_html_5650773737:574:63752:63762 Washington Earth +0.276675 cspg_html_3233680622 cspg_html_3233680622:634:74444:74466 Eureka Sound Bathurst Island (Northern Territory) +0.243024 gsa_html_4339524478 gsa_html_4339524478:543:58547:58570 Elkhorn Ridge Argillite Wallowa, Oregon +0.255224 cspg_html_6284849447 cspg_html_6284849447:179:16357:16377 Clearwater Lacombe, Alberta +0.48174 aapg_ad_344.html aapg_ad_344.html:12:1405:1417 Pierre Fort Pierre Chouteau +0.452088 aapg_aa_124.html aapg_aa_124.html:922:86781:86789 Montreal Canada +0.281961 aapg_aa_305.html aapg_aa_305.html:41:6369:6382 Cohansey Sand Closter, New Jersey +0.277725 aapg_aa_612.html aapg_aa_612.html:298:26231:26239 Michigan Bloomington, Indiana +0.2856 aapg_ah_203.html aapg_ah_203.html:487:77283:77301 Morrison New Mexico +0.486072 gsa_html_7215168680 gsa_html_7215168680:1056:76993:77021 Green River Colorado +0.2595 cspg_html_8022192099 cspg_html_8022192099:6:489:511 Winnipegosis Regina, Saskatchewan +0.249488 geology_html_7192428883 geology_html_7192428883:17:811:817 Denver Colorado +0.261626 palaios_html_3028956190 palaios_html_3028956190:760:82461:82494 Collingwood Ontario, California +0.28566 aapg_ah_978.html aapg_ah_978.html:231:23707:23713 Tulare San Joaquin River +0.259875 aapg_af_397.html aapg_af_397.html:593:69452:69459 Entrada Entrada Sandstone +0.27136 aapg_ac_590.html aapg_ac_590.html:39:4367:4387 San Andres Sacramento, California +0.25856 aapg_ai_287.html aapg_ai_287.html:256:30121:30136 Catalina Schist Santa Catalina Island, California +0.483917 gsa_html_1520002998 gsa_html_1520002998:1196:92505:92525 Wind River Cheyenne, Wyoming +0.2781 aapg_ae_473.html aapg_ae_473.html:460:42614:42623 Red Bluff Western world +0.245872 AMJC_html_1163576052 AMJC_html_1163576052:1177:103805:103822 Elbrook Virginia +0.238023 gsa_html_1040524378 gsa_html_1040524378:993:96819:96835 Renova Boise, Idaho +0.271377 palaios_html_8062930347 palaios_html_8062930347:561:55658:55689 Kope Ohio +0.257895 aapg_af_279.html aapg_af_279.html:269:25802:25806 Java South Sumatra +0.911701 aapg_af_397.html aapg_af_397.html:162:20284:20291 Todilto San Juan, Argentina +0.25654 cspg_html_8990290265 cspg_html_8990290265:357:54326:54343 Borsato Western world +0.875148 cspg_html_6290430388 cspg_html_6290430388:46:5957:5979 Cooking Lake Lacombe, Alberta +0.48783 gsa_html_8951179545 gsa_html_8951179545:1187:110496:110526 Wilcox Texas +0.358112 aapg_ae_780.html aapg_ae_780.html:197:18758:18776 Sundance Cheyenne, Wyoming +0.470844 sedimentology_html_5667980395 sedimentology_html_5667980395:1387:85322:85326 Kano Long Island +0.444962 aapg_ae_66.html aapg_ae_66.html:265:26203:26217 Gypsum Springs Cheyenne, Wyoming +0.46436 aapg_ah_881.html aapg_ah_881.html:143:17136:17144 Columbia Victoria, British Columbia +0.830433 cspg_html_4727171280 cspg_html_4727171280:53:5203:5220 Bearpaw Edmonton, London +0.258015 aapg_ah_289.html aapg_ah_289.html:514:70365:70383 Monterey California +0.470112 gsa_html_8003826422 gsa_html_8003826422:69:7571:7580 Gull Lake Sierra Nevada (Spain) +0.480129 gsa_html_6473868323 gsa_html_6473868323:879:80045:80073 Green River Colorado +0.483372 cspg_html_6252417471 cspg_html_6252417471:227:32714:32736 Eureka Sound Long Island +0.270918 palaios_html_8447836636 palaios_html_8447836636:367:31062:31081 Port Hood Canada +0.249368 cspg_html_7587979364 cspg_html_7587979364:130:10748:10765 Wabamun Swan Hill, Victoria +0.9168 aapg_ah_387.html aapg_ah_387.html:221:24202:24211 Knoxville Mariposa, California +0.485298 cspg_html_5955028331 cspg_html_5955028331:787:74984:74992 Edmonton Lacombe, Alberta +0.25806 aapg_ak_39.html aapg_ak_39.html:13:1430:1436 Oregon West Coast of the United States +0.25938 aapg_aa_622.html aapg_aa_622.html:134:16376:16392 Chinle Uinta Mountains +0.246132 gsa_html_1347484649 gsa_html_1347484649:20:1046:1067 Green River South Pass City, Wyoming +0.264171 cspg_html_4937997995 cspg_html_4937997995:1001:83195:83215 Brassfield Kentucky +0.25047 aapg_af_779.html aapg_af_779.html:3:504:522 Traverse Michigan +0.25529 cspg_html_6014123208 cspg_html_6014123208:101:14747:14767 Cadomin Western world +0.461214 cspg_html_8568877195 cspg_html_8568877195:195:32756:32764 Edmonton Cardston, Alberta +0.493712 aapg_ae_594.html aapg_ae_594.html:130:15583:15601 Buda Buda, Texas +0.248976 geology_html_7441090490 geology_html_7441090490:328:26104:26125 Kaiparowits Logan, Utah +0.264115 sedimentology_html_5896091996 sedimentology_html_5896091996:29:1959:1966 Newport Bremen (state) +0.23364 AMJC_html_6341723617 AMJC_html_6341723617:687:61868:61892 Echo Canyon Conglomerate Logan, Utah +0.720831 aapg_aa_381.html aapg_aa_381.html:42:5913:5928 Santa Margarita Monterey, California +0.507 cspg_html_8112136092 cspg_html_8112136092:290:32998:33007 Mackenzie Mackenzie River +0.257868 aapg_ai_546.html aapg_ai_546.html:80:8580:8588 Onondaga Braxton County, West Virginia +0.8987 aapg_ah_387.html aapg_ah_387.html:2735:293821:293830 Knoxville Gilroy, California +0.26471 aapg_ac_536.html aapg_ac_536.html:670:68139:68147 Colorado Colorado +0.261542 aapg_ah_943.html aapg_ah_943.html:332:48549:48566 Cardium Canada +0.85836 aapg_aa_975.html aapg_aa_975.html:145:16299:16319 Wellington Panhandle, Texas +0.46116 aapg_aa_582.html aapg_aa_582.html:239:24488:24494 Sonora Middle East +0.259618 aapg_ad_338.html aapg_ad_338.html:206:21896:21914 Potomac Closter, New Jersey +0.484821 aapg_ai_28.html aapg_ai_28.html:56:4818:4824 Lissie Brazos River +0.504868 cspg_html_7587979364 cspg_html_7587979364:307:25860:25879 Keg River Lacombe, Alberta +0.262095 aapg_ae_470.html aapg_ae_470.html:139:19186:19192 Wilcox Oklahoma City +0.254214 cspg_html_1893593837 cspg_html_1893593837:67:4997:5013 Bad Cache Rapids Churchill River (Atlantic) +0.499032 gsa_html_8577037831 gsa_html_8577037831:58:3925:3953 Green River Colorado +0.45778 aapg_ae_244.html aapg_ae_244.html:3:154:170 Custer Texas +0.72124 aapg_ae_4.html aapg_ae_4.html:522:54349:54353 Elko Reno, Nevada +0.276148 cspg_html_9865297170 cspg_html_9865297170:68:11907:11915 Columbia Victoria, British Columbia +0.469614 aapg_ac_617.html aapg_ac_617.html:5:725:742 Fleming Oakville, California +0.252266 gsa_html_1119256423 gsa_html_1119256423:13:709:717 Colorado Denver +0.471801 sedimentology_html_2664292498 sedimentology_html_2664292498:42:2618:2622 Bern Slovakia +0.25948 jgeology_html_4305195651 jgeology_html_4305195651:610:78302:78318 Catskill Downsville, New York +0.488413 aapg_ah_415.html aapg_ah_415.html:125:11632:11640 Colorado Colorado +0.25041 geology_html_1186396673 geology_html_1186396673:249:22873:22882 San Diego California +0.252993 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31737:31752 Carmel Carmel, Indiana +0.207345 palaios_html_4875582819 palaios_html_4875582819:48:6121:6142 Hell Creek Bearpaw Formation +0.247506 aapg_ai_523.html aapg_ai_523.html:30:3703:3719 Maroon Chinle Formation +0.485936 aapg_ae_306.html aapg_ae_306.html:1343:150386:150392 Midway Trinidad and Tobago +0.25641 aapg_ae_147.html aapg_ae_147.html:58:6665:6678 Santa Barbara Royal Botanic Gardens, Kew +0.264096 aapg_af_142.html aapg_af_142.html:285:36759:36772 Cotton Valley San Marcos, California +0.243987 palaios_html_4745554613 palaios_html_4745554613:645:63077:63104 Kaskapau Canada +0.479048 geology_html_1305608113 geology_html_1305608113:15:915:928 Santa Barbara California +0.469116 cspg_html_3907807140 cspg_html_3907807140:69:11044:11070 Athabasca Lacombe, Alberta +0.484227 sedimentology_html_2028210082 sedimentology_html_2028210082:24:1523:1531 Winnipeg Canada +0.263676 aapg_ah_387.html aapg_ah_387.html:2424:262783:262792 Knoxville Salem, Oregon +0.27719 cspg_html_6608209149 cspg_html_6608209149:32:3409:3422 Watt Mountain Lacombe, Alberta +0.248392 aapg_ah_861.html aapg_ah_861.html:381:40952:40988 Santa Margarita Rancho Santa Margarita, California +0.225548 aapg_aa_644.html aapg_aa_644.html:569:50672:50678 Draney Cheyenne, Wyoming +0.258028 aapg_ae_845.html aapg_ae_845.html:137:14826:14833 Vermejo Trinidad and Tobago +0.253482 sedimentology_html_3315128474 sedimentology_html_3315128474:413:32441:32446 Moran South Africa +0.872032 aapg_ai_514.html aapg_ai_514.html:118:14041:14052 Green River Uinta Mountains +0.480816 cspg_html_9433421219 cspg_html_9433421219:220:18548:18555 Halifax Springhill, Nova Scotia +0.255398 aapg_af_785.html aapg_af_785.html:111:12114:12124 Rio Grande Mississippi River +0.523197 aapg_ae_687.html aapg_ae_687.html:176:21118:21146 Phosphoria Boise, Idaho +0.49504 aapg_ad_2.html aapg_ad_2.html:708:101602:101609 Potsdam Saratoga Springs, New York +0.260454 gsa_html_7040053075 gsa_html_7040053075:341:32476:32494 Monterey Puente Hills Mall +0.25047 aapg_af_302.html aapg_af_302.html:31:2864:2873 Lancaster Amarillo, Texas +0.469887 aapg_ah_387.html aapg_ah_387.html:2831:307211:307220 Knoxville Knoxville, Illinois +0.290181 aapg_ai_411.html aapg_ai_411.html:117:11810:11818 Niobrara Benton, Arkansas +0.83414 cspg_html_9771826320 cspg_html_9771826320:231:39186:39204 Eureka Sound Ellesmere Island +0.248985 AMJC_html_3632105729 AMJC_html_3632105729:754:87980:87988 Virginia Reston, Virginia +0.472602 AMJC_html_9378277780 AMJC_html_9378277780:90:8665:8671 Oregon Reno, Nevada +0.266192 gsa_html_8951179545 gsa_html_8951179545:324:37923:37943 Wilcox Laramide orogeny +0.487786 aapg_ai_491.html aapg_ai_491.html:630:70132:70137 Ouray Colorado +0.481143 gsa_html_9052101586 gsa_html_9052101586:548:69138:69160 Peoria Peoria, Illinois +0.557424 aapg_ah_529.html aapg_ah_529.html:45:6427:6444 El Paso New Mexico +0.26728 aapg_aa_934.html aapg_aa_934.html:54:8247:8251 Word Texas +0.26977 cspg_html_6032369756 cspg_html_6032369756:289:33629:33677 Kiskatinaw Grand Prairie, Texas +0.69569 aapg_ai_49.html aapg_ai_49.html:224:26578:26592 Woodside Cheyenne, Wyoming +0.480851 aapg_ah_505.html aapg_ah_505.html:1729:141990:141998 Colorado Colorado +0.388032 palaios_html_1249829497 palaios_html_1249829497:82:10496:10512 Ripley Alabama +0.472098 gsa_html_1616304153 gsa_html_1616304153:579:52517:52532 Bond Modesto, California +0.256542 palaios_html_4501603736 palaios_html_4501603736:546:46896:46900 Hall London, Ontario +0.261096 geology_html_4687032620 geology_html_4687032620:18:872:877 Cadiz Spain +0.262446 aapg_af_833.html aapg_af_833.html:264:28115:28133 Frontier Cheyenne, Wyoming +0.241266 cspg_html_7494952355 cspg_html_7494952355:215:36957:36977 Salina Ontario, California +0.25641 aapg_ai_31.html aapg_ai_31.html:332:32203:32212 Catahoula Texas +0.488005 palaios_html_5444521865 palaios_html_5444521865:738:63844:63848 Peel Cambridge +0.251446 AMJC_html_1938223835 AMJC_html_1938223835:51:6583:6602 Seboomook Portland, Maine +0.27664 gsa_html_8886950186 gsa_html_8886950186:58:3719:3747 Green River Colorado +0.469568 palaios_html_5921824758 palaios_html_5921824758:458:37794:37802 Victoria Lacombe, Alberta +0.4775 aapg_ai_81.html aapg_ai_81.html:173:17319:17336 Venango Venango, Pennsylvania +0.50032 aapg_ai_144.html aapg_ai_144.html:5:639:647 Dunvegan Western world +0.244518 cspg_html_8089302449 cspg_html_8089302449:698:112083:112102 Saskatchewan Manitoba +0.255016 aapg_af_880.html aapg_af_880.html:491:74105:74140 Baird Western world +0.454986 gsa_html_7635660482 gsa_html_7635660482:613:57484:57503 Morrison Kingdom of Asturias +0.257556 gsa_html_6753732431 gsa_html_6753732431:17:1033:1062 Wood Canyon Mojave Desert +0.251 aapg_af_131.html aapg_af_131.html:206:20604:20616 Barstow Delaware +0.502 geology_html_6149597609 geology_html_6149597609:299:26929:26939 Washington Salem, Oregon +0.507999 aapg_af_128.html aapg_af_128.html:228:22868:22873 Cassa Hartville, Missouri +0.269724 aapg_ai_17.html aapg_ai_17.html:501:37614:37627 Cook Mountain Mt. Lebanon, Pennsylvania +0.825699 palaios_html_2158038376 palaios_html_2158038376:771:65982:65998 Viking Lacombe, Alberta +0.482976 gsa_html_9487992082 gsa_html_9487992082:1004:87431:87464 Colton Logan, Utah +0.259077 cspg_html_5515814749 cspg_html_5515814749:285:36533:36538 Eagle Suffield, Connecticut +0.251412 aapg_ai_29.html aapg_ai_29.html:603:76250:76256 Lissie Beaumont, Texas +0.475134 aapg_ah_505.html aapg_ah_505.html:1425:113651:113671 Fox Hills Denver +0.5019 aapg_ad_145.html aapg_ad_145.html:10:949:978 Weber Wasatch Range +0.473746 geology_html_1021950961 geology_html_1021950961:260:22436:22448 Owens Valley Sierra Nevada (Spain) +0.260075 aapg_ai_981.html aapg_ai_981.html:614:48608:48618 Rio Grande Nueces County, Texas +0.259518 sedimentology_html_7964187419 sedimentology_html_7964187419:898:81018:81035 Forest Victoria, British Columbia +0.46158 aapg_ae_308.html aapg_ae_308.html:3:160:179 Kinderhook Sedgwick County, Kansas +0.49728 aapg_ad_2.html aapg_ad_2.html:721:103027:103039 Theresa Adirondack Park +0.253952 aapg_ac_926.html aapg_ac_926.html:24:3638:3658 Bonny Gate Jamaica, Queens +0.265668 gsa_html_6991576096 gsa_html_6991576096:347:34445:34452 Sokoman Canada +0.247044 aapg_af_188.html aapg_af_188.html:224:24453:24478 Telegraph Creek Colorado +0.482532 aapg_ai_491.html aapg_ai_491.html:14:3436:3453 Hermosa Hermosa, Chicago +0.2545 aapg_ae_391.html aapg_ae_391.html:484:45126:45134 Carlsbad Salado, Texas +0.26832 aapg_ai_975.html aapg_ai_975.html:102:13698:13720 Hosston County Sligo +0.268243 cspg_html_8767215556 cspg_html_8767215556:77:8864:8883 Waterways Swan Hill, Victoria +0.515367 gsa_html_8959359653 gsa_html_8959359653:74:5761:5789 Green River Colorado +0.259578 cspg_html_8145657505 cspg_html_8145657505:72:12022:12052 Nisku Lacombe, Alberta +0.259056 aapg_ad_52.html aapg_ad_52.html:1123:122766:122783 Michigan Michigan +0.482733 aapg_aa_288.html aapg_aa_288.html:78:9393:9404 Mowry Aspen, Colorado +0.48654 cspg_html_2498183035 cspg_html_2498183035:37:5313:5350 Swan Hills Lacombe, Alberta +0.274032 aapg_ai_614.html aapg_ai_614.html:51:8438:8451 Brushy Canyon South Africa +0.251923 aapg_ai_773.html aapg_ai_773.html:50:7766:7779 Detroit River Michigan +0.476761 cspg_html_6116883777 cspg_html_6116883777:1373:184182:184197 Douro Canadian Arctic Archipelago +0.461338 aapg_ae_658.html aapg_ae_658.html:371:47302:47318 Albert New Brunswick, New Jersey +0.489328 gsa_html_1079290957 gsa_html_1079290957:1255:113990:114018 Green River Iran +0.256035 gsa_html_7195000001 gsa_html_7195000001:208:24679:24691 Strand Fiord Banks Island +0.47802 aapg_ah_134.html aapg_ah_134.html:77:6854:6860 Paluxy Cotton Valley, Louisiana +0.46697 aapg_aa_399.html aapg_aa_399.html:460:39929:39946 Belly River Colorado +0.244881 aapg_ac_824.html aapg_ac_824.html:645:57598:57606 Colorado Colorado +0.491016 gsa_html_1248650603 gsa_html_1248650603:979:87595:87601 Casper Cheyenne, Wyoming +0.266255 sedimentology_html_3865745685 sedimentology_html_3865745685:1815:119411:119420 Mackenzie Lacombe, Alberta +0.23668 aapg_ah_844.html aapg_ah_844.html:128:17427:17445 Tensleep Cheyenne, Wyoming +0.26367 aapg_ai_996.html aapg_ai_996.html:97:9397:9408 Hornerstown Navesink River +0.252234 gsa_html_4179834030 gsa_html_4179834030:344:37558:37569 Green River Logan, Utah +0.247416 cspg_html_9951421861 cspg_html_9951421861:509:64678:64702 Athabasca Lacombe, Alberta +0.50508 aapg_ah_645.html aapg_ah_645.html:527:64294:64301 Rierdon Williston, Vermont +0.250444 aapg_ah_466.html aapg_ah_466.html:62:8157:8166 Jacalitos Fruitvale, British Columbia +0.253512 aapg_aa_109.html aapg_aa_109.html:31:4096:4113 Minturn Colorado +0.259017 aapg_af_490.html aapg_af_490.html:504:46362:46369 La Luna Netherlands +0.518415 aapg_ah_10.html aapg_ah_10.html:436:60086:60112 Monterey California +0.477087 cspg_html_2498183035 cspg_html_2498183035:172:19741:19751 Swan Hills Swan Hill, Victoria +0.237165 gsa_html_1783148177 gsa_html_1783148177:496:53279:53292 Marble Canyon Hunter Mountain (ski area) +0.24939 aapg_ai_145.html aapg_ai_145.html:89:11575:11584 Hay River Fall Creek Falls State Park +0.787178 cspg_html_2758185645 cspg_html_2758185645:39:7061:7078 Shunda Western world +0.249498 aapg_ac_246.html aapg_ac_246.html:1274:107909:107929 Lakota Cheyenne, Wyoming +0.246048 aapg_aa_16.html aapg_aa_16.html:157:15995:16017 Iron Springs Logan, Utah +0.51507 aapg_ac_635.html aapg_ac_635.html:226:23544:23550 Forbes Anchorage, Alaska +0.244904 aapg_ae_473.html aapg_ae_473.html:409:38017:38024 Wiggins Hinds County, Mississippi +0.488696 gsa_html_1783148177 gsa_html_1783148177:482:51816:51840 Mt Lytton Black Mountains, Wales +0.246015 aapg_ac_646.html aapg_ac_646.html:150:13068:13076 Colorado Denver +0.464634 gsa_html_3646882130 gsa_html_3646882130:384:37479:37485 Oregon Salem, Oregon +0.484352 gsa_html_9299329909 gsa_html_9299329909:301:37808:37818 Santa Cruz Northern Mariana Islands +0.246402 aapg_af_786.html aapg_af_786.html:99:10863:10882 Tantoyuca Mexico +0.24745 aapg_ah_358.html aapg_ah_358.html:655:42331:42341 San Andres Wichita, Kansas +0.274495 aapg_af_652.html aapg_af_652.html:84:9256:9266 Minnekahta Spearfish, South Dakota +0.200349 aapg_ah_221.html aapg_ah_221.html:86:8087:8101 Mission Canyon Red River of the North +0.254478 gsa_html_5272671610 gsa_html_5272671610:407:41637:41678 Osgood Reno, Nevada +0.491959 aapg_ae_220.html aapg_ae_220.html:215:23628:23647 Smackover Arkansas +0.471555 aapg_ad_380.html aapg_ad_380.html:286:27151:27159 Colorado Denver +0.459228 cspg_html_1009749092 cspg_html_1009749092:551:64517:64525 Columbia Lacombe, Alberta +0.452864 aapg_af_854.html aapg_af_854.html:212:26749:26775 Sweetland Creek Missouri River +0.3403 gsa_html_1569131616 gsa_html_1569131616:102:10343:10355 Rio San Juan Hispaniola +0.516384 cspg_html_4293350162 cspg_html_4293350162:66:10183:10204 Mount Head Victoria, British Columbia +0.272468 aapg_ae_959.html aapg_ae_959.html:2309:164225:164232 Rustler Salado, Texas +0.451858 cspg_html_2175627313 cspg_html_2175627313:87:10672:10680 Grayling Victoria, British Columbia +0.464576 aapg_ae_658.html aapg_ae_658.html:94:12020:12028 Colorado Newcastle, New South Wales +0.499422 sedimentology_html_4044191708 sedimentology_html_4044191708:111:8939:8947 Grayburg Artesia, New Mexico +0.468468 cspg_html_9905904289 cspg_html_9905904289:13:2358:2365 Eastend Regina, Saskatchewan +0.261 aapg_aa_644.html aapg_aa_644.html:409:36975:36984 East Fork Turkey Creek, Louisiana +0.37312 aapg_ai_974.html aapg_ai_974.html:648:67926:67930 Tyee Coos Bay +0.2709 gsa_html_4216613284 gsa_html_4216613284:313:36121:36132 Green River Logan, Utah +0.4731 gsa_html_2575244827 gsa_html_2575244827:101:11176:11199 Fort Thompson Biscayne Bay +0.26433 aapg_ac_807.html aapg_ac_807.html:295:29636:29642 Auburn Closter, New Jersey +0.460638 sedimentology_html_6282709960 sedimentology_html_6282709960:746:52513:52521 Colorado Siskiyou County, California +0.272796 aapg_ah_871.html aapg_ah_871.html:22:3202:3219 Black River Quebec City +0.679228 aapg_ai_696.html aapg_ai_696.html:544:62368:62372 Elko Reno, Nevada +0.817064 aapg_ae_871.html aapg_ae_871.html:353:57362:57382 Greenhorn Niobrara, Nebraska +0.233033 cspg_html_3783878189 cspg_html_3783878189:7:671:688 Mt Lytton Porcupine River (Ontario) +0.496164 gsa_html_5894524520 gsa_html_5894524520:445:56050:56056 Oregon Corvallis, Oregon +0.250976 cspg_html_8109044701 cspg_html_8109044701:27:3533:3540 Shuswap Fraser River (Colorado) +0.45888 aapg_ad_440.html aapg_ad_440.html:525:49184:49210 Denmar Rich Creek, Virginia +0.483488 cspg_html_9987144175 cspg_html_9987144175:384:42876:42898 Eureka Sound Melville Island (Canada) +0.48165 gsa_html_7875871937 gsa_html_7875871937:712:64757:64773 Nisku Lacombe, Alberta +0.50997 gsa_html_9866042258 gsa_html_9866042258:79:7863:7871 Columbia Victoria, British Columbia +0.26235 cspg_html_7409170811 cspg_html_7409170811:507:66679:66691 Rundle Lacombe, Alberta +0.259588 cspg_html_4924970281 cspg_html_4924970281:495:66132:66152 Clearwater Lacombe, Alberta +0.274551 palaios_html_5600528347 palaios_html_5600528347:510:51341:51362 Green River Cheyenne, Wyoming +0.46986 aapg_ai_321.html aapg_ai_321.html:162:22665:22672 Esquias Matagalpa +0.253872 aapg_ae_415.html aapg_ae_415.html:850:105167:105182 Tampa Suwannee County, Florida +0.488814 aapg_ai_46.html aapg_ai_46.html:437:35385:35395 Wellington Stillwater, Oklahoma +0.434403 cspg_html_5375461731 cspg_html_5375461731:211:24675:24697 Logan Cohasset, Massachusetts +0.483189 aapg_ae_233.html aapg_ae_233.html:19:2870:2889 Blufftown Chattahoochee River National Recreation Area +0.438764 aapg_ac_985.html aapg_ac_985.html:11:1165:1174 Uniontown Kentucky +0.26316 aapg_ai_962.html aapg_ai_962.html:209:14879:14903 Cherry Canyon West Texas +0.482023 gsa_html_8347407449 gsa_html_8347407449:818:72936:72941 Simla Netherlands +0.475896 geology_html_1481269821 geology_html_1481269821:40:4248:4253 Crete Santorini +0.485305 cspg_html_7310162886 cspg_html_7310162886:484:69160:69186 Shublik Middle East +0.470112 gsa_html_9843343868 gsa_html_9843343868:750:63290:63300 Florissant Colorado +0.25608 cspg_html_4659384530 cspg_html_4659384530:39:5389:5410 Slave Point Great Slave Lake +0.49521 aapg_af_75.html aapg_af_75.html:17:1463:1468 Atoka Meramec River +0.719688 aapg_ae_797.html aapg_ae_797.html:144:16962:16969 Paradox Colorado +0.455112 geology_html_3872542987 geology_html_3872542987:18:750:762 Rhode Island Newport, Rhode Island +0.403744 gsa_html_7999545108 gsa_html_7999545108:1094:128339:128356 Onaping Ames, Iowa +0.49707 aapg_af_912.html aapg_af_912.html:45:5442:5457 Eutaw Tuscaloosa, Alabama +0.258028 sedimentology_html_7103111053 sedimentology_html_7103111053:7224:101571:101605 Serpent Canada +0.889168 aapg_ac_617.html aapg_ac_617.html:144:19415:19433 Oakville Navasota Independent School District +0.366962 aapg_ai_414.html aapg_ai_414.html:87:7892:7907 Maquoketa Richmond, California +0.255892 aapg_ah_533.html aapg_ah_533.html:134:17557:17563 Oregon Douglas County, Colorado +0.253402 aapg_af_237.html aapg_af_237.html:445:44742:44751 Vicksburg West Columbia, West Virginia +0.262108 cspg_html_3328007773 cspg_html_3328007773:19:2501:2521 Bow Island Lacombe, Alberta +0.247374 aapg_ae_939.html aapg_ae_939.html:415:18108:18126 Admiral Pueblo, Colorado +0.261476 cspg_html_7310162886 cspg_html_7310162886:80:11312:11321 Neruokpuk Anchorage, Alaska +0.245464 cspg_html_4298557570 cspg_html_4298557570:34:4660:4668 Edmonton Edmonton, London +0.497798 cspg_html_8089302449 cspg_html_8089302449:257:43779:43809 Dawson Bay Regina, Saskatchewan +0.260019 cspg_html_9780523405 cspg_html_9780523405:974:112787:112797 Pine Point Canada +0.262023 cspg_html_3102530088 cspg_html_3102530088:312:37006:37013 Pakowki Regina, Saskatchewan +0.455832 gsa_html_7808051457 gsa_html_7808051457:788:77442:77450 Colorado Colorado +0.465836 sedimentology_html_2883226039 sedimentology_html_2883226039:27:1601:1607 Guelph Canada +0.29068 aapg_ah_411.html aapg_ah_411.html:100:11746:11762 Dakota Colorado +0.4944 gsa_html_8505456484 gsa_html_8505456484:64:4704:4732 Green River Iran +0.259875 sedimentology_html_2139169476 sedimentology_html_2139169476:312:32635:32644 Peninsula Korea +0.468992 aapg_af_130.html aapg_af_130.html:150:27186:27193 Sly Gap Alamogordo, New Mexico +0.91069 aapg_af_397.html aapg_af_397.html:177:21553:21560 Todilto San Juan, Argentina +0.49011 aapg_ak_93.html aapg_ak_93.html:5:459:472 Santa Barbara California +0.507833 gsa_html_6179372774 gsa_html_6179372774:30:2830:2858 Green River Colorado +0.243522 cspg_html_4176605708 cspg_html_4176605708:41:5734:5765 Colorado Western Canadian Sedimentary Basin +0.244398 geology_html_7725117438 geology_html_7725117438:297:22711:22717 Jordan Andes +0.268323 cspg_html_3124360347 cspg_html_3124360347:164:30300:30305 Joins Antelope Valley Freeway +0.512487 aapg_ad_880.html aapg_ad_880.html:105:12600:12615 Stump Cheyenne, Wyoming +0.248 sedimentology_html_6132952052 sedimentology_html_6132952052:85:5633:5637 Hall London, Ontario +0.457997 aapg_ad_466.html aapg_ad_466.html:127:12543:12560 Matawan Matawan, New Jersey +0.22185 sedimentology_html_1253431842 sedimentology_html_1253431842:2639:115386:115389 Rye Netherlands +0.255987 gsa_html_1538463681 gsa_html_1538463681:553:47982:47998 Morita Mexico +0.501034 aapg_af_471.html aapg_af_471.html:249:29159:29168 Hartselle Illinois +0.241482 aapg_ai_974.html aapg_ai_974.html:25:4000:4010 Washington Salem, Oregon +0.484785 cspg_html_7985076717 cspg_html_7985076717:146:17173:17193 Weatherall Banks Island +0.49244 aapg_af_11.html aapg_af_11.html:380:38447:38455 Colorado Ouray, Colorado +0.244989 aapg_ah_318.html aapg_ah_318.html:143:22223:22232 Huizachal Matamoros, Tamaulipas +0.494334 cspg_html_9590907762 cspg_html_9590907762:6:405:433 Winnipegosis Williston Basin +0.477543 gsa_html_5293445820 gsa_html_5293445820:72:7073:7093 Mt Lytton Anchorage, Alaska +0.492012 aapg_ae_845.html aapg_ae_845.html:135:14362:14374 Rockwell Ohio +0.477288 geology_html_6738351295 geology_html_6738351295:282:28385:28397 San Fernando California +0.25296 aapg_af_653.html aapg_af_653.html:973:115599:115606 Temblor Monterey, California +0.48278 cspg_html_2784057671 cspg_html_2784057671:530:63231:63237 Sustut Victoria, British Columbia +0.875871 aapg_ai_334.html aapg_ai_334.html:146:16468:16490 Todos Santos Guatemala +0.242484 cspg_html_8227554214 cspg_html_8227554214:94:11821:11843 Hillsborough Hillsborough, California +0.279165 aapg_ad_318.html aapg_ad_318.html:129:18211:18228 Salina Ohio +0.492184 gsa_html_4675111395 gsa_html_4675111395:29:2796:2824 Green River Colorado +0.26571 cspg_html_3926269712 cspg_html_3926269712:17:2657:2679 Goldenville Bridgetown, Nova Scotia +0.259776 aapg_ae_473.html aapg_ae_473.html:387:35770:35777 Carrizo Texas +0.25647 aapg_ai_105.html aapg_ai_105.html:556:66885:66902 Oquirrh Des Moines, Washington +0.4636 palaios_html_8113714689 palaios_html_8113714689:440:44073:44081 Colorado Colorado +0.508002 aapg_ah_90.html aapg_ah_90.html:223:35020:35032 Dakota Aspen, Colorado +0.366795 aapg_ad_147.html aapg_ad_147.html:142:12700:12717 Dakota San Juan, Argentina +0.265668 aapg_ai_49.html aapg_ai_49.html:138:15066:15072 Casper Cheyenne, Wyoming +0.498122 cspg_html_5484260516 cspg_html_5484260516:804:62549:62568 Lodgepole Savoy Hotel +0.263376 aapg_ad_960.html aapg_ad_960.html:98:10738:10752 Monterey Salinas, California +0.491064 gsa_html_1215126126 gsa_html_1215126126:29:2796:2824 Green River New Mexico +0.45738 palaios_html_4880574501 palaios_html_4880574501:570:51328:51347 Bellevue Columbus, Ohio +0.488889 cspg_html_3860685167 cspg_html_3860685167:908:83399:83419 Mount Head Lacombe, Alberta +0.257895 aapg_ae_873.html aapg_ae_873.html:220:26198:26218 Fredericksburg Paluxy, Texas +0.263652 cspg_html_5697056884 cspg_html_5697056884:145:14874:14889 Deadwood Regina, Saskatchewan +0.26928 cspg_html_8212454185 cspg_html_8212454185:83:11615:11632 Cardium Mississippian culture +0.254541 cspg_html_7412849391 cspg_html_7412849391:6:450:468 Edmonton Regina, Saskatchewan +0.265684 cspg_html_2471870619 cspg_html_2471870619:321:41001:41031 Exshaw Lacombe, Alberta +0.251502 aapg_ae_428.html aapg_ae_428.html:658:54457:54462 Tampa Melbourne, Florida +0.237566 aapg_ae_419.html aapg_ae_419.html:1607:119139:119146 El Abra Matamoros, Tamaulipas +0.467728 aapg_ai_49.html aapg_ai_49.html:242:28951:28958 Todilto Kayenta, Arizona +0.267426 aapg_ah_97.html aapg_ah_97.html:136:16978:16987 Red River Black River, Jamaica +0.256905 aapg_af_598.html aapg_af_598.html:154:12770:12781 Holdenville Seminole, Texas +0.497871 cspg_html_7918236174 cspg_html_7918236174:575:57060:57068 Montreal Canada +0.256522 cspg_html_3102530088 cspg_html_3102530088:184:22203:22223 Milk River Lacombe, Alberta +0.243432 gsa_html_6450008436 gsa_html_6450008436:829:75012:75022 South Park Colorado +0.459295 cspg_html_7817594878 cspg_html_7817594878:153:23523:23534 Fort Norman Mackenzie River +0.488735 aapg_ae_526.html aapg_ae_526.html:73:6792:6801 Smackover Cotton Valley, Louisiana +0.25856 aapg_af_483.html aapg_af_483.html:51:6872:6884 El Plan Rosario, Cavite +0.476652 cspg_html_5139035315 cspg_html_5139035315:569:59941:59972 Green River Colorado +0.503787 aapg_ai_491.html aapg_ai_491.html:456:58045:58060 Weber Colorado +0.467454 aapg_af_653.html aapg_af_653.html:733:82556:82564 Vaqueros Monterey, California +0.257024 AMJC_html_8128063878 AMJC_html_8128063878:662:83487:83495 Columbia California +0.504172 cspg_html_1225021992 cspg_html_1225021992:46:5214:5233 Dunvegan River Torrens +0.261542 aapg_ac_187.html aapg_ac_187.html:2009:197838:197859 Skaneateles Moscow +0.494326 aapg_ai_957.html aapg_ai_957.html:200:22313:22319 Lissie Beaumont, Texas +0.500347 aapg_aa_544.html aapg_aa_544.html:82:10763:10779 Casper Cheyenne, Wyoming +0.500202 aapg_ah_750.html aapg_ah_750.html:111:15450:15458 San Jose Feria de San Telmo +0.514962 aapg_ah_612.html aapg_ah_612.html:139:13062:13068 Viking Lacombe, Alberta +0.239904 geology_html_4386567919 geology_html_4386567919:63:7471:7487 Tesnus West, Texas +0.506401 gsa_html_3432892843 gsa_html_3432892843:69:4703:4731 Green River Colorado +0.28964 aapg_aa_934.html aapg_aa_934.html:293:33104:33110 Blaine New Mexico +0.462672 aapg_aa_775.html aapg_aa_775.html:371:38244:38263 Vicksburg Mexico +0.49248 cspg_html_1893593837 cspg_html_1893593837:8:412:437 Red Head Rapids Churchill River (Atlantic) +0.5646 aapg_ah_746.html aapg_ah_746.html:442:41650:41654 Hall Big Bend (Texas) +0.34177 cspg_html_4694482219 cspg_html_4694482219:6:410:437 Horseshoe Canyon Lacombe, Alberta +0.4785 aapg_aa_718.html aapg_aa_718.html:88:8801:8812 Monongahela Ohio +0.241056 aapg_ai_154.html aapg_ai_154.html:218:25998:26003 Danby Ellisburg (village), New York +0.429244 sedimentology_html_1338997515 sedimentology_html_1338997515:147:13340:13346 Holder Sacramento Mountains (California) +0.475741 aapg_ai_11.html aapg_ai_11.html:228:27926:27946 Bonner Springs Wyandotte, Michigan +0.251995 cspg_html_3026112034 cspg_html_3026112034:775:75623:75647 Basal Calgary +0.5 aapg_af_994.html aapg_af_994.html:346:60821:60837 Forbes Central Valley (California) +0.260096 cspg_html_6702053097 cspg_html_6702053097:539:67468:67491 Wallace Quebec City +0.480128 gsa_html_5495469347 gsa_html_5495469347:685:59574:59582 Colorado Colorado +0.267734 sedimentology_html_9699563254 sedimentology_html_9699563254:609:52456:52471 Mesaverde Mancos, Colorado +0.497202 aapg_ah_339.html aapg_ah_339.html:353:32829:32835 Camden Benton County, Indiana +0.493812 cspg_html_2013109828 cspg_html_2013109828:28:4529:4537 Columbia Lacombe, Alberta +0.898448 cspg_html_6383234409 cspg_html_6383234409:463:47333:47352 Hecla Bay Bathurst Island (Northern Territory) +0.509168 aapg_ae_876.html aapg_ae_876.html:614:65422:65430 Woodside Logan, Utah +0.25553 aapg_ai_503.html aapg_ai_503.html:361:40001:40007 Neahga Lockport (city), New York +0.64929 aapg_ah_876.html aapg_ah_876.html:639:79637:79651 Rodessa Alabama +0.247164 aapg_ae_3.html aapg_ae_3.html:239:33904:33912 Doughnut Uinta Mountains +0.493812 aapg_aa_702.html aapg_aa_702.html:2071:179685:179693 Colorado Denver +0.273528 aapg_ad_190.html aapg_ad_190.html:18:3558:3565 Cypress Illinois +0.256027 palaios_html_6973830442 palaios_html_6973830442:305:26185:26202 Entrada Logan, Utah +0.24453 aapg_ah_550.html aapg_ah_550.html:132:16358:16374 Tehama Central Valley (California) +0.494252 aapg_ac_807.html aapg_ac_807.html:945:90831:90844 Potomac Maryland +0.26664 aapg_af_922.html aapg_af_922.html:69:9580:9587 Waverly Kentucky +0.232804 aapg_ai_584.html aapg_ai_584.html:1239:126076:126090 Converse Nebraska +0.24846 gsa_html_8794167975 gsa_html_8794167975:962:98028:98036 Temporal Republic of China +0.24929 gsa_html_5924250698 gsa_html_5924250698:1073:101787:101804 Entrada New Mexico +0.473773 sedimentology_html_8344884381 sedimentology_html_8344884381:1000:91479:91501 Castle Hayne Charleston, South Carolina +0.244925 cspg_html_4516258038 cspg_html_4516258038:256:26505:26518 Parry Islands Melville Island (Canada) +0.480816 cspg_html_4069214675 cspg_html_4069214675:648:66660:66686 Gilwood Canada +0.493218 geology_html_8362064551 geology_html_8362064551:355:25044:25056 Rockwell Sea of Marmara +0.244398 aapg_aa_610.html aapg_aa_610.html:533:56519:56537 Niobrara Cape Verde +0.49317 aapg_ae_278.html aapg_ae_278.html:1130:121039:121043 Java Sumatra +0.523 aapg_ai_49.html aapg_ai_49.html:815:103422:103432 Purgatoire Colorado +0.25853 palaios_html_3796939457 palaios_html_3796939457:587:47886:47904 Woodbine Texas +0.244925 gsa_html_4650354985 gsa_html_4650354985:1092:90192:90223 Minturn Colorado +0.49767 aapg_ae_839.html aapg_ae_839.html:35:3376:3382 Paluxy Rodessa, Louisiana +0.260338 aapg_ac_617.html aapg_ac_617.html:117:15159:15168 Catahoula Oakville, California +0.261105 cspg_html_1976603247 cspg_html_1976603247:49:6319:6326 Moncton New Brunswick, New Jersey +0.265216 aapg_ai_760.html aapg_ai_760.html:774:81613:81630 Bedford Gulf of Maine +0.257 jgeology_html_8907302911 jgeology_html_8907302911:560:44385:44391 Oxford Pergamon Museum +0.52128 aapg_ah_260.html aapg_ah_260.html:137:18370:18394 Cedar Mountain Indianola, Iowa +0.425546 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135402:135421 Kaskapau Lacombe, Alberta +0.24451 aapg_ac_491.html aapg_ac_491.html:213:37372:37387 Taman Mexico +0.242055 aapg_ad_812.html aapg_ad_812.html:63:8189:8205 Navajo Kayenta, Arizona +0.245991 AMJC_html_9500753417 AMJC_html_9500753417:448:60366:60386 Caldwell Quebec City +0.501468 gsa_html_3860045860 gsa_html_3860045860:1122:103075:103084 Fullerton Pacific coast +0.272664 aapg_ae_73.html aapg_ae_73.html:635:87279:87287 San Luis New Mexico +0.237636 cspg_html_8288455892 cspg_html_8288455892:491:50704:50719 Bluff Grand Cayman +0.25047 aapg_ac_744.html aapg_ac_744.html:230:24697:24720 Trujillo Rio de Janeiro +0.445516 cspg_html_5241714595 cspg_html_5241714595:178:26726:26741 Elk Lacombe, Alberta +0.463158 aapg_af_143.html aapg_af_143.html:20:2398:2409 Port Orford Salem, Oregon +0.258856 cspg_html_1662483356 cspg_html_1662483356:426:43416:43424 Columbia Victoria, British Columbia +0.244 aapg_ac_363.html aapg_ac_363.html:460:49057:49067 Kern River Bakersfield, California +0.460411 cspg_html_9717154602 cspg_html_9717154602:423:51317:51324 Bearpaw Bow River +0.494172 aapg_ah_302.html aapg_ah_302.html:595:58849:58863 Frio Brazoria County, Texas +0.465 geology_html_6745194930 geology_html_6745194930:11:499:509 Washington Seattle +0.49543 sedimentology_html_9699563254 sedimentology_html_9699563254:157:11723:11752 Mesaverde Colorado +0.484185 gsa_html_8279040833 gsa_html_8279040833:784:59219:59224 Stump Antarctica +0.254961 sedimentology_html_8244664857 sedimentology_html_8244664857:621:53920:53927 Hampton Bolivia +0.270396 aapg_ah_618.html aapg_ah_618.html:98:7823:7831 Tensleep Little Cottonwood Creek +0.489842 aapg_ac_505.html aapg_ac_505.html:68:10205:10216 Amherstburg West Branch, Iowa +0.508491 aapg_ad_169.html aapg_ad_169.html:82:11106:11119 Maccrady Greenbrier (Great Smoky Mountains) +0.25551 gsa_html_9843405750 gsa_html_9843405750:1350:129381:129402 Green River Cheyenne, Wyoming +0.498597 aapg_ac_198.html aapg_ac_198.html:220:19216:19228 Austin Chalk Austin, Chicago +0.473185 jgeology_html_9629010327 jgeology_html_9629010327:761:68376:68382 Sierra Stanislaus River +0.475745 aapg_ac_333.html aapg_ac_333.html:285:37674:37678 Rico Colorado +0.2626 aapg_ad_441.html aapg_ad_441.html:539:39457:39468 Reclamation Sacramento, California +0.261 aapg_ac_222.html aapg_ac_222.html:592:67409:67417 Colorado Phoenix, Arizona +0.25544 cspg_html_7779401416 cspg_html_7779401416:24:2685:2694 Allegheny Michigan +0.473715 aapg_ai_29.html aapg_ai_29.html:672:85151:85169 Anacacho Texas +0.25146 cspg_html_5406272225 cspg_html_5406272225:11:1096:1127 Elk Canada +0.247008 cspg_html_3501550466 cspg_html_3501550466:752:97350:97383 Saskatchewan Regina, Saskatchewan +0.244398 aapg_ak_87.html aapg_ak_87.html:471:59441:59461 Horquilla Mogollon, New Mexico +0.245895 aapg_ai_249.html aapg_ai_249.html:134:20475:20490 Coban Maya Mountain +0.468876 aapg_af_789.html aapg_af_789.html:56:7952:7960 Virginia Greenbrier County Schools +0.260598 gsa_html_7040053075 gsa_html_7040053075:635:67770:67789 Duarte San Gabriel Mountains +0.257048 cspg_html_8414893458 cspg_html_8414893458:9:964:972 Columbia Victoria, British Columbia +0.437124 aapg_ai_275.html aapg_ai_275.html:132:16250:16273 Raritan North Carolina +0.483328 sedimentology_html_7770460326 sedimentology_html_7770460326:133:13768:13772 Kent Maidstone +0.260478 cspg_html_7262483221 cspg_html_7262483221:5:292:296 Bell Western Canadian Sedimentary Basin +0.254508 geology_html_9622075409 geology_html_9622075409:98:7465:7475 Santa Cruz California +0.509467 aapg_ai_17.html aapg_ai_17.html:255:22613:22628 Indio Texas +0.493311 geology_html_1626776709 geology_html_1626776709:286:26248:26254 Oxford Antarctica +0.249856 geology_html_4373172446 geology_html_4373172446:325:23456:23461 Stark Republic of China +0.495208 cspg_html_2161417858 cspg_html_2161417858:114:14950:14962 Exshaw Lacombe, Alberta +0.25584 aapg_ae_67.html aapg_ae_67.html:366:30856:30864 Colorado Colorado +0.485305 aapg_ae_115.html aapg_ae_115.html:488:39388:39392 Wise Cheyenne, Wyoming +0.273465 gsa_html_4179834030 gsa_html_4179834030:315:36180:36191 Green River Logan, Utah +0.256853 cspg_html_6715452766 cspg_html_6715452766:96:13392:13413 Strathcona Fiord Ellesmere Island +0.256905 aapg_ae_350.html aapg_ae_350.html:61:6400:6427 Lewisville Lewisville, Texas +0.471814 aapg_ai_145.html aapg_ai_145.html:12:1348:1368 Nikanassin Lacombe, Alberta +0.245024 cspg_html_2703495345 cspg_html_2703495345:196:28318:28324 Denver Colorado +0.24745 aapg_aa_679.html aapg_aa_679.html:309:27287:27292 Mt Lytton Anchorage, Alaska +0.267288 gsa_html_4543270561 gsa_html_4543270561:989:86867:86880 Santa Barbara California +0.496908 gsa_html_9216496168 gsa_html_9216496168:1184:108603:108611 Colorado California +0.269878 jgeology_html_9413634903 jgeology_html_9413634903:84:3536:3542 Dayton Ohio +0.469482 aapg_ah_10.html aapg_ah_10.html:470:61705:61723 Monterey Kern County, California +0.26416 aapg_ae_959.html aapg_ae_959.html:1621:117617:117633 Whitehorse Nashville Basin +0.254518 aapg_aa_736.html aapg_aa_736.html:29:3418:3433 Coldwater Sunbury, Pennsylvania +0.728364 AMJC_html_2890539371 AMJC_html_2890539371:306:35608:35626 Prichard Washington (state) +0.467432 aapg_af_900.html aapg_af_900.html:247:32987:32995 Big Hill Shreveport, Louisiana +0.304548 cspg_html_8549221170 cspg_html_8549221170:50:5600:5605 Swift Colorado +0.501642 geology_html_6476658393 geology_html_6476658393:345:26269:26275 Walker Colorado +0.250965 gsa_html_9417870342 gsa_html_9417870342:22:915:924 San Diego Yuma, Arizona +0.4785 geology_html_5972436991 geology_html_5972436991:15:1090:1096 Oregon Newport, Rhode Island +0.252865 cspg_html_9613906024 cspg_html_9613906024:34:3885:3896 Slave Point Lacombe, Alberta +0.472944 aapg_ae_370.html aapg_ae_370.html:483:45089:45114 Pittsburg Bluff Columbia Country +0.671646 aapg_aa_37.html aapg_aa_37.html:269:33908:33918 Phosphoria Boise, Idaho +0.251979 cspg_html_6383234409 cspg_html_6383234409:529:54182:54211 Bird Fiord Bathurst Island (Northern Territory) +0.34992 cspg_html_2498183035 cspg_html_2498183035:337:37817:37827 Bonneterre Missouri River +0.268288 geology_html_4966808147 geology_html_4966808147:13:754:764 Washington Seattle +0.488992 gsa_html_5902364273 gsa_html_5902364273:864:63257:63285 Green River Colorado +0.490314 gsa_html_2561127673 gsa_html_2561127673:539:50975:51001 Sulphur Mountain Henderson, Nevada +0.456666 geology_html_5045588189 geology_html_5045588189:216:23265:23269 Hall Norwell, Massachusetts +0.482733 gsa_html_8241338635 gsa_html_8241338635:319:31077:31087 Long Point Blue Ridge Mountains +0.27248 sedimentology_html_2767426262 sedimentology_html_2767426262:983:62815:62823 Montreal Montreal +0.267674 gsa_html_1419461902 gsa_html_1419461902:936:80316:80338 Mifflintown Maryland +0.25284 aapg_ai_278.html aapg_ai_278.html:642:80957:80976 Cayo Coco Cayo Coco +0.50297 aapg_ae_499.html aapg_ae_499.html:508:53792:53804 Dakota Colorado +0.492012 sedimentology_html_6084996636 sedimentology_html_6084996636:71:10223:10234 Green River Logan, Utah +0.267794 aapg_ah_678.html aapg_ah_678.html:490:58751:58781 Vicksburg Houston +0.26208 sedimentology_html_8230868664 sedimentology_html_8230868664:237:19711:19727 Navajo Colorado +0.254518 cspg_html_4287356899 cspg_html_4287356899:1591:223009:223025 Yukon Calgary +0.260338 aapg_ai_974.html aapg_ai_974.html:632:65924:65934 Washington Salem, Oregon +0.49502 cspg_html_5375448448 cspg_html_5375448448:486:49989:50013 Kaskapau Lacombe, Alberta +0.476424 aapg_aa_156.html aapg_aa_156.html:382:37345:37353 Michigan Ohio +0.259077 aapg_ac_866.html aapg_ac_866.html:375:47302:47329 Catahoula Texas +0.4731 aapg_aa_15.html aapg_aa_15.html:44:5633:5651 Whitsett Whitsett, North Carolina +0.242725 aapg_af_602.html aapg_af_602.html:675:84317:84327 San Marcos Mexico +0.487531 gsa_html_5147030878 gsa_html_5147030878:304:26979:26992 San Sebastian Venezuela +0.47817 gsa_html_7151930388 gsa_html_7151930388:458:39616:39622 Sonora Chihuahua (state) +0.480868 sedimentology_html_9355085746 sedimentology_html_9355085746:1140:50201:50211 Rio Grande South America +0.49082 aapg_ai_816.html aapg_ai_816.html:163:25352:25358 Hertha Mound City, Missouri +0.457963 aapg_ah_519.html aapg_ah_519.html:3:268:297 Burro Canyon Dolores, Colorado +0.67014 aapg_ah_469.html aapg_ah_469.html:280:24960:24974 Kosciusko Mississippi River +0.501375 palaios_html_6409863909 palaios_html_6409863909:21:1442:1473 Kope Cincinnati +0.477225 gsa_html_8128037381 gsa_html_8128037381:487:61432:61443 Devils Hole Reno, Nevada +0.494915 aapg_aa_484.html aapg_aa_484.html:143:12397:12405 Wolfcamp Texas +0.491008 gsa_html_3445493534 gsa_html_3445493534:740:76145:76163 Monterey California +0.487705 gsa_html_4724832228 gsa_html_4724832228:942:94078:94106 Green River Colorado +0.497354 aapg_ah_644.html aapg_ah_644.html:396:47539:47557 Sundance Regina, Saskatchewan +0.3765 gsa_html_1679507393 gsa_html_1679507393:112:10227:10243 Bighorn Dolomite Absaroka +0.278214 aapg_ah_978.html aapg_ah_978.html:256:26122:26139 San Joaquin San Joaquin River +0.236192 aapg_ah_83.html aapg_ah_83.html:417:52130:52150 Bear River Boise, Idaho +0.477617 cspg_html_7817594878 cspg_html_7817594878:394:57564:57570 Denver Colorado +0.26866 aapg_ad_757.html aapg_ad_757.html:102:11657:11663 Wilcox Decorah, Iowa +0.27 gsa_html_7199417381 gsa_html_7199417381:513:51073:51081 Loveland Peoria, Illinois +0.462105 aapg_ai_117.html aapg_ai_117.html:107:9890:9898 Colorado Colorado +0.487622 aapg_ac_807.html aapg_ac_807.html:326:33257:33265 Patapsco Delaware +0.79993 cspg_html_1124814558 cspg_html_1124814558:147:18258:18282 Cold Lake Middle East +0.2605 gsa_html_4719798013 gsa_html_4719798013:383:38971:39005 Blackwater Draw Muleshoe National Wildlife Refuge +0.269824 aapg_ad_691.html aapg_ad_691.html:97:11394:11403 Red River Brazos River +0.24304 geology_html_1575703686 geology_html_1575703686:11:471:481 Washington Vancouver +0.250985 geology_html_4658814755 geology_html_4658814755:13:572:578 Reston Virginia +0.49419 aapg_ae_268.html aapg_ae_268.html:54:5593:5610 Renault Monroe County, Florida +0.43985 gsa_html_8086754950 gsa_html_8086754950:365:37053:37072 Rock Springs Cheyenne, Wyoming +0.2565 palaios_html_9948623145 palaios_html_9948623145:508:53321:53337 Esopus Canadian Arctic Archipelago +0.484692 aapg_ad_440.html aapg_ad_440.html:551:52551:52558 Taggard Maple Grove, Minnesota +0.26163 gsa_html_4883039712 gsa_html_4883039712:725:71873:71893 Chucunaque Darien, Georgia +0.489984 cspg_html_9778753186 cspg_html_9778753186:130:19026:19043 Livingstone Moose Mountain (Alberta) +0.267426 cspg_html_2161417858 cspg_html_2161417858:378:42842:42872 Bakken Williston Basin +0.501072 aapg_ae_876.html aapg_ae_876.html:1111:113956:113967 Grand River Logan, Utah +0.461065 aapg_ae_959.html aapg_ae_959.html:3056:230952:230975 Brushy Canyon Delaware +0.46308 aapg_aa_302.html aapg_aa_302.html:367:44650:44655 Loray Kaibab, Arizona +0.245872 aapg_ad_683.html aapg_ad_683.html:377:39040:39048 Michigan University of California Museum of Paleontology +0.489582 aapg_ad_318.html aapg_ad_318.html:72:11344:11356 Salina Fort Wayne (Detroit) +0.466784 aapg_aa_357.html aapg_aa_357.html:523:46110:46116 Navajo Emery Theatre +0.245009 cspg_html_9343899465 cspg_html_9343899465:2058:182823:182840 Beverley Inlet Ellesmere Island +0.50244 aapg_ad_959.html aapg_ad_959.html:82:8599:8603 Kope Kentucky +0.244518 gsa_html_7542416588 gsa_html_7542416588:28:1147:1153 Denver Colorado +0.2575 AMJC_html_4670647492 AMJC_html_4670647492:1000:69933:69941 Scotland London, Ontario +0.256236 cspg_html_1645105717 cspg_html_1645105717:31:4523:4546 Logan Mississauga +0.249368 sedimentology_html_9986829348 sedimentology_html_9986829348:1063:78888:78896 Columbia Victoria, British Columbia +0.892074 sedimentology_html_3490195740 sedimentology_html_3490195740:570:44450:44469 Red River Richland County, Illinois +0.242015 geology_html_2705128271 geology_html_2705128271:69:6126:6160 Pocatello Boise, Idaho +0.497202 aapg_ae_324.html aapg_ae_324.html:835:84080:84101 Beekmantown Knoxville, Tennessee +0.260832 AMJC_html_9113252962 AMJC_html_9113252962:184:24100:24116 Hoosac Washington (state) +0.463624 aapg_ac_367.html aapg_ac_367.html:31:4279:4289 Ironton Wisconsin +0.264704 gsa_html_9310053579 gsa_html_9310053579:647:58566:58576 Washington Seattle +0.2751 cspg_html_9343899465 cspg_html_9343899465:316:34688:34701 Ibbett Bay Melville Island (Canada) +0.516477 sedimentology_html_3141058446 sedimentology_html_3141058446:800:38957:38962 Price Sellwood Bridge +0.366933 aapg_ae_324.html aapg_ae_324.html:1127:113093:113101 Moccasin Knoxville, Tennessee +0.276612 gsa_html_5064963350 gsa_html_5064963350:816:82180:82188 Columbia Victoria, British Columbia +0.365971 geology_html_6752696169 geology_html_6752696169:210:19645:19656 Green River Logan, Utah +0.49056 cspg_html_6255491344 cspg_html_6255491344:231:33438:33456 Kootenay Victoria, British Columbia +0.2499 geology_html_1574115242 geology_html_1574115242:260:23226:23237 Green River Uinta Mountains +0.495378 aapg_ae_876.html aapg_ae_876.html:699:74298:74304 Pueblo Colorado +0.470869 gsa_html_8549650339 gsa_html_8549650339:75:6960:6971 San Antonio Balcones Fault +0.272483 aapg_ac_333.html aapg_ac_333.html:24:3485:3499 Yeso Colorado Plateau +0.488748 aapg_ae_364.html aapg_ae_364.html:203:15572:15578 Sierra Guayaquil +0.489684 aapg_ai_409.html aapg_ai_409.html:169:19473:19478 Tokio Arkansas +0.517443 aapg_aa_654.html aapg_aa_654.html:17:3635:3641 Sandia Sangre de Cristo Range +0.259056 geology_html_6209572524 geology_html_6209572524:350:27794:27800 Oregon Salem, Oregon +0.383097 aapg_ac_587.html aapg_ac_587.html:450:52294:52310 Chinle Logan, Utah +0.493387 aapg_ai_720.html aapg_ai_720.html:154:18685:18698 Elk Raritan River +0.252324 gsa_html_5158209975 gsa_html_5158209975:513:44754:44761 Prairie Saucier, Mississippi +0.258981 geology_html_4318757553 geology_html_4318757553:298:21306:21314 Colorado Gunnison County, Colorado +0.495803 aapg_aa_357.html aapg_aa_357.html:383:35660:35677 Dolores Chinle Formation +0.47785 aapg_aa_913.html aapg_aa_913.html:409:31091:31098 El Abra Mexico +0.271932 aapg_ai_197.html aapg_ai_197.html:651:71655:71660 Cadiz Spain +0.384181 geology_html_4965715689 geology_html_4965715689:71:6450:6466 Noonday Dolomite Badwater Basin +0.48858 sedimentology_html_6473571818 sedimentology_html_6473571818:151:17929:17952 Kingston Peak California +0.268812 aapg_ae_446.html aapg_ae_446.html:335:34627:34648 San Andres New Mexico +0.260896 aapg_ak_76.html aapg_ak_76.html:141:20924:20941 Aymamon Aguadilla, Puerto Rico +0.474672 gsa_html_2667366192 gsa_html_2667366192:685:61252:61256 Hall Los Angeles +0.273448 sedimentology_html_2601136107 sedimentology_html_2601136107:1494:91753:91772 Wabamun Canada +0.25938 gsa_html_3566869311 gsa_html_3566869311:379:33252:33268 Latah Fishing Lake +0.27195 aapg_af_792.html aapg_af_792.html:108:12664:12673 Catahoula Oakville, California +0.248292 palaios_html_3609052527 palaios_html_3609052527:15:730:765 Fort Thompson Melbourne, Florida +0.2652 aapg_ai_584.html aapg_ai_584.html:439:43073:43085 Cassa Hartville, Missouri +0.245024 aapg_ah_505.html aapg_ah_505.html:1463:117652:117665 Fountain Colorado Springs, Colorado +0.481792 aapg_ac_940.html aapg_ac_940.html:814:71509:71518 Tuscarora Juniata County School District +0.255025 cspg_html_2758185645 cspg_html_2758185645:311:29059:29069 Mount Head Western world +0.486513 cspg_html_5345848475 cspg_html_5345848475:82:11483:11497 Colorado Lacombe, Alberta +0.4695 cspg_html_8260944839 cspg_html_8260944839:113:14154:14181 Twilight Gneiss Stony Creek Metropark +0.258542 aapg_ai_249.html aapg_ai_249.html:83:12901:12907 Sierra Santa Rosa, California +0.49062 gsa_html_5107598462 gsa_html_5107598462:560:53655:53665 Waynesboro Salina, Kansas +0.266255 geology_html_8366774762 geology_html_8366774762:39:3244:3259 Lance Campania +0.51188 aapg_ad_466.html aapg_ad_466.html:1173:125150:125157 Magothy Delaware +0.38661 cspg_html_9361096527 cspg_html_9361096527:6:427:449 Judith River Regina, Saskatchewan +0.234728 jgeology_html_8265681594 jgeology_html_8265681594:154:9489:9498 Peninsula Korea +0.251 cspg_html_9354781888 cspg_html_9354781888:244:29745:29752 Success Calgary +0.46494 aapg_ad_760.html aapg_ad_760.html:173:19553:19565 Modelo Royal Botanic Gardens, Kew +0.256011 aapg_ac_807.html aapg_ac_807.html:284:28477:28496 New Egypt Red Bank, New Jersey +0.257013 gsa_html_9579641184 gsa_html_9579641184:392:37550:37566 Beluga Cook Inlet +0.266252 aapg_af_575.html aapg_af_575.html:397:53896:53918 Wapsipinicon Sheffield station +0.467262 aapg_ah_978.html aapg_ah_978.html:221:22696:22713 San Joaquin Tulare, California +0.274046 jgeology_html_4305195651 jgeology_html_4305195651:2298:161946:161964 Catskill Pennsylvania +0.475896 aapg_ae_59.html aapg_ae_59.html:605:48653:48661 Colorado Middle East +0.242928 AMJC_html_4144856313 AMJC_html_4144856313:219:25804:25816 Tuscan Costa Rica +0.480233 aapg_ai_583.html aapg_ai_583.html:317:38081:38089 Sundance Cheyenne, Wyoming +0.479632 cspg_html_4287356899 cspg_html_4287356899:2648:296759:296765 Oregon China +0.493056 cspg_html_1925276454 cspg_html_1925276454:560:57073:57082 Cold Lake Lacombe, Alberta +0.490496 palaios_html_3422917437 palaios_html_3422917437:638:46388:46411 Lincoln Creek Washington (state) +0.955234 cspg_html_6985536436 cspg_html_6985536436:740:96693:96711 Beaufort Western world +0.483128 aapg_af_854.html aapg_af_854.html:551:74988:75004 Warsaw Kentucky +0.492604 cspg_html_9343899465 cspg_html_9343899465:1605:130836:130857 Bathurst Banks Island +0.723232 aapg_ac_333.html aapg_ac_333.html:156:19674:19692 Toroweap Grand Canyon +0.495803 aapg_ah_974.html aapg_ah_974.html:302:28919:28937 Oakville Western world +0.253005 sedimentology_html_2359041650 sedimentology_html_2359041650:685:68025:68030 Crete Crete +0.247008 aapg_ai_958.html aapg_ai_958.html:91:8965:8973 Oakville Brazos River +0.258039 geology_html_3573540187 geology_html_3573540187:353:28099:28105 Active Chile +0.4444 aapg_ae_415.html aapg_ae_415.html:969:121841:121860 Catahoula Mississippi River +0.253302 cspg_html_2471870619 cspg_html_2471870619:460:54029:54051 Tidal Lacombe, Alberta +0.412585 cspg_html_4915680223 cspg_html_4915680223:6:382:401 Allen Bay Douro DOC +0.832273 aapg_ai_80.html aapg_ai_80.html:335:34376:34385 Hermitage Utica, New York +0.915768 gsa_html_3510629601 gsa_html_3510629601:862:78317:78330 Santa Barbara California +0.25551 geology_html_5021862237 geology_html_5021862237:241:19387:19392 Stark Republic of China +0.262566 aapg_ae_185.html aapg_ae_185.html:218:19081:19104 Cotton Valley Cotton Valley, Louisiana +0.271932 aapg_aa_960.html aapg_aa_960.html:246:20149:20156 Entrada Colorado +0.922845 aapg_af_18.html aapg_af_18.html:179:21005:21021 Fall River Black Hills +0.899562 aapg_ac_629.html aapg_ac_629.html:408:51978:51985 Anahuac Saratoga, California +0.25811 aapg_ae_961.html aapg_ae_961.html:343:27093:27101 Niobrara Niobrara, Nebraska +0.4966 cspg_html_1841843683 cspg_html_1841843683:110:20031:20039 Sundance Cheyenne, Wyoming +0.3762 cspg_html_4915680223 cspg_html_4915680223:256:28958:28977 Allen Bay Ellesmere Island +0.2522 cspg_html_4072152826 cspg_html_4072152826:206:25401:25418 Mistaya Mons +0.256486 cspg_html_7086537250 cspg_html_7086537250:82:8023:8046 Besa River Canada +0.25149 gsa_html_7800798612 gsa_html_7800798612:1167:74384:74388 Hall London, Ontario +0.52547 aapg_af_18.html aapg_af_18.html:117:14085:14091 Lakota Fall River, Nova Scotia +0.480129 gsa_html_7199417381 gsa_html_7199417381:245:27482:27499 White River Cheyenne, Wyoming +0.255068 aapg_ah_157.html aapg_ah_157.html:144:18692:18709 Potsdam Adirondack Mountains +0.246206 cspg_html_9157093462 cspg_html_9157093462:470:51833:51863 Doig Lacombe, Alberta +0.259056 aapg_ai_144.html aapg_ai_144.html:439:38977:38984 Cardium Colorado +0.26364 aapg_aa_995.html aapg_aa_995.html:555:43038:43047 Minnelusa Hartville, Missouri +0.4841 aapg_ai_82.html aapg_ai_82.html:369:40621:40635 Maccrady Ohio +0.484864 cspg_html_6206575791 cspg_html_6206575791:76:10111:10140 Atoka Atoka, Oklahoma +0.250194 aapg_ae_843.html aapg_ae_843.html:115:10708:10715 Garland Big Horn Mountains +0.484009 aapg_ae_959.html aapg_ae_959.html:1654:120201:120211 San Andres San Angelo, Texas +0.262095 aapg_ae_182.html aapg_ae_182.html:20:2554:2562 Bellevue Bossier Parish, Louisiana +0.260598 aapg_aa_73.html aapg_aa_73.html:95:9108:9114 Putnam Jackson, Mississippi +0.26624 aapg_ae_886.html aapg_ae_886.html:3:185:211 Todilto New Mexico +0.715932 aapg_aa_261.html aapg_aa_261.html:110:15624:15648 Surrett Canyon Great Basin +0.262656 cspg_html_5141367518 cspg_html_5141367518:272:39488:39510 Willow Creek Fort Union Trading Post National Historic Site +0.49969 aapg_ae_885.html aapg_ae_885.html:230:22900:22914 Yeso New Mexico +0.516 gsa_html_8063253461 gsa_html_8063253461:75:5330:5358 Green River Colorado +0.480916 gsa_html_3826887876 gsa_html_3826887876:728:68864:68872 Columbia Charleston, South Carolina +0.45668 aapg_ac_451.html aapg_ac_451.html:153:16482:16501 Matanuska Kenai, Alaska +0.501809 aapg_ah_611.html aapg_ah_611.html:89:6386:6397 San Joaquin Ventura County, California +0.258516 cspg_html_2175627313 cspg_html_2175627313:532:66684:66701 Montney Pangaea +0.26964 aapg_ai_592.html aapg_ai_592.html:255:41467:41488 Green River Uinta Mountains +0.25248 aapg_aa_233.html aapg_aa_233.html:250:26298:26316 Kiamichi Texas +0.24647 aapg_aa_784.html aapg_aa_784.html:24:2560:2574 Chainman Yucca Mountain +0.92421 gsa_html_5865982995 gsa_html_5865982995:1347:142222:142250 Green River Sevier orogeny +0.49556 geology_html_2888478969 geology_html_2888478969:169:13409:13417 Michigan Colorado +0.482724 cspg_html_8840748783 cspg_html_8840748783:56:10128:10147 Kaskapau Victoria, British Columbia +0.25351 aapg_ae_74.html aapg_ae_74.html:450:42380:42386 Carmel Arizona +0.68354 cspg_html_6546794930 cspg_html_6546794930:37:3276:3285 Keg River Bonaire +0.48951 geology_html_1201526836 geology_html_1201526836:25:2431:2437 Brazil India +0.273504 aapg_ah_290.html aapg_ah_290.html:299:34020:34030 Washington Columbia River Basalt Group +0.262063 aapg_ah_696.html aapg_ah_696.html:345:47721:47769 Rockwell Washington (state) +0.259072 sedimentology_html_2865738906 sedimentology_html_2865738906:562:33186:33207 Lake Valley New Mexico +0.27192 aapg_aa_521.html aapg_aa_521.html:175:25101:25114 Chemung Gartland +0.483585 aapg_ai_153.html aapg_ai_153.html:95:16105:16114 Allegheny Monongahela, Pennsylvania +0.49868 aapg_ae_471.html aapg_ae_471.html:12:1747:1755 Dorcheat Lafayette County, Florida +0.361841 aapg_aa_158.html aapg_aa_158.html:693:59569:59577 Humboldt Reno, Nevada +0.270375 cspg_html_6252417471 cspg_html_6252417471:176:26024:26050 Kanguk Banks Island +0.239096 aapg_ae_594.html aapg_ae_594.html:264:29988:30004 Eagle Del Rio, Tennessee +0.489538 aapg_af_788.html aapg_af_788.html:213:18430:18451 Detroit River Tuscola County, Michigan +0.346212 aapg_ae_535.html aapg_ae_535.html:523:54451:54458 Chignik Anchorage, Alaska +0.256512 cspg_html_6675007047 cspg_html_6675007047:660:66793:66812 Athabasca Lacombe, Alberta +0.246973 aapg_ac_134.html aapg_ac_134.html:631:88695:88703 Temporal North Sea oil +0.486156 aapg_aa_785.html aapg_aa_785.html:393:42967:42975 Moosebar Victoria, British Columbia +0.487494 aapg_ai_583.html aapg_ai_583.html:125:17450:17464 Sundance Powder River Basin +0.36113 aapg_ad_152.html aapg_ad_152.html:1806:234885:234900 Loray Gold Hill, Colorado +0.266772 cspg_html_2175627313 cspg_html_2175627313:94:11658:11666 Columbia Lacombe, Alberta +0.468981 cspg_html_5456368738 cspg_html_5456368738:247:32579:32595 Rock River Lake Winnipegosis +0.4752 aapg_ah_157.html aapg_ah_157.html:175:24155:24162 Ironton Galesville, Maryland +0.27594 aapg_ah_370.html aapg_ah_370.html:99:6850:6880 Traverse Michigan +0.477288 sedimentology_html_3704214524 sedimentology_html_3704214524:458:33097:33101 Hall London, Ontario +0.276138 aapg_ae_305.html aapg_ae_305.html:1389:131557:131562 Colon Maracaibo +0.281158 aapg_ad_192.html aapg_ad_192.html:221:25726:25736 Tuscaloosa Tuscaloosa, Alabama +0.2605 geology_html_4032147846 geology_html_4032147846:12:537:547 Washington Seattle +0.307113 aapg_ac_719.html aapg_ac_719.html:46:4686:4698 Pierre New Mexico +0.264438 aapg_ah_97.html aapg_ah_97.html:134:16698:16706 Glenogle Iowa +0.484344 cspg_html_1503116552 cspg_html_1503116552:90:14084:14105 Beaverhill Lacombe, Alberta +0.245016 sedimentology_html_9079273526 sedimentology_html_9079273526:726:70922:70940 Willwood Cheyenne, Wyoming +0.485867 cspg_html_7757695996 cspg_html_7757695996:62:9274:9280 Lisbon Cascais Aerodrome +0.267804 cspg_html_6163998187 cspg_html_6163998187:56:8005:8022 Cadomin Canada +0.464165 sedimentology_html_1157284082 sedimentology_html_1157284082:782:61509:61515 Sierra Spain +0.253952 gsa_html_8662622130 gsa_html_8662622130:743:68666:68675 Eel River California +0.50828 aapg_ad_834.html aapg_ad_834.html:315:34261:34269 Richmond Texas +0.499247 aapg_ad_122.html aapg_ad_122.html:138:12087:12100 Venango Pleasantville, Venango County, Pennsylvania +0.52266 aapg_ae_794.html aapg_ae_794.html:46:7484:7504 Tuscaloosa Selma to Montgomery marches +0.259032 aapg_ai_877.html aapg_ai_877.html:308:36161:36175 Elk Gilmer County, Georgia +0.263133 cspg_html_9729377176 cspg_html_9729377176:613:81483:81502 Pardonet Western Canadian Sedimentary Basin +0.488992 aapg_aa_259.html aapg_aa_259.html:119:9685:9718 Beaverhill Swan Hill, Victoria +0.252464 aapg_aa_548.html aapg_aa_548.html:100:10816:10827 Boggy Winslow, Arizona +0.26355 gsa_html_3445493534 gsa_html_3445493534:654:69760:69778 Monterey California +0.448392 aapg_ai_524.html aapg_ai_524.html:42:5021:5030 Bidahochi Pueblo, Colorado +0.24598 sedimentology_html_2139169476 sedimentology_html_2139169476:490:46544:46553 Peninsula Korea +0.504666 aapg_ac_628.html aapg_ac_628.html:270:43304:43325 Price North Horn Formation +0.259434 cspg_html_6611173979 cspg_html_6611173979:483:40883:40902 Waterways Lacombe, Alberta +0.492866 aapg_af_541.html aapg_af_541.html:269:31257:31264 Mohawk Middle East +0.254736 aapg_ae_69.html aapg_ae_69.html:148:17021:17026 Weber Vernal, Utah +0.2356 aapg_ae_295.html aapg_ae_295.html:172:19283:19289 Taylor Austin, Chicago +0.25048 gsa_html_3392872323 gsa_html_3392872323:14:404:431 Francisco Oakland, California +0.46035 gsa_html_4067269733 gsa_html_4067269733:871:83891:83906 Bouse Arizona +0.251392 sedimentology_html_2601136107 sedimentology_html_2601136107:1107:74495:74501 Banner Burlington, Ontario +0.845916 cspg_html_8809756626 cspg_html_8809756626:97:16490:16495 Leduc Lacombe, Alberta +0.274047 aapg_ad_599.html aapg_ad_599.html:66:7288:7298 Washington Coshocton, Ohio +0.492618 aapg_ac_246.html aapg_ac_246.html:1295:108973:108992 Newcastle Cheyenne, Wyoming +0.254904 cspg_html_2860054419 cspg_html_2860054419:303:34205:34222 Wilcox Texas +0.241065 cspg_html_9354781888 cspg_html_9354781888:1519:95662:95669 Halfway Victoria, British Columbia +0.257556 aapg_af_221.html aapg_af_221.html:68:7549:7563 Columbia Saratoga, California +0.37944 aapg_ae_71.html aapg_ae_71.html:422:37820:37824 Elko Reno, Nevada +0.243987 aapg_af_854.html aapg_af_854.html:1018:143321:143338 Cypress Illinois +0.476046 aapg_aa_351.html aapg_aa_351.html:62:6999:7014 Viola Richmond, California +0.239096 cspg_html_6383234409 cspg_html_6383234409:661:66413:66430 Prince Alfred Bay Devon Island +0.26061 palaios_html_3112927242 palaios_html_3112927242:419:27693:27712 Tuscarora Juniata County School District +0.250965 palaios_html_9133125241 palaios_html_9133125241:425:53749:53763 Kope Utica, New York +0.267033 aapg_ae_845.html aapg_ae_845.html:193:21411:21417 Dakota Nebraska +0.46872 aapg_ai_357.html aapg_ai_357.html:25:3573:3590 Edwards Uvalde, Texas +0.266716 aapg_aa_667.html aapg_aa_667.html:76:7580:7587 Rustler Delaware +0.243522 aapg_ac_486.html aapg_ac_486.html:706:90919:90927 Colorado Colorado +0.25284 aapg_ai_704.html aapg_ai_704.html:645:67694:67707 Oceanic El Paso, Texas +0.476992 cspg_html_6591133539 cspg_html_6591133539:123:17282:17301 Maquoketa Cheyenne, Wyoming +0.28866 aapg_ac_832.html aapg_ac_832.html:143:18064:18089 Stony Mountain New Mexico +0.507936 aapg_af_265.html aapg_af_265.html:49:4708:4718 Washington Netherlands +0.248997 aapg_af_130.html aapg_af_130.html:153:27599:27635 Caloso New Mexico +0.260568 gsa_html_5107598462 gsa_html_5107598462:670:63143:63160 Prairie Regina, Saskatchewan +0.24735 sedimentology_html_2139169476 sedimentology_html_2139169476:94:8081:8090 Peninsula Korea +0.25041 aapg_ad_808.html aapg_ad_808.html:803:52581:52594 Gypsum Spring Cheyenne, Wyoming +0.278166 aapg_ah_253.html aapg_ah_253.html:42:7033:7052 Minnelusa Cheyenne, Wyoming +0.261612 cspg_html_2482892781 cspg_html_2482892781:18:2640:2647 Madison Williston, Vermont +0.497552 aapg_ai_399.html aapg_ai_399.html:28:4393:4402 Morehouse Mound City, Missouri +0.4914 cspg_html_4530154552 cspg_html_4530154552:107:17082:17099 Montney Lacombe, Alberta +0.351384 AMJC_html_5426926529 AMJC_html_5426926529:776:77023:77041 Moretown Western Massachusetts +0.46965 cspg_html_6306091047 cspg_html_6306091047:18:3006:3025 Pardonet Canada +0.471851 gsa_html_8003826422 gsa_html_8003826422:13:506:514 San Jose California +0.25039 aapg_aa_787.html aapg_aa_787.html:190:21064:21080 Rustler Salado, Texas +0.487014 aapg_ai_581.html aapg_ai_581.html:277:24763:24780 Judith River Stanton, California +0.550444 aapg_ad_564.html aapg_ad_564.html:4789:374567:374573 Bakken Regina, Saskatchewan +0.49131 palaios_html_9133125241 palaios_html_9133125241:454:59217:59241 Rochester Germany +0.482 aapg_ae_838.html aapg_ae_838.html:25:2494:2501 Rapides Mississippi River +0.4765 aapg_ae_791.html aapg_ae_791.html:200:17707:17728 Beacon Flat Little Humboldt River +0.258039 gsa_html_4175379013 gsa_html_4175379013:418:46234:46245 Uncompahgre San Juan, Argentina +0.487786 AMJC_html_1873062106 AMJC_html_1873062106:507:65359:65383 Cedar Mountain Mogollon, New Mexico +0.25856 aapg_ad_683.html aapg_ad_683.html:493:49961:49976 Supai Kaibab, Arizona +0.262446 aapg_ai_553.html aapg_ai_553.html:145:18032:18040 Wolfcamp Anderson Ranch Dam +0.24926 cspg_html_9493908895 cspg_html_9493908895:47:4608:4625 Cardium Grand Prairie, Texas +0.49536 aapg_ae_92.html aapg_ae_92.html:19:2596:2612 Ireton Lacombe, Alberta +0.460842 aapg_ad_2.html aapg_ad_2.html:828:117222:117230 Antietam Hagerstown, Maryland +0.495558 aapg_ae_876.html aapg_ae_876.html:1154:115348:115358 San Miguel Colorado +0.5047 aapg_ah_174.html aapg_ah_174.html:262:34057:34076 San Pedro San Pedro de Atacama +0.260099 aapg_ai_154.html aapg_ai_154.html:34:3224:3232 Onondaga Pennsylvania +0.259534 aapg_ah_456.html aapg_ah_456.html:62:5866:5874 Montreal Montreal +0.518094 aapg_aa_105.html aapg_aa_105.html:392:40774:40782 Kootenay Middle East +0.261602 cspg_html_3008745251 cspg_html_3008745251:45:7609:7619 Road River Middle Ordovician +0.232965 sedimentology_html_5376758741 sedimentology_html_5376758741:985:83067:83087 Beck Spring Dolomite California +0.250937 gsa_html_3648258377 gsa_html_3648258377:101:9664:9683 Navesink Merchantville, New Jersey +0.27713 palaios_html_2376163646 palaios_html_2376163646:263:29464:29484 Hell Creek Williston Basin +0.25758 sedimentology_html_4236052766 sedimentology_html_4236052766:1205:68477:68482 Piper California +0.480768 aapg_ah_775.html aapg_ah_775.html:25:4033:4039 Sierra Mexico +0.475896 sedimentology_html_8829282630 sedimentology_html_8829282630:536:31124:31130 Pueblo Morocco +0.49816 cspg_html_6116883777 cspg_html_6116883777:912:123148:123163 Douro Little Cornwallis Island +0.46305 cspg_html_9683836416 cspg_html_9683836416:340:56733:56740 Bearpaw Lacombe, Alberta +0.489915 cspg_html_8362959053 cspg_html_8362959053:59:8872:8884 Beaver Mines Mountain Park (Holyoke, Massachusetts) +0.245338 aapg_ad_169.html aapg_ad_169.html:303:35367:35382 Bluefield Greenbrier (Great Smoky Mountains) +0.50827 aapg_af_809.html aapg_af_809.html:25:3061:3089 La Quinta Venezuela +0.486303 geology_html_4409924111 geology_html_4409924111:323:27764:27773 San Diego California +0.250965 palaios_html_2623118674 palaios_html_2623118674:514:54896:54916 North Horn Carbon County, Wyoming +0.492618 aapg_aa_357.html aapg_aa_357.html:34:3906:3925 Moenkopi Hermosa, Chicago +0.494328 aapg_ad_253.html aapg_ad_253.html:83:8468:8476 Wolfcamp Delaware +0.250985 aapg_ak_137.html aapg_ak_137.html:455:48743:48767 Sabine Ship Island (Mississippi) +0.490028 gsa_html_6970021444 gsa_html_6970021444:78:5445:5473 Green River Colorado +0.2645 aapg_ad_927.html aapg_ad_927.html:197:22171:22186 Ponce Puerto Rico +0.263153 geology_html_7420494965 geology_html_7420494965:13:536:542 Denver Colorado +0.258063 aapg_ai_119.html aapg_ai_119.html:75:7782:7810 East Fork Potter County, Texas +0.257839 cspg_html_7434089303 cspg_html_7434089303:209:26208:26222 Thumb Mountain Middle Ordovician +0.473616 gsa_html_8892994555 gsa_html_8892994555:779:75904:75932 Green River Colorado +0.247234 geology_html_3982744980 geology_html_3982744980:20:954:971 Wonewoc Wisconsin +0.499662 gsa_html_7120086445 gsa_html_7120086445:1053:96939:96967 Green River New Mexico +0.259318 aapg_aa_147.html aapg_aa_147.html:169:21181:21201 Interlake Middle East +0.491925 aapg_ah_811.html aapg_ah_811.html:170:14078:14090 Austin Chalk Macedonia (region) +0.2665 sedimentology_html_2566540012 sedimentology_html_2566540012:1718:125074:125084 Washington Olympic National Park +0.4944 aapg_aa_813.html aapg_aa_813.html:289:33212:33233 Fort Union Cheyenne, Wyoming +0.261105 cspg_html_7777724998 cspg_html_7777724998:283:40861:40876 Husky Manitoba +0.2652 cspg_html_6566356550 cspg_html_6566356550:9:964:980 Sulphur Mountain Canada +0.250677 aapg_af_150.html aapg_af_150.html:82:7972:7989 Schuler Haynesville, Louisiana +0.255458 aapg_ae_296.html aapg_ae_296.html:152:16469:16479 San Andres Texas +0.47802 aapg_ad_351.html aapg_ad_351.html:748:64736:64756 Keokuk Missouri River +0.47138 aapg_af_288.html aapg_af_288.html:761:76993:77008 Diablo New Mexico +0.264698 cspg_html_9185158332 cspg_html_9185158332:525:63699:63719 Mill Creek Lacombe, Alberta +0.480459 palaios_html_7465495929 palaios_html_7465495929:211:18925:18942 La Luna Germany +0.256542 sedimentology_html_7487196157 sedimentology_html_7487196157:737:45158:45162 Hall London, Ontario +0.494137 aapg_ad_466.html aapg_ad_466.html:889:96154:96164 Vincentown Delaware +0.475776 aapg_ai_791.html aapg_ai_791.html:203:32249:32267 El Plan Honduras +0.466032 aapg_ac_337.html aapg_ac_337.html:328:15155:15171 Casper Cheyenne, Wyoming +0.4752 sedimentology_html_2258839384 sedimentology_html_2258839384:103:7856:7863 Yucatan Spain +0.25959 aapg_aa_732.html aapg_aa_732.html:320:39369:39386 Edwards Central Texas +0.722332 aapg_aa_622.html aapg_aa_622.html:67:9063:9079 Chinle Colorado +0.475168 gsa_html_4716386208 gsa_html_4716386208:944:79923:79931 Temporal Canada +0.2688 aapg_ai_504.html aapg_ai_504.html:56:5350:5359 Interlake Williston, Vermont +0.47328 aapg_ae_958.html aapg_ae_958.html:1038:91674:91681 Leonard Guadalupe Mountains National Park +0.479862 gsa_html_9979192554 gsa_html_9979192554:1037:96305:96311 Oxford England +0.493654 aapg_ac_59.html aapg_ac_59.html:288:36125:36151 Stadium Conglomerate California +0.269345 cspg_html_2471870619 cspg_html_2471870619:323:41475:41493 Exshaw Lacombe, Alberta +0.802435 cspg_html_3026112034 cspg_html_3026112034:820:78574:78595 Swan Hills Canada +0.278684 gsa_html_5664265459 gsa_html_5664265459:960:95366:95393 Columbia Earth +0.455952 gsa_html_1000620948 gsa_html_1000620948:32:2771:2779 Colorado Littleton, Colorado +0.4944 aapg_ad_98.html aapg_ad_98.html:800:73122:73146 Johnson California +0.23959 geology_html_2871732406 geology_html_2871732406:14:962:970 Colorado Colorado +0.471378 aapg_ai_528.html aapg_ai_528.html:495:38516:38520 Mata Texas +0.26136 cspg_html_2820961138 cspg_html_2820961138:5:240:256 Viking Lacombe, Alberta +0.252753 geology_html_6152131284 geology_html_6152131284:298:25025:25033 Rockwell California +0.251502 aapg_aa_778.html aapg_aa_778.html:90:12477:12497 West Falls Ohio +0.245991 geology_html_9449848150 geology_html_9449848150:246:22239:22243 Kent Earth +0.476784 aapg_af_143.html aapg_af_143.html:1649:149542:149548 Oregon Newport, Rhode Island +0.2604 gsa_html_5961880366 gsa_html_5961880366:1240:86230:86248 Monterey California +0.254214 AMJC_html_1938223835 AMJC_html_1938223835:756:97354:97373 Ripogenus Presque Isle, Maine +0.264864 aapg_ae_362.html aapg_ae_362.html:128:11771:11789 Michigan Bloomington, Indiana +0.477648 gsa_html_6491840124 gsa_html_6491840124:873:71838:71857 Pocatello Logan, Utah +0.48379 cspg_html_3529479452 cspg_html_3529479452:464:51651:51656 Rapid Moberly, Missouri +0.895806 gsa_html_8035658736 gsa_html_8035658736:797:89953:89969 Hurwal Salem, Oregon +0.246007 aapg_ai_267.html aapg_ai_267.html:167:22212:22219 Halifax Cape Hatteras Light +0.486837 gsa_html_8971189731 gsa_html_8971189731:1071:92920:92948 Green River Iran +0.113152 aapg_ad_567.html aapg_ad_567.html:125:22994:23005 Mowry Powder River Basin +0.257703 aapg_ae_537.html aapg_ae_537.html:507:62917:62925 Humboldt Peru, Indiana +0.477225 aapg_af_130.html aapg_af_130.html:229:38612:38617 Ouray San Juan, Argentina +0.486837 palaios_html_9119298597 palaios_html_9119298597:627:57481:57490 San Diego Nassau, Bahamas +0.257446 aapg_af_131.html aapg_af_131.html:673:68057:68071 Tecovas Palo Duro Canyon +0.477347 cspg_html_7799850124 cspg_html_7799850124:432:48994:49014 Swan Hills Lacombe, Alberta +0.501034 aapg_aa_380.html aapg_aa_380.html:64:6413:6432 Mansfield Bloomington, Indiana +0.4958 aapg_ae_5.html aapg_ae_5.html:37:4512:4516 Earp New Mexico +0.485352 sedimentology_html_5613495298 sedimentology_html_5613495298:1379:76198:76224 Dolores Colorado +0.487936 aapg_aa_869.html aapg_aa_869.html:175:28616:28633 El Abra Mexico +0.922518 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12659:12676 Entrada Carmel, Indiana +0.263526 cspg_html_4685794369 cspg_html_4685794369:30:4243:4249 Fernie Kootenay River +0.242526 aapg_ae_473.html aapg_ae_473.html:49:5319:5340 Mt Lytton Mississippi River +0.497721 cspg_html_4287356899 cspg_html_4287356899:3441:364859:364878 Tahkandit Anchorage, Alaska +0.460768 aapg_ae_822.html aapg_ae_822.html:5:636:645 Gatesburg Lake Erie +0.491232 aapg_aa_147.html aapg_aa_147.html:318:37791:37820 Winnipeg Red River of the North +0.480129 aapg_aa_37.html aapg_aa_37.html:702:65406:65423 Kaibab McKee, Kentucky +0.253512 cspg_html_3734757529 cspg_html_3734757529:319:48976:49001 Beaverhill Lacombe, Alberta +0.25542 cspg_html_7727352096 cspg_html_7727352096:6:377:389 Judith River Lacombe, Alberta +0.260099 jgeology_html_2784246086 jgeology_html_2784246086:83:3587:3603 Taylor Antarctica +0.477753 aapg_af_479.html aapg_af_479.html:547:57503:57513 Point Loma Pacific Beach, San Diego, California +0.264698 aapg_ai_145.html aapg_ai_145.html:27:3184:3199 Kootenay Fernie, British Columbia +0.249488 aapg_aa_777.html aapg_aa_777.html:64:7163:7173 Bear River Wasatch Range +0.493416 aapg_aa_702.html aapg_aa_702.html:1390:141959:141967 Colorado Denver +0.245388 gsa_html_9135546132 gsa_html_9135546132:942:89243:89249 Oregon Coos Bay +0.497721 palaios_html_9564759024 palaios_html_9564759024:772:68278:68282 Hall Benton, Arkansas +0.493654 cspg_html_3041902517 cspg_html_3041902517:930:101174:101190 Pequop Reno, Nevada +0.498318 aapg_ac_586.html aapg_ac_586.html:218:23329:23349 Pottsville Allegheny Mountains +0.26112 cspg_html_2161417858 cspg_html_2161417858:251:34010:34030 Big Valley Manitoba +0.271416 cspg_html_9343899465 cspg_html_9343899465:1621:132111:132130 Griper Bay Melville Island (Canada) +0.532245 aapg_aa_541.html aapg_aa_541.html:61:8326:8336 Pottsville Kentucky +0.450639 aapg_af_129.html aapg_af_129.html:141:14958:14966 Colorado Eagle County, Colorado +0.374624 aapg_ad_994.html aapg_ad_994.html:71:7820:7839 Smackover Choctaw County, Alabama +0.489636 cspg_html_3908181328 cspg_html_3908181328:99:12349:12354 Logan Texas +0.23472 gsa_html_1538463681 gsa_html_1538463681:315:25697:25713 Morita Sonora +0.259584 cspg_html_5541725202 cspg_html_5541725202:33:3963:3973 Boss Point Riversdale, New Zealand +0.49685 aapg_ad_716.html aapg_ad_716.html:57:5087:5095 Wolfcamp Cibolo, Texas +0.24353 aapg_af_781.html aapg_af_781.html:18:2038:2058 Palo Pinto Haskell County, Oklahoma +0.26162 aapg_ai_17.html aapg_ai_17.html:1063:67853:67868 Vicksburg Shreveport, Louisiana +0.24647 aapg_af_402.html aapg_af_402.html:252:21353:21370 Wingate Texas +0.261252 aapg_ah_561.html aapg_ah_561.html:729:68815:68823 Toroweap McKee, Kentucky +0.26883 gsa_html_2178342427 gsa_html_2178342427:514:47039:47064 Willwood Cheyenne, Wyoming +0.26468 aapg_af_136.html aapg_af_136.html:4:316:336 Eagle Texas +0.509194 aapg_af_728.html aapg_af_728.html:586:60859:60868 Englewood Alabama +0.23472 jgeology_html_5435533156 jgeology_html_5435533156:149:9707:9729 Schenectady Frankfort, Illinois +0.489402 aapg_af_288.html aapg_af_288.html:301:36231:36247 Concha Chihuahua (state) +0.451242 cspg_html_2796643803 cspg_html_2796643803:217:33025:33033 Finnegan Lacombe, Alberta +0.258937 jgeology_html_4595326543 jgeology_html_4595326543:289:18929:18933 Open San Francisco +0.459208 cspg_html_4550597410 cspg_html_4550597410:292:32064:32082 Holston New Mexico +0.255016 sedimentology_html_7094042012 sedimentology_html_7094042012:984:78156:78164 Homewood Switzerland +0.913936 AMJC_html_6341723617 AMJC_html_6341723617:622:56658:56675 Wasatch Cheyenne, Wyoming +0.45978 aapg_ai_28.html aapg_ai_28.html:181:15837:15843 Lissie Beaumont, Texas +0.477405 jgeology_html_6558112478 jgeology_html_6558112478:1128:73253:73260 El Paso Texas +0.492522 aapg_ah_387.html aapg_ah_387.html:2451:265762:265771 Knoxville Knoxville, Illinois +0.254944 sedimentology_html_7708427167 sedimentology_html_7708427167:856:58212:58216 Bond Bering Sea +0.247504 aapg_ac_953.html aapg_ac_953.html:93:8341:8361 Miccosukee Leon County, Florida +0.253482 geology_html_9386377642 geology_html_9386377642:11:476:486 Washington Seattle +0.500226 aapg_ae_73.html aapg_ae_73.html:369:48401:48408 Entrada Colorado +0.525474 gsa_html_4664745184 gsa_html_4664745184:1323:117473:117501 Green River Colorado +0.351624 palaios_html_7765531315 palaios_html_7765531315:571:56786:56821 Kingston Peak California +0.503272 aapg_ad_466.html aapg_ad_466.html:441:52401:52418 Magothy Monmouth +0.27132 aapg_ae_873.html aapg_ae_873.html:217:25546:25552 Paluxy Paluxy, Texas +0.507975 sedimentology_html_8264321118 sedimentology_html_8264321118:1733:61982:62013 Madison Logan, Utah +0.258856 cspg_html_1506300938 cspg_html_1506300938:6:428:446 Woodbend Drumheller +0.239096 aapg_ai_986.html aapg_ai_986.html:290:26805:26813 Colorado Hermosa, Chicago +0.345774 aapg_ai_651.html aapg_ai_651.html:105:17580:17597 Entrada Logan, Utah +0.257045 aapg_ah_646.html aapg_ah_646.html:319:38019:38036 Wingate Chinle Formation +0.243045 sedimentology_html_9252655955 sedimentology_html_9252655955:973:82825:82829 Hall London, Ontario +0.261783 aapg_af_947.html aapg_af_947.html:252:39788:39797 Mesaverde Mancos, Colorado +0.267168 gsa_html_8495750621 gsa_html_8495750621:215:27509:27519 Santa Cruz San Francisco +0.501072 sedimentology_html_5801163920 sedimentology_html_5801163920:1299:98199:98215 Salado Texas +0.272448 aapg_ae_73.html aapg_ae_73.html:291:38507:38511 Yeso Colorado +0.25551 AMJC_html_4504848787 AMJC_html_4504848787:531:53527:53535 Temporal Blue Ridge Mountains +0.263153 geology_html_6289534870 geology_html_6289534870:160:17391:17398 Oceanic Iceland +0.26215 aapg_ah_203.html aapg_ah_203.html:512:82453:82471 Morrison New Mexico +0.488992 gsa_html_9353787239 gsa_html_9353787239:1056:91672:91685 Sandia New Mexico +0.487436 aapg_ad_880.html aapg_ad_880.html:644:62040:62058 Sundance Cheyenne, Wyoming +0.262973 cspg_html_5783501569 cspg_html_5783501569:404:39429:39457 Tidal Nassau, Bahamas +0.495803 aapg_ad_39.html aapg_ad_39.html:141:10281:10288 Rodessa North West Delhi +0.4902 cspg_html_7839431712 cspg_html_7839431712:6:395:403 Foremost Lacombe, Alberta +0.245582 aapg_ac_219.html aapg_ac_219.html:1305:137252:137262 Springhill Springhill, Nova Scotia +0.51251 gsa_html_7012936645 gsa_html_7012936645:50:5046:5073 Martinsburg Martinsburg, Nebraska +0.488241 cspg_html_6255491344 cspg_html_6255491344:291:39437:39455 Kootenay Victoria, British Columbia +0.36848 aapg_ah_763.html aapg_ah_763.html:261:26470:26490 Dog Creek San Angelo, Texas +0.494468 gsa_html_1662492421 gsa_html_1662492421:17:759:769 Washington Snohomish, Washington +0.251995 aapg_ah_643.html aapg_ah_643.html:22:3425:3431 Oregon Washington (state) +0.49248 gsa_html_4557277250 gsa_html_4557277250:16:842:859 Carmel Logan, Utah +0.519816 aapg_ac_579.html aapg_ac_579.html:51:6667:6688 Green River Logan, Utah +0.271432 aapg_aa_976.html aapg_aa_976.html:231:27907:27917 Lane Wyandotte, Michigan +0.24153 cspg_html_7963093032 cspg_html_7963093032:8:858:872 Colorado Lacombe, Alberta +0.667 cspg_html_2345233886 cspg_html_2345233886:458:48081:48099 Norphlet Alabama +0.260538 aapg_ae_267.html aapg_ae_267.html:123:10971:10996 Onondaga Onondaga (tribe) +0.479318 aapg_ae_182.html aapg_ae_182.html:34:4532:4545 Nacatoch Shreveport, Louisiana +0.472248 aapg_af_588.html aapg_af_588.html:72:8395:8406 Fort Norman Clearwater, Florida +0.445536 cspg_html_9905904289 cspg_html_9905904289:22:3969:3988 Scollard Lacombe, Alberta +0.261612 gsa_html_7411853369 gsa_html_7411853369:355:34653:34677 Persimmon Fork North Carolina +0.25056 aapg_ad_126.html aapg_ad_126.html:25:2465:2471 Morgan Clayton County, Georgia +0.462272 cspg_html_9827358538 cspg_html_9827358538:869:84349:84366 La Luna Colombia +0.479 sedimentology_html_2851198678 sedimentology_html_2851198678:993:71918:71955 Brushy Canyon West Texas +0.262143 aapg_ak_60.html aapg_ak_60.html:297:36038:36060 Brunswick Anticosti Island +0.468868 aapg_ac_841.html aapg_ac_841.html:1018:105973:105979 Sierra Juticalpa +0.495704 cspg_html_3762708087 cspg_html_3762708087:376:51138:51155 Shaftesbury Lacombe, Alberta +0.257526 palaios_html_2621173808 palaios_html_2621173808:357:39411:39437 Sulphur Mountain Lacombe, Alberta +0.477044 aapg_af_625.html aapg_af_625.html:308:29036:29044 Maccrady Huntington, West Virginia +0.82984 aapg_ad_822.html aapg_ad_822.html:267:22726:22738 Pierre Colorado +0.48719 gsa_html_5115747948 gsa_html_5115747948:29:2796:2824 Green River Colorado +0.50208 aapg_af_663.html aapg_af_663.html:208:24690:24698 Altamont Lafayette County, Florida +0.35462 cspg_html_3874533817 cspg_html_3874533817:101:13489:13507 Paskapoo Calgary +0.254338 aapg_ac_333.html aapg_ac_333.html:1324:158436:158442 Toroweap Colorado Plateau +0.468366 aapg_af_854.html aapg_af_854.html:385:49830:49840 Keokuk Kentucky +0.485867 aapg_ac_741.html aapg_ac_741.html:380:44311:44319 Niobrara Niobrara, Nebraska +0.473052 aapg_ak_7.html aapg_ak_7.html:545:45624:45628 Kent Kingdom of Great Britain +0.455749 cspg_html_7409170811 cspg_html_7409170811:18:2262:2277 Banff Crowsnest Pass, Alberta +0.473052 aapg_ah_387.html aapg_ah_387.html:2843:308893:308902 Knoxville Central Valley (California) +0.261392 aapg_ah_283.html aapg_ah_283.html:529:64076:64093 Cowlitz Salem, Oregon +0.471735 aapg_aa_698.html aapg_aa_698.html:388:36197:36203 Muskeg Regina, Saskatchewan +0.476088 cspg_html_4105062490 cspg_html_4105062490:119:12133:12152 Woodbend Lacombe, Alberta +0.252865 aapg_ac_5.html aapg_ac_5.html:128:12945:12951 Viking Lacombe, Alberta +0.24888 aapg_ae_544.html aapg_ae_544.html:286:33721:33729 Columbia Victoria, British Columbia +0.482384 aapg_aa_959.html aapg_aa_959.html:245:20880:20888 Colorado Logan, Utah +0.77408 cspg_html_5541937700 cspg_html_5541937700:845:104992:105008 Viking Lacombe, Alberta +0.257544 geology_html_6685929061 geology_html_6685929061:298:23231:23238 Jewett Silt San Francisco +0.47424 cspg_html_3102530088 cspg_html_3102530088:519:61756:61774 Lea Park Lacombe, Alberta +0.490546 aapg_ad_351.html aapg_ad_351.html:739:64200:64220 Keokuk Benton County, Indiana +0.488796 gsa_html_8627114993 gsa_html_8627114993:658:65577:65583 Snyder California +0.45881 aapg_af_727.html aapg_af_727.html:110:12437:12445 Colorado New Mexico +0.4674 jgeology_html_1532196666 jgeology_html_1532196666:557:30222:30243 Michigamme Michigan +0.2525 aapg_aa_598.html aapg_aa_598.html:324:33594:33602 Red Peak Cheyenne, Wyoming +0.255068 gsa_html_3448554349 gsa_html_3448554349:937:90090:90098 Catskill Middle East +0.252374 cspg_html_3129231627 cspg_html_3129231627:262:35179:35202 Eleanor River Little Cornwallis Island +0.25755 gsa_html_1734656819 gsa_html_1734656819:163:12351:12361 San Felipe Lake Elsinore, California +0.254064 aapg_ae_465.html aapg_ae_465.html:220:23561:23580 Eagle Austin, Chicago +0.256035 gsa_html_7632212878 gsa_html_7632212878:116:11179:11200 Love Ranch Laramide orogeny +0.24947 gsa_html_8335323050 gsa_html_8335323050:14:682:690 Virginia Reston, Virginia +0.27606 aapg_ai_699.html aapg_ai_699.html:549:65732:65745 Windsor Canada +0.271432 aapg_ai_53.html aapg_ai_53.html:111:13125:13135 Indio Carrizo Plain +0.47792 AMJC_html_5390933660 AMJC_html_5390933660:194:21227:21238 Waits River Hanover +0.49248 sedimentology_html_2073446709 sedimentology_html_2073446709:971:55216:55225 San Diego California +0.262656 aapg_aa_918.html aapg_aa_918.html:921:97235:97255 Whitehorse Lake City, Florida +0.256968 cspg_html_5828545040 cspg_html_5828545040:45:7042:7058 Muskeg Lacombe, Alberta +0.692988 cspg_html_3129231627 cspg_html_3129231627:418:53203:53227 Eleanor River Ellesmere Island +0.846204 aapg_ai_49.html aapg_ai_49.html:337:42714:42734 Lakota Colorado +0.481371 aapg_ae_904.html aapg_ae_904.html:449:46710:46724 Spearfish Nebraska +0.482895 sedimentology_html_5673709888 sedimentology_html_5673709888:1318:63140:63146 Banner Burlington, Ontario +0.4695 aapg_ae_974.html aapg_ae_974.html:197:19937:19947 Rio Grande Mexico +0.261112 cspg_html_4298557570 cspg_html_4298557570:34:4723:4749 Horseshoe Canyon Edmonton, London +0.485556 cspg_html_9817084056 cspg_html_9817084056:265:32296:32301 Price Victoria, British Columbia +0.472553 aapg_ad_865.html aapg_ad_865.html:515:51524:51529 Ouray Hermosa, Chicago +0.457737 aapg_ae_467.html aapg_ae_467.html:362:27685:27700 Coldwater Sunbury, Pennsylvania +0.237644 gsa_html_8349861296 gsa_html_8349861296:754:63326:63339 Marble Canyon Queen Valley, Arizona +0.4725 aapg_aa_701.html aapg_aa_701.html:370:42087:42094 Edwards Bonaire +0.266207 aapg_ah_378.html aapg_ah_378.html:387:36795:36805 San Andres Lovington, Illinois +0.492336 aapg_ai_255.html aapg_ai_255.html:569:81470:81476 Guelph Mississinewa River +0.498484 aapg_ac_333.html aapg_ac_333.html:784:95703:95713 Yeso Coconino County, Arizona +0.248997 palaios_html_8022996125 palaios_html_8022996125:25:2175:2185 Washington San Juan Island +0.50505 gsa_html_2989317971 gsa_html_2989317971:1259:124300:124306 Oregon Boise, Idaho +0.272916 cspg_html_3124360347 cspg_html_3124360347:46:9033:9044 Chazy Knoxville, Tennessee +0.50232 aapg_ae_803.html aapg_ae_803.html:388:48458:48465 Chochal Guatemala +0.262654 cspg_html_9222238695 cspg_html_9222238695:403:52622:52630 Columbia Victoria, British Columbia +0.484295 aapg_aa_934.html aapg_aa_934.html:64:9296:9300 Word El Capitan +0.249488 aapg_ai_97.html aapg_ai_97.html:92:7482:7487 Tampa Melbourne, Florida +0.270396 cspg_html_4326384800 cspg_html_4326384800:1051:154991:154999 Columbia Victoria, British Columbia +0.245518 aapg_ai_740.html aapg_ai_740.html:159:17008:17045 Mt Lytton Laredo, Texas +0.24192 aapg_af_98.html aapg_af_98.html:192:16483:16497 Colorado New Mexico +0.484632 aapg_ac_70.html aapg_ac_70.html:59:7904:7921 Bird Spring Logan, Utah +0.505317 cspg_html_5889831809 cspg_html_5889831809:264:28074:28092 Whitemud Lacombe, Alberta +0.487209 aapg_ac_699.html aapg_ac_699.html:147:12074:12091 El Abra Buda, Texas +0.518022 aapg_ae_794.html aapg_ae_794.html:48:7902:7922 Tuscaloosa Alabama +0.25305 aapg_af_785.html aapg_af_785.html:228:21531:21537 Sparta Charlotte, North Carolina +0.246525 aapg_ae_692.html aapg_ae_692.html:564:57888:57908 Cannonball Fort Union Trading Post National Historic Site +0.278783 aapg_aa_515.html aapg_aa_515.html:26:3042:3055 Bandera Nowata, Oklahoma +0.48568 cspg_html_2418341010 cspg_html_2418341010:22:2142:2151 Williston Manitoba +0.265684 aapg_ai_213.html aapg_ai_213.html:469:57817:57839 Albert New Brunswick, New Jersey +0.481036 cspg_html_5538678223 cspg_html_5538678223:16:2739:2753 Toad Lacombe, Alberta +0.238128 aapg_ae_294.html aapg_ae_294.html:90:9427:9442 Oswego Bartlesville, Oklahoma +0.243048 geology_html_6225848515 geology_html_6225848515:12:552:558 Oregon Salem, Oregon +0.698836 aapg_ad_829.html aapg_ad_829.html:15:2423:2438 Eutaw Mississippi River +0.475048 aapg_ad_971.html aapg_ad_971.html:143:16313:16323 Washington California +0.481371 aapg_ae_253.html aapg_ae_253.html:126:15904:15912 Converse Pine Island (Lee County, Florida) +0.305388 aapg_af_854.html aapg_af_854.html:546:73961:73977 Salem Kentucky +0.257045 gsa_html_7542416588 gsa_html_7542416588:31:1356:1362 Denver Colorado +0.234468 aapg_ae_776.html aapg_ae_776.html:28:3070:3098 Sunniland Melbourne, Florida +0.475394 jgeology_html_7844360616 jgeology_html_7844360616:1342:57680:57693 Turners Falls Connecticut River Valley +0.2646 sedimentology_html_7482146728 sedimentology_html_7482146728:492:56304:56310 Oregon Willamette Valley +0.242039 cspg_html_8298261690 cspg_html_8298261690:147:19108:19125 Bluesky Lacombe, Alberta +0.255021 cspg_html_5960210762 cspg_html_5960210762:395:38602:38632 Doig Victoria, British Columbia +0.464486 aapg_ae_4.html aapg_ae_4.html:212:23963:23983 Deep Creek Logan, Utah +0.262128 aapg_aa_717.html aapg_aa_717.html:60:8794:8813 Gatesburg Pennsylvania +0.671407 jgeology_html_2872695575 jgeology_html_2872695575:769:43830:43850 Pocahontas Huntington, West Virginia +0.474045 gsa_html_1040524378 gsa_html_1040524378:336:38832:38839 Shuswap Victoria, British Columbia +0.490893 aapg_ad_2.html aapg_ad_2.html:1054:144038:144055 Beekmantown Great Valley, New York +0.254514 cspg_html_7777724998 cspg_html_7777724998:783:75620:75628 Columbia Lacombe, Alberta +0.23077 aapg_ac_380.html aapg_ac_380.html:203:25794:25803 Edgecliff Onondaga (tribe) +0.24947 gsa_html_8833777630 gsa_html_8833777630:805:88490:88496 Denver Middle East +0.683892 cspg_html_7244100306 cspg_html_7244100306:8:456:481 Tyonek Cook Inlet +0.369972 aapg_aa_787.html aapg_aa_787.html:390:45419:45435 Tessey Texas +0.492184 aapg_ah_3.html aapg_ah_3.html:405:52786:52802 Yeoman Regina, Saskatchewan +0.2485 sedimentology_html_9229777954 sedimentology_html_9229777954:275:25386:25397 San Antonio Texas +0.265967 aapg_ac_517.html aapg_ac_517.html:112:13667:13675 Columbia Victoria, British Columbia +0.256649 aapg_ah_826.html aapg_ah_826.html:1214:118214:118235 Navajo Arizona +0.253967 cspg_html_8316122266 cspg_html_8316122266:40:4686:4707 Peace River Western Canadian Sedimentary Basin +0.249368 aapg_ad_379.html aapg_ad_379.html:522:44471:44480 Chugwater Spearfish, South Dakota +0.246984 jgeology_html_2872695575 jgeology_html_2872695575:179:10710:10740 Cross Mountain Knoxville, Tennessee +0.252753 cspg_html_6402140684 cspg_html_6402140684:247:37844:37861 Manlius Jamesville, New York +0.247904 aapg_ae_200.html aapg_ae_200.html:128:12360:12373 Woodbine Buda, Texas +0.515573 aapg_ae_73.html aapg_ae_73.html:582:79458:79467 Greenhorn Las Vegas Strip +0.901478 aapg_ah_520.html aapg_ah_520.html:38:3604:3614 Keokuk Missouri River +0.259017 AMJC_html_7872796695 AMJC_html_7872796695:538:45208:45241 Dawson Point Ontario, California +0.506912 AMJC_html_6341723617 AMJC_html_6341723617:664:59717:59738 Green River Logan, Utah +0.4922 cspg_html_7561290301 cspg_html_7561290301:35:4536:4545 Chinchaga Middle East +0.364078 geology_html_1298873382 geology_html_1298873382:94:7112:7143 Noonday Dolomite Death Valley +0.251482 cspg_html_4666332434 cspg_html_4666332434:33:5473:5481 Foremost Lacombe, Alberta +0.474672 sedimentology_html_9562282132 sedimentology_html_9562282132:2392:86270:86275 Cadiz Gibraltar +0.493056 aapg_ad_958.html aapg_ad_958.html:547:54409:54431 Gilmore City Sedalia, Missouri +0.267285 gsa_html_2266546108 gsa_html_2266546108:948:88500:88517 Kern River Hanson, Massachusetts +0.492855 aapg_ad_801.html aapg_ad_801.html:407:41348:41367 Vicksburg Alabama +0.511511 geology_html_5878685516 geology_html_5878685516:334:23031:23044 Salina Ohio +0.55389 aapg_ah_486.html aapg_ah_486.html:279:26839:26859 Pottsville Texas +0.261632 cspg_html_3479964618 cspg_html_3479964618:322:37700:37719 Baillarge Middle Ordovician +0.24647 cspg_html_3597281324 cspg_html_3597281324:146:17991:18017 Horseshoe Canyon Drumheller +0.49296 cspg_html_1462870252 cspg_html_1462870252:768:90178:90193 Leduc Lacombe, Alberta +0.512316 aapg_ai_399.html aapg_ai_399.html:208:20420:20433 Porters Creek Kentucky +0.492768 aapg_aa_232.html aapg_aa_232.html:663:66958:66964 Albert Harding County, New Mexico +0.481104 gsa_html_5865982995 gsa_html_5865982995:985:106948:106969 Green River Logan, Utah +0.477044 gsa_html_6672856503 gsa_html_6672856503:257:22488:22514 Chumstick Washington (state) +0.4775 cspg_html_4326384800 cspg_html_4326384800:187:24945:24953 Grosmont Lacombe, Alberta +0.481362 aapg_ae_904.html aapg_ae_904.html:490:51579:51593 Newcastle Laurens County, Georgia +0.497154 aapg_ac_984.html aapg_ac_984.html:356:31176:31184 Glenwood Mattoon, Illinois +0.268275 aapg_ak_87.html aapg_ak_87.html:379:49439:49455 Supai Earp, California +0.473538 aapg_ai_477.html aapg_ai_477.html:309:36573:36581 Columbia Victoria, British Columbia +0.261632 cspg_html_4326384800 cspg_html_4326384800:22:2872:2880 Columbia Victoria, British Columbia +0.25449 geology_html_9847697044 geology_html_9847697044:214:21466:21472 Denver Colorado +0.242544 aapg_af_575.html aapg_af_575.html:274:37350:37367 West Spring Creek Smithville, Ontario +0.513126 cspg_html_8590968109 cspg_html_8590968109:331:36824:36832 Frontier Calgary +0.256386 cspg_html_9343899465 cspg_html_9343899465:562:53240:53253 Weatherall Banks Island +0.267285 aapg_ai_958.html aapg_ai_958.html:53:5051:5059 Oakville DeWitt, New York +0.265104 jgeology_html_9629010327 jgeology_html_9629010327:930:73318:73335 Mehrten Sierra Nevada (Spain) +0.254012 gsa_html_3860045860 gsa_html_3860045860:898:89412:89428 Eugene Salem, Oregon +0.50688 aapg_ae_324.html aapg_ae_324.html:190:18344:18355 Beekmantown Blackford, Somerset +0.262056 aapg_ah_93.html aapg_ah_93.html:10:1658:1683 Beartooth Maywood, California +0.45738 gsa_html_9613801428 gsa_html_9613801428:876:90844:90865 Talkeetna Anchorage, Alaska +0.479562 cspg_html_6306091047 cspg_html_6306091047:549:75154:75175 Pardonet Western world +0.267288 cspg_html_6702053097 cspg_html_6702053097:376:43349:43383 Beekmantown Quebec City +0.26265 aapg_af_639.html aapg_af_639.html:5:539:545 Sabine Texas +0.48581 geology_html_3363667765 geology_html_3363667765:9:362:376 Byng Victoria, British Columbia +0.462384 aapg_ai_249.html aapg_ai_249.html:763:100247:100264 Subinal Guatemala +0.47817 cspg_html_7330983978 cspg_html_7330983978:593:51254:51279 Elk Canada +0.26826 aapg_ai_720.html aapg_ai_720.html:224:25901:25908 Magothy Closter, New Jersey +0.497596 sedimentology_html_3417381350 sedimentology_html_3417381350:111:10803:10821 Monterey California +0.264187 aapg_ah_387.html aapg_ah_387.html:225:24845:24854 Knoxville Knoxville, Illinois +0.5018 aapg_ai_726.html aapg_ai_726.html:991:104088:104093 Weeks Long Island +0.450288 aapg_ae_248.html aapg_ae_248.html:90:8951:8961 Bell Detroit River International Wildlife Refuge +0.26312 aapg_ai_107.html aapg_ai_107.html:234:23676:23695 Smackover Shreveport, Louisiana +0.253008 cspg_html_1565769407 cspg_html_1565769407:138:19015:19020 Mabou Riversdale, New Zealand +0.507904 cspg_html_9771826320 cspg_html_9771826320:157:24625:24641 Kanguk Banks Island +0.265189 aapg_ai_810.html aapg_ai_810.html:63:8851:8859 Norphlet Mississippi River +0.50016 gsa_html_1124652135 gsa_html_1124652135:258:23423:23443 Parachucla Savannah River Site +0.239454 aapg_ae_791.html aapg_ae_791.html:270:22379:22392 Carlin Canyon Little Humboldt River +0.26368 aapg_ac_719.html aapg_ac_719.html:234:28395:28407 Pierre Trinidad and Tobago +0.42688 aapg_ae_65.html aapg_ae_65.html:112:13645:13661 Amsden Western world +0.250965 cspg_html_6252417471 cspg_html_6252417471:493:64892:64914 Bonnet Plume Canada +0.24503 cspg_html_8612721867 cspg_html_8612721867:165:23247:23268 Beaverhill Lacombe, Alberta +0.252416 gsa_html_5732664703 gsa_html_5732664703:638:67931:67947 Laurentian Lake Allatoona +0.370757 cspg_html_8121202912 cspg_html_8121202912:220:27232:27236 Lynx Mount Robson Provincial Park +0.24451 aapg_ad_810.html aapg_ad_810.html:75:8629:8634 Yukon Victoria, British Columbia +0.26985 AMJC_html_3489824047 AMJC_html_3489824047:849:94474:94483 San Diego California +0.503807 sedimentology_html_7039507291 sedimentology_html_7039507291:61:6864:6873 Lodgepole Anchorage, Alaska +0.276138 geology_html_7009319340 geology_html_7009319340:198:21504:21508 Bond North Sea +0.477152 gsa_html_8003826422 gsa_html_8003826422:423:45248:45252 Hall California +0.264195 aapg_aa_114.html aapg_aa_114.html:16:2487:2504 La Pena Matamoros, Tamaulipas +0.50112 gsa_html_5096547935 gsa_html_5096547935:384:39132:39159 Rio Grande Laramide orogeny +0.493218 palaios_html_9962835704 palaios_html_9962835704:161:17752:17779 Elkhorn Mountains Volcanics Elkhorn Mountain +0.484338 aapg_ac_588.html aapg_ac_588.html:37:4962:4972 Nolichucky Rogersville, Tennessee +0.196539 aapg_ad_939.html aapg_ad_939.html:96:9468:9477 Newcastle Black Hills +0.259084 aapg_ad_721.html aapg_ad_721.html:240:22675:22695 San Andres New Mexico +0.255528 geology_html_6414512469 geology_html_6414512469:272:23792:23802 Rio Grande Kenya +0.483108 aapg_ai_4.html aapg_ai_4.html:71:7181:7188 Temblor Monterey, California +0.498388 geology_html_2516074878 geology_html_2516074878:13:792:802 Washington Vancouver +0.485706 cspg_html_1841843683 cspg_html_1841843683:63:10000:10013 Gypsum Spring Black Hills +0.493218 cspg_html_3124360347 cspg_html_3124360347:47:9187:9198 Beekmantown Smithville, Ontario +0.483041 aapg_ai_811.html aapg_ai_811.html:50:8240:8253 Detroit River Jeffersonville, Indiana +0.264196 geology_html_3982744980 geology_html_3982744980:269:23893:23909 Nepean Ontario, California +0.259979 AMJC_html_4299960498 AMJC_html_4299960498:639:80420:80430 Washington Twisp, Washington +0.280731 aapg_af_399.html aapg_af_399.html:436:46302:46318 Dakota Logan, Utah +0.46926 jgeology_html_4305195651 jgeology_html_4305195651:535:57685:57702 Oneonta Delaware County, Ohio +0.245016 palaios_html_6757540995 palaios_html_6757540995:525:50781:50800 Demopolis Alabama +0.484242 cspg_html_4568084707 cspg_html_4568084707:92:12843:12858 Flume Jasper, Texas +0.47311 aapg_ai_78.html aapg_ai_78.html:55:5881:5886 Yegua Texas +0.460245 aapg_aa_44.html aapg_aa_44.html:314:36138:36156 Moenkopi McKee, Kentucky +0.269724 aapg_ae_677.html aapg_ae_677.html:1043:92216:92222 Denver Colorado +0.251292 aapg_ai_773.html aapg_ai_773.html:87:13413:13436 Detroit River Detroit River International Wildlife Refuge +0.503382 cspg_html_6647936472 cspg_html_6647936472:6:195:234 Winnipegosis Regina, Saskatchewan +0.261326 cspg_html_6927586285 cspg_html_6927586285:428:57385:57411 Halfway Lacombe, Alberta +0.24048 cspg_html_1665574291 cspg_html_1665574291:110:19404:19430 Porcupine Red Deer, Alberta +0.463995 cspg_html_7963093032 cspg_html_7963093032:8:830:850 Bow Island Lacombe, Alberta +0.263144 gsa_html_1520002998 gsa_html_1520002998:893:73077:73085 Columbia Victoria, British Columbia +0.254944 cspg_html_9157093462 cspg_html_9157093462:258:34581:34589 Columbia Western Canadian Sedimentary Basin +0.798216 aapg_ai_863.html aapg_ai_863.html:67:9487:9494 Carrizo Leon County, Florida +0.463884 palaios_html_1574666570 palaios_html_1574666570:58:5356:5368 Arkona Skaneateles (village), New York +0.487076 sedimentology_html_3865745685 sedimentology_html_3865745685:1681:114644:114690 Dunvegan Canada +0.265668 aapg_aa_369.html aapg_aa_369.html:73:7887:7893 Wilcox Oswego, New York +0.245364 aapg_ac_948.html aapg_ac_948.html:189:21797:21804 Yucatan Key West, Florida +0.47223 aapg_ad_720.html aapg_ad_720.html:38:5147:5160 Marble Canyon New Mexico +0.521001 aapg_ah_645.html aapg_ah_645.html:397:48756:48763 Rierdon Logan, Utah +0.24347 geology_html_1745354227 geology_html_1745354227:169:18106:18110 Bond Washington (state) +0.917764 gsa_html_5107598462 gsa_html_5107598462:264:24023:24029 Salina Onondaga (tribe) +0.246384 aapg_ai_107.html aapg_ai_107.html:5:638:657 Smackover East Texas +0.237888 aapg_ah_86.html aapg_ah_86.html:136:15656:15669 Santa Barbara Goleta, California +0.49152 aapg_ae_419.html aapg_ae_419.html:107:13356:13365 Chinameca Veracruz, Veracruz +0.263262 aapg_af_568.html aapg_af_568.html:701:61265:61284 Sundance Dolomites +0.26214 sedimentology_html_6323095880 sedimentology_html_6323095880:462:42573:42604 Englishtown Bass River Township, New Jersey +0.254944 gsa_html_1120968922 gsa_html_1120968922:871:65253:65258 Piper Greece +0.250428 cspg_html_2873888604 cspg_html_2873888604:180:29068:29076 Columbia Victoria, British Columbia +0.496752 cspg_html_2175627313 cspg_html_2175627313:880:85540:85557 Cardium Lacombe, Alberta +0.24156 aapg_ae_777.html aapg_ae_777.html:254:29129:29153 Espiritu Santo Colorado +0.2772 aapg_ac_613.html aapg_ac_613.html:101:13975:13984 Mesaverde Mancos, Colorado +0.24192 gsa_html_5408021181 gsa_html_5408021181:14:754:762 Colorado Colorado +0.486095 gsa_html_1662492421 gsa_html_1662492421:724:61833:61843 Washington Salem, Oregon +0.255747 aapg_aa_548.html aapg_aa_548.html:65:6918:6935 Holdenville Holdenville, Oklahoma +0.484554 gsa_html_5587684798 gsa_html_5587684798:116:7614:7628 Oak Hill Middle Ordovician +0.257556 geology_html_4758625177 geology_html_4758625177:276:24715:24720 Stark Republic of China +0.478848 palaios_html_2339045630 palaios_html_2339045630:663:64476:64497 Martinsburg Virginia +0.499032 aapg_ae_250.html aapg_ae_250.html:118:10309:10327 Tensleep Cheyenne, Wyoming +0.492855 cspg_html_8520409981 cspg_html_8520409981:109:12835:12847 Saskatchewan Canada +0.497276 palaios_html_3888883838 palaios_html_3888883838:422:28531:28537 Warsaw Poland +0.4845 gsa_html_6324930608 gsa_html_6324930608:657:60358:60386 Green River New Mexico +0.26059 geology_html_6152131284 geology_html_6152131284:268:22826:22834 Rockwell East Palo Alto, California +0.791078 aapg_ah_96.html aapg_ah_96.html:571:65750:65759 Stonewall Red River of the North +0.36179 jgeology_html_6865938591 jgeology_html_6865938591:391:20169:20187 Morrison Colorado Plateau +0.24947 aapg_ai_224.html aapg_ai_224.html:86:9905:9913 Michigan Mississippian culture +0.250976 aapg_aa_39.html aapg_aa_39.html:144:15955:15963 San Luis Supai, Arizona +0.482422 gsa_html_5813443820 gsa_html_5813443820:60:4895:4923 Green River Colorado +0.4769 palaios_html_4480575740 palaios_html_4480575740:539:56264:56268 Kope Netherlands +0.498759 gsa_html_9010386030 gsa_html_9010386030:49:3060:3088 Green River Colorado +0.236147 aapg_ac_440.html aapg_ac_440.html:476:59409:59415 Denver Colorado +0.484946 aapg_ad_564.html aapg_ad_564.html:3940:306504:306514 Fort Worth Texas +0.261783 aapg_ah_978.html aapg_ah_978.html:158:17795:17801 Tulare North Carolina +0.26563 cspg_html_8078587269 cspg_html_8078587269:16:1729:1750 Etherington Lacombe, Alberta +0.48576 cspg_html_1644457308 cspg_html_1644457308:45:7248:7256 Columbia Victoria, British Columbia +0.270384 AMJC_html_5402007949 AMJC_html_5402007949:33:3176:3185 Red River Southeast Asia +0.27162 aapg_ah_429.html aapg_ah_429.html:101:8305:8325 San Andres Delaware +0.491582 aapg_ac_612.html aapg_ac_612.html:68:6530:6543 Fountain Table Mountain +0.242176 aapg_ai_583.html aapg_ai_583.html:401:50430:50456 Swift Powder River (Montana) +0.273896 aapg_ac_588.html aapg_ac_588.html:138:20646:20655 Conasauga Rogersville, Tennessee +0.274512 aapg_ai_504.html aapg_ai_504.html:124:12496:12517 Lodgepole Williston, Vermont +0.487531 gsa_html_2246096178 gsa_html_2246096178:102:9439:9471 Mount Simon Missouri River +0.24153 sedimentology_html_1401791418 sedimentology_html_1401791418:49:3524:3532 Homewood Logan, Utah +0.24795 aapg_af_85.html aapg_af_85.html:219:24358:24370 Granite Wash Lacombe, Alberta +0.255892 aapg_af_614.html aapg_af_614.html:6:710:729 Smackover Arkansas +0.265738 aapg_ai_28.html aapg_ai_28.html:809:77079:77085 Lissie Uvalde, Texas +0.25132 aapg_ae_113.html aapg_ae_113.html:195:24137:24157 Peel Wales Island (British Columbia) +0.8702 aapg_ae_419.html aapg_ae_419.html:1660:123446:123456 San Felipe Tampico, Illinois +0.259534 palaios_html_8447729660 palaios_html_8447729660:465:51033:51043 Fort Union Cheyenne, Wyoming +0.261121 AMJC_html_3632105729 AMJC_html_3632105729:950:102607:102613 Reston Snake River +0.246685 AMJC_html_1873062106 AMJC_html_1873062106:507:65272:65294 Burro Canyon Mogollon, New Mexico +0.259534 AMJC_html_9500753417 AMJC_html_9500753417:615:70934:70954 Catoctin Virginia +0.48954 aapg_ae_877.html aapg_ae_877.html:3:169:203 Beaverhill Swan Hill, Victoria +0.49248 jgeology_html_2236057972 jgeology_html_2236057972:103:5434:5444 Washington Sierra Nevada (Spain) +0.268836 aapg_ah_53.html aapg_ah_53.html:29:3754:3771 Cypress Illinois +0.489599 cspg_html_1975682848 cspg_html_1975682848:96:13747:13767 Road River Canada +0.238626 aapg_ai_802.html aapg_ai_802.html:358:34001:34009 Woodford Kinderhook (town), New York +0.722568 gsa_html_3448554349 gsa_html_3448554349:732:77304:77319 Price Maryland +0.476341 aapg_ad_580.html aapg_ad_580.html:423:52302:52323 Fort Union Powder River (Montana) +0.48858 palaios_html_6376822353 palaios_html_6376822353:734:69937:69943 Silica Washington (state) +0.261212 aapg_ae_171.html aapg_ae_171.html:80:7509:7526 Skull Creek Cheyenne, Wyoming +0.257424 sedimentology_html_9247485319 sedimentology_html_9247485319:224:19541:19545 Wise Antarctica +0.268068 aapg_ae_474.html aapg_ae_474.html:3:326:342 Bethel Bethel, Alaska +0.242446 sedimentology_html_3458220619 sedimentology_html_3458220619:485:34605:34609 Hall London, Ontario +0.271942 cspg_html_4768933240 cspg_html_4768933240:10:641:647 Viking Lacombe, Alberta +0.35594 aapg_ad_991.html aapg_ad_991.html:10:1087:1100 Cotton Valley East Texas +0.458784 aapg_ad_715.html aapg_ad_715.html:163:19882:19899 Vamoosa Pawhuska, Oklahoma +0.256027 aapg_aa_689.html aapg_aa_689.html:62:7909:7932 Detroit River Michigan +0.457355 cspg_html_6383234409 cspg_html_6383234409:325:33327:33337 Bird Fiord Bird Island, North Carolina +0.496837 aapg_ac_366.html aapg_ac_366.html:211:24698:24704 Keefer Middle East +0.241686 cspg_html_6383234409 cspg_html_6383234409:423:42666:42686 Bird Fiord Bathurst Island (Northern Territory) +0.260096 palaios_html_8512528505 palaios_html_8512528505:579:78998:79008 Washington San Juan Island +0.251995 gsa_html_6982030333 gsa_html_6982030333:1379:125995:126006 Coon Hollow Wallowa, Oregon +0.49383 aapg_ae_124.html aapg_ae_124.html:128:9658:9665 St Marys Cincinnati +0.451011 geology_html_6186734946 geology_html_6186734946:134:16412:16423 Clays Ferry Whitby, Ontario +0.259072 aapg_ad_194.html aapg_ad_194.html:219:24637:24653 Hamburg Dolomite Hamburg +0.267344 cspg_html_1256612432 cspg_html_1256612432:65:3705:3717 Fernie Lacombe, Alberta +0.456896 geology_html_5635691605 geology_html_5635691605:39:4184:4199 Catalina Schist California +0.255024 cspg_html_3501550466 cspg_html_3501550466:125:19662:19676 Woodbend Lacombe, Alberta +0.265209 geology_html_7208965006 geology_html_7208965006:11:461:468 Norfolk Virginia +0.26367 gsa_html_7120668170 gsa_html_7120668170:965:86375:86380 Price Texas +0.479688 gsa_html_5932926755 gsa_html_5932926755:11:495:501 Denver Colorado +0.244976 cspg_html_6839937815 cspg_html_6839937815:284:40269:40290 Kaibab Kaibab, Arizona +0.492544 gsa_html_8495750621 gsa_html_8495750621:606:66026:66054 Green River Iran +0.498916 AMJC_html_3664856625 AMJC_html_3664856625:447:48488:48508 Fort Union Powder River Basin +0.257446 AMJC_html_7984049819 AMJC_html_7984049819:439:43110:43127 Berwick Newburyport, Massachusetts +0.263412 aapg_aa_299.html aapg_aa_299.html:490:43200:43217 Duperow Williston, Vermont +0.258981 gsa_html_1254347878 gsa_html_1254347878:148:18967:18976 Appekunny Spokane, Washington +0.256906 aapg_af_598.html aapg_af_598.html:76:6591:6609 Seminole Coffeyville, Kansas +0.253482 cspg_html_2758324131 cspg_html_2758324131:362:53366:53386 Lodgepole Williston Basin +0.260064 aapg_ae_295.html aapg_ae_295.html:274:31259:31267 Woodbine Paluxy, Texas +0.260454 gsa_html_3942625742 gsa_html_3942625742:427:36449:36461 Little River Metro Manila +0.505284 aapg_ad_2.html aapg_ad_2.html:852:121011:121024 Conococheague Waynesboro, Pennsylvania +0.281897 aapg_ae_72.html aapg_ae_72.html:123:13970:14004 Cutler Atoka, Oklahoma +0.498916 cspg_html_1498300615 cspg_html_1498300615:103:13305:13323 Duvernay Lacombe, Alberta +0.23868 aapg_aa_124.html aapg_aa_124.html:593:61584:61593 Crowsnest Bow Island Airport +0.478926 aapg_ac_750.html aapg_ac_750.html:66:5784:5792 Beaumont Beaumont, Texas +0.46184 aapg_af_551.html aapg_af_551.html:36:3784:3810 Lake Valley Rift Valley lakes +0.241032 aapg_af_134.html aapg_af_134.html:261:33512:33530 Caballos Texas +0.836298 gsa_html_9052101586 gsa_html_9052101586:354:38482:38488 Peoria Illinois +0.234 aapg_af_653.html aapg_af_653.html:88:8552:8559 Temblor Monterey, California +0.259056 cspg_html_8637177176 cspg_html_8637177176:53:7708:7722 Edmonton Lacombe, Alberta +0.228435 aapg_af_130.html aapg_af_130.html:139:25344:25363 Leadville Colorado +0.244881 cspg_html_2796643803 cspg_html_2796643803:622:72131:72139 Colorado Denver +0.261703 aapg_ae_981.html aapg_ae_981.html:45:4492:4502 Bainbridge Knoxville, Tennessee +0.484009 gsa_html_1254347878 gsa_html_1254347878:1055:100115:100121 Fernie Victoria, British Columbia +0.244488 aapg_ae_777.html aapg_ae_777.html:601:67382:67399 Tererro Logan, Utah +0.251262 cspg_html_7409170811 cspg_html_7409170811:450:63324:63336 Exshaw Lacombe, Alberta +0.255474 geology_html_3912421261 geology_html_3912421261:223:21206:21213 Madison Antarctic Peninsula +0.258028 palaios_html_4282283317 palaios_html_4282283317:556:48516:48535 Hell Creek Northern Great Plain +0.255672 aapg_ad_357.html aapg_ad_357.html:130:11554:11573 Purisima Paso Robles, California +0.262626 aapg_ad_960.html aapg_ad_960.html:33:3911:3925 Monterey Salinas, California +0.22532 aapg_ah_139.html aapg_ah_139.html:73:5682:5691 Mesaverde Wasatch Range +0.459417 sedimentology_html_7879809021 sedimentology_html_7879809021:684:46004:46011 Taggard Greenbrier (Great Smoky Mountains) +0.27501 aapg_ad_350.html aapg_ad_350.html:366:38047:38053 Pocono Middle Ordovician +0.266752 cspg_html_7817594878 cspg_html_7817594878:86:15439:15456 Monster Western world +0.244032 aapg_ah_370.html aapg_ah_370.html:258:19362:19372 Bell Lake Ontario +0.484568 gsa_html_8821895687 gsa_html_8821895687:806:65502:65530 Green River New Mexico +0.248745 aapg_ai_542.html aapg_ai_542.html:169:16887:16904 Dotsero Colorado +0.249676 sedimentology_html_6770212333 sedimentology_html_6770212333:456:40188:40202 Rockwood Virginia +0.269352 geology_html_2180500426 geology_html_2180500426:234:18910:18915 Piper Burlington House +0.496434 aapg_ae_96.html aapg_ae_96.html:58:7250:7256 Oregon California +0.446024 aapg_ac_702.html aapg_ac_702.html:362:37927:37933 Topeka Iowa +0.273528 aapg_ac_617.html aapg_ac_617.html:154:21502:21509 Lagarto Brazos River +0.469568 AMJC_html_3632105729 AMJC_html_3632105729:914:99583:99589 Oregon Boise, Idaho +0.265216 aapg_aa_86.html aapg_aa_86.html:40:3376:3384 Woodbine Austin, Chicago +0.26037 sedimentology_html_2251281862 sedimentology_html_2251281862:1249:92732:92740 Colorado Denver +0.2601 aapg_ac_71.html aapg_ac_71.html:18:2784:2791 Sunrise Tonopah, Arizona +0.910115 aapg_ah_419.html aapg_ah_419.html:114:10455:10468 Bearpaw Lacombe, Alberta +0.669955 palaios_html_4248881045 palaios_html_4248881045:211:20397:20413 Toreva Arizona +0.2455 cspg_html_8362959053 cspg_html_8362959053:31:5423:5441 Kootenay Lacombe, Alberta +0.508938 aapg_ae_253.html aapg_ae_253.html:113:12960:12979 Smackover Texas +0.52089 aapg_ad_440.html aapg_ad_440.html:703:70829:70835 Denmar Pocono Raceway +0.4653 cspg_html_6252849194 cspg_html_6252849194:333:35994:36001 Bearpaw Lacombe, Alberta +0.460702 gsa_html_9310053579 gsa_html_9310053579:772:66266:66292 Chumstick Washington (state) +0.256302 cspg_html_8266552811 cspg_html_8266552811:57:7292:7306 Joli Fou Colorado +0.246609 aapg_ai_133.html aapg_ai_133.html:114:13534:13549 Eagle Woods County, Oklahoma +0.495645 aapg_ah_530.html aapg_ah_530.html:293:30384:30396 Percha Arizona +0.265738 sedimentology_html_9912946355 sedimentology_html_9912946355:309:18703:18711 Santiago Mandeville, Jamaica +0.461646 aapg_ad_440.html aapg_ad_440.html:552:52775:52781 Denmar Pickaway County, Ohio +0.270231 aapg_ae_182.html aapg_ae_182.html:220:26221:26231 Brownstown Shreveport, Louisiana +0.478455 geology_html_9177140978 geology_html_9177140978:77:6047:6055 Fort Ann Ontario, California +0.261326 aapg_ad_883.html aapg_ad_883.html:64:8197:8219 Mount Simon Michigan +0.255892 palaios_html_7679079277 palaios_html_7679079277:829:69941:69954 Gypsum Spring Cheyenne, Wyoming +0.47571 aapg_ac_187.html aapg_ac_187.html:3359:316039:316045 Cupido Mexico +0.23275 aapg_ai_29.html aapg_ai_29.html:592:74334:74341 Reynosa Guadalupe River (California) +0.27713 aapg_ai_53.html aapg_ai_53.html:153:18073:18077 Buda Buda, Texas +0.289926 aapg_ai_141.html aapg_ai_141.html:199:21823:21838 Atoka Texas +0.489005 cspg_html_7667087595 cspg_html_7667087595:42:5314:5340 Belly River Regina, Saskatchewan +0.470232 aapg_ae_473.html aapg_ae_473.html:442:40585:40590 Yazoo Alabama +0.481418 gsa_html_4249721605 gsa_html_4249721605:635:59894:59928 Oxford Oxford Centre +0.501034 cspg_html_9354781888 cspg_html_9354781888:531:46039:46069 Doig Canada +0.25511 aapg_aa_123.html aapg_aa_123.html:407:39359:39372 Red Rock Victoria, British Columbia +0.264096 cspg_html_4727171280 cspg_html_4727171280:19:1429:1446 Bearpaw Rosedale, Toronto +0.476046 cspg_html_5880669950 cspg_html_5880669950:527:56157:56182 Beaverhill Lacombe, Alberta +0.25333 aapg_ae_204.html aapg_ae_204.html:309:27240:27260 Clearwater Clearwater, Florida +0.49011 gsa_html_9748868095 gsa_html_9748868095:530:41304:41332 Green River Colorado +0.484344 aapg_ac_527.html aapg_ac_527.html:12:1630:1640 Washington Colorado +0.487172 cspg_html_5376629375 cspg_html_5376629375:24:4271:4279 Columbia Lacombe, Alberta +0.253512 cspg_html_8694594891 cspg_html_8694594891:49:6131:6155 Laurentian Quebec City +0.493914 aapg_ai_31.html aapg_ai_31.html:477:45306:45315 Catahoula Texas +0.233895 sedimentology_html_5372057865 sedimentology_html_5372057865:1481:101185:101195 Washington Whidbey Island +0.246492 gsa_html_2877093757 gsa_html_2877093757:24:1168:1179 San Antonio Texas +0.246402 sedimentology_html_5841712908 sedimentology_html_5841712908:97:10947:10957 Santa Cruz California +0.248482 aapg_ai_816.html aapg_ai_816.html:526:91448:91465 Stanton Cherryvale, Kansas +0.494252 cspg_html_1037979402 cspg_html_1037979402:20:1827:1839 Winnipegosis Regina, Saskatchewan +0.487424 geology_html_2861886936 geology_html_2861886936:258:21122:21126 Hall London, Ontario +0.25546 aapg_ad_98.html aapg_ad_98.html:273:26714:26719 Chazy Reno, Nevada +0.245391 cspg_html_4298557570 cspg_html_4298557570:72:11487:11509 Edmonton Drumheller +0.256011 aapg_aa_328.html aapg_aa_328.html:163:13884:13890 Pueblo Oaxaca, Oaxaca +0.254881 gsa_html_1079290957 gsa_html_1079290957:394:41338:41355 Ankareh Cheyenne, Wyoming +0.256968 palaios_html_5212272868 palaios_html_5212272868:557:52407:52415 Colorado Denver +0.251955 aapg_ac_310.html aapg_ac_310.html:191:13671:13679 Colorado Denver +0.25443 cspg_html_4376017434 cspg_html_4376017434:10:943:951 Columbia Victoria, British Columbia +0.47094 aapg_ai_255.html aapg_ai_255.html:56:10176:10188 Salina Bloomington, Indiana +0.498324 gsa_html_9345375159 gsa_html_9345375159:55:3530:3558 Green River Colorado +0.502856 aapg_af_695.html aapg_af_695.html:163:16684:16694 Georgetown Buda, Texas +0.5016 aapg_af_97.html aapg_af_97.html:43:4149:4164 Richmond Maysville, Kentucky +0.243512 aapg_ai_281.html aapg_ai_281.html:258:25098:25105 El Abra Mexico +0.494284 gsa_html_4558102376 gsa_html_4558102376:338:30930:30939 Hawke Bay Cape Cod +0.47627 jgeology_html_5803513114 jgeology_html_5803513114:137:10532:10549 Madrid Rangeley, Maine +0.469944 jgeology_html_5471448181 jgeology_html_5471448181:117:8770:8778 Colorado Gunnison River +0.27324 cspg_html_3060428958 cspg_html_3060428958:241:30298:30314 Horseshoe Canyon Lacombe, Alberta +0.259017 cspg_html_2208643572 cspg_html_2208643572:601:61599:61607 Columbia Victoria, British Columbia +0.259458 sedimentology_html_1796291503 sedimentology_html_1796291503:1156:95847:95851 Bond Spain +0.256011 gsa_html_5932926755 gsa_html_5932926755:11:503:511 Colorado Denver +0.48114 gsa_html_7605900420 gsa_html_7605900420:204:23041:23063 Diamond Peak Reno, Nevada +0.265734 palaios_html_9133125241 palaios_html_9133125241:58:7906:7910 Kope Netherlands +0.47941 aapg_ai_796.html aapg_ai_796.html:121:14574:14582 Michigan Colorado +0.459828 aapg_ah_387.html aapg_ah_387.html:26:4112:4121 Knoxville Knoxville, Illinois +0.530936 aapg_ac_788.html aapg_ac_788.html:7:648:666 Barnett Texas +0.490974 aapg_ai_328.html aapg_ai_328.html:416:41771:41777 Warsaw Illinois +0.245478 aapg_ac_669.html aapg_ac_669.html:41:3360:3366 Bethel Chester, Pennsylvania +0.2871 aapg_ac_209.html aapg_ac_209.html:259:28891:28897 Moscow Gaza Strip +0.506232 aapg_ah_138.html aapg_ah_138.html:31:3311:3319 Niobrara Powder River (Montana) +0.26316 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10622:10628 Ludlow Salina, Kansas +0.475648 aapg_ai_533.html aapg_ai_533.html:52:5584:5592 Colorado Colorado +0.260064 aapg_ai_515.html aapg_ai_515.html:28:3925:3930 Uinta Wasatch Range +0.2688 aapg_ai_250.html aapg_ai_250.html:59:6467:6474 Manitou Brainerd, Minnesota +0.256032 gsa_html_7040053075 gsa_html_7040053075:984:108311:108324 Santa Barbara Long Beach, California +0.511543 cspg_html_4860363565 cspg_html_4860363565:70:9237:9257 Nisku Drumheller +0.89964 cspg_html_7779401416 cspg_html_7779401416:54:6913:6930 Guelph Manitoulin Island +0.962136 palaios_html_2449649505 palaios_html_2449649505:676:71002:71014 Chinle New Mexico +0.25856 geology_html_9207110672 geology_html_9207110672:261:21298:21308 Washington California +0.254012 cspg_html_6274889925 cspg_html_6274889925:299:36490:36502 Saskatchewan Victoria, British Columbia +0.501704 aapg_ad_581.html aapg_ad_581.html:268:34971:34982 Martinsburg Waynesboro, Pennsylvania +0.257048 cspg_html_2184091860 cspg_html_2184091860:809:68982:68990 Montreal Quebec City +0.255507 gsa_html_1662492421 gsa_html_1662492421:766:64412:64417 Logan Washington (state) +0.482724 cspg_html_2419618566 cspg_html_2419618566:497:63722:63730 Columbia Arctic Cordillera +0.255811 cspg_html_8727758678 cspg_html_8727758678:83:4302:4312 Whitehorse Victoria, British Columbia +0.48384 sedimentology_html_2664292498 sedimentology_html_2664292498:618:46647:46656 Peninsula Italy +0.262119 cspg_html_6984906794 cspg_html_6984906794:950:65420:65439 Belle Fourche Cheyenne, Wyoming +0.469308 aapg_af_799.html aapg_af_799.html:142:9434:9439 Tejon Coalinga, California +0.482384 gsa_html_6491840124 gsa_html_6491840124:941:77447:77452 Logan Boise, Idaho +0.482328 cspg_html_2139304729 cspg_html_2139304729:28:4871:4890 Hecla Bay Bathurst Island (Northern Territory) +0.23568 aapg_ae_860.html aapg_ae_860.html:4:426:438 Dockum New Mexico +0.252003 aapg_ac_730.html aapg_ac_730.html:333:47208:47224 Toreva Mesa, Arizona +0.264654 aapg_ah_370.html aapg_ah_370.html:254:18992:19006 Traverse Thunder Bay +0.489528 aapg_ae_498.html aapg_ae_498.html:8:1466:1481 Knobs Middle Ordovician +0.28558 aapg_ae_181.html aapg_ae_181.html:166:23908:23924 Ripley Sumter County, Florida +0.469437 aapg_ae_644.html aapg_ae_644.html:55:6181:6194 Cotton Valley Alabama +0.263088 aapg_ad_858.html aapg_ad_858.html:141:9469:9493 Fredericksburg Tuscaloosa, Alabama +0.499662 aapg_ac_629.html aapg_ac_629.html:632:75392:75402 Citronelle Mississippi River +0.247979 geology_html_1164915378 geology_html_1164915378:16:1018:1048 Florissant Colorado +0.489762 sedimentology_html_8337405859 sedimentology_html_8337405859:527:62820:62824 Hall London, Ontario +0.36652 cspg_html_2139304729 cspg_html_2139304729:45:7263:7283 Griper Bay Bathurst Island (Northern Territory) +0.245727 gsa_html_9310053579 gsa_html_9310053579:757:65365:65375 Washington Washington (state) +0.854896 aapg_ae_999.html aapg_ae_999.html:75:11795:11814 Catahoula Wayne County, Michigan +0.2574 sedimentology_html_9569972069 sedimentology_html_9569972069:892:64868:64886 Frontier Cheyenne, Wyoming +0.801905 cspg_html_3404912985 cspg_html_3404912985:59:11047:11068 Belly River Lacombe, Alberta +0.482532 aapg_ad_734.html aapg_ad_734.html:153:15995:16010 Eagle Milk River, Alberta +0.51516 aapg_ah_253.html aapg_ah_253.html:417:50175:50194 Smackover Arkansas +0.260064 sedimentology_html_9860745508 sedimentology_html_9860745508:452:35922:35929 Francis London, Ontario +0.25 gsa_html_1075724130 gsa_html_1075724130:72:7835:7850 Bouse Mexico +0.2751 sedimentology_html_7328045802 sedimentology_html_7328045802:114:11196:11221 Perry Rangeley, Maine +0.258416 aapg_aa_416.html aapg_aa_416.html:203:25992:26003 Peace River Fort McMurray +0.937836 cspg_html_6116883777 cspg_html_6116883777:803:103151:103160 Allen Bay Cape Cod +0.478908 palaios_html_7679079277 palaios_html_7679079277:68:6943:6951 Tensleep Greybull, Wyoming +0.364105 aapg_ai_97.html aapg_ai_97.html:8:943:950 Tamabra Tampico, Illinois +0.257868 cspg_html_7817594878 cspg_html_7817594878:41:8922:8939 Cadomin Lacombe, Alberta +0.255458 sedimentology_html_3334022816 sedimentology_html_3334022816:649:36223:36227 Hall Iceland +0.24941 geology_html_1884878014 geology_html_1884878014:11:468:478 San Diego California +0.486072 aapg_ae_325.html aapg_ae_325.html:155:12026:12038 Pocono Pennsylvania +0.26884 aapg_ac_586.html aapg_ac_586.html:256:28977:28998 Mauch Chunk Pottsville, Pennsylvania +0.49728 aapg_ae_254.html aapg_ae_254.html:67:7391:7409 Woodbine Houston County, Alabama +0.264864 aapg_ad_945.html aapg_ad_945.html:70:8741:8749 Columbia Victoria, British Columbia +0.25688 palaios_html_1311168096 palaios_html_1311168096:534:50281:50295 Traverse Michigan +0.377712 palaios_html_2107285962 palaios_html_2107285962:665:73418:73437 Fairview Kentucky +0.26814 gsa_html_8951179545 gsa_html_8951179545:331:38933:38941 Colorado New Mexico +0.240548 aapg_ai_584.html aapg_ai_584.html:1190:122352:122360 Tensleep Western world +0.687078 cspg_html_3104351736 cspg_html_3104351736:652:76260:76276 Dakota Iowa +0.492345 aapg_ac_341.html aapg_ac_341.html:57:6926:6942 Warsaw Chattanooga, Tennessee +0.261112 aapg_ac_241.html aapg_ac_241.html:11:1496:1508 Potomac Maryland +0.267748 aapg_af_808.html aapg_af_808.html:300:39495:39513 Scotland Barbados +0.499988 aapg_ah_276.html aapg_ah_276.html:332:30879:30897 Monterey California +0.25344 AMJC_html_5421639085 AMJC_html_5421639085:95:11541:11562 Popes Head Piedmont (United States) +0.46614 aapg_ah_779.html aapg_ah_779.html:337:63290:63295 Onate Arizona +0.258039 aapg_aa_563.html aapg_aa_563.html:253:33208:33218 Georgetown Trans-Pecos +0.242446 aapg_ae_552.html aapg_ae_552.html:218:34554:34570 Kodiak Anchorage, Alaska +0.26572 gsa_html_2832151886 gsa_html_2832151886:258:18731:18759 Shaftesbury Victoria, British Columbia +0.495552 geology_html_9924482358 geology_html_9924482358:256:24301:24322 Green River Cheyenne, Wyoming +0.48093 gsa_html_6062330506 gsa_html_6062330506:740:73759:73787 Sandia New Mexico +0.251496 geology_html_7441090490 geology_html_7441090490:252:21084:21106 Pawnee Colorado +0.500752 aapg_af_130.html aapg_af_130.html:151:27286:27319 Caballero Sacramento Mountains (California) +0.24948 palaios_html_2994452429 palaios_html_2994452429:1678:140769:140784 Liard Victoria, British Columbia +0.40262 aapg_ae_170.html aapg_ae_170.html:8:1080:1100 Road River Middle East +0.27144 gsa_html_7425483970 gsa_html_7425483970:816:60033:60043 Notch Peak Logan, Utah +0.271341 aapg_ac_928.html aapg_ac_928.html:132:17148:17163 Banff Canada +0.452814 cspg_html_1934220426 cspg_html_1934220426:68:8574:8587 Lone Mountain Western world +0.24144 jgeology_html_2837808723 jgeology_html_2837808723:1100:64995:64999 Hall London, Ontario +0.26316 aapg_ah_847.html aapg_ah_847.html:261:31481:31489 Navesink Navesink River +0.254364 cspg_html_5807593737 cspg_html_5807593737:688:87983:88008 Beaverhill Lacombe, Alberta +0.897756 aapg_ac_315.html aapg_ac_315.html:681:71744:71764 Phosphoria Cheyenne, Wyoming +0.252416 gsa_html_1951402014 gsa_html_1951402014:923:81687:81693 Madrid Fuerteventura +0.509168 aapg_ae_539.html aapg_ae_539.html:605:73550:73555 Swift Washington (state) +0.23128 gsa_html_2178342427 gsa_html_2178342427:23:979:1002 Golden Valley Williston Basin +0.4888 aapg_ad_192.html aapg_ad_192.html:75:10230:10240 Tuscaloosa Shreveport, Louisiana +0.257013 aapg_ac_333.html aapg_ac_333.html:426:54909:54914 Supai Arizona +0.254508 AMJC_html_5916115748 AMJC_html_5916115748:1401:125725:125735 Washington Seattle +0.348894 cspg_html_5688447798 cspg_html_5688447798:128:17333:17353 Blue Fiord Ellesmere Island +0.248832 cspg_html_9720041449 cspg_html_9720041449:809:90994:91002 Duvernay Lacombe, Alberta +0.486324 cspg_html_7970836465 cspg_html_7970836465:349:34562:34578 Mingan Anticosti Island +0.357783 aapg_ac_961.html aapg_ac_961.html:636:65585:65604 Morehouse Shreveport, Louisiana +0.245872 aapg_ac_807.html aapg_ac_807.html:279:27936:27953 Mount Laurel Sand Delaware +0.508369 aapg_ae_904.html aapg_ae_904.html:402:41244:41253 Minnelusa Cambridge +0.73904 aapg_ai_688.html aapg_ai_688.html:385:41841:41858 Salina Salina, Kansas +0.472104 aapg_ac_462.html aapg_ac_462.html:704:76463:76471 Woodford California +0.263662 aapg_ai_763.html aapg_ai_763.html:3:339:356 Schuler East Texas +0.260036 aapg_ah_716.html aapg_ah_716.html:39:6006:6025 San Andres West, Texas +0.461396 palaios_html_3706035501 palaios_html_3706035501:611:75310:75331 Palm Spring California +0.251923 cspg_html_4287356899 cspg_html_4287356899:1171:161713:161721 Lisburne Anchorage, Alaska +0.484632 gsa_html_5079726047 gsa_html_5079726047:404:47026:47030 Leon Pliocene +0.27508 geology_html_4860930737 geology_html_4860930737:233:21788:21794 Morgan Shenandoah National Park +0.37269 aapg_ac_603.html aapg_ac_603.html:113:11474:11490 Chinle Freedonia +0.480496 aapg_af_130.html aapg_af_130.html:71:13615:13620 Ouray Arizona +0.259017 cspg_html_1118978429 cspg_html_1118978429:511:50552:50576 Mist Mountain Lacombe, Alberta +0.276576 aapg_ac_905.html aapg_ac_905.html:81:9383:9391 Columbia Victoria, British Columbia +0.264115 aapg_af_540.html aapg_af_540.html:850:94209:94215 Denver Colorado +0.252003 aapg_aa_791.html aapg_aa_791.html:406:40650:40664 Frio Texas +0.190836 gsa_html_8774590177 gsa_html_8774590177:326:34300:34308 Pinnacle Shoreham Nuclear Power Plant +0.483585 aapg_ai_409.html aapg_ai_409.html:313:36206:36211 Tokio Pine Island (Lee County, Florida) +0.26334 cspg_html_7938374662 cspg_html_7938374662:139:14990:15005 Gates Pine River (Michigan) +0.26676 aapg_ae_576.html aapg_ae_576.html:507:45461:45471 Wulff Land Washington (state) +0.228906 jgeology_html_4818393006 jgeology_html_4818393006:593:51702:51728 Sterling Closter, New Jersey +0.501804 aapg_af_667.html aapg_af_667.html:51:5257:5263 Salado Pecos River +0.49022 cspg_html_3102530088 cspg_html_3102530088:73:9667:9687 Milk River Lacombe, Alberta +0.248 sedimentology_html_2845079604 sedimentology_html_2845079604:673:61940:61961 Tyee Salem, Oregon +0.472248 aapg_af_85.html aapg_af_85.html:116:12896:12904 Columbia Victoria, British Columbia +0.23961 AMJC_html_5471526645 AMJC_html_5471526645:312:41629:41637 Virginia North Carolina +0.5073 aapg_ae_473.html aapg_ae_473.html:167:16199:16209 Tuscaloosa Pottsville, Pennsylvania +0.251082 aapg_ae_319.html aapg_ae_319.html:363:27724:27731 Thaynes Uinta Mountains +0.492926 cspg_html_5484260516 cspg_html_5484260516:556:45358:45364 Exshaw Middle East +0.271872 aapg_aa_232.html aapg_aa_232.html:262:29121:29129 Kiamichi Texas +0.48768 gsa_html_5440223208 gsa_html_5440223208:31:2725:2753 Green River Colorado +0.510796 gsa_html_9007868123 gsa_html_9007868123:1035:99380:99408 Green River Colorado +0.493136 palaios_html_6757540995 palaios_html_6757540995:70:7507:7522 Eutaw Tuscaloosa, Alabama +0.49761 aapg_ae_416.html aapg_ae_416.html:102:9989:9996 Anahuac Tampa, Florida +0.463701 sedimentology_html_1598128253 sedimentology_html_1598128253:1638:110783:110788 Rapid Perth, Western Australia +0.26574 cspg_html_3041902517 cspg_html_3041902517:213:32309:32325 Nansen Cape Cod +0.690165 aapg_af_854.html aapg_af_854.html:143:18413:18430 Keokuk Burlington, Ontario +0.240091 gsa_html_9314974751 gsa_html_9314974751:630:59045:59051 Oxford Oman +0.264096 sedimentology_html_1568456861 sedimentology_html_1568456861:162:14994:15014 Toro Puerto Natales +0.262636 cspg_html_4176605708 cspg_html_4176605708:425:42963:42983 Blackstone Manitoba +0.238637 aapg_ad_2.html aapg_ad_2.html:767:108825:108845 Waynesboro Chambersburg, Pennsylvania +0.48285 palaios_html_3796939457 palaios_html_3796939457:587:47927:47943 Mt Lytton Texas +0.487784 aapg_aa_702.html aapg_aa_702.html:2116:182381:182387 Walker Regina, Saskatchewan +0.249471 palaios_html_4940783464 palaios_html_4940783464:443:43505:43536 Yakataga Anchorage, Alaska +0.239956 geology_html_6064550828 geology_html_6064550828:120:9180:9198 Red Rock Red Rock Canyon National Conservation Area +0.269361 aapg_ai_27.html aapg_ai_27.html:10:1455:1464 Escondido Colorado +0.255867 aapg_ad_970.html aapg_ad_970.html:219:21500:21510 Wellington Auckland +0.48932 cspg_html_6116883777 cspg_html_6116883777:831:106241:106263 Devon Island Douro DOC +0.257484 aapg_ad_823.html aapg_ad_823.html:117:12125:12145 Purgatoire Las Vegas Strip +0.486912 cspg_html_2954223000 cspg_html_2954223000:558:81913:81925 Saskatchewan Germany +0.261519 cspg_html_5345848475 cspg_html_5345848475:23:3207:3221 Colorado Lacombe, Alberta +0.477596 sedimentology_html_8510537334 sedimentology_html_8510537334:2203:148402:148419 Juniata Pennsylvania +0.2655 cspg_html_8298261690 cspg_html_8298261690:523:57135:57152 Bluesky Lacombe, Alberta +0.501354 cspg_html_4768933240 cspg_html_4768933240:100:8252:8263 Banff Huntington, West Virginia +0.50085 jgeology_html_3936154268 jgeology_html_3936154268:607:48195:48211 Chinle Logan, Utah +0.463504 aapg_ai_491.html aapg_ai_491.html:319:40444:40451 Paradox Hermosa, Chicago +0.25872 aapg_ad_351.html aapg_ad_351.html:396:35710:35719 Northview Sedalia, Missouri +0.489842 aapg_aa_394.html aapg_aa_394.html:70:7644:7655 Mauch Chunk Pottsville, Pennsylvania +0.461214 aapg_ad_441.html aapg_ad_441.html:96:7761:7767 Navajo Carmel, Indiana +0.491384 aapg_ae_805.html aapg_ae_805.html:411:48674:48691 Paradox Glenwood Springs, Colorado +0.115446 palaios_html_3751259297 palaios_html_3751259297:101:13821:13837 Warsaw Sonora +0.506996 aapg_ac_235.html aapg_ac_235.html:19:2378:2398 Otter Cheyenne, Wyoming +0.475996 gsa_html_3649667431 gsa_html_3649667431:1041:85454:85463 Flagstaff Coconino County, Arizona +0.26884 aapg_ad_683.html aapg_ad_683.html:136:17561:17577 Kaibab Arizona +0.444624 aapg_ad_169.html aapg_ad_169.html:299:34896:34916 Greenbrier Greenbrier (Great Smoky Mountains) +0.253506 aapg_ai_197.html aapg_ai_197.html:473:53246:53254 Scotland South Shetland Islands +0.432 gsa_html_5262754204 gsa_html_5262754204:148:17978:17999 Black Peaks Lajitas, Texas +0.238797 cspg_html_1818321956 cspg_html_1818321956:25:2446:2454 Columbia Victoria, British Columbia +0.33957 gsa_html_1119256423 gsa_html_1119256423:233:22518:22541 Peoria Nebraska +0.467504 aapg_ai_899.html aapg_ai_899.html:40:4527:4535 Colorado Cheyenne, Wyoming +0.256512 cspg_html_5954266359 cspg_html_5954266359:334:44877:44885 Montreal Quebec City +0.474122 aapg_ac_201.html aapg_ac_201.html:697:70141:70162 Sadlerochit Lisburne Peninsula +0.691821 gsa_html_7199417381 gsa_html_7199417381:399:43457:43477 Peoria Nebraska +0.519225 aapg_aa_934.html aapg_aa_934.html:124:15358:15364 Blaine Texas +0.477596 aapg_ah_535.html aapg_ah_535.html:150:26301:26324 Bald Eagle Pennsylvania +0.492701 aapg_ah_827.html aapg_ah_827.html:230:31376:31394 Woodbine East Texas +0.895706 aapg_ai_157.html aapg_ai_157.html:86:11297:11303 Guelph Guelph +0.48195 aapg_ae_253.html aapg_ae_253.html:4:480:493 Cotton Valley Shreveport, Louisiana +0.258572 aapg_ai_28.html aapg_ai_28.html:211:19135:19141 Lissie Beaumont, Texas +0.259408 sedimentology_html_6305487627 sedimentology_html_6305487627:691:40109:40113 Hall London, Ontario +0.473324 cspg_html_3860685167 cspg_html_3860685167:1152:101465:101478 Madison Williston Basin +0.25248 sedimentology_html_3990399320 sedimentology_html_3990399320:90:9698:9707 Red River Canada +0.2475 sedimentology_html_9716387026 sedimentology_html_9716387026:869:53225:53231 Ferris Canadian Arctic Archipelago +0.516764 aapg_ac_338.html aapg_ac_338.html:482:50797:50816 Newcastle Cheyenne, Wyoming +0.48059 aapg_af_877.html aapg_af_877.html:83:8875:8886 Tar Springs Illinois +0.508698 cspg_html_1962846283 cspg_html_1962846283:534:65255:65269 Cadomin Kootenay River +0.499372 cspg_html_7777724998 cspg_html_7777724998:87:12572:12579 Cadomin Kootenay River +0.259072 gsa_html_5391661566 gsa_html_5391661566:612:63499:63512 Santa Barbara Pacific Northwest +0.250488 jgeology_html_1063161201 jgeology_html_1063161201:1209:82142:82146 Hall London, Ontario +0.492246 palaios_html_3614379982 palaios_html_3614379982:18:1624:1640 Dakota Colorado +0.242473 aapg_af_397.html aapg_af_397.html:761:92810:92816 Denver Colorado +0.24388 aapg_aa_208.html aapg_aa_208.html:56:6719:6729 Maravillas Middle East +0.261117 cspg_html_2094634763 cspg_html_2094634763:240:29693:29713 Ellerslie Lacombe, Alberta +0.250805 geology_html_5690680302 geology_html_5690680302:366:22788:22792 Kano Republic of China +0.242536 aapg_ah_364.html aapg_ah_364.html:13:1583:1602 Sylvania Detroit River International Wildlife Refuge +0.495159 aapg_ad_957.html aapg_ad_957.html:153:15481:15511 Labette Peru, Indiana +0.243972 gsa_html_8335323050 gsa_html_8335323050:13:600:608 Virginia Reston, Virginia +0.478042 geology_html_7498256649 geology_html_7498256649:12:535:543 Virginia Reston, Virginia +0.264578 sedimentology_html_3761610495 sedimentology_html_3761610495:27:1819:1836 Bedford Canada +0.27454 aapg_af_579.html aapg_af_579.html:185:19885:19902 Entrada Logan, Utah +0.261392 cspg_html_8121999081 cspg_html_8121999081:107:13612:13617 Banff Denver +0.256688 aapg_af_286.html aapg_af_286.html:342:44355:44375 Tuscaloosa Tuscaloosa, Alabama +0.363816 cspg_html_3129231627 cspg_html_3129231627:9:998:1009 Trold Fiord Ellesmere Island +0.243774 geology_html_8546760997 geology_html_8546760997:16:918:928 Pittsburgh Pittsburgh +0.258416 cspg_html_1260733368 cspg_html_1260733368:291:38633:38645 Medicine Hat Milk River, Alberta +0.49868 cspg_html_1188455526 cspg_html_1188455526:59:9442:9460 Beaufort Ellesmere Island +0.26058 cspg_html_6895078083 cspg_html_6895078083:373:37078:37125 Heiberg Canadian Arctic Archipelago +0.256 aapg_af_854.html aapg_af_854.html:686:96125:96140 Salem Kentucky +0.831844 cspg_html_9987144175 cspg_html_9987144175:341:40566:40582 Hassel District Council of Franklin Harbour +0.496164 geology_html_8482136832 geology_html_8482136832:319:25958:25986 Green River Cheyenne, Wyoming +0.248482 aapg_aa_792.html aapg_aa_792.html:532:58612:58620 La Habra California +0.253727 cspg_html_6163691495 cspg_html_6163691495:931:84023:84047 Mission Canyon Williston, Vermont +0.36573 gsa_html_8152640301 gsa_html_8152640301:589:52474:52490 Naknek Talkeetna Mountains +0.26394 aapg_af_852.html aapg_af_852.html:173:17692:17700 Wolfcamp Bolivia +0.258 cspg_html_5950764790 cspg_html_5950764790:259:28321:28333 Nisku Lacombe, Alberta +0.508592 aapg_ae_239.html aapg_ae_239.html:150:16056:16065 Wapanucka Atoka, Oklahoma +0.245021 aapg_aa_898.html aapg_aa_898.html:3:317:336 Flagstaff Logan, Utah +0.24514 cspg_html_4326384800 cspg_html_4326384800:2098:253522:253543 Beaverhill Lacombe, Alberta +0.251883 cspg_html_9052264748 cspg_html_9052264748:370:42626:42639 Parry Islands Melville Island (Canada) +0.465132 aapg_ai_932.html aapg_ai_932.html:113:17702:17744 Paso Robles Paso Robles, California +0.487705 aapg_ai_916.html aapg_ai_916.html:383:52193:52205 Carrizo Austin, Chicago +0.474138 cspg_html_4450068317 cspg_html_4450068317:520:63467:63490 Cypress Chadron, Nebraska +0.483041 aapg_ah_775.html aapg_ah_775.html:622:53487:53496 Leadville Denver +0.693182 aapg_ad_696.html aapg_ad_696.html:234:22711:22717 Sparta East Texas +0.36334 AMJC_html_4299960498 AMJC_html_4299960498:146:18353:18372 Grande Ronde Basalt Washington (state) +0.44955 cspg_html_5660413005 cspg_html_5660413005:6:346:364 Graminia Lacombe, Alberta +0.494018 aapg_ae_694.html aapg_ae_694.html:255:29073:29089 Eagle Texas +0.250498 aapg_aa_7.html aapg_aa_7.html:3:159:181 Pigeon Point California +0.497822 aapg_af_579.html aapg_af_579.html:336:35316:35325 Red River Colfax County, Nebraska +0.25338 sedimentology_html_6951714124 sedimentology_html_6951714124:743:60199:60216 Cardium Lacombe, Alberta +0.46986 gsa_html_1412681096 gsa_html_1412681096:777:68291:68295 Hall Earth +0.2499 aapg_ah_654.html aapg_ah_654.html:975:100128:100135 Madison Cheyenne, Wyoming +0.235667 cspg_html_9023649778 cspg_html_9023649778:95:13722:13730 Columbia Victoria, British Columbia +0.500456 aapg_ac_414.html aapg_ac_414.html:41:4890:4918 Arcturus Logan, Utah +0.50297 aapg_ae_428.html aapg_ae_428.html:749:60237:60245 Kirkwood Closter, New Jersey +0.258055 cspg_html_5810500722 cspg_html_5810500722:365:40927:40935 Bullhead Victoria, British Columbia +0.265734 aapg_ah_656.html aapg_ah_656.html:284:25336:25340 Word Delaware +0.86304 aapg_af_673.html aapg_af_673.html:41:5406:5419 Lone Mountain Reno, Nevada +0.255398 aapg_ah_484.html aapg_ah_484.html:8:1507:1520 Cook Mountain Charlotte, North Carolina +0.255936 sedimentology_html_8054490062 sedimentology_html_8054490062:896:52434:52439 Piper California +0.25359 aapg_ad_564.html aapg_ad_564.html:5010:400633:400641 Morrison New Mexico +0.264115 aapg_ac_832.html aapg_ac_832.html:1451:134559:134564 Logan Perth, Western Australia +0.474635 geology_html_5107688875 geology_html_5107688875:363:25514:25551 Whipple Cave Reno, Nevada +0.247955 cspg_html_6306091047 cspg_html_6306091047:35:7033:7052 Pardonet Williston Basin +0.242949 palaios_html_7700233151 palaios_html_7700233151:651:72303:72307 Hall London, Ontario +0.2495 cspg_html_5976982403 cspg_html_5976982403:34:6334:6353 Kitchener Selkirk Mountains +0.459576 aapg_ad_910.html aapg_ad_910.html:39:6561:6567 Forest Pembrokeshire +0.411426 aapg_ad_98.html aapg_ad_98.html:86:8684:8702 Ninemile Dolomites +0.4902 palaios_html_5582845937 palaios_html_5582845937:324:32984:32991 Hampton Chickahominy River +0.253492 aapg_af_376.html aapg_af_376.html:131:16044:16052 Colorado Denver +0.249458 palaios_html_4880574501 palaios_html_4880574501:141:16338:16346 Fairview Bellevue, Nebraska +0.478406 aapg_ad_466.html aapg_ad_466.html:307:38644:38651 Raritan Closter, New Jersey +0.496762 aapg_ae_63.html aapg_ae_63.html:562:53426:53433 Wasatch Uinta Mountains +0.477506 palaios_html_9973267562 palaios_html_9973267562:39:5227:5246 Fairview Netherlands +0.25636 aapg_aa_826.html aapg_aa_826.html:107:11673:11680 Raritan Matawan, New Jersey +0.244 geology_html_3614605929 geology_html_3614605929:53:5332:5349 Onaping Sudbury, Suffolk +0.481428 gsa_html_1361916335 gsa_html_1361916335:72:8193:8199 Navajo Kayenta, Arizona +0.436016 aapg_ac_766.html aapg_ac_766.html:635:79349:79362 Apache Canyon Austin, Chicago +0.260568 cspg_html_6140605204 cspg_html_6140605204:47:7438:7457 Crowsnest Lacombe, Alberta +0.24745 cspg_html_2184632302 cspg_html_2184632302:10:1071:1090 Athabasca Lacombe, Alberta +0.253005 cspg_html_4326384800 cspg_html_4326384800:134:19763:19782 Waterways Lacombe, Alberta +0.266247 aapg_ae_280.html aapg_ae_280.html:45:5278:5284 Kindle Niagara Falls +0.480396 cspg_html_4210762654 cspg_html_4210762654:297:37502:37532 Nisku Lacombe, Alberta +0.25908 cspg_html_4115156925 cspg_html_4115156925:164:22623:22637 Doig Victoria, British Columbia +0.252476 aapg_ae_310.html aapg_ae_310.html:119:13618:13634 Eagle Lake Dallas, Texas +0.488814 gsa_html_8302283600 gsa_html_8302283600:72:5786:5814 Green River Colorado +0.258039 aapg_ae_471.html aapg_ae_471.html:115:11820:11839 Cotton Valley Cotton Valley, Louisiana +0.485298 gsa_html_8161586681 gsa_html_8161586681:762:77318:77324 Oregon Portland, Oregon +0.45816 aapg_aa_761.html aapg_aa_761.html:64:7383:7397 Lisburne Prudhoe Bay Oil Field +0.482275 gsa_html_1230361711 gsa_html_1230361711:421:41509:41536 Whakataki Lake Wairarapa +0.500226 aapg_ae_182.html aapg_ae_182.html:109:13420:13437 Midway Richland, Washington +0.488482 aapg_ai_582.html aapg_ai_582.html:102:9068:9102 Sawtooth Williston Basin +0.484428 gsa_html_9865056817 gsa_html_9865056817:1239:98741:98769 Green River New Mexico +0.268323 aapg_ah_700.html aapg_ah_700.html:543:66802:66829 Belly River Canada +0.494019 sedimentology_html_4072526193 sedimentology_html_4072526193:742:26237:26241 Hall London, Ontario +0.261212 aapg_ae_904.html aapg_ae_904.html:357:38012:38035 Decorah Winnipeg +0.26061 cspg_html_6306091047 cspg_html_6306091047:485:66995:67004 Baldonnel Victoria, British Columbia +0.493218 aapg_ak_43.html aapg_ak_43.html:76:7077:7083 Morgan Clayton County, Georgia +0.475449 AMJC_html_1163576052 AMJC_html_1163576052:1222:106746:106772 Pioneer Corvallis, Oregon +0.482304 aapg_af_221.html aapg_af_221.html:291:26712:26720 Saratoga Texas +0.261112 sedimentology_html_3220122506 sedimentology_html_3220122506:778:57304:57322 Yakataga Sumatra +0.440448 cspg_html_4516258038 cspg_html_4516258038:124:15666:15676 Blue Fiord Middle East +0.268842 cspg_html_8571955552 cspg_html_8571955552:555:62001:62006 Yukon White Mountains (California) +0.361584 cspg_html_7595517955 cspg_html_7595517955:732:67393:67403 Blue Fiord Ellesmere Island +0.372645 geology_html_4129066248 geology_html_4129066248:185:21036:21071 Fillmore Logan, Utah +0.256853 cspg_html_5593011953 cspg_html_5593011953:12:1034:1046 Saskatchewan Regina, Saskatchewan +0.411156 gsa_html_5952049575 gsa_html_5952049575:379:46330:46341 Green River Florissant, Colorado +0.266135 cspg_html_6143853630 cspg_html_6143853630:338:30117:30133 Fernie Victoria, British Columbia +0.489915 cspg_html_8121202912 cspg_html_8121202912:133:16489:16504 Mahto Horseshoe Lake, Arkansas +0.243636 aapg_ai_28.html aapg_ai_28.html:211:19231:19239 Oakville Beaumont, Texas +0.259875 aapg_ae_791.html aapg_ae_791.html:341:28387:28410 Carlin Canyon Reno, Nevada +0.467771 aapg_ah_318.html aapg_ah_318.html:283:40792:40811 Mt Lytton Shreveport, Louisiana +0.491232 cspg_html_9675666588 cspg_html_9675666588:438:48663:48675 Wilcox Texas +0.257535 aapg_ai_980.html aapg_ai_980.html:826:75123:75128 Swift Sunriver, Oregon +0.485305 palaios_html_5340655380 palaios_html_5340655380:1033:79124:79132 Arikaree Cheyenne, Wyoming +0.47232 geology_html_4658814755 geology_html_4658814755:267:24238:24246 Virginia Hampton, New Hampshire +0.262656 aapg_aa_415.html aapg_aa_415.html:126:17953:17963 Rio Grande Hays County, Texas +0.252888 cspg_html_1312400675 cspg_html_1312400675:136:15968:15991 Blood Reserve Lethbridge +0.293693 aapg_ac_366.html aapg_ac_366.html:330:35083:35089 Salina Huntington, West Virginia +0.501723 gsa_html_4339524478 gsa_html_4339524478:1041:95831:95841 Washington Boise, Idaho +0.50232 cspg_html_5484260516 cspg_html_5484260516:1331:117578:117591 Wabamun Victoria, British Columbia +0.254944 cspg_html_9771826320 cspg_html_9771826320:381:67482:67511 Ramparts Porcupine River (Ontario) +0.501942 aapg_af_12.html aapg_af_12.html:54:5577:5585 Colorado Logan, Utah +0.51574 palaios_html_3766207176 palaios_html_3766207176:667:62893:62924 Kope Cincinnati +0.258572 cspg_html_4298557570 cspg_html_4298557570:111:16571:16579 Whitemud Edmonton, London +0.246206 cspg_html_3385840278 cspg_html_3385840278:1617:179541:179552 Slave Point Victoria, British Columbia +0.25048 cspg_html_6255491344 cspg_html_6255491344:186:28076:28094 Kootenay Lacombe, Alberta +0.500325 gsa_html_5242353054 gsa_html_5242353054:1031:81336:81364 Green River Colorado +0.458267 cspg_html_1962846283 cspg_html_1962846283:217:25494:25509 Basal Lacombe, Alberta +0.483678 geology_html_8807787667 geology_html_8807787667:11:537:547 Las Cruces New Mexico +0.248992 palaios_html_2339045630 palaios_html_2339045630:192:27140:27165 Virginia Virginia +0.264192 cspg_html_9365429794 cspg_html_9365429794:6:381:398 Lyleton Manitoba +0.495645 aapg_ac_602.html aapg_ac_602.html:100:8755:8778 Bonanza Providence Mountains State Recreation Area +0.257048 sedimentology_html_6315461608 sedimentology_html_6315461608:315:29101:29105 Hall London, Ontario +0.492412 gsa_html_5138192409 gsa_html_5138192409:1025:104327:104355 Green River Colorado +0.235907 cspg_html_9951421861 cspg_html_9951421861:483:62853:62877 Athabasca Lacombe, Alberta +0.464576 sedimentology_html_6302405335 sedimentology_html_6302405335:1093:86598:86617 Rock Springs Sweetwater, Miami-Dade County, Florida +0.49608 aapg_ae_138.html aapg_ae_138.html:42:4340:4350 Tuscaloosa Tuscaloosa, Alabama +0.474 aapg_ae_794.html aapg_ae_794.html:215:27171:27191 Owl Creek Tuscaloosa, Alabama +0.498002 aapg_ad_870.html aapg_ad_870.html:328:39123:39130 Saginaw Michigan +0.485216 gsa_html_5373737723 gsa_html_5373737723:998:67601:67608 El Paso Mexico +0.4914 aapg_ac_786.html aapg_ac_786.html:46:7929:7949 Barnett Texas +0.511511 aapg_ah_366.html aapg_ah_366.html:309:17143:17153 Fort Union Knife River +0.381 aapg_ai_170.html aapg_ai_170.html:85:9126:9143 Ankareh Logan, Utah +0.476146 aapg_aa_47.html aapg_aa_47.html:338:38371:38388 Minturn Colorado +0.241462 aapg_ah_217.html aapg_ah_217.html:241:30278:30311 Reedsville Virginia +0.251808 aapg_ae_324.html aapg_ae_324.html:224:22636:22643 Narrows Virginia +0.243386 aapg_aa_152.html aapg_aa_152.html:13:1219:1225 Sierra Chihuahua (state) +0.270396 aapg_af_628.html aapg_af_628.html:163:15798:15805 Renault Bloomington, Indiana +0.48719 gsa_html_6504003944 gsa_html_6504003944:618:51211:51239 Green River Colorado +0.262654 cspg_html_5964371399 cspg_html_5964371399:218:26199:26203 Kent England +0.252813 palaios_html_5600528347 palaios_html_5600528347:492:50209:50230 Green River Cheyenne, Wyoming +0.24255 sedimentology_html_6401379806 sedimentology_html_6401379806:729:25929:25944 Melville Island Bathurst Island (Northern Territory) +0.4807 gsa_html_3833278026 gsa_html_3833278026:648:49644:49672 Green River Colorado +0.495803 aapg_ae_142.html aapg_ae_142.html:15:1187:1197 Washington California +0.49824 aapg_ac_618.html aapg_ac_618.html:13:1746:1754 Wolfcamp Wichita, Kansas +0.25957 aapg_ae_876.html aapg_ae_876.html:177:17495:17509 Cedar Mountain Middle East +0.2626 aapg_ac_720.html aapg_ac_720.html:120:15413:15424 Hornerstown Closter, New Jersey +0.487368 aapg_ae_142.html aapg_ae_142.html:19:1709:1715 Oregon Washington (state) +0.26367 aapg_ai_158.html aapg_ai_158.html:19:2692:2700 Columbia Victoria, British Columbia +0.256 palaios_html_1018466366 palaios_html_1018466366:1601:140711:140730 Athabasca Canada +0.502326 aapg_ah_784.html aapg_ah_784.html:16:1859:1876 Chinle Santa Rosa, California +0.50668 jgeology_html_5471448181 jgeology_html_5471448181:200:17752:17768 Chinle Chinle Formation +0.46435 gsa_html_1047526579 gsa_html_1047526579:887:88971:88978 Madison Transantarctic Mountains +0.34968 aapg_ai_278.html aapg_ai_278.html:974:112441:112460 Sunniland Melbourne, Florida +0.484692 aapg_ai_139.html aapg_ai_139.html:323:30741:30755 Guelph Guelph +0.268275 aapg_ad_784.html aapg_ad_784.html:549:59372:59377 Sespe Santa Clara, California +0.244035 aapg_af_684.html aapg_af_684.html:507:53532:53538 Oregon East Pacific Rise +0.261855 aapg_ae_969.html aapg_ae_969.html:110:11462:11469 Trabuco Silverado, California +0.262654 geology_html_1598246130 geology_html_1598246130:235:20677:20687 Washington Seattle +0.489472 cspg_html_9872589627 cspg_html_9872589627:175:22611:22648 Charlie Lake Western Canadian Sedimentary Basin +0.245967 aapg_ae_324.html aapg_ae_324.html:1230:122653:122660 Holston Farragut, Tennessee +0.473641 aapg_aa_626.html aapg_aa_626.html:126:15448:15466 Patapsco Anne Arundel County, Maryland +0.26059 sedimentology_html_9906287852 sedimentology_html_9906287852:545:48601:48611 Wind River Sevier orogeny +0.261326 aapg_af_2.html aapg_af_2.html:217:23786:23803 Ignacio Quartzite San Juan Mountains +0.27924 aapg_aa_974.html aapg_aa_974.html:1142:123230:123237 Herring Hutchinson County, South Dakota +0.244224 cspg_html_1434585715 cspg_html_1434585715:8:536:547 Coal Valley Lacombe, Alberta +0.470815 geology_html_4687032620 geology_html_4687032620:30:2689:2694 Cadiz Sicily +0.24157 aapg_ai_761.html aapg_ai_761.html:605:61537:61545 Scotland London, Ontario +0.272475 aapg_ae_789.html aapg_ae_789.html:3:179:207 Wabamun Canada +0.256027 aapg_ai_4.html aapg_ai_4.html:32:4407:4422 Santa Margarita San Pablo Bay National Wildlife Refuge +0.257536 aapg_ae_324.html aapg_ae_324.html:837:84370:84378 Lowville Virginia +0.60672 aapg_aa_598.html aapg_aa_598.html:3:215:233 Thaynes Cheyenne, Wyoming +0.251412 aapg_aa_415.html aapg_aa_415.html:97:14515:14528 Woodbine Texas +0.486588 cspg_html_9905904289 cspg_html_9905904289:337:43354:43370 Battle Lacombe, Alberta +0.491582 aapg_ae_708.html aapg_ae_708.html:344:37219:37229 Nolichucky Kentucky +0.469755 aapg_ae_5.html aapg_ae_5.html:101:11336:11340 Earp Colina, Chile +0.485811 geology_html_6365665477 geology_html_6365665477:66:5679:5689 Henryhouse Clarita, Oklahoma +0.261021 aapg_ah_4.html aapg_ah_4.html:310:49176:49201 Heath Talara Province +0.853998 aapg_ae_959.html aapg_ae_959.html:1791:128508:128528 Dog Creek Delaware +0.458926 aapg_ac_824.html aapg_ac_824.html:585:54175:54183 Colorado Colorado +0.36408 geology_html_4117187879 geology_html_4117187879:133:10372:10389 Buckskin Mountain Reno, Nevada +0.25602 aapg_ac_65.html aapg_ac_65.html:35:5235:5252 Minturn Colorado +0.265684 sedimentology_html_8006979411 sedimentology_html_8006979411:1713:114641:114658 Wapiabi Southern Alberta +0.255348 aapg_ad_2.html aapg_ad_2.html:1463:198783:198804 Black River Pennsylvania +0.480495 aapg_ai_366.html aapg_ai_366.html:26:3044:3062 Beaumont Beaumont, Texas +0.254248 gsa_html_1520002998 gsa_html_1520002998:1112:87593:87599 Denver Colorado +0.24786 aapg_ae_753.html aapg_ae_753.html:486:47907:47915 Colorado Denver +0.2505 aapg_af_241.html aapg_af_241.html:812:82970:82976 Goliad Austin, Chicago +0.49296 cspg_html_1222040397 cspg_html_1222040397:545:70670:70675 Skoki County Tipperary +0.342964 aapg_ae_681.html aapg_ae_681.html:94:11940:11948 Norphlet Melbourne, Florida +0.267208 aapg_ad_325.html aapg_ad_325.html:1127:105258:105264 Denver Colorado +0.270865 aapg_ah_96.html aapg_ah_96.html:142:15421:15444 Winnipeg Lake Winnipeg +0.251904 aapg_ad_810.html aapg_ad_810.html:166:17840:17845 Eagle Anchorage, Alaska +0.493812 AMJC_html_2829615437 AMJC_html_2829615437:119:18327:18344 Greene Ohio +0.238226 cspg_html_3068776384 cspg_html_3068776384:34:4635:4652 Cardium Western Canadian Sedimentary Basin +0.49368 sedimentology_html_2963848220 sedimentology_html_2963848220:28:1735:1745 Washington Seattle +0.5111 aapg_ah_763.html aapg_ah_763.html:34:3566:3586 Dog Creek San Angelo, Texas +0.455026 aapg_ae_309.html aapg_ae_309.html:46:3342:3350 Colorado Las Animas County, Colorado +0.238063 sedimentology_html_2375557633 sedimentology_html_2375557633:291:22708:22714 Gering Cheyenne, Wyoming +0.433368 jgeology_html_5968390289 jgeology_html_5968390289:900:60324:60366 Protection Sacramento, California +0.503908 sedimentology_html_3907918417 sedimentology_html_3907918417:1205:110867:110878 Shaftesbury Lacombe, Alberta +0.439796 aapg_ah_835.html aapg_ah_835.html:22:3701:3717 Chinle Chinle Formation +0.25544 sedimentology_html_2993655624 sedimentology_html_2993655624:586:47960:47966 Taylor London, Ontario +0.493569 gsa_html_5293445820 gsa_html_5293445820:29:2339:2356 Nasina Salcha River +0.478541 cspg_html_2965587610 cspg_html_2965587610:64:7004:7012 Columbia Victoria, British Columbia +0.241854 aapg_aa_537.html aapg_aa_537.html:325:38093:38099 Oswego Mississippi River +0.251968 aapg_ae_28.html aapg_ae_28.html:889:66233:66237 Bell Illinois +0.47712 aapg_af_895.html aapg_af_895.html:363:33257:33268 Dagger Flat Texas +0.260598 cspg_html_1984085623 cspg_html_1984085623:652:72431:72439 Columbia Victoria, British Columbia +0.489538 cspg_html_4392308496 cspg_html_4392308496:340:47382:47414 Bonaventure New Brunswick, New Jersey +0.257623 aapg_ad_467.html aapg_ad_467.html:250:18844:18854 Tuscaloosa North Carolina +0.292622 aapg_ae_794.html aapg_ae_794.html:5:1014:1031 Coffee Selma to Montgomery marches +0.462672 aapg_aa_799.html aapg_aa_799.html:258:25575:25579 Ladd Middle America (Americas) +0.260221 aapg_ae_498.html aapg_ae_498.html:762:83845:83872 Beekmantown Middle Ordovician +0.254625 aapg_ae_860.html aapg_ae_860.html:63:6333:6353 Dockum Texas +0.477084 gsa_html_8955900843 gsa_html_8955900843:37:2724:2741 Clallam Olympic National Park +0.28779 aapg_ad_958.html aapg_ad_958.html:866:90193:90199 Keokuk Burlington, Ontario +0.260952 sedimentology_html_7668777547 sedimentology_html_7668777547:29:1690:1703 Santa Barbara California +0.266252 cspg_html_6839937815 cspg_html_6839937815:307:44443:44449 Kaibab Harrisburg, Pennsylvania +0.256035 aapg_aa_645.html aapg_aa_645.html:632:60692:60714 Burro Canyon Colorado +0.473888 aapg_aa_96.html aapg_aa_96.html:163:15614:15631 Dakota New Mexico +0.513486 geology_html_4184347978 geology_html_4184347978:182:19559:19568 San Diego California +0.254058 aapg_ai_581.html aapg_ai_581.html:125:12852:12861 Greenhorn Niobrara, Nebraska +0.497988 aapg_aa_146.html aapg_aa_146.html:14:1797:1806 Newcastle Cheyenne, Wyoming +0.28496 aapg_ai_959.html aapg_ai_959.html:71:8454:8460 Midway Navarro County, Texas +0.469368 cspg_html_9060847110 cspg_html_9060847110:698:89045:89086 Rocky Brook Western Bay, Newfoundland and Labrador +0.26416 cspg_html_7229660003 cspg_html_7229660003:81:6080:6104 Stony Mountain Regina, Saskatchewan +0.251955 gsa_html_8664789297 gsa_html_8664789297:124:15468:15478 Wind River Cheyenne, Wyoming +0.254388 aapg_ae_679.html aapg_ae_679.html:597:65438:65444 Moscow Russia +0.265668 gsa_html_4234009219 gsa_html_4234009219:367:36377:36384 Hunting Salem, Oregon +0.481005 aapg_ae_777.html aapg_ae_777.html:259:29829:29845 Elbert San Juan Mountains +0.25636 gsa_html_4667678389 gsa_html_4667678389:530:48550:48573 Kingston Peak Boise, Idaho +0.458304 palaios_html_5340655380 palaios_html_5340655380:828:71543:71553 Santa Cruz Buenos Aires Province +0.251472 cspg_html_8954870161 cspg_html_8954870161:146:16299:16305 Walker Mississippi River +0.461941 aapg_ah_678.html aapg_ah_678.html:562:68988:68998 Rio Grande Houston +0.262636 aapg_ah_150.html aapg_ah_150.html:197:22191:22198 Kayenta Colorado +0.47223 aapg_af_90.html aapg_af_90.html:55:9308:9324 Noonday Dolomite Death Valley +0.262108 cspg_html_5170528958 cspg_html_5170528958:73:11145:11157 Saskatchewan Lacombe, Alberta +0.245 aapg_aa_357.html aapg_aa_357.html:402:37049:37065 Navajo San Juan Mountains +0.522 gsa_html_1550108701 gsa_html_1550108701:29:2796:2824 Green River Colorado +0.253967 sedimentology_html_3536140106 sedimentology_html_3536140106:128:13415:13422 Pearson Kingdom of Great Britain +0.790335 aapg_ai_145.html aapg_ai_145.html:229:26649:26665 Fernie Lacombe, Alberta +0.252476 aapg_ae_419.html aapg_ae_419.html:2544:170141:170147 Sierra Coahuila +0.512472 aapg_ad_162.html aapg_ad_162.html:3:153:165 Fayetteville North Carolina +0.254518 cspg_html_6840476817 cspg_html_6840476817:655:67704:67730 West Point Quebec City +0.518 gsa_html_6317193093 gsa_html_6317193093:59:4347:4375 Green River Colorado +0.50112 aapg_ae_402.html aapg_ae_402.html:18:2892:2896 Java Borneo +0.251496 geology_html_8351855241 geology_html_8351855241:63:7257:7273 Colorado Sierra Nevada (Spain) +0.267674 aapg_ai_980.html aapg_ai_980.html:520:45376:45383 Rierdon Cut Bank, Montana +0.49864 aapg_aa_463.html aapg_aa_463.html:223:43330:43335 Sligo Cotton Valley, Louisiana +0.483917 sedimentology_html_6282709960 sedimentology_html_6282709960:718:50152:50162 Washington Anchorage, Alaska +0.492855 gsa_html_7272184443 gsa_html_7272184443:31:2747:2775 Green River Colorado +0.261602 geology_html_8897397746 geology_html_8897397746:39:4643:4647 Java Sumatra +0.239117 palaios_html_3022467877 palaios_html_3022467877:346:38337:38350 Pit Closter, New Jersey +0.366786 aapg_ad_575.html aapg_ad_575.html:125:17249:17276 Norphlet Alabama +0.493557 cspg_html_3874000139 cspg_html_3874000139:428:47790:47796 Denver Calgary +0.49452 jgeology_html_6865938591 jgeology_html_6865938591:468:25555:25572 Entrada Logan, Utah +0.27348 aapg_ai_388.html aapg_ai_388.html:66:5381:5403 Green River Wasatch Range +0.250965 cspg_html_6163691495 cspg_html_6163691495:431:41483:41499 Shunda Lacombe, Alberta +0.26883 aapg_ah_44.html aapg_ah_44.html:313:39380:39411 Lock Haven Allegheny Mountains +0.26936 aapg_ah_143.html aapg_ah_143.html:132:12316:12324 Columbia Victoria, British Columbia +0.27115 aapg_aa_803.html aapg_aa_803.html:299:38471:38489 Morrison Colorado +0.469336 geology_html_2345007570 geology_html_2345007570:231:21397:21412 Wepawaug Schist Hartford, Connecticut +0.466416 aapg_af_923.html aapg_af_923.html:41:4327:4337 Bow Island Manitoba +0.464977 gsa_html_2561127673 gsa_html_2561127673:487:44716:44742 Monterey California +0.459576 AMJC_html_4579422305 AMJC_html_4579422305:947:81567:81575 Virginia Norfolk, Virginia +0.252004 aapg_ad_822.html aapg_ad_822.html:115:9932:9939 Laramie Western world +0.26883 cspg_html_6116883777 cspg_html_6116883777:620:81798:81820 Devon Island Victoria, British Columbia +0.26673 cspg_html_4409656292 cspg_html_4409656292:717:76892:76911 Niobrara Regina, Saskatchewan +0.540192 aapg_ad_0.html aapg_ad_0.html:266:22808:22823 Queenston Michigan +0.921519 aapg_aa_23.html aapg_aa_23.html:170:17563:17571 Winnipeg Manitoba +0.246568 cspg_html_4413081832 cspg_html_4413081832:525:50818:50836 Duvernay Lacombe, Alberta +0.454116 aapg_af_575.html aapg_af_575.html:389:52720:52728 Onondaga Helderberg +0.252266 aapg_ac_528.html aapg_ac_528.html:39:4285:4293 Colorado Colorado +0.376756 aapg_ah_169.html aapg_ah_169.html:75:6788:6807 La Quinta Venezuela +0.485784 aapg_ah_694.html aapg_ah_694.html:195:23494:23508 Frio Texas +0.466626 aapg_ad_557.html aapg_ad_557.html:8327:381151:381166 Isaac Victoria, British Columbia +0.240584 palaios_html_5559953923 palaios_html_5559953923:138:14525:14539 Indian Springs Cotopaxi, Colorado +0.449636 aapg_ah_479.html aapg_ah_479.html:309:31342:31348 Sierra Venezuela +0.269261 cspg_html_3328007773 cspg_html_3328007773:411:41159:41172 Boulder Creek Boulder Creek (Colorado) +0.499824 aapg_ah_328.html aapg_ah_328.html:132:12219:12229 Wellington Cheyenne, Wyoming +0.8092 aapg_ak_135.html aapg_ak_135.html:70:12653:12668 Catalina Schist Los Angeles +0.494792 AMJC_html_5969956211 AMJC_html_5969956211:528:75704:75708 Java East Timor +0.469223 aapg_af_16.html aapg_af_16.html:71:9149:9173 Belle Fourche Niobrara, Nebraska +0.266247 aapg_ad_335.html aapg_ad_335.html:617:76167:76180 Gypsum Spring Cheyenne, Wyoming +0.288915 aapg_ae_337.html aapg_ae_337.html:6:838:845 Bedford Bedford, Massachusetts +0.491441 aapg_ac_295.html aapg_ac_295.html:61:6366:6390 Cutler Tripoli, Lebanon +0.259979 aapg_ak_97.html aapg_ak_97.html:66:7605:7617 Red Mountain Irondale, Alabama +0.263682 aapg_af_625.html aapg_af_625.html:591:60993:60999 Salina Huntington, West Virginia +0.51516 aapg_aa_350.html aapg_aa_350.html:5:553:571 Traverse Saginaw, Michigan +0.25452 geology_html_1763793577 geology_html_1763793577:72:6440:6452 Little River Matanuska Glacier +0.476763 aapg_ad_379.html aapg_ad_379.html:530:45313:45322 Popo Agie Arizona +0.256725 aapg_ah_94.html aapg_ah_94.html:25:3626:3646 Fort Union Cheyenne, Wyoming +0.25235 sedimentology_html_6454285340 sedimentology_html_6454285340:1477:101742:101746 Bond North Atlantic Current +0.48829 cspg_html_3008414459 cspg_html_3008414459:57:8924:8929 Eagle Middle East +0.253008 aapg_ai_31.html aapg_ai_31.html:308:30530:30544 Oakville Oakville, California +0.487135 geology_html_6256782634 geology_html_6256782634:419:26269:26274 Price Sellwood Bridge +0.39676 palaios_html_7465495929 palaios_html_7465495929:161:15998:16015 La Luna Venezuela +0.356198 aapg_ah_505.html aapg_ah_505.html:1762:144022:144030 Colorado Colorado +0.4914 aapg_ai_366.html aapg_ai_366.html:105:11683:11701 Charles Lake Charles, Louisiana +0.252525 gsa_html_3510629601 gsa_html_3510629601:589:60607:60619 Wilcox Texas +0.268323 aapg_ae_473.html aapg_ae_473.html:148:12928:12938 Tuscaloosa Tuscaloosa, Alabama +0.481404 aapg_ai_569.html aapg_ai_569.html:184:22402:22407 Leduc Redwater, Texas +0.256928 aapg_ae_813.html aapg_ae_813.html:824:70843:70854 Bowden Jamaica, Queens +0.49244 gsa_html_8740218609 gsa_html_8740218609:1327:120584:120612 Green River Colorado +0.491384 aapg_ah_270.html aapg_ah_270.html:49:6007:6056 Cotton Valley Terryville, New York +0.472 aapg_ae_805.html aapg_ae_805.html:251:29555:29569 Naco Arizona +0.249879 palaios_html_6620293274 palaios_html_6620293274:519:53856:53872 Noonday Dolomite Death Valley +0.269874 gsa_html_1549665076 gsa_html_1549665076:736:65974:65980 Oregon Boise, Idaho +0.272363 aapg_ah_320.html aapg_ah_320.html:52:5565:5575 Greenbrier Greenbrier (Great Smoky Mountains) +0.475134 gsa_html_8622484687 gsa_html_8622484687:952:80659:80676 Mirador Colombia +0.24327 cspg_html_7138604143 cspg_html_7138604143:1027:90387:90395 Montreal Canada +0.400407 cspg_html_7330983978 cspg_html_7330983978:63:7374:7396 Boat Harbour Stephenville, Newfoundland and Labrador +0.4845 aapg_ai_136.html aapg_ai_136.html:202:14883:14891 Nacatoch Paluxy, Texas +0.482 palaios_html_3055982207 palaios_html_3055982207:14:713:721 Colorado Colorado +0.492012 aapg_af_48.html aapg_af_48.html:627:53669:53688 Greenfield Dolomite Ohio +0.486072 gsa_html_4618680113 gsa_html_4618680113:1004:71784:71812 Green River New Mexico +0.475059 sedimentology_html_2309878186 sedimentology_html_2309878186:898:55923:55943 Toro Roman Empire +0.258937 aapg_ae_876.html aapg_ae_876.html:442:47544:47558 Cedar Mountain Cedar Mountains +0.250976 cspg_html_9771826320 cspg_html_9771826320:847:123466:123487 Bathurst Canadian Arctic Archipelago +0.253727 cspg_html_4326384800 cspg_html_4326384800:316:37590:37598 Ramparts Mackenzie River +0.717983 aapg_ac_70.html aapg_ac_70.html:512:56750:56767 Oquirrh Logan, Utah +0.477191 cspg_html_5810500722 cspg_html_5810500722:295:37449:37457 Columbia Victoria, British Columbia +0.53059 aapg_aa_546.html aapg_aa_546.html:142:14213:14231 Sundance Cheyenne, Wyoming +0.243013 aapg_aa_24.html aapg_aa_24.html:923:104223:104228 Yukon Memphis International Airport +0.482023 gsa_html_4128085755 gsa_html_4128085755:601:59373:59382 San Diego California +0.49035 aapg_ac_316.html aapg_ac_316.html:180:20095:20105 San Andres Amarillo, Texas +0.470208 palaios_html_1574666570 palaios_html_1574666570:429:33893:33901 Michigan Ontario, California +0.495471 aapg_ae_680.html aapg_ae_680.html:341:34320:34338 Woodbine Mississippi River +0.486664 palaios_html_5268628065 palaios_html_5268628065:208:28611:28629 Cercado Dominican Republic +0.47752 cspg_html_4272664788 cspg_html_4272664788:434:48738:48744 Antler Arctic Cordillera +0.254007 gsa_html_7151930388 gsa_html_7151930388:675:64281:64291 Las Cruces Albuquerque, New Mexico +0.906079 aapg_aa_761.html aapg_aa_761.html:614:78751:78774 Viking Lacombe, Alberta +0.628878 aapg_af_131.html aapg_af_131.html:711:73256:73274 Tecovas Panhandle, Texas +0.502164 cspg_html_7688587411 cspg_html_7688587411:181:18025:18065 Belle Fourche Lacombe, Alberta +0.244032 gsa_html_2369908260 gsa_html_2369908260:161:14537:14549 Independence Big Pines, California +0.492926 cspg_html_4338314003 cspg_html_4338314003:451:48918:48934 Viking Lacombe, Alberta +0.263133 aapg_ai_923.html aapg_ai_923.html:71:12567:12573 Denver California +0.488652 geology_html_3911481921 geology_html_3911481921:89:11925:11943 Stirling Quartzite Grapevine, California +0.491898 gsa_html_3022805793 gsa_html_3022805793:34:2552:2565 Imnaha Basalt Snake River Canyon (Idaho) +0.25041 aapg_ah_428.html aapg_ah_428.html:464:55120:55131 San Antonio Red River of the North +0.241516 aapg_ac_126.html aapg_ac_126.html:59:9445:9452 Yucatan Melbourne, Florida +0.246984 gsa_html_5625878232 gsa_html_5625878232:258:36382:36396 Northumberland Victoria, British Columbia +0.265225 aapg_ac_366.html aapg_ac_366.html:303:33487:33506 Tonoloway Salina, Kansas +0.26162 aapg_ai_272.html aapg_ai_272.html:55:7475:7483 Montreal Quebec +0.273525 aapg_aa_626.html aapg_aa_626.html:443:41912:41918 Walker Mexico +0.250228 aapg_ai_615.html aapg_ai_615.html:266:29035:29058 Brushy Canyon West, Texas +0.26061 cspg_html_5891044027 cspg_html_5891044027:350:68022:68052 Dutch Creek Purcell Mountains +0.864675 cspg_html_3233680622 cspg_html_3233680622:108:15644:15662 Eureka Sound Western world +0.263133 geology_html_4117187879 geology_html_4117187879:413:29377:29380 Rye Cheyenne, Wyoming +0.48297 geology_html_1210546744 geology_html_1210546744:224:15807:15812 Piper London, Ontario +0.498076 aapg_ah_337.html aapg_ah_337.html:257:30326:30346 Georgetown Texas +0.488928 aapg_ac_832.html aapg_ac_832.html:63:8393:8417 Stony Mountain Richmond, California +0.508028 aapg_ae_513.html aapg_ae_513.html:136:11929:11933 Frio Brazoria County, Texas +0.479552 aapg_ah_606.html aapg_ah_606.html:113:10682:10707 Madison Regina, Saskatchewan +0.4745 gsa_html_7151930388 gsa_html_7151930388:927:77761:77767 Sonora Mexico +0.263626 cspg_html_4530154552 cspg_html_4530154552:53:9427:9435 Columbia Victoria, British Columbia +0.470934 cspg_html_2419618566 cspg_html_2419618566:559:73949:73960 Peace River Saguenay River +0.45214 aapg_ah_260.html aapg_ah_260.html:429:59886:59930 Twin Creek Logan, Utah +0.232786 aapg_ae_805.html aapg_ae_805.html:865:104355:104363 Colorado Brill +0.252416 aapg_ah_775.html aapg_ah_775.html:607:52792:52800 Colorado Colorado +0.26214 aapg_ae_305.html aapg_ae_305.html:964:80027:80033 Perija Maracaibo +0.4966 aapg_ac_841.html aapg_ac_841.html:1047:108519:108534 Atima Juticalpa +0.255 geology_html_5956073975 geology_html_5956073975:12:563:571 Virginia Reston, Virginia +0.267289 palaios_html_3028956190 palaios_html_3028956190:700:78196:78200 Kope Kentucky +0.481873 AMJC_html_5952299936 AMJC_html_5952299936:346:40295:40313 Flournoy Baldwin, Nassau County, New York +0.26866 sedimentology_html_2865738906 sedimentology_html_2865738906:77:6373:6394 Lake Valley Alamogordo, New Mexico +0.465164 aapg_ai_153.html aapg_ai_153.html:99:17745:17762 Monongahela Pottsville, Pennsylvania +0.459085 aapg_af_518.html aapg_af_518.html:355:37316:37320 Ladd Caribbean +0.365876 palaios_html_5371490677 palaios_html_5371490677:573:64437:64457 Fort Payne Kentucky +0.251955 aapg_ac_187.html aapg_ac_187.html:116:10467:10475 Edmonton Durham, North Carolina +0.491036 aapg_ak_122.html aapg_ak_122.html:4:569:575 Brazil Senegal +0.474138 geology_html_3908555385 geology_html_3908555385:381:31477:31481 Bern Peru, Indiana +0.236973 gsa_html_6567049100 gsa_html_6567049100:1045:83215:83221 Oregon Deschutes County, Oregon +0.470984 aapg_ac_631.html aapg_ac_631.html:171:22441:22456 Split Rock Cheyenne, Wyoming +0.46986 aapg_ai_138.html aapg_ai_138.html:22:1936:1944 Virginia Virginia +0.487272 gsa_html_6784853399 gsa_html_6784853399:862:74135:74144 Extension Tyrrhenian Sea +0.258152 aapg_ae_789.html aapg_ae_789.html:24:3934:3955 Alexo Western world +0.3555 sedimentology_html_8510537334 sedimentology_html_8510537334:419:28661:28682 Wood Canyon California +0.249458 cspg_html_3023030263 cspg_html_3023030263:576:60442:60450 Colorado Regina, Saskatchewan +0.488796 palaios_html_8113714689 palaios_html_8113714689:301:34182:34201 Copes Bay Devon Island +0.491164 aapg_ac_984.html aapg_ac_984.html:359:31487:31504 Shakopee Trempealeau, Wisconsin +0.261326 aapg_af_575.html aapg_af_575.html:1137:163705:163726 Main Street Fort Worth, Texas +0.254514 aapg_ac_333.html aapg_ac_333.html:1130:134593:134610 Kaibab Arizona +0.451725 aapg_ac_478.html aapg_ac_478.html:464:52894:52928 Solor Church Rice County, Kansas +0.246984 gsa_html_3244543920 gsa_html_3244543920:526:45259:45293 Bluffer Pond Portland, Maine +0.489417 cspg_html_6284849447 cspg_html_6284849447:297:20915:20937 Moreno California +0.465696 aapg_af_900.html aapg_af_900.html:18:2964:2970 Dayton Houston +0.25344 aapg_ad_351.html aapg_ad_351.html:884:81708:81724 Keokuk Burlington, Ontario +0.2432 aapg_ae_324.html aapg_ae_324.html:133:12988:12996 Virginia Knoxville, Tennessee +0.436527 cspg_html_5688447798 cspg_html_5688447798:276:31076:31084 Montreal Calgary +0.230824 aapg_ai_705.html aapg_ai_705.html:370:40783:40787 Mina Tyrrhenian Sea +0.27195 cspg_html_1841843683 cspg_html_1841843683:37:5701:5725 Sundance Black Hills +0.508698 aapg_aa_945.html aapg_aa_945.html:62:5289:5295 Oregon Rock River (Iowa) +0.476046 geology_html_4117187879 geology_html_4117187879:384:27554:27562 Michigan Elko, Nevada +0.26471 geology_html_2694254780 geology_html_2694254780:257:21118:21125 Paradox Delaware +0.464598 aapg_ah_665.html aapg_ah_665.html:4:604:626 Lincoln Peak Middle East +0.27092 palaios_html_7111318862 palaios_html_7111318862:1150:110128:110149 Belly River Ottawa, Kansas +0.509978 aapg_ae_960.html aapg_ae_960.html:59:8527:8545 Madison Lacombe, Alberta +0.257556 gsa_html_1650524399 gsa_html_1650524399:709:77133:77144 Green River Colorado +0.496944 aapg_ah_182.html aapg_ah_182.html:47:5496:5517 Jacksonburg Closter, New Jersey +0.50065 aapg_ad_800.html aapg_ad_800.html:86:8792:8807 Gordo Tuscaloosa, Alabama +0.235176 palaios_html_6273516581 palaios_html_6273516581:629:59872:59880 Colorado New Mexico +0.278783 aapg_ad_356.html aapg_ad_356.html:425:41873:41896 Cotton Valley Haynesville, Louisiana +0.518518 aapg_af_854.html aapg_af_854.html:627:86676:86692 Warsaw Salem, Massachusetts +0.513372 aapg_ac_406.html aapg_ac_406.html:105:9761:9770 Smackover Tuscaloosa, Alabama +0.490676 gsa_html_6117440194 gsa_html_6117440194:107:12025:12052 Madison Middle East +0.490974 gsa_html_2832151886 gsa_html_2832151886:197:13969:13992 Belle Fourche Lacombe, Alberta +0.469392 aapg_ah_686.html aapg_ah_686.html:3:493:511 Kekiktuk Anchorage, Alaska +0.249 aapg_aa_702.html aapg_aa_702.html:1386:141724:141730 Luther Livonia, Michigan +0.463995 gsa_html_5928791685 gsa_html_5928791685:126:12846:12865 Cambridge Argillite Cambridge, Massachusetts +0.270108 aapg_ac_915.html aapg_ac_915.html:174:21861:21865 Rome Great Britain +0.253952 aapg_ad_785.html aapg_ad_785.html:685:74123:74142 Ingleside Colorado +0.45815 cspg_html_3831007171 cspg_html_3831007171:99:11604:11614 Big Valley Buffalo Pound Lake +0.25452 sedimentology_html_3668336165 sedimentology_html_3668336165:30:1676:1685 Hampshire Newport, Rhode Island +0.265221 AMJC_html_5471526645 AMJC_html_5471526645:460:62147:62155 Virginia Charlotte, North Carolina +0.51205 aapg_ac_586.html aapg_ac_586.html:9:1623:1643 Pottsville Pennsylvania +0.273942 aapg_ah_140.html aapg_ah_140.html:194:20185:20193 Colorado Emery Theatre +0.251392 cspg_html_2882304151 cspg_html_2882304151:11:1232:1253 Loon River Dissected Till Plains +0.243122 cspg_html_2758185645 cspg_html_2758185645:100:10243:10253 Mount Head Lacombe, Alberta +0.482092 sedimentology_html_7328045802 sedimentology_html_7328045802:86:9567:9576 Frankfort Rangeley, Maine +0.279312 palaios_html_4244053259 palaios_html_4244053259:197:16801:16835 Juniata Pennsylvania +0.487227 AMJC_html_3632105729 AMJC_html_3632105729:479:67484:67494 Washington Boise, Idaho +0.240584 aapg_ai_929.html aapg_ai_929.html:319:45413:45419 Walker Mississippi River +0.249984 aapg_ad_182.html aapg_ad_182.html:213:27402:27415 Woodbine East Texas +0.925275 aapg_ah_645.html aapg_ah_645.html:22:3448:3456 Sundance Black Hills +0.24353 palaios_html_8113714689 palaios_html_8113714689:294:33238:33253 Grove Bennington, Vermont +0.248985 AMJC_html_7984049819 AMJC_html_7984049819:1085:106402:106421 Bathurst New Brunswick, New Jersey +0.24794 aapg_aa_643.html aapg_aa_643.html:228:24983:25002 Knoxville Great Valley, New York +0.259045 aapg_ac_635.html aapg_ac_635.html:108:13263:13282 Hornbrook Klamath River, California +0.253 cspg_html_9905904289 cspg_html_9905904289:30:4722:4731 Frenchman Cypress Hills, Brooklyn +0.262144 aapg_ai_773.html aapg_ai_773.html:47:7434:7458 Detroit River Bloomington, Indiana +0.345234 aapg_ae_68.html aapg_ae_68.html:108:13719:13736 Oquirrh Logan, Utah +0.495471 aapg_ae_570.html aapg_ae_570.html:55:6057:6074 Lockport Dolomite Huntington, West Virginia +0.488048 aapg_ae_147.html aapg_ae_147.html:596:63375:63382 Norfolk Virginia +0.507064 aapg_af_85.html aapg_af_85.html:235:26691:26699 Columbia Victoria, British Columbia +0.258 aapg_ah_60.html aapg_ah_60.html:237:22761:22771 Stillwater Stillwater, Oklahoma +0.24633 gsa_html_9724885783 gsa_html_9724885783:396:33972:33980 San Jose Mexico +0.242346 aapg_ai_50.html aapg_ai_50.html:132:8352:8367 Maquoketa Missouri River +0.25344 aapg_ai_154.html aapg_ai_154.html:197:23402:23410 Onondaga Potter County, Texas +0.241839 gsa_html_8241338635 gsa_html_8241338635:614:60174:60190 Toroweap Peach Springs, Arizona +0.26676 aapg_ac_366.html aapg_ac_366.html:134:17430:17449 Rose Hill Pennsylvania +0.255009 AMJC_html_4464898807 AMJC_html_4464898807:91:10546:10553 Shuswap Victoria, British Columbia +0.26572 aapg_ah_96.html aapg_ah_96.html:236:26858:26867 Williston Regina, Saskatchewan +0.263662 jgeology_html_9055319560 jgeology_html_9055319560:171:12706:12711 Choco Caribbean Plate +0.235144 gsa_html_4058959570 gsa_html_4058959570:97:7470:7493 Macal Guatemala +0.911856 aapg_ai_583.html aapg_ai_583.html:151:21735:21743 Sundance Cheyenne, Wyoming +0.288876 aapg_ah_903.html aapg_ah_903.html:80:13803:13816 Cook Mountain Charlotte, North Carolina +0.240757 aapg_aa_267.html aapg_aa_267.html:73:6773:6783 Greenbrier Huntington, West Virginia +0.480168 cspg_html_2498183035 cspg_html_2498183035:352:38681:38701 Swan Hills Canada +0.24206 gsa_html_1338947136 gsa_html_1338947136:11:464:470 Denver Colorado +0.504 cspg_html_8387792223 cspg_html_8387792223:1404:119679:119694 Banff Lacombe, Alberta +0.26058 aapg_ac_609.html aapg_ac_609.html:6:626:640 Methy Canada +0.479304 cspg_html_9435196958 cspg_html_9435196958:464:20920:20926 Jordan Lacombe, Alberta +0.472602 gsa_html_7737235229 gsa_html_7737235229:1141:74159:74187 Green River Colorado +0.250832 gsa_html_4482097834 gsa_html_4482097834:350:35376:35388 Mount Rogers North Carolina +0.484295 gsa_html_6491840124 gsa_html_6491840124:948:77832:77837 Logan Boise, Idaho +0.503568 aapg_aa_360.html aapg_aa_360.html:361:32092:32098 Joliet Cibolo, Texas +0.877905 aapg_ah_464.html aapg_ah_464.html:23:4095:4105 Pottsville Ohio +0.464088 cspg_html_2803424832 cspg_html_2803424832:51:6933:6944 Trold Fiord Ellesmere Island +0.468995 gsa_html_3436154175 gsa_html_3436154175:1148:91271:91277 Denver Colorado +0.267806 aapg_ah_536.html aapg_ah_536.html:186:24683:24700 Hosston Texas +0.452384 aapg_ah_329.html aapg_ah_329.html:9:902:919 Sisquoc Monterey, California +0.265224 cspg_html_2297270979 cspg_html_2297270979:407:51348:51374 Traverse Michigan +0.260608 aapg_ae_465.html aapg_ae_465.html:202:21789:21808 Smackover Cotton Valley, Louisiana +0.264668 aapg_ad_784.html aapg_ad_784.html:157:17114:17132 Vaqueros Ojai, California +0.490776 cspg_html_9018334227 cspg_html_9018334227:498:62245:62280 Peratrovich Anchorage, Alaska +0.516168 aapg_ad_325.html aapg_ad_325.html:870:85813:85830 Rodessa Mississippi River +0.466908 cspg_html_3041902517 cspg_html_3041902517:1474:153273:153295 Road Canyon West, Texas +0.256512 cspg_html_2512172037 cspg_html_2512172037:62:6069:6087 Grosmont Lacombe, Alberta +0.242446 jgeology_html_8750845452 jgeology_html_8750845452:137:13165:13190 Lake Michigan Milwaukee +0.47718 jgeology_html_4305195651 jgeology_html_4305195651:1275:107537:107555 Catskill Hyner View State Park +0.474176 cspg_html_5241714595 cspg_html_5241714595:669:100069:100083 Woodbend Williston Basin +0.247266 cspg_html_3097746547 cspg_html_3097746547:466:58662:58696 Kootenay Victoria, British Columbia +0.468868 aapg_ac_333.html aapg_ac_333.html:1220:146232:146248 Hueco New Mexico +0.492264 palaios_html_5552054627 palaios_html_5552054627:633:51649:51662 Potsdam Quebec City +0.486093 cspg_html_4374961624 cspg_html_4374961624:79:11763:11774 Arctomys Mississippian culture +0.27604 gsa_html_3896686383 gsa_html_3896686383:736:65484:65493 Peninsula Korea +0.250965 gsa_html_2374661120 gsa_html_2374661120:660:62857:62885 Provo Logan, Utah +0.478028 AMJC_html_8831189197 AMJC_html_8831189197:199:23339:23350 Green River Cheyenne, Wyoming +0.4699 aapg_ah_646.html aapg_ah_646.html:254:29877:29888 Green River Colorado +0.260637 aapg_af_360.html aapg_af_360.html:229:21149:21169 Wellington Noble County, Indiana +0.492618 aapg_ae_296.html aapg_ae_296.html:315:30408:30412 Word Carlsbad, New Mexico +0.251 sedimentology_html_7173233072 sedimentology_html_7173233072:119:9357:9363 Denver Colorado +0.493506 aapg_ac_291.html aapg_ac_291.html:65:4765:4773 Virginia Virginia +0.25132 sedimentology_html_7469811723 sedimentology_html_7469811723:765:57915:57922 Francis London, Ontario +0.2688 cspg_html_2083823293 cspg_html_2083823293:57:8487:8499 Beaver Mines Fernie, British Columbia +0.51894 aapg_ah_318.html aapg_ah_318.html:756:81422:81441 Smackover Arkansas +0.269878 jgeology_html_3196624419 jgeology_html_3196624419:677:45452:45469 Temblor California +0.255915 aapg_af_241.html aapg_af_241.html:798:80880:80890 Rio Grande Texas +0.50297 aapg_ae_993.html aapg_ae_993.html:276:25865:25884 Jefferson Western world +0.4753 aapg_af_896.html aapg_af_896.html:252:23569:23589 Keokuk New Mexico +0.49712 cspg_html_2139304729 cspg_html_2139304729:453:40738:40756 Imperial Mackenzie River +0.25449 geology_html_9818459550 geology_html_9818459550:12:502:508 Oregon Salem, Oregon +0.257049 palaios_html_8767224707 palaios_html_8767224707:385:31216:31230 Kope Cincinnati +0.373729 cspg_html_5456368738 cspg_html_5456368738:88:9368:9385 Nahanni Root River (Wisconsin) +0.49749 aapg_af_169.html aapg_af_169.html:225:23755:23759 Java Java +0.50676 cspg_html_4298557570 cspg_html_4298557570:109:16297:16313 Battle Edmonton, London +0.253232 gsa_html_1860930948 gsa_html_1860930948:530:60555:60569 Ogallala Nebraska +0.478541 cspg_html_4326384800 cspg_html_4326384800:682:92422:92430 Columbia Lacombe, Alberta +0.49632 palaios_html_2376163646 palaios_html_2376163646:63:8189:8202 Bearpaw Hell Creek Formation +0.4775 aapg_ad_2.html aapg_ad_2.html:463:68626:68650 Waynesboro Pennsylvania +0.480459 jgeology_html_1403059257 jgeology_html_1403059257:803:60465:60469 Hall London, Ontario +0.265558 aapg_ai_17.html aapg_ai_17.html:8:1186:1205 Catahoula Shreveport, Louisiana +0.277196 aapg_ak_60.html aapg_ak_60.html:492:58017:58037 Missisauga Onondaga (tribe) +0.454571 gsa_html_9296779210 gsa_html_9296779210:743:64930:64940 Montgomery Sangre de Cristo Range +0.280819 aapg_ae_324.html aapg_ae_324.html:216:21461:21470 Newcastle Mechanicsburg, Ohio +0.2626 sedimentology_html_3063208535 sedimentology_html_3063208535:783:71217:71233 Dakota Logan, Utah +0.25853 aapg_ad_721.html aapg_ad_721.html:332:32883:32893 Whitehorse New Mexico +0.25602 aapg_ae_267.html aapg_ae_267.html:50:5298:5306 Catskill Onondaga (tribe) +0.259584 gsa_html_7151930388 gsa_html_7151930388:1039:84587:84597 Las Cruces Albuquerque, New Mexico +0.697653 cspg_html_7378664643 cspg_html_7378664643:949:120915:120943 Wabamun Lacombe, Alberta +0.242554 geology_html_2438726195 geology_html_2438726195:410:29516:29522 Active Mid-Atlantic Ridge +0.242063 aapg_ak_101.html aapg_ak_101.html:4:586:592 Sonora Salvador, Bahia +0.261626 cspg_html_9023649778 cspg_html_9023649778:354:41677:41684 Halfway Lacombe, Alberta +0.480496 cspg_html_2803424832 cspg_html_2803424832:50:6618:6628 Hare Fiord Ellesmere Island +0.4975 AMJC_html_6759408618 AMJC_html_6759408618:506:49310:49319 Lancaster Pennsylvania +0.25532 cspg_html_4293350162 cspg_html_4293350162:396:43969:43973 Wendover Western world +0.2585 aapg_ah_655.html aapg_ah_655.html:318:30046:30067 Hartshorne Atoka, Oklahoma +0.264052 aapg_aa_507.html aapg_aa_507.html:45:5554:5560 Winona Tuscaloosa, Alabama +0.243452 sedimentology_html_2487314953 sedimentology_html_2487314953:1360:98452:98473 Cliff House Colorado +0.25146 cspg_html_4105062490 cspg_html_4105062490:106:10895:10907 Cooking Lake Lacombe, Alberta +0.259077 cspg_html_7833083677 cspg_html_7833083677:2596:220679:220684 Yukon Canada +0.487172 gsa_html_2168907540 gsa_html_2168907540:167:19250:19261 Black Creek Cascade Locks, Oregon +0.2678 geology_html_5689737055 geology_html_5689737055:75:9019:9023 Hall Texas +0.485648 aapg_ai_773.html aapg_ai_773.html:72:10535:10558 Detroit River Michigan +0.48705 gsa_html_6329945861 gsa_html_6329945861:75:5514:5542 Green River Colorado +0.501426 sedimentology_html_8384737970 sedimentology_html_8384737970:78:8728:8745 Potsdam Ontario, California +0.455415 gsa_html_5924250698 gsa_html_5924250698:362:29804:29812 Colorado Chuska Mountains +0.256536 cspg_html_5660413005 cspg_html_5660413005:41:5926:5943 Gramina Blue Ridge Mountains +0.265698 cspg_html_7378664643 cspg_html_7378664643:669:104348:104378 Belden Colorado +0.486 aapg_ai_410.html aapg_ai_410.html:131:14019:14027 Colorado New Mexico +0.392403 aapg_ae_72.html aapg_ae_72.html:420:37448:37454 Chinle Logan, Utah +0.265029 aapg_ai_583.html aapg_ai_583.html:353:42933:42950 Rierdon Powder River (Montana) +0.24156 aapg_aa_702.html aapg_aa_702.html:1642:156442:156454 Saskatchewan Williston, Vermont +0.25853 gsa_html_2729737430 gsa_html_2729737430:611:62770:62787 Conant Creek Tuff Signal Mountain (Wyoming) +0.462434 aapg_ah_140.html aapg_ah_140.html:202:20922:20930 Colorado Colorado +0.21114 cspg_html_1878628154 cspg_html_1878628154:110:13396:13428 Montney Western Canadian Sedimentary Basin +0.26162 cspg_html_4382149016 cspg_html_4382149016:479:59334:59355 Lawrence Canada +0.480293 cspg_html_9717154602 cspg_html_9717154602:716:67367:67391 Schrader Bluff Anchorage, Alaska +0.270738 cspg_html_2013109828 cspg_html_2013109828:461:75232:75238 Fernie Victoria, British Columbia +0.253422 aapg_ac_631.html aapg_ac_631.html:184:24386:24404 Teewinot Boise, Idaho +0.49082 cspg_html_3385840278 cspg_html_3385840278:109:16573:16592 Waterways Lacombe, Alberta +0.261632 geology_html_9015185849 geology_html_9015185849:234:23613:23621 Colorado Anchorage, Alaska +0.248776 gsa_html_3646882130 gsa_html_3646882130:35:4060:4087 Columbia Salem, Oregon +0.253847 aapg_ae_628.html aapg_ae_628.html:22:2402:2412 Washington California +0.488448 cspg_html_1346993331 cspg_html_1346993331:19:2342:2350 Edmonton Western world +0.268224 gsa_html_8985264904 gsa_html_8985264904:16:750:765 Baca San Jose, California +0.246906 aapg_ac_187.html aapg_ac_187.html:4855:463049:463058 San Diego California +0.408453 aapg_af_479.html aapg_af_479.html:776:81695:81720 Mission Valley California +0.240937 geology_html_8086244922 geology_html_8086244922:110:10317:10329 Owens Valley North Atlantic Current +0.471814 gsa_html_9234326602 gsa_html_9234326602:686:78656:78683 Purisima California +0.500122 cspg_html_3233680622 cspg_html_3233680622:974:98908:98920 Eureka Sound Ellesmere Island +0.219023 cspg_html_6873686255 cspg_html_6873686255:21:2290:2300 Crossfield Grand Prairie, Texas +0.516655 aapg_ah_847.html aapg_ah_847.html:270:32394:32410 Tinton Tinton Falls, New Jersey +0.271377 sedimentology_html_8872877945 sedimentology_html_8872877945:1235:56304:56309 Baird Fraser River (Colorado) +0.27081 cspg_html_8854733099 cspg_html_8854733099:504:52203:52208 Price Lacombe, Alberta +0.456896 aapg_ac_71.html aapg_ac_71.html:89:11466:11489 Sailor Canyon Westgate, Canterbury +0.431208 aapg_ai_975.html aapg_ai_975.html:199:22757:22774 Hosston County Sligo +0.253967 aapg_ah_422.html aapg_ah_422.html:239:20591:20604 Turner Valley Highwood, Illinois +0.724087 geology_html_9303342015 geology_html_9303342015:250:21802:21816 Buen Greenland +0.279777 aapg_ah_351.html aapg_ah_351.html:95:10174:10194 Tuscaloosa Mississippi River +0.254364 cspg_html_4287356899 cspg_html_4287356899:1147:158378:158394 Alapah Southeast Asia +0.445155 cspg_html_9771826320 cspg_html_9771826320:159:25233:25252 Hoodoo Melville Island (Canada) +0.253968 aapg_ad_683.html aapg_ad_683.html:661:66645:66653 Moenkopi Chinle Formation +0.267253 geology_html_3216923540 geology_html_3216923540:75:9462:9484 Sokoman Canada +0.466336 aapg_ah_49.html aapg_ah_49.html:240:25662:25679 Castaic Castaic, California +0.25688 aapg_ai_277.html aapg_ai_277.html:213:25078:25098 Lane Matamoros, Tamaulipas +0.471606 aapg_ae_499.html aapg_ae_499.html:317:33516:33524 Colorado Nebraska +0.68182 jgeology_html_6016138758 jgeology_html_6016138758:732:45103:45124 Poul Creek Yakutat City and Borough, Alaska +0.257775 aapg_ae_613.html aapg_ae_613.html:61:6915:6923 Scotland Great Britain +0.25647 cspg_html_6665051947 cspg_html_6665051947:576:52582:52601 Athabasca Canada +0.437784 cspg_html_4298557570 cspg_html_4298557570:39:5718:5726 Paskapoo Edmonton, London +0.46269 sedimentology_html_1311285381 sedimentology_html_1311285381:611:58298:58401 Adams France +0.239057 aapg_ah_505.html aapg_ah_505.html:781:62060:62078 Fountain Denver +0.257024 aapg_ad_763.html aapg_ad_763.html:735:86159:86168 Jacalitos Alcalde, New Mexico +0.487974 cspg_html_6377182173 cspg_html_6377182173:226:33096:33107 Coal Valley Lacombe, Alberta +0.246015 aapg_ac_262.html aapg_ac_262.html:119:11565:11582 Tamabra Tampico, Illinois +0.514 aapg_ad_169.html aapg_ad_169.html:42:5340:5358 Maccrady Greenbrier (Great Smoky Mountains) +0.495126 sedimentology_html_8926418472 sedimentology_html_8926418472:887:84350:84368 Dunvegan Lacombe, Alberta +0.479048 gsa_html_3447147750 gsa_html_3447147750:1534:113818:113846 Green River Colorado +0.499905 cspg_html_4143222666 cspg_html_4143222666:96:13019:13037 Niobrara Milk River, Alberta +0.461663 aapg_ai_756.html aapg_ai_756.html:7:851:860 Smackover Tuscaloosa, Alabama +0.440791 aapg_ad_466.html aapg_ad_466.html:607:68629:68646 Marshalltown Swedesboro, New Jersey +0.482816 palaios_html_3105248303 palaios_html_3105248303:205:21886:21900 Kope Kentucky +0.268812 cspg_html_9468274627 cspg_html_9468274627:90:12895:12903 Columbia Victoria, British Columbia +0.474768 aapg_ai_17.html aapg_ai_17.html:1562:112373:112380 Reynosa Matamoros, Tamaulipas +0.50196 cspg_html_2161417858 cspg_html_2161417858:73:10016:10036 Big Valley Lacombe, Alberta +0.50721 cspg_html_3854139935 cspg_html_3854139935:85:13784:13796 Judith River Edmonton, London +0.6902 sedimentology_html_9378527223 sedimentology_html_9378527223:135:10223:10239 Dakota Iowa +0.269261 aapg_ai_49.html aapg_ai_49.html:206:24059:24065 Toroweap New Mexico +0.488735 cspg_html_9905904289 cspg_html_9905904289:16:2974:2980 Ferris Regina, Saskatchewan +0.441412 aapg_ah_289.html aapg_ah_289.html:539:74622:74636 Monterey California +0.484746 aapg_ad_440.html aapg_ad_440.html:180:15642:15657 Bluefield Bluefield, West Virginia +0.472758 geology_html_5339295464 geology_html_5339295464:11:485:491 Oregon Salem, Oregon +0.255025 aapg_ad_669.html aapg_ad_669.html:3:226:242 Morgan Northern Utah +0.235708 palaios_html_8113714689 palaios_html_8113714689:84:8390:8406 Au Train Munising, Michigan +0.489402 aapg_ad_351.html aapg_ad_351.html:766:66638:66647 Northview Sedalia, Missouri +0.273304 aapg_ad_317.html aapg_ad_317.html:208:19815:19826 Beekmantown Middle Ordovician +0.905296 aapg_ah_430.html aapg_ah_430.html:174:12612:12627 Sundance Loveland, Ohio +0.48093 cspg_html_7330983978 cspg_html_7330983978:741:60582:60601 Swan Hills Lacombe, Alberta +0.268752 cspg_html_4272664788 cspg_html_4272664788:192:25038:25043 Banff Lacombe, Alberta +0.492531 sedimentology_html_1046729113 sedimentology_html_1046729113:1857:151959:151975 Gates Victoria, British Columbia +0.284256 aapg_ae_255.html aapg_ae_255.html:269:30700:30710 Frio Texas +0.501492 aapg_ac_290.html aapg_ac_290.html:54:4485:4492 Rodessa Paluxy, Texas +0.45227 aapg_ah_329.html aapg_ah_329.html:73:7452:7460 Monterey Santa Maria, California +0.48858 cspg_html_1242153796 cspg_html_1242153796:22:3144:3162 Glenogle Victoria, British Columbia +0.486913 cspg_html_8990290265 cspg_html_8990290265:115:17836:17861 Beaverhill Lacombe, Alberta +0.478611 sedimentology_html_3417381350 sedimentology_html_3417381350:1547:108386:108400 Monterey California +0.489168 gsa_html_7195000001 gsa_html_7195000001:838:105728:105749 Strathcona Fiord Ellesmere Island +0.262566 gsa_html_1071078122 gsa_html_1071078122:712:65201:65226 Sierra New Mexico +0.257048 sedimentology_html_6475812971 sedimentology_html_6475812971:89:9079:9085 Tuscan Umbria +0.259056 palaios_html_3889678675 palaios_html_3889678675:1077:104173:104191 Quinault Washington (state) +0.255 sedimentology_html_2726982309 sedimentology_html_2726982309:1198:81804:81824 Fall River Cheyenne, Wyoming +0.244528 gsa_html_4985165678 gsa_html_4985165678:32:2567:2575 Colorado Denver +0.254464 cspg_html_5456368738 cspg_html_5456368738:202:28039:28050 Peace River Great Slave Lake +0.472688 gsa_html_4339524478 gsa_html_4339524478:667:70680:70686 Oregon Washington (state) +0.48443 sedimentology_html_6076554928 sedimentology_html_6076554928:2098:63407:63411 Kano Atlantic Northeast +0.277794 aapg_aa_563.html aapg_aa_563.html:118:17338:17346 Monterey Reno, Nevada +0.476652 aapg_af_3.html aapg_af_3.html:182:18995:19004 St. Johns Springerville, Arizona +0.358904 aapg_ae_797.html aapg_ae_797.html:225:25333:25338 Aneth Colorado +0.483108 gsa_html_4438819447 gsa_html_4438819447:68:7713:7732 Mattagami Moose River (Ontario) +0.503919 aapg_ae_324.html aapg_ae_324.html:345:34783:34790 Holston Knoxville, Illinois +0.469796 aapg_ac_613.html aapg_ac_613.html:167:24408:24426 Mesaverde Mesa, Arizona +0.255518 gsa_html_8319219146 gsa_html_8319219146:359:38097:38117 New Oxford Leesburg, Florida +0.258937 AMJC_html_6755612993 AMJC_html_6755612993:112:13774:13784 Washington Norfolk, Virginia +0.2645 aapg_ah_318.html aapg_ah_318.html:1222:123691:123714 Cotton Valley Arkansas +0.553048 aapg_aa_44.html aapg_aa_44.html:21:2823:2830 Gateway Colorado +0.486093 aapg_ac_628.html aapg_ac_628.html:973:149823:149833 Phosphoria Central America +0.245448 aapg_ad_973.html aapg_ad_973.html:46:6759:6766 Yucatan Melbourne, Florida +0.447386 aapg_ae_364.html aapg_ae_364.html:283:26779:26784 Ancon Estancia, New Mexico +0.497175 sedimentology_html_3101598025 sedimentology_html_3101598025:27:1937:1944 Waikato Ottawa, Kansas +0.240584 aapg_ah_751.html aapg_ah_751.html:55:4315:4324 Boquillas Central Texas +0.507636 aapg_ai_148.html aapg_ai_148.html:116:11697:11713 Belly River Bearpaw Formation +0.266532 aapg_ah_105.html aapg_ah_105.html:17:2864:2874 San Andres Nashville Basin +0.251496 aapg_ai_49.html aapg_ai_49.html:493:64058:64067 Ingleside Colorado +0.47532 cspg_html_8363357104 cspg_html_8363357104:69:10457:10472 Skoki Lacombe, Alberta +0.481824 cspg_html_7336022118 cspg_html_7336022118:425:44935:44942 Halifax Bridgetown, Nova Scotia +0.492531 cspg_html_7970836465 cspg_html_7970836465:82:10937:10954 Mingan Anticosti Island +0.244944 AMJC_html_7984049819 AMJC_html_7984049819:176:20505:20512 Kittery Portland, Maine +0.271942 gsa_html_4913703235 gsa_html_4913703235:99:9108:9127 Whirlpool Crawford County, Georgia +0.50933 aapg_ad_67.html aapg_ad_67.html:266:35219:35226 Carrizo Carrizo Plain +0.341292 aapg_ac_730.html aapg_ac_730.html:587:84246:84252 Dakota Mesa, Arizona +0.445095 sedimentology_html_3455721661 sedimentology_html_3455721661:109:10332:10350 Wanakah Summerville, South Carolina +0.484416 aapg_ac_618.html aapg_ac_618.html:77:7350:7358 Wolfcamp Nashville Basin +0.819936 aapg_ai_144.html aapg_ai_144.html:280:29340:29361 Belly River Southern Alberta +0.260925 aapg_ae_223.html aapg_ae_223.html:419:51613:51625 Wasatch Wasatch Range +0.27352 aapg_aa_645.html aapg_aa_645.html:133:18964:18972 Kootenai Lacombe, Alberta +0.923517 aapg_aa_23.html aapg_aa_23.html:110:12597:12605 Winnipeg Manitoba +0.236626 aapg_ai_516.html aapg_ai_516.html:185:25175:25195 Mansfield Retford railway station +0.48297 gsa_html_6788701225 gsa_html_6788701225:903:81148:81155 Madison Wisconsin +0.265216 gsa_html_1217771406 gsa_html_1217771406:673:62195:62205 San Miguel Santa Cruz Island +0.514717 aapg_ai_975.html aapg_ai_975.html:1009:81058:81076 Kiamichi Mexico +0.678084 aapg_ac_91.html aapg_ac_91.html:474:35841:35861 Scott Peak Lacombe, Alberta +0.687447 aapg_ad_269.html aapg_ad_269.html:15:1904:1923 Wilcox East Texas +0.280899 aapg_ae_415.html aapg_ae_415.html:9:1455:1474 Catahoula Tampa, Florida +0.275644 aapg_ae_59.html aapg_ae_59.html:291:29302:29319 Skull Creek Mexico +0.25676 aapg_ad_852.html aapg_ad_852.html:118:10302:10315 Abo New Mexico +0.524475 aapg_ah_203.html aapg_ah_203.html:558:91765:91783 Morrison New Mexico +0.491667 aapg_ad_845.html aapg_ad_845.html:174:16614:16642 East Fork Tioga, Texas +0.26159 aapg_ad_466.html aapg_ad_466.html:634:72071:72079 Navesink Mount Laurel Township, New Jersey +0.259045 aapg_ad_91.html aapg_ad_91.html:468:35086:35094 Rockwood Shreveport, Louisiana +0.457875 aapg_ah_878.html aapg_ah_878.html:116:13262:13272 St. Edmund Manitoulin Island +0.258552 jgeology_html_7023488312 jgeology_html_7023488312:743:48520:48544 Riley Middle East +0.49469 aapg_aa_484.html aapg_aa_484.html:143:12470:12474 Yeso Wichita, Kansas +0.481806 aapg_ah_973.html aapg_ah_973.html:160:10181:10192 Black River Bladen County, North Carolina +0.270319 aapg_ae_905.html aapg_ae_905.html:58:5861:5869 Traverse Missouri River +0.269874 cspg_html_2498183035 cspg_html_2498183035:346:38394:38414 Swan Hills Lacombe, Alberta +0.257045 cspg_html_5832944175 cspg_html_5832944175:504:51505:51514 Mackenzie Lacombe, Alberta +0.496513 aapg_ae_498.html aapg_ae_498.html:213:20290:20309 Blackford Blackford, Somerset +0.475838 geology_html_5972436991 geology_html_5972436991:11:547:557 Washington Seattle +0.25452 AMJC_html_4692260170 AMJC_html_4692260170:616:64638:64648 Laurentian Green Mountain +0.259032 gsa_html_1776474442 gsa_html_1776474442:765:67550:67556 Brazil Bolivia +0.484176 aapg_ad_460.html aapg_ad_460.html:309:29607:29617 Fort Worth Texas +0.259518 cspg_html_8477386212 cspg_html_8477386212:31:4139:4166 Wabamun Michigan Basin +0.254508 gsa_html_9299329909 gsa_html_9299329909:480:55667:55680 Santa Barbara Santa Monica, California +0.448668 aapg_ah_532.html aapg_ah_532.html:15:2004:2019 Ouray Ouray, Colorado +0.470736 aapg_ac_506.html aapg_ac_506.html:143:15450:15460 Washington Allegheny Mountains +0.456064 cspg_html_3026112034 cspg_html_3026112034:100:9643:9678 Swan Hills Lacombe, Alberta +0.276576 aapg_ae_973.html aapg_ae_973.html:980:73988:73992 Yeso New Mexico +0.25542 cspg_html_6927586285 cspg_html_6927586285:450:58371:58388 Halfway Lacombe, Alberta +0.250857 cspg_html_4210762654 cspg_html_4210762654:98:14790:14805 Nisku Lacombe, Alberta +0.48307 cspg_html_9361096527 cspg_html_9361096527:23:4799:4838 Judith River Lacombe, Alberta +0.23136 aapg_ak_73.html aapg_ak_73.html:116:9708:9730 Tongue River Medora, North Dakota +0.264187 aapg_ad_784.html aapg_ad_784.html:482:51920:51925 Sespe Monterey, California +0.46158 aapg_aa_148.html aapg_aa_148.html:34:5415:5429 Junction Creek Entrada Sandstone +0.26059 aapg_ai_17.html aapg_ai_17.html:67:4500:4516 Midway Shreveport, Louisiana +0.270764 aapg_af_489.html aapg_af_489.html:66:7024:7037 Jackson Texas +0.232624 aapg_ah_107.html aapg_ah_107.html:37:5361:5368 Sabinas Coahuila +0.371952 aapg_ai_468.html aapg_ai_468.html:63:8564:8581 Bossier Shreveport, Louisiana +0.490716 aapg_af_857.html aapg_af_857.html:478:41504:41513 Claremont San Gabriel Valley +0.476341 aapg_ae_392.html aapg_ae_392.html:181:15410:15414 Hall Norwood, Massachusetts +0.257536 gsa_html_3205893764 gsa_html_3205893764:91:10970:10994 Lincoln Creek Logan, Utah +0.2465 aapg_ac_882.html aapg_ac_882.html:431:41023:41042 Bellevue Bellevue, Nebraska +0.252813 palaios_html_4939666561 palaios_html_4939666561:80:10463:10479 Clays Ferry Frankfort, Illinois +0.46452 aapg_ah_3.html aapg_ah_3.html:60:8624:8638 Toro Saudi Arabia +0.47136 sedimentology_html_6084996636 sedimentology_html_6084996636:570:58467:58487 Point Loma San Diego +0.251883 jgeology_html_2563614336 jgeology_html_2563614336:1383:83065:83071 Oregon Salem, Oregon +0.512868 cspg_html_6644065685 cspg_html_6644065685:227:23520:23545 Weatherall Banks Island +0.459834 cspg_html_4385655879 cspg_html_4385655879:133:18514:18521 Wabamun Edmonton, London +0.246865 aapg_ac_400.html aapg_ac_400.html:347:40425:40430 Mingo Logan, Utah +0.265738 aapg_ah_387.html aapg_ah_387.html:2661:288030:288039 Knoxville Knoxville, Illinois +0.253952 geology_html_9001300846 geology_html_9001300846:218:20505:20509 Bond North Atlantic Current +0.247486 aapg_ai_491.html aapg_ai_491.html:26:4876:4882 Denver Colorado +0.472752 gsa_html_8398449001 gsa_html_8398449001:48:3480:3489 Bear Lake Lake Bonneville +0.257544 aapg_ah_505.html aapg_ah_505.html:1562:126603:126610 Manitou Adelaide +0.475996 aapg_ad_358.html aapg_ad_358.html:71:10808:10817 Vicksburg Alabama +0.46665 geology_html_8757137275 geology_html_8757137275:50:5108:5138 Washington Peel, Isle of Man +0.492093 geology_html_2705128271 geology_html_2705128271:36:2902:2925 Kingston Peak Boise, Idaho +0.254508 geology_html_2760377496 geology_html_2760377496:313:23181:23187 Moscow Russia +0.269748 aapg_ae_958.html aapg_ae_958.html:1734:151284:151305 Bluff Carlsbad, New Mexico +0.24856 cspg_html_8904992939 cspg_html_8904992939:211:28528:28549 Cooking Lake Lacombe, Alberta +0.255474 geology_html_2868693517 geology_html_2868693517:99:6366:6377 Simla India +0.49036 gsa_html_4169081385 gsa_html_4169081385:514:49231:49243 Owens Valley Western world +0.256686 aapg_ad_182.html aapg_ad_182.html:333:40799:40806 Antlers Reno, Nevada +0.229041 cspg_html_2553187793 cspg_html_2553187793:20:4056:4096 Beaverhill Lacombe, Alberta +0.241081 gsa_html_5928791685 gsa_html_5928791685:90:8617:8628 Bedford Cambridge, Massachusetts +0.48348 gsa_html_5272671610 gsa_html_5272671610:261:23877:23884 Spokane Washington (state) +0.472248 aapg_aa_328.html aapg_aa_328.html:598:46361:46372 Chicontepec Puerta +0.25382 gsa_html_7464626519 gsa_html_7464626519:454:49517:49538 Uncompahgre Colorado +0.444276 aapg_aa_231.html aapg_aa_231.html:218:21995:22013 Niobrara Western world +0.685776 gsa_html_1079290957 gsa_html_1079290957:883:90007:90032 Preuss Cheyenne, Wyoming +0.25431 aapg_ak_97.html aapg_ak_97.html:98:10498:10529 Red Mountain Alabama +0.473031 aapg_ac_924.html aapg_ac_924.html:3:190:200 Wind River Cheyenne, Wyoming +0.265558 gsa_html_6657110469 gsa_html_6657110469:65:6848:6855 Pioneer Cape Blanco Light +0.275028 aapg_ac_546.html aapg_ac_546.html:166:21088:21102 Frio Gulf Coast of the United States +0.2626 aapg_ae_394.html aapg_ae_394.html:21:2387:2397 Rio Palmar Maracaibo +0.518481 cspg_html_3404912985 cspg_html_3404912985:107:18142:18163 Belly River Lacombe, Alberta +0.46763 gsa_html_3946358846 gsa_html_3946358846:1106:93357:93370 Bedford Flint, Michigan +0.46718 aapg_aa_350.html aapg_aa_350.html:3:221:229 Michigan Saginaw, Michigan +0.250472 aapg_af_397.html aapg_af_397.html:487:56185:56192 Entrada Entrada Sandstone +0.248937 gsa_html_9052101586 gsa_html_9052101586:512:63359:63376 Peoria Peoria, Illinois +0.25449 cspg_html_3409371621 cspg_html_3409371621:27:4240:4248 Columbia Victoria, British Columbia +0.241956 aapg_ad_2.html aapg_ad_2.html:1183:161879:161890 Black River Stones River +0.492032 gsa_html_9457387752 gsa_html_9457387752:973:80549:80555 Dayton East Tennessee +0.457884 cspg_html_4680804918 cspg_html_4680804918:591:78336:78356 Bow Island Colorado +0.279792 gsa_html_7199417381 gsa_html_7199417381:285:31583:31600 White River Nebraska +0.4982 aapg_af_808.html aapg_af_808.html:542:74941:74949 Scotland Barbados +0.279832 gsa_html_4308966435 gsa_html_4308966435:198:22846:22861 Ophir Logan, Utah +0.400697 aapg_ah_329.html aapg_ah_329.html:69:6705:6720 Lospe Knoxville, Illinois +0.247506 AMJC_html_1873062106 AMJC_html_1873062106:144:21965:21986 Cedar Mountain Colorado Plateau +0.248677 aapg_af_877.html aapg_af_877.html:177:20372:20389 Cypress Illinois +0.49389 aapg_af_579.html aapg_af_579.html:18:2600:2606 Navajo Logan, Utah +0.473696 palaios_html_2623118674 palaios_html_2623118674:920:98241:98259 Morrison Logan, Utah +0.489149 aapg_af_11.html aapg_af_11.html:633:66804:66820 Elbert Ouray, Colorado +0.26052 jgeology_html_4121584613 jgeology_html_4121584613:175:13134:13152 Beaumont Texas +0.258063 palaios_html_6978265091 palaios_html_6978265091:1135:93539:93551 Taylor Antarctica +0.27499 aapg_ah_505.html aapg_ah_505.html:1371:109362:109375 Fountain Hunting Creek +0.261632 gsa_html_5060576576 gsa_html_5060576576:12:503:509 Twilight Gneiss Anchorage, Alaska +0.479532 jgeology_html_9413634903 jgeology_html_9413634903:572:45815:45819 Elko Elko County, Nevada +0.50024 aapg_af_397.html aapg_af_397.html:719:89747:89754 Entrada Entrada Sandstone +0.283374 aapg_aa_563.html aapg_aa_563.html:305:39159:39165 Dakota New Mexico +0.249498 AMJC_html_7984049819 AMJC_html_7984049819:393:39402:39426 Kittery Berwick, Pennsylvania +0.48513 cspg_html_6984906794 cspg_html_6984906794:294:26444:26465 Shaftesbury Lacombe, Alberta +0.253009 palaios_html_4782349341 palaios_html_4782349341:191:21851:21868 Keokuk Burlington, Ontario +0.516594 geology_html_9161832999 geology_html_9161832999:12:664:673 Rochester Earth +0.470815 palaios_html_7206591444 palaios_html_7206591444:601:76015:76036 Road Canyon Guadalupe Mountains National Park +0.265698 geology_html_7287678807 geology_html_7287678807:13:733:738 Queen Egham Hythe +0.246888 sedimentology_html_7186710002 sedimentology_html_7186710002:744:76599:76604 Piper London, Ontario +0.48807 cspg_html_8273598401 cspg_html_8273598401:451:44402:44410 Montreal Quebec City +0.252486 cspg_html_7587979364 cspg_html_7587979364:217:17626:17639 Sulphur Point Lacombe, Alberta +0.482555 cspg_html_5807593737 cspg_html_5807593737:427:53931:53943 Duperow Regina, Saskatchewan +0.905352 aapg_ah_52.html aapg_ah_52.html:84:11536:11555 Matanuska Canada +0.47138 sedimentology_html_8384737970 sedimentology_html_8384737970:42:3251:3257 Carmel Entrada Sandstone +0.284566 aapg_ac_117.html aapg_ac_117.html:61:12369:12381 Austin Chalk Texas +0.259584 geology_html_8643967398 geology_html_8643967398:382:28018:28021 Rye Netherlands +0.257045 cspg_html_6816015957 cspg_html_6816015957:543:54609:54620 Peace River Victoria, British Columbia +0.240578 aapg_ac_262.html aapg_ac_262.html:131:13081:13087 Sierra Matamoros, Tamaulipas +0.240036 aapg_ae_805.html aapg_ae_805.html:330:39629:39647 Hermosa Emery Theatre +0.867948 cspg_html_4694482219 cspg_html_4694482219:608:63833:63840 Bearpaw Drumheller +0.471696 cspg_html_5541725202 cspg_html_5541725202:547:71818:71829 Mabou Bridgetown, Nova Scotia +0.480396 aapg_af_779.html aapg_af_779.html:107:13826:13841 Bedford Michigan +0.875927 aapg_ad_466.html aapg_ad_466.html:65:6726:6732 Tinton Mount Laurel Township, New Jersey +0.477442 gsa_html_4339524478 gsa_html_4339524478:930:87839:87845 Oregon Dubuque, Iowa +0.48654 cspg_html_9136481292 cspg_html_9136481292:616:62790:62808 Dunvegan Victoria, British Columbia +0.865465 gsa_html_2076560873 gsa_html_2076560873:280:31492:31574 Strathcona Fiord Ellesmere Island +0.26418 gsa_html_6765882493 gsa_html_6765882493:926:118501:118540 Prairie Michigan Basin +0.480537 gsa_html_1569131616 gsa_html_1569131616:44:3575:3597 Water Island Puerto Rico +0.477158 cspg_html_8904992939 cspg_html_8904992939:379:45244:45259 Leduc Middle East +0.251904 gsa_html_1040524378 gsa_html_1040524378:475:58199:58206 Challis Absaroka +0.49444 aapg_ai_916.html aapg_ai_916.html:37:4803:4831 Wilcox Houston +0.25252 aapg_ai_28.html aapg_ai_28.html:32:2474:2481 Reynosa Uvalde, Texas +0.27348 aapg_ae_777.html aapg_ae_777.html:274:32087:32111 Espiritu Santo New Mexico +0.253272 aapg_ah_612.html aapg_ah_612.html:139:13052:13060 Dunvegan Lacombe, Alberta +0.482092 aapg_aa_684.html aapg_aa_684.html:186:18485:18494 Popo Agie Cheyenne, Wyoming +0.49244 aapg_aa_145.html aapg_aa_145.html:320:34835:34843 Columbia Victoria, British Columbia +0.496164 gsa_html_9052101586 gsa_html_9052101586:281:29296:29308 Wedron Lake Michigan +0.482733 aapg_ad_800.html aapg_ad_800.html:159:19455:19464 Owl Creek Missouri River +0.483917 aapg_ai_957.html aapg_ai_957.html:460:46251:46261 Rio Grande Texas +0.254774 aapg_ae_639.html aapg_ae_639.html:132:11943:11956 Cotton Valley Polk County, Florida +0.254478 sedimentology_html_1308526935 sedimentology_html_1308526935:1333:78315:78320 Rapid San Fernando Valley +0.281765 gsa_html_5274400800 gsa_html_5274400800:592:48336:48354 Monterey California +0.485884 cspg_html_6216640615 cspg_html_6216640615:35:3896:3914 Redknife Lake Ontario +0.372344 cspg_html_3129231627 cspg_html_3129231627:172:23576:23599 Eleanor River Ellesmere Island +0.2345 sedimentology_html_6192916422 sedimentology_html_6192916422:597:49900:49910 Sherbrooke Canada +0.475394 cspg_html_1597341612 cspg_html_1597341612:21:3792:3826 Virginia Redwater, Texas +0.251472 aapg_aa_644.html aapg_aa_644.html:363:33369:33378 East Fork Turkey Creek, Louisiana +0.262095 aapg_ae_28.html aapg_ae_28.html:967:69886:69894 Michigan Michigan +0.86541 aapg_ai_996.html aapg_ai_996.html:1335:59070:59088 Magothy Closter, New Jersey +0.464634 aapg_aa_702.html aapg_aa_702.html:2071:179763:179769 Denver Colorado +0.249001 aapg_ae_353.html aapg_ae_353.html:257:23661:23686 Sycamore Southeast Asia +0.469794 gsa_html_1591804446 gsa_html_1591804446:292:35303:35311 Colorado Logan, Utah +0.4896 aapg_ai_81.html aapg_ai_81.html:522:43766:43783 Venango Western world +0.257526 cspg_html_1114211412 cspg_html_1114211412:564:66391:66403 Saskatchewan Saskatoon +0.260064 palaios_html_5793673513 palaios_html_5793673513:116:14088:14109 Yorktown Virginia +0.501557 sedimentology_html_8926418472 sedimentology_html_8926418472:1351:100695:100713 Frontier Powder River Basin +0.26136 aapg_ah_978.html aapg_ah_978.html:784:73828:73837 Jacalitos California +0.49536 aapg_af_59.html aapg_af_59.html:88:8003:8043 Ector Chalk Texas +0.472948 sedimentology_html_8006979411 sedimentology_html_8006979411:1916:123239:123257 Kaskapau Lacombe, Alberta +0.289562 aapg_ah_779.html aapg_ah_779.html:242:44505:44516 Martinsburg Juniata County School District +0.504987 aapg_af_653.html aapg_af_653.html:590:65283:65297 Temblor Rancho Santa Margarita, California +0.271272 aapg_ad_350.html aapg_ad_350.html:486:54805:54812 Chemung Helderberg +0.271432 sedimentology_html_8415792465 sedimentology_html_8415792465:734:52907:52926 Monterey California +0.266766 aapg_ad_338.html aapg_ad_338.html:518:57143:57150 Magothy Potomac, Maryland +0.230384 aapg_ac_414.html aapg_ac_414.html:183:21956:21972 Concha Arizona +0.266256 aapg_ae_113.html aapg_ae_113.html:214:27820:27840 Bird Fiord Middle East +0.236195 palaios_html_3214166666 palaios_html_3214166666:16:1102:1108 Denver Colorado +0.50032 aapg_ac_305.html aapg_ac_305.html:10:1280:1304 Crystal River Williston, Vermont +0.489402 aapg_ah_849.html aapg_ah_849.html:105:11945:11971 Banff Lacombe, Alberta +0.488048 palaios_html_3308412288 palaios_html_3308412288:557:63900:63914 Stony Mountain Ottawa, Kansas +0.472604 cspg_html_4893321109 cspg_html_4893321109:142:15610:15617 Halifax Bridgetown, Nova Scotia +0.51294 gsa_html_6046354763 gsa_html_6046354763:30:2852:2880 Green River Colorado +0.48762 cspg_html_5345848475 cspg_html_5345848475:334:38643:38662 Greenhorn Lacombe, Alberta +0.252928 palaios_html_9162690338 palaios_html_9162690338:266:30471:30491 Pottsville Alabama +0.84346 cspg_html_6668748643 cspg_html_6668748643:11:628:641 Turner Valley Calgary +0.473641 gsa_html_9194968822 gsa_html_9194968822:30:1242:1250 Puyallup Washington (state) +0.469959 cspg_html_8089302449 cspg_html_8089302449:564:98887:98907 Dawson Bay Regina, Saskatchewan +0.241542 jgeology_html_9366209199 jgeology_html_9366209199:363:34862:34872 Rio Grande Ottawa, Kansas +0.470421 aapg_aa_684.html aapg_aa_684.html:31:3870:3879 Chugwater Cheyenne, Wyoming +0.232203 aapg_aa_718.html aapg_aa_718.html:69:7635:7654 Waynesburg Waynesburg, Pennsylvania +0.264187 aapg_ae_756.html aapg_ae_756.html:331:33700:33711 Simla Mussoorie +0.25553 gsa_html_1465687448 gsa_html_1465687448:441:56987:57006 Hillabee Greenstone Blue Ridge Mountains +0.251496 gsa_html_7464626519 gsa_html_7464626519:106:12590:12598 Colorado Arizona +0.269357 aapg_ad_871.html aapg_ad_871.html:409:38699:38706 Genshaw Michigan +0.499094 gsa_html_3800109653 gsa_html_3800109653:63:4896:4924 Green River Colorado +0.241065 aapg_ac_995.html aapg_ac_995.html:359:30177:30196 Huizachal Mexico +0.2525 jgeology_html_3450428494 jgeology_html_3450428494:293:15889:15905 Manhattan Schist Hartford, Connecticut +0.261855 jgeology_html_1763946791 jgeology_html_1763946791:160:9818:9827 Eel River California +0.265104 cspg_html_4326384800 cspg_html_4326384800:453:57363:57383 Horn River Victoria, British Columbia +0.493218 aapg_ah_387.html aapg_ah_387.html:119:16419:16428 Knoxville Sierra Nevada (Spain) +0.839466 aapg_ah_448.html aapg_ah_448.html:3:269:289 San Miguel Texas +0.270878 aapg_ae_907.html aapg_ae_907.html:222:30463:30483 Santa Margarita Tulare, California +0.258482 aapg_ac_477.html aapg_ac_477.html:618:72644:72661 Wapiabi Lacombe, Alberta +0.51531 aapg_ac_574.html aapg_ac_574.html:505:59225:59252 Imperial California +0.431616 cspg_html_1822367166 cspg_html_1822367166:311:35416:35437 Fossil Hill Ontario, California +0.485706 cspg_html_3926542795 cspg_html_3926542795:170:22973:22991 Wabamun Swan Hill, Victoria +0.271377 aapg_af_298.html aapg_af_298.html:90:9087:9097 Fort Payne Indian Creek, Florida +0.486472 cspg_html_9879671248 cspg_html_9879671248:26:3152:3158 Peoria Grand Prairie, Texas +0.259588 aapg_ai_975.html aapg_ai_975.html:102:13863:13891 Cotton Valley County Sligo +0.481962 sedimentology_html_9272952561 sedimentology_html_9272952561:1381:52022:52035 Francis London, Ontario +0.515205 cspg_html_9735723617 cspg_html_9735723617:1547:143637:143657 Weatherall Melville Island (Canada) +0.2604 gsa_html_9280112280 gsa_html_9280112280:639:62860:62871 Grand Forks Lake Agassiz +0.257346 aapg_ac_749.html aapg_ac_749.html:89:11900:11906 Salina Guelph +0.483252 aapg_ah_560.html aapg_ah_560.html:253:26714:26725 Green River Logan, Utah +0.248901 AMJC_html_8107504009 AMJC_html_8107504009:275:24355:24367 Fortin York +0.486266 aapg_ae_454.html aapg_ae_454.html:113:9413:9430 Bossier Shreveport, Louisiana +0.247883 aapg_ak_87.html aapg_ak_87.html:132:20940:20954 Earp Supai, Arizona +0.48791 cspg_html_5501097280 cspg_html_5501097280:69:11803:11819 Hector Lacombe, Alberta +0.262128 palaios_html_9948623145 palaios_html_9948623145:725:70687:70699 Rhode Island Bennington, Vermont +0.241516 aapg_ai_140.html aapg_ai_140.html:92:14469:14487 Lisburne Chandler, Arizona +0.254478 gsa_html_9280112280 gsa_html_9280112280:12:504:510 Toledo Toledo, Spain +0.26924 cspg_html_5381643866 cspg_html_5381643866:467:56907:56924 Gething Canada +0.275589 aapg_af_664.html aapg_af_664.html:247:27071:27087 San Andres New Mexico +0.485586 aapg_af_97.html aapg_af_97.html:108:13485:13505 Whitewater Elkhorn, Manitoba +0.264096 cspg_html_5832944175 cspg_html_5832944175:504:51416:51434 Dunvegan Lacombe, Alberta +0.260019 cspg_html_1565769407 cspg_html_1565769407:100:13547:13566 Inverness Cape Breton Island +0.475048 gsa_html_9299329909 gsa_html_9299329909:724:78386:78400 Rockwell California +0.248482 geology_html_4804337449 geology_html_4804337449:226:26136:26149 Hermosa Logan, Utah +0.509877 aapg_ah_620.html aapg_ah_620.html:131:18758:18776 Potsdam Winnipeg +0.263626 cspg_html_3008414459 cspg_html_3008414459:20:2613:2629 Eagle Milk River, Alberta +0.24849 aapg_ai_249.html aapg_ai_249.html:510:66401:66418 Subinal Guatemala +0.498318 aapg_aa_796.html aapg_aa_796.html:60:6662:6670 Columbia Lacombe, Alberta +0.269297 aapg_ai_81.html aapg_ai_81.html:94:10252:10259 Chemung Wellsburg, West Virginia +0.482776 cspg_html_3097746547 cspg_html_3097746547:604:66588:66629 Clearwater Lacombe, Alberta +0.259548 aapg_ah_373.html aapg_ah_373.html:197:10643:10655 Marble Falls Llano, Texas +0.484692 aapg_af_854.html aapg_af_854.html:1096:154752:154768 Bethel Hardinsburg, Indiana +0.514374 aapg_ae_113.html aapg_ae_113.html:352:45904:45922 Read Bay Bathurst Island (Northern Territory) +0.26988 cspg_html_2873888604 cspg_html_2873888604:359:55069:55100 Charlie Lake Victoria, British Columbia +0.372079 aapg_ah_828.html aapg_ah_828.html:516:49047:49066 Smackover Garfield County, Colorado +0.25608 aapg_af_745.html aapg_af_745.html:612:82472:82490 Niobrara Niobrara, Nebraska +0.298156 aapg_ah_318.html aapg_ah_318.html:1178:118374:118397 Cotton Valley Shreveport, Louisiana +0.493735 aapg_ai_787.html aapg_ai_787.html:75:8302:8311 Catahoula Karnes County, Texas +0.25725 gsa_html_9266920022 gsa_html_9266920022:120:13449:13453 Rome Tuscumbia, Missouri +0.257 aapg_aa_313.html aapg_aa_313.html:290:33308:33315 Halifax Canada +0.256332 aapg_ac_728.html aapg_ac_728.html:237:23904:23928 Marble Canyon Antelope Hills, Wyoming +0.483 gsa_html_1549665076 gsa_html_1549665076:57:6095:6101 Oregon Palmer, Alaska +0.25347 aapg_ae_419.html aapg_ae_419.html:3599:228312:228330 Kiamichi Texas +0.461646 aapg_ai_899.html aapg_ai_899.html:120:13015:13033 Oakville Texas +0.482895 sedimentology_html_3841637081 sedimentology_html_3841637081:1134:52376:52389 Swan Hills Lacombe, Alberta +0.490028 aapg_ae_305.html aapg_ae_305.html:137:17680:17686 Sierra Maracaibo +0.2635 aapg_ad_723.html aapg_ad_723.html:192:17937:17955 Rustler San Angelo, Texas +0.234192 jgeology_html_4599466962 jgeology_html_4599466962:303:21682:21706 Seneca Edgecliff, New South Wales +0.256542 sedimentology_html_7330318168 sedimentology_html_7330318168:1693:102606:102610 Ross Stroudsburg, Pennsylvania +0.229864 sedimentology_html_9512899279 sedimentology_html_9512899279:623:39221:39245 Scripps San Diego +0.493189 aapg_ai_846.html aapg_ai_846.html:88:11978:11995 Prairie Texas +0.260428 aapg_af_663.html aapg_af_663.html:190:21868:21875 Bedford Ardmore, Pennsylvania +0.245916 aapg_ae_581.html aapg_ae_581.html:561:63518:63533 Mt Lytton Niobrara, Nebraska +0.45291 aapg_ac_884.html aapg_ac_884.html:26:2955:2962 Clarita Clarita, Oklahoma +0.490875 aapg_aa_351.html aapg_aa_351.html:47:5577:5585 Richmond Tahlequah, Oklahoma +0.24823 cspg_html_9272820228 cspg_html_9272820228:407:38859:38879 Clearwater CFB Cold Lake +0.248472 aapg_ae_916.html aapg_ae_916.html:314:36386:36400 Colorado Devon +0.259077 AMJC_html_7984049819 AMJC_html_7984049819:249:26906:26924 Kittery Portland, Maine +0.24843 palaios_html_8505514256 palaios_html_8505514256:42:4516:4540 Fort Thompson Melbourne, Florida +0.475228 aapg_ae_419.html aapg_ae_419.html:3355:214330:214342 Barril Viejo Coahuila +0.481143 gsa_html_3014011851 gsa_html_3014011851:31:2606:2615 San Diego California +0.25088 cspg_html_8337197939 cspg_html_8337197939:143:18084:18104 Turtle Mountain Turtle Mountain (Alberta) +0.239538 aapg_ah_633.html aapg_ah_633.html:207:30085:30106 Shoal River Port of South Louisiana +0.237153 gsa_html_2877093757 gsa_html_2877093757:20:737:748 San Antonio Texas +0.276651 aapg_ac_126.html aapg_ac_126.html:136:20254:20263 Smackover Haynesville, Louisiana +0.25452 sedimentology_html_3317453334 sedimentology_html_3317453334:1044:53413:53417 Hall London, Ontario +0.267764 aapg_ac_151.html aapg_ac_151.html:29:5407:5421 Frio Brazoria County, Texas +0.491521 aapg_ad_43.html aapg_ad_43.html:895:94986:94991 Cadiz Spain +0.268315 cspg_html_4270678085 cspg_html_4270678085:6:241:267 Palliser Lacombe, Alberta +0.510822 sedimentology_html_9634338365 sedimentology_html_9634338365:1530:103943:103977 San Andres New Mexico +0.235704 aapg_ah_182.html aapg_ah_182.html:282:30690:30707 Sherman Fall Rockland County, New York +0.684082 aapg_ae_473.html aapg_ae_473.html:281:26286:26299 Porters Creek Mississippi River +0.260604 jgeology_html_4599466962 jgeology_html_4599466962:305:21925:21941 Schoharie Edgecliff, New South Wales +0.495645 cspg_html_8145657505 cspg_html_8145657505:32:5668:5688 Leduc Lacombe, Alberta +0.252945 geology_html_2852518993 geology_html_2852518993:175:17996:18004 Virginia Blue Ridge Mountains +0.277648 gsa_html_3010975239 gsa_html_3010975239:178:26487:26494 Saginaw Michigan +0.47124 aapg_aa_684.html aapg_aa_684.html:238:22674:22678 Jelm John Crow Mountains +0.747491 aapg_ad_880.html aapg_ad_880.html:267:28267:28276 Spearfish Elk Mountain, Wyoming +0.477078 aapg_ac_65.html aapg_ac_65.html:116:12536:12544 Robinson Colorado +0.486972 aapg_ad_169.html aapg_ad_169.html:372:42957:42987 Greenbrier Greenbrier (Great Smoky Mountains) +0.237144 cspg_html_2546442054 cspg_html_2546442054:70:10192:10208 Horseshoe Canyon Canada +0.252506 aapg_ad_2.html aapg_ad_2.html:1089:149373:149385 Chambersburg Pennsylvania +0.684632 aapg_ah_828.html aapg_ah_828.html:515:48936:48955 Smackover Mississippi River +0.257526 cspg_html_4326384800 cspg_html_4326384800:273:31820:31835 Cairn Lacombe, Alberta +0.4606 cspg_html_2284073413 cspg_html_2284073413:15:2036:2058 Grand Rapids Clearwater, Florida +0.482275 aapg_af_751.html aapg_af_751.html:256:34594:34603 Point Sal Piedras Blancas National Park +0.249984 aapg_ai_829.html aapg_ai_829.html:784:63893:63915 Marble Falls Texas +0.479044 aapg_ah_427.html aapg_ah_427.html:395:52259:52274 Stillwater Wichita Mountains +0.477792 aapg_aa_684.html aapg_aa_684.html:372:35645:35654 Popo Agie Cheyenne, Wyoming +0.252753 gsa_html_5550900489 gsa_html_5550900489:9:337:368 Luning Reno, Nevada +0.261105 AMJC_html_4299960498 AMJC_html_4299960498:873:97454:97464 Washington Toppenish, Washington +0.265209 cspg_html_4132771434 cspg_html_4132771434:232:32354:32362 Columbia Victoria, British Columbia +0.494252 aapg_ai_583.html aapg_ai_583.html:401:50488:50495 Rierdon Powder River (Montana) +0.272304 aapg_aa_670.html aapg_aa_670.html:226:19077:19086 Smackover Cotton Valley, Louisiana +0.292916 gsa_html_9497185033 gsa_html_9497185033:1433:123289:123308 Ogallala Texas +0.44737 cspg_html_5541937700 cspg_html_5541937700:484:63989:64006 Cardium Lacombe, Alberta +0.25146 aapg_af_886.html aapg_af_886.html:340:15958:15966 Oakville Texas +0.249368 aapg_af_95.html aapg_af_95.html:452:33436:33452 Walnut Texas +0.49344 aapg_aa_399.html aapg_aa_399.html:302:24239:24260 Peace River Clearwater, Florida +0.500388 gsa_html_7232523169 gsa_html_7232523169:1124:100071:100099 Green River Colorado +0.47817 aapg_ac_782.html aapg_ac_782.html:188:33088:33101 Barnett Ouachita Parish, Louisiana +0.252945 cspg_html_2408887763 cspg_html_2408887763:171:22762:22772 Bow Island Elkton, Kentucky +0.49087 jgeology_html_9097445382 jgeology_html_9097445382:468:34478:34484 Ludlow Mongolia +0.475449 cspg_html_6217113527 cspg_html_6217113527:6:507:527 Clearwater Lacombe, Alberta +0.272195 AMJC_html_1873062106 AMJC_html_1873062106:1172:120937:120955 Morrison New Mexico +0.48822 aapg_ac_867.html aapg_ac_867.html:672:92356:92364 Sundance Cheyenne, Wyoming +0.483585 geology_html_6173381301 geology_html_6173381301:343:26145:26155 Santa Rita New Mexico +0.514764 aapg_ad_757.html aapg_ad_757.html:277:34506:34515 Maquoketa Decorah, Iowa +0.262143 sedimentology_html_8491728149 sedimentology_html_8491728149:842:59941:59965 El Paso Texas +0.272544 aapg_ae_827.html aapg_ae_827.html:8:851:868 Hardinsburg Gibson County, Tennessee +0.475547 geology_html_2307006478 geology_html_2307006478:14:894:904 Washington Washington (state) +0.495558 cspg_html_9569186913 cspg_html_9569186913:190:24738:24746 Michigan Ontario, California +0.46336 aapg_aa_477.html aapg_aa_477.html:69:6919:6927 Fentress Knoxville, Tennessee +0.47748 AMJC_html_8619525948 AMJC_html_8619525948:778:76700:76718 Wamsutta Cambridge, Massachusetts +0.251502 geology_html_2350540763 geology_html_2350540763:16:855:861 Reston Virginia +0.238896 palaios_html_5921824758 palaios_html_5921824758:490:39652:39659 Hunting Arizona +0.43834 cspg_html_5264346535 cspg_html_5264346535:18:2106:2113 Bearpaw Edmonton, London +0.260478 gsa_html_8614162917 gsa_html_8614162917:169:16325:16347 Bonanza Middle East +0.266255 aapg_ae_625.html aapg_ae_625.html:244:27420:27430 Trout Lake Victoria, British Columbia +0.267285 cspg_html_7896958755 cspg_html_7896958755:228:23213:23233 Clearwater CFB Cold Lake +0.4921 aapg_ac_126.html aapg_ac_126.html:173:25260:25271 Haynesville Bossier City, Louisiana +0.256536 geology_html_6674220555 geology_html_6674220555:96:9925:9935 Rio Grande Albuquerque, New Mexico +0.244474 aapg_ae_154.html aapg_ae_154.html:130:13385:13394 Ottertail Ganges +0.26316 aapg_ad_318.html aapg_ad_318.html:98:13080:13086 Dayton Rochester, Kent +0.460782 AMJC_html_5969956211 AMJC_html_5969956211:765:106982:106987 Maria Arizona +0.489538 AMJC_html_6460325105 AMJC_html_6460325105:563:64834:64848 Ione California +0.241482 gsa_html_5625878232 gsa_html_5625878232:216:31024:31048 Cedar District Victoria, British Columbia +0.2495 geology_html_2239244553 geology_html_2239244553:272:22971:22979 Columbia Victoria, British Columbia +0.523479 aapg_ac_215.html aapg_ac_215.html:58:7308:7327 Lodgepole Williston Basin +0.492345 aapg_ah_93.html aapg_ah_93.html:95:12554:12573 Jefferson Cheyenne, Wyoming +0.510272 aapg_ah_141.html aapg_ah_141.html:94:8823:8832 Greenhorn Rio Arriba County, New Mexico +0.64798 aapg_ae_73.html aapg_ae_73.html:476:63141:63158 Vermejo New Mexico +0.4645 gsa_html_3445493534 gsa_html_3445493534:686:72274:72287 Santa Barbara California +0.258566 gsa_html_2098291403 gsa_html_2098291403:482:42625:42631 Walker Salem, Oregon +0.257466 aapg_ae_96.html aapg_ae_96.html:366:41740:41746 Oregon Reno, Nevada +0.273493 aapg_af_638.html aapg_af_638.html:5:768:777 Coldwater Antrim, County Antrim +0.48297 sedimentology_html_2444875434 sedimentology_html_2444875434:1200:101193:101201 East Arm Great Slave Lake +0.47523 aapg_ad_575.html aapg_ad_575.html:267:32147:32166 Minnelusa Cheyenne, Wyoming +0.261783 geology_html_4599156600 geology_html_4599156600:208:20554:20562 Columbia Victoria, British Columbia +0.260019 geology_html_2149669942 geology_html_2149669942:83:7136:7145 Peninsula Quebec City +0.265398 aapg_aa_349.html aapg_aa_349.html:12:1677:1683 Morgan Athens, Georgia +0.252 aapg_aa_484.html aapg_aa_484.html:578:57470:57480 Washington Nowata, Oklahoma +0.26156 gsa_html_8881958017 gsa_html_8881958017:542:51528:51533 Price Arctic Cordillera +0.496524 geology_html_1092004691 geology_html_1092004691:11:427:437 Washington Seattle +0.248805 geology_html_6957664969 geology_html_6957664969:31:3012:3022 San Miguel Piedra (Spain) +0.270231 aapg_ae_959.html aapg_ae_959.html:367:30232:30246 Word Newberry, South Carolina +0.4712 aapg_ad_947.html aapg_ad_947.html:428:43525:43534 Beartooth Black Hills +0.484524 aapg_ac_366.html aapg_ac_366.html:109:14452:14471 Rose Hill Alabama +0.268299 cspg_html_1025724640 cspg_html_1025724640:673:76746:76757 Beekmantown Quebec City +0.483426 cspg_html_8363357104 cspg_html_8363357104:674:82258:82285 Columbia Canada +0.235835 palaios_html_4588969442 palaios_html_4588969442:632:39669:39676 Shields Middle East +0.464717 gsa_html_2832151886 gsa_html_2832151886:763:63761:63779 Kaskapau Lacombe, Alberta +0.4902 gsa_html_5199743781 gsa_html_5199743781:29:2796:2824 Green River Colorado +0.267253 aapg_aa_785.html aapg_aa_785.html:377:38630:38648 Dunvegan Ganges +0.491582 gsa_html_6982030333 gsa_html_6982030333:1311:120613:120619 Oregon Atlantic salmon +0.48144 sedimentology_html_2758508965 sedimentology_html_2758508965:653:67933:67956 Brushy Canyon West Texas +0.254178 gsa_html_9417870342 gsa_html_9417870342:942:69848:69857 San Diego California +0.493136 aapg_ae_805.html aapg_ae_805.html:972:107897:107905 Colorado Colorado +0.501992 aapg_ae_643.html aapg_ae_643.html:432:53800:53812 Pocono Chemung, New York +0.499376 aapg_ad_11.html aapg_ad_11.html:135:18578:18585 Wasatch Golden Valley, Minnesota +0.438416 gsa_html_6672856503 gsa_html_6672856503:250:22011:22020 Wenatchee Washington (state) +0.493189 cspg_html_9354781888 cspg_html_9354781888:360:36795:36812 Halfway Lacombe, Alberta +0.25398 geology_html_4028691505 geology_html_4028691505:298:21524:21533 San Diego Earth +0.263088 cspg_html_1313584654 cspg_html_1313584654:239:30895:30917 Grand Rapids Lacombe, Alberta +0.237703 cspg_html_7297340324 cspg_html_7297340324:767:89772:89780 Moosebar Victoria, British Columbia +0.249936 sedimentology_html_3990399320 sedimentology_html_3990399320:926:71813:71832 Athabasca Lacombe, Alberta +0.497015 aapg_aa_663.html aapg_aa_663.html:150:13370:13384 Rome Kentucky +0.47991 geology_html_1475885494 geology_html_1475885494:312:25874:25884 Washington Lake Chelan +0.243048 cspg_html_1509800797 cspg_html_1509800797:8:522:536 St. Mary River Lethbridge +0.52841 aapg_af_52.html aapg_af_52.html:3:250:262 Wilcox Texas +0.475394 gsa_html_3906036914 gsa_html_3906036914:445:45258:45268 Rio Grande Colorado +0.259578 aapg_ae_415.html aapg_ae_415.html:6:745:767 Chickasawhay Flint River (Michigan) +0.499016 cspg_html_4937997995 cspg_html_4937997995:1228:94851:94859 Victoria Iqaluit Airport +0.470557 aapg_ae_220.html aapg_ae_220.html:447:49630:49636 Annona Saratoga, California +0.251496 gsa_html_9052101586 gsa_html_9052101586:474:57310:57338 Peoria Illinois +0.885465 aapg_ad_466.html aapg_ad_466.html:486:56774:56787 Merchantville Chesapeake Bay +0.675324 aapg_ac_5.html aapg_ac_5.html:154:15376:15384 Reindeer Canada +0.407772 aapg_ae_235.html aapg_ae_235.html:74:10740:10747 Raritan Piedmont (United States) +0.469116 aapg_ad_169.html aapg_ad_169.html:358:41917:41945 Greenbrier Greenbrier (Great Smoky Mountains) +0.244968 gsa_html_4179834030 gsa_html_4179834030:445:42556:42573 Forest Victoria, British Columbia +0.476 aapg_ai_81.html aapg_ai_81.html:96:10530:10538 Catskill Closter, New Jersey +0.259956 cspg_html_4338314003 cspg_html_4338314003:388:43225:43251 Cardium Lacombe, Alberta +0.257024 aapg_ad_879.html aapg_ad_879.html:477:36138:36147 St. Marks Melbourne, Florida +0.666464 aapg_ah_224.html aapg_ah_224.html:59:6196:6225 Cherry Canyon Delaware +0.49234 aapg_ac_380.html aapg_ac_380.html:503:59610:59618 Onondaga Edgecliff, New South Wales +0.269357 gsa_html_2369540133 gsa_html_2369540133:691:59708:59714 Oxford London, Ontario +0.462707 geology_html_4050020504 geology_html_4050020504:15:662:668 Utuado Puerto Rico +0.245935 aapg_aa_95.html aapg_aa_95.html:124:11612:11621 Mesaverde Colorado +0.240981 gsa_html_6324930608 gsa_html_6324930608:459:46900:46904 Hall Indonesia +0.457445 gsa_html_2863658561 gsa_html_2863658561:639:64526:64532 Denver Colorado +0.493608 cspg_html_5891044027 cspg_html_5891044027:304:58493:58508 Siyeh Purcell Mountains +0.68816 cspg_html_3060428958 cspg_html_3060428958:186:27138:27155 Brazeau Lacombe, Alberta +0.467046 cspg_html_5660413005 cspg_html_5660413005:138:16457:16475 Graminia Lacombe, Alberta +0.481 gsa_html_1254347878 gsa_html_1254347878:155:20020:20039 Kitchener Victoria, British Columbia +0.301275 aapg_ah_276.html aapg_ah_276.html:343:33224:33242 Monterey California +0.48174 aapg_ac_393.html aapg_ac_393.html:83:7872:7880 Colorado Denver +0.495286 cspg_html_6014123208 cspg_html_6014123208:622:68109:68126 Cadomin Lacombe, Alberta +0.501992 cspg_html_5264346535 cspg_html_5264346535:209:23150:23167 Bearpaw Lacombe, Alberta +0.26884 cspg_html_3043423556 cspg_html_3043423556:285:32845:32857 Devon Island District Council of Franklin Harbour +0.267764 aapg_ae_253.html aapg_ae_253.html:29:2955:2964 Smackover Arkansas +0.472342 aapg_ac_313.html aapg_ac_313.html:564:64440:64450 Santa Cruz Belize +0.243049 cspg_html_6252849194 cspg_html_6252849194:336:36357:36365 Edmonton Drumheller +0.506464 aapg_af_575.html aapg_af_575.html:1187:170774:170780 Dakota Niobrara, Nebraska +0.238032 aapg_ac_730.html aapg_ac_730.html:440:63029:63045 Toreva Mancos, Colorado +0.50505 aapg_af_397.html aapg_af_397.html:581:67460:67467 Entrada San Juan, Argentina +0.483246 gsa_html_6281775990 gsa_html_6281775990:943:87329:87338 San Diego California +0.88624 cspg_html_7310162886 cspg_html_7310162886:230:31179:31200 Kingak Anchorage, Alaska +0.26447 aapg_af_98.html aapg_af_98.html:44:6260:6282 La Cruz Mancos, Colorado +0.27885 aapg_aa_697.html aapg_aa_697.html:602:54882:54920 Winnipegosis Regina, Saskatchewan +0.390978 aapg_ad_812.html aapg_ad_812.html:49:5856:5872 Carmel Logan, Utah +0.480816 sedimentology_html_1350909813 sedimentology_html_1350909813:542:33615:33621 Decker Bering Sea +0.27089 aapg_ai_63.html aapg_ai_63.html:103:15165:15173 Moenkopi Kaibab, Arizona +0.2499 gsa_html_5924250698 gsa_html_5924250698:863:82274:82280 Denver Colorado +0.254464 cspg_html_8928894270 cspg_html_8928894270:393:52085:52100 Leduc Lacombe, Alberta +0.251346 palaios_html_4745554613 palaios_html_4745554613:381:41027:41044 Cardium Victoria, British Columbia +0.25755 cspg_html_2695921112 cspg_html_2695921112:581:59605:59612 Halifax Calgary +0.9063 cspg_html_4348111624 cspg_html_4348111624:283:39680:39718 Winnipegosis Regina, Saskatchewan +0.50085 aapg_ah_439.html aapg_ah_439.html:7:796:808 Midway Monroe, Michigan +0.267963 aapg_ad_466.html aapg_ad_466.html:1291:138467:138475 Columbia Maryland +0.480459 aapg_ai_975.html aapg_ai_975.html:498:45212:45223 Otates Mexico +0.270738 aapg_af_770.html aapg_af_770.html:219:23050:23080 Amsden Sublette County, Wyoming +0.479304 geology_html_6237235566 geology_html_6237235566:257:26693:26705 Saskatchewan Cumberland, Maryland +0.4845 aapg_ad_351.html aapg_ad_351.html:373:34076:34085 Northview Sedalia, Missouri +0.252928 aapg_ai_946.html aapg_ai_946.html:294:38052:38068 Forbes California +0.45168 cspg_html_7086880709 cspg_html_7086880709:388:51577:51586 Kee Scarp Norman Wells +0.244188 cspg_html_5484260516 cspg_html_5484260516:1062:86355:86375 Big Valley Lacombe, Alberta +0.492264 aapg_af_854.html aapg_af_854.html:571:77354:77370 Warsaw Edwardsville, Illinois +0.78705 cspg_html_7409170811 cspg_html_7409170811:54:8261:8267 Exshaw Lacombe, Alberta +0.260075 aapg_af_629.html aapg_af_629.html:42:4181:4187 Casper Cheyenne, Wyoming +0.502686 cspg_html_3907807140 cspg_html_3907807140:608:68034:68053 Athabasca Lacombe, Alberta +0.256 aapg_ad_760.html aapg_ad_760.html:52:7614:7620 Modelo Royal Botanic Gardens, Kew +0.489528 geology_html_8865251298 geology_html_8865251298:323:29071:29089 Moenkopi Durham, North Carolina +0.495803 cspg_html_9108214620 cspg_html_9108214620:373:41711:41739 Shaunavon Regina, Saskatchewan +0.657166 aapg_ah_157.html aapg_ah_157.html:58:8417:8435 Aplington Michigan +0.251804 aapg_ac_333.html aapg_ac_333.html:1644:173149:173164 Supai Arizona +0.494252 gsa_html_8951179545 gsa_html_8951179545:88:10593:10605 Wilcox Mexico +0.242649 gsa_html_9052101586 gsa_html_9052101586:465:55749:55778 Peoria Illinois +0.488748 gsa_html_3561219088 gsa_html_3561219088:685:71181:71196 Rapid Sierra Nevada (U.S.) +0.25551 aapg_ai_87.html aapg_ai_87.html:327:30967:30985 Palliser Wapiti River +0.461978 gsa_html_6330913937 gsa_html_6330913937:1038:94476:94485 San Diego Anza-Borrego Desert State Park +0.257484 gsa_html_8614162917 gsa_html_8614162917:1021:94266:94283 Kaibab Arizona +0.482377 aapg_ah_318.html aapg_ah_318.html:373:47836:47857 Mt Lytton Alabama +0.493025 aapg_ah_182.html aapg_ah_182.html:61:6539:6560 Jacksonburg Black River, Jamaica +0.254976 aapg_ah_182.html aapg_ah_182.html:282:30580:30592 Rockland Northampton, Massachusetts +0.26832 aapg_ac_766.html aapg_ac_766.html:1068:99994:100014 Abo Texas +0.262654 sedimentology_html_5280211633 sedimentology_html_5280211633:1673:122484:122488 Hall London, Ontario +0.4736 aapg_ad_2.html aapg_ad_2.html:658:95216:95233 Potsdam Little Falls, Minnesota +0.46512 cspg_html_2139304729 cspg_html_2139304729:44:7203:7234 Griper Bay Long Island +0.455304 aapg_ac_416.html aapg_ac_416.html:84:13913:13921 Colorado Denver +0.267804 cspg_html_8414893458 cspg_html_8414893458:471:55378:55386 Moosebar Canada +0.26104 aapg_ae_5.html aapg_ae_5.html:289:33755:33769 Earp New Mexico +0.491744 aapg_ah_520.html aapg_ah_520.html:38:3857:3876 Leadville Colorado +0.260099 aapg_af_575.html aapg_af_575.html:850:120983:120994 Bloyd Arkansas +0.266742 cspg_html_2625728726 cspg_html_2625728726:6:728:737 Keg River Lacombe, Alberta +0.49502 aapg_aa_24.html aapg_aa_24.html:145:12734:12745 Yukon Anchorage, Alaska +0.476451 aapg_ae_366.html aapg_ae_366.html:25:3123:3142 Conemaugh Huntington, West Virginia +0.271092 aapg_ae_499.html aapg_ae_499.html:296:31289:31304 Niobrara Niobrara, Nebraska +0.26818 aapg_ad_466.html aapg_ad_466.html:1415:150449:150467 Nanjemoy Virginia +0.252396 palaios_html_6325040562 palaios_html_6325040562:674:53431:53437 Brazil Campos Basin +0.476424 gsa_html_3555897579 gsa_html_3555897579:1691:84899:84927 Green River Colorado +0.25856 aapg_ak_135.html aapg_ak_135.html:64:10917:10936 Santiago Santiago +0.4982 aapg_ad_763.html aapg_ad_763.html:685:82786:82795 Domengine Western world +0.257466 geology_html_8740091940 geology_html_8740091940:11:437:446 San Diego California +0.261522 gsa_html_5274400800 gsa_html_5274400800:584:47600:47613 Santa Barbara California +0.2545 aapg_ae_753.html aapg_ae_753.html:463:45526:45532 Walker Pennsylvania +0.26574 geology_html_2355805035 geology_html_2355805035:301:22245:22249 Bond North Atlantic Current +0.456469 aapg_ad_717.html aapg_ad_717.html:122:13357:13364 Leonard Texas +0.251955 aapg_af_264.html aapg_af_264.html:90:13295:13304 Athabasca Lacombe, Alberta +0.471225 cspg_html_5484260516 cspg_html_5484260516:86:10727:10737 Big Valley Lacombe, Alberta +0.249999 sedimentology_html_9173053479 sedimentology_html_9173053479:1746:89970:89974 Hall London, Ontario +0.275625 cspg_html_1506720813 cspg_html_1506720813:696:77696:77705 Ellerslie San Fernando Valley +0.268203 cspg_html_3772380029 cspg_html_3772380029:366:47051:47070 Red River Manitoba +0.489765 gsa_html_9295015624 gsa_html_9295015624:54:3373:3401 Green River Colorado +0.259956 aapg_ae_563.html aapg_ae_563.html:86:8023:8032 Greenhorn Hittin +0.252434 aapg_aa_122.html aapg_aa_122.html:1114:134908:134920 Cooking Lake Lacombe, Alberta +0.237168 aapg_aa_131.html aapg_aa_131.html:193:18395:18405 Ellensburg Washington (state) +0.457924 jgeology_html_4599466962 jgeology_html_4599466962:954:58690:58708 Onondaga Edgecliff, New South Wales +0.485784 aapg_af_375.html aapg_af_375.html:61:6502:6512 San Miguel San Nicolas Island +0.263835 aapg_ac_133.html aapg_ac_133.html:261:45844:45850 Urenui Taranaki Region +0.262654 aapg_ah_148.html aapg_ah_148.html:190:22569:22591 Cooking Lake Lacombe, Alberta +0.235056 aapg_ac_212.html aapg_ac_212.html:49:7395:7407 Rock Springs Cheyenne, Wyoming +0.23966 cspg_html_7544078524 cspg_html_7544078524:289:35927:35940 Wabamun Lacombe, Alberta +0.249991 gsa_html_1807597349 gsa_html_1807597349:895:79064:79070 Provo Pakistan +0.261021 geology_html_6768757956 geology_html_6768757956:293:28549:28558 San Diego California +0.474936 gsa_html_8237815743 gsa_html_8237815743:364:34773:34805 Sierra San Francisco +0.48399 cspg_html_1624547765 cspg_html_1624547765:443:45774:45782 Columbia Elk Valley (British Columbia) +0.255972 cspg_html_2729673354 cspg_html_2729673354:14:2586:2608 Medicine Hat Hatton, London +0.251904 aapg_ah_283.html aapg_ah_283.html:139:15225:15243 Cowlitz Washington (state) +0.26884 gsa_html_5274400800 gsa_html_5274400800:642:52507:52525 Monterey California +0.232323 cspg_html_2882882278 cspg_html_2882882278:77:13446:13464 Belcourt Belcourt, North Dakota +0.4845 aapg_aa_745.html aapg_aa_745.html:487:61461:61485 Cherry Canyon Texas +0.48654 gsa_html_2076560873 gsa_html_2076560873:127:14250:14256 Ludlow Svalbard and Jan Mayen +0.279312 cspg_html_1265381145 cspg_html_1265381145:25:3364:3399 Palliser Moose Mountain (Alberta) +0.23958 jgeology_html_8152094574 jgeology_html_8152094574:726:44988:44995 Francis London, Ontario +0.24963 aapg_aa_960.html aapg_aa_960.html:278:22521:22528 Entrada New Mexico +0.514428 aapg_ad_466.html aapg_ad_466.html:65:6688:6700 Mount Laurel Red Bank, New Jersey +0.250805 cspg_html_9435196958 cspg_html_9435196958:1359:57167:57183 Belly River Lacombe, Alberta +0.349323 aapg_af_891.html aapg_af_891.html:170:18884:18892 Grayburg Nashville Basin +0.455988 aapg_ae_133.html aapg_ae_133.html:60:4948:4983 Ashe Bridgeport, California +0.484821 cspg_html_9717154602 cspg_html_9717154602:890:77390:77397 Bearpaw Lacombe, Alberta +0.496731 cspg_html_8463924060 cspg_html_8463924060:6:386:404 Palliser Lacombe, Alberta +0.257033 cspg_html_7587979364 cspg_html_7587979364:917:61876:61891 Leduc Lacombe, Alberta +0.268203 cspg_html_5818285590 cspg_html_5818285590:620:70575:70594 Karmutsen Victoria, British Columbia +0.33839 aapg_ad_863.html aapg_ad_863.html:219:27962:27971 Catahoula Shreveport, Louisiana +0.253935 geology_html_2393919492 geology_html_2393919492:22:1620:1626 Denver Colorado +0.2781 aapg_ak_112.html aapg_ak_112.html:17:2652:2660 Columbia Victoria, British Columbia +0.868399 aapg_ac_924.html aapg_ac_924.html:1307:89458:89474 Amsden Cheyenne, Wyoming +0.245009 aapg_ae_552.html aapg_ae_552.html:138:25815:25833 Cabrillo Chile +0.257 aapg_ae_777.html aapg_ae_777.html:601:67346:67370 Arroyo Logan, Utah +0.266662 aapg_af_471.html aapg_af_471.html:193:22599:22607 Parkwood Hartselle, Alabama +0.267806 aapg_af_397.html aapg_af_397.html:482:55351:55358 Entrada Entrada Sandstone +0.467232 aapg_ae_841.html aapg_ae_841.html:47:3938:3946 Virginia Virginia +0.254514 geology_html_1414092070 geology_html_1414092070:67:5828:5838 Santa Cruz California +0.249344 geology_html_1669907327 geology_html_1669907327:12:506:512 Reston Virginia +0.493568 aapg_ae_460.html aapg_ae_460.html:100:8125:8134 Cockfield Tomball, Texas +0.250444 aapg_aa_696.html aapg_aa_696.html:621:71043:71051 Colorado Denver +0.267168 aapg_aa_563.html aapg_aa_563.html:385:49300:49316 Fox Hills Coahuila +0.266231 cspg_html_9343899465 cspg_html_9343899465:2749:243755:243769 Beverley Inlet Melville Island (Canada) +0.482729 jgeology_html_4937430430 jgeology_html_4937430430:481:24264:24286 Gorge Salem, Oregon +0.271416 aapg_ac_699.html aapg_ac_699.html:132:10674:10691 El Abra Mexico +0.265734 aapg_ai_787.html aapg_ai_787.html:108:11008:11021 Jackson Mexico +0.479808 aapg_ac_191.html aapg_ac_191.html:84:15006:15023 Tamabra Texas +0.28638 aapg_ac_492.html aapg_ac_492.html:52:11512:11518 Sonora Coahuila +0.246984 aapg_aa_47.html aapg_aa_47.html:941:100893:100901 Colorado Sangre de Cristo Range +0.494088 palaios_html_3751051678 palaios_html_3751051678:67:6974:6982 Sundance Cheyenne, Wyoming +0.260608 cspg_html_2462765529 cspg_html_2462765529:235:39877:39903 Halfway Fulton, Missouri +0.241388 gsa_html_6143207195 gsa_html_6143207195:704:68665:68672 Calvert Seattle +0.233208 aapg_ae_777.html aapg_ae_777.html:140:17373:17397 Espiritu Santo Pecos River +0.505 aapg_ad_800.html aapg_ad_800.html:138:16345:16354 Demopolis Tupelo, Mississippi +0.256 AMJC_html_2890539371 AMJC_html_2890539371:342:37836:37853 Belly River Lacombe, Alberta +0.477158 sedimentology_html_7879809021 sedimentology_html_7879809021:1362:100351:100359 Virginia Middle Ordovician +0.459548 cspg_html_7777724998 cspg_html_7777724998:805:76892:76912 Crowsnest Lacombe, Alberta +0.48433 gsa_html_1266138577 gsa_html_1266138577:678:56488:56516 Green River Colorado +0.256032 geology_html_9965120376 geology_html_9965120376:15:810:819 San Diego California +0.46835 gsa_html_5625878232 gsa_html_5625878232:285:40025:40049 Northumberland Hornby Island +0.26367 aapg_ac_807.html aapg_ac_807.html:558:55163:55174 Piney Point Virginia +0.252504 aapg_ae_705.html aapg_ae_705.html:617:61778:61791 Santa Barbara California +0.2499 aapg_ah_647.html aapg_ah_647.html:730:80443:80451 Scherrer Colina, Chile +0.369492 aapg_ac_692.html aapg_ac_692.html:10:1402:1414 Granite Wash Lacombe, Alberta +0.249488 aapg_ah_467.html aapg_ah_467.html:179:14602:14607 Eagle Milk River, Alberta +0.261117 sedimentology_html_8594924487 sedimentology_html_8594924487:34:1748:1752 Bern Switzerland +0.252464 aapg_ah_318.html aapg_ah_318.html:1912:176076:176105 La Casita Cotton Valley, Louisiana +0.262654 palaios_html_1422826240 palaios_html_1422826240:85:8306:8314 Santiago Chile +0.254944 aapg_ac_597.html aapg_ac_597.html:267:18446:18455 San Diego California +0.480038 cspg_html_4727171280 cspg_html_4727171280:100:11942:11950 Edmonton Edmonton, London +0.270848 sedimentology_html_3521009800 sedimentology_html_3521009800:60:4383:4394 San Antonio San Antonio +0.485706 cspg_html_1019614994 cspg_html_1019614994:68:13606:13614 Columbia Lacombe, Alberta +0.22705 cspg_html_4550597410 cspg_html_4550597410:432:52995:53003 Bathurst England +0.789568 cspg_html_7938374662 cspg_html_7938374662:82:9155:9174 Matanuska Anchorage, Alaska +0.2667 aapg_aa_674.html aapg_aa_674.html:142:14401:14406 Tyler Pennsylvania +0.45073 cspg_html_8662646956 cspg_html_8662646956:845:109288:109298 Pine Point Hay River (Canada) +0.249559 aapg_ah_27.html aapg_ah_27.html:350:53993:54006 Barnett Fort Worth, Texas +0.252464 aapg_ai_764.html aapg_ai_764.html:112:12986:12999 Montoya West Texas +0.414264 sedimentology_html_1463603507 sedimentology_html_1463603507:1110:72358:72388 Ridge Route California +0.273333 gsa_html_1783148177 gsa_html_1783148177:767:77297:77321 Eagle Eagle Mountain (Minnesota) +0.37962 aapg_ae_69.html aapg_ae_69.html:183:20497:20527 Morgan Logan, Utah +0.24941 cspg_html_7325522863 cspg_html_7325522863:247:39200:39206 Viking Lacombe, Alberta +0.466416 aapg_ah_387.html aapg_ah_387.html:972:99045:99058 Mariposa Sierra Nevada (Spain) +0.448316 aapg_ai_17.html aapg_ai_17.html:195:15002:15018 Sabine Arkansas +0.243236 aapg_ah_654.html aapg_ah_654.html:584:61274:61294 Wind River Badwater Basin +0.272904 aapg_ah_224.html aapg_ah_224.html:97:10202:10210 Wolfcamp Lea County Regional Airport +0.25431 aapg_aa_735.html aapg_aa_735.html:43:4606:4612 Keokuk Burlington, Ontario +0.272459 gsa_html_5202646019 gsa_html_5202646019:643:61083:61094 Utica Earth +0.248997 cspg_html_8568877195 cspg_html_8568877195:122:21590:21608 Foremost Regina, Saskatchewan +0.261626 geology_html_3579174499 geology_html_3579174499:14:767:775 Montreal Quebec City +0.26313 aapg_ad_760.html aapg_ad_760.html:54:7912:7917 Sespe Santa Clara County, California +0.253272 cspg_html_8334041965 cspg_html_8334041965:415:46609:46625 Ireton Lacombe, Alberta +0.255528 aapg_ah_625.html aapg_ah_625.html:168:17606:17617 Green River Uinta Mountains +0.245862 geology_html_1557858249 geology_html_1557858249:224:21395:21401 Abbott Earth +0.241192 aapg_ai_0.html aapg_ai_0.html:934:105696:105704 Beaumont Corpus Christi Bay +0.253422 cspg_html_4555867289 cspg_html_4555867289:382:40634:40671 Charlie Lake Western Canadian Sedimentary Basin +0.49816 cspg_html_4516258038 cspg_html_4516258038:403:46007:46020 Eleanor River Bathurst Island (Northern Territory) +0.247979 cspg_html_6121424055 cspg_html_6121424055:93:7495:7511 Muskwa Lacombe, Alberta +0.831728 aapg_ae_757.html aapg_ae_757.html:3:339:352 Carlile Colorado +0.423196 gsa_html_8491258533 gsa_html_8491258533:102:10211:10220 Sugarloaf Bennington, Vermont +0.48783 aapg_af_150.html aapg_af_150.html:95:9810:9827 Schuler Mississippi River +0.256949 aapg_ac_646.html aapg_ac_646.html:685:48492:48500 Crescent Tulsa, Oklahoma +0.260051 cspg_html_1645105717 cspg_html_1645105717:429:43264:43271 Halifax Canada +0.267786 aapg_aa_232.html aapg_aa_232.html:277:31291:31311 Purgatoire Colorado +0.254769 aapg_aa_787.html aapg_aa_787.html:434:52663:52669 Provo Texas +0.48288 cspg_html_8211273957 cspg_html_8211273957:13:1643:1659 Ireton Lacombe, Alberta +0.484008 gsa_html_6015282381 gsa_html_6015282381:563:54221:54231 Washington McKenzie River +0.26117 cspg_html_4860363565 cspg_html_4860363565:25:3372:3409 Nisku Lacombe, Alberta +0.264132 sedimentology_html_7879809021 sedimentology_html_7879809021:184:15064:15068 Webb Huntington, West Virginia +0.497466 cspg_html_2418341010 cspg_html_2418341010:320:33437:33451 Winnipeg Manitoba +0.802804 aapg_ah_508.html aapg_ah_508.html:64:7319:7329 Stonehenge Maryland +0.252416 aapg_ae_498.html aapg_ae_498.html:664:72696:72714 Nealmont Virginia +0.253492 aapg_ah_779.html aapg_ah_779.html:503:94300:94311 Bonaventure Quebec City +0.470929 aapg_ac_635.html aapg_ac_635.html:126:15208:15217 Hornbrook Medford, Massachusetts +0.23862 geology_html_7068506787 geology_html_7068506787:308:27467:27475 Virginia Charlottesville, Virginia +0.846872 cspg_html_6383234409 cspg_html_6383234409:556:57365:57394 Bird Fiord Bathurst Island (Northern Territory) +0.26112 palaios_html_2736581987 palaios_html_2736581987:413:48102:48117 Hueco New Mexico +0.484946 cspg_html_2738241424 cspg_html_2738241424:50:4662:4685 Turner Valley Elkton, Kentucky +0.256386 aapg_ae_959.html aapg_ae_959.html:2996:225964:225972 Wolfcamp Delaware +0.260598 aapg_aa_298.html aapg_aa_298.html:1053:121546:121571 Phosphoria Little Cottonwood Creek +0.26061 jgeology_html_8494933343 jgeology_html_8494933343:457:35742:35750 Colorado Little Colorado River +0.244011 cspg_html_5241714595 cspg_html_5241714595:366:56867:56893 Athabasca Redwater, Texas +0.522 aapg_af_450.html aapg_af_450.html:152:19263:19274 Green River Cheyenne, Wyoming +0.249216 cspg_html_2969995408 cspg_html_2969995408:169:20311:20328 Sikanni Victoria, British Columbia +0.492264 aapg_aa_848.html aapg_aa_848.html:190:16945:16951 Banner Cheyenne, Wyoming +0.262626 cspg_html_8121202912 cspg_html_8121202912:280:34737:34742 Wonah Mount Wilson Observatory +0.4769 AMJC_html_9113252962 AMJC_html_9113252962:477:56031:56039 Bachelor Cambridge, Massachusetts +0.515307 sedimentology_html_7282237695 sedimentology_html_7282237695:1563:69390:69394 Hall London, Ontario +0.49062 geology_html_1287911214 geology_html_1287911214:29:1615:1623 Colorado Denver +0.681886 cspg_html_3579312067 cspg_html_3579312067:32:4541:4558 Sayabec New Brunswick, New Jersey +0.494172 cspg_html_1336185084 cspg_html_1336185084:351:39496:39516 Clearwater CFB Cold Lake +0.486324 cspg_html_9771826320 cspg_html_9771826320:751:117201:117219 Beaufort Canadian Arctic Archipelago +0.266766 gsa_html_7040053075 gsa_html_7040053075:393:40582:40601 Duarte San Gabriel Mountains +0.272964 cspg_html_9637445661 cspg_html_9637445661:188:17399:17408 Mackenzie Lacombe, Alberta +0.522952 gsa_html_2030116710 gsa_html_2030116710:858:72703:72731 Green River Colorado +0.525946 aapg_ah_318.html aapg_ah_318.html:735:79804:79823 Smackover Shreveport, Louisiana +0.42117 palaios_html_9133125241 palaios_html_9133125241:363:43553:43559 Oxford Alexandria, Virginia +0.462241 aapg_ac_363.html aapg_ac_363.html:482:50900:50914 Tejon Maricopa, Arizona +0.462241 gsa_html_7464626519 gsa_html_7464626519:1115:98994:99016 Vallecito Conglomerate Albuquerque, New Mexico +0.272288 gsa_html_2422494332 gsa_html_2422494332:626:62420:62430 Washington Seattle +0.247126 aapg_ah_370.html aapg_ah_370.html:381:28879:28900 Potter Farm Rockport, Massachusetts +0.24153 aapg_ai_491.html aapg_ai_491.html:444:56399:56411 Rico Coconino County, Arizona +0.260554 jgeology_html_1838149422 jgeology_html_1838149422:763:66371:66389 John Day Boise, Idaho +0.48616 geology_html_2789012198 geology_html_2789012198:249:16908:16914 Sonora Sonora +0.478 aapg_ae_708.html aapg_ae_708.html:154:17987:18007 Nolichucky Maryville, Missouri +0.838572 cspg_html_9958679425 cspg_html_9958679425:36:3859:3864 Nisku Regina, Saskatchewan +0.263133 aapg_ac_882.html aapg_ac_882.html:540:49211:49219 Fairview Kentucky +0.261919 palaios_html_1229296810 palaios_html_1229296810:227:20910:20943 Morrison Cheyenne, Wyoming +0.270175 cspg_html_3354282978 cspg_html_3354282978:742:88608:88626 Wabamun Lacombe, Alberta +0.234784 aapg_ai_31.html aapg_ai_31.html:233:23701:23709 Oakville Texas +0.260538 cspg_html_5976982403 cspg_html_5976982403:31:5570:5585 Siyeh Purcell Mountains +0.499639 aapg_ah_868.html aapg_ah_868.html:92:8715:8724 Mesaverde Beaumont, Texas +0.455906 geology_html_6476658393 geology_html_6476658393:33:3040:3056 Nepean Ontario, California +0.497354 aapg_ae_958.html aapg_ae_958.html:2196:189407:189428 Dewey Lake Salado, Texas +0.49305 gsa_html_3445493534 gsa_html_3445493534:676:71462:71475 Santa Barbara California +0.805701 cspg_html_5541937700 cspg_html_5541937700:1027:117090:117106 Viking Lacombe, Alberta +0.250976 aapg_ae_70.html aapg_ae_70.html:394:38333:38341 Colorado Grand Junction, Colorado +0.248997 jgeology_html_1077326399 jgeology_html_1077326399:455:27718:27734 Navajo Colorado Plateau +0.483708 cspg_html_7963093032 cspg_html_7963093032:631:58262:58282 Cadomin Lacombe, Alberta +0.494328 aapg_ac_617.html aapg_ac_617.html:144:19607:19617 Washington Texas +0.231352 aapg_ac_899.html aapg_ac_899.html:54:5117:5136 Sunniland North Florida +0.239598 aapg_ah_795.html aapg_ah_795.html:31:2835:2869 Onondaga Chautauqua, New York +0.492866 gsa_html_5274400800 gsa_html_5274400800:589:47971:47997 Monterey California +0.253506 aapg_aa_541.html aapg_aa_541.html:54:7210:7217 Cypress Hartselle, Alabama +0.499352 gsa_html_1151405886 gsa_html_1151405886:29:2796:2824 Green River Colorado +0.50806 aapg_ah_443.html aapg_ah_443.html:8:1385:1406 Belly River Mill City, Oregon +0.225138 gsa_html_4432793908 gsa_html_4432793908:1162:115161:115168 Harmony Reno, Nevada +0.450369 gsa_html_6457388516 gsa_html_6457388516:721:60268:60272 Webb New Zealand +0.487026 aapg_ac_380.html aapg_ac_380.html:500:58988:59016 Bois Blanc Ohio +0.261105 aapg_ad_11.html aapg_ad_11.html:135:18687:18700 Golden Valley Wasatch Range +0.474122 aapg_aa_987.html aapg_aa_987.html:303:29889:29894 Salem Patoka, Illinois +0.261476 aapg_ac_867.html aapg_ac_867.html:490:67026:67047 Green River Uinta Mountains +0.258981 palaios_html_9135834510 palaios_html_9135834510:472:37235:37243 Columbia Victoria, British Columbia +0.256 palaios_html_6025329652 palaios_html_6025329652:746:56064:56070 Oregon Hells Canyon +0.486156 cspg_html_3854139935 cspg_html_3854139935:33:5343:5354 Belly River Lacombe, Alberta +0.482157 cspg_html_9354781888 cspg_html_9354781888:634:51741:51749 Columbia Victoria, British Columbia +0.24696 gsa_html_8244777175 gsa_html_8244777175:132:11891:11909 Hurricane Mountain Western world +0.25338 aapg_ae_415.html aapg_ae_415.html:685:85274:85279 Ponce Melbourne, Florida +0.251122 aapg_ad_858.html aapg_ad_858.html:287:20861:20867 Paluxy Rodessa, Louisiana +0.26059 gsa_html_3816882354 gsa_html_3816882354:801:70856:70864 Columbia Victoria, British Columbia +0.239259 geology_html_6903099226 geology_html_6903099226:290:24918:24923 Swift Closter, New Jersey +0.478028 gsa_html_4108535696 gsa_html_4108535696:768:66445:66453 Victoria Canada +0.482384 gsa_html_1040524378 gsa_html_1040524378:784:81019:81025 Casper Cheyenne, Wyoming +0.282462 aapg_aa_23.html aapg_aa_23.html:609:76526:76550 Stony Mountain Cheyenne, Wyoming +0.255987 aapg_ad_218.html aapg_ad_218.html:172:21269:21293 Bedford Southern California +0.253008 gsa_html_5798752285 gsa_html_5798752285:572:51240:51260 Earp Africa +0.375003 cspg_html_3041902517 cspg_html_3041902517:1294:143912:143934 Trold Fiord Ellesmere Island +0.484188 aapg_ah_318.html aapg_ah_318.html:1435:143202:143225 Cotton Valley Arkansas +0.267716 aapg_ae_454.html aapg_ae_454.html:559:51005:51024 Smackover Nevada County, California +0.463083 gsa_html_4216613284 gsa_html_4216613284:320:36986:37002 Hermit Grand Canyon +0.263169 cspg_html_2490951833 cspg_html_2490951833:601:92511:92527 Nisku Lacombe, Alberta +0.495378 gsa_html_6753587537 gsa_html_6753587537:71:5700:5728 Green River Colorado +0.47215 aapg_ae_415.html aapg_ae_415.html:261:34200:34216 Forest Mississippi River +0.261096 aapg_ae_767.html aapg_ae_767.html:189:17985:17993 Colorado Sangre de Cristo Range +0.251988 aapg_ai_340.html aapg_ai_340.html:957:72592:72606 Nuka Anchorage, Alaska +0.127959 aapg_ae_544.html aapg_ae_544.html:297:35221:35234 Carlile Black Hills +0.260084 cspg_html_2873888604 cspg_html_2873888604:262:40040:40065 Baldonnel Victoria, British Columbia +0.372645 cspg_html_9343899465 cspg_html_9343899465:428:43647:43659 Hecla Bay Melville Island (Canada) +0.475752 aapg_ad_318.html aapg_ad_318.html:199:25499:25511 Salina Bloomington, Indiana +0.854428 cspg_html_1173833070 cspg_html_1173833070:133:16083:16097 Paskapoo Edmonton, London +0.247396 aapg_ac_380.html aapg_ac_380.html:447:52742:52765 Onondaga Wyckoff, New Jersey +0.47817 cspg_html_2838996125 cspg_html_2838996125:139:26614:26624 Camp Creek Texas +0.50298 AMJC_html_3632105729 AMJC_html_3632105729:472:66773:66783 Washington Salem, Oregon +0.257484 aapg_ah_131.html aapg_ah_131.html:44:4160:4174 Fredericksburg Paluxy, Texas +0.481068 cspg_html_4269474759 cspg_html_4269474759:1146:113239:113265 Horseshoe Canyon Lacombe, Alberta +0.24038 sedimentology_html_3445384933 sedimentology_html_3445384933:780:55554:55558 Hall London, Ontario +0.256522 cspg_html_9119878068 cspg_html_9119878068:84:11082:11104 Waterways Swan Hill, Victoria +0.249344 cspg_html_8571955552 cspg_html_8571955552:254:30886:30903 Sadlerochit Prudhoe Bay Oil Field +0.273088 cspg_html_1124814558 cspg_html_1124814558:6:374:388 Colorado Lacombe, Alberta +0.24745 aapg_ae_916.html aapg_ae_916.html:174:19094:19109 Mt Lytton Cut Bank, Montana +0.258566 cspg_html_2919583977 cspg_html_2919583977:40:4025:4033 Columbia Victoria, British Columbia +0.442391 sedimentology_html_8510537334 sedimentology_html_8510537334:731:55242:55247 Eagle Pennsylvania +0.25544 jgeology_html_2784246086 jgeology_html_2784246086:52:2299:2324 Taylor Antarctica +0.497034 gsa_html_7193789775 gsa_html_7193789775:188:21323:21328 Price Logan, Utah +0.462978 aapg_aa_684.html aapg_aa_684.html:191:18741:18750 Popo Agie Cheyenne, Wyoming +0.491667 palaios_html_7930345720 palaios_html_7930345720:395:40181:40199 Kayenta Chinle Formation +0.244856 aapg_ac_920.html aapg_ac_920.html:37:5910:5928 Gerster Kaibab, Arizona +0.49469 jgeology_html_4599466962 jgeology_html_4599466962:318:23077:23086 Schoharie Syracuse, New York +0.708288 cspg_html_7809640865 cspg_html_7809640865:129:11828:11849 Shaftesbury Lacombe, Alberta +0.247604 cspg_html_5541937700 cspg_html_5541937700:620:84061:84077 Viking Pebble Mine +0.248446 cspg_html_4636216007 cspg_html_4636216007:428:43678:43693 Melville Island Ellesmere Island +0.263626 aapg_ah_428.html aapg_ah_428.html:191:24134:24151 El Paso El Paso, Texas +0.901394 aapg_aa_147.html aapg_aa_147.html:423:45831:45851 Stonewall Red River of the North +0.273552 aapg_ah_95.html aapg_ah_95.html:111:10339:10355 Concha Arizona +0.245024 sedimentology_html_1467256460 sedimentology_html_1467256460:529:46897:46914 Gorge Shire of Roebourne +0.27234 aapg_af_568.html aapg_af_568.html:763:69701:69720 Sundance Dolomites +0.25041 gsa_html_9296779210 gsa_html_9296779210:726:63354:63362 Colorado Denver +0.48443 geology_html_7477160500 geology_html_7477160500:161:18292:18312 Missisauga Ontario, California +0.252 sedimentology_html_1946067194 sedimentology_html_1946067194:595:37314:37326 Green Valley Green Valley, Los Angeles County, California +0.522784 cspg_html_6611173979 cspg_html_6611173979:467:40080:40098 Palliser Victoria, British Columbia +0.672606 aapg_ae_643.html aapg_ae_643.html:208:24664:24673 Rose Hill Lee County, Alabama +0.494769 aapg_ad_981.html aapg_ad_981.html:246:15404:15417 Windsor Middle East +0.239875 cspg_html_1915486237 cspg_html_1915486237:323:39599:39607 Columbia Victoria, British Columbia +0.470899 geology_html_8813860602 geology_html_8813860602:58:5110:5116 Denver Colorado +0.496503 gsa_html_4339524478 gsa_html_4339524478:1050:96483:96489 Oregon Boise, Idaho +0.484746 cspg_html_5170528958 cspg_html_5170528958:140:24566:24575 Nisku Lacombe, Alberta +0.49028 gsa_html_5274400800 gsa_html_5274400800:688:55737:55755 Monterey California +0.257048 cspg_html_4126093606 cspg_html_4126093606:93:10499:10505 Guelph Ontario, California +0.482733 gsa_html_8052506041 gsa_html_8052506041:68:5296:5324 Green River Colorado +0.244458 cspg_html_6927586285 cspg_html_6927586285:228:32057:32067 Quesnellia Western world +0.261632 aapg_ah_881.html aapg_ah_881.html:69:7307:7327 Huntingdon Western world +0.690954 aapg_af_625.html aapg_af_625.html:609:62804:62819 Bloomsburg Salina, Kansas +0.494758 geology_html_7526114759 geology_html_7526114759:46:3809:3819 Washington Cascade Range +0.47311 jgeology_html_1110223691 jgeology_html_1110223691:122:8772:8778 Provo Black Sea +0.256688 aapg_ae_272.html aapg_ae_272.html:39:5444:5462 Michigan Michigan +0.25551 aapg_ae_324.html aapg_ae_324.html:88:9029:9036 Honaker Virginia +0.251748 cspg_html_6255491344 cspg_html_6255491344:251:36155:36158 Elk Fernie, British Columbia +0.472294 jgeology_html_2830376336 jgeology_html_2830376336:516:32297:32303 Madrid Canada +0.254925 cspg_html_9072696952 cspg_html_9072696952:8:436:458 Buckinghorse Canada +0.250901 cspg_html_7938374662 cspg_html_7938374662:75:8478:8500 Grand Rapids Svalbard +0.476623 cspg_html_1732329534 cspg_html_1732329534:65:9357:9382 Porcupine Lacombe, Alberta +0.479688 aapg_aa_369.html aapg_aa_369.html:14:2128:2148 Palo Pinto Texas +0.2652 sedimentology_html_2442491538 sedimentology_html_2442491538:1033:89778:89794 Cutler Colorado +0.250344 aapg_ad_2.html aapg_ad_2.html:1397:191120:191132 Chambersburg Martinsburg, Nebraska +0.237105 aapg_aa_913.html aapg_aa_913.html:382:29967:29973 Sierra Mexico +0.252993 aapg_ai_250.html aapg_ai_250.html:61:6653:6670 Manitou Brainerd, Minnesota +0.26368 cspg_html_1893593837 cspg_html_1893593837:176:13536:13552 Bad Cache Rapids Southampton Island +0.501992 aapg_ad_444.html aapg_ad_444.html:31:4259:4276 El Paso West Texas +0.544684 cspg_html_6331977039 cspg_html_6331977039:145:15562:15581 Red River Manitoba +0.467064 jgeology_html_3353186896 jgeology_html_3353186896:579:48492:48512 Pinto Cordillera Administrative Region +0.485888 gsa_html_3930345425 gsa_html_3930345425:68:4155:4183 Green River Colorado +0.473185 sedimentology_html_3417633442 sedimentology_html_3417633442:79:6860:6895 Colorado Shreveport, Louisiana +0.264052 aapg_af_849.html aapg_af_849.html:7:815:833 Tensleep Carbon County, Wyoming +0.253482 palaios_html_4782349341 palaios_html_4782349341:561:52467:52471 Lane Germany +0.256 aapg_ai_697.html aapg_ai_697.html:251:27241:27247 Casper Cheyenne, Wyoming +0.796272 cspg_html_9720041449 cspg_html_9720041449:1149:137948:137969 Cooking Lake Lacombe, Alberta +0.27664 cspg_html_3521815736 cspg_html_3521815736:445:60827:60835 Columbia Lacombe, Alberta +0.279816 aapg_af_653.html aapg_af_653.html:482:56388:56396 Vaqueros Salinas, California +0.246576 aapg_aa_901.html aapg_aa_901.html:30:4737:4748 Mowry Colorado +0.487341 cspg_html_8250500468 cspg_html_8250500468:47:6325:6340 Dunvegan Colorado +0.24892 aapg_aa_4.html aapg_aa_4.html:279:37428:37449 Bluff Keuka Lake +0.2548 gsa_html_5274400800 gsa_html_5274400800:55:5590:5616 Monterey California +0.27756 aapg_ai_20.html aapg_ai_20.html:43:4356:4384 San Joaquin Tulare, California +0.248482 aapg_af_327.html aapg_af_327.html:30:4017:4025 Virginia Reston, Virginia +0.270864 aapg_ac_301.html aapg_ac_301.html:109:13421:13440 Fish Haven Dolomite Boise, Idaho +0.24598 sedimentology_html_9199455608 sedimentology_html_9199455608:1137:77301:77305 Hall London, Ontario +0.48048 cspg_html_9073385860 cspg_html_9073385860:112:9562:9577 Leduc Redwater, Texas +0.490455 aapg_ae_73.html aapg_ae_73.html:367:48240:48257 Entrada Exeter, New Hampshire +0.273408 aapg_ad_801.html aapg_ad_801.html:207:22644:22650 Sparta Lisbon +0.47846 gsa_html_1766933224 gsa_html_1766933224:732:62932:62937 Moran Lake Agassiz +0.370265 cspg_html_9113030208 cspg_html_9113030208:23:3087:3124 Otto Fiord Ellesmere Island +0.256027 cspg_html_8362959053 cspg_html_8362959053:297:29261:29275 Bullhead Victoria, British Columbia +0.499352 aapg_ac_628.html aapg_ac_628.html:308:50861:50882 Price Colorado +0.24598 gsa_html_4487093132 gsa_html_4487093132:917:56137:56143 Provo Switzerland +0.818769 aapg_ad_918.html aapg_ad_918.html:3:444:462 Niobrara Colorado +0.477582 cspg_html_8371777215 cspg_html_8371777215:155:19473:19481 Columbia Victoria, British Columbia +0.48603 aapg_ai_357.html aapg_ai_357.html:23:3265:3288 Comanche Peak Uvalde, Texas +0.253952 gsa_html_1290697059 gsa_html_1290697059:633:47571:47580 Peninsula Quebec City +0.271117 aapg_ae_767.html aapg_ae_767.html:62:6621:6638 Entrada New Mexico +0.252784 cspg_html_8568877195 cspg_html_8568877195:359:58756:58778 Belly River Regina, Saskatchewan +0.23859 sedimentology_html_3181527419 sedimentology_html_3181527419:433:27719:27723 Earp Supai, Arizona +0.292008 aapg_ac_575.html aapg_ac_575.html:527:79294:79301 Ankareh Moenkopi Formation +0.252865 palaios_html_8798455546 palaios_html_8798455546:324:34179:34185 Walker Caribbean +0.50868 aapg_ad_466.html aapg_ad_466.html:290:35442:35449 Raritan Closter, New Jersey +0.265125 gsa_html_6136696916 gsa_html_6136696916:9:376:396 Columbia Central America +0.264187 aapg_ae_789.html aapg_ae_789.html:22:3489:3502 Wabamun Lacombe, Alberta +0.240588 gsa_html_8549650339 gsa_html_8549650339:21:731:742 San Antonio Texas +0.251502 aapg_ad_258.html aapg_ad_258.html:160:15935:15957 Williamsport Blair County, Pennsylvania +0.494 aapg_ah_894.html aapg_ah_894.html:72:11218:11235 Sadlerochit Prudhoe Bay Oil Field +0.500192 aapg_ae_416.html aapg_ae_416.html:146:14001:14008 Anahuac Tampa, Florida +0.245967 cspg_html_3187844923 cspg_html_3187844923:289:42119:42125 Sustut Victoria, British Columbia +0.257 gsa_html_3648258377 gsa_html_3648258377:1105:101057:101064 Magothy Potomac, Maryland +0.483285 aapg_ae_886.html aapg_ae_886.html:462:50299:50329 Green River Cheyenne, Wyoming +0.278184 geology_html_9635786061 geology_html_9635786061:238:21136:21144 Santiago Spain +0.48403 aapg_ai_157.html aapg_ai_157.html:539:49260:49277 Guelph Salina, Kansas +0.482377 gsa_html_4719798013 gsa_html_4719798013:272:26837:26862 Blackwater Draw Pecos River +0.509467 sedimentology_html_4004655641 sedimentology_html_4004655641:298:17237:17246 San Diego Canada +0.245338 aapg_ah_218.html aapg_ah_218.html:184:21743:21760 Leipers Barren County, Kentucky +0.51624 gsa_html_8030464622 gsa_html_8030464622:64:5524:5533 Red River Red River of the North +0.468494 aapg_af_673.html aapg_af_673.html:333:35211:35224 Lone Mountain Reno, Nevada +0.27169 cspg_html_1925276454 cspg_html_1925276454:503:54119:54140 Shaftesbury Canada +0.262524 aapg_ah_644.html aapg_ah_644.html:385:45963:45968 Piper Regina, Saskatchewan +0.457884 aapg_aa_960.html aapg_aa_960.html:327:26642:26659 Dolores Durango, Durango +0.494328 palaios_html_5269624070 palaios_html_5269624070:692:73091:73095 Hall Spain +0.262614 cspg_html_1818321956 cspg_html_1818321956:297:29579:29594 Prida Reno, Nevada +0.4794 aapg_ac_334.html aapg_ac_334.html:376:40356:40377 Green River Sweetwater, Miami-Dade County, Florida +0.246506 aapg_aa_644.html aapg_aa_644.html:721:58949:58957 Colorado Colorado +0.255458 cspg_html_8054926782 cspg_html_8054926782:38:5779:5803 Old Fort Lake Louise, Alberta +0.265698 cspg_html_4235335749 cspg_html_4235335749:12:1424:1446 Medicine Hat Lacombe, Alberta +0.45675 jgeology_html_4115179562 jgeology_html_4115179562:167:10927:10945 Catoctin Lynchburg, Virginia +0.504212 aapg_ad_81.html aapg_ad_81.html:1077:177088:177097 Lodgepole Cheyenne, Wyoming +0.261 cspg_html_3026112034 cspg_html_3026112034:753:74179:74187 Palliser Lacombe, Alberta +0.234909 aapg_ac_881.html aapg_ac_881.html:659:78132:78151 Red River Winnipeg +0.24948 aapg_ah_4.html aapg_ah_4.html:528:61191:61201 San Marcos Lima, Ohio +0.255595 palaios_html_3912601201 palaios_html_3912601201:316:39426:39432 Dakota Bridgewater, Massachusetts +0.509168 cspg_html_9222238695 cspg_html_9222238695:301:40347:40363 Fernie Lacombe, Alberta +0.500325 aapg_ai_975.html aapg_ai_975.html:1181:93038:93052 Buda Texas +0.482064 aapg_aa_465.html aapg_aa_465.html:167:28859:28878 Glen Rose San Antonio +0.237919 aapg_ah_214.html aapg_ah_214.html:294:37289:37308 Home Lacombe, Alberta +0.247504 palaios_html_3855840708 palaios_html_3855840708:388:33820:33835 Florissant Colorado +0.2565 aapg_af_58.html aapg_af_58.html:66:4728:4739 Trempealeau Ohio +0.474815 cspg_html_7866293053 cspg_html_7866293053:264:29561:29584 Grand Rapids Clearwater, Florida +0.491967 palaios_html_2592562131 palaios_html_2592562131:809:64222:64251 Bloomsburg Pennsylvania +0.253005 cspg_html_6901590840 cspg_html_6901590840:266:22886:22896 Pine Point Canada +0.488188 jgeology_html_3625026933 jgeology_html_3625026933:123:6866:6872 Oregon Washington (state) +0.471276 aapg_ad_44.html aapg_ad_44.html:702:74786:74792 Oswego Juniata County School District +0.487113 aapg_ah_469.html aapg_ah_469.html:249:19623:19634 Arkadelphia Alabama +0.239875 geology_html_6113200258 geology_html_6113200258:61:6317:6332 Gorge Bennington, Vermont +0.276532 aapg_ad_55.html aapg_ad_55.html:6:722:729 Plattin Cape Girardeau, Missouri +0.853727 cspg_html_6985536436 cspg_html_6985536436:733:95136:95152 Kanguk Banks Island +0.469796 geology_html_1719128861 geology_html_1719128861:15:578:583 Queen Ontario, California +0.502524 cspg_html_5345848475 cspg_html_5345848475:87:12325:12339 Colorado Regina, Saskatchewan +0.489168 palaios_html_8095221691 palaios_html_8095221691:203:23406:23416 Carbondale Illinois +0.25553 AMJC_html_5916115748 AMJC_html_5916115748:107:11272:11291 Quinault Montesano, Washington +0.486822 aapg_ah_245.html aapg_ah_245.html:268:26137:26148 Peace River Canada +0.463988 aapg_af_653.html aapg_af_653.html:385:45703:45710 Temblor Monterey, California +0.292656 aapg_ac_702.html aapg_ac_702.html:361:37580:37596 Oread Atchison, Kansas +0.235971 cspg_html_2093862169 cspg_html_2093862169:414:43567:43582 Bluff Grand Cayman +0.242028 aapg_ad_317.html aapg_ad_317.html:43:4823:4832 Gatesburg Pennsylvania +0.281765 aapg_af_579.html aapg_af_579.html:320:34398:34415 Entrada Entrada Sandstone +0.48504 gsa_html_7199417381 gsa_html_7199417381:577:58895:58922 White River Nebraska +0.506086 cspg_html_5660413005 cspg_html_5660413005:73:10159:10173 Wabamun Blue Ridge Mountains +0.272824 aapg_ah_654.html aapg_ah_654.html:343:34188:34208 Minnekahta Black Hills +0.466947 cspg_html_3097746547 cspg_html_3097746547:44:6896:6920 Clearwater Calgary +0.509736 aapg_ae_224.html aapg_ae_224.html:31:3293:3302 San Pedro Wilmington, North Carolina +0.262143 gsa_html_9457387752 gsa_html_9457387752:292:28196:28224 Tonoloway Maryland +0.257554 aapg_ak_87.html aapg_ak_87.html:404:52314:52330 Supai Mogollon, New Mexico +0.29538 aapg_ai_328.html aapg_ai_328.html:183:15828:15849 Lake Valley Rift Valley lakes +0.264404 aapg_ah_75.html aapg_ah_75.html:269:33569:33584 Richmond Quebec City +0.27401 aapg_ai_153.html aapg_ai_153.html:255:41265:41281 Belden Kearny, New Jersey +0.253895 aapg_aa_906.html aapg_aa_906.html:651:67427:67442 Mesaverde New Mexico +0.2545 aapg_aa_485.html aapg_aa_485.html:161:20824:20829 Colon Piura Region +0.24096 gsa_html_5664265459 gsa_html_5664265459:1207:112208:112214 Walker Salem, Oregon +0.261096 sedimentology_html_7775845660 sedimentology_html_7775845660:663:57220:57238 Sisquoc Monterey, California +0.27404 aapg_ae_35.html aapg_ae_35.html:111:10451:10472 Green River Colorado +0.393708 cspg_html_4626597050 cspg_html_4626597050:161:20170:20187 Dinwoody Logan, Utah +0.49608 cspg_html_6255491344 cspg_html_6255491344:318:40794:40799 Price Victoria, British Columbia +0.47223 aapg_ai_82.html aapg_ai_82.html:300:32985:32995 Greenbrier Greenbrier (Great Smoky Mountains) +0.526 aapg_aa_303.html aapg_aa_303.html:310:28386:28398 Percha Colorado +0.255987 aapg_ac_100.html aapg_ac_100.html:47:5724:5742 Norphlet Mexico +0.255524 gsa_html_3448554349 gsa_html_3448554349:461:45202:45215 Bedford Huntington, West Virginia +0.26162 sedimentology_html_6367222020 sedimentology_html_6367222020:882:45991:45999 Colorado Leadville, Colorado +0.25908 cspg_html_7903023332 cspg_html_7903023332:12:1942:1950 Columbia Lacombe, Alberta +0.245727 aapg_ad_2.html aapg_ad_2.html:169:23782:23799 Loudoun South Mountains (Arizona) +0.691676 aapg_aa_544.html aapg_aa_544.html:88:11491:11507 Casper Black Hills +0.469308 gsa_html_1931201430 gsa_html_1931201430:1002:92835:92841 Oregon Salem, Oregon +0.259081 sedimentology_html_2139169476 sedimentology_html_2139169476:343:36602:36611 Peninsula Korea +0.256968 sedimentology_html_1044851140 sedimentology_html_1044851140:795:76937:76963 Monterey California +0.271908 cspg_html_4785922166 cspg_html_4785922166:484:58058:58080 Slave Point Great Slave Lake +0.236973 gsa_html_4067269733 gsa_html_4067269733:9:491:499 Colorado Grand Canyon +0.46104 cspg_html_9905904289 cspg_html_9905904289:6:675:681 Battle Lacombe, Alberta +0.26563 aapg_ae_156.html aapg_ae_156.html:58:8409:8418 Williston Lacombe, Alberta +0.260604 cspg_html_3589404052 cspg_html_3589404052:912:103072:103096 Belloy Boise, Idaho +0.69938 aapg_ai_296.html aapg_ai_296.html:29:4210:4217 Everton Arkansas +0.255488 aapg_ak_58.html aapg_ak_58.html:968:91855:91871 Borden Illinois +0.248952 gsa_html_1266138577 gsa_html_1266138577:406:33412:33425 Poleta Salinas Valley +0.263069 aapg_ac_361.html aapg_ac_361.html:499:54264:54300 Francisco Monterey Bay +0.38279 aapg_ah_779.html aapg_ah_779.html:588:108727:108734 Chemung Pennsylvania +0.485376 aapg_ah_624.html aapg_ah_624.html:134:13355:13363 Beaumont New Mexico +0.512746 aapg_aa_597.html aapg_aa_597.html:347:33017:33021 Cass Great Britain +0.473185 aapg_ae_182.html aapg_ae_182.html:222:26756:26769 Cotton Valley Haynesville, Louisiana +0.247979 sedimentology_html_6777727337 sedimentology_html_6777727337:1438:85656:85660 Bond North Atlantic Current +0.237025 aapg_ai_765.html aapg_ai_765.html:304:28090:28098 Virginia Huntington, West Virginia +0.199995 aapg_ak_131.html aapg_ak_131.html:247:37220:37251 Lizard Springs Trinidad and Tobago +0.262446 aapg_ad_156.html aapg_ad_156.html:76:9911:9933 Water Island Puerto Rico +0.382414 jgeology_html_8064855537 jgeology_html_8064855537:192:11588:11604 Dakota Logan, Utah +0.265161 cspg_html_1450375831 cspg_html_1450375831:18:2194:2202 Deadwood Middle Ordovician +0.47632 aapg_ah_797.html aapg_ah_797.html:103:9487:9498 Trempealeau Morrow County, Ohio +0.25959 aapg_ai_593.html aapg_ai_593.html:1507:157171:157200 Denton Goodland, Kansas +0.373998 aapg_ai_107.html aapg_ai_107.html:671:60202:60219 Hosston East Texas +0.469614 aapg_aa_648.html aapg_aa_648.html:268:29718:29726 Virginia Norfolk, Virginia +0.24846 cspg_html_9970905394 cspg_html_9970905394:98:10819:10842 Snowblind Bay Little Cornwallis Island +0.252984 aapg_aa_72.html aapg_aa_72.html:42:2671:2681 Washington Coshocton, Ohio +0.246506 geology_html_5817459329 geology_html_5817459329:256:23610:23618 Colorado Denver +0.483912 cspg_html_3367984758 cspg_html_3367984758:232:29985:29993 Columbia Victoria, British Columbia +0.44697 aapg_ah_328.html aapg_ah_328.html:353:37548:37555 Madison Garland, Texas +0.267596 aapg_af_461.html aapg_af_461.html:174:16039:16059 Bois Blanc Michigan +0.489762 geology_html_3024313000 geology_html_3024313000:139:14607:14613 Brazil San Francisco +0.266207 cspg_html_5210692627 cspg_html_5210692627:15:2409:2417 Imperial Fort McMurray +0.244829 gsa_html_3720789279 gsa_html_3720789279:1494:134245:134256 Coon Hollow Wallowa, Oregon +0.243987 aapg_ac_251.html aapg_ac_251.html:752:85870:85887 Baraboo Quartzite Wisconsin +0.4725 aapg_ai_725.html aapg_ai_725.html:20:3299:3303 Iola Osage County, Kansas +0.261783 sedimentology_html_9176704178 sedimentology_html_9176704178:835:64708:64712 Hall London, Ontario +0.24304 cspg_html_4636216007 cspg_html_4636216007:108:12109:12117 Bathurst Melville, New York +0.250985 cspg_html_5889831809 cspg_html_5889831809:43:6038:6061 Grand Rapids Clearwater, Florida +0.27081 cspg_html_2536163557 cspg_html_2536163557:188:30076:30088 Saskatchewan Williston Basin +0.250318 cspg_html_7378664643 cspg_html_7378664643:883:116746:116764 Grosmont Canada +0.399096 cspg_html_7839431712 cspg_html_7839431712:119:14167:14193 Horseshoe Canyon Lacombe, Alberta +0.258566 AMJC_html_8785759243 AMJC_html_8785759243:1009:90033:90052 Arc Honolulu +0.263105 cspg_html_8231573314 cspg_html_8231573314:9:722:739 Montney Canada +0.50085 aapg_ad_880.html aapg_ad_880.html:618:59120:59138 Sundance Black Hills +0.487936 geology_html_2888478969 geology_html_2888478969:169:13392:13400 Colorado Melbourne, Florida +0.45778 aapg_ae_305.html aapg_ae_305.html:23:3784:3803 Rio Negro Maracaibo +0.245448 aapg_ah_505.html aapg_ah_505.html:1719:141540:141548 Colorado Colorado +0.262644 palaios_html_3751259297 palaios_html_3751259297:65:8382:8401 Hartselle Monteagle, Tennessee +0.498996 gsa_html_8601242601 gsa_html_8601242601:32:2671:2699 Green River Colorado +0.22705 aapg_ad_785.html aapg_ad_785.html:693:75518:75526 Fountain Colorado Springs, Colorado +0.363758 aapg_ai_107.html aapg_ai_107.html:568:48193:48202 Shongaloo East Texas +0.249444 geology_html_8555444116 geology_html_8555444116:235:22146:22158 Rhode Island Newport, Rhode Island +0.248496 aapg_ai_276.html aapg_ai_276.html:28:4349:4357 Virginia Cape Henry Light +0.254058 gsa_html_5625878232 gsa_html_5625878232:291:40887:40911 Northumberland Hornby Island +0.496584 jgeology_html_4305195651 jgeology_html_4305195651:567:68905:68923 Catskill Hyner View State Park +0.867272 aapg_ac_333.html aapg_ac_333.html:21:3261:3275 Yeso New Mexico +0.479 gsa_html_1712275503 gsa_html_1712275503:177:15589:15617 Green River New Mexico +0.32308 aapg_aa_544.html aapg_aa_544.html:80:10307:10326 Minnelusa Black Hills +0.5019 cspg_html_9942234474 cspg_html_9942234474:506:55247:55280 Grosmont Lacombe, Alberta +0.47616 cspg_html_3385840278 cspg_html_3385840278:19:2927:2948 Beaverhill Lacombe, Alberta +0.697939 aapg_ad_883.html aapg_ad_883.html:97:12119:12127 Starved Rock Iowa +0.266928 aapg_af_886.html aapg_af_886.html:233:9190:9200 Washington Texas +0.487368 aapg_ah_97.html aapg_ah_97.html:97:12406:12411 Viola Middle Ordovician +0.26565 aapg_af_734.html aapg_af_734.html:215:28175:28191 Seabee North Slope Borough, Alaska +0.475776 gsa_html_7938666655 gsa_html_7938666655:39:3672:3680 Columbia Victoria, British Columbia +0.2745 aapg_af_653.html aapg_af_653.html:958:112600:112608 Monterey Monterey, California +0.834027 sedimentology_html_3417381350 sedimentology_html_3417381350:1376:101270:101288 Monterey California +0.471108 gsa_html_7090153753 gsa_html_7090153753:541:43279:43296 Sisquoc Monterey, California +0.498597 jgeology_html_9215313444 jgeology_html_9215313444:1036:73646:73686 Columbia Wallowa, Oregon +0.378006 cspg_html_3589404052 cspg_html_3589404052:637:70125:70153 Wood River Boise, Idaho +0.252506 geology_html_5133950749 geology_html_5133950749:11:451:457 Oregon Salem, Oregon +0.495496 aapg_ae_863.html aapg_ae_863.html:38:5661:5677 Modelo Santa Monica Mountains +0.239428 sedimentology_html_3805411746 sedimentology_html_3805411746:722:34138:34142 Hall London, Ontario +0.250776 palaios_html_3055982207 palaios_html_3055982207:396:47929:47949 Hell Creek Eastern Montana +0.456743 aapg_ah_77.html aapg_ah_77.html:168:23684:23705 Green River Cheyenne, Wyoming +0.468765 cspg_html_2703495345 cspg_html_2703495345:72:12354:12364 Missisauga Logan, Utah +0.507934 aapg_ah_487.html aapg_ah_487.html:78:9037:9043 Midway Hangu District (Pakistan) +0.260051 cspg_html_4495377323 cspg_html_4495377323:212:26095:26103 Columbia Victoria, British Columbia +0.46864 aapg_ae_715.html aapg_ae_715.html:511:66770:66784 Frio Beaumont, Texas +0.263907 aapg_ae_758.html aapg_ae_758.html:39:4539:4558 Salina Michigan +0.267289 aapg_ai_150.html aapg_ai_150.html:235:22906:22918 Keokuk Burlington, Ontario +0.460656 aapg_ai_409.html aapg_ai_409.html:300:34582:34593 Pine Island Bellevue, Nebraska +0.237069 jgeology_html_7089929609 jgeology_html_7089929609:598:35080:35089 Natkusiak Victoria Island (Nigeria) +0.256035 aapg_aa_351.html aapg_aa_351.html:4:280:285 Viola Tahlequah, Oklahoma +0.453092 geology_html_8171981855 geology_html_8171981855:15:717:725 San Jose California +0.488136 cspg_html_5593011953 cspg_html_5593011953:120:15285:15295 Big Valley Lacombe, Alberta +0.508902 aapg_ad_944.html aapg_ad_944.html:176:16624:16633 Spearfish Williston, Vermont +0.47785 aapg_aa_913.html aapg_aa_913.html:162:15364:15375 San Antonio La Salle, Colorado +0.239021 cspg_html_2083823293 cspg_html_2083823293:583:61724:61746 Rock Springs Cheyenne, Wyoming +0.479359 aapg_ad_42.html aapg_ad_42.html:187:19079:19103 Colorado Bow Island Airport +0.190893 aapg_ah_645.html aapg_ah_645.html:21:3044:3052 Sundance Black Hills +0.475648 gsa_html_4432793908 gsa_html_4432793908:902:96815:96835 White Sage Great Basin +0.34336 geology_html_5414642896 geology_html_5414642896:14:976:986 Ellensburg Washington (state) +0.2754 aapg_ae_296.html aapg_ae_296.html:311:29313:29323 San Andres Texas +0.261326 sedimentology_html_6261114825 sedimentology_html_6261114825:827:63569:63577 Monterey San Francisco +0.2555 aapg_ah_415.html aapg_ah_415.html:10:980:994 Colorado Lacombe, Alberta +0.423846 cspg_html_2758185645 cspg_html_2758185645:39:7105:7125 Banff Western world +0.4978 aapg_ae_92.html aapg_ae_92.html:15:1843:1857 Woodbend Lacombe, Alberta +0.477274 aapg_ad_466.html aapg_ad_466.html:452:53601:53618 Matawan The Carolinas +0.264195 gsa_html_5732664703 gsa_html_5732664703:517:51032:51051 Mineral Bluff Cartersville, Georgia +0.25957 gsa_html_5293445820 gsa_html_5293445820:717:72713:72730 Nasina Fairbanks, Alaska +0.445976 cspg_html_6255491344 cspg_html_6255491344:90:13807:13826 Morrissey Moose Mountain (Alberta) +0.491967 gsa_html_3445493534 gsa_html_3445493534:562:63688:63706 Monterey Santa Barbara, California +0.245058 aapg_ai_54.html aapg_ai_54.html:102:11147:11162 Eutaw Selma to Montgomery marches +0.250901 cspg_html_5541937700 cspg_html_5541937700:7:665:673 Columbia Victoria, British Columbia +0.236262 cspg_html_7086537250 cspg_html_7086537250:23:3285:3295 Besa River Kinderhook (town), New York +0.262656 aapg_ad_37.html aapg_ad_37.html:116:12755:12760 Yegua Newton County, Georgia +0.250517 cspg_html_2406266627 cspg_html_2406266627:324:36214:36222 Coalspur Lacombe, Alberta +0.455172 cspg_html_3129231627 cspg_html_3129231627:37:4811:4830 Allen Bay Little Cornwallis Island +0.252296 gsa_html_4385238876 gsa_html_4385238876:722:76146:76162 Nina Creek Victoria, British Columbia +0.247715 cspg_html_8818854104 cspg_html_8818854104:115:15268:15275 Cadomin Lacombe, Alberta +0.256956 cspg_html_1962846283 cspg_html_1962846283:541:67121:67135 Cadomin Kootenay River +0.264195 aapg_ah_847.html aapg_ah_847.html:17:2445:2467 Hornerstown Navesink River +0.246015 cspg_html_6702053097 cspg_html_6702053097:552:68323:68331 Montreal Quebec City +0.462624 aapg_af_771.html aapg_af_771.html:332:40546:40560 Knoxville Pacific coast +0.466576 aapg_ah_5.html aapg_ah_5.html:3559:267471:267479 Colorado Canada +0.27648 aapg_af_854.html aapg_af_854.html:727:101927:101932 Salem Missouri River +0.454092 geology_html_2776857685 geology_html_2776857685:63:6240:6268 Noonday Dolomite Death Valley +0.231297 cspg_html_6709380965 cspg_html_6709380965:163:19354:19365 San Antonio Texas +0.260051 aapg_aa_684.html aapg_aa_684.html:225:21671:21692 Chugwater Cheyenne, Wyoming +0.47124 aapg_ac_75.html aapg_ac_75.html:131:15068:15076 Billings Honduras +0.465959 aapg_ac_187.html aapg_ac_187.html:3647:347800:347807 Tamabra Matamoros, Tamaulipas +0.452211 aapg_ah_779.html aapg_ah_779.html:211:38328:38336 Colorado Alabama +0.512771 aapg_ad_341.html aapg_ad_341.html:128:12019:12057 Shawangunk Mohawk Valley +0.476046 gsa_html_3205893764 gsa_html_3205893764:11:504:514 Washington Seattle +0.260051 aapg_ac_241.html aapg_ac_241.html:46:6530:6549 Raritan Closter, New Jersey +0.26724 aapg_af_338.html aapg_af_338.html:394:47196:47204 Woodbine Paluxy, Texas +0.256035 cspg_html_2546442054 cspg_html_2546442054:195:25386:25394 Edmonton Saskatchewan River +0.49036 cspg_html_9435196958 cspg_html_9435196958:463:20765:20771 Jordan Lacombe, Alberta +0.481962 aapg_ah_647.html aapg_ah_647.html:438:47118:47137 Horquilla Earp, California +0.239478 aapg_ah_585.html aapg_ah_585.html:122:11419:11441 Onondaga Pennsylvania +0.907166 aapg_af_397.html aapg_af_397.html:512:59088:59095 Entrada Entrada Sandstone +0.519246 aapg_ah_623.html aapg_ah_623.html:284:27667:27692 Weber Colorado +0.4743 aapg_ac_702.html aapg_ac_702.html:361:37566:37575 Lecompton Topeka, Kansas +0.491898 gsa_html_7633967689 gsa_html_7633967689:1101:110900:110928 Green River Colorado +0.262614 aapg_ad_761.html aapg_ad_761.html:77:6524:6537 Comanche Peak Goodland, Kansas +0.471504 aapg_ad_427.html aapg_ad_427.html:153:15605:15624 Smackover Hubbard, Bowie County, Texas +0.50706 aapg_ad_575.html aapg_ad_575.html:295:37091:37116 Weber Colorado +0.256536 cspg_html_4374961624 cspg_html_4374961624:233:25875:25883 Columbia Victoria, British Columbia +0.477453 aapg_ae_853.html aapg_ae_853.html:592:63115:63125 Rio Grande Cotabato City +0.48573 aapg_af_598.html aapg_af_598.html:37:4007:4023 Pawnee Nowata, Oklahoma +0.259038 aapg_ac_899.html aapg_ac_899.html:27:2701:2720 Cotton Valley Bay Springs, Mississippi +0.25551 gsa_html_6142651299 gsa_html_6142651299:12:720:729 San Diego California +0.679222 gsa_html_3096615185 gsa_html_3096615185:78:8144:8159 Weymouth Cambridge +0.461274 aapg_ah_820.html aapg_ah_820.html:141:10606:10615 Frankfort Atoka, Oklahoma +0.253791 aapg_af_354.html aapg_af_354.html:42:6571:6586 Sespe Santa Monica Mountains +0.491694 cspg_html_5241714595 cspg_html_5241714595:618:91939:91962 Nisku Lacombe, Alberta +0.260598 cspg_html_8568877195 cspg_html_8568877195:686:80723:80745 Judith River Lacombe, Alberta +0.29298 aapg_ac_517.html aapg_ac_517.html:32:3941:3953 Winnipegosis Regina, Saskatchewan +0.259534 aapg_ah_631.html aapg_ah_631.html:223:30020:30028 Richmond Richmond, California +0.2605 cspg_html_1019614994 cspg_html_1019614994:102:18546:18563 Wabamun Lacombe, Alberta +0.247883 geology_html_2905801026 geology_html_2905801026:248:24795:24799 Bell Earth +0.48791 aapg_ae_805.html aapg_ae_805.html:399:47197:47220 Hermosa Southeast Asia +0.261626 gsa_html_9181545711 gsa_html_9181545711:522:47716:47734 Fountain Colorado +0.257049 aapg_ai_136.html aapg_ai_136.html:114:8116:8123 Rodessa County Sligo +0.488136 aapg_ah_633.html aapg_ah_633.html:192:27966:27980 Tampa Texas +0.271932 cspg_html_2749851978 cspg_html_2749851978:579:67371:67388 Cardium Lacombe, Alberta +0.48144 geology_html_6889011624 geology_html_6889011624:221:22521:22529 Montreal Canada +0.4997 aapg_ai_241.html aapg_ai_241.html:183:19056:19070 Winnipeg Williston, Vermont +0.486912 palaios_html_6409863909 palaios_html_6409863909:291:35030:35034 Kope Kentucky +0.52629 aapg_ac_707.html aapg_ac_707.html:21:2111:2129 Kootenai Colorado +0.241664 aapg_ac_956.html aapg_ac_956.html:3:209:216 Pamlico North Carolina +0.25088 aapg_ah_536.html aapg_ah_536.html:108:14379:14399 Fredericksburg Walnut, California +0.257048 cspg_html_3772380029 cspg_html_3772380029:390:49831:49844 Portage Chute Churchill River (Atlantic) +0.264554 aapg_ae_904.html aapg_ae_904.html:496:52234:52254 Minnekahta Cheyenne, Wyoming +0.25398 aapg_ac_807.html aapg_ac_807.html:473:48033:48053 Brightseat Washington (state) +0.26208 cspg_html_4656151786 cspg_html_4656151786:36:2927:2935 Woodbend Lacombe, Alberta +0.273408 aapg_ah_448.html aapg_ah_448.html:115:11493:11502 Escondido Texas +0.48984 aapg_aa_25.html aapg_aa_25.html:167:14940:14956 Chinle Carmel, Indiana +0.255712 cspg_html_9689514766 cspg_html_9689514766:197:27174:27180 Arkona Whitby, Ontario +0.479318 cspg_html_2863271815 cspg_html_2863271815:58:8189:8197 Michigan Ontario, California +0.462205 gsa_html_9603601502 gsa_html_9603601502:674:48875:48888 Cabano New Brunswick, New Jersey +0.261021 cspg_html_5450075884 cspg_html_5450075884:514:60031:60039 Lea Park Colorado +0.251904 cspg_html_4541662139 cspg_html_4541662139:37:5081:5099 Independence Iowa +0.48925 aapg_af_81.html aapg_af_81.html:329:35329:35335 Casper Cheyenne, Wyoming +0.500076 aapg_ah_654.html aapg_ah_654.html:981:100904:100922 Tensleep Cheyenne, Wyoming +0.258885 geology_html_4625726818 geology_html_4625726818:11:466:479 Santa Barbara California +0.26059 geology_html_6149597609 geology_html_6149597609:266:24287:24297 Washington Boise, Idaho +0.235189 aapg_ac_499.html aapg_ac_499.html:64:6208:6214 Denver Colorado +0.479 aapg_ai_321.html aapg_ai_321.html:208:28573:28580 Esquias Lima, Ohio +0.490428 gsa_html_3379069611 gsa_html_3379069611:736:58778:58807 Needles Range Reno, Nevada +0.864836 cspg_html_6644065685 cspg_html_6644065685:225:23352:23372 Weatherall Banks Island +0.24596 cspg_html_3618628685 cspg_html_3618628685:27:4211:4232 Belly River Milk River, Alberta +0.50648 gsa_html_8955900843 gsa_html_8955900843:902:78961:78976 Makah Pearl, Mississippi +0.479115 palaios_html_7111318862 palaios_html_7111318862:51:5582:5596 St. Mary River Lacombe, Alberta +0.477954 gsa_html_5851281923 gsa_html_5851281923:139:15105:15124 Chumstick Tumwater, Washington +0.467433 cspg_html_5949578130 cspg_html_5949578130:591:84564:84579 Leduc Lacombe, Alberta +0.26052 jgeology_html_9366209199 jgeology_html_9366209199:244:20991:21000 Eel River California +0.245009 palaios_html_7262673634 palaios_html_7262673634:61:5438:5458 Robertson New Mexico +0.259084 cspg_html_9778753186 cspg_html_9778753186:246:36755:36761 Fernie Kootenay River +0.263626 aapg_ac_807.html aapg_ac_807.html:329:33688:33695 Raritan Closter, New Jersey +0.25347 cspg_html_3187844923 cspg_html_3187844923:29:5240:5252 Sustut Cordillera Administrative Region +0.254178 cspg_html_4924970281 cspg_html_4924970281:495:66156:66165 Cold Lake Lacombe, Alberta +0.261117 aapg_ah_889.html aapg_ah_889.html:52:7620:7624 Wise Denton, Greater Manchester +0.259875 sedimentology_html_6884737185 sedimentology_html_6884737185:1620:82150:82176 Monterey California +0.262566 cspg_html_9136481292 cspg_html_9136481292:445:53278:53283 Gates Victoria, British Columbia +0.25641 jgeology_html_6882545802 jgeology_html_6882545802:391:34523:34537 Kope Cincinnati +0.261212 aapg_ah_96.html aapg_ah_96.html:679:71081:71089 Winnipeg Regina, Saskatchewan +0.249856 cspg_html_2929384614 cspg_html_2929384614:313:37197:37204 Halfway Lacombe, Alberta +0.28336 aapg_af_425.html aapg_af_425.html:33:3319:3327 Niobrara Weld County, Colorado +0.266889 aapg_ai_468.html aapg_ai_468.html:191:24162:24186 Cotton Valley Bossier City, Louisiana +0.65568 aapg_ac_506.html aapg_ac_506.html:298:38140:38174 Tuscarora Randolph County, Indiana +0.50138 aapg_ae_750.html aapg_ae_750.html:113:12971:12974 Abo Wichita, Kansas +0.249975 aapg_ah_167.html aapg_ah_167.html:206:21779:21794 Melville Island Melville Island (Canada) +0.251979 gsa_html_3150321506 gsa_html_3150321506:575:63893:63901 Virginia Reston, Virginia +0.2522 aapg_ad_466.html aapg_ad_466.html:1051:112402:112413 Hornerstown Closter, New Jersey +0.49979 cspg_html_9987144175 cspg_html_9987144175:212:28086:28099 Baumann Fiord Ellesmere Island +0.432816 aapg_ac_699.html aapg_ac_699.html:136:11259:11276 Edwards Texas +0.260064 jgeology_html_9131218619 jgeology_html_9131218619:1106:80722:80734 Martin Regina, Saskatchewan +0.25654 aapg_ai_503.html aapg_ai_503.html:199:22646:22665 Whirlpool Lockport (city), New York +0.26182 aapg_af_854.html aapg_af_854.html:1024:144444:144463 Golconda Kentucky +0.252753 aapg_ai_31.html aapg_ai_31.html:66:7331:7348 Catahoula Oakville, California +0.237446 sedimentology_html_5588419537 sedimentology_html_5588419537:128:8987:8995 Scotland Dundee +0.446576 gsa_html_4339524478 gsa_html_4339524478:793:78519:78525 Oregon Wallowa, Oregon +0.26316 gsa_html_9865056817 gsa_html_9865056817:1091:88911:88919 Rockwell Reno, Nevada +0.246492 gsa_html_6765882493 gsa_html_6765882493:794:107226:107234 Colorado Colorado +0.50933 sedimentology_html_9586961644 sedimentology_html_9586961644:1163:83200:83222 Dunvegan Victoria, British Columbia +0.480072 aapg_ah_77.html aapg_ah_77.html:230:27724:27734 Washington Cheyenne, Wyoming +0.240981 gsa_html_1338947136 gsa_html_1338947136:31:3202:3208 Denver Colorado +0.25104 aapg_ac_292.html aapg_ac_292.html:100:8473:8487 Mission Canyon Williston Basin +0.50986 gsa_html_1132862280 gsa_html_1132862280:22:1053:1061 Montreal Quebec City +0.514624 aapg_ac_624.html aapg_ac_624.html:30:3437:3454 Beekmantown Pennsylvania +0.469807 cspg_html_3926542795 cspg_html_3926542795:1352:142703:142720 Wabamun Canada +0.474204 cspg_html_9119878068 cspg_html_9119878068:33:4285:4305 Dawson Bay Lacombe, Alberta +0.773352 cspg_html_9177794814 cspg_html_9177794814:165:18258:18273 Banff Lacombe, Alberta +0.253727 palaios_html_8062930347 palaios_html_8062930347:659:61626:61646 Grant Lake Ohio +0.255867 geology_html_3524397213 geology_html_3524397213:207:20755:20763 Temporal Antarctica +0.255398 sedimentology_html_1598128253 sedimentology_html_1598128253:1212:94223:94235 Taylor Antarctica +0.252486 cspg_html_8250755331 cspg_html_8250755331:572:64435:64452 Wapiabi Lacombe, Alberta +0.236187 aapg_ah_318.html aapg_ah_318.html:1613:156130:156146 Olvido Matamoros, Tamaulipas +0.23912 sedimentology_html_2664743350 sedimentology_html_2664743350:961:89120:89135 Arc Japan +0.48672 aapg_ae_253.html aapg_ae_253.html:106:11508:11531 Cotton Valley Shreveport, Louisiana +0.269871 aapg_ah_96.html aapg_ah_96.html:567:65349:65363 Stony Mountain Cincinnati +0.24388 aapg_ad_169.html aapg_ad_169.html:536:60651:60671 Greenbrier Dolomites +0.25235 cspg_html_4769973541 cspg_html_4769973541:791:78226:78234 Montreal Quebec City +0.498597 cspg_html_3020540834 cspg_html_3020540834:122:18465:18476 Collingwood Manitoulin Island +0.715546 aapg_aa_22.html aapg_aa_22.html:316:30617:30626 Maquoketa Iowa +0.471801 gsa_html_7999545108 gsa_html_7999545108:1403:147445:147462 Onaping Ontario, California +0.260554 aapg_ai_136.html aapg_ai_136.html:114:8140:8145 Sligo Rodessa, Louisiana +0.250318 palaios_html_7765531315 palaios_html_7765531315:26:2541:2562 Green River Lake Turkana +0.253 aapg_aa_302.html aapg_aa_302.html:584:67604:67621 Bird Spring Clark County, Indiana +0.467864 jgeology_html_6990146451 jgeology_html_6990146451:318:21516:21539 Mount Rogers Grandfather Mountain +0.4896 geology_html_2439191324 geology_html_2439191324:179:23138:23146 Virginia Congo Basin +0.357888 aapg_ad_944.html aapg_ad_944.html:193:18202:18220 Kootenay Lacombe, Alberta +0.258542 sedimentology_html_3085837666 sedimentology_html_3085837666:65:5609:5618 San Diego London, Ontario +0.2376 geology_html_7835405582 geology_html_7835405582:398:27843:27849 Sonora Baja California peninsula +0.54 aapg_ae_113.html aapg_ae_113.html:352:45979:45997 Read Bay Bathurst Island (Northern Territory) +0.278226 aapg_ah_421.html aapg_ah_421.html:77:8191:8200 Fox Hills Lacombe, Alberta +0.499343 aapg_ae_113.html aapg_ae_113.html:386:51719:51733 Eids Western world +0.265738 gsa_html_3447147750 gsa_html_3447147750:459:31214:31237 Moodys Branch Vail, Colorado +0.245967 gsa_html_9299329909 gsa_html_9299329909:671:75226:75240 Rockwell California +0.503649 cspg_html_3385840278 cspg_html_3385840278:181:24874:24886 Gilwood Swan Hill, Victoria +0.251563 cspg_html_8477386212 cspg_html_8477386212:35:4705:4721 Banff Calgary +0.483886 cspg_html_2796643803 cspg_html_2796643803:519:62680:62688 Deadwood Regina, Saskatchewan +0.472553 AMJC_html_4692260170 AMJC_html_4692260170:518:51479:51502 Shaw Mountain Hartford, Connecticut +0.254007 cspg_html_1509800797 cspg_html_1509800797:57:6898:6923 St. Mary River Cypress Hills, Brooklyn +0.50505 gsa_html_4695276845 gsa_html_4695276845:105:12184:12190 Pioche Reno, Nevada +0.435128 cspg_html_5406720001 cspg_html_5406720001:171:21661:21669 Columbia Victoria, British Columbia +0.2695 cspg_html_8250755331 cspg_html_8250755331:27:4146:4184 Kaskapau Lacombe, Alberta +0.281388 gsa_html_2743423721 gsa_html_2743423721:876:80654:80661 Dubuque Salem, Oregon +0.266255 aapg_ai_58.html aapg_ai_58.html:10:1120:1128 Richmond Richmond, California +0.486604 cspg_html_5241714595 cspg_html_5241714595:309:47764:47778 Woodbend Lacombe, Alberta +0.472986 gsa_html_9303702379 gsa_html_9303702379:200:21851:21867 Rivas El Viejo +0.273402 aapg_af_878.html aapg_af_878.html:173:16935:16941 Borden Southern Indiana +0.279292 cspg_html_6252417471 cspg_html_6252417471:528:67391:67400 Mackenzie Lady Franklin Bay +0.51888 aapg_ad_64.html aapg_ad_64.html:134:14702:14708 Midway Texas +0.502128 gsa_html_5598634716 gsa_html_5598634716:15:549:561 Rhode Island Newport, Rhode Island +0.929504 aapg_ah_289.html aapg_ah_289.html:555:77579:77597 Monterey California +0.493954 aapg_af_675.html aapg_af_675.html:477:58208:58216 La Habra California +0.50112 aapg_ah_469.html aapg_ah_469.html:179:15605:15610 Yegua Carrizo Plain +0.501072 gsa_html_6893315801 gsa_html_6893315801:778:61738:61766 Green River Colorado +0.250832 aapg_aa_267.html aapg_aa_267.html:290:23563:23573 Greenbrier Greenbrier (Great Smoky Mountains) +0.253005 aapg_af_350.html aapg_af_350.html:101:7483:7490 El Paso Texas +0.265081 sedimentology_html_3455721661 sedimentology_html_3455721661:61:6430:6437 Entrada Durango, Durango +0.492246 gsa_html_1197940982 gsa_html_1197940982:1268:119194:119199 Piper California +0.354144 geology_html_5486340907 geology_html_5486340907:68:6918:6936 Decorah Wisconsin +0.265684 gsa_html_1119256423 gsa_html_1119256423:856:86541:86555 Arikaree Nebraska +0.4775 geology_html_9663748090 geology_html_9663748090:224:22348:22353 Stark Republic of China +0.521946 aapg_ae_69.html aapg_ae_69.html:341:36208:36230 Green River Wasatch Range +0.282402 cspg_html_8756009083 cspg_html_8756009083:5:187:209 Horn Plateau Canada +0.47998 aapg_ac_617.html aapg_ac_617.html:103:13190:13198 Oakville Oakville, California +0.508326 aapg_ac_246.html aapg_ac_246.html:9:1510:1529 Newcastle Newcastle, New South Wales +0.491008 geology_html_6064550828 geology_html_6064550828:312:24947:24956 San Diego California +0.256536 gsa_html_6221700050 gsa_html_6221700050:892:80454:80464 Washington Seattle +0.27192 jgeology_html_3025326048 jgeology_html_3025326048:668:37211:37230 Dumisseau Caribbean +0.313348 sedimentology_html_1293179143 sedimentology_html_1293179143:89:8932:8941 Spearfish Regina, Saskatchewan +0.265738 aapg_ac_316.html aapg_ac_316.html:49:6625:6633 Grayburg New Mexico +0.257176 aapg_af_188.html aapg_af_188.html:294:34174:34181 Wasatch Wasatch Range +0.50615 cspg_html_7866293053 cspg_html_7866293053:256:27888:27898 Clearwater Lacombe, Alberta +0.466871 aapg_ac_484.html aapg_ac_484.html:460:54862:54868 Oregon California +0.250805 geology_html_2344223288 geology_html_2344223288:330:26048:26063 Catalina Schist California +0.285441 aapg_ac_305.html aapg_ac_305.html:178:18001:18029 Crystal River Williston, Vermont +0.491008 aapg_ae_147.html aapg_ae_147.html:291:28935:28951 Modelo Oak Ridge, Tennessee +0.26832 cspg_html_6306091047 cspg_html_6306091047:162:23943:23952 Baldonnel Victoria, British Columbia +0.275621 aapg_ad_152.html aapg_ad_152.html:751:99733:99751 Arcturus Logan, Utah +0.273004 cspg_html_7086880709 cspg_html_7086880709:512:67223:67230 Funeral Mackenzie River +0.50635 aapg_aa_563.html aapg_aa_563.html:48:5904:5916 Austin Chalk Netherlands +0.255955 aapg_ah_150.html aapg_ah_150.html:66:6394:6404 Washington Mexico +0.448292 aapg_af_50.html aapg_af_50.html:862:76784:76792 Colorado Colorado +0.245025 aapg_ac_612.html aapg_ac_612.html:528:45493:45509 Maroon Gunnison County, Colorado +0.307848 aapg_af_575.html aapg_af_575.html:1182:170239:170258 Greenhorn Niobrara, Nebraska +0.489762 sedimentology_html_9901119270 sedimentology_html_9901119270:199:17843:17895 Washington Athens, Georgia +0.2595 jgeology_html_8265681594 jgeology_html_8265681594:80:3608:3617 Peninsula Korea +0.282492 aapg_af_128.html aapg_af_128.html:15:1586:1614 Phosphoria Guernsey +0.49555 aapg_af_579.html aapg_af_579.html:18:2612:2630 Entrada Logan, Utah +0.25146 cspg_html_3076059179 cspg_html_3076059179:60:6730:6735 Price Victoria, British Columbia +0.46767 aapg_aa_844.html aapg_aa_844.html:380:39007:39013 Pocono Chemung, New York +0.259077 sedimentology_html_3333646967 sedimentology_html_3333646967:1458:101129:101133 Hall London, Ontario +0.26673 cspg_html_4105062490 cspg_html_4105062490:118:11861:11875 Woodbend Lacombe, Alberta +0.265144 sedimentology_html_2390782682 sedimentology_html_2390782682:612:45197:45217 Capistrano California +0.4731 gsa_html_2422494332 gsa_html_2422494332:617:61750:61754 Open California +0.9215 aapg_af_131.html aapg_af_131.html:804:78993:79009 Salado Carlsbad, New Mexico +0.4975 aapg_ac_720.html aapg_ac_720.html:113:14384:14399 Navesink Mullica Hill, New Jersey +0.371742 geology_html_9210804293 geology_html_9210804293:59:4279:4292 Thaynes Logan, Utah +0.482967 aapg_af_317.html aapg_af_317.html:412:53960:53972 Austin Chalk North Sea oil +0.48597 aapg_ac_824.html aapg_ac_824.html:341:34768:34776 Fountain Fremont, California +0.48603 aapg_ae_855.html aapg_ae_855.html:146:15157:15172 North Horn North Horn Formation +0.498324 cspg_html_1351473625 cspg_html_1351473625:164:23293:23301 Columbia Victoria, British Columbia +0.257526 aapg_ad_168.html aapg_ad_168.html:335:37208:37217 Clemville Logan, Utah +0.26235 aapg_ac_586.html aapg_ac_586.html:220:23517:23537 Pottsville Pottsville, Pennsylvania +0.244258 aapg_ai_409.html aapg_ai_409.html:93:9907:9920 Nacatoch Arkadelphia, Arkansas +0.482733 aapg_ae_772.html aapg_ae_772.html:10:900:915 Mesaverde Beaumont, Texas +0.26469 cspg_html_5308103526 cspg_html_5308103526:440:40927:40935 Columbia Lacombe, Alberta +0.7185 jgeology_html_4305195651 jgeology_html_4305195651:2831:192044:192055 Blind Fiord Ellesmere Island +0.256011 gsa_html_6893315801 gsa_html_6893315801:660:53587:53594 Laramie Antarctica +0.24596 geology_html_5621225990 geology_html_5621225990:12:509:519 Washington Washington (state) +0.500316 aapg_ad_466.html aapg_ad_466.html:65:6627:6640 Merchantville Raritan River +0.24057 geology_html_7566500982 geology_html_7566500982:12:507:515 Colorado Denver +0.26923 aapg_ah_90.html aapg_ah_90.html:83:13791:13809 Morrison Colorado +0.24576 cspg_html_5660413005 cspg_html_5660413005:323:38041:38054 Wabamun Lacombe, Alberta +0.467857 aapg_af_575.html aapg_af_575.html:392:53135:53143 Onondaga Helderberg +0.48048 aapg_ae_96.html aapg_ae_96.html:503:55400:55408 Columbia Victoria, British Columbia +0.267189 cspg_html_1498300615 cspg_html_1498300615:6:339:354 Cairn Jasper, Texas +0.666701 aapg_af_808.html aapg_af_808.html:696:89641:89653 San Fernando Trinidad and Tobago +0.263088 aapg_ac_245.html aapg_ac_245.html:177:26805:26810 Atoka Kearny, New Jersey +0.272824 aapg_ae_62.html aapg_ae_62.html:7:1090:1104 Winnipeg Williston, Vermont +0.268308 cspg_html_3328007773 cspg_html_3328007773:889:93927:93950 Viking Lacombe, Alberta +0.247266 sedimentology_html_5673709888 sedimentology_html_5673709888:2396:131815:131834 Edwards Melbourne, Florida +0.25755 aapg_ai_219.html aapg_ai_219.html:295:22314:22324 Washington Anchorage, Alaska +0.25553 aapg_ai_773.html aapg_ai_773.html:34:5443:5462 Detroit River Detroit River International Wildlife Refuge +0.265176 aapg_ad_659.html aapg_ad_659.html:331:46944:46979 Portage Lake Volcanics Keweenaw Peninsula +0.511948 aapg_ai_81.html aapg_ai_81.html:90:9534:9541 Chemung Juniata County School District +0.254514 aapg_af_186.html aapg_af_186.html:903:90177:90183 Midway Romania +0.474719 cspg_html_2184632302 cspg_html_2184632302:6:419:437 Martin Lake Athabasca +0.493387 gsa_html_4940410718 gsa_html_4940410718:655:56696:56709 Santa Barbara Baja California peninsula +0.481371 aapg_ah_467.html aapg_ah_467.html:114:10542:10550 Quadrant Lacombe, Alberta +0.461754 aapg_ah_289.html aapg_ah_289.html:513:70060:70078 Monterey California +0.25452 palaios_html_3140337808 palaios_html_3140337808:459:42890:42898 Colorado Florissant, Colorado +0.255712 aapg_af_320.html aapg_af_320.html:200:34025:34030 Oread Nemaha County, Kansas +0.542735 aapg_aa_699.html aapg_aa_699.html:191:17189:17200 Wills Creek Michigan +0.482206 aapg_ae_849.html aapg_ae_849.html:27:2741:2759 Black River Middle Ordovician +0.45396 aapg_ah_505.html aapg_ah_505.html:557:42697:42717 Ingleside Denver +0.49764 aapg_ah_487.html aapg_ah_487.html:78:8942:8954 Midway Hangu District (Pakistan) +0.712844 cspg_html_4727171280 cspg_html_4727171280:77:8510:8527 Bearpaw Edmonton, London +0.48616 jgeology_html_1838149422 jgeology_html_1838149422:741:63895:63913 John Day Nebraska +0.497289 aapg_ae_73.html aapg_ae_73.html:458:60543:60556 Carlile Niobrara, Nebraska +0.269136 aapg_af_437.html aapg_af_437.html:53:4854:4862 Colorado Denver +0.253916 aapg_af_14.html aapg_af_14.html:493:43840:43859 Rock Springs Fort Union Trading Post National Historic Site +0.262128 cspg_html_1732329534 cspg_html_1732329534:72:10822:10841 Paskapoo Edmonton, London +0.261975 cspg_html_6306091047 cspg_html_6306091047:65:11837:11846 Baldonnel Victoria, British Columbia +0.469755 gsa_html_4120839285 gsa_html_4120839285:88:10167:10182 Catalina Schist California +0.479744 aapg_ai_49.html aapg_ai_49.html:702:91375:91384 Popo Agie Cheyenne, Wyoming +0.482258 aapg_ac_426.html aapg_ac_426.html:38:4898:4926 Twin Creek Philippi +0.495 aapg_af_308.html aapg_af_308.html:380:44546:44556 Greenbrier Pocono Raceway +0.483372 aapg_ae_594.html aapg_ae_594.html:595:63406:63413 Calvert Val Verde (fictional country) +0.253005 AMJC_html_3632105729 AMJC_html_3632105729:422:63297:63307 Washington Boise, Idaho +0.524952 aapg_ah_779.html aapg_ah_779.html:189:34875:34886 Martinsburg Juniata County School District +0.267093 cspg_html_8756009083 cspg_html_8756009083:776:79930:79950 Dawson Bay Manitoba +0.483406 aapg_af_0.html aapg_af_0.html:138:14389:14407 Sabaneta Portuguesa (state) +0.256486 aapg_aa_761.html aapg_aa_761.html:598:75767:75784 Ivishak Prudhoe Bay Oil Field +0.493626 aapg_aa_208.html aapg_aa_208.html:267:29279:29289 Maravillas Bigfork, Montana +0.376428 gsa_html_7737235229 gsa_html_7737235229:887:57010:57039 Bonneterre Missouri River +0.490167 aapg_ah_372.html aapg_ah_372.html:5:875:881 Midway Texas +0.475648 aapg_ad_2.html aapg_ad_2.html:1434:195313:195324 Black River Pennsylvania +0.269345 cspg_html_1925276454 cspg_html_1925276454:398:48317:48325 Columbia Victoria, British Columbia +0.266247 gsa_html_6281775990 gsa_html_6281775990:24:861:870 San Diego California +0.248997 aapg_aa_208.html aapg_aa_208.html:265:28996:29006 Maravillas Chihuahua (state) +0.250458 jgeology_html_3730434521 jgeology_html_3730434521:1566:66351:66357 Provo Spain +0.485888 aapg_ai_503.html aapg_ai_503.html:54:6118:6127 Queenston Richmond, California +0.255747 aapg_ad_466.html aapg_ad_466.html:891:96541:96549 Navesink Closter, New Jersey +0.480637 aapg_ai_583.html aapg_ai_583.html:41:6469:6477 Sundance Black Hills +0.245952 geology_html_1477892936 geology_html_1477892936:287:24895:24904 Flagstaff Colorado Plateau +0.249458 cspg_html_5688447798 cspg_html_5688447798:134:18733:18761 Disappointment Bay Ellesmere Island +0.27378 aapg_ah_972.html aapg_ah_972.html:658:68828:68837 Catahoula Whitsett, North Carolina +0.26159 sedimentology_html_5455387915 sedimentology_html_5455387915:27:1674:1684 Washington Seattle +0.491384 aapg_ad_401.html aapg_ad_401.html:17:1505:1525 Fort Union Burke County, Georgia +0.497552 aapg_af_628.html aapg_af_628.html:145:13697:13716 Golconda Hardinsburg, Indiana +0.2583 aapg_ai_849.html aapg_ai_849.html:32:4347:4357 Juniata Juniata County School District +0.369984 aapg_af_308.html aapg_af_308.html:554:59424:59443 Tuscarora Huntington, West Virginia +0.270336 aapg_ad_715.html aapg_ad_715.html:289:37059:37064 Boggy McAlester, Oklahoma +0.881496 aapg_aa_22.html aapg_aa_22.html:3:330:358 El Paso Middle East +0.462707 gsa_html_4339524478 gsa_html_4339524478:793:78605:78611 Oregon Wallowa, Oregon +0.27716 gsa_html_5293445820 gsa_html_5293445820:23:1558:1568 Wood River Salcha River +0.16878 aapg_ai_724.html aapg_ai_724.html:281:27513:27532 Allen Bay Devon Island +0.470378 aapg_ae_358.html aapg_ae_358.html:3:316:328 Independence Arkansas +0.49816 aapg_af_143.html aapg_af_143.html:402:39127:39146 Knoxville California +0.475059 gsa_html_5651065626 gsa_html_5651065626:31:2623:2651 Green River New Mexico +0.26622 aapg_ah_90.html aapg_ah_90.html:73:11771:11785 Cedar Mountain Cedar Mountains +0.269357 aapg_af_562.html aapg_af_562.html:174:18439:18455 Ripley Marshall County, Kentucky +0.483492 geology_html_6612217855 geology_html_6612217855:346:25343:25353 Washington Victoria, British Columbia +0.50024 cspg_html_5406272225 cspg_html_5406272225:220:24566:24585 Keg River Lacombe, Alberta +0.249996 palaios_html_3022467877 palaios_html_3022467877:84:9077:9098 Hornerstown Navesink River +0.248 aapg_af_854.html aapg_af_854.html:901:127646:127653 Renault Missouri River +0.265734 cspg_html_4193503340 cspg_html_4193503340:264:33643:33662 Foremost Lacombe, Alberta +0.28928 aapg_ac_222.html aapg_ac_222.html:310:40139:40147 Colorado Uncompahgre Plateau +0.271437 aapg_ae_93.html aapg_ae_93.html:76:13116:13142 Kootenay Kootenay River +0.236973 aapg_ah_654.html aapg_ah_654.html:199:19197:19216 Open Gallatin, Tennessee +0.26563 palaios_html_6676788300 palaios_html_6676788300:759:90189:90199 Washington Washington (state) +0.498318 aapg_ac_628.html aapg_ac_628.html:257:41550:41555 Lance Fort Union Trading Post National Historic Site +0.451095 aapg_ak_55.html aapg_ak_55.html:203:20803:20815 Murphy Creek Freemansburg, Pennsylvania +0.254007 aapg_ai_94.html aapg_ai_94.html:156:22508:22515 Yucatan Campeche, Campeche +0.244925 gsa_html_3816882354 gsa_html_3816882354:793:70465:70473 Columbia Victoria, British Columbia +0.487936 cspg_html_7779401416 cspg_html_7779401416:16:1743:1752 Rochester Michigan Basin +0.486822 aapg_ae_26.html aapg_ae_26.html:118:13633:13647 Kope Lexington, Kentucky +0.263676 gsa_html_2513978868 gsa_html_2513978868:29:2796:2824 Green River New Mexico +0.260091 aapg_ac_126.html aapg_ac_126.html:29:4801:4818 Bossier Texas +0.23845 AMJC_html_7984049819 AMJC_html_7984049819:604:61281:61299 Berwick Fredericton (electoral district) +0.265209 aapg_ac_841.html aapg_ac_841.html:531:60319:60336 Esquias Guatemala +0.266682 cspg_html_2419618566 cspg_html_2419618566:754:95620:95626 Vernon Victoria, British Columbia +0.2397 cspg_html_1897017405 cspg_html_1897017405:96:12635:12643 Montreal Quebec City +0.497896 aapg_ae_465.html aapg_ae_465.html:229:24606:24625 Smackover Cotton Valley, Louisiana +0.470058 aapg_ae_73.html aapg_ae_73.html:36:5161:5166 Raton Colorado +0.2626 gsa_html_5960043103 gsa_html_5960043103:406:37034:37049 Catalina Schist California +0.436896 aapg_ai_669.html aapg_ai_669.html:87:13344:13363 Mesaverde Piceance Basin +0.243955 gsa_html_2178342427 gsa_html_2178342427:107:13067:13090 Golden Valley Williston Basin +0.49056 cspg_html_4287356899 cspg_html_4287356899:3330:351798:351826 Cathedral Texas +0.280298 cspg_html_6216640615 cspg_html_6216640615:1185:111485:111492 Windsor Calgary +0.24684 cspg_html_7117661916 cspg_html_7117661916:113:11204:11212 Columbia Victoria, British Columbia +0.26988 gsa_html_1119256423 gsa_html_1119256423:140:13399:13416 White River Peoria, Illinois +0.268836 gsa_html_4670964408 gsa_html_4670964408:517:63277:63292 Rapid Sierra Nevada (U.S.) +0.50721 geology_html_8881449794 geology_html_8881449794:97:8961:8975 Graneros Pueblo, Colorado +0.461824 aapg_ac_251.html aapg_ac_251.html:488:56304:56310 Pocono Catskill Mountains +0.48581 gsa_html_7798851983 gsa_html_7798851983:55:3491:3519 Green River Colorado +0.260977 aapg_ai_879.html aapg_ai_879.html:300:21744:21754 Basal Topeka, Kansas +0.424242 cspg_html_4860363565 cspg_html_4860363565:13:1341:1347 Viking Lacombe, Alberta +0.246272 gsa_html_8833777630 gsa_html_8833777630:524:62873:62881 Colorado Denver +0.244188 cspg_html_5241714595 cspg_html_5241714595:747:106082:106097 Nisku Wood River (Oregon) +0.252476 aapg_aa_147.html aapg_aa_147.html:752:75056:75072 Elk Williston Basin +0.24794 aapg_ak_87.html aapg_ak_87.html:345:46367:46383 Supai Earp, California +0.24432 aapg_ai_468.html aapg_ai_468.html:257:31891:31908 Bossier Shreveport, Louisiana +0.261105 aapg_ai_594.html aapg_ai_594.html:366:37324:37343 Red River Fremont, California +0.250832 sedimentology_html_3941612453 sedimentology_html_3941612453:1240:89680:89696 Rapid California +0.47785 AMJC_html_8402437205 AMJC_html_8402437205:860:80255:80265 Washington Mount Rainier, Maryland +0.477347 palaios_html_2449649505 palaios_html_2449649505:727:74892:74912 Mill Creek Canada +0.492604 cspg_html_8464109528 cspg_html_8464109528:194:23234:23244 Pine Point Victoria, British Columbia +0.271956 aapg_ad_178.html aapg_ad_178.html:47:4354:4364 Phosphoria Victoria, British Columbia +0.450369 aapg_ac_536.html aapg_ac_536.html:654:64331:64338 Madison Williston, Vermont +0.38728 aapg_ah_527.html aapg_ah_527.html:292:36555:36572 Roberts Mountains Reno, Nevada +0.502603 cspg_html_2172704722 cspg_html_2172704722:844:96194:96223 Dunvegan Lacombe, Alberta +0.725036 sedimentology_html_7461243943 sedimentology_html_7461243943:1055:66090:66100 Point Loma California +0.87514 cspg_html_1140317615 cspg_html_1140317615:84:8046:8063 Cardium Zapata, Texas +0.25704 gsa_html_6667015190 gsa_html_6667015190:11:544:554 Washington Washington (state) +0.264 aapg_ac_63.html aapg_ac_63.html:118:11943:11954 Haynesville Shreveport, Louisiana +0.4921 gsa_html_8558656785 gsa_html_8558656785:538:61953:61981 Green River New Mexico +0.479 cspg_html_2701043964 cspg_html_2701043964:47:7168:7193 Athabasca Canada +0.496392 gsa_html_3648258377 gsa_html_3648258377:789:73480:73499 New Egypt Bass River Township, New Jersey +0.25449 aapg_ae_419.html aapg_ae_419.html:2376:158971:158977 Sierra Matamoros, Tamaulipas +0.245514 geology_html_6663105863 geology_html_6663105863:75:9099:9105 Sierra Carmel Valley, San Diego, California +0.896485 cspg_html_6038396142 cspg_html_6038396142:6:248:288 Winnipeg Winnipeg +0.25137 aapg_ai_388.html aapg_ai_388.html:354:36743:36751 Colorado Cheyenne, Wyoming +0.283968 aapg_af_653.html aapg_af_653.html:8:863:871 Vaqueros Monterey, California +0.503206 cspg_html_9076537566 cspg_html_9076537566:304:40344:40364 Ship Point Middle Ordovician +0.265 aapg_aa_642.html aapg_aa_642.html:130:17935:17946 Louann Salt Texas +0.2485 gsa_html_8707521176 gsa_html_8707521176:578:56715:56722 Calvert Canada +0.24804 cspg_html_7881580279 cspg_html_7881580279:317:40752:40758 Yeoman Red River of the North +0.4884 aapg_ae_367.html aapg_ae_367.html:113:12334:12343 Catahoula Oakville, California +0.46848 aapg_ac_730.html aapg_ac_730.html:213:29960:29976 Toreva Mancos, Colorado +0.248677 aapg_af_242.html aapg_af_242.html:72:8109:8125 Midway Coahuila +0.47785 aapg_ae_875.html aapg_ae_875.html:329:38541:38556 Coamo Puerto Rico +0.525903 aapg_ae_666.html aapg_ae_666.html:193:17518:17526 Prospect Absaroka +0.461978 aapg_ac_538.html aapg_ac_538.html:39:5496:5502 Viking Edmonton, London +0.260554 gsa_html_7605900420 gsa_html_7605900420:457:45507:45523 Navajo Logan, Utah +0.26728 aapg_af_483.html aapg_af_483.html:203:27679:27702 Jaitique Honduras +0.237614 aapg_ad_801.html aapg_ad_801.html:451:43863:43876 Jackson Mississippi River +0.252909 aapg_ad_763.html aapg_ad_763.html:618:74739:74759 Kern River Porterville, California +0.492926 aapg_ah_435.html aapg_ah_435.html:225:27644:27651 Carrizo Carrizo Springs, Texas +0.25857 aapg_aa_22.html aapg_aa_22.html:510:47518:47523 Upham Sacramento, California +0.253991 sedimentology_html_1358721859 sedimentology_html_1358721859:1391:87664:87672 Homewood Switzerland +0.27295 aapg_ad_882.html aapg_ad_882.html:270:22222:22228 Kaibab Arizona +0.48144 aapg_ae_268.html aapg_ae_268.html:277:27319:27340 Tar Springs Kentucky +0.2184 aapg_af_897.html aapg_af_897.html:61:7926:7936 Pottsville New Mexico +0.519385 aapg_ad_683.html aapg_ad_683.html:738:73892:73898 Cutler Colorado +0.49608 cspg_html_7378664643 cspg_html_7378664643:758:109873:109894 Slave Point Lacombe, Alberta +0.4712 geology_html_7176261014 geology_html_7176261014:319:24017:24021 Hall Asia +0.25957 gsa_html_2168907540 gsa_html_2168907540:406:44272:44283 Black Creek Republic of China +0.491508 cspg_html_6038396142 cspg_html_6038396142:53:7456:7476 Whitewood Winnipeg +0.498076 aapg_ac_730.html aapg_ac_730.html:7:870:879 Mesaverde Colorado +0.49665 aapg_ac_684.html aapg_ac_684.html:172:17720:17736 Paluxy Paluxy, Texas +0.275098 sedimentology_html_1215305624 sedimentology_html_1215305624:1196:64823:64828 Inman Baja California peninsula +0.491284 cspg_html_3447886929 cspg_html_3447886929:58:7678:7698 Lawrence Anticosti Island +0.238632 cspg_html_6193252551 cspg_html_6193252551:71:11368:11384 Mingan Middle Ordovician +0.481712 cspg_html_5345848475 cspg_html_5345848475:82:11524:11544 Milk River Lacombe, Alberta +0.475288 aapg_ah_575.html aapg_ah_575.html:352:28670:28675 Ancon Santa Paula, California +0.484939 gsa_html_2794002141 gsa_html_2794002141:1376:72506:72512 Jordan Andes +0.48828 aapg_ad_691.html aapg_ad_691.html:107:12542:12563 Main Street Austin, Chicago +0.478152 cspg_html_5960210762 cspg_html_5960210762:229:22313:22329 Viking Lacombe, Alberta +0.259072 aapg_ae_419.html aapg_ae_419.html:222:28370:28376 Sierra Texas +0.503671 aapg_ac_807.html aapg_ac_807.html:504:51044:51057 Potomac Maryland +0.508896 gsa_html_9937008037 gsa_html_9937008037:29:2796:2824 Green River Colorado +0.256949 aapg_af_266.html aapg_af_266.html:128:14390:14408 San Onofre Breccia Santa Catalina Island, California +0.491493 gsa_html_2804482794 gsa_html_2804482794:27:2079:2089 Washington Washington (state) +0.262544 aapg_af_397.html aapg_af_397.html:360:42492:42499 Entrada San Juan, Argentina +0.257808 aapg_ai_469.html aapg_ai_469.html:414:48368:48381 Wabamun Lacombe, Alberta +0.244528 palaios_html_8720358102 palaios_html_8720358102:182:12074:12080 Sonora Mexico +0.258566 aapg_aa_621.html aapg_aa_621.html:174:22796:22818 Tensleep Powder River (Montana) +0.2499 aapg_ae_642.html aapg_ae_642.html:97:9299:9312 Cotton Valley Mooringsport, Louisiana +0.483928 gsa_html_1009717507 gsa_html_1009717507:1036:89570:89598 Green River Iran +0.506455 aapg_af_713.html aapg_af_713.html:32:3029:3036 Edwards Atoka, Oklahoma +0.256027 aapg_ac_882.html aapg_ac_882.html:279:27377:27400 Fairview Ohio +0.270375 aapg_ad_466.html aapg_ad_466.html:1534:162256:162274 Yorktown Yorktown, Virginia +0.387174 cspg_html_8649903682 cspg_html_8649903682:227:23055:23068 Cruiser Pine River (Michigan) +0.264654 aapg_ae_998.html aapg_ae_998.html:102:12679:12687 Evanston Absaroka +0.262095 aapg_ad_152.html aapg_ad_152.html:1789:231767:231789 Kaibab Western world +0.262656 gsa_html_1538463681 gsa_html_1538463681:999:83054:83064 Pittsburgh Pittsburgh +0.245727 aapg_ad_716.html aapg_ad_716.html:39:2500:2508 Wolfcamp Cibolo, Texas +0.869514 aapg_ah_430.html aapg_ah_430.html:111:10164:10172 Sundance Denver +0.24794 geology_html_3231018979 geology_html_3231018979:373:26939:26957 Mistaya Lacombe, Alberta +0.423852 cspg_html_2863271815 cspg_html_2863271815:95:13559:13571 Salina Ontario, California +0.608006 aapg_ai_592.html aapg_ai_592.html:179:28818:28829 White River Uinta Mountains +0.487135 sedimentology_html_1275942184 sedimentology_html_1275942184:399:15351:15361 Washington Wa (Japan) +0.254769 aapg_af_480.html aapg_af_480.html:303:33640:33655 Olentangy Ohio +0.482361 cspg_html_5542874609 cspg_html_5542874609:448:55084:55102 Lea Park Lacombe, Alberta +0.256 cspg_html_7361993452 cspg_html_7361993452:6:343:374 Charlie Lake Lacombe, Alberta +0.458865 sedimentology_html_3738352363 sedimentology_html_3738352363:18:1088:1094 Sierra Spain +0.530511 cspg_html_1188455526 cspg_html_1188455526:216:33874:33892 Isachsen Melville Island (Canada) +0.483328 AMJC_html_5326057686 AMJC_html_5326057686:1334:94379:94416 Partridge Cambridge, Massachusetts +0.49455 geology_html_4393438384 geology_html_4393438384:46:5163:5179 Laurentian Piedmont (United States) +0.533544 aapg_ah_645.html aapg_ah_645.html:459:54140:54148 Sundance Williston, Vermont +0.240075 gsa_html_3038126504 gsa_html_3038126504:166:21425:21440 Bouse Gulf of California +0.258063 aapg_ac_493.html aapg_ac_493.html:96:12651:12660 Sheffield England +0.261632 palaios_html_1729153923 palaios_html_1729153923:27:1755:1777 Lime Creek Ohio +0.479552 aapg_ai_862.html aapg_ai_862.html:3:237:254 Ivishak Anchorage, Alaska +0.262 sedimentology_html_1598128253 sedimentology_html_1598128253:1127:89634:89657 Tidal Kingdom of the Netherlands +0.250746 cspg_html_9435196958 cspg_html_9435196958:115:4974:4985 Belly River Lacombe, Alberta +0.508369 AMJC_html_4299960498 AMJC_html_4299960498:12:508:518 Washington Seattle +0.436579 aapg_ae_224.html aapg_ae_224.html:26:2583:2590 Repetto El Segundo, California +0.495471 aapg_ai_11.html aapg_ai_11.html:324:43569:43575 Dakota Decorah, Iowa +0.236 aapg_ai_48.html aapg_ai_48.html:18:2527:2541 Word Texas +0.470208 aapg_ai_583.html aapg_ai_583.html:860:87660:87666 Denver Cheyenne, Wyoming +0.257544 aapg_ae_392.html aapg_ae_392.html:58:5834:5844 Batesville White River (Washington) +0.488376 cspg_html_4822015639 cspg_html_4822015639:220:35975:35995 Table Head Reno, Nevada +0.260338 aapg_ad_466.html aapg_ad_466.html:1405:149479:149493 Pamunkey Maryland +0.35017 cspg_html_4915680223 cspg_html_4915680223:281:32404:32419 Douro Devon Island +0.51376 aapg_af_98.html aapg_af_98.html:11:1780:1786 Dakota San Juan, Argentina +0.459315 aapg_ai_592.html aapg_ai_592.html:326:52774:52798 Duchesne River Uinta Mountains +0.497354 aapg_ae_68.html aapg_ae_68.html:64:8102:8108 Antler Reno, Nevada +0.246482 sedimentology_html_5922191587 sedimentology_html_5922191587:805:73413:73422 Peninsula Korea +0.487172 aapg_ah_779.html aapg_ah_779.html:500:93838:93849 Mauch Chunk Bloomington, Indiana +0.255488 sedimentology_html_4021147902 sedimentology_html_4021147902:994:54813:54817 Hall London, Ontario +0.253991 aapg_ai_44.html aapg_ai_44.html:193:29547:29553 Sierra Lake Maracaibo +0.5018 gsa_html_6413722646 gsa_html_6413722646:825:68851:68859 East Arm Great Slave Lake +0.521478 gsa_html_7971827722 gsa_html_7971827722:70:5461:5489 Green River Colorado +0.267264 aapg_ak_51.html aapg_ak_51.html:121:11631:11654 Cotton Valley Goodland, Kansas +0.25755 gsa_html_8740218609 gsa_html_8740218609:14:643:649 Reston Virginia +0.2678 sedimentology_html_2041096405 sedimentology_html_2041096405:475:32694:32706 Salina Guelph +0.818078 palaios_html_4216189038 palaios_html_4216189038:79:7871:7889 Beaufort Banks Island +0.277693 gsa_html_2713524768 gsa_html_2713524768:555:48817:48836 Cotton Valley Shreveport, Louisiana +0.486983 cspg_html_6278093686 cspg_html_6278093686:224:16512:16520 Columbia Victoria, British Columbia +0.26447 aapg_ad_3.html aapg_ad_3.html:276:25016:25033 Axemann Pennsylvania +0.26468 cspg_html_3012058617 cspg_html_3012058617:240:31772:31784 Beaver Mines Lacombe, Alberta +0.250494 aapg_ae_906.html aapg_ae_906.html:36:4483:4500 Cypress Bethel, Alaska +0.5049 aapg_ae_185.html aapg_ae_185.html:281:24912:24923 Tokio Carterville, Illinois +0.260268 aapg_ae_876.html aapg_ae_876.html:493:53570:53589 Greenhorn Mancos, Colorado +0.505294 sedimentology_html_5673709888 sedimentology_html_5673709888:1359:66473:66509 Gambier Mount Gambier Airport +0.261783 aapg_af_244.html aapg_af_244.html:107:12130:12140 Rio Grande Tampico, Illinois +0.242373 aapg_ae_271.html aapg_ae_271.html:67:5876:5893 Lisbon Lisbon +0.505724 aapg_ac_699.html aapg_ac_699.html:147:12038:12045 El Abra Texas +0.492032 aapg_ad_801.html aapg_ad_801.html:207:22656:22669 Cook Mountain Winona, Mississippi +0.481792 aapg_ai_716.html aapg_ai_716.html:53:7878:7896 Frontier Cheyenne, Wyoming +0.261602 gsa_html_4058959570 gsa_html_4058959570:109:9493:9510 Chochal Mexico +0.26826 cspg_html_9670138862 cspg_html_9670138862:21:2932:2946 Gog Lacombe, Alberta +0.487705 palaios_html_9290889851 palaios_html_9290889851:425:36156:36168 Salina Bloomington, Indiana +0.48828 aapg_aa_47.html aapg_aa_47.html:498:58823:58830 Minturn Madera County, California +0.259408 aapg_ad_2.html aapg_ad_2.html:1060:145547:145558 Beekmantown Wissahickon Formation +0.24672 aapg_ad_714.html aapg_ad_714.html:4:394:404 Fort Worth Texas +0.249494 aapg_ak_36.html aapg_ak_36.html:237:26139:26153 Lisburne Anchorage, Alaska +0.488696 cspg_html_1611572472 cspg_html_1611572472:16:2206:2214 Columbia Victoria, British Columbia +0.449344 aapg_aa_995.html aapg_aa_995.html:22:2819:2825 Denver Colorado +0.501491 aapg_ai_720.html aapg_ai_720.html:216:24464:24472 Virginia Long Island (Massachusetts) +0.246016 gsa_html_4308966435 gsa_html_4308966435:556:59833:59849 Inkom Pocatello, Idaho +0.490782 aapg_ah_505.html aapg_ah_505.html:669:51792:51807 Mesaverde Rocky Ridge, Calgary +0.495045 gsa_html_6982030333 gsa_html_6982030333:1470:134066:134094 Green River Colorado +0.275098 gsa_html_4012649500 gsa_html_4012649500:1099:95459:95487 Green River Colorado +0.2727 aapg_ae_904.html aapg_ae_904.html:231:24752:24763 Black River Richmond, California +0.26624 cspg_html_1948505826 cspg_html_1948505826:72:9753:9761 Columbia Victoria, British Columbia +0.258015 aapg_aa_371.html aapg_aa_371.html:177:14700:14714 Bedford Ohio +0.248832 gsa_html_4543270561 gsa_html_4543270561:14:543:549 Denver Colorado +0.289395 aapg_ad_325.html aapg_ad_325.html:436:42371:42390 Smackover Iran +0.254015 aapg_ai_491.html aapg_ai_491.html:14:3568:3585 Hermosa Hermosa, Chicago +0.505824 aapg_ai_843.html aapg_ai_843.html:8:1140:1179 Green River Colorado +0.239268 sedimentology_html_1559456356 sedimentology_html_1559456356:734:40964:40968 Hall London, Ontario +0.259584 aapg_ai_503.html aapg_ai_503.html:112:12545:12554 Whirlpool Lewiston, Idaho +0.4864 aapg_ae_777.html aapg_ae_777.html:665:76216:76225 Montezuma Gallina +0.474768 aapg_af_95.html aapg_af_95.html:168:14861:14867 Walnut Paluxy, Texas +0.491008 gsa_html_8713261856 gsa_html_8713261856:1031:94574:94602 Green River Colorado +0.484272 aapg_ah_167.html aapg_ah_167.html:572:50359:50385 Valmy Reno, Nevada +0.256968 cspg_html_7602315496 cspg_html_7602315496:12:2005:2018 Pakowki Milk River, Alberta +0.06048 aapg_af_18.html aapg_af_18.html:173:20335:20351 Inyan Kara Black Hills +0.26265 gsa_html_1040524378 gsa_html_1040524378:1000:97378:97384 Casper Cheyenne, Wyoming +0.488565 aapg_ad_3.html aapg_ad_3.html:383:36145:36166 Beekmantown Blackford, Somerset +0.482377 cspg_html_8520409981 cspg_html_8520409981:133:14435:14455 Elk Lacombe, Alberta +0.487863 aapg_ac_400.html aapg_ac_400.html:441:51959:51965 Walton Lewis County, Washington +0.25654 cspg_html_1296564271 cspg_html_1296564271:523:53925:53947 Black River Michigan +0.46176 sedimentology_html_2739036659 sedimentology_html_2739036659:743:44203:44212 Gibraltar North Africa +0.257484 sedimentology_html_7553974053 sedimentology_html_7553974053:206:21726:21741 Levis Middle Ordovician +0.504866 aapg_ah_203.html aapg_ah_203.html:496:79030:79048 Morrison New Mexico +0.26059 aapg_ai_206.html aapg_ai_206.html:10:2116:2134 Carlsbad Guadalupe Mountains National Park +0.474208 aapg_ai_613.html aapg_ai_613.html:51:8341:8355 Ross Laingsburg, Western Cape +0.259534 aapg_ae_67.html aapg_ae_67.html:353:30314:30322 Colorado Colorado +0.257964 aapg_ah_365.html aapg_ah_365.html:274:27960:27966 Morgan Cumberland, Maryland +0.242 gsa_html_1266138577 gsa_html_1266138577:347:27768:27776 Harkless Salinas Valley +0.255009 aapg_ai_886.html aapg_ai_886.html:184:17197:17201 Kent Sterling, Virginia +0.2444 aapg_ah_561.html aapg_ah_561.html:1031:77964:77981 Hermosa Logan, Utah +0.27454 geology_html_9004383999 geology_html_9004383999:124:11968:11984 Earlie Regina, Saskatchewan +0.253492 cspg_html_6873686255 cspg_html_6873686255:33:3878:3888 Crossfield Lacombe, Alberta +0.487936 palaios_html_8512528505 palaios_html_8512528505:1071:103875:103890 Liard Victoria, British Columbia +0.255811 palaios_html_3491046542 palaios_html_3491046542:493:50850:50862 Liberty Hall Virginia +0.256236 palaios_html_4805247539 palaios_html_4805247539:649:76108:76141 Calvert Maryland +0.271437 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90013:90018 Steel Cheyenne, Wyoming +0.249951 geology_html_3221826633 geology_html_3221826633:15:948:956 Colorado Colorado +0.523311 aapg_aa_416.html aapg_aa_416.html:176:23140:23149 Mackenzie Lacombe, Alberta +0.499954 aapg_ak_39.html aapg_ak_39.html:91:10251:10259 Imperial California +0.48195 aapg_ah_75.html aapg_ah_75.html:18:2477:2491 Richmond Quebec City +0.261975 aapg_ah_567.html aapg_ah_567.html:128:14501:14515 Woodford Ouachita Mountains +0.479115 geology_html_9872095446 geology_html_9872095446:32:3104:3113 Eel River California +0.262614 cspg_html_2625728726 cspg_html_2625728726:574:71007:71032 Jubilee Bridgetown, Nova Scotia +0.471555 AMJC_html_5969956211 AMJC_html_5969956211:1799:198658:198666 Colorado Denver +0.496125 aapg_ah_529.html aapg_ah_529.html:11:1699:1727 El Paso Arizona +0.258505 gsa_html_1991568528 gsa_html_1991568528:13:602:615 Santa Barbara California +0.265698 aapg_aa_756.html aapg_aa_756.html:381:43502:43519 Pekisko Calgary +0.512298 aapg_ae_391.html aapg_ae_391.html:809:82237:82251 Salado Western world +0.244449 aapg_ae_805.html aapg_ae_805.html:105:14147:14163 Sandia New Mexico +0.244976 cspg_html_5889831809 cspg_html_5889831809:75:10227:10247 Clearwater Lacombe, Alberta +0.35909 cspg_html_8818854104 cspg_html_8818854104:138:18088:18095 Cadomin Fernie, British Columbia +0.476451 cspg_html_1893593837 cspg_html_1893593837:175:13389:13405 Bad Cache Rapids Churchill River (Atlantic) +0.267189 cspg_html_3354282978 cspg_html_3354282978:799:92005:92026 Swan Hills Canada +0.534772 aapg_ah_387.html aapg_ah_387.html:225:24776:24780 Toro Knoxville, Illinois +0.27092 gsa_html_7216089779 gsa_html_7216089779:1650:126461:126489 Green River Iran +0.53295 aapg_ac_807.html aapg_ac_807.html:667:66089:66106 Magothy Closter, New Jersey +0.243013 aapg_ae_280.html aapg_ae_280.html:57:6505:6524 Whirlpool Lewiston, Idaho +0.252266 cspg_html_3020540834 cspg_html_3020540834:115:17246:17257 Collingwood Ontario, California +0.494132 aapg_ad_944.html aapg_ad_944.html:30:3583:3604 Whitehorse Spearfish, South Dakota +0.263262 aapg_af_788.html aapg_af_788.html:444:37720:37728 Michigan Saginaw, Michigan +0.269808 cspg_html_7576506617 cspg_html_7576506617:214:30266:30288 Severn River Moose River (Maine) +0.242556 aapg_ai_1.html aapg_ai_1.html:57:7672:7689 Paradox Hermosa, Chicago +0.34272 aapg_af_470.html aapg_af_470.html:233:25686:25714 Phosphoria Boise, Idaho +0.4554 aapg_ae_485.html aapg_ae_485.html:550:59776:59782 Denver Colorado +0.262135 aapg_ai_582.html aapg_ai_582.html:11:1400:1408 Sundance Regina, Saskatchewan +0.484428 gsa_html_4216613284 gsa_html_4216613284:105:11225:11236 Green River Logan, Utah +0.271906 aapg_ah_529.html aapg_ah_529.html:207:20276:20292 Abrigo El Paso, Texas +0.274527 cspg_html_9879671248 cspg_html_9879671248:38:4617:4635 Wabamun Michigan Basin +0.27144 aapg_ae_324.html aapg_ae_324.html:228:23152:23161 Knoxville Lenoir City, Tennessee +0.239096 gsa_html_8863489299 gsa_html_8863489299:571:70231:70236 Crete Crete +0.243936 cspg_html_8250755331 cspg_html_8250755331:676:70688:70703 Mt Lytton Lacombe, Alberta +0.484298 cspg_html_7402164801 cspg_html_7402164801:405:38982:38990 Foremost Lacombe, Alberta +0.266772 gsa_html_2832151886 gsa_html_2832151886:212:14983:15006 Belle Fourche Lacombe, Alberta +0.509229 aapg_ac_70.html aapg_ac_70.html:39:6177:6183 Kaibab Arizona +0.376794 palaios_html_6757540995 palaios_html_6757540995:513:50263:50278 Eutaw Alabama +0.26712 cspg_html_8267847427 cspg_html_8267847427:452:55112:55144 Provincial Southern Alberta +0.249688 aapg_ac_983.html aapg_ac_983.html:281:45745:45761 Pawnee Henrietta, New York +0.499422 geology_html_9088880172 geology_html_9088880172:368:28755:28759 Java Borneo +0.425538 aapg_aa_286.html aapg_aa_286.html:34:5394:5422 Lockatong Pennsylvania +0.262584 aapg_ad_564.html aapg_ad_564.html:5496:447977:447983 Casper Mesa, Arizona +0.468843 sedimentology_html_7094042012 sedimentology_html_7094042012:29:1785:1789 Bern Switzerland +0.24947 sedimentology_html_9793182930 sedimentology_html_9793182930:940:66452:66469 Hermosa Logan, Utah +0.282943 aapg_ac_506.html aapg_ac_506.html:225:27971:27986 Price Pulaski County, Missouri +0.24644 aapg_ai_879.html aapg_ai_879.html:300:21938:21964 Foraker Topeka, Kansas +0.26052 aapg_ah_654.html aapg_ah_654.html:1012:104393:104402 Popo Agie Cheyenne, Wyoming +0.257983 cspg_html_6644065685 cspg_html_6644065685:106:10350:10370 Weatherall Banks Island +0.2615 gsa_html_1402336710 gsa_html_1402336710:1154:96623:96630 Calvert China +0.483328 gsa_html_3841987980 gsa_html_3841987980:55:3440:3468 Green River Colorado +0.35249 aapg_ac_414.html aapg_ac_414.html:150:18344:18361 Pequop Logan, Utah +0.251472 aapg_ae_133.html aapg_ae_133.html:17:1670:1678 Wolfcamp Atoka, Oklahoma +0.264638 palaios_html_3112927242 palaios_html_3112927242:677:57190:57209 Tuscarora Pennsylvania +0.490974 gsa_html_9666442487 gsa_html_9666442487:974:86829:86849 Ellis Bay Anticosti Island +0.256968 cspg_html_8363357104 cspg_html_8363357104:786:88483:88491 Columbia Victoria, British Columbia +0.270764 aapg_ac_305.html aapg_ac_305.html:153:15917:15926 Williston Williston, Vermont +0.253287 gsa_html_4120839285 gsa_html_4120839285:323:39237:39240 Arc Mojave Desert +0.477954 aapg_aa_77.html aapg_aa_77.html:26:3065:3072 Renault Chester, Pennsylvania +0.474264 aapg_ac_624.html aapg_ac_624.html:33:3890:3906 Logan Cuyahoga County, Ohio +0.26724 aapg_af_149.html aapg_af_149.html:130:12482:12486 Frio Texas +0.256386 aapg_ae_660.html aapg_ae_660.html:385:38035:38044 Smackover Shreveport, Louisiana +0.250985 gsa_html_3096615185 gsa_html_3096615185:561:52363:52376 Nahant Gabbro Cambridge, Massachusetts +0.501642 sedimentology_html_6951714124 sedimentology_html_6951714124:659:56871:56886 Swift Lacombe, Alberta +0.50688 gsa_html_4675429437 gsa_html_4675429437:1085:77051:77061 San Felipe Baja California peninsula +0.26664 geology_html_1001858158 geology_html_1001858158:223:20886:20894 Columbia Victoria, British Columbia +0.28296 aapg_ae_75.html aapg_ae_75.html:175:23672:23692 San Andres Alamogordo, New Mexico +0.255458 aapg_af_830.html aapg_af_830.html:456:53134:53140 Weno Texas +0.48348 cspg_html_6252849194 cspg_html_6252849194:324:35446:35464 Edmonton Canada +0.493654 aapg_ad_267.html aapg_ad_267.html:5:681:688 Hosston Shreveport, Louisiana +0.252396 cspg_html_9011256422 cspg_html_9011256422:465:55013:55033 Jean Marie Canada +0.264187 cspg_html_9941227593 cspg_html_9941227593:518:63737:63759 Colorado Western world +0.24598 aapg_ac_516.html aapg_ac_516.html:49:5233:5241 Wolfcamp New Mexico +0.50233 aapg_aa_495.html aapg_aa_495.html:82:11388:11401 Cotton Valley Haynesville, Louisiana +0.485884 aapg_ah_815.html aapg_ah_815.html:132:9983:9988 Eutaw Selma to Montgomery marches +0.285634 aapg_ae_921.html aapg_ae_921.html:314:25334:25341 Madison California +0.50255 aapg_ah_655.html aapg_ah_655.html:301:28610:28628 Fayetteville Chattanooga, Tennessee +0.498419 aapg_af_397.html aapg_af_397.html:636:76728:76747 Entrada Entrada Sandstone +0.47136 palaios_html_1222907427 palaios_html_1222907427:14:731:739 Virginia Martinsville, Indiana +0.256905 cspg_html_3516764931 cspg_html_3516764931:144:25080:25100 Ottertail Split Rock Creek State Park +0.259032 cspg_html_1018915662 cspg_html_1018915662:200:18346:18365 Albert Keewatin, Minnesota +0.256542 gsa_html_1142695444 gsa_html_1142695444:197:16529:16535 Arroyo Rio Grande +0.252486 aapg_aa_702.html aapg_aa_702.html:2006:176009:176019 San Miguel Colorado +0.450036 aapg_ad_683.html aapg_ad_683.html:121:16490:16496 Hermit Kaibab, Arizona +0.51136 aapg_ae_960.html aapg_ae_960.html:64:9227:9234 Madison Cheyenne, Wyoming +0.259931 aapg_ae_182.html aapg_ae_182.html:372:39245:39258 Cotton Valley Pine Island (Lee County, Florida) +0.482275 geology_html_8566260854 geology_html_8566260854:186:22073:22098 Navajo Colorado +0.238832 aapg_ah_391.html aapg_ah_391.html:305:20812:20828 Sacate Wheatland, California +0.270319 aapg_aa_463.html aapg_aa_463.html:133:26383:26397 Smackover Mississippi River +0.475449 cspg_html_4319383223 cspg_html_4319383223:427:53253:53258 Liard Canada +0.258015 palaios_html_6229157009 palaios_html_6229157009:239:26082:26088 Brazil Peru, Indiana +0.472192 gsa_html_3199774259 gsa_html_3199774259:432:45308:45317 Peninsula Quebec City +0.263133 aapg_ai_477.html aapg_ai_477.html:288:32382:32403 Peace River Clearwater, Florida +0.247643 aapg_ae_272.html aapg_ae_272.html:5:569:587 Michigan Dundee +0.473826 gsa_html_6967102683 gsa_html_6967102683:617:55322:55330 Columbia Washington (state) +0.486266 gsa_html_8236729701 gsa_html_8236729701:215:22405:22434 Jalama Santa Ynez, California +0.258362 aapg_ah_84.html aapg_ah_84.html:20:2713:2734 Bell Delaware +0.263168 cspg_html_6116883777 cspg_html_6116883777:1257:176011:176032 Goose Fiord Ellesmere Island +0.47405 AMJC_html_3632105729 AMJC_html_3632105729:298:42834:42840 Oregon Boise, Idaho +0.26712 cspg_html_3026112034 cspg_html_3026112034:693:67647:67662 Leduc Swan Hill, Victoria +0.244032 aapg_af_593.html aapg_af_593.html:243:19191:19202 New Glasgow Bridgetown, Nova Scotia +0.472255 geology_html_1095613658 geology_html_1095613658:39:3886:3891 Salem India +0.503812 sedimentology_html_3694687055 sedimentology_html_3694687055:125:8865:8881 Dakota Regina, Saskatchewan +0.245916 sedimentology_html_2139169476 sedimentology_html_2139169476:331:35903:35912 Peninsula Korea +0.477664 aapg_ae_875.html aapg_ae_875.html:322:37921:37941 Cariblanco Puerto Rico +0.25688 geology_html_8397638507 geology_html_8397638507:323:24798:24811 Santa Barbara Sierra Nevada (Spain) +0.427196 aapg_ah_835.html aapg_ah_835.html:22:3768:3784 Chinle Chinle Formation +0.474734 sedimentology_html_8488362853 sedimentology_html_8488362853:1437:109822:109825 Arc Strait of Messina Bridge +0.258 sedimentology_html_6811924239 sedimentology_html_6811924239:1196:66032:66043 Santa Clara Anacapa Island +0.473454 aapg_af_745.html aapg_af_745.html:457:63173:63188 Conasauga Bloomington, Indiana +0.40002 aapg_ae_921.html aapg_ae_921.html:410:33847:33865 Deadwood Black Hills +0.260096 aapg_ah_362.html aapg_ah_362.html:88:9154:9169 Viola Lindsborg, Kansas +0.481206 gsa_html_1662492421 gsa_html_1662492421:724:61848:61854 Oregon Washington (state) +0.264654 cspg_html_6143853630 cspg_html_6143853630:9:576:584 Columbia Victoria, British Columbia +0.270772 aapg_ad_67.html aapg_ad_67.html:254:33381:33394 Carrizo Carrizo Plain +0.271416 geology_html_4393438384 geology_html_4393438384:45:4913:4921 Virginia Virginia +0.479076 aapg_ai_107.html aapg_ai_107.html:605:51971:51979 Dorcheat Arkansas +0.274572 palaios_html_2621173808 palaios_html_2621173808:92:11371:11383 Charlie Lake Victoria, British Columbia +0.485376 aapg_af_788.html aapg_af_788.html:216:18939:18953 Traverse Detroit River International Wildlife Refuge +0.250498 geology_html_6638965672 geology_html_6638965672:295:21961:21980 Pocatello Boise, Idaho +0.24384 aapg_ac_5.html aapg_ac_5.html:8:926:931 Yukon Victoria, British Columbia +0.500226 cspg_html_1188455526 cspg_html_1188455526:47:6886:6904 Isachsen Anchorage, Alaska +0.480624 aapg_ad_628.html aapg_ad_628.html:34:4055:4063 Virginia Ohio +0.515214 cspg_html_6038396142 cspg_html_6038396142:68:9944:9969 Winnipeg Regina, Saskatchewan +0.243486 cspg_html_1503116552 cspg_html_1503116552:1006:146241:146266 Beaverhill Western world +0.272796 gsa_html_1071078122 gsa_html_1071078122:815:72294:72322 Green River Colorado +0.495876 aapg_af_789.html aapg_af_789.html:66:9591:9603 New Scotland Virginia +0.274469 aapg_ac_563.html aapg_ac_563.html:595:85552:85557 Sligo Texas +0.249488 aapg_ae_280.html aapg_ae_280.html:306:34481:34486 Clyde Wayne County, Michigan +0.25064 cspg_html_9435196958 cspg_html_9435196958:189:8083:8103 Lance Cheyenne, Wyoming +0.49764 aapg_aa_546.html aapg_aa_546.html:167:16383:16401 Kootenai Cheyenne, Wyoming +0.270351 AMJC_html_2069773375 AMJC_html_2069773375:1168:79008:79014 Moscow Moscow +0.491232 aapg_ai_461.html aapg_ai_461.html:42:5705:5710 Atoka Stringtown, Oklahoma +0.251001 aapg_ai_772.html aapg_ai_772.html:7:919:929 Santa Cruz Guatemala +0.260075 aapg_ai_409.html aapg_ai_409.html:90:9683:9691 Nacatoch Arkadelphia, Arkansas +0.431482 cspg_html_4680797491 cspg_html_4680797491:32:3979:3999 Swan Hills Swan Hill, Victoria +0.4982 aapg_ah_521.html aapg_ah_521.html:362:41289:41304 Carrizo Carrizo Plain +0.498972 sedimentology_html_3088624548 sedimentology_html_3088624548:30:2254:2264 Washington Wa (Japan) +0.256027 palaios_html_7841806577 palaios_html_7841806577:609:59991:60007 George Canada +0.469396 AMJC_html_7895169864 AMJC_html_7895169864:665:84712:84718 Medway Israel +0.504 geology_html_3342004799 geology_html_3342004799:120:9957:9977 Cadomin Victoria, British Columbia +0.47998 cspg_html_8740534160 cspg_html_8740534160:328:39038:39043 Mural Middle East +0.45934 aapg_ai_218.html aapg_ai_218.html:108:11091:11099 Virginia Texas +0.39809 gsa_html_7737235229 gsa_html_7737235229:920:59551:59570 Bonneterre Missouri River +0.270914 aapg_ah_157.html aapg_ah_157.html:155:20722:20738 Potsdam Illinois +0.258482 sedimentology_html_6951714124 sedimentology_html_6951714124:107:11337:11362 Swift Williston Basin +0.256536 gsa_html_5394777952 gsa_html_5394777952:11:587:595 San Jose California +0.504612 aapg_ah_657.html aapg_ah_657.html:6:733:744 San Joaquin Santa Rosa, California +0.49556 cspg_html_1925276454 cspg_html_1925276454:506:54376:54397 Shaftesbury Lacombe, Alberta +0.48706 aapg_af_70.html aapg_af_70.html:42:4521:4555 Leipers Kentucky +0.233562 aapg_ai_688.html aapg_ai_688.html:150:19217:19226 Rochester Williamsport, Indiana +0.482275 aapg_ae_287.html aapg_ae_287.html:117:16179:16185 Provo Caledonia +0.245 aapg_ah_0.html aapg_ah_0.html:111:16536:16542 Denver Colorado +0.478455 sedimentology_html_1046729113 sedimentology_html_1046729113:2156:165812:165845 Basal Lacombe, Alberta +0.492618 aapg_af_514.html aapg_af_514.html:577:59392:59397 Piper Stroudsburg, Pennsylvania +0.500226 gsa_html_4308966435 gsa_html_4308966435:494:53222:53240 Morrison Reno, Nevada +0.26312 sedimentology_html_4072526193 sedimentology_html_4072526193:355:14389:14393 Hall London, Ontario +0.500944 gsa_html_9102781796 gsa_html_9102781796:367:35209:35228 Talkeetna Talkeetna Mountains +0.41538 cspg_html_6252417471 cspg_html_6252417471:225:32196:32216 Horton River Banks Island +0.258462 gsa_html_2877730818 gsa_html_2877730818:1056:88180:88193 Santa Barbara California +0.468884 gsa_html_8398449001 gsa_html_8398449001:656:53714:53724 Bear River Bear Lake, Michigan +0.245464 aapg_af_612.html aapg_af_612.html:60:9105:9109 Frio Texas Coastal Bend +0.262135 cspg_html_3328007773 cspg_html_3328007773:910:95287:95315 Viking Lacombe, Alberta +0.49305 geology_html_9498301644 geology_html_9498301644:111:13444:13463 Tuscarora North Carolina +0.497789 aapg_ad_721.html aapg_ad_721.html:566:53269:53279 San Andres El Capitan +0.44946 cspg_html_7839431712 cspg_html_7839431712:173:18363:18382 Scollard Lacombe, Alberta +0.379846 cspg_html_6839937815 cspg_html_6839937815:239:33569:33587 Moenkopi Logan, Utah +0.262108 aapg_ah_428.html aapg_ah_428.html:466:55419:55429 Maravillas Missouri River +0.260051 cspg_html_9942234474 cspg_html_9942234474:427:50494:50527 Grosmont Lacombe, Alberta +0.87906 sedimentology_html_9634338365 sedimentology_html_9634338365:1075:83372:83402 Sekwi Canada +0.501804 aapg_aa_463.html aapg_aa_463.html:259:49834:49842 Norphlet Cotton Valley, Louisiana +0.510188 aapg_ae_250.html aapg_ae_250.html:225:22307:22331 Wasatch Cheyenne, Wyoming +0.264368 cspg_html_5241714595 cspg_html_5241714595:158:23569:23588 Keg River Lacombe, Alberta +0.479182 aapg_ac_629.html aapg_ac_629.html:408:52057:52065 Beaumont Saratoga, California +0.501034 aapg_ad_169.html aapg_ad_169.html:65:8815:8823 Maccrady Greenbrier (Great Smoky Mountains) +0.249984 cspg_html_7963093032 cspg_html_7963093032:613:57457:57467 Bow Island Lacombe, Alberta +0.271416 palaios_html_3232474978 palaios_html_3232474978:62:6447:6463 Liard Victoria, British Columbia +0.268324 palaios_html_9993198762 palaios_html_9993198762:61:7257:7275 Cloverly Moberly, Missouri +0.26924 geology_html_1745354227 geology_html_1745354227:142:16297:16303 Dakota North Carolina +0.26471 cspg_html_8928894270 cspg_html_8928894270:333:45184:45205 Beaverhill Lacombe, Alberta +0.250805 cspg_html_4495377323 cspg_html_4495377323:225:27089:27108 Pardonet Western Canadian Sedimentary Basin +0.485088 cspg_html_2083823293 cspg_html_2083823293:586:61911:61926 Grassy Mountain Lacombe, Alberta +0.490782 aapg_ai_694.html aapg_ai_694.html:19:2906:2913 Prairie Mississippi River +0.255867 aapg_aa_878.html aapg_aa_878.html:715:79061:79069 La Habra California +0.254856 aapg_ah_253.html aapg_ah_253.html:27:4359:4378 Smackover Arkansas +0.709778 aapg_ae_473.html aapg_ae_473.html:472:44007:44016 Red Bluff Mississippi River +0.489114 aapg_ah_871.html aapg_ah_871.html:30:4148:4165 Black River Montreal +0.256905 geology_html_1712790579 geology_html_1712790579:303:24281:24298 El Abra Mexico +0.695181 cspg_html_1004940981 cspg_html_1004940981:705:75058:75092 Baumann Fiord Canadian Arctic Archipelago +0.487026 aapg_af_880.html aapg_af_880.html:551:83845:83871 Coleman Junction Populus sect. Aegiros +0.49192 cspg_html_1613963359 cspg_html_1613963359:17:1747:1754 Cardium Swan Hill, Victoria +0.473052 geology_html_7526114759 geology_html_7526114759:38:2954:2964 Washington California +0.438949 aapg_af_801.html aapg_af_801.html:295:34363:34437 Oswego Herington, Kansas +0.446457 aapg_ah_370.html aapg_ah_370.html:3:296:304 Michigan Michigan +0.262446 aapg_ad_855.html aapg_ad_855.html:74:6906:6925 Smackover Bagrationovsk +0.5061 cspg_html_8267847427 cspg_html_8267847427:10:1179:1200 Belly River Lacombe, Alberta +0.260604 geology_html_2199106256 geology_html_2199106256:12:479:489 Washington Washington (state) +0.488446 palaios_html_4421656336 palaios_html_4421656336:321:33103:33109 Reston Virginia +0.497466 gsa_html_6776685506 gsa_html_6776685506:455:46914:46942 Green River Colorado +0.23183 aapg_aa_725.html aapg_aa_725.html:62:6647:6656 Porcupine Cairns, Queensland +0.477675 aapg_ae_29.html aapg_ae_29.html:443:50621:50632 Deer Valley Greenbrier (Great Smoky Mountains) +0.523888 aapg_ae_997.html aapg_ae_997.html:68:8863:8868 Price Victoria, British Columbia +0.513065 aapg_ah_464.html aapg_ah_464.html:15:2508:2518 Pottsville Illinois +0.248003 aapg_ah_428.html aapg_ah_428.html:476:56147:56157 Maravillas West Texas +0.485305 AMJC_html_3632105729 AMJC_html_3632105729:953:102961:102967 Reston Virginia +0.474624 aapg_ai_491.html aapg_ai_491.html:438:55386:55401 Molas Hermosa, Chicago +0.485811 sedimentology_html_2208426700 sedimentology_html_2208426700:94:7091:7129 Winnipegosis Regina, Saskatchewan +0.259077 aapg_ac_609.html aapg_ac_609.html:546:50240:50258 Ramparts Mackenzie River +0.250992 cspg_html_5456368738 cspg_html_5456368738:76:7046:7066 Pine Point Great Slave Lake +0.25376 geology_html_9292085223 geology_html_9292085223:85:6709:6719 Laurentian Iowa +0.245021 aapg_ae_419.html aapg_ae_419.html:1657:122450:122470 San Felipe Tampico, Illinois +0.479364 aapg_ah_198.html aapg_ah_198.html:549:71415:71441 Monterey California +0.29736 aapg_ai_49.html aapg_ai_49.html:337:42686:42705 Newcastle Colorado +0.26052 geology_html_8686255478 geology_html_8686255478:206:23752:23762 Stillwater South Africa +0.468789 cspg_html_6255491344 cspg_html_6255491344:7:1016:1032 Fernie Kootenay River +0.25064 geology_html_3987149868 geology_html_3987149868:175:14735:14754 Red Creek Quartzite Uinta Mountains +0.256035 aapg_ac_337.html aapg_ac_337.html:353:15838:15844 Walker Colorado +0.493568 cspg_html_9354781888 cspg_html_9354781888:519:45254:45287 Halfway Lacombe, Alberta +0.50478 aapg_ad_721.html aapg_ad_721.html:550:51267:51271 Yeso El Capitan +0.257922 gsa_html_6481254334 gsa_html_6481254334:778:71604:71610 Jordan Nazca +0.283466 aapg_af_395.html aapg_af_395.html:112:13326:13330 Bond Michigan +0.717054 gsa_html_9053175553 gsa_html_9053175553:485:50074:50093 Flagstaff Logan, Utah +0.270848 aapg_af_149.html aapg_af_149.html:124:12154:12161 Anahuac Shreveport, Louisiana +0.270351 aapg_ah_246.html aapg_ah_246.html:21:2510:2518 Virginia Pennsylvania +0.491202 aapg_ac_867.html aapg_ac_867.html:489:66787:66817 Green River Colorado +0.49337 aapg_ai_566.html aapg_ai_566.html:9:1054:1060 Viking Manitoba +0.490455 gsa_html_9901339383 gsa_html_9901339383:518:46707:46735 Green River Iran +0.270878 sedimentology_html_8230868664 sedimentology_html_8230868664:367:29231:29249 Kayenta Chinle Formation +0.48504 gsa_html_3906036914 gsa_html_3906036914:600:58738:58766 Green River Colorado +0.254178 gsa_html_3170047312 gsa_html_3170047312:19:714:727 Santa Barbara California +0.2489 cspg_html_4105062490 cspg_html_4105062490:183:19130:19195 Lodgepole Williston, Vermont +0.495471 sedimentology_html_3417381350 sedimentology_html_3417381350:88:8831:8857 Monterey Monterey, California +0.721421 aapg_ai_105.html aapg_ai_105.html:155:18168:18182 Duchesne River Lake Fork (Texas) +0.255955 aapg_ai_589.html aapg_ai_589.html:27:3502:3517 Mesaverde New Mexico +0.275094 geology_html_1599906578 geology_html_1599906578:93:11438:11444 Oregon Earth +0.40098 aapg_ae_391.html aapg_ae_391.html:381:34456:34462 Salado Delaware +0.2448 aapg_aa_4.html aapg_aa_4.html:67:8312:8329 Genesee Genesee County, Michigan +0.438372 aapg_ae_419.html aapg_ae_419.html:1617:120630:120640 Georgetown Texas +0.4997 aapg_ai_17.html aapg_ai_17.html:578:42609:42618 Vicksburg Winnfield, Louisiana +0.266562 aapg_af_848.html aapg_af_848.html:13:1240:1259 Smackover Arkansas +0.25636 aapg_ae_933.html aapg_ae_933.html:48:5838:5864 Smackover Arkansas +0.24255 aapg_af_772.html aapg_af_772.html:916:96573:96580 Telford Cambridge +0.463995 gsa_html_8755064746 gsa_html_8755064746:1451:124186:124192 Oxford Antarctica +0.255486 palaios_html_2623970001 palaios_html_2623970001:50:6143:6157 Beaufort South Africa +0.371712 cspg_html_7938374662 cspg_html_7938374662:136:14441:14456 Gates Victoria, British Columbia +0.498942 cspg_html_8600619449 cspg_html_8600619449:7:643:663 Horn River Norman Wells +0.266135 aapg_ad_785.html aapg_ad_785.html:149:14669:14687 Fountain Colorado +0.502128 aapg_aa_146.html aapg_aa_146.html:761:45045:45064 Fox Hills Newcastle, New South Wales +0.482562 cspg_html_9729377176 cspg_html_9729377176:673:91160:91191 Charlie Lake Victoria, British Columbia +0.254514 cspg_html_9648675035 cspg_html_9648675035:50:6375:6387 Buckinghorse Victoria, British Columbia +0.264578 cspg_html_8426933697 cspg_html_8426933697:377:49994:50034 Mount Head Victoria, British Columbia +0.283556 cspg_html_5141367518 cspg_html_5141367518:8:959:973 St. Mary River Bearpaw Formation +0.478225 aapg_ae_26.html aapg_ae_26.html:158:15914:15918 Hall Kentucky +0.494844 aapg_ai_958.html aapg_ai_958.html:119:11724:11732 Oakville Oakville, California +0.251923 geology_html_9192375337 geology_html_9192375337:469:31390:31398 Colorado Pueblo, Colorado +0.253487 aapg_ai_887.html aapg_ai_887.html:453:54233:54245 Winnipegosis Regina, Saskatchewan +0.244374 aapg_ai_170.html aapg_ai_170.html:85:8933:8957 Echo Canyon Conglomerate Salt Lake City +0.263682 aapg_ai_52.html aapg_ai_52.html:226:33476:33491 Santa Margarita Monterey, California +0.251904 geology_html_7013093766 geology_html_7013093766:241:22263:22273 Washington Seattle +0.484295 palaios_html_9408587909 palaios_html_9408587909:69:7146:7164 Montney Canada +0.253935 aapg_aa_796.html aapg_aa_796.html:474:54150:54176 Halfway Lacombe, Alberta +0.48807 cspg_html_3516764931 cspg_html_3516764931:361:60656:60666 Beaverfoot Victoria, British Columbia +0.493296 cspg_html_8875780398 cspg_html_8875780398:9:853:873 Road River Anchorage, Alaska +0.489762 cspg_html_7323688702 cspg_html_7323688702:123:13236:13244 Columbia Lacombe, Alberta +0.471108 jgeology_html_4436895778 jgeology_html_4436895778:421:30356:30369 Bigfork Chert Arkansas +0.263048 cspg_html_6193252551 cspg_html_6193252551:634:67872:67893 La Vieille Quebec City +0.491384 aapg_ah_160.html aapg_ah_160.html:85:12334:12340 Guelph Salina, Kansas +0.482023 cspg_html_4541662139 cspg_html_4541662139:50:6744:6752 Ramparts Iowa +0.25431 aapg_ah_289.html aapg_ah_289.html:202:27738:27756 Monterey Lost Hills Oil Field +0.270399 geology_html_4150214358 geology_html_4150214358:48:3360:3366 Brazil Asia +0.243048 cspg_html_4298557570 cspg_html_4298557570:25:3515:3529 Edmonton Lacombe, Alberta +0.482304 aapg_ai_479.html aapg_ai_479.html:543:60784:60798 Traverse Michigan +0.699502 gsa_html_1536819908 gsa_html_1536819908:583:56790:56803 Edna Mountain Reno, Nevada +0.278244 aapg_aa_544.html aapg_aa_544.html:322:43612:43632 Fox Hills Cheyenne, Wyoming +0.259588 gsa_html_7632212878 gsa_html_7632212878:507:48734:48744 Las Cruces New Mexico +0.457413 cspg_html_1503116552 cspg_html_1503116552:1682:242531:242550 Waterways Lacombe, Alberta +0.48776 aapg_ai_307.html aapg_ai_307.html:67:9715:9735 Fort Scott Oswego, New York +0.482555 aapg_aa_340.html aapg_aa_340.html:242:20723:20731 Billings Seminole, Texas +0.255524 geology_html_8561500906 geology_html_8561500906:177:19666:19672 Oregon Mount Mazama +0.257013 aapg_ad_3.html aapg_ad_3.html:428:40544:40549 Chazy Black River, Jamaica +0.26728 cspg_html_1645105717 cspg_html_1645105717:429:43338:43345 Halifax Halifax, West Yorkshire +0.268288 aapg_ah_688.html aapg_ah_688.html:238:25822:25831 Smackover Haynesville, Louisiana +0.25029 aapg_ai_38.html aapg_ai_38.html:86:9129:9147 Wellington Colorado +0.258055 gsa_html_1617077506 gsa_html_1617077506:888:86249:86257 Columbia Victoria, British Columbia +0.490912 cspg_html_4069214675 cspg_html_4069214675:419:52885:52912 Belly River Lacombe, Alberta +0.257045 cspg_html_1025724640 cspg_html_1025724640:617:72769:72810 Laurentian Bennington, Vermont +0.26964 aapg_ah_978.html aapg_ah_978.html:221:22730:22745 Etchegoin San Joaquin River +0.240856 aapg_ac_33.html aapg_ac_33.html:106:12473:12486 Santa Barbara Colorado +0.483426 AMJC_html_6341723617 AMJC_html_6341723617:825:72607:72627 Sheep Pass Reno, Nevada +0.270458 aapg_ad_852.html aapg_ad_852.html:83:7694:7710 Chinle Quay County, New Mexico +0.254584 aapg_aa_118.html aapg_aa_118.html:421:39859:39868 Whitehall Glen Falls +0.27404 aapg_ah_237.html aapg_ah_237.html:247:25576:25594 Peninsula Strait of Hormuz +0.23183 AMJC_html_1767296229 AMJC_html_1767296229:770:73197:73214 Waweig New Brunswick, New Jersey +0.26001 aapg_ae_324.html aapg_ae_324.html:1241:123953:123970 Tellico Knoxville, Tennessee +0.251923 cspg_html_7093237629 cspg_html_7093237629:91:14402:14424 Cooking Lake Lacombe, Alberta +0.478114 gsa_html_7464626519 gsa_html_7464626519:302:32121:32129 Colorado New Mexico +0.257033 cspg_html_1456761793 cspg_html_1456761793:6:646:653 Dunedin Victoria, British Columbia +0.26416 aapg_ae_253.html aapg_ae_253.html:107:12008:12019 Pine Island Bellevue, Nebraska +0.253456 aapg_af_23.html aapg_af_23.html:166:22026:22031 Mt Lytton Anchorage, Alaska +0.502603 sedimentology_html_2912098544 sedimentology_html_2912098544:66:8027:8033 Chinle Kayenta, Arizona +0.497871 aapg_af_704.html aapg_af_704.html:155:14094:14118 Mission Canyon Williston, Vermont +0.358 aapg_aa_426.html aapg_aa_426.html:260:58764:58781 Hosston Mississippi River +0.461439 aapg_ae_415.html aapg_ae_415.html:454:60558:60580 Chickasawhay Mississippi River +0.252813 sedimentology_html_9665687367 sedimentology_html_9665687367:953:71459:71485 Monterey California +0.484352 geology_html_5337740991 geology_html_5337740991:195:17743:17751 Columbia Rodinia +0.252753 aapg_ai_572.html aapg_ai_572.html:165:19036:19043 Vamoosa Seminole, Texas +0.257536 aapg_ad_3.html aapg_ad_3.html:281:25946:25953 Nittany Virginia +0.26112 cspg_html_8417280957 cspg_html_8417280957:25:3841:3845 Hull Yorkshire +0.485298 cspg_html_9361096527 cspg_html_9361096527:524:52214:52230 Lance Judith River Formation +0.245518 cspg_html_2784057671 cspg_html_2784057671:62:8177:8192 Sooke Victoria, British Columbia +0.483171 gsa_html_1124652135 gsa_html_1124652135:261:23943:23959 Edisto Charleston, South Carolina +0.240584 aapg_ae_75.html aapg_ae_75.html:19:3318:3328 Rio Grande Sacramento, California +0.235708 gsa_html_3860045860 gsa_html_3860045860:683:77857:77867 Sunderland Cambridge, Massachusetts +0.259065 sedimentology_html_8989921425 sedimentology_html_8989921425:2035:148600:148604 Hall London, Ontario +0.268224 cspg_html_4785922166 cspg_html_4785922166:220:23638:23657 Lonely Bay Great Slave Lake +0.487705 aapg_aa_95.html aapg_aa_95.html:195:18020:18026 Denver Colorado +0.482816 sedimentology_html_2898428289 sedimentology_html_2898428289:2041:100818:100837 Swan Hills Lacombe, Alberta +0.27089 cspg_html_9222238695 cspg_html_9222238695:369:48500:48516 Fernie Lacombe, Alberta +0.40131 aapg_ah_536.html aapg_ah_536.html:131:18097:18112 Hosston County Sligo +0.504666 gsa_html_8658090840 gsa_html_8658090840:556:38904:38932 Green River Colorado +0.230256 aapg_ae_415.html aapg_ae_415.html:201:25416:25432 Forest Western world +0.457256 aapg_aa_4.html aapg_aa_4.html:294:39685:39702 Genesee Middlesex +0.473 aapg_aa_116.html aapg_aa_116.html:71:9811:9821 Coronation Calgary +0.272448 aapg_ak_20.html aapg_ak_20.html:3:227:261 Windsor Bridgetown, Nova Scotia +0.842772 palaios_html_8839154766 palaios_html_8839154766:61:8799:8832 Moenkopi Reno, Nevada +0.259065 cspg_html_6334734829 cspg_html_6334734829:36:5161:5179 Tantalus Indian River (Florida) +0.250976 aapg_ae_65.html aapg_ae_65.html:479:43889:43905 Casper Cheyenne, Wyoming +0.505393 aapg_ai_30.html aapg_ai_30.html:44:5667:5673 Goliad Oakville, California +0.260925 cspg_html_6417125323 cspg_html_6417125323:24:2650:2658 Winnipeg Lacombe, Alberta +0.255955 cspg_html_9119878068 cspg_html_9119878068:11:1176:1195 Waterways Swan Hill, Victoria +0.257484 aapg_aa_626.html aapg_aa_626.html:96:11704:11721 Potomac Maryland +0.263626 gsa_html_8035658736 gsa_html_8035658736:935:101211:101217 Oregon Salem, Oregon +0.249639 palaios_html_7308908518 palaios_html_7308908518:458:39772:39786 Beaufort South Africa +0.244258 aapg_ad_194.html aapg_ad_194.html:88:9162:9180 Stirling Crystal Springs, Mississippi +0.791673 aapg_aa_23.html aapg_aa_23.html:526:63136:63149 Winnipeg Regina, Saskatchewan +0.462168 aapg_ac_807.html aapg_ac_807.html:576:57520:57527 Raritan Norfolk, Virginia +0.241266 cspg_html_8078587269 cspg_html_8078587269:389:30425:30433 Montreal Montreal +0.455304 aapg_ae_710.html aapg_ae_710.html:49:5885:5904 Rock Springs Table Rock, Wyoming +0.262944 gsa_html_5601712699 gsa_html_5601712699:248:19859:19875 Conejo Volcanics Santa Monica Mountains +0.27456 cspg_html_9683836416 cspg_html_9683836416:289:46808:46825 Belly River Lacombe, Alberta +0.274047 aapg_aa_288.html aapg_aa_288.html:48:5933:5951 Frontier Niobrara, Nebraska +0.497988 aapg_ai_87.html aapg_ai_87.html:90:10239:10254 Banff Wapiti, Wyoming +0.261 aapg_ad_958.html aapg_ad_958.html:543:54153:54169 Sedalia Dolomite Salina, Kansas +0.484848 aapg_ae_454.html aapg_ae_454.html:432:37724:37732 Dorcheat Arkansas +0.76077 palaios_html_2707987360 palaios_html_2707987360:733:60966:60981 Eutaw Alabama +0.23958 aapg_ah_387.html aapg_ah_387.html:683:71912:71918 Oregon Santa Barbara, California +0.457737 cspg_html_1503116552 cspg_html_1503116552:77:11673:11698 Beaverhill Swan Hill, Victoria +0.263144 cspg_html_2749851978 cspg_html_2749851978:82:16516:16533 Cardium Lacombe, Alberta +0.243 cspg_html_2093862169 cspg_html_2093862169:6:345:378 Bluff Grand Cayman +0.262144 cspg_html_9290046117 cspg_html_9290046117:397:44340:44347 Cadomin Mount Wilson Observatory +0.265104 AMJC_html_5438349889 AMJC_html_5438349889:137:15419:15430 San Joaquin Great Valley, New York +0.379211 aapg_af_286.html aapg_af_286.html:214:29501:29521 Tuscaloosa Shreveport, Louisiana +0.488796 aapg_ai_29.html aapg_ai_29.html:200:24973:24984 San Antonio River Medina +0.769098 aapg_ah_754.html aapg_ah_754.html:487:46567:46584 Burrard Victoria, British Columbia +0.916243 aapg_ah_96.html aapg_ah_96.html:113:11921:11939 Winnipeg Lake Winnipeg +0.251412 cspg_html_3404912985 cspg_html_3404912985:787:105375:105392 Wapiabi Lacombe, Alberta +0.25956 gsa_html_2832151886 gsa_html_2832151886:504:44131:44139 Columbia Victoria, British Columbia +0.474096 geology_html_7484355547 geology_html_7484355547:131:11898:11904 Blanco Iceland +0.250997 sedimentology_html_3358647812 sedimentology_html_3358647812:784:69391:69422 Cliff House Colorado +0.488188 cspg_html_1462870252 cspg_html_1462870252:776:90600:90625 Elk Canada +0.260084 sedimentology_html_9227563678 sedimentology_html_9227563678:1067:74518:74536 Sierra Uruguay +0.47424 aapg_af_923.html aapg_af_923.html:41:4452:4466 Colorado Bow Island Airport +0.239478 aapg_af_971.html aapg_af_971.html:15:862:868 Denver Houston +0.465354 cspg_html_3501550466 cspg_html_3501550466:219:31961:31983 Cooking Lake Redwater, Texas +0.248446 palaios_html_2487157982 palaios_html_2487157982:386:30026:30043 Kinzers Pennsylvania +0.254904 aapg_ai_504.html aapg_ai_504.html:82:7780:7789 Jefferson Tioga, Texas +0.483616 aapg_ae_656.html aapg_ae_656.html:47:6425:6431 Oregon Colorado +0.401236 aapg_ah_678.html aapg_ah_678.html:607:76248:76267 Vicksburg Texas +0.498609 cspg_html_8826450427 cspg_html_8826450427:414:51800:51821 Cardium Lacombe, Alberta +0.501201 aapg_ai_156.html aapg_ai_156.html:335:29749:29767 Stranger Tonganoxie, Kansas +0.913872 aapg_ah_762.html aapg_ah_762.html:4:543:548 Banff Western world +0.25853 cspg_html_9046359229 cspg_html_9046359229:426:63175:63183 Columbia Victoria, British Columbia +0.265698 sedimentology_html_5597821332 sedimentology_html_5597821332:771:69948:69960 Taylor Antarctica +0.267804 aapg_af_483.html aapg_af_483.html:177:24911:24928 Subinal Guatemala +0.25584 aapg_af_338.html aapg_af_338.html:395:47446:47462 Mt Lytton Austin, Chicago +0.261626 cspg_html_7281679890 cspg_html_7281679890:14:2153:2172 Neruokpuk Anchorage, Alaska +0.490049 aapg_af_318.html aapg_af_318.html:331:34680:34692 Saskatchewan Evesham Township, New Jersey +0.276822 gsa_html_7634641428 gsa_html_7634641428:135:11045:11073 Green River Colorado +0.249228 gsa_html_3648258377 gsa_html_3648258377:1075:98984:99000 Eagle Texas +0.257346 aapg_aa_4.html aapg_aa_4.html:27:3735:3752 Sonyea Genesee County, Michigan +0.25143 cspg_html_2172704722 cspg_html_2172704722:128:22583:22605 Basal Central Alberta +0.264147 sedimentology_html_3490195740 sedimentology_html_3490195740:78:8560:8583 Yeoman Williston Basin +0.26411 aapg_ac_612.html aapg_ac_612.html:107:11192:11201 Oil Creek Arkansas River +0.478969 palaios_html_5148615526 palaios_html_5148615526:283:29154:29163 San Diego Canada +0.254664 aapg_aa_382.html aapg_aa_382.html:9:1560:1579 San Joaquin McKittrick, California +0.520194 palaios_html_5067987549 palaios_html_5067987549:810:61746:61758 Judith River Nebraska +0.263472 aapg_ae_93.html aapg_ae_93.html:40:7466:7484 Kootenay Carbondale, Pennsylvania +0.50065 cspg_html_4680797491 cspg_html_4680797491:7:429:443 Fort Vermilion Calumet, Pennsylvania +0.26052 cspg_html_8312989046 cspg_html_8312989046:105:13738:13755 Bowser Anchorage, Alaska +0.47145 aapg_ah_167.html aapg_ah_167.html:114:13702:13716 Glenogle Mons +0.49131 cspg_html_7561290301 cspg_html_7561290301:92:10060:10069 Chinchaga Lacombe, Alberta +0.271405 cspg_html_1132698231 cspg_html_1132698231:483:64332:64349 Cardium Lacombe, Alberta +0.484242 aapg_ac_398.html aapg_ac_398.html:177:17002:17015 Cotton Valley Trinity County, Texas +0.506253 cspg_html_7402164801 cspg_html_7402164801:22:2785:2806 Belly River Lacombe, Alberta +0.508642 aapg_ad_258.html aapg_ad_258.html:366:42738:42741 Elk Chemung, New York +0.258332 aapg_ad_3.html aapg_ad_3.html:402:37566:37582 Chazy Knoxville, Tennessee +0.23472 cspg_html_7244100306 cspg_html_7244100306:465:49333:49357 Scripps Middle America (Americas) +0.483465 aapg_ah_772.html aapg_ah_772.html:112:10766:10777 Bird Spring Spring Mountains National Recreation Area +0.237069 aapg_ad_52.html aapg_ad_52.html:975:105537:105561 Basal Michigan +0.496908 cspg_html_7182873498 cspg_html_7182873498:141:19842:19857 Eramosa Guelph +0.47571 gsa_html_3648258377 gsa_html_3648258377:827:77565:77595 Navesink Merchantville, New Jersey +0.246888 cspg_html_4924970281 cspg_html_4924970281:700:78612:78632 Clearwater Lacombe, Alberta +0.247835 cspg_html_1996419880 cspg_html_1996419880:519:63044:63061 Bowser Victoria, British Columbia +0.516912 gsa_html_6194837075 gsa_html_6194837075:523:38101:38111 Duck Creek Texas +0.505 aapg_aa_792.html aapg_aa_792.html:515:56393:56409 Queen Guadalupe Mountains National Park +0.493954 gsa_html_1075724130 gsa_html_1075724130:44:4644:4659 Bouse Colorado Plateau +0.487705 aapg_ah_780.html aapg_ah_780.html:163:28264:28274 Pocahontas San Fernando Valley +0.490795 aapg_aa_73.html aapg_aa_73.html:52:5353:5358 Mingo Upshur County, West Virginia +0.473826 geology_html_6020561892 geology_html_6020561892:11:551:559 Montreal Quebec City +0.253482 AMJC_html_5516451353 AMJC_html_5516451353:109:12725:12742 Massabesic Gneiss New Hampshire +0.252504 jgeology_html_1412104794 jgeology_html_1412104794:1420:63782:63798 Unicoi Virginia +0.261576 geology_html_1624131066 geology_html_1624131066:319:23531:23548 Eramosa Bruce Peninsula National Park +0.490795 aapg_af_764.html aapg_af_764.html:198:19074:19083 Sheffield England +0.259284 cspg_html_9435196958 cspg_html_9435196958:947:39870:39888 Edmonton Lacombe, Alberta +0.270918 aapg_ad_466.html aapg_ad_466.html:915:99299:99309 Sykesville Atlantic Highlands, New Jersey +0.490455 gsa_html_1290697059 gsa_html_1290697059:943:66142:66175 Windsor Canada +0.801009 aapg_ah_766.html aapg_ah_766.html:61:7141:7153 Todos Santos Guatemala +0.26664 aapg_aa_232.html aapg_aa_232.html:277:31329:31346 Skull Creek Colorado +0.2751 aapg_ac_888.html aapg_ac_888.html:168:10782:10791 Queenston Cayuga, Ontario +0.266562 AMJC_html_1163576052 AMJC_html_1163576052:1222:106799:106805 Oregon Salem, Oregon +0.495558 gsa_html_3069013284 gsa_html_3069013284:22:1568:1599 Chinle Arizona +0.275028 aapg_ac_8.html aapg_ac_8.html:13:1267:1276 Red River Williston, Vermont +0.476784 cspg_html_3328007773 cspg_html_3328007773:74:11006:11030 Columbia Boulder Creek (Colorado) +0.472787 gsa_html_6738340121 gsa_html_6738340121:12:490:496 Denver Colorado +0.263165 geology_html_2350878941 geology_html_2350878941:32:2937:2958 Green River Cheyenne, Wyoming +0.237168 palaios_html_8066821111 palaios_html_8066821111:472:34395:34426 Lotbiniere Quebec City +0.25856 aapg_ac_794.html aapg_ac_794.html:93:14108:14124 Wilcox White Clay Creek +0.361075 aapg_ah_876.html aapg_ah_876.html:636:79139:79153 Rodessa Mississippi River +0.356328 cspg_html_2803424832 cspg_html_2803424832:95:13948:13969 Trold Fiord Ellesmere Island +0.486438 geology_html_6434160498 geology_html_6434160498:281:19124:19134 Rio Grande Northeast Region, Brazil +0.260977 aapg_ah_429.html aapg_ah_429.html:104:8610:8628 San Andres New Mexico +0.278784 sedimentology_html_7885928494 sedimentology_html_7885928494:29:1769:1778 Sheffield Thetford, Vermont +0.495558 palaios_html_9068072954 palaios_html_9068072954:791:83391:83395 Hall London, Ontario +0.488796 aapg_ai_235.html aapg_ai_235.html:84:9584:9604 Tuscaloosa Mississippi River +0.5018 aapg_ae_448.html aapg_ae_448.html:255:29996:30012 Paluxy Paluxy, Texas +0.262656 palaios_html_9196930977 palaios_html_9196930977:164:19966:19997 Kope Kentucky +0.5019 gsa_html_1520002998 gsa_html_1520002998:1289:99407:99435 Green River Colorado +0.255458 cspg_html_2175627313 cspg_html_2175627313:90:11359:11376 Montney Western Canadian Sedimentary Basin +0.278244 aapg_ae_805.html aapg_ae_805.html:158:19149:19155 Bursum New Mexico +0.499352 cspg_html_9771826320 cspg_html_9771826320:489:89304:89316 Devon Island Ellesmere Island +0.488474 aapg_ad_652.html aapg_ad_652.html:407:50620:50626 Oregon Salem, Oregon +0.457912 sedimentology_html_2090465227 sedimentology_html_2090465227:1333:72711:72719 Montreal Quebec City +0.25443 aapg_aa_544.html aapg_aa_544.html:179:24478:24488 Bear River Cheyenne, Wyoming +0.244528 gsa_html_7199417381 gsa_html_7199417381:15:633:639 Denver Colorado +0.24 geology_html_5683702508 geology_html_5683702508:11:427:435 Colorado Colorado +0.266766 aapg_ah_962.html aapg_ah_962.html:314:32612:32620 Richmond Utica, New York +0.715288 aapg_ae_694.html aapg_ae_694.html:14:2109:2127 Woodbine Texas +0.477506 gsa_html_7293889862 gsa_html_7293889862:29:2796:2824 Green River New Mexico +0.50034 aapg_ac_400.html aapg_ac_400.html:147:15227:15241 Northumberland Bedford, Massachusetts +0.250368 aapg_ah_877.html aapg_ah_877.html:539:62788:62808 Toro Chile +0.4883 gsa_html_9052101586 gsa_html_9052101586:428:50336:50358 Roxana Silt Illinois +0.247506 sedimentology_html_9512899279 sedimentology_html_9512899279:334:18739:18836 Scripps California +0.913927 aapg_ai_699.html aapg_ai_699.html:541:65325:65346 Tribes Hill Mohawk Valley +0.244374 aapg_ae_63.html aapg_ae_63.html:527:51701:51708 Wasatch Uinta Mountains +0.266532 aapg_ae_438.html aapg_ae_438.html:184:19589:19598 Queenston Mercer County, New Jersey +0.256522 aapg_ac_337.html aapg_ac_337.html:339:15414:15430 Casper Cheyenne, Wyoming +0.487531 gsa_html_3141609953 gsa_html_3141609953:58:4339:4367 Green River Colorado +0.258981 cspg_html_9052242265 cspg_html_9052242265:7:682:690 Columbia Victoria, British Columbia +0.465132 aapg_ae_370.html aapg_ae_370.html:420:38373:38385 Keasey Durham, North Carolina +0.501036 aapg_ae_35.html aapg_ae_35.html:91:8781:8797 Uinta Wasatch Range +0.48288 aapg_ai_82.html aapg_ai_82.html:53:7192:7202 Greenbrier Huntington, West Virginia +0.469989 aapg_af_155.html aapg_af_155.html:3:325:337 Martinsville Shreveport, Louisiana +0.50796 gsa_html_8549650339 gsa_html_8549650339:600:55484:55488 Bell Llano, Texas +0.246928 aapg_ad_306.html aapg_ad_306.html:252:32371:32375 Omoa Honduras +0.497038 sedimentology_html_1046729113 sedimentology_html_1046729113:1911:154665:154694 Dunvegan Canada +0.274527 aapg_ah_69.html aapg_ah_69.html:271:30631:30652 Black River Ohio +0.453792 aapg_aa_654.html aapg_aa_654.html:293:41355:41379 Arroyo New Mexico +0.249804 palaios_html_9973267562 palaios_html_9973267562:539:63551:63570 Fairview Kentucky +0.254388 aapg_ah_402.html aapg_ah_402.html:187:16338:16344 Wilcox Mississippi River +0.25857 cspg_html_5541725202 cspg_html_5541725202:178:26140:26150 Springhill Middleborough, Massachusetts +0.492412 cspg_html_9222238695 cspg_html_9222238695:75:11683:11691 Columbia Lacombe, Alberta +0.5106 aapg_ad_379.html aapg_ad_379.html:630:51864:51880 Weber Reno, Nevada +0.254012 gsa_html_9135546132 gsa_html_9135546132:15:846:855 St. Johns Auckland +0.463378 aapg_ah_759.html aapg_ah_759.html:20:3198:3203 Atoka Ouachita Mountains +0.271852 aapg_ae_985.html aapg_ae_985.html:37:3473:3481 Carlsbad New Mexico +0.134266 aapg_ah_96.html aapg_ah_96.html:69:8835:8843 Deadwood Black Hills +0.241065 geology_html_7441090490 geology_html_7441090490:298:24251:24282 Navajo Logan, Utah +0.475168 AMJC_html_4692260170 AMJC_html_4692260170:843:91733:91741 Billings New Hampshire +0.264668 cspg_html_9516677253 cspg_html_9516677253:368:36581:36598 Cardium Lacombe, Alberta +0.259578 aapg_ae_465.html aapg_ae_465.html:158:16454:16467 Cotton Valley Paluxy, Texas +0.476952 aapg_ah_136.html aapg_ah_136.html:4:455:463 Virginia North Carolina +0.234256 cspg_html_9232336736 cspg_html_9232336736:350:47237:47248 San Antonio Texas +0.474422 aapg_ah_318.html aapg_ah_318.html:675:74425:74446 Eagle Arkansas +0.49556 aapg_ae_185.html aapg_ae_185.html:178:14977:14982 Tokio Texas +0.370176 AMJC_html_5507942612 AMJC_html_5507942612:92:10814:10830 New Haven Arkose Hartford, Connecticut +0.4845 gsa_html_7464626519 gsa_html_7464626519:992:92089:92097 Michigan Fremont County, Wyoming +0.255024 cspg_html_7777724998 cspg_html_7777724998:182:27275:27300 Elk Bellevue, Nebraska +0.500752 aapg_ac_126.html aapg_ac_126.html:168:24291:24308 Haynesville Haynesville, Louisiana +0.460512 geology_html_2688088926 geology_html_2688088926:208:22007:22018 San Antonio Texas +0.49712 aapg_ai_477.html aapg_ai_477.html:264:28830:28842 Garbutt Western world +0.477084 palaios_html_1574666570 palaios_html_1574666570:12:609:617 Michigan Michigan +0.495423 gsa_html_8066465143 gsa_html_8066465143:1230:101960:101978 Cloverly Cheyenne, Wyoming +0.473445 aapg_ac_825.html aapg_ac_825.html:328:35178:35186 Monterey Monterey, California +0.481584 cspg_html_1565769407 cspg_html_1565769407:339:34840:34851 Mabou Corbin, Burin Peninsula, Newfoundland and Labrador +0.480495 aapg_ad_10.html aapg_ad_10.html:363:40822:40841 Smackover Northeast Texas +0.484059 aapg_ac_720.html aapg_ac_720.html:66:8804:8822 Navesink Atlantic Highlands, New Jersey +0.715288 aapg_ac_301.html aapg_ac_301.html:7:1271:1280 Phi Kappa Wood River (Oregon) +0.247988 gsa_html_7248164569 gsa_html_7248164569:586:45186:45207 Winterville Portland, Maine +0.267253 aapg_ak_21.html aapg_ak_21.html:147:16129:16138 Lodgepole Logan, Utah +0.264195 cspg_html_5940878099 cspg_html_5940878099:6:447:466 Elm Point Manitoba +0.504988 gsa_html_3066599496 gsa_html_3066599496:29:2796:2824 Green River Colorado +0.258572 sedimentology_html_6253258212 sedimentology_html_6253258212:53:4880:4889 Sheffield England +0.850704 aapg_ae_92.html aapg_ae_92.html:3:189:205 Ireton Central Alberta +0.270391 cspg_html_2973952956 cspg_html_2973952956:386:35340:35358 Dunvegan Lacombe, Alberta +0.500456 aapg_ac_213.html aapg_ac_213.html:477:41894:41900 Antler Manhattan, Kansas +0.253206 aapg_ad_351.html aapg_ad_351.html:901:83621:83627 Warsaw Carterville, Illinois +0.24087 cspg_html_5349145670 cspg_html_5349145670:197:23132:23148 Fernie Western world +0.49234 aapg_ac_829.html aapg_ac_829.html:128:14665:14674 Chugwater Cheyenne, Wyoming +0.482157 palaios_html_3105248303 palaios_html_3105248303:824:83434:83465 Kope Ohio +0.249991 sedimentology_html_9400855930 sedimentology_html_9400855930:1124:46737:46741 Hall London, Ontario +0.51119 aapg_af_653.html aapg_af_653.html:1223:146517:146523 Cierbo San Pablo Bay National Wildlife Refuge +0.497871 palaios_html_4501603736 palaios_html_4501603736:117:11393:11410 Thaynes Montello, Nevada +0.452094 aapg_ai_149.html aapg_ai_149.html:3:327:339 Saskatchewan Lacombe, Alberta +0.481265 aapg_ai_593.html aapg_ai_593.html:1199:129271:129275 Webb Peru, Indiana +0.480851 aapg_ah_871.html aapg_ah_871.html:22:3069:3080 Chazy Quebec City +0.269868 aapg_ae_324.html aapg_ae_324.html:686:68954:68962 Virginia Virginia +0.27489 aapg_ah_297.html aapg_ah_297.html:352:41277:41285 Columbia Piel Island +0.46812 gsa_html_6062330506 gsa_html_6062330506:746:74288:74329 Sandia New Mexico +0.351936 aapg_ai_388.html aapg_ai_388.html:204:20738:20745 Wasatch Wasatch Range +0.244 aapg_ad_218.html aapg_ad_218.html:212:23977:24001 Bedford California +0.265608 aapg_ad_337.html aapg_ad_337.html:83:7922:7937 Sespe California +0.491744 cspg_html_6647936472 cspg_html_6647936472:72:8088:8111 Winnipegosis Regina, Saskatchewan +0.267696 cspg_html_5534161222 cspg_html_5534161222:552:58137:58155 Montney Victoria, British Columbia +0.25704 gsa_html_1465687448 gsa_html_1465687448:303:35027:35037 Laurentian Alabama +0.491667 aapg_af_436.html aapg_af_436.html:350:42925:42932 Chemung Pocono Raceway +0.262474 aapg_ah_134.html aapg_ah_134.html:126:10020:10030 Tuscaloosa Paluxy, Texas +0.442714 aapg_ai_760.html aapg_ai_760.html:748:78793:78805 Rhode Island Block Island +0.268308 aapg_ad_978.html aapg_ad_978.html:218:21192:21219 Prospect Logan, Utah +0.48705 cspg_html_1065856149 cspg_html_1065856149:55:6573:6581 Columbia Victoria, British Columbia +0.481151 cspg_html_3860685167 cspg_html_3860685167:479:49865:49885 Mount Head Canada +0.281088 aapg_aa_401.html aapg_aa_401.html:30:3825:3836 White River Arkansas +0.2584 aapg_aa_960.html aapg_aa_960.html:162:13120:13137 Entrada North Creek, Washington +0.276924 aapg_ah_283.html aapg_ah_283.html:149:16844:16859 Pittsburg Bluff Scappoose, Oregon +0.49348 cspg_html_4341656515 cspg_html_4341656515:92:9660:9680 Besa River Western world +0.476504 aapg_ai_218.html aapg_ai_218.html:123:12740:12748 Virginia Ohio +0.499372 cspg_html_9717154602 cspg_html_9717154602:216:32941:32948 Bearpaw Saskatchewan River +0.288886 aapg_ac_949.html aapg_ac_949.html:55:5375:5390 Byram Tampa, Florida +0.274968 palaios_html_9133125241 palaios_html_9133125241:571:68650:68681 Kope Ohio +0.494607 gsa_html_3812583067 gsa_html_3812583067:30:2880:2908 Green River Colorado +0.265738 aapg_ac_364.html aapg_ac_364.html:51:6421:6429 Sundance Cheyenne, Wyoming +0.248 palaios_html_5398833984 palaios_html_5398833984:664:81942:81964 Tidal Calgary +0.480495 aapg_ae_280.html aapg_ae_280.html:231:25758:25769 Utica Frankfort, Illinois +0.263592 gsa_html_6971334714 gsa_html_6971334714:82:7936:7946 Rio Grande Texas +0.262654 gsa_html_2877730818 gsa_html_2877730818:790:69258:69271 Santa Barbara Reno, Nevada +0.245508 aapg_ah_766.html aapg_ah_766.html:55:6494:6509 Sepur Guatemala +0.255987 aapg_ae_4.html aapg_ae_4.html:279:32712:32736 Manning Canyon Oquirrh Mountain Utah Temple +0.879723 aapg_af_206.html aapg_af_206.html:299:36351:36358 Lagarto Oakville, California +0.236132 cspg_html_3804945581 cspg_html_3804945581:377:39342:39360 Edmonton Lacombe, Alberta +0.243512 aapg_af_833.html aapg_af_833.html:1075:119160:119168 Tensleep Cheyenne, Wyoming +0.252813 cspg_html_4165571187 cspg_html_4165571187:6:397:405 Columbia Victoria, British Columbia +0.248446 aapg_af_83.html aapg_af_83.html:23:2920:2928 Colorado Nebraska +0.262023 aapg_ac_899.html aapg_ac_899.html:33:3394:3404 Tuscaloosa Selma to Montgomery marches +0.479359 AMJC_html_5438349889 AMJC_html_5438349889:158:18957:18963 Merced Yosemite Valley +0.24541 gsa_html_6967102683 gsa_html_6967102683:449:38156:38163 Bugaboo White Creek, New York +0.349776 cspg_html_7278001817 cspg_html_7278001817:98:14191:14195 Toad Pine River (Michigan) +0.49062 aapg_ai_17.html aapg_ai_17.html:84:6118:6129 Arkadelphia Alabama +0.48204 gsa_html_1860930948 gsa_html_1860930948:82:8698:8716 Cloverly Cheyenne, Wyoming +0.463504 gsa_html_5865982995 gsa_html_5865982995:1056:114813:114819 Denver Colorado +0.509335 cspg_html_3664126562 cspg_html_3664126562:6:308:314 Viking Lacombe, Alberta +0.2499 aapg_ai_858.html aapg_ai_858.html:386:54402:54410 Colorado Denver +0.476046 gsa_html_8833777630 gsa_html_8833777630:568:66791:66798 Laramie Cheyenne, Wyoming +0.501492 aapg_ac_868.html aapg_ac_868.html:18:2301:2309 Wolfcamp Middle Ordovician +0.23618 sedimentology_html_9326831356 sedimentology_html_9326831356:362:44547:44555 Virginia Taylorsville, North Carolina +0.48192 gsa_html_8208054335 gsa_html_8208054335:124:13909:13924 Gatun South America +0.262656 gsa_html_9478615109 gsa_html_9478615109:604:64648:64657 San Diego San Francisco +0.479136 aapg_af_95.html aapg_af_95.html:63:7608:7624 Walnut Paluxy, Texas +0.24 palaios_html_1803946422 palaios_html_1803946422:21:1156:1164 Scollard Hell Creek Formation +0.27405 aapg_af_854.html aapg_af_854.html:829:116984:116993 Aux Vases Illinois +0.26724 cspg_html_2175627313 cspg_html_2175627313:8:750:758 Columbia Victoria, British Columbia +0.49972 gsa_html_2803067273 gsa_html_2803067273:825:87343:87350 Laramie Reno, Nevada +0.247486 aapg_af_785.html aapg_af_785.html:60:6327:6345 Mansfield Shreveport, Louisiana +0.482384 aapg_ah_757.html aapg_ah_757.html:170:18006:18040 Deep Creek Western world +0.49601 aapg_ai_241.html aapg_ai_241.html:191:20140:20169 Tyler Williston, Vermont +0.274052 aapg_ac_905.html aapg_ac_905.html:62:7095:7103 Birdbear Regina, Saskatchewan +0.253512 cspg_html_7204006147 cspg_html_7204006147:24:2684:2698 Woodbend Lacombe, Alberta +0.501264 aapg_af_653.html aapg_af_653.html:894:102390:102397 Temblor Monterey, California +0.255016 aapg_ae_464.html aapg_ae_464.html:660:42673:42679 Sierra Durango, Durango +0.281432 aapg_ah_318.html aapg_ah_318.html:1457:145521:145527 Sierra Coahuila +0.2505 cspg_html_8290572971 cspg_html_8290572971:404:51437:51455 Pine Point Western Canadian Sedimentary Basin +0.250901 cspg_html_9905904289 cspg_html_9905904289:46:6655:6671 Battle Regina, Saskatchewan +0.263872 aapg_ad_379.html aapg_ad_379.html:562:46930:46934 Jelm Colorado +0.25039 cspg_html_8362959053 cspg_html_8362959053:144:19949:19961 Luscar Mountain Park (Holyoke, Massachusetts) +0.4845 cspg_html_6255491344 cspg_html_6255491344:190:28665:28688 Mist Mountain Highwood Pass +0.518742 aapg_ah_479.html aapg_ah_479.html:328:34693:34703 Fort Worth Texas +0.496228 gsa_html_3648258377 gsa_html_3648258377:729:67314:67335 Navesink Merchantville, New Jersey +0.68338 sedimentology_html_4303519838 sedimentology_html_4303519838:868:67622:67656 Guilmette Reno, Nevada +0.4949 cspg_html_6252417471 cspg_html_6252417471:339:50688:50694 Kanguk Banks Island +0.268732 aapg_ad_327.html aapg_ad_327.html:423:47022:47029 El Abra Mexico +0.488889 cspg_html_8756009083 cspg_html_8756009083:853:88887:88905 Ramparts Mackenzie River +0.26061 aapg_af_124.html aapg_af_124.html:249:20515:20525 Washington Washington (state) +0.477568 aapg_af_854.html aapg_af_854.html:1045:147382:147389 Cypress Hardinsburg, Indiana +0.4765 aapg_aa_358.html aapg_aa_358.html:73:7519:7540 Kaibab Coconino County, Arizona +0.49028 aapg_ac_126.html aapg_ac_126.html:196:28963:28990 Haynesville Haynesville, Louisiana +0.25449 cspg_html_7106541506 cspg_html_7106541506:22:2378:2395 Bluesky Lacombe, Alberta +0.517671 aapg_aa_566.html aapg_aa_566.html:67:8312:8324 Wasatch Wasatch Range +0.489416 gsa_html_8881958017 gsa_html_8881958017:284:28923:28931 Columbia Victoria, British Columbia +0.49608 gsa_html_2168907540 gsa_html_2168907540:1002:94014:94020 Snyder California +0.36408 aapg_ae_4.html aapg_ae_4.html:496:53100:53117 Laketown Dolomite Boise, Idaho +0.4735 aapg_aa_73.html aapg_aa_73.html:84:7699:7704 Mingo Logan, Utah +0.499554 sedimentology_html_2670349557 sedimentology_html_2670349557:758:59804:59829 Chinle New Mexico +0.696865 gsa_html_9253181203 gsa_html_9253181203:400:47182:47204 Huntersville Huntington, West Virginia +0.482533 aapg_ah_818.html aapg_ah_818.html:97:7914:7931 Wasatch Cheyenne, Wyoming +0.252984 cspg_html_3521815736 cspg_html_3521815736:22:3587:3591 Toad Williston, Vermont +0.250997 geology_html_7296058753 geology_html_7296058753:286:25770:25777 Madison Wisconsin +0.265209 aapg_ai_523.html aapg_ai_523.html:65:7585:7601 Maroon Glenwood Springs, Colorado +0.23765 cspg_html_3772380029 cspg_html_3772380029:528:66485:66506 Chasm Creek Manitoba +0.501804 cspg_html_3734757529 cspg_html_3734757529:23:6556:6564 Columbia Lacombe, Alberta +0.506787 sedimentology_html_8039977515 sedimentology_html_8039977515:90:11889:11893 Open Cameroon +0.48682 cspg_html_6964953392 cspg_html_6964953392:227:28916:28941 Doig Lacombe, Alberta +0.387042 aapg_af_712.html aapg_af_712.html:43:4971:4976 Uinta Logan, Utah +0.252434 gsa_html_5250670372 gsa_html_5250670372:156:13524:13532 Colorado Denver +0.503388 aapg_ai_651.html aapg_ai_651.html:43:7504:7521 Entrada Logan, Utah +0.48177 gsa_html_7151930388 gsa_html_7151930388:1102:87961:87971 Las Cruces Mexico +0.256542 gsa_html_7102550258 gsa_html_7102550258:824:94442:94448 Laguna Hopi Reservation +0.250965 gsa_html_4946611079 gsa_html_4946611079:27:2376:2382 Denver Colorado +0.257526 cspg_html_3907807140 cspg_html_3907807140:445:50164:50176 Willow Creek Lacombe, Alberta +0.24549 AMJC_html_1767296229 AMJC_html_1767296229:912:82398:82415 Waweig New Brunswick, New Jersey +0.258825 aapg_ad_351.html aapg_ad_351.html:666:56960:56982 Reeds Spring Springfield, Illinois +0.24843 aapg_ah_534.html aapg_ah_534.html:384:32668:32676 Catskill Stroudsburg, Pennsylvania +0.254464 cspg_html_8571955552 cspg_html_8571955552:250:30276:30293 Sadlerochit Old Crow, Yukon +0.475406 aapg_ai_572.html aapg_ai_572.html:19:2634:2637 Ada Pawhuska, Oklahoma +0.489936 aapg_ah_678.html aapg_ah_678.html:637:82048:82078 Vicksburg Texas +0.481143 gsa_html_8151857853 gsa_html_8151857853:988:67096:67124 Green River Colorado +0.265221 sedimentology_html_3239980492 sedimentology_html_3239980492:399:46494:46504 Washington Salem, Oregon +0.255009 aapg_af_480.html aapg_af_480.html:308:34100:34108 Colorado Denver +0.242526 aapg_ai_940.html aapg_ai_940.html:166:23709:23715 Provo England +0.265584 gsa_html_6982030333 gsa_html_6982030333:1404:128776:128786 Washington Salem, Oregon +0.476952 gsa_html_5903488391 gsa_html_5903488391:56:3440:3468 Green River Colorado +0.473386 jgeology_html_2872695575 jgeology_html_2872695575:1161:56098:56123 Narragansett Pier Granite Newport, Rhode Island +0.254736 aapg_ae_537.html aapg_ae_537.html:295:36800:36821 Green River Uinta Mountains +0.243122 gsa_html_6991576096 gsa_html_6991576096:727:62980:63015 Lake Valley New Mexico +0.824912 gsa_html_7797980813 gsa_html_7797980813:410:29185:29190 Ascot Middle Ordovician +0.254736 aapg_aa_4.html aapg_aa_4.html:275:36793:36799 Ithaca Lake Erie +0.470876 geology_html_2421984018 geology_html_2421984018:244:25606:25614 Colorado Mast cell +0.268336 aapg_ai_287.html aapg_ai_287.html:150:19640:19658 San Onofre Breccia Santa Monica Mountains +0.252928 palaios_html_2713180466 palaios_html_2713180466:411:51779:51790 Black River Canada +0.48672 sedimentology_html_5972597463 sedimentology_html_5972597463:575:35475:35486 St Lawrence Canada +0.326808 aapg_ae_190.html aapg_ae_190.html:130:12545:12561 Warsaw Missouri River +0.440366 palaios_html_2994452429 palaios_html_2994452429:759:75006:75017 Blind Fiord Boise, Idaho +0.259032 AMJC_html_4299960498 AMJC_html_4299960498:592:77460:77470 Washington Washington (state) +0.25284 cspg_html_8078587269 cspg_html_8078587269:20:2460:2504 Etherington Lacombe, Alberta +0.477274 palaios_html_6409863909 palaios_html_6409863909:291:35039:35058 Fairview Kentucky +0.46665 gsa_html_4298040492 gsa_html_4298040492:748:86754:86762 Columbia Victoria, British Columbia +0.470112 gsa_html_3542448939 gsa_html_3542448939:18:1168:1176 Colorado Colorado +0.479695 cspg_html_4298557570 cspg_html_4298557570:321:41175:41191 Battle Lacombe, Alberta +0.482604 aapg_ac_741.html aapg_ac_741.html:79:9146:9154 Niobrara Sharon Springs, Kansas +0.533778 aapg_ac_617.html aapg_ac_617.html:160:22165:22172 Lagarto Oakville, California +0.263069 AMJC_html_5786839382 AMJC_html_5786839382:1006:95845:95851 Barrow Stonehaven +0.246512 aapg_ae_73.html aapg_ae_73.html:829:106123:106131 Colorado Huerfano, New Mexico +0.24651 cspg_html_3597281324 cspg_html_3597281324:234:31291:31309 Scollard Lacombe, Alberta +0.487272 gsa_html_1266138577 gsa_html_1266138577:316:24981:24996 Campito Salinas Valley +0.2515 cspg_html_3501550466 cspg_html_3501550466:56:9900:9940 Grosmont Lacombe, Alberta +0.232928 aapg_ai_593.html aapg_ai_593.html:484:54084:54097 Sabana Grande Montevideo, Minnesota +0.255867 aapg_ad_946.html aapg_ad_946.html:149:17381:17399 Adaville Hogsback, Eastern Cape +0.252434 aapg_af_575.html aapg_af_575.html:794:110811:110816 Atoka Lampasas, Texas +0.257808 cspg_html_1312400675 cspg_html_1312400675:245:28747:28769 Paskapoo Cypress Hills, Brooklyn +0.46893 sedimentology_html_1863210990 sedimentology_html_1863210990:1072:71852:71885 Florissant Colorado +0.4862 aapg_ac_807.html aapg_ac_807.html:362:36866:36874 Kirkwood Closter, New Jersey +0.243386 aapg_aa_399.html aapg_aa_399.html:399:32220:32228 Edmonton Edmonton, London +0.459756 jgeology_html_4115179562 jgeology_html_4115179562:167:10963:10979 Unicoi Lynchburg, Virginia +0.466431 aapg_af_461.html aapg_af_461.html:164:15033:15050 Mayville Michigan +0.261 jgeology_html_9091100556 jgeology_html_9091100556:913:51147:51163 Martin Regina, Saskatchewan +0.261542 aapg_ai_583.html aapg_ai_583.html:40:6253:6261 Sundance Black Hills +0.359055 aapg_ai_592.html aapg_ai_592.html:335:53652:53673 Green River Logan, Utah +0.257346 gsa_html_5079726047 gsa_html_5079726047:1278:112582:112610 Barco Colombia +0.254 cspg_html_5198658336 cspg_html_5198658336:609:61380:61388 Edmonton Canada +0.255747 aapg_ac_749.html aapg_ac_749.html:127:16841:16850 Whirlpool Manitoulin Island +0.247234 sedimentology_html_8732044704 sedimentology_html_8732044704:64:4992:5004 Saskatchewan Saskatoon +0.262095 aapg_ac_618.html aapg_ac_618.html:99:10207:10215 Wolfcamp Val Verde (fictional country) +0.270957 aapg_ad_564.html aapg_ad_564.html:337:31186:31199 Barnett Texas +0.246422 gsa_html_9353787239 gsa_html_9353787239:785:72657:72672 Hazel West, Texas +0.474631 aapg_ac_628.html aapg_ac_628.html:730:125548:125555 Entrada Coconino County, Arizona +0.477347 sedimentology_html_9462081149 sedimentology_html_9462081149:641:65665:65675 Washington Washington (state) +0.50042 cspg_html_2420029771 cspg_html_2420029771:68:7431:7448 Beekmantown Quebec City +0.456475 sedimentology_html_2886138394 sedimentology_html_2886138394:1196:81119:81128 Lancaster California +0.4805 aapg_ac_688.html aapg_ac_688.html:266:22933:22948 Uinta Wasatch County, Utah +0.519024 aapg_ad_379.html aapg_ad_379.html:711:57518:57536 Sundance Cheyenne, Wyoming +0.26469 palaios_html_9408587909 palaios_html_9408587909:69:7256:7274 Dinwoody Canada +0.250488 gsa_html_3380395839 gsa_html_3380395839:84:8570:8592 Siletz River Volcanics Salem, Oregon +0.489706 aapg_ad_760.html aapg_ad_760.html:169:18942:18961 Modelo Royal Botanic Gardens, Kew +0.478629 jgeology_html_5970406003 jgeology_html_5970406003:1303:76765:76784 Hillabee Greenstone Clayton County, Georgia +0.244925 cspg_html_1173833070 cspg_html_1173833070:74:8841:8849 Edmonton Edmonton, London +0.49685 palaios_html_7274959329 palaios_html_7274959329:24:1461:1476 Elk Wisconsin +0.462434 gsa_html_3898240693 gsa_html_3898240693:583:57091:57100 Flagstaff Flagstaff, Arizona +0.458052 aapg_ae_71.html aapg_ae_71.html:192:17603:17620 Hermosa Naco, Sonora +0.502313 aapg_ae_72.html aapg_ae_72.html:10:1777:1794 Paradox Hermosa, Chicago +0.487407 aapg_ac_716.html aapg_ac_716.html:162:13206:13225 Pierson Saline County, Kansas +0.398475 aapg_aa_23.html aapg_aa_23.html:254:28429:28437 Winnipeg Winnipeg +0.260598 cspg_html_2882304151 cspg_html_2882304151:31:5342:5360 Kootenay Lacombe, Alberta +0.259065 aapg_ah_311.html aapg_ah_311.html:196:19006:19026 Hell Creek Medora, North Dakota +0.248832 aapg_ai_287.html aapg_ai_287.html:119:14569:14584 Catalina Schist San Joaquin Hills (Laguna Niguel, California) +0.242028 gsa_html_8662622130 gsa_html_8662622130:777:71233:71255 Oceanic California +0.244027 geology_html_5856096121 geology_html_5856096121:73:4055:4060 Cadiz Gibraltar +0.261602 cspg_html_7028413504 cspg_html_7028413504:261:36144:36160 Exshaw Regina, Saskatchewan +0.485376 jgeology_html_3391865091 jgeology_html_3391865091:799:48602:48616 Frio Brazoria County, Texas +0.69412 cspg_html_3124360347 cspg_html_3124360347:46:8811:8856 Beekmantown Quebec City +0.501 aapg_ak_87.html aapg_ak_87.html:142:22444:22458 Earp Colina, Chile +0.48076 palaios_html_7067174246 palaios_html_7067174246:879:80501:80505 Ross Pennsylvania +0.459085 gsa_html_8740218609 gsa_html_8740218609:924:86377:86387 Sykesville Sykesville, Maryland +0.261105 geology_html_2187977160 geology_html_2187977160:225:19796:19803 Potsdam El Paso, Texas +0.50065 cspg_html_5541725202 cspg_html_5541725202:710:81532:81542 Springhill Cumberland, Maryland +0.794143 aapg_ae_154.html aapg_ae_154.html:3:423:462 Besa River Victoria, British Columbia +0.258516 cspg_html_8369994160 cspg_html_8369994160:170:17839:17862 Turner Valley Elkton, Kentucky +0.248965 gsa_html_3445493534 gsa_html_3445493534:11:477:490 Santa Barbara California +0.25948 cspg_html_3447886929 cspg_html_3447886929:1238:116621:116649 Utica Quebec City +0.252266 palaios_html_9408587909 palaios_html_9408587909:50:5517:5535 Moenkopi Reno, Nevada +0.259584 aapg_ai_584.html aapg_ai_584.html:65:6257:6287 Tensleep Hermosa, Chicago +0.48323 gsa_html_6330913937 gsa_html_6330913937:946:85731:85740 San Diego Palm Springs, California +0.476715 aapg_aa_563.html aapg_aa_563.html:278:35919:35926 El Paso Texas +0.262626 gsa_html_7808051457 gsa_html_7808051457:411:36643:36660 Dotsero Glenwood, Utah +0.26775 AMJC_html_7777190388 AMJC_html_7777190388:174:24229:24249 Fort Union Fort Union Trading Post National Historic Site +0.26928 cspg_html_9361096527 cspg_html_9361096527:520:51659:51681 Judith River Judith River Formation +0.25544 aapg_ah_628.html aapg_ah_628.html:84:8977:8983 Abbott New Mexico +0.510279 aapg_af_664.html aapg_af_664.html:530:59473:59489 Whitehorse Lea County Regional Airport +0.67473 geology_html_3573540187 geology_html_3573540187:325:26666:26676 Notch Peak Logan, Utah +0.467544 geology_html_4813695285 geology_html_4813695285:227:22909:22922 Garden Valley California +0.475272 aapg_ai_49.html aapg_ai_49.html:246:29519:29526 Dolores New Mexico +0.537438 aapg_ah_165.html aapg_ah_165.html:222:30402:30416 Woodbend Lacombe, Alberta +0.253482 aapg_af_575.html aapg_af_575.html:496:68566:68582 Moorefield Batesville, Arkansas +0.235654 jgeology_html_8494933343 jgeology_html_8494933343:536:41623:41651 Bidahochi Arizona +0.262108 aapg_ae_71.html aapg_ae_71.html:331:30807:30818 Summerville Carmel, Indiana +0.257839 cspg_html_1611261412 cspg_html_1611261412:824:103766:103777 Peace River Regina, Saskatchewan +0.258792 aapg_af_279.html aapg_af_279.html:268:25579:25583 Java Sumatra +0.258542 aapg_af_551.html aapg_af_551.html:76:8792:8804 Percha Sacramento Mountains (California) +0.512458 aapg_ai_479.html aapg_ai_479.html:109:12247:12266 Coldwater Michigan +0.262135 cspg_html_5697056884 cspg_html_5697056884:425:45787:45806 Winnipeg Regina, Saskatchewan +0.46864 cspg_html_8363357104 cspg_html_8363357104:39:5303:5314 Survey Peak Victoria, British Columbia +0.253655 aapg_aa_805.html aapg_aa_805.html:359:34445:34450 Steel Svalbard and Jan Mayen +0.256968 cspg_html_8312989046 cspg_html_8312989046:484:55723:55741 Bowser Middle East +0.4997 cspg_html_5141367518 cspg_html_5141367518:217:32225:32229 Wendover Saskatchewan River +0.246433 aapg_ah_754.html aapg_ah_754.html:192:23512:23519 Burrard Burrard Street +0.267806 aapg_ac_834.html aapg_ac_834.html:255:24145:24154 Newcastle Fall River, Nova Scotia +0.482377 gsa_html_4111489689 gsa_html_4111489689:660:73325:73330 Queen Belfast, Maine +0.230319 aapg_ae_783.html aapg_ae_783.html:16:2749:2757 Woodford Ouachita Mountains +0.490051 aapg_ad_430.html aapg_ad_430.html:128:9394:9411 Hosston Columbia Country +0.361371 aapg_ae_181.html aapg_ae_181.html:169:24275:24281 Ripley Bullock County, Alabama +0.476194 cspg_html_5837603841 cspg_html_5837603841:182:16496:16506 Mount Head Lacombe, Alberta +0.280736 aapg_ac_594.html aapg_ac_594.html:257:22717:22725 Consuelo Arcadia, California +0.267624 gsa_html_1662492421 gsa_html_1662492421:571:50468:50476 Columbia Fraser River (Colorado) +0.461004 gsa_html_4930932370 gsa_html_4930932370:290:29923:29940 Onaping Chelmsford, Massachusetts +0.471735 aapg_ai_292.html aapg_ai_292.html:58:6048:6062 Lisburne Prudhoe Bay Oil Field +0.255068 aapg_aa_38.html aapg_aa_38.html:339:36653:36663 San Andres Guadalupe Mountains National Park +0.473538 cspg_html_6216640615 cspg_html_6216640615:955:98023:98068 Jean Marie Lacombe, Alberta +0.775482 cspg_html_3762708087 cspg_html_3762708087:376:51305:51321 Viking Lacombe, Alberta +0.268632 gsa_html_8398449001 gsa_html_8398449001:624:50046:50052 Nounan Bear Lake, Michigan +0.48195 geology_html_7791742275 geology_html_7791742275:11:435:445 Washington Washington (state) +0.273465 aapg_ae_320.html aapg_ae_320.html:196:15128:15144 Heath Judith River Formation +0.249996 cspg_html_4031489103 cspg_html_4031489103:198:28309:28326 Creston Whitefish (fisheries term) +0.262654 aapg_ai_997.html aapg_ai_997.html:919:85434:85452 Martinez California +0.473697 cspg_html_8571955552 cspg_html_8571955552:288:36132:36144 Kingak Anchorage, Alaska +0.50208 aapg_af_880.html aapg_af_880.html:653:102782:102790 Big Blue Texas +0.25186 gsa_html_8332981884 gsa_html_8332981884:507:43726:43744 Rio Seco Cordillera Administrative Region +0.461274 aapg_af_900.html aapg_af_900.html:9:1613:1621 Colorado Calcasieu Parish, Louisiana +0.25041 aapg_ad_145.html aapg_ad_145.html:105:9497:9514 Hermosa Lisbon +0.247266 sedimentology_html_3865745685 sedimentology_html_3865745685:1583:110703:110732 Dunvegan Canada +0.429732 aapg_af_887.html aapg_af_887.html:143:14062:14072 Whitehorse El Capitan +0.4992 sedimentology_html_1253431842 sedimentology_html_1253431842:198:12967:12973 Oregon Vienna +0.251779 jgeology_html_4305195651 jgeology_html_4305195651:1668:129007:129018 Port Jervis Orange County, California +0.488376 aapg_ae_464.html aapg_ae_464.html:579:39068:39074 Sierra Mexico +0.509402 cspg_html_9214997177 cspg_html_9214997177:261:26454:26476 Winnipegosis Regina, Saskatchewan +0.500076 aapg_ai_367.html aapg_ai_367.html:155:8391:8400 Domengine Coalinga, California +0.255712 gsa_html_7193789775 gsa_html_7193789775:359:35630:35635 Price Logan, Utah +0.483108 aapg_aa_484.html aapg_aa_484.html:116:10070:10091 Seminole Arbuckle, California +0.249936 cspg_html_7777724998 cspg_html_7777724998:291:42096:42119 Mist Mountain Fernie, British Columbia +0.251292 aapg_aa_544.html aapg_aa_544.html:336:45273:45291 Wasatch Wasatch Range +0.26316 gsa_html_5664265459 gsa_html_5664265459:885:90971:90977 Oregon Boise, Idaho +0.257536 gsa_html_1491636326 gsa_html_1491636326:1328:105069:105089 Toro Chile +0.254015 gsa_html_5865982995 gsa_html_5865982995:1403:147310:147330 Wind River Cheyenne, Wyoming +0.262644 aapg_aa_288.html aapg_aa_288.html:344:37096:37109 Belle Fourche Cheyenne, Wyoming +0.495803 cspg_html_1894459898 cspg_html_1894459898:23:3297:3319 Winnipegosis Regina, Saskatchewan +0.474705 aapg_ae_305.html aapg_ae_305.html:904:73540:73546 Perija Colombia +0.242048 gsa_html_1817109082 gsa_html_1817109082:11:615:628 Santa Barbara California +0.522477 aapg_ad_757.html aapg_ad_757.html:121:13493:13506 Decorah Black River, Jamaica +0.425373 cspg_html_9867228130 cspg_html_9867228130:50:7317:7335 Sturgeon Quartzite Maryland +0.27068 aapg_ad_715.html aapg_ad_715.html:62:6868:6877 Red River Texas +0.732676 cspg_html_2769629211 cspg_html_2769629211:328:37881:37902 Twin Falls Hay River (Canada) +0.257983 cspg_html_9332855346 cspg_html_9332855346:128:9852:9868 Meadow Lake Lacombe, Alberta +0.504434 cspg_html_6502178723 cspg_html_6502178723:59:9490:9498 Columbia Victoria, British Columbia +0.27248 aapg_af_653.html aapg_af_653.html:266:28079:28086 Temblor Monterey, California +0.471653 sedimentology_html_9698218926 sedimentology_html_9698218926:120:11097:11118 Kaiparowits Logan, Utah +0.478608 cspg_html_6472484014 cspg_html_6472484014:99:13618:13628 La Vieille New Brunswick, New Jersey +0.49742 cspg_html_5360570542 cspg_html_5360570542:504:54412:54431 Minnelusa Black Hills +0.239121 cspg_html_2650524233 cspg_html_2650524233:250:25209:25227 Edmonton Lacombe, Alberta +0.37281 aapg_aa_47.html aapg_aa_47.html:397:44843:44865 Minturn Colorado +0.474552 aapg_ac_961.html aapg_ac_961.html:511:53409:53414 Boggy Hartshorne, Oklahoma +0.584741 aapg_ae_803.html aapg_ae_803.html:460:57443:57465 Todos Santos Guatemala +0.263526 aapg_af_874.html aapg_af_874.html:142:10442:10458 Pottsville Huntington, West Virginia +0.243033 cspg_html_4727171280 cspg_html_4727171280:31:3167:3175 Edmonton Edmonton, London +0.50424 sedimentology_html_7567618503 sedimentology_html_7567618503:1217:68764:68769 Piper Gauley River +0.24864 gsa_html_5107598462 gsa_html_5107598462:453:41198:41212 Salina Lackawanna County, Pennsylvania +0.380205 aapg_ac_719.html aapg_ac_719.html:142:16462:16485 Poison Canyon Niobrara, Nebraska +0.262636 gsa_html_9152662653 gsa_html_9152662653:63:6542:6552 Sykesville Potomac, Maryland +0.269374 aapg_aa_148.html aapg_aa_148.html:24:3949:3965 Dakota Colorado +0.46046 aapg_ac_200.html aapg_ac_200.html:434:42722:42740 Wasatch Cheyenne, Wyoming +0.254961 geology_html_1703051515 geology_html_1703051515:11:728:734 Oregon Newport, Rhode Island +0.254944 aapg_aa_993.html aapg_aa_993.html:85:9197:9205 Woodbine Henderson County, Texas +0.242949 aapg_ac_441.html aapg_ac_441.html:516:46001:46010 Littleton Colorado +0.3875 palaios_html_1631555231 palaios_html_1631555231:177:17204:17232 Phosphoria Boise, Idaho +0.24336 aapg_ad_557.html aapg_ad_557.html:11080:634531:634537 Denver Austin, Chicago +0.682272 aapg_ac_714.html aapg_ac_714.html:440:50177:50192 Piper Cheyenne, Wyoming +0.274046 aapg_ac_251.html aapg_ac_251.html:1120:104387:104394 Juniata Baltimore +0.253422 geology_html_7602201228 geology_html_7602201228:346:22739:22743 Hall London, Ontario +0.464198 gsa_html_1024107776 gsa_html_1024107776:813:76668:76673 Mabou Cumberland, Maryland +0.847048 gsa_html_1826402027 gsa_html_1826402027:215:24545:24564 Moenkopi Chinle Formation +0.250632 aapg_aa_544.html aapg_aa_544.html:340:46222:46232 Wind River Wasatch Range +0.2515 gsa_html_4339524478 gsa_html_4339524478:700:72821:72842 Ghost Rocks Anchorage, Alaska +0.26298 aapg_ah_688.html aapg_ah_688.html:283:30214:30223 Smackover Mooringsport, Louisiana +0.24552 cspg_html_5796730780 cspg_html_5796730780:5:194:235 Albert New Brunswick, New Jersey +0.242486 cspg_html_8568877195 cspg_html_8568877195:496:70105:70127 Judith River Lacombe, Alberta +0.257868 aapg_af_664.html aapg_af_664.html:610:68402:68412 San Andres Cloudcroft, New Mexico +0.496422 aapg_ah_228.html aapg_ah_228.html:18:1778:1801 Austin Chalk Buda, Texas +0.48048 aapg_ac_867.html aapg_ac_867.html:505:68855:68872 Lakota Cheyenne, Wyoming +0.504252 aapg_ad_255.html aapg_ad_255.html:149:15368:15402 Cook Mountain Texas +0.81162 aapg_ai_17.html aapg_ai_17.html:84:6025:6031 Midway Arkansas +0.266087 aapg_ac_65.html aapg_ac_65.html:37:5743:5750 Edwards Western world +0.260036 cspg_html_9941227593 cspg_html_9941227593:16:1793:1815 Colorado Regina, Saskatchewan +0.48705 aapg_aa_995.html aapg_aa_995.html:534:41238:41257 Minnelusa Black Hills +0.533241 geology_html_4907985690 geology_html_4907985690:192:19871:19889 Moenkopi Logan, Utah +0.511038 aapg_af_16.html aapg_af_16.html:61:7809:7817 Frontier Logan, Utah +0.251292 AMJC_html_1833407407 AMJC_html_1833407407:353:38309:38317 Syracuse Maryland +0.263472 cspg_html_5345848475 cspg_html_5345848475:748:79297:79315 Niobrara Regina, Saskatchewan +0.24336 aapg_af_291.html aapg_af_291.html:22:3150:3161 Kayak Lisburne Peninsula +0.263168 sedimentology_html_9339358185 sedimentology_html_9339358185:1200:61591:61595 Bond Bering Sea +0.49469 AMJC_html_4147467903 AMJC_html_4147467903:1179:115870:115888 Shublik Anchorage, Alaska +0.462948 gsa_html_3445493534 gsa_html_3445493534:676:71435:71453 Monterey California +0.483558 aapg_ae_415.html aapg_ae_415.html:833:102859:102876 Chipola Tampa, Florida +0.50367 AMJC_html_6341723617 AMJC_html_6341723617:1162:97453:97474 Green River Cheyenne, Wyoming +0.274046 aapg_ad_248.html aapg_ad_248.html:107:11586:11603 Almond Table Rock, Wyoming +0.251988 aapg_aa_735.html aapg_aa_735.html:217:20118:20134 Ireton Lacombe, Alberta +0.457256 aapg_ae_4.html aapg_ae_4.html:163:17786:17800 Hyrum Dolomite Logan, Utah +0.49329 cspg_html_3367984758 cspg_html_3367984758:192:24680:24692 Saskatchewan Victoria, British Columbia +0.270351 cspg_html_6306091047 cspg_html_6306091047:608:83546:83554 Columbia Victoria, British Columbia +0.270864 aapg_ai_750.html aapg_ai_750.html:109:11376:11392 Paluxy Tylertown, Mississippi +0.481514 aapg_ah_370.html aapg_ah_370.html:221:17402:17410 Michigan Michigan +0.26883 aapg_af_830.html aapg_af_830.html:402:45826:45839 Comanche Peak Goodland, Kansas +0.516524 aapg_ad_244.html aapg_ad_244.html:24:3082:3094 Little Falls Cushing, Oklahoma +0.262654 aapg_ad_716.html aapg_ad_716.html:7:1021:1028 El Paso Texas +0.477442 geology_html_3911481921 geology_html_3911481921:44:5685:5706 Wood Canyon Death Valley +0.484428 sedimentology_html_5497977389 sedimentology_html_5497977389:1636:82891:82897 Provo Central Switzerland +0.876087 aapg_af_384.html aapg_af_384.html:559:63057:63088 Bjorne Melville Island (Canada) +0.497202 gsa_html_1776474442 gsa_html_1776474442:985:80999:81027 Green River Iran +0.256928 aapg_ae_886.html aapg_ae_886.html:489:53206:53222 Todilto Delaware +0.26156 cspg_html_1870927435 cspg_html_1870927435:45:6054:6059 Nisku Lacombe, Alberta +0.258566 jgeology_html_9065385328 jgeology_html_9065385328:1059:59823:59838 Salt Lake Logan, Utah +0.261522 sedimentology_html_6205607876 sedimentology_html_6205607876:31:1919:1930 Montpellier Tehran +0.473456 aapg_af_575.html aapg_af_575.html:1101:158925:158931 Dockum New Mexico +0.79074 cspg_html_8581304260 cspg_html_8581304260:362:38552:38558 Nicola Victoria, British Columbia +0.258937 cspg_html_3041902517 cspg_html_3041902517:440:50917:50929 Devon Island Ellesmere Island +0.49979 gsa_html_2914239166 gsa_html_2914239166:148:10400:10428 Green River Colorado +0.513 gsa_html_8076115820 gsa_html_8076115820:1102:75909:75937 Green River Colorado +0.248482 cspg_html_8990290265 cspg_html_8990290265:194:28651:28668 Borsato Lacombe, Alberta +0.494468 aapg_ai_957.html aapg_ai_957.html:256:28424:28442 Colorado Uvalde, Texas +0.494239 aapg_ai_614.html aapg_ai_614.html:51:8341:8355 Ross South Africa +0.459696 aapg_ah_487.html aapg_ah_487.html:130:14658:14668 Copenhagen Sweden +0.484227 aapg_ad_908.html aapg_ad_908.html:253:28160:28167 La Luna Colombia +0.506391 aapg_ae_526.html aapg_ae_526.html:102:10176:10185 Smackover Cotton Valley, Louisiana +0.379809 aapg_af_90.html aapg_af_90.html:163:24763:24780 Johnnie Death Valley +0.26104 aapg_af_652.html aapg_af_652.html:201:18892:18897 Provo Logan, Utah +0.266175 aapg_ah_618.html aapg_ah_618.html:239:19724:19744 Phosphoria Cheyenne, Wyoming +0.25123 cspg_html_4407096618 cspg_html_4407096618:18:2538:2546 Columbia Victoria, British Columbia +0.256536 gsa_html_7580135520 gsa_html_7580135520:561:52335:52341 Oregon Salem, Oregon +0.452621 aapg_aa_61.html aapg_aa_61.html:89:9092:9099 El Abra Matamoros, Tamaulipas +0.253009 aapg_aa_233.html aapg_aa_233.html:174:17720:17736 Cupido Matamoros, Tamaulipas +0.378594 aapg_aa_23.html aapg_aa_23.html:612:77050:77069 Ellis Bay Anticosti Island +0.270648 aapg_ad_715.html aapg_ad_715.html:47:4740:4749 Red River Texas +0.26877 gsa_html_4446967287 gsa_html_4446967287:696:62782:62791 Extension Bitterroot Range +0.252434 AMJC_html_1964550508 AMJC_html_1964550508:17:1149:1174 Vernon Lockport (city), New York +0.504 aapg_ac_629.html aapg_ac_629.html:296:38572:38580 Columbia Shreveport, Louisiana +0.484185 aapg_aa_934.html aapg_aa_934.html:135:16901:16909 Wolfcamp Shawnee, Oklahoma +0.250368 geology_html_1456717882 geology_html_1456717882:261:25139:25144 Stark Republic of China +0.430867 gsa_html_2207622902 gsa_html_2207622902:13:523:535 Rhode Island Kingston, Jamaica +0.258888 aapg_af_625.html aapg_af_625.html:178:16077:16085 Homewood Pottsville, Pennsylvania +0.851446 aapg_ae_871.html aapg_ae_871.html:353:57196:57208 Pierre Nebraska +0.482832 sedimentology_html_9550478777 sedimentology_html_9550478777:30:1969:1979 Las Cruces Norfolk, Virginia +0.496125 cspg_html_2384466756 cspg_html_2384466756:171:24518:24534 Hassel Bylot Island Migratory Bird Sanctuary +0.442039 palaios_html_3308412288 palaios_html_3308412288:111:15434:15450 Bighorn Dolomite Big Horn Mountains +0.246433 aapg_ah_763.html aapg_ah_763.html:376:31723:31745 Word Texas +0.491493 geology_html_4431824234 geology_html_4431824234:383:26951:26979 Green River Cheyenne, Wyoming +0.254184 aapg_ah_103.html aapg_ah_103.html:50:4963:4978 Weber Colorado +0.485888 aapg_aa_945.html aapg_aa_945.html:83:6837:6848 Trempealeau Franconia, New Hampshire +0.260538 aapg_ac_538.html aapg_ac_538.html:181:21890:21912 Colorado Lacombe, Alberta +0.338108 aapg_ac_689.html aapg_ac_689.html:93:11022:11029 Entrada Logan, Utah +0.506862 cspg_html_1333334241 cspg_html_1333334241:10:1071:1092 Taylor Atoka, Oklahoma +0.24947 geology_html_2688088926 geology_html_2688088926:160:18844:18861 Edwards Texas +0.423345 sedimentology_html_3455721661 sedimentology_html_3455721661:472:36789:36805 Entrada Entrada Sandstone +0.247464 aapg_ai_932.html aapg_ai_932.html:458:71465:71482 Sisquoc Monterey, California +0.254508 aapg_ae_666.html aapg_ae_666.html:366:36637:36645 Colorado Englewood, New Jersey +0.465744 gsa_html_6491840124 gsa_html_6491840124:792:64858:64867 Pocatello Boise, Idaho +0.51557 aapg_ac_241.html aapg_ac_241.html:7:1072:1091 Raritan Maryland +0.48654 aapg_ad_760.html aapg_ad_760.html:23:3565:3572 Topanga Monterey, California +0.2515 aapg_ah_774.html aapg_ah_774.html:75:10378:10395 Bluff Wisconsin +0.485352 gsa_html_8379382716 gsa_html_8379382716:1013:74008:74036 Green River Colorado +0.274944 cspg_html_2139304729 cspg_html_2139304729:18:3007:3032 Melville Island Banks Island +0.480636 gsa_html_8035658736 gsa_html_8035658736:628:69282:69303 Coon Hollow Wallowa, Oregon +0.260608 cspg_html_3820268079 cspg_html_3820268079:263:26041:26059 Grimsby Norfolk County, Ontario +0.717808 aapg_ad_170.html aapg_ad_170.html:220:21165:21186 Chainman Reno, Nevada +0.263572 aapg_af_502.html aapg_af_502.html:89:11635:11642 Bossier Arkansas +0.494088 gsa_html_4870128713 gsa_html_4870128713:64:4966:4994 Green River Colorado +0.257544 geology_html_4710933862 geology_html_4710933862:305:24049:24054 Price Taranaki Region +0.249458 cspg_html_5541937700 cspg_html_5541937700:190:27444:27468 Bluesky Lacombe, Alberta +0.25908 cspg_html_2650524233 cspg_html_2650524233:96:13914:13932 Paskapoo Edmonton, London +0.276672 aapg_af_854.html aapg_af_854.html:1172:166370:166391 Waltersburg Randolph County, Indiana +0.68976 aapg_af_128.html aapg_af_128.html:17:2087:2094 Oquirrh Denver +0.467064 aapg_aa_844.html aapg_aa_844.html:429:44245:44254 Pendleton Raleigh, North Carolina +0.475092 aapg_ae_553.html aapg_ae_553.html:232:26715:26721 Walker England +0.4305 cspg_html_1506720813 cspg_html_1506720813:295:36210:36220 Bow Island Mesa, Arizona +0.496584 AMJC_html_5421639085 AMJC_html_5421639085:581:59650:59658 Columbia Columbia District +0.254736 cspg_html_6238156412 cspg_html_6238156412:60:7117:7136 Mesaverde Mancos, Colorado +0.257048 geology_html_7281768508 geology_html_7281768508:14:651:663 Rhode Island Newport, Rhode Island +0.262566 cspg_html_4625995889 cspg_html_4625995889:249:33167:33189 Bluff Bridgetown, Nova Scotia +0.684484 aapg_ah_411.html aapg_ah_411.html:75:10329:10337 Niobrara Colorado +0.252003 gsa_html_3387611512 gsa_html_3387611512:1557:146935:146948 Santa Barbara Terres +0.496752 aapg_aa_287.html aapg_aa_287.html:66:9570:9586 Viking Colorado +0.2585 aapg_ah_411.html aapg_ah_411.html:102:11981:11989 Colorado Cheyenne, Wyoming +0.249996 aapg_aa_724.html aapg_aa_724.html:135:13140:13167 Roberts Mountains Antelope Valley Freeway +0.485298 gsa_html_5344876933 gsa_html_5344876933:1254:88778:88806 Green River Colorado +0.269357 cspg_html_9343899465 cspg_html_9343899465:2026:178740:178759 Strathcona Fiord Bathurst Island (Northern Territory) +0.478536 cspg_html_3008414459 cspg_html_3008414459:32:5348:5358 Milk River Lacombe, Alberta +0.48128 aapg_aa_171.html aapg_aa_171.html:622:53346:53356 Cumberland Bridgetown, Nova Scotia +0.48692 aapg_ac_729.html aapg_ac_729.html:669:63945:63961 Seabee Colville River (Washington) +0.47379 aapg_ae_154.html aapg_ae_154.html:37:5227:5235 Columbia Victoria, British Columbia +0.250325 cspg_html_9185158332 cspg_html_9185158332:405:56891:56909 Dunvegan Canada +0.22895 cspg_html_4270552951 cspg_html_4270552951:241:34568:34573 Favel Niobrara, Nebraska +0.274022 gsa_html_7102550258 gsa_html_7102550258:671:78282:78299 Entrada Colorado +0.493735 aapg_ah_612.html aapg_ah_612.html:111:10223:10240 Wabamun Calgary +0.244968 gsa_html_1491636326 gsa_html_1491636326:1225:99471:99479 Santiago Chile +0.260096 cspg_html_1503116552 cspg_html_1503116552:81:12323:12348 Fort Vermillion Swan Hill, Victoria +0.372934 aapg_ae_643.html aapg_ae_643.html:161:18066:18099 Lockport Dolomite Pennsylvania +0.257424 cspg_html_2536163557 cspg_html_2536163557:23:3991:4002 White River Cordillera Administrative Region +0.468868 cspg_html_3097746547 cspg_html_3097746547:673:70396:70419 Beaver Mines Lacombe, Alberta +0.490782 cspg_html_2546442054 cspg_html_2546442054:438:48290:48307 Bearpaw Lacombe, Alberta +0.26469 aapg_ac_630.html aapg_ac_630.html:534:55135:55153 Willwood South Fork Eel River +0.216876 aapg_ad_564.html aapg_ad_564.html:4567:349889:349900 Mowry Powder River Basin +0.24388 sedimentology_html_3206626228 sedimentology_html_3206626228:962:68572:68580 Victoria Victoria, British Columbia +0.260075 gsa_html_3985921234 gsa_html_3985921234:639:50703:50707 Wise Texas +0.485298 aapg_ah_253.html aapg_ah_253.html:413:49465:49485 San Andres New Mexico +0.26052 palaios_html_2534218603 palaios_html_2534218603:438:33266:33275 San Diego Currie, Minnesota +0.494137 aapg_af_129.html aapg_af_129.html:148:15367:15386 Eagle Colorado +0.253692 aapg_ai_28.html aapg_ai_28.html:284:27591:27597 Lissie Nueces River +0.505986 gsa_html_1592991535 gsa_html_1592991535:1438:107993:108021 Green River Colorado +0.49914 aapg_ac_697.html aapg_ac_697.html:171:16522:16539 Laramie Golden, Colorado +0.490637 aapg_ac_400.html aapg_ac_400.html:358:41507:41516 Tuscarora Newburg, Louisville +0.508992 aapg_ac_253.html aapg_ac_253.html:4:822:838 Frisco Sallisaw, Oklahoma +0.249919 sedimentology_html_2623529999 sedimentology_html_2623529999:1329:89673:89694 Gull Island Ireland +0.264187 jgeology_html_9215313444 jgeology_html_9215313444:1163:77106:77112 Oregon Washington (state) +0.543578 aapg_ah_318.html aapg_ah_318.html:1222:123799:123816 Hosston Arkansas +0.256542 aapg_ai_996.html aapg_ai_996.html:1215:51529:51540 Summerville Charleston, South Carolina +0.482092 aapg_ae_75.html aapg_ae_75.html:58:10046:10063 El Paso El Paso, Texas +0.46176 AMJC_html_7984049819 AMJC_html_7984049819:232:25309:25316 Berwick Hartford, Connecticut +0.51138 aapg_ah_779.html aapg_ah_779.html:241:44309:44313 Bays Knoxville, Tennessee +0.267806 cspg_html_1378826439 cspg_html_1378826439:31:3397:3413 Viking Beaumont, Texas +0.257983 cspg_html_8809756626 cspg_html_8809756626:98:16683:16698 Leduc Lacombe, Alberta +0.245916 aapg_af_2.html aapg_af_2.html:496:56046:56059 Marble Canyon Arizona +0.238135 aapg_ai_278.html aapg_ai_278.html:694:85852:85860 Palenque Nassau, Bahamas +0.501704 gsa_html_5207325123 gsa_html_5207325123:1167:95233:95261 Green River New Mexico +0.503475 aapg_ad_799.html aapg_ad_799.html:66:8523:8532 Conasauga Stones River +0.48112 sedimentology_html_9550478777 sedimentology_html_9550478777:694:49073:49083 Rio Grande New Mexico +0.25143 jgeology_html_7653197658 jgeology_html_7653197658:814:49213:49233 Timber Mountain Tuff Reno, Nevada +0.28016 aapg_ac_313.html aapg_ac_313.html:706:78623:78632 Rio Dulce Maya Mountain +0.261072 gsa_html_6803319080 gsa_html_6803319080:11:504:514 Washington Washington (state) +0.490158 gsa_html_2059086425 gsa_html_2059086425:641:49232:49260 Green River Colorado +0.270364 aapg_aa_109.html aapg_aa_109.html:3:230:238 Colorado Des Moines, Washington +0.266256 aapg_ai_584.html aapg_ai_584.html:895:94477:94497 Minnelusa Hartville, Missouri +0.49495 aapg_aa_54.html aapg_aa_54.html:46:4643:4660 Entrada Colorado +0.48093 aapg_ae_71.html aapg_ae_71.html:442:38809:38820 Kaiparowits Mesa, Arizona +0.507122 aapg_ad_70.html aapg_ad_70.html:232:16064:16081 Wingate Chinle Formation +0.448774 jgeology_html_8653157629 jgeology_html_8653157629:455:25116:25123 Matagua Santa Clara, California +0.266207 gsa_html_5587684798 gsa_html_5587684798:844:67576:67597 Tibbit Hill Quebec City +0.2652 gsa_html_8955900843 gsa_html_8955900843:695:65411:65436 Clallam Washington (state) +0.260019 aapg_ah_505.html aapg_ah_505.html:1751:143247:143266 Ingleside Davis, California +0.675188 aapg_af_469.html aapg_af_469.html:459:53155:53163 Humboldt Sierra Nevada (Spain) +0.257514 gsa_html_1783148177 gsa_html_1783148177:945:88646:88651 Nopah California +0.492036 aapg_ae_383.html aapg_ae_383.html:195:17816:17831 Olentangy Iowa +0.260099 cspg_html_8298261690 cspg_html_8298261690:516:56025:56042 Bluesky Lacombe, Alberta +0.483917 sedimentology_html_9505235776 sedimentology_html_9505235776:143:11741:11747 Brazil St. Louis, Missouri +0.261105 palaios_html_2994452429 palaios_html_2994452429:62:7322:7330 Columbia Lacombe, Alberta +0.514452 gsa_html_9188280697 gsa_html_9188280697:855:70235:70263 Green River Colorado +0.366687 aapg_ad_758.html aapg_ad_758.html:125:16511:16532 Fort Scott Kansas City, Kansas +0.446039 aapg_aa_740.html aapg_aa_740.html:104:11740:11757 Madison Big Horn Mountains +0.250228 palaios_html_3105248303 palaios_html_3105248303:519:52180:52194 Kope Netherlands +0.675282 aapg_ad_812.html aapg_ad_812.html:90:13284:13306 Wanakah New Mexico +0.4617 cspg_html_3065473572 cspg_html_3065473572:271:34504:34525 West Point Kirkwood, Missouri +0.486156 sedimentology_html_8118481873 sedimentology_html_8118481873:733:51840:51848 Columbia Victoria, British Columbia +0.235698 aapg_ad_910.html aapg_ad_910.html:471:56662:56668 Forest Kingdom of Great Britain +0.488516 cspg_html_9046359229 cspg_html_9046359229:618:88628:88636 Columbia Lacombe, Alberta +0.47564 gsa_html_5697121435 gsa_html_5697121435:504:44636:44664 Green River Colorado +0.262044 cspg_html_6306091047 cspg_html_6306091047:41:8133:8152 Baldonnel Victoria, British Columbia +0.258462 aapg_ad_2.html aapg_ad_2.html:1579:218220:218236 Theresa Pennsylvania +0.2629 aapg_af_684.html aapg_af_684.html:471:48387:48401 Tyee Salem, Oregon +0.661978 aapg_af_789.html aapg_af_789.html:94:13220:13229 New River Virginia +0.493954 aapg_ai_157.html aapg_ai_157.html:464:43376:43387 Salina Norfolk, Virginia +0.478116 cspg_html_3124360347 cspg_html_3124360347:49:9537:9548 Beekmantown Bennington, Vermont +0.26163 gsa_html_5687289300 gsa_html_5687289300:753:70401:70408 Andrews Antarctica +0.501189 cspg_html_6985536436 cspg_html_6985536436:445:57764:57776 Wilkie Point Middle East +0.262194 aapg_ah_618.html aapg_ah_618.html:57:5004:5014 Phosphoria Little Cottonwood Creek +0.27772 aapg_ad_469.html aapg_ad_469.html:70:8128:8147 Wapanucka Hartshorne, Oklahoma +0.256236 aapg_aa_463.html aapg_aa_463.html:215:41300:41317 Hosston Shreveport, Louisiana +0.5054 cspg_html_4298557570 cspg_html_4298557570:132:20829:20841 Willow Creek Red Deer, Alberta +0.49504 aapg_ac_689.html aapg_ac_689.html:46:5476:5481 Logan Colorado +0.25956 cspg_html_8083337877 cspg_html_8083337877:174:18696:18704 Waterton Calgary +0.2574 cspg_html_2083823293 cspg_html_2083823293:548:59076:59083 Wasatch Cheyenne, Wyoming +0.49632 gsa_html_4234009219 gsa_html_4234009219:523:45410:45420 Washington Cowlitz River +0.377927 aapg_ai_1.html aapg_ai_1.html:345:30943:30950 Hermosa San Juan Mountains +0.52155 aapg_af_733.html aapg_af_733.html:281:38383:38399 Yucatan Mississippi River +0.263571 aapg_ac_270.html aapg_ac_270.html:62:4857:4887 Queenston Delaware County, Ohio +0.392445 gsa_html_6433065427 gsa_html_6433065427:71:7871:7880 New River Virginia +0.497202 gsa_html_6095219520 gsa_html_6095219520:1394:123655:123683 Green River Colorado +0.258937 cspg_html_6545726692 cspg_html_6545726692:441:49895:49913 Yakataga Anchorage, Alaska +0.933966 aapg_ac_569.html aapg_ac_569.html:234:31271:31299 Emma Fiord Devon +0.24429 AMJC_html_8402437205 AMJC_html_8402437205:998:87946:87953 Whidbey Washington (state) +0.262636 palaios_html_3105248303 palaios_html_3105248303:66:7316:7330 Kope Netherlands +0.26265 cspg_html_3328007773 cspg_html_3328007773:29:4110:4130 Colorado Canada +0.253008 aapg_aa_621.html aapg_aa_621.html:660:74888:74894 Casper Cheyenne, Wyoming +0.46075 aapg_ai_491.html aapg_ai_491.html:293:36277:36302 Pinkerton Trail San Juan Mountains +0.232155 cspg_html_6249234253 cspg_html_6249234253:94:11831:11851 Woodbend Lacombe, Alberta +0.24908 aapg_ah_187.html aapg_ah_187.html:13:1393:1402 Boquillas Austin, Chicago +0.50233 aapg_ah_140.html aapg_ah_140.html:48:5413:5419 Lakota Denver +0.48246 cspg_html_4626597050 cspg_html_4626597050:415:52860:52879 Goose Egg Cheyenne, Wyoming +0.276555 aapg_ad_942.html aapg_ad_942.html:802:66944:66955 Slave Point Victoria, British Columbia +0.489636 aapg_af_789.html aapg_af_789.html:29:4603:4612 Bluefield Greenbrier (Great Smoky Mountains) +0.263105 palaios_html_9731740258 palaios_html_9731740258:404:45140:45154 Graneros Pueblo, Colorado +0.25948 aapg_ai_504.html aapg_ai_504.html:135:13728:13737 Lodgepole Williston, Vermont +0.246928 cspg_html_7896958755 cspg_html_7896958755:233:23953:23961 Columbia Victoria, British Columbia +0.495992 cspg_html_2863271815 cspg_html_2863271815:596:75875:75914 Leduc Canada +0.436642 aapg_ae_67.html aapg_ae_67.html:399:32485:32493 Colorado Colorado +0.259578 sedimentology_html_6051696699 sedimentology_html_6051696699:87:8055:8074 Caledonia New Caledonia +0.48399 geology_html_2345977738 geology_html_2345977738:275:25034:25055 Tibbit Hill Quebec City +0.685452 aapg_ac_178.html aapg_ac_178.html:207:31324:31342 Monterey Kern County, California +0.263626 aapg_ac_518.html aapg_ac_518.html:20:2983:2990 Canning Carnarvon, Western Australia +0.264192 cspg_html_6021605367 cspg_html_6021605367:127:15239:15257 Palliser Lacombe, Alberta +0.482664 aapg_af_591.html aapg_af_591.html:45:4974:4997 Salem Morton County, North Dakota +0.235668 aapg_ah_646.html aapg_ah_646.html:363:43653:43670 Wingate Colorado +0.25123 cspg_html_6472484014 cspg_html_6472484014:143:18246:18273 La Vieille New Brunswick, New Jersey +0.510808 aapg_ac_841.html aapg_ac_841.html:932:96956:96976 Todos Santos Honduras +0.49987 cspg_html_4326384800 cspg_html_4326384800:1137:168838:168845 Camrose Hay River (Canada) +0.266662 cspg_html_1962846283 cspg_html_1962846283:620:72626:72644 Kootenay Canada +0.229916 aapg_ah_871.html aapg_ah_871.html:365:39919:39924 Chazy Black River, Jamaica +0.244528 gsa_html_5107598462 gsa_html_5107598462:670:63162:63174 Saskatchewan Shouldice Hernia Centre +0.522652 gsa_html_4474278414 gsa_html_4474278414:1199:95648:95676 Green River Colorado +0.25324 aapg_aa_233.html aapg_aa_233.html:250:26394:26402 Kiamichi Texas +0.493296 aapg_ae_324.html aapg_ae_324.html:1299:129244:129251 Pamelia Lowville (town), New York +0.481525 cspg_html_1841843683 cspg_html_1841843683:96:16656:16673 Rierdon Black Hills +0.448364 aapg_ad_466.html aapg_ad_466.html:1431:151704:151712 Virginia Richmond, California +0.468843 aapg_ai_572.html aapg_ai_572.html:4:536:543 Hilltop Coffeyville, Kansas +0.257536 aapg_ac_91.html aapg_ac_91.html:552:45437:45451 Hale Arkansas +0.487622 gsa_html_9608448205 gsa_html_9608448205:27:2041:2053 Crab Orchard Houston +0.490028 aapg_ac_126.html aapg_ac_126.html:31:5087:5098 Haynesville Texas +0.256928 aapg_aa_4.html aapg_aa_4.html:150:19759:19775 Sonyea Naples, Florida +0.544887 aapg_ah_277.html aapg_ah_277.html:178:23989:24007 Cardium Colorado +0.265728 aapg_af_653.html aapg_af_653.html:824:92905:92912 Temblor Western world +0.467677 aapg_aa_109.html aapg_aa_109.html:9:1308:1316 Colorado Colorado +0.24638 sedimentology_html_8272623948 sedimentology_html_8272623948:1158:86636:86641 Crete Gournia +0.25387 aapg_ah_646.html aapg_ah_646.html:76:10042:10060 Moenkopi Chinle Formation +0.34489 aapg_ai_948.html aapg_ai_948.html:240:33903:33922 Mesaverde Colorado +0.243915 geology_html_5220137609 geology_html_5220137609:284:24145:24154 San Diego California +0.267288 aapg_ac_269.html aapg_ac_269.html:56:6326:6336 Washington California +0.255016 jgeology_html_2809998069 jgeology_html_2809998069:106:4868:4888 Dighton Conglomerate Newport, Rhode Island +0.244488 aapg_ae_34.html aapg_ae_34.html:36:2856:2870 Frio Shreveport, Louisiana +0.253916 cspg_html_7817594878 cspg_html_7817594878:318:46251:46259 Columbia Victoria, British Columbia +0.3621 gsa_html_8271829751 gsa_html_8271829751:775:66498:66510 Owens Valley California +0.259017 cspg_html_9778753186 cspg_html_9778753186:46:6569:6586 Elk Lacombe, Alberta +0.244488 aapg_ac_824.html aapg_ac_824.html:482:49075:49093 Manitou Colorado +0.45936 aapg_ac_563.html aapg_ac_563.html:785:120356:120363 Yucatan Mexico +0.256302 gsa_html_3199774259 gsa_html_3199774259:138:16586:16594 Virginia Maryland +0.480496 geology_html_1877077018 geology_html_1877077018:11:460:470 Washington Washington (state) +0.254976 jgeology_html_1621824585 jgeology_html_1621824585:846:52049:52055 Provo Carpathian Ruthenia +0.47941 cspg_html_2863271815 cspg_html_2863271815:518:62949:62965 Guelph Guelph +0.470112 aapg_aa_154.html aapg_aa_154.html:43:4667:4687 Haymond West Texas +0.39688 gsa_html_7040053075 gsa_html_7040053075:333:31271:31291 Topanga Glendora, California +0.495471 palaios_html_3716883934 palaios_html_3716883934:104:10575:10587 Silica Ohio +0.264554 cspg_html_4031489103 cspg_html_4031489103:328:47291:47309 Sheppard Fernie, British Columbia +0.249951 gsa_html_3445493534 gsa_html_3445493534:224:25906:25930 Monterey Monterey, California +0.25333 cspg_html_3354282978 cspg_html_3354282978:862:95627:95645 Monterey California +0.504644 aapg_ah_157.html aapg_ah_157.html:163:21992:22019 Potsdam Galesville, Maryland +0.365092 aapg_ae_70.html aapg_ae_70.html:231:24199:24209 Phosphoria Cheyenne, Wyoming +0.495471 cspg_html_8363357104 cspg_html_8363357104:82:13005:13026 Survey Peak North Carolina +0.508491 gsa_html_6020965239 gsa_html_6020965239:324:22421:22449 Green River Colorado +0.500963 cspg_html_3953809708 cspg_html_3953809708:604:59492:59509 Exshaw Lacombe, Alberta +0.26631 geology_html_5972436991 geology_html_5972436991:15:1081:1088 Newport Salem, Oregon +0.24353 gsa_html_9843343868 gsa_html_9843343868:624:54618:54626 Colorado Florissant, Colorado +0.455507 palaios_html_5373981930 palaios_html_5373981930:771:63558:63571 Wabana Canada +0.738 aapg_af_663.html aapg_af_663.html:24:2919:2940 Fort Scott Missouri River +0.470876 sedimentology_html_2396812441 sedimentology_html_2396812441:3832:75498:75506 Homewood Switzerland +0.24638 aapg_ae_694.html aapg_ae_694.html:265:30233:30251 Woodbine East Texas +0.51039 aapg_af_388.html aapg_af_388.html:48:5763:5790 Provo Middle East +0.248997 aapg_aa_724.html aapg_aa_724.html:128:12229:12256 Roberts Mountains Much Wenlock +0.248496 AMJC_html_1252169248 AMJC_html_1252169248:965:94660:94675 Fourmile Gneiss Cambridge, Massachusetts +0.254925 gsa_html_5664265459 gsa_html_5664265459:14:538:547 San Diego California +0.489984 palaios_html_3415407632 palaios_html_3415407632:287:26825:26833 Colorado Denver +0.263048 aapg_af_663.html aapg_af_663.html:339:35218:35224 Pawnee Higginsville, Missouri +0.26163 aapg_ai_838.html aapg_ai_838.html:200:33936:33959 Anacacho Texas +0.25441 sedimentology_html_4089685201 sedimentology_html_4089685201:1366:95901:95909 Beaumont Pyrenees +0.377712 aapg_ae_681.html aapg_ae_681.html:103:13160:13168 Norphlet Alabama +0.268 aapg_ad_756.html aapg_ad_756.html:159:17538:17545 Chemung Catskill Mountains +0.853727 aapg_ah_781.html aapg_ah_781.html:371:37247:37261 Krebs Missouri River +0.258462 palaios_html_5941305386 palaios_html_5941305386:1125:106589:106622 Maroon Colorado +0.254012 gsa_html_4697070830 gsa_html_4697070830:417:38663:38675 Saline River Arkansas River +0.2545 aapg_ae_667.html aapg_ae_667.html:461:56076:56097 Green River Uinta Mountains +0.48297 aapg_ah_532.html aapg_ah_532.html:34:3199:3214 Ouray New Mexico +0.491898 cspg_html_8414893458 cspg_html_8414893458:465:54868:54883 Gates Victoria, British Columbia +0.492237 aapg_af_561.html aapg_af_561.html:312:27024:27042 Sundance South Fork Eel River +0.265221 cspg_html_8588503765 cspg_html_8588503765:594:67381:67398 Cardium Lacombe, Alberta +0.261975 aapg_af_98.html aapg_af_98.html:183:16165:16170 Mt Lytton Colorado +0.47424 gsa_html_4837287019 gsa_html_4837287019:395:36374:36384 Washington Seattle +0.235221 aapg_ad_785.html aapg_ad_785.html:908:100100:100118 Fountain Colorado Springs, Colorado +0.246973 geology_html_3106921824 geology_html_3106921824:210:18841:18868 Dry Branch Texas +0.260036 cspg_html_8568877195 cspg_html_8568877195:566:74015:74037 Judith River Lacombe, Alberta +0.262143 cspg_html_2873888604 cspg_html_2873888604:342:52355:52387 Montney Canada +0.249001 aapg_ah_631.html aapg_ah_631.html:80:10432:10440 Sylvania Bloomington, Indiana +0.5018 aapg_ad_821.html aapg_ad_821.html:303:20145:20154 Chugwater Boise, Idaho +0.49152 geology_html_8379330260 geology_html_8379330260:71:8092:8103 Green River Uinta Mountains +0.49011 gsa_html_2162821431 gsa_html_2162821431:1046:91501:91510 San Diego California +0.483328 gsa_html_4904229335 gsa_html_4904229335:32:3282:3288 Oregon Washington (state) +0.481962 gsa_html_8614162917 gsa_html_8614162917:1113:99284:99296 Hermit Arizona +0.513 aapg_ah_871.html aapg_ah_871.html:791:74575:74592 Black River Quebec City +0.484524 geology_html_3251308521 geology_html_3251308521:128:15957:15972 Santa Margarita Oceanside, New York +0.242556 geology_html_6277961763 geology_html_6277961763:11:519:529 Washington Washington (state) +0.252506 jgeology_html_5515502227 jgeology_html_5515502227:579:37834:37849 Rapid Fontana, California +0.491667 aapg_ae_984.html aapg_ae_984.html:34:4566:4583 Rustler Carlsbad, New Mexico +0.245448 gsa_html_8244777175 gsa_html_8244777175:588:63798:63819 Tibbit Hill Quebec City +0.495616 gsa_html_9569209726 gsa_html_9569209726:861:81711:81721 Washington Seattle +0.272874 sedimentology_html_6473571818 sedimentology_html_6473571818:971:80133:80142 Peninsula Quebec City +0.47322 gsa_html_3860045860 gsa_html_3860045860:1028:96713:96729 Eugene Salem, Oregon +0.492855 jgeology_html_8492223548 jgeology_html_8492223548:172:14399:14415 Bighorn Dolomite Cheyenne, Wyoming +0.251835 gsa_html_2168907540 gsa_html_2168907540:172:19878:19891 Lincoln Creek Middle East +0.22515 aapg_ad_441.html aapg_ad_441.html:269:19849:19865 Navajo Logan, Utah +0.271437 aapg_ai_974.html aapg_ai_974.html:638:66104:66113 Peninsula Gulf of California +0.510464 cspg_html_2784057671 cspg_html_2784057671:625:68445:68463 Yakataga Anchorage, Alaska +0.26156 cspg_html_7182873498 cspg_html_7182873498:141:19898:19916 Salina Guelph +0.254478 AMJC_html_1252169248 AMJC_html_1252169248:911:90445:90455 Laurentian Western world +0.257346 cspg_html_9720041449 cspg_html_9720041449:1130:134281:134297 Ireton Lacombe, Alberta +0.269361 aapg_ad_351.html aapg_ad_351.html:906:84353:84370 Keokuk Norwood, Massachusetts +0.28083 aapg_ad_351.html aapg_ad_351.html:567:48360:48366 Keokuk Burlington, Ontario +0.275049 aapg_ae_884.html aapg_ae_884.html:387:50494:50505 Green River Powder River (Montana) +0.25806 gsa_html_2076560873 gsa_html_2076560873:634:61943:61965 Nation River Anchorage, Alaska +0.256162 cspg_html_7229660003 cspg_html_7229660003:24:2070:2088 Winnipeg California +0.470745 aapg_ae_419.html aapg_ae_419.html:257:33739:33757 Maltrata Mexico +0.2601 cspg_html_2139304729 cspg_html_2139304729:96:15866:15882 Percha New Mexico +0.54238 aapg_ad_351.html aapg_ad_351.html:209:21286:21295 Northview Missouri River +0.494648 gsa_html_4234009219 gsa_html_4234009219:36:3358:3376 Whitemud Canada +0.278226 aapg_ac_289.html aapg_ac_289.html:125:9867:9872 Tokio Cotton Valley, Louisiana +0.26563 aapg_ac_8.html aapg_ac_8.html:44:3691:3697 Dakota Niobrara, Nebraska +0.237614 aapg_af_776.html aapg_af_776.html:194:22736:22740 Erin Trinidad and Tobago +0.353547 aapg_ah_972.html aapg_ah_972.html:615:65111:65120 Vicksburg East Texas +0.248292 cspg_html_3404912985 cspg_html_3404912985:6:479:510 Belly River Lacombe, Alberta +0.360219 aapg_ad_116.html aapg_ad_116.html:445:55244:55263 Oil Creek Delaware +0.256649 geology_html_2624273806 geology_html_2624273806:75:5973:5980 Juniata Oswego, New York +0.26416 aapg_ac_219.html aapg_ac_219.html:2107:166308:166318 San Marcos Lima, Ohio +0.48756 geology_html_6134040289 geology_html_6134040289:267:23524:23532 Monterey Bakersfield, California +0.471108 aapg_ad_721.html aapg_ad_721.html:566:53306:53314 Carlsbad El Capitan +0.242928 cspg_html_2826081830 cspg_html_2826081830:331:42262:42285 Grand Rapids Waseca, Minnesota +0.254514 jgeology_html_2240612531 jgeology_html_2240612531:937:71426:71433 Shuswap Victoria, British Columbia +0.261542 geology_html_8757137275 geology_html_8757137275:94:7694:7712 Edmonton Canada +0.246272 sedimentology_html_7685445048 sedimentology_html_7685445048:36:1909:1918 Sheffield Kingdom of Great Britain +0.24598 AMJC_html_4486401509 AMJC_html_4486401509:401:38074:38086 Pinal Schist Arizona +0.254464 palaios_html_8801470615 palaios_html_8801470615:554:50669:50674 Chazy Quebec City +0.266252 cspg_html_9093703322 cspg_html_9093703322:127:15098:15103 Queen Canada +0.465039 gsa_html_2605108986 gsa_html_2605108986:732:59524:59552 Matanuska Matanuska-Susitna Valley +0.48057 aapg_ad_660.html aapg_ad_660.html:479:66227:66249 Seven Rivers New Mexico +0.486472 cspg_html_4422863308 cspg_html_4422863308:69:8445:8461 Viking Lacombe, Alberta +0.26884 aapg_af_614.html aapg_af_614.html:63:5040:5059 Paluxy Miller County, Arkansas +0.702468 aapg_aa_16.html aapg_aa_16.html:173:17680:17686 Dakota Logan, Utah +0.45966 cspg_html_9720041449 cspg_html_9720041449:43:5327:5341 Woodbend Lacombe, Alberta +0.266466 aapg_ac_569.html aapg_ac_569.html:359:50880:50901 Kekiktuk Conglomerate Anchorage, Alaska +0.487784 gsa_html_2989317971 gsa_html_2989317971:1181:117616:117625 Pocatello Bannock County, Idaho +0.26214 gsa_html_9052101586 gsa_html_9052101586:368:40533:40549 Columbia Wisconsin +0.693056 aapg_ae_415.html aapg_ae_415.html:392:50376:50387 Mint Spring Melbourne, Florida +0.25908 aapg_ai_269.html aapg_ai_269.html:108:11129:11143 Windsor North Atlantic Igneous Province +0.251 aapg_ac_367.html aapg_ac_367.html:141:16602:16612 Ironton Galesville, Maryland +0.468905 cspg_html_5813536348 cspg_html_5813536348:47:7065:7084 Keg River Lacombe, Alberta +0.259578 aapg_aa_717.html aapg_aa_717.html:487:60081:60100 Gatesburg Bellefonte, Pennsylvania +0.488379 gsa_html_5064963350 gsa_html_5064963350:1076:100145:100173 Green River Colorado +0.519236 aapg_aa_702.html aapg_aa_702.html:776:108622:108641 Minnelusa Cheyenne, Wyoming +0.472017 aapg_ah_532.html aapg_ah_532.html:3:198:220 Ouray Ouray, Colorado +0.50546 aapg_aa_23.html aapg_aa_23.html:793:101895:101930 Stony Mountain Winnipeg +0.252865 cspg_html_5955028331 cspg_html_5955028331:616:66521:66537 Viking Canada +0.493296 aapg_af_653.html aapg_af_653.html:216:22516:22523 Temblor Monterey, California +0.470825 aapg_ad_575.html aapg_ad_575.html:239:30116:30143 Minnelusa Cheyenne, Wyoming +0.477012 aapg_aa_998.html aapg_aa_998.html:76:7782:7798 Walnut Burnett County, Wisconsin +0.461776 gsa_html_5865982995 gsa_html_5865982995:49:5603:5630 Green River Uinta Mountains +0.370208 sedimentology_html_4185931185 sedimentology_html_4185931185:745:58527:58543 Eureka Quartzite Reno, Nevada +0.250318 gsa_html_2675218998 gsa_html_2675218998:249:26128:26147 Colorado Mesa, Arizona +0.252813 cspg_html_8089302449 cspg_html_8089302449:41:7762:7771 Kee Scarp Swan Hill, Victoria +0.4769 aapg_aa_215.html aapg_aa_215.html:837:68159:68163 Toro Darien, Georgia +0.254 AMJC_html_1153492579 AMJC_html_1153492579:1410:136126:136132 Denver Colorado +0.481362 aapg_ah_119.html aapg_ah_119.html:43:4460:4476 Paint Creek Long Island +0.501177 sedimentology_html_6051696699 sedimentology_html_6051696699:345:30171:30190 Caledonia New Caledonia +0.247563 aapg_ad_466.html aapg_ad_466.html:1332:141958:141978 Tuscaloosa Charleston, South Carolina +0.246 aapg_ah_534.html aapg_ah_534.html:7:680:688 Catskill New Scotland, New York +0.252609 aapg_ai_272.html aapg_ai_272.html:385:46593:46600 Windsor Magdalen Islands +0.489712 cspg_html_4623526246 cspg_html_4623526246:103:12161:12174 Parry Islands Bathurst Island (Northern Territory) +0.476157 aapg_ae_473.html aapg_ae_473.html:281:26156:26168 Midway Mississippi River +0.517312 gsa_html_3649667431 gsa_html_3649667431:99:8907:8923 Supai Coconino County, Arizona +0.248 cspg_html_4799463481 cspg_html_4799463481:110:14574:14596 Vendom Fiord Canadian Arctic Archipelago +0.225616 geology_html_1146010106 geology_html_1146010106:118:12310:12346 Flagstaff Gunnison County, Colorado +0.250997 aapg_ae_805.html aapg_ae_805.html:280:33061:33069 San Luis Colorado +0.26058 cspg_html_8078587269 cspg_html_8078587269:99:13127:13137 Mount Head Lacombe, Alberta +0.261212 aapg_ai_278.html aapg_ai_278.html:1224:141474:141493 Sunniland Collier County, Florida +0.259578 gsa_html_1520002998 gsa_html_1520002998:69:9816:9826 Wind River Fremont County, Wyoming +0.478042 aapg_ae_415.html aapg_ae_415.html:475:63250:63255 Byram Pearl River (China) +0.498336 aapg_ai_49.html aapg_ai_49.html:102:10441:10446 Weber Oquirrh Mountain Utah Temple +0.270375 aapg_ah_90.html aapg_ah_90.html:83:13704:13726 Burro Canyon Colorado +0.493812 cspg_html_4794669487 cspg_html_4794669487:69:8392:8400 Columbia Victoria, British Columbia +0.486497 aapg_ah_881.html aapg_ah_881.html:258:26379:26391 Red Mountain Washington (state) +0.524892 cspg_html_1822367166 cspg_html_1822367166:24:3472:3515 Bruce Manitoulin Island +0.260099 geology_html_9906887454 geology_html_9906887454:65:5232:5245 Owens Valley Owen River +0.48464 aapg_ac_972.html aapg_ac_972.html:17:2538:2549 San Joaquin Ventura County, California +0.26361 AMJC_html_1873062106 AMJC_html_1873062106:988:105570:105603 Morrison Colorado +0.266112 aapg_ac_687.html aapg_ac_687.html:94:9766:9776 Wind River Powder River (Montana) +0.49536 cspg_html_1662483356 cspg_html_1662483356:546:57809:57817 Columbia Victoria, British Columbia +0.489684 cspg_html_3783878189 cspg_html_3783878189:279:33684:33702 Porcupine Western world +0.251346 cspg_html_1265381145 cspg_html_1265381145:175:18888:18916 Wabamun Lacombe, Alberta +0.256744 aapg_ac_881.html aapg_ac_881.html:488:58326:58334 Munising Ontario, California +0.248997 cspg_html_6252849194 cspg_html_6252849194:292:33976:33982 Denver Colorado +0.483917 aapg_ai_49.html aapg_ai_49.html:645:85065:85075 San Andres New Mexico +0.483674 gsa_html_3380395839 gsa_html_3380395839:305:32281:32287 Oregon Anchorage, Alaska +0.500681 aapg_af_92.html aapg_af_92.html:164:14628:14644 Eureka Quartzite Great Basin +0.26832 gsa_html_2832151886 gsa_html_2832151886:54:4351:4374 Belle Fourche Lacombe, Alberta +0.251779 jgeology_html_1740511298 jgeology_html_1740511298:163:11051:11060 Partridge Littleton, Colorado +0.858753 palaios_html_9133125241 palaios_html_9133125241:445:57384:57390 Oxford Kentucky +0.488448 geology_html_1574115242 geology_html_1574115242:253:22708:22723 Mesaverde Logan, Utah +0.265668 aapg_ae_904.html aapg_ae_904.html:95:9497:9511 Graneros Benton, Arkansas +0.490758 cspg_html_2083823293 cspg_html_2083823293:44:6243:6266 Mist Mountain Canada +0.258063 cspg_html_7777724998 cspg_html_7777724998:883:81084:81113 Kootenay Victoria, British Columbia +0.2395 gsa_html_3613642206 gsa_html_3613642206:15:750:758 Colorado Denver +0.481143 cspg_html_1818321956 cspg_html_1818321956:346:34237:34246 Hell Gate Liard River, British Columbia +0.255021 sedimentology_html_9010798620 sedimentology_html_9010798620:1119:72996:73000 Hall London, Ontario +0.25284 aapg_ah_318.html aapg_ah_318.html:2209:195963:195979 Olvido Durango, Durango +0.518816 aapg_aa_23.html aapg_aa_23.html:763:97519:97544 Stony Mountain Manitoba +0.270614 aapg_ae_465.html aapg_ae_465.html:193:20390:20396 Paluxy Cotton Valley, Louisiana +0.865074 gsa_html_1119256423 gsa_html_1119256423:397:34708:34728 Peoria Nebraska +0.426106 cspg_html_7985076717 cspg_html_7985076717:244:27301:27309 Somerset Wales Island (British Columbia) +0.48384 AMJC_html_4299960498 AMJC_html_4299960498:796:91012:91025 Yakima Basalt Baltimore +0.456896 cspg_html_4143222666 cspg_html_4143222666:720:66092:66112 Colorado Lacombe, Alberta +0.029755 aapg_af_188.html aapg_af_188.html:198:21152:21171 Greenhorn Black Hills +0.485961 aapg_ad_958.html aapg_ad_958.html:873:90638:90648 Keokuk Morton County, North Dakota +0.241056 sedimentology_html_9314461378 sedimentology_html_9314461378:310:22259:22263 Bern Washington (state) +0.441225 aapg_ae_958.html aapg_ae_958.html:3182:272612:272628 Tessey El Capitan +0.265698 sedimentology_html_3200584564 sedimentology_html_3200584564:1302:85716:85730 Colorado Regina, Saskatchewan +0.46416 palaios_html_5321533010 palaios_html_5321533010:424:47022:47030 Virginia Kauai +0.878816 aapg_ac_983.html aapg_ac_983.html:179:29999:30005 Hertha Missouri River +0.485051 aapg_ae_173.html aapg_ae_173.html:200:13919:13933 Hoyt Hoyt, Kansas +0.476398 gsa_html_8833777630 gsa_html_8833777630:504:61028:61034 Denver New Mexico +0.279306 geology_html_6894495298 geology_html_6894495298:385:28385:28395 Washington Salem, Oregon +0.50898 gsa_html_6728533108 gsa_html_6728533108:29:2796:2824 Green River Colorado +0.478676 aapg_ah_199.html aapg_ah_199.html:257:28528:28533 Atoka Red Deer, Alberta +0.490356 aapg_ae_324.html aapg_ae_324.html:753:76334:76342 Virginia Knoxville, Tennessee +0.854194 aapg_ai_28.html aapg_ai_28.html:468:45043:45049 Lissie Beaumont, Texas +0.4883 aapg_ah_217.html aapg_ah_217.html:198:23914:23920 Forest Lycoming County, Pennsylvania +0.47991 geology_html_7320018761 geology_html_7320018761:248:24996:25000 Kent Juan de Fuca Plate +0.24947 aapg_ae_4.html aapg_ae_4.html:359:42746:42768 Marble Falls Texas +0.466565 aapg_ae_534.html aapg_ae_534.html:130:14450:14466 Tyonek McArthur River uranium mine +0.252 geology_html_5745933097 geology_html_5745933097:316:24038:24045 Hampton Virginia +0.689037 aapg_ae_959.html aapg_ae_959.html:1591:115814:115824 San Andres Nashville Basin +0.489599 aapg_ak_85.html aapg_ak_85.html:246:28689:28700 Summerfield Red Rocks Amphitheatre +0.466576 cspg_html_4287356899 cspg_html_4287356899:799:112280:112289 Tahkandit Anchorage, Alaska +0.247604 aapg_ac_730.html aapg_ac_730.html:295:40451:40461 Yale Point Kayenta, Arizona +0.236493 aapg_af_143.html aapg_af_143.html:548:49905:49919 China Mountain Elk River, Minnesota +0.5103 aapg_ah_157.html aapg_ah_157.html:176:24550:24566 Nolichucky Illinois +0.266752 aapg_ad_784.html aapg_ad_784.html:308:34635:34640 Sespe Simi Valley, California +0.256486 aapg_af_358.html aapg_af_358.html:138:15241:15253 Little River North Carolina +0.48222 aapg_aa_914.html aapg_aa_914.html:89:11395:11400 Atoka Atoka, Oklahoma +0.480076 aapg_ah_148.html aapg_ah_148.html:95:12174:12188 Woodbend Lacombe, Alberta +0.24087 sedimentology_html_2041096405 sedimentology_html_2041096405:152:14032:14040 Imperial Guelph +0.24056 sedimentology_html_2684332389 sedimentology_html_2684332389:1181:90922:90930 Edmonton Vancouver +0.252486 AMJC_html_7144941731 AMJC_html_7144941731:426:46725:46735 Washington Olympic National Park +0.483395 cspg_html_6517402834 cspg_html_6517402834:9:485:508 Willow Creek Lacombe, Alberta +0.377753 aapg_aa_848.html aapg_aa_848.html:184:16143:16151 Niobrara Nebraska +0.227465 geology_html_3573540187 geology_html_3573540187:211:20196:20204 Colorado San Juan, Argentina +0.2703 cspg_html_9683836416 cspg_html_9683836416:432:69227:69249 Judith River Canada +0.507675 geology_html_7315534235 geology_html_7315534235:177:17748:17755 El Paso Austin, Chicago +0.497552 gsa_html_1504398873 gsa_html_1504398873:692:65391:65419 Green River Colorado +0.480312 gsa_html_4191208013 gsa_html_4191208013:200:18445:18471 Concepcion Encanto Park +0.478541 cspg_html_9729377176 cspg_html_9729377176:729:94117:94136 Pardonet Victoria, British Columbia +0.25896 aapg_aa_833.html aapg_aa_833.html:233:19259:19265 Denver Colorado +0.500612 aapg_aa_712.html aapg_aa_712.html:171:22666:22684 Glenwood Mississippi River +0.484702 gsa_html_7272439065 gsa_html_7272439065:422:45902:45921 Willwood Fort Union Trading Post National Historic Site +0.506538 aapg_af_16.html aapg_af_16.html:174:18948:18974 Frontier Powder River (Montana) +0.258981 aapg_ad_603.html aapg_ad_603.html:183:15580:15586 Casper Cheyenne, Wyoming +0.283424 aapg_aa_22.html aapg_aa_22.html:318:30821:30829 Richmond Maquoketa, Iowa +0.532948 aapg_af_420.html aapg_af_420.html:103:9880:9899 Red River Williston, Vermont +0.244524 aapg_ae_974.html aapg_ae_974.html:116:11551:11561 Rio Grande Zapata, Texas +0.25248 gsa_html_3368386568 gsa_html_3368386568:106:8141:8153 Owens Valley Hunter Mountain (ski area) +0.503919 AMJC_html_4986321644 AMJC_html_4986321644:13:812:818 Reston Virginia +0.261112 aapg_ae_185.html aapg_ae_185.html:3:203:210 Bossier Shreveport, Louisiana +0.52808 aapg_ah_427.html aapg_ah_427.html:833:106409:106419 Pottsville Ardmore, Pennsylvania +0.2565 cspg_html_2253842195 cspg_html_2253842195:398:44109:44130 Peace River Lacombe, Alberta +0.271852 aapg_ah_318.html aapg_ah_318.html:2794:229677:229696 Todos Santos Guatemala +0.438016 aapg_ah_385.html aapg_ah_385.html:320:39332:39348 Forbes Sierra Nevada (Spain) +0.251748 AMJC_html_6759408618 AMJC_html_6759408618:451:45103:45124 Martinsburg Pennsylvania +0.514485 gsa_html_3944153453 gsa_html_3944153453:31:2829:2857 Green River Colorado +0.264075 gsa_html_1817109082 gsa_html_1817109082:346:31067:31083 Tulare Tulare, California +0.25857 aapg_ad_205.html aapg_ad_205.html:231:23337:23356 Arkansas Novaculite Benton, Arkansas +0.497175 cspg_html_9735723617 cspg_html_9735723617:331:42695:42704 Hecla Bay Bathurst Island (Northern Territory) +0.47773 aapg_aa_888.html aapg_aa_888.html:96:12020:12033 Lake Michigan Presque Isle State Park +0.250488 aapg_ai_545.html aapg_ai_545.html:30:3008:3018 Washington Coshocton, Ohio +0.243024 aapg_ah_435.html aapg_ah_435.html:359:42879:42885 Sierra Matamoros, Tamaulipas +0.5092 aapg_ae_923.html aapg_ae_923.html:363:34139:34159 Jackson Alabama +0.25957 cspg_html_5538678223 cspg_html_5538678223:48:8439:8444 Liard Pine River (Michigan) +0.489538 sedimentology_html_2816603345 sedimentology_html_2816603345:415:37707:37716 Mould Bay Canada +0.488131 gsa_html_9321084784 gsa_html_9321084784:1513:89609:89637 Green River Colorado +0.451737 aapg_aa_357.html aapg_aa_357.html:440:40489:40506 Todilto Logan, Utah +0.25948 aapg_ah_521.html aapg_ah_521.html:394:46050:46057 Carrizo Texas +0.267093 cspg_html_9843429624 cspg_html_9843429624:828:107941:107958 Cardium Lacombe, Alberta +0.26112 aapg_ai_528.html aapg_ai_528.html:322:24745:24750 Colon Long Island +0.247504 cspg_html_9435196958 cspg_html_9435196958:1652:69749:69761 Grand Rapids Lacombe, Alberta +0.347776 aapg_aa_898.html aapg_aa_898.html:335:39116:39135 Flagstaff Logan, Utah +0.470987 aapg_ad_812.html aapg_ad_812.html:84:12053:12074 Summerville Summerville, South Carolina +0.475092 sedimentology_html_2393201679 sedimentology_html_2393201679:1408:79574:79578 Hall London, Ontario +0.265967 geology_html_7391733758 geology_html_7391733758:266:22214:22233 Greenhorn Colorado +0.245514 geology_html_6002239825 geology_html_6002239825:265:23998:24006 Scotland London, Ontario +0.515928 gsa_html_8236702042 gsa_html_8236702042:29:2796:2824 Green River Colorado +0.27604 aapg_ae_62.html aapg_ae_62.html:43:4889:4897 Deadwood Black Hills +0.493152 aapg_ad_192.html aapg_ad_192.html:48:6741:6751 Tuscaloosa Tuscaloosa, Alabama +0.2413 aapg_ae_741.html aapg_ae_741.html:372:41541:41559 Lisburne Anchorage, Alaska +0.451232 aapg_aa_315.html aapg_aa_315.html:138:12926:12938 Rhode Island Newport, Rhode Island +0.263442 aapg_ae_725.html aapg_ae_725.html:591:57190:57205 Mesaverde Colorado +0.471942 cspg_html_6216640615 cspg_html_6216640615:1123:107669:107687 Redknife Victoria, British Columbia +0.34686 aapg_aa_702.html aapg_aa_702.html:560:98112:98118 Salina Michigan +0.49244 aapg_ai_52.html aapg_ai_52.html:6:1175:1190 Santa Margarita Tulare, California +0.266772 cspg_html_5345848475 cspg_html_5345848475:26:3665:3684 Niobrara Lacombe, Alberta +0.251979 cspg_html_8775315691 cspg_html_8775315691:86:10292:10300 Scollard Lacombe, Alberta +0.49056 aapg_aa_463.html aapg_aa_463.html:259:49896:49901 Sligo Haynesville, Louisiana +0.250498 geology_html_8881449794 geology_html_8881449794:215:20989:20997 Colorado Pueblo, Colorado +0.24745 sedimentology_html_9618201377 sedimentology_html_9618201377:1805:99268:99286 Bluff Antarctica +0.26394 aapg_af_575.html aapg_af_575.html:204:27860:27871 Trempealeau Franconia, New Hampshire +0.509548 aapg_ak_97.html aapg_ak_97.html:22:2680:2717 Red Mountain Alabama +0.511038 aapg_ae_305.html aapg_ae_305.html:1444:137891:137898 Mirador Colombia +0.4807 sedimentology_html_3657672075 sedimentology_html_3657672075:152:8519:8524 Rivas Puertas +0.262063 cspg_html_1019614994 cspg_html_1019614994:706:99758:99766 Palliser Lacombe, Alberta +0.243045 gsa_html_2989317971 gsa_html_2989317971:748:76950:76972 Poison Creek Reno, Nevada +0.25856 palaios_html_3312501193 palaios_html_3312501193:56:6711:6729 Moenkopi Logan, Utah +0.25029 palaios_html_1222907427 palaios_html_1222907427:14:717:729 Martinsville Virginia +0.46494 aapg_ae_45.html aapg_ae_45.html:69:9373:9382 Smackover Mississippi River +0.497354 gsa_html_7205511748 gsa_html_7205511748:56:4101:4129 Green River Colorado +0.252434 palaios_html_5334521487 palaios_html_5334521487:416:54011:54022 Bloomington Bloomington, Indiana +0.26664 aapg_af_16.html aapg_af_16.html:70:8990:8998 Frontier Cheyenne, Wyoming +0.239568 aapg_ac_337.html aapg_ac_337.html:11:1310:1326 Casper Laramie, Wyoming +0.262384 aapg_af_845.html aapg_af_845.html:103:10237:10244 Rodessa Rodessa, Louisiana +0.515168 cspg_html_1841843683 cspg_html_1841843683:109:19729:19746 Rierdon Black Hills +0.277725 aapg_ai_411.html aapg_ai_411.html:107:10509:10513 Wendover Niobrara, Nebraska +0.46818 aapg_ad_314.html aapg_ad_314.html:493:50644:50658 Lodo California +0.244528 sedimentology_html_1685838353 sedimentology_html_1685838353:16:1139:1150 Peace River Canada +0.258015 aapg_ah_530.html aapg_ah_530.html:131:12896:12913 El Paso El Paso, Texas +0.486244 gsa_html_8515541396 gsa_html_8515541396:54:3343:3371 Green River Colorado +0.240456 cspg_html_6611173979 cspg_html_6611173979:261:25226:25246 Big Valley Austin, Chicago +0.260604 sedimentology_html_1429481808 sedimentology_html_1429481808:355:27885:27891 Ferris Antarctica +0.470162 gsa_html_5147030878 gsa_html_5147030878:167:16089:16095 Denver Colorado +0.498847 cspg_html_1159794850 cspg_html_1159794850:183:28237:28253 Salina Greifensee, Zurich +0.536391 geology_html_1098024541 geology_html_1098024541:283:25972:25991 Greenhorn Pueblo, Colorado +0.247902 aapg_ac_477.html aapg_ac_477.html:30:3899:3907 Colorado Lacombe, Alberta +0.255024 gsa_html_7498897688 gsa_html_7498897688:1835:133778:133785 El Paso Texas +0.249 gsa_html_4432793908 gsa_html_4432793908:684:75872:75895 Newark Canyon Sevier orogeny +0.49028 aapg_ac_896.html aapg_ac_896.html:205:15978:15997 Cotton Valley East Texas +0.495645 gsa_html_5107598462 gsa_html_5107598462:483:44332:44352 Salina Huntington, West Virginia +0.379904 aapg_aa_457.html aapg_aa_457.html:30:6206:6225 Smackover Alabama +0.253456 gsa_html_1636483297 gsa_html_1636483297:1024:86147:86155 Colorado Cheyenne, Wyoming +0.466336 aapg_ad_836.html aapg_ad_836.html:975:83033:83041 Colorado Missouri River +0.2522 aapg_ae_786.html aapg_ae_786.html:153:18189:18220 Santiago Iquique +0.245248 aapg_af_397.html aapg_af_397.html:594:69591:69608 Todilto Entrada Sandstone +0.282768 aapg_ad_137.html aapg_ad_137.html:38:3562:3571 Smackover Paluxy, Texas +0.89488 cspg_html_4148342026 cspg_html_4148342026:313:28046:28058 Souris River Manitoba +0.250937 aapg_af_652.html aapg_af_652.html:78:8426:8436 Minnekahta Cheyenne, Wyoming +0.479359 aapg_af_143.html aapg_af_143.html:979:99711:99730 Knoxville Salem, Oregon +0.247494 aapg_af_568.html aapg_af_568.html:661:55767:55797 Eagle East Texas +0.27613 geology_html_2391629888 geology_html_2391629888:272:24393:24410 Temblor California +0.257556 aapg_ai_887.html aapg_ai_887.html:252:30010:30058 Kiskatinaw Grand Prairie, Texas +0.273996 gsa_html_3150321506 gsa_html_3150321506:575:63940:63952 Fayetteville Virginia +0.90804 aapg_ac_364.html aapg_ac_364.html:197:18892:18906 Sundance Cheyenne, Wyoming +0.270204 aapg_aa_463.html aapg_aa_463.html:223:43302:43315 Cotton Valley County Sligo +0.25284 aapg_af_854.html aapg_af_854.html:354:44713:44740 Keokuk Burlington, Ontario +0.393355 palaios_html_2994452429 palaios_html_2994452429:759:75172:75189 Montney Lacombe, Alberta +0.4914 cspg_html_9330018201 cspg_html_9330018201:194:29993:30001 Columbia Victoria, British Columbia +0.485199 gsa_html_4457798787 gsa_html_4457798787:69:4830:4858 Green River Colorado +0.261117 aapg_ah_370.html aapg_ah_370.html:679:53862:53873 Potter Farm Thunder Bay +0.507395 aapg_ac_952.html aapg_ac_952.html:4:382:401 Smackover Arkansas +0.461279 palaios_html_5659211478 palaios_html_5659211478:660:52449:52454 Rapid Kenya +0.24598 gsa_html_6589330144 gsa_html_6589330144:837:79964:79970 Denver Colorado +0.226942 aapg_ae_124.html aapg_ae_124.html:35:3258:3267 Gatesburg Crawford County, Georgia +0.501992 gsa_html_7193789775 gsa_html_7193789775:398:39677:39682 Price Logan, Utah +0.24453 aapg_ah_292.html aapg_ah_292.html:75:12646:12653 Pioneer Boise, Idaho +0.579384 aapg_ai_583.html aapg_ai_583.html:28:4880:4888 Sundance Cheyenne, Wyoming +0.255374 aapg_ac_879.html aapg_ac_879.html:129:17102:17122 Red Bluff Tehama, California +0.257214 jgeology_html_7189901965 jgeology_html_7189901965:203:13417:13436 Escondido Austin, Chicago +0.489599 gsa_html_4432793908 gsa_html_4432793908:937:99366:99377 White River Colorado Plateau +0.278256 geology_html_4851899495 geology_html_4851899495:244:22987:23005 Harebell Cheyenne, Wyoming +0.263105 aapg_af_674.html aapg_af_674.html:448:41151:41159 Colorado Denver +0.474525 aapg_ad_379.html aapg_ad_379.html:10:1421:1428 Entrada Western world +0.462852 cspg_html_4727222822 cspg_html_4727222822:351:44709:44720 Roche Point Barrow, Alaska +0.48603 cspg_html_5541937700 cspg_html_5541937700:190:27415:27438 Viking Lacombe, Alberta +0.262656 cspg_html_9275863663 cspg_html_9275863663:88:12735:12755 Swan Hills Swan Hill, Victoria +0.266662 cspg_html_3277684928 cspg_html_3277684928:225:27419:27432 Edwards Texas +0.501696 aapg_ad_2.html aapg_ad_2.html:1219:166217:166229 Chambersburg Pennsylvania +0.25351 cspg_html_4530154552 cspg_html_4530154552:95:15673:15679 Kindle Victoria, British Columbia +0.257514 aapg_ae_921.html aapg_ae_921.html:115:7962:7986 Sentinel Butte Wasatch Range +0.277202 aapg_ae_981.html aapg_ae_981.html:39:3750:3779 Bainbridge Louisville, Kentucky +0.260598 aapg_af_734.html aapg_af_734.html:80:11463:11481 Kongakut Anchorage, Alaska +0.504 palaios_html_3232474978 palaios_html_3232474978:820:65294:65308 Beaufort South Africa +0.493654 aapg_af_551.html aapg_af_551.html:902:76676:76687 Lake Valley New Mexico +0.26877 aapg_ae_181.html aapg_ae_181.html:202:29190:29205 Eutaw Texas +0.272448 aapg_aa_844.html aapg_aa_844.html:170:17088:17095 Venango Bath, Somerset +0.489456 aapg_ad_757.html aapg_ad_757.html:284:35590:35596 Wilcox Arbuckle, California +0.3695 palaios_html_4736927967 palaios_html_4736927967:154:19909:19928 Jefferson Boise, Idaho +0.265224 cspg_html_5241714595 cspg_html_5241714595:256:40006:40045 Woodbend Lacombe, Alberta +0.250444 sedimentology_html_6373355705 sedimentology_html_6373355705:733:55253:55261 Homewood Switzerland +0.479208 aapg_af_142.html aapg_af_142.html:291:37773:37793 Fredericksburg San Marcos, California +0.267804 aapg_ai_760.html aapg_ai_760.html:745:78614:78626 Rhode Island Cambridge, Massachusetts +0.501491 aapg_ak_21.html aapg_ak_21.html:89:10283:10296 Madison Cheyenne, Wyoming +0.262626 sedimentology_html_4382679749 sedimentology_html_4382679749:122:10813:10819 Diablo Puerta +0.480128 aapg_ad_318.html aapg_ad_318.html:114:15790:15798 Michigan Rockford, Illinois +0.260952 jgeology_html_2714962789 jgeology_html_2714962789:559:36979:36984 Ascot Canada +0.86395 aapg_aa_23.html aapg_aa_23.html:926:121467:121485 Interlake Winnipeg +0.499069 aapg_aa_702.html aapg_aa_702.html:1183:131287:131291 Kent North Sea oil +0.484185 palaios_html_1275288372 palaios_html_1275288372:551:42710:42718 Columbia Africa +0.257964 aapg_ae_660.html aapg_ae_660.html:677:58831:58839 Colorado Littleton, Colorado +0.259065 aapg_ae_885.html aapg_ae_885.html:287:30776:30783 Paradox San Juan, Argentina +0.240036 palaios_html_6273516581 palaios_html_6273516581:599:58229:58249 Verde Colorado +0.252416 aapg_ac_807.html aapg_ac_807.html:413:42290:42298 Patapsco Delaware +0.257049 aapg_ah_278.html aapg_ah_278.html:273:28828:28837 Littleton Colorado +0.233264 aapg_ad_325.html aapg_ad_325.html:728:73936:73944 La Habra California +0.47838 geology_html_8979691507 geology_html_8979691507:181:20096:20106 Washington Salem, Oregon +0.238522 geology_html_5334056231 geology_html_5334056231:336:27246:27253 Shuswap Victoria, British Columbia +0.242928 palaios_html_6025329652 palaios_html_6025329652:46:4083:4088 Yukon Canada +0.468 aapg_ae_3.html aapg_ae_3.html:186:25996:26003 Madison Cheyenne, Wyoming +0.463575 cspg_html_3447886929 cspg_html_3447886929:109:12848:12866 Macasty Anticosti Island +0.468174 aapg_ae_958.html aapg_ae_958.html:2008:172227:172248 Bell Carlsbad, New Mexico +0.8569 aapg_ai_796.html aapg_ai_796.html:121:14598:14623 Niobrara Ohio +0.240792 aapg_ah_505.html aapg_ah_505.html:546:41591:41603 Madison Colorado Springs, Colorado +0.26622 aapg_ae_873.html aapg_ae_873.html:660:78122:78127 Tyler Texas +0.256036 geology_html_2771926766 geology_html_2771926766:449:27298:27302 Hall Hungary +0.513486 gsa_html_4946611079 gsa_html_4946611079:63:5101:5129 Green River Colorado +0.505136 aapg_ae_958.html aapg_ae_958.html:72:8878:8891 Abo New Mexico +0.268299 palaios_html_2623118674 palaios_html_2623118674:1010:103307:103324 Laramie Colorado +0.277725 aapg_ac_56.html aapg_ac_56.html:180:13865:13882 Zuloaga Mexico +0.25935 gsa_html_6672856503 gsa_html_6672856503:290:24975:24984 Wenatchee Washington (state) +0.69264 aapg_ad_683.html aapg_ad_683.html:122:16718:16724 Hermit Logan, Utah +0.442206 cspg_html_6953269830 cspg_html_6953269830:545:52396:52405 Mackenzie Lacombe, Alberta +0.464646 aapg_aa_99.html aapg_aa_99.html:16:1907:1918 Stony Creek New Brunswick, New Jersey +0.25047 cspg_html_4405340534 cspg_html_4405340534:543:74812:74838 West Point Quebec City +0.724092 aapg_ad_329.html aapg_ad_329.html:259:32237:32257 Mahantango Pennsylvania +0.25137 palaios_html_8153737238 palaios_html_8153737238:384:44014:44024 Washington Virginia +0.242424 aapg_ai_720.html aapg_ai_720.html:261:29619:29632 Potomac Closter, New Jersey +0.490546 sedimentology_html_7107892700 sedimentology_html_7107892700:461:41010:41023 Merchantville Bass River Township, New Jersey +0.26468 cspg_html_4409656292 cspg_html_4409656292:58:8149:8175 Carlile Lacombe, Alberta +0.498905 aapg_aa_732.html aapg_aa_732.html:513:48474:48507 Nittany Pennsylvania +0.257048 aapg_ae_170.html aapg_ae_170.html:183:24031:24042 Jones Ridge Middle Ordovician +0.265176 cspg_html_6121424055 cspg_html_6121424055:222:18770:18778 Columbia Victoria, British Columbia +0.254 sedimentology_html_2258209940 sedimentology_html_2258209940:691:57307:57316 Peninsula Korea +0.469 gsa_html_3010975239 gsa_html_3010975239:390:50475:50483 Michigan Michigan +0.507528 aapg_ai_399.html aapg_ai_399.html:297:28459:28466 Calhoun Illinois +0.258055 cspg_html_1434585715 cspg_html_1434585715:847:79597:79615 Edmonton Lacombe, Alberta +0.253727 aapg_ai_410.html aapg_ai_410.html:458:41321:41336 Molas Colorado +0.47817 aapg_ad_610.html aapg_ad_610.html:124:13530:13541 San Antonio Texas +0.261021 aapg_ai_66.html aapg_ai_66.html:392:35953:35972 Mesaverde Colorado +0.482664 gsa_html_2557883791 gsa_html_2557883791:654:54647:54653 Active Caribbean +0.272734 aapg_ae_836.html aapg_ae_836.html:50:4894:4913 Cotton Valley Cotton Valley, Louisiana +0.388773 gsa_html_5865982995 gsa_html_5865982995:997:108663:108684 Green River Cheyenne, Wyoming +0.242949 geology_html_6108897835 geology_html_6108897835:98:7863:7869 Oxford Pergamon Museum +0.491284 aapg_ae_354.html aapg_ae_354.html:194:19504:19522 Hinsdale Hinsdale, Massachusetts +0.673137 aapg_ah_189.html aapg_ah_189.html:303:30212:30233 Mount Simon Michigan +0.243987 cspg_html_3734757529 cspg_html_3734757529:319:49031:49050 Swan Hills Lacombe, Alberta +0.481874 cspg_html_9452156251 cspg_html_9452156251:9:705:721 Guelph Ontario, California +0.917475 cspg_html_7779401416 cspg_html_7779401416:6:507:524 Guelph Guelph +0.247005 gsa_html_8244777175 gsa_html_8244777175:190:18811:18831 Dead River Llandeilo railway station +0.257556 gsa_html_7137974267 gsa_html_7137974267:609:62287:62299 Saskatchewan Wollaston (Quincy, Massachusetts) +0.464598 aapg_aa_4.html aapg_aa_4.html:161:21641:21647 Ithaca Genesee County, Michigan +0.466281 aapg_af_16.html aapg_af_16.html:72:9199:9217 Frontier Black Hills +0.51338 gsa_html_7102550258 gsa_html_7102550258:328:35970:35987 Entrada Western world +0.260952 jgeology_html_2034269728 jgeology_html_2034269728:575:36395:36400 Crete Greece +0.244881 aapg_ah_387.html aapg_ah_387.html:627:63577:63586 Knoxville California +0.259072 jgeology_html_8406118991 jgeology_html_8406118991:658:60513:60523 Nome Anchorage, Alaska +0.482562 aapg_ai_321.html aapg_ai_321.html:62:8061:8077 Metapan Guatemala +0.38554 cspg_html_5542874609 cspg_html_5542874609:511:57380:57398 Niobrara Nebraska +0.506974 cspg_html_5123757551 cspg_html_5123757551:20:1806:1830 Belly River Lacombe, Alberta +0.257514 aapg_af_653.html aapg_af_653.html:738:83304:83311 Temblor Monterey, California +0.499488 aapg_ae_625.html aapg_ae_625.html:9:1088:1100 Saskatchewan Victoria, British Columbia +0.469728 gsa_html_7384517973 gsa_html_7384517973:222:29333:29344 Devils Hole Reno, Nevada +0.463913 aapg_ah_647.html aapg_ah_647.html:749:82945:82963 Word West Texas +0.25856 gsa_html_5605072276 gsa_html_5605072276:847:79028:79056 Green River New Mexico +0.290485 aapg_ad_744.html aapg_ad_744.html:175:18824:18832 Ogallala Niobrara, Nebraska +0.243747 aapg_ai_366.html aapg_ai_366.html:143:18445:18453 Beaumont Beaumont, Texas +0.251748 aapg_ae_652.html aapg_ae_652.html:412:44141:44149 Colorado Denver +0.272976 gsa_html_2005293978 gsa_html_2005293978:1181:90664:90681 Cardium Caspian Sea +0.484746 aapg_ak_87.html aapg_ak_87.html:250:37999:38008 Horquilla Supai, Arizona +0.27927 aapg_af_397.html aapg_af_397.html:54:7030:7037 Entrada Entrada Sandstone +0.234136 gsa_html_8664789297 gsa_html_8664789297:54:5165:5175 Wind River Cheyenne, Wyoming +0.265176 aapg_aa_47.html aapg_aa_47.html:579:69161:69178 Entrada Sangre de Cristo Range +0.242028 geology_html_5929849590 geology_html_5929849590:195:22785:22790 Rapid California +0.479 cspg_html_1984085623 cspg_html_1984085623:324:39366:39373 Halfway Victoria, British Columbia +0.49011 aapg_ac_333.html aapg_ac_333.html:202:25454:25458 Yeso New Mexico +0.262654 aapg_ah_647.html aapg_ah_647.html:155:15108:15115 El Paso New Mexico +0.260084 aapg_ah_623.html aapg_ah_623.html:100:10650:10656 Maroon Glenwood Springs, Colorado +0.251482 aapg_aa_193.html aapg_aa_193.html:164:15224:15241 Sayabec Western world +0.263712 aapg_ac_363.html aapg_ac_363.html:474:49864:49874 Kern River Maricopa, Arizona +0.691306 aapg_ae_181.html aapg_ae_181.html:13:1994:2013 Owl Creek Alabama +0.267285 gsa_html_5274400800 gsa_html_5274400800:587:47759:47785 Monterey California +0.480496 cspg_html_2419618566 cspg_html_2419618566:188:27197:27216 Harrogate Middle East +0.46075 aapg_ae_544.html aapg_ae_544.html:631:65724:65730 Denver Colorado +0.255524 gsa_html_1347484649 gsa_html_1347484649:222:20139:20156 Wasatch Cheyenne, Wyoming +0.462213 aapg_aa_379.html aapg_aa_379.html:111:12976:12994 Homewood Ohio +0.480681 sedimentology_html_3599980060 sedimentology_html_3599980060:1944:85092:85097 Price Spain +0.464448 cspg_html_4812473779 cspg_html_4812473779:927:115275:115303 West Point Quebec City +0.488696 aapg_ac_419.html aapg_ac_419.html:688:79586:79612 Repetto Ventura County, California +0.48015 aapg_af_545.html aapg_af_545.html:236:29726:29744 La Luna Canada +0.255936 cspg_html_9717154602 cspg_html_9717154602:794:71420:71446 Horseshoe Canyon Bow River +0.24174 aapg_af_779.html aapg_af_779.html:51:7743:7751 Red Rock Antrim, County Antrim +0.23664 geology_html_3745441661 geology_html_3745441661:69:6257:6281 Challis Lemhi Pass +0.448056 aapg_af_206.html aapg_af_206.html:36:4202:4211 San Diego Robstown, Texas +0.717514 aapg_ai_945.html aapg_ai_945.html:229:29730:29749 Sunniland Melbourne, Florida +0.709104 aapg_ai_296.html aapg_ai_296.html:191:18856:18874 Everton Missouri River +0.49495 cspg_html_1841843683 cspg_html_1841843683:63:10053:10060 Swift Black Hills +0.25653 cspg_html_8298261690 cspg_html_8298261690:737:71003:71026 Viking Lacombe, Alberta +0.464805 aapg_af_898.html aapg_af_898.html:167:17972:17976 Word Alta, Utah +0.511974 gsa_html_7195000001 gsa_html_7195000001:1240:131381:131409 Green River Colorado +0.459156 aapg_ai_107.html aapg_ai_107.html:107:10426:10447 Mt Lytton Bagrationovsk +0.24598 geology_html_9734033201 geology_html_9734033201:253:19011:19019 Colorado Gunnison County, Colorado +0.242824 geology_html_5635691605 geology_html_5635691605:315:22326:22332 Morgan London, Ontario +0.255972 aapg_ac_714.html aapg_ac_714.html:768:94289:94304 Swift Big Horn Mountains +0.249676 aapg_ai_898.html aapg_ai_898.html:271:30928:30936 Colorado Denver +0.27995 aapg_aa_426.html aapg_aa_426.html:222:49720:49744 Prairie Demopolis, Alabama +0.264704 AMJC_html_5390933660 AMJC_html_5390933660:169:17038:17061 Gile Mountain Western world +0.259956 geology_html_8933582713 geology_html_8933582713:243:19223:19227 Bond North Atlantic Current +0.470745 aapg_ad_668.html aapg_ad_668.html:50:7171:7188 Cardium Lacombe, Alberta +0.268836 aapg_af_964.html aapg_af_964.html:48:6307:6323 Viking Lacombe, Alberta +0.273962 sedimentology_html_5824712484 sedimentology_html_5824712484:30:2255:2265 Washington Wa (Japan) +0.252504 aapg_aa_399.html aapg_aa_399.html:345:28151:28171 Milk River Canada +0.242473 cspg_html_4407096618 cspg_html_4407096618:454:40412:40437 Besa River Victoria, British Columbia +0.23828 aapg_ae_873.html aapg_ae_873.html:836:97020:97047 Woodbine Hopkins County, Kentucky +0.373791 aapg_ac_506.html aapg_ac_506.html:233:28900:28905 Price Virginia +0.517018 aapg_ae_634.html aapg_ae_634.html:57:5360:5368 Niobrara Yuma County, Colorado +0.281672 aapg_aa_76.html aapg_aa_76.html:106:7898:7907 Aux Vases Kenner, Louisiana +0.250194 sedimentology_html_9662614840 sedimentology_html_9662614840:987:69740:69744 Hall London, Ontario +0.483041 gsa_html_5865982995 gsa_html_5865982995:77:9974:9995 Green River Colorado +0.50784 aapg_ac_867.html aapg_ac_867.html:551:76538:76548 Phosphoria Cheyenne, Wyoming +0.488992 aapg_ah_318.html aapg_ah_318.html:1073:110370:110393 Cotton Valley Texas +0.26469 cspg_html_3610827329 cspg_html_3610827329:80:10613:10628 Turtle Mountain Turtle Mountain (Alberta) +0.48513 sedimentology_html_3344288983 sedimentology_html_3344288983:395:37531:37535 Hall London, Ontario +0.849408 aapg_aa_921.html aapg_aa_921.html:25:2415:2432 Chickasawhay Wayne County, Michigan +0.50566 aapg_aa_626.html aapg_aa_626.html:72:8354:8367 Potomac Sea Isle City, New Jersey +0.514135 aapg_aa_23.html aapg_aa_23.html:859:111827:111836 Interlake Inwood, New York +0.487734 cspg_html_4031489103 cspg_html_4031489103:368:56044:56067 Striped Peak Pend Oreille River +0.50004 aapg_ae_526.html aapg_ae_526.html:37:3249:3258 Smackover Columbia Country +0.247 aapg_ac_500.html aapg_ac_500.html:16:2120:2134 Trois Rivieres Louisville, Kentucky +0.267288 aapg_ai_595.html aapg_ai_595.html:171:13632:13650 Woodbine Texas +0.4536 cspg_html_7799850124 cspg_html_7799850124:180:21757:21769 Cooking Lake Swan Hill, Victoria +0.251496 aapg_ae_93.html aapg_ae_93.html:39:7319:7327 Kootenay Fernie, British Columbia +0.34608 aapg_ae_794.html aapg_ae_794.html:525:56978:56993 Eutaw Mississippi River +0.495378 aapg_ac_924.html aapg_ac_924.html:233:22181:22188 Madison Cheyenne, Wyoming +0.47595 sedimentology_html_6615672773 sedimentology_html_6615672773:1053:57606:57610 Hall London, Ontario +0.248502 cspg_html_3065473572 cspg_html_3065473572:415:51049:51083 Romaine Anticosti Island +0.52896 aapg_ae_681.html aapg_ae_681.html:124:14886:14907 Haynesville Alabama +0.490269 aapg_aa_696.html aapg_aa_696.html:21:2830:2835 Mt Lytton Colorado +0.489915 geology_html_8106588521 geology_html_8106588521:288:21711:21732 Green River Cheyenne, Wyoming +0.26481 aapg_af_388.html aapg_af_388.html:609:71920:71945 Chinle Chinle Formation +0.25688 aapg_af_397.html aapg_af_397.html:97:11640:11658 Entrada Entrada Sandstone +0.489684 sedimentology_html_3907918417 sedimentology_html_3907918417:1507:123638:123656 Dunvegan Canada +0.868564 cspg_html_3129231627 cspg_html_3129231627:267:35759:35782 Eleanor River Middle Ordovician +0.50596 gsa_html_6330913937 gsa_html_6330913937:981:89268:89278 San Felipe San Jacinto, California +0.272315 aapg_ae_135.html aapg_ae_135.html:21:2082:2104 Haynesville Paluxy, Texas +0.479987 gsa_html_9866042258 gsa_html_9866042258:1096:82251:82257 Oregon Boise, Idaho +0.26367 aapg_aa_654.html aapg_aa_654.html:195:29741:29758 Tererro Colorado +0.254961 cspg_html_8371777215 cspg_html_8371777215:20:2871:2879 Columbia Lacombe, Alberta +0.259584 cspg_html_2973952956 cspg_html_2973952956:573:44181:44189 Columbia Victoria, British Columbia +0.873936 aapg_ah_762.html aapg_ah_762.html:18:2740:2745 Banff Western world +0.257554 aapg_ac_602.html aapg_ac_602.html:101:9010:9015 Nopah California +0.272483 aapg_ae_974.html aapg_ae_974.html:336:34141:34154 Cook Mountain Texas +0.478969 aapg_ad_798.html aapg_ad_798.html:50:6971:6981 Rio Grande Shreveport, Louisiana +0.477664 gsa_html_4736350317 gsa_html_4736350317:852:78384:78412 Green River Colorado +0.51015 cspg_html_4555867289 cspg_html_4555867289:376:40286:40290 Doig Western Canadian Sedimentary Basin +0.265209 gsa_html_5894524520 gsa_html_5894524520:290:40747:40757 Washington Olympic National Park +0.505164 aapg_af_579.html aapg_af_579.html:299:32634:32642 Colorado Logan, Utah +0.250985 aapg_af_877.html aapg_af_877.html:162:18968:18987 Aux Vases Randolph, New Jersey +0.502244 aapg_ai_233.html aapg_ai_233.html:19:1738:1748 Frio Texas +0.266546 aapg_aa_598.html aapg_aa_598.html:345:35471:35490 Popo Agie Cheyenne, Wyoming +0.450778 gsa_html_8398449001 gsa_html_8398449001:109:9635:9661 Thaynes Wasatch Range +0.6623 aapg_af_300.html aapg_af_300.html:26:2735:2741 Dakota Logan, Utah +0.477904 cspg_html_1124814558 cspg_html_1124814558:18:2531:2545 Colorado Manitoba +0.245338 aapg_ai_38.html aapg_ai_38.html:54:5665:5679 Graneros Benton, Arkansas +0.49504 aapg_ae_845.html aapg_ae_845.html:37:4546:4551 Logan Denver +0.4914 cspg_html_5287009272 cspg_html_5287009272:341:39161:39179 Dunvegan Lacombe, Alberta +0.43806 cspg_html_1732329534 cspg_html_1732329534:268:33569:33584 Paskapoo Red Deer, Alberta +0.243136 aapg_ae_959.html aapg_ae_959.html:2865:214026:214034 Wolfcamp Delaware +0.268243 cspg_html_9508543859 cspg_html_9508543859:263:27151:27178 Lawrence Charlevoix, Michigan +0.5258 aapg_ad_169.html aapg_ad_169.html:64:8586:8607 Pottsville Ohio +0.492701 aapg_aa_702.html aapg_aa_702.html:908:115712:115720 Columbia Lacombe, Alberta +0.500065 cspg_html_2198503252 cspg_html_2198503252:6:498:506 Palliser New Mexico +0.268288 aapg_ac_940.html aapg_ac_940.html:199:24493:24508 Supai West Germany +0.36669 aapg_ah_646.html aapg_ah_646.html:486:52344:52360 Chinle San Rafael Swell +0.36312 aapg_af_128.html aapg_af_128.html:457:42158:42177 Minnelusa Black Hills +0.484009 sedimentology_html_5673709888 sedimentology_html_5673709888:276:25419:25445 Hawthorn Iowa +0.25654 gsa_html_1650524399 gsa_html_1650524399:111:15720:15727 El Paso Colorado +0.272824 aapg_ad_250.html aapg_ad_250.html:24:2142:2151 Aux Vases Salem, Massachusetts +0.256928 sedimentology_html_6473571818 sedimentology_html_6473571818:719:69278:69298 Chatsworth California +0.256 gsa_html_1071078122 gsa_html_1071078122:597:58452:58477 Sierra New Mexico +0.677637 aapg_ac_983.html aapg_ac_983.html:292:47161:47181 Fort Scott Higginsville, Missouri +0.496356 cspg_html_5541937700 cspg_html_5541937700:1092:120730:120746 Viking Lacombe, Alberta +0.358437 aapg_ad_234.html aapg_ad_234.html:443:43492:43496 Frio Shreveport, Louisiana +0.482023 aapg_aa_787.html aapg_aa_787.html:427:51206:51212 Provo Texas +0.262644 sedimentology_html_2566540012 sedimentology_html_2566540012:1474:109994:110004 Washington Washington (state) +0.257554 geology_html_4860930737 geology_html_4860930737:187:18933:18941 Virginia Columbus, Ohio +0.263105 geology_html_4953519343 geology_html_4953519343:9:296:301 Rapid Ladakh +0.241388 geology_html_7388717714 geology_html_7388717714:86:7354:7363 Dog Creek Fraser River (Colorado) +0.275058 aapg_ac_133.html aapg_ac_133.html:113:19502:19523 Urenui Taranaki Region +0.255811 geology_html_3197685690 geology_html_3197685690:312:27440:27450 Washington Salem, Oregon +0.250101 aapg_ac_730.html aapg_ac_730.html:274:37635:37651 Toreva Salina, Kansas +0.441285 aapg_af_878.html aapg_af_878.html:3:352:362 Kinderhook Meramec River +0.258825 aapg_ai_444.html aapg_ai_444.html:122:11692:11704 Fayetteville Batesville, Arkansas +0.251346 palaios_html_9948623145 palaios_html_9948623145:634:65914:65926 Taylor Antarctica +0.254944 aapg_ae_846.html aapg_ae_846.html:49:4851:4864 Hermosa Arizona +0.273951 aapg_ac_509.html aapg_ac_509.html:94:9356:9370 Mission Canyon Ward County, North Dakota +0.270336 aapg_ah_847.html aapg_ah_847.html:44:5085:5096 Hornerstown Manasquan, New Jersey +0.451773 geology_html_5412269979 geology_html_5412269979:273:19388:19409 Green River Tipton, Indiana +0.270864 gsa_html_6492324485 gsa_html_6492324485:16:684:690 Sonora Sonora +0.26775 gsa_html_7029917366 gsa_html_7029917366:838:76767:76789 Horse Spring Arizona +0.387684 cspg_html_8352050670 cspg_html_8352050670:85:8829:8849 Assistance Ellesmere Island +0.46926 aapg_aa_416.html aapg_aa_416.html:168:21858:21866 Colorado Niobrara, Nebraska +0.24549 aapg_af_854.html aapg_af_854.html:441:57991:57998 Carwood Locust Point, Bronx +0.48654 aapg_ad_338.html aapg_ad_338.html:418:50910:50920 Tuscaloosa Tuscaloosa, Alabama +0.255712 cspg_html_9717154602 cspg_html_9717154602:85:12073:12090 Bearpaw Lacombe, Alberta +0.243124 cspg_html_7349901875 cspg_html_7349901875:13:1839:1850 Belly River Edmonton, London +0.456385 cspg_html_7866293053 cspg_html_7866293053:634:65004:65026 Grand Rapids Clearwater, Florida +0.906273 gsa_html_3445493534 gsa_html_3445493534:776:79051:79077 Monterey California +0.465275 cspg_html_8362959053 cspg_html_8362959053:59:9036:9049 Mountain Park Gladstone, Oregon +0.491824 aapg_ae_973.html aapg_ae_973.html:450:32303:32320 Wolfcamp Panhandle, Texas +0.495286 aapg_aa_898.html aapg_aa_898.html:110:14192:14213 Green River Uinta Mountains +0.48552 cspg_html_8387792223 cspg_html_8387792223:591:61829:61863 Ramparts Canada +0.26469 aapg_ad_466.html aapg_ad_466.html:385:46771:46784 Potomac Closter, New Jersey +0.235796 cspg_html_9951421861 cspg_html_9951421861:345:49803:49809 Viking Clearwater, Florida +0.45504 aapg_ad_411.html aapg_ad_411.html:108:9592:9600 Colorado Gurley, Nebraska +0.456412 aapg_ac_325.html aapg_ac_325.html:6:937:955 Ingleside Texas +0.248482 aapg_ai_357.html aapg_ai_357.html:22:3114:3126 Walnut Val Verde (fictional country) +0.494856 aapg_ah_138.html aapg_ah_138.html:19:2056:2065 Minnelusa Fort Union Trading Post National Historic Site +0.479688 sedimentology_html_2670349557 sedimentology_html_2670349557:758:59680:59706 Kayenta Colorado +0.486604 cspg_html_5375448448 cspg_html_5375448448:539:52740:52759 Kaskapau Lacombe, Alberta +0.734172 gsa_html_9865056817 gsa_html_9865056817:616:57090:57108 Loveland Nebraska +0.270144 aapg_aa_106.html aapg_aa_106.html:808:79670:79681 Meadow Lake Regina, Saskatchewan +0.26265 aapg_aa_787.html aapg_aa_787.html:418:49773:49787 Word Texas +0.26857 aapg_ac_391.html aapg_ac_391.html:181:17029:17037 Traverse Detroit River International Wildlife Refuge +0.231786 aapg_ad_614.html aapg_ad_614.html:66:6564:6574 Montgomery Shreveport, Louisiana +0.456724 aapg_ae_319.html aapg_ae_319.html:522:43917:43921 Jelm Cheyenne, Wyoming +0.249936 cspg_html_2492063773 cspg_html_2492063773:14:1415:1430 Spray California +0.26447 aapg_ai_105.html aapg_ai_105.html:343:41668:41684 Humbug Oquirrh Mountain Utah Temple +0.48399 aapg_af_575.html aapg_af_575.html:831:116912:116917 Atoka Hartshorne, Oklahoma +0.505932 aapg_ad_880.html aapg_ad_880.html:105:12763:12781 Sundance Cheyenne, Wyoming +0.697212 aapg_ai_810.html aapg_ai_810.html:3:286:304 Norphlet Melbourne, Florida +0.258792 aapg_aa_267.html aapg_aa_267.html:77:6999:7019 Greenbrier Huntington, West Virginia +0.254989 aapg_ac_983.html aapg_ac_983.html:393:61570:61579 Wyandotte Anderson County, South Carolina +0.265608 cspg_html_4382149016 cspg_html_4382149016:143:22407:22428 Lawrence Quebec City +0.257964 cspg_html_8328720217 cspg_html_8328720217:676:80700:80716 Skonun Charlotte Amalie, United States Virgin Islands +0.22698 palaios_html_3904138149 palaios_html_3904138149:1006:70519:70524 Rapid Kenya +0.474266 sedimentology_html_6121651724 sedimentology_html_6121651724:889:52397:52404 Hanover Hanover +0.246206 cspg_html_2749851978 cspg_html_2749851978:475:61591:61608 Cardium Lacombe, Alberta +0.250498 aapg_af_393.html aapg_af_393.html:175:26574:26582 Virginia Blue Ridge Mountains +0.248901 sedimentology_html_6302405335 sedimentology_html_6302405335:1204:90750:90766 Verde North Sea oil +0.241566 aapg_ah_675.html aapg_ah_675.html:554:81674:81692 Cantwell Anchorage, Alaska +0.50796 gsa_html_3130918973 gsa_html_3130918973:63:4406:4434 Green River Colorado +0.488241 AMJC_html_9701369019 AMJC_html_9701369019:1118:119430:119437 Oceanic Washington (state) +0.477617 geology_html_5201135879 geology_html_5201135879:16:1014:1024 Washington Washington (state) +0.242942 aapg_af_614.html aapg_af_614.html:56:4390:4397 Hosston Arkansas +0.462031 aapg_ai_288.html aapg_ai_288.html:57:10258:10276 San Onofre Breccia Sunset Beach, California +0.27456 aapg_ae_959.html aapg_ae_959.html:2098:150472:150492 Whitehorse Ward County, North Dakota +0.264708 cspg_html_9996004410 cspg_html_9996004410:24:3485:3490 Queen Ontario, California +0.23571 sedimentology_html_4121403149 sedimentology_html_4121403149:883:64745:64781 Protection Washington (state) +0.260064 cspg_html_9941518291 cspg_html_9941518291:429:60910:60946 Barlow Inlet Devon Island +0.490941 sedimentology_html_9526222722 sedimentology_html_9526222722:1099:65097:65104 Andrews Austin, Chicago +0.380347 aapg_ae_69.html aapg_ae_69.html:431:44877:44898 Green River Logan, Utah +0.263376 aapg_ah_318.html aapg_ah_318.html:687:75821:75840 Smackover Hempstead County, Arkansas +0.238992 aapg_ac_881.html aapg_ac_881.html:659:77993:78001 Deadwood Winnipeg +0.246456 aapg_ak_85.html aapg_ak_85.html:437:54504:54523 Smackover Shreveport, Louisiana +0.254518 gsa_html_3936574180 gsa_html_3936574180:598:62505:62511 Oregon Washington (state) +0.48672 aapg_aa_914.html aapg_aa_914.html:152:16236:16241 Atoka Atoka, Oklahoma +0.262474 aapg_ad_71.html aapg_ad_71.html:167:14478:14494 Kaibab Arizona +0.47941 aapg_ac_380.html aapg_ac_380.html:465:55486:55494 Onondaga Onondaga (tribe) +0.26565 aapg_aa_739.html aapg_aa_739.html:90:11151:11168 Roberts Mountains Reno, Nevada +0.275396 aapg_ad_182.html aapg_ad_182.html:27:3391:3404 Woodbine Texas +0.270908 sedimentology_html_8748254640 sedimentology_html_8748254640:912:72347:72367 Toro Chile +0.471606 aapg_ae_601.html aapg_ae_601.html:71:8518:8523 Uinta Douala +0.287923 aapg_ah_271.html aapg_ah_271.html:21:3120:3143 Cotton Valley East Texas +0.250985 aapg_ak_104.html aapg_ak_104.html:470:46999:47016 Madison Cheyenne, Wyoming +0.500076 aapg_ad_960.html aapg_ad_960.html:27:3222:3236 Monterey California +0.26368 jgeology_html_7908118530 jgeology_html_7908118530:1256:68055:68069 Ogallala Nebraska +0.258063 aapg_ae_877.html aapg_ae_877.html:74:7013:7038 Beaverhill Lacombe, Alberta +0.477792 aapg_ai_569.html aapg_ai_569.html:378:38509:38527 Tensleep Cheyenne, Wyoming +0.49389 aapg_aa_465.html aapg_aa_465.html:86:16468:16479 San Antonio San Antonio +0.476215 geology_html_8631349740 geology_html_8631349740:168:17224:17228 Bell London, Ontario +0.265584 cspg_html_6252417471 cspg_html_6252417471:509:66079:66097 Edmonton Lacombe, Alberta +0.255955 aapg_ae_380.html aapg_ae_380.html:257:22318:22324 Sparta Charlotte, North Carolina +0.258048 cspg_html_7779401416 cspg_html_7779401416:203:24734:24767 Neahga Niagara Peninsula +0.267786 cspg_html_9354781888 cspg_html_9354781888:418:40092:40109 Halfway Victoria, British Columbia +0.249228 aapg_ai_28.html aapg_ai_28.html:3:160:167 Reynosa Brazos River +0.50898 aapg_ae_168.html aapg_ae_168.html:326:35651:35678 Ferguson Reno, Nevada +0.26112 sedimentology_html_2670349557 sedimentology_html_2670349557:1386:101363:101380 Navajo Kayenta, Arizona +0.474329 sedimentology_html_2566540012 sedimentology_html_2566540012:920:74306:74314 Colorado Arizona +0.25515 aapg_ad_37.html aapg_ad_37.html:48:4928:4933 Yegua Shreveport, Louisiana +0.253356 gsa_html_2729737430 gsa_html_2729737430:1188:109083:109103 Split Rock Cheyenne, Wyoming +0.265684 aapg_ae_67.html aapg_ae_67.html:376:31254:31262 Colorado Colorado +0.25039 cspg_html_4845813500 cspg_html_4845813500:240:26090:26109 Rocky Brook New Brunswick, New Jersey +0.471828 aapg_af_241.html aapg_af_241.html:215:22317:22325 Big Hill Jefferson County, Colorado +0.484702 gsa_html_7354916758 gsa_html_7354916758:1233:111699:111727 Green River Colorado +0.245508 aapg_ad_466.html aapg_ad_466.html:1111:119273:119284 Shark River Manasquan, New Jersey +0.266112 sedimentology_html_6302405335 sedimentology_html_6302405335:983:81206:81224 Dunvegan Lacombe, Alberta +0.250344 cspg_html_7595517955 cspg_html_7595517955:463:51085:51100 Kennedy Channel Ellesmere Island +0.304612 aapg_ai_321.html aapg_ai_321.html:160:22423:22451 Matagalpa Matagalpa +0.270391 sedimentology_html_7390870545 sedimentology_html_7390870545:130:12623:12643 Blackstone Lacombe, Alberta +0.26877 aapg_ai_326.html aapg_ai_326.html:237:28811:28819 Monterey Virginia +0.27615 cspg_html_9912281240 cspg_html_9912281240:5:218:226 Lea Park Central Alberta +0.266252 cspg_html_2198503252 cspg_html_2198503252:48:4866:4881 Ouray Colorado +0.49495 gsa_html_8055113978 gsa_html_8055113978:61:4938:4966 Green River Colorado +0.257536 aapg_ah_3.html aapg_ah_3.html:255:34035:34049 Toro Lacombe, Alberta +0.496125 AMJC_html_5908077521 AMJC_html_5908077521:735:69908:69918 Notch Peak Logan, Utah +0.375496 aapg_ah_208.html aapg_ah_208.html:51:6839:6860 Green River Uinta Mountains +0.24429 aapg_ae_947.html aapg_ae_947.html:422:41068:41072 Helm Coalinga, California +0.478969 cspg_html_4409656292 cspg_html_4409656292:775:80521:80529 Columbia Victoria, British Columbia +0.890186 aapg_aa_305.html aapg_aa_305.html:95:14042:14059 Calvert Maryland +0.260977 aapg_ah_188.html aapg_ah_188.html:31:3754:3774 Phosphoria Cheyenne, Wyoming +0.89488 aapg_ad_466.html aapg_ad_466.html:138:14172:14180 Navesink Salem County, New Jersey +0.474768 gsa_html_4913703235 gsa_html_4913703235:98:8918:8937 Tuscarora Huntington, West Virginia +0.253422 gsa_html_1322753048 gsa_html_1322753048:11:422:431 San Diego California +0.354708 aapg_af_471.html aapg_af_471.html:82:11766:11776 Big Clifty Illinois +0.479245 cspg_html_5345848475 cspg_html_5345848475:1048:101868:101882 Colorado Canada +0.299054 aapg_ah_696.html aapg_ah_696.html:28:4337:4364 Columbia Ellensburg, Washington +0.470869 jgeology_html_4305195651 jgeology_html_4305195651:4252:264487:264504 Cumberland Cape Breton Island +0.478969 geology_html_3106921824 geology_html_3106921824:19:1094:1114 Dry Branch Chesapeake Bay +0.50076 aapg_ad_851.html aapg_ad_851.html:214:24471:24490 San Andres Hobbs, New Mexico +0.240096 AMJC_html_9397261106 AMJC_html_9397261106:665:50738:50748 Santa Cruz California +0.460299 cspg_html_1984085623 cspg_html_1984085623:235:28852:28866 Colorado Lacombe, Alberta +0.263168 geology_html_3118572913 geology_html_3118572913:41:1427:1438 Santa Clara Baja California peninsula +0.499094 cspg_html_2408887763 cspg_html_2408887763:333:41537:41545 Beaumont Lacombe, Alberta +0.492336 aapg_ae_999.html aapg_ae_999.html:343:47646:47676 Crystal River Ocala, Florida +0.49113 cspg_html_4785922166 cspg_html_4785922166:92:10090:10095 Methy Regina, Saskatchewan +0.527962 aapg_af_575.html aapg_af_575.html:173:23137:23158 Honey Creek Fort Sill +0.247324 aapg_ae_368.html aapg_ae_368.html:119:11735:11740 Atoka Hartshorne, Oklahoma +0.491493 cspg_html_4286634979 cspg_html_4286634979:48:6102:6109 Success Lacombe, Alberta +0.258066 geology_html_2065184601 geology_html_2065184601:56:4428:4452 Stirling Perth, Western Australia +0.282336 aapg_ad_997.html aapg_ad_997.html:5:750:756 Dakota Colorado +0.266716 aapg_aa_90.html aapg_aa_90.html:27:2406:2416 Citronelle Alabama +0.260454 sedimentology_html_5952626645 sedimentology_html_5952626645:1099:61213:61244 Red River Regina, Saskatchewan +0.489402 cspg_html_4298557570 cspg_html_4298557570:203:29014:29033 Frenchman Lacombe, Alberta +0.248965 aapg_ae_906.html aapg_ae_906.html:140:12685:12696 Tar Springs New Harmony, Indiana +0.444103 aapg_ah_318.html aapg_ah_318.html:3052:247698:247710 Huayacocotla Oaxaca, Oaxaca +0.360864 aapg_aa_724.html aapg_aa_724.html:182:18697:18705 Humboldt Reno, Nevada +0.251262 palaios_html_9993198762 palaios_html_9993198762:487:45610:45643 Morrison Cheyenne, Wyoming +0.46971 aapg_ac_545.html aapg_ac_545.html:37:5970:5978 Moosebar Cordillera Administrative Region +0.2455 aapg_ad_811.html aapg_ad_811.html:169:18573:18581 Colorado La Navidad +0.515442 aapg_ac_807.html aapg_ac_807.html:483:49110:49117 Matawan Monmouth +0.36062 aapg_ae_68.html aapg_ae_68.html:527:55760:55771 Browns Park Colorado +0.499372 aapg_aa_137.html aapg_aa_137.html:717:71603:71611 Prospect Great Artesian Basin +0.257536 AMJC_html_4504848787 AMJC_html_4504848787:39:4752:4762 Laurentian Blue Ridge Mountains +0.506782 aapg_af_472.html aapg_af_472.html:464:50254:50271 Duperow Williston, Vermont +0.128774 aapg_af_16.html aapg_af_16.html:72:9292:9301 Greenhorn Black Hills +0.255955 cspg_html_1312400675 cspg_html_1312400675:242:28257:28266 Frenchman Edmonton, London +0.259578 aapg_aa_399.html aapg_aa_399.html:316:25556:25564 Columbia Victoria, British Columbia +0.485344 aapg_ad_338.html aapg_ad_338.html:230:25256:25263 Magothy Raritan River +0.269724 aapg_ac_333.html aapg_ac_333.html:851:104053:104077 Abo New Mexico +0.849884 sedimentology_html_2912098544 sedimentology_html_2912098544:88:10450:10476 Kayenta Colorado +0.264132 aapg_ad_994.html aapg_ad_994.html:68:7417:7426 Smackover Cotton Valley, Louisiana +0.49276 sedimentology_html_2934110499 sedimentology_html_2934110499:32:2242:2252 Copenhagen Denmark +0.481104 gsa_html_6983076294 gsa_html_6983076294:611:56828:56842 Sandia New Mexico +0.481428 aapg_ah_696.html aapg_ah_696.html:367:51715:51763 Rockwell Washington (state) +0.265144 aapg_ah_387.html aapg_ah_387.html:2655:286797:286806 Knoxville Knoxville, Illinois +0.48297 aapg_ah_724.html aapg_ah_724.html:38:5635:5653 Kaskapau Lacombe, Alberta +0.249428 aapg_ad_286.html aapg_ad_286.html:192:17893:17907 Lisburne Anchorage, Alaska +0.275088 aapg_ad_42.html aapg_ad_42.html:3:280:285 Leduc Canada +0.258055 aapg_af_248.html aapg_af_248.html:37:4089:4095 Midway South Vacherie, Louisiana +0.493221 gsa_html_7498897688 gsa_html_7498897688:850:81442:81452 Laurentian Mexico +0.266752 cspg_html_5287009272 cspg_html_5287009272:63:11412:11420 Columbia Victoria, British Columbia +0.502911 sedimentology_html_9410532865 sedimentology_html_9410532865:1197:82848:82859 Green River Wasatch Range +0.27398 aapg_ah_42.html aapg_ah_42.html:45:6013:6044 Navajo Cheyenne, Wyoming +0.248985 gsa_html_6982030333 gsa_html_6982030333:1179:110295:110316 Coon Hollow Boise, Idaho +0.25857 jgeology_html_4305195651 jgeology_html_4305195651:1911:141808:141824 Pocono Pottsville, Pennsylvania +0.480129 palaios_html_8055229939 palaios_html_8055229939:592:65684:65721 Blackwater Draw New Mexico +0.265144 gsa_html_5079726047 gsa_html_5079726047:962:95905:95922 Mirador Colombia +0.256432 gsa_html_9511249221 gsa_html_9511249221:436:46991:47003 Rhode Island Closter, New Jersey +0.268686 AMJC_html_5969956211 AMJC_html_5969956211:154:21180:21187 Wasatch Wasatch Range +0.244374 sedimentology_html_2909366246 sedimentology_html_2909366246:1492:74488:74509 Green River Cheyenne, Wyoming +0.263376 aapg_ai_157.html aapg_ai_157.html:3:280:296 Salina Ontario, California +0.407885 aapg_ai_28.html aapg_ai_28.html:8:1501:1507 Lissie Oakville, California +0.50058 aapg_ac_729.html aapg_ac_729.html:719:69500:69514 Schrader Bluff Colville River (Washington) +0.240937 aapg_af_892.html aapg_af_892.html:277:24448:24470 Marble Falls Texas +0.500388 geology_html_2189486964 geology_html_2189486964:277:21896:21906 Washington Alert, Nunavut +0.264698 geology_html_3342004799 geology_html_3342004799:297:25633:25639 Denver Colorado +0.465588 aapg_ah_962.html aapg_ah_962.html:150:16479:16487 Richmond Frankfort, Illinois +0.446642 aapg_ad_2.html aapg_ad_2.html:1342:184326:184336 Snake Hill Schenectady, New York +0.216384 aapg_ad_466.html aapg_ad_466.html:1576:166494:166502 Virginia James River (Dakotas) +0.48323 aapg_ae_959.html aapg_ae_959.html:1752:125941:125946 Clyde Wichita, Kansas +0.459476 aapg_ae_783.html aapg_ae_783.html:11:1647:1661 Woodford Ouachita Mountains +0.475092 jgeology_html_3679275302 jgeology_html_3679275302:557:32998:33014 Merced California +0.249458 cspg_html_4450068317 cspg_html_4450068317:12:2047:2055 Columbia Victoria, British Columbia +0.477288 aapg_af_923.html aapg_af_923.html:41:4223:4235 Medicine Hat Colorado +0.249975 jgeology_html_9727318280 jgeology_html_9727318280:985:60877:60885 Scotland Eastern Settlement +0.46629 geology_html_5171768193 geology_html_5171768193:309:26919:26933 Maidens Gneiss Virginia +0.26418 gsa_html_1337782073 gsa_html_1337782073:58:5114:5131 Compton Quebec City +0.474635 aapg_ah_623.html aapg_ah_623.html:119:13161:13169 Colorado Moffat County, Colorado +0.489417 aapg_ai_899.html aapg_ai_899.html:105:11223:11230 Wasatch Cheyenne, Wyoming +0.244881 aapg_ai_492.html aapg_ai_492.html:124:15631:15639 Tensleep Cheyenne, Wyoming +0.255258 cspg_html_1462870252 cspg_html_1462870252:689:85691:85710 Keg River Lacombe, Alberta +0.253356 cspg_html_4937997995 cspg_html_4937997995:114:13509:13540 Kenogami River River Severn +0.263662 aapg_ae_220.html aapg_ae_220.html:450:49919:49927 Nacatoch Ashley County, Arkansas +0.250965 cspg_html_3397138450 cspg_html_3397138450:561:65827:65835 Columbia Victoria, British Columbia +0.25194 aapg_aa_109.html aapg_aa_109.html:3:187:204 Minturn Colorado +0.26936 aapg_ai_148.html aapg_ai_148.html:225:24449:24457 Imperial Calgary +0.249951 AMJC_html_5402953865 AMJC_html_5402953865:1003:104743:104752 New River Virginia +0.507834 aapg_aa_44.html aapg_aa_44.html:378:38264:38288 Moenkopi California +0.427285 aapg_ac_719.html aapg_ac_719.html:4:632:663 Cuchara Huerfano, New Mexico +0.466506 gsa_html_4667678389 gsa_html_4667678389:486:41507:41527 Beck Spring Dolomite California +0.507334 aapg_af_575.html aapg_af_575.html:1084:157178:157193 Buffalo Springs Texas +0.2626 cspg_html_4498577775 cspg_html_4498577775:1209:90244:90278 Hardyston Pennsylvania +0.265434 geology_html_2132529104 geology_html_2132529104:16:974:984 Santa Cruz California +0.4956 cspg_html_4298557570 cspg_html_4298557570:336:42508:42521 Edmonton Red Deer, Alberta +0.247996 aapg_ai_87.html aapg_ai_87.html:901:82661:82666 Yukon McConnell Air Force Base +0.268752 aapg_ae_544.html aapg_ae_544.html:327:38542:38562 Milk River Canada +0.50284 aapg_ad_596.html aapg_ad_596.html:134:19654:19678 Athabasca Fort McMurray +0.483246 gsa_html_9478615109 gsa_html_9478615109:604:64618:64624 Oregon Astoria, Oregon +0.488761 aapg_ah_536.html aapg_ah_536.html:407:53406:53413 Rodessa Brazos River +0.489472 gsa_html_5854091649 gsa_html_5854091649:672:63824:63852 Green River Colorado +0.280275 aapg_aa_131.html aapg_aa_131.html:193:18407:18417 Washington Ellensburg, Washington +0.262636 palaios_html_3889678675 palaios_html_3889678675:1088:104904:104921 Wapiabi Canada +0.26265 palaios_html_5582845937 palaios_html_5582845937:317:31920:31927 Hampton Virginia +0.264147 aapg_ah_243.html aapg_ah_243.html:75:8997:9021 Battle Cheyenne, Wyoming +0.255528 aapg_ad_81.html aapg_ad_81.html:1669:225546:225555 Partridge Cheyenne, Wyoming +0.253492 cspg_html_3734757529 cspg_html_3734757529:14:3126:3137 Peace River Canada +0.249999 cspg_html_5685783620 cspg_html_5685783620:166:22238:22253 Ross Mount Assiniboine Provincial Park +0.47372 aapg_ai_468.html aapg_ai_468.html:45:5981:5994 Cotton Valley Bossier City, Louisiana +0.25324 aapg_ad_221.html aapg_ad_221.html:247:21668:21674 Denver Colorado +0.911904 cspg_html_6434702931 cspg_html_6434702931:12:1423:1433 Swan Hills Victoria, British Columbia +0.49816 cspg_html_1509800797 cspg_html_1509800797:13:1538:1555 Bearpaw Lacombe, Alberta +0.492618 aapg_ae_958.html aapg_ae_958.html:564:52806:52821 Hueco Guadalupe Mountains National Park +0.535 aapg_af_497.html aapg_af_497.html:357:29345:29358 Carlile Hittin +0.265056 gsa_html_8681034341 gsa_html_8681034341:428:43038:43046 Lawrence Chapel Hill, North Carolina +0.509015 aapg_ac_55.html aapg_ac_55.html:172:20752:20771 Kirkwood Manasquan, New Jersey +0.47838 cspg_html_4685794369 cspg_html_4685794369:154:16940:16964 Blood Reserve Lacombe, Alberta +0.249498 aapg_ah_978.html aapg_ah_978.html:487:44536:44543 Temblor Coalinga, California +0.491694 aapg_ae_827.html aapg_ae_827.html:68:6300:6322 Hardinsburg Gibson County, Tennessee +0.269824 cspg_html_7881580279 cspg_html_7881580279:106:14633:14649 Yeoman Regina, Saskatchewan +0.251446 gsa_html_1119256423 gsa_html_1119256423:1131:104191:104199 Colorado Larimer (Pittsburgh) +0.24644 jgeology_html_2714962789 jgeology_html_2714962789:804:49334:49342 Virginia South Boston, Virginia +0.47223 geology_html_7305069377 geology_html_7305069377:317:27415:27427 Grand Rapids Michigan +0.252464 geology_html_2065893412 geology_html_2065893412:140:16564:16570 Oxford Earth +0.494982 cspg_html_6306091047 cspg_html_6306091047:464:64373:64382 Baldonnel Victoria, British Columbia +0.4769 sedimentology_html_9199455608 sedimentology_html_9199455608:1211:80964:80968 Hall London, Ontario +0.257514 cspg_html_5940878099 cspg_html_5940878099:269:32867:32876 Elm Point Manitoba +0.486324 aapg_ae_877.html aapg_ae_877.html:406:37234:37245 Peace River Western world +0.504768 aapg_af_11.html aapg_af_11.html:207:21813:21829 Ouray Ouray, Colorado +0.26061 cspg_html_6351830705 cspg_html_6351830705:210:32541:32545 Word China +0.257048 gsa_html_1040524378 gsa_html_1040524378:1008:97831:97848 Wapiti Cheyenne, Wyoming +0.231546 cspg_html_2083823293 cspg_html_2083823293:548:59088:59115 Fort Union Cheyenne, Wyoming +0.49337 gsa_html_4312040636 gsa_html_4312040636:651:61176:61198 Wilson Grove Martin County, Florida +0.24832 aapg_ah_31.html aapg_ah_31.html:505:68586:68615 Breathitt Kentucky +0.23373 aapg_ai_50.html aapg_ai_50.html:93:6274:6298 Kinderhook Mississippi River +0.512835 cspg_html_6588844164 cspg_html_6588844164:40:5228:5245 Wabamun Lacombe, Alberta +0.465275 aapg_ac_436.html aapg_ac_436.html:167:13026:13034 Colorado Denver +0.255 jgeology_html_8406118991 jgeology_html_8406118991:349:31538:31546 Columbia Victoria, British Columbia +0.257045 AMJC_html_6341723617 AMJC_html_6341723617:1097:91488:91506 Washakie Cheyenne, Wyoming +0.259408 aapg_ac_217.html aapg_ac_217.html:40:5389:5404 Hueco Sugarloaf Mountain (Florida) +0.2495 aapg_af_446.html aapg_af_446.html:72:9039:9047 Colorado Englewood, New Jersey +0.079212 cspg_html_4148342026 cspg_html_4148342026:302:26499:26529 Red River Winnipeg +0.259248 cspg_html_8568877195 cspg_html_8568877195:381:62523:62540 Belly River Regina, Saskatchewan +0.24541 cspg_html_3187844923 cspg_html_3187844923:228:34716:34726 Quesnellia Western world +0.48576 cspg_html_9142742810 cspg_html_9142742810:631:63307:63340 Gilwood Lacombe, Alberta +0.247779 aapg_af_399.html aapg_af_399.html:579:57493:57499 Denver Colorado +0.488889 aapg_aa_683.html aapg_aa_683.html:164:21770:21777 Potomac Potomac River +0.47656 palaios_html_1574666570 palaios_html_1574666570:75:7322:7335 Hungry Hollow Ausable River (New York) +0.45778 aapg_ac_635.html aapg_ac_635.html:53:7301:7320 Hornbrook Salem, Oregon +0.241462 jgeology_html_9413634903 jgeology_html_9413634903:870:58470:58483 Mountain City Reno, Nevada +0.265728 aapg_ae_736.html aapg_ae_736.html:784:91128:91134 Denver California +0.248965 aapg_ac_631.html aapg_ac_631.html:329:40268:40286 Teewinot Snake River Canyon (Idaho) +0.26418 aapg_ai_739.html aapg_ai_739.html:12:992:1002 Washington California +0.477617 cspg_html_2920938670 cspg_html_2920938670:270:32502:32515 Mountain Park Lacombe, Alberta +0.461189 cspg_html_6472484014 cspg_html_6472484014:406:39924:39944 La Vieille New Brunswick, New Jersey +0.256032 sedimentology_html_1649180994 sedimentology_html_1649180994:982:68456:68490 Arroyo New Mexico +0.475776 aapg_ah_5.html aapg_ah_5.html:2264:151062:151077 Mt Lytton Manitoba +0.477347 geology_html_9828260455 geology_html_9828260455:16:913:923 Washington Washington (state) +0.480768 aapg_af_704.html aapg_af_704.html:104:9561:9577 Kelvin Absaroka +0.252568 aapg_ai_898.html aapg_ai_898.html:272:30994:31003 Englewood Colorado +0.262095 cspg_html_6306091047 cspg_html_6306091047:10:1127:1135 Pardonet Victoria, British Columbia +0.262095 aapg_ai_136.html aapg_ai_136.html:202:14903:14909 Paluxy Goodland, Kansas +0.25647 aapg_ai_356.html aapg_ai_356.html:139:14243:14247 Buda Buda, Texas +0.257554 sedimentology_html_3917671511 sedimentology_html_3917671511:1000:56948:56952 Hall London, Ontario +0.476545 cspg_html_2803424832 cspg_html_2803424832:50:6633:6643 Otto Fiord Ellesmere Island +0.261576 cspg_html_7086880709 cspg_html_7086880709:178:20795:20802 Manetoe Victoria, British Columbia +0.258055 aapg_ac_300.html aapg_ac_300.html:214:19457:19476 Matanuska Anchorage, Alaska +0.4345 aapg_ah_519.html aapg_ah_519.html:3:625:633 Colorado Dolores, Colorado +0.848922 cspg_html_4287356899 cspg_html_4287356899:2368:276449:276469 Hare Fiord Canada +0.257556 aapg_ac_126.html aapg_ac_126.html:136:20329:20352 Cotton Valley Haynesville, Louisiana +0.4665 aapg_ai_489.html aapg_ai_489.html:352:39426:39441 Melville Island Bathurst Island (Northern Territory) +0.485586 gsa_html_2546701917 gsa_html_2546701917:11:500:508 Colorado Colorado +0.257223 sedimentology_html_1581574492 sedimentology_html_1581574492:856:64618:64630 Austin Chalk Texas +0.468027 sedimentology_html_3220122506 sedimentology_html_3220122506:1146:93419:93437 Yakataga Anchorage, Alaska +0.245055 aapg_ae_319.html aapg_ae_319.html:707:59566:59576 Twin Creek Carmel, Indiana +0.501375 cspg_html_9717154602 cspg_html_9717154602:213:31902:31909 Bearpaw Pacific coast +0.416859 gsa_html_9457387752 gsa_html_9457387752:958:79341:79349 Virginia Blacksburg, Virginia +0.259032 cspg_html_1274054064 cspg_html_1274054064:656:77992:77998 Denver Colorado +0.488565 cspg_html_9735723617 cspg_html_9735723617:1290:125732:125752 Weatherall District Council of Franklin Harbour +0.25844 palaios_html_4782349341 palaios_html_4782349341:673:58397:58413 Borden Kentucky +0.448857 geology_html_8086230553 geology_html_8086230553:15:783:791 San Jose California +0.526628 aapg_ah_82.html aapg_ah_82.html:411:37856:37871 Huizachal Mexico +0.25351 aapg_af_854.html aapg_af_854.html:919:129992:130009 Renault Bethel, Alaska +0.891808 gsa_html_5601712699 gsa_html_5601712699:573:50649:50665 Pico Rancho Las Cienegas +0.244829 sedimentology_html_8939014373 sedimentology_html_8939014373:1022:64117:64124 Hampton Bolivia +0.489005 cspg_html_3942782922 cspg_html_3942782922:97:8669:8677 Columbia Canada +0.502516 aapg_aa_371.html aapg_aa_371.html:185:15879:15890 Mauch Chunk Appalachia +0.463866 gsa_html_3860045860 gsa_html_3860045860:685:78029:78035 Oregon Lane County, Oregon +0.247955 palaios_html_4834438637 palaios_html_4834438637:427:42697:42706 San Diego Currie, Minnesota +0.4914 aapg_aa_504.html aapg_aa_504.html:94:13338:13348 Pittsburgh Pittsburgh +0.486588 aapg_ad_930.html aapg_ad_930.html:96:11522:11543 Green River Tipton, Indiana +0.50847 aapg_aa_653.html aapg_aa_653.html:3:156:165 Extension Kentucky +0.50085 aapg_ai_810.html aapg_ai_810.html:18:2540:2558 Norphlet Melbourne, Florida +0.468868 aapg_ai_143.html aapg_ai_143.html:187:20118:20126 Foremost Lacombe, Alberta +0.249676 cspg_html_4272664788 cspg_html_4272664788:9:789:804 Banff Lacombe, Alberta +0.263176 aapg_af_912.html aapg_af_912.html:20:2363:2373 Tuscaloosa Mississippi River +0.39225 aapg_af_854.html aapg_af_854.html:197:25526:25541 Sweetland Creek Mississippi River +0.485305 cspg_html_1065856149 cspg_html_1065856149:31:3870:3878 Columbia Lacombe, Alberta +0.269312 cspg_html_8980454113 cspg_html_8980454113:204:21874:21891 Camsell Canada +0.264187 sedimentology_html_2258839384 sedimentology_html_2258839384:832:73817:73824 Gateway Mexico +0.264187 gsa_html_7040053075 gsa_html_7040053075:383:39033:39061 Sycamore Puente Hills Mall +0.247979 aapg_af_591.html aapg_af_591.html:22:3024:3034 Mt Lytton Black Hills +0.257526 cspg_html_9778753186 cspg_html_9778753186:150:22332:22351 Crowsnest Lacombe, Alberta +0.256905 cspg_html_9439353033 cspg_html_9439353033:9:410:432 Willow Creek Lacombe, Alberta +0.501557 geology_html_3492857668 geology_html_3492857668:130:15016:15038 Navajo Capitol Reef National Park +0.484568 sedimentology_html_6756374564 sedimentology_html_6756374564:673:50302:50306 Hall London, Ontario +0.255524 cspg_html_5406720001 cspg_html_5406720001:71:9691:9708 Telford Telford, Pennsylvania +0.877293 aapg_af_2.html aapg_af_2.html:672:63862:63870 Toroweap Logan, Utah +0.255474 sedimentology_html_2652378359 sedimentology_html_2652378359:783:69271:69284 Topanga Southern California +0.239776 aapg_ai_159.html aapg_ai_159.html:481:55749:55766 La Boca Culebra, Puerto Rico +0.487786 aapg_aa_740.html aapg_aa_740.html:3:174:189 Darby Western Wyoming Community College +0.243432 aapg_ah_877.html aapg_ah_877.html:454:54087:54093 Eugene Salem, Oregon +0.48692 sedimentology_html_3479060268 sedimentology_html_3479060268:2217:156373:156383 Washington Seattle +0.252865 cspg_html_4785922166 cspg_html_4785922166:59:5690:5702 Saskatchewan Manitoba +0.25194 aapg_ae_946.html aapg_ae_946.html:235:21312:21317 Stark Muskingum River +0.501034 aapg_ac_825.html aapg_ac_825.html:256:27550:27568 Purisima Santa Cruz Mountains +0.450276 aapg_aa_4.html aapg_aa_4.html:292:39213:39229 Sonyea Lake Erie +0.252003 aapg_ae_994.html aapg_ae_994.html:62:7447:7474 Madison Cheyenne, Wyoming +0.251346 aapg_ae_223.html aapg_ae_223.html:74:9031:9042 Green River Colorado +0.511879 aapg_ad_918.html aapg_ad_918.html:96:13242:13257 Eagle Niobrara, Nebraska +0.270738 aapg_ae_345.html aapg_ae_345.html:812:70283:70299 Tuscaloosa Tuscaloosa, Alabama +0.490758 aapg_ah_301.html aapg_ah_301.html:202:19416:19444 Smackover Illinois +0.42924 aapg_af_779.html aapg_af_779.html:3:417:425 Red Rock Michigan +0.257045 gsa_html_6837536663 gsa_html_6837536663:12:548:556 Richland Washington (state) +0.277202 aapg_aa_148.html aapg_aa_148.html:34:5617:5633 Dakota Mancos, Colorado +0.257374 sedimentology_html_2368393060 sedimentology_html_2368393060:2035:111288:111313 Monterey California +0.387096 jgeology_html_1838149422 jgeology_html_1838149422:1027:94461:94479 John Day Salem, Oregon +0.265472 geology_html_2606071344 geology_html_2606071344:178:15808:15812 Bond North Sea +0.477675 cspg_html_3488663948 cspg_html_3488663948:30:4962:4981 Athabasca Lacombe, Alberta +0.477044 aapg_ah_903.html aapg_ah_903.html:8:509:517 Virginia Texas +0.24353 aapg_af_2.html aapg_af_2.html:299:33545:33553 Colorado Lisbon +0.715627 aapg_ai_278.html aapg_ai_278.html:767:93385:93393 Pine Key Melbourne, Florida +0.252813 aapg_ai_399.html aapg_ai_399.html:207:20288:20301 Porters Creek Lagrangian point +0.524447 aapg_ac_989.html aapg_ac_989.html:80:11569:11580 Trempealeau Wisconsin +0.261021 aapg_ae_392.html aapg_ae_392.html:267:24319:24331 Crab Orchard Kentucky +0.244348 aapg_ad_68.html aapg_ad_68.html:359:28051:28067 Waltersburg Mansfield, Ohio +0.26936 aapg_ah_638.html aapg_ah_638.html:10:1552:1561 Red Bluff Alabama +0.48925 cspg_html_6193252551 cspg_html_6193252551:422:53575:53597 Boat Harbour Canada +0.252234 geology_html_4220538657 geology_html_4220538657:334:27917:27922 Lyell London, Ontario +0.484785 cspg_html_6134774167 cspg_html_6134774167:531:52270:52278 Columbia Victoria, British Columbia +0.489528 cspg_html_9637445661 cspg_html_9637445661:162:16043:16060 Cardium Lacombe, Alberta +0.267288 aapg_aa_95.html aapg_aa_95.html:21:2379:2387 San Luis San Juan, Argentina +0.486588 aapg_ac_451.html aapg_ac_451.html:130:13869:13882 Tuxedni Middle East +0.261576 gsa_html_2877730818 gsa_html_2877730818:1223:102428:102456 Green River Colorado +0.463085 aapg_ai_132.html aapg_ai_132.html:14:2141:2150 Vicksburg Charlotte, North Carolina +0.473394 cspg_html_1351473625 cspg_html_1351473625:90:15166:15188 Fortress Mountain Victoria, British Columbia +0.270364 aapg_ae_958.html aapg_ae_958.html:3191:273609:273627 Wolfcamp Guadalupe Mountains National Park +0.28296 cspg_html_8840748783 cspg_html_8840748783:649:78430:78459 Dunvegan Canada +0.252973 sedimentology_html_3805411746 sedimentology_html_3805411746:643:30710:30714 Hall London, Ontario +0.25296 aapg_ai_49.html aapg_ai_49.html:817:103893:103905 Dakota Colorado +0.244374 aapg_ae_650.html aapg_ae_650.html:240:24939:24948 Extension Algeria +0.274512 aapg_aa_484.html aapg_aa_484.html:380:36518:36523 Atoka McAlester, Oklahoma +0.49469 aapg_ae_397.html aapg_ae_397.html:3:299:304 Tyler Texas +0.24087 aapg_ai_364.html aapg_ai_364.html:139:13612:13621 Stonewall Atoka, Oklahoma +0.262728 geology_html_5337740991 geology_html_5337740991:37:2827:2835 Columbia Earth +0.256373 aapg_aa_24.html aapg_aa_24.html:458:53064:53082 Lisburne Noatak River +0.26884 aapg_ae_253.html aapg_ae_253.html:106:11743:11766 Cotton Valley Rodessa, Louisiana +0.49343 aapg_ae_928.html aapg_ae_928.html:146:9632:9642 Davis Mount Holly, North Carolina +0.41022 aapg_ae_419.html aapg_ae_419.html:1660:123342:123362 Agua Nueva Tampico, Illinois +0.256725 aapg_ae_324.html aapg_ae_324.html:1244:124487:124504 Tellico Athens, Georgia +0.481584 aapg_ac_544.html aapg_ac_544.html:336:42638:42646 Scranton Logan, Utah +0.4921 aapg_af_545.html aapg_af_545.html:732:91759:91763 Frio Shreveport, Louisiana +0.246492 gsa_html_6117440194 gsa_html_6117440194:431:44405:44430 Porcupine Wasatch Range +0.252984 aapg_aa_233.html aapg_aa_233.html:119:13291:13297 Cupido Matamoros, Tamaulipas +0.260977 geology_html_3374437567 geology_html_3374437567:218:20413:20421 Colorado Littleton, Colorado +0.243972 gsa_html_7464626519 gsa_html_7464626519:1118:99315:99337 Vallecito Conglomerate Colorado +0.275094 aapg_ac_825.html aapg_ac_825.html:115:12654:12681 Purisima Santa Cruz, California +0.486438 aapg_ah_738.html aapg_ah_738.html:427:55448:55454 Brazil Chile +0.253506 cspg_html_6964953392 cspg_html_6964953392:423:50645:50675 Doig Victoria, British Columbia +0.26058 aapg_ae_757.html aapg_ae_757.html:56:7331:7335 Wendover San Juan, Argentina +0.277046 aapg_ae_319.html aapg_ae_319.html:596:50333:50344 Skull Creek Carmel, Indiana +0.245727 cspg_html_7798993528 cspg_html_7798993528:109:16353:16361 Palliser Lacombe, Alberta +0.239117 sedimentology_html_6711379489 sedimentology_html_6711379489:163:13760:13775 Sooke France +0.249639 aapg_ae_536.html aapg_ae_536.html:370:38819:38830 Belly River Illinois +0.242424 aapg_ac_634.html aapg_ac_634.html:20:2837:2862 Wolfcamp Florida Panhandle +0.269357 gsa_html_7012936645 gsa_html_7012936645:33:3056:3080 Martinsburg Martinsburg, Nebraska +0.494792 aapg_ah_143.html aapg_ah_143.html:291:26901:26929 Wabamun Canada +0.478541 geology_html_2318773362 geology_html_2318773362:361:29075:29081 Oxford Pergamon Museum +0.477732 gsa_html_6281658899 gsa_html_6281658899:796:82236:82259 Friars California +0.25544 aapg_af_188.html aapg_af_188.html:271:30875:30890 Mt Lytton Colorado +0.467364 cspg_html_2184632302 cspg_html_2184632302:114:12004:12023 Athabasca Lacombe, Alberta +0.265684 geology_html_9001300846 geology_html_9001300846:254:22578:22582 Bond North Atlantic Current +0.40375 aapg_ai_932.html aapg_ai_932.html:436:68284:68303 Point Sal Monterey, California +0.261 aapg_ak_55.html aapg_ak_55.html:113:11783:11789 Forest Venango, Pennsylvania +0.24786 aapg_ad_170.html aapg_ad_170.html:90:9125:9149 Manning Canyon Logan, Utah +0.503908 aapg_ae_35.html aapg_ae_35.html:104:9802:9809 Wasatch Uinta Mountains +0.272976 aapg_ad_283.html aapg_ad_283.html:400:43695:43719 San Andres Nashville Basin +0.2667 cspg_html_2834693711 cspg_html_2834693711:964:117967:117977 Washington Victoria, British Columbia +0.249559 gsa_html_3648258377 gsa_html_3648258377:366:35098:35105 Magothy Bass River Township, New Jersey +0.265734 gsa_html_1520002998 gsa_html_1520002998:1001:80851:80878 Wind River Cheyenne, Wyoming +0.251835 cspg_html_9234101474 cspg_html_9234101474:183:22827:22842 Dunvegan Western world +0.259032 aapg_ah_847.html aapg_ah_847.html:203:23634:23643 New Egypt New Egypt, New Jersey +0.506619 aapg_ae_416.html aapg_ae_416.html:189:16920:16929 Catahoula Texas +0.249471 aapg_ah_435.html aapg_ah_435.html:95:12170:12180 Georgetown Buda, Texas +0.480636 aapg_ak_104.html aapg_ak_104.html:33:4481:4494 Madison Cheyenne, Wyoming +0.48724 gsa_html_2098291403 gsa_html_2098291403:378:36023:36029 Oregon Washington (state) +0.496086 cspg_html_4287356899 cspg_html_4287356899:3323:350009:350031 Jungle Creek Victoria, British Columbia +0.476652 aapg_af_0.html aapg_af_0.html:3:355:375 Palmarito Venezuela +0.251122 cspg_html_4666332434 cspg_html_4666332434:351:58236:58252 Oldman Lacombe, Alberta +0.28531 aapg_ae_473.html aapg_ae_473.html:176:17354:17359 Eutaw Tuscaloosa, Alabama +0.484748 sedimentology_html_1269685062 sedimentology_html_1269685062:1504:89091:89096 Yukon Canada +0.46376 jgeology_html_1045551181 jgeology_html_1045551181:78:3315:3323 Victoria Victoria, British Columbia +0.259588 gsa_html_5865982995 gsa_html_5865982995:1003:109131:109148 Bridger Cheyenne, Wyoming +0.257 geology_html_5494505242 geology_html_5494505242:213:16550:16554 Bell Africa +0.26866 cspg_html_4210762654 cspg_html_4210762654:227:30958:30973 Nisku Lacombe, Alberta +0.681536 aapg_ae_448.html aapg_ae_448.html:226:25987:26006 Smackover East Texas +0.25 aapg_af_129.html aapg_af_129.html:468:49872:49880 Fountain Colorado +0.46563 cspg_html_9843429624 cspg_html_9843429624:48:6452:6460 Columbia Lake Ontario +0.900201 cspg_html_9735723617 cspg_html_9735723617:360:46190:46215 Beverley Inlet Melville Island (Canada) +0.523038 aapg_ad_2.html aapg_ad_2.html:807:113972:113981 Franconia Franconia, New Hampshire +0.246865 aapg_af_854.html aapg_af_854.html:464:61325:61337 Locust Point Carwood, Indiana +0.249936 aapg_ae_909.html aapg_ae_909.html:148:14987:15011 Choctawhatchee Melbourne, Florida +0.50016 cspg_html_6255491344 cspg_html_6255491344:331:41328:41336 Columbia Victoria, British Columbia +0.525419 aapg_ac_742.html aapg_ac_742.html:18:2794:2812 Sundance Black Hills +0.261744 cspg_html_1434585715 cspg_html_1434585715:283:26368:26386 Paskapoo Calgary +0.247324 cspg_html_9157093462 cspg_html_9157093462:35:6603:6611 Columbia Victoria, British Columbia +0.248262 cspg_html_4403434336 cspg_html_4403434336:249:28712:28731 Read Bay Aitkin, Minnesota +0.493189 aapg_ad_719.html aapg_ad_719.html:98:12050:12059 Red River San Angelo, Texas +0.49343 aapg_ae_310.html aapg_ae_310.html:72:8708:8716 Woodbine Whitesboro, New York +0.246928 aapg_ad_169.html aapg_ad_169.html:78:10107:10127 Greenbrier Huntington, West Virginia +0.468789 cspg_html_4176605708 cspg_html_4176605708:409:40036:40059 Belle Fourche Westgate, Canterbury +0.262143 palaios_html_9719282309 palaios_html_9719282309:1110:73456:73481 Bowden Jamaica, Queens +0.466128 aapg_ac_400.html aapg_ac_400.html:147:15243:15251 Somerset Bedford, Massachusetts +0.489842 AMJC_html_4504848787 AMJC_html_4504848787:286:29331:29353 Mechum River Charlottesville, Virginia +0.37976 aapg_ad_466.html aapg_ad_466.html:559:64103:64119 Englishtown Closter, New Jersey +0.476652 aapg_ac_301.html aapg_ac_301.html:186:21642:21650 Richmond Logan, Utah +0.485199 geology_html_1403981704 geology_html_1403981704:295:24627:24630 Rye Netherlands +0.419405 aapg_ac_749.html aapg_ac_749.html:28:3614:3623 Queenston Niagara Falls +0.466431 aapg_af_575.html aapg_af_575.html:503:69708:69728 Batesville Boston Mountains +0.2525 sedimentology_html_8676320501 sedimentology_html_8676320501:1493:82835:82840 Cadiz North Atlantic Current +0.250158 AMJC_html_8522115051 AMJC_html_8522115051:801:89538:89544 Oregon Boise, Idaho +0.468789 aapg_aa_314.html aapg_aa_314.html:411:49097:49105 Virginia Newport, Rhode Island +0.490455 aapg_ai_28.html aapg_ai_28.html:831:78756:78772 Lissie Beaumont, Texas +0.258015 sedimentology_html_7186710002 sedimentology_html_7186710002:765:77498:77504 Moscow Russia +0.254464 aapg_ad_2.html aapg_ad_2.html:1031:141087:141108 Stonehenge Mount Nittany +0.493569 aapg_af_264.html aapg_af_264.html:159:22995:23023 Green River Uinta Mountains +0.525942 aapg_aa_146.html aapg_aa_146.html:124:15937:15956 Mesaverde Cheyenne, Wyoming +0.259056 geology_html_9628904338 geology_html_9628904338:46:5717:5733 Carmel Arizona +0.474122 gsa_html_8319219146 gsa_html_8319219146:526:56025:56045 Lockatong Doylestown, Pennsylvania +0.492184 gsa_html_2672526596 gsa_html_2672526596:29:2796:2824 Green River Colorado +0.252984 aapg_ai_234.html aapg_ai_234.html:111:11085:11094 Wyandotte Avoca, County Wicklow +0.251262 aapg_ai_107.html aapg_ai_107.html:240:24825:24832 Bossier Franklin County, Ohio +0.504928 gsa_html_2295363948 gsa_html_2295363948:789:57952:57980 Green River Colorado +0.25544 aapg_af_90.html aapg_af_90.html:3:337:355 Stirling Death Valley +0.260051 cspg_html_1962846283 cspg_html_1962846283:688:76550:76570 Cadomin North Portal, Saskatchewan +0.385827 gsa_html_7193789775 gsa_html_7193789775:447:46299:46310 Green River Grand Junction, Colorado +0.24057 aapg_af_383.html aapg_af_383.html:49:7301:7307 Sierra Guatemala +0.495876 cspg_html_4516258038 cspg_html_4516258038:371:42179:42194 Bird Fiord Bathurst Island (Northern Territory) +0.49244 aapg_ad_154.html aapg_ad_154.html:15:2051:2068 Martinsburg Middle Ordovician +0.246506 palaios_html_6978265091 palaios_html_6978265091:868:79161:79165 Hall London, Ontario +0.503382 aapg_ac_79.html aapg_ac_79.html:26:3860:3867 Clinton Ontario, California +0.481362 aapg_ai_664.html aapg_ai_664.html:9:1060:1101 Washington Houston +0.49317 aapg_ad_0.html aapg_ad_0.html:215:19001:19009 Rockland Black River, Jamaica +0.263652 aapg_af_854.html aapg_af_854.html:962:135423:135434 Paint Creek Randolph County, Indiana +0.254464 aapg_ai_523.html aapg_ai_523.html:38:4749:4765 Maroon Chinle Formation +0.506964 gsa_html_5960043103 gsa_html_5960043103:829:63938:63966 Green River Colorado +0.39964 palaios_html_1474437774 palaios_html_1474437774:1072:81103:81131 Green River Logan, Utah +0.469665 cspg_html_9753247638 cspg_html_9753247638:587:58564:58588 Albert New Brunswick, New Jersey +0.497896 geology_html_5412269979 geology_html_5412269979:92:6394:6415 Green River Cheyenne, Wyoming +0.494088 cspg_html_2758185645 cspg_html_2758185645:307:28505:28528 Turner Valley Lacombe, Alberta +0.474472 geology_html_2881397713 geology_html_2881397713:189:17372:17383 Black River Ontario, California +0.24353 aapg_ah_536.html aapg_ah_536.html:100:13112:13128 Walnut Paluxy, Texas +0.482384 cspg_html_1665574291 cspg_html_1665574291:6:464:482 Edmonton Lacombe, Alberta +0.24021 cspg_html_3328007773 cspg_html_3328007773:411:41060:41079 Boulder Creek Boulder Creek (Colorado) +0.263376 cspg_html_2178758494 cspg_html_2178758494:277:36964:36988 Athabasca Lacombe, Alberta +0.49816 aapg_ai_227.html aapg_ai_227.html:50:4688:4694 Dakota Uinta Mountains +0.259588 aapg_aa_298.html aapg_aa_298.html:742:96333:96350 Paradox Logan, Utah +0.482023 aapg_ae_901.html aapg_ae_901.html:993:108567:108588 Dutch Creek Missouri River +0.45202 gsa_html_1040524378 gsa_html_1040524378:936:92891:92897 Denver Colorado +0.277728 aapg_ad_715.html aapg_ad_715.html:289:37009:37015 Morgan McAlester, Oklahoma +0.471336 aapg_ac_563.html aapg_ac_563.html:396:55797:55813 Yucatan Santiago +0.491303 palaios_html_2621173808 palaios_html_2621173808:1054:105457:105462 Banff Lacombe, Alberta +0.506974 aapg_ad_958.html aapg_ad_958.html:493:48622:48644 Gilmore City Logan County, West Virginia +0.447426 aapg_ah_318.html aapg_ah_318.html:1839:171287:171293 Sierra Zacatecas, Zacatecas +0.262108 aapg_ah_644.html aapg_ah_644.html:133:15685:15698 Gypsum Spring Black Hills +0.481143 aapg_ac_212.html aapg_ac_212.html:45:6693:6698 Uinta Uinta Mountains +0.887168 aapg_ai_249.html aapg_ai_249.html:806:105059:105079 Agua Nueva Guatemala +0.243045 gsa_html_7040053075 gsa_html_7040053075:419:44022:44028 Walnut San Jose, California +0.447984 gsa_html_2220556952 gsa_html_2220556952:806:93924:93943 Pansy Lee Conglomerate Reno, Nevada +0.262654 gsa_html_4710273960 gsa_html_4710273960:73:3898:3926 Green River New Mexico +0.259045 geology_html_2124258904 geology_html_2124258904:287:19151:19160 Champagne Illinois +0.46604 aapg_ai_781.html aapg_ai_781.html:10:1195:1201 Sierra Chihuahua (state) +0.259077 aapg_af_981.html aapg_af_981.html:584:59148:59169 Almond Cheyenne, Wyoming +0.261096 aapg_ac_252.html aapg_ac_252.html:75:6749:6774 Elephant Canyon Hermosa, Chicago +0.254514 aapg_ad_316.html aapg_ad_316.html:592:67600:67604 Kent Tanzania +0.269724 aapg_ac_514.html aapg_ac_514.html:18:2009:2021 Austin Chalk Buda, Texas +0.710562 aapg_ah_622.html aapg_ah_622.html:82:9153:9172 Mesaverde Powder River (Montana) +0.257335 aapg_ae_692.html aapg_ae_692.html:127:14820:14838 Deadwood Sauk Village, Illinois +0.247009 aapg_ai_49.html aapg_ai_49.html:275:32941:32948 Wingate Dolores, Colorado +0.47368 gsa_html_3241858546 gsa_html_3241858546:14:475:481 Reston Virginia +0.255009 aapg_ae_813.html aapg_ae_813.html:769:66556:66561 Colon Matanzas +0.481068 aapg_ah_878.html aapg_ah_878.html:258:30082:30093 Fossil Hill Lake Huron +0.2575 cspg_html_8891363498 cspg_html_8891363498:260:23892:23914 Fort Simpson McKenzie River +0.2652 palaios_html_1203478109 palaios_html_1203478109:1023:90571:90589 Imperial California +0.482664 aapg_ad_785.html aapg_ad_785.html:786:85209:85225 Fountain Western world +0.265668 cspg_html_7971908357 cspg_html_7971908357:128:16320:16349 Kishenehn Victoria, British Columbia +0.48719 aapg_ac_301.html aapg_ac_301.html:395:46143:46156 Mountain City Reno, Nevada +0.482646 cspg_html_9508543859 cspg_html_9508543859:157:18043:18056 Potsdam Black River, Jamaica +0.382414 palaios_html_2623118674 palaios_html_2623118674:10:442:462 North Horn Logan, Utah +0.244584 aapg_af_164.html aapg_af_164.html:106:9092:9097 Boone Mississippi River +0.45936 aapg_ai_29.html aapg_ai_29.html:563:70351:70357 Lissie Beaumont, Texas +0.470305 cspg_html_3858482121 cspg_html_3858482121:155:14210:14213 Pen Canada +0.256162 gsa_html_1826402027 gsa_html_1826402027:511:59345:59364 Bidahochi Mogollon, New Mexico +0.417186 aapg_ac_831.html aapg_ac_831.html:48:6253:6260 Hermosa Hermosa, Chicago +0.255524 palaios_html_1018466366 palaios_html_1018466366:908:104528:104532 Bell Logan, Utah +0.262845 aapg_aa_145.html aapg_aa_145.html:61:8204:8212 Columbia Victoria, British Columbia +0.280314 aapg_ae_35.html aapg_ae_35.html:92:8923:8936 Wasatch Uinta Mountains +0.25532 gsa_html_8491258533 gsa_html_8491258533:295:35201:35212 Spider Lake Long Mountain (Hampshire County, Massachusetts) +0.252888 aapg_ae_324.html aapg_ae_324.html:1235:123206:123214 Virginia Knoxville, Tennessee +0.246512 aapg_af_438.html aapg_af_438.html:112:14576:14596 Reforma Mexico +0.25551 sedimentology_html_3526020464 sedimentology_html_3526020464:493:32187:32191 Java Borneo +0.467337 aapg_ae_535.html aapg_ae_535.html:213:26142:26153 Narrow Cape Cape Cod +0.265221 geology_html_4052445617 geology_html_4052445617:296:21322:21330 Columbia Victoria, British Columbia +0.253422 cspg_html_2013109828 cspg_html_2013109828:301:55959:55980 Beaverfoot Western world +0.247955 cspg_html_7086880709 cspg_html_7086880709:306:39136:39144 Columbia Victoria, British Columbia +0.258063 gsa_html_4415818938 gsa_html_4415818938:394:29731:29737 Brazil Venezuela +0.470659 geology_html_3654008380 geology_html_3654008380:401:27158:27166 Colorado Denver +0.48603 cspg_html_8312989046 cspg_html_8312989046:105:13659:13671 Bowser Anchorage, Alaska +0.261057 aapg_ad_3.html aapg_ad_3.html:362:33493:33506 Knox Dolomite East Tennessee +0.243036 aapg_ai_816.html aapg_ai_816.html:201:31431:31435 Drum Cherryvale, Kansas +0.76533 geology_html_5323396367 geology_html_5323396367:163:17515:17543 John Day Salem, Oregon +0.492862 aapg_af_150.html aapg_af_150.html:51:5135:5148 Cotton Valley Arkansas +0.480496 aapg_ad_958.html aapg_ad_958.html:507:50132:50152 Keokuk Sedalia, Missouri +0.481265 aapg_aa_654.html aapg_aa_654.html:238:35979:35996 Tererro Sangre de Cristo Range +0.259534 aapg_af_733.html aapg_af_733.html:91:13127:13151 Frio Shreveport, Louisiana +0.255 gsa_html_8833777630 gsa_html_8833777630:824:90432:90438 Reston Virginia +0.470815 gsa_html_1009717507 gsa_html_1009717507:853:78653:78661 Scotland London, Ontario +0.83781 gsa_html_1744648670 gsa_html_1744648670:1705:147740:147778 Kingston Peak California +0.247715 aapg_ae_324.html aapg_ae_324.html:771:78940:78961 Beekmantown Cumberland, Maryland +0.241839 geology_html_1655073154 geology_html_1655073154:286:24078:24095 Rapid Kilauea, Hawaii +0.267 aapg_af_579.html aapg_af_579.html:264:28201:28212 Summerville Logan, Utah +0.258542 cspg_html_3328007773 cspg_html_3328007773:971:99256:99264 Columbia Victoria, British Columbia +0.7296 aapg_ai_416.html aapg_ai_416.html:75:8542:8558 Dakota Cheyenne, Wyoming +0.247643 gsa_html_7040053075 gsa_html_7040053075:414:43212:43219 Topanga San Gabriel Mountains +0.256536 aapg_aa_956.html aapg_aa_956.html:190:19656:19665 Vicksburg Mississippi River +0.459728 aapg_ad_683.html aapg_ad_683.html:73:11118:11144 Dolores Colorado +0.478578 geology_html_8351855241 geology_html_8351855241:52:5912:5928 Colorado Uinta Mountains +0.482384 aapg_ad_255.html aapg_ad_255.html:143:14828:14858 Vicksburg Texas +0.249879 aapg_ae_777.html aapg_ae_777.html:607:68386:68405 Leadville Colorado +0.474635 gsa_html_8237815743 gsa_html_8237815743:417:40650:40672 Arroyo Santo Domingo, Ilocos Sur +0.49337 cspg_html_3124360347 cspg_html_3124360347:100:18457:18467 Table Head Great Britain +0.278528 gsa_html_2768342942 gsa_html_2768342942:761:73494:73498 Bond North Atlantic Current +0.497373 sedimentology_html_4101202094 sedimentology_html_4101202094:439:45922:45930 Columbia Victoria, British Columbia +0.244024 cspg_html_7434089303 cspg_html_7434089303:340:43326:43338 Warming Land Washington (state) +0.49078 aapg_ad_430.html aapg_ad_430.html:175:13239:13269 Smackover Shreveport, Louisiana +0.243955 aapg_aa_71.html aapg_aa_71.html:220:18284:18292 Onondaga Potter County, Texas +0.23937 sedimentology_html_9793182930 sedimentology_html_9793182930:1055:70292:70299 Gateway Colorado +0.251835 aapg_ai_159.html aapg_ai_159.html:361:40095:40120 Empire Salem, Oregon +0.484059 sedimentology_html_3021996168 sedimentology_html_3021996168:782:41924:41949 Fort Crittenden Arizona +0.243432 cspg_html_2378968525 cspg_html_2378968525:8:621:643 Basal Drumheller +0.237133 aapg_ah_534.html aapg_ah_534.html:335:28137:28151 Onondaga Stroudsburg, Pennsylvania +0.487172 gsa_html_2364640066 gsa_html_2364640066:749:76331:76339 Yakataga Anchorage, Alaska +0.824588 aapg_ae_419.html aapg_ae_419.html:1849:131450:131468 Tamasopo Tampico, Illinois +0.243892 jgeology_html_1836103970 jgeology_html_1836103970:138:9141:9161 Boss Point Logan, Utah +0.267064 aapg_ae_884.html aapg_ae_884.html:190:25321:25330 Mesaverde Powder River Basin +0.232734 gsa_html_7580135520 gsa_html_7580135520:611:55412:55418 Oregon Salem, Oregon +0.24888 palaios_html_4455103779 palaios_html_4455103779:71:8051:8057 Walker Sapelo Island +0.245872 geology_html_4499032177 geology_html_4499032177:13:697:703 Oxford Ohio +0.254701 aapg_ah_966.html aapg_ah_966.html:95:8759:8765 Bethel Bethel, Alaska +0.254925 geology_html_1943656153 geology_html_1943656153:279:22512:22518 Brazil Cape Town +0.935186 aapg_ai_424.html aapg_ai_424.html:3:153:162 Minnelusa Black Hills +0.249936 aapg_ae_571.html aapg_ae_571.html:181:15208:15216 Colorado Denver +0.2499 gsa_html_9991813982 gsa_html_9991813982:22:1422:1428 Denver Colorado +0.261888 cspg_html_9689514766 cspg_html_9689514766:815:102277:102284 Telford Ontario, California +0.256452 aapg_ad_580.html aapg_ad_580.html:466:60814:60826 Wilcox Texas +0.494252 aapg_af_592.html aapg_af_592.html:152:13024:13040 San Andres West Texas +0.272435 aapg_ae_461.html aapg_ae_461.html:22:3638:3657 Smackover Cotton Valley, Louisiana +0.2548 aapg_ae_35.html aapg_ae_35.html:73:6989:7000 Green River Wasatch Range +0.492531 cspg_html_2113617629 cspg_html_2113617629:923:100622:100639 Cardium Canada +0.255942 aapg_aa_171.html aapg_aa_171.html:532:49050:49055 Logan Canada +0.255811 aapg_ai_546.html aapg_ai_546.html:59:6210:6217 Kanawha Logan, Utah +0.266112 aapg_af_579.html aapg_af_579.html:36:5327:5331 Rico Ouray, Colorado +0.444783 cspg_html_1118978429 cspg_html_1118978429:171:18022:18039 Cadomin Crowsnest Pass, Alberta +0.246993 gsa_html_7102550258 gsa_html_7102550258:1168:117469:117500 Haymond West, Texas +0.267285 sedimentology_html_4372260172 sedimentology_html_4372260172:628:52191:52207 Curtis Logan, Utah +0.50042 aapg_aa_598.html aapg_aa_598.html:425:39383:39392 Chugwater Cheyenne, Wyoming +0.25956 AMJC_html_3663607423 AMJC_html_3663607423:202:18843:18849 Oxford England +0.273448 aapg_ah_476.html aapg_ah_476.html:51:6955:6960 Atoka Atoka, Oklahoma +0.2465 sedimentology_html_8094200836 sedimentology_html_8094200836:168:11386:11392 Sierra Sierra Nevada (Spain) +0.48222 geology_html_2132302312 geology_html_2132302312:56:4973:4983 Washington Victoria, British Columbia +0.2515 aapg_aa_303.html aapg_aa_303.html:310:28503:28511 Colorado Colorado +0.257554 aapg_ad_67.html aapg_ad_67.html:246:32132:32153 Sabinetown Mississippi River +0.500906 gsa_html_2145963783 gsa_html_2145963783:687:63484:63490 Snyder California +0.25853 gsa_html_2962806074 gsa_html_2962806074:1159:99243:99250 Perdido Mexico +0.863958 cspg_html_5345848475 cspg_html_5345848475:346:39754:39771 Carlile Manitoba +0.258028 aapg_ah_180.html aapg_ah_180.html:114:12768:12776 Onondaga Lehigh River +0.493056 aapg_ah_330.html aapg_ah_330.html:152:16634:16651 Temblor Monterey, California +0.26572 palaios_html_1262064602 palaios_html_1262064602:738:79805:79821 Chinle Arizona +0.521718 aapg_af_448.html aapg_af_448.html:39:5166:5172 Oregon Boise, Idaho +0.252928 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8100:8108 Snowslip Grinnell, Iowa +0.488516 gsa_html_8346147422 gsa_html_8346147422:29:2796:2824 Green River Colorado +0.49266 cspg_html_3328007773 cspg_html_3328007773:980:99971:99979 Columbia Lacombe, Alberta +0.262566 cspg_html_3404912985 cspg_html_3404912985:326:52169:52190 Belly River Judith River Formation +0.24549 cspg_html_3104351736 cspg_html_3104351736:17:2047:2063 Oldman Lacombe, Alberta +0.503208 aapg_aa_633.html aapg_aa_633.html:23:3313:3322 Macuspana Veracruz, Veracruz +0.507756 aapg_ah_90.html aapg_ah_90.html:73:11697:11709 Burro Canyon Cedar Mountains +0.245791 palaios_html_2847312584 palaios_html_2847312584:276:36377:36381 Kope Waynesville, North Carolina +0.436746 aapg_af_436.html aapg_af_436.html:176:19735:19742 Bedford Venango, Pennsylvania +0.259032 gsa_html_7195000001 gsa_html_7195000001:176:21280:21298 Eureka Sound Greely, Ontario +0.46407 aapg_ac_965.html aapg_ac_965.html:261:26904:26911 Manlius Western world +0.470876 jgeology_html_9604503485 jgeology_html_9604503485:442:28861:28869 Michigan Phoenix, Arizona +0.479552 aapg_ad_247.html aapg_ad_247.html:9:730:740 Washington Salem, Oregon +0.245364 aapg_af_461.html aapg_af_461.html:341:29502:29510 Colorado Denver +0.272459 aapg_ae_113.html aapg_ae_113.html:124:16415:16433 Read Bay Wales Island (British Columbia) +0.249158 geology_html_9763603202 geology_html_9763603202:314:25418:25430 Owens Valley Sierra Nevada (U.S.) +0.44509 aapg_ac_528.html aapg_ac_528.html:77:8523:8535 Rock Springs Cheyenne, Wyoming +0.48384 gsa_html_9101414177 gsa_html_9101414177:29:2796:2824 Green River Colorado +0.480256 aapg_ah_69.html aapg_ah_69.html:149:14234:14239 Chazy Black River, Jamaica +0.245847 sedimentology_html_2139169476 sedimentology_html_2139169476:872:62376:62385 Peninsula Korea +0.491008 aapg_ad_691.html aapg_ad_691.html:49:5668:5678 Georgetown Austin, Chicago +0.367409 aapg_af_861.html aapg_af_861.html:294:28266:28278 Weston Missouri River +0.233932 sedimentology_html_1157284082 sedimentology_html_1157284082:782:61520:61532 Pozo Spain +0.486093 gsa_html_4543270561 gsa_html_4543270561:840:76990:76999 San Diego California +0.227525 aapg_ad_786.html aapg_ad_786.html:96:10115:10133 Honeycut Llano, Texas +0.268315 aapg_ac_253.html aapg_ac_253.html:4:721:737 Frisco Frisco, Texas +0.35784 cspg_html_8662646956 cspg_html_8662646956:85:15739:15748 Mackenzie Great Slave Lake +0.503558 gsa_html_9898556493 gsa_html_9898556493:150:19321:19339 Riverbank Tuolumne River +0.26112 geology_html_6684799635 geology_html_6684799635:28:870:874 Bern Switzerland +0.38428 aapg_af_728.html aapg_af_728.html:138:16725:16736 Elko Reno, Nevada +0.459417 gsa_html_4543270561 gsa_html_4543270561:979:86082:86095 Santa Barbara Baja California peninsula +0.260608 aapg_ah_529.html aapg_ah_529.html:5:669:685 Abrigo Arizona +0.242048 aapg_ah_696.html aapg_ah_696.html:367:51693:51701 Richland Washington (state) +0.67032 aapg_aa_37.html aapg_aa_37.html:19:2937:2953 Toroweap Reno, Nevada +0.26163 aapg_ac_334.html aapg_ac_334.html:16:1849:1856 Moncton Stony Creek, New York +0.857703 cspg_html_9843429624 cspg_html_9843429624:122:14938:14960 Cooking Lake Lacombe, Alberta +0.272475 aapg_ai_28.html aapg_ai_28.html:19:2030:2039 Red River Texas +0.246092 sedimentology_html_5613495298 sedimentology_html_5613495298:934:47338:47344 Chinle Chinle Formation +0.494088 aapg_af_508.html aapg_af_508.html:384:41117:41133 Viking Regina, Saskatchewan +0.383977 aapg_ae_181.html aapg_ae_181.html:108:16023:16029 Ripley Selma to Montgomery marches +0.368589 aapg_ai_515.html aapg_ai_515.html:365:39052:39063 Green River Uinta Mountains +0.497466 gsa_html_7618842473 gsa_html_7618842473:579:59850:59858 Fountain McMurdo Sound +0.261021 aapg_ad_0.html aapg_ad_0.html:77:8005:8024 Franconia Wisconsin +0.48411 aapg_ac_215.html aapg_ac_215.html:58:7209:7228 Englewood Black Hills +0.488376 aapg_ac_807.html aapg_ac_807.html:420:43176:43184 Patapsco Maryland +0.43925 aapg_ae_419.html aapg_ae_419.html:1522:115626:115638 Mendez Texas +0.493812 jgeology_html_3196624419 jgeology_html_3196624419:562:42183:42199 Aquia Virginia +0.259588 cspg_html_7178716951 cspg_html_7178716951:58:8521:8536 Grassy Mountain Kootenay River +0.491384 aapg_ah_391.html aapg_ah_391.html:604:39570:39587 Gaviota California +0.25654 aapg_ac_824.html aapg_ac_824.html:599:54985:54993 Colorado Royal Gorge Bridge +0.476844 gsa_html_9898556493 gsa_html_9898556493:73:9567:9585 Merced California +0.26818 geology_html_5412269979 geology_html_5412269979:310:22007:22013 Oxford Crowley, Louisiana +0.496848 aapg_ac_913.html aapg_ac_913.html:142:13503:13508 Atoka Hartshorne, Oklahoma +0.25143 aapg_ah_180.html aapg_ah_180.html:71:7754:7762 Onondaga Esopus Creek +0.252 aapg_af_833.html aapg_af_833.html:1075:119209:119228 Minnelusa Cheyenne, Wyoming +0.265558 cspg_html_8279927914 cspg_html_8279927914:21:2718:2735 Gilwood Lacombe, Alberta +0.257514 aapg_ah_903.html aapg_ah_903.html:104:17704:17710 Sparta Charlotte, North Carolina +0.496848 sedimentology_html_2909366246 sedimentology_html_2909366246:1715:81865:81870 Price Gold Coast, Queensland +0.489936 aapg_ad_959.html aapg_ad_959.html:45:4817:4828 Clays Ferry Williamstown, Victoria +0.49087 cspg_html_9222238695 cspg_html_9222238695:554:64219:64227 Columbia Victoria, British Columbia +0.490758 aapg_aa_193.html aapg_aa_193.html:9:1475:1482 Sayabec Western world +0.464977 cspg_html_3529479452 cspg_html_3529479452:429:48927:48933 Silica Amsterdam +0.9006 aapg_af_625.html aapg_af_625.html:578:59879:59889 Bloomsburg Salina, Kansas +0.460672 aapg_af_952.html aapg_af_952.html:45:4671:4677 Brazil Thailand +0.501804 aapg_ac_246.html aapg_ac_246.html:580:56306:56337 Newcastle Black Hills +0.49028 aapg_ai_584.html aapg_ai_584.html:73:7169:7187 Tensleep Laramie, Wyoming +0.506476 gsa_html_9754183813 gsa_html_9754183813:58:4198:4226 Green River Colorado +0.503304 aapg_ae_180.html aapg_ae_180.html:48:5770:5778 Nacatoch Austin, Chicago +0.48177 gsa_html_2826748134 gsa_html_2826748134:58:4354:4382 Green River Colorado +0.260598 jgeology_html_1188020601 jgeology_html_1188020601:319:19366:19378 Little Falls Lyon Mountain (Clinton County, New York) +0.509736 aapg_ac_846.html aapg_ac_846.html:33:5629:5649 Carbondale Modesto, California +0.254478 cspg_html_8369994160 cspg_html_8369994160:82:8770:8793 Turner Valley Elkton, Kentucky +0.256542 aapg_ac_199.html aapg_ac_199.html:122:15990:15998 Tomstown Dolomites +0.28325 aapg_af_178.html aapg_af_178.html:239:21852:21862 Washington Mount Diablo +0.276676 geology_html_4621207756 geology_html_4621207756:281:23922:23940 Frontier Cheyenne, Wyoming +0.246753 aapg_ac_745.html aapg_ac_745.html:133:11231:11247 Oswego Oswego, New York +0.258552 cspg_html_2758324131 cspg_html_2758324131:32:6056:6075 Lodgepole Middle East +0.464424 aapg_ac_613.html aapg_ac_613.html:3:340:359 Mesaverde New Mexico +0.267288 gsa_html_5060576576 gsa_html_5060576576:692:66335:66342 Andrews Iceland +0.472054 gsa_html_8707521176 gsa_html_8707521176:827:73791:73814 Pinney Hollow Bennington, Vermont +0.272766 aapg_aa_682.html aapg_aa_682.html:542:52633:52639 Hertha Bourbon County, Kansas +0.246506 cspg_html_7963093032 cspg_html_7963093032:360:34759:34790 Bow Island Lacombe, Alberta +0.474948 cspg_html_5779937878 cspg_html_5779937878:19:2447:2456 Athabasca CFB Cold Lake +0.496392 sedimentology_html_6210806021 sedimentology_html_6210806021:828:47459:47474 Nisku Lacombe, Alberta +0.499896 aapg_ad_133.html aapg_ad_133.html:164:15556:15564 Wolfcamp Ector, Texas +0.25443 sedimentology_html_4101202094 sedimentology_html_4101202094:426:42576:42582 Oregon Salem, Oregon +0.26418 gsa_html_8840132442 gsa_html_8840132442:851:85391:85399 Beaumont Caldwell, New Jersey +0.50715 aapg_ai_593.html aapg_ai_593.html:1907:184529:184539 Fort Worth Texas +0.268812 gsa_html_3484366946 gsa_html_3484366946:1826:147803:147814 Sadlerochit Anchorage, Alaska +0.487936 sedimentology_html_8344884381 sedimentology_html_8344884381:1169:98847:98873 River Bend North Carolina +0.47405 gsa_html_1075724130 gsa_html_1075724130:410:34749:34774 Bouse Colorado Plateau +0.48484 palaios_html_3063127986 palaios_html_3063127986:874:79395:79413 Yakataga Anchorage, Alaska +0.246492 AMJC_html_1873062106 AMJC_html_1873062106:1021:108931:108945 Cedar Mountain Logan, Utah +0.238545 aapg_ae_65.html aapg_ae_65.html:239:26349:26364 Telegraph Creek Niobrara, Nebraska +0.372645 gsa_html_1266138577 gsa_html_1266138577:621:51895:51905 Notch Peak Logan, Utah +0.264147 aapg_af_471.html aapg_af_471.html:282:33190:33199 Hartselle Hartselle, Alabama +0.46629 aapg_af_211.html aapg_af_211.html:20:1662:1679 Edwards Luling, Louisiana +0.726308 aapg_ah_467.html aapg_ah_467.html:324:30112:30118 Fernie Benton, Arkansas +0.46893 cspg_html_4636216007 cspg_html_4636216007:579:55646:55661 Melville Island Canadian Arctic Archipelago +0.50085 aapg_ac_984.html aapg_ac_984.html:359:31658:31684 Ironton Trempealeau, Wisconsin +0.252434 aapg_ac_233.html aapg_ac_233.html:503:59183:59192 Littleton Colorado +0.253847 AMJC_html_7984049819 AMJC_html_7984049819:716:77372:77388 Eliot Fredericton (electoral district) +0.265125 aapg_ae_391.html aapg_ae_391.html:461:42761:42767 Salado Delaware +0.359055 aapg_ah_618.html aapg_ah_618.html:125:11118:11138 Phosphoria Logan, Utah +0.493056 gsa_html_7808051457 gsa_html_7808051457:39:2997:3021 Manitou Colorado +0.26469 cspg_html_8600619449 cspg_html_8600619449:202:25159:25177 Hare Indian Canol Heritage Trail +0.239776 geology_html_5723433868 geology_html_5723433868:176:15230:15234 Bell Africa +0.257983 cspg_html_6810036199 cspg_html_6810036199:9:1155:1176 Peace River Lacombe, Alberta +0.486402 aapg_ae_147.html aapg_ae_147.html:438:49138:49144 Modelo South Mountains (Arizona) +0.26061 aapg_aa_544.html aapg_aa_544.html:132:18053:18062 Chugwater Cheyenne, Wyoming +0.497874 aapg_ah_83.html aapg_ah_83.html:83:10764:10784 Bear River Cheyenne, Wyoming +0.367763 cspg_html_9343899465 cspg_html_9343899465:1343:112207:112226 Nordstrand Point Ellesmere Island +0.254388 aapg_af_622.html aapg_af_622.html:42:4073:4077 Kent County Clare +0.253456 aapg_aa_644.html aapg_aa_644.html:612:53401:53417 Draney Boise, Idaho +0.449735 cspg_html_7086880709 cspg_html_7086880709:482:63649:63655 Tetcho Hay River (Canada) +0.257033 geology_html_4584769570 geology_html_4584769570:220:21656:21666 Point Loma La Jolla +0.248 cspg_html_2834693711 cspg_html_2834693711:111:16803:16808 Comox Nanaimo +0.49608 sedimentology_html_3694687055 sedimentology_html_3694687055:63:4532:4552 Swan River Regina, Saskatchewan +0.49115 gsa_html_3445493534 gsa_html_3445493534:733:75492:75510 Sisquoc California +0.256386 gsa_html_8349861296 gsa_html_8349861296:1040:87440:87449 Esmeralda Mono County, California +0.247486 sedimentology_html_1904148776 sedimentology_html_1904148776:1046:58627:58633 Taylor London, Ontario +0.504252 aapg_ah_779.html aapg_ah_779.html:517:97749:97759 Keokuk Illinois +0.884997 gsa_html_8840132442 gsa_html_8840132442:260:30794:30813 Paskapoo Lacombe, Alberta +0.264052 aapg_ad_152.html aapg_ad_152.html:1945:255262:255272 Phosphoria Reno, Nevada +0.497034 cspg_html_1222040397 cspg_html_1222040397:38:5497:5512 Skoki Middle Ordovician +0.723086 aapg_ae_687.html aapg_ae_687.html:40:5502:5522 Phosphoria Boise, Idaho +0.252494 geology_html_8042752734 geology_html_8042752734:92:7690:7697 Pacoima San Fernando Valley +0.250952 aapg_af_486.html aapg_af_486.html:146:17013:17036 West Foreland Cook Inlet +0.229405 aapg_ac_841.html aapg_ac_841.html:1194:123461:123468 Gracias Juticalpa +0.483886 gsa_html_9052101586 gsa_html_9052101586:530:66463:66476 Lake Michigan Des Moines, Washington +0.26571 sedimentology_html_8006979411 sedimentology_html_8006979411:1305:98508:98516 Columbia Victoria, British Columbia +0.266742 cspg_html_5484260516 cspg_html_5484260516:216:23091:23117 Big Valley Victoria, British Columbia +0.502244 palaios_html_6757540995 palaios_html_6757540995:402:34546:34565 Demopolis Alabama +0.24128 aapg_ac_611.html aapg_ac_611.html:454:47306:47312 Shasta Stanton, California +0.50592 gsa_html_5272671610 gsa_html_5272671610:595:58086:58094 Columbia Victoria, British Columbia +0.50806 aapg_ad_466.html aapg_ad_466.html:798:87452:87460 Oak Hill Middletown, Connecticut +0.46154 aapg_ah_644.html aapg_ah_644.html:301:36185:36193 Sundance Manitoba +0.824439 cspg_html_6644065685 cspg_html_6644065685:312:32479:32494 Melville Island Banks Island +0.257554 aapg_ai_1.html aapg_ai_1.html:144:12333:12340 Paradox Hermosa, Chicago +0.44786 cspg_html_7330983978 cspg_html_7330983978:517:44083:44099 George Middle Ordovician +0.269105 aapg_ac_158.html aapg_ac_158.html:79:13562:13580 Woodbend Lacombe, Alberta +0.520452 aapg_aa_623.html aapg_aa_623.html:201:20770:20792 Belly River Lacombe, Alberta +0.253005 aapg_ad_918.html aapg_ad_918.html:428:51579:51583 Kent Colorado +0.47532 gsa_html_1164021120 gsa_html_1164021120:645:52380:52408 Green River Colorado +0.501557 aapg_ah_199.html aapg_ah_199.html:361:39105:39126 Atoka Red Deer, Alberta +0.252266 cspg_html_2232872826 cspg_html_2232872826:361:40511:40521 Mount Head Lacombe, Alberta +0.487494 aapg_af_242.html aapg_af_242.html:74:8420:8430 Rio Grande Texas +0.24745 cspg_html_4298557570 cspg_html_4298557570:196:27612:27620 Edmonton Lacombe, Alberta +0.246928 gsa_html_1009717507 gsa_html_1009717507:13:558:570 Saskatchewan Saskatoon +0.264654 aapg_ad_338.html aapg_ad_338.html:293:32359:32366 Magothy Merchantville, New Jersey +0.227523 aapg_aa_960.html aapg_aa_960.html:381:30741:30748 Wingate Chinle Formation +0.240584 aapg_aa_789.html aapg_aa_789.html:193:27038:27046 Colorado Denver +0.524422 gsa_html_1623174141 gsa_html_1623174141:29:2796:2824 Green River Colorado +0.479912 aapg_aa_844.html aapg_aa_844.html:170:17061:17069 Somerset Venango, Pennsylvania +0.243 aapg_ae_981.html aapg_ae_981.html:244:20686:20692 Laurel Bloomington, Indiana +0.49131 aapg_ad_683.html aapg_ad_683.html:73:11100:11108 Colorado Chinle Formation +0.49296 aapg_ah_724.html aapg_ah_724.html:15:2144:2152 Columbia Victoria, British Columbia +0.246 cspg_html_4287356899 cspg_html_4287356899:1147:158518:158526 Lisburne Southeast Asia +0.48724 gsa_html_5274400800 gsa_html_5274400800:622:50758:50784 Monterey California +0.248446 cspg_html_7839431712 cspg_html_7839431712:23:3141:3161 Milk River Lacombe, Alberta +0.230364 aapg_ah_654.html aapg_ah_654.html:1220:117370:117383 Madison Cheyenne, Wyoming +0.257983 aapg_ac_807.html aapg_ac_807.html:866:84327:84343 Ripley Little Ocmulgee River +0.247296 palaios_html_5582845937 palaios_html_5582845937:305:30239:30247 Virginia Hampton, New Hampshire +0.261121 cspg_html_4516258038 cspg_html_4516258038:48:6690:6713 Eleanor River Middle Ordovician +0.265189 aapg_ae_694.html aapg_ae_694.html:101:12295:12313 Woodbine East Texas +0.481792 gsa_html_9715480407 gsa_html_9715480407:29:2796:2824 Green River Colorado +0.476451 geology_html_2132529104 geology_html_2132529104:246:25421:25446 Sierra New Mexico +0.485366 gsa_html_4557277250 gsa_html_4557277250:402:38721:38727 Carmel Inyo County, California +0.413223 cspg_html_6331977039 cspg_html_6331977039:334:33080:33100 Bird Fiord Ellesmere Island +0.26156 aapg_ad_466.html aapg_ad_466.html:756:82680:82698 Monmouth Monmouth +0.468435 cspg_html_1506720813 cspg_html_1506720813:437:50227:50237 Crossfield Bantry Bay +0.267734 aapg_ae_855.html aapg_ae_855.html:143:14743:14753 North Horn Flagstaff, Arizona +0.518346 aapg_af_358.html aapg_af_358.html:214:22496:22504 Columbia Charleston, South Carolina +0.25443 sedimentology_html_3914054382 sedimentology_html_3914054382:92:10589:10597 Scotland England +0.249498 gsa_html_1119256423 gsa_html_1119256423:744:72344:72358 Arikaree Sand Hills (Nebraska) +0.259458 cspg_html_6514903151 cspg_html_6514903151:289:31699:31705 Wapiti Lacombe, Alberta +0.26341 aapg_ad_784.html aapg_ad_784.html:388:40829:40834 Sespe Simi Valley, California +0.256386 gsa_html_3225734041 gsa_html_3225734041:888:77575:77586 Chopawamsic Piedmont (United States) +0.50161 gsa_html_6240811462 gsa_html_6240811462:702:73485:73513 Green River Colorado +0.246506 aapg_ac_4.html aapg_ac_4.html:203:21711:21741 Kogruk Anchorage, Alaska +0.48545 aapg_ah_329.html aapg_ah_329.html:334:33138:33155 Sisquoc Lompoc, California +0.47785 aapg_ac_298.html aapg_ac_298.html:11:1241:1253 Saskatchewan Great Britain +0.486213 cspg_html_9905904289 cspg_html_9905904289:442:52739:52744 Lance Fort Union Trading Post National Historic Site +0.484615 palaios_html_5977967483 palaios_html_5977967483:1105:97807:97819 Borden Bloomington, Indiana +0.886945 cspg_html_7963093032 cspg_html_7963093032:31:4218:4241 Beaver Mines Lacombe, Alberta +0.261212 aapg_ae_605.html aapg_ae_605.html:103:14170:14188 Salamonie Dolomite Mississinewa River +0.473908 aapg_ad_683.html aapg_ad_683.html:122:16774:16780 Hermit Supai, Arizona +0.499278 cspg_html_9330018201 cspg_html_9330018201:46:7567:7571 Elko Elko, Nevada +0.46956 AMJC_html_5916115748 AMJC_html_5916115748:1491:132250:132260 Washington Washington (state) +0.4896 aapg_ai_489.html aapg_ai_489.html:456:51946:51958 Eureka Sound Middle East +0.252003 cspg_html_3589404052 cspg_html_3589404052:521:56260:56276 Belloy Western world +0.491512 cspg_html_7881580279 cspg_html_7881580279:195:24825:24844 Red River Manitoba +0.253482 geology_html_9192784282 geology_html_9192784282:226:20880:20884 Kamo Earth +0.257556 aapg_af_854.html aapg_af_854.html:1163:164783:164789 Menard Randolph County, Indiana +0.25441 aapg_ac_366.html aapg_ac_366.html:243:28121:28147 Keefer Virginia +0.259045 sedimentology_html_4353954188 sedimentology_html_4353954188:1839:108612:108616 Hall London, Ontario +0.265608 aapg_ai_1.html aapg_ai_1.html:432:41135:41142 Wasatch Uinta Mountains +0.248262 gsa_html_9152662653 gsa_html_9152662653:15:675:683 Colorado Denver +0.723132 aapg_ai_17.html aapg_ai_17.html:441:32734:32745 Sparta Shreveport, Louisiana +0.249798 cspg_html_3328007773 cspg_html_3328007773:901:94907:94936 Dunvegan Canada +0.447066 aapg_ae_959.html aapg_ae_959.html:2280:161719:161740 Dewey Lake Salado, Texas +0.267253 aapg_ad_287.html aapg_ad_287.html:248:27622:27630 Colorado Denver +0.482275 aapg_aa_267.html aapg_aa_267.html:242:20434:20454 Greenbrier Ohio +0.473445 cspg_html_3328007773 cspg_html_3328007773:1051:105242:105253 Peace River Lacombe, Alberta +0.495876 aapg_ad_880.html aapg_ad_880.html:247:24670:24693 Gypsum Spring Cheyenne, Wyoming +0.258152 aapg_ah_3.html aapg_ah_3.html:461:58989:59016 Bighorn Dolomite Cheyenne, Wyoming +0.470322 aapg_ai_53.html aapg_ai_53.html:21:2389:2400 San Antonio Guadalupe County, Texas +0.244881 gsa_html_3035665976 gsa_html_3035665976:243:21876:21905 Kern River North Carolina +0.494172 palaios_html_2376163646 palaios_html_2376163646:55:7010:7030 Hell Creek Williston Basin +0.489519 aapg_ah_182.html aapg_ah_182.html:261:27715:27736 Martinsburg Northampton, Massachusetts +0.24651 aapg_ah_184.html aapg_ah_184.html:100:11989:11996 Garland Montgomery (town), New York +0.482205 aapg_ae_415.html aapg_ae_415.html:696:86877:86899 Chickasawhay Tampa, Florida +0.253847 sedimentology_html_3854944886 sedimentology_html_3854944886:576:19546:19550 Hall London, Ontario +0.26418 aapg_af_50.html aapg_af_50.html:5:611:618 Minturn Colorado +0.477152 palaios_html_7860397774 palaios_html_7860397774:63:4991:5008 La Luna Venezuela +0.26622 aapg_ae_428.html aapg_ae_428.html:968:76489:76511 Lagarto Burkeville, Texas +0.4795 cspg_html_2010437172 cspg_html_2010437172:103:13484:13506 Trent River Qualicum River +0.479108 sedimentology_html_8001929837 sedimentology_html_8001929837:217:16582:16586 Java East Timor +0.281358 aapg_ae_319.html aapg_ae_319.html:367:28466:28484 Dinwoody Cheyenne, Wyoming +0.240456 palaios_html_2736581987 palaios_html_2736581987:461:52435:52445 Rancheria New Mexico +0.50952 palaios_html_1574666570 palaios_html_1574666570:27:1722:1779 Arkona Ontario, California +0.240084 gsa_html_3330587082 gsa_html_3330587082:497:44994:45021 Rangeley Piermont, New York +0.246402 sedimentology_html_2441484618 sedimentology_html_2441484618:1447:109803:109813 Trout Lake Wisconsin +0.49824 aapg_ah_411.html aapg_ah_411.html:49:6828:6846 Kootenai Cheyenne, Wyoming +0.500598 aapg_af_575.html aapg_af_575.html:311:42063:42072 Maquoketa Decorah, Iowa +0.2499 aapg_af_575.html aapg_af_575.html:513:71151:71161 Moorefield Batesville, Arkansas +0.25132 aapg_aa_755.html aapg_aa_755.html:463:49162:49168 Walker Texas +0.26572 aapg_ad_944.html aapg_ad_944.html:271:25837:25872 Shaunavon Regina, Saskatchewan +0.488136 aapg_ai_31.html aapg_ai_31.html:68:7412:7430 Oakville Oakville, California +0.2782 aapg_ae_395.html aapg_ae_395.html:31:3075:3094 Dog Creek Texas +0.498225 aapg_ai_986.html aapg_ai_986.html:277:26386:26402 Amsden Cheyenne, Wyoming +0.505262 cspg_html_6608209149 cspg_html_6608209149:499:50006:50029 Watt Mountain Regina, Saskatchewan +0.481618 sedimentology_html_6812678908 sedimentology_html_6812678908:533:21511:21521 South Park Black Mountains (North Carolina) +0.476042 aapg_ad_466.html aapg_ad_466.html:756:82642:82650 Navesink Monmouth +0.251346 gsa_html_3069013284 gsa_html_3069013284:638:64782:64791 St. Johns Arizona +0.457924 aapg_aa_936.html aapg_aa_936.html:3:412:426 Fredericksburg Melbourne, Florida +0.412176 aapg_aa_124.html aapg_aa_124.html:571:58562:58578 Viking Bow Island Airport +0.26928 aapg_aa_112.html aapg_aa_112.html:214:16333:16339 Casper Cheyenne, Wyoming +0.2635 aapg_ac_333.html aapg_ac_333.html:860:105255:105259 Yeso Arizona +0.476685 aapg_ac_888.html aapg_ac_888.html:32:3230:3241 Shoal River Pamlico County, North Carolina +0.2688 aapg_ah_632.html aapg_ah_632.html:167:21781:21789 Virginia Piedmont (United States) +0.465429 aapg_af_14.html aapg_af_14.html:741:66700:66719 Rock Springs Cheyenne, Wyoming +0.476504 aapg_ae_181.html aapg_ae_181.html:236:36370:36380 Mooreville Alabama +0.240408 aapg_ae_581.html aapg_ae_581.html:615:69677:69685 Colorado Rocky Mountains +0.250444 aapg_ac_844.html aapg_ac_844.html:341:42702:42707 Yukon Mid-Atlantic Ridge +0.474176 AMJC_html_7537237712 AMJC_html_7537237712:859:85970:85978 Temporal Spain +0.270399 aapg_af_636.html aapg_af_636.html:209:24445:24451 Camden Buffalo National River +0.257446 aapg_ai_871.html aapg_ai_871.html:77:8222:8230 Niobrara Routt County, Colorado +0.267804 aapg_ac_158.html aapg_ac_158.html:66:10942:10948 Antler Sonoma, California +0.254508 gsa_html_3010975239 gsa_html_3010975239:79:10711:10718 Saginaw Michigan Basin +0.50295 geology_html_7649550424 geology_html_7649550424:279:22330:22334 Bell Kimberley (Western Australia) +0.486588 aapg_ac_487.html aapg_ac_487.html:284:43561:43566 Logan Mexico +0.249984 gsa_html_6169925575 gsa_html_6169925575:17:708:718 Washington Washington (state) +0.249498 aapg_ae_74.html aapg_ae_74.html:714:67071:67095 Arroyo New Mexico +0.251923 palaios_html_7100229719 palaios_html_7100229719:1045:86537:86543 Brazil Ubatuba +0.278244 cspg_html_5241714595 cspg_html_5241714595:676:101419:101427 Birdbear Regina, Saskatchewan +0.498123 cspg_html_4326384800 cspg_html_4326384800:1147:170435:170455 Twin Falls Hay River (Canada) +0.488005 cspg_html_9912281240 cspg_html_9912281240:600:69850:69872 Judith River Lacombe, Alberta +0.277728 aapg_ad_758.html aapg_ad_758.html:372:46575:46586 Lane Cherryvale, Kansas +0.496961 cspg_html_8525917094 cspg_html_8525917094:14:1883:1913 Swift Lacombe, Alberta +0.487863 sedimentology_html_1574151857 sedimentology_html_1574151857:29:2033:2043 Washington Cambridge +0.487407 aapg_ae_464.html aapg_ae_464.html:557:36657:36663 Sierra Tampico, Illinois +0.278556 aapg_ah_90.html aapg_ah_90.html:215:34284:34290 Dakota Colorado Plateau +0.269418 aapg_ah_253.html aapg_ah_253.html:404:47556:47597 Minnelusa Black Hills +0.266207 AMJC_html_8745118655 AMJC_html_8745118655:1297:104360:104368 Temporal Long Valley Caldera +0.243512 aapg_ad_105.html aapg_ad_105.html:402:36705:36716 San Antonio Honduras +0.503496 cspg_html_3942782922 cspg_html_3942782922:55:5622:5630 Columbia Lacombe, Alberta +0.48006 palaios_html_4196951131 palaios_html_4196951131:937:62024:62052 Green River Cheyenne, Wyoming +0.49317 aapg_ah_379.html aapg_ah_379.html:168:12187:12193 Sierra Tampico, Illinois +0.474635 aapg_af_624.html aapg_af_624.html:30:4189:4207 Tensleep Carbon County, Wyoming +0.220896 gsa_html_7464626519 gsa_html_7464626519:410:42834:42855 Uncompahgre Colorado +0.262119 aapg_ac_333.html aapg_ac_333.html:164:20114:20129 Supai Supai, Arizona +0.48246 jgeology_html_8494933343 jgeology_html_8494933343:733:47832:47856 Bouse Colorado +0.452571 aapg_ai_282.html aapg_ai_282.html:464:48045:48062 Edwards Texas +0.25143 gsa_html_1617077506 gsa_html_1617077506:27:1953:1961 Columbia Victoria, British Columbia +0.259578 AMJC_html_7777190388 AMJC_html_7777190388:248:31216:31224 Michigan Cheyenne, Wyoming +0.24892 aapg_ai_292.html aapg_ai_292.html:406:37513:37527 Nuka Anchorage, Alaska +0.263 cspg_html_6502178723 cspg_html_6502178723:21:2976:2984 Columbia Victoria, British Columbia +0.261919 cspg_html_4796942391 cspg_html_4796942391:415:47687:47705 Dunvegan Lacombe, Alberta +0.262944 sedimentology_html_6210806021 sedimentology_html_6210806021:895:50318:50326 Montreal Quebec City +0.2496 aapg_ad_440.html aapg_ad_440.html:516:47994:48000 Denmar Virginia +0.251122 cspg_html_7093237629 cspg_html_7093237629:6:367:411 Leduc Lacombe, Alberta +0.2574 geology_html_1948005826 geology_html_1948005826:12:754:767 Santa Barbara California +0.249494 sedimentology_html_2770923459 sedimentology_html_2770923459:666:60974:60980 Thrifty London, Ontario +0.245935 cspg_html_2575903827 cspg_html_2575903827:359:42179:42200 Green River Cheyenne, Wyoming +0.261975 aapg_ac_241.html aapg_ac_241.html:21:2947:2954 Raritan Closter, New Jersey +0.486266 aapg_ai_17.html aapg_ai_17.html:1085:70881:70894 Oakville Texas +0.483394 cspg_html_4666332434 cspg_html_4666332434:349:57613:57620 Bearpaw Lacombe, Alberta +0.260604 aapg_ah_903.html aapg_ah_903.html:29:6071:6085 Bossier Haynesville, Louisiana +0.247266 aapg_ae_959.html aapg_ae_959.html:944:71586:71594 Wolfcamp Crockett County, Tennessee +0.466736 aapg_ai_28.html aapg_ai_28.html:946:87408:87418 Rio Grande Texas +0.49495 aapg_ae_789.html aapg_ae_789.html:89:12337:12345 Palliser Rocky Mountain House, Alberta +0.260099 aapg_ad_893.html aapg_ad_893.html:307:37914:37937 Lisbon Lisbon +0.49305 gsa_html_3144986031 gsa_html_3144986031:560:53822:53850 Green River Colorado +0.243552 aapg_ad_337.html aapg_ad_337.html:94:9906:9913 Topanga Santa Monica Mountains +0.452904 cspg_html_9778753186 cspg_html_9778753186:244:36519:36536 Cadomin Kootenay River +0.498848 aapg_ae_998.html aapg_ae_998.html:90:11503:11511 Evanston Kemmerer, Wyoming +0.483912 aapg_ai_28.html aapg_ai_28.html:394:37836:37844 Beaumont Beaumont, Texas +0.387349 aapg_ac_82.html aapg_ac_82.html:179:16688:16696 Woodbine Arkansas +0.3534 aapg_ae_341.html aapg_ae_341.html:214:22772:22791 Smackover East Texas +0.502768 cspg_html_9735723617 cspg_html_9735723617:358:45928:45948 Weatherall Banks Island +0.520385 gsa_html_1734656819 gsa_html_1734656819:1252:115503:115512 San Diego Anza-Borrego Desert State Park +0.403656 gsa_html_3445493534 gsa_html_3445493534:579:64935:64953 Monterey California +0.260099 cspg_html_3735760125 cspg_html_3735760125:252:27757:27774 Viking Canada +0.468007 aapg_ad_155.html aapg_ad_155.html:142:18875:18883 Vaqueros California +0.49632 cspg_html_9142742810 cspg_html_9142742810:108:15737:15756 Chinchaga East Kilbride +0.828998 cspg_html_6644065685 cspg_html_6644065685:54:5881:5902 Melville Island Banks Island +0.503712 aapg_ae_794.html aapg_ae_794.html:58:9317:9337 Tuscaloosa Mississippi River +0.249744 cspg_html_5976982403 cspg_html_5976982403:39:6766:6777 Fort Steele Victoria, British Columbia +0.230972 aapg_ae_74.html aapg_ae_74.html:435:40714:40730 Navajo Chinle Formation +0.476784 palaios_html_9876040400 palaios_html_9876040400:850:78628:78643 Arikaree White River (Washington) +0.504434 sedimentology_html_7969365301 sedimentology_html_7969365301:1107:54153:54157 Bond Anchorage, Alaska +0.493914 aapg_af_384.html aapg_af_384.html:700:78378:78387 Bay Fiord Canada +0.499376 aapg_ad_880.html aapg_ad_880.html:264:27779:27802 Gypsum Spring Spearfish, South Dakota +0.263662 aapg_ac_882.html aapg_ac_882.html:426:40404:40422 Bellevue Cincinnati +0.497034 jgeology_html_1836103970 jgeology_html_1836103970:185:14423:14443 Boss Point New Glasgow, Nova Scotia +0.374166 gsa_html_2877730818 gsa_html_2877730818:1058:88308:88343 Kingston Peak California +0.504444 gsa_html_2667366192 gsa_html_2667366192:683:60917:60921 Hall California +0.518916 aapg_ad_675.html aapg_ad_675.html:398:39471:39477 Casper Cheyenne, Wyoming +0.235944 aapg_af_713.html aapg_af_713.html:145:14277:14300 Cotton Valley Haynesville, Louisiana +0.502516 palaios_html_9408587909 palaios_html_9408587909:471:50232:50250 Moenkopi Logan, Utah +0.248997 cspg_html_8211273957 cspg_html_8211273957:40:5963:5971 Duvernay Edmonton, London +0.258039 aapg_ae_873.html aapg_ae_873.html:704:82642:82649 Rodessa Paluxy, Texas +0.491898 palaios_html_3105248303 palaios_html_3105248303:768:79663:79669 Reston Lexington, Kentucky +0.263526 cspg_html_2749851978 cspg_html_2749851978:612:69130:69147 Cardium Lacombe, Alberta +0.279517 aapg_ah_318.html aapg_ah_318.html:4110:311772:311791 Smackover Arkansas +0.276352 cspg_html_4376017434 cspg_html_4376017434:83:9903:9911 Columbia Victoria, British Columbia +0.266766 cspg_html_9073385860 cspg_html_9073385860:6:361:376 Leduc Lacombe, Alberta +0.480256 gsa_html_4592916077 gsa_html_4592916077:1063:73914:73942 Green River New Mexico +0.805678 cspg_html_1503116552 cspg_html_1503116552:124:20849:20869 Swan Hills Swan Hill, Victoria +0.5019 aapg_af_12.html aapg_af_12.html:54:5538:5543 Logan Denver +0.260096 gsa_html_1248731493 gsa_html_1248731493:676:63791:63799 Columbia Victoria, British Columbia +0.265584 sedimentology_html_7382984039 sedimentology_html_7382984039:2720:76976:76980 Hall London, Ontario +0.5145 aapg_ac_582.html aapg_ac_582.html:1865:163055:163070 Slope Southern California +0.503685 aapg_ae_324.html aapg_ae_324.html:1299:129256:129264 Lowville Black River, Jamaica +0.249318 aapg_ad_403.html aapg_ad_403.html:43:6881:6898 Barnett Meramec River +0.2455 aapg_ah_96.html aapg_ah_96.html:723:73059:73067 Colorado Fremont, California +0.493568 gsa_html_1925035608 gsa_html_1925035608:1322:84491:84519 Green River Iran +0.445094 cspg_html_5697056884 cspg_html_5697056884:598:57538:57557 Winnipeg Regina, Saskatchewan +0.25338 cspg_html_2013109828 cspg_html_2013109828:209:37031:37048 Cedared Bear Lake, Michigan +0.257045 cspg_html_6163691495 cspg_html_6163691495:1080:91712:91729 Madison Cheyenne, Wyoming +0.272976 aapg_af_286.html aapg_af_286.html:369:46931:46945 Viking Tuscaloosa, Alabama +0.244474 gsa_html_4675429437 gsa_html_4675429437:33:1634:1640 Sonora Baja California peninsula +0.24696 aapg_ac_882.html aapg_ac_882.html:59:6171:6179 Richmond Middletown, Connecticut +0.240036 palaios_html_6605749307 palaios_html_6605749307:576:52478:52494 Toreva Arizona +0.476451 aapg_ai_814.html aapg_ai_814.html:128:13954:13986 Viola Podolia Governorate +0.256512 cspg_html_4530154552 cspg_html_4530154552:650:97580:97597 Montney Lacombe, Alberta +0.482 geology_html_1085819429 geology_html_1085819429:39:3276:3292 Dakota Iowa +0.256011 aapg_ai_432.html aapg_ai_432.html:317:42499:42504 Ancon Gulf Coast of the United States +0.252609 aapg_ae_181.html aapg_ae_181.html:8:1009:1024 Eutaw Selma to Montgomery marches +0.505741 cspg_html_8740534160 cspg_html_8740534160:362:41388:41396 Columbia Victoria, British Columbia +0.253492 aapg_af_839.html aapg_af_839.html:232:22960:22964 Kent Allegan, Michigan +0.262143 gsa_html_4891459463 gsa_html_4891459463:13:746:755 San Diego California +0.252486 palaios_html_5542013090 palaios_html_5542013090:796:73924:73928 Hall Canada +0.489684 aapg_aa_696.html aapg_aa_696.html:605:69960:69968 Colorado Denver +0.4685 aapg_ai_49.html aapg_ai_49.html:326:41010:41018 Sundance New Mexico +0.26536 gsa_html_1662492421 gsa_html_1662492421:766:64504:64514 Washington Logan, Utah +0.50908 geology_html_9924482358 geology_html_9924482358:301:27151:27172 Green River Colorado +0.254 aapg_ai_82.html aapg_ai_82.html:383:42799:42809 Greenbrier Greenbrier (Great Smoky Mountains) +0.895288 aapg_ac_215.html aapg_ac_215.html:3:184:203 Englewood Englewood, New Jersey +0.25452 aapg_aa_735.html aapg_aa_735.html:88:8053:8059 Borden Illinois +0.498076 aapg_af_636.html aapg_af_636.html:838:84317:84325 Onondaga Illinois +0.493812 gsa_html_2690093052 gsa_html_2690093052:1159:87390:87418 Green River Colorado +0.265698 cspg_html_4403434336 cspg_html_4403434336:252:29514:29526 Devon Island Canada +0.257983 aapg_af_664.html aapg_af_664.html:391:43586:43596 San Andres Delaware +0.481104 gsa_html_7102550258 gsa_html_7102550258:224:22748:22765 Wingate Logan, Utah +0.2555 aapg_ac_969.html aapg_ac_969.html:40:4175:4200 Basal Ardmore, Pennsylvania +0.259072 AMJC_html_3632105729 AMJC_html_3632105729:856:95276:95282 Oregon Salem, Oregon +0.242949 gsa_html_2927312038 gsa_html_2927312038:47:3807:3815 Scotland Great Britain +0.792075 aapg_ac_846.html aapg_ac_846.html:3:518:525 Bandera Illinois +0.238119 aapg_aa_95.html aapg_aa_95.html:15:1512:1520 Colorado Hermosa, Chicago +0.240922 cspg_html_5542874609 cspg_html_5542874609:328:38544:38558 Colorado Lacombe, Alberta +0.509334 aapg_af_854.html aapg_af_854.html:1137:160915:160936 Tar Springs Kentucky +0.265734 cspg_html_4413081832 cspg_html_4413081832:21:2112:2127 Leduc Lacombe, Alberta +0.255936 AMJC_html_5516451353 AMJC_html_5516451353:387:42678:42695 Massabesic Gneiss New Hampshire +0.507458 aapg_aa_116.html aapg_aa_116.html:26:3700:3705 Banff Edmonton, London +0.278382 aapg_ah_820.html aapg_ah_820.html:158:12193:12199 Dakota Colorado +0.497034 aapg_ah_328.html aapg_ah_328.html:347:36519:36535 Amsden Cheyenne, Wyoming +0.484748 gsa_html_3225734041 gsa_html_3225734041:611:50093:50104 Wissahickon Wissahickon Formation +0.273385 aapg_ai_49.html aapg_ai_49.html:202:23356:23360 Yeso Colorado +0.247995 gsa_html_6861599329 gsa_html_6861599329:12:553:566 Santa Barbara California +0.684972 palaios_html_6461864355 palaios_html_6461864355:730:69418:69438 Pottsville Alabama +0.267696 cspg_html_4822015639 cspg_html_4822015639:395:51019:51025 Jordan Reno, Nevada +0.266231 aapg_af_889.html aapg_af_889.html:106:8858:8868 San Andres Lovington, Illinois +0.261626 geology_html_6329538200 geology_html_6329538200:201:17664:17668 Bell London, Ontario +0.2465 aapg_ad_190.html aapg_ad_190.html:18:3239:3256 Cypress Illinois +0.486913 aapg_aa_457.html aapg_aa_457.html:62:11218:11227 Smackover Haynesville, Louisiana +0.48504 cspg_html_3354282978 cspg_html_3354282978:188:24980:24991 Slave Point Lacombe, Alberta +0.249744 gsa_html_8549650339 gsa_html_8549650339:232:20704:20718 Buda Buda, Texas +0.498648 gsa_html_6792712999 gsa_html_6792712999:792:74112:74140 Green River Iran +0.257868 aapg_af_939.html aapg_af_939.html:32:3969:3975 Keokuk Burlington, Ontario +0.489402 gsa_html_2369540133 gsa_html_2369540133:876:73127:73155 Green River Colorado +0.174342 aapg_ac_235.html aapg_ac_235.html:624:69366:69372 Lakota Black Hills +0.253512 AMJC_html_4504848787 AMJC_html_4504848787:377:40724:40746 Mechum River Lynchburg, Virginia +0.265125 aapg_ah_654.html aapg_ah_654.html:1080:110863:110879 Amsden Little Cottonwood Creek +0.484524 aapg_af_625.html aapg_af_625.html:416:42024:42043 Chemung Pennsylvania +0.35984 aapg_ae_473.html aapg_ae_473.html:385:35411:35427 Sparta Winona, Mississippi +0.258462 aapg_ad_69.html aapg_ad_69.html:80:5109:5124 Telegraph Creek Niobrara, Nebraska +0.497721 gsa_html_3085400040 gsa_html_3085400040:1477:127577:127605 Green River New Mexico +0.26059 aapg_ae_217.html aapg_ae_217.html:17:1816:1834 Nacatoch Shreveport, Louisiana +0.730908 aapg_ah_871.html aapg_ah_871.html:410:44466:44473 Pamelia Beaconsfield, Quebec +0.486244 cspg_html_2170645676 cspg_html_2170645676:18:2646:2731 Bakken Williston, Vermont +0.465064 aapg_ae_324.html aapg_ae_324.html:655:65984:65991 Holston Knoxville, Tennessee +0.939928 aapg_ad_808.html aapg_ad_808.html:1289:87440:87458 Frontier Richmond, California +0.255009 aapg_aa_712.html aapg_aa_712.html:9:1702:1717 Galena Platteville, Colorado +0.861015 aapg_ah_490.html aapg_ah_490.html:35:4441:4461 Minnelusa Black Hills +0.473323 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17908:17918 Washington Victoria, British Columbia +0.485216 cspg_html_3732003228 cspg_html_3732003228:217:27752:27757 Price Lacombe, Alberta +0.477442 aapg_ac_831.html aapg_ac_831.html:17:2550:2555 Aneth Des Moines, Washington +0.489842 cspg_html_1962846283 cspg_html_1962846283:492:59150:59158 Columbia Victoria, British Columbia +0.37904 aapg_aa_126.html aapg_aa_126.html:32:3077:3096 Franconia Goodhue County, Minnesota +0.488898 aapg_ah_428.html aapg_ah_428.html:388:46614:46622 Caballos Santiago +0.469437 aapg_ae_419.html aapg_ae_419.html:182:21880:21891 Otates Mexico +0.250746 cspg_html_7378664643 cspg_html_7378664643:356:62171:62199 Milk River Lacombe, Alberta +0.893914 aapg_ae_791.html aapg_ae_791.html:3:373:386 Carlin Canyon Elko County, Nevada +0.2472 cspg_html_1962846283 cspg_html_1962846283:311:34158:34168 Elk Crowsnest Pass, Alberta +0.214016 cspg_html_1132698231 cspg_html_1132698231:214:28645:28678 Merced San Francisco +0.50796 gsa_html_1529344185 gsa_html_1529344185:68:5627:5655 Green River Colorado +0.263153 aapg_ak_26.html aapg_ak_26.html:65:6786:6803 Florida Mountains Sugarloaf Mountain (Florida) +0.515404 aapg_af_653.html aapg_af_653.html:602:66559:66566 Temblor Monterey, California +0.50652 aapg_af_12.html aapg_af_12.html:212:17323:17335 Dakota Denver +0.691599 aapg_ah_555.html aapg_ah_555.html:160:15201:15209 Niobrara Colorado +0.254016 gsa_html_5664265459 gsa_html_5664265459:1182:110007:110034 Columbia Washington (state) +0.244528 aapg_ai_444.html aapg_ai_444.html:49:4985:5012 Hale Winslow, Arizona +0.493268 gsa_html_7808051457 gsa_html_7808051457:682:68011:68028 Manitou Western world +0.478541 jgeology_html_1004614520 jgeology_html_1004614520:295:17216:17232 Carmel Carmel, Indiana +0.258552 cspg_html_1763727002 cspg_html_1763727002:435:47927:47957 Doig Lacombe, Alberta +0.2667 cspg_html_8121999081 cspg_html_8121999081:68:7631:7648 Bearpaw Lacombe, Alberta +0.262524 aapg_ai_3.html aapg_ai_3.html:45:7723:7732 Morehouse Missouri River +0.267674 aapg_ad_440.html aapg_ad_440.html:79:9120:9130 Greenbrier Greenbrier (Great Smoky Mountains) +0.490988 gsa_html_9314974751 gsa_html_9314974751:690:62410:62418 Homewood Oman +0.477732 cspg_html_4176605708 cspg_html_4176605708:271:26027:26034 Cookson Duxbury, Massachusetts +0.69642 cspg_html_9735723617 cspg_html_9735723617:44:6729:6738 Hecla Bay Banks Island +0.27169 gsa_html_6967025223 gsa_html_6967025223:660:49962:49990 Green River Colorado +0.269874 aapg_af_397.html aapg_af_397.html:507:58498:58505 Entrada Entrada Sandstone +0.270351 cspg_html_7378664643 cspg_html_7378664643:855:115129:115162 Grosmont Canada +0.48355 geology_html_1600610801 geology_html_1600610801:121:8440:8452 Saskatchewan Canada +0.25546 aapg_aa_712.html aapg_aa_712.html:144:19297:19312 Galena Platteville, Colorado +0.267208 aapg_ad_466.html aapg_ad_466.html:1368:145752:145759 Raritan Closter, New Jersey +0.500544 cspg_html_2749851978 cspg_html_2749851978:412:57981:57999 Frontier Natrona County, Wyoming +0.24769 geology_html_7320404011 geology_html_7320404011:330:18005:18009 Bond North Atlantic Current +0.240075 geology_html_7388717714 geology_html_7388717714:289:23788:23796 Columbia Victoria, British Columbia +0.254464 aapg_ac_726.html aapg_ac_726.html:17:3135:3140 Atoka McAlester, Oklahoma +0.525624 aapg_ad_798.html aapg_ad_798.html:195:19846:19854 Beaumont Shreveport, Louisiana +0.714952 geology_html_8865251298 geology_html_8865251298:178:20561:20578 Thaynes Logan, Utah +0.257526 aapg_aa_678.html aapg_aa_678.html:231:24099:24124 Beaverhill Lacombe, Alberta +0.473185 aapg_ae_905.html aapg_ae_905.html:203:22945:22961 Hertha Illinois +0.694323 cspg_html_7278957427 cspg_html_7278957427:30:4511:4533 Eureka Sound Ellesmere Island +0.272586 gsa_html_1266138577 gsa_html_1266138577:357:28893:28910 Campito Salinas Valley +0.6076 aapg_aa_302.html aapg_aa_302.html:336:40761:40779 Toroweap Logan, Utah +0.459466 aapg_ae_839.html aapg_ae_839.html:35:3367:3374 Rodessa Paluxy, Texas +0.242554 gsa_html_1316826711 gsa_html_1316826711:234:18211:18216 Yukon Teslin, Yukon +0.264638 aapg_ae_370.html aapg_ae_370.html:376:34738:34744 Keasey Cowlitz River +0.474 cspg_html_9951421861 cspg_html_9951421861:261:37445:37453 Wabiskaw Clearwater, Florida +0.248262 gsa_html_4776439297 gsa_html_4776439297:927:80423:80430 Windham Bennington, Vermont +0.484009 aapg_ah_411.html aapg_ah_411.html:120:14882:14901 Mesaverde Cheyenne, Wyoming +0.483041 aapg_ae_860.html aapg_ae_860.html:63:6178:6184 Dockum Texas +0.48323 aapg_af_461.html aapg_af_461.html:343:29672:29678 Casper Cheyenne, Wyoming +0.526491 aapg_af_392.html aapg_af_392.html:3:164:182 Frontier Logan, Utah +0.24123 AMJC_html_5516451353 AMJC_html_5516451353:348:37167:37184 Massabesic Gneiss Middlesex Fells Reservation Parkways +0.26936 cspg_html_5264346535 cspg_html_5264346535:191:22077:22098 Bearpaw Western Canadian Sedimentary Basin +0.256522 geology_html_3484341641 geology_html_3484341641:15:706:712 Reston Virginia +0.468671 gsa_html_3942625742 gsa_html_3942625742:140:11645:11657 Little River Metro Manila +0.504376 aapg_ac_310.html aapg_ac_310.html:103:7834:7850 Niobrara Niobrara, Nebraska +0.505195 aapg_ae_904.html aapg_ae_904.html:494:52045:52053 Sundance Cheyenne, Wyoming +0.252396 gsa_html_7199417381 gsa_html_7199417381:559:56915:56939 White River Nebraska +0.257839 aapg_ah_77.html aapg_ah_77.html:242:28408:28431 Rock Springs Sweetwater, Miami-Dade County, Florida +0.366 aapg_ah_876.html aapg_ah_876.html:434:53257:53271 Rodessa Mississippi River +0.879723 cspg_html_1509800797 cspg_html_1509800797:185:16563:16576 Bearpaw Lacombe, Alberta +0.240856 palaios_html_1086380054 palaios_html_1086380054:47:5003:5021 Javelina Texas +0.49632 gsa_html_2098291403 gsa_html_2098291403:318:30838:30848 Washington Seattle +0.257048 aapg_ac_7.html aapg_ac_7.html:12:1238:1244 Oregon West Coast of the United States +0.211578 cspg_html_6252417471 cspg_html_6252417471:275:40559:40581 Eureka Sound Banks Island +0.490676 cspg_html_3521815736 cspg_html_3521815736:63:11018:11041 Charlie Lake Grayling, Michigan +0.249488 aapg_ai_524.html aapg_ai_524.html:82:10768:10787 Bidahochi Chuska Mountains +0.514135 aapg_af_854.html aapg_af_854.html:511:68119:68131 Edwardsville Kentucky +0.480414 gsa_html_8774590177 gsa_html_8774590177:661:65608:65623 Lone Rock Burlington, Ontario +0.491454 gsa_html_8671422836 gsa_html_8671422836:487:50744:50763 Patuxent Pensacola, Florida +0.499032 palaios_html_8064020973 palaios_html_8064020973:559:63204:63218 Ogallala Hitchcock County, Nebraska +0.519057 aapg_ah_607.html aapg_ah_607.html:117:10778:10795 Dakota Powder River (Montana) +0.503608 aapg_ae_200.html aapg_ae_200.html:128:12457:12474 Mt Lytton Buda, Texas +0.25344 cspg_html_2098485391 cspg_html_2098485391:306:35569:35577 Virginia Middle Ordovician +0.231483 aapg_af_890.html aapg_af_890.html:282:28000:28013 Tecovas Lea County Regional Airport +0.259875 cspg_html_3456965010 cspg_html_3456965010:13:1690:1698 Edmonton Lacombe, Alberta +0.489712 cspg_html_6278093686 cspg_html_6278093686:144:12578:12586 Columbia Victoria, British Columbia +0.499275 aapg_ah_335.html aapg_ah_335.html:196:25059:25069 Pottsville Cheyenne, Wyoming +0.26928 aapg_ae_560.html aapg_ae_560.html:307:28165:28173 La Habra California +0.480129 aapg_ah_645.html aapg_ah_645.html:226:28147:28165 Sundance Black Hills +0.471056 cspg_html_8057060038 cspg_html_8057060038:242:29223:29238 Mahto Canada +0.27195 aapg_ah_536.html aapg_ah_536.html:529:69570:69592 Mooringsport Paluxy, Texas +0.25553 sedimentology_html_6282709960 sedimentology_html_6282709960:367:26776:26782 Oregon Anchorage, Alaska +0.245016 aapg_ae_308.html aapg_ae_308.html:39:3640:3650 Kinderhook Chattanooga, Tennessee +0.26361 gsa_html_8194200546 gsa_html_8194200546:15:884:894 Washington Earth +0.705309 aapg_ac_511.html aapg_ac_511.html:7:970:975 Atoka Atoka, Oklahoma +0.26145 aapg_ai_157.html aapg_ai_157.html:91:12431:12437 Guelph Lockport (city), New York +0.270912 gsa_html_3289054608 gsa_html_3289054608:1559:131368:131377 Partridge Africa +0.243386 sedimentology_html_6225967387 sedimentology_html_6225967387:1089:63959:63963 Pico Spain +0.263626 geology_html_5785729740 geology_html_5785729740:252:19467:19475 Scotland London, Ontario +0.263165 aapg_af_381.html aapg_af_381.html:32:5146:5169 Topanga Santa Monica Mountains +0.487424 cspg_html_3501550466 cspg_html_3501550466:586:84125:84150 Grosmont Lacombe, Alberta +0.518293 aapg_ah_775.html aapg_ah_775.html:262:32464:32480 Dakota Colorado +0.484785 AMJC_html_4446957148 AMJC_html_4446957148:743:76247:76281 Seboomook Portland, Maine +0.264115 aapg_af_2.html aapg_af_2.html:294:32858:32863 Ouray Ouray, Colorado +0.484692 aapg_ai_592.html aapg_ai_592.html:3:211:232 Green River Wasatch County, Utah +0.254508 aapg_ai_468.html aapg_ai_468.html:65:8822:8851 Bossier Haynesville, Louisiana +0.45784 cspg_html_6116883777 cspg_html_6116883777:628:82945:82971 Bathurst Devon Island +0.252486 cspg_html_9343899465 cspg_html_9343899465:1223:104327:104338 Catskill Pennsylvania +0.251779 gsa_html_7820028180 gsa_html_7820028180:1017:85869:85878 Extension England +0.253009 cspg_html_7483574191 cspg_html_7483574191:118:19073:19108 Altyn Lacombe, Alberta +0.257045 aapg_ai_326.html aapg_ai_326.html:34:5103:5121 New Scotland Cumberland, Maryland +0.43719 aapg_ae_428.html aapg_ae_428.html:934:73367:73375 Colorado Colorado +0.271362 aapg_aa_702.html aapg_aa_702.html:638:101835:101855 Dawson Bay Regina, Saskatchewan +0.361775 aapg_af_773.html aapg_af_773.html:72:7845:7866 Green River Cheyenne, Wyoming +0.503041 aapg_ac_749.html aapg_ac_749.html:105:14871:14884 Guelph Guelph +0.2635 cspg_html_4495377323 cspg_html_4495377323:298:31584:31592 Columbia Lacombe, Alberta +0.24624 cspg_html_4031489103 cspg_html_4031489103:382:58125:58144 Kitchener Pend Oreille River +0.259077 cspg_html_9683836416 cspg_html_9683836416:551:77277:77299 Judith River Lacombe, Alberta +0.463956 aapg_af_162.html aapg_af_162.html:176:14937:14945 Saratoga Texas +0.449988 palaios_html_7206591444 palaios_html_7206591444:677:80484:80495 Road Canyon Washington (state) +0.470808 cspg_html_6702053097 cspg_html_6702053097:474:54735:54759 Wallace Ontario, California +0.483108 sedimentology_html_2960358802 sedimentology_html_2960358802:27:1976:1983 Compton Portland, Oregon +0.48006 aapg_ai_105.html aapg_ai_105.html:14:1942:1956 Duchesne River Uinta Mountains +0.255 aapg_ad_466.html aapg_ad_466.html:1314:140888:140896 Patapsco Baltimore +0.264708 cspg_html_3893568904 cspg_html_3893568904:22:2463:2473 Mill Creek Mountain Park (Holyoke, Massachusetts) +0.273528 aapg_ad_720.html aapg_ad_720.html:77:8472:8475 Abo Sacramento Mountains (California) +0.26361 cspg_html_3627006433 cspg_html_3627006433:782:76926:76943 Wapiabi Lacombe, Alberta +0.241017 aapg_af_684.html aapg_af_684.html:92:10916:10934 Bateman Elkton, Kentucky +0.510048 aapg_aa_887.html aapg_aa_887.html:3:409:414 Verde New Mexico +0.255936 jgeology_html_8596065691 jgeology_html_8596065691:651:55429:55438 Escambray Caribbean Plate +0.35568 cspg_html_4717886670 cspg_html_4717886670:722:81966:81983 Entrada Logan, Utah +0.265209 aapg_af_384.html aapg_af_384.html:235:26383:26395 Devon Island Ellesmere Island +0.2545 cspg_html_8568877195 cspg_html_8568877195:66:10683:10700 Belly River Lacombe, Alberta +0.377253 aapg_af_789.html aapg_af_789.html:206:27930:27949 Hampshire Huntington, West Virginia +0.255518 palaios_html_2339045630 palaios_html_2339045630:97:14312:14320 Virginia Knoxville, Tennessee +0.248496 aapg_aa_303.html aapg_aa_303.html:228:20822:20836 Dyer Glenwood Canyon +0.2626 geology_html_2705128271 geology_html_2705128271:157:14604:14636 Pocatello Pocatello, Idaho +0.488565 geology_html_1713003521 geology_html_1713003521:314:27007:27013 Walker Earth +0.501992 cspg_html_9343899465 cspg_html_9343899465:955:83404:83414 Bird Fiord Ellesmere Island +0.273525 cspg_html_7086880709 cspg_html_7086880709:204:23837:23855 Hare Indian Victoria, British Columbia +0.249498 gsa_html_3648258377 gsa_html_3648258377:1172:104928:104949 Laurel Closter, New Jersey +0.482664 palaios_html_1018466366 palaios_html_1018466366:835:100255:100272 Bluesky Victoria, British Columbia +0.260608 AMJC_html_8854520503 AMJC_html_8854520503:913:92974:92984 Washington Victoria, British Columbia +0.258572 cspg_html_2083823293 cspg_html_2083823293:563:60218:60242 Mist Mountain Lacombe, Alberta +0.488335 AMJC_html_1873062106 AMJC_html_1873062106:407:54883:54898 Bluff Middle East +0.27092 aapg_ad_250.html aapg_ad_250.html:190:20027:20031 Bell Webster County, Missouri +0.264384 aapg_ac_333.html aapg_ac_333.html:656:80886:80911 Sandia Sandia-Manzano Mountains +0.489 aapg_aa_820.html aapg_aa_820.html:118:13070:13080 Rio Grande Sergipe +0.432368 palaios_html_3308412288 palaios_html_3308412288:473:57974:57990 Bighorn Dolomite Cheyenne, Wyoming +0.28028 aapg_ac_133.html aapg_ac_133.html:53:10291:10307 Urenui Taranaki Region +0.49444 aapg_af_129.html aapg_af_129.html:115:12559:12575 Belden Leadville, Colorado +0.26574 aapg_ad_169.html aapg_ad_169.html:64:8489:8508 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.2413 jgeology_html_6016138758 jgeology_html_6016138758:939:56315:56333 Yakataga Anchorage, Alaska +0.57267 aapg_aa_457.html aapg_aa_457.html:115:20665:20688 Smackover Haynesville, Louisiana +0.480916 aapg_af_68.html aapg_af_68.html:178:19160:19172 Saskatchewan Manitoba +0.464717 aapg_ah_619.html aapg_ah_619.html:37:5046:5060 Graneros Benton, Arkansas +0.481425 aapg_ae_873.html aapg_ae_873.html:812:93575:93589 Woodbine Goodland, Kansas +0.848216 aapg_ah_505.html aapg_ah_505.html:267:21565:21589 Morrison Denver +0.253991 cspg_html_7688587411 cspg_html_7688587411:374:39123:39141 Kaskapau Victoria, British Columbia +0.256824 aapg_ad_159.html aapg_ad_159.html:41:4479:4500 Green River Colorado +0.474552 cspg_html_2253842195 cspg_html_2253842195:382:43115:43123 Columbia Victoria, British Columbia +0.3835 aapg_ad_600.html aapg_ad_600.html:117:13070:13074 Rome Lee County, Alabama +0.254007 geology_html_4035987281 geology_html_4035987281:336:27921:27927 Oregon Yokohama +0.49728 gsa_html_9233283294 gsa_html_9233283294:765:76416:76425 San Diego California +0.493218 gsa_html_3380395839 gsa_html_3380395839:867:75195:75205 Washington Seattle +0.249368 palaios_html_8582343224 palaios_html_8582343224:575:51482:51503 Green River Cheyenne, Wyoming +0.496584 cspg_html_1019614994 cspg_html_1019614994:66:12728:12736 Columbia Victoria, British Columbia +0.251995 aapg_aa_15.html aapg_aa_15.html:243:34027:34045 Whitsett Karnes County, Texas +0.911028 sedimentology_html_2898428289 sedimentology_html_2898428289:1933:96622:96644 Winnipegosis Williston Basin +0.262135 cspg_html_9717154602 cspg_html_9717154602:203:29251:29272 Belly River Regina, Saskatchewan +0.4848 sedimentology_html_8384737970 sedimentology_html_8384737970:47:3672:3688 Carmel Entrada Sandstone +0.478908 aapg_ae_419.html aapg_ae_419.html:551:63033:63040 Metapan El Salvador, Misamis Oriental +0.268836 aapg_ad_828.html aapg_ad_828.html:70:4617:4635 Vaqueros Maricopa, Arizona +0.26355 jgeology_html_8265681594 jgeology_html_8265681594:452:27371:27380 Peninsula Korea +0.270399 cspg_html_6502178723 cspg_html_6502178723:21:2933:2951 Pardonet Western Canadian Sedimentary Basin +0.44744 gsa_html_4557277250 gsa_html_4557277250:266:26033:26049 Fish Canyon Tuff Sierra Nevada (Spain) +0.482304 aapg_aa_549.html aapg_aa_549.html:10:1566:1578 Nowata Peru, Indiana +0.259408 aapg_aa_312.html aapg_aa_312.html:1122:117885:117890 Weeks Long Island +0.465521 aapg_aa_473.html aapg_aa_473.html:34:5197:5209 Fayetteville Antrim, County Antrim +0.26883 cspg_html_4516258038 cspg_html_4516258038:485:54506:54520 Thumb Mountain Bathurst Island (Northern Territory) +0.251482 aapg_af_854.html aapg_af_854.html:552:75153:75175 Edwardsville Kentucky +0.254989 aapg_ad_747.html aapg_ad_747.html:69:9858:9866 Trujillo Venezuela +0.247266 aapg_ae_789.html aapg_ae_789.html:237:26736:26744 Palliser Calgary +0.25856 aapg_ah_775.html aapg_ah_775.html:525:48580:48588 Colorado Colorado +0.24552 gsa_html_8067247871 gsa_html_8067247871:519:34620:34628 Colorado Rocky Mountains +0.844512 aapg_aa_889.html aapg_aa_889.html:599:63552:63568 Inyan Kara Black Hills +0.250937 cspg_html_9343899465 cspg_html_9343899465:833:75911:75928 Beverley Inlet Bathurst Island (Northern Territory) +0.258937 aapg_ah_385.html aapg_ah_385.html:369:45855:45869 Pioneer Central Valley (California) +0.256793 aapg_ae_958.html aapg_ae_958.html:1663:145562:145580 Carlsbad Carlsbad, New Mexico +0.273205 aapg_ad_580.html aapg_ad_580.html:25:4175:4185 Fort Union Powder River (Montana) +0.258063 aapg_ai_356.html aapg_ai_356.html:145:14972:14986 Buda Del Rio, Tennessee +0.258064 aapg_ah_807.html aapg_ah_807.html:149:12357:12365 Wolfcamp Kent County, Maryland +0.36159 aapg_ae_999.html aapg_ae_999.html:317:44086:44107 Danville Landing Shreveport, Louisiana +0.264136 aapg_aa_4.html aapg_aa_4.html:237:31630:31647 Chemung Elmira, Ontario +0.486983 gsa_html_1520002998 gsa_html_1520002998:1109:87243:87253 Wind River Cheyenne, Wyoming +0.449448 aapg_af_808.html aapg_af_808.html:153:21249:21267 Scotland Barbados +0.25959 aapg_ad_564.html aapg_ad_564.html:7885:691742:691752 Fort Union Hell Creek Formation +0.252494 aapg_ad_63.html aapg_ad_63.html:205:17894:17908 Frio Whitsett, North Carolina +0.261212 aapg_ad_301.html aapg_ad_301.html:173:19560:19592 Niobrara Cheyenne, Wyoming +0.269824 cspg_html_2796643803 cspg_html_2796643803:152:22936:22989 Deadwood Lacombe, Alberta +0.259408 cspg_html_2419618566 cspg_html_2419618566:51:10034:10040 Antler Canada +0.481206 aapg_ad_457.html aapg_ad_457.html:197:23904:23909 Chazy Bennington, Vermont +0.265684 aapg_ai_583.html aapg_ai_583.html:521:65789:65804 Swift Cheyenne, Wyoming +0.508368 aapg_ai_491.html aapg_ai_491.html:169:19776:19802 Paradox Atoka, Oklahoma +0.25806 gsa_html_6927123889 gsa_html_6927123889:15:668:681 Santa Barbara California +0.258552 aapg_ad_696.html aapg_ad_696.html:453:41309:41320 San Antonio Texas +0.486072 palaios_html_9133125241 palaios_html_9133125241:563:68074:68105 Kope Cincinnati +0.470916 geology_html_2187977160 geology_html_2187977160:24:2089:2096 El Paso Texas +0.459742 cspg_html_5688447798 cspg_html_5688447798:13:3087:3141 Disappointment Bay Ellesmere Island +0.253206 aapg_ai_1.html aapg_ai_1.html:301:26644:26651 Hermosa Hermosa, Chicago +0.469168 aapg_ac_65.html aapg_ac_65.html:796:66543:66551 Colorado Garfield County, Colorado +0.725994 aapg_ah_871.html aapg_ah_871.html:434:48269:48276 Pamelia Lowville (town), New York +0.492012 aapg_ae_272.html aapg_ae_272.html:15:2486:2505 Coldwater Michigan +0.26884 aapg_ah_370.html aapg_ah_370.html:10:1195:1203 Traverse Alpena, Michigan +0.48076 cspg_html_5034642555 cspg_html_5034642555:425:40242:40275 Leadville Colorado +0.25811 aapg_ad_664.html aapg_ad_664.html:503:47408:47429 Green River Uinta Mountains +0.248677 aapg_ad_580.html aapg_ad_580.html:483:63649:63661 Dockum Panhandle, Texas +0.258566 aapg_ah_157.html aapg_ah_157.html:255:36105:36119 Alto Illinois +0.25856 aapg_af_653.html aapg_af_653.html:852:95347:95355 Vaqueros California +0.48776 cspg_html_2838996125 cspg_html_2838996125:167:30372:30387 Canol Mackenzie River +0.448707 aapg_ac_198.html aapg_ac_198.html:232:20527:20545 Eagle Navarro County, Texas +0.48132 aapg_af_308.html aapg_af_308.html:281:32017:32023 Benson Taylor County, Wisconsin +0.244518 aapg_ai_287.html aapg_ai_287.html:278:31415:31423 Woodford California +0.246016 sedimentology_html_7879809021 sedimentology_html_7879809021:522:36601:36608 Taggard Greenbrier (Great Smoky Mountains) +0.25449 cspg_html_6116883777 cspg_html_6116883777:646:84863:84871 Bathurst Bathurst Island (Northern Territory) +0.24846 gsa_html_8398449001 gsa_html_8398449001:625:50365:50375 Bear River Bear Lake, Michigan +0.521478 sedimentology_html_7094042012 sedimentology_html_7094042012:600:52960:52966 Provo Jura Mountains +0.493296 gsa_html_8517233795 gsa_html_8517233795:634:57963:57971 Monterey Compton, California +0.279156 sedimentology_html_7169923152 sedimentology_html_7169923152:906:52456:52476 San Andres New Mexico +0.4921 aapg_af_586.html aapg_af_586.html:86:10945:10955 Washington Arizona +0.255398 aapg_ai_916.html aapg_ai_916.html:79:10276:10290 Rockdale Mississippi River +0.276675 aapg_af_845.html aapg_af_845.html:133:13025:13033 Woodbine Paluxy, Texas +0.490716 cspg_html_9735723617 cspg_html_9735723617:637:74648:74666 Imperial Banks Island +0.248 aapg_ac_621.html aapg_ac_621.html:140:11125:11143 Zeandale Tarkio, Missouri +0.26622 aapg_ai_153.html aapg_ai_153.html:495:74837:74848 Monongahela Ohio +0.251923 gsa_html_3818307499 gsa_html_3818307499:600:58150:58156 Walker California +0.45384 aapg_af_854.html aapg_af_854.html:973:137359:137380 Paint Creek Illinois +0.077183 aapg_aa_23.html aapg_aa_23.html:544:67016:67036 Red River Manitoba +0.254364 aapg_ah_95.html aapg_ah_95.html:41:4628:4644 Concha Arizona +0.267716 aapg_ae_407.html aapg_ae_407.html:136:13480:13502 Wapsipinicon Illinois +0.474045 aapg_ac_879.html aapg_ac_879.html:5:1042:1048 Shasta Roaring Fork River +0.495208 aapg_aa_23.html aapg_aa_23.html:1006:133752:133761 Interlake Regina, Saskatchewan +0.461127 gsa_html_1616304153 gsa_html_1616304153:827:77550:77557 Yucatan Melbourne, Florida +0.25064 aapg_ae_516.html aapg_ae_516.html:206:20588:20610 A-2 Evaporite Salina, Kansas +0.480293 aapg_ae_789.html aapg_ae_789.html:583:68007:68024 Wabamun Edmonton, London +0.270396 aapg_ad_695.html aapg_ad_695.html:70:6675:6681 Sparta Nacogdoches, Texas +0.271432 sedimentology_html_6338456723 sedimentology_html_6338456723:1668:73745:73751 Laguna Guatemala +0.25152 gsa_html_8549650339 gsa_html_8549650339:490:48473:48491 Monterey California +0.262636 aapg_ai_216.html aapg_ai_216.html:33:3911:3918 Holston Knoxville, Illinois +0.256968 geology_html_4301172553 geology_html_4301172553:331:25737:25765 Green River Cheyenne, Wyoming +0.248122 sedimentology_html_6951714124 sedimentology_html_6951714124:810:62886:62890 Hall London, Ontario +0.484524 palaios_html_3232474978 palaios_html_3232474978:539:52661:52669 Columbia Canada +0.280896 gsa_html_9723549532 gsa_html_9723549532:74:6981:7009 Green River Colorado +0.290496 aapg_ac_439.html aapg_ac_439.html:9:1282:1288 Denver Colorado +0.484344 gsa_html_7537857494 gsa_html_7537857494:400:43753:43765 Rhode Island Charleston, South Carolina +0.488948 aapg_ai_720.html aapg_ai_720.html:28:4163:4171 Virginia Maryland +0.51507 aapg_aa_906.html aapg_aa_906.html:559:61362:61370 Beaumont Colorado +0.503685 aapg_ah_753.html aapg_ah_753.html:77:12223:12240 Windsor New Caledonia +0.247008 gsa_html_5851281923 gsa_html_5851281923:95:7757:7773 Roslyn Cheney, Washington +0.28188 gsa_html_2832151886 gsa_html_2832151886:455:39271:39279 Columbia Boise, Idaho +0.479245 aapg_af_510.html aapg_af_510.html:327:35939:35947 Colorado Colorado +0.50295 aapg_ad_696.html aapg_ad_696.html:317:29536:29542 Weches Charlotte, North Carolina +0.467771 aapg_ac_587.html aapg_ac_587.html:506:54305:54326 Cowlitz Castle Rock, Colorado +0.24947 cspg_html_1520641026 cspg_html_1520641026:5:228:247 Duvernay Central Alberta +0.263 aapg_ah_978.html aapg_ah_978.html:315:30938:30953 Santa Margarita Coalinga, California +0.248472 aapg_ae_609.html aapg_ae_609.html:393:41816:41822 Denver Colorado +0.486266 gsa_html_7102550258 gsa_html_7102550258:1641:147271:147283 Chinle New Mexico +0.247486 geology_html_4459606676 geology_html_4459606676:53:5496:5504 Scotland Iceland +0.536238 aapg_ah_53.html aapg_ah_53.html:29:3632:3638 Clifty Illinois +0.486588 aapg_ad_119.html aapg_ad_119.html:14:1967:1975 Columbia Victoria, British Columbia +0.260952 aapg_ai_305.html aapg_ai_305.html:491:41693:41698 Swift Virginia +0.267253 aapg_ad_55.html aapg_ad_55.html:219:16082:16090 Lowville Tripoli, Lebanon +0.268324 sedimentology_html_5385231326 sedimentology_html_5385231326:860:60936:60941 Piper California +0.501034 aapg_ac_399.html aapg_ac_399.html:101:10476:10492 Sparta Adams County, Indiana +0.248292 cspg_html_7688587411 cspg_html_7688587411:306:34552:34590 Fish Scales Lacombe, Alberta +0.260952 aapg_ai_94.html aapg_ai_94.html:122:17941:17948 El Abra Jura Mountains +0.24059 sedimentology_html_4089685201 sedimentology_html_4089685201:1790:120956:120960 Hall London, Ontario +0.501642 gsa_html_8241338635 gsa_html_8241338635:604:59105:59121 Moenkopi Grand Canyon +0.247009 gsa_html_9603601502 gsa_html_9603601502:284:17214:17235 Anse Cascon Western world +0.247126 aapg_ad_269.html aapg_ad_269.html:70:7928:7945 Entrada Entrada Sandstone +0.467857 geology_html_3955381777 geology_html_3955381777:209:20698:20716 Tindir Cambridge +0.24832 aapg_ah_189.html aapg_ah_189.html:27:4175:4183 Starved Rock Michigan +0.246945 aapg_ai_316.html aapg_ai_316.html:23:3705:3713 Thomonde Rio Frio, Texas +0.4685 cspg_html_1025724640 cspg_html_1025724640:546:68160:68176 Nepean Ottawa, Kansas +0.489328 aapg_ae_473.html aapg_ae_473.html:334:30602:30634 Undifferentiated Lauderdale County, Tennessee +0.47898 aapg_ah_198.html aapg_ah_198.html:512:64427:64445 Monterey Santa Barbara, California +0.260977 cspg_html_5484260516 cspg_html_5484260516:1348:118720:118736 Bakken Regina, Saskatchewan +0.480568 gsa_html_8549650339 gsa_html_8549650339:590:54730:54755 Edwards Texas +0.51092 aapg_ad_908.html aapg_ad_908.html:248:27383:27400 La Luna Venezuela +0.255892 aapg_ak_26.html aapg_ak_26.html:266:21847:21853 Sierra Chihuahua (state) +0.8092 cspg_html_9717154602 cspg_html_9717154602:310:45500:45521 Belly River Bow River +0.252648 cspg_html_2834693711 cspg_html_2834693711:393:54133:54154 Protection Nanoose Bay, British Columbia +0.253692 cspg_html_9023649778 cspg_html_9023649778:33:5646:5654 Columbia Victoria, British Columbia +0.477954 cspg_html_9354781888 cspg_html_9354781888:1147:77094:77100 Denver Colorado +0.275481 cspg_html_8363357104 cspg_html_8363357104:28:3282:3290 Columbia Victoria, British Columbia +0.265668 aapg_ac_251.html aapg_ac_251.html:782:87103:87109 Oregon Washington (state) +0.893016 aapg_ae_884.html aapg_ae_884.html:276:36845:36860 Mesaverde Colorado +0.497202 aapg_ai_581.html aapg_ai_581.html:94:9372:9388 Dakota Fall River, Nova Scotia +0.400374 cspg_html_4326384800 cspg_html_4326384800:994:145568:145579 Slave Point Swan Hill, Victoria +0.515944 aapg_ae_519.html aapg_ae_519.html:314:34791:34798 Chemung Pocono Raceway +0.531164 aapg_ad_865.html aapg_ad_865.html:7:724:740 Dakota Hermosa, Chicago +0.25956 gsa_html_9053175553 gsa_html_9053175553:596:58419:58447 Green River Colorado +0.489684 aapg_ac_972.html aapg_ac_972.html:190:22320:22326 Sierra Kings City +0.479744 aapg_ak_52.html aapg_ak_52.html:103:10373:10386 Sligo Trinity County, Texas +0.262644 aapg_af_469.html aapg_af_469.html:507:59727:59735 Humboldt Great Basin +0.47904 gsa_html_8279040833 gsa_html_8279040833:661:51052:51056 Hall Antarctica +0.244528 palaios_html_3889678675 palaios_html_3889678675:54:7262:7270 Quinault Washington (state) +0.47773 palaios_html_9408587909 palaios_html_9408587909:704:63485:63508 Montney Victoria, British Columbia +0.470745 gsa_html_5568683977 gsa_html_5568683977:596:52954:52958 Hall Denton, Greater Manchester +0.47872 sedimentology_html_9016561378 sedimentology_html_9016561378:936:72733:72743 Sunderland Cambridge, Massachusetts +0.264549 aapg_ae_305.html aapg_ae_305.html:1842:177095:177105 Santa Cruz Santa Rosa, California +0.260478 cspg_html_2758185645 cspg_html_2758185645:403:40752:40775 Turner Valley Meramec River +0.474705 aapg_ah_696.html aapg_ah_696.html:386:55394:55402 Richland Washington (state) +0.4864 aapg_ad_157.html aapg_ad_157.html:198:18849:18853 Frio Brazoria County, Texas +0.51205 aapg_af_878.html aapg_af_878.html:5:731:748 Warsaw Illinois +0.524475 cspg_html_9361096527 cspg_html_9361096527:592:60756:60787 Judith River Lacombe, Alberta +0.369944 sedimentology_html_9410532865 sedimentology_html_9410532865:1682:114340:114360 Tallahatta Benton County, Indiana +0.245009 jgeology_html_4599466962 jgeology_html_4599466962:636:48492:48500 Onondaga Ontario, California +0.36159 aapg_ad_801.html aapg_ad_801.html:145:16179:16198 Nanafalia Alabama +0.262 cspg_html_6252417471 cspg_html_6252417471:166:24035:24051 Hassel Lacombe, Alberta +0.25544 cspg_html_2482892781 cspg_html_2482892781:55:9057:9064 Madison Manitoba +0.26985 cspg_html_4915680223 cspg_html_4915680223:307:36245:36270 Franklin Strait Middle Ordovician +0.271752 aapg_ah_618.html aapg_ah_618.html:7:618:628 Phosphoria Cheyenne, Wyoming +0.511252 gsa_html_3720789279 gsa_html_3720789279:844:83793:83803 Washington Boise, Idaho +0.412585 aapg_ad_808.html aapg_ad_808.html:1234:84223:84231 Frontier Niobrara, Nebraska +0.47658 cspg_html_6472484014 cspg_html_6472484014:82:10619:10639 West Point New Brunswick, New Jersey +0.428745 cspg_html_4694482219 cspg_html_4694482219:39:4817:4834 Bearpaw Regina, Saskatchewan +0.388548 aapg_ah_270.html aapg_ah_270.html:3:167:190 Cotton Valley East Texas +0.47268 gsa_html_6738340121 gsa_html_6738340121:824:73935:73963 Green River Colorado +0.247464 aapg_aa_232.html aapg_aa_232.html:244:26800:26832 Main Street Texas +0.25856 sedimentology_html_8006979411 sedimentology_html_8006979411:1787:117768:117782 Colorado Regina, Saskatchewan +0.902379 cspg_html_3860685167 cspg_html_3860685167:859:79615:79635 Mount Head Lacombe, Alberta +0.432322 aapg_aa_635.html aapg_aa_635.html:105:11327:11331 Bern Switzerland +0.48705 gsa_html_3445493534 gsa_html_3445493534:314:36122:36135 Santa Barbara Monterey, California +0.267273 AMJC_html_6341723617 AMJC_html_6341723617:740:64625:64641 Uinta Colorado +0.266772 jgeology_html_4305195651 jgeology_html_4305195651:1922:142888:142904 Pocono Coaldale, Schuylkill County, Pennsylvania +0.483294 cspg_html_2570555346 cspg_html_2570555346:141:17822:17840 Goose Tickle Rhode Island Red +0.455112 aapg_aa_463.html aapg_aa_463.html:9:1662:1675 Cotton Valley County Sligo +0.264195 cspg_html_1644457308 cspg_html_1644457308:108:14493:14511 Grayling Pine River (Michigan) +0.48972 aapg_ae_933.html aapg_ae_933.html:16:1428:1447 Smackover Arkansas +0.259 jgeology_html_4599466962 jgeology_html_4599466962:168:12438:12447 Schoharie Onondaga (tribe) +0.256236 cspg_html_1222040397 cspg_html_1222040397:174:25953:25974 Survey Peak Rocky Mountains +0.484009 cspg_html_3008414459 cspg_html_3008414459:500:60793:60813 Milk River Canada +0.263652 aapg_aa_54.html aapg_aa_54.html:82:9133:9141 Colorado Logan, Utah +0.503285 gsa_html_8606513904 gsa_html_8606513904:55:3966:3994 Green River Colorado +0.437896 geology_html_9123782865 geology_html_9123782865:206:18303:18316 Barnett Texas +0.23859 AMJC_html_1007005179 AMJC_html_1007005179:921:96468:96473 Stark Republic of China +0.20068 aapg_ae_305.html aapg_ae_305.html:1499:142473:142478 Colon Maracaibo +0.507982 geology_html_6134040289 geology_html_6134040289:267:23416:23422 Greene California +0.272403 aapg_ad_125.html aapg_ad_125.html:20:2154:2173 Aux Vases Richland, Washington +0.49827 sedimentology_html_8384737970 sedimentology_html_8384737970:81:9201:9207 Carmel Entrada Sandstone +0.444624 aapg_ad_341.html aapg_ad_341.html:145:14383:14402 Onondaga Helderberg +0.271441 aapg_ae_777.html aapg_ae_777.html:581:64699:64715 Sandia Sangre de Cristo Range +0.449123 aapg_ah_318.html aapg_ah_318.html:2105:188131:188137 Sierra Zacatecas, Zacatecas +0.465959 aapg_ah_847.html aapg_ah_847.html:83:9592:9598 Tinton New Egypt, New Jersey +0.230878 gsa_html_9233283294 gsa_html_9233283294:727:71876:71880 Mata Madeira +0.464616 cspg_html_8298261690 cspg_html_8298261690:857:77167:77175 Edmonton Calgary +0.287292 aapg_ah_868.html aapg_ah_868.html:898:76700:76708 Beaumont New Mexico +0.475838 aapg_ai_247.html aapg_ai_247.html:29:3457:3465 Michigan Ontario, California +0.246813 aapg_af_131.html aapg_af_131.html:199:19425:19447 Shinarump Conglomerate Santa Rosa, California +0.276018 cspg_html_1841843683 cspg_html_1841843683:59:9383:9388 Piper Williston Basin +0.476 palaios_html_8113714689 palaios_html_8113714689:294:33337:33358 Tribes Hill Maryland +0.263626 aapg_af_431.html aapg_af_431.html:114:11624:11647 Cotton Valley Henderson County, Texas +0.513586 aapg_aa_23.html aapg_aa_23.html:292:33242:33260 Winnipeg Manitoba +0.258181 cspg_html_3618628685 cspg_html_3618628685:82:10763:10792 Banff Moose Mountain (Alberta) +0.485216 aapg_ac_899.html aapg_ac_899.html:92:8120:8129 Smackover Cotton Valley, Louisiana +0.23613 cspg_html_2954223000 cspg_html_2954223000:698:99991:100013 Midway East Texas +0.486401 aapg_ah_48.html aapg_ah_48.html:402:51017:51025 Colorado Denver +0.494915 gsa_html_7193789775 gsa_html_7193789775:755:75676:75691 Mesaverde Logan, Utah +0.456184 aapg_ad_649.html aapg_ad_649.html:382:47326:47338 Beaver Creek Kirkwood, Missouri +0.234698 geology_html_3254229750 geology_html_3254229750:62:8039:8057 Langston Logan, Utah +0.242556 aapg_aa_22.html aapg_aa_22.html:319:30980:30985 Upham Maquoketa, Iowa +0.263169 aapg_ai_774.html aapg_ai_774.html:51:5596:5609 Detroit River Michigan +0.245464 cspg_html_4326384800 cspg_html_4326384800:1144:170047:170055 Grosmont Hondo, Texas +0.475228 aapg_ai_157.html aapg_ai_157.html:425:38808:38814 Guelph Salina, Kansas +0.263133 gsa_html_5293445820 gsa_html_5293445820:673:67395:67416 Wood River Healy, Alaska +0.254701 aapg_af_641.html aapg_af_641.html:93:4220:4227 Bossier Shreveport, Louisiana +0.78943 aapg_ai_583.html aapg_ai_583.html:27:4537:4550 Belle Fourche Black Hills +0.483886 gsa_html_2162821431 gsa_html_2162821431:13:600:606 Oregon Salem, Oregon +0.266716 cspg_html_8438548095 cspg_html_8438548095:328:32629:32636 Bearpaw Drumheller +0.857556 gsa_html_7205511748 gsa_html_7205511748:14:630:651 Jacobsville Michigan +0.385392 gsa_html_3320600310 gsa_html_3320600310:376:31824:31840 Chinle Arizona +0.254015 gsa_html_3648258377 gsa_html_3648258377:572:57650:57669 New Egypt Bass River Township, New Jersey +0.274638 palaios_html_1447383453 palaios_html_1447383453:584:44143:44161 Bluff Antarctica +0.28119 geology_html_2350878941 geology_html_2350878941:268:21457:21478 Green River Cheyenne, Wyoming +0.474552 gsa_html_7304754451 gsa_html_7304754451:762:68831:68846 Rapid Sierra Nevada (U.S.) +0.25449 aapg_ah_370.html aapg_ah_370.html:581:46532:46540 Michigan Afton (town), New York +0.783744 aapg_ae_419.html aapg_ae_419.html:385:47408:47428 San Felipe Austin, Chicago +0.286718 aapg_ad_2.html aapg_ad_2.html:1011:139495:139515 Beekmantown Shoreham Nuclear Power Plant +0.250997 aapg_ai_986.html aapg_ai_986.html:290:26786:26803 Hermosa Colorado +0.49776 cspg_html_8279079445 cspg_html_8279079445:521:51679:51688 Knoxville Delaware +0.237055 aapg_ae_681.html aapg_ae_681.html:45:5960:5981 Haynesville Melbourne, Florida +0.249999 aapg_aa_723.html aapg_aa_723.html:765:69976:69985 San Diego California +0.491384 aapg_ae_875.html aapg_ae_875.html:194:23891:23907 Robles Puerto Rico +0.234231 aapg_ae_74.html aapg_ae_74.html:660:63366:63376 Nacimiento Animas River +0.264704 cspg_html_6733212590 cspg_html_6733212590:108:11262:11269 Jupiter Pluto +0.449898 cspg_html_8298261690 cspg_html_8298261690:34:4783:4802 Peace River Lacombe, Alberta +0.257868 cspg_html_8089302449 cspg_html_8089302449:26:4447:4459 Saskatchewan Manitoba +0.499896 aapg_ac_513.html aapg_ac_513.html:123:12226:12237 San Antonio Texas +0.244458 aapg_ai_811.html aapg_ai_811.html:273:38343:38349 Vernon Jennings County, Indiana +0.263526 aapg_af_735.html aapg_af_735.html:341:38142:38146 Bell Caribbean +0.455088 aapg_ak_135.html aapg_ak_135.html:148:25595:25613 San Onofre Breccia San Onofre Nuclear Generating Station +0.276235 aapg_ae_185.html aapg_ae_185.html:421:38029:38043 Tokio Western world +0.246888 gsa_html_8729482339 gsa_html_8729482339:925:77159:77165 Denver Ethiopia +0.259017 cspg_html_7912545589 cspg_html_7912545589:126:17299:17319 Clearwater CFB Cold Lake +0.478144 aapg_ai_153.html aapg_ai_153.html:407:62624:62632 Colorado Iowa +0.490455 gsa_html_4719798013 gsa_html_4719798013:328:32457:32482 Blackwater Draw Pecos River +0.495645 aapg_ae_983.html aapg_ae_983.html:238:19141:19150 Franconia Wisconsin +0.276138 cspg_html_5345848475 cspg_html_5345848475:7:813:831 Niobrara Regina, Saskatchewan +0.476126 aapg_ai_523.html aapg_ai_523.html:5:922:938 Maroon Carbondale, Pennsylvania +0.461127 aapg_ae_961.html aapg_ae_961.html:354:28565:28573 Niobrara Kamp +0.4662 gsa_html_9843343868 gsa_html_9843343868:659:57467:57477 Florissant Colorado +0.232323 aapg_ae_454.html aapg_ae_454.html:561:51062:51070 Dorcheat Texas +0.258039 jgeology_html_8726487825 jgeology_html_8726487825:282:18020:18035 Atoka Ouachita Mountains +0.26572 cspg_html_9354781888 cspg_html_9354781888:447:41873:41881 Columbia Victoria, British Columbia +0.259616 cspg_html_3798354576 cspg_html_3798354576:140:15575:15593 Duperow Regina, Saskatchewan +0.244011 aapg_ac_705.html aapg_ac_705.html:14:1877:1885 Woodford Beaumont, Texas +0.268275 gsa_html_4366904220 gsa_html_4366904220:63:5389:5399 Rio Grande Texas +0.50509 aapg_ad_466.html aapg_ad_466.html:1471:155311:155328 Calvert Fairhaven, Massachusetts +0.71586 aapg_ah_645.html aapg_ah_645.html:19:2648:2653 Swift Williston, Vermont +0.493812 gsa_html_8035658736 gsa_html_8035658736:773:88289:88297 Columbia California +0.475838 aapg_af_711.html aapg_af_711.html:21:2022:2028 Oregon Washington (state) +0.478686 cspg_html_2174653823 cspg_html_2174653823:301:21594:21611 Edwards Central Texas +0.257045 geology_html_4705110813 geology_html_4705110813:16:958:968 Washington Seattle +0.45254 AMJC_html_5298823237 AMJC_html_5298823237:35:2951:2961 Coon Creek Wisconsin +0.51264 gsa_html_2513629664 gsa_html_2513629664:11:429:438 San Diego California +0.256035 geology_html_7186310330 geology_html_7186310330:243:18793:18797 Kent Sparks, Nevada +0.49452 cspg_html_9905904289 cspg_html_9905904289:13:2367:2375 Whitemud Regina, Saskatchewan +0.257374 aapg_ak_76.html aapg_ak_76.html:107:15959:15972 San Sebastian Puerto Rico +0.263472 aapg_ai_49.html aapg_ai_49.html:205:23929:23940 Cloud Chief Panhandle, Texas +0.504495 aapg_aa_696.html aapg_aa_696.html:683:74899:74905 Denver Colorado +0.247446 aapg_ad_55.html aapg_ad_55.html:108:9022:9029 Plattin Decorah, Iowa +0.272483 gsa_html_7542416588 gsa_html_7542416588:1093:85874:85902 Green River Colorado +0.477012 cspg_html_6306091047 cspg_html_6306091047:597:81356:81375 Baldonnel Victoria, British Columbia +0.922548 aapg_af_397.html aapg_af_397.html:126:15233:15250 Todilto San Juan, Argentina +0.503079 aapg_ai_791.html aapg_ai_791.html:42:6231:6238 Yucatan Colombia +0.25636 aapg_ad_466.html aapg_ad_466.html:1303:139911:139928 Raritan Patapsco River +0.259956 gsa_html_4557277250 gsa_html_4557277250:60:6249:6265 Navajo Carmel, Indiana +0.495945 palaios_html_4234830474 palaios_html_4234830474:38:5543:5554 Peace River Canada +0.237626 cspg_html_1925276454 cspg_html_1925276454:563:57254:57269 Athabasca Regina, Saskatchewan +0.873284 cspg_html_9343899465 cspg_html_9343899465:833:75889:75902 Bird Fiord Bathurst Island (Northern Territory) +0.27913 aapg_aa_171.html aapg_aa_171.html:119:14187:14204 Windsor Berryton, Kansas +0.44164 aapg_ah_5.html aapg_ah_5.html:2411:169803:169817 Colorado Niobrara, Nebraska +0.260096 aapg_af_300.html aapg_af_300.html:59:5420:5427 El Paso Texas +0.477184 gsa_html_5410120687 gsa_html_5410120687:693:57261:57289 Green River Iran +0.468224 aapg_af_397.html aapg_af_397.html:219:26131:26148 Todilto Entrada Sandstone +0.47277 aapg_ae_803.html aapg_ae_803.html:950:119820:119838 Chochal Western world +0.259534 cspg_html_4115156925 cspg_html_4115156925:261:33321:33351 Doig Victoria, British Columbia +0.447606 aapg_ae_4.html aapg_ae_4.html:259:30232:30256 Manning Canyon Oquirrh Mountain Utah Temple +0.493654 cspg_html_2973952956 cspg_html_2973952956:588:45055:45063 Edmonton Calgary +0.902451 aapg_ad_2.html aapg_ad_2.html:1233:168569:168580 Martinsburg Martinsburg, Nebraska +0.25324 aapg_aa_939.html aapg_aa_939.html:248:27607:27626 Wind River Laramide orogeny +0.26724 aapg_ai_503.html aapg_ai_503.html:5:945:962 Grimsby Manitoulin Island +0.477402 cspg_html_6786864151 cspg_html_6786864151:593:48929:48941 Saskatchewan Trinidad and Tobago +0.479912 aapg_ae_917.html aapg_ae_917.html:3:305:310 Eagle Colorado +0.521431 aapg_ah_318.html aapg_ah_318.html:900:92803:92822 Smackover Shreveport, Louisiana +0.264008 aapg_af_248.html aapg_af_248.html:5:1661:1667 Midway Texas +0.493954 aapg_af_2.html aapg_af_2.html:283:31406:31411 Ouray San Juan Mountains +0.255068 aapg_ae_768.html aapg_ae_768.html:6:1161:1169 Carlsbad Pecos River +0.463372 aapg_aa_718.html aapg_aa_718.html:3:431:451 Waynesburg Huntington, West Virginia +0.25532 aapg_ad_67.html aapg_ad_67.html:403:40984:41003 Midway Murray, Kentucky +0.373751 palaios_html_5958626598 palaios_html_5958626598:19:1399:1416 Jupiter Manitoulin Island +0.255915 aapg_ah_625.html aapg_ah_625.html:4:538:543 Uinta Wasatch Range +0.476256 cspg_html_9011889300 cspg_html_9011889300:226:22266:22285 Athabasca Lacombe, Alberta +0.500123 geology_html_4999100113 geology_html_4999100113:291:28487:28504 Nansen North Sea oil +0.520856 aapg_af_468.html aapg_af_468.html:3:226:240 Frio Texas +0.441854 aapg_ae_416.html aapg_ae_416.html:137:12785:12804 Vicksburg Texas +0.250997 geology_html_4381640532 geology_html_4381640532:245:19348:19354 Denver Colorado +0.510808 aapg_ad_880.html aapg_ad_880.html:9:1525:1542 Rierdon Cheyenne, Wyoming +0.282492 AMJC_html_1873062106 AMJC_html_1873062106:515:66819:66837 Morrison Mogollon, New Mexico +0.2575 AMJC_html_3004823282 AMJC_html_3004823282:1126:112976:112987 San Antonio Texas +0.264969 aapg_aa_358.html aapg_aa_358.html:103:11181:11198 Entrada Sweetwater, Miami-Dade County, Florida +0.48 aapg_af_666.html aapg_af_666.html:89:8198:8216 Gallatin Gallatin, Tennessee +0.49875 gsa_html_4472896560 gsa_html_4472896560:626:50229:50239 Wind River Cheyenne, Wyoming +0.2673 aapg_aa_231.html aapg_aa_231.html:272:26044:26056 Pierre Niobrara, Nebraska +0.2545 cspg_html_9735723617 cspg_html_9735723617:258:32754:32774 Bird Fiord Melville, New York +0.241077 gsa_html_6784853399 gsa_html_6784853399:162:12430:12442 Tuscan Apennine Mountains +0.502765 aapg_ad_668.html aapg_ad_668.html:189:23790:23813 Cotton Valley Texas +0.507 aapg_ah_60.html aapg_ah_60.html:237:22776:22795 Kushtaka Stillwater, Oklahoma +0.48177 aapg_ad_52.html aapg_ad_52.html:1167:129015:129023 Michigan Michigan +0.470782 gsa_html_1006178269 gsa_html_1006178269:692:59963:59972 Knoxville Los Angeles +0.259956 jgeology_html_1095412310 jgeology_html_1095412310:138:7687:7704 Manlius Hudson Valley +0.248832 sedimentology_html_7518899751 sedimentology_html_7518899751:1847:96664:96683 Swan Hills Lacombe, Alberta +0.479688 aapg_ah_677.html aapg_ah_677.html:459:47787:47801 Nonesuch Michigan +0.490728 sedimentology_html_6884737185 sedimentology_html_6884737185:27:1891:1903 Saskatchewan Saskatoon +0.250997 cspg_html_4812473779 cspg_html_4812473779:592:75201:75219 Black Cape Cape Cod +0.250976 aapg_ac_867.html aapg_ac_867.html:279:38484:38501 Hermosa Hermosa, Chicago +0.459836 AMJC_html_2042861811 AMJC_html_2042861811:1020:90928:90936 Scotland Eastern Settlement +0.267285 cspg_html_5699627350 cspg_html_5699627350:74:10313:10319 Viking Beaumont, Texas +0.497555 aapg_af_653.html aapg_af_653.html:844:95061:95075 Monterey California +0.256011 aapg_ac_440.html aapg_ac_440.html:391:51957:51963 Sierra Mexico +0.511543 aapg_ae_324.html aapg_ae_324.html:472:46753:46761 Virginia Jonesville, Louisiana +0.509956 geology_html_9990718737 geology_html_9990718737:320:23964:23970 Snyder California +0.46368 aapg_ad_351.html aapg_ad_351.html:755:65487:65507 Keokuk Laurens County, Georgia +0.462522 aapg_ac_417.html aapg_ac_417.html:30:5036:5053 Roslyn Raging River +0.26367 aapg_ae_129.html aapg_ae_129.html:173:15978:15986 Michigan Pennsylvania +0.457443 aapg_aa_95.html aapg_aa_95.html:160:15077:15085 Colorado Yuma, Arizona +0.26724 aapg_aa_394.html aapg_aa_394.html:73:8071:8082 Mauch Chunk Pottsville, Pennsylvania +0.454092 aapg_ai_49.html aapg_ai_49.html:78:7885:7893 Tensleep Cheyenne, Wyoming +0.250805 aapg_aa_4.html aapg_aa_4.html:241:32355:32375 West Falls Keuka Lake +0.706877 aapg_aa_44.html aapg_aa_44.html:239:30995:31003 Moenkopi Logan, Utah +0.479808 aapg_ae_542.html aapg_ae_542.html:39:4379:4397 Kaguyak Matanuska Glacier +0.258416 aapg_ae_498.html aapg_ae_498.html:647:70630:70647 Wassum Virginia +0.26469 gsa_html_5107598462 gsa_html_5107598462:336:28546:28552 Salina Salina, Kansas +0.26145 aapg_ae_72.html aapg_ae_72.html:123:13903:13910 Paradox Atoka, Oklahoma +0.242484 aapg_af_136.html aapg_af_136.html:31:3531:3559 Eagle Texas +0.266766 aapg_ae_182.html aapg_ae_182.html:140:16890:16913 Cotton Valley Cotton Valley, Louisiana +0.834978 aapg_ae_419.html aapg_ae_419.html:2015:139846:139863 Tamabra Matamoros, Tamaulipas +0.474892 gsa_html_7159719164 gsa_html_7159719164:48:3593:3602 San Diego California +0.494468 aapg_ac_414.html aapg_ac_414.html:262:32664:32684 Phosphoria Boise, Idaho +0.270914 palaios_html_8910286482 palaios_html_8910286482:71:8610:8620 Chancellor Langley, Berkshire +0.53784 aapg_ae_70.html aapg_ae_70.html:259:26628:26644 Dakota Mancos, Colorado +0.486095 cspg_html_6116883777 cspg_html_6116883777:114:19219:19227 Scotland Eastern Settlement +0.250444 aapg_ae_324.html aapg_ae_324.html:866:86791:86798 Holston Knoxville, Tennessee +0.284625 cspg_html_9516677253 cspg_html_9516677253:329:34833:34840 Cardium Bow River +0.262044 gsa_html_3225734041 gsa_html_3225734041:99:9157:9178 Wissahickon Western world +0.248952 sedimentology_html_3328547963 sedimentology_html_3328547963:829:65832:65836 Hall London, Ontario +0.516483 gsa_html_4741902933 gsa_html_4741902933:31:2881:2909 Green River Colorado +0.475038 cspg_html_9683836416 cspg_html_9683836416:477:72301:72323 Judith River Lacombe, Alberta +0.360054 geology_html_6153450375 geology_html_6153450375:289:20194:20206 Dixie Valley Reno, Nevada +0.52164 aapg_ah_311.html aapg_ah_311.html:275:29452:29466 Sentinel Butte Fort Union Trading Post National Historic Site +0.488516 sedimentology_html_4101202094 sedimentology_html_4101202094:392:38257:38267 Washington Kodiak Island +0.260051 gsa_html_5140765555 gsa_html_5140765555:965:72092:72104 Owens Valley California +0.261948 aapg_af_397.html aapg_af_397.html:149:18143:18160 Entrada Entrada Sandstone +0.258055 aapg_ak_39.html aapg_ak_39.html:13:1418:1428 Washington Salem, Oregon +0.271942 geology_html_6050254205 geology_html_6050254205:171:18745:18755 Rancheria Mexico +0.470557 cspg_html_4287356899 cspg_html_4287356899:1409:193202:193207 Yukon Anchorage, Alaska +0.26606 cspg_html_6412687568 cspg_html_6412687568:10:1058:1066 Birdbear Lacombe, Alberta +0.249831 palaios_html_5921824758 palaios_html_5921824758:258:26116:26132 Uinta Logan, Utah +0.708156 aapg_ad_466.html aapg_ad_466.html:1298:139080:139098 Patapsco Potomac, Maryland +0.868906 AMJC_html_7085584544 AMJC_html_7085584544:1205:113392:113412 Nacimiento New Mexico +0.263168 cspg_html_5295390542 cspg_html_5295390542:21:2233:2265 Montney Middle East +0.246012 gsa_html_8222638730 gsa_html_8222638730:428:40422:40436 Thelon Lacombe, Alberta +0.488565 gsa_html_7173708345 gsa_html_7173708345:1669:117727:117755 Green River Colorado +0.271932 aapg_ai_957.html aapg_ai_957.html:214:23560:23571 San Antonio Beaumont, Texas +0.728243 aapg_aa_37.html aapg_aa_37.html:327:40778:40788 Phosphoria Boise, Idaho +0.253791 geology_html_4636977720 geology_html_4636977720:15:915:920 Provo Logan, Utah +0.490546 sedimentology_html_7328045802 sedimentology_html_7328045802:301:22182:22205 Frankfort Frankfort, Illinois +0.484185 aapg_aa_721.html aapg_aa_721.html:730:75497:75501 Lane Reno, Nevada +0.266752 cspg_html_4937997995 cspg_html_4937997995:12:725:750 Red Head Rapids River Severn +0.25116 aapg_ae_407.html aapg_ae_407.html:6:769:791 Lime Creek Illinois +0.506787 cspg_html_9046359229 cspg_html_9046359229:328:48290:48298 Columbia Victoria, British Columbia +0.47619 aapg_ae_662.html aapg_ae_662.html:408:37729:37733 Kent Africa +0.507738 aapg_aa_645.html aapg_aa_645.html:44:7010:7018 Morrison Colorado +0.256032 gsa_html_1248650603 gsa_html_1248650603:112:13742:13767 Pioche Pocatello, Idaho +0.261476 cspg_html_9361096527 cspg_html_9361096527:890:78022:78044 Judith River Lacombe, Alberta +0.482776 aapg_ai_107.html aapg_ai_107.html:235:23790:23807 Bossier Smith County, Kansas +0.254015 aapg_aa_717.html aapg_aa_717.html:63:9438:9464 Warrior Bellefonte, Pennsylvania +0.492184 gsa_html_4137054086 gsa_html_4137054086:570:36980:36989 Caledonia Avalonia +0.248003 geology_html_9856262128 geology_html_9856262128:298:20412:20419 El Abra Colombia +0.262108 aapg_af_636.html aapg_af_636.html:237:28016:28037 Dutch Creek Illinois +0.260096 cspg_html_2536163557 cspg_html_2536163557:740:97841:97849 Columbia Lacombe, Alberta +0.26871 aapg_ae_536.html aapg_ae_536.html:351:36407:36414 Cardium Lacombe, Alberta +0.473946 cspg_html_3665101783 cspg_html_3665101783:213:19828:19834 Silica Travis County, Texas +0.467856 gsa_html_2832151886 gsa_html_2832151886:302:22830:22848 Kaskapau Lacombe, Alberta +0.887886 aapg_ai_0.html aapg_ai_0.html:706:79854:79866 Beaumont Beaumont, Texas +0.26416 cspg_html_8316122266 cspg_html_8316122266:356:32756:32764 Columbia Victoria, British Columbia +0.479622 aapg_aa_929.html aapg_aa_929.html:23:2737:2745 Beaumont Houston +0.247234 sedimentology_html_3952835805 sedimentology_html_3952835805:863:60200:60206 Sierra Arizona +0.256542 gsa_html_7028456337 gsa_html_7028456337:18:999:1005 Denver Colorado +0.242968 gsa_html_4930932370 gsa_html_4930932370:990:110154:110171 Onaping Sudbury, Suffolk +0.254016 aapg_aa_763.html aapg_aa_763.html:190:16992:16998 Moscow Moscow +0.591015 cspg_html_7881580279 cspg_html_7881580279:47:7337:7357 Red River Regina, Saskatchewan +0.257103 cspg_html_4860363565 cspg_html_4860363565:27:3623:3635 Saskatchewan Manitoba +0.255 geology_html_7791742275 geology_html_7791742275:116:14727:14737 Washington Washington (state) +0.243552 aapg_af_653.html aapg_af_653.html:980:117191:117199 Vaqueros New Cuyama, California +0.262143 sedimentology_html_5473237109 sedimentology_html_5473237109:454:33273:33277 Hall London, Ontario +0.512981 aapg_ah_524.html aapg_ah_524.html:42:4020:4037 Entrada Snowmass (ski area) +0.27613 aapg_af_592.html aapg_af_592.html:248:21301:21315 Buda Marfa lights +0.251906 aapg_af_568.html aapg_af_568.html:763:69688:69696 Tensleep Dolomites +0.245364 cspg_html_2492063773 cspg_html_2492063773:88:12566:12590 Northumberland Northumberland, Pennsylvania +0.262044 sedimentology_html_5839333856 sedimentology_html_5839333856:566:64563:64570 Francis London, Ontario +0.384813 aapg_aa_123.html aapg_aa_123.html:131:16774:16789 Liard Liard River, British Columbia +0.4554 gsa_html_9233283294 gsa_html_9233283294:747:74015:74020 Yukon Weston, Florida +0.487734 sedimentology_html_3914592614 sedimentology_html_3914592614:597:46695:46699 Hall London, Ontario +0.248985 jgeology_html_2714962789 jgeology_html_2714962789:863:51464:51472 Virginia Marine Corps Base Quantico +0.26416 aapg_aa_702.html aapg_aa_702.html:522:95714:95741 Prairie Regina, Saskatchewan +0.499174 aapg_ae_904.html aapg_ae_904.html:166:17505:17514 Minnelusa Potter County, Texas +0.419356 aapg_ah_696.html aapg_ah_696.html:342:47335:47383 Rockwell Washington (state) +0.469568 cspg_html_6927586285 cspg_html_6927586285:581:66258:66284 Halfway Canada +0.27248 gsa_html_6423424604 gsa_html_6423424604:1983:174798:174826 Green River Colorado +0.91568 cspg_html_3665101783 cspg_html_3665101783:30:3810:3831 Fossil Hill Manitoulin Island +0.378246 aapg_af_606.html aapg_af_606.html:9:1253:1268 Santa Margarita Rancho Santa Margarita, California +0.48984 aapg_ah_360.html aapg_ah_360.html:3:394:412 Woodbine East Texas +0.498847 aapg_ah_536.html aapg_ah_536.html:186:24628:24643 Sligo Texas +0.25452 aapg_ad_101.html aapg_ad_101.html:52:6712:6726 Hess Fort Stockton, Texas +0.248517 cspg_html_7483574191 cspg_html_7483574191:428:59033:59045 Beaver Mines Lacombe, Alberta +0.515205 gsa_html_9487992082 gsa_html_9487992082:73:8672:8690 Kootenai Great Falls (Missouri River) +0.48246 gsa_html_1009717507 gsa_html_1009717507:894:80890:80894 Hall Canada +0.297776 aapg_aa_735.html aapg_aa_735.html:97:9100:9117 Keokuk Burlington, Ontario +0.244348 aapg_aa_47.html aapg_aa_47.html:10:1488:1494 Sandia New Mexico +0.496164 jgeology_html_1095412310 jgeology_html_1095412310:130:7171:7180 Schoharie Jamesville, New York +0.685628 aapg_ad_55.html aapg_ad_55.html:13:1648:1655 Decorah Missouri River +0.22302 cspg_html_5345848475 cspg_html_5345848475:348:40043:40060 Carlile Manitoba +0.250992 aapg_ae_370.html aapg_ae_370.html:502:47228:47253 Pittsburg Bluff Scappoose, Oregon +0.239598 gsa_html_8233590118 gsa_html_8233590118:264:30480:30488 San Jose California +0.4883 gsa_html_1718964874 gsa_html_1718964874:58:3834:3862 Green River Colorado +0.247572 aapg_aa_684.html aapg_aa_684.html:418:38453:38468 Chugwater Cheyenne, Wyoming +0.257526 AMJC_html_6430804426 AMJC_html_6430804426:159:13240:13250 Las Ovejas Honduras +0.254829 aapg_ad_747.html aapg_ad_747.html:66:9420:9428 Altamira Barinas State +0.493387 aapg_ah_5.html aapg_ah_5.html:2479:176231:176253 Etherington Lacombe, Alberta +0.449397 aapg_ae_296.html aapg_ae_296.html:43:5126:5149 Cherry Canyon Delaware +0.278254 jgeology_html_6372415613 jgeology_html_6372415613:849:56096:56107 Platteville Illinois +0.267794 aapg_ad_719.html aapg_ad_719.html:103:12487:12496 Dog Creek Texas +0.252504 sedimentology_html_2057402512 sedimentology_html_2057402512:30:1976:1984 Edmonton Canada +0.25636 cspg_html_5950764790 cspg_html_5950764790:525:57639:57654 Nisku Lacombe, Alberta +0.260977 aapg_ae_186.html aapg_ae_186.html:91:8654:8667 Cook Mountain Minden, Louisiana +0.254944 gsa_html_9052101586 gsa_html_9052101586:478:57649:57660 Peoria Peoria, Illinois +0.24843 aapg_ac_313.html aapg_ac_313.html:520:58959:58964 Coban Guatemala +0.2395 cspg_html_4210762654 cspg_html_4210762654:34:5724:5738 Woodbend Western world +0.253391 aapg_ae_305.html aapg_ae_305.html:1331:124334:124353 Angostura Middle East +0.248482 aapg_ai_761.html aapg_ai_761.html:455:49996:50002 Provo North Sea oil +0.24752 cspg_html_4614759573 cspg_html_4614759573:72:11144:11184 Karmutsen Charlotte Amalie, United States Virgin Islands +0.27772 aapg_ai_156.html aapg_ai_156.html:176:14616:14634 Foraker Populus sect. Aegiros +0.4998 aapg_ah_105.html aapg_ah_105.html:11:1595:1605 San Andres Nashville Basin +0.264638 cspg_html_9222238695 cspg_html_9222238695:11:1431:1447 Fernie Lacombe, Alberta +0.47424 aapg_ai_278.html aapg_ai_278.html:507:67439:67457 San Cayetano Melbourne, Florida +0.247396 aapg_ac_824.html aapg_ac_824.html:305:30399:30406 Manitou Fremont, California +0.260478 cspg_html_7881580279 cspg_html_7881580279:33:5467:5475 Winnipeg Manitoba +0.26724 aapg_ae_848.html aapg_ae_848.html:7:857:862 Yukon Victoria, British Columbia +0.265668 cspg_html_8727758678 cspg_html_8727758678:585:19672:19691 Dunvegan Lacombe, Alberta +0.48096 aapg_ae_93.html aapg_ae_93.html:41:7682:7702 Nikanassin Cripple Creek, Colorado +0.739878 AMJC_html_4318504504 AMJC_html_4318504504:554:56015:56034 Greenhorn Pueblo, Colorado +0.28196 palaios_html_2736581987 palaios_html_2736581987:567:58660:58663 Abo New Mexico +0.814929 gsa_html_9511249221 gsa_html_9511249221:441:47675:47687 Rhode Island Closter, New Jersey +0.484938 aapg_ai_582.html aapg_ai_582.html:114:10612:10627 Piper Spearfish, South Dakota +0.241906 aapg_ad_341.html aapg_ad_341.html:190:19364:19370 Pocono Lackawanna County, Pennsylvania +0.262119 cspg_html_8030881108 cspg_html_8030881108:187:30583:30603 Road River Anchorage, Alaska +0.4921 aapg_ah_775.html aapg_ah_775.html:15:2501:2516 Diablo Amarillo, Texas +0.26129 cspg_html_6925296423 cspg_html_6925296423:7:541:556 Cairn Lacombe, Alberta +0.261615 aapg_aa_683.html aapg_aa_683.html:321:36914:36920 Pueblo Colorado +0.488177 geology_html_8609712216 geology_html_8609712216:487:28725:28744 Ogallala Austin, Chicago +0.477648 cspg_html_1732329534 cspg_html_1732329534:60:8373:8381 Edmonton Edmonton, London +0.27499 aapg_ah_753.html aapg_ah_753.html:77:12494:12501 Moncton New Brunswick, New Jersey +0.276144 aapg_ae_916.html aapg_ae_916.html:260:29808:29820 Judith River Gas City, Indiana +0.6916 aapg_ah_978.html aapg_ah_978.html:179:19698:19722 Etchegoin Coalinga, California +0.475566 aapg_ad_800.html aapg_ad_800.html:103:11721:11731 Mooreville Arcola, Virginia +0.511872 gsa_html_8035658736 gsa_html_8035658736:1028:109192:109202 Washington Salem, Oregon +0.454905 aapg_ac_529.html aapg_ac_529.html:218:22817:22823 Denver Colorado +0.468224 aapg_ae_871.html aapg_ae_871.html:209:31934:31946 Prince Creek Anchorage, Alaska +0.29746 aapg_af_922.html aapg_af_922.html:97:12893:12903 Pottsville Onondaga (tribe) +0.25 aapg_ai_236.html aapg_ai_236.html:159:14784:14791 Bedford Lycoming County, Pennsylvania +0.477087 aapg_aa_95.html aapg_aa_95.html:169:16148:16164 Dakota Colorado +0.263105 aapg_ad_2.html aapg_ad_2.html:180:25853:25869 Loudoun South Mountains (Arizona) +0.264096 aapg_af_562.html aapg_af_562.html:132:13446:13461 Ripley Tuscaloosa, Alabama +0.264638 cspg_html_7896958755 cspg_html_7896958755:322:36168:36188 Clearwater Cordillera Administrative Region +0.470736 cspg_html_8920292895 cspg_html_8920292895:253:31970:32010 Ireton Canada +0.491744 aapg_ah_160.html aapg_ah_160.html:314:38158:38166 Virginia Wisconsin +0.257004 aapg_ah_335.html aapg_ah_335.html:466:60204:60214 Pottsville Huntington, West Virginia +0.90432 aapg_ae_63.html aapg_ae_63.html:452:45340:45357 Wasatch Cheyenne, Wyoming +0.887195 sedimentology_html_3417381350 sedimentology_html_3417381350:71:7064:7090 Monterey California +0.494736 palaios_html_8113714689 palaios_html_8113714689:377:40727:40748 Survey Peak Lacombe, Alberta +0.4655 aapg_ac_612.html aapg_ac_612.html:452:42787:42803 Lykins Colorado +0.244032 aapg_ac_315.html aapg_ac_315.html:706:72650:72669 Goose Egg Cheyenne, Wyoming +0.475048 gsa_html_9280112280 gsa_html_9280112280:565:55776:55781 Upham Norcross, Georgia +0.457413 aapg_ae_864.html aapg_ae_864.html:281:33394:33408 Frio Texas +0.485982 geology_html_1773903574 geology_html_1773903574:270:25033:25051 Monterey California +0.246 jgeology_html_1659592707 jgeology_html_1659592707:1180:64407:64415 Colorado Idaho Springs, Colorado +0.4885 aapg_af_98.html aapg_af_98.html:112:12886:12902 Dakota San Juan, Argentina +0.24444 cspg_html_3883962749 cspg_html_3883962749:252:29711:29724 Mountain Park Mountain Park (Holyoke, Massachusetts) +0.256928 aapg_af_19.html aapg_af_19.html:92:9624:9639 Heath Sumatra +0.25705 sedimentology_html_5613495298 sedimentology_html_5613495298:1286:68094:68109 Chinle Chinle Formation +0.248482 aapg_ai_159.html aapg_ai_159.html:482:55853:55870 La Boca Culebra, Puerto Rico +0.482157 cspg_html_2170645676 cspg_html_2170645676:876:105065:105073 Columbia Victoria, British Columbia +0.23644 gsa_html_3069013284 gsa_html_3069013284:168:19612:19628 Chinle Chinle Formation +0.49317 geology_html_7607447193 geology_html_7607447193:9:296:301 Rapid Boise, Idaho +0.491064 cspg_html_9157093462 cspg_html_9157093462:228:30385:30393 Columbia Victoria, British Columbia +0.380016 sedimentology_html_6084996636 sedimentology_html_6084996636:727:65858:65869 Green River Logan, Utah +0.25802 aapg_aa_351.html aapg_aa_351.html:189:21041:21054 Bromide Tahlequah, Oklahoma +0.463398 aapg_ad_174.html aapg_ad_174.html:466:47278:47284 Dalton Mancos, Colorado +0.49278 cspg_html_4409656292 cspg_html_4409656292:51:7006:7014 Dunvegan Milk River, Alberta +0.275688 aapg_af_286.html aapg_af_286.html:192:26328:26348 Tuscaloosa Mississippi River +0.469712 palaios_html_6411384130 palaios_html_6411384130:95:10977:10985 Colorado Florissant, Colorado +0.260538 cspg_html_5947812886 cspg_html_5947812886:349:54080:54088 Edmonton Calgary +0.25948 gsa_html_7464626519 gsa_html_7464626519:417:43855:43863 Colorado New Mexico +0.271272 aapg_ac_214.html aapg_ac_214.html:26:3426:3432 Carmel Entrada Sandstone +0.489255 geology_html_9554214556 geology_html_9554214556:16:893:899 Reston Virginia +0.473598 aapg_ac_900.html aapg_ac_900.html:440:37287:37293 Casper Cheyenne, Wyoming +0.270364 aapg_ae_711.html aapg_ae_711.html:40:6077:6097 Hartshorne Arkansas +0.47874 cspg_html_2734588863 cspg_html_2734588863:72:8163:8174 Fish Scales Milk River, Alberta +0.253512 palaios_html_8113714689 palaios_html_8113714689:83:8270:8278 Au Train Munising, Michigan +0.505144 aapg_aa_147.html aapg_aa_147.html:6:1068:1077 Red River Winnipeg +0.501202 cspg_html_1333179361 cspg_html_1333179361:528:43687:43692 Yukon Lacombe, Alberta +0.243987 aapg_aa_563.html aapg_aa_563.html:379:48481:48491 Rio Grande Texas +0.488376 aapg_ah_363.html aapg_ah_363.html:112:12468:12484 Waltersburg New Harmony, Indiana +0.247008 sedimentology_html_6295528506 sedimentology_html_6295528506:992:64244:64261 Lourdes Middle Ordovician +0.492993 cspg_html_8266552811 cspg_html_8266552811:292:36883:36904 Green River Logan, Utah +0.390144 cspg_html_3124360347 cspg_html_3124360347:133:23906:23923 Beekmantown Bennington, Vermont +0.266742 cspg_html_3190144626 cspg_html_3190144626:16:1555:1574 Ireton Wood River (Oregon) +0.481962 cspg_html_8571955552 cspg_html_8571955552:212:25406:25411 Yukon White Mountains (California) +0.270908 cspg_html_9222238695 cspg_html_9222238695:13:1587:1606 Fernie Lacombe, Alberta +0.51216 aapg_ae_383.html aapg_ae_383.html:400:30258:30279 Sweetland Creek Iowa +0.487113 aapg_af_483.html aapg_af_483.html:96:12788:12793 Atima Honduras +0.487494 aapg_ai_97.html aapg_ai_97.html:283:26982:26989 Tamabra Western world +0.480255 aapg_ai_593.html aapg_ai_593.html:1992:187554:187573 Glen Rose Texas +0.472 aapg_ai_996.html aapg_ai_996.html:1238:52497:52510 Potomac Salem, Massachusetts +0.25908 gsa_html_6062330506 gsa_html_6062330506:279:31756:31764 Carlsbad Pecos River +0.269361 sedimentology_html_7486236177 sedimentology_html_7486236177:963:78317:78346 Gallatin Cheyenne, Wyoming +0.479622 cspg_html_7970836465 cspg_html_7970836465:6:229:250 Lawrence Anticosti Island +0.268315 cspg_html_7623652881 cspg_html_7623652881:242:25402:25416 Woodbend Rockford, Illinois +0.456885 sedimentology_html_8517211560 sedimentology_html_8517211560:735:46586:46590 Hall London, Ontario +0.50255 gsa_html_4650354985 gsa_html_4650354985:1064:88745:88757 Red Mountain Boise, Idaho +0.26418 gsa_html_7782714579 gsa_html_7782714579:819:65966:65975 Allegheny Sierra County, California +0.500325 gsa_html_4667678389 gsa_html_4667678389:640:66479:66509 Mackenzie Victoria, British Columbia +0.255915 aapg_aa_47.html aapg_aa_47.html:400:45384:45400 Kerber Arkansas River +0.234584 sedimentology_html_7328045802 sedimentology_html_7328045802:348:26118:26146 Perry Portland, Maine +0.685755 aapg_aa_44.html aapg_aa_44.html:253:33027:33045 Moenkopi Arizona +0.52771 aapg_ah_203.html aapg_ah_203.html:555:91131:91149 Morrison New Mexico +0.268632 aapg_ac_133.html aapg_ac_133.html:370:64504:64520 Urenui Taranaki Region +0.499896 aapg_ai_778.html aapg_ai_778.html:67:8575:8588 Bigfork Chert Arkansas +0.24174 gsa_html_9457387752 gsa_html_9457387752:775:67922:67939 Wilhite Knoxville, Tennessee +0.250488 aapg_af_51.html aapg_af_51.html:499:56095:56103 Colorado Grand Junction, Colorado +0.2703 aapg_af_568.html aapg_af_568.html:467:39687:39703 Dakota Cheyenne, Wyoming +0.268786 aapg_ai_236.html aapg_ai_236.html:280:26295:26304 Tuscarora Newburg, Louisville +0.241868 cspg_html_8826450427 cspg_html_8826450427:47:7251:7261 Crossfield Calgary +0.470736 geology_html_3142308738 geology_html_3142308738:24:1819:1829 Washington Washington (state) +0.261602 gsa_html_6636494931 gsa_html_6636494931:673:64208:64213 Price Logan, Utah +0.273004 aapg_ac_191.html aapg_ac_191.html:293:43461:43472 Chicontepec Matamoros, Tamaulipas +0.267253 aapg_ae_848.html aapg_ae_848.html:222:20638:20648 Swan Hills Kewanee, Illinois +0.711284 gsa_html_8187745750 gsa_html_8187745750:17:894:931 Talkeetna Anchorage, Alaska +0.25441 gsa_html_5865982995 gsa_html_5865982995:1269:134682:134710 Green River Cheyenne, Wyoming +0.488889 gsa_html_8837971374 gsa_html_8837971374:1409:131809:131837 Green River Colorado +0.245021 gsa_html_3069013284 gsa_html_3069013284:351:36436:36485 Forest Mesa, Arizona +0.251275 cspg_html_2686470104 cspg_html_2686470104:196:20046:20069 Pine Point Western Canadian Sedimentary Basin +0.27092 cspg_html_3610827329 cspg_html_3610827329:94:12321:12334 Banff Turtle Mountain (Alberta) +0.495126 cspg_html_9735723617 cspg_html_9735723617:294:37222:37241 Hecla Bay Melville Island (Canada) +0.499118 gsa_html_3150321506 gsa_html_3150321506:645:68318:68323 Logan Charleston, South Carolina +0.50572 aapg_ah_311.html aapg_ah_311.html:20:3325:3335 Fort Union Fort Union Trading Post National Historic Site +0.48786 aapg_ac_289.html aapg_ac_289.html:53:6172:6179 Sligo Saratoga, California +0.252928 gsa_html_1217771406 gsa_html_1217771406:485:43399:43409 Santa Cruz Mojave Desert +0.248976 aapg_ac_220.html aapg_ac_220.html:194:23871:23882 Peace River Lacombe, Alberta +0.498942 aapg_ah_339.html aapg_ah_339.html:32:3882:3900 Black River Stones River +0.489219 aapg_ai_49.html aapg_ai_49.html:232:27388:27405 Dolores Cheyenne, Wyoming +0.492701 aapg_ac_236.html aapg_ac_236.html:201:23357:23364 Hermosa Colorado +0.47124 palaios_html_7206591444 palaios_html_7206591444:234:35009:35013 Word Guadalupe Mountains National Park +0.235144 aapg_aa_289.html aapg_aa_289.html:520:52293:52304 Horse Range Reno, Nevada +0.262128 aapg_ae_134.html aapg_ae_134.html:105:10073:10078 Yegua Victoria County, Nova Scotia +0.268243 cspg_html_9343899465 cspg_html_9343899465:2026:178761:178774 Bird Fiord Bathurst Island (Northern Territory) +0.242942 sedimentology_html_3358647812 sedimentology_html_3358647812:974:80571:80583 Rhode Island North Carolina +0.50403 gsa_html_8820488310 gsa_html_8820488310:874:79047:79055 Columbia Victoria, British Columbia +0.500325 geology_html_3984772059 geology_html_3984772059:248:24322:24339 Wasatch Spain +0.47 AMJC_html_8494031493 AMJC_html_8494031493:118:16460:16466 Galena Missouri River +0.494982 aapg_ae_181.html aapg_ae_181.html:5:568:588 Tuscaloosa Alabama +0.51042 aapg_af_406.html aapg_af_406.html:71:7388:7408 Twin Creek Western Wyoming Community College +0.242028 gsa_html_8990633722 gsa_html_8990633722:1042:80946:80952 Oxford Pergamon Museum +0.486912 aapg_aa_932.html aapg_aa_932.html:78:8392:8400 Wolfcamp Moore County, North Carolina +0.482377 aapg_ad_44.html aapg_ad_44.html:119:12086:12094 Virginia Wissahickon Formation +0.484932 aapg_ae_605.html aapg_ae_605.html:595:62020:62035 Gower Iowa +0.262626 aapg_ai_594.html aapg_ai_594.html:10:1655:1663 Richmond Covington, Kentucky +0.497373 aapg_aa_116.html aapg_aa_116.html:33:5272:5313 Forest Canada +0.255474 cspg_html_5937243085 cspg_html_5937243085:11:1312:1335 Watt Mountain Lacombe, Alberta +0.47545 cspg_html_8568877195 cspg_html_8568877195:622:77269:77291 Belly River Lacombe, Alberta +0.480256 aapg_ae_65.html aapg_ae_65.html:27:3969:3990 Wind River Fort Union Trading Post National Historic Site +0.252928 aapg_ae_960.html aapg_ae_960.html:348:30228:30235 Madison Lacombe, Alberta +0.483708 aapg_ae_62.html aapg_ae_62.html:333:28479:28501 White River Golden Valley, Minnesota +0.484848 aapg_af_575.html aapg_af_575.html:596:81870:81878 Woodford Chattanooga, Tennessee +0.49764 aapg_ad_959.html aapg_ad_959.html:118:11661:11675 Kope Ohio +0.47628 gsa_html_7361499125 gsa_html_7361499125:13:662:670 Colorado Colorado +0.512244 aapg_ac_586.html aapg_ac_586.html:69:8625:8645 Pottsville Pottsville, Pennsylvania +0.253482 aapg_ad_88.html aapg_ad_88.html:379:22837:22845 Anguille Gabon +0.460768 aapg_ac_867.html aapg_ac_867.html:289:39873:39878 Bluff Logan, Utah +0.484615 aapg_ah_903.html aapg_ah_903.html:148:24897:24902 Slope Claiborne, Alabama +0.281637 aapg_ah_387.html aapg_ah_387.html:2178:236490:236498 Mariposa Mariposa, California +0.481584 aapg_ac_245.html aapg_ac_245.html:259:37010:37020 Plattsburg Wyandotte, Michigan +0.494334 aapg_ai_756.html aapg_ai_756.html:10:1116:1124 Nacatoch Cotton Valley, Louisiana +0.475272 gsa_html_1402336710 gsa_html_1402336710:1030:88298:88313 Catalina Schist California +0.250965 aapg_ai_549.html aapg_ai_549.html:11:1287:1312 Traverse Michigan +0.2595 aapg_ai_107.html aapg_ai_107.html:231:23185:23202 Bossier Panola County, Mississippi +0.516924 gsa_html_2575244827 gsa_html_2575244827:855:77133:77161 Green River Colorado +0.481707 aapg_ai_581.html aapg_ai_581.html:125:12803:12822 Mowry Niobrara, Nebraska +0.264052 geology_html_7872603304 geology_html_7872603304:13:894:904 Washington Ellensburg, Washington +0.267064 cspg_html_6021605367 cspg_html_6021605367:28:3181:3197 Exshaw San Fernando Valley +0.259578 aapg_ah_356.html aapg_ah_356.html:125:17119:17128 Cockfield Pine Prairie, Louisiana +0.45888 cspg_html_9778753186 cspg_html_9778753186:113:16516:16531 Grassy Mountain Elbow River +0.244027 aapg_af_575.html aapg_af_575.html:1197:171997:172014 Moorehouse Arkansas +0.264704 cspg_html_4924970281 cspg_html_4924970281:572:71844:71874 Clearwater Lacombe, Alberta +0.46256 aapg_ac_0.html aapg_ac_0.html:26:4139:4147 Woodford Arkansas +0.497262 aapg_ad_852.html aapg_ad_852.html:90:8085:8099 Yeso San Ysidro, New Mexico +0.265584 geology_html_4599156600 geology_html_4599156600:348:29485:29490 Queen Ontario, California +0.487863 aapg_ai_139.html aapg_ai_139.html:63:6634:6646 Saskatchewan Victoria, British Columbia +0.713057 sedimentology_html_9529674449 sedimentology_html_9529674449:324:27064:27088 Echo Canyon Conglomerate Logan, Utah +0.473551 aapg_ac_913.html aapg_ac_913.html:133:12917:12926 Wapanucka Wilburton +0.489936 cspg_html_2198503252 cspg_html_2198503252:261:13537:13553 Percha Colorado +0.263133 cspg_html_1159794850 cspg_html_1159794850:184:28413:28440 Salina Salina, Kansas +0.470745 aapg_ac_198.html aapg_ac_198.html:79:8826:8846 Eagle Woods County, Oklahoma +0.26574 sedimentology_html_1046729113 sedimentology_html_1046729113:2175:166588:166610 Belly River Lacombe, Alberta +0.269698 cspg_html_1351473625 cspg_html_1351473625:101:17298:17315 Greene Belcourt, North Dakota +0.497373 aapg_aa_484.html aapg_aa_484.html:417:41625:41628 Ada Texas +0.477087 cspg_html_7178716951 cspg_html_7178716951:54:7785:7793 Kootenay Kootenay River +0.260982 aapg_ah_645.html aapg_ah_645.html:202:25806:25822 Swift Williston, Vermont +0.498759 aapg_ah_779.html aapg_ah_779.html:606:112151:112158 Chemung Genesee County, Michigan +0.25553 gsa_html_2717448156 gsa_html_2717448156:1065:106658:106674 Hoodoo Atlantic salmon +0.258064 palaios_html_2736581987 palaios_html_2736581987:567:58695:58710 Hueco New Mexico +0.259588 palaios_html_4940783464 palaios_html_4940783464:29:2851:2869 Yakataga Anchorage, Alaska +0.452176 aapg_ad_812.html aapg_ad_812.html:51:6332:6349 Todilto Red Rocks Amphitheatre +0.24849 aapg_aa_732.html aapg_aa_732.html:413:43995:44000 Tidal Maryland +0.47368 aapg_ac_295.html aapg_ac_295.html:119:10872:10905 Leadville Leadville, Colorado +0.5019 aapg_ah_631.html aapg_ah_631.html:343:44504:44526 Black River Michigan Basin +0.259548 aapg_ae_253.html aapg_ae_253.html:135:17161:17168 Barnett Columbia Country +0.4656 sedimentology_html_8918014440 sedimentology_html_8918014440:93:5571:5579 Colorado Rocky Mountains +0.27398 palaios_html_6612266529 palaios_html_6612266529:489:43216:43236 Casselman Ohio +0.48858 cspg_html_9433421219 cspg_html_9433421219:285:25624:25631 Halifax Bridgetown, Nova Scotia +0.237446 sedimentology_html_7173233072 sedimentology_html_7173233072:1345:79511:79519 Victoria Victoria, British Columbia +0.255867 aapg_ai_468.html aapg_ai_468.html:53:7422:7439 Bossier Haynesville, Louisiana +0.47532 geology_html_6881575972 geology_html_6881575972:274:25063:25071 Colorado Denver +0.48636 aapg_af_664.html aapg_af_664.html:501:56779:56791 Rush Springs New Mexico +0.258912 aapg_ai_584.html aapg_ai_584.html:46:5083:5091 Colorado Cheyenne, Wyoming +0.859304 cspg_html_6038396142 cspg_html_6038396142:65:9342:9351 Red River Winnipeg +0.46624 sedimentology_html_8617301982 sedimentology_html_8617301982:476:30201:30205 Hall London, Ontario +0.478608 aapg_ad_2.html aapg_ad_2.html:959:133163:133172 Lancaster Great Valley, New York +0.263069 gsa_html_5737673651 gsa_html_5737673651:325:28523:28539 Chinle Arizona +0.473031 aapg_af_710.html aapg_af_710.html:162:17938:17955 Guelph Salina, Kansas +0.469872 cspg_html_1962846283 cspg_html_1962846283:58:7902:7905 Elk Moose Mountain (Alberta) +0.246993 jgeology_html_6372415613 jgeology_html_6372415613:480:33317:33325 Virginia Ohio +0.500973 gsa_html_7840671974 gsa_html_7840671974:979:93786:93811 Preuss Boise, Idaho +0.5054 aapg_ae_448.html aapg_ae_448.html:131:14865:14871 Paluxy Rodessa, Louisiana +0.498122 aapg_ad_960.html aapg_ad_960.html:3:181:213 Monterey California +0.26 aapg_aa_544.html aapg_aa_544.html:373:49716:49726 Wind River Wasatch Range +0.4795 jgeology_html_5970406003 jgeology_html_5970406003:97:3943:3949 Martin Knoxville, Tennessee +0.460558 gsa_html_8735573394 gsa_html_8735573394:92:9054:9070 Quoddy Portland, Maine +0.48484 aapg_ad_880.html aapg_ad_880.html:620:59445:59463 Sundance Black Hills +0.249975 palaios_html_1839538735 palaios_html_1839538735:1189:91167:91175 Victoria Victoria, British Columbia +0.261072 cspg_html_5484260516 cspg_html_5484260516:403:34960:34976 Exshaw Lacombe, Alberta +0.254338 aapg_ai_906.html aapg_ai_906.html:327:48465:48485 La Luna Venezuela +0.254701 aapg_ae_93.html aapg_ae_93.html:731:72752:72767 Grassy Mountain Lacombe, Alberta +0.251001 aapg_ai_83.html aapg_ai_83.html:122:12226:12248 Detroit River Delaware +0.4805 aapg_ac_301.html aapg_ac_301.html:106:12868:12887 Fish Haven Dolomite Boise, Idaho +0.237656 cspg_html_8298261690 cspg_html_8298261690:555:60594:60611 Bluesky Lacombe, Alberta +0.493805 aapg_ae_253.html aapg_ae_253.html:113:12994:13018 Cotton Valley Texas +0.24415 gsa_html_7840671974 gsa_html_7840671974:645:60965:60972 Wasatch Absaroka +0.270368 aapg_af_47.html aapg_af_47.html:9:1361:1371 Cumberland Ardmore, Pennsylvania +0.24514 gsa_html_2162821431 gsa_html_2162821431:160:14008:14026 Red Rock Red Rock Canyon National Conservation Area +0.45066 aapg_ac_807.html aapg_ac_807.html:865:84279:84298 Owl Creek Mississippi River +0.26058 aapg_af_397.html aapg_af_397.html:305:36751:36768 Entrada New Mexico +0.260598 gsa_html_1561548255 gsa_html_1561548255:639:63635:63643 Fillmore California +0.357864 cspg_html_5312588885 cspg_html_5312588885:335:44712:44731 Jefferson Boise, Idaho +0.256036 sedimentology_html_3592910316 sedimentology_html_3592910316:1076:67786:67806 Missisauga Bridgetown, Nova Scotia +0.487014 aapg_ai_584.html aapg_ai_584.html:373:36285:36294 Minnelusa Laramie, Wyoming +0.500065 AMJC_html_8402437205 AMJC_html_8402437205:838:78983:78993 Washington Seattle +0.268752 aapg_ad_683.html aapg_ad_683.html:58:8880:8896 Kaibab Supai, Arizona +0.250937 palaios_html_3022467877 palaios_html_3022467877:393:44894:44905 Hornerstown Navesink River +0.243542 aapg_ah_318.html aapg_ah_318.html:1755:165649:165668 La Gloria Durango, Durango +0.25725 aapg_ai_293.html aapg_ai_293.html:150:15470:15484 Lisburne Prudhoe Bay Oil Field +0.496327 aapg_ac_574.html aapg_ac_574.html:184:22200:22225 Payette Reno, Nevada +0.258048 cspg_html_4103411715 cspg_html_4103411715:514:52002:52008 Walker Lacombe, Alberta +0.26265 cspg_html_1841843683 cspg_html_1841843683:29:4271:4279 Sawtooth Williston Basin +0.25856 aapg_aa_301.html aapg_aa_301.html:318:29904:29912 Humboldt Reno, Nevada +0.31108 palaios_html_2623118674 palaios_html_2623118674:1014:103587:103606 Mesaverde Colorado +0.48076 aapg_ac_807.html aapg_ac_807.html:15:1786:1794 Monmouth Maryland +0.247396 aapg_ai_356.html aapg_ai_356.html:107:10562:10578 Midway Austin, Chicago +0.24849 aapg_ah_529.html aapg_ah_529.html:151:13196:13221 Abrigo Arizona +0.272484 cspg_html_5484260516 cspg_html_5484260516:22:3260:3278 Palliser Lacombe, Alberta +0.419474 cspg_html_8568877195 cspg_html_8568877195:545:72814:72835 Belly River Lacombe, Alberta +0.48006 cspg_html_1237739452 cspg_html_1237739452:533:68019:68027 Mt. Head Lacombe, Alberta +0.25704 aapg_ad_157.html aapg_ad_157.html:114:12205:12220 Frio Shreveport, Louisiana +0.468462 sedimentology_html_2368393060 sedimentology_html_2368393060:78:8080:8100 Toro Chile +0.276235 aapg_ac_535.html aapg_ac_535.html:505:47896:47913 Cardium Lacombe, Alberta +0.4848 aapg_ac_7.html aapg_ac_7.html:12:1226:1236 Washington West Coast of the United States +0.51936 aapg_ac_943.html aapg_ac_943.html:195:21845:21864 San Andres West Texas +0.258064 aapg_ah_94.html aapg_ah_94.html:311:36716:36720 Bell Cheyenne, Wyoming +0.482384 aapg_ah_83.html aapg_ah_83.html:24:3628:3642 Cloverly Cheyenne, Wyoming +0.493654 aapg_ai_52.html aapg_ai_52.html:141:20637:20659 Monterey McKittrick, California +0.26112 cspg_html_8532932475 cspg_html_8532932475:503:48646:48663 Bluesky Washington (state) +0.268686 gsa_html_9207276905 gsa_html_9207276905:668:56261:56269 Columbia Fulton, Missouri +0.251496 cspg_html_9977296642 cspg_html_9977296642:235:26349:26357 Montreal Montreal +0.464486 aapg_aa_991.html aapg_aa_991.html:91:10841:10849 San Jose Duval County, Texas +0.7104 aapg_ac_363.html aapg_ac_363.html:325:34983:34998 Allegheny Huntington, West Virginia +0.24804 aapg_ai_44.html aapg_ai_44.html:223:33290:33296 Sierra Colombia +0.342 aapg_ac_569.html aapg_ac_569.html:56:8579:8591 Devon Island Ellesmere Island +0.45144 aapg_ah_385.html aapg_ah_385.html:252:30872:30888 Guinda Yolo County, California +0.251262 gsa_html_8549650339 gsa_html_8549650339:374:37254:37266 Austin Chalk Buda, Texas +0.273842 aapg_ae_917.html aapg_ae_917.html:91:8664:8675 Weber Leadville, Colorado +0.84088 aapg_ai_583.html aapg_ai_583.html:202:27432:27447 Swift Powder River Basin +0.256956 aapg_ad_581.html aapg_ad_581.html:270:35135:35146 Martinsburg Waynesboro, Pennsylvania +0.481362 cspg_html_3354282978 cspg_html_3354282978:693:85103:85118 Leduc Lacombe, Alberta +0.238626 aapg_ai_292.html aapg_ai_292.html:300:29850:29869 Lisburne Prudhoe Bay Oil Field +0.47821 gsa_html_8725992131 gsa_html_8725992131:446:38418:38423 Basal Glacier Bay National Park and Preserve +0.480681 aapg_ad_128.html aapg_ad_128.html:73:5777:5782 Salem Harrodsburg, Indiana +0.484389 aapg_aa_754.html aapg_aa_754.html:177:17728:17750 Edwards Texas +0.258566 cspg_html_4392308496 cspg_html_4392308496:156:23789:23800 Bonaventure Fredericton (electoral district) +0.253206 aapg_ad_59.html aapg_ad_59.html:51:9757:9771 Monterey California +0.568546 AMJC_html_1873062106 AMJC_html_1873062106:357:48988:48996 Colorado Arizona +0.506012 sedimentology_html_5613495298 sedimentology_html_5613495298:121:12311:12317 Chinle Chinle Formation +0.262636 aapg_ah_633.html aapg_ah_633.html:199:28863:28876 Anahuac Tampa, Florida +0.5092 aapg_ad_864.html aapg_ad_864.html:36:4682:4692 Coon Creek Knoxville, Tennessee +0.244528 aapg_aa_918.html aapg_aa_918.html:339:28862:28874 Stone Corral Kingman, Arizona +0.258039 aapg_af_298.html aapg_af_298.html:136:13951:13966 Salem Illinois +0.493885 cspg_html_1388123612 cspg_html_1388123612:5:222:242 Kiskatinaw Lacombe, Alberta +0.494966 cspg_html_1506720813 cspg_html_1506720813:934:96513:96520 Cadomin Lacombe, Alberta +0.66151 aapg_aa_22.html aapg_aa_22.html:835:69479:69503 Stony Mountain Manitoba +0.927368 sedimentology_html_2898428289 sedimentology_html_2898428289:1542:80987:81014 Prairie Regina, Saskatchewan +0.496128 geology_html_4621207756 geology_html_4621207756:196:18159:18167 Colorado Cheyenne, Wyoming +0.464569 aapg_aa_415.html aapg_aa_415.html:66:10261:10281 Eagle Belton, Texas +0.244904 aapg_ae_884.html aapg_ae_884.html:191:25404:25423 Rock Springs Rawlins, Wyoming +0.2751 geology_html_3342004799 geology_html_3342004799:117:9664:9684 Cadomin Victoria, British Columbia +0.838831 aapg_ad_812.html aapg_ad_812.html:93:13767:13774 Todilto Window Rock, Arizona +0.261476 geology_html_2384062478 geology_html_2384062478:203:22284:22294 Table Head Sydney Basin +0.24644 cspg_html_7474795689 cspg_html_7474795689:13:1462:1469 Halfway Wembley Stadium +0.493914 aapg_ac_927.html aapg_ac_927.html:412:55919:55928 Brunswick New Brunswick, New Jersey +0.27977 aapg_ad_921.html aapg_ad_921.html:6:640:658 Fairview Lexington, Kentucky +0.481362 aapg_ad_691.html aapg_ad_691.html:9:957:971 Weno Texas +0.490974 sedimentology_html_8983980897 sedimentology_html_8983980897:444:27248:27264 Morgan Colorado +0.481525 sedimentology_html_6084996636 sedimentology_html_6084996636:674:63286:63301 Mesaverde Logan, Utah +0.485224 aapg_af_2.html aapg_af_2.html:281:31064:31069 Ouray San Juan Mountains +0.462168 cspg_html_3328007773 cspg_html_3328007773:977:99738:99758 Bow Island Lacombe, Alberta +0.483674 aapg_ae_324.html aapg_ae_324.html:19:2764:2779 Chazy Stones River +0.465689 aapg_ah_533.html aapg_ah_533.html:235:27489:27498 Knoxville Knoxville, Illinois +0.778325 cspg_html_8556552074 cspg_html_8556552074:100:8923:8950 Ernestina Lake Lacombe, Alberta +0.499278 aapg_ae_498.html aapg_ae_498.html:698:75961:75976 Bowen Virginia +0.499465 cspg_html_3501550466 cspg_html_3501550466:735:96534:96551 Duperow Williston Basin +0.45663 aapg_ad_306.html aapg_ad_306.html:332:40983:40989 Sierra San Marcos, California +0.242526 sedimentology_html_9912946355 sedimentology_html_9912946355:282:18326:18332 Sierra Mandeville, Jamaica +0.245935 sedimentology_html_3200584564 sedimentology_html_3200584564:121:12525:12543 Kaskapau Lacombe, Alberta +0.259017 aapg_ah_578.html aapg_ah_578.html:73:6099:6109 Washington Jerusalem +0.247434 aapg_af_854.html aapg_af_854.html:914:129314:129331 Renault Kentucky +0.495281 aapg_ac_588.html aapg_ac_588.html:138:20661:20682 Nolichucky Rogersville, Tennessee +0.508804 aapg_ae_643.html aapg_ae_643.html:272:32779:32806 Brallier Chemung, New York +0.472675 aapg_ac_843.html aapg_ac_843.html:350:32547:32554 Pioneer Burma +0.24108 gsa_html_3942625742 gsa_html_3942625742:483:41448:41460 Little River Metro Manila +0.27192 aapg_ae_370.html aapg_ae_370.html:372:34027:34043 Keasey Vernonia, Oregon +0.262584 aapg_ae_776.html aapg_ae_776.html:38:3941:3947 Jordan Melbourne, Florida +0.25551 cspg_html_1841843683 cspg_html_1841843683:97:16925:16941 Stump Black Hills +0.505575 aapg_ah_283.html aapg_ah_283.html:451:50965:50971 Oregon Salem, Oregon +0.264698 geology_html_5649632700 geology_html_5649632700:173:13445:13453 Aguacate Cordillera Central (Puerto Rico) +0.244989 aapg_aa_717.html aapg_aa_717.html:63:9171:9190 Gatesburg Bellefonte, Pennsylvania +0.489328 cspg_html_7281679890 cspg_html_7281679890:298:50248:50265 Gossage White Mountains (California) +0.262636 palaios_html_4421656336 palaios_html_4421656336:70:7758:7774 Ferris North Fork South Platte River +0.247266 cspg_html_4010530611 cspg_html_4010530611:101:15106:15122 Shunda Lacombe, Alberta +0.48896 jgeology_html_9215313444 jgeology_html_9215313444:419:30927:30937 Washington Salem, Oregon +0.235125 aapg_ah_329.html aapg_ah_329.html:370:36895:36902 Sisquoc Lompoc, California +0.490633 aapg_ac_506.html aapg_ac_506.html:140:15084:15087 Elk Venango, Pennsylvania +0.474594 geology_html_6426541499 geology_html_6426541499:11:549:559 Washington Seattle +0.244011 gsa_html_3860045860 gsa_html_3860045860:1028:96788:96794 Oregon Salem, Oregon +0.266742 aapg_ac_364.html aapg_ac_364.html:413:41748:41769 Green River Uinta Mountains +0.285688 aapg_af_225.html aapg_af_225.html:86:9943:9953 Pottsville Mansfield, Ohio +0.284412 aapg_ae_873.html aapg_ae_873.html:478:54262:54268 Midway Franklin County, Ohio +0.47658 aapg_aa_62.html aapg_aa_62.html:819:66011:66019 San Jose Costa Rica +0.241542 aapg_ad_683.html aapg_ad_683.html:618:63184:63196 Hermit Supai, Arizona +0.266682 cspg_html_8571955552 cspg_html_8571955552:260:31820:31827 Ivishak Old Crow, Yukon +0.26163 aapg_ad_785.html aapg_ad_785.html:1010:110670:110688 Fountain Colorado +0.257045 cspg_html_8662646956 cspg_html_8662646956:1177:132805:132815 Pine Point Canada +0.263 cspg_html_4680804918 cspg_html_4680804918:30:4423:4430 Cypress Bow Island Airport +0.270336 palaios_html_9789679615 palaios_html_9789679615:1104:97022:97044 Judith River Canada +0.253008 aapg_ad_149.html aapg_ad_149.html:151:15685:15697 Saskatchewan Victoria, British Columbia +0.250038 aapg_af_575.html aapg_af_575.html:522:71881:71895 Hale Arkansas +0.272934 aapg_af_568.html aapg_af_568.html:282:29368:29384 Dakota Cheyenne, Wyoming +0.36427 aapg_af_461.html aapg_af_461.html:170:15512:15524 Salina Michigan +0.479622 aapg_ae_392.html aapg_ae_392.html:122:10716:10736 Moorefield White River (Washington) +0.469062 aapg_ac_333.html aapg_ac_333.html:610:74338:74343 Supai Naco, Sonora +0.480851 aapg_ad_55.html aapg_ad_55.html:17:1985:1992 Plattin Decorah, Iowa +0.261057 sedimentology_html_6245634634 sedimentology_html_6245634634:2647:46807:46816 Red River South China Sea Islands +0.51138 aapg_ad_557.html aapg_ad_557.html:8370:386232:386242 Kaza Victoria, British Columbia +0.8001 aapg_ae_994.html aapg_ae_994.html:32:4044:4063 Minnelusa Black Hills +0.2525 AMJC_html_9375684472 AMJC_html_9375684472:1029:111799:111805 Oxford Pergamon Museum +0.260099 cspg_html_6306091047 cspg_html_6306091047:615:84568:84587 Pardonet Canada +0.2783 aapg_ae_499.html aapg_ae_499.html:273:28861:28869 Colorado Colorado +0.510435 aapg_ae_185.html aapg_ae_185.html:584:51643:51666 Cotton Valley Cotton Valley, Louisiana +0.24012 palaios_html_3022467877 palaios_html_3022467877:107:12333:12352 Navesink Closter, New Jersey +0.433836 aapg_aa_145.html aapg_aa_145.html:85:11008:11013 Yukon Omineca Mountains +0.260091 aapg_ae_75.html aapg_ae_75.html:101:15619:15627 Paradise New Mexico +0.252945 cspg_html_9332855346 cspg_html_9332855346:196:18366:18381 Elk Williston, Vermont +0.476146 cspg_html_9987144175 cspg_html_9987144175:260:35477:35487 Arctic Bay Pond Inlet Airport +0.245009 geology_html_9921692991 geology_html_9921692991:37:3467:3482 Wepawaug Schist Hartford, Connecticut +0.25647 cspg_html_4409656292 cspg_html_4409656292:87:12380:12400 Blackstone Vimy +0.379476 cspg_html_9735723617 cspg_html_9735723617:44:6759:6783 Parry Islands Ellesmere Island +0.25959 cspg_html_3328007773 cspg_html_3328007773:916:95749:95776 Bow Island Lacombe, Alberta +0.270918 palaios_html_2221534395 palaios_html_2221534395:356:43074:43088 Kope Cincinnati +0.239104 cspg_html_8649903682 cspg_html_8649903682:388:30818:30838 Blackstone Lacombe, Alberta +0.242424 aapg_ad_871.html aapg_ad_871.html:273:28339:28375 Lake Michigan Alpena, Michigan +0.258462 aapg_ai_284.html aapg_ai_284.html:3:312:324 Pethei Great Slave Lake +0.266087 aapg_ae_345.html aapg_ae_345.html:754:63992:64002 Tuscaloosa Tuscaloosa, Alabama +0.49337 aapg_ad_865.html aapg_ad_865.html:44:5036:5046 Washington Texas +0.503126 cspg_html_8509913074 cspg_html_8509913074:408:52506:52514 Rockwood Guelph +0.254 gsa_html_1616304153 gsa_html_1616304153:91:11482:11499 Wedron Glasford, Illinois +0.250992 gsa_html_6039599383 gsa_html_6039599383:665:61939:61956 Waweig New Brunswick, New Jersey +0.232288 aapg_ae_753.html aapg_ae_753.html:483:47094:47100 Toledo Ohio +0.262769 aapg_ai_942.html aapg_ai_942.html:193:30174:30190 Salado Salado, Texas +0.276108 gsa_html_7120086445 gsa_html_7120086445:838:81801:81806 Piper Zakynthos (city) +0.475272 aapg_ai_1.html aapg_ai_1.html:304:27090:27095 Molas Hermosa, Chicago +0.501704 aapg_af_653.html aapg_af_653.html:981:117546:117553 Temblor Monterey, California +0.242649 gsa_html_2541275669 gsa_html_2541275669:435:44559:44568 Eel River California +0.481284 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8092:8097 Siyeh Grinnell, Iowa +0.26565 aapg_ad_338.html aapg_ad_338.html:575:60896:60914 Navesink Closter, New Jersey +0.492745 AMJC_html_5969956211 AMJC_html_5969956211:1388:171666:171678 Red Mountain Boise, Idaho +0.24908 aapg_ai_410.html aapg_ai_410.html:528:48186:48205 Moenkopi Logan, Utah +0.50042 aapg_ad_397.html aapg_ad_397.html:132:14121:14126 Eutaw Tuscaloosa, Alabama +0.253935 gsa_html_3648258377 gsa_html_3648258377:507:49949:49971 Marshalltown Bass River Township, New Jersey +0.909142 aapg_ac_490.html aapg_ac_490.html:301:39288:39304 Fernie Lacombe, Alberta +0.254736 cspg_html_8273598401 cspg_html_8273598401:440:43696:43708 Saskatchewan Waseca, Minnesota +0.234434 aapg_ae_998.html aapg_ae_998.html:101:12458:12479 Basal Absaroka +0.499479 cspg_html_8362959053 cspg_html_8362959053:47:7395:7411 Luscar Mountain Park (Holyoke, Massachusetts) +0.250997 aapg_ah_775.html aapg_ah_775.html:259:31821:31831 Rio Grande Mexico +0.244524 aapg_ac_835.html aapg_ac_835.html:33:5841:5847 Casper Cheyenne, Wyoming +0.261844 cspg_html_4293350162 cspg_html_4293350162:942:96855:96863 Columbia Victoria, British Columbia +0.487436 cspg_html_9912281240 cspg_html_9912281240:553:66791:66798 Bearpaw Canada +0.253991 aapg_aa_702.html aapg_aa_702.html:1774:163958:163975 Hermosa Logan, Utah +0.443244 aapg_ai_593.html aapg_ai_593.html:1593:164972:164986 Weno Texas +0.506708 sedimentology_html_8847849952 sedimentology_html_8847849952:305:44535:44541 Sibley South America +0.374715 aapg_ad_152.html aapg_ad_152.html:2163:281760:281764 Elko Reno, Nevada +0.387103 aapg_af_128.html aapg_af_128.html:280:30295:30313 Oquirrh Wood River (Oregon) +0.268275 geology_html_9342868518 geology_html_9342868518:13:564:570 Oregon Salem, Oregon +0.256236 aapg_ac_270.html aapg_ac_270.html:30:2880:2899 Queenston Tripoli, Lebanon +0.482463 aapg_ah_283.html aapg_ah_283.html:446:50331:50341 Washington Salem, Oregon +0.494648 palaios_html_4875582819 palaios_html_4875582819:12:566:574 Colorado Colorado +0.264052 aapg_ad_81.html aapg_ad_81.html:1345:206411:206429 Monterey California +0.494769 gsa_html_6281658899 gsa_html_6281658899:396:48450:48458 Willwood South Pass City, Wyoming +0.25787 aapg_ah_335.html aapg_ah_335.html:208:26499:26508 Conemaugh Huntington, West Virginia +0.470659 cspg_html_5381643866 cspg_html_5381643866:404:51286:51305 Bickford Rocky Brook +0.261085 cspg_html_2769629211 cspg_html_2769629211:174:20070:20080 Twin Falls Hay River (Canada) +0.48195 palaios_html_1229296810 palaios_html_1229296810:47:4304:4322 Purisima Northern California +0.253847 cspg_html_2834693711 cspg_html_2834693711:940:116331:116347 Spray Victoria, British Columbia +0.921599 aapg_af_98.html aapg_af_98.html:8:1226:1238 Dakota Nebraska +0.274968 aapg_ac_961.html aapg_ac_961.html:457:48021:48029 Woodbine Arkadelphia, Arkansas +0.265144 cspg_html_9912281240 cspg_html_9912281240:55:8051:8058 Pakowki Lacombe, Alberta +0.26 aapg_ad_801.html aapg_ad_801.html:207:22723:22729 Lisbon Winona, Mississippi +0.250976 aapg_ai_583.html aapg_ai_583.html:506:63262:63269 Laramie Black Hills +0.260051 aapg_ai_871.html aapg_ai_871.html:104:10099:10105 Denver Colorado +0.512327 aapg_ae_383.html aapg_ae_383.html:446:34542:34549 Chemung Naples, Florida +0.272363 aapg_ah_96.html aapg_ah_96.html:520:61401:61410 Interlake Williston, Vermont +0.457068 aapg_ac_807.html aapg_ac_807.html:1188:102855:102865 Gloucester Woodstown, New Jersey +0.249158 aapg_ai_105.html aapg_ai_105.html:298:33667:33684 Madison Oquirrh Mountain Utah Temple +0.26214 palaios_html_2298416430 palaios_html_2298416430:466:46199:46208 Salt Lake Cheyenne, Wyoming +0.250997 aapg_aa_233.html aapg_aa_233.html:579:59144:59150 Sierra Matamoros, Tamaulipas +0.298809 aapg_ah_869.html aapg_ah_869.html:901:89378:89390 Dakota Colorado +0.47752 aapg_ak_51.html aapg_ak_51.html:103:10237:10250 Cotton Valley Tuscaloosa, Alabama +0.456968 sedimentology_html_7685827571 sedimentology_html_7685827571:790:59497:59520 Mount Toby Cambridge, Massachusetts +0.706842 aapg_aa_696.html aapg_aa_696.html:38:4322:4349 Moenkopi New Mexico +0.486156 aapg_ae_605.html aapg_ae_605.html:360:45380:45388 Michigan Salina, Kansas +0.2601 aapg_aa_808.html aapg_aa_808.html:314:34713:34731 Kootenay Canada +0.479 cspg_html_9905904289 cspg_html_9905904289:197:25155:25161 Ferris Regina, Saskatchewan +0.258048 aapg_ae_319.html aapg_ae_319.html:564:47798:47804 Navajo Uinta Mountains +0.271416 aapg_ai_962.html aapg_ai_962.html:211:15470:15474 Word Texas +0.477044 aapg_aa_31.html aapg_aa_31.html:19:2178:2187 Huizachal Cedros, Trinidad and Tobago +0.27144 aapg_ac_473.html aapg_ac_473.html:3:511:539 Phosphoria Cheyenne, Wyoming +0.518293 aapg_ai_846.html aapg_ai_846.html:48:5894:5901 Prairie Gulfport, Mississippi +0.269217 geology_html_6501151583 geology_html_6501151583:248:20823:20831 Colorado Denver +0.259548 cspg_html_6014123208 cspg_html_6014123208:627:68420:68440 Clearwater Lacombe, Alberta +0.250498 jgeology_html_4599466962 jgeology_html_4599466962:310:22283:22295 Seneca Edgecliff, New South Wales +0.486796 aapg_aa_391.html aapg_aa_391.html:230:19361:19372 Paluxy Texas +0.26341 aapg_ad_2.html aapg_ad_2.html:836:118576:118593 Warrior Pennsylvania +0.486402 cspg_html_8438548095 cspg_html_8438548095:338:34752:34760 Paskapoo Red Deer, Alberta +0.466932 gsa_html_1783148177 gsa_html_1783148177:618:65801:65819 Funeral Black Mountains, Wales +0.479862 aapg_aa_1.html aapg_aa_1.html:257:28031:28049 Mariposa California +0.704224 aapg_ah_528.html aapg_ah_528.html:16:1883:1901 Thaynes Boise, Idaho +0.457444 aapg_ae_24.html aapg_ae_24.html:235:23695:23707 Rhode Island Kingston, Jamaica +0.471696 palaios_html_7765531315 palaios_html_7765531315:56:6508:6524 Noonday Dolomite California +0.273448 aapg_af_789.html aapg_af_789.html:165:22315:22334 Hampshire Potomac River +0.489114 aapg_af_540.html aapg_af_540.html:671:80338:80360 Monterey California +0.4845 aapg_ai_986.html aapg_ai_986.html:158:17216:17222 Pawnee Illinois +0.480312 cspg_html_3328007773 cspg_html_3328007773:999:101052:101075 Boulder Creek Victoria, British Columbia +0.270396 aapg_ad_880.html aapg_ad_880.html:370:38998:39016 Sundance Black Hills +0.465468 geology_html_2489830923 geology_html_2489830923:25:1058:1063 Rapid Sonora +0.729603 cspg_html_2184091860 cspg_html_2184091860:548:50570:50587 Romaine Anticosti Island +0.478116 aapg_ad_466.html aapg_ad_466.html:239:30770:30781 Hornerstown Manasquan, New Jersey +0.505724 aapg_ad_575.html aapg_ad_575.html:126:17472:17491 Minnelusa Cheyenne, Wyoming +0.48513 gsa_html_7248164569 gsa_html_7248164569:1373:94061:94089 Green River Colorado +0.239604 aapg_ac_198.html aapg_ac_198.html:220:19140:19162 Mt Lytton Austin, Chicago +0.277704 aapg_ah_741.html aapg_ah_741.html:10:1301:1321 Phosphoria Cheyenne, Wyoming +0.48513 geology_html_1789016664 geology_html_1789016664:129:16971:16993 Bruce Perth, Western Australia +0.379743 aapg_ae_473.html aapg_ae_473.html:509:47963:47972 Catahoula Covington, Kentucky +0.250494 aapg_aa_145.html aapg_aa_145.html:395:42541:42556 Pasayten Connecticut River Valley +0.507592 aapg_ad_11.html aapg_ad_11.html:3:503:523 Fort Union North Dakota +0.259077 sedimentology_html_3738352363 sedimentology_html_3738352363:209:14759:14771 Pozo Jura Mountains +0.271942 aapg_aa_147.html aapg_aa_147.html:848:86606:86628 Interlake Manitoba +0.2652 cspg_html_9435196958 cspg_html_9435196958:976:41341:41362 Belly River Lacombe, Alberta +0.4921 aapg_ai_105.html aapg_ai_105.html:155:18269:18284 Ophir Lake Fork (Texas) +0.449636 palaios_html_5582845937 palaios_html_5582845937:73:7812:7820 Virginia Hampton, New Hampshire +0.244398 aapg_ai_887.html aapg_ai_887.html:448:53546:53555 Red River Red River of the North +0.25194 aapg_ad_314.html aapg_ad_314.html:432:46035:46050 Tumey California +0.497016 palaios_html_9993198762 palaios_html_9993198762:483:45253:45286 Morrison Cheyenne, Wyoming +0.46835 aapg_ae_444.html aapg_ae_444.html:240:23336:23342 Denver Colorado +0.25728 aapg_aa_12.html aapg_aa_12.html:307:31746:31759 Goddard Ardmore, Pennsylvania +0.26553 cspg_html_9778753186 cspg_html_9778753186:7:520:538 Kootenay Victoria, British Columbia +0.24941 gsa_html_5094172657 gsa_html_5094172657:487:44702:44708 Oxford Spain +0.476256 aapg_ae_68.html aapg_ae_68.html:94:11559:11565 Tomera Reno, Nevada +0.47808 AMJC_html_6336294256 AMJC_html_6336294256:1775:229118:229128 Washington California +0.232806 gsa_html_7214330928 gsa_html_7214330928:224:19947:19957 Mount Eden San Jacinto, California +0.258416 aapg_aa_712.html aapg_aa_712.html:207:24426:24434 Glenwood Platteville, Colorado +0.481707 gsa_html_6062330506 gsa_html_6062330506:186:22532:22548 Salado Pecos River +0.481944 geology_html_7252964522 geology_html_7252964522:54:5024:5031 Hampton Langley, Berkshire +0.483285 cspg_html_2882882278 cspg_html_2882882278:31:5359:5369 Kinderhook Meramec River +0.471056 aapg_ae_147.html aapg_ae_147.html:79:8106:8110 Pico South Mountains (Arizona) +0.72192 geology_html_4301172553 geology_html_4301172553:279:22113:22134 Green River Colorado +0.257346 cspg_html_6140605204 cspg_html_6140605204:37:5996:6014 Kootenay Carbondale, Pennsylvania +0.49661 aapg_ad_423.html aapg_ad_423.html:193:19157:19180 Ogallala Llano Estacado +0.258552 cspg_html_4193503340 cspg_html_4193503340:280:36184:36203 Mattagami Ontario, California +0.265224 aapg_ae_168.html aapg_ae_168.html:122:13385:13401 Pequop Reno, Nevada +0.257346 geology_html_9304361956 geology_html_9304361956:39:2884:2893 Extension Pannonia +0.260099 geology_html_2057443012 geology_html_2057443012:295:25694:25700 Reston Virginia +0.465567 cspg_html_6927586285 cspg_html_6927586285:577:66020:66046 Halfway Lacombe, Alberta +0.49348 aapg_ai_385.html aapg_ai_385.html:12:1711:1729 Rustler El Capitan +0.261602 cspg_html_7839431712 cspg_html_7839431712:29:4117:4129 Medicine Hat Saskatchewan River +0.474 aapg_ai_932.html aapg_ai_932.html:543:86455:86459 Hall California +0.491667 aapg_af_602.html aapg_af_602.html:121:14097:14105 Richmond Northampton, Massachusetts +0.267264 sedimentology_html_7979863172 sedimentology_html_7979863172:1291:65254:65259 Steel Svalbard +0.479044 aapg_ae_31.html aapg_ae_31.html:246:25595:25615 Batesville Arkansas +0.491454 cspg_html_9011256422 cspg_html_9011256422:305:41969:41977 Columbia Lacombe, Alberta +0.45672 aapg_ac_486.html aapg_ac_486.html:679:86020:86033 Madison Nebraska +0.697698 aapg_ae_998.html aapg_ae_998.html:96:12126:12134 Evanston Wasatch Range +0.923421 aapg_ai_583.html aapg_ai_583.html:128:17982:17990 Sundance Natrona County, Wyoming +0.242672 aapg_af_309.html aapg_af_309.html:140:14027:14033 Salina Nebraska +0.501492 cspg_html_8580557017 cspg_html_8580557017:61:7217:7224 Wabamun Redwater, Texas +0.266192 cspg_html_7093237629 cspg_html_7093237629:86:13867:13882 Leduc Lacombe, Alberta +0.2585 gsa_html_9730672044 gsa_html_9730672044:20:1760:1776 Salina Kokomo, Indiana +0.476656 aapg_aa_357.html aapg_aa_357.html:107:7810:7827 Hermosa Hermosa, Chicago +0.251979 aapg_ac_65.html aapg_ac_65.html:805:67064:67080 Gothic Colorado +0.243915 aapg_af_728.html aapg_af_728.html:439:51466:51482 Favel Manitoba +0.485376 aapg_aa_357.html aapg_aa_357.html:17:1557:1563 Carmel Entrada Sandstone +0.698418 aapg_af_469.html aapg_af_469.html:493:57835:57843 Humboldt Reno, Nevada +0.392925 aapg_ad_258.html aapg_ad_258.html:380:44472:44479 Chemung Huntington, West Virginia +0.247486 sedimentology_html_9978802855 sedimentology_html_9978802855:29:1775:1785 Washington Seattle +0.258981 palaios_html_7541955341 palaios_html_7541955341:981:80302:80338 Bell Texas +0.934032 aapg_af_131.html aapg_af_131.html:669:67352:67370 Dewey Lake Delaware +0.245338 cspg_html_6121424055 cspg_html_6121424055:210:18103:18112 Mackenzie Root River (Wisconsin) +0.86925 aapg_aa_595.html aapg_aa_595.html:302:32233:32241 Wolfcamp New Mexico +0.249559 aapg_ah_827.html aapg_ah_827.html:516:65783:65799 Morgan Colorado +0.251715 aapg_ah_182.html aapg_ah_182.html:403:36303:36321 Lowville Pennsylvania +0.49824 cspg_html_3762708087 cspg_html_3762708087:471:63878:63910 Viking Galveston County, Texas +0.259518 aapg_ad_368.html aapg_ad_368.html:3:239:258 Newcastle Newcastle, New South Wales +0.256968 aapg_ai_498.html aapg_ai_498.html:15:2170:2178 Colorado Colorado +0.254007 sedimentology_html_7724789034 sedimentology_html_7724789034:1781:125097:125112 Cairn Jasper National Park +0.277876 cspg_html_8247666269 cspg_html_8247666269:589:69626:69643 Bearpaw Canada +0.26606 aapg_ae_416.html aapg_ae_416.html:274:25398:25402 Frio Liberty County, Florida +0.474472 aapg_ai_572.html aapg_ai_572.html:202:24371:24384 Ada Pawhuska, Oklahoma +0.472688 palaios_html_9669360804 palaios_html_9669360804:446:38422:38432 Las Cruces New Mexico +0.249444 aapg_ac_971.html aapg_ac_971.html:1104:96703:96711 Seminole McAlester, Oklahoma +0.386568 cspg_html_3473883402 cspg_html_3473883402:517:71714:71733 Bonneterre Missouri River +0.47232 cspg_html_3483814747 cspg_html_3483814747:669:66254:66271 Prince Alfred Bay Devon Island +0.2595 gsa_html_2795729732 gsa_html_2795729732:12:566:576 Washington Earth +0.431388 cspg_html_9361096527 cspg_html_9361096527:602:62135:62167 Judith River Lacombe, Alberta +0.25956 aapg_ae_29.html aapg_ae_29.html:684:65353:65360 Bedford Pennsylvania +0.260538 aapg_ae_625.html aapg_ae_625.html:250:28225:28238 Turner Valley Elmworth, Alberta +0.46827 aapg_ac_333.html aapg_ac_333.html:611:74467:74481 Naco Supai, Arizona +0.26368 aapg_ac_629.html aapg_ac_629.html:228:30581:30591 Citronelle Leesville, Ohio +0.249458 AMJC_html_9664623849 AMJC_html_9664623849:595:68267:68272 Crete San Juan, Argentina +0.47481 palaios_html_8113714689 palaios_html_8113714689:34:3127:3135 Au Train Munising, Michigan +0.266156 aapg_ac_690.html aapg_ac_690.html:38:3478:3495 Paradox Arizona +0.22878 aapg_af_488.html aapg_af_488.html:332:32038:32046 Colorado Rocky Mountains +0.2688 cspg_html_1333179361 cspg_html_1333179361:16:2022:2038 Belloy Western world +0.504525 aapg_ad_71.html aapg_ad_71.html:165:14034:14055 Snyder Kaibab, Arizona +0.2565 aapg_ad_784.html aapg_ad_784.html:258:29145:29164 Coldwater Western world +0.253272 cspg_html_2253842195 cspg_html_2253842195:195:26488:26507 Buckinghorse Caldwell, New Jersey +0.498388 cspg_html_7409170811 cspg_html_7409170811:676:77539:77555 Exshaw Lacombe, Alberta +0.263676 aapg_ad_2.html aapg_ad_2.html:2340:248950:248971 Little Falls Mohawk Valley +0.489554 aapg_aa_544.html aapg_aa_544.html:82:10556:10564 Tensleep Cheyenne, Wyoming +0.2448 aapg_ac_253.html aapg_ac_253.html:294:36126:36133 Clarita National Museum of the United States Air Force +0.258912 aapg_ai_504.html aapg_ai_504.html:34:3485:3496 Dakota Williston, Vermont +0.251496 AMJC_html_5974020359 AMJC_html_5974020359:669:77723:77732 Peninsula Italy +0.2703 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1908:1917 Newcastle Abingdon, Virginia +0.261112 aapg_af_133.html aapg_af_133.html:291:31032:31047 Racine Dolomite Michigan +0.254989 aapg_ac_631.html aapg_ac_631.html:347:41616:41631 Signal Mountain Pinedale, California +0.232806 aapg_ac_65.html aapg_ac_65.html:271:25048:25073 Robinson Vail, Colorado +0.791439 aapg_aa_702.html aapg_aa_702.html:615:100873:100881 Billings Spearfish, South Dakota +0.25235 aapg_ad_871.html aapg_ad_871.html:100:10662:10669 Genshaw Cheboygan County Airport +0.456 aapg_ac_986.html aapg_ac_986.html:24:3790:3808 Willwood Cheyenne, Wyoming +0.481792 aapg_ah_723.html aapg_ah_723.html:246:27673:27697 Green River Uinta Mountains +0.24304 aapg_aa_866.html aapg_aa_866.html:22:2994:3009 Bouse Colorado +0.371108 jgeology_html_7023488312 jgeology_html_7023488312:500:37965:37979 Rome Alabama +0.270364 aapg_ai_240.html aapg_ai_240.html:256:26110:26124 Stony Mountain Red River of the North +0.26877 cspg_html_9717154602 cspg_html_9717154602:426:51718:51725 Bearpaw Lacombe, Alberta +0.40527 cspg_html_8089302449 cspg_html_8089302449:326:56261:56271 Dawson Bay Lacombe, Alberta +0.288045 aapg_ae_319.html aapg_ae_319.html:711:60497:60510 Gypsum Spring Entrada Sandstone +0.265734 cspg_html_5484260516 cspg_html_5484260516:803:62147:62162 Banff Crowsnest Pass, Alberta +0.275098 geology_html_4442818636 geology_html_4442818636:287:23974:23980 Oxford Pergamon Museum +0.26163 aapg_aa_643.html aapg_aa_643.html:474:54715:54724 Knoxville Great Valley, New York +0.246007 aapg_af_854.html aapg_af_854.html:927:131172:131181 Mooretown Bloomington, Indiana +0.504768 aapg_ae_715.html aapg_ae_715.html:3:154:168 Frio Texas +0.48822 sedimentology_html_2530371124 sedimentology_html_2530371124:37:2105:2115 Copenhagen Denmark +0.257554 cspg_html_7988775280 cspg_html_7988775280:421:60530:60554 Athabasca Lacombe, Alberta +0.451689 aapg_ae_916.html aapg_ae_916.html:289:33588:33596 Colorado Colorado +0.513252 aapg_ah_501.html aapg_ah_501.html:62:7103:7123 Georgetown Texas +0.369738 geology_html_8241069332 geology_html_8241069332:219:19048:19064 Orocopia Schist California +0.281424 aapg_ac_785.html aapg_ac_785.html:257:42063:42087 Bossier Texas +0.482816 aapg_af_634.html aapg_af_634.html:68:10327:10333 Brazil Africa +0.28567 aapg_ai_31.html aapg_ai_31.html:120:14254:14273 Catahoula Oklahoma City +0.262973 cspg_html_4666332434 cspg_html_4666332434:60:9756:9767 Sombre Milk River, Alberta +0.341292 aapg_ak_132.html aapg_ak_132.html:74:8179:8191 Todos Santos Guatemala +0.376683 aapg_ac_301.html aapg_ac_301.html:527:58192:58219 Saturday Mountain Boise, Idaho +0.473984 cspg_html_3129231627 cspg_html_3129231627:390:49067:49090 Eleanor River Little Cornwallis Island +0.471108 sedimentology_html_8995419841 sedimentology_html_8995419841:981:51749:51753 Hall London, Ontario +0.223245 aapg_ad_440.html aapg_ad_440.html:51:6191:6199 Virginia Huntington, West Virginia +0.486588 aapg_ai_958.html aapg_ai_958.html:50:4647:4666 Catahoula Cuero, Texas +0.542624 aapg_ah_779.html aapg_ah_779.html:139:26597:26606 Blackford Virginia +0.2626 gsa_html_7248164569 gsa_html_7248164569:107:6254:6263 Peninsula New Brunswick, New Jersey +0.270399 aapg_ae_973.html aapg_ae_973.html:1137:89747:89757 San Andres Delaware +0.5229 aapg_ac_923.html aapg_ac_923.html:374:40329:40344 Atoka Atoka, Oklahoma +0.475896 AMJC_html_4692260170 AMJC_html_4692260170:124:13593:13613 Ammonoosuc Volcanics Middle East +0.456816 geology_html_6832567545 geology_html_6832567545:11:569:575 Denver Colorado +0.238977 aapg_ah_93.html aapg_ah_93.html:198:26594:26616 Water Canyon Maywood, California +0.473252 AMJC_html_6539706032 AMJC_html_6539706032:1195:113771:113783 Rhode Island Newport, Rhode Island +0.495726 palaios_html_3022467877 palaios_html_3022467877:70:7276:7289 Pit New Jersey +0.241868 palaios_html_9150736881 palaios_html_9150736881:343:33746:33777 Haymond Texas +0.262095 aapg_ae_958.html aapg_ae_958.html:2364:201574:201581 Rustler Delaware +0.4685 gsa_html_2832151886 gsa_html_2832151886:875:70830:70863 Denver Regina, Saskatchewan +0.506996 sedimentology_html_1776988099 sedimentology_html_1776988099:589:42264:42270 Thrifty London, Ontario +0.237446 aapg_ad_264.html aapg_ad_264.html:171:21494:21506 Saskatchewan Victoria, British Columbia +0.249975 aapg_ai_489.html aapg_ai_489.html:462:52347:52362 Kennedy Channel Ellesmere Island +0.476586 aapg_ac_333.html aapg_ac_333.html:827:101940:101958 Toroweap Grand Canyon +0.2574 aapg_ad_169.html aapg_ad_169.html:251:28757:28777 Greenbrier Huntington, West Virginia +0.496975 aapg_ad_98.html aapg_ad_98.html:552:56058:56074 Lehman Reno, Nevada +0.25652 aapg_ad_440.html aapg_ad_440.html:489:45301:45310 Bluefield Norfolk, Virginia +0.26059 aapg_ae_805.html aapg_ae_805.html:578:70125:70142 Hermosa Logan, Utah +0.363042 gsa_html_8669219468 gsa_html_8669219468:255:28626:28645 Flagstaff Logan, Utah +0.488131 aapg_ai_852.html aapg_ai_852.html:15:2504:2509 Cibao Arecibo Observatory +0.247434 geology_html_8106588521 geology_html_8106588521:469:30034:30042 Colorado Logan, Utah +0.263088 aapg_aa_643.html aapg_aa_643.html:146:15493:15512 Knoxville Great Valley, New York +0.255528 jgeology_html_1836103970 jgeology_html_1836103970:402:32127:32148 New Glasgow New Glasgow, Nova Scotia +0.2401 gsa_html_5056480923 gsa_html_5056480923:53:5979:5996 Barstow California +0.496837 gsa_html_2675218998 gsa_html_2675218998:1084:94649:94677 Green River Colorado +0.260148 aapg_ah_828.html aapg_ah_828.html:505:47021:47030 Smackover Ohio +0.491232 gsa_html_2700766958 gsa_html_2700766958:62:4163:4191 Green River Colorado +0.495104 aapg_ad_683.html aapg_ad_683.html:55:8169:8181 Hermit Supai, Arizona +0.249344 aapg_ad_812.html aapg_ad_812.html:10:2136:2153 Wingate Entrada Sandstone +0.261072 geology_html_9081351887 geology_html_9081351887:294:24797:24814 White Rock Cheyenne, Wyoming +0.25956 aapg_ae_974.html aapg_ae_974.html:127:13097:13107 Rio Grande Zapata, Texas +0.229764 cspg_html_8362959053 cspg_html_8362959053:26:4120:4134 Kootenay Mountain Park (Holyoke, Massachusetts) +0.25143 gsa_html_3648258377 gsa_html_3648258377:702:65285:65296 Englishtown Merchantville, New Jersey +0.496164 gsa_html_5961880366 gsa_html_5961880366:1277:89185:89213 Green River New Mexico +0.878564 aapg_ah_633.html aapg_ah_633.html:128:17812:17835 Chickasawhay Alabama +0.501375 jgeology_html_7844360616 jgeology_html_7844360616:974:47841:47850 Peninsula Quebec City +0.48504 sedimentology_html_9410532865 sedimentology_html_9410532865:1502:107163:107184 Green River Cheyenne, Wyoming +0.263676 aapg_aa_205.html aapg_aa_205.html:136:16611:16627 Salina Michigan +0.49749 jgeology_html_4219576492 jgeology_html_4219576492:1420:88508:88516 Victoria Canada +0.479457 aapg_ac_724.html aapg_ac_724.html:170:15748:15757 San Diego Emery Theatre +0.456724 aapg_ae_6.html aapg_ae_6.html:90:9757:9774 Edwards Central Texas +0.458193 sedimentology_html_4062866456 sedimentology_html_4062866456:900:51456:51460 Fang Hunan +0.22932 cspg_html_3097746547 cspg_html_3097746547:655:69296:69310 Bullhead Victoria, British Columbia +0.25856 aapg_aa_391.html aapg_aa_391.html:140:11790:11795 Atoka McCurtain County, Oklahoma +0.483585 aapg_af_11.html aapg_af_11.html:329:33552:33579 Hermosa Colorado +0.256985 sedimentology_html_3766208478 sedimentology_html_3766208478:807:50369:50381 Rhododendron Stone Mountain, Georgia +0.484632 gsa_html_7040053075 gsa_html_7040053075:1006:109795:109804 San Diego California +0.487622 gsa_html_6330913937 gsa_html_6330913937:1056:96452:96458 Oregon San Jacinto, California +0.25431 aapg_ad_440.html aapg_ad_440.html:176:15175:15209 Bluefield Huntington, West Virginia +0.512848 aapg_ae_573.html aapg_ae_573.html:632:75305:75324 Smackover Iran +0.494429 cspg_html_8489487451 cspg_html_8489487451:37:5239:5247 Columbia Canada +0.239117 aapg_ac_967.html aapg_ac_967.html:8:1311:1329 John Day Salem, Oregon +0.473031 sedimentology_html_1685838353 sedimentology_html_1685838353:201:16464:16475 Peace River Lake Athabasca +0.49728 aapg_ad_466.html aapg_ad_466.html:385:46842:46855 Potomac Raritan River +0.274256 aapg_ad_141.html aapg_ad_141.html:40:3487:3492 Eutaw Selma to Montgomery marches +0.26832 aapg_ac_849.html aapg_ac_849.html:13:1827:1835 Parkwood Pottsville, Pennsylvania +0.270764 geology_html_8094169952 geology_html_8094169952:226:14269:14276 Yucatan Mexico +0.262654 aapg_ai_578.html aapg_ai_578.html:30:2859:2869 Arco Hills Wood River (Oregon) +0.508992 cspg_html_1503116552 cspg_html_1503116552:126:21317:21337 Swan Hills Swan Hill, Victoria +0.738295 aapg_ac_380.html aapg_ac_380.html:463:55265:55273 Needmore Pennsylvania +0.260604 aapg_ah_160.html aapg_ah_160.html:415:50724:50732 Michigan Ohio +0.247005 gsa_html_6652746762 gsa_html_6652746762:212:18761:18771 Santa Rita Araguaia River +0.486072 gsa_html_4038604474 gsa_html_4038604474:14:652:659 Windsor Ontario, California +0.260478 geology_html_8196169061 geology_html_8196169061:62:7323:7341 Beaumont Mexico +0.271906 aapg_ae_777.html aapg_ae_777.html:38:5028:5044 Sandia Sangre de Cristo Range +0.464088 aapg_ah_42.html aapg_ah_42.html:47:6496:6512 Navajo Colorado Plateau +0.247486 cspg_html_2178758494 cspg_html_2178758494:296:38348:38371 Athabasca Lacombe, Alberta +0.271216 aapg_ah_645.html aapg_ah_645.html:113:15300:15305 Piper Western world +0.525251 aapg_ad_23.html aapg_ad_23.html:29:2349:2356 Kanawha Cheyenne, Wyoming +0.257446 aapg_af_2.html aapg_af_2.html:763:68496:68504 Colorado Rocky Mountains +0.243512 aapg_ae_176.html aapg_ae_176.html:207:25046:25058 Grand Rapids Edmonton, London +0.495471 aapg_ai_975.html aapg_ai_975.html:1119:89697:89717 Georgetown Uvalde, Texas +0.248003 geology_html_2293675298 geology_html_2293675298:223:19950:19970 Pit Kilauea, Hawaii +0.258055 aapg_ac_453.html aapg_ac_453.html:114:15204:15212 Scotland Great Britain +0.249845 aapg_ac_71.html aapg_ac_71.html:308:36031:36057 Humboldt Westgate, Canterbury +0.264554 gsa_html_3151431803 gsa_html_3151431803:69:8568:8585 Entrada Logan, Utah +0.496327 cspg_html_9193620351 cspg_html_9193620351:9:938:955 Bearpaw Cypress Hills, Brooklyn +0.68985 aapg_af_663.html aapg_af_663.html:210:25220:25239 Altamont Missouri River +0.259584 aapg_ai_157.html aapg_ai_157.html:464:43474:43480 Salina Salina, Kansas +0.249776 aapg_ad_734.html aapg_ad_734.html:314:31807:31815 Kootenai Great Falls (Missouri River) +0.249 aapg_ae_981.html aapg_ae_981.html:132:8938:8948 Bainbridge Knoxville, Tennessee +0.237546 aapg_ae_454.html aapg_ae_454.html:606:55581:55589 Dorcheat Texas +0.480293 aapg_ae_921.html aapg_ae_921.html:164:12425:12431 Ludlow Fort Union Trading Post National Historic Site +0.25048 gsa_html_8740218609 gsa_html_8740218609:14:651:659 Virginia Reston, Virginia +0.829026 aapg_aa_23.html aapg_aa_23.html:793:101853:101876 Ashern Winnipeg +0.251968 sedimentology_html_9626990209 sedimentology_html_9626990209:1181:92953:92972 Rock Springs Sweetwater, Miami-Dade County, Florida +0.698445 cspg_html_5688447798 cspg_html_5688447798:134:18705:18725 Blue Fiord Ellesmere Island +0.212046 aapg_ah_96.html aapg_ah_96.html:58:7111:7129 Deadwood Winnipeg +0.499896 gsa_html_8010927234 gsa_html_8010927234:505:43151:43179 Green River New Mexico +0.876652 aapg_aa_399.html aapg_aa_399.html:541:52364:52381 Belly River Bearpaw Formation +0.24402 aapg_af_353.html aapg_af_353.html:14:1743:1758 Catalina Schist Los Angeles +0.466565 jgeology_html_1836103970 jgeology_html_1836103970:193:15051:15071 Boss Point New Glasgow, Nova Scotia +0.249488 aapg_ai_410.html aapg_ai_410.html:83:10025:10034 Leadville Glenwood Springs, Colorado +0.92256 gsa_html_5865982995 gsa_html_5865982995:1508:157596:157617 Green River Logan, Utah +0.496244 aapg_af_431.html aapg_af_431.html:142:15084:15107 Cotton Valley Navarro County, Texas +0.24794 aapg_ad_71.html aapg_ad_71.html:166:14377:14394 Leonard Texas +0.505575 gsa_html_8787471244 gsa_html_8787471244:73:6925:6953 Green River New Mexico +0.26676 aapg_ad_614.html aapg_ad_614.html:42:4279:4287 Columbia Arkansas +0.242526 cspg_html_8532932475 cspg_html_8532932475:53:7999:8016 Bluesky Lacombe, Alberta +0.255972 jgeology_html_8355852976 jgeology_html_8355852976:108:6094:6100 Pueblo Colorado +0.478674 aapg_aa_904.html aapg_aa_904.html:717:64014:64030 Dakota San Juan, Argentina +0.353668 aapg_ai_810.html aapg_ai_810.html:32:4972:4990 Norphlet Mississippi River +0.261085 palaios_html_2048556014 palaios_html_2048556014:729:70182:70188 Oxford China +0.50827 aapg_ad_3.html aapg_ad_3.html:228:19723:19740 Beekmantown Virginia +0.47151 aapg_af_849.html aapg_af_849.html:293:18627:18637 Rock River Cheyenne, Wyoming +0.25146 gsa_html_6814608835 gsa_html_6814608835:636:52588:52602 Hawthorn Melbourne, Florida +0.257484 geology_html_4304054973 geology_html_4304054973:275:22356:22361 Spray Sudbury, Suffolk +0.464854 aapg_af_2.html aapg_af_2.html:461:51617:51632 Ouray Ouray, Colorado +0.257466 aapg_af_981.html aapg_af_981.html:367:37020:37041 Almond Cheyenne, Wyoming +0.243915 aapg_ai_80.html aapg_ai_80.html:198:21603:21614 Trempealeau Franconia, New Hampshire +0.240825 cspg_html_8587639109 cspg_html_8587639109:1106:109475:109483 Moosebar Victoria, British Columbia +0.492462 aapg_ac_984.html aapg_ac_984.html:205:18666:18687 Trempealeau Missouri River +0.2604 aapg_ai_699.html aapg_ai_699.html:45:7616:7629 Great Meadows Glen Falls +0.368235 cspg_html_3041902517 cspg_html_3041902517:145:23812:23836 Van Hauen Ellesmere Island +0.266716 cspg_html_9388742281 cspg_html_9388742281:70:8261:8283 Nelson Victoria, British Columbia +0.256608 aapg_ai_49.html aapg_ai_49.html:539:70470:70478 San Luis Colorado +0.27081 gsa_html_5158209975 gsa_html_5158209975:74:8493:8500 Prairie Saucier, Mississippi +0.48615 aapg_ad_98.html aapg_ad_98.html:707:68353:68357 Hall California +0.485811 aapg_ah_387.html aapg_ah_387.html:455:45087:45093 Oregon Salem, Oregon +0.433944 aapg_ae_319.html aapg_ae_319.html:572:48755:48775 Twin Creek Carmel, Indiana +0.502178 gsa_html_8035658736 gsa_html_8035658736:999:106707:106717 Washington Salem, Oregon +0.258063 cspg_html_3385840278 cspg_html_3385840278:1589:178170:178204 Beaverhill Swan Hill, Victoria +0.486772 aapg_ai_975.html aapg_ai_975.html:27:6638:6655 Hosston East Texas +0.25041 geology_html_3737252259 geology_html_3737252259:243:22792:22802 Pine Point Canada +0.490776 aapg_ad_329.html aapg_ad_329.html:168:24410:24423 Harrell Altoona, Pennsylvania +0.260099 cspg_html_4010530611 cspg_html_4010530611:12:1405:1421 Shunda Moose Mountain (Alberta) +0.497289 aapg_ah_536.html aapg_ah_536.html:129:17916:17923 Hosston County Sligo +0.248965 aapg_ae_782.html aapg_ae_782.html:21:2624:2635 Buena Vista Colorado River (Argentina) +0.488889 aapg_ah_595.html aapg_ah_595.html:73:8511:8519 Wolfcamp Arbuckle, California +0.485366 cspg_html_7325522863 cspg_html_7325522863:247:39211:39225 Cardium Lacombe, Alberta +0.48609 aapg_af_975.html aapg_af_975.html:123:20121:20129 Colorado Colorado +0.253935 cspg_html_3796928998 cspg_html_3796928998:68:10219:10231 Granite Wash Lacombe, Alberta +0.247008 aapg_ad_52.html aapg_ad_52.html:37:4620:4639 Coldwater Michigan +0.258063 aapg_ai_981.html aapg_ai_981.html:233:19708:19714 Lissie Beaumont, Texas +0.47718 geology_html_5323396367 geology_html_5323396367:85:8847:8853 Oregon Washington (state) +0.491825 jgeology_html_4305195651 jgeology_html_4305195651:1925:143229:143245 Pocono Coaldale, Schuylkill County, Pennsylvania +0.262654 gsa_html_9417870342 gsa_html_9417870342:1047:76761:76790 Southern California Batholith Earth +0.931884 aapg_ae_55.html aapg_ae_55.html:188:29161:29170 Awantjish York +0.242015 aapg_ad_81.html aapg_ad_81.html:813:139235:139243 Tensleep Cheyenne, Wyoming +0.251979 sedimentology_html_5593677030 sedimentology_html_5593677030:398:27575:27583 Colorado Anchorage, Alaska +0.493735 AMJC_html_6341723617 AMJC_html_6341723617:979:83054:83075 Green River Colorado +0.242928 AMJC_html_6539706032 AMJC_html_6539706032:13:669:677 Colorado Denver +0.901508 gsa_html_7020634397 gsa_html_7020634397:165:17244:17268 Imperial Mackenzie River +0.502686 aapg_ac_333.html aapg_ac_333.html:796:97500:97504 Yeso Supai, Arizona +0.241808 aapg_ai_153.html aapg_ai_153.html:247:40284:40300 Belden Uinta Mountains +0.272435 cspg_html_7083999793 cspg_html_7083999793:8:745:765 Mount Head Western world +0.243013 sedimentology_html_3738352363 sedimentology_html_3738352363:18:1099:1111 Pozo Spain +0.88825 aapg_ak_132.html aapg_ak_132.html:68:7136:7158 Todos Santos Guatemala +0.272994 palaios_html_2994452429 palaios_html_2994452429:629:57470:57485 Liard Canada +0.24912 gsa_html_6395675168 gsa_html_6395675168:15:871:882 San Joaquin Sierra Nevada (Spain) +0.253991 cspg_html_4124550118 cspg_html_4124550118:32:4937:4945 Pine Key Miami +0.257983 gsa_html_3049782768 gsa_html_3049782768:558:52166:52174 Columbia Victoria, British Columbia +0.252004 aapg_ai_159.html aapg_ai_159.html:550:63202:63217 Gatun Caribbean +0.81408 cspg_html_2863271815 cspg_html_2863271815:33:5500:5516 Guelph Ontario, California +0.48581 aapg_ah_90.html aapg_ah_90.html:59:9517:9531 Cedar Mountain Cedar Mountains +0.519437 cspg_html_4422229045 cspg_html_4422229045:631:76291:76312 Arctic Red Cordillera Administrative Region +0.509427 gsa_html_2122478280 gsa_html_2122478280:347:33221:33249 Green River Iran +0.257466 palaios_html_5264377288 palaios_html_5264377288:610:51003:51031 Cantwell Anchorage, Alaska +0.257556 gsa_html_8066465143 gsa_html_8066465143:1173:99047:99053 Brazil Vari +0.257 cspg_html_9343899465 cspg_html_9343899465:690:64358:64371 Bird Fiord Bathurst Island (Northern Territory) +0.47061 aapg_ae_464.html aapg_ae_464.html:173:11511:11525 Naco Sonora +0.239956 aapg_af_854.html aapg_af_854.html:958:134834:134850 Bethel Kentucky +0.89965 aapg_ai_49.html aapg_ai_49.html:196:22414:22424 Minnekahta Black Hills +0.482092 aapg_af_301.html aapg_af_301.html:79:9379:9384 Atoka Delaware +0.486664 cspg_html_9711337099 cspg_html_9711337099:21:2361:2369 Columbia Black Mountains (North Carolina) +0.485858 aapg_af_142.html aapg_af_142.html:219:27311:27324 Cotton Valley Mexico +0.256928 aapg_ac_337.html aapg_ac_337.html:193:10904:10912 Colorado Colorado +0.483406 aapg_ad_379.html aapg_ad_379.html:590:49396:49404 Colorado Arizona +0.262626 aapg_af_663.html aapg_af_663.html:337:34918:34923 Utica Pleasanton, Texas +0.483128 aapg_ae_605.html aapg_ae_605.html:601:62261:62277 Salina Bloomington, Indiana +0.241266 jgeology_html_1836103970 jgeology_html_1836103970:89:4455:4475 Boss Point New Glasgow, Nova Scotia +0.269874 aapg_ae_73.html aapg_ae_73.html:275:36445:36455 San Andres Las Vegas Strip +0.261326 aapg_ah_745.html aapg_ah_745.html:21:2049:2058 Maquoketa Middle East +0.265772 aapg_ac_424.html aapg_ac_424.html:26:4913:4922 Catahoula Texas +0.251122 aapg_af_892.html aapg_af_892.html:895:84145:84160 Whitehorse San Angelo, Texas +0.4769 aapg_af_891.html aapg_af_891.html:255:27667:27679 Dockum Santa Rosa, California +0.507334 aapg_af_15.html aapg_af_15.html:23:4020:4039 Mesaverde Aspen, Colorado +0.492855 cspg_html_1644457308 cspg_html_1644457308:49:7618:7636 Halfway Victoria, British Columbia +0.249 aapg_aa_305.html aapg_aa_305.html:72:11053:11061 Kirkwood Raritan River +0.486604 palaios_html_4830763213 palaios_html_4830763213:405:35353:35357 Hall London, Ontario +0.260608 aapg_ad_170.html aapg_ad_170.html:90:9046:9060 Chainman Logan, Utah +0.252003 gsa_html_9487992082 gsa_html_9487992082:860:78411:78432 Kaiparowits Logan, Utah +0.267289 AMJC_html_5390933660 AMJC_html_5390933660:1129:102498:102503 Lyell London, Ontario +0.501804 aapg_af_3.html aapg_af_3.html:31:3914:3929 Supai White River (Washington) +0.253532 aapg_ah_252.html aapg_ah_252.html:272:22212:22222 Atoka Atoka, Oklahoma +0.498609 aapg_aa_712.html aapg_aa_712.html:29:5040:5061 Platteville Hennepin, Illinois +0.253492 sedimentology_html_1061349106 sedimentology_html_1061349106:210:17924:17930 Oregon Washington (state) +0.470825 cspg_html_9119878068 cspg_html_9119878068:428:50179:50195 Ireton Lacombe, Alberta +0.25542 cspg_html_6032369756 cspg_html_6032369756:443:53513:53522 Red River Regina, Saskatchewan +0.264654 aapg_aa_569.html aapg_aa_569.html:47:6333:6365 Benson Ligonier, Indiana +0.264654 aapg_ah_741.html aapg_ah_741.html:5:667:673 Casper Cheyenne, Wyoming +0.235528 aapg_ac_67.html aapg_ac_67.html:347:34354:34365 Tar Springs Bethel, Alaska +0.494252 aapg_ai_592.html aapg_ai_592.html:192:31479:31490 Green River Bitter Creek (Wyoming) +0.488735 cspg_html_8121202912 cspg_html_8121202912:274:34032:34057 Beaverfoot Victoria, British Columbia +0.263088 gsa_html_4922631598 gsa_html_4922631598:402:48493:48511 Ogallala New Mexico +0.478534 aapg_ad_3.html aapg_ad_3.html:292:27324:27340 Nittany Missouri River +0.486266 aapg_af_636.html aapg_af_636.html:100:12267:12283 Red Rock Helderberg +0.25123 cspg_html_7434089303 cspg_html_7434089303:158:18807:18825 Nunatami Ellesmere Island +0.465689 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89793:89801 Hawthorn Burlington, Ontario +0.68093 aapg_af_479.html aapg_af_479.html:49:6801:6821 Point Loma San Diego +0.2744 aapg_ah_623.html aapg_ah_623.html:3:170:195 Weber Colorado +0.696672 aapg_ai_493.html aapg_ai_493.html:37:5223:5244 Green River Uintah, Utah +0.504751 cspg_html_2198503252 cspg_html_2198503252:7:685:720 Big Valley Regina, Saskatchewan +0.24941 gsa_html_5985527169 gsa_html_5985527169:14:735:756 Green River Cheyenne, Wyoming +0.244829 cspg_html_4392308496 cspg_html_4392308496:329:45875:45896 Bonaventure Nashville Basin +0.249975 cspg_html_5569247132 cspg_html_5569247132:65:4502:4510 Colorado Lacombe, Alberta +0.253791 aapg_ai_17.html aapg_ai_17.html:630:45530:45535 Yegua Gosport, Indiana +0.258015 aapg_ac_59.html aapg_ac_59.html:276:35052:35071 San Diego San Diego +0.461265 cspg_html_2482892781 cspg_html_2482892781:29:4809:4816 Madison Regina, Saskatchewan +0.498435 cspg_html_7779401416 cspg_html_7779401416:313:35784:35805 Fossil Hill Ontario, California +0.476652 aapg_af_551.html aapg_af_551.html:1009:79026:79038 Borden Bloomington, Indiana +0.25056 aapg_ac_807.html aapg_ac_807.html:617:61098:61116 Yorktown Virginia +0.262143 cspg_html_3231136569 cspg_html_3231136569:5:230:239 Ice River Victoria, British Columbia +0.487407 gsa_html_7173708345 gsa_html_7173708345:40:3382:3403 Forest Fairbanks, Alaska +0.283989 aapg_af_854.html aapg_af_854.html:524:70695:70710 Salem Bloomington, Indiana +0.24912 aapg_aa_98.html aapg_aa_98.html:153:12604:12616 Granite Wash Swan Hill, Victoria +0.26156 aapg_ae_474.html aapg_ae_474.html:118:11821:11837 Bethel Illinois +0.258362 aapg_ad_812.html aapg_ad_812.html:87:12610:12616 Navajo Kayenta, Arizona +0.270864 aapg_ai_980.html aapg_ai_980.html:519:45260:45267 Rierdon Devon +0.248292 aapg_ac_529.html aapg_ac_529.html:126:14706:14714 Colorado Colorado +0.265104 aapg_ac_989.html aapg_ac_989.html:166:23471:23480 Maquoketa Niobrara, Nebraska +0.238832 cspg_html_4105062490 cspg_html_4105062490:9:787:802 Elk Regina, Saskatchewan +0.386316 aapg_af_90.html aapg_af_90.html:3:357:378 Wood Canyon Death Valley +0.232254 cspg_html_9713614580 cspg_html_9713614580:181:25606:25623 Wapiabi Milk River, Alberta +0.367026 aapg_ac_661.html aapg_ac_661.html:91:10005:10025 Phosphoria Boise, Idaho +0.240792 aapg_af_789.html aapg_af_789.html:17:2446:2464 Coeymans New Scotland, New York +0.490167 aapg_ae_871.html aapg_ae_871.html:337:52848:52868 Fredericksburg Anchorage, Alaska +0.264075 aapg_ad_683.html aapg_ad_683.html:301:32993:32998 Supai Grand Canyon +0.48308 aapg_ai_489.html aapg_ai_489.html:228:24298:24310 Devon Island Ellesmere Island +0.498834 gsa_html_3463181327 gsa_html_3463181327:638:65078:65086 Beaumont South Georgia and the South Sandwich Islands +0.265558 aapg_ac_380.html aapg_ac_380.html:108:14205:14213 Camillus Salina, Kansas +0.249488 cspg_html_3501550466 cspg_html_3501550466:255:36488:36502 Woodbend Lacombe, Alberta +0.27404 cspg_html_5542874609 cspg_html_5542874609:328:38560:38578 Niobrara Lacombe, Alberta +0.26235 gsa_html_9152662653 gsa_html_9152662653:1200:104057:104078 Martinsburg Pennsylvania +0.488592 aapg_af_130.html aapg_af_130.html:186:32382:32402 Jefferson Logan, Utah +0.254508 aapg_ai_364.html aapg_ai_364.html:752:61993:61999 Galena Kinderhook (town), New York +0.688524 aapg_ad_67.html aapg_ad_67.html:234:30122:30134 Hatchetigbee Alabama +0.241664 aapg_aa_906.html aapg_aa_906.html:89:10077:10098 Green River Wasatch Range +0.253008 cspg_html_9119878068 cspg_html_9119878068:389:48017:48051 Beaverhill Swan Hill, Victoria +0.486402 cspg_html_9222238695 cspg_html_9222238695:133:18856:18864 Columbia Victoria, British Columbia +0.238392 gsa_html_3883467297 gsa_html_3883467297:829:64366:64394 San Antonio Chile +0.504525 aapg_ac_574.html aapg_ac_574.html:6:881:898 Wasatch Reno, Nevada +0.256512 sedimentology_html_2993577458 sedimentology_html_2993577458:1657:82234:82240 Thrifty London, Ontario +0.462455 cspg_html_7182873498 cspg_html_7182873498:76:13439:13445 Guelph Salina, Kansas +0.484748 aapg_af_299.html aapg_af_299.html:83:8727:8735 Colorado Denver +0.4752 cspg_html_4270552951 cspg_html_4270552951:143:20540:20545 Favel Niobrara, Nebraska +0.249831 sedimentology_html_2251281862 sedimentology_html_2251281862:1117:86600:86636 Panther Seep New Mexico +0.262119 aapg_ad_466.html aapg_ad_466.html:1401:149073:149090 Matawan Monmouth +0.253092 aapg_ah_289.html aapg_ah_289.html:562:79057:79065 Colorado Englewood, New Jersey +0.240912 sedimentology_html_6051696699 sedimentology_html_6051696699:445:38902:38921 Caledonia New Caledonia +0.473715 cspg_html_8740534160 cspg_html_8740534160:328:39048:39064 Mahto Purcell Mountains +0.252928 jgeology_html_6186634367 jgeology_html_6186634367:564:46927:46938 Supai Grand Canyon +0.479142 aapg_ae_93.html aapg_ae_93.html:50:9181:9187 Luscar Lacombe, Alberta +0.8455 cspg_html_1894459898 cspg_html_1894459898:449:43026:43061 Keg River Canada +0.469938 aapg_ad_3.html aapg_ad_3.html:275:24729:24736 Nittany Virginia +0.476545 geology_html_5638110690 geology_html_5638110690:212:19429:19437 Richland Washington (state) +0.475092 aapg_ac_222.html aapg_ac_222.html:427:56991:57008 Chinle Moenkopi Formation +0.246909 gsa_html_7808051457 gsa_html_7808051457:522:48148:48165 Dotsero Colorado +0.2704 gsa_html_5604955284 gsa_html_5604955284:983:89429:89457 Green River Iran +0.473184 aapg_ai_720.html aapg_ai_720.html:261:29559:29576 Raritan Closter, New Jersey +0.470557 sedimentology_html_6000334918 sedimentology_html_6000334918:61:5147:5155 Columbia Victoria, British Columbia +0.24552 palaios_html_3889678675 palaios_html_3889678675:1174:110340:110358 Quinault Washington (state) +0.482023 aapg_ae_383.html aapg_ae_383.html:438:33412:33420 Woodford Chattanooga, Tennessee +0.480681 sedimentology_html_6425376816 sedimentology_html_6425376816:1281:109788:109806 Grayburg Guadalupe Mountains National Park +0.487104 cspg_html_4976670191 cspg_html_4976670191:277:34198:34216 Kootenay Lacombe, Alberta +0.48672 aapg_af_845.html aapg_af_845.html:58:5184:5202 Woodbine Cayuga, Ontario +0.51357 cspg_html_9222238695 cspg_html_9222238695:353:46435:46447 Fernie Lacombe, Alberta +0.25452 geology_html_8106588521 geology_html_8106588521:383:25848:25869 Green River Cheyenne, Wyoming +0.266112 aapg_af_142.html aapg_af_142.html:222:28113:28126 Cotton Valley Arkansas +0.261744 aapg_ac_528.html aapg_ac_528.html:120:15073:15103 Albert New Brunswick, New Jersey +0.252813 cspg_html_8089302449 cspg_html_8089302449:286:48769:48783 Fort Vermilion Swan Hill, Victoria +0.246272 aapg_ae_419.html aapg_ae_419.html:2590:171898:171904 Sierra Coahuila +0.482377 aapg_ah_318.html aapg_ah_318.html:934:96066:96077 Pine Island Texas +0.496731 AMJC_html_1964550508 AMJC_html_1964550508:406:50588:50617 Bloomsburg Catskill Mountains +0.49764 cspg_html_4331869613 cspg_html_4331869613:339:39103:39108 Banff Highwood Pass +0.270578 aapg_ad_36.html aapg_ad_36.html:250:26527:26533 Paluxy Smith County, Kansas +0.265161 aapg_ad_466.html aapg_ad_466.html:1347:144158:144166 Monmouth Matawan, New Jersey +0.535575 aapg_ac_222.html aapg_ac_222.html:164:23646:23663 Hermosa Denver +0.270351 jgeology_html_6882545802 jgeology_html_6882545802:169:13397:13405 Fairview Netherlands +0.268315 aapg_ai_985.html aapg_ai_985.html:1557:160605:160613 San Luis Colorado +0.264704 aapg_ae_745.html aapg_ae_745.html:573:68123:68135 Arkose Ridge Matanuska-Susitna Valley +0.25245 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku Lacombe, Alberta +0.505824 aapg_ak_87.html aapg_ak_87.html:285:40765:40774 San Pedro Mogollon, New Mexico +0.518395 geology_html_7097215995 geology_html_7097215995:318:26248:26259 Kunga Victoria, British Columbia +0.27768 aapg_ac_912.html aapg_ac_912.html:152:12726:12745 Minnelusa North Fork, Suffolk County, New York +0.255987 aapg_ae_884.html aapg_ae_884.html:502:58237:58253 Pierre Colorado +0.258534 aapg_aa_855.html aapg_aa_855.html:72:7251:7263 Dakota Mesa County, Colorado +0.48132 jgeology_html_1594463363 jgeology_html_1594463363:76:3360:3368 Montreal Quebec City +0.268732 cspg_html_2954223000 cspg_html_2954223000:565:82489:82495 Barrow Anchorage, Alaska +0.25653 palaios_html_5582845937 palaios_html_5582845937:73:7803:7810 Hampton Virginia +0.685526 sedimentology_html_5673709888 sedimentology_html_5673709888:1982:116392:116402 Keokuk Iowa +0.492184 sedimentology_html_6078727073 sedimentology_html_6078727073:1008:64855:64869 Frio Texas +0.2435 gsa_html_1549665076 gsa_html_1549665076:15:768:772 Reno Reno, Nevada +0.4896 aapg_ae_319.html aapg_ae_319.html:557:47178:47186 Colorado New Mexico +0.374715 cspg_html_7970836465 cspg_html_7970836465:85:11166:11183 Vaureal Anticosti Island +0.264192 gsa_html_4930932370 gsa_html_4930932370:847:87089:87103 Rove Virginia +0.264147 aapg_ae_558.html aapg_ae_558.html:285:32281:32287 Jordan Berlin +0.480365 sedimentology_html_5394177563 sedimentology_html_5394177563:633:44783:44787 Hall London, Ontario +0.258048 gsa_html_5952049575 gsa_html_5952049575:830:80613:80633 Ravenscrag Canada +0.089358 aapg_aa_147.html aapg_aa_147.html:327:39117:39126 Red River Manitoba +0.276094 sedimentology_html_7734538026 sedimentology_html_7734538026:30:2407:2414 Potsdam Germany +0.477442 cspg_html_2769629211 cspg_html_2769629211:781:76072:76093 Slave Point Lacombe, Alberta +0.26418 geology_html_2681647417 geology_html_2681647417:248:22272:22281 San Diego California +0.833565 aapg_ac_846.html aapg_ac_846.html:213:30137:30154 Bandera Missouri River +0.250601 aapg_ae_605.html aapg_ae_605.html:590:61412:61418 Salina Michigan +0.268299 gsa_html_5865982995 gsa_html_5865982995:1415:148813:148834 Green River Cheyenne, Wyoming +0.25627 aapg_af_562.html aapg_af_562.html:322:32487:32508 Tuscaloosa Mississippi River +0.2605 aapg_ae_958.html aapg_ae_958.html:1778:154705:154726 Bluff Carlsbad, New Mexico +0.274527 cspg_html_2769629211 cspg_html_2769629211:234:27380:27402 Fort Simpson Western world +0.254508 geology_html_9316048403 geology_html_9316048403:360:27577:27586 Extension Boise, Idaho +0.267716 geology_html_4971813947 geology_html_4971813947:207:17189:17207 Ogallala Colorado +0.266247 aapg_ae_876.html aapg_ae_876.html:174:17099:17129 Cedar Mountain Cedar Mountains +0.271297 aapg_ad_696.html aapg_ad_696.html:178:18561:18571 Rio Grande Texas +0.201825 aapg_ae_904.html aapg_ae_904.html:162:17134:17153 Minnelusa Black Hills +0.498597 geology_html_7391733758 geology_html_7391733758:48:4679:4685 Pueblo Spain +0.226745 cspg_html_8568877195 cspg_html_8568877195:503:70564:70601 Basal Lacombe, Alberta +0.46248 aapg_aa_718.html aapg_aa_718.html:68:7419:7429 Waynesburg Pennsylvania +0.26312 aapg_af_575.html aapg_af_575.html:962:137540:137548 Wolfcamp Wichita, Kansas +0.281428 gsa_html_9279300584 gsa_html_9279300584:68:6547:6575 Green River Colorado +0.259056 cspg_html_4666332434 cspg_html_4666332434:668:83128:83150 Judith River Lacombe, Alberta +0.470208 gsa_html_7915521951 gsa_html_7915521951:1021:91952:91958 Walker California +0.477084 aapg_ac_837.html aapg_ac_837.html:252:23015:23021 Denver Little Cottonwood Creek +0.470907 aapg_ai_82.html aapg_ai_82.html:63:8440:8460 Greenbrier Bluefield, West Virginia +0.239117 aapg_af_779.html aapg_af_779.html:51:7861:7869 Red Rock Antrim, County Antrim +0.256968 gsa_html_8003826422 gsa_html_8003826422:74:8363:8387 Morrison Sierra Nevada (Spain) +0.256542 aapg_ad_2.html aapg_ad_2.html:1952:236818:236828 Washington Frederick County, Maryland +0.26553 aapg_ac_477.html aapg_ac_477.html:597:69260:69277 Cardium Lacombe, Alberta +0.4935 aapg_ae_523.html aapg_ae_523.html:134:13267:13277 Fort Payne Illinois +0.238119 aapg_ae_407.html aapg_ae_407.html:117:11486:11491 Rapid Illinois +0.478608 aapg_ah_779.html aapg_ah_779.html:295:55152:55158 Racine Iowa +0.47196 sedimentology_html_2041096405 sedimentology_html_2041096405:47:5327:5343 Guelph Michigan Basin +0.533092 aapg_ae_280.html aapg_ae_280.html:256:28811:28828 Potsdam Onondaga County, New York +0.500487 aapg_ah_165.html aapg_ah_165.html:215:30095:30123 Beaverhill Lacombe, Alberta +0.25957 aapg_ai_49.html aapg_ai_49.html:294:36453:36461 Colorado New Mexico +0.491898 gsa_html_5664265459 gsa_html_5664265459:1091:104329:104335 Oregon Washington (state) +0.478969 cspg_html_2548317649 cspg_html_2548317649:326:32220:32232 Cooking Lake Canada +0.2535 aapg_aa_612.html aapg_aa_612.html:25:3269:3286 Elwren Bethel, Alaska +0.244976 cspg_html_9439353033 cspg_html_9439353033:22:2214:2232 Scollard Lacombe, Alberta +0.262474 gsa_html_7195000001 gsa_html_7195000001:775:101826:101843 Wasatch Cheyenne, Wyoming +0.455928 aapg_aa_655.html aapg_aa_655.html:35:5472:5510 Arroyo New Mexico +0.452211 aapg_af_291.html aapg_af_291.html:34:4761:4769 Lisburne Prudhoe Bay Oil Field +0.472374 geology_html_6819948990 geology_html_6819948990:383:24550:24577 Extension Arizona +0.249498 aapg_ad_237.html aapg_ad_237.html:231:21639:21645 Forest Trinidad and Tobago +0.26571 aapg_af_726.html aapg_af_726.html:277:34344:34350 Casper Cheyenne, Wyoming +0.257526 aapg_ae_272.html aapg_ae_272.html:448:42386:42404 Michigan Broomfield, Colorado +0.262095 aapg_ae_96.html aapg_ae_96.html:395:44724:44732 Columbia Victoria, British Columbia +0.249428 palaios_html_8720358102 palaios_html_8720358102:37:2620:2626 Sonora Spain +0.488735 aapg_af_2.html aapg_af_2.html:846:72544:72552 Colorado Denver +0.496164 cspg_html_1264368391 cspg_html_1264368391:227:12619:12631 Saskatchewan Saskatoon +0.255068 cspg_html_6306091047 cspg_html_6306091047:863:108985:108994 Baldonnel Victoria, British Columbia +0.25853 aapg_ae_467.html aapg_ae_467.html:226:16296:16312 Traverse Rockport, Massachusetts +0.493221 aapg_ac_574.html aapg_ac_574.html:140:15779:15793 Cedar Mountain Tonopah, Arizona +0.27613 cspg_html_2040245760 cspg_html_2040245760:268:24350:24358 Columbia Victoria, British Columbia +0.4826 gsa_html_7402665513 gsa_html_7402665513:18:673:683 Washington Seattle +0.26312 aapg_af_666.html aapg_af_666.html:657:55959:55969 Wind River Sweetwater, Miami-Dade County, Florida +0.25338 sedimentology_html_7478377710 sedimentology_html_7478377710:1127:87784:87810 Fort Union Cheyenne, Wyoming +0.501036 aapg_ae_552.html aapg_ae_552.html:215:34372:34381 San Diego California +0.503041 aapg_ai_105.html aapg_ai_105.html:203:23401:23411 Deer Creek Middle East +0.408044 gsa_html_3151431803 gsa_html_3151431803:90:10874:10890 Navajo Kayenta, Arizona +0.50424 aapg_ae_916.html aapg_ae_916.html:489:56337:56345 Kootenai Colorado +0.465068 gsa_html_2605108986 gsa_html_2605108986:29:2499:2518 Matanuska Wrangell Mountains +0.462231 gsa_html_7063115467 gsa_html_7063115467:29:2016:2022 Denver Colorado +0.533511 aapg_ah_160.html aapg_ah_160.html:450:52381:52403 Salina Michigan Basin +0.485254 aapg_ai_811.html aapg_ai_811.html:197:27765:27788 Detroit River Illinois +0.483426 cspg_html_2650524233 cspg_html_2650524233:48:9210:9228 Paskapoo Calgary +0.2605 aapg_ac_337.html aapg_ac_337.html:325:15010:15018 Colorado Denver +0.254514 aapg_af_47.html aapg_af_47.html:105:10601:10620 Kindblade Smithville, Ontario +0.496327 aapg_ae_777.html aapg_ae_777.html:582:64821:64840 Leadville Leadville, Colorado +0.263682 aapg_ah_528.html aapg_ah_528.html:98:9979:9986 Thaynes Colorado +0.4992 gsa_html_9053175553 gsa_html_9053175553:515:52191:52212 Green River Cheyenne, Wyoming +0.252973 cspg_html_9689514766 cspg_html_9689514766:605:68119:68127 Montreal Ottawa, Kansas +0.251262 sedimentology_html_1046729113 sedimentology_html_1046729113:2018:159477:159492 Mesaverde Logan, Utah +0.474176 aapg_af_291.html aapg_af_291.html:125:15960:15971 Kayak Anchorage, Alaska +0.340736 aapg_ai_688.html aapg_ai_688.html:389:42229:42251 Williamsport Huntington, West Virginia +0.237105 sedimentology_html_9793272221 sedimentology_html_9793272221:88:7299:7305 Provo Pyrenees +0.49868 aapg_ai_720.html aapg_ai_720.html:143:17091:17108 Raritan Closter, New Jersey +0.462163 palaios_html_9719282309 palaios_html_9719282309:712:51914:51932 Rio Dell California +0.244027 aapg_ai_82.html aapg_ai_82.html:6:913:933 Greenbrier Greenbrier (Great Smoky Mountains) +0.247504 aapg_ac_217.html aapg_ac_217.html:39:5208:5225 Keating New Mexico +0.264708 gsa_html_5189008413 gsa_html_5189008413:678:48837:48843 Sonora Sonora +0.25317 aapg_ad_784.html aapg_ad_784.html:114:13302:13307 Sespe South Mountains (Arizona) +0.260598 sedimentology_html_2845079604 sedimentology_html_2845079604:2699:186438:186442 Hall London, Ontario +0.26468 aapg_aa_37.html aapg_aa_37.html:262:32869:32875 Kaibab Arizona +0.252609 sedimentology_html_3865745685 sedimentology_html_3865745685:1601:111473:111491 Dunvegan Canada +0.483585 cspg_html_5791970667 cspg_html_5791970667:471:41773:41781 Montreal Canada +0.275141 aapg_ae_26.html aapg_ae_26.html:6:1225:1236 Black River Lexington, Kentucky +0.263662 gsa_html_5272671610 gsa_html_5272671610:762:69455:69479 Gog Lacombe, Alberta +0.252506 geology_html_5856096121 geology_html_5856096121:189:17845:17850 Cadiz North Atlantic Current +0.483736 aapg_ah_318.html aapg_ah_318.html:677:74708:74729 Mt Lytton Cotton Valley, Louisiana +0.25824 aapg_aa_563.html aapg_aa_563.html:237:31314:31320 Dakota New Mexico +0.253991 AMJC_html_1252169248 AMJC_html_1252169248:611:59531:59551 Laurentian Killingworth, Connecticut +0.818496 aapg_ac_881.html aapg_ac_881.html:657:77570:77589 Winnipeg Winnipeg +0.359824 cspg_html_3874533817 cspg_html_3874533817:43:5675:5680 Banff Calgary +0.487494 aapg_aa_521.html aapg_aa_521.html:174:24964:24979 Catskill Pennsylvania +0.22248 palaios_html_6612266529 palaios_html_6612266529:489:43238:43253 Conemaugh Ohio +0.25653 aapg_ae_4.html aapg_ae_4.html:302:35745:35759 Manning Canyon Deep Creek, Virginia +0.4699 gsa_html_8821895687 gsa_html_8821895687:568:48177:48194 Sierra Colombia +0.501072 cspg_html_2009306839 cspg_html_2009306839:13:1734:1769 Palliser Lacombe, Alberta +0.252374 aapg_ad_52.html aapg_ad_52.html:15:1567:1582 Coldwater Michigan +0.261612 aapg_af_397.html aapg_af_397.html:532:60320:60337 Todilto Entrada Sandstone +0.708963 aapg_ae_391.html aapg_ae_391.html:556:51112:51126 Salado Delaware +0.260977 aapg_ae_923.html aapg_ae_923.html:98:5435:5457 Chickasawhay Wayne County, Michigan +0.478296 aapg_ae_454.html aapg_ae_454.html:366:30710:30718 Bellevue Bossier Parish, Louisiana +0.24837 aapg_ai_51.html aapg_ai_51.html:5:1033:1048 Bluff Alabama +0.27456 aapg_aa_789.html aapg_aa_789.html:184:25377:25383 Jordan California +0.233253 aapg_aa_233.html aapg_aa_233.html:50:5864:5871 La Pena Matamoros, Tamaulipas +0.28768 aapg_aa_544.html aapg_aa_544.html:336:45258:45268 Wind River Wasatch Range +0.26145 gsa_html_5864506355 gsa_html_5864506355:439:28814:28819 Palms Germany +0.258937 cspg_html_5264346535 cspg_html_5264346535:5:278:305 Horseshoe Canyon Lacombe, Alberta +0.272468 aapg_ai_17.html aapg_ai_17.html:949:61137:61151 Vicksburg Shreveport, Louisiana +0.24598 cspg_html_8266552811 cspg_html_8266552811:64:8049:8066 Pelican Lacombe, Alberta +0.471891 gsa_html_4873957926 gsa_html_4873957926:589:65001:65027 Hinsdale Hinsdale, Massachusetts +0.262656 aapg_ac_499.html aapg_ac_499.html:32:3850:3856 Topeka De Baca County, New Mexico +0.27195 aapg_ad_466.html aapg_ad_466.html:1222:130706:130719 Potomac Maryland +0.25056 aapg_ae_916.html aapg_ae_916.html:252:28680:28692 Judith River Judith River Formation +0.254961 aapg_aa_360.html aapg_aa_360.html:402:36415:36425 San Marcos Balcones Fault +0.25896 gsa_html_9579641184 gsa_html_9579641184:693:67335:67345 Washington Whidbey Island +0.2605 aapg_ac_888.html aapg_ac_888.html:488:35805:35817 Salina Marshall County, Kentucky +0.25152 aapg_ai_542.html aapg_ai_542.html:217:18752:18760 Colorado Denver +0.478435 aapg_aa_112.html aapg_aa_112.html:91:9890:9898 Cloverly Cheyenne, Wyoming +0.257544 aapg_ae_319.html aapg_ae_319.html:17:2274:2307 Twin Creek Carmel, Indiana +0.479136 geology_html_4223618722 geology_html_4223618722:12:505:513 Colorado Denver +0.25806 cspg_html_2139304729 cspg_html_2139304729:87:14576:14596 Griper Bay Cape Cod +0.496544 gsa_html_8840132442 gsa_html_8840132442:853:85887:85907 Colorado Canada +0.252416 cspg_html_8312989046 cspg_html_8312989046:675:76644:76652 Columbia Victoria, British Columbia +0.514 aapg_ad_119.html aapg_ad_119.html:24:3244:3252 Michigan Anchorage, Alaska +0.249999 aapg_ai_97.html aapg_ai_97.html:210:19861:19879 El Abra Matamoros, Tamaulipas +0.237948 aapg_ai_163.html aapg_ai_163.html:550:46460:46466 Toroweap Coconino County, Arizona +0.470432 aapg_ad_763.html aapg_ad_763.html:739:86869:86880 Paso Robles Coalinga, California +0.262276 cspg_html_3550853247 cspg_html_3550853247:189:21357:21369 Medicine Hat Bantry Bay +0.26145 aapg_aa_544.html aapg_aa_544.html:320:43083:43102 Mesaverde Cheyenne, Wyoming +0.288906 gsa_html_5272671610 gsa_html_5272671610:839:74458:74463 Price Canada +0.27242 aapg_ac_983.html aapg_ac_983.html:399:62820:62830 Plattsburg Plattsburg, Missouri +0.506076 aapg_af_298.html aapg_af_298.html:51:5107:5117 Fort Payne Chester, Pennsylvania +0.267264 aapg_aa_381.html aapg_aa_381.html:34:4860:4884 Monterey Monterey, California +0.248412 jgeology_html_1135657182 jgeology_html_1135657182:100:4324:4330 Provo Carpathian Ruthenia +0.47689 cspg_html_6592158461 cspg_html_6592158461:35:7223:7231 Columbia Victoria, British Columbia +0.489472 aapg_ae_612.html aapg_ae_612.html:535:57968:57974 Jordan Yemen +0.264187 gsa_html_3205893764 gsa_html_3205893764:91:11059:11077 Crescent Logan, Utah +0.484524 aapg_ae_536.html aapg_ae_536.html:478:52153:52164 San Joaquin Denver +0.259072 geology_html_1218096174 geology_html_1218096174:11:502:510 Michigan Michigan +0.472809 aapg_aa_546.html aapg_aa_546.html:414:42580:42597 Madison Colorado +0.51456 aapg_aa_426.html aapg_aa_426.html:193:43059:43065 Annona Saratoga, California +0.281374 aapg_ae_69.html aapg_ae_69.html:404:43289:43296 Wasatch Cheyenne, Wyoming +0.266616 aapg_ah_276.html aapg_ah_276.html:347:33880:33888 Colorado Denver +0.25449 cspg_html_2178758494 cspg_html_2178758494:262:35594:35621 Athabasca Lacombe, Alberta +0.233466 aapg_ah_873.html aapg_ah_873.html:372:34685:34693 Michigan Michigan +0.255524 cspg_html_9102731499 cspg_html_9102731499:145:17289:17297 Columbia Victoria, British Columbia +0.267624 aapg_aa_45.html aapg_aa_45.html:131:15861:15879 Moenkopi Moenkopi Formation +0.263302 aapg_ae_392.html aapg_ae_392.html:108:9762:9782 Moorefield Batesville, Arkansas +0.49113 cspg_html_3277684928 cspg_html_3277684928:98:13672:13689 St Marys Virginia +0.253272 cspg_html_5526054268 cspg_html_5526054268:10:988:997 Cold Lake CFB Cold Lake +0.259 cspg_html_4270552951 cspg_html_4270552951:181:26394:26399 Favel Niobrara, Nebraska +0.25654 cspg_html_7903023332 cspg_html_7903023332:10:1624:1632 Columbia Victoria, British Columbia +0.259065 cspg_html_5950764790 cspg_html_5950764790:433:50991:50996 Nisku Lacombe, Alberta +0.494172 aapg_ad_883.html aapg_ad_883.html:189:19589:19619 Mount Simon Illinois +0.256486 geology_html_4813695285 geology_html_4813695285:233:23324:23338 Rockwell New Mexico +0.247852 aapg_ae_354.html aapg_ae_354.html:194:19411:19419 Hinsdale Hinsdale, Massachusetts +0.26163 cspg_html_5541725202 cspg_html_5541725202:306:43074:43084 Cumberland Logan, Utah +0.258552 cspg_html_4498577775 cspg_html_4498577775:93:12511:12549 Snake Indian Mount Robson Provincial Park +0.813579 aapg_ae_904.html aapg_ae_904.html:356:37823:37841 Winnipeg Manitoba +0.487227 jgeology_html_8960440906 jgeology_html_8960440906:814:51301:51307 Brazil German South-West Africa +0.251472 cspg_html_3854139935 cspg_html_3854139935:212:26104:26112 Foremost Lacombe, Alberta +0.501375 aapg_af_779.html aapg_af_779.html:6:804:831 Traverse Ellsworth, Maine +0.247486 aapg_ae_958.html aapg_ae_958.html:1736:151401:151422 Bluff Guadalupe Mountains National Park +0.477 gsa_html_3720789279 gsa_html_3720789279:1525:137392:137398 Oregon Salem, Oregon +0.257554 gsa_html_9979192554 gsa_html_9979192554:112:11626:11643 Step Conglomerate Dover, Delaware +0.27913 gsa_html_2667366192 gsa_html_2667366192:703:62691:62695 Hall California +0.268842 aapg_ad_433.html aapg_ad_433.html:114:14412:14418 Barrow Barrow, Alaska +0.497202 aapg_ai_583.html aapg_ai_583.html:151:21768:21785 Rierdon Black Hills +0.272384 aapg_aa_350.html aapg_aa_350.html:73:5793:5811 Traverse Saginaw, Michigan +0.277146 aapg_ad_581.html aapg_ad_581.html:374:39485:39494 Allegheny Waynesboro, Pennsylvania +0.381465 aapg_ae_805.html aapg_ae_805.html:403:47910:47927 Minturn Colorado +0.26469 aapg_ae_464.html aapg_ae_464.html:738:48143:48149 Sierra Mexico +0.271956 cspg_html_3065473572 cspg_html_3065473572:417:51263:51280 Beekmantown Quebec City +0.278588 aapg_ah_419.html aapg_ah_419.html:65:6678:6692 St. Mary River Bearpaw Formation +0.48504 sedimentology_html_8286706809 sedimentology_html_8286706809:1305:51308:51312 Hall New York City +0.26162 cspg_html_1019614994 cspg_html_1019614994:387:63564:63570 Exshaw Williston Basin +0.482555 gsa_html_4339524478 gsa_html_4339524478:807:79420:79428 Columbia Earth +0.254015 aapg_ae_884.html aapg_ae_884.html:509:58414:58433 Rock Springs Cheyenne, Wyoming +0.251392 aapg_ae_0.html aapg_ae_0.html:186:25076:25096 Tahkandit Anchorage, Alaska +0.494748 aapg_ai_53.html aapg_ai_53.html:122:14551:14562 San Antonio Texas +0.27499 aapg_ai_951.html aapg_ai_951.html:4:526:543 Ivishak Prudhoe Bay Oil Field +0.263662 aapg_ah_871.html aapg_ah_871.html:4:392:413 Laval Montreal +0.463672 aapg_ac_719.html aapg_ac_719.html:78:8081:8101 Vermejo Western world +0.884198 palaios_html_7274959329 palaios_html_7274959329:657:50752:50781 Nepean Ontario, California +0.826579 aapg_ac_838.html aapg_ac_838.html:48:5732:5736 Elko Salt Lake City +0.2128 aapg_ac_739.html aapg_ac_739.html:393:51705:51714 Allegheny Ohio +0.501424 sedimentology_html_4382679749 sedimentology_html_4382679749:1006:75107:75111 Bond South America +0.361362 aapg_ae_794.html aapg_ae_794.html:517:55807:55827 Coon Creek Selma to Montgomery marches +0.254881 aapg_ai_49.html aapg_ai_49.html:117:12065:12076 White River Colorado +0.490782 aapg_ac_214.html aapg_ac_214.html:7:974:981 Entrada Logan, Utah +0.24156 aapg_ah_318.html aapg_ah_318.html:168:26244:26253 La Casita Cotton Valley, Louisiana +0.497376 gsa_html_2432739363 gsa_html_2432739363:634:55494:55522 Green River New Mexico +0.452188 gsa_html_2780929733 gsa_html_2780929733:1035:88703:88709 Person Cambridge, Massachusetts +0.257013 aapg_ak_59.html aapg_ak_59.html:881:114738:114751 Panoche California +0.252865 sedimentology_html_6630646481 sedimentology_html_6630646481:165:13583:13591 Smithers Victoria, British Columbia +0.260084 cspg_html_8247666269 cspg_html_8247666269:737:81297:81305 Columbia Victoria, British Columbia +0.486588 aapg_ah_754.html aapg_ah_754.html:244:28324:28339 Comox Nanaimo +0.244925 aapg_ae_419.html aapg_ae_419.html:205:25217:25234 Edwards Texas +0.24849 gsa_html_8863489299 gsa_html_8863489299:1057:102297:102302 Crete Greece +0.25653 aapg_ae_921.html aapg_ae_921.html:17:1900:1910 Cannonball Knife River +0.268288 cspg_html_5241714595 cspg_html_5241714595:217:33754:33774 Dawson Bay Lacombe, Alberta +0.484932 cspg_html_1506720813 cspg_html_1506720813:731:82792:82814 Basal Lacombe, Alberta +0.242985 aapg_af_90.html aapg_af_90.html:87:12636:12653 Johnnie Spring Mountains National Recreation Area +0.244 gsa_html_4930932370 gsa_html_4930932370:495:51238:51258 Michigamme Sudbury, Suffolk +0.239117 aapg_aa_714.html aapg_aa_714.html:182:16561:16582 Chainman Reno, Nevada +0.251955 aapg_af_877.html aapg_af_877.html:137:16163:16179 Bethel Bethel, Alaska +0.273529 aapg_ai_49.html aapg_ai_49.html:213:25109:25119 Phosphoria Cheyenne, Wyoming +0.264075 aapg_ac_561.html aapg_ac_561.html:485:51737:51755 Tensleep Cheyenne, Wyoming +0.463202 gsa_html_7173708345 gsa_html_7173708345:28:1585:1606 Forest Anchorage, Alaska +0.268099 aapg_ae_98.html aapg_ae_98.html:4:403:419 Dakota Colorado +0.473052 sedimentology_html_7879958341 sedimentology_html_7879958341:26:2063:2071 Bellevue San Marcos, California +0.49714 aapg_af_95.html aapg_af_95.html:177:15688:15694 Paluxy Lampasas, Texas +0.255 gsa_html_2098291403 gsa_html_2098291403:375:35574:35601 Columbia Salem, Oregon +0.490574 palaios_html_6113029986 palaios_html_6113029986:404:36571:36588 Barstow California +0.397056 aapg_ai_514.html aapg_ai_514.html:180:21972:21992 Wasatch Logan, Utah +0.488652 geology_html_1001858158 geology_html_1001858158:46:4479:4487 Columbia Canada +0.457938 aapg_ae_220.html aapg_ae_220.html:330:37645:37665 Fredericksburg Paluxy, Texas +0.260051 AMJC_html_3384252704 AMJC_html_3384252704:1572:138185:138191 Reston Virginia +0.25551 jgeology_html_8064855537 jgeology_html_8064855537:282:20256:20280 Cedar Mountain Colorado +0.253512 sedimentology_html_2139169476 sedimentology_html_2139169476:587:50443:50452 Peninsula Korea +0.250425 gsa_html_1826402027 gsa_html_1826402027:778:84753:84762 Flagstaff Arizona +0.494235 aapg_ah_540.html aapg_ah_540.html:622:56678:56693 Blackjack Creek Ardmore, Pennsylvania +0.249919 palaios_html_7206591444 palaios_html_7206591444:219:31546:31550 Word Netherlands +0.25272 palaios_html_5198166697 palaios_html_5198166697:146:12350:12384 Juniata Pennsylvania +0.264668 cspg_html_5515814749 cspg_html_5515814749:16:2298:2314 Exshaw Colorado +0.263088 cspg_html_2873888604 cspg_html_2873888604:196:31111:31119 Columbia Victoria, British Columbia +0.263048 cspg_html_5537796112 cspg_html_5537796112:11:1374:1391 Belly River Bearpaw Formation +0.247604 aapg_ac_324.html aapg_ac_324.html:474:61219:61231 Pioche Western world +0.502231 geology_html_8351855241 geology_html_8351855241:164:17060:17067 Wasatch Uinta Mountains +0.487786 palaios_html_6264258226 palaios_html_6264258226:380:31542:31561 Glen Rose Portugal +0.477954 aapg_ah_871.html aapg_ah_871.html:11:1781:1796 Laval Lowville (town), New York +0.250428 gsa_html_8912192312 gsa_html_8912192312:850:90542:90548 Taylor London, Ontario +0.269357 cspg_html_4555867289 cspg_html_4555867289:31:3354:3362 Columbia Victoria, British Columbia +0.497952 gsa_html_3648258377 gsa_html_3648258377:521:51173:51185 Marshalltown Mount Laurel Township, New Jersey +0.250444 sedimentology_html_7279263852 sedimentology_html_7279263852:797:55556:55582 Dolores Colorado +0.254012 sedimentology_html_2057402512 sedimentology_html_2057402512:1366:95983:96002 Athabasca Lacombe, Alberta +0.49495 aapg_ad_801.html aapg_ad_801.html:196:21420:21426 Winona Shreveport, Louisiana +0.475092 aapg_ad_152.html aapg_ad_152.html:1828:238626:238631 Loray Arizona +0.484968 cspg_html_2575903827 cspg_html_2575903827:342:40783:40824 Albert New Brunswick, New Jersey +0.261057 palaios_html_6348736882 palaios_html_6348736882:18:878:899 White River Colorado +0.253935 jgeology_html_4289404569 jgeology_html_4289404569:841:56617:56645 Green River Cheyenne, Wyoming +0.499118 geology_html_4804337449 geology_html_4804337449:71:7615:7621 Pawnee Russia +0.25398 aapg_ad_696.html aapg_ad_696.html:111:11339:11345 Reklaw Charlotte, North Carolina +0.247979 aapg_ah_60.html aapg_ah_60.html:292:27313:27322 Sixtymile Canada +0.251446 sedimentology_html_9842671891 sedimentology_html_9842671891:1592:75982:75986 Hall London, Ontario +0.501795 aapg_af_142.html aapg_af_142.html:129:13214:13223 Red River Llano, Texas +0.26571 gsa_html_3972237760 gsa_html_3972237760:15:819:829 Washington Washington (state) +0.4998 gsa_html_3115021026 gsa_html_3115021026:29:2796:2824 Green River New Mexico +0.263144 aapg_ah_873.html aapg_ah_873.html:20:2090:2107 Cardium Ohio +0.511572 aapg_af_806.html aapg_af_806.html:4:469:485 Stonewall Texas +0.460702 aapg_ae_571.html aapg_ae_571.html:4:467:475 Evanston Uinta County, Wyoming +0.524706 aapg_ah_385.html aapg_ah_385.html:294:34844:34863 Logan Glenn County, California +0.487272 aapg_ad_68.html aapg_ad_68.html:256:18513:18524 Paint Creek Bethel, Alaska +0.479622 aapg_ad_760.html aapg_ad_760.html:171:19149:19167 Modelo Royal Botanic Gardens, Kew +0.25149 aapg_ac_749.html aapg_ac_749.html:198:25560:25567 Hunting Southwestern Ontario +0.246993 cspg_html_6758809287 cspg_html_6758809287:5:209:242 Halfway Lacombe, Alberta +0.261615 aapg_aa_491.html aapg_aa_491.html:12:1724:1730 Laredo San Antonio +0.254064 palaios_html_8915371254 palaios_html_8915371254:758:47660:47668 Buff Bay Jamaica, Queens +0.48076 cspg_html_9843429624 cspg_html_9843429624:884:111480:111500 Jean Marie Canada +0.24353 sedimentology_html_5633661774 sedimentology_html_5633661774:2091:135150:135156 Madrid Spain +0.266112 aapg_ac_835.html aapg_ac_835.html:162:20893:20912 Madison Cheyenne, Wyoming +0.269838 sedimentology_html_7328045802 sedimentology_html_7328045802:353:26792:26811 Frankfort Austin, Chicago +0.257983 aapg_ah_82.html aapg_ah_82.html:77:7721:7727 Sierra Coahuila +0.455952 aapg_ae_75.html aapg_ae_75.html:19:3403:3409 Sierra Sacramento, California +0.476341 gsa_html_3502153639 gsa_html_3502153639:12:454:460 Reston Virginia +0.252494 aapg_ad_306.html aapg_ad_306.html:17:2681:2687 Sierra Honduras +0.248346 aapg_ai_278.html aapg_ai_278.html:223:32408:32415 Yucatan Melbourne, Florida +0.475449 cspg_html_6897022114 cspg_html_6897022114:135:19415:19423 Colorado Denver +0.482328 gsa_html_4557277250 gsa_html_4557277250:744:66150:66158 Colorado Denver +0.668572 aapg_ae_981.html aapg_ae_981.html:135:9163:9173 Bainbridge Knoxville, Tennessee +0.479552 gsa_html_2847923056 gsa_html_2847923056:663:53005:53033 Green River Colorado +0.194798 aapg_ad_351.html aapg_ad_351.html:898:83284:83290 Keokuk Missouri River +0.2432 AMJC_html_6581509910 AMJC_html_6581509910:64:5476:5483 Shuswap Bitterroot Range +0.489255 aapg_aa_898.html aapg_aa_898.html:26:3485:3504 Flagstaff Colorado Plateau +0.296449 aapg_ah_411.html aapg_ah_411.html:52:7370:7382 Dakota Bellevue Hospital Center +0.487104 aapg_ai_877.html aapg_ai_877.html:199:21181:21189 Catskill Ohio +0.246168 cspg_html_3124360347 cspg_html_3124360347:49:9621:9632 Beekmantown Bennington, Vermont +0.273448 aapg_ac_398.html aapg_ac_398.html:186:17960:17972 Austin Chalk Buda, Texas +0.252456 aapg_ac_410.html aapg_ac_410.html:399:37228:37237 Waterways Lacombe, Alberta +0.25488 palaios_html_1902749884 palaios_html_1902749884:292:28176:28192 Dakota Arizona +0.49824 sedimentology_html_4317664375 sedimentology_html_4317664375:1103:68973:68991 Frontier Cheyenne, Wyoming +0.478969 aapg_ad_715.html aapg_ad_715.html:302:38386:38394 Seminole Pleasanton, Texas +0.26643 cspg_html_4326384800 cspg_html_4326384800:19:2438:2454 Horn River Victoria, British Columbia +0.254508 aapg_ac_683.html aapg_ac_683.html:10:1167:1176 Catahoula Arkansas +0.249936 cspg_html_9275863663 cspg_html_9275863663:96:13452:13472 Waterways Swan Hill, Victoria +0.513812 cspg_html_1770934036 cspg_html_1770934036:590:63762:63779 Cardium Canada +0.492012 aapg_aa_712.html aapg_aa_712.html:6:1117:1132 Maquoketa Wisconsin +0.253916 aapg_ae_419.html aapg_ae_419.html:617:66263:66278 Coban Guatemala +0.238422 aapg_af_896.html aapg_af_896.html:45:4060:4070 Santa Rita Silver City, New Mexico +0.526056 aapg_aa_415.html aapg_aa_415.html:31:4932:4940 Woodbine Dallas County, Alabama +0.255955 sedimentology_html_9398039386 sedimentology_html_9398039386:429:46233:46238 Steel Svalbard +0.494019 cspg_html_1222040397 cspg_html_1222040397:743:88403:88411 Columbia Victoria, British Columbia +0.441835 aapg_ac_451.html aapg_ac_451.html:718:71896:71915 Matanuska Anchorage, Alaska +0.274476 aapg_ae_73.html aapg_ae_73.html:327:42414:42430 Chinle Las Vegas Strip +0.254856 aapg_aa_399.html aapg_aa_399.html:323:26395:26411 Elk Kootenay River +0.241081 aapg_ai_584.html aapg_ai_584.html:387:37694:37701 Sunrise Guernsey +0.25653 aapg_ad_653.html aapg_ad_653.html:366:45538:45551 Seabee Anchorage, Alaska +0.244736 cspg_html_7334652966 cspg_html_7334652966:10:682:690 Columbia Lacombe, Alberta +0.4735 aapg_ac_237.html aapg_ac_237.html:4:667:684 El Paso Texas +0.26471 palaios_html_2623118674 palaios_html_2623118674:171:18857:18880 North Horn North Horn Formation +0.478455 aapg_ae_750.html aapg_ae_750.html:138:15837:15856 Dean Wichita, Kansas +0.2601 aapg_aa_381.html aapg_aa_381.html:87:11562:11573 Paso Robles Rancho Santa Margarita, California +0.496244 aapg_ae_959.html aapg_ae_959.html:2988:224648:224664 Toroweap New Mexico +0.494736 aapg_ac_742.html aapg_ac_742.html:92:11075:11093 Sundance Spearfish, South Dakota +0.518976 aapg_af_81.html aapg_af_81.html:118:11798:11817 Rock Springs Sweetwater, Miami-Dade County, Florida +0.277146 cspg_html_7229660003 cspg_html_7229660003:96:8483:8502 Red River Williston, Vermont +0.258 cspg_html_5295390542 cspg_html_5295390542:378:45094:45101 Halfway Western Canadian Sedimentary Basin +0.457662 aapg_ah_85.html aapg_ah_85.html:552:46070:46078 Virginia Delaware +0.502231 aapg_ad_350.html aapg_ad_350.html:651:78437:78450 Chemung Helderberg +0.248712 aapg_ai_974.html aapg_ai_974.html:632:65885:65909 Metchosin Salem, Oregon +0.255987 sedimentology_html_5928847992 sedimentology_html_5928847992:1094:81573:81583 Sunderland Cambridge, Massachusetts +0.843586 aapg_aa_901.html aapg_aa_901.html:223:23746:23757 Mowry Black Hills +0.473598 gsa_html_3407914201 gsa_html_3407914201:1005:102679:102689 Washington Sierra Nevada (Spain) +0.257466 aapg_ah_766.html aapg_ah_766.html:132:14134:14149 Metapan Honduras +0.491071 gsa_html_7411853369 gsa_html_7411853369:1036:93512:93540 Green River Colorado +0.477951 gsa_html_2713524768 gsa_html_2713524768:704:64217:64243 Monterey California +0.250952 aapg_ai_594.html aapg_ai_594.html:207:21778:21791 Spechts Ferry Glenwood, Utah +0.25544 cspg_html_2973952956 cspg_html_2973952956:344:29837:29845 Columbia Victoria, British Columbia +0.49162 aapg_aa_90.html aapg_aa_90.html:81:6251:6260 Sunniland Collier County, Florida +0.495075 cspg_html_3102530088 cspg_html_3102530088:9:824:834 Milk River Lacombe, Alberta +0.459239 cspg_html_2175627313 cspg_html_2175627313:87:10685:10700 Toad Victoria, British Columbia +0.247416 aapg_ae_805.html aapg_ae_805.html:323:38492:38506 Hermosa Hermosa, Chicago +0.263165 aapg_ae_73.html aapg_ae_73.html:709:95689:95707 Hinsdale Colorado +0.2704 cspg_html_3385840278 cspg_html_3385840278:104:15544:15565 Slave Point Victoria, British Columbia +0.6931 aapg_ae_63.html aapg_ae_63.html:122:13609:13631 Water Canyon Cheyenne, Wyoming +0.491071 aapg_af_188.html aapg_af_188.html:223:24142:24147 Mt Lytton Cheyenne, Wyoming +0.256522 aapg_af_710.html aapg_af_710.html:165:18359:18379 Salina Guelph +0.253356 cspg_html_3554431164 cspg_html_3554431164:81:14071:14087 Cairn Rocky Mountains +0.503388 gsa_html_1024107776 gsa_html_1024107776:929:94160:94181 Mauch Chunk Pennsylvania +0.272459 aapg_af_699.html aapg_af_699.html:79:7790:7796 Pawnee Lane County, Oregon +0.266252 cspg_html_4626597050 cspg_html_4626597050:248:30225:30239 Word Texas +0.448316 aapg_aa_4.html aapg_aa_4.html:158:20976:20993 Genesee West Fork River +0.283128 aapg_ad_883.html aapg_ad_883.html:47:6782:6802 Eau Claire Black River, Jamaica +0.266766 cspg_html_1814004928 cspg_html_1814004928:795:75673:75686 Wabamun Lacombe, Alberta +0.281158 aapg_ad_466.html aapg_ad_466.html:411:49918:49925 Magothy Raritan Bay Drawbridge +0.443196 aapg_ai_504.html aapg_ai_504.html:27:2765:2779 Winnipeg Middle Ordovician +0.256011 aapg_ac_103.html aapg_ac_103.html:63:11214:11222 Crescent Clallam County, Washington +0.807594 aapg_ad_596.html aapg_ad_596.html:222:31397:31406 Cold Lake Canada +0.475629 aapg_ae_305.html aapg_ae_305.html:1038:88160:88167 La Luna Venezuela +0.482384 aapg_ad_871.html aapg_ad_871.html:753:60081:60089 Michigan Walling +0.8977 cspg_html_7602315496 cspg_html_7602315496:13:2244:2265 Belly River Lacombe, Alberta +0.482733 cspg_html_6032369756 cspg_html_6032369756:266:31022:31030 Edmonton Rainbow trout +0.246482 geology_html_1660057337 geology_html_1660057337:338:28306:28311 Weeks Goree, Texas +0.25654 cspg_html_8477386212 cspg_html_8477386212:143:14570:14597 Wabamun Lacombe, Alberta +0.260104 cspg_html_2093862169 cspg_html_2093862169:410:42716:42721 Bluff Falmouth, Massachusetts +0.484939 aapg_ae_991.html aapg_ae_991.html:31:4596:4604 Tensleep Absaroka +0.484242 aapg_ah_233.html aapg_ah_233.html:59:5618:5626 Virginia Vienna +0.5054 sedimentology_html_2442491538 sedimentology_html_2442491538:914:85270:85277 Hampton Bolivia +0.26883 gsa_html_9280112280 gsa_html_9280112280:67:5482:5490 Traverse Browns Valley, Minnesota +0.498316 aapg_af_98.html aapg_af_98.html:44:6184:6198 Graneros Mancos, Colorado +0.272994 aapg_ac_841.html aapg_ac_841.html:729:79180:79187 El Abra Mexico +0.48076 aapg_ad_279.html aapg_ad_279.html:5:641:647 Laredo San Antonio +0.247005 cspg_html_3102530088 cspg_html_3102530088:97:13790:13805 Eagle Lacombe, Alberta +0.269838 cspg_html_7340411855 cspg_html_7340411855:144:16432:16449 Cardium Lacombe, Alberta +0.47372 cspg_html_3102530088 cspg_html_3102530088:6:477:495 Lea Park Lacombe, Alberta +0.508725 gsa_html_5986880650 gsa_html_5986880650:894:80944:80972 Green River Colorado +0.50008 aapg_ah_847.html aapg_ah_847.html:170:19295:19302 Magothy Navesink River +0.48552 aapg_ad_919.html aapg_ad_919.html:51:5273:5283 Fall River Fall River, Nova Scotia +0.247643 palaios_html_3491046542 palaios_html_3491046542:66:8459:8471 Broken Skull Middle East +0.424328 palaios_html_7206591444 palaios_html_7206591444:140:20358:20371 Apache Canyon Guadalupe Mountains National Park +0.536685 aapg_ah_521.html aapg_ah_521.html:484:54533:54545 Wilcox Texas +0.267253 cspg_html_9735723617 cspg_html_9735723617:295:37503:37527 Beverley Inlet Bathurst Island (Northern Territory) +0.254012 cspg_html_3501550466 cspg_html_3501550466:95:14822:14836 Woodbend Central Alberta +0.2525 cspg_html_8556552074 cspg_html_8556552074:121:11965:11974 Cold Lake Lacombe, Alberta +0.275098 aapg_aa_351.html aapg_aa_351.html:5:522:539 Bromide Tahlequah, Oklahoma +0.419525 cspg_html_8556552074 cspg_html_8556552074:117:11674:11698 Contact Rapids Lacombe, Alberta +0.259056 sedimentology_html_5922191587 sedimentology_html_5922191587:74:9051:9060 Peninsula Korea +0.250517 aapg_ai_541.html aapg_ai_541.html:94:8819:8838 Lodgepole Manitoba +0.519339 aapg_af_900.html aapg_af_900.html:35:5332:5344 Fleming Navasota Independent School District +0.504218 gsa_html_6062330506 gsa_html_6062330506:684:70194:70224 Salado New Mexico +0.260091 sedimentology_html_3417381350 sedimentology_html_3417381350:1381:101507:101533 Monterey California +0.250992 aapg_ah_318.html aapg_ah_318.html:2189:193251:193260 San Pedro Durango, Durango +0.517443 aapg_ad_960.html aapg_ad_960.html:3:385:399 Monterey California +0.457084 gsa_html_7498897688 gsa_html_7498897688:128:13036:13062 Laurentian Mexico +0.258516 aapg_af_354.html aapg_af_354.html:84:11209:11213 Hall California +0.257943 geology_html_4572964958 geology_html_4572964958:221:22583:22589 Oliver Great Britain +0.25578 aapg_ac_258.html aapg_ac_258.html:20:3186:3193 Clarita Clarita, Oklahoma +0.50233 aapg_af_854.html aapg_af_854.html:1367:198141:198147 Keokuk Missouri River +0.492412 aapg_ae_419.html aapg_ae_419.html:1261:102295:102313 Maltrata Mexico +0.26104 palaios_html_3028956190 palaios_html_3028956190:788:83695:83706 Collingwood Ontario, California +0.479048 cspg_html_6163998187 cspg_html_6163998187:523:60009:60017 Columbia Victoria, British Columbia +0.247746 aapg_ae_73.html aapg_ae_73.html:137:18993:19013 Deer Creek Sangre de Cristo Range +0.239058 geology_html_2881397713 geology_html_2881397713:113:9880:9900 Maravillas Texas +0.49495 aapg_af_995.html aapg_af_995.html:178:32245:32260 Mesaverde Logan, Utah +0.24308 palaios_html_3105248303 palaios_html_3105248303:207:21997:22014 Garrard Siltstone Kentucky +0.260896 geology_html_1624131066 geology_html_1624131066:312:23027:23040 Delorme Canada +0.251968 aapg_ad_397.html aapg_ad_397.html:136:14860:14866 Midway Brownsville, Brooklyn +0.242949 AMJC_html_4774635556 AMJC_html_4774635556:546:63852:63888 Protection Athens, Georgia +0.265895 aapg_af_81.html aapg_af_81.html:110:10862:10871 Mesaverde Carbon County, Wyoming +0.255675 sedimentology_html_5817892072 sedimentology_html_5817892072:946:45682:45691 Partridge Great Britain +0.504252 gsa_html_2422494332 gsa_html_2422494332:345:31413:31423 Deer Creek Trinity Lake +0.384405 aapg_ai_17.html aapg_ai_17.html:376:29250:29261 Sparta Claiborne, Alabama +0.492429 aapg_ac_126.html aapg_ac_126.html:170:24690:24707 Haynesville Bossier City, Louisiana +0.483917 aapg_ai_444.html aapg_ai_444.html:245:22266:22278 Fayetteville Boston Mountains +0.472317 aapg_ai_258.html aapg_ai_258.html:392:35574:35594 Rio Grande Nazca +0.485344 aapg_ad_728.html aapg_ad_728.html:6:1137:1147 Brownstown Texas +0.492768 geology_html_6903099226 geology_html_6903099226:287:24602:24607 Swift Pennsylvania +0.248985 aapg_ai_236.html aapg_ai_236.html:136:12274:12299 Venango Venango, Pennsylvania +0.259875 aapg_af_663.html aapg_af_663.html:170:19672:19682 Fort Scott Lexington, Kentucky +0.45668 cspg_html_9388742281 cspg_html_9388742281:208:23173:23181 Edmonton Regina, Saskatchewan +0.488376 geology_html_9314524367 geology_html_9314524367:28:1818:1850 Sierra Sierra Nevada (Spain) +0.49056 sedimentology_html_3455721661 sedimentology_html_3455721661:709:49928:49945 Todilto New Mexico +0.484821 cspg_html_6252849194 cspg_html_6252849194:8:472:488 Horseshoe Canyon Lacombe, Alberta +0.237168 gsa_html_3860045860 gsa_html_3860045860:989:94655:94661 Eugene Salem, Oregon +0.257048 cspg_html_5542874609 cspg_html_5542874609:17:2942:2950 Columbia Victoria, British Columbia +0.245024 geology_html_1137806648 geology_html_1137806648:11:554:560 Oregon Salem, Oregon +0.497202 cspg_html_2419618566 cspg_html_2419618566:485:62111:62119 Columbia Victoria, British Columbia +0.81483 aapg_ad_344.html aapg_ad_344.html:73:8694:8712 Niobrara Sharon Springs, Kansas +0.471592 gsa_html_5865982995 gsa_html_5865982995:1215:129798:129806 Colorado Logan, Utah +0.260554 aapg_ah_329.html aapg_ah_329.html:280:27249:27257 Monterey Monterey, California +0.428868 aapg_af_128.html aapg_af_128.html:10:1104:1124 Minnelusa Cheyenne, Wyoming +0.244524 gsa_html_5587684798 gsa_html_5587684798:116:7462:7470 Oak Hill Middle Ordovician +0.265221 aapg_ac_316.html aapg_ac_316.html:86:9617:9636 Grayburg New Mexico +0.819888 aapg_ad_59.html aapg_ad_59.html:79:14227:14246 Belle Fourche Black Hills +0.24651 palaios_html_3609052527 palaios_html_3609052527:38:4012:4047 Fort Thompson Melbourne, Florida +0.2525 cspg_html_9332855346 cspg_html_9332855346:187:16888:16903 Elk Regina, Saskatchewan +0.797425 aapg_aa_23.html aapg_aa_23.html:807:104799:104818 Stonewall Churchill River (Atlantic) +0.487956 gsa_html_3713926310 gsa_html_3713926310:29:2796:2824 Green River Iran +0.271272 aapg_ah_385.html aapg_ah_385.html:29:3883:3897 Pioneer San Joaquin River +0.253952 sedimentology_html_2737382976 sedimentology_html_2737382976:272:24343:24364 Breathitt Kentucky +0.264096 aapg_ad_812.html aapg_ad_812.html:63:8230:8247 Wingate Kayenta, Arizona +0.257943 palaios_html_3742758359 palaios_html_3742758359:590:46058:46072 Beaufort South Africa +0.247126 aapg_ad_466.html aapg_ad_466.html:125:12201:12208 Raritan Closter, New Jersey +0.273408 aapg_ad_327.html aapg_ad_327.html:498:52227:52244 Edwards Texas +0.489082 gsa_html_5523976825 gsa_html_5523976825:60:3618:3646 Green River Colorado +0.267776 aapg_ac_528.html aapg_ac_528.html:443:52015:52024 Englewood Colorado +0.241017 gsa_html_1951402014 gsa_html_1951402014:25:724:734 Santa Cruz Canary Islands +0.692831 palaios_html_1759286431 palaios_html_1759286431:701:76070:76089 Fairview Kentucky +0.47718 aapg_ah_505.html aapg_ah_505.html:1947:152116:152124 Colorado Colorado +0.26214 geology_html_2144520947 geology_html_2144520947:209:17889:17895 Oregon Washington (state) +0.250488 aapg_af_460.html aapg_af_460.html:197:15835:15843 Michigan Michigan +0.467868 AMJC_html_6341723617 AMJC_html_6341723617:1152:96532:96552 Wind River Cheyenne, Wyoming +0.264784 aapg_ae_472.html aapg_ae_472.html:276:32997:33018 San Antonio San Juan, Argentina +0.514932 aapg_ad_575.html aapg_ad_575.html:285:34831:34850 Minnelusa Cheyenne, Wyoming +0.253 sedimentology_html_5588427693 sedimentology_html_5588427693:790:50980:50984 Hall London, Ontario +0.262056 aapg_ae_367.html aapg_ae_367.html:173:18173:18179 Weches Charlotte, North Carolina +0.6973 aapg_ac_688.html aapg_ac_688.html:209:20915:20936 Green River Uintah, Utah +0.282903 cspg_html_9119878068 cspg_html_9119878068:186:24112:24131 Waterways Lacombe, Alberta +0.496731 gsa_html_5712812305 gsa_html_5712812305:741:68760:68770 Washington Salem, Oregon +0.2615 cspg_html_3233680622 cspg_html_3233680622:115:16721:16739 Eureka Sound Melville Island (Canada) +0.474705 aapg_ad_757.html aapg_ad_757.html:271:33463:33479 Galena Iowa +0.474447 sedimentology_html_8671640089 sedimentology_html_8671640089:302:25508:25514 Pleito Western world +0.24528 geology_html_8881449794 geology_html_8881449794:132:13249:13257 Colorado Pueblo, Colorado +0.267033 aapg_ae_904.html aapg_ae_904.html:134:14023:14035 Dakota Cheyenne, Wyoming +0.27666 aapg_ae_643.html aapg_ae_643.html:251:29964:29984 Greenbrier Virginia +0.488131 cspg_html_9717154602 cspg_html_9717154602:388:49881:49899 Lee Lacombe, Alberta +0.2575 aapg_ae_62.html aapg_ae_62.html:7:977:986 Williston Red River of the North +0.47061 aapg_ac_807.html aapg_ac_807.html:610:60465:60472 Pamlico New Bern, North Carolina +0.471086 cspg_html_6140483769 cspg_html_6140483769:168:20469:20477 Edmonton Lacombe, Alberta +0.401576 aapg_aa_95.html aapg_aa_95.html:180:17017:17025 Huerfano Las Animas County, Colorado +0.49455 palaios_html_1262064602 palaios_html_1262064602:806:84299:84315 Chinle Arizona +0.249936 aapg_af_854.html aapg_af_854.html:441:57863:57885 Locust Point Carwood, Indiana +0.256236 cspg_html_9222238695 cspg_html_9222238695:554:64172:64183 Peace River Victoria, British Columbia +0.496327 palaios_html_2621173808 palaios_html_2621173808:300:33808:33827 Fantasque Victoria, British Columbia +0.471276 aapg_ah_441.html aapg_ah_441.html:18:2770:2781 Arkadelphia Arkadelphia, Arkansas +0.212212 aapg_ah_779.html aapg_ah_779.html:784:127882:127897 Olentangy Ohio +0.271906 aapg_ad_3.html aapg_ad_3.html:439:42213:42221 Nealmont Kentucky +0.264195 aapg_ae_485.html aapg_ae_485.html:550:59784:59792 Colorado Denver +0.264 aapg_ah_529.html aapg_ah_529.html:46:6613:6628 Bliss New Mexico +0.51792 gsa_html_9891566604 gsa_html_9891566604:290:33249:33269 Prospect Green Mountain +0.504768 sedimentology_html_5801163920 sedimentology_html_5801163920:1520:107072:107078 Salado Texas +0.50304 aapg_ac_700.html aapg_ac_700.html:35:5288:5304 Boggy Atoka, Oklahoma +0.516311 gsa_html_5271854185 gsa_html_5271854185:59:4206:4234 Green River Colorado +0.252912 aapg_ad_466.html aapg_ad_466.html:1213:129696:129709 Potomac Maryland +0.474832 geology_html_5323396367 geology_html_5323396367:151:16378:16406 John Day Washington (state) +0.252928 cspg_html_5376629375 cspg_html_5376629375:323:41786:41804 Arctomys Perth, Western Australia +0.272468 gsa_html_8840132442 gsa_html_8840132442:946:92014:92046 Fernie Lacombe, Alberta +0.485376 cspg_html_8818854104 cspg_html_8818854104:18:2834:2842 Columbia Victoria, British Columbia +0.245448 aapg_ae_471.html aapg_ae_471.html:221:21651:21656 Tokio Arkadelphia, Arkansas +0.723194 aapg_af_704.html aapg_af_704.html:186:17603:17610 Duperow Red River of the North +0.264654 aapg_aa_623.html aapg_aa_623.html:166:18267:18288 Belly River Regina, Saskatchewan +0.902379 cspg_html_9735723617 cspg_html_9735723617:423:55164:55182 Imperial Mackenzie River +0.50827 aapg_ai_157.html aapg_ai_157.html:182:20938:20948 Cabot Head Rochester, Kent +0.89793 gsa_html_3701935694 gsa_html_3701935694:68:6488:6508 Cram Hill Bennington, Vermont +0.51675 aapg_ae_171.html aapg_ae_171.html:78:7202:7214 Dakota Larimer County, Colorado +0.273546 aapg_ad_335.html aapg_ad_335.html:617:76185:76204 Sundance Cheyenne, Wyoming +0.257488 aapg_ad_2.html aapg_ad_2.html:849:120190:120203 Conococheague Trempealeau, Wisconsin +0.481143 aapg_aa_796.html aapg_aa_796.html:522:61914:61940 Halfway Wembley Stadium +0.502656 aapg_ai_31.html aapg_ai_31.html:233:23680:23689 Catahoula Texas +0.46964 aapg_ae_454.html aapg_ae_454.html:419:36359:36381 Dorcheat Mississippi River +0.257526 jgeology_html_2497886918 jgeology_html_2497886918:167:9865:9874 Peninsula Middle East +0.253008 cspg_html_2976104632 cspg_html_2976104632:549:55749:55757 Moosebar Victoria, British Columbia +0.453624 aapg_ae_415.html aapg_ae_415.html:863:107847:107856 Mansfield Melbourne, Florida +0.486837 sedimentology_html_9906287852 sedimentology_html_9906287852:932:78625:78635 Wind River Sevier orogeny +0.3874 cspg_html_5241714595 cspg_html_5241714595:69:11608:11627 Keg River Lacombe, Alberta +0.484968 cspg_html_4623526246 cspg_html_4623526246:98:11251:11259 Columbia Victoria, British Columbia +0.29973 aapg_ah_534.html aapg_ah_534.html:129:10098:10113 Marcellus Selinsgrove Area School District +0.250158 geology_html_7841329427 geology_html_7841329427:255:23213:23219 Pueblo Colorado +0.25956 aapg_ad_379.html aapg_ad_379.html:258:21950:21958 Colorado Ouray, Colorado +0.47838 sedimentology_html_5880564597 sedimentology_html_5880564597:938:63767:63771 Hall London, Ontario +0.255024 aapg_ae_517.html aapg_ae_517.html:110:8049:8075 Viola Sarasota, Florida +0.477274 cspg_html_6306091047 cspg_html_6306091047:354:51169:51177 Columbia Victoria, British Columbia +0.241566 geology_html_8422244633 geology_html_8422244633:236:19822:19826 Kano Matsue Station +0.255016 aapg_ac_528.html aapg_ac_528.html:442:51938:51946 Colorado Denver +0.265029 aapg_aa_960.html aapg_aa_960.html:61:6162:6170 Sundance Cheyenne, Wyoming +0.475566 gsa_html_6753732431 gsa_html_6753732431:564:55070:55083 Santa Barbara California +0.50208 aapg_ai_975.html aapg_ai_975.html:36:7583:7598 Sligo Mexico +0.49632 aapg_ae_873.html aapg_ae_873.html:697:81631:81637 Paluxy Rodessa, Louisiana +0.23424 gsa_html_2082252939 gsa_html_2082252939:12:488:494 Denver Colorado +0.481076 gsa_html_6270492158 gsa_html_6270492158:16:981:993 Rhode Island Kingston, Jamaica +0.245021 aapg_ae_474.html aapg_ae_474.html:1330:140218:140234 Bethel Missouri River +0.235104 aapg_ah_60.html aapg_ah_60.html:237:22979:22989 Stillwater Stillwater, Oklahoma +0.254016 aapg_ac_952.html aapg_ac_952.html:10:1054:1073 Morehouse Shreveport, Louisiana +0.49455 aapg_af_880.html aapg_af_880.html:512:76952:76962 Minnekahta Black Hills +0.26052 gsa_html_5268546581 gsa_html_5268546581:176:14736:14749 Sandia Placitas, New Mexico +0.505891 aapg_ae_680.html aapg_ae_680.html:249:26494:26514 Tuscaloosa North Sea oil +0.471 gsa_html_9962225882 gsa_html_9962225882:1061:82109:82119 Washington Salem, Oregon +0.49469 aapg_ah_592.html aapg_ah_592.html:256:19165:19183 Sylvania Detroit River International Wildlife Refuge +0.68585 gsa_html_4438819447 gsa_html_4438819447:344:39619:39635 Dakota Nebraska +0.46828 geology_html_6372248314 geology_html_6372248314:299:26092:26098 Denver Colorado +0.265668 cspg_html_1065856149 cspg_html_1065856149:162:15530:15541 Mowry Canada +0.518312 cspg_html_7403344526 cspg_html_7403344526:440:46595:46612 Cardium Canada +0.48756 sedimentology_html_3703661901 sedimentology_html_3703661901:98:11916:12016 Crete Crete +0.253482 aapg_ad_236.html aapg_ad_236.html:473:50835:50842 Katalla Anchorage, Alaska +0.48603 aapg_aa_305.html aapg_aa_305.html:39:6131:6139 St Marys Virginia +0.262626 aapg_ad_189.html aapg_ad_189.html:22:2414:2421 El Paso Texas +0.682348 aapg_aa_879.html aapg_aa_879.html:321:30977:30996 Smackover Northeast Texas +0.242544 cspg_html_3665101783 cspg_html_3665101783:186:18479:18498 Onondaga Lockport (city), New York +0.257024 gsa_html_6457388516 gsa_html_6457388516:650:55824:55833 Eel River California +0.464569 aapg_ae_939.html aapg_ae_939.html:463:21685:21692 Tecovas Panhandle, Texas +0.487438 aapg_ad_760.html aapg_ad_760.html:23:3546:3554 Vaqueros Maricopa, Arizona +0.264027 cspg_html_8267847427 cspg_html_8267847427:470:56476:56491 Eagle Lacombe, Alberta +0.248776 cspg_html_1665574291 cspg_html_1665574291:6:439:455 Battle Lacombe, Alberta +0.260721 aapg_ah_5.html aapg_ah_5.html:2244:148764:148790 Niobrara Niobrara, Nebraska +0.485469 geology_html_3243676584 geology_html_3243676584:228:23386:23403 Madison Shreveport, Louisiana +0.27642 aapg_ad_440.html aapg_ad_440.html:703:70805:70823 Greenbrier Pocono Raceway +0.47025 aapg_ac_920.html aapg_ac_920.html:351:45289:45315 Oquirrh Oquirrh Mountain Utah Temple +0.46431 cspg_html_1781462584 cspg_html_1781462584:325:34154:34162 Montreal Lacombe, Alberta +0.26829 aapg_ad_1.html aapg_ad_1.html:65:7031:7042 Beekmantown Black River, Jamaica +0.491064 aapg_aa_647.html aapg_aa_647.html:445:39616:39635 Tuscarora Huntington, West Virginia +0.268243 gsa_html_2005293978 gsa_html_2005293978:269:24898:24915 Calvert Bethany Beach, Delaware +0.493056 aapg_ac_629.html aapg_ac_629.html:409:52136:52142 Oldham Kountze, Texas +0.247494 aapg_ai_974.html aapg_ai_974.html:344:35854:35870 Roslyn Ellensburg, Washington +0.500472 aapg_ae_305.html aapg_ae_305.html:1587:151662:151683 Diablo Maracaibo +0.47616 aapg_ad_379.html aapg_ad_379.html:530:45419:45431 Dockum New Mexico +0.277202 aapg_ac_876.html aapg_ac_876.html:459:44558:44589 Green River Colorado +0.259578 aapg_ai_594.html aapg_ai_594.html:284:30513:30520 Parting Fremont, California +0.476146 geology_html_8665622838 geology_html_8665622838:410:30460:30476 Maya Cambridge, Massachusetts +0.111792 aapg_ah_311.html aapg_ah_311.html:235:24925:24936 White River Wasatch Range +0.485856 aapg_ad_695.html aapg_ad_695.html:67:6446:6456 Montgomery Shreveport, Louisiana +0.510272 aapg_aa_360.html aapg_aa_360.html:203:17213:17223 Buda San Marcos, California +0.259518 cspg_html_1503116552 cspg_html_1503116552:917:129106:129131 Beaverhill Swan Hill, Victoria +0.281736 aapg_af_98.html aapg_af_98.html:4:328:344 Dakota Colorado +0.464 palaios_html_6025329652 palaios_html_6025329652:366:35548:35554 Oregon Washington (state) +0.492184 cspg_html_8928894270 cspg_html_8928894270:52:7158:7187 Graminia Calmar, Alberta +0.46774 aapg_ad_351.html aapg_ad_351.html:767:66678:66694 Keokuk Burlington, Ontario +0.2685 aapg_aa_288.html aapg_aa_288.html:344:36935:36946 Mowry Cheyenne, Wyoming +0.495492 aapg_af_436.html aapg_af_436.html:400:49216:49224 Columbia Clayton County, Georgia +0.232928 cspg_html_6252849194 cspg_html_6252849194:292:33984:33992 Colorado Denver +0.25853 aapg_ah_596.html aapg_ah_596.html:197:23528:23541 Queen New Mexico +0.252486 aapg_ai_584.html aapg_ai_584.html:771:81385:81401 Casper Laramie, Wyoming +0.500016 aapg_ae_393.html aapg_ae_393.html:49:3325:3345 Woodbine East Texas +0.46828 aapg_ah_290.html aapg_ah_290.html:295:33354:33360 Oregon Washington (state) +0.257214 cspg_html_8290572971 cspg_html_8290572971:228:32026:32060 Mount Head Lacombe, Alberta +0.467544 aapg_af_625.html aapg_af_625.html:40:4017:4025 Virginia Parkersburg, West Virginia +0.490633 cspg_html_6985536436 cspg_html_6985536436:399:51168:51190 Eureka Sound Banks Island +0.509656 palaios_html_7841806577 palaios_html_7841806577:808:72521:72560 Prairie Michigan Basin +0.262808 palaios_html_1018466366 palaios_html_1018466366:1692:146513:146521 Edmonton Lacombe, Alberta +0.513898 aapg_ad_466.html aapg_ad_466.html:336:41548:41555 Magothy South River (Maryland) +0.502365 aapg_af_11.html aapg_af_11.html:232:25194:25213 Leadville Leadville, Colorado +0.429936 aapg_ah_654.html aapg_ah_654.html:295:28559:28569 Phosphoria Big Horn Mountains +0.482964 aapg_ah_318.html aapg_ah_318.html:1625:156732:156738 Sierra Coahuila +0.267225 aapg_ai_503.html aapg_ai_503.html:83:9176:9191 Rochester Lockport (city), New York +0.473323 aapg_af_291.html aapg_af_291.html:505:54930:54938 Lisburne Barrow, Alaska +0.333761 aapg_ae_454.html aapg_ae_454.html:474:42802:42812 Tuscaloosa Shreveport, Louisiana +0.485706 gsa_html_4431779557 gsa_html_4431779557:1040:83868:83883 Blackwater Draw New Mexico +0.48399 cspg_html_3804945581 cspg_html_3804945581:84:9927:9950 Scollard Woodlake, Texas +0.3685 cspg_html_1025724640 cspg_html_1025724640:334:44254:44281 Romaine Quebec City +0.454092 aapg_af_14.html aapg_af_14.html:716:65740:65759 Rock Springs Cheyenne, Wyoming +0.27405 jgeology_html_8494933343 jgeology_html_8494933343:463:36290:36301 Green River Colorado +0.70861 cspg_html_9827358538 cspg_html_9827358538:735:76535:76549 Elko Reno, Nevada +0.250832 gsa_html_4913703235 gsa_html_4913703235:395:45880:45921 Clinton Ohio +0.255025 jgeology_html_3924418909 jgeology_html_3924418909:668:53469:53485 Navajo Logan, Utah +0.498942 gsa_html_6063751966 gsa_html_6063751966:1029:91590:91618 Green River Colorado +0.268732 palaios_html_2994452429 palaios_html_2994452429:1615:137116:137133 Cardium Lacombe, Alberta +0.234252 aapg_af_384.html aapg_af_384.html:236:26484:26499 Melville Island Barrow, Alaska +0.48076 aapg_aa_718.html aapg_aa_718.html:417:40925:40931 Oswego Juniata County School District +0.475722 aapg_af_624.html aapg_af_624.html:5:861:879 Tensleep Carbon County, Wyoming +0.265932 aapg_ae_753.html aapg_ae_753.html:109:12661:12668 Bedford Ohio +0.243972 jgeology_html_8088445472 jgeology_html_8088445472:346:19254:19271 Manlius Schoharie Creek +0.266562 aapg_ac_253.html aapg_ac_253.html:436:56450:56470 Brownsport Knoxville, Tennessee +0.241664 gsa_html_2989317971 gsa_html_2989317971:1207:119830:119852 Glenns Ferry Boise, Idaho +0.45202 aapg_af_59.html aapg_af_59.html:3:155:176 Ector Chalk Northeast Texas +0.27071 aapg_ae_319.html aapg_ae_319.html:528:44934:44940 Chinle Chinle Formation +0.46872 sedimentology_html_2041096405 sedimentology_html_2041096405:130:11659:11672 A-1 Carbonate Ontario, California +0.265029 jgeology_html_8494933343 jgeology_html_8494933343:460:36183:36186 Lee Colorado +0.244032 aapg_ah_534.html aapg_ah_534.html:105:7864:7873 Palmerton Selinsgrove Area School District +0.254012 aapg_af_887.html aapg_af_887.html:195:19363:19371 Carlsbad Guadalupe Mountains National Park +0.258 aapg_ai_124.html aapg_ai_124.html:98:8523:8528 Salem Prairie Creek, Arkansas +0.272448 aapg_ae_182.html aapg_ae_182.html:275:30856:30868 Midway Arkansas +0.240075 cspg_html_1103118378 cspg_html_1103118378:195:27725:27734 Athabasca Lacombe, Alberta +0.50759 gsa_html_9457387752 gsa_html_9457387752:832:71290:71310 Brassfield Bloomington, Indiana +0.258048 aapg_ae_780.html aapg_ae_780.html:209:19409:19417 Nacatoch Washington (state) +0.265224 aapg_ak_118.html aapg_ak_118.html:35:4188:4205 Bossier Calhoun, Georgia +0.482112 cspg_html_9499345121 cspg_html_9499345121:36:5731:5754 Saline River Great Slave Lake +0.505512 aapg_aa_484.html aapg_aa_484.html:288:26484:26489 Atoka Arkansas +0.46482 palaios_html_7928599019 palaios_html_7928599019:297:29948:29957 Eel River Northern California +0.49011 aapg_aa_15.html aapg_aa_15.html:304:36040:36053 Jackson Texas +0.285508 aapg_ae_465.html aapg_ae_465.html:39:4272:4287 Sligo Pine Island (Lee County, Florida) +0.266616 cspg_html_2734588863 cspg_html_2734588863:95:10350:10358 Lea Park Milk River, Alberta +0.486095 gsa_html_1930617317 gsa_html_1930617317:67:5593:5621 Green River Colorado +0.477792 sedimentology_html_8006979411 sedimentology_html_8006979411:1263:96742:96747 Yukon Canada +0.479808 aapg_ai_459.html aapg_ai_459.html:334:35379:35396 Haystack Mountain Wichita Mountains +0.239979 cspg_html_1456761793 cspg_html_1456761793:15:3065:3071 Antler Dunedin, Florida +0.496327 cspg_html_4298557570 cspg_html_4298557570:34:4775:4791 Battle Edmonton, London +0.249344 jgeology_html_8494933343 jgeology_html_8494933343:502:40246:40265 Bidahochi Arizona +0.27872 jgeology_html_4305195651 jgeology_html_4305195651:1123:101062:101072 Bloomsburg Columbia Country +0.262143 aapg_ad_413.html aapg_ad_413.html:142:12485:12494 Pottsville Pennsylvania +0.363816 gsa_html_7737235229 gsa_html_7737235229:924:59915:59931 Davis Bonne Terre, Missouri +0.239834 aapg_ae_28.html aapg_ae_28.html:394:39890:39898 Michigan Michigan +0.250745 geology_html_4781601757 geology_html_4781601757:56:6045:6056 San Jacinto Lake Elsinore, California +0.243302 aapg_ad_465.html aapg_ad_465.html:35:5102:5117 Fountain Colorado +0.253952 cspg_html_5381643866 cspg_html_5381643866:82:10436:10444 Columbia Victoria, British Columbia +0.246482 gsa_html_4860220405 gsa_html_4860220405:21:1224:1232 Virginia Reston, Virginia +0.491898 aapg_ae_295.html aapg_ae_295.html:126:15426:15434 Woodbine Lewisville, Texas +0.263682 aapg_ai_763.html aapg_ai_763.html:56:7310:7344 Cotton Valley East Texas +0.444033 cspg_html_6108854431 cspg_html_6108854431:261:28788:28810 Hillsborough New Caledonia +0.497944 aapg_ah_772.html aapg_ah_772.html:3:326:343 Bird Spring Reno, Nevada +0.254989 gsa_html_6350949088 gsa_html_6350949088:790:69764:69770 Kodiak Anchorage, Alaska +0.238602 aapg_ad_154.html aapg_ad_154.html:65:7670:7688 Gatesburg Pennsylvania +0.252973 cspg_html_9142742810 cspg_html_9142742810:25:2760:2792 Elk Canada +0.497896 aapg_af_48.html aapg_af_48.html:20:2924:2944 Salina Ohio +0.255636 cspg_html_3026112034 cspg_html_3026112034:745:73696:73724 Wabamun Lacombe, Alberta +0.246993 aapg_ai_518.html aapg_ai_518.html:116:14309:14318 Leadville Animas River +0.240036 cspg_html_4382149016 cspg_html_4382149016:284:42610:42621 Utica Quebec City +0.34827 aapg_ad_4.html aapg_ad_4.html:193:13512:13521 Hermitage Knoxville, Tennessee +0.253009 palaios_html_7179643765 palaios_html_7179643765:217:22070:22092 San Antonio Venezuela +0.276144 aapg_af_631.html aapg_af_631.html:128:11276:11288 Chinle Chinle Formation +0.469482 aapg_af_636.html aapg_af_636.html:282:33140:33148 Onondaga Onondaga (tribe) +0.246183 aapg_ac_333.html aapg_ac_333.html:1645:173280:173295 Supai Arizona +0.366224 aapg_ae_959.html aapg_ae_959.html:317:26065:26079 Word Guadalupe Mountains National Park +0.265224 gsa_html_2034376262 gsa_html_2034376262:895:76455:76483 Green River Colorado +0.50274 geology_html_8682149609 geology_html_8682149609:11:476:485 San Diego California +0.48006 aapg_ai_28.html aapg_ai_28.html:837:79855:79862 Reynosa Uvalde, Texas +0.267776 aapg_aa_548.html aapg_aa_548.html:30:3067:3248 Seminole Winslow, Arizona +0.483886 sedimentology_html_6177691884 sedimentology_html_6177691884:331:12870:12874 Hall London, Ontario +0.248496 cspg_html_8928894270 cspg_html_8928894270:470:56789:56795 Antler Arctic Cordillera +0.44835 aapg_ah_994.html aapg_ah_994.html:289:32605:32613 Seminole Seminole, Texas +0.26163 cspg_html_1644457308 cspg_html_1644457308:6:497:505 Columbia Victoria, British Columbia +0.271377 aapg_ac_719.html aapg_ac_719.html:226:27434:27452 Ogallala Sangre de Cristo Range +0.25449 jgeology_html_3756303604 jgeology_html_3756303604:153:8266:8279 Cid North Carolina +0.514 gsa_html_7263302248 gsa_html_7263302248:31:2730:2758 Green River Colorado +0.49712 aapg_ai_861.html aapg_ai_861.html:5:747:764 Ivishak Anchorage, Alaska +0.246007 gsa_html_7173708345 gsa_html_7173708345:819:64527:64548 Forest Anchorage, Alaska +0.479688 aapg_ah_201.html aapg_ah_201.html:25:3246:3254 Colorado Lacombe, Alberta +0.510048 aapg_af_99.html aapg_af_99.html:11:1825:1844 Rio Dulce Guatemala +0.48985 cspg_html_7561290301 cspg_html_7561290301:141:16203:16226 Elk Lacombe, Alberta +0.514135 aapg_ac_899.html aapg_ac_899.html:33:3377:3382 Eutaw Selma to Montgomery marches +0.493218 aapg_ac_333.html aapg_ac_333.html:802:98120:98134 Yeso Albuquerque, New Mexico +0.473946 sedimentology_html_1482430163 sedimentology_html_1482430163:909:74611:74616 Heath Costa Rica +0.24354 aapg_af_366.html aapg_af_366.html:113:13320:13326 Antler Reno, Nevada +0.257664 aapg_ad_52.html aapg_ad_52.html:17:2137:2156 Coldwater Michigan +0.255528 aapg_ah_53.html aapg_ah_53.html:24:3007:3024 Cypress Kentucky +0.257466 sedimentology_html_8829282630 sedimentology_html_8829282630:123:9166:9172 Pueblo England +0.50944 palaios_html_9973267562 palaios_html_9973267562:70:11160:11174 Kope Netherlands +0.259045 aapg_ai_603.html aapg_ai_603.html:57:6054:6075 Price Indianola, Iowa +0.484864 aapg_ac_222.html aapg_ac_222.html:446:59231:59248 Paradox Logan, Utah +0.256027 AMJC_html_2198355607 AMJC_html_2198355607:50:4641:4647 Walker Earth +0.475776 sedimentology_html_3941612453 sedimentology_html_3941612453:890:73218:73239 Quinault Washington (state) +0.497034 aapg_aa_752.html aapg_aa_752.html:311:39524:39568 San Andres New Orleans +0.421675 aapg_ac_950.html aapg_ac_950.html:275:30553:30565 Rhode Island Virginia +0.492544 aapg_ad_52.html aapg_ad_52.html:675:73634:73651 Michigan Michigan +0.260091 aapg_aa_684.html aapg_aa_684.html:420:38732:38736 Jelm Cheyenne, Wyoming +0.479325 cspg_html_9354781888 cspg_html_9354781888:7:947:955 Columbia Victoria, British Columbia +0.47268 aapg_ac_79.html aapg_ac_79.html:34:5116:5123 Clinton Ohio +0.50668 aapg_ad_111.html aapg_ad_111.html:18:3313:3332 Mesaverde Mancos, Colorado +0.458402 aapg_ac_621.html aapg_ac_621.html:180:15665:15683 Zeandale Nemaha County, Kansas +0.229848 aapg_ac_689.html aapg_ac_689.html:27:3565:3573 Colorado Nebraska +0.236262 aapg_ac_593.html aapg_ac_593.html:247:26161:26174 Santa Barbara California +0.264638 aapg_ac_563.html aapg_ac_563.html:600:86473:86482 Valentine Texas +0.474832 palaios_html_6956866368 palaios_html_6956866368:614:65159:65184 Hanna Cheyenne, Wyoming +0.250997 gsa_html_5865982995 gsa_html_5865982995:77:10008:10016 Colorado Logan, Utah +0.254944 cspg_html_4694210878 cspg_html_4694210878:139:16880:16891 Severn River River Severn +0.251779 cspg_html_6502178723 cspg_html_6502178723:246:27811:27819 Columbia Victoria, British Columbia +0.48216 aapg_ah_490.html aapg_ah_490.html:27:3615:3624 Minnelusa Black Hills +0.467544 geology_html_5238536411 geology_html_5238536411:158:20565:20573 Colorado Canberra +0.24837 aapg_aa_12.html aapg_aa_12.html:364:36867:36872 Atoka Ardmore, Pennsylvania +0.487863 cspg_html_5345848475 cspg_html_5345848475:281:33565:33583 Deer Creek Hunting Creek +0.257839 aapg_ac_211.html aapg_ac_211.html:115:11818:11825 Madison Lacombe, Alberta +0.479136 aapg_ai_669.html aapg_ai_669.html:8:377:385 Colorado Denver +0.260538 cspg_html_6472484014 cspg_html_6472484014:49:5346:5366 La Vieille New Brunswick, New Jersey +0.25149 aapg_ai_584.html aapg_ai_584.html:92:9500:9508 Tensleep Cheyenne, Wyoming +0.361098 geology_html_5235685630 geology_html_5235685630:275:23444:23454 Notch Peak Logan, Utah +0.263592 geology_html_3186425382 geology_html_3186425382:12:670:676 Oregon Salem, Oregon +0.762376 cspg_html_7409170811 cspg_html_7409170811:632:73508:73524 Banff Lacombe, Alberta +0.26288 aapg_ai_4.html aapg_ai_4.html:8:1044:1051 Temblor Monterey, California +0.48768 gsa_html_3817970246 gsa_html_3817970246:16:687:694 Madison Wisconsin +0.444015 gsa_html_5495469347 gsa_html_5495469347:688:59878:59886 Colorado Colorado +0.49728 aapg_ah_784.html aapg_ah_784.html:179:18182:18198 Sandia Placitas, New Mexico +0.49343 aapg_ai_49.html aapg_ai_49.html:228:26949:26958 Popo Agie Cheyenne, Wyoming +0.265738 aapg_ae_71.html aapg_ae_71.html:562:44469:44484 Supai Arizona +0.299463 aapg_aa_939.html aapg_aa_939.html:151:19276:19296 Wind River Fort Union Trading Post National Historic Site +0.451152 aapg_ae_181.html aapg_ae_181.html:211:31166:31177 Coffee Chattahoochee County, Georgia +0.485184 aapg_ac_672.html aapg_ac_672.html:105:8653:8661 Michigan Michigan +0.265668 aapg_ae_557.html aapg_ae_557.html:462:43038:43043 Piper Stroudsburg, Pennsylvania +0.266207 cspg_html_3618628685 cspg_html_3618628685:97:13126:13141 Telegraph Creek Deadhorse, Alaska +0.255892 cspg_html_6702053097 cspg_html_6702053097:774:81804:81817 Potsdam Quebec City +0.80901 AMJC_html_8866429777 AMJC_html_8866429777:419:51799:51818 Conasauga Alabama +0.49504 aapg_ad_743.html aapg_ad_743.html:41:6198:6212 Woodbine Navarro County, Texas +0.26988 aapg_ac_406.html aapg_ac_406.html:148:14753:14760 Rodessa Fruitvale, British Columbia +0.257424 aapg_ai_856.html aapg_ai_856.html:326:45330:45338 Montreal Quebec City +0.39698 aapg_ai_49.html aapg_ai_49.html:205:23891:23900 Dog Creek Panhandle, Texas +0.812455 gsa_html_4930932370 gsa_html_4930932370:895:94481:94498 Onaping Michigan +0.241943 aapg_ac_486.html aapg_ac_486.html:592:72397:72403 Denver Colorado +0.253916 sedimentology_html_5673709888 sedimentology_html_5673709888:1747:105102:105109 Edwards Texas +0.846375 aapg_ac_486.html aapg_ac_486.html:506:59657:59663 Dakota Colorado +0.37157 aapg_ac_881.html aapg_ac_881.html:769:83201:83219 Deadwood Cheyenne, Wyoming +0.513898 aapg_ae_268.html aapg_ae_268.html:408:38492:38500 Victoria Pottsville, Pennsylvania +0.239096 gsa_html_7173708345 gsa_html_7173708345:1633:114464:114487 Sheep Creek Anchorage, Alaska +0.282799 gsa_html_4438819447 gsa_html_4438819447:780:75020:75039 Mattagami Canada +0.260075 cspg_html_7602315496 cspg_html_7602315496:42:6640:6653 Wapiabi Colorado +0.937392 cspg_html_9987144175 cspg_html_9987144175:212:28007:28029 Eureka Sound Ellesmere Island +0.48573 cspg_html_6163998187 cspg_html_6163998187:521:59640:59648 Columbia Lacombe, Alberta +0.494915 cspg_html_2834693711 cspg_html_2834693711:151:21922:21942 Huntingdon Bellingham, Washington +0.253692 gsa_html_1266138577 gsa_html_1266138577:396:32757:32763 Poleta Salinas Valley +0.421837 gsa_html_5865982995 gsa_html_5865982995:1339:141511:141535 Wasatch Powder River Basin +0.295911 palaios_html_3491046542 palaios_html_3491046542:958:81210:81229 Red River Manitoba +0.248985 gsa_html_7040053075 gsa_html_7040053075:1082:116125:116133 La Habra Whittier, Alaska +0.253055 aapg_ac_961.html aapg_ac_961.html:552:58240:58245 Atoka McAlester, Oklahoma +0.437544 aapg_ad_810.html aapg_ad_810.html:9:1047:1067 Calico Bluff Arkansas +0.3785 aapg_af_333.html aapg_af_333.html:485:50615:50621 Salina Michigan +0.259056 gsa_html_4438819447 gsa_html_4438819447:18:1034:1060 Mattagami Ontario, California +0.247779 cspg_html_1781462584 cspg_html_1781462584:85:9452:9475 Turner Valley Burnt River (Oregon) +0.261072 gsa_html_1124652135 gsa_html_1124652135:241:22259:22294 Chandler Charleston, South Carolina +0.250458 gsa_html_1525220569 gsa_html_1525220569:242:26386:26395 Gibraltar Atlantic Ocean +0.459648 aapg_aa_423.html aapg_aa_423.html:23:2677:2698 San Andres Santa Rosa, California +0.2835 geology_html_3363667765 geology_html_3363667765:11:587:595 Montreal Quebec City +0.484938 aapg_af_653.html aapg_af_653.html:1225:147013:147019 Neroly San Pablo Bay National Wildlife Refuge +0.464576 aapg_ad_653.html aapg_ad_653.html:538:71325:71340 Herschel Island Davis Strait +0.250494 aapg_ac_91.html aapg_ac_91.html:63:8887:8908 Little Flat Boise, Idaho +0.503685 gsa_html_6672856503 gsa_html_6672856503:257:22531:22541 Washington Seattle +0.465468 geology_html_4813695285 geology_html_4813695285:227:22960:23002 Protection Garden Valley, Idaho +0.717435 aapg_ae_415.html aapg_ae_415.html:110:15210:15232 Chickasawhay Mississippi River +0.26563 aapg_ac_222.html aapg_ac_222.html:151:22287:22294 Paradox Colorado +0.478028 aapg_ac_316.html aapg_ac_316.html:205:23450:23466 Bernal New Mexico +0.24354 aapg_ah_447.html aapg_ah_447.html:169:20388:20395 Reynosa Oakville, California +0.26986 cspg_html_9872589627 cspg_html_9872589627:52:6443:6461 Halfway Lacombe, Alberta +0.249919 aapg_ae_74.html aapg_ae_74.html:450:42536:42562 Wingate Carmel, Indiana +0.252003 sedimentology_html_9665687367 sedimentology_html_9665687367:744:57651:57658 Seboomook Melbourne, Florida +0.48246 aapg_aa_624.html aapg_aa_624.html:15:2241:2251 Washington Wapello County, Iowa +0.482275 cspg_html_3325817312 cspg_html_3325817312:136:14184:14192 Columbia Washington (state) +0.265209 aapg_ai_997.html aapg_ai_997.html:686:57182:57194 Panoche Chowchilla, California +0.262685 aapg_af_2.html aapg_af_2.html:459:51263:51282 Leadville Colorado +0.25641 aapg_aa_124.html aapg_aa_124.html:56:6772:6792 Bow Island Lacombe, Alberta +0.475 aapg_ai_704.html aapg_ai_704.html:24:3199:3205 Brazil Peru, Indiana +0.492712 jgeology_html_5471448181 jgeology_html_5471448181:249:22352:22374 Burro Canyon Kayenta, Arizona +0.507357 gsa_html_3241858546 gsa_html_3241858546:57:3393:3421 Green River Colorado +0.486604 cspg_html_6588266079 cspg_html_6588266079:41:6574:6593 Gladstone Lacombe, Alberta +0.277704 palaios_html_5977967483 palaios_html_5977967483:1192:101515:101532 Bearpaw Canada +0.485216 cspg_html_2139304729 cspg_html_2139304729:32:5387:5448 Griper Bay Bathurst Island (Northern Territory) +0.48355 aapg_ad_761.html aapg_ad_761.html:78:6632:6649 Edwards Texas +0.264 aapg_ah_93.html aapg_ah_93.html:95:12389:12414 Beartooth Cheyenne, Wyoming +0.488698 AMJC_html_3384252704 AMJC_html_3384252704:1314:120119:120125 Moscow Russia +0.263048 aapg_ae_831.html aapg_ae_831.html:58:6665:6671 Topeka Carthage, Missouri +0.493608 aapg_ad_717.html aapg_ad_717.html:40:4224:4241 Gaptank Texas +0.25857 palaios_html_4335779426 palaios_html_4335779426:497:56400:56408 Virginia Bennington, Vermont +0.266207 aapg_ae_154.html aapg_ae_154.html:37:5240:5260 Besa River Victoria, British Columbia +0.265224 geology_html_5512329346 geology_html_5512329346:13:944:950 Oregon Newport, Rhode Island +0.264132 cspg_html_1915486237 cspg_html_1915486237:314:38972:38994 Shaftesbury Victoria, British Columbia +0.26462 cspg_html_8568877195 cspg_html_8568877195:81:12807:12818 Belly River Lacombe, Alberta +0.50986 aapg_ac_714.html aapg_ac_714.html:184:21853:21870 Rierdon Cheyenne, Wyoming +0.261632 gsa_html_6837513060 gsa_html_6837513060:171:16228:16239 Black River Cedar River (Washington) +0.485811 sedimentology_html_9059871566 sedimentology_html_9059871566:1496:88401:88418 Kayenta Thar Desert +0.247506 jgeology_html_4305195651 jgeology_html_4305195651:131:10940:10947 Newport Selinsgrove Area School District +0.257544 cspg_html_2152913769 cspg_html_2152913769:55:7599:7634 Elk Regina, Saskatchewan +0.486095 gsa_html_5568683977 gsa_html_5568683977:679:59218:59246 Green River Colorado +0.247988 aapg_ai_249.html aapg_ai_249.html:172:26019:26036 El Abra Durham, North Carolina +0.507715 jgeology_html_3739517257 jgeology_html_3739517257:1180:72285:72299 Ogallala Texas +0.266772 palaios_html_6327369225 palaios_html_6327369225:458:52218:52226 Richmond Emery County, Utah +0.260099 geology_html_6321307943 geology_html_6321307943:338:26085:26090 Price Sellwood Bridge +0.258064 aapg_ad_367.html aapg_ad_367.html:5:560:580 Mt. Wilson Victoria, British Columbia +0.489599 cspg_html_7881580279 cspg_html_7881580279:126:17373:17389 Yeoman Regina, Saskatchewan +0.479958 gsa_html_3860045860 gsa_html_3860045860:678:77481:77487 Oregon Lane County, Oregon +0.253402 AMJC_html_8854520503 AMJC_html_8854520503:1114:104054:104064 Washington Lake Chelan +0.494284 cspg_html_5450075884 cspg_html_5450075884:574:66189:66200 Belly River Regina, Saskatchewan +0.243386 aapg_ae_921.html aapg_ae_921.html:17:1916:1922 Ludlow Knife River +0.48932 cspg_html_3354282978 cspg_html_3354282978:6:706:724 Wabamun Western Canadian Sedimentary Basin +0.2667 cspg_html_6064089067 cspg_html_6064089067:97:11821:11841 Red River Cheyenne, Wyoming +0.383525 cspg_html_5198658336 cspg_html_5198658336:12:1022:1040 Scollard Calgary +0.697686 cspg_html_4069214675 cspg_html_4069214675:185:24218:24236 Paskapoo Swan Hill, Victoria +0.49317 sedimentology_html_5469051730 sedimentology_html_5469051730:784:53513:53539 Yucatan Caribbean +0.260051 aapg_aa_830.html aapg_aa_830.html:164:17909:17917 Colorado Denver +0.275835 aapg_aa_546.html aapg_aa_546.html:166:16285:16303 Kootenai Colorado +0.271722 cspg_html_5484260516 cspg_html_5484260516:349:31446:31456 Big Valley Savoy Hotel +0.250997 sedimentology_html_9050173913 sedimentology_html_9050173913:1140:131436:131440 Hall London, Ontario +0.504866 aapg_ai_932.html aapg_ai_932.html:686:106498:106516 Monterey California +0.25853 gsa_html_1734656819 gsa_html_1734656819:289:25250:25260 San Felipe San Jacinto, California +0.476504 aapg_ae_970.html aapg_ae_970.html:20:1721:1725 Pico Saugus, Massachusetts +0.717386 aapg_aa_995.html aapg_aa_995.html:406:31076:31099 Sundance Cheyenne, Wyoming +0.245727 aapg_ad_169.html aapg_ad_169.html:412:47587:47597 Greenbrier Greenbrier (Great Smoky Mountains) +0.46256 aapg_aa_678.html aapg_aa_678.html:123:13051:13063 Saskatchewan Manitoba +0.24684 aapg_ak_76.html aapg_ak_76.html:108:16061:16074 San Sebastian Corozal Town +0.494252 aapg_ac_849.html aapg_ac_849.html:10:1212:1273 Parkwood San Fernando Valley +0.264668 cspg_html_9729377176 cspg_html_9729377176:73:9040:9060 Baldonnel Victoria, British Columbia +0.472604 gsa_html_7272439065 gsa_html_7272439065:435:47693:47708 Lance Fort Union Trading Post National Historic Site +0.49296 palaios_html_7928599019 palaios_html_7928599019:48:5351:5360 Eel River Scotia, New York +0.268732 aapg_ae_128.html aapg_ae_128.html:178:16064:16075 Beekmantown Jackson County, Missouri +0.249368 aapg_ai_468.html aapg_ai_468.html:204:25393:25412 Cotton Valley Bossier City, Louisiana +0.486472 geology_html_9203544566 geology_html_9203544566:269:24274:24280 Snyder California +0.498318 aapg_ad_820.html aapg_ad_820.html:355:41795:41802 Chemung Iowa +0.495208 aapg_af_664.html aapg_af_664.html:569:64150:64160 San Andres Nashville Basin +0.49764 gsa_html_6281658899 gsa_html_6281658899:678:74537:74554 Bridger Cheyenne, Wyoming +0.506625 aapg_ah_687.html aapg_ah_687.html:15:2269:2297 Athabasca Lacombe, Alberta +0.50191 aapg_af_593.html aapg_af_593.html:121:10462:10473 Collingwood Lake Erie +0.251292 aapg_ad_154.html aapg_ad_154.html:158:19538:19553 Narrows Virginia +0.261576 aapg_ac_714.html aapg_ac_714.html:498:57839:57846 Rierdon Big Horn Mountains +0.48323 gsa_html_7102550258 gsa_html_7102550258:968:104573:104605 Dolores Colorado +0.277326 aapg_ad_301.html aapg_ad_301.html:40:5189:5206 Bearpaw North Carolina +0.497904 aapg_ac_563.html aapg_ac_563.html:138:22748:22766 Hosston Texas +0.26313 gsa_html_2162821431 gsa_html_2162821431:1125:97543:97561 Imperial California +0.257536 aapg_ah_972.html aapg_ah_972.html:277:28162:28173 Bluff Neches River +0.4655 aapg_ae_223.html aapg_ae_223.html:43:4388:4400 Rock Springs Moffat County, Colorado +0.251446 geology_html_2189486964 geology_html_2189486964:11:657:665 Colorado Colorado +0.242892 cspg_html_8247666269 cspg_html_8247666269:28:5041:5047 Kanguk Canada +0.480396 aapg_aa_691.html aapg_aa_691.html:11:1676:1682 Muskeg Lacombe, Alberta +0.279256 aapg_af_143.html aapg_af_143.html:957:96953:96974 Otter Salem, Oregon +0.265209 cspg_html_9717154602 cspg_html_9717154602:5:215:232 Bearpaw Lacombe, Alberta +0.485298 aapg_ai_951.html aapg_ai_951.html:3:231:248 Ivishak North Slope Borough, Alaska +0.388341 palaios_html_8064020973 palaios_html_8064020973:520:60848:60879 Chinle Logan, Utah +0.248412 gsa_html_9353787239 gsa_html_9353787239:947:84434:84443 Flagstaff Arizona +0.490158 sedimentology_html_8926418472 sedimentology_html_8926418472:1151:93132:93148 Viking Canada +0.296664 aapg_ah_448.html aapg_ah_448.html:28:2771:2780 Escondido Mississippi River +0.255915 gsa_html_3010975239 gsa_html_3010975239:207:30067:30074 Saginaw Michigan +0.518518 aapg_ac_849.html aapg_ac_849.html:13:1676:1710 Pottsville Pottsville, Pennsylvania +0.255528 gsa_html_2877093757 gsa_html_2877093757:822:86142:86148 Nelson Rotterdam +0.475838 jgeology_html_1694744705 jgeology_html_1694744705:998:52777:52803 Sterling Closter, New Jersey +0.275336 cspg_html_2749851978 cspg_html_2749851978:436:59452:59469 Cardium Lacombe, Alberta +0.269072 cspg_html_6193252551 cspg_html_6193252551:649:69179:69214 West Point Quebec City +0.268822 cspg_html_3699720399 cspg_html_3699720399:393:39545:39551 Malton Victoria, British Columbia +0.276651 aapg_ah_10.html aapg_ah_10.html:410:58553:58571 Monterey California +0.482555 cspg_html_3097746547 cspg_html_3097746547:604:66631:66640 Cold Lake Lacombe, Alberta +0.478856 aapg_ah_318.html aapg_ah_318.html:365:46707:46728 Mt Lytton Shreveport, Louisiana +0.229614 jgeology_html_4305195651 jgeology_html_4305195651:3372:236154:236162 Scotland New South Wales +0.454104 aapg_af_129.html aapg_af_129.html:148:15606:15612 Gilman Colorado +0.239524 palaios_html_3146065873 palaios_html_3146065873:274:25991:26018 Florissant Colorado +0.49115 gsa_html_6433065427 gsa_html_6433065427:722:70757:70768 Green River Kentucky +0.275429 cspg_html_6306091047 cspg_html_6306091047:7:549:557 Pardonet Victoria, British Columbia +0.263088 AMJC_html_6341723617 AMJC_html_6341723617:1205:101224:101228 Elko Elko, Nevada +0.264187 cspg_html_5069764621 cspg_html_5069764621:9:630:651 Belly River Lacombe, Alberta +0.242536 gsa_html_4776439297 gsa_html_4776439297:816:74067:74071 Bell Bennington, Vermont +0.354584 aapg_ae_388.html aapg_ae_388.html:880:49709:49729 Cedar Keys Melbourne, Florida +0.479987 aapg_ad_2.html aapg_ad_2.html:1626:225258:225263 Chazy Black River, Jamaica +0.391419 aapg_ad_111.html aapg_ad_111.html:52:7361:7380 Mesaverde Grand Mesa +0.521 aapg_af_85.html aapg_af_85.html:224:25086:25093 Wabamun Lacombe, Alberta +0.282988 aapg_ae_187.html aapg_ae_187.html:307:32143:32149 Galena Bloomington, Indiana +0.251 gsa_html_2989317971 gsa_html_2989317971:1160:115559:115569 Washington Salem, Oregon +0.266252 aapg_ac_730.html aapg_ac_730.html:216:30289:30298 Mesaverde Mancos, Colorado +0.24598 aapg_ac_313.html aapg_ac_313.html:44:4860:4871 Toledo Guatemala +0.262144 gsa_html_2832151886 gsa_html_2832151886:846:68710:68718 Dunvegan Lacombe, Alberta +0.46835 aapg_ah_387.html aapg_ah_387.html:377:36916:36925 Knoxville Knoxville, Illinois +0.25544 aapg_ac_835.html aapg_ac_835.html:1603:199251:199270 Chugwater Cheyenne, Wyoming +0.481104 aapg_ad_862.html aapg_ad_862.html:388:61886:61894 Michigan Oklahoma City +0.493954 gsa_html_4930932370 gsa_html_4930932370:904:95419:95436 Onaping Sudbury, Suffolk +0.47066 aapg_ah_829.html aapg_ah_829.html:3:394:422 Green River Colorado +0.25324 cspg_html_6715452766 cspg_html_6715452766:22:3978:4007 Bird Fiord Ellesmere Island +0.259578 cspg_html_9275863663 cspg_html_9275863663:83:11772:11792 Swan Hills Swan Hill, Victoria +0.252753 sedimentology_html_4339244746 sedimentology_html_4339244746:774:50579:50585 Banner Hanson, Massachusetts +0.257983 aapg_aa_698.html aapg_aa_698.html:221:20762:20778 Muskeg Regina, Saskatchewan +0.477087 aapg_ai_352.html aapg_ai_352.html:118:8276:8282 Norton Decatur, Georgia +0.246422 cspg_html_4617311907 cspg_html_4617311907:48:9419:9430 Stony Creek New Brunswick, New Jersey +0.25758 aapg_ad_793.html aapg_ad_793.html:73:5418:5435 Hosston Coahuila +0.528756 aapg_ac_333.html aapg_ac_333.html:1131:134692:134712 San Andres New Mexico +0.490716 aapg_ad_564.html aapg_ad_564.html:4736:370015:370026 Skull Creek Cheyenne, Wyoming +0.2545 aapg_af_128.html aapg_af_128.html:378:39037:39043 Denver Denver +0.258937 aapg_aa_645.html aapg_aa_645.html:115:16095:16116 Green River Colorado +0.47167 gsa_html_4695276845 gsa_html_4695276845:1196:111519:111547 Green River Colorado +0.512425 gsa_html_7998821885 gsa_html_7998821885:29:2796:2824 Green River Colorado +0.224352 aapg_ae_907.html aapg_ae_907.html:4:738:753 Santa Margarita San Andreas Fault +0.479552 aapg_aa_97.html aapg_aa_97.html:297:19123:19133 Washington Cowlitz River +0.27995 aapg_ad_440.html aapg_ad_440.html:942:92893:92899 Warsaw Salem, Massachusetts +0.240578 AMJC_html_9551012488 AMJC_html_9551012488:385:34322:34342 Spences Bridge Victoria, British Columbia +0.919677 cspg_html_8928894270 cspg_html_8928894270:363:50281:50311 Nisku Canada +0.508896 gsa_html_4761254244 gsa_html_4761254244:706:65226:65254 Green River Colorado +0.25654 cspg_html_9729377176 cspg_html_9729377176:89:10509:10528 Pardonet Victoria, British Columbia +0.25599 cspg_html_6038396142 cspg_html_6038396142:29:4330:4348 Winnipeg Deer Island (Massachusetts) +0.26429 cspg_html_5697056884 cspg_html_5697056884:552:55069:55090 Winnipeg Regina, Saskatchewan +0.278775 gsa_html_5737673651 gsa_html_5737673651:341:30673:30689 Chinle California +0.243486 sedimentology_html_2791106313 sedimentology_html_2791106313:830:49287:49319 Cutler Colorado +0.272459 geology_html_5584127122 geology_html_5584127122:12:590:598 Colorado Denver +0.489048 aapg_ah_107.html aapg_ah_107.html:115:11058:11075 Tamabra Matamoros, Tamaulipas +0.258516 sedimentology_html_2550885329 sedimentology_html_2550885329:1969:109595:109620 Beaverhill Canada +0.250498 geology_html_6663105863 geology_html_6663105863:148:17344:17350 Sierra Salinas, California +0.484892 cspg_html_2625728726 cspg_html_2625728726:39:6989:7011 Granite Wash Middle East +0.485706 aapg_ad_440.html aapg_ad_440.html:572:55323:55329 Denmar Monroe County, Florida +0.272459 aapg_ai_49.html aapg_ai_49.html:852:107131:107150 Arapahoe Denver +0.500494 sedimentology_html_4278388483 sedimentology_html_4278388483:1025:61362:61370 Colorado Shreveport, Louisiana +0.495645 aapg_ae_28.html aapg_ae_28.html:882:66035:66044 Maquoketa Illinois +0.255474 cspg_html_4722013873 cspg_html_4722013873:20:1675:1701 Keg River Middle East +0.389412 cspg_html_1870927435 cspg_html_1870927435:193:26582:26613 Lime Creek Iowa +0.89568 aapg_af_947.html aapg_af_947.html:37:5244:5250 Dakota New Mexico +0.274551 cspg_html_7340411855 cspg_html_7340411855:96:13789:13806 Cardium Lacombe, Alberta +0.268243 aapg_af_397.html aapg_af_397.html:640:77548:77567 Entrada Entrada Sandstone +0.680898 aapg_aa_288.html aapg_aa_288.html:55:6741:6752 Mowry Colorado +0.245727 aapg_af_130.html aapg_af_130.html:122:23344:23352 Colorado Colorado +0.249775 cspg_html_2178758494 cspg_html_2178758494:285:37417:37436 Athabasca Lacombe, Alberta +0.502589 aapg_ad_267.html aapg_ad_267.html:69:6112:6130 Cotton Valley Paluxy, Texas +0.285558 cspg_html_6566356550 cspg_html_6566356550:51:9260:9281 Blind Fiord Canada +0.478541 gsa_html_9052101586 gsa_html_9052101586:457:54142:54152 Rock River Illinois +0.45927 gsa_html_9181545711 gsa_html_9181545711:710:67888:67914 Fountain Douglas County, Colorado +0.49824 aapg_ac_687.html aapg_ac_687.html:52:4588:4608 Fort Union Pinedale, California +0.47177 aapg_ah_779.html aapg_ah_779.html:302:56894:56906 New Scotland Knoxville, Tennessee +0.47873 aapg_ai_489.html aapg_ai_489.html:338:37460:37469 Allen Bay Little Cornwallis Island +0.501424 geology_html_9388710613 geology_html_9388710613:240:20910:20916 Morgan Earth +0.490728 sedimentology_html_9050173913 sedimentology_html_9050173913:1133:131155:131159 Hall London, Ontario +0.4956 aapg_ae_959.html aapg_ae_959.html:1415:102944:102954 San Andres Cloudcroft, New Mexico +0.262546 sedimentology_html_7728336591 sedimentology_html_7728336591:401:28842:28846 Hall London, Ontario +0.480194 AMJC_html_2702389713 AMJC_html_2702389713:1300:99812:99833 Waits River Bennington, Vermont +0.246007 jgeology_html_4937261141 jgeology_html_4937261141:484:46816:46826 Washington Seattle +0.518009 aapg_aa_112.html aapg_aa_112.html:63:6695:6714 Chugwater Cheyenne, Wyoming +0.256512 aapg_aa_567.html aapg_aa_567.html:18:2271:2286 Iatan Silver City, New Mexico +0.471156 gsa_html_9277559462 gsa_html_9277559462:406:47699:47705 Denver Colorado +0.244944 sedimentology_html_3455721661 sedimentology_html_3455721661:478:37201:37219 Todilto Entrada Sandstone +0.24549 aapg_ai_533.html aapg_ai_533.html:52:5619:5637 Colorado Colorado +0.467808 aapg_af_291.html aapg_af_291.html:545:59540:59558 Shublik California +0.274122 aapg_aa_232.html aapg_aa_232.html:225:24511:24517 Dakota New Mexico +0.484515 aapg_ac_486.html aapg_ac_486.html:51:7439:7445 Denver Cheyenne, Wyoming +0.281418 aapg_ac_912.html aapg_ac_912.html:19:2338:2359 Phosphoria Cheyenne, Wyoming +0.237614 gsa_html_8820488310 gsa_html_8820488310:881:79518:79526 Victoria Victoria, British Columbia +0.262626 sedimentology_html_2566540012 sedimentology_html_2566540012:1815:130598:130605 Spokane Washington (state) +0.272459 cspg_html_5889831809 cspg_html_5889831809:231:25586:25594 Columbia Lacombe, Alberta +0.49712 geology_html_8596179481 geology_html_8596179481:193:16662:16671 Esperanza Whittier, Alaska +0.249488 cspg_html_2650073471 cspg_html_2650073471:8:793:803 Milk River Lacombe, Alberta +0.497555 cspg_html_7587979364 cspg_html_7587979364:669:47533:47548 Leduc Lacombe, Alberta +0.246 aapg_aa_698.html aapg_aa_698.html:13:1592:1598 Muskeg Canada +0.466336 palaios_html_1064392617 palaios_html_1064392617:527:32643:32647 Kano Middle East +0.242554 cspg_html_2492063773 cspg_html_2492063773:12:947:969 Trent River Qualicum River +0.254012 cspg_html_4193503340 cspg_html_4193503340:12:1489:1496 Pakowki Lacombe, Alberta +0.259908 aapg_ak_64.html aapg_ak_64.html:74:8352:8383 Charles Regina, Saskatchewan +0.47136 gsa_html_2853817533 gsa_html_2853817533:1023:71349:71358 Flagstaff Cheyenne, Wyoming +0.2583 aapg_ad_52.html aapg_ad_52.html:672:73333:73341 Michigan Michigan +0.24206 aapg_ah_429.html aapg_ah_429.html:359:18203:18217 Word West Texas +0.191308 aapg_aa_23.html aapg_aa_23.html:475:56233:56257 Stony Mountain Red River of the North +0.48705 jgeology_html_6175642561 jgeology_html_6175642561:848:50977:50999 Heath .nz +0.24948 cspg_html_7325522863 cspg_html_7325522863:152:23578:23594 Horseshoe Canyon Milk River, Alberta +0.491303 aapg_ae_241.html aapg_ae_241.html:30:2889:2899 Fort Scott Henrietta, New York +0.261522 aapg_ae_526.html aapg_ae_526.html:131:13564:13581 Rodessa Henderson County, Texas +0.48858 aapg_ae_981.html aapg_ae_981.html:282:24302:24312 Bainbridge Bainbridge, Georgia +0.497376 aapg_af_397.html aapg_af_397.html:5:821:838 Todilto Entrada Sandstone +0.25584 gsa_html_8793864878 gsa_html_8793864878:799:81565:81572 Madison Antarctica +0.248412 aapg_af_868.html aapg_af_868.html:486:36806:36821 Atoka Brentwood, Essex +0.487072 aapg_ah_973.html aapg_ah_973.html:180:15679:15689 Coon Creek Adamsville, Tennessee +0.254478 cspg_html_6517402834 cspg_html_6517402834:228:21761:21784 Willow Creek Lacombe, Alberta +0.258063 aapg_ae_17.html aapg_ae_17.html:204:25512:25521 San Pedro Durango, Durango +0.257983 cspg_html_2498183035 cspg_html_2498183035:6:514:534 Swan Hills Lacombe, Alberta +0.493189 aapg_af_628.html aapg_af_628.html:198:19831:19840 Aux Vases Illinois +0.475566 cspg_html_4680797491 cspg_html_4680797491:385:39077:39085 Columbia Victoria, British Columbia +0.47874 aapg_ai_898.html aapg_ai_898.html:69:8107:8116 Van Buren Bloomington, Indiana +0.25806 aapg_af_575.html aapg_af_575.html:297:39395:39400 Atoka Ouachita Parish, Louisiana +0.481076 palaios_html_9408587909 palaios_html_9408587909:295:30686:30717 Liard Victoria, British Columbia +0.260036 aapg_ai_4.html aapg_ai_4.html:32:4435:4441 Cierbo San Pablo Bay National Wildlife Refuge +0.38 palaios_html_3962337036 palaios_html_3962337036:663:56384:56404 Pottsville Alabama +0.254701 sedimentology_html_1958297829 sedimentology_html_1958297829:62:5149:5175 Monterey California +0.497034 gsa_html_8517233795 gsa_html_8517233795:671:61507:61525 Monterey California +0.253482 cspg_html_6306091047 cspg_html_6306091047:401:57264:57283 Pardonet Victoria, British Columbia +0.230808 aapg_ac_201.html aapg_ac_201.html:696:69859:69873 Lisburne Canning River (Alaska) +0.508464 aapg_ah_622.html aapg_ah_622.html:84:9834:9842 Niobrara Western world +0.491694 geology_html_7840246108 geology_html_7840246108:254:26405:26417 Midway Texas +0.257536 gsa_html_2023933346 gsa_html_2023933346:297:32486:32505 Silverado Durham, North Carolina +0.262584 sedimentology_html_3249810649 sedimentology_html_3249810649:320:22173:22190 Frisco South Africa +0.45448 aapg_ae_72.html aapg_ae_72.html:13:2331:2342 Uncompahgre Kaibab, Arizona +0.253272 aapg_af_614.html aapg_af_614.html:70:5749:5768 Smackover Cotton Valley, Louisiana +0.251643 aapg_af_48.html aapg_af_48.html:597:51925:51942 Bluff Wisconsin +0.232224 aapg_ae_904.html aapg_ae_904.html:308:32500:32508 Niobrara Black Hills +0.243033 cspg_html_4326384800 cspg_html_4326384800:1035:152486:152506 Waterways Swan Hill, Victoria +0.240937 gsa_html_1248731493 gsa_html_1248731493:134:13147:13155 Columbia Victoria, British Columbia +0.269336 aapg_ah_546.html aapg_ah_546.html:39:4492:4498 Denver Colorado +0.254944 cspg_html_2954223000 cspg_html_2954223000:1233:162274:162279 Weeks Tulsa, Oklahoma +0.254881 cspg_html_8247666269 cspg_html_8247666269:537:62818:62839 Christopher Canada +0.277112 palaios_html_3609052527 palaios_html_3609052527:498:47907:47925 Yorktown Virginia +0.488448 aapg_ah_320.html aapg_ah_320.html:100:11234:11243 Tuscarora Huntington, West Virginia +0.481265 cspg_html_4943597281 cspg_html_4943597281:107:12689:12712 Viking Lacombe, Alberta +0.265216 aapg_ad_691.html aapg_ad_691.html:75:8401:8411 Duck Creek Red River of the North +0.255786 cspg_html_5779937878 cspg_html_5779937878:47:5584:5607 Grand Rapids Clearwater, Florida +0.90534 cspg_html_2650524233 cspg_html_2650524233:90:12879:12896 Eastend Regina, Saskatchewan +0.477347 sedimentology_html_9906287852 sedimentology_html_9906287852:834:69138:69156 Evanston Absaroka +0.4675 aapg_ae_885.html aapg_ae_885.html:241:24614:24620 Cutler Arizona +0.27666 aapg_ad_247.html aapg_ad_247.html:9:742:748 Oregon California +0.470782 aapg_ac_71.html aapg_ac_71.html:565:66686:66703 Dunlap Tonopah, Arizona +0.472688 jgeology_html_9902817849 jgeology_html_9902817849:147:10056:10068 Medicine Bow Cheyenne, Wyoming +0.274551 aapg_af_725.html aapg_af_725.html:191:20173:20178 Price California +0.279697 aapg_ah_869.html aapg_ah_869.html:3:463:469 Dakota Colorado +0.25908 aapg_ae_777.html aapg_ae_777.html:8:1187:1211 Espiritu Santo Colorado +0.250745 aapg_ac_333.html aapg_ac_333.html:322:42873:42888 Supai New Mexico +0.509467 aapg_ai_762.html aapg_ai_762.html:239:21147:21158 San Antonio London, Ontario +0.242554 sedimentology_html_2139169476 sedimentology_html_2139169476:26:1660:1669 Peninsula Korea +0.479912 aapg_ac_6.html aapg_ac_6.html:315:21399:21433 Neuville Quebec City +0.47864 aapg_af_858.html aapg_af_858.html:120:11541:11547 Guelph Cedarville, California +0.25235 palaios_html_1803946422 palaios_html_1803946422:21:1181:1198 Denver Hell Creek Formation +0.238023 cspg_html_5541725202 cspg_html_5541725202:640:77419:77429 Cumberland Bridgetown, Nova Scotia +0.372442 palaios_html_3105248303 palaios_html_3105248303:842:84640:84659 Fairview Kentucky +0.510976 aapg_ae_305.html aapg_ae_305.html:1238:113203:113220 Naheola Alabama +0.244 jgeology_html_9410843157 jgeology_html_9410843157:759:44605:44616 Devils Hole Reno, Nevada +0.269312 aapg_ac_419.html aapg_ac_419.html:571:67416:67446 Otter California +0.265029 aapg_aa_789.html aapg_aa_789.html:109:12955:12961 Morgan Boise, Idaho +0.267764 sedimentology_html_4185931185 sedimentology_html_4185931185:613:52774:52798 El Paso Texas +0.255987 gsa_html_6967102683 gsa_html_6967102683:795:68766:68774 Columbia Earth +0.26977 gsa_html_7102550258 gsa_html_7102550258:1723:152154:152165 Summerville Logan, Utah +0.254925 cspg_html_1984085623 cspg_html_1984085623:49:7457:7469 Saskatchewan Victoria, British Columbia +0.246456 gsa_html_9979192554 gsa_html_9979192554:1069:99450:99474 Tindir Anchorage, Alaska +0.26574 cspg_html_9354781888 cspg_html_9354781888:1027:70876:70900 Amaranth Manitoba +0.472948 aapg_ah_157.html aapg_ah_157.html:150:20062:20078 Nepean Wisconsin +0.251604 aapg_ac_295.html aapg_ac_295.html:128:11745:11754 Mesaverde Wasatch Range +0.470916 sedimentology_html_2487544504 sedimentology_html_2487544504:2891:74895:74913 Monterey California +0.49868 aapg_ac_741.html aapg_ac_741.html:230:25314:25326 Pierre Sharon Springs, Kansas +0.494334 cspg_html_4105062490 cspg_html_4105062490:9:888:908 Dawson Bay Regina, Saskatchewan +0.486266 aapg_aa_305.html aapg_aa_305.html:114:16704:16721 Chipola Melbourne, Florida +0.487622 gsa_html_2803067273 gsa_html_2803067273:49:5378:5384 Antler Ruby Mountains Wilderness +0.673836 cspg_html_6331977039 cspg_html_6331977039:109:11248:11276 Eleanor River Little Cornwallis Island +0.4675 geology_html_1484290235 geology_html_1484290235:170:20296:20306 Wind River Gallatin, Tennessee +0.485982 cspg_html_8121999081 cspg_html_8121999081:68:7730:7750 Blackstone Lacombe, Alberta +0.46645 palaios_html_5582845937 palaios_html_5582845937:306:30420:30428 Virginia Hampton, New Hampshire +0.478 aapg_ah_330.html aapg_ah_330.html:605:46658:46674 Llajas Ventura County, California +0.4982 aapg_af_308.html aapg_af_308.html:415:50297:50307 Pocahontas Huntington, West Virginia +0.257556 aapg_ac_532.html aapg_ac_532.html:41:7554:7569 Diablo Llano, Texas +0.16665 aapg_ae_305.html aapg_ae_305.html:1371:129772:129777 Colon Maracaibo +0.50191 aapg_ac_672.html aapg_ac_672.html:85:6952:6966 Salina Wayne County, Michigan +0.484059 palaios_html_4745554613 palaios_html_4745554613:741:68730:68768 Kaskapau London, Ontario +0.499174 cspg_html_8298261690 cspg_html_8298261690:708:69399:69415 Viking Lacombe, Alberta +0.248776 palaios_html_7565718144 palaios_html_7565718144:16:757:769 Cooking Lake Lacombe, Alberta +0.468216 gsa_html_2717448156 gsa_html_2717448156:1249:119911:119935 Gog Victoria, British Columbia +0.36114 aapg_ai_105.html aapg_ai_105.html:364:45460:45490 Morgan Uinta Mountains +0.240937 aapg_ah_779.html aapg_ah_779.html:541:103482:103499 Parting Colorado +0.24941 cspg_html_1784868850 cspg_html_1784868850:434:43603:43611 Columbia Victoria, British Columbia +0.45612 aapg_ai_584.html aapg_ai_584.html:915:96171:96189 Fairbank Black Hills +0.2465 aapg_af_54.html aapg_af_54.html:163:19619:19627 Woodford Nashville Basin +0.261096 cspg_html_1624547765 cspg_html_1624547765:440:45358:45366 Grosmont Lacombe, Alberta +0.46848 geology_html_2490144372 geology_html_2490144372:183:18899:18907 Colorado Raleigh, North Carolina +0.232155 aapg_ac_924.html aapg_ac_924.html:303:31704:31712 Tensleep Des Moines, Washington +0.495645 cspg_html_5241714595 cspg_html_5241714595:247:38467:38477 Horn River Regina, Saskatchewan +0.494648 aapg_ae_391.html aapg_ae_391.html:325:29655:29661 Salado Delaware +0.688562 geology_html_5825799037 geology_html_5825799037:77:6657:6677 Sheep Pass Reno, Nevada +0.250325 aapg_ae_992.html aapg_ae_992.html:166:15584:15602 Moenkopi Colorado Plateau +0.530334 aapg_ah_779.html aapg_ah_779.html:507:95558:95564 Amsden Boise, Idaho +0.486156 gsa_html_1154444143 gsa_html_1154444143:1028:79595:79603 Santiago Chile +0.47874 aapg_af_537.html aapg_af_537.html:79:9459:9467 Virginia Reston, Virginia +0.263472 aapg_ah_165.html aapg_ah_165.html:532:56227:56244 Cardium Lacombe, Alberta +0.509694 aapg_aa_415.html aapg_aa_415.html:73:11652:11657 Tokio Western world +0.45312 aapg_ac_629.html aapg_ac_629.html:170:23290:23296 Lissie Oberlin, Ohio +0.490116 aapg_ah_645.html aapg_ah_645.html:463:55243:55250 Rierdon East Asia +0.254015 sedimentology_html_9856339723 sedimentology_html_9856339723:1172:58834:58902 Extension Laramie, Wyoming +0.273513 aapg_ai_763.html aapg_ai_763.html:56:7198:7205 Hosston East Texas +0.272475 cspg_html_5141367518 cspg_html_5141367518:155:23706:23727 Belly River Milk River, Alberta +0.48093 aapg_aa_779.html aapg_aa_779.html:91:8230:8245 Sespe California +0.250901 aapg_ae_419.html aapg_ae_419.html:300:38529:38544 Coban Veracruz, Veracruz +0.275088 cspg_html_2873888604 cspg_html_2873888604:11:1176:1185 Baldonnel Canada +0.267806 cspg_html_1019614994 cspg_html_1019614994:216:33821:33838 Wabamun Lacombe, Alberta +0.46746 cspg_html_3740794265 cspg_html_3740794265:558:50700:50732 Montney Lacombe, Alberta +0.251502 palaios_html_7341451922 palaios_html_7341451922:1265:102039:102043 Hall Gulf of Aden +0.250852 cspg_html_9957758447 cspg_html_9957758447:257:36913:36946 Birdbear Williston Basin +0.264698 AMJC_html_6759408618 AMJC_html_6759408618:135:12909:12938 Laurentian Hamburg +0.476341 aapg_aa_662.html aapg_aa_662.html:14:1970:1977 Venango Pleasantville, Venango County, Pennsylvania +0.368775 aapg_ac_585.html aapg_ac_585.html:201:21620:21638 Woodbine Arkansas +0.269878 geology_html_8979691507 geology_html_8979691507:181:20088:20094 Oregon Washington (state) +0.503126 gsa_html_4071231613 gsa_html_4071231613:1060:107209:107215 Oregon Boise, Idaho +0.251 aapg_ae_68.html aapg_ae_68.html:94:11551:11557 Moleen Reno, Nevada +0.48144 aapg_aa_633.html aapg_aa_633.html:298:27275:27293 Lane Veracruz, Veracruz +0.477904 cspg_html_4666332434 cspg_html_4666332434:396:66670:66686 Oldman Lacombe, Alberta +0.261602 cspg_html_3103886269 cspg_html_3103886269:26:3178:3200 Winnipegosis Regina, Saskatchewan +0.26606 aapg_ad_466.html aapg_ad_466.html:766:84099:84107 Monmouth Monmouth County, New Jersey +0.495876 cspg_html_3404912985 cspg_html_3404912985:685:99863:99884 Belly River Lacombe, Alberta +0.2751 aapg_ah_122.html aapg_ah_122.html:71:6598:6619 Black River Delaware +0.501492 aapg_ad_69.html aapg_ad_69.html:191:14981:14994 Gypsum Spring Fort Union Trading Post National Historic Site +0.249498 sedimentology_html_5673709888 sedimentology_html_5673709888:1504:77717:77725 Hawthorn Ocala, Florida +0.493299 cspg_html_7224910454 cspg_html_7224910454:178:16351:16363 Exshaw Alta, Utah +0.462336 aapg_ai_974.html aapg_ai_974.html:3:182:192 Washington Washington (state) +0.247434 cspg_html_6255491344 cspg_html_6255491344:87:13239:13257 Kootenay Cairns, Queensland +0.242536 cspg_html_9905904289 cspg_html_9905904289:6:527:546 Paskapoo Regina, Saskatchewan +0.220731 cspg_html_7409170811 cspg_html_7409170811:684:78788:78796 Colorado Denver +0.254015 cspg_html_3328007773 cspg_html_3328007773:113:15108:15123 Gates Lacombe, Alberta +0.49056 aapg_ad_801.html aapg_ad_801.html:113:12828:12845 Naheola Alabama +0.263153 aapg_ad_628.html aapg_ad_628.html:133:15235:15244 Mansfield Shreveport, Louisiana +0.256975 aapg_ae_113.html aapg_ae_113.html:124:16281:16308 Peel Wales Island (British Columbia) +0.525192 aapg_ac_984.html aapg_ac_984.html:205:18792:18810 Eminence Trempealeau, Wisconsin +0.258912 aapg_ad_864.html aapg_ad_864.html:36:4672:4678 Ripley Knoxville, Tennessee +0.491748 gsa_html_9301126081 gsa_html_9301126081:916:80107:80112 Yager California +0.4554 cspg_html_4785922166 cspg_html_4785922166:688:70419:70447 Prairie Regina, Saskatchewan +0.370978 cspg_html_5688447798 cspg_html_5688447798:154:22766:22786 Blue Fiord Ellesmere Island +0.433839 aapg_ah_329.html aapg_ah_329.html:333:33038:33045 Sisquoc Monterey, California +0.251779 aapg_af_561.html aapg_af_561.html:428:39341:39353 Wasatch Wasatch Range +0.258462 aapg_ah_486.html aapg_ah_486.html:193:18827:18843 Pottsville Western world +0.26163 aapg_ai_143.html aapg_ai_143.html:30:3588:3609 Belly River Southern Alberta +0.248003 aapg_ad_217.html aapg_ad_217.html:296:31610:31633 Jackson Melbourne, Florida +0.922558 aapg_ac_749.html aapg_ac_749.html:19:2342:2353 Collingwood Georgian Bay +0.46718 AMJC_html_5866196579 AMJC_html_5866196579:548:54528:54534 Oxford England +0.49256 aapg_af_142.html aapg_af_142.html:220:27441:27460 Cotton Valley East Texas +0.256 cspg_html_3521815736 cspg_html_3521815736:255:35695:35699 Toad Western world +0.278775 AMJC_html_1873062106 AMJC_html_1873062106:1166:120572:120587 Mesaverde Logan, Utah +0.479245 aapg_ak_76.html aapg_ak_76.html:124:18154:18169 Cibao Puerto Rico +0.457924 aapg_ac_870.html aapg_ac_870.html:9:968:984 Bowen Middle East +0.272459 aapg_af_128.html aapg_af_128.html:110:10994:11002 Fairbank Hartville, Missouri +0.851292 aapg_ah_5.html aapg_ah_5.html:2264:150753:150768 Conasauga Manitoba +0.255474 aapg_ae_370.html aapg_ae_370.html:634:63259:63284 Pittsburg Bluff Salem, Oregon +0.501804 cspg_html_4269474759 cspg_html_4269474759:5:246:253 Bearpaw Lacombe, Alberta +0.274432 aapg_ae_884.html aapg_ae_884.html:372:48633:48651 Frontier Cheyenne, Wyoming +0.265734 aapg_ah_828.html aapg_ah_828.html:491:45793:45801 Sundance Cheyenne, Wyoming +0.201563 aapg_ad_908.html aapg_ad_908.html:381:41194:41203 Rio Negro Maracaibo +0.257 aapg_ac_324.html aapg_ac_324.html:265:36168:36191 Willard Strawberry Creek +0.508539 aapg_af_568.html aapg_af_568.html:297:30387:30410 Dakota Iles +0.2678 cspg_html_4341656515 cspg_html_4341656515:564:51389:51398 Mackenzie Lacombe, Alberta +0.51015 aapg_ac_832.html aapg_ac_832.html:82:11193:11199 Ashern Manitoba +0.458393 aapg_ah_687.html aapg_ah_687.html:462:63219:63253 Prairie Western world +0.280864 aapg_ah_530.html aapg_ah_530.html:223:25813:25820 Sly Gap New Mexico +0.503562 aapg_ah_622.html aapg_ah_622.html:203:20037:20053 Dakota Cheyenne, Wyoming +0.27348 aapg_af_811.html aapg_af_811.html:510:43513:43518 Piper Rutherford County, Tennessee +0.487622 aapg_ae_817.html aapg_ae_817.html:344:30390:30396 Denver Colorado +0.5088 aapg_af_131.html aapg_af_131.html:203:20186:20198 Chinle Delaware +0.270908 AMJC_html_8619525948 AMJC_html_8619525948:65:8713:8731 Wamsutta Attleboro, Massachusetts +0.249488 cspg_html_8231573314 cspg_html_8231573314:490:39357:39380 Montney Canada +0.383724 cspg_html_1293312960 cspg_html_1293312960:22:2649:2655 Perija Beaumont, Texas +0.476238 aapg_ai_7.html aapg_ai_7.html:121:10588:10615 Mt Lytton Austin, Chicago +0.493776 sedimentology_html_5491116647 sedimentology_html_5491116647:27:2034:2040 Moscow Russia +0.268224 cspg_html_3178645840 cspg_html_3178645840:426:50022:50039 Halfway Victoria, British Columbia +0.245514 gsa_html_2098291403 gsa_html_2098291403:451:40849:40855 Oregon Washington (state) +0.9139 aapg_ac_881.html aapg_ac_881.html:305:36245:36254 Roubidoux Gasconade River +0.481873 aapg_ad_954.html aapg_ad_954.html:363:37695:37704 Roubidoux Arbuckle, California +0.493084 aapg_ad_335.html aapg_ad_335.html:328:39517:39540 Battle Fort Union Trading Post National Historic Site +0.271584 aapg_ah_105.html aapg_ah_105.html:40:6361:6364 Abo New Mexico +0.256542 aapg_af_785.html aapg_af_785.html:369:37036:37048 Reklaw Carrizo Plain +0.250985 aapg_ai_17.html aapg_ai_17.html:1562:112417:112427 Rio Grande Matamoros, Tamaulipas +0.484059 AMJC_html_4504848787 AMJC_html_4504848787:62:8805:8827 Mechum River Batesville, Arkansas +0.43472 cspg_html_5220068638 cspg_html_5220068638:182:21794:21805 Belly River Lacombe, Alberta +0.24849 cspg_html_9941518291 cspg_html_9941518291:517:75429:75452 Barlow Inlet Douro DOC +0.496544 aapg_aa_147.html aapg_aa_147.html:962:98063:98072 Red River Regina, Saskatchewan +0.502494 aapg_af_895.html aapg_af_895.html:365:33494:33510 Abrigo Arizona +0.274432 aapg_ad_542.html aapg_ad_542.html:84:12157:12175 Frontier Aspen, Colorado +0.453134 aapg_aa_575.html aapg_aa_575.html:3:391:397 Hinton Arkansas +0.256522 gsa_html_7309078733 gsa_html_7309078733:13:557:567 Las Cruces New Mexico +0.499465 aapg_ah_253.html aapg_ah_253.html:356:40766:40786 San Andres Sacramento, California +0.249159 cspg_html_3233680622 cspg_html_3233680622:50:6634:6652 Eureka Sound Ellesmere Island +0.361368 aapg_ad_427.html aapg_ad_427.html:160:16550:16559 Smackover East Texas +0.503608 aapg_ak_51.html aapg_ak_51.html:103:10224:10231 Hosston Tuscaloosa, Alabama +0.495726 gsa_html_7884891021 gsa_html_7884891021:202:24666:24683 Montevideo Gneiss Montevideo, Minnesota +0.499278 aapg_ac_333.html aapg_ac_333.html:424:54576:54591 Supai Grand Canyon +0.469887 cspg_html_6472484014 cspg_html_6472484014:427:44078:44098 La Vieille New Brunswick, New Jersey +0.2575 cspg_html_2820961138 cspg_html_2820961138:102:14999:15015 Viking Lacombe, Alberta +0.254015 aapg_ad_318.html aapg_ad_318.html:329:36122:36138 Salina Guelph +0.249879 aapg_aa_110.html aapg_aa_110.html:60:8733:8754 Green River Wasatch Range +0.443232 aapg_aa_507.html aapg_aa_507.html:41:4903:4911 Nacatoch Selma to Montgomery marches +0.252396 sedimentology_html_9626990209 sedimentology_html_9626990209:1267:96041:96056 Mesaverde Cheyenne, Wyoming +0.482724 geology_html_2489830923 geology_html_2489830923:92:6552:6562 San Felipe Sonora +0.487705 gsa_html_6779427059 gsa_html_6779427059:66:4833:4861 Green River Colorado +0.255488 aapg_ae_539.html aapg_ae_539.html:385:49084:49097 Woodside Sapelo Island +0.36084 aapg_ai_44.html aapg_ai_44.html:197:30100:30106 Perija Cordillera Administrative Region +0.447 AMJC_html_3632105729 AMJC_html_3632105729:468:66382:66392 Washington Boise, Idaho +0.509402 aapg_af_775.html aapg_af_775.html:338:23031:23046 Catahoula Oakville, California +0.499275 gsa_html_5625878232 gsa_html_5625878232:726:81347:81375 Green River Iran +0.492143 aapg_ac_301.html aapg_ac_301.html:186:21759:21775 Bighorn Dolomite Boise, Idaho +0.259017 aapg_ai_334.html aapg_ai_334.html:111:12470:12482 Todos Santos Mexico +0.248776 aapg_ac_805.html aapg_ac_805.html:475:61149:61162 Baca New Mexico +0.482924 gsa_html_9363684355 gsa_html_9363684355:29:2796:2824 Green River Colorado +0.4752 cspg_html_4614759573 cspg_html_4614759573:531:69079:69090 Kunga Charlotte Amalie, United States Virgin Islands +0.474089 aapg_af_854.html aapg_af_854.html:1103:155717:155735 Golconda Illinois +0.26112 cspg_html_4165571187 cspg_html_4165571187:26:3172:3177 Queen Canada +0.264096 palaios_html_2339045630 palaios_html_2339045630:197:27943:27951 Virginia Knoxville, Tennessee +0.270399 cspg_html_7985076717 cspg_html_7985076717:79:8939:8953 Thumb Mountain Middle East +0.501144 aapg_ah_645.html aapg_ah_645.html:344:41574:41592 Rierdon Williston, Vermont +0.487494 aapg_ac_807.html aapg_ac_807.html:21:2438:2452 Matawan Monmouth +0.263682 aapg_ai_321.html aapg_ai_321.html:212:29458:29467 Matagalpa Matagalpa +0.488516 cspg_html_1893593837 cspg_html_1893593837:187:15304:15320 Bad Cache Rapids Churchill River (Atlantic) +0.48048 aapg_ah_10.html aapg_ah_10.html:425:59258:59271 Santa Barbara California +0.509409 aapg_af_785.html aapg_af_785.html:90:9323:9343 Sabine Alabama +0.261615 aapg_ac_788.html aapg_ac_788.html:45:7549:7562 Barnett South America +0.499554 AMJC_html_5969956211 AMJC_html_5969956211:517:73735:73753 Morrison Reno, Nevada +0.472875 geology_html_4318757553 geology_html_4318757553:32:2066:2074 Colorado California +0.271245 cspg_html_1114211412 cspg_html_1114211412:330:46302:46327 Fernie Victoria, British Columbia +0.266255 palaios_html_2449649505 palaios_html_2449649505:520:59907:59913 Chinle New Mexico +0.256011 jgeology_html_6388378441 jgeology_html_6388378441:302:22922:22943 Berino Wisconsin +0.255892 aapg_aa_24.html aapg_aa_24.html:597:70802:70818 Sans Sault Sault Ste. Marie, Ontario +0.247486 sedimentology_html_5839333856 sedimentology_html_5839333856:1178:87495:87503 San Jose California +0.485051 geology_html_1087495553 geology_html_1087495553:64:5928:5967 Exshaw Canada +0.256386 sedimentology_html_2601136107 sedimentology_html_2601136107:1244:80069:80091 Seven Rivers New Mexico +0.261021 sedimentology_html_8926418472 sedimentology_html_8926418472:901:84754:84772 Frontier Cheyenne, Wyoming +0.47058 cspg_html_4516258038 cspg_html_4516258038:237:24129:24142 Parry Islands Bathurst Island (Northern Territory) +0.233562 aapg_ah_414.html aapg_ah_414.html:128:9612:9629 Madison Colorado +0.4318 aapg_aa_158.html aapg_aa_158.html:6:1125:1143 Morrison Cheyenne, Wyoming +0.463175 cspg_html_8662646956 cspg_html_8662646956:65:11926:11936 Pine Point Waterloo, Ontario +0.24264 cspg_html_7833083677 cspg_html_7833083677:3512:265670:265689 Stonewall Manitoba +0.50944 cspg_html_5976982403 cspg_html_5976982403:29:5483:5498 Siyeh Purcell Mountains +0.48144 aapg_ad_380.html aapg_ad_380.html:3:175:192 Laramie Colorado +0.26394 aapg_aa_399.html aapg_aa_399.html:626:62071:62083 North Branch Colorado +0.848782 cspg_html_3473883402 cspg_html_3473883402:260:41409:41424 Nisku Edmonton, London +0.500963 sedimentology_html_7969365301 sedimentology_html_7969365301:64:4116:4125 Peninsula Kamchatka Peninsula +0.511755 aapg_ac_475.html aapg_ac_475.html:287:39309:39327 Monterey California +0.486604 aapg_ah_456.html aapg_ah_456.html:224:34779:34787 Michigan London, Ontario +0.261612 aapg_ah_194.html aapg_ah_194.html:368:39084:39108 Wolfcamp New Mexico +0.278528 gsa_html_6330913937 gsa_html_6330913937:946:85696:85715 Imperial Palm Springs, California +0.491582 aapg_aa_25.html aapg_aa_25.html:81:7176:7184 Wolfcamp Hermosa, Chicago +0.491008 cspg_html_8266552811 cspg_html_8266552811:68:8602:8618 Viking Lacombe, Alberta +0.255188 aapg_af_880.html aapg_af_880.html:586:90908:90918 Phosphoria Kaibab, Arizona +0.248496 cspg_html_8128756616 cspg_html_8128756616:16:2043:2052 Athabasca CFB Cold Lake +0.480072 aapg_ac_545.html aapg_ac_545.html:32:5176:5184 Columbia Victoria, British Columbia +0.264132 aapg_ai_593.html aapg_ai_593.html:1417:149110:149125 Sligo Texas +0.449798 palaios_html_4010001639 palaios_html_4010001639:219:21162:21168 Oxford Storrs, Connecticut +0.829597 cspg_html_4270552951 cspg_html_4270552951:188:27308:27317 Newcastle Swan River, Manitoba +0.262913 palaios_html_4936782265 palaios_html_4936782265:398:44642:44673 Kope Netherlands +0.265738 cspg_html_4031489103 cspg_html_4031489103:140:19243:19261 Aldridge Purcell Mountains +0.26977 jgeology_html_4305195651 jgeology_html_4305195651:3009:213162:213172 Pottsville Pottsville, Pennsylvania +0.255024 aapg_ai_584.html aapg_ai_584.html:64:6095:6113 Tensleep Brainerd, Minnesota +0.247835 sedimentology_html_1116078090 sedimentology_html_1116078090:1635:105215:105241 Monterey California +0.263168 sedimentology_html_9204820208 sedimentology_html_9204820208:1459:114720:114729 San Diego California +0.4747 gsa_html_9579641184 gsa_html_9579641184:64:6214:6227 West Foreland Cook Inlet +0.444059 aapg_ae_324.html aapg_ae_324.html:1115:111246:111254 Moccasin Knoxville, Tennessee +0.27404 gsa_html_6142651299 gsa_html_6142651299:411:37457:37465 Rockwell California +0.26563 aapg_ai_66.html aapg_ai_66.html:150:12811:12819 Colorado Loveland, Ohio +0.483492 aapg_aa_852.html aapg_aa_852.html:76:7836:7840 Frio Jackson County, Missouri +0.50024 cspg_html_9011256422 cspg_html_9011256422:462:54864:54872 Columbia Victoria, British Columbia +0.246813 sedimentology_html_7045398856 sedimentology_html_7045398856:901:43085:43091 Laguna Rio Hondo, Texas +0.338952 aapg_ac_92.html aapg_ac_92.html:95:10426:10441 Atoka Ouachita Mountains +0.503382 gsa_html_5773604426 gsa_html_5773604426:188:19424:19438 Frio Shreveport, Louisiana +0.268324 sedimentology_html_9657494495 sedimentology_html_9657494495:438:43796:43803 Deville Trinidad and Tobago +0.253968 cspg_html_2419618566 cspg_html_2419618566:501:64320:64357 Slave Point Anchorage, Alaska +0.492036 cspg_html_2737820587 cspg_html_2737820587:8:823:841 Grosmont Lacombe, Alberta +0.25449 aapg_aa_928.html aapg_aa_928.html:175:16954:16959 Yegua Oakville, California +0.497424 gsa_html_3445493534 gsa_html_3445493534:572:64382:64400 Monterey California +0.4883 aapg_af_614.html aapg_af_614.html:77:6364:6383 Smackover Haynesville, Louisiana +0.255915 cspg_html_1019614994 cspg_html_1019614994:491:84646:84650 Bond Lacombe, Alberta +0.264668 sedimentology_html_3907918417 sedimentology_html_3907918417:1475:121878:121886 Columbia Lacombe, Alberta +0.253482 aapg_ai_816.html aapg_ai_816.html:512:88626:88642 Hertha Kansas City, Kansas +0.50976 geology_html_1186396673 geology_html_1186396673:13:592:604 Saskatchewan Saskatoon +0.905346 cspg_html_3328007773 cspg_html_3328007773:113:14877:14900 Viking Western world +0.278146 cspg_html_3732003228 cspg_html_3732003228:215:27591:27596 Price Lacombe, Alberta +0.25647 aapg_aa_654.html aapg_aa_654.html:39:6754:6771 Tererro Sangre de Cristo Range +0.251883 gsa_html_4308966435 gsa_html_4308966435:1298:128093:128107 Cedar Mountain Colorado +0.243302 sedimentology_html_6083350152 sedimentology_html_6083350152:668:50981:50990 Sheffield Sheffield station +0.257868 aapg_af_143.html aapg_af_143.html:326:31506:31527 Otter Gold Beach +0.491582 aapg_ad_306.html aapg_ad_306.html:332:40993:40997 Omoa San Pedro Sula +0.268822 aapg_af_455.html aapg_af_455.html:12:2057:2070 Lee Kentucky +0.504137 aapg_ae_959.html aapg_ae_959.html:1513:109029:109049 San Andres Guadalupe Mountains National Park +0.253008 geology_html_7592521144 geology_html_7592521144:323:24360:24366 Walker London, Ontario +0.252973 cspg_html_8568877195 cspg_html_8568877195:178:30045:30063 Foremost Regina, Saskatchewan +0.254338 jgeology_html_2809998069 jgeology_html_2809998069:106:4784:4806 Pondville Conglomerate Newport, Rhode Island +0.530491 aapg_ah_521.html aapg_ah_521.html:9:1553:1560 Carrizo Appalachia +0.457924 aapg_ac_413.html aapg_ac_413.html:278:22808:22823 Bouse Arizona +0.72525 AMJC_html_3305618972 AMJC_html_3305618972:1973:162395:162415 Ammonoosuc Volcanics New Hampshire +0.487863 aapg_af_95.html aapg_af_95.html:190:16471:16488 Paluxy Burnett County, Wisconsin +0.261576 cspg_html_4341656515 cspg_html_4341656515:338:33937:33954 Prophet Western world +0.864675 aapg_ae_419.html aapg_ae_419.html:2154:147884:147894 Agua Nueva Matamoros, Tamaulipas +0.267716 AMJC_html_5390933660 AMJC_html_5390933660:194:21370:21381 Waits River New Hampshire +0.2605 sedimentology_html_3200584564 sedimentology_html_3200584564:297:22942:22960 Kaskapau Victoria, British Columbia +0.253302 cspg_html_9493908895 cspg_html_9493908895:59:5658:5670 Cardium Grand Prairie, Texas +0.264708 gsa_html_6499317047 gsa_html_6499317047:673:55216:55221 Price Arctic Cordillera +0.239117 geology_html_1168493558 geology_html_1168493558:173:15713:15718 Rapid Atacama Large Millimeter Array +0.499465 jgeology_html_2837808723 jgeology_html_2837808723:1462:75983:75987 Hall London, Ontario +0.250976 cspg_html_5832944175 cspg_html_5832944175:35:4846:4854 Columbia Victoria, British Columbia +0.253991 aapg_ac_517.html aapg_ac_517.html:210:27916:27924 Colorado Milk River, Alberta +0.264638 aapg_ac_575.html aapg_ac_575.html:360:55779:55790 Wood Canyon Boise, Idaho +0.508248 aapg_ae_958.html aapg_ae_958.html:77:9556:9560 Yeso New Mexico +0.4674 aapg_ah_283.html aapg_ah_283.html:401:42869:42886 Cowlitz Cowlitz River +0.47628 aapg_ac_531.html aapg_ac_531.html:538:54334:54351 Edwards Texas +0.46332 aapg_ad_152.html aapg_ad_152.html:2386:292835:292843 Chainman Reno, Nevada +0.49632 cspg_html_4568084707 cspg_html_4568084707:5:182:213 Cooking Lake Lacombe, Alberta +0.461235 aapg_ah_685.html aapg_ah_685.html:353:38323:38329 Denver Colorado +0.479142 cspg_html_3962754176 cspg_html_3962754176:609:70579:70606 Athabasca Lacombe, Alberta +0.494532 cspg_html_8904992939 cspg_html_8904992939:493:54811:54840 Swan Hills Canada +0.272824 aapg_ae_35.html aapg_ae_35.html:23:2070:2091 Green River Uinta Mountains +0.266766 aapg_ad_660.html aapg_ad_660.html:400:52283:52295 Seven Rivers Delaware +0.249996 cspg_html_4795401099 cspg_html_4795401099:5:208:262 Basal Lacombe, Alberta +0.27768 aapg_ac_126.html aapg_ac_126.html:34:5556:5573 Haynesville Shreveport, Louisiana +0.25608 aapg_ah_903.html aapg_ah_903.html:30:6175:6197 Wilcox Mexico +0.487531 geology_html_8196169061 geology_html_8196169061:113:12748:12779 Pennington Lake Charles, Louisiana +0.42159 aapg_aa_47.html aapg_aa_47.html:109:12009:12025 Kerber Colorado +0.257446 geology_html_8531397175 geology_html_8531397175:12:541:551 Santa Cruz Santa Cruz, California +0.479562 aapg_ae_296.html aapg_ae_296.html:42:4818:4836 Grayburg Guadalupe Mountains National Park +0.25806 aapg_ai_615.html aapg_ai_615.html:7:616:644 Ross Colorado +0.469665 aapg_ad_440.html aapg_ad_440.html:511:47489:47495 Denmar Norfolk, Virginia +0.506574 sedimentology_html_3483469498 sedimentology_html_3483469498:31:1891:1899 Montreal Quebec City +0.357656 cspg_html_5451461616 cspg_html_5451461616:5:229:241 Luscar Lacombe, Alberta +0.245058 aapg_ad_958.html aapg_ad_958.html:476:46918:46930 Gilmore City Finney County, Kansas +0.257536 sedimentology_html_2017869347 sedimentology_html_2017869347:69:6042:6060 Provo Mediterranean Sea +0.266175 cspg_html_4287356899 cspg_html_4287356899:1439:198210:198242 Shublik Great Britain +0.25908 cspg_html_4105062490 cspg_html_4105062490:97:10186:10211 Beaverhill Regina, Saskatchewan +0.241482 gsa_html_2989317971 gsa_html_2989317971:581:61102:61124 Challis Snake River Plain (ecoregion) +0.711879 aapg_ad_800.html aapg_ad_800.html:101:11553:11558 Eutaw Alabama +0.283554 sedimentology_html_2467163569 sedimentology_html_2467163569:857:72205:72209 Rome Siena +0.253512 aapg_aa_252.html aapg_aa_252.html:75:6973:6988 Frio Houston +0.50042 jgeology_html_4289404569 jgeology_html_4289404569:262:22465:22493 Green River Germany +0.265684 aapg_ac_983.html aapg_ac_983.html:386:60660:60681 Plattsburg Wyandotte, Michigan +0.254514 aapg_ah_278.html aapg_ah_278.html:273:28839:28847 Colorado Littleton, Colorado +0.265221 aapg_aa_132.html aapg_aa_132.html:948:92132:92141 San Diego California +0.26977 aapg_ai_981.html aapg_ai_981.html:566:44924:44930 Sparta Carrizo Plain +0.486758 gsa_html_6491840124 gsa_html_6491840124:807:66026:66035 Pocatello Boise, Idaho +0.466576 aapg_ac_424.html aapg_ac_424.html:116:18350:18368 Whitsett Karnes City, Texas +0.478332 gsa_html_7102550258 gsa_html_7102550258:1259:123002:123019 Kayenta Logan, Utah +0.268536 aapg_af_471.html aapg_af_471.html:252:29600:29608 Parkwood Hartselle, Alabama +0.2424 jgeology_html_8423924556 jgeology_html_8423924556:280:26494:26512 Harmony Victoria, British Columbia +0.266252 aapg_ai_477.html aapg_ai_477.html:270:29495:29500 Tetsa Anchorage, Alaska +0.24415 aapg_ac_841.html aapg_ac_841.html:215:27833:27840 Metapan Guatemala +0.414596 aapg_ae_103.html aapg_ae_103.html:775:65655:65662 Gracias Honduras +0.260064 cspg_html_9501006975 cspg_html_9501006975:577:58832:58841 Mackenzie Lacombe, Alberta +0.505136 palaios_html_2048556014 palaios_html_2048556014:757:71529:71543 Pika Lacombe, Alberta +0.50424 aapg_aa_561.html aapg_aa_561.html:9:971:979 Lawrence Illinois +0.476398 aapg_ac_245.html aapg_ac_245.html:177:26884:26889 Atoka Atoka, Oklahoma +0.263626 cspg_html_9825544190 cspg_html_9825544190:223:23960:23993 Winnipegosis Lacombe, Alberta +0.262446 cspg_html_5241714595 cspg_html_5241714595:385:59759:59789 Swan Hills Swan Hill, Victoria +0.47498 aapg_af_23.html aapg_af_23.html:71:11938:11944 Oregon Boise, Idaho +0.482532 aapg_ae_3.html aapg_ae_3.html:294:42192:42198 Antler Reno, Nevada +0.494 aapg_ae_415.html aapg_ae_415.html:966:121387:121401 Paynes Hammock Smith County, Kansas +0.506 aapg_ae_916.html aapg_ae_916.html:766:91263:91280 Madison Cut Bank, Montana +0.495803 gsa_html_1658237441 gsa_html_1658237441:67:5046:5074 Green River Iran +0.498005 gsa_html_9569209726 gsa_html_9569209726:977:89057:89067 Washington North Cascades National Park +0.24442 aapg_aa_898.html aapg_aa_898.html:46:6637:6646 Flagstaff Sevier orogeny +0.265225 gsa_html_9254222331 gsa_html_9254222331:11:425:437 Rhode Island Kingston, Jamaica +0.24617 cspg_html_4666332434 cspg_html_4666332434:307:49601:49617 Oldman Lacombe, Alberta +0.495645 cspg_html_3065473572 cspg_html_3065473572:176:23774:23792 Vaureal Middle Ordovician +0.459085 aapg_af_666.html aapg_af_666.html:714:61278:61288 Twin Creek Elkhorn, Manitoba +0.838656 aapg_ah_645.html aapg_ah_645.html:241:29760:29768 Sundance Black Hills +0.268128 aapg_aa_215.html aapg_aa_215.html:1057:86212:86232 Nariva Brighton, Michigan +0.70744 aapg_ac_983.html aapg_ac_983.html:392:61394:61403 Wyandotte Iowa +0.271942 aapg_ad_212.html aapg_ad_212.html:65:9244:9251 El Paso Lubbock, Texas +0.457504 aapg_aa_302.html aapg_aa_302.html:337:41211:41217 Kaibab Grand Canyon +0.236592 aapg_af_530.html aapg_af_530.html:107:11510:11514 Bell Webster County, Missouri +0.262566 cspg_html_8904992939 cspg_html_8904992939:35:5718:5754 Leduc Lacombe, Alberta +0.275609 cspg_html_5699627350 cspg_html_5699627350:467:53747:53763 Viking Lacombe, Alberta +0.659814 aapg_ad_653.html aapg_ad_653.html:437:54906:54927 Beaufort Banks Island +0.23424 aapg_ae_73.html aapg_ae_73.html:396:51951:51968 Wanakah Colorado +0.264708 aapg_ad_648.html aapg_ad_648.html:170:18867:18875 Niobrara Niobrara, Nebraska +0.2515 aapg_ae_1.html aapg_ae_1.html:368:27447:27451 Kent England +0.265558 aapg_ae_581.html aapg_ae_581.html:505:57505:57520 Mesaverde New Mexico +0.262644 sedimentology_html_9550478777 sedimentology_html_9550478777:597:39488:39498 Rio Grande New Mexico +0.364826 aapg_ad_614.html aapg_ad_614.html:63:6146:6152 Paluxy Shreveport, Louisiana +0.251883 sedimentology_html_8022597964 sedimentology_html_8022597964:1003:73696:73700 Hall London, Ontario +0.481036 cspg_html_4568084707 cspg_html_4568084707:276:34669:34688 Waterways Redwater, Texas +0.256522 geology_html_7812811570 geology_html_7812811570:9:296:301 Rapid Chukchi Sea +0.465924 cspg_html_2834693711 cspg_html_2834693711:393:54110:54119 Extension England +0.253008 jgeology_html_1836103970 jgeology_html_1836103970:168:12778:12788 Boss Point New Glasgow, Nova Scotia +0.487272 gsa_html_2422494332 gsa_html_2422494332:758:72375:72396 Weaverville Klamath Mountains (ecoregion) +0.504434 AMJC_html_1964550508 AMJC_html_1964550508:1062:112381:112390 Queenston Pennsylvania +0.49521 palaios_html_3561205174 palaios_html_3561205174:1072:90332:90349 Potsdam Quebec City +0.460798 aapg_ae_993.html aapg_ae_993.html:300:28812:28824 Rock Springs Cheyenne, Wyoming +0.24541 aapg_ae_73.html aapg_ae_73.html:361:47317:47323 Dockum New Mexico +0.252888 cspg_html_3479964618 cspg_html_3479964618:285:31927:31939 Devon Island Middle Ordovician +0.47941 gsa_html_1860930948 gsa_html_1860930948:738:73812:73820 Colorado Nebraska +0.49685 aapg_ad_329.html aapg_ad_329.html:183:27077:27095 Brallier Fulton, Missouri +0.476398 aapg_ah_360.html aapg_ah_360.html:158:13764:13778 Pleasant Grove Pleasant Grove, Dallas +0.272994 aapg_ac_835.html aapg_ac_835.html:143:18975:19000 Mission Canyon Cheyenne, Wyoming +0.26061 aapg_ae_305.html aapg_ae_305.html:1439:137167:137173 Perija Lake Maracaibo +0.494252 aapg_ad_3.html aapg_ad_3.html:537:52167:52177 Stonehenge Virginia +0.235081 gsa_html_4071231613 gsa_html_4071231613:427:44292:44308 Wild Sheep Creek Middle East +0.508902 aapg_aa_259.html aapg_aa_259.html:45:4055:4086 Winnipegosis Regina, Saskatchewan +0.472875 aapg_ah_387.html aapg_ah_387.html:2605:280921:280930 Knoxville Knoxville, Illinois +0.253272 palaios_html_9876040400 palaios_html_9876040400:29:3022:3043 White River Colorado +0.268128 aapg_af_653.html aapg_af_653.html:901:103843:103850 Temblor Monterey, California +0.473324 aapg_ai_357.html aapg_ai_357.html:238:27613:27618 Indio Carrizo Plain +0.258332 aapg_ad_145.html aapg_ad_145.html:177:15916:15922 Lisbon Logan, Utah +0.256011 AMJC_html_3176626886 AMJC_html_3176626886:712:69056:69062 Moscow Russia +0.49495 palaios_html_4880574501 palaios_html_4880574501:142:16739:16755 Kope Netherlands +0.45663 aapg_ak_87.html aapg_ak_87.html:190:29477:29491 Earp Lampasas, Texas +0.480128 sedimentology_html_8510537334 sedimentology_html_8510537334:1162:85235:85250 Perry Portland, Maine +0.245895 aapg_ad_52.html aapg_ad_52.html:1167:128993:129011 Michigan Michigan +0.52173 cspg_html_1665574291 cspg_html_1665574291:108:19012:19024 Willow Creek Lacombe, Alberta +0.26265 aapg_ai_1.html aapg_ai_1.html:412:37920:37927 Paradox Hermosa, Chicago +0.478578 cspg_html_4148342026 cspg_html_4148342026:474:44353:44374 Basal Lacombe, Alberta +0.49794 sedimentology_html_3417381350 sedimentology_html_3417381350:1146:92248:92254 Snyder Reno, Nevada +0.478296 geology_html_3691192097 geology_html_3691192097:305:24968:24972 Wise Antarctica +0.2575 cspg_html_9970905394 cspg_html_9970905394:180:20486:20509 Snowblind Bay Little Cornwallis Island +0.507408 gsa_html_5773604426 gsa_html_5773604426:790:65656:65668 Wilcox Shreveport, Louisiana +0.249775 cspg_html_3597281324 cspg_html_3597281324:230:29924:29948 Cannonball Lacombe, Alberta +0.242554 aapg_ac_628.html aapg_ac_628.html:396:68511:68520 Flagstaff Indianola, Iowa +0.476952 cspg_html_1781462584 cspg_html_1781462584:83:9337:9345 Columbia Victoria, British Columbia +0.242039 sedimentology_html_6615672773 sedimentology_html_6615672773:938:53109:53113 Hall London, Ontario +0.45212 aapg_ae_474.html aapg_ae_474.html:92:8434:8450 Bethel Bethel, Alaska +0.4656 geology_html_9300088422 geology_html_9300088422:281:15379:15385 Denver Julesburg, Colorado +0.2709 sedimentology_html_9471968156 sedimentology_html_9471968156:640:43197:43202 Swift Appalachia +0.26162 aapg_ad_230.html aapg_ad_230.html:269:25871:25884 Oceanic East Malaysia +0.262913 aapg_ai_816.html aapg_ai_816.html:380:63171:63184 Quivira Westerville, Ohio +0.490158 aapg_ai_899.html aapg_ai_899.html:256:25415:25421 Denver Colorado +0.500598 gsa_html_9962225882 gsa_html_9962225882:1140:87987:88015 Green River Colorado +0.267776 cspg_html_3521815736 cspg_html_3521815736:129:18978:18996 Halfway Pine River (Michigan) +0.248952 cspg_html_1312400675 cspg_html_1312400675:136:15937:15953 Oldman Lethbridge +0.4807 aapg_ae_5.html aapg_ae_5.html:213:24565:24584 Powwow Conglomerate Texas +0.23571 aapg_ac_214.html aapg_ac_214.html:58:7072:7080 Colorado Logan, Utah +0.464427 gsa_html_6181749105 gsa_html_6181749105:547:46716:46726 Santa Cruz California +0.247374 cspg_html_2013109828 cspg_html_2013109828:192:34107:34125 Glenogle Middle Ordovician +0.250488 aapg_ah_415.html aapg_ah_415.html:31:4023:4031 Colorado Bow Island Airport +0.27693 aapg_ah_869.html aapg_ah_869.html:787:78312:78326 Dakota El Dorado Springs, Missouri +0.487936 cspg_html_4260503134 cspg_html_4260503134:8:820:838 Whitemud Lacombe, Alberta +0.47628 aapg_ae_960.html aapg_ae_960.html:55:7684:7692 Colorado Laramie, Wyoming +0.291344 aapg_af_666.html aapg_af_666.html:475:40658:40665 Wasatch Uinta Mountains +0.487622 aapg_ai_479.html aapg_ai_479.html:652:64058:64072 Traverse Michigan +0.242484 aapg_aa_990.html aapg_aa_990.html:16:2344:2362 Gunsight Jones County, Mississippi +0.734204 aapg_ai_344.html aapg_ai_344.html:15:2162:2179 Laketown Dolomite Reno, Nevada +0.26214 palaios_html_3796939457 palaios_html_3796939457:633:50085:50103 Woodbine Texas +0.467544 geology_html_2461616775 geology_html_2461616775:269:19804:19812 Bellevue Washington (state) +0.4685 aapg_ai_107.html aapg_ai_107.html:612:53058:53064 Midway Paluxy, Texas +0.260304 cspg_html_6985536436 cspg_html_6985536436:736:95969:95991 Eureka Sound Banks Island +0.257536 gsa_html_7632212878 gsa_html_7632212878:495:47729:47739 Las Cruces New Mexico +0.44935 gsa_html_5022585285 gsa_html_5022585285:703:61662:61672 Rio Grande Rio Grande +0.48735 aapg_aa_208.html aapg_aa_208.html:3:286:306 Maravillas West Texas +0.501676 aapg_ae_377.html aapg_ae_377.html:3:293:297 Java Borneo +0.250901 cspg_html_9388742281 cspg_html_9388742281:24:2888:2909 Shaftesbury Ottawa, Kansas +0.483759 gsa_html_9158941999 gsa_html_9158941999:694:56489:56517 Green River Iran +0.486664 aapg_af_353.html aapg_af_353.html:18:2418:2423 Sespe Santa Rosa Island, Florida +0.892976 cspg_html_2113617629 cspg_html_2113617629:901:98671:98687 Viking Lacombe, Alberta +0.26471 aapg_ae_416.html aapg_ae_416.html:187:16532:16541 Catahoula Moscow +0.263069 cspg_html_9683836416 cspg_html_9683836416:534:76121:76129 Foremost Lacombe, Alberta +0.264704 aapg_ah_206.html aapg_ah_206.html:128:17602:17640 Mission Canyon Williston, Vermont +0.263133 cspg_html_1333179361 cspg_html_1333179361:16:2190:2208 Mowitch Western world +0.519437 gsa_html_2777449079 gsa_html_2777449079:63:4871:4899 Green River Colorado +0.492264 aapg_ah_215.html aapg_ah_215.html:239:23399:23417 Grimsby Norfolk County, Ontario +0.254016 cspg_html_9275863663 cspg_html_9275863663:105:14949:14968 Waterways Swan Hill, Victoria +0.492701 aapg_af_154.html aapg_af_154.html:10:879:883 Hull Saratoga, California +0.25599 aapg_ai_974.html aapg_ai_974.html:719:76343:76349 Oregon Washington (state) +0.46407 aapg_af_11.html aapg_af_11.html:507:51336:51352 Elbert Ouray, Colorado +0.276576 aapg_ad_941.html aapg_ad_941.html:432:32129:32141 Winnipegosis Black Creek (Toronto) +0.36334 aapg_ac_414.html aapg_ac_414.html:150:18383:18401 Toroweap Logan, Utah +0.2735 aapg_ac_743.html aapg_ac_743.html:156:19147:19161 Lyre Washington (state) +0.258482 sedimentology_html_5961088354 sedimentology_html_5961088354:444:27654:27664 Long Point Lake Erie +0.485894 palaios_html_9357360196 palaios_html_9357360196:1038:81404:81430 Ogallala Austin, Chicago +0.499376 cspg_html_6644065685 cspg_html_6644065685:221:22659:22679 Griper Bay Banks Island +0.46256 aapg_af_237.html aapg_af_237.html:60:6574:6582 Big Hill Brazoria County, Texas +0.50112 aapg_ad_557.html aapg_ad_557.html:8343:383522:383528 Thrifty London, Ontario +0.253 cspg_html_7404699681 cspg_html_7404699681:340:35439:35447 Columbia Lacombe, Alberta +0.490941 palaios_html_5340655380 palaios_html_5340655380:1273:87013:87044 Chinle New Mexico +0.249001 aapg_ai_129.html aapg_ai_129.html:71:8027:8034 Andrews Lea County Regional Airport +0.261 palaios_html_3406135825 palaios_html_3406135825:46:4794:4801 Potsdam Quebec City +0.239608 aapg_aa_232.html aapg_aa_232.html:15:2242:2262 Fredericksburg Texas +0.250992 gsa_html_1290697059 gsa_html_1290697059:469:34513:34522 Peninsula Kirkwood, Missouri +0.490049 gsa_html_2422494332 gsa_html_2422494332:756:72189:72210 Weaverville California +0.254364 aapg_ae_917.html aapg_ae_917.html:246:27020:27036 Maroon Leadville, Colorado +0.273429 aapg_ae_651.html aapg_ae_651.html:731:66815:66820 Husky Senegal +0.431589 gsa_html_4930932370 gsa_html_4930932370:1030:116123:116140 Onaping Sudbury, Suffolk +0.482384 sedimentology_html_1943589492 sedimentology_html_1943589492:1207:79241:79253 Saskatchewan Canada +0.496683 gsa_html_7199417381 gsa_html_7199417381:562:57473:57490 White River Nebraska +0.252494 aapg_ae_268.html aapg_ae_268.html:128:12674:12690 Bethel Illinois +0.476451 aapg_af_59.html aapg_af_59.html:116:10099:10120 Ector Chalk Texas +0.447456 sedimentology_html_6302405335 sedimentology_html_6302405335:1191:90073:90092 Rock Springs Cheyenne, Wyoming +0.254944 aapg_ae_419.html aapg_ae_419.html:2194:149913:149931 Cardenas Texas +0.258015 palaios_html_4834438637 palaios_html_4834438637:411:41518:41526 Foremost Lacombe, Alberta +0.27189 cspg_html_4210762654 cspg_html_4210762654:245:33573:33588 Nisku Lacombe, Alberta +0.262636 cspg_html_9388742281 cspg_html_9388742281:208:23189:23201 Saskatchewan Pacific coast +0.509015 aapg_ad_580.html aapg_ad_580.html:441:55765:55785 Fort Union Cheyenne, Wyoming +0.276094 aapg_ac_964.html aapg_ac_964.html:211:20126:20149 Pico California +0.90324 aapg_ac_333.html aapg_ac_333.html:321:42783:42795 Cutler Colorado +0.382698 cspg_html_8588503765 cspg_html_8588503765:542:64036:64043 Cardium Victoria, British Columbia +0.277704 aapg_aa_71.html aapg_aa_71.html:199:16760:16766 Salina Helderberg +0.265738 cspg_html_9218543154 cspg_html_9218543154:39:6688:6705 Cardium Lacombe, Alberta +0.24582 cspg_html_3664126562 cspg_html_3664126562:44:6664:6680 Viking Lacombe, Alberta +0.478595 aapg_ad_440.html aapg_ad_440.html:649:64977:64983 Denmar Greenbrier County Schools +0.24849 cspg_html_1281670295 cspg_html_1281670295:341:40351:40366 Melville Island Canadian Arctic Archipelago +0.254016 aapg_aa_913.html aapg_aa_913.html:32:4646:4652 Paluxy Texas +0.25443 sedimentology_html_5376758741 sedimentology_html_5376758741:16:1068:1103 Beck Spring Dolomite Southern California +0.255955 gsa_html_4472896560 gsa_html_4472896560:15:776:784 Colorado Denver +0.489658 palaios_html_4223976574 palaios_html_4223976574:200:18393:18399 Menard California +0.28028 aapg_ac_807.html aapg_ac_807.html:668:66162:66182 Tuscaloosa Charleston, South Carolina +0.277728 geology_html_7466414502 geology_html_7466414502:213:23987:24006 Tuscarora Pennsylvania +0.27405 aapg_ah_999.html aapg_ah_999.html:9:1419:1429 Fort Worth Denver +0.503812 geology_html_5021862237 geology_html_5021862237:238:19219:19224 Swift Pennsylvania +0.261612 sedimentology_html_3152067090 sedimentology_html_3152067090:1379:57741:57745 Kent Newnham, Bedfordshire +0.27832 aapg_ah_873.html aapg_ah_873.html:524:43049:43070 Cardium Lacombe, Alberta +0.25578 cspg_html_7093237629 cspg_html_7093237629:792:82849:82864 Nisku Lacombe, Alberta +0.491493 aapg_af_751.html aapg_af_751.html:95:13864:13873 San Diego Santa Catalina Island, California +0.482733 AMJC_html_5390933660 AMJC_html_5390933660:820:80211:80224 Gile Mountain Bennington, Vermont +0.270336 aapg_ah_228.html aapg_ah_228.html:76:8351:8359 Woodbine Brazos County, Texas +0.275589 aapg_ae_789.html aapg_ae_789.html:11:1883:1896 Wabamun Calgary +0.48006 aapg_ak_135.html aapg_ak_135.html:518:61689:61707 San Onofre Breccia California +0.851733 aapg_af_130.html aapg_af_130.html:178:31066:31081 Darby Cheyenne, Wyoming +0.2499 aapg_ac_356.html aapg_ac_356.html:51:6480:6495 Pico Wilmington, North Carolina +0.397091 aapg_ae_139.html aapg_ae_139.html:344:35429:35437 Winnipeg Red River of the North +0.4902 aapg_ac_924.html aapg_ac_924.html:431:46135:46142 Madison Cheyenne, Wyoming +0.430606 aapg_ac_700.html aapg_ac_700.html:35:5266:5271 Atoka McAlester, Oklahoma +0.46683 aapg_ai_880.html aapg_ai_880.html:179:14447:14453 Casper Cheyenne, Wyoming +0.273942 aapg_aa_702.html aapg_aa_702.html:1397:142528:142536 Billings Williston, Vermont +0.255915 aapg_af_638.html aapg_af_638.html:182:14107:14122 Coldwater Branch County, Michigan +0.457425 aapg_ah_921.html aapg_ah_921.html:47:8104:8122 Hibernia Ben Nevis +0.27063 aapg_ah_198.html aapg_ah_198.html:223:27600:27608 Monterey California +0.48516 aapg_ae_474.html aapg_ae_474.html:96:9061:9082 Paint Creek Bethel, Alaska +0.490428 cspg_html_1313584654 cspg_html_1313584654:209:26604:26616 Saskatchewan Lacombe, Alberta +0.48786 gsa_html_2729737430 gsa_html_2729737430:1427:124254:124282 Green River Colorado +0.517104 aapg_aa_887.html aapg_aa_887.html:250:32469:32485 Dakota San Ysidro, New Mexico +0.368699 sedimentology_html_7399126879 sedimentology_html_7399126879:1630:82005:82021 Morgan Logan, Utah +0.252504 jgeology_html_4152045543 jgeology_html_4152045543:600:48361:48381 Mississagi Canada +0.270364 sedimentology_html_6951714124 sedimentology_html_6951714124:60:7089:7115 Swift Lacombe, Alberta +0.50806 aapg_ah_340.html aapg_ah_340.html:8:1144:1152 Kiamichi Texas +0.737087 aapg_ah_318.html aapg_ah_318.html:699:76754:76773 Smackover Alabama +0.463496 geology_html_2493617174 geology_html_2493617174:236:21782:21790 Woodside Colorado +0.267264 gsa_html_7912015830 gsa_html_7912015830:667:62854:62882 Green River Colorado +0.262108 cspg_html_5807593737 cspg_html_5807593737:722:93438:93459 Duperow Williston, Vermont +0.4862 cspg_html_9222238695 cspg_html_9222238695:105:15715:15732 Gething Lacombe, Alberta +0.256522 aapg_ae_113.html aapg_ae_113.html:354:46407:46430 Snowblind Bay Little Cornwallis Island +0.26469 gsa_html_5261839912 gsa_html_5261839912:919:74968:74974 Cannon Lake Superior +0.253506 aapg_af_862.html aapg_af_862.html:24:2519:2530 San Antonio Texas +0.274432 aapg_ac_200.html aapg_ac_200.html:23:2816:2837 Green River Wasatch Range +0.27775 aapg_ac_538.html aapg_ac_538.html:408:45669:45677 Beaumont Lacombe, Alberta +0.456511 aapg_af_575.html aapg_af_575.html:798:111655:111677 Holdenville Des Moines, Washington +0.262446 palaios_html_8029736168 palaios_html_8029736168:698:70301:70315 Ogallala Nebraska +0.488005 aapg_ah_612.html aapg_ah_612.html:139:13030:13041 Belly River Lacombe, Alberta +0.498834 gsa_html_8328338684 gsa_html_8328338684:906:89696:89724 Green River Iran +0.260099 palaios_html_9962835704 palaios_html_9962835704:337:32146:32168 Judith River Lacombe, Alberta +0.245514 cspg_html_3926542795 cspg_html_3926542795:1623:158404:158412 Columbia Victoria, British Columbia +0.267288 cspg_html_6514903151 cspg_html_6514903151:258:30433:30450 Cardium Lacombe, Alberta +0.261422 aapg_aa_484.html aapg_aa_484.html:237:22363:22373 Pottsville Alabama +0.250901 aapg_ah_165.html aapg_ah_165.html:197:28782:28797 Elk Lacombe, Alberta +0.26624 aapg_af_771.html aapg_af_771.html:140:19480:19488 Vaqueros San Luis Obispo, California +0.49536 aapg_ae_419.html aapg_ae_419.html:4409:265248:265257 San Pedro Mexico +0.487656 gsa_html_1727503504 gsa_html_1727503504:398:47246:47253 Madison Wisconsin +0.87685 aapg_af_833.html aapg_af_833.html:897:97409:97427 Sundance Spindletop +0.501676 aapg_ah_69.html aapg_ah_69.html:133:12929:12940 Beekmantown Ohio +0.4896 geology_html_8644807210 geology_html_8644807210:337:20487:20491 Bond North Atlantic Current +0.262524 aapg_af_308.html aapg_af_308.html:282:32215:32218 Elk Preston County, West Virginia +0.4848 gsa_html_5756232019 gsa_html_5756232019:908:79253:79259 Reston New Mexico +0.24795 cspg_html_7409170811 cspg_html_7409170811:628:73351:73367 Exshaw Lacombe, Alberta +0.49764 aapg_aa_948.html aapg_aa_948.html:79:7985:8001 Salado Delaware +0.502765 geology_html_1175407759 geology_html_1175407759:380:27499:27505 Walker Earth +0.243892 AMJC_html_4504848787 AMJC_html_4504848787:230:24233:24251 Mechum River Castleton, Vermont +0.457662 aapg_ae_909.html aapg_ae_909.html:12:1997:2012 Gatun Jamaica, Queens +0.415106 cspg_html_9119878068 cspg_html_9119878068:57:7315:7335 Waterways Swan Hill, Victoria +0.271185 gsa_html_4339524478 gsa_html_4339524478:610:67022:67028 Oregon Washington (state) +0.250038 cspg_html_6249234253 cspg_html_6249234253:7:1400:1422 Leduc Redwater, Texas +0.260036 aapg_ad_466.html aapg_ad_466.html:569:65323:65339 Englishtown Asbury Park, New Jersey +0.469299 aapg_aa_563.html aapg_aa_563.html:74:10853:10868 Buda West Texas +0.251979 gsa_html_3860045860 gsa_html_3860045860:1204:107998:108004 Oregon Salem, Oregon +0.451724 cspg_html_3102530088 cspg_html_3102530088:405:47566:47584 Lea Park Vanscoy, Saskatchewan +0.257284 cspg_html_7667087595 cspg_html_7667087595:7:408:429 Belly River Lacombe, Alberta +0.506974 aapg_ad_880.html aapg_ad_880.html:105:12662:12677 Swift Cheyenne, Wyoming +0.245518 sedimentology_html_9101990049 sedimentology_html_9101990049:123:5996:6000 Hall London, Ontario +0.48278 cspg_html_8587639109 cspg_html_8587639109:1115:110140:110160 Bow Island Lacombe, Alberta +0.49504 cspg_html_1225021992 cspg_html_1225021992:77:9291:9302 Shaftesbury River Torrens +0.263133 aapg_ai_136.html aapg_ai_136.html:147:10718:10741 Cotton Valley Caddo Parish, Louisiana +0.471653 cspg_html_2419618566 cspg_html_2419618566:1033:112599:112607 Colorado Denver +0.693558 aapg_ah_318.html aapg_ah_318.html:3575:291720:291739 Smackover Mississippi River +0.262119 cspg_html_9119878068 cspg_html_9119878068:58:7393:7417 Fort Vermilion Swan Hill, Victoria +0.488413 sedimentology_html_6656277293 sedimentology_html_6656277293:719:48504:48522 Marble Canyon Paria River +0.255747 sedimentology_html_6367222020 sedimentology_html_6367222020:141:9655:9671 Peedee Charleston, South Carolina +0.266682 aapg_ai_136.html aapg_ai_136.html:129:8968:8975 Rodessa Lafayette County, Florida +0.264708 cspg_html_5345848475 cspg_html_5345848475:346:39914:39934 Blackstone Manitoba +0.25956 aapg_ah_199.html aapg_ah_199.html:79:9875:9880 Atoka Red Deer, Alberta +0.271962 gsa_html_6753732431 gsa_html_6753732431:723:65771:65794 Sespe California +0.249991 cspg_html_2986717500 cspg_html_2986717500:48:7137:7159 Trent River Qualicum River +0.467973 cspg_html_8821213881 cspg_html_8821213881:7:487:496 Gull Lake Red Deer, Alberta +0.24947 cspg_html_6927586285 cspg_html_6927586285:484:60597:60629 Montney Lacombe, Alberta +0.79099 aapg_af_653.html aapg_af_653.html:738:83386:83401 Santa Margarita Maricopa, Arizona +0.265216 cspg_html_4298557570 cspg_html_4298557570:141:21326:21342 Horseshoe Canyon Drumheller +0.251988 aapg_aa_718.html aapg_aa_718.html:546:60029:60049 Waynesburg Waynesburg, Pennsylvania +0.256956 aapg_ae_40.html aapg_ae_40.html:263:24570:24579 Kindblade Healdton, Oklahoma +0.480362 aapg_aa_684.html aapg_aa_684.html:229:22041:22055 Jelm John Crow Mountains +0.493296 aapg_af_842.html aapg_af_842.html:47:5776:5782 Lisbon Cotton Valley, Louisiana +0.261632 gsa_html_1266138577 gsa_html_1266138577:157:14096:14119 Saline Valley Salinas Valley +0.240096 aapg_ak_9.html aapg_ak_9.html:436:41616:41623 Oceanic Pakistan +0.4775 jgeology_html_8406118991 jgeology_html_8406118991:196:18339:18347 Columbia Victoria, British Columbia +0.256968 aapg_af_666.html aapg_af_666.html:320:26632:26640 Red Peak John Crow Mountains +0.247504 aapg_ac_471.html aapg_ac_471.html:280:30935:30939 Kent Williston, Vermont +0.248601 cspg_html_4376017434 cspg_html_4376017434:11:1145:1153 Columbia Victoria, British Columbia +0.25116 aapg_ah_506.html aapg_ah_506.html:48:5148:5162 Traverse Kent County, Maryland +0.460078 aapg_aa_47.html aapg_aa_47.html:334:37752:37769 Minturn Colorado +0.2625 palaios_html_1018466366 palaios_html_1018466366:1330:127707:127723 Viking Cape Town +0.508368 aapg_ac_790.html aapg_ac_790.html:102:13417:13434 Barnett Western world +0.243867 jgeology_html_4610075495 jgeology_html_4610075495:1256:71567:71576 Peninsula Korea +0.465744 gsa_html_2605108986 gsa_html_2605108986:634:50033:50052 Matanuska Matanuska Glacier +0.449352 cspg_html_1506720813 cspg_html_1506720813:826:89333:89338 Basal Lacombe, Alberta +0.4997 aapg_ae_523.html aapg_ae_523.html:136:13450:13476 Fort Payne Wabash Valley +0.265584 palaios_html_4196951131 palaios_html_4196951131:104:11220:11231 Montpellier London, Ontario +0.357925 aapg_ah_763.html aapg_ah_763.html:101:11118:11134 Blaine Texas +0.488005 gsa_html_4415707577 gsa_html_4415707577:986:91157:91185 Green River Iran +0.270738 sedimentology_html_9378527223 sedimentology_html_9378527223:2063:59938:59956 Frontier Cheyenne, Wyoming +0.245364 gsa_html_9353787239 gsa_html_9353787239:626:57463:57482 Nankoweap Western world +0.90146 gsa_html_5107598462 gsa_html_5107598462:697:65438:65450 Salina Pennsylvania +0.264368 cspg_html_4555867289 cspg_html_4555867289:455:44357:44365 Columbia Victoria, British Columbia +0.266156 aapg_ah_536.html aapg_ah_536.html:381:50047:50064 Rodessa Rodessa, Louisiana +0.37962 aapg_af_471.html aapg_af_471.html:255:30095:30114 Parkwood Alabama +0.516964 gsa_html_6846988014 gsa_html_6846988014:29:2796:2824 Green River Colorado +0.270738 cspg_html_6255491344 cspg_html_6255491344:259:38198:38206 Columbia Lacombe, Alberta +0.261612 aapg_ai_106.html aapg_ai_106.html:81:8631:8639 Michigan Ontario, California +0.259979 cspg_html_7409170811 cspg_html_7409170811:507:66653:66668 Banff Lacombe, Alberta +0.481371 cspg_html_6306091047 cspg_html_6306091047:50:9780:9788 Columbia Lacombe, Alberta +0.45423 aapg_ai_756.html aapg_ai_756.html:69:6338:6345 Hosston Bossier City, Louisiana +0.512904 aapg_aa_231.html aapg_aa_231.html:876:79182:79201 Rock Springs Colorado +0.465682 cspg_html_2198503252 cspg_html_2198503252:258:12969:12987 Palliser Lacombe, Alberta +0.269297 aapg_ae_974.html aapg_ae_974.html:97:9183:9206 Cook Mountain Zapata, Texas +0.259284 aapg_ac_338.html aapg_ac_338.html:228:26267:26297 Newcastle Cheyenne, Wyoming +0.270375 jgeology_html_4081868571 jgeology_html_4081868571:1413:76846:76858 Attawapiskat Canada +0.274495 aapg_ac_641.html aapg_ac_641.html:272:35904:35924 Washington Washington (state) +0.264368 geology_html_2307006478 geology_html_2307006478:18:1102:1121 Matinenda Canada +0.24487 cspg_html_4516258038 cspg_html_4516258038:62:8720:8735 Melville Island Bathurst Island (Northern Territory) +0.257544 sedimentology_html_8006979411 sedimentology_html_8006979411:38:2691:2709 Kaskapau Canada +0.250992 geology_html_9788030825 geology_html_9788030825:14:701:707 Denver Colorado +0.258552 cspg_html_9942234474 cspg_html_9942234474:65:10665:10683 Grosmont Lacombe, Alberta +0.494844 cspg_html_8049997704 cspg_html_8049997704:6:362:380 Lea Park Colorado +0.234398 aapg_ad_351.html aapg_ad_351.html:11:1348:1367 Northview Sedalia, Missouri +0.25012 jgeology_html_2096356306 jgeology_html_2096356306:984:73639:73645 Antler Reno, Nevada +0.689196 aapg_ae_153.html aapg_ae_153.html:743:92092:92100 Moenkopi Logan, Utah +0.255524 gsa_html_7854597776 gsa_html_7854597776:700:55485:55493 Temporal Emerald Lake (British Columbia) +0.469755 gsa_html_9152662653 gsa_html_9152662653:161:15153:15170 Laurel Potomac, Maryland +0.469614 gsa_html_9052101586 gsa_html_9052101586:21:1561:1588 Lake Michigan Fox Valley (Illinois) +0.263144 aapg_aa_105.html aapg_aa_105.html:182:18786:18799 Turner Valley Highwood, Illinois +0.252504 aapg_ai_958.html aapg_ai_958.html:179:19528:19544 Goliad Cuero, Texas +0.510081 aapg_ad_801.html aapg_ad_801.html:249:27375:27380 Yazoo Ocala, Florida +0.26341 gsa_html_4930932370 gsa_html_4930932370:747:75193:75219 Hemlock Virginia +0.492926 aapg_ah_779.html aapg_ah_779.html:211:38379:38388 Kimmswick Missouri River +0.255972 aapg_aa_684.html aapg_aa_684.html:310:28585:28605 Beaver Creek John Crow Mountains +0.255488 aapg_ad_223.html aapg_ad_223.html:641:65911:65918 Montara Caribbean +0.261126 geology_html_6149597609 geology_html_6149597609:252:23082:23086 Dunn Sierra Nevada (Spain) +0.462768 aapg_ae_74.html aapg_ae_74.html:89:9230:9256 Todilto San Ysidro, New Mexico +0.485077 geology_html_8986165275 geology_html_8986165275:73:7214:7223 Talkeetna Kodiak Island +0.258937 sedimentology_html_1776988099 sedimentology_html_1776988099:228:17040:17045 Cadiz California +0.399572 aapg_ac_561.html aapg_ac_561.html:486:51916:51933 Entrada New Mexico +0.27192 aapg_ae_574.html aapg_ae_574.html:147:18952:18971 Mowry Weston, Florida +0.372008 aapg_aa_302.html aapg_aa_302.html:285:34386:34402 Pequop Logan, Utah +0.256452 aapg_af_625.html aapg_af_625.html:811:81765:81771 Salina Kentucky +0.46206 gsa_html_6753732431 gsa_html_6753732431:696:63793:63802 San Diego California +0.2472 gsa_html_6158055432 gsa_html_6158055432:515:59998:60008 Washington Salem, Oregon +0.4598 aapg_aa_934.html aapg_aa_934.html:54:8322:8330 Sterling San Angelo, Texas +0.498597 cspg_html_3516764931 cspg_html_3516764931:434:63855:63860 Price Victoria, British Columbia +0.516275 aapg_ah_638.html aapg_ah_638.html:37:4495:4504 Red Bluff Alabama +0.24926 jgeology_html_8494933343 jgeology_html_8494933343:328:22874:22877 Lee Colorado +0.50128 AMJC_html_1873062106 AMJC_html_1873062106:880:97897:97915 Morrison New Mexico +0.266772 aapg_aa_99.html aapg_aa_99.html:23:2444:2450 Salina Guelph +0.240084 aapg_ah_696.html aapg_ah_696.html:66:8556:8576 Chumstick Roslyn, New York +0.25194 aapg_ai_17.html aapg_ai_17.html:24:3184:3190 Sabine Arkadelphia, Arkansas +0.25908 cspg_html_1503116552 cspg_html_1503116552:113:17694:17716 Beaverhill Lacombe, Alberta +0.4884 aapg_ac_333.html aapg_ac_333.html:1118:132826:132855 San Andres New Mexico +0.249879 aapg_ah_90.html aapg_ah_90.html:42:6812:6824 Burro Canyon Cedar Mountains +0.474635 cspg_html_8818854104 cspg_html_8818854104:646:74811:74831 Nikanassin Lacombe, Alberta +0.502856 aapg_ai_105.html aapg_ai_105.html:342:41272:41279 Oquirrh Wasatch Range +0.261112 aapg_ae_687.html aapg_ae_687.html:202:23031:23039 Colorado Denver +0.442728 aapg_ai_957.html aapg_ai_957.html:491:47021:47028 Reynosa Texas +0.497466 aapg_ah_745.html aapg_ah_745.html:104:8660:8688 Franconia Franconia, New Hampshire +0.255972 cspg_html_3521815736 cspg_html_3521815736:22:3625:3634 Baldonnel Williston, Vermont +0.48896 gsa_html_3289445934 gsa_html_3289445934:631:51614:51642 Green River Colorado +0.494172 aapg_ah_860.html aapg_ah_860.html:57:7064:7070 Racine Guelph +0.256928 gsa_html_9687474095 gsa_html_9687474095:1011:87945:87952 Madison Chile +0.449123 gsa_html_6350949088 gsa_html_6350949088:80:7520:7536 Kodiak Kodiak Island +0.353082 cspg_html_3129231627 cspg_html_3129231627:345:46003:46015 Vendom Fiord Ellesmere Island +0.262654 jgeology_html_5518896417 jgeology_html_5518896417:186:8476:8487 White River Western world +0.469872 aapg_ae_794.html aapg_ae_794.html:195:24376:24396 Coon Creek Selma to Montgomery marches +0.281158 aapg_ac_187.html aapg_ac_187.html:2951:303874:303890 Cupido Coahuila +0.26037 AMJC_html_6759408618 AMJC_html_6759408618:256:27135:27146 Martinsburg Great Valley, New York +0.932256 aapg_ai_582.html aapg_ai_582.html:10:1117:1135 Sundance Black Hills +0.53059 aapg_ad_865.html aapg_ad_865.html:38:3890:3906 Dakota Hermosa, Chicago +0.482816 aapg_ae_465.html aapg_ae_465.html:39:4295:4316 Pine Island County Sligo +0.493735 gsa_html_1826402027 gsa_html_1826402027:627:73875:73884 Flagstaff Camp Verde, Arizona +0.478296 aapg_ai_410.html aapg_ai_410.html:340:29637:29645 Woodford Arkansas +0.477402 cspg_html_3926542795 cspg_html_3926542795:1421:146551:146571 Swan Hills Canada +0.484272 cspg_html_1925276454 cspg_html_1925276454:545:56368:56392 Frio Texas +0.888174 aapg_ah_411.html aapg_ah_411.html:147:16880:16893 Bearpaw Milk River, Alberta +0.505986 aapg_aa_717.html aapg_aa_717.html:3:313:332 Gatesburg Pennsylvania +0.259 aapg_ae_872.html aapg_ae_872.html:64:8692:8703 Black Creek Charleston, South Carolina +0.258028 aapg_ae_185.html aapg_ae_185.html:166:13642:13651 Shongaloo Sarepta, Louisiana +0.270908 aapg_af_531.html aapg_af_531.html:73:8681:8687 Barrow Middle East +0.546255 aapg_ac_307.html aapg_ac_307.html:104:9674:9685 Green River Uinta Mountains +0.912847 cspg_html_6255491344 cspg_html_6255491344:6:558:583 Fernie Lacombe, Alberta +0.467055 aapg_ah_532.html aapg_ah_532.html:141:10938:10954 Elbert Leadville, Colorado +0.497664 aapg_ac_942.html aapg_ac_942.html:216:26167:26184 Paradox Logan, Utah +0.263088 cspg_html_9290046117 cspg_html_9290046117:775:93701:93721 Nikanassin Lacombe, Alberta +0.521823 aapg_ah_371.html aapg_ah_371.html:85:6520:6534 Eutaw Tuscaloosa, Alabama +0.359233 aapg_af_575.html aapg_af_575.html:527:72527:72539 Fayetteville Meramec River +0.504339 gsa_html_7678142233 gsa_html_7678142233:432:32126:32147 Lawrence Middle Ordovician +0.372345 cspg_html_1265381145 cspg_html_1265381145:192:20564:20572 Palliser Lacombe, Alberta +0.48306 aapg_ak_23.html aapg_ak_23.html:224:20807:20811 Hall California +0.244989 sedimentology_html_1293179143 sedimentology_html_1293179143:1139:80707:80711 Hall London, Ontario +0.547776 aapg_ad_761.html aapg_ad_761.html:80:7186:7207 Denton Buda, Texas +0.256011 aapg_ah_724.html aapg_ah_724.html:433:55178:55196 Kaskapau Canada +0.493218 aapg_ac_729.html aapg_ac_729.html:690:66362:66377 Favel Manitoba +0.490116 aapg_ah_94.html aapg_ah_94.html:235:25493:25513 Fort Union Fort Union Trading Post National Historic Site +0.262644 gsa_html_3872060924 gsa_html_3872060924:675:56475:56485 Washington Seattle +0.260478 cspg_html_9435196958 cspg_html_9435196958:704:30418:30434 Belly River Lacombe, Alberta +0.254338 aapg_aa_98.html aapg_aa_98.html:108:8991:9021 Slave Point Gulf Coast of the United States +0.259524 aapg_af_98.html aapg_af_98.html:70:8995:9011 Dakota San Juan, Argentina +0.24543 palaios_html_3129690911 palaios_html_3129690911:625:53254:53263 San Diego Currie, Minnesota +0.475566 aapg_af_446.html aapg_af_446.html:72:9028:9037 Englewood Colorado +0.367 gsa_html_3720789279 gsa_html_3720789279:485:42652:42660 John Day Salem, Oregon +0.492993 cspg_html_1450375831 cspg_html_1450375831:20:2857:2878 Upper Lynx Lacombe, Alberta +0.262656 aapg_aa_110.html aapg_aa_110.html:47:7034:7055 Green River Wasatch Range +0.26059 cspg_html_4103411715 cspg_html_4103411715:50:6409:6425 Viking Canada +0.243811 aapg_ae_984.html aapg_ae_984.html:389:37282:37298 Salado Delaware +0.265104 cspg_html_8532932475 cspg_html_8532932475:626:56511:56537 Halfway Canada +0.438464 aapg_aa_684.html aapg_aa_684.html:241:22916:22931 Chugwater Cheyenne, Wyoming +0.256542 cspg_html_3102530088 cspg_html_3102530088:619:77978:77999 Milk River Lacombe, Alberta +0.525474 cspg_html_4105062490 cspg_html_4105062490:74:7924:7932 Palliser Lacombe, Alberta +0.483736 gsa_html_1254347878 gsa_html_1254347878:1242:114968:114980 Yellowjacket Boise, Idaho +0.261057 cspg_html_4785922166 cspg_html_4785922166:528:61969:62005 Dawson Bay Saskatoon +0.26471 aapg_ai_72.html aapg_ai_72.html:121:9703:9712 Vicksburg Texas +0.261126 aapg_ad_2.html aapg_ad_2.html:1611:223338:223349 Beekmantown Mount Nittany +0.478101 sedimentology_html_5922191587 sedimentology_html_5922191587:984:80460:80469 Peninsula Korea +0.497552 aapg_ae_71.html aapg_ae_71.html:91:8024:8029 Aneth Ouray, Colorado +0.48222 aapg_ae_658.html aapg_ae_658.html:582:59546:59555 Salt Lake Logan, Utah +0.467818 geology_html_9314524367 geology_html_9314524367:198:19536:19564 Espinaso New Mexico +0.492336 aapg_ad_249.html aapg_ad_249.html:74:8718:8731 Salina Calhoun County, Michigan +0.257424 aapg_ae_959.html aapg_ae_959.html:1795:129235:129250 Dog Creek Wichita, Kansas +0.251715 aapg_ai_593.html aapg_ai_593.html:1672:170752:170770 Kiamichi Texas +0.272475 gsa_html_6837513060 gsa_html_6837513060:171:16380:16386 Renton Black River, Jamaica +0.455345 aapg_aa_702.html aapg_aa_702.html:925:116507:116511 Hall Ohio +0.713146 cspg_html_9343899465 cspg_html_9343899465:204:25485:25498 Blue Fiord Little Cornwallis Island +0.265144 jgeology_html_4305195651 jgeology_html_4305195651:2521:172285:172320 Mauch Chunk Pennsylvania +0.28496 aapg_ah_435.html aapg_ah_435.html:98:12569:12579 Georgetown Buda, Texas +0.508464 gsa_html_3648258377 gsa_html_3648258377:858:80503:80531 Potomac Closter, New Jersey +0.23661 geology_html_5590413695 geology_html_5590413695:149:13382:13389 Fontana California +0.260977 palaios_html_2265050567 palaios_html_2265050567:1177:103363:103375 Pethei Canada +0.454476 aapg_ah_165.html aapg_ah_165.html:365:43740:43747 Pelican Lacombe, Alberta +0.281861 sedimentology_html_2139169476 sedimentology_html_2139169476:361:39085:39094 Peninsula Korea +0.495726 cspg_html_1509800797 cspg_html_1509800797:28:3524:3531 Bearpaw Lethbridge +0.478632 aapg_ae_546.html aapg_ae_546.html:211:25247:25270 Cotton Valley Bossier City, Louisiana +0.276532 aapg_af_388.html aapg_af_388.html:543:68460:68485 Chinle Chinle Formation +0.480495 aapg_ae_581.html aapg_ae_581.html:663:72975:72994 Fox Hills Sweetwater, Miami-Dade County, Florida +0.7068 aapg_aa_381.html aapg_aa_381.html:61:7658:7673 Santa Margarita Rancho Santa Margarita, California +0.266207 palaios_html_2746116737 palaios_html_2746116737:820:67419:67439 Tallahatta Mississippi River +0.269336 sedimentology_html_1055046119 sedimentology_html_1055046119:676:32873:32877 Ross Stroudsburg, Pennsylvania +0.508785 aapg_ae_705.html aapg_ae_705.html:493:46350:46367 Rincon Monterey, California +0.491748 aapg_ai_53.html aapg_ai_53.html:153:18063:18067 Buda Buda, Texas +0.268786 cspg_html_4495377323 cspg_html_4495377323:301:31728:31739 Peace River Victoria, British Columbia +0.454092 aapg_ac_635.html aapg_ac_635.html:207:21537:21556 Hornbrook Jackson County, Missouri +0.363814 aapg_ai_975.html aapg_ai_975.html:279:26915:26932 Hosston Texas +0.861732 aapg_ae_41.html aapg_ae_41.html:1167:81982:82001 Waterways Canada +0.507833 cspg_html_4433937749 cspg_html_4433937749:77:11310:11316 Viking Bow Island Airport +0.544533 aapg_ah_90.html aapg_ah_90.html:67:11087:11099 Burro Canyon Grand Junction, Colorado +0.495907 aapg_ae_999.html aapg_ae_999.html:73:11255:11279 Jackson Alabama +0.496848 aapg_ae_993.html aapg_ae_993.html:552:57101:57120 Lodgepole Boise, Idaho +0.495281 gsa_html_4543270561 gsa_html_4543270561:1329:110029:110057 Green River New Mexico +0.493812 sedimentology_html_3200584564 sedimentology_html_3200584564:1143:79423:79445 Dunvegan Canada +0.474552 cspg_html_2653900441 cspg_html_2653900441:438:52449:52464 Provo Vancouver +0.472787 cspg_html_1503116552 cspg_html_1503116552:1269:198585:198630 Beaverhill Lacombe, Alberta +0.4579 cspg_html_1925276454 cspg_html_1925276454:603:59286:59294 Bullhead Victoria, British Columbia +0.252984 gsa_html_3696101390 gsa_html_3696101390:535:53539:53545 Oxford Hancock, Michigan +0.50024 sedimentology_html_3865745685 sedimentology_html_3865745685:1594:111086:111115 Dunvegan Lacombe, Alberta +0.2485 gsa_html_4415818938 gsa_html_4415818938:213:14725:14731 Brazil Guyana +0.507162 aapg_af_16.html aapg_af_16.html:71:9115:9123 Niobrara Cheyenne, Wyoming +0.264704 gsa_html_4670506866 gsa_html_4670506866:10:329:340 Green River Kentucky +0.263872 cspg_html_2490951833 cspg_html_2490951833:404:59206:59213 Gilwood Swan Hill, Victoria +0.49152 gsa_html_6893315801 gsa_html_6893315801:540:44991:45001 Wellington Victoria Land +0.505854 aapg_af_638.html aapg_af_638.html:24:2893:2901 Michigan Antrim, County Antrim +0.253302 aapg_af_734.html aapg_af_734.html:128:17135:17153 Kongakut Anchorage, Alaska +0.245508 aapg_ai_256.html aapg_ai_256.html:267:27909:27926 Kinderhook San Fernando Valley +0.26775 sedimentology_html_5880564597 sedimentology_html_5880564597:1138:72610:72618 Colorado Denver +0.454377 cspg_html_2094634763 cspg_html_2094634763:303:40032:40050 Roseray Lacombe, Alberta +0.473946 cspg_html_7404699681 cspg_html_7404699681:375:37203:37211 Columbia Lacombe, Alberta +0.272964 aapg_ad_305.html aapg_ad_305.html:304:28153:28170 Cardium Canada +0.49868 sedimentology_html_1046729113 sedimentology_html_1046729113:1510:135629:135647 Frontier Powder River Basin +0.514848 aapg_ad_880.html aapg_ad_880.html:840:81621:81639 Sundance Black Hills +0.48756 cspg_html_5688447798 cspg_html_5688447798:143:20638:20671 Disappointment Bay Ellesmere Island +0.478611 aapg_ah_532.html aapg_ah_532.html:3:343:351 Colorado Ouray, Colorado +0.26572 aapg_af_788.html aapg_af_788.html:247:21521:21531 Bell Presque Isle County, Michigan +0.247995 aapg_aa_718.html aapg_aa_718.html:595:63804:63821 Keefer Huntington, West Virginia +0.905142 cspg_html_9439353033 cspg_html_9439353033:435:43061:43079 Scollard Lacombe, Alberta +0.264196 sedimentology_html_7553974053 sedimentology_html_7553974053:1464:120207:120229 Bluff Canada +0.25245 cspg_html_9905904289 cspg_html_9905904289:141:17343:17361 Whitemud Regina, Saskatchewan +0.471555 aapg_af_854.html aapg_af_854.html:897:126880:126897 Renault Monroe County, Florida +0.2465 gsa_html_8271829751 gsa_html_8271829751:13:622:632 Ellensburg Washington (state) +0.28184 aapg_aa_712.html aapg_aa_712.html:201:24155:24162 Calvert Virginia +0.25704 sedimentology_html_7399126879 sedimentology_html_7399126879:193:15709:15712 Arc Tyrrhenian Sea +0.476761 aapg_af_892.html aapg_af_892.html:921:86225:86237 Leonard Texas +0.256 gsa_html_9901339383 gsa_html_9901339383:456:41815:41823 Colorado Cheyenne, Wyoming +0.2685 aapg_ae_205.html aapg_ae_205.html:222:18620:18626 Pocono Pennsylvania +0.481036 sedimentology_html_8941825370 sedimentology_html_8941825370:708:47684:47688 Hall London, Ontario +0.499552 aapg_aa_685.html aapg_aa_685.html:217:19610:19622 Willow Creek Salina, Kansas +0.476545 aapg_aa_662.html aapg_aa_662.html:125:11239:11249 Washington Muskingum River +0.254961 gsa_html_9478615109 gsa_html_9478615109:14:640:646 Denver Colorado +0.248412 geology_html_3479183091 geology_html_3479183091:18:1289:1299 Las Cruces New Mexico +0.268275 aapg_ai_835.html aapg_ai_835.html:84:9506:9514 Beaumont Matagorda Island +0.473847 aapg_ad_564.html aapg_ad_564.html:4039:317263:317274 Mowry Sevier orogeny +0.498348 aapg_aa_23.html aapg_aa_23.html:341:40293:40306 Winnipeg Winnipeg +0.268323 aapg_ah_638.html aapg_ah_638.html:37:4410:4430 Citronelle Alabama +0.451696 cspg_html_8065532640 cspg_html_8065532640:100:12838:12856 Cadillac Prairie Creek, Arkansas +0.47564 gsa_html_8236729701 gsa_html_8236729701:163:18847:18856 San Diego California +0.258028 aapg_aa_12.html aapg_aa_12.html:248:26905:26911 Frisco Sallisaw, Oklahoma +0.26367 aapg_ah_52.html aapg_ah_52.html:361:52492:52506 Lizard Springs Trinidad and Tobago +0.250318 AMJC_html_4504848787 AMJC_html_4504848787:599:58187:58202 Lynchburg Virginia +0.264528 aapg_af_166.html aapg_af_166.html:281:32577:32596 Catahoula Middle East +0.251988 aapg_ai_28.html aapg_ai_28.html:264:25021:25027 Lissie Duval County, Texas +0.860184 cspg_html_5660413005 cspg_html_5660413005:219:25292:25310 Graminia Blue Ridge Mountains +0.496908 aapg_ai_980.html aapg_ai_980.html:694:61891:61906 Swift Cut Bank, Montana +0.48501 cspg_html_7872594630 cspg_html_7872594630:34:5938:5959 Rocky Brook Bridgetown, Nova Scotia +0.263133 gsa_html_4837287019 gsa_html_4837287019:93:10773:10791 Crescent Tukwila, Washington +0.49266 geology_html_6392821947 geology_html_6392821947:274:23496:23502 Cannon New Mexico +0.492012 geology_html_7678329140 geology_html_7678329140:288:24742:24758 Table Head Middle Ordovician +0.506352 cspg_html_3026112034 cspg_html_3026112034:753:74211:74216 Banff Lacombe, Alberta +0.26728 cspg_html_1503116552 cspg_html_1503116552:79:12015:12034 Waterways Swan Hill, Victoria +0.4685 gsa_html_4071231613 gsa_html_4071231613:798:87385:87391 Oregon Boise, Idaho +0.2465 cspg_html_8438548095 cspg_html_8438548095:33:3998:4039 Edmonton Edmonton, London +0.483285 aapg_af_854.html aapg_af_854.html:1079:152192:152213 Paint Creek Buck Creek State Park +0.27108 gsa_html_4675429437 gsa_html_4675429437:774:55134:55144 San Felipe Sonora +0.255374 gsa_html_1826402027 gsa_html_1826402027:681:77870:77876 Mormon Arizona +0.309111 aapg_ai_82.html aapg_ai_82.html:107:13531:13555 Pottsville Greenbrier (Great Smoky Mountains) +0.261602 cspg_html_9717154602 cspg_html_9717154602:991:84640:84644 Kent Colorado +0.2491 aapg_ad_244.html aapg_ad_244.html:217:20186:20208 Little Falls Poland +0.490941 gsa_html_8940574128 gsa_html_8940574128:1239:86183:86211 Green River Colorado +0.47634 cspg_html_2865093674 cspg_html_2865093674:22:3916:3925 Gog Cranbrook, British Columbia +0.25725 aapg_aa_712.html aapg_aa_712.html:120:15093:15113 Platteville Midwestern United States +0.249318 aapg_ae_428.html aapg_ae_428.html:956:75147:75164 Temblor California +0.27071 aapg_ad_52.html aapg_ad_52.html:1125:122948:122966 Michigan Michigan +0.7125 aapg_ah_318.html aapg_ah_318.html:523:61510:61529 Smackover Alabama +0.464002 cspg_html_5541937700 cspg_html_5541937700:946:112354:112377 Viking Lacombe, Alberta +0.497988 aapg_ad_2.html aapg_ad_2.html:163:22542:22550 Catoctin Maryland +0.708032 aapg_af_625.html aapg_af_625.html:406:40840:40857 Chemung Huntington, West Virginia +0.265161 cspg_html_8427119881 cspg_html_8427119881:31:5258:5277 Cold Lake Suffield, Connecticut +0.470305 aapg_ad_231.html aapg_ad_231.html:63:8217:8225 Colorado Denver +0.480768 gsa_html_5952049575 gsa_html_5952049575:294:35364:35385 Green River Cheyenne, Wyoming +0.474759 aapg_af_11.html aapg_af_11.html:232:25347:25366 Leadville Ouray, Colorado +0.471814 aapg_ae_93.html aapg_ae_93.html:21:4389:4422 Kootenay Victoria, British Columbia +0.486675 aapg_ac_719.html aapg_ac_719.html:123:13410:13433 Poison Canyon Ganges +0.49685 aapg_af_384.html aapg_af_384.html:235:26192:26212 Emma Fiord Ellesmere Island +0.516594 aapg_ae_45.html aapg_ae_45.html:53:6853:6862 Smackover Arkansas +0.245016 gsa_html_2238682854 gsa_html_2238682854:495:59817:59824 Madison Portland, Maine +0.25088 aapg_ae_73.html aapg_ae_73.html:466:61715:61727 Pierre Las Vegas Strip +0.48144 cspg_html_9330018201 cspg_html_9330018201:118:18562:18588 Windsor Elko, Nevada +0.248082 cspg_html_1654370716 cspg_html_1654370716:217:25933:25950 Prairie Regina, Saskatchewan +0.252434 aapg_ac_967.html aapg_ac_967.html:309:35592:35600 Richmond Richmond, California +0.262023 gsa_html_4220229801 gsa_html_4220229801:13:620:627 Spokane Washington (state) +0.469116 aapg_ac_380.html aapg_ac_380.html:95:12981:12989 Camillus Salina, Kansas +0.50313 aapg_ah_311.html aapg_ah_311.html:345:37701:37711 Fort Union Knife River +0.247005 gsa_html_1549665076 gsa_html_1549665076:747:66749:66755 Oregon Reston, Virginia +0.43008 aapg_ae_917.html aapg_ae_917.html:245:26902:26914 Belden Leadville, Colorado +0.253512 AMJC_html_4299960498 AMJC_html_4299960498:230:31215:31221 Oregon Boise, Idaho +0.047872 aapg_ad_567.html aapg_ad_567.html:168:30760:30771 Mowry Powder River Basin +0.255 aapg_ac_879.html aapg_ac_879.html:161:22552:22562 Washington Methow River +0.260478 aapg_aa_147.html aapg_aa_147.html:236:28669:28684 Interlake Middle East +0.254664 palaios_html_8113714689 palaios_html_8113714689:289:32523:32537 Antelope Range Reno, Nevada +0.26341 aapg_ae_171.html aapg_ae_171.html:414:36334:36345 Skull Creek Newcastle, New South Wales +0.26316 cspg_html_5241714595 cspg_html_5241714595:8:774:788 Evie Lacombe, Alberta +0.70854 gsa_html_2605108986 gsa_html_2605108986:860:71834:71853 Matanuska Anchorage, Alaska +0.364728 cspg_html_9941518291 cspg_html_9941518291:36:5987:6002 Douro Little Cornwallis Island +0.261096 gsa_html_2385272553 gsa_html_2385272553:925:97041:97069 Green River New Mexico +0.260568 aapg_ae_419.html aapg_ae_419.html:4009:248710:248717 El Paso Texas +0.262416 jgeology_html_4115179562 jgeology_html_4115179562:259:19296:19310 Bays Virginia +0.4735 cspg_html_2492063773 cspg_html_2492063773:10:785:801 Spray Qualicum River +0.249744 aapg_af_748.html aapg_af_748.html:354:33557:33572 Gates Victoria, British Columbia +0.485051 AMJC_html_1938223835 AMJC_html_1938223835:128:16288:16307 Ripogenus Stacyville, Iowa +0.469482 gsa_html_6589330144 gsa_html_6589330144:106:14346:14354 Loveland Peoria, Illinois +0.460265 AMJC_html_1690410018 AMJC_html_1690410018:500:71660:71665 Weeks Iran +0.253791 aapg_ae_173.html aapg_ae_173.html:513:32342:32371 Ajibik Quartzite Michigan +0.268836 cspg_html_9508543859 cspg_html_9508543859:758:65351:65360 San Diego California +0.46656 aapg_ai_694.html aapg_ai_694.html:42:6376:6412 Pine Island Houston +0.473598 aapg_af_859.html aapg_af_859.html:93:14662:14673 San Antonio Beaumont, Texas +0.272483 sedimentology_html_9260132433 sedimentology_html_9260132433:95:9846:9862 Eureka Quartzite Middle East +0.248601 cspg_html_5955028331 cspg_html_5955028331:538:62607:62625 Dunvegan Lacombe, Alberta +0.47916 gsa_html_2405187054 gsa_html_2405187054:29:2796:2824 Green River Iran +0.48323 gsa_html_4234009219 gsa_html_4234009219:367:36422:36428 Oregon Washington (state) +0.696566 aapg_ae_305.html aapg_ae_305.html:866:67913:67919 Perija Maracaibo +0.260977 aapg_ae_370.html aapg_ae_370.html:97:10103:10109 Oregon Washington (state) +0.370173 cspg_html_5000772122 cspg_html_5000772122:8:968:980 Fernie Fernie, British Columbia +0.265684 aapg_ad_3.html aapg_ad_3.html:539:52672:52683 Beekmantown Knoxville, Tennessee +0.27071 aapg_ad_995.html aapg_ad_995.html:143:17506:17518 Winnipegosis Williston, Vermont +0.478101 palaios_html_4745554613 palaios_html_4745554613:511:54842:54854 Pierre Sharon Springs, Kansas +0.881657 aapg_ai_724.html aapg_ai_724.html:209:19802:19821 Allen Bay Devon Island +0.481076 aapg_ac_716.html aapg_ac_716.html:749:51693:51698 Logan Trego, Wisconsin +0.24745 aapg_ae_880.html aapg_ae_880.html:325:31362:31368 Casper Cheyenne, Wyoming +0.25338 cspg_html_5971009166 cspg_html_5971009166:5:258:277 Yahatinda Lacombe, Alberta +0.23571 gsa_html_8136022028 gsa_html_8136022028:11:563:571 Virginia Reston, Virginia +0.257484 aapg_ae_939.html aapg_ae_939.html:458:21128:21134 Tessey Salado, Texas +0.348764 cspg_html_4822015639 cspg_html_4822015639:65:10740:10756 Eureka Quartzite Reno, Nevada +0.479245 aapg_af_92.html aapg_af_92.html:174:15721:15730 Morehouse Millard County, Utah +0.261105 aapg_aa_314.html aapg_aa_314.html:423:49874:49888 Monmouth Long Island (Massachusetts) +0.249996 aapg_aa_302.html aapg_aa_302.html:82:10341:10347 Antler Sonoma, California +0.24786 aapg_aa_821.html aapg_aa_821.html:25:2378:2386 Victoria Gippsland +0.267273 aapg_ae_16.html aapg_ae_16.html:46:5861:5869 Columbia Victoria, British Columbia +0.475132 sedimentology_html_9079273526 sedimentology_html_9079273526:16:1124:1142 Willwood Cheyenne, Wyoming +0.245025 jgeology_html_8355852976 jgeology_html_8355852976:654:44290:44298 Colorado Pueblo, Colorado +0.486472 cspg_html_4319383223 cspg_html_4319383223:393:48027:48035 Columbia Lacombe, Alberta +0.27999 aapg_aa_873.html aapg_aa_873.html:313:31025:31031 Brazil South America +0.47411 gsa_html_7214330928 gsa_html_7214330928:616:55490:55499 San Diego California +0.269345 aapg_ad_466.html aapg_ad_466.html:296:36667:36679 Potomac Closter, New Jersey +0.25452 palaios_html_6975607234 palaios_html_6975607234:376:32012:32035 Choctawhatchee Melbourne, Florida +0.256522 cspg_html_6306091047 cspg_html_6306091047:111:17641:17649 Columbia Victoria, British Columbia +0.370898 aapg_ah_182.html aapg_ah_182.html:491:38959:38977 Morrison Cheyenne, Wyoming +0.46207 aapg_ai_871.html aapg_ai_871.html:104:10107:10115 Colorado Denver +0.370158 aapg_ai_49.html aapg_ai_49.html:766:97835:97843 Sundance Colorado +0.478969 aapg_ac_333.html aapg_ac_333.html:1216:145459:145476 Bursum Plateau State +0.254881 aapg_ae_876.html aapg_ae_876.html:515:56049:56073 Cedar Mountain Mancos, Colorado +0.49087 geology_html_7526114759 geology_html_7526114759:148:11024:11051 Columbia Mount Rainier, Maryland +0.267264 aapg_ad_933.html aapg_ad_933.html:31:3442:3450 Colorado Denver +0.442215 aapg_ae_255.html aapg_ae_255.html:269:30642:30653 Abercrombie Brazoria County, Texas +0.504339 aapg_ae_391.html aapg_ae_391.html:517:48347:48354 Rustler Pecos River +0.265728 cspg_html_4666332434 cspg_html_4666332434:487:72683:72701 Judith River Lacombe, Alberta +0.250712 cspg_html_9516677253 cspg_html_9516677253:220:29555:29579 Cardium Lacombe, Alberta +0.488448 palaios_html_1229296810 palaios_html_1229296810:222:20602:20608 Brazil Avilla, Indiana +0.276962 cspg_html_5697056884 cspg_html_5697056884:135:13887:13908 Meadow Lake Regina, Saskatchewan +0.258825 gsa_html_4675429437 gsa_html_4675429437:245:17656:17666 San Felipe California +0.704052 cspg_html_3041902517 cspg_html_3041902517:987:109668:109687 Grandeur Kaibab, Arizona +0.248976 gsa_html_6982030333 gsa_html_6982030333:1220:113987:113997 Washington Boise, Idaho +0.25338 sedimentology_html_6367222020 sedimentology_html_6367222020:1023:50847:50868 Golden Grove Barbados +0.819874 cspg_html_9771826320 cspg_html_9771826320:376:66630:66648 Eureka Sound Banks Island +0.235104 geology_html_3302921640 geology_html_3302921640:255:23508:23520 Fayetteville Arkansas +0.253791 aapg_ae_370.html aapg_ae_370.html:250:21505:21510 Tejon California +0.26367 cspg_html_6839937815 cspg_html_6839937815:233:32940:32946 Toroweap Harrisburg, Pennsylvania +0.898679 gsa_html_7102550258 gsa_html_7102550258:321:35155:35177 Entrada Kayenta, Arizona +0.48601 aapg_aa_302.html aapg_aa_302.html:704:74292:74313 Bird Spring Reno, Nevada +0.496683 cspg_html_5515814749 cspg_html_5515814749:151:19974:19985 Skull Creek Big River (California) +0.254944 aapg_aa_603.html aapg_aa_603.html:500:53937:53958 Fish Scales Lacombe, Alberta +0.245248 aapg_ai_340.html aapg_ai_340.html:385:43727:43749 Nation River Anchorage, Alaska +0.49495 cspg_html_7881580279 cspg_html_7881580279:131:17808:17824 Yeoman Regina, Saskatchewan +0.486664 gsa_html_8398449001 gsa_html_8398449001:639:51521:51531 Bear River Bear Lake, Michigan +0.272824 aapg_ad_430.html aapg_ad_430.html:138:10434:10446 Hosston Lisbon +0.268323 sedimentology_html_3181527419 sedimentology_html_3181527419:1099:66833:66855 Earp Arizona +0.48165 palaios_html_2449649505 palaios_html_2449649505:43:4928:4954 Kayenta Colorado +0.69065 aapg_ah_815.html aapg_ah_815.html:84:6124:6131 Hosston Mississippi River +0.26924 gsa_html_4298040492 gsa_html_4298040492:108:13688:13707 Keno Hill Anchorage, Alaska +0.26818 cspg_html_2013109828 cspg_html_2013109828:209:37118:37138 Beaverfoot Bear Lake, Michigan +0.269748 aapg_aa_463.html aapg_aa_463.html:248:47563:47571 Norphlet Cotton Valley, Louisiana +0.259548 aapg_ae_805.html aapg_ae_805.html:276:32525:32533 San Luis Colorado +0.481076 gsa_html_2422494332 gsa_html_2422494332:585:59138:59165 Weaverville Weaverville, California +0.252464 AMJC_html_7321319159 AMJC_html_7321319159:355:40640:40650 Santa Cruz Anacapa Island +0.251955 gsa_html_7808051457 gsa_html_7808051457:487:44440:44457 Manitou White River (Washington) +0.8786 aapg_aa_23.html aapg_aa_23.html:26:4253:4262 Interlake Winnipeg +0.257484 aapg_ak_87.html aapg_ak_87.html:476:60396:60401 Supai Mogollon, New Mexico +0.2499 aapg_ae_608.html aapg_ae_608.html:437:51023:51031 Colorado Colorado +0.240318 aapg_af_392.html aapg_af_392.html:120:13540:13546 Denver Colorado +0.250194 aapg_ah_871.html aapg_ah_871.html:3:249:289 Chazy Quebec City +0.251472 aapg_ai_399.html aapg_ai_399.html:150:15588:15604 Ripley Tuscaloosa, Alabama +0.266716 cspg_html_2013109828 cspg_html_2013109828:470:75882:75888 Fernie Victoria, British Columbia +0.249936 aapg_ah_318.html aapg_ah_318.html:1986:180117:180139 Olvido Matamoros, Tamaulipas +0.268 aapg_af_49.html aapg_af_49.html:79:8459:8489 Sierra Santa Barbara, California +0.24064 sedimentology_html_5315330584 sedimentology_html_5315330584:536:49386:49390 Java Lesser Sunda Islands +0.51541 geology_html_5491871101 geology_html_5491871101:287:23851:23869 Monterey California +0.25551 jgeology_html_8064855537 jgeology_html_8064855537:246:16548:16565 Skull Creek Cheyenne, Wyoming +0.494172 gsa_html_2284204284 gsa_html_2284204284:139:17489:17497 Glasford Avon (county) +0.724662 aapg_ai_107.html aapg_ai_107.html:229:22751:22768 Bossier Arkansas +0.4788 gsa_html_1440648000 gsa_html_1440648000:21:1282:1292 Washington Washington (state) +0.249498 aapg_ae_958.html aapg_ae_958.html:1777:154560:154565 Queen Carlsbad, New Mexico +0.237626 aapg_ac_375.html aapg_ac_375.html:197:21222:21259 Hess Santiago +0.532128 aapg_ah_48.html aapg_ah_48.html:458:54325:54337 Dakota Colorado +0.262654 cspg_html_7602315496 cspg_html_7602315496:13:2138:2151 Wapiabi Lacombe, Alberta +0.24442 sedimentology_html_9699563254 sedimentology_html_9699563254:600:51953:51969 Viking Canada +0.49851 gsa_html_1064083393 gsa_html_1064083393:949:77452:77480 Green River Iran +0.256027 cspg_html_1274054064 cspg_html_1274054064:77:12567:12592 St. Mary River Bearpaw Formation +0.257943 sedimentology_html_6619747998 sedimentology_html_6619747998:990:61426:61447 Cliff House Colorado +0.94178 cspg_html_8089302449 cspg_html_8089302449:328:56690:56700 Dawson Bay Lacombe, Alberta +0.245464 aapg_ae_69.html aapg_ae_69.html:172:19017:19033 Maroon Uinta Mountains +0.4775 aapg_aa_66.html aapg_aa_66.html:315:28214:28222 Colorado Denver +0.256236 aapg_aa_993.html aapg_aa_993.html:79:8530:8538 Woodbine East Texas +0.25123 gsa_html_3049782768 gsa_html_3049782768:748:64387:64397 Washington Bellingham, Washington +0.49296 cspg_html_5807593737 cspg_html_5807593737:33:6072:6080 Woodbend Regina, Saskatchewan +0.519284 gsa_html_1782660328 gsa_html_1782660328:63:4244:4272 Green River Colorado +0.482895 gsa_html_8241338635 gsa_html_8241338635:246:24419:24427 Moenkopi Coconino County, Arizona +0.483708 palaios_html_6975607234 palaios_html_6975607234:550:43075:43087 Martinsville Ward (LDS Church) +0.471932 cspg_html_9228130101 cspg_html_9228130101:6:436:454 Kaskapau Lacombe, Alberta +0.294109 aapg_ai_829.html aapg_ai_829.html:843:66675:66679 Lane Jackson County, Missouri +0.254829 aapg_aa_288.html aapg_aa_288.html:480:49115:49136 Green River Colorado +0.27931 aapg_ae_946.html aapg_ae_946.html:267:24516:24523 Jewett Silt Lewis County, Washington +0.476215 aapg_ah_529.html aapg_ah_529.html:175:15612:15632 Roubidoux El Paso, Texas +0.275589 palaios_html_9041058007 palaios_html_9041058007:851:60365:60382 Verulam Ontario, California +0.25627 cspg_html_6255491344 cspg_html_6255491344:37:5981:5984 Elk Moose Mountain (Alberta) +0.48552 cspg_html_3447886929 cspg_html_3447886929:206:24180:24197 Beekmantown Anticosti Island +0.26162 gsa_html_7195000001 gsa_html_7195000001:50:4299:4317 Eureka Sound Canada +0.267804 gsa_html_8010927234 gsa_html_8010927234:167:10741:10759 Rangeley Rangeley, Maine +0.251446 cspg_html_2175627313 cspg_html_2175627313:59:7290:7298 Columbia Victoria, British Columbia +0.484748 palaios_html_1474437774 palaios_html_1474437774:1274:88603:88620 Kinzers Pennsylvania +0.273385 sedimentology_html_3200584564 sedimentology_html_3200584564:1291:85007:85012 Swift Logan, Utah +0.23364 jgeology_html_6431902030 jgeology_html_6431902030:487:34964:34970 Navajo Colorado +0.252004 aapg_ae_885.html aapg_ae_885.html:209:20556:20575 Horquilla Naco, Sonora +0.24453 gsa_html_7633967689 gsa_html_7633967689:92:11653:11660 Waipaoa Lake Taupo +0.26156 AMJC_html_5181024776 AMJC_html_5181024776:776:57354:57364 Washington Carmichael, California +0.4579 cspg_html_6786864151 cspg_html_6786864151:74:10016:10055 Trent River Qualicum River +0.261096 cspg_html_3023030263 cspg_html_3023030263:231:28397:28426 Sweetgrass Regina, Saskatchewan +0.251979 gsa_html_3038126504 gsa_html_3038126504:709:66666:66691 Bouse Southwestern United States +0.489328 gsa_html_5446866849 gsa_html_5446866849:863:65912:65922 Keokuk Bennington, Vermont +0.48297 aapg_ah_157.html aapg_ah_157.html:301:43219:43225 Elwren Bloomington, Indiana +0.491384 cspg_html_4407743346 cspg_html_4407743346:6:593:609 Muskeg Lacombe, Alberta +0.4775 aapg_ah_10.html aapg_ah_10.html:434:59938:59951 Santa Barbara San Joaquin River +0.258981 cspg_html_5241714595 cspg_html_5241714595:230:35641:35650 Keg River Lacombe, Alberta +0.677095 aapg_ad_3.html aapg_ad_3.html:85:8040:8050 Nolichucky Pennsylvania +0.464448 aapg_af_854.html aapg_af_854.html:308:38709:38719 Kinderhook Cincinnati +0.476532 aapg_af_789.html aapg_af_789.html:10:1730:1739 Hampshire Naples, Florida +0.435132 gsa_html_9353787239 gsa_html_9353787239:1178:99298:99336 Kingston Peak California +0.498318 geology_html_6186734946 geology_html_6186734946:134:16457:16464 Pamelia Martinsburg, Nebraska +0.253512 sedimentology_html_6958252640 sedimentology_html_6958252640:1004:82621:82625 Hall London, Ontario +0.256542 aapg_ah_414.html aapg_ah_414.html:40:2776:2796 Milk River Milk River, Alberta +0.26341 aapg_aa_702.html aapg_aa_702.html:2147:184347:184354 Paradox San Juan, Argentina +0.489417 aapg_ad_858.html aapg_ad_858.html:170:11823:11846 Smackover Haynesville, Louisiana +0.4807 cspg_html_9222238695 cspg_html_9222238695:221:30764:30772 Columbia Lacombe, Alberta +0.242039 gsa_html_4557277250 gsa_html_4557277250:888:74466:74472 Navajo Arizona +0.494429 cspg_html_7576506617 cspg_html_7576506617:292:40743:40765 Severn River Moose River (Maine) +0.697695 AMJC_html_6755612993 AMJC_html_6755612993:538:59191:59198 Norfolk Washington (state) +0.90155 sedimentology_html_2898428289 sedimentology_html_2898428289:1309:66768:66790 Winnipegosis Regina, Saskatchewan +0.247968 aapg_ai_583.html aapg_ai_583.html:805:85352:85366 Jelm Cheyenne, Wyoming +0.478028 gsa_html_3445493534 gsa_html_3445493534:736:75846:75864 Monterey California +0.496731 AMJC_html_6341723617 AMJC_html_6341723617:651:58932:58953 Green River Colorado +0.4653 aapg_ac_219.html aapg_ac_219.html:2157:168565:168571 Sierra San Salvador de Jujuy +0.4841 gsa_html_7987748650 gsa_html_7987748650:79:5449:5477 Green River Colorado +0.530464 aapg_ah_628.html aapg_ah_628.html:14:1889:1906 Entrada Santa Rosa, California +0.248003 sedimentology_html_9698218926 sedimentology_html_9698218926:922:61738:61759 Kaiparowits Logan, Utah +0.24888 geology_html_1950572215 geology_html_1950572215:247:23537:23551 Byng Canada +0.486614 aapg_ai_469.html aapg_ai_469.html:522:63811:63827 Exshaw Lacombe, Alberta +0.496422 aapg_ac_53.html aapg_ac_53.html:290:26900:26908 San Jose California +0.24276 sedimentology_html_9229777954 sedimentology_html_9229777954:3190:121318:121322 Hall London, Ontario +0.489402 AMJC_html_1873062106 AMJC_html_1873062106:1028:109853:109877 Cedar Mountain Logan, Utah +0.257514 gsa_html_5068384645 gsa_html_5068384645:12:554:562 Colorado Denver +0.247324 cspg_html_3893568904 cspg_html_3893568904:21:2235:2241 Luscar Mountain Park (Holyoke, Massachusetts) +0.479044 cspg_html_1025724640 cspg_html_1025724640:94:16414:16431 Potsdam Quebec +0.263652 gsa_html_5628658687 gsa_html_5628658687:696:70477:70483 Oxford Arizona +0.494853 cspg_html_9330018201 cspg_html_9330018201:231:33082:33087 Price Lacombe, Alberta +0.258063 aapg_ah_621.html aapg_ah_621.html:169:22113:22118 Bluff Dove Creek, Colorado +0.50304 cspg_html_2419618566 cspg_html_2419618566:490:62615:62623 Columbia Victoria, British Columbia +0.50774 gsa_html_3046135825 gsa_html_3046135825:846:69599:69621 Oceanic California +0.348964 aapg_ac_696.html aapg_ac_696.html:3:181:189 Palliser Lacombe, Alberta +0.248745 sedimentology_html_8006979411 sedimentology_html_8006979411:162:14620:14628 Columbia Victoria, British Columbia +0.258937 cspg_html_3819756910 cspg_html_3819756910:113:14208:14223 Pika Bow River +0.26866 AMJC_html_6051140390 AMJC_html_6051140390:412:42533:42546 Hanford Brook New Brunswick, New Jersey +0.489328 aapg_ad_784.html aapg_ad_784.html:483:52358:52363 Sespe Santa Clara County, California +0.265278 aapg_aa_610.html aapg_aa_610.html:34:4672:4687 Mesaverde Mancos, Colorado +0.25584 gsa_html_5687289300 gsa_html_5687289300:14:531:542 Main Street Texas +0.260036 aapg_ac_635.html aapg_ac_635.html:214:22427:22446 Hornbrook Hornbrook, California +0.505195 aapg_af_971.html aapg_af_971.html:274:34901:34910 Red River Williston, Vermont +0.262143 aapg_ah_530.html aapg_ah_530.html:20:2580:2592 Percha New Mexico +0.272664 aapg_ad_351.html aapg_ad_351.html:756:65626:65646 Keokuk Missouri River +0.397824 aapg_af_956.html aapg_af_956.html:354:38224:38238 Nonesuch Michigan +0.477152 aapg_ai_11.html aapg_ai_11.html:315:42240:42260 Washington Astoria, Oregon +0.487734 aapg_ac_528.html aapg_ac_528.html:244:31439:31445 Jordan West Germany +0.4982 cspg_html_9343899465 cspg_html_9343899465:1601:130434:130443 Hecla Bay Banks Island +0.465885 aapg_ad_154.html aapg_ad_154.html:63:7466:7474 Virginia Shenandoah Valley +0.263971 aapg_af_568.html aapg_af_568.html:492:40704:40722 Frontier Cheyenne, Wyoming +0.266928 AMJC_html_5722410163 AMJC_html_5722410163:545:56225:56251 Humboldt Elko, Nevada +0.264075 aapg_ai_364.html aapg_ai_364.html:312:25963:25979 Casper Cheyenne, Wyoming +0.508555 cspg_html_7971908357 cspg_html_7971908357:136:17554:17559 Price Lacombe, Alberta +0.470704 palaios_html_9430957613 palaios_html_9430957613:531:40191:40197 Oregon Nebraska +0.495803 aapg_ae_448.html aapg_ae_448.html:222:25480:25489 Smackover Elmo, Utah +0.484185 aapg_ah_283.html aapg_ah_283.html:149:16865:16889 Scappoose Cowlitz River +0.491744 aapg_ad_652.html aapg_ad_652.html:17:2518:2541 Skookumchuck Cowlitz River +0.474549 aapg_ae_46.html aapg_ae_46.html:310:32732:32750 Hudspeth Hudspeth County, Texas +0.496752 aapg_aa_4.html aapg_aa_4.html:234:31028:31048 West Falls Chemung, New York +0.250428 cspg_html_7872192628 cspg_html_7872192628:5:223:244 Basal Lacombe, Alberta +0.432352 aapg_ae_171.html aapg_ae_171.html:649:65721:65733 Dakota Denver +0.504792 aapg_aa_696.html aapg_aa_696.html:770:80669:80677 Colorado Colorado +0.500316 aapg_af_854.html aapg_af_854.html:448:58763:58785 Edwardsville Edwardsville, Illinois +0.270319 aapg_aa_134.html aapg_aa_134.html:66:9422:9428 Dayton Cheyenne, Wyoming +0.504952 cspg_html_2498183035 cspg_html_2498183035:172:19715:19725 Swan Hills Swan Hill, Victoria +0.267064 aapg_ae_171.html aapg_ae_171.html:101:9193:9213 Dakota Fort Collins, Colorado +0.49495 aapg_ad_52.html aapg_ad_52.html:1022:110184:110202 Cuyahoga Missouri River +0.474892 aapg_af_854.html aapg_af_854.html:1139:161413:161434 Tar Springs Kentucky +0.503712 cspg_html_8247666269 cspg_html_8247666269:447:50129:50147 Isachsen Middle East +0.440924 aapg_af_677.html aapg_af_677.html:218:28839:28845 Denver Colorado +0.28231 aapg_ac_617.html aapg_ac_617.html:151:20759:20766 Lagarto Brazos River +0.27285 jgeology_html_6865938591 jgeology_html_6865938591:474:25725:25750 Navajo Arizona +0.45496 aapg_af_479.html aapg_af_479.html:37:4915:4925 Point Loma La Jolla +0.268128 aapg_af_305.html aapg_af_305.html:80:8099:8112 Cotton Valley Paluxy, Texas +0.479115 gsa_html_5394220798 gsa_html_5394220798:29:2796:2824 Green River Colorado +0.492604 aapg_ah_479.html aapg_ah_479.html:10:1146:1152 Sierra Venezuela +0.25959 aapg_ae_305.html aapg_ae_305.html:1439:137157:137163 Sierra Lake Maracaibo +0.48443 sedimentology_html_6293624335 sedimentology_html_6293624335:71:6473:6482 Peninsula Montes Apenninus +0.26214 cspg_html_5403901844 cspg_html_5403901844:282:33945:33963 Nahanni Canada +0.25896 aapg_ad_111.html aapg_ad_111.html:440:47984:47992 Colorado Colorado +0.48984 aapg_ac_333.html aapg_ac_333.html:16:2371:2386 Supai Arizona +0.46035 aapg_ad_798.html aapg_ad_798.html:21:2997:3007 Rio Grande Beaumont, Texas +0.249919 aapg_ai_17.html aapg_ai_17.html:1227:83437:83452 Tampa Shreveport, Louisiana +0.252396 AMJC_html_4299960498 AMJC_html_4299960498:840:94159:94179 Columbia Washington (state) +0.936768 aapg_ah_289.html aapg_ah_289.html:231:33092:33110 Monterey San Joaquin River +0.265728 aapg_aa_407.html aapg_aa_407.html:534:39010:39019 Rico Indian Creek, Florida +0.25602 sedimentology_html_5688658852 sedimentology_html_5688658852:1773:94450:94454 Bays Texas +0.2352 aapg_ac_217.html aapg_ac_217.html:42:5753:5770 Hachita Rift Valley lakes +0.234584 gsa_html_6158055432 gsa_html_6158055432:515:59987:59993 Oregon Washington (state) +0.240084 gsa_html_9181545711 gsa_html_9181545711:632:61793:61821 Fountain Woodland Park, Colorado +0.696045 aapg_ac_692.html aapg_ac_692.html:239:26378:26386 Amaranth Reston, Virginia +0.376488 aapg_ac_924.html aapg_ac_924.html:101:6637:6662 Mission Canyon Cheyenne, Wyoming +0.489082 gsa_html_4591711448 gsa_html_4591711448:1046:98739:98747 Rockland Boise, Idaho +0.898415 sedimentology_html_3417381350 sedimentology_html_3417381350:1354:100375:100393 Monterey California +0.469829 aapg_ac_277.html aapg_ac_277.html:73:6881:6890 Aux Vases Bethel, Alaska +0.850968 aapg_ac_789.html aapg_ac_789.html:271:52853:52866 Barnett Texas +0.478208 sedimentology_html_2912098544 sedimentology_html_2912098544:66:8049:8056 Kayenta Logan, Utah +0.236195 gsa_html_6861599329 gsa_html_6861599329:15:877:885 San Jose California +0.264704 cspg_html_8727758678 cspg_html_8727758678:76:4013:4025 Saskatchewan Edmonton, London +0.470442 aapg_af_709.html aapg_af_709.html:31:3535:3540 Yukon Lacombe, Alberta +0.27183 aapg_ae_692.html aapg_ae_692.html:254:27843:27854 White River Bowman County, North Dakota +0.260091 aapg_ai_997.html aapg_ai_997.html:790:68484:68489 Funks Central Valley (California) +0.496125 aapg_ac_590.html aapg_ac_590.html:84:10684:10692 Ogallala Pecos River +0.483108 cspg_html_8532932475 cspg_html_8532932475:51:7776:7793 Bluesky Willapa Bay +0.261121 aapg_ac_239.html aapg_ac_239.html:136:18471:18475 Hall Texas +0.472 aapg_ad_245.html aapg_ad_245.html:99:9718:9726 Colorado Shreveport, Louisiana +0.250992 cspg_html_3476862609 cspg_html_3476862609:7:569:579 Laib Salmo, British Columbia +0.499939 aapg_ai_366.html aapg_ai_366.html:15:2243:2251 Beaumont Jefferson County, Colorado +0.244528 palaios_html_9507397379 palaios_html_9507397379:372:34860:34877 Barstow California +0.262128 aapg_ae_419.html aapg_ae_419.html:3870:242454:242463 San Pedro Chihuahua (state) +0.2515 aapg_af_129.html aapg_af_129.html:455:49125:49133 Colorado Colorado +0.477288 gsa_html_3648258377 gsa_html_3648258377:363:34796:34813 Raritan Bass River Township, New Jersey +0.50715 aapg_ai_15.html aapg_ai_15.html:26:3859:3875 Sabine Alabama +0.883536 aapg_ah_96.html aapg_ah_96.html:161:18979:18993 Winnipeg Winnipeg +0.507501 aapg_ae_6.html aapg_ae_6.html:184:21874:21878 Buda Buda, Texas +0.505305 aapg_af_397.html aapg_af_397.html:552:63960:63967 Entrada Entrada Sandstone +0.47368 geology_html_8329673113 geology_html_8329673113:342:26671:26709 Kingston Peak Death Valley +0.504339 aapg_ad_466.html aapg_ad_466.html:397:48856:48873 Magothy Closter, New Jersey +0.26312 cspg_html_2161417858 cspg_html_2161417858:216:28176:28191 Banff Lacombe, Alberta +0.27642 palaios_html_6411384130 palaios_html_6411384130:95:11012:11022 Washington Colorado +0.254925 aapg_ac_841.html aapg_ac_841.html:1018:105908:105914 Sierra Juticalpa +0.455058 geology_html_4437314453 geology_html_4437314453:102:9114:9122 Colorado New Mexico +0.261744 aapg_aa_565.html aapg_aa_565.html:100:12119:12127 Woodford Ardmore, Pennsylvania +0.271425 cspg_html_2496035864 cspg_html_2496035864:13:1378:1398 Clearwater Lacombe, Alberta +0.33879 gsa_html_8662254581 gsa_html_8662254581:1111:109597:109609 Owens Valley California +0.24644 cspg_html_4374961624 cspg_html_4374961624:246:26736:26744 Columbia Victoria, British Columbia +0.254829 aapg_ai_996.html aapg_ai_996.html:1308:56840:56857 Tuscaloosa Choctaw County, Alabama +0.480076 cspg_html_6255491344 cspg_html_6255491344:19:3152:3169 Cadomin Canmore, Alberta +0.261085 sedimentology_html_3220122506 sedimentology_html_3220122506:789:58627:58645 Yakataga Anchorage, Alaska +0.247486 aapg_ad_145.html aapg_ad_145.html:16:1738:1763 Cedar Mountain Buckhorn, Pennsylvania +0.489149 aapg_ah_139.html aapg_ah_139.html:53:4892:4912 Mesaverde Wasatch Range +0.276144 sedimentology_html_7067645238 sedimentology_html_7067645238:718:59610:59637 Yakataga Anchorage, Alaska +0.261096 aapg_ad_110.html aapg_ad_110.html:360:38490:38498 Tensleep Darwin, Northern Territory +0.283798 aapg_ad_581.html aapg_ad_581.html:144:18569:18601 Martinsburg Martinsburg, Nebraska +0.258482 gsa_html_2717448156 gsa_html_2717448156:1091:108665:108684 Pocatello Boise, Idaho +0.270319 jgeology_html_8064855537 jgeology_html_8064855537:755:56380:56399 Niobrara Cheyenne, Wyoming +0.234234 aapg_ac_289.html aapg_ac_289.html:59:6738:6744 Annona Saratoga, California +0.255955 cspg_html_8089302449 cspg_html_8089302449:261:44409:44417 Michigan Michigan +0.255524 sedimentology_html_2950899838 sedimentology_html_2950899838:309:27027:27036 Peninsula Antarctic Peninsula +0.263165 gsa_html_3484366946 gsa_html_3484366946:1199:111243:111253 Washington Anchorage, Alaska +0.485352 aapg_af_138.html aapg_af_138.html:18:2095:2115 Reedsville Great Valley, New York +0.273122 aapg_ah_49.html aapg_ah_49.html:292:32385:32393 Vaqueros San Gabriel Valley +0.27608 aapg_ad_469.html aapg_ad_469.html:114:11486:11491 Atoka Atoka, Oklahoma +0.266766 palaios_html_2376163646 palaios_html_2376163646:540:59411:59428 Belly River Currie, Minnesota +0.47481 gsa_html_7518144145 gsa_html_7518144145:560:44327:44332 Eagle Wisconsin +0.256452 aapg_ae_885.html aapg_ae_885.html:298:31908:31924 Chinle Mesa, Arizona +0.264195 sedimentology_html_6464815017 sedimentology_html_6464815017:769:61157:61165 Scotland Canada +0.265584 aapg_ad_361.html aapg_ad_361.html:105:7934:7940 Midway Alabama +0.49764 aapg_ah_301.html aapg_ah_301.html:680:78499:78518 Smackover Shreveport, Louisiana +0.25755 aapg_ad_52.html aapg_ad_52.html:224:25928:25947 Coldwater Michigan +0.705107 cspg_html_9343899465 cspg_html_9343899465:843:76641:76653 Hecla Bay Melville Island (Canada) +0.495558 aapg_af_764.html aapg_af_764.html:169:17306:17330 Frio Texas +0.25443 aapg_ae_824.html aapg_ae_824.html:36:3450:3455 Mingo Logan, Utah +0.248003 gsa_html_9687474095 gsa_html_9687474095:837:77670:77677 Madison Scotia, New York +0.491097 aapg_ah_531.html aapg_ah_531.html:216:24204:24218 Chainman Logan, Utah +0.484939 aapg_af_479.html aapg_af_479.html:29:4445:4454 San Diego Rancho Santa Fe, California +0.249458 gsa_html_5694391338 gsa_html_5694391338:78:7900:7917 Packsaddle Schist Llano, Texas +0.50463 aapg_af_775.html aapg_af_775.html:255:16502:16521 Catahoula Beaumont, Texas +0.178475 cspg_html_6252417471 cspg_html_6252417471:384:57793:57815 Eureka Sound Banks Island +0.262128 aapg_ah_528.html aapg_ah_528.html:541:58838:58858 Candelaria Reno, Nevada +0.255224 aapg_ac_730.html aapg_ac_730.html:413:58030:58040 Yale Point Kayenta, Arizona +0.503382 aapg_ae_146.html aapg_ae_146.html:29:3814:3829 Diablo Chihuahua (state) +0.275 aapg_ah_631.html aapg_ah_631.html:6:776:784 Michigan Illinois +0.551586 aapg_ad_720.html aapg_ad_720.html:80:8784:8787 Abo New Mexico +0.787788 cspg_html_1870927435 cspg_html_1870927435:46:6224:6229 Nisku Lacombe, Alberta +0.490428 aapg_af_788.html aapg_af_788.html:363:29686:29700 Bedford Antrim, County Antrim +0.414264 cspg_html_6116883777 cspg_html_6116883777:568:75026:75051 Somerset Bath, Somerset +0.267285 aapg_ai_717.html aapg_ai_717.html:28:4445:4461 Dakota Florence, Alabama +0.445096 gsa_html_7715952024 gsa_html_7715952024:611:48381:48397 Tessey West, Texas +0.493735 cspg_html_5376629375 cspg_html_5376629375:337:43405:43423 Arctomys Lacombe, Alberta +0.46835 gsa_html_9106605745 gsa_html_9106605745:642:53066:53082 Verde Colorado +0.484632 cspg_html_6591133539 cspg_html_6591133539:78:10403:10411 Columbia Victoria, British Columbia +0.25544 aapg_ai_877.html aapg_ai_877.html:239:26924:26943 Tuscarora Armstrong County, Texas +0.502412 gsa_html_2378818060 gsa_html_2378818060:1073:80088:80116 Green River Colorado +0.496848 aapg_ae_957.html aapg_ae_957.html:1003:47432:47438 Dakota Cheyenne, Wyoming +0.365958 aapg_ah_372.html aapg_ah_372.html:204:18914:18933 Nanafalia Alabama +0.495992 aapg_ah_378.html aapg_ah_378.html:163:15880:15888 Kiamichi Edwards Plateau +0.258981 cspg_html_4326384800 cspg_html_4326384800:368:45230:45246 Muskwa Lacombe, Alberta +0.48616 cspg_html_6193252551 cspg_html_6193252551:661:70194:70231 Slave Point Canada +0.494088 cspg_html_4072152826 cspg_html_4072152826:206:25322:25340 Sullivan Mons +0.458609 cspg_html_5973552270 cspg_html_5973552270:61:8537:8558 Slave Point Swan Hill, Victoria +0.254769 aapg_ae_181.html aapg_ae_181.html:91:12575:12586 Coffee Tupelo, Mississippi +0.25584 cspg_html_4937997995 cspg_html_4937997995:414:46612:46634 Attawapiskat River Severn +0.26871 aapg_ac_699.html aapg_ac_699.html:147:12168:12183 Buda Texas +0.264554 gsa_html_2561127673 gsa_html_2561127673:291:25237:25258 Quinn River Reno, Nevada +0.836864 aapg_ae_961.html aapg_ae_961.html:132:10555:10574 Red River Manitoba +0.24795 gsa_html_3069013284 gsa_html_3069013284:565:59442:59458 Chinle Arizona +0.477594 geology_html_5600415314 geology_html_5600415314:14:611:622 White River Colorado +0.47177 jgeology_html_7548094429 jgeology_html_7548094429:79:3423:3427 Bern Earth +0.243522 geology_html_7826133454 geology_html_7826133454:17:805:814 San Diego California +0.505376 aapg_ah_427.html aapg_ah_427.html:307:40988:40996 San Luis Colorado +0.278703 cspg_html_3060428958 cspg_html_3060428958:209:28533:28550 Bearpaw Lacombe, Alberta +0.251496 aapg_ad_0.html aapg_ad_0.html:506:40931:40939 Michigan Michigan +0.272459 geology_html_6579020459 geology_html_6579020459:259:21836:21846 Washington Seattle +0.239568 gsa_html_2321464653 gsa_html_2321464653:554:59489:59502 Santa Barbara San Andreas Fault +0.26287 aapg_ae_999.html aapg_ae_999.html:754:87464:87478 Frio Texas +0.2626 aapg_ae_90.html aapg_ae_90.html:44:4582:4597 Eagle Big Horn, Wyoming +0.267734 sedimentology_html_4432289902 sedimentology_html_4432289902:581:50191:50198 Magothy Closter, New Jersey +0.264638 aapg_ai_583.html aapg_ai_583.html:412:52493:52507 Sundance Cheyenne, Wyoming +0.371664 cspg_html_9725676031 cspg_html_9725676031:50:7095:7099 Toad Liard River, British Columbia +0.489915 jgeology_html_9097445382 jgeology_html_9097445382:488:35826:35832 Ludlow Mongolia +0.267794 sedimentology_html_9909925103 sedimentology_html_9909925103:34:2120:2137 White River Chadron, Nebraska +0.476672 aapg_ac_984.html aapg_ac_984.html:253:22621:22627 Oneota Gasconade River +0.49244 aapg_ai_337.html aapg_ai_337.html:382:40089:40111 Salina Salina, Kansas +0.364078 aapg_aa_124.html aapg_aa_124.html:899:85765:85778 Turner Valley Lacombe, Alberta +0.455972 aapg_ai_157.html aapg_ai_157.html:351:33117:33123 Salina Guelph +0.504172 AMJC_html_5969956211 AMJC_html_5969956211:2164:224353:224359 Denver Logan, Utah +0.4785 aapg_ah_202.html aapg_ah_202.html:68:11585:11604 Arkansas Novaculite Ohio +0.452673 aapg_ah_27.html aapg_ah_27.html:125:18929:18956 Barnett Texas +0.482132 geology_html_4936682354 geology_html_4936682354:294:24483:24488 Grove Medicine Lake, Minnesota +0.237056 aapg_ac_392.html aapg_ac_392.html:21:1840:1855 Salem Illinois +0.484632 aapg_ae_680.html aapg_ae_680.html:360:36047:36066 Woodbine Vail, Colorado +0.524984 aapg_ah_96.html aapg_ah_96.html:240:27529:27546 Red River Nebraska +0.25026 aapg_ac_961.html aapg_ac_961.html:478:50542:50547 Atoka McAlester, Oklahoma +0.244584 aapg_ae_415.html aapg_ae_415.html:963:120843:120865 Chickasawhay Alabama +0.269698 aapg_af_845.html aapg_af_845.html:112:11193:11201 Woodbine Mexia, Texas +0.261112 geology_html_8381924936 geology_html_8381924936:22:819:837 Quantico Washington (state) +0.487442 gsa_html_9053175553 gsa_html_9053175553:290:35025:35059 Flagstaff Flagstaff, Arizona +0.256032 cspg_html_9344966639 cspg_html_9344966639:10:767:789 Coyote Butte Black Mountains (North Carolina) +0.480912 aapg_ad_322.html aapg_ad_322.html:29:3643:3660 Bedford Canada +0.486315 AMJC_html_8128063878 AMJC_html_8128063878:965:125733:125743 Washington Boise, Idaho +0.249879 aapg_ai_710.html aapg_ai_710.html:212:19668:19681 Oceanic Malaysia +0.262144 aapg_ah_595.html aapg_ah_595.html:23:2849:2854 Atoka Missouri River +0.24651 aapg_ah_283.html aapg_ah_283.html:495:58085:58091 Oregon California +0.890102 aapg_af_785.html aapg_af_785.html:361:36098:36105 Carrizo Shreveport, Louisiana +0.4693 gsa_html_9207276905 gsa_html_9207276905:673:56387:56404 Kutcho Victoria, British Columbia +0.264668 aapg_ai_146.html aapg_ai_146.html:274:17028:17046 Kootenai Canada +0.439845 aapg_ah_318.html aapg_ah_318.html:2154:191885:191891 Sierra Zacatecas, Zacatecas +0.371504 aapg_ai_975.html aapg_ai_975.html:1008:80946:80964 Kiamichi Carrizo Springs, Texas +0.49601 gsa_html_5924250698 gsa_html_5924250698:23:1806:1823 White River Colorado +0.682817 aapg_ae_644.html aapg_ae_644.html:55:6196:6205 Smackover Mississippi River +0.267734 cspg_html_9290046117 cspg_html_9290046117:561:69178:69185 Cadomin Canada +0.476073 cspg_html_9803204564 cspg_html_9803204564:291:36692:36714 Logan Logan, Utah +0.490496 cspg_html_3456965010 cspg_html_3456965010:202:27204:27226 Judith River Lacombe, Alberta +0.472352 aapg_ae_4.html aapg_ae_4.html:7:1359:1378 Waterways Lacombe, Alberta +0.48093 aapg_ad_168.html aapg_ad_168.html:111:12558:12563 Logan Logan, Utah +0.489684 aapg_ac_569.html aapg_ac_569.html:161:23198:23218 Emma Fiord Devon Island +0.413402 cspg_html_3060428958 cspg_html_3060428958:24:3939:3955 Horseshoe Canyon Edmonton, London +0.48042 aapg_ae_72.html aapg_ae_72.html:46:7009:7015 Navajo Entrada Sandstone +0.267225 aapg_ai_593.html aapg_ai_593.html:1506:156874:156890 Denton Texas +0.26624 aapg_ad_652.html aapg_ad_652.html:3:329:333 Tyee Salem, Oregon +0.37485 aapg_ah_634.html aapg_ah_634.html:444:18465:18482 Chickasawhay Wayne County, Michigan +0.269824 aapg_aa_254.html aapg_aa_254.html:50:5525:5545 Tuscaloosa Mississippi River +0.483395 gsa_html_8531389901 gsa_html_8531389901:66:5152:5180 Green River Colorado +0.472192 aapg_ae_182.html aapg_ae_182.html:307:31805:31811 Midway Bellevue, Nebraska +0.228384 aapg_ad_575.html aapg_ad_575.html:316:41263:41271 Colorado Denver +0.251995 cspg_html_9161888567 cspg_html_9161888567:128:23007:23018 Peace River Lacombe, Alberta +0.24059 aapg_ah_90.html aapg_ah_90.html:78:12748:12754 Denver Colorado +0.241983 aapg_ac_749.html aapg_ac_749.html:54:7255:7262 Wiarton Manitoulin Island +0.51138 aapg_aa_12.html aapg_aa_12.html:437:46163:46169 Frisco Frisco, Texas +0.25149 aapg_ad_264.html aapg_ad_264.html:159:20008:20020 Medicine Hat Bantry Bay +0.262128 aapg_ac_691.html aapg_ac_691.html:108:7700:7708 Fillmore Fresno, California +0.245016 aapg_ah_283.html aapg_ah_283.html:225:23772:23794 Skookumchuck Washington (state) +0.251883 aapg_ae_904.html aapg_ae_904.html:355:37675:37686 Black River Decorah, Iowa +0.496513 aapg_ah_962.html aapg_ah_962.html:301:30142:30149 Bromide Robertson, New South Wales +0.454209 aapg_ad_351.html aapg_ad_351.html:626:52352:52358 Galena Sedalia, Missouri +0.455345 aapg_ae_498.html aapg_ae_498.html:1050:108104:108112 Virginia Middle Ordovician +0.494844 aapg_ai_328.html aapg_ai_328.html:389:40029:40033 Lane Arkansas +0.25725 aapg_ae_305.html aapg_ae_305.html:1201:108249:108255 Sierra Maracaibo +0.445176 aapg_ad_785.html aapg_ad_785.html:76:8124:8132 Fountain Colorado +0.44778 aapg_ah_622.html aapg_ah_622.html:82:9184:9189 Eagle Powder River (Montana) +0.2704 aapg_aa_685.html aapg_aa_685.html:3:272:282 North Horn Flagstaff, Arizona +0.265161 cspg_html_6985536436 cspg_html_6985536436:445:57781:57801 Mould Bay Banks Island +0.254449 aapg_ae_113.html aapg_ae_113.html:209:26743:26771 Disappointment Bay Western world +0.492618 cspg_html_9867937846 cspg_html_9867937846:342:41769:41786 Cardium Lacombe, Alberta +0.247005 aapg_ac_528.html aapg_ac_528.html:92:11143:11151 Michigan Alabama +0.32893 aapg_ai_902.html aapg_ai_902.html:266:37431:37443 Pierre Denver +0.250965 cspg_html_7494952355 cspg_html_7494952355:19:4462:4470 Michigan Williston, Vermont +0.25186 aapg_aa_47.html aapg_aa_47.html:213:23326:23342 Sandia Sandia Mountain Wilderness +0.257623 cspg_html_5947812886 cspg_html_5947812886:355:55097:55129 Duperow Williston Basin +0.470704 cspg_html_2572282839 cspg_html_2572282839:217:26037:26066 Shaunavon Regina, Saskatchewan +0.393975 geology_html_4046703200 geology_html_4046703200:27:1493:1504 Viola Texas +0.463013 aapg_ae_794.html aapg_ae_794.html:202:24827:24837 Coon Creek Selma to Montgomery marches +0.486675 aapg_ad_637.html aapg_ad_637.html:3:271:285 Frio Texas +0.479182 sedimentology_html_8784003619 sedimentology_html_8784003619:1284:50357:50363 Denver Colorado +0.245935 aapg_ac_337.html aapg_ac_337.html:175:10188:10196 Colorado Colorado +0.267264 aapg_ah_655.html aapg_ah_655.html:22:2464:2484 Hartshorne Atoka, Oklahoma +0.251446 palaios_html_3232474978 palaios_html_3232474978:868:68068:68076 Columbia Victoria, British Columbia +0.231842 gsa_html_3331523875 gsa_html_3331523875:77:9081:9089 Colorado Wasatch Range +0.257013 aapg_af_956.html aapg_af_956.html:369:38955:38985 Nonesuch Michigan +0.264187 gsa_html_6982030333 gsa_html_6982030333:946:92754:92764 Washington Salem, Oregon +0.269261 aapg_aa_4.html aapg_aa_4.html:155:20647:20672 West Falls Naples, Florida +0.251835 aapg_aa_477.html aapg_aa_477.html:243:21852:21869 Ripley Selma to Montgomery marches +0.254944 aapg_ad_118.html aapg_ad_118.html:72:5237:5256 Newcastle Cheyenne, Wyoming +0.278616 aapg_aa_45.html aapg_aa_45.html:222:27167:27185 Moenkopi Colorado +0.474768 gsa_html_2220556952 gsa_html_2220556952:905:105345:105351 Oregon California +0.462238 aapg_ae_73.html aapg_ae_73.html:384:50011:50019 Colorado New Mexico +0.269874 aapg_af_664.html aapg_af_664.html:726:81553:81569 San Andres Delaware +0.487424 cspg_html_4659384530 cspg_html_4659384530:57:7105:7116 Slave Point Lacombe, Alberta +0.50208 aapg_ae_668.html aapg_ae_668.html:1922:198240:198247 Choptank Ohio +0.289976 cspg_html_1037979402 cspg_html_1037979402:227:23595:23607 Winnipegosis Winnipeg +0.247494 aapg_ac_187.html aapg_ac_187.html:2009:197888:197904 Moscow Skaneateles (village), New York +0.26 aapg_ac_91.html aapg_ac_91.html:513:41389:41403 Hale Arkansas +0.26059 aapg_ae_875.html aapg_ae_875.html:447:52894:52909 Coamo Puerto Rico +0.47215 aapg_aa_391.html aapg_aa_391.html:243:21048:21060 Little River Arkansas +0.488652 cspg_html_1009749092 cspg_html_1009749092:151:20806:20823 Belly River Lethbridge +0.463644 aapg_ah_632.html aapg_ah_632.html:213:29476:29484 Virginia Washington (state) +0.263971 aapg_ah_656.html aapg_ah_656.html:738:66056:66064 Toroweap McKee, Kentucky +0.387723 palaios_html_2399848899 palaios_html_2399848899:16:822:837 Eutaw Alabama +0.255942 aapg_ad_784.html aapg_ad_784.html:8:1511:1516 Sespe Ventura County, California +0.25047 aapg_ah_246.html aapg_ah_246.html:125:14085:14091 Navajo Arizona +0.254449 gsa_html_3412344071 gsa_html_3412344071:712:63557:63572 Mesaverde Logan, Utah +0.251346 aapg_ad_335.html aapg_ad_335.html:595:74780:74786 Casper Cheyenne, Wyoming +0.266772 cspg_html_7182873498 cspg_html_7182873498:139:19616:19631 Eramosa Salina, Kansas +0.264969 aapg_ai_435.html aapg_ai_435.html:55:6751:6759 Niobrara Niobrara, Nebraska +0.443058 aapg_ae_324.html aapg_ae_324.html:877:88501:88509 Virginia Eidson, Tennessee +0.485352 cspg_html_3942782922 cspg_html_3942782922:109:9968:10007 Montney Lacombe, Alberta +0.26622 AMJC_html_4066734654 AMJC_html_4066734654:628:59274:59292 Willwood Cheyenne, Wyoming +0.485784 geology_html_9090764396 geology_html_9090764396:171:20410:20416 Lisbon London, Ontario +0.25608 aapg_af_725.html aapg_af_725.html:157:17054:17066 Wilcox Freestone County, Texas +0.481265 aapg_ac_294.html aapg_ac_294.html:24:2461:2468 Paradox Logan, Utah +0.485888 gsa_html_8515975571 gsa_html_8515975571:923:85341:85347 Moscow Mongolia +0.236808 gsa_html_8985264904 gsa_html_8985264904:19:1065:1079 Baca New Mexico +0.236526 sedimentology_html_6952142412 sedimentology_html_6952142412:29:1778:1785 Laramie Earth +0.24347 gsa_html_4058959570 gsa_html_4058959570:656:53200:53204 Maya Melbourne, Florida +0.2525 gsa_html_4557277250 gsa_html_4557277250:281:27658:27674 Fish Canyon Tuff Carmel, Indiana +0.252416 aapg_af_461.html aapg_af_461.html:341:29494:29500 Denver Colorado +0.755055 cspg_html_8575889766 cspg_html_8575889766:129:14871:14916 Eureka Sound Ellesmere Island +0.488446 aapg_ai_249.html aapg_ai_249.html:625:82504:82512 Woodbine Texas +0.304386 aapg_ah_318.html aapg_ah_318.html:1066:109144:109153 Red River Panola County, Mississippi +0.481632 aapg_ac_841.html aapg_ac_841.html:116:15172:15186 Espiritu Santo Honduras +0.476451 palaios_html_1369839314 palaios_html_1369839314:506:42831:42862 Mission Valley California +0.236192 cspg_html_5241714595 cspg_html_5241714595:250:39076:39092 Muskwa Lacombe, Alberta +0.478028 cspg_html_2161417858 cspg_html_2161417858:295:38586:38604 Palliser Lacombe, Alberta +0.489402 gsa_html_5005672853 gsa_html_5005672853:66:4503:4531 Green River Colorado +0.248937 cspg_html_8915218033 cspg_html_8915218033:404:39179:39187 Montreal Calgary +0.247968 cspg_html_5697056884 cspg_html_5697056884:387:41417:41429 Saskatchewan Lacombe, Alberta +0.25235 gsa_html_3566869311 gsa_html_3566869311:73:7847:7853 Oregon Wa (Japan) +0.250832 aapg_ad_166.html aapg_ad_166.html:660:58315:58320 Lagro Wabash and Erie Canal +0.23863 geology_html_9316941915 geology_html_9316941915:49:5040:5048 Colorado Creede, Colorado +0.260721 sedimentology_html_8041322681 sedimentology_html_8041322681:956:63143:63147 Bond Bering Sea +0.255398 gsa_html_7195000001 gsa_html_7195000001:1172:126013:126035 Eureka Sound Ellesmere Island +0.25908 palaios_html_5321533010 palaios_html_5321533010:420:46537:46543 Reston Kauai +0.260064 aapg_ad_379.html aapg_ad_379.html:651:53353:53366 Gypsum Spring Carmel, Indiana +0.255009 cspg_html_5456368738 cspg_html_5456368738:29:4233:4247 Methy Lacombe, Alberta +0.481265 aapg_ai_288.html aapg_ai_288.html:60:11087:11094 Topanga Inglewood, California +0.26775 aapg_ae_916.html aapg_ae_916.html:254:29192:29204 Judith River Roosevelt County, Montana +0.470659 aapg_ac_4.html aapg_ac_4.html:237:24997:25002 Weeks Anchorage, Alaska +0.513126 cspg_html_4937997995 cspg_html_4937997995:98:10720:10745 Red Head Rapids Churchill River (Atlantic) +0.5019 aapg_ad_720.html aapg_ad_720.html:311:30136:30151 Queen New Mexico +0.27674 geology_html_7315534235 geology_html_7315534235:248:22246:22254 Yakataga Anchorage, Alaska +0.734076 jgeology_html_3450428494 jgeology_html_3450428494:281:15351:15367 New Haven Arkose Hartford, Connecticut +0.483328 aapg_ad_116.html aapg_ad_116.html:445:55275:55284 Oil Creek Delaware +0.45046 cspg_html_2498183035 cspg_html_2498183035:343:38233:38262 Swan Hills Lacombe, Alberta +0.344877 geology_html_4403865682 geology_html_4403865682:174:19032:19041 Eel River Scotia, New York +0.30108 aapg_aa_702.html aapg_aa_702.html:970:118594:118603 Spearfish Newburg, Louisville +0.21984 aapg_aa_267.html aapg_aa_267.html:19:2358:2378 Greenbrier Huntington, West Virginia +0.258055 aapg_aa_125.html aapg_aa_125.html:3:346:354 Columbia Victoria, British Columbia +0.262913 gsa_html_7875871937 gsa_html_7875871937:653:60430:60445 Elk Western Canadian Sedimentary Basin +0.469794 aapg_ah_685.html aapg_ah_685.html:354:38466:38472 Denver Cheyenne, Wyoming +0.489168 aapg_ae_959.html aapg_ae_959.html:2165:155180:155196 Custer Texas +0.246356 aapg_ac_652.html aapg_ac_652.html:130:10189:10202 Santa Barbara California +0.464095 cspg_html_2139304729 cspg_html_2139304729:15:2458:2478 Griper Bay Melville Island (Canada) +0.17516 aapg_ac_741.html aapg_ac_741.html:287:32910:32928 Niobrara Black Hills +0.495992 aapg_aa_117.html aapg_aa_117.html:9:1177:1184 Cobourg Shoreham Nuclear Power Plant +0.50592 aapg_ac_563.html aapg_ac_563.html:399:56386:56393 Tamabra Santiago +0.2604 gsa_html_8531594123 gsa_html_8531594123:285:39586:39605 San Joaquin Sierra Nevada (Spain) +0.26565 aapg_ah_385.html aapg_ah_385.html:175:21618:21632 Yolo Central Valley (California) +0.485884 sedimentology_html_1111867140 sedimentology_html_1111867140:700:59824:59830 Morgan Caribbean +0.240075 jgeology_html_3678865542 jgeology_html_3678865542:960:57524:57528 Hall London, Ontario +0.351016 aapg_ac_302.html aapg_ac_302.html:232:26783:26789 Pioche Reno, Nevada +0.259032 gsa_html_9280112280 gsa_html_9280112280:300:29719:29729 White Rock Browns Valley, Minnesota +0.252476 jgeology_html_9215313444 jgeology_html_9215313444:1059:74321:74334 Yakima Basalt Ellensburg, Washington +0.2615 sedimentology_html_1489847160 sedimentology_html_1489847160:933:47759:47764 Crete Chania Prefecture +0.266766 cspg_html_6032369756 cspg_html_6032369756:413:49769:49788 Red River Regina, Saskatchewan +0.374078 cspg_html_4392308496 cspg_html_4392308496:326:45526:45550 Windsor Prince Edward Islands +0.246007 sedimentology_html_7879809021 sedimentology_html_7879809021:1249:94321:94341 Greenbrier Virginia +0.472863 gsa_html_6578729676 gsa_html_6578729676:667:64383:64391 Colorado Canadian Arctic Archipelago +0.254338 aapg_af_575.html aapg_af_575.html:495:68488:68504 Moorefield Batesville, Arkansas +0.265668 aapg_af_392.html aapg_af_392.html:47:5460:5478 Frontier Logan, Utah +0.509894 aapg_aa_372.html aapg_aa_372.html:152:15693:15697 Word Delaware +0.49068 cspg_html_4298557570 cspg_html_4298557570:193:27102:27128 Horseshoe Canyon Edmonton, London +0.2555 gsa_html_8549650339 gsa_html_8549650339:19:655:666 San Antonio Earth +0.503184 aapg_ae_427.html aapg_ae_427.html:775:54660:54679 Domengine Eocene +0.247396 jgeology_html_6882545802 jgeology_html_6882545802:291:24898:24906 Fairview Netherlands +0.694151 cspg_html_6839937815 cspg_html_6839937815:176:24892:24900 Woodside Shale Logan, Utah +0.846872 gsa_html_9219965669 gsa_html_9219965669:174:20976:20988 Rhode Island Newport, Rhode Island +0.253009 gsa_html_4366904220 gsa_html_4366904220:660:64169:64176 El Paso Texas +0.482532 cspg_html_5241714595 cspg_html_5241714595:24:3539:3548 Keg River Regina, Saskatchewan +0.471056 aapg_ad_580.html aapg_ad_580.html:36:5558:5580 Tongue River Powder River (Montana) +0.256512 AMJC_html_6341723617 AMJC_html_6341723617:1160:97095:97120 Washakie Cambridge +0.504849 aapg_af_616.html aapg_af_616.html:204:16541:16561 San Andres Crockett County, Tennessee +0.248745 aapg_ac_720.html aapg_ac_720.html:9:1363:1374 Hornerstown Navesink River +0.503208 aapg_ai_82.html aapg_ai_82.html:339:37441:37451 Pottsville Greenbrier (Great Smoky Mountains) +0.480594 cspg_html_2471870619 cspg_html_2471870619:236:28975:28991 Exshaw Lacombe, Alberta +0.479182 geology_html_3854373754 geology_html_3854373754:256:20992:20996 Bond North Atlantic Current +0.266112 aapg_ak_41.html aapg_ak_41.html:209:24816:24820 Kent Allegan, Michigan +0.272435 aapg_ai_189.html aapg_ai_189.html:544:56735:56741 Casper Cheyenne, Wyoming +0.24617 aapg_ai_221.html aapg_ai_221.html:25:3010:3018 Cochrane Ontario, California +0.444144 aapg_ae_324.html aapg_ae_324.html:552:56249:56257 Virginia Virginia +0.49868 gsa_html_5023495573 gsa_html_5023495573:954:70380:70408 Green River Colorado +0.669018 aapg_ac_63.html aapg_ac_63.html:3:181:198 Buckner Haynesville, Louisiana +0.528471 aapg_af_394.html aapg_af_394.html:567:60378:60396 Frontier Coalville, Utah +0.25856 jgeology_html_9727318280 jgeology_html_9727318280:60:2511:2520 Extension Eastern Settlement +0.272448 palaios_html_9930886246 palaios_html_9930886246:423:29503:29528 Francisco San Pablo Bay National Wildlife Refuge +0.266207 aapg_ah_772.html aapg_ah_772.html:113:10945:10966 Bird Spring Spring Mountains National Recreation Area +0.488335 aapg_ac_219.html aapg_ac_219.html:668:106690:106706 Ancon Peru, Indiana +0.259584 aapg_ad_440.html aapg_ad_440.html:749:76230:76236 Denmar Huntington, West Virginia +0.279312 gsa_html_4930932370 gsa_html_4930932370:13:483:489 Reston Virginia +0.235081 geology_html_4304054973 geology_html_4304054973:140:11083:11097 Rove Ontario, California +0.242985 cspg_html_1763727002 cspg_html_1763727002:73:12003:12023 Halfway Lacombe, Alberta +0.245021 gsa_html_6350949088 gsa_html_6350949088:18:1013:1021 Colorado Denver +0.282768 aapg_af_664.html aapg_af_664.html:347:38315:38338 Lancaster Pecos River +0.244001 cspg_html_3854139935 cspg_html_3854139935:97:15834:15845 Belly River Judith River Formation +0.250344 aapg_ad_721.html aapg_ad_721.html:730:75496:75500 Yeso Delaware +0.49987 sedimentology_html_7635687013 sedimentology_html_7635687013:126:12328:12349 Martinsburg Austin, Chicago +0.486315 sedimentology_html_3417381350 sedimentology_html_3417381350:1188:93723:93741 Monterey California +0.492926 geology_html_6995506328 geology_html_6995506328:130:13248:13257 San Diego California +0.2574 geology_html_4658814755 geology_html_4658814755:43:3530:3538 Virginia Cape Charles, Virginia +0.495992 geology_html_3571748348 geology_html_3571748348:266:25135:25162 Blomidon Earth +0.265225 aapg_ai_671.html aapg_ai_671.html:49:9247:9251 Lane Canyonlands National Park +0.26145 geology_html_5689737055 geology_html_5689737055:190:20406:20410 Hall Kerr County, Texas +0.25048 jgeology_html_7653197658 jgeology_html_7653197658:591:41169:41177 Michigan Denver +0.265225 cspg_html_3772380029 cspg_html_3772380029:1199:140020:140031 Ekwan River Ontario, California +0.487936 aapg_ac_720.html aapg_ac_720.html:5:657:679 Hornerstown Red Bank, New Jersey +0.248952 aapg_ai_888.html aapg_ai_888.html:11:1365:1372 Canning Carnarvon, Western Australia +0.499905 aapg_ac_55.html aapg_ac_55.html:174:20948:20961 Merchantville Manasquan, New Jersey +0.2601 cspg_html_3328007773 cspg_html_3328007773:1017:102554:102563 Mackenzie Victoria, British Columbia +0.515595 aapg_ad_441.html aapg_ad_441.html:71:5099:5106 Entrada Summerville, South Carolina +0.239659 cspg_html_8988872363 cspg_html_8988872363:58:8904:8923 Borden Melville Island (Canada) +0.484632 aapg_ah_387.html aapg_ah_387.html:2854:309661:309670 Knoxville Knoxville, Illinois +0.497721 cspg_html_5198658336 cspg_html_5198658336:344:37629:37648 Paskapoo Lacombe, Alberta +0.261121 cspg_html_6647936472 cspg_html_6647936472:54:5687:5706 Keg River Victoria, British Columbia +0.23863 gsa_html_8504301160 gsa_html_8504301160:30:2016:2022 Denver Colorado +0.493296 aapg_ah_647.html aapg_ah_647.html:535:58501:58521 Horquilla Colina, Chile +0.492862 aapg_af_487.html aapg_af_487.html:348:38612:38621 San Diego California +0.256512 aapg_ad_695.html aapg_ad_695.html:277:17072:17087 Queen Charlotte, North Carolina +0.266156 aapg_ad_999.html aapg_ad_999.html:105:10550:10563 Sulphur Point Lake Ontario +0.491824 sedimentology_html_5928847406 sedimentology_html_5928847406:721:49244:49250 Guelph Canada +0.172914 aapg_ae_845.html aapg_ae_845.html:211:22786:22798 Dakota Colorado +0.262614 aapg_af_653.html aapg_af_653.html:970:114971:114979 Monterey Monterey, California +0.91107 gsa_html_6062330506 gsa_html_6062330506:392:40565:40583 Rustler Salado, Texas +0.233616 sedimentology_html_1608153778 sedimentology_html_1608153778:377:33312:33316 Hall London, Ontario +0.47282 geology_html_8049344680 geology_html_8049344680:88:8889:8913 Columbia Anchorage, Alaska +0.265104 aapg_ai_584.html aapg_ai_584.html:1014:105867:105873 Casper Cheyenne, Wyoming +0.264654 aapg_aa_626.html aapg_aa_626.html:293:33455:33473 Patapsco Maryland +0.680174 palaios_html_4501603736 palaios_html_4501603736:161:15469:15501 Thaynes Reno, Nevada +0.50544 aapg_af_629.html aapg_af_629.html:9:967:979 Medicine Bow Carbon County, Wyoming +0.25806 cspg_html_9157093462 cspg_html_9157093462:342:44476:44483 Halfway Lacombe, Alberta +0.254214 aapg_ah_644.html aapg_ah_644.html:219:25848:25863 Piper Regina, Saskatchewan +0.26936 aapg_aa_872.html aapg_aa_872.html:213:26102:26126 Frio Texas +0.50932 palaios_html_8064020973 palaios_html_8064020973:48:5590:5606 Chinle New Mexico +0.24528 jgeology_html_8406118991 jgeology_html_8406118991:972:70766:70783 Cannery Anchorage, Alaska +0.85536 aapg_ae_415.html aapg_ae_415.html:948:118175:118194 Paynes Hammock Melbourne, Florida +0.271808 cspg_html_3026112034 cspg_html_3026112034:477:43858:43868 Swan Hills Swan Hill, Victoria +0.26988 aapg_ac_246.html aapg_ac_246.html:136:13723:13736 Belle Fourche Williston, Vermont +0.48323 aapg_af_593.html aapg_af_593.html:222:17771:17778 Moncton Stony Creek Metropark +0.62122 aapg_ah_722.html aapg_ah_722.html:417:48462:48485 Sagavanirktok Canning River (Alaska) +0.496513 AMJC_html_2890539371 AMJC_html_2890539371:295:34871:34892 Bearpaw Canada +0.460768 jgeology_html_4152045543 jgeology_html_4152045543:536:46563:46597 Serpent Canada +0.250805 aapg_af_305.html aapg_af_305.html:63:6254:6261 Bossier Paluxy, Texas +0.498419 aapg_ai_163.html aapg_ai_163.html:335:25197:25210 Ralston Creek Red Rock Canyon National Conservation Area +0.256542 gsa_html_9613801428 gsa_html_9613801428:674:76722:76731 Talkeetna Talkeetna, Alaska +0.25376 cspg_html_2113617629 cspg_html_2113617629:814:92889:92905 Viking Lacombe, Alberta +0.497373 aapg_af_453.html aapg_af_453.html:44:6011:6020 Mesaverde Fort Union Trading Post National Historic Site +0.261476 aapg_ah_859.html aapg_ah_859.html:74:9112:9120 Columbia Alabama +0.271377 aapg_ad_466.html aapg_ad_466.html:1322:141484:141502 Patuxent Tuscaloosa, Alabama +0.892074 aapg_aa_147.html aapg_aa_147.html:289:35374:35383 Red River Winnipeg +0.264158 aapg_aa_106.html aapg_aa_106.html:551:61668:61676 Imperial Guernsey +0.245952 sedimentology_html_2664292498 sedimentology_html_2664292498:791:60511:60520 Peninsula Italy +0.19188 cspg_html_8089302449 cspg_html_8089302449:119:20087:20107 Dawson Bay Manitoba +0.501557 aapg_aa_626.html aapg_aa_626.html:55:7344:7357 Potomac Charles County, Maryland +0.492499 aapg_aa_684.html aapg_aa_684.html:106:11590:11608 Ankareh John Crow Mountains +0.4992 aapg_ai_491.html aapg_ai_491.html:456:58206:58222 Supai Colorado +0.262656 gsa_html_4922631598 gsa_html_4922631598:410:49135:49150 Arikaree White River (Washington) +0.501491 gsa_html_5666650739 gsa_html_5666650739:29:2796:2824 Green River Colorado +0.253482 aapg_aa_77.html aapg_aa_77.html:67:6818:6834 Bethel Gibson County, Tennessee +0.250517 palaios_html_7179643765 palaios_html_7179643765:215:21838:21855 La Luna Venezuela +0.681066 cspg_html_9987144175 cspg_html_9987144175:235:31344:31356 Devon Island Bylot Island Migratory Bird Sanctuary +0.253512 cspg_html_4948472369 cspg_html_4948472369:513:37516:37524 Michigan Alpena, Michigan +0.268812 aapg_ae_474.html aapg_ae_474.html:1270:135019:135025 Bethel Bethel, Alaska +0.26214 gsa_html_6736833466 gsa_html_6736833466:565:51524:51548 Toroweap Colorado +0.47376 aapg_ah_844.html aapg_ah_844.html:504:60390:60396 Casper Cheyenne, Wyoming +0.258482 aapg_aa_399.html aapg_aa_399.html:432:36227:36237 Fort Union Edmonton, London +0.223226 aapg_ah_715.html aapg_ah_715.html:25:4285:4293 La Habra California +0.483674 gsa_html_7813941610 gsa_html_7813941610:822:75095:75123 Green River New Mexico +0.26312 sedimentology_html_8006979411 sedimentology_html_8006979411:942:76229:76247 Kaskapau Canada +0.368508 cspg_html_7817594878 cspg_html_7817594878:46:9621:9638 Cadomin Highwood Pass +0.49036 gsa_html_9303702379 gsa_html_9303702379:207:22252:22268 Rivas El Viejo +0.25641 cspg_html_2009306839 cspg_html_2009306839:138:19359:19376 Wabamun Lacombe, Alberta +0.667352 cspg_html_4404071326 cspg_html_4404071326:307:34505:34533 Green River New Brunswick, New Jersey +0.458298 jgeology_html_2240612531 jgeology_html_2240612531:731:63735:63740 Rapid Reno, Nevada +0.240036 aapg_ah_687.html aapg_ah_687.html:495:68720:68729 Athabasca Lacombe, Alberta +0.258778 aapg_ah_253.html aapg_ah_253.html:27:4494:4518 Mission Canyon Arkansas +0.254007 gsa_html_9513959579 gsa_html_9513959579:15:589:602 Blue Mountain Reno, Nevada +0.255915 AMJC_html_6539706032 AMJC_html_6539706032:13:661:667 Denver Colorado +0.248412 aapg_ai_1.html aapg_ai_1.html:300:26577:26585 Colorado Hermosa, Chicago +0.258552 geology_html_5784584308 geology_html_5784584308:242:23788:23794 Denver Colorado +0.246753 cspg_html_5484260516 cspg_html_5484260516:22:3283:3296 Wabamun Lacombe, Alberta +0.471885 cspg_html_6432734674 cspg_html_6432734674:128:12088:12094 Brazil Africa +0.265224 cspg_html_8227554214 cspg_html_8227554214:183:19595:19630 Hillsborough Caledonia +0.25957 gsa_html_1130947011 gsa_html_1130947011:29:2873:2894 Black River Decorah, Iowa +0.2615 aapg_ac_453.html aapg_ac_453.html:280:43292:43298 Viking North Sea oil +0.263682 cspg_html_7833083677 cspg_html_7833083677:1400:120496:120512 Descon Canada +0.251 geology_html_2144574689 geology_html_2144574689:243:23533:23543 Washington Seattle +0.475168 aapg_ah_878.html aapg_ah_878.html:249:28078:28088 St. Edmund Manitoulin Island +0.258063 aapg_ah_416.html aapg_ah_416.html:224:19491:19505 Warner Western world +0.263153 aapg_ac_707.html aapg_ac_707.html:6:566:574 Kootenai Colorado +0.467362 AMJC_html_6581509910 AMJC_html_6581509910:1020:96635:96640 Rapid Reno, Nevada +0.457436 aapg_ah_149.html aapg_ah_149.html:234:22112:22119 Madison Cheyenne, Wyoming +0.240702 palaios_html_9518809405 palaios_html_9518809405:525:46304:46313 San Diego Ridgway, Pennsylvania +0.50544 cspg_html_4666332434 cspg_html_4666332434:149:25771:25782 Belly River Lacombe, Alberta +0.256032 aapg_aa_684.html aapg_aa_684.html:6:847:866 Popo Agie Cheyenne, Wyoming +0.265209 aapg_ae_186.html aapg_ae_186.html:91:8673:8686 Cook Mountain Minden, Louisiana +0.490912 aapg_ad_760.html aapg_ad_760.html:127:15520:15537 Topanga Royal Botanic Gardens, Kew +0.474045 aapg_ai_542.html aapg_ai_542.html:165:16299:16307 Colorado Nebraska +0.2688 aapg_af_738.html aapg_af_738.html:9:1308:1319 Stony Creek Platina, California +0.255474 aapg_ah_846.html aapg_ah_846.html:3:533:547 Nuka Anchorage, Alaska +0.491458 gsa_html_7808051457 gsa_html_7808051457:687:68586:68594 Colorado Colorado +0.46563 aapg_ah_436.html aapg_ah_436.html:211:20300:20317 Edwards West Texas +0.494966 aapg_ah_260.html aapg_ah_260.html:287:37629:37638 Flagstaff Indianola, Iowa +0.290121 aapg_aa_381.html aapg_aa_381.html:98:12922:12930 Monterey Monterey, California +0.244458 gsa_html_7083998155 gsa_html_7083998155:719:71113:71123 Santa Cruz California +0.254016 aapg_ad_152.html aapg_ad_152.html:1905:250205:250227 Gerster Gold Hill, Colorado +0.247005 geology_html_1549587382 geology_html_1549587382:257:25134:25139 Stark Republic of China +0.280368 aapg_aa_415.html aapg_aa_415.html:73:12043:12053 Tokio Hempstead County, Arkansas +0.263088 aapg_ai_791.html aapg_ai_791.html:128:19155:19166 Gran Tierra Los Naranjos +0.25896 aapg_aa_898.html aapg_aa_898.html:287:34036:34055 Flagstaff Logan, Utah +0.259065 cspg_html_9057975703 cspg_html_9057975703:48:5760:5781 Elk Western Canadian Sedimentary Basin +0.483189 cspg_html_9987144175 cspg_html_9987144175:89:13150:13174 Parry Islands Banks Island +0.463204 aapg_ad_441.html aapg_ad_441.html:95:7544:7562 Kayenta Carmel, Indiana +0.238896 sedimentology_html_5491116647 sedimentology_html_5491116647:33:3486:3492 Moscow Russia +0.238602 cspg_html_9717154602 cspg_html_9717154602:183:25665:25677 Saskatchewan Lacombe, Alberta +0.495126 cspg_html_5484260516 cspg_html_5484260516:407:35173:35191 Palliser Lacombe, Alberta +0.241 aapg_af_479.html aapg_af_479.html:803:83516:83526 Point Loma California +0.248392 gsa_html_3566869311 gsa_html_3566869311:583:49180:49207 Columbia Boise, Idaho +0.492203 sedimentology_html_8502352648 sedimentology_html_8502352648:1051:76331:76339 Montreal Quebec City +0.483886 gsa_html_3330587082 gsa_html_3330587082:670:59587:59615 Green River Colorado +0.255915 geology_html_9025073353 geology_html_9025073353:39:3340:3347 Nitinat Astoria, Oregon +0.278759 aapg_aa_887.html aapg_aa_887.html:52:6398:6406 Niobrara Niobrara, Nebraska +0.89018 aapg_ah_214.html aapg_ah_214.html:18:2162:2171 Cold Lake Fort McMurray +0.484692 aapg_ad_615.html aapg_ad_615.html:67:7811:7818 Andrews Mississippi River +0.272384 geology_html_6895819031 geology_html_6895819031:283:22843:22855 Devon Island Alert, Nunavut +0.4794 gsa_html_1316826711 gsa_html_1316826711:880:69514:69522 Columbia Logan, Utah +0.249919 sedimentology_html_6656277293 sedimentology_html_6656277293:550:38175:38194 Marble Canyon Grand Canyon +0.48093 gsa_html_1766967821 gsa_html_1766967821:11:436:455 Wilcox Mexico +0.473697 palaios_html_1574666570 palaios_html_1574666570:63:6370:6382 Arkona Ausable River (New York) +0.268786 sedimentology_html_1930822610 sedimentology_html_1930822610:1293:89962:89980 Morrison Logan, Utah +0.254364 cspg_html_5456368738 cspg_html_5456368738:91:9853:9870 Nahanni Root River (Wisconsin) +0.525609 aapg_ad_823.html aapg_ad_823.html:118:12383:12391 Kiamichi West Texas +0.46116 cspg_html_9683836416 cspg_html_9683836416:190:31408:31418 Bow Island Lethbridge +0.493654 cspg_html_5241714595 cspg_html_5241714595:8:814:833 Keg River Regina, Saskatchewan +0.263652 aapg_ac_720.html aapg_ac_720.html:55:7333:7341 Navesink Mullica Hill, New Jersey +0.48165 AMJC_html_6759408618 AMJC_html_6759408618:536:52427:52448 Jacksonburg Pennsylvania +0.258597 aapg_ae_182.html aapg_ae_182.html:316:32869:32874 Sligo Bellevue, Nebraska +0.462624 aapg_ae_324.html aapg_ae_324.html:704:71701:71708 Holston Knoxville, Tennessee +0.257536 palaios_html_2413654173 palaios_html_2413654173:1070:89435:89453 Judith River Canada +0.267156 cspg_html_8568877195 cspg_html_8568877195:605:76036:76057 Belly River Lacombe, Alberta +0.477594 gsa_html_6263927481 gsa_html_6263927481:489:47419:47425 Oregon Salem, Oregon +0.261117 geology_html_3361075464 geology_html_3361075464:13:637:646 San Diego La Jolla +0.248472 palaios_html_3185775528 palaios_html_3185775528:36:3829:3835 Lisbon Portugal +0.247604 cspg_html_6383234409 cspg_html_6383234409:161:17410:17430 Bird Fiord Ellesmere Island +0.484702 cspg_html_5891044027 cspg_html_5891044027:16:2975:2992 Creston Purcell Mountains +0.26677 aapg_ac_557.html aapg_ac_557.html:488:55327:55335 Virginia Middle Ordovician +0.266231 aapg_ac_575.html aapg_ac_575.html:527:79199:79216 Thaynes Moenkopi Formation +0.259434 gsa_html_3225734041 gsa_html_3225734041:869:75963:75980 Wissahickon Pennsylvania +0.49979 aapg_ac_491.html aapg_ac_491.html:29:5108:5117 La Casita El Salvador +0.269357 aapg_af_168.html aapg_af_168.html:28:4668:4673 Sespe South Mountains (Arizona) +0.253492 sedimentology_html_5746467239 sedimentology_html_5746467239:1937:125361:125365 Hall London, Ontario +0.258566 gsa_html_8955900843 gsa_html_8955900843:861:75490:75500 Washington Seattle +0.261703 aapg_ad_280.html aapg_ad_280.html:33:5518:5535 Haynesville Upshur County, West Virginia +0.456489 geology_html_3231018979 geology_html_3231018979:271:21404:21423 Deadwood Lacombe, Alberta +0.767448 aapg_aa_158.html aapg_aa_158.html:273:24813:24831 Cloverly Cheyenne, Wyoming +0.26936 aapg_ad_557.html aapg_ad_557.html:11559:679419:679445 Buckner Alabama +0.512996 aapg_ah_828.html aapg_ah_828.html:544:52764:52785 Sundance Mexico +0.46795 aapg_ac_65.html aapg_ac_65.html:887:71854:71862 Colorado Kokomo, Indiana +0.256725 jgeology_html_5515502227 jgeology_html_5515502227:85:3553:3559 Oregon Salem, Oregon +0.42629 aapg_aa_124.html aapg_aa_124.html:591:61242:61262 Bow Island Lacombe, Alberta +0.498419 aapg_ad_660.html aapg_ad_660.html:356:46409:46419 San Andres Western world +0.47124 cspg_html_3233680622 cspg_html_3233680622:634:74700:74716 Kanguk Bathurst Island (Northern Territory) +0.273513 cspg_html_9735723617 cspg_html_9735723617:454:58397:58419 Weatherall Melville Island (Canada) +0.497552 sedimentology_html_3059129672 sedimentology_html_3059129672:897:51209:51239 Elk Rainbow Basin +0.257868 gsa_html_5737673651 gsa_html_5737673651:427:37426:37442 Chinle Arizona +0.269352 geology_html_9924482358 geology_html_9924482358:278:25650:25678 Green River Cheyenne, Wyoming +0.472248 aapg_ae_697.html aapg_ae_697.html:511:55239:55244 Keele England +0.26862 aapg_ad_918.html aapg_ad_918.html:65:9310:9333 Niobrara Mancos, Colorado +0.264698 aapg_af_551.html aapg_af_551.html:39:4192:4213 Lake Valley Burlington, Ontario +0.454553 aapg_ad_659.html aapg_ad_659.html:136:18522:18544 Solor Church Austin, Chicago +0.479364 aapg_ae_147.html aapg_ae_147.html:116:12924:12945 Saugus California +0.455415 cspg_html_7281679890 cspg_html_7281679890:525:83472:83481 Porcupine Cairns, Queensland +0.473386 cspg_html_3962754176 cspg_html_3962754176:713:75862:75882 Clearwater Lacombe, Alberta +0.26418 cspg_html_7989435905 cspg_html_7989435905:163:17970:17983 Brazeau Lacombe, Alberta +0.244024 aapg_ai_975.html aapg_ai_975.html:287:28342:28347 Sligo County Sligo +0.26208 aapg_ac_702.html aapg_ac_702.html:362:37953:37958 Oread Topeka, Kansas +0.253482 aapg_aa_797.html aapg_aa_797.html:444:55794:55819 Elephant Canyon Logan, Utah +0.258063 aapg_ai_72.html aapg_ai_72.html:121:9694:9698 Frio Texas +0.237314 aapg_ah_301.html aapg_ah_301.html:707:82967:82974 Honaker Maryville, Missouri +0.24823 aapg_af_81.html aapg_af_81.html:113:11303:11310 Pioneer Wasatch Range +0.246813 aapg_ad_801.html aapg_ad_801.html:421:42131:42137 Midway Mississippi River +0.490496 aapg_ai_548.html aapg_ai_548.html:72:7090:7107 Plattin Jefferson County, Colorado +0.503608 aapg_aa_960.html aapg_aa_960.html:372:29540:29557 Entrada Entrada Sandstone +0.700101 aapg_ak_54.html aapg_ak_54.html:49:6452:6464 Sligo Mississippi River +0.46155 AMJC_html_3664856625 AMJC_html_3664856625:588:60604:60623 Paskapoo Lacombe, Alberta +0.25116 jgeology_html_6981471550 jgeology_html_6981471550:406:31243:31252 Brunswick Melbourne, Florida +0.270279 aapg_ah_121.html aapg_ah_121.html:53:4986:4993 Cypress Harrodsburg, Indiana +0.256 aapg_aa_269.html aapg_aa_269.html:208:26465:26484 Wapanucka Ouachita Mountains +0.484939 gsa_html_4432793908 gsa_html_4432793908:173:20568:20588 Sheep Pass Reno, Nevada +0.247009 aapg_af_14.html aapg_af_14.html:784:68233:68256 Rock Springs Cheyenne, Wyoming +0.476784 aapg_af_248.html aapg_af_248.html:111:9844:9858 Midway Texas +0.460672 palaios_html_2789168639 palaios_html_2789168639:484:46783:46791 Colorado New York State Museum +0.493712 aapg_aa_423.html aapg_aa_423.html:37:4545:4548 Abo New Mexico +0.254538 aapg_aa_426.html aapg_aa_426.html:224:50277:50282 Eutaw Selma to Montgomery marches +0.41574 gsa_html_2818240758 gsa_html_2818240758:30:2837:2865 Green River Iran +0.359856 aapg_ac_230.html aapg_ac_230.html:242:26471:26477 Perija Western world +0.234135 gsa_html_1662492421 gsa_html_1662492421:354:29455:29465 West Point Seattle +0.480194 AMJC_html_4299960498 AMJC_html_4299960498:813:92225:92235 Washington Ellensburg, Washington +0.473256 jgeology_html_2872695575 jgeology_html_2872695575:104:4151:4185 Sewanee Conglomerate Knoxville, Tennessee +0.236944 aapg_af_488.html aapg_af_488.html:340:32886:32894 Colorado Denver +0.242 aapg_ae_370.html aapg_ae_370.html:642:63829:63836 Cowlitz Salem, Oregon +0.25382 aapg_ai_958.html aapg_ai_958.html:135:13976:13982 Goliad Goliad County, Texas +0.356678 palaios_html_3105248303 palaios_html_3105248303:207:21951:21972 Clays Ferry Kentucky +0.26059 aapg_ah_972.html aapg_ah_972.html:343:34064:34075 Bluff Trinity County, Texas +0.487936 gsa_html_3648282067 gsa_html_3648282067:273:22008:22036 Green River Colorado +0.462788 aapg_ah_387.html aapg_ah_387.html:2451:265851:265860 Knoxville Knoxville, Illinois +0.245862 aapg_ai_1.html aapg_ai_1.html:169:15132:15147 Molas Hermosa, Chicago +0.493056 aapg_ae_467.html aapg_ae_467.html:654:51128:51141 Detroit River Kawkawlin River +0.260096 aapg_ad_660.html aapg_ad_660.html:468:64174:64193 Grayburg New Mexico +0.24139 sedimentology_html_3464809003 sedimentology_html_3464809003:1186:68208:68232 Salado New Mexico +0.882759 aapg_ai_583.html aapg_ai_583.html:31:5354:5372 Sundance Boise, Idaho +0.46763 geology_html_2350878941 geology_html_2350878941:335:25484:25492 Colorado Denver +0.268632 aapg_aa_877.html aapg_aa_877.html:990:115529:115535 Casper Cheyenne, Wyoming +0.236526 sedimentology_html_4369226882 sedimentology_html_4369226882:1170:88140:88144 Hall London, Ontario +0.246909 aapg_ad_30.html aapg_ad_30.html:137:10928:10939 Honey Creek Gasconade River +0.494252 cspg_html_4915680223 cspg_html_4915680223:23:2521:2536 Douro Devon Island +0.445093 cspg_html_7665357428 cspg_html_7665357428:167:17655:17661 Denver Colorado +0.369334 aapg_ae_546.html aapg_ae_546.html:5:991:1031 Cotton Valley East Texas +0.286455 aapg_ah_464.html aapg_ah_464.html:34:5981:5991 Pottsville Missouri River +0.27716 aapg_ae_544.html aapg_ae_544.html:7:1168:1190 Judith River Niobrara, Nebraska +0.253791 AMJC_html_5969956211 AMJC_html_5969956211:1764:195544:195563 Pinyon Conglomerate Cheyenne, Wyoming +0.252973 cspg_html_1565769407 cspg_html_1565769407:138:19025:19042 Cumberland Riversdale, New Zealand +0.260075 aapg_ae_147.html aapg_ae_147.html:173:19554:19560 Modelo South Mountains (Arizona) +0.472833 aapg_ad_351.html aapg_ad_351.html:16:1848:1868 Keokuk Springfield, Illinois +0.25041 gsa_html_6105070212 gsa_html_6105070212:1003:105731:105741 Santa Cruz California +0.255936 aapg_aa_458.html aapg_aa_458.html:157:22819:22825 Oregon Washington (state) +0.2595 aapg_ac_612.html aapg_ac_612.html:241:25287:25294 Entrada Exeter, New Hampshire +0.353058 geology_html_4129066248 geology_html_4129066248:142:18505:18523 Fillmore Logan, Utah +0.263069 aapg_af_880.html aapg_af_880.html:586:90886:90894 Toroweap Kaibab, Arizona +0.487424 gsa_html_6457388516 gsa_html_6457388516:764:63755:63783 Green River Colorado +0.251563 aapg_ah_10.html aapg_ah_10.html:206:31228:31254 Vedder Kern River Preserve +0.48925 cspg_html_2734588863 cspg_html_2734588863:96:10595:10605 Milk River Colorado +0.476375 AMJC_html_6341723617 AMJC_html_6341723617:752:65827:65855 Green River Colorado +0.841752 aapg_ac_215.html aapg_ac_215.html:58:7397:7424 Bakken Englewood, New Jersey +0.261057 aapg_ae_765.html aapg_ae_765.html:208:25839:25860 Green River Logan, Utah +0.514485 aapg_ae_31.html aapg_ae_31.html:151:17606:17626 Batesville Arkansas +0.494328 gsa_html_4280273880 gsa_html_4280273880:834:69862:69890 Green River Colorado +0.25029 cspg_html_8267847427 cspg_html_8267847427:460:55829:55861 Provincial Canada +0.471696 gsa_html_3860045860 gsa_html_3860045860:71:7528:7534 Eugene Salem, Oregon +0.271441 sedimentology_html_5773396915 sedimentology_html_5773396915:465:27604:27609 Pearl Mekong Delta +0.475272 cspg_html_5170528958 cspg_html_5170528958:172:26854:26872 Grosmont Western Canadian Sedimentary Basin +0.24544 cspg_html_4115156925 cspg_html_4115156925:329:37478:37508 Doig Lacombe, Alberta +0.472688 sedimentology_html_3417381350 sedimentology_html_3417381350:403:28857:28877 Jalama Lompoc, California +0.258856 aapg_ad_942.html aapg_ad_942.html:164:15520:15539 Keg River Lacombe, Alberta +0.249488 geology_html_9172071766 geology_html_9172071766:182:15187:15203 Navajo Mesa, Arizona +0.235 gsa_html_7304754451 gsa_html_7304754451:877:75990:75996 Cooper San Francisco +0.269352 geology_html_8086230553 geology_html_8086230553:282:21730:21749 Fox Hills Cheyenne, Wyoming +0.245016 gsa_html_7127096507 gsa_html_7127096507:96:11011:11045 German Rancho Gualala, California +0.49115 geology_html_4675652536 geology_html_4675652536:247:22055:22060 Gates Virginia +0.260099 aapg_aa_202.html aapg_aa_202.html:213:22125:22132 Oceanic Bering Sea +0.25392 aapg_af_133.html aapg_af_133.html:21:2325:2335 Cabot Head Middle East +0.48807 gsa_html_6695423429 gsa_html_6695423429:835:63611:63639 Green River Iran +0.262656 aapg_ad_351.html aapg_ad_351.html:416:38634:38653 Northview Sedalia, Missouri +0.504695 palaios_html_6944542452 palaios_html_6944542452:501:45140:45153 Lee Kentucky +0.471606 aapg_aa_787.html aapg_aa_787.html:373:42346:42352 Provo Texas +0.504532 palaios_html_5398833984 palaios_html_5398833984:664:81697:81715 Dunvegan Calgary +0.48672 cspg_html_1188455526 cspg_html_1188455526:197:30975:30990 Savik Ellesmere Island +0.472578 aapg_af_451.html aapg_af_451.html:51:5762:5779 Sunnyside Uinta Mountains +0.485434 jgeology_html_6399321011 jgeology_html_6399321011:80:3384:3424 Russell California +0.272228 aapg_af_575.html aapg_af_575.html:966:138182:138192 San Andres West Texas +0.280819 aapg_ae_846.html aapg_ae_846.html:166:16576:16593 Dakota Catron County, New Mexico +0.876071 aapg_ah_182.html aapg_ah_182.html:63:6932:6949 Martinsburg Closter, New Jersey +0.237303 aapg_ae_349.html aapg_ae_349.html:702:80700:80709 Maquoketa Barton County, Kansas +0.249344 aapg_ah_224.html aapg_ah_224.html:51:5145:5153 Caballos Pecos County, Texas +0.262656 aapg_ah_203.html aapg_ah_203.html:488:77532:77540 Michigan New Mexico +0.249996 cspg_html_3501550466 cspg_html_3501550466:408:57478:57503 Grosmont Williston Basin +0.284566 aapg_ad_784.html aapg_ad_784.html:67:8810:8815 Sespe Simi Valley, California +0.490464 cspg_html_9843429624 cspg_html_9843429624:28:3833:3851 Redknife Victoria, British Columbia +0.488796 aapg_ae_791.html aapg_ae_791.html:12:1823:1836 Carlin Canyon Reno, Nevada +0.256032 aapg_ac_635.html aapg_ac_635.html:203:20948:20967 Hornbrook Siskiyou County, California +0.51023 cspg_html_4298557570 cspg_html_4298557570:50:7807:7823 Battle Drumheller +0.270918 aapg_ae_254.html aapg_ae_254.html:33:3023:3031 Woodbine Paluxy, Texas +0.74108 palaios_html_7179643765 palaios_html_7179643765:277:29026:29037 La Luna Venezuela +0.241572 jgeology_html_8064855537 jgeology_html_8064855537:295:21000:21024 Cedar Mountain Logan, Utah +0.267064 cspg_html_1019614994 cspg_html_1019614994:482:82846:82862 Exshaw Lacombe, Alberta +0.484242 aapg_ad_0.html aapg_ad_0.html:91:10110:10121 Trempealeau Munising, Michigan +0.260977 geology_html_7368882691 geology_html_7368882691:238:20587:20594 Potsdam China +0.47405 aapg_ah_387.html aapg_ah_387.html:349:34797:34806 Knoxville Central Valley (California) +0.243536 cspg_html_5875826141 cspg_html_5875826141:6:364:379 Elk Lacombe, Alberta +0.487622 cspg_html_3740794265 cspg_html_3740794265:437:45074:45082 Colorado Denver +0.84882 aapg_ai_594.html aapg_ai_594.html:365:37084:37103 Fish Haven Dolomite Logan, Utah +0.267253 cspg_html_3850954719 cspg_html_3850954719:412:48966:48983 Cardium Lacombe, Alberta +0.488177 aapg_ae_682.html aapg_ae_682.html:277:35086:35105 Red River Kirkwood, Missouri +0.24174 aapg_ad_763.html aapg_ad_763.html:110:12134:12143 Jacalitos Tulare, California +0.248805 jgeology_html_6777789707 jgeology_html_6777789707:835:37224:37230 Thrifty London, Ontario +0.8982 gsa_html_8951179545 gsa_html_8951179545:121:14444:14456 Wilcox Texas +0.471408 aapg_af_575.html aapg_af_575.html:469:64806:64816 Kinderhook Arkansas +0.256793 aapg_ah_411.html aapg_ah_411.html:27:4389:4403 Colorado Lacombe, Alberta +0.486 gsa_html_6143207195 gsa_html_6143207195:28:1457:1465 Colorado Denver +0.239454 aapg_aa_233.html aapg_aa_233.html:562:57654:57660 Cupido Matamoros, Tamaulipas +0.25235 cspg_html_6032369756 cspg_html_6032369756:357:41981:41991 Washington California +0.261703 jgeology_html_1198140108 jgeology_html_1198140108:1241:69858:69871 Sandia New Mexico +0.273962 gsa_html_3556551590 gsa_html_3556551590:813:70778:70806 Green River Iran +0.26058 aapg_ai_863.html aapg_ai_863.html:67:9505:9511 Reklaw Leon County, Florida +0.24288 gsa_html_9569209726 gsa_html_9569209726:829:79153:79163 Washington Snohomish, Washington +0.260568 cspg_html_9361096527 cspg_html_9361096527:30:6477:6508 Judith River Regina, Saskatchewan +0.252973 gsa_html_1783705204 gsa_html_1783705204:16:847:855 Colorado Denver +0.480883 aapg_ad_2.html aapg_ad_2.html:1096:149970:149988 Beekmantown Lancaster, California +0.490875 aapg_ah_318.html aapg_ah_318.html:1258:126750:126769 Smackover Arkansas +0.28449 gsa_html_4436750846 gsa_html_4436750846:25:1828:1841 Santa Barbara California +0.490167 aapg_ai_159.html aapg_ai_159.html:220:25488:25505 Caimito Culebra, Puerto Rico +0.269868 palaios_html_8474347362 palaios_html_8474347362:369:48938:48969 Kope Ohio +0.709956 gsa_html_1130947011 gsa_html_1130947011:101:11920:11931 Platteville Kentucky +0.24947 gsa_html_2361725345 gsa_html_2361725345:15:1039:1049 Washington Washington (state) +0.49344 aapg_ah_612.html aapg_ah_612.html:189:17934:17942 Columbia Victoria, British Columbia +0.481874 geology_html_7830002439 geology_html_7830002439:224:20099:20112 Santa Barbara California +0.474897 aapg_af_11.html aapg_af_11.html:528:53156:53164 Colorado Ouray, Colorado +0.227664 gsa_html_2207983619 gsa_html_2207983619:19:1157:1163 Cupido Coahuila +0.49192 cspg_html_8207916783 cspg_html_8207916783:140:21070:21076 Viking Lacombe, Alberta +0.273296 aapg_ac_984.html aapg_ac_984.html:355:30849:30854 Salem Mattoon, Illinois +0.247604 aapg_ad_2.html aapg_ad_2.html:1393:190563:190574 Martinsburg Chambersburg, Pennsylvania +0.479605 aapg_ae_3.html aapg_ae_3.html:226:31942:31949 Madison Cheyenne, Wyoming +0.470876 aapg_ak_116.html aapg_ak_116.html:506:45499:45504 Stark Caroline Island +0.251482 jgeology_html_8828401378 jgeology_html_8828401378:197:11342:11348 Provo England +0.494088 aapg_ae_725.html aapg_ae_725.html:690:65396:65414 Frontier Cheyenne, Wyoming +0.903268 aapg_af_397.html aapg_af_397.html:276:33774:33786 Entrada Entrada Sandstone +0.486095 cspg_html_4072152826 cspg_html_4072152826:570:75014:75022 Columbia Victoria, British Columbia +0.25908 palaios_html_1262064602 palaios_html_1262064602:834:86663:86669 Denver Chinle Formation +0.50424 aapg_ac_781.html aapg_ac_781.html:7:278:291 Barnett Lower Greenville, Dallas, Texas +0.65702 cspg_html_9735723617 cspg_html_9735723617:1172:118203:118223 Weatherall Melville Island (Canada) +0.253764 aapg_af_854.html aapg_af_854.html:550:74651:74666 Salem Kentucky +0.265468 aapg_ai_932.html aapg_ai_932.html:445:69630:69639 Point Sal Monterey, California +0.2678 aapg_ad_194.html aapg_ad_194.html:221:25222:25237 Notch Peak Dolomite Middle East +0.24225 cspg_html_9735723617 cspg_html_9735723617:511:63473:63481 Bathurst Ellesmere Island +0.512415 aapg_ae_73.html aapg_ae_73.html:460:60994:61002 Niobrara Niobrara, Nebraska +0.504525 gsa_html_8711318590 gsa_html_8711318590:29:2796:2824 Green River Colorado +0.2499 cspg_html_3187844923 cspg_html_3187844923:286:41920:41964 Sustut Victoria, British Columbia +0.463085 gsa_html_3833278026 gsa_html_3833278026:400:34593:34597 Hall London, Ontario +0.521838 aapg_ae_973.html aapg_ae_973.html:766:58540:58548 Grayburg Texas +0.505043 aapg_aa_918.html aapg_aa_918.html:1311:137946:137957 Doxey Texas +0.500835 palaios_html_4940783464 palaios_html_4940783464:356:38100:38126 Yakataga Anchorage, Alaska +0.26368 jgeology_html_4305195651 jgeology_html_4305195651:594:74231:74249 Catskill Beaumont, Texas +0.469908 cspg_html_7310162886 cspg_html_7310162886:234:31830:31836 Kingak Spring River (Missouri) +0.253952 aapg_af_892.html aapg_af_892.html:235:21322:21329 Savanna Lampasas, Texas +0.362324 geology_html_4129066248 geology_html_4129066248:34:3114:3122 Fillmore Boise, Idaho +0.2448 sedimentology_html_9633602572 sedimentology_html_9633602572:1686:79465:79484 Swan Hills Lacombe, Alberta +0.25938 aapg_aa_407.html aapg_aa_407.html:438:31287:31294 Paradox Dolores River +0.480128 AMJC_html_7743907070 AMJC_html_7743907070:3422:272042:272052 Sunderland Cambridge, Massachusetts +0.25704 jgeology_html_3517640817 jgeology_html_3517640817:58:2537:2546 Peninsula Korea +0.465 gsa_html_2877730818 gsa_html_2877730818:1135:94955:94971 Noonday Dolomite California +0.258266 aapg_af_786.html aapg_af_786.html:590:35508:35517 Domengine California +0.483041 aapg_af_308.html aapg_af_308.html:380:44345:44362 Pocono Greenbrier (Great Smoky Mountains) +0.224387 aapg_ad_49.html aapg_ad_49.html:79:8629:8645 Umpqua California +0.489417 aapg_ae_28.html aapg_ae_28.html:994:71273:71282 Maquoketa Illinois +0.26287 aapg_ad_983.html aapg_ad_983.html:244:21214:21233 Tuscarora Monongalia County, West Virginia +0.265772 aapg_ah_4.html aapg_ah_4.html:367:54632:54639 Yaquina Peru, Indiana +0.49296 sedimentology_html_3181527419 sedimentology_html_3181527419:129:11612:11623 Supai Supai, Arizona +0.48443 aapg_ac_414.html aapg_ac_414.html:182:21793:21799 Concha Arizona +0.497354 aapg_ai_583.html aapg_ai_583.html:255:31899:31913 Sundance Newcastle, New South Wales +0.247643 gsa_html_2023933346 gsa_html_2023933346:114:11635:11650 Sespe Santiago +0.23937 jgeology_html_8088445472 jgeology_html_8088445472:256:16862:16879 Manlius Schoharie Creek +0.256035 gsa_html_4820340337 gsa_html_4820340337:261:22227:22254 Johnnie Reno, Nevada +0.260865 aapg_ai_136.html aapg_ai_136.html:114:8171:8178 Hosston Rodessa, Louisiana +0.48896 aapg_ad_835.html aapg_ad_835.html:1701:101433:101452 La Quinta Venezuela +0.26208 aapg_af_280.html aapg_af_280.html:64:8760:8768 Colorado Tonga +0.27401 aapg_ai_38.html aapg_ai_38.html:56:5737:5755 Niobrara Niobrara, Nebraska +0.258416 aapg_ah_189.html aapg_ah_189.html:111:12717:12728 Trempealeau Sparks, Nevada +0.251 sedimentology_html_5372057865 sedimentology_html_5372057865:1028:80713:80723 Washington Snohomish, Washington +0.521427 aapg_af_188.html aapg_af_188.html:238:27623:27643 Telegraph Creek Colorado +0.484467 cspg_html_2536163557 cspg_html_2536163557:666:92476:92500 Gog Victoria, British Columbia +0.244989 palaios_html_5921824758 palaios_html_5921824758:473:38619:38638 Chuckanut Washington (state) +0.262276 gsa_html_1040524378 gsa_html_1040524378:515:62758:62775 Wasatch Cheyenne, Wyoming +0.787072 cspg_html_6038396142 cspg_html_6038396142:11:1163:1175 Black Island Regina, Saskatchewan +0.484428 gsa_html_1130947011 gsa_html_1130947011:101:11848:11859 Black River Kentucky +0.487956 aapg_ai_31.html aapg_ai_31.html:492:46109:46118 Catahoula Oakville, California +0.24582 gsa_html_5924250698 gsa_html_5924250698:705:66301:66320 Bidahochi Colorado Plateau +0.261326 aapg_ah_978.html aapg_ah_978.html:216:21494:21503 Etchegoin Coalinga, California +0.502425 aapg_ae_185.html aapg_ae_185.html:329:28442:28453 Haynesville Sarepta, Louisiana +0.250712 aapg_ac_920.html aapg_ac_920.html:37:5770:5797 Pequop Kaibab, Arizona +0.246648 cspg_html_4541662139 cspg_html_4541662139:52:7337:7349 Wapsipinicon Illinois +0.26728 geology_html_2872688187 geology_html_2872688187:280:27937:27945 Victoria Indonesia +0.277648 cspg_html_9717154602 cspg_html_9717154602:945:82075:82092 Bearpaw Lacombe, Alberta +0.245895 cspg_html_6143853630 cspg_html_6143853630:348:30836:30843 Halifax Calgary +0.47685 gsa_html_1166388813 gsa_html_1166388813:67:6522:6531 Extension Atlantic Ocean +0.257839 aapg_ac_251.html aapg_ac_251.html:821:88986:89020 Franconia Wisconsin +0.257703 aapg_aa_233.html aapg_aa_233.html:199:20084:20090 Sierra Matamoros, Tamaulipas +0.263133 geology_html_9849574053 geology_html_9849574053:307:23896:23902 Thrifty London, Ontario +0.487325 geology_html_9958752318 geology_html_9958752318:277:23217:23227 Washington Salem, Oregon +0.455749 sedimentology_html_9860745508 sedimentology_html_9860745508:446:35657:35663 Taylor London, Ontario +0.25584 cspg_html_7678714791 cspg_html_7678714791:508:62258:62280 Sokoman Quebec City +0.27378 aapg_ah_165.html aapg_ah_165.html:236:31710:31732 Cooking Lake Southern Alberta +0.260608 aapg_ae_63.html aapg_ae_63.html:118:12382:12401 Jefferson Logan, Utah +0.263592 gsa_html_1040524378 gsa_html_1040524378:51:7132:7139 Challis Boise, Idaho +0.26624 cspg_html_1058139432 cspg_html_1058139432:573:72732:72748 Viking Lacombe, Alberta +0.502524 sedimentology_html_7770460326 sedimentology_html_7770460326:252:23226:23237 Santa Clara Carlsbad, New Mexico +0.50208 cspg_html_1662483356 cspg_html_1662483356:244:23580:23587 Cardium Western world +0.49278 cspg_html_2659248847 cspg_html_2659248847:716:69013:69048 Allen Bay Canada +0.245713 aapg_ac_424.html aapg_ac_424.html:25:4762:4771 Catahoula Texas +0.253616 cspg_html_6984906794 cspg_html_6984906794:14:2302:2317 Colorado Canada +0.267189 cspg_html_4048108956 cspg_html_4048108956:368:47953:47966 Sustut Victoria, British Columbia +0.247296 gsa_html_5158209975 gsa_html_5158209975:9:292:297 Rapid Mississippi River +0.491008 aapg_ae_745.html aapg_ae_745.html:528:64903:64919 Comox Gulf Islands +0.248965 aapg_ah_416.html aapg_ah_416.html:126:11479:11489 Milk River Milk River, Alberta +0.261612 aapg_ah_48.html aapg_ah_48.html:89:11875:11892 Fall River Black Hills +0.261568 aapg_ah_645.html aapg_ah_645.html:527:64411:64418 Rierdon Williston, Vermont +0.242536 cspg_html_9735723617 cspg_html_9735723617:452:58251:58278 Robertson Melville Island (Canada) +0.47277 aapg_ai_107.html aapg_ai_107.html:555:45881:45889 Dorcheat Ellis County, Kansas +0.478296 gsa_html_4181975259 gsa_html_4181975259:489:47479:47489 Washington California +0.245916 cspg_html_3102530088 cspg_html_3102530088:315:37711:37731 Milk River Red Deer, Alberta +0.482064 aapg_ad_880.html aapg_ad_880.html:263:27433:27456 Gypsum Spring Spearfish, South Dakota +0.25823 geology_html_8953766677 geology_html_8953766677:36:3522:3540 Palliser Earth +0.474948 palaios_html_2449649505 palaios_html_2449649505:791:79313:79329 Chinle New Mexico +0.625391 cspg_html_4287356899 cspg_html_4287356899:1556:217487:217506 Tahkandit Anchorage, Alaska +0.215488 aapg_ah_96.html aapg_ah_96.html:244:28096:28105 Red River Black Hills +0.273528 palaios_html_3706035501 palaios_html_3706035501:201:29486:29501 Brule Badlands National Park +0.248082 aapg_af_663.html aapg_af_663.html:801:75897:75913 Hertha Iowa +0.513648 cspg_html_4659384530 cspg_html_4659384530:59:7376:7397 Slave Point Swan Hill, Victoria +0.245 aapg_af_109.html aapg_af_109.html:19:3106:3115 Big River Sauk Village, Illinois +0.500456 aapg_ae_843.html aapg_ae_843.html:117:10937:10944 Laramie Cheyenne, Wyoming +0.49518 palaios_html_6409863909 palaios_html_6409863909:39:4420:4439 Fairview Netherlands +0.260952 cspg_html_5241714595 cspg_html_5241714595:188:28671:28706 Winnipegosis Williston Basin +0.252609 sedimentology_html_3907918417 sedimentology_html_3907918417:38:4048:4066 Dunvegan Canada +0.266256 cspg_html_8089302449 cspg_html_8089302449:325:56080:56100 Dawson Bay Lacombe, Alberta +0.252973 cspg_html_3023030263 cspg_html_3023030263:527:57928:57936 Colorado Denver +0.477792 aapg_ac_103.html aapg_ac_103.html:19:3555:3563 Crescent Clallam County, Washington +0.871827 aapg_ah_978.html aapg_ah_978.html:719:67304:67311 Temblor Coalinga, California +0.4765 gsa_html_6330913937 gsa_html_6330913937:1049:95754:95762 Rockwell Southern California +0.484848 aapg_ah_972.html aapg_ah_972.html:1342:92092:92100 Whitsett Texas +0.48076 aapg_ae_584.html aapg_ae_584.html:537:50281:50294 Mount Shields Boise, Idaho +0.257048 gsa_html_8837971374 gsa_html_8837971374:793:89077:89096 Bathurst New Brunswick, New Jersey +0.254518 geology_html_3107749784 geology_html_3107749784:16:1050:1058 Colorado Denver +0.476933 aapg_ad_820.html aapg_ad_820.html:257:30757:30765 Potlatch Lacombe, Alberta +0.498542 gsa_html_4913703235 gsa_html_4913703235:101:9506:9523 Grimsby Pennsylvania +0.475695 aapg_aa_643.html aapg_aa_643.html:257:28666:28675 Knoxville Knoxville, Illinois +0.313352 aapg_af_833.html aapg_af_833.html:794:86967:86979 Dakota Western world +0.252003 cspg_html_5891044027 cspg_html_5891044027:26:4719:4740 Dutch Creek Purcell Mountains +0.255987 aapg_aa_954.html aapg_aa_954.html:256:23152:23171 Aux Vases Salem, Massachusetts +0.476215 cspg_html_5241714595 cspg_html_5241714595:663:99273:99293 Swan Hills Lacombe, Alberta +0.255488 gsa_html_8662622130 gsa_html_8662622130:16:1158:1168 Washington Seattle +0.26145 sedimentology_html_8748254640 sedimentology_html_8748254640:65:7167:7187 Toro Chile +0.857472 aapg_ac_366.html aapg_ac_366.html:435:43897:43929 Clinton Ohio +0.239428 cspg_html_8227554214 cspg_html_8227554214:334:36839:36855 Cumberland Cumberland, Maryland +0.483531 gsa_html_5694391338 gsa_html_5694391338:440:44803:44820 Packsaddle Schist Honey Brook, Pennsylvania +0.50016 aapg_ai_241.html aapg_ai_241.html:91:10606:10620 Winnipeg Minot (Amtrak station) +0.265 aapg_aa_146.html aapg_aa_146.html:770:45351:45370 Fox Hills Newcastle, New South Wales +0.514083 aapg_aa_993.html aapg_aa_993.html:144:15691:15710 Smackover Mexia, Texas +0.266231 gsa_html_3669079684 gsa_html_3669079684:1064:91803:91831 Green River New Mexico +0.50112 aapg_ah_142.html aapg_ah_142.html:88:6143:6154 San Joaquin Colusa, California +0.250776 sedimentology_html_2390782682 sedimentology_html_2390782682:566:43042:43048 Provo Memphis International Airport +0.26418 aapg_ai_158.html aapg_ai_158.html:284:29413:29442 Kindle Anchorage, Alaska +0.247808 gsa_html_6861599329 gsa_html_6861599329:941:81942:81952 Washington Seattle +0.479958 cspg_html_5345848475 cspg_html_5345848475:6:468:488 Colorado Western Canadian Sedimentary Basin +0.265216 aapg_af_628.html aapg_af_628.html:133:12738:12745 Cypress Illinois +0.266112 aapg_ai_1.html aapg_ai_1.html:171:15552:15567 Ouray Leadville, Colorado +0.477543 aapg_af_397.html aapg_af_397.html:315:37967:37984 Todilto Entrada Sandstone +0.69634 aapg_ae_667.html aapg_ae_667.html:325:39873:39879 Colton Flagstaff, Arizona +0.248472 aapg_ac_419.html aapg_ac_419.html:1032:110473:110493 Capistrano San Clemente, California +0.26988 aapg_ad_606.html aapg_ad_606.html:10:1153:1161 Colorado Colorado +0.237584 aapg_ae_419.html aapg_ae_419.html:3150:203392:203398 Sierra Torreon, Torrance County, New Mexico +0.2525 cspg_html_8818854104 cspg_html_8818854104:150:19907:19925 Kootenay Lacombe, Alberta +0.24638 geology_html_1859665001 geology_html_1859665001:254:22891:22905 Rockwell India +0.2655 sedimentology_html_6382215824 sedimentology_html_6382215824:979:73340:73364 El Paso Texas +0.482218 aapg_ac_8.html aapg_ac_8.html:44:3705:3714 Minnelusa Niobrara, Nebraska +0.487368 cspg_html_3589404052 cspg_html_3589404052:1030:109615:109631 Golata Canada +0.231345 aapg_ai_82.html aapg_ai_82.html:6:1063:1083 Greenbrier Greenbrier (Great Smoky Mountains) +0.482816 cspg_html_9152086986 cspg_html_9152086986:229:21794:21827 Halfway Wembley Stadium +0.482724 aapg_ai_1.html aapg_ai_1.html:423:39741:39758 Paradox Shiprock, New Mexico +0.253506 aapg_ac_228.html aapg_ac_228.html:6:972:979 Castaic San Gabriel Valley +0.261085 cspg_html_8990290265 cspg_html_8990290265:465:71082:71094 Beaver Mines Lacombe, Alberta +0.484242 aapg_aa_105.html aapg_aa_105.html:267:28646:28662 Belly River Bow River +0.465836 aapg_ae_928.html aapg_ae_928.html:9:1141:1175 Smackover Macedonia (region) +0.23436 aapg_af_663.html aapg_af_663.html:788:75367:75373 Hertha Chariton, Iowa +0.260554 jgeology_html_1964872752 jgeology_html_1964872752:283:20800:20808 Yorktown Delmarva Peninsula +0.255398 jgeology_html_1964872752 jgeology_html_1964872752:300:21983:21992 Pensauken Mesa, Arizona +0.471592 gsa_html_9219965669 gsa_html_9219965669:174:21073:21085 Rhode Island Newport, Rhode Island +0.2604 aapg_ae_253.html aapg_ae_253.html:144:18241:18260 Smackover Cotton Valley, Louisiana +0.499954 sedimentology_html_5952626645 sedimentology_html_5952626645:1218:65934:65970 Marble Falls Texas +0.476088 palaios_html_8207834314 palaios_html_8207834314:540:36105:36121 Oldman Lacombe, Alberta +0.256332 geology_html_1573138807 geology_html_1573138807:13:619:625 Denver Colorado +0.48822 geology_html_5045588189 geology_html_5045588189:53:6784:6810 Sisquoc California +0.462075 aapg_aa_484.html aapg_aa_484.html:145:12848:12864 Hertha Kansas City, Kansas +0.248901 gsa_html_8076115820 gsa_html_8076115820:777:54171:54177 Banner Hanson, Massachusetts +0.502686 gsa_html_8840132442 gsa_html_8840132442:972:93852:93872 Crowsnest Lacombe, Alberta +0.27508 aapg_ae_993.html aapg_ae_993.html:48:6145:6152 Madison Maywood, California +0.501704 gsa_html_1520002998 gsa_html_1520002998:980:79438:79446 Colorado Denver +0.495803 aapg_ai_87.html aapg_ai_87.html:454:42861:42880 Lodgepole New Mexico +0.932427 aapg_ah_645.html aapg_ah_645.html:134:18249:18272 Gypsum Spring Cheyenne, Wyoming +0.271956 cspg_html_4516258038 cspg_html_4516258038:403:45843:45853 Bird Fiord Bathurst Island (Northern Territory) +0.262474 aapg_af_397.html aapg_af_397.html:158:19701:19708 Entrada Entrada Sandstone +0.245024 cspg_html_6611173979 cspg_html_6611173979:70:9705:9714 Waterways Lacombe, Alberta +0.25948 aapg_ad_344.html aapg_ad_344.html:66:7949:7961 Pierre Sharon Springs, Kansas +0.498597 aapg_ac_924.html aapg_ac_924.html:8:1345:1369 Mission Canyon Logan, Utah +0.240408 palaios_html_5542013090 palaios_html_5542013090:697:68650:68654 Hall London, Ontario +0.485556 gsa_html_4716386208 gsa_html_4716386208:894:76075:76095 Prospect Bennington, Vermont +0.256473 aapg_af_779.html aapg_af_779.html:70:9597:9606 Coldwater Michigan +0.411136 aapg_af_69.html aapg_af_69.html:26:2908:2916 Virginia Virginia +0.486664 aapg_ae_750.html aapg_ae_750.html:118:13674:13701 Wolfcamp Wichita, Kansas +0.253482 aapg_ai_945.html aapg_ai_945.html:129:17079:17087 Woodford Monterey, California +0.249444 cspg_html_4450068317 cspg_html_4450068317:482:57864:57872 Columbia Piel Island +0.256512 palaios_html_6676788300 palaios_html_6676788300:943:101069:101100 Byram Mississippi River +0.241017 aapg_af_610.html aapg_af_610.html:54:6009:6021 Independence Kansas City, Kansas +0.25844 aapg_ad_721.html aapg_ad_721.html:573:54587:54597 Whitehorse Carlsbad, New Mexico +0.271942 aapg_ah_60.html aapg_ah_60.html:251:24363:24382 Kulthieth Malaspina Glacier +0.270256 aapg_ai_82.html aapg_ai_82.html:342:38034:38044 Pottsville Greenbrier (Great Smoky Mountains) +0.487424 cspg_html_1132698231 cspg_html_1132698231:449:59590:59623 Merced California +0.250498 cspg_html_3521815736 cspg_html_3521815736:315:44525:44547 Charlie Lake Victoria, British Columbia +0.24888 aapg_ai_524.html aapg_ai_524.html:11:1282:1301 Bidahochi Arizona +0.24336 aapg_af_479.html aapg_af_479.html:750:79082:79091 San Diego California +0.278783 cspg_html_7106541506 cspg_html_7106541506:6:295:307 Bluesky Lacombe, Alberta +0.256027 aapg_aa_24.html aapg_aa_24.html:139:12148:12154 Tindir Porcupine River (Ontario) +0.237584 cspg_html_6702053097 cspg_html_6702053097:438:50676:50694 Highgate Quebec City +0.250937 aapg_ae_154.html aapg_ae_154.html:33:4428:4436 Columbia Victoria, British Columbia +0.446984 aapg_ac_306.html aapg_ac_306.html:101:9175:9199 Colorado Yellowstone National Park +0.496756 aapg_ae_611.html aapg_ae_611.html:118:13296:13314 Entrada Logan, Utah +0.507949 cspg_html_9139420146 cspg_html_9139420146:6:380:396 Fernie Lacombe, Alberta +0.24735 cspg_html_1456761793 cspg_html_1456761793:180:26918:26924 Antler Arctic Cordillera +0.253506 aapg_ac_563.html aapg_ac_563.html:420:59923:59932 Guzmantla Pico de Orizaba +0.236195 sedimentology_html_9225841421 sedimentology_html_9225841421:927:45347:45354 Goddard England +0.259318 cspg_html_3473883402 cspg_html_3473883402:318:50474:50486 Cooking Lake Edmonton, London +0.26052 sedimentology_html_3316151544 sedimentology_html_3316151544:735:33076:33081 Islay Jura Mountains +0.249488 geology_html_5723433868 geology_html_5723433868:172:15059:15063 Bell Earth +0.257049 cspg_html_9941518291 cspg_html_9941518291:427:60550:60572 Barlow Inlet Little Cornwallis Island +0.494172 gsa_html_4675429437 gsa_html_4675429437:258:18687:18697 San Felipe Baja California peninsula +0.6992 aapg_ai_107.html aapg_ai_107.html:556:46103:46112 Shongaloo Panola County, Mississippi +0.482361 aapg_ae_93.html aapg_ae_93.html:69:11365:11393 Kootenay Lacombe, Alberta +0.461824 aapg_ah_157.html aapg_ah_157.html:285:40846:40868 Borden Rockford, Illinois +0.810579 geology_html_8297416582 geology_html_8297416582:318:24447:24464 Paradox Logan, Utah +0.28674 aapg_ac_37.html aapg_ac_37.html:106:10518:10534 Taylor Woods County, Oklahoma +0.52164 aapg_ac_676.html aapg_ac_676.html:35:4144:4152 Wolfcamp Delaware +0.255258 aapg_ae_693.html aapg_ae_693.html:695:62870:62883 Dawson Canyon Logan, Utah +0.238896 aapg_ai_0.html aapg_ai_0.html:279:34362:34371 Ingleside Nueces County, Texas +0.701256 aapg_af_562.html aapg_af_562.html:190:19834:19854 Tuscaloosa Knoxville, Tennessee +0.237169 aapg_af_808.html aapg_af_808.html:309:40557:40575 Scotland Trinidad and Tobago +0.27456 geology_html_4304054973 geology_html_4304054973:36:3003:3026 Gunflint Iron Ontario, California +0.475648 aapg_ah_188.html aapg_ah_188.html:18:2192:2208 Horseshoe Canyon Logan, Utah +0.244035 gsa_html_3942625742 gsa_html_3942625742:424:36093:36129 Little River Metro Manila +0.47817 aapg_ae_324.html aapg_ae_324.html:637:64034:64041 Holston Knoxville, Tennessee +0.479044 aapg_aa_123.html aapg_aa_123.html:88:10399:10420 Spray Liard River, British Columbia +0.24696 cspg_html_3849785044 cspg_html_3849785044:395:40995:41003 Bathurst Amsterdam +0.264638 gsa_html_7195000001 gsa_html_7195000001:133:15565:15587 Eureka Sound Banks Island +0.541768 cspg_html_8980454113 cspg_html_8980454113:139:15328:15358 Red River Cheyenne, Wyoming +0.265608 aapg_af_142.html aapg_af_142.html:263:33860:33879 Cotton Valley East Texas +0.270864 aapg_ad_466.html aapg_ad_466.html:1950:185065:185078 Raritan Closter, New Jersey +0.704352 aapg_ai_31.html aapg_ai_31.html:3:407:416 Catahoula Texas +0.481327 aapg_af_83.html aapg_af_83.html:81:7761:7769 Colorado Cheyenne, Wyoming +0.469559 aapg_ai_689.html aapg_ai_689.html:3:198:228 Haymond West Texas +0.261112 cspg_html_2113366366 cspg_html_2113366366:243:28947:28952 Queen Ottawa, Kansas +0.489538 aapg_ad_691.html aapg_ad_691.html:15:1751:1771 Georgetown Texas +0.276 aapg_ad_52.html aapg_ad_52.html:877:94546:94555 Coldwater Huron County, Michigan +0.2505 cspg_html_9725676031 cspg_html_9725676031:397:52324:52335 Peace River Victoria, British Columbia +0.858246 aapg_aa_250.html aapg_aa_250.html:11:995:999 Frio Jackson County, Missouri +0.485352 aapg_ai_28.html aapg_ai_28.html:184:16224:16232 Victoria Brazos River +0.252568 aapg_ad_758.html aapg_ad_758.html:356:44420:44439 Conemaugh Ohio +0.46552 cspg_html_5139035315 cspg_html_5139035315:35:5252:5285 Albert Canada +0.23765 geology_html_7870463473 geology_html_7870463473:20:1233:1241 Colorado Denver +0.253791 aapg_ac_569.html aapg_ac_569.html:5:852:871 Emma Fiord Devon Island +0.25688 gsa_html_3012952404 gsa_html_3012952404:922:73052:73058 Carmel Canada +0.481425 aapg_ad_194.html aapg_ad_194.html:152:15699:15716 Carrara California +0.387975 geology_html_6663105863 geology_html_6663105863:307:27829:27844 Orocopia Schist California +0.487227 aapg_ai_975.html aapg_ai_975.html:1018:82427:82459 Georgetown Grayson County, Kentucky +0.249831 aapg_af_664.html aapg_af_664.html:477:54073:54096 Brushy Canyon Delaware +0.252416 gsa_html_3331523875 gsa_html_3331523875:479:53082:53099 Wasatch Wasatch Range +0.378252 cspg_html_9119878068 cspg_html_9119878068:295:36373:36392 Waterways Swan Hill, Victoria +0.254508 aapg_ah_176.html aapg_ah_176.html:447:50684:50692 Colorado Burbank, California +0.494769 aapg_af_808.html aapg_af_808.html:393:54190:54210 Washikemba Bonaire +0.466995 aapg_ad_723.html aapg_ad_723.html:19:2452:2463 Dockum Texas +0.246006 aapg_ae_181.html aapg_ae_181.html:260:38563:38572 Blufftown Arcola, Virginia +0.25553 gsa_html_5015599008 gsa_html_5015599008:782:66908:66922 Colorado Canada +0.262566 cspg_html_5529147980 cspg_html_5529147980:6:395:410 Nisku Central Alberta +0.25146 aapg_ah_556.html aapg_ah_556.html:211:18359:18367 Woodside Mancos, Colorado +0.26728 cspg_html_6517402834 cspg_html_6517402834:30:3755:3763 Scollard Lacombe, Alberta +0.26418 aapg_aa_334.html aapg_aa_334.html:54:6347:6354 Bedford Ohio +0.472392 aapg_ac_629.html aapg_ac_629.html:408:51850:51858 Saratoga Beaumont, Texas +0.464312 aapg_af_551.html aapg_af_551.html:613:60251:60272 Lake Valley Sacramento Mountains (California) +0.469396 cspg_html_8952774486 cspg_html_8952774486:6:413:437 Basal Lacombe, Alberta +0.26214 sedimentology_html_3850942730 sedimentology_html_3850942730:1019:84877:84893 Carmel Colorado Plateau +0.272475 palaios_html_8029736168 palaios_html_8029736168:854:78311:78342 Chinle New Mexico +0.459756 geology_html_3217046505 geology_html_3217046505:284:23706:23714 Colorado Washington (state) +0.478725 AMJC_html_6341723617 AMJC_html_6341723617:1029:86465:86487 Green River Colorado +0.256332 aapg_ae_608.html aapg_ae_608.html:469:53456:53464 Colorado Colorado +0.254881 gsa_html_8840132442 gsa_html_8840132442:1017:97520:97533 Blood Reserve Lacombe, Alberta +0.257868 gsa_html_2832151886 gsa_html_2832151886:247:17876:17899 Belle Fourche Lacombe, Alberta +0.257943 cspg_html_7595517955 cspg_html_7595517955:112:12533:12548 Melville Island Melville Island (Canada) +0.25959 aapg_ai_105.html aapg_ai_105.html:458:55863:55879 Morgan Mississippian culture +0.256522 cspg_html_6437711782 cspg_html_6437711782:324:34629:34637 Billings Texas +0.270908 cspg_html_9717154602 cspg_html_9717154602:425:51584:51591 Bearpaw Lacombe, Alberta +0.264969 aapg_ah_198.html aapg_ah_198.html:560:73656:73674 Monterey California +0.254014 cspg_html_9185158332 cspg_html_9185158332:31:6401:6416 Dunvegan Victoria, British Columbia +0.252486 aapg_aa_118.html aapg_aa_118.html:442:41612:41620 Montreal Lake Champlain +0.24696 aapg_ac_744.html aapg_ac_744.html:237:25860:25883 Trujillo Guaynabo, Puerto Rico +0.492264 gsa_html_6837513060 gsa_html_6837513060:123:11556:11574 Crescent Denmark +0.252296 gsa_html_2023933346 gsa_html_2023933346:538:54641:54656 Vaqueros Santiago +0.480495 cspg_html_6306091047 cspg_html_6306091047:696:95700:95708 Pardonet Victoria, British Columbia +0.267145 aapg_ai_861.html aapg_ai_861.html:76:10794:10811 Ivishak Anchorage, Alaska +0.685404 aapg_ac_72.html aapg_ac_72.html:97:10579:10601 Todos Santos Guatemala +0.251412 aapg_af_637.html aapg_af_637.html:58:6202:6216 Bedford Antrim, County Antrim +0.254007 geology_html_3608984142 geology_html_3608984142:9:296:305 Extension Trans-Pecos +0.48884 palaios_html_2713180466 palaios_html_2713180466:136:17910:17921 Kope Washington (state) +0.479712 cspg_html_2820961138 cspg_html_2820961138:572:60434:60450 Viking Canada +0.249984 gsa_html_9893560710 gsa_html_9893560710:22:1112:1118 Brazil El Salvador +0.251482 cspg_html_9157093462 cspg_html_9157093462:463:51294:51320 Halfway Canada +0.256 aapg_ac_235.html aapg_ac_235.html:83:8912:8918 Lakota Black Hills +0.2405 gsa_html_8947439513 gsa_html_8947439513:386:40468:40484 Laurentian Appalachia +0.263144 AMJC_html_4464898807 AMJC_html_4464898807:1067:87773:87780 Shuswap Victoria, British Columbia +0.47595 cspg_html_4298557570 cspg_html_4298557570:34:4751:4769 Whitemud Edmonton, London +0.264698 gsa_html_1617077506 gsa_html_1617077506:57:4216:4224 Columbia Victoria, British Columbia +0.267776 aapg_ae_305.html aapg_ae_305.html:1041:88511:88516 Colon Maracaibo +0.481844 geology_html_9618703528 geology_html_9618703528:263:22502:22507 Price California +0.260084 aapg_ad_764.html aapg_ad_764.html:63:9806:9818 Temblor Kern River Preserve +0.252464 aapg_ah_955.html aapg_ah_955.html:223:32809:32819 Missisauga Logan Canyon +0.256905 gsa_html_2023933346 gsa_html_2023933346:540:54946:54962 Vaqueros Anaheim, California +0.254012 gsa_html_4120839285 gsa_html_4120839285:1396:134911:134933 Tejon California +0.2555 cspg_html_8701311807 cspg_html_8701311807:122:18374:18389 Haida Charlotte, North Carolina +0.49192 gsa_html_2415293202 gsa_html_2415293202:1241:93158:93186 Green River Colorado +0.249984 aapg_ad_119.html aapg_ad_119.html:28:3901:3909 Suntrana Healy, Alaska +0.25026 aapg_ad_920.html aapg_ad_920.html:265:22607:22621 Hartselle Mississippian culture +0.26677 cspg_html_7587979364 cspg_html_7587979364:130:10652:10661 Keg River Swan Hill, Victoria +0.5211 sedimentology_html_6121651724 sedimentology_html_6121651724:1049:57694:57701 Gateway Missouri River +0.26019 aapg_ai_899.html aapg_ai_899.html:120:13043:13063 Goliad Texas +0.4735 cspg_html_9872589627 cspg_html_9872589627:36:4453:4460 Halfway Victoria, British Columbia +0.272304 cspg_html_2372201862 cspg_html_2372201862:11:1098:1106 Bullhead Grand Rapids, Michigan +0.507105 gsa_html_6971334714 gsa_html_6971334714:906:86145:86155 Las Cruces New Mexico +0.257514 geology_html_8954266626 geology_html_8954266626:232:17019:17029 Basal Crete +0.254961 cspg_html_9361096527 cspg_html_9361096527:907:79197:79209 Saskatchewan Lacombe, Alberta +0.266772 aapg_ac_925.html aapg_ac_925.html:116:17334:17340 Forbes Putah Creek +0.481143 cspg_html_1025724640 cspg_html_1025724640:588:70833:70849 George Canada +0.26312 aapg_ae_803.html aapg_ae_803.html:445:55486:55493 Chochal Guatemala +0.26985 aapg_ai_249.html aapg_ai_249.html:722:94854:94886 Carrizal Guatemala +0.661896 geology_html_5825799037 geology_html_5825799037:294:25843:25863 Sheep Pass Reno, Nevada +0.262128 gsa_html_7102550258 gsa_html_7102550258:738:83965:83982 Kayenta Colorado +0.488448 gsa_html_7477980091 gsa_html_7477980091:23:1157:1166 Peninsula Italy +0.252433 cspg_html_5973552270 cspg_html_5973552270:73:10524:10550 Beaverhill Swan Hill, Victoria +0.517196 cspg_html_1293312960 cspg_html_1293312960:762:76665:76681 Viking Lacombe, Alberta +0.481005 cspg_html_9222238695 cspg_html_9222238695:186:26417:26425 Columbia Victoria, British Columbia +0.491508 aapg_af_2.html aapg_af_2.html:261:28986:29006 Leadville Ouray, Colorado +0.869446 gsa_html_5865982995 gsa_html_5865982995:909:100297:100318 Green River Absaroka +0.244944 gsa_html_9053175553 gsa_html_9053175553:239:31460:31486 Flagstaff Flagstaff, Arizona +0.248798 cspg_html_9435196958 cspg_html_9435196958:658:28590:28611 Belly River Lacombe, Alberta +0.500681 cspg_html_4269474759 cspg_html_4269474759:1236:118935:118951 Horseshoe Canyon Lacombe, Alberta +0.477648 geology_html_9107648682 geology_html_9107648682:89:6574:6579 Henry Mexico +0.83125 aapg_ac_983.html aapg_ac_983.html:292:47319:47329 Fort Scott Iowa +0.256 cspg_html_9721864351 cspg_html_9721864351:44:5003:5011 Richmond Mount Wilson Observatory +0.407862 gsa_html_5274400800 gsa_html_5274400800:15:888:914 Monterey California +0.240019 aapg_ae_581.html aapg_ae_581.html:725:76641:76649 Colorado Denver +0.479359 aapg_ah_763.html aapg_ah_763.html:16:1578:1603 Blaine Texas +0.25872 aapg_af_160.html aapg_af_160.html:18:2551:2559 Colorado Reno, Nevada +0.257554 jgeology_html_1836103970 jgeology_html_1836103970:402:31966:31995 New Glasgow New Glasgow, Nova Scotia +0.263626 aapg_ac_989.html aapg_ac_989.html:439:60362:60390 Minnelusa Nebraska +0.25064 jgeology_html_9867650961 jgeology_html_9867650961:603:41340:41344 Hall London, Ontario +0.511395 AMJC_html_4670647492 AMJC_html_4670647492:1024:71400:71418 Monterey California +0.5157 cspg_html_3129231627 cspg_html_3129231627:72:10152:10175 Eleanor River Devon Island +0.481222 aapg_ad_434.html aapg_ad_434.html:178:16501:16512 Viking Lacombe, Alberta +0.252494 cspg_html_7833083677 cspg_html_7833083677:2433:212679:212693 Lisburne Northwest Arctic Borough, Alaska +0.24941 cspg_html_5631843856 cspg_html_5631843856:859:101702:101710 Montreal Quebec City +0.466416 aapg_ah_427.html aapg_ah_427.html:801:102211:102217 Tesnus Pottsville, Pennsylvania +0.241964 aapg_ae_473.html aapg_ae_473.html:485:45471:45480 Bucatunna Wayne County, Michigan +0.2515 aapg_ah_252.html aapg_ah_252.html:38:3668:3673 Hondo Texas +0.46593 aapg_aa_298.html aapg_aa_298.html:979:115559:115572 Madison Cheyenne, Wyoming +0.279816 gsa_html_6202855168 gsa_html_6202855168:1134:101080:101108 Green River Iran +0.491454 sedimentology_html_2520933021 sedimentology_html_2520933021:713:52919:52936 Wasatch Spain +0.2585 aapg_ai_975.html aapg_ai_975.html:498:45152:45169 La Pena Chihuahua (state) +0.25382 cspg_html_9343899465 cspg_html_9343899465:1694:138601:138617 Parry Islands Banks Island +0.419958 gsa_html_6967102683 gsa_html_6967102683:63:4986:4994 Colorado Reno, Nevada +0.252506 aapg_ai_157.html aapg_ai_157.html:326:31560:31566 Guelph Tilbury, Ontario +0.482275 cspg_html_9354781888 cspg_html_9354781888:62:11648:11670 Montney Middle East +0.45396 aapg_ae_498.html aapg_ae_498.html:487:50904:50920 Lantz Mills Virginia +0.493608 sedimentology_html_6284954963 sedimentology_html_6284954963:154:12446:12452 Banner China +0.249642 cspg_html_5697056884 cspg_html_5697056884:42:4351:4369 Deadwood Winnipeg +0.381675 aapg_af_812.html aapg_af_812.html:3:173:196 Cook Mountain East Texas +0.388608 aapg_aa_45.html aapg_aa_45.html:95:11726:11744 Moenkopi Moenkopi Formation +0.256522 cspg_html_2920938670 cspg_html_2920938670:58:8641:8653 Luscar Mountain Park (Holyoke, Massachusetts) +0.484702 gsa_html_2096186301 gsa_html_2096186301:718:59086:59114 Green River Colorado +0.50688 cspg_html_1056790293 cspg_html_1056790293:8:671:708 Turner Valley Elkton, Kentucky +0.479987 cspg_html_8362959053 cspg_html_8362959053:75:11656:11667 Shaftesbury Lacombe, Alberta +0.338364 aapg_ad_695.html aapg_ad_695.html:315:19001:19013 Sparta Shreveport, Louisiana +0.45962 aapg_ah_52.html aapg_ah_52.html:61:7692:7711 Matanuska Anchorage, Alaska +0.515484 gsa_html_4492929282 gsa_html_4492929282:63:4623:4651 Green River Colorado +0.49851 aapg_af_663.html aapg_af_663.html:322:33456:33461 Utica Carroll County, Maryland +0.24549 aapg_aa_267.html aapg_aa_267.html:400:33591:33601 Greenbrier New Milton railway station +0.493908 cspg_html_5375448448 cspg_html_5375448448:496:50532:50561 Dunvegan Victoria, British Columbia +0.26936 aapg_ai_148.html aapg_ai_148.html:430:45310:45318 Imperial Lacombe, Alberta +0.715352 aapg_ai_581.html aapg_ai_581.html:78:7672:7689 Dakota Fall River, Nova Scotia +0.48573 aapg_ad_996.html aapg_ad_996.html:52:5422:5439 Paradox Colorado +0.257484 aapg_ae_180.html aapg_ae_180.html:72:8835:8847 Pierre Niobrara, Nebraska +0.245364 aapg_ai_857.html aapg_ai_857.html:272:40521:40542 Bell Carlsbad, New Mexico +0.248425 aapg_ac_91.html aapg_ac_91.html:491:38273:38290 Renault Missouri River +0.46644 cspg_html_3102530088 cspg_html_3102530088:519:61715:61735 Milk River Lacombe, Alberta +0.466416 aapg_aa_664.html aapg_aa_664.html:11:953:961 Michigan Wisconsin +0.527136 aapg_ae_471.html aapg_ae_471.html:10:1308:1353 Smackover Columbia Country +0.472294 gsa_html_3380395839 gsa_html_3380395839:839:73455:73460 Rapid Newberry, South Carolina +0.273504 aapg_aa_973.html aapg_aa_973.html:24:1979:1989 Phosphoria Cheyenne, Wyoming +0.474594 geology_html_7583526299 geology_html_7583526299:40:6061:6069 Scotland North Sea oil +0.280116 aapg_ah_134.html aapg_ah_134.html:122:9706:9712 Paluxy Haynesville, Louisiana +0.491748 aapg_ac_506.html aapg_ac_506.html:143:15431:15440 Allegheny Venango, Pennsylvania +0.886788 aapg_af_16.html aapg_af_16.html:306:28895:28913 Frontier Cheyenne, Wyoming +0.38789 aapg_ah_486.html aapg_ah_486.html:74:9211:9221 Pottsville Alabama +0.49337 geology_html_8989186587 geology_html_8989186587:11:467:473 Oregon Salem, Oregon +0.25792 gsa_html_7120668170 gsa_html_7120668170:463:44141:44152 Reforma Chihuahua (state) +0.242544 jgeology_html_7885748745 jgeology_html_7885748745:157:8019:8036 Massabesic Gneiss Cambridge, Massachusetts +0.395433 aapg_ai_145.html aapg_ai_145.html:74:9493:9509 Fernie Moose Mountain (Alberta) +0.477012 aapg_ae_415.html aapg_ae_415.html:879:109854:109868 Paynes Hammock Tampa, Florida +0.865278 aapg_ai_275.html aapg_ai_275.html:267:28560:28572 Rhode Island Newport, Rhode Island +0.4116 cspg_html_2175627313 cspg_html_2175627313:982:90384:90401 Cardium Lacombe, Alberta +0.54816 cspg_html_4768933240 cspg_html_4768933240:90:7504:7513 Lodgepole Regina, Saskatchewan +0.46158 aapg_aa_706.html aapg_aa_706.html:107:10691:10710 Lockatong Closter, New Jersey +0.477888 aapg_ai_54.html aapg_ai_54.html:169:19708:19718 Tuscaloosa Arkansas +0.521136 gsa_html_9105060134 gsa_html_9105060134:29:2796:2824 Green River Colorado +0.472787 sedimentology_html_1299148389 sedimentology_html_1299148389:830:65111:65115 Hall London, Ontario +0.499802 aapg_ae_45.html aapg_ae_45.html:769:76263:76272 Smackover Haynesville, Louisiana +0.45888 aapg_ai_49.html aapg_ai_49.html:703:91465:91476 Dockum Texas +0.533 aapg_aa_360.html aapg_aa_360.html:81:8141:8146 Indio Carrizo Plain +0.488814 aapg_ah_876.html aapg_ah_876.html:367:45615:45633 Pearsall East Texas +0.490974 sedimentology_html_8510537334 sedimentology_html_8510537334:903:69289:69308 Clam Bank Canada +0.252004 aapg_ah_387.html aapg_ah_387.html:2693:290106:290115 Knoxville Mount Diablo +0.456918 aapg_ac_59.html aapg_ac_59.html:427:46686:46694 Woodford California +0.53671 aapg_ae_602.html aapg_ae_602.html:575:71103:71110 Norfolk Norfolk, Virginia +0.256035 aapg_af_575.html aapg_af_575.html:969:138912:138920 Wolfcamp Texas +0.268299 aapg_ah_90.html aapg_ah_90.html:72:11511:11523 Cedar Mountain Logan, Utah +0.472317 aapg_ac_591.html aapg_ac_591.html:35:4695:4711 Ripley Demopolis, Alabama +0.46134 aapg_ae_380.html aapg_ae_380.html:12:1557:1563 Lissie Beaumont, Texas +0.273006 cspg_html_2695921112 cspg_html_2695921112:184:20412:20433 Bonaventure Logan, Utah +0.24096 palaios_html_4514701655 palaios_html_4514701655:558:57992:58004 Borden Bloomington, Indiana +0.2535 aapg_ae_973.html aapg_ae_973.html:280:19275:19288 Wolfcamp Texas +0.254989 cspg_html_8587137158 cspg_html_8587137158:103:15878:15893 Flume Lacombe, Alberta +0.49062 gsa_html_9898556493 gsa_html_9898556493:299:37285:37301 Modesto King River (Tasmania) +0.276667 aapg_ah_632.html aapg_ah_632.html:237:30387:30393 Oregon Washington (state) +0.276676 aapg_aa_906.html aapg_aa_906.html:472:52082:52092 Fort Union Fort Union Trading Post National Historic Site +0.239538 gsa_html_4675429437 gsa_html_4675429437:217:15430:15436 Sonora Baja California peninsula +0.469829 aapg_ad_717.html aapg_ad_717.html:370:39536:39543 Leonard Texas +0.256725 sedimentology_html_4002578443 sedimentology_html_4002578443:197:7497:7528 Protection Washington (state) +0.494468 aapg_aa_598.html aapg_aa_598.html:19:2903:2910 Thaynes Cheyenne, Wyoming +0.475394 aapg_ac_69.html aapg_ac_69.html:625:65057:65074 Kaibab Logan, Utah +0.480129 gsa_html_8157676061 gsa_html_8157676061:70:5466:5494 Green River Colorado +0.333823 cspg_html_7924356285 cspg_html_7924356285:156:21559:21579 Kananaskis Elk Valley (British Columbia) +0.480194 gsa_html_6619406909 gsa_html_6619406909:31:2786:2814 Green River New Mexico +0.241703 cspg_html_5398977308 cspg_html_5398977308:265:21512:21527 Cairn Lacombe, Alberta +0.23184 gsa_html_5209011334 gsa_html_5209011334:12:450:456 Denver Colorado +0.27454 gsa_html_8152640301 gsa_html_8152640301:718:67892:67917 Naknek Middle East +0.493136 AMJC_html_7984049819 AMJC_html_7984049819:590:59333:59340 Oakdale Cambridge, Massachusetts +0.483966 gsa_html_4785200468 gsa_html_4785200468:236:23053:23060 Tyonek Keuka Lake +0.7961 aapg_ac_925.html aapg_ac_925.html:4:692:698 Guinda Salem, Oregon +0.483328 aapg_ae_705.html aapg_ae_705.html:3:453:466 Santa Barbara Carpinteria, California +0.2715 gsa_html_7193789775 gsa_html_7193789775:685:71100:71106 Denver Logan, Utah +0.263572 cspg_html_2165379999 cspg_html_2165379999:439:41883:41913 Elk Rainbow Basin +0.435244 sedimentology_html_6952142412 sedimentology_html_6952142412:1224:91163:91187 Echo Canyon Conglomerate Logan, Utah +0.47619 aapg_ae_805.html aapg_ae_805.html:248:29217:29227 Naco Atoka, Oklahoma +0.252234 gsa_html_4043558744 gsa_html_4043558744:599:65642:65649 Potsdam Germany +0.514358 cspg_html_6064089067 cspg_html_6064089067:48:5411:5430 Red River Cheyenne, Wyoming +0.25704 aapg_ai_29.html aapg_ai_29.html:136:17681:17688 Lagarto Nueces County, Texas +0.50925 gsa_html_6861599329 gsa_html_6861599329:1200:100450:100478 Green River Colorado +0.251979 aapg_ai_920.html aapg_ai_920.html:33:6278:6296 Honeycut Middle Ordovician +0.500076 geology_html_7725117438 geology_html_7725117438:262:20522:20544 Nation River Anchorage, Alaska +0.25704 geology_html_1001858158 geology_html_1001858158:16:1201:1209 Colorado Colorado +0.245014 gsa_html_2832151886 gsa_html_2832151886:290:21349:21367 Dunvegan Lacombe, Alberta +0.478114 aapg_af_69.html aapg_af_69.html:490:34554:34565 Trempealeau Woods County, Oklahoma +0.446025 cspg_html_2554491454 cspg_html_2554491454:303:38884:38903 Rock Springs Cheyenne, Wyoming +0.26572 aapg_ad_128.html aapg_ad_128.html:66:4878:4889 Tar Springs Palestinian territories +0.25755 cspg_html_6038396142 cspg_html_6038396142:70:10570:10578 Winnipeg Winnipeg +0.487494 sedimentology_html_2101234011 sedimentology_html_2101234011:27:1612:1622 Washington Seattle +0.462434 geology_html_6407364180 geology_html_6407364180:89:7715:7764 Navajo Salt Lake City +0.257049 aapg_af_636.html aapg_af_636.html:370:43313:43321 Onondaga Kentucky +0.515508 geology_html_9758710571 geology_html_9758710571:349:26333:26361 Phosphoria Cheyenne, Wyoming +0.465392 sedimentology_html_6337108022 sedimentology_html_6337108022:46:3780:3803 Lincoln Creek Washington (state) +0.478536 aapg_ah_619.html aapg_ah_619.html:25:3343:3349 Morgan Colorado +0.273493 cspg_html_9729377176 cspg_html_9729377176:133:16642:16654 Charlie Lake Victoria, British Columbia +0.232776 aapg_aa_267.html aapg_aa_267.html:446:37592:37602 Greenbrier Huntington, West Virginia +0.467262 cspg_html_5740360566 cspg_html_5740360566:430:42411:42430 Grosmont Lacombe, Alberta +0.260554 gsa_html_4220229801 gsa_html_4220229801:776:63285:63291 Oregon Salem, Oregon +0.514345 aapg_af_95.html aapg_af_95.html:36:4736:4746 Georgetown Western world +0.917755 aapg_aa_399.html aapg_aa_399.html:432:36049:36060 Belly River Edmonton, London +0.471311 aapg_ae_267.html aapg_ae_267.html:76:7209:7216 Hyndman Southampton Township, Bedford County, Pennsylvania +0.241 cspg_html_7988775280 cspg_html_7988775280:15:2012:2031 Athabasca Fort McMurray +0.416264 aapg_ad_338.html aapg_ad_338.html:237:25952:25970 Magothy Merchantville, New Jersey +0.238612 aapg_ac_71.html aapg_ac_71.html:308:35892:35908 Dunlap Westgate, Canterbury +0.25956 aapg_ai_296.html aapg_ai_296.html:3:171:188 Everton Arkansas +0.257526 sedimentology_html_6926841382 sedimentology_html_6926841382:622:47162:47194 Moenave Logan, Utah +0.259077 AMJC_html_7323085564 AMJC_html_7323085564:1502:147641:147647 Moscow Russia +0.46452 aapg_ah_501.html aapg_ah_501.html:175:15923:15939 Mt Lytton Hays County, Texas +0.27756 gsa_html_3872060924 gsa_html_3872060924:758:61358:61368 Keokuk Closter, New Jersey +0.262063 aapg_ah_881.html aapg_ah_881.html:144:17292:17312 Kitsilano Fraser River (Colorado) +0.486604 cspg_html_8089302449 cspg_html_8089302449:701:112173:112185 Saskatchewan Saskatoon +0.259875 jgeology_html_5764582297 jgeology_html_5764582297:203:13903:13921 Heiberg Barrow, Alaska +0.24056 palaios_html_5268628065 palaios_html_5268628065:487:50199:50207 Bathurst Cambridge +0.262626 aapg_ae_512.html aapg_ae_512.html:35:3686:3716 Sadlerochit Prudhoe Bay Oil Field +0.24832 aapg_ai_140.html aapg_ai_140.html:1212:135442:135448 Lisbon Lines of Torres Vedras +0.362464 cspg_html_9771826320 cspg_html_9771826320:838:123073:123097 Eureka Sound Ellesmere Island +0.258462 aapg_ac_826.html aapg_ac_826.html:79:8758:8775 Brigham Quartzite Boise, Idaho +0.499032 aapg_ai_370.html aapg_ai_370.html:9:1028:1033 Viola Richmond, California +0.662847 aapg_ah_633.html aapg_ah_633.html:193:28207:28222 Tampa Mississippi River +0.260096 cspg_html_9344966639 cspg_html_9344966639:185:17735:17742 Cassiar Victoria, British Columbia +0.25647 cspg_html_4645836177 cspg_html_4645836177:22:2404:2426 Logan Logan Canyon +0.246 aapg_ad_379.html aapg_ad_379.html:141:12181:12189 Tensleep Colorado +0.466947 aapg_ae_152.html aapg_ae_152.html:3:162:189 Anahuac Shreveport, Louisiana +0.504525 gsa_html_2120796960 gsa_html_2120796960:30:2737:2765 Green River Colorado +0.257 cspg_html_8260944839 cspg_html_8260944839:481:52226:52253 Albert New Brunswick, New Jersey +0.263165 aapg_ac_837.html aapg_ac_837.html:138:13528:13538 Phosphoria Little Cottonwood Creek +0.27183 aapg_aa_976.html aapg_aa_976.html:225:27019:27037 Catskill Mancos, Colorado +0.526944 aapg_ai_583.html aapg_ai_583.html:281:34122:34129 Rierdon Cheyenne, Wyoming +0.717435 aapg_aa_610.html aapg_aa_610.html:572:61449:61464 Mesaverde Beaumont, Texas +0.25704 geology_html_8866009555 geology_html_8866009555:286:21477:21481 Dunn East Pacific Rise +0.26312 geology_html_4561079394 geology_html_4561079394:258:22042:22048 Navajo Logan, Utah +0.270319 gsa_html_1316826711 gsa_html_1316826711:819:64811:64819 Columbia Victoria, British Columbia +0.254961 aapg_ac_575.html aapg_ac_575.html:596:89873:89897 Edna Mountain Reno, Nevada +0.263662 aapg_aa_144.html aapg_aa_144.html:142:14720:14725 Atoka Atoka, Oklahoma +0.480868 palaios_html_2994452429 palaios_html_2994452429:1728:145193:145210 Montney Lacombe, Alberta +0.52 cspg_html_5241714595 cspg_html_5241714595:525:79867:79882 Nisku Lacombe, Alberta +0.500316 cspg_html_4666332434 cspg_html_4666332434:557:77026:77047 Belly River Lacombe, Alberta +0.242466 aapg_ac_91.html aapg_ac_91.html:474:36077:36098 Little Flat Lacombe, Alberta +0.25351 aapg_ah_487.html aapg_ah_487.html:18:3034:3050 Midway Texas +0.51219 aapg_aa_37.html aapg_aa_37.html:363:45516:45526 Mill Creek Logan, Utah +0.473304 gsa_html_4667678389 gsa_html_4667678389:1293:122658:122699 Yellowjacket Boise, Idaho +0.247464 sedimentology_html_7624323956 sedimentology_html_7624323956:159:10020:10036 Noonday Dolomite Death Valley +0.252504 aapg_ae_28.html aapg_ae_28.html:733:58366:58372 Herald West, Texas +0.25146 aapg_ah_121.html aapg_ah_121.html:19:1788:1795 Cypress Harrodsburg, Indiana +0.496188 aapg_ah_978.html aapg_ah_978.html:278:27037:27052 Etchegoin Rancho Santa Margarita, California +0.25296 aapg_ai_197.html aapg_ai_197.html:736:79609:79617 Scotland England +0.484059 gsa_html_3648258377 gsa_html_3648258377:527:51810:51832 Marshalltown Bass River Township, New Jersey +0.452598 aapg_ai_276.html aapg_ai_276.html:337:43186:43194 Virginia Cape Henry Light +0.498609 aapg_ad_913.html aapg_ad_913.html:389:48649:48655 Moscow Russia +0.476545 sedimentology_html_6008075388 sedimentology_html_6008075388:1145:43886:43890 Hall London, Ontario +0.495455 cspg_html_2803424832 cspg_html_2803424832:51:6670:6691 Blind Fiord Ellesmere Island +0.226476 aapg_af_399.html aapg_af_399.html:579:57501:57509 Colorado Denver +0.273 aapg_ai_583.html aapg_ai_583.html:521:65857:65883 Swift Cheyenne, Wyoming +0.243512 gsa_html_4339524478 gsa_html_4339524478:726:74114:74137 Elkhorn Ridge Argillite Houston +0.2345 aapg_ad_466.html aapg_ad_466.html:451:53585:53591 Peedee North Carolina +0.250952 aapg_ac_258.html aapg_ac_258.html:20:3502:3512 Henryhouse Clarita, Oklahoma +0.49352 aapg_ai_836.html aapg_ai_836.html:1247:124945:124949 Ladd Atlantic Ocean +0.262063 aapg_ae_134.html aapg_ae_134.html:139:13870:13881 San Antonio Texas +0.247506 aapg_ak_104.html aapg_ak_104.html:61:8769:8782 Madison Cheyenne, Wyoming +0.247486 AMJC_html_4912571726 AMJC_html_4912571726:866:78276:78284 Scotland London, Ontario +0.491824 gsa_html_9312061344 gsa_html_9312061344:1224:103877:103905 Green River Colorado +0.465085 palaios_html_8474347362 palaios_html_8474347362:347:47655:47674 Gosport Sand Alabama +0.471378 AMJC_html_5421639085 AMJC_html_5421639085:758:72956:73004 Open Virginia +0.051965 aapg_ad_564.html aapg_ad_564.html:4420:337874:337885 Mowry Powder River Basin +0.24048 geology_html_8921428298 geology_html_8921428298:223:23045:23058 Imnaha Basalt Earth +0.475547 AMJC_html_6242114524 AMJC_html_6242114524:765:80194:80210 Fish Canyon Tuff Durango, Durango +0.479574 cspg_html_3740794265 cspg_html_3740794265:561:51107:51115 Edmonton Edmonton, London +0.507715 geology_html_1819050214 geology_html_1819050214:289:22990:23016 Sandia Yucca Mountain +0.494982 gsa_html_8833777630 gsa_html_8833777630:507:61351:61357 Denver Cheyenne, Wyoming +0.390807 cspg_html_2018998204 cspg_html_2018998204:49:5914:5929 Nonda Anchorage, Alaska +0.46971 geology_html_7526114759 geology_html_7526114759:46:3842:3850 Columbia Victoria, British Columbia +0.259518 cspg_html_5484260516 cspg_html_5484260516:982:77688:77706 Palliser Lacombe, Alberta +0.474195 aapg_ai_255.html aapg_ai_255.html:559:80190:80196 Guelph Guelph +0.463504 aapg_ai_105.html aapg_ai_105.html:673:80423:80437 Duchesne River Lake Fork (Texas) +0.269698 aapg_ai_334.html aapg_ai_334.html:194:20042:20046 Hall Belize +0.261783 aapg_ad_865.html aapg_ad_865.html:261:27370:27385 Ouray Ouray, Colorado +0.491824 cspg_html_1665574291 cspg_html_1665574291:77:13180:13205 Porcupine Calgary +0.698065 aapg_ac_730.html aapg_ac_730.html:643:94956:94976 Dakota Logan, Utah +0.608235 aapg_ai_946.html aapg_ai_946.html:348:46103:46131 Niobrara Lacombe, Alberta +0.484124 aapg_ac_545.html aapg_ac_545.html:475:55404:55412 Bullhead Victoria, British Columbia +0.492032 cspg_html_6255491344 cspg_html_6255491344:39:6346:6354 Columbia Fernie, British Columbia +0.47616 aapg_ah_505.html aapg_ah_505.html:1875:148857:148865 Colorado Boulder, Colorado +0.256536 aapg_aa_745.html aapg_aa_745.html:466:55884:55907 Brushy Canyon New Mexico +0.495907 palaios_html_8350911205 palaios_html_8350911205:13:621:627 Oregon Salem, Oregon +0.25008 sedimentology_html_8197219803 sedimentology_html_8197219803:737:56440:56456 Charny Quebec City +0.263376 aapg_aa_959.html aapg_aa_959.html:245:21030:21037 Wasatch Logan, Utah +0.251968 gsa_html_4431779557 gsa_html_4431779557:815:66454:66473 Seminole Muleshoe National Wildlife Refuge +0.467107 aapg_ai_144.html aapg_ai_144.html:5:659:666 Cardium Western world +0.236626 aapg_af_471.html aapg_af_471.html:212:24965:24974 Hartselle Hartselle, Alabama +0.244664 aapg_ac_835.html aapg_ac_835.html:1093:159422:159430 Tensleep Big Horn, Wyoming +0.494334 cspg_html_8121202912 cspg_html_8121202912:299:36702:36722 Beaverfoot Richmond, California +0.484615 cspg_html_8649903682 cspg_html_8649903682:388:30758:30765 Cadomin Lacombe, Alberta +0.436492 aapg_ae_416.html aapg_ae_416.html:184:16309:16319 Rio Grande Texas +0.482733 aapg_ai_975.html aapg_ai_975.html:22:5946:5953 Hosston Balcones Fault +0.518694 aapg_ac_55.html aapg_ac_55.html:310:37011:37029 St Marys Maryland +0.24696 aapg_ai_1.html aapg_ai_1.html:170:15302:15307 Molas Hermosa, Chicago +0.23876 cspg_html_2686470104 cspg_html_2686470104:237:23733:23741 Columbia Victoria, British Columbia +0.478235 cspg_html_3447886929 cspg_html_3447886929:733:83570:83591 Lawrence Mississippian culture +0.48501 aapg_af_622.html aapg_af_622.html:87:6888:6900 Grand Rapids Mecosta County, Michigan +0.509486 aapg_ae_73.html aapg_ae_73.html:447:58855:58861 Dakota Las Vegas Strip +0.265 cspg_html_1462870252 cspg_html_1462870252:996:103811:103818 Windsor Edmonton, London +0.264115 AMJC_html_4066670641 AMJC_html_4066670641:14:635:645 Washington Seattle +0.4944 gsa_html_9242238185 gsa_html_9242238185:55:3380:3408 Green River Colorado +0.501557 aapg_ah_505.html aapg_ah_505.html:522:40205:40223 Manitou Fremont, California +0.50058 sedimentology_html_3417381350 sedimentology_html_3417381350:1209:94580:94598 Monterey California +0.615766 aapg_ae_941.html aapg_ae_941.html:81:8723:8731 Woodbine Long Lake, New York +0.862257 aapg_ai_863.html aapg_ai_863.html:87:11593:11600 Carrizo Leon County, Florida +0.27528 aapg_ah_48.html aapg_ah_48.html:117:14938:14955 Dakota Nebraska +0.48285 cspg_html_1019614994 cspg_html_1019614994:238:37624:37665 Exshaw Regina, Saskatchewan +0.499155 aapg_ad_834.html aapg_ad_834.html:82:9307:9315 Imperial Lacombe, Alberta +0.264698 aapg_aa_484.html aapg_aa_484.html:130:10881:10889 Seminole Seminole, Texas +0.49452 aapg_af_734.html aapg_af_734.html:351:46268:46291 Moose Channel Canada +0.476685 cspg_html_8298261690 cspg_html_8298261690:6:401:410 Cold Lake Lacombe, Alberta +0.268299 aapg_aa_105.html aapg_aa_105.html:653:68555:68565 Blackstone Kootenay River +0.23028 cspg_html_3804945581 cspg_html_3804945581:10:1722:1730 Whitemud Lacombe, Alberta +0.265221 cspg_html_9735723617 cspg_html_9735723617:259:32887:32908 Blue Fiord Melville Island (Canada) +0.249975 geology_html_9314524367 geology_html_9314524367:129:13948:13971 Sailor Canyon Reno, Nevada +0.473773 aapg_ai_594.html aapg_ai_594.html:307:32742:32772 Fountain Fremont County, Wyoming +0.257045 aapg_ai_146.html aapg_ai_146.html:336:24564:24572 Sawtooth Southern Alberta +0.241572 palaios_html_4248881045 palaios_html_4248881045:15:867:883 Toreva Arizona +0.4914 aapg_ah_108.html aapg_ah_108.html:736:57096:57120 Peten Guatemala +0.4864 aapg_aa_158.html aapg_aa_158.html:204:21248:21266 Cloverly Cheyenne, Wyoming +0.273525 aapg_af_684.html aapg_af_684.html:505:53198:53204 Oregon Klamath Mountains (ecoregion) +0.45521 cspg_html_8362959053 cspg_html_8362959053:47:7320:7340 Mountain Park Mountain Park (Holyoke, Massachusetts) +0.279777 aapg_ai_980.html aapg_ai_980.html:561:49241:49248 Rierdon Sunriver, Oregon +0.683848 cspg_html_8089302449 cspg_html_8089302449:288:49333:49346 Watt Mountain Great Slave Lake +0.499069 gsa_html_8010927234 gsa_html_8010927234:364:30306:30324 Rangeley Rangeley, Maine +0.37666 jgeology_html_4305195651 jgeology_html_4305195651:2242:159169:159184 Price Huntington, West Virginia +0.506883 gsa_html_6736833466 gsa_html_6736833466:565:51499:51519 Cutler Logan, Utah +0.255893 cspg_html_9228109535 cspg_html_9228109535:81:12160:12165 Nisku Rocky Mountains +0.265104 aapg_af_381.html aapg_af_381.html:71:8842:8847 Sespe Santa Monica Mountains +0.495558 cspg_html_6383234409 cspg_html_6383234409:565:59400:59420 Bird Fiord Ellesmere Island +0.483759 geology_html_7526114759 geology_html_7526114759:163:13406:13416 Washington Coast Mountains +0.484972 aapg_ad_721.html aapg_ad_721.html:581:55367:55372 Queen Carlsbad, New Mexico +0.853676 aapg_ah_419.html aapg_ah_419.html:65:6827:6840 Bearpaw Lethbridge +0.479987 aapg_ae_873.html aapg_ae_873.html:61:8134:8146 Rodessa Paluxy, Texas +0.270336 aapg_ae_113.html aapg_ae_113.html:361:47795:47815 Stuart Western world +0.265728 aapg_ai_499.html aapg_ai_499.html:281:24294:24303 Mesaverde New Mexico +0.485814 aapg_af_575.html aapg_af_575.html:1181:170152:170158 Dakota Cheyenne, Wyoming +0.2485 aapg_ad_724.html aapg_ad_724.html:145:17832:17836 Word El Capitan +0.907016 cspg_html_4626597050 cspg_html_4626597050:164:20608:20616 Dinwoody Cheyenne, Wyoming +0.260604 cspg_html_5891044027 cspg_html_5891044027:290:55418:55433 Altyn Purcell Mountains +0.246506 gsa_html_1326487457 gsa_html_1326487457:247:21243:21261 La Cruz Tumbes (city) +0.247643 aapg_ad_67.html aapg_ad_67.html:103:13723:13737 Rockdale Holly Springs, Mississippi +0.514044 aapg_ad_808.html aapg_ad_808.html:596:37746:37766 Phosphoria Boise, Idaho +0.25048 aapg_ac_550.html aapg_ac_550.html:49:6491:6497 Moscow Russia +0.869864 sedimentology_html_5613495298 sedimentology_html_5613495298:934:47171:47196 Chinle Chinle Formation +0.805318 aapg_ai_28.html aapg_ai_28.html:211:19073:19080 Lagarto Beaumont, Texas +0.504252 aapg_ah_134.html aapg_ah_134.html:128:10472:10490 Hosston Paluxy, Texas +0.477594 cspg_html_6702053097 cspg_html_6702053097:539:67567:67584 Theresa Quebec City +0.684255 aapg_ae_74.html aapg_ae_74.html:697:65913:65920 Paradox San Juan, Argentina +0.481 gsa_html_6784853399 gsa_html_6784853399:88:8537:8558 Tuscan Florence, Alabama +0.255024 aapg_ac_276.html aapg_ac_276.html:127:11166:11173 Waverly Morgan County, Indiana +0.262474 aapg_ai_299.html aapg_ai_299.html:153:12795:12804 Red River Shreveport, Louisiana +0.483328 cspg_html_9174463232 cspg_html_9174463232:211:20993:21006 Sulphur Point Great Slave Lake +0.253847 sedimentology_html_6951714124 sedimentology_html_6951714124:37:2762:2787 Swift Lacombe, Alberta +0.479556 palaios_html_3055982207 palaios_html_3055982207:429:50387:50394 Laramie Cheyenne, Wyoming +0.893316 aapg_ae_354.html aapg_ae_354.html:101:11380:11431 Dakota Niobrara, Nebraska +0.25704 aapg_ac_575.html aapg_ac_575.html:536:80708:80716 Woodside Logan, Utah +0.475 cspg_html_4286634979 cspg_html_4286634979:65:8450:8465 Pense Williston Basin +0.711475 cspg_html_6644065685 cspg_html_6644065685:313:32500:32520 Weatherall Melville Island (Canada) +0.482132 palaios_html_3889678675 palaios_html_3889678675:539:48464:48480 Viking Lacombe, Alberta +0.241895 sedimentology_html_1463603507 sedimentology_html_1463603507:940:65446:65463 White River Chadron, Nebraska +0.24192 aapg_ad_599.html aapg_ad_599.html:406:45150:45158 Virginia Virginia +0.436678 sedimentology_html_3358647812 sedimentology_html_3358647812:1091:85464:85480 Dakota New Mexico +0.899346 aapg_ac_924.html aapg_ac_924.html:1312:89633:89649 Amsden Cheyenne, Wyoming +0.251472 gsa_html_5293445820 gsa_html_5293445820:183:22396:22407 Sheep Creek Moose Creek, Alaska +0.269312 palaios_html_5898287170 palaios_html_5898287170:782:57637:57646 Lancaster Sahara Desert (ecoregion) +0.248976 palaios_html_7860397774 palaios_html_7860397774:929:68811:68828 La Luna Venezuela +0.252486 aapg_ae_997.html aapg_ae_997.html:12:1983:2001 Evanston Absaroka +0.490974 cspg_html_1915486237 cspg_html_1915486237:392:43294:43302 Columbia Victoria, British Columbia +0.26571 aapg_ac_749.html aapg_ac_749.html:104:14581:14587 Guelph Guelph +0.675211 aapg_af_663.html aapg_af_663.html:24:3238:3258 Fort Scott Lexington, Kentucky +0.25122 cspg_html_1894459898 cspg_html_1894459898:425:41844:41866 Winnipegosis Regina, Saskatchewan +0.27404 aapg_ac_63.html aapg_ac_63.html:174:16396:16405 Smackover Haynesville, Louisiana +0.248805 gsa_html_4067269733 gsa_html_4067269733:737:68097:68123 Colorado California +0.4539 palaios_html_6944542452 palaios_html_6944542452:61:6794:6813 Glen Rose Texas +0.25725 cspg_html_1230998910 cspg_html_1230998910:17:2009:2021 Cooking Lake Lacombe, Alberta +0.501804 aapg_af_639.html aapg_af_639.html:24:2476:2495 Nanafalia Marthaville, Louisiana +0.238095 geology_html_4334622851 geology_html_4334622851:229:24756:24762 Pueblo Colorado +0.471336 aapg_aa_22.html aapg_aa_22.html:180:18588:18593 Upham New Mexico +0.262626 aapg_ai_592.html aapg_ai_592.html:342:55105:55110 Uinta Uinta Mountains +0.259979 aapg_af_188.html aapg_af_188.html:20:3108:3123 Mt Lytton Colorado +0.28035 aapg_ae_473.html aapg_ae_473.html:144:12287:12307 Tuscaloosa Tuscaloosa, Alabama +0.255224 AMJC_html_1938223835 AMJC_html_1938223835:597:73367:73386 Ripogenus West Branch, Iowa +0.250488 aapg_ai_949.html aapg_ai_949.html:101:16235:16265 Kugmallit Mackenzie River +0.48096 sedimentology_html_5997176917 sedimentology_html_5997176917:1124:77480:77489 Extension Tyrrhenian Sea +0.250952 aapg_ai_515.html aapg_ai_515.html:128:15252:15273 Green River Uinta Mountains +0.476157 aapg_ah_84.html aapg_ah_84.html:3:386:409 Seven Rivers Texas +0.495704 aapg_ae_185.html aapg_ae_185.html:571:50170:50181 Haynesville Carterville, Illinois +0.261 aapg_ae_498.html aapg_ae_498.html:689:74734:74756 Nealmont Virginia +0.2545 cspg_html_7278001817 cspg_html_7278001817:602:72980:72997 Halfway Lacombe, Alberta +0.497038 gsa_html_3069013284 gsa_html_3069013284:411:42872:42908 Forest Arizona +0.426618 cspg_html_6252849194 cspg_html_6252849194:265:32101:32108 Bearpaw Lacombe, Alberta +0.476252 aapg_af_23.html aapg_af_23.html:20:3076:3081 Eagle Porcupine River (Ontario) +0.264075 aapg_aa_736.html aapg_aa_736.html:118:10852:10867 Coldwater Sunbury, Pennsylvania +0.50424 geology_html_4457882060 geology_html_4457882060:267:22381:22386 Piper California +0.25896 aapg_ai_583.html aapg_ai_583.html:330:39185:39202 Rierdon Cheyenne, Wyoming +0.500123 gsa_html_5055519891 gsa_html_5055519891:54:3341:3369 Green River Colorado +0.48384 gsa_html_6671095334 gsa_html_6671095334:66:5790:5818 Green River New Mexico +0.367763 aapg_ad_194.html aapg_ad_194.html:4:610:625 Nopah Reno, Nevada +0.26367 aapg_ah_779.html aapg_ah_779.html:372:69508:69519 Dutch Creek Montgomery (town), New York +0.256386 gsa_html_1409496185 gsa_html_1409496185:89:9413:9444 Ohanapecosh Mount Rainier, Maryland +0.387872 aapg_ae_454.html aapg_ae_454.html:266:21197:21210 Cotton Valley Limestone County, Alabama +0.25584 geology_html_5195673456 geology_html_5195673456:220:20020:20029 Extension England +0.479232 cspg_html_9152086986 cspg_html_9152086986:196:20000:20012 Halfway Victoria, British Columbia +0.242725 gsa_html_9979192554 gsa_html_9979192554:18:1114:1130 Keenan Quartzite Canada +0.511038 cspg_html_6038396142 cspg_html_6038396142:56:8044:8052 Winnipeg Winnipeg +0.475695 aapg_ad_800.html aapg_ad_800.html:136:16094:16100 Taylor Demopolis, Alabama +0.271392 cspg_html_7409170811 cspg_html_7409170811:408:60910:60926 Exshaw Lacombe, Alberta +0.679716 aapg_ac_22.html aapg_ac_22.html:85:9235:9241 Paluxy Mississippi River +0.491232 sedimentology_html_5315330584 sedimentology_html_5315330584:110:11123:11127 Java Sumatra +0.268243 aapg_ai_255.html aapg_ai_255.html:494:72749:72755 Guelph Ontario, California +0.491384 gsa_html_2369908260 gsa_html_2369908260:1308:128031:128034 Rye California +0.254015 aapg_ac_211.html aapg_ac_211.html:49:6194:6207 Madison Teton County, Idaho +0.484568 cspg_html_6306091047 cspg_html_6306091047:134:20294:20302 Columbia Victoria, British Columbia +0.50403 gsa_html_5577402146 gsa_html_5577402146:1186:106434:106462 Green River New Mexico +0.260096 cspg_html_5198658336 cspg_html_5198658336:13:1164:1189 Porcupine Lacombe, Alberta +0.488482 aapg_af_779.html aapg_af_779.html:10:1983:1992 Coldwater Michigan +0.490546 cspg_html_9648675035 cspg_html_9648675035:41:4806:4814 Columbia Lacombe, Alberta +0.243636 gsa_html_9506242690 gsa_html_9506242690:650:62814:62818 Bond North Atlantic Current +0.448286 aapg_ae_324.html aapg_ae_324.html:502:50640:50647 Tellico Farragut, Tennessee +0.253492 aapg_ac_517.html aapg_ac_517.html:14:1568:1580 Saskatchewan Manitoba +0.48278 cspg_html_4235335749 cspg_html_4235335749:12:1452:1472 Milk River Lacombe, Alberta +0.482924 sedimentology_html_5673709888 sedimentology_html_5673709888:276:25342:25355 Edwards Texas +0.495726 cspg_html_2018998204 cspg_html_2018998204:66:7786:7806 Nonda Richmond, California +0.247 aapg_af_292.html aapg_af_292.html:210:22405:22411 Denver Colorado +0.2605 palaios_html_2158038376 palaios_html_2158038376:796:67604:67623 Athabasca Canada +0.266772 geology_html_9851766783 geology_html_9851766783:261:22671:22682 Green River Kentucky +0.4704 aapg_ad_603.html aapg_ad_603.html:39:3420:3428 Frontier Powder River (Montana) +0.4775 gsa_html_5107598462 gsa_html_5107598462:375:32000:32010 Waynesboro Salina, Kansas +0.688296 aapg_ai_249.html aapg_ai_249.html:99:15398:15418 Todos Santos Mexico +0.26673 palaios_html_4356021700 palaios_html_4356021700:610:55464:55497 Morrison Cheyenne, Wyoming +0.265209 aapg_ac_462.html aapg_ac_462.html:140:15316:15330 San Pedro Los Angeles +0.266965 aapg_ae_345.html aapg_ae_345.html:850:73932:73942 Tuscaloosa New Delhi +0.491898 palaios_html_6090005613 palaios_html_6090005613:608:38776:38798 Attawapiskat Ontario, California +0.4956 aapg_ad_318.html aapg_ad_318.html:111:15275:15281 Racine Illinois +0.519593 aapg_ah_978.html aapg_ah_978.html:432:39951:39966 Monterey Monterey, California +0.24528 aapg_af_988.html aapg_af_988.html:56:4943:4967 Nisku Canada +0.49337 cspg_html_3550853247 cspg_html_3550853247:105:11219:11231 Saskatchewan Regina, Saskatchewan +0.703098 aapg_af_575.html aapg_af_575.html:1153:166072:166077 Tokio Arkansas +0.48384 gsa_html_8771785456 gsa_html_8771785456:630:56964:56972 Columbia Victoria, British Columbia +0.47545 aapg_ah_456.html aapg_ah_456.html:34:3596:3607 Black Creek Glasgow +0.899646 aapg_ae_805.html aapg_ae_805.html:378:44424:44429 Ouray Colorado +0.50504 aapg_ah_160.html aapg_ah_160.html:43:6895:6903 Michigan Ohio +0.477 aapg_ae_959.html aapg_ae_959.html:1651:119737:119757 Dog Creek San Angelo, Texas +0.463112 aapg_ae_171.html aapg_ae_171.html:23:3336:3342 Denver Fort Collins, Colorado +0.483171 sedimentology_html_6473571818 sedimentology_html_6473571818:139:16900:16938 Kingston Peak Knoxville, Tennessee +0.506232 aapg_ai_583.html aapg_ai_583.html:433:54541:54546 Swift Cheyenne, Wyoming +0.251968 aapg_ai_974.html aapg_ai_974.html:378:40869:40875 Oregon Salem, Oregon +0.239021 gsa_html_5628658687 gsa_html_5628658687:595:63744:63764 Hess Mazatzal Mountains +0.259072 AMJC_html_9749062244 AMJC_html_9749062244:12:533:546 Santa Barbara California +0.250952 aapg_af_799.html aapg_af_799.html:230:15070:15085 Tejon Coalinga, California +0.487705 sedimentology_html_7195393000 sedimentology_html_7195393000:1454:100201:100217 Viking Lacombe, Alberta +0.477152 cspg_html_5541725202 cspg_html_5541725202:643:77528:77540 Hillsborough New Brunswick, New Jersey +0.257214 aapg_aa_702.html aapg_aa_702.html:1150:129542:129550 Colorado Denver +0.23453 aapg_ad_568.html aapg_ad_568.html:158:25074:25080 Navajo Kayenta, Arizona +0.240548 gsa_html_5002851212 gsa_html_5002851212:369:25150:25158 Colorado Cheyenne, Wyoming +0.266716 palaios_html_5582845937 palaios_html_5582845937:282:28403:28410 Hampton Virginia +0.382935 aapg_ah_772.html aapg_ah_772.html:632:51816:51837 Scotty Wash Quartzite Logan, Utah +0.261542 cspg_html_9018334227 cspg_html_9018334227:444:58470:58478 Columbia Victoria, British Columbia +0.232786 cspg_html_8427119881 cspg_html_8427119881:173:22051:22070 Athabasca Canada +0.880402 aapg_ae_16.html aapg_ae_16.html:518:62845:62865 Besa River Victoria, British Columbia +0.470745 aapg_ac_65.html aapg_ac_65.html:156:15945:15962 Oquirrh Uinta Mountains +0.260075 aapg_ah_182.html aapg_ah_182.html:286:31331:31353 Jacksonburg Lehigh County, Pennsylvania +0.502492 aapg_ah_277.html aapg_ah_277.html:178:23900:23917 Viking Colorado +0.2515 aapg_ae_305.html aapg_ae_305.html:1807:172317:172336 Sierra Colombia +0.26159 cspg_html_1962846283 cspg_html_1962846283:374:41135:41153 Cadomin Kootenay River +0.4267 aapg_ae_24.html aapg_ae_24.html:282:26668:26680 Rhode Island North Carolina +0.477087 aapg_ai_29.html aapg_ai_29.html:71:7716:7723 Reynosa Oakville, California +0.487278 gsa_html_9207276905 gsa_html_9207276905:295:24845:24856 Peace River Fraser River (Colorado) +0.262614 aapg_ae_983.html aapg_ae_983.html:325:25467:25475 Kankakee Illinois +0.254338 aapg_af_892.html aapg_af_892.html:205:19592:19604 Marble Falls Burnett County, Wisconsin +0.247416 gsa_html_6589330144 gsa_html_6589330144:109:14740:14748 Loveland Loveland, Ohio +0.272986 cspg_html_4205215905 cspg_html_4205215905:22:3269:3277 Dunvegan Lacombe, Alberta +0.26288 aapg_ae_454.html aapg_ae_454.html:114:9690:9707 Bossier Bellevue, Nebraska +0.241332 aapg_af_486.html aapg_af_486.html:12:1563:1583 Tyonek Kenai, Alaska +0.259588 palaios_html_3022467877 palaios_html_3022467877:385:43864:43872 Navesink Navesink River +0.518346 cspg_html_7779401416 cspg_html_7779401416:54:6833:6843 Cabot Head Manitoulin Island +0.49088 aapg_aa_684.html aapg_aa_684.html:6:761:778 Ankareh Cheyenne, Wyoming +0.290904 aapg_ah_972.html aapg_ah_972.html:171:15205:15213 Wellborn Brazos County, Texas +0.482555 geology_html_3788375776 geology_html_3788375776:33:3149:3202 Provo South Georgia and the South Sandwich Islands +0.47092 geology_html_2214035134 geology_html_2214035134:291:24681:24689 Temporal Salem, Oregon +0.898703 cspg_html_3354282978 cspg_html_3354282978:631:81318:81357 Leduc Canada +0.917763 aapg_ai_997.html aapg_ai_997.html:776:66891:66907 Forbes Central Valley (California) +0.507592 aapg_aa_145.html aapg_aa_145.html:808:87794:87801 Coryell Kootenay West +0.481816 cspg_html_9717154602 cspg_html_9717154602:17:2879:2886 Bearpaw Red Deer, Alberta +0.27404 aapg_ac_423.html aapg_ac_423.html:19:2983:2989 Brazil Atlantic Ocean +0.253456 aapg_ai_1.html aapg_ai_1.html:31:3627:3634 Paradox Colorado +0.51264 aapg_af_575.html aapg_af_575.html:922:131886:131892 Nowata Des Moines, Washington +0.289344 aapg_ah_27.html aapg_ah_27.html:527:64993:65004 Atoka Texas +0.47421 sedimentology_html_7069619943 sedimentology_html_7069619943:1167:87316:87321 Cadiz Black Sea +0.723424 jgeology_html_4305195651 jgeology_html_4305195651:2593:175582:175598 Pocono Huntington, West Virginia +0.68338 aapg_ae_562.html aapg_ae_562.html:129:13137:13157 Allegheny Huntington, West Virginia +0.521838 aapg_ac_133.html aapg_ac_133.html:274:47984:47990 Urenui Taranaki Region +0.441626 aapg_ah_5.html aapg_ah_5.html:2264:151102:151119 Skull Creek Knoxville, Tennessee +0.500963 aapg_ad_466.html aapg_ad_466.html:375:45377:45384 Raritan Closter, New Jersey +0.102808 cspg_html_6038396142 cspg_html_6038396142:61:9055:9074 Red River Winnipeg +0.259045 aapg_ah_654.html aapg_ah_654.html:582:60919:60946 Wind River Badwater Basin +0.259056 cspg_html_4409656292 cspg_html_4409656292:736:77955:77963 Dunvegan Victoria, British Columbia +0.24672 palaios_html_7679079277 palaios_html_7679079277:696:59319:59337 Sundance Greybull, Wyoming +0.236187 sedimentology_html_3941612453 sedimentology_html_3941612453:161:16329:16347 Quinault Washington (state) +0.27083 aapg_ac_333.html aapg_ac_333.html:1117:132692:132702 San Andres New Mexico +0.461472 aapg_ad_828.html aapg_ad_828.html:36:2180:2192 Modelo Ventura County, California +0.249919 aapg_ai_974.html aapg_ai_974.html:522:55242:55252 Washington Salem, Oregon +0.2499 sedimentology_html_2664743350 sedimentology_html_2664743350:1098:93986:93995 Peninsula Korea +0.654264 aapg_ad_959.html aapg_ad_959.html:85:9053:9074 Clays Ferry Kentucky +0.264708 cspg_html_6038396142 cspg_html_6038396142:76:11650:11668 Winnipeg Williston Basin +0.487531 gsa_html_6015282381 gsa_html_6015282381:699:63036:63064 Green River New Mexico +0.465735 aapg_af_628.html aapg_af_628.html:215:21350:21361 Paint Creek Vienna +0.251482 cspg_html_9778753186 cspg_html_9778753186:6:335:354 Crowsnest Arctic Cordillera +0.471843 AMJC_html_5916115748 AMJC_html_5916115748:1193:114066:114085 Montesano Washington (state) +0.265224 aapg_aa_4.html aapg_aa_4.html:287:38439:38445 Ithaca West Fork River +0.489888 cspg_html_2834693711 cspg_html_2834693711:1095:126026:126036 Washington Victoria, British Columbia +0.413772 geology_html_1085819429 geology_html_1085819429:249:25980:25996 Dakota Nebraska +0.252992 aapg_ae_873.html aapg_ae_873.html:362:42031:42047 Midway Austin, Chicago +0.471252 aapg_ac_126.html aapg_ac_126.html:150:22256:22273 Haynesville Shreveport, Louisiana +0.379389 aapg_ah_531.html aapg_ah_531.html:26:3508:3530 Diamond Peak Reno, Nevada +0.263133 geology_html_8049344680 geology_html_8049344680:86:8665:8672 Astoria California +0.24459 aapg_ae_679.html aapg_ae_679.html:613:67026:67032 Moscow Russia +0.50903 aapg_ac_699.html aapg_ac_699.html:87:7671:7682 San Antonio Texas +0.482218 aapg_ah_647.html aapg_ah_647.html:22:2346:2352 Concha Earp, California +0.488814 cspg_html_9354781888 cspg_html_9354781888:37:7220:7228 Winnipeg Calgary +0.502164 aapg_aa_4.html aapg_aa_4.html:150:19656:19676 West Falls Naples, Florida +0.258 geology_html_6606795312 geology_html_6606795312:387:23557:23561 Bond Iceland +0.269724 aapg_ah_96.html aapg_ah_96.html:440:51440:51449 Red River Middle Ordovician +0.263165 aapg_af_532.html aapg_af_532.html:331:38947:38955 Colorado Denver +0.493885 cspg_html_8049997704 cspg_html_8049997704:6:403:424 Belly River Southern Alberta +0.27092 cspg_html_4326384800 cspg_html_4326384800:995:145841:145852 Slave Point Lacombe, Alberta +0.251472 gsa_html_4913703235 gsa_html_4913703235:104:10171:10190 Tuscarora Huntington, West Virginia +0.469755 cspg_html_5381643866 cspg_html_5381643866:82:10316:10329 Elk Victoria, British Columbia +0.266682 cspg_html_7896958755 cspg_html_7896958755:18:2078:2098 Clearwater Victoria, British Columbia +0.266848 aapg_ah_869.html aapg_ah_869.html:11:1439:1445 Dakota Colorado +0.492544 gsa_html_5301789232 gsa_html_5301789232:1513:116017:116045 Green River Iran +0.257013 gsa_html_7019444969 gsa_html_7019444969:9:378:384 Sierra Sierra Nevada (Spain) +0.256824 cspg_html_4694482219 cspg_html_4694482219:300:26159:26176 Bearpaw Edmonton, London +0.257556 aapg_ai_542.html aapg_ai_542.html:169:16816:16824 Colorado Stuart, Florida +0.512604 aapg_aa_745.html aapg_aa_745.html:486:61079:61103 Brushy Canyon New Mexico +0.24108 aapg_af_880.html aapg_af_880.html:467:70639:70643 Rico Hermosa, Chicago +0.46926 aapg_af_129.html aapg_af_129.html:455:49057:49065 Colorado Colorado +0.26288 aapg_ae_415.html aapg_ae_415.html:388:49772:49781 Vicksburg Alabama +0.46872 palaios_html_7061055514 palaios_html_7061055514:37:3904:3912 Virginia Alabama +0.275844 aapg_ae_415.html aapg_ae_415.html:25:3936:3958 Chickasawhay Flint River (Michigan) +0.446428 aapg_ae_984.html aapg_ae_984.html:3:155:165 Basal Carlsbad, New Mexico +0.489204 sedimentology_html_2766977848 sedimentology_html_2766977848:27:1809:1819 Fort Worth Fort Worth, Texas +0.26536 gsa_html_9843343868 gsa_html_9843343868:659:57479:57487 Colorado Florissant, Colorado +0.251292 aapg_ah_270.html aapg_ah_270.html:74:8193:8216 Cotton Valley Texas +0.099918 cspg_html_5038387495 cspg_html_5038387495:28:2300:2318 Deadwood Winnipeg +0.497038 sedimentology_html_1006662626 sedimentology_html_1006662626:3332:71030:71038 Columbia Victoria, British Columbia +0.360477 aapg_ae_634.html aapg_ae_634.html:68:6104:6110 Dakota Mesa County, Colorado +0.25026 aapg_ai_531.html aapg_ai_531.html:58:7088:7098 Washington Israel +0.26928 aapg_ae_182.html aapg_ae_182.html:373:39391:39399 Bellevue Bellevue, Nebraska +0.27196 aapg_ae_73.html aapg_ae_73.html:387:50607:50614 Entrada Chinle Formation +0.488592 gsa_html_8986707315 gsa_html_8986707315:922:70264:70272 Michigan Tehachapi, California +0.25856 gsa_html_8335323050 gsa_html_8335323050:15:764:772 Virginia Missouri River +0.251856 gsa_html_5952049575 gsa_html_5952049575:212:24527:24547 Fort Union Wasatch Range +0.499988 sedimentology_html_7328045802 sedimentology_html_7328045802:965:56934:56965 Gunflint Iron Canada +0.489842 palaios_html_2994452429 palaios_html_2994452429:698:66352:66384 Toad Canada +0.487438 aapg_aa_718.html aapg_aa_718.html:680:67896:67905 Tuscarora Juniata County School District +0.485888 geology_html_7799748611 geology_html_7799748611:223:23320:23326 Oxford Pergamon Museum +0.77778 aapg_aa_995.html aapg_aa_995.html:406:31108:31125 Sundance Cheyenne, Wyoming +0.245021 sedimentology_html_7328045802 sedimentology_html_7328045802:132:12938:12962 Perry Rangeley, Maine +0.497038 gsa_html_6496052878 gsa_html_6496052878:30:2803:2831 Green River New Mexico +0.50303 aapg_ai_536.html aapg_ai_536.html:78:6727:6742 Herschel Island Colville River (Washington) +0.503286 aapg_ad_749.html aapg_ad_749.html:211:19442:19458 Kaibab Logan, Utah +0.263626 aapg_af_892.html aapg_af_892.html:654:63747:63763 Whitehorse San Angelo, Texas +0.261112 aapg_ak_118.html aapg_ak_118.html:35:4137:4156 Cotton Valley Bossier City, Louisiana +0.50827 aapg_ah_417.html aapg_ah_417.html:24:3227:3244 Judith River Canada +0.48573 cspg_html_3328007773 cspg_html_3328007773:1032:103747:103765 Kaskapau Lacombe, Alberta +0.264969 gsa_html_7504740500 gsa_html_7504740500:29:2796:2824 Green River Colorado +0.491898 AMJC_html_8494031493 AMJC_html_8494031493:658:78822:78841 Roubidoux Tri-State Region +0.492735 aapg_ai_54.html aapg_ai_54.html:169:19482:19492 Tuscaloosa Arkansas +0.249368 cspg_html_1019614994 cspg_html_1019614994:803:104892:104905 Wabamun Lacombe, Alberta +0.476685 palaios_html_5600528347 palaios_html_5600528347:676:60916:60924 Colorado Reno, Nevada +0.247494 aapg_aa_626.html aapg_aa_626.html:263:30253:30261 Richmond Maryland +0.495159 gsa_html_7746804722 gsa_html_7746804722:11:462:468 Oregon Salem, Oregon +0.470736 aapg_ai_148.html aapg_ai_148.html:171:17681:17695 Colorado Calgary +0.488448 cspg_html_1962846283 cspg_html_1962846283:6:434:452 Kootenay Victoria, British Columbia +0.497596 cspg_html_5349145670 cspg_html_5349145670:14:1359:1376 Cardium Western world +0.239571 cspg_html_5541937700 cspg_html_5541937700:857:106201:106230 Peace River Lacombe, Alberta +0.2574 sedimentology_html_7195393000 sedimentology_html_7195393000:1220:89938:89965 Belly River Lacombe, Alberta +0.26447 cspg_html_2408887763 cspg_html_2408887763:426:52197:52220 Mist Mountain Arctic Cordillera +0.247955 aapg_ae_875.html aapg_ae_875.html:311:36920:36940 Cariblanco San Juan, Argentina +0.48501 gsa_html_9012451044 gsa_html_9012451044:69:5065:5093 Green River Colorado +0.878894 aapg_ah_182.html aapg_ah_182.html:66:7763:7772 Myerstown Closter, New Jersey +0.253302 aapg_ai_999.html aapg_ai_999.html:130:8196:8212 Fernie Canada +0.487442 aapg_aa_947.html aapg_aa_947.html:12:2404:2414 Washington Baltimore +0.251446 aapg_af_2.html aapg_af_2.html:278:30530:30535 Bluff Ouray, Colorado +0.499488 cspg_html_2976104632 cspg_html_2976104632:407:46800:46818 Kootenai Lacombe, Alberta +0.465552 aapg_ai_491.html aapg_ai_491.html:630:70139:70147 Colorado Ouray, Colorado +0.472104 palaios_html_4619218296 palaios_html_4619218296:10:438:455 La Luna Western world +0.251835 aapg_aa_898.html aapg_aa_898.html:60:8473:8492 Flagstaff North Horn Formation +0.254925 aapg_aa_994.html aapg_aa_994.html:53:4185:4204 Smackover Cotton Valley, Louisiana +0.265189 cspg_html_8891363498 cspg_html_8891363498:442:38106:38111 Yukon Anchorage, Alaska +0.48672 sedimentology_html_4121969043 sedimentology_html_4121969043:858:18931:18936 Provo Pittsburgh +0.490941 gsa_html_6776599725 gsa_html_6776599725:1060:98803:98831 Green River Iran +0.2709 cspg_html_5976982403 cspg_html_5976982403:12:1818:1826 Columbia Victoria, British Columbia +0.483678 gsa_html_5734608463 gsa_html_5734608463:1170:69335:69363 Green River Colorado +0.222748 aapg_ae_535.html aapg_ae_535.html:39:5027:5048 Sitkalidak Kodiak Island +0.658214 aapg_ac_563.html aapg_ac_563.html:631:92196:92206 Tuscaloosa Shreveport, Louisiana +0.704691 palaios_html_1018466366 palaios_html_1018466366:1476:134072:134089 Kanawha Huntington, West Virginia +0.262524 aapg_ad_3.html aapg_ad_3.html:86:8285:8301 Nolichucky Knoxville, Tennessee +0.466908 aapg_aa_302.html aapg_aa_302.html:394:48591:48597 Pequop Wood River (Oregon) +0.261522 aapg_ad_721.html aapg_ad_721.html:573:54625:54636 Cloud Chief Carlsbad, New Mexico +0.482157 aapg_ad_719.html aapg_ad_719.html:202:23590:23599 Dog Creek Texas +0.484864 aapg_ai_157.html aapg_ai_157.html:95:13233:13240 Windsor Sarnia, Ontario +0.254701 cspg_html_9613906024 cspg_html_9613906024:34:3768:3789 Slave Point Lacombe, Alberta +0.864371 aapg_ai_986.html aapg_ai_986.html:183:19509:19523 Duchesne River Uinta Mountains +0.25806 gsa_html_1643425974 gsa_html_1643425974:49:5694:5712 Moenave Chinle Formation +0.466736 sedimentology_html_7368477239 sedimentology_html_7368477239:392:41359:41365 Lehman Garland, Texas +0.264698 gsa_html_4814276372 gsa_html_4814276372:70:5801:5829 Green River Colorado +0.255009 gsa_html_6117440194 gsa_html_6117440194:413:42305:42323 Kootenai Canada +0.478856 geology_html_8889376634 geology_html_8889376634:108:12172:12190 Willwood Cheyenne, Wyoming +0.235704 gsa_html_9181545711 gsa_html_9181545711:771:71882:71890 Colorado Colorado +0.257895 aapg_ae_959.html aapg_ae_959.html:1459:104713:104726 Abo Grand Canyon +0.460078 cspg_html_4176605708 cspg_html_4176605708:64:8977:8991 Colorado Lacombe, Alberta +0.412592 aapg_ac_230.html aapg_ac_230.html:3:330:336 Perija Colombia +0.469802 sedimentology_html_1233266594 sedimentology_html_1233266594:670:35928:35932 Hall London, Ontario +0.482555 aapg_aa_859.html aapg_aa_859.html:52:6293:6305 Saskatchewan Lacombe, Alberta +0.898703 aapg_ai_49.html aapg_ai_49.html:260:30828:30845 Entrada Uinta Mountains +0.26059 cspg_html_6472484014 cspg_html_6472484014:39:3097:3130 George Eaton, Ohio +0.259776 cspg_html_4693916254 cspg_html_4693916254:514:54144:54163 Lodgepole Regina, Saskatchewan +0.26883 gsa_html_4667678389 gsa_html_4667678389:725:77366:77385 Pocatello Cordillera Administrative Region +0.478296 aapg_ac_258.html aapg_ac_258.html:21:3595:3612 Henryhouse Clarita, Oklahoma +0.480312 cspg_html_3766007701 cspg_html_3766007701:46:5810:5815 Yukon Victoria, British Columbia +0.79079 cspg_html_6038396142 cspg_html_6038396142:34:5193:5211 Winnipeg Winnipeg +0.263133 gsa_html_6350949088 gsa_html_6350949088:18:1005:1011 Denver Colorado +0.250976 aapg_ae_753.html aapg_ae_753.html:109:12555:12568 Bedford Ohio +0.24057 palaios_html_5921824758 palaios_html_5921824758:35:3046:3055 Chuckanut Washington (state) +0.491454 gsa_html_4634895463 gsa_html_4634895463:29:2796:2824 Green River New Mexico +0.260084 aapg_aa_240.html aapg_aa_240.html:329:22997:23014 Grimsby Ontario, California +0.491454 aapg_aa_426.html aapg_aa_426.html:259:58487:58520 Norphlet Alabama +0.50264 aapg_ah_612.html aapg_ah_612.html:185:17576:17588 Saskatchewan Lacombe, Alberta +0.244664 cspg_html_5529147980 cspg_html_5529147980:8:597:609 Nisku Regina, Saskatchewan +0.242514 cspg_html_6116883777 cspg_html_6116883777:547:73536:73549 Markham River Ellesmere Island +0.463624 aapg_af_393.html aapg_af_393.html:243:31210:31216 Reston Virginia +0.267264 cspg_html_4433937749 cspg_html_4433937749:61:8720:8738 Dunvegan Aspen, Colorado +0.486072 aapg_ae_252.html aapg_ae_252.html:86:8353:8359 Vedder Upper East Side +0.272435 geology_html_6536193862 geology_html_6536193862:97:8029:8036 Magothy Bass River Township, New Jersey +0.230698 aapg_ad_964.html aapg_ad_964.html:577:45898:45905 Guanabo Havana +0.48682 aapg_ae_71.html aapg_ae_71.html:331:30850:30856 Carmel Summerville, South Carolina +0.28355 cspg_html_4530154552 cspg_html_4530154552:864:122206:122222 Maroon Colorado +0.26677 palaios_html_2960117821 palaios_html_2960117821:398:28065:28069 Hall London, Ontario +0.241572 aapg_aa_31.html aapg_aa_31.html:19:2214:2218 Toro Zacatecas, Zacatecas +0.241808 aapg_ah_529.html aapg_ah_529.html:79:8987:9004 El Paso El Paso, Texas +0.4845 aapg_aa_934.html aapg_aa_934.html:132:16459:16467 Wolfcamp Harpersville, Alabama +0.504434 aapg_aa_259.html aapg_aa_259.html:21:2317:2322 Yukon Regina, Saskatchewan +0.256949 aapg_ai_575.html aapg_ai_575.html:17:2393:2401 Colorado Loveland, Ohio +0.261542 palaios_html_8113714689 palaios_html_8113714689:312:36074:36082 Munising Munising, Michigan +0.438758 aapg_aa_423.html aapg_aa_423.html:23:2653:2657 Yeso Santa Rosa, California +0.486675 aapg_aa_37.html aapg_aa_37.html:167:20357:20375 Arcturus Supai, Arizona +0.237584 aapg_ad_380.html aapg_ad_380.html:286:27143:27149 Denver Colorado +0.716283 palaios_html_5958626598 palaios_html_5958626598:278:30710:30727 Jupiter Manitoulin Island +0.27501 aapg_af_540.html aapg_af_540.html:339:45887:45899 Pierre Niobrara, Nebraska +0.24017 aapg_ac_333.html aapg_ac_333.html:17:2578:2604 Abo Supai, Arizona +0.412296 aapg_ae_973.html aapg_ae_973.html:840:64651:64658 Rustler Salado, Texas +0.488048 aapg_ai_975.html aapg_ai_975.html:51:9377:9399 Mooringsport Rodessa, Louisiana +0.497664 aapg_ae_981.html aapg_ae_981.html:83:6215:6225 Bainbridge Bainbridge, Georgia +0.4446 gsa_html_5081991493 gsa_html_5081991493:1376:101724:101745 Green River Logan, Utah +0.23533 aapg_ac_451.html aapg_ac_451.html:120:12675:12694 Talkeetna Seldovia, Alaska +0.484568 aapg_ae_993.html aapg_ae_993.html:663:65182:65202 Jefferson Logan, Utah +0.46827 aapg_ae_223.html aapg_ae_223.html:43:4475:4483 Colorado Cheyenne, Wyoming +0.51948 aapg_ac_380.html aapg_ac_380.html:463:55179:55194 Carlisle Center Pennsylvania +0.269724 aapg_af_266.html aapg_af_266.html:241:26900:26905 Sespe Puente Hills Mall +0.4848 gsa_html_7012936645 gsa_html_7012936645:865:69026:69036 Pittsburgh Pennsylvania +0.252928 cspg_html_2650073471 cspg_html_2650073471:11:1113:1122 Frenchman Cypress Hills, Brooklyn +0.486024 gsa_html_5660395696 gsa_html_5660395696:73:6463:6491 Green River Colorado +0.270391 gsa_html_3936574180 gsa_html_3936574180:685:67633:67639 Holder Washington (state) +0.22589 aapg_ah_506.html aapg_ah_506.html:130:12941:12953 Norway Point Michigan +0.227406 jgeology_html_3669018334 jgeology_html_3669018334:830:44383:44393 San Miguel Tepic +0.255528 sedimentology_html_7651248257 sedimentology_html_7651248257:1165:69792:69804 Saskatchewan Canada +0.491748 aapg_ac_301.html aapg_ac_301.html:108:13307:13337 Swan Peak Quartzite Boise, Idaho +0.85668 aapg_ae_694.html aapg_ae_694.html:78:10096:10114 Woodbine Ouachita Mountains +0.470704 aapg_ah_90.html aapg_ah_90.html:181:29194:29225 Cedar Mountain Colorado Plateau +0.257388 aapg_ad_45.html aapg_ad_45.html:124:6980:7009 Pottsville Pottsville, Pennsylvania +0.47288 gsa_html_9053175553 gsa_html_9053175553:519:52428:52452 Bouse Colorado +0.236676 cspg_html_4270552951 cspg_html_4270552951:124:17681:17699 Ashville Ashville, Ohio +0.476763 gsa_html_1040524378 gsa_html_1040524378:961:94417:94445 Green River Cheyenne, Wyoming +0.244036 cspg_html_2820751927 cspg_html_2820751927:13:1894:1910 Albert Canada +0.48783 aapg_ae_827.html aapg_ae_827.html:8:749:756 Spencer Bloomington, Indiana +0.26058 aapg_ah_96.html aapg_ah_96.html:679:71107:71119 Saskatchewan Winnipeg +0.481514 sedimentology_html_6705485093 sedimentology_html_6705485093:806:55971:55975 Ross Stroudsburg, Pennsylvania +0.48909 cspg_html_1781462584 cspg_html_1781462584:193:25788:25802 Lisburne Northwest Arctic Borough, Alaska +0.255936 aapg_ah_141.html aapg_ah_141.html:91:8317:8332 Ouray Dolomites +0.257316 cspg_html_4694482219 cspg_html_4694482219:46:5783:5804 Belly River Lacombe, Alberta +0.232323 AMJC_html_6341723617 AMJC_html_6341723617:502:46436:46454 Espinaso Galisteo Basin +0.223533 aapg_ai_107.html aapg_ai_107.html:262:27101:27109 Dorcheat Shreveport, Louisiana +0.238135 cspg_html_4680797491 cspg_html_4680797491:241:26231:26252 Beaverhill Calumet, Pennsylvania +0.253895 aapg_af_192.html aapg_af_192.html:18:1643:1650 Oakdale Alexandria, Virginia +0.458832 geology_html_6501151583 geology_html_6501151583:251:20968:20984 Navajo Logan, Utah +0.2505 gsa_html_5339062095 gsa_html_5339062095:12:505:517 Rhode Island Newport, Rhode Island +0.49816 gsa_html_3380395839 gsa_html_3380395839:696:64382:64390 Columbia Washington (state) +0.278256 aapg_ae_223.html aapg_ae_223.html:314:37967:37988 Green River Wasatch Range +0.721374 aapg_aa_682.html aapg_aa_682.html:116:11497:11511 Bonner Springs Wyandotte County, Kansas +0.24644 gsa_html_6967102683 gsa_html_6967102683:610:54164:54171 Cassiar Victoria, British Columbia +0.290016 aapg_aa_147.html aapg_aa_147.html:246:29938:29957 Red River Lake Winnipeg +0.497798 aapg_af_416.html aapg_af_416.html:12:1536:1544 Columbia Victoria, British Columbia +0.281736 aapg_ae_73.html aapg_ae_73.html:582:79530:79536 Dakota Las Vegas Strip +0.268842 aapg_ae_30.html aapg_ae_30.html:71:6783:6809 Maquoketa Maquoketa, Iowa +0.255892 aapg_ad_67.html aapg_ad_67.html:234:30281:30288 Carrizo Alabama +0.271425 geology_html_4342702144 geology_html_4342702144:18:686:697 Montpellier Iran +0.45872 cspg_html_9951421861 cspg_html_9951421861:443:60547:60580 Grosmont Lacombe, Alberta +0.4864 aapg_af_779.html aapg_af_779.html:16:2880:2898 Traverse Antrim, County Antrim +0.258505 aapg_ae_419.html aapg_ae_419.html:258:33908:33914 Sonora Mexico +0.258064 aapg_aa_192.html aapg_aa_192.html:424:51477:51514 Madison Lima, Ohio +0.240084 aapg_ac_4.html aapg_ac_4.html:132:12591:12623 Lisburne Prudhoe Bay Oil Field +0.452682 aapg_ae_239.html aapg_ae_239.html:1122:91247:91274 Hartshorne Hartshorne, Oklahoma +0.471606 aapg_ai_851.html aapg_ai_851.html:9:1732:1751 San Sebastian Puerto Rico +0.243049 aapg_ad_105.html aapg_ad_105.html:495:45509:45514 Choco Colombia +0.494853 aapg_ae_344.html aapg_ae_344.html:128:12417:12423 Paluxy Tuscaloosa, Alabama +0.282436 aapg_ai_136.html aapg_ai_136.html:131:9149:9160 Paluxy Miller County, Arkansas +0.503285 aapg_aa_870.html aapg_aa_870.html:573:53628:53644 Dakota San Juan, Argentina +0.48884 cspg_html_6925296423 cspg_html_6925296423:317:39004:39013 Keg River Lacombe, Alberta +0.509894 aapg_ae_256.html aapg_ae_256.html:117:12807:12811 Frio Hidalgo County, New Mexico +0.26001 cspg_html_9951421861 cspg_html_9951421861:96:15930:15939 Athabasca Clearwater, Florida +0.519958 gsa_html_3841341658 gsa_html_3841341658:1394:109445:109473 Green River Colorado +0.286176 aapg_ae_223.html aapg_ae_223.html:77:9212:9228 Dakota Colorado +0.491694 palaios_html_1333321787 palaios_html_1333321787:184:13179:13192 Vasquez Southern California +0.268842 aapg_af_18.html aapg_af_18.html:111:13279:13295 Inyan Kara Black Hills +0.261117 cspg_html_4785922166 cspg_html_4785922166:566:64091:64129 Winnipegosis Regina, Saskatchewan +0.487325 gsa_html_5732354264 gsa_html_5732354264:1127:93169:93197 Green River New Mexico +0.259931 geology_html_6952131012 geology_html_6952131012:234:24634:24643 New River Virginia +0.244989 jgeology_html_2674389663 jgeology_html_2674389663:1498:77636:77655 Dezadeash Jura Mountains +0.501704 cspg_html_5697056884 cspg_html_5697056884:430:46310:46326 Red River Winnipeg +0.88451 cspg_html_9343899465 cspg_html_9343899465:1443:119676:119693 Beverley Inlet Melville, New York +0.485648 aapg_ai_30.html aapg_ai_30.html:31:3915:3921 Goliad Goliad County, Texas +0.27438 sedimentology_html_1574151857 sedimentology_html_1574151857:329:27357:27367 Washington Salem, Oregon +0.245021 gsa_html_1525220569 gsa_html_1525220569:324:36183:36192 Gibraltar Mediterranean Sea +0.479958 cspg_html_2349942346 cspg_html_2349942346:207:24406:24423 Gilwood Lacombe, Alberta +0.436213 aapg_ae_24.html aapg_ae_24.html:275:26097:26109 Rhode Island North Carolina +0.251835 aapg_ae_345.html aapg_ae_345.html:648:54187:54196 Smackover Cotton Valley, Louisiana +0.25653 AMJC_html_5885335353 AMJC_html_5885335353:1060:116974:116980 Denver Logan, Utah +0.24856 cspg_html_2758324131 cspg_html_2758324131:132:22188:22204 Exshaw Williston Basin +0.272085 aapg_ae_73.html aapg_ae_73.html:452:59655:59674 Greenhorn Las Vegas Strip +0.262314 gsa_html_8055113978 gsa_html_8055113978:15:820:841 Keokuk Salem, Massachusetts +0.24696 sedimentology_html_9050173913 sedimentology_html_9050173913:1008:126796:126820 El Paso West Texas +0.26322 aapg_aa_712.html aapg_aa_712.html:22:3847:3868 Platteville Glenwood, Utah +0.252912 cspg_html_8915218033 cspg_html_8915218033:247:23577:23597 Mount Head Lacombe, Alberta +0.491898 gsa_html_7668046715 gsa_html_7668046715:1039:84135:84163 Green River Colorado +0.473144 gsa_html_7808051457 gsa_html_7808051457:39:3143:3157 Manitou Middle Ordovician +0.248601 palaios_html_2128779739 palaios_html_2128779739:707:69300:69314 Beaufort South Africa +0.247008 sedimentology_html_9603159224 sedimentology_html_9603159224:2412:139138:139142 Hall London, Ontario +0.490356 geology_html_2235998351 geology_html_2235998351:244:23380:23398 Monterey London, Ontario +0.4921 aapg_af_663.html aapg_af_663.html:833:78744:78750 Pawnee Worland, Wyoming +0.507904 gsa_html_7298317037 gsa_html_7298317037:639:58216:58244 Green River Colorado +0.493569 gsa_html_6546953900 gsa_html_6546953900:1215:101513:101541 Green River Colorado +0.24843 AMJC_html_4702065369 AMJC_html_4702065369:73:7674:7680 Brazil Anshan (Persia) +0.266742 aapg_ae_370.html aapg_ae_370.html:421:38910:38926 Keasey Cowlitz River +0.518819 cspg_html_8649903682 cspg_html_8649903682:383:30568:30581 Cruiser Pine River (Michigan) +0.47379 cspg_html_9343899465 cspg_html_9343899465:1054:89755:89767 Hecla Bay Melville Island (Canada) +0.486472 aapg_ak_37.html aapg_ak_37.html:27:2962:2970 Columbia Victoria, British Columbia +0.26832 aapg_aa_697.html aapg_aa_697.html:118:13432:13465 Stettler Lacombe, Alberta +0.274512 palaios_html_6404782987 palaios_html_6404782987:314:46722:46736 Kope Kentucky +0.276507 aapg_ac_214.html aapg_ac_214.html:96:11528:11545 Entrada Carmel, Indiana +0.475629 aapg_af_14.html aapg_af_14.html:117:11442:11458 Almond Table Rock, Wyoming +0.254989 cspg_html_9950492867 cspg_html_9950492867:6:496:504 Columbia Victoria, British Columbia +0.486604 cspg_html_1058139432 cspg_html_1058139432:565:72287:72305 Kootenay Lacombe, Alberta +0.292608 aapg_aa_357.html aapg_aa_357.html:483:43651:43658 Entrada Carmel, Indiana +0.240584 gsa_html_6241580036 gsa_html_6241580036:501:42526:42532 Walker Earth +0.248412 gsa_html_6281658899 gsa_html_6281658899:143:18328:18345 Fowkes Green River Formation +0.243972 aapg_af_877.html aapg_af_877.html:229:26655:26672 Cypress Mattoon, Illinois +0.272459 cspg_html_1503116552 cspg_html_1503116552:135:23029:23049 Swan Hills Middle East +0.476341 gsa_html_7580135520 gsa_html_7580135520:578:53133:53139 Oregon Mexico +0.468414 jgeology_html_8064855537 jgeology_html_8064855537:298:21396:21412 Dakota Eagle River, Alaska +0.456918 aapg_ai_594.html aapg_ai_594.html:613:49544:49564 Colorado Gunnison County, Colorado +0.268822 palaios_html_3889678675 palaios_html_3889678675:23:1887:1912 Quinault Cape Elizabeth, Maine +0.51092 aapg_af_333.html aapg_af_333.html:192:18700:18721 Salina Towanda, Illinois +0.51975 aapg_ae_692.html aapg_ae_692.html:339:35159:35164 Piper Spearfish, South Dakota +0.497871 gsa_html_8141946531 gsa_html_8141946531:29:2796:2824 Green River New Mexico +0.264096 aapg_ae_364.html aapg_ae_364.html:297:27955:27963 Carrizal Guayaquil +0.252486 AMJC_html_9714779232 AMJC_html_9714779232:1522:124426:124434 Scotland London, Ontario +0.507936 cspg_html_9023649778 cspg_html_9023649778:14:2123:2137 Doig Victoria, British Columbia +0.266532 aapg_aa_787.html aapg_aa_787.html:431:51843:51849 Provo Texas +0.23184 aapg_ae_324.html aapg_ae_324.html:1110:110412:110420 Virginia Newcastle, New South Wales +0.478296 aapg_ae_855.html aapg_ae_855.html:131:14169:14183 Flagstaff Salina, Kansas +0.493654 cspg_html_1132698231 cspg_html_1132698231:51:7164:7180 Merced San Francisco +0.24304 aapg_ah_595.html aapg_ah_595.html:11:1023:1031 Colorado New Mexico +0.884468 cspg_html_9717154602 cspg_html_9717154602:1043:86734:86754 Bearpaw Lacombe, Alberta +0.25048 aapg_ad_908.html aapg_ad_908.html:115:12982:12990 Mercedes Western world +0.479232 aapg_ah_813.html aapg_ah_813.html:158:12643:12651 Rockwood New Orleans +0.50102 aapg_aa_259.html aapg_aa_259.html:112:9244:9286 Viking Lacombe, Alberta +0.24543 cspg_html_7804036692 cspg_html_7804036692:75:8824:8848 Waterways Lacombe, Alberta +0.854664 cspg_html_7409170811 cspg_html_7409170811:77:11862:11868 Exshaw Great Falls (Missouri River) +0.256032 gsa_html_7678142233 gsa_html_7678142233:506:36278:36298 Lawrence Canada +0.478676 cspg_html_9771826320 cspg_html_9771826320:835:122754:122772 Eureka Sound Ellesmere Island +0.268243 aapg_aa_852.html aapg_aa_852.html:76:7743:7747 Frio Jackson County, Missouri +0.49556 aapg_ae_295.html aapg_ae_295.html:201:22619:22630 Arkadelphia Arkadelphia, Arkansas +0.249856 aapg_ad_306.html aapg_ad_306.html:362:44607:44613 Sierra San Pedro Sula +0.48384 cspg_html_9720041449 cspg_html_9720041449:28:3934:3957 Woodbend Lacombe, Alberta +0.495954 aapg_ah_52.html aapg_ah_52.html:3:186:205 Matanuska Anchorage, Alaska +0.2405 aapg_ad_976.html aapg_ad_976.html:390:58612:58618 Provo Iran +0.498542 palaios_html_2298416430 palaios_html_2298416430:348:39369:39391 Judith River Lacombe, Alberta +0.2756 aapg_aa_775.html aapg_aa_775.html:634:66755:66773 Monterey Tithonian +0.436863 aapg_ai_105.html aapg_ai_105.html:81:11495:11515 Uinta Uinta Mountains +0.262063 aapg_ad_947.html aapg_ad_947.html:657:64037:64052 Uinta Uinta Mountains +0.26565 sedimentology_html_5328205400 sedimentology_html_5328205400:2177:114363:114380 Shublik Northwest Arctic Borough, Alaska +0.49153 aapg_ac_291.html aapg_ac_291.html:65:4923:4931 Virginia Maryland +0.252865 sedimentology_html_3102998281 sedimentology_html_3102998281:4185:155841:155849 Beaufort Netherlands +0.262135 cspg_html_8227554214 cspg_html_8227554214:98:12631:12651 Mabou New Brunswick, New Jersey +0.247324 palaios_html_8699778504 palaios_html_8699778504:324:31154:31162 Colorado Florissant, Colorado +0.259588 aapg_ai_112.html aapg_ai_112.html:63:12738:12754 San Joaquin Ogallala, Nebraska +0.23814 sedimentology_html_2909366246 sedimentology_html_2909366246:1945:90644:90672 Lockatong Closter, New Jersey +0.49344 aapg_ai_610.html aapg_ai_610.html:646:104214:104232 Monterey California +0.2455 gsa_html_4446967287 gsa_html_4446967287:738:67157:67174 Vaseaux Arctic Cordillera +0.48316 cspg_html_2928630722 cspg_html_2928630722:64:9061:9069 Columbia Canada +0.70594 aapg_ad_958.html aapg_ad_958.html:390:39155:39167 Gilmore City Sedalia, Missouri +0.272363 cspg_html_6675007047 cspg_html_6675007047:63:8986:9014 Athabasca Lacombe, Alberta +0.49875 aapg_ah_647.html aapg_ah_647.html:429:45699:45714 Hueco Naco, Sonora +0.24353 aapg_ah_847.html aapg_ah_847.html:139:15525:15549 Navesink Monmouth County, New Jersey +0.4944 gsa_html_1636483297 gsa_html_1636483297:775:70773:70794 Green River Cheyenne, Wyoming +0.473888 aapg_ac_628.html aapg_ac_628.html:394:67642:67661 Flagstaff Colton, California +0.491521 aapg_ad_756.html aapg_ad_756.html:247:29299:29307 Traverse Saginaw, Michigan +0.498002 aapg_ah_158.html aapg_ah_158.html:4:750:760 Georgetown Silver City, New Mexico +0.388286 cspg_html_6252417471 cspg_html_6252417471:176:26081:26097 Hassel Banks Island +0.508992 palaios_html_9973267562 palaios_html_9973267562:518:62176:62207 Kope Ohio +0.25654 jgeology_html_9215313444 jgeology_html_9215313444:1197:78277:78287 Washington Salem, Oregon +0.25431 palaios_html_3105248303 palaios_html_3105248303:664:69952:69966 Kope Fulton, Missouri +0.506708 aapg_af_26.html aapg_af_26.html:211:17980:17997 Spencer Willamette Valley +0.468293 aapg_ac_629.html aapg_ac_629.html:278:36681:36689 Beaumont Beaumont, Texas +0.499114 aapg_ah_527.html aapg_ah_527.html:70:8143:8155 Willow Creek Pine Valley, Pennsylvania +0.252865 sedimentology_html_7325983319 sedimentology_html_7325983319:265:16988:17040 Crete Crete +0.505741 cspg_html_9735723617 cspg_html_9735723617:990:107048:107067 Griper Bay Melville Island (Canada) +0.485748 aapg_af_167.html aapg_af_167.html:158:19091:19110 Greenhorn Ellis County, Kansas +0.244032 geology_html_5244382470 geology_html_5244382470:138:13770:13773 Arc Panarea +0.359934 aapg_ai_651.html aapg_ai_651.html:80:13729:13746 Entrada Logan, Utah +0.24255 gsa_html_1316826711 gsa_html_1316826711:793:62915:62924 Extension England +0.46482 cspg_html_2882882278 cspg_html_2882882278:11:1959:1974 Greene Victoria, British Columbia +0.27144 aapg_ae_958.html aapg_ae_958.html:3046:262941:262949 Carlsbad Carlsbad, New Mexico +0.274576 aapg_af_664.html aapg_af_664.html:242:26199:26212 Reno Crosby County, Texas +0.480912 aapg_ae_596.html aapg_ae_596.html:259:27693:27701 Colorado Texas +0.245391 aapg_af_956.html aapg_af_956.html:375:39142:39171 Nonesuch Michigan +0.196995 aapg_ae_4.html aapg_ae_4.html:190:20886:20895 Lodgepole Logan Canyon +0.36825 aapg_ah_370.html aapg_ah_370.html:680:53966:53988 Lime Creek Iowa +0.530327 aapg_ah_289.html aapg_ah_289.html:497:66915:66933 Monterey California +0.260338 aapg_ai_996.html aapg_ai_996.html:817:33880:33890 Tuscaloosa Black Creek (Toronto) +0.254508 aapg_ai_73.html aapg_ai_73.html:565:76732:76740 Michigan Huntington, West Virginia +0.773457 aapg_ah_871.html aapg_ah_871.html:489:54063:54083 Pamelia Montreal +0.251392 cspg_html_2098485391 cspg_html_2098485391:189:25324:25332 Michigan Ontario, California +0.249999 gsa_html_6281658899 gsa_html_6281658899:527:64301:64309 Temporal Atlantic Ocean +0.27642 palaios_html_1803946422 palaios_html_1803946422:178:14850:14854 Hall London, Ontario +0.377496 aapg_aa_843.html aapg_aa_843.html:79:8275:8301 San Andres Texas +0.488565 palaios_html_1262064602 palaios_html_1262064602:910:92309:92317 Colorado Denver +0.43099 cspg_html_3762708087 cspg_html_3762708087:132:17050:17066 Viking Suffield, Connecticut +0.44133 cspg_html_6259492324 cspg_html_6259492324:323:33471:33479 Imperial Kut +0.265189 cspg_html_4165571187 cspg_html_4165571187:16:2265:2282 Prophet Victoria, British Columbia +0.484785 gsa_html_4520182275 gsa_html_4520182275:967:104080:104090 Santa Cruz California +0.244944 AMJC_html_4318504504 AMJC_html_4318504504:554:56040:56046 Pueblo Colorado +0.262023 cspg_html_9725676031 cspg_html_9725676031:379:49924:49940 Viking Victoria, British Columbia +0.258888 aapg_ae_64.html aapg_ae_64.html:118:12169:12187 Tensleep Cheyenne, Wyoming +0.271377 aapg_aa_643.html aapg_aa_643.html:181:19470:19492 Knoxville Central Valley (California) +0.457314 cspg_html_6116883777 cspg_html_6116883777:918:124941:124947 Ludlow Little Cornwallis Island +0.729657 cspg_html_5109562898 cspg_html_5109562898:17:2526:2534 Dunvegan Lacombe, Alberta +0.694668 aapg_ah_708.html aapg_ah_708.html:273:35506:35516 Pottsville Mississippi River +0.2475 aapg_ac_141.html aapg_ac_141.html:8:345:351 Denver Colorado +0.47773 gsa_html_6595462156 gsa_html_6595462156:14:591:599 Paradise Washington (state) +0.48501 aapg_ae_29.html aapg_ae_29.html:62:7571:7582 Mauch Chunk Plateau State +0.527712 aapg_aa_351.html aapg_aa_351.html:110:9774:9786 Decorah Platteville, Colorado +0.504137 aapg_ad_253.html aapg_ad_253.html:69:6910:6915 Piper Greasewood, Arizona +0.512946 aapg_ad_557.html aapg_ad_557.html:141:13369:13375 Denver Houston +0.249964 gsa_html_7040053075 gsa_html_7040053075:392:40444:40463 Duarte San Dimas, California +0.246302 sedimentology_html_2165832672 sedimentology_html_2165832672:1026:76454:76463 Peninsula Korea +0.464899 aapg_af_854.html aapg_af_854.html:1542:212594:212599 Perry Missouri River +0.275616 cspg_html_4727171280 cspg_html_4727171280:21:1891:1908 Bearpaw Edmonton, London +0.256536 aapg_ai_991.html aapg_ai_991.html:33:3403:3411 St Marys Chesapeake Bay +0.47991 aapg_ad_400.html aapg_ad_400.html:264:23565:23571 Toroweap San Rafael Swell +0.251346 gsa_html_4438819447 gsa_html_4438819447:855:80695:80714 Mattagami Ontario, California +0.703098 aapg_ah_243.html aapg_ah_243.html:58:6908:6933 Chinle Colorado +0.252525 aapg_ah_991.html aapg_ah_991.html:776:107131:107140 Catahoula Oakville, California +0.520144 aapg_ah_158.html aapg_ah_158.html:22:4642:4652 Georgetown Bear Mountain (Connecticut) +0.250965 aapg_ad_441.html aapg_ad_441.html:75:5448:5464 Navajo Arizona +0.259081 aapg_ae_181.html aapg_ae_181.html:116:16420:16436 Ripley Missouri River +0.509956 aapg_af_338.html aapg_af_338.html:535:65092:65103 San Antonio California +0.822568 aapg_ah_329.html aapg_ah_329.html:82:8710:8729 Sisquoc Monterey, California +0.370978 aapg_ac_414.html aapg_ac_414.html:149:18143:18158 Toroweap Reno, Nevada +0.917755 sedimentology_html_4109585061 sedimentology_html_4109585061:67:7125:7151 Entrada Mongolia +0.269336 aapg_ai_388.html aapg_ai_388.html:325:34404:34411 Wasatch Sparks, Nevada +0.25653 palaios_html_3927097660 palaios_html_3927097660:611:61020:61045 Tuscahoma Alabama +0.255348 gsa_html_6491840124 gsa_html_6491840124:871:71650:71656 Denver Colorado +0.279282 cspg_html_4269071742 cspg_html_4269071742:15:1745:1764 Kishenehn South Fork Flathead River +0.252464 cspg_html_2283545366 cspg_html_2283545366:465:56890:56910 Milk River Canada +0.504172 aapg_ah_779.html aapg_ah_779.html:431:80792:80802 Washington Anchorage, Alaska +0.259584 cspg_html_8145657505 cspg_html_8145657505:169:25840:25855 Cairn Swan Hill, Victoria +0.38836 aapg_ac_629.html aapg_ac_629.html:429:55036:55056 Citronelle Alabama +0.244398 aapg_af_173.html aapg_af_173.html:6:603:609 Dakota Cheyenne, Wyoming +0.257049 cspg_html_8662646956 cspg_html_8662646956:126:20264:20274 Pine Point Middle East +0.4862 aapg_ah_371.html aapg_ah_371.html:14:1748:1768 Tuscaloosa Tuscaloosa, Alabama +0.491582 aapg_ac_414.html aapg_ac_414.html:346:40443:40460 Gerster Logan, Utah +0.47188 sedimentology_html_1695443921 sedimentology_html_1695443921:184:8795:8803 Santiago Spain +0.487531 aapg_ac_719.html aapg_ac_719.html:175:20782:20800 Huerfano Huerfano, New Mexico +0.268812 cspg_html_1781462584 cspg_html_1781462584:128:14772:14779 Pekisko Arctic Cordillera +0.266255 aapg_ah_532.html aapg_ah_532.html:52:4795:4810 Ouray Wayne County, Michigan +0.259077 palaios_html_8605685392 palaios_html_8605685392:22:1567:1578 Coffee Mississippi River +0.26288 aapg_ah_903.html aapg_ah_903.html:30:6202:6213 Sparta Mexico +0.249912 aapg_ad_111.html aapg_ad_111.html:187:23992:24007 Mesaverde White River (Washington) +0.257439 aapg_ad_717.html aapg_ad_717.html:219:24390:24400 Phosphoria Texas +0.470745 aapg_ac_410.html aapg_ac_410.html:399:37263:37289 Athabasca Lacombe, Alberta +0.482976 aapg_ah_427.html aapg_ah_427.html:420:55763:55772 Red River Wichita, Kansas +0.27405 aapg_ac_696.html aapg_ac_696.html:29:4028:4046 Palliser Lacombe, Alberta +0.476844 aapg_aa_702.html aapg_aa_702.html:1575:152249:152257 Colorado Colorado +0.2525 geology_html_7729380110 geology_html_7729380110:294:21671:21680 Extension Peru, Indiana +0.498076 geology_html_9427090233 geology_html_9427090233:206:11803:11814 White River Logan, Utah +0.257544 aapg_ac_723.html aapg_ac_723.html:3:511:517 Sharon Ohio +0.25647 geology_html_6742382920 geology_html_6742382920:167:14787:14798 Green River Logan, Utah +0.249919 aapg_af_598.html aapg_af_598.html:144:11601:11613 Nowata Collinsville, Illinois +0.366962 aapg_ae_570.html aapg_ae_570.html:36:4485:4502 Lockport Dolomite Huntington, West Virginia +0.478848 jgeology_html_4735617051 jgeology_html_4735617051:1041:60241:60247 Sierra Salamanca (city), New York +0.493626 aapg_ac_609.html aapg_ac_609.html:27:2348:2363 Methy Lacombe, Alberta +0.273513 aapg_aa_817.html aapg_aa_817.html:33:4288:4293 Kowai Canterbury +0.2703 aapg_ac_680.html aapg_ac_680.html:90:7463:7472 Smackover Limestone County, Alabama +0.695457 jgeology_html_8064855537 jgeology_html_8064855537:185:10594:10618 Cedar Mountain Colorado +0.253492 gsa_html_1860930948 gsa_html_1860930948:534:60849:60879 Cutler Logan, Utah +0.491064 cspg_html_5891044027 cspg_html_5891044027:358:70351:70369 Sheppard Purcell Mountains +0.275058 gsa_html_3816882354 gsa_html_3816882354:1111:91582:91610 Green River Colorado +0.270384 aapg_ae_430.html aapg_ae_430.html:128:9896:9909 Woodbine East Texas +0.507949 aapg_ac_575.html aapg_ac_575.html:72:11344:11354 Phosphoria Boise, Idaho +0.246506 geology_html_3342004799 geology_html_3342004799:292:25283:25302 Pansy Lee Conglomerate Reno, Nevada +0.253512 cspg_html_9023649778 cspg_html_9023649778:358:41934:41951 Halfway Lacombe, Alberta +0.259065 aapg_ak_119.html aapg_ak_119.html:368:40248:40256 Billings Canada +0.245014 cspg_html_5376629375 cspg_html_5376629375:50:8955:8970 Pika Eldon, Missouri +0.507311 aapg_ai_985.html aapg_ai_985.html:1093:115117:115125 Richmond Barrancabermeja +0.49115 aapg_ae_705.html aapg_ae_705.html:117:11680:11695 Sespe Royal Botanic Gardens, Kew +0.258757 aapg_ah_630.html aapg_ah_630.html:559:67807:67815 Sundance South Fork Eel River +0.243048 gsa_html_2989317971 gsa_html_2989317971:807:83220:83248 Glenns Ferry Reno, Nevada +0.255024 geology_html_8921428298 geology_html_8921428298:195:21343:21349 Oregon Steens Mountain Wilderness +0.260036 aapg_af_241.html aapg_af_241.html:662:66529:66539 Frio Austin, Chicago +0.485936 gsa_html_8938402362 gsa_html_8938402362:86:7755:7773 Antler White Mountains (California) +0.256905 aapg_ah_160.html aapg_ah_160.html:76:10928:10934 Salina Guelph +0.488379 palaios_html_3312501193 palaios_html_3312501193:339:34296:34304 Billings France +0.377568 aapg_ah_835.html aapg_ah_835.html:22:3959:3967 Catskill Chinle Formation +0.2535 aapg_ac_367.html aapg_ac_367.html:14:1816:1836 Ironton Wisconsin +0.265 aapg_ae_369.html aapg_ae_369.html:41:5068:5078 Tuscaloosa Mississippi River +0.257346 aapg_ae_757.html aapg_ae_757.html:531:53452:53478 Beaver Creek Pueblo County, Colorado +0.242824 aapg_ad_557.html aapg_ad_557.html:11879:701298:701309 San Antonio Elgin, Moray +0.267273 palaios_html_7995532398 palaios_html_7995532398:644:69426:69430 Hall London, Ontario +0.261105 sedimentology_html_4432289902 sedimentology_html_4432289902:567:48579:48596 Magothy Sea Girt, New Jersey +0.24617 gsa_html_5107598462 gsa_html_5107598462:341:29093:29099 Salina Western world +0.511224 aapg_aa_105.html aapg_aa_105.html:393:41002:41018 Belly River Middle East +0.247494 aapg_ac_302.html aapg_ac_302.html:320:38806:38829 Battleship Wash Hidden Valley, Indiana +0.468254 aapg_ad_580.html aapg_ad_580.html:36:5540:5547 Wasatch Powder River (Montana) +0.5018 cspg_html_2462765529 cspg_html_2462765529:181:29260:29300 Halfway Fulton, Missouri +0.247374 palaios_html_3022467877 palaios_html_3022467877:111:12825:12847 Hornerstown Navesink River +0.50397 cspg_html_7093237629 cspg_html_7093237629:755:81115:81136 Swan Hills Lacombe, Alberta +0.247904 cspg_html_1743060601 cspg_html_1743060601:616:87975:87983 Columbia Victoria, British Columbia +0.356004 jgeology_html_1838149422 jgeology_html_1838149422:1148:98062:98075 John Day Salem, Oregon +0.519912 gsa_html_1578715955 gsa_html_1578715955:862:71506:71534 Green River Colorado +0.497789 aapg_ae_498.html aapg_ae_498.html:74:8847:8875 Martinsburg Virginia +0.48724 aapg_ad_220.html aapg_ad_220.html:466:47425:47453 Prairie Regina, Saskatchewan +0.4636 aapg_ac_253.html aapg_ac_253.html:4:866:884 Sallisaw Frisco, Texas +0.267208 aapg_ah_206.html aapg_ah_206.html:102:14499:14532 Smackover Melbourne, Florida +0.242316 aapg_af_837.html aapg_af_837.html:79:8335:8341 Bethel Salem, Massachusetts +0.469436 aapg_ai_82.html aapg_ai_82.html:373:41225:41245 Pottsville Greenbrier (Great Smoky Mountains) +0.478608 aapg_ah_775.html aapg_ah_775.html:376:42120:42128 Colorado Colorado +0.481068 sedimentology_html_1463603507 sedimentology_html_1463603507:1324:81271:81288 Barstow Mojave Desert +0.47328 jgeology_html_8494933343 jgeology_html_8494933343:199:12930:12938 Colorado Logan, Utah +0.257544 aapg_af_789.html aapg_af_789.html:61:8642:8654 New Scotland Huntington, West Virginia +0.2495 cspg_html_9177794814 cspg_html_9177794814:102:12254:12270 Alapah Anchorage, Alaska +0.486536 aapg_ai_82.html aapg_ai_82.html:340:37587:37597 Greenbrier Greenbrier (Great Smoky Mountains) +0.714879 jgeology_html_2401877359 jgeology_html_2401877359:246:18356:18381 Jordan Wisconsin +0.528115 aapg_ah_421.html aapg_ah_421.html:35:3487:3494 Bearpaw Lacombe, Alberta +0.238315 aapg_ai_321.html aapg_ai_321.html:280:37858:37894 Matagalpa Matagalpa +0.27613 geology_html_1631572294 geology_html_1631572294:16:896:906 Washington Earth +0.241535 sedimentology_html_8285854644 sedimentology_html_8285854644:776:46221:46225 Bond Bering Sea +0.49665 aapg_ai_80.html aapg_ai_80.html:170:19325:19336 Beekmantown Lexington, Kentucky +0.494328 aapg_ai_615.html aapg_ai_615.html:188:25280:25293 Brushy Canyon Laingsburg, Western Cape +0.272315 aapg_ad_4.html aapg_ad_4.html:232:16040:16050 Georgetown Frankfort, Illinois +0.258681 aapg_af_244.html aapg_af_244.html:109:12573:12583 San Felipe Tampico, Illinois +0.245791 aapg_ai_288.html aapg_ai_288.html:47:9050:9068 Topanga San Joaquin Hills (Laguna Niguel, California) +0.264404 aapg_af_11.html aapg_af_11.html:10:1540:1545 Ouray Colorado +0.795914 gsa_html_2105429869 gsa_html_2105429869:34:2733:2745 Rhode Island Newport, Rhode Island +0.674946 aapg_ae_391.html aapg_ae_391.html:556:50986:50993 Rustler Delaware +0.496961 aapg_ad_401.html aapg_ad_401.html:177:13420:13440 Fort Union Minot (Amtrak station) +0.50112 aapg_ad_468.html aapg_ad_468.html:20:2546:2554 Yorktown Crisfield, Maryland +0.247 cspg_html_4433937749 cspg_html_4433937749:45:6757:6768 Viking Victoria, British Columbia +0.265056 cspg_html_2954223000 cspg_html_2954223000:1321:167039:167044 Weeks Illinois +0.48042 sedimentology_html_3865745685 sedimentology_html_3865745685:1371:100951:100970 Kaskapau Lacombe, Alberta +0.256027 cspg_html_7434089303 cspg_html_7434089303:202:25083:25098 Melville Island Ellesmere Island +0.90048 aapg_ah_148.html aapg_ah_148.html:19:3476:3488 Cooking Lake Lacombe, Alberta +0.50336 aapg_aa_23.html aapg_aa_23.html:766:97861:97875 Stony Mountain Western world +0.486837 cspg_html_9343899465 cspg_html_9343899465:834:76016:76033 Beverley Inlet Melville Island (Canada) +0.493954 sedimentology_html_9354643568 sedimentology_html_9354643568:1605:94793:94810 Kuparuk Anchorage, Alaska +0.463913 cspg_html_8535889489 cspg_html_8535889489:287:47407:47414 Andrews Texas +0.261576 aapg_ad_746.html aapg_ad_746.html:42:4317:4327 Georgetown Austin, Chicago +0.488131 geology_html_8621518489 geology_html_8621518489:12:494:499 Queen Egham Hythe +0.279841 aapg_aa_23.html aapg_aa_23.html:296:33387:33405 Winnipeg Manitoba +0.67881 geology_html_5414679991 geology_html_5414679991:26:2303:2318 Brule Badlands National Park +0.25359 aapg_ad_194.html aapg_ad_194.html:4:568:590 Bonanza Reno, Nevada +0.27606 aapg_af_614.html aapg_af_614.html:9:1267:1284 Hosston Paluxy, Texas +0.230204 cspg_html_8288455892 cspg_html_8288455892:415:38900:38915 Bluff Grand Cayman +0.453134 aapg_af_397.html aapg_af_397.html:97:11697:11714 Todilto Entrada Sandstone +0.262119 gsa_html_4667678389 gsa_html_4667678389:940:99314:99322 Columbia Victoria, British Columbia +0.263025 gsa_html_8662254581 gsa_html_8662254581:1298:120992:121050 Washington California +0.263168 cspg_html_3831007171 cspg_html_3831007171:8:512:519 Wabamun Edmonton, London +0.249458 aapg_af_676.html aapg_af_676.html:299:31638:31664 Garibaldi Ravenna, Seattle +0.482587 aapg_ad_466.html aapg_ad_466.html:1535:162398:162406 Virginia North Carolina +0.470528 sedimentology_html_8108450281 sedimentology_html_8108450281:850:74984:74988 Hall London, Ontario +0.28674 aapg_aa_600.html aapg_aa_600.html:20:2129:2138 Stonewall Frisco, Texas +0.25095 aapg_ah_158.html aapg_ah_158.html:25:4970:4991 Lone Mountain New Mexico +0.48348 aapg_af_397.html aapg_af_397.html:280:34285:34303 Entrada Entrada Sandstone +0.49278 gsa_html_7417766860 gsa_html_7417766860:29:2796:2824 Green River Colorado +0.4795 gsa_html_2168907540 gsa_html_2168907540:393:43209:43215 Oregon Black Creek (Toronto) +0.498972 geology_html_7817649603 geology_html_7817649603:11:499:511 Martinsville Virginia +0.26235 aapg_aa_698.html aapg_aa_698.html:313:28603:28619 Muskeg Canada +0.2465 gsa_html_8332981884 gsa_html_8332981884:607:52900:52921 San Antonio San Antonio +0.26418 cspg_html_6611173979 cspg_html_6611173979:318:32328:32355 Wabamun Lacombe, Alberta +0.945516 aapg_af_397.html aapg_af_397.html:583:68029:68036 Entrada Entrada Sandstone +0.70125 aapg_ai_296.html aapg_ai_296.html:540:54586:54593 Everton Arkansas +0.678513 aapg_ai_322.html aapg_ai_322.html:168:14347:14353 Touche Coco River +0.255488 aapg_aa_987.html aapg_aa_987.html:58:7156:7161 Salem Illinois +0.497988 aapg_ae_221.html aapg_ae_221.html:427:26291:26300 Vicksburg Texas +0.267225 cspg_html_2000308827 cspg_html_2000308827:5:213:230 Cardium Lacombe, Alberta +0.874221 aapg_aa_23.html aapg_aa_23.html:92:11307:11327 Red River Winnipeg +0.485645 cspg_html_6984906794 cspg_html_6984906794:663:50310:50326 Seabee Regina, Saskatchewan +0.267225 aapg_ad_997.html aapg_ad_997.html:56:5634:5641 Success Denver +0.246402 aapg_aa_761.html aapg_aa_761.html:602:76622:76639 Sadlerochit Prudhoe Bay Oil Field +0.270918 aapg_ad_397.html aapg_ad_397.html:157:18926:18932 Midway Mississippi River +0.501424 aapg_ad_717.html aapg_ad_717.html:220:24611:24621 Phosphoria Kaibab, Arizona +0.5018 gsa_html_6859670581 gsa_html_6859670581:187:13603:13631 Green River Colorado +0.46683 aapg_ac_310.html aapg_ac_310.html:165:12536:12542 Denver Jefferson County, Colorado +0.261476 aapg_ai_337.html aapg_ai_337.html:291:30901:30914 Salina Michigan +0.266805 aapg_ad_155.html aapg_ad_155.html:200:24486:24499 Boulder Creek California +0.266247 cspg_html_1313584654 cspg_html_1313584654:46:6035:6047 Saskatchewan Fort McMurray +0.2525 aapg_ad_244.html aapg_ad_244.html:28:3533:3555 Little Falls Little Falls, Minnesota +0.384 aapg_ac_289.html aapg_ac_289.html:199:16794:16803 Catahoula Shreveport, Louisiana +0.463158 cspg_html_4298557570 cspg_html_4298557570:668:63764:63782 Edmonton Canada +0.503712 aapg_ae_415.html aapg_ae_415.html:942:117508:117519 Tampa Suwannee County, Florida +0.499035 gsa_html_8964800601 gsa_html_8964800601:18:769:779 Washington Earth +0.633932 aapg_ah_536.html aapg_ah_536.html:569:75387:75404 Hosston Austin, Chicago +0.254769 palaios_html_1018466366 palaios_html_1018466366:905:104251:104273 Grand Rapids Lacombe, Alberta +0.444149 cspg_html_3860685167 cspg_html_3860685167:1102:98970:98985 Banff Lacombe, Alberta +0.255024 aapg_af_602.html aapg_af_602.html:187:24033:24039 Midway Texas +0.235224 aapg_af_900.html aapg_af_900.html:381:50995:51003 Big Hill Jefferson County, Colorado +0.250472 aapg_aa_15.html aapg_aa_15.html:3:176:189 Jackson South Central United States +0.279792 aapg_af_59.html aapg_af_59.html:17:2309:2330 Ector Chalk Ravenna, Seattle +0.24768 aapg_ae_41.html aapg_ae_41.html:1136:80171:80205 Beaverhill Swan Hill, Victoria +0.488652 cspg_html_6121424055 cspg_html_6121424055:226:19030:19038 Columbia Victoria, British Columbia +0.255915 geology_html_8920075350 geology_html_8920075350:74:6927:6940 Santa Barbara Kohala, Hawaii +0.485367 aapg_af_653.html aapg_af_653.html:1083:128510:128517 Temblor Monterey, California +0.476504 gsa_html_8873626324 gsa_html_8873626324:30:2754:2782 Green River Iran +0.271872 aapg_aa_796.html aapg_aa_796.html:62:7184:7192 Columbia Victoria, British Columbia +0.25896 gsa_html_1643425974 gsa_html_1643425974:870:84971:84989 Moenkopi Colorado +0.47583 aapg_aa_792.html aapg_aa_792.html:518:57303:57319 Queen New Mexico +0.260099 aapg_ai_31.html aapg_ai_31.html:93:10234:10249 Vicksburg Arkansas +0.498848 aapg_ah_645.html aapg_ah_645.html:495:58836:58841 Swift Western world +0.486497 aapg_af_532.html aapg_af_532.html:330:38842:38850 Colorado Denver +0.2635 aapg_ad_759.html aapg_ad_759.html:451:44251:44266 Vaqueros South Mountains (Arizona) +0.26832 gsa_html_9214613015 gsa_html_9214613015:35:2635:2645 Washington Seattle +0.263133 gsa_html_5773604426 gsa_html_5773604426:736:62104:62108 Frio Mississippi River +0.246506 palaios_html_3825798781 palaios_html_3825798781:520:48749:48771 Tidal Calgary +0.26059 sedimentology_html_4185931185 sedimentology_html_4185931185:502:46356:46375 Notch Peak Dolomite Spring Mountains National Recreation Area +0.502244 aapg_ac_629.html aapg_ac_629.html:407:51679:51687 Beaumont Oberlin, Ohio +0.264528 sedimentology_html_2896902317 sedimentology_html_2896902317:929:85046:85052 Thrifty London, Ontario +0.484429 aapg_ae_552.html aapg_ae_552.html:215:34287:34296 San Diego San Diego +0.49518 aapg_ai_267.html aapg_ai_267.html:587:70451:70459 Virginia Cape Henry Light +0.928272 aapg_ac_215.html aapg_ac_215.html:63:8013:8032 Englewood Black Hills +0.46221 aapg_ac_628.html aapg_ac_628.html:730:125758:125764 Navajo Summerville, South Carolina +0.259811 aapg_ad_683.html aapg_ad_683.html:121:16598:16603 Supai Kaibab, Arizona +0.476784 cspg_html_1019614994 cspg_html_1019614994:456:77364:77385 Big Valley Regina, Saskatchewan +0.724928 aapg_ah_536.html aapg_ah_536.html:530:69719:69725 Paluxy East Texas +0.24843 aapg_ai_53.html aapg_ai_53.html:97:10741:10745 Buda Austin, Chicago +0.4704 sedimentology_html_2040334789 sedimentology_html_2040334789:29:1822:1840 Forest Viterbo +0.466336 aapg_ac_702.html aapg_ac_702.html:366:38317:38323 Hertha Leavenworth, Washington +0.237415 cspg_html_9361096527 cspg_html_9361096527:779:72043:72065 Judith River Lacombe, Alberta +0.374396 aapg_af_99.html aapg_af_99.html:34:4129:4151 Manchioneal Puerto Rico +0.472264 cspg_html_2758185645 cspg_html_2758185645:6:426:438 Rundle Lacombe, Alberta +0.277629 aapg_ae_473.html aapg_ae_473.html:132:11096:11107 Black River Shreveport, Louisiana +0.458348 aapg_aa_934.html aapg_aa_934.html:167:18124:18132 Wolfcamp Wichita Mountains +0.25143 gsa_html_7580135520 gsa_html_7580135520:530:50562:50568 Oregon Dubuque, Iowa +0.268752 aapg_ae_416.html aapg_ae_416.html:146:14095:14100 Tampa Texas +0.253132 aapg_ah_96.html aapg_ah_96.html:235:26659:26673 Winnipeg Williston, Vermont +0.245952 aapg_ae_278.html aapg_ae_278.html:504:51276:51280 Java Borneo +0.260478 aapg_ae_388.html aapg_ae_388.html:1199:69273:69279 Midway Key West, Florida +0.472 aapg_ah_827.html aapg_ah_827.html:250:34889:34899 Washington Salem, Oregon +0.514024 aapg_ac_364.html aapg_ac_364.html:3:305:323 Sundance Cheyenne, Wyoming +0.254989 gsa_html_7173708345 gsa_html_7173708345:928:75665:75692 Forest Anchorage, Alaska +0.27196 aapg_aa_775.html aapg_aa_775.html:372:38365:38389 Frio El Salvador +0.468765 geology_html_3243676584 geology_html_3243676584:41:3695:3726 Madison Cheyenne, Wyoming +0.251 cspg_html_2796643803 cspg_html_2796643803:799:82835:82857 Tidal Calgary +0.253655 aapg_af_457.html aapg_af_457.html:357:42786:42798 Wilcox Texas +0.50042 aapg_ac_313.html aapg_ac_313.html:44:4982:5009 Rio Dulce Toledo, Spain +0.48379 gsa_html_6330913937 gsa_html_6330913937:1044:95429:95462 Ocotillo Conglomerate Anza-Borrego Desert State Park +0.255458 aapg_aa_12.html aapg_aa_12.html:465:49533:49545 Fayetteville Hinesville, Georgia +0.48896 cspg_html_5109837857 cspg_html_5109837857:318:36364:36385 Blind Fiord Middle East +0.27195 aapg_ah_182.html aapg_ah_182.html:61:6574:6595 Beekmantown Black River, Jamaica +0.2678 aapg_aa_81.html aapg_aa_81.html:84:7833:7839 Topeka Topeka, Kansas +0.484242 aapg_ah_448.html aapg_ah_448.html:27:2554:2572 Navesink Mississippi River +0.482 sedimentology_html_7007939776 sedimentology_html_7007939776:967:73238:73248 Long Point Lake Erie +0.49858 aapg_ad_351.html aapg_ad_351.html:381:34775:34784 Northview Sedalia, Missouri +0.26462 cspg_html_8089302449 cspg_html_8089302449:6:424:436 Saskatchewan Manitoba +0.505296 aapg_ad_466.html aapg_ad_466.html:768:84483:84499 Peedee The Carolinas +0.247748 gsa_html_3883467297 gsa_html_3883467297:967:71820:71848 San Antonio Chile +0.247486 cspg_html_9771826320 cspg_html_9771826320:791:119768:119783 Melville Island Canadian Arctic Archipelago +0.48603 gsa_html_2994204451 gsa_html_2994204451:817:78574:78581 Concord Appalachia +0.236195 aapg_af_238.html aapg_af_238.html:16:2341:2350 Cow Bayou Orange County, California +0.25443 aapg_ae_610.html aapg_ae_610.html:353:27856:27862 Denver Colorado +0.472098 geology_html_7666991854 geology_html_7666991854:11:497:507 Ellensburg Washington (state) +0.48132 aapg_ae_498.html aapg_ae_498.html:582:63002:63017 Knobs Abingdon, Virginia +0.522428 gsa_html_6657110469 gsa_html_6657110469:820:71535:71563 Green River Colorado +0.277202 cspg_html_4223391205 cspg_html_4223391205:273:40712:40720 Columbia Victoria, British Columbia +0.248911 aapg_aa_157.html aapg_aa_157.html:231:21916:21936 Keg River Black Creek (Toronto) +0.25935 gsa_html_1826402027 gsa_html_1826402027:195:22233:22253 Moenkopi Kaibab, Arizona +0.26112 cspg_html_7938374662 cspg_html_7938374662:7:528:550 Grand Rapids Lacombe, Alberta +0.500733 cspg_html_7595517955 cspg_html_7595517955:730:67171:67191 Blue Fiord Ellesmere Island +0.461065 aapg_af_653.html aapg_af_653.html:733:82538:82545 Temblor Monterey, California +0.475134 aapg_af_922.html aapg_af_922.html:115:14924:14935 Mauch Chunk Kentucky +0.491967 aapg_af_745.html aapg_af_745.html:1548:177403:177455 Harrison Canada +0.620568 aapg_aa_415.html aapg_aa_415.html:116:16372:16380 Woodbine Arkansas +0.501642 gsa_html_9489516807 gsa_html_9489516807:70:5392:5420 Green River New Mexico +0.49068 cspg_html_4099674132 cspg_html_4099674132:15:1933:1976 Winnipegosis Regina, Saskatchewan +0.55104 aapg_ah_757.html aapg_ah_757.html:63:8003:8012 Lodgepole Logan, Utah +0.488241 cspg_html_8247666269 cspg_html_8247666269:456:51157:51173 Kanguk Anchorage, Alaska +0.237524 cspg_html_9551573979 cspg_html_9551573979:30:5398:5422 Basal Lacombe, Alberta +0.264704 jgeology_html_9215313444 jgeology_html_9215313444:1096:75457:75467 Washington Salem, Oregon +0.488652 aapg_ac_557.html aapg_ac_557.html:498:56990:57025 Lake Valley New Mexico +0.249919 cspg_html_7086880709 cspg_html_7086880709:655:80844:80849 Queen Ottawa, Kansas +0.462624 jgeology_html_4289404569 jgeology_html_4289404569:817:55789:55797 Colorado Cheyenne, Wyoming +0.693105 aapg_ae_181.html aapg_ae_181.html:107:15617:15636 Owl Creek Mississippi River +0.273273 aapg_ad_653.html aapg_ad_653.html:592:80787:80793 Hutshi Victoria, British Columbia +0.475547 gsa_html_6441142238 gsa_html_6441142238:1275:119331:119336 Spray Earth +0.26553 aapg_ae_958.html aapg_ae_958.html:2324:199111:199127 Salado Salado, Texas +0.265967 aapg_ad_60.html aapg_ad_60.html:7:931:937 Empire Russian Empire +0.266266 aapg_ac_824.html aapg_ac_824.html:422:42337:42345 Fountain Denver +0.2489 cspg_html_2650524233 cspg_html_2650524233:69:10842:10859 Bearpaw Edmonton, London +0.483633 geology_html_6173381301 geology_html_6173381301:322:24618:24660 Blanco Chile +0.24442 aapg_ae_319.html aapg_ae_319.html:747:62380:62385 Hanna Logan, Utah +0.266207 geology_html_4460751015 geology_html_4460751015:44:4141:4169 Green River Newark Basin +0.24543 aapg_ah_364.html aapg_ah_364.html:131:10968:10991 Detroit River Arenac County, Michigan +0.476952 cspg_html_4859889874 cspg_html_4859889874:432:46404:46421 Kayenta Colorado +0.480636 geology_html_8808624934 geology_html_8808624934:252:22009:22013 Webb Mongolia +0.267285 gsa_html_9428560088 gsa_html_9428560088:694:63983:63989 Oregon California +0.261212 aapg_ac_324.html aapg_ac_324.html:954:125007:125044 Prospect Gold Hill, Colorado +0.26416 aapg_ai_7.html aapg_ai_7.html:203:17093:17118 Eagle East Texas +0.47975 jgeology_html_6044107316 jgeology_html_6044107316:512:45184:45195 Utica Mohawk Valley +0.248472 sedimentology_html_3102998281 sedimentology_html_3102998281:4068:150747:150771 Wilcox South Central United States +0.478676 gsa_html_4667678389 gsa_html_4667678389:529:48136:48150 Monk Pocatello, Idaho +0.25864 gsa_html_8179386002 gsa_html_8179386002:14:545:550 Davis California +0.492666 aapg_ac_563.html aapg_ac_563.html:109:18963:18969 Tuxpan Coahuila +0.478435 sedimentology_html_3279131936 sedimentology_html_3279131936:931:56313:56329 Keokuk Illinois +0.500835 aapg_aa_712.html aapg_aa_712.html:94:11261:11272 Platteville Glenwood, Utah +0.266772 aapg_af_11.html aapg_af_11.html:479:47657:47677 Leadville Ouray, Colorado +0.26208 cspg_html_8915218033 cspg_html_8915218033:317:33727:33735 Columbia Victoria, British Columbia +0.271341 aapg_ai_28.html aapg_ai_28.html:8:1462:1480 Lagarto Beaumont, Texas +0.261072 aapg_ac_841.html aapg_ac_841.html:117:15464:15478 Espiritu Santo Honduras +0.484096 aapg_ae_142.html aapg_ae_142.html:15:1199:1205 Oregon Washington (state) +0.410602 cspg_html_7779401416 cspg_html_7779401416:247:30179:30195 Cabot Head Caledon, County Tyrone +0.494468 cspg_html_8174352156 cspg_html_8174352156:615:74622:74630 Columbia Victoria, British Columbia +0.252506 cspg_html_8662646956 cspg_html_8662646956:74:13485:13495 Pine Point Vancouver +0.259584 cspg_html_2175627313 cspg_html_2175627313:1066:94869:94884 Liard Victoria, British Columbia +0.475695 sedimentology_html_9912946355 sedimentology_html_9912946355:1697:69942:69948 Oxford Spain +0.269357 geology_html_8727652212 geology_html_8727652212:249:25161:25189 Green River Cheyenne, Wyoming +0.70368 aapg_aa_96.html aapg_aa_96.html:67:6491:6497 Dakota San Juan, Argentina +0.498122 aapg_ad_761.html aapg_ad_761.html:80:7124:7135 Main Street Denton, Texas +0.479044 gsa_html_7238609251 gsa_html_7238609251:612:54390:54418 Green River Colorado +0.258039 AMJC_html_9998016641 AMJC_html_9998016641:850:86350:86360 Washington Colorado +0.478578 aapg_ad_52.html aapg_ad_52.html:494:52866:52878 North Branch Sanilac Township, Michigan +0.46184 gsa_html_1347484649 gsa_html_1347484649:166:15423:15442 Rock Springs Cheyenne, Wyoming +0.243048 aapg_ah_181.html aapg_ah_181.html:77:9350:9357 Paradox Hermosa, Chicago +0.267285 cspg_html_9729377176 cspg_html_9729377176:851:100738:100746 Columbia Lacombe, Alberta +0.676872 palaios_html_4501603736 palaios_html_4501603736:119:11609:11627 Moenkopi Reno, Nevada +0.48994 aapg_af_320.html aapg_af_320.html:636:102526:102530 Ross Mediterranean Sea +0.480129 palaios_html_4610357588 palaios_html_4610357588:738:67297:67320 Lincoln Creek Washington (state) +0.256 aapg_ai_572.html aapg_ai_572.html:102:11278:11281 Ada Seminole, Texas +0.508664 aapg_ah_49.html aapg_ah_49.html:292:32467:32474 Vasquez San Gabriel Valley +0.27242 gsa_html_7425483970 gsa_html_7425483970:65:6769:6779 Notch Peak Logan, Utah +0.254518 palaios_html_8869948553 palaios_html_8869948553:61:10707:10718 Skaneateles Moscow +0.255488 palaios_html_9628693601 palaios_html_9628693601:48:5948:5958 Washington San Juan Islands +0.264075 aapg_ah_253.html aapg_ah_253.html:3:276:301 Minnelusa Cheyenne, Wyoming +0.44166 cspg_html_9343899465 cspg_html_9343899465:89:12532:12545 Hecla Bay Little Cornwallis Island +0.48128 cspg_html_2510920336 cspg_html_2510920336:63:8061:8066 Price Lacombe, Alberta +0.259811 gsa_html_1232517399 gsa_html_1232517399:1266:90556:90577 Talkeetna Anchorage, Alaska +0.492184 cspg_html_8145657505 cspg_html_8145657505:81:12663:12693 Cairn Lacombe, Alberta +0.247748 aapg_ad_466.html aapg_ad_466.html:1573:166165:166183 Raritan East Asia +0.4769 geology_html_4744299101 geology_html_4744299101:275:25218:25226 Scotland West Greenland Current +0.504774 aapg_ac_720.html aapg_ac_720.html:97:12649:12660 Hornerstown Navesink River +0.48705 AMJC_html_6341723617 AMJC_html_6341723617:961:81881:81892 Green River Colorado +0.24341 cspg_html_1312400675 cspg_html_1312400675:25:3047:3055 Edmonton Lacombe, Alberta +0.493908 cspg_html_6038396142 cspg_html_6038396142:37:5877:5895 Winnipeg Winnipeg +0.25957 aapg_af_860.html aapg_af_860.html:106:9767:9778 Sparta Ville Platte, Louisiana +0.488889 aapg_ai_66.html aapg_ai_66.html:348:31289:31298 Mesaverde Mancos, Colorado +0.26159 cspg_html_9343899465 cspg_html_9343899465:827:75133:75144 Catskill Pennsylvania +0.262135 gsa_html_5107598462 gsa_html_5107598462:369:31345:31354 Allegheny San Fernando Valley +0.464406 geology_html_7867948062 geology_html_7867948062:22:1550:1566 Noonday Dolomite Panamint Range +0.259318 aapg_ae_391.html aapg_ae_391.html:318:28884:28890 Salado Delaware +0.460845 aapg_aa_4.html aapg_aa_4.html:208:27962:27978 Sonyea West Fork River +0.256853 aapg_af_653.html aapg_af_653.html:1262:153458:153465 Temblor San Pablo Bay National Wildlife Refuge +0.249996 aapg_ac_714.html aapg_ac_714.html:594:72146:72150 Wendover Lima, Ohio +0.250965 cspg_html_6140605204 cspg_html_6140605204:719:66923:66931 Edmonton Calgary +0.24549 sedimentology_html_5922191587 sedimentology_html_5922191587:1113:85763:85771 Columbia Victoria, British Columbia +0.48504 cspg_html_7777724998 cspg_html_7777724998:808:77153:77161 Columbia Lacombe, Alberta +0.899232 aapg_aa_23.html aapg_aa_23.html:697:88083:88097 Stony Mountain Winnipeg +0.262614 cspg_html_6953269830 cspg_html_6953269830:20:2534:2552 Gates Colombia +0.263169 palaios_html_4880574501 palaios_html_4880574501:20:1228:1259 Kope Ohio +0.48884 geology_html_1636733793 geology_html_1636733793:33:4571:4576 Yukon Canada +0.487705 aapg_aa_227.html aapg_aa_227.html:145:15245:15263 Moenkopi Colorado +0.53 gsa_html_3448554349 gsa_html_3448554349:930:89492:89508 Pocono Pennsylvania +0.692257 aapg_ah_659.html aapg_ah_659.html:32:4852:4873 Green River Colorado +0.492412 gsa_html_5051054217 gsa_html_5051054217:927:89328:89356 Green River Colorado +0.254514 cspg_html_9011256422 cspg_html_9011256422:303:41900:41908 Columbia Victoria, British Columbia +0.468462 palaios_html_6229157009 palaios_html_6229157009:41:3429:3435 Brazil Bolivia +0.48267 aapg_ai_751.html aapg_ai_751.html:483:47467:47475 Sycamore Huntington, West Virginia +0.48705 aapg_ai_962.html aapg_ai_962.html:294:19479:19492 Brushy Canyon New Mexico +0.239268 gsa_html_2005293978 gsa_html_2005293978:1090:80378:80386 Virginia Hampton, New Hampshire +0.4966 gsa_html_3089558592 gsa_html_3089558592:31:2712:2740 Green River Colorado +0.498316 aapg_ah_754.html aapg_ah_754.html:163:19475:19485 Huntingdon Burrard Peninsula +0.462384 aapg_ae_414.html aapg_ae_414.html:566:47855:47862 Madison Texas +0.482275 gsa_html_4891459463 gsa_html_4891459463:1341:122756:122764 Rockwell Los Angeles +0.723957 gsa_html_7195000001 gsa_html_7195000001:1031:117343:117388 Eureka Sound Canadian Arctic Archipelago +0.51379 aapg_ak_46.html aapg_ak_46.html:43:4014:4020 Dakota Uinta Mountains +0.188754 aapg_aa_23.html aapg_aa_23.html:570:70929:70938 Red River Winnipeg +0.242446 AMJC_html_7190858839 AMJC_html_7190858839:13:654:660 Denver Colorado +0.270848 aapg_ae_430.html aapg_ae_430.html:5:1053:1066 Woodbine East Texas +0.26156 aapg_ae_663.html aapg_ae_663.html:545:50972:50981 San Diego California +0.485648 cspg_html_5376629375 cspg_html_5376629375:6:328:375 Arctomys Victoria, British Columbia +0.484344 cspg_html_5576979800 cspg_html_5576979800:23:3782:3799 Guelph Acton, London +0.49728 aapg_ac_501.html aapg_ac_501.html:134:14591:14608 Warsaw Warren County, Ohio +0.247464 sedimentology_html_5479897708 sedimentology_html_5479897708:808:58641:58647 Oxford Pergamon Museum +0.2495 AMJC_html_2829615437 AMJC_html_2829615437:169:23842:23862 Washington Washington (state) +0.250857 aapg_ai_791.html aapg_ai_791.html:204:32336:32358 San Cayetano Honduras +0.498759 cspg_html_9725676031 cspg_html_9725676031:452:59808:59814 Viking Lacombe, Alberta +0.81812 aapg_ae_884.html aapg_ae_884.html:151:19796:19815 Niobrara Colorado +0.455039 aapg_ah_994.html aapg_ah_994.html:308:34486:34498 Little River Earlsboro, Oklahoma +0.23668 aapg_ac_824.html aapg_ac_824.html:479:48948:48956 Colorado Colorado +0.26624 aapg_ad_908.html aapg_ad_908.html:123:13676:13694 Mercedes Venezuela +0.511798 gsa_html_1643425974 gsa_html_1643425974:49:5672:5680 Moenkopi Chinle Formation +0.258055 cspg_html_8806021601 cspg_html_8806021601:90:10560:10580 Griper Bay Banks Island +0.48705 gsa_html_4078158156 gsa_html_4078158156:109:13020:13033 Genesee Ithaca, New York +0.472553 palaios_html_5268628065 palaios_html_5268628065:163:21715:21721 Gurabo Dominican Republic +0.259904 aapg_ah_4.html aapg_ah_4.html:309:49052:49067 Heath Talara Province +0.265608 aapg_ac_56.html aapg_ac_56.html:180:13901:13920 Cotton Valley Mexico +0.264147 aapg_ad_695.html aapg_ad_695.html:71:6781:6790 Cockfield Lee County, Alabama +0.4841 aapg_af_77.html aapg_af_77.html:63:5621:5630 Smackover Lafayette County, Florida +0.788519 aapg_ad_466.html aapg_ad_466.html:205:25665:25677 Marshalltown Columbus, Ohio +0.429408 cspg_html_3385840278 cspg_html_3385840278:122:17994:18018 Fort Vermilion Swan Hill, Victoria +0.25542 aapg_ac_575.html aapg_ac_575.html:527:79281:79289 Woodside Moenkopi Formation +0.463644 palaios_html_3912601201 palaios_html_3912601201:312:38914:38922 Willwood Chinle Formation +0.240096 aapg_ae_999.html aapg_ae_999.html:586:77415:77420 Tampa Tampa, Florida +0.476992 aapg_af_653.html aapg_af_653.html:772:87567:87574 Temblor Monterey, California +0.49113 jgeology_html_3020385176 jgeology_html_3020385176:928:47306:47315 Escambray Escambray Mountains +0.454545 aapg_aa_153.html aapg_aa_153.html:128:10737:10753 Ithaca West Fork River +0.504592 cspg_html_8298261690 cspg_html_8298261690:625:64391:64408 Gething Lacombe, Alberta +0.365805 aapg_ae_115.html aapg_ae_115.html:114:12673:12699 Entrada Logan, Utah +0.46697 aapg_ah_387.html aapg_ah_387.html:2546:274960:274969 Knoxville Central Valley (California) +0.49056 gsa_html_7248164569 gsa_html_7248164569:740:59914:59923 Peninsula Middle East +0.243811 cspg_html_6306091047 cspg_html_6306091047:134:20180:20199 Pardonet Victoria, British Columbia +0.50148 aapg_ah_318.html aapg_ah_318.html:1797:167728:167737 La Casita Mexico +0.4699 aapg_ae_272.html aapg_ae_272.html:14:2199:2207 Michigan Michigan +0.25296 aapg_ae_574.html aapg_ae_574.html:162:20244:20252 Converse Weston, Florida +0.247266 cspg_html_6140605204 cspg_html_6140605204:597:62820:62838 Kootenay Lacombe, Alberta +0.503804 aapg_ae_324.html aapg_ae_324.html:1266:126499:126503 Bays Sevier orogeny +0.49113 sedimentology_html_6121651724 sedimentology_html_6121651724:884:52243:52250 Hanover Hanover +0.581528 aapg_ai_400.html aapg_ai_400.html:43:5571:5580 Red River Baton Rouge, Louisiana +0.26156 aapg_ah_90.html aapg_ah_90.html:88:14295:14319 Cedar Mountain Colorado +0.484785 aapg_ac_214.html aapg_ac_214.html:27:3524:3540 Carmel Colorado +0.250494 gsa_html_9888343667 gsa_html_9888343667:618:58748:58757 San Pedro Mexico +0.25542 aapg_ac_944.html aapg_ac_944.html:145:15293:15309 Sandia Placitas, New Mexico +0.265728 aapg_ah_779.html aapg_ah_779.html:382:71329:71335 Laurel Kentucky +0.466 cspg_html_6334734829 cspg_html_6334734829:38:5454:5501 Tantalus Indian River (Florida) +0.262385 aapg_ae_73.html aapg_ae_73.html:946:113288:113294 Abbott New Mexico +0.261415 aapg_ae_70.html aapg_ae_70.html:218:22495:22517 Green River Uinta Mountains +0.716373 aapg_ai_860.html aapg_ai_860.html:154:24034:24047 Decorah Mississippi River +0.658912 aapg_ah_505.html aapg_ah_505.html:1735:142475:142483 Colorado Colorado +0.476952 cspg_html_7229660003 cspg_html_7229660003:18:1617:1623 Borden Winnipeg +0.4725 aapg_af_785.html aapg_af_785.html:354:35153:35166 Reklaw Carrizo Plain +0.48246 gsa_html_8735573394 gsa_html_8735573394:135:12331:12354 New River Kingston, Jamaica +0.479 aapg_ad_169.html aapg_ad_169.html:10:1388:1408 Greenbrier Huntington, West Virginia +0.276315 aapg_ah_965.html aapg_ah_965.html:472:55934:55947 Oakville Oakville, California +0.511353 aapg_af_85.html aapg_af_85.html:219:24341:24353 Gilwood Lacombe, Alberta +0.460512 aapg_ai_996.html aapg_ai_996.html:1387:63859:63867 Virginia North Carolina +0.240019 sedimentology_html_6390126294 sedimentology_html_6390126294:1308:78626:78633 Halifax Canada +0.251604 sedimentology_html_8918014440 sedimentology_html_8918014440:312:11439:11443 Hall London, Ontario +0.282492 aapg_ah_645.html aapg_ah_645.html:514:61892:61907 Piper Williston, Vermont +0.482377 sedimentology_html_4101202094 sedimentology_html_4101202094:263:25513:25521 Columbia Victoria, British Columbia +0.26163 cspg_html_5272711466 cspg_html_5272711466:22:3327:3351 Duvernay Lacombe, Alberta +0.491232 aapg_ac_380.html aapg_ac_380.html:458:54525:54533 Onondaga Onondaga (tribe) +0.488696 gsa_html_3331479219 gsa_html_3331479219:998:91998:92026 Green River New Mexico +0.493189 aapg_ae_710.html aapg_ae_710.html:370:30280:30299 Rock Springs Cheyenne, Wyoming +0.398764 aapg_ad_809.html aapg_ad_809.html:11:1416:1435 Maquoketa Iowa +0.485376 aapg_ae_305.html aapg_ae_305.html:818:63879:63885 Sierra Colombia +0.486213 aapg_ad_152.html aapg_ad_152.html:1620:207823:207829 Pequop Kaibab, Arizona +0.250997 gsa_html_2098291403 gsa_html_2098291403:83:6975:6997 Siletz River Volcanics Willamette Valley +0.244829 aapg_ae_945.html aapg_ae_945.html:106:8251:8269 Traverse Calhoun County, Michigan +0.263048 aapg_ad_69.html aapg_ad_69.html:82:5206:5226 Fort Union Fort Union Trading Post National Historic Site +0.255892 aapg_aa_904.html aapg_aa_904.html:413:35214:35225 Cliff House San Juan, Argentina +0.266752 geology_html_3342004799 geology_html_3342004799:320:27072:27092 Cadomin Lacombe, Alberta +0.387975 aapg_ai_105.html aapg_ai_105.html:442:54236:54252 Morgan Logan, Utah +0.24156 aapg_af_662.html aapg_af_662.html:393:35064:35072 Seminole Cushing, Oklahoma +0.392476 gsa_html_3448554349 gsa_html_3448554349:524:52693:52708 Price Virginia +0.497721 sedimentology_html_2623529999 sedimentology_html_2623529999:1277:87315:87335 Toro Roman Empire +0.253506 palaios_html_9901343833 palaios_html_9901343833:65:8376:8388 North Branch Nassau, Bahamas +0.507492 aapg_ah_859.html aapg_ah_859.html:195:22816:22825 Tuscahoma Alabama +0.260865 aapg_ad_2.html aapg_ad_2.html:1098:150235:150246 Tribes Hill Adirondack Park +0.5038 aapg_ac_289.html aapg_ac_289.html:53:6190:6203 Cotton Valley Tuscaloosa, Alabama +0.252464 cspg_html_1503116552 cspg_html_1503116552:1200:184920:184946 Beaverhill Swan Hill, Victoria +0.2376 aapg_ai_804.html aapg_ai_804.html:6:632:644 Saskatchewan Manitoba +0.245967 geology_html_3472946819 geology_html_3472946819:11:577:587 Washington Seattle +0.516655 aapg_aa_254.html aapg_aa_254.html:80:8733:8743 Tuscaloosa Davis, California +0.482463 aapg_ae_415.html aapg_ae_415.html:576:73497:73507 Waynesboro Wayne County, Michigan +0.249804 aapg_aa_147.html aapg_aa_147.html:890:90751:90770 Winnipeg Williston Basin +0.246422 gsa_html_2832151886 gsa_html_2832151886:93:8805:8816 Fish Scales Regina, Saskatchewan +0.461235 aapg_aa_732.html aapg_aa_732.html:440:45127:45144 Edwards Texas +0.255024 jgeology_html_1838149422 jgeology_html_1838149422:972:91142:91156 Arikaree Nebraska +0.508539 cspg_html_9222238695 cspg_html_9222238695:11:1272:1300 Fernie Victoria, British Columbia +0.371404 cspg_html_1818321956 cspg_html_1818321956:501:51407:51422 Liard Liard River, British Columbia +0.255025 cspg_html_2175627313 cspg_html_2175627313:557:71022:71053 Charlie Lake Victoria, British Columbia +0.23568 aapg_ac_506.html aapg_ac_506.html:233:28853:28873 Greenbrier Virginia +0.494252 aapg_ac_766.html aapg_ac_766.html:998:96491:96499 Colorado Texas +0.48453 cspg_html_5381643866 cspg_html_5381643866:404:51136:51158 Gorman Rocky Brook +0.26606 aapg_ai_28.html aapg_ai_28.html:377:36383:36390 Lagarto Oakville, California +0.259458 sedimentology_html_6346136313 sedimentology_html_6346136313:1690:102064:102080 Carmel Logan, Utah +0.26052 aapg_ai_756.html aapg_ai_756.html:8:866:873 Hosston Cotton Valley, Louisiana +0.895842 aapg_ae_885.html aapg_ae_885.html:393:36464:36483 Toroweap McKee, Kentucky +0.477347 cspg_html_1265381145 cspg_html_1265381145:204:21281:21299 Palliser Canada +0.461235 aapg_ac_65.html aapg_ac_65.html:816:67836:67844 Colorado Logan, Utah +0.49244 aapg_af_399.html aapg_af_399.html:530:54016:54034 Frontier Kemmerer, Wyoming +0.48984 aapg_ai_49.html aapg_ai_49.html:562:73766:73769 Abo New Mexico +0.461776 cspg_html_4516258038 cspg_html_4516258038:56:7984:7992 Bathurst Little Cornwallis Island +0.248976 cspg_html_1732329534 cspg_html_1732329534:69:10009:10017 Scollard Red Deer, Alberta +0.484632 geology_html_4447793411 geology_html_4447793411:96:7084:7094 San Felipe Sonora +0.275576 aapg_ah_417.html aapg_ah_417.html:29:4003:4016 Bearpaw Colorado +0.252609 gsa_html_2832151886 gsa_html_2832151886:84:7352:7386 Belle Fourche Lacombe, Alberta +0.271341 palaios_html_4588969442 palaios_html_4588969442:49:2304:2338 Tanyard Texas +0.24299 palaios_html_1734147629 palaios_html_1734147629:77:9517:9536 Keg River Canada +0.272475 cspg_html_7938374662 cspg_html_7938374662:280:28668:28676 Columbia Victoria, British Columbia +0.269312 gsa_html_6967102683 gsa_html_6967102683:31:2228:2236 Columbia Victoria, British Columbia +0.49164 gsa_html_5355534591 gsa_html_5355534591:60:4320:4348 Green River Colorado +0.488654 aapg_aa_718.html aapg_aa_718.html:423:41393:41412 Allegheny Ohio +0.25039 aapg_ai_292.html aapg_ai_292.html:387:36191:36205 Lisburne Anchorage, Alaska +0.2541 aapg_ah_370.html aapg_ah_370.html:63:4214:4228 Traverse Thunder Bay +0.2605 sedimentology_html_9410532865 sedimentology_html_9410532865:201:16718:16743 Green River Eocene +0.4944 aapg_af_561.html aapg_af_561.html:438:40994:41001 Wasatch Wasatch Range +0.4725 sedimentology_html_2698713692 sedimentology_html_2698713692:1295:102151:102155 Hall London, Ontario +0.475335 geology_html_3322439488 geology_html_3322439488:190:18926:18934 Colorado San Juan, Argentina +0.256522 cspg_html_9343899465 cspg_html_9343899465:1609:131140:131156 Parry Islands Melville Island (Canada) +0.28101 aapg_ai_17.html aapg_ai_17.html:194:14690:14705 Mansfield Lagrangian point +0.2515 gsa_html_1124773713 gsa_html_1124773713:895:80527:80538 Devils Hole Reno, Nevada +0.242536 gsa_html_5712812305 gsa_html_5712812305:741:68749:68755 Oregon Washington (state) +0.269217 jgeology_html_4232779030 jgeology_html_4232779030:832:42916:42924 Colorado Logan, Utah +0.259081 cspg_html_1019614994 cspg_html_1019614994:570:92664:92670 Antler Arctic Cordillera +0.260096 cspg_html_8166293261 cspg_html_8166293261:9:695:703 Columbia Victoria, British Columbia +0.497373 gsa_html_8622484687 gsa_html_8622484687:599:55093:55112 Carbonera Cordillera Administrative Region +0.49987 aapg_ai_81.html aapg_ai_81.html:319:26272:26279 Chemung Pennsylvania +0.255474 cspg_html_3354282978 cspg_html_3354282978:167:20780:20794 Woodbend Lacombe, Alberta +0.248004 cspg_html_8809756626 cspg_html_8809756626:655:81088:81115 Wabamun Lacombe, Alberta +0.464412 aapg_ah_754.html aapg_ah_754.html:460:45237:45241 Bell Victoria, British Columbia +0.236544 aapg_ac_634.html aapg_ac_634.html:298:33853:33863 San Andres San Angelo, Texas +0.37557 aapg_af_575.html aapg_af_575.html:308:41435:41448 Decorah Smithville, Ontario +0.49215 palaios_html_1316705524 palaios_html_1316705524:412:33875:33895 Shawangunk Closter, New Jersey +0.36135 aapg_ai_589.html aapg_ai_589.html:3:497:512 Mesaverde New Mexico +0.49541 aapg_ae_96.html aapg_ae_96.html:280:31387:31399 Fernie Lacombe, Alberta +0.25602 aapg_ai_687.html aapg_ai_687.html:1165:125905:125911 Brazil Nigeria +0.248997 cspg_html_8260944839 cspg_html_8260944839:113:14192:14224 Twilight Gneiss Stony Creek Metropark +0.242064 gsa_html_8010927234 gsa_html_8010927234:340:27853:27877 Greenvale Cove Rangeley, Maine +0.375 jgeology_html_3686050500 jgeology_html_3686050500:1364:95818:95837 Niobrara North Carolina +0.47405 aapg_af_606.html aapg_af_606.html:70:9623:9637 Mariposa Sierra Nevada (Spain) +0.252506 geology_html_2838573832 geology_html_2838573832:55:5769:5779 Clydesdale Arbuckle, California +0.48735 aapg_aa_628.html aapg_aa_628.html:317:38493:38507 Moutere Gravel Waimea, Hawaii County, Hawaii +0.25823 sedimentology_html_3865745685 sedimentology_html_3865745685:1577:110437:110455 Dunvegan Canada +0.25544 AMJC_html_1806374436 AMJC_html_1806374436:581:59832:59836 Bern Switzerland +0.501468 aapg_ae_182.html aapg_ae_182.html:79:8697:8710 Cotton Valley Texas +0.473031 jgeology_html_4152045543 jgeology_html_4152045543:592:48146:48176 Gowganda Canada +0.50255 aapg_aa_231.html aapg_aa_231.html:829:76138:76150 Pierre Cheyenne, Wyoming +0.50032 aapg_ae_794.html aapg_ae_794.html:195:24113:24128 Eutaw Selma to Montgomery marches +0.483171 gsa_html_1860930948 gsa_html_1860930948:82:8601:8625 Cedar Mountain Logan, Utah +0.228228 aapg_ad_683.html aapg_ad_683.html:253:28350:28364 Rico San Juan River (Nicaragua) +0.23568 geology_html_5991139649 geology_html_5991139649:480:31296:31301 Rapid North Atlantic Current +0.254961 gsa_html_7820028180 gsa_html_7820028180:928:80473:80482 Red River China +0.49248 gsa_html_3150321506 gsa_html_3150321506:648:68872:68880 Columbia Charleston, South Carolina +0.48597 gsa_html_2743423721 gsa_html_2743423721:152:20925:20935 Camp Creek North Umpqua River +0.23937 gsa_html_1538463681 gsa_html_1538463681:480:40662:40678 Morita Caborca +0.483674 cspg_html_2419618566 cspg_html_2419618566:63:12391:12399 Columbia Victoria, British Columbia +0.371229 aapg_af_413.html aapg_af_413.html:346:35718:35726 Colorado Golden, Colorado +0.241077 cspg_html_4086951599 cspg_html_4086951599:36:5432:5443 Levis Quebec City +0.46501 AMJC_html_9378277780 AMJC_html_9378277780:1231:102027:102035 Colorado Reno, Nevada +0.9025 aapg_ah_419.html aapg_ah_419.html:3:160:173 Bearpaw Lethbridge +0.26565 cspg_html_1189888589 cspg_html_1189888589:7:771:789 Paskapoo Cheyenne, Wyoming +0.251835 cspg_html_3554431164 cspg_html_3554431164:107:18785:18790 Nisku Rocky Mountains +0.482328 sedimentology_html_8330521519 sedimentology_html_8330521519:540:36080:36104 Protection Gaza Strip +0.265104 sedimentology_html_9634338365 sedimentology_html_9634338365:1036:77583:77600 Sekwi Western world +0.476933 sedimentology_html_4127320914 sedimentology_html_4127320914:79:9980:9988 Sylvania Germany +0.263168 cspg_html_3926542795 cspg_html_3926542795:7:368:396 Swan Hills Lacombe, Alberta +0.257214 aapg_ai_352.html aapg_ai_352.html:23:2883:2890 Decorah Russell County, Virginia +0.251748 aapg_ad_564.html aapg_ad_564.html:826:84787:84800 Barnett Texas +0.462163 palaios_html_5725013009 palaios_html_5725013009:1051:79381:79409 Willwood Cheyenne, Wyoming +0.728832 jgeology_html_1370985836 jgeology_html_1370985836:1027:67031:67039 Toroweap Grand Canyon +0.242536 gsa_html_3860045860 gsa_html_3860045860:323:31625:31631 Eugene Salem, Oregon +0.494769 aapg_ad_45.html aapg_ad_45.html:138:8972:8983 Tar Springs Freedonia +0.515632 aapg_ah_519.html aapg_ah_519.html:37:3908:3924 Chinle Kayenta, Arizona +0.469299 aapg_af_595.html aapg_af_595.html:145:11743:11762 Hartselle Bethel, Alaska +0.244 gsa_html_5627360957 gsa_html_5627360957:456:43578:43584 Sonora Arizona +0.098975 aapg_ad_564.html aapg_ad_564.html:4565:349615:349626 Skull Creek Powder River Basin +0.479539 gsa_html_3860045860 gsa_html_3860045860:440:47247:47253 Oregon Salem, Oregon +0.523425 aapg_ad_43.html aapg_ad_43.html:375:36511:36516 Colon Maracaibo +0.258566 aapg_ae_296.html aapg_ae_296.html:66:6420:6429 Dog Creek San Angelo, Texas +0.283316 geology_html_4188299675 geology_html_4188299675:12:659:669 Washington Seattle +0.258572 aapg_af_142.html aapg_af_142.html:193:23104:23123 La Gloria Coahuila +0.495281 geology_html_5714976276 geology_html_5714976276:234:20236:20244 Rockwell California +0.268203 cspg_html_6021605367 cspg_html_6021605367:12:1227:1232 Ouray Colorado +0.265161 gsa_html_8055113978 gsa_html_8055113978:15:950:979 Wise Lake Salem, Massachusetts +0.48925 gsa_html_7199417381 gsa_html_7199417381:544:54949:54966 White River Peoria, Illinois +0.241072 palaios_html_4197187285 palaios_html_4197187285:535:35432:35455 Gunflint Iron Canada +0.272483 palaios_html_2048556014 palaios_html_2048556014:403:43154:43182 Kinzers Pennsylvania +0.257284 aapg_af_91.html aapg_af_91.html:166:18291:18307 Eureka Quartzite Dolomites +0.278184 aapg_ae_324.html aapg_ae_324.html:1128:113232:113236 Bays Juniata County School District +0.2555 aapg_ae_319.html aapg_ae_319.html:668:56157:56162 Stump Lake Fork (Texas) +0.259844 cspg_html_9161888567 cspg_html_9161888567:272:45213:45231 Deadwood Eaton, Ohio +0.509575 aapg_aa_346.html aapg_aa_346.html:185:17746:17766 Fort Payne Freedonia +0.269838 cspg_html_1018915662 cspg_html_1018915662:128:11263:11273 Long Point Lake Erie +0.480256 aapg_ad_626.html aapg_ad_626.html:100:11728:11755 Catahoula Texas +0.249744 aapg_ad_585.html aapg_ad_585.html:400:53290:53299 Birchwood Trinidad and Tobago +0.25092 cspg_html_6193252551 cspg_html_6193252551:289:31833:31863 Macasty Middle Ordovician +0.259584 cspg_html_5889831809 cspg_html_5889831809:54:7284:7291 Deville Edmonton, London +0.474447 aapg_ai_1.html aapg_ai_1.html:301:26614:26631 Paradox Hermosa, Chicago +0.921575 sedimentology_html_3220122506 sedimentology_html_3220122506:1164:94115:94142 Yakataga Anchorage, Alaska +0.243122 cspg_html_5117208919 cspg_html_5117208919:244:21205:21220 Elk Victoria, British Columbia +0.267208 gsa_html_6194837075 gsa_html_6194837075:329:23364:23368 Buda Texas +0.238994 aapg_aa_566.html aapg_aa_566.html:69:8552:8562 Wind River Wasatch Range +0.4788 jgeology_html_9413634903 jgeology_html_9413634903:934:60471:60481 Washington Victoria, British Columbia +0.239058 gsa_html_2729737430 gsa_html_2729737430:587:60700:60718 Teewinot Signal Mountain (Wyoming) +0.503475 gsa_html_9487992082 gsa_html_9487992082:211:26572:26591 Morrison Colorado +0.47025 gsa_html_6212532476 gsa_html_6212532476:959:77351:77368 Barstow California +0.261117 aapg_ae_324.html aapg_ae_324.html:966:96969:96978 Knoxville Saltville, Virginia +0.250901 jgeology_html_4305195651 jgeology_html_4305195651:1919:142586:142602 Pocono Coaldale, Schuylkill County, Pennsylvania +0.469482 aapg_ah_167.html aapg_ah_167.html:44:5630:5650 Copenhagen Antelope Valley Freeway +0.236944 aapg_aa_407.html aapg_aa_407.html:231:15838:15856 Dolores Mancos, Colorado +0.46991 aapg_ac_749.html aapg_ac_749.html:138:18853:18869 Cabot Head Manitoulin Island +0.246006 gsa_html_8332981884 gsa_html_8332981884:607:52720:52741 San Antonio San Antonio +0.500016 aapg_ah_82.html aapg_ah_82.html:22:3691:3697 Sierra Mexico +0.26361 cspg_html_9912281240 cspg_html_9912281240:65:9476:9484 Lea Park Canada +0.255474 cspg_html_7675189126 cspg_html_7675189126:432:52345:52353 Victoria Calgary +0.252888 jgeology_html_2022713612 jgeology_html_2022713612:90:5454:5472 Stirling Sauk Village, Illinois +0.25792 gsa_html_2541258832 gsa_html_2541258832:946:68901:68911 San Felipe Baja California peninsula +0.46032 cspg_html_3831007171 cspg_html_3831007171:106:11981:12001 Big Valley Lacombe, Alberta +0.242484 aapg_aa_725.html aapg_aa_725.html:72:7190:7195 Yukon Anchorage, Alaska +0.50804 aapg_ah_519.html aapg_ah_519.html:3:172:194 Burro Canyon Colorado +0.497466 aapg_ae_552.html aapg_ae_552.html:168:30451:30464 Santa Barbara Santa Ynez, California +0.506928 aapg_aa_22.html aapg_aa_22.html:1027:78543:78577 El Paso Texas +0.26832 gsa_html_1578715955 gsa_html_1578715955:161:16752:16769 Tyonek Sterling, Virginia +0.484568 cspg_html_8464109528 cspg_html_8464109528:460:50182:50202 Swan Hills Lacombe, Alberta +0.243033 aapg_ae_744.html aapg_ae_744.html:105:11411:11417 Denver Colorado +0.274572 cspg_html_6985536436 cspg_html_6985536436:214:29225:29247 Eureka Sound Banks Island +0.49926 aapg_ae_324.html aapg_ae_324.html:215:21425:21446 Beekmantown Blackford, Somerset +0.270864 aapg_ai_243.html aapg_ai_243.html:62:6960:6986 Tuscaloosa Alabama +0.266156 sedimentology_html_2359041650 sedimentology_html_2359041650:162:15328:15333 Crete Crete +0.486983 cspg_html_1812427756 cspg_html_1812427756:281:39856:39860 Peel Lacombe, Alberta +0.256032 aapg_ah_90.html aapg_ah_90.html:170:26706:26720 Cedar Mountain Colorado +0.256542 gsa_html_6859670581 gsa_html_6859670581:129:8953:9001 Rockwell Washington (state) +0.4826 aapg_ah_640.html aapg_ah_640.html:31:2956:2964 Virginia Appalachia +0.243307 aapg_ae_128.html aapg_ae_128.html:148:13495:13506 Beekmantown Robertson County, Tennessee +0.498942 palaios_html_7010013984 palaios_html_7010013984:861:81310:81330 Tuscaloosa Alabama +0.26058 cspg_html_8363357104 cspg_html_8363357104:411:52272:52280 Kootenay Victoria, British Columbia +0.291798 aapg_aa_624.html aapg_aa_624.html:224:20876:20895 Aux Vases Missouri River +0.46805 geology_html_2158845616 geology_html_2158845616:322:25203:25213 Washington Omineca Mountains +0.242 aapg_aa_95.html aapg_aa_95.html:175:16762:16770 Colorado Denver +0.5141 cspg_html_8290572971 cspg_html_8290572971:157:23036:23042 Fernie Calgary +0.277182 gsa_html_8800286805 gsa_html_8800286805:58:3727:3755 Green River Iran +0.27183 aapg_ac_477.html aapg_ac_477.html:30:3663:3670 Cardium Colorado +0.476088 aapg_ai_958.html aapg_ai_958.html:99:9726:9734 Colorado Columbus, Ohio +0.259434 cspg_html_5117208919 cspg_html_5117208919:37:2962:2975 Columbia Victoria, British Columbia +0.476215 geology_html_2503160398 geology_html_2503160398:270:23470:23494 Kaskapau Lacombe, Alberta +0.273273 aapg_ae_411.html aapg_ae_411.html:14:1351:1365 Buda Texas +0.23079 cspg_html_1611572472 cspg_html_1611572472:92:10030:10047 Burrard Victoria, British Columbia +0.263676 aapg_ac_625.html aapg_ac_625.html:3:366:374 Virginia Virginia +0.266207 aapg_ae_904.html aapg_ae_904.html:231:24675:24684 Whitewood Black River, Jamaica +0.227493 gsa_html_1553263562 gsa_html_1553263562:699:62625:62639 Violin Breccia San Gabriel Valley +0.46374 aapg_ac_829.html aapg_ac_829.html:8:1280:1299 Goose Egg Powder River (Montana) +0.269418 aapg_aa_20.html aapg_aa_20.html:22:3364:3381 Tradewater Illinois +0.26832 aapg_af_638.html aapg_af_638.html:31:4241:4245 Lane Antrim, County Antrim +0.497988 gsa_html_5601712699 gsa_html_5601712699:760:67631:67639 Rockwell California +0.273525 geology_html_6134638252 geology_html_6134638252:252:23928:23932 Bell Earth +0.46265 geology_html_4078898597 geology_html_4078898597:381:25071:25075 Rico Colorado +0.254007 geology_html_4971813947 geology_html_4971813947:275:21273:21281 Colorado Colorado +0.51786 aapg_af_591.html aapg_af_591.html:150:11511:11527 Dakota Mississippi River +0.482895 gsa_html_8427412684 gsa_html_8427412684:859:78719:78747 Green River Iran +0.2625 jgeology_html_5624781240 jgeology_html_5624781240:1075:63633:63669 Bluff Bridgetown, Nova Scotia +0.484428 aapg_ad_271.html aapg_ad_271.html:371:40179:40210 Lizard Springs Trinidad and Tobago +0.244528 cspg_html_3883962749 cspg_html_3883962749:65:9821:9827 Luscar Lacombe, Alberta +0.255068 sedimentology_html_3865745685 sedimentology_html_3865745685:1360:100212:100230 Dunvegan Lacombe, Alberta +0.800124 aapg_aa_147.html aapg_aa_147.html:895:91558:91577 Stonewall Red River of the North +0.479182 aapg_ai_997.html aapg_ai_997.html:551:41250:41266 Tehama California +0.2448 aapg_ad_785.html aapg_ad_785.html:289:29196:29204 Fountain Colorado Springs, Colorado +0.469665 cspg_html_1416001349 cspg_html_1416001349:36:5366:5374 Waterton Lacombe, Alberta +0.26574 cspg_html_2161417858 cspg_html_2161417858:473:50737:50745 Victoria Lacombe, Alberta +0.485811 cspg_html_5017240192 cspg_html_5017240192:69:9176:9203 Amaranth Manitoba +0.255972 aapg_ad_0.html aapg_ad_0.html:453:37024:37042 Black River Ontario, California +0.483917 aapg_ae_705.html aapg_ae_705.html:556:53786:53806 Santa Barbara Carpinteria, California +0.246804 aapg_ae_877.html aapg_ae_877.html:6:877:902 Beaverhill Swan Hill, Victoria +0.251995 aapg_ai_349.html aapg_ai_349.html:133:16655:16674 Oil Creek Arbuckle, California +0.27401 aapg_ae_62.html aapg_ae_62.html:9:1698:1705 Duperow Canada +0.431392 aapg_aa_703.html aapg_aa_703.html:3:383:391 Chandler Anchorage, Alaska +0.257446 aapg_ah_779.html aapg_ah_779.html:372:69384:69394 Montgomery Missouri River +0.253272 aapg_af_892.html aapg_af_892.html:180:16374:16394 Palo Pinto Brazos River +0.70819 cspg_html_1639841815 cspg_html_1639841815:13:649:665 Fernie Elk Valley (British Columbia) +0.270384 cspg_html_4694210878 cspg_html_4694210878:12:1122:1145 Attawapiskat Churchill River (Atlantic) +0.831334 cspg_html_6249234253 cspg_html_6249234253:8:1759:1774 Leduc Lacombe, Alberta +0.835376 aapg_ad_110.html aapg_ad_110.html:30:4403:4421 Oquirrh Boise, Idaho +0.258681 aapg_af_848.html aapg_af_848.html:49:5279:5302 Cotton Valley Shreveport, Louisiana +0.257374 gsa_html_5262754204 gsa_html_5262754204:188:23039:23044 Stump Lajitas, Texas +0.480459 aapg_ad_691.html aapg_ad_691.html:80:9379:9399 Georgetown Fort Worth, Texas +0.464412 geology_html_4509927877 geology_html_4509927877:120:12104:12122 Wasatch Fort Union Trading Post National Historic Site +0.2555 aapg_aa_269.html aapg_aa_269.html:482:61707:61724 Haymond Texas +0.241516 geology_html_4104250931 geology_html_4104250931:248:19344:19349 Rapid Yellow River (Indiana) +0.257526 geology_html_7523876858 geology_html_7523876858:243:22394:22400 Oxford Pergamon Museum +0.250997 aapg_af_469.html aapg_af_469.html:389:44803:44811 Humboldt Reno, Nevada +0.507528 aapg_ah_42.html aapg_ah_42.html:133:18606:18623 Entrada Logan, Utah +0.247604 aapg_ac_629.html aapg_ac_629.html:465:58598:58608 West Point Austin, Chicago +0.461648 aapg_ah_53.html aapg_ah_53.html:122:11639:11650 Hardinsburg Kentucky +0.272363 aapg_ae_989.html aapg_ae_989.html:17:2084:2101 Keokuk Burlington, Ontario +0.366268 aapg_af_479.html aapg_af_479.html:553:58567:58583 Jalama Channel Islands of California +0.271432 cspg_html_2152913769 cspg_html_2152913769:69:10746:10763 Charles Regina, Saskatchewan +0.475488 cspg_html_8267847427 cspg_html_8267847427:36:7551:7561 Milk River Lacombe, Alberta +0.36359 cspg_html_1893593837 cspg_html_1893593837:589:38560:38585 Red Head Rapids Southampton Island +0.258542 sedimentology_html_1568456861 sedimentology_html_1568456861:859:66155:66175 Toro Western world +0.47268 gsa_html_7715952024 gsa_html_7715952024:12:555:565 Washington Earth +0.68672 aapg_ad_2.html aapg_ad_2.html:850:120614:120627 Conococheague Pennsylvania +0.44603 AMJC_html_6336294256 AMJC_html_6336294256:1857:234173:234180 Madison Wisconsin +0.251715 aapg_ae_777.html aapg_ae_777.html:273:31746:31762 Elbert San Juan Mountains +0.25347 aapg_ai_144.html aapg_ai_144.html:485:41311:41330 Peace River Lacombe, Alberta +0.260538 aapg_ah_753.html aapg_ah_753.html:282:44604:44611 Moncton Canada +0.26624 cspg_html_4541662139 cspg_html_4541662139:16:1506:1516 Lime Creek Floyd County, Virginia +0.26469 palaios_html_8062930347 palaios_html_8062930347:659:61601:61621 Grant Lake Ohio +0.482646 sedimentology_html_6051696699 sedimentology_html_6051696699:156:13386:13405 Caledonia New Caledonia +0.250976 gsa_html_1734656819 gsa_html_1734656819:924:79650:79667 Palm Spring Rocky Mountains +0.264196 cspg_html_4298557570 cspg_html_4298557570:14:1610:1622 Battle Bearpaw Formation +0.258566 aapg_ai_1.html aapg_ai_1.html:298:26162:26179 Paradox Hermosa, Chicago +0.25647 sedimentology_html_9973432841 sedimentology_html_9973432841:174:14593:14603 Boss Point Joggins, Nova Scotia +0.503304 aapg_af_305.html aapg_af_305.html:80:8088:8097 Smackover Paluxy, Texas +0.47991 aapg_af_11.html aapg_af_11.html:511:51959:51978 Leadville Ouray, Colorado +0.584325 aapg_ae_884.html aapg_ae_884.html:198:26584:26602 Niobrara Black Hills +0.383958 cspg_html_2769629211 cspg_html_2769629211:574:64829:64850 Escarpment Hay River (Canada) +0.262143 cspg_html_5542874609 cspg_html_5542874609:446:54663:54673 Blackstone Crowsnest Pass, Alberta +0.474552 aapg_ae_415.html aapg_ae_415.html:762:94153:94168 Byram Melbourne, Florida +0.246012 aapg_ae_391.html aapg_ae_391.html:468:43508:43514 Tessey Salado, Texas +0.260977 gsa_html_2758185504 gsa_html_2758185504:77:7964:7976 Tongue River Fort Union Trading Post National Historic Site +0.2756 cspg_html_4392308496 cspg_html_4392308496:149:22671:22692 Bonaventure Nashville Basin +0.26928 aapg_ah_100.html aapg_ah_100.html:120:11378:11388 Caseyville Illinois +0.44688 cspg_html_6611173979 cspg_html_6611173979:133:18195:18212 Wabamun Victoria, British Columbia +0.238612 geology_html_5567115503 geology_html_5567115503:317:23124:23128 Hall London, Ontario +0.258566 aapg_aa_45.html aapg_aa_45.html:14:2099:2107 Colorado Logan, Utah +0.258516 aapg_aa_689.html aapg_aa_689.html:43:5885:5908 Detroit River Michigan +0.499278 aapg_ae_280.html aapg_ae_280.html:72:8626:8632 Oswego Erie County, New York +0.473184 aapg_ac_629.html aapg_ac_629.html:278:36711:36719 Beaumont Texas +0.249919 geology_html_6674220555 geology_html_6674220555:83:7985:7995 Rio Grande Llano, Texas +0.50016 aapg_ah_966.html aapg_ah_966.html:95:8840:8846 Bethel Bethel, Alaska +0.49276 aapg_ah_427.html aapg_ah_427.html:807:103154:103160 Tesnus Alabama +0.36015 aapg_ad_329.html aapg_ad_329.html:257:32022:32044 Harrell Huntington, West Virginia +0.473598 cspg_html_2729673354 cspg_html_2729673354:106:10917:10939 Medicine Hat Colorado +0.483336 cspg_html_2283545366 cspg_html_2283545366:325:41763:41783 Halfway Wembley Stadium +0.419406 aapg_ae_391.html aapg_ae_391.html:484:45085:45091 Salado Carlsbad, New Mexico +0.250344 aapg_ad_930.html aapg_ad_930.html:36:4451:4472 Green River Cheyenne, Wyoming +0.255025 gsa_html_3860045860 gsa_html_3860045860:1116:102512:102521 Fullerton Coos Bay +0.272629 aapg_ae_295.html aapg_ae_295.html:227:25766:25782 Reklaw Carrizo Plain +0.49392 gsa_html_6672856503 gsa_html_6672856503:250:21934:21943 Wenatchee Washington (state) +0.496762 gsa_html_9376588554 gsa_html_9376588554:1145:99022:99050 Green River Iran +0.480038 gsa_html_3484366946 gsa_html_3484366946:200:22091:22100 Neruokpuk Canada +0.263165 aapg_ae_439.html aapg_ae_439.html:11:1145:1152 Newport Elberta, Michigan +0.503126 gsa_html_2877730818 gsa_html_2877730818:1093:90501:90539 Kingston Peak Death Valley +0.476341 gsa_html_9321084784 gsa_html_9321084784:431:26345:26358 Santa Barbara Netherlands +0.495792 aapg_ae_700.html aapg_ae_700.html:51:6005:6031 Monterey San Gregorio State Beach +0.25968 aapg_ah_869.html aapg_ah_869.html:1102:98946:98962 Inyan Kara Black Hills +0.267285 cspg_html_4409656292 cspg_html_4409656292:593:69425:69433 Columbia Lacombe, Alberta +0.487368 aapg_af_143.html aapg_af_143.html:1104:122011:122039 Humbug Elk River, Minnesota +0.50284 aapg_aa_598.html aapg_aa_598.html:153:14656:14674 Red Peak Cheyenne, Wyoming +0.264708 cspg_html_4275682313 cspg_html_4275682313:574:65543:65558 Mesaverde Logan, Utah +0.475764 aapg_ac_563.html aapg_ac_563.html:80:13789:13806 La Boca Mexico +0.467433 gsa_html_2859191796 gsa_html_2859191796:64:6696:6709 Lake Michigan Michigan +0.242265 gsa_html_4431779557 gsa_html_4431779557:995:80240:80250 Las Cruces Gile +0.268315 cspg_html_1841843683 cspg_html_1841843683:74:12431:12444 Gypsum Spring Black Hills +0.50509 gsa_html_4909276655 gsa_html_4909276655:937:71549:71577 Green River Colorado +0.245952 aapg_ad_696.html aapg_ad_696.html:17:2282:2293 San Antonio Texas +0.502208 aapg_af_394.html aapg_af_394.html:538:58410:58428 Frontier Cheyenne, Wyoming +0.247979 aapg_ah_979.html aapg_ah_979.html:34:3612:3623 San Antonio Texas +0.243747 gsa_html_7053510738 gsa_html_7053510738:14:624:632 Colorado Denver +0.257943 aapg_aa_54.html aapg_aa_54.html:49:5085:5105 Bell New Mexico +0.48813 aapg_af_653.html aapg_af_653.html:90:9294:9300 Cierbo Monterey, California +0.262973 aapg_af_162.html aapg_af_162.html:36:4040:4046 Annona Texas +0.49972 gsa_html_6580496784 gsa_html_6580496784:946:96521:96549 Green River Colorado +0.263025 palaios_html_9133125241 palaios_html_9133125241:168:20510:20514 Kope Alexandria, Virginia +0.235225 jgeology_html_5968390289 jgeology_html_5968390289:479:42548:42559 Santa Clara Santa Ynez Valley +0.25 gsa_html_3330587082 gsa_html_3330587082:373:31495:31513 Rangeley Rangeley, Maine +0.48316 aapg_ad_581.html aapg_ad_581.html:455:52523:52532 Knoxville San Fernando Valley +0.496392 geology_html_1469085342 geology_html_1469085342:232:24649:24680 Minturn Colorado +0.263662 aapg_ai_107.html aapg_ai_107.html:652:58353:58361 Dorcheat East Texas +0.251001 cspg_html_2372201862 cspg_html_2372201862:10:964:974 Loon River Clearwater, Florida +0.225108 aapg_aa_114.html aapg_aa_114.html:36:6483:6504 Huizachal Matamoros, Tamaulipas +0.254856 aapg_ac_545.html aapg_ac_545.html:459:52310:52326 Gates Victoria, British Columbia +0.475896 aapg_ad_945.html aapg_ad_945.html:65:8197:8211 Wabiskaw Lacombe, Alberta +0.90181 aapg_ac_846.html aapg_ac_846.html:3:531:550 Altamont Illinois +0.481618 aapg_ai_10.html aapg_ai_10.html:19:2897:2904 Cushing Oklahoma City +0.480816 palaios_html_8713445937 palaios_html_8713445937:627:69113:69119 Walker Waterloo, Ontario +0.508277 aapg_ad_981.html aapg_ad_981.html:350:22023:22045 Black River Canada +0.477594 palaios_html_4648069609 palaios_html_4648069609:224:22506:22512 Brazil Venezuela +0.491744 aapg_aa_721.html aapg_aa_721.html:777:77997:78018 Bird Spring Reno, Nevada +0.260036 sedimentology_html_9379058618 sedimentology_html_9379058618:558:37554:37563 Peninsula Korea +0.473185 aapg_ah_529.html aapg_ah_529.html:234:22860:22876 Abrigo El Paso, Texas +0.491667 aapg_ac_313.html aapg_ac_313.html:451:51107:51118 Peten Guatemala +0.46104 cspg_html_8818854104 cspg_html_8818854104:161:21288:21295 Cadomin Kootenay River +0.43488 aapg_ac_176.html aapg_ac_176.html:55:9292:9312 Mangahewa Turangi +0.255016 gsa_html_6330913937 gsa_html_6330913937:1005:91176:91184 Rockwell California +0.48297 aapg_af_419.html aapg_af_419.html:18:2153:2163 Washington Salem, Oregon +0.274828 aapg_af_838.html aapg_af_838.html:15:1710:1716 Ithaca Tompkins County, New York +0.24346 geology_html_9330857948 geology_html_9330857948:11:489:500 Main Street Charleston, South Carolina +0.23533 aapg_ad_440.html aapg_ad_440.html:152:13726:13734 Virginia Washington (state) +0.24735 aapg_ad_908.html aapg_ad_908.html:241:26567:26573 Sierra Maracaibo +0.254478 aapg_ac_486.html aapg_ac_486.html:336:38159:38166 Laramie Colorado +0.236775 aapg_ac_451.html aapg_ac_451.html:261:27783:27802 Talkeetna Cook Inlet +0.246492 AMJC_html_1873062106 AMJC_html_1873062106:259:36686:36710 Cedar Mountain Sevier orogeny +0.484939 AMJC_html_3632105729 AMJC_html_3632105729:920:100137:100147 Washington Salem, Oregon +0.27825 cspg_html_9905904289 cspg_html_9905904289:6:496:504 Whitemud Regina, Saskatchewan +0.47821 cspg_html_3102530088 cspg_html_3102530088:28:3785:3797 Medicine Hat Lacombe, Alberta +0.243811 aapg_ai_159.html aapg_ai_159.html:221:25643:25650 Caimito Culebra, Puerto Rico +0.500681 aapg_ac_35.html aapg_ac_35.html:303:27200:27205 Logan California +0.366548 gsa_html_1119256423 gsa_html_1119256423:209:20616:20639 Peoria Nebraska +0.26214 gsa_html_8398449001 gsa_html_8398449001:754:64324:64333 Bear Lake Bear Lake, Michigan +0.498076 palaios_html_5600528347 palaios_html_5600528347:638:58805:58826 Green River Cheyenne, Wyoming +0.50445 cspg_html_3354282978 cspg_html_3354282978:640:82102:82129 Prairie Regina, Saskatchewan +0.792117 aapg_ac_484.html aapg_ac_484.html:554:69449:69455 Tecuya Mojave Desert +0.261626 cspg_html_8438548095 cspg_html_8438548095:36:4861:4879 Edmonton Red Deer, Alberta +0.471851 cspg_html_8227554214 cspg_html_8227554214:94:11898:11920 Hillsborough Hillsborough, California +0.237656 aapg_ae_67.html aapg_ae_67.html:438:34075:34083 Colorado Colorado +0.263025 gsa_html_3648258377 gsa_html_3648258377:761:70230:70237 Magothy Bass River Township, New Jersey +0.273006 aapg_ac_201.html aapg_ac_201.html:696:69925:69942 Shublik Canning River (Alaska) +0.377856 aapg_aa_360.html aapg_aa_360.html:407:37112:37122 Georgetown San Marcos, California +0.234434 aapg_ah_220.html aapg_ah_220.html:346:32186:32192 Denver Colorado +0.476424 gsa_html_8321564642 gsa_html_8321564642:721:70120:70133 Santa Barbara California +0.888306 cspg_html_3860685167 cspg_html_3860685167:463:48236:48256 Mount Head Carnarvon, Western Australia +0.24429 aapg_ae_473.html aapg_ae_473.html:335:30742:30750 Ackerman Holly Springs, Mississippi +0.515214 aapg_ae_72.html aapg_ae_72.html:10:1724:1749 Pinkerton Trail Hermosa, Chicago +0.23919 aapg_af_623.html aapg_af_623.html:21:2341:2348 Kanawha Huntington, West Virginia +0.5676 aapg_ah_820.html aapg_ah_820.html:158:12241:12247 Dakota Mancos, Colorado +0.862002 aapg_ai_584.html aapg_ai_584.html:1296:130045:130061 Casper Laramie, Wyoming +0.493387 cspg_html_9947283670 cspg_html_9947283670:89:10890:10908 Beekmantown Utica, New York +0.248997 cspg_html_3618628685 cspg_html_3618628685:89:11960:11977 Wapiabi Bow River +0.494252 gsa_html_8765593330 gsa_html_8765593330:65:4854:4882 Green River New Mexico +0.25351 aapg_aa_684.html aapg_aa_684.html:334:31504:31524 Popo Agie John Crow Mountains +0.270076 aapg_ac_364.html aapg_ac_364.html:54:6651:6669 Sundance Black Hills +0.26355 aapg_ad_696.html aapg_ad_696.html:111:11354:11360 Weches Charlotte, North Carolina +0.490782 aapg_aa_684.html aapg_aa_684.html:67:7826:7834 Red Peak John Crow Mountains +0.250832 gsa_html_6330913937 gsa_html_6330913937:410:36986:37012 Diablo Santa Rosa and San Jacinto Mountains National Monument +0.498847 aapg_ai_246.html aapg_ai_246.html:452:56474:56483 Red River Eastern Montana +0.242554 cspg_html_4915680223 cspg_html_4915680223:309:36645:36670 Franklin Strait Cape Cod +0.524239 aapg_ad_812.html aapg_ad_812.html:34:3327:3354 Entrada New Mexico +0.25959 gsa_html_5002851212 gsa_html_5002851212:182:15470:15476 Oregon New Mexico +0.275058 aapg_ae_529.html aapg_ae_529.html:29:3391:3399 Montreal Quebec +0.500612 gsa_html_1248650603 gsa_html_1248650603:925:84602:84611 Rochester Logan, Utah +0.244224 aapg_ah_614.html aapg_ah_614.html:86:8797:8814 Chignik Anchorage, Alaska +0.47405 aapg_ah_505.html aapg_ah_505.html:1909:150567:150573 Denver Colorado +0.505486 gsa_html_9105486062 gsa_html_9105486062:29:2796:2824 Green River Colorado +0.494915 aapg_aa_712.html aapg_aa_712.html:110:13265:13273 Glenwood Platteville, Colorado +0.480256 cspg_html_1996419880 cspg_html_1996419880:490:60634:60642 Columbia Victoria, British Columbia +0.51917 aapg_aa_684.html aapg_aa_684.html:359:34305:34324 Popo Agie Cheyenne, Wyoming +0.672771 aapg_ad_194.html aapg_ad_194.html:377:45189:45195 Pioche Richmond, California +0.251979 sedimentology_html_7328045802 sedimentology_html_7328045802:301:22616:22635 Frankfort Frankfort, Illinois +0.460748 aapg_af_811.html aapg_af_811.html:188:15487:15498 Black River Kentucky +0.485077 cspg_html_1948505826 cspg_html_1948505826:47:5651:5659 Columbia Victoria, British Columbia +0.488448 aapg_ae_143.html aapg_ae_143.html:204:21721:21739 Gilwood Lacombe, Alberta +0.253009 aapg_ae_239.html aapg_ae_239.html:1194:97463:97475 Marble Falls Texas +0.247504 AMJC_html_2228158963 AMJC_html_2228158963:416:50267:50275 Rockland Camden Town +0.5748 aapg_ai_974.html aapg_ai_974.html:649:68054:68071 Cowlitz Washington (state) +0.25578 aapg_ad_223.html aapg_ad_223.html:42:4926:4932 Brazil Peru, Indiana +0.447456 jgeology_html_2237275680 jgeology_html_2237275680:615:34356:34364 Colorado Colorado +0.471696 aapg_ac_835.html aapg_ac_835.html:218:29237:29255 Dinwoody Cheyenne, Wyoming +0.500681 aapg_aa_463.html aapg_aa_463.html:245:46947:46955 Norphlet Haynesville, Louisiana +0.482976 aapg_ae_369.html aapg_ae_369.html:12:1286:1301 Gordo Tuscaloosa, Alabama +0.242176 aapg_aa_145.html aapg_aa_145.html:742:81043:81051 Columbia Victoria, British Columbia +0.488474 aapg_af_128.html aapg_af_128.html:195:19950:19968 Oquirrh Wood River (Oregon) +0.69634 aapg_af_575.html aapg_af_575.html:292:38783:38790 Plattin Black River, Jamaica +0.249494 cspg_html_4812473779 cspg_html_4812473779:865:111436:111456 West Point Perth, Western Australia +0.50399 aapg_ai_654.html aapg_ai_654.html:61:10943:10956 Madison Canada +0.51397 gsa_html_1582166619 gsa_html_1582166619:757:67941:67969 Green River Colorado +0.25452 aapg_aa_723.html aapg_aa_723.html:76:8853:8862 San Diego Newport, Rhode Island +0.264654 aapg_ad_2.html aapg_ad_2.html:850:120575:120584 Gatesburg Pennsylvania +0.25012 aapg_ah_311.html aapg_ah_311.html:118:12367:12377 Fort Union Fort Union Trading Post National Historic Site +0.49248 cspg_html_2749851978 cspg_html_2749851978:397:57206:57214 Columbia Victoria, British Columbia +0.49495 cspg_html_7225688145 cspg_html_7225688145:608:60440:60444 Rome San Fernando Valley +0.475896 cspg_html_3012058617 cspg_html_3012058617:68:10516:10524 Kootenay Kootenay River +0.254 geology_html_8165119300 geology_html_8165119300:264:25488:25494 Walker Earth +0.479987 gsa_html_8205362136 gsa_html_8205362136:450:50017:50024 Shields San Francisco +0.462522 aapg_ae_981.html aapg_ae_981.html:211:17819:17825 Laurel Knoxville, Tennessee +0.48355 aapg_ah_387.html aapg_ah_387.html:18:2539:2548 Knoxville Knoxville, Illinois +0.490116 sedimentology_html_9199455608 sedimentology_html_9199455608:1122:76598:76602 Hall London, Ontario +0.2355 aapg_ac_380.html aapg_ac_380.html:175:21855:21889 Onondaga Schoharie Creek +0.529236 aapg_ac_531.html aapg_ac_531.html:543:55210:55219 Smackover Arkansas +0.502146 aapg_ad_721.html aapg_ad_721.html:156:14578:14588 San Andres New Mexico +0.360172 aapg_ai_975.html aapg_ai_975.html:752:62458:62475 Rodessa Mooringsport, Louisiana +0.259434 sedimentology_html_6935812806 sedimentology_html_6935812806:1579:95123:95133 Montgomery Ward (LDS Church) +0.257048 aapg_ai_144.html aapg_ai_144.html:438:38891:38899 Colorado Lacombe, Alberta +0.476844 gsa_html_5022585285 gsa_html_5022585285:334:38663:38671 Golconda Reno, Nevada +0.270399 aapg_ad_761.html aapg_ad_761.html:80:7116:7122 Weno Texas +0.263165 gsa_html_7102550258 gsa_html_7102550258:1495:137731:137767 Summerville Capitol Reef National Park +0.504748 cspg_html_8928894270 cspg_html_8928894270:481:57725:57752 Grosmont Lacombe, Alberta +0.491045 aapg_ae_324.html aapg_ae_324.html:612:62739:62760 Beekmantown Murfreesboro, Tennessee +0.2475 jgeology_html_6399321011 jgeology_html_6399321011:627:35499:35512 Santa Barbara Great Basin +0.254701 cspg_html_7804511342 cspg_html_7804511342:45:4454:4471 Cardium Lacombe, Alberta +0.270072 aapg_ac_453.html aapg_ac_453.html:194:27136:27154 Iroquois Bridgetown, Nova Scotia +0.265221 aapg_ac_841.html aapg_ac_841.html:1972:188300:188313 Santa Barbara Juticalpa +0.476088 gsa_html_4983644410 gsa_html_4983644410:48:3326:3343 Bedford Canada +0.233289 aapg_af_900.html aapg_af_900.html:49:7187:7197 Rio Grande East Texas +0.493654 aapg_aa_112.html aapg_aa_112.html:63:6794:6802 Red Peak Cheyenne, Wyoming +0.483108 aapg_ad_440.html aapg_ad_440.html:962:94907:94915 Virginia Washington (state) +0.252973 cspg_html_2018998204 cspg_html_2018998204:222:23468:23476 Columbia Victoria, British Columbia +0.48578 aapg_aa_473.html aapg_aa_473.html:33:4993:5006 Barnett Texas +0.256542 gsa_html_8549650339 gsa_html_8549650339:277:25456:25462 Sierra West, Texas +0.468462 geology_html_2908722683 geology_html_2908722683:15:862:878 Navajo Logan, Utah +0.500016 aapg_ad_2.html aapg_ad_2.html:471:70168:70176 Catoctin Loudoun County, Virginia +0.469336 cspg_html_7544078524 cspg_html_7544078524:217:30490:30505 Leduc Lacombe, Alberta +0.258516 gsa_html_5732664703 gsa_html_5732664703:124:12710:12730 Brasstown North Carolina +0.479359 cspg_html_1762556965 cspg_html_1762556965:91:9329:9340 Peace River Southern Alberta +0.478144 aapg_ah_264.html aapg_ah_264.html:47:5619:5647 Hanover Jamaica, Queens +0.255892 sedimentology_html_1858663980 sedimentology_html_1858663980:753:43031:43036 Swift Closter, New Jersey +0.6512 aapg_af_142.html aapg_af_142.html:263:33635:33644 Smackover Alabama +0.257013 jgeology_html_5435533156 jgeology_html_5435533156:181:12350:12368 Poultney Indian River (Florida) +0.48403 aapg_aa_250.html aapg_aa_250.html:94:6736:6747 San Antonio Texas +0.505575 aapg_ai_468.html aapg_ai_468.html:18:2327:2350 Cotton Valley Shreveport, Louisiana +0.244496 aapg_aa_288.html aapg_aa_288.html:244:26573:26584 Mowry Cheyenne, Wyoming +0.43985 cspg_html_4727171280 cspg_html_4727171280:55:5650:5668 Edmonton Edmonton, London +0.47773 AMJC_html_6341723617 AMJC_html_6341723617:1202:100895:100915 Sheep Pass Reno, Nevada +0.459954 aapg_ah_335.html aapg_ah_335.html:424:53419:53423 Wise Virginia +0.249001 jgeology_html_7806755039 jgeology_html_7806755039:90:3582:3590 Virginia Martinsville, Indiana +0.504912 aapg_ae_467.html aapg_ae_467.html:309:23066:23074 Traverse Antrim, County Antrim +0.521 aapg_ah_271.html aapg_ah_271.html:69:8362:8396 Cotton Valley Texas +0.246945 cspg_html_7182873498 cspg_html_7182873498:165:22576:22583 Eramosa Salina, Kansas +0.27486 palaios_html_7179643765 palaios_html_7179643765:47:3928:3935 La Luna Venezuela +0.258885 aapg_ac_313.html aapg_ac_313.html:206:24260:24275 Coban Maya Mountain +0.484467 aapg_ae_656.html aapg_ae_656.html:42:5716:5722 Oregon Washington (state) +0.269361 aapg_ad_329.html aapg_ad_329.html:164:23374:23387 Harrell Pennsylvania +0.679222 aapg_ai_861.html aapg_ai_861.html:60:8390:8397 Ivishak Prudhoe Bay Oil Field +0.489538 aapg_aa_832.html aapg_aa_832.html:23:3804:3831 Tachilni Cold Bay Airport +0.273812 aapg_aa_360.html aapg_aa_360.html:81:8175:8182 Carrizo Carrizo Plain +0.453715 aapg_ad_683.html aapg_ad_683.html:714:70245:70255 Supai Supai, Arizona +0.256 gsa_html_6861599329 gsa_html_6861599329:1016:86825:86835 Washington North Cascades National Park +0.25452 aapg_ae_549.html aapg_ae_549.html:780:67553:67573 Capistrano California +0.25856 aapg_ae_917.html aapg_ae_917.html:245:26966:26985 Leadville Belden, California +0.244625 gsa_html_7020634397 gsa_html_7020634397:912:71335:71343 Columbia Victoria, British Columbia +0.50076 sedimentology_html_4388131685 sedimentology_html_4388131685:1355:92529:92534 Steel Svalbard +0.258566 geology_html_9156967823 geology_html_9156967823:259:23619:23635 Ferris Cheyenne, Wyoming +0.47898 gsa_html_7999545108 gsa_html_7999545108:191:21252:21273 Chelmsford Sudbury, Suffolk +0.499488 cspg_html_4376017434 cspg_html_4376017434:8:564:573 Baldonnel Victoria, British Columbia +0.375215 cspg_html_9354781888 cspg_html_9354781888:1528:96200:96233 Pardonet Victoria, British Columbia +0.5061 aapg_ac_214.html aapg_ac_214.html:26:3392:3399 Entrada New Mexico +0.278775 aapg_ah_535.html aapg_ah_535.html:142:24835:24856 Beekmantown Quarryville, Pennsylvania +0.261121 aapg_ac_616.html aapg_ac_616.html:166:22239:22252 Santa Barbara California +0.515984 palaios_html_2847312584 palaios_html_2847312584:277:36519:36523 Kope Waynesville, North Carolina +0.26471 aapg_ac_633.html aapg_ac_633.html:175:18889:18899 Washington Albuquerque, New Mexico +0.361989 aapg_aa_106.html aapg_aa_106.html:319:32510:32520 Dawson Bay Lake Winnipegosis +0.24598 gsa_html_8244777175 gsa_html_8244777175:206:21700:21724 Munsungun Lake New Brunswick, New Jersey +0.252784 jgeology_html_2563614336 jgeology_html_2563614336:822:54207:54217 San Felipe San Jacinto, California +0.48565 aapg_ad_2.html aapg_ad_2.html:1392:190292:190303 Martinsburg Martinsburg, Nebraska +0.240578 aapg_ac_366.html aapg_ac_366.html:326:34645:34654 Rochester Williamsport, Indiana +0.44 aapg_ae_805.html aapg_ae_805.html:247:28945:28977 Naco Earp, California +0.254664 aapg_ac_334.html aapg_ac_334.html:334:34177:34189 Hillsborough New Caledonia +0.249508 cspg_html_8818854104 cspg_html_8818854104:408:49409:49416 Cadomin Lacombe, Alberta +0.444258 jgeology_html_6990146451 jgeology_html_6990146451:211:14145:14162 Pocono Huntington, West Virginia +0.501202 aapg_ai_272.html aapg_ai_272.html:40:6076:6083 Moncton Quebec City +0.255021 cspg_html_2419618566 cspg_html_2419618566:523:67455:67461 Antler Western Canadian Sedimentary Basin +0.26214 geology_html_3335667448 geology_html_3335667448:51:4592:4600 Rockland Rockland County, New York +0.264554 sedimentology_html_8230868664 sedimentology_html_8230868664:231:18647:18663 Navajo Logan, Utah +0.469829 aapg_af_788.html aapg_af_788.html:37:4909:4922 Lake Michigan Lake Huron +0.264171 cspg_html_7483574191 cspg_html_7483574191:396:57319:57327 Columbia Lacombe, Alberta +0.2626 aapg_aa_372.html aapg_aa_372.html:10:1154:1168 Word Delaware +0.48807 gsa_html_1983936163 gsa_html_1983936163:1126:80885:80913 Green River Colorado +0.473323 gsa_html_4675429437 gsa_html_4675429437:756:53715:53721 Sonora Baja California peninsula +0.48581 aapg_ai_778.html aapg_ai_778.html:67:8615:8634 Arkansas Novaculite Bigfork, Montana +0.490028 gsa_html_3445493534 gsa_html_3445493534:572:64508:64534 Monterey California +0.255488 cspg_html_5241714595 cspg_html_5241714595:158:23659:23688 Muskeg Lacombe, Alberta +0.21931 aapg_aa_215.html aapg_aa_215.html:473:39456:39462 Caribe Loro Parque +0.48034 gsa_html_3038126504 gsa_html_3038126504:790:73574:73602 Green River Colorado +0.2485 palaios_html_2623118674 palaios_html_2623118674:786:84310:84318 Colorado Denver +0.47483 cspg_html_7561290301 cspg_html_7561290301:92:9967:9986 Bear Rock Lacombe, Alberta +0.467232 cspg_html_6116883777 cspg_html_6116883777:1482:190297:190324 Read Bay Canada +0.267104 aapg_af_85.html aapg_af_85.html:262:28285:28307 Winnipegosis Regina, Saskatchewan +0.468884 aapg_ah_779.html aapg_ah_779.html:277:51517:51525 Edgewood Guelph +0.502758 aapg_ae_254.html aapg_ae_254.html:65:7107:7115 Woodbine East Texas +0.26471 aapg_ai_392.html aapg_ai_392.html:90:10555:10563 Colorado Sharon Springs, Kansas +0.241808 AMJC_html_1690410018 AMJC_html_1690410018:619:78355:78360 Weeks Tulsa, Oklahoma +0.466017 aapg_ai_491.html aapg_ai_491.html:176:20563:20594 Pinkerton Trail Durango, Durango +0.705524 gsa_html_8951179545 gsa_html_8951179545:583:69948:69965 Carrizo Austin, Chicago +0.248712 aapg_ai_572.html aapg_ai_572.html:45:5910:5919 Lecompton Pawhuska, Oklahoma +0.250194 aapg_af_327.html aapg_af_327.html:271:24661:24669 Virginia Cambridge, Massachusetts +0.258066 aapg_aa_148.html aapg_aa_148.html:202:23202:23225 Burro Canyon Colorado +0.25194 aapg_ae_72.html aapg_ae_72.html:352:31901:31909 Colorado New Mexico +0.2685 cspg_html_9435196958 cspg_html_9435196958:242:10826:10841 Sooke Cornwall, Ontario +0.272435 geology_html_2949193763 geology_html_2949193763:89:7113:7131 Moenkopi Colorado +0.250494 palaios_html_2623118674 palaios_html_2623118674:38:4511:4531 North Horn Logan, Utah +0.506766 aapg_ae_74.html aapg_ae_74.html:436:41016:41022 Chinle San Juan, Argentina +0.489402 gsa_html_7932638920 gsa_html_7932638920:105:9857:9885 Talkeetna Talkeetna, Alaska +0.494769 aapg_ah_863.html aapg_ah_863.html:426:38726:38746 Pine Point Great Slave Lake +0.506253 aapg_ae_369.html aapg_ae_369.html:60:6930:6950 Tuscaloosa Tuscaloosa, Alabama +0.47912 aapg_ah_189.html aapg_ah_189.html:19:2517:2538 Eau Claire Trempealeau, Wisconsin +0.489402 gsa_html_3408312461 gsa_html_3408312461:235:25320:25323 Lee Withlacoochee River (Suwannee River) +0.472443 sedimentology_html_6812678908 sedimentology_html_6812678908:481:15245:15253 Colorado Ouray, Colorado +0.898655 aapg_ae_961.html aapg_ae_961.html:132:10639:10658 Stonewall Manitoba +0.68442 aapg_ae_973.html aapg_ae_973.html:977:73307:73317 Wellington Texas +0.26571 cspg_html_1189888589 cspg_html_1189888589:29:4393:4401 Edmonton Edmonton, London +0.27092 aapg_af_425.html aapg_af_425.html:47:5089:5097 Niobrara Colorado +0.262023 aapg_ac_924.html aapg_ac_924.html:1262:87411:87419 Tensleep Cheyenne, Wyoming +0.559644 aapg_ai_480.html aapg_ai_480.html:237:22048:22054 Tulare Kern River Preserve +0.48144 cspg_html_9692046543 cspg_html_9692046543:14:1599:1615 Viking Regina, Saskatchewan +0.259979 geology_html_1477892936 geology_html_1477892936:226:20545:20550 Price Colorado +0.486497 aapg_aa_231.html aapg_aa_231.html:74:8812:8833 Ireton Texas +0.263133 cspg_html_3521815736 cspg_html_3521815736:400:56571:56579 Columbia Victoria, British Columbia +0.254012 sedimentology_html_6297684173 sedimentology_html_6297684173:1705:107687:107694 Francis London, Ontario +0.268836 aapg_af_453.html aapg_af_453.html:270:26953:26961 Colorado Littleton, Colorado +0.270878 aapg_ad_784.html aapg_ad_784.html:151:15943:15948 Sespe Ventura County, California +0.343184 aapg_ai_501.html aapg_ai_501.html:892:83176:83189 Lone Mountain Reno, Nevada +0.477594 palaios_html_5067987549 palaios_html_5067987549:888:66306:66310 Hall London, Ontario +0.249798 palaios_html_3022467877 palaios_html_3022467877:378:42817:42828 Hornerstown Navesink River +0.494915 aapg_ah_387.html aapg_ah_387.html:22:3562:3571 Knoxville Knoxville, Illinois +0.246 aapg_ac_633.html aapg_ac_633.html:12:1759:1778 Leadville Colorado +0.263652 cspg_html_2653900441 cspg_html_2653900441:222:33984:33992 Cochrane Calgary +0.260268 aapg_aa_43.html aapg_aa_43.html:488:53106:53129 Cotton Valley Arkansas +0.47616 sedimentology_html_2041096405 sedimentology_html_2041096405:28:1860:1872 Saskatchewan Waterloo, Ontario +0.367356 cspg_html_5241714595 cspg_html_5241714595:69:11653:11667 Contact Rapids Regina, Saskatchewan +0.276676 sedimentology_html_7514538550 sedimentology_html_7514538550:1550:144703:144707 Bond North Atlantic Current +0.550449 aapg_ad_192.html aapg_ad_192.html:4:401:411 Tuscaloosa Tuscaloosa, Alabama +0.26287 aapg_ae_525.html aapg_ae_525.html:68:7178:7184 Dakota Mesa County, Colorado +0.493812 aapg_ah_823.html aapg_ah_823.html:345:32542:32550 Columbia Victoria, British Columbia +0.253506 gsa_html_5865982995 gsa_html_5865982995:1165:125844:125850 Denver Logan, Utah +0.258456 aapg_ai_236.html aapg_ai_236.html:280:26215:26224 Tuscarora Newburg, Louisville +0.67024 aapg_af_799.html aapg_af_799.html:513:40039:40043 Lodo Coalinga, California +0.706335 aapg_ac_498.html aapg_ac_498.html:52:4736:4746 Tuscaloosa Cotton Valley, Louisiana +0.502758 gsa_html_6595462156 gsa_html_6595462156:14:652:662 Washington Canada +0.25542 aapg_ae_958.html aapg_ae_958.html:1809:156055:156063 Carlsbad Pecos River +0.246007 aapg_ad_999.html aapg_ad_999.html:11:1495:1514 Athabasca Canada +0.355992 aapg_ac_881.html aapg_ac_881.html:97:10414:10441 Dakota Black Hills +0.264075 aapg_ad_918.html aapg_ad_918.html:71:10215:10233 Frontier Mancos, Colorado +0.262944 sedimentology_html_8384737970 sedimentology_html_8384737970:732:54072:54088 Navajo Logan, Utah +0.45753 aapg_ad_403.html aapg_ad_403.html:44:7060:7065 Atoka Hot Springs, Arkansas +0.49011 aapg_ac_380.html aapg_ac_380.html:107:14145:14163 Camillus Michigan +0.468905 aapg_ae_958.html aapg_ae_958.html:1311:114878:114899 Bell Guadalupe Mountains National Park +0.253512 cspg_html_1565769407 cspg_html_1565769407:493:52989:53000 Mabou Bridgetown, Nova Scotia +0.248948 aapg_ae_999.html aapg_ae_999.html:484:64099:64118 Catahoula Texas +0.2646 palaios_html_2339045630 palaios_html_2339045630:254:36679:36687 Virginia Knoxville, Tennessee +0.238542 aapg_ae_3.html aapg_ae_3.html:185:25801:25818 Madison Cheyenne, Wyoming +0.23568 aapg_af_322.html aapg_af_322.html:71:10945:10951 Denver Colorado +0.505486 cspg_html_9435196958 cspg_html_9435196958:961:40638:40659 Belly River Lacombe, Alberta +0.250498 aapg_aa_962.html aapg_aa_962.html:490:51917:51926 New River Prairieville, Louisiana +0.520676 aapg_ae_872.html aapg_ae_872.html:62:8333:8343 Tuscaloosa Tuscaloosa, Alabama +0.476545 sedimentology_html_7738790999 sedimentology_html_7738790999:526:31608:31614 Eugene Salem, Oregon +0.514968 gsa_html_7062589013 gsa_html_7062589013:1238:86781:86809 Green River Colorado +0.493506 jgeology_html_6882545802 jgeology_html_6882545802:432:36389:36408 Bellevue Ohio +0.475308 aapg_aa_267.html aapg_aa_267.html:721:59057:59087 Greenbrier Huntington, West Virginia +0.262644 gsa_html_3720789279 gsa_html_3720789279:844:83785:83791 Oregon Washington (state) +0.260797 aapg_ai_688.html aapg_ai_688.html:129:16629:16647 Bloomsburg Williamsport, Indiana +0.25647 aapg_aa_105.html aapg_aa_105.html:698:72304:72309 Alexo Lacombe, Alberta +0.4914 aapg_ae_873.html aapg_ae_873.html:226:27086:27094 Kiamichi Paluxy, Texas +0.26471 aapg_ac_71.html aapg_ac_71.html:308:35982:36005 Sunrise Westgate, Canterbury +0.50828 cspg_html_5891044027 cspg_html_5891044027:122:24625:24640 Altyn Western world +0.26052 aapg_ad_152.html aapg_ad_152.html:1635:209543:209561 Arcturus Logan, Utah +0.25755 AMJC_html_7984049819 AMJC_html_7984049819:816:86507:86522 Fitch Cambridge, Massachusetts +0.243332 cspg_html_1220585875 cspg_html_1220585875:6:386:401 Eager Cranbrook, British Columbia +0.487725 aapg_ae_923.html aapg_ae_923.html:232:20033:20048 Vincentown Closter, New Jersey +0.912974 cspg_html_6880168184 cspg_html_6880168184:817:88447:88482 Allen Bay Canada +0.495339 gsa_html_9052101586 gsa_html_9052101586:597:73624:73635 Peoria Fox Valley (Illinois) +0.2604 aapg_aa_98.html aapg_aa_98.html:209:18619:18627 Montreal Lacombe, Alberta +0.2395 cspg_html_3016068951 cspg_html_3016068951:194:20281:20307 Madison Williston, Vermont +0.25441 sedimentology_html_3798264561 sedimentology_html_3798264561:1092:64236:64240 Toro Santa Rosa, California +0.498456 gsa_html_2321464653 gsa_html_2321464653:801:75621:75649 Green River Colorado +0.469392 aapg_ae_958.html aapg_ae_958.html:1588:137875:137896 Bell Carlsbad, New Mexico +0.46746 gsa_html_2989317971 gsa_html_2989317971:304:35235:35257 Poison Creek Boise, Idaho +0.261612 jgeology_html_7863933112 jgeology_html_7863933112:609:47576:47580 Hall London, Ontario +0.290457 aapg_ad_3.html aapg_ad_3.html:728:68904:68925 Beekmantown Kentucky +0.232128 aapg_af_626.html aapg_af_626.html:554:62635:62655 Roxbury Conglomerate Mansfield +0.245532 cspg_html_3384086241 cspg_html_3384086241:6:289:326 Turner Valley Lacombe, Alberta +0.24528 aapg_ae_459.html aapg_ae_459.html:255:19277:19283 Laurel Louisville, Kentucky +0.245248 cspg_html_1222040397 cspg_html_1222040397:129:19952:19960 Columbia Victoria, British Columbia +0.479 aapg_aa_401.html aapg_aa_401.html:33:4203:4213 Batesville Eureka Springs, Arkansas +0.265144 aapg_ah_529.html aapg_ah_529.html:328:35192:35208 Abrigo Cochise County, Arizona +0.260084 geology_html_4549662310 geology_html_4549662310:194:13419:13425 Pueblo Youngstown, Ohio +0.259776 aapg_ae_993.html aapg_ae_993.html:234:21163:21178 Darby Cheyenne, Wyoming +0.24941 aapg_af_653.html aapg_af_653.html:391:46729:46736 Temblor Monterey, California +0.465432 aapg_ah_160.html aapg_ah_160.html:78:11246:11265 Onondaga Salina, Kansas +0.375184 aapg_ae_415.html aapg_ae_415.html:959:119831:119850 Paynes Hammock Wayne County, Michigan +0.23817 aapg_ac_65.html aapg_ac_65.html:946:75824:75829 Eagle Colorado +0.487956 aapg_aa_415.html aapg_aa_415.html:30:4760:4768 Woodbine Dallas County, Alabama +0.230384 aapg_ac_219.html aapg_ac_219.html:1960:160428:160435 El Baul Venezuela +0.5103 cspg_html_9713614580 cspg_html_9713614580:270:37209:37220 Belly River Arctic Cordillera +0.259548 aapg_ac_22.html aapg_ac_22.html:41:4494:4513 Smackover Santa Rosa, California +0.250976 cspg_html_9860060507 cspg_html_9860060507:380:46874:46878 Hall London, Ontario +0.492184 cspg_html_6252417471 cspg_html_6252417471:511:66267:66284 Naheola Alabama +0.696045 cspg_html_4031489103 cspg_html_4031489103:387:59227:59249 Striped Peak Pend Oreille River +0.507236 aapg_af_471.html aapg_af_471.html:82:11707:11725 Parkwood Illinois +0.045584 aapg_af_18.html aapg_af_18.html:464:50174:50184 Inyan Kara Black Hills +0.25149 gsa_html_8627114993 gsa_html_8627114993:635:63880:63893 Boulder Creek Logan, Utah +0.27071 aapg_ad_169.html aapg_ad_169.html:63:8408:8429 Mauch Chunk Greenbrier (Great Smoky Mountains) +0.4644 aapg_aa_357.html aapg_aa_357.html:103:7438:7453 Ouray Rift Valley lakes +0.26624 aapg_ai_521.html aapg_ai_521.html:3:339:354 Bluff Victoria, British Columbia +0.271425 aapg_ae_319.html aapg_ae_319.html:711:60519:60526 Entrada Carmel, Indiana +0.462927 aapg_ae_415.html aapg_ae_415.html:36:5432:5454 Chickasawhay Suwannee County, Florida +0.255009 cspg_html_4176605708 cspg_html_4176605708:271:26214:26221 Cookson Duxbury, Massachusetts +0.265221 geology_html_2550998204 geology_html_2550998204:368:22754:22776 Judith River Lacombe, Alberta +0.249444 aapg_ai_28.html aapg_ai_28.html:793:75321:75331 Rio Grande Texas +0.26624 cspg_html_9912281240 cspg_html_9912281240:677:74761:74782 Belly River Lacombe, Alberta +0.25704 aapg_ae_958.html aapg_ae_958.html:2778:235039:235054 Hazel El Paso, Texas +0.36654 aapg_ah_780.html aapg_ah_780.html:267:37623:37628 Price Huntington, West Virginia +0.490776 aapg_ae_682.html aapg_ae_682.html:815:95811:95817 Casper Cheyenne, Wyoming +0.463176 aapg_ac_612.html aapg_ac_612.html:344:35121:35143 Summerville Logan, Utah +0.367264 aapg_ai_996.html aapg_ai_996.html:1309:57031:57041 Tuscaloosa Alabama +0.471276 aapg_ae_770.html aapg_ae_770.html:50:5907:5919 Rhode Island Block Island +0.490941 aapg_aa_148.html aapg_aa_148.html:204:23557:23579 Burro Canyon Arizona +0.269 cspg_html_1841843683 cspg_html_1841843683:115:21234:21241 Rierdon Cheyenne, Wyoming +0.48433 gsa_html_1636483297 gsa_html_1636483297:83:6713:6734 Green River Uinta Mountains +0.36645 aapg_ai_278.html aapg_ai_278.html:827:99089:99109 Cedar Keys Melbourne, Florida +0.246945 aapg_ah_152.html aapg_ah_152.html:65:8711:8717 Denver Colorado +0.467337 aapg_ae_253.html aapg_ae_253.html:126:15914:15927 Cotton Valley Bellevue, Nebraska +0.256332 aapg_ai_926.html aapg_ai_926.html:295:38659:38690 Mesaverde Colorado +0.254925 aapg_af_579.html aapg_af_579.html:17:2261:2275 Junction Creek Entrada Sandstone +0.264825 cspg_html_8662646956 cspg_html_8662646956:1045:125310:125320 Pine Point Canada +0.257374 geology_html_1154109970 geology_html_1154109970:13:619:631 Saskatchewan Regina, Saskatchewan +0.49868 aapg_ac_867.html aapg_ac_867.html:450:61162:61184 Paradox Lisbon +0.478856 sedimentology_html_8829282630 sedimentology_html_8829282630:536:31132:31140 Colorado England +0.25441 aapg_ac_630.html aapg_ac_630.html:799:84587:84607 Wind River County Tipperary +0.27348 sedimentology_html_8561350553 sedimentology_html_8561350553:983:67688:67710 Bonanza Great Basin +0.454545 gsa_html_2989317971 gsa_html_2989317971:547:58163:58185 Poison Creek Salem, Oregon +0.500388 aapg_ak_28.html aapg_ak_28.html:12:2006:2029 Diamond Peak Reno, Nevada +0.252568 cspg_html_5688447798 cspg_html_5688447798:130:17848:17868 Blue Fiord Ellesmere Island +0.491582 cspg_html_4727222822 cspg_html_4727222822:40:5899:5919 Hoyle Bay Eden Bay +0.67496 aapg_ac_730.html aapg_ac_730.html:681:101423:101443 Yale Point Mesa, Arizona +0.26416 cspg_html_1962846283 cspg_html_1962846283:553:69680:69702 Kootenay Kootenay River +0.530618 aapg_ah_75.html aapg_ah_75.html:302:35861:35867 Moscow Russia +0.468868 aapg_ac_222.html aapg_ac_222.html:232:31936:31943 Paradox Hermosa, Chicago +0.477224 palaios_html_9962835704 palaios_html_9962835704:330:31771:31779 Billings Montana +0.479912 aapg_ah_23.html aapg_ah_23.html:143:26677:26684 Yucatan South China Sea Islands +0.496513 palaios_html_7565718144 palaios_html_7565718144:36:3178:3190 Cooking Lake Lacombe, Alberta +0.260977 aapg_ah_747.html aapg_ah_747.html:109:13256:13263 Entrada Chinle Formation +0.253272 aapg_ah_738.html aapg_ah_738.html:408:53058:53063 Piper California +0.47421 cspg_html_3102530088 cspg_html_3102530088:619:77956:77964 Foremost Lacombe, Alberta +0.371061 cspg_html_7086880709 cspg_html_7086880709:382:50460:50467 Nahanni Great Slave Lake +0.483108 cspg_html_5950764790 cspg_html_5950764790:428:50239:50273 Duvernay Lacombe, Alberta +0.477288 aapg_ae_805.html aapg_ae_805.html:45:6823:6830 Hermosa Hermosa, Chicago +0.493296 gsa_html_8662428949 gsa_html_8662428949:66:5320:5348 Green River Colorado +0.262944 aapg_aa_625.html aapg_aa_625.html:26:3709:3728 Smackover England +0.270878 aapg_ae_471.html aapg_ae_471.html:17:2350:2378 Cotton Valley Morehouse Parish, Louisiana +0.248 aapg_ai_905.html aapg_ai_905.html:314:40831:40838 Madison Wisconsin +0.506464 aapg_ad_614.html aapg_ad_614.html:63:6165:6178 Cotton Valley Shreveport, Louisiana +0.530145 aapg_ad_648.html aapg_ad_648.html:226:26808:26826 Niobrara Colorado +0.273525 aapg_aa_544.html aapg_aa_544.html:219:30040:30052 Wasatch Aspen, Colorado +0.287622 aapg_ae_71.html aapg_ae_71.html:289:26672:26688 Chinle Chinle Formation +0.258048 cspg_html_9119878068 cspg_html_9119878068:437:50629:50663 Waterways Lacombe, Alberta +0.742788 aapg_ae_921.html aapg_ae_921.html:336:28095:28104 Stonewall Manitoba +0.48705 aapg_ah_277.html aapg_ah_277.html:493:49385:49393 Edmonton Lacombe, Alberta +0.503562 aapg_ad_978.html aapg_ad_978.html:290:28018:28025 Wasatch Logan, Utah +0.145512 gsa_html_8030464622 gsa_html_8030464622:265:28299:28308 Red River Red River of the North +0.257214 aapg_ae_354.html aapg_ae_354.html:211:21241:21250 Mesaverde Niobrara, Nebraska +0.49555 aapg_ah_182.html aapg_ah_182.html:90:10205:10216 Martinsburg Northampton, Massachusetts +0.25551 cspg_html_1065856149 cspg_html_1065856149:28:2811:2822 Peace River Anchorage, Alaska +0.245021 aapg_af_95.html aapg_af_95.html:48:6419:6433 Fredericksburg Texas +0.49728 cspg_html_2253842195 cspg_html_2253842195:386:43408:43416 Columbia Victoria, British Columbia +0.257556 gsa_html_6441142238 gsa_html_6441142238:203:20571:20583 Galena Middle Ordovician +0.25284 gsa_html_5271110133 gsa_html_5271110133:1012:88588:88594 Jordan Andes +0.49469 aapg_ah_536.html aapg_ah_536.html:550:72824:72839 Sligo Austin, Chicago +0.249775 aapg_ad_2.html aapg_ad_2.html:709:101728:101735 Potsdam Saratoga, California +0.27126 aapg_ac_126.html aapg_ac_126.html:169:24435:24452 Haynesville Bossier City, Louisiana +0.23157 geology_html_6200633178 geology_html_6200633178:99:10216:10221 Rapid North Atlantic Current +0.49278 aapg_ah_978.html aapg_ah_978.html:694:64720:64732 Temblor Middle East +0.470058 geology_html_6105088229 geology_html_6105088229:15:756:766 Washington Washington (state) +0.271872 aapg_ae_465.html aapg_ae_465.html:182:19386:19399 Cotton Valley Lewisville, Texas +0.249996 aapg_ah_318.html aapg_ah_318.html:3743:300266:300275 San Pedro Durango, Durango +0.51948 aapg_aa_415.html aapg_aa_415.html:70:10646:10659 Woodbine Arkansas +0.485028 aapg_ai_1.html aapg_ai_1.html:197:17480:17487 Paradox Hermosa, Chicago +0.252324 aapg_ae_271.html aapg_ae_271.html:137:10502:10533 Cockfield Gosport, Indiana +0.239428 aapg_ad_641.html aapg_ad_641.html:173:20970:20978 La Habra California +0.86376 aapg_ad_918.html aapg_ad_918.html:39:5563:5581 Niobrara Colorado +0.251883 aapg_ad_887.html aapg_ad_887.html:30:4080:4109 Paluxy Texas +0.456008 gsa_html_1641861263 gsa_html_1641861263:563:57463:57479 Red Rock Albuquerque, New Mexico +0.522366 aapg_af_887.html aapg_af_887.html:81:8288:8298 San Andres New Mexico +0.273448 aapg_af_52.html aapg_af_52.html:60:8097:8109 Wilcox Texas +0.271942 cspg_html_6647936472 cspg_html_6647936472:401:43320:43365 Winnipegosis Regina, Saskatchewan +0.46697 gsa_html_7854597776 gsa_html_7854597776:679:54289:54295 Casper Cheyenne, Wyoming +0.267786 gsa_html_2509147847 gsa_html_2509147847:515:63465:63475 Washington Boise, Idaho +0.502603 sedimentology_html_5613495298 sedimentology_html_5613495298:1714:90762:90778 Chinle Colorado Plateau +0.264171 aapg_aa_931.html aapg_aa_931.html:90:11388:11401 Abo New Mexico +0.480076 gsa_html_8319219146 gsa_html_8319219146:491:52312:52321 Lockatong Doylestown, Pennsylvania +0.270738 cspg_html_9136481292 cspg_html_9136481292:509:57304:57326 Peace River Lacombe, Alberta +0.265081 cspg_html_4287356899 cspg_html_4287356899:3230:337926:337941 Phosphoria Boise, Idaho +0.497376 palaios_html_7765531315 palaios_html_7765531315:537:54784:54797 Epworth Canada +0.869374 palaios_html_7679079277 palaios_html_7679079277:139:13657:13680 Gypsum Spring Cheyenne, Wyoming +0.269261 cspg_html_8417280957 cspg_html_8417280957:11:1347:1357 Dewey Lake Chinle Formation +0.505968 gsa_html_7365643246 gsa_html_7365643246:77:5822:5850 Green River Colorado +0.262135 aapg_ai_583.html aapg_ai_583.html:101:14720:14734 Sundance Cheyenne, Wyoming +0.508482 aapg_aa_302.html aapg_aa_302.html:323:38648:38654 Kaibab Reno, Nevada +0.488136 aapg_ah_973.html aapg_ah_973.html:131:7250:7266 Ripley Knoxville, Tennessee +0.459816 aapg_af_133.html aapg_af_133.html:148:15530:15546 Cabot Head Michigan +0.49256 AMJC_html_8854520503 AMJC_html_8854520503:822:82886:82894 Columbia Victoria, British Columbia +0.49556 aapg_ah_53.html aapg_ah_53.html:118:11041:11052 Leitchfield Brownsville, Brooklyn +0.257839 aapg_ad_466.html aapg_ad_466.html:441:52463:52481 Monmouth Matawan, New Jersey +0.2585 cspg_html_6032369756 cspg_html_6032369756:278:32496:32522 Halfway Grand Prairie, Texas +0.496544 geology_html_3982744980 geology_html_3982744980:269:23911:23925 Potsdam Ontario, California +0.471735 aapg_ae_74.html aapg_ae_74.html:440:41147:41154 Wingate Logan, Utah +0.250498 aapg_ai_515.html aapg_ai_515.html:282:30646:30657 Green River Wasatch Range +0.245388 gsa_html_1197940982 gsa_html_1197940982:16:911:924 Santa Barbara California +0.246015 cspg_html_5456368738 cspg_html_5456368738:162:22212:22222 Pine Point Lacombe, Alberta +0.262119 geology_html_7999374357 geology_html_7999374357:12:508:514 Denver Colorado +0.27196 aapg_ae_473.html aapg_ae_473.html:325:29397:29420 Hatchetigbee Holly Springs, Mississippi +0.267189 cspg_html_8588503765 cspg_html_8588503765:481:60210:60227 Cardium Canada +0.268842 cspg_html_7971908357 cspg_html_7971908357:135:17418:17423 Price Lacombe, Alberta +0.487622 gsa_html_8789405011 gsa_html_8789405011:29:2796:2824 Green River Colorado +0.49495 palaios_html_5854862235 palaios_html_5854862235:28:2343:2367 Wasatch Cheyenne, Wyoming +0.5082 aapg_af_664.html aapg_af_664.html:243:26246:26262 San Andres Delaware +0.482475 aapg_ah_189.html aapg_ah_189.html:29:4608:4640 Prairie Illinois +0.46683 cspg_html_4326384800 cspg_html_4326384800:1018:149591:149602 Slave Point Canada +0.488652 cspg_html_7404699681 cspg_html_7404699681:282:32049:32066 Toby Washington (state) +0.26418 aapg_ac_333.html aapg_ac_333.html:428:55110:55123 Abo New Mexico +0.295344 aapg_ae_156.html aapg_ae_156.html:60:8787:8795 Colorado Logan, Utah +0.804605 cspg_html_4270552951 cspg_html_4270552951:173:25553:25564 Skull Creek Swan River, Manitoba +0.266682 jgeology_html_4115179562 jgeology_html_4115179562:635:50146:50171 Bays Virginia +0.250857 cspg_html_1925276454 cspg_html_1925276454:591:58506:58526 Cadomin Lacombe, Alberta +0.507311 sedimentology_html_3435480513 sedimentology_html_3435480513:27:1755:1764 Claremont Washington (state) +0.270364 geology_html_7113954805 geology_html_7113954805:18:1049:1085 Mount Simon Illinois +0.260036 cspg_html_9275863663 cspg_html_9275863663:85:12106:12126 Swan Hills Swan Hill, Victoria +0.268822 aapg_ah_198.html aapg_ah_198.html:482:59061:59087 Monterey California +0.345828 aapg_ae_711.html aapg_ae_711.html:9:1872:1892 Hartshorne Arkoma, Oklahoma +0.450424 aapg_ae_499.html aapg_ae_499.html:25:3428:3434 Denver Cheyenne, Wyoming +0.505575 aapg_ah_486.html aapg_ah_486.html:343:36672:36692 Pottsville Illinois +0.258981 palaios_html_2621173808 palaios_html_2621173808:1280:119258:119290 Montney Lacombe, Alberta +0.260608 aapg_ad_580.html aapg_ad_580.html:3:214:234 Fort Union Cheyenne, Wyoming +0.27183 cspg_html_7182873498 cspg_html_7182873498:17:2544:2550 Salina Salina, Kansas +0.2756 palaios_html_3751051678 palaios_html_3751051678:56:5309:5327 Morrison Black Hills +0.262044 aapg_ad_337.html aapg_ad_337.html:306:34052:34057 Sespe Los Angeles +0.497203 sedimentology_html_2073446709 sedimentology_html_2073446709:1014:56614:56623 San Diego California +0.248496 jgeology_html_8423924556 jgeology_html_8423924556:418:37560:37566 Oregon California +0.2495 aapg_af_497.html aapg_af_497.html:572:53297:53303 Pueblo Colorado +0.49495 aapg_ac_363.html aapg_ac_363.html:598:65581:65599 Monterey California +0.480868 geology_html_2618951479 geology_html_2618951479:252:22274:22302 Lockatong Pennsylvania +0.494656 aapg_ah_528.html aapg_ah_528.html:571:61489:61497 Moenkopi Colorado Plateau +0.49632 cspg_html_2490951833 cspg_html_2490951833:550:84028:84053 Beaverhill Lacombe, Alberta +0.269136 aapg_af_667.html aapg_af_667.html:51:5209:5216 Rustler Pecos River +0.485648 gsa_html_1957461749 gsa_html_1957461749:29:2796:2824 Green River Colorado +0.254961 aapg_af_598.html aapg_af_598.html:92:8429:8436 Lenapah Nowata, Oklahoma +0.486664 palaios_html_9973267562 palaios_html_9973267562:341:49871:49875 Kope Maysville, Kentucky +0.517668 aapg_ad_152.html aapg_ad_152.html:2041:268294:268314 Phosphoria Elko County, Nevada +0.805232 aapg_aa_158.html aapg_aa_158.html:5:1026:1040 Cloverly Cordillera Administrative Region +0.4095 aapg_ac_569.html aapg_ac_569.html:66:10378:10398 Emma Fiord Svalbard +0.254904 gsa_html_7304754451 gsa_html_7304754451:877:75981:75988 Jewett Silt San Francisco +0.466186 cspg_html_5272711466 cspg_html_5272711466:424:40648:40656 Edmonton Victoria, British Columbia +0.248472 aapg_af_425.html aapg_af_425.html:59:6307:6321 Cedar Mountain Plateau State +0.2565 aapg_ah_387.html aapg_ah_387.html:352:35794:35803 Knoxville Knoxville, Illinois +0.484124 cspg_html_5345848475 cspg_html_5345848475:809:86719:86736 Wapiabi Niobrara, Nebraska +0.220539 aapg_ac_826.html aapg_ac_826.html:146:14811:14825 Ute Boise, Idaho +0.49244 cspg_html_2134728186 cspg_html_2134728186:15:1949:1957 Columbia Victoria, British Columbia +0.265668 gsa_html_7555021318 gsa_html_7555021318:1094:90576:90583 St Marys China +0.255867 aapg_ai_28.html aapg_ai_28.html:662:64223:64233 Rio Grande Texas +0.492768 aapg_ai_377.html aapg_ai_377.html:9:1454:1470 Yegua Texas +0.445389 aapg_ai_932.html aapg_ai_932.html:642:101781:101809 Sisquoc Santa Maria, California +0.245024 aapg_ae_777.html aapg_ae_777.html:124:15073:15097 Espiritu Santo Sangre de Cristo Range +0.496908 sedimentology_html_2898428289 sedimentology_html_2898428289:1916:96039:96049 Pine Point Canada +0.258064 cspg_html_2013109828 cspg_html_2013109828:124:21209:21228 Ottertail Brookfield, Illinois +0.244528 cspg_html_7403344526 cspg_html_7403344526:491:49575:49598 Viking Lacombe, Alberta +0.472524 aapg_ad_918.html aapg_ad_918.html:520:56965:56973 Colorado Colorado +0.48501 palaios_html_6453840623 palaios_html_6453840623:189:15513:15521 Traverse Pennsylvania +0.269608 aapg_ae_946.html aapg_ae_946.html:206:18310:18319 Allegheny Pennsylvania +0.468936 aapg_ah_772.html aapg_ah_772.html:42:4304:4321 Bird Spring Clark County, Indiana +0.539964 aapg_ah_774.html aapg_ah_774.html:36:5371:5382 Racine Milwaukee +0.484298 aapg_ae_66.html aapg_ae_66.html:300:29875:29884 Newcastle Niobrara, Nebraska +0.258064 cspg_html_6839937815 cspg_html_6839937815:285:40310:40316 Kaibab San Rafael Swell +0.247396 aapg_aa_267.html aapg_aa_267.html:732:60032:60056 Greenbrier Calhoun County, Michigan +0.255528 aapg_ac_617.html aapg_ac_617.html:5:752:770 Oakville Oakville, California +0.483616 cspg_html_6588266079 cspg_html_6588266079:233:28547:28565 Whitemud Canada +0.475048 aapg_ah_881.html aapg_ah_881.html:83:9076:9095 Chuckanut Nanaimo +0.27324 aapg_ad_2.html aapg_ad_2.html:1129:154510:154521 Beekmantown Wissahickon Formation +0.255021 cspg_html_5581374974 cspg_html_5581374974:147:10566:10600 Beaverhill Canada +0.508485 aapg_aa_415.html aapg_aa_415.html:291:41554:41560 Annona Texas +0.25602 gsa_html_1826402027 gsa_html_1826402027:695:78708:78729 Verde Arizona +0.790965 cspg_html_9713614580 cspg_html_9713614580:177:24777:24795 Belly River Milk River, Alberta +0.481143 sedimentology_html_6078727073 sedimentology_html_6078727073:1101:67613:67632 Smackover Arkansas +0.463672 aapg_ac_4.html aapg_ac_4.html:521:41556:41584 Lisburne Northwest Arctic Borough, Alaska +0.258362 aapg_ae_341.html aapg_ae_341.html:118:12528:12544 Paluxy Rodessa, Louisiana +0.499275 aapg_ad_883.html aapg_ad_883.html:13:2008:2029 Mount Simon Michigan +0.270848 aapg_ac_473.html aapg_ac_473.html:362:48475:48495 Phosphoria Boise, Idaho +0.265684 aapg_af_166.html aapg_af_166.html:214:24986:25002 Lissie Hockley +0.262584 cspg_html_9388742281 cspg_html_9388742281:100:11940:11958 Cardium Lacombe, Alberta +0.493569 cspg_html_9735723617 cspg_html_9735723617:667:79406:79423 Mould Bay Melville Island (Canada) +0.254925 aapg_ai_877.html aapg_ai_877.html:224:24695:24707 Huntersville Pennsylvania +0.267264 geology_html_6173381301 geology_html_6173381301:392:29040:29069 Bell Victoria, British Columbia +0.256968 sedimentology_html_5402223987 sedimentology_html_5402223987:650:53344:53361 Kinzers Pennsylvania +0.28248 geology_html_6254924018 geology_html_6254924018:267:25245:25252 Laramie Cheyenne, Wyoming +0.260925 aapg_ae_345.html aapg_ae_345.html:355:24655:24665 Tuscaloosa Tuscaloosa, Alabama +0.459648 cspg_html_4176605708 cspg_html_4176605708:180:18768:18782 Colorado Ashville, Ohio +0.479245 geology_html_6058199605 geology_html_6058199605:248:24310:24329 Littleton New Hampshire +0.252324 cspg_html_8078587269 cspg_html_8078587269:6:331:352 Etherington Lacombe, Alberta +0.477664 gsa_html_5625878232 gsa_html_5625878232:280:39022:39046 Northumberland Hornby Island +0.489936 aapg_ad_379.html aapg_ad_379.html:502:42639:42648 Chugwater Cheyenne, Wyoming +0.49337 aapg_af_52.html aapg_af_52.html:106:11840:11863 Calvert Brazos River +0.274432 aapg_af_41.html aapg_af_41.html:379:24433:24438 Husky Colorado +0.473926 cspg_html_4031489103 cspg_html_4031489103:339:49866:49883 Gateway Fernie, British Columbia +0.417822 cspg_html_6249234253 cspg_html_6249234253:71:9310:9322 Cooking Lake Redwater, Texas +0.48813 aapg_ah_871.html aapg_ah_871.html:19:2759:2767 Montreal Montreal +0.470016 aapg_af_636.html aapg_af_636.html:262:30708:30716 Onondaga Missouri River +0.246433 sedimentology_html_6305487627 sedimentology_html_6305487627:683:39711:39717 Moscow Russia +0.44707 cspg_html_2406266627 cspg_html_2406266627:369:38532:38545 Turner Valley Lacombe, Alberta +0.48822 cspg_html_7204006147 cspg_html_7204006147:37:4564:4576 Cooking Lake Lacombe, Alberta +0.255024 cspg_html_5541937700 cspg_html_5541937700:866:106738:106759 Shaftesbury Lacombe, Alberta +0.913855 gsa_html_7195000001 gsa_html_7195000001:900:109352:109370 Eureka Sound Canadian Arctic Archipelago +0.497896 aapg_ac_765.html aapg_ac_765.html:416:78498:78514 Chinle Chinle Formation +0.93896 cspg_html_1009749092 cspg_html_1009749092:472:60636:60652 Horseshoe Canyon Lacombe, Alberta +0.488131 aapg_ac_909.html aapg_ac_909.html:21:2890:2897 Yucatan Cayman Islands +0.253847 aapg_ah_329.html aapg_ah_329.html:635:64682:64699 Sisquoc Paso Robles, California +0.25047 aapg_ai_871.html aapg_ai_871.html:103:10020:10028 Colorado Denver +0.481712 sedimentology_html_3805411746 sedimentology_html_3805411746:613:29484:29492 Scotland Great Britain +0.26416 cspg_html_4132771434 cspg_html_4132771434:648:80053:80080 Wabamun Lacombe, Alberta +0.247486 aapg_ae_805.html aapg_ae_805.html:86:11233:11241 Colorado New Mexico +0.35966 aapg_ah_489.html aapg_ah_489.html:30:3463:3470 Genesee Pennsylvania +0.470824 gsa_html_5865982995 gsa_html_5865982995:1032:111921:111942 Green River Cheyenne, Wyoming +0.499653 aapg_ae_369.html aapg_ae_369.html:339:34330:34345 Eutaw Tishomingo, Mississippi +0.490455 gsa_html_5694391338 gsa_html_5694391338:762:69610:69629 Red Mountain Gneiss Texas +0.199872 palaios_html_3751259297 palaios_html_3751259297:105:14565:14571 Warsaw Illinois +0.469504 cspg_html_4861932119 cspg_html_4861932119:557:64223:64231 Columbia Victoria, British Columbia +0.722568 aapg_ah_781.html aapg_ah_781.html:3:171:185 Krebs Missouri River +0.256512 cspg_html_9072696952 cspg_html_9072696952:28:3123:3131 Columbia Victoria, British Columbia +0.509467 aapg_ah_828.html aapg_ah_828.html:485:44823:44832 La Casita Mexico +0.253009 gsa_html_2743423721 gsa_html_2743423721:558:59707:59721 Tyee Montgomery (town), New York +0.508369 aapg_ac_400.html aapg_ac_400.html:353:41015:41024 Tuscarora Webster County, Missouri +0.494449 cspg_html_4943597281 cspg_html_4943597281:14:1958:1979 Peace River Lacombe, Alberta +0.468996 aapg_ad_12.html aapg_ad_12.html:270:24261:24279 Mainsjie Bonaire +0.487424 cspg_html_5484260516 cspg_html_5484260516:1331:117555:117573 Palliser Canada +0.450945 AMJC_html_6341723617 AMJC_html_6341723617:1191:99776:99792 Colton Illinois +0.500752 aapg_af_218.html aapg_af_218.html:118:12518:12532 Monterey California +0.24596 aapg_ai_107.html aapg_ai_107.html:721:67348:67370 Marble Falls East Texas +0.266192 aapg_ak_21.html aapg_ak_21.html:97:11470:11490 Lodgepole Cheyenne, Wyoming +0.265221 gsa_html_7167729675 gsa_html_7167729675:157:13531:13559 Green River Colorado +0.488474 aapg_ah_387.html aapg_ah_387.html:221:24096:24105 Knoxville Knoxville, Illinois +0.549 aapg_aa_702.html aapg_aa_702.html:516:95087:95098 Slave Point Lacombe, Alberta +0.3645 cspg_html_2139304729 cspg_html_2139304729:417:37230:37250 Griper Bay Bathurst Island (Northern Territory) +0.247164 gsa_html_1617077506 gsa_html_1617077506:1063:98609:98617 Columbia Earth +0.519 gsa_html_1497438470 gsa_html_1497438470:59:3832:3860 Green River Colorado +0.46435 aapg_ad_350.html aapg_ad_350.html:47:5586:5596 Cumberland Terra Alta +0.499554 aapg_ae_454.html aapg_ae_454.html:198:16266:16273 Bossier Shreveport, Louisiana +0.510796 aapg_ah_835.html aapg_ah_835.html:22:3945:3957 Borden Chinle Formation +0.490676 cspg_html_3618628685 cspg_html_3618628685:9:1087:1097 Milk River Western world +0.493954 aapg_ad_973.html aapg_ad_973.html:541:46455:46461 Jordan Melbourne, Florida +0.260454 AMJC_html_4299960498 AMJC_html_4299960498:615:79006:79016 Washington Twisp, Washington +0.266231 cspg_html_9780523405 cspg_html_9780523405:894:108036:108046 Pine Point Great Slave Lake +0.23328 cspg_html_4272664788 cspg_html_4272664788:406:47107:47119 Rundle Victoria, British Columbia +0.272934 aapg_aa_702.html aapg_aa_702.html:638:101799:101830 Elk Regina, Saskatchewan +0.251988 gsa_html_5601712699 gsa_html_5601712699:636:56301:56312 Pico Santa Monica, California +0.259056 aapg_aa_712.html aapg_aa_712.html:133:17331:17346 Maquoketa Glenwood, Utah +0.270878 cspg_html_8089302449 cspg_html_8089302449:260:44160:44171 Hare Indian Michigan Basin +0.868543 aapg_ad_745.html aapg_ad_745.html:46:4793:4801 Niobrara Colorado +0.260075 jgeology_html_5816492644 jgeology_html_5816492644:645:33811:33828 Chadron Nebraska +0.265738 cspg_html_6675007047 cspg_html_6675007047:691:68551:68571 San Andres New Mexico +0.508277 cspg_html_5358383351 cspg_html_5358383351:584:82496:82521 Windsor Bridgetown, Nova Scotia +0.26469 aapg_ai_18.html aapg_ai_18.html:158:15074:15094 Weches Charlotte, North Carolina +0.237105 cspg_html_9551573979 cspg_html_9551573979:415:45471:45495 Basal Southern Alberta +0.461 sedimentology_html_9417022136 sedimentology_html_9417022136:555:43263:43267 Hall London, Ontario +0.25844 gsa_html_4667678389 gsa_html_4667678389:539:49585:49604 Pocatello Washington (state) +0.499421 aapg_ah_141.html aapg_ah_141.html:184:14823:14830 El Paso San Juan, Argentina +0.269345 gsa_html_3014459865 gsa_html_3014459865:167:17090:17099 Manasquan Navesink River +0.483246 gsa_html_4667678389 gsa_html_4667678389:1357:127318:127346 Green River Colorado +0.246422 aapg_ad_870.html aapg_ad_870.html:331:39316:39322 Toledo Ohio +0.489936 aapg_aa_960.html aapg_aa_960.html:81:8012:8019 Entrada Bellevue, Nebraska +0.243886 cspg_html_3772380029 cspg_html_3772380029:1059:132997:133015 Winnipeg Manitoba +0.461772 geology_html_5759192268 geology_html_5759192268:20:778:791 Santa Barbara California +0.24206 geology_html_3694117383 geology_html_3694117383:245:23710:23718 Colorado Logan, Utah +0.261744 aapg_ad_194.html aapg_ad_194.html:4:487:504 Stirling Reno, Nevada +0.252003 geology_html_9427090233 geology_html_9427090233:12:505:511 Denver Colorado +0.233727 cspg_html_1132698231 cspg_html_1132698231:222:30093:30134 Merced San Francisco +0.497373 aapg_ah_134.html aapg_ah_134.html:63:5983:6002 Smackover Arkansas +0.511104 aapg_ai_694.html aapg_ai_694.html:31:4638:4652 Beaumont Texas +0.36159 aapg_ac_12.html aapg_ac_12.html:116:8034:8053 Maquoketa Iowa +0.270391 aapg_af_13.html aapg_af_13.html:907:86081:86093 Dakota Denver +0.489984 aapg_af_617.html aapg_af_617.html:11:1650:1665 Viola Wise County, Virginia +0.262524 sedimentology_html_8923738088 sedimentology_html_8923738088:1638:89373:89412 Leduc Lacombe, Alberta +0.25493 cspg_html_2406266627 cspg_html_2406266627:109:13843:13855 Willow Creek Calgary +0.249984 cspg_html_6284849447 cspg_html_6284849447:300:21079:21102 Athabasca Lacombe, Alberta +0.491232 aapg_ac_824.html aapg_ac_824.html:261:24704:24721 Manitou Colorado +0.261072 cspg_html_6715452766 cspg_html_6715452766:22:3900:3922 Eureka Sound Ellesmere Island +0.38403 aapg_ai_73.html aapg_ai_73.html:474:65432:65450 Tensleep Cheyenne, Wyoming +0.473538 aapg_ad_338.html aapg_ad_338.html:206:21815:21828 Potomac Closter, New Jersey +0.258482 jgeology_html_8406118991 jgeology_html_8406118991:148:11946:11962 Descon Prince of Wales Island (Nunavut) +0.264969 aapg_ah_289.html aapg_ah_289.html:245:34854:34872 Monterey Lost Hills Oil Field +0.50932 cspg_html_7182873498 cspg_html_7182873498:46:8471:8504 Eramosa Michigan Basin +0.854194 palaios_html_7860397774 palaios_html_7860397774:45:3169:3186 La Luna Venezuela +0.284382 aapg_ah_653.html aapg_ah_653.html:97:12383:12399 Dakota Niobrara, Nebraska +0.26355 cspg_html_8525917094 cspg_html_8525917094:6:350:380 Swift Lacombe, Alberta +0.266664 cspg_html_6736202792 cspg_html_6736202792:6:376:404 Waterways Fort McMurray +0.26235 AMJC_html_9359800308 AMJC_html_9359800308:14:684:691 Windsor Ontario, California +0.262644 gsa_html_7737235229 gsa_html_7737235229:105:10515:10534 Eminence Gasconade River +0.249936 aapg_ai_410.html aapg_ai_410.html:464:42085:42088 Lee Colorado +0.25116 sedimentology_html_1440665452 sedimentology_html_1440665452:1072:76297:76301 Bond North Atlantic Current +0.458865 cspg_html_4270552951 cspg_html_4270552951:140:19897:19909 Morden Niobrara, Nebraska +0.840994 gsa_html_8349861296 gsa_html_8349861296:1021:86353:86365 Owens Valley White Mountains (California) +0.496392 cspg_html_1893593837 cspg_html_1893593837:70:5304:5316 Attawapiskat River Severn +0.67116 gsa_html_1536819908 gsa_html_1536819908:153:15689:15702 Edna Mountain Reno, Nevada +0.25755 aapg_ae_803.html aapg_ae_803.html:29:4290:4295 Peten Guatemala +0.467124 cspg_html_8427119881 cspg_html_8427119881:81:14621:14629 Edmonton Lacombe, Alberta +0.265221 aapg_ae_895.html aapg_ae_895.html:582:48014:48025 Reclamation Washington (state) +0.849555 cspg_html_8363357104 cspg_html_8363357104:633:79362:79380 Deadwood Williston Basin +0.238908 aapg_ah_90.html aapg_ah_90.html:83:13526:13549 Burro Canyon Colorado +0.4978 aapg_af_131.html aapg_af_131.html:65:7716:7722 Chinle Santa Rosa, California +0.49035 aapg_aa_126.html aapg_aa_126.html:46:4133:4152 Franconia Wisconsin +0.242688 gsa_html_7797980813 gsa_html_7797980813:834:57165:57170 Ascot Quebec City +0.267264 aapg_ac_807.html aapg_ac_807.html:481:48787:48805 Monmouth Maryland +0.508992 aapg_ae_884.html aapg_ae_884.html:215:29235:29254 Mesaverde Cheyenne, Wyoming +0.242346 aapg_ac_90.html aapg_ac_90.html:151:23263:23280 Navajo Reno, Nevada +0.262023 aapg_ae_29.html aapg_ae_29.html:76:9465:9471 Pocono Plateau State +0.467054 aapg_aa_399.html aapg_aa_399.html:304:24636:24657 Peace River Clearwater, Florida +0.249194 cspg_html_2175627313 cspg_html_2175627313:1040:93181:93189 Columbia Victoria, British Columbia +0.269808 cspg_html_6116883777 cspg_html_6116883777:618:81423:81445 Devon Island Devon Island +0.263048 aapg_ad_941.html aapg_ad_941.html:18:2521:2532 Peace River Lacombe, Alberta +0.47124 aapg_aa_124.html aapg_aa_124.html:749:78557:78574 Colorado Lacombe, Alberta +0.251082 aapg_ae_62.html aapg_ae_62.html:417:32541:32556 Tyler Williston Basin +0.482977 cspg_html_3328007773 cspg_html_3328007773:826:89984:90000 Viking Lacombe, Alberta +0.265221 aapg_ah_625.html aapg_ah_625.html:37:4361:4374 Blue Mountain Uinta Mountains +0.485556 cspg_html_4298557570 cspg_html_4298557570:9:852:869 Battle Edmonton, London +0.693576 cspg_html_7595517955 cspg_html_7595517955:728:66934:66954 Bird Fiord District Council of Franklin Harbour +0.461664 aapg_af_2.html aapg_af_2.html:843:72030:72036 Denver Colorado +0.26215 gsa_html_3936574180 gsa_html_3936574180:745:71756:71772 Wapiti Cheyenne, Wyoming +0.257048 aapg_ad_379.html aapg_ad_379.html:628:51587:51593 Carmel Boise, Idaho +0.281503 aapg_ah_644.html aapg_ah_644.html:235:27967:27984 Rierdon Williston Basin +0.244258 aapg_ai_49.html aapg_ai_49.html:255:30116:30132 Navajo Logan, Utah +0.50264 gsa_html_5865982995 gsa_html_5865982995:1150:123835:123842 Laramie Sweetwater, Miami-Dade County, Florida +0.406395 cspg_html_7083999793 cspg_html_7083999793:27:3407:3412 Banff Victoria, British Columbia +0.481707 aapg_ae_473.html aapg_ae_473.html:284:26650:26657 Naheola Alabama +0.512732 aapg_ac_986.html aapg_ac_986.html:399:46175:46184 Chugwater Closter, New Jersey +0.258028 gsa_html_4191470130 gsa_html_4191470130:35:2694:2707 Santa Barbara California +0.267273 cspg_html_6514903151 cspg_html_6514903151:254:30192:30209 Cardium Lacombe, Alberta +0.48034 aapg_aa_736.html aapg_aa_736.html:158:14332:14351 Michigan Michigan +0.253005 aapg_ac_617.html aapg_ac_617.html:84:10439:10457 Oakville Oakville, California +0.498225 aapg_af_614.html aapg_af_614.html:8:997:1016 Smackover Arkansas +0.48858 cspg_html_2419618566 cspg_html_2419618566:614:83949:83954 Yukon Victoria, British Columbia +0.48603 sedimentology_html_7072330279 sedimentology_html_7072330279:1514:71697:71704 Oceanic Arctic +0.249744 aapg_af_789.html aapg_af_789.html:57:8193:8200 Narrows Bluefield, West Virginia +0.930901 aapg_ah_654.html aapg_ah_654.html:118:11883:11897 Gallatin DeLand, Florida +0.251715 aapg_aa_712.html aapg_aa_712.html:190:23770:23783 Starved Rock Platteville, Colorado +0.256302 jgeology_html_8406118991 jgeology_html_8406118991:125:10305:10313 Columbia Anchorage, Alaska +0.25704 gsa_html_1119256423 gsa_html_1119256423:563:50295:50309 Arikaree Sand Hills (Nebraska) +0.467622 aapg_ai_351.html aapg_ai_351.html:271:23531:23545 Woodford Oklahoma City +0.49278 palaios_html_7739817341 palaios_html_7739817341:786:78975:78982 Yucatan Cozumel +0.25956 jgeology_html_4115179562 jgeology_html_4115179562:1297:71926:71957 Unicoi Virginia +0.486324 cspg_html_2769629211 cspg_html_2769629211:6:592:613 Escarpment Hay River (Canada) +0.257556 aapg_ah_647.html aapg_ah_647.html:212:21537:21543 Abrigo El Paso, Texas +0.266742 aapg_aa_131.html aapg_aa_131.html:128:13365:13385 Ellensburg South Prairie, Washington +0.478208 aapg_ad_44.html aapg_ad_44.html:231:22811:22821 Washington Marine Corps Base Quantico +0.25272 aapg_ae_31.html aapg_ae_31.html:135:15825:15847 Moorefield Western world +0.463804 cspg_html_2175627313 cspg_html_2175627313:87:10621:10629 Columbia Victoria, British Columbia +0.256949 aapg_aa_23.html aapg_aa_23.html:969:127091:127114 Interlake Manitoba +0.253512 sedimentology_html_6268265701 sedimentology_html_6268265701:1317:92876:92880 Hall London, Ontario +0.251392 aapg_af_97.html aapg_af_97.html:50:5183:5197 Kope Bloomington, Indiana +0.499032 cspg_html_8438548095 cspg_html_8438548095:331:33137:33145 Paskapoo Edmonton, London +0.254944 gsa_html_3860045860 gsa_html_3860045860:1038:97244:97250 Oregon Manchester, New Hampshire +0.490028 aapg_ac_708.html aapg_ac_708.html:8:1192:1208 Elwren Putnam County, Florida +0.484939 gsa_html_3445493534 gsa_html_3445493534:676:71320:71338 Monterey California +0.262644 cspg_html_4392308496 cspg_html_4392308496:71:11967:11988 Bonaventure New Brunswick, New Jersey +0.255025 cspg_html_9361096527 cspg_html_9361096527:688:67148:67160 Judith River Canada +0.25047 aapg_af_509.html aapg_af_509.html:321:37186:37192 Denver Colorado +0.490574 aapg_ac_517.html aapg_ac_517.html:210:27864:27876 Medicine Hat Milk River, Alberta +0.487278 aapg_ah_415.html aapg_ah_415.html:117:10629:10639 Bow Island Milk River, Alberta +0.881696 aapg_ae_885.html aapg_ae_885.html:228:22638:22657 Toroweap Kaibab, Arizona +0.262063 aapg_aa_826.html aapg_aa_826.html:107:11712:11719 Matawan Raritan River +0.254881 aapg_ae_65.html aapg_ae_65.html:216:24697:24705 Frontier Cheyenne, Wyoming +0.491824 aapg_ai_553.html aapg_ai_553.html:39:4340:4346 Borden Texas +0.486244 sedimentology_html_6346136313 sedimentology_html_6346136313:1443:92033:92065 Wingate Arizona +0.273528 aapg_ad_152.html aapg_ad_152.html:1775:229735:229753 Toroweap Kaibab, Arizona +0.89397 cspg_html_4626597050 cspg_html_4626597050:279:34276:34295 Dinwoody Cheyenne, Wyoming +0.252945 cspg_html_3008745251 cspg_html_3008745251:201:26703:26720 Monkman Victoria, British Columbia +0.466784 cspg_html_1124814558 cspg_html_1124814558:5:222:236 Colorado Lacombe, Alberta +0.244188 AMJC_html_6098427986 AMJC_html_6098427986:670:82016:82021 Crete Crete +0.270878 cspg_html_9343899465 cspg_html_9343899465:2178:199454:199467 Weatherall Banks Island +0.49181 aapg_ad_721.html aapg_ad_721.html:582:55548:55553 Queen Carlsbad, New Mexico +0.249458 aapg_ai_140.html aapg_ai_140.html:191:23475:23483 Edmonton Redwater, Texas +0.505393 aapg_ad_943.html aapg_ad_943.html:192:21183:21196 Turner Valley Canada +0.483966 gsa_html_8086754950 gsa_html_8086754950:415:41684:41692 Colorado Denver +0.477184 sedimentology_html_9522643663 sedimentology_html_9522643663:143:12760:12785 Carmel Entrada Sandstone +0.4705 cspg_html_5381643866 cspg_html_5381643866:20:2759:2767 Bullhead Victoria, British Columbia +0.92402 cspg_html_5479700260 cspg_html_5479700260:70:8185:8210 Stony Mountain Bath, Somerset +0.48807 aapg_ae_206.html aapg_ae_206.html:222:25226:25238 Lissie Beaumont, Texas +0.259 aapg_aa_24.html aapg_aa_24.html:462:53803:53821 Lisburne Anchorage, Alaska +0.486588 palaios_html_8054385512 palaios_html_8054385512:378:36216:36228 Judith River Lacombe, Alberta +0.257004 aapg_ae_324.html aapg_ae_324.html:227:23100:23111 Beekmantown Knoxville, Illinois +0.378994 aapg_aa_598.html aapg_aa_598.html:14:2129:2146 Thaynes Boise, Idaho +0.479808 gsa_html_4120839285 gsa_html_4120839285:1431:137187:137196 Flagstaff Colorado Plateau +0.255458 palaios_html_1834763898 palaios_html_1834763898:342:41617:41651 Noonday Dolomite East Palo Alto, California +0.267786 gsa_html_2220556952 gsa_html_2220556952:1205:126395:126401 Reston Virginia +0.495157 aapg_ad_808.html aapg_ad_808.html:802:52355:52365 Twin Creek Middle East +0.481206 gsa_html_5988984404 gsa_html_5988984404:764:55063:55091 Green River Colorado +0.240064 aapg_ad_865.html aapg_ad_865.html:346:34549:34556 Hermosa Hermosa, Chicago +0.456487 aapg_ae_73.html aapg_ae_73.html:921:111921:111929 Colorado Colorado +0.236652 AMJC_html_5471526645 AMJC_html_5471526645:103:17392:17400 Virginia North Carolina +0.48504 AMJC_html_3447844227 AMJC_html_3447844227:1020:94565:94571 Gurabo Puerto Rico +0.247476 aapg_ac_241.html aapg_ac_241.html:57:7507:7524 Raritan Closter, New Jersey +0.273 palaios_html_5600528347 palaios_html_5600528347:506:51075:51096 Green River Cheyenne, Wyoming +0.495471 aapg_ae_845.html aapg_ae_845.html:170:18720:18729 Mesaverde Colorado +0.680352 aapg_ae_570.html aapg_ae_570.html:119:12285:12301 Salina Huntington, West Virginia +0.380133 cspg_html_6064089067 cspg_html_6064089067:7:478:486 Winnipeg Winnipeg +0.498318 aapg_ai_367.html aapg_ai_367.html:211:11917:11936 Domengine Western world +0.267288 aapg_ah_318.html aapg_ah_318.html:1932:178483:178489 Sierra Coahuila +0.263144 cspg_html_7378664643 cspg_html_7378664643:648:103166:103205 Leduc Canada +0.491202 gsa_html_1075724130 gsa_html_1075724130:688:58221:58249 Green River Iran +0.482328 palaios_html_5334521487 palaios_html_5334521487:550:61018:61029 Bloomington Bloomington, Indiana +0.864875 cspg_html_2418341010 cspg_html_2418341010:107:13314:13333 Stonewall Winnipeg +0.275589 aapg_af_3.html aapg_af_3.html:215:22560:22569 Snowflake Supai, Arizona +0.39538 aapg_ah_157.html aapg_ah_157.html:157:21105:21125 Eau Claire Wisconsin +0.262 aapg_ad_653.html aapg_ad_653.html:334:41007:41022 Herschel Island Anchorage, Alaska +0.253616 aapg_ac_602.html aapg_ac_602.html:80:6408:6430 Bonanza Providence Mountains State Recreation Area +0.260598 jgeology_html_1103778655 jgeology_html_1103778655:684:45593:45607 Monterey California +0.24048 aapg_ah_696.html aapg_ah_696.html:386:55404:55414 Washington Richland, Washington +0.499988 aapg_ai_66.html aapg_ai_66.html:13:1928:1948 Mesaverde Colorado +0.261602 aapg_af_90.html aapg_af_90.html:37:6126:6142 Noonday Dolomite Reno, Nevada +0.259584 aapg_ai_514.html aapg_ai_514.html:16:2671:2686 Salt Lake Logan, Utah +0.479364 geology_html_4781601757 geology_html_4781601757:100:9430:9441 San Jacinto Lake Elsinore, California +0.284616 aapg_aa_232.html aapg_aa_232.html:247:27178:27198 Duck Creek Texas +0.911014 geology_html_2350878941 geology_html_2350878941:257:20627:20648 Green River Colorado +0.920368 aapg_ac_235.html aapg_ac_235.html:124:13173:13191 Morrison Black Hills +0.510272 palaios_html_8713445937 palaios_html_8713445937:427:58019:58023 Rome Adriatic Sea +0.28704 aapg_ah_446.html aapg_ah_446.html:307:40459:40466 Temblor Monterey, California +0.254961 cspg_html_7985076717 cspg_html_7985076717:60:6233:6246 Baumann Fiord Little Cornwallis Island +0.256968 aapg_ac_869.html aapg_ac_869.html:373:37746:37755 San Diego California +0.24453 aapg_af_636.html aapg_af_636.html:256:30017:30028 Dutch Creek Illinois +0.36408 geology_html_1574115242 geology_html_1574115242:256:23091:23107 Colton Logan, Utah +0.256608 aapg_af_830.html aapg_af_830.html:498:57826:57834 Woodbine Lewisville, Texas +0.26572 AMJC_html_6759408618 AMJC_html_6759408618:460:45710:45714 Wise West Branch Susquehanna River +0.267696 gsa_html_4842463190 gsa_html_4842463190:13:630:638 Colorado Denver +0.920634 aapg_ac_451.html aapg_ac_451.html:572:60707:60741 Talkeetna Cook Inlet +0.51975 gsa_html_8030464622 gsa_html_8030464622:116:11996:12005 Red River Red River of the North +0.264132 aapg_ae_667.html aapg_ae_667.html:467:56462:56468 Denver Colorado +0.271942 aapg_af_788.html aapg_af_788.html:352:28798:28806 Traverse Antrim, County Antrim +0.52032 aapg_ad_802.html aapg_ad_802.html:53:6327:6337 Tuscaloosa Tuscaloosa, Alabama +0.514968 geology_html_6002239825 geology_html_6002239825:304:26314:26318 Bell North Atlantic Current +0.477191 cspg_html_4202029418 cspg_html_4202029418:14:1840:1856 Bjorne Melville, New York +0.254007 cspg_html_3076059179 cspg_html_3076059179:9:710:718 Columbia Victoria, British Columbia +0.487725 gsa_html_2832151886 gsa_html_2832151886:595:52539:52562 Belle Fourche Victoria, British Columbia +0.2525 aapg_aa_306.html aapg_aa_306.html:109:11496:11510 Lyre Washington (state) +0.26163 cspg_html_9735723617 cspg_html_9735723617:294:37267:37287 Weatherall Melville Island (Canada) +0.249158 aapg_aa_232.html aapg_aa_232.html:279:31583:31603 Duck Creek Texas +0.5111 aapg_ah_972.html aapg_ah_972.html:76:6921:6936 Yegua Texas +0.250952 cspg_html_7281679890 cspg_html_7281679890:251:40919:40938 Kindle Virginia +0.47369 aapg_ac_923.html aapg_ac_923.html:381:41228:41233 Atoka Atoka, Oklahoma +0.260428 aapg_ad_800.html aapg_ad_800.html:136:15904:15913 Demopolis Texas +0.532168 aapg_ad_596.html aapg_ad_596.html:51:7704:7716 Saskatchewan Lacombe, Alberta +0.476577 geology_html_9304361956 geology_html_9304361956:15:719:725 Provo Pannonia +0.246512 aapg_aa_371.html aapg_aa_371.html:194:16432:16441 Conemaugh Monongahela, Pennsylvania +0.80736 cspg_html_8509913074 cspg_html_8509913074:107:16612:16628 Salina Guelph +0.48581 sedimentology_html_1679652964 sedimentology_html_1679652964:574:38891:38897 Brazil San Francisco +0.26775 gsa_html_7890977910 gsa_html_7890977910:411:44179:44197 Sheepbed Svalbard +0.481873 aapg_ac_187.html aapg_ac_187.html:4115:396498:396517 Sassenach Lacombe, Alberta +0.50024 cspg_html_2973952956 cspg_html_2973952956:371:34273:34290 Montney Victoria, British Columbia +0.475132 gsa_html_4965235078 gsa_html_4965235078:168:20733:20741 Scotland Siberia +0.268243 gsa_html_7875871937 gsa_html_7875871937:601:56917:56923 Denver Williston, Vermont +0.264704 aapg_ae_777.html aapg_ae_777.html:638:73605:73629 Espiritu Santo Sangre de Cristo Range +0.4484 aapg_ah_827.html aapg_ah_827.html:182:26713:26720 Katalla Cooper River (South Carolina) +0.248677 aapg_ad_821.html aapg_ad_821.html:383:28435:28453 Gallatin Gallatin, Tennessee +0.263662 cspg_html_9683836416 cspg_html_9683836416:64:11504:11515 Belly River Lacombe, Alberta +0.476952 palaios_html_7465495929 palaios_html_7465495929:84:10836:10853 La Luna South America +0.486588 aapg_ad_269.html aapg_ad_269.html:307:32614:32624 Washington White River (Washington) +0.279908 aapg_ae_474.html aapg_ae_474.html:92:8579:8595 Bethel Bethel, Alaska +0.472352 aapg_af_162.html aapg_af_162.html:240:21592:21612 Brownstown Austin, Chicago +0.271441 sedimentology_html_3599980060 sedimentology_html_3599980060:1646:74562:74568 Banner Hanson, Massachusetts +0.2535 aapg_ai_28.html aapg_ai_28.html:851:81866:81886 Citronelle Texas +0.823032 aapg_af_128.html aapg_af_128.html:486:43607:43613 Casper Colorado +0.261948 aapg_ai_846.html aapg_ai_846.html:47:5377:5395 Prairie Gulfport, Mississippi +0.251988 cspg_html_3962754176 cspg_html_3962754176:633:71771:71790 Athabasca Lacombe, Alberta +0.4845 aapg_ae_564.html aapg_ae_564.html:172:16577:16586 Extension Anchorage, Alaska +0.46906 aapg_ad_37.html aapg_ad_37.html:98:10066:10074 Saratoga Matagorda County, Texas +0.25856 palaios_html_2128779739 palaios_html_2128779739:130:13447:13461 Beaufort South Africa +0.265668 aapg_ai_477.html aapg_ai_477.html:119:12954:12975 Nelson Liard River, British Columbia +0.516833 aapg_af_786.html aapg_af_786.html:348:28643:28655 Moreno California +0.24336 cspg_html_5976982403 cspg_html_5976982403:120:16872:16887 Siyeh Purcell Mountains +0.256853 gsa_html_8003826422 gsa_html_8003826422:418:44929:44941 Owens Valley California +0.25347 aapg_af_701.html aapg_af_701.html:37:4312:4346 Onondaga Huntington, West Virginia +0.475205 jgeology_html_1063161201 jgeology_html_1063161201:1325:85411:85417 Provo Alps +0.456918 gsa_html_2877730818 gsa_html_2877730818:319:32757:32781 Crystal Spring Death Valley +0.2375 gsa_html_2927312038 gsa_html_2927312038:593:46575:46583 Scotland Ballantrae +0.251808 aapg_ai_28.html aapg_ai_28.html:35:3217:3233 Reynosa Beaumont, Texas +0.49728 AMJC_html_9709478395 AMJC_html_9709478395:938:84383:84401 Monterey California +0.4929 cspg_html_8811137053 cspg_html_8811137053:6:258:270 Cardium Red Deer, Alberta +0.248948 cspg_html_1893593837 cspg_html_1893593837:195:16232:16257 Red Head Rapids Churchill River (Atlantic) +0.40768 aapg_ai_28.html aapg_ai_28.html:776:73649:73657 Oakville Beaumont, Texas +0.235698 aapg_ah_181.html aapg_ah_181.html:129:15275:15281 Navajo Kayenta, Arizona +0.48316 aapg_ad_110.html aapg_ad_110.html:61:7541:7557 Amsden Mississippian culture +0.826256 aapg_ae_884.html aapg_ae_884.html:199:26727:26736 Greenhorn Black Hills +0.500752 aapg_af_305.html aapg_af_305.html:126:12964:12971 Rodessa Woods County, Oklahoma +0.518976 palaios_html_5154213549 palaios_html_5154213549:295:41833:41856 Matemateaonga Taranaki Region +0.48822 aapg_ac_654.html aapg_ac_654.html:16:1818:1832 Camillus Syracuse, New York +0.242554 aapg_ac_720.html aapg_ac_720.html:225:25418:25427 New Egypt Vincentown, New Jersey +0.271906 cspg_html_9234101474 cspg_html_9234101474:265:30893:30899 Wapiti Lacombe, Alberta +0.240534 aapg_ae_10.html aapg_ae_10.html:23:4008:4019 Bonham Clay Durham, North Carolina +0.470736 aapg_ah_645.html aapg_ah_645.html:706:76160:76181 Bear River Mansfield +0.280324 aapg_ac_91.html aapg_ac_91.html:590:48023:48038 Banff Lacombe, Alberta +0.50397 aapg_ad_999.html aapg_ad_999.html:113:11592:11614 Winnipegosis Lacombe, Alberta +0.481418 aapg_ai_148.html aapg_ai_148.html:577:59754:59766 Saskatchewan Lacombe, Alberta +0.279832 aapg_af_625.html aapg_af_625.html:607:62623:62629 Salina Lockport (city), New York +0.485706 palaios_html_6944542452 palaios_html_6944542452:34:3012:3045 Morrison Cheyenne, Wyoming +0.68061 gsa_html_1419461902 gsa_html_1419461902:936:80280:80289 Rose Hill Mifflintown, Pennsylvania +0.260977 palaios_html_4356021700 palaios_html_4356021700:689:59638:59656 Dunvegan Canada +0.455415 aapg_aa_844.html aapg_aa_844.html:121:12497:12522 Venango Warren County, Ohio +0.494252 aapg_ai_996.html aapg_ai_996.html:1394:64677:64685 Woodbine Closter, New Jersey +0.681908 aapg_ad_3.html aapg_ad_3.html:47:4730:4734 Rome Knoxville, Tennessee +0.26145 aapg_ai_459.html aapg_ai_459.html:328:34587:34610 Whitehorse Grady County, Georgia +0.252 AMJC_html_2829615437 AMJC_html_2829615437:120:18422:18439 Greene Washington (state) +0.897684 cspg_html_1009749092 cspg_html_1009749092:6:187:203 Horseshoe Canyon Lacombe, Alberta +0.26208 aapg_aa_415.html aapg_aa_415.html:32:5357:5365 Woodbine Buda, Texas +0.921519 cspg_html_8040890019 cspg_html_8040890019:869:83570:83586 Viking Lacombe, Alberta +0.358061 aapg_af_988.html aapg_af_988.html:117:13960:13988 Smackover Alabama +0.48864 palaios_html_7928599019 palaios_html_7928599019:362:34350:34359 Eel River Northern California +0.24549 aapg_af_929.html aapg_af_929.html:149:14974:14980 Oswego Bartlesville, Oklahoma +0.259659 aapg_af_502.html aapg_af_502.html:780:90424:90443 Smackover Shreveport, Louisiana +0.285035 aapg_ah_337.html aapg_ah_337.html:343:42147:42153 Laredo Brazos River +0.4997 aapg_ah_158.html aapg_ah_158.html:343:44937:44941 Hall Richmond, California +0.272964 aapg_ac_867.html aapg_ac_867.html:828:107407:107432 Weber Colorado +0.245016 geology_html_5880276793 geology_html_5880276793:237:24307:24313 Oregon Newberry, South Carolina +0.270399 aapg_ae_473.html aapg_ae_473.html:82:7208:7221 Cotton Valley Alabama +0.4845 gsa_html_6441142238 gsa_html_6441142238:94:9381:9399 Glenwood Decorah, Iowa +0.2562 aapg_ae_306.html aapg_ae_306.html:1545:156821:156840 La Quinta Venezuela +0.49419 palaios_html_3022467877 palaios_html_3022467877:42:4564:4572 Navesink Closter, New Jersey +0.255 gsa_html_2145963783 gsa_html_2145963783:38:2680:2686 Antler Sonoma, California +0.247835 cspg_html_3618628685 cspg_html_3618628685:443:50195:50214 Lea Park Lacombe, Alberta +0.257013 palaios_html_9133125241 palaios_html_9133125241:372:44925:44929 Kope Lexington, Kentucky +0.485572 cspg_html_8525917094 cspg_html_8525917094:5:221:236 Swift Southern Alberta +0.473386 aapg_ac_334.html aapg_ac_334.html:386:40926:40934 Scotland Bridgetown, Nova Scotia +0.244944 palaios_html_2107285962 palaios_html_2107285962:661:73198:73212 Kope Cincinnati +0.24102 aapg_af_614.html aapg_af_614.html:73:6012:6031 Morehouse Monroe, Michigan +0.264668 cspg_html_9735723617 cspg_html_9735723617:174:22193:22213 Weatherall Melville Island (Canada) +0.477274 gsa_html_4339524478 gsa_html_4339524478:793:78441:78457 Hurwal Boise, Idaho +0.253847 palaios_html_9814494978 palaios_html_9814494978:108:14561:14589 Nassau Hobart, Indiana +0.495558 sedimentology_html_9522643663 sedimentology_html_9522643663:209:20452:20469 Entrada Carmel, Indiana +0.250488 gsa_html_5924250698 gsa_html_5924250698:806:76413:76421 Colorado Tulsa, Oklahoma +0.264147 aapg_ai_581.html aapg_ai_581.html:69:6706:6712 Dakota Fall River, Nova Scotia +0.276108 jgeology_html_4305195651 jgeology_html_4305195651:1006:96434:96452 Catskill Hyner View State Park +0.699885 aapg_ae_454.html aapg_ae_454.html:125:10084:10101 Bossier Arkansas +0.456246 gsa_html_2877093757 gsa_html_2877093757:760:82265:82271 Denver Flint, Michigan +0.462624 geology_html_9669517688 geology_html_9669517688:11:537:549 Rhode Island Newport, Rhode Island +0.484352 aapg_af_575.html aapg_af_575.html:214:29712:29720 Eminence Missouri River +0.257623 aapg_ad_269.html aapg_ad_269.html:307:32588:32599 White River Washington (state) +0.484272 aapg_ac_93.html aapg_ac_93.html:3:351:379 Smackover Shreveport, Louisiana +0.263 aapg_ad_892.html aapg_ad_892.html:1408:121065:121074 Red Bluff Carnarvon, Western Australia +0.495496 aapg_ah_217.html aapg_ah_217.html:198:23867:23874 Bedford Bloomington, Indiana +0.27336 cspg_html_7434089303 cspg_html_7434089303:220:27844:27863 Red River Cheyenne, Wyoming +0.453791 aapg_ac_688.html aapg_ac_688.html:237:21932:21953 Green River Logan, Utah +0.284832 geology_html_7000342533 geology_html_7000342533:17:918:938 Richardson Mountains Arctic Cordillera +0.491236 jgeology_html_8482613713 jgeology_html_8482613713:809:75275:75288 Santa Barbara California +0.260075 gsa_html_4067767548 gsa_html_4067767548:13:488:496 Colorado Denver +0.261096 cspg_html_3129231627 cspg_html_3129231627:73:10223:10246 Eleanor River Little Cornwallis Island +0.250458 gsa_html_3936574180 gsa_html_3936574180:745:71777:71802 Trout Peak Trachyandesite Cheyenne, Wyoming +0.249216 cspg_html_5000772122 cspg_html_5000772122:39:7070:7082 Fernie Canada +0.248601 gsa_html_5107598462 gsa_html_5107598462:445:40405:40419 Salina Lackawanna County, Pennsylvania +0.50634 palaios_html_5170998264 palaios_html_5170998264:627:65786:65804 Imperial California +0.2485 aapg_ad_169.html aapg_ad_169.html:53:6701:6709 Virginia McDowell County, West Virginia +0.50997 aapg_ae_884.html aapg_ae_884.html:237:31712:31725 Bearpaw Colorado +0.462238 aapg_ah_669.html aapg_ah_669.html:39:4161:4178 Hermosa Colorado +0.496244 aapg_ae_233.html aapg_ae_233.html:20:3097:3102 Eutaw Cusseta, Alabama +0.24745 gsa_html_4308966435 gsa_html_4308966435:1214:120154:120160 Denver Logan, Utah +0.241552 AMJC_html_9757715503 AMJC_html_9757715503:420:44233:44256 Cararra Vienna +0.28461 aapg_ac_22.html aapg_ac_22.html:85:9247:9267 Smackover Paluxy, Texas +0.27336 aapg_aa_544.html aapg_aa_544.html:388:51927:51936 Mesaverde White River (Washington) +0.25146 palaios_html_6353470714 palaios_html_6353470714:19:1134:1152 Willwood Cheyenne, Wyoming +0.245014 jgeology_html_5792739316 jgeology_html_5792739316:798:51375:51397 Carrizo Texas +0.263472 aapg_af_348.html aapg_af_348.html:360:40584:40615 Springhill Cullen, Moray +0.460728 aapg_aa_395.html aapg_aa_395.html:23:3543:3550 Redwood Germany +0.684822 cspg_html_7971908357 cspg_html_7971908357:11:1294:1323 Kishenehn Victoria, British Columbia +0.238626 aapg_ae_474.html aapg_ae_474.html:1270:135075:135081 Bethel Bethel, Alaska +0.861512 cspg_html_5345848475 cspg_html_5345848475:56:8156:8173 Carlile Regina, Saskatchewan +0.888174 aapg_ah_255.html aapg_ah_255.html:410:52040:52046 Kodiak Anchorage, Alaska +0.264864 aapg_aa_745.html aapg_aa_745.html:404:47004:47017 Brushy Canyon New Mexico +0.252928 sedimentology_html_3490195740 sedimentology_html_3490195740:78:8548:8555 Selkirk Williston Basin +0.489636 cspg_html_6249234253 cspg_html_6249234253:1141:116887:116913 Phosphoria New Mexico +0.488796 geology_html_9087790231 geology_html_9087790231:11:547:557 Las Cruces New Mexico +0.265738 cspg_html_8556552074 cspg_html_8556552074:17:1361:1367 Ashern Regina, Saskatchewan +0.25088 aapg_ai_365.html aapg_ai_365.html:310:45985:45995 Pottsville Brentwood, Essex +0.265932 gsa_html_3860045860 gsa_html_3860045860:175:20058:20064 Eugene Salem, Oregon +0.107062 cspg_html_8089302449 cspg_html_8089302449:367:64182:64204 Winnipegosis Manitoba +0.484932 aapg_ac_965.html aapg_ac_965.html:734:79805:79812 Manlius Hudson Valley +0.503712 gsa_html_4446967287 gsa_html_4446967287:951:84199:84204 Logan Selkirk Mountains +0.252486 cspg_html_2882882278 cspg_html_2882882278:49:9066:9084 Mowitch Belcourt, North Dakota +0.279818 aapg_ah_157.html aapg_ah_157.html:289:41323:41339 Warsaw Kentucky +0.24549 aapg_ah_391.html aapg_ah_391.html:78:7733:7742 Coldwater California +0.2401 aapg_af_854.html aapg_af_854.html:1285:183620:183639 Mansfield Bloomington, Indiana +0.461391 cspg_html_1025724640 cspg_html_1025724640:36:5577:5595 Beekmantown Ontario, California +0.676082 aapg_aa_415.html aapg_aa_415.html:116:16250:16263 Woodbine Lamar County, Texas +0.265216 aapg_ah_60.html aapg_ah_60.html:244:23600:23619 Kulthieth Malaspina Glacier +0.368528 aapg_ae_63.html aapg_ae_63.html:95:10752:10769 Laketown Dolomite Logan, Utah +0.283015 aapg_aa_463.html aapg_aa_463.html:91:17666:17689 Smackover Metro Manila +0.255411 aapg_af_143.html aapg_af_143.html:890:88364:88383 Knoxville Knoxville, Illinois +0.250745 aapg_af_579.html aapg_af_579.html:232:25957:25982 Junction Creek Entrada Sandstone +0.247396 gsa_html_6117440194 gsa_html_6117440194:559:57999:58017 Wasatch Fort Union Trading Post National Historic Site +0.48825 cspg_html_2863271815 cspg_html_2863271815:486:57533:57549 B Evaporite Salina, Kansas +0.39052 palaios_html_1369959458 palaios_html_1369959458:954:70259:70276 La Luna Colombia +0.705925 cspg_html_4636216007 cspg_html_4636216007:432:44387:44406 Hecla Bay Bathurst Island (Northern Territory) +0.445124 aapg_af_2.html aapg_af_2.html:736:67222:67230 Colorado San Miguel County, New Mexico +0.249804 aapg_aa_261.html aapg_aa_261.html:229:28705:28731 Lisburne Lisburne Peninsula +0.252865 cspg_html_6193252551 cspg_html_6193252551:392:47309:47344 West Point Canada +0.50298 gsa_html_2877093757 gsa_html_2877093757:760:82273:82281 Colorado Flint, Michigan +0.489168 aapg_ae_69.html aapg_ae_69.html:296:31596:31607 Green River Wasatch Range +0.251955 cspg_html_6860334425 cspg_html_6860334425:9:1046:1057 Nisku Jasper National Park +0.260091 cspg_html_9236194363 cspg_html_9236194363:6:289:321 Waterways Lacombe, Alberta +0.249458 aapg_ac_187.html aapg_ac_187.html:2926:301050:301070 Lane Mexico +0.48246 aapg_ai_94.html aapg_ai_94.html:273:38207:38217 Las Cruces Trinidad and Tobago +0.473908 aapg_aa_457.html aapg_aa_457.html:80:14282:14291 Smackover Haynesville, Louisiana +0.246909 cspg_html_4624186528 cspg_html_4624186528:192:22677:22685 Columbia Victoria, British Columbia +0.491064 aapg_ac_702.html aapg_ac_702.html:229:23917:23923 Hertha Missouri River +0.25956 aapg_ah_116.html aapg_ah_116.html:361:30717:30737 Bloomsburg Pennsylvania +0.276144 aapg_ae_454.html aapg_ae_454.html:518:46672:46689 Hosston Shreveport, Louisiana +0.246648 cspg_html_9023649778 cspg_html_9023649778:456:48133:48143 Fort Worth Lacombe, Alberta +0.492032 gsa_html_3412344071 gsa_html_3412344071:660:59136:59153 Nansen North Sea oil +0.49632 aapg_aa_563.html aapg_aa_563.html:60:8228:8236 Woodbine Texas +0.476656 cspg_html_9177794814 cspg_html_9177794814:114:13826:13842 Alapah Anchorage, Alaska +0.489204 gsa_html_5952049575 gsa_html_5952049575:824:80269:80280 Green River Uinta Mountains +0.904205 cspg_html_9613527162 cspg_html_9613527162:172:23792:23807 Banff Moose Mountain (Alberta) +0.257284 aapg_af_366.html aapg_af_366.html:3:300:314 Lisburne Anchorage, Alaska +0.265738 aapg_ae_984.html aapg_ae_984.html:391:37685:37693 Carlsbad Carlsbad, New Mexico +0.482328 cspg_html_6140605204 cspg_html_6140605204:29:4735:4743 Kootenay Moose Mountain (Alberta) +0.256512 aapg_ac_116.html aapg_ac_116.html:52:12104:12121 Livingstone Western world +0.513898 aapg_ai_275.html aapg_ai_275.html:267:28528:28535 Norfolk Newport, Rhode Island +0.254989 gsa_html_6330913937 gsa_html_6330913937:1097:100284:100289 Logan Southern California +0.476933 geology_html_2384062478 geology_html_2384062478:282:27148:27154 Auburn Pottsville, Pennsylvania +0.75789 cspg_html_8145657505 cspg_html_8145657505:6:275:295 Swan Hills Lacombe, Alberta +0.616642 cspg_html_1450375831 cspg_html_1450375831:18:2243:2261 Winnipeg Middle Ordovician +0.251472 AMJC_html_6430804426 AMJC_html_6430804426:758:61576:61582 Sierra Mexico +0.265209 aapg_ai_488.html aapg_ai_488.html:13:1682:1703 Bear River Aspen, Colorado +0.501992 aapg_af_4.html aapg_af_4.html:44:5151:5156 Vaqueros Monterey, California +0.234398 gsa_html_8010927234 gsa_html_8010927234:135:7335:7363 Frontenac Connecticut River Valley +0.462235 aapg_ae_272.html aapg_ae_272.html:761:74339:74343 Home Austin, Chicago +0.492345 cspg_html_6927586285 cspg_html_6927586285:35:5138:5146 Columbia Victoria, British Columbia +0.459776 cspg_html_1934220426 cspg_html_1934220426:68:8396:8409 Lone Mountain Western world +0.466626 aapg_aa_775.html aapg_aa_775.html:58:5077:5084 Perdido Mississippi River +0.502911 aapg_af_799.html aapg_af_799.html:317:22374:22385 Tejon Coalinga, California +0.858192 aapg_aa_147.html aapg_aa_147.html:291:35618:35626 Deadwood Winnipeg +0.477402 cspg_html_6024623535 cspg_html_6024623535:31:4289:4297 Cochrane Calgary +0.243867 aapg_ae_73.html aapg_ae_73.html:510:68495:68513 Vermejo Trinidad and Tobago +0.258757 geology_html_5260376533 geology_html_5260376533:12:484:492 Colorado Denver +0.277725 aapg_ae_960.html aapg_ae_960.html:99:11951:11964 Madison Kinderhook (town), New York +0.485265 jgeology_html_9629010327 jgeology_html_9629010327:324:24092:24098 Sierra Reno, Nevada +0.257514 cspg_html_6306091047 cspg_html_6306091047:649:89805:89825 Baldonnel Victoria, British Columbia +0.262656 cspg_html_5017240192 cspg_html_5017240192:532:51435:51473 Mission Canyon Manitoba +0.260338 cspg_html_6140605204 cspg_html_6140605204:61:10077:10103 Kootenay Kootenay River +0.2545 gsa_html_6117440194 gsa_html_6117440194:278:28575:28595 Fort Union Williston Basin +0.273351 aapg_ah_96.html aapg_ah_96.html:466:54227:54241 Stony Mountain Williston, Vermont +0.4947 cspg_html_5484260516 cspg_html_5484260516:941:72789:72797 Columbia Victoria, British Columbia +0.252374 palaios_html_3028956190 palaios_html_3028956190:517:59358:59372 Kope Netherlands +0.138006 aapg_ad_648.html aapg_ad_648.html:11:1453:1471 Niobrara Denver +0.269312 sedimentology_html_1574151857 sedimentology_html_1574151857:62:5251:5261 Washington Salem, Oregon +0.474089 aapg_ae_118.html aapg_ae_118.html:775:73591:73595 Wise Cheyenne, Wyoming +0.254496 aapg_ai_334.html aapg_ai_334.html:103:11809:11816 Chochal Guatemala +0.241535 aapg_ac_983.html aapg_ac_983.html:388:61000:61014 Iola Plattsburg, Missouri +0.4893 gsa_html_6468824976 gsa_html_6468824976:619:51403:51431 Green River Iran +0.904397 gsa_html_1347484649 gsa_html_1347484649:271:23910:23938 Green River Iran +0.263176 cspg_html_4293350162 cspg_html_4293350162:523:55919:55929 Mount Head Carnarvon, Western Australia +0.4735 cspg_html_8139359744 cspg_html_8139359744:48:8801:8819 Grimsby Niagara Peninsula +0.2555 aapg_af_351.html aapg_af_351.html:74:9845:9864 Kialagvik Cook Inlet +0.907522 cspg_html_9771826320 cspg_html_9771826320:165:26857:26873 Kanguk Bylot Island Migratory Bird Sanctuary +0.49725 cspg_html_5345848475 cspg_html_5345848475:909:93766:93783 Cardium Lacombe, Alberta +0.492618 aapg_ac_846.html aapg_ac_846.html:334:45528:45536 Traverse Missouri River +0.262 cspg_html_3883962749 cspg_html_3883962749:435:50227:50240 Mountain Park Lacombe, Alberta +0.258482 jgeology_html_8088445472 jgeology_html_8088445472:143:8408:8417 Schoharie Cherry Valley, Illinois +0.270848 aapg_af_854.html aapg_af_854.html:985:139009:139031 Paint Creek Todd County, Minnesota +0.850076 aapg_aa_507.html aapg_aa_507.html:63:7727:7733 Winona Mississippi River +0.497202 aapg_ai_959.html aapg_ai_959.html:49:5562:5573 Midway Bastrop, Texas +0.246984 aapg_ai_688.html aapg_ai_688.html:334:36158:36177 Greenfield Dolomite Ohio +0.247464 aapg_ai_518.html aapg_ai_518.html:111:14094:14113 Leadville Animas River +0.470659 gsa_html_1741354143 gsa_html_1741354143:90:8281:8289 Scotland Eastern Settlement +0.896773 cspg_html_4176605708 cspg_html_4176605708:80:10374:10390 Favel Regina, Saskatchewan +0.26163 AMJC_html_8047479732 AMJC_html_8047479732:524:60558:60563 Crete Middle East +0.467038 cspg_html_3065473572 cspg_html_3065473572:335:41830:41847 Romaine Anticosti Island +0.466932 aapg_af_397.html aapg_af_397.html:238:29617:29624 Entrada Entrada Sandstone +0.470076 palaios_html_9973267562 palaios_html_9973267562:83:12957:12984 Kope Netherlands +0.502068 cspg_html_2049168857 cspg_html_2049168857:430:41764:41772 Columbia Lacombe, Alberta +0.482532 gsa_html_9008782516 gsa_html_9008782516:1044:77791:77797 Brazil Mato Grosso do Sul +0.258757 cspg_html_5955028331 cspg_html_5955028331:712:71598:71614 Viking Lacombe, Alberta +0.241839 gsa_html_8740218609 gsa_html_8740218609:919:85515:85525 Sykesville Sykesville, Maryland +0.255936 aapg_af_242.html aapg_af_242.html:66:7616:7622 Sierra Sierra Azul Open Space Preserve +0.248965 aapg_ah_754.html aapg_ah_754.html:234:26667:26684 Comox Nanaimo +0.463204 cspg_html_7985076717 cspg_html_7985076717:170:19921:19936 Melville Island Bathurst Island (Northern Territory) +0.254496 cspg_html_4287356899 cspg_html_4287356899:335:48034:48050 Yukon Anchorage, Alaska +0.257514 aapg_ac_584.html aapg_ac_584.html:22:2491:2496 Tuktu Chandler, Arizona +0.497721 AMJC_html_1964550508 AMJC_html_1964550508:281:37001:37013 Vernon Lockport (city), New York +0.271942 gsa_html_9253181203 gsa_html_9253181203:824:86871:86885 Bedford Pennsylvania +0.24059 geology_html_7043248942 geology_html_7043248942:329:25726:25739 San Sebastian Spain +0.457445 aapg_af_663.html aapg_af_663.html:840:79209:79224 Mystic Iowa +0.245967 aapg_aa_684.html aapg_aa_684.html:90:10255:10264 Popo Agie Cheyenne, Wyoming +0.259584 aapg_ad_169.html aapg_ad_169.html:332:39384:39402 Mauch Chunk Huntington, West Virginia +0.252416 cspg_html_5950764790 cspg_html_5950764790:65:9462:9467 Nisku Lacombe, Alberta +0.25803 aapg_ac_749.html aapg_ac_749.html:138:18616:18620 Hall Manitoulin Island +0.45136 cspg_html_9951421861 cspg_html_9951421861:10:1030:1053 Grand Rapids Clearwater, Florida +0.867783 cspg_html_7201476813 cspg_html_7201476813:317:39744:39762 Birdbear Virden, Illinois +0.43433 cspg_html_4860363565 cspg_html_4860363565:13:1275:1284 Keg River Lacombe, Alberta +0.489082 cspg_html_1520641026 cspg_html_1520641026:229:22605:22621 Ireton Lacombe, Alberta +0.24341 aapg_ad_90.html aapg_ad_90.html:720:51558:51566 Colorado Denver +0.495804 sedimentology_html_2010995560 sedimentology_html_2010995560:1989:115601:115619 Sundance Cheyenne, Wyoming +0.247506 AMJC_html_6460325105 AMJC_html_6460325105:571:65633:65658 Valley Springs Bartow County, Georgia +0.87984 aapg_ac_807.html aapg_ac_807.html:210:21663:21680 Mount Laurel Sand Matawan, New Jersey +0.259931 cspg_html_4785922166 cspg_html_4785922166:319:36588:36611 Watt Mountain Lacombe, Alberta +0.269824 cspg_html_1222040397 cspg_html_1222040397:505:64503:64519 Road River Middle East +0.26416 aapg_aa_465.html aapg_aa_465.html:133:23711:23741 Eagle Buda, Texas +0.494235 gsa_html_7468123532 gsa_html_7468123532:29:3202:3220 Morrison New Mexico +0.255972 aapg_ah_779.html aapg_ah_779.html:230:42236:42246 Reedsville Martinsburg, Nebraska +0.479622 sedimentology_html_9229777954 sedimentology_html_9229777954:42:2967:2971 Java Indonesia +0.254736 gsa_html_1578715955 gsa_html_1578715955:161:16730:16736 Beluga Sterling, Virginia +0.504768 gsa_html_2989317971 gsa_html_2989317971:1167:116042:116070 Glenns Ferry Flores Island (Azores) +0.252945 cspg_html_2462765529 cspg_html_2462765529:27:3703:3711 Columbia Victoria, British Columbia +0.23856 sedimentology_html_4116020144 sedimentology_html_4116020144:762:52332:52336 Hall London, Ontario +0.263971 aapg_af_470.html aapg_af_470.html:218:24227:24241 Mission Canyon Logan, Utah +0.460638 gsa_html_2575244827 gsa_html_2575244827:700:66762:66774 Saskatchewan Canada +0.501072 aapg_ad_192.html aapg_ad_192.html:52:7195:7211 Tuscaloosa Tuscaloosa, Alabama +0.254976 gsa_html_5081991493 gsa_html_5081991493:992:79906:79924 Wasatch Garfield County, Colorado +0.232786 aapg_ai_28.html aapg_ai_28.html:406:39324:39335 San Antonio San Antonio +0.27081 aapg_af_880.html aapg_af_880.html:354:52413:52430 Foraker Populus sect. Aegiros +0.2615 cspg_html_8054926782 cspg_html_8054926782:38:5736:5742 Hector Lake Louise, Alberta +0.26832 aapg_aa_712.html aapg_aa_712.html:40:7035:7053 Starved Rock Hennepin, Illinois +0.472054 aapg_ac_699.html aapg_ac_699.html:7:975:982 El Abra El Abra +0.26145 gsa_html_1860930948 gsa_html_1860930948:592:64485:64516 Chinle Arizona +0.250494 cspg_html_5510378933 cspg_html_5510378933:17:1724:1732 Edmonton Edmonton, London +0.269357 aapg_aa_47.html aapg_aa_47.html:397:45015:45031 Belden Colorado +0.465109 aapg_af_575.html aapg_af_575.html:1113:160060:160074 Fredericksburg Central Texas +0.83927 cspg_html_9717154602 cspg_html_9717154602:908:79379:79396 Bearpaw Lacombe, Alberta +0.259584 palaios_html_4940783464 palaios_html_4940783464:435:43063:43084 Yakataga Anchorage, Alaska +0.893914 aapg_ac_835.html aapg_ac_835.html:1186:176295:176326 Phosphoria Cheyenne, Wyoming +0.476215 aapg_ac_730.html aapg_ac_730.html:339:47969:47984 Mesaverde Arizona +0.26572 aapg_aa_22.html aapg_aa_22.html:271:25732:25737 Upham Sacramento, California +0.259081 aapg_ad_105.html aapg_ad_105.html:537:49681:49689 Consuelo Texas +0.47808 aapg_af_291.html aapg_af_291.html:3:341:355 Lisburne Anchorage, Alaska +0.490049 cspg_html_3831007171 cspg_html_3831007171:112:13092:13098 Calmar Southern Alberta +0.26775 aapg_ad_325.html aapg_ad_325.html:1028:97368:97379 San Antonio Texas +0.233189 cspg_html_7310162886 cspg_html_7310162886:563:80437:80451 Lisburne Northwest Arctic Borough, Alaska +0.462136 aapg_aa_913.html aapg_aa_913.html:446:32886:32893 El Abra Mexico +0.25344 cspg_html_9924397126 cspg_html_9924397126:1599:167325:167334 San Diego California +0.272228 aapg_ad_696.html aapg_ad_696.html:141:14974:14980 Weches Smith County, Kansas +0.496752 cspg_html_2184091860 cspg_html_2184091860:817:69581:69610 Lawrence Canada +0.248482 gsa_html_2168907540 gsa_html_2168907540:325:35805:35811 Satsop Black Creek (Toronto) +0.494429 jgeology_html_5624781240 jgeology_html_5624781240:146:9571:9602 Windsor Maritimes +0.453508 palaios_html_1560586324 palaios_html_1560586324:16:994:1012 Belgrade North Carolina +0.270738 cspg_html_8556552074 cspg_html_8556552074:111:10475:10489 Contact Rapids Regina, Saskatchewan +0.488696 aapg_ae_405.html aapg_ae_405.html:17:2162:2166 Java Papua New Guinea +0.264554 gsa_html_4650354985 gsa_html_4650354985:931:77996:78012 Dakota Sangre de Cristo Range +0.472752 aapg_af_854.html aapg_af_854.html:696:97542:97547 Salem Illinois +0.486324 aapg_ae_454.html aapg_ae_454.html:436:38386:38405 Smackover Nevada County, California +0.47175 aapg_ai_491.html aapg_ai_491.html:438:54987:54995 Wolfcamp Hermosa, Chicago +0.26728 cspg_html_5381643866 cspg_html_5381643866:66:8367:8385 Bickford Rocky Brook +0.708573 sedimentology_html_4185931185 sedimentology_html_4185931185:130:10249:10270 Copenhagen Antelope Valley Freeway +0.267786 aapg_ac_498.html aapg_ac_498.html:79:7748:7752 Buda Paluxy, Texas +0.45984 geology_html_9343070577 geology_html_9343070577:307:21456:21464 Scotland London, Ontario +0.35928 aapg_ac_443.html aapg_ac_443.html:172:19904:19928 Pride Mountain Decatur, Georgia +0.489456 aapg_aa_399.html aapg_aa_399.html:360:29873:29884 Belly River Hell Creek Formation +0.247979 geology_html_9160064262 geology_html_9160064262:71:6780:6784 Hall London, Ontario +0.488892 aapg_ac_333.html aapg_ac_333.html:651:80005:80019 Yeso Supai, Arizona +0.499548 aapg_ac_71.html aapg_ac_71.html:33:4404:4417 Sunrise Westgate, Canterbury +0.45978 aapg_aa_261.html aapg_aa_261.html:199:26980:26996 Kogruk Anchorage, Alaska +0.47564 gsa_html_4842463190 gsa_html_4842463190:11:556:566 Washington Washington (state) +0.489219 gsa_html_3088547671 gsa_html_3088547671:71:6639:6667 Green River New Mexico +0.49062 gsa_html_9777159316 gsa_html_9777159316:574:52894:52904 Washington Wisconsin +0.487424 gsa_html_2145963783 gsa_html_2145963783:506:49847:49853 Antler Sonoma, California +0.482361 cspg_html_7211403369 cspg_html_7211403369:5:286:304 Grosmont Dolomites +0.25441 aapg_ai_17.html aapg_ai_17.html:377:29316:29322 Weches Charlotte, North Carolina +0.26712 geology_html_9342868518 geology_html_9342868518:12:476:486 Washington Washington (state) +0.483708 aapg_ac_586.html aapg_ac_586.html:3:370:390 Pottsville Pottsville, Pennsylvania +0.466932 gsa_html_8688253811 gsa_html_8688253811:749:57927:57937 Washington Seattle +0.484785 aapg_aa_712.html aapg_aa_712.html:115:14178:14189 Platteville Nokomis, Florida +0.467033 palaios_html_8474347362 palaios_html_8474347362:420:51616:51637 Laurel Closter, New Jersey +0.252928 gsa_html_7040053075 gsa_html_7040053075:403:41630:41649 Duarte Puente Hills Mall +0.261105 aapg_af_705.html aapg_af_705.html:86:8769:8779 Georgetown Washington (state) +0.49632 aapg_ai_573.html aapg_ai_573.html:95:16578:16587 Red River Arbuckle, California +0.275624 cspg_html_5241714595 cspg_html_5241714595:851:112701:112719 Birdbear Regina, Saskatchewan +0.355946 gsa_html_3144986031 gsa_html_3144986031:395:41793:41814 Talkeetna Anchorage, Alaska +0.471441 gsa_html_8053816650 gsa_html_8053816650:941:92981:92993 Independence Patriot Hills +0.522398 aapg_ae_876.html aapg_ae_876.html:577:62251:62265 Cloverly Cheyenne, Wyoming +0.256949 aapg_ac_983.html aapg_ac_983.html:386:60577:60597 Bonner Springs Plattsburg, Missouri +0.362849 aapg_ad_440.html aapg_ad_440.html:396:39548:39556 Maccrady Huntington, West Virginia +0.265 aapg_ah_244.html aapg_ah_244.html:345:37727:37733 Denver Colorado +0.474329 palaios_html_9133125241 palaios_html_9133125241:139:16729:16740 Clays Ferry Maysville, Kentucky +0.2785 aapg_ac_333.html aapg_ac_333.html:322:42904:42917 Abo New Mexico +0.255811 aapg_aa_890.html aapg_aa_890.html:230:22977:22986 Allegheny Knoxville, Tennessee +0.247923 aapg_ai_461.html aapg_ai_461.html:161:22636:22653 Savanna Ouachita Mountains +0.115964 cspg_html_3529479452 cspg_html_3529479452:492:53328:53347 Lodgepole Manitoba +0.449068 aapg_ad_696.html aapg_ad_696.html:154:16137:16144 Carrizo Henderson County, Texas +0.277725 aapg_ae_235.html aapg_ae_235.html:295:36763:36772 Peninsula The Carolinas +0.4997 aapg_ae_813.html aapg_ae_813.html:40:4198:4206 San Jose El Salvador, Misamis Oriental +0.47773 aapg_ah_536.html aapg_ah_536.html:104:13844:13864 Fredericksburg Travis County, Texas +0.488379 cspg_html_3479659543 cspg_html_3479659543:21:2411:2421 Missisauga Logan Canyon +0.4645 aapg_ae_68.html aapg_ae_68.html:285:32819:32824 Provo Ogden, Utah +0.503804 aapg_af_854.html aapg_af_854.html:527:70877:70883 Warsaw Illinois +0.479562 gsa_html_2076631617 gsa_html_2076631617:64:4708:4736 Green River New Mexico +0.484864 geology_html_6868377343 geology_html_6868377343:57:5308:5329 Eagle Texas +0.244944 aapg_ai_932.html aapg_ai_932.html:546:87154:87158 Hall California +0.463701 aapg_ae_104.html aapg_ae_104.html:989:100272:100282 Gloucester Bath, Somerset +0.420838 cspg_html_3404912985 cspg_html_3404912985:106:17807:17818 Belly River Lacombe, Alberta +0.242446 sedimentology_html_3136792920 sedimentology_html_3136792920:52:4616:4626 Washington Seattle +0.49755 aapg_ai_28.html aapg_ai_28.html:403:39016:39022 Lissie Kingsville, Ontario +0.514242 aapg_aa_644.html aapg_aa_644.html:3:441:461 Ephraim Conglomerate Cheyenne, Wyoming +0.468076 cspg_html_8662646956 cspg_html_8662646956:69:12679:12687 Colorado Denver +0.263472 aapg_ai_243.html aapg_ai_243.html:57:6326:6336 Tuscaloosa Mississippi River +0.476316 aapg_aa_544.html aapg_aa_544.html:129:17680:17698 Sundance Cheyenne, Wyoming +0.274022 aapg_ae_272.html aapg_ae_272.html:782:76428:76436 Michigan Michigan +0.51198 aapg_ae_471.html aapg_ae_471.html:12:1639:1658 Smackover Columbia Country +0.227934 aapg_ai_626.html aapg_ai_626.html:90:14144:14176 Tensleep Cheyenne, Wyoming +0.478611 cspg_html_3627006433 cspg_html_3627006433:568:62331:62351 San Miguel Texas +0.250976 cspg_html_1225021992 cspg_html_1225021992:240:31298:31322 Old Fort Lacombe, Alberta +0.241065 AMJC_html_5811173587 AMJC_html_5811173587:631:44459:44467 Scotland England +0.477204 palaios_html_2621173808 palaios_html_2621173808:283:31025:31051 Sulphur Mountain Lacombe, Alberta +0.72814 aapg_ad_379.html aapg_ad_379.html:713:57821:57829 Sundance Colorado +0.265221 palaios_html_5600528347 palaios_html_5600528347:665:60401:60422 Green River Cheyenne, Wyoming +0.254364 aapg_ad_2.html aapg_ad_2.html:202:29666:29677 Wissahickon Cockeysville, Maryland +0.484632 geology_html_4695164358 geology_html_4695164358:288:23536:23549 Santa Barbara Channel Islands of California +0.25602 aapg_ah_93.html aapg_ah_93.html:59:8444:8451 Maywood Logan, Utah +0.258063 gsa_html_4650354985 gsa_html_4650354985:940:79045:79053 San Luis Sangre de Cristo Range +0.726282 aapg_ae_6.html aapg_ae_6.html:336:36364:36369 Sligo San Marcos, California +0.496164 palaios_html_2859810051 palaios_html_2859810051:476:41033:41049 Fernie Lacombe, Alberta +0.261542 palaios_html_9876040400 palaios_html_9876040400:874:80052:80058 Eugene Salem, Oregon +0.26765 aapg_ai_11.html aapg_ai_11.html:222:26973:26989 Dakota Mancos, Colorado +0.24017 aapg_ad_110.html aapg_ad_110.html:530:55084:55100 Tensleep Darwin, Northern Territory +0.23664 sedimentology_html_1440665452 sedimentology_html_1440665452:208:15439:15443 Bond North Atlantic Current +0.483285 cspg_html_6223953329 cspg_html_6223953329:36:3163:3171 Grosmont Hondo, Texas +0.649946 geology_html_9248989380 geology_html_9248989380:257:22000:22035 Kingston Peak California +0.270614 aapg_ah_528.html aapg_ah_528.html:40:4403:4421 Thaynes Logan, Utah +0.434115 aapg_ac_474.html aapg_ac_474.html:9:1274:1292 Pine Key Melbourne, Florida +0.519862 gsa_html_8128315013 gsa_html_8128315013:29:2796:2824 Green River Colorado +0.231616 aapg_ae_705.html aapg_ae_705.html:407:38185:38199 Sisquoc Monterey, California +0.494172 geology_html_2668496675 geology_html_2668496675:120:7081:7100 Smackover Shreveport, Louisiana +0.26673 cspg_html_9970905394 cspg_html_9970905394:32:3539:3557 Read Bay Little Cornwallis Island +0.268462 aapg_aa_754.html aapg_aa_754.html:955:106204:106224 San Andres West, Texas +0.247234 sedimentology_html_5405263384 sedimentology_html_5405263384:955:62985:63001 Merced California +0.654496 aapg_ah_871.html aapg_ah_871.html:439:49081:49088 Pamelia Montreal +0.470352 aapg_aa_232.html aapg_aa_232.html:181:18474:18484 Purgatoire Cheyenne, Wyoming +0.487863 aapg_ah_556.html aapg_ah_556.html:143:12013:12021 Woodside Mancos, Colorado +0.252504 aapg_ae_69.html aapg_ae_69.html:211:23906:23921 Mesaverde North Horn Formation +0.479318 aapg_ai_345.html aapg_ai_345.html:16:2277:2291 Wah Wah Summit Logan, Utah +0.468435 cspg_html_2976104632 cspg_html_2976104632:75:11222:11241 Ellerslie Lacombe, Alberta +0.494748 sedimentology_html_3592910316 sedimentology_html_3592910316:1170:71374:71405 Minturn Colorado +0.48615 aapg_aa_263.html aapg_aa_263.html:300:30873:30886 Marble Canyon Upper Valley +0.484615 gsa_html_2818345762 gsa_html_2818345762:723:59420:59438 Gowganda Ontario, California +0.26724 aapg_aa_735.html aapg_aa_735.html:120:10760:10782 Borden Clinton County, Ohio +0.260019 aapg_ae_945.html aapg_ae_945.html:24:2861:2879 Traverse Calhoun County, Michigan +0.494429 palaios_html_2623118674 palaios_html_2623118674:604:61501:61522 North Horn North Horn Formation +0.230319 aapg_ah_85.html aapg_ah_85.html:387:39057:39065 Virginia Atlantic coastal plain +0.24644 aapg_af_579.html aapg_af_579.html:154:16180:16204 Junction Creek Entrada Sandstone +0.256035 sedimentology_html_9633602572 sedimentology_html_9633602572:1429:70275:70305 Nisku Central Alberta +0.449988 aapg_aa_718.html aapg_aa_718.html:491:51072:51082 Washington Pennsylvania +0.243987 aapg_ae_904.html aapg_ae_904.html:322:33407:33417 Twin Creek Williston, Vermont +0.499275 sedimentology_html_3544365899 sedimentology_html_3544365899:627:39183:39211 Smackover Alabama +0.265468 aapg_ae_379.html aapg_ae_379.html:376:35729:35747 Monterey California +0.472524 aapg_ac_910.html aapg_ac_910.html:477:37629:37635 Sierra Coahuila +0.25146 cspg_html_4773367370 cspg_html_4773367370:396:29434:29457 Boulder Creek Victoria, British Columbia +0.246012 aapg_ae_958.html aapg_ae_958.html:1026:89770:89782 Arroyo Guadalupe Mountains National Park +0.497276 sedimentology_html_1946067194 sedimentology_html_1946067194:943:60007:60012 Piper Canada +0.48267 gsa_html_4549771548 gsa_html_4549771548:29:2796:2824 Green River New Mexico +0.254829 aapg_ah_756.html aapg_ah_756.html:4:712:720 Grayburg Salado, Texas +0.454064 cspg_html_8806021601 cspg_html_8806021601:230:19870:19891 Melville Island Banks Island +0.266135 aapg_ad_466.html aapg_ad_466.html:1684:174272:174285 Merchantville Navesink River +0.27352 cspg_html_1925276454 cspg_html_1925276454:470:52071:52079 Hulcross Boulder Creek (Colorado) +0.710848 aapg_af_325.html aapg_af_325.html:68:9759:9763 Frio Shreveport, Louisiana +0.269192 cspg_html_5541937700 cspg_html_5541937700:55:8842:8859 Viking Colorado +0.4522 aapg_ad_865.html aapg_ad_865.html:369:36748:36765 Hermosa Ouray, Colorado +0.707742 aapg_af_142.html aapg_af_142.html:243:30787:30806 Smackover Tampico, Illinois +0.252888 cspg_html_6306091047 cspg_html_6306091047:696:95755:95763 Columbia Victoria, British Columbia +0.250952 cspg_html_4115156925 cspg_html_4115156925:226:31224:31238 Doig Victoria, British Columbia +0.827712 palaios_html_7679079277 palaios_html_7679079277:203:17795:17813 Sundance Cheyenne, Wyoming +0.243892 aapg_ak_135.html aapg_ak_135.html:297:45166:45184 San Onofre Breccia Huntington Beach, California +0.49734 aapg_ae_519.html aapg_ae_519.html:150:15393:15400 Bedford Fulton, Missouri +0.262644 geology_html_9480340228 geology_html_9480340228:24:1672:1686 Rove Michigan +0.264704 cspg_html_7938374662 cspg_html_7938374662:67:7369:7384 Tuktu Anchorage, Alaska +0.25532 jgeology_html_4305195651 jgeology_html_4305195651:1785:135304:135320 Pocono Millersburg, Pennsylvania +0.267168 aapg_af_575.html aapg_af_575.html:1080:156584:156612 Morrison Texas +0.256036 jgeology_html_5090133589 jgeology_html_5090133589:1217:68815:68823 Colorado Colorado Plateau +0.482664 gsa_html_8427412684 gsa_html_8427412684:675:66127:66159 Chelmsford Ontario, California +0.50232 aapg_ac_333.html aapg_ac_333.html:1324:158447:158468 San Andres Colorado Plateau +0.261888 gsa_html_8881958017 gsa_html_8881958017:587:54824:54830 Vernon Kamloops +0.276078 aapg_ae_181.html aapg_ae_181.html:82:11179:11189 Tuscaloosa Knoxville, Tennessee +0.278244 aapg_ai_364.html aapg_ai_364.html:47:6540:6550 Pottsville Pottsville, Pennsylvania +0.49851 cspg_html_4293350162 cspg_html_4293350162:597:60834:60854 Mount Head Carnarvon, Western Australia +0.254012 aapg_af_2.html aapg_af_2.html:173:18622:18630 Colorado Animas River +0.259578 aapg_ae_536.html aapg_ae_536.html:491:53901:53905 Bond Illinois +0.49556 cspg_html_9236194363 cspg_html_9236194363:534:44221:44246 Beaverhill Lacombe, Alberta +0.93017 aapg_ac_632.html aapg_ac_632.html:383:33133:33144 Heath Montana +0.467124 aapg_af_128.html aapg_af_128.html:10:1091:1099 Tensleep Cheyenne, Wyoming +0.470352 cspg_html_7444963992 cspg_html_7444963992:65:8666:8683 Richards Western world +0.242556 aapg_ai_868.html aapg_ai_868.html:31:3629:3637 Colorado Denver +0.25844 aapg_ae_660.html aapg_ae_660.html:602:53821:53840 Smackover Mississippi River +0.263626 geology_html_5856149391 geology_html_5856149391:412:30288:30295 Paparoa South Georgia and the South Sandwich Islands +0.243512 aapg_ae_419.html aapg_ae_419.html:556:64049:64066 Esquias Honduras +0.24939 geology_html_9076850491 geology_html_9076850491:220:20721:20725 Bond North Atlantic Current +0.25908 palaios_html_3105248303 palaios_html_3105248303:343:33918:33932 Point Pleasant Fulton, Missouri +0.270738 aapg_aa_624.html aapg_aa_624.html:224:20936:20953 Renault Missouri River +0.29205 aapg_ah_97.html aapg_ah_97.html:37:5188:5199 Beekmantown Western world +0.251835 aapg_ai_781.html aapg_ai_781.html:62:7237:7243 Sierra Chihuahua (state) +0.259084 aapg_ac_592.html aapg_ac_592.html:8:1103:1122 Chugwater Cheyenne, Wyoming +0.25917 aapg_aa_22.html aapg_aa_22.html:101:11191:11196 Upham El Paso, Texas +0.365462 aapg_ak_135.html aapg_ak_135.html:117:19896:19911 Sespe Santa Monica Mountains +0.2703 aapg_ad_258.html aapg_ad_258.html:120:11866:11872 Forest Venango, Pennsylvania +0.269361 aapg_ae_544.html aapg_ae_544.html:296:35064:35081 Cardium Lacombe, Alberta +0.490049 aapg_af_726.html aapg_af_726.html:270:33118:33128 Washington Anchorage, Alaska +0.269192 aapg_aa_145.html aapg_aa_145.html:709:77473:77493 Peace River Rocky Mountains +0.250158 sedimentology_html_2165832672 sedimentology_html_2165832672:1104:79867:79884 Kayenta Colorado Plateau +0.25856 aapg_ae_805.html aapg_ae_805.html:435:52699:52707 San Luis Colorado +0.257556 jgeology_html_4115179562 jgeology_html_4115179562:255:18729:18744 Erwin Virginia +0.251 aapg_ai_293.html aapg_ai_293.html:264:23967:23981 Lisburne Northwest Arctic Borough, Alaska +0.458193 sedimentology_html_6711379489 sedimentology_html_6711379489:150:12587:12592 Sooke Canada +0.44979 geology_html_8287045046 geology_html_8287045046:17:994:1004 Santa Cruz Santa Cruz, California +0.243122 cspg_html_6588266079 cspg_html_6588266079:8:768:787 Gladstone Lacombe, Alberta +0.24745 aapg_af_120.html aapg_af_120.html:17:2942:2954 Galena Lexington, Kentucky +0.480681 aapg_aa_598.html aapg_aa_598.html:17:2563:2571 Red Peak Boise, Idaho +0.265029 cspg_html_2553187793 cspg_html_2553187793:32:5949:5964 Elk Swan Hill, Victoria +0.242554 aapg_ai_710.html aapg_ai_710.html:291:27557:27562 Husky Sulu Sea +0.473826 aapg_ai_567.html aapg_ai_567.html:576:72578:72584 Oregon Washington (state) +0.283004 aapg_ah_543.html aapg_ah_543.html:1055:41423:41437 Monterey California +0.228228 aapg_ae_981.html aapg_ae_981.html:201:16368:16384 Laurel Bainbridge, Georgia +0.492412 aapg_af_130.html aapg_af_130.html:535:60364:60376 Sly Gap Alamogordo, New Mexico +0.264187 cspg_html_4031489103 cspg_html_4031489103:529:81735:81743 Columbia Lacombe, Alberta +0.255016 aapg_af_139.html aapg_af_139.html:174:18632:18650 John Day Ashwood, Oregon +0.26936 cspg_html_1019614994 cspg_html_1019614994:482:82828:82841 Wabamun Lacombe, Alberta +0.255972 aapg_ah_972.html aapg_ah_972.html:3:212:216 Frio Texas +0.246906 aapg_ad_441.html aapg_ad_441.html:67:4690:4717 Moenkopi Coconino County, Arizona +0.514 gsa_html_4776439297 gsa_html_4776439297:1021:87981:88009 Green River Colorado +0.260925 aapg_ad_2.html aapg_ad_2.html:473:70317:70335 Antietam Loudoun County, Virginia +0.266889 aapg_ah_811.html aapg_ah_811.html:46:4517:4525 Woodbine Paluxy, Texas +0.268752 aapg_ac_986.html aapg_ac_986.html:57:7416:7436 Wind River Cheyenne, Wyoming +0.467432 cspg_html_6334734829 cspg_html_6334734829:25:3968:4003 Tantalus Indian River (Florida) +0.476844 aapg_af_363.html aapg_af_363.html:60:7318:7326 Virginia Richlands, North Carolina +0.261085 aapg_aa_357.html aapg_aa_357.html:17:1568:1586 Entrada Carmel, Indiana +0.347718 aapg_ae_305.html aapg_ae_305.html:775:57396:57405 Rio Negro Colombia +0.476784 cspg_html_7334652966 cspg_html_7334652966:63:5425:5445 Whitehorse Lacombe, Alberta +0.271245 cspg_html_8316122266 cspg_html_8316122266:323:30823:30853 Boulder Creek Canada +0.467923 AMJC_html_6884033015 AMJC_html_6884033015:229:22271:22275 Open North Carolina +0.492345 jgeology_html_6990146451 jgeology_html_6990146451:172:9990:9994 Rome Unicoi, Tennessee +0.265224 aapg_ah_318.html aapg_ah_318.html:1104:113779:113802 Cotton Valley Alabama +0.336285 aapg_ae_498.html aapg_ae_498.html:802:89068:89083 Bowen Virginia +0.47616 aapg_aa_702.html aapg_aa_702.html:1376:141204:141211 Minturn Colorado +0.501 aapg_ad_800.html aapg_ad_800.html:148:17873:17886 Nacatoch Alabama +0.48392 aapg_ae_26.html aapg_ae_26.html:20:3441:3455 Kope Kentucky +0.473499 gsa_html_8644603895 gsa_html_8644603895:29:2796:2824 Green River Colorado +0.481514 aapg_af_854.html aapg_af_854.html:512:68590:68600 Keokuk Fort Payne, Alabama +0.499032 aapg_aa_484.html aapg_aa_484.html:49:5506:5516 Pottsville Pottsville, Pennsylvania +0.367356 aapg_af_471.html aapg_af_471.html:82:11795:11817 Tar Springs Illinois +0.255972 cspg_html_3068776384 cspg_html_3068776384:553:60664:60683 Kaskapau Lacombe, Alberta +0.496228 aapg_ae_73.html aapg_ae_73.html:134:18518:18534 Sandia New Mexico +0.4841 aapg_ah_364.html aapg_ah_364.html:86:7461:7479 Traverse Detroit River International Wildlife Refuge +0.26068 aapg_ac_841.html aapg_ac_841.html:348:44314:44320 Sierra San Marcos, California +0.493735 palaios_html_8449406667 palaios_html_8449406667:76:10625:10656 Chinle Colorado +0.253302 gsa_html_7199417381 gsa_html_7199417381:637:66119:66127 Ogallala Nebraska +0.272766 aapg_af_502.html aapg_af_502.html:87:11305:11314 Smackover Bossier City, Louisiana +0.252945 jgeology_html_2497886918 jgeology_html_2497886918:144:7801:7810 Peninsula Korea +0.368621 cspg_html_7866293053 cspg_html_7866293053:254:27412:27430 Moosebar Pine River (Michigan) +0.493812 aapg_ac_316.html aapg_ac_316.html:285:27950:27969 Grayburg Guadalupe Mountains National Park +0.45045 sedimentology_html_6812678908 sedimentology_html_6812678908:481:15238:15243 Ouray Reno, Nevada +0.673302 cspg_html_2986717500 cspg_html_2986717500:6:497:518 Trent River Parksville, Kentucky +0.487272 gsa_html_5693301278 gsa_html_5693301278:577:55058:55086 Green River Colorado +0.253356 aapg_af_392.html aapg_af_392.html:103:12237:12248 Mowry Canada +0.50986 aapg_ah_318.html aapg_ah_318.html:1912:176247:176264 La Caja Cotton Valley, Louisiana +0.263048 geology_html_2705128271 geology_html_2705128271:63:5395:5414 Pocatello Boise, Idaho +0.49305 jgeology_html_3196624419 jgeology_html_3196624419:1252:62148:62168 River Bend North Carolina +0.25853 geology_html_2993685140 geology_html_2993685140:185:17306:17316 Santa Cruz Bolivia +0.417368 cspg_html_8362959053 cspg_html_8362959053:92:13856:13871 Gates Victoria, British Columbia +0.248745 cspg_html_9011256422 cspg_html_9011256422:25:3774:3782 Columbia Lake Ontario +0.489204 cspg_html_6021605367 cspg_html_6021605367:150:17859:17877 Percha New Mexico +0.256032 aapg_ad_997.html aapg_ad_997.html:55:5480:5488 Arapahoe Denver +0.23129 aapg_af_308.html aapg_af_308.html:367:42175:42183 Onondaga Salina, Kansas +0.493626 aapg_af_479.html aapg_af_479.html:701:74486:74495 San Diego California +0.476341 aapg_ad_845.html aapg_ad_845.html:124:11978:11985 Genesee Jefferson County, Colorado +0.239844 aapg_ai_518.html aapg_ai_518.html:116:14346:14361 Rockwood Leadville, Colorado +0.354011 aapg_af_575.html aapg_af_575.html:527:72515:72525 Batesville Meramec River +0.238108 palaios_html_2707987360 palaios_html_2707987360:696:58703:58732 August Town Jamaica, Queens +0.25956 sedimentology_html_1340746782 sedimentology_html_1340746782:116:11942:11947 Hondo Japan +0.257045 aapg_ai_764.html aapg_ai_764.html:103:12084:12097 El Paso Texas +0.25551 sedimentology_html_7144686124 sedimentology_html_7144686124:352:35457:35474 Gila Conglomerate Coney Island +0.262063 aapg_ae_66.html aapg_ae_66.html:55:5256:5264 Gallatin Powder River (Montana) +0.26877 jgeology_html_2401877359 jgeology_html_2401877359:437:33985:34005 Springhill Tierra del Fuego Province (Argentina) +0.253302 aapg_ac_252.html aapg_ac_252.html:103:10450:10466 Kaibab Coconino County, Arizona +0.264248 palaios_html_4782349341 palaios_html_4782349341:64:5432:5454 Edwardsville Indian Creek, Florida +0.236052 aapg_ae_544.html aapg_ae_544.html:366:42967:42979 Medicine Hat Milk River, Alberta +0.266766 cspg_html_6306091047 cspg_html_6306091047:39:7829:7848 Baldonnel Victoria, British Columbia +0.487325 AMJC_html_2829615437 AMJC_html_2829615437:118:18158:18174 Greene Pennsylvania +0.25452 aapg_ae_441.html aapg_ae_441.html:52:4453:4476 Detroit River East Norwich, New York +0.24939 aapg_ad_758.html aapg_ad_758.html:66:9350:9364 Lawrence Weston, Florida +0.253916 aapg_ae_90.html aapg_ae_90.html:246:21204:21219 Eagle Niobrara, Nebraska +0.47025 aapg_aa_267.html aapg_aa_267.html:723:59425:59441 Greenbrier Calhoun County, Michigan +0.681714 cspg_html_6839937815 cspg_html_6839937815:6:416:433 Gerster Reno, Nevada +0.24846 aapg_ac_646.html aapg_ac_646.html:6:583:589 Brazil Bolivia +0.49373 aapg_ad_865.html aapg_ad_865.html:412:40973:40978 Ouray Arizona +0.485894 gsa_html_5158209975 gsa_html_5158209975:322:28714:28723 Red River Peoria, Illinois +0.487494 aapg_af_728.html aapg_af_728.html:489:56020:56034 Elko Reno, Nevada +0.250997 gsa_html_3448554349 gsa_html_3448554349:89:9930:9949 Rockwell Pennsylvania +0.247923 gsa_html_6657110469 gsa_html_6657110469:782:68469:68475 Oregon Salem, Oregon +0.492618 gsa_html_2803067273 gsa_html_2803067273:955:97108:97136 Green River Colorado +0.454666 gsa_html_5664265459 gsa_html_5664265459:1209:112333:112339 Walker Salem, Oregon +0.262566 aapg_ad_820.html aapg_ad_820.html:383:45980:45988 Potlatch Lacombe, Alberta +0.268155 geology_html_9438115741 geology_html_9438115741:271:24665:24672 St Marys China +0.248997 aapg_ai_503.html aapg_ai_503.html:89:9781:9787 Guelph Lockport (city), New York +0.469614 aapg_af_85.html aapg_af_85.html:275:29385:29401 Ireton Lacombe, Alberta +0.251292 aapg_ac_683.html aapg_ac_683.html:69:5341:5346 Sligo Shreveport, Louisiana +0.270391 cspg_html_4666332434 cspg_html_4666332434:465:71522:71544 Judith River Canada +0.17408 sedimentology_html_6714245905 sedimentology_html_6714245905:409:36438:36456 Niobrara Colorado +0.508167 aapg_ae_72.html aapg_ae_72.html:293:26603:26609 Chinle Carmel, Indiana +0.470418 geology_html_3374437567 geology_html_3374437567:259:22649:22656 Pioneer Arizona +0.238126 cspg_html_8568877195 cspg_html_8568877195:484:69311:69329 Judith River Lacombe, Alberta +0.26368 jgeology_html_8482613713 jgeology_html_8482613713:90:3402:3415 Santa Barbara California +0.496752 aapg_af_568.html aapg_af_568.html:645:53859:53877 Sundance Colorado +0.498834 aapg_ad_379.html aapg_ad_379.html:715:58188:58209 Bond Colorado +0.273942 cspg_html_3664126562 cspg_html_3664126562:26:4073:4080 Cardium Regina, Saskatchewan +0.250677 aapg_ac_79.html aapg_ac_79.html:436:47895:47902 St Marys Ohio +0.25853 aapg_ad_101.html aapg_ad_101.html:45:5613:5627 Hess Fort Stockton, Texas +0.261542 aapg_ae_272.html aapg_ae_272.html:787:77370:77378 Michigan Michigan +0.263048 aapg_ae_777.html aapg_ae_777.html:245:28000:28024 Arroyo Sangre de Cristo Range +0.504774 gsa_html_5846950288 gsa_html_5846950288:9:360:375 Brule Cheyenne County, Kansas +0.25755 aapg_ai_884.html aapg_ai_884.html:86:8870:8875 Yegua Duval County, Texas +0.47368 sedimentology_html_1946067194 sedimentology_html_1946067194:682:44084:44096 Green Valley East Asia +0.256452 palaios_html_2746116737 palaios_html_2746116737:40:4275:4285 Tallahatta Lisbon +0.483741 aapg_af_2.html aapg_af_2.html:60:8219:8252 Leadville San Juan Mountains +0.2583 aapg_ai_988.html aapg_ai_988.html:93:8648:8657 Catahoula Shreveport, Louisiana +0.241462 cspg_html_2094634763 cspg_html_2094634763:298:39144:39151 Deville Regina, Saskatchewan +0.48308 gsa_html_7152165521 gsa_html_7152165521:798:64619:64624 Weeks Goree, Texas +0.529624 aapg_ah_329.html aapg_ah_329.html:619:63044:63060 Tulare Coalinga, California +0.257972 gsa_html_4026604278 gsa_html_4026604278:717:84522:84528 Moscow Boise, Idaho +0.263662 geology_html_2265365356 geology_html_2265365356:68:4938:4952 Slide Mountain Texas +0.238095 sedimentology_html_2016638707 sedimentology_html_2016638707:415:26359:26377 Provo Switzerland +0.49056 aapg_ae_383.html aapg_ae_383.html:419:32212:32230 Woodford Arkansas +0.65988 aapg_ai_810.html aapg_ai_810.html:32:5131:5151 Smackover Mississippi River +0.263662 aapg_ae_319.html aapg_ae_319.html:668:56131:56145 Duchesne River Lake Fork (Texas) +0.47094 sedimentology_html_8006979411 sedimentology_html_8006979411:1010:82915:82933 Kaskapau Lacombe, Alberta +0.70392 aapg_ah_422.html aapg_ah_422.html:4:359:383 St. Mary River Colorado +0.303282 aapg_ac_529.html aapg_ac_529.html:73:8565:8583 Morrison Logan, Utah +0.462924 cspg_html_9011256422 cspg_html_9011256422:296:41340:41348 Columbia Lacombe, Alberta +0.505986 gsa_html_2823584373 gsa_html_2823584373:55:3405:3433 Green River Colorado +0.46736 cspg_html_1019614994 cspg_html_1019614994:295:47237:47252 Exshaw Lacombe, Alberta +0.260064 aapg_ae_876.html aapg_ae_876.html:156:15237:15245 Colorado Cedar Mountains +0.23086 gsa_html_2374661120 gsa_html_2374661120:58:4849:4859 Bear River Sevier orogeny +0.23716 aapg_ai_328.html aapg_ai_328.html:268:27778:27788 Kinderhook Meramec River +0.271929 aapg_ae_942.html aapg_ae_942.html:327:21006:21011 Viola Comanche County, Oklahoma +0.26416 aapg_ai_603.html aapg_ai_603.html:8:841:862 Price Logan, Utah +0.505317 aapg_ah_83.html aapg_ah_83.html:3:386:405 Lakota Cheyenne, Wyoming +0.47196 gsa_html_4234009219 gsa_html_4234009219:265:29423:29439 Peedee Charleston, South Carolina +0.519651 aapg_ah_978.html aapg_ah_978.html:693:64648:64660 Temblor Middle East +0.470736 aapg_ah_779.html aapg_ah_779.html:334:62398:62409 Dutch Creek Illinois +0.504972 aapg_ah_645.html aapg_ah_645.html:134:18175:18183 Sawtooth Cheyenne, Wyoming +0.240972 cspg_html_4924970281 cspg_html_4924970281:725:79631:79648 Cardium Lacombe, Alberta +0.257544 cspg_html_4773367370 cspg_html_4773367370:30:3782:3790 Columbia Victoria, British Columbia +0.497097 palaios_html_2223085265 palaios_html_2223085265:415:41291:41311 Toro California +0.496692 sedimentology_html_4278388483 sedimentology_html_4278388483:31:2397:2409 Fayetteville Romania +0.491008 aapg_ad_149.html aapg_ad_149.html:30:2936:2941 Yukon Regina, Saskatchewan +0.488131 aapg_ai_971.html aapg_ai_971.html:43:5402:5420 Renault Illinois +0.27507 aapg_ah_534.html aapg_ah_534.html:379:32298:32311 Trimmers Rock West Branch Susquehanna Valley +0.251496 aapg_ae_305.html aapg_ae_305.html:732:51674:51693 Rio Negro Salina, Kansas +0.500752 aapg_ae_472.html aapg_ae_472.html:379:46860:46881 Anita Barcelona +0.620864 aapg_ac_662.html aapg_ac_662.html:14:2132:2138 Toroweap Supai, Arizona +0.491667 gsa_html_8840132442 gsa_html_8840132442:1120:104773:104803 Bearpaw Canada +0.470418 aapg_aa_316.html aapg_aa_316.html:698:80859:80868 Gibraltar Canary Islands +0.22143 cspg_html_1923856338 cspg_html_1923856338:87:12791:12800 Cold Lake CFB Cold Lake +0.251923 aapg_aa_47.html aapg_aa_47.html:337:38166:38184 Minturn Madera County, California +0.429 aapg_ak_96.html aapg_ak_96.html:74:7419:7431 Chatham Hill Middle Ordovician +0.251995 cspg_html_4409656292 cspg_html_4409656292:683:74843:74851 Columbia Victoria, British Columbia +0.734052 gsa_html_3022805793 gsa_html_3022805793:48:5050:5063 Imnaha Basalt Boise, Idaho +0.26883 geology_html_1675866229 geology_html_1675866229:22:1315:1321 Oxford Ohio +0.42432 gsa_html_6753732431 gsa_html_6753732431:834:73292:73320 Green River Iran +0.261568 aapg_ad_675.html aapg_ad_675.html:388:37481:37505 Cardium Lacombe, Alberta +0.695739 aapg_ah_83.html aapg_ah_83.html:69:9368:9384 Dakota Nebraska +0.491384 palaios_html_3232474978 palaios_html_3232474978:18:1053:1057 Toad Canada +0.658684 aapg_ac_414.html aapg_ac_414.html:171:19810:19826 Toroweap Logan, Utah +0.25272 cspg_html_4659384530 cspg_html_4659384530:17:2166:2191 Beaverhill Swan Hill, Victoria +0.49896 gsa_html_3648258377 gsa_html_3648258377:169:15004:15017 Merchantville Merchantville, New Jersey +0.501354 palaios_html_4939666561 palaios_html_4939666561:297:39690:39707 Kope Ohio +0.24939 geology_html_4301172553 geology_html_4301172553:312:24304:24325 Green River Cheyenne, Wyoming +0.493654 aapg_ai_772.html aapg_ai_772.html:7:1147:1163 Yucatan Guatemala +0.448857 aapg_ad_347.html aapg_ad_347.html:104:6258:6274 Tessey New Mexico +0.46155 gsa_html_5261839912 gsa_html_5261839912:214:21340:21357 Montevideo Gneiss Montevideo, Minnesota +0.238602 gsa_html_1251300076 gsa_html_1251300076:391:32955:32971 Navajo Logan, Utah +0.460288 cspg_html_5660413005 cspg_html_5660413005:45:6956:6970 Wabamun Lacombe, Alberta +0.438084 aapg_aa_940.html aapg_aa_940.html:89:9795:9802 Cypress Illinois +0.260598 aapg_ah_387.html aapg_ah_387.html:2654:286623:286642 Knoxville Knoxville, Illinois +0.229432 jgeology_html_5471448181 jgeology_html_5471448181:381:29075:29083 Colorado Mesa, Arizona +0.23862 aapg_ak_45.html aapg_ak_45.html:40:4400:4408 Colorado Denver +0.918716 aapg_ac_451.html aapg_ac_451.html:678:69125:69144 Matanuska Anchorage, Alaska +0.412788 cspg_html_9275863663 cspg_html_9275863663:649:89998:90008 Swan Hills Swan Hill, Victoria +0.263592 cspg_html_9958679425 cspg_html_9958679425:23:2923:2928 Nisku Calmar, Alberta +0.244224 geology_html_3827803969 geology_html_3827803969:159:19042:19050 Paradise Mount Rainier, Maryland +0.473815 aapg_ae_876.html aapg_ae_876.html:145:14448:14456 Colorado Uncompahgre Plateau +0.471942 aapg_ak_87.html aapg_ak_87.html:364:48530:48544 Earp Supai, Arizona +0.474549 sedimentology_html_9327087504 sedimentology_html_9327087504:395:39385:39393 Colorado California +0.469944 gsa_html_2717448156 gsa_html_2717448156:1504:138087:138093 Oxford Flagstaff, Arizona +0.258757 aapg_ai_256.html aapg_ai_256.html:201:21808:21823 Conasauga Ohio +0.493885 gsa_html_9352654438 gsa_html_9352654438:740:77355:77383 Green River Colorado +0.46599 aapg_ae_876.html aapg_ae_876.html:1119:114402:114418 Dakota Colorado +0.48985 palaios_html_7995532398 palaios_html_7995532398:787:76842:76853 Bloomington Gold Coast, Queensland +0.681612 gsa_html_1582166619 gsa_html_1582166619:598:56449:56466 Lay Dam Tallahassee, Florida +0.259518 AMJC_html_6755612993 AMJC_html_6755612993:98:11116:11126 Washington Norfolk, Virginia +0.72414 aapg_ac_613.html aapg_ac_613.html:3:484:505 Cliff House New Mexico +0.473256 sedimentology_html_7473164584 sedimentology_html_7473164584:868:46201:46205 Hall Ontario, California +0.256039 aapg_ac_190.html aapg_ac_190.html:293:50918:50922 Rome Pennsylvania +0.278055 aapg_ae_354.html aapg_ae_354.html:248:24614:24633 Mesaverde Niobrara, Nebraska +0.260832 jgeology_html_4436895778 jgeology_html_4436895778:387:27901:27912 Martinsburg Knoxville, Tennessee +0.274949 aapg_ah_90.html aapg_ah_90.html:33:4934:4952 Morrison Cedar Mountains +0.250985 aapg_ah_775.html aapg_ah_775.html:561:50431:50439 Colorado Colorado +0.473256 cspg_html_9354781888 cspg_html_9354781888:425:40568:40582 Doig Victoria, British Columbia +0.24514 aapg_ak_87.html aapg_ak_87.html:408:52657:52666 San Pedro Mogollon, New Mexico +0.260064 jgeology_html_1095412310 jgeology_html_1095412310:500:30771:30778 Manlius Schoharie Creek +0.491071 palaios_html_5200400776 palaios_html_5200400776:15:691:713 Trout Valley Portland, Maine +0.247434 gsa_html_4828739821 gsa_html_4828739821:1008:81229:81236 Laramie Arizona +0.242048 aapg_aa_194.html aapg_aa_194.html:41:6706:6721 Ponce Puerto Rico +0.825699 cspg_html_8904992939 cspg_html_8904992939:6:450:491 Leduc Lacombe, Alberta +0.834771 aapg_ae_324.html aapg_ae_324.html:374:37674:37683 Bluestone Tazewell County, Virginia +0.243892 aapg_af_789.html aapg_af_789.html:126:17557:17565 Onondaga Pocahontas County, Iowa +0.485434 aapg_af_785.html aapg_af_785.html:65:7336:7346 Sabinetown Alabama +0.499488 aapg_ac_531.html aapg_ac_531.html:534:53772:53791 Smackover Burj Al Arab +0.262063 cspg_html_2178758494 cspg_html_2178758494:270:36232:36251 Athabasca Lacombe, Alberta +0.247748 aapg_ae_884.html aapg_ae_884.html:110:14674:14690 Raton Trinidad and Tobago +0.468561 gsa_html_4785200468 gsa_html_4785200468:168:16116:16124 Virginia Reston, Virginia +0.504339 aapg_ad_851.html aapg_ad_851.html:375:45300:45317 El Paso Otero County, New Mexico +0.265224 aapg_ah_462.html aapg_ah_462.html:21:2505:2523 Fayetteville Monterey, California +0.370285 aapg_ad_946.html aapg_ad_946.html:70:8475:8482 Wasatch Logan, Utah +0.27136 gsa_html_7635660482 gsa_html_7635660482:615:58162:58180 Morrison Sellwood Bridge +0.47424 geology_html_8192302652 geology_html_8192302652:235:22045:22051 Oxford Antarctica +0.252396 cspg_html_8904992939 cspg_html_8904992939:69:10620:10641 Cooking Lake Lacombe, Alberta +0.24096 jgeology_html_7979718784 jgeology_html_7979718784:132:8904:8912 Colorado Gunnison River +0.248482 aapg_ae_71.html aapg_ae_71.html:109:9693:9698 Ouray Ouray, Colorado +0.48719 cspg_html_9435196958 cspg_html_9435196958:179:7599:7619 Lance Cheyenne, Wyoming +0.502857 aapg_ae_681.html aapg_ae_681.html:94:11957:11976 Cotton Valley Alabama +0.264115 sedimentology_html_6268265701 sedimentology_html_6268265701:1377:95357:95374 Cardium Lacombe, Alberta +0.25553 aapg_ac_984.html aapg_ac_984.html:164:13633:13643 Ironton Galesville, Maryland +0.499275 aapg_ac_873.html aapg_ac_873.html:17:2317:2336 Fox Hills Stoneville, Mississippi +0.506253 aapg_ac_305.html aapg_ac_305.html:178:18111:18144 Crystal River Williston, Vermont +0.239604 palaios_html_3022467877 palaios_html_3022467877:355:39889:39905 Tinton Closter, New Jersey +0.47368 aapg_aa_598.html aapg_aa_598.html:327:33932:33940 Red Peak Boise, Idaho +0.249498 cspg_html_9388742281 cspg_html_9388742281:8:873:884 Peace River Victoria, British Columbia +0.266662 cspg_html_3883962749 cspg_html_3883962749:95:13413:13420 Cadomin Mountain Park (Holyoke, Massachusetts) +0.248857 cspg_html_8089302449 cspg_html_8089302449:180:30288:30309 Slave Point Lacombe, Alberta +0.250976 palaios_html_2449649505 palaios_html_2449649505:784:78847:78859 Rhode Island New Mexico +0.257516 aapg_ad_938.html aapg_ad_938.html:487:42689:42712 Dakota Cheyenne, Wyoming +0.49816 cspg_html_7799850124 cspg_html_7799850124:648:71506:71526 Swan Hills Lacombe, Alberta +0.247779 aapg_ae_68.html aapg_ae_68.html:156:20517:20522 Atoka Oquirrh Mountain Utah Temple +0.490261 gsa_html_2832151886 gsa_html_2832151886:254:18565:18573 Columbia Victoria, British Columbia +0.50592 AMJC_html_6438444321 AMJC_html_6438444321:152:23180:23199 Mount Cap Canada +0.513708 cspg_html_1894459898 cspg_html_1894459898:256:28455:28478 Winnipegosis Cayman Islands +0.476 aapg_ai_879.html aapg_ai_879.html:300:21836:21865 Oread Topeka, Kansas +0.24288 AMJC_html_4504848787 AMJC_html_4504848787:125:15186:15204 Mechum River Castleton, Vermont +0.48177 aapg_ad_351.html aapg_ad_351.html:29:3452:3473 Kinderhook Missouri River +0.487227 cspg_html_1019614994 cspg_html_1019614994:73:14311:14324 Wabamun Lacombe, Alberta +0.25811 cspg_html_7688587411 cspg_html_7688587411:234:24657:24676 Greenhorn Canada +0.496992 AMJC_html_3632105729 AMJC_html_3632105729:625:78525:78535 Washington Boise, Idaho +0.264668 aapg_ad_168.html aapg_ad_168.html:345:38911:38921 West Point Cape Cod +0.495992 aapg_af_663.html aapg_af_663.html:70:6944:6964 Fort Scott Higginsville, Missouri +0.511872 aapg_aa_699.html aapg_aa_699.html:186:16897:16906 Tonoloway Michigan +0.26159 aapg_aa_684.html aapg_aa_684.html:131:13695:13709 Jelm Cheyenne, Wyoming +0.2646 aapg_ai_461.html aapg_ai_461.html:33:4781:4786 Boggy Hartshorne, Oklahoma +0.469665 gsa_html_4120839285 gsa_html_4120839285:1144:117675:117690 Catalina Schist California +0.48735 cspg_html_4680797491 cspg_html_4680797491:324:33418:33426 Columbia Victoria, British Columbia +0.476685 jgeology_html_9902817849 jgeology_html_9902817849:660:51063:51075 Medicine Bow Black Hills +0.269192 aapg_ad_466.html aapg_ad_466.html:1684:174287:174299 Marshalltown Merchantville, New Jersey +0.494856 cspg_html_6873686255 cspg_html_6873686255:44:4921:4928 Cardium Kiska +0.458594 aapg_ae_370.html aapg_ae_370.html:521:50551:50576 Pittsburg Bluff Scappoose, Oregon +0.2756 aapg_af_788.html aapg_af_788.html:29:3727:3735 Michigan Colombia +0.282903 aapg_af_561.html aapg_af_561.html:333:29247:29257 Fort Union Wasatch Range +0.481428 aapg_af_663.html aapg_af_663.html:187:21595:21608 Bedford Missouri River +0.255518 palaios_html_7341451922 palaios_html_7341451922:1003:87586:87590 Hall London, Ontario +0.376068 aapg_aa_889.html aapg_aa_889.html:606:64178:64196 John Day Salem, Oregon +0.269868 cspg_html_9228109535 cspg_html_9228109535:10:1294:1310 Flume Rocky Mountains +0.869648 geology_html_1021950961 geology_html_1021950961:95:8893:8903 Kern River Sierra Nevada (Spain) +0.45739 cspg_html_9717154602 cspg_html_9717154602:18:3191:3208 Bearpaw Lacombe, Alberta +0.512952 aapg_ad_309.html aapg_ad_309.html:124:12425:12439 Stony Mountain Nassau, Bahamas +0.261105 geology_html_9417446032 geology_html_9417446032:52:5383:5397 Beaufort Adelaide +0.504088 aapg_aa_106.html aapg_aa_106.html:825:80096:80116 Elk Manitoba +0.502887 cspg_html_5000772122 cspg_html_5000772122:39:6854:6866 Fernie Canada +0.27613 aapg_ae_658.html aapg_ae_658.html:460:53068:53089 Green River Cheyenne, Wyoming +0.448286 cspg_html_1189888589 cspg_html_1189888589:325:42295:42323 Paskapoo Vail, Colorado +0.478353 aapg_af_416.html aapg_af_416.html:17:2013:2028 Lougheed Island Whitefish (fisheries term) +0.253402 aapg_aa_158.html aapg_aa_158.html:736:61746:61754 Columbia Cheyenne, Wyoming +0.245916 cspg_html_4326384800 cspg_html_4326384800:374:46210:46229 Hay River Hay River (Canada) +0.248392 gsa_html_4432793908 gsa_html_4432793908:1056:107531:107550 Pansy Lee Conglomerate Reno, Nevada +0.502758 aapg_ad_2.html aapg_ad_2.html:1401:191774:191785 Black River Pennsylvania +0.477904 aapg_ai_17.html aapg_ai_17.html:1507:107853:107867 Choctawhatchee Terrebonne Parish, Louisiana +0.265967 geology_html_9635786061 geology_html_9635786061:238:21183:21191 Santiago Spain +0.25956 aapg_aa_348.html aapg_aa_348.html:83:6231:6237 Wilcox Chattanooga, Tennessee +0.459346 aapg_af_833.html aapg_af_833.html:1283:142100:142107 Madison Garland, Texas +0.255188 aapg_af_559.html aapg_af_559.html:45:6652:6671 San Antonio Corpus Christi, Texas +0.518916 gsa_html_3773833604 gsa_html_3773833604:65:4930:4958 Green River Colorado +0.264825 cspg_html_6611173979 cspg_html_6611173979:349:34193:34209 Bakken Regina, Saskatchewan +0.255398 cspg_html_3554431164 cspg_html_3554431164:151:25162:25179 Maligne Lacombe, Alberta +0.256522 geology_html_9475820906 geology_html_9475820906:305:27129:27135 Reston Virginia +0.453591 cspg_html_4086951599 cspg_html_4086951599:75:11346:11365 Mystic Quebec City +0.264192 aapg_af_900.html aapg_af_900.html:49:7341:7351 Frio East Texas +0.23664 aapg_ac_924.html aapg_ac_924.html:105:7365:7378 Madison Kinderhook (town), New York +0.266662 aapg_ah_505.html aapg_ah_505.html:602:46014:46023 Chugwater Colorado +0.476763 aapg_ac_703.html aapg_ac_703.html:38:5044:5051 Madison Gallatin River +0.262566 sedimentology_html_3200584564 sedimentology_html_3200584564:1082:77075:77090 Mesaverde Cheyenne, Wyoming +0.2465 cspg_html_4072152826 cspg_html_4072152826:206:25372:25393 Bison Creek Mons +0.487956 cspg_html_6306091047 cspg_html_6306091047:15:2161:2180 Baldonnel Victoria, British Columbia +0.250805 aapg_ad_862.html aapg_ad_862.html:110:18087:18096 Oil Creek Pittsburgh +0.259739 aapg_ac_206.html aapg_ac_206.html:11:1249:1262 Clinton Lockport (city), New York +0.494468 cspg_html_2419618566 cspg_html_2419618566:1015:111322:111330 Columbia Purcell Mountains +0.247715 aapg_aa_107.html aapg_aa_107.html:31:4638:4648 Santa Cruz California +0.47368 gsa_html_1734656819 gsa_html_1734656819:1209:112735:112740 Palms San Diego County, California +0.237656 aapg_ai_654.html aapg_ai_654.html:21:3865:3889 Madison Williston Basin +0.505317 aapg_aa_207.html aapg_aa_207.html:3:356:367 Green River Powder River (Montana) +0.239598 aapg_ad_174.html aapg_ad_174.html:279:28162:28179 Menefee New Mexico +0.485888 aapg_ai_786.html aapg_ai_786.html:476:42868:42887 Arkansas Novaculite Atoka, Oklahoma +0.247904 cspg_html_1132698231 cspg_html_1132698231:669:73928:73933 Waicoe London, Ontario +0.250997 aapg_ac_588.html aapg_ac_588.html:71:9737:9745 Virginia Kentucky +0.356421 aapg_af_423.html aapg_af_423.html:8:732:742 Fort Payne Monteagle, Tennessee +0.229216 gsa_html_6927123889 gsa_html_6927123889:14:575:581 Oregon Salem, Oregon +0.2495 aapg_ac_333.html aapg_ac_333.html:651:80043:80061 Supai Supai, Arizona +0.518022 aapg_ad_837.html aapg_ad_837.html:63:5814:5833 Jefferson Liberty County, Florida +0.255915 aapg_aa_906.html aapg_aa_906.html:499:55377:55384 Wasatch Fort Union Trading Post National Historic Site +0.262446 aapg_ah_801.html aapg_ah_801.html:13:1159:1170 Hardinsburg Mississippian culture +0.259458 geology_html_6060647318 geology_html_6060647318:56:6775:6800 San Joaquin Sacramento, California +0.249001 cspg_html_3008414459 cspg_html_3008414459:164:22192:22224 Provincial Deadhorse, Alaska +0.241775 cspg_html_3501550466 cspg_html_3501550466:719:95605:95638 Birdbear Regina, Saskatchewan +0.533988 aapg_ai_240.html aapg_ai_240.html:238:25251:25265 Stony Mountain Red River of the North +0.490941 aapg_ac_882.html aapg_ac_882.html:59:6140:6144 Kope Richmond, California +0.271956 aapg_ai_688.html aapg_ai_688.html:69:9938:9969 Rose Hill Williamsport, Indiana +0.479 aapg_ad_908.html aapg_ad_908.html:233:25597:25614 La Luna El Salvador +0.244625 cspg_html_2954223000 cspg_html_2954223000:1093:154371:154376 Weeks Tulsa, Oklahoma +0.26673 aapg_ah_180.html aapg_ah_180.html:111:12419:12429 Mahantango Helderberg +0.413838 aapg_ad_400.html aapg_ad_400.html:3:377:399 Maroon Colorado +0.485298 cspg_html_8362959053 cspg_html_8362959053:59:8841:8847 Luscar Mountain Park (Holyoke, Massachusetts) +0.503475 palaios_html_2221534395 palaios_html_2221534395:465:50530:50550 Nolichucky Virginia +0.452666 aapg_ac_986.html aapg_ac_986.html:1063:122501:122508 Vermejo New Mexico +0.261117 gsa_html_5274400800 gsa_html_5274400800:637:51941:51965 Nisku Lacombe, Alberta +0.256542 gsa_html_6117440194 gsa_html_6117440194:291:30133:30138 Moyie Omineca Mountains +0.47773 aapg_ae_419.html aapg_ae_419.html:2900:188717:188735 Taraises Madeira wine +0.253512 geology_html_9794573137 geology_html_9794573137:237:21038:21047 Pocatello Boise, Idaho +0.490356 gsa_html_6213751745 gsa_html_6213751745:898:73802:73830 Green River Colorado +0.461421 jgeology_html_4305195651 jgeology_html_4305195651:3062:219289:219306 Mauch Chunk Morgantown, Kentucky +0.437115 cspg_html_4287356899 cspg_html_4287356899:3314:347639:347651 Jungle Creek Ellesmere Island +0.830722 aapg_ac_393.html aapg_ac_393.html:29:3081:3089 Niobrara Colorado +0.517196 aapg_ac_63.html aapg_ac_63.html:337:33561:33580 Smackover Shreveport, Louisiana +0.506883 aapg_aa_286.html aapg_aa_286.html:26:4191:4202 Utica Pennsylvania +0.48323 aapg_aa_340.html aapg_aa_340.html:209:17424:17430 Wilcox Seminole, Texas +0.26361 aapg_ah_978.html aapg_ah_978.html:261:26443:26458 Etchegoin Rancho Santa Margarita, California +0.537834 aapg_ah_652.html aapg_ah_652.html:84:11913:11929 Dakota Mancos, Colorado +0.372068 aapg_af_812.html aapg_af_812.html:141:12672:12695 Cook Mountain East Texas +0.26924 gsa_html_3521452491 gsa_html_3521452491:671:57002:57006 Kamo Earth +0.280358 cspg_html_1166788717 cspg_html_1166788717:154:18728:18737 Sassenach Lacombe, Alberta +0.244524 cspg_html_9817084056 cspg_html_9817084056:253:31758:31766 Waterton Lacombe, Alberta +0.466736 aapg_ai_584.html aapg_ai_584.html:719:75773:75790 Madison Laramie, Wyoming +0.477204 aapg_ai_292.html aapg_ai_292.html:124:13042:13057 Lisburne Northwest Arctic Borough, Alaska +0.468905 sedimentology_html_5801163920 sedimentology_html_5801163920:1299:98071:98075 Dean New Mexico +0.483759 aapg_ac_475.html aapg_ac_475.html:26:4589:4598 Kishenehn Victoria, British Columbia +0.671667 jgeology_html_8458939192 jgeology_html_8458939192:91:3709:3726 Entrada Logan, Utah +0.50504 aapg_af_995.html aapg_af_995.html:180:32772:32787 Mesaverde Logan, Utah +0.252126 aapg_af_384.html aapg_af_384.html:171:18407:18427 Peel Ellesmere Island +0.26368 aapg_ad_307.html aapg_ad_307.html:68:7830:7850 Wood River Reno, Nevada +0.482532 sedimentology_html_8923738088 sedimentology_html_8923738088:1731:93096:93115 Leadville Colorado +0.260478 aapg_ai_49.html aapg_ai_49.html:653:86311:86321 San Andres New Mexico +0.85432 aapg_ac_575.html aapg_ac_575.html:247:40282:40300 Woodside Logan, Utah +0.43659 aapg_ac_222.html aapg_ac_222.html:3:497:514 Hermosa Colorado +0.238135 gsa_html_9755702281 gsa_html_9755702281:738:58150:58155 Stark California +0.46864 cspg_html_8797277909 cspg_html_8797277909:621:78990:79015 Beaverhill Canada +0.464166 gsa_html_3648258377 gsa_html_3648258377:521:51254:51266 Mount Laurel Mount Laurel Township, New Jersey +0.47595 aapg_ai_28.html aapg_ai_28.html:476:45690:45700 Rio Grande Texas +0.475449 aapg_ac_894.html aapg_ac_894.html:65:5298:5318 Oil Creek Cooke County, Texas +0.264668 aapg_ac_629.html aapg_ac_629.html:152:20936:20942 Lissie Oberlin, Ohio +0.258063 cspg_html_9136481292 cspg_html_9136481292:552:59497:59514 Cardium Lacombe, Alberta +0.24327 aapg_ai_772.html aapg_ai_772.html:7:909:915 Sierra RAF Troodos +0.258981 aapg_ad_659.html aapg_ad_659.html:324:46152:46160 Michigan Grand Island, New York +0.258542 aapg_ah_157.html aapg_ah_157.html:299:42926:42933 Mattoon Illinois +0.251968 aapg_ae_875.html aapg_ae_875.html:403:45702:45717 Coamo Puerto Rico +0.469887 aapg_af_854.html aapg_af_854.html:1040:146610:146628 Golconda Kentucky +0.475547 geology_html_6350726541 geology_html_6350726541:253:24553:24560 Madison Transantarctic Mountains +0.261576 cspg_html_2198503252 cspg_html_2198503252:59:6332:6347 Ouray Boise, Idaho +0.217956 gsa_html_3701935694 gsa_html_3701935694:219:20340:20359 Cram Hill Bennington, Vermont +0.481712 gsa_html_7498897688 gsa_html_7498897688:1240:103015:103021 Sonora California +0.252862 aapg_ad_575.html aapg_ad_575.html:58:7642:7661 Minnelusa Cheyenne, Wyoming +0.905322 gsa_html_7012936645 gsa_html_7012936645:927:73559:73567 Montreal Quebec +0.250458 geology_html_3106921824 geology_html_3106921824:59:6406:6414 Virginia Chesapeake Bay +0.18612 aapg_aa_23.html aapg_aa_23.html:757:96625:96653 Stony Mountain Red River of the North +0.242526 aapg_af_128.html aapg_af_128.html:465:42532:42540 Tensleep Cheyenne, Wyoming +0.252984 gsa_html_8515975571 gsa_html_8515975571:20:1454:1467 Santa Barbara California +0.265125 jgeology_html_7743775272 jgeology_html_7743775272:254:18676:18681 Salem Bloomington, Indiana +0.491008 gsa_html_2335956331 gsa_html_2335956331:659:58500:58528 Green River Colorado +0.25938 geology_html_2132529104 geology_html_2132529104:214:23090:23108 Monterey California +0.25431 cspg_html_6284849447 cspg_html_6284849447:29:4060:4078 Bullhead Dissected Till Plains +0.25296 AMJC_html_8745118655 AMJC_html_8745118655:942:83760:83765 Rapid 1980 eruption of Mount St. Helens +0.2604 aapg_af_425.html aapg_af_425.html:67:7272:7289 St Louis Ruffed Grouse +0.28132 cspg_html_1818321956 cspg_html_1818321956:424:41694:41702 Columbia Victoria, British Columbia +0.2499 gsa_html_5107598462 gsa_html_5107598462:384:32932:32938 Salina Berwick, Pennsylvania +0.2574 jgeology_html_8936542604 jgeology_html_8936542604:1248:75978:75984 Thrifty London, Ontario +0.255524 aapg_ac_838.html aapg_ac_838.html:438:39564:39570 Denver Texas +0.24429 cspg_html_2863271815 cspg_html_2863271815:516:62525:62536 B Evaporite Salina, Kansas +0.483492 cspg_html_8107862279 cspg_html_8107862279:9:641:660 Cathedral Eldon, Missouri +0.499094 jgeology_html_1694744705 jgeology_html_1694744705:876:48815:48845 Valentine Adirondack Mountains +0.243045 geology_html_9172071766 geology_html_9172071766:189:15485:15501 Navajo Mesa, Arizona +0.265684 palaios_html_3112927242 palaios_html_3112927242:828:65828:65854 Bradore Quebec City +0.46482 cspg_html_3804945581 cspg_html_3804945581:349:37888:37914 Horseshoe Canyon Lacombe, Alberta +0.493387 aapg_af_2.html aapg_af_2.html:290:32428:32433 Ouray Ouray, Colorado +0.477675 aapg_aa_24.html aapg_aa_24.html:1183:115315:115322 Aklavik Canada +0.261085 aapg_ah_387.html aapg_ah_387.html:2856:309932:309941 Knoxville Colusa County, California +0.261212 aapg_ac_392.html aapg_ac_392.html:119:11602:11607 Salem Wayne County, Michigan +0.268299 cspg_html_4272664788 cspg_html_4272664788:75:11591:11599 Columbia Victoria, British Columbia +0.280314 aapg_ae_471.html aapg_ae_471.html:461:41973:41980 Hosston Cotton Valley, Louisiana +0.82877 aapg_af_18.html aapg_af_18.html:186:21846:21856 Lakota Black Hills +0.489984 aapg_ah_411.html aapg_ah_411.html:74:10201:10209 Colorado Lacombe, Alberta +0.256432 aapg_ah_134.html aapg_ah_134.html:76:6777:6785 Nacatoch Tuscaloosa, Alabama +0.244032 sedimentology_html_3296239633 sedimentology_html_3296239633:1187:100764:100770 Navajo Logan, Utah +0.357 geology_html_8328913125 geology_html_8328913125:382:28026:28039 Crystal River Melbourne, Florida +0.489915 cspg_html_7587979364 cspg_html_7587979364:397:32043:32059 Muskeg Lacombe, Alberta +0.263676 aapg_ad_785.html aapg_ad_785.html:686:74152:74155 Lee Denver +0.489888 aapg_aa_39.html aapg_aa_39.html:212:19687:19695 Colorado Hermosa, Chicago +0.253302 aapg_ai_542.html aapg_ai_542.html:176:17058:17089 Cathedral Colorado +0.239604 cspg_html_9905904289 cspg_html_9905904289:8:1161:1167 Ferris Saint Kitts and Nevis +0.268275 geology_html_3509939317 geology_html_3509939317:231:19532:19540 Columbia Victoria, British Columbia +0.23025 aapg_ah_644.html aapg_ah_644.html:288:34280:34285 Piper Black Hills +0.484632 palaios_html_1521536752 palaios_html_1521536752:84:11826:11835 Bluefield Lewisburg, Pennsylvania +0.254478 cspg_html_5976982403 cspg_html_5976982403:118:16387:16398 Dutch Creek Mount Baker +0.500316 cspg_html_9354781888 cspg_html_9354781888:702:55298:55304 Wapiti Victoria, British Columbia +0.493189 gsa_html_2361725345 gsa_html_2361725345:828:70523:70537 Rockwell California +0.512972 aapg_aa_544.html aapg_aa_544.html:82:10660:10679 Minnelusa Cheyenne, Wyoming +0.24888 aapg_ad_124.html aapg_ad_124.html:107:9433:9440 Kanawha Upshur County, West Virginia +0.47916 aapg_ae_715.html aapg_ae_715.html:520:67751:67761 Rio Grande Houston +0.248965 cspg_html_9778753186 cspg_html_9778753186:269:40713:40734 Blackstone Lacombe, Alberta +0.507473 gsa_html_7296412338 gsa_html_7296412338:1125:95320:95348 Green River Colorado +0.270865 gsa_html_4557277250 gsa_html_4557277250:791:68755:68763 Colorado Denver +0.259548 cspg_html_5141367518 cspg_html_5141367518:398:55891:55908 Bearpaw Regina, Saskatchewan +0.251262 aapg_ae_584.html aapg_ae_584.html:631:60593:60613 Ingleside Colorado +0.47268 sedimentology_html_5779710300 sedimentology_html_5779710300:985:62858:62868 Washington Seattle +0.268068 aapg_ad_169.html aapg_ad_169.html:343:40604:40625 Greenbrier Huntington, West Virginia +0.250857 aapg_ah_85.html aapg_ah_85.html:529:45089:45097 Virginia Maryland +0.249494 palaios_html_9669360804 palaios_html_9669360804:423:37440:37448 Scotland Germany +0.25137 gsa_html_7938666655 gsa_html_7938666655:286:24989:25009 Kotsina Conglomerate Chitina, Alaska +0.836238 cspg_html_9768299963 cspg_html_9768299963:200:20915:20931 Horseshoe Canyon Horseshoe Canyon Formation +0.2585 aapg_ae_847.html aapg_ae_847.html:237:17717:17728 San Joaquin Sacramento, California +0.257424 gsa_html_8010927234 gsa_html_8010927234:126:6215:6247 Rangeley Portland, Maine +0.25047 aapg_ad_760.html aapg_ad_760.html:26:3899:3920 Modelo Santa Clara County, California +0.26163 cspg_html_5699627350 cspg_html_5699627350:42:6541:6557 Viking Lacombe, Alberta +0.251346 gsa_html_6281658899 gsa_html_6281658899:775:80917:80928 Tepee Trail Cheyenne, Wyoming +0.490269 aapg_ae_854.html aapg_ae_854.html:230:24012:24024 Rundle Lacombe, Alberta +0.499352 aapg_aa_37.html aapg_aa_37.html:262:32632:32648 Kaibab Arizona +0.263144 aapg_ah_644.html aapg_ah_644.html:156:18284:18297 Gypsum Spring Manitoba +0.258552 aapg_aa_595.html aapg_aa_595.html:339:36434:36447 Abo Wichita, Kansas +0.481418 gsa_html_3159830288 gsa_html_3159830288:764:68977:68984 Yucatan Mexico +0.478541 sedimentology_html_5922191587 sedimentology_html_5922191587:843:74664:74678 Violin Breccia California +0.250444 aapg_ai_154.html aapg_ai_154.html:95:11394:11412 Onondaga Pennsylvania +0.259578 aapg_ac_730.html aapg_ac_730.html:497:71559:71573 Wepo Niobrara, Nebraska +0.272468 aapg_af_704.html aapg_af_704.html:181:17039:17048 Red River Williston, Vermont +0.24057 sedimentology_html_2255075984 sedimentology_html_2255075984:60:6081:6100 Athabasca Canada +0.366231 aapg_ad_154.html aapg_ad_154.html:63:7394:7417 Conococheague Shenandoah Valley +0.518152 sedimentology_html_6268265701 sedimentology_html_6268265701:1307:92429:92445 Dakota New Mexico +0.471843 aapg_ae_546.html aapg_ae_546.html:187:21317:21351 Cotton Valley Shreveport, Louisiana +0.502944 AMJC_html_3664856625 AMJC_html_3664856625:492:52939:52959 Fort Union Knife River +0.492701 aapg_ae_67.html aapg_ae_67.html:128:11504:11511 Warsaw Colorado +0.24948 aapg_af_291.html aapg_af_291.html:476:52613:52627 Lisburne Anchorage, Alaska +0.240019 aapg_ai_887.html aapg_ai_887.html:176:21751:21759 Edmonton Lacombe, Alberta +0.531994 aapg_aa_590.html aapg_aa_590.html:41:4993:5000 Yucatan Nassau, Bahamas +0.470155 aapg_ah_779.html aapg_ah_779.html:601:110777:110784 Chemung Catskill Mountains +0.466336 aapg_ah_647.html aapg_ah_647.html:301:32076:32093 Percha Arizona +0.488131 aapg_ak_87.html aapg_ak_87.html:156:24177:24183 Kaibab Arizona +0.51456 aapg_aa_738.html aapg_aa_738.html:36:4156:4172 Moscow Moscow +0.266716 jgeology_html_5435533156 jgeology_html_5435533156:906:59374:59408 Serpent Canada +0.413664 aapg_ad_440.html aapg_ad_440.html:544:51375:51392 Taggard Monroe County, Florida +0.241072 gsa_html_1040524378 gsa_html_1040524378:55:7954:7961 Challis Absaroka +0.494532 gsa_html_8152640301 gsa_html_8152640301:506:43523:43552 Naknek Talkeetna, Alaska +0.45214 aapg_af_763.html aapg_af_763.html:320:33072:33112 Copenhagen Reno, Nevada +0.239844 cspg_html_1503116552 cspg_html_1503116552:69:9862:9881 Waterways Lacombe, Alberta +0.257013 cspg_html_6306091047 cspg_html_6306091047:15:2115:2152 Charlie Lake Victoria, British Columbia +0.26469 aapg_ai_479.html aapg_ai_479.html:515:59542:59556 Traverse Michigan Basin +0.269357 aapg_aa_463.html aapg_aa_463.html:96:19175:19192 Sparta Mississippi River +0.24346 jgeology_html_2074544204 jgeology_html_2074544204:306:20785:20796 Chopawamsic Virginia +0.247968 cspg_html_5241714595 cspg_html_5241714595:661:98820:98838 Duvernay Canada +0.359142 cspg_html_9330018201 cspg_html_9330018201:95:15459:15492 Elko Elko, Nevada +0.245214 aapg_ae_544.html aapg_ae_544.html:7:1124:1139 Eagle Niobrara, Nebraska +0.472317 gsa_html_9478615109 gsa_html_9478615109:14:648:656 Colorado Denver +0.25132 aapg_ai_236.html aapg_ai_236.html:136:12042:12067 Venango Venango, Pennsylvania +0.264132 aapg_af_709.html aapg_af_709.html:11:1245:1257 Saskatchewan Victoria, British Columbia +0.26832 AMJC_html_8107504009 AMJC_html_8107504009:382:33956:33977 Tibbit Hill Ottawa, Kansas +0.270111 geology_html_9480340228 geology_html_9480340228:246:22541:22559 Frontier Cheyenne, Wyoming +0.443892 cspg_html_7799850124 cspg_html_7799850124:441:49737:49766 Swan Hills Swan Hill, Victoria +0.252973 gsa_html_2717448156 gsa_html_2717448156:1037:104909:104917 Columbia Victoria, British Columbia +0.264147 aapg_ac_944.html aapg_ac_944.html:186:18712:18736 Arroyo New Mexico +0.50008 aapg_ac_834.html aapg_ac_834.html:96:8570:8581 Dakota Fall River, Nova Scotia +0.249996 gsa_html_4071231613 gsa_html_4071231613:578:64645:64671 Wild Sheep Creek Anchorage, Alaska +0.2495 aapg_ah_856.html aapg_ah_856.html:25:3773:3787 Tactic Guatemala +0.262095 aapg_ai_0.html aapg_ai_0.html:506:57550:57561 San Antonio Lavaca, Arkansas +0.259578 aapg_ad_998.html aapg_ad_998.html:14:1139:1145 Oregon West Coast of the United States +0.271932 aapg_ad_466.html aapg_ad_466.html:372:45063:45080 Raritan Closter, New Jersey +0.257964 palaios_html_6100595217 palaios_html_6100595217:18:1043:1067 Moodys Branch Lisbon +0.509124 aapg_ad_960.html aapg_ad_960.html:72:6981:7006 Santa Margarita Monterey, California +0.236027 cspg_html_9924397126 cspg_html_9924397126:1647:169499:169520 Ione California +0.284512 aapg_ae_454.html aapg_ae_454.html:161:13466:13485 Cotton Valley Arkansas +0.267806 aapg_ad_55.html aapg_ad_55.html:467:28320:28327 Decorah Kirksville, Missouri +0.362773 cspg_html_9701352317 cspg_html_9701352317:17:1533:1553 Otto Fiord Canada +0.82438 aapg_ae_877.html aapg_ae_877.html:101:10030:10042 Gilwood Lake Ontario +0.49851 cspg_html_3124360347 cspg_html_3124360347:32:6133:6156 Jefferson Gasconade River +0.785934 cspg_html_8568877195 cspg_html_8568877195:381:62462:62473 Belly River Regina, Saskatchewan +0.456396 aapg_ae_958.html aapg_ae_958.html:2401:204488:204496 Carlsbad Lea County Regional Airport +0.505698 aapg_ac_730.html aapg_ac_730.html:315:44150:44156 Toreva Mancos, Colorado +0.471653 aapg_ai_105.html aapg_ai_105.html:505:60308:60322 Duchesne River Western world +0.247979 aapg_aa_36.html aapg_aa_36.html:437:42295:42299 Open Bay, Arkansas +0.49181 aapg_ad_800.html aapg_ad_800.html:94:10338:10348 Tuscaloosa Alabama +0.255025 aapg_af_808.html aapg_af_808.html:996:130294:130312 Scotland Barbados +0.239554 aapg_af_702.html aapg_af_702.html:34:3476:3514 Kekiktuk Prudhoe Bay Oil Field +0.25654 jgeology_html_1263059090 jgeology_html_1263059090:1457:77888:77904 Navajo Logan, Utah +0.269345 cspg_html_3026112034 cspg_html_3026112034:94:9362:9392 Leduc Pine Brook, New Jersey +0.2585 cspg_html_9735723617 cspg_html_9735723617:735:87979:87998 Hecla Bay Melville Island (Canada) +0.199728 aapg_ae_692.html aapg_ae_692.html:299:31499:31507 Deadwood Winnipeg +0.2522 aapg_ai_49.html aapg_ai_49.html:118:12288:12293 Weber Colorado +0.26112 aapg_ae_636.html aapg_ae_636.html:120:12669:12676 Andrews Hockley +0.540705 aapg_ac_23.html aapg_ac_23.html:277:22667:22715 Huntersville Huntington, West Virginia +0.505724 aapg_ae_997.html aapg_ae_997.html:16:2757:2781 Wasatch Evanston, Wyoming +0.25654 sedimentology_html_5462089509 sedimentology_html_5462089509:1350:97531:97549 Gowganda Ontario, California +0.265189 aapg_af_97.html aapg_af_97.html:40:3805:3821 Osgood Lexington, Kentucky +0.498972 aapg_ad_192.html aapg_ad_192.html:47:6402:6417 Tuscaloosa Mississippi River +0.948451 aapg_ah_83.html aapg_ah_83.html:52:7376:7392 Lakota Powder River Basin +0.49266 cspg_html_5295390542 cspg_html_5295390542:190:24636:24658 Charlie Lake Halton (electoral district) +0.47337 aapg_ac_557.html aapg_ac_557.html:504:58380:58387 El Paso New Mexico +0.50615 aapg_ah_358.html aapg_ah_358.html:869:63264:63274 San Andres New Mexico +0.259017 cspg_html_5949578130 cspg_html_5949578130:832:97034:97069 Keg River Canada +0.245 aapg_ac_313.html aapg_ac_313.html:230:26013:26029 Campur Belize +0.263168 jgeology_html_4305195651 jgeology_html_4305195651:589:73670:73686 Pocono Lackawanna County, Pennsylvania +0.48384 aapg_ae_969.html aapg_ae_969.html:121:13334:13354 Trabuco Ladd, Illinois +0.26059 aapg_ai_499.html aapg_ai_499.html:223:19734:19750 Dakota Cheyenne, Wyoming +0.246945 aapg_ac_367.html aapg_ac_367.html:141:16498:16508 Ironton Galesville, Maryland +0.493812 aapg_ae_410.html aapg_ae_410.html:19:2700:2708 Woodbine Austin, Chicago +0.687113 gsa_html_4432793908 gsa_html_4432793908:601:64830:64850 Sheep Pass Reno, Nevada +0.242055 cspg_html_3740794265 cspg_html_3740794265:539:49515:49529 Bullhead Victoria, British Columbia +0.262384 aapg_ae_161.html aapg_ae_161.html:110:13529:13541 Judith River Judith River Formation +0.479862 aapg_ad_131.html aapg_ad_131.html:202:16331:16336 Atoka Hartshorne, Oklahoma +0.251482 cspg_html_6116883777 cspg_html_6116883777:1168:164570:164590 Lands Lokk Ellesmere Island +0.260604 geology_html_4936682354 geology_html_4936682354:235:20867:20876 San Pedro Switzerland +0.531652 aapg_ad_466.html aapg_ad_466.html:413:50179:50186 Magothy Raritan Bay Drawbridge +0.499465 aapg_ac_689.html aapg_ac_689.html:14:1824:1832 Colorado Nebraska +0.258039 geology_html_5524213035 geology_html_5524213035:182:22910:22914 Reno Reno, Nevada +0.246685 aapg_ac_569.html aapg_ac_569.html:208:28045:28065 Emma Fiord Devon Island +0.24752 aapg_aa_745.html aapg_aa_745.html:236:29932:29945 Brushy Canyon Mesa, Arizona +0.246813 AMJC_html_2711105513 AMJC_html_2711105513:668:79127:79135 Columbia Columbia District +0.24453 aapg_aa_546.html aapg_aa_546.html:228:22579:22599 Eagle Colorado +0.258462 aapg_ae_921.html aapg_ae_921.html:114:7867:7881 Sentinel Butte Fort Union Trading Post National Historic Site +0.255636 aapg_ai_12.html aapg_ai_12.html:23:1492:1504 Hermit Arizona +0.48504 cspg_html_6193252551 cspg_html_6193252551:531:61131:61159 Laurentian Ottawa, Kansas +0.482422 aapg_ac_461.html aapg_ac_461.html:118:12942:12953 Chicontepec Western world +0.480255 gsa_html_4891459463 gsa_html_4891459463:1194:112961:112974 Santa Barbara California +0.479115 aapg_ah_387.html aapg_ah_387.html:3051:337291:337300 Knoxville Knoxville, Illinois +0.492412 AMJC_html_4504848787 AMJC_html_4504848787:599:58207:58226 Swift Lynchburg, Virginia +0.27285 aapg_ae_639.html aapg_ae_639.html:137:12522:12543 Georgetown Buda, Texas +0.26394 aapg_ae_128.html aapg_ae_128.html:60:5985:5991 Morgan Clayton County, Georgia +0.682225 aapg_ac_662.html aapg_ac_662.html:14:2120:2130 Phosphoria Logan, Utah +0.365767 jgeology_html_2872695575 jgeology_html_2872695575:205:12463:12481 Kanawha Huntington, West Virginia +0.253492 gsa_html_5732354264 gsa_html_5732354264:889:73180:73189 Extension England +0.487531 aapg_ad_0.html aapg_ad_0.html:255:21632:21649 Black River Bloomington, Indiana +0.27196 aapg_aa_426.html aapg_aa_426.html:231:51771:51776 Eutaw Selma to Montgomery marches +0.414 aapg_ah_416.html aapg_ah_416.html:127:11687:11694 Pakowki Southern Great Plain +0.450368 aapg_ai_94.html aapg_ai_94.html:259:36031:36037 Sierra Western world +0.273333 aapg_af_504.html aapg_af_504.html:41:6032:6049 Ivishak Prudhoe Bay, Alaska +0.26469 AMJC_html_7085584544 AMJC_html_7085584544:940:96389:96397 Michigan Colorado +0.250745 gsa_html_1549665076 gsa_html_1549665076:541:53177:53183 Oregon Salem, Oregon +0.854469 cspg_html_7325522863 cspg_html_7325522863:152:23693:23710 Battle Milk River, Alberta +0.500456 aapg_ad_887.html aapg_ad_887.html:173:14494:14503 Frio Texas +0.263168 geology_html_2210212114 geology_html_2210212114:24:1361:1407 Rapid Antarctic Peninsula +0.475 aapg_ai_17.html aapg_ai_17.html:779:54432:54442 Rio Grande Colorado +0.24849 gsa_html_8035658736 gsa_html_8035658736:727:84716:84722 Oregon Boise, Idaho +0.248601 aapg_af_636.html aapg_af_636.html:237:27928:27936 Onondaga Illinois +0.48034 cspg_html_2860054419 cspg_html_2860054419:42:5534:5551 Grimsby Michigan Basin +0.254881 cspg_html_7675189126 cspg_html_7675189126:426:51562:51577 Sinwa Victoria, British Columbia +0.47991 gsa_html_5854091649 gsa_html_5854091649:622:59978:59988 Washington Seattle +0.256452 aapg_ad_695.html aapg_ad_695.html:328:20284:20297 Carrizo Milam County, Texas +0.470782 palaios_html_7930345720 palaios_html_7930345720:61:6218:6249 Navajo Reno, Nevada +0.273942 aapg_aa_47.html aapg_aa_47.html:823:97404:97412 Colorado Burbank, California +0.48405 aapg_ad_466.html aapg_ad_466.html:214:27361:27368 Magothy Manasquan, New Jersey +0.484242 aapg_ai_156.html aapg_ai_156.html:158:12511:12527 Hertha Plattsburg, Missouri +0.26677 aapg_ad_808.html aapg_ad_808.html:1506:105024:105033 Mesaverde Cheyenne, Wyoming +0.261021 aapg_ad_715.html aapg_ad_715.html:302:38375:38381 Wewoka Pleasanton, Texas +0.250992 gsa_html_4144293017 gsa_html_4144293017:21:1293:1299 Denver Colorado +0.526756 aapg_aa_870.html aapg_aa_870.html:185:18112:18118 Dakota Lone Pine, California +0.461214 gsa_html_4298040492 gsa_html_4298040492:748:86723:86728 Yukon Cordillera Administrative Region +0.267285 cspg_html_4177743729 cspg_html_4177743729:17:1255:1269 Woodbend Lacombe, Alberta +0.482 aapg_ad_763.html aapg_ad_763.html:627:75460:75470 Kern River Kern River Preserve +0.671423 aapg_ah_646.html aapg_ah_646.html:27:3527:3545 Moenkopi Middle East +0.261919 cspg_html_3397138450 cspg_html_3397138450:1311:142489:142494 Price Lacombe, Alberta +0.900592 aapg_ai_583.html aapg_ai_583.html:27:4578:4586 Sundance Black Hills +0.48735 cspg_html_3630723811 cspg_html_3630723811:117:12525:12547 Tidal Netherlands +0.247 aapg_ae_667.html aapg_ae_667.html:464:56211:56236 Flagstaff Logan, Utah +0.488748 aapg_ac_395.html aapg_ac_395.html:53:5128:5136 Wolfcamp Delaware +0.50373 gsa_html_4543270561 gsa_html_4543270561:1199:100902:100910 Rockwell Baja California peninsula +0.890295 jgeology_html_2809998069 jgeology_html_2809998069:681:35979:35991 Rhode Island Kingston, Jamaica +0.268812 aapg_ae_993.html aapg_ae_993.html:358:35887:35906 Jefferson Boise, Idaho +0.48484 aapg_ae_474.html aapg_ae_474.html:91:8352:8368 Bethel Bethel, Alaska +0.254961 aapg_ad_812.html aapg_ad_812.html:50:6114:6131 Todilto Kayenta, Arizona +0.513315 aapg_ah_467.html aapg_ah_467.html:179:14563:14571 Foremost Milk River, Alberta +0.251292 cspg_html_3104351736 cspg_html_3104351736:95:11870:11886 Oldman Lacombe, Alberta +0.247979 aapg_af_575.html aapg_af_575.html:1137:163687:163703 Weno Fort Worth, Texas +0.4685 cspg_html_5976982403 cspg_html_5976982403:70:10034:10055 Dutch Creek Purcell Mountains +0.248832 sedimentology_html_1623454448 sedimentology_html_1623454448:1557:114161:114182 Piedras Spain +0.274476 aapg_ac_235.html aapg_ac_235.html:801:79347:79363 Inyan Kara Black Hills +0.25296 aapg_ai_66.html aapg_ai_66.html:11:1338:1350 Pierre Colorado +0.256968 gsa_html_5986880650 gsa_html_5986880650:598:60766:60771 Price Arctic Cordillera +0.248502 aapg_aa_415.html aapg_aa_415.html:30:4629:4637 Woodbine Dallas County, Alabama +0.25641 aapg_ai_527.html aapg_ai_527.html:52:7044:7053 Fruitland Kirtland, Ohio +0.23688 sedimentology_html_1037330218 sedimentology_html_1037330218:495:38324:38328 Hall London, Ontario +0.259458 aapg_ai_83.html aapg_ai_83.html:225:21956:21963 Bedford East Branch Delaware River +0.47895 aapg_aa_114.html aapg_aa_114.html:340:32174:32180 Sierra Mexico +0.247506 jgeology_html_8494933343 jgeology_html_8494933343:662:45883:45902 Bidahochi New Mexico +0.465064 cspg_html_4348111624 cspg_html_4348111624:321:41905:41927 Winnipegosis Williston Basin +0.48813 aapg_ae_34.html aapg_ae_34.html:483:41451:41465 Frio Texas +0.247324 aapg_ai_997.html aapg_ai_997.html:1104:104159:104179 Moreno Redding, California +0.50635 aapg_ad_116.html aapg_ad_116.html:171:21698:21703 Joins Missouri River +0.26622 cspg_html_4409656292 cspg_html_4409656292:643:72523:72531 Columbia Victoria, British Columbia +0.485254 aapg_ae_959.html aapg_ae_959.html:3434:264476:264492 Salado Delaware +0.254961 sedimentology_html_7325815776 sedimentology_html_7325815776:160:12184:12190 Sierra Spain +0.480568 cspg_html_4516258038 cspg_html_4516258038:684:73116:73129 Parry Islands Bathurst Island (Northern Territory) +0.43848 aapg_af_2.html aapg_af_2.html:465:52506:52523 Madison San Juan Mountains +0.489144 cspg_html_9958679425 cspg_html_9958679425:109:15691:15697 Calmar Williston Basin +0.509168 aapg_ae_28.html aapg_ae_28.html:249:23211:23246 Stony Mountain Regina, Saskatchewan +0.258912 aapg_ah_575.html aapg_ah_575.html:377:31410:31416 Brazil Pucallpa +0.256011 geology_html_4853004903 geology_html_4853004903:205:17590:17594 Bond North Atlantic Current +0.2645 aapg_ae_74.html aapg_ae_74.html:411:38739:38745 Chinle Moenkopi Formation +0.241017 sedimentology_html_5570537256 sedimentology_html_5570537256:1129:60906:60912 Thrifty London, Ontario +0.25449 aapg_ah_776.html aapg_ah_776.html:89:7191:7206 Queen New Mexico +0.247 aapg_ai_249.html aapg_ai_249.html:522:68534:68556 Todos Santos Guatemala +0.254976 cspg_html_7799850124 cspg_html_7799850124:974:98989:99008 Waterways Lacombe, Alberta +0.272406 aapg_ad_599.html aapg_ad_599.html:186:22620:22641 Beekmantown Southampton Township, Bedford County, Pennsylvania +0.25382 gsa_html_6776685506 gsa_html_6776685506:84:10333:10370 Beekmantown Helderberg +0.263872 palaios_html_5941305386 palaios_html_5941305386:569:68088:68104 Chinle Parrish, Florida +0.486315 cspg_html_5688447798 cspg_html_5688447798:154:22839:22850 Goose Fiord Ellesmere Island +0.503388 gsa_html_6062330506 gsa_html_6062330506:413:43331:43347 Salado Santa Rosa, California +0.50615 aapg_ac_574.html aapg_ac_574.html:205:24038:24042 Elko Reno, Nevada +0.254508 aapg_ai_503.html aapg_ai_503.html:5:920:936 Cabot Head Manitoulin Island +0.43966 gsa_html_6099173194 gsa_html_6099173194:310:31815:31832 Mirador Guyana +0.728768 aapg_ai_82.html aapg_ai_82.html:91:12072:12086 Maccrady Greenbrier (Great Smoky Mountains) +0.497373 cspg_html_9343899465 cspg_html_9343899465:77:10660:10680 Blue Fiord Melville Island (Canada) +0.247955 aapg_ac_141.html aapg_ac_141.html:9:642:650 Colorado Littleton, Colorado +0.4503 aapg_af_270.html aapg_af_270.html:15:2169:2177 Edmonton Quebec City +0.484 sedimentology_html_9327087504 sedimentology_html_9327087504:349:33862:33872 Santa Cruz California +0.49062 gsa_html_4312040636 gsa_html_4312040636:111:11335:11344 Eel River San Francisco +0.262143 aapg_ac_215.html aapg_ac_215.html:22:2927:2936 Englewood Missouri River +0.478 sedimentology_html_2898428289 sedimentology_html_2898428289:1710:87872:87887 Nisku Lacombe, Alberta +0.27405 aapg_ad_575.html aapg_ad_575.html:92:12886:12913 Minnelusa Cheyenne, Wyoming +0.251988 sedimentology_html_3738352363 sedimentology_html_3738352363:70:6566:6572 Sierra Cazorla +0.49373 AMJC_html_7984049819 AMJC_html_7984049819:249:26894:26901 Berwick Portland, Maine +0.493569 aapg_ai_399.html aapg_ai_399.html:99:11031:11042 Eutaw Kentucky +0.2562 aapg_ac_789.html aapg_ac_789.html:271:53016:53029 Barnett Texas +0.487656 sedimentology_html_2010995560 sedimentology_html_2010995560:167:12981:12986 Steel Svalbard +0.251428 aapg_ai_49.html aapg_ai_49.html:165:18715:18721 Maroon Colorado +0.279777 gsa_html_7737235229 gsa_html_7737235229:115:11724:11733 Conasauga Kingsport, Tennessee +0.259534 aapg_ad_720.html aapg_ad_720.html:605:53026:53055 San Andres Carlsbad, New Mexico +0.486048 aapg_ae_324.html aapg_ae_324.html:908:91309:91316 Narrows Bluefield, West Virginia +0.257839 aapg_ac_841.html aapg_ac_841.html:215:27926:27948 Todos Santos Guatemala +0.378246 aapg_aa_959.html aapg_aa_959.html:250:21768:21775 Wasatch Fort Union Trading Post National Historic Site +0.27192 aapg_ae_454.html aapg_ae_454.html:102:8456:8463 Bossier Shreveport, Louisiana +0.488241 gsa_html_1538463681 gsa_html_1538463681:1026:84614:84629 Mural Sonora +0.48581 aapg_ae_749.html aapg_ae_749.html:673:66685:66691 Walker Virginia +0.502911 aapg_ah_27.html aapg_ah_27.html:525:64828:64841 Barnett Texas +0.25382 gsa_html_4431779557 gsa_html_4431779557:1009:81658:81695 Blackwater Draw Texas +0.25553 aapg_ad_15.html aapg_ad_15.html:53:4756:4777 Honey Creek Wichita, Kansas +0.484185 cspg_html_3482605972 cspg_html_3482605972:8:755:774 Paskapoo Lacombe, Alberta +0.2535 geology_html_2035235785 geology_html_2035235785:245:21540:21546 Oxford Lisle (town), New York +0.255528 aapg_ai_468.html aapg_ai_468.html:200:25205:25222 Bossier Bossier City, Louisiana +0.480636 gsa_html_6627974776 gsa_html_6627974776:859:65189:65197 Bachelor Anchorage, Alaska +0.512298 aapg_ac_63.html aapg_ac_63.html:174:16481:16490 Smackover Haynesville, Louisiana +0.491667 sedimentology_html_9699563254 sedimentology_html_9699563254:595:51673:51693 Milk River Lacombe, Alberta +0.26312 aapg_ae_369.html aapg_ae_369.html:523:54354:54359 Eutaw Western world +0.251808 aapg_af_737.html aapg_af_737.html:552:70579:70584 Piper California +0.243507 aapg_ah_775.html aapg_ah_775.html:561:50468:50476 Colorado Colorado +0.257895 aapg_ae_777.html aapg_ae_777.html:98:12253:12260 Tererro San Miguel County, New Mexico +0.477543 aapg_ah_763.html aapg_ah_763.html:120:14155:14168 Reno Texas +0.48581 gsa_html_5865982995 gsa_html_5865982995:1048:113981:114002 Green River Cheyenne, Wyoming +0.864774 gsa_html_5079726047 gsa_html_5079726047:358:41465:41472 Mirador Eocene +0.249344 aapg_ac_252.html aapg_ac_252.html:138:15220:15236 Kaibab Logan, Utah +0.269352 aapg_af_577.html aapg_af_577.html:292:22772:22778 Salado Carlsbad, New Mexico +0.255892 jgeology_html_2784246086 jgeology_html_2784246086:550:26140:26156 Taylor Transantarctic Mountains +0.486072 aapg_ad_784.html aapg_ad_784.html:99:12140:12154 Sespe South Mountains (Arizona) +0.250976 AMJC_html_1964550508 AMJC_html_1964550508:125:16925:16934 Allegheny Pennsylvania +0.253512 cspg_html_9343899465 cspg_html_9343899465:1628:132691:132707 Parry Islands Banks Island +0.260538 aapg_af_423.html aapg_af_423.html:65:5824:5835 Spears Coffee County, Georgia +0.510748 aapg_ai_153.html aapg_ai_153.html:268:42010:42026 Morgan Colorado +0.379824 aapg_ad_192.html aapg_ad_192.html:5:640:655 Tuscaloosa Shreveport, Louisiana +0.858402 palaios_html_2376163646 palaios_html_2376163646:500:55011:55031 Fort Union Powder River Basin +0.48888 cspg_html_5376629375 cspg_html_5376629375:138:18695:18713 Arctomys Canmore, Alberta +0.257514 gsa_html_4904229335 gsa_html_4904229335:15:770:776 Oregon California +0.278166 aapg_af_775.html aapg_af_775.html:478:41502:41522 Citronelle Hattiesburg, Mississippi +0.248901 geology_html_2688088926 geology_html_2688088926:75:9310:9335 Glen Rose San Antonio +0.255524 cspg_html_9987144175 cspg_html_9987144175:82:12082:12105 Parry Islands Banks Island +0.465102 cspg_html_9725676031 cspg_html_9725676031:99:16097:16118 Shaftesbury Lacombe, Alberta +0.245952 gsa_html_2717448156 gsa_html_2717448156:1228:118345:118356 Fort Steele Victoria, British Columbia +0.505486 aapg_aa_415.html aapg_aa_415.html:212:29820:29826 Annona Texas +0.49914 aapg_ad_69.html aapg_ad_69.html:183:13993:14011 Gallatin Gallatin, Tennessee +0.48576 aapg_ai_488.html aapg_ai_488.html:4:242:257 Bear River Weymouth, Massachusetts +0.43898 aapg_ac_325.html aapg_ac_325.html:47:5053:5069 Goliad Texas +0.47975 aapg_ae_66.html aapg_ae_66.html:431:42355:42374 Minnelusa Cheyenne, Wyoming +0.48719 cspg_html_2873888604 cspg_html_2873888604:107:18085:18093 Columbia Victoria, British Columbia +0.24843 aapg_ai_143.html aapg_ai_143.html:125:14404:14420 Foremost Milk River, Alberta +0.2595 aapg_ah_105.html aapg_ah_105.html:24:4246:4256 San Andres Nashville Basin +0.247476 sedimentology_html_2689254524 sedimentology_html_2689254524:460:35043:35051 Colorado Denver +0.378399 geology_html_5025581264 geology_html_5025581264:202:17845:17880 Doig Vancouver +0.271117 cspg_html_4816867157 cspg_html_4816867157:6:285:306 Peace River Lacombe, Alberta +0.488376 aapg_ae_6.html aapg_ae_6.html:175:20825:20835 Georgetown Karnes County, Texas +0.486912 aapg_ac_807.html aapg_ac_807.html:303:30687:30700 Woodbury Clay Merchantville, New Jersey +0.664074 aapg_af_783.html aapg_af_783.html:45:3141:3157 Modelo Santa Monica Mountains +0.47285 cspg_html_7178716951 cspg_html_7178716951:49:6750:6765 Grassy Mountain Lacombe, Alberta +0.263168 gsa_html_8066465143 gsa_html_8066465143:1462:114079:114098 Cloverly Cheyenne, Wyoming +0.253935 cspg_html_1378826439 cspg_html_1378826439:440:39824:39840 Viking Lacombe, Alberta +0.482218 gsa_html_5107598462 gsa_html_5107598462:249:22743:22751 Onondaga Onondaga (tribe) +0.437184 aapg_ah_329.html aapg_ah_329.html:318:30781:30789 Monterey Monterey, California +0.474204 aapg_af_575.html aapg_af_575.html:798:111594:111599 Boggy McAlester, Oklahoma +0.255528 gsa_html_5894524520 gsa_html_5894524520:228:29414:29420 Satsop Washington (state) +0.489684 sedimentology_html_6282709960 sedimentology_html_6282709960:751:52770:52780 Washington Lane County, Oregon +0.243972 aapg_ai_509.html aapg_ai_509.html:162:15004:15014 Mill Creek Buckhorn, Pennsylvania +0.491667 aapg_af_317.html aapg_af_317.html:487:61143:61149 Pueblo Arkansas River +0.475551 gsa_html_1075724130 gsa_html_1075724130:480:42642:42657 Bouse Colorado Plateau +0.462423 gsa_html_2989317971 gsa_html_2989317971:1259:124264:124286 Chalk Hills Boise, Idaho +0.258516 cspg_html_9613906024 cspg_html_9613906024:794:62764:62775 Mauch Chunk Huntington, West Virginia +0.238108 gsa_html_4924618867 gsa_html_4924618867:14:783:789 Denver Colorado +0.476088 geology_html_3346738402 geology_html_3346738402:32:1446:1452 Oregon Salem, Oregon +0.245025 aapg_aa_190.html aapg_aa_190.html:522:52921:52927 Oliver Great Britain +0.261476 aapg_ai_975.html aapg_ai_975.html:1068:86997:87017 Georgetown Texas +0.48896 jgeology_html_8494933343 jgeology_html_8494933343:293:19929:19940 Green River Colorado +0.48762 gsa_html_8248897995 gsa_html_8248897995:60:3843:3871 Green River New Mexico +0.511784 aapg_ac_928.html aapg_ac_928.html:111:14688:14693 Banff Lacombe, Alberta +0.248976 jgeology_html_5968390289 jgeology_html_5968390289:184:13948:13959 Santa Clara Santa Ana, California +0.265029 aapg_ae_933.html aapg_ae_933.html:46:5560:5586 Smackover Arkansas +0.266752 aapg_ad_286.html aapg_ad_286.html:177:16252:16266 Lisburne Northwest Arctic Borough, Alaska +0.26159 sedimentology_html_5315330584 sedimentology_html_5315330584:552:51235:51239 Java Sumatra +0.257922 aapg_af_588.html aapg_af_588.html:82:10120:10134 Colorado Lacombe, Alberta +0.268099 aapg_ae_388.html aapg_ae_388.html:871:49461:49481 Cedar Keys Melbourne, Florida +0.262626 aapg_ah_83.html aapg_ah_83.html:67:9165:9184 Lakota Cheyenne, Wyoming +0.773352 aapg_ac_557.html aapg_ac_557.html:3:309:325 Holder New Mexico +0.491667 gsa_html_5552216115 gsa_html_5552216115:1638:149603:149631 Green River Iran +0.2652 aapg_ah_646.html aapg_ah_646.html:361:43203:43219 Chinle Arizona +0.453607 gsa_html_8236729701 gsa_html_8236729701:465:43708:43724 Jalama Los Angeles +0.415305 aapg_ai_720.html aapg_ai_720.html:218:24898:24915 Magothy Fire Island (Anchorage, Alaska) +0.252434 aapg_ac_730.html aapg_ac_730.html:14:1945:1965 Yale Point Niobrara, Nebraska +0.242284 aapg_ai_11.html aapg_ai_11.html:214:25194:25214 Twin Creek Cheyenne, Wyoming +0.50128 aapg_ah_143.html aapg_ah_143.html:70:6811:6819 Columbia Victoria, British Columbia +0.49278 cspg_html_1781462584 cspg_html_1781462584:137:16732:16751 Lodgepole New Mexico +0.25351 aapg_ac_692.html aapg_ac_692.html:291:32339:32353 Woodbend Lacombe, Alberta +0.501492 cspg_html_1781462584 cspg_html_1781462584:137:16770:16794 Mission Canyon New Mexico +0.503126 aapg_ac_807.html aapg_ac_807.html:391:40206:40218 Marshalltown Delaware +0.243332 aapg_ac_240.html aapg_ac_240.html:37:4208:4230 Burro Canyon Colorado +0.259 palaios_html_7295678331 palaios_html_7295678331:472:36272:36277 Logan Mexico +0.24 palaios_html_5444521865 palaios_html_5444521865:480:48975:48979 Hall London, Ontario +0.254478 aapg_aa_328.html aapg_aa_328.html:349:25977:25984 El Abra Matamoros, Tamaulipas +0.24795 cspg_html_7795032467 cspg_html_7795032467:14:986:997 Viking Colorado +0.241535 cspg_html_5295390542 cspg_html_5295390542:58:7414:7431 Halfway Victoria, British Columbia +0.493776 gsa_html_5732664703 gsa_html_5732664703:670:71518:71538 Brasstown Tallahassee, Florida +0.477347 aapg_ah_789.html aapg_ah_789.html:53:5425:5433 San Jose Panama +0.489149 aapg_ai_996.html aapg_ai_996.html:1337:59369:59376 Magothy Raritan River +0.480365 aapg_ai_932.html aapg_ai_932.html:650:102822:102843 Paso Robles Knoxville, Illinois +0.25921 cspg_html_6306091047 cspg_html_6306091047:485:66892:66900 Columbia Victoria, British Columbia +0.513536 aapg_ac_298.html aapg_ac_298.html:312:30242:30263 Gladstone Carbondale, Pennsylvania +0.491667 aapg_ad_660.html aapg_ad_660.html:490:68672:68693 Bell New Mexico +0.453172 aapg_ad_466.html aapg_ad_466.html:530:61322:61334 Marshalltown Woodbury, New Jersey +0.261632 aapg_ac_857.html aapg_ac_857.html:326:23617:23622 Husky Colorado +0.260084 cspg_html_6502178723 cspg_html_6502178723:358:44519:44527 Grayling Canada +0.25048 gsa_html_3408312461 gsa_html_3408312461:41:5200:5207 Yucatan Nassau, Bahamas +0.490875 aapg_ad_696.html aapg_ad_696.html:62:6730:6735 Indio Carrizo Plain +0.25149 sedimentology_html_8384737970 sedimentology_html_8384737970:117:12727:12742 Hall San Rafael Swell +0.255636 aapg_ae_789.html aapg_ae_789.html:5:660:667 Wabamun Calgary +0.239776 gsa_html_9352654438 gsa_html_9352654438:450:51891:51913 Arroyo Jemez Pueblo, New Mexico +0.492926 gsa_html_8208054335 gsa_html_8208054335:1246:108734:108762 Green River Colorado +0.485376 aapg_ad_169.html aapg_ad_169.html:64:8534:8554 Greenbrier Pottsville, Pennsylvania +0.248502 palaios_html_1574666570 palaios_html_1574666570:95:8473:8485 Arkona Michigan Basin +0.261542 cspg_html_2860054419 cspg_html_2860054419:390:38928:38946 Grimsby Ontario, California +0.260538 cspg_html_7086880709 cspg_html_7086880709:159:18201:18210 Cold Lake Lacombe, Alberta +0.4769 aapg_ad_3.html aapg_ad_3.html:399:37078:37085 Holston Knoxville, Illinois +0.254976 cspg_html_6121424055 cspg_html_6121424055:270:21495:21517 Horn Plateau Canada +0.261057 aapg_aa_550.html aapg_aa_550.html:38:3423:3429 Midway Arkadelphia, Arkansas +0.253005 aapg_ah_859.html aapg_ah_859.html:201:23686:23698 Hatchetigbee Chattahoochee River National Recreation Area +0.255955 aapg_ai_17.html aapg_ai_17.html:469:34827:34840 Cook Mountain Houston County, Alabama +0.466378 cspg_html_7576506617 cspg_html_7576506617:638:76128:76136 Montreal Winnipeg +0.272483 aapg_ah_962.html aapg_ah_962.html:304:30508:30513 Davis Atoka, Oklahoma +0.478908 geology_html_1929739389 geology_html_1929739389:232:22578:22591 Santa Barbara Baja California peninsula +0.478353 aapg_aa_857.html aapg_aa_857.html:225:19254:19260 Casper Cheyenne, Wyoming +0.262614 cspg_html_6908537444 cspg_html_6908537444:216:25699:25705 Denver Colorado +0.43942 cspg_html_3023030263 cspg_html_3023030263:51:8053:8075 Medicine Hat Niobrara, Nebraska +0.250458 cspg_html_2122549217 cspg_html_2122549217:296:17836:17848 Horton River Calgary +0.37388 aapg_ai_17.html aapg_ai_17.html:1533:109162:109186 Choctawhatchee Melbourne, Florida +0.250937 aapg_ak_87.html aapg_ak_87.html:385:50184:50193 San Pedro Mogollon, New Mexico +0.368007 aapg_ad_152.html aapg_ad_152.html:6:1264:1278 Arcturus Reno, Nevada +0.265216 sedimentology_html_7632809154 sedimentology_html_7632809154:2221:138506:138512 Snyder Russia +0.276667 aapg_ad_466.html aapg_ad_466.html:1347:144020:144028 Columbia Maryland +0.255892 palaios_html_1262064602 palaios_html_1262064602:111:12818:12827 St. Johns Arizona +0.4947 aapg_aa_612.html aapg_aa_612.html:176:15252:15268 Bethel Bethel, Alaska +0.47991 aapg_ad_306.html aapg_ad_306.html:168:22627:22631 Omoa Guatemala City +0.490595 aapg_ad_329.html aapg_ad_329.html:183:27116:27136 Mahantango Fulton, Missouri +0.279832 cspg_html_1225021992 cspg_html_1225021992:211:28560:28571 Shaftesbury River Torrens +0.501795 aapg_aa_625.html aapg_aa_625.html:25:3550:3568 Buckner Arkansas +0.249424 geology_html_5149899108 geology_html_5149899108:190:17615:17628 Santa Barbara California +0.485706 cspg_html_3831007171 cspg_html_3831007171:56:7174:7183 Jefferson Lacombe, Alberta +0.468806 aapg_aa_736.html aapg_aa_736.html:3:350:358 Michigan Antrim, County Antrim +0.485586 palaios_html_8744932660 palaios_html_8744932660:507:48024:48033 Knoxville Western world +0.492499 aapg_ac_380.html aapg_ac_380.html:349:40124:40146 Williamsport Pennsylvania +0.462186 aapg_ae_70.html aapg_ae_70.html:341:35622:35630 Colorado Colorado +0.2678 cspg_html_4626597050 cspg_html_4626597050:293:36072:36085 Dinwoody Cheyenne, Wyoming +0.463398 aapg_ah_859.html aapg_ah_859.html:228:26675:26687 Gosport Sand Chattahoochee River National Recreation Area +0.847902 palaios_html_9993198762 palaios_html_9993198762:373:38318:38336 Morrison Logan, Utah +0.481514 geology_html_2961133350 geology_html_2961133350:233:19899:19908 San Diego California +0.244027 aapg_ah_5.html aapg_ah_5.html:2478:176047:176059 Rundle Canada +0.264115 aapg_ad_192.html aapg_ad_192.html:35:4459:4469 Tuscaloosa Shreveport, Louisiana +0.27456 aapg_ac_765.html aapg_ac_765.html:416:78358:78389 Chinle Chinle Formation +0.476784 aapg_af_606.html aapg_af_606.html:129:19014:19022 Monterey Rancho Santa Margarita, California +0.271542 cspg_html_4438727998 cspg_html_4438727998:120:15858:15876 Provo Himalayas +0.259956 cspg_html_4498577775 cspg_html_4498577775:1085:84658:84690 Bradore Quebec City +0.355975 aapg_ak_40.html aapg_ak_40.html:134:15061:15090 Red River Williston, Vermont +0.264638 gsa_html_3720789279 gsa_html_3720789279:1205:111346:111354 John Day Salem, Oregon +0.850048 aapg_af_3.html aapg_af_3.html:3:204:219 Supai Arizona +0.266156 aapg_ah_779.html aapg_ah_779.html:455:85560:85569 Port Ewen Canada +0.257544 gsa_html_8614162917 gsa_html_8614162917:116:11125:11134 Extension Lake Mead +0.46697 aapg_ac_221.html aapg_ac_221.html:84:10028:10038 Santa Cruz Santa Monica, California +0.478464 aapg_aa_544.html aapg_aa_544.html:129:17712:17726 Spearfish Cheyenne, Wyoming +0.507833 cspg_html_7688587411 cspg_html_7688587411:187:19522:19551 Belle Fourche Lacombe, Alberta +0.247955 aapg_aa_683.html aapg_aa_683.html:101:14315:14323 Colorado Pueblo, Colorado +0.485648 cspg_html_4165571187 cspg_html_4165571187:57:7325:7345 Besa River Kinderhook (town), New York +0.259548 jgeology_html_4289404569 jgeology_html_4289404569:804:55325:55353 Green River Cheyenne, Wyoming +0.464075 aapg_aa_934.html aapg_aa_934.html:292:32971:32977 Custer Texas +0.253482 aapg_ai_853.html aapg_ai_853.html:39:6895:6908 San Sebastian Arecibo Observatory +0.257446 cspg_html_4555867289 cspg_html_4555867289:54:6388:6410 Charlie Lake Victoria, British Columbia +0.248677 aapg_af_726.html aapg_af_726.html:259:32033:32044 Desert Peak Reno, Nevada +0.501177 AMJC_html_5326057686 AMJC_html_5326057686:1144:80465:80471 Brazil North West (South African province) +0.468671 cspg_html_9778753186 cspg_html_9778753186:47:6731:6739 Elk Victoria, British Columbia +0.229392 sedimentology_html_3865745685 sedimentology_html_3865745685:1355:99944:99961 Basal Western Canadian Sedimentary Basin +0.229392 aapg_ac_419.html aapg_ac_419.html:539:63715:63723 Cabrillo California +0.274046 aapg_ad_724.html aapg_ad_724.html:133:15488:15491 Abo Sacramento, California +0.264052 aapg_aa_3.html aapg_aa_3.html:117:15520:15539 Knoxville Knoxville, Illinois +0.506076 aapg_ah_234.html aapg_ah_234.html:98:11052:11080 Springhill Springhill, Nova Scotia +0.504912 aapg_aa_263.html aapg_aa_263.html:284:29636:29642 Kaibab Upper Valley +0.505284 gsa_html_7006525727 gsa_html_7006525727:29:2796:2824 Green River Colorado +0.256032 jgeology_html_7697771383 jgeology_html_7697771383:681:39569:39573 Hall London, Ontario +0.480816 aapg_ac_841.html aapg_ac_841.html:1057:109907:109913 Sierra Juticalpa +0.256985 aapg_ac_333.html aapg_ac_333.html:590:71890:71903 Abo New Mexico +0.475 aapg_ac_491.html aapg_ac_491.html:146:26257:26264 Yucatan Coney Island +0.24633 aapg_ad_169.html aapg_ad_169.html:45:5654:5674 Loyalhanna Pennsylvania +0.263676 jgeology_html_8064855537 jgeology_html_8064855537:220:13587:13611 Cedar Mountain San Rafael Swell +0.461214 cspg_html_5818285590 cspg_html_5818285590:400:53704:53712 Hibernia Cook Inlet +0.264195 geology_html_2490144372 geology_html_2490144372:174:17697:17702 Waicoe North Sea oil +0.276138 cspg_html_4785922166 cspg_html_4785922166:339:39343:39366 Watt Mountain Lacombe, Alberta +0.512601 aapg_aa_112.html aapg_aa_112.html:146:13904:13920 Amsden Cheyenne, Wyoming +0.485395 cspg_html_9439353033 cspg_html_9439353033:22:2271:2289 Coalspur Lacombe, Alberta +0.494088 aapg_ae_315.html aapg_ae_315.html:3:189:210 Platteville Middle Ordovician +0.25317 cspg_html_1503116552 cspg_html_1503116552:751:100588:100618 Beaverhill Swan Hill, Victoria +0.266192 cspg_html_9177794814 cspg_html_9177794814:121:14226:14242 Amsden Boise, Idaho +0.258482 cspg_html_1893593837 cspg_html_1893593837:313:23159:23174 Red Head Rapids River Severn +0.250712 cspg_html_7896958755 cspg_html_7896958755:410:44214:44234 Clearwater CFB Cold Lake +0.458393 AMJC_html_5516451353 AMJC_html_5516451353:501:50719:50736 Berwick New Hampshire +0.446849 aapg_aa_127.html aapg_aa_127.html:21:3106:3112 Denver Colorado +0.247374 aapg_ai_340.html aapg_ai_340.html:506:50324:50343 Neruokpuk Anchorage, Alaska +0.264171 geology_html_4913268241 geology_html_4913268241:268:21834:21839 Cadiz North Atlantic Current +0.503685 aapg_aa_47.html aapg_aa_47.html:193:21030:21036 Sandia New Mexico +0.249975 aapg_ae_525.html aapg_ae_525.html:89:8536:8542 Denver Colorado +0.811395 aapg_ak_69.html aapg_ak_69.html:3:480:499 Nuka Northwest Arctic Borough, Alaska +0.498225 aapg_af_471.html aapg_af_471.html:82:11757:11764 Cypress Hardinsburg, Indiana +0.4775 cspg_html_3483814747 cspg_html_3483814747:5:250:273 Snowblind Bay Little Cornwallis Island +0.250976 cspg_html_2873888604 cspg_html_2873888604:430:59025:59033 Columbia Victoria, British Columbia +0.267386 aapg_aa_870.html aapg_aa_870.html:89:8585:8591 Dakota Western world +0.257013 aapg_ad_136.html aapg_ad_136.html:126:9721:9732 San Antonio Texas +0.864825 aapg_ad_864.html aapg_ad_864.html:1142:58780:58797 Chickasawhay Mississippi River +0.471555 aapg_ae_886.html aapg_ae_886.html:480:51856:51864 Michigan Salina, Kansas +0.4712 aapg_ae_845.html aapg_ae_845.html:152:17207:17221 Bell Mancos, Colorado +0.499352 aapg_ac_527.html aapg_ac_527.html:197:23084:23099 Mesaverde Fruitland, Idaho +0.522477 aapg_ad_466.html aapg_ad_466.html:1055:112941:112946 Aquia Closter, New Jersey +0.262108 cspg_html_8649903682 cspg_html_8649903682:71:9068:9093 Hasler Lacombe, Alberta +0.261975 sedimentology_html_8006979411 sedimentology_html_8006979411:1505:106481:106499 Dunvegan Lacombe, Alberta +0.508992 gsa_html_4761254244 gsa_html_4761254244:87:9070:9076 Morgan Iceland +0.237474 gsa_html_4784151100 gsa_html_4784151100:133:11741:11751 Rio Grande Orinoco +0.251001 aapg_ai_17.html aapg_ai_17.html:1505:107202:107212 Pascagoula Hattiesburg, Mississippi +0.477152 aapg_ae_60.html aapg_ae_60.html:346:37706:37733 Elkhorn Mountains Volcanics Judith River Formation +0.239979 gsa_html_8010927234 gsa_html_8010927234:13:452:460 Colorado Denver +0.48464 aapg_ae_319.html aapg_ae_319.html:598:50711:50717 Carmel Carmel, Indiana +0.483531 cspg_html_5241714595 cspg_html_5241714595:263:41121:41139 Duvernay Lacombe, Alberta +0.223232 aapg_af_2.html aapg_af_2.html:846:72536:72542 Denver Colorado +0.265398 aapg_ah_664.html aapg_ah_664.html:231:22268:22279 Peace River Edmonton, London +0.261057 sedimentology_html_1574151857 sedimentology_html_1574151857:1723:115504:115514 Washington Salem, Oregon +0.490356 aapg_af_86.html aapg_af_86.html:259:19615:19626 Mabou Canada +0.245478 cspg_html_7988775280 cspg_html_7988775280:105:16720:16740 Clearwater Fort McMurray +0.276018 cspg_html_1159794850 cspg_html_1159794850:167:25977:26000 Detroit River Detroit River International Wildlife Refuge +0.378594 aapg_af_654.html aapg_af_654.html:84:7575:7607 Choctawhatchee Melbourne, Florida +0.486913 aapg_ad_862.html aapg_ad_862.html:110:18254:18264 Pittsburgh Pittsburgh +0.252504 gsa_html_2082252939 gsa_html_2082252939:12:496:504 Colorado Denver +0.250805 cspg_html_9343899465 cspg_html_9343899465:82:11459:11477 Melville Island Melville Island (Canada) +0.272766 aapg_ac_588.html aapg_ac_588.html:37:4839:4843 Rome Maryville, Missouri +0.260797 palaios_html_3751051678 palaios_html_3751051678:761:79292:79310 Morrison Cheyenne, Wyoming +0.474759 cspg_html_7833083677 cspg_html_7833083677:3235:251329:251349 Hare Fiord Ellesmere Island +0.488376 cspg_html_5479700260 cspg_html_5479700260:71:8409:8417 Somerset Red River of the North +0.270399 cspg_html_1222040397 cspg_html_1222040397:546:70881:70899 Sunblood Middle Ordovician +0.26265 aapg_ae_957.html aapg_ae_957.html:780:36538:36554 Coldwater Antrim, County Antrim +0.697515 aapg_ad_184.html aapg_ad_184.html:386:53000:53017 Everton Missouri River +0.387795 aapg_aa_45.html aapg_aa_45.html:130:15545:15563 Moenkopi Capitol Reef National Park +0.479552 cspg_html_7281679890 cspg_html_7281679890:372:61908:61926 Mackenzie White Mountains (California) +0.4765 gsa_html_7938666655 gsa_html_7938666655:325:28461:28481 Berg Creek Wrangell Mountains +0.266965 aapg_ac_201.html aapg_ac_201.html:470:45074:45093 Neruokpuk Canning River (Alaska) +0.475547 aapg_ad_257.html aapg_ad_257.html:165:18741:18751 Washington Alabama +0.491748 cspg_html_9905904289 cspg_html_9905904289:298:37424:37438 Whitemud Lacombe, Alberta +0.50208 aapg_ac_725.html aapg_ac_725.html:341:33810:33819 Margarita Venezuela +0.264187 sedimentology_html_4347552005 sedimentology_html_4347552005:932:62305:62309 Hall London, Ontario +0.508383 gsa_html_4940410718 gsa_html_4940410718:781:65965:65993 Green River Colorado +0.490428 AMJC_html_2905856018 AMJC_html_2905856018:711:92047:92055 Columbia Victoria, British Columbia +0.485376 cspg_html_9970905394 cspg_html_9970905394:149:16692:16712 Peel Wales Island (British Columbia) +0.478608 cspg_html_8279079445 cspg_html_8279079445:394:43884:43901 Wasatch Colorado +0.50568 aapg_ai_477.html aapg_ai_477.html:361:41229:41241 Saskatchewan Dawson, Illinois +0.242136 aapg_ac_11.html aapg_ac_11.html:6:770:783 Knox Dolomite Morgan County, Indiana +0.509427 aapg_ad_757.html aapg_ad_757.html:205:22987:22994 Platteville Black River, Jamaica +0.2299 cspg_html_6226596831 cspg_html_6226596831:13:1876:1889 Madison Williston, Vermont +0.16038 cspg_html_2175627313 cspg_html_2175627313:836:83342:83374 Montney Western Canadian Sedimentary Basin +0.267168 cspg_html_6306091047 cspg_html_6306091047:649:89850:89858 Columbia Victoria, British Columbia +0.25382 aapg_ad_810.html aapg_ad_810.html:188:21085:21101 Kinderhook Jasper National Park +0.497034 aapg_ah_93.html aapg_ah_93.html:8:1454:1466 Beaver Creek Maywood, California +0.2508 aapg_ai_582.html aapg_ai_582.html:24:2942:2950 Sundance Black Hills +0.258015 sedimentology_html_5597821332 sedimentology_html_5597821332:729:68032:68038 Almond Black Mountains, Wales +0.24617 cspg_html_2749851978 cspg_html_2749851978:517:64505:64523 Frontier Cheyenne, Wyoming +0.260091 gsa_html_8271829751 gsa_html_8271829751:737:63102:63110 Rockwell Johnson Valley, California +0.504328 jgeology_html_4305195651 jgeology_html_4305195651:3093:222456:222466 Pottsville Pottsville, Pennsylvania +0.461448 aapg_aa_525.html aapg_aa_525.html:30:3529:3545 Wewoka Holdenville, Oklahoma +0.481844 aapg_ac_506.html aapg_ac_506.html:158:17443:17463 Lock Haven Pennsylvania +0.46659 aapg_ai_756.html aapg_ai_756.html:69:6324:6333 Smackover Bienville Parish, Louisiana +0.510048 aapg_ah_96.html aapg_ah_96.html:13:1950:1959 Red River Maquoketa, Iowa +0.258266 aapg_ai_105.html aapg_ai_105.html:63:9518:9529 Green River Uinta Mountains +0.28302 aapg_ah_97.html aapg_ah_97.html:49:6761:6772 Beekmantown Sauk Village, Illinois +0.481712 cspg_html_4257076625 cspg_html_4257076625:441:58509:58527 Mainland Middle Ordovician +0.497034 aapg_ae_29.html aapg_ae_29.html:3:405:441 Mauch Chunk Pennsylvania +0.518956 aapg_ad_400.html aapg_ad_400.html:225:20809:20819 Phosphoria Uinta Mountains +0.798109 aapg_af_663.html aapg_af_663.html:219:26055:26062 Lenapah Lafayette County, Florida +0.2415 aapg_ac_59.html aapg_ac_59.html:90:12258:12268 Point Loma La Jolla +0.469437 aapg_ac_333.html aapg_ac_333.html:1227:147454:147459 Supai Arizona +0.475488 gsa_html_3407914201 gsa_html_3407914201:1087:107376:107382 Eugene Salem, Oregon +0.498759 gsa_html_1734656819 gsa_html_1734656819:1332:120959:120985 Imperial Santa Rosa and San Jacinto Mountains National Monument +0.453102 aapg_af_132.html aapg_af_132.html:521:51152:51163 Mabou Bridgetown, Nova Scotia +0.2508 cspg_html_4103411715 cspg_html_4103411715:473:49409:49425 Viking Lacombe, Alberta +0.271722 geology_html_3579266802 geology_html_3579266802:179:17115:17121 Madrid Honolulu +0.246206 cspg_html_9683836416 cspg_html_9683836416:531:75948:75974 Belly River Canada +0.268315 sedimentology_html_9871791783 sedimentology_html_9871791783:1029:81255:81270 Nisku Lacombe, Alberta +0.25143 aapg_ad_3.html aapg_ad_3.html:427:40487:40498 Beekmantown Cumberland, Maryland +0.479245 cspg_html_5126766171 cspg_html_5126766171:7:460:500 Beaverhill Edmonton, London +0.48858 jgeology_html_6016138758 jgeology_html_6016138758:142:8389:8399 Washington Salem, Oregon +0.260604 cspg_html_8464109528 cspg_html_8464109528:314:40127:40143 Manetoe Dolomites +0.258028 aapg_ah_527.html aapg_ah_527.html:363:42592:42609 Roberts Mountains Reno, Nevada +0.271297 aapg_af_625.html aapg_af_625.html:554:57539:57551 Huntersville Helderberg +0.25398 palaios_html_3306053371 palaios_html_3306053371:913:89933:89948 Supai Arizona +0.48 sedimentology_html_8510537334 sedimentology_html_8510537334:1971:139263:139273 Pittsburgh Harrisburg, Pennsylvania +0.264654 aapg_ac_103.html aapg_ac_103.html:92:14754:14762 Crescent Port Angeles, Washington +0.48267 cspg_html_2986717500 cspg_html_2986717500:427:20299:20315 Spray Gulf Islands +0.263262 aapg_ad_696.html aapg_ad_696.html:97:9826:9833 Carrizo Charlotte, North Carolina +0.481371 gsa_html_9052101586 gsa_html_9052101586:451:53098:53109 Peoria Des Moines, Washington +0.513667 aapg_aa_23.html aapg_aa_23.html:93:11474:11492 Winnipeg Winnipeg +0.698886 aapg_ae_415.html aapg_ae_415.html:835:103230:103249 Paynes Hammock Waynesboro, Pennsylvania +0.417708 aapg_ah_534.html aapg_ah_534.html:388:33055:33068 Trimmers Rock Delaware River +0.504525 aapg_ai_583.html aapg_ai_583.html:395:49642:49649 Rierdon Boise, Idaho +0.268786 palaios_html_3022467877 palaios_html_3022467877:104:11923:11936 Pit Closter, New Jersey +0.473144 gsa_html_1248731493 gsa_html_1248731493:15:771:779 Columbia Victoria, British Columbia +0.860146 aapg_ah_534.html aapg_ah_534.html:250:21008:21019 Mauch Chunk Catskill Mountains +0.254701 cspg_html_2134728186 cspg_html_2134728186:196:20880:20890 Whitehorse Canada +0.275044 sedimentology_html_2550885329 sedimentology_html_2550885329:81:8473:8508 Swan Hills Lacombe, Alberta +0.250428 cspg_html_9435196958 cspg_html_9435196958:685:29572:29590 Edmonton Lacombe, Alberta +0.90835 aapg_aa_761.html aapg_aa_761.html:64:7416:7433 Echooka Prudhoe Bay Oil Field +0.44955 aapg_ac_925.html aapg_ac_925.html:4:611:617 Umpqua Gualala, California +0.269217 cspg_html_8928894270 cspg_html_8928894270:426:54051:54066 Nisku Lacombe, Alberta +0.271942 cspg_html_4859742035 cspg_html_4859742035:26:1708:1737 Banff Eagle Pass, Texas +0.247504 jgeology_html_2964058232 jgeology_html_2964058232:237:22865:22871 Ludlow Gotland +0.25725 geology_html_8276650950 geology_html_8276650950:13:673:679 Denver Colorado +0.261919 gsa_html_4308966435 gsa_html_4308966435:1126:111380:111386 Denver Colorado +0.274344 aapg_aa_263.html aapg_aa_263.html:15:2170:2176 Toroweap Western world +0.261602 cspg_html_6252417471 cspg_html_6252417471:398:60002:60014 Horton River Canada +0.26061 aapg_ai_907.html aapg_ai_907.html:412:66464:66481 Anahuac Shreveport, Louisiana +0.268128 aapg_ac_506.html aapg_ac_506.html:179:20910:20937 Salina Erie County, New York +0.492855 aapg_ai_141.html aapg_ai_141.html:228:24129:24134 Atoka Lampasas, Texas +0.481076 aapg_af_854.html aapg_af_854.html:378:48497:48517 Keokuk Sedalia, Missouri +0.246984 aapg_af_709.html aapg_af_709.html:87:10957:10969 Saskatchewan Lacombe, Alberta +0.248082 aapg_af_166.html aapg_af_166.html:300:33942:33949 Fleming Hockley +0.2667 cspg_html_3251996292 cspg_html_3251996292:372:40688:40705 Beekmantown Quebec City +0.456896 cspg_html_4859889874 cspg_html_4859889874:403:44533:44545 Judith River Lacombe, Alberta +0.252004 aapg_ad_258.html aapg_ad_258.html:384:45009:45017 Catskill Western world +0.250992 aapg_ai_477.html aapg_ai_477.html:403:42974:42985 Peace River McConnell Air Force Base +0.32883 aapg_ac_474.html aapg_ac_474.html:137:13054:13072 Pine Key Melbourne, Florida +0.490776 aapg_ad_991.html aapg_ad_991.html:119:9708:9721 Cotton Valley Paluxy, Texas +0.482625 gsa_html_9353787239 gsa_html_9353787239:69:6146:6168 Nankoweap Grand Canyon +0.496353 aapg_aa_106.html aapg_aa_106.html:479:52832:52852 Ashern Regina, Saskatchewan +0.4641 aapg_ae_789.html aapg_ae_789.html:226:25349:25362 Wabamun Moose Mountain (Alberta) +0.262644 cspg_html_3501550466 cspg_html_3501550466:567:81711:81736 Woodbend Lacombe, Alberta +0.481194 aapg_ah_387.html aapg_ah_387.html:381:37573:37582 Knoxville Knoxville, Illinois +0.26214 cspg_html_6021605367 cspg_html_6021605367:137:16619:16629 Kinderhook Shreveport, Louisiana +0.263169 cspg_html_3627006433 cspg_html_3627006433:628:68056:68074 Dunvegan Lacombe, Alberta +0.23424 gsa_html_2364640066 gsa_html_2364640066:761:77438:77445 Katalla Anchorage, Alaska +0.49632 cspg_html_4392308496 cspg_html_4392308496:368:51749:51770 Bonaventure Nashville Basin +0.474759 geology_html_9109944987 geology_html_9109944987:291:26038:26047 Extension Tyrrhenian Sea +0.489762 aapg_ae_923.html aapg_ae_923.html:466:39027:39037 Vincentown Closter, New Jersey +0.496327 aapg_aa_563.html aapg_aa_563.html:296:37948:37954 Dakota New Mexico +0.50233 gsa_html_5587684798 gsa_html_5587684798:1054:79303:79331 Green River Colorado +0.45214 gsa_html_4308966435 gsa_html_4308966435:14:565:573 Colorado Gunnison County, Colorado +0.25092 aapg_aa_701.html aapg_aa_701.html:677:69488:69505 Edwards Texas +0.261112 aapg_ad_440.html aapg_ad_440.html:121:11075:11085 Greenbrier Greenbrier River Trail +0.460656 aapg_ae_885.html aapg_ae_885.html:230:23021:23031 Naco Supai, Arizona +0.253791 cspg_html_4287356899 cspg_html_4287356899:3262:341839:341860 Trold Fiord Logan, Utah +0.253005 cspg_html_7799850124 cspg_html_7799850124:432:49076:49095 Waterways Lacombe, Alberta +0.48825 aapg_ad_398.html aapg_ad_398.html:60:6510:6520 Citronelle Hattiesburg, Mississippi +0.48096 aapg_ah_244.html aapg_ah_244.html:103:12438:12470 Protection Montgomery (town), New York +0.244188 AMJC_html_6341723617 AMJC_html_6341723617:666:59999:60031 Uinta Logan, Utah +0.2652 aapg_ac_720.html aapg_ac_720.html:98:12718:12736 Navesink Mullica Hill, New Jersey +0.252003 cspg_html_4298557570 cspg_html_4298557570:350:44607:44621 Edmonton Bow River +0.248 aapg_ai_67.html aapg_ai_67.html:141:14610:14614 Hall West Texas +0.23275 aapg_aa_957.html aapg_aa_957.html:8:761:771 Rio Grande Alabama +0.248745 aapg_af_123.html aapg_af_123.html:62:7504:7509 Basal Nicoya Peninsula +0.273408 aapg_aa_38.html aapg_aa_38.html:290:30116:30136 San Andres Guadalupe Mountains National Park +0.237919 cspg_html_1611261412 cspg_html_1611261412:27:2947:2952 Yukon Anchorage, Alaska +0.26159 aapg_ae_171.html aapg_ae_171.html:116:10874:10885 Skull Creek Loveland, Ohio +0.24453 geology_html_5851755959 geology_html_5851755959:302:24804:24809 Lyell London, Ontario +0.249546 cspg_html_3531222995 cspg_html_3531222995:329:39518:39541 Winnipegosis Red River of the North +0.25636 gsa_html_3379069611 gsa_html_3379069611:860:66602:66608 Denver Logan, Utah +0.258885 gsa_html_1130947011 gsa_html_1130947011:698:64565:64580 Maquoketa Illinois +0.259534 gsa_html_1009717507 gsa_html_1009717507:923:82579:82589 Washington Grays Harbor County, Washington +0.275058 sedimentology_html_5613495298 sedimentology_html_5613495298:1265:65564:65572 Moenkopi Chinle Formation +0.27918 aapg_ac_544.html aapg_ac_544.html:329:41394:41411 Haymond Texas +0.25245 aapg_ah_157.html aapg_ah_157.html:302:43342:43348 Clifty Kentucky +0.2756 gsa_html_4220229801 gsa_html_4220229801:60:5627:5654 Columbia Reno, Nevada +0.516446 geology_html_8587085938 geology_html_8587085938:262:22127:22145 Monterey California +0.250498 cspg_html_1781462584 cspg_html_1781462584:223:27708:27740 Rundle Victoria, British Columbia +0.870233 gsa_html_1130947011 gsa_html_1130947011:241:30668:30685 Decorah Iowa +0.259548 aapg_af_653.html aapg_af_653.html:181:18237:18243 Cierbo Monterey, California +0.257775 aapg_af_568.html aapg_af_568.html:403:36895:36913 Sundance Cheyenne, Wyoming +0.259844 AMJC_html_8619525948 AMJC_html_8619525948:11:516:528 Rhode Island Kingston, Jamaica +0.25553 cspg_html_6577476978 cspg_html_6577476978:40:5900:5910 Clearwater Arctic +0.26986 gsa_html_5732664703 gsa_html_5732664703:410:40943:40957 Shady Dolomite Singapore +0.248082 cspg_html_3676499198 cspg_html_3676499198:328:32709:32730 Richards Canadian Arctic Archipelago +0.47792 aapg_ae_146.html aapg_ae_146.html:256:24020:24039 Boquillas Coahuila +0.252168 cspg_html_9142742810 cspg_html_9142742810:108:15437:15456 Chinchaga East Kilbride +0.264096 cspg_html_8362959053 cspg_html_8362959053:112:16200:16219 Moosebar Gladstone, Oregon +0.263592 aapg_ah_356.html aapg_ah_356.html:58:8091:8100 Cockfield Chambers County, Alabama +0.484446 aapg_ac_212.html aapg_ac_212.html:496:46314:46322 Richmond Cheyenne, Wyoming +0.50643 aapg_aa_702.html aapg_aa_702.html:1105:126996:127004 Colorado Colorado +0.516075 aapg_af_85.html aapg_af_85.html:77:8787:8798 Slave Point Lacombe, Alberta +0.500598 gsa_html_3528721895 gsa_html_3528721895:29:2796:2824 Green River Iran +0.252476 cspg_html_4326384800 cspg_html_4326384800:1067:158014:158034 Waterways Swan Hill, Victoria +0.486072 aapg_ai_583.html aapg_ai_583.html:77:12068:12086 Rierdon Cheyenne, Wyoming +0.226512 aapg_ac_333.html aapg_ac_333.html:241:30767:30771 Rico Colorado +0.27606 geology_html_8535191752 geology_html_8535191752:235:20818:20827 Extension Earth +0.252433 aapg_aa_484.html aapg_aa_484.html:49:5558:5568 Pottsville Pottsville, Pennsylvania +0.260064 cspg_html_5593011953 cspg_html_5593011953:34:4107:4119 Saskatchewan Lacombe, Alberta +0.238545 gsa_html_9370941331 gsa_html_9370941331:225:21005:21026 Queen Queen Valley, Arizona +0.369495 cspg_html_6331977039 cspg_html_6331977039:285:28083:28116 Eids Ellesmere Island +0.480912 cspg_html_1893593837 cspg_html_1893593837:192:15765:15820 Red Head Rapids Manitoba +0.502164 aapg_aa_955.html aapg_aa_955.html:116:13600:13610 Caseyville Somerville, New Jersey +0.268686 AMJC_html_5390933660 AMJC_html_5390933660:497:47172:47192 Littleton Bennington, Vermont +0.261612 aapg_ad_466.html aapg_ad_466.html:900:97341:97353 Mount Laurel Monmouth +0.251995 geology_html_6691250804 geology_html_6691250804:21:1097:1105 San Jose California +0.268812 sedimentology_html_4287650745 sedimentology_html_4287650745:1179:111479:111483 Hall London, Ontario +0.422096 aapg_ad_919.html aapg_ad_919.html:179:16050:16066 Fall River Western world +0.262973 cspg_html_3362128825 cspg_html_3362128825:148:13345:13350 Banff Lacombe, Alberta +0.26052 aapg_ae_805.html aapg_ae_805.html:406:48143:48160 Minturn Hermosa, Chicago +0.49556 aapg_ac_187.html aapg_ac_187.html:2380:235129:235137 Columbia Pennsylvania +0.268288 aapg_af_397.html aapg_af_397.html:585:68506:68513 Entrada Entrada Sandstone +0.233895 cspg_html_2053592979 cspg_html_2053592979:43:6714:6722 Columbia Victoria, British Columbia +0.447778 gsa_html_6983076294 gsa_html_6983076294:24:1523:1538 Hazel Texas +0.249458 palaios_html_7274959329 palaios_html_7274959329:713:53510:53520 Washington Monterey Bay +0.257516 aapg_aa_423.html aapg_aa_423.html:29:3618:3625 Wingate Mesa, Arizona +0.252784 cspg_html_1639841815 cspg_html_1639841815:180:9761:9778 Cardium Colorado +0.487172 cspg_html_1351473625 cspg_html_1351473625:162:23132:23140 Montreal Quebec City +0.239338 aapg_ai_206.html aapg_ai_206.html:141:22337:22359 Seven Rivers Western world +0.515168 aapg_ah_827.html aapg_ah_827.html:552:69454:69467 Turner Valley Canada +0.264195 aapg_aa_318.html aapg_aa_318.html:282:25165:25169 Kent North Sea oil +0.4888 cspg_html_2749851978 cspg_html_2749851978:585:67584:67601 Cardium Victoria, British Columbia +0.486472 aapg_ai_153.html aapg_ai_153.html:269:42168:42187 Wapanucka Arkansas +0.484227 geology_html_1827419843 geology_html_1827419843:17:901:909 Winnipeg Manitoba +0.267794 aapg_ai_980.html aapg_ai_980.html:680:59970:59975 Swift Cut Bank, Montana +0.198654 cspg_html_3529479452 cspg_html_3529479452:24:3106:3125 Lodgepole Manitoba +0.268299 aapg_ah_358.html aapg_ah_358.html:525:28228:28246 Grayburg Nashville Basin +0.456726 geology_html_4304054973 geology_html_4304054973:20:1224:1246 Biwabik Iron Virginia +0.48297 aapg_ai_247.html aapg_ai_247.html:127:14580:14588 Virginia Tioga, Texas +0.25449 cspg_html_4326384800 cspg_html_4326384800:162:23063:23082 Grosmont Lacombe, Alberta +0.509956 geology_html_6134040289 geology_html_6134040289:305:26065:26083 Monterey Los Angeles +0.472874 aapg_ae_370.html aapg_ae_370.html:11:1594:1609 Pittsburg Bluff Cowlitz River +0.493954 cspg_html_7881580279 cspg_html_7881580279:513:60919:60923 Kent Manitoba +0.234969 aapg_ad_52.html aapg_ad_52.html:483:51721:51728 Waverly Netherlands +0.272288 aapg_ah_69.html aapg_ah_69.html:156:14674:14685 Chazy Black River, Jamaica +0.298533 aapg_ac_984.html aapg_ac_984.html:239:21171:21187 Jordan Illinois +0.27756 aapg_ac_333.html aapg_ac_333.html:1058:127490:127510 San Andres New Mexico +0.5428 aapg_aa_399.html aapg_aa_399.html:400:32368:32376 Paskapoo Edmonton, London +0.72224 aapg_ah_96.html aapg_ah_96.html:479:56179:56194 Maquoketa Nebraska +0.283648 aapg_ac_490.html aapg_ac_490.html:395:55900:55908 Bullhead Victoria, British Columbia +0.255195 palaios_html_2399848899 palaios_html_2399848899:622:54380:54396 Eutaw Arden, Delaware +0.26367 cspg_html_4656151786 cspg_html_4656151786:36:2940:2956 Spray Lacombe, Alberta +0.70876 aapg_ae_265.html aapg_ae_265.html:13:2488:2497 Allegheny Huntington, West Virginia +0.256949 sedimentology_html_3417381350 sedimentology_html_3417381350:1135:91836:91854 Monterey California +0.477158 sedimentology_html_2041096405 sedimentology_html_2041096405:58:6689:6705 Guelph Ontario, California +0.869264 aapg_ac_215.html aapg_ac_215.html:19:2459:2468 Englewood Burlington, Ontario +0.521246 aapg_ae_319.html aapg_ae_319.html:502:42444:42461 Jelm Uinta Mountains +0.244024 gsa_html_8244777175 gsa_html_8244777175:633:67714:67724 Laurentian Portland, Maine +0.260064 cspg_html_6566356550 cspg_html_6566356550:33:5906:5914 Columbia Canada +0.494088 gsa_html_2905575126 gsa_html_2905575126:647:62531:62541 Wellington Marlborough, Massachusetts +0.271377 aapg_ae_460.html aapg_ae_460.html:247:21646:21662 Mt Lytton Austin, Chicago +0.486758 aapg_aa_4.html aapg_aa_4.html:159:21135:21152 Genesee Ithaca, New York +0.247005 AMJC_html_5755352984 AMJC_html_5755352984:11:557:567 Washington Seattle +0.261072 aapg_ae_70.html aapg_ae_70.html:363:36997:37005 Colorado Colorado +0.481265 aapg_ad_801.html aapg_ad_801.html:309:33502:33516 Paynes Hammock Mississippi River +0.260036 gsa_html_2832151886 gsa_html_2832151886:343:26680:26714 Belle Fourche Lacombe, Alberta +0.272934 aapg_ai_575.html aapg_ai_575.html:18:2585:2603 Sundance North Park (Pittsburgh) +0.464805 cspg_html_9905904289 cspg_html_9905904289:338:43635:43641 Battle Lacombe, Alberta +0.254016 aapg_ad_466.html aapg_ad_466.html:900:97328:97336 Navesink Monmouth +0.256011 aapg_ae_725.html aapg_ae_725.html:44:5039:5044 Steel Mancos, Colorado +0.484785 aapg_ah_318.html aapg_ah_318.html:807:84725:84744 Eagle Arkansas +0.241902 aapg_ai_491.html aapg_ai_491.html:984:82705:82736 Hermosa Gunnison County, Colorado +0.487956 gsa_html_6491840124 gsa_html_6491840124:1025:83039:83044 Logan Boise, Idaho +0.4522 aapg_ad_149.html aapg_ad_149.html:248:25518:25523 Yukon Canada +0.473773 aapg_af_139.html aapg_af_139.html:73:8918:8935 Mascall Canyon City, Oregon +0.499488 cspg_html_9717154602 cspg_html_9717154602:798:71876:71883 Bearpaw Bow River +0.496164 sedimentology_html_6192604948 sedimentology_html_6192604948:1608:89433:89438 Fitch Namaqualand +0.4885 geology_html_2630581804 geology_html_2630581804:230:24363:24371 Virginia Sterling, Virginia +0.258063 aapg_ad_52.html aapg_ad_52.html:644:69927:69945 Michigan Michigan +0.2515 aapg_ai_355.html aapg_ai_355.html:262:35886:35896 Rio Grande Texas +0.252234 gsa_html_5773121689 gsa_html_5773121689:565:53625:53634 Extension Adirondack Park +0.516405 aapg_af_211.html aapg_af_211.html:31:2767:2773 Joliet Caldwell County, North Carolina +0.25544 jgeology_html_6942888254 jgeology_html_6942888254:699:66468:66489 Green River Cheyenne, Wyoming +0.241 geology_html_3251308521 geology_html_3251308521:12:610:618 Virginia Reston, Virginia +0.47616 aapg_ah_271.html aapg_ah_271.html:79:9803:9820 Schuler Upshur County, West Virginia +0.28034 aapg_ah_157.html aapg_ah_157.html:211:29755:29783 Platteville Illinois +0.248976 cspg_html_3783878189 cspg_html_3783878189:77:10431:10455 Bug Porcupine River (Ontario) +0.899652 aapg_ai_157.html aapg_ai_157.html:479:45060:45066 Salina Guelph +0.26361 aapg_ae_310.html aapg_ae_310.html:65:7801:7819 Woodbine Whitesboro, New York +0.49543 gsa_html_4784151100 gsa_html_4784151100:831:60031:60036 Weeks Tulsa, Oklahoma +0.262095 cspg_html_7587979364 cspg_html_7587979364:171:15110:15119 Keg River Swan Hill, Victoria +0.496434 aapg_ai_962.html aapg_ai_962.html:294:19291:19307 San Andres New Mexico +0.262546 aapg_ae_90.html aapg_ae_90.html:27:2500:2514 Mt Lytton Yellowstone River +0.26208 gsa_html_3972237760 gsa_html_3972237760:536:46472:46476 Bond North Atlantic Current +0.491441 aapg_ae_581.html aapg_ae_581.html:674:73762:73774 Dakota Denver +0.44928 gsa_html_7932638920 gsa_html_7932638920:902:88248:88270 Arkose Ridge Anchorage, Alaska +0.253492 aapg_ai_364.html aapg_ai_364.html:139:13597:13606 Wapanucka Atoka, Oklahoma +0.258912 geology_html_8351855241 geology_html_8351855241:279:27798:27805 Madison Logan, Utah +0.495378 jgeology_html_7023488312 jgeology_html_7023488312:503:38447:38461 Rome Alabama +0.250488 AMJC_html_7085584544 AMJC_html_7085584544:1187:112206:112214 Willwood Cheyenne, Wyoming +0.273 aapg_aa_4.html aapg_aa_4.html:159:21186:21192 Ithaca Genesee County, Michigan +0.25347 sedimentology_html_8989921425 sedimentology_html_8989921425:1614:129006:129042 Protection Washington (state) +0.284053 aapg_af_18.html aapg_af_18.html:591:59460:59476 Inyan Kara Cheyenne, Wyoming +0.48433 gsa_html_5737673651 gsa_html_5737673651:412:36166:36182 Chinle New Mexico +0.470736 aapg_ae_187.html aapg_ae_187.html:268:29364:29372 Michigan Knoxville, Tennessee +0.281868 aapg_aa_463.html aapg_aa_463.html:233:44801:44810 Smackover Cotton Valley, Louisiana +0.486588 aapg_af_575.html aapg_af_575.html:841:119536:119543 Vamoosa Missouri River +0.4775 aapg_ai_277.html aapg_ai_277.html:53:6815:6837 San Cayetano Nassau, Bahamas +0.257556 geology_html_6639071224 geology_html_6639071224:298:25806:25822 Tamana Trinidad and Tobago +0.245 aapg_ae_981.html aapg_ae_981.html:429:37297:37302 Grove Bainbridge, Georgia +0.246206 cspg_html_4860363565 cspg_html_4860363565:245:31446:31462 Colorado Regina, Saskatchewan +0.519778 aapg_ae_803.html aapg_ae_803.html:381:47704:47710 Sierra Guatemala +0.825818 aapg_af_808.html aapg_af_808.html:387:53211:53231 Washikemba Aruba +0.244258 aapg_ai_980.html aapg_ai_980.html:449:40638:40662 Gypsum Springs Cheyenne, Wyoming +0.385548 aapg_ac_941.html aapg_ac_941.html:386:26182:26203 Green River Logan, Utah +0.2485 gsa_html_5732664703 gsa_html_5732664703:120:12175:12206 Grandfather Mountain Ocoee, Florida +0.467728 aapg_ai_105.html aapg_ai_105.html:410:49974:49988 Manning Canyon Oquirrh Mountain Utah Temple +0.24429 aapg_af_695.html aapg_af_695.html:114:11207:11223 Queen Texas +0.526048 aapg_aa_793.html aapg_aa_793.html:455:58847:58859 Dixie Valley Reno, Nevada +0.4921 geology_html_2265365356 geology_html_2265365356:74:5271:5277 Antler Eagle Bay, New York +0.26145 geology_html_4785720928 geology_html_4785720928:247:24010:24038 Elkhorn Mountains Volcanics Rutland +0.877012 aapg_ac_749.html aapg_ac_749.html:49:6253:6260 Eramosa Lockport (city), New York +0.259045 sedimentology_html_1585135603 sedimentology_html_1585135603:1201:65801:65810 Lancaster Sonora +0.475629 aapg_af_892.html aapg_af_892.html:46:5834:5844 Kinderhook Meramec River +0.25146 aapg_ak_87.html aapg_ak_87.html:30:5828:5838 Naco Naco, Sonora +0.496762 aapg_ad_466.html aapg_ad_466.html:65:6652:6663 Englishtown Navesink River +0.263682 gsa_html_6672856503 gsa_html_6672856503:284:24478:24488 Washington Seattle +0.500226 aapg_ac_441.html aapg_ac_441.html:500:44598:44613 Weber Cheyenne, Wyoming +0.269824 aapg_ae_66.html aapg_ae_66.html:14:1460:1479 Red River Williston, Vermont +0.490716 sedimentology_html_2272861739 sedimentology_html_2272861739:2233:111733:111741 Virginia Reston, Virginia +0.496422 cspg_html_1313584654 cspg_html_1313584654:46:6009:6018 Cold Lake Regina, Saskatchewan +0.688896 aapg_ah_318.html aapg_ah_318.html:932:95639:95648 Morehouse Claiborne, Alabama +0.252784 cspg_html_4287356899 cspg_html_4287356899:960:130972:130993 Kekiktuk Conglomerate Anchorage, Alaska +0.492264 palaios_html_5793673513 palaios_html_5793673513:155:16893:16914 Yorktown Virginia +0.501375 palaios_html_9962835704 palaios_html_9962835704:245:26109:26131 Judith River Cheyenne, Wyoming +0.40006 aapg_ac_333.html aapg_ac_333.html:182:22919:22935 Kaibab Kaibab, Arizona +0.258516 aapg_ac_333.html aapg_ac_333.html:202:25389:25392 Abo Mesa, Arizona +0.496908 aapg_ad_140.html aapg_ad_140.html:75:6920:6926 Paluxy Saratoga, California +0.477225 aapg_af_95.html aapg_af_95.html:16:2596:2613 Edwards Paluxy, Texas +0.280819 gsa_html_4234009219 gsa_html_4234009219:29:2293:2323 Golden Valley Lacombe, Alberta +0.492 aapg_aa_260.html aapg_aa_260.html:231:26463:26467 Tyee Anchorage, Alaska +0.484295 aapg_ad_732.html aapg_ad_732.html:574:79971:79985 Pico California +0.493115 sedimentology_html_5601243544 sedimentology_html_5601243544:1240:62408:62412 Hall London, Ontario +0.376464 aapg_ah_179.html aapg_ah_179.html:92:6874:6882 Toroweap Arizona +0.263442 aapg_af_17.html aapg_af_17.html:6:805:824 Minnelusa Southeast Asia +0.489915 cspg_html_8362959053 cspg_html_8362959053:25:3930:3938 Columbia Lacombe, Alberta +0.285107 sedimentology_html_5795881935 sedimentology_html_5795881935:62:6898:6903 Yukon Mackenzie River +0.263682 palaios_html_5170998264 palaios_html_5170998264:476:57227:57258 Kope Ohio +0.489168 sedimentology_html_7007939776 sedimentology_html_7007939776:1147:78706:78710 Hall London, Ontario +0.25602 aapg_ai_563.html aapg_ai_563.html:12:1112:1116 Wise Buchanan, North Dakota +0.516502 aapg_ah_481.html aapg_ah_481.html:188:14454:14468 Monterey Carmel, Indiana +0.476976 cspg_html_2650073471 cspg_html_2650073471:6:523:532 Frenchman Milk River, Alberta +0.491898 aapg_ae_324.html aapg_ae_324.html:445:43200:43209 Newcastle Saltville, Virginia +0.71114 aapg_ac_841.html aapg_ac_841.html:199:25431:25453 Todos Santos Honduras +0.268842 cspg_html_5345848475 cspg_html_5345848475:93:13177:13187 Deer Creek Lacombe, Alberta +0.462231 aapg_ah_62.html aapg_ah_62.html:7:1026:1039 Lake Michigan Lake Huron +0.833488 gsa_html_8030464622 gsa_html_8030464622:334:37016:37025 Red River Red River of the North +0.517462 aapg_ae_29.html aapg_ae_29.html:443:50677:50688 Mauch Chunk Deer Valley +0.509436 gsa_html_5598634716 gsa_html_5598634716:1016:56672:56677 Swift California +0.48705 gsa_html_2989317971 gsa_html_2989317971:551:58456:58478 Sucker Creek Boise River +0.662796 aapg_ah_469.html aapg_ah_469.html:280:24915:24926 Winona Mississippi River +0.244736 cspg_html_6383234409 cspg_html_6383234409:664:66591:66603 Devon Island District Council of Franklin Harbour +0.241332 aapg_ad_338.html aapg_ad_338.html:7:1182:1200 Raritan Patapsco River +0.49632 gsa_html_7232523169 gsa_html_7232523169:789:77261:77269 Beaumont South Georgia and the South Sandwich Islands +0.252568 aapg_ad_687.html aapg_ad_687.html:21:2362:2377 Santa Margarita Maricopa, Arizona +0.261121 geology_html_9714557029 geology_html_9714557029:40:3662:3670 Colorado Regina, Saskatchewan +0.25104 palaios_html_2623118674 palaios_html_2623118674:1107:108693:108735 Flagstaff Logan, Utah +0.481792 aapg_aa_939.html aapg_aa_939.html:153:19466:19484 Cloverly Fort Union Trading Post National Historic Site +0.2583 aapg_ad_971.html aapg_ad_971.html:272:24700:24708 Colorado Reno, Nevada +0.24941 aapg_ac_965.html aapg_ac_965.html:740:80843:80850 Manlius Jamesville, New York +0.260075 aapg_af_684.html aapg_af_684.html:92:10868:10882 Tyee Elkton, Kentucky +0.469887 cspg_html_8438548095 cspg_html_8438548095:16:1906:1924 Edmonton Central Alberta +0.25908 gsa_html_3817970246 gsa_html_3817970246:675:73076:73083 Madison Nicaragua +0.264704 cspg_html_8362959053 cspg_html_8362959053:51:7964:7982 Moosebar Victoria, British Columbia +0.24549 sedimentology_html_8488362853 sedimentology_html_8488362853:1709:121017:121026 Extension Tyrrhenian Sea +0.262808 aapg_aa_644.html aapg_aa_644.html:531:48598:48620 Burro Canyon Colorado +0.252494 AMJC_html_7085584544 AMJC_html_7085584544:1118:109472:109480 Michigan Cheyenne, Wyoming +0.482218 aapg_af_479.html aapg_af_479.html:308:35653:35673 Point Loma La Jolla Cove +0.49875 aapg_ah_656.html aapg_ah_656.html:141:13523:13544 Bell Ward County, North Dakota +0.479912 gsa_html_4520182275 gsa_html_4520182275:64:5713:5723 Washington Salem, Oregon +0.455793 cspg_html_3229148473 cspg_html_3229148473:5:247:267 Milk River Southern Alberta +0.486156 aapg_ae_113.html aapg_ae_113.html:371:49259:49294 Stuart Bathurst Island (Northern Territory) +0.46172 aapg_ac_219.html aapg_ac_219.html:139:25079:25089 Santa Cruz Atlantic Ocean +0.254012 aapg_af_799.html aapg_af_799.html:364:26004:26029 Tumey California +0.2465 sedimentology_html_6410760497 sedimentology_html_6410760497:1319:64747:64755 Scotland Glasgow +0.518154 aapg_ae_652.html aapg_ae_652.html:80:8248:8256 Victoria Gippsland +0.2667 cspg_html_2113617629 cspg_html_2113617629:5:273:300 Bow Island Lacombe, Alberta +0.467033 jgeology_html_8406118991 jgeology_html_8406118991:117:9022:9038 Descon Anchorage, Alaska +0.273493 cspg_html_5484260516 cspg_html_5484260516:240:26573:26591 Palliser Lacombe, Alberta +0.474628 aapg_af_82.html aapg_af_82.html:18:1752:1760 Colorado New Mexico +0.266252 gsa_html_1902952472 gsa_html_1902952472:70:5066:5094 Green River Colorado +0.469942 aapg_ad_599.html aapg_ad_599.html:226:27944:27964 Greenbrier Virginia +0.25064 aapg_ai_46.html aapg_ai_46.html:114:9269:9279 Wellington Stillwater, Oklahoma +0.380808 aapg_ah_96.html aapg_ah_96.html:436:50572:50587 Red River Nebraska +0.486758 sedimentology_html_7769116619 sedimentology_html_7769116619:53:3869:3878 Hawke Bay Morocco +0.268323 aapg_ac_986.html aapg_ac_986.html:468:56659:56683 Sespe California +0.249676 sedimentology_html_1218754318 sedimentology_html_1218754318:29:1657:1663 Guelph Guelph +0.263652 gsa_html_6181749105 gsa_html_6181749105:580:49459:49484 Monterey California +0.254 cspg_html_1714269019 cspg_html_1714269019:687:74453:74464 Collingwood Ontario, California +0.25654 aapg_ae_609.html aapg_ae_609.html:394:41973:41979 Denver Miami +0.250965 aapg_af_2.html aapg_af_2.html:255:28040:28057 Chaffee Ouray, Colorado +0.480496 aapg_af_348.html aapg_af_348.html:381:42115:42125 Springhill Springhill, Nova Scotia +0.839055 aapg_ac_846.html aapg_ac_846.html:247:34530:34547 Bandera Illinois +0.245655 geology_html_2243318898 geology_html_2243318898:13:532:538 Denver Colorado +0.484864 aapg_ae_349.html aapg_ae_349.html:672:77401:77415 Maquoketa Richmond, California +0.497822 aapg_af_709.html aapg_af_709.html:20:2238:2245 Waskada Manitoba +0.2635 cspg_html_4287356899 cspg_html_4287356899:3099:330682:330696 Assistance Melville Island (Canada) +0.916776 aapg_aa_648.html aapg_aa_648.html:322:34105:34117 Rhode Island Virginia +0.487622 gsa_html_1031230113 gsa_html_1031230113:537:51906:51910 Hall Antarctica +0.904376 aapg_af_11.html aapg_af_11.html:224:23872:23906 Leadville San Juan Mountains +0.505218 aapg_ac_613.html aapg_ac_613.html:51:7491:7510 Mesaverde Mancos, Colorado +0.259548 gsa_html_6395675168 gsa_html_6395675168:34:3320:3331 San Joaquin King River (Tasmania) +0.263168 cspg_html_8727758678 cspg_html_8727758678:309:10680:10699 Peace River Lacombe, Alberta +0.255518 cspg_html_7578281195 cspg_html_7578281195:39:4445:4450 Nisku Edmonton, London +0.48776 cspg_html_9198946062 cspg_html_9198946062:6:471:479 Columbia Victoria, British Columbia +0.23961 aapg_ai_833.html aapg_ai_833.html:305:30673:30679 Oxford England +0.48552 geology_html_9924482358 geology_html_9924482358:16:948:976 Green River Cheyenne, Wyoming +0.248677 jgeology_html_4305195651 jgeology_html_4305195651:2815:190003:190022 Escuminac Canada +0.498597 palaios_html_3931161229 palaios_html_3931161229:245:22027:22033 Drakes Waynesville, North Carolina +0.477664 jgeology_html_9120142808 jgeology_html_9120142808:987:58432:58436 Hall London, Ontario +0.488474 aapg_aa_232.html aapg_aa_232.html:4:612:632 Purgatoire Colorado +0.48412 cspg_html_2113617629 cspg_html_2113617629:842:94747:94763 Viking Lacombe, Alberta +0.47846 aapg_ai_584.html aapg_ai_584.html:86:8663:8695 Hayden Missouri River +0.270364 palaios_html_4958148030 palaios_html_4958148030:324:31324:31338 Beaufort South Africa +0.24276 aapg_ai_219.html aapg_ai_219.html:508:33672:33678 Oregon Anchorage, Alaska +0.481 aapg_ai_53.html aapg_ai_53.html:21:2355:2361 Seguin San Antonio +0.452998 cspg_html_5880669950 cspg_html_5880669950:9:515:535 Swan Hills Lacombe, Alberta +0.491744 gsa_html_4913703235 gsa_html_4913703235:106:10670:10687 Grimsby Hocking County, Ohio +0.251412 sedimentology_html_1046729113 sedimentology_html_1046729113:348:33039:33065 Telegraph Creek Eagle River, Alaska +0.454581 aapg_ac_841.html aapg_ac_841.html:543:61500:61507 Gracias Pliocene +0.364 jgeology_html_4115179562 jgeology_html_4115179562:256:18989:19008 New River Huntington, West Virginia +0.466683 jgeology_html_6672772311 jgeology_html_6672772311:160:12781:12802 Rio Grande Bellevue, Nebraska +0.26724 aapg_ai_958.html aapg_ai_958.html:33:3372:3390 Oakville Duval County, Texas +0.479048 sedimentology_html_1046729113 sedimentology_html_1046729113:1088:97838:97856 Frontier Cheyenne, Wyoming +0.242514 geology_html_2198528432 geology_html_2198528432:12:660:670 Washington Washington (state) +0.247476 cspg_html_5542874609 cspg_html_5542874609:101:16540:16557 Muskiki Victoria, British Columbia +0.263626 cspg_html_5740360566 cspg_html_5740360566:51:7261:7276 Hondo Western world +0.25641 cspg_html_9725676031 cspg_html_9725676031:10:563:571 Columbia Victoria, British Columbia +0.18871 aapg_ah_335.html aapg_ah_335.html:194:24875:24885 Pottsville Allegheny Mountains +0.25959 gsa_html_9464738899 gsa_html_9464738899:1184:102603:102612 San Diego California +0.860124 aapg_ad_564.html aapg_ad_564.html:4829:378399:378407 Niobrara Colorado +0.267253 aapg_af_854.html aapg_af_854.html:1727:217155:217161 Borden Southern Indiana +0.426343 sedimentology_html_1046729113 sedimentology_html_1046729113:1502:135385:135396 Shaftesbury Lacombe, Alberta +0.501144 aapg_ad_564.html aapg_ad_564.html:6948:574392:574422 Calvert Maryland +0.262063 aapg_aa_24.html aapg_aa_24.html:542:64832:64844 Eureka Sound Ellesmere Island +0.244625 gsa_html_4930932370 gsa_html_4930932370:879:90679:90696 Onaping Sudbury, Suffolk +0.4992 cspg_html_5688447798 cspg_html_5688447798:18:4369:4397 Disappointment Bay Ellesmere Island +0.530821 aapg_ah_656.html aapg_ah_656.html:500:48320:48336 Dakota Venezuela +0.259548 cspg_html_7406325086 cspg_html_7406325086:426:46384:46401 Cadomin Lacombe, Alberta +0.512946 aapg_ae_471.html aapg_ae_471.html:89:9495:9514 Smackover Cotton Valley, Louisiana +0.25026 aapg_aa_877.html aapg_aa_877.html:977:113834:113843 Interlake Nassau, Bahamas +0.261105 gsa_html_2145963783 gsa_html_2145963783:709:65072:65078 Snyder Reno, Nevada +0.35917 jgeology_html_6990146451 jgeology_html_6990146451:211:14110:14117 Chemung Huntington, West Virginia +0.483426 aapg_ai_572.html aapg_ai_572.html:69:7923:7929 Wewoka Konawa, Oklahoma +0.277725 gsa_html_4695276845 gsa_html_4695276845:1129:106318:106322 Elko Great Basin +0.46728 aapg_af_625.html aapg_af_625.html:690:70956:70964 Richmond Huntington, West Virginia +0.251446 gsa_html_3701935694 gsa_html_3701935694:901:78475:78480 Lyell London, Ontario +0.264052 aapg_ae_843.html aapg_ae_843.html:87:8475:8486 Green River Wasatch Range +0.512868 aapg_ac_943.html aapg_ac_943.html:237:25475:25501 Woodbine Red River of the North +0.538619 aapg_ae_388.html aapg_ae_388.html:1447:89316:89336 Tuscaloosa Melbourne, Florida +0.483383 gsa_html_7302180468 gsa_html_7302180468:691:59518:59546 Green River Colorado +0.246016 cspg_html_9275863663 cspg_html_9275863663:43:5515:5540 Beaverhill Swan Hill, Victoria +0.254518 jgeology_html_1376480101 jgeology_html_1376480101:1010:56736:56742 Arroyo Uruguay +0.251995 aapg_af_956.html aapg_af_956.html:42:4788:4806 Nonesuch Lake Superior +0.271392 cspg_html_9941227593 cspg_html_9941227593:846:83428:83440 Saskatchewan Kindersley (provincial electoral district) +0.48974 gsa_html_5550669447 gsa_html_5550669447:29:2796:2824 Green River Colorado +0.486675 cspg_html_3854139935 cspg_html_3854139935:11:1032:1043 Belly River Lacombe, Alberta +0.266724 aapg_ah_646.html aapg_ah_646.html:366:44110:44126 Chinle Logan, Utah +0.249 cspg_html_1665574291 cspg_html_1665574291:12:2007:2015 Edmonton Lacombe, Alberta +0.25704 aapg_ah_318.html aapg_ah_318.html:1755:165599:165608 San Pedro Durango, Durango +0.740348 aapg_ae_993.html aapg_ae_993.html:261:23843:23862 Jefferson Uinta Mountains +0.519912 cspg_html_7963093032 cspg_html_7963093032:667:60160:60170 Fort Worth Calgary +0.485376 cspg_html_7086537250 cspg_html_7086537250:584:81050:81058 Palliser Pine River (Michigan) +0.502887 aapg_ah_962.html aapg_ah_962.html:304:30585:30590 Atoka Davis, California +0.261085 aapg_ah_943.html aapg_ah_943.html:382:50937:50943 Viking Lacombe, Alberta +0.266207 aapg_af_16.html aapg_af_16.html:15:2226:2237 Green River Powder River (Montana) +0.478956 aapg_ae_176.html aapg_ae_176.html:207:25004:25024 Clearwater Edmonton, London +0.477785 aapg_ad_883.html aapg_ad_883.html:51:7292:7311 Franconia Trempealeau, Wisconsin +0.230279 aapg_ac_824.html aapg_ac_824.html:32:4054:4070 Lykins Brainerd, Minnesota +0.243936 gsa_html_5627360957 gsa_html_5627360957:676:67428:67445 Florida Mountains New Mexico +0.4876 aapg_ah_157.html aapg_ah_157.html:162:21840:21847 Potsdam Iowa +0.47904 geology_html_6663105863 geology_html_6663105863:20:1190:1196 Sierra California +0.267288 aapg_ai_107.html aapg_ai_107.html:168:16441:16460 Smackover Arkansas +0.484938 palaios_html_3036115408 palaios_html_3036115408:669:60051:60073 Judith River Canada +0.248004 aapg_ac_563.html aapg_ac_563.html:404:57331:57343 Reforma Santiago +0.504612 aapg_ah_962.html aapg_ah_962.html:107:11924:11932 Richmond Frankfort, Illinois +0.459316 cspg_html_7602315496 cspg_html_7602315496:21:3441:3462 Belly River Milk River, Alberta +0.486675 cspg_html_7667087595 cspg_html_7667087595:19:2232:2253 Belly River Lacombe, Alberta +0.238977 aapg_ad_659.html aapg_ad_659.html:352:50507:50515 Michigan Lake Superior +0.265698 cspg_html_4326384800 cspg_html_4326384800:977:142721:142742 Slave Point Victoria, British Columbia +0.450597 aapg_ak_55.html aapg_ak_55.html:203:20886:20898 Huntersville Lewis County, Washington +0.461244 geology_html_3420787727 geology_html_3420787727:48:4772:4780 Columbia Snake River Plain (ecoregion) +0.501095 sedimentology_html_7473206318 sedimentology_html_7473206318:1158:78502:78532 Cumberland Joggins, Nova Scotia +0.254514 gsa_html_8549650339 gsa_html_8549650339:577:53969:53980 San Antonio Texas +0.255528 cspg_html_8438548095 cspg_html_8438548095:337:34424:34454 Basal Drumheller +0.263592 cspg_html_2863271815 cspg_html_2863271815:569:71861:71877 Guelph Salina, Kansas +0.481143 palaios_html_3796939457 palaios_html_3796939457:51:4783:4811 Woodbine Austin, Chicago +0.476341 geology_html_7812811570 geology_html_7812811570:292:22759:22765 Cutter Arctic +0.280896 aapg_ai_980.html aapg_ai_980.html:687:61262:61280 Rierdon Cut Bank, Montana +0.472192 gsa_html_5773931818 gsa_html_5773931818:176:19375:19383 Colorado Cheyenne, Wyoming +0.503919 aapg_ai_654.html aapg_ai_654.html:81:13730:13774 Bakken Williston Basin +0.2525 palaios_html_6273516581 palaios_html_6273516581:510:52952:52963 Bloomington Currie, Minnesota +0.470208 gsa_html_3150321506 gsa_html_3150321506:755:78131:78141 Georgetown Putney +0.475664 cspg_html_8363357104 cspg_html_8363357104:520:67283:67299 Outram Middle East +0.265161 cspg_html_3482605972 cspg_html_3482605972:9:1019:1031 Luscar Lacombe, Alberta +0.904337 aapg_aa_918.html aapg_aa_918.html:334:27962:27977 Dog Creek Arkansas River +0.24354 aapg_ai_575.html aapg_ai_575.html:17:2466:2474 Colorado Loveland, Ohio +0.26076 aapg_ae_519.html aapg_ae_519.html:300:33136:33143 Kanawha Jackson, Mississippi +0.244541 aapg_ai_897.html aapg_ai_897.html:279:30249:30278 Fort Union Powder River (Montana) +0.244524 cspg_html_2083142494 cspg_html_2083142494:229:30054:30086 Albert New Brunswick, New Jersey +0.26977 aapg_af_785.html aapg_af_785.html:143:15540:15546 Sparta Charlotte, North Carolina +0.490464 cspg_html_9771826320 cspg_html_9771826320:263:44952:44970 Eureka Sound West Greenland Current +0.480851 jgeology_html_5515502227 jgeology_html_5515502227:86:3615:3621 Oregon Salem, Oregon +0.494025 aapg_ae_324.html aapg_ae_324.html:19:2660:2671 Black River Knoxville, Tennessee +0.527796 aapg_ae_397.html aapg_ae_397.html:18:2246:2262 Paluxy Paluxy, Texas +0.498597 sedimentology_html_1046729113 sedimentology_html_1046729113:986:85969:85987 Frontier Cheyenne, Wyoming +0.253991 aapg_ai_572.html aapg_ai_572.html:4:545:552 Vamoosa Coffeyville, Kansas +0.270391 aapg_aa_269.html aapg_aa_269.html:315:41706:41725 Wapanucka Arbuckle, California +0.478541 geology_html_7991599785 geology_html_7991599785:325:25058:25068 Pittsburgh Mexico +0.262384 aapg_ae_116.html aapg_ae_116.html:164:18248:18268 Mississagi Blind River (Ontario) +0.264171 sedimentology_html_2774214081 sedimentology_html_2774214081:1354:63240:63247 Gateway Baltimore +0.244856 aapg_ai_584.html aapg_ai_584.html:26:2726:2745 Minnelusa Black Hills +0.486588 aapg_ae_875.html aapg_ae_875.html:400:45246:45269 Trujillo Puerto Rico +0.349932 aapg_ae_473.html aapg_ae_473.html:517:49213:49222 Catahoula Mississippi River +0.251995 gsa_html_7498897688 gsa_html_7498897688:1112:96122:96131 San Pedro Durango, Durango +0.247296 aapg_af_40.html aapg_af_40.html:923:97580:97586 Madrid Spain +0.269878 aapg_af_975.html aapg_af_975.html:38:4660:4666 Sierra Chihuahua (state) +0.238797 aapg_ac_692.html aapg_ac_692.html:48:6357:6365 Columbia Victoria, British Columbia +0.264075 aapg_aa_48.html aapg_aa_48.html:3:414:430 Amsden Montana +0.261919 gsa_html_4071231613 gsa_html_4071231613:698:81305:81315 Washington Salem, Oregon +0.49368 aapg_ah_160.html aapg_ah_160.html:307:37095:37110 Guelph Michigan +0.256928 aapg_ae_973.html aapg_ae_973.html:531:39241:39256 Choza Texas +0.265209 aapg_af_664.html aapg_af_664.html:99:10440:10449 Sheffield Sheffield station +0.260099 aapg_ai_326.html aapg_ai_326.html:43:6321:6343 New Scotland Pennsylvania +0.25449 gsa_html_3942625742 gsa_html_3942625742:477:40722:40734 Little River Metro Manila +0.241964 cspg_html_9729377176 cspg_html_9729377176:1026:110869:110896 Pardonet Victoria, British Columbia +0.269775 cspg_html_6514903151 cspg_html_6514903151:330:33765:33783 Kaskapau Lacombe, Alberta +0.449694 gsa_html_4431779557 gsa_html_4431779557:832:67842:67855 Bedford Muleshoe National Wildlife Refuge +0.535428 aapg_ad_317.html aapg_ad_317.html:232:21672:21706 Axemann Pennsylvania +0.262614 aapg_ai_132.html aapg_ai_132.html:14:2187:2195 Oakville Charlotte, North Carolina +0.26877 gsa_html_3648258377 gsa_html_3648258377:661:63124:63151 Magothy Bass River Township, New Jersey +0.48858 gsa_html_2832151886 gsa_html_2832151886:43:3796:3810 Colorado Lacombe, Alberta +0.924462 aapg_ah_49.html aapg_ah_49.html:63:7907:7935 Saugus Castaic, California +0.36668 palaios_html_8605685392 palaios_html_8605685392:63:9365:9376 Coffee Mississippi River +0.46614 cspg_html_1818321956 cspg_html_1818321956:329:32854:32862 Columbia Liard River, British Columbia +0.263165 aapg_ac_310.html aapg_ac_310.html:19:2044:2056 Pierre Golden, Colorado +0.285131 aapg_ac_904.html aapg_ac_904.html:376:33102:33123 Kekiktuk Conglomerate Anchorage, Alaska +0.27648 aapg_ah_96.html aapg_ah_96.html:298:34931:34951 Stonewall Red River of the North +0.473888 sedimentology_html_7107892700 sedimentology_html_7107892700:490:43179:43201 Englishtown Merchantville, New Jersey +0.481792 aapg_ae_159.html aapg_ae_159.html:98:13330:13348 Mt Lytton Woods County, Oklahoma +0.262524 aapg_ad_192.html aapg_ad_192.html:54:7591:7601 Tuscaloosa Tuscaloosa, Alabama +0.25857 cspg_html_8250755331 cspg_html_8250755331:444:47957:47975 Kaskapau Lacombe, Alberta +0.25676 aapg_ah_978.html aapg_ah_978.html:177:19384:19398 Etchegoin San Joaquin River +0.514345 cspg_html_9683836416 cspg_html_9683836416:555:77472:77494 Judith River Lacombe, Alberta +0.26037 aapg_ad_564.html aapg_ad_564.html:371:35812:35825 Barnett Montgomery (town), New York +0.497466 aapg_ah_507.html aapg_ah_507.html:23:2734:2744 Tradewater McLeansboro, Illinois +0.260096 cspg_html_9023649778 cspg_html_9023649778:43:7774:7782 Columbia Victoria, British Columbia +0.277146 aapg_ac_629.html aapg_ac_629.html:7:864:874 Citronelle Texas +0.467856 aapg_ae_44.html aapg_ae_44.html:3:154:185 Palo Pinto Texas +0.473185 aapg_ae_369.html aapg_ae_369.html:44:5557:5572 Gordo Tuscaloosa, Alabama +0.454336 aapg_ae_959.html aapg_ae_959.html:1366:98981:98985 Yeso New Mexico +0.434613 cspg_html_2803424832 cspg_html_2803424832:51:6789:6815 Blind Fiord Ellesmere Island +0.472054 palaios_html_3105248303 palaios_html_3105248303:601:60063:60077 Point Pleasant Frankfort, Illinois +0.491667 gsa_html_5419586307 gsa_html_5419586307:724:59495:59523 Green River Colorado +0.265125 cspg_html_4626597050 cspg_html_4626597050:279:34261:34271 Phosphoria Boise, Idaho +0.259534 cspg_html_4072152826 cspg_html_4072152826:724:86889:86899 Pocahontas Eldon, Missouri +0.907 AMJC_html_5722410163 AMJC_html_5722410163:551:56575:56596 Elko Elko, Nevada +0.267776 aapg_ai_399.html aapg_ai_399.html:67:7485:7505 Tuscaloosa Kentucky +0.251979 sedimentology_html_2601136107 sedimentology_html_2601136107:1107:74619:74629 Keokuk Hanson, Massachusetts +0.496837 aapg_ad_2.html aapg_ad_2.html:373:55673:55678 Chazy Adirondack Park +0.466871 cspg_html_3926269712 cspg_html_3926269712:17:2645:2652 Halifax Bridgetown, Nova Scotia +0.258063 cspg_html_2973952956 cspg_html_2973952956:238:17140:17171 Liard Victoria, British Columbia +0.478406 aapg_ae_324.html aapg_ae_324.html:540:55006:55014 Virginia Tripoli, Lebanon +0.265216 gsa_html_5601712699 gsa_html_5601712699:624:55248:55275 Modelo Santa Monica Mountains +0.235081 aapg_ac_92.html aapg_ac_92.html:329:32139:32147 Colorado Denver +0.48762 geology_html_3084685059 geology_html_3084685059:283:24533:24542 Red Bluff Texas +0.46752 aapg_af_788.html aapg_af_788.html:17:2577:2584 Bentley Beaverton, Oregon +0.494532 gsa_html_3010975239 gsa_html_3010975239:390:50663:50671 Michigan Michigan +0.508369 gsa_html_5293445820 gsa_html_5293445820:714:72572:72589 Nasina Salcha River +0.254014 palaios_html_2128779739 palaios_html_2128779739:701:68914:68928 Beaufort South Africa +0.257136 aapg_ac_301.html aapg_ac_301.html:555:59537:59552 Interlake Manitoba +0.4785 aapg_ai_468.html aapg_ai_468.html:197:24632:24649 Bossier Bossier City, Louisiana +0.463013 aapg_af_40.html aapg_af_40.html:69:7852:7877 Provo Vienna +0.264554 aapg_ad_2.html aapg_ad_2.html:975:134981:134992 Beekmantown Shoreham Nuclear Power Plant +0.258063 aapg_ai_278.html aapg_ai_278.html:399:54312:54333 Punta Gorda Anhydrite Fort Pierce, Florida +0.471142 aapg_af_880.html aapg_af_880.html:487:73322:73343 Bird Spring Texas +0.46812 gsa_html_8319219146 gsa_html_8319219146:522:55520:55529 Lockatong Doylestown, Pennsylvania +0.456576 gsa_html_8010927234 gsa_html_8010927234:355:29123:29141 Rangeley Rangeley, Maine +0.471086 aapg_af_142.html aapg_af_142.html:275:35615:35649 Cotton Valley Mississippi River +0.267285 aapg_ah_484.html aapg_ah_484.html:53:5439:5448 Catahoula Oakville, California +0.272483 gsa_html_2644431875 gsa_html_2644431875:11:506:514 Colorado Denver +0.504612 cspg_html_7587979364 cspg_html_7587979364:633:45626:45646 Slave Point Swan Hill, Victoria +0.257024 sedimentology_html_2153503572 sedimentology_html_2153503572:325:26889:26894 Crete Greece +0.477951 aapg_af_701.html aapg_af_701.html:240:30531:30557 Benson Chemung, New York +0.510822 aapg_ae_226.html aapg_ae_226.html:130:17989:17999 Duck Creek Guernsey +0.457256 cspg_html_1351473625 cspg_html_1351473625:184:24303:24308 Banff Lacombe, Alberta +0.261096 aapg_aa_312.html aapg_aa_312.html:563:67737:67745 Entrance East China Sea +0.475436 aapg_aa_626.html aapg_aa_626.html:277:31944:31966 Patuxent Maryland +0.271955 aapg_ae_93.html aapg_ae_93.html:42:7989:8005 Dakota Cairns, Queensland +0.265734 aapg_ai_514.html aapg_ai_514.html:146:19026:19036 Washington Salem, Oregon +0.461421 cspg_html_7602315496 cspg_html_7602315496:7:820:834 Colorado Milk River, Alberta +0.258566 aapg_ai_80.html aapg_ai_80.html:455:45965:45973 Richmond Kentucky +0.260568 aapg_ah_524.html aapg_ah_524.html:144:14052:14058 Gothic Colorado +0.246945 cspg_html_8464109528 cspg_html_8464109528:161:18800:18823 Sulphur Point Dolomites +0.874029 aapg_aa_147.html aapg_aa_147.html:203:26260:26280 Red River Red River of the North +0.515214 aapg_ae_708.html aapg_ae_708.html:101:13108:13118 Nolichucky Maryville, Missouri +0.265221 cspg_html_6502178723 cspg_html_6502178723:119:15859:15867 Columbia Victoria, British Columbia +0.468951 aapg_ah_293.html aapg_ah_293.html:365:46864:46868 Dean Spain +0.233466 aapg_ah_76.html aapg_ah_76.html:16:2106:2120 Bedford Willis, Texas +0.26368 aapg_ak_28.html aapg_ak_28.html:70:8074:8080 Pequop Great Basin +0.270384 cspg_html_3385840278 cspg_html_3385840278:92:13907:13931 Waterways Lacombe, Alberta +0.25653 aapg_af_97.html aapg_af_97.html:138:16220:16234 Richmond Bloomington, Indiana +0.28531 aapg_af_614.html aapg_af_614.html:67:5402:5421 Morehouse Shreveport, Louisiana +0.256386 jgeology_html_1846074040 jgeology_html_1846074040:450:35057:35071 Holyoke Basalt Hartford, Connecticut +0.4747 aapg_af_320.html aapg_af_320.html:668:104005:104009 Bond Illinois +0.4914 cspg_html_3419991847 cspg_html_3419991847:48:6809:6817 Kootenay Kootenay River +0.496762 aapg_ah_531.html aapg_ah_531.html:25:3170:3192 Diamond Peak Reno, Nevada +0.464688 aapg_ad_812.html aapg_ad_812.html:34:3420:3437 Wingate New Mexico +0.260598 aapg_ac_983.html aapg_ac_983.html:359:57471:57485 Iola Missouri River +0.462205 geology_html_7029340747 geology_html_7029340747:13:677:689 Rhode Island Kingston, Jamaica +0.455616 cspg_html_4530154552 cspg_html_4530154552:84:14096:14104 Columbia Victoria, British Columbia +0.469116 aapg_ah_644.html aapg_ah_644.html:69:9505:9517 Saskatchewan Mississippian culture +0.268836 aapg_af_785.html aapg_af_785.html:362:36359:36365 Reklaw Carrizo Plain +0.2445 cspg_html_3926542795 cspg_html_3926542795:1373:143744:143762 Pine Point Western Canadian Sedimentary Basin +0.490496 aapg_ai_761.html aapg_ai_761.html:302:33550:33556 Provo North Sea oil +0.264704 gsa_html_3010975239 gsa_html_3010975239:414:53323:53331 Michigan Saginaw, Michigan +0.481206 cspg_html_8818854104 cspg_html_8818854104:620:73720:73728 Columbia Victoria, British Columbia +0.252494 aapg_ah_656.html aapg_ah_656.html:400:37880:37903 Brushy Canyon Guadalupe Mountains National Park +0.47236 aapg_ai_188.html aapg_ai_188.html:191:20200:20219 Athabasca Lacombe, Alberta +0.55119 aapg_ah_411.html aapg_ah_411.html:48:6524:6530 Dakota Bellevue Hospital Center +0.273408 aapg_ad_250.html aapg_ad_250.html:76:6610:6630 Fort Payne Indian Creek, Florida +0.253 aapg_ac_720.html aapg_ac_720.html:95:12322:12339 Hornerstown Navesink River +0.504666 aapg_ah_505.html aapg_ah_505.html:519:39980:39995 Viola Fremont, California +0.467124 aapg_ai_925.html aapg_ai_925.html:39:5045:5053 Billings Texas +0.258856 aapg_ad_258.html aapg_ad_258.html:290:32128:32135 Chemung Catskill Mountains +0.493189 aapg_af_590.html aapg_af_590.html:470:36369:36379 Wellington Logan, Utah +0.250458 gsa_html_4591711448 gsa_html_4591711448:544:57066:57081 Signal Mountain Cheyenne, Wyoming +0.459351 gsa_html_8669968097 gsa_html_8669968097:79:8318:8337 Hawthorn Melbourne, Florida +0.258482 cspg_html_4630116521 cspg_html_4630116521:1037:106884:106905 Potter Farm Michigan +0.911904 aapg_ah_435.html aapg_ah_435.html:255:30563:30576 Cook Mountain Texas +0.257013 aapg_aa_684.html aapg_aa_684.html:286:26792:26812 Popo Agie John Crow Mountains +0.255955 sedimentology_html_5684726433 sedimentology_html_5684726433:1140:91845:91849 Hall London, Ontario +0.249775 jgeology_html_8447682494 jgeology_html_8447682494:148:8257:8272 Seboomook Littleton, Colorado +0.261072 aapg_ad_169.html aapg_ad_169.html:99:13370:13380 Greenbrier Huntington, West Virginia +0.252494 aapg_aa_622.html aapg_aa_622.html:37:5176:5193 Dolores Chinle Formation +0.503079 gsa_html_4675429437 gsa_html_4675429437:266:19204:19214 San Felipe California +0.4371 cspg_html_5456368738 cspg_html_5456368738:123:15747:15765 Ramparts Sault Ste. Marie, Ontario +0.246984 AMJC_html_7190858839 AMJC_html_7190858839:1125:105823:105835 Rhode Island Hartford, Connecticut +0.4994 aapg_ac_925.html aapg_ac_925.html:192:30363:30369 Venado Putah Creek +0.393876 palaios_html_2048556014 palaios_html_2048556014:619:64299:64318 Conasauga Alabama +0.25959 palaios_html_4356021700 palaios_html_4356021700:12:519:525 Oregon Salem, Oregon +0.48278 sedimentology_html_6390126294 sedimentology_html_6390126294:28:1799:1816 Bedford Canada +0.470631 aapg_af_854.html aapg_af_854.html:1416:206258:206266 Richland Jefferson County, Colorado +0.34272 aapg_af_133.html aapg_af_133.html:319:34277:34289 Salina Michigan +0.485888 gsa_html_9181545711 gsa_html_9181545711:824:75253:75261 Colorado Loveland, Ohio +0.484702 gsa_html_6832530161 gsa_html_6832530161:58:3825:3853 Green River Colorado +0.260797 aapg_ah_340.html aapg_ah_340.html:275:30732:30742 Duck Creek Walnut, California +0.450369 aapg_ai_49.html aapg_ai_49.html:277:33544:33551 Todilto New Mexico +0.25449 aapg_aa_95.html aapg_aa_95.html:116:10729:10740 Sheep Creek Mesa County, Colorado +0.47817 gsa_html_3510629601 gsa_html_3510629601:650:64953:64962 San Diego Colorado +0.430614 aapg_ai_461.html aapg_ai_461.html:151:21595:21606 Boggy McAlester, Oklahoma +0.497034 aapg_ae_961.html aapg_ae_961.html:159:11596:11614 Winnipeg Black River, Jamaica +0.25935 gsa_html_2794002141 gsa_html_2794002141:22:1231:1239 Virginia Reston, Virginia +0.49469 gsa_html_8319219146 gsa_html_8319219146:973:92839:92867 Green River Colorado +0.265967 sedimentology_html_1411190498 sedimentology_html_1411190498:897:56926:56930 Hall London, Ontario +0.263069 cspg_html_1019614994 cspg_html_1019614994:269:42116:42132 Exshaw Lacombe, Alberta +0.256 aapg_ae_547.html aapg_ae_547.html:104:14025:14042 Tugidak Kodiak Island +0.494088 aapg_aa_146.html aapg_aa_146.html:138:18420:18432 Pierre Crook, Colorado +0.256035 aapg_af_360.html aapg_af_360.html:335:30827:30833 Denver Colorado +0.247486 aapg_ae_875.html aapg_ae_875.html:115:15811:15827 Coamo San Juan, Argentina +0.886416 aapg_ac_79.html aapg_ac_79.html:107:13432:13439 Clinton Pennsylvania +0.239096 aapg_ah_370.html aapg_ah_370.html:177:13212:13217 Sugar Thunder Bay +0.250776 cspg_html_5484260516 cspg_html_5484260516:92:11442:11462 Big Valley Lacombe, Alberta +0.378729 aapg_ae_371.html aapg_ae_371.html:12:2508:2526 Kootenai Cut Bank, Montana +0.46906 gsa_html_8951179545 gsa_html_8951179545:661:75311:75318 Laramie Texas +0.26985 gsa_html_4695276845 gsa_html_4695276845:534:52232:52238 Pioche Gold Hill, Colorado +0.49368 gsa_html_1047526579 gsa_html_1047526579:473:47549:47563 Beaufort South Africa +0.247995 sedimentology_html_9716387026 sedimentology_html_9716387026:659:45609:45613 Hall London, Ontario +0.485648 cspg_html_9343899465 cspg_html_9343899465:884:80688:80700 Hecla Bay Melville Island (Canada) +0.47998 aapg_ah_724.html aapg_ah_724.html:381:45694:45705 Shaftesbury Lacombe, Alberta +0.257346 aapg_ae_306.html aapg_ae_306.html:370:46999:47016 Chipola Melbourne, Florida +0.269824 aapg_ae_280.html aapg_ae_280.html:68:7749:7768 Whirlpool Monroe County, Florida +0.260104 aapg_ah_318.html aapg_ah_318.html:854:88019:88038 Smackover Arkansas +0.474549 cspg_html_5973552270 cspg_html_5973552270:64:9014:9034 Beaverhill Swan Hill, Victoria +0.245214 gsa_html_3014459865 gsa_html_3014459865:204:22208:22227 Beaverdam The Carolinas +0.257013 cspg_html_8121068096 cspg_html_8121068096:381:24056:24076 Hay River Banks Island +0.46513 aapg_ai_82.html aapg_ai_82.html:89:11848:11858 Greenbrier Belmont, Massachusetts +0.252324 cspg_html_1159165904 cspg_html_1159165904:161:22179:22184 Price Victoria, British Columbia +0.241572 gsa_html_1610161932 gsa_html_1610161932:1053:90855:90861 Walker California +0.487368 aapg_af_169.html aapg_af_169.html:23:3609:3615 Moscow Denmark +0.49115 aapg_ai_153.html aapg_ai_153.html:321:48955:48960 Atoka Atoka, Oklahoma +0.374192 sedimentology_html_2077308623 sedimentology_html_2077308623:516:50996:51014 Chicotte Anticosti Island +0.241956 cspg_html_8211273957 cspg_html_8211273957:371:44832:44848 Ireton Lacombe, Alberta +0.26418 cspg_html_9152086986 cspg_html_9152086986:233:22031:22057 Halfway Lacombe, Alberta +0.255518 aapg_ad_652.html aapg_ad_652.html:19:2731:2735 Tyee Salem, Oregon +0.257484 aapg_af_468.html aapg_af_468.html:50:5284:5298 Frio Brazoria County, Texas +0.262654 aapg_af_892.html aapg_af_892.html:1013:96733:96756 Marble Falls Texas +0.497664 cspg_html_7403344526 cspg_html_7403344526:434:46210:46227 Cardium Lacombe, Alberta +0.81098 aapg_ai_28.html aapg_ai_28.html:719:67982:67988 Lissie Uvalde, Texas +0.257466 cspg_html_5541937700 cspg_html_5541937700:869:107026:107034 Columbia Lacombe, Alberta +0.28866 aapg_ac_338.html aapg_ac_338.html:425:47871:47890 Newcastle Cheyenne, Wyoming +0.249879 aapg_aa_360.html aapg_aa_360.html:599:58697:58714 Edwards Luling, Louisiana +0.49344 aapg_af_809.html aapg_af_809.html:23:2742:2761 La Quinta Venezuela +0.249428 aapg_ad_351.html aapg_ad_351.html:809:71378:71382 Hall Missouri River +0.25296 gsa_html_2729737430 gsa_html_2729737430:604:62405:62422 Conant Creek Tuff Signal Mountain (Wyoming) +0.269357 cspg_html_4666332434 cspg_html_4666332434:496:73322:73333 Belly River Lacombe, Alberta +0.475059 sedimentology_html_3279131936 sedimentology_html_3279131936:664:35012:35019 Yucatan Caribbean +0.47991 aapg_ac_414.html aapg_ac_414.html:26:3796:3812 Kaibab Reno, Nevada +0.468312 cspg_html_8662646956 cspg_html_8662646956:646:82224:82234 Pine Point Cordillera Administrative Region +0.270375 cspg_html_2650524233 cspg_html_2650524233:46:8865:8884 Paskapoo Red Deer, Alberta +0.252928 cspg_html_7117661916 cspg_html_7117661916:238:25489:25500 Peace River Victoria, British Columbia +0.505817 aapg_ac_808.html aapg_ac_808.html:177:20590:20610 San Andres West Texas +0.262614 cspg_html_6517402834 cspg_html_6517402834:460:39772:39790 Paskapoo Canada +0.274551 aapg_ah_96.html aapg_ah_96.html:270:31095:31109 Winnipeg Winnipeg +0.925444 cspg_html_5345848475 cspg_html_5345848475:1144:108114:108133 Niobrara Calgary +0.256968 aapg_aa_725.html aapg_aa_725.html:3:165:187 Nation River Anchorage, Alaska +0.495992 cspg_html_4768933240 cspg_html_4768933240:85:7174:7188 Mission Canyon Regina, Saskatchewan +0.484429 cspg_html_4666332434 cspg_html_4666332434:468:71812:71834 Judith River Regina, Saskatchewan +0.4437 cspg_html_8065532640 cspg_html_8065532640:100:12862:12868 Sombre Prairie Creek, Arkansas +0.262654 aapg_ae_383.html aapg_ae_383.html:434:32940:32948 Woodford Arkansas +0.482064 aapg_ai_410.html aapg_ai_410.html:436:39255:39271 Cutler Hermosa, Chicago +0.251643 cspg_html_5976982403 cspg_html_5976982403:18:3148:3167 Kitchener Purcell Mountains +0.253482 sedimentology_html_6998506874 sedimentology_html_6998506874:28:1750:1774 Protection Helsinki +0.464772 sedimentology_html_3333646967 sedimentology_html_3333646967:1226:91303:91307 Hall London, Ontario +0.269838 gsa_html_5380966084 gsa_html_5380966084:1087:95277:95305 Green River Iran +0.470232 aapg_af_880.html aapg_af_880.html:538:81808:81825 Gaptank Texas +0.470934 cspg_html_2758185645 cspg_html_2758185645:282:25077:25092 Banff Lacombe, Alberta +0.28196 aapg_ac_569.html aapg_ac_569.html:266:36407:36427 Emma Fiord Devon Island +0.530025 aapg_ah_741.html aapg_ah_741.html:3:266:286 Phosphoria Cheyenne, Wyoming +0.464928 aapg_ah_116.html aapg_ah_116.html:215:18419:18427 Onondaga Helderberg +0.236652 aapg_ae_70.html aapg_ae_70.html:347:35981:35989 Colorado Colorado +0.49608 gsa_html_2023933346 gsa_html_2023933346:980:93020:93037 Llajas Southern California +0.24544 cspg_html_6134774167 cspg_html_6134774167:477:49291:49299 Moosebar Victoria, British Columbia +0.429894 gsa_html_7199417381 gsa_html_7199417381:135:16169:16186 White River Nebraska +0.483383 aapg_ae_805.html aapg_ae_805.html:701:87307:87324 Paradox Hermosa, Chicago +0.348816 geology_html_1599906578 geology_html_1599906578:11:459:469 Ellensburg Washington (state) +0.467061 geology_html_7123070239 geology_html_7123070239:11:630:638 Virginia Earth +0.268243 AMJC_html_1873062106 AMJC_html_1873062106:274:38917:38939 Burro Canyon Cedar Mountains +0.477442 cspg_html_6984906794 cspg_html_6984906794:20:3208:3216 Columbia Victoria, British Columbia +0.257544 aapg_aa_731.html aapg_aa_731.html:359:47470:47475 Indio Texas +0.437481 gsa_html_2162821431 gsa_html_2162821431:1220:103507:103516 San Diego California +0.49248 gsa_html_7053510738 gsa_html_7053510738:14:616:622 Denver Colorado +0.253967 sedimentology_html_3757174687 sedimentology_html_3757174687:2705:111837:111844 Francis London, Ontario +0.531378 aapg_ae_223.html aapg_ae_223.html:72:8761:8777 Dakota Colorado +0.259284 cspg_html_4326384800 cspg_html_4326384800:1028:151377:151393 Waterways Swan Hill, Victoria +0.477288 gsa_html_1734656819 gsa_html_1734656819:1352:122355:122361 Oregon San Jacinto, California +0.243892 aapg_ad_341.html aapg_ad_341.html:133:12770:12789 Poxono Island Delaware Valley +0.4845 aapg_ai_763.html aapg_ai_763.html:3:409:426 Sligo Arkansas +0.497466 cspg_html_5515814749 cspg_html_5515814749:192:25532:25550 Cardium Bow Island Airport +0.470322 jgeology_html_3924418909 jgeology_html_3924418909:520:44944:44960 Navajo Charleston, South Carolina +0.262845 aapg_aa_622.html aapg_aa_622.html:322:34017:34023 Chinle Arizona +0.836734 aapg_ae_454.html aapg_ae_454.html:111:9236:9253 Bossier East Texas +0.237636 aapg_ah_387.html aapg_ah_387.html:161:19109:19137 Francisco San Francisco +0.27081 aapg_ae_960.html aapg_ae_960.html:310:27251:27276 Mission Canyon Valmeyer, Illinois +0.481944 aapg_af_638.html aapg_af_638.html:81:6700:6714 Traverse Antrim, County Antrim +0.262384 aapg_ah_479.html aapg_ah_479.html:10:1156:1162 Perija Venezuela +0.491582 sedimentology_html_7382984039 sedimentology_html_7382984039:2688:75712:75718 Banner Victoria, British Columbia +0.494235 aapg_af_808.html aapg_af_808.html:67:8531:8549 Scotland Barbados +0.257374 aapg_aa_113.html aapg_aa_113.html:54:7105:7120 Coban Guatemala +0.259 cspg_html_5295390542 cspg_html_5295390542:345:43078:43111 Halfway Victoria, British Columbia +0.24633 sedimentology_html_6434577006 sedimentology_html_6434577006:226:11921:11930 Gog Lake Louise, Alberta +0.381274 aapg_af_579.html aapg_af_579.html:232:25941:25948 Entrada Logan, Utah +0.25008 aapg_ah_780.html aapg_ah_780.html:41:7670:7678 Virginia Pennsylvania +0.262636 gsa_html_1662492421 gsa_html_1662492421:746:63499:63505 Kodiak Anchorage, Alaska +0.474719 aapg_ae_429.html aapg_ae_429.html:306:22030:22036 Blaine Texas +0.27348 aapg_ah_519.html aapg_ah_519.html:20:2570:2597 Burro Canyon Phoenix, Arizona +0.247504 cspg_html_6517402834 cspg_html_6517402834:558:45704:45712 Edmonton Calgary +0.248262 cspg_html_9717154602 cspg_html_9717154602:186:26363:26389 Bearpaw Saskatchewan +0.490974 cspg_html_3465307753 cspg_html_3465307753:5:208:229 Mount Hawk North Portal, Saskatchewan +0.470916 aapg_ah_329.html aapg_ah_329.html:150:15565:15580 Lospe Knoxville, Illinois +0.244976 sedimentology_html_8369899157 sedimentology_html_8369899157:86:8498:8507 Extension Patras +0.244976 cspg_html_6306091047 cspg_html_6306091047:616:84767:84775 Columbia Victoria, British Columbia +0.492218 cspg_html_8121202912 cspg_html_8121202912:141:17584:17592 Arctomys Mount Robson Provincial Park +0.250572 geology_html_1045995891 geology_html_1045995891:227:20582:20587 Price Cambridge +0.459828 gsa_html_1636483297 gsa_html_1636483297:1047:87486:87503 Barstow California +0.47792 AMJC_html_6605473820 AMJC_html_6605473820:303:32656:32664 Michigan Michigan +0.491232 gsa_html_8820488310 gsa_html_8820488310:1058:91551:91556 Price Canada +0.242544 aapg_ad_466.html aapg_ad_466.html:208:26126:26136 Smithville Mount Holly, North Carolina +0.260099 aapg_ai_49.html aapg_ai_49.html:242:29066:29073 Todilto Kayenta, Arizona +0.243522 aapg_ad_194.html aapg_ad_194.html:331:39648:39664 White Rock Middle East +0.262104 aapg_af_845.html aapg_af_845.html:137:13573:13581 Woodbine Paluxy, Texas +0.426542 aapg_ah_329.html aapg_ah_329.html:357:35294:35301 Sisquoc Monterey, California +0.246456 aapg_ac_333.html aapg_ac_333.html:1020:123135:123141 Toroweap Coconino County, Arizona +0.478848 aapg_af_636.html aapg_af_636.html:550:64471:64481 Bainbridge Louisville, Kentucky +0.247995 geology_html_6113200258 geology_html_6113200258:15:802:817 Gorge Bennington, Vermont +0.259072 sedimentology_html_2006668573 sedimentology_html_2006668573:996:63422:63426 Hall London, Ontario +0.477696 cspg_html_5141367518 cspg_html_5141367518:514:64801:64821 Milk River Lacombe, Alberta +0.26433 aapg_ad_865.html aapg_ad_865.html:489:49186:49192 Dakota Ouray, Colorado +0.480365 gsa_html_6546953900 gsa_html_6546953900:14:645:653 Virginia Charlottesville, Virginia +0.491384 aapg_ai_368.html aapg_ai_368.html:200:18044:18057 Tensleep Cheyenne, Wyoming +0.258912 aapg_aa_15.html aapg_aa_15.html:197:27419:27428 Catahoula Whitsett, North Carolina +0.873864 aapg_ae_542.html aapg_ae_542.html:154:14871:14890 Matanuska Matanuska-Susitna Valley +0.846453 cspg_html_5973552270 cspg_html_5973552270:120:15759:15778 Waterways Lacombe, Alberta +0.255024 aapg_ae_272.html aapg_ae_272.html:105:10920:10929 Coldwater Michigan +0.440366 aapg_ah_72.html aapg_ah_72.html:59:8998:9007 Catahoula Shreveport, Louisiana +0.24096 aapg_ah_435.html aapg_ah_435.html:217:26642:26652 Rio Grande Laredo, Texas +0.267566 cspg_html_5241714595 cspg_html_5241714595:31:5192:5200 Birdbear Regina, Saskatchewan +0.24947 aapg_ae_71.html aapg_ae_71.html:309:28536:28543 Moenave Arizona +0.25116 cspg_html_9069886621 cspg_html_9069886621:125:12749:12777 Disappointment Bay Canadian Arctic Archipelago +0.24552 sedimentology_html_3031730552 sedimentology_html_3031730552:757:45668:45672 Hall London, Ontario +0.663584 aapg_af_664.html aapg_af_664.html:604:67515:67539 Cherry Canyon Delaware +0.485395 gsa_html_8990633722 gsa_html_8990633722:1197:92395:92423 Green River Colorado +0.263652 cspg_html_7881580279 cspg_html_7881580279:339:44611:44617 Yeoman Red River of the North +0.484124 palaios_html_1182208861 palaios_html_1182208861:12:676:684 Michigan Michigan +0.51264 aapg_ah_544.html aapg_ah_544.html:860:78827:78834 Prairie Wisconsin +0.485645 aapg_ae_194.html aapg_ae_194.html:4:431:454 Cotton Valley Shreveport, Louisiana +0.24378 aapg_ah_532.html aapg_ah_532.html:69:6420:6450 Leadville Ouray, Colorado +0.48705 aapg_ae_909.html aapg_ae_909.html:191:16308:16325 Temblor California +0.49028 aapg_ah_797.html aapg_ah_797.html:114:10173:10187 Chazy County (United States) +0.84372 aapg_ak_59.html aapg_ak_59.html:227:31701:31720 San Joaquin Great Valley, New York +0.51015 aapg_ae_161.html aapg_ae_161.html:54:7689:7702 Bearpaw Judith River Formation +0.492712 jgeology_html_2872695575 jgeology_html_2872695575:519:32044:32064 Pottsville Pennsylvania +0.238626 aapg_af_50.html aapg_af_50.html:797:73596:73604 Colorado Eagle County, Colorado +0.484059 aapg_ac_671.html aapg_ac_671.html:129:11579:11584 Salem Chester, Pennsylvania +0.256432 aapg_ah_53.html aapg_ah_53.html:7:1322:1329 Cypress Norwood, Massachusetts +0.888216 aapg_ad_379.html aapg_ad_379.html:671:55898:55904 Carmel Cheyenne, Wyoming +0.272315 aapg_ac_563.html aapg_ac_563.html:109:18837:18843 Sabine Pinellas County, Florida +0.472104 aapg_ai_918.html aapg_ai_918.html:443:53505:53511 Casper Cheyenne, Wyoming +0.501396 cspg_html_9987144175 cspg_html_9987144175:235:31290:31312 Eureka Sound Bathurst Island (Northern Territory) +0.473172 sedimentology_html_2893676022 sedimentology_html_2893676022:814:63408:63415 Jewett Silt San Francisco +0.272475 aapg_aa_158.html aapg_aa_158.html:247:23523:23535 Red Mountain Boise, Idaho +0.856596 cspg_html_3023030263 cspg_html_3023030263:51:8265:8277 Saskatchewan Niobrara, Nebraska +0.495075 aapg_ah_749.html aapg_ah_749.html:63:7898:7905 Norfolk Mexico +0.257024 jgeology_html_4115179562 jgeology_html_4115179562:638:50276:50301 Bays Virginia +0.260148 gsa_html_3014459865 gsa_html_3014459865:889:82070:82078 Monmouth Closter, New Jersey +0.501202 aapg_ae_468.html aapg_ae_468.html:79:8366:8374 Beaumont Oakville, California +0.479232 gsa_html_2547559311 gsa_html_2547559311:587:54839:54852 Santa Barbara California +0.272448 aapg_ae_570.html aapg_ae_570.html:179:18983:19000 Lockport Dolomite Wayne County, Michigan +0.260304 aapg_af_800.html aapg_af_800.html:920:59768:59801 Cojimar Palmer, Alaska +0.259316 aapg_ad_568.html aapg_ad_568.html:92:15714:15733 Mesaverde Cheyenne, Wyoming +0.274407 aapg_ad_821.html aapg_ad_821.html:447:33959:33980 Wasatch Fort Union Trading Post National Historic Site +0.248948 cspg_html_7409170811 cspg_html_7409170811:50:7858:7874 Exshaw Lacombe, Alberta +0.479465 gsa_html_7938666655 gsa_html_7938666655:985:85423:85450 Nikolai Greenstone Anchorage, Alaska +0.24528 aapg_ad_379.html aapg_ad_379.html:517:43727:43734 Thaynes Cheyenne, Wyoming +0.504666 aapg_ad_616.html aapg_ad_616.html:239:24922:24928 Salina Mexico +0.470557 aapg_ac_841.html aapg_ac_841.html:267:34681:34686 Atima Honduras +0.478969 aapg_ak_51.html aapg_ak_51.html:48:4699:4718 Smackover Columbia, South Carolina +0.476064 gsa_html_8863489299 gsa_html_8863489299:917:93971:93976 Crete Athens, Georgia +0.493812 aapg_aa_147.html aapg_aa_147.html:890:90738:90746 Deadwood Williston Basin +0.253506 sedimentology_html_2041096405 sedimentology_html_2041096405:119:10966:10979 A-1 Carbonate Guelph +0.240912 aapg_ak_135.html aapg_ak_135.html:522:61796:61804 Woodford California +0.28611 aapg_ah_428.html aapg_ah_428.html:270:33831:33842 Black River Middle Ordovician +0.250976 aapg_ac_335.html aapg_ac_335.html:172:16532:16538 Frisco Frisco, Texas +0.261057 cspg_html_3926542795 cspg_html_3926542795:8:619:639 Swan Hills Lacombe, Alberta +0.481792 cspg_html_7833083677 cspg_html_7833083677:2636:222917:222921 Nome Anchorage, Alaska +0.495159 aapg_ad_329.html aapg_ad_329.html:48:7344:7362 Onondaga Tioga, Texas +0.251988 aapg_ah_779.html aapg_ah_779.html:402:74646:74654 Onondaga Ontario, California +0.270738 aapg_ad_341.html aapg_ad_341.html:208:21807:21817 Shawangunk Pennsylvania +0.253935 cspg_html_7409170811 cspg_html_7409170811:194:27771:27783 Saskatchewan Lacombe, Alberta +0.4845 aapg_ah_561.html aapg_ah_561.html:200:28738:28744 Kaibab Colorado Plateau +0.460462 gsa_html_7120668170 gsa_html_7120668170:1180:99243:99249 Sonora Sonora +0.259077 aapg_ac_209.html aapg_ac_209.html:283:31056:31066 Washington Russia +0.253402 geology_html_3658211678 geology_html_3658211678:250:20283:20289 Arroyo Spain +0.269175 aapg_ah_231.html aapg_ah_231.html:52:4751:4760 Smackover Arkoma, Oklahoma +0.482328 cspg_html_9942234474 cspg_html_9942234474:452:51677:51685 Grosmont Lacombe, Alberta +0.255892 cspg_html_2184091860 cspg_html_2184091860:87:12569:12593 Mingan Middle Ordovician +0.510663 aapg_af_551.html aapg_af_551.html:33:3482:3509 Lake Valley Rift Valley lakes +0.471606 geology_html_8928184850 geology_html_8928184850:234:24075:24081 Oxford Pergamon Museum +0.496544 aapg_af_785.html aapg_af_785.html:8:1034:1054 Wilcox Carrizo Plain +0.473598 aapg_ah_622.html aapg_ah_622.html:84:9741:9749 Niobrara Niobrara, Nebraska +0.485645 sedimentology_html_2319942817 sedimentology_html_2319942817:16:1117:1145 Green River Logan, Utah +0.48776 aapg_ah_448.html aapg_ah_448.html:136:14281:14301 San Miguel Texas +0.481874 sedimentology_html_8107238150 sedimentology_html_8107238150:1343:88287:88294 Hampton Bolivia +0.4944 aapg_ad_11.html aapg_ad_11.html:164:23475:23495 Sentinel Butte Fort Union Trading Post National Historic Site +0.457884 aapg_af_579.html aapg_af_579.html:29:4369:4377 Colorado Colorado +0.403392 geology_html_5590413695 geology_html_5590413695:239:21844:21856 Owens Valley California +0.490167 gsa_html_2266546108 gsa_html_2266546108:1003:93125:93153 Green River New Mexico +0.488992 cspg_html_7102673197 cspg_html_7102673197:235:32278:32295 Cardium Lacombe, Alberta +0.263165 aapg_ad_11.html aapg_ad_11.html:28:2399:2415 Ludlow Hell Creek Formation +0.473879 AMJC_html_8522115051 AMJC_html_8522115051:528:51072:51078 Sierra Sierra Nevada (Spain) +0.264668 cspg_html_4498577775 cspg_html_4498577775:1019:81857:81865 Columbia Lacombe, Alberta +0.492531 aapg_ac_680.html aapg_ac_680.html:71:5090:5104 Woodbine East Texas +0.263652 cspg_html_9330018201 cspg_html_9330018201:116:18248:18262 Elko Elko, Nevada +0.25654 aapg_ac_449.html aapg_ac_449.html:97:9082:9090 Colorado Denver +0.477951 cspg_html_7378664643 cspg_html_7378664643:803:112240:112249 Leduc Lacombe, Alberta +0.249964 geology_html_1001858158 geology_html_1001858158:172:16252:16260 Columbia Victoria, British Columbia +0.47874 aapg_ae_454.html aapg_ae_454.html:157:13300:13319 Cotton Valley Shreveport, Louisiana +0.469559 gsa_html_7499737388 gsa_html_7499737388:722:52619:52624 Tidal Tulsa, Oklahoma +0.251496 gsa_html_8840132442 gsa_html_8840132442:851:85545:85553 Caldwell Beaumont, Texas +0.259077 cspg_html_6252417471 cspg_html_6252417471:342:51609:51631 Eureka Sound Bathurst Island (Northern Territory) +0.474759 aapg_ae_875.html aapg_ae_875.html:389:44130:44153 Trujillo Corozal Town +0.265698 cspg_html_3860685167 cspg_html_3860685167:979:89775:89796 Etherington Boulder Creek (Colorado) +0.476545 geology_html_5856149391 geology_html_5856149391:420:30760:30768 Victoria Victoria, British Columbia +0.40986 gsa_html_1040524378 gsa_html_1040524378:587:67642:67663 Green River Cheyenne, Wyoming +0.239117 cspg_html_9661038059 cspg_html_9661038059:284:41304:41324 Bow Island Lacombe, Alberta +0.512148 aapg_ae_473.html aapg_ae_473.html:198:18758:18771 Eutaw Montgomery (town), New York +0.243987 geology_html_5745933097 geology_html_5745933097:346:25275:25283 Virginia Maryland +0.49972 geology_html_8041131879 geology_html_8041131879:68:6903:6911 Temporal New Mexico +0.490795 cspg_html_9717154602 cspg_html_9717154602:423:51345:51366 Belly River Bow River +0.477225 aapg_ae_904.html aapg_ae_904.html:350:37021:37049 Spearfish Spearfish, South Dakota +0.230375 aapg_ac_720.html aapg_ac_720.html:118:15184:15190 Tinton Navesink River +0.70522 gsa_html_7193789775 gsa_html_7193789775:755:75696:75726 North Horn Logan, Utah +0.49896 aapg_ad_3.html aapg_ad_3.html:539:52637:52651 Chazy Virginia +0.476763 cspg_html_3328007773 cspg_html_3328007773:824:89777:89801 Boulder Creek Victoria, British Columbia +0.450247 aapg_ac_400.html aapg_ac_400.html:147:15136:15143 Bedford Luzerne County, Pennsylvania +0.270391 aapg_ae_795.html aapg_ae_795.html:248:30446:30463 Laramie Colorado +0.495471 gsa_html_7000426186 gsa_html_7000426186:55:3526:3554 Green River Iran +0.242968 aapg_ac_365.html aapg_ac_365.html:251:20730:20734 Ladd Mexico +0.258566 geology_html_3589777851 geology_html_3589777851:206:17447:17454 Andrews Canada +0.498 cspg_html_1019614994 cspg_html_1019614994:231:36220:36224 Open Lacombe, Alberta +0.395568 cspg_html_6252417471 cspg_html_6252417471:270:39508:39524 Kanguk Banks Island +0.261612 cspg_html_2383801070 cspg_html_2383801070:9:781:799 Kootenay Western world +0.27195 geology_html_7030361356 geology_html_7030361356:57:4786:4795 Peninsula Antarctica +0.238952 aapg_ae_959.html aapg_ae_959.html:1132:82854:82870 Putnam Texas +0.48278 aapg_af_406.html aapg_af_406.html:61:6697:6728 Madison Cheyenne, Wyoming +0.24948 aapg_aa_401.html aapg_aa_401.html:163:17528:17540 Fayetteville Western world +0.269297 aapg_af_502.html aapg_af_502.html:122:14879:14888 Smackover Arkansas +0.26884 gsa_html_5756232019 gsa_html_5756232019:896:78047:78053 Reston New Mexico +0.255987 gsa_html_4913703235 gsa_html_4913703235:254:27833:27852 Tuscarora Pennsylvania +0.480168 aapg_ad_683.html aapg_ad_683.html:413:41681:41699 Moenkopi Monument Valley +0.489005 gsa_html_4675429437 gsa_html_4675429437:239:17280:17290 San Felipe Gulf of California +0.453492 aapg_ae_4.html aapg_ae_4.html:299:34941:34955 Manning Canyon Logan, Utah +0.542136 aapg_af_668.html aapg_af_668.html:35:5597:5603 Pocono Pennsylvania +0.479043 aapg_ae_465.html aapg_ae_465.html:174:18535:18554 Smackover Lewisville, Texas +0.255936 gsa_html_3096615185 gsa_html_3096615185:78:8248:8267 Cambridge Argillite Boston Harbor +0.276108 aapg_ad_649.html aapg_ad_649.html:526:69181:69189 Colorado Denver +0.469887 gsa_html_7102550258 gsa_html_7102550258:356:40475:40499 Junction Creek Colorado +0.258 aapg_ad_283.html aapg_ad_283.html:413:45387:45397 San Andres Nashville Basin +0.250712 jgeology_html_7295927525 jgeology_html_7295927525:156:12246:12252 Provo Eocene +0.267225 aapg_ah_83.html aapg_ah_83.html:72:9624:9644 Lakota Fall River, Nova Scotia +0.252476 aapg_ai_469.html aapg_ai_469.html:418:48930:48938 Woodbend Lacombe, Alberta +0.493933 aapg_ah_157.html aapg_ah_157.html:174:24071:24078 Potsdam Illinois +0.27508 aapg_ac_708.html aapg_ac_708.html:76:8035:8043 Prospect Orange County, California +0.477698 aapg_af_288.html aapg_af_288.html:202:22918:22924 Sierra Mexico +0.2475 aapg_ac_659.html aapg_ac_659.html:8:1443:1449 Denver Washington (state) +0.480255 cspg_html_1456761793 cspg_html_1456761793:127:19977:19985 Columbia Lacombe, Alberta +0.268822 sedimentology_html_8006979411 sedimentology_html_8006979411:984:80051:80069 Kaskapau Logan, Utah +0.258516 jgeology_html_5371306130 jgeology_html_5371306130:114:5455:5473 Woodbine Arkansas +0.253482 cspg_html_4924970281 cspg_html_4924970281:658:76538:76550 Saskatchewan Waseca, Minnesota +0.504695 aapg_ad_466.html aapg_ad_466.html:1340:143447:143457 Tuscaloosa Closter, New Jersey +0.453397 aapg_aa_191.html aapg_aa_191.html:497:49023:49043 Sheep Pass Reno, Nevada +0.273333 aapg_ae_62.html aapg_ae_62.html:10:1821:1828 Madison Williston, Vermont +0.248776 cspg_html_5541937700 cspg_html_5541937700:739:98742:98758 Viking Lacombe, Alberta +0.23571 aapg_ad_177.html aapg_ad_177.html:416:53636:53644 Billings Appalachian Mountains +0.256649 gsa_html_2541258832 gsa_html_2541258832:1049:75575:75585 San Felipe Baja California peninsula +0.48984 palaios_html_2623970001 palaios_html_2623970001:734:62980:63002 Beaufort South Africa +0.24139 cspg_html_6306091047 cspg_html_6306091047:758:102824:102844 Baldonnel Victoria, British Columbia +0.47012 cspg_html_3850954719 cspg_html_3850954719:6:363:370 Muskiki Victoria, British Columbia +0.479245 cspg_html_1025724640 cspg_html_1025724640:456:62691:62699 Montreal Montreal +0.281302 aapg_ac_211.html aapg_ac_211.html:9:1401:1406 Banff Lacombe, Alberta +0.501568 aapg_ad_153.html aapg_ad_153.html:391:39361:39368 Renault Illinois +0.266616 cspg_html_4176605708 cspg_html_4176605708:350:33798:33820 Fish Scales Westgate, Canterbury +0.254514 palaios_html_4782349341 palaios_html_4782349341:385:42480:42486 Borden Bloomington, Indiana +0.484059 aapg_af_3.html aapg_af_3.html:802:78627:78642 Supai Arizona +0.2496 gsa_html_9266920022 gsa_html_9266920022:516:57788:57798 Tuscaloosa Alabama +0.503908 aapg_af_745.html aapg_af_745.html:457:63288:63304 Laurel Knoxville, Tennessee +0.483104 sedimentology_html_2884853283 sedimentology_html_2884853283:28:1890:1898 Edmonton Cambridge +0.514976 aapg_ae_73.html aapg_ae_73.html:466:61758:61776 Niobrara Las Vegas Strip +0.492926 cspg_html_9912281240 cspg_html_9912281240:709:76577:76599 Judith River Canada +0.27772 gsa_html_3816882354 gsa_html_3816882354:31:1995:2003 Columbia Victoria, British Columbia +0.489538 aapg_af_867.html aapg_af_867.html:79:9226:9232 Winona Wisconsin +0.480255 gsa_html_6982030333 gsa_html_6982030333:1369:124872:124878 Oregon Salem, Oregon +0.24353 cspg_html_5501097280 cspg_html_5501097280:91:14238:14254 Hector Western world +0.247434 aapg_aa_913.html aapg_aa_913.html:247:22000:22012 Austin Chalk Buda, Texas +0.246568 aapg_ae_407.html aapg_ae_407.html:6:668:682 Alto Illinois +0.481514 sedimentology_html_3417381350 sedimentology_html_3417381350:1588:110376:110390 Monterey California +0.260096 aapg_ac_90.html aapg_ac_90.html:275:34022:34038 Navajo Logan, Utah +0.473 aapg_af_317.html aapg_af_317.html:1032:113558:113566 Virginia Reston, Virginia +0.26447 gsa_html_9152662653 gsa_html_9152662653:1135:99664:99674 Washington Piedmont (United States) +0.4835 aapg_af_11.html aapg_af_11.html:133:15325:15341 Elbert San Juan Mountains +0.491748 aapg_ae_628.html aapg_ae_628.html:238:22275:22288 Santa Barbara Cook Inlet +0.264708 aapg_ad_216.html aapg_ad_216.html:195:18708:18724 Peedee Charleston, South Carolina +0.724594 palaios_html_3306053371 palaios_html_3306053371:15:746:764 Moenkopi Logan, Utah +0.246506 aapg_ai_410.html aapg_ai_410.html:377:33201:33218 Hermosa Ouray, Colorado +0.46624 sedimentology_html_3865745685 sedimentology_html_3865745685:178:15357:15378 Shaftesbury Victoria, British Columbia +0.251883 aapg_ae_3.html aapg_ae_3.html:777:68140:68148 Columbia Victoria, British Columbia +0.256236 aapg_ah_678.html aapg_ah_678.html:605:76048:76067 Vicksburg Texas +0.243522 sedimentology_html_9529674449 sedimentology_html_9529674449:341:27529:27533 Hall London, Ontario +0.250344 geology_html_2345977738 geology_html_2345977738:322:27422:27442 Lawrence Canada +0.477084 sedimentology_html_3700457725 sedimentology_html_3700457725:801:42481:42491 Washington Seattle +0.470925 cspg_html_6306091047 cspg_html_6306091047:172:25279:25287 Pardonet Victoria, British Columbia +0.26052 sedimentology_html_3220122506 sedimentology_html_3220122506:1321:100824:100855 Yakataga Anchorage, Alaska +0.502857 sedimentology_html_5613495298 sedimentology_html_5613495298:166:14516:14522 Chinle Chinle Formation +0.236302 aapg_ae_112.html aapg_ae_112.html:373:31784:31794 Pittsburgh Canada +0.423845 cspg_html_4326384800 cspg_html_4326384800:239:28835:28856 Mount Hawk Victoria, British Columbia +0.48348 aapg_ad_691.html aapg_ad_691.html:116:13275:13295 Georgetown Texas +0.4735 aapg_ah_501.html aapg_ah_501.html:55:6455:6472 Edwards Comal County, Texas +0.258048 aapg_ad_379.html aapg_ad_379.html:63:6045:6065 Manning Canyon Pottsville, Pennsylvania +0.493056 gsa_html_2410263383 gsa_html_2410263383:29:2796:2824 Green River New Mexico +0.840876 gsa_html_3448554349 gsa_html_3448554349:473:46610:46625 Price Huntington, West Virginia +0.26775 aapg_ai_584.html aapg_ai_584.html:493:49315:49326 Broom Creek Cheyenne, Wyoming +0.251122 aapg_ai_787.html aapg_ai_787.html:407:43152:43165 Jackson Texas +0.310464 gsa_html_1217771406 gsa_html_1217771406:566:50470:50494 Monterey Santa Cruz Island +0.516256 aapg_ad_196.html aapg_ad_196.html:292:28479:28489 Fort Worth Venezuela +0.527015 aapg_ad_683.html aapg_ad_683.html:43:7217:7248 Chinle Dolores, Colorado +0.397404 cspg_html_3891690307 cspg_html_3891690307:6:337:345 Pine Key Melbourne, Florida +0.454566 AMJC_html_9709478395 AMJC_html_9709478395:504:46080:46093 Kona Dolomite South Africa +0.497596 aapg_ah_318.html aapg_ah_318.html:2035:183489:183508 La Casita Coahuila +0.255068 aapg_ae_114.html aapg_ae_114.html:69:10758:10779 Wichita Granite Wichita Mountains +0.484008 aapg_af_728.html aapg_af_728.html:587:61211:61217 Denver Colorado +0.501177 aapg_ae_915.html aapg_ae_915.html:98:6805:6811 Dakota Benton, Arkansas +0.50841 cspg_html_3068776384 cspg_html_3068776384:444:54037:54054 Cardium Lacombe, Alberta +0.272626 aapg_ad_880.html aapg_ad_880.html:19:2818:2836 Sundance Black Hills +0.252396 AMJC_html_8359893116 AMJC_html_8359893116:1432:125794:125798 Java Amsterdam +0.509374 aapg_ah_387.html aapg_ah_387.html:225:24950:24959 Knoxville Knoxville, Illinois +0.269824 aapg_af_719.html aapg_af_719.html:1062:92172:92178 Thrifty Nigeria +0.242853 aapg_ad_369.html aapg_ad_369.html:82:6666:6685 Sugar Bradford, Pennsylvania +0.475776 gsa_html_5736805405 gsa_html_5736805405:843:67408:67436 Green River Colorado +0.407417 aapg_ad_959.html aapg_ad_959.html:101:10203:10224 Clays Ferry Kentucky +0.479862 aapg_ae_973.html aapg_ae_973.html:736:55641:55657 Whitehorse Red River of the North +0.243 jgeology_html_2837808723 jgeology_html_2837808723:1567:79084:79090 Thrifty London, Ontario +0.261703 aapg_ah_535.html aapg_ah_535.html:81:14318:14323 Eagle Pennsylvania +0.261057 gsa_html_7940699692 gsa_html_7940699692:707:61258:61268 Washington Seattle +0.474635 aapg_ac_613.html aapg_ac_613.html:185:29005:29026 Cliff House San Juan, Argentina +0.26019 cspg_html_7117661916 cspg_html_7117661916:169:16618:16634 Shunda Lacombe, Alberta +0.499118 aapg_ad_2.html aapg_ad_2.html:849:120499:120512 Conococheague Trempealeau, Wisconsin +0.265221 aapg_ac_628.html aapg_ac_628.html:395:68058:68067 Flagstaff Flagstaff, Arizona +0.264528 aapg_ad_958.html aapg_ad_958.html:1007:104832:104837 Salem Salem, Massachusetts +0.25839 palaios_html_3614379982 palaios_html_3614379982:24:2780:2788 Niobrara Niobrara, Nebraska +0.387576 aapg_ad_918.html aapg_ad_918.html:351:45274:45292 Niobrara Nebraska +0.525419 gsa_html_7040053075 gsa_html_7040053075:1287:131393:131402 Fullerton California +0.245872 cspg_html_5141367518 cspg_html_5141367518:483:63252:63264 Beaver Mines Lacombe, Alberta +0.241572 gsa_html_3942625742 gsa_html_3942625742:516:44920:44932 Little River Metro Manila +0.260064 cspg_html_9157093462 cspg_html_9157093462:7:729:737 Columbia Victoria, British Columbia +0.27666 aapg_ad_258.html aapg_ad_258.html:262:28579:28597 Chemung Catskill Mountains +0.260268 sedimentology_html_7298419341 sedimentology_html_7298419341:973:60571:60602 Minturn Colorado +0.835954 aapg_ae_904.html aapg_ae_904.html:208:22487:22495 Deadwood Black Hills +0.499596 aapg_ae_198.html aapg_ae_198.html:1044:93038:93048 Bear River Great Basin +0.242374 cspg_html_7178716951 cspg_html_7178716951:53:7670:7688 Kootenay Canmore, Alberta +0.530335 aapg_aa_146.html aapg_aa_146.html:3:157:169 Pierre Black Hills +0.471606 sedimentology_html_9512899279 sedimentology_html_9512899279:884:50029:50053 Scripps California +0.2465 aapg_aa_684.html aapg_aa_684.html:310:28545:28559 Jelm John Crow Mountains +0.264195 cspg_html_2863271815 cspg_html_2863271815:478:55806:55822 Guelph Michigan Basin +0.496683 aapg_ac_475.html aapg_ac_475.html:34:5888:5905 Livingstone Western world +0.256027 geology_html_4301172553 geology_html_4301172553:305:23930:23951 Green River Cheyenne, Wyoming +0.259811 cspg_html_4385655879 cspg_html_4385655879:9:1028:1047 Woodbend Edmonton, London +0.838956 aapg_ac_986.html aapg_ac_986.html:697:90886:90906 Wind River Uinta Mountains +0.261576 aapg_ae_122.html aapg_ae_122.html:278:23864:23873 San Diego California +0.49685 aapg_ad_717.html aapg_ad_717.html:398:41449:41457 Wolfcamp Wichita, Kansas +0.464111 aapg_ae_581.html aapg_ae_581.html:674:73780:73786 Denver Colorado +0.484059 aapg_aa_787.html aapg_aa_787.html:385:44598:44604 Provo Texas +0.27825 gsa_html_2162821431 gsa_html_2162821431:1059:92638:92648 San Felipe California +0.475272 cspg_html_7178716951 cspg_html_7178716951:53:7455:7468 Elk Kootenay River +0.368145 aapg_ae_843.html aapg_ae_843.html:85:8035:8058 Almond Table Rock, Wyoming +0.265144 aapg_ai_4.html aapg_ai_4.html:33:4581:4587 Cierbo Monterey, California +0.429342 sedimentology_html_5613495298 sedimentology_html_5613495298:1446:78965:78996 Chinle Colorado +0.696696 aapg_af_808.html aapg_af_808.html:828:108393:108410 San Fernando Trinidad and Tobago +0.486402 jgeology_html_8406118991 jgeology_html_8406118991:112:8010:8018 Columbia Victoria, British Columbia +0.250228 cspg_html_5484260516 cspg_html_5484260516:982:77711:77724 Wabamun Lacombe, Alberta +0.25344 palaios_html_7076037184 palaios_html_7076037184:302:27608:27625 Abbott Illinois +0.269312 aapg_ah_645.html aapg_ah_645.html:197:24796:24801 Swift Cheyenne, Wyoming +0.50085 aapg_ae_959.html aapg_ae_959.html:848:63620:63630 San Andres Sacramento, California +0.270848 aapg_ae_805.html aapg_ae_805.html:248:29286:29291 Atoka Naco, Sonora +0.521718 aapg_ae_344.html aapg_ae_344.html:74:6932:6943 Haynesville Cotton Valley, Louisiana +0.470378 aapg_aa_537.html aapg_aa_537.html:256:30178:30184 Oswego Mississippi River +0.237384 cspg_html_8739892219 cspg_html_8739892219:38:7176:7184 Columbia Victoria, British Columbia +0.24849 palaios_html_3977026753 palaios_html_3977026753:585:57291:57300 San Diego Currie, Minnesota +0.277693 gsa_html_1783148177 gsa_html_1783148177:948:88922:88927 Nopah California +0.249488 aapg_aa_702.html aapg_aa_702.html:741:106990:107007 Edwards Texas +0.509956 aapg_aa_918.html aapg_aa_918.html:921:97168:97184 Dog Creek Lake City, Florida +0.259017 sedimentology_html_3694687055 sedimentology_html_3694687055:1686:75443:75460 Kuparuk Anchorage, Alaska +0.483585 gsa_html_2994204451 gsa_html_2994204451:15:926:932 Auburn Alabama +0.4731 gsa_html_2509147847 gsa_html_2509147847:673:74377:74386 Pocatello Washington (state) +0.266112 aapg_ah_360.html aapg_ah_360.html:5:698:718 Smackover Paluxy, Texas +0.458926 jgeology_html_8064855537 jgeology_html_8064855537:334:24116:24170 Uncompahgre Colorado +0.248003 gsa_html_7808051457 gsa_html_7808051457:562:52646:52663 Dotsero South Fork Eel River +0.24059 aapg_ae_492.html aapg_ae_492.html:288:24751:24757 Denver Colorado +0.703172 aapg_ad_3.html aapg_ad_3.html:536:52015:52026 Beekmantown Knoxville, Tennessee +0.427112 aapg_ac_925.html aapg_ac_925.html:4:703:720 Forbes Gualala, California +0.488696 jgeology_html_1570657657 jgeology_html_1570657657:527:47505:47514 Esperanza El Abra +0.248508 aapg_ae_6.html aapg_ae_6.html:278:30200:30204 Buda Karnes County, Texas +0.241542 geology_html_7251669219 geology_html_7251669219:11:499:505 Denver Colorado +0.245784 aapg_ae_371.html aapg_ae_371.html:193:19779:19795 Lakota Black Hills +0.483108 aapg_ai_899.html aapg_ai_899.html:256:25423:25431 Colorado Denver +0.498078 aapg_aa_912.html aapg_aa_912.html:494:68580:68584 Java California +0.498847 cspg_html_6134774167 cspg_html_6134774167:402:45146:45163 Cardium Canada +0.479 cspg_html_2462765529 cspg_html_2462765529:264:41293:41301 Columbia Victoria, British Columbia +0.477675 cspg_html_1509800797 cspg_html_1509800797:57:6873:6886 Blood Reserve Cypress Hills, Brooklyn +0.259534 aapg_aa_106.html aapg_aa_106.html:572:64370:64403 Duvernay Lacombe, Alberta +0.257045 aapg_ah_772.html aapg_ah_772.html:628:51381:51392 Bird Spring Reno, Nevada +0.482625 gsa_html_9597147043 gsa_html_9597147043:258:20353:20385 Talkeetna Kahiltna Glacier +0.267786 aapg_ai_157.html aapg_ai_157.html:118:15616:15622 Salina Salina, Kansas +0.494429 aapg_af_638.html aapg_af_638.html:3:332:356 Traverse Michigan +0.251412 cspg_html_4031489103 cspg_html_4031489103:340:50331:50352 Dutch Creek Victoria, British Columbia +0.263 cspg_html_1260733368 cspg_html_1260733368:354:43339:43361 Medicine Hat Regina, Saskatchewan +0.718393 aapg_af_785.html aapg_af_785.html:265:25416:25433 Wilcox Charlotte, North Carolina +0.49824 aapg_ad_466.html aapg_ad_466.html:1401:149137:149150 Monmouth Matawan, New Jersey +0.502516 aapg_aa_351.html aapg_aa_351.html:155:16543:16549 Wilcox Chattanooga, Tennessee +0.2595 aapg_aa_918.html aapg_aa_918.html:759:81100:81120 Whitehorse Cedar Hill, Texas +0.246506 aapg_ak_21.html aapg_ak_21.html:75:8857:8864 Madison Logan, Utah +0.487974 aapg_ad_808.html aapg_ad_808.html:1235:84437:84445 Frontier Niobrara, Nebraska +0.269345 cspg_html_7667087595 cspg_html_7667087595:189:20505:20523 Foremost Lacombe, Alberta +0.24157 geology_html_3258295035 geology_html_3258295035:87:8903:8908 Rapid Caribbean +0.374616 aapg_af_220.html aapg_af_220.html:74:9472:9493 Green River Uinta Mountains +0.452376 aapg_ai_962.html aapg_ai_962.html:397:29126:29130 Hess Texas +0.49538 aapg_aa_48.html aapg_aa_48.html:196:18715:18730 Tyler Cheyenne, Wyoming +0.248496 aapg_ad_52.html aapg_ad_52.html:883:95180:95199 Coldwater Huron County, Michigan +0.253482 aapg_ae_904.html aapg_ae_904.html:330:34922:34937 Galena Saunders County, Nebraska +0.473445 gsa_html_3855546953 gsa_html_3855546953:698:66386:66394 San Jose California +0.267716 aapg_ae_220.html aapg_ae_220.html:492:54017:54028 Arkadelphia Arkadelphia, Arkansas +0.266247 aapg_ai_468.html aapg_ai_468.html:250:30265:30278 Cotton Valley Shreveport, Louisiana +0.3838 aapg_af_263.html aapg_af_263.html:51:7549:7569 Otto Fiord Ellesmere Island +0.265056 sedimentology_html_1679652964 sedimentology_html_1679652964:673:46120:46130 Wolf Creek Eaton, Ohio +0.262944 aapg_af_653.html aapg_af_653.html:950:111530:111537 Temblor Monterey, California +0.46057 cspg_html_1876148744 cspg_html_1876148744:182:22412:22424 Rhode Island Barbados +0.25806 aapg_aa_357.html aapg_aa_357.html:263:23711:23717 Kaibab San Rafael Swell +0.246433 aapg_ai_17.html aapg_ai_17.html:1474:103754:103764 Pascagoula Alexandria, Virginia +0.2667 cspg_html_2283545366 cspg_html_2283545366:535:60405:60422 Halfway Victoria, British Columbia +0.264115 geology_html_3335667448 geology_html_3335667448:77:6561:6592 Rockland Rockland County, New York +0.476784 jgeology_html_2674389663 jgeology_html_2674389663:1132:68168:68174 Bethel Anchorage, Alaska +0.247988 aapg_ai_144.html aapg_ai_144.html:438:38737:38745 Kaskapau Colorado +0.258 palaios_html_2449649505 palaios_html_2449649505:13:560:572 Rhode Island Kingston, Jamaica +0.4864 aapg_ae_577.html aapg_ae_577.html:479:42952:42965 Woodbine Texas +0.50149 cspg_html_3762708087 cspg_html_3762708087:369:49887:49898 Viking Suffield, Connecticut +0.24926 cspg_html_5904948553 cspg_html_5904948553:71:10241:10249 Waterton Beaumont, Texas +0.23471 palaios_html_5162760373 palaios_html_5162760373:48:5974:5977 Arc Western world +0.509229 aapg_ad_860.html aapg_ad_860.html:98:8018:8050 Tensleep Red Springs, North Carolina +0.252464 cspg_html_5241714595 cspg_html_5241714595:453:69441:69446 Nisku Wood River (Oregon) +0.479655 palaios_html_6100595217 palaios_html_6100595217:536:59746:59758 Gosport Sand Gosport, Indiana +0.26574 cspg_html_7083999793 cspg_html_7083999793:54:7715:7725 Mount Head Meramec River +0.483406 gsa_html_4883039712 gsa_html_4883039712:124:12375:12391 Buff Bay Jamaica, Queens +0.503564 aapg_af_80.html aapg_af_80.html:5:535:548 Cotton Valley Hendry County, Florida +0.486912 aapg_ae_29.html aapg_ae_29.html:81:10051:10062 Mauch Chunk Pottsville, Pennsylvania +0.238865 sedimentology_html_7382984039 sedimentology_html_7382984039:2688:75830:75838 Columbia Victoria, British Columbia +0.472366 cspg_html_4031489103 cspg_html_4031489103:340:49988:50006 Sheppard Victoria, British Columbia +0.2652 gsa_html_2713524768 gsa_html_2713524768:575:50992:51012 Bossier Cotton Valley, Louisiana +0.265668 gsa_html_5295695236 gsa_html_5295695236:102:12170:12180 Rio Grande New Mexico +0.261476 cspg_html_4287356899 cspg_html_4287356899:3336:353516:353536 Assistance Russia +0.2585 aapg_af_886.html aapg_af_886.html:92:4435:4439 Frio Texas +0.482304 aapg_ai_49.html aapg_ai_49.html:158:17830:17846 Toroweap Arizona +0.506996 aapg_aa_148.html aapg_aa_148.html:199:22769:22781 Burro Canyon Logan, Utah +0.848788 aapg_ac_983.html aapg_ac_983.html:27:4794:4798 Drum Westerville, Ohio +0.466186 geology_html_5777537211 geology_html_5777537211:334:27172:27179 Francis Earth +0.251346 palaios_html_6411384130 palaios_html_6411384130:19:1078:1088 Florissant Florissant, Colorado +0.265125 geology_html_9004383999 geology_html_9004383999:106:10407:10425 Deadwood Regina, Saskatchewan +0.48786 gsa_html_8645043536 gsa_html_8645043536:1173:115385:115413 Green River Colorado +0.465687 aapg_ad_178.html aapg_ad_178.html:47:4612:4633 Assistance Victoria, British Columbia +0.247 cspg_html_5699627350 cspg_html_5699627350:414:51289:51305 Viking Lacombe, Alberta +0.479 gsa_html_1024107776 gsa_html_1024107776:940:96532:96552 Maringouin Pennsylvania +0.259854 aapg_ae_634.html aapg_ae_634.html:32:3291:3299 Niobrara Weld County, Colorado +0.260096 gsa_html_3365657149 gsa_html_3365657149:982:90668:90677 Newcastle Sydney Basin +0.228806 aapg_ai_249.html aapg_ai_249.html:78:12286:12292 Sierra Guatemala +0.484785 palaios_html_6528985782 palaios_html_6528985782:803:84119:84133 Beaufort South Africa +0.256486 aapg_af_298.html aapg_af_298.html:219:23729:23746 Cypress Webster County, Missouri +0.255016 cspg_html_1265381145 cspg_html_1265381145:195:20761:20769 Palliser Lacombe, Alberta +0.254518 jgeology_html_9553406759 jgeology_html_9553406759:892:69389:69395 Oxford Pergamon Museum +0.48756 aapg_af_143.html aapg_af_143.html:118:11121:11129 Mariposa Sierra Nevada (Spain) +0.257544 aapg_ai_49.html aapg_ai_49.html:221:26141:26166 Jelm Cheyenne, Wyoming +0.442242 aapg_aa_328.html aapg_aa_328.html:92:8008:8014 Tuxpan Francia +0.36225 aapg_ae_667.html aapg_ae_667.html:459:55668:55696 Green River Logan, Utah +0.27976 aapg_ac_641.html aapg_ac_641.html:122:15051:15057 Dakota Monmouth +0.261919 gsa_html_1409496185 gsa_html_1409496185:49:4135:4145 Washington Mount Rainier National Park +0.482878 cspg_html_3953809708 cspg_html_3953809708:595:59046:59065 Greenhorn Colorado +0.490728 gsa_html_3842354440 gsa_html_3842354440:909:76509:76537 Green River Colorado +0.462522 aapg_aa_495.html aapg_aa_495.html:83:11410:11418 Nacatoch Haynesville, Louisiana +0.48552 aapg_af_595.html aapg_af_595.html:146:11837:11856 Hartselle Jasper, Texas +0.246993 cspg_html_2796643803 cspg_html_2796643803:811:83570:83588 Mistaya Lacombe, Alberta +0.247379 cspg_html_4516258038 cspg_html_4516258038:62:8541:8550 Bay Fiord Bathurst Island (Northern Territory) +0.262636 cspg_html_2820961138 cspg_html_2820961138:547:58931:58951 Viking Colorado +0.692043 aapg_ah_604.html aapg_ah_604.html:158:11484:11501 Mooringsport Mississippi River +0.267189 aapg_aa_123.html aapg_aa_123.html:225:24074:24096 Charlie Lake Western world +0.264528 cspg_html_4937997995 cspg_html_4937997995:12:799:811 Attawapiskat Churchill River (Atlantic) +0.493296 geology_html_8979691507 geology_html_8979691507:239:24270:24280 Washington Boise, Idaho +0.249318 cspg_html_1962846283 cspg_html_1962846283:645:74023:74041 Kootenay Lacombe, Alberta +0.481206 sedimentology_html_3458220619 sedimentology_html_3458220619:187:16801:16805 Java Sumatra +0.508368 aapg_aa_340.html aapg_aa_340.html:13:1757:1763 Wilcox Wewoka, Oklahoma +0.27878 aapg_ah_814.html aapg_ah_814.html:69:7054:7064 Tuscaloosa Saratoga, California +0.436077 aapg_ac_366.html aapg_ac_366.html:19:3198:3207 Tonoloway Salina, Kansas +0.473796 gsa_html_3225734041 gsa_html_3225734041:744:62870:62891 Wissahickon Blue Ridge Mountains +0.266876 aapg_ae_473.html aapg_ae_473.html:147:12707:12717 Tuscaloosa Tuscaloosa, Alabama +0.250494 palaios_html_8014937086 palaios_html_8014937086:794:59657:59661 Wise Covington, Kentucky +0.273205 aapg_af_497.html aapg_af_497.html:357:29275:29294 Greenhorn Hittin +0.24552 gsa_html_6608619586 gsa_html_6608619586:562:52061:52067 Oregon Anchorage, Alaska +0.27664 cspg_html_4070367348 cspg_html_4070367348:16:1903:1913 Fort Worth Texas +0.248992 aapg_ah_411.html aapg_ah_411.html:121:14972:14980 Foremost Judith River Formation +0.468843 cspg_html_4115129593 cspg_html_4115129593:21:2561:2566 Yukon Victoria, British Columbia +0.268842 aapg_ac_513.html aapg_ac_513.html:67:7264:7268 Frio County Sligo +0.260099 aapg_ah_943.html aapg_ah_943.html:373:50354:50376 Shaftesbury Victoria, British Columbia +0.277704 aapg_ae_135.html aapg_ae_135.html:21:2018:2028 Tuscaloosa Paluxy, Texas +0.27604 aapg_ac_116.html aapg_ac_116.html:190:29227:29232 Queen Canada +0.486822 gsa_html_2832151886 gsa_html_2832151886:442:37967:37975 Columbia Victoria, British Columbia +0.248392 cspg_html_9872589627 cspg_html_9872589627:179:22817:22854 Charlie Lake Canada +0.528105 aapg_ae_26.html aapg_ae_26.html:120:13910:13914 Kope Lexington, Kentucky +0.466094 aapg_ad_865.html aapg_ad_865.html:369:36676:36691 Ouray Hermosa, Chicago +0.265584 cspg_html_2625728726 cspg_html_2625728726:80:12681:12686 Otter Earth +0.509775 aapg_aa_415.html aapg_aa_415.html:271:37991:38001 Brownstown Sevier County, Tennessee +0.45254 aapg_ac_666.html aapg_ac_666.html:71:7038:7044 Forest Venango, Pennsylvania +0.485224 aapg_ae_45.html aapg_ae_45.html:3:168:193 Smackover Shreveport, Louisiana +0.465959 aapg_ad_0.html aapg_ad_0.html:91:10164:10186 Mount Simon Franconia, New Hampshire +0.25186 aapg_ac_631.html aapg_ac_631.html:315:38723:38740 Bivouac Signal Mountain (Wyoming) +0.24846 aapg_aa_745.html aapg_aa_745.html:333:39989:40002 Brushy Canyon Texas +0.273006 cspg_html_4463164802 cspg_html_4463164802:775:69037:69048 Slave Point Victoria, British Columbia +0.257316 sedimentology_html_9289224221 sedimentology_html_9289224221:1361:92842:92864 Bonanza Middle East +0.268203 cspg_html_1222040397 cspg_html_1222040397:758:89301:89325 Gog Lacombe, Alberta +0.27918 aapg_ac_460.html aapg_ac_460.html:274:36109:36115 Brazil South America +0.47628 gsa_html_1679507393 gsa_html_1679507393:830:77807:77815 Columbia Reno, Nevada +0.258416 gsa_html_6971334714 gsa_html_6971334714:791:76896:76908 Fort Hancock West Texas +0.48443 aapg_aa_702.html aapg_aa_702.html:274:81557:81572 Elk Lacombe, Alberta +0.244856 cspg_html_5541937700 cspg_html_5541937700:266:37092:37112 Bow Island Lacombe, Alberta +0.254989 aapg_aa_328.html aapg_aa_328.html:387:28467:28475 Tamasopo San Juan, Argentina +0.476 cspg_html_3860685167 cspg_html_3860685167:979:89751:89764 Boulder Creek Lacombe, Alberta +0.499352 aapg_ad_329.html aapg_ad_329.html:94:13233:13247 Bedford Pennsylvania +0.480851 aapg_ai_49.html aapg_ai_49.html:571:74762:74773 Maroon Colorado +0.243036 sedimentology_html_8748254640 sedimentology_html_8748254640:1207:86996:87000 Hall London, Ontario +0.260096 aapg_ad_338.html aapg_ad_338.html:409:48847:48854 Raritan South Orange, New Jersey +0.26514 aapg_ae_519.html aapg_ae_519.html:241:26236:26254 Chemung Gilmer County, Georgia +0.25844 aapg_ac_313.html aapg_ac_313.html:214:24757:24774 Chochal Guatemala +0.471851 aapg_ai_82.html aapg_ai_82.html:383:42876:42886 Greenbrier Greenbrier (Great Smoky Mountains) +0.259475 aapg_ah_873.html aapg_ah_873.html:533:43512:43532 Cardium Lacombe, Alberta +0.255195 aapg_ah_685.html aapg_ah_685.html:363:40076:40084 Colorado Denver +0.475006 aapg_ai_594.html aapg_ai_594.html:303:32222:32228 Warsaw Colorado +0.241416 aapg_ai_274.html aapg_ai_274.html:182:18602:18612 Missisauga Logan, Utah +0.271872 aapg_aa_870.html aapg_aa_870.html:382:33853:33859 Dakota Lone Pine, California +0.500076 aapg_ah_157.html aapg_ah_157.html:176:24397:24406 Franconia Illinois +0.528816 aapg_ad_757.html aapg_ad_757.html:296:37742:37751 Maquoketa Richmond, California +0.256985 cspg_html_7326798603 cspg_html_7326798603:149:20401:20414 Parry Islands Ellesmere Island +0.257664 aapg_ac_882.html aapg_ac_882.html:428:40643:40663 Grant Lake Kentucky +0.902436 aapg_ac_629.html aapg_ac_629.html:538:65748:65754 Lissie Montgomery (town), New York +0.498316 gsa_html_6971334714 gsa_html_6971334714:892:84548:84555 El Paso El Paso, Texas +0.846858 aapg_ae_959.html aapg_ae_959.html:2661:192282:192299 Rustler Pecos River +0.2445 aapg_ah_962.html aapg_ah_962.html:134:14858:14863 Viola Ardmore, Pennsylvania +0.261085 sedimentology_html_4101202094 sedimentology_html_4101202094:429:43076:43086 Washington Charlotte Amalie, United States Virgin Islands +0.48864 gsa_html_9052101586 gsa_html_9052101586:496:60683:60694 Peoria Fox Valley (Illinois) +0.851292 aapg_af_785.html aapg_af_785.html:32:4317:4322 Bashi Mississippi River +0.254518 aapg_ah_876.html aapg_ah_876.html:566:69602:69621 San Marcos Llano, Texas +0.26367 cspg_html_4948472369 cspg_html_4948472369:228:20199:20216 Vaureal Anticosti Island +0.478332 cspg_html_5484260516 cspg_html_5484260516:8:945:965 Lodgepole Lacombe, Alberta +0.68586 aapg_ac_574.html aapg_ac_574.html:119:13622:13639 Wasatch Reno, Nevada +0.491824 gsa_html_1040524378 gsa_html_1040524378:406:47192:47203 Green River Absaroka +0.245916 aapg_ac_584.html aapg_ac_584.html:105:11563:11571 Chandler Colville River (Washington) +0.266252 cspg_html_1347848644 cspg_html_1347848644:434:48940:48946 Moscow Russia +0.466432 cspg_html_2729673354 cspg_html_2729673354:106:11094:11101 Cardium Bow Island Airport +0.526628 aapg_ad_3.html aapg_ad_3.html:339:32582:32593 Beekmantown Middle Ordovician +0.255528 sedimentology_html_7067645238 sedimentology_html_7067645238:983:79379:79389 Washington Whidbey Island +0.486837 aapg_aa_374.html aapg_aa_374.html:84:8661:8669 Colorado Denver +0.48896 gsa_html_8335323050 gsa_html_8335323050:1682:142539:142567 Green River Colorado +0.495645 aapg_ah_399.html aapg_ah_399.html:21:3514:3527 Turner Valley Williston, Vermont +0.25553 gsa_html_9053175553 gsa_html_9053175553:27:2034:2060 Flagstaff Logan, Utah +0.470869 palaios_html_8113714689 palaios_html_8113714689:23:1863:1871 Au Train Munising, Michigan +0.505164 aapg_ad_327.html aapg_ad_327.html:227:24572:24578 Carmel Carmel, Indiana +0.45504 aapg_ah_775.html aapg_ah_775.html:525:48629:48637 Colorado Colorado +0.474594 aapg_af_11.html aapg_af_11.html:596:61904:61913 Telluride Mesa, Arizona +0.237416 aapg_af_787.html aapg_af_787.html:137:15919:15932 Santa Barbara Santa Clara County, California +0.24795 aapg_aa_797.html aapg_aa_797.html:464:59815:59848 Elephant Canyon Grand County, Colorado +0.2495 gsa_html_1119256423 gsa_html_1119256423:571:51095:51109 Arikaree Platte River +0.273448 geology_html_4457003230 geology_html_4457003230:242:21729:21743 Beaufort South Africa +0.865648 cspg_html_8928894270 cspg_html_8928894270:407:53076:53096 Swan Hills Canada +0.264708 geology_html_8790205752 geology_html_8790205752:228:16116:16125 San Diego California +0.36278 aapg_af_384.html aapg_af_384.html:171:18344:18366 Vendom Fiord Ellesmere Island +0.262644 aapg_ae_319.html aapg_ae_319.html:657:54908:54922 Duchesne River Weber River +0.259518 sedimentology_html_4089685201 sedimentology_html_4089685201:1609:113647:113651 Hall London, Ontario +0.697128 sedimentology_html_7724789034 sedimentology_html_7724789034:1433:112910:112928 Chicotte Canada +0.4541 cspg_html_3854139935 cspg_html_3854139935:67:10514:10521 Pakowki Lacombe, Alberta +0.463638 gsa_html_1024107776 gsa_html_1024107776:940:96217:96235 Shepody Pennsylvania +0.404915 cspg_html_7083999793 cspg_html_7083999793:9:828:849 Etherington Western world +0.4788 aapg_ac_450.html aapg_ac_450.html:568:55668:55678 Santa Cruz Santa Cruz, California +0.517068 aapg_af_923.html aapg_af_923.html:9:1265:1273 Kootenai Great Falls (Missouri River) +0.2465 gsa_html_2385272553 gsa_html_2385272553:180:19602:19608 Oregon California +0.25654 cspg_html_1312400675 cspg_html_1312400675:128:15181:15195 St. Mary River Lacombe, Alberta +0.256011 cspg_html_3982722300 cspg_html_3982722300:203:23810:23838 Kishenehn Lacombe, Alberta +0.4883 geology_html_4687032620 geology_html_4687032620:109:14213:14218 Cadiz Guadalquivir +0.24341 cspg_html_3328007773 cspg_html_3328007773:968:98904:98925 Peace River Victoria, British Columbia +0.276667 aapg_aa_622.html aapg_aa_622.html:42:5666:5684 Moenkopi Colorado +0.25957 cspg_html_6306091047 cspg_html_6306091047:41:8107:8115 Columbia Lacombe, Alberta +0.24528 aapg_ae_187.html aapg_ae_187.html:97:9506:9514 Michigan Meramec River +0.244458 gsa_html_9233283294 gsa_html_9233283294:787:78246:78251 Yukon Canada +0.483581 cspg_html_9344966639 cspg_html_9344966639:19:2500:2526 Provincial Campbell River, British Columbia +0.471334 aapg_ac_628.html aapg_ac_628.html:254:40917:40938 Price Fruitland, Idaho +0.287127 aapg_ae_746.html aapg_ae_746.html:3:375:396 Gates Victoria, British Columbia +0.470322 gsa_html_8073290810 gsa_html_8073290810:753:70447:70451 Hall London, Ontario +0.906279 aapg_ae_45.html aapg_ae_45.html:43:6114:6123 Smackover Shreveport, Louisiana +0.267273 aapg_ai_584.html aapg_ai_584.html:26:2685:2704 Minnelusa Black Hills +0.486758 cspg_html_3447886929 cspg_html_3447886929:64:8153:8174 Lawrence Gentilly, Val-de-Marne +0.249991 aapg_ae_419.html aapg_ae_419.html:265:35279:35285 Sierra Coahuila +0.461252 cspg_html_5345848475 cspg_html_5345848475:1051:102116:102138 Medicine Hat Lacombe, Alberta +0.234234 aapg_ah_630.html aapg_ah_630.html:103:12784:12805 Grove Elk Creek, California +0.25194 cspg_html_1019614994 cspg_html_1019614994:662:97223:97239 Besa River Victoria, British Columbia +0.500835 aapg_aa_914.html aapg_aa_914.html:14:2223:2233 Palo Pinto Texas +0.259584 sedimentology_html_3946435200 sedimentology_html_3946435200:493:46369:46376 Francis London, Ontario +0.240297 cspg_html_5295390542 cspg_html_5295390542:57:7134:7142 Columbia Victoria, British Columbia +0.268786 cspg_html_4115156925 cspg_html_4115156925:54:8802:8819 Halfway Wembley Stadium +0.268686 AMJC_html_5982190223 AMJC_html_5982190223:33:3071:3119 Gorge Tanzania +0.486244 aapg_aa_93.html aapg_aa_93.html:5:470:490 Minnelusa Powder River (Montana) +0.254464 cspg_html_4407743346 cspg_html_4407743346:19:3355:3393 Muskeg Black Creek (Toronto) +0.269808 gsa_html_5227849965 gsa_html_5227849965:14:627:634 Windsor Ontario, California +0.2448 aapg_ai_105.html aapg_ai_105.html:195:22921:22938 Madison Uinta Mountains +0.269297 sedimentology_html_3865745685 sedimentology_html_3865745685:1695:115215:115233 Dunvegan Victoria, British Columbia +0.224352 aapg_ah_364.html aapg_ah_364.html:121:10154:10177 Detroit River County Roscommon +0.490232 aapg_ac_333.html aapg_ac_333.html:1056:127381:127400 Toroweap Kaibab, Arizona +0.266466 aapg_af_98.html aapg_af_98.html:3:170:186 Dakota New Mexico +0.248412 cspg_html_8556552074 cspg_html_8556552074:93:8047:8066 Cold Lake Lacombe, Alberta +0.48195 sedimentology_html_7708427167 sedimentology_html_7708427167:27:1799:1809 Washington Seattle +0.450098 cspg_html_5697056884 cspg_html_5697056884:252:25838:25856 Deadwood Western world +0.384237 cspg_html_4272664788 cspg_html_4272664788:35:5928:5946 Pekisko Lacombe, Alberta +0.240248 cspg_html_3328007773 cspg_html_3328007773:968:99019:99027 Columbia Victoria, British Columbia +0.49131 sedimentology_html_9626990209 sedimentology_html_9626990209:1321:97648:97668 Boss Point Maritimes +0.274744 aapg_aa_287.html aapg_aa_287.html:14:2462:2489 Viking Colorado +0.237168 geology_html_1846200922 geology_html_1846200922:306:28684:28689 Grove Earth +0.465993 gsa_html_1040524378 gsa_html_1040524378:900:89827:89848 Green River Logan, Utah +0.478235 cspg_html_7086880709 cspg_html_7086880709:273:34059:34067 Columbia Victoria, British Columbia +0.254478 aapg_ah_446.html aapg_ah_446.html:307:40470:40479 Jacalitos Monterey, California +0.48144 aapg_aa_775.html aapg_aa_775.html:257:24817:24824 Reforma Campeche, Campeche +0.266255 cspg_html_9119878068 cspg_html_9119878068:79:10112:10156 Waterways Swan Hill, Victoria +0.26565 cspg_html_4937997995 cspg_html_4937997995:628:62662:62683 Ekwan River East Pen Island +0.48545 aapg_af_879.html aapg_af_879.html:71:10375:10381 Moscow Moscow +0.488474 aapg_ai_975.html aapg_ai_975.html:1059:85730:85740 Duck Creek Fort Worth, Texas +0.26724 gsa_html_4438819447 gsa_html_4438819447:619:62640:62656 Dakota Logan, Utah +0.502425 aapg_ad_81.html aapg_ad_81.html:1082:177948:177959 Skull Creek Niobrara, Nebraska +0.497 gsa_html_6940957557 gsa_html_6940957557:1532:115267:115295 Green River Colorado +0.49764 gsa_html_9052101586 gsa_html_9052101586:499:60977:60988 Peoria Fox Valley (Illinois) +0.250194 aapg_ae_102.html aapg_ae_102.html:22:2326:2343 Tamabra Tampico, Illinois +0.480168 sedimentology_html_7244311893 sedimentology_html_7244311893:1248:67753:67770 Wapiabi Canada +0.26469 aapg_aa_566.html aapg_aa_566.html:137:17759:17767 Colorado Cheyenne, Wyoming +0.550449 aapg_ah_756.html aapg_ah_756.html:36:5913:5923 San Andres San Angelo, Texas +0.793364 aapg_ak_59.html aapg_ak_59.html:609:82074:82083 Knoxville Great Valley, New York +0.492297 geology_html_5825799037 geology_html_5825799037:363:29522:29542 Sheep Pass Salt Lake City +0.479688 aapg_ad_168.html aapg_ad_168.html:334:37051:37071 La Vieille Logan, Utah +0.492984 cspg_html_9771826320 cspg_html_9771826320:158:24886:24912 Kanguk Ellesmere Island +0.249831 gsa_html_3225734041 gsa_html_3225734041:13:714:720 Denver Colorado +0.239021 aapg_af_51.html aapg_af_51.html:236:26552:26568 Cutler Colorado +0.49647 aapg_ah_328.html aapg_ah_328.html:309:31974:31990 Dakota Cheyenne, Wyoming +0.26988 gsa_html_1047526579 gsa_html_1047526579:1045:103366:103372 Viking Earth +0.249711 cspg_html_7544078524 cspg_html_7544078524:294:36718:36726 Edmonton Ontario, California +0.485936 cspg_html_7307388012 cspg_html_7307388012:322:37601:37609 Columbia Lacombe, Alberta +0.269357 aapg_ai_146.html aapg_ai_146.html:4:491:506 Swift Lacombe, Alberta +0.503388 aapg_ad_267.html aapg_ad_267.html:69:6058:6067 Smackover Paluxy, Texas +0.48379 aapg_ai_490.html aapg_ai_490.html:75:6289:6298 Salt Lake Exmouth, Western Australia +0.266682 aapg_ad_930.html aapg_ad_930.html:49:6966:6983 Wasatch Green River Formation +0.3635 aapg_ac_414.html aapg_ac_414.html:364:41947:41964 Gerster Reno, Nevada +0.261612 aapg_ak_52.html aapg_ak_52.html:15:1666:1674 Woodbine County Sligo +0.483294 aapg_ai_567.html aapg_ai_567.html:596:75602:75611 San Diego Hawaii (island) +0.255021 aapg_ac_90.html aapg_ac_90.html:122:18900:18906 Oregon Reno, Nevada +0.241 cspg_html_1894459898 cspg_html_1894459898:256:28292:28303 Bluff Cayman Islands +0.471424 cspg_html_2013109828 cspg_html_2013109828:360:66643:66652 Gog Middle East +0.25452 sedimentology_html_2585830455 sedimentology_html_2585830455:75:7502:7512 Washington North Carolina +0.250712 gsa_html_5865982995 gsa_html_5865982995:1371:144697:144725 Green River Cheyenne, Wyoming +0.263088 gsa_html_3096615185 gsa_html_3096615185:742:64359:64372 Nahant Gabbro Cambridge, Massachusetts +0.49305 aapg_ah_72.html aapg_ah_72.html:245:29007:29022 Maquoketa Illinois +0.50784 sedimentology_html_3865745685 sedimentology_html_3865745685:1605:111832:111861 Dunvegan Canada +0.287196 aapg_ac_749.html aapg_ac_749.html:104:14624:14630 Guelph Guelph +0.479048 aapg_af_664.html aapg_af_664.html:18:2518:2528 San Andres Delaware +0.4545 aapg_ae_147.html aapg_ae_147.html:116:12783:12792 San Pedro Saugus, Massachusetts +0.50445 aapg_ae_98.html aapg_ae_98.html:6:789:795 Dakota Colorado +0.483736 gsa_html_6062330506 gsa_html_6062330506:781:76996:77037 Sandia New Mexico +0.241808 gsa_html_6589330144 gsa_html_6589330144:143:18314:18320 Peoria Loveland, Ohio +0.267093 aapg_ae_875.html aapg_ae_875.html:273:32562:32582 Cariblanco Puerto Rico +0.241077 aapg_ah_387.html aapg_ah_387.html:2619:282865:282881 Knoxville Knoxville, Illinois +0.261602 cspg_html_2803424832 cspg_html_2803424832:69:9922:9942 Assistance Melville Island (Canada) +0.23474 aapg_ac_473.html aapg_ac_473.html:438:59873:59906 Uncompahgre Colorado +0.47785 geology_html_5114001979 geology_html_5114001979:13:712:721 Milwaukee Milwaukee +0.2425 aapg_ah_283.html aapg_ah_283.html:490:57249:57255 Oregon McMinnville, Oregon +0.24378 aapg_ad_3.html aapg_ad_3.html:268:23571:23587 Nolichucky Missouri River +0.48858 aapg_ac_921.html aapg_ac_921.html:44:5642:5646 Elko Reno, Nevada +0.253402 geology_html_6173381301 geology_html_6173381301:396:29273:29301 Babine Victoria, British Columbia +0.2645 cspg_html_7576506617 cspg_html_7576506617:291:40654:40675 Ekwan River Moose River (Maine) +0.259518 sedimentology_html_4287650745 sedimentology_html_4287650745:1017:103678:103684 Reston Gulf Province +0.245967 sedimentology_html_9715489579 sedimentology_html_9715489579:864:36722:36733 Devils Hole Reno, Nevada +0.244625 aapg_af_789.html aapg_af_789.html:195:26330:26350 Hampshire Chemung, New York +0.236682 aapg_ac_867.html aapg_ac_867.html:756:102416:102435 Rock Springs Cheyenne, Wyoming +0.27136 aapg_ae_419.html aapg_ae_419.html:74:10525:10537 Huayacocotla Veracruz, Veracruz +0.495492 aapg_ah_631.html aapg_ah_631.html:104:13496:13504 Michigan Bloomington, Indiana +0.262135 cspg_html_6163691495 cspg_html_6163691495:158:14556:14563 Pekisko Lacombe, Alberta +0.496392 cspg_html_2208643572 cspg_html_2208643572:617:62720:62728 Columbia Victoria, British Columbia +0.248985 geology_html_7113954805 geology_html_7113954805:9:437:448 Mount Simon Illinois +0.495045 aapg_aa_761.html aapg_aa_761.html:602:76603:76620 Ivishak Prudhoe Bay Oil Field +0.277648 sedimentology_html_3200584564 sedimentology_html_3200584564:834:67125:67142 Cardium Lacombe, Alberta +0.492527 aapg_ac_518.html aapg_ac_518.html:19:2553:2560 Canning Gold Coast, Queensland +0.293727 aapg_ac_333.html aapg_ac_333.html:659:81285:81288 Abo San Juan, Argentina +0.26775 gsa_html_8030464622 gsa_html_8030464622:799:81395:81401 Reston Virginia +0.494769 aapg_ae_63.html aapg_ae_63.html:331:34053:34061 Prospect Absaroka +0.254625 sedimentology_html_8495645952 sedimentology_html_8495645952:29:1921:1928 Potsdam Germany +0.492993 aapg_aa_1.html aapg_aa_1.html:66:9264:9283 Knoxville Myrtle Creek, Oregon +0.498076 aapg_ad_564.html aapg_ad_564.html:4709:367887:367905 Frontier Cheyenne, Wyoming +0.503919 gsa_html_8948183517 gsa_html_8948183517:690:60887:60915 Green River Colorado +0.256432 aapg_ae_415.html aapg_ae_415.html:79:11388:11403 Byram Melbourne, Florida +0.252416 cspg_html_6306091047 cspg_html_6306091047:464:64179:64187 Columbia Victoria, British Columbia +0.246492 sedimentology_html_8989921425 sedimentology_html_8989921425:1969:145159:145163 Hall London, Ontario +0.26163 aapg_ac_4.html aapg_ac_4.html:518:41300:41314 Lisburne Anchorage, Alaska +0.517815 aapg_aa_200.html aapg_aa_200.html:80:8083:8099 Bighorn Dolomite Cheyenne, Wyoming +0.483041 gsa_html_6491840124 gsa_html_6491840124:892:73880:73885 Logan Boise, Idaho +0.25529 geology_html_7594699567 geology_html_7594699567:14:663:676 Santa Barbara California +0.835335 aapg_aa_957.html aapg_aa_957.html:79:7665:7674 Vicksburg Hockley +0.268308 gsa_html_1024107776 gsa_html_1024107776:931:94552:94571 Bluefield Greenbrier (Great Smoky Mountains) +0.735732 cspg_html_4516258038 cspg_html_4516258038:403:45968:45982 Thumb Mountain Bathurst Island (Northern Territory) +0.274567 aapg_ad_871.html aapg_ad_871.html:518:45754:45768 Traverse Antrim, County Antrim +0.250488 gsa_html_2374661120 gsa_html_2374661120:262:22907:22917 Bear River Boise, Idaho +0.48719 cspg_html_6925296423 cspg_html_6925296423:54:9355:9370 Leduc Canada +0.265221 aapg_aa_644.html aapg_aa_644.html:236:23339:23348 East Fork Turkey Creek, Louisiana +0.250498 cspg_html_9222238695 cspg_html_9222238695:88:13703:13723 Nikanassin Victoria, British Columbia +0.35249 aapg_ah_469.html aapg_ah_469.html:282:25386:25409 Cook Mountain Shreveport, Louisiana +0.254989 sedimentology_html_5309515972 sedimentology_html_5309515972:1036:72347:72367 Toro Chile +0.258039 aapg_af_91.html aapg_af_91.html:120:13079:13092 Blue Mountain Middle East +0.234175 aapg_aa_732.html aapg_aa_732.html:16:3392:3409 Edwards Texas +0.502021 gsa_html_6196726870 gsa_html_6196726870:1308:92553:92581 Green River Colorado +0.471735 sedimentology_html_1463603507 sedimentology_html_1463603507:823:60642:60667 Barstow Mojave Desert +0.49036 cspg_html_4422229045 cspg_html_4422229045:133:16988:16999 Mount Clark Keele +0.48768 cspg_html_8818854104 cspg_html_8818854104:61:9083:9091 Columbia Victoria, British Columbia +0.47628 cspg_html_3397138450 cspg_html_3397138450:1308:142378:142383 Price Lacombe, Alberta +0.257484 aapg_ad_715.html aapg_ad_715.html:159:19143:19153 Hartshorne Atoka, Oklahoma +0.26235 aapg_ae_74.html aapg_ae_74.html:435:40852:40868 Chinle Arizona +0.495257 gsa_html_1662492421 gsa_html_1662492421:826:68751:68779 Green River Colorado +0.271956 sedimentology_html_2963848220 sedimentology_html_2963848220:918:58045:58049 Bond Overland, Missouri +0.243987 aapg_ah_536.html aapg_ah_536.html:109:14512:14528 Walnut Texas +0.512416 sedimentology_html_7390870545 sedimentology_html_7390870545:27:1570:1582 Saskatchewan Canada +0.503812 aapg_ae_61.html aapg_ae_61.html:95:8746:8761 Heath Sumatra +0.4914 aapg_ai_49.html aapg_ai_49.html:625:82334:82344 Phosphoria New Mexico +0.469116 sedimentology_html_2208426700 sedimentology_html_2208426700:1567:80346:80373 Grosmont Lacombe, Alberta +0.504666 geology_html_8249852557 geology_html_8249852557:335:25621:25626 Utica New York State Museum +0.27864 aapg_ai_764.html aapg_ai_764.html:115:13261:13286 Oil Creek Texas +0.711794 aapg_ad_350.html aapg_ad_350.html:452:50129:50149 Beekmantown Huntington, West Virginia +0.27295 aapg_ad_821.html aapg_ad_821.html:285:18993:19001 Dinwoody Cheyenne, Wyoming +0.267285 aapg_ae_5.html aapg_ae_5.html:17:2206:2210 Earp Arizona +0.284622 gsa_html_7635660482 gsa_html_7635660482:493:42242:42270 Morrison Kingdom of Asturias +0.372442 palaios_html_5543030185 palaios_html_5543030185:278:29506:29524 Fillmore Logan, Utah +0.26832 aapg_ac_730.html aapg_ac_730.html:453:64962:64978 Toreva Mesa, Arizona +0.484848 gsa_html_8213519494 gsa_html_8213519494:651:64318:64335 Navajo Colorado +0.495616 cspg_html_3026112034 cspg_html_3026112034:94:9271:9297 Swan Hills Pine Brook, New Jersey +0.705558 aapg_ae_5.html aapg_ae_5.html:292:34506:34510 Earp Arizona +0.25443 geology_html_1504074288 geology_html_1504074288:278:23789:23798 Fullerton Pacific Grove, California +0.241077 gsa_html_1549665076 gsa_html_1549665076:15:762:766 Reno Reno, Nevada +0.504252 aapg_ai_28.html aapg_ai_28.html:662:64206:64215 Red River Texas +0.255955 aapg_ad_103.html aapg_ad_103.html:17:2151:2159 Columbia Columbia District +0.259534 gsa_html_7208175210 gsa_html_7208175210:1401:116408:116417 San Diego Reno, Nevada +0.258015 gsa_html_7782714579 gsa_html_7782714579:63:5214:5220 Sierra Great Valley, New York +0.27136 aapg_ah_283.html aapg_ah_283.html:505:59976:59986 Washington Washington (state) +0.467775 aapg_ad_812.html aapg_ad_812.html:8:1699:1716 Wanakah Colorado +0.25725 gsa_html_3677258183 gsa_html_3677258183:14:694:702 Colorado Denver +0.2754 aapg_ah_160.html aapg_ah_160.html:583:57953:57959 Salina Michigan +0.262236 cspg_html_2161417858 cspg_html_2161417858:45:6646:6652 Exshaw Lacombe, Alberta +0.27768 aapg_ai_573.html aapg_ai_573.html:49:7935:7942 Andrews Roosevelt County, Montana +0.512072 gsa_html_8003826422 gsa_html_8003826422:100:10766:10790 Morrison Sierra Nevada (Spain) +0.26558 aapg_aa_147.html aapg_aa_147.html:181:22983:23003 Interlake Inwood, New York +0.24849 sedimentology_html_1280732031 sedimentology_html_1280732031:1428:130419:130423 Ross Stroudsburg, Pennsylvania +0.064356 gsa_html_4415707577 gsa_html_4415707577:379:32090:32109 Red River Red River of the North +0.470745 sedimentology_html_6390126294 sedimentology_html_6390126294:1311:78758:78765 Halifax Canada +0.49036 cspg_html_2420029771 cspg_html_2420029771:963:94727:94744 Beekmantown Montreal +0.461472 aapg_ad_466.html aapg_ad_466.html:1154:123752:123770 Kirkwood Virginia +0.243936 gsa_html_3906036914 gsa_html_3906036914:488:49160:49169 Partridge Africa +0.46013 aapg_ad_2.html aapg_ad_2.html:910:127252:127259 Elbrook Pennsylvania +0.4978 aapg_aa_735.html aapg_aa_735.html:59:5478:5490 Warsaw Illinois +0.267776 aapg_ai_29.html aapg_ai_29.html:31:3991:3998 Reynosa Beeville, Texas +0.478116 aapg_ae_5.html aapg_ae_5.html:241:27781:27795 Earp Arizona +0.497202 aapg_aa_604.html aapg_aa_604.html:50:6677:6681 Java Borneo +0.243045 aapg_ad_110.html aapg_ad_110.html:653:70479:70493 Tensleep Colorado +0.475664 cspg_html_5170528958 cspg_html_5170528958:167:26368:26388 Swan Hills Canada +0.265221 aapg_ae_436.html aapg_ae_436.html:30:3099:3109 Stillwater Guernsey County, Ohio +0.518256 aapg_ah_476.html aapg_ah_476.html:59:8529:8539 Pottsville Ouachita Parish, Louisiana +0.476146 gsa_html_3429903648 gsa_html_3429903648:685:60609:60616 Laramie Natrona County, Wyoming +0.472382 gsa_html_4675429437 gsa_html_4675429437:15:501:514 Santa Barbara California +0.239072 aapg_ac_222.html aapg_ac_222.html:104:16570:16578 Colorado Denver +0.250472 palaios_html_7274959329 palaios_html_7274959329:14:770:778 Colorado Denver +0.274046 cspg_html_4937997995 cspg_html_4937997995:628:62572:62593 Ekwan River East Pen Island +0.268602 jgeology_html_9878256926 jgeology_html_9878256926:1026:83018:83024 Oxford Pergamon Museum +0.458926 aapg_af_964.html aapg_af_964.html:556:63291:63324 Saskatchewan Regina, Saskatchewan +0.494088 cspg_html_2175627313 cspg_html_2175627313:59:7248:7265 Montney Victoria, British Columbia +0.489056 aapg_ad_653.html aapg_ad_653.html:446:56425:56443 Isachsen Canada +0.259534 cspg_html_6259492324 cspg_html_6259492324:405:42706:42711 Canol Middle East +0.472473 cspg_html_2863271815 cspg_html_2863271815:518:62856:62872 Guelph Ontario, California +0.494328 gsa_html_1845165467 gsa_html_1845165467:30:2855:2883 Green River Colorado +0.47478 gsa_html_6982030333 gsa_html_6982030333:946:92735:92741 Oregon Salem, Oregon +0.43925 cspg_html_9725676031 cspg_html_9725676031:56:7820:7837 Sikanni Liard River, British Columbia +0.267734 jgeology_html_8066311560 jgeology_html_8066311560:1407:70758:70765 Blackie London, Ontario +0.45108 cspg_html_2184091860 cspg_html_2184091860:239:28228:28245 Romaine Anticosti Island +0.243747 jgeology_html_1380249798 jgeology_html_1380249798:292:17930:17948 Yorktown North Carolina +0.243522 cspg_html_2882304151 cspg_html_2882304151:44:8781:8799 Kootenay Lacombe, Alberta +0.502686 gsa_html_4424552172 gsa_html_4424552172:637:49548:49552 Pico Spain +0.47397 jgeology_html_4115179562 jgeology_html_4115179562:201:13592:13597 Knobs Martinsburg, Nebraska +0.890775 aapg_ah_678.html aapg_ah_678.html:479:57710:57727 Vicksburg San Marcos, California +0.680915 aapg_ah_632.html aapg_ah_632.html:40:6544:6572 Troutdale Portland, Oregon +0.486401 aapg_ai_468.html aapg_ai_468.html:285:35339:35369 Cotton Valley Shreveport, Louisiana +0.463398 palaios_html_9337106210 palaios_html_9337106210:194:26573:26581 Syracuse Rochester, Kent +0.26571 aapg_aa_339.html aapg_aa_339.html:48:3898:3904 Wilcox Fort Riley North, Kansas +0.280368 aapg_ae_73.html aapg_ae_73.html:496:66461:66477 Dakota New Mexico +0.487278 aapg_ac_742.html aapg_ac_742.html:7:1095:1118 Gypsum Spring Black Hills +0.260091 palaios_html_9669360804 palaios_html_9669360804:41:3670:3687 Cutler New Mexico +0.27702 aapg_ac_967.html aapg_ac_967.html:200:21951:21967 John Day Ashwood, Oregon +0.247296 cspg_html_1103118378 cspg_html_1103118378:211:30623:30628 Yukon Victoria, British Columbia +0.488136 cspg_html_7378664643 cspg_html_7378664643:209:38574:38597 Grosmont Canada +0.268224 aapg_ae_419.html aapg_ae_419.html:2599:173432:173449 La Pena Coahuila +0.2565 cspg_html_2650073471 cspg_html_2650073471:11:1083:1090 Eastend Cypress Hills, Brooklyn +0.425078 aapg_ae_415.html aapg_ae_415.html:780:96774:96796 Chickasawhay Flint River (Michigan) +0.4755 aapg_ad_174.html aapg_ad_174.html:631:63227:63286 Gibson San Juan, Argentina +0.267786 AMJC_html_7278640698 AMJC_html_7278640698:73:9626:9634 Columbia Moberly, Missouri +0.444815 aapg_aa_399.html aapg_aa_399.html:546:53268:53274 Viking Fabyan Windmill +0.473394 aapg_ae_777.html aapg_ae_777.html:151:17924:17938 Espiritu Santo Pecos River +0.250444 aapg_af_976.html aapg_af_976.html:238:35408:35416 Colorado Denver +0.254478 cspg_html_4287356899 cspg_html_4287356899:486:70209:70216 Ettrain Western world +0.477543 gsa_html_8242519939 gsa_html_8242519939:29:2796:2824 Green River Colorado +0.498002 aapg_ae_4.html aapg_ae_4.html:294:34112:34126 Chainman Reno, Nevada +0.49192 gsa_html_9751027134 gsa_html_9751027134:31:2729:2757 Green River Iran +0.274551 cspg_html_1019614994 cspg_html_1019614994:445:75028:75034 Exshaw Lacombe, Alberta +0.267716 aapg_ac_4.html aapg_ac_4.html:597:45840:45846 Forbes Anchorage, Alaska +0.240534 geology_html_1762704695 geology_html_1762704695:16:864:872 Colorado Denver +0.257446 cspg_html_3854139935 cspg_html_3854139935:133:21982:22001 Foremost Lacombe, Alberta +0.2667 aapg_ah_160.html aapg_ah_160.html:591:58274:58278 Lane Michigan +0.5302 aapg_aa_2.html aapg_aa_2.html:189:17164:17171 Cardium Lacombe, Alberta +0.26112 gsa_html_9072249913 gsa_html_9072249913:589:56531:56559 Green River Iran +0.244348 cspg_html_8477386212 cspg_html_8477386212:91:11590:11617 Wabamun Lacombe, Alberta +0.249471 cspg_html_3016068951 cspg_html_3016068951:20:1954:1985 Charles Regina, Saskatchewan +0.26 aapg_ae_973.html aapg_ae_973.html:1137:89669:89679 Salt Plain Delaware +0.267288 aapg_ac_837.html aapg_ac_837.html:273:24147:24167 Phosphoria Cheyenne, Wyoming +0.246456 aapg_ah_416.html aapg_ah_416.html:91:7633:7643 Milk River Milk River, Alberta +0.48829 aapg_aa_731.html aapg_aa_731.html:143:18276:18288 Wilcox Texas +0.489328 aapg_ae_65.html aapg_ae_65.html:405:40261:40267 Casper Cheyenne, Wyoming +0.870233 aapg_ah_329.html aapg_ah_329.html:318:30703:30710 Sisquoc Monterey, California +0.27606 aapg_ae_516.html aapg_ae_516.html:223:22245:22265 Salina Antrim, County Antrim +0.244989 geology_html_3566156471 geology_html_3566156471:249:18538:18544 Walker Cambridge +0.2655 aapg_ad_351.html aapg_ad_351.html:472:42038:42057 Northview Webster County, Missouri +0.266562 gsa_html_3521452491 gsa_html_3521452491:787:66751:66765 Beaufort South Africa +0.245935 AMJC_html_5298823237 AMJC_html_5298823237:669:64835:64843 Patapsco Baltimore +0.374396 sedimentology_html_3455721661 sedimentology_html_3455721661:764:51621:51638 Entrada New Mexico +0.237948 aapg_ac_720.html aapg_ac_720.html:24:3155:3164 New Egypt Navesink River +0.253692 aapg_ae_431.html aapg_ae_431.html:161:15669:15689 Fort Scott Fort Scott National Historic Site +0.458609 aapg_ai_987.html aapg_ai_987.html:24:2567:2580 Turner Valley Canada +0.50244 cspg_html_3860685167 cspg_html_3860685167:298:33120:33141 Etherington Nelson, New Zealand +0.25449 cspg_html_8739892219 cspg_html_8739892219:340:46235:46243 Columbia Victoria, British Columbia +0.266266 aapg_af_444.html aapg_af_444.html:632:61229:61234 Husky Karak District +0.255488 aapg_ac_846.html aapg_ac_846.html:37:6463:6480 Bandera Illinois +0.495726 aapg_ae_182.html aapg_ae_182.html:373:39330:39341 Pine Island Bellevue, Nebraska +0.270738 gsa_html_8833777630 gsa_html_8833777630:353:44238:44246 Colorado Rio Grande +0.47684 aapg_af_880.html aapg_af_880.html:484:72466:72487 Bird Spring Supai, Arizona +0.25896 cspg_html_5241714595 cspg_html_5241714595:453:69650:69665 Nisku Wood River (Oregon) +0.257033 aapg_ae_916.html aapg_ae_916.html:312:35840:35854 Colorado Colorado +0.494758 cspg_html_6701095516 cspg_html_6701095516:560:52407:52428 Cardium Lacombe, Alberta +0.244474 palaios_html_7076037184 palaios_html_7076037184:759:63161:63174 Galena Platteville, Colorado +0.249038 aapg_ad_466.html aapg_ad_466.html:211:27038:27050 Mount Laurel Navesink River +0.259578 gsa_html_1997423355 gsa_html_1997423355:138:16421:16429 Columbia Snake River Canyon (Idaho) +0.470704 gsa_html_9888767960 gsa_html_9888767960:708:70251:70279 Green River Colorado +0.252973 cspg_html_3804945581 cspg_html_3804945581:172:22210:22228 Scollard Woodlake, Texas +0.3528 palaios_html_2399848899 palaios_html_2399848899:589:52647:52667 Tuscaloosa Alabama +0.487438 cspg_html_8250500468 cspg_html_8250500468:35:4715:4756 Dunvegan Lacombe, Alberta +0.253575 aapg_ae_367.html aapg_ae_367.html:173:18371:18377 Reklaw Charlotte, North Carolina +0.267145 aapg_af_50.html aapg_af_50.html:230:22259:22267 Colorado Avon (county) +0.267225 aapg_ai_584.html aapg_ai_584.html:1223:124466:124470 Open Cheyenne, Wyoming +0.25823 cspg_html_8312989046 cspg_html_8312989046:105:13681:13697 Bowser Anchorage, Alaska +0.835035 aapg_ae_419.html aapg_ae_419.html:1344:107834:107848 Buda Texas +0.26622 aapg_ah_340.html aapg_ah_340.html:14:1742:1762 Duck Creek Texas +0.26468 aapg_ad_466.html aapg_ad_466.html:191:22450:22472 Mount Laurel Atlantic Highlands, New Jersey +0.485645 aapg_ac_260.html aapg_ac_260.html:161:21484:21490 Pocono Atoka, Oklahoma +0.257388 aapg_aa_47.html aapg_aa_47.html:211:23131:23147 Sandia New Mexico +0.25578 aapg_aa_37.html aapg_aa_37.html:68:9208:9229 Bird Spring Reno, Nevada +0.28143 sedimentology_html_3021996168 sedimentology_html_3021996168:623:35398:35404 Oxford Pergamon Museum +0.494966 aapg_ae_973.html aapg_ae_973.html:794:60965:60973 Grayburg Delaware +0.490716 aapg_ah_644.html aapg_ah_644.html:138:16391:16397 Nesson Williston Basin +0.25382 cspg_html_9735723617 cspg_html_9735723617:262:33181:33201 Blue Fiord Melville Island (Canada) +0.506142 aapg_ae_974.html aapg_ae_974.html:317:32419:32423 Frio Zapata County, Texas +0.253967 geology_html_7998892542 geology_html_7998892542:282:21199:21204 Price Benguela Current +0.488005 aapg_ae_419.html aapg_ae_419.html:769:73334:73354 San Felipe Guatemala +0.47565 aapg_ae_884.html aapg_ae_884.html:109:14356:14365 Fruitland Mancos, Colorado +0.406725 cspg_html_3772380029 cspg_html_3772380029:728:89917:89938 Ekwan River Ontario, California +0.500511 palaios_html_6100595217 palaios_html_6100595217:141:16673:16690 Lisbon Gosport, Indiana +0.246648 sedimentology_html_6714245905 sedimentology_html_6714245905:557:45041:45049 Colorado Pueblo, Colorado +0.502603 cspg_html_9729377176 cspg_html_9729377176:94:10831:10849 Pardonet Victoria, British Columbia +0.250937 gsa_html_9353787239 gsa_html_9353787239:729:66572:66603 Crystal Spring Arizona +0.267 aapg_ac_333.html aapg_ac_333.html:337:43949:43954 Supai Reno, Nevada +0.491825 aapg_ai_112.html aapg_ai_112.html:61:12357:12365 Waccamaw Melbourne, Florida +0.488448 aapg_ae_642.html aapg_ae_642.html:76:7146:7159 Cotton Valley Bossier Parish, Louisiana +0.251502 gsa_html_7199417381 gsa_html_7199417381:524:52450:52458 Arikaree Sand Hills (Nebraska) +0.50255 aapg_ae_941.html aapg_ae_941.html:128:14602:14609 Arcadia Shelby County, Alabama +0.517482 gsa_html_5081991493 gsa_html_5081991493:153:15590:15611 Green River Uinta Mountains +0.468462 gsa_html_2717448156 gsa_html_2717448156:290:32591:32603 Yellowjacket Deep Creek, Virginia +0.26471 gsa_html_1636483297 gsa_html_1636483297:950:81373:81379 Casper Cheyenne, Wyoming +0.471801 cspg_html_3023030263 cspg_html_3023030263:33:5177:5199 Medicine Hat Lacombe, Alberta +0.475664 cspg_html_2954223000 cspg_html_2954223000:651:93125:93137 Owens Valley San Joaquin River +0.265104 aapg_ah_505.html aapg_ah_505.html:1455:116570:116583 Fountain Western world +0.25137 cspg_html_2253842195 cspg_html_2253842195:47:7066:7089 Boulder Creek Middle East +0.492036 aapg_ai_388.html aapg_ai_388.html:154:14777:14792 Mesaverde Colorado +0.48951 aapg_ac_517.html aapg_ac_517.html:12:1296:1305 Keg River Lacombe, Alberta +0.237644 sedimentology_html_1463603507 sedimentology_html_1463603507:1104:72038:72063 Barstow California +0.265967 cspg_html_1260733368 cspg_html_1260733368:55:8809:8831 Medicine Hat Niobrara, Nebraska +0.490167 cspg_html_3627006433 cspg_html_3627006433:721:73840:73860 Milk River Canada +0.241462 geology_html_7113954805 geology_html_7113954805:15:886:894 Colorado Denver +0.253402 palaios_html_3977026753 palaios_html_3977026753:67:9530:9536 Warner Lacombe, Alberta +0.254881 gsa_html_4824339911 gsa_html_4824339911:766:79027:79037 Las Cruces Mexico +0.472294 aapg_ae_63.html aapg_ae_63.html:372:38301:38319 Adaville Evanston, Wyoming +0.466736 aapg_ae_428.html aapg_ae_428.html:936:73671:73688 Mascall Great Basin +0.267264 aapg_ac_35.html aapg_ac_35.html:316:28347:28353 Denver Colorado +0.242 aapg_ac_198.html aapg_ac_198.html:283:24841:24857 Mt Lytton Texas +0.486588 cspg_html_9119878068 cspg_html_9119878068:57:7284:7298 Fort Vermilion Swan Hill, Victoria +0.25636 aapg_ae_574.html aapg_ae_574.html:302:42047:42055 Colorado Denver +0.248517 aapg_ae_4.html aapg_ae_4.html:214:24308:24328 Deep Creek Deep Creek Mountains +0.258981 aapg_ae_157.html aapg_ae_157.html:54:4748:4764 Maroon Colorado +0.353256 aapg_aa_724.html aapg_aa_724.html:86:9054:9070 Lehman Logan, Utah +0.470808 aapg_ac_569.html aapg_ac_569.html:295:41519:41540 Kayak Shale Anchorage, Alaska +0.463083 cspg_html_5450075884 cspg_html_5450075884:7:973:981 Lea Park Colorado +0.248952 aapg_ai_95.html aapg_ai_95.html:23:2283:2290 El Abra Matamoros, Tamaulipas +0.500835 aapg_ae_226.html aapg_ae_226.html:14:2399:2413 Point Pleasant Kanawha River +0.674259 cspg_html_9343899465 cspg_html_9343899465:579:55696:55708 Hecla Bay Bathurst Island (Northern Territory) +0.515712 aapg_ad_350.html aapg_ad_350.html:272:28115:28128 Chemung Terra Alta +0.478807 aapg_af_98.html aapg_af_98.html:170:15458:15462 Wendover Nebraska +0.256035 aapg_ai_367.html aapg_ai_367.html:366:24768:24785 Temblor Rancho Santa Margarita, California +0.48822 cspg_html_9222238695 cspg_html_9222238695:542:63642:63650 Columbia Victoria, British Columbia +0.482895 cspg_html_4364132564 cspg_html_4364132564:6:385:402 Cantuar Regina, Saskatchewan +0.12084 aapg_ad_784.html aapg_ad_784.html:386:40491:40499 Monterey Simi Valley +0.241462 aapg_aa_696.html aapg_aa_696.html:676:74362:74370 Colorado Logan, Utah +0.264368 aapg_ae_71.html aapg_ae_71.html:326:30190:30206 Carmel Carmel, Indiana +0.257554 aapg_aa_267.html aapg_aa_267.html:445:37448:37455 Kanawha Greenbrier (Great Smoky Mountains) +0.2515 aapg_af_11.html aapg_af_11.html:418:41656:41671 Ouray Leadville, Colorado +0.496228 sedimentology_html_3455721661 sedimentology_html_3455721661:319:24430:24437 Entrada Entrada Sandstone +0.442719 cspg_html_4319383223 cspg_html_4319383223:44:7236:7251 Liard Victoria, British Columbia +0.27248 cspg_html_3447886929 cspg_html_3447886929:136:16414:16426 Utica Quebec City +0.49646 aapg_ah_496.html aapg_ah_496.html:24:1970:1988 Fayetteville Mississippi River +0.48864 aapg_ac_626.html aapg_ac_626.html:3:216:224 Virginia Virginia +0.497175 cspg_html_7675189126 cspg_html_7675189126:363:47345:47353 Columbia Victoria, British Columbia +0.492412 aapg_ah_978.html aapg_ah_978.html:216:21512:21521 Jacalitos Coalinga, California +0.24384 aapg_aa_732.html aapg_aa_732.html:36:6528:6545 Edwards Balcones Fault +0.470934 aapg_ae_928.html aapg_ae_928.html:676:49020:49039 Smackover Cotton Valley, Louisiana +0.242544 jgeology_html_7591890576 jgeology_html_7591890576:78:3361:3367 Oregon Salem, Oregon +0.442716 cspg_html_3627006433 cspg_html_3627006433:623:67703:67725 Grand Rapids CFB Cold Lake +0.264578 cspg_html_2865093674 cspg_html_2865093674:43:6997:7019 Gog Jasper National Park +0.262446 aapg_ae_370.html aapg_ae_370.html:404:36171:36182 Keasey Alabama +0.490546 cspg_html_9717154602 cspg_html_9717154602:170:23557:23564 Bearpaw Lacombe, Alberta +0.71961 aapg_ah_96.html aapg_ah_96.html:69:8790:8808 Deadwood Black Hills +0.240084 cspg_html_5541725202 cspg_html_5541725202:103:13556:13567 Mabou Riversdale, New Zealand +0.267764 gsa_html_7137974267 gsa_html_7137974267:12:530:542 Saskatchewan Regina, Saskatchewan +0.480868 aapg_ah_399.html aapg_ah_399.html:10:1652:1664 Saskatchewan Canada +0.26571 aapg_ac_719.html aapg_ac_719.html:252:29970:29991 Farisita Huerfano, New Mexico +0.683982 aapg_ai_583.html aapg_ai_583.html:43:7218:7232 Sundance Powder River (Montana) +0.496071 gsa_html_8076575690 gsa_html_8076575690:1322:99440:99447 Dunedin Timaru +0.278384 aapg_aa_647.html aapg_aa_647.html:134:10216:10225 Tuscarora Ohio +0.24549 sedimentology_html_2078363788 sedimentology_html_2078363788:673:55435:55439 Hall London, Ontario +0.25948 aapg_af_143.html aapg_af_143.html:230:23222:23243 Otter Gold Beach +0.252464 aapg_ah_206.html aapg_ah_206.html:103:14817:14834 Madison Melbourne, Florida +0.272459 aapg_ai_515.html aapg_ai_515.html:152:17607:17629 Green River Uinta Mountains +0.237165 aapg_aa_928.html aapg_aa_928.html:394:46310:46326 Bluff Western world +0.266207 aapg_af_880.html aapg_af_880.html:567:87160:87173 Wolfcamp Populus sect. Aegiros +0.271656 aapg_ah_96.html aapg_ah_96.html:636:69160:69178 Winnipeg Lacombe, Alberta +0.25908 aapg_aa_648.html aapg_aa_648.html:171:20087:20094 Norfolk Cape Hatteras Light +0.242544 cspg_html_6334734829 cspg_html_6334734829:233:24830:24848 Tantalus Indian River (Florida) +0.492462 cspg_html_6163998187 cspg_html_6163998187:523:60170:60178 Columbia Canada +0.2445 aapg_ae_293.html aapg_ae_293.html:215:25479:25485 Oregon Reno, Nevada +0.245952 aapg_ac_216.html aapg_ac_216.html:37:3995:4001 Midway Hitchcock County, Nebraska +0.267264 gsa_html_5601712699 gsa_html_5601712699:876:75775:75799 Modelo California +0.490782 aapg_aa_621.html aapg_aa_621.html:602:72392:72410 Frontier Cheyenne, Wyoming +0.273996 jgeology_html_2401877359 jgeology_html_2401877359:1185:70631:70649 Glenwood Michigan Basin +0.257284 aapg_af_901.html aapg_af_901.html:214:21619:21625 Midway Anderson County, South Carolina +0.50076 aapg_ac_333.html aapg_ac_333.html:1040:125537:125557 Phosphoria Logan, Utah +0.468512 gsa_html_6281658899 gsa_html_6281658899:575:67611:67639 Green River Cheyenne, Wyoming +0.498066 geology_html_2052091332 geology_html_2052091332:257:20285:20290 Piper Texas +0.249494 aapg_ai_791.html aapg_ai_791.html:205:32689:32706 El Plan Honduras +0.379532 aapg_ah_871.html aapg_ah_871.html:437:48739:48746 Pamelia Lowville (town), New York +0.478028 cspg_html_3178645840 cspg_html_3178645840:250:28621:28641 Baldonnel Western world +0.481626 cspg_html_1781462584 cspg_html_1781462584:137:16796:16809 Madison Arizona +0.256432 sedimentology_html_3181527419 sedimentology_html_3181527419:40:3804:3820 Supai Arizona +0.49408 aapg_ai_861.html aapg_ai_861.html:3:237:254 Ivishak North Slope Borough, Alaska +0.236096 aapg_af_50.html aapg_af_50.html:862:76821:76829 Colorado Colorado +0.51408 aapg_ae_106.html aapg_ae_106.html:313:21472:21480 Anguille Gabon +0.496392 aapg_ai_958.html aapg_ai_958.html:154:16473:16479 Goliad Richmond, California +0.484124 aapg_af_218.html aapg_af_218.html:53:5440:5454 Monterey Monterey, California +0.491016 cspg_html_7281679890 cspg_html_7281679890:454:76351:76373 Kekiktuk Anchorage, Alaska +0.2652 gsa_html_6117440194 gsa_html_6117440194:612:62344:62354 Fort Union Wasatch Range +0.250776 aapg_ah_244.html aapg_ah_244.html:22:2600:2634 Cathedral Colorado +0.490455 aapg_ai_583.html aapg_ai_583.html:316:37878:37886 Sundance Cheyenne, Wyoming +0.276651 gsa_html_4820340337 gsa_html_4820340337:822:66427:66432 Lyell London, Ontario +0.252434 aapg_ac_187.html aapg_ac_187.html:3626:344923:344940 Tamabra Matamoros, Tamaulipas +0.45342 aapg_ai_17.html aapg_ai_17.html:1531:109005:109011 Lissie Texas +0.492701 palaios_html_3384603985 palaios_html_3384603985:324:31245:31275 Holder New Mexico +0.262584 AMJC_html_1938223835 AMJC_html_1938223835:726:94963:94967 Reno Reno, Nevada +0.514776 aapg_ad_580.html aapg_ad_580.html:365:44710:44730 Fort Union Powder River (Montana) +0.254769 cspg_html_3385840278 cspg_html_3385840278:186:25578:25586 Columbia Victoria, British Columbia +0.46828 cspg_html_6014123208 cspg_html_6014123208:614:67592:67610 Dunvegan Lacombe, Alberta +0.451276 aapg_ae_73.html aapg_ae_73.html:826:105941:105951 Las Animas Colorado +0.490546 cspg_html_9941227593 cspg_html_9941227593:61:8546:8589 Bakken Williston Basin +0.490941 cspg_html_3447886929 cspg_html_3447886929:1240:116978:116999 Lawrence Canada +0.486822 aapg_ah_370.html aapg_ah_370.html:179:13461:13473 Ferron Point Rockport, Massachusetts +0.491667 cspg_html_9717154602 cspg_html_9717154602:314:45691:45699 Columbia Victoria, British Columbia +0.493387 aapg_ae_391.html aapg_ae_391.html:559:51416:51423 Rustler West Texas +0.499488 aapg_ac_406.html aapg_ac_406.html:77:6725:6732 Hosston Cotton Valley, Louisiana +0.249228 gsa_html_2832151886 gsa_html_2832151886:93:8682:8696 Colorado Westgate, Canterbury +0.25542 cspg_html_5210692627 cspg_html_5210692627:300:37937:37958 Peace River CFB Cold Lake +0.49329 jgeology_html_4115179562 jgeology_html_4115179562:743:54411:54436 Bays Virginia +0.825066 sedimentology_html_2898428289 sedimentology_html_2898428289:1301:66101:66119 Winnipegosis Regina, Saskatchewan +0.264698 cspg_html_8581304260 cspg_html_8581304260:224:28606:28631 Ashcroft Rattlesnake Hills AVA +0.495208 aapg_ac_502.html aapg_ac_502.html:14:1548:1559 Kaiparowits Mesa, Arizona +0.474122 cspg_html_4530154552 cspg_html_4530154552:64:11118:11150 Montney Victoria, British Columbia +0.449898 cspg_html_4568084707 cspg_html_4568084707:6:396:418 Cooking Lake Lacombe, Alberta +0.249996 geology_html_1098024541 geology_html_1098024541:217:21307:21315 Colorado Pueblo, Colorado +0.379257 cspg_html_7985076717 cspg_html_7985076717:128:15241:15261 Weatherall Melville Island (Canada) +0.435864 sedimentology_html_2041096405 sedimentology_html_2041096405:621:53717:53729 Salina Michigan Basin +0.369705 gsa_html_3014459865 gsa_html_3014459865:650:67599:67608 New River Virginia +0.256522 AMJC_html_6539706032 AMJC_html_6539706032:1129:108928:108944 Westerly Granite Hartford, Connecticut +0.473052 sedimentology_html_8983980897 sedimentology_html_8983980897:416:26295:26301 Madrid Spain +0.259017 sedimentology_html_8097871643 sedimentology_html_8097871643:1923:87356:87362 Denver Colorado +0.243033 aapg_ai_871.html aapg_ai_871.html:9:1075:1083 Colorado Colorado +0.487014 palaios_html_1574666570 palaios_html_1574666570:58:5464:5485 Skaneateles Ohio +0.256512 geology_html_8519012105 geology_html_8519012105:290:23081:23085 Peel Antarctic Peninsula +0.450072 aapg_af_470.html aapg_af_470.html:164:16381:16388 Madison Cheyenne, Wyoming +0.258552 aapg_ae_535.html aapg_ae_535.html:39:5014:5022 Sitkinak Kodiak Island +0.491667 gsa_html_7477980091 gsa_html_7477980091:950:85145:85173 Green River Colorado +0.26129 aapg_ac_5.html aapg_ac_5.html:175:17203:17217 Edmonton Lacombe, Alberta +0.2574 cspg_html_3804945581 cspg_html_3804945581:50:5120:5138 Scollard Saint Kitts and Nevis +0.264698 cspg_html_6306091047 cspg_html_6306091047:16:2361:2381 Baldonnel Victoria, British Columbia +0.25647 AMJC_html_1938223835 AMJC_html_1938223835:829:102907:102924 Waweig New Brunswick, New Jersey +0.476784 gsa_html_3211466538 gsa_html_3211466538:171:12660:12688 Green River Colorado +0.44427 cspg_html_8089302449 cspg_html_8089302449:212:35811:35822 Thiensville Wisconsin +0.49816 cspg_html_6566356550 cspg_html_6566356550:281:38977:38995 Otto Fiord China +0.269192 cspg_html_9912281240 cspg_html_9912281240:584:68724:68740 Viking Lacombe, Alberta +0.69524 palaios_html_8113714689 palaios_html_8113714689:98:9762:9780 Au Train Munising, Michigan +0.250997 gsa_html_4408649953 gsa_html_4408649953:360:31706:31717 Summerville Summerville, South Carolina +0.793728 aapg_ah_536.html aapg_ah_536.html:184:24455:24470 Hosston Travis County, Texas +0.257536 gsa_html_6982030333 gsa_html_6982030333:1263:116745:116751 Oregon Salem, Oregon +0.281912 aapg_af_653.html aapg_af_653.html:85:8249:8257 Monterey California +0.252865 gsa_html_4618399939 gsa_html_4618399939:11:518:527 San Diego La Jolla +0.249744 aapg_aa_798.html aapg_aa_798.html:258:31524:31541 Wingate Logan, Utah +0.480365 cspg_html_6140605204 cspg_html_6140605204:96:13882:13898 Elk Kootenay River +0.245388 cspg_html_4319383223 cspg_html_4319383223:291:35407:35424 Halfway Lacombe, Alberta +0.370098 sedimentology_html_7427713687 sedimentology_html_7427713687:765:52891:52909 Fayetteville Arkansas +0.429792 aapg_ac_742.html aapg_ac_742.html:76:9326:9349 Gypsum Spring Spearfish, South Dakota +0.492544 gsa_html_6913936157 gsa_html_6913936157:63:4890:4918 Green River Colorado +0.258181 cspg_html_9816695305 cspg_html_9816695305:30:2438:2443 Banff Moose Mountain (Alberta) +0.504774 cspg_html_5308103526 cspg_html_5308103526:460:42120:42129 Mackenzie Lacombe, Alberta +0.279777 cspg_html_8121068096 cspg_html_8121068096:5:201:222 Melville Island Banks Island +0.281952 gsa_html_8010927234 gsa_html_8010927234:196:13329:13345 Clough Quartzite Rangeley, Maine +0.483285 geology_html_7594699567 geology_html_7594699567:13:556:566 Pittsburgh Pennsylvania +0.255474 aapg_aa_654.html aapg_aa_654.html:10:1864:1874 Nacimiento New Mexico +0.522477 gsa_html_8332762949 gsa_html_8332762949:55:3682:3710 Green River Colorado +0.483328 gsa_html_3408312461 gsa_html_3408312461:602:60809:60837 Green River Colorado +0.474759 aapg_ae_583.html aapg_ae_583.html:617:59051:59057 Denver Long Beach, California +0.472758 aapg_ac_635.html aapg_ac_635.html:3:442:461 Hornbrook Siskiyou County, California +0.5016 aapg_ad_836.html aapg_ad_836.html:895:75663:75668 Viola Chattanooga, Tennessee +0.469802 aapg_ac_206.html aapg_ac_206.html:73:9495:9504 Rochester Rochester, Kent +0.456966 aapg_ad_814.html aapg_ad_814.html:8:862:874 Dockum Santa Rosa, California +0.244036 gsa_html_4137054086 gsa_html_4137054086:1095:77249:77280 Stirling Cape Breton Island +0.251779 cspg_html_2101832254 cspg_html_2101832254:8:824:841 Sikanni Anchorage, Alaska +0.482646 geology_html_8106588521 geology_html_8106588521:149:13457:13478 Green River Cheyenne, Wyoming +0.51552 cspg_html_9735723617 cspg_html_9735723617:702:85245:85263 Imperial Ellesmere Island +0.447426 aapg_aa_260.html aapg_aa_260.html:314:30383:30397 Lisburne Anchorage, Alaska +0.262636 sedimentology_html_8076752814 sedimentology_html_8076752814:806:55998:56024 Monterey California +0.474768 aapg_ai_501.html aapg_ai_501.html:73:6835:6848 Lone Mountain Logan, Utah +0.539435 aapg_ae_884.html aapg_ae_884.html:295:39452:39465 Bearpaw Colorado +0.27772 aapg_ae_147.html aapg_ae_147.html:317:32883:32887 Pico South Mountains (Arizona) +0.460284 aapg_ad_918.html aapg_ad_918.html:525:57294:57302 Colorado Colorado +0.263755 aapg_ad_466.html aapg_ad_466.html:189:22202:22219 Mount Laurel Navesink River +0.875567 aapg_ah_416.html aapg_ah_416.html:187:16004:16011 Pakowki Burdett, Kansas +0.26061 aapg_af_598.html aapg_af_598.html:145:11764:11782 Seminole Talala, Oklahoma +0.279282 aapg_ai_49.html aapg_ai_49.html:767:98100:98108 Sundance Black Hills +0.245692 cspg_html_6306091047 cspg_html_6306091047:510:69265:69274 Baldonnel Victoria, British Columbia +0.274455 aapg_aa_954.html aapg_aa_954.html:220:19485:19501 Menard Pottsville, Pennsylvania +0.266252 aapg_ae_993.html aapg_ae_993.html:41:5208:5230 Souris River Williston, Vermont +0.47439 aapg_ae_474.html aapg_ae_474.html:95:8851:8873 Paint Creek Bethel, Alaska +0.261096 aapg_ai_249.html aapg_ai_249.html:78:12308:12314 Sierra Guatemala +0.466344 gsa_html_1749840616 gsa_html_1749840616:66:4854:4882 Green River Iran +0.245991 aapg_ae_335.html aapg_ae_335.html:302:27681:27687 Denver Colorado +0.26469 cspg_html_1201397701 cspg_html_1201397701:14:1279:1294 Sooke Astoria, Oregon +0.501492 aapg_aa_684.html aapg_aa_684.html:167:16716:16730 Jelm Cheyenne, Wyoming +0.496692 palaios_html_1018466366 palaios_html_1018466366:1588:139941:139957 Viking Central Alberta +0.252396 cspg_html_4031489103 cspg_html_4031489103:382:58377:58395 Sheppard Pend Oreille River +0.48152 aapg_af_298.html aapg_af_298.html:216:23219:23228 Aux Vases Long Island +0.663288 aapg_af_128.html aapg_af_128.html:427:40714:40734 Wood River Boise, Idaho +0.704052 cspg_html_6252417471 cspg_html_6252417471:115:17757:17778 Christopher Banks Island +0.43946 cspg_html_1019614994 cspg_html_1019614994:81:15216:15232 Exshaw Regina, Saskatchewan +0.48601 aapg_ae_324.html aapg_ae_324.html:194:18763:18772 Blackford Knoxville, Tennessee +0.48636 AMJC_html_8745118655 AMJC_html_8745118655:1106:93468:93484 Fish Canyon Tuff Colorado +0.271872 aapg_ad_338.html aapg_ad_338.html:261:28244:28251 Magothy Woodbury, New Jersey +0.271962 cspg_html_8207916783 cspg_html_8207916783:140:21081:21099 Cardium Lacombe, Alberta +0.264147 aapg_aa_323.html aapg_aa_323.html:96:9127:9144 Temblor California +0.888174 aapg_ac_825.html aapg_ac_825.html:547:62764:62772 Monterey Emery Theatre +0.238637 aapg_ae_31.html aapg_ae_31.html:53:5378:5396 Fayetteville Batesville, Arkansas +0.251576 sedimentology_html_7390870545 sedimentology_html_7390870545:969:76837:76850 Carlile Hittin +0.498316 aapg_af_244.html aapg_af_244.html:75:7614:7634 San Felipe Tampico, Illinois +0.256928 sedimentology_html_9633602572 sedimentology_html_9633602572:1274:64477:64516 Leduc Rimbey, Alberta +0.259584 aapg_aa_232.html aapg_aa_232.html:279:31670:31680 Duck Creek Texas +0.487113 gsa_html_2832151886 gsa_html_2832151886:328:24956:24979 Belle Fourche Lacombe, Alberta +0.487936 aapg_ad_557.html aapg_ad_557.html:8391:389294:389317 Brushy Canyon West, Texas +0.486822 aapg_ac_726.html aapg_ac_726.html:5:889:903 Frontier Powder River Basin +0.513 gsa_html_3796906629 gsa_html_3796906629:741:60430:60458 Green River Colorado +0.468503 aapg_ah_53.html aapg_ah_53.html:25:3207:3215 Golconda Illinois +0.434805 gsa_html_4979086512 gsa_html_4979086512:957:76468:76496 Green River Iran +0.487622 aapg_af_468.html aapg_af_468.html:300:27953:27967 Frio Brazoria County, Texas +0.263971 aapg_ac_983.html aapg_ac_983.html:398:62453:62463 Lane Plattsburg, Missouri +0.496513 AMJC_html_3384252704 AMJC_html_3384252704:1418:127808:127816 Virginia Reston, Virginia +0.237474 gsa_html_1578715955 gsa_html_1578715955:774:64937:64945 Colorado Anchorage, Alaska +0.252609 aapg_af_494.html aapg_af_494.html:265:29026:29051 Red Head Rapids East Bay (San Francisco Bay Area) +0.491824 aapg_ad_695.html aapg_ad_695.html:281:17558:17571 Carrizo Texas +0.266752 palaios_html_7274959329 palaios_html_7274959329:52:6053:6066 Potsdam Quebec City +0.238119 aapg_ac_807.html aapg_ac_807.html:720:71560:71578 Waccamaw Charleston, South Carolina +0.473551 aapg_ai_861.html aapg_ai_861.html:71:10449:10464 Wahoo Prudhoe Bay Oil Field +0.2585 gsa_html_4557277250 gsa_html_4557277250:19:1319:1344 Mount Wrightson Arizona +0.36792 cspg_html_7201476813 cspg_html_7201476813:445:55759:55783 Amaranth Manitoba +0.246909 aapg_ai_159.html aapg_ai_159.html:91:9890:9897 Chagres San Juan, Argentina +0.49337 cspg_html_9343899465 cspg_html_9343899465:2199:202088:202096 Imina Bathurst Island (Northern Territory) +0.275544 aapg_ac_940.html aapg_ac_940.html:521:56299:56305 Jordan Delaware River +0.458731 aapg_ae_581.html aapg_ae_581.html:3:209:224 Eagle Judith River Formation +0.72352 aapg_ai_139.html aapg_ai_139.html:4:403:408 Leduc Lacombe, Alberta +0.659246 cspg_html_9343899465 cspg_html_9343899465:91:12819:12829 Blue Fiord Ellesmere Island +0.265698 aapg_ae_876.html aapg_ae_876.html:315:33390:33414 Cedar Mountain Blanding, Utah +0.276108 aapg_af_788.html aapg_af_788.html:356:29126:29134 Traverse Antrim, County Antrim +0.267696 gsa_html_6117440194 gsa_html_6117440194:511:50932:50950 Morrison Canada +0.497552 aapg_aa_922.html aapg_aa_922.html:65:6139:6150 Black River Stones River +0.265734 aapg_af_854.html aapg_af_854.html:831:117369:117388 Aux Vases Missouri River +0.481584 gsa_html_2511975820 gsa_html_2511975820:62:4526:4554 Green River Colorado +0.873784 geology_html_4907985690 geology_html_4907985690:180:19225:19242 Paradox Logan, Utah +0.258 aapg_ai_28.html aapg_ai_28.html:838:80269:80275 Lissie Victoria, British Columbia +0.244518 aapg_ad_659.html aapg_ad_659.html:458:65549:65583 Solor Church Rice County, Kansas +0.253009 cspg_html_2826081830 cspg_html_2826081830:64:9947:9959 Grand Rapids Waseca, Minnesota +0.89895 cspg_html_5940878099 cspg_html_5940878099:506:50991:51001 Dawson Bay Manitoba +0.504768 aapg_ad_250.html aapg_ad_250.html:143:13899:13914 Salem Gibson County, Tennessee +0.252945 cspg_html_5345848475 cspg_html_5345848475:121:16467:16490 Medicine Hat Lacombe, Alberta +0.26775 cspg_html_8694594891 cspg_html_8694594891:326:33051:33069 Billings Utica, New York +0.892068 cspg_html_3597281324 cspg_html_3597281324:6:380:398 Scollard Lacombe, Alberta +0.25064 cspg_html_3187264334 cspg_html_3187264334:488:54953:54970 Cardium Lacombe, Alberta +0.26754 aapg_ae_126.html aapg_ae_126.html:133:13332:13351 Tuscarora Preston, Lancashire +0.252912 aapg_ae_805.html aapg_ae_805.html:202:23621:23628 Hermosa Madera County, California +0.48568 aapg_ae_594.html aapg_ae_594.html:130:15501:15515 Buda Del Rio, Tennessee +0.484702 cspg_html_6255491344 cspg_html_6255491344:59:9388:9406 Kootenay Kootenay River +0.254856 sedimentology_html_2709430059 sedimentology_html_2709430059:485:54282:54303 Gull Island Clare County, Michigan +0.237384 aapg_aa_4.html aapg_aa_4.html:203:27179:27185 Ithaca Ithaca, New York +0.29868 aapg_ah_318.html aapg_ah_318.html:512:59987:60006 Smackover Arkansas +0.49816 aapg_aa_537.html aapg_aa_537.html:669:78410:78428 Cuyahoga Ohio +0.263626 gsa_html_2178342427 gsa_html_2178342427:924:86215:86221 Denver Cheyenne, Wyoming +0.48114 cspg_html_6163691495 cspg_html_6163691495:1121:93905:93936 Madison Cheyenne, Wyoming +0.237144 aapg_ae_602.html aapg_ae_602.html:654:77396:77402 Denver Colorado +0.872212 cspg_html_1841843683 cspg_html_1841843683:26:4023:4036 Gypsum Spring Williston Basin +0.908145 aapg_af_11.html aapg_af_11.html:243:25938:25953 Leadville Logan, Utah +0.282943 aapg_ad_918.html aapg_ad_918.html:40:5840:5853 Niobrara Niobrara, Nebraska +0.231616 cspg_html_3043607457 cspg_html_3043607457:9:1106:1139 Lodgepole Manitoba +0.259032 aapg_ae_692.html aapg_ae_692.html:229:24791:24811 Basal Williston, Vermont +0.253422 aapg_ai_11.html aapg_ai_11.html:324:43613:43634 Fredericksburg Decorah, Iowa +0.25584 cspg_html_5241714595 cspg_html_5241714595:115:17993:18012 Keg River Lacombe, Alberta +0.487224 aapg_ah_528.html aapg_ah_528.html:16:1770:1780 Candelaria Reno, Nevada +0.489599 cspg_html_8797277909 cspg_html_8797277909:672:81649:81674 Beaverhill Lacombe, Alberta +0.249999 aapg_aa_621.html aapg_aa_621.html:44:5540:5550 Wind River Cheyenne, Wyoming +0.482275 aapg_ac_825.html aapg_ac_825.html:89:9299:9307 Monterey Monterey, California +0.462075 aapg_ae_63.html aapg_ae_63.html:264:27263:27273 Wind River Cheyenne, Wyoming +0.254961 aapg_ai_592.html aapg_ai_592.html:201:33653:33658 Ouray Uinta Mountains +0.240099 aapg_af_971.html aapg_af_971.html:14:632:640 Colorado Denver +0.25641 aapg_ai_593.html aapg_ai_593.html:1762:179898:179906 Woodbine Texas +0.24929 aapg_ai_96.html aapg_ai_96.html:123:14013:14022 Vicksburg Texas +0.255474 aapg_ah_387.html aapg_ah_387.html:618:62900:62909 Knoxville Sierra Nevada (Spain) +0.253506 aapg_af_799.html aapg_af_799.html:721:56077:56091 Ione California +0.498848 palaios_html_2276475028 palaios_html_2276475028:423:49273:49291 Morrison Logan, Utah +0.25 cspg_html_4680804918 cspg_html_4680804918:488:64248:64258 Bow Island Milk River, Alberta +0.434535 aapg_ai_750.html aapg_ai_750.html:180:20063:20082 Norphlet Alabama +0.269374 aapg_ah_81.html aapg_ah_81.html:16:1607:1612 Sligo England +0.487014 aapg_ai_699.html aapg_ai_699.html:653:72443:72462 Fort Ann Bennington, Vermont +0.249951 aapg_ac_380.html aapg_ac_380.html:162:20427:20435 Coeymans New Scotland, New York +0.476504 cspg_html_2372201862 cspg_html_2372201862:11:1243:1255 Grand Rapids Clearwater, Florida +0.482384 aapg_ac_995.html aapg_ac_995.html:313:24587:24595 Colorado New Mexico +0.524001 aapg_ah_476.html aapg_ah_476.html:59:8627:8632 Atoka Pottsville, Pennsylvania +0.24794 gsa_html_5788982444 gsa_html_5788982444:586:56334:56344 Santa Cruz Sierra Nevada (Spain) +0.255915 aapg_ae_85.html aapg_ae_85.html:15:1434:1440 Brazil Mid-Atlantic Ridge +0.360144 cspg_html_9343899465 cspg_html_9343899465:58:8431:8435 Fram Ellesmere Island +0.3605 gsa_html_1826402027 gsa_html_1826402027:135:14946:14964 Moenkopi Colorado +0.510489 aapg_ac_59.html aapg_ac_59.html:3:392:401 San Diego California +0.26643 aapg_ah_775.html aapg_ah_775.html:357:41104:41112 Colorado New Mexico +0.268822 cspg_html_6290430388 cspg_html_6290430388:898:86551:86559 Montreal Quebec City +0.472104 gsa_html_4837287019 gsa_html_4837287019:14:665:675 Washington Seattle +0.270336 sedimentology_html_8510537334 sedimentology_html_8510537334:1641:125656:125690 Juniata Pennsylvania +0.257983 gsa_html_2023933346 gsa_html_2023933346:1220:113009:113019 Capistrano California +0.247328 aapg_ai_87.html aapg_ai_87.html:719:74584:74599 Banff Wapiti, Wyoming +0.51467 aapg_ah_96.html aapg_ah_96.html:434:50408:50432 Stonewall Williston, Vermont +0.28083 aapg_ae_904.html aapg_ae_904.html:287:29874:29890 Dakota Northern Great Plain +0.475335 geology_html_8519254096 geology_html_8519254096:11:503:513 Washington Seattle +0.25092 aapg_ad_2.html aapg_ad_2.html:1212:165511:165527 Hatter Black River, Jamaica +0.489027 aapg_ah_489.html aapg_ah_489.html:28:3306:3313 Genesee Middlesex +0.263168 geology_html_2822996439 geology_html_2822996439:338:25730:25740 Washington McCrory, Arkansas +0.442269 aapg_ad_194.html aapg_ad_194.html:100:10821:10829 Stirling Spring Mountains National Recreation Area +0.680504 aapg_ah_469.html aapg_ah_469.html:235:17932:17943 Winona Mississippi River +0.244961 aapg_aa_357.html aapg_aa_357.html:25:2435:2442 Wingate Carmel, Indiana +0.249936 cspg_html_2536163557 cspg_html_2536163557:628:89769:89777 Columbia Victoria, British Columbia +0.24941 aapg_ah_436.html aapg_ah_436.html:136:13082:13087 Colon Lake Maracaibo +0.2565 aapg_ac_841.html aapg_ac_841.html:13:1680:1689 Mosquitia Honduras +0.27348 aapg_ah_288.html aapg_ah_288.html:156:15987:16006 Sterling Anchorage, Alaska +0.524436 aapg_ah_464.html aapg_ah_464.html:56:9862:9872 Pottsville Mexico +0.723534 aapg_ae_223.html aapg_ae_223.html:298:35974:35986 Wasatch Bridger, Montana +0.257535 aapg_ah_638.html aapg_ah_638.html:66:6525:6535 Citronelle Melbourne, Florida +0.259065 cspg_html_4404071326 cspg_html_4404071326:456:49275:49311 Albert Canada +0.474264 palaios_html_5340655380 palaios_html_5340655380:709:58977:59009 Smithers Texas +0.25853 gsa_html_2023933346 gsa_html_2023933346:100:9272:9282 San Miguel Santa Cruz Island +0.274476 aapg_ad_233.html aapg_ad_233.html:80:7758:7790 Tensleep Cheyenne, Wyoming +0.48944 aapg_af_16.html aapg_af_16.html:283:28011:28029 Frontier Cheyenne, Wyoming +0.241072 gsa_html_7102550258 gsa_html_7102550258:351:39497:39514 Todilto New Mexico +0.442376 aapg_af_621.html aapg_af_621.html:29:3242:3252 Cumberland Wabash River +0.257943 gsa_html_3436154175 gsa_html_3436154175:1032:83729:83735 Oxford England +0.477603 aapg_ai_31.html aapg_ai_31.html:95:10661:10670 Catahoula Texas +0.249318 jgeology_html_8904089554 jgeology_html_8904089554:883:42132:42141 Wolfville Canada +0.489936 aapg_af_291.html aapg_af_291.html:427:47585:47593 Lisburne Prudhoe Bay Oil Field +0.247005 aapg_ae_705.html aapg_ae_705.html:159:16395:16409 Pico Royal Botanic Gardens, Kew +0.262063 palaios_html_1803946422 palaios_html_1803946422:46:4478:4495 Belly River Canada +0.641087 aapg_ad_440.html aapg_ad_440.html:447:42238:42249 Warsaw Iowa +0.488157 cspg_html_4326384800 cspg_html_4326384800:210:26244:26259 Nisku Lacombe, Alberta +0.48297 gsa_html_4617384628 gsa_html_4617384628:864:68364:68392 Green River New Mexico +0.492993 aapg_aa_351.html aapg_aa_351.html:165:18187:18193 Wilcox Missouri River +0.235438 gsa_html_7499737388 gsa_html_7499737388:592:46805:46821 Walnut Texas +0.459045 cspg_html_9613527162 cspg_html_9613527162:187:25931:25948 Pekisko Moose Mountain (Alberta) +0.268822 aapg_af_695.html aapg_af_695.html:114:11197:11202 Yegua Texas +0.476126 cspg_html_6108854431 cspg_html_6108854431:65:9936:9948 Hillsborough Dorchester, Dorset +0.48076 aapg_ad_466.html aapg_ad_466.html:1402:149314:149322 Monmouth Closter, New Jersey +0.273006 aapg_ah_450.html aapg_ah_450.html:145:13287:13293 Conway Williamson County, Texas +0.283466 aapg_ac_11.html aapg_ac_11.html:33:3207:3221 Rome Morgan County, Indiana +0.261112 aapg_aa_906.html aapg_aa_906.html:87:9864:9874 Fort Union Wasatch Range +0.459296 gsa_html_8951179545 gsa_html_8951179545:450:55300:55312 Wilcox Sevier orogeny +0.89938 aapg_ah_435.html aapg_ah_435.html:94:12117:12121 Buda Texas +0.475252 cspg_html_7086880709 cspg_html_7086880709:358:47476:47496 Pine Point Buffalo National River +0.25896 cspg_html_6038396142 cspg_html_6038396142:61:8976:8984 Winnipeg Red River of the North +0.467923 aapg_ah_339.html aapg_ah_339.html:252:24877:24898 Beech River Lockport (city), New York +0.259904 aapg_ah_691.html aapg_ah_691.html:49:8418:8447 Smackover El Salvador +0.272448 aapg_af_892.html aapg_af_892.html:644:62555:62571 San Andres San Angelo, Texas +0.207417 cspg_html_4270552951 cspg_html_4270552951:151:22212:22224 Pierre Manitoba +0.677824 palaios_html_1222907427 palaios_html_1222907427:685:64576:64604 Green River Cheyenne, Wyoming +0.257424 cspg_html_9361096527 cspg_html_9361096527:863:76136:76144 Foremost Lacombe, Alberta +0.257554 cspg_html_8057060038 cspg_html_8057060038:295:32800:32808 Columbia Piedmont (United States) +0.497798 cspg_html_5345848475 cspg_html_5345848475:336:38932:38942 Deer Creek Niobrara, Nebraska +0.672606 aapg_ac_696.html aapg_ac_696.html:3:301:319 Palliser Lacombe, Alberta +0.501416 aapg_ae_842.html aapg_ae_842.html:30:3555:3579 Swift Toole County, Montana +0.247923 gsa_html_1826402027 gsa_html_1826402027:633:74199:74208 Flagstaff Arizona +0.385536 aapg_ah_997.html aapg_ah_997.html:67:12768:12778 Washington Arlington National Cemetery +0.257536 aapg_ad_466.html aapg_ad_466.html:368:44463:44470 Patuxent Patapsco River +0.248482 cspg_html_5538678223 cspg_html_5538678223:620:59564:59577 Red Rock Victoria, British Columbia +0.4921 cspg_html_4298557570 cspg_html_4298557570:6:346:365 Paskapoo Lacombe, Alberta +0.247968 gsa_html_1363375228 gsa_html_1363375228:911:79413:79433 Bechler Conglomerate Boise, Idaho +0.482724 gsa_html_1119256423 gsa_html_1119256423:192:18839:18866 White River Sand Hills (Nebraska) +0.258981 aapg_ai_985.html aapg_ai_985.html:214:20786:20814 La Quinta Venezuela +0.074939 aapg_ah_894.html aapg_ah_894.html:243:38578:38595 Shublik Ivishak River +0.253402 aapg_ac_492.html aapg_ac_492.html:45:9854:9873 La Casita Mexico +0.498456 cspg_html_9072696952 cspg_html_9072696952:469:43059:43080 Gates Victoria, British Columbia +0.246482 cspg_html_4115156925 cspg_html_4115156925:251:32665:32682 Halfway Lacombe, Alberta +0.265125 palaios_html_5941305386 palaios_html_5941305386:765:86978:87009 Chinle Colorado +0.265224 cspg_html_4433937749 cspg_html_4433937749:46:7087:7103 Viking Victoria, British Columbia +0.256725 cspg_html_4664502755 cspg_html_4664502755:837:92544:92552 Colorado Denver +0.46359 aapg_af_143.html aapg_af_143.html:23:2771:2782 Port Orford Gold Beach +0.493885 sedimentology_html_6711379489 sedimentology_html_6711379489:971:56149:56166 Cardium Lacombe, Alberta +0.484932 gsa_html_3270365850 gsa_html_3270365850:107:9682:9686 Bern Switzerland +0.476073 aapg_aa_114.html aapg_aa_114.html:238:26515:26522 La Boca Mexico +0.483406 palaios_html_8474347362 palaios_html_8474347362:181:24424:24442 Navesink Bennington, Vermont +0.483736 sedimentology_html_7469811723 sedimentology_html_7469811723:765:57906:57912 Taylor London, Ontario +0.46746 aapg_ae_380.html aapg_ae_380.html:51:4201:4213 Lissie Waller County, Texas +0.47736 aapg_ah_318.html aapg_ah_318.html:1390:139823:139846 Cotton Valley Alabama +0.262063 palaios_html_1047361324 palaios_html_1047361324:486:46372:46377 Navet Trinidad and Tobago +0.491202 geology_html_1539900147 geology_html_1539900147:270:24150:24156 Morgan Middle America (Americas) +0.501034 cspg_html_7409170811 cspg_html_7409170811:168:22807:22813 Exshaw Lacombe, Alberta +0.276576 cspg_html_5832944175 cspg_html_5832944175:6:488:496 Columbia Victoria, British Columbia +0.46648 geology_html_2685302093 geology_html_2685302093:112:10153:10166 San Sebastian El Pilar de la Mola +0.259 cspg_html_8306619029 cspg_html_8306619029:11:1463:1475 Saskatchewan Anchorage, Alaska +0.473172 cspg_html_3328007773 cspg_html_3328007773:1022:102954:102968 Colorado Regina, Saskatchewan +0.263652 aapg_af_895.html aapg_af_895.html:68:5152:5164 Carrizo Texas +0.684255 cspg_html_9343899465 cspg_html_9343899465:1854:155503:155520 Beverley Inlet Melville Island (Canada) +0.25553 aapg_ah_920.html aapg_ah_920.html:133:21515:21563 Woodford Anadarko Basin +0.50196 palaios_html_8113714689 palaios_html_8113714689:58:5213:5221 Munising Munising, Michigan +0.502978 gsa_html_1024107776 gsa_html_1024107776:919:92461:92479 Mauch Chunk Pottsville, Pennsylvania +0.478807 aapg_ac_641.html aapg_ac_641.html:272:35841:35854 Astoria Washington (state) +0.909132 aapg_ac_807.html aapg_ac_807.html:103:10394:10414 Vincentown Lakewood, California +0.494592 aapg_ad_466.html aapg_ad_466.html:928:100065:100077 Mount Laurel Navesink River +0.465468 geology_html_4802791430 geology_html_4802791430:42:5519:5540 Richards Earth +0.26104 cspg_html_5697056884 cspg_html_5697056884:572:55843:55859 Earlie Regina, Saskatchewan +0.257424 gsa_html_8820488310 gsa_html_8820488310:1009:87996:88030 Mount Head Canada +0.666432 aapg_ah_157.html aapg_ah_157.html:162:21758:21768 Eau Claire Bloomington, Indiana +0.267696 aapg_aa_791.html aapg_aa_791.html:89:8659:8670 Krebs Bartlesville, Oklahoma +0.496944 aapg_ae_454.html aapg_ae_454.html:232:18945:18962 Hosston Bossier City, Louisiana +0.491008 palaios_html_6198940562 palaios_html_6198940562:99:8308:8313 Cadiz Spain +0.479457 cspg_html_9275863663 cspg_html_9275863663:920:125888:125904 Waterways Swan Hill, Victoria +0.385019 cspg_html_3129231627 cspg_html_3129231627:168:23131:23154 Eleanor River Ellesmere Island +0.254478 aapg_ai_584.html aapg_ai_584.html:1323:132201:132219 Tensleep Cheyenne, Wyoming +0.266616 aapg_af_168.html aapg_af_168.html:28:4503:4508 Vaqueros South Mountains (Arizona) +0.49662 aapg_ac_749.html aapg_ac_749.html:102:14398:14414 Salina Guelph +0.512425 aapg_ai_366.html aapg_ai_366.html:149:19336:19354 Beaumont Hockley +0.2451 aapg_ai_186.html aapg_ai_186.html:278:32189:32198 Beartooth Black Hills +0.252296 cspg_html_2954223000 cspg_html_2954223000:1225:161480:161485 Weeks Tulsa, Oklahoma +0.265144 aapg_af_296.html aapg_af_296.html:73:6047:6063 Santa Clara California +0.239608 aapg_ah_505.html aapg_ah_505.html:578:44409:44417 Colorado Lyons, Illinois +0.526473 aapg_ai_105.html aapg_ai_105.html:749:89034:89040 Morgan Des Moines, Washington +0.270614 aapg_ac_204.html aapg_ac_204.html:166:20567:20575 Colorado Colorado +0.480851 sedimentology_html_1685838353 sedimentology_html_1685838353:181:15089:15100 Peace River Lacombe, Alberta +0.255458 aapg_ae_877.html aapg_ae_877.html:331:27965:27990 Beaverhill Swan Hill, Victoria +0.284566 cspg_html_1378826439 cspg_html_1378826439:6:302:318 Viking Lacombe, Alberta +0.492437 aapg_ai_489.html aapg_ai_489.html:338:37474:37493 Read Bay Little Cornwallis Island +0.255009 palaios_html_9704523107 palaios_html_9704523107:185:18808:18819 Bloomington Geobiology +0.282768 cspg_html_1781462584 cspg_html_1781462584:79:9034:9040 Shunda Burnt River (Oregon) +0.459756 palaios_html_1316705524 palaios_html_1316705524:289:25759:25785 Horseshoe Canyon Lacombe, Alberta +0.414918 cspg_html_8980454113 cspg_html_8980454113:139:15439:15456 Camsell Canada +0.243915 cspg_html_5538678223 cspg_html_5538678223:16:2794:2814 Whitehorse Victoria, British Columbia +0.232786 aapg_ad_317.html aapg_ad_317.html:42:4607:4626 Gatesburg Mount Nittany +0.268299 aapg_ah_647.html aapg_ah_647.html:795:85563:85571 Wolfcamp Missouri River +0.49567 aapg_ah_387.html aapg_ah_387.html:1341:139650:139659 Knoxville Knoxville, Illinois +0.492855 gsa_html_2989317971 gsa_html_2989317971:1340:131544:131572 Green River Colorado +0.269345 aapg_af_333.html aapg_af_333.html:311:32271:32283 Salina Pennsylvania +0.25088 cspg_html_5074125023 cspg_html_5074125023:418:53042:53053 San Antonio Texas +0.480256 cspg_html_4072152826 cspg_html_4072152826:573:75175:75183 Columbia Victoria, British Columbia +0.25688 aapg_af_733.html aapg_af_733.html:517:74160:74166 Denver Colorado +0.243811 geology_html_1669907327 geology_html_1669907327:12:514:522 Virginia Reston, Virginia +0.264027 aapg_ac_406.html aapg_ac_406.html:119:11122:11130 Woodbine Cotton Valley, Louisiana +0.2515 cspg_html_1503116552 cspg_html_1503116552:1054:156350:156376 Beaverhill Swan Hill, Victoria +0.265221 aapg_aa_298.html aapg_aa_298.html:202:29798:29815 El Abra Mexico +0.506 aapg_af_887.html aapg_af_887.html:170:17129:17147 Carlsbad Carlsbad, New Mexico +0.247374 sedimentology_html_1574151857 sedimentology_html_1574151857:1723:115493:115499 Oregon Washington (state) +0.247396 geology_html_1035667905 geology_html_1035667905:238:22402:22420 Patapsco Maryland +0.346558 aapg_ae_570.html aapg_ae_570.html:231:23717:23734 Lockport Dolomite Huntington, West Virginia +0.253009 palaios_html_8062930347 palaios_html_8062930347:496:51371:51402 Kope Kentucky +0.248082 sedimentology_html_2010995560 sedimentology_html_2010995560:1780:106873:106889 Curtis Logan, Utah +0.264438 geology_html_3504552131 geology_html_3504552131:221:14640:14645 Yukon Canada +0.47957 aapg_ae_873.html aapg_ae_873.html:697:81699:81706 Rodessa Paluxy, Texas +0.367536 aapg_af_728.html aapg_af_728.html:484:55793:55816 Newark Canyon Elko, Nevada +0.506708 cspg_html_9905904289 cspg_html_9905904289:6:656:663 Eastend Regina, Saskatchewan +0.253935 aapg_ac_500.html aapg_ac_500.html:255:32133:32147 Trois Rivieres Quebec City +0.249999 geology_html_6537414409 geology_html_6537414409:230:17722:17731 Peninsula Antarctic Peninsula +0.487494 aapg_aa_918.html aapg_aa_918.html:651:66499:66511 Stone Corral Kingman, Arizona +0.477191 cspg_html_4886960396 cspg_html_4886960396:7:486:508 Slave Point Swan Hill, Victoria +0.271432 geology_html_8986165275 geology_html_8986165275:212:22241:22278 Talkeetna Anchorage, Alaska +0.491493 aapg_af_868.html aapg_af_868.html:424:32862:32877 Atoka Stilwell, Oklahoma +0.258028 aapg_ae_958.html aapg_ae_958.html:1731:150801:150819 Carlsbad North Carolina +0.235638 aapg_ai_689.html aapg_ai_689.html:285:30984:30992 Colorado Denver +0.264668 cspg_html_9905904289 cspg_html_9905904289:208:26405:26411 Battle Cypress Hills, Brooklyn +0.505575 aapg_ai_962.html aapg_ai_962.html:399:29589:29593 Word New Mexico +0.246609 aapg_ae_29.html aapg_ae_29.html:594:60566:60576 Pittsburgh Pennsylvania +0.494769 cspg_html_3076059179 cspg_html_3076059179:6:474:482 Columbia Victoria, British Columbia +0.491097 aapg_aa_37.html aapg_aa_37.html:64:8536:8557 Bird Spring Pioche, Nevada +0.50343 aapg_ad_808.html aapg_ad_808.html:916:62051:62069 Cloverly Cheyenne, Wyoming +0.26418 aapg_ad_379.html aapg_ad_379.html:517:43714:43722 Woodside Cheyenne, Wyoming +0.484188 gsa_html_7938666655 gsa_html_7938666655:1064:90616:90621 Price Arctic Cordillera +0.26214 sedimentology_html_7874076821 sedimentology_html_7874076821:1256:75706:75716 Washington Washington (state) +0.729118 aapg_ai_912.html aapg_ai_912.html:58:11285:11313 Smackover Alabama +0.251262 cspg_html_3354282978 cspg_html_3354282978:556:72609:72628 Athabasca CFB Cold Lake +0.262566 palaios_html_8553673618 palaios_html_8553673618:399:43118:43134 Viking Lacombe, Alberta +0.504482 gsa_html_7063115467 gsa_html_7063115467:29:1920:1926 Denver Colorado +0.246865 gsa_html_2877093757 gsa_html_2877093757:703:78916:78928 Dixie Valley Reno, Nevada +0.267168 aapg_af_6.html aapg_af_6.html:73:7304:7323 Wilcox Shreveport, Louisiana +0.27454 palaios_html_1474437774 palaios_html_1474437774:1022:78746:78767 Green River Stroudsburg, Pennsylvania +0.25899 gsa_html_6753732431 gsa_html_6753732431:766:68374:68392 Moenkopi Colorado +0.490269 cspg_html_4433937749 cspg_html_4433937749:78:11435:11449 Colorado Swan River, Manitoba +0.488448 cspg_html_1188455526 cspg_html_1188455526:126:20247:20260 Blaa Mountain Middle East +0.519708 aapg_ae_448.html aapg_ae_448.html:258:30600:30618 Woodbine Woods County, Oklahoma +0.501676 aapg_ac_338.html aapg_ac_338.html:318:36426:36443 Cardium Canada +0.496327 aapg_ah_873.html aapg_ah_873.html:362:32910:32923 Venango Pennsylvania +0.246015 aapg_ae_268.html aapg_ae_268.html:136:14106:14122 Elwren Bloomington, Indiana +0.507357 aapg_af_891.html aapg_af_891.html:45:4630:4636 Blaine Texas +0.263088 cspg_html_8374021012 cspg_html_8374021012:76:11590:11598 Columbia Victoria, British Columbia +0.25908 cspg_html_5308103526 cspg_html_5308103526:407:39330:39338 Columbia Lacombe, Alberta +0.253356 aapg_af_2.html aapg_af_2.html:704:65455:65463 Colorado San Juan County, Utah +0.470869 geology_html_4601106457 geology_html_4601106457:67:7014:7030 Navajo Chinle Formation +0.488379 aapg_ad_575.html aapg_ad_575.html:37:4630:4651 Minnelusa Powder River (Montana) +0.476652 aapg_af_638.html aapg_af_638.html:212:16426:16441 Coldwater Port Arthur, Tasmania +0.271441 aapg_ah_71.html aapg_ah_71.html:44:4328:4348 Cane River Shreveport, Louisiana +0.485254 gsa_html_8314389790 gsa_html_8314389790:56:3577:3605 Green River Colorado +0.26818 aapg_ah_645.html aapg_ah_645.html:514:61999:62012 Piper Williston, Vermont +0.47089 cspg_html_3026112034 cspg_html_3026112034:741:73234:73252 Graminia Swan Hill, Victoria +0.25654 geology_html_3117966752 geology_html_3117966752:200:16910:16919 Peninsula Korea +0.473185 aapg_ai_774.html aapg_ai_774.html:38:3827:3840 Detroit River Salina, Kansas +0.25959 geology_html_7400733547 geology_html_7400733547:213:20427:20436 Extension Tyrrhenian Sea +0.47712 aapg_af_575.html aapg_af_575.html:570:77948:77963 Sweetland Creek Hampton, New Hampshire +0.253482 cspg_html_5688447798 cspg_html_5688447798:173:25021:25049 Disappointment Bay Canadian Arctic Archipelago +0.365958 cspg_html_6116883777 cspg_html_6116883777:1324:180701:180713 Scoresby Bay Ellesmere Island +0.468993 AMJC_html_9378277780 AMJC_html_9378277780:21:1353:1359 Warner Santa Rosa, California +0.260064 aapg_aa_22.html aapg_aa_22.html:196:20040:20045 Upham El Paso, Texas +0.253895 aapg_ai_974.html aapg_ai_974.html:487:51933:51939 Oregon Washington (state) +0.252266 cspg_html_2139304729 cspg_html_2139304729:32:5453:5474 Griper Bay Bathurst Island (Northern Territory) +0.490795 gsa_html_8167640457 gsa_html_8167640457:61:5447:5475 Green River Iran +0.50596 aapg_ad_466.html aapg_ad_466.html:702:77666:77684 Monmouth Mount Laurel Township, New Jersey +0.252486 cspg_html_2283545366 cspg_html_2283545366:468:57014:57026 Halfway Victoria, British Columbia +0.45465 aapg_aa_381.html aapg_aa_381.html:87:11512:11521 Etchegoin Rancho Santa Margarita, California +0.259045 aapg_ac_200.html aapg_ac_200.html:499:46473:46491 Evanston Cheyenne, Wyoming +0.25844 geology_html_7192428883 geology_html_7192428883:12:559:567 Colorado Denver +0.252984 cspg_html_3251996292 cspg_html_3251996292:39:4770:4787 Stanbridge Philipsburg, Centre County, Pennsylvania +0.260598 aapg_ah_152.html aapg_ah_152.html:59:7909:7915 Denver Colorado +0.248937 aapg_ah_795.html aapg_ah_795.html:50:3657:3675 Onondaga Erie County, New York +0.27352 gsa_html_4788482662 gsa_html_4788482662:522:51795:51811 Rapid Earth +0.25284 gsa_html_7613332937 gsa_html_7613332937:1079:87543:87553 Las Palmas Las Palmas de Gran Canaria +0.484428 geology_html_8921428298 geology_html_8921428298:175:20090:20096 Oregon Washington (state) +0.264325 aapg_af_854.html aapg_af_854.html:707:99385:99405 Keokuk Illinois +0.501036 aapg_ah_180.html aapg_ah_180.html:98:11255:11278 Trimmers Rock West Branch Susquehanna River +0.858033 aapg_ac_215.html aapg_ac_215.html:19:2575:2584 Englewood Burlington, Ontario +0.265 aapg_af_286.html aapg_af_286.html:194:26612:26632 Tuscaloosa Tuscaloosa, Alabama +0.26832 gsa_html_1266138577 gsa_html_1266138577:94:8228:8234 Poleta Salinas Valley +0.487272 aapg_ah_260.html aapg_ah_260.html:97:13353:13375 Summerville Colorado +0.251392 aapg_aa_328.html aapg_aa_328.html:665:51429:51435 Alazan Francia +0.21942 aapg_ac_440.html aapg_ac_440.html:283:37921:37938 Edwards Texas +0.25088 cspg_html_7086880709 cspg_html_7086880709:402:53203:53211 Columbia Victoria, British Columbia +0.2001 sedimentology_html_6714245905 sedimentology_html_6714245905:643:48664:48677 Carlile Colorado +0.256 cspg_html_5563319344 cspg_html_5563319344:45:7116:7126 Banff Regina, Saskatchewan +0.25653 gsa_html_8152640301 gsa_html_8152640301:85:7085:7116 Naknek Mount Michelson (Chugach Mountains) +0.261948 aapg_ac_939.html aapg_ac_939.html:906:93754:93769 Salem Bloomington, Indiana +0.24064 cspg_html_9330018201 cspg_html_9330018201:121:19138:19152 Elko Lacombe, Alberta +0.251923 jgeology_html_9413634903 jgeology_html_9413634903:965:61548:61552 Elko Reno, Nevada +0.494 gsa_html_1040858746 gsa_html_1040858746:784:68243:68271 Green River Colorado +0.2485 gsa_html_9478615109 gsa_html_9478615109:1054:97951:97957 Oregon Bandon, County Cork +0.38116 aapg_ad_908.html aapg_ad_908.html:294:33678:33691 Tres Esquinas Venezuela +0.507872 aapg_aa_732.html aapg_aa_732.html:185:23078:23095 Edwards Kerr County, Texas +0.482384 aapg_aa_731.html aapg_aa_731.html:42:7186:7207 Rockdale Cotulla, Texas +0.259588 sedimentology_html_5635970932 sedimentology_html_5635970932:790:61954:61961 Francis Boca Raton, Florida +0.483736 aapg_ac_708.html aapg_ac_708.html:22:2737:2743 Elwren Bloomington, Indiana +0.91107 aapg_aa_24.html aapg_aa_24.html:529:62820:62839 Tahkandit Anchorage, Alaska +0.24892 cspg_html_1114211412 cspg_html_1114211412:330:46057:46065 Columbia Victoria, British Columbia +0.261612 palaios_html_2339045630 palaios_html_2339045630:558:58802:58833 Kope Cincinnati +0.262636 aapg_ad_337.html aapg_ad_337.html:91:9292:9310 Vaqueros Santa Monica Mountains +0.205093 aapg_af_3.html aapg_af_3.html:27:3504:3509 Supai Arizona +0.50032 aapg_ae_546.html aapg_ae_546.html:37:5147:5156 Smackover Cotton Valley, Louisiana +0.26208 geology_html_2834280640 geology_html_2834280640:214:22802:22808 Oregon California +0.25948 aapg_ae_993.html aapg_ae_993.html:567:59387:59406 Beirdneau Logan, Utah +0.463638 aapg_af_2.html aapg_af_2.html:264:29513:29521 Colorado Ouray, Colorado +0.263302 cspg_html_7409170811 cspg_html_7409170811:254:38531:38537 Exshaw Lacombe, Alberta +0.241542 aapg_ac_420.html aapg_ac_420.html:30:4399:4409 Santa Cruz California +0.5018 aapg_ac_973.html aapg_ac_973.html:252:35090:35101 Signal Hill Mexia, Texas +0.463188 aapg_ac_56.html aapg_ac_56.html:180:13955:13974 La Casita Mexico +0.48246 aapg_ad_641.html aapg_ad_641.html:160:18736:18756 San Andres Texas +0.464163 gsa_html_4472896560 gsa_html_4472896560:141:11356:11371 Lava Creek Tuff Rockland County, New York +0.273 sedimentology_html_9326831356 sedimentology_html_9326831356:213:24233:24253 Middendorf Black Creek (Toronto) +0.25823 aapg_ae_876.html aapg_ae_876.html:606:64714:64722 Kootenai Henderson, Nevada +0.490716 gsa_html_8740218609 gsa_html_8740218609:1179:109197:109204 Potomac Virginia +0.261476 sedimentology_html_6210806021 sedimentology_html_6210806021:719:42876:42882 Banner Hanson, Massachusetts +0.25194 sedimentology_html_9906287852 sedimentology_html_9906287852:1080:85611:85623 Red Mountain Boise, Idaho +0.492264 jgeology_html_7646297070 jgeology_html_7646297070:487:33588:33594 Oxford Pergamon Museum +0.230838 aapg_af_483.html aapg_af_483.html:65:8463:8476 El Plan Honduras +0.238108 palaios_html_3889678675 palaios_html_3889678675:506:44632:44650 Rio Dell California +0.26244 aapg_ac_965.html aapg_ac_965.html:438:43159:43167 Coeymans Dayville, Oregon +0.475996 sedimentology_html_8006979411 sedimentology_html_8006979411:1150:92529:92546 Wapiabi Canada +0.505986 AMJC_html_7278640698 AMJC_html_7278640698:77:10295:10313 Columbia Moberly, Missouri +0.268275 aapg_ah_444.html aapg_ah_444.html:18:1601:1624 Willow Creek Kootenay River +0.489762 sedimentology_html_7637445629 sedimentology_html_7637445629:613:40187:40221 Noonday Dolomite East Palo Alto, California +0.496762 aapg_ai_99.html aapg_ai_99.html:3:157:190 Ogallala Texas +0.260064 cspg_html_2208643572 cspg_html_2208643572:592:60999:61007 Columbia Lacombe, Alberta +0.273944 aapg_ac_406.html aapg_ac_406.html:89:7974:7987 Cotton Valley Terryville, New York +0.529023 aapg_aa_745.html aapg_aa_745.html:475:57940:57945 Logan New Mexico +0.472553 gsa_html_3484366946 gsa_html_3484366946:1793:145703:145720 Stirling Great Basin +0.479655 geology_html_6598395476 geology_html_6598395476:192:18379:18383 Bond North Atlantic Current +0.526416 gsa_html_4137054086 gsa_html_4137054086:1336:99444:99472 Green River Colorado +0.2562 AMJC_html_6341723617 AMJC_html_6341723617:930:79094:79101 Laramie Sweetwater, Miami-Dade County, Florida +0.493221 cspg_html_7086880709 cspg_html_7086880709:344:45330:45346 Muskeg Lacombe, Alberta +0.481618 aapg_ae_789.html aapg_ae_789.html:53:6894:6902 Palliser Lacombe, Alberta +0.484848 palaios_html_2534218603 palaios_html_2534218603:31:2667:2688 Hell Creek Cheyenne, Wyoming +0.863032 geology_html_6476658393 geology_html_6476658393:244:21403:21419 Nepean Ontario, California +0.269336 aapg_ae_388.html aapg_ae_388.html:1562:97983:97991 Michigan Texas +0.38144 cspg_html_4404071326 cspg_html_4404071326:524:53020:53041 Green River Uinta Mountains +0.26037 aapg_ae_981.html aapg_ae_981.html:260:22821:22827 Laurel Missouri River +0.06566 aapg_aa_147.html aapg_aa_147.html:193:24966:24985 Deadwood Winnipeg +0.463464 gsa_html_1465687448 gsa_html_1465687448:698:80864:80883 Hillabee Greenstone Tuscaloosa, Alabama +0.24638 aapg_ae_705.html aapg_ae_705.html:717:69239:69247 Colorado Denver +0.494532 aapg_ae_419.html aapg_ae_419.html:2953:191906:191912 Sierra Zacatecas, Zacatecas +0.241542 cspg_html_5295390542 cspg_html_5295390542:89:12352:12369 Halfway Lacombe, Alberta +0.236913 aapg_ac_85.html aapg_ac_85.html:391:36197:36210 Turner Valley Lacombe, Alberta +0.25654 aapg_ah_387.html aapg_ah_387.html:4:331:346 Knoxville Salem, Oregon +0.244224 gsa_html_9979192554 gsa_html_9979192554:661:64416:64435 Okpikruak North Slope Borough, Alaska +0.269838 sedimentology_html_2272861739 sedimentology_html_2272861739:2239:111875:111881 Reston Virginia +0.72981 palaios_html_7860397774 palaios_html_7860397774:973:71359:71366 La Luna Venezuela +0.262119 aapg_af_486.html aapg_af_486.html:530:51472:51480 Colorado Denver +0.411516 aapg_ah_96.html aapg_ah_96.html:7:982:999 Winnipeg Williston, Vermont +0.482733 gsa_html_9152662653 gsa_html_9152662653:623:54467:54483 Laurel Potomac, Maryland +0.243892 gsa_html_9515953275 gsa_html_9515953275:9:362:369 Oceanic California +0.4769 cspg_html_5381643866 cspg_html_5381643866:56:7365:7373 Columbia Victoria, British Columbia +0.257024 aapg_ac_720.html aapg_ac_720.html:5:631:639 Navesink Red Bank, New Jersey +0.260091 sedimentology_html_4144607229 sedimentology_html_4144607229:602:54923:54927 Hall London, Ontario +0.487135 aapg_ae_95.html aapg_ae_95.html:273:41775:41779 Kent England +0.268099 cspg_html_9768299963 cspg_html_9768299963:236:26188:26202 Edmonton Arctic Cordillera +0.137579 aapg_ah_857.html aapg_ah_857.html:20:2558:2564 Tactic Guatemala +0.26214 aapg_af_887.html aapg_af_887.html:4:399:422 Carlsbad New Mexico +0.257048 cspg_html_3891690307 cspg_html_3891690307:198:21061:21081 Pine Key Melbourne, Florida +0.254518 cspg_html_7809640865 cspg_html_7809640865:12:1176:1188 Saskatchewan Regina, Saskatchewan +0.620703 aapg_aa_108.html aapg_aa_108.html:45:4592:4598 Pioche Reno, Nevada +0.541872 aapg_ac_730.html aapg_ac_730.html:153:21393:21399 Dakota Colorado +0.2394 cspg_html_4287356899 cspg_html_4287356899:3405:362667:362709 Lisburne Anchorage, Alaska +0.502765 aapg_ai_597.html aapg_ai_597.html:11:1421:1439 Sully Boyd County, Nebraska +0.256035 cspg_html_4326384800 cspg_html_4326384800:453:57466:57470 Evie Victoria, British Columbia +0.280852 aapg_ah_393.html aapg_ah_393.html:118:14739:14754 Banff Moose Mountain (Alberta) +0.473256 aapg_ad_660.html aapg_ad_660.html:400:52276:52281 Queen Delaware +0.48081 aapg_aa_712.html aapg_aa_712.html:121:15272:15283 Platteville Midwestern United States +0.495907 cspg_html_6985536436 cspg_html_6985536436:636:81653:81669 Hassel Banks Island +0.261057 aapg_ae_294.html aapg_ae_294.html:28:3590:3598 Crescent Oklahoma City +0.270848 aapg_ah_198.html aapg_ah_198.html:310:35590:35621 Monterey California +0.24021 sedimentology_html_5459138397 sedimentology_html_5459138397:30:1680:1686 Guelph Canada +0.272483 aapg_af_470.html aapg_af_470.html:95:8820:8844 Mission Canyon Cheyenne, Wyoming +0.471555 aapg_aa_734.html aapg_aa_734.html:186:19263:19271 Caballos Arkansas +0.273493 aapg_ad_466.html aapg_ad_466.html:1398:148738:148746 Monmouth Chesapeake Bay +0.274551 aapg_af_789.html aapg_af_789.html:178:23898:23907 Bluefield Potomac, Maryland +0.275688 aapg_ad_821.html aapg_ad_821.html:285:18982:18991 Chugwater Cheyenne, Wyoming +0.26765 gsa_html_9843343868 gsa_html_9843343868:868:71649:71677 Green River Iran +0.24255 aapg_ae_888.html aapg_ae_888.html:203:21520:21547 Grove Lone Grove, Oklahoma +0.258048 palaios_html_2221534395 palaios_html_2221534395:42:5597:5601 Kope Netherlands +0.914892 aapg_ad_466.html aapg_ad_466.html:497:58056:58068 Marshalltown Chesapeake Bay +0.4841 aapg_ac_765.html aapg_ac_765.html:69:13995:14037 Chinle Colorado +0.48192 aapg_aa_706.html aapg_aa_706.html:68:7342:7361 La Quinta Venezuela +0.478234 gsa_html_8152640301 gsa_html_8152640301:153:14183:14199 Naknek Talkeetna Mountains +0.45441 aapg_ae_608.html aapg_ae_608.html:233:27108:27114 Denver Denver +0.48464 aapg_ac_93.html aapg_ac_93.html:227:22710:22719 Smackover Shreveport, Louisiana +0.48443 cspg_html_7544078524 cspg_html_7544078524:41:6240:6245 Leduc Lacombe, Alberta +0.252464 geology_html_2693298548 geology_html_2693298548:49:4388:4408 Agua Nueva Mexico +0.494429 aapg_ad_721.html aapg_ad_721.html:706:72614:72624 Whitehorse Winkler County Airport +0.49665 cspg_html_4326384800 cspg_html_4326384800:316:37525:37537 Canol Mackenzie River +0.245952 aapg_ac_335.html aapg_ac_335.html:359:37800:37820 Henryhouse Western world +0.278256 aapg_af_614.html aapg_af_614.html:57:4508:4525 Hosston Paluxy, Texas +0.264708 aapg_ak_93.html aapg_ak_93.html:55:7432:7445 Santa Barbara Carpinteria, California +0.495286 aapg_ae_319.html aapg_ae_319.html:713:60874:60887 Gypsum Spring Carmel, Indiana +0.4674 aapg_af_812.html aapg_af_812.html:81:7113:7128 Yegua Mount Tabor, Portland, Oregon +0.482604 aapg_aa_98.html aapg_aa_98.html:183:15574:15579 Nisku Swan Hill, Victoria +0.263662 aapg_af_507.html aapg_af_507.html:631:65205:65226 Green River Uinta Mountains +0.509467 gsa_html_7782714579 gsa_html_7782714579:1126:88232:88260 Green River Colorado +0.241572 aapg_ah_647.html aapg_ah_647.html:1058:107463:107467 Reno Reno, Nevada +0.491667 cspg_html_4326384800 cspg_html_4326384800:141:20389:20404 Flume Lacombe, Alberta +0.481371 aapg_af_394.html aapg_af_394.html:493:55142:55161 Rock Springs Sweetwater, Miami-Dade County, Florida +0.47671 palaios_html_7484609556 palaios_html_7484609556:455:44984:44994 Washington Torres Strait +0.284427 aapg_ae_805.html aapg_ae_805.html:193:22164:22171 Paradox Hermosa, Chicago +0.478028 gsa_html_1817109082 gsa_html_1817109082:346:31126:31147 San Joaquin Tulare, California +0.484059 geology_html_1305608113 geology_html_1305608113:11:604:616 Rhode Island Newport, Rhode Island +0.496837 aapg_af_764.html aapg_af_764.html:181:17947:17961 Frio Texas +0.255524 cspg_html_9751694613 cspg_html_9751694613:369:26581:26606 Reindeer Canada +0.458216 aapg_ae_391.html aapg_ae_391.html:784:79720:79730 Dewey Lake Delaware +0.258542 sedimentology_html_9793182930 sedimentology_html_9793182930:359:29076:29093 Paradox Logan, Utah +0.490028 cspg_html_4765627863 cspg_html_4765627863:6:429:437 Columbia Victoria, British Columbia +0.272916 cspg_html_4326384800 cspg_html_4326384800:1015:148855:148865 Swan Hills Lacombe, Alberta +0.250498 cspg_html_6675007047 cspg_html_6675007047:584:61304:61323 Athabasca Lacombe, Alberta +0.249038 AMJC_html_2829615437 AMJC_html_2829615437:534:57630:57664 Pottsville Pennsylvania +0.483759 cspg_html_7938374662 cspg_html_7938374662:127:13797:13808 Peace River Victoria, British Columbia +0.254508 gsa_html_3010975239 gsa_html_3010975239:221:31756:31764 Michigan Saginaw, Michigan +0.658665 cspg_html_9958679425 cspg_html_9958679425:97:13695:13709 Nisku Saint Kitts and Nevis +0.2709 aapg_ad_626.html aapg_ad_626.html:86:10039:10046 Wasatch Cheyenne, Wyoming +0.480396 aapg_ac_79.html aapg_ac_79.html:39:5883:5891 Richland Bremen (state) +0.253872 AMJC_html_6642101495 AMJC_html_6642101495:1620:150804:150810 Moscow Russia +0.479115 AMJC_html_2829615437 AMJC_html_2829615437:288:39975:39995 Grandfather Mountain North Carolina +0.269352 cspg_html_5435328392 cspg_html_5435328392:34:5119:5140 Belly River Lacombe, Alberta +0.487227 gsa_html_7029917366 gsa_html_7029917366:145:13613:13629 Navajo Colorado +0.25636 gsa_html_3331523875 gsa_html_3331523875:599:67095:67121 Colorado Spain +0.473323 palaios_html_5184377205 palaios_html_5184377205:956:73432:73442 Santa Cruz California +0.266772 AMJC_html_8213961972 AMJC_html_8213961972:72:8808:8827 Victoria Middle Ordovician +0.257964 cspg_html_4666332434 cspg_html_4666332434:118:20159:20176 Belly River Lacombe, Alberta +0.242 aapg_ad_860.html aapg_ad_860.html:480:29194:29211 Madison East Asia +0.480038 aapg_ai_208.html aapg_ai_208.html:267:21859:21881 Castle Hayne North Carolina +0.480194 gsa_html_9962225882 gsa_html_9962225882:1061:82283:82293 Washington Washington (state) +0.294488 aapg_af_130.html aapg_af_130.html:217:37391:37410 Jefferson Netherlands +0.405344 gsa_html_1636483297 gsa_html_1636483297:978:83029:83057 Green River Cheyenne, Wyoming +0.262656 gsa_html_6982030333 gsa_html_6982030333:1170:109227:109233 Oregon Salem, Oregon +0.267794 cspg_html_8369994160 cspg_html_8369994160:256:26973:26981 Montreal Quebec City +0.456807 aapg_af_461.html aapg_af_461.html:276:25833:25846 Lake Michigan Lake Michigan +0.479478 aapg_ah_772.html aapg_ah_772.html:714:57895:57909 Indian Springs Great Basin +0.464928 sedimentology_html_7157571298 sedimentology_html_7157571298:1074:60413:60417 Hall London, Ontario +0.444772 cspg_html_3618628685 cspg_html_3618628685:9:1102:1120 Belly River Western world +0.486513 gsa_html_5261839912 gsa_html_5261839912:214:21449:21462 Morton Gneiss Montevideo, Minnesota +0.47864 aapg_ae_848.html aapg_ae_848.html:62:6665:6673 Columbia Lacombe, Alberta +0.493296 cspg_html_3804945581 cspg_html_3804945581:180:22976:22994 Scollard Saint Kitts and Nevis +0.494 cspg_html_3043423556 cspg_html_3043423556:173:20812:20835 Eureka Sound Little Cornwallis Island +0.496975 aapg_ae_608.html aapg_ae_608.html:356:42468:42485 Pierre Niobrara, Nebraska +0.4982 aapg_ah_978.html aapg_ah_978.html:432:40030:40047 Temblor Monterey, California +0.492036 aapg_ah_978.html aapg_ah_978.html:698:65492:65499 Temblor North Carolina +0.254014 aapg_ae_681.html aapg_ae_681.html:107:13625:13644 Smackover Mississippi River +0.47282 cspg_html_8298261690 cspg_html_8298261690:821:75179:75196 Bluesky Lacombe, Alberta +0.26988 aapg_ae_68.html aapg_ae_68.html:297:34918:34935 Oquirrh Charleston, South Carolina +0.25935 aapg_af_908.html aapg_af_908.html:15:1919:1930 Holdenville Holdenville, Oklahoma +0.463749 aapg_ad_639.html aapg_ad_639.html:244:29956:29965 Breathitt Carter County, Missouri +0.382802 gsa_html_8035658736 gsa_html_8035658736:502:48908:48929 Coon Hollow Snake River Canyon (Idaho) +0.552892 aapg_ah_158.html aapg_ah_158.html:19:3855:3865 Georgetown Silver City, New Mexico +0.476652 aapg_aa_685.html aapg_aa_685.html:423:39905:39915 North Horn Flagstaff, Arizona +0.263105 aapg_ac_219.html aapg_ac_219.html:551:85646:85666 Springhill Santa Cruz, California +0.240405 aapg_ad_3.html aapg_ad_3.html:45:4538:4546 Antietam Chilhowie, Virginia +0.26367 aapg_ad_800.html aapg_ad_800.html:27:4429:4447 Woodbine Texas +0.473688 geology_html_5512329346 geology_html_5512329346:13:935:942 Newport Salem, Oregon +0.279306 aapg_af_575.html aapg_af_575.html:1017:148297:148305 Wolfcamp Herington, Kansas +0.28272 aapg_ah_430.html aapg_ah_430.html:98:8146:8149 Lee Colorado +0.497112 aapg_ae_465.html aapg_ae_465.html:154:15971:15990 Smackover Cotton Valley, Louisiana +0.453583 aapg_af_892.html aapg_af_892.html:498:48579:48595 Coleman Junction East Mountain (Hampden County, Massachusetts) +0.262544 sedimentology_html_3136792920 sedimentology_html_3136792920:45:3411:3419 St Louis The Bronx +0.267716 cspg_html_9070870548 cspg_html_9070870548:540:53124:53141 Cardium Lacombe, Alberta +0.281765 aapg_ah_618.html aapg_ah_618.html:56:4830:4840 Phosphoria Manderson, Wyoming +0.893016 gsa_html_3510629601 gsa_html_3510629601:440:47020:47033 Santa Barbara Ventura County, California +0.485595 gsa_html_1217771406 gsa_html_1217771406:810:77619:77632 Santa Barbara California +0.723692 gsa_html_2818345762 gsa_html_2818345762:211:19861:19884 Kingston Peak Canada +0.242048 aapg_ae_415.html aapg_ae_415.html:928:115629:115644 Tampa Melbourne, Florida +0.243033 aapg_ae_13.html aapg_ae_13.html:344:45496:45502 Oliver London, Ontario +0.268324 geology_html_7687041657 geology_html_7687041657:217:19229:19248 Lodgepole Iowa +0.240051 sedimentology_html_3181527419 sedimentology_html_3181527419:333:19338:19354 Hermit McAllen, Texas +0.483585 cspg_html_2498183035 cspg_html_2498183035:186:21448:21458 Swan Hills Swan Hill, Victoria +0.47151 gsa_html_5274400800 gsa_html_5274400800:701:56810:56816 Snyder California +0.4835 cspg_html_2659844208 cspg_html_2659844208:28:3112:3124 Saskatchewan Edmonton, London +0.49113 gsa_html_4071231613 gsa_html_4071231613:698:81286:81292 Oregon Salem, Oregon +0.521478 aapg_af_483.html aapg_af_483.html:72:9651:9673 Todos Santos Guatemala +0.260091 gsa_html_4446967287 gsa_html_4446967287:965:85598:85603 Price Arctic Cordillera +0.259032 gsa_html_4220229801 gsa_html_4220229801:816:67107:67117 Washington Owyhee County, Idaho +0.513667 aapg_ad_103.html aapg_ad_103.html:23:2727:2735 Columbia Columbia District +0.27398 aapg_ai_515.html aapg_ai_515.html:530:56605:56611 Denver Colorado +0.483736 cspg_html_6143853630 cspg_html_6143853630:20:1758:1766 Columbia Victoria, British Columbia +0.476252 geology_html_5309420954 geology_html_5309420954:16:760:770 Washington Vancouver +0.352697 aapg_aa_23.html aapg_aa_23.html:695:87857:87881 Stony Mountain Manitoba +0.261602 aapg_ae_253.html aapg_ae_253.html:101:10449:10470 Eagle Arkansas +0.238925 cspg_html_3447886929 cspg_html_3447886929:72:8963:8984 Lawrence Anticosti Island +0.491694 aapg_ad_466.html aapg_ad_466.html:382:46297:46310 Potomac Maryland +0.87696 aapg_aa_23.html aapg_aa_23.html:698:88400:88419 Red River Portage la Prairie +0.47838 gsa_html_5002851212 gsa_html_5002851212:835:61606:61634 Green River Colorado +0.732296 palaios_html_7860397774 palaios_html_7860397774:933:69014:69037 La Luna Venezuela +0.261744 aapg_ah_529.html aapg_ah_529.html:31:3852:3867 Bliss New Mexico +0.26214 palaios_html_5907449072 palaios_html_5907449072:471:53021:53030 Valentine Closter, New Jersey +0.271956 cspg_html_3461479787 cspg_html_3461479787:38:5074:5088 Mission Canyon Regina, Saskatchewan +0.252992 aapg_ae_958.html aapg_ae_958.html:77:9565:9586 San Andres New Mexico +0.241775 aapg_ai_816.html aapg_ai_816.html:526:91831:91841 Cherryvale Cherryvale, Kansas +0.256824 aapg_ae_513.html aapg_ae_513.html:94:8148:8152 Frio Brazoria County, Texas +0.231822 jgeology_html_5970406003 jgeology_html_5970406003:360:25923:25931 Colorado Denver +0.27666 cspg_html_9771826320 cspg_html_9771826320:394:69497:69515 Beaufort Ellesmere Island +0.24941 aapg_ad_286.html aapg_ad_286.html:175:16015:16029 Lisburne Northwest Arctic Borough, Alaska +0.245214 aapg_ai_158.html aapg_ai_158.html:294:30348:30364 Kindle Anchorage, Alaska +0.497202 gsa_html_9979192554 gsa_html_9979192554:948:89833:89860 Fortress Mountain Anchorage, Alaska +0.253952 cspg_html_4433937749 cspg_html_4433937749:59:8410:8418 Columbia Victoria, British Columbia +0.49028 gsa_html_4339524478 gsa_html_4339524478:624:67864:67870 Oregon Blue Mountains (Oregon) +0.493735 aapg_af_23.html aapg_af_23.html:50:7559:7564 Eagle Anchorage, Alaska +0.247779 aapg_ac_103.html aapg_ac_103.html:19:3289:3306 Aldwell Clallam County, Washington +0.495496 gsa_html_4408649953 gsa_html_4408649953:436:38915:38926 Black River Charleston, South Carolina +0.4921 geology_html_3243676584 geology_html_3243676584:35:2847:2875 San Andres New Mexico +0.488592 aapg_ac_301.html aapg_ac_301.html:460:54902:54908 Antler Reno, Nevada +0.257526 palaios_html_9886618772 palaios_html_9886618772:561:68055:68070 Vicksburg Mississippi River +0.485254 cspg_html_3766007701 cspg_html_3766007701:144:19911:19916 Nisku Lacombe, Alberta +0.479359 gsa_html_7053510738 gsa_html_7053510738:681:70116:70120 Kent Ohio +0.226746 gsa_html_1662492421 gsa_html_1662492421:14:600:606 Denver Colorado +0.253916 aapg_ac_613.html aapg_ac_613.html:212:33220:33241 Cliff House Kirtland, Ohio +0.268224 cspg_html_3124360347 cspg_html_3124360347:13:2134:2151 Beekmantown Quebec City +0.486604 geology_html_9669517688 geology_html_9669517688:13:659:668 San Diego La Jolla +0.464256 cspg_html_4550597410 cspg_html_4550597410:352:40465:40482 Holston Virginia +0.484227 gsa_html_5986880650 gsa_html_5986880650:609:61619:61625 Snyder Arctic Cordillera +0.258566 AMJC_html_2905856018 AMJC_html_2905856018:1058:113649:113659 Washington Snake River Canyon (Idaho) +0.254296 aapg_af_21.html aapg_af_21.html:3:454:468 Mission Canyon Renville, Minnesota +0.25146 aapg_ac_298.html aapg_ac_298.html:308:29738:29746 Waterton Calgary +0.488005 aapg_ak_93.html aapg_ak_93.html:135:17743:17756 Santa Barbara California +0.521823 aapg_ad_30.html aapg_ad_30.html:137:10883:10892 Roubidoux Gasconade River +0.44564 aapg_ae_999.html aapg_ae_999.html:447:60113:60136 Vicksburg Mississippi River +0.454666 aapg_af_580.html aapg_af_580.html:343:45045:45053 Woodford Chattanooga, Tennessee +0.478406 aapg_ae_415.html aapg_ae_415.html:559:71001:71023 Chickasawhay Waynesboro, Pennsylvania +0.47616 gsa_html_9052101586 gsa_html_9052101586:116:12009:12022 Lake Michigan Wadena County, Minnesota +0.359406 aapg_ai_477.html aapg_ai_477.html:251:27010:27028 Sikanni Liard River, British Columbia +0.483372 aapg_ac_528.html aapg_ac_528.html:91:10985:10993 Colorado Ohio +0.521904 aapg_af_728.html aapg_af_728.html:188:23555:23564 Red River Texas +0.270788 cspg_html_8438548095 cspg_html_8438548095:25:2833:2841 Paskapoo Edmonton, London +0.470305 aapg_ai_811.html aapg_ai_811.html:72:11211:11234 Detroit River Bloomington, Indiana +0.357162 aapg_ac_942.html aapg_ac_942.html:79:10605:10630 Pinkerton Trail San Juan Mountains +0.472752 cspg_html_3354282978 cspg_html_3354282978:416:54177:54187 Swan Hills Lacombe, Alberta +0.264196 aapg_ai_503.html aapg_ai_503.html:260:28508:28518 Cabot Head Ontario, California +0.483626 cspg_html_9725676031 cspg_html_9725676031:51:7481:7491 Kotaneelee Liard River, British Columbia +0.468825 aapg_ae_170.html aapg_ae_170.html:9:1288:1308 Road River Anchorage, Alaska +0.489027 palaios_html_1521536752 palaios_html_1521536752:538:55409:55413 Lane London, Ontario +0.262119 cspg_html_7595517955 cspg_html_7595517955:732:67380:67391 Goose Fiord District Council of Franklin Harbour +0.494607 aapg_af_854.html aapg_af_854.html:433:56523:56530 Carwood New Providence, New Jersey +0.26058 geology_html_4459606676 geology_html_4459606676:56:5703:5711 Scotland Earth +0.25654 palaios_html_6676788300 palaios_html_6676788300:777:91298:91305 Jewett Silt San Francisco +0.473185 aapg_ae_885.html aapg_ae_885.html:186:17590:17600 Kinderhook Meramec River +0.254976 geology_html_9025073353 geology_html_9025073353:26:1668:1675 Nitinat Astoria, Oregon +0.511245 geology_html_1827419843 geology_html_1827419843:225:19770:19809 Stonewall Manitoba +0.25647 geology_html_1977252670 geology_html_1977252670:334:25806:25814 Colorado Denver +0.479744 sedimentology_html_1006662626 sedimentology_html_1006662626:2958:52229:52237 Columbia Victoria, British Columbia +0.2814 palaios_html_5212272868 palaios_html_5212272868:557:52488:52496 Colorado Denver +0.468876 aapg_ad_2.html aapg_ad_2.html:1579:218138:218157 Gatesburg Pennsylvania +0.247476 cspg_html_4564688984 cspg_html_4564688984:5:252:279 Basal Lacombe, Alberta +0.264704 cspg_html_8298261690 cspg_html_8298261690:250:29863:29879 Viking Lacombe, Alberta +0.25351 aapg_af_854.html aapg_af_854.html:377:48419:48436 Keokuk Burlington, Ontario +0.148666 aapg_ai_581.html aapg_ai_581.html:196:20356:20375 Newcastle Black Hills +0.243972 aapg_ad_858.html aapg_ad_858.html:130:8573:8583 Lewisville Paluxy, Texas +0.252486 aapg_ai_49.html aapg_ai_49.html:204:23696:23706 San Andres New Mexico +0.267208 aapg_aa_12.html aapg_aa_12.html:522:56367:56373 Dakota Niobrara, Nebraska +0.259248 aapg_ad_400.html aapg_ad_400.html:189:18526:18542 Maroon Moenkopi Formation +0.48132 aapg_af_453.html aapg_af_453.html:270:26942:26951 Littleton Colorado +0.48932 cspg_html_1781462584 cspg_html_1781462584:128:14733:14748 Banff Arctic Cordillera +0.252416 palaios_html_3503183206 palaios_html_3503183206:748:57072:57084 Saskatchewan Saskatoon +0.4769 gsa_html_8614162917 gsa_html_8614162917:185:18630:18648 Kayenta Chinle Formation +0.244032 gsa_html_7613332937 gsa_html_7613332937:1181:92405:92414 San Pedro Mexico +0.26724 cspg_html_6255491344 cspg_html_6255491344:45:7140:7158 Kootenay Moose Mountain (Alberta) +0.498597 aapg_aa_381.html aapg_aa_381.html:98:13057:13065 Monterey Monterey, California +0.24864 gsa_html_6837513060 gsa_html_6837513060:730:58929:58939 Washington Seattle +0.468462 aapg_af_479.html aapg_af_479.html:569:60960:60978 Cabrillo La Jolla +0.260478 aapg_ai_699.html aapg_ai_699.html:38:6524:6541 Beekmantown Mohawk Valley +0.260865 cspg_html_2863271815 cspg_html_2863271815:569:71963:71975 Salina Guelph +0.470305 gsa_html_5516163646 gsa_html_5516163646:14:624:664 Florissant Colorado +0.533856 gsa_html_9499174204 gsa_html_9499174204:1475:115773:115801 Green River Colorado +0.263144 aapg_ae_383.html aapg_ae_383.html:442:33869:33877 Woodford Chattanooga, Tennessee +0.25688 cspg_html_5813536348 cspg_html_5813536348:47:7162:7181 Chinchaga Lacombe, Alberta +0.27092 cspg_html_2408887763 cspg_html_2408887763:171:22847:22852 Swift Elkton, Kentucky +0.482533 palaios_html_8062930347 palaios_html_8062930347:609:58648:58652 Kope Cincinnati +0.482976 palaios_html_7076037184 palaios_html_7076037184:92:10589:10607 Platteville Lisbon +0.26572 cspg_html_6356755616 cspg_html_6356755616:37:5976:5984 Whitemud Lacombe, Alberta +0.262845 aapg_ae_892.html aapg_ae_892.html:71:7791:7818 San Andres New Mexico +0.498122 sedimentology_html_2139169476 sedimentology_html_2139169476:337:36091:36100 Peninsula China +0.4977 sedimentology_html_3083192111 sedimentology_html_3083192111:533:41734:41738 Hall London, Ontario +0.265056 geology_html_6407364180 geology_html_6407364180:93:8143:8171 Navajo Earth +0.25529 cspg_html_5430614285 cspg_html_5430614285:289:36526:36543 Cardium Lacombe, Alberta +0.466115 gsa_html_1130947011 gsa_html_1130947011:575:56659:56670 Black River Canada +0.250776 cspg_html_1019614994 cspg_html_1019614994:265:41661:41676 Exshaw Regina, Saskatchewan +0.255915 cspg_html_8089302449 cspg_html_8089302449:557:97839:97861 Slave Point Lacombe, Alberta +0.501723 cspg_html_6984906794 cspg_html_6984906794:767:55894:55913 Belle Fourche Victoria, British Columbia +0.46848 gsa_html_4873957926 gsa_html_4873957926:1250:127045:127053 Colorado San Juan, Argentina +0.487936 sedimentology_html_8802279411 sedimentology_html_8802279411:744:51354:51367 Sibley Ontario, California +0.464576 aapg_aa_300.html aapg_aa_300.html:344:38113:38121 Woodford California +0.269824 aapg_ad_880.html aapg_ad_880.html:115:13989:14007 Sundance Cheyenne, Wyoming +0.47846 geology_html_3186425382 geology_html_3186425382:264:21514:21532 Arc Lake Taupo +0.447606 palaios_html_4782349341 palaios_html_4782349341:608:55259:55276 Borden Kentucky +0.272435 aapg_ai_278.html aapg_ai_278.html:538:70664:70675 Punta Gorda Punta Gorda, Florida +0.262626 geology_html_1198148364 geology_html_1198148364:260:22529:22537 Toroweap Arizona +0.445764 gsa_html_6212532476 gsa_html_6212532476:689:53862:53892 Horse Spring Lake Mead +0.47752 geology_html_7081929997 geology_html_7081929997:11:465:475 Washington Earth +0.494 aapg_ah_134.html aapg_ah_134.html:126:10011:10018 Hosston Paluxy, Texas +0.570466 cspg_html_8387792223 cspg_html_8387792223:702:73689:73714 Stony Mountain Canada +0.473908 aapg_af_636.html aapg_af_636.html:352:40939:40948 Schoharie Onondaga (tribe) +0.473324 geology_html_3717843204 geology_html_3717843204:168:15840:15858 Gowganda Ontario, California +0.250158 cspg_html_2113617629 cspg_html_2113617629:826:93524:93544 Bow Island Lacombe, Alberta +0.477904 aapg_ad_870.html aapg_ad_870.html:39:5348:5364 Laurentian Marathon County, Wisconsin +0.249996 aapg_ac_702.html aapg_ac_702.html:230:23959:23965 Hertha Iowa +0.242055 aapg_ac_824.html aapg_ac_824.html:638:57080:57088 Colorado Fremont, California +0.25647 aapg_ah_881.html aapg_ah_881.html:224:24956:24962 Oregon Washington (state) +0.263153 gsa_html_3225734041 gsa_html_3225734041:13:722:730 Colorado Denver +0.256905 cspg_html_8915218033 cspg_html_8915218033:291:29880:29908 Besa River Victoria, British Columbia +0.24633 cspg_html_1585758124 cspg_html_1585758124:181:23667:23675 Colorado Logan, Utah +0.468843 sedimentology_html_6642353235 sedimentology_html_6642353235:1518:89015:89021 Oxford Africa +0.261626 aapg_aa_945.html aapg_aa_945.html:10:1249:1259 Rock River Salem, Oregon +0.474089 aapg_aa_684.html aapg_aa_684.html:29:3667:3682 Chugwater Cheyenne, Wyoming +0.244701 aapg_ai_509.html aapg_ai_509.html:97:8638:8649 Tulip Creek Middle Ordovician +0.264195 geology_html_5171586381 geology_html_5171586381:341:27259:27268 San Diego California +0.268752 aapg_ac_949.html aapg_ac_949.html:48:4951:4971 Tallahatta Lisbon +0.473715 cspg_html_1993014403 cspg_html_1993014403:415:45887:45895 Colorado Denver +0.491202 aapg_af_133.html aapg_af_133.html:125:13277:13285 Michigan Michigan +0.276612 aapg_ad_918.html aapg_ad_918.html:510:56370:56379 San Diego California +0.245935 aapg_ae_32.html aapg_ae_32.html:90:9074:9094 Fort Scott Tulsa, Oklahoma +0.88044 aapg_ae_992.html aapg_ae_992.html:3:411:430 Chugwater John Crow Mountains +0.484524 aapg_ad_1.html aapg_ad_1.html:65:7044:7056 Little Falls Black River, Jamaica +0.266175 gsa_html_9613801428 gsa_html_9613801428:116:13231:13259 Talkeetna Matanuska Glacier +0.779418 cspg_html_7989435905 cspg_html_7989435905:73:8042:8053 Belly River Edmonton, London +0.270351 cspg_html_5376629375 cspg_html_5376629375:66:10728:10746 Arctomys Jasper, Texas +0.249856 cspg_html_9735723617 cspg_html_9735723617:2230:191526:191534 Scotland Bridgetown, Nova Scotia +0.260977 aapg_ai_340.html aapg_ai_340.html:785:64075:64084 Matanuska Anchorage, Alaska +0.46359 cspg_html_8810326121 cspg_html_8810326121:12:980:990 Mississagi Espanola, Ontario +0.250458 gsa_html_2017427047 gsa_html_2017427047:12:519:527 Richland Washington (state) +0.43776 aapg_ac_785.html aapg_ac_785.html:280:46168:46197 Barnett Brown County, Ohio +0.256522 cspg_html_4319383223 cspg_html_4319383223:388:46979:46996 Halfway Lacombe, Alberta +0.258362 aapg_ad_958.html aapg_ad_958.html:928:97301:97307 Warsaw Smith County, Kansas +0.244989 aapg_ah_696.html aapg_ah_696.html:348:48264:48274 Washington Richland, Washington +0.437382 aapg_ai_975.html aapg_ai_975.html:8:3404:3411 Hosston County Sligo +0.495208 aapg_ah_494.html aapg_ah_494.html:35:4169:4178 Ingleside Corpus Christi Bay +0.239085 aapg_af_738.html aapg_af_738.html:265:34895:34906 Stony Creek Platina, California +0.2318 cspg_html_1004940981 cspg_html_1004940981:696:74452:74469 Prince Alfred Bay Devon Island +0.266252 aapg_ah_505.html aapg_ah_505.html:1894:149765:149773 Colorado Robertson, New South Wales +0.474264 geology_html_2516074878 geology_html_2516074878:386:30816:30826 Washington Wisconsin +0.255867 aapg_ae_777.html aapg_ae_777.html:158:18191:18209 Tererro Sangre de Cristo Range +0.265224 sedimentology_html_9586961644 sedimentology_html_9586961644:1151:82468:82485 Cardium Lacombe, Alberta +0.2535 aapg_ah_530.html aapg_ah_530.html:131:13012:13029 El Paso El Paso, Texas +0.439348 aapg_af_880.html aapg_af_880.html:572:88027:88050 Harpersville Pueblo, Colorado +0.477582 aapg_ae_67.html aapg_ae_67.html:467:35211:35219 Colorado Colorado +0.247464 gsa_html_1904554207 gsa_html_1904554207:344:38126:38137 Stony Creek Great Valley, New York +0.27189 aapg_ac_126.html aapg_ac_126.html:102:15195:15215 Smackover Texas +0.474832 aapg_af_854.html aapg_af_854.html:1145:161947:161968 Waltersburg Illinois +0.468025 cspg_html_9768299963 cspg_html_9768299963:279:30440:30467 Edmonton Lacombe, Alberta +0.470869 cspg_html_6810036199 cspg_html_6810036199:9:1240:1257 Pelican Lacombe, Alberta +0.2761 aapg_ac_905.html aapg_ac_905.html:204:20016:20040 Cardium Lacombe, Alberta +0.2515 aapg_ah_533.html aapg_ah_533.html:271:31988:32007 Knoxville Central Valley (California) +0.239454 sedimentology_html_6619747998 sedimentology_html_6619747998:1452:87526:87547 Cliff House Colorado +0.867663 aapg_ae_147.html aapg_ae_147.html:277:27617:27636 San Pedro Harbor City, Los Angeles +0.475394 gsa_html_3860045860 gsa_html_3860045860:375:40315:40321 Oregon Scio, New York +0.270396 gsa_html_4667678389 gsa_html_4667678389:488:41935:41959 Big Cottonwood Logan, Utah +0.233752 aapg_af_342.html aapg_af_342.html:317:32760:32768 Bathurst Amsterdam +0.254989 aapg_ac_316.html aapg_ac_316.html:79:8507:8513 Bernal New Mexico +0.724715 aapg_ah_665.html aapg_ah_665.html:9:1251:1257 Pioche Reno, Nevada +0.49036 aapg_ah_387.html aapg_ah_387.html:2443:264352:264360 Mariposa Salem, Oregon +0.472538 aapg_af_590.html aapg_af_590.html:491:38425:38441 Cutler Grand County, Colorado +0.239057 aapg_ai_44.html aapg_ai_44.html:173:26117:26123 Sierra Barquisimeto +0.28184 cspg_html_5940878099 cspg_html_5940878099:334:41988:41993 Banff Lacombe, Alberta +0.261888 aapg_ae_319.html aapg_ae_319.html:708:60019:60027 Sundance Cheyenne, Wyoming +0.2405 gsa_html_1197940982 gsa_html_1197940982:1095:104949:104966 Mehrten Sierra Nevada (Spain) +0.4735 cspg_html_9771826320 cspg_html_9771826320:793:119930:119951 Bathurst District Council of Franklin Harbour +0.4807 aapg_ad_218.html aapg_ad_218.html:107:14353:14377 Bedford Southern California +0.854601 aapg_ai_491.html aapg_ai_491.html:86:11402:11406 Rico Hermosa, Chicago +0.44556 aapg_ae_877.html aapg_ae_877.html:75:7310:7316 Calmar Swan Hill, Victoria +0.242556 aapg_ah_781.html aapg_ah_781.html:184:17535:17540 Bluff Missouri River +0.26145 aapg_ac_240.html aapg_ac_240.html:44:5070:5092 Burro Canyon Colorado +0.261602 aapg_ac_925.html aapg_ac_925.html:71:10855:10861 Umpqua Medford, Massachusetts +0.256011 geology_html_5114001979 geology_html_5114001979:17:1142:1152 Whitehorse Canada +0.470432 cspg_html_3328007773 cspg_html_3328007773:9:717:741 Colorado Colorado +0.24856 cspg_html_8207916783 cspg_html_8207916783:19:2661:2669 Columbia Victoria, British Columbia +0.265558 aapg_aa_98.html aapg_aa_98.html:181:15208:15219 Slave Point Lacombe, Alberta +0.486093 cspg_html_9119878068 cspg_html_9119878068:6:377:397 Swan Hills Lacombe, Alberta +0.374664 aapg_af_785.html aapg_af_785.html:59:6223:6235 Hatchetigbee Alabama +0.254 cspg_html_6306091047 cspg_html_6306091047:272:38476:38484 Columbia Victoria, British Columbia +0.504172 gsa_html_5851349851 gsa_html_5851349851:910:68537:68565 Green River Colorado +0.265144 geology_html_9533399219 geology_html_9533399219:304:22034:22039 Lyell London, Ontario +0.495726 cspg_html_7602315496 cspg_html_7602315496:43:6769:6782 Pakowki Lacombe, Alberta +0.26571 gsa_html_2877093757 gsa_html_2877093757:479:54298:54304 Oregon California +0.70152 aapg_ac_366.html aapg_ac_366.html:76:10999:11019 Shawangunk Pennsylvania +0.635008 aapg_aa_813.html aapg_aa_813.html:429:45641:45662 Wind River Fort Union Trading Post National Historic Site +0.245952 aapg_ah_828.html aapg_ah_828.html:320:25515:25524 La Casita Shreveport, Louisiana +0.26112 aapg_ac_609.html aapg_ac_609.html:498:45701:45716 Methy Manitoba +0.458393 cspg_html_4348111624 cspg_html_4348111624:270:38646:38654 Deadwood Regina, Saskatchewan +0.248482 gsa_html_1743346632 gsa_html_1743346632:933:75378:75387 Harp Lake Nain, Newfoundland and Labrador +0.238212 aapg_af_881.html aapg_af_881.html:97:13342:13349 Rustler Salado, Texas +0.259534 aapg_ae_873.html aapg_ae_873.html:861:100310:100318 Prichard Delta County, Texas +0.47802 aapg_ae_184.html aapg_ae_184.html:69:7282:7291 Oil Creek Pennsylvania +0.252486 cspg_html_8438548095 cspg_html_8438548095:24:2760:2768 Paskapoo Edmonton, London +0.246302 sedimentology_html_5673709888 sedimentology_html_5673709888:155:10980:10993 Red River Williston Basin +0.259408 aapg_ac_742.html aapg_ac_742.html:62:7448:7461 Gypsum Spring Black Hills +0.475345 gsa_html_4113859081 gsa_html_4113859081:74:6541:6553 Owens Valley Sierra Nevada (Spain) +0.486614 gsa_html_2804482794 gsa_html_2804482794:64:4925:4953 Green River Colorado +0.400444 cspg_html_8568877195 cspg_html_8568877195:87:14045:14056 Belly River Lacombe, Alberta +0.498542 palaios_html_7860397774 palaios_html_7860397774:30:1380:1397 La Luna Venezuela +0.248376 aapg_ac_406.html aapg_ac_406.html:151:15160:15169 Smackover Cotton Valley, Louisiana +0.498848 aapg_ah_134.html aapg_ah_134.html:127:10217:10236 Cotton Valley County Sligo +0.255474 palaios_html_5212272868 palaios_html_5212272868:254:28238:28248 Washington Salem, Oregon +0.26606 sedimentology_html_2401684111 sedimentology_html_2401684111:154:13864:13871 Andrews Kangerlussuaq Airport +0.238384 cspg_html_5538678223 cspg_html_5538678223:34:5938:5953 Liard Liard River, British Columbia +0.235638 aapg_ai_28.html aapg_ai_28.html:308:28884:28891 Reynosa Matamoros, Tamaulipas +0.486244 cspg_html_8612721867 cspg_html_8612721867:869:105207:105212 Nisku Lacombe, Alberta +0.260598 cspg_html_8057060038 cspg_html_8057060038:143:17311:17320 Gog Horseshoe Lake, Arkansas +0.387684 aapg_aa_45.html aapg_aa_45.html:113:13495:13513 Moenkopi Colorado +0.255936 aapg_aa_960.html aapg_aa_960.html:207:16730:16734 Jelm Entrada Sandstone +0.470112 aapg_ae_994.html aapg_ae_994.html:65:7633:7660 Madison Cheyenne, Wyoming +0.24057 cspg_html_2419618566 cspg_html_2419618566:610:83316:83322 Antler Canada +0.266031 cspg_html_1114211412 cspg_html_1114211412:293:40299:40305 Fernie Lacombe, Alberta +0.252044 aapg_ah_712.html aapg_ah_712.html:370:47275:47292 Wingate Colorado +0.864875 cspg_html_3041902517 cspg_html_3041902517:440:50872:50913 Nansen Devon Island +0.4794 gsa_html_6616306152 gsa_html_6616306152:29:2796:2824 Green River New Mexico +0.261105 sedimentology_html_6295528506 sedimentology_html_6295528506:700:53865:53882 Lourdes Middle Ordovician +0.257544 cspg_html_5541725202 cspg_html_5541725202:193:28091:28110 Claremont New Brunswick, New Jersey +0.254514 aapg_ae_146.html aapg_ae_146.html:17:2167:2182 Diablo Coahuila +0.266255 aapg_ah_90.html aapg_ah_90.html:146:22093:22101 Colorado Denver +0.24837 jgeology_html_5471448181 jgeology_html_5471448181:249:22597:22614 Wingate Chinle Formation +0.492203 aapg_ae_324.html aapg_ae_324.html:79:7662:7670 Virginia Knoxville, Tennessee +0.248744 aapg_ac_617.html aapg_ac_617.html:29:3485:3503 Oakville Oakville, California +0.502758 aapg_ad_836.html aapg_ad_836.html:999:85518:85525 Decorah Iowa +0.48195 aapg_ac_316.html aapg_ac_316.html:196:22249:22270 Whitehorse New Mexico +0.26728 aapg_ac_807.html aapg_ac_807.html:803:79704:79714 Tuscaloosa Parris Island, South Carolina +0.404294 aapg_ai_272.html aapg_ai_272.html:24:3811:3819 Montreal Great Lakes region (North America) +0.259056 gsa_html_3014459865 gsa_html_3014459865:133:14395:14413 Beacon Hill Gravel Maryland +0.275301 aapg_ae_305.html aapg_ae_305.html:1085:93835:93840 Colon Mexico +0.269824 cspg_html_6032369756 cspg_html_6032369756:66:9109:9117 Columbia Lacombe, Alberta +0.257964 AMJC_html_5421639085 AMJC_html_5421639085:410:43142:43162 Popes Head Sykesville, Maryland +0.256824 palaios_html_2221534395 palaios_html_2221534395:48:6665:6669 Kope Netherlands +0.470439 aapg_ad_49.html aapg_ad_49.html:114:10669:10674 Capay California +0.260051 aapg_aa_537.html aapg_aa_537.html:395:46761:46767 Oswego Mississippi River +0.251001 aapg_ai_28.html aapg_ai_28.html:211:19197:19204 Lagarto Oakville, California +0.515307 aapg_ae_705.html aapg_ae_705.html:5:713:748 Santa Barbara Santa Ynez Valley +0.479142 aapg_ah_283.html aapg_ah_283.html:266:27903:27920 Cowlitz Cowlitz River +0.253967 geology_html_6601484937 geology_html_6601484937:18:1025:1042 Onaping Lake Onega +0.501954 aapg_ad_431.html aapg_ad_431.html:144:11795:11805 Tuscaloosa Logan, Utah +0.27825 aapg_ai_583.html aapg_ai_583.html:43:6992:7000 Sundance Powder River (Montana) +0.459576 aapg_ac_301.html aapg_ac_301.html:174:20236:20263 Saturday Mountain Boise, Idaho +0.506574 aapg_ac_55.html aapg_ac_55.html:172:20725:20735 Vincentown Mount Laurel Township, New Jersey +0.244398 cspg_html_8371777215 cspg_html_8371777215:210:23162:23170 Bullhead Victoria, British Columbia +0.498432 aapg_ae_981.html aapg_ae_981.html:450:39692:39712 Bainbridge Illinois +0.252784 aapg_af_291.html aapg_af_291.html:300:34143:34160 Sadlerochit Prudhoe Bay Oil Field +0.4902 cspg_html_7229660003 cspg_html_7229660003:113:9754:9769 Interlake Regina, Saskatchewan +0.47481 aapg_ad_696.html aapg_ad_696.html:291:27521:27526 Tyler Smith County, Kansas +0.49087 aapg_ak_55.html aapg_ak_55.html:121:12768:12774 Forest Bath, Somerset +0.475048 gsa_html_1951402014 gsa_html_1951402014:31:906:916 Santa Cruz Canary Islands +0.262044 palaios_html_7100229719 palaios_html_7100229719:851:78106:78112 Brazil Praia Grande, Santa Catarina +0.38475 aapg_ae_181.html aapg_ae_181.html:10:1460:1476 Ripley Mississippi River +0.247808 aapg_ac_366.html aapg_ac_366.html:16:2766:2778 Williamsport Salina, Kansas +0.479622 aapg_ae_370.html aapg_ae_370.html:477:44101:44126 Pittsburg Bluff Vernonia, Oregon +0.254961 aapg_af_579.html aapg_af_579.html:168:18213:18230 Entrada Colorado +0.45409 aapg_ai_996.html aapg_ai_996.html:1344:60213:60221 Virginia Virginia +0.495804 aapg_ae_221.html aapg_ae_221.html:425:25963:25972 Vicksburg Melbourne, Florida +0.505195 gsa_html_4699550738 gsa_html_4699550738:584:51170:51175 Price Cambridge +0.477012 jgeology_html_4436895778 jgeology_html_4436895778:946:54268:54276 Michigan Arizona +0.260598 aapg_ai_755.html aapg_ai_755.html:102:11706:11718 Little River Rice County, Kansas +0.51786 aapg_ae_223.html aapg_ae_223.html:144:19040:19049 Mesaverde Iles +0.476046 gsa_html_4339524478 gsa_html_4339524478:1020:94374:94384 Washington Boise, Idaho +0.469392 cspg_html_7872970297 cspg_html_7872970297:55:6448:6469 Telford Victoria, British Columbia +0.480636 cspg_html_6927586285 cspg_html_6927586285:588:66787:66817 Doig Lacombe, Alberta +0.446208 aapg_ai_969.html aapg_ai_969.html:271:29469:29489 Milk River Lacombe, Alberta +0.251968 gsa_html_2023933346 gsa_html_2023933346:1233:114324:114332 Woodford Los Angeles +0.4935 cspg_html_6702053097 cspg_html_6702053097:418:47543:47560 Beekmantown Quebec City +0.265728 aapg_ae_789.html aapg_ae_789.html:310:35778:35785 Wabamun Mount Assiniboine Provincial Park +0.458724 aapg_ac_782.html aapg_ac_782.html:93:17330:17343 Barnett Lampasas, Texas +0.479987 aapg_aa_566.html aapg_aa_566.html:52:6153:6163 Wind River Wasatch Range +0.266112 geology_html_5984209132 geology_html_5984209132:16:759:765 Brazil Manaus +0.249984 aapg_ae_905.html aapg_ae_905.html:170:18542:18558 Pawnee Missouri River +0.47991 aapg_af_419.html aapg_af_419.html:222:28158:28170 Temblor California +0.254736 aapg_ae_113.html aapg_ae_113.html:361:47701:47724 Snowblind Bay Bathurst Island (Northern Territory) +0.269297 cspg_html_6116883777 cspg_html_6116883777:1141:160826:160841 Douro Devon Island +0.484428 aapg_aa_914.html aapg_aa_914.html:396:37535:37545 Fort Worth Texas +0.500065 aapg_ad_2.html aapg_ad_2.html:214:31329:31336 Setters Cockeysville, Maryland +0.494844 cspg_html_5947812886 cspg_html_5947812886:430:68134:68152 Sullivan Hockley +0.503564 aapg_ad_63.html aapg_ad_63.html:231:20184:20190 Goliad Oakville, California +0.257964 aapg_ac_985.html aapg_ac_985.html:51:4855:4871 Hardinsburg Kentucky +0.493569 cspg_html_9894399778 cspg_html_9894399778:66:6134:6142 Foremost Southern Alberta +0.501144 aapg_ad_335.html aapg_ad_335.html:636:77198:77218 Mesaverde Cheyenne, Wyoming +0.253009 gsa_html_3860045860 gsa_html_3860045860:1297:113430:113436 Oregon Washington (state) +0.490049 aapg_aa_831.html aapg_aa_831.html:3:354:376 Wristen Ward County, North Dakota +0.467232 aapg_ae_627.html aapg_ae_627.html:105:9241:9249 Colorado Denver +0.26023 aapg_ae_223.html aapg_ae_223.html:419:51478:51495 Wasatch Wasatch Range +0.25704 aapg_ai_31.html aapg_ai_31.html:95:10726:10745 Chattahoochee Oakville, California +0.252434 geology_html_5276387616 geology_html_5276387616:60:3704:3711 Shuswap Victoria, British Columbia +0.265224 aapg_ad_356.html aapg_ad_356.html:424:41714:41737 Cotton Valley Cotton Valley, Louisiana +0.483616 geology_html_4097535752 geology_html_4097535752:72:6151:6163 Owens Valley Sierra Nevada (Spain) +0.2535 geology_html_9479859164 geology_html_9479859164:93:8135:8158 Colorado Gulf of California +0.25449 cspg_html_7552198061 cspg_html_7552198061:210:24702:24719 Madison Cheyenne, Wyoming +0.259065 aapg_ae_135.html aapg_ae_135.html:223:17230:17242 Wilcox Rapides Parish, Louisiana +0.252504 aapg_ae_993.html aapg_ae_993.html:383:38723:38730 Bedford Cheyenne, Wyoming +0.505215 aapg_ah_320.html aapg_ah_320.html:54:5951:5961 Greenbrier Pennsylvania +0.24174 gsa_html_9866042258 gsa_html_9866042258:1845:142976:142985 San Pedro Mexico +0.498348 aapg_ah_654.html aapg_ah_654.html:1374:122560:122578 Frontier Cheyenne, Wyoming +0.27401 gsa_html_7822144675 gsa_html_7822144675:496:54639:54652 Santa Barbara California +0.261212 aapg_ah_505.html aapg_ah_505.html:987:78576:78587 Dakota Niobrara, Nebraska +0.498225 aapg_ae_876.html aapg_ae_876.html:305:32111:32125 Cedar Mountain Cedar Mountains +0.243408 aapg_ae_812.html aapg_ae_812.html:19:2994:3004 San Andres Mexico +0.2585 aapg_ak_85.html aapg_ak_85.html:262:30121:30132 Haynesville Red Rocks Amphitheatre +0.6935 aapg_ad_337.html aapg_ad_337.html:10:1541:1556 Sespe Santa Monica Mountains +0.264438 cspg_html_6786864151 cspg_html_6786864151:10:1344:1366 Trent River Qualicum River +0.243522 sedimentology_html_1039739878 sedimentology_html_1039739878:1510:79866:79871 Crete Greece +0.489684 gsa_html_1874034425 gsa_html_1874034425:3842:294883:294911 Green River Colorado +0.459208 geology_html_1562036371 geology_html_1562036371:291:23391:23396 Rapid Fiordland National Park +0.500076 aapg_ai_722.html aapg_ai_722.html:6:1117:1125 Michigan Ohio +0.275576 cspg_html_1503116552 cspg_html_1503116552:81:12373:12393 Waterways Swan Hill, Victoria +0.494132 cspg_html_2383801070 cspg_html_2383801070:51:6580:6585 Basal Edmonton, London +0.464088 aapg_aa_4.html aapg_aa_4.html:284:37824:37830 Ithaca Ithaca, New York +0.26985 aapg_ad_921.html aapg_ad_921.html:48:6851:6865 Kope Lexington, Kentucky +0.254338 geology_html_2659665057 geology_html_2659665057:281:25225:25235 Washington Willapa River +0.494019 aapg_ad_466.html aapg_ad_466.html:1318:141234:141247 Potomac Delaware +0.254 aapg_aa_918.html aapg_aa_918.html:1218:126638:126659 Whitehorse Cedar Hill, Texas +0.276555 aapg_ah_387.html aapg_ah_387.html:2695:290377:290388 Toro Knoxville, Illinois +0.25704 gsa_html_6701310840 gsa_html_6701310840:697:62163:62186 Boulder Creek Canada +0.844512 cspg_html_5791970667 cspg_html_5791970667:413:38017:38039 Salem Texas +0.254012 aapg_ae_706.html aapg_ae_706.html:200:17021:17040 Moccasin Martinsburg, Nebraska +0.248965 aapg_af_995.html aapg_af_995.html:250:43550:43559 Sunnyside Kenilworth, Illinois +0.248502 cspg_html_9872589627 cspg_html_9872589627:194:23958:23988 Doig Lacombe, Alberta +0.259056 cspg_html_6140605204 cspg_html_6140605204:20:3421:3454 Kootenay Lacombe, Alberta +0.256027 aapg_ah_536.html aapg_ah_536.html:219:29755:29763 Pearsall Pearsall, Texas +0.247008 gsa_html_2859191796 gsa_html_2859191796:230:22585:22606 Mount Simon Illinois +0.25653 palaios_html_4619218296 palaios_html_4619218296:464:29459:29472 Tres Esquinas Venezuela +0.48603 aapg_ae_711.html aapg_ae_711.html:41:6182:6187 Atoka Hartshorne, Oklahoma +0.47215 cspg_html_2954223000 cspg_html_2954223000:383:55455:55463 Colorado Middle East +0.465408 cspg_html_2650073471 cspg_html_2650073471:6:502:510 Whitemud Milk River, Alberta +0.482532 aapg_ad_285.html aapg_ad_285.html:98:11958:11966 Lisburne Anchorage, Alaska +0.49344 aapg_ah_779.html aapg_ah_779.html:238:43698:43703 Mt Lytton Juniata County School District +0.254012 aapg_aa_415.html aapg_aa_415.html:95:14434:14442 Woodbine Arkansas +0.25324 AMJC_html_4504848787 AMJC_html_4504848787:203:21546:21568 Mechum River Castleton, Vermont +0.26936 aapg_ac_969.html aapg_ac_969.html:40:4212:4221 Oil Creek Ardmore, Pennsylvania +0.251955 jgeology_html_8288020170 jgeology_html_8288020170:1057:57968:57977 Peninsula Cape Breton Island +0.492993 cspg_html_4256688574 cspg_html_4256688574:39:4910:4917 Wapiabi Colorado +0.502007 geology_html_1719839605 geology_html_1719839605:17:829:837 Colorado Denver +0.493569 aapg_af_785.html aapg_af_785.html:143:15487:15508 Cane River Charlotte, North Carolina +0.242544 gsa_html_9459410652 gsa_html_9459410652:623:54629:54632 Rye Reno, Nevada +0.483678 aapg_aa_260.html aapg_aa_260.html:174:19435:19456 Sadlerochit Prudhoe Bay Oil Field +0.25542 aapg_aa_775.html aapg_aa_775.html:575:59566:59584 Reforma Campeche, Campeche +0.450368 cspg_html_8049997704 cspg_html_8049997704:16:1226:1236 Milk River Milk River, Alberta +0.255915 aapg_ae_147.html aapg_ae_147.html:150:16989:17004 Sespe South Mountains (Arizona) +0.255458 gsa_html_3010975239 gsa_html_3010975239:490:59289:59297 Michigan Lake Huron +0.488177 cspg_html_9735723617 cspg_html_9735723617:511:63449:63469 Bird Fiord Ellesmere Island +0.294 aapg_af_891.html aapg_af_891.html:11:1466:1496 Stonewall Crockett County, Tennessee +0.496327 aapg_ak_135.html aapg_ak_135.html:128:21942:21959 Topanga Huntington Beach, California +0.477012 geology_html_6571764485 geology_html_6571764485:152:13029:13039 Washington California +0.50016 aapg_af_551.html aapg_af_551.html:795:72320:72344 Lake Valley Rift Valley lakes +0.2646 gsa_html_2676102786 gsa_html_2676102786:1619:91638:91666 Green River Colorado +0.483171 aapg_af_854.html aapg_af_854.html:613:84450:84462 Borden Ohio +0.251001 palaios_html_6092480787 palaios_html_6092480787:478:52299:52303 Hall London, Ontario +0.48896 gsa_html_8985264904 gsa_html_8985264904:22:1259:1277 Galisteo Texas +0.250985 palaios_html_8767224707 palaios_html_8767224707:321:27799:27822 Bromide Middle East +0.452848 aapg_ai_49.html aapg_ai_49.html:93:9106:9113 Hermosa Logan, Utah +0.26673 cspg_html_4177065182 cspg_html_4177065182:1247:69673:69694 Hardinsburg Illinois +0.478332 aapg_aa_904.html aapg_aa_904.html:361:30956:30977 Milk River Lacombe, Alberta +0.48682 cspg_html_2769629211 cspg_html_2769629211:6:555:564 Waterways Hay River (Canada) +0.249159 aapg_ah_371.html aapg_ah_371.html:176:13901:13911 Tuscaloosa Charleston, South Carolina +0.516532 aapg_af_85.html aapg_af_85.html:77:8800:8806 Muskeg Lacombe, Alberta +0.389635 gsa_html_9666442487 gsa_html_9666442487:370:40886:40895 Ellis Bay Anticosti Island +0.246356 geology_html_3107749784 geology_html_3107749784:194:15466:15474 Colorado San Juan River (Nicaragua) +0.448058 aapg_aa_47.html aapg_aa_47.html:232:26247:26254 Minturn New Mexico +0.47564 aapg_ai_958.html aapg_ai_958.html:101:10061:10069 Oakville Cuero, Texas +0.269357 aapg_ai_18.html aapg_ai_18.html:154:14842:14857 Queen Carrizo Plain +0.501072 aapg_ad_50.html aapg_ad_50.html:41:2965:2970 Atoka Dodge City, Kansas +0.463137 AMJC_html_3632105729 AMJC_html_3632105729:605:76730:76746 Hurwal Salem, Oregon +0.477012 aapg_af_142.html aapg_af_142.html:3:357:367 Rio Grande East Texas +0.482517 cspg_html_8089302449 cspg_html_8089302449:261:44522:44538 Silica Michigan +0.258937 cspg_html_6306091047 cspg_html_6306091047:47:9210:9229 Pardonet Canada +0.274567 cspg_html_7576506617 cspg_html_7576506617:58:9881:9892 Severn River River Severn +0.905728 gsa_html_3436154175 gsa_html_3436154175:21:970:991 Green River Cheyenne, Wyoming +0.473256 geology_html_5620285857 geology_html_5620285857:242:20585:20593 Homewood Switzerland +0.260478 sedimentology_html_9793182930 sedimentology_html_9793182930:340:26872:26905 Honaker Middle East +0.492036 aapg_ad_930.html aapg_ad_930.html:7:880:901 Green River Cheyenne, Wyoming +0.260598 cspg_html_9843429624 cspg_html_9843429624:875:110958:110966 Columbia Victoria, British Columbia +0.485556 aapg_af_663.html aapg_af_663.html:335:34829:34845 Pawnee Pleasanton, Texas +0.252753 geology_html_5607484480 geology_html_5607484480:269:20292:20300 Michigan Bloomington, Indiana +0.247988 gsa_html_6701310840 gsa_html_6701310840:576:54156:54168 Golden Grove Barbados +0.282252 aapg_ad_3.html aapg_ad_3.html:230:19917:19937 Beekmantown Virginia +0.478674 gsa_html_2056046367 gsa_html_2056046367:58:3422:3450 Green River Colorado +0.260075 cspg_html_7994114775 cspg_html_7994114775:233:34989:35011 Logan Cohasset, Massachusetts +0.25806 aapg_af_11.html aapg_af_11.html:173:19465:19480 Ouray Ouray, Colorado +0.24582 aapg_ah_847.html aapg_ah_847.html:146:16552:16569 New Egypt New Egypt, New Jersey +0.246784 aapg_ah_387.html aapg_ah_387.html:2719:292682:292690 San Luis California +0.265668 aapg_ac_867.html aapg_ac_867.html:458:62500:62524 Mesaverde Niobrara, Nebraska +0.247234 cspg_html_6953269830 cspg_html_6953269830:414:45197:45202 Gates Victoria, British Columbia +0.448392 aapg_ac_617.html aapg_ac_617.html:117:15109:15132 Oakville Oakville, California +0.2646 aapg_ae_472.html aapg_ae_472.html:84:11617:11629 San Fernando Aragua River +0.475551 aapg_ac_316.html aapg_ac_316.html:34:4332:4352 San Andres Carlsbad, New Mexico +0.488048 aapg_ai_49.html aapg_ai_49.html:206:23973:23993 San Andres Arizona +0.496244 cspg_html_1058139432 cspg_html_1058139432:634:75490:75496 Viking Lacombe, Alberta +0.4883 cspg_html_2172704722 cspg_html_2172704722:735:89524:89545 Price Logan, Utah +0.483 cspg_html_9648675035 cspg_html_9648675035:609:53898:53916 Dunvegan Lacombe, Alberta +0.250368 palaios_html_5766254008 palaios_html_5766254008:479:42276:42281 Stump Gilboa, New York +0.499174 aapg_ad_880.html aapg_ad_880.html:457:45777:45795 Sundance Manitoba +0.491667 palaios_html_7206591444 palaios_html_7206591444:620:77347:77378 Kope Ohio +0.273493 aapg_aa_426.html aapg_aa_426.html:156:34872:34893 Haynesville Haynesville, Louisiana +0.49244 aapg_ae_768.html aapg_ae_768.html:52:7004:7020 Salado Delaware +0.505296 aapg_ad_808.html aapg_ad_808.html:334:22375:22394 Phosphoria Flat Creek, Missouri +0.259979 jgeology_html_7218166865 jgeology_html_7218166865:102:5015:5023 Blanding Logan, Utah +0.472884 AMJC_html_8831189197 AMJC_html_8831189197:703:66748:66754 Denver Colorado +0.263662 cspg_html_8653047386 cspg_html_8653047386:36:5302:5339 Hare Indian Canada +0.270391 cspg_html_1313584654 cspg_html_1313584654:249:32657:32669 Saskatchewan Caldwell, New Jersey +0.251346 AMJC_html_7872796695 AMJC_html_7872796695:556:46410:46455 Horquilla New Mexico +0.256035 sedimentology_html_2309878186 sedimentology_html_2309878186:830:52600:52620 Toro Chile +0.479304 cspg_html_1065856149 cspg_html_1065856149:160:15429:15437 Edmonton Regina, Saskatchewan +0.508642 aapg_aa_399.html aapg_aa_399.html:503:46233:46244 Belly River Edmonton, London +0.254978 aapg_ad_152.html aapg_ad_152.html:1061:136355:136376 Phosphoria Kaibab, Arizona +0.27999 aapg_af_468.html aapg_af_468.html:31:4057:4071 Frio Brazoria County, Texas +0.47223 aapg_ah_214.html aapg_ah_214.html:13:1403:1415 Saskatchewan Manitoba +0.48672 aapg_af_631.html aapg_af_631.html:162:15911:15927 Salado Salado, Texas +0.476 sedimentology_html_1568456861 sedimentology_html_1568456861:1221:90185:90205 Enrage Canada +0.25347 gsa_html_8735573394 gsa_html_8735573394:758:73472:73489 Waweig New Brunswick, New Jersey +0.47104 jgeology_html_4599466962 jgeology_html_4599466962:147:11090:11099 Schoharie Onondaga (tribe) +0.252374 gsa_html_4012649500 gsa_html_4012649500:706:67788:67796 Columbia Victoria, British Columbia +0.458838 gsa_html_6982030333 gsa_html_6982030333:1202:112516:112526 Washington Boise, Idaho +0.375736 aapg_aa_39.html aapg_aa_39.html:13:1892:1906 Dakota Valencia County, New Mexico +0.460254 aapg_ad_399.html aapg_ad_399.html:29:3237:3247 Kinderhook Chester, Pennsylvania +0.265216 aapg_ad_379.html aapg_ad_379.html:445:38421:38431 San Andres Logan, Utah +0.679489 aapg_ac_458.html aapg_ac_458.html:63:8686:8705 Mesaverde Western world +0.461127 geology_html_8881449794 geology_html_8881449794:104:9352:9360 Colorado Red Rock Canyon National Conservation Area +0.24402 cspg_html_1173833070 cspg_html_1173833070:163:18533:18551 Edmonton Lacombe, Alberta +0.232243 cspg_html_9343899465 cspg_html_9343899465:98:13710:13728 Melville Island Banks Island +0.84548 cspg_html_2863271815 cspg_html_2863271815:130:17356:17372 Guelph Guelph +0.249001 jgeology_html_5435533156 jgeology_html_5435533156:256:16463:16471 Poultney Indian River (Florida) +0.49022 palaios_html_7565718144 palaios_html_7565718144:440:36654:36658 Hall London, Ontario +0.49419 cspg_html_3102530088 cspg_html_3102530088:317:37944:37964 Milk River Regina, Saskatchewan +0.417312 aapg_ai_504.html aapg_ai_504.html:168:16537:16558 Minnelusa Des Moines, Washington +0.48355 aapg_ae_720.html aapg_ae_720.html:719:82378:82393 Canol Canada +0.494656 aapg_ad_603.html aapg_ad_603.html:33:2971:2980 Minnelusa Crook, Colorado +0.484344 aapg_af_142.html aapg_af_142.html:265:34101:34114 Cotton Valley Texas +0.26728 aapg_ah_700.html aapg_ah_700.html:580:72806:72827 Belly River Lacombe, Alberta +0.25351 cspg_html_4326384800 cspg_html_4326384800:775:108190:108209 Yahatinda Southeast Asia +0.469665 geology_html_7252964522 geology_html_7252964522:13:473:481 Virginia Reston, Virginia +0.48974 aapg_ae_904.html aapg_ae_904.html:394:40098:40107 Minnelusa Englewood, New Jersey +0.512 gsa_html_1754747405 gsa_html_1754747405:29:2796:2824 Green River Colorado +0.259979 aapg_ad_981.html aapg_ad_981.html:382:23584:23595 Chazy Canada +0.490633 cspg_html_9768299963 cspg_html_9768299963:60:6737:6753 Battle Red Deer, Alberta +0.502765 aapg_ad_883.html aapg_ad_883.html:267:24788:24796 Michigan Lenawee County, Michigan +0.382284 aapg_ai_78.html aapg_ai_78.html:45:4382:4391 Catahoula Shreveport, Louisiana +0.259284 cspg_html_8904992939 cspg_html_8904992939:420:50652:50677 Nisku Lacombe, Alberta +0.267534 AMJC_html_6341723617 AMJC_html_6341723617:831:73123:73140 Bridger Cheyenne, Wyoming +0.27499 aapg_ae_959.html aapg_ae_959.html:1539:112590:112598 Wolfcamp Nashville Basin +0.26622 AMJC_html_5916115748 AMJC_html_5916115748:179:19712:19720 Beaumont Beaumont, Texas +0.257536 palaios_html_4940783464 palaios_html_4940783464:393:40665:40692 Yakataga Anchorage, Alaska +0.729872 aapg_af_435.html aapg_af_435.html:68:7570:7577 Hosston Mississippi River +0.355824 aapg_ae_454.html aapg_ae_454.html:612:56214:56222 Dorcheat Arkansas +0.272468 cspg_html_1189888589 cspg_html_1189888589:320:41191:41210 Paskapoo Cheyenne, Wyoming +0.26884 cspg_html_1503116552 cspg_html_1503116552:1330:207349:207376 Beaverhill Western Canadian Sedimentary Basin +0.483406 cspg_html_5484260516 cspg_html_5484260516:989:78149:78167 Palliser Lacombe, Alberta +0.253272 aapg_ad_0.html aapg_ad_0.html:288:24655:24676 Mount Simon Illinois +0.451164 cspg_html_7970836465 cspg_html_7970836465:140:17595:17612 Vaureal Havre, Montana +0.245024 aapg_af_589.html aapg_af_589.html:12:1583:1593 Washington Salem, Oregon +0.767448 aapg_ad_808.html aapg_ad_808.html:1237:84672:84695 Frontier Cheyenne, Wyoming +0.483041 gsa_html_7195000001 gsa_html_7195000001:343:47402:47424 Eureka Sound Banks Island +0.487872 cspg_html_3328007773 cspg_html_3328007773:673:71307:71327 Colorado Colorado +0.864059 cspg_html_3962754176 cspg_html_3962754176:687:74688:74714 Horseshoe Canyon Drumheller +0.48576 geology_html_9123782865 geology_html_9123782865:14:739:745 Denver Colorado +0.515404 aapg_ad_960.html aapg_ad_960.html:59:6099:6107 Monterey California +0.47998 geology_html_6476658393 geology_html_6476658393:33:3081:3094 Potsdam Ontario, California +0.247416 palaios_html_8472682513 palaios_html_8472682513:553:52994:53000 Cannon Colorado +0.363 aapg_ae_74.html aapg_ae_74.html:401:37587:37620 Moenkopi Logan, Utah +0.423522 gsa_html_8398449001 gsa_html_8398449001:585:45908:45918 Bear River Bear Lake, Michigan +0.236493 sedimentology_html_3592910316 sedimentology_html_3592910316:122:11068:11088 Missisauga Middle East +0.501095 aapg_af_143.html aapg_af_143.html:843:82230:82239 Knoxville California +0.49824 aapg_ah_97.html aapg_ah_97.html:83:10568:10575 Bromide Boise, Idaho +0.255955 aapg_ac_575.html aapg_ac_575.html:561:85038:85045 Leonard East Timor +0.266772 cspg_html_5731893209 cspg_html_5731893209:47:4856:4873 Wabamun Redwater, Texas +0.25857 cspg_html_9272820228 cspg_html_9272820228:21:2825:2852 Cold Lake Lacombe, Alberta +0.25296 geology_html_2333844059 geology_html_2333844059:288:23082:23090 Santiago Chile +0.254464 aapg_af_318.html aapg_af_318.html:529:52860:52880 Ellerslie Lacombe, Alberta +0.24929 cspg_html_5345848475 cspg_html_5345848475:1006:99179:99191 Saskatchewan Saskatoon +0.255025 aapg_ai_272.html aapg_ai_272.html:616:63153:63175 Albert New Brunswick, New Jersey +0.24926 aapg_ad_823.html aapg_ad_823.html:154:16429:16446 Rustler Culebra, Puerto Rico +0.483736 aapg_ai_813.html aapg_ai_813.html:74:12790:12795 Yukon Anchorage, Alaska +0.254248 cspg_html_1064364469 cspg_html_1064364469:30:3605:3612 Cardium Western world +0.278783 cspg_html_2046810769 cspg_html_2046810769:107:7704:7725 Christopher Banks Island +0.265738 gsa_html_1591315291 gsa_html_1591315291:590:49841:49845 Hall London, Ontario +0.270364 aapg_ai_49.html aapg_ai_49.html:245:29099:29106 Wingate Kayenta, Arizona +0.465348 gsa_html_5261839912 gsa_html_5261839912:219:21843:21860 Montevideo Gneiss Montevideo, Minnesota +0.250997 aapg_ad_218.html aapg_ad_218.html:159:19918:19938 Bedford California +0.503272 aapg_ah_411.html aapg_ah_411.html:158:18728:18747 Fox Hills Cheyenne, Wyoming +0.497896 gsa_html_3613642206 gsa_html_3613642206:13:643:653 Washington Earth +0.466317 aapg_ae_68.html aapg_ae_68.html:285:32687:32692 Logan Ogden, Utah +0.27878 cspg_html_2803424832 cspg_html_2803424832:69:9854:9874 Assistance Melville Island (Canada) +0.260036 cspg_html_9290046117 cspg_html_9290046117:815:95688:95693 Banff Lacombe, Alberta +0.4921 palaios_html_4745554613 palaios_html_4745554613:433:48578:48586 Columbia Victoria, British Columbia +0.252813 cspg_html_3926542795 cspg_html_3926542795:1132:118944:118964 Swan Hills Swan Hill, Victoria +0.490116 gsa_html_3080505437 gsa_html_3080505437:189:14495:14523 Green River New Mexico +0.268836 sedimentology_html_7328045802 sedimentology_html_7328045802:660:39283:39302 Frankfort Austin, Chicago +0.501557 cspg_html_9905904289 cspg_html_9905904289:327:41834:41842 Whitemud Regina, Saskatchewan +0.462704 geology_html_7365667112 geology_html_7365667112:201:19238:19243 Rapid Tibet Autonomous Region +0.922554 sedimentology_html_8384737970 sedimentology_html_8384737970:401:34572:34579 Entrada Carmel, Indiana +0.250458 gsa_html_3646882130 gsa_html_3646882130:88:8823:8850 Columbia Steens Mountain Wilderness +0.508804 sedimentology_html_3865745685 sedimentology_html_3865745685:1378:101193:101211 Dunvegan Ganges +0.498848 cspg_html_5358383351 cspg_html_5358383351:589:82951:82964 Windsor Bridgetown, Nova Scotia +0.238612 aapg_aa_153.html aapg_aa_153.html:36:3831:3851 Seneca Ithaca, New York +0.475205 aapg_ai_49.html aapg_ai_49.html:575:75516:75535 Tensleep Logan, Utah +0.251955 aapg_ac_621.html aapg_ac_621.html:182:16278:16286 Zeandale Tarkio, Missouri +0.252464 sedimentology_html_3941612453 sedimentology_html_3941612453:51:5377:5392 Quinault Washington (state) +0.48316 aapg_ai_593.html aapg_ai_593.html:1316:141715:141740 Woodbine Texas +0.524892 aapg_ae_498.html aapg_ae_498.html:677:73633:73641 Nealmont Virginia +0.486093 geology_html_6903099226 geology_html_6903099226:287:24767:24772 Swift Stroudsburg, Pennsylvania +0.515442 aapg_ah_501.html aapg_ah_501.html:82:8471:8475 Buda Del Rio, Tennessee +0.249194 aapg_ah_645.html aapg_ah_645.html:527:64351:64356 Piper Williston, Vermont +0.26052 aapg_af_887.html aapg_af_887.html:187:18370:18378 Carlsbad West Texas +0.405867 aapg_ah_646.html aapg_ah_646.html:90:11184:11200 Chinle Logan, Utah +0.263153 aapg_ac_807.html aapg_ac_807.html:319:32402:32420 Patapsco Delaware +0.2415 cspg_html_9176909629 cspg_html_9176909629:13:1582:1597 Melville Island Little Cornwallis Island +0.254508 geology_html_3092781509 geology_html_3092781509:340:27942:27949 Canning Perth, Western Australia +0.497904 gsa_html_7797980813 gsa_html_7797980813:986:65951:65979 Green River New Mexico +0.267804 cspg_html_3521815736 cspg_html_3521815736:255:35650:35664 Doig Western world +0.243048 cspg_html_9768299963 cspg_html_9768299963:109:12003:12021 Scollard Red Deer, Alberta +0.51324 aapg_af_653.html aapg_af_653.html:2433:215138:215146 Monterey Monterey, California +0.415154 cspg_html_3404912985 cspg_html_3404912985:579:89307:89318 Belly River Western world +0.23129 jgeology_html_5792739316 jgeology_html_5792739316:206:14408:14418 Laurentian Kalahari Desert +0.263662 sedimentology_html_6357692216 sedimentology_html_6357692216:294:32819:32823 Hall London, Ontario +0.246 AMJC_html_1767296229 AMJC_html_1767296229:472:43392:43414 Fisset Brook Cape Breton Island +0.460558 aapg_ah_847.html aapg_ah_847.html:203:23782:23792 Sykesville New Egypt, New Jersey +0.255021 aapg_ae_627.html aapg_ae_627.html:104:9191:9199 Colorado Denver +0.362748 aapg_ad_280.html aapg_ad_280.html:3:478:497 Smackover Bossier City, Louisiana +0.24843 cspg_html_5295390542 cspg_html_5295390542:349:43297:43347 Halfway Victoria, British Columbia +0.254464 cspg_html_9070870548 cspg_html_9070870548:509:51342:51359 Cardium Lacombe, Alberta +0.246482 cspg_html_5381643866 cspg_html_5381643866:357:44684:44702 Bickford Rocky Brook +0.25908 gsa_html_2023933346 gsa_html_2023933346:491:50685:50690 Sespe Poway, California +0.262656 geology_html_1235527591 geology_html_1235527591:16:950:960 Fort Worth Texas +0.251502 aapg_ah_435.html aapg_ah_435.html:521:61254:61260 Midway Mexico +0.323531 aapg_ae_5.html aapg_ae_5.html:15:1941:1955 Earp New Mexico +0.487494 AMJC_html_7085584544 AMJC_html_7085584544:869:91970:91978 Michigan Cheyenne, Wyoming +0.247009 gsa_html_7020634397 gsa_html_7020634397:912:71308:71313 Yukon Victoria, British Columbia +0.52907 geology_html_3374437567 geology_html_3374437567:297:24882:24891 Littleton Colorado +0.48682 gsa_html_5089176247 gsa_html_5089176247:1039:94017:94045 Green River Colorado +0.251001 aapg_ac_334.html aapg_ac_334.html:78:10378:10391 Moncton North Carolina +0.477044 aapg_ad_184.html aapg_ad_184.html:31:4977:4985 Michigan Illinois +0.255474 geology_html_2099150727 geology_html_2099150727:359:29087:29091 Hall London, Ontario +0.264096 sedimentology_html_9443898314 sedimentology_html_9443898314:187:8476:8486 Washington Salem, Oregon +0.261612 cspg_html_4845813500 cspg_html_4845813500:239:25861:25877 Rocky Brook New Brunswick, New Jersey +0.243013 aapg_ai_321.html aapg_ai_321.html:143:19752:19759 Esquias Matagalpa +0.39536 aapg_ae_692.html aapg_ae_692.html:138:16197:16211 Deadwood Winnipeg +0.272448 cspg_html_4298557570 cspg_html_4298557570:336:42631:42648 Bearpaw Red Deer, Alberta +0.266742 gsa_html_6433065427 gsa_html_6433065427:72:7914:7925 Green River Kentucky +0.44376 aapg_ad_337.html aapg_ad_337.html:193:21880:21891 Sespe Oxnard, California +0.26985 gsa_html_5295695236 gsa_html_5295695236:1254:124479:124488 Littleton Colorado +0.4914 aapg_ac_309.html aapg_ac_309.html:21:2431:2447 Peedee Charleston, South Carolina +0.489204 cspg_html_1781462584 cspg_html_1781462584:325:34144:34152 Montreal Montreal +0.508116 aapg_ad_831.html aapg_ad_831.html:49:7859:7865 Oregon Washington (state) +0.48545 aapg_ae_993.html aapg_ae_993.html:521:53523:53540 Leatham Logan, Utah +0.489762 gsa_html_6971334714 gsa_html_6971334714:712:70684:70694 Las Cruces El Paso, Texas +0.497466 aapg_ad_110.html aapg_ad_110.html:909:91356:91373 Amsden Cheyenne, Wyoming +0.89112 aapg_ai_49.html aapg_ai_49.html:225:26734:26752 Moenkopi Reno, Nevada +0.492544 aapg_ac_782.html aapg_ac_782.html:183:31890:31903 Barnett Western world +0.471696 cspg_html_5783501569 cspg_html_5783501569:48:7050:7069 Waterfowl Western world +0.247396 gsa_html_7125621200 gsa_html_7125621200:758:66905:66921 Navajo Logan, Utah +0.253008 aapg_ai_410.html aapg_ai_410.html:377:33191:33196 Ouray Hermosa, Chicago +0.497097 sedimentology_html_8006979411 sedimentology_html_8006979411:149:13606:13615 Greenhorn New Mexico +0.247808 aapg_ad_956.html aapg_ad_956.html:552:51217:51234 Baraboo Quartzite Wisconsin +0.485884 aapg_ad_111.html aapg_ad_111.html:399:45820:45829 Sunnyside Carbon County, Wyoming +0.259518 palaios_html_5582845937 palaios_html_5582845937:359:36169:36177 Virginia Hampton, New Hampshire +0.5082 gsa_html_7012936645 gsa_html_7012936645:823:66536:66557 Martinsburg Pennsylvania +0.492768 aapg_ai_883.html aapg_ai_883.html:59:6289:6294 Sligo Southeast Asia +0.262913 aapg_aa_360.html aapg_aa_360.html:98:10140:10156 Indio Carrizo Plain +0.505854 aapg_af_663.html aapg_af_663.html:423:42152:42160 Altamont Laredo, Texas +0.24056 sedimentology_html_8752954975 sedimentology_html_8752954975:646:50879:50914 Kingston Peak Death Valley +0.47285 aapg_af_483.html aapg_af_483.html:104:13918:13934 Atima Honduras +0.257033 geology_html_1146010106 geology_html_1146010106:45:5842:5862 North Horn Gunnison County, Colorado +0.28034 aapg_ad_581.html aapg_ad_581.html:89:10235:10246 Martinsburg Waynesboro, Pennsylvania +0.45815 gsa_html_4930932370 gsa_html_4930932370:845:86663:86680 Onaping Michigan +0.267786 cspg_html_1242153796 cspg_html_1242153796:45:7290:7298 Glenogle Victoria, British Columbia +0.259578 aapg_af_296.html aapg_af_296.html:73:6012:6017 Hondo California +0.25627 aapg_ad_821.html aapg_ad_821.html:447:34045:34057 Wasatch Fort Union Trading Post National Historic Site +0.499465 aapg_af_489.html aapg_af_489.html:66:7057:7072 Yegua Texas +0.467857 cspg_html_9587281669 cspg_html_9587281669:76:14038:14052 Colorado Colorado +0.48864 aapg_ah_687.html aapg_ah_687.html:420:57033:57061 Athabasca Lacombe, Alberta +0.497373 aapg_ac_316.html aapg_ac_316.html:205:23402:23418 Whitehorse New Mexico +0.47685 sedimentology_html_5482644620 sedimentology_html_5482644620:549:51866:51872 Oregon Arizona +0.253872 jgeology_html_4232779030 jgeology_html_4232779030:627:36951:36959 Colorado Gunnison River +0.475896 aapg_aa_114.html aapg_aa_114.html:233:25771:25783 La Boca Middle East +0.24892 cspg_html_9018334227 cspg_html_9018334227:521:63411:63419 Columbia Victoria, British Columbia +0.4541 aapg_ac_187.html aapg_ac_187.html:2492:249018:249022 Home Lawrenceville, New Jersey +0.246928 aapg_aa_231.html aapg_aa_231.html:74:8878:8908 Borden Texas +0.256949 aapg_ai_514.html aapg_ai_514.html:13:2119:2130 Green River Uinta Mountains +0.256011 aapg_af_18.html aapg_af_18.html:67:8350:8359 Newcastle Fall River, Nova Scotia +0.254388 cspg_html_5947812886 cspg_html_5947812886:398:61274:61283 Cathedral Lake Louise, Alberta +0.476216 sedimentology_html_7482146728 sedimentology_html_7482146728:377:46491:46497 Oregon Salem, Oregon +0.271582 aapg_ae_272.html aapg_ae_272.html:846:85240:85248 Michigan Michigan +0.250965 cspg_html_5891044027 cspg_html_5891044027:73:15106:15124 Waterton Western world +0.259017 geology_html_6051364759 geology_html_6051364759:212:18269:18276 Andrews London, Ontario +0.497202 aapg_ah_973.html aapg_ah_973.html:159:9997:10013 Peedee North Carolina +0.250344 aapg_ac_333.html aapg_ac_333.html:132:16277:16289 Hermit Grand Canyon +0.39804 gsa_html_4067269733 gsa_html_4067269733:667:59705:59724 Moenkopi Kaibab, Arizona +0.264075 gsa_html_6281658899 gsa_html_6281658899:64:9434:9455 Wind River Wasatch Range +0.70368 aapg_ac_348.html aapg_ac_348.html:303:33268:33288 Allegheny Huntington, West Virginia +0.26364 aapg_ae_74.html aapg_ae_74.html:435:40674:40691 Wingate Arizona +0.249494 cspg_html_8174352156 cspg_html_8174352156:511:67372:67380 Columbia Victoria, British Columbia +0.254007 aapg_ad_2.html aapg_ad_2.html:1579:218364:218382 Potsdam Pennsylvania +0.497038 cspg_html_5534161222 cspg_html_5534161222:571:59462:59470 Columbia Lacombe, Alberta +0.25026 gsa_html_1217771406 gsa_html_1217771406:744:71797:71811 Monterey Santa Cruz Island +0.271872 aapg_ah_772.html aapg_ah_772.html:772:66609:66625 Pequop Reno, Nevada +0.259584 aapg_ai_31.html aapg_ai_31.html:497:46704:46718 Frio Texas +0.27702 cspg_html_7337727809 cspg_html_7337727809:6:498:506 Columbia Lacombe, Alberta +0.482328 gsa_html_3701935694 gsa_html_3701935694:193:18273:18291 Moretown Bennington, Vermont +0.261703 cspg_html_8247666269 cspg_html_8247666269:693:78518:78534 Hassel District Council of Franklin Harbour +0.488022 aapg_ad_659.html aapg_ad_659.html:102:13529:13573 Solor Church Iowa +0.262119 cspg_html_1434585715 cspg_html_1434585715:838:78908:78918 Fort Union Cheyenne, Wyoming +0.49056 aapg_ai_80.html aapg_ai_80.html:198:21618:21633 Franconia Trempealeau, Wisconsin +0.276627 gsa_html_8951179545 gsa_html_8951179545:778:83096:83108 Wilcox Texas +0.257964 aapg_ah_435.html aapg_ah_435.html:125:15707:15717 San Felipe Austin, Chicago +0.243552 sedimentology_html_2139169476 sedimentology_html_2139169476:52:3529:3538 Peninsula Korea +0.50042 gsa_html_4120839285 gsa_html_4120839285:1671:155166:155194 Green River Colorado +0.28994 aapg_ae_415.html aapg_ae_415.html:247:32059:32068 Red Bluff Alabama +0.497488 aapg_ad_49.html aapg_ad_49.html:115:10698:10716 Crescent Washington (state) +0.233727 cspg_html_3850954719 cspg_html_3850954719:81:11406:11423 Muskiki Southeast Asia +0.244764 aapg_af_874.html aapg_af_874.html:156:11178:11188 Pottsville Huntington, West Virginia +0.496006 aapg_ai_49.html aapg_ai_49.html:490:63506:63514 Tensleep Cheyenne, Wyoming +0.495876 cspg_html_4568084707 cspg_html_4568084707:81:11348:11370 Cooking Lake Lacombe, Alberta +0.261096 aapg_aa_898.html aapg_aa_898.html:102:13149:13164 Flagstaff Sevier orogeny +0.47773 gsa_html_7272439065 gsa_html_7272439065:293:27510:27531 Elk Cheyenne, Wyoming +0.246302 aapg_ac_742.html aapg_ac_742.html:73:8842:8861 Spearfish Black Hills +0.452676 aapg_af_206.html aapg_af_206.html:33:3811:3822 San Antonio Laredo, Texas +0.221904 cspg_html_6644065685 cspg_html_6644065685:53:5740:5760 Griper Bay Banks Island +0.231325 aapg_ad_98.html aapg_ad_98.html:178:17317:17337 Copenhagen Reno, Nevada +0.24856 gsa_html_1536819908 gsa_html_1536819908:45:3754:3760 Antler Sonoma, California +0.248082 aapg_ae_180.html aapg_ae_180.html:79:9436:9451 Mt Lytton Judith River Formation +0.260091 aapg_af_666.html aapg_af_666.html:357:28910:28918 Red Peak John Crow Mountains +0.248857 aapg_af_174.html aapg_af_174.html:173:22533:22538 Mt Lytton Canada +0.257544 aapg_af_393.html aapg_af_393.html:104:15563:15583 Grandfather Mountain Mountain City, Tennessee +0.518514 gsa_html_5601712699 gsa_html_5601712699:957:81312:81338 Monterey California +0.242949 aapg_aa_229.html aapg_aa_229.html:404:31049:31060 Peace River Lacombe, Alberta +0.270351 aapg_ai_761.html aapg_ai_761.html:422:47451:47457 Provo Vienna +0.267794 palaios_html_8283629756 palaios_html_8283629756:378:33970:33978 Columbia Victoria, British Columbia +0.249444 geology_html_3745475684 geology_html_3745475684:211:23241:23251 Keokuk Bennington, Vermont +0.24354 gsa_html_8266272099 gsa_html_8266272099:40:4399:4405 Denver Colorado +0.474498 aapg_aa_81.html aapg_aa_81.html:84:7932:7957 Topeka Topeka, Kansas +0.463672 gsa_html_2168907540 gsa_html_2168907540:501:53328:53334 Walker Republic of China +0.258552 cspg_html_9676262628 cspg_html_9676262628:36:4563:4591 Cardium Lacombe, Alberta +0.490269 palaios_html_5321533010 palaios_html_5321533010:395:44421:44427 Reston Lihue, Hawaii +0.489472 aapg_aa_507.html aapg_aa_507.html:69:8634:8647 Nacatoch Shreveport, Louisiana +0.269874 aapg_ah_845.html aapg_ah_845.html:301:35393:35397 Ladd Central Texas +0.455056 cspg_html_5484260516 cspg_html_5484260516:86:10851:10863 Saskatchewan Victoria, British Columbia +0.48822 cspg_html_1506720813 cspg_html_1506720813:183:24873:24885 Saskatchewan Regina, Saskatchewan +0.2515 aapg_ae_706.html aapg_ae_706.html:261:23005:23015 Nolichucky Middle East +0.487014 aapg_af_854.html aapg_af_854.html:920:130237:130244 Renault Kentucky +0.248805 cspg_html_4694482219 cspg_html_4694482219:335:29363:29380 Bearpaw Edmonton, London +0.494592 aapg_af_288.html aapg_af_288.html:349:42122:42138 Mural Arizona +0.496244 gsa_html_7581107637 gsa_html_7581107637:55:3532:3560 Green River Colorado +0.499465 aapg_ad_883.html aapg_ad_883.html:47:6628:6644 Salina Franconia, New Hampshire +0.261244 aapg_ah_289.html aapg_ah_289.html:23:3583:3601 Monterey California +0.243987 aapg_aa_172.html aapg_aa_172.html:685:74248:74253 Weeks Canada +0.254478 gsa_html_1741354143 gsa_html_1741354143:537:48921:48929 Scotland London, Ontario +0.244944 aapg_ah_869.html aapg_ah_869.html:1072:97509:97519 South Park Colorado +0.255 cspg_html_7963093032 cspg_html_7963093032:67:9030:9050 Mill Creek Crowsnest Pass, Alberta +0.4985 sedimentology_html_1049699891 sedimentology_html_1049699891:31:2155:2163 Colorado Switzerland +0.269838 aapg_ac_952.html aapg_ac_952.html:150:16778:16797 Smackover Texas +0.26624 cspg_html_1222040397 cspg_html_1222040397:699:85249:85257 Columbia Victoria, British Columbia +0.261632 aapg_ac_245.html aapg_ac_245.html:111:17366:17371 Atoka Texas +0.246482 cspg_html_6839937815 cspg_html_6839937815:300:43232:43238 Kaibab Arizona +0.278684 aapg_aa_143.html aapg_aa_143.html:389:56933:56961 Axemann Pennsylvania +0.247494 cspg_html_9023649778 cspg_html_9023649778:6:527:535 Columbia Victoria, British Columbia +0.248004 cspg_html_8279927914 cspg_html_8279927914:49:5475:5490 Elk Lacombe, Alberta +0.496961 aapg_ah_656.html aapg_ah_656.html:540:52344:52359 Queen Guadalupe Mountains National Park +0.83444 aapg_ae_757.html aapg_ae_757.html:1065:75373:75386 Carlile Colorado +0.4805 aapg_ac_635.html aapg_ac_635.html:25:3653:3666 Shasta California +0.495496 cspg_html_1019614994 cspg_html_1019614994:372:60853:60863 Big Valley Lacombe, Alberta +0.258566 aapg_ai_107.html aapg_ai_107.html:145:13644:13663 Smackover Hunt County, Texas +0.26316 aapg_ae_253.html aapg_ae_253.html:113:13195:13214 Smackover Texas +0.480038 cspg_html_4405340534 cspg_html_4405340534:124:19316:19323 Gascons West Point, New York +0.258516 cspg_html_2546442054 cspg_html_2546442054:483:50715:50728 Blood Reserve Lacombe, Alberta +0.482446 aapg_ad_761.html aapg_ad_761.html:80:7110:7114 Weno Buda, Texas +0.252486 jgeology_html_5194715269 jgeology_html_5194715269:98:3595:3601 Denver Colorado +0.259776 cspg_html_1770934036 cspg_html_1770934036:593:63906:63913 Muskiki Canada +0.470929 geology_html_8283566786 geology_html_8283566786:202:19018:19026 Colorado Denver +0.49036 aapg_ac_629.html aapg_ac_629.html:352:45028:45038 Citronelle Texas +0.469 geology_html_6915595818 geology_html_6915595818:250:24378:24399 Tibbit Hill Quebec City +0.486758 cspg_html_9703291023 cspg_html_9703291023:272:30657:30677 Lakota Cheyenne, Wyoming +0.23816 cspg_html_2625728726 cspg_html_2625728726:748:79585:79597 Granite Wash Lacombe, Alberta +0.270399 sedimentology_html_8718672678 sedimentology_html_8718672678:1004:55625:55647 Dunvegan Victoria, British Columbia +0.4835 sedimentology_html_4464071344 sedimentology_html_4464071344:715:52958:52991 Richland Pennsylvania +0.263971 aapg_ac_832.html aapg_ac_832.html:878:84512:84526 Stony Mountain Williston, Vermont +0.258266 cspg_html_4298557570 cspg_html_4298557570:673:64031:64049 Paskapoo Lacombe, Alberta +0.245518 aapg_ae_581.html aapg_ae_581.html:374:41536:41551 Mt Lytton Colorado +0.39411 palaios_html_2746116737 palaios_html_2746116737:133:11988:12008 Tallahatta Alabama +0.252464 gsa_html_5051880568 gsa_html_5051880568:681:62849:62858 Peninsula Korea +0.501942 aapg_ae_877.html aapg_ae_877.html:12:1755:1780 Beaverhill Swan Hill, Victoria +0.260554 aapg_aa_24.html aapg_aa_24.html:181:17517:17522 Yukon Cairns, Queensland +0.353804 palaios_html_3415407632 palaios_html_3415407632:320:28411:28429 Winnipeg Regina, Saskatchewan +0.269878 aapg_ah_415.html aapg_ah_415.html:31:4105:4115 Milk River Bow Island Airport +0.465528 aapg_ac_807.html aapg_ac_807.html:475:48366:48374 Virginia Maryland +0.242424 cspg_html_2345233886 cspg_html_2345233886:571:56569:56574 Nisku Canada +0.269588 aapg_aa_302.html aapg_aa_302.html:326:39348:39354 Kaibab Arizona +0.246945 aapg_ad_440.html aapg_ad_440.html:696:70522:70530 Maccrady Pocono Raceway +0.45913 aapg_ae_749.html aapg_ae_749.html:677:67136:67142 Walker Knoxville, Tennessee +0.4947 gsa_html_1119256423 gsa_html_1119256423:724:70095:70109 Arikaree Nebraska +0.25602 palaios_html_9507397379 palaios_html_9507397379:432:38271:38288 Barstow Mojave Desert +0.249999 jgeology_html_9215313444 jgeology_html_9215313444:281:19222:19232 Washington Spokane, Washington +0.505296 aapg_ac_176.html aapg_ac_176.html:203:34356:34373 Otaraoa Tarata Municipality +0.240318 aapg_ae_71.html aapg_ae_71.html:91:8043:8048 Ouray Colorado Plateau +0.27144 sedimentology_html_2467163569 sedimentology_html_2467163569:330:28591:28600 Rio Dulce Spain +0.475205 gsa_html_3648258377 gsa_html_3648258377:324:31191:31220 Raritan Closter, New Jersey +0.262095 jgeology_html_4937430430 jgeology_html_4937430430:445:23263:23267 Hall London, Ontario +0.254514 sedimentology_html_3455721661 sedimentology_html_3455721661:16:1116:1134 Todilto New Mexico +0.26728 geology_html_7782069611 geology_html_7782069611:12:783:790 Newport Salem, Oregon +0.278254 aapg_ae_694.html aapg_ae_694.html:175:19628:19647 Woodbine East Texas +0.474447 cspg_html_4392308496 cspg_html_4392308496:62:10250:10261 Mabou Logan, Utah +0.250498 aapg_ai_143.html aapg_ai_143.html:144:17054:17064 Bow Island Saskatchewan River +0.491667 aapg_ah_688.html aapg_ah_688.html:238:25894:25907 Cotton Valley Haynesville, Louisiana +0.262023 geology_html_4520299428 geology_html_4520299428:345:25252:25257 Price Earth +0.259979 aapg_ac_475.html aapg_ac_475.html:31:5475:5504 Kishenehn Victoria, British Columbia +0.2565 gsa_html_8740218609 gsa_html_8740218609:233:22633:22641 Virginia Denver +0.247923 aapg_ae_916.html aapg_ae_916.html:257:29547:29559 Judith River Judith River Formation +0.263472 geology_html_9864484021 geology_html_9864484021:15:684:689 Bluff Logan, Utah +0.267776 palaios_html_8895470583 palaios_html_8895470583:241:24626:24643 Tamana Trinidad and Tobago +0.267764 cspg_html_6715452766 cspg_html_6715452766:392:47977:47996 Eureka Sound Ellesmere Island +0.26368 gsa_html_2743423721 gsa_html_2743423721:568:61237:61246 Eel River Republic of China +0.46818 aapg_ai_819.html aapg_ai_819.html:3:155:176 White Dolomite Ohio +0.496784 cspg_html_1140317615 cspg_html_1140317615:342:33091:33103 Saskatchewan Lacombe, Alberta +0.478116 jgeology_html_4305195651 jgeology_html_4305195651:3077:221044:221056 Fayetteville Arkansas +0.266532 aapg_ad_940.html aapg_ad_940.html:37:4140:4161 Dakota Denver +0.495281 aapg_ac_384.html aapg_ac_384.html:188:20450:20455 Price Arctic Cordillera +0.281897 sedimentology_html_1687656905 sedimentology_html_1687656905:2227:103034:103056 Wabamun Canada +0.265932 cspg_html_2172704722 cspg_html_2172704722:894:99039:99051 Saskatchewan Colorado +0.253791 gsa_html_3014459865 gsa_html_3014459865:324:38128:38143 Raritan Raritan Bay Drawbridge +0.234969 aapg_aa_328.html aapg_aa_328.html:379:27715:27723 Tamasopo Pico de Orizaba +0.241056 aapg_ae_103.html aapg_ae_103.html:455:36574:36584 Concepcion Greater Temuco +0.487113 aapg_ad_582.html aapg_ad_582.html:457:62352:62360 Colorado Houston +0.50112 aapg_ah_96.html aapg_ah_96.html:481:56807:56816 Maquoketa Nebraska +0.489538 aapg_ad_293.html aapg_ad_293.html:522:51803:51814 Simla India +0.24795 aapg_aa_45.html aapg_aa_45.html:228:27813:27839 Moenkopi Western world +0.487863 aapg_af_39.html aapg_af_39.html:909:69142:69157 Cruse Middle East +0.269874 jgeology_html_2261151445 jgeology_html_2261151445:1309:67353:67362 Extension Tyrrhenian Sea +0.251968 geology_html_6305730784 geology_html_6305730784:11:563:571 Colorado Colorado +0.5149 aapg_af_912.html aapg_af_912.html:55:6797:6810 Woodbine Mississippi River +0.262636 geology_html_1867665245 geology_html_1867665245:329:28728:28733 Rapid Wingham, Kent +0.252416 cspg_html_9046359229 cspg_html_9046359229:883:101059:101077 Kootenay Victoria, British Columbia +0.488898 cspg_html_4937997995 cspg_html_4937997995:580:59732:59753 Severn River East Pen Island +0.261212 aapg_ac_849.html aapg_ac_849.html:13:1560:1568 Parkwood Pottsville, Pennsylvania +0.267264 aapg_ae_113.html aapg_ae_113.html:381:50867:50887 Stuart Bathurst Island (Northern Territory) +0.264578 sedimentology_html_2041096405 sedimentology_html_2041096405:109:10562:10574 Salina Guelph +0.262584 aapg_ac_924.html aapg_ac_924.html:114:8082:8099 Charles Williston, Vermont +0.476126 AMJC_html_6460325105 AMJC_html_6460325105:661:73747:73753 Oregon California +0.259318 aapg_af_397.html aapg_af_397.html:619:73841:73848 Entrada Entrada Sandstone +0.481068 aapg_ai_1.html aapg_ai_1.html:9:1298:1315 Paradox Logan, Utah +0.491326 gsa_html_2717448156 gsa_html_2717448156:440:42810:42819 Pocatello Boise, Idaho +0.27352 palaios_html_3140337808 palaios_html_3140337808:420:41003:41020 Barstow Southern California +0.254961 aapg_ac_809.html aapg_ac_809.html:190:16435:16450 Mt Lytton Yellowstone County, Montana +0.645915 gsa_html_4432793908 gsa_html_4432793908:159:19014:19047 Sheep Pass Reno, Nevada +0.250458 aapg_af_22.html aapg_af_22.html:645:77118:77127 Athabasca Regina, Saskatchewan +0.530264 aapg_ah_815.html aapg_ah_815.html:69:5405:5416 Sligo Pine Island (Lee County, Florida) +0.488413 aapg_ad_341.html aapg_ad_341.html:287:27595:27599 Troy Cohoes, New York +0.213212 cspg_html_7229660003 cspg_html_7229660003:66:5215:5239 Stony Mountain Red River of the North +0.255675 aapg_ac_726.html aapg_ac_726.html:174:20702:20710 Frontier Powder River Basin +0.242028 cspg_html_5973552270 cspg_html_5973552270:50:6803:6827 Fort Vermilion Swan Hill, Victoria +0.550653 jgeology_html_9591757126 jgeology_html_9591757126:705:46095:46111 Exshaw Canada +0.485811 aapg_ae_369.html aapg_ae_369.html:102:10402:10417 Eutaw Tuscaloosa, Alabama +0.263676 AMJC_html_5969956211 AMJC_html_5969956211:1792:197969:197978 Extension Tyrrhenian Sea +0.236728 cspg_html_4568084707 cspg_html_4568084707:452:55075:55094 Waterways Redwater, Texas +0.484429 gsa_html_5180217812 gsa_html_5180217812:31:2696:2724 Green River Colorado +0.49556 aapg_aa_399.html aapg_aa_399.html:330:27007:27018 Belly River Colorado +0.493388 cspg_html_3156423351 cspg_html_3156423351:6:366:388 Fernie Lacombe, Alberta +0.955434 aapg_ad_283.html aapg_ad_283.html:432:49275:49285 San Andres Nashville Basin +0.257554 aapg_ai_750.html aapg_ai_750.html:91:9500:9519 Norphlet Chunchula, Alabama +0.910014 aapg_aa_23.html aapg_aa_23.html:482:57169:57189 Red River Manitoba +0.494091 aapg_af_575.html aapg_af_575.html:800:111990:111995 Atoka McAlester, Oklahoma +0.477084 geology_html_9734033201 geology_html_9734033201:360:25743:25751 Colorado Gunnison County, Colorado +0.46431 gsa_html_5015599008 gsa_html_5015599008:739:63224:63244 Bow Island Canada +0.49712 aapg_ad_880.html aapg_ad_880.html:298:31952:31975 Gypsum Spring Black Hills +0.4755 aapg_ad_990.html aapg_ad_990.html:134:11650:11661 San Antonio Texas +0.481076 geology_html_2219443621 geology_html_2219443621:302:24137:24143 Jordan Andes +0.503568 aapg_ad_614.html aapg_ad_614.html:63:6184:6193 Smackover Paluxy, Texas +0.388623 aapg_af_551.html aapg_af_551.html:17:2166:2177 Lake Valley Rift Valley lakes +0.259072 aapg_aa_233.html aapg_aa_233.html:194:19266:19272 Sierra Matamoros, Tamaulipas +0.292537 aapg_af_789.html aapg_af_789.html:58:8263:8269 Keyser New Scotland, New York +0.771805 aapg_ae_62.html aapg_ae_62.html:7:1185:1205 Stonewall Williston, Vermont +0.232696 aapg_ak_87.html aapg_ak_87.html:36:6764:6783 Naco Naco, Sonora +0.258064 aapg_ad_351.html aapg_ad_351.html:769:67043:67063 Keokuk Missouri River +0.234558 sedimentology_html_7352727244 sedimentology_html_7352727244:616:31306:31315 Peninsula Korea +0.467677 aapg_ac_867.html aapg_ac_867.html:30:4966:4974 Tensleep Cheyenne, Wyoming +0.480537 gsa_html_5446866849 gsa_html_5446866849:852:65006:65016 Keokuk Bennington, Vermont +0.678768 aapg_ac_301.html aapg_ac_301.html:186:21700:21719 Fish Haven Dolomite Logan, Utah +0.256452 gsa_html_8398449001 gsa_html_8398449001:624:50001:50011 Bear River Bear Lake, Michigan +0.254449 aapg_ac_629.html aapg_ac_629.html:277:36407:36414 Prairie Shreveport, Louisiana +0.47175 geology_html_2345977738 geology_html_2345977738:50:4745:4763 Pinnacle Quebec City +0.244989 cspg_html_4374961624 cspg_html_4374961624:143:18082:18104 Snake Indian Western world +0.28408 aapg_ad_757.html aapg_ad_757.html:8:1192:1203 Black River Decorah, Iowa +0.249831 jgeology_html_4289404569 jgeology_html_4289404569:244:21120:21148 Green River Cheyenne, Wyoming +0.255528 gsa_html_2645269788 gsa_html_2645269788:19:1928:1946 Pinnacle Bennington, Vermont +0.683456 aapg_aa_624.html aapg_aa_624.html:332:33014:33031 Warsaw Iowa +0.261855 geology_html_7432681857 geology_html_7432681857:16:1012:1022 Washington Vancouver +0.280731 palaios_html_9408587909 palaios_html_9408587909:527:53282:53296 Toad Victoria, British Columbia +0.246506 aapg_ah_532.html aapg_ah_532.html:3:273:288 Ouray Ouray, Colorado +0.248994 cspg_html_7028413504 cspg_html_7028413504:179:22890:22921 Woodbend Arctic +0.28141 aapg_ae_605.html aapg_ae_605.html:444:51968:51986 Traverse Dolomites +0.466941 aapg_ae_74.html aapg_ae_74.html:660:63390:63409 San Jose Animas River +0.215158 aapg_ae_608.html aapg_ae_608.html:35:5434:5446 Pierre Denver +0.250425 aapg_af_63.html aapg_af_63.html:29:4017:4028 Beekmantown Scandinavian Peninsula +0.25896 cspg_html_9717154602 cspg_html_9717154602:301:44657:44675 Lea Park Regina, Saskatchewan +0.82398 aapg_ad_812.html aapg_ad_812.html:8:1581:1602 Summerville Colorado +0.397509 aapg_ae_876.html aapg_ae_876.html:15:2191:2213 Burro Canyon Cedar Mountains +0.509168 aapg_ai_550.html aapg_ai_550.html:86:10123:10129 Salina Kingman, Arizona +0.895652 aapg_ac_333.html aapg_ac_333.html:291:38638:38643 Ouray Colorado +0.271377 cspg_html_7278957427 cspg_html_7278957427:27:3977:3995 Beaufort Banks Island +0.492246 cspg_html_4103411715 cspg_html_4103411715:34:3905:3951 Viking Regina, Saskatchewan +0.492844 palaios_html_1521536752 palaios_html_1521536752:84:11741:11746 Mingo Savage River, Tasmania +0.51012 aapg_aa_761.html aapg_aa_761.html:637:83257:83275 Ivishak Prudhoe Bay Oil Field +0.25452 aapg_af_924.html aapg_af_924.html:395:39792:39808 Mt Lytton Arkadelphia, Arkansas +0.268822 aapg_ai_756.html aapg_ai_756.html:7:819:832 Cotton Valley Tuscaloosa, Alabama +0.504376 aapg_aa_870.html aapg_aa_870.html:367:32942:32948 Dakota Lone Pine, California +0.391034 palaios_html_2994452429 palaios_html_2994452429:759:75022:75039 Bjorne Lacombe, Alberta +0.264708 AMJC_html_8522115051 AMJC_html_8522115051:806:89970:89974 Elko Reno, Nevada +0.740259 aapg_ac_961.html aapg_ac_961.html:629:65080:65099 Smackover Shreveport, Louisiana +0.239316 aapg_ad_728.html aapg_ad_728.html:29:4964:4969 Tokio Texas +0.2541 sedimentology_html_9837981627 sedimentology_html_9837981627:124:10075:10085 Blackstone Fraser River (Colorado) +0.2667 geology_html_7420494965 geology_html_7420494965:13:544:552 Colorado Denver +0.706046 cspg_html_7225688145 cspg_html_7225688145:621:61908:61928 Conasauga Huntington, West Virginia +0.24378 aapg_ae_777.html aapg_ae_777.html:17:2365:2382 Tererro Sangre de Cristo Range +0.253008 aapg_ad_543.html aapg_ad_543.html:43:6554:6566 Fayetteville Haynesville, Louisiana +0.270391 sedimentology_html_6420529178 sedimentology_html_6420529178:1307:91858:91878 Boss Point Maritimes +0.48545 cspg_html_3026112034 cspg_html_3026112034:772:75352:75367 Flume Victoria, British Columbia +0.449872 cspg_html_1025724640 cspg_html_1025724640:456:62701:62709 Montreal Quebec City +0.26058 cspg_html_7483574191 cspg_html_7483574191:17:3099:3109 Washington Boise, Idaho +0.497988 aapg_af_830.html aapg_af_830.html:541:63074:63084 Rio Grande Texas +0.270914 aapg_ak_51.html aapg_ak_51.html:103:10204:10214 Tuscaloosa Paluxy, Texas +0.491967 palaios_html_3796939457 palaios_html_3796939457:51:4852:4861 Red River Texas +0.250992 aapg_ai_11.html aapg_ai_11.html:270:35045:35065 Keokuk Burlington, Ontario +0.489825 aapg_ac_404.html aapg_ac_404.html:148:17394:17404 Tuscaloosa Port of South Louisiana +0.253 aapg_ae_959.html aapg_ae_959.html:1036:76531:76538 Thrifty Harpersville, Alabama +0.25056 aapg_ae_28.html aapg_ae_28.html:1258:85537:85545 Virginia Virginia +0.26866 jgeology_html_9413634903 jgeology_html_9413634903:568:45498:45519 White Sage Elko County, Nevada +0.504336 aapg_ah_678.html aapg_ah_678.html:630:80868:80887 Vicksburg Hidalgo County, New Mexico +0.483246 gsa_html_2179160016 gsa_html_2179160016:62:4325:4353 Green River Iran +0.461252 aapg_ad_564.html aapg_ad_564.html:7666:661070:661084 Colorado Lacombe, Alberta +0.255224 aapg_ac_538.html aapg_ac_538.html:36:4985:5001 Viking Lacombe, Alberta +0.260084 cspg_html_8840748783 cspg_html_8840748783:6:405:434 Dunvegan Cordillera Administrative Region +0.232965 aapg_ae_182.html aapg_ae_182.html:370:38893:38901 Bellevue Bellevue, Nebraska +0.27324 geology_html_5423446627 geology_html_5423446627:169:13580:13596 Animas Colorado +0.476126 aapg_ae_415.html aapg_ae_415.html:879:109796:109811 Tampa Mississippi River +0.269325 cspg_html_1312400675 cspg_html_1312400675:131:15359:15366 Bearpaw Cypress Hills, Brooklyn +0.261112 aapg_ad_883.html aapg_ad_883.html:64:8182:8192 Eau Claire Michigan +0.488448 cspg_html_8662646956 cspg_html_8662646956:1080:127393:127403 Pine Point Canada +0.238626 aapg_ae_173.html aapg_ae_173.html:1017:57346:57361 Nankoweap Arizona +0.511761 aapg_ah_289.html aapg_ah_289.html:520:71213:71231 Monterey California +0.493626 palaios_html_4736927967 palaios_html_4736927967:706:65205:65223 Palliser Canada +0.252909 gsa_html_1119256423 gsa_html_1119256423:1217:109849:109857 Colorado Cheyenne, Wyoming +0.25956 aapg_ae_794.html aapg_ae_794.html:528:57562:57568 Coffee Tuscaloosa, Alabama +0.265216 sedimentology_html_8921929292 sedimentology_html_8921929292:1105:80102:80119 Cardium Lacombe, Alberta +0.491493 gsa_html_8499611670 gsa_html_8499611670:857:82570:82577 Jackson Illinois +0.247476 aapg_af_393.html aapg_af_393.html:231:30272:30280 Virginia Virginia +0.24442 aapg_ae_187.html aapg_ae_187.html:456:47336:47343 Waverly Ohio +0.259534 aapg_ai_975.html aapg_ai_975.html:327:29414:29420 Sierra Guadalupe County, Texas +0.510614 aapg_ad_960.html aapg_ad_960.html:48:5360:5374 Monterey Indian Creek, Florida +0.493506 cspg_html_3516764931 cspg_html_3516764931:247:43432:43450 Glenogle Golden, Colorado +0.247808 jgeology_html_4305195651 jgeology_html_4305195651:4252:264477:264482 Mabou Canada +0.258462 aapg_af_130.html aapg_af_130.html:203:34830:34864 Jefferson Powder River (Montana) +0.497175 aapg_ah_532.html aapg_ah_532.html:15:2056:2064 Colorado Ouray, Colorado +0.483886 aapg_ai_469.html aapg_ai_469.html:585:69692:69711 Elk McGehee, Arkansas +0.263048 aapg_aa_934.html aapg_aa_934.html:81:10995:10999 Word New Mexico +0.472553 gsa_html_2989317971 gsa_html_2989317971:357:41583:41612 Challis Boise, Idaho +0.25755 aapg_ad_871.html aapg_ad_871.html:27:2996:3006 Bell Lake Huron +0.265176 cspg_html_4287356899 cspg_html_4287356899:1160:160526:160546 Mount Head Lacombe, Alberta +0.24908 aapg_ad_683.html aapg_ad_683.html:497:50512:50528 Kaibab Coconino County, Arizona +0.255675 aapg_ad_67.html aapg_ad_67.html:250:32648:32658 Sabinetown Carrizo Plain +0.47545 aapg_ai_784.html aapg_ai_784.html:33:3831:3838 Calvert Huntington, West Virginia +0.250857 aapg_ai_0.html aapg_ai_0.html:154:19853:19861 Victoria Victoria, British Columbia +0.489255 aapg_aa_31.html aapg_aa_31.html:27:3525:3534 Huizachal Matamoros, Tamaulipas +0.23817 aapg_ai_82.html aapg_ai_82.html:77:9934:9944 Greenbrier Kentucky +0.646496 aapg_ai_810.html aapg_ai_810.html:32:5117:5125 Norphlet Mississippi River +0.26265 geology_html_6821870095 geology_html_6821870095:15:967:980 Santa Barbara California +0.265221 AMJC_html_5390933660 AMJC_html_5390933660:31:2081:2104 Gile Mountain Piscataquis River +0.466995 aapg_ae_72.html aapg_ae_72.html:29:4989:4997 Colorado Arizona +0.484428 geology_html_2868791894 geology_html_2868791894:93:9553:9562 Talkeetna Chile +0.249951 AMJC_html_7984049819 AMJC_html_7984049819:94:10862:10880 Kittery Portland, Maine +0.5029 aapg_ae_65.html aapg_ae_65.html:473:43545:43555 Phosphoria Cheyenne, Wyoming +0.482664 aapg_ai_27.html aapg_ai_27.html:5:725:746 Wills Point Texas +0.250368 aapg_af_3.html aapg_af_3.html:144:14702:14717 Supai Arizona +0.24153 cspg_html_3277684928 cspg_html_3277684928:489:46876:46903 Grosmont Central Alberta +0.264195 aapg_ad_152.html aapg_ad_152.html:68:10574:10588 Chainman Reno, Nevada +0.247979 sedimentology_html_7045398856 sedimentology_html_7045398856:754:33851:33857 Laguna Rio Hondo, Texas +0.45784 aapg_aa_233.html aapg_aa_233.html:635:62618:62624 Sierra Mexico +0.474635 aapg_ai_997.html aapg_ai_997.html:96:8186:8192 Shasta Central Valley (California) +0.513135 aapg_ah_44.html aapg_ah_44.html:330:42029:42057 Utica Middle East +0.449872 gsa_html_3014459865 gsa_html_3014459865:167:17076:17084 Navesink Manasquan, New Jersey +0.262108 aapg_ae_590.html aapg_ae_590.html:408:43603:43619 Reklaw Carrizo Plain +0.471592 aapg_ad_801.html aapg_ad_801.html:192:21079:21089 Cane River Mississippi River +0.477158 sedimentology_html_3520882612 sedimentology_html_3520882612:878:67866:67870 Hall London, Ontario +0.253895 aapg_ah_311.html aapg_ah_311.html:278:30108:30120 Tongue River Knife River +0.648547 aapg_ac_246.html aapg_ac_246.html:589:57164:57183 Newcastle Black Hills +0.473641 geology_html_2503160398 geology_html_2503160398:284:24389:24408 Kaskapau Lacombe, Alberta +0.482023 aapg_ad_930.html aapg_ad_930.html:179:18958:18979 Green River Cheyenne, Wyoming +0.474948 aapg_af_854.html aapg_af_854.html:979:138145:138161 Bethel Breckenridge, Colorado +0.68685 aapg_af_833.html aapg_af_833.html:443:48264:48277 Frontier Laramie, Wyoming +0.255867 aapg_ae_419.html aapg_ae_419.html:2718:180280:180297 La Pena Zacatecas, Zacatecas +0.466576 aapg_ac_253.html aapg_ac_253.html:270:34192:34199 Clarita Frisco, Texas +0.485376 cspg_html_4769973541 cspg_html_4769973541:61:9422:9443 Lawrence Anticosti Island +0.49556 aapg_ah_757.html aapg_ah_757.html:179:18702:18711 Lodgepole Logan, Utah +0.477402 aapg_ai_256.html aapg_ai_256.html:98:11776:11787 Trempealeau Oneota (Duluth) +0.481452 aapg_ah_96.html aapg_ah_96.html:425:49583:49602 Red River Manitoba +0.222784 aapg_ae_268.html aapg_ae_268.html:314:30366:30372 Menard Cloverport, Kentucky +0.485498 aapg_ad_831.html aapg_ad_831.html:114:17810:17824 Kootenai Colorado +0.433424 gsa_html_6062330506 gsa_html_6062330506:559:57734:57751 Rustler Culebra, Puerto Rico +0.505575 aapg_ac_564.html aapg_ac_564.html:532:68778:68795 Bedford Canada +0.272994 gsa_html_1251300076 gsa_html_1251300076:432:36528:36556 Green River Colorado +0.496228 aapg_aa_792.html aapg_aa_792.html:515:56188:56206 Grayburg New Mexico +0.951598 aapg_ac_714.html aapg_ac_714.html:739:90778:90796 Sundance Cheyenne, Wyoming +0.515823 aapg_aa_271.html aapg_aa_271.html:306:28744:28754 Drum California +0.477543 aapg_ae_993.html aapg_ae_993.html:359:36074:36080 Antler Reno, Nevada +0.27405 aapg_ai_932.html aapg_ai_932.html:697:107313:107318 Davis Glendale, Arizona +0.49543 sedimentology_html_7514538550 sedimentology_html_7514538550:1075:109024:109042 Beaumont Texas +0.267786 palaios_html_2449649505 palaios_html_2449649505:520:59918:59936 Kayenta New Mexico +0.882871 sedimentology_html_3417381350 sedimentology_html_3417381350:1459:104677:104706 Monterey Washington (state) +0.473304 sedimentology_html_8364351073 sedimentology_html_8364351073:794:75067:75084 Cutler Arizona +0.4765 aapg_ad_2.html aapg_ad_2.html:1364:187367:187382 Antes Reedsville, Wisconsin +0.500892 aapg_af_128.html aapg_af_128.html:90:8941:8957 Amsden Powder River (Montana) +0.254508 aapg_aa_525.html aapg_aa_525.html:30:3494:3511 Holdenville Wewoka, Oklahoma +0.260865 gsa_html_8837971374 gsa_html_8837971374:957:102528:102546 Brunswick Presque Isle, Maine +0.260099 cspg_html_3589404052 cspg_html_3589404052:768:84404:84424 Kiskatinaw Western world +0.261112 aapg_ad_775.html aapg_ad_775.html:176:18365:18375 Pittsburgh Pittsburgh +0.268155 aapg_ac_252.html aapg_ac_252.html:130:14249:14255 Cutler Colorado +0.64125 aapg_ah_847.html aapg_ah_847.html:323:38637:38656 Nanafalia Alabama +0.246512 aapg_ae_552.html aapg_ae_552.html:227:35224:35230 Kodiak Anchorage, Alaska +0.243536 sedimentology_html_5841712908 sedimentology_html_5841712908:523:52777:52804 Santa Cruz Aptos, California +0.461127 geology_html_3243676584 geology_html_3243676584:287:28401:28438 Madison Denver +0.556182 cspg_html_7881580279 cspg_html_7881580279:6:467:487 Red River Regina, Saskatchewan +0.44599 aapg_aa_712.html aapg_aa_712.html:158:21436:21443 Decorah Wisconsin +0.263069 aapg_aa_625.html aapg_aa_625.html:3:322:350 Smackover Arkansas +0.24552 aapg_ae_957.html aapg_ae_957.html:1394:60481:60491 Fort Worth Texas +0.260598 gsa_html_9299329909 gsa_html_9299329909:707:77393:77406 Santa Barbara California +0.4966 sedimentology_html_3941612453 sedimentology_html_3941612453:63:7340:7346 Oregon California +0.858996 aapg_aa_124.html aapg_aa_124.html:678:70208:70227 Ellerslie Lacombe, Alberta +0.45315 aapg_ac_782.html aapg_ac_782.html:214:36330:36343 Barnett Western world +0.241516 cspg_html_4409656292 cspg_html_4409656292:683:74752:74770 Kaskapau Victoria, British Columbia +0.49131 cspg_html_5812311884 cspg_html_5812311884:100:11877:11882 Banff Lacombe, Alberta +0.48654 jgeology_html_4305195651 jgeology_html_4305195651:1914:142117:142133 Pocono Pottsville, Pennsylvania +0.245487 aapg_aa_960.html aapg_aa_960.html:375:29958:29965 Wingate Entrada Sandstone +0.667147 aapg_ae_905.html aapg_ae_905.html:204:23016:23022 Hertha Missouri River +0.24206 cspg_html_9613906024 cspg_html_9613906024:814:63839:63865 Bell Michigan +0.25688 aapg_ac_333.html aapg_ac_333.html:1026:123720:123736 Toroweap Kaibab, Arizona +0.256452 aapg_af_854.html aapg_af_854.html:903:127994:128001 Renault Chester, Pennsylvania +0.48735 aapg_af_839.html aapg_af_839.html:130:15288:15292 Wise Isabella County, Michigan +0.255636 cspg_html_9735723617 cspg_html_9735723617:1946:170427:170445 Imperial Banks Island +0.540644 aapg_ac_126.html aapg_ac_126.html:28:4617:4640 Haynesville Haynesville, Louisiana +0.489599 aapg_ac_301.html aapg_ac_301.html:147:17055:17074 Fish Haven Dolomite Lemhi Pass +0.495876 aapg_ac_628.html aapg_ac_628.html:310:51432:51453 Price Great Basin +0.481 aapg_ae_253.html aapg_ae_253.html:115:13553:13560 Schuler Rodessa, Louisiana +0.483759 cspg_html_1053895111 cspg_html_1053895111:216:28007:28024 Cardium Lacombe, Alberta +0.499035 aapg_ac_715.html aapg_ac_715.html:29:3419:3429 Cedar Lake Lake Minnetonka +0.495423 cspg_html_3385840278 cspg_html_3385840278:1494:170050:170062 Souris River Hay River (Canada) +0.69204 aapg_ae_63.html aapg_ae_63.html:172:19078:19098 Wood River Boise, Idaho +0.48756 gsa_html_8244777175 gsa_html_8244777175:204:21307:21318 Magog Quebec City +0.242824 aapg_ae_885.html aapg_ae_885.html:11:2079:2086 Paradox San Juan, Argentina +0.240791 aapg_ac_313.html aapg_ac_313.html:313:34104:34109 Sepur Guatemala +0.257048 gsa_html_5215388101 gsa_html_5215388101:14:870:876 Denver Colorado +0.502164 aapg_ac_689.html aapg_ac_689.html:100:12038:12053 Mesaverde San Juan, Argentina +0.477191 aapg_ac_730.html aapg_ac_730.html:333:47136:47151 Mesaverde Mesa, Arizona +0.253616 aapg_ae_557.html aapg_ae_557.html:482:44740:44748 Monterey California +0.485 cspg_html_8362959053 cspg_html_8362959053:11:1200:1212 Luscar Lacombe, Alberta +0.25542 gsa_html_5051054217 gsa_html_5051054217:12:538:544 Denver Colorado +0.248412 gsa_html_3681093797 gsa_html_3681093797:832:63796:63801 Logan Robeson County, North Carolina +0.464852 aapg_af_854.html aapg_af_854.html:1103:155615:155632 Cypress Illinois +0.488376 gsa_html_9211208667 gsa_html_9211208667:553:49276:49304 Green River New Mexico +0.250965 sedimentology_html_7624323956 sedimentology_html_7624323956:1234:86700:86744 Katakturuk Dolomite Anchorage, Alaska +0.500963 aapg_ac_532.html aapg_ac_532.html:575:88141:88156 Diablo New Mexico +0.2544 aapg_ah_829.html aapg_ah_829.html:20:2717:2738 Green River Colorado +0.493568 gsa_html_6136696916 gsa_html_6136696916:60:4712:4740 Green River Colorado +0.269878 aapg_af_149.html aapg_af_149.html:7:656:660 Frio Texas +0.493712 aapg_ai_565.html aapg_ai_565.html:163:10119:10132 Windsor Bridgetown, Nova Scotia +0.497424 gsa_html_5394777952 gsa_html_5394777952:429:45729:45737 San Jose California +0.253655 cspg_html_9987144175 cspg_html_9987144175:102:14716:14731 Melville Island Ellesmere Island +0.249936 cspg_html_4498577775 cspg_html_4498577775:48:6455:6464 Gog Western Canadian Sedimentary Basin +0.234325 aapg_ai_144.html aapg_ai_144.html:443:39445:39452 Cardium Lacombe, Alberta +0.473616 aapg_ae_73.html aapg_ae_73.html:291:38419:38433 Yeso Colorado +0.259548 aapg_af_745.html aapg_af_745.html:1546:176970:176978 Colorado Canada +0.372496 aapg_ah_527.html aapg_ah_527.html:292:36530:36543 Lone Mountain Reno, Nevada +0.497202 cspg_html_7474795689 cspg_html_7474795689:42:5092:5126 Baldonnel Lacombe, Alberta +0.497555 jgeology_html_8309780279 jgeology_html_8309780279:93:3614:3626 Martinsville Virginia +0.479829 cspg_html_9987144175 cspg_html_9987144175:139:19152:19168 Hassel Devon +0.265189 gsa_html_7687279665 gsa_html_7687279665:29:2796:2824 Green River Iran +0.2756 sedimentology_html_5613495298 sedimentology_html_5613495298:1295:69614:69620 Chinle Logan, Utah +0.480076 aapg_ad_683.html aapg_ad_683.html:228:25765:25780 Supai Little Colorado River +0.499639 jgeology_html_4305195651 jgeology_html_4305195651:566:68634:68644 Pottsville Beaumont, Texas +0.45696 palaios_html_5410530916 palaios_html_5410530916:135:15082:15110 Lisburne Anchorage, Alaska +0.25344 gsa_html_5272671610 gsa_html_5272671610:421:43531:43566 Wood Canyon Reno, Nevada +0.255488 aapg_ai_958.html aapg_ai_958.html:80:8192:8210 Oakville Cuero, Texas +0.260084 geology_html_9669517688 geology_html_9669517688:496:28176:28188 Rhode Island Narragansett, Rhode Island +0.482218 AMJC_html_8047479732 AMJC_html_8047479732:922:89521:89526 Crete Greece +0.46116 aapg_aa_995.html aapg_aa_995.html:572:44872:44888 Casper Hartville, Missouri +0.265224 jgeology_html_1432891964 jgeology_html_1432891964:938:64592:64608 Wapiti Cheyenne, Wyoming +0.263592 aapg_ai_584.html aapg_ai_584.html:40:4054:4073 Ingleside Cheyenne, Wyoming +0.489082 gsa_html_8398449001 gsa_html_8398449001:642:51870:51876 Nounan Bear Lake, Michigan +0.489936 aapg_aa_399.html aapg_aa_399.html:442:37540:37553 Turner Valley Bow River +0.259458 cspg_html_8414893458 cspg_html_8414893458:424:52748:52756 Columbia Victoria, British Columbia +0.48128 gsa_html_1766933224 gsa_html_1766933224:841:70794:70822 Green River Colorado +0.260091 cspg_html_5538678223 cspg_html_5538678223:386:48611:48635 Pardonet Victoria, British Columbia +0.257284 aapg_ae_681.html aapg_ae_681.html:137:16129:16148 Cotton Valley Haynesville, Louisiana +0.267288 aapg_ai_17.html aapg_ai_17.html:1224:82713:82732 Catahoula Texas +0.493115 cspg_html_6984906794 cspg_html_6984906794:210:22477:22494 Seabee Anchorage, Alaska +0.70205 aapg_ad_626.html aapg_ad_626.html:72:8345:8370 Chinle Colorado +0.242905 cspg_html_6116883777 cspg_html_6116883777:862:112320:112342 Barlow Inlet Devon +0.497984 aapg_ae_705.html aapg_ae_705.html:653:64504:64525 San Diego California +0.271942 aapg_ai_208.html aapg_ai_208.html:9:1396:1412 Peedee North Carolina +0.477696 sedimentology_html_2331265087 sedimentology_html_2331265087:67:5694:5698 Bell Esposizione Universale Roma +0.515632 aapg_ae_72.html aapg_ae_72.html:128:14864:14879 Molas Hermosa, Chicago +0.489528 palaios_html_2221534395 palaios_html_2221534395:56:8247:8266 Fairview Netherlands +0.253008 cspg_html_5217137903 cspg_html_5217137903:130:18676:18697 Beaverhill Lacombe, Alberta +0.503564 aapg_af_85.html aapg_af_85.html:267:28746:28759 Parry Islands Bathurst Island (Northern Territory) +0.482895 gsa_html_2369908260 gsa_html_2369908260:206:21468:21480 Owens Valley California Water Wars +0.497688 aapg_ad_11.html aapg_ad_11.html:51:5944:5951 Wasatch Cheyenne, Wyoming +0.491825 geology_html_1087076585 geology_html_1087076585:23:1394:1404 Laurentian Middle Ordovician +0.496513 aapg_ai_241.html aapg_ai_241.html:63:8311:8325 Winnipeg Western world +0.460408 gsa_html_6457388516 gsa_html_6457388516:603:52168:52177 Eel River California +0.252 cspg_html_4727171280 cspg_html_4727171280:18:1179:1197 Edmonton Edmonton, London +0.247955 gsa_html_2023933346 gsa_html_2023933346:131:14102:14131 Silverado Perris, California +0.707345 palaios_html_5398833984 palaios_html_5398833984:891:95956:95974 Morrison Logan, Utah +0.241045 aapg_aa_702.html aapg_aa_702.html:430:89990:89996 Denver Colorado +0.26361 gsa_html_5924250698 gsa_html_5924250698:585:52951:52978 Bidahochi Chuska Mountains +0.254829 cspg_html_8840748783 cspg_html_8840748783:600:75137:75156 Kaskapau Lacombe, Alberta +0.260554 aapg_ak_136.html aapg_ak_136.html:92:11792:11816 Mowry Cheyenne, Wyoming +0.2485 sedimentology_html_3181527419 sedimentology_html_3181527419:64:6014:6018 Earp Supai, Arizona +0.487784 geology_html_5828016264 geology_html_5828016264:268:20741:20750 Flagstaff San Francisco +0.501557 aapg_ad_379.html aapg_ad_379.html:501:42419:42427 Moenkopi Logan, Utah +0.24948 aapg_ac_486.html aapg_ac_486.html:649:81099:81107 Colorado Colorado +0.260099 cspg_html_6306091047 cspg_html_6306091047:412:58504:58513 Baldonnel Victoria, British Columbia +0.49827 sedimentology_html_7692801661 sedimentology_html_7692801661:1252:94617:94633 Morgan Murray River +0.258542 aapg_af_947.html aapg_af_947.html:118:19119:19129 Rio Grande Las Vegas Strip +0.256011 cspg_html_7434089303 cspg_html_7434089303:320:40694:40704 Nyboe Land Washington (state) +0.491326 aapg_ah_520.html aapg_ah_520.html:38:3596:3602 Keokuk Burlington, Ontario +0.247486 aapg_ae_885.html aapg_ae_885.html:209:20544:20554 Naco Arizona +0.257554 aapg_ae_92.html aapg_ae_92.html:3:286:300 Woodbend Central Alberta +0.243507 aapg_af_606.html aapg_af_606.html:128:18968:18983 Santa Margarita Monterey, California +0.712844 aapg_ah_83.html aapg_ah_83.html:9:1519:1544 Phosphoria Boise, Idaho +0.244027 aapg_ac_333.html aapg_ac_333.html:242:30983:30990 Hermosa San Juan, Argentina +0.47372 aapg_ac_829.html aapg_ac_829.html:8:1241:1260 Minnelusa Powder River (Montana) +0.26368 aapg_ai_116.html aapg_ai_116.html:179:14889:14899 Kern River Lost Hills Oil Field +0.267285 aapg_ad_72.html aapg_ad_72.html:5:580:589 Maquoketa Wichita, Kansas +0.252003 aapg_af_317.html aapg_af_317.html:1032:113550:113556 Reston Virginia +0.259 jgeology_html_2401877359 jgeology_html_2401877359:1055:66883:66900 Potsdam Quebec City +0.263971 cspg_html_8826450427 cspg_html_8826450427:438:53091:53108 Cardium Lacombe, Alberta +0.247988 aapg_af_486.html aapg_af_486.html:310:32922:32945 Peninsula Kenai, Alaska +0.460215 cspg_html_4680804918 cspg_html_4680804918:490:64671:64686 Bow Island Bow Island Airport +0.470112 aapg_aa_61.html aapg_aa_61.html:145:15859:15866 Yucatan Chihuahua (state) +0.496327 aapg_ak_102.html aapg_ak_102.html:200:26653:26662 Allegheny Quito +0.280884 aapg_af_598.html aapg_af_598.html:42:4838:4856 Seminole Des Moines, Washington +0.43656 gsa_html_8398449001 gsa_html_8398449001:601:47929:47953 Bear Lake Bear Lake, Michigan +0.26838 aapg_ac_617.html aapg_ac_617.html:136:17568:17577 Red Bluff Navasota Independent School District +0.240681 aapg_ae_306.html aapg_ae_306.html:182:22520:22546 Victoria Venezuela +0.264171 cspg_html_4636216007 cspg_html_4636216007:542:53477:53498 Bathurst District Council of Franklin Harbour +0.268203 aapg_ac_206.html aapg_ac_206.html:39:5688:5694 Guelph Guelph +0.493387 gsa_html_6276624788 gsa_html_6276624788:61:3910:3938 Green River Colorado +0.260925 cspg_html_2093862169 cspg_html_2093862169:384:38887:38902 Bluff Grand Cayman +0.500752 aapg_ad_184.html aapg_ad_184.html:573:81215:81232 Black River Ohio +0.279816 aapg_ae_876.html aapg_ae_876.html:1000:109324:109332 Colorado Telluride, Colorado +0.478676 aapg_aa_147.html aapg_aa_147.html:313:37369:37388 Winnipeg Winnipeg +0.236973 gsa_html_6625494715 gsa_html_6625494715:342:49759:49782 Sierra Spain +0.48776 aapg_ah_387.html aapg_ah_387.html:353:36006:36015 Knoxville Knoxville, Illinois +0.490383 aapg_ac_336.html aapg_ac_336.html:80:9029:9049 Road River Melville, New York +0.243987 gsa_html_4058959570 gsa_html_4058959570:413:32325:32335 Baldy Maya Mountain +0.255955 gsa_html_7195000001 gsa_html_7195000001:672:95271:95279 Willwood Fort Union Trading Post National Historic Site +0.256032 aapg_ac_79.html aapg_ac_79.html:470:49656:49663 Hemlock Ohio +0.26265 palaios_html_6404782987 palaios_html_6404782987:690:91917:91927 Washington Washington (state) +0.467728 aapg_ae_717.html aapg_ae_717.html:172:20627:20645 Caballos Arkansas +0.25599 gsa_html_3069013284 gsa_html_3069013284:144:16967:16979 Chinle New Mexico +0.626674 aapg_ae_138.html aapg_ae_138.html:68:6418:6427 Smackover Mississippi River +0.45448 aapg_ad_582.html aapg_ad_582.html:457:62344:62350 Denver Texas +0.254 aapg_af_128.html aapg_af_128.html:525:45766:45784 Tensleep Cheyenne, Wyoming +0.932315 gsa_html_8152640301 gsa_html_8152640301:213:18256:18272 Naknek Talkeetna Mountains +0.477442 aapg_ah_302.html aapg_ah_302.html:572:55323:55340 Wilcox Texas +0.501072 palaios_html_5958626598 palaios_html_5958626598:63:7145:7165 Brassfield Ohio +0.2475 aapg_ai_49.html aapg_ai_49.html:229:27046:27058 Dockum Santa Rosa, California +0.4731 aapg_ah_873.html aapg_ah_873.html:569:45571:45584 Venango Pennsylvania +0.24354 aapg_ac_334.html aapg_ac_334.html:55:7674:7690 Weldon Bridgetown, Nova Scotia +0.478611 aapg_ae_668.html aapg_ae_668.html:532:53834:53843 Knoxville Knoxville, Illinois +0.249711 cspg_html_9692046543 cspg_html_9692046543:130:16884:16890 Viking Colorado +0.48384 aapg_ae_863.html aapg_ae_863.html:558:64136:64152 Modelo California +0.472787 aapg_ac_730.html aapg_ac_730.html:596:86050:86066 Dakota Mancos, Colorado +0.26712 aapg_ad_318.html aapg_ad_318.html:68:10426:10442 Salina Rockford, Illinois +0.494235 aapg_ac_117.html aapg_ac_117.html:62:12649:12661 Austin Chalk Balcones Fault +0.260099 cspg_html_9683836416 cspg_html_9683836416:285:46137:46153 Oldman Lacombe, Alberta +0.47916 palaios_html_6603971437 palaios_html_6603971437:88:6768:6789 Guinea Corn Jamaica, Queens +0.2652 palaios_html_3140337808 palaios_html_3140337808:410:40431:40458 Florissant Colorado +0.690232 sedimentology_html_2884853283 sedimentology_html_2884853283:480:36319:36335 Noonday Dolomite Death Valley +0.5016 aapg_ah_524.html aapg_ah_524.html:114:12631:12639 Colorado New Mexico +0.486772 aapg_af_854.html aapg_af_854.html:978:138006:138028 Paint Creek Kentucky +0.470232 aapg_ac_532.html aapg_ac_532.html:37:6618:6633 Diablo Texas +0.244989 aapg_ae_73.html aapg_ae_73.html:718:97157:97175 Hinsdale Tesuque, New Mexico +0.269336 cspg_html_8915218033 cspg_html_8915218033:124:14565:14575 Mount Head Dolomites +0.25654 geology_html_2276070502 geology_html_2276070502:230:21182:21197 Rockland California +0.269312 aapg_ae_41.html aapg_ae_41.html:65:5100:5115 Elk Lacombe, Alberta +0.265216 cspg_html_2973952956 cspg_html_2973952956:15:1541:1549 Columbia Victoria, British Columbia +0.467454 aapg_ac_930.html aapg_ac_930.html:39:3381:3389 Colorado Colorado +0.244944 gsa_html_1636483297 gsa_html_1636483297:589:55375:55397 Challis Absaroka +0.472164 geology_html_2949193763 geology_html_2949193763:129:9526:9543 Ankareh Logan, Utah +0.494088 gsa_html_4432793908 gsa_html_4432793908:77:8249:8269 Sheep Pass Reno, Nevada +0.345838 aapg_ae_660.html aapg_ae_660.html:555:50918:50927 Smackover Alabama +0.861672 cspg_html_4326384800 cspg_html_4326384800:368:45120:45139 Waterways Lacombe, Alberta +0.373729 aapg_ae_71.html aapg_ae_71.html:175:15986:16001 Molas Mesa, Arizona +0.257556 sedimentology_html_6323095880 sedimentology_html_6323095880:436:40580:40597 Potomac Bass River Township, New Jersey +0.49244 aapg_ah_94.html aapg_ah_94.html:3:303:323 Fort Union Cheyenne, Wyoming +0.270864 aapg_ah_361.html aapg_ah_361.html:220:20156:20169 Bromide Pennsylvania +0.504525 aapg_af_81.html aapg_af_81.html:19:1922:1931 Reno Powder River (Montana) +0.51015 aapg_af_568.html aapg_af_568.html:250:26550:26564 Lakota Cheyenne, Wyoming +0.241 aapg_aa_821.html aapg_aa_821.html:193:15477:15483 Denver Colorado +0.496392 gsa_html_9487992082 gsa_html_9487992082:931:82971:82988 Curtis Earth +0.694575 AMJC_html_8033701328 AMJC_html_8033701328:204:20485:20502 Johnnie Death Valley +0.469654 aapg_aa_44.html aapg_aa_44.html:50:5843:5851 Moenkopi Plateau State +0.483171 cspg_html_2208643572 cspg_html_2208643572:635:63890:63898 Columbia Lacombe, Alberta +0.509427 aapg_ah_811.html aapg_ah_811.html:58:5988:5996 Woodbine Buda, Texas +0.26871 aapg_ah_847.html aapg_ah_847.html:27:3566:3585 New Egypt Navesink River +0.25755 aapg_ae_392.html aapg_ae_392.html:80:6788:6808 Moorefield Batesville, Arkansas +0.464486 aapg_af_666.html aapg_af_666.html:320:26589:26598 Popo Agie John Crow Mountains +0.267264 aapg_ai_932.html aapg_ai_932.html:680:105971:105989 Monterey California +0.261085 aapg_ae_419.html aapg_ae_419.html:261:34412:34429 El Abra Veracruz, Veracruz +0.490261 cspg_html_9689514766 cspg_html_9689514766:821:104200:104211 Mount Simon Ontario, California +0.248196 sedimentology_html_8384737970 sedimentology_html_8384737970:377:31591:31602 Carmel Carmel, Indiana +0.25774 aapg_ae_392.html aapg_ae_392.html:228:19851:19862 White River Batesville, Arkansas +0.25344 aapg_ae_993.html aapg_ae_993.html:242:22103:22122 Jefferson Lemhi Pass +0.4769 aapg_ad_683.html aapg_ad_683.html:156:19894:19899 Supai Moenkopi Formation +0.26673 aapg_ad_564.html aapg_ad_564.html:7003:579373:579400 Purisima California +0.86397 aapg_ac_730.html aapg_ac_730.html:65:9388:9394 Dakota Arizona +0.279841 sedimentology_html_4021147902 sedimentology_html_4021147902:1001:55167:55172 Piper Wynn Las Vegas +0.47337 geology_html_6536193862 geology_html_6536193862:101:8657:8664 Magothy Merchantville, New Jersey +0.462136 palaios_html_9041058007 palaios_html_9041058007:815:58333:58357 Bellevue Kentucky +0.267285 gsa_html_2369908260 gsa_html_2369908260:260:30495:30507 Independence California Water Wars +0.450778 aapg_aa_465.html aapg_aa_465.html:133:23798:23812 Buda Del Rio, Tennessee +0.521752 aapg_ae_71.html aapg_ae_71.html:485:40986:41003 Toroweap Arizona +0.504868 aapg_ac_63.html aapg_ac_63.html:139:13217:13241 Buckner Haynesville, Louisiana +0.268203 aapg_ac_807.html aapg_ac_807.html:879:85967:85977 Tuscaloosa Little Ocmulgee River +0.737635 aapg_ah_645.html aapg_ah_645.html:134:18188:18204 Piper Cheyenne, Wyoming +0.268243 aapg_ad_878.html aapg_ad_878.html:162:19429:19436 Temblor Monterey, California +0.487407 aapg_ah_182.html aapg_ah_182.html:43:5354:5365 Jacksonburg Schuylkill County, Pennsylvania +0.499278 cspg_html_2796643803 cspg_html_2796643803:694:76474:76503 Deadwood Williston Basin +0.267696 aapg_ad_744.html aapg_ad_744.html:86:9751:9769 Ogallala Trego, Wisconsin +0.462168 palaios_html_5371605388 palaios_html_5371605388:359:26184:26192 Michigan Alpena, Michigan +0.2432 aapg_ae_185.html aapg_ae_185.html:205:18404:18417 Cotton Valley Arkansas +0.248496 geology_html_2721536568 geology_html_2721536568:14:523:532 San Diego California +0.235668 aapg_aa_897.html aapg_aa_897.html:259:26969:26975 Kodiak Anchorage, Alaska +0.472443 aapg_aa_232.html aapg_aa_232.html:71:7926:7946 Fredericksburg Cheyenne, Wyoming +0.25908 aapg_ae_67.html aapg_ae_67.html:389:31839:31847 Colorado Colorado +0.263168 aapg_af_187.html aapg_af_187.html:171:20339:20347 Woodbine Shreveport, Louisiana +0.496692 aapg_ae_118.html aapg_ae_118.html:731:71612:71618 Casper Cheyenne, Wyoming +0.367616 gsa_html_1040524378 gsa_html_1040524378:1013:98281:98312 Green River Colorado +0.26316 gsa_html_1520002998 gsa_html_1520002998:369:37113:37133 Wind River Cordillera Administrative Region +0.502758 aapg_ai_810.html aapg_ai_810.html:23:3494:3528 Smackover Mississippi River +0.49827 aapg_ad_880.html aapg_ad_880.html:3:343:362 Sundance Black Hills +0.456412 aapg_ac_841.html aapg_ac_841.html:895:93901:93908 Talanga Honduras +0.260036 cspg_html_7015106671 cspg_html_7015106671:346:52105:52113 Catskill Pennsylvania +0.477274 cspg_html_8692417800 cspg_html_8692417800:179:22999:23016 Grimsby Huron County, Michigan +0.24864 cspg_html_2139304729 cspg_html_2139304729:734:48915:48930 Darby Cheyenne, Wyoming +0.2709 aapg_ai_924.html aapg_ai_924.html:70:11419:11443 Mission Canyon Williston, Vermont +0.253005 cspg_html_5450075884 cspg_html_5450075884:620:68891:68916 Cedar Mountain Colorado +0.244524 gsa_html_5846950288 gsa_html_5846950288:14:615:621 Denver Colorado +0.259979 aapg_ai_459.html aapg_ai_459.html:237:22842:22852 Wellington Fortuna, California +0.691219 cspg_html_3129231627 cspg_html_3129231627:314:42588:42612 Thumb Mountain Ellesmere Island +0.481514 aapg_ai_584.html aapg_ai_584.html:427:41900:41911 Reclamation North Carolina +0.475896 geology_html_8889376634 geology_html_8889376634:11:414:420 Oregon Salem, Oregon +0.494252 gsa_html_9052101586 gsa_html_9052101586:703:79493:79505 Morton Loess Illinois +0.281817 aapg_af_502.html aapg_af_502.html:758:88796:88810 Red Rock Shreveport, Louisiana +0.50343 aapg_ae_265.html aapg_ae_265.html:154:18813:18822 Oil Creek Pennsylvania +0.89012 cspg_html_3854139935 cspg_html_3854139935:126:21360:21377 Bearpaw Lacombe, Alberta +0.262023 aapg_ad_557.html aapg_ad_557.html:11881:701540:701548 Colorado New Mexico +0.25235 geology_html_2521188319 geology_html_2521188319:214:19247:19254 Pearson Spain +0.483912 aapg_ae_256.html aapg_ae_256.html:31:4753:4760 Edwards Luling, Louisiana +0.435978 aapg_ah_868.html aapg_ah_868.html:308:25821:25827 Navajo Texas +0.234734 palaios_html_2994452429 palaios_html_2994452429:724:70360:70378 Wabiskaw Lacombe, Alberta +0.242004 palaios_html_1262064602 palaios_html_1262064602:1144:110615:110631 Chinle Arizona +0.479142 gsa_html_1254347878 gsa_html_1254347878:1167:108549:108567 Prichard Boise, Idaho +0.253916 cspg_html_5381643866 cspg_html_5381643866:58:7479:7487 Columbia Victoria, British Columbia +0.257048 cspg_html_4272664788 cspg_html_4272664788:403:46830:46842 Rundle Victoria, British Columbia +0.481874 gsa_html_2813858917 gsa_html_2813858917:11:493:503 Washington Vancouver +0.253302 cspg_html_8558580101 cspg_html_8558580101:58:8329:8368 Sulphur Mountain Lacombe, Alberta +0.49601 cspg_html_5981094114 cspg_html_5981094114:52:7849:7856 Glenelg Onondaga (tribe) +0.263755 aapg_ad_2.html aapg_ad_2.html:218:32327:32335 Virginia Maryland +0.267804 aapg_ah_871.html aapg_ah_871.html:3:158:180 Chazy Quebec City +0.267033 aapg_ae_677.html aapg_ae_677.html:575:49961:49975 Rome San Fernando Valley +0.507904 gsa_html_5401370456 gsa_html_5401370456:859:78578:78606 Green River Colorado +0.26869 aapg_ad_356.html aapg_ad_356.html:15:2160:2183 Cotton Valley Haynesville, Louisiana +0.487278 aapg_ae_454.html aapg_ae_454.html:14:2137:2150 Cotton Valley Arkansas +0.281925 aapg_ae_777.html aapg_ae_777.html:273:31612:31636 Espiritu Santo San Juan Mountains +0.24354 cspg_html_3772380029 cspg_html_3772380029:1082:135358:135362 Bell Ontario, California +0.265398 cspg_html_1173833070 cspg_html_1173833070:109:12493:12501 Paskapoo Edmonton, London +0.477084 gsa_html_9497185033 gsa_html_9497185033:14:734:742 Colorado Colorado +0.484352 gsa_html_5773121689 gsa_html_5773121689:871:74381:74409 Green River Colorado +0.4736 aapg_ai_687.html aapg_ai_687.html:1412:145743:145749 Brazil Atlantic Ocean +0.491384 cspg_html_2198503252 cspg_html_2198503252:274:15174:15189 Ouray Regina, Saskatchewan +0.917666 aapg_ah_490.html aapg_ah_490.html:3:158:177 Minnelusa Cheyenne, Wyoming +0.263718 aapg_af_663.html aapg_af_663.html:339:35229:35252 Higginsville Pleasanton, Texas +0.457997 aapg_ai_877.html aapg_ai_877.html:193:20102:20115 Venango Allegheny Mountains +0.26059 cspg_html_5158984399 cspg_html_5158984399:479:53134:53144 Missisauga Logan Canyon +0.252266 cspg_html_7576506617 cspg_html_7576506617:214:30217:30238 Ekwan River Moose River (Maine) +0.482092 gsa_html_7361499125 gsa_html_7361499125:732:62061:62080 Ingleside Colorado +0.26928 geology_html_7922337916 geology_html_7922337916:12:663:673 Washington Washington (state) +0.499275 cspg_html_2701043964 cspg_html_2701043964:89:13015:13029 Contact Rapids Regina, Saskatchewan +0.490455 aapg_ah_157.html aapg_ah_157.html:9:1222:1237 Maquoketa Illinois +0.232386 geology_html_1863909418 geology_html_1863909418:18:1020:1030 Washington Earth +0.46828 aapg_ae_454.html aapg_ae_454.html:13:1826:1864 Cotton Valley Arkansas +0.276192 aapg_ad_157.html aapg_ad_157.html:169:16937:16962 Cockfield Gulf Coast of the United States +0.5049 cspg_html_9771826320 cspg_html_9771826320:150:23185:23201 Kanguk West Greenland Current +0.49248 cspg_html_1462870252 cspg_html_1462870252:781:90928:90958 Elk Rainbow Basin +0.26156 cspg_html_8789242291 cspg_html_8789242291:59:8900:8923 Bearpaw Regina, Saskatchewan +0.497944 aapg_ac_800.html aapg_ac_800.html:48:7944:7974 Fort Union Cheyenne, Wyoming +0.274512 aapg_af_789.html aapg_af_789.html:116:16012:16027 Marcellus Onondaga (tribe) +0.265029 aapg_ah_773.html aapg_ah_773.html:3:394:405 Bird Spring Clark County, Indiana +0.50208 aapg_ad_720.html aapg_ad_720.html:290:27873:27883 San Andres San Miguel County, New Mexico +0.25959 aapg_ak_76.html aapg_ak_76.html:139:20675:20685 Rio Grande Aguadilla, Puerto Rico +0.479044 aapg_ae_415.html aapg_ae_415.html:973:122974:122989 Tampa Melbourne, Florida +0.24206 jgeology_html_1300888380 jgeology_html_1300888380:248:19417:19420 Rye Netherlands +0.823302 aapg_ai_491.html aapg_ai_491.html:86:11411:11426 Hermosa San Juan County, Utah +0.479359 cspg_html_4450068317 cspg_html_4450068317:307:32527:32533 Oregon Rockville, Connecticut +0.253916 AMJC_html_6417081653 AMJC_html_6417081653:941:106556:106564 Columbia Lacombe, Alberta +0.259979 aapg_ad_450.html aapg_ad_450.html:96:8716:8723 Yucatan Melbourne, Florida +0.467324 sedimentology_html_5840027588 sedimentology_html_5840027588:94:10910:10915 Yukon Arizona +0.264196 aapg_ac_395.html aapg_ac_395.html:64:6204:6214 San Andres Delaware +0.243033 cspg_html_8363357104 cspg_html_8363357104:449:58230:58246 Outram Mount Wilson Observatory +0.25551 gsa_html_2266546108 gsa_html_2266546108:233:23017:23040 Kern River Bartow County, Georgia +0.671112 gsa_html_8010927234 gsa_html_8010927234:451:37769:37778 Littleton Portland, Maine +0.50208 gsa_html_1254347878 gsa_html_1254347878:250:29837:29860 Mount Shields Canada +0.25857 geology_html_8911059784 geology_html_8911059784:35:2521:2526 Cadiz Calais, Maine +0.252296 geology_html_5316765083 geology_html_5316765083:12:481:491 Santa Cruz California +0.704055 aapg_ad_440.html aapg_ad_440.html:881:85881:85898 Denmar Huntington, West Virginia +0.26112 cspg_html_4143222666 cspg_html_4143222666:29:4103:4121 Lea Park Lacombe, Alberta +0.265434 aapg_ae_630.html aapg_ae_630.html:112:10090:10103 Winnipeg Stark County, Illinois +0.472725 aapg_ac_65.html aapg_ac_65.html:967:76977:76985 Colorado Colorado +0.244011 aapg_aa_546.html aapg_aa_546.html:352:36016:36021 Eagle Judith River Formation +0.273006 geology_html_7360956801 geology_html_7360956801:50:3336:3344 Imperial San Jacinto, California +0.278046 aapg_aa_960.html aapg_aa_960.html:492:38327:38334 Entrada Routt County, Colorado +0.27456 geology_html_8367138957 geology_html_8367138957:12:577:586 San Diego La Jolla +0.458682 cspg_html_4812473779 cspg_html_4812473779:1198:129973:130014 Allen Bay Canada +0.819072 aapg_ai_29.html aapg_ai_29.html:568:71167:71173 Lissie Beaumont, Texas +0.68136 aapg_af_663.html aapg_af_663.html:787:75116:75122 Hertha Truro, Massachusetts +0.472675 sedimentology_html_3941612453 sedimentology_html_3941612453:1301:92383:92401 Quinault Washington (state) +0.249458 cspg_html_9157093462 cspg_html_9157093462:333:44072:44098 Halfway Lacombe, Alberta +0.24939 cspg_html_4374961624 cspg_html_4374961624:144:18314:18330 Tatei Mount Robson Provincial Park +0.479 geology_html_4813695285 geology_html_4813695285:168:17017:17030 Garden Valley Flagstaff Hill, South Australia +0.868608 cspg_html_5450075884 cspg_html_5450075884:15:2685:2693 Lea Park Colorado +0.488188 jgeology_html_3669018334 jgeology_html_3669018334:1034:58136:58146 San Miguel Mexico +0.681908 aapg_ad_152.html aapg_ad_152.html:1823:237652:237658 Toroweap Clark County, Indiana +0.27144 aapg_af_628.html aapg_af_628.html:235:23301:23310 Aux Vases Wabash and Erie Canal +0.500388 cspg_html_2625728726 cspg_html_2625728726:537:68764:68776 Granite Wash Lacombe, Alberta +0.232776 aapg_ai_28.html aapg_ai_28.html:751:70799:70810 San Antonio Texas +0.482422 aapg_ad_979.html aapg_ad_979.html:140:11825:11839 Alto Illinois +0.355118 aapg_af_143.html aapg_af_143.html:643:57834:57845 Port Orford Cape Blanco Light +0.471156 gsa_html_1465687448 gsa_html_1465687448:290:32596:32615 Hillabee Greenstone Alabama +0.243332 aapg_ae_419.html aapg_ae_419.html:4599:271048:271054 Sierra Mexico +0.253391 aapg_ae_324.html aapg_ae_324.html:436:42591:42598 Tellico Virginia +0.171028 aapg_ah_779.html aapg_ah_779.html:754:126615:126630 Olentangy Ohio +0.710308 palaios_html_6757540995 palaios_html_6757540995:72:7704:7719 Eutaw Alabama +0.442128 sedimentology_html_2041096405 sedimentology_html_2041096405:38:2689:2705 Guelph Michigan Basin +0.508464 aapg_ae_959.html aapg_ae_959.html:1862:134302:134306 Word El Capitan +0.497354 geology_html_4851899495 geology_html_4851899495:244:23029:23048 Pinyon Conglomerate Cheyenne, Wyoming +0.702728 aapg_ad_52.html aapg_ad_52.html:1444:137608:137628 Keokuk Iowa +0.509728 aapg_ah_541.html aapg_ah_541.html:135:18416:18426 Pottsville Pottsville, Pennsylvania +0.255915 aapg_ae_29.html aapg_ae_29.html:687:65470:65481 Mauch Chunk Pennsylvania +0.867386 cspg_html_5272711466 cspg_html_5272711466:22:3301:3317 Ireton Lacombe, Alberta +0.26367 cspg_html_6715452766 cspg_html_6715452766:491:56083:56103 Fort Union Powder River Basin +0.247 geology_html_9314524367 geology_html_9314524367:159:16199:16222 Sailor Canyon California +0.495471 gsa_html_8938402362 gsa_html_8938402362:168:17285:17293 Harkless Nelson, New Zealand +0.46648 sedimentology_html_2444875434 sedimentology_html_2444875434:1266:104035:104041 Brazil Earth +0.261612 cspg_html_2077592514 cspg_html_2077592514:125:19866:19874 Michigan Lacombe, Alberta +0.234936 aapg_af_6.html aapg_af_6.html:197:18408:18422 Frio Gulf Coast of the United States +0.252504 aapg_ai_583.html aapg_ai_583.html:284:35023:35043 Twin Creek Cheyenne, Wyoming +0.491232 cspg_html_9771826320 cspg_html_9771826320:175:28713:28756 Eureka Sound Bylot Island Migratory Bird Sanctuary +0.380512 aapg_ad_809.html aapg_ad_809.html:411:31087:31106 Maquoketa Iowa +0.269838 aapg_ah_83.html aapg_ah_83.html:50:6967:6985 Kootenai Lacombe, Alberta +0.241552 aapg_ak_76.html aapg_ak_76.html:308:47777:47824 Rico Hato Mayor del Rey +0.26988 aapg_ae_958.html aapg_ae_958.html:2387:203068:203085 Rustler Guadalupe Mountains National Park +0.482976 jgeology_html_9366209199 jgeology_html_9366209199:240:20760:20769 Eel River California +0.251196 cspg_html_2701043964 cspg_html_2701043964:82:12390:12408 Winnipeg Middle Ordovician +0.45505 aapg_ai_959.html aapg_ai_959.html:75:9041:9050 Catahoula Oakville, California +0.259844 gsa_html_2541275669 gsa_html_2541275669:783:71544:71575 Minturn Colorado +0.487438 aapg_ae_228.html aapg_ae_228.html:97:12768:12778 Washington Venezuela +0.71796 aapg_ah_528.html aapg_ah_528.html:40:4390:4398 Moenkopi Logan, Utah +0.25143 AMJC_html_1007005179 AMJC_html_1007005179:824:90914:90919 Rapid Altiplano +0.47058 cspg_html_9905904289 cspg_html_9905904289:56:8076:8085 Shaunavon Regina, Saskatchewan +0.701395 aapg_aa_358.html aapg_aa_358.html:70:6778:6794 Moenkopi Coconino County, Arizona +0.259584 aapg_aa_124.html aapg_aa_124.html:112:12343:12363 Nikanassin Kootenay River +0.481005 aapg_ac_211.html aapg_ac_211.html:130:14482:14502 Castle Reef Dolomite Kinderhook (town), New York +0.49538 aapg_ad_466.html aapg_ad_466.html:1485:156837:156845 Choptank Virginia +0.524295 aapg_aa_254.html aapg_aa_254.html:32:3732:3751 Smackover Mississippi River +0.500325 aapg_aa_792.html aapg_aa_792.html:515:56367:56377 San Andres New Mexico +0.45396 palaios_html_6100595217 palaios_html_6100595217:147:16899:16911 Gosport Sand Lisbon +0.688905 aapg_ac_730.html aapg_ac_730.html:437:62219:62225 Toreva Mancos, Colorado +0.25551 gsa_html_7518144145 gsa_html_7518144145:17:775:783 Colorado Colorado +0.22932 AMJC_html_8522115051 AMJC_html_8522115051:927:100753:100758 Rapid Reno, Nevada +0.478435 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17922:17926 Earp Supai, Arizona +0.48762 aapg_ad_466.html aapg_ad_466.html:286:34817:34834 Raritan Maryland +0.252506 aapg_ai_49.html aapg_ai_49.html:138:15039:15058 Ingleside Cheyenne, Wyoming +0.271152 aapg_ae_223.html aapg_ae_223.html:122:15412:15426 Niobrara Niobrara, Nebraska +0.512 geology_html_7815558619 geology_html_7815558619:12:739:747 Montreal Quebec City +0.484702 geology_html_1860015028 geology_html_1860015028:280:24586:24612 Montgomery California +0.275544 gsa_html_9052101586 gsa_html_9052101586:450:52988:53010 Peoria Illinois +0.469938 gsa_html_8398449001 gsa_html_8398449001:755:64405:64415 Bear River Bennington, Vermont +0.251428 cspg_html_1732329534 cspg_html_1732329534:101:14500:14518 Paskapoo Red Deer, Alberta +0.265738 sedimentology_html_6545837405 sedimentology_html_6545837405:1792:118359:118376 Cardium Canada +0.679745 aapg_ah_646.html aapg_ah_646.html:19:2699:2715 Chinle Logan, Utah +0.495726 aapg_ae_474.html aapg_ae_474.html:91:8207:8224 Renault Bethel, Alaska +0.24948 aapg_ac_515.html aapg_ac_515.html:14:1703:1713 Washington California +0.276627 cspg_html_9613527162 cspg_html_9613527162:194:27033:27053 Banff Elkton, Kentucky +0.480076 aapg_ai_208.html aapg_ai_208.html:232:19942:19971 Castle Hayne North Carolina +0.478956 palaios_html_1998833760 palaios_html_1998833760:1253:89853:89857 Hall London, Ontario +0.48719 aapg_ac_253.html aapg_ac_253.html:47:6909:6915 Frisco Knoxville, Tennessee +0.474176 aapg_aa_685.html aapg_aa_685.html:51:5356:5366 North Horn Flagstaff, Arizona +0.501723 aapg_ac_4.html aapg_ac_4.html:205:21879:21900 Peratrovich Anchorage, Alaska +0.45552 aapg_ai_477.html aapg_ai_477.html:288:32208:32218 Loon River Clearwater, Florida +0.498355 aapg_ah_134.html aapg_ah_134.html:77:6871:6878 Hosston Cotton Valley, Louisiana +0.273004 aapg_ah_528.html aapg_ah_528.html:754:73640:73650 Washington Nelson, New Zealand +0.494844 aapg_ae_957.html aapg_ae_957.html:92:5707:5713 Midway Salem, Oregon +0.273896 gsa_html_1816090385 gsa_html_1816090385:759:65130:65139 San Diego Earth +0.437742 aapg_ac_569.html aapg_ac_569.html:46:7023:7043 Emma Fiord Devon Island +0.497038 sedimentology_html_3941612453 sedimentology_html_3941612453:1301:92403:92413 Washington Salem, Oregon +0.255972 aapg_ac_380.html aapg_ac_380.html:96:13023:13029 Vernon Michigan +0.264147 geology_html_5220137609 geology_html_5220137609:256:22124:22128 Bond North Atlantic Current +0.267806 gsa_html_5865982995 gsa_html_5865982995:1497:156668:156676 Colorado Denver +0.461646 cspg_html_3610827329 cspg_html_3610827329:66:8913:8928 Grassy Mountain Turtle Mountain (Alberta) +0.248446 aapg_ai_527.html aapg_ai_527.html:55:7515:7524 Fruitland Kirtland, Ohio +0.49824 cspg_html_4103411715 cspg_html_4103411715:514:52132:52149 Cardium Lacombe, Alberta +0.493914 aapg_ad_280.html aapg_ad_280.html:73:9783:9802 Smackover Shreveport, Louisiana +0.266112 aapg_ae_180.html aapg_ae_180.html:79:9515:9528 Bearpaw Judith River Formation +0.486504 gsa_html_5341325188 gsa_html_5341325188:68:5985:6013 Green River New Mexico +0.445041 aapg_ad_683.html aapg_ad_683.html:738:73854:73861 Hermosa Colorado +0.485498 aapg_ai_81.html aapg_ai_81.html:413:33096:33103 Chemung Conneaut, Ohio +0.684488 palaios_html_8064020973 palaios_html_8064020973:485:58973:58989 Chinle Logan, Utah +0.884408 aapg_ah_387.html aapg_ah_387.html:2451:265696:265705 Knoxville Knoxville, Illinois +0.37128 palaios_html_2746116737 palaios_html_2746116737:74:5713:5733 Tallahatta Alabama +0.255 geology_html_2835786525 geology_html_2835786525:12:655:661 Oregon Newport, Rhode Island +0.4944 aapg_af_854.html aapg_af_854.html:1059:149219:149240 Hardinsburg Missouri River +0.288344 aapg_ae_471.html aapg_ae_471.html:221:21686:21703 Hosston Arkadelphia, Arkansas +0.249984 gsa_html_6644443634 gsa_html_6644443634:14:844:852 Colorado Denver +0.274052 aapg_ad_49.html aapg_ad_49.html:121:11245:11250 Capay Umpqua, Oregon +0.4807 jgeology_html_4599466962 jgeology_html_4599466962:278:20013:20025 Seneca Jamesville, New York +0.25553 gsa_html_6039599383 gsa_html_6039599383:156:14956:14975 Brunswick Portland, Maine +0.470862 cspg_html_2418341010 cspg_html_2418341010:45:5582:5594 Saskatchewan Regina, Saskatchewan +0.497112 aapg_ae_876.html aapg_ae_876.html:1119:114374:114396 Cedar Mountain Colorado +0.256452 aapg_ae_135.html aapg_ae_135.html:21:2070:2076 Paluxy Tuscaloosa, Alabama +0.246512 aapg_ae_71.html aapg_ae_71.html:175:16018:16035 Hermosa Mesa, Arizona +0.268822 aapg_aa_426.html aapg_aa_426.html:191:42587:42624 Prairie Arkadelphia, Arkansas +0.4636 aapg_ah_435.html aapg_ah_435.html:239:28770:28783 Cook Mountain Texas +0.490049 gsa_html_3289054608 gsa_html_3289054608:2260:164432:164460 Green River New Mexico +0.259 sedimentology_html_3417381350 sedimentology_html_3417381350:1293:97864:97882 Monterey California +0.273546 aapg_ah_462.html aapg_ah_462.html:21:2525:2539 Monterey Bartlesville, Oklahoma +0.242608 aapg_ac_742.html aapg_ac_742.html:72:8433:8446 Gypsum Spring Spearfish, South Dakota +0.249919 jgeology_html_1964872752 jgeology_html_1964872752:283:20813:20833 Beaverdam Delmarva Peninsula +0.26159 aapg_ai_336.html aapg_ai_336.html:1023:140168:140174 Moscow Caucasus Mountains +0.257554 gsa_html_1826402027 gsa_html_1826402027:826:88460:88478 Marble Canyon Grand Canyon +0.258063 aapg_af_430.html aapg_af_430.html:106:11852:11856 Frio Hidalgo County, New Mexico +0.5061 gsa_html_8881958017 gsa_html_8881958017:31:2679:2689 Quesnellia Arctic Cordillera +0.51264 aapg_ad_557.html aapg_ad_557.html:11089:635576:635595 Norphlet Haynesville, Louisiana +0.248832 gsa_html_5096547935 gsa_html_5096547935:655:61023:61031 Colorado Denver +0.263133 AMJC_html_5969956211 AMJC_html_5969956211:1336:168373:168398 Cedar Mountain Colorado +0.490356 aapg_ad_957.html aapg_ad_957.html:181:18670:18682 Higginsville Lafayette County, Florida +0.229392 aapg_ac_59.html aapg_ac_59.html:53:7264:7282 Cabrillo California +0.483108 cspg_html_2174653823 cspg_html_2174653823:195:16022:16032 Washington Mexico +0.473252 gsa_html_7718775984 gsa_html_7718775984:1173:80887:80891 Hall London, Ontario +0.479142 aapg_aa_918.html aapg_aa_918.html:971:103192:103201 Dog Creek Cheyenne, Wyoming +0.508898 cspg_html_3883962749 cspg_html_3883962749:342:39690:39715 Fernie Mountain Park (Holyoke, Massachusetts) +0.494487 cspg_html_6116883777 cspg_html_6116883777:1119:157277:157301 Markham River Ellesmere Island +0.489168 cspg_html_5976982403 cspg_html_5976982403:160:23129:23137 Victoria Kingston, Jamaica +0.484746 cspg_html_8904992939 cspg_html_8904992939:478:54077:54096 Deadwood Canada +0.245016 aapg_ac_414.html aapg_ac_414.html:232:28636:28654 Arcturus Kaibab, Arizona +0.245116 aapg_aa_684.html aapg_aa_684.html:354:33713:33722 Popo Agie John Crow Mountains +0.48165 cspg_html_8227554214 cspg_html_8227554214:328:35619:35635 Cumberland New Brunswick, New Jersey +0.255 cspg_html_9222238695 cspg_html_9222238695:9:963:983 Nikanassin Western world +0.436536 aapg_ae_223.html aapg_ae_223.html:93:11824:11843 Mesaverde Moffat County, Colorado +0.277728 aapg_ad_808.html aapg_ad_808.html:1289:87555:87563 Frontier Richmond, California +0.48379 cspg_html_8464109528 cspg_html_8464109528:171:19907:19915 Columbia Dunedin, Florida +0.282583 AMJC_html_7872796695 AMJC_html_7872796695:106:9031:9050 Queenston Ontario, California +0.488188 aapg_ah_972.html aapg_ah_972.html:429:42456:42464 Wellborn Dilworth, Minnesota +0.252862 aapg_ah_847.html aapg_ah_847.html:734:67451:67464 Raritan Closter, New Jersey +0.473641 sedimentology_html_8294178282 sedimentology_html_8294178282:30:1873:1891 Forest Viterbo +0.2565 geology_html_3197685690 geology_html_3197685690:234:22718:22724 Oregon Washington (state) +0.24672 aapg_ae_419.html aapg_ae_419.html:3358:214871:214877 Sierra Coahuila +0.414605 cspg_html_4568084707 cspg_html_4568084707:494:60804:60825 Cooking Lake Redwater, Texas +0.25493 AMJC_html_4504848787 AMJC_html_4504848787:553:55135:55151 Unicoi Virginia +0.458784 aapg_ai_851.html aapg_ai_851.html:86:12176:12181 Cibao Lares, Puerto Rico +0.262546 geology_html_8381924936 geology_html_8381924936:12:515:523 Virginia Reston, Virginia +0.257048 palaios_html_3112927242 palaios_html_3112927242:115:11539:11558 Tuscarora Juniata County School District +0.257049 cspg_html_7176835767 cspg_html_7176835767:396:50532:50552 Arctic Red Sault Ste. Marie, Ontario +0.258981 cspg_html_1159794850 cspg_html_1159794850:14:1504:1521 Guelph Salina, Kansas +0.257895 aapg_ah_283.html aapg_ah_283.html:543:66287:66293 Oregon Washington (state) +0.4675 cspg_html_8979693271 cspg_html_8979693271:334:42052:42060 Columbia Lacombe, Alberta +0.26673 cspg_html_4210762654 cspg_html_4210762654:227:31056:31071 Nisku Lacombe, Alberta +0.475551 aapg_ac_290.html aapg_ac_290.html:54:4468:4480 Mooringsport Paluxy, Texas +0.272986 gsa_html_8951179545 gsa_html_8951179545:64:6075:6087 Wilcox Cheyenne, Wyoming +0.479465 aapg_ad_2.html aapg_ad_2.html:1023:140644:140655 Beekmantown Bellefonte, Pennsylvania +0.493218 aapg_af_854.html aapg_af_854.html:389:50640:50646 Keokuk Burlington, Ontario +0.26979 aapg_ac_701.html aapg_ac_701.html:199:19883:19903 Phosphoria Cheyenne, Wyoming +0.246015 aapg_ac_881.html aapg_ac_881.html:297:35021:35028 El Paso New Mexico +0.49131 aapg_af_298.html aapg_af_298.html:218:23550:23565 Salem Ohio County, West Virginia +0.477617 jgeology_html_3861914771 jgeology_html_3861914771:178:11162:11173 Bloomington Harrodsburg, Indiana +0.475547 aapg_ac_151.html aapg_ac_151.html:55:9065:9077 Midway Shreveport, Louisiana +0.253402 aapg_aa_889.html aapg_aa_889.html:561:59394:59402 Colorado Mississippi River +0.262546 jgeology_html_6347034809 jgeology_html_6347034809:1294:61387:61408 Manitou Ontario, California +0.251604 aapg_ad_152.html aapg_ad_152.html:1937:254859:254879 Phosphoria Kaibab, Arizona +0.249458 cspg_html_9275863663 cspg_html_9275863663:977:132453:132478 Beaverhill Lacombe, Alberta +0.256035 aapg_ai_584.html aapg_ai_584.html:395:38605:38613 Roundtop Hartville, Missouri +0.466941 aapg_aa_863.html aapg_aa_863.html:430:36997:37014 Edwards Texas +0.262944 aapg_ai_850.html aapg_ai_850.html:30:3467:3477 Bloomsburg Juniata County School District +0.267696 aapg_af_348.html aapg_af_348.html:397:43515:43535 Springhill Springhill, Nova Scotia +0.47773 palaios_html_8113714689 palaios_html_8113714689:298:33983:33999 George Rocky Mountain House, Alberta +0.266742 cspg_html_7176835767 cspg_html_7176835767:75:9203:9223 Sans Sault Sault Ste. Marie, Ontario +0.259979 sedimentology_html_3200584564 sedimentology_html_3200584564:1339:87681:87687 Walker Lacombe, Alberta +0.479539 sedimentology_html_7635687013 sedimentology_html_7635687013:123:11975:11995 Frankfort Black River, Jamaica +0.264441 aapg_ad_11.html aapg_ad_11.html:49:5485:5505 Fort Union Knife River +0.479359 sedimentology_html_3238300064 sedimentology_html_3238300064:1171:85917:85934 Wilcox Texas +0.50424 aapg_ae_187.html aapg_ae_187.html:222:24579:24587 Michigan Kentucky +0.233266 aapg_aa_267.html aapg_aa_267.html:617:51807:51817 Greenbrier Huntington, West Virginia +0.26019 sedimentology_html_7150632669 sedimentology_html_7150632669:215:17920:17923 Dot Gaithersburg, Maryland +0.26037 palaios_html_3825798781 palaios_html_3825798781:512:48175:48192 Clayton Alabama +0.482384 cspg_html_6258003389 cspg_html_6258003389:160:22012:22030 Ramparts Middle East +0.26884 aapg_af_515.html aapg_af_515.html:31:5223:5232 Peninsula Sardinia +0.283023 cspg_html_1025724640 cspg_html_1025724640:455:62595:62629 Beekmantown Ontario, California +0.262644 aapg_ad_167.html aapg_ad_167.html:251:29073:29087 Richmond Cincinnati +0.469282 palaios_html_1275288372 palaios_html_1275288372:743:53154:53162 Columbia North Sea +0.250494 cspg_html_9354781888 cspg_html_9354781888:102:19100:19117 Watrous Williston Basin +0.248985 cspg_html_8558580101 cspg_html_8558580101:41:5927:5961 Mackenzie Lacombe, Alberta +0.475776 gsa_html_1355236849 gsa_html_1355236849:1071:97002:97010 San Jose California +0.451858 gsa_html_3720789279 gsa_html_3720789279:850:84253:84263 Washington Boise, Idaho +0.26159 aapg_ac_289.html aapg_ac_289.html:245:20293:20301 Sterling Saline County, Kansas +0.237615 aapg_aa_684.html aapg_aa_684.html:58:6969:6978 Popo Agie John Crow Mountains +0.217777 aapg_ah_857.html aapg_ah_857.html:20:2537:2553 Macal Guatemala +0.2546 aapg_ai_810.html aapg_ai_810.html:60:8422:8440 Norphlet Mississippi River +0.464854 aapg_ad_738.html aapg_ad_738.html:510:24390:24402 Nation River Anchorage, Alaska +0.268752 aapg_ac_835.html aapg_ac_835.html:1109:162176:162195 Minnelusa Hartville, Missouri +0.453607 aapg_af_792.html aapg_af_792.html:96:11398:11404 Walnut East Texas +0.709878 cspg_html_2175627313 cspg_html_2175627313:877:85283:85315 Montney Lacombe, Alberta +0.253 aapg_ad_2.html aapg_ad_2.html:1393:190606:190618 Chambersburg Martinsburg, Nebraska +0.26677 palaios_html_4688171682 palaios_html_4688171682:692:72631:72649 Imperial California +0.263592 aapg_ad_784.html aapg_ad_784.html:328:36114:36119 Sespe Oak Ridge, Tennessee +0.4734 cspg_html_4298557570 cspg_html_4298557570:9:839:847 Whitemud Lacombe, Alberta +0.824112 cspg_html_8266552811 cspg_html_8266552811:56:7188:7204 Viking Regina, Saskatchewan +0.253008 cspg_html_2873888604 cspg_html_2873888604:196:31053:31062 Baldonnel Victoria, British Columbia +0.260084 cspg_html_3883962749 cspg_html_3883962749:65:9882:9895 Mountain Park Lacombe, Alberta +0.503126 cspg_html_5484260516 cspg_html_5484260516:6:312:317 Banff Victoria, British Columbia +0.476398 aapg_ai_250.html aapg_ai_250.html:24:3014:3038 Manitou Colorado +0.25351 cspg_html_5796730780 cspg_html_5796730780:21:2863:2885 Hillsborough Hillsborough, California +0.48552 cspg_html_6021605367 cspg_html_6021605367:91:10420:10425 Ouray Lacombe, Alberta +0.25542 AMJC_html_1964550508 AMJC_html_1964550508:111:14807:14825 Syracuse Onondaga (tribe) +0.254478 aapg_ae_998.html aapg_ae_998.html:117:15013:15021 Evanston Evanston, Wyoming +0.253991 aapg_aa_784.html aapg_aa_784.html:16:554:562 Colorado Denver +0.484428 aapg_ai_107.html aapg_ai_107.html:150:14422:14441 Smackover Freestone County, Texas +0.48654 aapg_ah_876.html aapg_ah_876.html:563:69290:69308 Pearsall Rodessa, Louisiana +0.506476 aapg_aa_598.html aapg_aa_598.html:14:2057:2065 Red Peak Cheyenne, Wyoming +0.449288 aapg_ah_816.html aapg_ah_816.html:35:3604:3612 Virginia Virginia +0.45264 sedimentology_html_2013985485 sedimentology_html_2013985485:39:1925:1929 Bern Switzerland +0.252648 cspg_html_9735723617 cspg_html_9735723617:181:23391:23413 Nation River Anchorage, Alaska +0.719967 aapg_ae_694.html aapg_ae_694.html:14:2259:2275 Tuscaloosa Texas +0.249984 geology_html_7747769822 geology_html_7747769822:38:3156:3162 Oregon Juan de Fuca Plate +0.25137 cspg_html_9735723617 cspg_html_9735723617:247:31439:31459 Weatherall Melville Island (Canada) +0.484632 cspg_html_7602315496 cspg_html_7602315496:18:3157:3178 Belly River Milk River, Alberta +0.505486 gsa_html_6578729676 gsa_html_6578729676:654:62940:62944 Bond North Sea +0.491232 cspg_html_8727758678 cspg_html_8727758678:179:7172:7195 Viking Lacombe, Alberta +0.51584 gsa_html_4472450335 gsa_html_4472450335:60:4552:4580 Green River Colorado +0.472547 cspg_html_4509388671 cspg_html_4509388671:6:472:480 Columbia Elk Valley (British Columbia) +0.486213 aapg_ad_944.html aapg_ad_944.html:107:10541:10562 Watrous Cheyenne, Wyoming +0.446985 aapg_ai_932.html aapg_ai_932.html:436:68349:68366 Sisquoc Monterey, California +0.469098 aapg_ai_516.html aapg_ai_516.html:148:20615:20620 Piper Barnsley +0.258482 aapg_ae_170.html aapg_ae_170.html:183:24083:24103 Road River Middle Ordovician +0.259979 cspg_html_9361096527 cspg_html_9361096527:750:70188:70196 Colorado Denver +0.489842 aapg_af_880.html aapg_af_880.html:428:64458:64476 Wolfcamp Texas +0.472342 cspg_html_5660413005 cspg_html_5660413005:264:29892:29905 Graminia Blue Ridge Mountains +0.250368 cspg_html_9735723617 cspg_html_9735723617:4067:266405:266426 Melville Island Banks Island +0.501795 cspg_html_3354282978 cspg_html_3354282978:844:94405:94420 Nisku Central Alberta +0.490676 sedimentology_html_9633602572 sedimentology_html_9633602572:123:10147:10155 Columbia Victoria, British Columbia +0.245655 gsa_html_4118838513 gsa_html_4118838513:12:677:690 Santa Barbara California +0.50721 aapg_ac_574.html aapg_ac_574.html:92:11226:11233 Wasatch Reno, Nevada +0.47846 aapg_ad_169.html aapg_ad_169.html:391:44706:44726 Greenbrier Greenbrier (Great Smoky Mountains) +0.26622 aapg_ac_545.html aapg_ac_545.html:487:57713:57721 Columbia Victoria, British Columbia +0.860823 aapg_ad_610.html aapg_ad_610.html:101:12255:12260 Yegua County Sligo +0.254976 aapg_ad_318.html aapg_ad_318.html:7:1170:1176 Guelph Rockford, Illinois +0.474388 palaios_html_1020763489 palaios_html_1020763489:466:49198:49214 Viking Canada +0.487135 aapg_ah_182.html aapg_ah_182.html:3:169:180 Jacksonburg Closter, New Jersey +0.47628 cspg_html_8247666269 cspg_html_8247666269:550:64635:64651 Kanguk Ellesmere Island +0.426832 aapg_ae_31.html aapg_ae_31.html:8:1135:1155 Moorefield Arkansas +0.253456 cspg_html_1351473625 cspg_html_1351473625:101:17518:17539 Ross Belcourt, North Dakota +0.46835 geology_html_4499032177 geology_html_4499032177:11:506:512 Oxford Ohio +0.256928 sedimentology_html_9252655955 sedimentology_html_9252655955:901:79759:79763 Hall London, Ontario +0.522522 aapg_ah_329.html aapg_ah_329.html:526:51381:51402 San Joaquin San Diego +0.487424 gsa_html_8725992131 gsa_html_8725992131:535:43491:43499 Edmonton Lacombe, Alberta +0.49305 cspg_html_2174653823 cspg_html_2174653823:327:23062:23071 Interlake Nassau, Bahamas +0.250745 cspg_html_5456368738 cspg_html_5456368738:303:34666:34686 Pine Point Great Slave Lake +0.4921 aapg_ac_314.html aapg_ac_314.html:731:63189:63195 Brazil South America +0.504339 aapg_af_130.html aapg_af_130.html:138:25156:25181 Ladore Colorado +0.481566 cspg_html_3026112034 cspg_html_3026112034:8:385:403 Wabamun Swan Hill, Victoria +0.49555 aapg_ac_382.html aapg_ac_382.html:57:8435:8451 Dakota Cabuyao, Laguna +0.263662 cspg_html_9214997177 cspg_html_9214997177:398:36764:36776 Saskatchewan Bloomington, Indiana +0.261632 sedimentology_html_6998506874 sedimentology_html_6998506874:27:1623:1647 Protection Helsinki +0.263025 geology_html_7632053614 geology_html_7632053614:12:538:548 Washington Washington (state) +0.262143 aapg_ae_364.html aapg_ae_364.html:283:26957:26976 San Jose Estancia, New Mexico +0.260554 aapg_ac_586.html aapg_ac_586.html:256:28937:28957 Pottsville Pottsville, Pennsylvania +0.262944 cspg_html_7115701337 cspg_html_7115701337:489:55294:55302 Columbia Victoria, British Columbia +0.485434 sedimentology_html_7328045802 sedimentology_html_7328045802:327:24391:24410 Perry Austin, Chicago +0.254904 aapg_ah_393.html aapg_ah_393.html:57:6040:6053 Kootenay Kootenay River +0.26058 aapg_ai_107.html aapg_ai_107.html:166:16168:16187 Smackover Robertson County, Tennessee +0.252888 AMJC_html_1964550508 AMJC_html_1964550508:514:62108:62120 Vernon Chestnut Ridge, New York +0.20128 aapg_aa_23.html aapg_aa_23.html:938:122967:122991 Interlake Manitoba +0.254508 aapg_aa_684.html aapg_aa_684.html:201:19880:19884 Jelm Cheyenne, Wyoming +0.487705 geology_html_8104860443 geology_html_8104860443:90:8585:8606 Wood Canyon Reno, Nevada +0.45881 aapg_ah_318.html aapg_ah_318.html:1646:157676:157685 San Pedro Durango, Durango +0.484632 aapg_ae_581.html aapg_ae_581.html:725:76633:76639 Denver Colorado +0.390404 cspg_html_6069707248 cspg_html_6069707248:39:5133:5137 Elko Elk Valley (British Columbia) +0.474264 palaios_html_1020763489 palaios_html_1020763489:127:14376:14403 Quinault Washington (state) +0.49022 aapg_ae_574.html aapg_ae_574.html:5:941:960 Greenhorn Powder River (Montana) +0.254508 sedimentology_html_9626990209 sedimentology_html_9626990209:182:18445:18464 Rock Springs Laramide orogeny +0.385728 aapg_af_455.html aapg_af_455.html:71:9048:9067 Hampshire Huntington, West Virginia +0.750486 aapg_ad_2.html aapg_ad_2.html:815:115252:115264 Chambersburg Wisconsin +0.895594 palaios_html_2048556014 palaios_html_2048556014:529:58738:58757 Conasauga Alabama +0.517443 gsa_html_3205893764 gsa_html_3205893764:465:47296:47324 Green River Colorado +0.251496 aapg_ai_49.html aapg_ai_49.html:396:50488:50496 Tensleep Hartville, Missouri +0.244829 cspg_html_4495395109 cspg_html_4495395109:11:1515:1534 Whitemud Regina, Saskatchewan +0.257446 aapg_ai_503.html aapg_ai_503.html:290:31905:31922 Thorold Niagara River +0.262128 cspg_html_4287356899 cspg_html_4287356899:961:131153:131168 Kayak Great Britain +0.250976 geology_html_3231018979 geology_html_3231018979:373:26923:26934 Bison Creek Lacombe, Alberta +0.259578 aapg_ah_823.html aapg_ah_823.html:54:5720:5731 Buick Creek Victoria, British Columbia +0.466871 gsa_html_1254347878 gsa_html_1254347878:364:40617:40645 Grinnell Lacombe, Alberta +0.264027 aapg_aa_659.html aapg_aa_659.html:233:15775:15788 Windsor Bridgetown, Nova Scotia +0.268299 aapg_aa_863.html aapg_aa_863.html:27:3319:3334 Mural Arizona +0.488048 gsa_html_7605900420 gsa_html_7605900420:568:54009:54037 Green River Iran +0.267764 gsa_html_5712812305 gsa_html_5712812305:619:62387:62395 Columbia Portland, Oregon +0.438949 aapg_ah_260.html aapg_ah_260.html:208:26885:26905 North Horn North Horn Formation +0.239956 cspg_html_7809640865 cspg_html_7809640865:95:9482:9494 Saskatchewan Saskatoon +0.274575 gsa_html_9052101586 gsa_html_9052101586:507:62753:62764 Peoria Illinois +0.49011 gsa_html_3542448939 gsa_html_3542448939:38:3668:3674 Reston Virginia +0.247883 gsa_html_3795828595 gsa_html_3795828595:19:1313:1324 Black River Nassau, Bahamas +0.460299 aapg_ai_584.html aapg_ai_584.html:734:77446:77457 Casper Laramie, Wyoming +0.460558 cspg_html_3233680622 cspg_html_3233680622:53:7163:7175 Vendom Fiord Southern United States +0.259931 gsa_html_2059086425 gsa_html_2059086425:55:5191:5212 Lake Valley Sacramento Mountains (California) +0.260925 aapg_af_277.html aapg_af_277.html:388:36105:36111 Denver Jordan Valley, Oregon +0.266742 aapg_af_927.html aapg_af_927.html:64:7170:7180 Palo Pinto Eastland, Texas +0.489168 gsa_html_1678018483 gsa_html_1678018483:78:6613:6641 Green River Colorado +0.26312 cspg_html_3966186144 cspg_html_3966186144:56:9589:9599 Haig Brook Stone Mountain, Georgia +0.2652 gsa_html_4910884318 gsa_html_4910884318:24:1251:1271 Pottsville Pennsylvania +0.490795 palaios_html_3796939457 palaios_html_3796939457:584:47674:47692 Woodbine Texas +0.48379 geology_html_3479619952 geology_html_3479619952:220:20097:20106 Littleton Colorado +0.446865 aapg_ae_904.html aapg_ae_904.html:134:14075:14089 Colorado Cheyenne, Wyoming +0.484467 sedimentology_html_1046729113 sedimentology_html_1046729113:281:28210:28220 Milk River Southern Alberta +0.461676 aapg_ah_243.html aapg_ah_243.html:88:10390:10415 Whitsett Texas +0.499896 cspg_html_9343899465 cspg_html_9343899465:1631:133057:133073 Parry Islands Bathurst Island (Northern Territory) +0.263572 aapg_ad_603.html aapg_ad_603.html:96:8606:8612 Quadra Red River of the North +0.473252 aapg_ad_441.html aapg_ad_441.html:31:2670:2686 Navajo Logan, Utah +0.265125 aapg_ad_759.html aapg_ad_759.html:3:153:168 Sespe California +0.24402 cspg_html_5660806836 cspg_html_5660806836:673:63408:63416 Montreal Quebec City +0.48768 aapg_aa_109.html aapg_aa_109.html:7:1036:1053 Minturn Des Moines, Washington +0.480555 cspg_html_5345848475 cspg_html_5345848475:56:8102:8112 Deer Creek Regina, Saskatchewan +0.471735 aapg_af_964.html aapg_af_964.html:97:14216:14227 Fish Scales Lacombe, Alberta +0.46683 aapg_ai_49.html aapg_ai_49.html:275:32849:32857 Sundance Dolores, Colorado +0.48756 aapg_ad_379.html aapg_ad_379.html:490:40925:40941 Kaibab Logan, Utah +0.479912 aapg_ae_875.html aapg_ae_875.html:115:15795:15805 Cariblanco San Juan, Argentina +0.476652 aapg_aa_24.html aapg_aa_24.html:595:70562:70584 Slater River Sault Ste. Marie, Ontario +0.2595 aapg_af_26.html aapg_af_26.html:324:30026:30032 Oregon Salem, Oregon +0.499797 geology_html_1807210760 geology_html_1807210760:12:578:587 San Diego California +0.246006 cspg_html_4105062490 cspg_html_4105062490:142:14912:14919 Lyleton Manitoba +0.251968 aapg_aa_473.html aapg_aa_473.html:291:42228:42244 Muskwa Victoria, British Columbia +0.25382 aapg_ae_659.html aapg_ae_659.html:38:4616:4625 Cold Lake Ardmore, Pennsylvania +0.478956 cspg_html_6193252551 cspg_html_6193252551:412:51870:51897 Mingan Middle East +0.478296 cspg_html_3008745251 cspg_html_3008745251:248:29568:29576 Columbia Victoria, British Columbia +0.484059 cspg_html_7567689128 cspg_html_7567689128:6:387:405 Whitemud Regina, Saskatchewan +0.476504 jgeology_html_7885748745 jgeology_html_7885748745:553:33906:33911 Rapid New Hampshire +0.466736 aapg_ac_587.html aapg_ac_587.html:464:52931:52941 Santa Rita New Mexico +0.251472 sedimentology_html_3088624548 sedimentology_html_3088624548:929:56997:57002 Weeks California +0.263526 aapg_af_186.html aapg_af_186.html:191:21661:21671 Rio Grande Texas +0.492768 aapg_ah_828.html aapg_ah_828.html:97:10931:10950 La Casita Mexico +0.472248 cspg_html_9905904289 cspg_html_9905904289:13:2238:2246 Whitemud Regina, Saskatchewan +0.250677 gsa_html_1119256423 gsa_html_1119256423:601:55201:55228 White River Iowa +0.663803 aapg_ae_71.html aapg_ae_71.html:34:3316:3322 Kaibab Grand Canyon +0.246132 aapg_ae_31.html aapg_ae_31.html:133:15609:15619 Moorefield Newton County, Georgia +0.266772 sedimentology_html_3526020464 sedimentology_html_3526020464:748:50640:50644 Java Sumatra +0.483395 aapg_ai_932.html aapg_ai_932.html:650:102921:102939 Monterey Knoxville, Illinois +0.234584 AMJC_html_2046554116 AMJC_html_2046554116:404:42724:42730 Reston Virginia +0.264075 aapg_ac_274.html aapg_ac_274.html:144:14389:14399 Washington Kentucky +0.262 cspg_html_8532932475 cspg_html_8532932475:347:36068:36085 Bluesky Willapa Bay +0.379255 aapg_ad_801.html aapg_ad_801.html:290:31146:31155 Catahoula Mississippi River +0.48705 aapg_ai_981.html aapg_ai_981.html:446:35083:35090 Reynosa Texas +0.701624 cspg_html_4374961624 cspg_html_4374961624:11:1215:1220 Tatei Mount Robson Provincial Park +0.492036 aapg_ad_0.html aapg_ad_0.html:225:20474:20491 Black River Michigan +0.39269 aapg_ac_92.html aapg_ac_92.html:18:2839:2854 Atoka Atoka, Oklahoma +0.269868 geology_html_1545045916 geology_html_1545045916:13:615:621 Reston Virginia +0.268068 aapg_ac_235.html aapg_ac_235.html:796:79033:79045 Dakota Colorado +0.256536 sedimentology_html_1571972806 sedimentology_html_1571972806:1166:63782:63786 Hall London, Ontario +0.26418 jgeology_html_1370985836 jgeology_html_1370985836:1178:72060:72069 Rochester Salt Lake City +0.415233 cspg_html_2758185645 cspg_html_2758185645:100:10104:10114 Mount Head Lacombe, Alberta +0.49955 aapg_ad_466.html aapg_ad_466.html:1348:144220:144227 Matawan Delaware +0.483041 aapg_ae_872.html aapg_ae_872.html:64:8915:8921 Peedee Charleston, South Carolina +0.43946 geology_html_4403865682 geology_html_4403865682:305:26452:26490 Protection California +0.490795 aapg_ad_822.html aapg_ad_822.html:24:2869:2886 Laramie Niobrara, Nebraska +0.278236 aapg_ac_838.html aapg_ac_838.html:352:32631:32659 Green River Logan, Utah +0.50193 aapg_ai_54.html aapg_ai_54.html:40:4661:4676 Eutaw Selma to Montgomery marches +0.49419 cspg_html_1312400675 cspg_html_1312400675:236:27510:27518 Paskapoo Edmonton, London +0.243955 palaios_html_1729153923 palaios_html_1729153923:27:1701:1713 Silica Ohio +0.24939 cspg_html_4338314003 cspg_html_4338314003:17:2201:2232 Viking Lacombe, Alberta +0.24402 geology_html_4363767289 geology_html_4363767289:36:2512:2524 Dixie Valley Boise, Idaho +0.488889 aapg_ac_807.html aapg_ac_807.html:792:78324:78345 Black Creek North Carolina +0.25441 aapg_ae_161.html aapg_ae_161.html:111:13684:13698 Claggett Judith River Formation +0.235248 aapg_af_922.html aapg_af_922.html:113:14767:14778 Mauch Chunk Pottsville, Pennsylvania +0.262644 gsa_html_3646882130 gsa_html_3646882130:17:1303:1330 Columbia Steens Mountain Wilderness +0.264668 aapg_ac_587.html aapg_ac_587.html:352:47407:47424 Laramie Arizona +0.262614 aapg_ae_921.html aapg_ae_921.html:113:7781:7791 Fort Union Knife River +0.491825 aapg_ae_876.html aapg_ae_876.html:490:53178:53186 Graneros Farmington, New Mexico +0.257446 gsa_html_4312040636 gsa_html_4312040636:259:24034:24042 Humboldt Eel River (Indiana) +0.259518 cspg_html_3461479787 cspg_html_3461479787:27:3122:3131 Lodgepole Western world +0.487368 jgeology_html_3517640817 jgeology_html_3517640817:666:43589:43598 Peninsula Korea +0.264187 cspg_html_3354282978 cspg_html_3354282978:467:61100:61120 Swan Hills Lacombe, Alberta +0.47124 aapg_aa_860.html aapg_aa_860.html:1149:110047:110055 Colorado Denver +0.490048 aapg_ah_5.html aapg_ah_5.html:2272:151836:151853 Astoria Washington (state) +0.253272 aapg_ae_307.html aapg_ae_307.html:69:5585:5599 Ogallala Nebraska +0.495492 gsa_html_7102550258 gsa_html_7102550258:810:91228:91235 Kayenta Springdale, Arkansas +0.261 aapg_ac_920.html aapg_ac_920.html:110:17703:17723 Pequop Gold Hill, Colorado +0.496018 aapg_ad_337.html aapg_ad_337.html:346:39686:39701 Sespe Ventura County, California +0.474176 gsa_html_6861599329 gsa_html_6861599329:884:78311:78337 Chumstick Leavenworth, Washington +0.487494 aapg_ae_454.html aapg_ae_454.html:417:36065:36084 Cotton Valley Shreveport, Louisiana +0.26129 aapg_ad_653.html aapg_ad_653.html:318:39180:39204 Boundary Creek Anchorage, Alaska +0.86996 gsa_html_6706549940 gsa_html_6706549940:110:9850:9861 Green River Ellesmere Island +0.260268 cspg_html_3521815736 cspg_html_3521815736:192:27653:27678 Fernie Victoria, British Columbia +0.39123 cspg_html_7989435905 cspg_html_7989435905:73:8150:8164 St. Mary River Edmonton, London +0.262685 aapg_ae_67.html aapg_ae_67.html:396:32235:32247 Dakota Denver +0.276138 aapg_ae_263.html aapg_ae_263.html:127:10297:10315 Onondaga Helderberg +0.283945 aapg_ad_137.html aapg_ad_137.html:28:2615:2633 Smackover Cotton Valley, Louisiana +0.256432 aapg_ac_414.html aapg_ac_414.html:150:18331:18339 Arcturus Logan, Utah +0.476748 geology_html_1473688139 geology_html_1473688139:199:19093:19102 Beartooth Santa Catarina (state) +0.260604 cspg_html_7086880709 cspg_html_7086880709:231:26712:26731 Chinchaga Victoria, British Columbia +0.401185 aapg_af_964.html aapg_af_964.html:115:17683:17699 Viking Lacombe, Alberta +0.45872 aapg_ah_3.html aapg_ah_3.html:514:67529:67553 Mirador Colombia +0.257536 aapg_af_854.html aapg_af_854.html:943:133387:133404 Bethel Bethel, Alaska +0.24948 sedimentology_html_3914054382 sedimentology_html_3914054382:639:53232:53242 Santa Cruz California +0.249996 aapg_ae_96.html aapg_ae_96.html:93:11084:11101 Sunrise Reno, Nevada +0.25551 cspg_html_5783501569 cspg_html_5783501569:47:6970:6983 Marble Canyon Canmore, Alberta +0.41745 cspg_html_6356755616 cspg_html_6356755616:381:53473:53480 Bearpaw Lacombe, Alberta +0.266252 gsa_html_2803787372 gsa_html_2803787372:743:64683:64711 Green River Colorado +0.486576 aapg_ah_27.html aapg_ah_27.html:24:3161:3188 Barnett Fort Worth, Texas +0.267189 aapg_af_568.html aapg_af_568.html:457:39283:39305 Dakota Cheyenne, Wyoming +0.721614 aapg_ae_369.html aapg_ae_369.html:108:11833:11838 Eutaw Mississippi River +0.487705 aapg_ai_857.html aapg_ai_857.html:94:13806:13839 Bell Guadalupe Mountains National Park +0.499174 aapg_ah_810.html aapg_ah_810.html:139:10827:10838 San Antonio Texas +0.447603 cspg_html_7587979364 cspg_html_7587979364:214:17416:17426 Swan Hills Lacombe, Alberta +0.488005 palaios_html_6510114834 palaios_html_6510114834:575:60107:60143 Wood Canyon California +0.263176 aapg_ac_984.html aapg_ac_984.html:166:13969:13979 Eau Claire Franconia, New Hampshire +0.264969 aapg_af_575.html aapg_af_575.html:1096:158237:158243 Dockum Texas +0.259584 aapg_ad_611.html aapg_ad_611.html:57:5834:5844 Frio Brazoria County, Texas +0.486472 geology_html_5463531653 geology_html_5463531653:86:8301:8313 Owens Valley Sierra Nevada (Spain) +0.254976 cspg_html_8568877195 cspg_html_8568877195:49:8221:8232 Sombre Milk River, Alberta +0.248446 aapg_ah_199.html aapg_ah_199.html:404:45143:45148 Atoka Berlin +0.377104 aapg_aa_685.html aapg_aa_685.html:217:19564:19583 Flagstaff Salina, Kansas +0.507 aapg_aa_544.html aapg_aa_544.html:336:45306:45316 Wind River Wasatch Range +0.25149 aapg_ah_863.html aapg_ah_863.html:221:21052:21062 Pine Point Buffalo National River +0.266252 cspg_html_4210762654 cspg_html_4210762654:36:6150:6165 Nisku Western world +0.245388 gsa_html_7062589013 gsa_html_7062589013:872:67840:67848 Santiago Chile +0.280644 aapg_af_592.html aapg_af_592.html:54:4754:4770 San Andres New Mexico +0.46172 aapg_ac_253.html aapg_ac_253.html:68:10097:10105 Sallisaw Frisco, Texas +0.252984 aapg_ac_452.html aapg_ac_452.html:104:11841:11850 Kingshill United States Virgin Islands +0.503426 aapg_ad_752.html aapg_ad_752.html:17:2973:2983 Brownstown Texas +0.256522 geology_html_8655377914 geology_html_8655377914:363:27228:27240 Pethei Canada +0.257033 cspg_html_4069214675 cspg_html_4069214675:75:11667:11675 Columbia Victoria, British Columbia +0.48316 gsa_html_7028456337 gsa_html_7028456337:1150:101543:101571 Green River New Mexico +0.247904 cspg_html_2863271815 cspg_html_2863271815:5:273:289 Guelph Michigan Basin +0.251472 gsa_html_1071078122 gsa_html_1071078122:616:59391:59395 Hall New Mexico +0.265698 sedimentology_html_7399126879 sedimentology_html_7399126879:1858:90598:90617 Mansfield Bloomington, Indiana +0.251968 palaios_html_4940783464 palaios_html_4940783464:40:3981:3999 Yakataga Anchorage, Alaska +0.504972 gsa_html_7013860713 gsa_html_7013860713:165:16115:16143 Green River Colorado +0.494656 cspg_html_1915486237 cspg_html_1915486237:63:9092:9100 Columbia Victoria, British Columbia +0.468975 aapg_af_451.html aapg_af_451.html:99:12720:12737 Athabasca Regina, Saskatchewan +0.464448 aapg_aa_399.html aapg_aa_399.html:290:23154:23168 Kaskapau Niobrara, Nebraska +0.50403 aapg_ad_466.html aapg_ad_466.html:152:16469:16480 Hornerstown Manasquan, New Jersey +0.49302 aapg_ak_5.html aapg_ak_5.html:458:48758:48766 Scotland North Sea oil +0.249831 geology_html_2132302312 geology_html_2132302312:15:822:830 Columbia Victoria, British Columbia +0.52488 cspg_html_9912281240 cspg_html_9912281240:97:13296:13307 Belly River Lacombe, Alberta +0.240128 gsa_html_7193789775 gsa_html_7193789775:374:36602:36610 Colorado Logan, Utah +0.727516 jgeology_html_6990146451 jgeology_html_6990146451:211:14130:14139 Hampshire Chemung, New York +0.48174 geology_html_4599156600 geology_html_4599156600:106:11315:11323 Columbia Victoria, British Columbia +0.2505 cspg_html_1934220426 cspg_html_1934220426:42:5658:5665 Pelican Liard River, British Columbia +0.367285 aapg_ah_505.html aapg_ah_505.html:1735:142515:142523 Colorado Colorado +0.259548 aapg_ae_47.html aapg_ae_47.html:67:5073:5079 Frisco Sallisaw, Oklahoma +0.25344 aapg_ad_760.html aapg_ad_760.html:204:22088:22104 Modelo Rancho Santa Margarita, California +0.476398 geology_html_4066666571 geology_html_4066666571:262:23041:23056 Melville Island Canadian Arctic Archipelago +0.49495 gsa_html_6537818387 gsa_html_6537818387:31:2812:2840 Green River Colorado +0.26447 aapg_ac_484.html aapg_ac_484.html:663:85964:85977 Santa Barbara California +0.252374 aapg_af_488.html aapg_af_488.html:34:3763:3782 Rock Springs Table Rock, Wyoming +0.271425 aapg_ae_959.html aapg_ae_959.html:2909:218499:218502 Abo Sacramento Mountains (California) +0.265216 aapg_ac_55.html aapg_ac_55.html:173:20884:20894 Vincentown Manasquan, New Jersey +0.502475 aapg_ah_973.html aapg_ah_973.html:201:17809:17819 Washington Hempstead County, Arkansas +0.496513 cspg_html_5376629375 cspg_html_5376629375:129:18097:18115 Arctomys Lacombe, Alberta +0.247988 sedimentology_html_4005512474 sedimentology_html_4005512474:746:53143:53148 Rapid Nassau, Bahamas +0.451888 cspg_html_2575903827 cspg_html_2575903827:311:38702:38747 Albert New Brunswick, New Jersey +0.248517 aapg_aa_507.html aapg_aa_507.html:48:6175:6185 Tuscaloosa Tuscaloosa, Alabama +0.4683 aapg_aa_995.html aapg_aa_995.html:639:51399:51407 Colorado Cheyenne, Wyoming +0.46265 aapg_ae_282.html aapg_ae_282.html:10:1798:1808 Waynesburg Ohio +0.48829 aapg_ah_665.html aapg_ah_665.html:91:8391:8403 Pioche Reno, Nevada +0.259588 aapg_ac_882.html aapg_ac_882.html:23:2535:2545 Keokuk Ohio +0.44642 aapg_ah_357.html aapg_ah_357.html:15:1623:1630 Carrizo Oakville, California +0.25908 aapg_ai_503.html aapg_ai_503.html:31:3649:3655 Oswego Atlantic salmon +0.487705 aapg_aa_960.html aapg_aa_960.html:321:25941:25949 Colorado San Juan Mountains +0.271416 aapg_ad_338.html aapg_ad_338.html:387:46029:46048 New Egypt Navesink River +0.483328 gsa_html_1130947011 gsa_html_1130947011:318:42472:42493 Black River Decorah, Iowa +0.510504 aapg_ah_90.html aapg_ah_90.html:151:22958:22970 Burro Canyon Cedar Mountains +0.27352 aapg_ah_696.html aapg_ah_696.html:353:49488:49498 Washington Richland, Washington +0.460512 gsa_html_8863489299 gsa_html_8863489299:146:15188:15193 Crete Gavdos +0.24941 aapg_ac_536.html aapg_ac_536.html:682:70663:70676 Madison Williston, Vermont +0.496513 palaios_html_3112927242 palaios_html_3112927242:887:69573:69590 Juniata Pennsylvania +0.2448 aapg_af_461.html aapg_af_461.html:208:19472:19480 Michigan Lake Michigan +0.51948 aapg_ad_192.html aapg_ad_192.html:92:12409:12429 Tuscaloosa Tuscaloosa, Alabama +0.257214 cspg_html_4298557570 cspg_html_4298557570:851:71068:71092 St. Mary River Lacombe, Alberta +0.247005 AMJC_html_2890539371 AMJC_html_2890539371:303:35479:35487 Colorado Denver +0.494758 cspg_html_9683836416 cspg_html_9683836416:6:403:420 Belly River Lacombe, Alberta +0.26883 cspg_html_4407096618 cspg_html_4407096618:447:39751:39759 Columbia Victoria, British Columbia +0.247979 cspg_html_7434089303 cspg_html_7434089303:236:30482:30496 Gonioceras Bay Ellesmere Island +0.499671 aapg_aa_777.html aapg_aa_777.html:291:30659:30669 Bear River Lake Bonneville +0.289926 cspg_html_7576506617 cspg_html_7576506617:378:55139:55163 Kenogami River Moose River (Maine) +0.519808 aapg_ae_474.html aapg_ae_474.html:92:8474:8481 Renault Bethel, Alaska +0.25755 AMJC_html_9749062244 AMJC_html_9749062244:718:70126:70143 Wilcox Texas +0.475488 aapg_ah_387.html aapg_ah_387.html:2548:275349:275358 Knoxville Knoxville, Illinois +0.48059 cspg_html_2625728726 cspg_html_2625728726:6:742:759 Muskeg Lacombe, Alberta +0.249951 aapg_ai_81.html aapg_ai_81.html:545:46504:46512 Catskill Pennsylvania +0.24885 aapg_ad_149.html aapg_ad_149.html:259:26136:26158 Chazy Quebec City +0.481143 palaios_html_1422826240 palaios_html_1422826240:13:704:711 Potsdam Germany +0.254961 gsa_html_2266546108 gsa_html_2266546108:443:47411:47427 Neroly Bartow County, Georgia +0.25132 aapg_aa_302.html aapg_aa_302.html:263:31887:31903 Pequop Elko, Nevada +0.244348 aapg_af_142.html aapg_af_142.html:274:35486:35503 Schuler Arkansas +0.258 aapg_ai_433.html aapg_ai_433.html:6:832:850 Monterey California +0.566654 aapg_ah_464.html aapg_ah_464.html:25:4338:4348 Pottsville Allegheny Mountains +0.27136 aapg_ah_160.html aapg_ah_160.html:101:15391:15417 Salina Salina, Kansas +0.2635 aapg_ad_335.html aapg_ad_335.html:639:77353:77359 Casper Cheyenne, Wyoming +0.26112 aapg_ac_867.html aapg_ac_867.html:513:70363:70377 Frontier Cheyenne, Wyoming +0.473847 sedimentology_html_2090465227 sedimentology_html_2090465227:1001:59371:59390 St Lawrence Quebec City +0.246302 gsa_html_2324818064 gsa_html_2324818064:172:16353:16361 Billings Cooke City-Silver Gate, Montana +0.49767 aapg_ac_214.html aapg_ac_214.html:94:11067:11073 Carmel Entrada Sandstone +0.258981 aapg_ae_916.html aapg_ae_916.html:764:90882:90889 Madison Cut Bank, Montana +0.461941 cspg_html_7434089303 cspg_html_7434089303:515:67038:67060 Eureka Sound Ellesmere Island +0.827659 cspg_html_6252417471 cspg_html_6252417471:446:62427:62445 Isachsen Melville Island (Canada) +0.25149 gsa_html_5851281923 gsa_html_5851281923:95:7582:7601 Chumstick Cheney, Washington +0.260036 aapg_ae_324.html aapg_ae_324.html:478:47642:47649 Holston Knoxville, Tennessee +0.4752 aapg_ah_820.html aapg_ah_820.html:125:8869:8879 Basal Cambridge +0.72288 aapg_af_666.html aapg_af_666.html:517:44130:44145 Uinta Uinta Mountains +0.25351 aapg_aa_736.html aapg_aa_736.html:109:9991:10006 Bedford Sunbury, Pennsylvania +0.139728 sedimentology_html_2884853283 sedimentology_html_2884853283:417:29635:29657 Pierre Colorado +0.26631 cspg_html_5756063944 cspg_html_5756063944:19:2145:2162 Charles Regina, Saskatchewan +0.247979 cspg_html_7086880709 cspg_html_7086880709:204:23774:23791 Otter Victoria, British Columbia +0.467038 geology_html_3254229750 geology_html_3254229750:70:8788:8804 Marjum Logan, Utah +0.700448 aapg_aa_123.html aapg_aa_123.html:91:11022:11036 Toad Liard River, British Columbia +0.266532 cspg_html_6715452766 cspg_html_6715452766:31:5620:5639 Eureka Sound Ellesmere Island +0.503608 gsa_html_7102550258 gsa_html_7102550258:781:87716:87734 Kayenta California +0.497097 sedimentology_html_3220122506 sedimentology_html_3220122506:1173:94412:94430 Yakataga Anchorage, Alaska +0.489 aapg_aa_955.html aapg_aa_955.html:150:16713:16720 Madison Illinois +0.47872 aapg_ah_290.html aapg_ah_290.html:276:30456:30462 Oregon Salem, Oregon +0.26877 geology_html_1733534725 geology_html_1733534725:45:3729:3744 Kope Kentucky +0.251906 aapg_ad_691.html aapg_ad_691.html:100:11879:11888 Red River Brazos River +0.258757 aapg_ad_944.html aapg_ad_944.html:5:554:577 Watrous Spearfish, South Dakota +0.265698 aapg_ai_461.html aapg_ai_461.html:69:9056:9059 Ada Wewoka, Oklahoma +0.37133 aapg_ac_684.html aapg_ac_684.html:148:15215:15232 Hosston Mississippi River +0.25602 geology_html_4403865682 geology_html_4403865682:319:27215:27237 Oceanic California +0.254007 gsa_html_9547811307 gsa_html_9547811307:364:34250:34258 Columbia Victoria, British Columbia +0.466908 aapg_aa_734.html aapg_aa_734.html:186:19042:19072 Caballos Arkansas +0.478332 cspg_html_4509388671 cspg_html_4509388671:10:959:967 Columbia Victoria, British Columbia +0.493268 sedimentology_html_4374689845 sedimentology_html_4374689845:146:13615:13623 Michigan Illinois +0.47874 cspg_html_7265197326 cspg_html_7265197326:11:1774:1778 Word China +0.47752 sedimentology_html_3841637081 sedimentology_html_3841637081:1014:47930:47969 Leduc Canada +0.277473 aapg_ae_5.html aapg_ae_5.html:27:3398:3412 Earp Arizona +0.474096 aapg_aa_147.html aapg_aa_147.html:257:31431:31449 Winnipeg Red River of the North +0.439824 aapg_ah_632.html aapg_ah_632.html:12:1589:1597 Virginia Piedmont (United States) +0.485352 geology_html_5010866842 geology_html_5010866842:14:698:705 Oceanic Salem, Oregon +0.243162 aapg_ac_629.html aapg_ac_629.html:702:83373:83380 Pamlico Panama City, Florida +0.475168 gsa_html_5865982995 gsa_html_5865982995:1455:152522:152545 Friars California +0.497466 aapg_ae_370.html aapg_ae_370.html:14:2097:2117 Scappoose Cowlitz River +0.259677 aapg_ah_754.html aapg_ah_754.html:74:8168:8174 Forbes Northumberland, Pennsylvania +0.550485 aapg_ac_458.html aapg_ac_458.html:158:17639:17657 Niobrara Powder River (Montana) +0.27507 aapg_af_168.html aapg_af_168.html:23:3655:3660 Sespe South Mountains (Arizona) +0.505984 aapg_ah_506.html aapg_ah_506.html:292:29052:29071 Michigan Reed City, Michigan +0.247434 aapg_aa_644.html aapg_aa_644.html:165:18688:18710 Burro Canyon Colorado +0.491667 cspg_html_4617311907 cspg_html_4617311907:250:40100:40119 Windsor Cape Breton Island +0.245514 aapg_ac_846.html aapg_ac_846.html:147:20928:20944 Pawnee Coal City, Illinois +0.26765 aapg_ah_148.html aapg_ah_148.html:186:22392:22404 Cooking Lake Lacombe, Alberta +0.45908 aapg_ae_884.html aapg_ae_884.html:194:25891:25906 Mesaverde Mancos, Colorado +0.372744 palaios_html_4771673911 palaios_html_4771673911:387:45158:45178 Pottsville Alabama +0.277752 aapg_aa_696.html aapg_aa_696.html:692:75567:75584 Maroon Colorado +0.492032 geology_html_6196734017 geology_html_6196734017:32:2095:2101 Reston Virginia +0.37449 aapg_ah_98.html aapg_ah_98.html:250:25218:25240 Lime Creek Iowa +0.505575 aapg_ad_467.html aapg_ad_467.html:306:22461:22471 Tuscaloosa Carteret, New Jersey +0.261522 aapg_af_551.html aapg_af_551.html:676:64504:64525 Lake Valley Sacramento Mountains (California) +0.487104 gsa_html_9723549532 gsa_html_9723549532:22:2119:2128 Red River California +0.247476 aapg_ak_68.html aapg_ak_68.html:19:3289:3296 Alegria Toledo, Spain +0.248482 geology_html_7979100139 geology_html_7979100139:266:19799:19811 Rhode Island Canada +0.244524 palaios_html_8449406667 palaios_html_8449406667:122:13101:13105 Kent North Atlantic Current +0.274046 gsa_html_2895081305 gsa_html_2895081305:61:3015:3021 Cupido Mexico +0.49348 geology_html_3342004799 geology_html_3342004799:139:11436:11456 Cadomin Arctic Cordillera +0.25553 jgeology_html_7189790958 jgeology_html_7189790958:163:13333:13353 Port Ewen New Scotland, New York +0.483108 gsa_html_1809763434 gsa_html_1809763434:276:21993:22021 Green River Colorado +0.260099 gsa_html_6369667498 gsa_html_6369667498:12:561:574 Santa Barbara California +0.260604 palaios_html_1729153923 palaios_html_1729153923:754:67447:67463 Silica Michigan +0.26145 palaios_html_5898287170 palaios_html_5898287170:1014:69843:69853 Las Palmas Spain +0.228435 aapg_ak_129.html aapg_ak_129.html:172:16089:16099 Rio Grande Campeche, Campeche +0.49712 geology_html_5607484480 geology_html_5607484480:54:5217:5225 Michigan Newberry, South Carolina +0.247476 aapg_ah_217.html aapg_ah_217.html:156:18031:18049 Harrell Black Moshannon Creek +0.25857 aapg_aa_745.html aapg_aa_745.html:483:60239:60262 Cherry Canyon Spain +0.488241 palaios_html_3561205174 palaios_html_3561205174:1068:90142:90159 Potsdam Quebec City +0.275044 geology_html_4971813947 geology_html_4971813947:154:13544:13552 Ogallala Nebraska +0.253422 aapg_ae_741.html aapg_ae_741.html:430:46364:46373 Okpikruak Anchorage, Alaska +0.271362 aapg_ah_260.html aapg_ah_260.html:98:13546:13564 Morrison Colorado Plateau +0.475228 cspg_html_3102530088 cspg_html_3102530088:155:19695:19727 Provincial Lacombe, Alberta +0.262416 aapg_ae_681.html aapg_ae_681.html:129:15362:15381 Cotton Valley Cotton Valley, Louisiana +0.49062 geology_html_2861469472 geology_html_2861469472:216:19610:19614 Bell Reno, Nevada +0.441235 aapg_ai_158.html aapg_ai_158.html:288:29529:29558 Kindle Anchorage, Alaska +0.488131 aapg_ak_135.html aapg_ak_135.html:118:20243:20260 Topanga Santa Monica Mountains +0.254944 gsa_html_3014459865 gsa_html_3014459865:202:21507:21526 Beaverdam Delmarva Peninsula +0.881145 aapg_ah_289.html aapg_ah_289.html:520:71350:71368 Monterey California +0.26988 aapg_aa_537.html aapg_aa_537.html:198:23803:23809 Wilcox Chattanooga, Tennessee +0.493885 gsa_html_3648258377 gsa_html_3648258377:509:50008:50030 Marshalltown Bass River Township, New Jersey +0.9024 aapg_ae_884.html aapg_ae_884.html:109:14299:14314 Mesaverde Kirtland, Ohio +0.261626 cspg_html_1665574291 cspg_html_1665574291:8:736:761 Porcupine Calgary +0.66816 gsa_html_4432793908 gsa_html_4432793908:550:59530:59551 Sheep Pass Reno, Nevada +0.26574 aapg_aa_407.html aapg_aa_407.html:399:28660:28671 Green River Colorado +0.252973 cspg_html_3175305741 cspg_html_3175305741:10:1319:1328 Neruokpuk Anchorage, Alaska +0.287812 aapg_ae_680.html aapg_ae_680.html:495:47265:47274 San Diego California +0.265738 gsa_html_6317284187 gsa_html_6317284187:578:56261:56266 Price Victoria, British Columbia +0.258048 palaios_html_3753556492 palaios_html_3753556492:670:54282:54290 Virginia Coral reef +0.452088 aapg_ac_807.html aapg_ac_807.html:889:87188:87198 Montgomery Calhoun, Georgia +0.253847 aapg_ah_44.html aapg_ah_44.html:93:12663:12683 Lock Haven Pennsylvania +0.2625 aapg_ad_836.html aapg_ad_836.html:761:63843:63852 Maquoketa Saline County, Kansas +0.26418 geology_html_1092004691 geology_html_1092004691:198:22081:22089 Columbia Victoria, British Columbia +0.45695 aapg_ah_450.html aapg_ah_450.html:109:9780:9784 Hale Williamson County, Texas +0.47647 aapg_ae_324.html aapg_ae_324.html:524:53000:53008 Virginia Virginia +0.485366 jgeology_html_9131218619 jgeology_html_9131218619:1226:84278:84304 Cutler Colorado +0.485344 palaios_html_1262064602 palaios_html_1262064602:768:81928:81936 Colorado Arizona +0.479457 gsa_html_8671422836 gsa_html_8671422836:975:98861:98886 Taylor Antarctica +0.491232 aapg_ac_246.html aapg_ac_246.html:90:9946:9954 Kootenai Canada +0.486472 aapg_af_575.html aapg_af_575.html:1113:160125:160133 Woodbine Austin, Chicago +0.274567 aapg_ae_627.html aapg_ae_627.html:15:1627:1634 Paradox Logan, Utah +0.26936 aapg_ah_61.html aapg_ah_61.html:3:181:193 Rundle Central Alberta +0.254015 aapg_ai_615.html aapg_ai_615.html:400:35508:35531 Brushy Canyon West, Texas +0.246993 cspg_html_2695921112 cspg_html_2695921112:581:59819:59827 Bathurst Halifax, West Yorkshire +0.650969 aapg_ac_59.html aapg_ac_59.html:319:39362:39386 Mission Valley San Diego +0.48719 aapg_ai_688.html aapg_ai_688.html:58:8728:8750 Wills Creek Middle East +0.253008 cspg_html_9648675035 cspg_html_9648675035:609:53987:53996 Mackenzie Lacombe, Alberta +0.248937 aapg_ac_70.html aapg_ac_70.html:6:1017:1034 Bird Spring Reno, Nevada +0.435214 aapg_aa_732.html aapg_aa_732.html:466:46385:46392 El Abra Mexico +0.376616 aapg_ae_794.html aapg_ae_794.html:46:7644:7663 Owl Creek Selma to Montgomery marches +0.46746 aapg_ah_573.html aapg_ah_573.html:180:23963:23975 Rhode Island Lackawanna County, Pennsylvania +0.269297 aapg_ae_112.html aapg_ae_112.html:275:26509:26516 St Marys Ohio +0.478536 gsa_html_3077327559 gsa_html_3077327559:68:4383:4411 Green River Colorado +0.494844 palaios_html_3526714059 palaios_html_3526714059:345:35990:36021 Kope Cincinnati +0.251412 cspg_html_4530154552 cspg_html_4530154552:756:115513:115530 Montney Lacombe, Alberta +0.47532 aapg_ac_302.html aapg_ac_302.html:593:67254:67275 Bird Spring Reno, Nevada +0.265224 cspg_html_1019614994 cspg_html_1019614994:212:33163:33183 Big Valley Lacombe, Alberta +0.265125 cspg_html_3325817312 cspg_html_3325817312:191:17278:17284 Sustut Victoria, British Columbia +0.472192 aapg_ae_906.html aapg_ae_906.html:22:2921:2937 Menard Palestinian territories +0.482218 palaios_html_3406135825 palaios_html_3406135825:208:20812:20820 Montreal Kingston, Jamaica +0.460408 aapg_ae_135.html aapg_ae_135.html:167:12688:12694 Sabine Shreveport, Louisiana +0.257943 cspg_html_9843429624 cspg_html_9843429624:131:16901:16909 Columbia Victoria, British Columbia +0.262656 cspg_html_4392308496 cspg_html_4392308496:363:50715:50736 Bonaventure Nashville Basin +0.280576 aapg_aa_124.html aapg_aa_124.html:205:21800:21806 Luscar Mountain Park (Holyoke, Massachusetts) +0.269608 palaios_html_5434133746 palaios_html_5434133746:484:41897:41911 Byng Victoria, British Columbia +0.271432 palaios_html_8029736168 palaios_html_8029736168:713:71073:71089 Chinle Arizona +0.257346 aapg_ad_715.html aapg_ad_715.html:270:34725:34737 Harpersville Shawnee, Oklahoma +0.486758 aapg_ae_973.html aapg_ae_973.html:385:27576:27602 Coleman Junction Texas +0.476088 aapg_ah_847.html aapg_ah_847.html:113:12704:12721 Tinton New Egypt, New Jersey +0.26624 aapg_ad_11.html aapg_ad_11.html:51:5584:5604 Sentinel Butte Wasatch Range +0.487104 geology_html_2391629888 geology_html_2391629888:208:20900:20910 Kern River California +0.262544 aapg_ae_263.html aapg_ae_263.html:284:20396:20402 Kindle Onondaga (tribe) +0.3068 aapg_ad_167.html aapg_ad_167.html:25:3773:3794 Clinton Middle Ordovician +0.243828 cspg_html_9717154602 cspg_html_9717154602:944:81912:81919 Bearpaw Lethbridge +0.475996 cspg_html_4541662139 cspg_html_4541662139:24:2912:2922 Lime Creek Canada +0.487272 aapg_ad_921.html aapg_ad_921.html:344:35997:36011 Richmond Bloomington, Indiana +0.361584 geology_html_4860930737 geology_html_4860930737:250:22948:22957 Lynchburg Virginia +0.469609 cspg_html_8568877195 cspg_html_8568877195:641:78343:78351 Foremost Lacombe, Alberta +0.51136 aapg_ac_422.html aapg_ac_422.html:541:68462:68474 Eureka Sound Ellesmere Island +0.238602 aapg_ai_694.html aapg_ai_694.html:59:7674:7700 Ingleside Central Texas +0.467857 gsa_html_7195000001 gsa_html_7195000001:1047:118418:118436 Eureka Sound Ellesmere Island +0.277202 aapg_aa_684.html aapg_aa_684.html:147:15337:15356 Jelm Cheyenne, Wyoming +0.2415 geology_html_7695926907 geology_html_7695926907:235:21965:22012 Katakturuk Dolomite Anchorage, Alaska +0.479142 cspg_html_8818854104 cspg_html_8818854104:620:73617:73651 Kootenay Crowsnest Pass, Alberta +0.271942 aapg_ac_532.html aapg_ac_532.html:79:13866:13881 Bliss Texas +0.449302 aapg_ah_519.html aapg_ah_519.html:39:4124:4148 Junction Creek Summerville, South Carolina +0.692634 palaios_html_4501603736 palaios_html_4501603736:98:10066:10083 Thaynes Reno, Nevada +0.407711 cspg_html_9119878068 cspg_html_9119878068:67:8446:8491 Swan Hills Swan Hill, Victoria +0.491283 cspg_html_5295390542 cspg_html_5295390542:466:50383:50416 Halfway Lacombe, Alberta +0.26316 gsa_html_7808051457 gsa_html_7808051457:87:7652:7669 Manitou Colorado +0.488565 cspg_html_9894399778 cspg_html_9894399778:45:3992:4011 Cloverly Regina, Saskatchewan +0.27083 aapg_af_860.html aapg_af_860.html:46:3716:3722 Weches Texas +0.48601 palaios_html_9973267562 palaios_html_9973267562:539:63542:63546 Kope Ohio +0.516201 aapg_ad_784.html aapg_ad_784.html:280:32384:32389 Sespe Simi Valley, California +0.70875 aapg_ac_967.html aapg_ac_967.html:3:298:330 John Day Salem, Oregon +0.520052 aapg_ah_894.html aapg_ah_894.html:108:17939:17954 Torok North Slope Borough, Alaska +0.263302 aapg_ad_192.html aapg_ad_192.html:408:42565:42569 Bays Texas +0.487956 aapg_ad_3.html aapg_ad_3.html:581:55699:55704 Chazy Black River, Jamaica +0.256302 aapg_ai_157.html aapg_ai_157.html:352:33361:33367 Salina Guelph +0.26059 cspg_html_4409656292 cspg_html_4409656292:587:68914:68925 Shaftesbury Lacombe, Alberta +0.50731 aapg_ae_81.html aapg_ae_81.html:39:5864:5873 Mount Ida Arkansas +0.270391 jgeology_html_1380249798 jgeology_html_1380249798:162:9785:9793 Richmond Chippenham, Cambridgeshire +0.372986 aapg_af_728.html aapg_af_728.html:185:23083:23087 Elko Elko, Nevada +0.261021 aapg_ac_333.html aapg_ac_333.html:21:3179:3194 Supai New Mexico +0.278783 cspg_html_5450075884 cspg_html_5450075884:514:59870:59888 Dunvegan Colorado +0.267786 aapg_ae_28.html aapg_ae_28.html:935:68319:68326 Calvert Ohio +0.372416 gsa_html_3069013284 gsa_html_3069013284:597:61476:61507 Chinle Logan, Utah +0.95904 aapg_ae_223.html aapg_ae_223.html:185:22441:22458 Wasatch Wasatch Range +0.262044 aapg_ai_974.html aapg_ai_974.html:344:35932:35952 Ellensburg Roslyn, New York +0.49543 gsa_html_9352654438 gsa_html_9352654438:103:11990:12012 Arroyo San Ysidro, New Mexico +0.491691 jgeology_html_3924418909 jgeology_html_3924418909:674:53656:53672 Dakota Nebraska +0.259065 aapg_af_638.html aapg_af_638.html:30:4222:4236 Bedford Ohio +0.45505 cspg_html_9951421861 cspg_html_9951421861:276:40028:40040 Grand Rapids Clearwater, Florida +0.267764 cspg_html_9361096527 cspg_html_9361096527:83:16334:16351 Bearpaw Judith River Formation +0.250976 aapg_ai_584.html aapg_ai_584.html:775:81705:81721 Casper Laramie, Wyoming +0.27744 aapg_ac_928.html aapg_ac_928.html:241:24676:24691 Banff Canada +0.263662 aapg_ae_960.html aapg_ae_960.html:345:29926:29933 Madison Cambridge +0.2615 cspg_html_9941227593 cspg_html_9941227593:726:76189:76208 Lodgepole Regina, Saskatchewan +0.470155 aapg_ac_629.html aapg_ac_629.html:146:20087:20095 Beaumont Texas +0.256 sedimentology_html_4121403149 sedimentology_html_4121403149:858:64027:64036 San Diego California +0.259081 gsa_html_9569209726 gsa_html_9569209726:861:81660:81670 Washington Seattle +0.49665 cspg_html_4727222822 cspg_html_4727222822:32:4776:4811 Schei Point Middle East +0.485784 aapg_ai_153.html aapg_ai_153.html:407:62678:62695 Mercer Illinois +0.262654 aapg_ae_391.html aapg_ae_391.html:568:52748:52763 Dewey Lake Delaware +0.23641 palaios_html_9127387632 palaios_html_9127387632:400:30648:30663 Frankfort Frankfort, Illinois +0.246333 aapg_ai_865.html aapg_ai_865.html:40:5782:5790 Virginia Reston, Virginia +0.246865 aapg_ai_236.html aapg_ai_236.html:234:21711:21730 Tuscarora Preston County, West Virginia +0.258039 aapg_ae_474.html aapg_ae_474.html:19:2388:2404 Bethel Bethel, Alaska +0.51145 aapg_ac_63.html aapg_ac_63.html:118:12046:12055 Smackover Haynesville, Louisiana +0.26676 cspg_html_4867288101 cspg_html_4867288101:60:8141:8155 Windsor Cape Breton Island +0.483525 gsa_html_4667678389 gsa_html_4667678389:943:99393:99397 Bond Washington (state) +0.274567 aapg_ae_992.html aapg_ae_992.html:561:51190:51198 Red Peak John Crow Mountains +0.259811 aapg_ai_288.html aapg_ai_288.html:27:5227:5246 Santiago Santiago +0.473386 gsa_html_9464738899 gsa_html_9464738899:30:3254:3264 Kern River Kern River Preserve +0.26724 aapg_ah_148.html aapg_ah_148.html:305:36029:36041 Cooking Lake Lacombe, Alberta +0.268315 cspg_html_6688313426 cspg_html_6688313426:242:31464:31469 Price Victoria, British Columbia +0.510663 aapg_ac_730.html aapg_ac_730.html:270:36818:36827 Mesaverde Kayenta, Arizona +0.257964 aapg_ad_379.html aapg_ad_379.html:621:50395:50402 Wingate Kayenta, Arizona +0.242 aapg_aa_120.html aapg_aa_120.html:8:937:945 Edmonton Calgary +0.248857 sedimentology_html_3867549035 sedimentology_html_3867549035:790:48253:48257 Vale Portugal +0.463624 geology_html_3334232737 geology_html_3334232737:11:595:604 Rochester Earth +0.270764 aapg_af_91.html aapg_af_91.html:422:46341:46363 Shinarump Conglomerate Chinle Formation +0.249318 gsa_html_8335323050 gsa_html_8335323050:1107:108550:108567 Waweig New Brunswick, New Jersey +0.265209 geology_html_4447793411 geology_html_4447793411:92:6897:6907 San Felipe Sonora +0.485884 cspg_html_7093237629 cspg_html_7093237629:607:73022:73037 Nisku Canada +0.496434 aapg_ae_959.html aapg_ae_959.html:1704:122616:122633 Admiral Wichita, Kansas +0.25532 aapg_af_419.html aapg_af_419.html:185:22672:22688 Santa Clara Channel Islands of California +0.252494 aapg_ai_618.html aapg_ai_618.html:50:6989:7007 Tensleep Cheyenne, Wyoming +0.252993 aapg_ai_514.html aapg_ai_514.html:126:15338:15349 Green River Uinta Mountains +0.247494 aapg_af_808.html aapg_af_808.html:282:36006:36024 Scotland Trinidad and Tobago +0.4653 aapg_aa_844.html aapg_aa_844.html:170:16999:17007 Columbia Bath, Somerset +0.489922 cspg_html_4269474759 cspg_html_4269474759:1236:118912:118932 Bearpaw Drumheller +0.494328 aapg_ae_368.html aapg_ae_368.html:67:7764:7776 Marble Falls Texas +0.262063 aapg_aa_940.html aapg_aa_940.html:69:7545:7555 Carbondale Pottsville, Pennsylvania +0.49062 geology_html_9415993921 geology_html_9415993921:225:19571:19577 Jordan Earth +0.493569 aapg_aa_347.html aapg_aa_347.html:52:3745:3757 Pearl Florence, Alabama +0.25376 cspg_html_4636216007 cspg_html_4636216007:459:47922:47943 Bird Fiord Bathurst Island (Northern Territory) +0.23085 gsa_html_9513959579 gsa_html_9513959579:653:71029:71056 Lovelock Reno, Nevada +0.478 aapg_ai_17.html aapg_ai_17.html:410:31596:31602 Sabine Carrizo Plain +0.4826 gsa_html_1904554207 gsa_html_1904554207:736:86707:86728 Stony Creek Central Valley (California) +0.251904 gsa_html_8863489299 gsa_html_8863489299:571:70115:70120 Crete Crete +0.244524 jgeology_html_1838149422 jgeology_html_1838149422:741:63973:63989 Gering Nebraska +0.24735 sedimentology_html_9586961644 sedimentology_html_9586961644:1281:87937:87946 St. Johns Canada +0.484938 gsa_html_2030116710 gsa_html_2030116710:669:60144:60150 Oxford Pakistan +0.233225 sedimentology_html_2467163569 sedimentology_html_2467163569:350:30424:30430 Laguna Spain +0.25092 cspg_html_2170645676 cspg_html_2170645676:510:64882:64889 Madison Williston, Vermont +0.479539 cspg_html_7086880709 cspg_html_7086880709:740:85199:85221 Imperial Canada +0.239105 aapg_aa_303.html aapg_aa_303.html:179:16005:16018 Chaffee Colorado +0.4185 aapg_ae_147.html aapg_ae_147.html:367:39455:39469 Pico South Mountains (Arizona) +0.394626 gsa_html_7151930388 gsa_html_7151930388:781:70005:70023 Judith River Lacombe, Alberta +0.247883 jgeology_html_1172090516 jgeology_html_1172090516:799:41800:41804 Hall London, Ontario +0.243915 gsa_html_5293445820 gsa_html_5293445820:723:73570:73600 Nasina Fairbanks, Alaska +0.253009 sedimentology_html_5834032566 sedimentology_html_5834032566:926:70692:70713 Gull Island Ireland +0.252486 aapg_af_461.html aapg_af_461.html:205:19112:19121 Coldwater Lake Michigan +0.499352 aapg_ac_406.html aapg_ac_406.html:91:8435:8444 Smackover Cotton Valley, Louisiana +0.505393 sedimentology_html_8384737970 sedimentology_html_8384737970:399:34213:34230 Entrada Carmel, Indiana +0.258055 aapg_af_439.html aapg_af_439.html:724:72687:72696 Margarita Paria Peninsula +0.358716 aapg_ae_74.html aapg_ae_74.html:450:42573:42585 Chinle Carmel, Indiana +0.476341 gsa_html_6982030333 gsa_html_6982030333:1197:112075:112081 Oregon Washington (state) +0.225018 cspg_html_4287356899 cspg_html_4287356899:1456:200497:200502 Kayak Anchorage, Alaska +0.257544 aapg_aa_775.html aapg_aa_775.html:549:56602:56622 Eagle Austin, Chicago +0.262644 aapg_ai_398.html aapg_ai_398.html:83:11488:11502 Ozan Arkansas +0.26104 palaios_html_3972487474 palaios_html_3972487474:1012:81025:81055 El Paso West Texas +0.486822 aapg_aa_960.html aapg_aa_960.html:291:24615:24640 Dripping Springs Entrada Sandstone +0.503184 gsa_html_4903911084 gsa_html_4903911084:59:4012:4040 Green River Colorado +0.485224 aapg_ah_943.html aapg_ah_943.html:345:49269:49286 Cardium Lacombe, Alberta +0.498432 aapg_ah_823.html aapg_ah_823.html:320:31034:31055 Fernie Victoria, British Columbia +0.48974 cspg_html_9275863663 cspg_html_9275863663:117:16828:16848 Waterways Swan Hill, Victoria +0.465068 aapg_ad_379.html aapg_ad_379.html:373:31720:31728 Tensleep Cheyenne, Wyoming +0.268324 cspg_html_9119878068 cspg_html_9119878068:366:45954:45973 Waterways Lacombe, Alberta +0.48864 AMJC_html_5969956211 AMJC_html_5969956211:1714:192292:192298 Denver Colorado +0.481362 geology_html_8985707282 geology_html_8985707282:221:21850:21857 Cypress Death Valley +0.239604 aapg_ah_750.html aapg_ah_750.html:180:21598:21606 Woodford Baja California peninsula +0.265728 sedimentology_html_2664292498 sedimentology_html_2664292498:786:59966:59975 Peninsula Italy +0.511014 cspg_html_1841843683 cspg_html_1841843683:75:12567:12574 Rierdon Black Hills +0.474734 geology_html_2461616775 geology_html_2461616775:25:1342:1352 Washington Washington (state) +0.44492 aapg_ad_732.html aapg_ad_732.html:785:99679:99685 Merced Santa Paula, California +0.47368 gsa_html_6982030333 gsa_html_6982030333:1059:100905:100911 Oregon Salem, Oregon +0.479318 cspg_html_3008414459 cspg_html_3008414459:81:12273:12280 Pakowki Milk River, Alberta +0.261612 cspg_html_7963093032 cspg_html_7963093032:438:46771:46779 Columbia Lacombe, Alberta +0.440076 gsa_html_8398449001 gsa_html_8398449001:109:9548:9554 Nounan Wasatch Range +0.53312 aapg_ah_399.html aapg_ah_399.html:29:4511:4519 Columbia Lacombe, Alberta +0.439443 aapg_ae_438.html aapg_ae_438.html:128:13343:13376 Venango Warren County, Ohio +0.38184 cspg_html_5139035315 cspg_html_5139035315:408:51177:51198 Green River Logan, Utah +0.484124 cspg_html_9157093462 cspg_html_9157093462:58:9857:9865 Columbia Victoria, British Columbia +0.264698 aapg_af_579.html aapg_af_579.html:166:17595:17602 Entrada La Plata, Maryland +0.26104 AMJC_html_5390933660 AMJC_html_5390933660:810:79581:79596 Fitch Cambridge, Massachusetts +0.241895 aapg_aa_550.html aapg_aa_550.html:62:6603:6611 Woodbine Denison, Texas +0.255915 cspg_html_8065532640 cspg_html_8065532640:687:78609:78626 Delorme Canada +0.250776 aapg_af_23.html aapg_af_23.html:99:14335:14347 Calico Bluff Anchorage, Alaska +0.26368 aapg_ai_366.html aapg_ai_366.html:144:18606:18624 Beaumont Tomball, Texas +0.242725 AMJC_html_8620643989 AMJC_html_8620643989:880:91388:91436 Smackover Mexico +0.238108 cspg_html_5818285590 cspg_html_5818285590:452:61053:61100 Moresby Victoria, British Columbia +0.452751 cspg_html_3026112034 cspg_html_3026112034:68:7257:7265 Montreal Quebec City +0.259032 aapg_ac_536.html aapg_ac_536.html:671:68224:68248 Mission Canyon Texas +0.448588 aapg_ad_812.html aapg_ad_812.html:49:5903:5921 Wingate Kayenta, Arizona +0.268155 cspg_html_4326384800 cspg_html_4326384800:994:145556:145566 Swan Hills Lacombe, Alberta +0.261476 cspg_html_5675079479 cspg_html_5675079479:567:55130:55164 Waterways Swan Hill, Victoria +0.488565 aapg_aa_233.html aapg_aa_233.html:12:1496:1502 Sierra Matamoros, Tamaulipas +0.494334 geology_html_8202481741 geology_html_8202481741:157:10089:10108 Keg River Lacombe, Alberta +0.27089 gsa_html_4558102376 gsa_html_4558102376:875:80062:80072 Wellington North Island (Houtman Abrolhos) +0.283945 aapg_ac_531.html aapg_ac_531.html:533:53394:53400 Jordan Burj Al Arab +0.44908 gsa_html_4050916517 gsa_html_4050916517:1032:78790:78818 Green River New Mexico +0.910091 sedimentology_html_9522643663 sedimentology_html_9522643663:92:7953:7970 Entrada Chimney Rock, North Carolina +0.280364 sedimentology_html_4432289902 sedimentology_html_4432289902:988:81436:81448 Wilcox Texas +0.263133 aapg_ad_442.html aapg_ad_442.html:30:3350:3358 Woodbine Bartlesville, Oklahoma +0.25602 cspg_html_4382149016 cspg_html_4382149016:329:48743:48748 Logan Utica, New York +0.472863 AMJC_html_7141186441 AMJC_html_7141186441:1862:164714:164722 Colorado Cheyenne, Wyoming +0.488474 cspg_html_5484260516 cspg_html_5484260516:216:23178:23193 Banff Victoria, British Columbia +0.242214 aapg_ac_927.html aapg_ac_927.html:449:61023:61034 Mabou Canada +0.57622 cspg_html_2603142862 cspg_html_2603142862:10:861:871 Clearwater Clearwater, Florida +0.236052 geology_html_4460751015 geology_html_4460751015:319:25694:25711 Tatman Cheyenne, Wyoming +0.513 aapg_ah_105.html aapg_ah_105.html:16:2621:2639 San Andres New Mexico +0.476545 gsa_html_5649755220 gsa_html_5649755220:12:574:584 Washington Earth +0.248482 gsa_html_7632212878 gsa_html_7632212878:55:5391:5412 Love Ranch Hillsboro, Oregon +0.473796 sedimentology_html_8519915280 sedimentology_html_8519915280:1203:74386:74420 Protection Washington (state) +0.493569 cspg_html_8089302449 cspg_html_8089302449:736:113965:113977 Saskatchewan Saskatoon +0.48048 aapg_ad_398.html aapg_ad_398.html:138:13407:13430 Tuscaloosa Mississippi River +0.502164 aapg_ai_157.html aapg_ai_157.html:352:33350:33356 Guelph Salina, Kansas +0.496327 aapg_ad_11.html aapg_ad_11.html:114:15779:15789 Fort Union Knife River +0.250494 AMJC_html_5969956211 AMJC_html_5969956211:1535:181207:181228 Price Logan, Utah +0.259056 aapg_aa_37.html aapg_aa_37.html:226:27584:27592 Arcturus Logan, Utah +0.265608 aapg_ad_959.html aapg_ad_959.html:6:883:904 Clays Ferry Kentucky +0.487705 sedimentology_html_5672063331 sedimentology_html_5672063331:2385:113946:113958 Owens Valley California +0.491582 aapg_af_483.html aapg_af_483.html:181:25529:25542 Santa Barbara Lake Yojoa +0.246456 aapg_ad_2.html aapg_ad_2.html:862:122271:122283 Chambersburg Quarryville, Pennsylvania +0.488592 aapg_ae_416.html aapg_ae_416.html:220:20498:20506 Oakville Washington (state) +0.250992 aapg_ah_318.html aapg_ah_318.html:2242:196738:196756 La Caja Cotton Valley, Louisiana +0.48278 cspg_html_7675189126 cspg_html_7675189126:414:50789:50820 Kutcho Victoria, British Columbia +0.239105 cspg_html_4623526246 cspg_html_4623526246:35:4381:4388 Goodsir Bathurst Island (Northern Territory) +0.440748 cspg_html_3798354576 cspg_html_3798354576:102:11431:11443 Exshaw Lacombe, Alberta +0.278256 aapg_ae_254.html aapg_ae_254.html:123:13699:13715 Paluxy Henderson County, Texas +0.2904 aapg_ah_253.html aapg_ah_253.html:423:50764:50784 San Andres Texas +0.243955 cspg_html_8267847427 cspg_html_8267847427:343:48402:48406 Hall London, Ontario +0.47952 aapg_ah_422.html aapg_ah_422.html:4:577:589 Fernie Colorado +0.233772 aapg_aa_208.html aapg_aa_208.html:261:28268:28281 Montoya New Mexico +0.246482 cspg_html_3597281324 cspg_html_3597281324:290:35572:35586 Edmonton Lacombe, Alberta +0.253302 aapg_ad_318.html aapg_ad_318.html:5:804:812 Michigan Illinois +0.460768 sedimentology_html_7298419341 sedimentology_html_7298419341:727:43969:43978 Sunnyside Kenilworth, Illinois +0.262128 aapg_af_308.html aapg_af_308.html:96:9076:9087 Reclamation Pennsylvania +0.24638 aapg_aa_304.html aapg_aa_304.html:137:12930:12938 Columbia Mississippi River +0.904257 sedimentology_html_7775845660 sedimentology_html_7775845660:703:58770:58796 Monterey California +0.475272 gsa_html_5202646019 gsa_html_5202646019:695:64391:64430 Dawson Point Ontario, California +0.26061 aapg_ac_944.html aapg_ac_944.html:128:14309:14326 Tererro Meramec River +0.476216 gsa_html_4431779557 gsa_html_4431779557:254:22764:22789 Blackwater Draw Muleshoe National Wildlife Refuge +0.4675 palaios_html_7407962205 palaios_html_7407962205:16:1031:1037 Guelph Ontario, California +0.237975 gsa_html_1643425974 gsa_html_1643425974:69:7332:7343 Willow Tank Mesa, Arizona +0.495286 aapg_ah_528.html aapg_ah_528.html:512:54559:54566 Thaynes Chinle Formation +0.251412 gsa_html_7778996391 gsa_html_7778996391:1260:106175:106183 Victoria Victoria, British Columbia +0.50774 aapg_ae_941.html aapg_ae_941.html:36:3134:3142 Woodbine East Texas +0.260568 aapg_ac_745.html aapg_ac_745.html:299:26008:26023 Viola Ramsey, New Jersey +0.476652 gsa_html_7464626519 gsa_html_7464626519:216:24261:24282 Uncompahgre Blue Ridge Mountains +0.496188 aapg_ae_393.html aapg_ae_393.html:56:4029:4042 Woodbine Mexia, Texas +0.49868 cspg_html_2799817929 cspg_html_2799817929:376:41276:41306 Doig Lacombe, Alberta +0.48822 gsa_html_5039569238 gsa_html_5039569238:212:17501:17520 Sassenach Western world +0.48278 aapg_af_854.html aapg_af_854.html:371:47806:47826 Keokuk Monroe County, Florida +0.267806 palaios_html_7352492968 palaios_html_7352492968:613:60743:60747 Hall London, Ontario +0.503564 gsa_html_6736277931 gsa_html_6736277931:69:4919:4947 Green River New Mexico +0.258482 cspg_html_7678738599 cspg_html_7678738599:27:3580:3588 Columbia Victoria, British Columbia +0.482646 aapg_ai_64.html aapg_ai_64.html:540:63747:63765 Green River California +0.710192 jgeology_html_4289404569 jgeology_html_4289404569:364:33486:33507 Green River Cheyenne, Wyoming +0.38376 aapg_ad_808.html aapg_ad_808.html:1542:107301:107319 Frontier Cheyenne, Wyoming +0.250494 geology_html_7591275211 geology_html_7591275211:34:2816:2822 Ludlow England +0.48783 aapg_aa_239.html aapg_aa_239.html:361:30601:30609 Colorado Texas +0.497555 cspg_html_3008414459 cspg_html_3008414459:542:63576:63616 Milk River Lacombe, Alberta +0.26316 aapg_ae_203.html aapg_ae_203.html:67:5891:5903 Coffee Kentucky +0.27404 aapg_ae_454.html aapg_ae_454.html:165:13633:13652 Cotton Valley Bradley County, Tennessee +0.26208 cspg_html_7278001817 cspg_html_7278001817:41:6320:6352 Montney Victoria, British Columbia +0.819733 cspg_html_3740794265 cspg_html_3740794265:458:46142:46158 Viking Canada +0.501072 geology_html_9210804293 geology_html_9210804293:62:4810:4823 Thaynes Logan, Utah +0.238095 sedimentology_html_7422584229 sedimentology_html_7422584229:448:46175:46185 Sunderland Cambridge, Massachusetts +0.48616 aapg_aa_945.html aapg_aa_945.html:10:1282:1288 Oregon Rock River (Iowa) +0.259072 cspg_html_6810036199 cspg_html_6810036199:6:621:648 Colorado Middle East +0.26163 gsa_html_2605108986 gsa_html_2605108986:1027:87802:87808 Snyder Anchorage, Alaska +0.94842 AMJC_html_5969956211 AMJC_html_5969956211:1694:190627:190645 Morrison Colorado Plateau +0.499639 palaios_html_2399848899 palaios_html_2399848899:734:61815:61835 Tuscaloosa Tuscaloosa, Alabama +0.4809 aapg_ac_79.html aapg_ac_79.html:77:10423:10432 Allegheny Hocking County, Ohio +0.26037 aapg_ai_17.html aapg_ai_17.html:1236:84690:84705 Vicksburg Texas +0.259739 cspg_html_2650073471 cspg_html_2650073471:11:1102:1108 Battle Cypress Hills, Brooklyn +0.478608 cspg_html_2139304729 cspg_html_2139304729:39:6461:6482 Melville Island Melville Island (Canada) +0.50085 cspg_html_2139304729 cspg_html_2139304729:79:12550:12570 Peel Bathurst Island (Northern Territory) +0.46314 aapg_aa_357.html aapg_aa_357.html:266:24203:24208 Supai Coconino County, Arizona +0.49452 cspg_html_3041902517 cspg_html_3041902517:949:103610:103626 Pequop West Texas +0.2645 aapg_ae_752.html aapg_ae_752.html:300:29204:29212 La Habra California +0.517 gsa_html_5516163646 gsa_html_5516163646:477:40582:40610 Green River Colorado +0.497175 aapg_ac_316.html aapg_ac_316.html:4:647:667 Whitehorse Guadalupe Mountains National Park +0.475132 gsa_html_7468123532 gsa_html_7468123532:148:15358:15366 Colorado Denver +0.273525 cspg_html_5430614285 cspg_html_5430614285:251:33988:34005 Cardium Lacombe, Alberta +0.529624 aapg_aa_147.html aapg_aa_147.html:291:35707:35725 Deadwood Regina, Saskatchewan +0.27144 cspg_html_3664126562 cspg_html_3664126562:23:3563:3570 Cardium Colorado +0.834824 gsa_html_2284204284 gsa_html_2284204284:947:107438:107461 Brushy Canyon West, Texas +0.493028 aapg_af_469.html aapg_af_469.html:405:46463:46471 Humboldt Logan, Utah +0.260051 cspg_html_5740360566 cspg_html_5740360566:30:4308:4336 Grosmont Lacombe, Alberta +0.45423 aapg_ae_552.html aapg_ae_552.html:138:25766:25784 Sitkinak Chile +0.265584 aapg_aa_118.html aapg_aa_118.html:54:5485:5490 Chazy Brainerd, Minnesota +0.487436 aapg_af_833.html aapg_af_833.html:481:53291:53307 Lakota Greybull, Wyoming +0.26532 aapg_ae_44.html aapg_ae_44.html:181:15427:15437 Palo Pinto Western world +0.485888 geology_html_3807073475 geology_html_3807073475:164:15770:15778 Columbia Victoria, British Columbia +0.263662 cspg_html_9778753186 cspg_html_9778753186:115:16868:16878 Mill Creek Fernie, British Columbia +0.253575 sedimentology_html_6577177005 sedimentology_html_6577177005:1048:66343:66347 Hall London, Ontario +0.485352 aapg_ah_644.html aapg_ah_644.html:155:18107:18120 Gypsum Spring Williston Basin +0.389098 geology_html_1477892936 geology_html_1477892936:146:14502:14510 Toroweap Colorado Plateau +0.262143 sedimentology_html_6792907293 sedimentology_html_6792907293:297:11292:11297 Laval Sainte-Foy-Tarentaise +0.280937 aapg_aa_172.html aapg_aa_172.html:668:73298:73303 Swift Bay of Fundy +0.253692 jgeology_html_3625026933 jgeology_html_3625026933:646:50357:50363 Oregon Washington (state) +0.44356 aapg_ac_807.html aapg_ac_807.html:372:37785:37799 Pamunkey Maryland +0.48144 cspg_html_1201397701 cspg_html_1201397701:14:1346:1356 Washington Washington (state) +0.486324 aapg_ah_779.html aapg_ah_779.html:137:26008:26015 Pamelia Black River, Jamaica +0.475168 sedimentology_html_3377159939 sedimentology_html_3377159939:597:39619:39623 Hall London, Ontario +0.257868 aapg_af_663.html aapg_af_663.html:842:79306:79326 Fort Scott Fort Scott National Historic Site +0.257024 aapg_aa_960.html aapg_aa_960.html:237:19395:19403 Fountain North Creek, Washington +0.51993 aapg_ae_161.html aapg_ae_161.html:178:20122:20145 Claggett Judith River Formation +0.449955 aapg_ac_613.html aapg_ac_613.html:54:7582:7604 Cliff House New Mexico +0.502021 palaios_html_3232474978 palaios_html_3232474978:62:6488:6496 Columbia Victoria, British Columbia +0.251968 cspg_html_4659384530 cspg_html_4659384530:10:1109:1134 Beaverhill Swan Hill, Victoria +0.919828 aapg_ad_683.html aapg_ad_683.html:73:11184:11217 Moenkopi Logan, Utah +0.531401 gsa_html_4058959570 gsa_html_4058959570:1121:81566:81594 Green River Colorado +0.47817 gsa_html_3696101390 gsa_html_3696101390:373:36937:36963 Chuckanut England +0.26214 aapg_ad_466.html aapg_ad_466.html:397:48827:48834 Raritan Closter, New Jersey +0.481418 gsa_html_7151930388 gsa_html_7151930388:1146:90442:90452 Las Cruces Mexico +0.258015 geology_html_8091443635 geology_html_8091443635:56:5109:5116 Oceanic Benguela Current +0.260568 cspg_html_4773367370 cspg_html_4773367370:390:28997:29009 Hasler Victoria, British Columbia +0.815508 aapg_ai_504.html aapg_ai_504.html:27:2870:2900 Deadwood Winnipeg +0.243512 cspg_html_5541725202 cspg_html_5541725202:286:40023:40039 Cumberland Springhill, Nova Scotia +0.47975 cspg_html_9860060507 cspg_html_9860060507:133:16970:16984 Lisburne Prudhoe Bay Oil Field +0.265221 cspg_html_9950492867 cspg_html_9950492867:426:54138:54146 Columbia Victoria, British Columbia +0.481584 cspg_html_7989435905 cspg_html_7989435905:9:1090:1103 Brazeau Pincher Creek, Alberta +0.484972 aapg_ad_756.html aapg_ad_756.html:426:50337:50345 Woodbine Balcones Fault +0.273429 cspg_html_3554431164 cspg_html_3554431164:106:18262:18267 Nisku Rocky Mountains +0.246492 cspg_html_4293350162 cspg_html_4293350162:69:10834:10842 Columbia Victoria, British Columbia +0.504868 aapg_ah_498.html aapg_ah_498.html:61:4659:4668 Catahoula Oakville, California +0.259931 aapg_ae_494.html aapg_ae_494.html:162:16206:16211 Crete Corfu (city) +0.264698 aapg_af_890.html aapg_af_890.html:104:10294:10299 Choza Jones County, Mississippi +0.476961 aapg_af_575.html aapg_af_575.html:922:131894:131904 Washington Okfuskee County, Oklahoma +0.262636 aapg_ae_161.html aapg_ae_161.html:187:21006:21025 Rock Springs Cheyenne, Wyoming +0.253506 gsa_html_9310053579 gsa_html_9310053579:199:17749:17768 Chumstick Leavenworth, Washington +0.240318 aapg_ad_307.html aapg_ad_307.html:601:58248:58253 Yukon Russia +0.2545 geology_html_6957053863 geology_html_6957053863:355:25429:25437 Colorado San Juan, Argentina +0.959 AMJC_html_6341723617 AMJC_html_6341723617:1088:90972:90978 Casper Cheyenne, Wyoming +0.4788 aapg_ae_256.html aapg_ae_256.html:113:12513:12522 Frio Weslaco, Texas +0.486588 aapg_ad_871.html aapg_ad_871.html:496:44405:44423 Ferron Point Rockport, Massachusetts +0.26462 aapg_af_745.html aapg_af_745.html:1561:181527:181534 Windsor Waterloo, Ontario +0.239538 AMJC_html_5144569881 AMJC_html_5144569881:1022:95802:95810 Michigan Michigan +0.26361 cspg_html_3597281324 cspg_html_3597281324:316:37300:37312 Saskatchewan Lacombe, Alberta +0.486758 aapg_ae_939.html aapg_ae_939.html:238:11199:11215 San Andres New Mexico +0.266247 cspg_html_1743060601 cspg_html_1743060601:630:88532:88537 Price Arctic Cordillera +0.837634 aapg_ai_187.html aapg_ai_187.html:212:22099:22118 Rock Springs Cheyenne, Wyoming +0.273896 aapg_aa_176.html aapg_aa_176.html:743:70732:70738 Jordan Apalachicola River +0.490028 cspg_html_8568877195 cspg_html_8568877195:381:62497:62515 Foremost Regina, Saskatchewan +0.47328 aapg_ai_163.html aapg_ai_163.html:557:47766:47783 Leonard West Texas +0.488565 cspg_html_7310162886 cspg_html_7310162886:204:28148:28169 Sadlerochit Prudhoe Bay Oil Field +0.486471 aapg_ak_37.html aapg_ak_37.html:64:7714:7740 Halfway Stony Creek, New York +0.25449 cspg_html_6238269217 cspg_html_6238269217:6:292:311 Athabasca Lacombe, Alberta +0.250805 cspg_html_1870927435 cspg_html_1870927435:18:2041:2063 Nisku Lacombe, Alberta +0.26574 aapg_aa_379.html aapg_aa_379.html:165:19266:19285 Pocono Pennsylvania +0.490676 gsa_html_5986880650 gsa_html_5986880650:676:66605:66609 Hall Canada +0.263025 aapg_aa_143.html aapg_aa_143.html:24:3577:3588 Beekmantown Pennsylvania +0.253872 cspg_html_5241714595 cspg_html_5241714595:413:64330:64345 Nisku Lacombe, Alberta +0.252506 gsa_html_1040524378 gsa_html_1040524378:293:34705:34712 Challis Absaroka +0.27404 cspg_html_1333179361 cspg_html_1333179361:763:62142:62150 Columbia London, Ontario +0.254 gsa_html_5627360957 gsa_html_5627360957:35:3106:3119 Pioneer Arizona +0.500835 cspg_html_3008414459 cspg_html_3008414459:30:4865:4897 Provincial Lacombe, Alberta +0.458682 cspg_html_4859889874 cspg_html_4859889874:457:47777:47796 Athabasca Lacombe, Alberta +0.481265 gsa_html_9312061344 gsa_html_9312061344:81:8610:8619 San Pedro Kilauea, Hawaii +0.499275 aapg_ac_126.html aapg_ac_126.html:181:26122:26129 Bossier Haynesville, Louisiana +0.272403 aapg_aa_147.html aapg_aa_147.html:236:28738:28758 Interlake Middle East +0.257536 aapg_ac_618.html aapg_ac_618.html:14:2050:2058 Wolfcamp Wichita, Kansas +0.491493 aapg_ae_656.html aapg_ae_656.html:195:22392:22401 San Diego Arizona +0.495208 cspg_html_5936620105 cspg_html_5936620105:24:2823:2829 Exshaw Carnarvon, Western Australia +0.51192 aapg_ae_917.html aapg_ae_917.html:13:1415:1421 Denver Leadville, Colorado +0.488748 gsa_html_5236041431 gsa_html_5236041431:73:4854:4882 Green River Colorado +0.792437 cspg_html_5880669950 cspg_html_5880669950:569:58574:58594 Swan Hills Canada +0.256036 cspg_html_7409170811 cspg_html_7409170811:579:71043:71055 Exshaw Canada +0.676348 gsa_html_9901339383 gsa_html_9901339383:478:43233:43238 Uinta Logan, Utah +0.51084 aapg_ad_879.html aapg_ad_879.html:570:43049:43054 Price Galveston Bay Area +0.26877 gsa_html_1538463681 gsa_html_1538463681:290:24300:24316 Morita Sonora +0.2475 cspg_html_5456368738 cspg_html_5456368738:163:22349:22379 Pine Point Great Slave Lake +0.25149 gsa_html_1217771406 gsa_html_1217771406:1068:98891:98904 Santa Barbara California +0.26312 aapg_ai_49.html aapg_ai_49.html:43:5866:5886 Minnelusa Hartville, Missouri +0.266247 aapg_ac_333.html aapg_ac_333.html:964:116928:116942 Yeso New Mexico +0.264654 aapg_ac_305.html aapg_ac_305.html:210:21069:21088 Williston Crystal River, Florida +0.254514 cspg_html_2625728726 cspg_html_2625728726:35:6203:6215 Granite Wash Lacombe, Alberta +0.27913 aapg_af_900.html aapg_af_900.html:156:22381:22395 Beaumont Western world +0.361354 aapg_ai_468.html aapg_ai_468.html:306:37845:37863 Bossier Shreveport, Louisiana +0.266682 aapg_aa_288.html aapg_aa_288.html:59:7252:7271 Greenhorn Iowa +0.492184 cspg_html_5375448448 cspg_html_5375448448:50:6485:6505 Blackstone Lacombe, Alberta +0.465408 aapg_ae_75.html aapg_ae_75.html:78:12509:12525 Bliss El Paso, Texas +0.483336 aapg_ah_316.html aapg_ah_316.html:3:283:291 Humboldt Venezuela +0.181999 aapg_aa_147.html aapg_aa_147.html:520:53659:53678 Red River Red River of the North +0.483928 gsa_html_1075724130 gsa_html_1075724130:581:50727:50742 Bouse Arizona +0.248937 gsa_html_9161666105 gsa_html_9161666105:761:56722:56731 Peninsula Quebec City +0.450048 cspg_html_6116883777 cspg_html_6116883777:1644:199725:199755 Douro Canada +0.483678 aapg_af_288.html aapg_af_288.html:248:29037:29052 Hueco Melbourne, Florida +0.494025 gsa_html_7125621200 gsa_html_7125621200:685:61206:61224 Monterey California +0.250428 aapg_aa_379.html aapg_aa_379.html:234:27197:27211 Catskill Allegheny Mountains +0.386289 aapg_ae_319.html aapg_ae_319.html:709:60157:60163 Carmel Metro Manila +0.270319 aapg_aa_302.html aapg_aa_302.html:477:59483:59500 Kaibab Logan, Utah +0.496018 aapg_ae_5.html aapg_ae_5.html:291:34254:34258 Earp Mexico +0.2545 gsa_html_2352572665 gsa_html_2352572665:15:491:497 Denver Colorado +0.50436 aapg_ac_93.html aapg_ac_93.html:135:13200:13220 Smackover Shreveport, Louisiana +0.481371 gsa_html_7494304536 gsa_html_7494304536:29:2796:2824 Green River Iran +0.2685 sedimentology_html_3424454943 sedimentology_html_3424454943:427:36008:36012 Hall London, Ontario +0.253008 aapg_ad_947.html aapg_ad_947.html:410:42028:42037 Beartooth Black Hills +0.506883 aapg_ah_253.html aapg_ah_253.html:420:50466:50486 San Andres Texas +0.254012 geology_html_4035987281 geology_html_4035987281:297:25467:25471 Kent Earth +0.514727 aapg_ah_123.html aapg_ah_123.html:3:239:247 Michigan Michigan +0.469 cspg_html_3740794265 cspg_html_3740794265:472:46922:46938 Viking Lacombe, Alberta +0.249804 aapg_ad_810.html aapg_ad_810.html:174:18830:18848 Batesville Batesville, Arkansas +0.251988 aapg_ai_66.html aapg_ai_66.html:376:33999:34014 Mesaverde Colorado +0.24846 aapg_af_734.html aapg_af_734.html:358:47385:47397 Kingak Anchorage, Alaska +0.255892 aapg_ai_49.html aapg_ai_49.html:223:26401:26409 Woodside Cheyenne, Wyoming +0.48132 aapg_aa_73.html aapg_aa_73.html:96:9301:9307 Putnam Logan, Utah +0.48513 aapg_ae_959.html aapg_ae_959.html:2315:165327:165343 Whitehorse Panhandle, Texas +0.494468 gsa_html_1419461902 gsa_html_1419461902:624:51069:51096 Irondequoit Irondequoit, New York +0.269671 aapg_af_482.html aapg_af_482.html:75:10203:10225 Todos Santos Honduras +0.462788 aapg_ae_68.html aapg_ae_68.html:92:11371:11388 Oquirrh Pennsylvania +0.465959 aapg_ae_628.html aapg_ae_628.html:227:20893:20909 Santa Clara Oxnard, California +0.393816 aapg_ah_85.html aapg_ah_85.html:546:45682:45707 Congaree Congaree River +0.257033 aapg_ac_71.html aapg_ac_71.html:288:33441:33457 Luning Nye County, Nevada +0.41565 cspg_html_4834918660 cspg_html_4834918660:13:1774:1784 Clearwater Lacombe, Alberta +0.256373 aapg_aa_147.html aapg_aa_147.html:170:21353:21368 Red Rock Lake Winnipeg +0.469116 geology_html_7687041657 geology_html_7687041657:273:22742:22755 Madison Cheyenne, Wyoming +0.49245 aapg_ah_869.html aapg_ah_869.html:1050:96494:96510 Inyan Kara Greenville, Westchester County, New York +0.49248 aapg_ae_181.html aapg_ae_181.html:100:14654:14670 Ripley Coon Creek Formation +0.495492 aapg_af_631.html aapg_af_631.html:330:31385:31395 Whitehorse Salado, Texas +0.49987 aapg_ae_845.html aapg_ae_845.html:73:7650:7660 Washington Logan, Utah +0.473144 aapg_af_486.html aapg_af_486.html:62:7889:7902 Tuxedni Middle East +0.488448 gsa_html_1561548255 gsa_html_1561548255:684:67212:67240 Green River Colorado +0.487578 cspg_html_6985536436 cspg_html_6985536436:736:95949:95955 Kanguk Banks Island +0.24541 gsa_html_4058959570 gsa_html_4058959570:379:29532:29538 Bladen Maya Mountain +0.243972 cspg_html_8767215556 cspg_html_8767215556:11:987:995 Edmonton Lacombe, Alberta +0.245518 aapg_ah_132.html aapg_ah_132.html:43:4215:4223 Colorado Wharton, New Jersey +0.4114 cspg_html_5699627350 cspg_html_5699627350:104:13964:13970 Viking Colorado +0.829426 aapg_ac_126.html aapg_ac_126.html:111:16605:16625 Tuscaloosa Shreveport, Louisiana +0.497034 gsa_html_5107598462 gsa_html_5107598462:430:38632:38644 Salina Lackawanna County, Pennsylvania +0.244961 jgeology_html_5435533156 jgeology_html_5435533156:149:9692:9701 Frankfort Schenectady, New York +0.265125 aapg_ae_767.html aapg_ae_767.html:42:4624:4641 Entrada Sangre de Cristo Range +0.475664 aapg_ac_824.html aapg_ac_824.html:236:21747:21754 Manitou Colorado +0.510976 gsa_html_1889035506 gsa_html_1889035506:711:78652:78680 Green River Colorado +0.496944 aapg_ah_506.html aapg_ah_506.html:9:1257:1271 Traverse Michigan +0.468366 cspg_html_5117208919 cspg_html_5117208919:252:21970:21994 Elk Lacombe, Alberta +0.353306 aapg_af_706.html aapg_af_706.html:83:9225:9230 Atoka Arbuckle, California +0.49972 geology_html_6250311188 geology_html_6250311188:53:4256:4272 Dakota Fairbury, Illinois +0.254016 aapg_af_641.html aapg_af_641.html:30:2649:2658 Vicksburg Texas +0.498905 palaios_html_5941046452 palaios_html_5941046452:667:55815:55820 Price Sellwood Bridge +0.487705 aapg_ai_337.html aapg_ai_337.html:325:33695:33707 Salina Michigan +0.249428 geology_html_4785720928 geology_html_4785720928:109:13097:13125 Elkhorn Mountains Volcanics Wasatch Range +0.469165 cspg_html_8818854104 cspg_html_8818854104:135:17741:17761 Cadomin Lacombe, Alberta +0.497152 aapg_ah_779.html aapg_ah_779.html:294:54796:54802 Salina Ohio +0.500752 sedimentology_html_4057336647 sedimentology_html_4057336647:1144:78478:78484 Brazil Manaus +0.280896 aapg_ad_991.html aapg_ad_991.html:119:9777:9783 Paluxy Cotton Valley, Louisiana +0.468671 cspg_html_7334652966 cspg_html_7334652966:63:5309:5326 Spray Lacombe, Alberta +0.469396 aapg_ai_44.html aapg_ai_44.html:194:29684:29690 Sierra Barinas State +0.472553 palaios_html_6815039820 palaios_html_6815039820:570:49954:49960 Gilboa Earth +0.260919 aapg_ac_126.html aapg_ac_126.html:227:34819:34840 Haynesville Haynesville, Louisiana +0.51253 aapg_ad_660.html aapg_ad_660.html:461:62834:62839 Logan Perth, Western Australia +0.447633 aapg_ae_315.html aapg_ae_315.html:5:1080:1097 Decorah Platteville, Colorado +0.382698 gsa_html_4842463190 gsa_html_4842463190:9:320:329 Chumstick Washington (state) +0.49742 aapg_ae_826.html aapg_ae_826.html:72:5847:5854 Cypress Harrodsburg, Indiana +0.244976 aapg_ac_298.html aapg_ac_298.html:356:33120:33132 Rundle Walpole, Massachusetts +0.468025 AMJC_html_1964550508 AMJC_html_1964550508:794:88214:88222 Virginia Blue Ridge Mountains +0.271437 cspg_html_9912281240 cspg_html_9912281240:6:361:369 Lea Park Lacombe, Alberta +0.469794 geology_html_8422244633 geology_html_8422244633:284:22392:22408 Fish Canyon Tuff Colorado +0.253492 geology_html_9803999307 geology_html_9803999307:296:23441:23457 Salado New Mexico +0.516609 aapg_ah_646.html aapg_ah_646.html:212:25949:25965 Chinle Logan, Utah +0.265698 aapg_ai_583.html aapg_ai_583.html:101:14538:14546 Sundance Cheyenne, Wyoming +0.49632 gsa_html_8622484687 gsa_html_8622484687:1170:96291:96319 Green River Colorado +0.258566 gsa_html_1109313886 gsa_html_1109313886:978:81015:81036 Green River Cheyenne, Wyoming +0.503649 palaios_html_4875582819 palaios_html_4875582819:423:45422:45438 Chinle Arizona +0.271906 aapg_aa_473.html aapg_aa_473.html:291:42213:42223 Horn River Victoria, British Columbia +0.247476 sedimentology_html_7360539162 sedimentology_html_7360539162:1272:76807:76811 Hall London, Ontario +0.458731 palaios_html_1584288127 palaios_html_1584288127:549:52170:52202 Temporal Knoxville, Tennessee +0.832656 aapg_aa_23.html aapg_aa_23.html:947:123642:123651 Interlake Manitoba +0.511252 aapg_ac_983.html aapg_ac_983.html:326:52565:52581 Cherryvale Coffeyville, Kansas +0.481143 cspg_html_4385655879 cspg_html_4385655879:132:18278:18286 Woodbend Calmar, Alberta +0.371755 cspg_html_4124550118 cspg_html_4124550118:308:31361:31369 Pine Key Melbourne, Florida +0.499352 aapg_ai_480.html aapg_ai_480.html:231:21133:21144 San Joaquin Madera County, California +0.270864 gsa_html_1491636326 gsa_html_1491636326:1655:124208:124236 Green River Iran +0.492926 sedimentology_html_3544672530 sedimentology_html_3544672530:712:64928:64932 Hall London, Ontario +0.24908 geology_html_7395364280 geology_html_7395364280:11:557:566 Newcastle England +0.242556 cspg_html_4298557570 cspg_html_4298557570:35:5108:5116 Edmonton Edmonton, London +0.502458 gsa_html_1347484649 gsa_html_1347484649:166:15498:15504 Casper Cheyenne, Wyoming +0.489528 cspg_html_6108854431 cspg_html_6108854431:52:7423:7436 Windsor New Brunswick, New Jersey +0.253967 cspg_html_7799850124 cspg_html_7799850124:26:3570:3588 Duvernay Swan Hill, Victoria +0.271441 aapg_ai_886.html aapg_ai_886.html:83:8309:8319 San Andres Ector, Texas +0.48501 cspg_html_4659384530 cspg_html_4659384530:233:22361:22378 Gilwood Lacombe, Alberta +0.476952 gsa_html_7173708345 gsa_html_7173708345:600:45984:46005 Forest Fairbanks, Alaska +0.475695 aapg_ac_451.html aapg_ac_451.html:681:69283:69302 Matanuska Anchorage, Alaska +0.479862 gsa_html_5081991493 gsa_html_5081991493:992:79876:79887 Canaan Peak Logan, Utah +0.273004 aapg_aa_622.html aapg_aa_622.html:345:35229:35245 Chinle Colorado +0.261105 cspg_html_6206575791 cspg_html_6206575791:74:9708:9726 Frontier Cheyenne, Wyoming +0.487113 cspg_html_2013109828 cspg_html_2013109828:110:18494:18513 Cranbrook Palmer, Alaska +0.273465 aapg_ac_190.html aapg_ac_190.html:292:50537:50541 Rome Pennsylvania +0.253482 aapg_ac_807.html aapg_ac_807.html:302:30411:30424 Woodbury Clay Haddonfield, New Jersey +0.258572 aapg_ae_69.html aapg_ae_69.html:199:22578:22594 Curtis Logan, Utah +0.50537 aapg_ai_53.html aapg_ai_53.html:367:39956:39973 Edwards Texas +0.26341 palaios_html_9518809405 palaios_html_9518809405:101:9631:9641 San Felipe Mexico +0.46369 aapg_ad_466.html aapg_ad_466.html:391:48159:48166 Raritan Closter, New Jersey +0.250857 aapg_aa_563.html aapg_aa_563.html:380:48558:48576 Anacacho Eagle Pass, Texas +0.51015 aapg_ah_95.html aapg_ah_95.html:3:186:206 Rainvalley Arizona +0.483128 aapg_ai_846.html aapg_ai_846.html:48:5547:5554 Prairie Gulfport, Mississippi +0.936348 cspg_html_4915680223 cspg_html_4915680223:69:7887:7906 Allen Bay Cape Cod +0.463956 cspg_html_2283545366 cspg_html_2283545366:461:56623:56656 Halfway Victoria, British Columbia +0.495954 aapg_ah_645.html aapg_ah_645.html:506:60627:60634 Rierdon Canada +0.270648 aapg_aa_945.html aapg_aa_945.html:6:477:483 Oregon Wisconsin +0.25186 cspg_html_3277684928 cspg_html_3277684928:79:12024:12041 Edwards Texas +0.46224 gsa_html_2832151886 gsa_html_2832151886:895:72191:72205 Colorado Canada +0.246512 cspg_html_3293202848 cspg_html_3293202848:5:198:215 Gilwood Lacombe, Alberta +0.489984 sedimentology_html_3603620694 sedimentology_html_3603620694:919:59063:59072 Extension Tyrrhenian Sea +0.258885 aapg_ad_368.html aapg_ad_368.html:185:17060:17079 Newcastle Wasatch Range +0.269217 geology_html_6680505659 geology_html_6680505659:14:796:802 Denver Colorado +0.2325 aapg_ah_415.html aapg_ah_415.html:6:777:791 Colorado Milk River, Alberta +0.533645 aapg_aa_126.html aapg_aa_126.html:191:20567:20582 Sioux Quartzite Baldwin, Nassau County, New York +0.482112 palaios_html_9993198762 palaios_html_9993198762:404:40359:40367 Morrison Colorado +0.49408 gsa_html_5060576576 gsa_html_5060576576:1001:89785:89813 Green River Iran +0.262108 aapg_ai_31.html aapg_ai_31.html:369:36534:36543 Catahoula Texas +0.488748 gsa_html_4270524222 gsa_html_4270524222:496:35008:35036 Green River Iran +0.50295 aapg_aa_43.html aapg_aa_43.html:459:50434:50442 Woodbine Austin, Chicago +0.48177 cspg_html_5117208919 cspg_html_5117208919:203:18213:18229 Muskeg Victoria, British Columbia +0.2495 cspg_html_1870927435 cspg_html_1870927435:193:26516:26525 Waterways Iowa +0.255528 cspg_html_9905904289 cspg_html_9905904289:6:514:522 Scollard Lacombe, Alberta +0.455529 sedimentology_html_9522643663 sedimentology_html_9522643663:161:15322:15328 Carmel Logan, Utah +0.270578 aapg_ac_613.html aapg_ac_613.html:54:7608:7623 Mesaverde New Mexico +0.26574 aapg_ad_828.html aapg_ad_828.html:70:4681:4687 Tulare Maricopa, Arizona +0.471942 cspg_html_9139420146 cspg_html_9139420146:31:3945:3963 Kootenay Middle East +0.487424 cspg_html_8612721867 cspg_html_8612721867:468:55244:55252 Duvernay Edmonton, London +0.50343 palaios_html_4421656336 palaios_html_4421656336:327:33370:33387 Cardium Lacombe, Alberta +0.490116 aapg_af_709.html aapg_af_709.html:19:2107:2119 Saskatchewan Victoria, British Columbia +0.244528 sedimentology_html_2125743017 sedimentology_html_2125743017:674:37910:37918 Chandler Pangaea +0.483585 gsa_html_2557883791 gsa_html_2557883791:658:54900:54912 Rio San Juan Dominican Republic +0.259248 geology_html_8124935570 geology_html_8124935570:168:16942:16975 Uinta Logan, Utah +0.48355 gsa_html_6924652724 gsa_html_6924652724:72:5772:5800 Green River Colorado +0.250992 gsa_html_8035658736 gsa_html_8035658736:925:100067:100075 Temporal Boise, Idaho +0.459036 aapg_af_131.html aapg_af_131.html:697:71530:71547 Tecovas Palo Duro Canyon +0.465696 aapg_ac_628.html aapg_ac_628.html:288:46551:46558 Wasatch Fort Union Trading Post National Historic Site +0.259077 aapg_ad_640.html aapg_ad_640.html:418:48086:48105 Rock Springs Sweetwater, Miami-Dade County, Florida +0.49543 aapg_ai_367.html aapg_ai_367.html:271:18056:18064 Monterey California +0.458754 aapg_ad_169.html aapg_ad_169.html:265:30670:30688 Greenbrier Kentucky +0.449123 aapg_ac_920.html aapg_ac_920.html:74:11679:11696 Oquirrh Logan, Utah +0.41973 aapg_ae_542.html aapg_ae_542.html:29:3061:3068 Kaguyak Matanuska Glacier +0.910107 aapg_ad_718.html aapg_ad_718.html:154:13755:13759 Yeso New Mexico +0.248832 sedimentology_html_7422584229 sedimentology_html_7422584229:452:46300:46310 Sunderland Cambridge, Massachusetts +0.5054 palaios_html_5268628065 palaios_html_5268628065:448:47762:47767 Logan Bermuda +0.498486 aapg_ae_369.html aapg_ae_369.html:421:42997:43013 Gordo Mississippi River +0.502765 cspg_html_1962846283 cspg_html_1962846283:423:50237:50256 Wilcox Texas +0.478856 gsa_html_6985417117 gsa_html_6985417117:722:58889:58893 Kent Ohio +0.448833 gsa_html_3331523875 gsa_html_3331523875:563:62658:62676 Willwood Cheyenne, Wyoming +0.361899 cspg_html_5688447798 cspg_html_5688447798:128:17458:17478 Blue Fiord Ellesmere Island +0.265104 cspg_html_5450075884 cspg_html_5450075884:841:81735:81752 Cardium Lacombe, Alberta +0.246 aapg_aa_712.html aapg_aa_712.html:131:16755:16770 Galena Wisconsin +0.247988 aapg_ai_134.html aapg_ai_134.html:141:10831:10841 Montgomery Colorado +0.275609 geology_html_5068971145 geology_html_5068971145:51:6216:6222 Brazil Perth, Western Australia +0.475272 gsa_html_4175379013 gsa_html_4175379013:540:58346:58355 San Diego Houghton, Michigan +0.274594 aapg_ac_807.html aapg_ac_807.html:544:53984:54002 Yorktown North Carolina +0.254007 aapg_ae_153.html aapg_ae_153.html:868:110098:110106 Slim Sam Elkhorn Mountain +0.507906 aapg_ae_705.html aapg_ae_705.html:547:52278:52292 Pico Carpinteria, California +0.489328 gsa_html_1217771406 gsa_html_1217771406:411:36297:36315 Monterey Santa Cruz Island +0.246092 aapg_ah_318.html aapg_ah_318.html:1912:176149:176172 Cotton Valley Cotton Valley, Louisiana +0.249975 aapg_ah_489.html aapg_ah_489.html:265:26563:26570 Genesee Middlesex +0.495704 aapg_af_890.html aapg_af_890.html:34:3208:3236 Seven Rivers Pecos River +0.276612 aapg_ad_440.html aapg_ad_440.html:17:2504:2512 Maccrady Pocono Raceway +0.238108 gsa_html_3151431803 gsa_html_3151431803:90:10721:10738 Wingate Kayenta, Arizona +0.278775 cspg_html_1019614994 cspg_html_1019614994:706:99771:99788 Exshaw Lacombe, Alberta +0.2625 cspg_html_1645105717 cspg_html_1645105717:39:5922:5942 Missisauga Logan, Utah +0.48464 aapg_ad_922.html aapg_ad_922.html:308:23743:23755 Cooking Lake Canada +0.4518 cspg_html_5264346535 cspg_html_5264346535:90:12274:12300 Horseshoe Canyon Red Deer, Alberta +0.503608 gsa_html_5052460984 gsa_html_5052460984:29:2796:2824 Green River Colorado +0.268308 cspg_html_4617311907 cspg_html_4617311907:505:64487:64513 Windsor Bridgetown, Nova Scotia +0.238063 aapg_aa_491.html aapg_aa_491.html:12:1700:1711 San Antonio Laredo, Texas +0.46697 cspg_html_1260733368 cspg_html_1260733368:84:12308:12322 Colorado Lacombe, Alberta +0.265216 aapg_ai_480.html aapg_ai_480.html:162:15233:15239 Tulare San Joaquin River +0.286488 aapg_ad_745.html aapg_ad_745.html:65:8042:8060 Niobrara Yuma County, Colorado +0.253952 gsa_html_2667366192 gsa_html_2667366192:700:62310:62323 Reed Dolomite Los Angeles +0.501468 aapg_af_333.html aapg_af_333.html:373:38702:38729 Salina Pennsylvania +0.477 aapg_af_833.html aapg_af_833.html:1281:141701:141718 Madison Garland, Texas +0.255488 sedimentology_html_5820512685 sedimentology_html_5820512685:74:7234:7241 Madison Sweden +0.496392 aapg_ai_687.html aapg_ai_687.html:1530:154937:154942 Piper Gulf of Guinea +0.481712 gsa_html_3720789279 gsa_html_3720789279:897:87575:87585 Washington Boise, Idaho +0.248502 aapg_ad_350.html aapg_ad_350.html:565:65631:65645 Gatesburg Middle Ordovician +0.48076 gsa_html_8840132442 gsa_html_8840132442:1169:109312:109340 Green River Colorado +0.267534 aapg_aa_732.html aapg_aa_732.html:62:8804:8820 Walnut Goodland, Kansas +0.258757 jgeology_html_2809998069 jgeology_html_2809998069:519:31198:31234 Bluff Bridgetown, Nova Scotia +0.512664 gsa_html_9547811307 gsa_html_9547811307:715:67822:67850 Green River Colorado +0.265584 jgeology_html_4305195651 jgeology_html_4305195651:2144:154956:154962 Pocono Pennsylvania +0.248003 gsa_html_2266546108 gsa_html_2266546108:634:68962:68982 Kern River Bartow County, Georgia +0.257808 geology_html_6186734946 geology_html_6186734946:134:16425:16436 Martinsburg Whitby, Ontario +0.258572 sedimentology_html_9410532865 sedimentology_html_9410532865:1626:111705:111716 Green River Colorado +0.25443 aapg_ae_836.html aapg_ae_836.html:18:1700:1708 Woodbine Paluxy, Texas +0.260019 cspg_html_6383234409 cspg_html_6383234409:699:68587:68597 Blue Fiord Ellesmere Island +0.270231 aapg_ad_599.html aapg_ad_599.html:184:22183:22203 Bald Eagle Mifflin County, Pennsylvania +0.683892 aapg_ac_575.html aapg_ac_575.html:530:79616:79632 Chinle Logan, Utah +0.26367 gsa_html_3484366946 gsa_html_3484366946:1648:137085:137116 Neruokpuk Anchorage, Alaska +0.471378 cspg_html_7553438101 cspg_html_7553438101:17:1579:1598 Whitewood Fremont, California +0.478235 aapg_af_575.html aapg_af_575.html:173:23326:23341 Signal Mountain Fort Sill +0.242892 aapg_af_148.html aapg_af_148.html:86:10215:10246 Green River Colorado +0.258552 aapg_ai_17.html aapg_ai_17.html:112:9279:9285 Midway Shreveport, Louisiana +0.490496 sedimentology_html_3841637081 sedimentology_html_3841637081:1335:59435:59442 Shields Western Canadian Sedimentary Basin +0.240912 gsa_html_5507509274 gsa_html_5507509274:521:49509:49518 Point Sal California +0.265189 aapg_ae_474.html aapg_ae_474.html:862:87461:87477 Bethel Bethel, Alaska +0.250901 gsa_html_4650354985 gsa_html_4650354985:1111:91712:91728 Maroon Colorado +0.49248 aapg_af_545.html aapg_af_545.html:757:94315:94323 La Habra California +0.24843 aapg_ac_324.html aapg_ac_324.html:311:41346:41351 Weeks Wheeler Peak (New Mexico) +0.25146 sedimentology_html_8510537334 sedimentology_html_8510537334:1147:83708:83730 Walton Parksville, Kentucky +0.277704 aapg_ac_989.html aapg_ac_989.html:166:23495:23514 Niobrara Maquoketa, Iowa +0.238865 aapg_ae_844.html aapg_ae_844.html:6:557:562 Aneth Logan, Utah +0.43758 cspg_html_6255491344 cspg_html_6255491344:5:270:300 Kootenay Lacombe, Alberta +0.263682 aapg_aa_304.html aapg_aa_304.html:142:13381:13406 Columbia Astoria, Oregon +0.4864 sedimentology_html_6812582012 sedimentology_html_6812582012:1177:92955:92963 Beaumont California +0.248952 aapg_aa_463.html aapg_aa_463.html:250:47909:47914 Sligo Haynesville, Louisiana +0.237524 geology_html_8631349740 geology_html_8631349740:254:21849:21853 Bell London, Ontario +0.498225 aapg_af_288.html aapg_af_288.html:291:34813:34833 San Andres New Mexico +0.253512 geology_html_1471624911 geology_html_1471624911:351:26519:26531 Owens Valley Mojave Desert +0.471378 aapg_ai_484.html aapg_ai_484.html:60:6650:6660 Wolf Creek Turkey Creek, Louisiana +0.264115 aapg_af_809.html aapg_af_809.html:14:2138:2147 La Quinta Venezuela +0.243955 cspg_html_1524036211 cspg_html_1524036211:52:7786:7794 Columbia Victoria, British Columbia +0.237056 sedimentology_html_8343819929 sedimentology_html_8343819929:644:65363:65367 Hall Borneo +0.488516 aapg_ac_380.html aapg_ac_380.html:179:22343:22358 Carlisle Center Schoharie Creek +0.475134 aapg_af_74.html aapg_af_74.html:75:5589:5599 San Andres Texas +0.495704 gsa_html_1425077365 gsa_html_1425077365:42:3224:3252 Green River Colorado +0.47559 aapg_af_81.html aapg_af_81.html:331:35435:35441 Casper Cheyenne, Wyoming +0.49536 cspg_html_6611173979 cspg_html_6611173979:280:28193:28205 Saskatchewan Hayes, Hillingdon +0.494019 aapg_af_593.html aapg_af_593.html:238:18624:18631 Moncton New Brunswick, New Jersey +0.258542 cspg_html_7688587411 cspg_html_7688587411:259:27570:27578 Columbia Victoria, British Columbia +0.492975 cspg_html_7667087595 cspg_html_7667087595:186:20306:20328 Judith River Lacombe, Alberta +0.475896 palaios_html_1834763898 palaios_html_1834763898:450:47196:47205 San Diego Great Basin +0.25488 aapg_ae_370.html aapg_ae_370.html:351:32725:32732 Cowlitz Cowlitz River +0.264708 cspg_html_1665574291 cspg_html_1665574291:110:19387:19399 Willow Creek Red Deer, Alberta +0.85095 aapg_ai_249.html aapg_ai_249.html:80:12533:12540 Rabinal Guatemala +0.525198 aapg_ah_98.html aapg_ah_98.html:159:14863:14895 Red River Williston, Vermont +0.456221 aapg_ae_268.html aapg_ae_268.html:408:38692:38700 Golconda Bloomington, Indiana +0.498324 aapg_ac_278.html aapg_ac_278.html:124:11205:11210 Salem Salina, Kansas +0.259979 aapg_ad_878.html aapg_ad_878.html:152:17879:17902 Conococheague Austin, Chicago +0.271117 aapg_ah_876.html aapg_ah_876.html:291:37378:37393 Sligo Pine Island (Lee County, Florida) +0.420624 gsa_html_7040053075 gsa_html_7040053075:189:18881:18898 Topanga Durham, North Carolina +0.257164 aapg_ac_807.html aapg_ac_807.html:873:85245:85250 Eutaw Flint River (Michigan) +0.248262 cspg_html_8891363498 cspg_html_8891363498:199:18861:18887 Michelle Reno, Nevada +0.249831 aapg_ae_777.html aapg_ae_777.html:262:30476:30482 Elbert Ouray, Colorado +0.460798 aapg_aa_314.html aapg_aa_314.html:447:51099:51107 Virginia Closter, New Jersey +0.475566 gsa_html_3868324517 gsa_html_3868324517:58:3687:3715 Green River Colorado +0.485224 aapg_af_143.html aapg_af_143.html:771:71770:71789 Knoxville Klamath Mountains (ecoregion) +0.453508 geology_html_1627303480 geology_html_1627303480:40:3943:3951 Colorado Wasatch Range +0.476566 aapg_aa_696.html aapg_aa_696.html:698:76018:76024 Denver Colorado +0.480681 aapg_ae_3.html aapg_ae_3.html:99:13307:13313 Antler Snake River Canyon (Idaho) +0.252813 cspg_html_2799817929 cspg_html_2799817929:134:17251:17259 Columbia Victoria, British Columbia +0.47932 aapg_af_589.html aapg_af_589.html:57:4289:4299 Washington Salem, Oregon +0.262143 aapg_ah_678.html aapg_ah_678.html:138:16992:17011 Vicksburg Houston +0.504866 aapg_af_579.html aapg_af_579.html:215:23737:23744 Entrada Entrada Sandstone +0.24111 aapg_ah_756.html aapg_ah_756.html:224:19980:19997 Grayburg Nashville Basin +0.797056 sedimentology_html_2817326778 sedimentology_html_2817326778:692:38004:38025 Lake Valley New Mexico +0.253512 AMJC_html_5969956211 AMJC_html_5969956211:233:33648:33654 Luning Pamlico County, North Carolina +0.48545 aapg_ae_959.html aapg_ae_959.html:2958:221734:221748 Yeso New Mexico +0.271041 aapg_ah_134.html aapg_ah_134.html:76:6742:6748 Sparta Tuscaloosa, Alabama +0.485305 gsa_html_7598880656 gsa_html_7598880656:564:50146:50150 Kent Atherton, Greater Manchester +0.516405 aapg_aa_157.html aapg_aa_157.html:546:52888:52897 Keg River Great Slave Lake +0.265728 gsa_html_3648258377 gsa_html_3648258377:362:34370:34387 Magothy Bass River Township, New Jersey +0.246016 aapg_ai_907.html aapg_ai_907.html:44:7330:7347 Mohawk Logan Canyon +0.484176 aapg_ad_338.html aapg_ad_338.html:418:51089:51099 Tuscaloosa Tuscaloosa, Alabama +0.244625 aapg_ah_644.html aapg_ah_644.html:285:33754:33769 Swift Williston Basin +0.267794 aapg_ai_939.html aapg_ai_939.html:165:24818:24835 Wilcox Texas +0.272916 aapg_ae_64.html aapg_ae_64.html:30:4166:4199 Deadwood Black Hills +0.256011 cspg_html_7994114775 cspg_html_7994114775:37:4686:4708 Logan Cohasset, Massachusetts +0.497376 cspg_html_4293350162 cspg_html_4293350162:57:8742:8762 Mount Head Elbow River +0.249804 cspg_html_9136481292 cspg_html_9136481292:22:2694:2705 Peace River Victoria, British Columbia +0.254248 cspg_html_7881580279 cspg_html_7881580279:124:17262:17281 Red River Manitoba +0.249344 aapg_ah_753.html aapg_ah_753.html:100:16086:16096 Tormentine New Brunswick, New Jersey +0.476656 geology_html_4718258940 geology_html_4718258940:11:454:464 Washington Washington (state) +0.261117 aapg_ai_321.html aapg_ai_321.html:24:3106:3113 Esquias Honduras +0.48756 aapg_ak_87.html aapg_ak_87.html:187:28870:28892 Marble Falls Texas +0.2491 aapg_af_381.html aapg_af_381.html:32:5118:5125 Topanga Santa Monica Mountains +0.49543 jgeology_html_4305195651 jgeology_html_4305195651:4651:276395:276416 Mauch Chunk Pennsylvania +0.246984 cspg_html_2834693711 cspg_html_2834693711:241:32667:32686 Chuckanut England +0.257013 aapg_ae_4.html aapg_ae_4.html:170:18723:18732 Beirdneau Logan, Utah +0.472192 cspg_html_8556552074 cspg_html_8556552074:60:5317:5333 Meadow Lake Regina, Saskatchewan +0.38591 AMJC_html_1873062106 AMJC_html_1873062106:537:69632:69652 Dakota San Juan, Argentina +0.50085 cspg_html_9501006975 cspg_html_9501006975:579:59321:59339 Dunvegan London, Ontario +0.49234 gsa_html_1338947136 gsa_html_1338947136:67:5924:5952 Green River Colorado +0.387233 gsa_html_2076560873 gsa_html_2076560873:280:31672:31692 Bird Fiord Ellesmere Island +0.271272 aapg_ah_203.html aapg_ah_203.html:603:99226:99231 Weeks Colorado +0.26883 geology_html_6254924018 geology_html_6254924018:98:10420:10438 Wasatch Fort Union Trading Post National Historic Site +0.454503 gsa_html_4408649953 gsa_html_4408649953:1108:93416:93425 Knoxville The Carolinas +0.491384 aapg_af_854.html aapg_af_854.html:979:138202:138223 Paint Creek Ohio +0.238602 aapg_ai_326.html aapg_ai_326.html:237:28953:28958 Bluff Virginia +0.431694 aapg_ah_878.html aapg_ah_878.html:210:23351:23362 Fossil Hill High Hill, Missouri +0.477708 aapg_ai_997.html aapg_ai_997.html:851:76161:76175 Yolo Central Valley (California) +0.479912 cspg_html_1222040397 cspg_html_1222040397:917:98566:98574 Victoria Earth +0.725504 cspg_html_7229660003 cspg_html_7229660003:62:4706:4730 Stony Mountain Red River of the North +0.49056 aapg_ae_741.html aapg_ae_741.html:145:15602:15616 Lisburne Western world +0.273408 aapg_ah_421.html aapg_ah_421.html:130:11410:11429 Fox Hills Lacombe, Alberta +0.498324 aapg_ad_871.html aapg_ad_871.html:3:330:344 Traverse Presque Isle State Park +0.894816 cspg_html_3473883402 cspg_html_3473883402:771:86040:86061 Cooking Lake Lacombe, Alberta +0.248502 aapg_ai_488.html aapg_ai_488.html:66:5675:5695 Bear River Cheyenne, Wyoming +0.852815 aapg_ac_513.html aapg_ac_513.html:31:3278:3283 Sligo County Sligo +0.264698 AMJC_html_9757715503 AMJC_html_9757715503:372:37942:37948 Brazil Iran +0.4545 cspg_html_9717154602 cspg_html_9717154602:490:56631:56648 Bearpaw Bow River +0.261 cspg_html_5964371399 cspg_html_5964371399:328:33909:33918 San Diego California +0.272468 aapg_af_482.html aapg_af_482.html:78:10658:10677 Todos Santos Honduras +0.250677 cspg_html_7833083677 cspg_html_7833083677:1561:133869:133874 Yukon Anchorage, Alaska +0.486772 aapg_af_448.html aapg_af_448.html:63:7720:7726 Oregon Boise, Idaho +0.879115 gsa_html_3666562816 gsa_html_3666562816:726:78933:78954 Ghost Rocks Anchorage, Alaska +0.509427 aapg_af_142.html aapg_af_142.html:207:25327:25344 Hosston County Sligo +0.271932 AMJC_html_4066734654 AMJC_html_4066734654:603:57776:57784 Michigan Cheyenne, Wyoming +0.236544 sedimentology_html_4432289902 sedimentology_html_4432289902:139:12915:12936 Marshalltown Bass River Township, New Jersey +0.25048 gsa_html_1538463681 gsa_html_1538463681:527:45715:45731 Morita Santiago +0.25956 aapg_ad_306.html aapg_ad_306.html:332:41018:41028 San Marcos San Pedro Sula +0.253791 aapg_ai_583.html aapg_ai_583.html:412:52746:52760 Sundance Cheyenne, Wyoming +0.257514 gsa_html_3069013284 gsa_html_3069013284:594:61196:61227 Chinle Albuquerque, New Mexico +0.246506 gsa_html_3720789279 gsa_html_3720789279:1223:113195:113201 Oregon Salem, Oregon +0.353704 aapg_ai_975.html aapg_ai_975.html:928:76350:76367 Edwards San Marcos, California +0.26214 jgeology_html_4595326543 jgeology_html_4595326543:593:35781:35787 Mormon Colorado Plateau +0.462354 aapg_ac_126.html aapg_ac_126.html:206:30673:30694 Haynesville Bossier City, Louisiana +0.254007 cspg_html_1222040397 cspg_html_1222040397:800:91917:91924 Cassiar Victoria, British Columbia +0.267033 sedimentology_html_8001929837 sedimentology_html_8001929837:1608:116323:116327 Java Indonesia +0.275589 sedimentology_html_1046729113 sedimentology_html_1046729113:344:32761:32786 Telegraph Creek Eagle River, Alaska +0.262546 sedimentology_html_8488362853 sedimentology_html_8488362853:1904:129439:129444 Swift Virginia +0.236664 cspg_html_7896958755 cspg_html_7896958755:459:46732:46737 Yukon Arctic Cordillera +0.495126 aapg_af_713.html aapg_af_713.html:41:4260:4268 Columbia Washington (state) +0.256853 aapg_af_450.html aapg_af_450.html:17:2613:2634 Green River Colorado +0.267288 gsa_html_1119256423 gsa_html_1119256423:568:50831:50845 Arikaree Platte River +0.49317 aapg_ad_575.html aapg_ad_575.html:280:33726:33745 Minnelusa Canada +0.471828 aapg_af_503.html aapg_af_503.html:335:31313:31319 Walker Mississippi River +0.647502 aapg_ac_881.html aapg_ac_881.html:726:81607:81626 Roubidoux Missouri River +0.2415 cspg_html_7178716951 cspg_html_7178716951:123:16500:16508 Kootenay Lacombe, Alberta +0.429156 aapg_ad_337.html aapg_ad_337.html:144:15946:15953 Topanga Santa Monica Mountains +0.235221 cspg_html_7912545589 cspg_html_7912545589:19:2431:2448 Athabasca Clearwater, Florida +0.262524 aapg_ah_556.html aapg_ah_556.html:211:18372:18392 Green River Mancos, Colorado +0.253206 gsa_html_6734844475 gsa_html_6734844475:14:412:420 San Jose California +0.477158 aapg_af_579.html aapg_af_579.html:279:29876:29884 Colorado Entrada Sandstone +0.275621 cspg_html_1019614994 cspg_html_1019614994:289:45906:45922 Exshaw Regina, Saskatchewan +0.500388 aapg_af_545.html aapg_af_545.html:720:90724:90729 Price Oklahoma City +0.25284 gsa_html_4873957926 gsa_html_4873957926:1014:112584:112592 Colorado San Juan, Argentina +0.468905 aapg_af_980.html aapg_af_980.html:16:456:462 Denver Colorado +0.515984 aapg_ae_465.html aapg_ae_465.html:199:21361:21380 Smackover Cotton Valley, Louisiana +0.3654 aapg_ae_959.html aapg_ae_959.html:3263:251079:251093 Word Guadalupe Mountains National Park +0.264171 aapg_ah_318.html aapg_ah_318.html:1095:112321:112328 Navarro Hunt County, Texas +0.35739 aapg_aa_232.html aapg_aa_232.html:475:55016:55036 Fredericksburg Cheyenne, Wyoming +0.49197 aapg_ae_370.html aapg_ae_370.html:14:1955:1962 Cowlitz Scappoose, Oregon +0.280368 aapg_ah_775.html aapg_ah_775.html:252:30911:30918 Entrada Colorado +0.276108 aapg_ah_93.html aapg_ah_93.html:14:2500:2510 Washington Salem, Oregon +0.258566 gsa_html_9898556493 gsa_html_9898556493:75:9826:9833 Modesto Fresno, California +0.252476 AMJC_html_7984049819 AMJC_html_7984049819:176:20523:20530 Berwick Portland, Maine +0.255987 aapg_aa_626.html aapg_aa_626.html:263:30263:30271 Virginia Maryland +0.274044 palaios_html_3146065873 palaios_html_3146065873:243:23776:23806 Florissant Colorado +0.247 aapg_ad_169.html aapg_ad_169.html:94:12719:12737 Greenbrier Greenbrier (Great Smoky Mountains) +0.348688 aapg_ac_92.html aapg_ac_92.html:218:24414:24429 Atoka Arkoma, Oklahoma +0.273429 aapg_ac_324.html aapg_ac_324.html:535:70592:70604 Pioche Reno, Nevada +0.24939 aapg_ad_466.html aapg_ad_466.html:710:78665:78677 Mount Laurel Delaware +0.474594 gsa_html_9889833548 gsa_html_9889833548:844:77670:77678 Temporal Southwestern United States +0.488565 palaios_html_9133125241 palaios_html_9133125241:487:61486:61517 Kope Kentucky +0.69678 cspg_html_3483814747 cspg_html_3483814747:632:64392:64408 Eureka Quartzite Reno, Nevada +0.26416 cspg_html_6306091047 cspg_html_6306091047:510:69341:69349 Columbia Victoria, British Columbia +0.484008 AMJC_html_4692260170 AMJC_html_4692260170:85:9723:9751 Frontenac New Hampshire +0.257424 aapg_ah_585.html aapg_ah_585.html:301:22348:22368 Pottsville Pennsylvania +0.490941 cspg_html_2297270979 cspg_html_2297270979:21:3160:3168 Michigan Ohio +0.49131 aapg_ae_904.html aapg_ae_904.html:303:31816:31835 Minnelusa Black Hills +0.50233 gsa_html_6142651299 gsa_html_6142651299:14:886:897 Main Street Huntington Beach, California +0.25146 aapg_af_143.html aapg_af_143.html:80:8440:8458 Mariposa Sierra Nevada (Spain) +0.510614 aapg_ac_587.html aapg_ac_587.html:450:52340:52349 Popo Agie Cheyenne, Wyoming +0.264578 aapg_ah_742.html aapg_ah_742.html:5:720:740 Phosphoria Cheyenne, Wyoming +0.246 aapg_aa_300.html aapg_aa_300.html:178:26041:26049 Carlsbad San Diego +0.504751 aapg_ac_925.html aapg_ac_925.html:4:569:588 Hornbrook Putah Creek +0.453562 gsa_html_3701935694 gsa_html_3701935694:88:9058:9067 Worcester Bennington, Vermont +0.505182 aapg_ah_829.html aapg_ah_829.html:9:1070:1100 Green River Colorado +0.258362 aapg_ad_653.html aapg_ad_653.html:592:80884:80892 Columbia Victoria, British Columbia +0.258048 cspg_html_4392308496 cspg_html_4392308496:491:63949:63971 Little River Bridgetown, Nova Scotia +0.474112 jgeology_html_1964872752 jgeology_html_1964872752:203:12423:12441 Beacon Hill Gravel Piedmont (United States) +0.251779 aapg_ae_47.html aapg_ae_47.html:138:12443:12459 Frisco Turkey Creek, Louisiana +0.251502 AMJC_html_7589178707 AMJC_html_7589178707:927:75320:75330 Copenhagen Denmark +0.261602 gsa_html_5865982995 gsa_html_5865982995:1248:133051:133067 Wapiti Cheyenne, Wyoming +0.246422 aapg_ad_285.html aapg_ad_285.html:250:28347:28361 Lisburne Anchorage, Alaska +0.484428 sedimentology_html_2734436885 sedimentology_html_2734436885:29:1526:1572 Prairie Saskatoon +0.486758 cspg_html_9142742810 cspg_html_9142742810:65:9128:9140 Granite Wash Lacombe, Alberta +0.27178 aapg_af_397.html aapg_af_397.html:501:57882:57889 Entrada Entrada Sandstone +0.257556 cspg_html_6064089067 cspg_html_6064089067:76:9136:9143 Dubuque Maquoketa, Iowa +0.262095 aapg_ac_545.html aapg_ac_545.html:455:51568:51576 Columbia Victoria, British Columbia +0.5174 aapg_ad_2.html aapg_ad_2.html:1071:147446:147455 Lancaster Chambersburg, Pennsylvania +0.276144 aapg_ae_66.html aapg_ae_66.html:226:22623:22633 Phosphoria Spearfish, South Dakota +0.266231 cspg_html_4374961624 cspg_html_4374961624:175:22343:22352 Cathedral Mount Robson Provincial Park +0.44976 aapg_ac_5.html aapg_ac_5.html:185:18440:18452 Rundle Lacombe, Alberta +0.488948 gsa_html_7151930388 gsa_html_7151930388:513:45216:45223 Yucatan Guatemala +0.265081 aapg_ac_215.html aapg_ac_215.html:121:13786:13805 Englewood Big Horn Mountains +0.26565 cspg_html_1324104562 cspg_html_1324104562:139:18004:18041 Saline River Middle East +0.239478 sedimentology_html_2396812441 sedimentology_html_2396812441:3793:74216:74220 Hall London, Ontario +0.254925 aapg_ah_647.html aapg_ah_647.html:438:47139:47153 Earp Naco, Sonora +0.50598 aapg_ah_821.html aapg_ah_821.html:91:9812:9819 Entrada Sandoval County, New Mexico +0.256452 aapg_af_59.html aapg_af_59.html:89:8097:8134 Ector Chalk Texas +0.497664 aapg_aa_23.html aapg_aa_23.html:341:40202:40210 Winnipeg Lake Winnipeg +0.70007 cspg_html_3008745251 cspg_html_3008745251:147:22127:22145 Winnipeg Manitoba +0.870005 aapg_ai_975.html aapg_ai_975.html:354:32141:32156 Sligo Texas +0.247968 gsa_html_1130947011 gsa_html_1130947011:243:31121:31127 Galena Decorah, Iowa +0.2565 aapg_ai_80.html aapg_ai_80.html:469:46979:46998 Richmond Kentucky +0.480704 gsa_html_5274400800 gsa_html_5274400800:701:56898:56916 Monterey California +0.275098 aapg_ae_74.html aapg_ae_74.html:689:65204:65212 Beaumont New Mexico +0.2704 gsa_html_5985527169 gsa_html_5985527169:58:4187:4215 Green River Colorado +0.265728 aapg_ac_333.html aapg_ac_333.html:644:79063:79067 Yeso Sycamore Canyon +0.263105 aapg_ad_267.html aapg_ad_267.html:91:8579:8590 Haynesville Cotton Valley, Louisiana +0.457401 aapg_ah_876.html aapg_ah_876.html:297:38021:38040 San Marcos East Texas +0.436077 aapg_ah_329.html aapg_ah_329.html:283:27922:27929 Sisquoc Monterey, California +0.462878 cspg_html_7938374662 cspg_html_7938374662:198:21424:21446 Grand Rapids Lacombe, Alberta +0.240588 cspg_html_9780523405 cspg_html_9780523405:1377:149874:149892 Basal Lacombe, Alberta +0.261602 aapg_ad_55.html aapg_ad_55.html:17:1975:1982 Decorah Decorah, Iowa +0.462704 aapg_af_130.html aapg_af_130.html:228:38455:38461 Elbert Colorado +0.247434 gsa_html_8261220426 gsa_html_8261220426:12:483:489 Denver Colorado +0.470418 aapg_ac_538.html aapg_ac_538.html:38:5326:5342 Viking Beaumont, Texas +0.4845 gsa_html_9898556493 gsa_html_9898556493:168:21414:21432 Riverbank King River (Tasmania) +0.47634 sedimentology_html_6192596736 sedimentology_html_6192596736:229:16208:16214 Walker Puerto Rico +0.495492 aapg_ah_182.html aapg_ah_182.html:221:22274:22285 Martinsburg Northampton, Massachusetts +0.47874 gsa_html_6763351946 gsa_html_6763351946:781:79846:79874 Green River New Mexico +0.496683 palaios_html_7406880997 palaios_html_7406880997:46:3774:3782 Santiago Chile +0.25948 cspg_html_6502178723 cspg_html_6502178723:64:10265:10281 Liard Middle East +0.42924 cspg_html_1019614994 cspg_html_1019614994:448:75532:75548 Exshaw Lacombe, Alberta +0.815213 aapg_ai_424.html aapg_ai_424.html:3:471:480 Minnelusa Black Hills +0.25376 aapg_af_789.html aapg_af_789.html:49:6983:7005 New Scotland Huntington, West Virginia +0.468975 cspg_html_7028413504 cspg_html_7028413504:170:20635:20650 Leduc Redwater, Texas +0.258912 palaios_html_1262064602 palaios_html_1262064602:794:83526:83533 Kayenta Arizona +0.254448 aapg_ae_753.html aapg_ae_753.html:486:47899:47905 Denver Colorado +0.472688 aapg_af_225.html aapg_af_225.html:20:2675:2682 Madison Blackford, Somerset +0.6873 aapg_ac_984.html aapg_ac_984.html:268:24112:24121 Roubidoux Illinois +0.256688 gsa_html_5147030878 gsa_html_5147030878:167:16097:16105 Colorado Denver +0.266247 gsa_html_6991576096 gsa_html_6991576096:584:55336:55345 Mackenzie Canada +0.25382 jgeology_html_1172090516 jgeology_html_1172090516:977:48204:48208 Hall London, Ontario +0.262119 sedimentology_html_8325415159 sedimentology_html_8325415159:848:56141:56145 Bond Bering Sea +0.50827 aapg_ae_68.html aapg_ae_68.html:443:51192:51207 Weber Colorado +0.251988 geology_html_2345977738 geology_html_2345977738:158:16027:16048 Tibbit Hill Quebec City +0.25511 gsa_html_6169925575 gsa_html_6169925575:823:85508:85522 Beaufort South Africa +0.707608 cspg_html_8990290265 cspg_html_8990290265:55:9871:9885 Elko Elko, Nevada +0.242346 cspg_html_9912281240 cspg_html_9912281240:97:13083:13090 Wapiabi Lacombe, Alberta +0.505575 aapg_ai_503.html aapg_ai_503.html:361:40030:40037 Grimsby Lockport (city), New York +0.507715 cspg_html_9113030208 cspg_html_9113030208:467:51604:51609 Price Toronto +0.510324 aapg_ad_721.html aapg_ad_721.html:621:61029:61046 Queen Carlsbad, New Mexico +0.491303 cspg_html_1975682848 cspg_html_1975682848:469:46857:46872 Eids Canada +0.258482 aapg_ah_366.html aapg_ah_366.html:339:18492:18500 Ogallala Guernsey +0.251808 aapg_ah_555.html aapg_ah_555.html:94:9636:9654 Mt Lytton Caldwell County, North Carolina +0.268632 aapg_aa_22.html aapg_aa_22.html:630:55283:55298 Upham Richmond, California +0.2585 aapg_ad_973.html aapg_ad_973.html:190:20265:20272 Yucatan Texas +0.25186 gsa_html_5925974677 gsa_html_5925974677:779:67133:67138 Rapid Elba Island +0.26883 gsa_html_5329671609 gsa_html_5329671609:47:5266:5275 Peninsula Korea +0.474472 cspg_html_9435196958 cspg_html_9435196958:641:27175:27193 Edmonton Lacombe, Alberta +0.26988 aapg_ah_859.html aapg_ah_859.html:237:28115:28138 Moodys Branch Chattahoochee River National Recreation Area +0.495803 cspg_html_3008414459 cspg_html_3008414459:515:61820:61840 Milk River Canada +0.489416 aapg_ae_344.html aapg_ae_344.html:74:6951:6964 Cotton Valley Athens, Georgia +0.249991 aapg_ac_417.html aapg_ac_417.html:97:9888:9905 Yamhill Salem, Oregon +0.883599 cspg_html_7602315496 cspg_html_7602315496:8:1144:1164 Milk River Colorado +0.480365 sedimentology_html_8561277180 sedimentology_html_8561277180:29:2011:2020 Milwaukee Milwaukee +0.267786 aapg_ad_801.html aapg_ad_801.html:552:46810:46823 Wilcox Mississippi River +0.369432 aapg_ai_468.html aapg_ai_468.html:77:10257:10268 Haynesville East Texas +0.506796 aapg_ai_400.html aapg_ai_400.html:72:9833:9842 Red River Mississippi River +0.498972 cspg_html_6644065685 cspg_html_6644065685:28:2837:2842 Otter Inuvik Region +0.509658 aapg_ah_486.html aapg_ah_486.html:279:26917:26927 Pottsville Pottsville, Pennsylvania +0.266247 gsa_html_1254347878 gsa_html_1254347878:173:22270:22288 Aldridge Victoria, British Columbia +0.277729 aapg_ac_771.html aapg_ac_771.html:657:79562:79590 Wabamun Lacombe, Alberta +0.251808 aapg_af_981.html aapg_af_981.html:78:7804:7825 Almond Cheyenne, Wyoming +0.270351 aapg_ad_116.html aapg_ad_116.html:445:55330:55349 Oil Creek Delaware +0.490428 gsa_html_3448554349 gsa_html_3448554349:427:42218:42231 Bedford Pennsylvania +0.263652 aapg_aa_997.html aapg_aa_997.html:127:19606:19610 Java South Sumatra +0.249639 aapg_ac_782.html aapg_ac_782.html:31:6396:6409 Barnett Texas +0.481873 gsa_html_3412344071 gsa_html_3412344071:281:25985:26017 Price Kenilworth, Illinois +0.262845 aapg_ac_592.html aapg_ac_592.html:95:11479:11483 Jelm Cheyenne, Wyoming +0.504434 aapg_af_128.html aapg_af_128.html:429:40857:40876 Minnelusa Crook, Colorado +0.82161 aapg_af_897.html aapg_af_897.html:50:6502:6512 Pottsville Ohio +0.470808 gsa_html_1047526579 gsa_html_1047526579:887:88884:88898 Victoria Transantarctic Mountains +0.252416 aapg_ai_592.html aapg_ai_592.html:259:42375:42396 Green River Cheyenne, Wyoming +0.51205 aapg_af_854.html aapg_af_854.html:1086:153266:153283 Cypress Illinois +0.489168 aapg_ae_643.html aapg_ae_643.html:410:50636:50642 Pocono Pocono Raceway +0.244944 aapg_ad_683.html aapg_ad_683.html:847:82141:82147 Kaibab New Mexico +0.486796 gsa_html_2247677304 gsa_html_2247677304:71:4975:5003 Green River Colorado +0.264704 aapg_aa_91.html aapg_aa_91.html:33:3270:3278 Virginia Virginia +0.72027 aapg_ad_194.html aapg_ad_194.html:544:61931:61937 Pioche Reno, Nevada +0.932134 gsa_html_8951179545 gsa_html_8951179545:409:49243:49255 Wilcox Sevier orogeny +0.48573 gsa_html_2345936136 gsa_html_2345936136:986:83795:83823 Green River Colorado +0.248937 aapg_ac_807.html aapg_ac_807.html:330:33837:33844 Potomac Closter, New Jersey +0.497904 aapg_ae_223.html aapg_ae_223.html:482:59894:59910 Dakota Wasatch Range +0.252003 cspg_html_1645105717 cspg_html_1645105717:319:35559:35601 Bluff Alert, Nunavut +0.261121 palaios_html_5067987549 palaios_html_5067987549:759:59054:59064 Copenhagen Eastern Settlement +0.263168 gsa_html_1569131616 gsa_html_1569131616:382:40042:40080 Pueblo Dominican Republic +0.475 aapg_ac_212.html aapg_ac_212.html:389:42270:42278 Colorado Colorado +0.261105 gsa_html_7040053075 gsa_html_7040053075:1382:138487:138495 Rockwell Los Angeles +0.484946 aapg_ai_582.html aapg_ai_582.html:80:7160:7168 Sundance Williamson County, Texas +0.281736 aapg_aa_269.html aapg_aa_269.html:199:24874:24894 Moorefield Sallisaw, Oklahoma +0.251779 aapg_af_924.html aapg_af_924.html:282:28404:28412 Oakville Texas +0.26832 sedimentology_html_7360539162 sedimentology_html_7360539162:873:60779:60783 Hall London, Ontario +0.266207 aapg_ad_564.html aapg_ad_564.html:7829:683446:683468 Utica Mohawk Valley +0.243386 palaios_html_8113714689 palaios_html_8113714689:312:35953:35971 Au Train Munising, Michigan +0.524864 aapg_ad_855.html aapg_ad_855.html:226:22921:22929 Woodbine Paluxy, Texas +0.274351 cspg_html_1639841815 cspg_html_1639841815:251:13757:13765 Palliser South Fork Flathead River +0.257703 aapg_ae_98.html aapg_ae_98.html:6:686:708 Cedar Mountain Colorado +0.252464 cspg_html_8928894270 cspg_html_8928894270:344:46916:46930 Slide Mountain Yilgarn Craton +0.460222 aapg_ae_694.html aapg_ae_694.html:180:20381:20395 Woodbine Western world +0.25938 aapg_ae_69.html aapg_ae_69.html:65:7241:7261 Uinta Uinta Mountains +0.379575 aapg_ai_4.html aapg_ai_4.html:85:8953:8961 Vaqueros Monterey, California +0.504339 aapg_aa_544.html aapg_aa_544.html:261:35702:35710 Frontier Cheyenne, Wyoming +0.247296 palaios_html_2994452429 palaios_html_2994452429:1405:125651:125683 Montney Lacombe, Alberta +0.26469 cspg_html_5241714595 cspg_html_5241714595:669:99983:100000 Duperow Williston Basin +0.474096 AMJC_html_8359893116 AMJC_html_8359893116:1434:125999:126011 Dixie Valley Reno, Nevada +0.477594 AMJC_html_5402953865 AMJC_html_5402953865:722:79461:79480 Loveland Peoria, Illinois +0.49914 cspg_html_2969995408 cspg_html_2969995408:99:12444:12449 Sully Victoria, British Columbia +0.49646 gsa_html_5158209975 gsa_html_5158209975:305:27815:27824 Red River Peoria, Illinois +0.26058 jgeology_html_4305195651 jgeology_html_4305195651:3047:217042:217060 Pottsville Pottsville, Pennsylvania +0.260568 aapg_ac_575.html aapg_ac_575.html:79:12351:12370 Woodside Logan, Utah +0.265216 aapg_ai_504.html aapg_ai_504.html:175:17352:17362 Phosphoria Cheyenne, Wyoming +0.261542 cspg_html_4260503134 cspg_html_4260503134:8:725:743 Foremost Lacombe, Alberta +0.245338 aapg_ai_501.html aapg_ai_501.html:462:41271:41294 Lone Mountain Reno, Nevada +0.270256 aapg_ad_280.html aapg_ad_280.html:19:2681:2702 Haynesville Arkansas +0.390556 aapg_ai_491.html aapg_ai_491.html:456:58188:58194 Hermit Supai, Arizona +0.68724 aapg_ac_333.html aapg_ac_333.html:1265:152200:152217 Toroweap Flagstaff, Arizona +0.479934 palaios_html_4501603736 palaios_html_4501603736:170:16182:16200 Moenkopi Reno, Nevada +0.26624 cspg_html_7494952355 cspg_html_7494952355:6:437:458 Lawrence Ontario, California +0.255524 aapg_ae_153.html aapg_ae_153.html:864:109267:109294 Elkhorn Mountains Volcanics Elkhorn Mountain +0.25449 gsa_html_8161586681 gsa_html_8161586681:737:75410:75415 Salem Salem, Oregon +0.272976 aapg_ad_695.html aapg_ad_695.html:284:17962:17968 Reklaw New Orleans +0.504866 aapg_af_854.html aapg_af_854.html:1329:191030:191051 Leitchfield Kentucky +0.321372 cspg_html_5109837857 cspg_html_5109837857:513:59633:59654 Blind Fiord Ellesmere Island +0.2485 aapg_ah_311.html aapg_ah_311.html:364:39806:39816 Fort Union New Salem, Massachusetts +0.481327 aapg_af_775.html aapg_af_775.html:260:16902:16909 Lagarto Oakville, California +0.25544 aapg_ae_692.html aapg_ae_692.html:577:59052:59080 Interlake Williston, Vermont +0.245016 palaios_html_9507397379 palaios_html_9507397379:44:4196:4213 Barstow Calico Mountains Wilderness +0.69258 aapg_af_116.html aapg_af_116.html:486:40833:40863 Haynesville Arkansas +0.270657 aapg_ae_548.html aapg_ae_548.html:521:56768:56776 Monterey California +0.265189 geology_html_1146010106 geology_html_1146010106:37:4735:4755 North Horn Cheyenne, Wyoming +0.763696 cspg_html_8049997704 cspg_html_8049997704:16:1110:1120 Milk River Milk River, Alberta +0.258757 palaios_html_2048556014 palaios_html_2048556014:58:6055:6074 Conasauga Floyd County, Virginia +0.49455 aapg_ad_466.html aapg_ad_466.html:135:13725:13731 Auburn Columbus, Ohio +0.473964 aapg_ac_723.html aapg_ac_723.html:3:179:209 Basal Kentucky +0.48288 aapg_af_880.html aapg_af_880.html:435:65628:65636 Wolfcamp West, Texas +0.486772 cspg_html_3926542795 cspg_html_3926542795:565:64180:64185 Leduc Swan Hill, Victoria +0.259072 sedimentology_html_7392204378 sedimentology_html_7392204378:597:44178:44182 Hall London, Ontario +0.490116 gsa_html_8003826422 gsa_html_8003826422:569:57924:57952 Green River Colorado +0.25653 aapg_ac_967.html aapg_ac_967.html:407:40741:40747 Oregon Dayville, Oregon +0.259584 gsa_html_8236729701 gsa_html_8236729701:518:46944:46952 Columbia Victoria, British Columbia +0.241552 aapg_ad_423.html aapg_ad_423.html:200:19475:19506 Woodford West Texas +0.389018 aapg_aa_415.html aapg_aa_415.html:122:17297:17312 Tokio Arkansas +0.468293 cspg_html_4326384800 cspg_html_4326384800:245:29791:29806 Simla Lacombe, Alberta +0.269345 jgeology_html_9215313444 jgeology_html_9215313444:1026:73105:73132 Columbia Boise, Idaho +0.26677 cspg_html_4498577775 cspg_html_4498577775:1023:82032:82040 Columbia Victoria, British Columbia +0.56345 aapg_af_880.html aapg_af_880.html:472:71509:71526 Leonard New Mexico +0.5208 aapg_af_561.html aapg_af_561.html:439:41373:41387 Wasatch Wasatch Range +0.245248 aapg_ai_278.html aapg_ai_278.html:538:70637:70648 Punta Gorda Punta Gorda, Florida +0.247923 aapg_ad_306.html aapg_ad_306.html:196:25490:25494 Omoa Honduras +0.478116 gsa_html_6117440194 gsa_html_6117440194:175:18867:18891 Mist Mountain Canada +0.478435 cspg_html_9046359229 cspg_html_9046359229:923:103169:103174 Price Victoria, British Columbia +0.496244 cspg_html_4193503340 cspg_html_4193503340:28:3778:3789 Belly River Lacombe, Alberta +0.492926 aapg_ai_133.html aapg_ai_133.html:62:6740:6746 Weches Houston County, Alabama +0.248937 aapg_ae_319.html aapg_ae_319.html:598:50784:50800 Navajo Carmel, Indiana +0.256486 cspg_html_3068776384 cspg_html_3068776384:589:63104:63122 Kaskapau Lacombe, Alberta +0.225094 jgeology_html_9413634903 jgeology_html_9413634903:726:53887:53907 White Sage Great Basin +0.256542 sedimentology_html_2898428289 sedimentology_html_2898428289:128:10996:11011 Elk Regina, Saskatchewan +0.270256 aapg_ae_68.html aapg_ae_68.html:109:13806:13823 Oquirrh Wood River (Oregon) +0.493311 aapg_af_436.html aapg_af_436.html:292:35162:35168 Benson Pleasants County, West Virginia +0.498005 gsa_html_4824339911 gsa_html_4824339911:800:82217:82245 Green River Colorado +0.238252 cspg_html_3642426669 cspg_html_3642426669:31:4327:4333 Viking Bow Island Airport +0.486664 aapg_aa_566.html aapg_aa_566.html:146:18774:18782 Colorado Buck Creek State Park +0.260075 geology_html_8667067653 geology_html_8667067653:64:5141:5152 Santa Clara California +0.463926 aapg_ae_656.html aapg_ae_656.html:84:9992:9996 Vale Salem, Oregon +0.485888 aapg_ae_467.html aapg_ae_467.html:207:13819:13827 Traverse Thunder Bay +0.522477 gsa_html_3981943569 gsa_html_3981943569:29:2796:2824 Green River Colorado +0.479556 aapg_ac_699.html aapg_ac_699.html:186:15972:15977 Sligo County Sligo +0.26367 cspg_html_9843429624 cspg_html_9843429624:10:1042:1050 Columbia Victoria, British Columbia +0.26977 aapg_aa_337.html aapg_aa_337.html:96:9531:9537 Wilcox Bartlesville, Oklahoma +0.248965 aapg_ai_249.html aapg_ai_249.html:714:93278:93292 Fredericksburg Texas +0.25641 sedimentology_html_7567618503 sedimentology_html_7567618503:1170:66957:66962 Piper Canada +0.260952 palaios_html_7679079277 palaios_html_7679079277:12:647:658 Bloomington Bloomington, Indiana +0.261626 aapg_ad_752.html aapg_ad_752.html:19:3439:3459 Mt Lytton Texas +0.443292 palaios_html_7111318862 palaios_html_7111318862:152:15672:15683 Belly River Western world +0.47672 gsa_html_7943572707 gsa_html_7943572707:889:80353:80381 Green River New Mexico +0.266682 cspg_html_4326384800 cspg_html_4326384800:141:20415:20430 Cairn Swan Hill, Victoria +0.2565 aapg_ae_800.html aapg_ae_800.html:105:11857:11862 Aneth San Juan County, Utah +0.48355 gsa_html_8286742231 gsa_html_8286742231:29:2796:2824 Green River Colorado +0.25296 cspg_html_9176909629 cspg_html_9176909629:13:1541:1546 Yukon Melville Island (Canada) +0.484848 cspg_html_2749851978 cspg_html_2749851978:40:8852:8862 Kananaskis Calgary +0.505741 cspg_html_9361096527 cspg_html_9361096527:524:52307:52329 Judith River Cheyenne, Wyoming +0.489936 aapg_aa_243.html aapg_aa_243.html:314:25371:25378 Kanawha Greenbrier (Great Smoky Mountains) +0.457704 gsa_html_7542416588 gsa_html_7542416588:904:72879:72885 Sonora Arizona +0.259548 aapg_ad_3.html aapg_ad_3.html:755:71781:71797 Reedsville Rose Hill, Manhattan +0.482384 cspg_html_8089302449 cspg_html_8089302449:18:2781:2789 Columbia Victoria, British Columbia +0.484632 aapg_af_288.html aapg_af_288.html:661:70481:70505 Wolfcamp New Mexico +0.456896 aapg_aa_415.html aapg_aa_415.html:316:46710:46718 Saratoga Saratoga, California +0.26159 sedimentology_html_9079273526 sedimentology_html_9079273526:761:72388:72392 Wise Cheyenne, Wyoming +0.47104 cspg_html_2470897073 cspg_html_2470897073:18:1780:1812 Waterways Swan Hill, Victoria +0.473 palaios_html_6602473879 palaios_html_6602473879:591:54130:54150 Knoxville California +0.259065 aapg_ai_4.html aapg_ai_4.html:92:10392:10399 Temblor Monterey, California +0.478856 aapg_ah_318.html aapg_ah_318.html:1379:137880:137899 La Casita Mexico +0.258462 gsa_html_5272671610 gsa_html_5272671610:161:13393:13402 Chinchaga Eaton, Ohio +0.258516 aapg_aa_147.html aapg_aa_147.html:60:8970:8985 Interlake Regina, Saskatchewan +0.267288 aapg_ai_477.html aapg_ai_477.html:412:43451:43469 Dunvegan Lacombe, Alberta +0.499905 aapg_ah_318.html aapg_ah_318.html:1990:180882:180898 Olvido Santa Clara, California +0.258505 aapg_af_138.html aapg_af_138.html:18:2144:2160 Salona Great Valley, New York +0.49245 aapg_ae_296.html aapg_ae_296.html:45:5340:5350 San Andres Texas +0.487734 gsa_html_8458618187 gsa_html_8458618187:29:2796:2824 Green River New Mexico +0.272934 aapg_af_354.html aapg_af_354.html:41:6441:6446 Sespe Poway, California +0.247494 aapg_ah_628.html aapg_ah_628.html:16:2351:2368 Wanakah Western world +0.506574 aapg_af_616.html aapg_af_616.html:178:14096:14111 Queen Pecos County, Texas +0.26312 gsa_html_7040053075 gsa_html_7040053075:111:10512:10520 San Jose San Gabriel Valley +0.453792 cspg_html_7334652966 cspg_html_7334652966:12:1062:1088 Provo Lahaul and Spiti district +0.49728 cspg_html_5726581016 cspg_html_5726581016:62:8915:8932 Bowser Southern United States +0.26572 cspg_html_4614759573 cspg_html_4614759573:563:71353:71361 Columbia Victoria, British Columbia +0.243828 sedimentology_html_1046729113 sedimentology_html_1046729113:2072:161948:161965 Cardium Lacombe, Alberta +0.244528 aapg_ac_749.html aapg_ac_749.html:46:5748:5759 Irondequoit Rochester, Kent +0.240518 aapg_ac_441.html aapg_ac_441.html:500:44563:44571 Tensleep Cheyenne, Wyoming +0.689333 aapg_ai_816.html aapg_ai_816.html:466:79329:79339 Deer Creek Shawnee, Oklahoma +0.251955 aapg_af_578.html aapg_af_578.html:401:30250:30262 Rock Springs Cheyenne, Wyoming +0.497466 cspg_html_2420029771 cspg_html_2420029771:1104:102599:102616 Beekmantown Canada +0.489114 aapg_ah_370.html aapg_ah_370.html:509:39048:39067 Traverse Michigan +0.48762 gsa_html_5262754204 gsa_html_5262754204:302:36656:36661 Stump Lajitas, Texas +0.483041 cspg_html_1818321956 cspg_html_1818321956:718:72566:72574 Columbia Victoria, British Columbia +0.26163 cspg_html_3190144626 cspg_html_3190144626:6:443:458 Nisku Lacombe, Alberta +0.257048 sedimentology_html_3865745685 sedimentology_html_3865745685:1637:113146:113165 Athabasca Lacombe, Alberta +0.265221 gsa_html_1983821343 gsa_html_1983821343:14:533:553 Columbia Salem, Oregon +0.484939 geology_html_4971813947 geology_html_4971813947:153:13394:13402 Ogallala Arkansas +0.263662 palaios_html_3105248303 palaios_html_3105248303:202:21581:21595 Point Pleasant Fulton, Missouri +0.2595 cspg_html_3367984758 cspg_html_3367984758:349:45367:45379 Winnipegosis Regina, Saskatchewan +0.487172 gsa_html_1412681096 gsa_html_1412681096:319:25490:25498 Michigan Ontario, California +0.465885 aapg_ah_847.html aapg_ah_847.html:215:25135:25151 Tinton Shrewsbury, Massachusetts +0.49278 geology_html_1845191599 geology_html_1845191599:231:20502:20508 Antler Reno, Nevada +0.47736 AMJC_html_4066734654 AMJC_html_4066734654:82:6568:6576 Willwood Fort Union Trading Post National Historic Site +0.263592 gsa_html_2023933346 gsa_html_2023933346:571:57764:57773 San Diego Santa Monica Mountains +0.25755 aapg_aa_417.html aapg_aa_417.html:349:47894:47902 Colorado Mountain peaks of Colorado +0.253302 gsa_html_2266546108 gsa_html_2266546108:267:27049:27055 Sierra Death Valley +0.483736 geology_html_3837862421 geology_html_3837862421:239:16573:16580 Blackie London, Ontario +0.484416 cspg_html_8328720217 cspg_html_8328720217:799:87058:87082 Kunga Charlotte Amalie, United States Virgin Islands +0.252086 aapg_ah_625.html aapg_ah_625.html:229:22123:22134 Green River Logan, Utah +0.87978 cspg_html_9725676031 cspg_html_9725676031:353:45430:45452 Buckinghorse Victoria, British Columbia +0.243972 gsa_html_1024107776 gsa_html_1024107776:496:48764:48774 Maringouin Bridgetown, Nova Scotia +0.471744 cspg_html_1242153796 cspg_html_1242153796:231:22010:22016 Walker Victoria, British Columbia +0.487172 aapg_af_854.html aapg_af_854.html:970:136921:136942 Paint Creek Illinois +0.4769 aapg_ai_838.html aapg_ai_838.html:458:63145:63164 Smackover Arkansas +0.473538 aapg_ae_420.html aapg_ae_420.html:377:28503:28522 Chugwater Cheyenne, Wyoming +0.244032 cspg_html_5960210762 cspg_html_5960210762:355:36477:36484 Halfway Lacombe, Alberta +0.51952 aapg_ad_36.html aapg_ad_36.html:173:17061:17068 Rodessa Paluxy, Texas +0.265176 aapg_ah_479.html aapg_ah_479.html:309:31424:31435 Colon Venezuela +0.486244 sedimentology_html_6204427848 sedimentology_html_6204427848:1394:64614:64631 Cardium Lacombe, Alberta +0.262584 palaios_html_8950382583 palaios_html_8950382583:754:62731:62763 Cutler Colorado Western Slope +0.45927 aapg_ai_583.html aapg_ai_583.html:860:87668:87676 Colorado Cheyenne, Wyoming +0.249158 aapg_ac_825.html aapg_ac_825.html:596:68330:68357 Purisima Santa Cruz Mountains +0.26367 cspg_html_9683836416 cspg_html_9683836416:30:5775:5809 Belly River Lacombe, Alberta +0.481076 geology_html_5688139255 geology_html_5688139255:208:18647:18651 Bell London, Ontario +0.48177 aapg_ac_961.html aapg_ac_961.html:236:25311:25316 Tokio Western world +0.4921 sedimentology_html_3941612453 sedimentology_html_3941612453:986:79483:79487 Hall London, Ontario +0.257033 geology_html_2550998204 geology_html_2550998204:12:603:611 Michigan Michigan +0.501492 aapg_aa_684.html aapg_aa_684.html:5:693:697 Jelm Cheyenne, Wyoming +0.264115 aapg_aa_906.html aapg_aa_906.html:499:55441:55451 Fort Union Wasatch Range +0.47736 gsa_html_1826402027 gsa_html_1826402027:217:24841:24847 Kaibab Walnut Canyon National Monument +0.268155 aapg_ac_529.html aapg_ac_529.html:93:10697:10721 Battle Wasatch Range +0.268308 gsa_html_1024107776 gsa_html_1024107776:922:93087:93109 Mauch Chunk Bluefield, West Virginia +0.253302 palaios_html_1631555231 palaios_html_1631555231:26:2665:2683 Moenkopi Reno, Nevada +0.24745 geology_html_6154118633 geology_html_6154118633:175:15862:15871 Extension Illinois +0.26606 aapg_aa_90.html aapg_aa_90.html:73:5646:5652 Paluxy Lee County, Alabama +0.479359 aapg_aa_130.html aapg_aa_130.html:13:1890:1899 San Diego California +0.84364 cspg_html_5697056884 cspg_html_5697056884:42:4421:4439 Deadwood Winnipeg +0.843532 cspg_html_3251996292 cspg_html_3251996292:352:39408:39416 Montreal Quebec City +0.2635 aapg_ae_884.html aapg_ae_884.html:417:53899:53905 Denver Piceance Basin +0.70288 aapg_ae_708.html aapg_ae_708.html:431:49245:49261 Conasauga Alabama +0.243 cspg_html_2834693711 cspg_html_2834693711:767:105758:105766 Columbia Victoria, British Columbia +0.245478 aapg_af_133.html aapg_af_133.html:279:29473:29479 Guelph Manitoulin Island +0.271872 palaios_html_8798455546 palaios_html_8798455546:647:64080:64089 Rochester Rochester, Kent +0.253005 aapg_aa_745.html aapg_aa_745.html:360:43098:43111 Brushy Canyon Delaware +0.44954 sedimentology_html_3181527419 sedimentology_html_3181527419:323:17550:17554 Earp Supai, Arizona +0.262566 aapg_ae_498.html aapg_ae_498.html:465:48201:48218 Liberty Hall Harrisonburg, Virginia +0.234698 aapg_ae_723.html aapg_ae_723.html:64:8110:8118 Colorado Denver +0.467064 aapg_ae_871.html aapg_ae_871.html:133:20968:20987 Okpikruak Anchorage, Alaska +0.496692 AMJC_html_7144941731 AMJC_html_7144941731:522:53278:53299 Weaverville Los Angeles +0.498076 gsa_html_7195000001 gsa_html_7195000001:362:50133:50145 Strand Fiord Ellesmere Island +0.267288 gsa_html_2645269788 gsa_html_2645269788:12:459:465 Reston Virginia +0.244 aapg_ai_82.html aapg_ai_82.html:3:317:351 Greenbrier Greenbrier (Great Smoky Mountains) +0.26536 aapg_ad_893.html aapg_ad_893.html:104:13146:13156 San Felipe Mexico +0.466932 gsa_html_9515953275 gsa_html_9515953275:815:79800:79828 Green River Colorado +0.377235 aapg_ac_151.html aapg_ac_151.html:55:9021:9037 Sparta Port of South Louisiana +0.258566 cspg_html_7402164801 cspg_html_7402164801:5:204:241 Basal Lacombe, Alberta +0.253422 aapg_aa_260.html aapg_aa_260.html:442:40716:40738 Nation River Anchorage, Alaska +0.245021 aapg_ai_549.html aapg_ai_549.html:123:11925:11948 Detroit River Dundee +0.481005 aapg_aa_928.html aapg_aa_928.html:214:23876:23887 Abercrombie Brazoria County, Texas +0.48762 cspg_html_1009749092 cspg_html_1009749092:569:65353:65360 Bearpaw Lacombe, Alberta +0.465064 gsa_html_3818307499 gsa_html_3818307499:598:57955:57961 Walker Spring Mountains National Recreation Area +0.490795 cspg_html_5660413005 cspg_html_5660413005:426:48188:48196 Columbia Lacombe, Alberta +0.498316 cspg_html_9508543859 cspg_html_9508543859:179:20786:20816 Lawrence Quebec City +0.279102 aapg_ae_908.html aapg_ae_908.html:63:6715:6731 Salado Salado, Texas +0.254214 aapg_ah_27.html aapg_ah_27.html:486:62934:62944 Fort Worth Texas +0.262644 aapg_ad_47.html aapg_ad_47.html:86:8984:8992 Wolfcamp Florida Panhandle +0.473242 aapg_ae_694.html aapg_ae_694.html:14:2157:2170 Woodbine Texas +0.549283 aapg_af_745.html aapg_af_745.html:457:63548:63567 Newcastle Bloomington, Indiana +0.227916 gsa_html_1636483297 gsa_html_1636483297:335:30064:30076 Rock Springs Cheyenne, Wyoming +0.900592 cspg_html_7524537753 cspg_html_7524537753:376:38670:38691 Mount Clark Vail, Colorado +0.459954 aapg_ac_219.html aapg_ac_219.html:1633:149127:149133 Sierra Venezuela +0.48093 gsa_html_6499317047 gsa_html_6499317047:576:49314:49322 Columbia Washington (state) +0.261096 aapg_ae_75.html aapg_ae_75.html:165:21990:22005 Yeso Carrizozo, New Mexico +0.458 aapg_ae_813.html aapg_ae_813.html:645:51926:51936 Fort Worth Texas +0.483426 cspg_html_8049997704 cspg_html_8049997704:6:316:323 Pakowki Colorado +0.465924 aapg_af_854.html aapg_af_854.html:1018:143298:143315 Cypress Illinois +0.252434 aapg_ah_506.html aapg_ah_506.html:16:2166:2180 Traverse Michigan +0.26112 cspg_html_2161417858 cspg_html_2161417858:289:38205:38221 Bakken Williston Basin +0.440176 aapg_ae_594.html aapg_ae_594.html:3:399:406 Edwards Texas +0.256542 aapg_ad_171.html aapg_ad_171.html:39:5957:5963 Tehama Klamath Mountains (ecoregion) +0.239604 aapg_ad_785.html aapg_ad_785.html:612:65702:65710 Fountain Colorado Springs, Colorado +0.508698 aapg_ae_454.html aapg_ae_454.html:234:19220:19237 Bossier Cotton Valley, Louisiana +0.255936 aapg_ad_466.html aapg_ad_466.html:1340:143498:143505 Raritan Tuscaloosa, Alabama +0.496244 cspg_html_7350557114 cspg_html_7350557114:244:24993:25002 Mackenzie Mackenzie River +0.257049 aapg_ad_317.html aapg_ad_317.html:43:4754:4774 Gatesburg Pennsylvania +0.243048 cspg_html_5973552270 cspg_html_5973552270:56:7631:7660 Fort Vermilion Swan Hill, Victoria +0.24174 cspg_html_2093862169 cspg_html_2093862169:415:43653:43668 Bluff Grand Cayman +0.460284 aapg_ad_892.html aapg_ad_892.html:1004:90156:90161 Doerun Perth, Western Australia +0.398216 AMJC_html_5908077521 AMJC_html_5908077521:801:73068:73078 Notch Peak Logan, Utah +0.480568 geology_html_2384062478 geology_html_2384062478:284:27340:27346 Auburn Alabama +0.25636 aapg_ae_454.html aapg_ae_454.html:412:35446:35465 Smackover Arkansas +0.499035 aapg_ad_940.html aapg_ad_940.html:333:33104:33112 Colorado Denver +0.464899 cspg_html_3023030263 cspg_html_3023030263:48:7678:7700 Medicine Hat Lacombe, Alberta +0.905346 aapg_af_459.html aapg_af_459.html:375:42300:42323 Brushy Canyon Texas +0.468671 aapg_ah_184.html aapg_ah_184.html:536:46295:46304 Mount Ida Arkansas +0.249494 cspg_html_9435196958 cspg_html_9435196958:1021:43480:43496 Oldman Lacombe, Alberta +0.240084 sedimentology_html_2198771807 sedimentology_html_2198771807:29:2055:2063 Richland Tallahassee, Florida +0.258566 aapg_af_880.html aapg_af_880.html:650:102385:102407 Belle Plains Wichita, Kansas +0.257424 aapg_ae_873.html aapg_ae_873.html:561:64114:64120 Paluxy Goodland, Kansas +0.369202 geology_html_5376081379 geology_html_5376081379:246:20802:20823 Talkeetna Anchorage, Alaska +0.35208 aapg_aa_23.html aapg_aa_23.html:785:100853:100867 Stony Mountain Manitoba +0.456912 aapg_ae_263.html aapg_ae_263.html:73:6280:6298 Onondaga Virginia +0.263105 gsa_html_9152662653 gsa_html_9152662653:1060:94276:94284 Columbia Maryland +0.484785 gsa_html_6457388516 gsa_html_6457388516:357:29430:29439 Eel River South Bay, Los Angeles +0.255025 sedimentology_html_2017869347 sedimentology_html_2017869347:1424:74211:74224 Topanga California +0.246 cspg_html_1173833070 cspg_html_1173833070:129:15526:15534 Paskapoo Edmonton, London +0.485648 gsa_html_4432793908 gsa_html_4432793908:74:7721:7744 Newark Canyon Reno, Nevada +0.48132 aapg_ac_398.html aapg_ac_398.html:143:13776:13790 Frio Chambers County, Alabama +0.505575 aapg_ai_491.html aapg_ai_491.html:164:18973:18988 Molas Logan, Utah +0.489538 gsa_html_2441462262 gsa_html_2441462262:58:3826:3854 Green River Colorado +0.48705 gsa_html_5732664703 gsa_html_5732664703:947:92503:92531 Green River Colorado +0.72288 cspg_html_6985536436 cspg_html_6985536436:524:67015:67031 Hassel Banks Island +0.262474 aapg_ah_416.html aapg_ah_416.html:271:21449:21457 Foremost Lethbridge +0.46935 cspg_html_8438548095 cspg_html_8438548095:321:31754:31765 Belly River Edmonton, London +0.264195 aapg_ae_35.html aapg_ae_35.html:62:5929:5950 Green River Uinta Mountains +0.2604 aapg_aa_261.html aapg_aa_261.html:99:13310:13318 Columbia Victoria, British Columbia +0.49244 cspg_html_9354781888 cspg_html_9354781888:511:44873:44896 Halfway Lacombe, Alberta +0.486614 aapg_ad_2.html aapg_ad_2.html:216:31622:31633 Wissahickon Baltimore +0.2401 aapg_ad_169.html aapg_ad_169.html:229:26234:26254 Greenbrier Greenbrier (Great Smoky Mountains) +0.263682 aapg_ah_283.html aapg_ah_283.html:158:18121:18138 Cowlitz Washington (state) +0.466317 aapg_ah_160.html aapg_ah_160.html:197:25604:25610 Salina Pittsford (village), New York +0.502758 aapg_ac_714.html aapg_ac_714.html:455:52648:52672 Gypsum Spring Cheyenne, Wyoming +0.253009 aapg_ah_859.html aapg_ah_859.html:212:24929:24942 Chattahoochee Alabama +0.904352 aapg_aa_147.html aapg_aa_147.html:450:46836:46856 Stony Mountain Red River of the North +0.484568 cspg_html_9439353033 cspg_html_9439353033:31:3931:3953 Willow Creek Lacombe, Alberta +0.251904 cspg_html_9941227593 cspg_html_9941227593:11:1128:1164 Bakken Regina, Saskatchewan +0.254961 gsa_html_1412681096 gsa_html_1412681096:802:70283:70296 San Sebastian Mexico +0.44555 cspg_html_1962846283 cspg_html_1962846283:645:74043:74058 Grassy Mountain Lacombe, Alberta +0.349888 aapg_ad_234.html aapg_ad_234.html:443:43501:43528 Anahuac Shreveport, Louisiana +0.27716 aapg_ad_883.html aapg_ad_883.html:97:12014:12028 Glenwood Wisconsin +0.475915 jgeology_html_8355852976 jgeology_html_8355852976:170:11293:11301 Fountain Colorado +0.480568 aapg_af_291.html aapg_af_291.html:417:46485:46499 Lisburne Anchorage, Alaska +0.264438 aapg_aa_106.html aapg_aa_106.html:252:24674:24682 Imperial Guernsey +0.83749 aapg_ah_439.html aapg_ah_439.html:115:13369:13384 Tokio Arkansas +0.266207 aapg_ad_174.html aapg_ad_174.html:107:11841:11862 Cliff House Fruitland, Idaho +0.255987 palaios_html_4880574501 palaios_html_4880574501:32:3207:3238 Kope Cincinnati +0.253575 aapg_ac_4.html aapg_ac_4.html:85:8117:8134 Sunrise Cook Inlet +0.488482 aapg_ah_158.html aapg_ah_158.html:128:24478:24484 Cutter Bear Mountain (Connecticut) +0.259584 aapg_ac_316.html aapg_ac_316.html:26:3239:3249 Whitehorse New Mexico +0.479744 aapg_af_215.html aapg_af_215.html:13:2248:2253 Mt Lytton Mexico +0.695912 aapg_ad_98.html aapg_ad_98.html:732:69489:69496 Wasatch Logan, Utah +0.874144 aapg_ae_797.html aapg_ae_797.html:123:14068:14073 Molas Hermosa, Chicago +0.257544 cspg_html_5376629375 cspg_html_5376629375:211:24856:24874 Arctomys Canmore, Alberta +0.27606 aapg_ah_289.html aapg_ah_289.html:45:7157:7175 Monterey Baja California peninsula +0.262566 sedimentology_html_8272623948 sedimentology_html_8272623948:446:36337:36342 Crete Crete +0.250498 aapg_ad_169.html aapg_ad_169.html:504:58678:58696 Greenbrier Greenbrier (Great Smoky Mountains) +0.484295 aapg_aa_698.html aapg_aa_698.html:23:3021:3037 Muskeg Canada +0.784944 gsa_html_6423424604 gsa_html_6423424604:1738:156519:156528 Garibaldi Juan de Fuca Plate +0.245791 aapg_aa_4.html aapg_aa_4.html:69:8627:8644 Genesee Lake Erie +0.48974 aapg_ae_146.html aapg_ae_146.html:36:4220:4230 Rio Grande Coahuila +0.252504 geology_html_4615470898 geology_html_4615470898:203:17622:17626 Dean California +0.119133 aapg_aa_23.html aapg_aa_23.html:630:79280:79304 Stony Mountain Red River of the North +0.252003 AMJC_html_5421639085 AMJC_html_5421639085:95:11528:11536 Quantico Piedmont (United States) +0.482733 gsa_html_4675429437 gsa_html_4675429437:251:18235:18245 San Felipe Sonora +0.442192 aapg_ac_613.html aapg_ac_613.html:237:35930:35938 Colorado Barnes, London +0.256512 cspg_html_5892153293 cspg_html_5892153293:26:3477:3497 Blackstone Crowsnest Pass, Alberta +0.49896 sedimentology_html_4287650745 sedimentology_html_4287650745:1232:114685:114703 Frontier Cheyenne, Wyoming +0.49455 gsa_html_9717936122 gsa_html_9717936122:1146:74979:75007 Green River Colorado +0.25704 sedimentology_html_2041096405 sedimentology_html_2041096405:464:31776:31789 A-1 Carbonate Guelph +0.450036 gsa_html_1538463681 gsa_html_1538463681:456:37298:37314 Morita Sonora +0.470844 geology_html_8596179481 geology_html_8596179481:147:12073:12092 El Modeno Volcanics Glendora, California +0.263169 aapg_aa_267.html aapg_aa_267.html:128:11051:11061 Greenbrier Ohio +0.483426 aapg_ah_486.html aapg_ah_486.html:377:41924:41931 Cushing Seminole, Texas +0.25921 cspg_html_5438428738 cspg_html_5438428738:199:24707:24716 Matinenda Sault Ste. Marie, Ontario +0.253422 geology_html_1001858158 geology_html_1001858158:215:20320:20324 Bond North Atlantic Current +0.254 gsa_html_2344874044 gsa_html_2344874044:13:637:645 Colorado Denver +0.25143 aapg_ai_107.html aapg_ai_107.html:236:24139:24148 Smackover Woods County, Oklahoma +0.251923 gsa_html_6039599383 gsa_html_6039599383:797:70099:70117 Eastport Passamaquoddy Bay +0.253492 sedimentology_html_8006979411 sedimentology_html_8006979411:1430:103252:103276 Kaskapau Lacombe, Alberta +0.2496 cspg_html_3819756910 cspg_html_3819756910:21:2827:2842 Pika Bow River +0.265684 aapg_ai_846.html aapg_ai_846.html:80:11147:11163 Prairie Mandeville, Jamaica +0.491493 gsa_html_3719674999 gsa_html_3719674999:29:2796:2824 Green River Colorado +0.24549 jgeology_html_8293568246 jgeology_html_8293568246:1023:72191:72201 Washington Seattle +0.285 cspg_html_9354781888 cspg_html_9354781888:99:18397:18431 Liard Victoria, British Columbia +0.484242 aapg_ah_136.html aapg_ah_136.html:8:965:973 Virginia Delaware +0.258566 aapg_ad_337.html aapg_ad_337.html:450:48743:48747 Hall California +0.504666 aapg_ac_315.html aapg_ac_315.html:101:11510:11518 Dinwoody Cheyenne, Wyoming +0.258462 aapg_ah_4.html aapg_ah_4.html:334:53085:53100 Heath Talara Province +0.2641 aapg_aa_457.html aapg_aa_457.html:69:12150:12159 Smackover Haynesville, Louisiana +0.253967 cspg_html_9542530836 cspg_html_9542530836:29:4246:4262 Yeoman Regina, Saskatchewan +0.268812 sedimentology_html_4059876133 sedimentology_html_4059876133:875:61516:61526 Washington Seattle +0.491748 aapg_aa_960.html aapg_aa_960.html:67:6764:6768 Jelm Entrada Sandstone +0.262108 geology_html_6532523677 geology_html_6532523677:65:8333:8348 Mesaverde Logan, Utah +0.25602 sedimentology_html_5801163920 sedimentology_html_5801163920:1618:110930:110943 Hermosa Colorado +0.248997 cspg_html_8928894270 cspg_html_8928894270:68:9436:9458 Beaverhill Lacombe, Alberta +0.257554 aapg_aa_718.html aapg_aa_718.html:417:40943:40952 Tuscarora Oswego, New York +0.242514 palaios_html_7860397774 palaios_html_7860397774:938:69534:69551 La Luna Caracas +0.256928 aapg_ad_379.html aapg_ad_379.html:751:61335:61352 Todilto Colorado +0.248496 cspg_html_2170645676 cspg_html_2170645676:671:89320:89333 Madison Williston Basin +0.26765 gsa_html_3429903648 gsa_html_3429903648:651:58473:58481 Colorado Cheyenne, Wyoming +0.505393 aapg_ae_416.html aapg_ae_416.html:165:15606:15624 Vaqueros California +0.43316 aapg_ad_468.html aapg_ad_468.html:20:2608:2626 Yorktown Crisfield, Maryland +0.273493 gsa_html_1860930948 gsa_html_1860930948:285:31419:31433 Ogallala Nebraska +0.237825 aapg_ae_80.html aapg_ae_80.html:175:29789:29812 Bonneterre Illinois +0.494088 sedimentology_html_8272623948 sedimentology_html_8272623948:446:36367:36372 Crete Crete +0.267289 cspg_html_3102530088 cspg_html_3102530088:598:74584:74604 Milk River Lacombe, Alberta +0.370243 aapg_ac_333.html aapg_ac_333.html:981:118936:118954 Toroweap Grand Canyon +0.252525 cspg_html_4298557570 cspg_html_4298557570:76:12287:12305 Edmonton Red Deer, Alberta +0.46455 gsa_html_3448554349 gsa_html_3448554349:887:86509:86522 Bedford Ohio +0.37522 aapg_aa_148.html aapg_aa_148.html:29:4779:4803 Cedar Mountain Logan, Utah +0.412698 gsa_html_8398449001 gsa_html_8398449001:601:47819:47829 Bear River Bear Lake, Michigan +0.511147 aapg_ad_695.html aapg_ad_695.html:324:19738:19751 Carrizo Carrizo Springs, Texas +0.260568 gsa_html_7102550258 gsa_html_7102550258:1359:129520:129537 Kayenta Springdale, Arkansas +0.508346 cspg_html_8363357104 cspg_html_8363357104:39:5482:5490 Columbia Victoria, British Columbia +0.490049 aapg_ah_318.html aapg_ah_318.html:621:69942:69963 Eagle Shreveport, Louisiana +0.25428 aapg_ah_656.html aapg_ah_656.html:29:3168:3184 Whitehorse Sheffield station +0.752952 aapg_ad_808.html aapg_ad_808.html:1220:83029:83047 Frontier Colorado +0.247988 gsa_html_6589330144 gsa_html_6589330144:1009:91261:91267 Madrid Poland +0.26368 aapg_ae_429.html aapg_ae_429.html:32:4077:4087 San Andres Texas +0.262566 cspg_html_9689514766 cspg_html_9689514766:381:44440:44482 Bois Blanc Ontario, California +0.485888 aapg_ah_592.html aapg_ah_592.html:3:267:275 Michigan Michigan +0.47941 aapg_ad_169.html aapg_ad_169.html:224:25624:25644 Greenbrier Greenbrier (Great Smoky Mountains) +0.267288 aapg_ae_345.html aapg_ae_345.html:187:10135:10146 Eutaw Selma to Montgomery marches +0.25811 cspg_html_6542789499 cspg_html_6542789499:22:2538:2555 Cardium Lacombe, Alberta +0.262135 cspg_html_1565769407 cspg_html_1565769407:325:33221:33234 Windsor Burin, Nablus +0.498942 aapg_ac_789.html aapg_ac_789.html:56:9815:9828 Barnett Texas +0.472553 aapg_ad_930.html aapg_ad_930.html:181:19159:19170 Green River Cheyenne, Wyoming +0.478856 cspg_html_9753247638 cspg_html_9753247638:558:56797:56803 Norton New Brunswick, New Jersey +0.2495 aapg_ae_75.html aapg_ae_75.html:203:26636:26646 Rainvalley New Mexico +0.25957 aapg_ai_82.html aapg_ai_82.html:385:43160:43170 Greenbrier Pennsylvania +0.25641 aapg_aa_546.html aapg_aa_546.html:37:4246:4251 Mt Lytton Montana +0.25428 geology_html_7541694107 geology_html_7541694107:22:1362:1368 Provo Spain +0.555889 aapg_ah_180.html aapg_ah_180.html:97:10697:10717 Mahantango Catskill Mountains +0.486156 aapg_ac_588.html aapg_ac_588.html:141:21204:21210 Casper Coconino County, Arizona +0.24174 aapg_ai_999.html aapg_ai_999.html:184:13222:13245 Gypsum Spring Cheyenne, Wyoming +0.479136 aapg_aa_357.html aapg_aa_357.html:265:23914:23921 Hermosa Supai, Arizona +0.247988 aapg_ai_49.html aapg_ai_49.html:307:38494:38505 Summerville Logan, Utah +0.227529 aapg_ah_505.html aapg_ah_505.html:1960:153302:153308 Denver Denver +0.265221 aapg_ac_742.html aapg_ac_742.html:108:13119:13142 Gypsum Spring Hunting Creek +0.255348 aapg_ac_807.html aapg_ac_807.html:897:88074:88087 Chattahoochee Melbourne, Florida +0.447741 cspg_html_1464478153 cspg_html_1464478153:19:3090:3102 Rundle Victoria, British Columbia +0.505724 gsa_html_8833777630 gsa_html_8833777630:99:10712:10730 Ogallala Colorado +0.264638 gsa_html_3646882130 gsa_html_3646882130:426:40530:40536 Oregon Washington (state) +0.42488 aapg_af_128.html aapg_af_128.html:15:1655:1674 Goose Egg Guernsey +0.5016 aapg_aa_888.html aapg_aa_888.html:268:32859:32875 Guelph Lockport (city), New York +0.26163 cspg_html_7310162886 cspg_html_7310162886:171:22985:22993 Lisburne Great Britain +0.469559 aapg_ae_753.html aapg_ae_753.html:445:44030:44035 Provo Kentucky +0.501642 aapg_ac_900.html aapg_ac_900.html:427:36409:36428 Chugwater Cheyenne, Wyoming +0.26418 geology_html_4853004903 geology_html_4853004903:240:19438:19442 Fang Asia +0.267344 aapg_af_219.html aapg_af_219.html:34:4182:4194 Dakota Black Hills +0.266135 cspg_html_6306091047 cspg_html_6306091047:633:87453:87471 Pardonet Victoria, British Columbia +0.246456 cspg_html_1763727002 cspg_html_1763727002:42:7217:7224 Halfway Western world +0.461664 cspg_html_8809756626 cspg_html_8809756626:794:89211:89219 Edmonton Lacombe, Alberta +0.492804 palaios_html_7769060899 palaios_html_7769060899:41:3739:3763 Cedar Mountain Logan, Utah +0.496228 palaios_html_2399848899 palaios_html_2399848899:46:4569:4584 Eutaw Alabama +0.476451 aapg_aa_544.html aapg_aa_544.html:417:56666:56674 Converse Douglas, Isle of Man +0.247995 aapg_ah_49.html aapg_ah_49.html:244:26250:26256 Modelo San Gabriel Valley +0.260075 geology_html_7252964522 geology_html_7252964522:248:21937:21944 Hampton Virginia +0.49131 aapg_ac_289.html aapg_ac_289.html:142:11614:11627 Cotton Valley Richland, Washington +0.48786 AMJC_html_1964550508 AMJC_html_1964550508:342:43411:43432 Wills Creek Maryland +0.872127 aapg_ad_800.html aapg_ad_800.html:94:10155:10160 Eutaw Alabama +0.249194 gsa_html_4432793908 gsa_html_4432793908:98:11129:11135 Antler Reno, Nevada +0.384783 aapg_ai_980.html aapg_ai_980.html:693:61585:61599 Rierdon Cut Bank, Montana +0.23387 aapg_af_684.html aapg_af_684.html:66:7872:7891 Flournoy Salem, Oregon +0.264704 aapg_ak_97.html aapg_ak_97.html:66:7800:7812 Red Mountain Irondale, Alabama +0.5054 aapg_ad_341.html aapg_ad_341.html:208:21680:21687 Rondout Pennsylvania +0.485556 cspg_html_8298261690 cspg_html_8298261690:51:7167:7199 Peace River Lacombe, Alberta +0.261121 aapg_ai_136.html aapg_ai_136.html:202:14938:14945 Hosston Goodland, Kansas +0.474488 aapg_ad_11.html aapg_ad_11.html:51:5853:5873 Sentinel Butte Cheyenne, Wyoming +0.477087 gsa_html_1931201430 gsa_html_1931201430:1111:102165:102193 Green River Colorado +0.509229 aapg_ac_571.html aapg_ac_571.html:358:48124:48130 Oxford England +0.492012 cspg_html_6021605367 cspg_html_6021605367:12:966:986 Big Valley Colorado +0.26622 gsa_html_6814608835 gsa_html_6814608835:384:33669:33690 Cypresshead Melbourne, Florida +0.258757 aapg_ae_581.html aapg_ae_581.html:674:73788:73796 Colorado Denver +0.238576 palaios_html_5373981930 palaios_html_5373981930:711:61145:61155 Sunderland Cambridge, Massachusetts +0.270864 aapg_af_461.html aapg_af_461.html:181:16650:16684 Traverse Lake Michigan +0.256035 palaios_html_4834438637 palaios_html_4834438637:320:35925:35947 Prince Creek Anchorage, Alaska +0.261117 gsa_html_4946611079 gsa_html_4946611079:27:2384:2392 Colorado Denver +0.501264 aapg_ac_629.html aapg_ac_629.html:570:69360:69370 Citronelle Citronelle, Alabama +0.252494 AMJC_html_1964550508 AMJC_html_1964550508:597:70589:70598 Gatesburg Western world +0.251502 jgeology_html_5764582297 jgeology_html_5764582297:855:61889:61897 Columbia Victoria, British Columbia +0.250805 aapg_ad_2.html aapg_ad_2.html:166:22992:23000 Catoctin Virginia +0.488814 geology_html_4965715689 geology_html_4965715689:11:477:483 Oregon Salem, Oregon +0.479108 gsa_html_4930932370 gsa_html_4930932370:858:88168:88186 Virginia Sudbury, Suffolk +0.26367 geology_html_6902243889 geology_html_6902243889:135:13106:13125 Zabriskie Quartzite Mojave Desert +0.471592 aapg_ae_3.html aapg_ae_3.html:252:36163:36171 Colorado Cheyenne, Wyoming +0.484389 aapg_ae_917.html aapg_ae_917.html:175:18009:18016 Minturn Eagle River, Alaska +0.253456 geology_html_2693298548 geology_html_2693298548:290:26316:26322 Pueblo Colorado +0.265209 aapg_ad_564.html aapg_ad_564.html:8190:734745:734765 Point Loma California +0.677832 palaios_html_6100595217 palaios_html_6100595217:62:6432:6455 Moodys Branch Lisbon +0.25179 aapg_ae_180.html aapg_ae_180.html:70:8539:8555 Dakota Benton, Arkansas +0.236572 cspg_html_4768933240 cspg_html_4768933240:85:7226:7233 Madison Regina, Saskatchewan +0.473984 aapg_ah_96.html aapg_ah_96.html:509:59808:59822 Winnipeg Burgen, Bernkastel-Wittlich +0.24651 gsa_html_1266138577 gsa_html_1266138577:221:19134:19140 Poleta Salinas Valley +0.497276 cspg_html_4010530611 cspg_html_4010530611:75:10842:10848 Shunda Moose Mountain (Alberta) +0.4896 gsa_html_6739865012 gsa_html_6739865012:60:4616:4644 Green River New Mexico +0.702468 gsa_html_9266920022 gsa_html_9266920022:516:57730:57758 Smackover Alabama +0.49608 cspg_html_4338314003 cspg_html_4338314003:424:47444:47460 Viking Lacombe, Alberta +0.488002 cspg_html_9275863663 cspg_html_9275863663:99:14212:14231 Waterways Lacombe, Alberta +0.488698 aapg_aa_208.html aapg_aa_208.html:261:28237:28247 Maravillas New Mexico +0.510614 gsa_html_9234241458 gsa_html_9234241458:1003:70420:70448 Green River New Mexico +0.26214 gsa_html_7151930388 gsa_html_7151930388:1256:95675:95685 Rancheria Albuquerque, New Mexico +0.50445 aapg_ah_335.html aapg_ah_335.html:469:60895:60905 Pottsville Huntington, West Virginia +0.49348 aapg_af_16.html aapg_af_16.html:56:6925:6936 Mowry Niobrara, Nebraska +0.25344 aapg_ad_784.html aapg_ad_784.html:308:34726:34731 Sespe Simi Valley, California +0.482384 gsa_html_3985921234 gsa_html_3985921234:770:60944:60948 Wise San Diego +0.26145 cspg_html_4403434336 cspg_html_4403434336:243:27728:27746 Read Bay Canadian Arctic Archipelago +0.50208 cspg_html_4666332434 cspg_html_4666332434:107:18432:18444 Medicine Hat Regina, Saskatchewan +0.464616 aapg_ah_757.html aapg_ah_757.html:1038:62088:62101 Madison Logan, Utah +0.489005 aapg_ac_473.html aapg_ac_473.html:27:4143:4163 Phosphoria Logan, Utah +0.251446 aapg_af_143.html aapg_af_143.html:161:16621:16635 China Mountain Elk River, Minnesota +0.249984 gsa_html_9181545711 gsa_html_9181545711:625:61083:61092 Ingleside Middle East +0.270738 aapg_ae_354.html aapg_ae_354.html:162:15844:15852 Niobrara Niobrara, Nebraska +0.248948 cspg_html_9439353033 cspg_html_9439353033:23:2336:2375 Willow Creek Lacombe, Alberta +0.268323 cspg_html_5515814749 cspg_html_5515814749:270:34804:34826 Judith River Calgary +0.245016 aapg_ac_477.html aapg_ac_477.html:30:3825:3842 Wapiabi Colorado +0.250498 jgeology_html_3353186896 jgeology_html_3353186896:1377:106746:106822 Pinto Mojave Desert +0.48034 aapg_aa_634.html aapg_aa_634.html:15:2189:2195 Brazil Chile +0.253512 geology_html_5486535781 geology_html_5486535781:107:11660:11676 Animas New Mexico +0.2548 gsa_html_7442738603 gsa_html_7442738603:1698:154348:154376 Green River Colorado +0.837144 aapg_aa_544.html aapg_aa_544.html:94:12167:12187 Minnekahta Black Hills +0.484692 aapg_aa_379.html aapg_aa_379.html:64:7140:7151 Monongahela Monongahela, Pennsylvania +0.456579 cspg_html_9330018201 cspg_html_9330018201:272:35527:35542 Gladstone Elko, Nevada +0.43056 cspg_html_8089302449 cspg_html_8089302449:395:68733:68749 Dawson Bay Regina, Saskatchewan +0.487341 aapg_ai_584.html aapg_ai_584.html:492:49208:49224 Broom Creek Cheyenne, Wyoming +0.463504 cspg_html_6647936472 cspg_html_6647936472:449:45697:45712 Elk Regina, Saskatchewan +0.494132 aapg_af_353.html aapg_af_353.html:25:3598:3626 Vaqueros Santa Monica Mountains +0.496683 gsa_html_1337782073 gsa_html_1337782073:91:8998:9021 Gile Mountain Connecticut River Valley +0.507501 aapg_ae_324.html aapg_ae_324.html:1460:140555:140563 Moccasin Chambersburg, Pennsylvania +0.256928 aapg_ai_836.html aapg_ai_836.html:388:39455:39477 Sierra German South-West Africa +0.481222 aapg_af_469.html aapg_af_469.html:747:75355:75361 Denver Colorado +0.26565 palaios_html_3147050698 palaios_html_3147050698:1159:97893:97902 San Diego California +0.827118 cspg_html_9828997823 cspg_html_9828997823:193:17488:17498 Mount Head Lacombe, Alberta +0.49851 aapg_ah_157.html aapg_ah_157.html:236:33192:33209 Edgewood Illinois +0.250368 aapg_ae_473.html aapg_ae_473.html:512:48292:48301 Catahoula Western world +0.275878 palaios_html_6411384130 palaios_html_6411384130:19:1178:1188 Florissant Florissant, Colorado +0.259979 cspg_html_3016068951 cspg_html_3016068951:187:19836:19853 Prairie Regina, Saskatchewan +0.25088 aapg_ad_732.html aapg_ad_732.html:744:95141:95148 Temblor California +0.257346 gsa_html_5865982995 gsa_html_5865982995:599:65366:65373 Challis Absaroka +0.474472 cspg_html_5995140321 cspg_html_5995140321:192:19040:19048 Columbia Lake Ontario +0.245478 geology_html_4913268241 geology_html_4913268241:132:13983:13988 Cadiz Lisbon +0.258055 aapg_ah_645.html aapg_ah_645.html:102:13549:13554 Piper Williston, Vermont +0.265216 cspg_html_9912281240 cspg_html_9912281240:83:11332:11349 Belly River Lacombe, Alberta +0.25856 cspg_html_5358383351 cspg_html_5358383351:22:2933:2953 Windsor Bridgetown, Nova Scotia +0.26061 cspg_html_3187264334 cspg_html_3187264334:492:55157:55174 Cardium Lacombe, Alberta +0.49601 gsa_html_7527938354 gsa_html_7527938354:67:4964:4992 Green River Colorado +0.266231 aapg_ad_564.html aapg_ad_564.html:8278:747390:747410 Tuscaloosa Mexico +0.461648 jgeology_html_8494933343 jgeology_html_8494933343:478:37367:37378 Green River Colorado +0.246973 cspg_html_8227554214 cspg_html_8227554214:325:35247:35252 Mabou Cumberland, Maryland +0.265144 sedimentology_html_6302405335 sedimentology_html_6302405335:1085:86282:86297 Mesaverde Colorado +0.491667 aapg_ai_890.html aapg_ai_890.html:103:11911:11924 Jordan Bornholm +0.247835 gsa_html_4113859081 gsa_html_4113859081:84:7810:7822 Independence California Water Wars +0.257033 sedimentology_html_5481850111 sedimentology_html_5481850111:678:40932:40936 Lane Chandler, Arizona +0.252928 cspg_html_8438548095 cspg_html_8438548095:331:33092:33107 Edmonton Red Deer, Alberta +0.48864 aapg_af_449.html aapg_af_449.html:137:17091:17116 Santa Margarita California +0.466683 sedimentology_html_3449233333 sedimentology_html_3449233333:211:19578:19585 Canning Perth, Western Australia +0.25905 aapg_ae_789.html aapg_ae_789.html:355:41901:41913 Wabamun Edmonton, London +0.496961 gsa_html_8086754950 gsa_html_8086754950:222:25425:25446 Fort Union Wasatch Range +0.249001 gsa_html_4067767548 gsa_html_4067767548:287:27566:27585 Hillabee Greenstone Durham, North Carolina +0.267264 aapg_ai_473.html aapg_ai_473.html:23:3122:3127 Price Logan, Utah +0.256985 aapg_ac_889.html aapg_ac_889.html:66:7009:7028 Hermitage Middle Ordovician +0.253456 aapg_ai_801.html aapg_ai_801.html:198:20841:20861 Phosphoria North Carolina +0.44793 cspg_html_5981094114 cspg_html_5981094114:112:17123:17131 Colorado Denver +0.484295 cspg_html_5497811468 cspg_html_5497811468:105:14399:14415 Yeoman Regina, Saskatchewan +0.496164 sedimentology_html_8652763963 sedimentology_html_8652763963:532:30495:30501 Provo Africa +0.286176 aapg_af_854.html aapg_af_854.html:997:140399:140405 Warsaw Salem, Massachusetts +0.351728 cspg_html_9343899465 cspg_html_9343899465:745:68819:68835 Strathcona Fiord Ellesmere Island +0.453348 aapg_ai_615.html aapg_ai_615.html:7:318:346 Ross Golden, Colorado +0.255488 geology_html_2345977738 geology_html_2345977738:328:27674:27695 Lawrence Canada +0.533092 aapg_ah_619.html aapg_ah_619.html:67:8032:8038 Dakota Denver +0.252984 aapg_ai_105.html aapg_ai_105.html:517:62114:62134 Manning Canyon Oquirrh Mountain Utah Temple +0.24327 cspg_html_2193428533 cspg_html_2193428533:201:24979:25009 Doig Victoria, British Columbia +0.263572 sedimentology_html_3200584564 sedimentology_html_3200584564:723:58128:58146 Cardium Antarctica +0.486758 aapg_ah_871.html aapg_ah_871.html:422:46355:46360 Chazy Black River, Jamaica +0.267582 aapg_ad_683.html aapg_ad_683.html:498:50598:50614 Kaibab Grand Canyon +0.661006 aapg_ad_169.html aapg_ad_169.html:301:35187:35202 Bluefield Huntington, West Virginia +0.50592 aapg_aa_856.html aapg_aa_856.html:71:5265:5274 Smackover Arkansas +0.490116 aapg_ah_847.html aapg_ah_847.html:83:9604:9626 Hornerstown Monmouth County, New Jersey +0.4712 gsa_html_9843405750 gsa_html_9843405750:1188:119343:119352 Extension Iran +0.501642 aapg_ac_807.html aapg_ac_807.html:793:78414:78434 Middendorf North Carolina +0.695683 geology_html_8807787667 geology_html_8807787667:139:14490:14506 Eureka Quartzite Reno, Nevada +0.470208 gsa_html_5813911420 gsa_html_5813911420:23:1858:1864 Sierra Western world +0.249975 aapg_ae_904.html aapg_ae_904.html:447:46484:46491 Laramie Black Hills +0.252865 aapg_ac_613.html aapg_ac_613.html:185:29109:29124 Mesaverde San Juan, Argentina +0.35928 aapg_ad_575.html aapg_ad_575.html:298:37739:37757 Norphlet Alabama +0.260568 cspg_html_8057060038 cspg_html_8057060038:141:16958:16967 Gog Horseshoe Lake, Arkansas +0.269592 aapg_ac_984.html aapg_ac_984.html:102:8578:8588 Eau Claire Illinois +0.27136 aapg_af_562.html aapg_af_562.html:68:9349:9359 Tuscaloosa Tuscaloosa, Alabama +0.4862 aapg_ah_311.html aapg_ah_311.html:19:3127:3149 White River Fort Union Trading Post National Historic Site +0.463112 cspg_html_8891363498 cspg_html_8891363498:112:10838:10856 Michelle Reno, Nevada +0.2575 aapg_aa_623.html aapg_aa_623.html:58:6761:6782 Belly River Lacombe, Alberta +0.487494 gsa_html_7088163853 gsa_html_7088163853:29:2796:2824 Green River Colorado +0.247835 aapg_ac_65.html aapg_ac_65.html:853:69897:69905 Colorado Tenmile Range +0.252928 cspg_html_6306091047 cspg_html_6306091047:19:3376:3384 Columbia Victoria, British Columbia +0.50076 cspg_html_7409170811 cspg_html_7409170811:351:53456:53477 Exshaw Jura Mountains +0.362112 aapg_ad_958.html aapg_ad_958.html:512:50784:50791 Hampton Iowa +0.493654 aapg_ac_535.html aapg_ac_535.html:324:28100:28117 Cardium Lacombe, Alberta +0.250952 cspg_html_6252417471 cspg_html_6252417471:417:60983:61009 Rockdale Milam County, Texas +0.487705 aapg_ai_344.html aapg_ai_344.html:6:853:870 Laketown Dolomite Great Basin +0.28917 aapg_af_26.html aapg_af_26.html:250:21142:21159 Spencer Corvallis, Oregon +0.43602 cspg_html_3102530088 cspg_html_3102530088:75:10546:10567 Milk River Lacombe, Alberta +0.491303 aapg_af_90.html aapg_af_90.html:44:7840:7861 Wood Canyon California +0.483406 aapg_ac_965.html aapg_ac_965.html:729:78834:78853 Manlius Florida Bay +0.508592 gsa_html_3889478723 gsa_html_3889478723:29:2796:2824 Green River New Mexico +0.233662 aapg_ai_906.html aapg_ai_906.html:310:45303:45309 Oxford Sicily +0.495645 aapg_ae_983.html aapg_ae_983.html:666:49571:49583 Marble Falls Texas +0.458325 cspg_html_3447886929 cspg_html_3447886929:54:7179:7197 Goose Tickle Canada +0.2555 geology_html_5392800991 geology_html_5392800991:128:12528:12547 Port Hood Sydney Basin +0.380808 aapg_ai_763.html aapg_ai_763.html:67:8870:8883 Cotton Valley East Texas +0.496 geology_html_9417446032 geology_html_9417446032:40:4177:4183 Bethel South Africa +0.822645 aapg_ai_388.html aapg_ai_388.html:325:34376:34390 Mesaverde Wasatch Range +0.25653 aapg_ah_49.html aapg_ah_49.html:141:16437:16444 Castaic San Gabriel Valley +0.254007 sedimentology_html_9227563678 sedimentology_html_9227563678:1691:95497:95521 Victoria Uruguay +0.25296 cspg_html_4433937749 cspg_html_4433937749:48:7230:7246 Viking Lacombe, Alberta +0.260096 aapg_af_2.html aapg_af_2.html:609:61114:61129 Ouray Colorado +0.243542 cspg_html_3740794265 cspg_html_3740794265:365:40980:40997 Bluesky Victoria, British Columbia +0.265728 aapg_aa_793.html aapg_aa_793.html:446:56846:56866 Fort Union Cheyenne, Wyoming +0.475566 geology_html_1035667905 geology_html_1035667905:12:691:701 Pittsburgh Pennsylvania +0.268275 aapg_af_699.html aapg_af_699.html:281:26357:26363 Banner Cheyenne, Wyoming +0.369675 cspg_html_9343899465 cspg_html_9343899465:1764:143698:143702 Fram Ellesmere Island +0.238602 aapg_ah_489.html aapg_ah_489.html:53:4954:4961 Genesee Middlesex +0.465588 gsa_html_2729737430 gsa_html_2729737430:513:53593:53611 Teewinot Grand Valley (Colorado) +0.262208 aapg_ah_430.html aapg_ah_430.html:187:13589:13597 Morrison Colorado Springs, Colorado +0.679248 aapg_ai_688.html aapg_ai_688.html:385:41679:41695 Salina Huntington, West Virginia +0.249194 palaios_html_9789679615 palaios_html_9789679615:570:65667:65685 Javelina Texas +0.254925 cspg_html_4666332434 cspg_html_4666332434:64:10594:10611 Bearpaw Judith River Formation +0.27398 aapg_ad_466.html aapg_ad_466.html:928:100104:100112 Navesink Mount Laurel Township, New Jersey +0.47787 aapg_af_2.html aapg_af_2.html:523:57069:57093 Arroyo New Mexico +0.266662 aapg_ak_97.html aapg_ak_97.html:9:999:1021 Red Mountain Alabama +0.246865 AMJC_html_7984049819 AMJC_html_7984049819:707:75894:75911 Berwick Hartford, Connecticut +0.24939 aapg_ac_730.html aapg_ac_730.html:233:32387:32394 Kayenta Salina, Kansas +0.25758 aapg_ac_90.html aapg_ac_90.html:235:31608:31624 Navajo Logan, Utah +0.550264 aapg_ah_823.html aapg_ah_823.html:155:16126:16151 Mission Canyon Nottinghamshire +0.485706 sedimentology_html_2339468027 sedimentology_html_2339468027:26:1882:1890 Colorado Athens, Georgia +0.491533 aapg_af_479.html aapg_af_479.html:683:72703:72721 Cabrillo California +0.512244 cspg_html_9843429624 cspg_html_9843429624:8:479:512 Redknife Victoria, British Columbia +0.354564 gsa_html_2758185504 gsa_html_2758185504:77:8012:8032 Fort Union Knife River +0.491384 jgeology_html_2074544204 jgeology_html_2074544204:158:8218:8225 Potomac Appalachia +0.487026 geology_html_8604941795 geology_html_8604941795:11:549:559 Washington Seattle +0.255972 cspg_html_6306091047 cspg_html_6306091047:615:84554:84563 Baldonnel Canada +0.4522 aapg_aa_267.html aapg_aa_267.html:113:9778:9788 Greenbrier Huntington, West Virginia +0.259811 cspg_html_9872589627 cspg_html_9872589627:36:4560:4577 Halfway Victoria, British Columbia +0.243045 cspg_html_8649903682 cspg_html_8649903682:72:9352:9366 Graneros Cheyenne, Wyoming +0.521431 sedimentology_html_3455721661 sedimentology_html_3455721661:319:24394:24401 Todilto Entrada Sandstone +0.4864 gsa_html_8504301160 gsa_html_8504301160:66:4852:4880 Green River Colorado +0.246813 aapg_ae_974.html aapg_ae_974.html:330:33839:33843 Frio Rio Grande City, Texas +0.237524 AMJC_html_4486401509 AMJC_html_4486401509:34:3392:3404 Pinal Schist Arizona +0.499671 aapg_ad_580.html aapg_ad_580.html:425:52564:52584 Fort Union Cheyenne, Wyoming +0.254178 aapg_af_551.html aapg_af_551.html:33:3423:3434 Lake Valley Rift Valley lakes +0.481707 aapg_ad_318.html aapg_ad_318.html:181:24040:24052 Salina Ohio +0.476844 aapg_aa_15.html aapg_aa_15.html:24:3172:3190 Jackson Jackson, Mississippi +0.504753 aapg_aa_740.html aapg_aa_740.html:7:944:959 Darby Cheyenne, Wyoming +0.26643 gsa_html_8241338635 gsa_html_8241338635:277:27220:27247 Moenkopi Coconino County, Arizona +0.255021 cspg_html_7093237629 cspg_html_7093237629:743:80405:80425 Swan Hills Canada +0.21476 aapg_ac_331.html aapg_ac_331.html:120:19771:19802 Lizard Springs Trinidad and Tobago +0.489599 aapg_ae_173.html aapg_ae_173.html:352:24702:24708 Moscow Russia +0.481418 aapg_aa_598.html aapg_aa_598.html:441:40180:40189 Chugwater Cheyenne, Wyoming +0.510576 cspg_html_8525917094 cspg_html_8525917094:237:30514:30529 Swift Lacombe, Alberta +0.505479 gsa_html_4064231443 gsa_html_4064231443:62:5047:5075 Green River Colorado +0.24786 cspg_html_2734588863 cspg_html_2734588863:198:22095:22122 Prairie Regina, Saskatchewan +0.258542 aapg_ah_421.html aapg_ah_421.html:204:16254:16278 St. Mary River Edmonton, London +0.262654 aapg_aa_148.html aapg_aa_148.html:12:2255:2267 Cedar Mountain Logan, Utah +0.27081 aapg_ae_610.html aapg_ae_610.html:332:26864:26884 San Andres New Mexico +0.26061 palaios_html_8029736168 palaios_html_8029736168:722:71675:71697 Prince Creek Anchorage, Alaska +0.482816 cspg_html_7881580279 cspg_html_7881580279:282:35944:35960 Yeoman Regina, Saskatchewan +0.521625 aapg_aa_105.html aapg_aa_105.html:273:29512:29523 Belly River Edmonton, London +0.247835 aapg_ad_3.html aapg_ad_3.html:381:35691:35707 Chazy Middle Ordovician +0.824415 aapg_ai_581.html aapg_ai_581.html:68:6500:6525 Lakota Black Hills +0.467857 aapg_af_370.html aapg_af_370.html:34:5334:5351 Repetto Ventura County, California +0.48096 aapg_ae_999.html aapg_ae_999.html:586:77404:77409 Tampa Tampa, Florida +0.256985 aapg_ae_745.html aapg_ae_745.html:576:68411:68417 Kodiak Anchorage, Alaska +0.45458 gsa_html_4216613284 gsa_html_4216613284:85:8960:8971 Uncompahgre Kaibab, Arizona +0.265189 jgeology_html_1095412310 jgeology_html_1095412310:111:5149:5166 Manlius Schoharie Creek +0.48576 aapg_ad_169.html aapg_ad_169.html:270:31472:31490 Greenbrier Greenbrier (Great Smoky Mountains) +0.491824 aapg_ai_17.html aapg_ai_17.html:745:52102:52111 Vicksburg Rapides Parish, Louisiana +0.485811 aapg_ad_173.html aapg_ad_173.html:751:67012:67031 Chugwater Cheyenne, Wyoming +0.255348 aapg_aa_682.html aapg_aa_682.html:615:62329:62353 Bonner Springs Crowley, Louisiana +0.25245 aapg_ah_600.html aapg_ah_600.html:21:2119:2127 Woodbine Paluxy, Texas +0.484124 sedimentology_html_6202186213 sedimentology_html_6202186213:721:58081:58086 Yukon Canada +0.493221 aapg_ai_687.html aapg_ai_687.html:1118:119779:119785 Brazil Gulf of Guinea +0.487341 aapg_ad_267.html aapg_ad_267.html:91:8554:8577 Cotton Valley Haynesville, Louisiana +0.491441 aapg_ah_231.html aapg_ah_231.html:32:2962:2967 Sligo Paluxy, Texas +0.283008 aapg_ae_915.html aapg_ae_915.html:206:16746:16764 Niobrara Niobrara, Nebraska +0.496244 aapg_ac_414.html aapg_ac_414.html:257:31656:31676 Phosphoria Cheyenne, Wyoming +0.253391 palaios_html_3855840708 palaios_html_3855840708:388:33837:33845 Colorado Florissant, Colorado +0.261021 aapg_ai_31.html aapg_ai_31.html:81:8655:8670 Vicksburg Mississippi River +0.23937 aapg_ai_399.html aapg_ai_399.html:150:15710:15723 Porters Creek Tuscaloosa, Alabama +0.471885 sedimentology_html_3238300064 sedimentology_html_3238300064:1547:101501:101521 Clearwater Canada +0.49726 aapg_ae_706.html aapg_ae_706.html:93:9154:9168 Rome Saltville, Virginia +0.272484 aapg_ad_2.html aapg_ad_2.html:1231:168283:168300 Martinsburg Steelton, Pennsylvania +0.369138 aapg_ad_145.html aapg_ad_145.html:34:3893:3920 Moenkopi San Rafael Swell +0.274052 aapg_ae_113.html aapg_ae_113.html:104:13689:13709 Peel Wales Island (British Columbia) +0.510433 aapg_ad_2.html aapg_ad_2.html:815:115233:115246 Conococheague Trempealeau, Wisconsin +0.255474 aapg_ac_910.html aapg_ac_910.html:410:34229:34235 Sierra Coahuila +0.268308 aapg_aa_697.html aapg_aa_697.html:126:13878:13911 Stettler Lacombe, Alberta +0.256432 gsa_html_4930932370 gsa_html_4930932370:249:24531:24539 Michigan Sudbury, Suffolk +0.452621 aapg_af_939.html aapg_af_939.html:33:4076:4097 Sweetland Creek Iowa +0.257424 cspg_html_7028413504 cspg_html_7028413504:466:50516:50551 Keg River Lacombe, Alberta +0.48597 gsa_html_5712812305 gsa_html_5712812305:706:66700:66706 Oregon Salem, Oregon +0.493388 aapg_ah_521.html aapg_ah_521.html:350:39015:39022 Carrizo Appalachia +0.496228 palaios_html_4501603736 palaios_html_4501603736:187:18255:18273 Moenkopi Reno, Nevada +0.462205 aapg_ac_289.html aapg_ac_289.html:53:6115:6123 Saratoga Cotton Valley, Louisiana +0.261948 aapg_ae_444.html aapg_ae_444.html:242:23806:23812 Casper Cheyenne, Wyoming +0.260096 aapg_ae_641.html aapg_ae_641.html:70:8422:8429 Rapides Calcasieu Parish, Louisiana +0.266087 aapg_ah_62.html aapg_ah_62.html:98:13306:13322 Cabot Head Manitoulin Island +0.24696 aapg_aa_796.html aapg_aa_796.html:81:9217:9225 Columbia Lacombe, Alberta +0.263662 aapg_ai_187.html aapg_ai_187.html:84:9973:9988 Lance Cheyenne, Wyoming +0.239604 jgeology_html_9033080750 jgeology_html_9033080750:526:42141:42160 Esperanza Middle East +0.473641 aapg_af_854.html aapg_af_854.html:881:124962:124971 Aux Vases Illinois +0.259739 aapg_ai_278.html aapg_ai_278.html:477:64368:64385 Cypress Melbourne, Florida +0.505724 cspg_html_3521815736 cspg_html_3521815736:432:59919:59926 Halfway Lacombe, Alberta +0.2485 aapg_ac_333.html aapg_ac_333.html:280:36719:36723 Rico Cataract Canyon +0.530491 aapg_ah_329.html aapg_ah_329.html:282:27753:27767 Monterey Monterey, California +0.256432 aapg_ad_42.html aapg_ad_42.html:256:26166:26184 Edmonton Lacombe, Alberta +0.499422 gsa_html_2221617552 gsa_html_2221617552:60:4545:4573 Green River Colorado +0.248745 cspg_html_2873888604 cspg_html_2873888604:205:31928:31950 Charlie Lake Victoria, British Columbia +0.283316 aapg_ae_278.html aapg_ae_278.html:998:104902:104906 Java Sumatra +0.253506 aapg_aa_39.html aapg_aa_39.html:15:2214:2224 Rio Grande San Juan River (Nicaragua) +0.24752 palaios_html_5264377288 palaios_html_5264377288:184:16271:16291 Chickaloon Anchorage, Alaska +0.249318 aapg_ae_874.html aapg_ae_874.html:92:10681:10699 Woodbine East Texas +0.24252 aapg_ac_788.html aapg_ac_788.html:101:15723:15748 Barnett Wise County, Virginia +0.27454 aapg_ah_555.html aapg_ah_555.html:96:9927:9937 Georgetown Caldwell County, North Carolina +0.48888 sedimentology_html_1463603507 sedimentology_html_1463603507:849:61805:61815 Bear River Boise, Idaho +0.480168 geology_html_5972436991 geology_html_5972436991:14:873:883 Washington Washington (state) +0.470322 aapg_ae_280.html aapg_ae_280.html:94:11457:11461 Leon Perrysburg, Ohio +0.472758 aapg_ai_716.html aapg_ai_716.html:11:1433:1448 Woodford Bartlesville, Oklahoma +0.250985 aapg_ac_575.html aapg_ac_575.html:588:88636:88640 Word Texas +0.504328 cspg_html_4056366713 cspg_html_4056366713:354:57157:57165 Montreal Arctic Cordillera +0.49521 jgeology_html_5435533156 jgeology_html_5435533156:453:31201:31210 Frankfort Schenectady, New York +0.495645 aapg_ah_555.html aapg_ah_555.html:86:8754:8761 Hosston County Sligo +0.249368 aapg_ai_119.html aapg_ai_119.html:81:8867:8881 Bedford Pennsylvania +0.49179 aapg_ae_233.html aapg_ae_233.html:50:6302:6313 Clinchfield Ocala, Florida +0.248472 aapg_ai_621.html aapg_ai_621.html:44:8027:8033 Sierra West, Texas +0.234192 aapg_ad_597.html aapg_ad_597.html:229:27392:27399 Grimsby Norfolk County, Ontario +0.490716 cspg_html_1784868850 cspg_html_1784868850:467:45652:45661 Mackenzie Victoria, British Columbia +0.4992 cspg_html_5541937700 cspg_html_5541937700:1104:121395:121411 Viking Lacombe, Alberta +0.258552 aapg_ac_881.html aapg_ac_881.html:305:36152:36169 Manitou Missouri River +0.49179 geology_html_3353189632 geology_html_3353189632:303:26508:26522 Rockwell East Palo Alto, California +0.500325 aapg_ai_607.html aapg_ai_607.html:41:2088:2107 Morehouse Middle East +0.26162 cspg_html_1296564271 cspg_html_1296564271:408:43568:43576 Michigan Ontario, California +0.479259 aapg_aa_712.html aapg_aa_712.html:117:14381:14389 Starved Rock Hennepin, Illinois +0.273333 aapg_ad_696.html aapg_ad_696.html:142:15125:15131 Weches Charlotte, North Carolina +0.374405 aapg_af_263.html aapg_af_263.html:31:4769:4789 Otto Fiord Ellesmere Island +0.24638 gsa_html_7464626519 gsa_html_7464626519:988:91644:91652 Colorado Cheyenne, Wyoming +0.891136 aapg_af_397.html aapg_af_397.html:238:29505:29512 Entrada Entrada Sandstone +0.50615 aapg_ad_803.html aapg_ad_803.html:81:7586:7596 Las Animas Colorado +0.485052 aapg_ah_647.html aapg_ah_647.html:156:15292:15304 El Paso El Paso, Texas +0.258552 aapg_ai_153.html aapg_ai_153.html:95:16129:16138 Conemaugh Pittsburgh +0.460955 jgeology_html_6990146451 jgeology_html_6990146451:320:21653:21661 Virginia Knoxville, Tennessee +0.269072 cspg_html_6306091047 cspg_html_6306091047:354:51104:51113 Baldonnel Victoria, British Columbia +0.26061 palaios_html_3823690862 palaios_html_3823690862:1155:64261:64267 Brazil Switzerland +0.254012 sedimentology_html_4109585061 sedimentology_html_4109585061:61:6609:6615 Brazil Sweden +0.509082 aapg_ae_973.html aapg_ae_973.html:656:49029:49039 San Andres Delaware +0.261522 gsa_html_3613642206 gsa_html_3613642206:690:65575:65585 Washington Seattle +0.49192 aapg_ac_366.html aapg_ac_366.html:67:9439:9459 Shawangunk Pennsylvania +0.4655 aapg_ah_260.html aapg_ah_260.html:376:51379:51398 Flagstaff Indianola, Iowa +0.475 cspg_html_6527882366 cspg_html_6527882366:13:1355:1379 Athabasca Regina, Saskatchewan +0.51418 aapg_ac_198.html aapg_ac_198.html:311:26337:26353 Mt Lytton Texas +0.496513 cspg_html_4103411715 cspg_html_4103411715:512:51914:51930 Viking Canada +0.509694 aapg_aa_626.html aapg_aa_626.html:369:38039:38045 Jordan Delaware +0.497424 sedimentology_html_2101234011 sedimentology_html_2101234011:801:50046:50054 Columbia Victoria, British Columbia +0.266562 geology_html_2181785127 geology_html_2181785127:25:1366:1374 Montreal Earth +0.261576 cspg_html_2929384614 cspg_html_2929384614:44:6837:6845 Columbia Lacombe, Alberta +0.500681 geology_html_5526435496 geology_html_5526435496:182:15933:15953 Fort Union Cheyenne, Wyoming +0.262636 geology_html_6392821947 geology_html_6392821947:319:26446:26452 Oregon Washington (state) +0.474112 aapg_ad_11.html aapg_ad_11.html:93:12533:12553 Sentinel Butte Almont, Michigan +0.25857 cspg_html_7777724998 cspg_html_7777724998:231:32769:32777 Bellevue Bellevue, Nebraska +0.512487 gsa_html_3586037273 gsa_html_3586037273:968:93632:93660 Green River Colorado +0.263153 gsa_html_3445493534 gsa_html_3445493534:334:39008:39021 Santa Barbara Hondo, Texas +0.259318 gsa_html_2713524768 gsa_html_2713524768:708:64601:64627 Monterey California +0.470352 aapg_af_975.html aapg_af_975.html:110:17620:17628 Colorado Denver +0.25959 jgeology_html_4305195651 jgeology_html_4305195651:836:88796:88807 Mauch Chunk Carbon County, Wyoming +0.510485 aapg_ae_574.html aapg_ae_574.html:302:42039:42045 Denver Colorado +0.240434 aapg_ai_94.html aapg_ai_94.html:410:46429:46435 Sierra Piedras Negras (Maya site) +0.4902 sedimentology_html_8370931987 sedimentology_html_8370931987:33:2040:2048 Michigan Germany +0.236493 cspg_html_4392308496 cspg_html_4392308496:336:46800:46825 Bonaventure Nashville Basin +0.23829 cspg_html_3008414459 cspg_html_3008414459:242:31851:31867 Mt Lytton Milk River, Alberta +0.47988 aapg_aa_976.html aapg_aa_976.html:232:28055:28059 Lane Plattsburg, Missouri +0.247296 aapg_ai_321.html aapg_ai_321.html:173:24137:24145 San Luis Rio de Janeiro +0.497896 aapg_ae_220.html aapg_ae_220.html:199:21513:21532 Smackover Columbia Country +0.488889 gsa_html_3387611512 gsa_html_3387611512:1634:152604:152632 Green River New Mexico +0.458367 aapg_ah_521.html aapg_ah_521.html:377:43586:43596 Rio Grande Mexico +0.449595 aapg_af_377.html aapg_af_377.html:25:3402:3408 Denver Saskatoon +0.260019 cspg_html_2094634763 cspg_html_2094634763:267:34264:34278 Ellerslie Lacombe, Alberta +0.497721 cspg_html_3129231627 cspg_html_3129231627:44:6093:6112 Allen Bay Little Cornwallis Island +0.183596 aapg_ad_648.html aapg_ad_648.html:234:27871:27889 Niobrara Colorado +0.5082 palaios_html_5582845937 palaios_html_5582845937:322:32714:32721 Hampton Virginia +0.48598 cspg_html_3740794265 cspg_html_3740794265:433:44596:44613 Bluesky Lacombe, Alberta +0.27195 aapg_ae_147.html aapg_ae_147.html:51:6260:6266 Modelo Royal Botanic Gardens, Kew +0.4848 aapg_ai_899.html aapg_ai_899.html:120:12952:12977 Whitsett Texas +0.246973 cspg_html_8021635994 cspg_html_8021635994:341:37913:37921 Woodbend Western Canadian Sedimentary Basin +0.255016 sedimentology_html_8594924487 sedimentology_html_8594924487:600:36663:36669 Brazil Ouro Preto do Oeste +0.483912 cspg_html_4256688574 cspg_html_4256688574:39:4863:4878 Banff Lacombe, Alberta +0.481222 aapg_ak_10.html aapg_ak_10.html:40:4970:5002 Matemateaonga New Plymouth, Idaho +0.493735 cspg_html_6116883777 cspg_html_6116883777:1382:184696:184708 Devon Island Canadian Arctic Archipelago +0.25146 gsa_html_4385238876 gsa_html_4385238876:518:52131:52150 Fire Lake Kayah State +0.273429 cspg_html_1503116552 cspg_html_1503116552:1282:200689:200717 Cooking Lake Swan Hill, Victoria +0.46812 aapg_ai_857.html aapg_ai_857.html:272:40622:40645 Cherry Canyon Carlsbad, New Mexico +0.690438 aapg_ah_318.html aapg_ah_318.html:1256:126406:126429 Cotton Valley Arkansas +0.944784 cspg_html_8089302449 cspg_html_8089302449:309:53328:53352 Dawson Bay Lacombe, Alberta +0.254514 AMJC_html_4299960498 AMJC_html_4299960498:124:15758:15768 Ellensburg Snoqualmie Pass, Washington +0.279585 aapg_ad_758.html aapg_ad_758.html:340:42454:42463 Conemaugh Huntington, West Virginia +0.495471 jgeology_html_6558112478 jgeology_html_6558112478:1128:73290:73297 El Paso El Paso, Texas +0.263682 aapg_ai_148.html aapg_ai_148.html:599:63029:63042 Turner Valley Tulsa, Oklahoma +0.257045 cspg_html_9771826320 cspg_html_9771826320:818:121825:121834 Mackenzie Mackenzie River +0.49305 cspg_html_9717154602 cspg_html_9717154602:197:27911:27918 Bearpaw Lethbridge +0.253422 geology_html_5323396367 geology_html_5323396367:17:1001:1019 John Day Salem, Oregon +0.27081 aapg_af_854.html aapg_af_854.html:1096:154696:154717 Hardinsburg Yankeetown, Indiana +0.490633 aapg_ac_995.html aapg_ac_995.html:141:12947:12966 Huizachal Veracruz, Veracruz +0.268243 cspg_html_7409170811 cspg_html_7409170811:325:49787:49796 Lodgepole Boise, Idaho +0.484059 geology_html_2144574689 geology_html_2144574689:25:1956:1978 Washington Seattle +0.487325 palaios_html_3384603985 palaios_html_3384603985:60:7320:7336 Holder Otero County, New Mexico +0.499275 gsa_html_3223741745 gsa_html_3223741745:56:3521:3549 Green River Colorado +0.252973 cspg_html_5450075884 cspg_html_5450075884:806:79485:79493 Bullhead Victoria, British Columbia +0.71631 aapg_af_455.html aapg_af_455.html:228:22948:22976 Hampshire Maryland +0.436568 aapg_ai_584.html aapg_ai_584.html:734:77403:77414 Casper Laramie, Wyoming +0.261612 gsa_html_7040053075 gsa_html_7040053075:248:23455:23472 Topanga Santa Monica Mountains +0.854 aapg_ai_51.html aapg_ai_51.html:3:438:457 Nanafalia Alabama +0.24444 cspg_html_4048108956 cspg_html_4048108956:359:47416:47449 Basal Lacombe, Alberta +0.46368 aapg_ad_834.html aapg_ad_834.html:90:10539:10547 Colorado Bow Island Airport +0.26104 aapg_aa_643.html aapg_aa_643.html:177:19115:19137 Knoxville Belmont, Massachusetts +0.47944 aapg_ai_514.html aapg_ai_514.html:50:5946:5956 Washington Reno, Nevada +0.459306 aapg_ad_564.html aapg_ad_564.html:5013:401368:401387 Mesaverde Cheyenne, Wyoming +0.494088 palaios_html_3716883934 palaios_html_3716883934:104:10547:10559 Arkona Ontario, California +0.27115 aapg_aa_598.html aapg_aa_598.html:162:15373:15395 Ankareh Fall Creek Falls State Park +0.50397 aapg_aa_623.html aapg_aa_623.html:173:19220:19241 Belly River Victoria, British Columbia +0.262095 gsa_html_5552216115 gsa_html_5552216115:1163:118904:118911 Temblor California +0.248952 gsa_html_4828739821 gsa_html_4828739821:1010:81408:81414 Oxford Flagstaff, Arizona +0.508416 gsa_html_7511547522 gsa_html_7511547522:71:5843:5871 Green River Colorado +0.263971 aapg_ae_993.html aapg_ae_993.html:317:31328:31357 Birdbear Williston, Vermont +0.497984 aapg_ad_973.html aapg_ad_973.html:193:21159:21166 Yucatan Melbourne, Florida +0.502 aapg_af_639.html aapg_af_639.html:3:183:195 Midway Shreveport, Louisiana +0.272994 gsa_html_2096927589 gsa_html_2096927589:9:324:352 Green River Cheyenne, Wyoming +0.242214 gsa_html_9112056802 gsa_html_9112056802:605:62334:62356 Hannah Transantarctic Mountains +0.461756 aapg_ae_4.html aapg_ae_4.html:292:33647:33661 Manning Canyon Oquirrh Mountain Utah Temple +0.266742 aapg_af_502.html aapg_af_502.html:763:89124:89143 Smackover Arkansas +0.243048 aapg_ai_923.html aapg_ai_923.html:70:12440:12446 Denver Colorado +0.480816 aapg_ae_768.html aapg_ae_768.html:65:8485:8501 Gatuna Santa Rosa, California +0.729538 aapg_aa_415.html aapg_aa_415.html:94:14147:14155 Woodbine Arkansas +0.24442 gsa_html_9152662653 gsa_html_9152662653:623:54205:54228 Potomac Sykesville, Maryland +0.273006 aapg_ad_318.html aapg_ad_318.html:101:13758:13773 Guelph Dolomite Lockport (city), New York +0.479776 aapg_ad_3.html aapg_ad_3.html:55:5937:5953 Nolichucky Knoxville, Tennessee +0.265608 sedimentology_html_2418379539 sedimentology_html_2418379539:984:76849:76882 St Marys Maryland +0.494468 gsa_html_2968623834 gsa_html_2968623834:29:2796:2824 Green River Iran +0.487424 palaios_html_6409863909 palaios_html_6409863909:39:4401:4405 Kope Netherlands +0.493735 aapg_ad_387.html aapg_ad_387.html:18:2500:2520 Fort Worth Buda, Texas +0.902379 gsa_html_8881958017 gsa_html_8881958017:296:29803:29811 Columbia Victoria, British Columbia +0.472017 aapg_ad_466.html aapg_ad_466.html:193:23172:23184 Mount Laurel Navesink River +0.255972 cspg_html_6159840831 cspg_html_6159840831:151:23054:23067 Muskiki Western world +0.251122 cspg_html_3664126562 cspg_html_3664126562:31:4629:4636 Cardium Lacombe, Alberta +0.469395 cspg_html_7182873498 cspg_html_7182873498:147:20356:20363 Eramosa Guelph +0.523476 aapg_ad_52.html aapg_ad_52.html:649:70471:70488 Michigan Michigan +0.514485 aapg_ah_415.html aapg_ah_415.html:141:12722:12742 Milk River Colorado +0.704572 aapg_ae_190.html aapg_ae_190.html:100:9934:9954 Keokuk Iowa +0.490728 cspg_html_1503116552 cspg_html_1503116552:123:20389:20410 Beaverhill Swan Hill, Victoria +0.256985 aapg_ad_828.html aapg_ad_828.html:36:2109:2121 Red Mountain Ventura County, California +0.266256 aapg_ae_474.html aapg_ae_474.html:1353:142852:142868 Bethel Illinois +0.45477 aapg_ae_718.html aapg_ae_718.html:338:33037:33044 Narrows Curlew, Washington +0.501557 aapg_ai_156.html aapg_ai_156.html:286:26326:26346 Deer Creek Pawhuska, Oklahoma +0.260604 gsa_html_6944235645 gsa_html_6944235645:539:45056:45078 Dixon Perth, Western Australia +0.483406 gsa_html_8222638730 gsa_html_8222638730:864:81234:81249 Athabasca Regina, Saskatchewan +0.266766 aapg_ai_811.html aapg_ai_811.html:483:65768:65791 Detroit River Bloomington, Indiana +0.252928 gsa_html_9487992082 gsa_html_9487992082:647:64510:64515 Provo Logan, Utah +0.253512 cspg_html_7192907687 cspg_html_7192907687:578:61865:61870 Tidal Maryland +0.482878 geology_html_4509927877 geology_html_4509927877:120:12227:12247 Fort Union Fort Union Trading Post National Historic Site +0.482218 jgeology_html_1836103970 jgeology_html_1836103970:58:2513:2534 New Glasgow Canada +0.51896 aapg_af_653.html aapg_af_653.html:85:8214:8220 Cierbo Monterey, California +0.459954 aapg_aa_118.html aapg_aa_118.html:220:19814:19819 Chazy Vergennes, Vermont +0.251779 aapg_ai_17.html aapg_ai_17.html:1501:106344:106353 Catahoula Shreveport, Louisiana +0.50138 aapg_ae_75.html aapg_ae_75.html:170:22911:22927 Concha New Mexico +0.479182 jgeology_html_6791895583 jgeology_html_6791895583:94:3616:3622 Oregon Salem, Oregon +0.49373 aapg_ah_814.html aapg_ah_814.html:69:7015:7023 Saratoga Tuscaloosa, Alabama +0.497376 aapg_aa_730.html aapg_aa_730.html:12:1726:1730 Frio Texas +0.242905 aapg_aa_702.html aapg_aa_702.html:1021:121556:121564 Colorado Logan, Utah +0.50752 gsa_html_9529781735 gsa_html_9529781735:31:2765:2793 Green River Iran +0.256512 aapg_ah_318.html aapg_ah_318.html:297:42646:42667 Mt Lytton Ouachita Parish, Louisiana +0.255458 aapg_af_575.html aapg_af_575.html:564:77452:77470 Warsaw Burlington, Ontario +0.48719 gsa_html_4495404225 gsa_html_4495404225:62:5259:5287 Green River Colorado +0.388819 palaios_html_9962835704 palaios_html_9962835704:184:20349:20365 Fish Canyon Tuff San Juan Mountains +0.474264 aapg_aa_24.html aapg_aa_24.html:30:3351:3360 Waterways Hay River (Canada) +0.271392 gsa_html_5107598462 gsa_html_5107598462:479:43898:43904 Salina Salina, Kansas +0.422168 aapg_ah_647.html aapg_ah_647.html:518:56483:56492 Horquilla Missouri River +0.251979 palaios_html_5659211478 palaios_html_5659211478:14:680:692 Saskatchewan Saskatoon +0.27392 cspg_html_8065532640 cspg_html_8065532640:74:9748:9760 Mount Kindle Root River (Wisconsin) +0.48708 cspg_html_6985536436 cspg_html_6985536436:636:81690:81711 Christopher Banks Island +0.476952 sedimentology_html_2623529999 sedimentology_html_2623529999:1422:93885:93889 Hall London, Ontario +0.494 gsa_html_5608167218 gsa_html_5608167218:445:38316:38319 Arc Sicily +0.275088 cspg_html_5360570542 cspg_html_5360570542:513:54975:54988 Windsor Bridgetown, Nova Scotia +0.469476 gsa_html_2973272646 gsa_html_2973272646:78:8568:8578 Greenbrier Alabama +0.504252 gsa_html_5202646019 gsa_html_5202646019:792:70253:70270 Verulam Ottawa, Kansas +0.497034 aapg_ae_454.html aapg_ae_454.html:553:50321:50328 Hosston Texas +0.551518 palaios_html_4936782265 palaios_html_4936782265:672:66250:66269 Greenhorn Pueblo, Colorado +0.49851 aapg_ae_576.html aapg_ae_576.html:614:54191:54195 Lane Greenland +0.251883 aapg_ai_334.html aapg_ai_334.html:205:20668:20673 Peten Guatemala +0.27664 aapg_af_854.html aapg_af_854.html:507:67338:67354 Warsaw West Point, New York +0.26416 geology_html_9016475315 geology_html_9016475315:384:28467:28477 Washington Salem, Oregon +0.857395 aapg_aa_740.html aapg_aa_740.html:38:4165:4180 Darby Western world +0.48573 aapg_ac_451.html aapg_ac_451.html:156:16868:16893 Matanuska Matanuska-Susitna Valley +0.49852 geology_html_8775636566 geology_html_8775636566:380:25993:26005 Rockwell Johnson Valley, California +0.925704 aapg_ah_96.html aapg_ah_96.html:270:30988:30996 Deadwood Winnipeg +0.25493 aapg_ah_775.html aapg_ah_775.html:153:18844:18855 Uncompahgre New Mexico +0.440924 aapg_ae_863.html aapg_ae_863.html:422:46482:46498 Modelo Santa Monica Mountains +0.231336 cspg_html_8600619449 cspg_html_8600619449:7:814:818 Evie Norman Wells +0.481873 gsa_html_4385238876 gsa_html_4385238876:818:83793:83803 Whitehorse Weston, Florida +0.264708 palaios_html_7076037184 palaios_html_7076037184:106:11543:11561 Wise Lake Illinois +0.480365 cspg_html_5541937700 cspg_html_5541937700:940:112051:112067 Viking Central Alberta +0.265216 aapg_ac_414.html aapg_ac_414.html:352:41020:41036 Kaibab Logan, Utah +0.257024 aapg_ai_272.html aapg_ai_272.html:630:63866:63887 Lawrence Canada +0.25452 gsa_html_3392872323 gsa_html_3392872323:670:72059:72064 Stark New Guinea +0.252004 aapg_ac_310.html aapg_ac_310.html:14:1481:1522 Fountain Golden, Colorado +0.2595 cspg_html_6021605367 cspg_html_6021605367:46:5200:5208 Columbia Victoria, British Columbia +0.26159 jgeology_html_8355852976 jgeology_html_8355852976:850:50410:50422 Pierre Colorado Springs, Colorado +0.254514 gsa_html_6498278239 gsa_html_6498278239:598:59253:59275 Slope London, Ontario +0.255024 gsa_html_2675218998 gsa_html_2675218998:272:28324:28332 Colorado Mesa, Arizona +0.23845 gsa_html_4243887096 gsa_html_4243887096:23:978:997 Wenatchee Washington (state) +0.241623 gsa_html_5081991493 gsa_html_5081991493:155:15980:15991 Green River Uinta Mountains +0.266889 aapg_ac_730.html aapg_ac_730.html:54:7726:7742 Dakota Mancos, Colorado +0.258516 aapg_ai_985.html aapg_ai_985.html:1391:142215:142223 San Jose Oppenheim, New York +0.483886 aapg_ae_112.html aapg_ae_112.html:276:26724:26732 Michigan Michigan +0.239712 aapg_ai_776.html aapg_ai_776.html:322:34812:34824 Dakota Denver +0.247266 aapg_ac_474.html aapg_ac_474.html:6:835:855 Cedar Keys Melbourne, Florida +0.48654 geology_html_1098024541 geology_html_1098024541:225:22092:22098 Pueblo Colorado +0.474195 aapg_ac_230.html aapg_ac_230.html:253:27890:27896 Sierra Santa Ysabel, California +0.263652 aapg_ad_564.html aapg_ad_564.html:4795:375221:375239 Frontier Cheyenne, Wyoming +0.470155 aapg_ad_918.html aapg_ad_918.html:420:50789:50803 Colorado Colorado +0.511038 aapg_ad_441.html aapg_ad_441.html:525:37691:37703 Navajo San Rafael Swell +0.795586 sedimentology_html_8364351073 sedimentology_html_8364351073:1017:89356:89362 Navajo Logan, Utah +0.491967 gsa_html_9542539418 gsa_html_9542539418:419:34255:34283 Green River Colorado +0.26361 gsa_html_3445493534 gsa_html_3445493534:524:58095:58113 Monterey Monterey, California +0.278588 aapg_ah_505.html aapg_ah_505.html:1556:126064:126080 Dakota Table Mountain +0.493954 cspg_html_7115701337 cspg_html_7115701337:76:10793:10811 Dunvegan Victoria, British Columbia +0.252333 aapg_af_492.html aapg_af_492.html:21:3000:3020 Milk River Lacombe, Alberta +0.256011 AMJC_html_1873062106 AMJC_html_1873062106:1267:128811:128825 Cedar Mountain Colorado +0.4752 sedimentology_html_2375557633 sedimentology_html_2375557633:893:64631:64646 Arikaree White River (Washington) +0.287826 gsa_html_1000185260 gsa_html_1000185260:932:77404:77432 Green River Colorado +0.269838 aapg_ai_958.html aapg_ai_958.html:230:23706:23712 Goliad Balcones Fault +0.277725 aapg_ai_17.html aapg_ai_17.html:1090:71636:71645 Catahoula Chattahoochee County, Georgia +0.26162 aapg_ai_508.html aapg_ai_508.html:133:14985:15005 Wellington Wichita, Kansas +0.258597 jgeology_html_6990146451 jgeology_html_6990146451:562:38120:38153 Brallier Austin, Chicago +0.477087 aapg_ah_150.html aapg_ah_150.html:197:22179:22186 Wingate Kayenta, Arizona +0.24341 aapg_ai_975.html aapg_ai_975.html:889:71101:71118 Edwards Coahuila +0.447916 aapg_aa_603.html aapg_aa_603.html:494:53737:53758 Fish Scales Lacombe, Alberta +0.26 aapg_ad_2.html aapg_ad_2.html:457:68030:68048 Weverton Loudoun County, Virginia +0.48864 gsa_html_3387611512 gsa_html_3387611512:1516:143654:143682 Diligencia Los Angeles +0.902464 aapg_af_771.html aapg_af_771.html:40:5588:5604 Knoxville Knoxville, Illinois +0.50952 cspg_html_6306091047 cspg_html_6306091047:46:9146:9155 Baldonnel Victoria, British Columbia +0.466736 cspg_html_1762556965 cspg_html_1762556965:108:10947:10958 Peace River Southern Alberta +0.246422 aapg_ae_72.html aapg_ae_72.html:409:36866:36874 Colorado Colorado +0.293656 aapg_aa_860.html aapg_aa_860.html:548:53794:53800 Auburn Cheyenne, Wyoming +0.252888 aapg_ac_380.html aapg_ac_380.html:179:22391:22399 Onondaga Onondaga (tribe) +0.242374 aapg_ai_993.html aapg_ai_993.html:122:16621:16629 Michigan Iran +0.25647 jgeology_html_4115179562 jgeology_html_4115179562:698:53577:53592 Lynchburg Virginia +0.5111 aapg_ad_2.html aapg_ad_2.html:837:118626:118649 Conococheague Hagerstown, Maryland +0.424368 cspg_html_9613527162 cspg_html_9613527162:189:26226:26250 Turner Valley Moose Mountain (Alberta) +0.249991 aapg_ae_73.html aapg_ae_73.html:869:108470:108478 Colorado Colorado +0.267716 cspg_html_5456368738 cspg_html_5456368738:74:6466:6477 Slave Point Sulphur Bay +0.253506 cspg_html_5241714595 cspg_html_5241714595:309:48011:48023 Saskatchewan Lacombe, Alberta +0.259875 aapg_ah_655.html aapg_ah_655.html:318:30036:30041 Atoka Hartshorne, Oklahoma +0.2703 cspg_html_1019614994 cspg_html_1019614994:37:6607:6616 Williston Lacombe, Alberta +0.45402 cspg_html_5675079479 cspg_html_5675079479:549:54246:54282 Slave Point Lacombe, Alberta +0.478101 gsa_html_1783705204 gsa_html_1783705204:80:6722:6750 Green River Colorado +0.264 sedimentology_html_7473164584 sedimentology_html_7473164584:824:44347:44353 Snyder Kola Peninsula +0.403305 aapg_ai_469.html aapg_ai_469.html:515:62641:62659 Wabamun Lacombe, Alberta +0.24048 sedimentology_html_6295528506 sedimentology_html_6295528506:85:8238:8255 Lourdes Middle East +0.486588 aapg_ad_836.html aapg_ad_836.html:208:18348:18357 Kimmswick Maquoketa, Iowa +0.48501 aapg_ad_880.html aapg_ad_880.html:248:24833:24853 Gypsum Spring Spearfish, South Dakota +0.26156 gsa_html_4675429437 gsa_html_4675429437:703:49489:49499 San Felipe Baja California peninsula +0.266682 aapg_ah_630.html aapg_ah_630.html:354:41951:41968 Madison Southeast Asia +0.476215 aapg_ac_484.html aapg_ac_484.html:715:94778:94793 Tejon California +0.26361 aapg_af_164.html aapg_af_164.html:36:3970:3974 Drum Plattsburg, Missouri +0.26208 gsa_html_9865056817 gsa_html_9865056817:100:10246:10260 Rico San Juan River (Nicaragua) +0.499421 cspg_html_1771818046 cspg_html_1771818046:116:13734:13739 Banff Moraine, Ohio +0.183705 cspg_html_2796643803 cspg_html_2796643803:198:30922:30955 Deadwood Black Hills +0.47775 aapg_ac_235.html aapg_ac_235.html:354:35695:35703 Cloverly Greybull, Wyoming +0.239554 aapg_aa_696.html aapg_aa_696.html:757:79719:79727 Colorado Colorado +0.494252 sedimentology_html_8510537334 sedimentology_html_8510537334:715:54092:54111 Tuscarora Pennsylvania +0.271437 cspg_html_5451461616 cspg_html_5451461616:12:1545:1566 Blackstone Fall Creek Falls State Park +0.481076 aapg_af_518.html aapg_af_518.html:281:29638:29644 Sierra Cordillera Central (Puerto Rico) +0.411781 aapg_ac_590.html aapg_ac_590.html:61:7215:7221 Dakota New Mexico +0.479457 aapg_aa_96.html aapg_aa_96.html:73:7368:7384 Verde Sandoval County, New Mexico +0.247808 aapg_ak_5.html aapg_ak_5.html:61:7624:7628 Bern Switzerland +0.257346 sedimentology_html_1442568844 sedimentology_html_1442568844:484:56564:56570 Seward Anchorage, Alaska +0.2465 aapg_ad_351.html aapg_ad_351.html:838:75316:75320 Hall Burlington, Ontario +0.480624 aapg_ad_466.html aapg_ad_466.html:365:43865:43872 Patuxent Maryland +0.255955 aapg_ad_958.html aapg_ad_958.html:1005:104400:104406 Warsaw Salina, Kansas +0.440617 geology_html_5045588189 geology_html_5045588189:57:7891:7908 Sisquoc California +0.48828 gsa_html_9569209726 gsa_html_9569209726:933:86030:86035 Price Washington (state) +0.244398 aapg_aa_72.html aapg_aa_72.html:87:5369:5386 Bedford Meigs County, Tennessee +0.484692 geology_html_4846685835 geology_html_4846685835:22:1661:1670 San Diego La Jolla +0.261422 aapg_ai_975.html aapg_ai_975.html:961:78904:78914 Fort Worth Texas +0.257964 aapg_ac_904.html aapg_ac_904.html:374:32881:32886 Piper Anchorage, Alaska +0.49152 palaios_html_1759286431 palaios_html_1759286431:701:76061:76065 Kope Ohio +0.242055 cspg_html_9214997177 cspg_html_9214997177:8:686:692 Jordan Regina, Saskatchewan +0.475566 geology_html_3243676584 geology_html_3243676584:54:4621:4638 Madison Crockett, Texas +0.250992 palaios_html_6409863909 palaios_html_6409863909:216:28167:28181 Kope Netherlands +0.511648 aapg_ae_82.html aapg_ae_82.html:433:51782:51792 Washington Lacombe, Alberta +0.482157 aapg_ad_432.html aapg_ad_432.html:25:2422:2432 Cumberland Pittsburgh +0.2515 aapg_ah_207.html aapg_ah_207.html:22:3420:3433 Madison Williston, Vermont +0.249919 cspg_html_4555867289 cspg_html_4555867289:6:232:269 Charlie Lake Western world +0.484059 gsa_html_5865982995 gsa_html_5865982995:1103:119776:119783 Norfolk Virginia +0.268324 geology_html_2461616775 geology_html_2461616775:233:17444:17454 Washington Washington (state) +0.25725 aapg_aa_260.html aapg_aa_260.html:186:21890:21895 Gubik Prudhoe Bay Oil Field +0.502856 aapg_ai_907.html aapg_ai_907.html:397:63960:63977 Wilcox Texas +0.25365 aapg_ah_647.html aapg_ah_647.html:212:21451:21457 Abrigo El Paso, Texas +0.431135 aapg_af_811.html aapg_af_811.html:432:37016:37042 Knox Dolomite Knoxville, Tennessee +0.450765 cspg_html_3860685167 cspg_html_3860685167:697:69531:69536 Banff Lacombe, Alberta +0.46221 aapg_ai_1.html aapg_ai_1.html:345:30921:30928 Paradox Hermosa, Chicago +0.256949 aapg_ac_563.html aapg_ac_563.html:634:92761:92777 Cupido Mexico +0.480496 aapg_ai_873.html aapg_ai_873.html:112:10965:10976 Tar Springs Spencer County, Kentucky +0.496244 cspg_html_9835215306 cspg_html_9835215306:25:3999:4006 Cadomin Lacombe, Alberta +0.50615 cspg_html_6285618099 cspg_html_6285618099:17:2144:2151 Delorme Middle Ordovician +0.25047 jgeology_html_6388378441 jgeology_html_6388378441:328:25912:25927 Berino Wisconsin +0.483189 cspg_html_9912281240 cspg_html_9912281240:699:76126:76147 Belly River Judith River Formation +0.254961 cspg_html_3385840278 cspg_html_3385840278:89:13509:13539 Beaverhill Swan Hill, Victoria +0.245478 aapg_aa_860.html aapg_aa_860.html:1149:110039:110045 Denver Colorado +0.236676 palaios_html_5398833984 palaios_html_5398833984:772:88298:88312 Edmonton Lacombe, Alberta +0.250494 aapg_ai_411.html aapg_ai_411.html:107:10464:10468 Wendover Niobrara, Nebraska +0.253456 geology_html_8596179481 geology_html_8596179481:72:6458:6465 Topanga Glendora, California +0.26265 aapg_ah_519.html aapg_ah_519.html:225:23751:23759 Kootenai Cedar Mountains +0.491236 aapg_ai_337.html aapg_ai_337.html:146:17110:17127 Salina Michigan +0.251001 aapg_af_663.html aapg_af_663.html:176:20415:20445 Blackjack Creek Fort Scott National Historic Site +0.251748 gsa_html_1119256423 gsa_html_1119256423:638:58978:59001 Peoria Peoria, Illinois +0.4665 cspg_html_1351473625 cspg_html_1351473625:101:17170:17195 Johnston Canyon Telford, Pennsylvania +0.472787 gsa_html_6627974776 gsa_html_6627974776:97:7533:7540 Russell White River (Washington) +0.246492 gsa_html_1338947136 gsa_html_1338947136:11:456:462 Denver Colorado +0.456918 aapg_ad_648.html aapg_ad_648.html:244:29605:29613 Colorado Denver +0.243936 aapg_ae_706.html aapg_ae_706.html:139:12313:12330 Moccasin Middle Ordovician +0.466785 cspg_html_2701043964 cspg_html_2701043964:10:1074:1093 Athabasca Lake Athabasca +0.488177 palaios_html_5268628065 palaios_html_5268628065:208:28600:28606 Gurabo Dominican Republic +0.237888 cspg_html_4193503340 cspg_html_4193503340:306:40072:40088 Almond Cheyenne, Wyoming +0.2703 sedimentology_html_7488726250 sedimentology_html_7488726250:1132:96484:96502 Yakataga Anchorage, Alaska +0.233285 aapg_af_947.html aapg_af_947.html:63:9704:9723 Vermejo Trinidad and Tobago +0.48246 aapg_ad_834.html aapg_ad_834.html:101:12523:12531 Edmonton Lacombe, Alberta +0.27108 aapg_ae_319.html aapg_ae_319.html:166:12597:12604 Thaynes Pinecrest, Florida +0.510435 cspg_html_2920938670 cspg_html_2920938670:342:37382:37392 Rio Grande Lacombe, Alberta +0.260019 gsa_html_9280112280 gsa_html_9280112280:736:69521:69529 Winnipeg Lake Agassiz +0.26712 aapg_ae_499.html aapg_ae_499.html:514:54224:54232 Colorado Denver +0.264052 aapg_ai_11.html aapg_ai_11.html:236:29405:29421 Dakota Monmouth +0.245 aapg_ah_845.html aapg_ah_845.html:297:35239:35243 Ladd Texas +0.276651 cspg_html_5345848475 cspg_html_5345848475:183:25314:25331 Carlile Regina, Saskatchewan +0.472602 cspg_html_8227554214 cspg_html_8227554214:183:19715:19738 Hillsborough Caledonia +0.273942 aapg_ad_457.html aapg_ad_457.html:203:24640:24662 Beekmantown Lake Champlain +0.253206 aapg_ad_106.html aapg_ad_106.html:207:22046:22052 Ludlow Brussels +0.260084 gsa_html_1503936836 gsa_html_1503936836:68:5546:5574 Green River Colorado +0.487786 aapg_ad_836.html aapg_ad_836.html:141:11338:11361 Richmond Maquoketa, Iowa +0.50505 aapg_ai_49.html aapg_ai_49.html:239:28828:28835 Todilto Logan, Utah +0.532398 gsa_html_5516803566 gsa_html_5516803566:963:68749:68777 Green River Colorado +0.255021 palaios_html_5334521487 palaios_html_5334521487:451:55880:55891 Bloomington Bloomington, Indiana +0.260091 cspg_html_7115701337 cspg_html_7115701337:463:51225:51246 Shaftesbury Victoria, British Columbia +0.245727 palaios_html_4736927967 palaios_html_4736927967:915:77690:77707 Wabamun Lacombe, Alberta +0.251988 geology_html_7972092371 geology_html_7972092371:178:17739:17743 Hall Shreveport, Louisiana +0.697939 palaios_html_1631555231 palaios_html_1631555231:429:39181:39199 Moenkopi North Carolina +0.267786 cspg_html_4270552951 cspg_html_4270552951:240:34240:34251 Skull Creek Ashville, Ohio +0.8878 aapg_ae_161.html aapg_ae_161.html:112:13842:13851 Mesaverde Judith River Formation +0.458193 aapg_ac_313.html aapg_ac_313.html:667:74790:74806 Caribe Dulce River +0.466932 aapg_ad_466.html aapg_ad_466.html:460:54938:54945 Matawan Merchantville, New Jersey +0.8987 cspg_html_5345848475 cspg_html_5345848475:58:8513:8532 Niobrara Middle East +0.478412 aapg_af_399.html aapg_af_399.html:542:54888:54894 Almond Fort Union Trading Post National Historic Site +0.232965 jgeology_html_8355852976 jgeology_html_8355852976:821:49827:49835 Colorado Pueblo, Colorado +0.90624 aapg_ae_991.html aapg_ae_991.html:689:81893:81910 Amsden Cheyenne, Wyoming +0.274032 aapg_af_854.html aapg_af_854.html:1150:163109:163130 Tar Springs Bloomington, Indiana +0.241065 cspg_html_8054926782 cspg_html_8054926782:38:5673:5685 Corral Creek Lake Louise, Alberta +0.2667 aapg_ai_914.html aapg_ai_914.html:33:5309:5330 Moorefield Arkoma, Oklahoma +0.27196 sedimentology_html_1046729113 sedimentology_html_1046729113:952:81363:81375 Dakota Colorado +0.2495 aapg_ae_921.html aapg_ae_921.html:269:23134:23141 Madison California +0.523572 aapg_ah_420.html aapg_ah_420.html:33:3029:3042 Bearpaw Bearpaw Formation +0.483252 aapg_ad_696.html aapg_ad_696.html:244:24160:24165 Yegua Texas +0.475345 aapg_ae_305.html aapg_ae_305.html:1080:93354:93359 Colon Trinidad and Tobago +0.252984 gsa_html_8480550317 gsa_html_8480550317:867:71856:71867 San Antonio Texas +0.483465 jgeology_html_1570657657 jgeology_html_1570657657:624:54465:54475 Santa Rita New Mexico +0.494328 aapg_ai_914.html aapg_ai_914.html:144:23213:23228 Atoka Atoka, Oklahoma +0.264698 gsa_html_4446967287 gsa_html_4446967287:777:69583:69591 Columbia Victoria, British Columbia +0.236676 aapg_af_857.html aapg_af_857.html:49:4847:4865 Sycamore Sycamore Canyon +0.462672 aapg_ah_781.html aapg_ah_781.html:191:18234:18250 Warner Missouri River +0.275094 aapg_ad_831.html aapg_ad_831.html:113:17516:17529 Sespe Santa Clara County, California +0.255955 aapg_ad_940.html aapg_ad_940.html:323:32432:32451 Newcastle Cheyenne, Wyoming +0.258064 aapg_aa_962.html aapg_aa_962.html:552:58465:58479 Point Pleasant Baton Rouge, Louisiana +0.249498 aapg_ai_887.html aapg_ai_887.html:53:6422:6430 Columbia Mississippian culture +0.379456 aapg_ah_537.html aapg_ah_537.html:3:357:368 Green River Logan, Utah +0.251883 aapg_ac_63.html aapg_ac_63.html:51:6408:6423 Red Rock Haynesville, Louisiana +0.25092 aapg_ae_803.html aapg_ae_803.html:950:119803:119815 Todos Santos Western world +0.504137 cspg_html_9778753186 cspg_html_9778753186:49:7088:7096 Kootenay Fernie, British Columbia +0.256905 aapg_ae_607.html aapg_ae_607.html:319:27642:27650 Colorado Denver +0.280896 aapg_ai_583.html aapg_ai_583.html:95:13564:13572 Sundance Cheyenne, Wyoming +0.489416 aapg_aa_684.html aapg_aa_684.html:76:9196:9210 Jelm Cheyenne, Wyoming +0.276675 cspg_html_7576506617 cspg_html_7576506617:8:851:873 Severn River Moose River (Maine) +0.262614 cspg_html_5501097280 cspg_html_5501097280:326:38406:38440 Seboomook Portland, Maine +0.475915 palaios_html_5958626598 palaios_html_5958626598:546:46029:46035 Dayton Fairborn, Ohio +0.275624 gsa_html_4534130675 gsa_html_4534130675:560:52646:52655 San Diego La Jolla +0.255024 cspg_html_4666332434 cspg_html_4666332434:232:38362:38373 Grand Forks Western world +0.277665 aapg_af_788.html aapg_af_788.html:216:18862:18870 Michigan Detroit River International Wildlife Refuge +0.251472 cspg_html_2695921112 cspg_html_2695921112:316:37962:37988 Bonaventure Bathurst, New South Wales +0.481362 gsa_html_9095677084 gsa_html_9095677084:1482:98822:98850 Green River Colorado +0.47773 gsa_html_8035658736 gsa_html_8035658736:1004:107461:107471 Washington Boise, Idaho +0.294492 aapg_ac_587.html aapg_ac_587.html:415:50997:51014 Laramie Golden, Colorado +0.257554 jgeology_html_6044107316 jgeology_html_6044107316:565:46928:46939 Moose River Portland, Maine +0.251122 geology_html_9264012185 geology_html_9264012185:236:19716:19735 Smackover Arkansas +0.250158 aapg_ai_144.html aapg_ai_144.html:177:17386:17393 Cardium Southern Alberta +0.475896 aapg_ae_998.html aapg_ae_998.html:104:12913:12921 Evanston Absaroka +0.266682 aapg_ac_217.html aapg_ac_217.html:39:5149:5168 Rancheria New Mexico +0.390915 cspg_html_9343899465 cspg_html_9343899465:735:67893:67905 Hecla Bay Ellesmere Island +0.274432 aapg_ad_971.html aapg_ad_971.html:488:42348:42354 Herald West Texas +0.455469 aapg_af_653.html aapg_af_653.html:752:84526:84534 Vaqueros Monterey, California +0.266352 aapg_ac_271.html aapg_ac_271.html:243:20721:20730 Queenston Mercer County, New Jersey +0.497871 aapg_ad_738.html aapg_ad_738.html:353:21001:21013 Nation River Anchorage, Alaska +0.521338 aapg_ad_2.html aapg_ad_2.html:1108:151599:151641 Beekmantown Pennsylvania +0.468876 cspg_html_1448647873 cspg_html_1448647873:360:43789:43794 Rapid Nassau, Bahamas +0.481593 aapg_ac_930.html aapg_ac_930.html:172:26399:26411 Saskatchewan Regina, Saskatchewan +0.49646 cspg_html_3883962749 cspg_html_3883962749:411:48802:48812 Blackstone Lacombe, Alberta +0.254388 aapg_ah_97.html aapg_ah_97.html:37:5003:5011 Glenogle Western world +0.259065 cspg_html_3231136569 cspg_html_3231136569:131:15283:15292 Ice River Yoho National Park +0.263153 aapg_ad_883.html aapg_ad_883.html:103:12901:12910 Queenston Ontario, California +0.484352 aapg_ad_111.html aapg_ad_111.html:47:6610:6631 Price Logan, Utah +0.242424 aapg_af_575.html aapg_af_575.html:564:77433:77439 Keokuk Burlington, Ontario +0.246512 sedimentology_html_6261114825 sedimentology_html_6261114825:16:1210:1220 Santa Cruz California +0.247086 aapg_ae_959.html aapg_ae_959.html:2559:181863:181871 Wolfcamp Hale County, Alabama +0.45505 aapg_ac_835.html aapg_ac_835.html:694:98868:98895 Madison Garland, Texas +0.2615 aapg_ac_214.html aapg_ac_214.html:7:864:880 Carmel Entrada Sandstone +0.255 cspg_html_9011256422 cspg_html_9011256422:459:54554:54562 Columbia Lake Ontario +0.249228 aapg_ah_881.html aapg_ah_881.html:82:8916:8940 Chuckanut Whatcom County, Washington +0.262095 aapg_ac_953.html aapg_ac_953.html:113:9868:9878 Miccosukee Leon County, Florida +0.456412 aapg_ac_380.html aapg_ac_380.html:458:54285:54293 Onondaga Pennsylvania +0.2703 aapg_ac_191.html aapg_ac_191.html:58:10704:10724 Lane Coahuila +0.50964 aapg_ah_859.html aapg_ah_859.html:127:15176:15193 Clayton Lumpkin County, Georgia +0.481371 aapg_af_872.html aapg_af_872.html:3:321:331 Santa Cruz Texas +0.48288 geology_html_9528538031 geology_html_9528538031:10:369:407 Kingston Peak Death Valley +0.25296 cspg_html_4937997995 cspg_html_4937997995:284:33356:33378 Severn River River Severn +0.27092 aapg_ah_131.html aapg_ah_131.html:18:1750:1758 Woodbine Cotton Valley, Louisiana +0.448344 aapg_aa_39.html aapg_aa_39.html:14:2152:2160 Colorado Albuquerque, New Mexico +0.502392 aapg_ad_39.html aapg_ad_39.html:126:9043:9053 Lewisville Tuscaloosa, Alabama +0.694151 aapg_ae_681.html aapg_ae_681.html:4:476:487 Haynesville Melbourne, Florida +0.24912 aapg_ai_296.html aapg_ai_296.html:335:33522:33543 Everton Arkansas +0.248712 cspg_html_1166788717 cspg_html_1166788717:135:14954:14969 Cairn Lacombe, Alberta +0.498942 aapg_ah_68.html aapg_ah_68.html:194:31443:31449 Pocono Mississippian culture +0.249559 geology_html_2219443621 geology_html_2219443621:308:24351:24357 Jordan Andes +0.447688 aapg_ae_170.html aapg_ae_170.html:64:8097:8117 Road River Great Britain +0.264192 AMJC_html_4299960498 AMJC_html_4299960498:891:98805:98811 Oregon Washington (state) +0.375732 aapg_ah_42.html aapg_ah_42.html:136:18880:18897 Entrada Logan, Utah +0.50952 gsa_html_7567789927 gsa_html_7567789927:31:2868:2896 Green River Iran +0.25948 jgeology_html_5764582297 jgeology_html_5764582297:203:13782:13801 Hoyle Bay Barrow, Alaska +0.49518 aapg_af_579.html aapg_af_579.html:264:28240:28246 Curtis Logan, Utah +0.500016 aapg_ah_277.html aapg_ah_277.html:178:23976:23984 Badheart Colorado +0.4785 gsa_html_6763351946 gsa_html_6763351946:661:71668:71678 Carbondale Missouri River +0.266112 aapg_ai_31.html aapg_ai_31.html:50:5658:5677 Catahoula Oakville, California +0.241839 aapg_ai_28.html aapg_ai_28.html:19:2047:2057 Rio Grande Texas +0.488992 aapg_ae_239.html aapg_ae_239.html:1049:84449:84458 Wapanucka Ardmore, Pennsylvania +0.262474 aapg_ah_60.html aapg_ah_60.html:210:20576:20580 Nome Kivalina River +0.2455 aapg_ae_648.html aapg_ae_648.html:456:41472:41475 Cid Villafranca +0.258552 aapg_aa_118.html aapg_aa_118.html:442:41535:41560 Highgate Ottawa, Kansas +0.48246 gsa_html_9324067890 gsa_html_9324067890:169:16194:16202 Scotland England +0.48501 geology_html_3595608800 geology_html_3595608800:14:531:543 Saskatchewan Saskatoon +0.36938 palaios_html_6757540995 palaios_html_6757540995:69:7268:7283 Eutaw Tuscaloosa, Alabama +0.67968 aapg_ah_527.html aapg_ah_527.html:34:4210:4223 Lone Mountain Reno, Nevada +0.260099 aapg_aa_932.html aapg_aa_932.html:63:5951:5961 Whitehorse Herington, Kansas +0.2432 cspg_html_6255491344 cspg_html_6255491344:189:28542:28557 Grassy Mountain Lacombe, Alberta +0.2565 cspg_html_3772380029 cspg_html_3772380029:884:110147:110163 Bad Cache Rapids Southampton Island +0.26924 gsa_html_3014459865 gsa_html_3014459865:204:21890:21909 Pensauken The Carolinas +0.271656 aapg_ae_234.html aapg_ae_234.html:84:10186:10192 Coffee Telfair County, Georgia +0.254012 aapg_ah_318.html aapg_ah_318.html:1224:124079:124102 Cotton Valley Alabama +0.535572 aapg_ac_64.html aapg_ac_64.html:282:27431:27437 Salina Ohio +0.469665 aapg_aa_152.html aapg_aa_152.html:34:2083:2095 Barril Viejo San Marcos, California +0.486093 gsa_html_1459715225 gsa_html_1459715225:31:2818:2846 Green River Colorado +0.49348 gsa_html_5359536236 gsa_html_5359536236:31:2748:2776 Green River Colorado +0.258981 sedimentology_html_3907918417 sedimentology_html_3907918417:1521:124080:124109 Dunvegan Canada +0.250444 gsa_html_5865982995 gsa_html_5865982995:1284:136334:136341 Laramie Logan, Utah +0.264638 aapg_ah_603.html aapg_ah_603.html:45:3500:3519 Smackover Shreveport, Louisiana +0.813232 cspg_html_1189888589 cspg_html_1189888589:48:7194:7210 Battle Lacombe, Alberta +0.327816 aapg_ah_430.html aapg_ah_430.html:61:5266:5274 Sundance Colorado +0.26215 aapg_ac_535.html aapg_ac_535.html:512:49410:49426 Viking Lacombe, Alberta +0.237468 cspg_html_3772380029 cspg_html_3772380029:486:61678:61689 Chasm Creek Churchill River (Atlantic) +0.479076 gsa_html_8840132442 gsa_html_8840132442:860:86293:86301 Columbia Victoria, British Columbia +0.247808 aapg_aa_525.html aapg_aa_525.html:65:7013:7019 Oswego Bartlesville, Oklahoma +0.256949 aapg_aa_918.html aapg_aa_918.html:565:55867:55879 Stone Corral Arkansas River +0.235224 aapg_ai_669.html aapg_ai_669.html:8:369:375 Denver Colorado +0.284073 aapg_ae_824.html aapg_ae_824.html:86:8873:8879 Putnam Logan, Utah +0.266936 aapg_ac_187.html aapg_ac_187.html:2689:274982:274989 Bedford Maryland +0.505824 cspg_html_3871608501 cspg_html_3871608501:110:11752:11775 Grande Greve Quebec City +0.486837 aapg_ah_871.html aapg_ah_871.html:437:48849:48854 Chazy Lowville (town), New York +0.257983 gsa_html_1024107776 gsa_html_1024107776:888:89109:89128 Claremont Bridgetown, Nova Scotia +0.270864 cspg_html_5940878099 cspg_html_5940878099:39:6174:6189 Methy Lacombe, Alberta +0.25856 cspg_html_9354781888 cspg_html_9354781888:1522:95923:95931 Columbia Victoria, British Columbia +0.254 aapg_ad_812.html aapg_ad_812.html:5:796:813 Todilto Colorado +0.249498 cspg_html_5542874609 cspg_html_5542874609:384:44352:44369 Wapiabi Lacombe, Alberta +0.89961 aapg_ac_575.html aapg_ac_575.html:102:16299:16319 Phosphoria Boise, Idaho +0.26572 aapg_ah_385.html aapg_ah_385.html:250:30569:30581 Funks Arbuckle, California +0.272403 aapg_af_551.html aapg_af_551.html:15:1684:1694 San Andres Sacramento, California +0.47376 geology_html_2276070502 geology_html_2276070502:116:12124:12132 Colorado Texas +0.253512 cspg_html_9941227593 cspg_html_9941227593:26:3514:3526 Saskatchewan Williston, Vermont +0.488735 gsa_html_8491258533 gsa_html_8491258533:904:87640:87668 Green River New Mexico +0.2652 cspg_html_6038396142 cspg_html_6038396142:56:7943:7951 Winnipeg Middle Ordovician +0.450399 cspg_html_4915680223 cspg_html_4915680223:47:5593:5608 Douro Douro DOC +0.261085 gsa_html_8964800601 gsa_html_8964800601:1014:93978:94006 Green River New Mexico +0.50828 aapg_ad_294.html aapg_ad_294.html:1868:189613:189619 Lisbon Democratic Republic of the Congo +0.480075 aapg_ai_566.html aapg_ai_566.html:7:837:849 Cardium Lacombe, Alberta +0.476252 cspg_html_1019614994 cspg_html_1019614994:603:94053:94071 Palliser Victoria, British Columbia +0.469168 aapg_ai_409.html aapg_ai_409.html:88:9252:9258 Midway Arkadelphia, Arkansas +0.49419 aapg_ai_583.html aapg_ai_583.html:507:63692:63697 Swift Cheyenne, Wyoming +0.483395 gsa_html_1251306730 gsa_html_1251306730:138:12523:12530 Quetame Colombia +0.463158 aapg_ae_324.html aapg_ae_324.html:1245:124543:124550 Tellico Athens, Georgia +0.250458 aapg_ac_70.html aapg_ac_70.html:28:4276:4297 Bird Spring Las Vegas Strip +0.242064 aapg_af_788.html aapg_af_788.html:560:53540:53550 Bell Michigan +0.489204 gsa_html_4339524478 gsa_html_4339524478:903:85814:85826 Nicola Victoria, British Columbia +0.497373 gsa_html_3331523875 gsa_html_3331523875:766:78684:78705 Mesaverde Logan, Utah +0.262143 cspg_html_4666332434 cspg_html_4666332434:396:66711:66728 Belly River Lacombe, Alberta +0.25347 cspg_html_7093237629 cspg_html_7093237629:740:80179:80199 Swan Hills Canada +0.49875 aapg_af_728.html aapg_af_728.html:504:56811:56832 Green River Cheyenne, Wyoming +0.504774 AMJC_html_2228158963 AMJC_html_2228158963:744:82480:82484 Rome Rockland County, New York +0.255024 aapg_ak_93.html aapg_ak_93.html:106:14533:14540 Yucatan Mexico +0.265728 cspg_html_9046359229 cspg_html_9046359229:41:7909:7917 Columbia Victoria, British Columbia +0.262108 aapg_ac_55.html aapg_ac_55.html:172:20688:20700 Mount Laurel Manasquan, New Jersey +0.471885 palaios_html_5921824758 palaios_html_5921824758:51:5106:5125 Chuckanut Bellingham, Washington +0.470808 gsa_html_1075724130 gsa_html_1075724130:505:45741:45756 Bouse Colorado Plateau +0.255 gsa_html_4216613284 gsa_html_4216613284:149:17848:17859 Green River Colorado Plateau +0.511572 aapg_ad_0.html aapg_ad_0.html:119:12584:12592 Shakopee Bloomington, Indiana +0.320124 sedimentology_html_3181527419 sedimentology_html_3181527419:1358:77653:77667 Earp New Mexico +0.25647 gsa_html_4120839285 gsa_html_4120839285:1287:128111:128117 Sierra California +0.254961 cspg_html_1481652369 cspg_html_1481652369:306:46820:46835 Jubilee Bridgetown, Nova Scotia +0.260051 gsa_html_9352654438 gsa_html_9352654438:13:534:542 Colorado Denver +0.477648 aapg_aa_328.html aapg_aa_328.html:662:51144:51155 Chicontepec Francia +0.4705 aapg_ah_529.html aapg_ah_529.html:152:13486:13502 Abrigo El Paso, Texas +0.243636 cspg_html_2182541128 cspg_html_2182541128:18:1894:1902 Kootenay Kootenay River +0.2485 gsa_html_1040524378 gsa_html_1040524378:730:77752:77760 Virginia Norfolk, Virginia +0.268822 geology_html_6922021286 geology_html_6922021286:293:23795:23801 Lisbon Portugal +0.68951 gsa_html_2989317971 gsa_html_2989317971:821:84346:84358 Glenns Ferry Wood River (Oregon) +0.2601 aapg_af_701.html aapg_af_701.html:128:14673:14680 Venango Bloomington, Indiana +0.475228 aapg_ac_689.html aapg_ac_689.html:13:1666:1674 Colorado Nebraska +0.492412 cspg_html_4495377323 cspg_html_4495377323:54:6716:6724 Columbia Victoria, British Columbia +0.488005 aapg_af_358.html aapg_af_358.html:214:22484:22494 Georgetown Langley, Berkshire +0.473826 geology_html_2006236083 geology_html_2006236083:57:5944:5955 Simla Chandpur District +0.501942 aapg_ad_356.html aapg_ad_356.html:424:41776:41797 Haynesville Cotton Valley, Louisiana +0.260099 aapg_aa_796.html aapg_aa_796.html:480:55315:55327 Halfway Victoria, British Columbia +0.83328 aapg_ad_958.html aapg_ad_958.html:838:86656:86672 Keokuk Illinois +0.49712 aapg_ae_780.html aapg_ae_780.html:233:20340:20359 Schoharie Esopus Creek +0.254518 gsa_html_3521452491 gsa_html_3521452491:688:58476:58490 Victoria Antarctica +0.252296 gsa_html_7012936645 gsa_html_7012936645:65:6027:6048 Martinsburg Hamburg +0.449376 jgeology_html_5624781240 jgeology_html_5624781240:750:48751:48771 Dunn New Canaan, Connecticut +0.268315 gsa_html_3648258377 gsa_html_3648258377:362:34306:34322 Magothy Bass River Township, New Jersey +0.254769 gsa_html_6281775990 gsa_html_6281775990:215:20038:20049 San Jacinto San Bernardino County, California +0.25857 geology_html_6881575972 geology_html_6881575972:177:19233:19241 Colorado Platte River +0.504096 aapg_ae_220.html aapg_ae_220.html:555:60348:60368 Tallahatta Alabama +0.270738 aapg_ah_330.html aapg_ah_330.html:148:16111:16119 Monterey Monterey, California +0.494429 sedimentology_html_3463113014 sedimentology_html_3463113014:284:37266:37270 Hall London, Ontario +0.25602 aapg_ah_754.html aapg_ah_754.html:74:8259:8263 Wendover Northumberland, Pennsylvania +0.25641 gsa_html_8840132442 gsa_html_8840132442:620:70399:70417 Belly River Milk River, Alberta +0.253008 sedimentology_html_1123580665 sedimentology_html_1123580665:221:21092:21100 Scotland England +0.258505 cspg_html_7028413504 cspg_html_7028413504:422:47656:47695 Bakken Regina, Saskatchewan +0.493387 sedimentology_html_8054490062 sedimentology_html_8054490062:912:53242:53247 Piper California +0.421631 aapg_aa_305.html aapg_aa_305.html:156:24166:24186 Citronelle Alabama +0.277629 aapg_ac_720.html aapg_ac_720.html:58:7672:7683 Hornerstown Mullica Hill, New Jersey +0.501202 aapg_ae_181.html aapg_ae_181.html:218:32522:32533 San Antonio Texas +0.266352 aapg_aa_98.html aapg_aa_98.html:139:11565:11586 Slave Point Swan Hill, Victoria +0.690795 cspg_html_4948472369 cspg_html_4948472369:440:34896:34907 Vaureal Anticosti Island +0.351864 aapg_ac_407.html aapg_ac_407.html:112:11092:11118 Thaynes Uinta County, Wyoming +0.244584 gsa_html_4695276845 gsa_html_4695276845:129:15515:15521 Antler Sonoma, California +0.257049 aapg_ak_137.html aapg_ak_137.html:448:47956:47973 Whitewater Wabash River +0.485961 cspg_html_8826450427 cspg_html_8826450427:410:51678:51695 Cardium Lacombe, Alberta +0.251122 cspg_html_8568877195 cspg_html_8568877195:78:12243:12249 Wapiti Dissected Till Plains +0.47672 palaios_html_8184049979 palaios_html_8184049979:88:9552:9584 Montney Lacombe, Alberta +0.25488 cspg_html_2882304151 cspg_html_2882304151:12:1591:1609 Gething Dissected Till Plains +0.491691 aapg_ac_972.html aapg_ac_972.html:129:15264:15273 Etchegoin Salinas, California +0.273006 aapg_ac_849.html aapg_ac_849.html:63:6918:6955 Pottsville Pottsville, Pennsylvania +0.274572 aapg_ae_580.html aapg_ae_580.html:503:54615:54623 Columbia Caribbean +0.260608 palaios_html_3415407632 palaios_html_3415407632:27:1961:1990 Winnipeg Williston Basin +0.363321 gsa_html_4432793908 gsa_html_4432793908:688:76616:76636 Sheep Pass Great Valley, New York +0.47124 gsa_html_7875871937 gsa_html_7875871937:486:49059:49067 Caldwell Beaumont, Texas +0.477951 gsa_html_2422494332 gsa_html_2422494332:490:48284:48315 Weaverville Weaverville, California +0.902496 cspg_html_6985536436 cspg_html_6985536436:95:14139:14157 Isachsen Lacombe, Alberta +0.273429 AMJC_html_4579422305 AMJC_html_4579422305:532:43751:43780 Lee South Florida metropolitan area +0.450216 cspg_html_1372398575 cspg_html_1372398575:17:2556:2562 Battle Edmonton, London +0.45448 aapg_af_639.html aapg_af_639.html:147:7466:7484 Naheola Shreveport, Louisiana +0.250952 gsa_html_5079726047 gsa_html_5079726047:404:47035:47053 Guayabo Pliocene +0.251923 cspg_html_7938374662 cspg_html_7938374662:75:8353:8365 Grand Rapids Svalbard +0.276192 aapg_ae_626.html aapg_ae_626.html:51:6254:6261 Moncton New Brunswick, New Jersey +0.467923 aapg_ac_187.html aapg_ac_187.html:2520:252466:252470 Home Lawrenceville, New Jersey +0.502944 aapg_ah_779.html aapg_ah_779.html:516:97535:97543 Woodford Arkansas +0.267776 cspg_html_8980454113 cspg_html_8980454113:139:15269:15296 Bighorn Dolomite Manitoba +0.46182 aapg_ah_859.html aapg_ah_859.html:175:20751:20769 Naheola Alabama +0.510048 aapg_ah_418.html aapg_ah_418.html:134:13140:13159 Bearpaw Red Deer, Alberta +0.25857 geology_html_2392884964 geology_html_2392884964:82:7409:7412 Pit Cottage Grove, Minnesota +0.481873 aapg_ad_784.html aapg_ad_784.html:331:36513:36518 Sespe Ojai, California +0.484748 AMJC_html_8177090410 AMJC_html_8177090410:388:31728:31734 Brazil India +0.242526 aapg_ad_871.html aapg_ad_871.html:58:6892:6914 Ferron Point Alpena County, Michigan +0.249831 gsa_html_7999545108 gsa_html_7999545108:1160:133125:133142 Onaping Canada +0.470808 aapg_aa_232.html aapg_aa_232.html:471:54235:54245 Purgatoire Cheyenne, Wyoming +0.258516 sedimentology_html_1275942184 sedimentology_html_1275942184:226:9713:9719 Oregon Washington (state) +0.256536 gsa_html_3936574180 gsa_html_3936574180:104:11684:11709 Trout Peak Trachyandesite Black Mountains (North Carolina) +0.25602 aapg_ah_609.html aapg_ah_609.html:30:3876:3882 Morgan Logan, Utah +0.26664 gsa_html_8233590118 gsa_html_8233590118:184:20890:20924 Peace River Middle East +0.47 aapg_af_14.html aapg_af_14.html:126:12180:12186 Almond Table Rock, Wyoming +0.128011 aapg_ah_289.html aapg_ah_289.html:562:79046:79055 Englewood Colorado +0.265734 aapg_ac_807.html aapg_ac_807.html:736:73059:73067 Hawthorn Charleston, South Carolina +0.27666 aapg_ae_528.html aapg_ae_528.html:11:1359:1369 Blackstone Calgary +0.25844 sedimentology_html_8652763963 sedimentology_html_8652763963:142:8768:8774 Provo Gibraltar +0.481584 cspg_html_7779401416 cspg_html_7779401416:112:13898:13918 Long Reach Quebec City +0.46222 aapg_af_397.html aapg_af_397.html:55:7099:7125 Todilto Entrada Sandstone +0.489842 aapg_ad_52.html aapg_ad_52.html:1022:110260:110275 Coldwater Bloomington, Indiana +0.460672 aapg_af_839.html aapg_af_839.html:105:12205:12217 Grand Rapids Salem, Massachusetts +0.484295 geology_html_9045858655 geology_html_9045858655:282:21921:21925 Bell Tanzania +0.27508 aapg_ai_569.html aapg_ai_569.html:288:31809:31820 Dakota Sweetwater, Miami-Dade County, Florida +0.263662 cspg_html_5109837857 cspg_html_5109837857:87:11104:11123 Degerbols Ellesmere Island +0.684834 aapg_ac_983.html aapg_ac_983.html:382:60368:60387 Wyandotte Missouri River +0.502231 sedimentology_html_3841637081 sedimentology_html_3841637081:1135:52424:52435 Wabamun Pine Brook, New Jersey +0.482157 cspg_html_8089302449 cspg_html_8089302449:288:49045:49053 Columbia Victoria, British Columbia +0.46728 cspg_html_4550597410 cspg_html_4550597410:353:40634:40651 Lourdes Black River, Jamaica +0.48858 aapg_ad_691.html aapg_ad_691.html:29:3716:3726 Georgetown Austin, Chicago +0.248472 gsa_html_5851281923 gsa_html_5851281923:95:7697:7713 Roslyn Cheney, Washington +0.25704 aapg_ac_333.html aapg_ac_333.html:448:57387:57410 Honaker Logan, Utah +0.500944 cspg_html_7675189126 cspg_html_7675189126:41:6802:6817 Sinwa Victoria, British Columbia +0.255474 aapg_ad_466.html aapg_ad_466.html:859:92305:92317 Marshalltown Navesink River +0.258064 aapg_ae_493.html aapg_ae_493.html:627:60053:60072 Pearl Hong Kong +0.49343 cspg_html_9474105160 cspg_html_9474105160:408:56257:56269 Fernie Lacombe, Alberta +0.472 aapg_ai_105.html aapg_ai_105.html:410:49845:49859 Manning Canyon Oquirrh Mountain Utah Temple +0.543632 aapg_aa_203.html aapg_aa_203.html:63:5395:5416 Newport Newport, Rhode Island +0.49234 sedimentology_html_4287650745 sedimentology_html_4287650745:70:8179:8194 Mesaverde Logan, Utah +0.478611 cspg_html_8690548664 cspg_html_8690548664:164:20589:20602 Mountain Park Lacombe, Alberta +0.491064 aapg_ai_488.html aapg_ai_488.html:11:1356:1377 Peace River Canada +0.257045 geology_html_2820317216 geology_html_2820317216:317:22942:22946 Bond North Atlantic Current +0.493557 aapg_ac_749.html aapg_ac_749.html:165:23250:23268 Thorold Ontario, California +0.46455 aapg_ah_207.html aapg_ah_207.html:51:7226:7239 Madison Melbourne, Florida +0.499094 aapg_ac_835.html aapg_ac_835.html:1107:161729:161752 Phosphoria Western world +0.2505 cspg_html_5976982403 cspg_html_5976982403:86:12878:12900 Dutch Creek Purcell Mountains +0.2595 cspg_html_9343899465 cspg_html_9343899465:834:75979:75992 Weatherall Melville Island (Canada) +0.440856 aapg_af_128.html aapg_af_128.html:381:39230:39270 Madison Cheyenne, Wyoming +0.262119 aapg_ad_795.html aapg_ad_795.html:35:2671:2677 Tulare San Joaquin River +0.26985 cspg_html_6306091047 cspg_html_6306091047:758:102905:102913 Columbia Victoria, British Columbia +0.476933 cspg_html_2139304729 cspg_html_2139304729:216:21312:21328 Percha New Mexico +0.260608 aapg_ae_873.html aapg_ae_873.html:788:90912:90931 Smackover Cotton Valley, Louisiana +0.257964 aapg_ad_379.html aapg_ad_379.html:570:47622:47639 Navajo Kayenta, Arizona +0.273448 gsa_html_9200584431 gsa_html_9200584431:30:2784:2812 Green River Colorado +0.477954 aapg_ah_93.html aapg_ah_93.html:6:1007:1026 Jefferson Cheyenne, Wyoming +0.475923 aapg_aa_117.html aapg_aa_117.html:145:15083:15090 Cobourg Denmark +0.250158 aapg_ah_847.html aapg_ah_847.html:203:23753:23762 New Egypt New Egypt, New Jersey +0.503562 gsa_html_5022585285 gsa_html_5022585285:785:67193:67221 Green River Colorado +0.267674 palaios_html_2736581987 palaios_html_2736581987:50:6812:6827 Hueco New Mexico +0.25 cspg_html_5241714595 cspg_html_5241714595:249:38902:38920 Duvernay Lacombe, Alberta +0.530185 aapg_ad_757.html aapg_ad_757.html:334:41990:41997 Platteville Decorah, Iowa +0.247979 gsa_html_1826402027 gsa_html_1826402027:709:79742:79751 Flagstaff Arizona +0.492336 aapg_ah_505.html aapg_ah_505.html:1366:108967:108977 Deer Creek Niobrara, Nebraska +0.262845 jgeology_html_7297323829 jgeology_html_7297323829:1100:73620:73629 Peninsula Quebec City +0.52858 aapg_ac_730.html aapg_ac_730.html:495:71149:71157 Niobrara Niobrara, Nebraska +0.48101 cspg_html_4568084707 cspg_html_4568084707:105:14581:14603 Cooking Lake Redwater, Texas +0.47223 aapg_ai_7.html aapg_ai_7.html:407:28746:28771 Mt Lytton East Texas +0.265738 aapg_ac_787.html aapg_ac_787.html:43:7258:7276 Barnett Texas +0.434089 aapg_ai_333.html aapg_ai_333.html:13:1969:1975 Denver Colorado +0.240084 aapg_ai_28.html aapg_ai_28.html:812:77454:77461 Reynosa Uvalde, Texas +0.449302 aapg_ak_105.html aapg_ak_105.html:96:12773:12782 Flagstaff Flagstaff, Arizona +0.2465 sedimentology_html_6619747998 sedimentology_html_6619747998:227:16952:16979 Sunnyside Kenilworth, Illinois +0.270279 aapg_ah_607.html aapg_ah_607.html:39:3058:3081 Mesaverde Shawnee, Oklahoma +0.262 aapg_aa_36.html aapg_aa_36.html:101:14238:14249 San Antonio Bay, Arkansas +0.256027 cspg_html_4648790511 cspg_html_4648790511:184:23514:23525 Collingwood Ontario, California +0.264668 aapg_ae_419.html aapg_ae_419.html:3150:203434:203440 Sierra Torreon, Torrance County, New Mexico +0.26364 aapg_ae_921.html aapg_ae_921.html:360:29299:29317 Winnipeg Manitoba +0.280298 cspg_html_5241714595 cspg_html_5241714595:29:4774:4784 Swan Hills Lacombe, Alberta +0.275044 cspg_html_4376017434 cspg_html_4376017434:8:578:597 Pardonet Canada +0.477369 geology_html_1624131066 geology_html_1624131066:323:23744:23761 Eramosa Canada +0.256386 aapg_ae_305.html aapg_ae_305.html:778:57871:57880 Rio Negro Lake Maracaibo +0.468981 aapg_ac_67.html aapg_ac_67.html:347:34345:34352 Cypress Bethel, Alaska +0.243987 cspg_html_7561290301 cspg_html_7561290301:207:25112:25129 Muskeg Black Creek (Toronto) +0.256011 aapg_ad_376.html aapg_ad_376.html:11:1585:1592 Taggard Pickaway County, Ohio +0.444624 aapg_ae_473.html aapg_ae_473.html:46:4821:4826 Weeks Mexico +0.483171 aapg_af_121.html aapg_af_121.html:244:18685:18693 Michigan Cheyenne, Wyoming +0.36926 aapg_ac_333.html aapg_ac_333.html:1870:183561:183572 Green River Logan, Utah +0.68912 aapg_af_575.html aapg_af_575.html:292:38832:38839 Decorah Black River, Jamaica +0.258028 cspg_html_9780523405 cspg_html_9780523405:991:114046:114050 Hall Illinois +0.470876 sedimentology_html_1046729113 sedimentology_html_1046729113:2077:162348:162367 Kaskapau Lacombe, Alberta +0.245935 aapg_aa_484.html aapg_aa_484.html:48:5274:5294 Wapanucka Texas +0.234969 gsa_html_3484366946 gsa_html_3484366946:944:93698:93717 Katakturuk Dolomite Northwest Arctic Borough, Alaska +0.505317 aapg_ah_402.html aapg_ah_402.html:291:31426:31432 Wilcox Chattanooga, Tennessee +0.47952 aapg_ad_81.html aapg_ad_81.html:1077:177151:177164 Madison Cheyenne, Wyoming +0.48034 AMJC_html_8213961972 AMJC_html_8213961972:72:8679:8703 Victoria Victoria, British Columbia +0.483406 gsa_html_6706549940 gsa_html_6706549940:789:57807:57835 Green River Colorado +0.484446 aapg_ae_4.html aapg_ae_4.html:187:20561:20580 Lodgepole Netherlands +0.284715 aapg_ae_873.html aapg_ae_873.html:254:30015:30023 Woodbine Lewisville, Texas +0.24582 cspg_html_8128756616 cspg_html_8128756616:109:17666:17686 Clearwater CFB Cold Lake +0.877914 aapg_aa_4.html aapg_aa_4.html:96:12188:12200 Moscow Genesee County, Michigan +0.265176 gsa_html_4472896560 gsa_html_4472896560:485:39762:39784 Huckleberry Ridge Tuff Yellowstone National Park +0.89964 cspg_html_9275863663 cspg_html_9275863663:897:122008:122020 Cooking Lake Lacombe, Alberta +0.469336 aapg_ah_822.html aapg_ah_822.html:17:1415:1421 Oregon California +0.512952 aapg_ad_764.html aapg_ad_764.html:19:2395:2408 Temblor Bakersfield, California +0.253005 jgeology_html_2809998069 jgeology_html_2809998069:148:8925:8943 Wamsutta Newport, Rhode Island +0.27216 aapg_ad_564.html aapg_ad_564.html:830:85274:85287 Barnett Texas +0.476064 aapg_ah_645.html aapg_ah_645.html:120:16188:16193 Piper Williston, Vermont +0.252164 aapg_ae_345.html aapg_ae_345.html:852:74250:74270 Tuscaloosa New Delhi +0.485811 AMJC_html_4464898807 AMJC_html_4464898807:951:80150:80157 Shuswap Victoria, British Columbia +0.245478 aapg_ae_627.html aapg_ae_627.html:104:9183:9189 Denver Colorado +0.264668 aapg_aa_105.html aapg_aa_105.html:236:25680:25693 Turner Valley Calgary +0.69888 aapg_aa_706.html aapg_aa_706.html:3:322:341 La Quinta Venezuela +0.244881 gsa_html_5261839912 gsa_html_5261839912:131:13031:13048 Montevideo Gneiss Montevideo, Minnesota +0.244736 aapg_ac_517.html aapg_ac_517.html:62:7607:7631 Leduc Canada +0.237048 aapg_ae_961.html aapg_ae_961.html:172:13139:13146 Grafton Red River of the North +0.24453 aapg_ah_489.html aapg_ah_489.html:257:25194:25201 Genesee Genesee County, Michigan +0.260372 aapg_ac_900.html aapg_ac_900.html:128:11150:11170 Lodgepole Pierce County, Washington +0.515928 gsa_html_6822590111 gsa_html_6822590111:55:3425:3453 Green River Colorado +0.45666 cspg_html_1264368391 cspg_html_1264368391:6:308:324 Viking Lacombe, Alberta +0.256386 jgeology_html_6186634367 jgeology_html_6186634367:77:3557:3598 Charles Michigan +0.494325 aapg_af_977.html aapg_af_977.html:450:68501:68507 Provo Carpathian Ruthenia +0.255518 aapg_ac_400.html aapg_ac_400.html:62:6281:6291 Washington Muskingum River +0.26936 aapg_aa_685.html aapg_aa_685.html:131:12433:12443 North Horn North Horn Formation +0.523452 aapg_aa_735.html aapg_aa_735.html:39:4242:4256 Keokuk Illinois +0.490795 aapg_ae_877.html aapg_ae_877.html:222:19833:19843 Swan Hills Swan Hill, Victoria +0.487424 aapg_ak_87.html aapg_ak_87.html:5:853:867 Earp Supai, Arizona +0.261855 aapg_ad_155.html aapg_ad_155.html:59:7043:7063 Tejon California +0.272986 gsa_html_1419461902 gsa_html_1419461902:827:73719:73726 Eramosa Canada +0.50463 gsa_html_5865982995 gsa_html_5865982995:1377:145215:145236 Green River Cheyenne, Wyoming +0.476398 aapg_af_854.html aapg_af_854.html:1020:143737:143754 Cypress Randolph County, Indiana +0.2545 cspg_html_2826081830 cspg_html_2826081830:48:7175:7199 Grand Rapids Lacombe, Alberta +0.2337 gsa_html_1409496185 gsa_html_1409496185:107:11593:11604 Ohanapecosh Mount Rainier, Maryland +0.240912 jgeology_html_4115179562 jgeology_html_4115179562:235:17055:17077 Mount Rogers Unicoi, Tennessee +0.462985 aapg_ah_459.html aapg_ah_459.html:102:10085:10093 Coeymans Erie County, New York +0.358716 aapg_ad_954.html aapg_ad_954.html:553:51852:51871 Roubidoux Missouri River +0.2601 cspg_html_2253842195 cspg_html_2253842195:259:34186:34209 Buckinghorse Western world +0.257703 aapg_ac_536.html aapg_ac_536.html:657:65063:65077 Mission Canyon Grand Forks, North Dakota +0.507064 jgeology_html_4305195651 jgeology_html_4305195651:569:69358:69366 Catskill Pocono Raceway +0.478969 aapg_aa_399.html aapg_aa_399.html:431:35830:35844 St. Mary River Edmonton, London +0.443207 sedimentology_html_3841637081 sedimentology_html_3841637081:842:38270:38290 Waterways Swan Hill, Victoria +0.244701 aapg_ah_617.html aapg_ah_617.html:123:10681:10700 Mesaverde San Juan County, Utah +0.261212 aapg_ae_369.html aapg_ae_369.html:384:39715:39720 Eutaw Selma to Montgomery marches +0.485856 cspg_html_4269474759 cspg_html_4269474759:1213:117524:117546 Tidal Calgary +0.248376 aapg_ae_474.html aapg_ae_474.html:1113:117450:117466 Bethel Alabama +0.460288 cspg_html_2969995408 cspg_html_2969995408:297:34530:34538 Edmonton Victoria, British Columbia +0.47058 aapg_aa_415.html aapg_aa_415.html:338:49073:49091 Woodbine Arkansas +0.460317 aapg_ai_923.html aapg_ai_923.html:71:12575:12583 Colorado Denver +0.249999 geology_html_7647446171 geology_html_7647446171:13:780:789 Wolfville Earth +0.251496 AMJC_html_7085584544 AMJC_html_7085584544:867:91642:91650 Michigan Cheyenne, Wyoming +0.49714 aapg_ai_947.html aapg_ai_947.html:245:43891:43911 Kern River California +0.341537 aapg_af_811.html aapg_af_811.html:317:26821:26850 Everton Arkansas +0.49767 aapg_ad_426.html aapg_ad_426.html:16:2037:2046 Vicksburg Oakville, California +0.432141 aapg_ae_170.html aapg_ae_170.html:94:10901:10921 Road River Llandeilo railway station +0.49987 aapg_aa_702.html aapg_aa_702.html:2071:179771:179779 Colorado Colorado +0.483285 palaios_html_9150736881 palaios_html_9150736881:366:35256:35275 Fairview Ohio +0.247296 aapg_ad_648.html aapg_ad_648.html:217:25117:25125 Colorado New Mexico +0.2133 aapg_ai_129.html aapg_ai_129.html:198:16193:16205 Green Valley Paradise Valley, Arizona +0.500963 aapg_ae_731.html aapg_ae_731.html:389:36045:36068 Dakota Cheyenne, Wyoming +0.257316 aapg_ah_182.html aapg_ah_182.html:36:4431:4443 Rockland Closter, New Jersey +0.486095 gsa_html_5015599008 gsa_html_5015599008:110:12003:12011 Columbia Lacombe, Alberta +0.265734 aapg_ai_49.html aapg_ai_49.html:676:88454:88461 Thaynes Reno, Nevada +0.5748 aapg_ac_742.html aapg_ac_742.html:24:3488:3496 Sundance Spearfish, South Dakota +0.510433 aapg_af_575.html aapg_af_575.html:1059:154625:154641 Dakota Nebraska +0.510562 aapg_af_470.html aapg_af_470.html:163:16161:16185 Mission Canyon Logan, Utah +0.46413 cspg_html_9613527162 cspg_html_9613527162:385:39379:39391 Rundle Central Alberta +0.25935 aapg_ae_643.html aapg_ae_643.html:369:45665:45673 Columbia Mineral County, Nevada +0.716946 aapg_ah_260.html aapg_ah_260.html:209:27166:27176 North Horn Flagstaff, Arizona +0.2646 gsa_html_2162821431 gsa_html_2162821431:1193:101440:101449 San Diego California +0.434176 cspg_html_8556552074 cspg_html_8556552074:100:8837:8856 Cold Lake Lacombe, Alberta +0.22936 aapg_ah_643.html aapg_ah_643.html:389:24744:24750 Denver Colorado +0.264438 sedimentology_html_6284954963 sedimentology_html_6284954963:2123:119431:119435 Hall London, Ontario +0.25194 cspg_html_9152086986 cspg_html_9152086986:211:20735:20765 Doig Victoria, British Columbia +0.481707 gsa_html_5527441012 gsa_html_5527441012:983:80494:80522 Green River Iran +0.256032 aapg_ae_505.html aapg_ae_505.html:36:4334:4340 Denver Colorado +0.23422 gsa_html_2665533468 gsa_html_2665533468:962:87382:87388 Oregon Earth +0.473088 gsa_html_8271829751 gsa_html_8271829751:523:45518:45530 Owens Valley Lone Pine, California +0.496513 aapg_ae_370.html aapg_ae_370.html:642:63841:63858 Keasey Salem, Oregon +0.6195 aapg_af_90.html aapg_af_90.html:41:7193:7211 Stirling Quartzite Death Valley +0.49164 cspg_html_4298557570 cspg_html_4298557570:34:4897:4913 Battle Edmonton, London +0.503428 palaios_html_1829506285 palaios_html_1829506285:482:33623:33662 Hartselle Alabama +0.258039 geology_html_1315638178 geology_html_1315638178:291:23963:23982 Hornbrook Salem, Oregon +0.277473 aapg_af_959.html aapg_af_959.html:86:9247:9271 Cook Mountain Shreveport, Louisiana +0.503976 aapg_ah_991.html aapg_ah_991.html:948:130068:130086 Boggy Texas +0.431457 gsa_html_9592096685 gsa_html_9592096685:68:4410:4438 Green River New Mexico +0.24843 cspg_html_1140317615 cspg_html_1140317615:566:46521:46529 Edmonton Lacombe, Alberta +0.244976 aapg_af_623.html aapg_af_623.html:132:13531:13541 Pittsburgh Mercer County, New Jersey +0.262446 aapg_af_77.html aapg_af_77.html:305:23739:23752 Cotton Valley Ouachita Parish, Louisiana +0.262944 AMJC_html_4487089078 AMJC_html_4487089078:523:44325:44335 Washington Cheyenne, Wyoming +0.254541 cspg_html_8250500468 cspg_html_8250500468:6:411:429 Dunvegan Lacombe, Alberta +0.487705 aapg_ai_17.html aapg_ai_17.html:664:47306:47315 Cockfield Columbia, South Carolina +0.537134 aapg_ac_508.html aapg_ac_508.html:232:19619:19631 Dakota Nebraska +0.48692 aapg_af_854.html aapg_af_854.html:948:134005:134027 Paint Creek Perry County, Indiana +0.248292 aapg_ai_587.html aapg_ai_587.html:43:5416:5437 Goddard Atoka, Oklahoma +0.454581 geology_html_2550998204 geology_html_2550998204:16:847:855 Colorado Cheyenne, Wyoming +0.253272 sedimentology_html_1911693106 sedimentology_html_1911693106:760:47104:47113 Lancaster Reno, Nevada +0.267285 aapg_aa_13.html aapg_aa_13.html:310:34730:34753 Springer Davis, California +0.271405 gsa_html_6381986868 gsa_html_6381986868:57:3851:3879 Green River New Mexico +0.284088 aapg_ae_755.html aapg_ae_755.html:395:41503:41524 Pungo River North Carolina +0.513486 gsa_html_8597749242 gsa_html_8597749242:845:88367:88395 Green River Colorado +0.48384 palaios_html_7377371027 palaios_html_7377371027:393:43715:43745 Florissant Colorado +0.45198 aapg_ah_646.html aapg_ah_646.html:28:3638:3655 Wingate Chinle Formation +0.246492 aapg_ac_749.html aapg_ac_749.html:156:21863:21880 Grimsby Ontario, California +0.476504 cspg_html_2419618566 cspg_html_2419618566:633:87233:87241 Columbia Alaska Highway +0.244068 aapg_ae_546.html aapg_ae_546.html:289:32347:32366 Smackover Arkansas +0.26986 aapg_ai_524.html aapg_ai_524.html:16:1996:2002 Kaibab Coconino County, Arizona +0.465039 gsa_html_4930932370 gsa_html_4930932370:992:110786:110803 Onaping Lake Superior +0.475134 aapg_ah_647.html aapg_ah_647.html:199:19990:19997 El Paso El Paso, Texas +0.85885 aapg_ah_973.html aapg_ah_973.html:171:12871:12887 Ripley Mississippi River +0.514374 gsa_html_5891364176 gsa_html_5891364176:815:61565:61593 Green River Colorado +0.46728 aapg_aa_141.html aapg_aa_141.html:65:9236:9251 Pico Los Angeles +0.51146 aapg_af_397.html aapg_af_397.html:588:69271:69278 Entrada Entrada Sandstone +0.495804 aapg_ai_137.html aapg_ai_137.html:73:7135:7140 Eutaw Tuscaloosa, Alabama +0.48719 aapg_af_242.html aapg_af_242.html:77:8831:8840 Escondido Rodriguez, Rizal +0.466416 aapg_aa_711.html aapg_aa_711.html:530:70958:70976 Peninsula Oman +0.493954 aapg_ai_816.html aapg_ai_816.html:526:91708:91728 Cherryvale Cherryvale, Kansas +0.44888 aapg_ai_340.html aapg_ai_340.html:355:42090:42104 Lisburne Anchorage, Alaska +0.391248 aapg_aa_328.html aapg_aa_328.html:475:35523:35538 San Felipe Tampico, Illinois +0.48576 aapg_af_551.html aapg_af_551.html:57:6342:6366 Lake Valley Ouray, Colorado +0.489149 aapg_ac_333.html aapg_ac_333.html:85:11600:11614 Rico Colorado +0.862017 geology_html_8986165275 geology_html_8986165275:150:15801:15818 Tuxedni Mount Michelson (Chugach Mountains) +0.266742 jgeology_html_9055319560 jgeology_html_9055319560:1358:81655:81663 Michigan Hartford, Connecticut +0.25376 aapg_ae_267.html aapg_ae_267.html:49:5085:5112 Onondaga Waverly, Tioga County, New York +0.248472 aapg_ac_617.html aapg_ac_617.html:134:17083:17105 Fleming Burkeville, Texas +0.266231 aapg_ah_370.html aapg_ah_370.html:286:21264:21272 Traverse Michigan +0.500388 aapg_ae_383.html aapg_ae_383.html:449:34974:34981 Chemung Chattanooga, Tennessee +0.253991 cspg_html_9516677253 cspg_html_9516677253:7:347:364 Cardium Lacombe, Alberta +0.48222 gsa_html_4153708647 gsa_html_4153708647:61:4752:4780 Green River Colorado +0.504768 gsa_html_5333500146 gsa_html_5333500146:29:2796:2824 Green River Colorado +0.48034 aapg_ae_324.html aapg_ae_324.html:1264:126317:126321 Bays Knoxville, Tennessee +0.248776 aapg_ad_567.html aapg_ad_567.html:228:42268:42281 Barnett Texas +0.24327 gsa_html_1040524378 gsa_html_1040524378:929:92141:92163 Challis Boise, Idaho +0.254478 gsa_html_7248164569 gsa_html_7248164569:326:22528:22537 Peninsula Quebec City +0.376616 aapg_ae_643.html aapg_ae_643.html:9:1093:1121 Juniata Maryland +0.262546 aapg_ah_965.html aapg_ah_965.html:114:14758:14767 Catahoula Oakville, California +0.271908 aapg_ae_642.html aapg_ae_642.html:177:17542:17565 Cotton Valley Haynesville, Louisiana +0.281912 cspg_html_3008745251 cspg_html_3008745251:24:4672:4680 Columbia Victoria, British Columbia +0.27398 cspg_html_5376629375 cspg_html_5376629375:95:14233:14266 Sullivan Middle East +0.256027 aapg_ac_807.html aapg_ac_807.html:1261:106509:106526 Raritan Closter, New Jersey +0.270788 aapg_ad_63.html aapg_ad_63.html:148:12861:12867 Reklaw Charlotte, North Carolina +0.26462 aapg_ad_836.html aapg_ad_836.html:319:28708:28717 Maquoketa Saline County, Kansas +0.35541 geology_html_4129066248 geology_html_4129066248:148:19020:19038 Fillmore Logan, Utah +0.264187 sedimentology_html_1112576860 sedimentology_html_1112576860:1157:132448:132454 Cooper San Francisco +0.235554 aapg_ad_918.html aapg_ad_918.html:520:56919:56927 Colorado Colorado +0.25216 aapg_ac_313.html aapg_ac_313.html:234:26412:26428 Campur Guatemala +0.478956 AMJC_html_8047479732 AMJC_html_8047479732:90:9570:9575 Crete Crete +0.462144 AMJC_html_4504848787 AMJC_html_4504848787:524:53152:53160 Virginia Blue Ridge Mountains +0.488696 cspg_html_9508543859 cspg_html_9508543859:193:22100:22127 Lawrence Middle East +0.259056 sedimentology_html_1685838353 sedimentology_html_1685838353:166:13996:14007 Peace River Lacombe, Alberta +0.502365 gsa_html_9795775644 gsa_html_9795775644:66:4811:4839 Green River New Mexico +0.4848 aapg_af_575.html aapg_af_575.html:469:64722:64736 Woodford Arkansas +0.26471 palaios_html_8929415325 palaios_html_8929415325:367:38957:38965 Rockwood Saudi Arabia +0.258825 sedimentology_html_5726625767 sedimentology_html_5726625767:3786:108419:108434 Nisku Lacombe, Alberta +0.476748 AMJC_html_5421639085 AMJC_html_5421639085:410:43023:43045 Gorge Sykesville, Maryland +0.47322 aapg_aa_808.html aapg_aa_808.html:65:7940:7946 Telkwa Victoria, British Columbia +0.512298 aapg_ae_73.html aapg_ae_73.html:330:42806:42812 Chinle Santa Rosa, California +0.245692 cspg_html_3102530088 cspg_html_3102530088:596:74242:74263 Belly River Lacombe, Alberta +0.272483 aapg_ac_7.html aapg_ac_7.html:75:6175:6182 Success California +0.50976 gsa_html_8433482071 gsa_html_8433482071:673:56485:56513 Green River Colorado +0.486588 gsa_html_2832151886 gsa_html_2832151886:302:22932:22955 Belle Fourche Lacombe, Alberta +0.26574 aapg_aa_415.html aapg_aa_415.html:317:47021:47029 Saratoga Saratoga, California +0.266772 palaios_html_3129690911 palaios_html_3129690911:543:48688:48719 Chinle Arizona +0.35182 palaios_html_6757540995 palaios_html_6757540995:729:61368:61387 Blufftown Alabama +0.498597 aapg_ae_715.html aapg_ae_715.html:964:114810:114835 Frio Texas +0.25449 gsa_html_5295695236 gsa_html_5295695236:1029:109796:109804 Colorado New Mexico +0.484748 gsa_html_9777159316 gsa_html_9777159316:473:44496:44503 Wallace Australasia +0.266682 aapg_af_146.html aapg_af_146.html:208:18795:18802 Potsdam Ontario, California +0.262314 aapg_ac_730.html aapg_ac_730.html:236:32984:33003 Greenhorn Mancos, Colorado +0.241982 aapg_aa_544.html aapg_aa_544.html:278:37894:37908 Colorado Cheyenne, Wyoming +0.501498 aapg_aa_124.html aapg_aa_124.html:14:2215:2234 Ellerslie Lacombe, Alberta +0.250745 aapg_ad_182.html aapg_ad_182.html:303:37284:37293 Peninsula Michigan +0.472863 AMJC_html_6341723617 AMJC_html_6341723617:604:55152:55171 Wagon Bed Cheyenne, Wyoming +0.8778 aapg_aa_918.html aapg_aa_918.html:872:91375:91381 Blaine Comanche County, Oklahoma +0.40704 aapg_ai_523.html aapg_ai_523.html:3:168:183 Weber Logan, Utah +0.508898 sedimentology_html_7567618503 sedimentology_html_7567618503:1177:67218:67223 Piper Canada +0.24837 aapg_ac_631.html aapg_ac_631.html:332:40411:40429 Teewinot Signal Mountain (Wyoming) +0.466378 jgeology_html_6063383200 jgeology_html_6063383200:245:18332:18341 San Diego California +0.380946 aapg_ae_855.html aapg_ae_855.html:350:36320:36329 Flagstaff Logan, Utah +0.252374 cspg_html_8558580101 cspg_html_8558580101:30:4701:4726 Mackenzie Lacombe, Alberta +0.491008 aapg_ae_602.html aapg_ae_602.html:575:71094:71101 Norfolk Norfolk, Virginia +0.820149 aapg_aa_544.html aapg_aa_544.html:152:21259:21277 Sundance Powder River (Montana) +0.488446 gsa_html_7498897688 gsa_html_7498897688:531:45052:45058 Sonora California +0.2496 aapg_ak_26.html aapg_ak_26.html:65:6826:6846 El Paso Sugarloaf Mountain (Florida) +0.48756 cspg_html_2172704722 cspg_html_2172704722:681:86442:86447 Gates Victoria, British Columbia +0.448938 aapg_ae_711.html aapg_ae_711.html:3:206:226 Hartshorne Arkoma, Oklahoma +0.479325 sedimentology_html_1463603507 sedimentology_html_1463603507:1195:75777:75802 Barstow California +0.4914 jgeology_html_4305195651 jgeology_html_4305195651:281:23457:23471 Slide Mountain Pennsylvania +0.493506 aapg_af_833.html aapg_af_833.html:77:8206:8223 Madison Cheyenne, Wyoming +0.254364 cspg_html_9354781888 cspg_html_9354781888:912:65116:65121 Banff Lacombe, Alberta +0.51408 aapg_ah_524.html aapg_ah_524.html:107:11363:11379 Dakota Almont, Michigan +0.250488 aapg_ai_183.html aapg_ai_183.html:267:24447:24469 Medicine Hat Bow Island Airport +0.254925 aapg_ad_440.html aapg_ad_440.html:564:53924:53930 Denmar Greenbrier (Great Smoky Mountains) +0.25039 aapg_ai_421.html aapg_ai_421.html:37:7839:7846 Kanawha Allegheny Mountains +0.48762 gsa_html_6734037246 gsa_html_6734037246:1048:86154:86182 Green River Colorado +0.110838 cspg_html_7201476813 cspg_html_7201476813:150:18834:18853 Red River Manitoba +0.239148 palaios_html_7860397774 palaios_html_7860397774:949:70010:70017 La Luna Venezuela +0.269165 cspg_html_8525917094 cspg_html_8525917094:18:2218:2231 Madison Lacombe, Alberta +0.491097 gsa_html_9487992082 gsa_html_9487992082:701:68641:68665 Cedar Mountain Logan, Utah +0.36576 aapg_ac_813.html aapg_ac_813.html:6:833:854 Green River Uinta Mountains +0.255474 aapg_aa_153.html aapg_aa_153.html:186:13351:13372 Ithaca Ithaca, New York +0.50274 aapg_aa_918.html aapg_aa_918.html:705:74458:74464 Banner Piedmont (United States) +0.483886 aapg_af_130.html aapg_af_130.html:71:13625:13643 Chaffee Arizona +0.26928 cspg_html_5697056884 cspg_html_5697056884:81:9326:9345 Deadwood Lacombe, Alberta +0.2541 sedimentology_html_9260132433 sedimentology_html_9260132433:113:11069:11085 Eureka Quartzite Canada +0.249804 cspg_html_7896958755 cspg_html_7896958755:264:27901:27923 Beaver Mines Clearwater, Florida +0.256486 gsa_html_2687257141 gsa_html_2687257141:34:2642:2648 Reston Virginia +0.257346 sedimentology_html_7622526687 sedimentology_html_7622526687:1039:82019:82026 Yucatan Central Atlantic Magmatic Province +0.461004 aapg_ae_959.html aapg_ae_959.html:819:62539:62549 Rio Grande New Mexico +0.49244 aapg_aa_20.html aapg_aa_20.html:12:2158:2168 Caseyville Pottsville, Pennsylvania +0.267189 aapg_ac_586.html aapg_ac_586.html:214:22891:22910 Allegheny Kittanning, Pennsylvania +0.359863 gsa_html_1119256423 gsa_html_1119256423:889:89999:90005 Peoria Wisconsin +0.263025 aapg_ad_466.html aapg_ad_466.html:1431:151694:151702 Richmond Virginia +0.262119 aapg_aa_718.html aapg_aa_718.html:617:64774:64799 Waynesburg Waynesburg, Pennsylvania +0.263168 aapg_aa_47.html aapg_aa_47.html:183:19376:19396 Deer Creek Madera County, California +0.484785 aapg_aa_544.html aapg_aa_544.html:343:46573:46583 Wind River Wasatch Range +0.479987 gsa_html_9052101586 gsa_html_9052101586:454:53373:53384 Peoria Peoria, Illinois +0.260096 aapg_ae_981.html aapg_ae_981.html:83:6142:6162 Bainbridge Bainbridge, Georgia +0.24255 aapg_aa_192.html aapg_aa_192.html:496:59230:59234 Vale New South Wales +0.228872 aapg_aa_147.html aapg_aa_147.html:267:32579:32597 Whitewood Middle Ordovician +0.247988 aapg_ae_3.html aapg_ae_3.html:210:29459:29479 Manning Canyon Logan, Utah +0.4998 aapg_aa_350.html aapg_aa_350.html:36:3161:3168 Saginaw Kawkawlin River +0.252784 aapg_aa_109.html aapg_aa_109.html:17:2651:2666 Molas Colorado +0.502911 cspg_html_8756009083 cspg_html_8756009083:820:84114:84122 Columbia Victoria, British Columbia +0.24453 aapg_ai_932.html aapg_ai_932.html:458:71419:71439 Point Sal Monterey, California +0.486504 cspg_html_6163998187 cspg_html_6163998187:56:8028:8045 Cadomin Canada +0.257045 aapg_ad_959.html aapg_ad_959.html:64:6718:6735 Garrard Siltstone Lexington, Kentucky +0.505968 gsa_html_6263927481 gsa_html_6263927481:489:47430:47440 Washington Salem, Oregon +0.259588 sedimentology_html_3941612453 sedimentology_html_3941612453:903:76180:76201 Quinault Washington (state) +0.24684 aapg_ai_105.html aapg_ai_105.html:151:17404:17428 Uinta Heber, California +0.907124 aapg_aa_44.html aapg_aa_44.html:244:31676:31684 Moenkopi Logan, Utah +0.243024 aapg_ad_148.html aapg_ad_148.html:22:2057:2063 Oregon Washington (state) +0.26883 cspg_html_1351473625 cspg_html_1351473625:125:20810:20818 Columbia Victoria, British Columbia +0.490116 aapg_af_451.html aapg_af_451.html:99:12594:12603 Cold Lake Regina, Saskatchewan +0.490676 sedimentology_html_3865745685 sedimentology_html_3865745685:1548:109126:109148 Shaftesbury Lacombe, Alberta +0.412455 cspg_html_6472484014 cspg_html_6472484014:10:563:595 Sayabec New Brunswick, New Jersey +0.25853 aapg_ac_69.html aapg_ac_69.html:637:65831:65837 Borden Bloomington, Indiana +0.262236 aapg_ae_263.html aapg_ae_263.html:156:11684:11699 Marcellus Helderberg +0.259077 aapg_af_728.html aapg_af_728.html:186:23269:23296 Vinini Reno, Nevada +0.272994 aapg_ae_873.html aapg_ae_873.html:1120:133289:133303 Woodbine Mexia, Texas +0.251472 cspg_html_5660413005 cspg_html_5660413005:382:45416:45424 Columbia Lacombe, Alberta +0.269336 aapg_ah_532.html aapg_ah_532.html:81:7717:7736 Leadville Ouray, Colorado +0.271956 aapg_ah_889.html aapg_ah_889.html:15:2134:2147 Barnett Montgomery (town), New York +0.243675 aapg_ad_440.html aapg_ad_440.html:24:3008:3019 Mauch Chunk Bluefield, West Virginia +0.25636 cspg_html_5731893209 cspg_html_5731893209:43:4204:4219 Leduc Redwater, Texas +0.666505 aapg_ac_841.html aapg_ac_841.html:531:60374:60391 Subinal Guatemala +0.265415 aapg_ae_74.html aapg_ae_74.html:476:45600:45618 Morrison New Mexico +0.49062 gsa_html_6426465509 gsa_html_6426465509:594:50724:50730 Reston Virginia +0.255987 aapg_ad_337.html aapg_ad_337.html:346:39749:39776 Vasquez Los Angeles +0.704686 aapg_ad_584.html aapg_ad_584.html:622:59044:59061 Hosston Mississippi River +0.267253 aapg_ai_153.html aapg_ai_153.html:99:17715:17724 Pottsville Pottsville, Pennsylvania +0.258064 cspg_html_4498577775 cspg_html_4498577775:1055:83490:83508 Gog Canada +0.2499 gsa_html_8308045298 gsa_html_8308045298:896:83994:83999 Logan Washington (state) +0.469614 aapg_ad_984.html aapg_ad_984.html:185:17868:17872 Bell Harlan, Kentucky +0.73188 aapg_ai_688.html aapg_ai_688.html:131:16942:16960 Bloomsburg Huntington, West Virginia +0.501804 aapg_ae_233.html aapg_ae_233.html:14:2047:2067 Tuscaloosa Texas +0.262614 gsa_html_1549665076 gsa_html_1549665076:548:53679:53689 Ellensburg Washington (state) +0.26558 aapg_aa_448.html aapg_aa_448.html:41:5919:5929 Missisauga Logan Canyon +0.24156 geology_html_3510163360 geology_html_3510163360:17:1329:1344 Wepawaug Schist Hartford, Connecticut +0.25041 gsa_html_4828739821 gsa_html_4828739821:691:56729:56737 Colorado Colorado +0.50232 aapg_ae_961.html aapg_ae_961.html:338:26623:26631 Niobrara Valley City, North Dakota +0.237855 cspg_html_3734757529 cspg_html_3734757529:446:61637:61645 Finnegan Western Canadian Sedimentary Basin +0.265221 gsa_html_5552216115 gsa_html_5552216115:1229:122954:122975 Paso Robles California +0.275625 aapg_ah_646.html aapg_ah_646.html:8:1093:1109 Chinle Chinle Formation +0.495471 cspg_html_9825544190 cspg_html_9825544190:13:1600:1607 Wabamun Lacombe, Alberta +0.484344 cspg_html_5375448448 cspg_html_5375448448:489:50301:50309 Columbia Victoria, British Columbia +0.471311 geology_html_2144574689 geology_html_2144574689:275:25812:25822 Washington Seattle +0.495976 aapg_ac_210.html aapg_ac_210.html:122:14278:14297 Matanuska Talkeetna Mountains +0.252927 aapg_ad_441.html aapg_ad_441.html:95:7518:7524 Carmel Kayenta, Arizona +0.242688 AMJC_html_5421639085 AMJC_html_5421639085:651:65478:65486 Virginia Piedmont (United States) +0.25338 aapg_aa_208.html aapg_aa_208.html:257:27698:27708 Maravillas Middle East +0.2515 aapg_ai_0.html aapg_ai_0.html:184:23091:23100 Ingleside Aransas Pass, Texas +0.479539 aapg_aa_537.html aapg_aa_537.html:474:55821:55827 Oswego Mississippi River +0.464448 aapg_ac_612.html aapg_ac_612.html:273:27869:27876 Manitou Fremont, California +0.816487 aapg_af_673.html aapg_af_673.html:41:5248:5261 Lone Mountain Reno, Nevada +0.503451 aapg_ac_414.html aapg_ac_414.html:41:5083:5089 Kaibab Reno, Nevada +0.25351 gsa_html_6983076294 gsa_html_6983076294:128:13890:13918 Carrizo Texas +0.24888 aapg_ai_1.html aapg_ai_1.html:251:22821:22828 Hermosa San Juan Mountains +0.468293 gsa_html_8335323050 gsa_html_8335323050:844:87812:87831 Penobscot Penobscot Bay +0.263105 geology_html_6235125926 geology_html_6235125926:115:11431:11440 Salt Lake Wasatch Range +0.511252 sedimentology_html_3200584564 sedimentology_html_3200584564:807:65871:65888 Cardium Canada +0.27195 aapg_ac_333.html aapg_ac_333.html:775:94381:94391 San Andres Kaibab, Arizona +0.255021 gsa_html_4058959570 gsa_html_4058959570:434:34701:34717 Bladen Maya Mountain +0.48174 cspg_html_1264368391 cspg_html_1264368391:8:569:585 Viking Lacombe, Alberta +0.252486 aapg_ac_373.html aapg_ac_373.html:351:40409:40437 Nicola Ionian Sea +0.477675 cspg_html_4105062490 cspg_html_4105062490:153:16279:16294 Banff Lacombe, Alberta +0.2562 cspg_html_9185158332 cspg_html_9185158332:31:6571:6579 Dunvegan Victoria, British Columbia +0.476545 jgeology_html_3899973304 jgeology_html_3899973304:520:33040:33058 Hurricane Mountain Adirondack Mountains +0.487438 aapg_af_461.html aapg_af_461.html:147:13457:13465 Glenwood Michigan +0.245448 aapg_ae_370.html aapg_ae_370.html:14:1967:1984 Keasey Cowlitz River +0.486822 aapg_af_470.html aapg_af_470.html:274:28963:28969 Denver Colorado +0.51987 aapg_ac_628.html aapg_ac_628.html:730:125859:125865 Chinle Summerville, South Carolina +0.268786 aapg_af_113.html aapg_af_113.html:15:2510:2518 Michigan Michigan +0.472 aapg_ah_972.html aapg_ah_972.html:16:2070:2088 Whitsett Trinity County, Texas +0.47232 gsa_html_7813941610 gsa_html_7813941610:300:26163:26180 Cushing Casco Bay +0.508555 aapg_ai_582.html aapg_ai_582.html:132:11850:11866 Sundance Manitoba +0.35947 aapg_ai_159.html aapg_ai_159.html:216:24965:24972 Caimito Darien, Georgia +0.266713 aapg_ae_187.html aapg_ae_187.html:352:36786:36796 Utica Maysville, Kentucky +0.26368 cspg_html_6927586285 cspg_html_6927586285:538:63786:63803 Halfway Victoria, British Columbia +0.465192 cspg_html_8128756616 cspg_html_8128756616:356:41441:41463 Grand Rapids Canada +0.6228 cspg_html_4516258038 cspg_html_4516258038:488:54693:54702 Hecla Bay Bathurst Island (Northern Territory) +0.487786 gsa_html_9052101586 gsa_html_9052101586:373:41398:41414 Columbia Peoria, Illinois +0.4731 aapg_ad_379.html aapg_ad_379.html:796:64823:64845 Summerville Logan, Utah +0.50297 cspg_html_9499345121 cspg_html_9499345121:769:88554:88562 Columbia Victoria, British Columbia +0.258552 cspg_html_2650524233 cspg_html_2650524233:29:5849:5866 Battle Regina, Saskatchewan +0.291404 aapg_ah_638.html aapg_ah_638.html:49:5104:5113 Red Bluff Alabama +0.25012 aapg_ad_367.html aapg_ad_367.html:57:7010:7018 Richmond Victoria, British Columbia +0.244524 aapg_af_482.html aapg_af_482.html:51:6872:6884 El Plan Rosario, Cavite +0.26368 gsa_html_3010975239 gsa_html_3010975239:544:63521:63528 Saginaw Michigan +0.492624 aapg_ac_546.html aapg_ac_546.html:75:10922:10934 Frio Texas +0.242316 cspg_html_9468274627 cspg_html_9468274627:60:7779:7787 Columbia Victoria, British Columbia +0.492012 aapg_ai_615.html aapg_ai_615.html:186:24889:24903 Ross Mexico +0.239021 aapg_ai_267.html aapg_ai_267.html:146:19647:19654 Halifax Cape Hatteras Light +0.486244 aapg_ac_942.html aapg_ac_942.html:92:12223:12240 Paradox Colorado +0.254829 aapg_ae_876.html aapg_ae_876.html:817:88092:88106 Cedar Mountain Cedar Mountains +0.443208 cspg_html_2838996125 cspg_html_2838996125:164:29941:29967 Imperial California +0.263682 palaios_html_1422826240 palaios_html_1422826240:604:46109:46117 Santiago Chile +0.273996 aapg_ah_83.html aapg_ah_83.html:361:44806:44825 Lakota Cheyenne, Wyoming +0.275625 gsa_html_1923206392 gsa_html_1923206392:895:71259:71278 Ellis Bay Quebec City +0.478208 sedimentology_html_2390923054 sedimentology_html_2390923054:1266:84613:84631 Fayetteville Arkansas +0.370512 cspg_html_1976603247 cspg_html_1976603247:49:6259:6295 Albert New Brunswick, New Jersey +0.243432 palaios_html_6100595217 palaios_html_6100595217:343:35110:35134 Moodys Branch Lisbon +0.482304 cspg_html_4031489103 cspg_html_4031489103:368:56239:56262 Striped Peak Pend Oreille River +0.248412 gsa_html_1254347878 gsa_html_1254347878:250:29779:29801 Garnet Range Canada +0.256824 geology_html_6598395476 geology_html_6598395476:184:17858:17862 Bond North Atlantic Current +0.456936 aapg_ae_755.html aapg_ae_755.html:165:19967:19984 Calvert Maryland +0.499275 cspg_html_4409656292 cspg_html_4409656292:51:7016:7023 Cardium Milk River, Alberta +0.693719 aapg_ah_779.html aapg_ah_779.html:302:56793:56812 Arkansas Novaculite Illinois +0.51418 aapg_ah_643.html aapg_ah_643.html:114:14357:14363 Snyder Southern United States +0.485028 sedimentology_html_5473736877 sedimentology_html_5473736877:576:34503:34542 Bruce Perth, Western Australia +0.46752 cspg_html_7028413504 cspg_html_7028413504:255:34758:34774 Exshaw Lacombe, Alberta +0.76095 cspg_html_5220068638 cspg_html_5220068638:182:21633:21645 Fernie Lacombe, Alberta +0.25908 cspg_html_9942234474 cspg_html_9942234474:440:51085:51117 Grosmont Lacombe, Alberta +0.2485 aapg_ak_135.html aapg_ak_135.html:3:366:381 Catalina Schist California +0.477582 aapg_ah_301.html aapg_ah_301.html:593:66472:66479 Yucatan Key West, Florida +0.504088 aapg_af_868.html aapg_af_868.html:509:38697:38702 Atoka Adair County, Missouri +0.264192 cspg_html_7839431712 cspg_html_7839431712:29:4009:4027 Foremost Saskatchewan River +0.49192 gsa_html_2658549614 gsa_html_2658549614:65:5843:5871 Green River New Mexico +0.252296 cspg_html_1498300615 cspg_html_1498300615:5:202:217 Cairn Lacombe, Alberta +0.267273 gsa_html_2989317971 gsa_html_2989317971:475:51524:51534 Wood River Snake River Canyon (Idaho) +0.258352 aapg_ai_54.html aapg_ai_54.html:109:12092:12102 Tuscaloosa Tuscaloosa, Alabama +0.223244 jgeology_html_2563614336 jgeology_html_2563614336:148:7024:7035 San Jacinto Lake Elsinore, California +0.50932 aapg_af_142.html aapg_af_142.html:192:22797:22806 Smackover Matamoros, Tamaulipas +0.495558 aapg_ak_87.html aapg_ak_87.html:401:52179:52194 Supai Mogollon, New Mexico +0.252909 aapg_ah_528.html aapg_ah_528.html:520:55645:55652 Thaynes Boise, Idaho +0.196471 aapg_ae_171.html aapg_ae_171.html:413:36017:36036 Newcastle Black Hills +0.452648 cspg_html_2098485391 cspg_html_2098485391:174:22570:22587 Kagawong Manitoulin Island +0.49469 aapg_ae_391.html aapg_ae_391.html:373:33617:33625 Carlsbad Pecos County, Texas +0.25149 gsa_html_5625878232 gsa_html_5625878232:562:70177:70193 Spray Victoria, British Columbia +0.48616 aapg_aa_785.html aapg_aa_785.html:420:47711:47731 San Miguel Texas +0.243307 aapg_ah_644.html aapg_ah_644.html:154:18011:18034 Gypsum Spring Regina, Saskatchewan +0.458594 aapg_ai_82.html aapg_ai_82.html:300:33258:33268 Greenbrier Greenbrier (Great Smoky Mountains) +0.25344 cspg_html_4031489103 cspg_html_4031489103:340:50261:50278 Gateway Victoria, British Columbia +0.4755 aapg_aa_647.html aapg_aa_647.html:84:7429:7438 Tuscarora Pennsylvania +0.361665 aapg_af_130.html aapg_af_130.html:229:38621:38638 Elbert Ouray, Colorado +0.260604 aapg_ae_370.html aapg_ae_370.html:64:7418:7425 Astoria Salem, Oregon +0.382228 aapg_ah_635.html aapg_ah_635.html:290:36928:36965 La Quinta Venezuela +0.278236 sedimentology_html_4303519838 sedimentology_html_4303519838:902:69031:69053 Bonanza Middle East +0.484946 palaios_html_9357360196 palaios_html_9357360196:95:9290:9304 Ogallala Texas +0.484932 aapg_ad_335.html aapg_ad_335.html:323:38453:38469 Ferris Fort Union Trading Post National Historic Site +0.4845 cspg_html_4655200751 cspg_html_4655200751:73:13455:13473 Wabamun Swan Hill, Victoria +0.253512 aapg_ak_83.html aapg_ak_83.html:11:2074:2084 San Miguel Caribbean +0.2515 gsa_html_2258041855 gsa_html_2258041855:19:1169:1177 Humboldt Michigan +0.482384 gsa_html_5967182502 gsa_html_5967182502:57:3907:3935 Green River Colorado +0.252003 cspg_html_1225021992 cspg_html_1225021992:194:26170:26191 Shaftesbury River Torrens +0.487959 aapg_ad_338.html aapg_ad_338.html:650:65427:65448 Englishtown Closter, New Jersey +0.662228 aapg_ad_258.html aapg_ad_258.html:204:21054:21063 Rose Hill Lee County, Alabama +0.26574 aapg_ah_978.html aapg_ah_978.html:459:42895:42902 Temblor California +0.44829 aapg_ai_49.html aapg_ai_49.html:280:34041:34047 Pueblo California +0.48581 aapg_ad_659.html aapg_ad_659.html:232:31729:31737 Michigan Wisconsin +0.263025 cspg_html_3618628685 cspg_html_3618628685:97:13194:13214 Milk River Deadhorse, Alaska +0.383789 geology_html_1668394540 geology_html_1668394540:17:1051:1063 Owens Valley Reno, Nevada +0.247164 palaios_html_9507397379 palaios_html_9507397379:17:819:844 Barstow California +0.271432 aapg_af_188.html aapg_af_188.html:220:23188:23208 Telegraph Creek Boulder River (Washington) +0.892068 aapg_aa_114.html aapg_aa_114.html:233:25814:25821 La Joya Middle East +0.273182 aapg_ah_723.html aapg_ah_723.html:225:26229:26249 Boundary Creek Canada +0.26037 aapg_af_4.html aapg_af_4.html:85:10093:10111 Monterey California +0.474366 cspg_html_4699684578 cspg_html_4699684578:340:41367:41384 Mount Hawk Lacombe, Alberta +0.261632 aapg_aa_797.html aapg_aa_797.html:130:16903:16915 Cutler Canyonlands National Park +0.264027 sedimentology_html_3238300064 sedimentology_html_3238300064:2136:125885:125902 Cadomin Tilley, Alberta +0.261057 aapg_af_625.html aapg_af_625.html:549:56608:56626 Jefferson Helderberg +0.485961 aapg_ae_876.html aapg_ae_876.html:565:60723:60747 Cedar Mountain Cedar Mountains +0.265161 aapg_ah_435.html aapg_ah_435.html:126:15723:15733 San Felipe Texas +0.253616 aapg_ae_973.html aapg_ae_973.html:1082:84754:84770 Tessey Salado, Texas +0.271117 cspg_html_3129231627 cspg_html_3129231627:9:867:880 Baumann Fiord Ellesmere Island +0.257536 cspg_html_9951421861 cspg_html_9951421861:156:23765:23775 Clearwater Clearwater, Florida +0.250937 aapg_ah_108.html aapg_ah_108.html:49:5450:5456 Brazil Salvador, Bahia +0.24059 aapg_aa_302.html aapg_aa_302.html:324:39009:39024 Loray Kaibab, Arizona +0.239811 aapg_ae_324.html aapg_ae_324.html:618:63465:63473 Virginia Bluefield, West Virginia +0.251923 cspg_html_3772380029 cspg_html_3772380029:446:57013:57027 Surprise Creek Churchill River (Atlantic) +0.671608 aapg_af_423.html aapg_af_423.html:59:5226:5236 Fort Payne Monteagle, Tennessee +0.232315 cspg_html_9435196958 cspg_html_9435196958:1366:57535:57553 Edmonton Lacombe, Alberta +0.23856 aapg_af_142.html aapg_af_142.html:192:22892:22908 Olvido Matamoros, Tamaulipas +0.49115 AMJC_html_8619525948 AMJC_html_8619525948:33:3957:3975 Wamsutta Cambridge, Massachusetts +0.496422 aapg_af_128.html aapg_af_128.html:451:41855:41874 Minnelusa Cheyenne, Wyoming +0.49556 gsa_html_4330209686 gsa_html_4330209686:30:2840:2868 Green River Colorado +0.4864 cspg_html_4132771434 cspg_html_4132771434:727:84605:84616 Peace River Western Canadian Sedimentary Basin +0.483616 aapg_aa_419.html aapg_aa_419.html:929:79266:79274 Victoria Perth, Western Australia +0.512539 gsa_html_3176813682 gsa_html_3176813682:851:71740:71768 Green River Iran +0.498076 aapg_af_590.html aapg_af_590.html:353:26557:26576 Rock Springs Sweetwater, Miami-Dade County, Florida +0.881397 cspg_html_2796643803 cspg_html_2796643803:125:19574:19592 Deadwood Williston Basin +0.48285 aapg_ad_883.html aapg_ad_883.html:47:6862:6883 Mount Simon Detroit River International Wildlife Refuge +0.479048 gsa_html_9931459047 gsa_html_9931459047:29:2796:2824 Green River Colorado +0.243236 cspg_html_8312989046 cspg_html_8312989046:856:88240:88272 Bowser Victoria, British Columbia +0.475551 aapg_ac_841.html aapg_ac_841.html:267:34636:34651 Atima Honduras +0.250458 aapg_aa_918.html aapg_aa_918.html:766:81884:81900 Custer Texas +0.474264 palaios_html_6815039820 palaios_html_6815039820:36:4180:4186 Lehman Texas +0.49518 aapg_ac_246.html aapg_ac_246.html:21:2973:2982 Newcastle Cheyenne, Wyoming +0.476146 geology_html_7820977853 geology_html_7820977853:231:22055:22061 Denver Fraser River (Colorado) +0.49556 sedimentology_html_7837388858 sedimentology_html_7837388858:28:1929:1938 Newcastle Melbourne, Florida +0.248496 aapg_af_469.html aapg_af_469.html:375:42475:42483 Humboldt Reno, Nevada +0.486504 gsa_html_2675218998 gsa_html_2675218998:730:72340:72359 Colorado Provinces of Italy +0.263144 aapg_ad_2.html aapg_ad_2.html:672:96931:96948 Theresa Adirondack Park +0.463425 aapg_ak_104.html aapg_ak_104.html:71:10365:10383 Tensleep Cheyenne, Wyoming +0.256486 cspg_html_1118978429 cspg_html_1118978429:25:2936:2970 Cadomin Lacombe, Alberta +0.254584 cspg_html_3554431164 cspg_html_3554431164:13:1349:1354 Nisku Rocky Mountains +0.257 palaios_html_8910286482 palaios_html_8910286482:282:29784:29795 Waccamaw North Carolina +0.385313 cspg_html_4031489103 cspg_html_4031489103:339:49662:49668 Fernie Fernie, British Columbia +0.25705 aapg_ai_386.html aapg_ai_386.html:60:6388:6396 Woodbine Cotton Valley, Louisiana +0.494449 cspg_html_1019614994 cspg_html_1019614994:457:78060:78081 Big Valley Lacombe, Alberta +0.259548 aapg_af_353.html aapg_af_353.html:16:2072:2087 Sespe Ventura County, California +0.450824 cspg_html_8306619029 cspg_html_8306619029:12:1669:1688 Greenhorn Lacombe, Alberta +0.269824 aapg_ae_729.html aapg_ae_729.html:446:53849:53859 Washington Mexico +0.471338 cspg_html_4374961624 cspg_html_4374961624:29:5106:5115 Cathedral Mount Robson Provincial Park +0.36395 sedimentology_html_1180576775 sedimentology_html_1180576775:1231:61019:61037 Smackover Alabama +0.524 gsa_html_3429903648 gsa_html_3429903648:835:70533:70561 Green River Colorado +0.243972 jgeology_html_8904089554 jgeology_html_8904089554:762:38397:38419 Fisset Brook Inverness, Shelby County, Alabama +0.46835 gsa_html_8951179545 gsa_html_8951179545:775:82868:82880 Wilcox Texas +0.262446 cspg_html_8649903682 cspg_html_8649903682:410:31601:31619 Goodrich Pine River (Michigan) +0.246945 aapg_ai_748.html aapg_ai_748.html:15:1323:1332 Smackover Cotton Valley, Louisiana +0.501375 aapg_ai_996.html aapg_ai_996.html:176:13643:13651 Kirkwood Maryland +0.510808 aapg_ae_369.html aapg_ae_369.html:107:11631:11647 Tuscaloosa Mississippi River +0.493152 aapg_ah_536.html aapg_ah_536.html:186:24537:24554 Hosston Texas +0.248 aapg_ah_601.html aapg_ah_601.html:83:5987:5994 Fleming Jefferson County, Colorado +0.51357 aapg_ad_2.html aapg_ad_2.html:1393:190624:190634 Reedsville Chambersburg, Pennsylvania +0.248496 aapg_ah_875.html aapg_ah_875.html:341:32276:32284 El Salto El Salto, Jalisco +0.242905 gsa_html_6589330144 gsa_html_6589330144:171:21493:21499 Reston Virginia +0.377832 aapg_ai_78.html aapg_ai_78.html:45:4322:4341 Catahoula Shreveport, Louisiana +0.481584 cspg_html_6927586285 cspg_html_6927586285:34:4907:4915 Columbia Lacombe, Alberta +0.248937 gsa_html_6927123889 gsa_html_6927123889:782:69264:69268 Pico Spain +0.490974 cspg_html_3618628685 cspg_html_3618628685:449:50526:50548 Belly River Lacombe, Alberta +0.26316 gsa_html_2059086425 gsa_html_2059086425:410:33930:33951 Lake Valley Sacramento Mountains (California) +0.271432 aapg_ai_107.html aapg_ai_107.html:863:73059:73093 Cotton Valley Arkansas +0.256332 jgeology_html_2758284699 jgeology_html_2758284699:1329:67156:67160 Hall London, Ontario +0.472647 gsa_html_9859522168 gsa_html_9859522168:172:23322:23325 Rye Colorado +0.259578 aapg_ad_466.html aapg_ad_466.html:365:43828:43835 Patuxent Patapsco River +0.248196 aapg_ai_81.html aapg_ai_81.html:461:37417:37440 Conemaugh Pocono Raceway +0.252048 aapg_aa_835.html aapg_aa_835.html:7:1100:1115 Uinta Logan, Utah +0.265221 palaios_html_4939666561 palaios_html_4939666561:48:6067:6088 Clays Ferry Kentucky +0.518694 cspg_html_7602315496 cspg_html_7602315496:7:788:801 Bearpaw Milk River, Alberta +0.507232 aapg_aa_146.html aapg_aa_146.html:197:26621:26640 Fox Hills Crook, Colorado +0.520983 aapg_ae_223.html aapg_ae_223.html:66:7812:7819 Wasatch Moffat County, Colorado +0.252945 aapg_ah_97.html aapg_ah_97.html:117:14269:14274 Viola Knoxville, Tennessee +0.265224 aapg_ae_991.html aapg_ae_991.html:3:297:315 Tensleep Cheyenne, Wyoming +0.479044 cspg_html_6163691495 cspg_html_6163691495:750:75224:75232 Colorado Denver +0.5018 aapg_ah_442.html aapg_ah_442.html:12:2733:2737 Frio Neches River +0.255474 geology_html_7187083904 geology_html_7187083904:12:645:652 El Paso Texas +0.259875 aapg_aa_659.html aapg_aa_659.html:391:23314:23319 Swift Bay of Fundy +0.492544 aapg_ac_579.html aapg_ac_579.html:11:1220:1230 Fort Union Uinta Mountains +0.47864 palaios_html_6788096414 palaios_html_6788096414:580:59877:59881 Open Melbourne, Florida +0.487956 cspg_html_9729377176 cspg_html_9729377176:161:20528:20537 Baldonnel Victoria, British Columbia +0.247506 geology_html_5620285857 geology_html_5620285857:258:21705:21724 Mansfield Bloomington, Indiana +0.251412 geology_html_9677846398 geology_html_9677846398:256:22564:22580 Noonday Dolomite Death Valley +0.253952 sedimentology_html_5557101170 sedimentology_html_5557101170:716:46016:46028 Devon Island Canadian Arctic Archipelago +0.264654 aapg_ae_419.html aapg_ae_419.html:4931:281137:281157 San Miguel Texas +0.267064 aapg_ah_647.html aapg_ah_647.html:529:57463:57477 Earp Tombstone, Arizona +0.478545 aapg_ah_609.html aapg_ah_609.html:33:4471:4482 Green River Wasatch Range +0.239931 cspg_html_4072152826 cspg_html_4072152826:206:25348:25363 Lyell Mons +0.487076 aapg_ai_447.html aapg_ai_447.html:145:17570:17580 Whitehorse Grady County, Georgia +0.953312 cspg_html_6985536436 cspg_html_6985536436:66:9863:9881 Beaufort Banks Island +0.52305 aapg_ad_564.html aapg_ad_564.html:1573:143590:143604 Toro New Guinea +0.485556 aapg_ae_981.html aapg_ae_981.html:233:19158:19174 Laurel Missouri River +0.48348 gsa_html_8729417345 gsa_html_8729417345:29:2796:2824 Green River Colorado +0.452749 jgeology_html_4599466962 jgeology_html_4599466962:318:22990:22998 Syracuse Schoharie Creek +0.27716 aapg_ae_345.html aapg_ae_345.html:41:3277:3282 Eutaw Tuscaloosa, Alabama +0.493908 aapg_af_763.html aapg_af_763.html:166:19471:19488 Roberts Mountains Reno, Nevada +0.484932 cspg_html_5345848475 cspg_html_5345848475:120:16358:16381 Medicine Hat Regina, Saskatchewan +0.239568 gsa_html_4763927881 gsa_html_4763927881:568:54863:54869 Oregon California +0.23232 aapg_ad_152.html aapg_ad_152.html:1516:195509:195514 Loray Kaibab, Arizona +0.438633 cspg_html_9275863663 cspg_html_9275863663:98:13873:13892 Waterways Middle East +0.246492 geology_html_8078361781 geology_html_8078361781:12:498:504 Denver Colorado +0.499896 aapg_ah_784.html aapg_ah_784.html:148:15133:15153 San Andres New Mexico +0.515966 gsa_html_3666562816 gsa_html_3666562816:1054:100121:100149 Green River Colorado +0.45913 jgeology_html_1659592707 jgeology_html_1659592707:758:51118:51126 Colorado Denver +0.69624 aapg_ae_113.html aapg_ae_113.html:404:54709:54734 Belcher Channel Ellesmere Island +0.46172 aapg_ac_629.html aapg_ac_629.html:708:84053:84060 Pamlico Wicomico County, Maryland +0.490464 sedimentology_html_9410532865 sedimentology_html_9410532865:1633:112290:112311 Green River Cheyenne, Wyoming +0.26058 aapg_af_975.html aapg_af_975.html:110:17612:17618 Denver Colorado +0.260896 cspg_html_6840476817 cspg_html_6840476817:690:69974:69984 West Point Quebec City +0.487734 sedimentology_html_9633602572 sedimentology_html_9633602572:31:2241:2249 Edmonton Canada +0.693719 gsa_html_6706549940 gsa_html_6706549940:385:32183:32192 New River Little Juniata River +0.456008 gsa_html_7485655092 gsa_html_7485655092:988:79200:79206 Ithaca Andes +0.499118 geology_html_5828016264 geology_html_5828016264:167:14161:14166 Bluff Oak Island +0.808992 aapg_af_459.html aapg_af_459.html:3:203:207 Dean West, Texas +0.233172 aapg_aa_723.html aapg_aa_723.html:76:8808:8815 Newport San Diego +0.464778 cspg_html_1822367166 cspg_html_1822367166:89:14026:14045 Queenston Manitoulin Island +0.253492 aapg_aa_960.html aapg_aa_960.html:327:26725:26742 Wingate Durango, Durango +0.246482 aapg_ac_708.html aapg_ac_708.html:86:8959:8975 Elwren Chester, Pennsylvania +0.254856 palaios_html_8095221691 palaios_html_8095221691:147:18668:18676 Traverse Cambridge +0.690694 aapg_ai_388.html aapg_ai_388.html:204:20785:20802 Wasatch Wasatch Range +0.270648 geology_html_3221396549 geology_html_3221396549:270:25031:25039 Michigan Michigan +0.50635 gsa_html_5567409097 gsa_html_5567409097:744:71575:71603 Green River Colorado +0.45908 geology_html_1745354227 geology_html_1745354227:286:25599:25623 Gog Lacombe, Alberta +0.476046 aapg_ah_675.html aapg_ah_675.html:485:66463:66474 Sadlerochit Anchorage, Alaska +0.267289 sedimentology_html_2078363788 sedimentology_html_2078363788:843:61688:61692 Hall London, Ontario +0.47328 aapg_aa_976.html aapg_aa_976.html:319:42432:42449 Astoria Washington (state) +0.26059 aapg_ah_828.html aapg_ah_828.html:206:14503:14523 Twin Creek Logan, Utah +0.950096 palaios_html_6461864355 palaios_html_6461864355:874:76230:76256 Pottsville Alabama +0.243013 sedimentology_html_2865738906 sedimentology_html_2865738906:523:31538:31568 Holder New Mexico +0.505932 aapg_af_131.html aapg_af_131.html:15:2248:2258 Dewey Lake Nashville Basin +0.482275 cspg_html_3328007773 cspg_html_3328007773:968:98962:98985 Boulder Creek Victoria, British Columbia +0.258981 aapg_ae_388.html aapg_ae_388.html:1726:109214:109224 Cedar Keys Levy County, Florida +0.478908 aapg_ae_904.html aapg_ae_904.html:229:24512:24527 Galena Nebraska +0.53144 aapg_ae_772.html aapg_ae_772.html:17:1852:1867 Mesaverde Beaumont, Texas +0.26159 cspg_html_6417125323 cspg_html_6417125323:35:4332:4345 Watt Mountain Regina, Saskatchewan +0.252648 palaios_html_4588969442 palaios_html_4588969442:16:972:1006 Tanyard Texas +0.255021 aapg_ac_569.html aapg_ac_569.html:325:45146:45166 Emma Fiord Devon Island +0.24327 cspg_html_7404699681 cspg_html_7404699681:21:2594:2605 Peace River Lacombe, Alberta +0.267806 gsa_html_8427644447 gsa_html_8427644447:584:50642:50687 Sandia Culebra, Puerto Rico +0.48756 sedimentology_html_5672063331 sedimentology_html_5672063331:39:2718:2724 Walker Reno, Nevada +0.507904 gsa_html_5351204746 gsa_html_5351204746:68:5131:5159 Green River Colorado +0.251979 geology_html_9924482358 geology_html_9924482358:301:27218:27225 Madison Logan, Utah +0.200412 cspg_html_9057975703 cspg_html_9057975703:50:5999:6016 Duperow Western Canadian Sedimentary Basin +0.248745 aapg_ah_536.html aapg_ah_536.html:446:58088:58095 Rodessa Mooringsport, Louisiana +0.248004 cspg_html_1654370716 cspg_html_1654370716:44:4671:4684 Parry Islands Bathurst Island (Northern Territory) +0.495496 aapg_ah_536.html aapg_ah_536.html:231:31397:31414 Pine Island Texas +0.490716 aapg_ad_341.html aapg_ad_341.html:257:26694:26702 Catskill Chadwick, Illinois +0.449599 aapg_ai_981.html aapg_ai_981.html:233:19744:19752 Beaumont Texas +0.29322 aapg_aa_803.html aapg_aa_803.html:302:38607:38634 Moenkopi Colorado +0.265144 geology_html_9958752318 geology_html_9958752318:292:24097:24105 Columbia Victoria, British Columbia +0.47817 aapg_af_854.html aapg_af_854.html:1264:179936:179953 Renault Illinois +0.491967 cspg_html_6964953392 cspg_html_6964953392:42:6844:6852 Columbia Victoria, British Columbia +0.851848 aapg_ah_421.html aapg_ah_421.html:258:21730:21749 Fox Hills Denver +0.34532 geology_html_9449848150 geology_html_9449848150:22:1683:1703 North Horn Logan, Utah +0.257895 aapg_ai_724.html aapg_ai_724.html:274:26739:26758 Allen Bay Southeast Asia +0.24255 aapg_aa_537.html aapg_aa_537.html:229:26975:26993 Fayetteville Mississippi River +0.493812 aapg_ai_247.html aapg_ai_247.html:105:11528:11547 Detroit River Reed City, Michigan +0.273 aapg_aa_904.html aapg_aa_904.html:413:35266:35275 Mesaverde San Juan, Argentina +0.381018 geology_html_1390060534 geology_html_1390060534:277:22452:22463 Green River Earth +0.25064 aapg_ad_234.html aapg_ad_234.html:107:12418:12425 Hanover Germany +0.4693 palaios_html_7362419830 palaios_html_7362419830:418:46628:46634 Brazil Caribbean +0.262314 cspg_html_1975682848 cspg_html_1975682848:14:1979:2006 Roberts Mountains Canadian Arctic Archipelago +0.468384 aapg_ae_370.html aapg_ae_370.html:564:55049:55064 Sooke Durham, North Carolina +0.446457 AMJC_html_1938223835 AMJC_html_1938223835:817:102109:102120 Spider Lake Portland, Maine +0.483917 aapg_ac_920.html aapg_ac_920.html:322:43528:43534 Antler Logan, Utah +0.261626 aapg_ah_148.html aapg_ah_148.html:99:12322:12336 Woodbend Wetaskiwin +0.26059 palaios_html_8113714689 palaios_html_8113714689:20:1409:1417 Munising Munising, Michigan +0.255188 AMJC_html_5852141520 AMJC_html_5852141520:571:51274:51280 Moscow Russia +0.25839 cspg_html_9452156251 cspg_html_9452156251:6:357:379 Severn River Ontario, California +0.249831 gsa_html_4650354985 gsa_html_4650354985:1203:97888:97896 Colorado Colorado +0.230396 aapg_aa_105.html aapg_aa_105.html:267:28794:28806 Wapiabi Bow River +0.242048 aapg_ac_824.html aapg_ac_824.html:501:50072:50080 Colorado Colorado +0.48076 aapg_ad_302.html aapg_ad_302.html:104:11029:11050 Bell Delaware +0.474329 aapg_ac_633.html aapg_ac_633.html:3:391:401 Nacimiento New Mexico +0.26112 aapg_ah_647.html aapg_ah_647.html:699:76820:76826 Concha Colorado +0.85839 cspg_html_9768299963 cspg_html_9768299963:22:2690:2706 Horseshoe Canyon Lacombe, Alberta +0.2688 cspg_html_3328007773 cspg_html_3328007773:868:92358:92388 Boulder Creek Canada +0.240019 geology_html_1351939959 geology_html_1351939959:39:3857:3863 Brazil Earth +0.253456 cspg_html_4031489103 cspg_html_4031489103:143:20182:20198 Altyn Ural Mountains +0.49244 gsa_html_3038126504 gsa_html_3038126504:74:8196:8214 Imperial Arizona +0.252374 cspg_html_4326384800 cspg_html_4326384800:1572:225756:225789 Grosmont Lacombe, Alberta +0.2424 aapg_ad_52.html aapg_ad_52.html:442:47800:47808 Michigan Marshall, Texas +0.893928 gsa_html_9755702281 gsa_html_9755702281:99:6914:6932 Monterey Oak Ridge, Tennessee +0.49329 aapg_af_14.html aapg_af_14.html:71:7501:7517 Almond Table Rock, Wyoming +0.715546 aapg_ac_0.html aapg_ac_0.html:17:2938:2953 Atoka Ouachita Mountains +0.491493 sedimentology_html_2896902317 sedimentology_html_2896902317:875:83161:83179 Yakataga Anchorage, Alaska +0.479912 aapg_ah_391.html aapg_ah_391.html:583:38753:38768 Tejon Kern County, California +0.484892 aapg_ah_95.html aapg_ah_95.html:21:2490:2496 Concha Santa Cruz County, Arizona +0.490637 aapg_ae_960.html aapg_ae_960.html:221:19828:19840 Exshaw Lacombe, Alberta +0.269874 aapg_af_575.html aapg_af_575.html:508:70381:70403 Fayetteville Batesville, Arkansas +0.48213 sedimentology_html_6051696699 sedimentology_html_6051696699:267:23012:23031 Caledonia New Caledonia +0.495281 aapg_af_854.html aapg_af_854.html:1410:205291:205305 Aux Vases Wayne County, Michigan +0.269798 aapg_ac_563.html aapg_ac_563.html:307:42973:42988 Tuxpan Melbourne, Florida +0.304554 aapg_ae_73.html aapg_ae_73.html:591:81063:81071 Niobrara Las Vegas Strip +0.27352 aapg_ad_918.html aapg_ad_918.html:71:10122:10140 Niobrara Mancos, Colorado +0.249498 aapg_ad_941.html aapg_ad_941.html:426:31432:31443 Peace River Lacombe, Alberta +0.485376 aapg_af_461.html aapg_af_461.html:151:14008:14019 Black River Wisconsin +0.273962 aapg_aa_749.html aapg_aa_749.html:182:23789:23809 Uinta Uinta Mountains +0.25584 aapg_ac_825.html aapg_ac_825.html:17:2562:2570 Monterey Carmel Valley, San Diego, California +0.257424 cspg_html_6647936472 cspg_html_6647936472:455:46009:46047 Winnipegosis Regina, Saskatchewan +0.481206 palaios_html_9962835704 palaios_html_9962835704:42:3634:3661 Elkhorn Mountains Volcanics Campania +0.494235 aapg_af_371.html aapg_af_371.html:30:3533:3537 Pico Ventura County, California +0.27508 aapg_ae_223.html aapg_ae_223.html:271:33439:33456 Wasatch Cheyenne, Wyoming +0.247988 aapg_ac_984.html aapg_ac_984.html:255:22917:22936 Eminence Wisconsin +0.259065 aapg_ae_415.html aapg_ae_415.html:974:123230:123249 Paynes Hammock Tampa, Florida +0.247296 aapg_ah_329.html aapg_ah_329.html:588:58443:58464 San Joaquin San Diego +0.479359 gsa_html_9207276905 gsa_html_9207276905:460:42525:42533 Columbia Victoria, British Columbia +0.370332 aapg_af_726.html aapg_af_726.html:92:11346:11350 Elko Reno, Nevada +0.27976 aapg_ac_187.html aapg_ac_187.html:1928:187073:187092 Marcellus Middle East +0.704616 cspg_html_7434089303 cspg_html_7434089303:158:18729:18770 Eleanor River Ellesmere Island +0.249228 aapg_ai_595.html aapg_ai_595.html:93:6833:6837 Buda Del Rio, Tennessee +0.45214 gsa_html_8222638730 gsa_html_8222638730:697:69395:69410 Athabasca Lacombe, Alberta +0.496392 sedimentology_html_1463603507 sedimentology_html_1463603507:433:31591:31612 Ridge Route California +0.256968 aapg_ak_136.html aapg_ak_136.html:107:13265:13283 Frontier Cheyenne, Wyoming +0.25627 geology_html_3765101585 geology_html_3765101585:17:887:898 Santa Clara California +0.500076 gsa_html_6672856503 gsa_html_6672856503:309:26156:26166 Washington Washington (state) +0.475272 aapg_af_162.html aapg_af_162.html:114:9806:9824 Anacacho Texas +0.232315 aapg_ah_435.html aapg_ah_435.html:208:25793:25803 Rio Grande San Juan River (Nicaragua) +0.469559 cspg_html_3699720399 cspg_html_3699720399:39:4597:4602 Yukon Watson Lake (Arizona) +0.259458 aapg_ad_81.html aapg_ad_81.html:1067:175301:175314 Madison Williston Basin +0.485199 aapg_ah_870.html aapg_ah_870.html:357:30856:30870 Frio Gulf Coast of the United States +0.499352 aapg_af_854.html aapg_af_854.html:550:74743:74759 Warsaw Kentucky +0.263169 cspg_html_4382149016 cspg_html_4382149016:21:3550:3571 Lawrence Quebec City +0.873441 palaios_html_7679079277 palaios_html_7679079277:49:4312:4330 Sundance Cheyenne, Wyoming +0.26112 AMJC_html_7580028387 AMJC_html_7580028387:536:57815:57825 Hell Creek Fort Union Trading Post National Historic Site +0.260896 cspg_html_3772380029 cspg_html_3772380029:11:1253:1276 Attawapiskat River Severn +0.262474 gsa_html_3320600310 gsa_html_3320600310:377:31983:32014 Colorado South Central United States +0.257013 aapg_ac_382.html aapg_ac_382.html:34:5239:5262 Poison Canyon Cabuyao, Laguna +0.449673 aapg_ae_419.html aapg_ae_419.html:177:21139:21145 Sierra Coahuila +0.271297 aapg_af_579.html aapg_af_579.html:215:23650:23667 Entrada Entrada Sandstone +0.485884 cspg_html_3354282978 cspg_html_3354282978:188:25015:25020 Nisku Lacombe, Alberta +0.497289 aapg_aa_426.html aapg_aa_426.html:126:28416:28424 Norphlet Cotton Valley, Louisiana +0.264704 jgeology_html_7591890576 jgeology_html_7591890576:920:44389:44411 Gorge Salem, Oregon +0.261 aapg_ad_200.html aapg_ad_200.html:169:19781:19788 El Paso Texas +0.2495 aapg_ae_459.html aapg_ae_459.html:57:5579:5585 Bisher Ohio +0.26775 aapg_ah_182.html aapg_ah_182.html:66:7542:7553 Jacksonburg Closter, New Jersey +0.25344 cspg_html_8266552811 cspg_html_8266552811:253:31567:31583 Viking Lacombe, Alberta +0.26104 aapg_ak_104.html aapg_ak_104.html:37:5228:5252 Mission Canyon Cheyenne, Wyoming +0.265144 aapg_af_483.html aapg_af_483.html:78:10658:10677 Todos Santos Honduras +0.367536 gsa_html_4120839285 gsa_html_4120839285:859:96915:96936 Tuna Canyon California +0.276675 palaios_html_3105248303 palaios_html_3105248303:660:69241:69255 Kope Netherlands +0.263676 cspg_html_3404912985 cspg_html_3404912985:47:8560:8581 Belly River Lacombe, Alberta +0.475092 aapg_ae_464.html aapg_ae_464.html:639:40995:41001 Sierra Coahuila +0.84318 cspg_html_4915680223 cspg_html_4915680223:26:3372:3381 Copes Bay Ellesmere Island +0.496244 aapg_af_880.html aapg_af_880.html:464:70222:70236 Rico Arizona +0.258981 gsa_html_5202646019 gsa_html_5202646019:152:15651:15685 Verulam Ottawa, Kansas +0.495558 sedimentology_html_4432289902 sedimentology_html_4432289902:606:52468:52490 Englishtown Merchantville, New Jersey +0.259659 palaios_html_7206591444 palaios_html_7206591444:660:79250:79270 San Andres New Mexico +0.444886 aapg_ak_104.html aapg_ak_104.html:94:13165:13178 Madison Cheyenne, Wyoming +0.247434 gsa_html_3855546953 gsa_html_3855546953:746:69154:69169 Rapid California +0.27192 aapg_ac_406.html aapg_ac_406.html:105:9772:9777 Sligo Tuscaloosa, Alabama +0.242793 aapg_ac_65.html aapg_ac_65.html:181:17497:17521 Robinson Vail, Colorado +0.24429 aapg_af_49.html aapg_af_49.html:370:37388:37401 Santa Barbara California +0.25347 cspg_html_2010437172 cspg_html_2010437172:99:12960:12974 Northumberland Victoria, British Columbia +0.270614 aapg_ad_184.html aapg_ad_184.html:620:88595:88610 Rome Cincinnati +0.468843 gsa_html_8319219146 gsa_html_8319219146:542:58351:58360 Lockatong Doylestown, Pennsylvania +0.50932 aapg_ah_607.html aapg_ah_607.html:121:11046:11056 Phosphoria Cheyenne, Wyoming +0.823392 cspg_html_4257076625 cspg_html_4257076625:42:7607:7626 Clam Bank Acadia +0.243024 aapg_ae_553.html aapg_ae_553.html:242:27418:27438 Capistrano California +0.251968 gsa_html_3720789279 gsa_html_3720789279:883:86401:86411 Washington Boise, Idaho +0.248745 aapg_ah_435.html aapg_ah_435.html:284:34025:34029 Frio Texas +0.263652 cspg_html_4287356899 cspg_html_4287356899:1078:148747:148755 Lisburne Anchorage, Alaska +0.455026 aapg_aa_610.html aapg_aa_610.html:605:63306:63320 Colorado New Mexico +0.271437 AMJC_html_3176626886 AMJC_html_3176626886:772:72118:72124 Moscow Russia +0.268323 cspg_html_8290572971 cspg_html_8290572971:643:66885:66892 Windsor Canada +0.250985 aapg_af_416.html aapg_af_416.html:14:1711:1719 Columbia Nechako Reservoir +0.489302 aapg_af_653.html aapg_af_653.html:646:73766:73779 Temblor California +0.258028 palaios_html_2534218603 palaios_html_2534218603:454:33924:33940 Oldman Southern Alberta +0.28122 cspg_html_2686470104 cspg_html_2686470104:263:25108:25116 Columbia Victoria, British Columbia +0.26361 geology_html_1021950961 geology_html_1021950961:278:23993:24015 Tejon California +0.483108 aapg_ac_714.html aapg_ac_714.html:169:19284:19299 Piper Big Horn Mountains +0.491832 sedimentology_html_8510537334 sedimentology_html_8510537334:197:17120:17135 Mt Lytton Pennsylvania +0.683166 aapg_ac_730.html aapg_ac_730.html:549:78698:78704 Dakota Mancos, Colorado +0.474138 gsa_html_4557277250 gsa_html_4557277250:533:51541:51549 Colorado Denver +0.383548 aapg_ae_71.html aapg_ae_71.html:286:26340:26348 Moenkopi Logan, Utah +0.257484 AMJC_html_7085584544 AMJC_html_7085584544:1118:109496:109504 Michigan Cheyenne, Wyoming +0.268842 aapg_ac_333.html aapg_ac_333.html:12:1998:2013 Supai Arizona +0.275544 aapg_aa_870.html aapg_aa_870.html:354:32062:32068 Dakota Lone Pine, California +0.26061 gsa_html_4308966435 gsa_html_4308966435:867:90590:90596 Oregon Washington (state) +0.24341 palaios_html_2819726208 palaios_html_2819726208:427:37585:37602 Barstow Southern California +0.257374 aapg_ac_633.html aapg_ac_633.html:39:4553:4577 Arroyo Sandoval County, New Mexico +0.481265 aapg_ac_986.html aapg_ac_986.html:532:66650:66675 Green River Flagstaff, Arizona +0.483616 cspg_html_4376017434 cspg_html_4376017434:10:971:989 Pardonet Victoria, British Columbia +0.481362 aapg_af_854.html aapg_af_854.html:1282:183241:183247 Bethel Alabama +0.253967 aapg_ah_779.html aapg_ah_779.html:301:56285:56293 Coeymans Helderberg +0.25688 cspg_html_7896958755 cspg_html_7896958755:5:197:238 Clearwater Lacombe, Alberta +0.26265 aapg_ai_447.html aapg_ai_447.html:144:17459:17469 Whitehorse Woods County, Oklahoma +0.469336 aapg_af_975.html aapg_af_975.html:107:16958:16966 Colorado Colorado +0.247374 cspg_html_8612721867 cspg_html_8612721867:1331:147810:147818 Woodbend Western Canadian Sedimentary Basin +0.484242 sedimentology_html_9633602572 sedimentology_html_9633602572:1328:66572:66595 Cairn Canada +0.483585 geology_html_1942243436 geology_html_1942243436:294:24165:24171 Snyder Earth +0.51786 aapg_ah_83.html aapg_ah_83.html:409:50870:50884 Cloverly Cheyenne, Wyoming +0.252434 aapg_af_620.html aapg_af_620.html:106:11856:11863 Bedford Stafford County, Kansas +0.467973 aapg_ae_518.html aapg_ae_518.html:58:5694:5700 Eugene Linn County, Oregon +0.28134 aapg_ae_368.html aapg_ae_368.html:4:550:562 Marble Falls Des Moines, Washington +0.365767 jgeology_html_7014606947 jgeology_html_7014606947:1089:67638:67650 Owens Valley California +0.262446 gsa_html_2853817533 gsa_html_2853817533:16:554:562 Colorado Denver +0.270375 aapg_af_854.html aapg_af_854.html:1216:172938:172952 Buffalo Wallow Vienna +0.38199 aapg_ae_658.html aapg_ae_658.html:464:53378:53399 Green River Cheyenne, Wyoming +0.251904 gsa_html_7808051457 gsa_html_7808051457:752:75417:75435 Manitou Berg (state) +0.263654 aapg_ah_69.html aapg_ah_69.html:157:14926:14937 Beekmantown Waverly, Ohio +0.49749 cspg_html_5891044027 cspg_html_5891044027:382:74988:75006 Aldridge Western world +0.254625 aapg_ae_855.html aapg_ae_855.html:64:8421:8440 Flagstaff Colton, California +0.51012 aapg_ad_808.html aapg_ad_808.html:971:64793:64801 Cloverly Cheyenne, Wyoming +0.245009 cspg_html_4664502755 cspg_html_4664502755:791:89543:89565 Grand Rapids Lacombe, Alberta +0.251446 geology_html_7647446171 geology_html_7647446171:15:1002:1011 Wolfville Earth +0.274432 sedimentology_html_8510537334 sedimentology_html_8510537334:2182:147466:147500 Zabriskie Quartzite Reno, Nevada +0.475838 gsa_html_3383833903 gsa_html_3383833903:760:76064:76071 Madison Antarctica +0.3855 cspg_html_4915680223 cspg_html_4915680223:69:8034:8043 Allen Bay Ellesmere Island +0.50274 cspg_html_5973552270 cspg_html_5973552270:20:2634:2655 Slave Point Lacombe, Alberta +0.46455 aapg_aa_702.html aapg_aa_702.html:1150:129571:129577 Denver Colorado +0.472675 gsa_html_9962225882 gsa_html_9962225882:1006:78892:78898 Oregon Boise, Idaho +0.25029 palaios_html_5398833984 palaios_html_5398833984:826:91719:91745 Horseshoe Canyon Lacombe, Alberta +0.49028 cspg_html_8362959053 cspg_html_8362959053:26:4166:4177 Peace River Mountain Park (Holyoke, Massachusetts) +0.257424 aapg_ac_983.html aapg_ac_983.html:396:62155:62169 Iola Kansas City, Kansas +0.25653 gsa_html_1983821343 gsa_html_1983821343:11:433:439 Oregon Salem, Oregon +0.47846 aapg_ad_466.html aapg_ad_466.html:1347:144145:144152 Matawan Closter, New Jersey +0.467125 palaios_html_8113714689 palaios_html_8113714689:78:7780:7798 Au Train Michigan +0.255518 aapg_af_421.html aapg_af_421.html:3:310:318 Michigan Michigan +0.259072 aapg_ac_278.html aapg_ac_278.html:139:11802:11818 Salina Allegan County, Michigan +0.89964 aapg_aa_777.html aapg_aa_777.html:505:53561:53570 Salt Lake Logan, Utah +0.496975 aapg_ai_256.html aapg_ai_256.html:14:1701:1708 Waverly Ohio +0.25186 aapg_ac_310.html aapg_ac_310.html:191:13663:13669 Denver Colorado +0.462231 gsa_html_6672856503 gsa_html_6672856503:293:25157:25183 Chumstick Salem, Oregon +0.48707 aapg_ae_720.html aapg_ae_720.html:962:108337:108355 Monterey California +0.255348 aapg_ah_528.html aapg_ah_528.html:420:43142:43150 Dinwoody Chinle Formation +0.502857 aapg_ad_691.html aapg_ad_691.html:109:12719:12735 Weno Austin, Chicago +0.492024 gsa_html_1538463681 gsa_html_1538463681:693:63404:63410 Sonora Sonora +0.2703 aapg_ac_743.html aapg_ac_743.html:55:7341:7355 Boundary Creek Indian Creek, Florida +0.482816 sedimentology_html_6383713038 sedimentology_html_6383713038:607:59677:59681 Hall London, Ontario +0.504218 aapg_ae_319.html aapg_ae_319.html:528:44958:44964 Chinle Chinle Formation +0.253692 aapg_ae_660.html aapg_ae_660.html:77:10222:10231 Smackover Alabama +0.2585 cspg_html_6588266079 cspg_html_6588266079:16:2164:2183 Gladstone Lacombe, Alberta +0.48672 aapg_ad_691.html aapg_ad_691.html:111:12797:12811 Weno Red River of the North +0.25688 cspg_html_8818854104 cspg_html_8818854104:286:35379:35385 Wapiti Victoria, British Columbia +0.272484 geology_html_3342004799 geology_html_3342004799:189:15188:15208 Cadomin Canada +0.458382 aapg_ae_875.html aapg_ae_875.html:330:38778:38798 Cariblanco Puerto Rico +0.264698 aapg_ae_750.html aapg_ae_750.html:138:15811:15832 Wolfcamp Wichita, Kansas +0.48514 cspg_html_2826081830 cspg_html_2826081830:141:21337:21360 Grand Rapids Lacombe, Alberta +0.436892 aapg_ae_492.html aapg_ae_492.html:102:11499:11506 Canning Carnarvon, Western Australia +0.242853 aapg_ai_971.html aapg_ai_971.html:13:2526:2533 Cypress Freedonia +0.503388 cspg_html_4409656292 cspg_html_4409656292:811:82712:82750 Kaskapau Lacombe, Alberta +0.250832 cspg_html_9717154602 cspg_html_9717154602:207:30257:30281 Schrader Bluff Anchorage, Alaska +0.504612 aapg_aa_683.html aapg_aa_683.html:63:9297:9303 Pueblo Colorado +0.427344 cspg_html_1665574291 cspg_html_1665574291:100:17324:17349 Porcupine Calgary +0.25755 gsa_html_4913703235 gsa_html_4913703235:582:59852:59861 Tuscarora Juniata County School District +0.485395 cspg_html_5381643866 cspg_html_5381643866:514:59412:59420 Columbia Lacombe, Alberta +0.260304 aapg_ac_380.html aapg_ac_380.html:487:57259:57266 Rondout Helderberg +0.250937 geology_html_6449306599 geology_html_6449306599:16:732:737 Bluff Logan, Utah +0.257033 aapg_ai_879.html aapg_ai_879.html:300:21867:21897 Topeka Topeka, Kansas +0.506782 aapg_af_688.html aapg_af_688.html:91:16928:16932 Kent Middle East +0.509472 palaios_html_5582845937 palaios_html_5582845937:319:32369:32377 Virginia Hampton, New Hampshire +0.254012 aapg_aa_215.html aapg_aa_215.html:6:659:665 Brazil Colombia +0.40643 geology_html_8106588521 geology_html_8106588521:475:30296:30324 Green River Cheyenne, Wyoming +0.471424 gsa_html_6441142238 gsa_html_6441142238:202:20360:20378 Glenwood Decorah, Iowa +0.238108 aapg_ae_489.html aapg_ae_489.html:106:13783:13789 Denver Colorado +0.297827 aapg_ae_315.html aapg_ae_315.html:8:1624:1645 Platteville Decorah, Iowa +0.492093 sedimentology_html_2623529999 sedimentology_html_2623529999:1452:95513:95532 Fox Hills Cheyenne, Wyoming +0.252464 gsa_html_2583973712 gsa_html_2583973712:11:506:517 Main Street Texas +0.514968 aapg_ah_506.html aapg_ah_506.html:3:449:468 Traverse Michigan +0.488136 aapg_ad_322.html aapg_ad_322.html:821:76478:76484 Moscow Russia +0.498324 aapg_aa_761.html aapg_aa_761.html:572:69267:69284 Ivishak Prudhoe Bay Oil Field +0.357926 aapg_ah_508.html aapg_ah_508.html:64:7362:7375 Conococheague Maryland +0.470876 cspg_html_4382149016 cspg_html_4382149016:48:7047:7060 Potsdam Black River, Jamaica +0.251428 aapg_af_788.html aapg_af_788.html:248:21611:21621 Bell Michigan +0.480396 aapg_af_958.html aapg_af_958.html:272:39546:39556 Rancheria Mexico +0.262 gsa_html_8517233795 gsa_html_8517233795:668:60874:60900 Monterey Los Angeles +0.272468 cspg_html_9683836416 cspg_html_9683836416:465:71486:71504 Judith River Lacombe, Alberta +0.24543 aapg_ah_176.html aapg_ah_176.html:760:60483:60491 Colorado Denver +0.445108 aapg_ah_763.html aapg_ah_763.html:56:5422:5445 Cherry Canyon Guadalupe Mountains National Park +0.467449 aapg_ai_756.html aapg_ai_756.html:69:6237:6244 Hosston Bossier City, Louisiana +0.25143 aapg_ad_47.html aapg_ad_47.html:11:1158:1168 Petersburg Texas +0.370006 aapg_ac_662.html aapg_ac_662.html:25:4575:4585 Phosphoria Reno, Nevada +0.266616 aapg_af_537.html aapg_af_537.html:79:9451:9457 Reston Virginia +0.47748 jgeology_html_3909770516 jgeology_html_3909770516:77:3372:3389 Entrada Logan, Utah +0.270908 aapg_af_129.html aapg_af_129.html:234:24904:24922 Manitou Fremont, California +0.259072 aapg_af_575.html aapg_af_575.html:1163:167370:167380 Purgatoire Texas +0.482646 gsa_html_7214330928 gsa_html_7214330928:748:64505:64514 Extension California +0.423102 aapg_af_575.html aapg_af_575.html:587:80439:80447 Woodford Chattanooga, Tennessee +0.441288 aapg_ah_96.html aapg_ah_96.html:255:29516:29524 Winnipeg Red River of the North +0.2395 palaios_html_5552054627 palaios_html_5552054627:15:650:658 Colorado Denver +0.232696 aapg_ah_77.html aapg_ah_77.html:79:12248:12267 Rock Springs Western world +0.247988 aapg_ae_871.html aapg_ae_871.html:114:17823:17839 Seabee Anchorage, Alaska +0.250158 aapg_ac_406.html aapg_ac_406.html:7:831:838 Hosston Cotton Valley, Louisiana +0.27615 aapg_ae_41.html aapg_ae_41.html:1189:83122:83132 Swan Hills Lacombe, Alberta +0.358875 gsa_html_6672856503 gsa_html_6672856503:263:22950:22976 Chumstick Washington (state) +0.243936 aapg_ah_318.html aapg_ah_318.html:2754:227647:227656 Chinameca Oaxaca, Oaxaca +0.481712 cspg_html_5705427229 cspg_html_5705427229:19:1953:1969 Hay River Lacombe, Alberta +0.454712 aapg_ad_930.html aapg_ad_930.html:3:322:350 Green River Cheyenne, Wyoming +0.255021 aapg_ac_623.html aapg_ac_623.html:21:1470:1478 Columbia Columbia District +0.45753 geology_html_7815558619 geology_html_7815558619:12:819:827 Montreal Canada +0.920584 aapg_ah_49.html aapg_ah_49.html:62:7609:7615 Saugus Castaic, California +0.254338 jgeology_html_4305195651 jgeology_html_4305195651:1685:130239:130257 Catskill Hyner View State Park +0.28737 aapg_af_15.html aapg_af_15.html:226:22857:22874 Wasatch Cheyenne, Wyoming +0.262769 aapg_ae_383.html aapg_ae_383.html:474:36574:36586 Chemung Naples, Florida +0.26288 cspg_html_2152913769 cspg_html_2152913769:103:15342:15356 Mission Canyon Regina, Saskatchewan +0.250997 geology_html_6102297030 geology_html_6102297030:41:6123:6135 Dixie Valley Wasatch Range +0.49192 sedimentology_html_1487095026 sedimentology_html_1487095026:1860:84458:84463 Price Lancaster, California +0.487278 aapg_ah_165.html aapg_ah_165.html:230:31397:31405 Windfall Erskine, Minnesota +0.731163 geology_html_3107749784 geology_html_3107749784:168:13386:13397 Green River Logan, Utah +0.26883 cspg_html_4326384800 cspg_html_4326384800:1051:155094:155105 Slave Point Victoria, British Columbia +0.4864 gsa_html_7822144675 gsa_html_7822144675:351:44864:44873 San Diego Arizona +0.251 aapg_ai_272.html aapg_ai_272.html:496:57258:57269 Mabou Canada +0.498976 aapg_aa_698.html aapg_aa_698.html:549:50071:50095 Lower Elk Point Lacombe, Alberta +0.249318 gsa_html_7580135520 gsa_html_7580135520:620:56103:56109 Oregon Lake Ontario +0.255025 aapg_ad_258.html aapg_ad_258.html:262:28566:28574 Catskill Chemung, New York +0.46413 gsa_html_5015599008 gsa_html_5015599008:632:53856:53877 Fish Scales Kingdom of Judah +0.679716 aapg_ac_841.html aapg_ac_841.html:1018:105836:105848 Todos Santos Juticalpa +0.469476 sedimentology_html_3424454943 sedimentology_html_3424454943:456:37090:37097 Pearson Venezuela +0.466378 gsa_html_5274400800 gsa_html_5274400800:750:61056:61084 Green River New Mexico +0.428197 aapg_ae_419.html aapg_ae_419.html:1660:123265:123275 Agua Nueva Tampico, Illinois +0.257536 cspg_html_8979693271 cspg_html_8979693271:91:13155:13163 Columbia Victoria, British Columbia +0.26208 aapg_ah_158.html aapg_ah_158.html:9:1741:1754 Lone Mountain Middle East +0.24336 aapg_aa_224.html aapg_aa_224.html:162:13631:13649 Lane Veracruz, Veracruz +0.4608 aapg_ad_70.html aapg_ad_70.html:7:857:863 Dakota Chinle Formation +0.47277 gsa_html_3436154175 gsa_html_3436154175:1201:94990:94995 Uinta Cheyenne, Wyoming +0.2709 cspg_html_5810500722 cspg_html_5810500722:380:41815:41821 Wapiti Victoria, British Columbia +0.239268 aapg_aa_703.html aapg_aa_703.html:543:49976:49998 Prince Creek Anchorage, Alaska +0.272468 aapg_aa_346.html aapg_aa_346.html:154:14387:14403 Cannon Chattanooga, Tennessee +0.48165 gsa_html_6281658899 gsa_html_6281658899:680:74812:74829 Bridger Cheyenne, Wyoming +0.495012 aapg_ae_204.html aapg_ae_204.html:309:27310:27330 Loon River Clearwater, Florida +0.26136 AMJC_html_8965853681 AMJC_html_8965853681:969:101999:102009 Washington Seattle +0.250458 aapg_ae_917.html aapg_ae_917.html:117:12154:12160 Gilman Colorado +0.8347 cspg_html_6038396142 cspg_html_6038396142:68:10321:10329 Winnipeg Manitoba +0.854896 aapg_ac_235.html aapg_ac_235.html:64:6555:6563 Morrison Denver +0.36763 gsa_html_8622484687 gsa_html_8622484687:175:17309:17316 Quetame Llanos +0.49329 cspg_html_9735723617 cspg_html_9735723617:295:37375:37384 Hecla Bay Bathurst Island (Northern Territory) +0.274949 aapg_ac_477.html aapg_ac_477.html:617:72322:72339 Cardium Lacombe, Alberta +0.459528 aapg_ad_351.html aapg_ad_351.html:381:34723:34742 Northview Sedalia, Missouri +0.274527 aapg_ah_73.html aapg_ah_73.html:160:18242:18251 La Casita Mexico +0.246512 palaios_html_7860397774 palaios_html_7860397774:915:68034:68051 La Luna Venezuela +0.472787 geology_html_1712790579 geology_html_1712790579:357:27610:27618 Homewood Oman +0.485888 aapg_ah_0.html aapg_ah_0.html:11:1085:1091 Reston Virginia +0.47239 jgeology_html_3196624419 jgeology_html_3196624419:1339:64381:64403 Santa Susana Simi Valley +0.467124 aapg_ae_805.html aapg_ae_805.html:193:22155:22162 Hermosa Hermosa, Chicago +0.264528 aapg_ah_745.html aapg_ah_745.html:167:15186:15195 Maquoketa Maquoketa, Iowa +0.254856 cspg_html_9735723617 cspg_html_9735723617:1148:116462:116481 Griper Bay Melville Island (Canada) +0.255024 aapg_ai_213.html aapg_ai_213.html:53:7278:7294 Muskeg Lacombe, Alberta +0.256432 aapg_ad_318.html aapg_ad_318.html:459:55030:55036 Salina Lockport (city), New York +0.49115 aapg_ai_785.html aapg_ai_785.html:22:2193:2200 Calvert Michigan +0.498 cspg_html_1188455526 cspg_html_1188455526:149:22831:22847 Bjorne Ellesmere Island +0.443922 aapg_aa_654.html aapg_aa_654.html:93:14764:14771 Tererro Sangre de Cristo Range +0.491748 cspg_html_4105062490 cspg_html_4105062490:192:20371:20395 Mission Canyon Regina, Saskatchewan +0.475964 geology_html_5817459329 geology_html_5817459329:239:21851:21857 Cooper California +0.258028 geology_html_4842726186 geology_html_4842726186:232:19616:19634 Monterey California +0.2395 aapg_af_87.html aapg_af_87.html:435:37773:37783 Camp Creek Lost River (California) +0.268275 aapg_ae_668.html aapg_ae_668.html:1917:198078:198085 St Marys Ohio +0.249996 cspg_html_4727171280 cspg_html_4727171280:17:1008:1031 Edmonton Lacombe, Alberta +0.259578 aapg_ai_107.html aapg_ai_107.html:37:3924:3939 Morehouse Monroe, Michigan +0.514878 aapg_ae_737.html aapg_ae_737.html:178:21457:21483 Shublik North Slope Borough, Alaska +0.270279 aapg_ac_708.html aapg_ac_708.html:58:6330:6336 Elwren Mansfield, Ohio +0.476341 aapg_ac_59.html aapg_ac_59.html:222:29123:29137 Mission Valley San Diego +0.50445 aapg_aa_712.html aapg_aa_712.html:6:1084:1102 Glenwood Maquoketa, Iowa +0.241077 aapg_ai_49.html aapg_ai_49.html:228:26940:26944 Jelm Cheyenne, Wyoming +0.242346 cspg_html_5660413005 cspg_html_5660413005:53:7804:7819 Nisku Lacombe, Alberta +0.245967 geology_html_9553937992 geology_html_9553937992:346:26856:26877 Gull Island Ireland +0.257 aapg_ae_29.html aapg_ae_29.html:465:54410:54418 Catskill Pottsville, Pennsylvania +0.256011 palaios_html_4745554613 palaios_html_4745554613:382:41222:41240 Kaskapau Victoria, British Columbia +0.522348 aapg_ae_682.html aapg_ae_682.html:307:38418:38448 Red River Harding County, New Mexico +0.263176 aapg_ae_961.html aapg_ae_961.html:353:28493:28509 Niobrara Benton, Arkansas +0.478807 aapg_ah_774.html aapg_ah_774.html:74:10178:10186 Michigan Kankakee, Illinois +0.478956 gsa_html_4078158156 gsa_html_4078158156:791:68582:68610 Green River Colorado +0.485811 aapg_ai_981.html aapg_ai_981.html:446:35075:35081 Lissie Texas +0.243512 cspg_html_3804945581 cspg_html_3804945581:254:31578:31594 Horseshoe Canyon Woodlake, Texas +0.27092 cspg_html_6953218740 cspg_html_6953218740:6:383:391 Columbia Lacombe, Alberta +0.26361 aapg_ac_235.html aapg_ac_235.html:570:62309:62330 Otter Moberly, Missouri +0.466626 cspg_html_8334041965 cspg_html_8334041965:36:7177:7199 Slide Mountain Terrane Cordillera Administrative Region +0.449064 aapg_ai_853.html aapg_ai_853.html:54:9598:9613 Cibao Aguadilla, Puerto Rico +0.881705 aapg_ac_835.html aapg_ac_835.html:273:37285:37295 Phosphoria Colorado +0.48 gsa_html_4446967287 gsa_html_4446967287:1002:88702:88712 Washington Omineca Mountains +0.25039 aapg_ac_335.html aapg_ac_335.html:177:17591:17607 Frisco Stephens County, Georgia +0.261105 aapg_ae_324.html aapg_ae_324.html:1304:129850:129857 Pamelia Lowville (town), New York +0.48501 cspg_html_3404912985 cspg_html_3404912985:150:24186:24207 Belly River Lacombe, Alberta +0.272483 cspg_html_6252417471 cspg_html_6252417471:93:14690:14729 Christopher Banks Island +0.253506 cspg_html_4392308496 cspg_html_4392308496:62:9917:9971 Bonaventure Quebec City +0.464448 aapg_ah_972.html aapg_ah_972.html:219:20570:20578 Colorado Texas +0.248937 gsa_html_1337782073 gsa_html_1337782073:14:470:476 Reston Virginia +0.471378 sedimentology_html_5909281487 sedimentology_html_5909281487:83:8785:8793 Scotland England +0.457728 gsa_html_5322476843 gsa_html_5322476843:900:84643:84650 Oceanic London, Ontario +0.509956 aapg_ad_808.html aapg_ad_808.html:1366:93699:93707 Niobrara Mancos, Colorado +0.250712 cspg_html_4543200943 cspg_html_4543200943:175:24899:24907 Dunvegan Lacombe, Alberta +0.278214 aapg_aa_898.html aapg_aa_898.html:57:8024:8043 Flagstaff Logan, Utah +0.480851 aapg_af_288.html aapg_af_288.html:104:12258:12274 Cutter New Mexico +0.37887 aapg_ad_908.html aapg_ad_908.html:177:20181:20198 La Luna Venezuela +0.267093 aapg_ac_949.html aapg_ac_949.html:201:19181:19191 Citronelle Florida Panhandle +0.481143 sedimentology_html_7352727244 sedimentology_html_7352727244:218:11879:11888 Peninsula Korea +0.465068 aapg_ah_532.html aapg_ah_532.html:83:7887:7892 Ouray Colorado +0.509656 sedimentology_html_6277855897 sedimentology_html_6277855897:855:79554:79581 Prairie Regina, Saskatchewan +0.213486 aapg_aa_147.html aapg_aa_147.html:195:25249:25273 Stony Mountain Red River of the North +0.25956 cspg_html_7342299763 cspg_html_7342299763:8:691:706 Toad Grayling, Michigan +0.477617 aapg_ai_49.html aapg_ai_49.html:780:99447:99457 Twin Creek Summerville, South Carolina +0.250498 cspg_html_9778753186 cspg_html_9778753186:260:38909:38928 Crowsnest Lacombe, Alberta +0.459476 gsa_html_4058959570 gsa_html_4058959570:569:46010:46015 Baldy Middle Ordovician +0.257 aapg_ae_777.html aapg_ae_777.html:261:30270:30285 Ouray San Juan Mountains +0.491691 aapg_ae_658.html aapg_ae_658.html:563:58245:58253 Colorado Denver +0.25959 gsa_html_4432793908 gsa_html_4432793908:966:101899:101921 Nation River Anchorage, Alaska +0.235712 aapg_ae_454.html aapg_ae_454.html:307:25693:25708 Dorcheat Arkansas +0.26977 gsa_html_8237815743 gsa_html_8237815743:235:20943:20968 Sierra Santo Domingo, Ilocos Sur +0.472602 gsa_html_8491258533 gsa_html_8491258533:369:40121:40132 Spider Lake Long Mountain (Hampshire County, Massachusetts) +0.2562 aapg_af_504.html aapg_af_504.html:41:6080:6097 Shublik Prudhoe Bay, Alaska +0.27666 palaios_html_6914544471 palaios_html_6914544471:31:1998:2012 Beaufort South Africa +0.48297 aapg_ai_499.html aapg_ai_499.html:549:43915:43934 Newcastle Cheyenne, Wyoming +0.504648 aapg_aa_391.html aapg_aa_391.html:215:17992:18010 Queen Texas +0.387387 gsa_html_3445493534 gsa_html_3445493534:609:66953:66971 Monterey California +0.503812 cspg_html_5807593737 cspg_html_5807593737:64:9486:9503 Duperow Williston, Vermont +0.257544 cspg_html_5783501569 cspg_html_5783501569:77:9461:9474 Marble Canyon Canmore, Alberta +0.780626 aapg_ae_632.html aapg_ae_632.html:133:14089:14101 Austin Chalk Buda, Texas +0.245178 sedimentology_html_6337108022 sedimentology_html_6337108022:267:18164:18187 Lincoln Creek Washington (state) +0.242544 jgeology_html_3733686569 jgeology_html_3733686569:970:62522:62526 Hall London, Ontario +0.255987 aapg_ah_524.html aapg_ah_524.html:72:7291:7308 Entrada Elk Mountain, Wyoming +0.266255 gsa_html_3191945202 gsa_html_3191945202:874:59072:59081 New River Virginia +0.492855 gsa_html_3224456725 gsa_html_3224456725:68:4781:4809 Green River Colorado +0.46683 aapg_ah_294.html aapg_ah_294.html:456:47448:47454 Walker Mississippi River +0.256968 aapg_ai_326.html aapg_ai_326.html:239:29299:29310 Port Jervis Closter, New Jersey +0.525474 gsa_html_9889833548 gsa_html_9889833548:1108:98838:98866 Green River Colorado +0.233472 aapg_ai_627.html aapg_ai_627.html:376:59739:59757 Monterey California +0.479574 gsa_html_5952049575 gsa_html_5952049575:824:80329:80337 Colorado Cheyenne, Wyoming +0.250965 gsa_html_9181545711 gsa_html_9181545711:16:859:877 Fountain Manitou Springs, Colorado +0.267464 gsa_html_8669219468 gsa_html_8669219468:620:53560:53584 Bouse Colorado +0.490261 palaios_html_6609177739 palaios_html_6609177739:46:7439:7449 Washington San Juan Islands +0.25317 gsa_html_2877730818 gsa_html_2877730818:137:14380:14403 Kingston Peak Canada +0.464142 gsa_html_1040524378 gsa_html_1040524378:548:64812:64833 Green River Cheyenne, Wyoming +0.26316 gsa_html_7199417381 gsa_html_7199417381:519:51915:51931 Loveland Peoria, Illinois +0.224768 cspg_html_1058139432 cspg_html_1058139432:517:69667:69683 Viking Lacombe, Alberta +0.711891 cspg_html_6252417471 cspg_html_6252417471:302:44355:44373 Isachsen Banks Island +0.38658 gsa_html_6914337916 gsa_html_6914337916:678:59173:59185 Owens Valley California +0.489712 aapg_ai_159.html aapg_ai_159.html:429:49386:49403 Caimito Culebra, Puerto Rico +0.935676 cspg_html_5697056884 cspg_html_5697056884:600:57747:57765 Deadwood Regina, Saskatchewan +0.47904 AMJC_html_6759408618 AMJC_html_6759408618:617:57648:57669 Martinsburg Pennsylvania +0.232716 aapg_ai_364.html aapg_ai_364.html:312:25917:25925 Tensleep Cheyenne, Wyoming +0.256452 cspg_html_3328007773 cspg_html_3328007773:551:57100:57118 Shaftesbury Victoria, British Columbia +0.258572 aapg_aa_124.html aapg_aa_124.html:772:80781:80789 Columbia Victoria, British Columbia +0.51354 sedimentology_html_8278758433 sedimentology_html_8278758433:598:35836:35840 Hall London, Ontario +0.504339 aapg_ae_31.html aapg_ae_31.html:84:9729:9749 Batesville Arkansas +0.258063 gsa_html_8955900843 gsa_html_8955900843:529:50431:50448 Astoria Salem, Oregon +0.267624 aapg_af_698.html aapg_af_698.html:92:9817:9823 Auburn Cayuga County, New York +0.279312 cspg_html_3482605972 cspg_html_3482605972:19:2815:2900 Luscar Lacombe, Alberta +0.473888 aapg_ah_260.html aapg_ah_260.html:165:22366:22381 North Horn Indianola, Iowa +0.507934 aapg_ae_392.html aapg_ae_392.html:12:2345:2366 Moorefield Batesville, Arkansas +0.254007 aapg_ad_648.html aapg_ad_648.html:226:26842:26850 Colorado Denver +0.513216 gsa_html_6395675168 gsa_html_6395675168:840:70457:70485 Green River New Mexico +0.270878 aapg_ai_183.html aapg_ai_183.html:267:24554:24572 Colorado Bow Island Airport +0.25956 geology_html_3853288888 geology_html_3853288888:275:24161:24168 Gallery North Andover, Massachusetts +0.4715 cspg_html_9290046117 cspg_html_9290046117:875:98934:98946 Saskatchewan Lacombe, Alberta +0.261632 aapg_af_143.html aapg_af_143.html:296:28975:29009 Otter Squaw Valley, Placer County, California +0.268812 cspg_html_9810030547 cspg_html_9810030547:425:48966:48981 Nisku Lacombe, Alberta +0.243048 gsa_html_8398449001 gsa_html_8398449001:103:8945:8955 Bear River North Carolina +0.25704 aapg_ad_466.html aapg_ad_466.html:287:34889:34906 Raritan Closter, New Jersey +0.474594 sedimentology_html_7482146728 sedimentology_html_7482146728:573:60345:60393 Protection Corvallis, Oregon +0.470808 aapg_aa_702.html aapg_aa_702.html:387:87734:87740 Denver Colorado +0.25959 gsa_html_4058959570 gsa_html_4058959570:351:27493:27509 Bladen Maya Mountain +0.253991 aapg_ai_17.html aapg_ai_17.html:1092:71911:71925 Oak Grove Sand Chattahoochee County, Georgia +0.244488 aapg_af_69.html aapg_af_69.html:475:33270:33275 Mingo Cheyenne, Wyoming +0.472656 aapg_aa_608.html aapg_aa_608.html:6:730:739 Kukpowruk Anchorage, Alaska +0.25647 sedimentology_html_9111518089 sedimentology_html_9111518089:929:94991:95011 Porcupine Svalbard +0.46698 aapg_ad_732.html aapg_ad_732.html:785:99612:99616 Pico Santa Paula, California +0.233253 gsa_html_8302283600 gsa_html_8302283600:11:542:555 Santa Barbara California +0.51732 aapg_ad_175.html aapg_ad_175.html:235:21939:21955 Stonewall Texas +0.25959 aapg_ak_21.html aapg_ak_21.html:80:9410:9423 Madison Boise, Idaho +0.245655 aapg_af_833.html aapg_af_833.html:714:77842:77856 Newcastle Hartville, Missouri +0.248952 aapg_ad_215.html aapg_ad_215.html:389:53291:53297 Oxford England +0.49455 gsa_html_6194837075 gsa_html_6194837075:553:38771:38781 Duck Creek Grayson County, Kentucky +0.259077 cspg_html_2650524233 cspg_html_2650524233:32:6404:6409 Lance Hell Creek Formation +0.254478 cspg_html_3456965010 cspg_html_3456965010:133:17766:17796 Ellerslie Lacombe, Alberta +0.511038 sedimentology_html_3870707484 sedimentology_html_3870707484:801:77907:77946 Bruce Perth, Western Australia +0.490356 aapg_ac_79.html aapg_ac_79.html:51:7664:7671 Clinton Perry County, Indiana +0.261096 sedimentology_html_6905072335 sedimentology_html_6905072335:1166:72676:72684 Columbia Victoria, British Columbia +0.248976 sedimentology_html_6192604948 sedimentology_html_6192604948:721:43199:43223 Gorge South Africa +0.184032 aapg_af_13.html aapg_af_13.html:940:87584:87600 Inyan Kara Black Hills +0.35344 cspg_html_4937997995 cspg_html_4937997995:912:78940:78970 Maquoketa Iowa +0.248502 aapg_ah_60.html aapg_ah_60.html:292:27346:27351 Yukon Canada +0.248997 aapg_aa_98.html aapg_aa_98.html:211:18826:18834 Edmonton Swan Hill, Victoria +0.494252 aapg_ai_82.html aapg_ai_82.html:449:50801:50819 Greenbrier Huntington, West Virginia +0.696725 aapg_ah_94.html aapg_ah_94.html:259:28799:28819 Fort Union Cheyenne, Wyoming +0.71325 aapg_ah_876.html aapg_ah_876.html:393:47769:47783 Rodessa East Texas +0.498736 gsa_html_7020634397 gsa_html_7020634397:676:53620:53628 Imperial Northwest Arctic Borough, Alaska +0.24947 cspg_html_9912281240 cspg_html_9912281240:97:13246:13253 Wapiabi Lacombe, Alberta +0.251988 cspg_html_3447886929 cspg_html_3447886929:686:79476:79512 Albert Stony Creek Metropark +0.490049 aapg_ah_0.html aapg_ah_0.html:108:16408:16414 Denver Colorado +0.538266 aapg_aa_856.html aapg_aa_856.html:159:15582:15600 Rodessa Texas +0.482664 gsa_html_5447127088 gsa_html_5447127088:29:2796:2824 Green River Colorado +0.48756 cspg_html_2170645676 cspg_html_2170645676:6:584:617 Madison Williston Basin +0.2615 sedimentology_html_1946067194 sedimentology_html_1946067194:299:20417:20429 Green Valley Green Valley, Los Angeles County, California +0.259318 aapg_ac_972.html aapg_ac_972.html:74:8438:8451 Vaqueros Monterey, California +0.26471 aapg_ad_466.html aapg_ad_466.html:1119:120267:120276 Manasquan Manasquan, New Jersey +0.253402 aapg_ad_325.html aapg_ad_325.html:943:90464:90470 Cannon Texas +0.364798 aapg_af_943.html aapg_af_943.html:169:16756:16772 Dakota Mesa, Arizona +0.25584 cspg_html_1390294201 cspg_html_1390294201:396:43472:43491 Port Hood Canada +0.25452 palaios_html_8474347362 palaios_html_8474347362:87:12828:12836 Marlboro New Jersey +0.264825 aapg_ac_610.html aapg_ac_610.html:515:41972:41989 Roberts Mountains Reno, Nevada +0.487407 gsa_html_8981262717 gsa_html_8981262717:941:78151:78155 Vera Spain +0.481712 gsa_html_5162216323 gsa_html_5162216323:814:64893:64921 Green River Iran +0.46436 aapg_ae_73.html aapg_ae_73.html:768:102847:102855 Colorado New Mexico +0.257536 aapg_af_575.html aapg_af_575.html:793:110735:110752 Holdenville Des Moines, Washington +0.461756 cspg_html_5697056884 cspg_html_5697056884:581:56347:56359 Saskatchewan Regina, Saskatchewan +0.723316 aapg_ai_112.html aapg_ai_112.html:22:4314:4322 Ogallala Texas +0.27089 aapg_ae_998.html aapg_ae_998.html:322:35505:35523 Evanston Cheyenne, Wyoming +0.267285 aapg_af_786.html aapg_af_786.html:168:20121:20137 Llajas Simi Valley +0.485898 gsa_html_4695276845 gsa_html_4695276845:453:44002:44008 Pioche Great Basin +0.746282 aapg_ah_871.html aapg_ah_871.html:11:1828:1835 Pamelia Montreal +0.479048 cspg_html_9872589627 cspg_html_9872589627:11:931:948 Halfway Middle East +0.49036 aapg_ac_65.html aapg_ac_65.html:89:10187:10194 Minturn Colorado +0.270648 aapg_af_113.html aapg_af_113.html:3:387:395 Michigan Midwestern United States +0.902491 aapg_ac_259.html aapg_ac_259.html:36:4816:4827 San Joaquin Los Angeles +0.48514 jgeology_html_6388378441 jgeology_html_6388378441:363:29613:29628 Berino New Mexico +0.247009 aapg_aa_360.html aapg_aa_360.html:292:26634:26655 Mt Lytton Austin, Chicago +0.253895 cspg_html_6964953392 cspg_html_6964953392:263:33589:33600 Buick Creek Valhalla, New York +0.837868 aapg_ac_881.html aapg_ac_881.html:657:77670:77688 Winnipeg Winnipeg +0.271416 aapg_ah_516.html aapg_ah_516.html:430:29939:29948 San Pedro California +0.248004 geology_html_1899758623 geology_html_1899758623:360:27593:27599 Oxford Mediterranean Sea +0.257526 geology_html_7484355547 geology_html_7484355547:11:623:630 Newport Salem, Oregon +0.271962 cspg_html_1730027796 cspg_html_1730027796:137:14509:14531 Bad Cache Rapids Nelson, New Zealand +0.506996 aapg_ae_430.html aapg_ae_430.html:136:10752:10770 Woodbine East Texas +0.251196 aapg_ae_705.html aapg_ae_705.html:572:56827:56850 Santa Barbara Carpinteria, California +0.498972 aapg_ac_550.html aapg_ac_550.html:3:398:412 Frio Gulf Coast of the United States +0.2505 gsa_html_4719798013 gsa_html_4719798013:349:34771:34806 Blackwater Draw Pecos River +0.249158 gsa_html_6350949088 gsa_html_6350949088:720:63581:63587 Kodiak Anchorage, Alaska +0.485784 sedimentology_html_2041096405 sedimentology_html_2041096405:498:34600:34613 A-1 Carbonate Guelph +0.708768 aapg_ae_959.html aapg_ae_959.html:2934:220793:220803 Wellington Amarillo, Texas +0.262614 aapg_af_97.html aapg_af_97.html:166:17759:17779 Whitewater Bloomington, Indiana +0.485077 gsa_html_1000620948 gsa_html_1000620948:68:5481:5509 Green River New Mexico +0.257839 aapg_ad_2.html aapg_ad_2.html:986:136500:136530 Little Falls Mohawk Valley +0.49632 aapg_af_575.html aapg_af_575.html:1127:162129:162140 Arkadelphia Arkansas +0.503649 gsa_html_1419461902 gsa_html_1419461902:1266:98565:98593 Green River Iran +0.476623 cspg_html_8316122266 cspg_html_8316122266:372:34010:34018 Colorado Denver +0.473824 aapg_ac_557.html aapg_ac_557.html:20:2645:2661 Holder New Mexico +0.252928 geology_html_1936727088 geology_html_1936727088:407:25697:25705 Colorado Denver +0.254769 aapg_ae_397.html aapg_ae_397.html:28:3331:3337 Paluxy Paluxy, Texas +0.254012 aapg_af_854.html aapg_af_854.html:1436:209091:209117 Bethel Warren County, Ohio +0.4826 gsa_html_2832151886 gsa_html_2832151886:312:24066:24074 Columbia Lacombe, Alberta +0.479044 aapg_af_242.html aapg_af_242.html:47:5631:5637 Laguna Coahuila +0.24892 sedimentology_html_8190991636 sedimentology_html_8190991636:443:44428:44434 Brazil San Jose, California +0.484344 aapg_ae_253.html aapg_ae_253.html:116:13717:13728 Pine Island Cotton Valley, Louisiana +0.250965 geology_html_4107987767 geology_html_4107987767:316:26405:26427 Oceanic California +0.50932 aapg_ah_508.html aapg_ah_508.html:3:179:190 Beekmantown Pennsylvania +0.494137 aapg_ae_875.html aapg_ae_875.html:112:15451:15467 Coamo Puerto Rico +0.50347 aapg_ac_629.html aapg_ac_629.html:146:20057:20063 Lissie Texas +0.48896 aapg_ae_907.html aapg_ae_907.html:291:38227:38242 Santa Margarita Granite Canyon +0.472647 aapg_aa_788.html aapg_aa_788.html:802:88534:88541 El Paso El Paso, Texas +0.50903 aapg_ae_4.html aapg_ae_4.html:98:12310:12322 Water Canyon Cheyenne, Wyoming +0.255811 aapg_aa_588.html aapg_aa_588.html:25:3231:3243 San Cayetano Matanzas +0.494328 gsa_html_6841538769 gsa_html_6841538769:1209:98680:98708 Green River New Mexico +0.242824 gsa_html_6062330506 gsa_html_6062330506:536:55954:55970 Salado Salado, Texas +0.264115 aapg_ae_324.html aapg_ae_324.html:562:57382:57390 Virginia Knoxville, Tennessee +0.495804 aapg_ae_648.html aapg_ae_648.html:73:8792:8797 Molas Vorarlberg +0.256928 aapg_aa_898.html aapg_aa_898.html:110:14163:14172 Flagstaff Uinta Mountains +0.827875 cspg_html_1434585715 cspg_html_1434585715:311:28880:28898 Paskapoo Red Deer, Alberta +0.259084 aapg_ae_984.html aapg_ae_984.html:27:3517:3523 Salado Carlsbad, New Mexico +0.463188 aapg_ae_905.html aapg_ae_905.html:158:16607:16629 Higginsville Illinois +0.4758 aapg_ad_808.html aapg_ad_808.html:894:60348:60356 Cloverly Cheyenne, Wyoming +0.25428 cspg_html_8587639109 cspg_html_8587639109:833:93258:93275 Cardium Lacombe, Alberta +0.33735 aapg_aa_23.html aapg_aa_23.html:165:17139:17151 Winnipegosis Winnipeg +0.484632 aapg_ah_72.html aapg_ah_72.html:334:39634:39640 Forest Murfreesboro, Tennessee +0.237656 aapg_af_854.html aapg_af_854.html:1116:157477:157493 Menard Vienna +0.255524 aapg_ah_157.html aapg_ah_157.html:272:39053:39068 Knobs Western world +0.509736 aapg_ac_212.html aapg_ac_212.html:253:27130:27142 Willow Creek Moffat County, Colorado +0.273006 aapg_ad_36.html aapg_ad_36.html:271:28819:28825 Paluxy Goodland, Kansas +0.486864 gsa_html_8833777630 gsa_html_8833777630:250:30600:30608 Colorado New Mexico +0.469298 palaios_html_1729153923 palaios_html_1729153923:693:57832:57843 Ludlowville Moscow +0.256853 aapg_ah_180.html aapg_ah_180.html:97:10954:10977 Trimmers Rock Catskill Mountains +0.254881 palaios_html_5170998264 palaios_html_5170998264:18:1492:1510 Imperial California +0.25168 palaios_html_2859810051 palaios_html_2859810051:290:22631:22639 Niobrara Mancos, Colorado +0.270399 aapg_af_785.html aapg_af_785.html:67:7720:7730 Sabinetown Texas +0.499465 aapg_af_808.html aapg_af_808.html:1333:149446:149459 Scotland Barbados +0.908173 aapg_ac_575.html aapg_ac_575.html:425:64811:64831 Phosphoria Boise, Idaho +0.504132 aapg_ai_986.html aapg_ai_986.html:182:19353:19361 Colorado Cheyenne, Wyoming +0.238522 aapg_ai_49.html aapg_ai_49.html:558:72992:73000 Fountain Cheyenne, Wyoming +0.4896 cspg_html_3385840278 cspg_html_3385840278:109:16479:16503 Fort Vermilion Lacombe, Alberta +0.498456 cspg_html_8363357104 cspg_html_8363357104:402:51443:51464 Survey Peak Mount Wilson Observatory +0.496202 cspg_html_4516258038 cspg_html_4516258038:394:45206:45216 Blue Fiord Bathurst Island (Northern Territory) +0.533784 aapg_ad_921.html aapg_ad_921.html:117:13363:13386 Fairview Fairmount, Indiana +0.411 cspg_html_5264346535 cspg_html_5264346535:22:2595:2612 Bearpaw Bow River +0.253008 aapg_ad_812.html aapg_ad_812.html:64:8381:8387 Navajo Kayenta, Arizona +0.80456 aapg_ai_49.html aapg_ai_49.html:815:103489:103501 Dakota Colorado +0.483336 aapg_ah_532.html aapg_ah_532.html:156:13159:13174 Ouray Arizona +0.258566 aapg_ae_369.html aapg_ae_369.html:108:11697:11712 Gordo Tuscaloosa, Alabama +0.26287 aapg_ad_746.html aapg_ad_746.html:43:4453:4463 Georgetown Austin, Chicago +0.92254 geology_html_9210804293 geology_html_9210804293:59:4324:4338 Moenkopi Logan, Utah +0.267273 AMJC_html_6460325105 AMJC_html_6460325105:794:85841:85847 Reston Sierra Nevada (Spain) +0.255552 aapg_ae_454.html aapg_ae_454.html:428:37138:37151 Cotton Valley Alabama +0.493189 aapg_aa_756.html aapg_aa_756.html:20:1096:1113 Pekisko Canada +0.2575 aapg_ae_921.html aapg_ae_921.html:76:3595:3604 Whitewood Winnipeg +0.2515 aapg_ae_419.html aapg_ae_419.html:2392:159651:159657 Sierra Matamoros, Tamaulipas +0.252476 aapg_ad_325.html aapg_ad_325.html:1213:112133:112139 Moscow Russia +0.257033 cspg_html_5940878099 cspg_html_5940878099:488:49892:49927 Keg River Lacombe, Alberta +0.257775 sedimentology_html_9964952717 sedimentology_html_9964952717:423:38483:38501 Nicola Sicily +0.304326 aapg_ac_835.html aapg_ac_835.html:143:18961:18970 Lodgepole Williston, Vermont +0.27248 gsa_html_2989317971 gsa_html_2989317971:338:39366:39396 Poison Creek Boise, Idaho +0.506476 aapg_ac_888.html aapg_ac_888.html:339:22180:22191 Trempealeau Ohio +0.48807 aapg_ae_981.html aapg_ae_981.html:442:38314:38320 Laurel Missouri River +0.250857 aapg_af_460.html aapg_af_460.html:94:9116:9124 Michigan Keweenaw Peninsula +0.240548 cspg_html_2863271815 cspg_html_2863271815:200:23771:23784 A-1 Carbonate Michigan Basin +0.469755 aapg_af_459.html aapg_af_459.html:397:44181:44210 Bell New Mexico +0.487438 aapg_ah_189.html aapg_ah_189.html:153:16776:16784 Glenwood Falmouth, Massachusetts +0.496086 aapg_ae_408.html aapg_ae_408.html:11:1802:1816 Alto Illinois +0.46233 aapg_af_86.html aapg_af_86.html:372:24907:24915 Montreal Quebec City +0.235216 aapg_ah_387.html aapg_ah_387.html:222:24364:24372 San Luis Knoxville, Illinois +0.479182 aapg_ac_217.html aapg_ac_217.html:250:24165:24178 Montoya Texas +0.25092 aapg_ae_998.html aapg_ae_998.html:112:13962:13970 Evanston Absaroka +0.255021 cspg_html_3041902517 cspg_html_3041902517:1380:148656:148674 Tensleep Cheyenne, Wyoming +0.479478 cspg_html_8227554214 cspg_html_8227554214:398:43898:43943 Albert New Brunswick, New Jersey +0.489706 palaios_html_5148615526 palaios_html_5148615526:397:35507:35524 Wasatch Cheyenne, Wyoming +0.235104 aapg_ad_178.html aapg_ad_178.html:7:692:700 Belcourt Telford, Pennsylvania +0.452655 gsa_html_3855546953 gsa_html_3855546953:1021:87782:87788 Walker Death Valley +0.496683 palaios_html_3105248303 palaios_html_3105248303:79:8383:8389 Oxford Frankfort, Illinois +0.24849 aapg_ai_932.html aapg_ai_932.html:410:64339:64351 San Fernando California +0.247005 aapg_ac_148.html aapg_ac_148.html:120:19750:19768 Anacacho Balcones Fault +0.47941 sedimentology_html_6277855897 sedimentology_html_6277855897:1512:102920:102939 Flagstaff Logan, Utah +0.250498 aapg_aa_261.html aapg_aa_261.html:129:18138:18158 Keokuk Burlington, Ontario +0.25376 geology_html_9015185849 geology_html_9015185849:146:18303:18326 Chowan River Virginia +0.259578 aapg_ad_368.html aapg_ad_368.html:185:16976:16983 Wasatch Black Hills +0.474734 aapg_af_94.html aapg_af_94.html:311:38039:38047 Lisburne Lisburne Peninsula +0.42415 aapg_ai_146.html aapg_ai_146.html:326:23219:23226 Rierdon Lacombe, Alberta +0.25653 cspg_html_4293350162 cspg_html_4293350162:752:78042:78050 Columbia Liard River, British Columbia +0.47736 geology_html_7360956801 geology_html_7360956801:286:26509:26518 San Diego California +0.248857 gsa_html_8433482071 gsa_html_8433482071:479:38339:38361 Yucatan Mississippi River +0.251604 aapg_aa_305.html aapg_aa_305.html:222:29163:29183 Citronelle Alabama +0.496244 aapg_ae_428.html aapg_ae_428.html:1057:83023:83036 Lagarto Burkeville, Texas +0.50505 aapg_ah_686.html aapg_ah_686.html:452:63546:63567 Itkilyariak Western world +0.39936 aapg_ae_68.html aapg_ae_68.html:251:28120:28140 Phosphoria Logan, Utah +0.490042 aapg_af_448.html aapg_af_448.html:39:5307:5311 Vale Salem, Oregon +0.251496 aapg_ah_372.html aapg_ah_372.html:107:9630:9654 Caldwell Bastrop, Texas +0.457215 jgeology_html_6672772311 jgeology_html_6672772311:157:12528:12543 Back Rio Grande Durham, North Carolina +0.4557 aapg_ai_444.html aapg_ai_444.html:245:22283:22293 Pottsville Winslow, Arizona +0.25351 cspg_html_8362959053 cspg_html_8362959053:33:5780:5786 Luscar Mountain Park (Holyoke, Massachusetts) +0.478101 aapg_af_334.html aapg_af_334.html:464:35676:35682 Denver Cheyenne, Wyoming +0.266662 aapg_ae_29.html aapg_ae_29.html:64:8113:8134 Mauch Chunk Pennsylvania +0.474635 cspg_html_7623652881 cspg_html_7623652881:85:9746:9752 Moscow Russia +0.263153 aapg_ai_762.html aapg_ai_762.html:238:20719:20730 San Antonio Texas +0.266087 aapg_ae_915.html aapg_ae_915.html:9:1092:1110 Niobrara Benton, Arkansas +0.240036 sedimentology_html_6758585724 sedimentology_html_6758585724:1168:82691:82704 Hermosa Colorado +0.472647 aapg_aa_360.html aapg_aa_360.html:58:5824:5834 San Marcos Austin, Chicago +0.447606 aapg_ac_785.html aapg_ac_785.html:336:52703:52718 Woodford Delaware +0.26509 aapg_ad_883.html aapg_ad_883.html:51:7250:7270 Eau Claire Franconia, New Hampshire +0.471108 aapg_ak_135.html aapg_ak_135.html:249:38811:38826 Catalina Schist Los Angeles +0.249444 jgeology_html_7326722295 jgeology_html_7326722295:458:52953:53003 Oceanic China +0.50295 cspg_html_7866293053 cspg_html_7866293053:807:81789:81807 Dunvegan Lacombe, Alberta +0.481618 aapg_af_896.html aapg_af_896.html:49:4734:4744 Rio Grande Rio Grande Valley +0.275094 aapg_ae_45.html aapg_ae_45.html:56:7317:7326 Smackover Arkansas +0.250805 aapg_ad_337.html aapg_ad_337.html:92:9581:9588 Temblor Santa Monica Mountains +0.47424 cspg_html_8568877195 cspg_html_8568877195:496:70090:70103 Foremost Lacombe, Alberta +0.25544 cspg_html_3479659543 cspg_html_3479659543:215:21058:21078 Missisauga Middle East +0.4826 aapg_ae_916.html aapg_ae_916.html:162:18178:18193 Eagle Cut Bank, Montana +0.256035 aapg_ah_844.html aapg_ah_844.html:497:59844:59854 Washington Cheyenne, Wyoming +0.254769 aapg_ae_369.html aapg_ae_369.html:424:43578:43593 Eutaw Alabama +0.49707 aapg_af_150.html aapg_af_150.html:82:8104:8121 Hosston Haynesville, Louisiana +0.497466 aapg_ad_743.html aapg_ad_743.html:232:26207:26217 Atoka Ardmore, Pennsylvania +0.263835 aapg_ae_235.html aapg_ae_235.html:186:22427:22437 Tuscaloosa Black Creek (Toronto) +0.4579 cspg_html_8089302449 cspg_html_8089302449:211:35599:35620 Pine Point Great Slave Lake +0.271932 aapg_af_468.html aapg_af_468.html:106:10903:10918 Frio Brazoria County, Texas +0.484429 aapg_aa_589.html aapg_aa_589.html:6:881:898 Yucatan Melbourne, Florida +0.260019 aapg_ad_178.html aapg_ad_178.html:47:4490:4498 Columbia Victoria, British Columbia +0.26156 sedimentology_html_7390870545 sedimentology_html_7390870545:249:23274:23291 Bearpaw Regina, Saskatchewan +0.468618 aapg_aa_718.html aapg_aa_718.html:141:13523:13533 Waynesburg Ohio +0.257424 aapg_af_562.html aapg_af_562.html:147:15446:15452 Warsaw Tuscaloosa, Alabama +0.49896 gsa_html_5274400800 gsa_html_5274400800:688:55643:55657 Monterey California +0.246016 aapg_af_237.html aapg_af_237.html:85:8473:8481 Big Hill Matagorda County, Texas +0.264969 aapg_ai_105.html aapg_ai_105.html:626:73804:73820 Kaibab San Rafael Swell +0.496683 aapg_ah_182.html aapg_ah_182.html:3:337:386 Jacksonburg Pennsylvania +0.26341 aapg_af_540.html aapg_af_540.html:329:44342:44360 Niobrara Colorado +0.446605 cspg_html_2268386384 cspg_html_2268386384:284:31449:31468 Cold Lake Lacombe, Alberta +0.36068 aapg_ae_454.html aapg_ae_454.html:267:21293:21306 Cotton Valley East Texas +0.470782 aapg_ae_708.html aapg_ae_708.html:517:57726:57734 Virginia Huntington, West Virginia +0.697596 aapg_ah_903.html aapg_ah_903.html:179:30255:30277 Sparta Shreveport, Louisiana +0.26622 aapg_af_288.html aapg_af_288.html:141:15596:15602 Percha Arizona +0.480768 aapg_ac_268.html aapg_ac_268.html:15:2579:2586 Canning Perth, Western Australia +0.259032 gsa_html_1643425974 gsa_html_1643425974:866:84633:84639 Walker Mexico +0.2545 AMJC_html_2067433562 AMJC_html_2067433562:509:49494:49505 Green River Kentucky +0.262384 aapg_ac_720.html aapg_ac_720.html:263:28831:28851 Vincentown Maryland +0.476146 aapg_aa_484.html aapg_aa_484.html:87:7537:7543 Tesnus Texas +0.49068 cspg_html_6839937815 cspg_html_6839937815:175:24800:24818 Dinwoody Boise, Idaho +0.263662 sedimentology_html_9378527223 sedimentology_html_9378527223:1826:43816:43824 Ogallala Niobrara, Nebraska +0.426072 gsa_html_3666562816 gsa_html_3666562816:879:88323:88329 Kodiak Anchorage, Alaska +0.50544 aapg_ah_779.html aapg_ah_779.html:189:34966:34973 Juniata Martinsburg, Nebraska +0.280899 cspg_html_5381643866 cspg_html_5381643866:23:3063:3071 Columbia Victoria, British Columbia +0.26312 cspg_html_5450075884 cspg_html_5450075884:570:66005:66022 Cardium Lacombe, Alberta +0.46872 palaios_html_6956866368 palaios_html_6956866368:200:19038:19055 Minturn Naco, Sonora +0.4815 gsa_html_1924998244 gsa_html_1924998244:1180:94880:94888 Colorado Fish Lake Valley, Nevada +0.25351 cspg_html_5940878099 cspg_html_5940878099:31:5163:5182 Elm Point Manitoba +0.468007 gsa_html_1983936163 gsa_html_1983936163:622:52642:52651 Angostura El Molino, La Guajira +0.48573 gsa_html_6568813358 gsa_html_6568813358:1277:99072:99100 Green River Colorado +0.507312 aapg_af_579.html aapg_af_579.html:161:16882:16899 Entrada Telluride, Colorado +0.247883 aapg_aa_322.html aapg_aa_322.html:38:4656:4674 Sycamore Arbuckle, California +0.23952 geology_html_6639071224 geology_html_6639071224:211:17850:17856 Nariva Trinidad and Tobago +0.277713 aapg_af_575.html aapg_af_575.html:1214:174350:174373 Cotton Valley Cotton Valley, Louisiana +0.270364 palaios_html_5582845937 palaios_html_5582845937:318:32212:32219 Hampton Virginia +0.493954 aapg_ae_822.html aapg_ae_822.html:306:28710:28719 Gatesburg Erie County, New York +0.37638 cspg_html_2039656422 cspg_html_2039656422:69:6909:6926 Shublik Spring River (Missouri) +0.308133 aapg_af_99.html aapg_af_99.html:16:2687:2704 Cercado Trinidad and Tobago +0.469392 jgeology_html_9091100556 jgeology_html_9091100556:755:46605:46630 Barstow California +0.491724 aapg_af_854.html aapg_af_854.html:968:136489:136511 Paint Creek Bethel, Alaska +0.507105 aapg_ai_411.html aapg_ai_411.html:3:532:550 Niobrara Benton, Arkansas +0.901494 aapg_ac_782.html aapg_ac_782.html:304:52391:52404 Barnett Texas +0.54777 aapg_ad_379.html aapg_ad_379.html:667:55308:55325 Rierdon Carmel, Indiana +0.258981 aapg_ah_415.html aapg_ah_415.html:141:12510:12518 Colorado Colorado +0.321688 gsa_html_2758185504 gsa_html_2758185504:605:53127:53147 Fort Union Williston Basin +0.518481 gsa_html_6589330144 gsa_html_6589330144:106:14397:14403 Peoria Loveland, Ohio +0.478101 sedimentology_html_3455721661 sedimentology_html_3455721661:488:38873:38897 Todilto Entrada Sandstone +0.491691 aapg_ah_779.html aapg_ah_779.html:248:45527:45531 Bays Juniata County School District +0.258482 gsa_html_1355236849 gsa_html_1355236849:222:22436:22455 Domengine Mount Diablo +0.473888 aapg_ad_604.html aapg_ad_604.html:77:8274:8290 Hermosa Hermosa, Chicago +0.35568 palaios_html_8113714689 palaios_html_8113714689:301:34256:34268 Devon Island Canada +0.254625 aapg_aa_537.html aapg_aa_537.html:190:23146:23152 Wilcox Okmulgee, Oklahoma +0.465689 aapg_ac_313.html aapg_ac_313.html:218:24887:24894 Chochal Guatemala +0.254961 aapg_aa_754.html aapg_aa_754.html:951:104936:104953 Madison Berlin +0.276962 cspg_html_5971009166 cspg_html_5971009166:189:26102:26121 Yahatinda Lacombe, Alberta +0.484615 cspg_html_8267847427 cspg_html_8267847427:460:55807:55827 Milk River Canada +0.48379 gsa_html_9962225882 gsa_html_9962225882:1006:78911:78921 Washington Boise, Idaho +0.47337 aapg_ad_652.html aapg_ad_652.html:407:50675:50681 Oregon Salem, Oregon +0.49556 gsa_html_5507509274 gsa_html_5507509274:1268:121205:121213 Columbia Northern California +0.370755 aapg_ae_73.html aapg_ae_73.html:136:18930:18936 Sandia Las Vegas Strip +0.51354 aapg_ad_216.html aapg_ad_216.html:97:10117:10123 Salado Culberson County Airport +0.277092 aapg_af_890.html aapg_af_890.html:150:14836:14852 Whitehorse Nashville Basin +0.469299 geology_html_2461616775 geology_html_2461616775:269:19814:19824 Washington Seattle +0.47368 aapg_af_956.html aapg_af_956.html:12:600:608 Virginia Reston, Virginia +0.267288 aapg_ae_4.html aapg_ae_4.html:187:20460:20474 Lodgepole Logan, Utah +0.249964 cspg_html_9108214620 cspg_html_9108214620:49:5599:5607 Columbia Victoria, British Columbia +0.513909 aapg_aa_112.html aapg_aa_112.html:93:10369:10377 Cloverly Cheyenne, Wyoming +0.259811 aapg_ah_100.html aapg_ah_100.html:72:6538:6558 Caseyville Illinois +0.264196 aapg_ai_105.html aapg_ai_105.html:83:11722:11731 Jefferson Uinta Mountains +0.236728 cspg_html_9343899465 cspg_html_9343899465:735:67835:67854 Strathcona Fiord Ellesmere Island +0.2495 gsa_html_7215168680 gsa_html_7215168680:116:8588:8594 Albert Svalbard +0.719712 aapg_ad_660.html aapg_ad_660.html:478:65954:65974 San Andres Texas +0.466816 cspg_html_2749851978 cspg_html_2749851978:489:62460:62477 Cardium Canada +0.465354 aapg_aa_643.html aapg_aa_643.html:410:47959:47973 Knoxville San Francisco +0.462707 aapg_aa_233.html aapg_aa_233.html:174:17756:17776 Agua Nueva Matamoros, Tamaulipas +0.252648 cspg_html_6356755616 cspg_html_6356755616:147:23851:23870 Whitemud Knife River +0.486497 aapg_ac_246.html aapg_ac_246.html:461:45455:45474 Newcastle Cheyenne, Wyoming +0.251968 aapg_af_624.html aapg_af_624.html:27:3861:3869 Colorado Denver +0.263572 aapg_ad_718.html aapg_ad_718.html:224:20432:20450 Carlsbad El Capitan +0.261085 palaios_html_6757540995 palaios_html_6757540995:69:7345:7365 Tuscaloosa Alabama +0.47328 gsa_html_2675218998 gsa_html_2675218998:1015:89782:89790 Colorado Colombia +0.46276 aapg_ah_645.html aapg_ah_645.html:493:58616:58631 Stump Cheyenne, Wyoming +0.481 gsa_html_3577902670 gsa_html_3577902670:30:2923:2951 Green River Colorado +0.46265 geology_html_9742751361 geology_html_9742751361:293:21729:21743 Byng Canada +0.505296 aapg_ac_272.html aapg_ac_272.html:131:9954:9965 Trempealeau Ohio +0.46926 aapg_ah_415.html aapg_ah_415.html:6:717:737 Milk River Colorado +0.496944 gsa_html_3365405763 gsa_html_3365405763:29:2796:2824 Green River Colorado +0.256542 jgeology_html_9215313444 jgeology_html_9215313444:1088:75234:75261 Columbia Salem, Oregon +0.37534 gsa_html_5446866849 gsa_html_5446866849:932:70395:70407 Owens Valley California +0.259077 sedimentology_html_3854944886 sedimentology_html_3854944886:354:13551:13555 Hall London, Ontario +0.227493 gsa_html_3225734041 gsa_html_3225734041:179:17961:17982 Wissahickon Delaware +0.497896 aapg_aa_685.html aapg_aa_685.html:31:3010:3020 North Horn Flagstaff, Arizona +0.503908 aapg_ad_653.html aapg_ad_653.html:452:57412:57429 Heiberg North Atlantic Current +0.249996 aapg_ae_993.html aapg_ae_993.html:221:19846:19861 Darby Cheyenne, Wyoming +0.361775 aapg_ah_659.html aapg_ah_659.html:6:1112:1133 Green River Bridger, Montana +0.23664 aapg_ad_597.html aapg_ad_597.html:229:27404:27422 Thorold Norfolk County, Ontario +0.25092 aapg_ac_187.html aapg_ac_187.html:2009:197861:197882 Ludlowville Skaneateles (village), New York +0.498076 aapg_ai_364.html aapg_ai_364.html:78:9688:9697 Stonewall Allegheny Mountains +0.25602 aapg_ai_491.html aapg_ai_491.html:440:55685:55705 Hermosa San Juan, Argentina +0.239554 AMJC_html_3632105729 AMJC_html_3632105729:222:32536:32566 Coon Hollow Snake River Canyon (Idaho) +0.260977 aapg_af_900.html aapg_af_900.html:260:34879:34887 Big Hill Jefferson County, Colorado +0.25872 cspg_html_9332855346 cspg_html_9332855346:9:932:938 Ashern Lacombe, Alberta +0.244032 aapg_ah_217.html aapg_ah_217.html:111:11794:11801 Venango Pennsylvania +0.245478 aapg_ai_11.html aapg_ai_11.html:229:28002:28021 Wyandotte Plattsburg, Missouri +0.491744 palaios_html_9359679595 palaios_html_9359679595:1106:77536:77542 Reston Reno, Nevada +0.254508 gsa_html_5394777952 gsa_html_5394777952:145:13932:13970 Sunday Canyon Sierra Nevada (Spain) +0.236682 aapg_ad_146.html aapg_ad_146.html:130:10901:10908 Paradox White River (Washington) +0.286356 cspg_html_9771826320 cspg_html_9771826320:754:117435:117454 Beaufort Canadian Arctic Archipelago +0.49755 aapg_af_397.html aapg_af_397.html:103:12515:12532 Entrada Entrada Sandstone +0.237626 gsa_html_5694391338 gsa_html_5694391338:80:8102:8119 Packsaddle Schist Llano, Texas +0.25647 geology_html_7850098758 geology_html_7850098758:209:24034:24044 Montgomery Colorado +0.255009 cspg_html_8089302449 cspg_html_8089302449:743:114676:114681 Bluff Red Deer, Alberta +0.47889 aapg_ac_441.html aapg_ac_441.html:516:46012:46020 Colorado Littleton, Colorado +0.256985 aapg_ah_647.html aapg_ah_647.html:292:30635:30650 Hay River Canada +0.23079 aapg_ae_985.html aapg_ae_985.html:56:5165:5189 Arroyo Pecos River +0.449265 gsa_html_5865982995 gsa_html_5865982995:904:99902:99910 Colorado Uinta Mountains +0.50643 gsa_html_2220556952 gsa_html_2220556952:841:100104:100124 Pansy Lee Conglomerate Reno, Nevada +0.5646 aapg_ac_333.html aapg_ac_333.html:1314:157530:157535 Supai New Mexico +0.273465 aapg_ah_453.html aapg_ah_453.html:21:3105:3112 Temblor Monterey, California +0.458103 geology_html_4386567919 geology_html_4386567919:106:13419:13430 Uncompahgre Piute, California +0.823536 aapg_ai_249.html aapg_ai_249.html:522:68492:68507 Metapan Guatemala +0.484008 aapg_af_12.html aapg_af_12.html:38:4405:4413 Sterling Colorado +0.25957 aapg_ai_459.html aapg_ai_459.html:146:14544:14555 Cloud Chief Wichita, Kansas +0.477225 aapg_ac_940.html aapg_ac_940.html:342:43133:43141 Scotland Chile +0.692375 aapg_aa_254.html aapg_aa_254.html:47:5157:5176 Sunniland Melbourne, Florida +0.265161 cspg_html_3942782922 cspg_html_3942782922:99:8780:8822 Sulphur Mountain Victoria, British Columbia +0.23959 aapg_aa_147.html aapg_aa_147.html:121:14887:14894 Selkirk Red River of the North +0.506232 cspg_html_2734588863 cspg_html_2734588863:99:11064:11071 Wabamun Milk River, Alberta +0.247643 aapg_aa_399.html aapg_aa_399.html:302:24300:24311 Peace River Clearwater, Florida +0.253005 cspg_html_3908181328 cspg_html_3908181328:26:3963:3968 Logan Logan, Utah +0.509956 aapg_ac_380.html aapg_ac_380.html:198:25093:25102 Edgecliff Onondaga (tribe) +0.26574 AMJC_html_8128063878 AMJC_html_8128063878:429:56247:56263 Navajo Sonoma, California +0.45291 aapg_ah_329.html aapg_ah_329.html:432:42483:42490 Sisquoc Santa Maria, California +0.463203 gsa_html_7880703239 gsa_html_7880703239:11:520:528 Colorado Colorado +0.503028 aapg_ad_375.html aapg_ad_375.html:284:15979:15990 Utica Covington, Kentucky +0.26104 cspg_html_9872589627 cspg_html_9872589627:172:22353:22360 Halfway Grand Prairie, Texas +0.505296 aapg_af_568.html aapg_af_568.html:165:18254:18270 Sundance Cheyenne, Wyoming +0.246609 gsa_html_4740178746 gsa_html_4740178746:681:72515:72527 Taylor Antarctica +0.26104 gsa_html_4930932370 gsa_html_4930932370:1048:117612:117620 Michigan Baraga County, Michigan +0.492584 aapg_af_188.html aapg_af_188.html:276:31795:31807 Steel Cheyenne, Wyoming +0.264578 palaios_html_4223976574 palaios_html_4223976574:248:20656:20665 San Diego California +0.494334 cspg_html_5345848475 cspg_html_5345848475:16:1941:1958 Carlile Regina, Saskatchewan +0.484568 gsa_html_1411412775 gsa_html_1411412775:713:59575:59603 Green River New Mexico +0.46207 AMJC_html_8522115051 AMJC_html_8522115051:714:78329:78335 Sierra Sierra Nevada (Spain) +0.685452 aapg_ae_9.html aapg_ae_9.html:29:3567:3584 Wallace Boise, Idaho +0.244944 aapg_ac_985.html aapg_ac_985.html:153:14710:14727 Cypress Chester, Pennsylvania +0.263526 palaios_html_3028956190 palaios_html_3028956190:237:24330:24340 Kope Cincinnati +0.250488 aapg_af_2.html aapg_af_2.html:557:58871:58879 Colorado Colorado +0.512106 aapg_ad_338.html aapg_ad_338.html:182:18688:18705 Raritan Closter, New Jersey +0.266192 aapg_aa_350.html aapg_aa_350.html:25:2081:2088 Saginaw Saginaw, Michigan +0.47658 aapg_ae_428.html aapg_ae_428.html:1107:87545:87562 Fleming Burkeville, Texas +0.485706 aapg_ac_928.html aapg_ac_928.html:115:14910:14927 Leatham Netherlands +0.492264 geology_html_3509939317 geology_html_3509939317:260:21779:21787 Columbia Victoria, British Columbia +0.494648 gsa_html_5910340133 gsa_html_5910340133:31:2747:2775 Green River New Mexico +0.349799 aapg_ad_659.html aapg_ad_659.html:239:32471:32489 Nonesuch Michigan +0.49234 aapg_ae_10.html aapg_ae_10.html:59:7282:7294 Austin Chalk Williamson County, Texas +0.46942 aapg_ah_366.html aapg_ah_366.html:223:13926:13944 Tensleep Western world +0.25132 aapg_ai_388.html aapg_ai_388.html:83:6986:6998 Rock Springs Cheyenne, Wyoming +0.252909 aapg_ah_685.html aapg_ah_685.html:354:38474:38482 Colorado Cheyenne, Wyoming +0.256949 cspg_html_5976982403 cspg_html_5976982403:91:13168:13179 Fort Steele Victoria, British Columbia +0.247234 aapg_aa_37.html aapg_aa_37.html:319:39918:39934 Kaibab Kaibab, Arizona +0.252234 aapg_ac_92.html aapg_ac_92.html:176:20276:20288 Atoka Atoka, Oklahoma +0.256536 cspg_html_6434702931 cspg_html_6434702931:12:1349:1381 Beaverhill Victoria, British Columbia +0.260598 geology_html_5342045301 geology_html_5342045301:12:627:637 Washington Seattle +0.476256 aapg_ah_675.html aapg_ah_675.html:501:70034:70042 Colorado Denver +0.48048 sedimentology_html_9626990209 sedimentology_html_9626990209:1481:103150:103172 Judith River Lacombe, Alberta +0.258566 AMJC_html_3664856625 AMJC_html_3664856625:12:711:717 Denver Colorado +0.5016 aapg_ae_350.html aapg_ae_350.html:7:1574:1584 Tuscaloosa Alabama +0.503804 aapg_af_551.html aapg_af_551.html:47:5282:5293 Lake Valley Rift Valley lakes +0.49868 gsa_html_1456601097 gsa_html_1456601097:12:529:535 Oxford Ohio +0.264901 aapg_ah_645.html aapg_ah_645.html:460:54468:54486 Rierdon Williston, Vermont +0.476952 geology_html_6476658393 geology_html_6476658393:276:22859:22876 Oxford Ontario, California +0.253492 aapg_af_854.html aapg_af_854.html:528:71376:71382 Keokuk Salem, Massachusetts +0.526221 sedimentology_html_6282709960 sedimentology_html_6282709960:43:3552:3558 Oregon Anchorage, Alaska +0.252416 sedimentology_html_3083192111 sedimentology_html_3083192111:277:29128:29132 Hall London, Ontario +0.25704 aapg_ae_324.html aapg_ae_324.html:679:67966:67974 Virginia Pearisburg, Virginia +0.505218 aapg_ah_378.html aapg_ah_378.html:558:53642:53648 Salado Salado, Texas +0.237636 aapg_af_568.html aapg_af_568.html:503:41145:41157 Beaver Creek Cheyenne, Wyoming +0.46926 cspg_html_7777724998 cspg_html_7777724998:106:15126:15149 Mist Mountain Kootenay River +0.495945 aapg_ad_466.html aapg_ad_466.html:336:41536:41543 Raritan South River (Maryland) +0.482157 aapg_ai_536.html aapg_ai_536.html:15:1989:1997 Mainland Banks Island +0.253008 aapg_ah_301.html aapg_ah_301.html:521:56229:56256 Tamabra Texas +0.50976 aapg_af_528.html aapg_af_528.html:697:82946:82961 Catalina Schist California +0.251808 aapg_ad_327.html aapg_ad_327.html:436:47997:48014 Edwards Texas +0.26059 aapg_aa_360.html aapg_aa_360.html:203:17163:17173 San Marcos Buda, Texas +0.232965 aapg_ad_53.html aapg_ad_53.html:10:1003:1011 Colorado Colorado +0.271872 aapg_ai_619.html aapg_ai_619.html:40:7675:7681 Casper Cheyenne, Wyoming +0.247923 geology_html_1390060534 geology_html_1390060534:232:19583:19608 Navajo Colorado +0.4775 aapg_aa_399.html aapg_aa_399.html:180:12921:12929 Kootenay Lacombe, Alberta +0.452676 palaios_html_7377371027 palaios_html_7377371027:576:54526:54534 Colorado Florissant, Colorado +0.254904 aapg_ai_28.html aapg_ai_28.html:282:27375:27382 Lagarto Oakville, California +0.477792 cspg_html_6675007047 cspg_html_6675007047:113:16368:16387 Athabasca Lacombe, Alberta +0.238095 gsa_html_9603601502 gsa_html_9603601502:899:66135:66144 Peninsula Acadia +0.26368 aapg_ac_298.html aapg_ac_298.html:308:29767:29775 Windfall Calgary +0.473252 gsa_html_9603601502 gsa_html_9603601502:1029:71770:71795 Fortin Acadia +0.520956 aapg_af_288.html aapg_af_288.html:776:77994:78013 Rancheria Sacramento Mountains (California) +0.473144 jgeology_html_1432891964 jgeology_html_1432891964:150:11069:11077 Columbia Victoria, British Columbia +0.242346 aapg_ai_699.html aapg_ai_699.html:650:72254:72259 Tidal Maryland +0.248832 palaios_html_2256521782 palaios_html_2256521782:866:60727:60758 Bond Illinois +0.467677 cspg_html_8174352156 cspg_html_8174352156:597:73520:73529 Cake Hill Victoria, British Columbia +0.467775 aapg_ae_267.html aapg_ae_267.html:119:10457:10482 Onondaga Onondaga (tribe) +0.263472 aapg_af_728.html aapg_af_728.html:157:19045:19069 Elko Reno, Nevada +0.396804 jgeology_html_5970406003 jgeology_html_5970406003:197:13088:13106 Chulafinnee Schist Alabama +0.249991 aapg_ai_49.html aapg_ai_49.html:669:88017:88025 Woodside Spearfish, South Dakota +0.515025 aapg_ac_361.html aapg_ac_361.html:430:49157:49176 Vaqueros Bartow County, Georgia +0.490676 gsa_html_8740218609 gsa_html_8740218609:635:60357:60367 Sykesville Germantown, Montgomery County, Maryland +0.270738 sedimentology_html_4369226882 sedimentology_html_4369226882:1024:81189:81211 Bluff Bridgetown, Nova Scotia +0.471606 sedimentology_html_3425717106 sedimentology_html_3425717106:838:62689:62695 Brazil Canada +0.46342 sedimentology_html_1780224335 sedimentology_html_1780224335:476:35117:35152 Wishart Canada +0.490728 palaios_html_1018466366 palaios_html_1018466366:1630:142781:142808 Athabasca Pemberton, British Columbia +0.473715 sedimentology_html_5933783718 sedimentology_html_5933783718:1060:97513:97519 Sierra Spain +0.49674 aapg_af_663.html aapg_af_663.html:304:31607:31613 Pawnee Pleasanton, Texas +0.262626 sedimentology_html_2896902317 sedimentology_html_2896902317:812:80659:80663 Bond North Atlantic Current +0.518848 aapg_ad_757.html aapg_ad_757.html:291:37318:37329 Black River Platteville, Colorado +0.221298 aapg_ai_0.html aapg_ai_0.html:960:109935:109946 San Antonio Uvalde, Texas +0.499639 cspg_html_2198503252 cspg_html_2198503252:274:15260:15268 Palliser Colorado +0.490232 aapg_ai_763.html aapg_ai_763.html:154:16909:16926 Schuler Texas +0.487734 aapg_aa_4.html aapg_aa_4.html:9:1346:1359 Genesee Genesee County, Michigan +0.4575 cspg_html_9905904289 cspg_html_9905904289:13:2248:2254 Battle Bearspaw, Alberta +0.249951 cspg_html_4785922166 cspg_html_4785922166:333:38366:38378 Saskatchewan Lacombe, Alberta +0.25284 palaios_html_3985706634 palaios_html_3985706634:152:15706:15723 Manlius Helderberg +0.27348 aapg_af_510.html aapg_af_510.html:63:7192:7221 Fort Union Black Hills +0.26215 jgeology_html_2563614336 jgeology_html_2563614336:1099:72049:72068 Imperial California +0.25935 aapg_ah_742.html aapg_ah_742.html:6:957:977 Phosphoria Cheyenne, Wyoming +0.27089 aapg_ad_440.html aapg_ad_440.html:371:36417:36454 Bluefield Bluefield, West Virginia +0.258055 aapg_ad_128.html aapg_ad_128.html:66:4895:4913 Cypress Palestinian territories +0.257536 aapg_ae_377.html aapg_ae_377.html:452:49823:49827 Java Borneo +0.518152 aapg_ah_231.html aapg_ah_231.html:65:5906:5916 Tuscaloosa Cotton Valley, Louisiana +0.497555 gsa_html_4431779557 gsa_html_4431779557:738:58911:58936 Blackwater Draw Llano Estacado +0.258332 geology_html_5350761887 geology_html_5350761887:215:20376:20405 Monterey California +0.489684 gsa_html_8881958017 gsa_html_8881958017:477:47436:47444 Columbia Victoria, British Columbia +0.481032 gsa_html_2832151886 gsa_html_2832151886:302:22873:22881 Columbia Lacombe, Alberta +0.48412 aapg_ad_52.html aapg_ad_52.html:61:7075:7084 Coldwater Michigan +0.260091 geology_html_4431824234 geology_html_4431824234:363:25611:25622 Green River Cheyenne, Wyoming +0.258152 aapg_ac_924.html aapg_ac_924.html:14:2366:2380 Mission Canyon Cheyenne, Wyoming +0.267534 aapg_af_431.html aapg_af_431.html:106:10717:10744 Smackover Cotton Valley, Louisiana +0.2709 aapg_ae_70.html aapg_ae_70.html:361:36759:36766 Minturn Colorado +0.48042 gsa_html_6281658899 gsa_html_6281658899:396:48652:48669 Bridger South Pass City, Wyoming +0.255224 jgeology_html_8826692705 jgeology_html_8826692705:1965:88758:88763 Queen Canada +0.2601 aapg_ai_222.html aapg_ai_222.html:17:1517:1527 Washington West Coast of the United States +0.27081 aapg_ae_474.html aapg_ae_474.html:863:87690:87701 Paint Creek Bethel, Alaska +0.248392 aapg_af_854.html aapg_af_854.html:696:97687:97703 Sonora Illinois +0.508664 aapg_ac_807.html aapg_ac_807.html:395:40745:40758 Merchantville Merchantville, New Jersey +0.500892 aapg_ac_621.html aapg_ac_621.html:40:5261:5282 Wood Siding Onaga, Kansas +0.4712 aapg_ad_466.html aapg_ad_466.html:1305:140125:140143 Patapsco Patapsco River +0.279292 aapg_ad_720.html aapg_ad_720.html:81:9052:9055 Abo Sacramento, California +0.906079 aapg_ah_411.html aapg_ah_411.html:150:17411:17418 Pakowki Colorado +0.361371 cspg_html_9725676031 cspg_html_9725676031:202:28203:28225 Lepine Liard River, British Columbia +0.25608 cspg_html_1450375831 cspg_html_1450375831:16:1978:1996 Deadwood Lacombe, Alberta +0.260568 cspg_html_6306091047 cspg_html_6306091047:412:58584:58592 Columbia Victoria, British Columbia +0.251808 aapg_aa_778.html aapg_aa_778.html:82:10746:10766 West Falls Ohio +0.252 aapg_ad_2.html aapg_ad_2.html:1324:181788:181805 Schenectady Canajoharie (village), New York +0.461265 gsa_html_5052385118 gsa_html_5052385118:165:16680:16683 Rye Colorado +0.265216 aapg_ac_729.html aapg_ac_729.html:719:69604:69626 Schrader Bluff Colville River (Washington) +0.2525 gsa_html_5865982995 gsa_html_5865982995:1407:147796:147821 Washakie Colorado +0.439569 cspg_html_1644457308 cspg_html_1644457308:53:7876:7884 Grayling Pine River (Michigan) +0.24353 sedimentology_html_7885928494 sedimentology_html_7885928494:402:36515:36519 Hall London, Ontario +0.484785 aapg_aa_176.html aapg_aa_176.html:672:66549:66557 Michigan San Diego +0.26565 aapg_ae_873.html aapg_ae_873.html:70:9217:9239 Paluxy Hopkins County, Kentucky +0.392448 aapg_ac_983.html aapg_ac_983.html:360:57795:57799 Drum Kansas City, Kansas +0.324394 aapg_ae_884.html aapg_ae_884.html:198:26523:26542 Belle Fourche Black Hills +0.4896 gsa_html_3429903648 gsa_html_3429903648:768:65602:65608 Casper Cheyenne, Wyoming +0.257346 cspg_html_2954223000 cspg_html_2954223000:95:14655:14673 Provo Black Sea +0.248776 palaios_html_7805951959 palaios_html_7805951959:19:1147:1165 Cantwell Anchorage, Alaska +0.502425 aapg_ae_428.html aapg_ae_428.html:666:54941:54954 Hawthorn Melbourne, Florida +0.245692 gsa_html_7464626519 gsa_html_7464626519:979:91005:91014 Flagstaff Central, Arizona +0.26418 aapg_ae_959.html aapg_ae_959.html:2313:164903:164910 Rustler Salado, Texas +0.251923 gsa_html_2853817533 gsa_html_2853817533:1088:76274:76281 Laramie Cheyenne, Wyoming +0.246984 AMJC_html_5755352984 AMJC_html_5755352984:263:41708:41717 Eel River Central Coast of California +0.361845 aapg_ah_527.html aapg_ah_527.html:77:9221:9243 Lone Mountain Reno, Nevada +0.5018 sedimentology_html_6908936430 sedimentology_html_6908936430:810:52090:52095 Libby Whitford (SEPTA station) +0.46368 aapg_af_629.html aapg_af_629.html:42:4151:4163 Medicine Bow Cheyenne, Wyoming +0.489706 aapg_af_575.html aapg_af_575.html:309:41774:41783 Roubidoux Gasconade River +0.247835 cspg_html_7602315496 cspg_html_7602315496:17:2931:2957 Milk River Western world +0.254925 aapg_ae_584.html aapg_ae_584.html:116:14379:14384 Inman Jamaica, Queens +0.25908 aapg_af_575.html aapg_af_575.html:377:51035:51051 Frisco Sallisaw, Oklahoma +0.264708 palaios_html_3022467877 palaios_html_3022467877:357:40141:40160 New Egypt Closter, New Jersey +0.270364 cspg_html_8556552074 cspg_html_8556552074:90:7715:7734 Cold Lake Lacombe, Alberta +0.483406 jgeology_html_2964058232 jgeology_html_2964058232:998:67172:67179 Jupiter Quebec City +0.246272 cspg_html_2628075963 cspg_html_2628075963:6:338:356 Potsdam Quebec City +0.485254 aapg_ac_380.html aapg_ac_380.html:64:9567:9580 Vernon Lockport (city), New York +0.47559 gsa_html_8825240131 gsa_html_8825240131:825:69452:69475 Galena Illinois +0.469955 aapg_ae_176.html aapg_ae_176.html:273:35243:35265 Grand Rapids Cordillera Administrative Region +0.254514 gsa_html_7040053075 gsa_html_7040053075:279:26473:26487 Topanga Western world +0.71604 aapg_ac_296.html aapg_ac_296.html:130:12494:12511 Dakota New Mexico +0.49248 gsa_html_2364640066 gsa_html_2364640066:665:70280:70288 Yakataga Anchorage, Alaska +0.246482 sedimentology_html_5837612543 sedimentology_html_5837612543:2132:93397:93401 Hall London, Ontario +0.27702 aapg_ah_763.html aapg_ah_763.html:56:5278:5298 San Andres Sacramento Mountains (California) +0.464111 aapg_ac_989.html aapg_ac_989.html:79:11427:11435 Tensleep Wisconsin +0.2605 gsa_html_6143207195 gsa_html_6143207195:26:1232:1238 Denver Colorado +0.275098 sedimentology_html_2458966457 sedimentology_html_2458966457:68:4958:4964 Jordan Saudi Arabia +0.935984 cspg_html_8089302449 cspg_html_8089302449:264:45051:45061 Dawson Bay Regina, Saskatchewan +0.270614 aapg_af_666.html aapg_af_666.html:520:44589:44596 Bridger Uinta Mountains +0.490356 geology_html_6152131284 geology_html_6152131284:277:23488:23500 Owens Valley California +0.497466 gsa_html_9487992082 gsa_html_9487992082:658:65545:65571 Monterey Washington (state) +0.489056 gsa_html_5601712699 gsa_html_5601712699:489:39977:39984 Topanga Rancho Las Cienegas +0.258542 gsa_html_5039569238 gsa_html_5039569238:365:34464:34484 Sassenach Arctic Cordillera +0.25856 aapg_aa_23.html aapg_aa_23.html:1170:146255:146274 Red River Manitoba +0.233168 sedimentology_html_4121403149 sedimentology_html_4121403149:874:64467:64503 Protection Washington (state) +0.475664 cspg_html_4298557570 cspg_html_4298557570:396:51416:51434 Paskapoo Edmonton, London +0.24696 aapg_ah_647.html aapg_ah_647.html:917:97441:97457 Concha Colina, Chile +0.28119 aapg_ah_328.html aapg_ah_328.html:346:36341:36360 Minnelusa Cheyenne, Wyoming +0.271932 aapg_ac_406.html aapg_ac_406.html:91:8512:8518 Paluxy Cotton Valley, Louisiana +0.479605 aapg_ai_288.html aapg_ai_288.html:47:9077:9095 San Onofre Breccia San Joaquin Hills (Laguna Niguel, California) +0.455792 aapg_ac_617.html aapg_ac_617.html:205:27399:27417 Lagarto Burkeville, Texas +0.48858 aapg_aa_95.html aapg_aa_95.html:180:17048:17056 Colorado Huerfano, New Mexico +0.267624 cspg_html_2408887763 cspg_html_2408887763:171:22861:22867 Exshaw Elkton, Kentucky +0.268323 aapg_ae_465.html aapg_ae_465.html:167:17701:17720 Smackover Cotton Valley, Louisiana +0.260952 cspg_html_8990290265 cspg_html_8990290265:68:11774:11798 Windsor Elko, Nevada +0.262135 sedimentology_html_1568456861 sedimentology_html_1568456861:1076:84072:84092 Toro Chile +0.257446 aapg_ac_55.html aapg_ac_55.html:318:38083:38096 Potomac Delaware +0.348233 aapg_ac_952.html aapg_ac_952.html:154:16975:16994 Morehouse Shreveport, Louisiana +0.87061 aapg_af_590.html aapg_af_590.html:491:38270:38287 Paradox Logan, Utah +0.267734 gsa_html_7012936645 gsa_html_7012936645:65:5817:5838 Martinsburg Martinsburg, Nebraska +0.487959 aapg_ai_932.html aapg_ai_932.html:674:105456:105474 Monterey Santa Maria, California +0.242284 gsa_html_1561548255 gsa_html_1561548255:636:63359:63365 Walker Mojave Desert +0.25123 cspg_html_8840748783 cspg_html_8840748783:674:79788:79834 Dunvegan Canada +0.252993 palaios_html_2736581987 palaios_html_2736581987:18:1022:1037 Hueco New Mexico +0.254508 geology_html_6392821947 geology_html_6392821947:11:448:454 Oregon Salem, Oregon +0.479958 aapg_ae_18.html aapg_ae_18.html:449:48825:48843 Colorado Colorado +0.275587 aapg_ac_201.html aapg_ac_201.html:697:70114:70121 Shublik Lisburne Peninsula +0.27183 aapg_ae_917.html aapg_ae_917.html:109:11174:11190 Maroon Colorado +0.23171 geology_html_2187977160 geology_html_2187977160:277:23950:23982 Sierra Southern California +0.259584 gsa_html_3320600310 gsa_html_3320600310:74:6936:6953 Entrada Cleveland +0.247476 aapg_ac_983.html aapg_ac_983.html:311:49675:49685 Lane Missouri River +0.256522 aapg_ai_492.html aapg_ai_492.html:153:19809:19815 Casper Cheyenne, Wyoming +0.252504 aapg_ak_26.html aapg_ak_26.html:64:6702:6719 Florida Mountains Deming, New Mexico +0.484 aapg_ac_910.html aapg_ac_910.html:414:34392:34398 Sierra Mexico +0.238576 aapg_ae_777.html aapg_ae_777.html:256:29525:29539 Espiritu Santo Ouray, Colorado +0.250901 sedimentology_html_9972796818 sedimentology_html_9972796818:2568:109279:109285 Banner Hanson, Massachusetts +0.48503 aapg_ad_918.html aapg_ad_918.html:447:52908:52912 Wendover Nebraska +0.2704 aapg_af_664.html aapg_af_664.html:9:1122:1126 Word Guadalupe Mountains National Park +0.238476 aapg_ac_337.html aapg_ac_337.html:61:6032:6051 Ingleside Laramie, Wyoming +0.254015 aapg_aa_47.html aapg_aa_47.html:687:83486:83493 Minturn Madera County, California +0.26037 aapg_ae_419.html aapg_ae_419.html:3299:211753:211762 San Pedro Mesa, Arizona +0.25774 aapg_ah_370.html aapg_ah_370.html:333:25610:25622 Silica Ohio +0.224182 cspg_html_5109562898 cspg_html_5109562898:17:2646:2660 Colorado Lacombe, Alberta +0.490716 aapg_ad_0.html aapg_ad_0.html:362:29992:30009 Shakopee Barry County, Missouri +0.46116 cspg_html_7086880709 cspg_html_7086880709:254:30789:30797 Tathlina Lacombe, Alberta +0.371712 aapg_ah_876.html aapg_ah_876.html:432:53057:53071 Rodessa Mississippi River +0.267806 aapg_ai_81.html aapg_ai_81.html:207:19297:19314 Venango Pennsylvania +0.266231 gsa_html_4837287019 gsa_html_4837287019:403:36843:36853 Washington Seattle +0.478848 palaios_html_5078880508 palaios_html_5078880508:200:13237:13251 Bellevue Kentucky +0.48504 sedimentology_html_3458220619 sedimentology_html_3458220619:217:18387:18391 Java Sumatra +0.462074 aapg_ae_370.html aapg_ae_370.html:377:34858:34880 Keasey Cowlitz River +0.25168 cspg_html_5954266359 cspg_html_5954266359:104:18026:18034 Fleurant Hartford, Connecticut +0.244925 gsa_html_7875871937 gsa_html_7875871937:622:58176:58184 Billings Western Canadian Sedimentary Basin +0.272459 gsa_html_6005845438 gsa_html_6005845438:29:2796:2824 Green River New Mexico +0.59409 aapg_ac_486.html aapg_ac_486.html:90:10910:10916 Dakota Denver +0.25833 aapg_ac_896.html aapg_ac_896.html:145:11607:11614 Hosston Danville, Virginia +0.895442 aapg_ac_825.html aapg_ac_825.html:540:61284:61292 Monterey Monterey, California +0.2605 aapg_af_779.html aapg_af_779.html:31:5117:5121 Lane Michigan +0.482275 aapg_ac_380.html aapg_ac_380.html:34:5559:5583 Onondaga Lockport (city), New York +0.264147 jgeology_html_9737271632 jgeology_html_9737271632:799:60844:60854 Wind River Cheyenne, Wyoming +0.474264 gsa_html_1254347878 gsa_html_1254347878:400:44392:44415 Revett Western world +0.239085 AMJC_html_4579422305 AMJC_html_4579422305:856:75692:75700 San Jose California +0.385168 aapg_ad_467.html aapg_ad_467.html:195:15114:15124 Tuscaloosa Atlantic Ocean +0.267464 aapg_ae_75.html aapg_ae_75.html:166:22180:22184 Yeso Carrizozo, New Mexico +0.2583 palaios_html_3028956190 palaios_html_3028956190:114:13027:13045 Collingwood Ontario, California +0.472787 aapg_af_129.html aapg_af_129.html:392:41105:41123 Fountain Rocky Mountain Arsenal National Wildlife Refuge +0.264192 gsa_html_2178342427 gsa_html_2178342427:101:11976:12000 Golden Valley Fort Union Trading Post National Historic Site +0.260148 aapg_ae_176.html aapg_ae_176.html:397:49613:49624 Viking Lacombe, Alberta +0.244458 gsa_html_6589330144 gsa_html_6589330144:170:21121:21127 Denver Nebraska +0.24059 gsa_html_7635660482 gsa_html_7635660482:615:58233:58254 Vega Sellwood Bridge +0.247396 cspg_html_2492063773 cspg_html_2492063773:88:12191:12215 Northumberland Northumberland, Pennsylvania +0.758641 aapg_ai_51.html aapg_ai_51.html:48:5382:5396 Tuscahoma Mississippi River +0.487272 cspg_html_8694594891 cspg_html_8694594891:66:8287:8310 Blue Mountain Ontario, California +0.263048 aapg_ae_319.html aapg_ae_319.html:17:2384:2401 Entrada Carmel, Indiana +0.667144 aapg_ad_715.html aapg_ad_715.html:272:35063:35072 Lecompton Nebraska +0.487424 aapg_af_857.html aapg_af_857.html:489:42860:42869 Claremont San Gabriel Mountains +0.361816 cspg_html_9346298272 cspg_html_9346298272:77:9544:9549 Liard Liard River, British Columbia +0.242015 palaios_html_8929415325 palaios_html_8929415325:373:39480:39484 Hall London, Ontario +0.258516 aapg_ae_794.html aapg_ae_794.html:570:63059:63079 Coon Creek Selma to Montgomery marches +0.49875 aapg_af_663.html aapg_af_663.html:431:43598:43606 Altamont Pleasanton, Texas +0.446823 aapg_ae_72.html aapg_ae_72.html:281:25267:25272 Supai Mesa, Arizona +0.469568 geology_html_9688468115 geology_html_9688468115:14:575:581 Denver Colorado +0.24947 sedimentology_html_3490784844 sedimentology_html_3490784844:1152:97304:97321 Galena Wisconsin +0.512176 palaios_html_3308412288 palaios_html_3308412288:130:17130:17146 Bighorn Dolomite Big Horn Mountains +0.273525 aapg_ac_628.html aapg_ac_628.html:734:126561:126569 Moenkopi Chinle Formation +0.26163 sedimentology_html_1280732031 sedimentology_html_1280732031:118:13779:13805 Tabb Suffolk, Virginia +0.46512 gsa_html_5773931818 gsa_html_5773931818:658:69843:69855 Medicine Bow Laramie, Wyoming +0.480495 gsa_html_7100033459 gsa_html_7100033459:1130:87519:87525 Oregon Washington (state) +0.48297 aapg_ac_630.html aapg_ac_630.html:735:79400:79420 Wind River Wasatch Range +0.2772 cspg_html_9692046543 cspg_html_9692046543:353:31515:31532 Viking Lacombe, Alberta +0.265221 gsa_html_3720789279 gsa_html_3720789279:1335:122361:122369 Columbia Victoria, British Columbia +0.26985 gsa_html_8398449001 gsa_html_8398449001:48:3457:3467 Bear River Lake Bonneville +0.394198 gsa_html_6765882493 gsa_html_6765882493:624:93193:93212 Franconia Wisconsin +0.226411 aapg_aa_147.html aapg_aa_147.html:893:91265:91273 Deadwood Winnipeg +0.491326 gsa_html_7632212878 gsa_html_7632212878:561:52864:52871 El Paso Texas +0.268836 palaios_html_7679079277 palaios_html_7679079277:741:62415:62423 Tensleep Greybull, Wyoming +0.268786 aapg_ac_333.html aapg_ac_333.html:315:41769:41783 Hermosa Kaibab, Arizona +0.500123 aapg_ad_973.html aapg_ad_973.html:544:46591:46597 Jordan Melbourne, Florida +0.474628 aapg_ae_412.html aapg_ae_412.html:29:3430:3439 Fullerton Texas +0.498225 aapg_ai_958.html aapg_ai_958.html:9:857:870 Fleming Cuero, Texas +0.254989 gsa_html_3648258377 gsa_html_3648258377:1006:93808:93826 Navesink Merchantville, New Jersey +0.466059 AMJC_html_6107665103 AMJC_html_6107665103:506:39672:39678 Sierra Dominican Republic +0.465192 aapg_ac_930.html aapg_ac_930.html:138:19812:19823 San Antonio Texas +0.50922 aapg_ae_498.html aapg_ae_498.html:1027:106968:107018 Liberty Hall Virginia +0.252506 jgeology_html_6399321011 jgeology_html_6399321011:637:35827:35836 Brunswick Portland, Maine +0.469802 jgeology_html_9366209199 jgeology_html_9366209199:344:32663:32672 Eel River Mississippi River +0.266135 sedimentology_html_3826538092 sedimentology_html_3826538092:138:9960:9966 Forest Sweden +0.470736 aapg_ad_169.html aapg_ad_169.html:271:31587:31605 Greenbrier Greenbrier (Great Smoky Mountains) +0.246984 geology_html_8888515160 geology_html_8888515160:286:26956:26966 Washington California +0.26883 gsa_html_4740178746 gsa_html_4740178746:762:78015:78025 Wellington Antarctica +0.26871 aapg_ah_521.html aapg_ah_521.html:516:55545:55562 Reklaw Leon County, Florida +0.258015 aapg_ad_368.html aapg_ad_368.html:16:1970:1989 Newcastle Cheyenne, Wyoming +0.479539 aapg_ac_612.html aapg_ac_612.html:344:35049:35057 Colorado Logan, Utah +0.469456 jgeology_html_6681959231 jgeology_html_6681959231:468:34655:34664 Gibraltar Morocco +0.253935 cspg_html_9683836416 cspg_html_9683836416:480:72539:72576 Basal Lacombe, Alberta +0.50496 palaios_html_5941305386 palaios_html_5941305386:1053:102307:102318 Cutler Logan, Utah +0.489984 aapg_ad_3.html aapg_ad_3.html:236:20870:20881 Beekmantown Knoxville, Tennessee +0.507199 aapg_ae_29.html aapg_ae_29.html:15:2308:2319 Mauch Chunk Pennsylvania +0.487436 aapg_ae_305.html aapg_ae_305.html:740:52927:52936 La Quinta Lomita, California +0.256027 sedimentology_html_7755870444 sedimentology_html_7755870444:767:52128:52133 Slope Philippines +0.485884 aapg_af_551.html aapg_af_551.html:13:1421:1432 Lake Valley New Mexico +0.480194 aapg_ad_49.html aapg_ad_49.html:4:562:578 Umpqua Salem, Oregon +0.49646 aapg_aa_178.html aapg_aa_178.html:20:3433:3439 Brazil Uruguay +0.2889 cspg_html_3966956195 cspg_html_3966956195:34:3120:3154 Romaine New Brunswick, New Jersey +0.375734 cspg_html_9735723617 cspg_html_9735723617:206:26488:26508 Weatherall Melville Island (Canada) +0.25956 gsa_html_2575244827 gsa_html_2575244827:761:70595:70608 Edwards Central Texas +0.255258 cspg_html_8371777215 cspg_html_8371777215:97:11500:11516 Luscar Elmworth, Alberta +0.242055 aapg_aa_683.html aapg_aa_683.html:321:36922:36930 Colorado Pueblo, Colorado +0.505296 geology_html_6134040289 geology_html_6134040289:305:26147:26165 Monterey California +0.495876 gsa_html_7151930388 gsa_html_7151930388:745:67963:67973 Las Cruces Albuquerque, New Mexico +0.248196 aapg_ae_960.html aapg_ae_960.html:312:27797:27804 Laramie Cheyenne, Wyoming +0.276532 gsa_html_7632212878 gsa_html_7632212878:507:48645:48666 Love Ranch New Mexico +0.257136 aapg_ae_959.html aapg_ae_959.html:2459:174531:174546 Diablo Nashville Basin +0.5103 geology_html_2881397713 geology_html_2881397713:265:22148:22167 Whittaker Canada +0.521152 aapg_ae_415.html aapg_ae_415.html:246:31821:31830 Red Bluff Alabama +0.490455 cspg_html_3740794265 cspg_html_3740794265:517:48554:48573 Athabasca Canada +0.252126 aapg_ah_182.html aapg_ah_182.html:254:26675:26686 Jacksonburg Pennsylvania +0.263907 palaios_html_7930345720 palaios_html_7930345720:437:42537:42553 Navajo Amsterdam +0.477594 palaios_html_7930345720 palaios_html_7930345720:78:8486:8502 Navajo Logan, Utah +0.254989 sedimentology_html_8851376768 sedimentology_html_8851376768:1146:74290:74294 Hall London, Ontario +0.254 palaios_html_3889678675 palaios_html_3889678675:16:901:919 Quinault Washington (state) +0.479245 gsa_html_9677208906 gsa_html_9677208906:30:2859:2887 Green River Colorado +0.249919 cspg_html_5272711466 cspg_html_5272711466:320:35388:35402 Woodbend Canada +0.48603 aapg_ai_82.html aapg_ai_82.html:74:9568:9578 Greenbrier Ohio +0.468 palaios_html_5582845937 palaios_html_5582845937:322:32723:32731 Virginia Hampton, New Hampshire +0.475449 aapg_af_575.html aapg_af_575.html:162:21622:21647 Signal Mountain Fort Sill +0.26058 sedimentology_html_6204427848 sedimentology_html_6204427848:1253:58638:58669 Haymond Texas +0.474759 aapg_ai_462.html aapg_ai_462.html:375:38817:38834 El Abra Matamoros, Tamaulipas +0.247988 aapg_ad_269.html aapg_ad_269.html:327:33726:33734 Colorado Colorado +0.368388 aapg_aa_835.html aapg_aa_835.html:36:4590:4608 Moenkopi Logan, Utah +0.2646 aapg_ai_918.html aapg_ai_918.html:325:44060:44065 Atoka Texas +0.366528 aapg_ah_276.html aapg_ah_276.html:198:18926:18951 Santa Margarita Rancho Santa Margarita, California +0.363118 aapg_ad_3.html aapg_ad_3.html:91:9241:9251 Nolichucky Virginia +0.25857 aapg_af_256.html aapg_af_256.html:155:17204:17223 Doig Lacombe, Alberta +0.247923 aapg_ai_66.html aapg_ai_66.html:308:27393:27418 Sharon Center Park +0.483621 aapg_ai_567.html aapg_ai_567.html:270:33400:33406 Sierra Mexico +0.2615 cspg_html_5904948553 cspg_html_5904948553:587:56450:56465 Leduc Lacombe, Alberta +0.452767 aapg_aa_582.html aapg_aa_582.html:377:34418:34424 Sonora Caborca +0.24139 aapg_ac_306.html aapg_ac_306.html:55:4881:4897 Gering Nebraska +0.492544 palaios_html_3706035501 palaios_html_3706035501:656:78018:78032 Ogallala Hitchcock County, Nebraska +0.242055 aapg_aa_734.html aapg_aa_734.html:181:18475:18504 Caballos Arkansas +0.267264 aapg_ae_388.html aapg_ae_388.html:1437:88766:88776 Tuscaloosa Monroe County, Florida +0.266207 aapg_ah_586.html aapg_ah_586.html:158:14728:14736 Glenwood Cincinnati +0.475123 aapg_ae_921.html aapg_ae_921.html:164:12495:12505 Hell Creek Fort Union Trading Post National Historic Site +0.379776 aapg_ai_584.html aapg_ai_584.html:1287:129715:129731 Casper Laramie, Wyoming +0.253356 aapg_ac_417.html aapg_ac_417.html:30:5003:5007 Tyee Raging River +0.482646 aapg_ad_784.html aapg_ad_784.html:446:47814:47827 Santa Barbara Monterey, California +0.25755 gsa_html_4038604474 gsa_html_4038604474:18:1132:1144 Saskatchewan Saskatoon +0.494656 gsa_html_6851216247 gsa_html_6851216247:134:11516:11544 Green River Colorado +0.258566 cspg_html_3187844923 cspg_html_3187844923:16:2420:2432 Sustut Western world +0.254989 cspg_html_8690548664 cspg_html_8690548664:8:789:805 Luscar Mountain Park (Holyoke, Massachusetts) +0.496018 aapg_ae_959.html aapg_ae_959.html:1349:97857:97878 San Andres New Mexico +0.262143 aapg_ae_72.html aapg_ae_72.html:293:26741:26747 Carmel Chinle Formation +0.244881 aapg_aa_608.html aapg_aa_608.html:3:218:235 Corwin Anchorage, Alaska +0.249498 aapg_ac_333.html aapg_ac_333.html:1196:142861:142869 Colorado Ouray, Colorado +0.241077 aapg_ae_180.html aapg_ae_180.html:84:10185:10201 Animas Fruitland, Idaho +0.253968 cspg_html_5807593737 cspg_html_5807593737:18:2922:2939 Duperow Williston, Vermont +0.480496 aapg_ad_801.html aapg_ad_801.html:192:21107:21118 Winona Mississippi River +0.52845 aapg_ah_696.html aapg_ah_696.html:338:46780:46790 Washington Richland, Washington +0.44443 cspg_html_7409170811 cspg_html_7409170811:512:66980:66985 Banff Lacombe, Alberta +0.501264 cspg_html_5541937700 cspg_html_5541937700:692:93835:93843 Columbia Lacombe, Alberta +0.496228 gsa_html_7302180468 gsa_html_7302180468:612:54010:54015 Price Calgary +0.243936 aapg_ad_440.html aapg_ad_440.html:490:45609:45643 Bluefield East River +0.49556 aapg_aa_322.html aapg_aa_322.html:228:20951:20969 Fayetteville Arkansas +0.256725 cspg_html_3008414459 cspg_html_3008414459:49:7461:7482 Eagle Judith River Formation +0.280891 cspg_html_4272664788 cspg_html_4272664788:455:49649:49664 Banff Lacombe, Alberta +0.82628 cspg_html_6702053097 cspg_html_6702053097:516:62695:62712 Theresa Quebec City +0.491582 aapg_ac_545.html aapg_ac_545.html:472:54770:54778 Columbia Elmworth, Alberta +0.248952 cspg_html_7798993528 cspg_html_7798993528:258:31004:31011 Jewett Silt San Francisco +0.255458 gsa_html_4543270561 gsa_html_4543270561:884:80969:80979 Point Loma Naval Auxiliary Landing Field San Clemente Island +0.46629 geology_html_9498301644 geology_html_9498301644:109:13323:13331 Virginia Piedmont (United States) +0.258332 cspg_html_9290046117 cspg_html_9290046117:42:6204:6211 Cadomin North Portal, Saskatchewan +0.50759 AMJC_html_5650773737 AMJC_html_5650773737:351:50982:50985 Arc Windley Key +0.480256 cspg_html_6675007047 cspg_html_6675007047:19:2478:2487 Cold Lake Western world +0.26355 aapg_ac_719.html aapg_ac_719.html:4:586:609 Poison Canyon Huerfano, New Mexico +0.243432 sedimentology_html_6801265628 sedimentology_html_6801265628:764:36815:36824 Peninsula Italy +0.258015 aapg_af_908.html aapg_af_908.html:31:3724:3745 Seminole Nowata, Oklahoma +0.477274 aapg_ac_187.html aapg_ac_187.html:2050:203142:203150 Columbia Wayne County, Michigan +0.257983 aapg_ad_169.html aapg_ad_169.html:265:30554:30574 Greenbrier Greenbrier (Great Smoky Mountains) +0.500963 gsa_html_5756232019 gsa_html_5756232019:834:73070:73087 Florida Mountains New Mexico +0.2545 gsa_html_9898556493 gsa_html_9898556493:241:28754:28761 Modesto Tuolumne River +0.459728 aapg_ai_287.html aapg_ai_287.html:109:13086:13104 San Onofre Breccia Western world +0.248292 cspg_html_1222040397 cspg_html_1222040397:543:70496:70501 Skoki Cordillera Administrative Region +0.274022 aapg_af_575.html aapg_af_575.html:974:139988:139998 Wellington Stratford, Connecticut +0.498076 aapg_ae_973.html aapg_ae_973.html:636:46347:46366 San Andres Texas +0.268224 aapg_ae_5.html aapg_ae_5.html:273:31945:31959 Earp Arizona +0.45908 cspg_html_9332855346 cspg_html_9332855346:15:1766:1778 Saskatchewan Lacombe, Alberta +0.4636 gsa_html_4308966435 gsa_html_4308966435:1313:129196:129202 Walker California +0.49444 cspg_html_7409170811 cspg_html_7409170811:325:49699:49718 Lodgepole Boise, Idaho +0.25382 geology_html_1477892936 geology_html_1477892936:300:26158:26176 Colorado Grand Canyon +0.233616 aapg_ae_458.html aapg_ae_458.html:171:16512:16528 Annona Texas +0.26163 gsa_html_4820340337 gsa_html_4820340337:825:66627:66650 Pinney Hollow Bennington, Vermont +0.236572 geology_html_1333294878 geology_html_1333294878:12:600:608 Virginia Virginia +0.4653 cspg_html_1336185084 cspg_html_1336185084:439:45552:45572 Clearwater CFB Cold Lake +0.258516 aapg_ac_333.html aapg_ac_333.html:12:1803:1815 Cutler New Mexico +0.4662 gsa_html_4719798013 gsa_html_4719798013:64:7652:7677 Blackwater Draw Muleshoe National Wildlife Refuge +0.257536 aapg_ad_945.html aapg_ad_945.html:65:8116:8124 Bullhead Lacombe, Alberta +0.499372 gsa_html_7443123900 gsa_html_7443123900:55:3527:3555 Green River Colorado +0.455962 cspg_html_1372398575 cspg_html_1372398575:186:21824:21840 Horseshoe Canyon Lacombe, Alberta +0.4835 gsa_html_2989317971 gsa_html_2989317971:1236:122220:122228 Colorado Denver +0.465842 palaios_html_9068072954 palaios_html_9068072954:576:62658:62683 Poleta Reno, Nevada +0.503382 aapg_ae_113.html aapg_ae_113.html:183:22796:22814 Read Bay Little Cornwallis Island +0.238925 aapg_aa_717.html aapg_aa_717.html:526:62491:62510 Gatesburg Pennsylvania +0.46893 cspg_html_6675007047 cspg_html_6675007047:667:67405:67432 Athabasca Lacombe, Alberta +0.46899 cspg_html_9661038059 cspg_html_9661038059:35:5382:5402 Bow Island Canada +0.468174 cspg_html_5295390542 cspg_html_5295390542:132:18720:18734 Doig Lacombe, Alberta +0.254664 aapg_ah_753.html aapg_ah_753.html:377:60198:60212 Northumberland Prince Edward Islands +0.495208 cspg_html_9754745914 cspg_html_9754745914:59:5641:5649 Waterton Lacombe, Alberta +0.266207 geology_html_9172071766 geology_html_9172071766:154:13756:13773 Paradox Lisbon +0.482816 cspg_html_1103118378 cspg_html_1103118378:195:27765:27776 Peace River Lacombe, Alberta +0.485648 cspg_html_3328007773 cspg_html_3328007773:547:56832:56853 Shaftesbury Lacombe, Alberta +0.457708 aapg_af_880.html aapg_af_880.html:466:70455:70459 Rico Supai, Arizona +0.474195 gsa_html_4339524478 gsa_html_4339524478:877:84122:84128 Oregon Washington (state) +0.263153 gsa_html_8840132442 gsa_html_8840132442:1017:97539:97564 St. Mary River Lacombe, Alberta +0.475776 geology_html_1604094278 geology_html_1604094278:269:22671:22680 San Diego California +0.256928 aapg_ac_341.html aapg_ac_341.html:225:20581:20586 Price Pocahontas County, Iowa +0.257048 cspg_html_7483574191 cspg_html_7483574191:7:794:802 Columbia Victoria, British Columbia +0.266928 aapg_ad_712.html aapg_ad_712.html:39:5645:5653 Colorado Denver +0.42253 cspg_html_2490951833 cspg_html_2490951833:14:1228:1238 Swan Hills Lacombe, Alberta +0.239875 AMJC_html_2829615437 AMJC_html_2829615437:457:52233:52251 Uwharrie North Carolina +0.242039 aapg_af_370.html aapg_af_370.html:17:2691:2695 Pico Ventura County, California +0.652488 aapg_ae_656.html aapg_ae_656.html:140:16624:16636 Dixie Valley New Mexico +0.256949 palaios_html_8472682513 palaios_html_8472682513:769:65172:65196 St. Mary River Canada +0.470808 cspg_html_9670138862 cspg_html_9670138862:163:20587:20592 Yukon Canada +0.26104 gsa_html_9266920022 gsa_html_9266920022:510:57305:57315 Tuscaloosa Mexico +0.4845 geology_html_5317350912 geology_html_5317350912:303:20428:20434 Jordan Nazca +0.500434 aapg_ad_960.html aapg_ad_960.html:90:9469:9483 Monterey San Francisco +0.47215 aapg_af_590.html aapg_af_590.html:93:7571:7590 Jefferson Colorado +0.875088 gsa_html_7635660482 gsa_html_7635660482:608:56513:56531 Morrison Sellwood Bridge +0.249744 jgeology_html_1552203968 jgeology_html_1552203968:934:53177:53181 Hall London, Ontario +0.247748 aapg_ae_520.html aapg_ae_520.html:135:11697:11712 Swope Kansas City, Kansas +0.679965 aapg_ad_958.html aapg_ad_958.html:455:44521:44533 Gilmore City Burlington, Ontario +0.39416 aapg_ad_192.html aapg_ad_192.html:27:3260:3276 Tuscaloosa Mississippi River +0.266889 aapg_ae_999.html aapg_ae_999.html:360:49724:49747 Crystal River Jackson County, Missouri +0.489915 gsa_html_2168907540 gsa_html_2168907540:14:728:738 Washington Washington (state) +0.229392 aapg_ad_668.html aapg_ad_668.html:153:18657:18676 Athabasca Lacombe, Alberta +0.487548 cspg_html_1814004928 cspg_html_1814004928:816:76918:76925 Windsor Ontario, California +0.4944 cspg_html_6699560435 cspg_html_6699560435:8:573:579 Viking Western world +0.491185 aapg_ad_335.html aapg_ad_335.html:321:38356:38379 Medicine Bow Ferris, Texas +0.681536 aapg_ak_54.html aapg_ak_54.html:45:5476:5494 Norphlet Escambia County, Florida +0.435704 aapg_ac_807.html aapg_ac_807.html:413:42304:42312 Patuxent Delaware +0.543753 aapg_aa_251.html aapg_aa_251.html:126:9996:10005 Morehouse Richland, Washington +0.254881 cspg_html_5345848475 cspg_html_5345848475:346:39775:39785 Deer Creek Manitoba +0.491667 gsa_html_1465687448 gsa_html_1465687448:22:1218:1236 Laurentian Talladega, Alabama +0.25296 aapg_af_334.html aapg_af_334.html:481:36631:36637 Casper Cheyenne, Wyoming +0.515284 aapg_ac_69.html aapg_ac_69.html:36:7300:7313 Carlile Hittin +0.260036 cspg_html_7474795689 cspg_html_7474795689:256:26080:26084 Vail Vail, Colorado +0.357544 aapg_ac_838.html aapg_ac_838.html:323:29962:29982 Sheep Pass Reno, Nevada +0.246945 cspg_html_3627006433 cspg_html_3627006433:714:73199:73207 Moosebar Canada +0.460512 aapg_ad_351.html aapg_ad_351.html:198:20139:20145 Galena Christian County, Kentucky +0.226176 sedimentology_html_6714245905 sedimentology_html_6714245905:344:31142:31148 Denver Colorado Springs, Colorado +0.251392 aapg_ae_220.html aapg_ae_220.html:215:23754:23777 Cotton Valley Arkansas +0.271932 aapg_ae_180.html aapg_ae_180.html:40:4681:4694 Woodbine Austin, Chicago +0.500511 cspg_html_9648675035 cspg_html_9648675035:35:4124:4132 Columbia Victoria, British Columbia +0.476252 cspg_html_8587137158 cspg_html_8587137158:518:74096:74106 Swan Hills Redwater, Texas +0.472934 aapg_ad_253.html aapg_ad_253.html:72:7361:7366 Atoka Atoka, Oklahoma +0.231352 cspg_html_8571955552 cspg_html_8571955552:235:27812:27828 Wahoo Old Crow, Yukon +0.264901 aapg_ah_276.html aapg_ah_276.html:19:2159:2177 Monterey Channel Islands of California +0.481371 aapg_ai_49.html aapg_ai_49.html:212:24832:24840 Tensleep Coconino County, Arizona +0.470288 cspg_html_3447886929 cspg_html_3447886929:1127:111325:111361 Brunswick Canada +0.496762 aapg_aa_47.html aapg_aa_47.html:930:100504:100520 Maroon Gunnison County, Colorado +0.464772 cspg_html_2098485391 cspg_html_2098485391:74:11032:11040 Kagawong Manitoulin Island +0.256 cspg_html_2536610088 cspg_html_2536610088:161:14943:14959 Belloy Highwood Pass +0.257045 aapg_ae_427.html aapg_ae_427.html:262:27333:27348 Santa Margarita Coalinga, California +0.232308 cspg_html_1333179361 cspg_html_1333179361:665:56620:56631 Coal Canyon Cheyenne, Wyoming +0.26462 aapg_aa_15.html aapg_aa_15.html:184:25359:25377 Whitsett Falls City, Nebraska +0.267764 geology_html_5835205134 geology_html_5835205134:204:18658:18662 Java Sumatra +0.271955 aapg_ad_564.html aapg_ad_564.html:380:36707:36720 Barnett Montgomery (town), New York +0.258516 AMJC_html_6755612993 AMJC_html_6755612993:623:64293:64327 Monterey California +0.68448 gsa_html_3069013284 gsa_html_3069013284:53:6640:6656 Chinle Reno, Nevada +0.235209 aapg_aa_960.html aapg_aa_960.html:291:24594:24600 Laguna Entrada Sandstone +0.91512 aapg_ad_808.html aapg_ad_808.html:971:64977:64985 Cloverly Cheyenne, Wyoming +0.266766 gsa_html_6967102683 gsa_html_6967102683:673:60753:60763 Washington Salem, Oregon +0.255972 aapg_ai_833.html aapg_ai_833.html:329:32294:32302 Michigan California +0.488898 cspg_html_5220068638 cspg_html_5220068638:241:28770:28783 Turner Valley Lacombe, Alberta +0.48909 palaios_html_1834763898 palaios_html_1834763898:472:48300:48338 Kingston Peak Death Valley +0.262144 cspg_html_6306091047 cspg_html_6306091047:98:15986:15995 Baldonnel Victoria, British Columbia +0.461076 jgeology_html_3025326048 jgeology_html_3025326048:348:19822:19841 Dumisseau Quepos +0.264638 cspg_html_8273598401 cspg_html_8273598401:59:7544:7561 Cantuar Regina, Saskatchewan +0.25688 gsa_html_7635660482 gsa_html_7635660482:608:56443:56457 Vega Sellwood Bridge +0.25398 aapg_ah_311.html aapg_ah_311.html:105:11437:11446 Williston Wasatch Range +0.254541 aapg_ac_939.html aapg_ac_939.html:945:95602:95617 Salem Bloomington, Indiana +0.468843 AMJC_html_7141186441 AMJC_html_7141186441:30:3002:3011 Beartooth Laramide orogeny +0.250428 aapg_aa_312.html aapg_aa_312.html:867:103688:103700 Rhode Island Newport, Rhode Island +0.492866 aapg_ac_635.html aapg_ac_635.html:278:28786:28805 Hornbrook California +0.254514 cspg_html_4666332434 cspg_html_4666332434:108:18506:18522 Oldman Lacombe, Alberta +0.253356 cspg_html_2585022950 cspg_html_2585022950:6:321:341 Mount Head Carnarvon, Western Australia +0.446985 aapg_ad_337.html aapg_ad_337.html:88:8999:9004 Sespe San Gabriel Mountains +0.463083 aapg_ad_945.html aapg_ad_945.html:382:39024:39048 Athabasca Lacombe, Alberta +0.239428 cspg_html_1818321956 cspg_html_1818321956:548:57128:57148 Whitehorse Lima, Ohio +0.950225 cspg_html_8089302449 cspg_html_8089302449:225:38343:38374 Dawson Bay Mackenzie River +0.23845 sedimentology_html_7719626877 sedimentology_html_7719626877:840:61002:61012 Washington Willapa River +0.37512 aapg_ac_230.html aapg_ac_230.html:33:3895:3901 Perija Maracaibo +0.267534 cspg_html_9951421861 cspg_html_9951421861:485:63030:63057 Athabasca Lacombe, Alberta +0.497988 jgeology_html_3924418909 jgeology_html_3924418909:100:6082:6098 Navajo Logan, Utah +0.47012 cspg_html_9177794814 cspg_html_9177794814:165:18231:18243 Rundle Lacombe, Alberta +0.260952 sedimentology_html_9547192041 sedimentology_html_9547192041:1424:97741:97745 Ross Stroudsburg, Pennsylvania +0.233856 aapg_af_979.html aapg_af_979.html:215:26000:26028 Victoria Monkey River Town +0.476341 aapg_af_91.html aapg_af_91.html:220:25172:25180 Victoria Victoria, British Columbia +0.49518 aapg_ad_940.html aapg_ad_940.html:280:30082:30101 Newcastle Cheyenne, Wyoming +0.482724 aapg_af_385.html aapg_af_385.html:7:1062:1073 Rabbit Lake Canada +0.280188 sedimentology_html_8264321118 sedimentology_html_8264321118:1739:62182:62200 Monterey California +0.472752 aapg_af_857.html aapg_af_857.html:382:30635:30644 Claremont San Bernardino County, California +0.24948 aapg_aa_684.html aapg_aa_684.html:354:33655:33670 Jelm John Crow Mountains +0.490116 aapg_aa_106.html aapg_aa_106.html:582:66112:66128 Muskeg Lacombe, Alberta +0.2615 gsa_html_4432793908 gsa_html_4432793908:134:16665:16685 White Sage Sevier orogeny +0.24429 palaios_html_5582845937 palaios_html_5582845937:342:35036:35043 Hampton Virginia +0.254478 gsa_html_7040053075 gsa_html_7040053075:255:23900:23917 Topanga Durham, North Carolina +0.264936 aapg_ad_69.html aapg_ad_69.html:77:4827:4835 Niobrara Fort Union Trading Post National Historic Site +0.508 aapg_ah_373.html aapg_ah_373.html:331:18302:18312 Washington Texas +0.487734 aapg_ai_492.html aapg_ai_492.html:144:18290:18296 Casper Logan, Utah +0.4872 cspg_html_5891044027 cspg_html_5891044027:447:79982:79987 Price Lacombe, Alberta +0.24453 aapg_ae_550.html aapg_ae_550.html:44:6085:6091 Denver Colorado +0.494172 cspg_html_9735723617 cspg_html_9735723617:4100:268586:268599 Parry Islands Middle East +0.254058 cspg_html_1937299887 cspg_html_1937299887:16:1887:1895 Imperial Toronto +0.268308 sedimentology_html_1280732031 sedimentology_html_1280732031:1291:124895:124907 Wilcox Texas +0.224172 aapg_aa_588.html aapg_aa_588.html:28:3595:3601 Sierra Isle of Pines, New Caledonia +0.268836 aapg_ai_107.html aapg_ai_107.html:123:11764:11773 Smackover Woods County, Oklahoma +0.4888 gsa_html_5440513684 gsa_html_5440513684:634:53338:53366 Green River Colorado +0.489936 gsa_html_6337000680 gsa_html_6337000680:54:3445:3473 Green River Colorado +0.262654 aapg_ad_170.html aapg_ad_170.html:57:5808:5825 Bird Spring Reno, Nevada +0.271722 aapg_af_518.html aapg_af_518.html:24:3785:3790 Neiba Neiba +0.493268 aapg_aa_233.html aapg_aa_233.html:194:19330:19347 La Pena Matamoros, Tamaulipas +0.466546 aapg_ac_841.html aapg_ac_841.html:116:15194:15198 Omoa Guatemala +0.249936 aapg_ah_387.html aapg_ah_387.html:2667:288864:288880 Knoxville Tehama County, California +0.489984 cspg_html_5820147834 cspg_html_5820147834:22:2811:2817 Bjorne Melville Island (Canada) +0.502516 aapg_ad_2.html aapg_ad_2.html:1089:149419:149440 Beekmantown Chambersburg, Pennsylvania +0.503812 aapg_ae_391.html aapg_ae_391.html:535:49289:49306 Rustler Pecos River +0.244488 cspg_html_6816015957 cspg_html_6816015957:543:54656:54664 Columbia Victoria, British Columbia +0.48762 aapg_ac_251.html aapg_ac_251.html:564:66684:66693 Tuscarora Pocono Raceway +0.251748 aapg_ai_696.html aapg_ai_696.html:52:6515:6538 Arcturus Reno, Nevada +0.26724 jgeology_html_6990146451 jgeology_html_6990146451:202:12767:12786 Tuscarora Virginia +0.26986 cspg_html_7804511342 cspg_html_7804511342:61:6161:6169 Edmonton Western world +0.270175 aapg_ac_728.html aapg_ac_728.html:159:18743:18747 Yeso West Texas +0.245464 cspg_html_4287356899 cspg_html_4287356899:3438:364647:364669 Nation River Anchorage, Alaska +0.376922 aapg_ai_144.html aapg_ai_144.html:91:10279:10287 Dunvegan Western world +0.513128 aapg_ae_960.html aapg_ae_960.html:56:8168:8176 Colorado Lacombe, Alberta +0.242824 aapg_ae_324.html aapg_ae_324.html:1104:109814:109822 Moccasin Safford, Arizona +0.491526 aapg_ac_730.html aapg_ac_730.html:62:8869:8885 Dakota Colorado +0.464412 cspg_html_4287356899 cspg_html_4287356899:911:125835:125849 Lisburne Anchorage, Alaska +0.251346 aapg_ah_276.html aapg_ah_276.html:30:3681:3701 Point Sal Monterey, California +0.266087 cspg_html_2969995408 cspg_html_2969995408:150:18616:18626 Trout Lake Western world +0.358644 aapg_ac_55.html aapg_ac_55.html:549:61432:61449 Potomac Delaware +0.496513 gsa_html_2729737430 gsa_html_2729737430:122:14340:14359 Salt Lake Swan Valley, Idaho +0.256 gsa_html_4837287019 gsa_html_4837287019:338:32774:32780 Oregon Washington (state) +0.918512 cspg_html_2546442054 cspg_html_2546442054:261:31984:32013 Bearpaw Bearpaw Formation +0.227586 cspg_html_3501550466 cspg_html_3501550466:106:16198:16212 Woodbend Lacombe, Alberta +0.479359 gsa_html_3445493534 gsa_html_3445493534:562:63715:63728 Santa Barbara Monterey, California +0.260775 aapg_ad_329.html aapg_ad_329.html:180:26269:26287 Brallier Western world +0.507936 jgeology_html_7806755039 jgeology_html_7806755039:90:3568:3580 Martinsville Virginia +0.470448 aapg_ai_583.html aapg_ai_583.html:576:75644:75659 Stump Summerville, South Carolina +0.247995 aapg_ad_543.html aapg_ad_543.html:43:6627:6642 Woodford Haynesville, Louisiana +0.493185 aapg_ac_984.html aapg_ac_984.html:356:31076:31094 Starved Rock Mattoon, Illinois +0.471336 aapg_ah_972.html aapg_ah_972.html:763:77773:77782 Catahoula Karnes County, Texas +0.249711 aapg_ac_986.html aapg_ac_986.html:463:55558:55576 San Jose New Mexico +0.463699 AMJC_html_1938223835 AMJC_html_1938223835:841:103681:103715 Seboomook Portland, Maine +0.280275 aapg_ah_69.html aapg_ah_69.html:270:30369:30394 Black River Black River, Jamaica +0.529368 aapg_ah_624.html aapg_ah_624.html:113:11494:11513 Greenhorn Mancos, Colorado +0.292824 aapg_ah_85.html aapg_ah_85.html:103:11892:11911 Woodbine Texas +0.466941 cspg_html_9046359229 cspg_html_9046359229:317:46535:46542 Selkirk Purcell Mountains +0.463866 aapg_af_59.html aapg_af_59.html:70:7205:7226 Ector Chalk Fannin County, Texas +0.476672 aapg_ah_972.html aapg_ah_972.html:511:51066:51074 Whitsett Trinity County, Texas +0.52841 aapg_ah_289.html aapg_ah_289.html:500:67525:67550 Temblor California +0.45984 aapg_ae_677.html aapg_ae_677.html:614:54048:54062 Alligator Back Chilhowie, Virginia +0.441798 sedimentology_html_2566540012 sedimentology_html_2566540012:964:76440:76456 Colorado Sierra Nevada (Spain) +0.245338 cspg_html_7086880709 cspg_html_7086880709:410:54283:54294 Slave Point Mackenzie River +0.453622 aapg_ae_419.html aapg_ae_419.html:266:35438:35444 Sierra Buda, Texas +0.268155 aapg_ah_318.html aapg_ah_318.html:1294:130763:130783 Smackover Cotton Valley, Louisiana +0.482724 aapg_ad_231.html aapg_ad_231.html:63:8209:8215 Denver Tonga +0.256536 geology_html_7863819517 geology_html_7863819517:76:7033:7040 Halifax Ontario, California +0.29432 aapg_ad_431.html aapg_ad_431.html:163:13519:13544 Tuscaloosa Mississippi River +0.242949 sedimentology_html_9524778874 sedimentology_html_9524778874:77:6702:6734 Rhododendron Dorset +0.35668 aapg_ae_324.html aapg_ae_324.html:843:85161:85168 Wardell Virginia +0.249856 aapg_ad_217.html aapg_ad_217.html:282:29406:29424 Hawthorn Brevard County, Florida +0.249996 jgeology_html_1095412310 jgeology_html_1095412310:320:18405:18412 Manlius Schoharie Creek +0.262656 aapg_ae_805.html aapg_ae_805.html:184:20809:20832 Honaker Hermosa, Chicago +0.477288 cspg_html_1118978429 cspg_html_1118978429:375:35049:35061 Beaver Mines Alta, Utah +0.26367 aapg_ah_337.html aapg_ah_337.html:259:30571:30591 Georgetown Kennedale, Texas +0.258566 geology_html_7395364280 geology_html_7395364280:11:568:577 Newcastle England +0.259065 jgeology_html_2022713612 jgeology_html_2022713612:846:78271:78286 Sekwi Canada +0.448707 aapg_aa_399.html aapg_aa_399.html:304:24590:24600 Loon River Clearwater, Florida +0.390902 aapg_ac_200.html aapg_ac_200.html:56:6350:6371 Green River Wasatch Range +0.499372 gsa_html_9053175553 gsa_html_9053175553:526:52934:52976 Flagstaff Logan, Utah +0.260428 aapg_ae_806.html aapg_ae_806.html:44:4534:4564 Nisku Lacombe, Alberta +0.432141 aapg_ae_805.html aapg_ae_805.html:378:44418:44422 Rico Telluride, Colorado +0.486156 palaios_html_8062930347 palaios_html_8062930347:76:10363:10383 Grant Lake Bellevue, Nebraska +0.268203 aapg_af_568.html aapg_af_568.html:260:27273:27289 Dakota Fremont County, Wyoming +0.472812 cspg_html_7135913551 cspg_html_7135913551:694:51634:51652 Edmonton Lacombe, Alberta +0.25578 cspg_html_1732329534 cspg_html_1732329534:49:7203:7211 Paskapoo Edmonton, London +0.263048 aapg_ae_658.html aapg_ae_658.html:421:51244:51255 Green River Colorado +0.503496 gsa_html_5516163646 gsa_html_5516163646:12:539:550 Main Street Cambridge, Massachusetts +0.277665 cspg_html_8826450427 cspg_html_8826450427:423:52447:52464 Cardium Lacombe, Alberta +0.246993 cspg_html_4392308496 cspg_html_4392308496:668:74383:74405 Brunswick New Brunswick, New Jersey +0.50496 aapg_ad_887.html aapg_ad_887.html:46:5183:5206 Wilcox Texas +0.481206 gsa_html_8349861296 gsa_html_8349861296:531:45016:45029 Marble Canyon White Mountains (California) +0.47773 aapg_ac_720.html aapg_ac_720.html:32:4792:4815 Merchantville Wilmington, North Carolina +0.2575 aapg_ae_609.html aapg_ae_609.html:393:41824:41832 Colorado Denver +0.24837 cspg_html_7093237629 cspg_html_7093237629:266:32827:32851 Nisku Swan Hill, Victoria +0.2616 gsa_html_8840132442 gsa_html_8840132442:284:33928:33940 Beaver Mines Highwood, Illinois +0.253512 aapg_af_508.html aapg_af_508.html:444:47820:47836 Viking Canada +0.500226 sedimentology_html_6714245905 sedimentology_html_6714245905:557:44973:44982 Greenhorn Colorado +0.476784 sedimentology_html_1345433606 sedimentology_html_1345433606:1318:81317:81339 Shinarump Conglomerate Logan, Utah +0.286081 aapg_aa_934.html aapg_aa_934.html:126:15838:15844 Blaine San Angelo, Texas +0.49115 gsa_html_7736399393 gsa_html_7736399393:58:3836:3864 Green River Colorado +0.498597 gsa_html_3685623448 gsa_html_3685623448:30:2825:2853 Green River Colorado +0.496683 aapg_ad_70.html aapg_ad_70.html:188:12707:12715 Colorado New Mexico +0.258055 aapg_ad_111.html aapg_ad_111.html:3:370:378 Colorado Mesa, Arizona +0.417 gsa_html_3447557340 gsa_html_3447557340:755:64610:64622 Rhode Island Kingston, Jamaica +0.79388 aapg_af_878.html aapg_af_878.html:90:10025:10030 Salem Illinois +0.259904 cspg_html_3129231627 cspg_html_3129231627:299:40894:40913 Bay Fiord Little Cornwallis Island +0.514446 aapg_ae_945.html aapg_ae_945.html:11:1402:1410 Traverse Calhoun County, Michigan +0.493136 aapg_ae_845.html aapg_ae_845.html:210:22721:22727 Denver Colorado +0.421815 aapg_ac_486.html aapg_ac_486.html:51:7447:7455 Colorado Cheyenne, Wyoming +0.253492 aapg_ae_667.html aapg_ae_667.html:436:54117:54136 Flagstaff Logan, Utah +0.513063 cspg_html_6306091047 cspg_html_6306091047:58:10948:10957 Baldonnel Lacombe, Alberta +0.263662 aapg_af_701.html aapg_af_701.html:201:24381:24385 Wise Tacoma, Washington +0.240912 aapg_ae_305.html aapg_ae_305.html:1507:143671:143688 Mirador Maracaibo +0.256608 aapg_ai_980.html aapg_ai_980.html:693:61720:61725 Swift Cut Bank, Montana +0.481096 gsa_html_9052101586 gsa_html_9052101586:599:73949:73973 Peoria Fox Valley (Illinois) +0.260099 gsa_html_7100033459 gsa_html_7100033459:1279:97346:97374 Green River Colorado +0.264704 gsa_html_5202646019 gsa_html_5202646019:195:19633:19640 Russell Ottawa, Kansas +0.272084 geology_html_9941904394 geology_html_9941904394:12:523:531 Montreal Quebec City +0.480816 gsa_html_8113051710 gsa_html_8113051710:31:2872:2900 Green River Colorado +0.495126 palaios_html_2994452429 palaios_html_2994452429:1731:145578:145586 Columbia Victoria, British Columbia +0.448056 aapg_ai_523.html aapg_ai_523.html:34:4176:4192 Maroon Entrada Sandstone +0.4978 gsa_html_3317703349 gsa_html_3317703349:977:78644:78672 Green River New Mexico +0.495126 aapg_ac_187.html aapg_ac_187.html:3472:328811:328831 Lane Western world +0.25856 cspg_html_6014123208 cspg_html_6014123208:20:2480:2498 Gething Western world +0.443582 gsa_html_9299329909 gsa_html_9299329909:1177:105254:105282 Green River New Mexico +0.4693 palaios_html_2449649505 palaios_html_2449649505:549:62000:62018 Willwood Cheyenne, Wyoming +0.246865 aapg_ae_383.html aapg_ae_383.html:191:17121:17141 Jefferson Missouri River +0.70395 aapg_ad_958.html aapg_ad_958.html:1001:103813:103818 Salem Missouri River +0.231812 aapg_ai_74.html aapg_ai_74.html:56:7150:7161 Tar Springs Illinois +0.230144 cspg_html_1191211339 cspg_html_1191211339:580:64204:64224 La Luna Venezuela +0.259072 geology_html_9784186642 geology_html_9784186642:15:830:838 Santiago Chile +0.26214 gsa_html_9898556493 gsa_html_9898556493:229:27489:27505 Modesto Tuolumne River +0.289896 aapg_af_397.html aapg_af_397.html:315:38015:38032 Entrada New Mexico +0.48598 cspg_html_9692046543 cspg_html_9692046543:225:27763:27771 Cloverly Cheyenne, Wyoming +0.26341 aapg_aa_379.html aapg_aa_379.html:98:11150:11159 Conemaugh Allegheny Mountains +0.35937 aapg_af_575.html aapg_af_575.html:214:29743:29753 Bonneterre Missouri River +0.24696 sedimentology_html_9971475238 sedimentology_html_9971475238:2072:102403:102407 Vera Spain +0.26514 aapg_ad_927.html aapg_ad_927.html:209:23508:23522 Monterey California +0.2465 cspg_html_2834693711 cspg_html_2834693711:389:53448:53463 Comox England +0.227504 gsa_html_7542416588 gsa_html_7542416588:874:71360:71366 Sonora Sonora +0.272084 aapg_ae_705.html aapg_ae_705.html:125:12864:12882 Vaqueros Carpinteria, California +0.25324 aapg_aa_928.html aapg_aa_928.html:198:20468:20486 Oakville Washington (state) +0.262128 aapg_ai_49.html aapg_ai_49.html:623:82068:82074 Kaibab Coconino County, Arizona +0.259077 cspg_html_9222238695 cspg_html_9222238695:11:1367:1375 Columbia Lacombe, Alberta +0.81216 aapg_ad_338.html aapg_ad_338.html:230:25120:25127 Raritan Raritan River +0.47586 aapg_ae_255.html aapg_ae_255.html:70:8196:8210 Cockfield Texas +0.500944 aapg_aa_737.html aapg_aa_737.html:28:3678:3684 Salina Michigan +0.26448 aapg_af_981.html aapg_af_981.html:244:22497:22518 Almond Cheyenne, Wyoming +0.49244 cspg_html_9683836416 cspg_html_9683836416:435:69519:69541 Judith River Lacombe, Alberta +0.268275 aapg_ah_536.html aapg_ah_536.html:521:68581:68598 Rodessa Arkansas +0.27713 aapg_ad_683.html aapg_ad_683.html:690:68866:68874 Moenkopi Kaibab, Arizona +0.515942 aapg_ae_4.html aapg_ae_4.html:196:21515:21524 Lodgepole Logan, Utah +0.26265 aapg_ae_185.html aapg_ae_185.html:446:39566:39575 Shongaloo Arkansas +0.514444 aapg_ad_970.html aapg_ad_970.html:205:19415:19425 North Cape Los Angeles +0.266135 geology_html_3955381777 geology_html_3955381777:18:785:818 Tindir Anchorage, Alaska +0.491384 aapg_ai_349.html aapg_ai_349.html:18:2774:2783 Oil Creek Black River, Jamaica +0.56163 aapg_af_849.html aapg_af_849.html:24:3861:3873 Dakota Larimer County, Colorado +0.48514 gsa_html_7063115467 gsa_html_7063115467:65:4764:4792 Green River Colorado +0.463572 aapg_ah_505.html aapg_ah_505.html:75:7415:7428 Fountain Willow Springs, Missouri +0.66888 aapg_ae_794.html aapg_ae_794.html:46:7618:7634 Ripley Selma to Montgomery marches +0.477648 cspg_html_9152086986 cspg_html_9152086986:175:18870:18896 Halfway Lacombe, Alberta +0.27666 geology_html_2688088926 geology_html_2688088926:125:15606:15625 San Marcos Culebra, Puerto Rico +0.252888 sedimentology_html_2041096405 sedimentology_html_2041096405:789:63453:63468 Elk Regina, Saskatchewan +0.494607 gsa_html_3012952404 gsa_html_3012952404:1227:87339:87367 Green River Colorado +0.257466 gsa_html_8511433472 gsa_html_8511433472:12:457:463 Oregon Salem, Oregon +0.257536 aapg_ac_586.html aapg_ac_586.html:256:28795:28815 Pottsville Pottsville, Pennsylvania +0.248482 aapg_ae_250.html aapg_ae_250.html:185:17231:17243 Medicine Bow Cheyenne, Wyoming +0.24017 sedimentology_html_7399126879 sedimentology_html_7399126879:1708:84978:84999 Hazel Kentucky +0.263472 aapg_af_318.html aapg_af_318.html:230:26108:26120 Saskatchewan Epping, Victoria +0.359779 aapg_ah_978.html aapg_ah_978.html:216:21663:21672 Etchegoin Coalinga, California +0.48888 aapg_ae_415.html aapg_ae_415.html:385:49338:49355 Mint Spring Alabama +0.456518 aapg_ac_419.html aapg_ac_419.html:853:98367:98387 Enrage Quebec City +0.256011 aapg_ae_90.html aapg_ae_90.html:223:19290:19295 Mt Lytton Galveston County, Texas +0.496506 aapg_aa_702.html aapg_aa_702.html:2032:177786:177794 Colorado Denver +0.26765 gsa_html_6117440194 gsa_html_6117440194:757:76818:76823 Moyie Whitefish (fisheries term) +0.253206 aapg_ae_71.html aapg_ae_71.html:192:17568:17585 Hermosa Naco, Sonora +0.261072 cspg_html_4148342026 cspg_html_4148342026:524:48189:48201 Saskatchewan Canada +0.922296 cspg_html_1188455526 cspg_html_1188455526:126:20265:20287 Blind Fiord Middle East +0.26468 aapg_ai_31.html aapg_ai_31.html:228:23188:23202 Frio Texas +0.478152 aapg_ac_477.html aapg_ac_477.html:602:70160:70177 Cardium Lacombe, Alberta +0.26163 cspg_html_7402164801 cspg_html_7402164801:360:36781:36802 Belly River Lacombe, Alberta +0.260604 cspg_html_3854139935 cspg_html_3854139935:76:12141:12147 Oldman Judith River Formation +0.486912 aapg_af_854.html aapg_af_854.html:394:51382:51388 Borden New Providence, New Jersey +0.504172 aapg_af_888.html aapg_af_888.html:144:14705:14709 Yeso Guadalupe Mountains National Park +0.49192 aapg_ad_306.html aapg_ad_306.html:289:35832:35838 Sierra San Pedro Sula +0.462707 cspg_html_3854139935 cspg_html_3854139935:29:4673:4678 Eagle Milk River, Alberta +0.251502 cspg_html_7833083677 cspg_html_7833083677:3570:269113:269121 Columbia Victoria, British Columbia +0.50076 jgeology_html_9867650961 jgeology_html_9867650961:454:36635:36653 Morrison Logan, Utah +0.262023 palaios_html_9103348245 palaios_html_9103348245:893:68136:68151 Conemaugh Cortland, New York +0.469665 aapg_ah_617.html aapg_ah_617.html:206:16942:16950 Colorado Denver +0.461235 aapg_af_854.html aapg_af_854.html:303:37579:37594 Kinderhook Rockford, Illinois +0.484242 aapg_aa_696.html aapg_aa_696.html:698:75940:75948 Colorado Denver +0.272976 gsa_html_2220556952 gsa_html_2220556952:61:7868:7887 Pansy Lee Conglomerate Reno, Nevada +0.23919 gsa_html_9417870342 gsa_html_9417870342:88:8247:8256 San Diego California +0.248937 aapg_aa_721.html aapg_aa_721.html:693:73541:73563 Marble Falls Texas +0.50065 aapg_ah_385.html aapg_ah_385.html:282:33619:33637 Stone Corral Colusa County, California +0.25725 cspg_html_3772380029 cspg_html_3772380029:437:55968:55987 Red River Manitoba +0.273812 aapg_ah_221.html aapg_ah_221.html:95:9494:9499 Tyler Stark County, Illinois +0.26574 aapg_af_880.html aapg_af_880.html:844:124170:124183 Abo New Mexico +0.483041 aapg_ai_236.html aapg_ai_236.html:144:12849:12858 Allegheny Venango, Pennsylvania +0.250976 geology_html_6868377343 geology_html_6868377343:159:15044:15054 Rio Grande Texas +0.384384 palaios_html_2623118674 palaios_html_2623118674:32:3669:3689 North Horn Logan, Utah +0.239598 sedimentology_html_1357699877 sedimentology_html_1357699877:1105:72502:72506 Hall London, Ontario +0.924482 cspg_html_6116883777 cspg_html_6116883777:1734:204750:204785 Allen Bay Canada +0.497276 aapg_ae_419.html aapg_ae_419.html:147:18285:18294 Extension Mexico +0.269312 geology_html_1845191599 geology_html_1845191599:322:25993:26010 Cutler Logan, Utah +0.25039 jgeology_html_4305195651 jgeology_html_4305195651:526:55721:55745 Slide Mountain Callicoon (CDP), New York +0.487227 aapg_aa_4.html aapg_aa_4.html:292:39335:39348 Sixmile Creek Ithaca, New York +0.2705 aapg_ac_730.html aapg_ac_730.html:601:87208:87214 Dakota Mancos, Colorado +0.260608 sedimentology_html_9713377147 sedimentology_html_9713377147:705:56642:56646 Hall London, Ontario +0.481362 cspg_html_5375448448 cspg_html_5375448448:581:55328:55336 Columbia Victoria, British Columbia +0.469504 cspg_html_6577476978 cspg_html_6577476978:428:47618:47627 Mackenzie Victoria, British Columbia +0.239 aapg_ae_499.html aapg_ae_499.html:345:37915:37921 Denver Cheyenne, Wyoming +0.469437 aapg_ah_288.html aapg_ah_288.html:159:16616:16634 Kootenay Victoria, British Columbia +0.263682 aapg_ae_628.html aapg_ae_628.html:72:6705:6711 Oregon Washington (state) +0.244188 palaios_html_9886618772 palaios_html_9886618772:553:67665:67694 Bell West Texas +0.261112 aapg_af_353.html aapg_af_353.html:23:2891:2937 Vaqueros Poway, California +0.245895 cspg_html_5538678223 cspg_html_5538678223:588:58379:58398 Peace River Lacombe, Alberta +0.428643 aapg_af_636.html aapg_af_636.html:198:22738:22744 Camden Benton County, Indiana +0.273896 aapg_ad_71.html aapg_ad_71.html:51:5369:5379 Santa Rita Patagonia +0.248346 gsa_html_1456601097 gsa_html_1456601097:1395:122122:122128 Provo Greece +0.275 cspg_html_4115156925 cspg_html_4115156925:276:34257:34274 Cardium Lacombe, Alberta +0.258192 cspg_html_4937997995 cspg_html_4937997995:320:36792:36814 Severn River River Severn +0.248446 cspg_html_6908537444 cspg_html_6908537444:6:489:497 Colorado Denver +0.27398 cspg_html_9721864351 cspg_html_9721864351:41:4727:4749 Mount Wilson Richmond, California +0.2635 geology_html_9872095446 geology_html_9872095446:18:888:897 Eel River California +0.4998 aapg_ah_742.html aapg_ah_742.html:8:1359:1367 Colorado Littleton, Colorado +0.251496 aapg_ae_419.html aapg_ae_419.html:3862:241739:241756 Edwards Texas +0.24354 geology_html_4342702144 geology_html_4342702144:270:22113:22122 Extension Iran +0.448092 aapg_af_579.html aapg_af_579.html:231:25504:25528 Junction Creek Logan, Utah +0.261422 gsa_html_2832151886 gsa_html_2832151886:318:24479:24508 Belle Fourche Lacombe, Alberta +0.28034 aapg_ae_395.html aapg_ae_395.html:31:3159:3179 Dog Creek Texas +0.27438 aapg_af_666.html aapg_af_666.html:174:14020:14036 Bighorn Dolomite Cheyenne, Wyoming +0.84088 aapg_ac_984.html aapg_ac_984.html:112:9869:9889 Bonneterre Missouri River +0.261612 sedimentology_html_7390870545 sedimentology_html_7390870545:1075:81941:81945 Hall London, Ontario +0.246356 sedimentology_html_1574151857 sedimentology_html_1574151857:253:21722:21728 Oregon Victoria, British Columbia +0.48513 gsa_html_5138192409 gsa_html_5138192409:599:63385:63404 Cathedral Tuolumne River +0.249344 aapg_ai_974.html aapg_ai_974.html:69:9459:9469 Washington Salem, Oregon +0.513174 aapg_af_497.html aapg_af_497.html:73:6780:6799 Greenhorn Canada +0.24849 aapg_ah_853.html aapg_ah_853.html:74:6968:6984 Guines Melbourne, Florida +0.262063 aapg_ac_246.html aapg_ac_246.html:593:57517:57548 Newcastle Mississippi River +0.268836 sedimentology_html_6811924239 sedimentology_html_6811924239:674:34783:34794 Santa Clara Ventura County, California +0.480128 aapg_ae_688.html aapg_ae_688.html:218:23379:23396 Bedford Canada +0.271962 aapg_aa_1.html aapg_aa_1.html:386:37434:37448 Knoxville Stanton, California +0.949344 cspg_html_9343899465 cspg_html_9343899465:81:11319:11332 Blue Fiord Victoria Island (Nigeria) +0.478611 gsa_html_6194837075 gsa_html_6194837075:851:54999:55013 Fredericksburg Texas +0.89531 cspg_html_7779401416 cspg_html_7779401416:6:433:450 Guelph Guelph +0.26052 aapg_aa_15.html aapg_aa_15.html:243:33961:33970 Catahoula Karnes County, Texas +0.45486 aapg_ac_569.html aapg_ac_569.html:296:41613:41630 Mattson Victoria, British Columbia +0.28013 aapg_ae_544.html aapg_ae_544.html:226:27691:27704 Carlile Lacombe, Alberta +0.468905 aapg_ad_351.html aapg_ad_351.html:1357:98747:98768 Kinderhook Stuart, Florida +0.496164 aapg_ak_51.html aapg_ak_51.html:21:2107:2126 Smackover Columbia Country +0.516477 aapg_ah_506.html aapg_ah_506.html:333:33331:33345 Traverse Michigan Basin +0.268786 aapg_ad_982.html aapg_ad_982.html:70:5573:5591 Onondaga Edgecliff, New South Wales +0.489302 sedimentology_html_3907918417 sedimentology_html_3907918417:1639:129202:129221 Kaskapau Lacombe, Alberta +0.268686 aapg_ad_718.html aapg_ad_718.html:336:31034:31051 Rustler Culberson County Airport +0.4921 cspg_html_7777724998 cspg_html_7777724998:106:15176:15199 Mist Mountain Kootenay River +0.248992 cspg_html_2650524233 cspg_html_2650524233:82:11591:11599 Edmonton Regina, Saskatchewan +0.267289 aapg_af_854.html aapg_af_854.html:1148:162674:162695 Waltersburg Kentucky +0.445124 jgeology_html_4115179562 jgeology_html_4115179562:255:18794:18804 Mt Lytton Virginia +0.495496 aapg_af_639.html aapg_af_639.html:148:7656:7677 Wills Point Kerens, Texas +0.49062 aapg_ad_227.html aapg_ad_227.html:447:42768:42774 Jordan Switzerland +0.255398 sedimentology_html_3914592614 sedimentology_html_3914592614:589:46492:46496 Hall London, Ontario +0.27144 aapg_ad_192.html aapg_ad_192.html:180:22186:22196 Tuscaloosa Mississippi River +0.24638 aapg_ae_715.html aapg_ae_715.html:290:34890:34911 Anahuac Houston +0.4902 gsa_html_7856084240 gsa_html_7856084240:970:71438:71447 Fullerton Sonora +0.259844 aapg_ad_624.html aapg_ad_624.html:253:29477:29489 Barrow Long Island +0.498225 aapg_ae_272.html aapg_ae_272.html:60:7762:7770 Michigan Arenac County, Michigan +0.467343 gsa_html_5851281923 gsa_html_5851281923:226:23532:23552 Wenatchee Washington (state) +0.242905 aapg_ac_400.html aapg_ac_400.html:391:45669:45672 Elk Lewis County, Washington +0.459828 aapg_af_99.html aapg_af_99.html:34:4260:4275 Ponce Melbourne, Florida +0.248997 AMJC_html_6040053564 AMJC_html_6040053564:657:57666:57672 Reston Virginia +0.26712 aapg_ac_394.html aapg_ac_394.html:76:7496:7503 El Paso Texas +0.499278 aapg_ae_176.html aapg_ae_176.html:237:29614:29626 Saskatchewan Lacombe, Alberta +0.50065 geology_html_8273441625 geology_html_8273441625:355:24936:24950 Ogallala Nebraska +0.248901 aapg_af_954.html aapg_af_954.html:74:10934:10943 Extension North Sea oil +0.898688 gsa_html_4432793908 gsa_html_4432793908:724:83353:83373 Sheep Pass Sevier orogeny +0.261522 aapg_ai_468.html aapg_ai_468.html:196:24560:24567 Bossier Shreveport, Louisiana +0.69569 palaios_html_3422917437 palaios_html_3422917437:493:38754:38762 Lawrence Washington (state) +0.47066 cspg_html_7938374662 cspg_html_7938374662:141:15173:15184 Peace River Pine River (Michigan) +0.464899 aapg_aa_724.html aapg_aa_724.html:40:4807:4821 Antelope Range Logan, Utah +0.280358 aapg_ad_851.html aapg_ad_851.html:438:48070:48088 Ogallala New Mexico +0.52002 aapg_ad_696.html aapg_ad_696.html:93:8942:8951 Jamestown Carrizo Plain +0.26316 cspg_html_4305108179 cspg_html_4305108179:74:9625:9643 Read Bay Cape Cod +0.534036 cspg_html_6064089067 cspg_html_6064089067:48:5309:5328 Red River Cheyenne, Wyoming +0.501492 aapg_ai_38.html aapg_ai_38.html:189:20365:20373 Niobrara Benton, Arkansas +0.484428 cspg_html_5141367518 cspg_html_5141367518:272:39549:39557 Paskapoo Fort Union Trading Post National Historic Site +0.257048 aapg_aa_328.html aapg_aa_328.html:274:21266:21273 El Abra Matamoros, Tamaulipas +0.258825 cspg_html_9516677253 cspg_html_9516677253:123:20112:20119 Cardium Lacombe, Alberta +0.2615 sedimentology_html_6960436950 sedimentology_html_6960436950:242:8586:8592 Walker Esposizione Universale Roma +0.48822 jgeology_html_4305195651 jgeology_html_4305195651:2413:167007:167042 Mauch Chunk Coaldale, Schuylkill County, Pennsylvania +0.261112 aapg_af_579.html aapg_af_579.html:286:31511:31518 Entrada New Mexico +0.252434 jgeology_html_2497886918 jgeology_html_2497886918:170:10151:10160 Peninsula Asia +0.262474 aapg_aa_702.html aapg_aa_702.html:587:99329:99346 Prairie Regina, Saskatchewan +0.250712 geology_html_7113954805 geology_html_7113954805:352:23259:23280 Mount Simon Illinois +0.26677 aapg_ah_455.html aapg_ah_455.html:6:610:623 Woodbine Rusk County, Wisconsin +0.455906 aapg_ad_258.html aapg_ad_258.html:319:36044:36052 Onondaga Monongalia County, West Virginia +0.705168 aapg_aa_991.html aapg_aa_991.html:85:10166:10172 Sparta Texas +0.25048 sedimentology_html_7352727244 sedimentology_html_7352727244:131:8585:8594 Peninsula Korea +0.248992 cspg_html_5501097280 cspg_html_5501097280:363:41046:41064 Rio Dell California +0.256522 aapg_ad_52.html aapg_ad_52.html:653:71265:71273 Michigan County Roscommon +0.267776 gsa_html_6150225453 gsa_html_6150225453:939:83686:83703 Cardium Lacombe, Alberta +0.27192 geology_html_8171981855 geology_html_8171981855:39:3877:3882 Lance Texas +0.25493 aapg_ad_641.html aapg_ad_641.html:167:20189:20209 San Andres Texas +0.258981 gsa_html_1119256423 gsa_html_1119256423:603:55460:55468 Bellevue Iowa +0.303667 palaios_html_6956866368 palaios_html_6956866368:933:82556:82584 Naco Naco, Sonora +0.503382 aapg_aa_831.html aapg_aa_831.html:180:14078:14095 Wristen Texas +0.262119 cspg_html_6163998187 cspg_html_6163998187:511:58293:58301 Columbia Canada +0.26265 aapg_ac_896.html aapg_ac_896.html:10:1063:1075 Wilcox County Sligo +0.242346 aapg_aa_258.html aapg_aa_258.html:3:235:245 Washington Salem, Oregon +0.879819 aapg_ae_960.html aapg_ae_960.html:97:11890:11895 Banff Lacombe, Alberta +0.49868 cspg_html_7970178687 cspg_html_7970178687:75:10141:10147 Viking Lacombe, Alberta +0.256522 sedimentology_html_5673709888 sedimentology_html_5673709888:321:29313:29326 Edwards Texas +0.48654 geology_html_2144574689 geology_html_2144574689:11:554:564 Washington Seattle +0.490728 gsa_html_4630856880 gsa_html_4630856880:1118:129941:129949 Lawrence Middle East +0.462 aapg_af_430.html aapg_af_430.html:54:5878:5888 San Miguel Buda, Texas +0.482275 palaios_html_2048556014 palaios_html_2048556014:821:75230:75262 Marjum Millard County, Utah +0.474388 aapg_ae_959.html aapg_ae_959.html:2310:164444:164455 Cloud Chief Amarillo, Texas +0.2475 gsa_html_1861017788 gsa_html_1861017788:963:81812:81821 San Diego California +0.246753 palaios_html_3985706634 palaios_html_3985706634:153:15949:15966 Manlius Helderberg +0.490496 cspg_html_8756009083 cspg_html_8756009083:924:93537:93545 Columbia Victoria, British Columbia +0.25449 aapg_af_861.html aapg_af_861.html:94:10170:10188 Seminole Coffeyville, Kansas +0.3885 cspg_html_9735723617 cspg_html_9735723617:4062:266094:266111 Brazeau Lacombe, Alberta +0.481535 geology_html_9772573337 geology_html_9772573337:9:366:376 Santa Cruz California +0.482132 cspg_html_9354781888 cspg_html_9354781888:158:25067:25101 Halfway Canada +0.25443 jgeology_html_1493164074 jgeology_html_1493164074:1277:57127:57150 Lincoln Creek Washington (state) +0.285696 aapg_aa_233.html aapg_aa_233.html:278:29126:29144 Kiamichi Mexico +0.299215 aapg_aa_235.html aapg_aa_235.html:177:19349:19370 Englishtown Closter, New Jersey +0.261568 aapg_ah_318.html aapg_ah_318.html:1242:124936:124959 Cotton Valley Texas +0.491493 aapg_af_808.html aapg_af_808.html:975:127261:127284 Blue Mountain Jamaica, Queens +0.266616 aapg_aa_775.html aapg_aa_775.html:335:33952:33957 Yegua Houston +0.479744 aapg_ah_415.html aapg_ah_415.html:5:619:639 Milk River Bow Island Airport +0.514188 aapg_af_575.html aapg_af_575.html:1188:170877:170893 Dakota Nebraska +0.262446 cspg_html_7086880709 cspg_html_7086880709:496:65408:65429 Cooking Lake Lacombe, Alberta +0.487725 aapg_ae_250.html aapg_ae_250.html:142:12547:12565 Sundance Cheyenne, Wyoming +0.245967 jgeology_html_3517640817 jgeology_html_3517640817:497:29843:29852 Peninsula Korea +0.458388 geology_html_5360812526 geology_html_5360812526:319:28800:28820 Beck Spring Dolomite California +0.487113 aapg_ai_461.html aapg_ai_461.html:129:17578:17585 Savanna McAlester, Oklahoma +0.25048 jgeology_html_2758284699 jgeology_html_2758284699:1337:67400:67407 Halifax Canada +0.281424 gsa_html_5737673651 gsa_html_5737673651:327:28947:28963 Chinle Arizona +0.488976 jgeology_html_4599466962 jgeology_html_4599466962:259:18504:18531 Edgecliff Syracuse, New York +0.246384 aapg_af_416.html aapg_af_416.html:104:13233:13260 Cold Lake Lacombe, Alberta +0.48768 geology_html_1844850227 geology_html_1844850227:12:710:723 Santa Barbara Washington (state) +0.4745 aapg_aa_147.html aapg_aa_147.html:68:10380:10392 Saskatchewan Manitoba +0.25284 aapg_af_468.html aapg_af_468.html:118:12207:12222 Frio Brazoria County, Texas +0.280028 cspg_html_8227554214 cspg_html_8227554214:478:49455:49496 Albert New Brunswick, New Jersey +0.254769 aapg_ae_135.html aapg_ae_135.html:82:7406:7420 Woodbine Mapleton, Oregon +0.499174 aapg_ac_65.html aapg_ac_65.html:479:39760:39764 Vail Colorado +0.524797 aapg_ah_528.html aapg_ah_528.html:78:8218:8226 Moenkopi Logan, Utah +0.264578 aapg_ad_94.html aapg_ad_94.html:45:5206:5226 Martin Ottawa, Kansas +0.262095 gsa_html_6319769557 gsa_html_6319769557:787:61529:61535 Moscow Russia +0.926744 gsa_html_5865982995 gsa_html_5865982995:1137:123027:123048 Green River Flint, Michigan +0.264528 jgeology_html_1103778655 jgeology_html_1103778655:615:43387:43401 Monterey California +0.244241 aapg_ah_224.html aapg_ah_224.html:131:13625:13635 San Miguel New Mexico +0.263153 aapg_ae_999.html aapg_ae_999.html:460:61453:61462 Catahoula Karnes County, Texas +0.27242 jgeology_html_3385510991 jgeology_html_3385510991:223:13045:13058 Potsdam Montreal +0.462891 jgeology_html_1838149422 jgeology_html_1838149422:951:88741:88760 Monroe Creek Nebraska +0.273 AMJC_html_4464898807 AMJC_html_4464898807:1050:86560:86569 Extension Victoria, British Columbia +0.270391 gsa_html_2220556952 gsa_html_2220556952:63:8080:8099 Pansy Lee Conglomerate Sevier orogeny +0.25704 jgeology_html_5435533156 jgeology_html_5435533156:520:36562:36582 Trap Falls Hartford, Connecticut +0.254769 aapg_aa_71.html aapg_aa_71.html:297:26070:26082 Bossardville Wayne County, Michigan +0.246945 aapg_ai_82.html aapg_ai_82.html:88:11617:11627 Greenbrier Huntington, West Virginia +0.258981 cspg_html_2139304729 cspg_html_2139304729:391:34227:34247 Griper Bay Melville Island (Canada) +0.262135 sedimentology_html_7069619943 sedimentology_html_7069619943:1353:107110:107115 Cadiz Black Sea +0.473323 aapg_ah_150.html aapg_ah_150.html:343:41810:41827 Astoria Washington (state) +0.472104 geology_html_2693298548 geology_html_2693298548:286:26109:26115 Pueblo Colorado +0.501468 aapg_ac_63.html aapg_ac_63.html:6:795:821 Smackover Haynesville, Louisiana +0.505284 aapg_af_568.html aapg_af_568.html:278:28849:28862 Dakota Cheyenne, Wyoming +0.481593 jgeology_html_6016138758 jgeology_html_6016138758:92:4911:4920 Kulthieth Yakutat City and Borough, Alaska +0.50085 aapg_ac_313.html aapg_ac_313.html:395:45390:45411 Buena Vista Maya Mountain +0.257484 aapg_ad_784.html aapg_ad_784.html:118:13967:13972 Sespe El Capitan +0.471814 aapg_ac_209.html aapg_ac_209.html:299:32724:32729 Weeks Lacombe, Alberta +0.50544 cspg_html_7278957427 cspg_html_7278957427:13:1982:2000 Eureka Sound Ellesmere Island +0.69438 cspg_html_9354781888 cspg_html_9354781888:378:37619:37626 Halfway Victoria, British Columbia +0.24552 aapg_ah_217.html aapg_ah_217.html:160:18480:18500 Elk Pennsylvania +0.50042 palaios_html_7111318862 palaios_html_7111318862:392:40244:40260 Oldman Lacombe, Alberta +0.473551 gsa_html_3926085141 gsa_html_3926085141:14:655:664 Milwaukee Wisconsin +0.2508 aapg_ai_313.html aapg_ai_313.html:20:2689:2707 Imperial Durham, North Carolina +0.731679 gsa_html_2989317971 gsa_html_2989317971:707:73246:73268 Poison Creek Boise River +0.858429 cspg_html_6377182173 cspg_html_6377182173:272:35991:36004 Turner Valley Arctic Cordillera +0.476451 cspg_html_7434089303 cspg_html_7434089303:188:23404:23417 Eleanor River Ellesmere Island +0.475 aapg_ae_746.html aapg_ae_746.html:733:62149:62166 Cardium Lacombe, Alberta +0.259072 aapg_ae_885.html aapg_ae_885.html:232:23249:23266 Toroweap Arizona +0.24157 aapg_ae_114.html aapg_ae_114.html:81:11977:11998 Wichita Granite Wichita, Kansas +0.25333 aapg_af_808.html aapg_af_808.html:759:98603:98626 Santa Rita Venezuela +0.43197 aapg_af_735.html aapg_af_735.html:180:21250:21266 Cruse Trinidad and Tobago +0.24288 aapg_aa_426.html aapg_aa_426.html:169:38035:38042 Hosston County Sligo +0.482132 geology_html_4816820659 geology_html_4816820659:326:21394:21417 Brushy Canyon West, Texas +0.263662 aapg_ad_440.html aapg_ad_440.html:488:45219:45234 Greenbrier Pocono Raceway +0.233772 aapg_aa_357.html aapg_aa_357.html:361:33271:33288 Dolores San Juan Mountains +0.266716 cspg_html_8891363498 cspg_html_8891363498:290:26965:26975 Hart River Porcupine River (Ontario) +0.255892 sedimentology_html_3941612453 sedimentology_html_3941612453:1134:85452:85470 Quinault Washington (state) +0.704413 aapg_af_598.html aapg_af_598.html:75:6127:6139 Nowata Tulsa, Oklahoma +0.481143 cspg_html_5688447798 cspg_html_5688447798:121:16172:16200 Disappointment Bay Ellesmere Island +0.248003 aapg_ai_479.html aapg_ai_479.html:100:11340:11358 Michigan Michigan +0.48323 AMJC_html_5969956211 AMJC_html_5969956211:1106:152421:152431 Washington Salem, Oregon +0.242649 aapg_ad_983.html aapg_ad_983.html:6:864:872 Virginia Chesterfield +0.257536 aapg_aa_45.html aapg_aa_45.html:327:40826:40842 Cutler Moenkopi Formation +0.263652 cspg_html_9912281240 cspg_html_9912281240:97:13092:13100 Lea Park Lacombe, Alberta +0.257544 cspg_html_4326384800 cspg_html_4326384800:1147:170388:170407 Hay River Hay River (Canada) +0.483775 aapg_ae_308.html aapg_ae_308.html:197:17060:17079 Kinderhook Chattanooga, Tennessee +0.277629 jgeology_html_3739517257 jgeology_html_3739517257:309:22014:22035 Chinle Entrada Sandstone +0.254736 aapg_ae_758.html aapg_ae_758.html:44:5074:5089 Salina Salina, Kansas +0.26061 aapg_ad_55.html aapg_ad_55.html:150:10608:10615 Plattin Decorah, Iowa +0.27352 aapg_ad_784.html aapg_ad_784.html:328:35938:35943 Sespe Oak Ridge, Tennessee +0.27178 aapg_ai_421.html aapg_ai_421.html:37:7890:7899 Allegheny Ohio +0.51408 aapg_ah_678.html aapg_ah_678.html:520:62748:62765 Vicksburg Brazoria County, Texas +0.940224 cspg_html_8556552074 cspg_html_8556552074:121:11844:11858 Contact Rapids Lacombe, Alberta +0.262546 cspg_html_3102530088 cspg_html_3102530088:101:14282:14314 Provincial Milk River, Alberta +0.2665 geology_html_8446243985 geology_html_8446243985:44:3932:3938 Sierra Spain +0.253952 cspg_html_3041902517 cspg_html_3041902517:301:39194:39219 Belcher Channel Cape Cod +0.452423 aapg_ac_187.html aapg_ac_187.html:2580:262450:262460 Pittsburgh Washington (state) +0.498432 aapg_af_614.html aapg_af_614.html:161:12872:12889 Hosston Urbana, Ohio +0.267064 cspg_html_8438548095 cspg_html_8438548095:29:3624:3632 Paskapoo Edmonton, London +0.497373 gsa_html_7060854594 gsa_html_7060854594:32:2814:2842 Green River Colorado +0.472647 aapg_ae_324.html aapg_ae_324.html:88:9038:9046 Virginia The Narrows +0.25048 aapg_ac_419.html aapg_ac_419.html:510:60512:60532 Capistrano California +0.249498 aapg_ac_390.html aapg_ac_390.html:86:7897:7913 Santa Clara Channel Islands of California +0.248857 aapg_ah_290.html aapg_ah_290.html:244:26328:26334 Oregon Washington (state) +0.488448 AMJC_html_2360213652 AMJC_html_2360213652:12:682:688 Reston Virginia +0.488814 gsa_html_3613642206 gsa_html_3613642206:750:69428:69438 Washington Seattle +0.263048 geology_html_4045317233 geology_html_4045317233:11:463:473 Washington Washington (state) +0.263676 gsa_html_4111593109 gsa_html_4111593109:29:2796:2824 Green River Iran +0.467433 cspg_html_1509800797 cspg_html_1509800797:135:13365:13379 St. Mary River Lacombe, Alberta +0.244398 sedimentology_html_9173053479 sedimentology_html_9173053479:301:20524:20566 Fisher Bremen (state) +0.237568 sedimentology_html_3907918417 sedimentology_html_3907918417:504:46481:46492 Peace River Victoria, British Columbia +0.463197 gsa_html_7840671974 gsa_html_7840671974:17:831:860 Twin Creek Sevier orogeny +0.49707 gsa_html_1412681096 gsa_html_1412681096:766:67499:67508 San Pedro Mexico +0.254496 aapg_ac_337.html aapg_ac_337.html:369:17066:17072 Denver Colorado +0.24948 cspg_html_3735760125 cspg_html_3735760125:254:27832:27841 Sheffield England +0.49674 aapg_aa_928.html aapg_aa_928.html:171:16518:16531 Yegua Columbus, Ohio +0.478541 aapg_aa_761.html aapg_aa_761.html:586:72564:72575 Sadlerochit Anchorage, Alaska +0.251955 cspg_html_8279079445 cspg_html_8279079445:416:45423:45437 Frio Texas +0.241664 jgeology_html_4729017492 jgeology_html_4729017492:89:3369:3376 Halifax Canada +0.494769 aapg_aa_625.html aapg_aa_625.html:290:24192:24211 Smackover Arkansas +0.241964 gsa_html_2675218998 gsa_html_2675218998:627:59049:59068 Colorado Mesa, Arizona +0.242554 geology_html_9004383999 geology_html_9004383999:298:25827:25835 Finnegan Lacombe, Alberta +0.250498 cspg_html_9508543859 cspg_html_9508543859:940:75824:75845 Lawrence Canada +0.490728 cspg_html_9218543154 cspg_html_9218543154:64:11659:11667 Columbia Lacombe, Alberta +0.47215 aapg_af_575.html aapg_af_575.html:221:30558:30566 Eminence Chautauqua County, Kansas +0.255 aapg_ad_683.html aapg_ad_683.html:61:9509:9523 Rico Grand Canyon +0.48974 gsa_html_1491636326 gsa_html_1491636326:957:79638:79648 Santa Cruz Chile +0.24206 aapg_ac_187.html aapg_ac_187.html:2921:300265:300282 Tamabra Matamoros, Tamaulipas +0.27918 aapg_ad_154.html aapg_ad_154.html:116:13451:13456 Chazy Bellefonte, Pennsylvania +0.71669 gsa_html_1582166619 gsa_html_1582166619:203:17408:17426 Chulafinnee Schist Alabama +0.246648 gsa_html_5039569238 gsa_html_5039569238:104:10078:10094 Calmar Lacombe, Alberta +0.239931 aapg_ah_305.html aapg_ah_305.html:42:6225:6235 Rio Grande Texas +0.48858 sedimentology_html_8829282630 sedimentology_html_8829282630:1246:68302:68308 Pueblo Colorado +0.245464 aapg_ae_354.html aapg_ae_354.html:128:13018:13026 Colorado Summitville, New York +0.510012 aapg_ac_72.html aapg_ac_72.html:50:6420:6432 Todos Santos Mexico +0.482463 aapg_ah_827.html aapg_ah_827.html:164:24333:24343 Washington Anchorage, Alaska +0.25351 gsa_html_6991576096 gsa_html_6991576096:662:59681:59703 Sokoman Canada +0.716044 cspg_html_8806021601 cspg_html_8806021601:80:9351:9371 Griper Bay Bathurst Island (Northern Territory) +0.257868 gsa_html_3448554349 gsa_html_3448554349:14:592:598 Reston Virginia +0.245448 aapg_ai_514.html aapg_ai_514.html:58:7105:7114 Wenatchee Washington (state) +0.249498 sedimentology_html_6051696699 sedimentology_html_6051696699:331:29007:29016 Extension East Timor +0.233289 gsa_html_1741354143 gsa_html_1741354143:132:13229:13253 Independence Greenland +0.25146 gsa_html_6608619586 gsa_html_6608619586:71:6759:6769 Manzanillo Salem, Oregon +0.47874 aapg_ah_3.html aapg_ah_3.html:60:8440:8467 Yeoman Colombia +0.492618 cspg_html_7769839889 cspg_html_7769839889:221:24894:24901 Nahanni Dunedin, Florida +0.486244 aapg_ai_946.html aapg_ai_946.html:353:46561:46586 Slope Venezuela +0.498905 cspg_html_4269474759 cspg_html_4269474759:1128:112165:112196 Shaftesbury Lacombe, Alberta +0.462342 aapg_ae_454.html aapg_ae_454.html:605:55377:55384 Bossier Shreveport, Louisiana +0.257049 gsa_html_7102550258 gsa_html_7102550258:388:44728:44744 Navajo Arizona +0.467973 palaios_html_8505514256 palaios_html_8505514256:18:1187:1211 Fort Thompson Melbourne, Florida +0.253895 gsa_html_2173189484 gsa_html_2173189484:28:2610:2619 San Diego California +0.496164 aapg_ah_419.html aapg_ah_419.html:211:17870:17889 Fox Hills Edmonton, London +0.41499 cspg_html_2139304729 cspg_html_2139304729:10:1283:1303 Griper Bay Bathurst Island (Northern Territory) +0.370475 cspg_html_6331977039 cspg_html_6331977039:303:30129:30174 Blue Fiord Ellesmere Island +0.501202 cspg_html_3060428958 cspg_html_3060428958:19:2936:2953 Bearpaw Lacombe, Alberta +0.250965 cspg_html_3104351736 cspg_html_3104351736:731:80842:80860 Foremost Lacombe, Alberta +0.248482 aapg_ae_794.html aapg_ae_794.html:76:12192:12211 Owl Creek Selma to Montgomery marches +0.483736 gsa_html_9310053579 gsa_html_9310053579:716:62833:62843 Washington Leavenworth, Washington +0.26112 aapg_ai_561.html aapg_ai_561.html:38:3615:3634 Cotton Valley Shreveport, Louisiana +0.494875 aapg_ac_214.html aapg_ac_214.html:25:3215:3231 Carmel Arizona +0.27234 aapg_ac_972.html aapg_ac_972.html:100:11668:11683 Santa Margarita Monterey, California +0.2583 aapg_ad_466.html aapg_ad_466.html:1298:139133:139146 Potomac Patapsco River +0.661815 aapg_aa_734.html aapg_aa_734.html:3:179:216 Arkansas Novaculite Arkansas +0.25896 aapg_aa_644.html aapg_aa_644.html:674:56836:56842 Provo Cheyenne, Wyoming +0.499149 cspg_html_5783501569 cspg_html_5783501569:47:6945:6964 Waterfowl Lacombe, Alberta +0.474112 aapg_ae_296.html aapg_ae_296.html:42:4774:4790 Whitehorse Guadalupe Mountains National Park +0.481514 aapg_af_86.html aapg_af_86.html:312:21922:21944 Fisset Brook Cape Breton Island +0.259316 aapg_ae_526.html aapg_ae_526.html:38:3340:3353 Cotton Valley Cotton Valley, Louisiana +0.249879 gsa_html_9417870342 gsa_html_9417870342:323:26785:26809 Bedford Caborca +0.494844 aapg_ae_638.html aapg_ae_638.html:93:8737:8763 Salem Wayne County, Michigan +0.25452 aapg_ae_153.html aapg_ae_153.html:915:115076:115090 Colorado Black Hills +0.290975 aapg_ad_944.html aapg_ad_944.html:265:25251:25270 Shaunavon Regina, Saskatchewan +0.369936 aapg_ah_96.html aapg_ah_96.html:58:7192:7217 Upper Red River Winnipeg +0.266175 jgeology_html_3517640817 jgeology_html_3517640817:704:46657:46666 Peninsula Korea +0.263168 aapg_ah_972.html aapg_ah_972.html:122:10445:10455 Rio Grande Whitsett, North Carolina +0.25542 gsa_html_8881958017 gsa_html_8881958017:103:12760:12768 Columbia Victoria, British Columbia +0.2565 jgeology_html_1263059090 jgeology_html_1263059090:304:20071:20088 Beekmantown Black River, Jamaica +0.264438 aapg_ac_719.html aapg_ac_719.html:175:20839:20857 Huerfano Huerfano, New Mexico +0.253655 geology_html_9848373846 geology_html_9848373846:12:505:517 Martinsville Virginia +0.25896 aapg_ac_190.html aapg_ac_190.html:45:9159:9180 Skaneateles Moscow +0.264 gsa_html_5081991493 gsa_html_5081991493:57:4874:4883 Flagstaff Uinta Mountains +0.248832 cspg_html_2546442054 cspg_html_2546442054:173:23320:23342 St. Mary River Lethbridge +0.490676 aapg_ah_779.html aapg_ah_779.html:189:34979:34983 Bays Oswego, New York +0.470378 aapg_ae_999.html aapg_ae_999.html:294:40981:41004 Chattahoochee Melbourne, Florida +0.26866 aapg_aa_263.html aapg_aa_263.html:181:19492:19509 Navajo Coconino County, Arizona +0.269698 aapg_ac_739.html aapg_ac_739.html:574:76576:76586 Caseyville Ohio +0.492618 gsa_html_2832151886 gsa_html_2832151886:93:8818:8831 Belle Fourche Regina, Saskatchewan +0.254448 aapg_ah_647.html aapg_ah_647.html:814:88286:88305 Horquilla Naco, Sonora +0.248805 cspg_html_8649903682 cspg_html_8649903682:37:4949:4967 Goodrich Pine River (Michigan) +0.483759 cspg_html_9683836416 cspg_html_9683836416:81:14188:14205 Belly River Lacombe, Alberta +0.250677 aapg_af_711.html aapg_af_711.html:225:21888:21894 Tehama California +0.521431 gsa_html_8516528083 gsa_html_8516528083:58:4677:4705 Green River Colorado +0.473323 palaios_html_6973830442 palaios_html_6973830442:312:26833:26866 La Boca Mexico +0.489114 gsa_html_5737673651 gsa_html_5737673651:9:355:371 Chinle Arizona +0.25245 aapg_aa_486.html aapg_aa_486.html:43:5122:5130 Colorado Colorado +0.243302 sedimentology_html_5673709888 sedimentology_html_5673709888:513:31645:31659 Hawthorn Melbourne, Florida +0.267285 cspg_html_4245715705 cspg_html_4245715705:34:3655:3664 Williston Lacombe, Alberta +0.256027 aapg_ai_618.html aapg_ai_618.html:7:869:875 Casper Cheyenne, Wyoming +0.280371 aapg_ah_182.html aapg_ah_182.html:159:15996:16007 Beekmantown Martinsburg, Nebraska +0.256035 aapg_ae_41.html aapg_ae_41.html:77:6418:6457 Elk Lacombe, Alberta +0.256 aapg_af_590.html aapg_af_590.html:597:47019:47027 Colorado Mancos, Colorado +0.244528 aapg_aa_998.html aapg_aa_998.html:123:12576:12589 Sycamore Comal County, Texas +0.488565 gsa_html_7464626519 gsa_html_7464626519:1150:102363:102391 Green River Colorado +0.27092 aapg_ac_905.html aapg_ac_905.html:81:9160:9166 Muskeg Great Slave Lake +0.244904 aapg_aa_407.html aapg_aa_407.html:65:5949:5956 Dolores Colorado +0.804468 cspg_html_2585022950 cspg_html_2585022950:18:1910:1920 Mount Head Carnarvon, Western Australia +0.480495 aapg_ad_0.html aapg_ad_0.html:363:30222:30232 Eau Claire Wayne County, Michigan +0.506253 cspg_html_5264346535 cspg_html_5264346535:58:6590:6607 Bearpaw Lacombe, Alberta +0.425376 gsa_html_7778996391 gsa_html_7778996391:1208:101697:101706 San Diego California +0.247005 cspg_html_3772380029 cspg_html_3772380029:11:1061:1086 Surprise Creek River Severn +0.500996 gsa_html_6330913937 gsa_html_6330913937:973:88587:88596 San Diego California +0.449352 aapg_ac_490.html aapg_ac_490.html:396:56112:56126 Bullhead Victoria, British Columbia +0.249936 aapg_ad_377.html aapg_ad_377.html:38:2781:2809 Forest Black Mountains (North Carolina) +0.262143 cspg_html_8818854104 cspg_html_8818854104:285:35236:35244 Columbia Victoria, British Columbia +0.36663 aapg_af_568.html aapg_af_568.html:444:38669:38672 Elk Cheyenne, Wyoming +0.493296 aapg_aa_121.html aapg_aa_121.html:82:9237:9242 Trail Victoria, British Columbia +0.499114 aapg_af_775.html aapg_af_775.html:260:16925:16945 Catahoula Oakville, California +0.269165 aapg_ad_338.html aapg_ad_338.html:193:20415:20433 Patapsco Delaware +0.705374 aapg_ac_941.html aapg_ac_941.html:25:2729:2750 Green River Colorado +0.45504 aapg_af_497.html aapg_af_497.html:579:53745:53755 Las Animas Colorado +0.480495 cspg_html_1347848644 cspg_html_1347848644:343:44064:44072 Waterton Calgary +0.477594 gsa_html_9866042258 gsa_html_9866042258:1979:153684:153690 Oregon Lancaster, California +0.26159 aapg_aa_314.html aapg_aa_314.html:83:10912:10918 Tinton Long Island (Massachusetts) +0.49455 aapg_ae_198.html aapg_ae_198.html:152:17138:17145 Wasatch Fremont, California +0.438224 aapg_ae_855.html aapg_ae_855.html:130:14060:14078 Flagstaff North Horn Formation +0.25856 aapg_af_839.html aapg_af_839.html:81:9191:9201 Bell Michigan +0.259659 aapg_af_695.html aapg_af_695.html:11:1090:1095 Yegua Charlotte, North Carolina +0.484428 aapg_ad_785.html aapg_ad_785.html:39:4969:4987 Fountain Colorado Springs, Colorado +0.263144 aapg_af_719.html aapg_af_719.html:1282:98909:98918 Extension Nigeria +0.484632 jgeology_html_2237275680 jgeology_html_2237275680:614:34058:34071 Sandia New Mexico +0.664242 aapg_aa_679.html aapg_aa_679.html:128:14517:14526 Talkeetna Yakutat City and Borough, Alaska +0.264192 cspg_html_1818321956 cspg_html_1818321956:222:23112:23120 Columbia Victoria, British Columbia +0.241868 cspg_html_4287356899 cspg_html_4287356899:3952:391838:391852 Lisburne Great Britain +0.260598 jgeology_html_3434214786 jgeology_html_3434214786:448:31915:31923 Echo Bay Lake Mead +0.26677 aapg_ae_198.html aapg_ae_198.html:1346:119487:119495 Michigan Lake Michigan +0.503272 gsa_html_3484366946 gsa_html_3484366946:2062:162557:162585 Green River Colorado +0.481206 cspg_html_9735723617 cspg_html_9735723617:672:80287:80306 Griper Bay Ellesmere Island +0.25452 palaios_html_5921824758 palaios_html_5921824758:291:29680:29697 Barstow California +0.469504 aapg_ac_72.html aapg_ac_72.html:50:6529:6551 Todos Santos Mexico +0.29952 aapg_ah_182.html aapg_ah_182.html:25:3370:3387 Beekmantown Martinsburg, Nebraska +0.19941 cspg_html_5432603817 cspg_html_5432603817:6:303:338 Weatherall Banks Island +0.255488 cspg_html_9354781888 cspg_html_9354781888:229:28714:28721 Halfway Lacombe, Alberta +0.262614 aapg_af_854.html aapg_af_854.html:965:136095:136117 Paint Creek Perry County, Indiana +0.47369 aapg_ai_388.html aapg_ai_388.html:221:22637:22654 Bridger Cheyenne, Wyoming +0.246272 aapg_af_783.html aapg_af_783.html:70:5153:5169 Modelo Santa Monica Mountains +0.272934 aapg_ae_226.html aapg_ae_226.html:120:16678:16688 Duck Creek Ohio +0.246512 gsa_html_2220556952 gsa_html_2220556952:843:100669:100692 Newark Canyon Reno, Nevada +0.255024 aapg_aa_918.html aapg_aa_918.html:1179:121740:121758 Carlsbad El Capitan +0.264027 aapg_ac_590.html aapg_ac_590.html:86:10831:10839 Ogallala Llano, Texas +0.26871 aapg_ai_157.html aapg_ai_157.html:118:15791:15797 Salina Salina, Kansas +0.260762 aapg_ae_74.html aapg_ae_74.html:717:67271:67289 Morrison New Mexico +0.263302 aapg_aa_357.html aapg_aa_357.html:195:16870:16877 Hermosa Colorado +0.850083 cspg_html_1841843683 cspg_html_1841843683:97:16679:16684 Swift Black Hills +0.488992 aapg_af_130.html aapg_af_130.html:65:12518:12535 Chemung Iowa +0.50076 aapg_aa_702.html aapg_aa_702.html:1137:128780:128818 Winnipegosis Regina, Saskatchewan +0.518205 aapg_ad_601.html aapg_ad_601.html:53:6268:6296 Prairie Kawkawlin River +0.47941 aapg_ad_871.html aapg_ad_871.html:81:8804:8821 Genshaw Michigan +0.287826 aapg_af_258.html aapg_af_258.html:18:3123:3128 Aneth New Mexico +0.24948 sedimentology_html_7874076821 sedimentology_html_7874076821:1292:77057:77064 Andrews Geothermal areas of Yellowstone +0.504075 cspg_html_5891044027 cspg_html_5891044027:338:65740:65752 Purcell Lava Purcell Mountains +0.241626 aapg_ac_70.html aapg_ac_70.html:391:47787:47804 Oquirrh Great Basin +0.500202 cspg_html_3065473572 cspg_html_3065473572:174:23700:23721 Lawrence Middle Ordovician +0.687648 aapg_ah_536.html aapg_ah_536.html:398:52504:52516 Rodessa East Texas +0.2662 aapg_af_561.html aapg_af_561.html:360:31115:31129 Wasatch Wasatch Range +0.490496 aapg_af_775.html aapg_af_775.html:463:38940:38948 Oakville Beaumont, Texas +0.252396 jgeology_html_6990146451 jgeology_html_6990146451:1818:92073:92129 Greenbrier Huntington, West Virginia +0.480636 cspg_html_6116883777 cspg_html_6116883777:1238:173786:173808 Barlow Inlet Little Cornwallis Island +0.469116 cspg_html_7467378242 cspg_html_7467378242:15:2001:2010 Cold Lake Lacombe, Alberta +0.236195 gsa_html_5587803184 gsa_html_5587803184:207:23034:23048 Hawthorn Ocala, Florida +0.45663 cspg_html_8267847427 cspg_html_8267847427:39:7909:7929 Milk River Milk River, Alberta +0.262654 cspg_html_2882882278 cspg_html_2882882278:116:19108:19126 Belcourt Crowsnest Pass, Alberta +0.484632 gsa_html_2162821431 gsa_html_2162821431:1053:92152:92161 San Diego California +0.266231 aapg_ah_283.html aapg_ah_283.html:517:61914:61920 Oregon Portland, Oregon +0.264187 aapg_af_659.html aapg_af_659.html:57:4286:4296 Phosphoria Cheyenne, Wyoming +0.478541 geology_html_7782069611 geology_html_7782069611:12:792:798 Oregon Newport, Rhode Island +0.262524 aapg_ai_17.html aapg_ai_17.html:225:18206:18220 Tuscahoma Marengo County, Alabama +0.500425 aapg_ae_113.html aapg_ae_113.html:225:30207:30232 Belcher Channel Bathurst Island (Northern Territory) +0.51755 aapg_aa_934.html aapg_aa_934.html:48:7040:7044 Word Texas +0.262636 sedimentology_html_7553974053 sedimentology_html_7553974053:1269:112711:112729 Monterey California +0.474447 AMJC_html_7144941731 AMJC_html_7144941731:343:41475:41505 Weaverville California +0.255747 cspg_html_7457399958 cspg_html_7457399958:226:28838:28857 Bay Fiord Melville Island (Canada) +0.502112 aapg_ac_536.html aapg_ac_536.html:662:66432:66440 Billings Williston, Vermont +0.24888 aapg_ae_668.html aapg_ae_668.html:1119:107491:107506 Brazil Sergipe +0.2438 aapg_aa_621.html aapg_aa_621.html:544:68663:68681 Tensleep Powder River (Montana) +0.263144 aapg_ae_906.html aapg_ae_906.html:49:5538:5559 Paint Creek Bethel, Alaska +0.278146 aapg_aa_117.html aapg_aa_117.html:13:1696:1713 Cobourg Ontario, California +0.260952 palaios_html_5334521487 palaios_html_5334521487:461:56515:56535 Arco Hills Boise, Idaho +0.262128 aapg_ai_189.html aapg_ai_189.html:88:11855:11862 Bonanza Manderson, Wyoming +0.253916 aapg_ah_275.html aapg_ah_275.html:275:32837:32855 Monterey California +0.272994 aapg_ad_918.html aapg_ad_918.html:73:10727:10745 Niobrara Colorado +0.241572 sedimentology_html_8384737970 sedimentology_html_8384737970:388:32749:32755 Navajo Carmel, Indiana +0.3621 aapg_aa_721.html aapg_aa_721.html:665:72306:72310 Elko Reno, Nevada +0.513975 aapg_ad_169.html aapg_ad_169.html:41:5122:5142 Pottsville Greenbrier (Great Smoky Mountains) +0.24276 gsa_html_7464626519 gsa_html_7464626519:1115:98960:98989 Uncompahgre Albuquerque, New Mexico +0.240128 aapg_aa_147.html aapg_aa_147.html:169:21103:21123 Interlake Middle East +0.47167 gsa_html_4557277250 gsa_html_4557277250:710:63851:63883 Carmel Logan, Utah +0.256968 cspg_html_1166788717 cspg_html_1166788717:138:15613:15618 Leduc Lacombe, Alberta +0.466932 aapg_af_143.html aapg_af_143.html:1029:107417:107426 Knoxville Central Valley (California) +0.246109 aapg_ac_392.html aapg_ac_392.html:117:11354:11369 Salem Illinois +0.260091 sedimentology_html_4372260172 sedimentology_html_4372260172:569:49391:49419 Whirlpool Canada +0.457355 aapg_ae_715.html aapg_ae_715.html:161:20192:20212 Vicksburg Texas +0.254 cspg_html_4293350162 cspg_html_4293350162:884:94481:94493 Rundle Lacombe, Alberta +0.25812 aapg_af_755.html aapg_af_755.html:245:26936:26953 Cardium Arctic Cordillera +0.257556 aapg_ad_564.html aapg_ad_564.html:338:31298:31323 Barnett Texas +0.429198 aapg_ac_884.html aapg_ac_884.html:26:2945:2949 Keel Clarita, Oklahoma +0.256905 aapg_ac_380.html aapg_ac_380.html:450:52992:53010 Onondaga Lake Erie +0.25774 gsa_html_9865056817 gsa_html_9865056817:9:385:396 Cutler Logan, Utah +0.494429 aapg_af_978.html aapg_af_978.html:918:133627:133634 Herring North Sea oil +0.484785 aapg_ac_743.html aapg_ac_743.html:3:474:488 Lyre Washington (state) +0.259434 jgeology_html_3589217313 jgeology_html_3589217313:185:10057:10074 Hampton Eocene +0.275589 aapg_aa_684.html aapg_aa_684.html:144:14896:14900 Jelm John Crow Mountains +0.258885 aapg_ai_477.html aapg_ai_477.html:20:2544:2566 Buckinghorse Pine River (Michigan) +0.253991 aapg_ad_292.html aapg_ad_292.html:720:70259:70267 Virginia Reston, Virginia +0.265734 jgeology_html_2809998069 jgeology_html_2809998069:199:12358:12376 Wamsutta Newport, Rhode Island +0.472863 AMJC_html_7984049819 AMJC_html_7984049819:94:10842:10849 Berwick Portland, Maine +0.527 aapg_ah_199.html aapg_ah_199.html:148:18901:18915 Atoka Atoka, Oklahoma +0.458415 sedimentology_html_3006596207 sedimentology_html_3006596207:944:58033:58043 Long Point Ontario, California +0.249936 cspg_html_3597281324 cspg_html_3597281324:287:35433:35455 Tongue River North Dakota +0.477664 aapg_ai_838.html aapg_ai_838.html:374:56875:56892 Grayson Texas +0.254178 aapg_ac_841.html aapg_ac_841.html:1759:179199:179205 Sierra Mexico +0.49337 AMJC_html_7058153329 AMJC_html_7058153329:25:1599:1607 Columbia Wisconsin +0.469224 aapg_ae_370.html aapg_ae_370.html:236:20656:20678 Cowlitz Cowlitz River +0.258572 aapg_af_854.html aapg_af_854.html:258:32463:32473 Keokuk Kinderhook (town), New York +0.23424 geology_html_4004100559 geology_html_4004100559:343:25071:25079 Scotland London, Ontario +0.262636 aapg_af_994.html aapg_af_994.html:161:24268:24274 Forbes Central Valley (California) +0.250498 cspg_html_1434585715 cspg_html_1434585715:795:76054:76062 Coalspur Lacombe, Alberta +0.25449 palaios_html_8113714689 palaios_html_8113714689:148:11957:11965 Au Train Michigan +0.481824 cspg_html_1509800797 cspg_html_1509800797:201:17328:17345 Bearpaw Lacombe, Alberta +0.262546 AMJC_html_7085584544 AMJC_html_7085584544:1161:110651:110679 Green River Cheyenne, Wyoming +0.772912 aapg_ah_96.html aapg_ah_96.html:122:13333:13355 Black Island Manitoba +0.249951 sedimentology_html_7956785740 sedimentology_html_7956785740:1025:64002:64012 Washington Washington (state) +0.463 aapg_ai_491.html aapg_ai_491.html:186:21926:21951 Paradox Lampasas, Texas +0.476424 aapg_ai_592.html aapg_ai_592.html:41:6186:6201 Uinta Uintah, Utah +0.26455 aapg_ac_986.html aapg_ac_986.html:494:60878:60885 Laramie Denver +0.25088 cspg_html_8174352156 cspg_html_8174352156:123:17542:17550 Columbia Victoria, British Columbia +0.255488 cspg_html_4834918660 cspg_html_4834918660:26:3900:3923 Grand Rapids Clearwater, Florida +0.465348 gsa_html_5865982995 gsa_html_5865982995:976:106364:106370 Denver Colorado +0.256512 aapg_aa_484.html aapg_aa_484.html:167:14943:14953 Moorefield Arkansas +0.274567 cspg_html_5688447798 cspg_html_5688447798:251:29257:29273 Strathcona Fiord District Council of Franklin Harbour +0.761572 aapg_ae_959.html aapg_ae_959.html:2310:164376:164383 Rustler Amarillo, Texas +0.458865 gsa_html_3542448939 gsa_html_3542448939:18:925:940 Twilight Gneiss Colorado +0.50668 aapg_ac_289.html aapg_ac_289.html:213:17942:17952 Tuscaloosa Paluxy, Texas +0.477152 gsa_html_6039599383 gsa_html_6039599383:410:36878:36896 Edmunds Portland, Maine +0.673078 aapg_ac_628.html aapg_ac_628.html:288:46699:46706 Wasatch Fort Union Trading Post National Historic Site +0.465924 geology_html_4668853783 geology_html_4668853783:9:296:301 Rapid North Atlantic Current +0.275098 gsa_html_1744648670 gsa_html_1744648670:1299:124664:124679 Keele Canada +0.483736 aapg_ad_110.html aapg_ad_110.html:672:72528:72536 Tensleep Darwin, Northern Territory +0.478608 aapg_af_631.html aapg_af_631.html:130:11604:11623 Whitehorse Chinle Formation +0.252396 geology_html_9765421558 geology_html_9765421558:233:20092:20109 Prairie Wisconsin +0.484939 geology_html_5892049571 geology_html_5892049571:254:23216:23224 Iroquois Canada +0.49305 aapg_ae_871.html aapg_ae_871.html:349:56141:56149 Lea Park Lacombe, Alberta +0.4769 AMJC_html_5916115748 AMJC_html_5916115748:1502:132983:132993 Washington Pacific Northwest +0.481076 aapg_aa_24.html aapg_aa_24.html:938:104778:104783 Yukon Memphis International Airport +0.25654 geology_html_6080445349 geology_html_6080445349:12:589:599 Washington Seattle +0.24598 sedimentology_html_7017470432 sedimentology_html_7017470432:130:13958:13966 Manassas Virginia +0.488814 geology_html_2391629888 geology_html_2391629888:239:22377:22391 Ogallala Hitchcock County, Nebraska +0.256688 cspg_html_8363357104 cspg_html_8363357104:630:78961:78982 Survey Peak Victoria, British Columbia +0.78767 geology_html_9669517688 geology_html_9669517688:22:1361:1373 Rhode Island Bay of Bengal +0.276672 geology_html_3717843204 geology_html_3717843204:164:15498:15516 Gowganda Ontario, California +0.256512 gsa_html_9052101586 gsa_html_9052101586:478:57622:57633 Peoria Peoria, Illinois +0.46072 aapg_aa_929.html aapg_aa_929.html:24:2947:2951 Nome Spindletop +0.52218 cspg_html_6014123208 cspg_html_6014123208:15:1545:1565 Cadomin Western world +0.481618 cspg_html_5699627350 cspg_html_5699627350:104:13779:13795 Viking Colorado +0.258055 cspg_html_6306091047 cspg_html_6306091047:863:108999:109007 Pardonet Victoria, British Columbia +0.27144 sedimentology_html_6302405335 sedimentology_html_6302405335:1194:90236:90251 Mesaverde Mancos, Colorado +0.25245 AMJC_html_4504848787 AMJC_html_4504848787:199:21377:21384 Madison Virginia +0.266207 gsa_html_1120968922 gsa_html_1120968922:969:74231:74235 Bell Ancient Corinth +0.485305 aapg_aa_644.html aapg_aa_644.html:98:11615:11625 Bear River Cheyenne, Wyoming +0.265209 cspg_html_9717154602 cspg_html_9717154602:214:32445:32452 Bearpaw Lacombe, Alberta +0.284358 aapg_ah_96.html aapg_ah_96.html:106:10994:11002 Deadwood Cheyenne, Wyoming +0.504768 aapg_aa_609.html aapg_aa_609.html:474:48076:48089 Madison Cheyenne, Wyoming +0.514135 aapg_af_653.html aapg_af_653.html:951:111807:111814 Temblor Monterey, California +0.485648 aapg_aa_147.html aapg_aa_147.html:781:78722:78740 Amaranth Red River of the North +0.803556 cspg_html_3473883402 cspg_html_3473883402:33:5117:5127 Swan Hills Canada +0.265684 cspg_html_6517402834 cspg_html_6517402834:40:4727:4735 Scollard Lacombe, Alberta +0.247234 gsa_html_3484366946 gsa_html_3484366946:2005:158409:158433 Tindir Anchorage, Alaska +0.456885 gsa_html_1759562042 gsa_html_1759562042:56:5713:5738 Navajo Logan, Utah +0.466785 aapg_ad_2.html aapg_ad_2.html:1325:181835:181847 Sherman Fall Mohawk Valley +0.478676 aapg_af_728.html aapg_af_728.html:188:23397:23414 Barnett Red River of the North +0.260091 cspg_html_5891044027 cspg_html_5891044027:16:2880:2889 Appekunny Purcell Mountains +0.4864 gsa_html_1954639412 gsa_html_1954639412:58:4283:4311 Green River Colorado +0.486948 sedimentology_html_1633878988 sedimentology_html_1633878988:26:1766:1779 Santa Barbara Washington (state) +0.271425 aapg_ah_644.html aapg_ah_644.html:230:27196:27203 Rierdon Williston Basin +0.264192 aapg_ae_3.html aapg_ae_3.html:679:63321:63329 Colorado Colorado +0.509168 aapg_ae_63.html aapg_ae_63.html:361:37064:37070 Antler Boise, Idaho +0.24644 aapg_ai_572.html aapg_ai_572.html:69:7985:7993 Seminole Konawa, Oklahoma +0.497721 aapg_af_896.html aapg_af_896.html:135:13702:13714 Percha Sacramento Mountains (California) +0.252813 aapg_af_3.html aapg_af_3.html:365:34387:34402 Supai Arizona +0.263168 geology_html_8605385510 geology_html_8605385510:12:504:510 Reston Virginia +0.262144 cspg_html_5484260516 cspg_html_5484260516:989:78172:78185 Wabamun Lacombe, Alberta +0.26571 sedimentology_html_9134883029 sedimentology_html_9134883029:1252:82984:82989 Crete Gavdos +0.259798 aapg_ai_28.html aapg_ai_28.html:280:27157:27166 San Diego Duval County, Texas +0.259844 cspg_html_2758324131 cspg_html_2758324131:30:5747:5754 Lyleton Williston Basin +0.254496 cspg_html_7216316403 cspg_html_7216316403:16:1541:1561 Beaverfoot Mount Wilson Observatory +0.262685 sedimentology_html_9227563678 sedimentology_html_9227563678:1225:79975:79981 Arroyo Uruguay +0.254925 cspg_html_9177794814 cspg_html_9177794814:132:16033:16047 Lisburne Northwest Arctic Borough, Alaska +0.260538 cspg_html_1260733368 cspg_html_1260733368:294:38954:38976 Medicine Hat Lacombe, Alberta +0.235708 aapg_ac_535.html aapg_ac_535.html:514:49877:49885 Colorado Denver +0.49062 aapg_ae_80.html aapg_ae_80.html:174:29576:29582 Snyder Illinois +0.260568 sedimentology_html_8006979411 sedimentology_html_8006979411:159:14407:14415 Dunvegan Lacombe, Alberta +0.25382 AMJC_html_5974020359 AMJC_html_5974020359:821:85612:85621 Extension Tyrrhenian Sea +0.506782 gsa_html_7518144145 gsa_html_7518144145:390:34049:34057 Farewell Wisconsin +0.254514 aapg_af_489.html aapg_af_489.html:17:1777:1796 Jackson Texas +0.482258 aapg_aa_928.html aapg_aa_928.html:315:35803:35807 Frio Western world +0.474447 aapg_af_551.html aapg_af_551.html:47:5336:5352 Sierra Rift Valley lakes +0.252 gsa_html_5924250698 gsa_html_5924250698:571:51091:51105 Arikaree Cheyenne, Wyoming +0.467038 aapg_ah_90.html aapg_ah_90.html:40:6574:6598 Cedar Mountain San Rafael Swell +0.26884 aapg_ah_447.html aapg_ah_447.html:162:19415:19422 Reynosa Oakville, California +0.24017 cspg_html_8250755331 cspg_html_8250755331:531:61390:61401 Shaftesbury Lacombe, Alberta +0.238576 aapg_af_721.html aapg_af_721.html:500:43008:43014 Denver Colorado +0.508491 aapg_ai_282.html aapg_ai_282.html:464:47995:48012 Edwards Texas +0.490269 aapg_af_654.html aapg_af_654.html:46:4731:4755 Choctawhatchee Melbourne, Florida +0.257024 aapg_ae_992.html aapg_ae_992.html:562:51500:51508 Red Peak John Crow Mountains +0.67868 aapg_aa_45.html aapg_aa_45.html:88:10474:10482 Moenkopi Logan, Utah +0.490356 aapg_ae_383.html aapg_ae_383.html:449:35105:35113 Woodford Chattanooga, Tennessee +0.26368 gsa_html_3445493534 gsa_html_3445493534:598:66283:66301 Monterey Compton, California +0.484702 AMJC_html_6341723617 AMJC_html_6341723617:994:84079:84112 Colton Logan, Utah +0.246506 cspg_html_5891044027 cspg_html_5891044027:490:83482:83493 Dutch Creek Purcell Mountains +0.479044 cspg_html_5688447798 cspg_html_5688447798:145:21125:21153 Disappointment Bay Ellesmere Island +0.461616 gsa_html_9901339383 gsa_html_9901339383:478:43261:43269 Colorado Cheyenne, Wyoming +0.512848 aapg_ae_181.html aapg_ae_181.html:120:17380:17400 Tuscaloosa Montgomery (town), New York +0.254856 aapg_ae_324.html aapg_ae_324.html:191:18393:18402 Blackford Jonesville, Louisiana +0.273004 aapg_af_97.html aapg_af_97.html:76:8912:8939 Richmond Maysville, Kentucky +0.256035 aapg_ai_105.html aapg_ai_105.html:571:68025:68030 Provo Uinta Mountains +0.491748 aapg_ac_230.html aapg_ac_230.html:50:5941:5947 Sierra Venezuela +0.25647 aapg_ak_117.html aapg_ak_117.html:532:51356:51364 Michigan Allegheny Mountains +0.4755 geology_html_1664804865 geology_html_1664804865:12:629:637 Colorado Colorado +0.490051 aapg_ac_70.html aapg_ac_70.html:463:53930:53947 Bird Spring Clark County, Indiana +0.494474 aapg_ad_466.html aapg_ad_466.html:1373:146093:146105 Severn River Chesapeake Bay +0.263682 jgeology_html_2809998069 jgeology_html_2809998069:344:25601:25613 Rhode Island Kingston, Jamaica +0.283466 aapg_aa_775.html aapg_aa_775.html:549:56712:56727 Buda Austin, Chicago +0.257536 palaios_html_5264377288 palaios_html_5264377288:733:58072:58092 Chickaloon Anchorage, Alaska +0.24948 aapg_ae_877.html aapg_ae_877.html:333:28215:28224 Waterways Swan Hill, Victoria +0.494088 gsa_html_1130947011 gsa_html_1130947011:144:17114:17131 Decorah Black River, Jamaica +0.254464 aapg_ac_920.html aapg_ac_920.html:44:7285:7292 Oquirrh Pennsylvania +0.25938 cspg_html_3501550466 cspg_html_3501550466:101:15759:15800 Grosmont Lacombe, Alberta +0.2555 gsa_html_6062330506 gsa_html_6062330506:781:76888:76904 Salado Albuquerque, New Mexico +0.487936 gsa_html_7199417381 gsa_html_7199417381:1157:97590:97618 Green River Iran +0.48985 sedimentology_html_6210806021 sedimentology_html_6210806021:109:8557:8565 Columbia Victoria, British Columbia +0.23862 aapg_aa_318.html aapg_aa_318.html:276:24946:24950 Kent North Sea oil +0.488592 geology_html_6275240411 geology_html_6275240411:150:15182:15190 Winnipeg Lake Winnipeg +0.26936 jgeology_html_3517640817 jgeology_html_3517640817:138:7094:7103 Peninsula Korea +0.534462 aapg_ah_646.html aapg_ah_646.html:364:43699:43715 Chinle Colorado +0.2535 sedimentology_html_5286674783 sedimentology_html_5286674783:736:48226:48232 Oregon Washington (state) +0.247396 aapg_ae_153.html aapg_ae_153.html:743:91997:92019 Shinarump Conglomerate Logan, Utah +0.484632 aapg_ac_222.html aapg_ac_222.html:232:31967:31983 Cutler Hermosa, Chicago +0.25959 aapg_ai_542.html aapg_ai_542.html:167:16673:16681 Colorado Pagosa Springs, Colorado +0.49305 jgeology_html_2758284699 jgeology_html_2758284699:962:55582:55588 Oxford Pergamon Museum +0.236027 gsa_html_2717448156 gsa_html_2717448156:143:16253:16259 Denver Colorado +0.249996 aapg_ae_767.html aapg_ae_767.html:147:14043:14061 Fountain Colorado +0.48165 cspg_html_9354781888 cspg_html_9354781888:1442:91241:91249 Columbia Lacombe, Alberta +0.4765 geology_html_8196169061 geology_html_8196169061:238:22460:22480 Mill Creek Lacombe, Alberta +0.25853 aapg_ah_747.html aapg_ah_747.html:106:12740:12760 Weber Logan, Utah +0.726922 cspg_html_6383234409 cspg_html_6383234409:561:58554:58574 Blue Fiord Ellesmere Island +0.266772 sedimentology_html_9252655955 sedimentology_html_9252655955:957:82109:82113 Hall London, Ontario +0.275525 aapg_af_166.html aapg_af_166.html:214:24870:24886 Lissie Hockley +0.260338 aapg_ai_159.html aapg_ai_159.html:219:25468:25475 Caimito Culebra, Puerto Rico +0.449448 aapg_ac_201.html aapg_ac_201.html:490:47656:47661 Kayak Sheenjek River +0.270351 cspg_html_9648675035 cspg_html_9648675035:38:4346:4354 Columbia Victoria, British Columbia +0.255867 geology_html_8955954660 geology_html_8955954660:246:21793:21802 Extension China +0.893016 aapg_ac_835.html aapg_ac_835.html:61:8868:8876 Dinwoody Cheyenne, Wyoming +0.248776 gsa_html_7102550258 gsa_html_7102550258:388:44789:44814 Mount Wrightson Arizona +0.463684 aapg_ad_999.html aapg_ad_999.html:120:12528:12547 Athabasca Canada +0.257045 sedimentology_html_8006979411 sedimentology_html_8006979411:1096:90097:90116 Kaskapau Lacombe, Alberta +0.25194 cspg_html_6021605367 cspg_html_6021605367:13:1315:1325 Big Valley Ouray, Colorado +0.494429 aapg_ac_307.html aapg_ac_307.html:104:9696:9735 Uinta Uinta Mountains +0.2535 geology_html_2003223241 geology_html_2003223241:203:21316:21324 Victoria Melbourne, Florida +0.262095 aapg_af_638.html aapg_af_638.html:81:6766:6784 Traverse Antrim, County Antrim +0.238044 gsa_html_6169925575 gsa_html_6169925575:755:80960:80970 Sunderland Cambridge, Massachusetts +0.35987 cspg_html_9361096527 cspg_html_9361096527:761:70848:70857 Mesaverde Cheyenne, Wyoming +0.266889 aapg_ae_427.html aapg_ae_427.html:674:51777:51787 Washington Durham, North Carolina +0.2505 aapg_ae_4.html aapg_ae_4.html:541:55536:55557 Bird Spring Reno, Nevada +0.265161 cspg_html_1841843683 cspg_html_1841843683:79:13360:13365 Piper Williston Basin +0.457808 aapg_ah_419.html aapg_ah_419.html:72:7097:7110 Bearpaw Lethbridge +0.263662 cspg_html_1009749092 cspg_html_1009749092:79:10920:10934 Edmonton Lacombe, Alberta +0.238832 aapg_af_980.html aapg_af_980.html:16:464:472 Colorado Denver +0.248992 aapg_ad_177.html aapg_ad_177.html:471:56337:56345 Virginia Virginia +0.260036 geology_html_9714557029 geology_html_9714557029:22:1670:1678 Colorado Regina, Saskatchewan +0.261612 palaios_html_6100595217 palaios_html_6100595217:138:16362:16383 Gosport Sand Lisbon +0.266192 cspg_html_6839937815 cspg_html_6839937815:354:49258:49263 Price Logan, Utah +0.250368 aapg_ai_11.html aapg_ai_11.html:229:28041:28045 Lane Plattsburg, Missouri +0.50492 gsa_html_9052101586 gsa_html_9052101586:798:86301:86307 Cannon Michigan +0.501642 gsa_html_3741736945 gsa_html_3741736945:59:4043:4071 Green River Iran +0.246 gsa_html_4697070830 gsa_html_4697070830:153:15806:15826 Peoria Peoria, Illinois +0.468936 aapg_ah_632.html aapg_ah_632.html:33:5299:5325 Flagstaff Flagstaff, Arizona +0.447174 aapg_ad_811.html aapg_ad_811.html:45:4374:4384 Montgomery Beaumont, Texas +0.257964 aapg_ac_302.html aapg_ac_302.html:236:27267:27272 Moapa Piute, California +0.262644 aapg_aa_956.html aapg_aa_956.html:189:19333:19352 Jackson Mississippi River +0.2751 palaios_html_8950546356 palaios_html_8950546356:317:31942:31973 Chinle Arizona +0.24948 aapg_ai_153.html aapg_ai_153.html:228:37555:37568 Goddard Ardmore, Pennsylvania +0.493812 aapg_aa_745.html aapg_aa_745.html:324:38751:38764 Brushy Canyon New Mexico +0.24144 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek McArthur River uranium mine +0.466908 aapg_ad_440.html aapg_ad_440.html:644:64356:64372 Denmar Lewisburg, Pennsylvania +0.254338 aapg_ae_777.html aapg_ae_777.html:490:57802:57819 Tererro Pecos River +0.247995 gsa_html_6980451554 gsa_html_6980451554:162:20026:20043 Kayenta Springdale, Arkansas +0.244829 sedimentology_html_8301312654 sedimentology_html_8301312654:270:21678:21684 Dorsey Baja California peninsula +0.510024 aapg_aa_684.html aapg_aa_684.html:131:13724:13738 Jelm John Crow Mountains +0.2555 aapg_ah_878.html aapg_ah_878.html:193:20950:20958 Michigan Bruce Peninsula National Park +0.24941 jgeology_html_9014945366 jgeology_html_9014945366:273:14232:14241 Rio Negro South America +0.24393 aapg_ac_609.html aapg_ac_609.html:8:809:839 Methy Lacombe, Alberta +0.248985 aapg_af_575.html aapg_af_575.html:669:91576:91598 Marble Falls Ardmore, Pennsylvania +0.27234 aapg_ac_913.html aapg_ac_913.html:90:8914:8934 Hartshorne Hartshorne, Oklahoma +0.479744 aapg_ac_844.html aapg_ac_844.html:343:43043:43047 Peel East Pacific Rise +0.48896 aapg_ah_519.html aapg_ah_519.html:167:17868:17887 Cloverly Cheyenne, Wyoming +0.47787 sedimentology_html_9946818064 sedimentology_html_9946818064:44:3854:3863 San Diego La Jolla +0.257664 aapg_ac_151.html aapg_ac_151.html:22:4005:4018 Cook Mountain Texas +0.471896 aapg_af_266.html aapg_af_266.html:256:29856:29871 Catalina Schist Los Angeles +0.268203 AMJC_html_6759408618 AMJC_html_6759408618:421:42655:42676 Martinsburg Lebanon County, Pennsylvania +0.51072 aapg_ah_623.html aapg_ah_623.html:288:27790:27805 Weber Carbondale, Pennsylvania +0.24415 aapg_ac_647.html aapg_ac_647.html:637:60633:60639 Lisbon Tagus +0.422343 AMJC_html_6539706032 AMJC_html_6539706032:1123:108523:108539 Westerly Granite Newport, Rhode Island +0.258856 aapg_af_366.html aapg_af_366.html:121:14578:14586 Columbia Victoria, British Columbia +0.27445 aapg_ah_301.html aapg_ah_301.html:699:81706:81727 Slave Point Lacombe, Alberta +0.464156 aapg_aa_546.html aapg_aa_546.html:48:4878:4887 Milwaukee Western world +0.473454 cspg_html_1732329534 cspg_html_1732329534:35:4926:4944 Paskapoo Lacombe, Alberta +0.264708 aapg_aa_732.html aapg_aa_732.html:29:4741:4757 Walnut Goodland, Kansas +0.248482 aapg_aa_267.html aapg_aa_267.html:158:13073:13083 Greenbrier Preston County, West Virginia +0.373068 aapg_ac_251.html aapg_ac_251.html:437:50341:50351 Pottsville Pocono Raceway +0.241462 aapg_ai_28.html aapg_ai_28.html:585:56682:56688 Lissie Uvalde, Texas +0.49408 gsa_html_1465687448 gsa_html_1465687448:303:34710:34720 Laurentian Alabama +0.256386 aapg_ad_0.html aapg_ad_0.html:367:30842:30859 Black River Seneca County, New York +0.253791 geology_html_4668853783 geology_html_4668853783:13:571:584 Santa Barbara California +0.480816 gsa_html_2727302596 gsa_html_2727302596:634:51890:51918 Green River Colorado +0.474045 gsa_html_8246054779 gsa_html_8246054779:1162:94400:94409 Extension England +0.118215 cspg_html_7201476813 cspg_html_7201476813:266:32156:32195 Prairie Manitoba +0.24442 aapg_aa_583.html aapg_aa_583.html:39:3991:3997 Sierra Mexico +0.268 cspg_html_2372201862 cspg_html_2372201862:11:1272:1294 Peace River Clearwater, Florida +0.492336 aapg_ae_416.html aapg_ae_416.html:191:17126:17133 Fleming San Jacinto, California +0.264171 aapg_af_922.html aapg_af_922.html:69:9661:9667 Warsaw Kentucky +0.275088 cspg_html_3529479452 cspg_html_3529479452:6:310:329 Lodgepole Manitoba +0.27702 geology_html_5863016497 geology_html_5863016497:163:15972:16021 Sutton London, Ontario +0.47802 sedimentology_html_5673709888 sedimentology_html_5673709888:1638:89917:89934 Gambier Burlington, Ontario +0.26574 cspg_html_3068776384 cspg_html_3068776384:450:54551:54568 Cardium Lacombe, Alberta +0.477785 cspg_html_1025724640 cspg_html_1025724640:45:7125:7146 Lawrence Quebec City +0.23226 gsa_html_5189008413 gsa_html_5189008413:69:4312:4318 Sonora Sonora +0.24846 aapg_ac_618.html aapg_ac_618.html:55:5816:5825 Boquillas Mexico +0.245058 cspg_html_6306091047 cspg_html_6306091047:638:88664:88672 Pardonet Victoria, British Columbia +0.467454 aapg_ac_424.html aapg_ac_424.html:80:12633:12644 Goliad Oakville, California +0.723492 cspg_html_6383234409 cspg_html_6383234409:30:3519:3529 Bird Fiord Ellesmere Island +0.255955 cspg_html_4132771434 cspg_html_4132771434:379:49423:49444 Peace River Lacombe, Alberta +0.479605 sedimentology_html_2017646131 sedimentology_html_2017646131:1095:80985:80994 Sheffield Sheffield station +0.259318 geology_html_4593661930 geology_html_4593661930:11:499:505 Oregon Salem, Oregon +0.262119 aapg_ah_528.html aapg_ah_528.html:737:72999:73017 Moenkopi McKee, Kentucky +0.48776 aapg_ai_153.html aapg_ai_153.html:490:74256:74270 Naco Arizona +0.480568 geology_html_7791742275 geology_html_7791742275:116:14742:14748 Oregon Washington (state) +0.256542 aapg_aa_233.html aapg_aa_233.html:390:38590:38600 San Felipe San Juan, Argentina +0.265189 aapg_ad_871.html aapg_ad_871.html:678:58092:58106 Traverse Michigan +0.520475 aapg_ad_78.html aapg_ad_78.html:6:1281:1294 Santa Barbara California +0.514962 aapg_ah_123.html aapg_ah_123.html:325:28558:28563 Price Michigan +0.266156 aapg_ai_774.html aapg_ai_774.html:38:3876:3892 Salina Detroit River International Wildlife Refuge +0.500681 gsa_html_2694543747 gsa_html_2694543747:29:2796:2824 Green River Colorado +0.492975 aapg_ac_538.html aapg_ac_538.html:3:376:392 Viking Lacombe, Alberta +0.501992 gsa_html_4828739821 gsa_html_4828739821:1070:86063:86091 Green River Colorado +0.233295 aapg_ah_287.html aapg_ah_287.html:371:48026:48034 Colorado Denver +0.270204 aapg_ae_454.html aapg_ae_454.html:596:53637:53656 Cotton Valley Arkansas +0.469437 aapg_ai_974.html aapg_ai_974.html:3:293:303 Washington Washington (state) +0.249936 aapg_aa_626.html aapg_aa_626.html:177:19761:19769 Patuxent Maryland +0.498542 gsa_html_4064042510 gsa_html_4064042510:17:1008:1021 Yakima Basalt Salem, Oregon +0.267168 geology_html_8042752734 geology_html_8042752734:24:1841:1853 San Fernando California +0.481194 sedimentology_html_3445384933 sedimentology_html_3445384933:474:40415:40419 Hall London, Ontario +0.255488 aapg_ah_95.html aapg_ah_95.html:136:12467:12473 Concha Arizona +0.244769 aapg_ae_985.html aapg_ae_985.html:46:4452:4464 Arroyo Pecos River +0.249975 palaios_html_5148615526 palaios_html_5148615526:244:26796:26800 Hall London, Ontario +0.497 gsa_html_2832151886 gsa_html_2832151886:532:46552:46576 Kaskapau Lacombe, Alberta +0.487863 aapg_aa_351.html aapg_aa_351.html:187:20905:20913 Richmond Tahlequah, Oklahoma +0.262276 aapg_af_869.html aapg_af_869.html:163:15558:15567 Valentine Lac des Allemands +0.249494 aapg_ai_958.html aapg_ai_958.html:28:2726:2742 Goliad Oakville, California +0.451689 aapg_ac_629.html aapg_ac_629.html:34:5703:5713 Rio Grande Mississippi River +0.441452 aapg_ai_444.html aapg_ai_444.html:245:22187:22192 Atoka Winslow, Arizona +0.491667 cspg_html_1064938580 cspg_html_1064938580:8:469:485 Kanguk Canada +0.26572 aapg_af_786.html aapg_af_786.html:196:23743:23751 Woodford Nortonville, Kentucky +0.497354 gsa_html_9374403304 gsa_html_9374403304:542:49361:49389 Green River Colorado +0.480496 cspg_html_3447886929 cspg_html_3447886929:222:25894:25911 Black River Quebec City +0.351549 aapg_ac_628.html aapg_ac_628.html:530:91643:91662 Flagstaff Logan, Utah +0.266889 aapg_ah_501.html aapg_ah_501.html:65:7514:7524 Georgetown Texas +0.502758 aapg_ae_231.html aapg_ae_231.html:83:7509:7531 New Scotland New Scotland, New York +0.498942 cspg_html_5880669950 cspg_html_5880669950:518:55768:55792 Leduc Innisfail, Alberta +0.50016 aapg_ai_769.html aapg_ai_769.html:116:13873:13880 Temblor California +0.235528 jgeology_html_4147510455 jgeology_html_4147510455:88:3539:3549 Washington Richland, Washington +0.483674 cspg_html_1962846283 cspg_html_1962846283:86:11704:11722 Kootenay Moose Mountain (Alberta) +0.247494 aapg_ae_112.html aapg_ae_112.html:272:26384:26388 Bell Illinois +0.260096 geology_html_5171768193 geology_html_5171768193:186:17880:17888 Virginia Blue Ridge Mountains +0.26156 aapg_ad_244.html aapg_ad_244.html:60:6588:6600 Little Falls Mohawk River (Oregon) +0.26061 aapg_ae_595.html aapg_ae_595.html:34:4544:4550 Provo Ionia +0.261096 gsa_html_2076560873 gsa_html_2076560873:103:11103:11118 Melville Island Canadian Arctic Archipelago +0.494532 aapg_af_489.html aapg_af_489.html:77:8037:8055 San Miguel Texas +0.47322 aapg_ae_876.html aapg_ae_876.html:290:30380:30403 Cedar Mountain Logan, Utah +0.249936 aapg_ac_90.html aapg_ac_90.html:338:37319:37340 Boyer Ranch Reno, Nevada +0.259534 aapg_af_773.html aapg_af_773.html:406:41578:41599 Green River Cheyenne, Wyoming +0.256536 aapg_ad_466.html aapg_ad_466.html:876:94311:94318 Matawan Monmouth +0.241542 jgeology_html_4305195651 jgeology_html_4305195651:1581:123358:123375 Oneonta Durham, North Carolina +0.268812 geology_html_9871856878 geology_html_9871856878:12:644:654 Fort Worth Texas +0.246888 gsa_html_4898068092 gsa_html_4898068092:678:60766:60774 Homewood Switzerland +0.24929 aapg_ac_971.html aapg_ac_971.html:908:72746:72754 Seminole McAlester, Oklahoma +0.478114 gsa_html_7613332937 gsa_html_7613332937:1079:87583:87593 Las Palmas Las Palmas de Gran Canaria +0.272896 cspg_html_1159165904 cspg_html_1159165904:59:8024:8045 Belly River Kootenay River +0.2525 gsa_html_1064083393 gsa_html_1064083393:699:61373:61382 San Pedro Mexico +0.264704 cspg_html_3962754176 cspg_html_3962754176:655:72908:72935 Athabasca Lacombe, Alberta +0.25917 aapg_aa_499.html aapg_aa_499.html:5:582:592 Kern River Coalinga, California +0.918666 gsa_html_8187745750 gsa_html_8187745750:45:3365:3393 Talkeetna Matanuska-Susitna Valley +0.46614 cspg_html_4727171280 cspg_html_4727171280:31:3082:3100 Edmonton Edmonton, London +0.469938 aapg_ah_827.html aapg_ah_827.html:164:24322:24328 Oregon Washington (state) +0.254058 cspg_html_4516258038 cspg_html_4516258038:581:63957:63966 Bay Fiord Melville Island (Canada) +0.498355 aapg_ad_763.html aapg_ad_763.html:642:77513:77538 Santa Margarita Kern River Preserve +0.255458 gsa_html_4824339911 gsa_html_4824339911:560:65845:65855 Las Cruces Mexico +0.245935 jgeology_html_4659010821 jgeology_html_4659010821:990:56907:56922 Ross Antarctica +0.239121 gsa_html_1040524378 gsa_html_1040524378:936:92899:92907 Colorado Denver +0.48858 aapg_ad_696.html aapg_ad_696.html:442:40771:40777 Bethel Texas +0.2652 cspg_html_5810500722 cspg_html_5810500722:371:41340:41348 Columbia Victoria, British Columbia +0.4956 geology_html_5828016264 geology_html_5828016264:45:3837:3842 Bluff Logan, Utah +0.271341 aapg_ae_415.html aapg_ae_415.html:9:1387:1406 Paynes Hammock Tampa, Florida +0.25542 cspg_html_1520641026 cspg_html_1520641026:231:22764:22780 Besa River Victoria, British Columbia +0.464616 aapg_aa_22.html aapg_aa_22.html:555:51474:51478 Hall West Texas +0.264187 aapg_ae_344.html aapg_ae_344.html:68:6293:6306 Cotton Valley Lincoln Parish, Louisiana +0.722568 cspg_html_8328720217 cspg_html_8328720217:547:66825:66836 Green River Wasatch Range +0.484009 gsa_html_7040053075 gsa_html_7040053075:457:49563:49574 Mint Canyon San Gabriel Valley +0.244474 cspg_html_3740794265 cspg_html_3740794265:96:12251:12268 Bluesky Lacombe, Alberta +0.486837 cspg_html_4773367370 cspg_html_4773367370:353:26997:27005 Columbia Victoria, British Columbia +0.465192 aapg_aa_152.html aapg_aa_152.html:124:14569:14575 Sierra Mexico +0.34719 aapg_ad_440.html aapg_ad_440.html:723:73133:73139 Denmar Huntington, West Virginia +0.354078 aapg_ae_419.html aapg_ae_419.html:1661:123573:123593 Agua Nueva Tampico, Illinois +0.475335 gsa_html_5712812305 gsa_html_5712812305:851:75897:75925 Green River Colorado +0.245967 cspg_html_8767215556 cspg_html_8767215556:18:1931:1963 Home Swan Hill, Victoria +0.474819 aapg_ac_703.html aapg_ac_703.html:64:7847:7871 Bear River Logan, Utah +0.264698 aapg_ae_268.html aapg_ae_268.html:164:16544:16550 Elwren Christian County, Kentucky +0.265216 sedimentology_html_1684535740 sedimentology_html_1684535740:130:13601:13609 Loveland Loveland, Ohio +0.248985 cspg_html_7494952355 cspg_html_7494952355:20:4779:4787 Michigan Ontario, California +0.247995 gsa_html_5410120687 gsa_html_5410120687:475:42173:42190 Bedford Bridgetown, Nova Scotia +0.459828 aapg_ae_147.html aapg_ae_147.html:117:12974:12983 San Pedro Los Angeles +0.25376 cspg_html_2420029771 cspg_html_2420029771:239:26778:26796 Beekmantown Ontario, California +0.48128 aapg_aa_269.html aapg_aa_269.html:193:24174:24194 Moorefield Sallisaw, Oklahoma +0.502516 palaios_html_5793673513 palaios_html_5793673513:281:28333:28357 Waccamaw North Carolina +0.246225 aapg_ad_946.html aapg_ad_946.html:169:19873:19892 Mesaverde Evanston, Wyoming +0.465129 aapg_ah_763.html aapg_ah_763.html:56:5477:5491 Word Sacramento Mountains (California) +0.248496 palaios_html_1803946422 palaios_html_1803946422:28:2033:2049 Verde Logan, Utah +0.257094 AMJC_html_5326057686 AMJC_html_5326057686:1338:94709:94739 Partridge Cambridge, Massachusetts +0.499639 aapg_ah_71.html aapg_ah_71.html:44:4371:4377 Reklaw Texas +0.49504 sedimentology_html_3907918417 sedimentology_html_3907918417:1673:130649:130678 Dunvegan Lacombe, Alberta +0.267264 aapg_aa_147.html aapg_aa_147.html:287:35095:35103 Deadwood Regina, Saskatchewan +0.487531 aapg_ac_55.html aapg_ac_55.html:255:29374:29402 Piney Point Delmarva Peninsula +0.485706 gsa_html_4273633529 gsa_html_4273633529:607:57834:57862 Green River Colorado +0.24336 aapg_ad_785.html aapg_ad_785.html:713:77726:77734 Fountain Colorado Springs, Colorado +0.486837 palaios_html_6701247957 palaios_html_6701247957:462:35905:35913 Traverse Cambridge +0.258566 gsa_html_2683617362 gsa_html_2683617362:261:28161:28181 Crete Sapri +0.26367 cspg_html_2570555346 cspg_html_2570555346:141:17738:17757 Clam Bank Rhode Island Red +0.244829 aapg_ai_461.html aapg_ai_461.html:31:4307:4318 Boggy Atoka, Oklahoma +0.492866 aapg_af_561.html aapg_af_561.html:438:41052:41064 Wasatch South Fork Eel River +0.515484 gsa_html_4339524478 gsa_html_4339524478:1136:103415:103443 Green River Colorado +0.252396 cspg_html_1260733368 cspg_html_1260733368:298:39519:39542 Medicine Hat Western world +0.259458 sedimentology_html_8491728149 sedimentology_html_8491728149:979:64245:64267 Bonanza Middle East +0.486438 gsa_html_6567049100 gsa_html_6567049100:1072:84450:84460 Washington Salem, Oregon +0.26361 aapg_aa_484.html aapg_aa_484.html:666:66678:66688 Washington Tulsa, Oklahoma +0.503908 aapg_ad_351.html aapg_ad_351.html:20:2505:2511 Keokuk Dade County, Georgia +0.523838 aapg_ak_54.html aapg_ak_54.html:78:10435:10445 Tuscaloosa Tuscaloosa, Alabama +0.245487 aapg_ad_258.html aapg_ad_258.html:178:17645:17649 Wise Buchanan, North Dakota +0.249744 palaios_html_5582845937 palaios_html_5582845937:312:31296:31303 Hampton Virginia +0.241032 sedimentology_html_9550478777 sedimentology_html_9550478777:533:32520:32524 Seco Las Animas County, Colorado +0.501507 aapg_ac_787.html aapg_ac_787.html:16:1888:1901 Barnett Texas +0.381206 aapg_aa_22.html aapg_aa_22.html:626:54798:54817 Maquoketa Sacramento, California +0.249984 geology_html_8151564961 geology_html_8151564961:30:1846:1850 Java Indonesia +0.715626 aapg_ad_98.html aapg_ad_98.html:477:48475:48491 Eureka Quartzite Reno, Nevada +0.455868 aapg_ah_427.html aapg_ah_427.html:811:103705:103711 Tesnus Ardmore, Pennsylvania +0.256512 aapg_ad_466.html aapg_ad_466.html:1682:173973:173991 Magothy Closter, New Jersey +0.246272 aapg_ac_536.html aapg_ac_536.html:681:70582:70590 Colorado Williston, Vermont +0.45766 aapg_aa_145.html aapg_aa_145.html:763:83816:83857 Porcupine Lacombe, Alberta +0.925443 aapg_ai_584.html aapg_ai_584.html:1277:129410:129431 Phosphoria Cheyenne, Wyoming +0.84258 gsa_html_5865982995 gsa_html_5865982995:1319:139522:139540 Willwood Cheyenne, Wyoming +0.697816 aapg_af_854.html aapg_af_854.html:367:46942:46962 Keokuk Calhoun County, Michigan +0.524706 aapg_ah_253.html aapg_ah_253.html:3:238:258 San Andres Cheyenne, Wyoming +0.43736 aapg_af_264.html aapg_af_264.html:72:10457:10471 Colorado Venezuela +0.23655 cspg_html_9768299963 cspg_html_9768299963:235:25721:25747 Scollard Red Deer, Alberta +0.26964 aapg_ah_592.html aapg_ah_592.html:204:15307:15313 Salina Salina, Kansas +0.26037 aapg_aa_695.html aapg_aa_695.html:344:33268:33272 Kent North Sea oil +0.2575 cspg_html_4796942391 cspg_html_4796942391:450:50011:50022 Peace River Victoria, British Columbia +0.260598 palaios_html_2736581987 palaios_html_2736581987:461:52315:52318 Abo Las Cruces, New Mexico +0.259584 aapg_ai_610.html aapg_ai_610.html:86:16185:16194 Northview Missouri River +0.263 aapg_ae_519.html aapg_ae_519.html:283:31252:31260 Onondaga Morgan County, Indiana +0.262644 aapg_ac_148.html aapg_ac_148.html:321:48601:48619 Anacacho Balcones Fault +0.253991 aapg_ae_118.html aapg_ae_118.html:321:35607:35616 Ingleside Mesa, Arizona +0.513477 palaios_html_8055229939 palaios_html_8055229939:550:63346:63377 Chinle Colorado +0.477617 aapg_ae_175.html aapg_ae_175.html:642:65776:65793 Edwards Texas +0.492804 sedimentology_html_4101202094 sedimentology_html_4101202094:373:35875:35885 Washington Salem, Oregon +0.26136 aapg_ae_496.html aapg_ae_496.html:57:5754:5773 Smackover Alabama +0.24299 aapg_ad_666.html aapg_ad_666.html:217:27492:27496 Vail North Sea oil +0.252813 geology_html_7087325208 geology_html_7087325208:275:27167:27172 Price Gold Coast, Queensland +0.88179 aapg_ac_628.html aapg_ac_628.html:288:46745:46755 Fort Union Wasatch Range +0.287832 aapg_ad_4.html aapg_ad_4.html:45:4339:4346 Pamelia Black River, Jamaica +0.47421 aapg_ac_676.html aapg_ac_676.html:7:647:657 Queen Sheffield station +0.2585 cspg_html_5699627350 cspg_html_5699627350:31:5102:5118 Viking Lacombe, Alberta +0.356678 aapg_ad_784.html aapg_ad_784.html:516:55464:55469 Sespe Channel Islands of California +0.480129 aapg_ah_644.html aapg_ah_644.html:394:47291:47298 Success Regina, Saskatchewan +0.257045 aapg_ah_283.html aapg_ah_283.html:482:55674:55680 Oregon Washington (state) +0.238977 cspg_html_5960210762 cspg_html_5960210762:21:1996:2026 Doig Western Canadian Sedimentary Basin +0.263105 cspg_html_5581374974 cspg_html_5581374974:10:633:658 Beaverhill Swan Hill, Victoria +0.252476 aapg_ah_656.html aapg_ah_656.html:738:66069:66086 Kaibab McKee, Kentucky +0.24926 aapg_ac_629.html aapg_ac_629.html:240:31863:31871 Williana Alexandria, Virginia +0.488814 cspg_html_5660413005 cspg_html_5660413005:407:46943:46961 Palliser Canada +0.4876 aapg_aa_394.html aapg_aa_394.html:29:4211:4226 Richmond Waverly, Ohio +0.50232 sedimentology_html_3455721661 sedimentology_html_3455721661:471:36671:36688 Todilto Entrada Sandstone +0.555329 aapg_aa_678.html aapg_aa_678.html:48:4981:5003 Winnipegosis Regina, Saskatchewan +0.257484 gsa_html_8840132442 gsa_html_8840132442:1078:102107:102115 Columbia Lacombe, Alberta +0.239604 aapg_af_376.html aapg_af_376.html:131:16036:16042 Denver Colorado +0.28514 aapg_ac_461.html aapg_ac_461.html:129:14404:14425 Agua Nueva Matamoros, Tamaulipas +0.478406 aapg_ae_917.html aapg_ae_917.html:115:11947:11953 Denver Colorado +0.952287 aapg_aa_23.html aapg_aa_23.html:217:23017:23035 Winnipeg Manitoba +0.261105 gsa_html_9515953275 gsa_html_9515953275:525:56510:56520 Washington Seattle +0.267253 geology_html_7526114759 geology_html_7526114759:150:11440:11467 Columbia Washington (state) +0.255892 aapg_aa_4.html aapg_aa_4.html:194:25989:25995 Ithaca Ithaca, New York +0.443482 aapg_af_625.html aapg_af_625.html:173:15433:15442 Uniontown Pittsburgh +0.267786 aapg_ae_871.html aapg_ae_871.html:511:67501:67516 Tuktu Colville River (Washington) +0.484972 aapg_ac_547.html aapg_ac_547.html:47:5200:5230 Mifflintown San Fernando Valley +0.255524 cspg_html_7539214955 cspg_html_7539214955:57:6933:6941 Columbia Rocky Mountains +0.68996 aapg_ae_428.html aapg_ae_428.html:639:53291:53308 Chipola Melbourne, Florida +0.497896 aapg_ae_764.html aapg_ae_764.html:27:3107:3115 Virginia Reston, Virginia +0.269325 cspg_html_9023649778 cspg_html_9023649778:43:7800:7811 Buick Creek Victoria, British Columbia +0.253512 cspg_html_2954223000 cspg_html_2954223000:1118:155892:155897 Weeks Tulsa, Oklahoma +0.503286 aapg_aa_681.html aapg_aa_681.html:395:43052:43066 Traverse Michigan +0.4978 gsa_html_5271110133 gsa_html_5271110133:1364:108911:108939 Green River Colorado +0.49518 aapg_aa_463.html aapg_aa_463.html:37:7131:7145 Smackover Metro Manila +0.511572 aapg_ad_2.html aapg_ad_2.html:121:16205:16212 Setters Wissahickon Formation +0.440448 aapg_ai_49.html aapg_ai_49.html:497:64442:64446 Naco Hartville, Missouri +0.267254 aapg_ae_41.html aapg_ae_41.html:67:5258:5283 Beaverhill Lacombe, Alberta +0.492412 gsa_html_4071231613 gsa_html_4071231613:809:88139:88162 Martin Washington (state) +0.467033 aapg_ah_375.html aapg_ah_375.html:35:3097:3135 Santa Clara Santa Clara, California +0.495208 cspg_html_9817084056 cspg_html_9817084056:270:32591:32596 Price Lacombe, Alberta +0.204972 aapg_af_858.html aapg_af_858.html:67:7173:7188 Olentangy Delaware +0.252486 cspg_html_7454427568 cspg_html_7454427568:5:183:216 Palliser Lacombe, Alberta +0.700216 cspg_html_7083999793 cspg_html_7083999793:46:6343:6363 Mount Head Carnarvon, Western Australia +0.252888 aapg_af_808.html aapg_af_808.html:294:38411:38429 Scotland Barbados +0.48719 aapg_aa_354.html aapg_aa_354.html:15:1421:1430 Francisco Princeton, New Jersey +0.69445 aapg_aa_229.html aapg_aa_229.html:404:31010:31028 Dunvegan Lacombe, Alberta +0.25376 cspg_html_7587979364 cspg_html_7587979364:1002:68077:68092 Leduc Swan Hill, Victoria +0.266087 aapg_ad_857.html aapg_ad_857.html:12:1351:1377 Tuscaloosa Rapides Parish, Louisiana +0.266752 gsa_html_1254347878 gsa_html_1254347878:151:19239:19256 Creston Victoria, British Columbia +0.26361 cspg_html_8250755331 cspg_html_8250755331:710:73010:73027 Cardium Lacombe, Alberta +0.45738 cspg_html_6880168184 cspg_html_6880168184:672:80112:80130 Eureka Sound Ellesmere Island +0.247904 aapg_af_779.html aapg_af_779.html:6:791:799 Red Rock Ellsworth, Maine +0.47 cspg_html_8316122266 cspg_html_8316122266:37:4452:4475 Boulder Creek Canada +0.24846 aapg_ah_665.html aapg_ah_665.html:251:29249:29267 Windfall Reno, Nevada +0.494326 aapg_ai_49.html aapg_ai_49.html:816:103645:103662 Skull Creek Black Hills +0.266112 aapg_ah_779.html aapg_ah_779.html:351:65693:65701 Michigan Bloomington, Indiana +0.273205 aapg_ae_539.html aapg_ae_539.html:590:72577:72587 Washington Salem, Oregon +0.372484 palaios_html_6025329652 palaios_html_6025329652:547:44938:44946 John Day Salem, Oregon +0.4826 aapg_ae_485.html aapg_ae_485.html:476:54493:54502 Lynchburg Virginia +0.25653 AMJC_html_5974020359 AMJC_html_5974020359:919:90650:90660 Rio Grande New Mexico +0.254496 geology_html_4912851987 geology_html_4912851987:14:604:614 Santa Cruz California +0.49749 cspg_html_3860685167 cspg_html_3860685167:1178:102705:102718 Chemung Burlington, Ontario +0.250428 sedimentology_html_7328045802 sedimentology_html_7328045802:69:6781:6800 Frankfort Austin, Chicago +0.254012 geology_html_4965715689 geology_html_4965715689:248:23059:23069 Washington Seattle +0.472248 aapg_ad_715.html aapg_ad_715.html:87:9700:9706 Morgan Pontotoc County, Mississippi +0.24769 aapg_ad_2.html aapg_ad_2.html:473:70275:70293 Weverton Loudoun County, Virginia +0.25758 aapg_af_223.html aapg_af_223.html:225:13902:13917 Aquia Maryland +0.247416 geology_html_5795710863 geology_html_5795710863:298:23464:23472 Cadillac Quebec City +0.27189 aapg_aa_148.html aapg_aa_148.html:34:5545:5567 Burro Canyon Summerville, South Carolina +0.25149 gsa_html_9299329909 gsa_html_9299329909:731:78785:78799 Rockwell Los Angeles +0.262566 aapg_ac_920.html aapg_ac_920.html:44:7341:7348 Oquirrh Pennsylvania +0.274567 gsa_html_6967102683 gsa_html_6967102683:967:79299:79308 San Diego Mexico +0.262119 cspg_html_6306091047 cspg_html_6306091047:7:614:623 Baldonnel Lacombe, Alberta +0.278254 aapg_ae_73.html aapg_ae_73.html:454:59911:59924 Carlile Las Vegas Strip +0.241542 cspg_html_4287356899 cspg_html_4287356899:1380:188843:188855 Nation River Anchorage, Alaska +0.486972 aapg_ae_679.html aapg_ae_679.html:612:66886:66892 Moscow Russia +0.482832 aapg_ae_464.html aapg_ae_464.html:167:10534:10550 Abrigo Sonora +0.250985 aapg_af_830.html aapg_af_830.html:473:54868:54874 Weno Fort Worth, Texas +0.254014 aapg_aa_77.html aapg_aa_77.html:25:2832:2851 Aux Vases Chester, Pennsylvania +0.242514 aapg_af_664.html aapg_af_664.html:208:22957:22971 Word West Texas +0.240885 gsa_html_5039569238 gsa_html_5039569238:576:48480:48490 Trout Lake Victoria, British Columbia +0.25235 gsa_html_2561127673 gsa_html_2561127673:825:76101:76106 Piper California +0.260952 sedimentology_html_6121651724 sedimentology_html_6121651724:1049:57725:57733 Warsaw Missouri River +0.493954 aapg_ae_594.html aapg_ae_594.html:340:36110:36122 Del Rio Clay Buda, Texas +0.48464 aapg_ad_871.html aapg_ad_871.html:628:55830:55842 Ferron Point Rockport, Massachusetts +0.257544 aapg_ad_358.html aapg_ad_358.html:69:10518:10528 Rio Grande Charleston, South Carolina +0.26162 cspg_html_9905904289 cspg_html_9905904289:327:42060:42078 Whitemud Regina, Saskatchewan +0.241416 aapg_aa_898.html aapg_aa_898.html:340:39408:39424 Colton Logan, Utah +0.267208 gsa_html_3936574180 gsa_html_3936574180:95:11117:11133 Wapiti Black Mountains (North Carolina) +0.23312 geology_html_1414092070 geology_html_1414092070:13:610:620 Santa Cruz California +0.50065 aapg_ad_880.html aapg_ad_880.html:718:68453:68470 Rierdon Cheyenne, Wyoming +0.495471 aapg_ae_369.html aapg_ae_369.html:108:12003:12013 Tuscaloosa Alabama +0.492701 aapg_ac_782.html aapg_ac_782.html:30:5938:5951 Barnett Texas +0.266247 sedimentology_html_8683764085 sedimentology_html_8683764085:1014:57394:57398 Hall London, Ontario +0.499608 aapg_ah_723.html aapg_ah_723.html:180:21377:21404 Duvernay England +0.466186 gsa_html_2853817533 gsa_html_2853817533:16:546:552 Denver Colorado +0.473499 geology_html_9763603202 geology_html_9763603202:15:671:677 Oregon North Atlantic Current +0.254478 gsa_html_4120839285 gsa_html_4120839285:936:103067:103073 Oregon Washington (state) +0.262654 aapg_aa_702.html aapg_aa_702.html:1417:144011:144019 Colorado Colorado +0.488898 aapg_aa_717.html aapg_aa_717.html:137:18939:18958 Gatesburg Tyrone, Pennsylvania +0.25704 gsa_html_3677258183 gsa_html_3677258183:386:41834:41842 Virginia California +0.26985 aapg_ae_135.html aapg_ae_135.html:62:5752:5759 Rodessa Paluxy, Texas +0.478807 cspg_html_8556552074 cspg_html_8556552074:111:10508:10524 Ashern Lacombe, Alberta +0.479776 sedimentology_html_8006979411 sedimentology_html_8006979411:1305:98445:98462 Cardium Victoria, British Columbia +0.474948 cspg_html_3473883402 cspg_html_3473883402:611:76800:76830 Nisku Lacombe, Alberta +0.25959 aapg_ah_387.html aapg_ah_387.html:2447:265017:265025 Mariposa Knoxville, Illinois +0.271437 aapg_ah_756.html aapg_ah_756.html:224:19948:19953 Choza Nashville Basin +0.277092 cspg_html_1230998910 cspg_html_1230998910:17:2186:2199 Ireton Lacombe, Alberta +0.254448 aapg_af_291.html aapg_af_291.html:138:17427:17438 Kayak Shale Prudhoe Bay Oil Field +0.260428 cspg_html_1065856149 cspg_html_1065856149:6:405:419 Colorado Lacombe, Alberta +0.476451 aapg_ai_63.html aapg_ai_63.html:58:9150:9161 Uncompahgre Colorado +0.4959 cspg_html_1818321956 cspg_html_1818321956:599:63187:63209 Montney Lacombe, Alberta +0.483678 cspg_html_4132771434 cspg_html_4132771434:218:30209:30237 Wabamun Blue Ridge Mountains +0.79296 aapg_ai_321.html aapg_ai_321.html:78:10485:10497 Metapan El Salvador, Misamis Oriental +0.781515 aapg_aa_23.html aapg_aa_23.html:805:104153:104173 Cedar Lake Guelph +0.6768 AMJC_html_6341723617 AMJC_html_6341723617:1102:92221:92238 Wasatch Cheyenne, Wyoming +0.474628 gsa_html_4216613284 gsa_html_4216613284:574:56706:56718 Owens Valley California +0.481992 aapg_ai_468.html aapg_ai_468.html:45:5908:5921 Cotton Valley Bossier City, Louisiana +0.26471 sedimentology_html_5286674783 sedimentology_html_5286674783:736:48237:48247 Washington Salem, Oregon +0.760375 aapg_ad_606.html aapg_ad_606.html:33:3877:3885 Niobrara Denver +0.476146 cspg_html_6306091047 cspg_html_6306091047:470:65021:65028 Cypress Victoria, British Columbia +0.252865 aapg_aa_831.html aapg_aa_831.html:7:853:870 Wristen Middle East +0.265144 sedimentology_html_3181527419 sedimentology_html_3181527419:1356:77122:77126 Earp Supai, Arizona +0.249984 cspg_html_4298557570 cspg_html_4298557570:68:10788:10803 Edmonton Middle East +0.527805 aapg_ad_865.html aapg_ad_865.html:638:65389:65405 Dakota Mancos, Colorado +0.25704 aapg_ad_774.html aapg_ad_774.html:27:3920:3926 Wewoka Hughes County, South Dakota +0.492768 aapg_af_924.html aapg_af_924.html:172:18928:18947 Woodbine Monroe, Michigan +0.442928 sedimentology_html_5405263384 sedimentology_html_5405263384:27:1773:1781 Edmonton Canada +0.251923 gsa_html_6491840124 gsa_html_6491840124:867:71302:71333 Pocatello Boise, Idaho +0.466506 cspg_html_4272664788 cspg_html_4272664788:431:48474:48500 Rundle Lacombe, Alberta +0.721421 aapg_ac_334.html aapg_ac_334.html:378:40530:40551 Green River Colorado +0.494088 aapg_aa_110.html aapg_aa_110.html:66:9780:9801 Green River Cheyenne, Wyoming +0.510822 jgeology_html_3196624419 jgeology_html_3196624419:479:39938:39953 Byram Mississippi River +0.260084 geology_html_8704897758 geology_html_8704897758:15:645:658 Santa Barbara California +0.264192 gsa_html_2422494332 gsa_html_2422494332:347:31824:31834 Deer Creek Trinity Lake +0.517443 gsa_html_6668275476 gsa_html_6668275476:66:5188:5216 Green River Colorado +0.827985 aapg_ae_871.html aapg_ae_871.html:353:57263:57281 Niobrara Nebraska +0.376194 aapg_ah_95.html aapg_ah_95.html:236:20659:20667 Toroweap Arizona +0.46435 aapg_ac_380.html aapg_ac_380.html:466:55654:55662 Onondaga Pennsylvania +0.271432 aapg_ai_97.html aapg_ai_97.html:92:7492:7504 Chickasawhay Melbourne, Florida +0.237468 aapg_aa_399.html aapg_aa_399.html:693:65165:65184 Peace River Lacombe, Alberta +0.267285 AMJC_html_9500753417 AMJC_html_9500753417:29:3482:3520 Burke Montreal +0.465429 aapg_af_292.html aapg_af_292.html:7:1044:1060 Sandia Jemez Mountains +0.498597 aapg_ah_311.html aapg_ah_311.html:5:630:648 Wasatch Fort Union Trading Post National Historic Site +0.486675 geology_html_8947691854 geology_html_8947691854:190:16856:16867 Green River Kentucky +0.492604 aapg_ai_294.html aapg_ai_294.html:334:52801:52807 Cannon Shreveport, Louisiana +0.4845 palaios_html_4940783464 palaios_html_4940783464:98:11021:11039 Yakataga Gulf of Alaska +0.474635 aapg_ai_835.html aapg_ai_835.html:118:13024:13038 Ingleside Matagorda County, Texas +0.269878 gsa_html_8398449001 gsa_html_8398449001:688:58838:58848 Bear River Bear Lake, Michigan +0.266192 aapg_af_616.html aapg_af_616.html:150:11390:11400 San Andres San Angelo, Texas +0.265728 aapg_ai_357.html aapg_ai_357.html:204:22648:22653 Indio Uvalde, Texas +0.48195 aapg_ah_439.html aapg_ah_439.html:188:19241:19253 Midway Richland, Washington +0.242424 aapg_ac_631.html aapg_ac_631.html:20:3447:3471 Harebell Teton County, Idaho +0.719328 aapg_ae_34.html aapg_ae_34.html:375:32213:32227 Frio Shreveport, Louisiana +0.248446 cspg_html_7434089303 cspg_html_7434089303:160:19031:19051 Irene Ellesmere Island +0.25647 palaios_html_8910286482 palaios_html_8910286482:71:8686:8691 Bluff Chesapeake Bay +0.254541 aapg_ad_244.html aapg_ad_244.html:54:5948:5969 Tribes Hill Little Falls, Minnesota +0.27911 aapg_aa_902.html aapg_aa_902.html:227:25150:25169 Smackover Shreveport, Louisiana +0.261096 cspg_html_1870927435 cspg_html_1870927435:45:6167:6172 Nisku Lacombe, Alberta +0.54435 aapg_ah_90.html aapg_ah_90.html:299:40440:40452 Dakota Colorado +0.280674 aapg_ah_779.html aapg_ah_779.html:603:111242:111249 Chemung Genesee River +0.26471 gsa_html_5775548763 gsa_html_5775548763:261:22749:22755 Ithaca Santa Maria, California +0.259 aapg_ai_349.html aapg_ai_349.html:87:10745:10756 Tulip Creek Black River, Jamaica +0.263048 aapg_ah_199.html aapg_ah_199.html:148:19166:19171 Atoka Atoka, Oklahoma +0.48735 aapg_aa_302.html aapg_aa_302.html:421:53089:53095 Antler Western world +0.48783 aapg_ai_0.html aapg_ai_0.html:996:113935:113940 Viola Tule Lake War Relocation Center +0.471735 cspg_html_9354781888 cspg_html_9354781888:539:46842:46888 Peace River Victoria, British Columbia +0.501424 gsa_html_6136696916 gsa_html_6136696916:19:1546:1566 Columbia Salem, Oregon +0.488992 gsa_html_1166388813 gsa_html_1166388813:1085:95981:96009 Green River Colorado +0.498261 aapg_af_701.html aapg_af_701.html:326:42526:42538 Huntersville Helderberg +0.484939 geology_html_1307726382 geology_html_1307726382:320:26220:26236 Salado New Mexico +0.49131 aapg_af_97.html aapg_af_97.html:54:5704:5708 Kope Decatur County, Georgia +0.47167 aapg_af_90.html aapg_af_90.html:118:17166:17182 Noonday Dolomite Spring Mountains National Recreation Area +0.27846 aapg_ae_692.html aapg_ae_692.html:254:27760:27781 White River Bowman County, North Dakota +0.27927 aapg_ae_247.html aapg_ae_247.html:38:4616:4625 Rose Hill Wayne County, Michigan +0.48177 aapg_ae_378.html aapg_ae_378.html:40:4558:4564 Oregon Washington (state) +0.493506 aapg_ad_954.html aapg_ad_954.html:367:38044:38053 Roubidoux Nebraska +0.490988 aapg_ae_454.html aapg_ae_454.html:238:19929:19934 Weeks Arkansas +0.47187 aapg_af_854.html aapg_af_854.html:1024:144432:144439 Cypress Kentucky +0.48323 gsa_html_1617077506 gsa_html_1617077506:1042:97482:97490 Columbia Victoria, British Columbia +0.249804 aapg_aa_916.html aapg_aa_916.html:63:6150:6167 Mohawk Middle East +0.260075 aapg_af_392.html aapg_af_392.html:85:10585:10603 Frontier Coalville, Utah +0.252984 cspg_html_4717886670 cspg_html_4717886670:606:75655:75672 Barstow California +0.485051 aapg_ac_742.html aapg_ac_742.html:106:12898:12911 Gypsum Spring Big Horn Mountains +0.272986 aapg_ah_870.html aapg_ah_870.html:383:31840:31853 Woodbine Texas +0.462852 aapg_af_854.html aapg_af_854.html:1402:204139:204143 Bond Washington (state) +0.259956 aapg_ac_611.html aapg_ac_611.html:42:6052:6066 Knoxville California +0.482218 aapg_ai_308.html aapg_ai_308.html:266:31077:31092 Nisku Lacombe, Alberta +0.477582 aapg_ac_986.html aapg_ac_986.html:429:50346:50364 Willwood Hewett, Wisconsin +0.49337 cspg_html_3908181328 cspg_html_3908181328:105:12783:12795 Saskatchewan Saskatoon +0.26659 aapg_ad_244.html aapg_ad_244.html:244:23395:23413 Potsdam Adirondack Mountains +0.252494 aapg_aa_2.html aapg_aa_2.html:279:23203:23209 Denver Colorado +0.49608 cspg_html_7403344526 cspg_html_7403344526:483:49177:49194 Cardium Lacombe, Alberta +0.237415 aapg_ai_811.html aapg_ai_811.html:500:66777:66795 Traverse Bloomington, Indiana +0.491691 cspg_html_6383234409 cspg_html_6383234409:434:43864:43876 Devon Island Bathurst Island (Northern Territory) +0.47439 aapg_aa_416.html aapg_aa_416.html:187:23937:23948 Fort Norman Mackenzie River +0.48384 aapg_ai_52.html aapg_ai_52.html:8:1899:1913 Monterey McKittrick, California +0.446975 aapg_aa_114.html aapg_aa_114.html:11:1849:1856 La Joya Middle East +0.52032 aapg_ae_584.html aapg_ae_584.html:568:54794:54812 San Onofre Breccia California +0.244524 gsa_html_2223785025 gsa_html_2223785025:171:15917:15935 Stockton Passaic, New Jersey +0.41509 cspg_html_2585022950 cspg_html_2585022950:104:9241:9261 Mount Head Lacombe, Alberta +0.254508 aapg_ad_379.html aapg_ad_379.html:391:33800:33824 Fountain Colorado Springs, Colorado +0.27642 cspg_html_7086880709 cspg_html_7086880709:601:78326:78345 Chinchaga Victoria, British Columbia +0.483336 gsa_html_8035658736 gsa_html_8035658736:13:565:573 Richland Washington (state) +0.46648 aapg_aa_4.html aapg_aa_4.html:15:2361:2367 Sonyea Genesee County, Michigan +0.500752 sedimentology_html_8230868664 sedimentology_html_8230868664:367:29220:29226 Chinle New Mexico +0.28455 aapg_ae_959.html aapg_ae_959.html:1803:130115:130131 Custer Texas +0.23177 aapg_af_95.html aapg_af_95.html:279:23065:23082 Edwards Texas +0.50666 aapg_ae_915.html aapg_ae_915.html:200:16134:16146 Dakota Nebraska +0.227652 cspg_html_9942234474 cspg_html_9942234474:473:53085:53103 Grosmont Western Canadian Sedimentary Basin +0.25012 aapg_ac_380.html aapg_ac_380.html:444:52330:52348 Onondaga Lake Erie +0.242048 aapg_aa_328.html aapg_aa_328.html:1136:94707:94718 Chicontepec Francia +0.23859 gsa_html_4650354985 gsa_html_4650354985:999:84179:84187 Colorado Colorado +0.26572 geology_html_9264012185 geology_html_9264012185:80:7974:7993 Smackover Arkansas +0.257446 sedimentology_html_3425717106 sedimentology_html_3425717106:125:11092:11109 Knife Canada +0.47595 aapg_aa_634.html aapg_aa_634.html:93:9318:9327 Rio Negro Quemado, Texas +0.240091 gsa_html_2209194419 gsa_html_2209194419:858:90798:90804 Denver Colorado +0.489402 palaios_html_2713180466 palaios_html_2713180466:127:16482:16496 Kope Pioneer Valley +0.246512 gsa_html_4453142877 gsa_html_4453142877:585:60753:60761 Rockwell Ventura County, California +0.267804 cspg_html_8212454185 cspg_html_8212454185:83:11560:11579 Brazeau Mississippian culture +0.45384 aapg_aa_485.html aapg_aa_485.html:232:28329:28337 Colorado Tambo River (Peru) +0.507934 palaios_html_7377371027 palaios_html_7377371027:576:54484:54524 Florissant Colorado +0.46686 gsa_html_4719798013 gsa_html_4719798013:392:40225:40250 Blackwater Draw Muleshoe National Wildlife Refuge +0.47 AMJC_html_5471526645 AMJC_html_5471526645:509:66645:66653 Virginia South Boston, Virginia +0.281925 aapg_aa_712.html aapg_aa_712.html:44:8496:8510 Glenwood Hennepin, Illinois +0.280238 aapg_ad_812.html aapg_ad_812.html:5:978:995 Entrada San Juan Mountains +0.263682 gsa_html_6608619586 gsa_html_6608619586:674:58691:58697 Oregon Washington (state) +0.47991 aapg_af_308.html aapg_af_308.html:128:12747:12772 Venango Venango, Pennsylvania +0.4959 aapg_aa_696.html aapg_aa_696.html:692:75555:75562 Minturn Colorado +0.249804 aapg_ae_705.html aapg_ae_705.html:86:9791:9795 Hall Natland +0.269878 aapg_af_492.html aapg_af_492.html:516:55043:55051 Colorado Denver +0.265734 AMJC_html_7715223280 AMJC_html_7715223280:1583:157066:157074 Temporal London, Ontario +0.471447 gsa_html_9962225882 gsa_html_9962225882:853:70108:70116 Columbia Victoria, British Columbia +0.260598 aapg_ad_958.html aapg_ad_958.html:873:90609:90615 Keokuk Meade County, Kentucky +0.698152 cspg_html_6839937815 cspg_html_6839937815:254:35454:35472 Moenkopi Boise, Idaho +0.504592 aapg_aa_23.html aapg_aa_23.html:320:37780:37788 Winnipeg Winnipeg +0.486758 aapg_ac_536.html aapg_ac_536.html:658:65554:65562 Colorado Williston, Vermont +0.26677 geology_html_8433649233 geology_html_8433649233:223:19585:19591 Snyder Cordillera Administrative Region +0.244736 cspg_html_5783501569 cspg_html_5783501569:429:40834:40871 Ellenburger Dolomite Texas +0.486664 AMJC_html_4299960498 AMJC_html_4299960498:755:87923:87933 Washington Vancouver +0.487104 aapg_aa_782.html aapg_aa_782.html:497:62316:62321 Slope Eastern Settlement +0.280618 aapg_ac_578.html aapg_ac_578.html:3:184:205 Platteville Platteville, Colorado +0.25627 palaios_html_1262064602 palaios_html_1262064602:494:53134:53150 Chinle Cleveland +0.266848 aapg_ae_345.html aapg_ae_345.html:355:24707:24717 Tuscaloosa Tuscaloosa, Alabama +0.372936 gsa_html_1783148177 gsa_html_1783148177:1089:98758:98792 Zabriskie Quartzite Death Valley +0.275028 aapg_ah_775.html aapg_ah_775.html:376:42153:42161 Colorado Colorado +0.48379 AMJC_html_4299960498 AMJC_html_4299960498:529:66479:66488 Wenatchee Snoqualmie, Washington +0.397824 gsa_html_2246096178 gsa_html_2246096178:842:66134:66154 Bonneterre Kish (Sumer) +0.247374 cspg_html_4341656515 cspg_html_4341656515:378:38437:38441 Toad Victoria, British Columbia +0.25272 aapg_af_291.html aapg_af_291.html:173:20747:20768 Kekiktuk Conglomerate Prudhoe Bay Oil Field +0.260554 cspg_html_7903023332 cspg_html_7903023332:121:14567:14587 Kananaskis Elk Valley (British Columbia) +0.379456 aapg_aa_411.html aapg_aa_411.html:44:5786:5790 Toas Aruba +0.255972 aapg_ac_925.html aapg_ac_925.html:194:30688:30703 Funks Putah Creek +0.504695 jgeology_html_4115179562 jgeology_html_4115179562:715:53903:53929 Hampton Virginia +0.938232 aapg_ae_608.html aapg_ae_608.html:233:27346:27358 Dakota Denver +0.256452 cspg_html_7970178687 cspg_html_7970178687:30:3540:3556 Luscar Colorado +0.240548 gsa_html_8205362136 gsa_html_8205362136:583:64699:64711 Rhode Island Earth +0.511784 cspg_html_3041902517 cspg_html_3041902517:43:7319:7335 Nansen Cape Cod +0.274288 aapg_ae_345.html aapg_ae_345.html:812:70255:70265 Tuscaloosa Adams County, Indiana +0.246 aapg_ah_754.html aapg_ah_754.html:234:26708:26736 Protection Nanaimo +0.254514 sedimentology_html_7107892700 sedimentology_html_7107892700:476:42204:42224 New Egypt Navesink River +0.36096 aapg_ac_967.html aapg_ac_967.html:353:38114:38132 John Day Salem, Oregon +0.476046 cspg_html_2660872537 cspg_html_2660872537:617:77688:77717 Anastasia Miami +0.471504 cspg_html_3102530088 cspg_html_3102530088:306:35948:35966 Lea Park Deadhorse, Alaska +0.439984 gsa_html_5726401534 gsa_html_5726401534:54:3486:3514 Green River New Mexico +0.4731 cspg_html_8990290265 cspg_html_8990290265:118:18239:18258 Hollebeke Western world +0.26037 aapg_aa_287.html aapg_aa_287.html:247:29352:29368 Viking Canada +0.25917 aapg_aa_351.html aapg_aa_351.html:8:1130:1142 Everton Missouri River +0.461616 aapg_ac_380.html aapg_ac_380.html:221:28265:28273 Onondaga Helderberg +0.255987 aapg_ah_487.html aapg_ah_487.html:51:6596:6610 Midway Texas +0.2717 aapg_ae_319.html aapg_ae_319.html:189:14480:14487 Ankareh Populus sect. Aegiros +0.247968 geology_html_4211545061 geology_html_4211545061:254:22292:22301 Extension Tyrrhenian Sea +0.250952 cspg_html_7182873498 cspg_html_7182873498:76:13455:13461 Salina Guelph +0.500325 aapg_ae_454.html aapg_ae_454.html:557:50601:50614 Cotton Valley Alabama +0.25755 cspg_html_3521815736 cspg_html_3521815736:404:57531:57535 Toad Grayling, Michigan +0.366898 palaios_html_2746116737 palaios_html_2746116737:879:71083:71096 Meridian Sand Mississippi River +0.240019 aapg_aa_544.html aapg_aa_544.html:175:23922:23936 Colorado Cheyenne, Wyoming +0.253206 aapg_ae_72.html aapg_ae_72.html:123:13886:13901 Pinkerton Trail Atoka, Oklahoma +0.244374 aapg_ah_799.html aapg_ah_799.html:56:5016:5027 Waltersburg Bald Hill (Farmingville, New York) +0.260051 aapg_af_281.html aapg_af_281.html:169:11172:11180 Colorado Denver +0.497424 gsa_html_3795828595 gsa_html_3795828595:14:604:621 Black River Ohio +0.478629 aapg_af_95.html aapg_af_95.html:16:2531:2547 Paluxy Texas +0.251968 cspg_html_7839431712 cspg_html_7839431712:23:3240:3257 Pakowki Lacombe, Alberta +0.263144 aapg_af_81.html aapg_af_81.html:130:13223:13243 Fort Union Cheyenne, Wyoming +0.485344 aapg_aa_645.html aapg_aa_645.html:37:6187:6195 Kootenai Norwood, Massachusetts +0.44037 geology_html_8171304617 geology_html_8171304617:266:21510:21514 Home Holy Island, Anglesey +0.503908 geology_html_9818459550 geology_html_9818459550:296:25316:25325 San Diego Mexico +0.50274 aapg_ac_79.html aapg_ac_79.html:399:45531:45538 Clinton Logan, Utah +0.49868 sedimentology_html_5404275170 sedimentology_html_5404275170:819:53682:53689 Andrews Iceland +0.48101 aapg_aa_944.html aapg_aa_944.html:23:3005:3017 Chickasawhay Suwannee County, Florida +0.513 aapg_ai_133.html aapg_ai_133.html:87:10464:10481 Rodessa Smith County, Kansas +0.482034 sedimentology_html_7473206318 sedimentology_html_7473206318:1100:76165:76189 St. Mary River Lacombe, Alberta +0.4944 aapg_ai_11.html aapg_ai_11.html:270:35025:35035 Keokuk Burlington, Ontario +0.250458 gsa_html_2240019054 gsa_html_2240019054:399:38049:38053 Ashe North Carolina +0.49368 cspg_html_3016068951 cspg_html_3016068951:42:4770:4785 Elk Manitoba +0.48672 gsa_html_5870988384 gsa_html_5870988384:1221:95368:95396 Green River Colorado +0.459355 aapg_ac_947.html aapg_ac_947.html:88:11954:11964 Rio Grande Texas +0.466066 geology_html_4971813947 geology_html_4971813947:275:21265:21271 Denver Colorado +0.490116 aapg_ae_73.html aapg_ae_73.html:476:63201:63218 Vermejo Colorado +0.473641 aapg_ae_958.html aapg_ae_958.html:303:33359:33371 Dockum Texas +0.261126 aapg_ah_97.html aapg_ah_97.html:162:19304:19333 Chazy Lake Champlain +0.2688 aapg_af_128.html aapg_af_128.html:496:44066:44086 Phosphoria Cheyenne, Wyoming +0.44264 cspg_html_2650524233 cspg_html_2650524233:8:755:773 Edmonton Edmonton, London +0.258362 sedimentology_html_3200584564 sedimentology_html_3200584564:1163:80220:80237 Cardium Lacombe, Alberta +0.25553 aapg_ah_157.html aapg_ah_157.html:300:43105:43121 Bethel Bloomington, Indiana +0.517712 aapg_ad_865.html aapg_ad_865.html:540:54652:54667 Molas Hermosa, Chicago +0.497988 palaios_html_3406135825 palaios_html_3406135825:208:20873:20890 Potsdam Kingston, Jamaica +0.2898 cspg_html_8649903682 cspg_html_8649903682:72:9231:9242 Mowry Cheyenne, Wyoming +0.240681 aapg_ae_428.html aapg_ae_428.html:1133:89805:89813 Michigan Burkeville, Texas +0.25546 aapg_af_173.html aapg_af_173.html:405:37167:37175 Sundance Cheyenne, Wyoming +0.25654 cspg_html_4374961624 cspg_html_4374961624:144:18302:18309 Chetang Mount Robson Provincial Park +0.48654 gsa_html_4071231613 gsa_html_4071231613:1050:106459:106465 Oregon Salem, Oregon +0.50688 aapg_ah_623.html aapg_ah_623.html:31:3550:3556 Morgan Colorado +0.49164 palaios_html_7196438349 palaios_html_7196438349:371:40003:40023 Torquay Puebla, Puebla +0.232902 aapg_ae_908.html aapg_ae_908.html:46:4775:4792 Tecovas Santa Rosa, California +0.479478 aapg_ai_82.html aapg_ai_82.html:93:12487:12504 Mauch Chunk Huntington, West Virginia +0.721614 cspg_html_9023649778 cspg_html_9023649778:6:425:476 Doig Victoria, British Columbia +0.48504 aapg_ah_640.html aapg_ah_640.html:31:3004:3020 Catskill Appalachia +0.266466 aapg_ae_415.html aapg_ae_415.html:62:9045:9054 Vicksburg Warren County, Ohio +0.481265 gsa_html_1197940982 gsa_html_1197940982:1153:109397:109406 San Diego California +0.498225 cspg_html_9343899465 cspg_html_9343899465:73:10206:10219 Blue Fiord Melville Island (Canada) +0.257556 aapg_ac_841.html aapg_ac_841.html:1038:107958:107973 Atima Concordia, Kansas +0.489204 gsa_html_6143207195 gsa_html_6143207195:820:76735:76743 Bellevue Seattle +0.478455 aapg_ah_533.html aapg_ah_533.html:290:35659:35668 Knoxville Knoxville, Illinois +0.27189 aapg_ae_678.html aapg_ae_678.html:184:22760:22781 Green River Uinta Mountains +0.478101 gsa_html_8010927234 gsa_html_8010927234:246:17600:17625 Partridge Fairlee, Maryland +0.258063 aapg_ai_1.html aapg_ai_1.html:225:20663:20680 Paradox Colorado +0.25542 aapg_ai_594.html aapg_ai_594.html:216:22837:22857 Whitewood Black Hills +0.66246 aapg_ai_583.html aapg_ai_583.html:31:5467:5472 Swift Boise, Idaho +0.479245 gsa_html_2374661120 gsa_html_2374661120:522:52778:52788 Bear River Snake River Canyon (Idaho) +0.2535 cspg_html_3883962749 cspg_html_3883962749:400:47343:47350 Wapiabi Middle East +0.26214 gsa_html_4181975259 gsa_html_4181975259:789:71728:71734 Oregon Coos Bay +0.25392 aapg_aa_685.html aapg_aa_685.html:392:36450:36460 North Horn Flagstaff, Arizona +0.26244 cspg_html_8267847427 cspg_html_8267847427:63:10916:10948 Provincial Lacombe, Alberta +0.490116 cspg_html_9717154602 cspg_html_9717154602:17:3014:3021 Bearpaw Red Deer, Alberta +0.435704 AMJC_html_1964550508 AMJC_html_1964550508:305:39687:39695 Onondaga Helderberg +0.2605 aapg_ac_730.html aapg_ac_730.html:436:61871:61887 Toreva Mancos, Colorado +0.456885 aapg_ae_873.html aapg_ae_873.html:353:40764:40778 Midway Hopkins County, Kentucky +0.879843 gsa_html_8152640301 gsa_html_8152640301:885:80422:80441 Matanuska Anchorage, Alaska +0.246865 AMJC_html_4299960498 AMJC_html_4299960498:752:87747:87757 Washington Salem, Oregon +0.71145 aapg_ah_90.html aapg_ah_90.html:5:346:358 Dakota Colorado Plateau +0.461004 aapg_aa_415.html aapg_aa_415.html:338:48955:48965 Rio Grande Arkansas +0.25272 cspg_html_4287356899 cspg_html_4287356899:960:130917:130922 Kayak Anchorage, Alaska +0.261542 aapg_ad_466.html aapg_ad_466.html:1147:122978:122986 Kirkwood Kirkwood, Missouri +0.87969 cspg_html_2498183035 cspg_html_2498183035:264:27994:28014 Swan Hills Swan Hill, Victoria +0.273448 aapg_ad_418.html aapg_ad_418.html:108:9997:10013 Tar Springs Dead River (Kennebec River) +0.270256 aapg_ae_552.html aapg_ae_552.html:262:37754:37762 Monterey California +0.48132 cspg_html_9272962376 cspg_html_9272962376:62:10534:10558 Clearwater Arctic +0.467124 gsa_html_6491840124 gsa_html_6491840124:882:73014:73023 Pocatello Boise, Idaho +0.246984 gsa_html_8398449001 gsa_html_8398449001:54:4526:4535 Bear Lake Lake Bonneville +0.253391 aapg_ac_222.html aapg_ac_222.html:232:32029:32043 Rico Hermosa, Chicago +0.499954 aapg_aa_962.html aapg_aa_962.html:318:33965:33974 Red River Natchitoches, Louisiana +0.267806 aapg_af_777.html aapg_af_777.html:59:5423:5432 Catahoula Oakville, California +0.26364 aapg_ae_757.html aapg_ae_757.html:1074:76575:76583 Colorado Englewood, New Jersey +0.48858 cspg_html_6306091047 cspg_html_6306091047:185:27043:27051 Columbia Victoria, British Columbia +0.483674 geology_html_9324035548 geology_html_9324035548:50:5614:5622 Columbia Boise, Idaho +0.309546 cspg_html_6021605367 cspg_html_6021605367:47:5404:5412 Cuyahoga Ohio +0.495126 geology_html_1627303480 geology_html_1627303480:40:3882:3889 Wasatch New Mexico +0.265584 cspg_html_9768299963 cspg_html_9768299963:350:34924:34936 Saskatchewan Lacombe, Alberta +0.490269 gsa_html_3448554349 gsa_html_3448554349:58:6649:6667 Catskill Pennsylvania +0.27089 aapg_ai_296.html aapg_ai_296.html:787:69721:69737 Tyner Arkansas +0.25725 aapg_ae_873.html aapg_ae_873.html:861:100246:100264 Mt Lytton Delta County, Texas +0.48858 aapg_ad_683.html aapg_ad_683.html:491:49691:49706 Supai Coconino County, Arizona +0.23529 geology_html_7977615951 geology_html_7977615951:248:23860:23866 Denver Colorado +0.496513 aapg_ac_201.html aapg_ac_201.html:470:45044:45065 Kekiktuk Conglomerate Canning River (Alaska) +0.25806 cspg_html_8312989046 cspg_html_8312989046:451:51255:51272 Bowser Atlantic salmon +0.495645 aapg_ah_633.html aapg_ah_633.html:141:20021:20033 Chickasawhay Texas +0.26676 aapg_ac_289.html aapg_ac_289.html:129:10257:10267 Tuscaloosa Saratoga, California +0.48384 cspg_html_8128756616 cspg_html_8128756616:88:14504:14513 Cold Lake Clearwater, Florida +0.765378 cspg_html_1818321956 cspg_html_1818321956:204:21400:21414 Toad Canada +0.25653 geology_html_5266165531 geology_html_5266165531:79:7214:7217 Arc Anchorage, Alaska +0.249879 aapg_ah_528.html aapg_ah_528.html:552:59619:59627 Moenkopi Candelaria, Tenerife +0.260104 gsa_html_2266546108 gsa_html_2266546108:484:53274:53280 Sierra Great Basin +0.501723 gsa_html_5599919112 gsa_html_5599919112:633:46897:46903 Oregon Steens Mountain Wilderness +0.510402 gsa_html_5044220563 gsa_html_5044220563:29:2796:2824 Green River Colorado +0.246648 aapg_af_900.html aapg_af_900.html:42:6160:6173 Oakville Nueces River +0.249458 aapg_ac_743.html aapg_ac_743.html:143:18351:18365 Lyre Washington (state) +0.935088 aapg_ae_843.html aapg_ae_843.html:141:13881:13890 Minnelusa Parkman, Maine +0.270399 gsa_html_6893818738 gsa_html_6893818738:1006:66772:66786 Victoria Antarctica +0.479304 aapg_aa_407.html aapg_aa_407.html:55:5261:5269 Colorado Glenwood Springs, Colorado +0.498597 aapg_aa_399.html aapg_aa_399.html:353:29195:29209 St. Mary River Edmonton, London +0.489402 jgeology_html_8355852976 jgeology_html_8355852976:862:50643:50651 Loveland Colorado +0.80602 aapg_aa_23.html aapg_aa_23.html:311:36311:36325 Winnipeg Regina, Saskatchewan +0.246928 aapg_ae_73.html aapg_ae_73.html:869:108528:108536 Colorado Colorado +0.25921 geology_html_4907985690 geology_html_4907985690:11:548:558 Las Cruces New Mexico +0.439116 jgeology_html_3153924580 jgeology_html_3153924580:199:14512:14529 Onaping Virginia +0.217728 cspg_html_5017240192 cspg_html_5017240192:546:52349:52382 Lodgepole Manitoba +0.255488 gsa_html_3049782768 gsa_html_3049782768:490:46500:46508 Columbia Victoria, British Columbia +0.251995 aapg_aa_233.html aapg_aa_233.html:622:61896:61902 Sierra Mexico +0.71967 geology_html_8807787667 geology_html_8807787667:177:19088:19112 Echo Canyon Conglomerate Logan, Utah +0.482328 cspg_html_4364132564 cspg_html_4364132564:65:8884:8901 Torquay Williston Basin +0.496524 gsa_html_1272176976 gsa_html_1272176976:55:3491:3519 Green River Colorado +0.495208 aapg_ae_780.html aapg_ae_780.html:233:20398:20410 Schoharie Schoharie Creek +0.507334 aapg_af_653.html aapg_af_653.html:853:95578:95586 Monterey Monterey, California +0.255224 aapg_ae_428.html aapg_ae_428.html:751:60433:60441 Virginia East Texas +0.508592 aapg_aa_598.html aapg_aa_598.html:325:33724:33732 Red Peak Cheyenne, Wyoming +0.498324 cspg_html_9692046543 cspg_html_9692046543:97:11364:11380 Viking Regina, Saskatchewan +0.857213 aapg_ad_466.html aapg_ad_466.html:763:83797:83805 Navesink Monmouth +0.264438 gsa_html_3151431803 gsa_html_3151431803:81:9764:9781 Chinle Kayenta, Arizona +0.259056 gsa_html_1727503504 gsa_html_1727503504:52:5928:5932 Rove Oslo +0.264147 aapg_ae_416.html aapg_ae_416.html:136:12528:12547 Catahoula Tampa, Florida +0.502765 cspg_html_7117661916 cspg_html_7117661916:6:454:470 Banff Victoria, British Columbia +0.477664 geology_html_1733534725 geology_html_1733534725:45:3710:3724 Point Pleasant Kentucky +0.48762 aapg_aa_266.html aapg_aa_266.html:402:46668:46678 Rio Grande Salar de Uyuni +0.252928 aapg_ah_546.html aapg_ah_546.html:39:4500:4508 Colorado Denver +0.254514 cspg_html_7881580279 cspg_html_7881580279:171:22977:22985 Edmonton Lacombe, Alberta +0.709308 geology_html_5091201231 geology_html_5091201231:77:7387:7425 Kingston Peak Death Valley +0.261602 aapg_ae_970.html aapg_ae_970.html:45:5584:5600 Saugus Saugus, Massachusetts +0.264132 palaios_html_7841806577 palaios_html_7841806577:106:10152:10186 Catoche East Bay (San Francisco Bay Area) +0.522477 cspg_html_7866293053 cspg_html_7866293053:302:36086:36107 Clearwater Lacombe, Alberta +0.490428 aapg_ai_105.html aapg_ai_105.html:454:55028:55044 Morgan Colorado +0.255712 sedimentology_html_6854489010 sedimentology_html_6854489010:46:3440:3448 Columbia Niger +0.659568 cspg_html_1025724640 cspg_html_1025724640:469:63582:63598 Nepean Ottawa, Kansas +0.272475 sedimentology_html_7099960581 sedimentology_html_7099960581:1099:78615:78649 San Andres New Mexico +0.247835 aapg_ai_971.html aapg_ai_971.html:11:2436:2455 Aux Vases Illinois +0.25956 aapg_ac_506.html aapg_ac_506.html:169:19144:19152 Onondaga Erie County, New York +0.264171 palaios_html_3889678675 palaios_html_3889678675:534:48108:48128 Lakota Cheyenne, Wyoming +0.245009 cspg_html_1009749092 cspg_html_1009749092:547:64141:64167 Horseshoe Canyon Lacombe, Alberta +0.257526 aapg_ai_688.html aapg_ai_688.html:29:4122:4138 Keefer Wayne County, Michigan +0.244474 cspg_html_8363357104 cspg_html_8363357104:543:70662:70679 Outram Mount Wilson Observatory +0.48453 aapg_af_591.html aapg_af_591.html:273:21501:21515 Woodford Pontotoc County, Mississippi +0.487956 cspg_html_1763727002 cspg_html_1763727002:62:9719:9783 Halfway Victoria, British Columbia +0.243536 sedimentology_html_5593677030 sedimentology_html_5593677030:1639:67254:67259 Stark Dade County, Georgia +0.260598 aapg_aa_20.html aapg_aa_20.html:3:331:347 Tradewater Illinois +0.260084 aapg_ae_465.html aapg_ae_465.html:199:21244:21250 Paluxy Lewisville, Texas +0.257536 sedimentology_html_2684332389 sedimentology_html_2684332389:79:8311:8316 Liard Arctic +0.275098 aapg_ah_358.html aapg_ah_358.html:626:39165:39175 San Andres San Angelo, Texas +0.256824 geology_html_2693298548 geology_html_2693298548:286:26117:26125 Colorado Pueblo, Colorado +0.241664 geology_html_2219443621 geology_html_2219443621:216:20338:20344 Jordan Earth +0.47874 cspg_html_8174352156 cspg_html_8174352156:30:3507:3524 Bowser Arctic Cordillera +0.47874 aapg_aa_25.html aapg_aa_25.html:167:14962:14979 Wingate Chinle Formation +0.470496 aapg_ah_49.html aapg_ah_49.html:136:15727:15741 Violin Breccia Castaic, California +0.25041 cspg_html_6140605204 cspg_html_6140605204:47:7500:7520 Blackstone Lacombe, Alberta +0.356481 aapg_ad_994.html aapg_ad_994.html:95:10564:10583 Sunniland Melbourne, Florida +0.26857 cspg_html_5973552270 cspg_html_5973552270:64:8875:8925 Swan Hills Swan Hill, Victoria +0.254944 palaios_html_2298416430 palaios_html_2298416430:222:23275:23291 Ferris Cheyenne, Wyoming +0.440918 aapg_aa_621.html aapg_aa_621.html:725:78423:78442 Chugwater Cheyenne, Wyoming +0.264171 sedimentology_html_3218770816 sedimentology_html_3218770816:1107:76622:76626 Hall London, Ontario +0.2655 jgeology_html_2872695575 jgeology_html_2872695575:536:33036:33056 Pottsville Pennsylvania +0.246402 aapg_ah_116.html aapg_ah_116.html:182:16482:16501 Gatesburg Pennsylvania +0.265895 AMJC_html_5969956211 AMJC_html_5969956211:1761:195304:195310 Cooper Great Basin +0.5061 aapg_ah_157.html aapg_ah_157.html:177:24694:24704 Bonneterre Illinois +0.245916 cspg_html_3140792560 cspg_html_3140792560:178:19786:19807 Bathurst District Council of Franklin Harbour +0.267764 gsa_html_2758185504 gsa_html_2758185504:113:12372:12392 Hell Creek Fort Union Trading Post National Historic Site +0.252374 cspg_html_7086880709 cspg_html_7086880709:701:83554:83562 Columbia Victoria, British Columbia +0.501873 palaios_html_6956866368 palaios_html_6956866368:808:75109:75114 Swift London, Ontario +0.264147 aapg_aa_546.html aapg_aa_546.html:228:22648:22670 Mt Lytton Colorado +0.262095 cspg_html_9729377176 cspg_html_9729377176:1197:119835:119850 Liard Canada +0.268308 palaios_html_6113029986 palaios_html_6113029986:355:33921:33942 Green River Cheyenne, Wyoming +0.25647 sedimentology_html_1904148776 sedimentology_html_1904148776:1046:58636:58643 Francis London, Ontario +0.527408 aapg_ad_683.html aapg_ad_683.html:356:36561:36579 Moenkopi Moenkopi Formation +0.701408 palaios_html_6100595217 palaios_html_6100595217:116:13829:13853 Lisbon Jackson, Mississippi +0.233616 AMJC_html_5471526645 AMJC_html_5471526645:11:590:598 Virginia Reston, Virginia +0.26656 aapg_ac_333.html aapg_ac_333.html:182:22948:22966 Toroweap Kaibab, Arizona +0.27604 aapg_ac_313.html aapg_ac_313.html:130:17139:17161 Todos Santos Santa Rosa, California +0.475394 aapg_ae_369.html aapg_ae_369.html:62:7729:7744 Gordo Tuscaloosa, Alabama +0.493296 gsa_html_3429903648 gsa_html_3429903648:782:66455:66473 Frontier Cheyenne, Wyoming +0.465392 gsa_html_6492324485 gsa_html_6492324485:23:918:924 Sonora Sonora +0.490912 aapg_af_120.html aapg_af_120.html:17:2993:3001 Michigan Lexington, Kentucky +0.252494 gsa_html_9135546132 gsa_html_9135546132:1003:94404:94408 Webb New Zealand +0.25647 geology_html_8189947008 geology_html_8189947008:41:3887:3898 Pine Island Pine Island (Lee County, Florida) +0.24617 sedimentology_html_3181527419 sedimentology_html_3181527419:271:17018:17023 Supai Arizona +0.48603 aapg_ae_939.html aapg_ae_939.html:452:20169:20184 Queen El Capitan +0.264708 cspg_html_7576506617 cspg_html_7576506617:378:55193:55214 Ekwan River Moose River (Maine) +0.284022 aapg_ae_185.html aapg_ae_185.html:50:4928:4939 Haynesville Sarepta, Louisiana +0.25636 aapg_af_489.html aapg_af_489.html:55:6102:6115 Jackson Texas +0.47918 sedimentology_html_5613495298 sedimentology_html_5613495298:1435:78376:78407 Chinle Logan, Utah +0.866016 gsa_html_2768342942 gsa_html_2768342942:646:63071:63083 Devon Island England +0.471086 aapg_ac_579.html aapg_ac_579.html:11:1241:1252 Green River Uinta Mountains +0.260036 cspg_html_4293350162 cspg_html_4293350162:828:91295:91303 Columbia Victoria, British Columbia +0.241516 aapg_ac_313.html aapg_ac_313.html:410:47455:47460 Peten Guatemala +0.662688 aapg_ad_812.html aapg_ad_812.html:33:3028:3045 Entrada Animas River +0.24273 aapg_ae_315.html aapg_ae_315.html:27:3296:3317 Platteville Western world +0.450774 aapg_ac_346.html aapg_ac_346.html:83:7037:7043 Walker Victoria, British Columbia +0.231352 gsa_html_2989317971 gsa_html_2989317971:596:62478:62500 Poison Creek Reno, Nevada +0.431011 aapg_af_281.html aapg_af_281.html:169:11164:11170 Denver Colorado +0.244011 aapg_ad_918.html aapg_ad_918.html:427:51384:51388 Kent Colorado +0.257446 aapg_ad_958.html aapg_ad_958.html:543:54132:54144 Gilmore City Salina, Kansas +0.47 cspg_html_7028413504 cspg_html_7028413504:170:20594:20612 Duvernay Redwater, Texas +0.26156 aapg_ae_656.html aapg_ae_656.html:194:22220:22229 San Diego Imperial County, California +0.25792 cspg_html_9941227593 cspg_html_9941227593:12:1338:1347 Lodgepole Williston Basin +0.252476 aapg_ah_644.html aapg_ah_644.html:362:43778:43791 Gypsum Spring Williston Basin +0.263168 cspg_html_7086880709 cspg_html_7086880709:411:54517:54538 Slave Point Lacombe, Alberta +0.485645 gsa_html_1591804446 gsa_html_1591804446:13:487:495 Colorado Gunnison County, Colorado +0.384472 aapg_ad_575.html aapg_ad_575.html:304:38960:38978 Norphlet Alabama +0.489684 aapg_ac_198.html aapg_ac_198.html:51:6316:6332 Mt Lytton Arcadia, California +0.475449 aapg_ad_784.html aapg_ad_784.html:227:26107:26126 Coldwater Ojai, California +0.252234 aapg_aa_48.html aapg_aa_48.html:378:41343:41362 Minnelusa Williston Basin +0.264578 cspg_html_4165571187 cspg_html_4165571187:57:7385:7402 Prophet Kinderhook (town), New York +0.23863 cspg_html_7896958755 cspg_html_7896958755:236:24298:24336 Clearwater Lacombe, Alberta +0.25137 aapg_ai_144.html aapg_ai_144.html:5:715:721 Wapiti Western world +0.510746 aapg_af_579.html aapg_af_579.html:231:25375:25392 Entrada Colorado +0.26884 jgeology_html_8355852976 jgeology_html_8355852976:222:16928:16946 Pierre Longmont, Colorado +0.23471 cspg_html_3102530088 cspg_html_3102530088:184:22363:22375 Medicine Hat Lacombe, Alberta +0.251496 aapg_af_438.html aapg_af_438.html:205:25310:25315 Cadiz Spain +0.26214 aapg_ad_285.html aapg_ad_285.html:117:14311:14322 Kayak Anchorage, Alaska +0.270368 cspg_html_7229660003 cspg_html_7229660003:81:6134:6153 Red River Regina, Saskatchewan +0.252374 cspg_html_4915680223 cspg_html_4915680223:17:1876:1884 Read Bay Little Cornwallis Island +0.498456 cspg_html_5141367518 cspg_html_5141367518:8:922:933 Belly River Bearpaw Formation +0.484185 cspg_html_4773367370 cspg_html_4773367370:334:25717:25733 Viking Lacombe, Alberta +0.2495 aapg_aa_944.html aapg_aa_944.html:23:2990:2995 Tampa Flint River (Michigan) +0.28184 cspg_html_8387792223 cspg_html_8387792223:1359:118495:118516 Fernie Victoria, British Columbia +0.262524 cspg_html_2796643803 cspg_html_2796643803:374:52074:52092 Deadwood Lacombe, Alberta +0.549692 aapg_af_852.html aapg_af_852.html:178:18425:18430 Hueco West Texas +0.27405 aapg_af_498.html aapg_af_498.html:3:222:227 Atoka Texas +0.451218 aapg_ai_851.html aapg_ai_851.html:100:14255:14270 Cibao Caribbean +0.484295 sedimentology_html_4167955141 sedimentology_html_4167955141:1232:72024:72037 Boulder Creek Logan, Utah +0.560859 cspg_html_5697056884 cspg_html_5697056884:598:57525:57533 Deadwood Regina, Saskatchewan +0.877953 cspg_html_5241714595 cspg_html_5241714595:656:97961:97983 Winnipegosis Regina, Saskatchewan +0.577929 aapg_ai_583.html aapg_ai_583.html:25:4043:4071 Spearfish Spearfish, South Dakota +0.504666 cspg_html_5515814749 cspg_html_5515814749:287:36999:37005 Viking Bow Island Airport +0.251995 aapg_ad_269.html aapg_ad_269.html:365:35921:35939 Woodbine Texas +0.265029 aapg_ac_944.html aapg_ac_944.html:61:7416:7440 Espiritu Santo New Mexico +0.490049 cspg_html_6786864151 cspg_html_6786864151:1697:101751:101767 Midway Texas +0.722338 aapg_ad_800.html aapg_ad_800.html:107:12655:12661 Coffee Mississippi River +0.439714 aapg_ad_747.html aapg_ad_747.html:148:15179:15184 Colon Venezuela +0.85796 aapg_ai_144.html aapg_ai_144.html:438:38756:38763 Cardium Lacombe, Alberta +0.476844 geology_html_7782069611 geology_html_7782069611:13:940:947 Newport Salem, Oregon +0.26883 gsa_html_7151930388 gsa_html_7151930388:1022:83431:83440 La Casita Mexico +0.459792 palaios_html_7860397774 palaios_html_7860397774:1214:83673:83690 La Luna Caracas +0.35909 aapg_ac_366.html aapg_ac_366.html:100:13652:13671 Tuscarora Huntington, West Virginia +0.488748 gsa_html_3860045860 gsa_html_3860045860:1126:103472:103487 Arikaree White River (Washington) +0.25398 sedimentology_html_9059871566 sedimentology_html_9059871566:1503:89351:89377 Kayenta Logan, Utah +0.254 gsa_html_7173708345 gsa_html_7173708345:841:66561:66588 Forest Anchorage, Alaska +0.23616 gsa_html_8398449001 gsa_html_8398449001:765:64856:64866 Bear River Bear Lake, Michigan +0.48256 cspg_html_6252417471 cspg_html_6252417471:269:39355:39390 Eureka Sound Banks Island +0.268068 aapg_ae_295.html aapg_ae_295.html:223:25380:25387 Carrizo Charlotte, North Carolina +0.26316 aapg_ac_333.html aapg_ac_333.html:594:72411:72426 Supai Supai, Arizona +0.478908 cspg_html_4666332434 cspg_html_4666332434:146:25254:25272 Foremost Regina, Saskatchewan +0.479829 gsa_html_8479958102 gsa_html_8479958102:833:65972:65981 Extension England +0.25338 aapg_ah_505.html aapg_ah_505.html:464:35101:35118 Manitou Leadville, Colorado +0.481525 aapg_ai_17.html aapg_ai_17.html:1315:90360:90369 Vicksburg Pineville, Louisiana +0.457322 cspg_html_7587979364 cspg_html_7587979364:205:16431:16455 Fort Vermilion Swan Hill, Victoria +0.485376 aapg_af_799.html aapg_af_799.html:513:39959:39963 Lodo California +0.469145 geology_html_8124935570 geology_html_8124935570:236:21449:21471 Green River Cheyenne, Wyoming +0.510562 aapg_ac_603.html aapg_ac_603.html:96:8972:8980 Moenkopi Chinle Formation +0.269868 aapg_ae_220.html aapg_ae_220.html:521:56706:56712 Midway Ashley County, Arkansas +0.493735 gsa_html_9979192554 gsa_html_9979192554:867:83596:83619 Kuparuk Anchorage, Alaska +0.47223 jgeology_html_1376480101 jgeology_html_1376480101:697:48986:48992 Arroyo Uruguay +0.45292 aapg_ad_683.html aapg_ad_683.html:830:80147:80163 Supai Logan, Utah +0.254856 cspg_html_1645105717 cspg_html_1645105717:8:610:620 Missisauga New Brunswick, New Jersey +0.272459 aapg_af_494.html aapg_af_494.html:245:26516:26541 Red Head Rapids East Bay (San Francisco Bay Area) +0.477506 aapg_ai_399.html aapg_ai_399.html:205:20019:20028 Morehouse Illinois +0.478676 cspg_html_5973552270 cspg_html_5973552270:41:5574:5591 Gilwood Swan Hill, Victoria +0.271117 aapg_ae_961.html aapg_ae_961.html:174:13488:13507 Red River Glenfield, New Zealand +0.36432 aapg_ai_607.html aapg_ai_607.html:3:384:403 Morehouse Shreveport, Louisiana +0.469665 jgeology_html_3739517257 jgeology_html_3739517257:760:58887:58892 Raton New Mexico +0.252324 cspg_html_9077072949 cspg_html_9077072949:14:1529:1551 Basal Western Canadian Sedimentary Basin +0.494016 aapg_ah_828.html aapg_ah_828.html:485:44722:44731 La Casita Mexico +0.4745 cspg_html_3554431164 cspg_html_3554431164:106:18322:18327 Nisku Rocky Mountains +0.493387 gsa_html_6715192081 gsa_html_6715192081:70:6071:6099 Green River Colorado +0.247 aapg_af_684.html aapg_af_684.html:466:47548:47554 Oregon Myrtle Point, Oregon +0.25676 aapg_ae_391.html aapg_ae_391.html:723:73689:73701 Salado Delaware +0.932427 aapg_ae_884.html aapg_ae_884.html:195:26051:26060 Mesaverde Cheyenne, Wyoming +0.22869 aapg_ad_440.html aapg_ad_440.html:596:58365:58371 Denmar Greenbrier County Schools +0.25948 aapg_ac_924.html aapg_ac_924.html:437:47035:47049 Mission Canyon Logan, Utah +0.27392 aapg_aa_887.html aapg_aa_887.html:50:5945:5953 Niobrara Cape Verde +0.24843 aapg_ad_466.html aapg_ad_466.html:1115:119762:119773 Shark River Manasquan, New Jersey +0.470155 gsa_html_2863658561 gsa_html_2863658561:679:67918:67946 Green River Colorado +0.484009 aapg_ah_198.html aapg_ah_198.html:530:67879:67897 Monterey Peru, Indiana +0.401897 cspg_html_7989435905 cspg_html_7989435905:73:7968:7978 Blackstone Edmonton, London +0.273528 cspg_html_3926542795 cspg_html_3926542795:381:46106:46121 Leduc Swan Hill, Victoria +0.489402 geology_html_6375960996 geology_html_6375960996:270:19905:19910 Piper Ancient Corinth +0.252813 aapg_ae_740.html aapg_ae_740.html:496:63286:63292 Walker Canada +0.393708 aapg_ad_361.html aapg_ad_361.html:108:8119:8124 Eutaw Franklin County, Ohio +0.267624 sedimentology_html_7518899751 sedimentology_html_7518899751:1733:91589:91618 Swan Hills Canada +0.253005 aapg_ad_440.html aapg_ad_440.html:438:40986:40994 Maccrady Virginia +0.79191 cspg_html_9717154602 cspg_html_9717154602:338:47335:47342 Bearpaw Bow River +0.240937 aapg_ad_785.html aapg_ad_785.html:285:28540:28547 Manitou Colorado Springs, Colorado +0.486664 cspg_html_2013109828 cspg_html_2013109828:331:61075:61095 Beaverfoot Bear Lake, Michigan +0.7911 aapg_af_598.html aapg_af_598.html:127:10157:10164 Lenapah Arkansas River +0.491934 aapg_ae_855.html aapg_ae_855.html:64:8511:8527 Colton Flagstaff, Arizona +0.51788 aapg_ae_28.html aapg_ae_28.html:97:10472:10499 Bighorn Dolomite Cheyenne, Wyoming +0.491582 gsa_html_3436154175 gsa_html_3436154175:989:80963:80982 Pinyon Conglomerate Cheyenne, Wyoming +0.245756 palaios_html_8391206976 palaios_html_8391206976:733:68729:68746 Drakes Kentucky +0.450604 aapg_aa_91.html aapg_aa_91.html:33:3178:3186 Virginia Virginia +0.263472 aapg_ae_73.html aapg_ae_73.html:451:59537:59545 Graneros Las Vegas Strip +0.49278 aapg_ac_55.html aapg_ac_55.html:495:58127:58151 Potomac Maryland +0.264171 aapg_ad_379.html aapg_ad_379.html:373:31739:31745 Casper Cheyenne, Wyoming +0.25956 AMJC_html_8522115051 AMJC_html_8522115051:523:50265:50274 Tuscarora Reno, Nevada +0.54014 aapg_ad_269.html aapg_ad_269.html:420:39234:39243 Red River Texas +0.262654 aapg_ai_29.html aapg_ai_29.html:391:45992:46001 Catahoula Oakville, California +0.255712 cspg_html_5376629375 cspg_html_5376629375:214:25201:25219 Arctomys Canmore, Alberta +0.254364 aapg_ad_314.html aapg_ad_314.html:201:22292:22303 Buena Vista Exeter, New Hampshire +0.467992 aapg_ai_584.html aapg_ai_584.html:73:7100:7116 Casper Laramie, Wyoming +0.2652 sedimentology_html_2218775040 sedimentology_html_2218775040:1508:80259:80263 Bond Bering Sea +0.473184 aapg_aa_890.html aapg_aa_890.html:190:20720:20727 Narrows Virginia +0.25688 sedimentology_html_9010798620 sedimentology_html_9010798620:993:68955:68972 Cardium Lacombe, Alberta +0.499465 aapg_ae_884.html aapg_ae_884.html:97:12729:12737 Colorado Colorado +0.497904 aapg_ac_629.html aapg_ac_629.html:726:86918:86928 Citronelle Mississippi River +0.4775 gsa_html_9643610413 gsa_html_9643610413:1327:80065:80095 Valentine San Fernando Valley +0.256853 geology_html_7388717714 geology_html_7388717714:160:13882:13903 Nitinat Fraser River (Colorado) +0.253492 aapg_ae_494.html aapg_ae_494.html:387:38616:38620 Kent Greater London Urban Area +0.254007 aapg_ad_111.html aapg_ad_111.html:83:9984:9992 Colorado Grand Junction, Colorado +0.498388 cspg_html_9354781888 cspg_html_9354781888:596:49892:49897 Liard Canada +0.483 cspg_html_3060428958 cspg_html_3060428958:197:27625:27639 Edmonton Lacombe, Alberta +0.244032 aapg_ae_231.html aapg_ae_231.html:5:739:753 Onondaga Helderberg +0.272468 aapg_ac_187.html aapg_ac_187.html:4060:390342:390348 Tuxpan Mexico +0.38844 cspg_html_9689514766 cspg_html_9689514766:821:104228:104250 Trempealeau Michigan Basin +0.452655 aapg_aa_976.html aapg_aa_976.html:317:41663:41678 Laurel Knoxville, Tennessee +0.241956 aapg_aa_357.html aapg_aa_357.html:412:38758:38775 Wingate Arizona +0.265056 cspg_html_3740794265 cspg_html_3740794265:551:50165:50182 Bluesky Lacombe, Alberta +0.269345 aapg_ah_766.html aapg_ah_766.html:64:7662:7674 Todos Santos Ventosa +0.265738 aapg_ah_779.html aapg_ah_779.html:491:92237:92248 Mauch Chunk Catskill Mountains +0.252374 cspg_html_5699627350 cspg_html_5699627350:424:51743:51759 Viking Regina, Saskatchewan +0.5073 aapg_ad_94.html aapg_ad_94.html:51:5468:5483 Chazy Ottawa, Kansas +0.257536 aapg_ai_751.html aapg_ai_751.html:299:32828:32831 Elk Webster County, Missouri +0.478114 aapg_ai_835.html aapg_ai_835.html:31:3536:3550 Ingleside Texas +0.485199 cspg_html_6306091047 cspg_html_6306091047:43:8594:8602 Columbia Victoria, British Columbia +0.274944 aapg_ac_288.html aapg_ac_288.html:126:12196:12203 Andrews Shreveport, Louisiana +0.507592 aapg_ae_465.html aapg_ae_465.html:154:15911:15924 Cotton Valley Paluxy, Texas +0.53922 aapg_ac_730.html aapg_ac_730.html:337:47835:47844 Mesaverde Mesa, Arizona +0.469216 cspg_html_7083999793 cspg_html_7083999793:8:626:638 Rundle Western world +0.51205 aapg_ah_585.html aapg_ah_585.html:268:20625:20646 Martinsburg Lebanon County, Pennsylvania +0.26059 jgeology_html_4305195651 jgeology_html_4305195651:1714:131639:131650 Mauch Chunk Carbon County, Wyoming +0.269357 gsa_html_9052101586 gsa_html_9052101586:468:56051:56062 Peoria Fox Valley (Illinois) +0.48984 aapg_af_625.html aapg_af_625.html:591:61068:61083 Bloomsburg Huntington, West Virginia +0.23863 aapg_ah_479.html aapg_ah_479.html:3:306:313 La Luna Venezuela +0.258937 gsa_html_5846950288 gsa_html_5846950288:14:623:631 Colorado Denver +0.37728 aapg_ad_110.html aapg_ad_110.html:636:67823:67833 Wood River Boise, Idaho +0.493908 gsa_html_4650354985 gsa_html_4650354985:1076:89515:89526 Bloomington Colorado +0.25959 cspg_html_9046359229 cspg_html_9046359229:473:70662:70670 Columbia Victoria, British Columbia +0.263133 cspg_html_9468274627 cspg_html_9468274627:327:39137:39142 Price Victoria, British Columbia +0.481874 aapg_aa_995.html aapg_aa_995.html:418:32091:32104 Tensleep Cheyenne, Wyoming +0.266682 aapg_ad_466.html aapg_ad_466.html:1399:148895:148903 Columbia Columbia District +0.898655 aapg_ad_865.html aapg_ad_865.html:488:49006:49021 Ouray Hermosa, Chicago +0.26988 aapg_af_653.html aapg_af_653.html:772:87434:87442 Vaqueros Monterey, California +0.525419 aapg_aa_381.html aapg_aa_381.html:42:5980:5995 Santa Margarita Monterey, California +0.241482 cspg_html_2010437172 cspg_html_2010437172:15:1700:1724 Cedar District Nanaimo +0.474 aapg_af_789.html aapg_af_789.html:117:16131:16139 Onondaga Naples, Florida +0.248 aapg_af_770.html aapg_af_770.html:8:1410:1421 Uncompahgre Uinta Mountains +0.262095 gsa_html_7118255762 gsa_html_7118255762:29:2796:2824 Green River Iran +0.3495 aapg_ah_850.html aapg_ah_850.html:64:8543:8561 Snowshoe Salem, Oregon +0.392392 cspg_html_3129231627 cspg_html_3129231627:418:53185:53198 Baumann Fiord Ellesmere Island +0.479862 cspg_html_7799850124 cspg_html_7799850124:178:21691:21712 Beaverhill Lacombe, Alberta +0.262119 gsa_html_8308045298 gsa_html_8308045298:935:86561:86571 Washington Pacific Northwest +0.254944 aapg_af_301.html aapg_af_301.html:82:9635:9651 Willow Lake Atoka, Oklahoma +0.485556 aapg_af_854.html aapg_af_854.html:650:90480:90496 Warsaw Bloomington, Indiana +0.487113 gsa_html_6169925575 gsa_html_6169925575:1040:96709:96726 Juniata Pennsylvania +0.236171 gsa_html_1641861263 gsa_html_1641861263:602:59776:59785 Flagstaff Logan, Utah +0.888286 aapg_af_397.html aapg_af_397.html:423:49613:49620 Entrada Entrada Sandstone +0.508902 aapg_ae_958.html aapg_ae_958.html:2401:204385:204403 Dewey Lake New Mexico +0.237615 geology_html_3353189632 geology_html_3353189632:197:18264:18276 Rockwell California +0.269325 cspg_html_2873888604 cspg_html_2873888604:265:40415:40433 Pardonet Victoria, British Columbia +0.48355 cspg_html_4422229045 cspg_html_4422229045:194:25946:26024 Mount Kindle Western world +0.27454 aapg_ae_527.html aapg_ae_527.html:50:5237:5246 Red River Long Creek, Illinois +0.48858 gsa_html_5694391338 gsa_html_5694391338:862:75775:75796 Town Mountain Granite Llano, Texas +0.24442 aapg_aa_960.html aapg_aa_960.html:486:37113:37123 Twin Creek Logan, Utah +0.267696 aapg_ac_628.html aapg_ac_628.html:730:125506:125514 Moenkopi Summerville, South Carolina +0.242514 aapg_ah_533.html aapg_ah_533.html:243:28271:28290 Knoxville Knoxville, Illinois +0.248901 aapg_aa_732.html aapg_aa_732.html:185:23097:23118 Home Kerr County, Texas +0.488376 aapg_ac_807.html aapg_ac_807.html:460:46622:46643 Piney Point Maryland +0.263168 cspg_html_9753247638 cspg_html_9753247638:33:3572:3594 Brunswick Sydney Basin +0.49538 aapg_ae_570.html aapg_ae_570.html:27:3375:3392 Lockport Dolomite Middle East +0.26156 sedimentology_html_5613495298 sedimentology_html_5613495298:1365:75661:75677 Chinle Colorado Plateau +0.2555 aapg_ah_774.html aapg_ah_774.html:74:10304:10322 Kankakee Illinois +0.259081 jgeology_html_4305195651 jgeology_html_4305195651:556:66384:66407 Oneonta Chenango County, New York +0.256 sedimentology_html_7215147759 sedimentology_html_7215147759:1059:101993:101999 Warsaw Vistula Lagoon +0.486837 gsa_html_2768342942 gsa_html_2768342942:941:84288:84298 Keokuk Closter, New Jersey +0.263662 sedimentology_html_8103241482 sedimentology_html_8103241482:1481:52660:52666 Banner Hanson, Massachusetts +0.278703 aapg_aa_708.html aapg_aa_708.html:667:67368:67374 Oxford England +0.281925 aapg_ad_152.html aapg_ad_152.html:1676:215462:215477 Supai Arizona +0.514692 aapg_ae_419.html aapg_ae_419.html:324:40760:40780 Agua Nueva Coahuila +0.368468 cspg_html_3129231627 cspg_html_3129231627:117:16156:16165 Copes Bay Ellesmere Island +0.475776 aapg_aa_143.html aapg_aa_143.html:523:64498:64534 Marble Falls Texas +0.23912 cspg_html_3483814747 cspg_html_3483814747:672:66374:66397 Snowblind Bay Little Cornwallis Island +0.486497 cspg_html_3068776384 cspg_html_3068776384:596:64617:64625 Montreal London, Ontario +0.265104 palaios_html_4834438637 palaios_html_4834438637:374:39523:39532 San Diego Sumida River +0.487113 geology_html_1725922727 geology_html_1725922727:266:26891:26900 San Diego California +0.470869 gsa_html_9875126362 gsa_html_9875126362:811:74763:74772 Peninsula Korea +0.26023 aapg_ad_785.html aapg_ad_785.html:37:4900:4906 Denver Colorado Springs, Colorado +0.474672 aapg_ad_734.html aapg_ad_734.html:110:12015:12025 Milk River Bow Island Airport +0.48384 gsa_html_2321764011 gsa_html_2321764011:821:76420:76448 Green River Colorado +0.262063 palaios_html_5411840767 palaios_html_5411840767:122:13634:13640 Oregon Newport, Rhode Island +0.247563 sedimentology_html_2301796541 sedimentology_html_2301796541:965:80339:80343 Hall London, Ontario +0.26673 gsa_html_6441142238 gsa_html_6441142238:202:20380:20401 Platteville Decorah, Iowa +0.26235 cspg_html_1380879986 cspg_html_1380879986:105:16770:16777 Yucatan Great Barrier Reef +0.240458 aapg_ad_276.html aapg_ad_276.html:47:6714:6719 Weeks Closter, New Jersey +0.257535 aapg_ae_324.html aapg_ae_324.html:195:18988:19009 Beekmantown Knoxville, Tennessee +0.47583 cspg_html_9222238695 cspg_html_9222238695:88:13648:13656 Columbia Victoria, British Columbia +0.51975 aapg_ah_289.html aapg_ah_289.html:28:4507:4525 Monterey San Joaquin River +0.461148 aapg_aa_918.html aapg_aa_918.html:56:8709:8731 Stone Corral Cedar Hill, Texas +0.468556 sedimentology_html_5557101170 sedimentology_html_5557101170:797:49183:49198 Melville Island Canada +0.254007 geology_html_1773903574 geology_html_1773903574:56:6173:6184 Paso Robles California +0.48603 cspg_html_5139035315 cspg_html_5139035315:553:59033:59060 Albert New Brunswick, New Jersey +0.259072 aapg_ae_69.html aapg_ae_69.html:182:20382:20390 Colorado Uinta County, Wyoming +0.461264 gsa_html_1275728256 gsa_html_1275728256:659:60795:60806 Santa Clara California +0.491825 aapg_aa_679.html aapg_aa_679.html:25:3303:3329 Hemlock Cook Inlet +0.51837 aapg_af_51.html aapg_af_51.html:241:27056:27074 Moenkopi Kayenta, Arizona +0.264115 aapg_af_789.html aapg_af_789.html:164:21989:22006 Chemung Naples, Florida +0.50076 aapg_af_97.html aapg_af_97.html:55:6146:6150 Kope Dearborn, Michigan +0.47226 aapg_ah_318.html aapg_ah_318.html:1912:176378:176394 Olvido Cotton Valley, Louisiana +0.261626 aapg_ah_645.html aapg_ah_645.html:27:4429:4434 Stump Boise, Idaho +0.250344 cspg_html_4269071742 cspg_html_4269071742:62:6821:6840 Kishenehn Cheyenne, Wyoming +0.26406 cspg_html_4326384800 cspg_html_4326384800:443:55779:55787 Tathlina Great Slave Lake +0.276094 cspg_html_4132771434 cspg_html_4132771434:94:14412:14421 Mackenzie Lacombe, Alberta +0.2522 aapg_af_785.html aapg_af_785.html:343:33522:33538 Reklaw Charlotte, North Carolina +0.248901 sedimentology_html_4101202094 sedimentology_html_4101202094:330:29702:29708 Oregon Victoria, British Columbia +0.508167 aapg_ai_470.html aapg_ai_470.html:258:33358:33380 Cooking Lake Elk Island National Park +0.483108 aapg_ac_662.html aapg_ac_662.html:14:2151:2170 Arcturus Logan, Utah +0.267273 cspg_html_2650524233 cspg_html_2650524233:29:5836:5844 Whitemud Regina, Saskatchewan +0.511798 gsa_html_5631794630 gsa_html_5631794630:1084:72234:72259 Rockslide Berlin +0.482202 aapg_ae_755.html aapg_ae_755.html:509:52005:52023 Yorktown North Carolina +0.490232 aapg_ae_45.html aapg_ae_45.html:34:4891:4912 Haynesville Haynesville, Louisiana +0.26058 aapg_ae_677.html aapg_ae_677.html:13:1441:1454 Mountain City Grandfather Mountain +0.252003 geology_html_4393438384 geology_html_4393438384:197:20873:20881 Virginia Piedmont (United States) +0.443 aapg_ai_688.html aapg_ai_688.html:371:40048:40082 Tuscarora Ohio +0.266448 aapg_af_246.html aapg_af_246.html:37:2877:2881 Elko Reno, Nevada +0.24451 aapg_af_379.html aapg_af_379.html:37:4124:4147 Middle Canyon Boise, Idaho +0.258944 aapg_aa_544.html aapg_aa_544.html:277:37672:37680 Niobrara Cheyenne, Wyoming +0.500076 aapg_af_502.html aapg_af_502.html:92:11868:11877 Smackover Arkansas +0.242949 aapg_ai_620.html aapg_ai_620.html:10:1090:1108 Tensleep Cheyenne, Wyoming +0.485469 aapg_ae_708.html aapg_ae_708.html:485:55815:55823 Virginia Virginia +0.26361 gsa_html_8688253811 gsa_html_8688253811:803:62652:62661 San Diego Houghton, Michigan +0.475923 aapg_ae_803.html aapg_ae_803.html:764:96081:96093 Todos Santos Santa Rosa, California +0.366408 palaios_html_1249829497 palaios_html_1249829497:784:64231:64247 Ripley Alabama +0.23912 geology_html_9500352253 geology_html_9500352253:77:6361:6369 Colorado Gunnison County, Colorado +0.268822 aapg_ai_366.html aapg_ai_366.html:144:18860:18878 Beaumont Beaumont, Texas +0.267764 cspg_html_4694482219 cspg_html_4694482219:515:51940:51958 Edmonton Mississippi River +0.285534 aapg_ah_972.html aapg_ah_972.html:418:41491:41509 Whitsett Texas +0.246015 aapg_af_366.html aapg_af_366.html:23:3027:3051 Lisburne Anchorage, Alaska +0.26367 geology_html_4034643281 geology_html_4034643281:223:20275:20282 Francis London, Ontario +0.257536 cspg_html_8289943866 cspg_html_8289943866:5:317:335 Grinnell Canada +0.270144 aapg_ah_521.html aapg_ah_521.html:390:45547:45559 Wilcox Carrizo Plain +0.257554 aapg_ac_338.html aapg_ac_338.html:231:26836:26860 Skull Creek Ohio +0.247396 aapg_af_129.html aapg_af_129.html:325:34286:34304 Fountain Colorado +0.26265 gsa_html_9314974751 gsa_html_9314974751:672:61366:61375 Hampshire Sellwood Bridge +0.49244 aapg_aa_948.html aapg_aa_948.html:21:1783:1798 Salado Delaware +0.26355 aapg_ah_878.html aapg_ah_878.html:30:4518:4526 Michigan Ontario, California +0.260099 cspg_html_7989435905 cspg_html_7989435905:222:24453:24472 Kootenay Pincher Creek, Alberta +0.2565 cspg_html_1818321956 cspg_html_1818321956:770:75842:75850 Columbia Canada +0.251906 cspg_html_5241714595 cspg_html_5241714595:17:2354:2369 Nisku Lacombe, Alberta +0.258 aapg_ad_2.html aapg_ad_2.html:829:117240:117260 Waynesboro Chambersburg, Pennsylvania +0.2667 sedimentology_html_5888302449 sedimentology_html_5888302449:945:53449:53459 Washington Seattle +0.455468 geology_html_5021862237 geology_html_5021862237:248:19806:19811 Stark Republic of China +0.26355 aapg_aa_124.html aapg_aa_124.html:542:55695:55703 Colorado Edmonton, London +0.284566 aapg_ad_880.html aapg_ad_880.html:802:78288:78303 Swift Cheyenne, Wyoming +0.498648 jgeology_html_8152094574 jgeology_html_8152094574:152:9219:9229 San Felipe Colorado River Delta +0.255518 aapg_ad_440.html aapg_ad_440.html:608:60040:60046 Denmar Lewisburg, Pennsylvania +0.510976 aapg_aa_702.html aapg_aa_702.html:80:58268:58272 Kent Williston, Vermont +0.52839 aapg_ah_655.html aapg_ah_655.html:155:15530:15550 Hartshorne Atoka, Oklahoma +0.26977 gsa_html_6117440194 gsa_html_6117440194:1307:115963:115973 Washington Victoria, British Columbia +0.500076 aapg_ah_573.html aapg_ah_573.html:82:9530:9541 Port Jervis Harrisburg, Pennsylvania +0.263262 palaios_html_3889678675 palaios_html_3889678675:902:80643:80658 Quinault Cape Elizabeth, Maine +0.46852 aapg_ad_169.html aapg_ad_169.html:408:46942:46960 Greenbrier Greenbrier (Great Smoky Mountains) +0.259284 aapg_ah_870.html aapg_ah_870.html:414:33107:33113 Walker Bloomington, Indiana +0.510687 aapg_af_480.html aapg_af_480.html:182:21789:21804 Olentangy Cleveland +0.476442 aapg_ae_901.html aapg_ae_901.html:783:81775:81788 Traverse Michigan +0.47672 cspg_html_8677760663 cspg_html_8677760663:106:11086:11097 Peace River Lacombe, Alberta +0.257033 sedimentology_html_3220122506 sedimentology_html_3220122506:86:8644:8676 Yakataga Anchorage, Alaska +0.522 aapg_ad_954.html aapg_ad_954.html:459:46362:46370 Eminence Fort Sill +0.507528 cspg_html_7779401416 cspg_html_7779401416:62:8022:8043 Fossil Hill Lockport (city), New York +0.50933 cspg_html_9771826320 cspg_html_9771826320:224:37284:37304 Bell Ellesmere Island +0.70226 geology_html_4907985690 geology_html_4907985690:28:3083:3101 Moenkopi Logan, Utah +0.5019 aapg_ae_263.html aapg_ae_263.html:73:6307:6314 Manlius Helderberg +0.44892 aapg_ac_462.html aapg_ac_462.html:248:29603:29622 San Pedro Poland +0.251968 cspg_html_2661887503 cspg_html_2661887503:332:37150:37167 Prince Alfred Bay Devon Island +0.27195 cspg_html_2253842195 cspg_html_2253842195:401:44336:44359 Boulder Creek Victoria, British Columbia +0.496164 cspg_html_2695921112 cspg_html_2695921112:310:36754:36779 Bonaventure New Brunswick, New Jersey +0.26563 cspg_html_6255491344 cspg_html_6255491344:231:33303:33316 Elk Victoria, British Columbia +0.250572 palaios_html_3985706634 palaios_html_3985706634:422:45748:45783 Shell Rock Iowa +0.478807 aapg_ah_664.html aapg_ah_664.html:619:59497:59509 Saskatchewan Lacombe, Alberta +0.203148 aapg_af_225.html aapg_af_225.html:70:8223:8233 Pottsville Allegheny Mountains +0.4575 cspg_html_9735723617 cspg_html_9735723617:360:46176:46185 Hecla Bay Melville Island (Canada) +0.271405 aapg_ae_221.html aapg_ae_221.html:425:25871:25880 Vicksburg Melbourne, Florida +0.44784 aapg_aa_595.html aapg_aa_595.html:552:65110:65116 Salado Guadalupe Mountains National Park +0.697788 aapg_ah_646.html aapg_ah_646.html:60:8026:8044 Moenkopi Logan, Utah +0.47634 aapg_ae_416.html aapg_ae_416.html:249:22452:22459 Anahuac Texas +0.265161 gsa_html_1734656819 gsa_html_1734656819:1338:121545:121555 San Felipe San Jacinto, California +0.247494 geology_html_9449848150 geology_html_9449848150:136:14121:14140 Flagstaff Logan, Utah +0.5136 aapg_ai_107.html aapg_ai_107.html:84:7884:7893 Red River Panola County, Mississippi +0.250428 aapg_aa_662.html aapg_aa_662.html:79:7534:7541 Venango Pleasantville, Venango County, Pennsylvania +0.26553 aapg_ae_69.html aapg_ae_69.html:184:20644:20650 Chinle Colorado +0.470557 aapg_aa_654.html aapg_aa_654.html:10:1701:1725 Arroyo New Mexico +0.391419 cspg_html_1025724640 cspg_html_1025724640:334:44343:44349 Mingan Quebec City +0.251968 cspg_html_5104062649 cspg_html_5104062649:914:83965:83970 Yukon Canada +0.50373 cspg_html_8525917094 cspg_html_8525917094:275:35411:35416 Swift Lacombe, Alberta +0.86395 cspg_html_1665574291 cspg_html_1665574291:30:5774:5787 Bearpaw Drumheller +0.523425 aapg_ad_466.html aapg_ad_466.html:756:82496:82517 Hornerstown Monmouth +0.48348 cspg_html_9905904289 cspg_html_9905904289:373:48495:48513 Scollard Lacombe, Alberta +0.269838 cspg_html_9330018201 cspg_html_9330018201:36:6060:6068 Columbia Victoria, British Columbia +0.513477 jgeology_html_4305195651 jgeology_html_4305195651:2830:191998:192009 Blind Fiord Alert, Nunavut +0.264578 aapg_ac_302.html aapg_ac_302.html:224:25751:25768 Laketown Dolomite Great Basin +0.254736 palaios_html_2859810051 palaios_html_2859810051:34:3168:3186 Niobrara Logan County, West Virginia +0.4998 aapg_ad_691.html aapg_ad_691.html:87:10289:10303 Weno McLennan County, Texas +0.232734 gsa_html_7498897688 gsa_html_7498897688:1040:92893:92906 San Sebastian Guadalajara, Jalisco +0.04345 aapg_ah_96.html aapg_ah_96.html:58:7363:7384 Interlake Winnipeg +0.46305 aapg_aa_86.html aapg_aa_86.html:223:17505:17520 Basal Tuscaloosa, Alabama +0.278588 aapg_af_775.html aapg_af_775.html:334:22449:22457 Colorado Oakville, California +0.496327 cspg_html_9661038059 cspg_html_9661038059:15:1819:1839 Bow Island Lacombe, Alberta +0.896773 aapg_ad_865.html aapg_ad_865.html:368:36605:36611 Dakota Ouray, Colorado +0.26468 aapg_ah_421.html aapg_ah_421.html:121:10906:10915 Fox Hills Milk River, Alberta +0.47089 gsa_html_4557277250 gsa_html_4557277250:689:62078:62085 Madison Pine Grove, Amador County, California +0.263048 aapg_ah_134.html aapg_ah_134.html:59:5298:5317 Smackover Arkansas +0.25398 aapg_ae_30.html aapg_ae_30.html:215:20577:20593 Kinderhook Nemaha County, Kansas +0.246302 aapg_ah_665.html aapg_ah_665.html:4:515:527 Pioche Middle East +0.253791 aapg_ae_415.html aapg_ae_415.html:320:42533:42542 Vicksburg Pearl River (China) +0.51888 aapg_aa_697.html aapg_aa_697.html:613:55482:55525 Prairie Regina, Saskatchewan +0.255528 aapg_ae_961.html aapg_ae_961.html:334:26056:26075 Graneros Cheyenne, Wyoming +0.259065 palaios_html_3232474978 palaios_html_3232474978:62:6438:6442 Toad Victoria, British Columbia +0.484524 cspg_html_5450075884 cspg_html_5450075884:812:79942:79967 Moosebar Lacombe, Alberta +0.258 cspg_html_8571955552 cspg_html_8571955552:254:30846:30878 Ivishak Prudhoe Bay Oil Field +0.256688 jgeology_html_4599466962 jgeology_html_4599466962:208:15752:15768 Schoharie Onondaga (tribe) +0.462144 aapg_aa_696.html aapg_aa_696.html:698:75989:75997 Colorado Colorado +0.268324 aapg_aa_3.html aapg_aa_3.html:6:925:931 Shasta Central Valley (California) +0.844461 aapg_af_854.html aapg_af_854.html:804:112580:112596 Warsaw Missouri River +0.493608 aapg_ae_928.html aapg_ae_928.html:211:15645:15659 Paluxy Rodessa, Louisiana +0.5016 gsa_html_3860045860 gsa_html_3860045860:1226:109476:109486 Washington Wallowa, Oregon +0.239904 aapg_ae_877.html aapg_ae_877.html:58:5893:5901 Edmonton Lesser Slave Lake Provincial Park +0.50505 aapg_ah_585.html aapg_ah_585.html:120:11154:11176 Onondaga Bloomington, Indiana +0.361856 aapg_ai_688.html aapg_ai_688.html:131:16989:17011 Williamsport Huntington, West Virginia +0.480851 aapg_ah_772.html aapg_ah_772.html:113:10823:10834 Bird Spring Spring Mountains National Recreation Area +0.476252 cspg_html_7752087721 cspg_html_7752087721:16:2597:2605 East Arm Great Slave Lake +0.265224 gsa_html_8136022028 gsa_html_8136022028:13:762:768 Reston Virginia +0.25641 aapg_aa_126.html aapg_aa_126.html:96:11058:11078 Franconia Houston +0.464977 aapg_af_712.html aapg_af_712.html:28:3407:3413 Navajo Arizona +0.247464 cspg_html_5345848475 cspg_html_5345848475:340:39350:39362 Medicine Hat Calgary +0.493654 gsa_html_3330587082 gsa_html_3330587082:411:36299:36318 Partridge Littleton, Colorado +0.4705 cspg_html_2954223000 cspg_html_2954223000:1369:169806:169811 Weeks Tulsa, Oklahoma +0.495704 aapg_ae_278.html aapg_ae_278.html:931:96603:96607 Java Sumatra +0.451152 aapg_ai_962.html aapg_ai_962.html:3:161:183 Word Texas +0.27489 aapg_af_381.html aapg_af_381.html:51:7175:7182 Topanga Thousand Oaks, California +0.48514 cspg_html_5406272225 cspg_html_5406272225:223:24767:24777 Pine Point Canada +0.262385 aapg_ah_97.html aapg_ah_97.html:167:20157:20168 Beekmantown Lake Champlain +0.262143 palaios_html_3136929089 palaios_html_3136929089:17:992:1013 Bell West, Texas +0.257466 aapg_ae_254.html aapg_ae_254.html:125:13960:13966 Paluxy Hunt County, Texas +0.48096 aapg_aa_229.html aapg_aa_229.html:350:28221:28239 Woodbine Bryan County, Oklahoma +0.275094 aapg_ae_594.html aapg_ae_594.html:238:27250:27266 Eagle Buda, Texas +0.875158 aapg_ac_782.html aapg_ac_782.html:176:30247:30287 Barnett Western world +0.484748 aapg_ac_967.html aapg_ac_967.html:219:24299:24312 Blue Mountain Richmond, California +0.255016 cspg_html_8374021012 cspg_html_8374021012:104:15910:15929 Harrogate Kootenay River +0.26967 aapg_ah_231.html aapg_ah_231.html:146:14095:14103 Woodbine Paluxy, Texas +0.507636 cspg_html_3966956195 cspg_html_3966956195:251:22166:22203 Slave Point Texas +0.253968 cspg_html_4319383223 cspg_html_4319383223:388:46909:46971 Tidal Lacombe, Alberta +0.49536 gsa_html_2059086425 gsa_html_2059086425:14:728:749 Lake Valley Alamogordo, New Mexico +0.48598 aapg_ad_466.html aapg_ad_466.html:306:38251:38268 Raritan Closter, New Jersey +0.501468 aapg_ad_264.html aapg_ad_264.html:10:1330:1338 Columbia Victoria, British Columbia +0.255009 aapg_ai_326.html aapg_ai_326.html:22:3858:3878 Schoharie Esopus Creek +0.472192 cspg_html_3229148473 cspg_html_3229148473:6:420:440 Milk River Southeast Asia +0.276672 aapg_ae_407.html aapg_ae_407.html:117:11393:11405 Wapsipinicon Illinois +0.237919 AMJC_html_5421639085 AMJC_html_5421639085:130:16773:16783 Georgetown Sykesville, Maryland +0.495492 aapg_ae_694.html aapg_ae_694.html:10:1613:1632 Woodbine Buda, Texas +0.248482 aapg_ai_81.html aapg_ai_81.html:124:14390:14406 Oswayo Cattaraugus, New York +0.258572 gsa_html_9513959579 gsa_html_9513959579:193:22339:22352 Blue Mountain Compton, California +0.264864 aapg_ac_680.html aapg_ac_680.html:89:7429:7450 Cotton Valley Greenwood, South Carolina +0.481 aapg_ae_268.html aapg_ae_268.html:229:22653:22661 Golconda Hardinsburg, Indiana +0.485936 gsa_html_2422494332 gsa_html_2422494332:645:63931:63939 San Jose Trinity County, Texas +0.44443 cspg_html_9177794814 cspg_html_9177794814:99:11799:11815 Alapah Lacombe, Alberta +0.255009 geology_html_9788030825 geology_html_9788030825:18:985:993 Colorado Denver +0.26368 jgeology_html_1300888380 jgeology_html_1300888380:381:28010:28017 Juniata Catskill Mountains +0.474472 aapg_aa_887.html aapg_aa_887.html:49:5713:5734 Cliff House Southeast Asia +0.250992 geology_html_4850868180 geology_html_4850868180:408:28663:28666 Rye Netherlands +0.494758 geology_html_4971813947 geology_html_4971813947:333:24345:24353 Colorado Colorado +0.255524 cspg_html_3589404052 cspg_html_3589404052:996:107819:107827 Columbia Lacombe, Alberta +0.258825 aapg_aa_399.html aapg_aa_399.html:591:56394:56406 Saskatchewan Manitoba +0.449592 aapg_aa_702.html aapg_aa_702.html:1943:172799:172807 Colorado Denver +0.480851 aapg_aa_201.html aapg_aa_201.html:663:62864:62870 Oliver London, Ontario +0.2555 sedimentology_html_6713087654 sedimentology_html_6713087654:762:54970:54984 Victoria Transantarctic Mountains +0.24846 sedimentology_html_1527307623 sedimentology_html_1527307623:653:54917:54940 Sibley Ontario, California +0.255488 aapg_ai_887.html aapg_ai_887.html:338:40202:40210 Columbia Victoria, British Columbia +0.265104 aapg_ah_415.html aapg_ah_415.html:141:12626:12634 Colorado Colorado +0.258332 aapg_aa_358.html aapg_aa_358.html:73:7631:7658 Moenkopi Coconino County, Arizona +0.257045 aapg_aa_598.html aapg_aa_598.html:239:24393:24401 Red Peak Cheyenne, Wyoming +0.493557 cspg_html_5435328392 cspg_html_5435328392:34:5032:5050 Niobrara Shouldice Hernia Centre +0.48516 aapg_ae_642.html aapg_ae_642.html:97:9276:9288 Mooringsport Cotton Valley, Louisiana +0.266255 aapg_aa_422.html aapg_aa_422.html:6:820:826 Modelo Monterey, California +0.25935 cspg_html_8915218033 cspg_html_8915218033:271:27030:27050 Mount Head Lacombe, Alberta +0.26673 aapg_ad_367.html aapg_ad_367.html:57:6926:6941 Wonah Victoria, British Columbia +0.260604 sedimentology_html_7469221988 sedimentology_html_7469221988:1316:72084:72092 Homewood Kenya +0.24696 palaios_html_4592561338 palaios_html_4592561338:48:4930:4951 Green River Cheyenne, Wyoming +0.475048 cspg_html_7881580279 cspg_html_7881580279:43:6901:6919 Selkirk Regina, Saskatchewan +0.238632 aapg_ai_791.html aapg_ai_791.html:205:32773:32785 San Cayetano Honduras +0.4191 cspg_html_4915680223 cspg_html_4915680223:32:4369:4384 Douro Ellesmere Island +0.263676 aapg_ai_583.html aapg_ai_583.html:386:47388:47406 Rierdon Powder River (Montana) +0.510704 cspg_html_9369612737 cspg_html_9369612737:20:2911:2922 Collingwood Manitoulin Island +0.259578 aapg_ah_943.html aapg_ah_943.html:24:4081:4102 Peace River Canada +0.261602 aapg_ah_231.html aapg_ah_231.html:65:5918:5924 Paluxy Tuscaloosa, Alabama +0.262143 sedimentology_html_5984769620 sedimentology_html_5984769620:99:9471:9477 Jordan Beaumont, Texas +0.4826 cspg_html_1132698231 cspg_html_1132698231:399:52655:52665 Santa Cruz California +0.2775 aapg_ae_832.html aapg_ae_832.html:187:19908:19926 Ogallala Nebraska +0.257556 aapg_aa_684.html aapg_aa_684.html:145:14988:14992 Jelm John Crow Mountains +0.434826 cspg_html_3762708087 cspg_html_3762708087:61:8696:8712 Viking Suffield, Connecticut +0.48829 aapg_ad_442.html aapg_ad_442.html:36:4065:4083 Nacatoch Bellevue, Nebraska +0.2545 aapg_ae_716.html aapg_ae_716.html:30:4273:4279 Casper Cheyenne, Wyoming +0.257536 cspg_html_4974799860 cspg_html_4974799860:44:4887:4905 Palliser Crowsnest Pass, Alberta +0.26572 aapg_ad_68.html aapg_ad_68.html:311:24461:24477 Waltersburg Vienna +0.266031 cspg_html_8917306391 cspg_html_8917306391:476:44543:44551 Columbia Lacombe, Alberta +0.259065 aapg_aa_696.html aapg_aa_696.html:630:71609:71625 Maroon Colorado +0.256542 gsa_html_3014459865 gsa_html_3014459865:915:83821:83829 Monmouth Closter, New Jersey +0.46872 sedimentology_html_8228170489 sedimentology_html_8228170489:478:36616:36620 Hall London, Ontario +0.50976 aapg_aa_775.html aapg_aa_775.html:770:79369:79376 Perdido Mexico +0.26367 aapg_ae_471.html aapg_ae_471.html:12:1580:1609 Cotton Valley Macedonia (region) +0.500016 aapg_aa_415.html aapg_aa_415.html:56:8663:8681 Woodbine Austin, Chicago +0.484344 palaios_html_2376163646 palaios_html_2376163646:15:884:895 Grand Forks Germany +0.251955 aapg_ad_2.html aapg_ad_2.html:1399:191442:191454 Chambersburg Black River, Jamaica +0.2565 aapg_ai_18.html aapg_ai_18.html:194:18672:18684 Austin Chalk East Texas +0.480293 aapg_af_849.html aapg_af_849.html:22:3534:3542 Colorado Colorado +0.46176 cspg_html_1770934036 cspg_html_1770934036:584:63332:63354 Shaftesbury Victoria, British Columbia +0.487227 cspg_html_3354282978 cspg_html_3354282978:600:78366:78376 Swan Hills Lacombe, Alberta +0.264704 palaios_html_1020763489 palaios_html_1020763489:531:53089:53097 Columbia Victoria, British Columbia +0.4947 cspg_html_7086880709 cspg_html_7086880709:410:54319:54340 Horn River Mackenzie River +0.253895 aapg_ah_158.html aapg_ah_158.html:346:45226:45234 Richmond Whitefield, Bangalore +0.246482 geology_html_6979549412 geology_html_6979549412:27:1927:1935 Colorado Denver +0.242544 gsa_html_1217771406 gsa_html_1217771406:174:18353:18371 San Onofre Breccia Middle East +0.28013 aapg_aa_346.html aapg_aa_346.html:184:17577:17597 Fort Payne Chattanooga, Tennessee +0.49317 aapg_ai_694.html aapg_ai_694.html:31:4666:4685 Ingleside Beaumont, Texas +0.489417 aapg_ac_805.html aapg_ac_805.html:489:63172:63193 Baca El Paso, Texas +0.257033 aapg_ac_696.html aapg_ac_696.html:22:2963:2981 Palliser Canada +0.260832 sedimentology_html_8897221914 sedimentology_html_8897221914:644:46157:46161 Hall London, Ontario +0.4956 aapg_ah_318.html aapg_ah_318.html:1075:110640:110667 Cotton Valley Arkansas +0.481874 aapg_aa_787.html aapg_aa_787.html:134:14031:14037 Provo Texas +0.246993 sedimentology_html_7064155051 sedimentology_html_7064155051:1305:81594:81625 Blomidon Bridgetown, Nova Scotia +0.246506 aapg_ae_392.html aapg_ae_392.html:205:17929:17939 Batesville Batesville, Arkansas +0.490269 cspg_html_6085371707 cspg_html_6085371707:30:2978:2983 Nisku Lesser Slave Lake Provincial Park +0.250937 gsa_html_1610161932 gsa_html_1610161932:1053:90885:90893 Fillmore California +0.47376 aapg_ad_3.html aapg_ad_3.html:474:44790:44800 Reedsville Knoxville, Tennessee +0.479076 gsa_html_1248650603 gsa_html_1248650603:984:87978:87987 Rochester Rochester, Kent +0.262135 sedimentology_html_3941612453 sedimentology_html_3941612453:88:9560:9578 Quinault Washington (state) +0.261415 aapg_ae_344.html aapg_ae_344.html:78:7720:7730 Tuscaloosa Shreveport, Louisiana +0.493221 aapg_ae_388.html aapg_ae_388.html:1671:104939:104945 Nassau Ocala, Florida +0.249975 cspg_html_5973552270 cspg_html_5973552270:61:8623:8633 Swan Hills Swan Hill, Victoria +0.482092 gsa_html_1495889357 gsa_html_1495889357:29:2796:2824 Green River New Mexico +0.246973 aapg_af_854.html aapg_af_854.html:446:58494:58511 Carwood Jefferson County, Colorado +0.462768 aapg_ac_251.html aapg_ac_251.html:488:56280:56288 Catskill Pocono Raceway +0.259318 aapg_ae_917.html aapg_ae_917.html:13:1490:1499 Leadville Denver +0.255021 aapg_aa_913.html aapg_aa_913.html:409:31081:31087 Sierra Mexico +0.471056 cspg_html_6334734829 cspg_html_6334734829:6:347:378 Tantalus Indian River (Florida) +0.37807 aapg_ad_564.html aapg_ad_564.html:7769:675666:675681 Mesaverde Colorado +0.530185 aapg_ae_29.html aapg_ae_29.html:13:1854:1889 Mauch Chunk Pennsylvania +0.264554 aapg_ai_80.html aapg_ai_80.html:452:45578:45586 Richmond Richmond, California +0.274022 aapg_ae_392.html aapg_ae_392.html:6:838:858 Moorefield Batesville, Arkansas +0.268786 aapg_af_327.html aapg_af_327.html:30:4009:4015 Reston Virginia +0.7087 aapg_ad_154.html aapg_ad_154.html:158:19616:19635 Eggleston Virginia +0.24058 aapg_ad_636.html aapg_ad_636.html:514:60801:60815 Frio Texas +0.26316 cspg_html_5735081610 cspg_html_5735081610:402:41324:41369 Winnipegosis Regina, Saskatchewan +0.490637 aapg_ad_55.html aapg_ad_55.html:506:31309:31316 Plattin Decorah, Iowa +0.28512 aapg_ah_203.html aapg_ah_203.html:482:76170:76188 Morrison New Mexico +0.50806 aapg_aa_598.html aapg_aa_598.html:144:14140:14158 Woodside Cheyenne, Wyoming +0.258039 cspg_html_9905904289 cspg_html_9905904289:8:1238:1250 Saskatchewan Saint Kitts and Nevis +0.255348 aapg_af_129.html aapg_af_129.html:474:50277:50285 Colorado Colorado +0.245338 aapg_aa_598.html aapg_aa_598.html:418:39033:39052 Chugwater Cheyenne, Wyoming +0.677484 aapg_ah_343.html aapg_ah_343.html:232:28073:28088 Catahoula Mississippi River +0.519437 aapg_af_745.html aapg_af_745.html:465:64265:64282 Astoria Washington (state) +0.276507 aapg_aa_962.html aapg_aa_962.html:508:54186:54193 Bentley Montgomery (town), New York +0.47787 sedimentology_html_6277855897 sedimentology_html_6277855897:1256:93954:93986 Rustler West Texas +0.712144 aapg_ai_501.html aapg_ai_501.html:462:41298:41311 Lone Mountain Reno, Nevada +0.453087 aapg_ae_836.html aapg_ae_836.html:19:1932:1939 Rodessa Paluxy, Texas +0.272384 aapg_ad_957.html aapg_ad_957.html:160:16418:16435 Lenapah Warrensburg (town), New York +0.445096 sedimentology_html_5491116647 sedimentology_html_5491116647:518:33121:33128 Edwards Beringia +0.457164 aapg_ad_784.html aapg_ad_784.html:276:31607:31615 Fillmore Santa Paula, California +0.493416 aapg_af_614.html aapg_af_614.html:133:11222:11242 Paluxy Miller County, Arkansas +0.455988 aapg_ah_532.html aapg_ah_532.html:81:7801:7820 Leadville Ouray, Colorado +0.493387 aapg_ah_620.html aapg_ah_620.html:145:20231:20243 Granite Wash Lacombe, Alberta +0.540168 AMJC_html_1873062106 AMJC_html_1873062106:258:36626:36634 Colorado New Mexico +0.264704 aapg_ae_705.html aapg_ae_705.html:628:62396:62404 Vaqueros California +0.482 cspg_html_1984085623 cspg_html_1984085623:652:72376:72394 Kootenay Elk Valley (British Columbia) +0.251472 cspg_html_7750771523 cspg_html_7750771523:66:9769:9788 Athabasca Lacombe, Alberta +0.2574 aapg_ai_584.html aapg_ai_584.html:656:67891:67897 Casper Laramie, Wyoming +0.471336 cspg_html_8363357104 cspg_html_8363357104:615:76605:76621 Outram Mount Wilson Observatory +0.50566 gsa_html_2023933346 gsa_html_2023933346:1227:114049:114053 Elko Elko, Nevada +0.237546 jgeology_html_1376480101 jgeology_html_1376480101:133:6752:6758 Brazil Uruguay +0.26052 aapg_ae_324.html aapg_ae_324.html:216:21626:21635 Blackford Saltville, Virginia +0.758993 cspg_html_1503116552 cspg_html_1503116552:408:61478:61498 Waterways Swan Hill, Victoria +0.49011 gsa_html_2702503829 gsa_html_2702503829:190:14420:14448 Green River Colorado +0.260608 cspg_html_7115701337 cspg_html_7115701337:489:55227:55245 Dunvegan Victoria, British Columbia +0.24432 cspg_html_6116883777 cspg_html_6116883777:861:112222:112228 Ludlow Ellesmere Island +0.254541 sedimentology_html_1835965133 sedimentology_html_1835965133:777:34903:34907 Helm Owens Lake +0.499671 aapg_af_812.html aapg_af_812.html:83:7171:7184 Cook Mountain East Texas +0.242536 jgeology_html_8596065691 jgeology_html_8596065691:697:60135:60138 Arc Jamaica, Queens +0.264698 aapg_ad_169.html aapg_ad_169.html:39:4747:4762 Bluefield Greenbrier (Great Smoky Mountains) +0.246506 cspg_html_4132771434 cspg_html_4132771434:183:26301:26332 Cooking Lake Lacombe, Alberta +0.265582 aapg_ad_122.html aapg_ad_122.html:262:23509:23518 Queenston Lockport (city), New York +0.475 aapg_ai_942.html aapg_ai_942.html:47:8408:8430 Horse Spring Reno, Nevada +0.47916 cspg_html_9236194363 cspg_html_9236194363:123:13613:13637 Fort Vermilion Lacombe, Alberta +0.507 AMJC_html_1964550508 AMJC_html_1964550508:1005:108453:108465 Salina Pennsylvania +0.2525 aapg_af_877.html aapg_af_877.html:137:16185:16201 Bethel Bethel, Alaska +0.735786 aapg_ad_351.html aapg_ad_351.html:35:4271:4291 Keokuk Missouri River +0.495645 aapg_ac_235.html aapg_ac_235.html:733:76058:76077 Cloverly Cheyenne, Wyoming +0.495208 aapg_aa_869.html aapg_aa_869.html:150:25164:25177 Otates Mexico +0.248004 sedimentology_html_1958297829 sedimentology_html_1958297829:533:47092:47096 Hall London, Ontario +0.243522 gsa_html_4776439297 gsa_html_4776439297:922:80197:80204 Windham Bennington, Vermont +0.456012 sedimentology_html_3083192111 sedimentology_html_3083192111:467:38331:38341 Waterville Vassalboro, Maine +0.285219 cspg_html_7833083677 cspg_html_7833083677:3486:264610:264628 Beaufort Canada +0.811701 cspg_html_6064089067 cspg_html_6064089067:12:1302:1321 Red River Manitoba +0.265216 jgeology_html_4305195651 jgeology_html_4305195651:725:84359:84366 Chemung Genesee County, Michigan +0.249996 sedimentology_html_3826538092 sedimentology_html_3826538092:140:10005:10011 Forest Kingdom of Great Britain +0.470808 cspg_html_8328720217 cspg_html_8328720217:875:91223:91231 Columbia Victoria, British Columbia +0.4662 aapg_aa_258.html aapg_aa_258.html:8:877:883 Oregon California +0.948192 aapg_ah_182.html aapg_ah_182.html:78:9097:9108 Martinsburg Pennsylvania +0.48399 aapg_aa_796.html aapg_aa_796.html:84:9919:9932 Halfway Lacombe, Alberta +0.711794 aapg_af_263.html aapg_af_263.html:39:5981:6001 Otto Fiord Ellesmere Island +0.475038 gsa_html_8840132442 gsa_html_8840132442:946:91898:91902 Hall Canada +0.257048 sedimentology_html_7017470432 sedimentology_html_7017470432:351:35539:35549 Washington Seattle +0.2535 cspg_html_4712680379 cspg_html_4712680379:66:9303:9346 Russell Chadron, Nebraska +0.26367 aapg_ah_411.html aapg_ah_411.html:177:20680:20697 Laramie Cheyenne, Wyoming +0.489842 aapg_ad_98.html aapg_ad_98.html:304:30582:30592 Table Head Reno, Nevada +0.27666 aapg_ai_411.html aapg_ai_411.html:73:6372:6390 Niobrara Colorado +0.44274 AMJC_html_6341723617 AMJC_html_6341723617:1198:100509:100526 Wasatch Cheyenne, Wyoming +0.247506 aapg_ai_746.html aapg_ai_746.html:28:3362:3379 Goddard Ardmore, Pennsylvania +0.26988 cspg_html_7573182509 cspg_html_7573182509:49:5401:5431 Nisku Lacombe, Alberta +0.282975 aapg_af_705.html aapg_af_705.html:87:8910:8918 Woodbine Buda, Texas +0.497016 cspg_html_7587979364 cspg_html_7587979364:999:67731:67742 Slave Point Swan Hill, Victoria +0.260608 aapg_ai_362.html aapg_ai_362.html:58:7656:7661 Stark Shreveport, Louisiana +0.472553 cspg_html_2865093674 cspg_html_2865093674:85:13485:13488 Gog Mount Assiniboine Provincial Park +0.252416 aapg_ac_104.html aapg_ac_104.html:68:9015:9029 Lyre Washington (state) +0.258063 aapg_ae_408.html aapg_ae_408.html:45:5168:5179 Dutch Creek Onondaga (tribe) +0.664074 gsa_html_8951179545 gsa_html_8951179545:121:14668:14680 Wilcox Texas +0.4847 palaios_html_1422826240 palaios_html_1422826240:837:56595:56603 Santiago Santiago +0.492618 gsa_html_9603601502 gsa_html_9603601502:1337:87182:87210 Green River Colorado +0.505575 aapg_ac_805.html aapg_ac_805.html:489:63282:63289 El Paso Texas +0.258937 cspg_html_7790224785 cspg_html_7790224785:820:26226:26235 San Diego California +0.245464 aapg_aa_702.html aapg_aa_702.html:266:81106:81110 Bell Arkansas +0.266616 sedimentology_html_2441484618 sedimentology_html_2441484618:1198:102547:102555 Homewood Switzerland +0.259584 aapg_ah_152.html aapg_ah_152.html:59:7917:7925 Colorado Denver +0.263676 gsa_html_5486105965 gsa_html_5486105965:729:63755:63760 Nopah Reno, Nevada +0.494532 cspg_html_5484260516 cspg_html_5484260516:1357:119249:119267 Torquay Regina, Saskatchewan +0.512972 aapg_ai_11.html aapg_ai_11.html:315:42178:42191 Astoria Washington (state) +0.420787 aapg_ac_235.html aapg_ac_235.html:79:8078:8096 Sundance Cheyenne, Wyoming +0.449872 cspg_html_9613527162 cspg_html_9613527162:159:22105:22121 Shunda Elkton, Kentucky +0.26884 aapg_ah_469.html aapg_ah_469.html:279:24683:24702 Cockfield Gosport, Indiana +0.245478 aapg_ac_743.html aapg_ac_743.html:30:4337:4351 Lyre Washington (state) +0.246015 aapg_aa_734.html aapg_aa_734.html:3:277:285 Caballos Arkansas +0.49104 aapg_aa_208.html aapg_aa_208.html:834:74926:74946 Maravillas Texas +0.495286 gsa_html_5107598462 gsa_html_5107598462:268:24323:24329 Salina Salina, Kansas +0.479457 palaios_html_5921824758 palaios_html_5921824758:273:28106:28132 Chumstick Washington (state) +0.25305 aapg_ac_333.html aapg_ac_333.html:118:14717:14722 Supai Coconino County, Arizona +0.262446 aapg_af_193.html aapg_af_193.html:34:3698:3706 Emigrant Long Island +0.24947 cspg_html_8549221170 cspg_html_8549221170:50:5702:5710 Colorado Denver +0.259045 cspg_html_4773367370 cspg_html_4773367370:372:28140:28148 Columbia Victoria, British Columbia +0.49087 gsa_html_5274400800 gsa_html_5274400800:587:47822:47835 Santa Barbara California +0.267285 geology_html_4636977720 geology_html_4636977720:9:380:385 Provo Sevier orogeny +0.258778 aapg_ae_296.html aapg_ae_296.html:68:6583:6591 Wolfcamp Delaware +0.2562 cspg_html_5345848475 cspg_html_5345848475:189:26033:26050 Carlile Hunting Creek +0.356728 palaios_html_6327369225 palaios_html_6327369225:93:14227:14245 Morrison Logan, Utah +0.272994 aapg_af_436.html aapg_af_436.html:364:44750:44762 Pocono Pocono Raceway +0.506782 aapg_ae_959.html aapg_ae_959.html:1908:138310:138320 San Andres San Angelo, Texas +0.258572 aapg_ad_283.html aapg_ad_283.html:392:42441:42451 San Andres Nashville Basin +0.881525 aapg_af_133.html aapg_af_133.html:165:18157:18178 Fossil Hill Ontario, California +0.48552 aapg_ae_57.html aapg_ae_57.html:299:31707:31712 Logan Canada +0.261975 sedimentology_html_9079273526 sedimentology_html_9079273526:811:74745:74761 Dakota Logan, Utah +0.273168 aapg_ac_90.html aapg_ac_90.html:357:38499:38505 Navajo Arizona +0.483585 aapg_ad_36.html aapg_ad_36.html:257:27088:27103 Rodessa Tri-Cities, Washington +0.275621 aapg_ac_612.html aapg_ac_612.html:639:49004:49022 Morrison LeRoy, Wisconsin +0.27162 aapg_ad_721.html aapg_ad_721.html:667:67339:67342 Abo Guadalupe Mountains National Park +0.245287 aapg_ae_60.html aapg_ae_60.html:274:30169:30174 Mt Lytton Western world +0.265738 cspg_html_5699627350 cspg_html_5699627350:188:25016:25022 Viking Colorado +0.259979 aapg_ad_695.html aapg_ad_695.html:70:6700:6705 Yegua Nacogdoches, Texas +0.79099 aapg_ad_943.html aapg_ad_943.html:208:22754:22767 Turner Valley Lacombe, Alberta +0.255 palaios_html_7076037184 palaios_html_7076037184:495:49229:49245 Joliet Illinois +0.511344 aapg_ac_807.html aapg_ac_807.html:802:79644:79654 Tuscaloosa Tuscaloosa, Alabama +0.287287 aapg_ah_521.html aapg_ah_521.html:431:52289:52296 Carrizo Texas +0.229758 gsa_html_3423427338 gsa_html_3423427338:491:45159:45169 Washington Vancouver +0.247955 gsa_html_9152662653 gsa_html_9152662653:201:18788:18796 Colorado Reston, Virginia +0.265734 aapg_aa_745.html aapg_aa_745.html:100:13025:13038 Brushy Canyon Delaware +0.497424 gsa_html_1283450277 gsa_html_1283450277:29:2796:2824 Green River Colorado +0.281088 aapg_aa_25.html aapg_aa_25.html:151:13271:13288 Paradox Hermosa, Chicago +0.466066 aapg_ae_272.html aapg_ae_272.html:341:31144:31162 Michigan Vernon, British Columbia +0.26416 aapg_ae_271.html aapg_ae_271.html:64:5474:5488 Kosciusko Alabama +0.243512 geology_html_1651667558 geology_html_1651667558:255:24894:24900 Denver Logan, Utah +0.243452 sedimentology_html_2442491538 sedimentology_html_2442491538:1174:94925:94945 Cutler Logan, Utah +0.267288 cspg_html_5891044027 cspg_html_5891044027:29:5252:5270 Phillips Purcell Mountains +0.262944 aapg_ae_720.html aapg_ae_720.html:706:79874:79882 Caballos Mexico +0.257895 cspg_html_3676499198 cspg_html_3676499198:17:2905:2913 Beaufort Canada +0.48719 gsa_html_5732664703 gsa_html_5732664703:517:50957:50970 Murphy Marble Cartersville, Georgia +0.49452 palaios_html_3105248303 palaios_html_3105248303:589:58839:58853 Kope Alexandria, Virginia +0.265684 gsa_html_5065061993 gsa_html_5065061993:794:71277:71282 Price Sellwood Bridge +0.252685 cspg_html_5141367518 cspg_html_5141367518:160:24420:24427 Wapiabi Crowsnest Pass, Alberta +0.25104 aapg_af_734.html aapg_af_734.html:128:17021:17040 Okpikruak Anchorage, Alaska +0.253456 cspg_html_2834693711 cspg_html_2834693711:1018:121336:121344 Colorado Denver +0.263682 aapg_af_11.html aapg_af_11.html:484:48388:48403 Molas Leadville, Colorado +0.47685 sedimentology_html_9626990209 sedimentology_html_9626990209:38:2991:3010 Rock Springs Cheyenne, Wyoming +0.246132 aapg_ah_157.html aapg_ah_157.html:253:35719:35739 Moorehouse Iowa +0.246909 sedimentology_html_8488362853 sedimentology_html_8488362853:1741:122651:122654 Arc Sicily +0.251604 aapg_ac_402.html aapg_ac_402.html:64:5681:5692 Black River Concord, California +0.26826 aapg_ac_867.html aapg_ac_867.html:376:53391:53410 Mesaverde Cheyenne, Wyoming +0.46937 aapg_ae_73.html aapg_ae_73.html:847:107325:107335 Las Animas Colorado +0.255915 cspg_html_5660413005 cspg_html_5660413005:192:22443:22461 Graminia Blue Ridge Mountains +0.269574 geology_html_8160811375 geology_html_8160811375:12:508:515 Windsor Ontario, California +0.251715 cspg_html_2161417858 cspg_html_2161417858:41:6024:6040 Exshaw Rocky Mountain House, Alberta +0.499032 sedimentology_html_5613495298 sedimentology_html_5613495298:1298:69991:70013 Chinle Chinle Formation +0.49875 aapg_ad_945.html aapg_ad_945.html:410:40704:40728 Athabasca Lacombe, Alberta +0.250952 aapg_ad_349.html aapg_ad_349.html:150:15787:15793 Casper Cheyenne, Wyoming +0.257514 aapg_af_91.html aapg_af_91.html:197:21963:21996 Simonson Dolomite Gold Hill, Colorado +0.355005 cspg_html_2039656422 cspg_html_2039656422:57:5966:5985 Neruokpuk Spring River (Missouri) +0.256928 aapg_ai_566.html aapg_ai_566.html:138:13584:13596 Saskatchewan Mississippian culture +0.253991 palaios_html_8505514256 palaios_html_8505514256:371:39641:39651 Washington Cairns, Queensland +0.507232 aapg_ac_289.html aapg_ac_289.html:129:10269:10275 Paluxy Saratoga, California +0.478611 aapg_ai_909.html aapg_ai_909.html:55:10038:10044 Provo Belgrade +0.488654 aapg_ae_63.html aapg_ae_63.html:84:9515:9536 Charles Bloomington, Illinois +0.464486 sedimentology_html_3328547963 sedimentology_html_3328547963:957:70598:70606 Homewood Switzerland +0.50572 aapg_ad_466.html aapg_ad_466.html:453:53889:53906 Magothy Merchantville, New Jersey +0.469559 aapg_ah_44.html aapg_ah_44.html:409:53585:53595 Lock Haven Catskill Mountains +0.51253 aapg_ae_307.html aapg_ae_307.html:137:8932:8950 Ogallala Llano Estacado +0.459648 aapg_ai_688.html aapg_ai_688.html:335:36280:36287 Jackson Ohio +0.249194 aapg_ae_154.html aapg_ae_154.html:3:176:196 Besa River Canada +0.4845 cspg_html_4326384800 cspg_html_4326384800:2081:252361:252392 Cooking Lake Redwater, Texas +0.466932 aapg_ai_80.html aapg_ai_80.html:95:9570:9576 Spears Knoxville, Tennessee +0.245009 aapg_ah_617.html aapg_ah_617.html:207:16981:16987 Casper Cheyenne, Wyoming +0.475547 aapg_ai_38.html aapg_ai_38.html:197:20990:21004 Colorado Alamosa East, Colorado +0.377545 aapg_ae_6.html aapg_ae_6.html:403:43467:43471 Buda Karnes County, Texas +0.252993 aapg_ai_499.html aapg_ai_499.html:255:22227:22246 Newcastle Black Hills +0.934464 cspg_html_1188455526 cspg_html_1188455526:224:34928:34946 Isachsen Ellesmere Island +0.273205 palaios_html_7679079277 palaios_html_7679079277:1064:90416:90449 Sundance Cheyenne, Wyoming +0.50492 cspg_html_7544078524 cspg_html_7544078524:6:517:532 Leduc Lacombe, Alberta +0.463464 aapg_ac_90.html aapg_ac_90.html:150:23138:23154 Navajo Reno, Nevada +0.269192 aapg_ah_628.html aapg_ah_628.html:39:4714:4730 Dakota Santa Rosa, California +0.466908 aapg_ah_387.html aapg_ah_387.html:377:36765:36774 Knoxville Knoxville, Illinois +0.256332 aapg_ai_581.html aapg_ai_581.html:189:19639:19653 Colorado San Fernando Valley +0.47498 gsa_html_6814608835 gsa_html_6814608835:567:47626:47641 Omar Delaware +0.514491 aapg_ad_466.html aapg_ad_466.html:1363:145169:145176 Raritan Maryland +0.259065 aapg_ae_643.html aapg_ae_643.html:390:47942:47954 Huntersville Onondaga (tribe) +0.246973 gsa_html_5670961546 gsa_html_5670961546:607:54457:54468 San Antonio San Antonio +0.486095 gsa_html_2713524768 gsa_html_2713524768:730:65956:65981 Lisburne Anchorage, Alaska +0.494892 aapg_ae_973.html aapg_ae_973.html:599:43478:43488 San Andres Texas +0.268323 sedimentology_html_9410532865 sedimentology_html_9410532865:1483:106669:106690 Green River Cheyenne, Wyoming +0.490676 aapg_ad_683.html aapg_ad_683.html:619:63321:63326 Supai Kaibab, Arizona +0.260036 aapg_ac_251.html aapg_ac_251.html:503:57999:58008 Mansfield Bloomington, Indiana +0.257514 aapg_ad_450.html aapg_ad_450.html:157:16330:16338 Oakville Plymouth, Massachusetts +0.268068 geology_html_7376742736 geology_html_7376742736:19:1593:1609 Cumberland Cumberland, Maryland +0.4735 aapg_ah_157.html aapg_ah_157.html:261:36934:36939 Knobs Highland Rim +0.260428 sedimentology_html_6121651724 sedimentology_html_6121651724:970:55041:55048 Hanover Hanover +0.264195 aapg_ah_446.html aapg_ah_446.html:307:40437:40443 Modelo Monterey, California +0.491748 cspg_html_4498577775 cspg_html_4498577775:109:14073:14082 Gog Lake Louise, Alberta +0.498942 cspg_html_5358383351 cspg_html_5358383351:581:82263:82276 Windsor Bridgetown, Nova Scotia +0.929295 aapg_ai_491.html aapg_ai_491.html:148:17217:17228 Molas Hermosa, Chicago +0.250272 aapg_ah_536.html aapg_ah_536.html:283:38501:38518 Rodessa Rodessa, Louisiana +0.482816 geology_html_3221826633 geology_html_3221826633:11:551:561 Washington Earth +0.485376 cspg_html_2013109828 cspg_html_2013109828:340:63221:63247 Beaverfoot Bear Lake, Michigan +0.838166 palaios_html_3312501193 palaios_html_3312501193:54:6313:6331 Moenkopi Logan, Utah +0.478 gsa_html_2139035730 gsa_html_2139035730:704:52861:52889 Green River Colorado +0.274032 aapg_ae_984.html aapg_ae_984.html:27:3550:3558 Carlsbad Salado, Texas +0.254518 aapg_ae_415.html aapg_ae_415.html:96:13522:13533 Mint Spring Mississippi River +0.49237 palaios_html_2621173808 palaios_html_2621173808:1266:117844:117863 Pardonet Victoria, British Columbia +0.493712 aapg_ad_983.html aapg_ad_983.html:250:21806:21813 Kanawha Jackson, Mississippi +0.250985 aapg_ad_822.html aapg_ad_822.html:105:8714:8727 Laramie Golden, Colorado +0.47658 aapg_ah_339.html aapg_ah_339.html:267:27220:27227 Bedford Rutherford, New Jersey +0.259875 aapg_af_653.html aapg_af_653.html:602:66535:66543 Vaqueros Monterey, California +0.255524 aapg_aa_47.html aapg_aa_47.html:472:55046:55063 Minturn Madera County, California +0.26163 aapg_ad_785.html aapg_ad_785.html:721:78904:78912 Colorado Pueblo, Colorado +0.27295 aapg_ac_844.html aapg_ac_844.html:343:43105:43114 Porcupine East Pacific Rise +0.2478 aapg_ae_253.html aapg_ae_253.html:85:7933:7952 Smackover Arkansas +0.48639 aapg_ae_855.html aapg_ae_855.html:18:2754:2765 Green River Logan, Utah +0.279792 cspg_html_8362959053 cspg_html_8362959053:185:24198:24208 Blackstone Lacombe, Alberta +0.46222 gsa_html_6765882493 gsa_html_6765882493:794:107183:107191 Colorado Colorado +0.359354 aapg_aa_609.html aapg_aa_609.html:530:51020:51030 Wind River Cheyenne, Wyoming +0.263069 aapg_aa_332.html aapg_aa_332.html:12:1319:1327 Sundance Brainerd, Minnesota +0.49164 aapg_ai_584.html aapg_ai_584.html:380:36928:36946 Fairbank Guernsey +0.4503 aapg_ah_973.html aapg_ah_973.html:178:15143:15153 Coon Creek Selma to Montgomery marches +0.485811 aapg_aa_28.html aapg_aa_28.html:99:8076:8082 Laguna Mexico +0.24644 cspg_html_7544078524 cspg_html_7544078524:22:3035:3046 Peace River Lacombe, Alberta +0.475449 aapg_ae_993.html aapg_ae_993.html:484:49920:49927 Madison Logan, Utah +0.268836 cspg_html_5484260516 cspg_html_5484260516:1390:120988:121021 Palliser Lacombe, Alberta +0.50295 aapg_ah_311.html aapg_ah_311.html:29:4657:4688 Wasatch Wasatch Range +0.26214 aapg_ai_144.html aapg_ai_144.html:280:29438:29455 Belly River Lacombe, Alberta +0.255224 aapg_ac_835.html aapg_ac_835.html:1280:181756:181781 Weber Colorado +0.472787 aapg_ae_6.html aapg_ae_6.html:6:762:787 San Marcos San Marcos, California +0.26471 aapg_ai_28.html aapg_ai_28.html:468:44886:44894 Beaumont Beaumont, Texas +0.264554 cspg_html_6032369756 cspg_html_6032369756:421:50945:50957 Winnipegosis Regina, Saskatchewan +0.497038 palaios_html_5154213549 palaios_html_5154213549:40:4574:4597 Matemateaonga Taranaki Region +0.277728 aapg_ad_194.html aapg_ad_194.html:151:15364:15381 Carrara Palmer, Alaska +0.47773 aapg_af_497.html aapg_af_497.html:688:67127:67135 Bathurst Amsterdam +0.47991 gsa_html_7791910472 gsa_html_7791910472:620:54997:55013 Springdale Chandler, Arizona +0.257544 gsa_html_1130947011 gsa_html_1130947011:123:14599:14620 Black River Knoxville, Tennessee +0.254514 geology_html_9788030825 geology_html_9788030825:327:24762:24775 Santa Barbara California +0.264704 aapg_ac_972.html aapg_ac_972.html:94:10946:10960 Monterey Kings City +0.258482 aapg_ae_964.html aapg_ae_964.html:161:13881:13892 Signal Hill Long Beach, California +0.254701 aapg_ac_325.html aapg_ac_325.html:251:19196:19205 Ingleside Beaumont, Texas +0.480365 cspg_html_7963093032 cspg_html_7963093032:5:295:315 Bow Island Lacombe, Alberta +0.504328 aapg_aa_419.html aapg_aa_419.html:487:42623:42632 Newcastle Jervis Bay Territory +0.27398 aapg_af_830.html aapg_af_830.html:702:85457:85463 Walnut Goodland, Kansas +0.26367 aapg_ai_462.html aapg_ai_462.html:240:25918:25935 El Abra Matamoros, Tamaulipas +0.475136 gsa_html_8187745750 gsa_html_8187745750:71:5020:5048 Talkeetna Matanuska Glacier +0.26462 aapg_aa_1.html aapg_aa_1.html:101:14331:14339 Roseburg Douglas County, Colorado +0.480038 gsa_html_3872060924 gsa_html_3872060924:13:756:766 Washington Washington (state) +0.503562 jgeology_html_3686050500 jgeology_html_3686050500:207:19890:19911 Bearpaw Judith River Formation +0.506184 aapg_af_631.html aapg_af_631.html:128:11314:11326 Chinle Chinle Formation +0.5016 cspg_html_4298557570 cspg_html_4298557570:352:44856:44864 Paskapoo Edmonton, London +0.493115 aapg_af_854.html aapg_af_854.html:941:133025:133041 Bethel Kentucky +0.85002 aapg_ac_200.html aapg_ac_200.html:3:370:391 Green River Cheyenne, Wyoming +0.708356 aapg_ad_2.html aapg_ad_2.html:1432:195078:195089 Martinsburg Martinsburg, Nebraska +0.249488 aapg_ae_607.html aapg_ae_607.html:319:27634:27640 Denver Colorado +0.19074 aapg_ah_856.html aapg_ah_856.html:25:3926:3932 Tactic Guatemala +0.496228 aapg_ah_535.html aapg_ah_535.html:221:37378:37386 Virginia The Carolinas +0.474329 sedimentology_html_2608220485 sedimentology_html_2608220485:892:53277:53283 Guelph Canada +0.25382 gsa_html_1248731493 gsa_html_1248731493:70:6022:6030 Columbia Anchorage, Alaska +0.493712 aapg_ah_943.html aapg_ah_943.html:433:53767:53785 Cardium Lacombe, Alberta +0.271392 cspg_html_5381643866 cspg_html_5381643866:28:3897:3905 Columbia Victoria, British Columbia +0.252416 gsa_html_5773604426 gsa_html_5773604426:460:40100:40112 Wilcox Shreveport, Louisiana +0.47991 gsa_html_1119256423 gsa_html_1119256423:649:59680:59703 Peoria Illinois +0.855589 cspg_html_9275863663 cspg_html_9275863663:94:13274:13284 Swan Hills Swan Hill, Victoria +0.266965 aapg_ae_547.html aapg_ae_547.html:92:12164:12172 Sitkinak Kodiak Island +0.256027 aapg_ad_174.html aapg_ad_174.html:575:57016:57041 Crevasse Canyon Mancos, Colorado +0.249158 gsa_html_4308966435 gsa_html_4308966435:1309:128872:128878 Walker Cordillera Administrative Region +0.260568 aapg_af_419.html aapg_af_419.html:29:3471:3478 Clallam Kittitas County, Washington +0.265 cspg_html_6306091047 cspg_html_6306091047:616:84999:85007 Pardonet Victoria, British Columbia +0.453136 sedimentology_html_1780224335 sedimentology_html_1780224335:71:8056:8065 Appekunny Grinnell, Iowa +0.492184 gsa_html_1615430362 gsa_html_1615430362:30:2812:2840 Green River Colorado +0.259077 aapg_ai_811.html aapg_ai_811.html:15:3193:3215 Vernon Bloomington, Indiana +0.254015 palaios_html_6978265091 palaios_html_6978265091:804:75847:75859 Taylor Antarctica +0.493812 gsa_html_2321645136 gsa_html_2321645136:974:78901:78929 Green River Iran +0.476952 aapg_ak_58.html aapg_ak_58.html:980:92517:92534 Pueblo Stephens County, Georgia +0.23226 sedimentology_html_8851376768 sedimentology_html_8851376768:1110:72960:72964 Hall London, Ontario +0.46464 aapg_ac_983.html aapg_ac_983.html:410:64147:64162 Iatan Weston, Florida +0.485894 cspg_html_4409656292 cspg_html_4409656292:180:23485:23496 Peace River Lacombe, Alberta +0.266031 aapg_af_652.html aapg_af_652.html:193:17627:17644 Rustler New Mexico +0.4935 geology_html_5745933097 geology_html_5745933097:313:23849:23856 Hampton Chesapeake Bay +0.263755 gsa_html_2178342427 gsa_html_2178342427:112:13255:13279 Golden Valley Williston Basin +0.258572 aapg_ai_958.html aapg_ai_958.html:73:6910:6922 Fleming Oakville, California +0.26059 aapg_ad_954.html aapg_ad_954.html:292:30468:30494 Signal Mountain Fort Sill +0.48006 cspg_html_4680797491 cspg_html_4680797491:22:2273:2299 Fort Vermillion Calumet, Pennsylvania +0.823577 aapg_ad_466.html aapg_ad_466.html:979:106120:106126 Tinton Navesink River +0.771936 cspg_html_8637177176 cspg_html_8637177176:53:7674:7700 Horseshoe Canyon Lacombe, Alberta +0.472656 cspg_html_9721864351 cspg_html_9721864351:21:2022:2027 Alexo Rocky Mountains +0.260268 cspg_html_7901910248 cspg_html_7901910248:48:5918:5929 Dakota Powder River (Montana) +0.267064 palaios_html_5582845937 palaios_html_5582845937:312:31305:31313 Virginia Hampton, New Hampshire +0.352704 aapg_ai_384.html aapg_ai_384.html:20:1196:1213 Green River Logan, Utah +0.447886 aapg_ai_29.html aapg_ai_29.html:37:4846:4856 Rio Grande Texas +0.28815 aapg_ad_258.html aapg_ad_258.html:293:32590:32603 Chemung Calhoun County, Michigan +0.259045 palaios_html_2621173808 palaios_html_2621173808:1259:117278:117293 Liard Canada +0.2508 aapg_af_95.html aapg_af_95.html:425:31926:31932 Paluxy Whitestone, Queens +0.50085 cspg_html_2796643803 cspg_html_2796643803:12:1649:1667 Deadwood Lacombe, Alberta +0.237069 aapg_aa_708.html aapg_aa_708.html:779:73783:73796 Navarro Texas +0.891135 aapg_ac_538.html aapg_ac_538.html:28:4129:4135 Viking Lacombe, Alberta +0.258597 cspg_html_9941227593 cspg_html_9941227593:23:3007:3023 Bakken Regina, Saskatchewan +0.81512 aapg_ai_105.html aapg_ai_105.html:419:51906:51922 Morgan Uinta Mountains +0.242514 cspg_html_5141367518 cspg_html_5141367518:201:30704:30728 St. Mary River Crowsnest Pass, Alberta +0.46629 jgeology_html_6672772311 jgeology_html_6672772311:160:12714:12732 Bellevue Bellevue, Nebraska +0.266087 aapg_ae_470.html aapg_ae_470.html:4:453:484 Woodbine Texas +0.26624 gsa_html_1124652135 gsa_html_1124652135:656:60318:60334 Raysor Charleston, South Carolina +0.26979 geology_html_6220540065 geology_html_6220540065:219:20535:20541 Thrifty London, Ontario +0.500004 aapg_ah_505.html aapg_ah_505.html:1384:110137:110145 Niobrara Benton, Arkansas +0.249444 aapg_ac_420.html aapg_ac_420.html:31:4580:4587 Pioneer Carmel, Indiana +0.261542 aapg_ae_113.html aapg_ae_113.html:109:14499:14519 Peel Little Cornwallis Island +0.247955 aapg_ai_610.html aapg_ai_610.html:896:115343:115361 Marble Falls Texas +0.46872 aapg_ae_981.html aapg_ae_981.html:196:15822:15842 Bainbridge Missouri River +0.24929 aapg_aa_24.html aapg_aa_24.html:457:52730:52745 Kayak Anchorage, Alaska +0.481005 cspg_html_1462870252 cspg_html_1462870252:703:86390:86396 Banner Hanson, Massachusetts +0.505218 gsa_html_6527410152 gsa_html_6527410152:60:4026:4054 Green River Iran +0.250965 cspg_html_9119878068 cspg_html_9119878068:386:47900:47925 Beaverhill Alta, Utah +0.2472 aapg_ae_306.html aapg_ae_306.html:1505:155455:155461 Sierra Venezuela +0.494758 cspg_html_9735723617 cspg_html_9735723617:1946:170377:170398 Imperial Banks Island +0.26468 aapg_aa_918.html aapg_aa_918.html:1181:122212:122230 Carlsbad New Mexico +0.248901 cspg_html_5891044027 cspg_html_5891044027:323:63116:63128 Purcell Lava Purcell Mountains +0.481618 cspg_html_5754792643 cspg_html_5754792643:363:41067:41090 Watt Mountain Lacombe, Alberta +0.488177 cspg_html_2165379999 cspg_html_2165379999:477:44589:44624 Keg River Lacombe, Alberta +0.267064 palaios_html_1099895091 palaios_html_1099895091:252:30435:30460 Chinle Arizona +0.279165 aapg_ac_882.html aapg_ac_882.html:286:28093:28111 Fairview Fairmount, Indiana +0.508664 aapg_ah_871.html aapg_ah_871.html:581:64310:64326 Chazy Quebec City +0.251923 cspg_html_4326384800 cspg_html_4326384800:2089:252985:253020 Jean Marie Victoria, British Columbia +0.385875 aapg_ad_286.html aapg_ad_286.html:194:18157:18171 Nuka Anchorage, Alaska +0.26883 aapg_aa_943.html aapg_aa_943.html:148:12145:12155 Citronelle Texas +0.251392 cspg_html_6193252551 cspg_html_6193252551:507:59488:59499 Temiscouata Quebec City +0.272766 palaios_html_4589193581 palaios_html_4589193581:645:53748:53754 Madrid Spain +0.246506 geology_html_9374422500 geology_html_9374422500:317:25309:25334 Francisco California +0.41516 sedimentology_html_3455721661 sedimentology_html_3455721661:375:27999:28006 Entrada Entrada Sandstone +0.259956 cspg_html_8727758678 cspg_html_8727758678:7:649:657 Columbia Canada +0.247434 gsa_html_3436154175 gsa_html_3436154175:143:12760:12769 Tipperary Cheyenne, Wyoming +0.26112 geology_html_3210721953 geology_html_3210721953:337:26638:26665 Columbia Washington (state) +0.476961 aapg_ae_173.html aapg_ae_173.html:743:42952:42959 Madison Keewatin, Minnesota +0.274567 aapg_ae_180.html aapg_ae_180.html:133:15482:15487 Eutaw Niobrara, Nebraska +0.670512 palaios_html_6995029632 palaios_html_6995029632:16:776:796 Fort Scott Crawford County, Georgia +0.454476 cspg_html_7881580279 cspg_html_7881580279:51:8305:8318 Selkirk Manitoba +0.476398 gsa_html_1641861263 gsa_html_1641861263:609:60119:60128 Flagstaff Logan, Utah +0.26765 cspg_html_4287356899 cspg_html_4287356899:4636:446689:446703 Assistance Devon Island +0.49469 gsa_html_8881958017 gsa_html_8881958017:338:35466:35474 Columbia Victoria, British Columbia +0.243 cspg_html_2478334444 cspg_html_2478334444:6:322:333 Peace River Lacombe, Alberta +0.525078 aapg_af_397.html aapg_af_397.html:704:87069:87076 Entrada Entrada Sandstone +0.247005 gsa_html_5587684798 gsa_html_5587684798:116:7486:7500 Rosaire Middle Ordovician +0.254178 aapg_ad_628.html aapg_ad_628.html:236:28149:28159 Pittsburgh Pennsylvania +0.255374 gsa_html_5928791685 gsa_html_5928791685:20:1415:1425 Lakota Dedham, Essex +0.51143 aapg_af_854.html aapg_af_854.html:804:112682:112687 Salem Missouri River +0.259518 jgeology_html_5803513114 jgeology_html_5803513114:497:36906:36926 Littleton Rangeley, Maine +0.266255 aapg_af_653.html aapg_af_653.html:8:903:910 Temblor Monterey, California +0.471653 aapg_ah_153.html aapg_ah_153.html:54:3831:3846 Arikaree Todd County, Minnesota +0.253482 gsa_html_4922631598 gsa_html_4922631598:685:75063:75070 Madison Dixon, Illinois +0.48412 aapg_ai_572.html aapg_ai_572.html:29:3931:3948 Hilltop Missouri River +0.241482 aapg_aa_231.html aapg_aa_231.html:335:31057:31074 Rock Springs Cheyenne, Wyoming +0.229764 aapg_ac_211.html aapg_ac_211.html:698:41339:41354 Brazer Dolomite Sunriver, Oregon +0.50715 gsa_html_5625878232 gsa_html_5625878232:16:680:690 Washington Seattle +0.49608 cspg_html_4794669487 cspg_html_4794669487:89:10730:10746 Inklin Victoria, British Columbia +0.47874 jgeology_html_6388378441 jgeology_html_6388378441:490:37985:38013 Tahoka Texas +0.524365 gsa_html_6985417117 gsa_html_6985417117:881:71079:71107 Green River Colorado +0.251412 gsa_html_7915521951 gsa_html_7915521951:1014:91445:91451 Walker Mojave Desert +0.459045 geology_html_4050752213 geology_html_4050752213:209:18178:18185 Madison Table Mountain +0.269352 aapg_ah_245.html aapg_ah_245.html:82:8710:8729 Peace River Lacombe, Alberta +0.247902 aapg_ah_850.html aapg_ah_850.html:57:7236:7254 Snowshoe Salem, Oregon +0.287585 aapg_ac_719.html aapg_ac_719.html:142:16599:16617 Niobrara Trinidad and Tobago +0.257466 gsa_html_6841538769 gsa_html_6841538769:1174:95635:95647 Owens Valley California +0.4747 cspg_html_6517402834 cspg_html_6517402834:40:4682:4704 Willow Creek Lacombe, Alberta +0.498834 aapg_ae_319.html aapg_ae_319.html:326:23615:23623 Woodside Vernal, Utah +0.277629 aapg_aa_603.html aapg_aa_603.html:547:59910:59918 Columbia Victoria, British Columbia +0.725036 aapg_ac_983.html aapg_ac_983.html:360:57728:57742 Drum Iowa +0.525888 aapg_aa_681.html aapg_aa_681.html:38:5478:5496 Traverse Middle East +0.258482 AMJC_html_5871256502 AMJC_html_5871256502:111:14637:14642 Slope Montgomery (town), New York +0.69065 gsa_html_1119256423 gsa_html_1119256423:642:59210:59233 Peoria Nebraska +0.278244 aapg_af_142.html aapg_af_142.html:261:33370:33374 Bond Arkansas +0.4865 aapg_aa_381.html aapg_aa_381.html:63:7995:8010 Santa Margarita Antelope Valley Freeway +0.26355 cspg_html_7134658072 cspg_html_7134658072:198:25075:25091 Ireton Lacombe, Alberta +0.24892 aapg_ah_134.html aapg_ah_134.html:128:10412:10430 Rodessa Paluxy, Texas +0.50065 aapg_ai_53.html aapg_ai_53.html:101:11630:11643 Woodbine Texas +0.26061 cspg_html_2929384614 cspg_html_2929384614:646:64019:64033 Frio Texas +0.245791 cspg_html_8708246424 cspg_html_8708246424:260:33147:33159 Saskatchewan Regina, Saskatchewan +0.260428 aapg_ai_1.html aapg_ai_1.html:85:9060:9077 Hermosa Logan, Utah +0.276651 aapg_ai_577.html aapg_ai_577.html:114:10830:10840 Wolf Creek Arizona +0.867686 aapg_ae_876.html aapg_ae_876.html:699:74277:74283 Dakota Pueblo, Colorado +0.248196 palaios_html_3406135825 palaios_html_3406135825:757:71153:71170 Potsdam Quebec City +0.27719 aapg_ae_958.html aapg_ae_958.html:71:8607:8629 Harpersville Texas +0.257484 cspg_html_9720041449 cspg_html_9720041449:1084:126419:126446 Camrose Lacombe, Alberta +0.256542 aapg_af_398.html aapg_af_398.html:554:60897:60901 Kent Melbourne, Florida +0.850068 aapg_aa_257.html aapg_aa_257.html:25:2449:2457 Sundance Denver +0.257013 cspg_html_1818321956 cspg_html_1818321956:582:61176:61208 Pardonet Middle East +0.245872 gsa_html_6838140604 gsa_html_6838140604:12:508:518 Santa Cruz California +0.259065 aapg_ad_691.html aapg_ad_691.html:56:6585:6602 Weno Grayson County, Kentucky +0.473838 cspg_html_2769629211 cspg_html_2769629211:174:19961:19983 Fort Simpson Hay River (Canada) +0.499608 aapg_ah_753.html aapg_ah_753.html:418:67188:67195 Windsor New Caledonia +0.480312 sedimentology_html_7144686124 sedimentology_html_7144686124:26:1657:1667 Rancheria Norfolk, Virginia +0.26832 aapg_ah_289.html aapg_ah_289.html:215:29983:30002 Monterey San Joaquin River +0.25047 aapg_ae_473.html aapg_ae_473.html:402:37382:37388 Weches Texas +0.507872 aapg_aa_600.html aapg_aa_600.html:379:30530:30539 Stonewall Atoka, Oklahoma +0.356286 aapg_ai_501.html aapg_ai_501.html:152:14105:14118 Lone Mountain Reno, Nevada +0.50952 aapg_ah_701.html aapg_ah_701.html:397:58669:58691 Yegua Texas +0.488474 palaios_html_3105248303 palaios_html_3105248303:953:92592:92598 Reston Kentucky +0.269336 aapg_ad_930.html aapg_ad_930.html:194:19949:19968 Rock Springs Cheyenne, Wyoming +0.258516 sedimentology_html_3751328128 sedimentology_html_3751328128:408:31773:31778 Utica Gloucester, Massachusetts +0.503169 aapg_aa_495.html aapg_aa_495.html:45:6305:6314 Red River Haynesville, Louisiana +0.494607 aapg_ae_876.html aapg_ae_876.html:442:47625:47639 Cedar Mountain Cedar Mountains +0.262546 cspg_html_2796643803 cspg_html_2796643803:109:17518:17522 Pika Lacombe, Alberta +0.25921 aapg_ad_3.html aapg_ad_3.html:125:10433:10443 Nolichucky Pennsylvania +0.442242 gsa_html_4058959570 gsa_html_4058959570:664:53796:53805 Rio Negro Melbourne, Florida +0.262194 aapg_ah_366.html aapg_ah_366.html:212:13181:13197 Dakota Mancos, Colorado +0.260592 aapg_ae_419.html aapg_ae_419.html:480:57172:57178 Sierra Matamoros, Tamaulipas +0.47124 aapg_af_142.html aapg_af_142.html:270:34759:34778 Cotton Valley Cotton Valley, Louisiana +0.69372 aapg_aa_787.html aapg_aa_787.html:190:21111:21127 Tessey Salado, Texas +0.41743 aapg_ad_466.html aapg_ad_466.html:210:26757:26769 Marshalltown Mount Holly, North Carolina +0.252464 cspg_html_8414893458 cspg_html_8414893458:533:59161:59184 Beaver Mines Lacombe, Alberta +0.494328 gsa_html_5813911420 gsa_html_5813911420:28:2497:2505 Colorado California +0.255474 aapg_ai_366.html aapg_ai_366.html:153:20046:20059 Beaumont Beaumont, Texas +0.479862 aapg_ad_133.html aapg_ad_133.html:268:25349:25356 Leonard Terrell County, Georgia +0.26368 cspg_html_7434089303 cspg_html_7434089303:160:19142:19156 Gonioceras Bay Ellesmere Island +0.377235 aapg_ae_499.html aapg_ae_499.html:347:38338:38366 Phosphoria Logan, Utah +0.261476 aapg_ai_581.html aapg_ai_581.html:190:19704:19709 Eagle Judith River Formation +0.256386 aapg_ah_430.html aapg_ah_430.html:198:14797:14813 Carmel Logan, Utah +0.809508 cspg_html_4694482219 cspg_html_4694482219:15:1910:1927 Bearpaw Lacombe, Alberta +0.241285 aapg_ai_364.html aapg_ai_364.html:86:10172:10181 Stonewall Atoka, Oklahoma +0.485051 sedimentology_html_5673709888 sedimentology_html_5673709888:2378:131024:131046 Black River Bloomington, Indiana +0.486614 cspg_html_3328007773 cspg_html_3328007773:853:91433:91449 Hasler Victoria, British Columbia +0.474288 gsa_html_1040524378 gsa_html_1040524378:433:51213:51220 Challis Absaroka +0.480365 gsa_html_7067811624 gsa_html_7067811624:61:3904:3932 Green River New Mexico +0.259056 cspg_html_4069214675 cspg_html_4069214675:627:65578:65586 Columbia Victoria, British Columbia +0.479808 gsa_html_4432793908 gsa_html_4432793908:639:70621:70627 Luning Reno, Nevada +0.268155 aapg_aa_407.html aapg_aa_407.html:355:25167:25178 Green River Indian Creek, Florida +0.263169 cspg_html_3482605972 cspg_html_3482605972:134:17165:17184 Gladstone Mountain Park (Holyoke, Massachusetts) +0.246888 aapg_ac_730.html aapg_ac_730.html:339:47945:47961 Toreva Arizona +0.257544 aapg_ac_807.html aapg_ac_807.html:504:51121:51140 Patuxent Maryland +0.45402 AMJC_html_7176185664 AMJC_html_7176185664:649:67498:67504 Denver Albany, New York +0.249194 aapg_ae_73.html aapg_ae_73.html:711:96280:96297 Tesuque Hinsdale, Massachusetts +0.48573 cspg_html_7093237629 cspg_html_7093237629:867:86848:86862 Woodbend Lacombe, Alberta +0.490676 geology_html_4621436799 geology_html_4621436799:24:1777:1783 Denver Colorado +0.486912 aapg_aa_4.html aapg_aa_4.html:294:39748:39764 Sonyea Genesee County, Michigan +0.276822 aapg_ae_741.html aapg_ae_741.html:240:26970:26987 Shublik Anchorage, Alaska +0.26265 cspg_html_3772380029 cspg_html_3772380029:748:93157:93178 Fossil Hill Ontario, California +0.237 cspg_html_4298557570 cspg_html_4298557570:35:4994:5002 Edmonton Edmonton, London +0.251968 cspg_html_1018915662 cspg_html_1018915662:156:13928:13946 Palliser Lacombe, Alberta +0.272384 aapg_ac_334.html aapg_ac_334.html:12:1448:1464 Albert Canada +0.46848 cspg_html_5117208919 cspg_html_5117208919:170:14581:14601 Forest Victoria, British Columbia +0.480072 cspg_html_3762708087 cspg_html_3762708087:493:67358:67366 Edmonton Lacombe, Alberta +0.73242 palaios_html_4501603736 palaios_html_4501603736:150:14455:14473 Thaynes Reno, Nevada +0.488267 cspg_html_9139420146 cspg_html_9139420146:27:3427:3443 Fernie Lacombe, Alberta +0.259548 aapg_ac_236.html aapg_ac_236.html:55:7983:8002 Leadville San Juan Mountains +0.265734 geology_html_1867147763 geology_html_1867147763:11:435:442 Windsor Ontario, California +0.244769 cspg_html_6953269830 cspg_html_6953269830:6:430:445 Gates Victoria, British Columbia +0.411476 aapg_ac_629.html aapg_ac_629.html:261:34738:34747 Red River Harrisonburg, Virginia +0.64308 aapg_ac_561.html aapg_ac_561.html:379:41382:41399 Entrada San Juan, Argentina +0.504234 aapg_af_721.html aapg_af_721.html:500:43016:43024 Colorado Denver +0.26664 aapg_ah_393.html aapg_ah_393.html:57:5942:5950 Kootenay Kootenay River +0.259 aapg_ad_351.html aapg_ad_351.html:625:52108:52117 Northview Sedalia, Missouri +0.255474 aapg_aa_358.html aapg_aa_358.html:65:6418:6426 Moenkopi Coconino County, Arizona +0.24059 gsa_html_3942625742 gsa_html_3942625742:253:21401:21413 Little River Metro Manila +0.272976 cspg_html_3521815736 cspg_html_3521815736:76:13093:13101 Columbia Williston, Vermont +0.262636 aapg_ac_939.html aapg_ac_939.html:756:84803:84823 Lakota Black Hills +0.245514 cspg_html_6927586285 cspg_html_6927586285:35:5242:5264 Charlie Lake Victoria, British Columbia +0.252494 cspg_html_9435196958 cspg_html_9435196958:1145:48297:48336 Cypress Regina, Saskatchewan +0.252945 aapg_ae_370.html aapg_ae_370.html:64:7440:7446 Oregon Astoria, Oregon +0.264147 aapg_af_994.html aapg_af_994.html:319:55412:55428 Forbes California +0.479829 aapg_af_133.html aapg_af_133.html:292:31230:31249 Cedarville Dolomite Illinois +0.255474 aapg_ai_997.html aapg_ai_997.html:138:9510:9516 Moreno California +0.253005 aapg_ai_720.html aapg_ai_720.html:254:28525:28537 Fort Hancock Closter, New Jersey +0.256 aapg_ad_350.html aapg_ad_350.html:312:32470:32479 Conemaugh Allegheny Mountains +0.267208 gsa_html_2178342427 gsa_html_2178342427:210:21548:21572 Golden Valley Fort Union Trading Post National Historic Site +0.267794 gsa_html_4558102376 gsa_html_4558102376:979:87697:87707 Wellington .nz +0.501177 aapg_ad_173.html aapg_ad_173.html:4:529:548 Chugwater Cheyenne, Wyoming +0.25959 AMJC_html_8107504009 AMJC_html_8107504009:728:57545:57565 Lawrence Canada +0.252324 sedimentology_html_9633602572 sedimentology_html_9633602572:1544:74237:74265 Wabamun Lacombe, Alberta +0.249999 aapg_ae_875.html aapg_ae_875.html:401:45437:45452 Coamo Puerto Rico +0.26052 aapg_ai_914.html aapg_ai_914.html:78:12041:12056 Boone Arkoma, Oklahoma +0.49601 aapg_ah_271.html aapg_ah_271.html:18:2618:2641 Cotton Valley Texas +0.269325 cspg_html_3124360347 cspg_html_3124360347:31:5777:5788 Beekmantown Missouri River +0.487622 geology_html_1624131066 geology_html_1624131066:315:23320:23336 Guelph Bruce Peninsula National Park +0.255474 aapg_ah_85.html aapg_ah_85.html:352:37640:37660 Brightseat Maryland +0.486244 sedimentology_html_8384737970 sedimentology_html_8384737970:72:7356:7373 Entrada Logan, Utah +0.261602 cspg_html_8695996393 cspg_html_8695996393:17:1986:1998 Saskatchewan Regina, Saskatchewan +0.466049 geology_html_7867948062 geology_html_7867948062:94:6612:6650 Kingston Peak California +0.260428 aapg_ai_654.html aapg_ai_654.html:81:13900:13924 Madison Williston Basin +0.495126 aapg_ac_692.html aapg_ac_692.html:112:12048:12056 Columbia Lacombe, Alberta +0.268842 aapg_ad_581.html aapg_ad_581.html:237:30704:30713 Allegheny Richlands, North Carolina +0.50284 cspg_html_9725676031 cspg_html_9725676031:698:74544:74562 Dunvegan Lacombe, Alberta +0.24402 palaios_html_7565718144 palaios_html_7565718144:411:35132:35140 Edmonton Lacombe, Alberta +0.504695 jgeology_html_6431902030 jgeology_html_6431902030:134:9762:9770 Colorado Colorado +0.713664 aapg_ai_897.html aapg_ai_897.html:379:39961:39967 Luther Knoxville, Tennessee +0.489472 aapg_ad_466.html aapg_ad_466.html:384:46523:46535 Raritan Closter, New Jersey +0.26367 aapg_ai_975.html aapg_ai_975.html:800:65570:65593 Comanche Peak Coahuila +0.278784 aapg_af_575.html aapg_af_575.html:256:34762:34780 Deadwood Cambridge +0.927732 cspg_html_1188455526 cspg_html_1188455526:247:38178:38194 Hassel Ellesmere Island +0.488992 aapg_ad_204.html aapg_ad_204.html:86:12089:12107 Imperial Imperial County, California +0.253 gsa_html_1119256423 gsa_html_1119256423:45:3096:3111 Arikaree White River (Washington) +0.489082 aapg_ac_246.html aapg_ac_246.html:604:58778:58797 Newcastle Mississippi River +0.25856 aapg_af_652.html aapg_af_652.html:46:6273:6293 Minnekahta Spearfish, South Dakota +0.251392 aapg_ac_406.html aapg_ac_406.html:118:11024:11032 Woodbine East Texas +0.501423 aapg_af_839.html aapg_af_839.html:33:4718:4730 Grand Rapids Michigan +0.22944 aapg_ac_807.html aapg_ac_807.html:1352:111447:111472 Congaree Charleston, South Carolina +0.48355 aapg_ai_83.html aapg_ai_83.html:194:18340:18347 Bedford Euclid, Ohio +0.473826 sedimentology_html_7486236177 sedimentology_html_7486236177:775:69052:69073 Snowy Range Cheyenne, Wyoming +0.834435 geology_html_2490813080 geology_html_2490813080:258:23563:23570 Oquirrh Logan, Utah +0.24888 cspg_html_6927586285 cspg_html_6927586285:505:61802:61836 Halfway Victoria, British Columbia +0.48896 aapg_af_958.html aapg_af_958.html:270:39254:39264 Las Cruces Mexico +0.512589 aapg_aa_23.html aapg_aa_23.html:372:43596:43615 Red River Cheyenne, Wyoming +0.468468 palaios_html_5600528347 palaios_html_5600528347:155:16392:16411 Rock Springs Western world +0.251856 cspg_html_1019614994 cspg_html_1019614994:387:63512:63527 Exshaw Williston Basin +0.246015 gsa_html_8740218609 gsa_html_8740218609:233:22611:22619 Colorado Denver +0.478632 cspg_html_8568877195 cspg_html_8568877195:50:8380:8398 Pakowki Milk River, Alberta +0.258048 aapg_ah_3.html aapg_ah_3.html:289:37801:37815 Toro New Guinea +0.248392 palaios_html_6090005613 palaios_html_6090005613:458:32034:32059 Racine Wisconsin +0.2445 AMJC_html_9113252962 AMJC_html_9113252962:104:14459:14475 Dalton Stockbridge, Massachusetts +0.490356 cspg_html_1962846283 cspg_html_1962846283:546:68038:68055 Cadomin Kootenay River +0.259979 aapg_ae_113.html aapg_ae_113.html:119:15792:15812 Peel Western world +0.48323 jgeology_html_2237275680 jgeology_html_2237275680:551:30124:30137 Sandia Reno, Nevada +0.25443 cspg_html_8612721867 cspg_html_8612721867:273:35136:35150 Woodbend Lacombe, Alberta +0.264578 gsa_html_4557277250 gsa_html_4557277250:72:8134:8167 Morrison Carmel, Indiana +0.487272 aapg_ac_486.html aapg_ac_486.html:97:12690:12697 Laramie Colorado +0.267794 palaios_html_1316705524 palaios_html_1316705524:65:6428:6454 Horseshoe Canyon Lacombe, Alberta +0.486772 gsa_html_2840596220 gsa_html_2840596220:32:2902:2930 Green River Colorado +0.472 gsa_html_9865056817 gsa_html_9865056817:870:77365:77371 Denver Colorado +0.50688 aapg_af_880.html aapg_af_880.html:567:86884:86900 Putnam Wichita, Kansas +0.493296 aapg_ae_905.html aapg_ae_905.html:218:25218:25228 Fort Worth Texas +0.251472 cspg_html_5813536348 cspg_html_5813536348:492:49779:49804 Lisburne Anchorage, Alaska +0.262143 cspg_html_3129231627 cspg_html_3129231627:347:46183:46202 Irene Ellesmere Island +0.48514 aapg_ad_785.html aapg_ad_785.html:31:4076:4084 Fountain Colorado Springs, Colorado +0.470162 aapg_ah_774.html aapg_ah_774.html:74:10065:10082 Mayville Bloomington, Indiana +0.490028 aapg_ae_415.html aapg_ae_415.html:776:96171:96180 Bucatunna Alabama +0.671739 cspg_html_2492063773 cspg_html_2492063773:9:670:684 Cedar District Northumberland, Pennsylvania +0.250992 aapg_ae_29.html aapg_ae_29.html:81:10128:10134 Pocono Pottsville, Pennsylvania +0.45567 aapg_ac_786.html aapg_ac_786.html:50:8387:8407 Barnett Texas +0.46683 aapg_ad_564.html aapg_ad_564.html:8030:712255:712263 Willwood Fort Union Trading Post National Historic Site +0.264654 aapg_aa_37.html aapg_aa_37.html:361:45197:45207 Phosphoria Texas +0.462336 aapg_ai_975.html aapg_ai_975.html:200:22983:23000 Hosston Mexico +0.501354 aapg_af_397.html aapg_af_397.html:76:8861:8868 Entrada Entrada Sandstone +0.496327 aapg_ac_628.html aapg_ac_628.html:395:68349:68364 North Horn Flagstaff, Arizona +0.243987 gsa_html_7518144145 gsa_html_7518144145:1139:85058:85076 Bluff Wisconsin +0.267273 AMJC_html_6341723617 AMJC_html_6341723617:1113:93303:93324 Green River Colorado +0.51116 aapg_ai_846.html aapg_ai_846.html:48:5732:5750 Prairie Mississippi Coast Coliseum +0.47672 aapg_aa_832.html aapg_aa_832.html:26:4431:4450 Bear Lake Cold Bay Airport +0.534633 aapg_ac_200.html aapg_ac_200.html:408:40029:40049 Fort Union Evanston, Wyoming +0.49131 AMJC_html_4318504504 AMJC_html_4318504504:490:51506:51510 Hall Greifensee, Zurich +0.499352 cspg_html_8316122266 cspg_html_8316122266:327:31075:31096 Shaftesbury Canada +0.498834 cspg_html_5345848475 cspg_html_5345848475:93:13126:13136 Deer Creek Lacombe, Alberta +0.280368 aapg_ae_344.html aapg_ae_344.html:99:9283:9289 Paluxy Paluxy, Texas +0.535122 aapg_aa_684.html aapg_aa_684.html:7:971:988 Thaynes John Crow Mountains +0.497038 geology_html_8865251298 geology_html_8865251298:341:30362:30370 Columbia Victoria, British Columbia +0.280756 geology_html_5090297208 geology_html_5090297208:12:493:499 Denver Colorado +0.255458 cspg_html_2838996125 cspg_html_2838996125:130:24908:24916 Ramparts Mackenzie River +0.458103 aapg_ad_3.html aapg_ad_3.html:721:67899:67907 Virginia Washington (state) +0.478742 cspg_html_8818854104 cspg_html_8818854104:738:78711:78731 Cadomin Lacombe, Alberta +0.25917 aapg_aa_299.html aapg_aa_299.html:3:187:201 Lisburne Anchorage, Alaska +0.2555 AMJC_html_9113252962 AMJC_html_9113252962:86:11162:11178 Dalton Bennington, Vermont +0.45885 cspg_html_9343899465 cspg_html_9343899465:1350:112857:112874 Parry Islands Hell Gate +0.46494 cspg_html_6116883777 cspg_html_6116883777:1430:187378:187393 Melville Island Canadian Arctic Archipelago +0.252813 cspg_html_6252417471 cspg_html_6252417471:395:59722:59742 Colorado Lacombe, Alberta +0.260496 aapg_ah_619.html aapg_ah_619.html:70:8334:8350 Dakota Denver +0.479829 AMJC_html_5722410163 AMJC_html_5722410163:823:74436:74442 Denver Great Basin +0.24442 aapg_ae_415.html aapg_ae_415.html:379:48307:48322 Byram Alabama +0.905262 palaios_html_4940783464 palaios_html_4940783464:63:6751:6769 Yakataga Yakutat City and Borough, Alaska +0.269874 sedimentology_html_9742953955 sedimentology_html_9742953955:93:10021:10030 Lodgepole Alaska Panhandle +0.479829 sedimentology_html_8384737970 sedimentology_html_8384737970:399:34108:34125 Entrada Carmel, Indiana +0.27195 gsa_html_5081991493 gsa_html_5081991493:1387:102247:102258 Green River Wasatch Range +0.501642 aapg_ah_536.html aapg_ah_536.html:417:54816:54844 Rodessa Mississippi River +0.256452 aapg_ac_693.html aapg_ac_693.html:125:7820:7833 Windsor Bridgetown, Nova Scotia +0.489082 palaios_html_2819726208 palaios_html_2819726208:431:37807:37832 Barstow Southern California +0.256236 sedimentology_html_5667980395 sedimentology_html_5667980395:1502:89772:89779 Waikato .nz +0.471843 sedimentology_html_7728336591 sedimentology_html_7728336591:329:26111:26115 Hall London, Ontario +0.244829 aapg_ah_521.html aapg_ah_521.html:311:32632:32642 Rio Grande Carrizo Plain +0.486912 aapg_aa_626.html aapg_aa_626.html:27:3528:3536 Patapsco Raritan River +0.439895 aapg_ae_877.html aapg_ae_877.html:85:8026:8036 Swan Hills Swan Hill, Victoria +0.251808 aapg_af_789.html aapg_af_789.html:10:1565:1573 Onondaga Chemung, New York +0.250498 cspg_html_4143222666 cspg_html_4143222666:119:15301:15333 Provincial Lacombe, Alberta +0.246456 gsa_html_4308966435 gsa_html_4308966435:1160:115112:115118 Denver Colorado +0.248992 aapg_ad_800.html aapg_ad_800.html:111:13450:13465 Gordo Tuscaloosa, Alabama +0.245464 aapg_ai_414.html aapg_ai_414.html:70:5652:5657 Chazy Western world +0.27615 aapg_af_854.html aapg_af_854.html:659:92549:92555 Keokuk Meramec River +0.243432 aapg_aa_108.html aapg_aa_108.html:44:4388:4394 Pioche Reno, Nevada +0.246804 aapg_ae_180.html aapg_ae_180.html:72:8899:8919 Hell Creek Niobrara, Nebraska +0.263153 geology_html_9690282664 geology_html_9690282664:228:16863:16867 Bell Cambridge, Massachusetts +0.524001 aapg_ah_871.html aapg_ah_871.html:428:47339:47343 Hall Black River, Jamaica +0.48278 cspg_html_4666332434 cspg_html_4666332434:634:81262:81283 Milk River Lacombe, Alberta +0.274476 cspg_html_8525917094 cspg_html_8525917094:170:23011:23016 Swift Powder River Basin +0.245791 aapg_ai_187.html aapg_ai_187.html:234:23272:23296 Rock Springs Cheyenne, Wyoming +0.5018 aapg_ah_318.html aapg_ah_318.html:648:72477:72496 Smackover Alabama +0.49115 sedimentology_html_6545837405 sedimentology_html_6545837405:1529:108315:108333 Yakataga Anchorage, Alaska +0.259017 geology_html_2861469472 geology_html_2861469472:211:19373:19377 Bell Reno, Nevada +0.477442 sedimentology_html_9598250021 sedimentology_html_9598250021:1323:93905:93909 Hall London, Ontario +0.49469 aapg_aa_645.html aapg_aa_645.html:12:1853:1871 Kootenai Boise, Idaho +0.245 geology_html_3911481921 geology_html_3911481921:44:5810:5828 Stirling Quartzite Death Valley +0.97311 aapg_ac_364.html aapg_ac_364.html:47:5571:5590 Spearfish Black Hills +0.246012 cspg_html_3104351736 cspg_html_3104351736:19:2187:2205 Foremost Lacombe, Alberta +0.36654 aapg_ad_94.html aapg_ad_94.html:28:3142:3160 Eastview Ottawa, Kansas +0.260096 geology_html_7784703862 geology_html_7784703862:63:5241:5249 Michigan Michigan +0.491493 aapg_ai_278.html aapg_ai_278.html:838:100334:100355 Cedar Keys Melbourne, Florida +0.475838 sedimentology_html_8510537334 sedimentology_html_8510537334:1652:126176:126197 Wood Canyon California +0.257 sedimentology_html_9665687367 sedimentology_html_9665687367:753:58722:58729 Compton South Africa +0.2565 sedimentology_html_5779710300 sedimentology_html_5779710300:775:55003:55013 Washington Mount Rainier, Maryland +0.263572 palaios_html_6944542452 palaios_html_6944542452:574:48524:48540 Dakota Santa Rosa, California +0.505296 aapg_ac_380.html aapg_ac_380.html:166:20873:20881 Coeymans New Scotland, New York +0.402339 gsa_html_5339062095 gsa_html_5339062095:772:64023:64041 Willwood Cheyenne, Wyoming +0.507936 aapg_aa_622.html aapg_aa_622.html:66:8805:8821 Chinle Logan, Utah +0.482724 aapg_aa_754.html aapg_aa_754.html:903:94129:94146 Wristen Texas +0.475745 aapg_ac_714.html aapg_ac_714.html:169:19484:19507 Gypsum Spring Big Horn Mountains +0.243892 aapg_ae_71.html aapg_ae_71.html:389:36021:36043 Iron Springs Western world +0.5054 aapg_aa_116.html aapg_aa_116.html:71:9899:9904 Banff Regina, Saskatchewan +0.261632 geology_html_3497669368 geology_html_3497669368:75:6475:6501 Provo Yellowstone National Park +0.50116 aapg_ah_997.html aapg_ah_997.html:57:11397:11405 Traverse Shoreham Nuclear Power Plant +0.260977 aapg_aa_712.html aapg_aa_712.html:40:7255:7276 Platteville Glenwood, Utah +0.269105 cspg_html_9275863663 cspg_html_9275863663:218:31227:31254 Ireton Lacombe, Alberta +0.26367 aapg_af_298.html aapg_af_298.html:224:24725:24730 Cadiz Albany, New York +0.2472 cspg_html_1732329534 cspg_html_1732329534:60:8444:8452 Edmonton Edmonton, London +0.488696 aapg_ah_820.html aapg_ah_820.html:141:10693:10698 Atoka Frankfort, Illinois +0.255518 aapg_ac_200.html aapg_ac_200.html:60:6963:6986 Battle Cheyenne, Wyoming +0.257983 cspg_html_4727171280 cspg_html_4727171280:32:3257:3271 Bearpaw Edmonton, London +0.259045 cspg_html_4293350162 cspg_html_4293350162:66:10026:10034 Columbia Victoria, British Columbia +0.2585 cspg_html_4550597410 cspg_html_4550597410:475:59757:59773 George Western Bay, Newfoundland and Labrador +0.24255 aapg_ai_542.html aapg_ai_542.html:26:3105:3115 Washington Colorado +0.474936 aapg_aa_556.html aapg_aa_556.html:6:1062:1075 Kootenai Colorado +0.488241 geology_html_5817459329 geology_html_5817459329:256:23602:23608 Denver Anchorage, Alaska +0.482157 geology_html_7620463750 geology_html_7620463750:308:23903:23925 Oceanic California +0.2495 aapg_ad_652.html aapg_ad_652.html:397:49279:49288 San Diego California +0.42441 aapg_ac_683.html aapg_ac_683.html:71:5575:5589 Red Rock Shreveport, Louisiana +0.242544 aapg_aa_340.html aapg_aa_340.html:97:8147:8155 Seminole Wewoka, Oklahoma +0.260496 aapg_ah_625.html aapg_ah_625.html:45:5459:5480 Green River Wasatch Range +0.266716 cspg_html_3385840278 cspg_html_3385840278:1671:183014:183034 Jefferson Bloomington, Indiana +0.484188 gsa_html_8226699553 gsa_html_8226699553:30:2819:2847 Green River Colorado +0.487209 cspg_html_9076537566 cspg_html_9076537566:296:39014:39023 Baillarge Middle East +0.47424 aapg_ah_318.html aapg_ah_318.html:726:78348:78367 Smackover Arkansas +0.264704 aapg_af_188.html aapg_af_188.html:42:5659:5682 Eagle Niobrara, Nebraska +0.251995 cspg_html_2175627313 cspg_html_2175627313:178:18273:18296 Montney Victoria, British Columbia +0.470016 aapg_ai_31.html aapg_ai_31.html:95:10800:10808 Oakville Texas +0.265104 palaios_html_7930345720 palaios_html_7930345720:504:46310:46326 Navajo Logan, Utah +0.264195 aapg_ac_749.html aapg_ac_749.html:46:5738:5746 Reynales Rochester, Kent +0.681568 gsa_html_5865982995 gsa_html_5865982995:254:29986:30007 Green River Sevier orogeny +0.863814 cspg_html_6816015957 cspg_html_6816015957:493:50893:50920 Barnett Texas +0.250194 sedimentology_html_1467256460 sedimentology_html_1467256460:868:65799:65834 Wishart Canada +0.489678 aapg_ae_249.html aapg_ae_249.html:197:18263:18279 Dakota Herington, Kansas +0.50138 aapg_ae_296.html aapg_ae_296.html:347:33232:33235 Abo Texas +0.261057 cspg_html_7229660003 cspg_html_7229660003:58:4399:4419 Stony Mountain Manitoba +0.274512 aapg_ae_319.html aapg_ae_319.html:17:2411:2433 Stump Carmel, Indiana +0.497596 aapg_ae_59.html aapg_ae_59.html:174:19738:19749 Uncompahgre Cheyenne, Wyoming +0.93456 cspg_html_5697056884 cspg_html_5697056884:48:4604:4612 Deadwood Winnipeg +0.24514 aapg_ac_568.html aapg_ac_568.html:78:6387:6395 Colorado Denver +0.444357 aapg_aa_260.html aapg_aa_260.html:338:32580:32586 Tyonek Bettles, Alaska +0.4794 jgeology_html_9366209199 jgeology_html_9366209199:301:27312:27323 San Joaquin Mississippi River +0.259518 cspg_html_8363357104 cspg_html_8363357104:70:10696:10704 Columbia Lacombe, Alberta +0.269312 aapg_ac_536.html aapg_ac_536.html:657:65082:65100 Charles Grand Forks, North Dakota +0.26936 gsa_html_3448554349 gsa_html_3448554349:494:49090:49110 Hampshire Catskill Mountains +0.243252 aapg_aa_787.html aapg_aa_787.html:187:20387:20393 Tessey Delaware +0.25443 gsa_html_3299020216 gsa_html_3299020216:20:1759:1764 Slope Mexico +0.273304 aapg_af_807.html aapg_af_807.html:4:544:552 Woodbine Bartlesville, Oklahoma +0.267566 aapg_ad_356.html aapg_ad_356.html:397:38539:38560 Haynesville Haynesville, Louisiana +0.487014 cspg_html_8588503765 cspg_html_8588503765:77:11349:11356 Cardium Moberly, Missouri +0.250805 aapg_ai_975.html aapg_ai_975.html:1090:88144:88154 Georgetown Buda, Texas +0.5035 cspg_html_7086880709 cspg_html_7086880709:468:61602:61621 Imperial Mackenzie River +0.277196 aapg_ad_821.html aapg_ad_821.html:447:34012:34021 Meeteetse Wasatch Range +0.246016 aapg_ae_667.html aapg_ae_667.html:467:56470:56478 Colorado Denver +0.261105 cspg_html_3456965010 cspg_html_3456965010:142:19363:19389 Viking Lacombe, Alberta +0.27768 aapg_ad_469.html aapg_ad_469.html:144:17292:17297 Atoka Des Moines, Washington +0.289945 aapg_aa_653.html aapg_aa_653.html:22:2534:2545 Green River Hart County, Kentucky +0.40224 aapg_ac_995.html aapg_ac_995.html:80:7402:7424 Huayacocotla Puebla, Puebla +0.2555 gsa_html_4649438326 gsa_html_4649438326:65:8966:8982 Toroweap Grand Canyon +0.493608 aapg_ai_170.html aapg_ai_170.html:160:15972:15990 Frontier Coalville, Utah +0.273304 aapg_ac_334.html aapg_ac_334.html:37:4735:4748 Moncton Hillsborough, California +0.438933 aapg_ah_519.html aapg_ah_519.html:3:239:247 Colorado Colorado +0.27501 aapg_ad_947.html aapg_ad_947.html:102:13231:13237 Antler Reno, Nevada +0.259072 sedimentology_html_5578698478 sedimentology_html_5578698478:969:54082:54086 Hall London, Ontario +0.269136 aapg_ac_313.html aapg_ac_313.html:222:25073:25089 Sepur Guatemala +0.457914 geology_html_9083528258 geology_html_9083528258:269:23763:23771 Colorado Lowell, Massachusetts +0.243892 aapg_aa_379.html aapg_aa_379.html:81:9487:9498 Monongahela Monongahela, Pennsylvania +0.894891 aapg_ae_3.html aapg_ae_3.html:744:66611:66627 Amsden Cheyenne, Wyoming +0.491582 palaios_html_7922169499 palaios_html_7922169499:45:4343:4355 Arkona New South Wales +0.267804 aapg_aa_698.html aapg_aa_698.html:18:2238:2265 Prairie Regina, Saskatchewan +0.246482 gsa_html_8205362136 gsa_html_8205362136:841:85280:85286 Moscow Earth +0.284073 aapg_ac_832.html aapg_ac_832.html:94:12268:12282 Stony Mountain Williston, Vermont +0.264708 aapg_ad_110.html aapg_ad_110.html:649:70047:70065 Tensleep Colorado +0.505317 aapg_ac_187.html aapg_ac_187.html:114:10285:10295 Tuscaloosa Austin, Chicago +0.46154 aapg_aa_322.html aapg_aa_322.html:261:24316:24335 Wapanucka Pottsville, Pennsylvania +0.499554 cspg_html_4495377323 cspg_html_4495377323:235:27773:27778 Banff Lacombe, Alberta +0.258542 cspg_html_2139304729 cspg_html_2139304729:412:36391:36411 Griper Bay Melville Island (Canada) +0.239304 aapg_ae_658.html aapg_ae_658.html:574:58977:58985 Colorado Denver +0.426222 aapg_ae_72.html aapg_ae_72.html:281:25277:25294 Hermit Mesa, Arizona +0.269037 aapg_ae_295.html aapg_ae_295.html:109:13003:13015 Maness Buda, Texas +0.249494 gsa_html_9603601502 gsa_html_9603601502:758:55892:55912 West Point Western world +0.267168 aapg_ah_975.html aapg_ah_975.html:3:196:213 Jackson National Museum of the United States Air Force +0.256035 aapg_af_575.html aapg_af_575.html:184:24839:24865 Signal Mountain Fort Sill +0.251748 aapg_ae_708.html aapg_ae_708.html:69:9590:9610 Nolichucky Virginia +0.496244 aapg_ad_978.html aapg_ad_978.html:268:25324:25331 Wasatch Uinta Mountains +0.43587 aapg_ai_321.html aapg_ai_321.html:160:22479:22496 Subinal Matagalpa +0.251988 geology_html_8596179481 geology_html_8596179481:207:17666:17676 Topanga Glendora, California +0.249488 AMJC_html_8522115051 AMJC_html_8522115051:994:106499:106508 Extension England +0.24823 cspg_html_4666332434 cspg_html_4666332434:499:73545:73563 Foremost Lacombe, Alberta +0.489888 aapg_ac_720.html aapg_ac_720.html:66:8883:8901 Navesink New Egypt, New Jersey +0.49848 aapg_ae_249.html aapg_ae_249.html:197:18215:18224 Greenhorn Herington, Kansas +0.458832 aapg_ac_313.html aapg_ac_313.html:706:78786:78805 Rio Dulce Dulce River +0.241943 geology_html_8332015754 geology_html_8332015754:11:481:494 Santa Barbara California +0.80136 aapg_af_575.html aapg_af_575.html:1015:147988:147999 Cloud Chief Florida Panhandle +0.263682 geology_html_4374598118 geology_html_4374598118:319:23788:23794 Snyder California +0.50496 aapg_ae_415.html aapg_ae_415.html:941:117461:117466 Tampa Suwannee County, Florida +0.498942 aapg_aa_382.html aapg_aa_382.html:15:2863:2871 Monterey Maricopa, Arizona +0.459627 gsa_html_1817109082 gsa_html_1817109082:565:48046:48059 Santa Barbara California +0.2597 cspg_html_3129231627 cspg_html_3129231627:201:27773:27835 Copes Bay Ellesmere Island +0.476586 sedimentology_html_2627587779 sedimentology_html_2627587779:928:57268:57272 Hall London, Ontario +0.247296 aapg_aa_4.html aapg_aa_4.html:134:17164:17170 Luther West Fork River +0.261476 cspg_html_9354781888 cspg_html_9354781888:1593:99403:99411 Columbia Victoria, British Columbia +0.273448 cspg_html_4413081832 cspg_html_4413081832:413:45225:45241 Viking Lacombe, Alberta +0.714985 aapg_ac_995.html aapg_ac_995.html:340:27859:27878 Smackover Alabama +0.49469 aapg_ad_169.html aapg_ad_169.html:491:57262:57267 Logan Greenbrier (Great Smoky Mountains) +0.52576 cspg_html_9222238695 cspg_html_9222238695:105:15745:15765 Cadomin Lacombe, Alberta +0.399641 palaios_html_2298416430 palaios_html_2298416430:344:39133:39148 Lance Sweetwater, Miami-Dade County, Florida +0.24843 aapg_aa_267.html aapg_aa_267.html:415:34879:34889 Greenbrier Huntington, West Virginia +0.26724 aapg_ai_388.html aapg_ai_388.html:224:22922:22943 Browns Park Sparks, Nevada +0.46269 aapg_af_575.html aapg_af_575.html:1045:153174:153181 Leonard Panhandle, Texas +0.498316 aapg_ad_335.html aapg_ad_335.html:575:73554:73573 Rock Springs Cheyenne, Wyoming +0.515856 palaios_html_3112927242 palaios_html_3112927242:422:28144:28161 Juniata Pennsylvania +0.459316 geology_html_4034643281 geology_html_4034643281:11:489:495 Denver Colorado +0.248472 aapg_af_854.html aapg_af_854.html:1017:143169:143186 Cypress Hardinsburg, Indiana +0.505136 cspg_html_2769629211 cspg_html_2769629211:675:70496:70504 Columbia Victoria, British Columbia +0.48024 aapg_ah_534.html aapg_ah_534.html:360:30444:30450 Esopus Palmerton, Pennsylvania +0.464 cspg_html_8990290265 cspg_html_8990290265:115:17899:17924 Beaverhill Lacombe, Alberta +0.285092 aapg_ae_324.html aapg_ae_324.html:199:19400:19420 Beekmantown Knoxville, Tennessee +0.24108 aapg_af_23.html aapg_af_23.html:105:14911:14923 Calico Bluff Western world +0.505195 aapg_aa_229.html aapg_aa_229.html:336:27298:27311 Potomac Maryland +0.2574 sedimentology_html_7445163158 sedimentology_html_7445163158:1345:74212:74217 Cadiz Spain +0.244188 gsa_html_7765430810 gsa_html_7765430810:16:690:703 Santa Barbara California +0.46986 cspg_html_4409656292 cspg_html_4409656292:736:77974:77993 Kaskapau Canada +0.713048 aapg_ak_118.html aapg_ak_118.html:59:6855:6872 Bossier Shreveport, Louisiana +0.385801 aapg_af_980.html aapg_af_980.html:240:34190:34211 Green River Cheyenne, Wyoming +0.489658 aapg_ak_76.html aapg_ak_76.html:326:50539:50549 Rio Grande Nelson, New Zealand +0.41993 aapg_ae_973.html aapg_ae_973.html:738:56009:56019 Dewey Lake West Texas +0.48552 gsa_html_5627360957 gsa_html_5627360957:427:39792:39800 Colorado Arizona +0.253847 gsa_html_5625878232 gsa_html_5625878232:205:29336:29360 Cedar District Denman Island +0.252753 aapg_af_575.html aapg_af_575.html:1141:164207:164215 Woodbine Austin, Chicago +0.47632 cspg_html_6546794930 cspg_html_6546794930:229:22937:22965 Prairie Regina, Saskatchewan +0.498905 aapg_aa_47.html aapg_aa_47.html:136:14974:14990 Sandia New Mexico +0.329832 cspg_html_5697056884 cspg_html_5697056884:510:52739:52747 Deadwood Regina, Saskatchewan +0.48379 aapg_ae_841.html aapg_ae_841.html:28:2655:2675 Forest Onslow County, North Carolina +0.699413 aapg_ad_2.html aapg_ad_2.html:862:122240:122247 Elbrook Quarryville, Pennsylvania +0.251446 aapg_ad_2.html aapg_ad_2.html:619:90988:91006 Chickies Pennsylvania +0.247506 cspg_html_4385655879 cspg_html_4385655879:15:1861:1880 Woodbend Drumheller +0.274944 aapg_ae_757.html aapg_ae_757.html:12:2127:2140 Carlile Niobrara, Nebraska +0.242514 jgeology_html_8750845452 jgeology_html_8750845452:137:13306:13315 Milwaukee Lake Michigan +0.507064 gsa_html_8951179545 gsa_html_8951179545:882:90276:90288 Wilcox Texas +0.266766 palaios_html_2621173808 palaios_html_2621173808:1282:119526:119540 Doig Victoria, British Columbia +0.70873 aapg_af_711.html aapg_af_711.html:91:8353:8375 Monterey California +0.278615 aapg_ad_883.html aapg_ad_883.html:64:8250:8260 Eau Claire Michigan +0.436678 aapg_ah_756.html aapg_ah_756.html:3:513:523 San Andres Texas +0.27438 aapg_ad_784.html aapg_ad_784.html:211:24605:24614 Coldwater Ojai, California +0.485366 cspg_html_6294601758 cspg_html_6294601758:15:1664:1679 Cairn Lacombe, Alberta +0.255867 aapg_ad_696.html aapg_ad_696.html:412:38004:38020 Weches Smith County, Kansas +0.255488 geology_html_7484355547 geology_html_7484355547:140:13518:13556 Blanco Juan de Fuca Plate +0.482729 aapg_aa_544.html aapg_aa_544.html:272:36939:36953 Niobrara Niobrara, Nebraska +0.499465 aapg_ac_983.html aapg_ac_983.html:11:1906:1922 Hertha Plattsburg, Missouri +0.47564 gsa_html_7272439065 gsa_html_7272439065:435:47516:47526 Fort Union Fort Union Trading Post National Historic Site +0.475048 aapg_ac_58.html aapg_ac_58.html:76:10718:10727 Peninsula Antarctic Peninsula +0.799552 aapg_ae_147.html aapg_ae_147.html:281:28120:28134 Pico South Mountains (Arizona) +0.264704 aapg_ae_324.html aapg_ae_324.html:79:7653:7660 Newport Virginia +0.25333 gsa_html_4785200468 gsa_html_4785200468:147:13221:13228 Hemlock Rochester, Kent +0.26058 cspg_html_7297340324 cspg_html_7297340324:824:93213:93242 Dunvegan Lacombe, Alberta +0.493626 cspg_html_2283545366 cspg_html_2283545366:617:64827:64857 Doig Lacombe, Alberta +0.444062 aapg_aa_4.html aapg_aa_4.html:288:38669:38675 Ithaca Ithaca, New York +0.48762 gsa_html_4704161426 gsa_html_4704161426:29:2796:2824 Green River New Mexico +0.266135 cspg_html_3501550466 cspg_html_3501550466:79:12749:12757 Grosmont Lacombe, Alberta +0.262636 gsa_html_2676102786 gsa_html_2676102786:13:582:590 Michigan Earth +0.247995 gsa_html_2023933346 gsa_html_2023933346:946:89874:89889 Sespe California +0.496244 gsa_html_9052101586 gsa_html_9052101586:130:14383:14406 Peoria Northern Great Plain +0.252476 sedimentology_html_5376758741 sedimentology_html_5376758741:815:76215:76235 Beck Spring Dolomite California +0.47136 aapg_ah_447.html aapg_ah_447.html:162:19392:19409 Reynosa Oakville, California +0.485254 cspg_html_5159590775 cspg_html_5159590775:5:271:287 Ireton Central Alberta +0.471165 gsa_html_4058959570 gsa_html_4058959570:356:27859:27875 Bladen Maya Mountain +0.23765 sedimentology_html_6801265628 sedimentology_html_6801265628:802:38581:38590 Peninsula Italy +0.247164 gsa_html_9406395350 gsa_html_9406395350:15:843:849 Denver Colorado +0.504106 aapg_ae_499.html aapg_ae_499.html:497:52947:52966 Dakota Colorado +0.474525 aapg_ah_5.html aapg_ah_5.html:2479:176356:176363 Pekisko Lacombe, Alberta +0.662377 aapg_ai_105.html aapg_ai_105.html:541:64398:64415 Oquirrh Logan, Utah +0.504612 gsa_html_3860045860 gsa_html_3860045860:802:84659:84680 White River Douglas, Isle of Man +0.244989 jgeology_html_6738257029 jgeology_html_6738257029:1764:65980:65986 Provo Spain +0.496422 aapg_ac_245.html aapg_ac_245.html:259:37022:37031 Wyandotte Plattsburg, Missouri +0.372744 palaios_html_2592562131 palaios_html_2592562131:14:607:617 Eau Claire Wisconsin +0.258516 cspg_html_9152086986 cspg_html_9152086986:223:21387:21404 Halfway Victoria, British Columbia +0.89582 cspg_html_1434585715 cspg_html_1434585715:729:69454:69462 Paskapoo Calgary +0.862557 cspg_html_1265381145 cspg_html_1265381145:192:20595:20600 Banff Lacombe, Alberta +0.255936 cspg_html_7587979364 cspg_html_7587979364:673:47972:47997 Keg River Swan Hill, Victoria +0.263144 jgeology_html_8492223548 jgeology_html_8492223548:1331:89778:89799 Green River Cheyenne, Wyoming +0.259017 aapg_ad_683.html aapg_ad_683.html:618:63310:63315 Supai Supai, Arizona +0.479688 geology_html_6086140621 geology_html_6086140621:15:1091:1100 Newcastle Newcastle upon Tyne +0.874225 cspg_html_9343899465 cspg_html_9343899465:1563:128392:128405 Weatherall Banks Island +0.263165 cspg_html_3926542795 cspg_html_3926542795:68:11186:11220 Swan Hills Lacombe, Alberta +0.24735 sedimentology_html_3220122506 sedimentology_html_3220122506:1052:89833:89859 Yakataga Anchorage, Alaska +0.262023 aapg_aa_305.html aapg_aa_305.html:41:6468:6476 Kirkwood Closter, New Jersey +0.284622 aapg_ah_766.html aapg_ah_766.html:61:7019:7041 Todos Santos Guatemala +0.2515 cspg_html_3008414459 cspg_html_3008414459:29:4682:4692 Milk River Lacombe, Alberta +0.260568 geology_html_3309524328 geology_html_3309524328:224:21651:21658 Halifax Bridgetown, Nova Scotia +0.267716 cspg_html_5501097280 cspg_html_5501097280:244:32902:32928 Hector Lacombe, Alberta +0.498005 sedimentology_html_8510537334 sedimentology_html_8510537334:30:2037:2044 Potsdam Bridgetown, Nova Scotia +0.46319 aapg_ai_688.html aapg_ai_688.html:58:8689:8698 Rochester Middle East +0.491064 aapg_aa_906.html aapg_aa_906.html:57:6840:6858 Wasatch Fort Union Trading Post National Historic Site +0.382022 aapg_af_53.html aapg_af_53.html:537:62350:62381 Lizard Springs Trinidad and Tobago +0.26832 aapg_ah_722.html aapg_ah_722.html:417:48340:48352 Kingak Pebble Mine +0.2575 aapg_ae_638.html aapg_ae_638.html:95:9151:9156 Salem Salem, Massachusetts +0.46376 aapg_af_436.html aapg_af_436.html:250:28720:28728 Virginia Piedmont (United States) +0.252504 aapg_ad_3.html aapg_ad_3.html:79:7127:7143 Nolichucky Maryville, Missouri +0.266965 aapg_ac_333.html aapg_ac_333.html:1926:185965:185975 San Miguel Colorado +0.250318 aapg_ad_640.html aapg_ad_640.html:87:12225:12246 Fort Union Wasatch Range +0.478541 aapg_ac_486.html aapg_ac_486.html:374:42299:42305 Denver Cheyenne, Wyoming +0.456487 aapg_af_291.html aapg_af_291.html:36:5034:5042 Lisburne Anchorage, Alaska +0.519318 aapg_ae_468.html aapg_ae_468.html:148:15422:15427 Greta Greta, Victoria +0.406182 aapg_af_351.html aapg_af_351.html:67:8938:8959 Red Glacier Cook Inlet +0.487014 aapg_ad_801.html aapg_ad_801.html:242:26471:26497 Danville Landing Shreveport, Louisiana +0.259045 cspg_html_6927586285 cspg_html_6927586285:46:6781:6788 Halfway Victoria, British Columbia +0.508491 aapg_ad_540.html aapg_ad_540.html:7:236:244 Temporal Aachen Cathedral +0.25957 aapg_aa_260.html aapg_aa_260.html:174:19558:19576 Lisburne Prudhoe Bay Oil Field +0.47564 aapg_ac_575.html aapg_ac_575.html:223:37292:37300 Quadrant Madison River +0.499278 cspg_html_1450375831 cspg_html_1450375831:16:1906:1922 Earlie Lacombe, Alberta +0.49567 gsa_html_8713261856 gsa_html_8713261856:814:79601:79607 Oxford North Sea oil +0.272259 aapg_ad_660.html aapg_ad_660.html:474:65196:65216 San Andres New Mexico +0.490546 aapg_ad_306.html aapg_ad_306.html:162:21720:21724 Omoa Caribbean +0.250444 aapg_ae_415.html aapg_ae_415.html:7:1110:1124 Paynes Hammock Alabama +0.495552 aapg_ah_98.html aapg_ah_98.html:326:29341:29360 Stonewall Manitoba +0.259056 geology_html_3982744980 geology_html_3982744980:45:4305:4312 Wonewoc Wisconsin +0.253005 aapg_ac_912.html aapg_ac_912.html:19:2325:2333 Tensleep Cheyenne, Wyoming +0.2475 aapg_aa_122.html aapg_aa_122.html:1114:134791:134799 Woodbend Lacombe, Alberta +0.231168 aapg_ae_753.html aapg_ae_753.html:63:7407:7422 Olentangy Ohio +0.273528 cspg_html_5376629375 cspg_html_5376629375:50:8898:8917 Cathedral Eldon, Missouri +0.466944 cspg_html_2834693711 cspg_html_2834693711:526:73030:73050 Huntingdon Vancouver +0.26928 aapg_ad_764.html aapg_ad_764.html:57:8625:8632 Temblor Round Mountain, Nevada +0.255 geology_html_5450944036 geology_html_5450944036:297:23523:23539 Navajo Logan, Utah +0.486213 gsa_html_2644248975 gsa_html_2644248975:1182:91666:91694 Green River Iran +0.685404 aapg_aa_0.html aapg_aa_0.html:729:48096:48112 Humbug Reno, Nevada +0.254014 aapg_af_4.html aapg_af_4.html:44:5113:5121 Monterey Monterey, California +0.266255 cspg_html_9720041449 cspg_html_9720041449:1143:136702:136718 Nisku Canada +0.867255 aapg_af_896.html aapg_af_896.html:130:12939:12946 El Paso Texas +0.254856 geology_html_6363585237 geology_html_6363585237:317:25303:25312 Extension Tyrrhenian Sea +0.252374 cspg_html_1378826439 cspg_html_1378826439:533:44982:45000 Frontier Cheyenne, Wyoming +0.262135 cspg_html_5381643866 cspg_html_5381643866:33:4924:4932 Columbia Victoria, British Columbia +0.489082 aapg_af_867.html aapg_af_867.html:48:4884:4893 Rochester Mankato, Minnesota +0.4295 cspg_html_1503116552 cspg_html_1503116552:124:20948:20968 Swan Hills Swan Hill, Victoria +0.268308 gsa_html_4038604474 gsa_html_4038604474:17:923:930 Windsor Ontario, California +0.479688 sedimentology_html_3526963029 sedimentology_html_3526963029:436:46265:46275 Washington Seattle +0.25347 cspg_html_3026112034 cspg_html_3026112034:40:2735:2745 Wabamun Swan Hill, Victoria +0.472547 aapg_ah_217.html aapg_ah_217.html:139:15732:15741 Elk Clearfield County, Pennsylvania +0.482384 aapg_ac_329.html aapg_ac_329.html:114:9700:9708 Sterling Arkansas +0.474624 aapg_af_288.html aapg_af_288.html:189:20968:20974 Diablo Delaware +0.254015 geology_html_7192428883 geology_html_7192428883:15:727:735 Colorado Denver +0.484568 geology_html_7977615951 geology_html_7977615951:14:833:842 San Diego La Jolla +0.47616 aapg_ad_958.html aapg_ad_958.html:692:70902:70914 Reeds Spring Burlington, Ontario +0.4851 aapg_ac_720.html aapg_ac_720.html:312:32197:32224 Vincentown Manasquan, New Jersey +0.507936 aapg_ac_807.html aapg_ac_807.html:552:54809:54826 St Marys North Carolina +0.26571 cspg_html_9516677253 cspg_html_9516677253:250:30981:30998 Cardium Lacombe, Alberta +0.474329 aapg_ah_763.html aapg_ah_763.html:47:4623:4636 Reno Artesia, New Mexico +0.248712 cspg_html_4287356899 cspg_html_4287356899:1480:204974:204979 Yukon Western world +0.269608 aapg_ad_564.html aapg_ad_564.html:6384:508426:508475 Grosmont Lacombe, Alberta +0.262614 cspg_html_2018998204 cspg_html_2018998204:215:22996:23004 Columbia Victoria, British Columbia +0.480704 aapg_aa_148.html aapg_aa_148.html:192:21753:21765 Burro Canyon New Mexico +0.26826 aapg_ai_58.html aapg_ai_58.html:17:1960:1965 Viola Decorah, Iowa +0.26265 sedimentology_html_4066314755 sedimentology_html_4066314755:657:37296:37306 Protection Zagreb +0.243987 aapg_af_166.html aapg_af_166.html:269:30804:30822 Oakville Brazos River +0.24846 aapg_ah_415.html aapg_ah_415.html:52:5594:5613 Bow Island Bow Island Airport +0.903394 aapg_aa_761.html aapg_aa_761.html:586:72580:72598 Shublik Anchorage, Alaska +0.271932 cspg_html_4374961624 cspg_html_4374961624:175:22286:22308 Snake Indian Mount Robson Provincial Park +0.47998 palaios_html_3855840708 palaios_html_3855840708:376:33108:33123 Brule Nebraska +0.26367 gsa_html_8491258533 gsa_html_8491258533:674:72184:72218 Seboomook Portland, Maine +0.264192 aapg_ai_796.html aapg_ai_796.html:184:20108:20127 Athabasca Edmonton, London +0.494758 aapg_ae_991.html aapg_ae_991.html:49:6591:6608 Amsden Cheyenne, Wyoming +0.45154 aapg_aa_507.html aapg_aa_507.html:41:5048:5058 Tuscaloosa Selma to Montgomery marches +0.24543 aapg_ah_722.html aapg_ah_722.html:414:47895:47906 Kayak Pebble Mine +0.477225 cspg_html_7325522863 cspg_html_7325522863:234:36800:36806 Viking Lacombe, Alberta +0.255972 cspg_html_5272711466 cspg_html_5272711466:10:1125:1143 Duvernay Lacombe, Alberta +0.49556 cspg_html_2659844208 cspg_html_2659844208:34:3718:3729 Peace River Honolulu +0.502458 sedimentology_html_2006668573 sedimentology_html_2006668573:215:20981:20987 Brazil South America +0.275544 gsa_html_2005293978 gsa_html_2005293978:1166:89207:89215 Virginia Long Island (Massachusetts) +0.254007 aapg_af_291.html aapg_af_291.html:30:4008:4022 Lisburne Anchorage, Alaska +0.50233 palaios_html_3112927242 palaios_html_3112927242:32:3561:3578 Juniata Juniata County School District +0.773435 aapg_ah_871.html aapg_ah_871.html:11:1860:1867 Pamelia Lowville (town), New York +0.500499 gsa_html_3720789279 gsa_html_3720789279:1186:109856:109866 Washington Salem, Oregon +0.243542 jgeology_html_9111148993 jgeology_html_9111148993:189:12074:12091 Baraboo Quartzite Lake Superior +0.504243 aapg_ah_486.html aapg_ah_486.html:91:10888:10908 Pottsville Michigan +0.473946 cspg_html_5675079479 cspg_html_5675079479:166:17402:17426 Fort Vermilion Castillo de San Marcos +0.259578 geology_html_8933582713 geology_html_8933582713:225:18232:18239 Andrews North Atlantic Current +0.498225 palaios_html_5268896536 palaios_html_5268896536:563:42385:42393 Columbia Victoria, British Columbia +0.47628 palaios_html_1047361324 palaios_html_1047361324:152:15758:15778 Manzanilla Manzanilla (wine) +0.234608 aapg_ae_755.html aapg_ae_755.html:5:922:940 Belgrade Pungo River +0.495286 aapg_aa_537.html aapg_aa_537.html:183:21930:21936 Wilcox Okmulgee, Oklahoma +0.398535 aapg_ai_583.html aapg_ai_583.html:860:87723:87729 Denver Cheyenne, Wyoming +0.458267 aapg_aa_25.html aapg_aa_25.html:167:15042:15058 Carmel Kayenta, Arizona +0.252973 AMJC_html_1767296229 AMJC_html_1767296229:25:1197:1202 Laval Sainte-Foy-Tarentaise +0.52334 aapg_ae_876.html aapg_ae_876.html:502:54679:54697 Frontier Plateau State +0.365056 gsa_html_1549665076 gsa_html_1549665076:16:866:876 Ellensburg Washington (state) +0.462031 cspg_html_9780523405 cspg_html_9780523405:283:41603:41636 Colorado Mississippi River +0.501696 aapg_aa_23.html aapg_aa_23.html:927:121790:121799 Interlake Portage la Prairie +0.524001 aapg_ad_439.html aapg_ad_439.html:266:34857:34861 Java Sumatra +0.258332 gsa_html_4534130675 gsa_html_4534130675:560:52482:52489 Oceanic La Jolla +0.482924 geology_html_5491871101 geology_html_5491871101:91:6357:6363 Oregon Lakewood, California +0.485463 aapg_ad_683.html aapg_ad_683.html:603:62041:62057 Kaibab Supai, Arizona +0.247266 cspg_html_4287356899 cspg_html_4287356899:171:25647:25664 Ettrain Nelson, New Zealand +0.264008 gsa_html_9513959579 gsa_html_9513959579:663:71992:72013 Boyer Ranch Reno, Nevada +0.50336 palaios_html_1182208861 palaios_html_1182208861:667:50943:50964 Green River Cheyenne, Wyoming +0.473052 gsa_html_7296412338 gsa_html_7296412338:104:9319:9332 Saline Valley Panamint Valley +0.259248 cspg_html_4176605708 cspg_html_4176605708:299:28875:28896 Fish Scales Regina, Saskatchewan +0.49215 gsa_html_9697375887 gsa_html_9697375887:820:82423:82451 Green River Colorado +0.460784 aapg_af_358.html aapg_af_358.html:359:37437:37445 Virginia Melbourne, Florida +0.250937 aapg_ac_613.html aapg_ac_613.html:212:33275:33294 Fruitland Kirtland, Ohio +0.477225 aapg_af_533.html aapg_af_533.html:666:64191:64196 Logan Mexico +0.694991 aapg_af_392.html aapg_af_392.html:67:7559:7577 Frontier Cheyenne, Wyoming +0.268275 aapg_ai_947.html aapg_ai_947.html:378:62539:62564 Santa Margarita Bartow County, Georgia +0.469938 aapg_ai_153.html aapg_ai_153.html:392:60082:60104 Marble Falls Atoka, Oklahoma +0.2525 aapg_ah_496.html aapg_ah_496.html:24:1870:1889 Wapanucka Mississippi River +0.4195 aapg_ae_256.html aapg_ae_256.html:106:11772:11776 Frio Calhoun County, Michigan +0.273205 aapg_aa_610.html aapg_aa_610.html:75:8114:8137 Niobrara Mesa, Arizona +0.506121 aapg_ai_54.html aapg_ai_54.html:157:17964:17984 Tuscaloosa Tuscaloosa, Alabama +0.490356 aapg_ae_474.html aapg_ae_474.html:1329:139926:139932 Bethel Missouri River +0.460288 aapg_ah_632.html aapg_ah_632.html:153:18797:18804 Juniata Juniata County School District +0.485648 cspg_html_6306091047 cspg_html_6306091047:39:7914:7922 Columbia Victoria, British Columbia +0.264052 aapg_ae_231.html aapg_ae_231.html:25:2598:2616 Onondaga Pennsylvania +0.245058 jgeology_html_8596065691 jgeology_html_8596065691:723:62802:62821 Los Pasos Mexico +0.38279 aapg_ae_937.html aapg_ae_937.html:74:7178:7193 Eutaw Mississippi River +0.505182 aapg_ah_243.html aapg_ah_243.html:88:10453:10471 Oakville Texas +0.260268 cspg_html_1841843683 cspg_html_1841843683:46:6989:7006 Rierdon Cheyenne, Wyoming +0.534456 aapg_aa_147.html aapg_aa_147.html:830:84161:84180 Stonewall Manitoba +0.23808 aapg_ad_761.html aapg_ad_761.html:74:6109:6115 Walnut Goodland, Kansas +0.255024 palaios_html_9127387632 palaios_html_9127387632:623:59481:59495 Kope Ohio +0.523452 aapg_aa_23.html aapg_aa_23.html:1010:134378:134386 Imperial Regina, Saskatchewan +0.496944 palaios_html_9876040400 palaios_html_9876040400:54:5955:5976 White River Laramide orogeny +0.854568 aapg_ac_575.html aapg_ac_575.html:282:44586:44596 Phosphoria Reno, Nevada +0.208547 aapg_ad_941.html aapg_ad_941.html:357:26096:26117 Slave Point Great Slave Lake +0.274046 cspg_html_6306091047 cspg_html_6306091047:70:12773:12781 Columbia Victoria, British Columbia +0.490116 aapg_ac_986.html aapg_ac_986.html:60:7562:7580 San Jose New Mexico +0.271906 cspg_html_7457399958 cspg_html_7457399958:31:5129:5166 Bay Fiord Melville Island (Canada) +0.487026 aapg_af_568.html aapg_af_568.html:444:38618:38634 Dakota Cheyenne, Wyoming +0.893016 cspg_html_8695996393 cspg_html_8695996393:495:48829:48846 Cardium Central Alberta +0.906079 aapg_aa_147.html aapg_aa_147.html:6:1028:1046 Deadwood Red River of the North +0.260096 aapg_ad_0.html aapg_ad_0.html:106:11056:11071 Oneota Trempealeau, Wisconsin +0.444745 gsa_html_1361916335 gsa_html_1361916335:754:69417:69425 Virginia Colorado +0.27195 cspg_html_7178716951 cspg_html_7178716951:57:8335:8347 Fernie Moose Mountain (Alberta) +0.247852 aapg_ai_592.html aapg_ai_592.html:261:42524:42545 Green River Logan, Utah +0.49203 aapg_ad_338.html aapg_ad_338.html:418:50884:50899 Coker Tuscaloosa, Alabama +0.47658 aapg_ai_28.html aapg_ai_28.html:728:69190:69201 San Antonio Medina County, Texas +0.269217 aapg_ae_256.html aapg_ae_256.html:43:5474:5484 Georgetown Austin, Chicago +0.240681 aapg_aa_718.html aapg_aa_718.html:618:64904:64910 Oxford Ohio +0.488128 aapg_ah_524.html aapg_ah_524.html:68:6938:6954 Entrada Colorado +0.255518 sedimentology_html_6261114825 sedimentology_html_6261114825:158:12602:12621 Santa Cruz Mudstone Santa Cruz Mountains +0.2525 aapg_aa_732.html aapg_aa_732.html:466:46375:46381 Sierra Texas +0.435784 aapg_ad_379.html aapg_ad_379.html:137:11398:11406 Tensleep Hartville, Missouri +0.454816 aapg_ah_847.html aapg_ah_847.html:170:19177:19185 Navesink Woodbury, New Jersey +0.245338 palaios_html_8598874705 palaios_html_8598874705:135:16388:16419 Kope Ohio +0.505512 cspg_html_1378826439 cspg_html_1378826439:519:43967:43985 Cardium Lacombe, Alberta +0.25149 aapg_ah_530.html aapg_ah_530.html:233:28106:28118 Percha Morenci, Michigan +0.49755 aapg_ad_639.html aapg_ad_639.html:497:59010:59022 Wilcox Texas +0.477288 aapg_aa_752.html aapg_aa_752.html:332:42820:42850 Nisku Canada +0.249494 aapg_ac_16.html aapg_ac_16.html:56:4976:4985 Extension Texas +0.442611 aapg_ah_370.html aapg_ah_370.html:642:50960:50976 Potter Farm Moscow +0.250488 gsa_html_3521452491 gsa_html_3521452491:198:22945:22962 Dolores Antarctica +0.243036 aapg_ai_38.html aapg_ai_38.html:205:21389:21408 Mesaverde Colorado +0.475915 aapg_af_471.html aapg_af_471.html:206:24460:24468 Parkwood Hartselle, Alabama +0.483525 aapg_ae_98.html aapg_ae_98.html:35:4426:4449 Cedar Mountain Reno, Nevada +0.25132 sedimentology_html_7387934786 sedimentology_html_7387934786:157:15715:15723 Colorado Loveland, Ohio +0.484059 cspg_html_3447886929 cspg_html_3447886929:32:4247:4268 Lawrence New Brunswick, New Jersey +0.254448 palaios_html_3931161229 palaios_html_3931161229:88:8062:8087 Richmond Ohio +0.4755 cspg_html_8904992939 cspg_html_8904992939:447:52191:52205 Woodbend Canada +0.24035 gsa_html_8774590177 gsa_html_8774590177:180:21375:21383 Pinnacle Shoreham Nuclear Power Plant +0.468968 aapg_ah_779.html aapg_ah_779.html:376:70015:70021 Camden Illinois +0.272228 aapg_ad_759.html aapg_ad_759.html:83:8887:8892 Vaqueros Royal Botanic Gardens, Kew +0.513477 aapg_ac_126.html aapg_ac_126.html:14:1996:2005 Smackover Haynesville, Louisiana +0.466026 aapg_ai_614.html aapg_ai_614.html:54:9035:9048 Brushy Canyon Africa +0.256536 gsa_html_2098291403 gsa_html_2098291403:513:44787:44797 Washington Salem, Oregon +0.26058 cspg_html_2513202691 cspg_html_2513202691:20:2632:2640 Columbia Victoria, British Columbia +0.255374 aapg_af_888.html aapg_af_888.html:43:4143:4159 San Andres Nashville Basin +0.463188 aapg_af_877.html aapg_af_877.html:81:8587:8598 Tar Springs Richland, Washington +0.252 aapg_ad_580.html aapg_ad_580.html:254:30784:30796 Tongue River Knife River +0.359397 palaios_html_6120302032 palaios_html_6120302032:503:44629:44649 Pottsville Alabama +0.24174 sedimentology_html_3181527419 sedimentology_html_3181527419:890:56420:56424 Earp Supai, Arizona +0.27068 aapg_ah_157.html aapg_ah_157.html:301:43210:43217 Cypress Kentucky +0.25137 aapg_ac_505.html aapg_ac_505.html:54:7369:7377 Michigan Michigan +0.463815 aapg_ah_157.html aapg_ah_157.html:111:14905:14926 Borden Illinois +0.509956 aapg_af_631.html aapg_af_631.html:11:1208:1218 Whitehorse Salado, Texas +0.462272 aapg_ah_391.html aapg_ah_391.html:77:7541:7548 Gaviota Ventura County, California +0.25347 gsa_html_8010927234 gsa_html_8010927234:355:29379:29403 Greenvale Cove Piermont, New York +0.26455 cspg_html_4287356899 cspg_html_4287356899:2901:318679:318699 Assistance Devon Island +0.4902 cspg_html_1237739452 cspg_html_1237739452:307:44973:44993 Kananaskis High Rock Lake +0.749562 aapg_ac_536.html aapg_ac_536.html:658:65376:65400 Mission Canyon Denver +0.261726 aapg_ad_958.html aapg_ad_958.html:1665:170434:170440 Keokuk Illinois +0.240825 geology_html_3305988371 geology_html_3305988371:52:5007:5015 Michigan Michigan +0.507416 aapg_af_13.html aapg_af_13.html:943:87732:87744 Dakota Colorado +0.25839 aapg_ah_156.html aapg_ah_156.html:889:82516:82547 Ireton Lacombe, Alberta +0.487272 aapg_ac_333.html aapg_ac_333.html:1161:138964:138974 San Andres New Mexico +0.46376 geology_html_1787649347 geology_html_1787649347:371:25102:25105 Rye Netherlands +0.25542 geology_html_1728028051 geology_html_1728028051:320:19135:19139 Bond Earth +0.388608 aapg_aa_232.html aapg_aa_232.html:475:55125:55141 Denton Cheyenne, Wyoming +0.471906 aapg_af_85.html aapg_af_85.html:6:754:766 Gilwood Lacombe, Alberta +0.467892 aapg_aa_147.html aapg_aa_147.html:257:31254:31274 Saskatchewan Manitoba +0.533676 aapg_ah_779.html aapg_ah_779.html:283:52672:52681 Rochester Bloomington, Indiana +0.25755 gsa_html_2266546108 gsa_html_2266546108:442:47309:47325 Neroly Bartow County, Georgia +0.246402 cspg_html_2013109828 cspg_html_2013109828:307:57424:57441 Cedared Bear Lake, Michigan +0.266766 aapg_ac_407.html aapg_ac_407.html:92:9377:9387 Fort Union Pinedale, California +0.454104 aapg_af_221.html aapg_af_221.html:16:1363:1371 Colorado Beaumont, Texas +0.252234 aapg_ae_415.html aapg_ae_415.html:877:109316:109328 Chickasawhay Tampa, Florida +0.49368 cspg_html_4530154552 cspg_html_4530154552:238:33984:33992 Columbia Lacombe, Alberta +0.260865 sedimentology_html_9566366967 sedimentology_html_9566366967:735:59741:59745 Hall London, Ontario +0.25857 aapg_af_518.html aapg_af_518.html:247:24347:24362 Tireo Cordillera Central (Puerto Rico) +0.486213 aapg_ae_800.html aapg_ae_800.html:4:414:431 Hermosa Colorado +0.245518 palaios_html_3140337808 palaios_html_3140337808:416:40704:40712 Colorado Colorado +0.489808 aapg_ac_90.html aapg_ac_90.html:357:38510:38527 Carmel Arizona +0.500456 geology_html_4860165216 geology_html_4860165216:17:740:751 Lee Atlantic Ocean +0.482964 cspg_html_8328720217 cspg_html_8328720217:771:85555:85563 Columbia Victoria, British Columbia +0.71394 aapg_aa_305.html aapg_aa_305.html:148:22685:22705 Citronelle Alabama +0.46176 geology_html_9734033201 geology_html_9734033201:268:19858:19866 Colorado Gunnison County, Colorado +0.491008 aapg_ae_873.html aapg_ae_873.html:261:30813:30818 Tyler Texas +0.48399 gsa_html_1047526579 gsa_html_1047526579:672:70862:70872 Washington Antarctica +0.474885 cspg_html_4773367370 cspg_html_4773367370:331:25476:25501 Joli Fou Victoria, British Columbia +0.246813 aapg_ad_871.html aapg_ad_871.html:81:8962:8970 Michigan Alpena County, Michigan +0.47838 palaios_html_7765531315 palaios_html_7765531315:637:61139:61155 Noonday Dolomite Death Valley +0.468366 aapg_af_701.html aapg_af_701.html:168:20042:20049 Bedford Dauphin, Pennsylvania +0.476731 palaios_html_8472682513 palaios_html_8472682513:604:56062:56086 Cedar Mountain Logan, Utah +0.47151 aapg_ac_629.html aapg_ac_629.html:450:56806:56814 Beaumont Austin, Chicago +0.49987 aapg_ad_149.html aapg_ad_149.html:269:26737:26762 Beaverhill Lacombe, Alberta +0.236192 cspg_html_1462870252 cspg_html_1462870252:655:81365:81388 Sulphur Point Lacombe, Alberta +0.502244 aapg_ae_324.html aapg_ae_324.html:1299:129161:129172 Black River Lowville (town), New York +0.493735 aapg_ah_283.html aapg_ah_283.html:505:59894:59920 Chuckanut Washington (state) +0.356678 aapg_ac_474.html aapg_ac_474.html:137:13224:13244 Cedar Keys Melbourne, Florida +0.49036 aapg_af_625.html aapg_af_625.html:419:42192:42202 Elk Pennsylvania +0.26883 aapg_ae_268.html aapg_ae_268.html:277:27292:27313 Tar Springs Kentucky +0.495104 aapg_ai_183.html aapg_ai_183.html:107:10759:10769 Mount Head Lacombe, Alberta +0.477044 sedimentology_html_9842671891 sedimentology_html_9842671891:1446:71239:71249 Washington Olympic National Park +0.90336 gsa_html_8951179545 gsa_html_8951179545:773:82642:82666 Wilcox Texas +0.248952 jgeology_html_6738257029 jgeology_html_6738257029:1025:45215:45224 Gibraltar Marbella +0.488188 aapg_ae_72.html aapg_ae_72.html:61:8363:8395 Ignacio Quartzite Western world +0.247296 aapg_ae_272.html aapg_ae_272.html:813:80432:80450 Michigan Michigan +0.256949 cspg_html_8637177176 cspg_html_8637177176:173:24211:24229 Lea Park Lacombe, Alberta +0.474112 cspg_html_8298261690 cspg_html_8298261690:749:71620:71628 Columbia Victoria, British Columbia +0.499797 palaios_html_5078880508 palaios_html_5078880508:124:9197:9203 Goshen Brown County, Ohio +0.266256 cspg_html_3804945581 cspg_html_3804945581:371:39009:39017 Scollard Canada +0.363072 aapg_ai_861.html aapg_ai_861.html:16:2802:2819 Ivishak Prudhoe Bay Oil Field +0.367785 aapg_ah_876.html aapg_ah_876.html:666:82661:82667 Paluxy Mississippi River +0.475394 cspg_html_7938374662 cspg_html_7938374662:73:7969:7981 Grand Rapids Svalbard +0.511511 aapg_af_653.html aapg_af_653.html:478:55925:55932 Temblor California +0.255486 aapg_ah_328.html aapg_ah_328.html:305:31336:31354 Frontier Cheyenne, Wyoming +0.479115 aapg_af_430.html aapg_af_430.html:107:12062:12072 Frio Sarita, Texas +0.488241 gsa_html_5810513720 gsa_html_5810513720:69:5360:5388 Green River New Mexico +0.256 gsa_html_5293445820 gsa_html_5293445820:813:83571:83591 Keevy Peak Salcha River +0.25443 cspg_html_5818285590 cspg_html_5818285590:307:39954:39980 Kunga Charlotte Amalie, United States Virgin Islands +0.383382 cspg_html_9735723617 cspg_html_9735723617:178:22691:22705 Beverley Inlet Banks Island +0.247506 palaios_html_3022467877 palaios_html_3022467877:161:19577:19590 Pit New Jersey State Museum +0.482976 aapg_aa_732.html aapg_aa_732.html:27:4504:4521 Edwards Texas +0.2499 aapg_ai_639.html aapg_ai_639.html:38:5467:5498 Smackover Pine Hill, New Jersey +0.239554 aapg_ae_959.html aapg_ae_959.html:2257:160346:160356 Whitehorse Guadalupe Mountains National Park +0.475252 aapg_aa_124.html aapg_aa_124.html:571:58524:58540 Viking Bow Island Airport +0.665861 gsa_html_3720789279 gsa_html_3720789279:850:84054:84072 Burnt River Schist Boise, Idaho +0.282855 cspg_html_5534161222 cspg_html_5534161222:37:5950:5958 Columbia Lacombe, Alberta +0.238422 aapg_ac_473.html aapg_ac_473.html:493:62635:62643 Tensleep Cheyenne, Wyoming +0.266772 aapg_af_745.html aapg_af_745.html:1561:181480:181492 Saskatchewan Waterloo, Ontario +0.241266 palaios_html_6034217939 palaios_html_6034217939:54:6245:6253 Columbia Victoria, British Columbia +0.25608 aapg_ah_903.html aapg_ah_903.html:8:603:614 San Antonio Reston, Virginia +0.472948 gsa_html_3448554349 gsa_html_3448554349:941:90410:90432 Spechty Kopf Pennsylvania +0.46835 gsa_html_6143207195 gsa_html_6143207195:20:665:673 Colorado Denver +0.259 cspg_html_4392308496 cspg_html_4392308496:336:46917:46938 Bonaventure Nashville Basin +0.494769 aapg_ac_230.html aapg_ac_230.html:225:24110:24116 Sierra Colombia +0.486822 aapg_ah_529.html aapg_ah_529.html:317:33474:33491 Florida Mountains El Paso, Texas +0.504868 aapg_ac_575.html aapg_ac_575.html:119:19137:19147 Phosphoria Cheyenne, Wyoming +0.451589 cspg_html_2826081830 cspg_html_2826081830:52:7875:7898 Grand Rapids Clearwater, Florida +0.498355 aapg_ae_692.html aapg_ae_692.html:744:68448:68467 Deadwood Winnipeg +0.440667 aapg_ad_683.html aapg_ad_683.html:830:80332:80348 Kaibab Supai, Arizona +0.518816 gsa_html_4179834030 gsa_html_4179834030:562:49610:49638 Green River Colorado +0.49087 jgeology_html_1004614520 jgeology_html_1004614520:297:17637:17653 Navajo Carmel, Indiana +0.47151 aapg_ah_157.html aapg_ah_157.html:302:43351:43358 Jackson Kentucky +0.479987 gsa_html_5272671610 gsa_html_5272671610:1013:87072:87100 Green River Iran +0.25653 gsa_html_5631794630 gsa_html_5631794630:1107:73477:73486 Extension Andes +0.468765 aapg_ae_253.html aapg_ae_253.html:126:15894:15902 Bellevue Pine Island (Lee County, Florida) +0.241266 aapg_ae_884.html aapg_ae_884.html:138:17902:17909 Vermejo Fruitland, Idaho +0.263626 aapg_af_878.html aapg_af_878.html:5:719:725 Keokuk Burlington, Ontario +0.262566 gsa_html_3701935694 gsa_html_3701935694:91:9504:9516 Ottauquechee Bennington, Vermont +0.253991 aapg_ac_501.html aapg_ac_501.html:133:14334:14358 Knox Dolomite Cincinnati +0.492218 aapg_aa_231.html aapg_aa_231.html:858:77830:77846 Ireton Lacombe, Alberta +0.279825 aapg_ad_0.html aapg_ad_0.html:117:12356:12373 Shakopee Barry County, Missouri +0.236592 aapg_ah_533.html aapg_ah_533.html:242:28010:28029 Knoxville Knoxville, Illinois +0.272315 aapg_ae_341.html aapg_ae_341.html:8:1065:1071 Paluxy East Texas +0.25387 aapg_aa_473.html aapg_aa_473.html:276:40320:40330 Horn River Victoria, British Columbia +0.24017 sedimentology_html_4353954188 sedimentology_html_4353954188:1692:102870:102891 Cliff House Colorado +0.250344 aapg_ah_742.html aapg_ah_742.html:8:1348:1357 Littleton Colorado +0.273896 gsa_html_8771785456 gsa_html_8771785456:77:8997:9004 Shuswap Victoria, British Columbia +0.259032 gsa_html_5694391338 gsa_html_5694391338:344:34656:34673 Packsaddle Schist Llano, Texas +0.464002 sedimentology_html_6499793080 sedimentology_html_6499793080:774:50918:50922 Hall London, Ontario +0.256452 gsa_html_1860930948 gsa_html_1860930948:142:16097:16111 Ogallala Rio Grande +0.493557 aapg_aa_415.html aapg_aa_415.html:195:27156:27174 Anacacho Uvalde, Texas +0.260428 aapg_ac_258.html aapg_ac_258.html:47:8169:8181 New Scotland New Scotland, New York +0.68607 palaios_html_4501603736 palaios_html_4501603736:78:8240:8266 Thaynes Logan, Utah +0.26624 cspg_html_9720041449 cspg_html_9720041449:18:2625:2640 Leduc Lacombe, Alberta +0.475059 aapg_ae_243.html aapg_ae_243.html:3:154:170 Custer Texas +0.48864 aapg_ad_659.html aapg_ad_659.html:15:1985:2003 Nonesuch Michigan +0.265209 jgeology_html_5471448181 jgeology_html_5471448181:262:23411:23430 Moenkopi Chinle Formation +0.3723 aapg_ad_958.html aapg_ad_958.html:512:50836:50858 Gilmore City Iowa +0.467064 cspg_html_3008414459 cspg_html_3008414459:5:273:289 Eagle Southern Alberta +0.8037 palaios_html_6815039820 palaios_html_6815039820:484:44247:44256 Fruitland New Mexico +0.466 aapg_ai_7.html aapg_ai_7.html:475:33071:33096 Mt Lytton East Texas +0.254989 sedimentology_html_9699563254 sedimentology_html_9699563254:535:49157:49161 Hall London, Ontario +0.278166 aapg_ae_419.html aapg_ae_419.html:415:50649:50669 San Felipe Matamoros, Tamaulipas +0.26368 aapg_ad_169.html aapg_ad_169.html:132:17736:17754 Greenbrier Huntington, West Virginia +0.260608 aapg_aa_702.html aapg_aa_702.html:2105:181383:181398 Elk Lacombe, Alberta +0.260428 aapg_af_378.html aapg_af_378.html:5:733:740 El Paso El Paso, Texas +0.244458 geology_html_7991599785 geology_html_7991599785:276:22078:22100 Mural Sonora +0.481 aapg_ai_231.html aapg_ai_231.html:12:1064:1072 Victoria San Patricio, Texas +0.507454 cspg_html_9435196958 cspg_html_9435196958:217:9762:9772 Milk River Fort Union Trading Post National Historic Site +0.248985 aapg_ah_203.html aapg_ah_203.html:482:76041:76045 Bell New Mexico +0.520456 aapg_ah_448.html aapg_ah_448.html:28:2711:2730 Escondido Alabama +0.247995 sedimentology_html_2670349557 sedimentology_html_2670349557:1300:97878:97887 Camp Rice Puerto Palomas, Chihuahua +0.493569 cspg_html_2863271815 cspg_html_2863271815:9:1097:1116 Salina Guelph +0.252784 aapg_ac_316.html aapg_ac_316.html:102:11426:11431 Queen Guadalupe Mountains National Park +0.258597 aapg_ai_107.html aapg_ai_107.html:267:28011:28033 Mt Lytton Arkansas +0.488516 palaios_html_1422826240 palaios_html_1422826240:725:51673:51684 San Antonio Chile +0.262063 aapg_ae_833.html aapg_ae_833.html:35:2596:2600 Wise Atoka, Oklahoma +0.509184 aapg_ac_253.html aapg_ac_253.html:4:604:608 Keel Sallisaw, Oklahoma +0.26061 gsa_html_1290697059 gsa_html_1290697059:852:60601:60611 Baie Verte Kirkwood, Missouri +0.263169 cspg_html_5241714595 cspg_html_5241714595:673:100912:100927 Nisku Lacombe, Alberta +0.53502 aapg_ae_915.html aapg_ae_915.html:182:13690:13708 Niobrara Nebraska +0.29458 cspg_html_3023030263 cspg_html_3023030263:51:8314:8332 Niobrara Regina, Saskatchewan +0.24941 cspg_html_2462765529 cspg_html_2462765529:17:2575:2583 Columbia Lacombe, Alberta +0.250745 cspg_html_9683836416 cspg_html_9683836416:34:6821:6838 Belly River Lacombe, Alberta +0.259032 palaios_html_1262064602 palaios_html_1262064602:1039:102487:102503 Chinle Arizona +0.48433 cspg_html_3233680622 cspg_html_3233680622:974:98925:98944 Beaufort Ellesmere Island +0.256949 cspg_html_7248845592 cspg_html_7248845592:210:25683:25692 Mould Bay Western world +0.24849 aapg_ai_536.html aapg_ai_536.html:18:2337:2352 Herschel Island Colville River (Washington) +0.472725 aapg_aa_379.html aapg_aa_379.html:169:19463:19476 Venango Pennsylvania +0.252865 cspg_html_9970905394 cspg_html_9970905394:18:1959:1982 Snowblind Bay Little Cornwallis Island +0.501144 aapg_ac_5.html aapg_ac_5.html:117:11237:11245 Columbia Lacombe, Alberta +0.252984 jgeology_html_8064855537 jgeology_html_8064855537:280:20059:20083 Cedar Mountain Logan, Utah +0.4902 aapg_ae_873.html aapg_ae_873.html:1107:131471:131480 Smackover Paluxy, Texas +0.258482 aapg_af_958.html aapg_af_958.html:251:38158:38168 Rancheria New Mexico +0.49036 gsa_html_5039569238 gsa_html_5039569238:249:21588:21608 Sassenach North Dakota +0.497789 aapg_ae_315.html aapg_ae_315.html:8:1887:1904 Decorah Platteville, Colorado +0.259072 AMJC_html_4692260170 AMJC_html_4692260170:563:56838:56851 Gile Mountain Bradford, Pennsylvania +0.866936 cspg_html_7378664643 cspg_html_7378664643:1052:127036:127055 Swan Hills Lacombe, Alberta +0.247476 aapg_ac_984.html aapg_ac_984.html:5:770:790 Ironton Illinois +0.270231 cspg_html_3041902517 cspg_html_3041902517:1305:144675:144681 Fernie Victoria, British Columbia +0.247 aapg_ad_880.html aapg_ad_880.html:580:54107:54116 Oil Creek Elk Mountain, Wyoming +0.474628 aapg_ac_868.html aapg_ac_868.html:4:709:717 Wolfcamp Middle Ordovician +0.87514 cspg_html_2796643803 cspg_html_2796643803:115:18481:18499 Deadwood Regina, Saskatchewan +0.492184 sedimentology_html_6434577006 sedimentology_html_6434577006:980:54598:54631 Bliss New Mexico +0.26364 palaios_html_2276475028 palaios_html_2276475028:704:65271:65302 Chinle New Mexico +0.258015 cspg_html_4694482219 cspg_html_4694482219:6:398:405 Bearpaw Lacombe, Alberta +0.498005 gsa_html_8881958017 gsa_html_8881958017:27:2414:2422 Columbia Victoria, British Columbia +0.263626 aapg_ah_318.html aapg_ah_318.html:1839:171215:171232 La Caja Zacatecas, Zacatecas +0.725555 aapg_ae_415.html aapg_ae_415.html:97:13851:13864 Crystal River Melbourne, Florida +0.264132 jgeology_html_3739517257 jgeology_html_3739517257:923:63748:63775 Ogallala Texas +0.26001 aapg_aa_731.html aapg_aa_731.html:382:50391:50396 Indio Texas +0.49852 sedimentology_html_2806065367 sedimentology_html_2806065367:739:65721:65731 Bishop Ash New Mexico +0.458035 aapg_ae_419.html aapg_ae_419.html:2154:147783:147791 Victoria Matamoros, Tamaulipas +0.265895 aapg_aa_644.html aapg_aa_644.html:607:53135:53142 Freedom Boise, Idaho +0.475776 sedimentology_html_5392002144 sedimentology_html_5392002144:105:7048:7054 Madrid Spain +0.813408 aapg_aa_861.html aapg_aa_861.html:692:72750:72768 Read Bay Canadian Arctic Archipelago +0.25959 jgeology_html_1694744705 jgeology_html_1694744705:740:44144:44154 Pittsburgh Pittsburgh +0.475406 cspg_html_4115156925 cspg_html_4115156925:319:36781:36814 Halfway Wembley Stadium +0.25758 aapg_ac_440.html aapg_ac_440.html:476:59417:59425 Colorado Denver +0.257424 palaios_html_2399848899 palaios_html_2399848899:622:54365:54375 Tuscaloosa Arden, Delaware +0.256824 cspg_html_6064089067 cspg_html_6064089067:135:13036:13054 Winnipeg Manitoba +0.48654 geology_html_8730707576 geology_html_8730707576:11:449:457 Columbia Washington (state) +0.509486 aapg_ae_605.html aapg_ae_605.html:98:13819:13831 Salina Kankakee, Illinois +0.47124 aapg_ac_65.html aapg_ac_65.html:831:68702:68710 Colorado Eagle County, Colorado +0.267696 aapg_ae_846.html aapg_ae_846.html:106:10757:10764 Paradox Arizona +0.255 aapg_af_93.html aapg_af_93.html:324:38683:38687 Ruth Reno, Nevada +0.24648 cspg_html_9692046543 cspg_html_9692046543:86:9301:9317 Viking Regina, Saskatchewan +0.26341 gsa_html_9303702379 gsa_html_9303702379:158:17474:17497 Punta Conchal Nicoya Peninsula +0.478541 cspg_html_2624416465 cspg_html_2624416465:184:23421:23430 San Pedro Santa Monica, California +0.255024 cspg_html_7798993528 cspg_html_7798993528:191:28815:28843 Wabamun Canada +0.249494 sedimentology_html_1275942184 sedimentology_html_1275942184:300:12326:12336 Washington Mount Rainier National Park +0.49348 aapg_aa_702.html aapg_aa_702.html:598:100037:100052 Weber Colorado +0.254989 gsa_html_9979192554 gsa_html_9979192554:1040:96371:96375 Toro Anchorage, Alaska +0.51121 aapg_ad_880.html aapg_ad_880.html:267:28126:28135 Newcastle Spearfish, South Dakota +0.25853 aapg_af_397.html aapg_af_397.html:180:22301:22308 Todilto Entrada Sandstone +0.451292 cspg_html_5576979800 cspg_html_5576979800:23:3914:3923 Tobermory Chatsworth House +0.507949 aapg_ai_117.html aapg_ai_117.html:7:615:633 Deadwood Cheyenne, Wyoming +0.90146 aapg_ae_45.html aapg_ae_45.html:734:74771:74794 Smackover Haynesville, Louisiana +0.49087 cspg_html_4495377323 cspg_html_4495377323:285:31122:31130 Columbia Victoria, British Columbia +0.29085 aapg_ae_863.html aapg_ae_863.html:208:23992:24002 Pottsville Bethel, Alaska +0.483108 aapg_ai_409.html aapg_ai_409.html:199:23535:23546 Pine Island Cotton Valley, Louisiana +0.452211 cspg_html_2650524233 cspg_html_2650524233:13:2143:2150 Bearpaw Edmonton, London +0.24102 aapg_ad_2.html aapg_ad_2.html:1117:152591:152607 Nittany Pennsylvania +0.258063 sedimentology_html_2664292498 sedimentology_html_2664292498:1274:89278:89286 Santiago Spain +0.274968 aapg_ae_789.html aapg_ae_789.html:455:53742:53755 Wabamun Calgary +0.253991 cspg_html_7963093032 cspg_html_7963093032:552:54204:54217 Turner Valley Lacombe, Alberta +0.255486 aapg_ad_466.html aapg_ad_466.html:359:43031:43038 Magothy Raritan River +0.481076 palaios_html_6404782987 palaios_html_6404782987:321:47384:47388 Kope Kentucky +0.499639 aapg_aa_756.html aapg_aa_756.html:126:12270:12275 Banff Mississippian culture +0.490633 aapg_ai_139.html aapg_ai_139.html:285:26614:26626 Saskatchewan Lacombe, Alberta +0.259518 AMJC_html_1252169248 AMJC_html_1252169248:722:72077:72092 Dry Hill Gneiss Black Mountains (North Carolina) +0.49162 aapg_ad_3.html aapg_ad_3.html:751:70889:70905 Chazy Kentucky +0.246973 AMJC_html_8206209174 AMJC_html_8206209174:663:68991:69009 Tindir Canada +0.260064 aapg_af_2.html aapg_af_2.html:104:12246:12262 Ouray Ouray, Colorado +0.835227 aapg_ae_419.html aapg_ae_419.html:423:51545:51565 San Felipe Austin, Chicago +0.259584 sedimentology_html_9285288228 sedimentology_html_9285288228:666:61308:61320 Wilcox Texas +0.47864 aapg_ai_245.html aapg_ai_245.html:319:26478:26486 Woodford California +0.24745 aapg_ae_958.html aapg_ae_958.html:1663:145741:145749 Carlsbad Carlsbad, New Mexico +0.259588 aapg_ad_387.html aapg_ad_387.html:22:2804:2824 Fredericksburg Goodland, Kansas +0.245935 aapg_ah_81.html aapg_ah_81.html:793:87171:87179 Bathurst England +0.47817 sedimentology_html_8519915280 sedimentology_html_8519915280:133:12141:12175 Protection Salem, Oregon +0.258039 aapg_ai_49.html aapg_ai_49.html:646:85334:85338 Yeso Supai, Arizona +0.47874 aapg_ai_859.html aapg_ai_859.html:198:26247:26252 Lyell Western world +0.469989 sedimentology_html_2258839384 sedimentology_html_2258839384:80:6047:6051 Maya Mexico +0.2495 sedimentology_html_3867549035 sedimentology_html_3867549035:29:1870:1889 Bedford Egham Hythe +0.46563 geology_html_4953473849 geology_html_4953473849:126:10553:10561 Colorado Colorado +0.466075 aapg_af_461.html aapg_af_461.html:151:13829:13836 Platteville Platteville, Colorado +0.212986 aapg_ah_96.html aapg_ah_96.html:68:8721:8739 Deadwood Winnipeg +0.476238 palaios_html_6453840623 palaios_html_6453840623:189:15647:15680 Catskill Pennsylvania +0.25116 geology_html_1280033679 geology_html_1280033679:16:609:615 Denver Colorado +0.26818 geology_html_6870416394 geology_html_6870416394:226:21629:21633 Hall California +0.481327 gsa_html_2883324839 gsa_html_2883324839:1253:99477:99505 Green River New Mexico +0.486913 gsa_html_7337835391 gsa_html_7337835391:29:2796:2824 Green River Colorado +0.48603 palaios_html_1064392617 palaios_html_1064392617:723:43337:43346 Fullerton California +0.258885 aapg_ah_895.html aapg_ah_895.html:17:3060:3077 Bluesky Canada +0.500325 aapg_ah_560.html aapg_ah_560.html:219:25669:25679 Wellington Logan, Utah +0.48399 aapg_ae_68.html aapg_ae_68.html:88:11057:11063 Antler Mississippian culture +0.503562 aapg_ae_921.html aapg_ae_921.html:197:14857:14863 Dakota Niobrara, Nebraska +0.27092 aapg_ae_345.html aapg_ae_345.html:801:68668:68673 Eutaw Tuscaloosa, Alabama +0.266087 aapg_ad_981.html aapg_ad_981.html:342:21432:21445 Windsor Bridgetown, Nova Scotia +0.47872 AMJC_html_6341723617 AMJC_html_6341723617:629:57199:57220 Green River Colorado +0.659157 palaios_html_5600528347 palaios_html_5600528347:496:50384:50405 Green River Logan, Utah +0.24035 geology_html_1484286859 geology_html_1484286859:167:13468:13476 Virginia The Carolinas +0.265684 aapg_af_188.html aapg_af_188.html:229:25550:25558 Frontier Cheyenne, Wyoming +0.482157 cspg_html_6458557249 cspg_html_6458557249:6:637:645 Columbia Lacombe, Alberta +0.241824 cspg_html_4666332434 cspg_html_4666332434:194:33305:33322 Bearpaw Lacombe, Alberta +0.242985 aapg_ae_472.html aapg_ae_472.html:20:3459:3470 San Antonio Santa Anita Park +0.38148 aapg_ai_49.html aapg_ai_49.html:291:35638:35671 Sundance Cheyenne, Wyoming +0.230178 cspg_html_9648675035 cspg_html_9648675035:441:43232:43240 Columbia Victoria, British Columbia +0.268836 cspg_html_5992759112 cspg_html_5992759112:6:275:282 Cardium Lacombe, Alberta +0.505294 aapg_aa_351.html aapg_aa_351.html:153:15841:15847 Wilcox Ardmore, Pennsylvania +0.685671 cspg_html_8556552074 cspg_html_8556552074:109:10027:10043 Ashern Regina, Saskatchewan +0.265216 gsa_html_4308966435 gsa_html_4308966435:1035:105133:105154 Price Logan, Utah +0.25787 aapg_ac_634.html aapg_ac_634.html:294:33442:33450 Wolfcamp Wichita, Kansas +0.503518 aapg_ae_345.html aapg_ae_345.html:424:31127:31132 Eutaw Tuscaloosa, Alabama +0.461756 aapg_aa_685.html aapg_aa_685.html:42:4405:4425 Flagstaff North Horn Formation +0.473773 gsa_html_7974916531 gsa_html_7974916531:1083:88654:88660 Oregon East Asia +0.26061 geology_html_8637156375 geology_html_8637156375:16:938:960 Carrizo Texas +0.46604 aapg_ah_654.html aapg_ah_654.html:118:12006:12025 Open DeLand, Florida +0.879221 aapg_ai_51.html aapg_ai_51.html:48:5671:5693 Hatchetigbee Mississippi River +0.246984 sedimentology_html_5404275170 sedimentology_html_5404275170:826:54136:54143 Andrews Hatton, London +0.275098 jgeology_html_1964872752 jgeology_html_1964872752:679:46705:46725 Pensauken Closter, New Jersey +0.250965 aapg_aa_544.html aapg_aa_544.html:340:46132:46156 Wasatch Wasatch Range +0.260084 cspg_html_3026112034 cspg_html_3026112034:815:78199:78219 Swan Hills Lacombe, Alberta +0.51585 geology_html_8611700372 geology_html_8611700372:16:929:937 Montreal Earth +0.2626 aapg_ae_526.html aapg_ae_526.html:38:3308:3321 Cotton Valley Cotton Valley, Louisiana +0.246 gsa_html_3701388182 gsa_html_3701388182:12:564:573 San Diego California +0.487172 gsa_html_3461685080 gsa_html_3461685080:29:2796:2824 Green River Colorado +0.257048 geology_html_1845191599 geology_html_1845191599:225:19969:19977 Colorado Grambling, Louisiana +0.447655 gsa_html_7938666655 gsa_html_7938666655:538:46432:46449 Chititu Wrangell Mountains +0.26361 aapg_ae_29.html aapg_ae_29.html:711:66718:66728 Pittsburgh Pennsylvania +0.485556 cspg_html_7086880709 cspg_html_7086880709:329:43023:43050 Hare Indian Buffalo National River +0.477087 palaios_html_9205440503 palaios_html_9205440503:590:63256:63264 Temporal Arctic +0.21965 aapg_ae_921.html aapg_ae_921.html:225:17860:17869 Spearfish Black Hills +0.48828 aapg_ae_625.html aapg_ae_625.html:23:3008:3013 Yukon Lacombe, Alberta +0.257554 cspg_html_1166788717 cspg_html_1166788717:60:6475:6485 Beaverfoot Mount Wilson Observatory +0.26622 gsa_html_2352572665 gsa_html_2352572665:15:499:507 Colorado Denver +0.237168 aapg_ae_73.html aapg_ae_73.html:250:32528:32536 Wolfcamp Madera County, California +0.457368 aapg_af_455.html aapg_af_455.html:33:4252:4271 Lee Kentucky +0.488188 palaios_html_1642974188 palaios_html_1642974188:152:12849:12857 Columbia Washington (state) +0.246333 sedimentology_html_6268265701 sedimentology_html_6268265701:1350:94337:94353 Viking Lacombe, Alberta +0.47808 sedimentology_html_1585135603 sedimentology_html_1585135603:1194:65557:65566 Lancaster Owens Lake +0.909972 aapg_ac_629.html aapg_ac_629.html:701:83183:83189 Lissie Shreveport, Louisiana +0.259548 aapg_ai_958.html aapg_ai_958.html:102:10274:10280 Goliad Cuero, Texas +0.480075 aapg_aa_735.html aapg_aa_735.html:4:482:499 Keokuk Burlington, Ontario +0.53088 aapg_ah_779.html aapg_ah_779.html:227:41717:41728 Martinsburg Quebec City +0.276672 palaios_html_3178917096 palaios_html_3178917096:608:71212:71233 Clays Ferry Kentucky +0.505968 cspg_html_6252417471 cspg_html_6252417471:244:35651:35667 Kanguk Banks Island +0.432912 aapg_ae_464.html aapg_ae_464.html:249:15036:15042 Sonora Barranca Province +0.49368 aapg_af_317.html aapg_af_317.html:882:103486:103490 Kent North Sea oil +0.475205 aapg_ad_44.html aapg_ad_44.html:679:71906:71916 Pittsburgh Switzerland +0.262566 gsa_html_3225734041 gsa_html_3225734041:1121:92603:92611 Virginia Blue Ridge Mountains +0.260091 cspg_html_4645836177 cspg_html_4645836177:413:44741:44761 Missisauga Logan, Utah +0.257424 cspg_html_5541725202 cspg_html_5541725202:199:29221:29237 Cumberland New Brunswick, New Jersey +0.253456 aapg_ai_743.html aapg_ai_743.html:39:3916:3922 Denver Denver +0.17545 aapg_ae_55.html aapg_ae_55.html:259:39606:39611 Logan Canada +0.279292 cspg_html_4132771434 cspg_html_4132771434:682:82173:82181 Columbia Victoria, British Columbia +0.251412 cspg_html_7326798603 cspg_html_7326798603:85:11111:11131 Peel Wales Island (British Columbia) +0.249936 cspg_html_2701043964 cspg_html_2701043964:12:1623:1642 Athabasca Lake Athabasca +0.482729 gsa_html_2851039753 gsa_html_2851039753:869:81016:81044 Green River Iran +0.467973 sedimentology_html_2208426700 sedimentology_html_2208426700:1129:63140:63171 Madison Logan, Utah +0.248 cspg_html_2826081830 cspg_html_2826081830:62:9560:9572 Grand Rapids Lacombe, Alberta +0.485622 cspg_html_2650073471 cspg_html_2650073471:6:484:491 Bearpaw Milk River, Alberta +0.492032 gsa_html_1561548255 gsa_html_1561548255:614:61731:61744 Santa Barbara California +0.67032 aapg_ad_880.html aapg_ad_880.html:82:9392:9409 Rierdon Cheyenne, Wyoming +0.492143 cspg_html_6985536436 cspg_html_6985536436:156:21327:21343 Hassel Banks Island +0.254478 aapg_af_787.html aapg_af_787.html:9:1106:1119 Santa Barbara Santa Clara County, California +0.486664 cspg_html_1975682848 cspg_html_1975682848:278:36968:36976 Bathurst Canadian Arctic Archipelago +0.477044 aapg_aa_22.html aapg_aa_22.html:100:11132:11148 Upham El Paso, Texas +0.253005 aapg_ae_272.html aapg_ae_272.html:782:76539:76547 Michigan Michigan +0.506787 aapg_ae_206.html aapg_ae_206.html:236:26823:26837 Lissie Beaumont, Texas +0.454553 aapg_ad_808.html aapg_ad_808.html:653:41663:41681 Dinwoody Cheyenne, Wyoming +0.490428 aapg_ad_98.html aapg_ad_98.html:632:64316:64336 Copenhagen Antelope Valley Freeway +0.492218 aapg_ad_269.html aapg_ad_269.html:70:7852:7869 Todilto Entrada Sandstone +0.252374 sedimentology_html_2578698014 sedimentology_html_2578698014:118:10300:10304 Bern Canton, Ohio +0.266247 aapg_ac_69.html aapg_ac_69.html:421:46662:46684 Graneros Western world +0.493569 aapg_ac_71.html aapg_ac_71.html:55:7177:7184 Sunrise Reno, Nevada +0.436008 cspg_html_6255491344 cspg_html_6255491344:37:6015:6028 Mist Mountain Moose Mountain (Alberta) +0.247988 cspg_html_9361096527 cspg_html_9361096527:33:7461:7477 Oldman Judith River Formation +0.267674 AMJC_html_1477071550 AMJC_html_1477071550:532:57167:57175 Virginia Reston, Virginia +0.483285 AMJC_html_5421639085 AMJC_html_5421639085:639:64345:64355 Pittsburgh Ellicott City, Maryland +0.2793 aapg_ae_692.html aapg_ae_692.html:794:71802:71819 Duperow Williston, Vermont +0.250832 cspg_html_9689514766 cspg_html_9689514766:19:2135:2143 Montreal Ontario, California +0.2455 aapg_ac_4.html aapg_ac_4.html:500:40090:40095 Weeks Kodiak Island +0.253991 geology_html_3982744980 geology_html_3982744980:13:617:624 Madison Wisconsin +0.364032 aapg_ae_473.html aapg_ae_473.html:507:47500:47509 Catahoula Mississippi River +0.260554 cspg_html_5807593737 cspg_html_5807593737:602:75488:75501 Duperow Williston, Vermont +0.417474 aapg_ad_2.html aapg_ad_2.html:1129:154450:154462 Chambersburg Wissahickon Formation +0.2525 aapg_ac_536.html aapg_ac_536.html:101:11129:11162 Madison Williston, Vermont +0.909132 aapg_ae_63.html aapg_ae_63.html:122:13404:13420 Bighorn Dolomite Logan, Utah +0.481618 cspg_html_3765578343 cspg_html_3765578343:663:74704:74710 Oxford England +0.495045 aapg_ad_167.html aapg_ad_167.html:24:3653:3661 Richmond Tripoli, Lebanon +0.791864 gsa_html_2059086425 gsa_html_2059086425:9:398:419 Lake Valley Alamogordo, New Mexico +0.46593 aapg_ac_913.html aapg_ac_913.html:142:13566:13576 Hartshorne Atoka, Oklahoma +0.473815 cspg_html_9343899465 cspg_html_9343899465:1702:139046:139063 Beverley Inlet Melville Island (Canada) +0.23471 sedimentology_html_8034519699 sedimentology_html_8034519699:914:57188:57192 Hall London, Ontario +0.5073 aapg_af_263.html aapg_af_263.html:531:67497:67517 Otto Fiord Canada +0.490676 cspg_html_7281679890 cspg_html_7281679890:710:92481:92490 Mackenzie Mackenzie River +0.512072 palaios_html_1521536752 palaios_html_1521536752:408:48232:48251 Breathitt Kentucky +0.816714 aapg_ad_466.html aapg_ad_466.html:732:80278:80285 Wenonah Mount Laurel Township, New Jersey +0.48246 geology_html_1163505944 geology_html_1163505944:11:474:486 Saskatchewan Regina, Saskatchewan +0.262656 cspg_html_1458415183 cspg_html_1458415183:9:978:995 Gething Pine Brook, New Jersey +0.255021 aapg_ac_380.html aapg_ac_380.html:178:22079:22087 Onondaga Onondaga (tribe) +0.27092 aapg_ad_466.html aapg_ad_466.html:1749:179061:179078 Matawan Maryland +0.270788 cspg_html_1962846283 cspg_html_1962846283:26:4238:4246 Kootenay Crowsnest Pass, Alberta +0.259077 aapg_ae_969.html aapg_ae_969.html:139:14708:14725 Trabuco Ladd, Illinois +0.257536 aapg_aa_357.html aapg_aa_357.html:195:16882:16886 Rico Hermosa, Chicago +0.2626 gsa_html_1254347878 gsa_html_1254347878:554:59302:59313 Fort Steele Cheyenne, Wyoming +0.26884 cspg_html_5807593737 cspg_html_5807593737:894:118526:118533 Duperow Williston, Vermont +0.248985 sedimentology_html_1640357417 sedimentology_html_1640357417:333:36903:36919 Navajo Logan, Utah +0.26214 jgeology_html_9131218619 jgeology_html_9131218619:145:12982:12994 Martin Alert, Nunavut +0.480681 aapg_ae_69.html aapg_ae_69.html:310:33441:33452 Green River Wasatch Range +0.263169 cspg_html_2820961138 cspg_html_2820961138:635:63905:63921 Viking Lacombe, Alberta +0.385056 geology_html_1819050214 geology_html_1819050214:289:22869:22895 Sandia Yucca Mountain +0.507501 aapg_ah_625.html aapg_ah_625.html:4:680:687 Wasatch Uinta Mountains +0.268577 aapg_aa_621.html aapg_aa_621.html:476:58462:58477 Darby Cheyenne, Wyoming +0.679269 aapg_aa_357.html aapg_aa_357.html:243:22028:22044 Cutler San Juan Mountains +0.242536 aapg_ah_710.html aapg_ah_710.html:50:6201:6210 St. Johns Canada +0.255474 gsa_html_3936574180 gsa_html_3936574180:783:73981:73987 Walker Death Valley +0.246356 gsa_html_2023933346 gsa_html_2023933346:103:9752:9781 Silverado Santiago +0.490049 aapg_af_551.html aapg_af_551.html:15:1808:1819 Lake Valley Sacramento, California +0.2345 aapg_ac_237.html aapg_ac_237.html:33:4476:4496 Smithville Missouri River +0.27189 gsa_html_6007739387 gsa_html_6007739387:883:59519:59547 Green River Iran +0.48896 gsa_html_4605898629 gsa_html_4605898629:1392:115787:115815 Green River New Mexico +0.48692 aapg_ac_692.html aapg_ac_692.html:14:2034:2055 Ireton Lacombe, Alberta +0.466532 gsa_html_5664265459 gsa_html_5664265459:1200:111730:111740 Washington Salem, Oregon +0.491384 cspg_html_4392308496 cspg_html_4392308496:663:73200:73207 Halifax Halifax, West Yorkshire +0.248003 gsa_html_9181545711 gsa_html_9181545711:16:986:1004 Fountain Manitou Springs, Colorado +0.242556 gsa_html_1230361711 gsa_html_1230361711:855:68832:68841 Extension Tyrrhenian Sea +0.470704 gsa_html_4120839285 gsa_html_4120839285:1204:121958:121973 Orocopia Schist California +0.265728 aapg_ad_957.html aapg_ad_957.html:84:8247:8261 Iola Raytown, Missouri +0.26159 gsa_html_4308966435 gsa_html_4308966435:1230:122068:122072 Dunn Great Basin +0.487602 jgeology_html_8355852976 jgeology_html_8355852976:810:49244:49259 Mesaverde Logan, Utah +0.48925 aapg_ah_83.html aapg_ah_83.html:41:6684:6704 Ephraim Conglomerate Moberly, Missouri +0.28288 geology_html_6881575972 geology_html_6881575972:196:19869:19877 Colorado Arizona +0.478969 aapg_ad_2.html aapg_ad_2.html:1233:168770:168795 Martinsburg Steelton, Pennsylvania +0.255987 gsa_html_1197940982 gsa_html_1197940982:14:690:700 Pittsburgh Pennsylvania +0.26964 aapg_ad_581.html aapg_ad_581.html:261:34099:34109 Waynesboro Martinsburg, Nebraska +0.246568 sedimentology_html_5613495298 sedimentology_html_5613495298:1056:52644:52668 Chinle Chinle Formation +0.25853 cspg_html_5074125023 cspg_html_5074125023:537:60337:60366 Reindeer Canada +0.244011 cspg_html_7881580279 cspg_html_7881580279:222:28133:28156 Portage Chute Manitoba +0.4826 aapg_ad_49.html aapg_ad_49.html:122:11283:11301 Crescent Umpqua, Oregon +0.268812 palaios_html_8950382583 palaios_html_8950382583:673:58788:58795 Modesto London, Ontario +0.260977 aapg_ai_31.html aapg_ai_31.html:262:26492:26501 Catahoula Oakville, California +0.484008 aapg_af_206.html aapg_af_206.html:315:38173:38180 Lagarto Oakville, California +0.264704 cspg_html_7102673197 cspg_html_7102673197:238:32591:32608 Cardium Lacombe, Alberta +0.27674 aapg_af_308.html aapg_af_308.html:411:49643:49653 Greenbrier Pocono Raceway +0.488379 gsa_html_9251964215 gsa_html_9251964215:884:82400:82428 Green River Colorado +0.4914 cspg_html_7866293053 cspg_html_7866293053:101:10764:10772 Columbia Victoria, British Columbia +0.474705 aapg_ac_791.html aapg_ac_791.html:285:36669:36713 Barnett Llano, Texas +0.470288 aapg_ah_753.html aapg_ah_753.html:90:13558:13568 Maringouin New Brunswick, New Jersey +0.24849 geology_html_4527608188 geology_html_4527608188:239:22306:22312 Provo Switzerland +0.489328 aapg_ae_539.html aapg_ae_539.html:590:72762:72766 Ross Stroudsburg, Pennsylvania +0.190518 aapg_aa_147.html aapg_aa_147.html:99:12967:12975 Winnipeg Manitoba +0.491667 aapg_aa_844.html aapg_aa_844.html:54:5555:5565 Washington Tuscarawas River +0.7334 geology_html_5621225990 geology_html_5621225990:97:8287:8309 Judith River Lacombe, Alberta +0.263667 aapg_ah_753.html aapg_ah_753.html:419:67394:67401 Windsor Bay of Fundy +0.477462 aapg_ae_344.html aapg_ae_344.html:44:5006:5012 Paluxy Tuscaloosa, Alabama +0.255524 aapg_af_897.html aapg_af_897.html:59:7725:7735 Carbondale Atoka, Oklahoma +0.481362 cspg_html_6577476978 cspg_html_6577476978:428:47529:47547 Dunvegan Victoria, British Columbia +0.4704 aapg_aa_761.html aapg_aa_761.html:616:79241:79258 Cardium Lacombe, Alberta +0.265434 gsa_html_1079290957 gsa_html_1079290957:836:86729:86735 Chinle Arizona +0.266247 aapg_ae_147.html aapg_ae_147.html:324:33977:33981 Pico South Mountains (Arizona) +0.26117 aapg_ae_973.html aapg_ae_973.html:422:28948:28974 Coleman Junction Texas +0.451232 aapg_ad_15.html aapg_ad_15.html:55:5204:5225 Honey Creek Honey Brook, Pennsylvania +0.358926 cspg_html_1312400675 cspg_html_1312400675:211:24945:24952 Bearpaw Drumheller +0.499554 cspg_html_4326384800 cspg_html_4326384800:73:11080:11089 Mackenzie Victoria, British Columbia +0.489636 aapg_af_614.html aapg_af_614.html:59:4654:4684 Smackover Calhoun County, Michigan +0.371175 aapg_aa_477.html aapg_aa_477.html:83:8579:8589 Sequatchie Cumberland, Maryland +0.242214 aapg_af_654.html aapg_af_654.html:10:1368:1396 Forest Tallahassee, Florida +0.258362 aapg_aa_252.html aapg_aa_252.html:78:7367:7371 Frio Matagorda County, Texas +0.266766 palaios_html_6409863909 palaios_html_6409863909:68:8954:8985 Kope Cincinnati +0.269748 cspg_html_6116883777 cspg_html_6116883777:1166:164283:164289 Ludlow Greenland +0.277713 aapg_af_138.html aapg_af_138.html:188:17244:17261 Pocono Catskill Mountains +0.25039 aapg_ah_534.html aapg_ah_534.html:55:4590:4598 Coeymans New Scotland, New York +0.47975 cspg_html_6517402834 cspg_html_6517402834:399:36255:36273 Scollard Red Deer, Alberta +0.48668 palaios_html_3308412288 palaios_html_3308412288:177:22267:22284 Cutter Manitoba +0.257466 gsa_html_1582166619 gsa_html_1582166619:530:51142:51152 Tuscaloosa Clayton County, Georgia +0.46604 aapg_ae_324.html aapg_ae_324.html:704:71767:71775 Virginia Knoxville, Tennessee +0.254478 cspg_html_5139035315 cspg_html_5139035315:57:8540:8577 Albert New Brunswick, New Jersey +0.261057 aapg_ai_49.html aapg_ai_49.html:638:83972:83992 Minnekahta Cheyenne, Wyoming +0.503649 gsa_html_8076764253 gsa_html_8076764253:78:5860:5888 Green River Iran +0.487424 sedimentology_html_9973432841 sedimentology_html_9973432841:1331:93352:93382 Cumberland Joggins, Nova Scotia +0.248496 gsa_html_8764674682 gsa_html_8764674682:59:6488:6494 Provo Africa +0.25041 gsa_html_3320600310 gsa_html_3320600310:377:31975:31981 Denver South Central United States +0.268888 aapg_ah_318.html aapg_ah_318.html:530:62832:62851 Smackover Mexico +0.450824 aapg_ai_593.html aapg_ai_593.html:1593:164883:164903 Duck Creek Texas +0.521291 aapg_ad_784.html aapg_ad_784.html:227:26071:26076 Sespe Ojai, California +0.49337 AMJC_html_4376472287 AMJC_html_4376472287:11:509:519 Washington Seattle +0.37434 cspg_html_1347432325 cspg_html_1347432325:9:1175:1179 Toad Pine River (Michigan) +0.264187 aapg_ac_191.html aapg_ac_191.html:272:40739:40746 Tamabra Matamoros, Tamaulipas +0.483678 aapg_af_382.html aapg_af_382.html:26:4589:4603 Espiritu Santo Guatemala City +0.27508 sedimentology_html_8748254640 sedimentology_html_8748254640:16:1104:1124 Toro Chile +0.275504 aapg_aa_124.html aapg_aa_124.html:635:65444:65462 Colorado Lacombe, Alberta +0.695457 aapg_ah_647.html aapg_ah_647.html:643:71780:71800 Dog Creek Texas +0.260608 aapg_aa_302.html aapg_aa_302.html:285:34455:34470 Loray Logan, Utah +0.446658 cspg_html_9768299963 cspg_html_9768299963:253:29311:29327 Battle Canada +0.494532 aapg_ai_366.html aapg_ai_366.html:6:891:897 Lissie Hockley +0.508664 aapg_aa_700.html aapg_aa_700.html:10:1123:1129 Salina Michigan +0.484848 gsa_html_5081991493 gsa_html_5081991493:1086:85446:85467 Green River Logan, Utah +0.384306 aapg_aa_302.html aapg_aa_302.html:574:66970:66990 Wood River Boise, Idaho +0.486912 gsa_html_2266546108 gsa_html_2266546108:92:9029:9040 San Joaquin Sierra Nevada (Spain) +0.2565 aapg_ae_371.html aapg_ae_371.html:27:4395:4403 Kootenay Canada +0.244856 jgeology_html_1659592707 jgeology_html_1659592707:1293:68267:68275 Colorado Central City, Colorado +0.283374 aapg_ad_939.html aapg_ad_939.html:342:27132:27143 Mowry Western world +0.267734 aapg_af_129.html aapg_af_129.html:234:24934:24951 Madison Fremont, California +0.477158 aapg_ai_83.html aapg_ai_83.html:225:21839:21846 Bedford East Branch Delaware River +0.26159 sedimentology_html_8866523088 sedimentology_html_8866523088:649:52229:52237 Scotland Burton-on-Trent railway station +0.2565 sedimentology_html_2041096405 sedimentology_html_2041096405:913:68395:68412 Salina Michigan Basin +0.256854 aapg_ac_191.html aapg_ac_191.html:129:22222:22239 Tamabra Matamoros, Tamaulipas +0.481844 aapg_ac_730.html aapg_ac_730.html:62:8916:8938 Cedar Mountain Colorado +0.71669 aapg_ah_868.html aapg_ah_868.html:898:76778:76793 Mesaverde New Mexico +0.260896 cspg_html_1503116552 cspg_html_1503116552:1603:238438:238463 Beaverhill Lacombe, Alberta +0.505741 aapg_af_956.html aapg_af_956.html:519:44402:44416 Nonesuch Michigan +0.51531 aapg_af_663.html aapg_af_663.html:194:22665:22681 Pawnee Missouri River +0.442385 aapg_ac_612.html aapg_ac_612.html:344:34990:35011 Summerville Cheyenne, Wyoming +0.255016 aapg_ae_67.html aapg_ae_67.html:452:34437:34445 Colorado Denver +0.470016 geology_html_6153450375 geology_html_6153450375:130:11408:11420 Dixie Valley Reno, Nevada +0.26936 aapg_ai_78.html aapg_ai_78.html:107:7999:8009 Washington Texas +0.240937 sedimentology_html_1422332546 sedimentology_html_1422332546:769:57304:57325 Forest Fort Collins, Colorado +0.23331 aapg_ad_440.html aapg_ad_440.html:608:60058:60068 Greenbrier Lewisburg, Pennsylvania +0.523452 aapg_ad_880.html aapg_ad_880.html:174:18631:18654 Gypsum Spring Cheyenne, Wyoming +0.265398 geology_html_3955381777 geology_html_3955381777:200:20256:20286 Tindir Canada +0.266135 palaios_html_7206591444 palaios_html_7206591444:754:84712:84734 Word Washington (state) +0.484864 aapg_ah_181.html aapg_ah_181.html:78:9445:9462 Paradox Hermosa, Chicago +0.271272 aapg_ah_528.html aapg_ah_528.html:467:49371:49379 Dinwoody Boise, Idaho +0.257895 cspg_html_9343899465 cspg_html_9343899465:1618:131952:131971 Griper Bay Melville Island (Canada) +0.243815 aapg_ai_66.html aapg_ai_66.html:3:169:185 Pierre Colorado +0.24411 sedimentology_html_5466606223 sedimentology_html_5466606223:394:33140:33147 Francis London, Ontario +0.237048 jgeology_html_1095412310 jgeology_html_1095412310:318:18128:18145 Manlius Jamesville, New York +0.494019 aapg_ae_319.html aapg_ae_319.html:359:26935:26943 Woodside Vernal, Utah +0.241056 gsa_html_2863658561 gsa_html_2863658561:14:587:595 Colorado Denver +0.259588 sedimentology_html_3031730552 sedimentology_html_3031730552:629:40749:40753 Hall London, Ontario +0.25856 aapg_ae_324.html aapg_ae_324.html:181:17596:17605 Blackford Knoxville, Tennessee +0.47658 palaios_html_1505752132 palaios_html_1505752132:35:3376:3384 Columbia Amazon Basin +0.252525 aapg_aa_372.html aapg_aa_372.html:138:14206:14220 Word Trans-Pecos +0.463848 aapg_ad_660.html aapg_ad_660.html:500:70446:70454 La Habra California +0.257536 cspg_html_9941518291 cspg_html_9941518291:39:6473:6496 Barlow Inlet Douro DOC +0.265224 gsa_html_1040524378 gsa_html_1040524378:796:82136:82142 Oregon Washington (state) +0.266156 cspg_html_7409170811 cspg_html_7409170811:58:8934:8949 Banff Williston, Vermont +0.514866 aapg_ae_999.html aapg_ae_999.html:298:41583:41597 Paynes Hammock Mississippi River +0.49337 geology_html_8098078296 geology_html_8098078296:120:15580:15601 Perry Vinalhaven, Maine +0.507232 geology_html_5784713294 geology_html_5784713294:134:13243:13253 San Felipe California +0.4758 aapg_af_395.html aapg_af_395.html:361:42246:42250 Bond Ardmore, Pennsylvania +0.502244 cspg_html_4099674132 cspg_html_4099674132:35:6573:6609 Bakken Regina, Saskatchewan +0.29052 aapg_ac_787.html aapg_ac_787.html:97:16655:16668 Barnett Devon +0.250937 aapg_ad_200.html aapg_ad_200.html:160:19214:19222 Hudspeth Texas +0.259534 aapg_ae_185.html aapg_ae_185.html:202:17838:17847 Shongaloo Cotton Valley, Louisiana +0.721026 cspg_html_9343899465 cspg_html_9343899465:741:68395:68414 Strathcona Fiord Ellesmere Island +0.230878 cspg_html_2492063773 cspg_html_2492063773:95:13748:13775 Trent River Northumberland, Pennsylvania +0.500076 gsa_html_7518144145 gsa_html_7518144145:1180:88592:88620 Green River Colorado +0.497276 aapg_ae_915.html aapg_ae_915.html:76:5266:5284 Niobrara Benton, Arkansas +0.48246 gsa_html_3010975239 gsa_html_3010975239:174:25662:25670 Michigan Saginaw, Michigan +0.48504 cspg_html_1925276454 cspg_html_1925276454:107:13099:13119 Cadomin Lacombe, Alberta +0.256985 sedimentology_html_1649180994 sedimentology_html_1649180994:715:58905:58909 Hall Crete +0.4836 aapg_aa_928.html aapg_aa_928.html:214:23950:23964 Catahoula Brazoria County, Texas +0.897756 aapg_af_583.html aapg_af_583.html:4:543:554 Green River Sweetwater, Miami-Dade County, Florida +0.26112 palaios_html_6528985782 palaios_html_6528985782:76:9963:9977 Beaufort Balfour, Orkney +0.24638 AMJC_html_8831189197 AMJC_html_8831189197:361:39994:40005 Green River Cheyenne, Wyoming +0.25041 geology_html_9790695678 geology_html_9790695678:234:21151:21161 Copenhagen Denmark +0.495471 aapg_aa_796.html aapg_aa_796.html:40:4359:4367 Columbia Victoria, British Columbia +0.505698 aapg_aa_298.html aapg_aa_298.html:817:101973:101993 Phosphoria Cheyenne, Wyoming +0.268732 cspg_html_8065532640 cspg_html_8065532640:189:23653:23675 Mount Kindle Root River (Wisconsin) +0.465429 aapg_aa_684.html aapg_aa_684.html:304:28295:28310 Jelm John Crow Mountains +0.249984 cspg_html_6984906794 cspg_html_6984906794:892:62152:62165 Ashville Manitoba +0.262566 cspg_html_8904992939 cspg_html_8904992939:66:10042:10056 Woodbend Lacombe, Alberta +0.263472 geology_html_4130667604 geology_html_4130667604:288:24133:24143 Washington Salem, Oregon +0.244 aapg_ac_70.html aapg_ac_70.html:363:44076:44093 Oquirrh Great Basin +0.2625 cspg_html_3820268079 cspg_html_3820268079:263:26029:26036 Thorold Norfolk County, Ontario +0.25896 gsa_html_5015599008 gsa_html_5015599008:632:53887:53910 Belle Fourche Kingdom of Judah +0.457128 cspg_html_9343899465 cspg_html_9343899465:2241:207323:207340 Beverley Inlet Melville Island (Canada) +0.268243 aapg_ad_784.html aapg_ad_784.html:527:57407:57412 Sespe Rancho Santa Margarita, California +0.473052 aapg_ae_916.html aapg_ae_916.html:523:62099:62119 Colorado Colorado +0.495286 gsa_html_5039569238 gsa_html_5039569238:520:44539:44558 Sassenach Homewood, Alabama +0.244 aapg_aa_267.html aapg_aa_267.html:34:3809:3819 Greenbrier Ohio +0.711 aapg_af_606.html aapg_af_606.html:9:1344:1365 Santa Margarita Rancho Santa Margarita, California +0.476784 aapg_af_737.html aapg_af_737.html:496:60661:60670 San Pedro California +0.485434 aapg_ai_689.html aapg_ai_689.html:268:30020:30037 Haymond Texas +0.274527 aapg_ac_251.html aapg_ac_251.html:559:66099:66108 Tuscarora Martinsburg, Nebraska +0.373958 aapg_ad_996.html aapg_ad_996.html:40:3775:3791 Dakota San Juan County, Utah +0.463175 gsa_html_8335323050 gsa_html_8335323050:1107:108538:108545 Oak Bay New Brunswick, New Jersey +0.266742 cspg_html_4495395109 cspg_html_4495395109:6:558:566 Whitemud Regina, Saskatchewan +0.264132 gsa_html_4719798013 gsa_html_4719798013:366:36930:36965 Blackwater Draw Pecos River +0.462672 gsa_html_1582166619 gsa_html_1582166619:650:60288:60305 Lay Dam Chilton County, Alabama +0.459832 aapg_ah_764.html aapg_ah_764.html:387:38872:38889 Haymond Martinsburg, Nebraska +0.25938 aapg_aa_145.html aapg_aa_145.html:112:14166:14179 Shuswap Monashee Pass +0.265144 aapg_ah_85.html aapg_ah_85.html:93:10648:10666 Patuxent Virginia +0.893964 gsa_html_5865982995 gsa_html_5865982995:866:96793:96814 Green River Logan, Utah +0.2475 cspg_html_1313584654 cspg_html_1313584654:262:34804:34811 Telford London, Ontario +0.369242 aapg_ah_320.html aapg_ah_320.html:102:11512:11519 Juniata Huntington, West Virginia +0.273525 palaios_html_5582845937 palaios_html_5582845937:338:34534:34541 Hampton Virginia +0.254448 jgeology_html_4184751552 jgeology_html_4184751552:143:6629:6635 Provo Africa +0.261057 aapg_ah_180.html aapg_ah_180.html:84:9481:9504 Trimmers Rock Catskill Mountains +0.242942 aapg_af_854.html aapg_af_854.html:684:95943:95958 Salem Harrodsburg, Indiana +0.250458 aapg_af_363.html aapg_af_363.html:403:49981:49989 Virginia Chattanooga, Tennessee +0.239057 aapg_ad_442.html aapg_ad_442.html:36:4087:4095 Bellevue Texas +0.87936 cspg_html_4326384800 cspg_html_4326384800:1388:206162:206167 Nisku Wolf Lake (Indiana/Illinois) +0.262626 aapg_af_46.html aapg_af_46.html:250:27661:27668 Goddard Ouachita Parish, Louisiana +0.269608 aapg_af_384.html aapg_af_384.html:118:12202:12214 Devon Island Ellesmere Island +0.239811 palaios_html_1834763898 palaios_html_1834763898:518:50936:50962 Noonday Dolomite California +0.47311 aapg_ad_228.html aapg_ad_228.html:77:4251:4257 Jordan Berlin +0.4914 palaios_html_7179643765 palaios_html_7179643765:560:56677:56708 La Luna Venezuela +0.253895 gsa_html_6861599329 gsa_html_6861599329:95:9513:9521 Columbia Victoria, British Columbia +0.258462 aapg_ah_869.html aapg_ah_869.html:1092:98517:98529 Dakota Colorado +0.46464 jgeology_html_4305195651 jgeology_html_4305195651:272:22312:22334 Walton Oneonta, New York +0.497944 aapg_ae_581.html aapg_ae_581.html:561:63597:63623 Telegraph Creek Niobrara, Nebraska +0.478541 gsa_html_3648258377 gsa_html_3648258377:1244:110189:110197 Virginia Colorado +0.524538 aapg_ah_775.html aapg_ah_775.html:234:28726:28741 Diablo Sacramento, California +0.903444 aapg_aa_44.html aapg_aa_44.html:33:3837:3855 Moenkopi Colorado +0.240051 cspg_html_4287356899 cspg_html_4287356899:1655:231592:231612 Hart River Western world +0.479182 sedimentology_html_8926418472 sedimentology_html_8926418472:687:64559:64586 Viking Lacombe, Alberta +0.491967 aapg_ai_83.html aapg_ai_83.html:51:4672:4694 Detroit River Columbus, Ohio +0.499653 aapg_ah_654.html aapg_ah_654.html:1013:104574:104583 Popo Agie Cheyenne, Wyoming +0.50576 aapg_ah_289.html aapg_ah_289.html:113:15380:15399 Etchegoin Monterey, California +0.496071 jgeology_html_6186634367 jgeology_html_6186634367:143:13844:13863 Supai Grand Canyon +0.495126 gsa_html_2717448156 gsa_html_2717448156:1124:111524:111531 Spokane Washington (state) +0.476545 cspg_html_1346993331 cspg_html_1346993331:60:7998:8006 Edmonton Edmonton, London +0.258039 aapg_ad_152.html aapg_ad_152.html:2321:289643:289664 Bird Spring Clark County, Indiana +0.858192 aapg_ah_387.html aapg_ah_387.html:2207:240502:240521 Mariposa Sierra Nevada (Spain) +0.432972 aapg_af_842.html aapg_af_842.html:34:4056:4075 Smackover Arkansas +0.4848 aapg_aa_761.html aapg_aa_761.html:604:76820:76837 Sadlerochit Prudhoe Bay Oil Field +0.391314 aapg_ai_278.html aapg_ai_278.html:477:64253:64274 Fort Pierce Melbourne, Florida +0.2652 cspg_html_8558580101 cspg_html_8558580101:14:1938:1945 Cadomin Lacombe, Alberta +0.479862 aapg_ac_939.html aapg_ac_939.html:740:83739:83745 Cannon Great Falls (Missouri River) +0.488516 geology_html_9480340228 geology_html_9480340228:306:26398:26413 Rove Ontario, California +0.478101 aapg_ae_305.html aapg_ae_305.html:1080:93532:93537 Colon Venezuela +0.462144 aapg_aa_684.html aapg_aa_684.html:70:8321:8329 Red Peak John Crow Mountains +0.252945 cspg_html_5949578130 cspg_html_5949578130:720:90846:90876 Nisku Lacombe, Alberta +0.674128 aapg_ae_546.html aapg_ae_546.html:5:1110:1128 Bossier East Texas +0.485298 aapg_ai_688.html aapg_ai_688.html:55:8067:8077 Bloomsburg Harrisburg, Pennsylvania +0.262584 geology_html_1015741339 geology_html_1015741339:242:23845:23863 Monterey California +0.259 aapg_aa_12.html aapg_aa_12.html:519:56063:56077 Fredericksburg Arbuckle, California +0.48672 aapg_ae_546.html aapg_ae_546.html:16:3096:3105 Smackover Texas +0.268275 aapg_ai_724.html aapg_ai_724.html:253:24265:24279 Thumb Mountain Devon Island +0.845824 cspg_html_9778753186 cspg_html_9778753186:98:14135:14142 Cadomin Bellevue, Nebraska +0.48323 cspg_html_3982722300 cspg_html_3982722300:145:21083:21089 Oregon Washington (state) +0.492975 aapg_ae_73.html aapg_ae_73.html:231:29417:29427 Deer Creek Las Vegas Strip +0.239604 aapg_ae_181.html aapg_ae_181.html:162:23060:23070 Montgomery Selma to Montgomery marches +0.349146 aapg_af_142.html aapg_af_142.html:196:23675:23680 Yazoo Mississippi River +0.48222 aapg_ae_777.html aapg_ae_777.html:356:40974:40991 Tererro Sangre de Cristo Range +0.264052 aapg_af_723.html aapg_af_723.html:1060:98761:98785 Phillips Texas +0.51264 aapg_ah_645.html aapg_ah_645.html:493:58559:58564 Swift Boise, Idaho +0.474112 aapg_aa_702.html aapg_aa_702.html:598:100056:100072 Maroon Colorado +0.489082 cspg_html_6517402834 cspg_html_6517402834:21:2910:2922 Willow Creek Western Canadian Sedimentary Basin +0.191984 aapg_ae_305.html aapg_ae_305.html:126:16253:16263 Rio Palmar Maracaibo +0.503908 aapg_ac_333.html aapg_ac_333.html:325:43402:43415 Abo Supai, Arizona +0.475524 geology_html_7650938543 geology_html_7650938543:203:18331:18337 Oregon Peru, Indiana +0.46779 AMJC_html_2375334599 AMJC_html_2375334599:522:46857:46861 Java Philippines +0.248472 aapg_ad_812.html aapg_ad_812.html:6:1176:1192 Navajo Logan, Utah +0.467016 aapg_ac_611.html aapg_ac_611.html:42:5777:5789 Shasta Knoxville, Illinois +0.254881 cspg_html_4516258038 cspg_html_4516258038:263:27629:27642 Parry Islands Bathurst Island (Northern Territory) +0.257284 aapg_ai_504.html aapg_ai_504.html:19:2041:2049 Deadwood Gallatin, Tennessee +0.263302 AMJC_html_7287542072 AMJC_html_7287542072:9:435:450 Wepawaug Schist Hartford, Connecticut +0.487475 aapg_af_713.html aapg_af_713.html:111:10956:10965 Smackover East Texas +0.483516 aapg_ae_875.html aapg_ae_875.html:11:2013:2034 Cariblanco Puerto Rico +0.280611 gsa_html_6753732431 gsa_html_6753732431:320:29024:29045 Wood Canyon Marble Mountain Wilderness +0.254 aapg_ac_237.html aapg_ac_237.html:16:2334:2351 El Paso West, Texas +0.50191 palaios_html_2641317206 palaios_html_2641317206:187:13037:13054 Carrara California +0.391271 gsa_html_5737673651 gsa_html_5737673651:454:39135:39153 Morrison Logan, Utah +0.494088 cspg_html_9008569748 cspg_html_9008569748:8:710:718 Columbia Victoria, British Columbia +0.261117 cspg_html_3404912985 cspg_html_3404912985:259:40079:40087 Lea Park Lacombe, Alberta +0.258552 geology_html_7079208419 geology_html_7079208419:265:24604:24610 Provo Earth +0.255009 aapg_ae_124.html aapg_ae_124.html:34:3161:3170 Gatesburg Pennsylvania +0.254856 cspg_html_1611261412 cspg_html_1611261412:767:97566:97578 Saskatchewan Lacombe, Alberta +0.449501 aapg_ac_944.html aapg_ac_944.html:54:6621:6651 Dyer Colorado +0.500065 aapg_aa_735.html aapg_aa_735.html:147:12836:12853 Borden Illinois +0.487622 cspg_html_7688587411 cspg_html_7688587411:251:26690:26708 Kaskapau Victoria, British Columbia +0.499376 geology_html_6220540065 geology_html_6220540065:256:22555:22560 Erwin Chaohu City +0.253895 jgeology_html_8447682494 jgeology_html_8447682494:500:31753:31764 Moose River Portland, Maine +0.262119 cspg_html_1665574291 cspg_html_1665574291:6:384:402 Paskapoo Lacombe, Alberta +0.177192 aapg_aa_147.html aapg_aa_147.html:327:39263:39272 Red River Manitoba +0.463158 aapg_ae_2.html aapg_ae_2.html:399:42887:42893 Walker England +0.26923 aapg_ad_466.html aapg_ad_466.html:1378:146669:146676 Magothy Black Creek (Toronto) +0.252984 aapg_ai_898.html aapg_ai_898.html:99:11862:11868 Brazil South America +0.469098 aapg_ah_631.html aapg_ah_631.html:305:40775:40786 Black River Ohio +0.470305 aapg_ad_870.html aapg_ad_870.html:118:13406:13413 Saginaw Michigan +0.485888 geology_html_9906887454 geology_html_9906887454:186:13974:13986 Owens Valley Hunter Mountain (ski area) +0.468384 aapg_ah_174.html aapg_ah_174.html:213:28313:28319 Sierra Canoa Quebrada +0.487424 aapg_ad_880.html aapg_ad_880.html:212:21976:21980 Wendover Cheyenne, Wyoming +0.869544 aapg_aa_22.html aapg_aa_22.html:3:159:185 Montoya Middle East +0.501723 aapg_ah_573.html aapg_ah_573.html:58:7608:7619 Port Jervis West Branch Susquehanna River +0.258856 aapg_ac_424.html aapg_ac_424.html:344:55120:55133 Jackson Texas +0.85383 aapg_ac_807.html aapg_ac_807.html:667:66054:66065 Black Creek Closter, New Jersey +0.491202 aapg_ac_617.html aapg_ac_617.html:98:12209:12217 Oakville Nueces County, Texas +0.262913 aapg_ae_255.html aapg_ae_255.html:60:7082:7093 Sparta Spurger, Texas +0.24347 aapg_aa_548.html aapg_aa_548.html:79:8508:8516 Seminole Tulsa, Oklahoma +0.248482 aapg_aa_148.html aapg_aa_148.html:83:12559:12581 Cedar Mountain Colorado +0.254364 aapg_ae_419.html aapg_ae_419.html:2589:171724:171730 Sierra Santa Clara, California +0.507408 geology_html_8332015754 geology_html_8332015754:283:19532:19541 San Diego California +0.263165 aapg_ad_867.html aapg_ad_867.html:29:2845:2867 Word Texas +0.499554 aapg_ad_720.html aapg_ad_720.html:287:27639:27649 San Andres New Mexico +0.490545 cspg_html_7970178687 cspg_html_7970178687:6:293:301 Colorado Bow Island Airport +0.394918 aapg_ad_959.html aapg_ad_959.html:91:9476:9487 Clays Ferry Covington, Kentucky +0.871958 sedimentology_html_2442491538 sedimentology_html_2442491538:1119:92793:92824 Paradox Colorado +0.491283 aapg_ah_318.html aapg_ah_318.html:374:48233:48239 Sabine Shreveport, Louisiana +0.255021 aapg_ai_999.html aapg_ai_999.html:43:4564:4584 Twin Creek Boise, Idaho +0.490167 aapg_ac_824.html aapg_ac_824.html:504:50260:50268 Colorado Colorado +0.490049 gsa_html_2209194419 gsa_html_2209194419:995:100408:100436 Green River Colorado +0.267273 gsa_html_5147030878 gsa_html_5147030878:288:25208:25228 Aruba Lava Aruba +0.484692 aapg_aa_928.html aapg_aa_928.html:330:38341:38350 Catahoula Western world +0.407056 aapg_ac_610.html aapg_ac_610.html:213:18747:18759 Crystal Peak Logan, Utah +0.27144 cspg_html_4765627863 cspg_html_4765627863:40:3817:3828 Slave Point Victoria, British Columbia +0.27054 cspg_html_8694594891 cspg_html_8694594891:385:41924:41942 Billings Ontario, California +0.457744 aapg_aa_784.html aapg_aa_784.html:114:13165:13179 Chainman Yucca Mountain +0.490782 cspg_html_5435328392 cspg_html_5435328392:222:28468:28479 Gravelbourg Colorado +0.494326 aapg_ai_54.html aapg_ai_54.html:157:18146:18161 Tuscaloosa Tuscaloosa, Alabama +0.252504 sedimentology_html_3449233333 sedimentology_html_3449233333:313:23665:23669 Webb Great Barrier Reef +0.48974 aapg_ad_810.html aapg_ad_810.html:79:9141:9152 Trout River Watson Lake (Arizona) +0.46403 cspg_html_1654370716 cspg_html_1654370716:84:9847:9855 Colorado Regina, Saskatchewan +0.467504 aapg_aa_118.html aapg_aa_118.html:485:47215:47234 Mystic Quebec City +0.47658 cspg_html_3953809708 cspg_html_3953809708:595:59075:59083 Colorado Pueblo, Colorado +0.275044 aapg_ae_581.html aapg_ae_581.html:300:31256:31275 Fox Hills Cheyenne, Wyoming +0.855504 cspg_html_9236194363 cspg_html_9236194363:100:10672:10693 Slave Point Lacombe, Alberta +0.487622 palaios_html_3889678675 palaios_html_3889678675:1084:104685:104705 Lakota Cheyenne, Wyoming +0.494982 aapg_af_858.html aapg_af_858.html:193:18434:18452 Black River Ohio +0.25039 gsa_html_4479989476 gsa_html_4479989476:15:604:610 Reston Virginia +0.26136 AMJC_html_2228158963 AMJC_html_2228158963:745:82660:82664 Rome Youngtown, Tasmania +0.258055 cspg_html_7083999793 cspg_html_7083999793:27:3537:3545 Columbia Victoria, British Columbia +0.25553 cspg_html_7912545589 cspg_html_7912545589:17:2309:2320 Peace River CFB Cold Lake +0.25956 jgeology_html_5803513114 jgeology_html_5803513114:138:10716:10728 Carrabassett Littleton, Colorado +0.474306 palaios_html_8447729660 palaios_html_8447729660:438:49020:49045 Willwood Cheyenne, Wyoming +0.25431 aapg_ae_419.html aapg_ae_419.html:1435:112010:112030 Agua Nueva Tampico, Illinois +0.264698 cspg_html_4287356899 cspg_html_4287356899:2888:317007:317035 Cathedral Texas +0.494592 cspg_html_8089302449 cspg_html_8089302449:526:91193:91215 Slave Point Swan Hill, Victoria +0.509728 aapg_ad_356.html aapg_ad_356.html:397:38472:38495 Cotton Valley Haynesville, Louisiana +0.25515 aapg_aa_124.html aapg_aa_124.html:339:34705:34724 Crowsnest Bow Island Airport +0.4977 cspg_html_3798354576 cspg_html_3798354576:104:11603:11609 Exshaw Chattanooga, Tennessee +0.450188 aapg_af_664.html aapg_af_664.html:707:78989:79002 Brushy Canyon Delaware +0.481371 gsa_html_7472793538 gsa_html_7472793538:61:4527:4555 Green River Iran +0.681789 cspg_html_4822015639 cspg_html_4822015639:56:8866:8882 Eureka Quartzite Logan, Utah +0.469568 geology_html_5002135036 geology_html_5002135036:34:2258:2264 Nelson Texas +0.252 cspg_html_9683836416 cspg_html_9683836416:487:73105:73116 Belly River Arctic Cordillera +0.491064 cspg_html_7881580279 cspg_html_7881580279:26:3768:3777 Red River Lacombe, Alberta +0.27189 aapg_ae_448.html aapg_ae_448.html:122:13766:13772 Paluxy Paluxy, Texas +0.452675 gsa_html_5339062095 gsa_html_5339062095:864:68932:68963 Black Peaks Texas +0.482776 aapg_ac_75.html aapg_ac_75.html:133:15309:15331 Slave Point Canada +0.490269 aapg_ah_696.html aapg_ah_696.html:381:54085:54095 Washington Salem, Oregon +0.25324 cspg_html_6839937815 cspg_html_6839937815:169:23637:23654 Gerster Reno, Nevada +0.48828 aapg_ah_23.html aapg_ah_23.html:200:36795:36802 Yucatan Melbourne, Florida +0.245895 aapg_aa_328.html aapg_aa_328.html:387:28393:28403 San Felipe San Juan, Argentina +0.246302 cspg_html_8250755331 cspg_html_8250755331:122:17059:17079 Milk River Lacombe, Alberta +0.262913 aapg_ac_641.html aapg_ac_641.html:272:35877:35894 Astoria Washington (state) +0.525279 aapg_aa_146.html aapg_aa_146.html:777:45554:45573 Fox Hills Newcastle, New South Wales +0.66552 aapg_ae_694.html aapg_ae_694.html:86:11338:11352 Buda Buda, Texas +0.679903 aapg_aa_731.html aapg_aa_731.html:72:10674:10686 Wilcox Texas +0.494758 aapg_ah_749.html aapg_ah_749.html:3:219:227 Virginia Norfolk, Virginia +0.475547 cspg_html_4298557570 cspg_html_4298557570:71:11055:11073 Edmonton Edmonton, London +0.251001 cspg_html_5306161110 cspg_html_5306161110:76:10933:10939 Ludlow England +0.270788 aapg_ac_253.html aapg_ac_253.html:222:30224:30230 Frisco Frisco, Texas +0.464852 geology_html_4395835641 geology_html_4395835641:49:6505:6535 Dunn Canada +0.471896 cspg_html_2826081830 cspg_html_2826081830:385:45791:45813 Grand Rapids Lacombe, Alberta +0.49348 gsa_html_5628865226 gsa_html_5628865226:545:51046:51074 Green River Colorado +0.5088 geology_html_1786422255 geology_html_1786422255:14:667:675 Virginia Reston, Virginia +0.239659 aapg_aa_681.html aapg_aa_681.html:418:44095:44109 Traverse Michigan +0.452188 aapg_ah_847.html aapg_ah_847.html:84:9737:9759 Mount Laurel New Egypt, New Jersey +0.26924 aapg_ai_107.html aapg_ai_107.html:83:7666:7685 Smackover Arkansas +0.260554 aapg_ac_590.html aapg_ac_590.html:93:11711:11729 Ogallala Pecos River +0.48384 gsa_html_4913703235 gsa_html_4913703235:622:63235:63263 Green River New Mexico +0.268822 jgeology_html_4115179562 jgeology_html_4115179562:641:50401:50426 Bays Virginia +0.49197 aapg_ae_143.html aapg_ae_143.html:71:8367:8375 Imperial Swan Hill, Victoria +0.234175 gsa_html_3942625742 gsa_html_3942625742:223:19670:19682 Little River Metro Manila +0.515 aapg_ae_474.html aapg_ae_474.html:862:87357:87376 Aux Vases Bethel, Alaska +0.480255 gsa_html_3855546953 gsa_html_3855546953:798:72200:72208 Fillmore Mojave Desert +0.49087 cspg_html_6383234409 cspg_html_6383234409:591:61882:61902 Bird Fiord Ellesmere Island +0.497034 aapg_ai_493.html aapg_ai_493.html:52:6023:6043 Wasatch Logan, Utah +0.456573 cspg_html_5660413005 cspg_html_5660413005:127:15556:15571 Nisku Blue Ridge Mountains +0.277326 aapg_ah_370.html aapg_ah_370.html:115:8114:8127 Traverse Thunder Bay +0.261632 aapg_aa_61.html aapg_aa_61.html:89:9157:9164 Tamabra Matamoros, Tamaulipas +0.46599 aapg_ai_94.html aapg_ai_94.html:91:14266:14272 Sierra Matamoros, Tamaulipas +0.242316 aapg_ai_581.html aapg_ai_581.html:253:23876:23882 Denver Colorado +0.483886 aapg_ah_415.html aapg_ah_415.html:118:10794:10814 Milk River Colorado +0.262656 cspg_html_7483574191 cspg_html_7483574191:491:62587:62614 Waterton Fernie, British Columbia +0.48692 sedimentology_html_7195393000 sedimentology_html_7195393000:979:77969:77987 Dunvegan Lacombe, Alberta +0.254881 aapg_af_133.html aapg_af_133.html:303:32450:32462 Salina Michigan +0.372006 aapg_ad_2.html aapg_ad_2.html:1279:175847:175858 Black River Pennsylvania +0.443864 gsa_html_3014459865 gsa_html_3014459865:277:30820:30838 Beacon Hill Gravel Piedmont (United States) +0.252609 gsa_html_5081991493 gsa_html_5081991493:1129:88409:88430 Green River Flagstaff, Arizona +0.27401 aapg_ac_789.html aapg_ac_789.html:124:24204:24237 Barnett Texas +0.261783 aapg_ae_828.html aapg_ae_828.html:3:235:243 Michigan Michigan +0.498988 aapg_ad_723.html aapg_ad_723.html:38:4171:4179 Colorado New Mexico +0.241542 aapg_ah_644.html aapg_ah_644.html:350:42147:42159 Saskatchewan Manitoba +0.509467 gsa_html_1130947011 gsa_html_1130947011:76:8609:8620 Utica Lexington, Kentucky +0.479829 cspg_html_7278957427 cspg_html_7278957427:106:14824:14843 Beaufort Ellesmere Island +0.273448 aapg_ah_318.html aapg_ah_318.html:408:50265:50283 Hosston Cotton Valley, Louisiana +0.25856 geology_html_2357420362 geology_html_2357420362:205:19118:19122 Bond North Atlantic Current +0.49192 cspg_html_2758324131 cspg_html_2758324131:461:58798:58828 Bakken Williston Basin +0.4848 geology_html_1668394540 geology_html_1668394540:283:24675:24687 Owens Valley Mojave Desert +0.266192 aapg_af_387.html aapg_af_387.html:330:28605:28614 Smackover Mississippi River +0.255488 gsa_html_1412681096 gsa_html_1412681096:950:83380:83390 Rio Grande Mexico +0.271872 aapg_ae_337.html aapg_ae_337.html:570:47150:47172 Word Texas +0.27195 gsa_html_5928791685 gsa_html_5928791685:88:8467:8484 Blackstone Newport, Rhode Island +0.913935 gsa_html_2575244827 gsa_html_2575244827:139:15987:16010 Fort Thompson Austin, Chicago +0.46645 aapg_ai_583.html aapg_ai_583.html:41:6558:6568 Twin Creek Cheyenne, Wyoming +0.904385 cspg_html_6193252551 cspg_html_6193252551:634:67862:67869 Sayabec Quebec City +0.494 cspg_html_9119878068 cspg_html_9119878068:431:50325:50341 Besa River Victoria, British Columbia +0.506933 geology_html_1543525199 geology_html_1543525199:305:27028:27052 Wasatch Powder River Basin +0.27594 aapg_af_143.html aapg_af_143.html:979:99654:99675 Otter California +0.457431 cspg_html_9343899465 cspg_html_9343899465:73:10267:10285 Melville Island Melville Island (Canada) +0.837 cspg_html_7409170811 cspg_html_7409170811:632:73497:73503 Exshaw Lacombe, Alberta +0.389355 aapg_ae_65.html aapg_ae_65.html:473:43586:43595 Chugwater Cheyenne, Wyoming +0.49088 aapg_ai_461.html aapg_ai_461.html:29:4004:4009 Boggy Ouachita Mountains +0.249999 gsa_html_4873957926 gsa_html_4873957926:698:75908:75916 San Luis Creede, Colorado +0.472175 gsa_html_4026604278 gsa_html_4026604278:638:79651:79660 Pocatello Snake River Plain (ecoregion) +0.494758 AMJC_html_4692260170 AMJC_html_4692260170:576:58487:58509 Spider Lake Piscataquis River +0.267734 gsa_html_3614490577 gsa_html_3614490577:718:59553:59559 Lisbon Charleston, South Carolina +0.47073 cspg_html_7896958755 cspg_html_7896958755:241:24871:24890 Clearwater Western world +0.280358 cspg_html_7866293053 cspg_html_7866293053:738:70807:70824 Gething Victoria, British Columbia +0.844956 cspg_html_9905904289 cspg_html_9905904289:22:3958:3964 Battle Lacombe, Alberta +0.485305 gsa_html_4618399939 gsa_html_4618399939:61:4571:4599 Green River Colorado +0.283833 aapg_ac_829.html aapg_ac_829.html:63:8342:8349 Duperow Canada +0.247494 sedimentology_html_4002578443 sedimentology_html_4002578443:145:5945:5979 Protection Washington (state) +0.477012 aapg_ai_612.html aapg_ai_612.html:51:8341:8355 Ross Laingsburg, Western Cape +0.25755 cspg_html_5993094683 cspg_html_5993094683:509:56196:56219 Pico California +0.266766 geology_html_7123070239 geology_html_7123070239:284:24913:24951 Duck Creek Perth, Western Australia +0.478431 aapg_ad_918.html aapg_ad_918.html:62:8898:8913 Mesaverde Colorado +0.49115 aapg_ac_967.html aapg_ac_967.html:237:26957:26970 Blue Mountain Richmond, California +0.254881 sedimentology_html_7553974053 sedimentology_html_7553974053:1429:118711:118728 Sisquoc California +0.251428 aapg_ae_574.html aapg_ae_574.html:21:3644:3662 Frontier Powder River (Montana) +0.47167 gsa_html_6625494715 gsa_html_6625494715:431:55237:55265 Tidal Nassau, Bahamas +0.84444 palaios_html_8113714689 palaios_html_8113714689:98:9733:9751 Munising Michigan +0.22936 gsa_html_4181975259 gsa_html_4181975259:677:64819:64824 Rapid Anchorage, Alaska +0.483246 aapg_ai_321.html aapg_ai_321.html:71:9332:9349 Metapan Comayagua +0.269037 aapg_ad_930.html aapg_ad_930.html:160:17477:17498 Green River Cheyenne, Wyoming +0.271656 aapg_ac_187.html aapg_ac_187.html:1957:191098:191133 Marcellus Pennsylvania +0.361584 cspg_html_1166788717 cspg_html_1166788717:6:408:413 Banff Lacombe, Alberta +0.461127 geology_html_4403865682 geology_html_4403865682:165:18479:18488 Eel River Scotia, New York +0.48719 aapg_ah_428.html aapg_ah_428.html:177:22275:22292 El Paso El Paso, Texas +0.260084 AMJC_html_7085584544 AMJC_html_7085584544:958:97656:97675 Willwood Cheyenne, Wyoming +0.268324 sedimentology_html_8006979411 sedimentology_html_8006979411:133:12246:12254 Columbia Victoria, British Columbia +0.489888 geology_html_3911481921 geology_html_3911481921:272:25648:25657 San Diego California +0.269874 aapg_ac_251.html aapg_ac_251.html:203:24483:24492 Franconia Coconino County, Arizona +0.474315 aapg_ae_584.html aapg_ae_584.html:709:65200:65218 San Onofre Breccia Orange County, California +0.435984 aapg_af_636.html aapg_af_636.html:198:22671:22677 Camden Benton County, Indiana +0.414951 aapg_ae_960.html aapg_ae_960.html:3:353:366 Madison Nebraska +0.815258 aapg_ac_333.html aapg_ac_333.html:1058:127547:127553 Kaibab New Mexico +0.251904 aapg_ah_72.html aapg_ah_72.html:73:11110:11117 Fleming Shreveport, Louisiana +0.25334 aapg_aa_288.html aapg_aa_288.html:370:39921:39932 Skull Creek Cheyenne, Wyoming +0.25551 geology_html_6616123514 geology_html_6616123514:244:21550:21556 Jordan Nazca +0.280371 aapg_ae_223.html aapg_ae_223.html:94:12046:12062 Dakota Colorado +0.484124 aapg_ai_17.html aapg_ai_17.html:444:33530:33535 Yegua Texas +0.44034 aapg_aa_23.html aapg_aa_23.html:203:21123:21131 Winnipeg Lake Winnipeg +0.454858 aapg_ae_871.html aapg_ae_871.html:114:17749:17769 Open Anchorage, Alaska +0.260084 sedimentology_html_9410072150 sedimentology_html_9410072150:59:4251:4259 Victoria Mexico +0.464111 aapg_ae_370.html aapg_ae_370.html:379:35199:35215 Keasey California +0.49794 cspg_html_1222040397 cspg_html_1222040397:737:87927:87946 Bedford London, Ontario +0.260952 aapg_af_248.html aapg_af_248.html:32:2975:2981 Midway Arkansas +0.2352 cspg_html_5546792631 cspg_html_5546792631:233:29708:29720 Horton River Canada +0.264132 aapg_ad_37.html aapg_ad_37.html:79:8109:8114 Yegua Western world +0.47071 cspg_html_5954266359 cspg_html_5954266359:353:46189:46197 Montreal Quebec City +0.479958 aapg_ad_466.html aapg_ad_466.html:1348:144197:144204 Raritan Chesapeake Bay +0.4914 aapg_ai_31.html aapg_ai_31.html:100:11105:11124 Catahoula Texas +0.478686 aapg_ah_869.html aapg_ah_869.html:1115:99830:99838 Colorado Denver +0.254961 AMJC_html_1470891917 AMJC_html_1470891917:674:70024:70037 Francis Saratoga Springs, New York +0.246856 sedimentology_html_9284939222 sedimentology_html_9284939222:1471:105368:105395 Tidal Memphis International Airport +0.50933 gsa_html_3069013284 gsa_html_3069013284:414:43482:43504 Chinle Chinle Formation +0.255488 aapg_ai_504.html aapg_ai_504.html:148:14887:14892 Heath Williston, Vermont +0.466932 sedimentology_html_3769940331 sedimentology_html_3769940331:488:44260:44269 Mansfield Montgomery (town), New York +0.251346 jgeology_html_6672772311 jgeology_html_6672772311:332:30251:30254 Arc Bellevue, Nebraska +0.482304 palaios_html_4875582819 palaios_html_4875582819:362:41967:41985 Judith River Canada +0.255811 geology_html_7867948062 geology_html_7867948062:21:1188:1204 Noonday Dolomite Death Valley +0.4845 cspg_html_8662646956 cspg_html_8662646956:74:13545:13555 Pine Point Vancouver +0.385974 jgeology_html_2872695575 jgeology_html_2872695575:505:30651:30675 Sewanee Conglomerate Knoxville, Tennessee +0.246012 sedimentology_html_6705485093 sedimentology_html_6705485093:721:52282:52292 Copenhagen Denmark +0.260952 sedimentology_html_2265212258 sedimentology_html_2265212258:36:2626:2635 Lockatong Passaic, New Jersey +0.267786 cspg_html_8581304260 cspg_html_8581304260:308:35503:35511 Columbia Victoria, British Columbia +0.518819 aapg_ae_959.html aapg_ae_959.html:2094:150169:150190 Bluff Carlsbad, New Mexico +0.355997 aapg_aa_45.html aapg_aa_45.html:95:11843:11861 Moenkopi Moenkopi Formation +0.509852 gsa_html_4592916077 gsa_html_4592916077:964:67390:67399 San Diego California +0.250992 aapg_ai_292.html aapg_ai_292.html:332:32452:32466 Lisburne Northwest Arctic Borough, Alaska +0.482878 aapg_ad_357.html aapg_ad_357.html:125:11171:11189 Vaqueros California +0.243552 aapg_ac_684.html aapg_ac_684.html:214:20092:20104 Wilcox Murray, Kentucky +0.253616 aapg_aa_691.html aapg_aa_691.html:499:65106:65124 Elk Lacombe, Alberta +0.27508 cspg_html_3124360347 cspg_html_3124360347:84:15119:15130 Beekmantown Smithville, Ontario +0.249 aapg_ad_153.html aapg_ad_153.html:397:40084:40091 Cypress Bethel, Alaska +0.486472 aapg_ad_930.html aapg_ad_930.html:3:200:221 Green River Cheyenne, Wyoming +0.279777 cspg_html_4298557570 cspg_html_4298557570:27:3636:3650 Edmonton Lacombe, Alberta +0.467923 cspg_html_9435196958 cspg_html_9435196958:100:4402:4410 Edmonton Lacombe, Alberta +0.253009 AMJC_html_5916115748 AMJC_html_5916115748:1523:134443:134453 Washington Salem, Oregon +0.513128 aapg_af_854.html aapg_af_854.html:1409:205135:205151 Bethel White County, Indiana +0.260091 sedimentology_html_3100976179 sedimentology_html_3100976179:162:8853:8857 Hall London, Ontario +0.256928 aapg_ac_63.html aapg_ac_63.html:112:11751:11760 Smackover Shreveport, Louisiana +0.698031 aapg_ai_219.html aapg_ai_219.html:608:38474:38488 Nuka Anchorage, Alaska +0.4743 aapg_ad_337.html aapg_ad_337.html:89:9236:9254 Vaqueros Santa Monica Mountains +0.261576 aapg_ae_511.html aapg_ae_511.html:43:4710:4717 Wasatch Logan, Utah +0.466565 gsa_html_9181545711 gsa_html_9181545711:556:52865:52883 Fountain Coney Island +0.26059 gsa_html_1124652135 gsa_html_1124652135:12:542:548 Reston Virginia +0.261105 cspg_html_7310162886 cspg_html_7310162886:171:23010:23016 Alapah Great Britain +0.48308 aapg_ai_326.html aapg_ai_326.html:142:17042:17055 Mandata Pennsylvania +0.535976 aapg_aa_957.html aapg_aa_957.html:100:10354:10363 Cockfield Duval County, Texas +0.48516 aapg_ai_52.html aapg_ai_52.html:6:1316:1327 Tulare Monterey, California +0.46872 aapg_aa_643.html aapg_aa_643.html:478:55520:55529 Knoxville Knoxville, Illinois +0.49164 sedimentology_html_6390126294 sedimentology_html_6390126294:1260:76738:76743 Piper Canada +0.479044 aapg_af_191.html aapg_af_191.html:11:1229:1237 Big Hill Texas +0.363588 palaios_html_3931161229 palaios_html_3931161229:998:98155:98159 Kope Kentucky +0.260568 aapg_ai_887.html aapg_ai_887.html:217:26404:26412 Edmonton Golden, Colorado +0.262 aapg_ae_479.html aapg_ae_479.html:25:3661:3669 Virginia Kentucky +0.253847 aapg_ac_528.html aapg_ac_528.html:442:51930:51936 Denver Colorado +0.264554 cspg_html_5541725202 cspg_html_5541725202:496:67282:67302 Tormentine New Brunswick, New Jersey +0.485811 aapg_ac_807.html aapg_ac_807.html:372:37738:37749 Hornerstown Maryland +0.511511 aapg_aa_813.html aapg_aa_813.html:429:45609:45619 Fort Union Cheyenne, Wyoming +0.484785 aapg_ai_80.html aapg_ai_80.html:335:34570:34575 Utica Knoxville, Tennessee +0.241072 cspg_html_9119878068 cspg_html_9119878068:83:10947:10956 Waterways Edmonton, London +0.259875 gsa_html_1040524378 gsa_html_1040524378:788:81411:81419 Colorado Cheyenne, Wyoming +0.2646 aapg_af_469.html aapg_af_469.html:473:55904:55912 Humboldt Great Basin +0.477158 gsa_html_5081991493 gsa_html_5081991493:1371:101495:101511 Colton Logan, Utah +0.488448 gsa_html_1228097309 gsa_html_1228097309:64:4765:4793 Green River Colorado +0.46926 cspg_html_2954223000 cspg_html_2954223000:1068:152910:152915 Weeks Los Angeles +0.258039 jgeology_html_8088445472 jgeology_html_8088445472:162:10015:10022 Manlius Jamesville, New York +0.257983 aapg_ai_350.html aapg_ai_350.html:64:6982:6988 Wilcox Pauls Valley, Oklahoma +0.529624 aapg_aa_886.html aapg_aa_886.html:688:73938:73947 San Diego California +0.2585 cspg_html_5104062649 cspg_html_5104062649:678:70322:70332 Sans Sault Sault Ste. Marie, Ontario +0.454545 AMJC_html_6341723617 AMJC_html_6341723617:1099:91761:91767 Denver Colorado +0.50032 jgeology_html_5746443485 jgeology_html_5746443485:1202:73188:73195 Andrews Austin, Chicago +0.50592 aapg_ai_205.html aapg_ai_205.html:88:9778:9785 Canning Carnarvon, Western Australia +0.680262 cspg_html_6252417471 cspg_html_6252417471:138:21284:21300 Hassel Banks Island +0.246984 aapg_ah_772.html aapg_ah_772.html:637:52814:52825 Bird Spring Reno, Nevada +0.270391 geology_html_1215270908 geology_html_1215270908:22:847:857 Washington Washington (state) +0.26659 aapg_ah_763.html aapg_ah_763.html:47:4727:4737 Whitehorse Artesia, New Mexico +0.462672 cspg_html_2418341010 cspg_html_2418341010:45:5490:5502 Saskatchewan Regina, Saskatchewan +0.24929 aapg_ai_107.html aapg_ai_107.html:601:51463:51472 Shongaloo Texas +0.48433 aapg_ad_785.html aapg_ad_785.html:40:5181:5189 Fountain Arkansas River +0.25544 cspg_html_2139304729 cspg_html_2139304729:34:5678:5697 Hecla Bay Bathurst Island (Northern Territory) +0.263144 cspg_html_4269071742 cspg_html_4269071742:236:19611:19630 Kishenehn South Fork Flathead River +0.246092 aapg_aa_749.html aapg_aa_749.html:182:23883:23904 Willow Creek Uinta Mountains +0.479044 gsa_html_8881958017 gsa_html_8881958017:333:34723:34731 Columbia Victoria, British Columbia +0.241868 cspg_html_9388742281 cspg_html_9388742281:250:24825:24843 Dunvegan Lacombe, Alberta +0.502392 aapg_ah_158.html aapg_ah_158.html:120:23487:23497 Georgetown Bear Mountain (Connecticut) +0.488892 aapg_ad_942.html aapg_ad_942.html:802:67020:67028 Columbia Victoria, British Columbia +0.4743 sedimentology_html_5673709888 sedimentology_html_5673709888:1555:81312:81319 Gambier Burlington, Ontario +0.258516 aapg_ak_98.html aapg_ak_98.html:840:84709:84729 Maravillas West Texas +0.253727 geology_html_4989892233 geology_html_4989892233:39:3981:3989 Columbia Victoria, British Columbia +0.50008 aapg_ai_328.html aapg_ai_328.html:91:8900:8909 Rancheria Las Cruces, New Mexico +0.250444 aapg_ai_506.html aapg_ai_506.html:96:9539:9547 Virginia Virginia +0.486095 cspg_html_4568084707 cspg_html_4568084707:36:6110:6132 Cooking Lake Redwater, Texas +0.245935 gsa_html_7102550258 gsa_html_7102550258:222:22458:22475 Moenave Kayenta, Arizona +0.519437 gsa_html_8614162917 gsa_html_8614162917:1157:102863:102891 Green River Colorado +0.47167 aapg_ae_253.html aapg_ae_253.html:107:12067:12075 Richland Pine Island (Lee County, Florida) +0.491568 aapg_ac_333.html aapg_ac_333.html:1138:135618:135628 San Andres Arizona +0.262584 sedimentology_html_3220122506 sedimentology_html_3220122506:997:83502:83534 Yakataga Gulf of Alaska +0.481143 aapg_ad_11.html aapg_ad_11.html:116:16465:16485 Sentinel Butte Knife River +0.348808 aapg_ae_3.html aapg_ae_3.html:550:56908:56924 Humbug Logan, Utah +0.256542 cspg_html_4937997995 cspg_html_4937997995:246:29475:29491 Bad Cache Rapids Churchill River (Atlantic) +0.256011 palaios_html_6353470714 palaios_html_6353470714:791:78838:78847 San Diego California +0.256725 geology_html_1543255055 geology_html_1543255055:321:26397:26406 San Diego California +0.492012 gsa_html_2207622902 gsa_html_2207622902:61:3903:3931 Green River Colorado +0.889812 aapg_ah_387.html aapg_ah_387.html:2705:291812:291828 Knoxville Table Mountain +0.25647 sedimentology_html_7070452896 sedimentology_html_7070452896:27:1798:1806 Colorado California +0.45312 cspg_html_6675007047 cspg_html_6675007047:621:64188:64207 Athabasca Canada +0.243867 palaios_html_9150736881 palaios_html_9150736881:65:7279:7283 Kope Netherlands +0.50952 cspg_html_1665574291 cspg_html_1665574291:97:16631:16653 Willow Creek Lacombe, Alberta +0.500175 aapg_ac_333.html aapg_ac_333.html:245:31459:31475 Hermosa Silverton, Oregon +0.275225 aapg_ah_505.html aapg_ah_505.html:624:47149:47157 Morrison Denver +0.25414 aapg_ah_340.html aapg_ah_340.html:351:38883:38891 Kiamichi Goodland, Kansas +0.247808 cspg_html_6984906794 cspg_html_6984906794:51:7336:7344 Dunvegan Victoria, British Columbia +0.263652 gsa_html_5552216115 gsa_html_5552216115:991:104553:104583 Big Blue Coalinga, California +0.50825 aapg_af_631.html aapg_af_631.html:139:12989:13002 Chinle Santa Rosa, California +0.26677 cspg_html_9174463232 cspg_html_9174463232:332:32089:32107 Muskeg Black Creek (Toronto) +0.488188 aapg_ac_313.html aapg_ac_313.html:397:45746:45757 Peten Maya Mountain +0.497376 gsa_html_5272671610 gsa_html_5272671610:768:70048:70056 Columbia Victoria, British Columbia +0.251502 aapg_ad_557.html aapg_ad_557.html:8264:372957:372976 Brushy Canyon Texas +0.489583 aapg_af_663.html aapg_af_663.html:73:7419:7438 Altamont Missouri River +0.486816 aapg_ae_461.html aapg_ae_461.html:12:2053:2072 Smackover Cotton Valley, Louisiana +0.465354 aapg_ae_68.html aapg_ae_68.html:254:28572:28588 Kaibab Logan, Utah +0.509229 aapg_ad_918.html aapg_ad_918.html:72:10440:10458 Niobrara Nebraska +0.252296 cspg_html_2384466756 cspg_html_2384466756:296:37860:37876 Hassel District Council of Franklin Harbour +0.50024 aapg_ai_367.html aapg_ai_367.html:363:24557:24565 Vaqueros California +0.258 cspg_html_9941227593 cspg_html_9941227593:24:3072:3132 Bakken Regina, Saskatchewan +0.47439 cspg_html_1009749092 cspg_html_1009749092:33:4139:4165 Horseshoe Canyon Lacombe, Alberta +0.260604 palaios_html_8921418198 palaios_html_8921418198:526:47906:47916 Washington Washington (state) +0.2583 palaios_html_5958626598 palaios_html_5958626598:65:7553:7573 Brassfield Ohio +0.264698 aapg_af_666.html aapg_af_666.html:476:40711:40721 Wind River Wasatch Range +0.489765 aapg_ac_419.html aapg_ac_419.html:1023:109917:109923 Walker Catskill Mountains +0.277405 aapg_aa_105.html aapg_aa_105.html:392:40882:40903 Blackstone Middle East +0.27348 gsa_html_8236729701 gsa_html_8236729701:163:18821:18841 Point Loma Carlsbad, New Mexico +0.236572 gsa_html_4675429437 gsa_html_4675429437:820:58456:58462 Sonora Sonora +0.518632 aapg_ae_750.html aapg_ae_750.html:448:51208:51219 Abo Texas +0.23863 aapg_ad_98.html aapg_ad_98.html:550:55898:55919 Crystal Peak Logan, Utah +0.509229 gsa_html_1024107776 gsa_html_1024107776:496:48800:48821 Boss Point Bridgetown, Nova Scotia +0.48034 aapg_ah_416.html aapg_ah_416.html:282:22796:22806 Milk River Milk River, Alberta +0.51251 aapg_ae_91.html aapg_ae_91.html:28:4107:4114 Spokane Washington (state) +0.493387 jgeology_html_7908118530 jgeology_html_7908118530:585:37849:37863 Ogallala Nebraska +0.479776 aapg_af_575.html aapg_af_575.html:806:112966:112983 Vamoosa Missouri River +0.2515 aapg_ai_277.html aapg_ai_277.html:243:28187:28204 Tamabra Mexico +0.499596 aapg_aa_976.html aapg_aa_976.html:329:43983:44000 Decorah Burlington, Ontario +0.250745 palaios_html_5793673513 palaios_html_5793673513:517:54822:54826 Hall London, Ontario +0.244458 aapg_ai_976.html aapg_ai_976.html:362:37616:37631 Viola Chattanooga, Tennessee +0.24864 gsa_html_5272671610 gsa_html_5272671610:421:43472:43499 Stirling Reno, Nevada +0.452212 aapg_ae_66.html aapg_ae_66.html:265:26219:26224 Piper Cheyenne, Wyoming +0.48615 palaios_html_3561205174 palaios_html_3561205174:1143:94285:94298 Potsdam Canada +0.489219 aapg_aa_4.html aapg_aa_4.html:132:17094:17110 Sonyea West Fork River +0.497482 AMJC_html_3632105729 AMJC_html_3632105729:920:99954:99964 Washington Blue Mountains (Oregon) +0.257048 aapg_ai_1.html aapg_ai_1.html:171:15513:15532 Leadville Ouray, Colorado +0.491175 aapg_ad_69.html aapg_ad_69.html:279:19274:19289 Telegraph Creek Niobrara, Nebraska +0.255474 cspg_html_2873888604 cspg_html_2873888604:127:21296:21328 Montney Lacombe, Alberta +0.15795 aapg_ai_240.html aapg_ai_240.html:200:21756:21770 Stony Mountain Red River of the North +0.32754 aapg_ac_333.html aapg_ac_333.html:12:1953:1966 Abo Supai, Arizona +0.471336 aapg_af_450.html aapg_af_450.html:23:3388:3416 Blanco Bloomington, Indiana +0.492993 aapg_ae_573.html aapg_ae_573.html:811:91847:91876 Pearsall Mexico +0.25515 aapg_ad_880.html aapg_ad_880.html:1081:104750:104760 Minnekahta Spearfish, South Dakota +0.475745 aapg_ad_785.html aapg_ad_785.html:10:1451:1459 Fountain Colorado Springs, Colorado +0.477204 sedimentology_html_7298419341 sedimentology_html_7298419341:1394:87611:87628 Minturn Colorado +0.494137 aapg_ae_182.html aapg_ae_182.html:178:21119:21140 Pine Island Cotton Valley, Louisiana +0.503649 aapg_ae_324.html aapg_ae_324.html:750:75859:75867 Moccasin Sevier orogeny +0.487113 cspg_html_1784868850 cspg_html_1784868850:32:4358:4366 Columbia Victoria, British Columbia +0.245232 cspg_html_6873686255 cspg_html_6873686255:268:29082:29106 Cardium Lacombe, Alberta +0.488696 aapg_aa_567.html aapg_aa_567.html:214:21535:21550 Lawrence Weston, Florida +0.468806 aapg_aa_702.html aapg_aa_702.html:650:102525:102533 Michigan Lake Michigan +0.254976 cspg_html_6121424055 cspg_html_6121424055:226:18955:18966 Slave Point Victoria, British Columbia +0.247324 aapg_ai_900.html aapg_ai_900.html:232:34600:34605 Rapid Sumatra +0.466785 gsa_html_5985527169 gsa_html_5985527169:22:1432:1438 Denver Colorado +0.256968 aapg_af_338.html aapg_af_338.html:337:39516:39522 Snyder Texas +0.468981 aapg_ad_376.html aapg_ad_376.html:49:6183:6199 Bethel Randolph County, Indiana +0.472948 aapg_ae_147.html aapg_ae_147.html:169:18831:18835 Pico South Mountains (Arizona) +0.25857 aapg_ae_416.html aapg_ae_416.html:146:14036:14041 Tampa Texas +0.255374 aapg_ac_809.html aapg_ac_809.html:63:6821:6829 Kootenai Western world +0.245448 aapg_ae_905.html aapg_ae_905.html:189:21397:21419 Cooper Iowa +0.65619 palaios_html_1276188815 palaios_html_1276188815:27:2427:2438 Green River Logan, Utah +0.261117 aapg_ae_324.html aapg_ae_324.html:1201:120310:120318 Lowville Murfreesboro, Tennessee +0.497034 aapg_ac_920.html aapg_ac_920.html:274:40313:40317 Elko Reno, Nevada +0.48384 geology_html_7009319340 geology_html_7009319340:11:523:531 Montreal Earth +0.23594 sedimentology_html_9382981948 sedimentology_html_9382981948:429:38593:38597 Hall London, Ontario +0.264195 gsa_html_8764674682 gsa_html_8764674682:1123:81617:81645 Green River New Mexico +0.457504 cspg_html_9344966639 cspg_html_9344966639:209:18451:18461 Washington San Juan Island +0.491582 gsa_html_8152640301 gsa_html_8152640301:1119:98857:98885 Green River Colorado +0.242176 aapg_af_636.html aapg_af_636.html:288:34060:34081 Dutch Creek Illinois +0.25948 cspg_html_5456368738 cspg_html_5456368738:109:13290:13312 Imperial Mackenzie River +0.517608 aapg_ae_153.html aapg_ae_153.html:383:48826:48838 Willow Creek Lacombe, Alberta +0.794745 cspg_html_4105062490 cspg_html_4105062490:8:566:616 Elk Lacombe, Alberta +0.486156 gsa_html_3701935694 gsa_html_3701935694:709:66259:66269 Keokuk Bennington, Vermont +0.488379 gsa_html_7616408925 gsa_html_7616408925:1190:89898:89926 Green River New Mexico +0.488241 aapg_ah_85.html aapg_ah_85.html:124:14198:14219 Black Creek Tuscaloosa, Alabama +0.26571 aapg_ai_974.html aapg_ai_974.html:671:71154:71160 Oregon Astoria, Oregon +0.483917 aapg_ah_762.html aapg_ah_762.html:162:15996:16006 Mount Head Middle East +0.490356 aapg_aa_721.html aapg_aa_721.html:704:74052:74069 Bird Spring Reno, Nevada +0.25551 aapg_ae_296.html aapg_ae_296.html:42:4958:4979 Bell Carlsbad, New Mexico +0.475132 geology_html_9085928497 geology_html_9085928497:332:27186:27208 Gorge Salem, Oregon +0.253506 aapg_ae_161.html aapg_ae_161.html:27:3962:3967 Eagle Judith River Formation +0.476238 aapg_af_131.html aapg_af_131.html:35:4707:4723 Gatuna Delaware +0.26068 cspg_html_2650524233 cspg_html_2650524233:247:25095:25113 Paskapoo Lacombe, Alberta +0.258885 aapg_aa_598.html aapg_aa_598.html:433:39705:39713 Sundance Cheyenne, Wyoming +0.26433 aapg_ae_73.html aapg_ae_73.html:358:46699:46719 San Andres Las Vegas Strip +0.4747 cspg_html_1665574291 cspg_html_1665574291:98:16716:16736 Ravenscrag Lacombe, Alberta +0.267734 sedimentology_html_7005246804 sedimentology_html_7005246804:248:28332:28340 Scotland Lima, Ohio +0.496683 gsa_html_9137569454 gsa_html_9137569454:63:3904:3932 Green River Iran +0.486912 gsa_html_1536819908 gsa_html_1536819908:658:63468:63505 Antler Washington (state) +0.25839 aapg_ae_416.html aapg_ae_416.html:102:10073:10085 Chickasawhay Tampa, Florida +0.473616 aapg_ah_44.html aapg_ah_44.html:260:33020:33039 Elk Brazos River +0.482023 aapg_aa_4.html aapg_aa_4.html:203:27054:27060 Ithaca Ithaca, New York +0.276094 aapg_ae_146.html aapg_ae_146.html:20:2401:2409 Woodbine Texas +0.249458 aapg_ae_345.html aapg_ae_345.html:41:3240:3248 Woodruff Selma to Montgomery marches +0.251392 aapg_aa_820.html aapg_aa_820.html:510:52153:52164 Chicontepec Tampico, Illinois +0.487656 aapg_aa_563.html aapg_aa_563.html:293:37543:37547 Buda Benton, Arkansas +0.255024 aapg_ad_564.html aapg_ad_564.html:7539:642919:642939 North Horn Logan, Utah +0.238023 gsa_html_2832151886 gsa_html_2832151886:931:74527:74541 Colorado Regina, Saskatchewan +0.46697 geology_html_1832965497 geology_html_1832965497:11:490:498 Montreal Quebec City +0.258516 aapg_af_880.html aapg_af_880.html:487:73406:73412 Kaibab Supai, Arizona +0.236 aapg_ah_656.html aapg_ah_656.html:236:20763:20786 Brushy Canyon Culberson County Airport +0.51145 aapg_ad_375.html aapg_ad_375.html:200:9938:9949 Utica Netherlands +0.455628 cspg_html_1665574291 cspg_html_1665574291:49:9208:9225 Willow Creek Highwood, Illinois +0.50304 cspg_html_9516677253 cspg_html_9516677253:10:754:761 Cardium Calgary +0.263169 aapg_ah_708.html aapg_ah_708.html:345:48292:48311 Hartselle Alabama +0.484185 sedimentology_html_6444409350 sedimentology_html_6444409350:236:9497:9504 Jewett Silt San Francisco +0.255528 aapg_ae_188.html aapg_ae_188.html:398:28225:28234 Wapanucka Atoka, Oklahoma +0.259518 aapg_ac_236.html aapg_ac_236.html:37:5043:5058 Molas Hermosa, Chicago +0.25296 gsa_html_9487992082 gsa_html_9487992082:255:31080:31086 Carmel Kaibab, Arizona +0.495726 aapg_ae_206.html aapg_ae_206.html:28:2943:2962 San Antonio Corpus Christi, Texas +0.278588 aapg_ah_994.html aapg_ah_994.html:428:43725:43738 Woodbine Rusk County, Wisconsin +0.47872 aapg_af_956.html aapg_af_956.html:464:42443:42451 Michigan Michigan +0.241362 aapg_aa_118.html aapg_aa_118.html:462:45061:45086 Highgate Quebec City +0.280875 cspg_html_8818854104 cspg_html_8818854104:67:10144:10152 Columbia Lacombe, Alberta +0.485344 gsa_html_3860045860 gsa_html_3860045860:1059:98433:98439 Oregon Salem, Oregon +0.279006 aapg_ad_466.html aapg_ad_466.html:852:91755:91763 Navesink Mount Laurel Township, New Jersey +0.479076 aapg_ai_256.html aapg_ai_256.html:352:36283:36291 Michigan Lake Michigan +0.274495 cspg_html_2178758494 cspg_html_2178758494:352:41935:41955 Clearwater Canada +0.500202 cspg_html_1019614994 cspg_html_1019614994:68:13359:13372 Exshaw Lacombe, Alberta +0.26724 gsa_html_5601712699 gsa_html_5601712699:536:45844:45855 Pico Inglewood, California +0.24582 aapg_ae_235.html aapg_ae_235.html:193:23397:23418 Black Creek Charleston, South Carolina +0.26362 aapg_aa_145.html aapg_aa_145.html:57:7657:7665 Columbia Victoria, British Columbia +0.511632 aapg_af_886.html aapg_af_886.html:340:16011:16020 Catahoula Texas +0.27192 aapg_af_786.html aapg_af_786.html:102:11227:11246 Domengine Central Valley (California) +0.467857 sedimentology_html_2670349557 sedimentology_html_2670349557:1663:111630:111642 Owens Valley California +0.254214 aapg_ai_491.html aapg_ai_491.html:257:30841:30855 Rico Logan, Utah +0.489082 aapg_ac_749.html aapg_ac_749.html:155:21673:21680 Grimsby Stony Creek Metropark +0.258055 aapg_aa_859.html aapg_aa_859.html:51:6081:6093 Saskatchewan Victoria, British Columbia +0.265056 aapg_ai_307.html aapg_ai_307.html:59:8531:8536 Price North Buffalo, Buffalo, New York +0.262144 aapg_af_728.html aapg_af_728.html:149:17941:17960 Elko Reno, Nevada +0.494252 cspg_html_1053895111 cspg_html_1053895111:177:24862:24879 Cardium Lacombe, Alberta +0.51552 cspg_html_1434585715 cspg_html_1434585715:599:58491:58499 Paskapoo Lacombe, Alberta +0.261975 cspg_html_5141367518 cspg_html_5141367518:287:41510:41527 Bearpaw Lacombe, Alberta +0.249999 aapg_af_808.html aapg_af_808.html:314:41728:41735 Velasco Mexico +0.279057 aapg_af_653.html aapg_af_653.html:894:102291:102299 Monterey Coalinga, California +0.38419 aapg_ah_876.html aapg_ah_876.html:659:82127:82141 Rusk East Texas +0.25654 gsa_html_3886869812 gsa_html_3886869812:735:59450:59456 Snyder Earth +0.468293 geology_html_5665355410 geology_html_5665355410:304:23909:23913 Helm Washington (state) +0.265225 AMJC_html_7287542072 AMJC_html_7287542072:1522:137470:137490 Vassalboro Portland, Maine +0.453203 aapg_ah_528.html aapg_ah_528.html:512:54546:54554 Woodside Moenkopi Formation +0.482776 palaios_html_5543030185 palaios_html_5543030185:21:1323:1341 Fillmore Logan, Utah +0.2574 aapg_ah_318.html aapg_ah_318.html:1243:125095:125118 Cotton Valley Alabama +0.380184 sedimentology_html_9562282132 sedimentology_html_9562282132:2169:75860:75878 Sisquoc Compton, California +0.806864 palaios_html_5264377288 palaios_html_5264377288:469:39125:39145 Chickaloon Colorado +0.27846 aapg_ad_466.html aapg_ad_466.html:1678:173508:173519 Englishtown Matawan, New Jersey +0.259588 aapg_af_785.html aapg_af_785.html:143:15475:15481 Sparta Charlotte, North Carolina +0.482384 aapg_aa_379.html aapg_aa_379.html:148:17861:17881 Weir Logan, Utah +0.245464 gsa_html_5081991493 gsa_html_5081991493:301:29607:29616 Flagstaff Uinta Mountains +0.487272 aapg_ac_424.html aapg_ac_424.html:102:16195:16221 Oakville Karnes County, Texas +0.256032 sedimentology_html_6520137584 sedimentology_html_6520137584:1036:38074:38084 Washington Salem, Oregon +0.27507 geology_html_8307852629 geology_html_8307852629:16:894:913 Moenkopi Colorado +0.37668 aapg_ac_546.html aapg_ac_546.html:74:10730:10744 Frio Shreveport, Louisiana +0.467 aapg_ae_324.html aapg_ae_324.html:1395:135621:135628 Jewett Silt Knoxville, Tennessee +0.486093 aapg_af_773.html aapg_af_773.html:336:37191:37212 Green River Cheyenne, Wyoming +0.506974 aapg_aa_193.html aapg_aa_193.html:679:61181:61197 Keyser Maryland +0.473888 sedimentology_html_8360757592 sedimentology_html_8360757592:1039:75894:75913 Fruitland Colorado +0.24432 sedimentology_html_3006596207 sedimentology_html_3006596207:917:56902:56912 Long Point Lake Erie +0.274575 palaios_html_3022467877 palaios_html_3022467877:309:33453:33464 Hornerstown Navesink River +0.266752 aapg_aa_106.html aapg_aa_106.html:350:36706:36739 Duvernay Lacombe, Alberta +0.22932 aapg_ac_313.html aapg_ac_313.html:705:78435:78464 Rio Dulce Dulce River +0.256968 cspg_html_7402164801 cspg_html_7402164801:23:2896:2917 Belly River Lacombe, Alberta +0.486095 sedimentology_html_1050616037 sedimentology_html_1050616037:917:62266:62274 Rockwell California +0.254518 cspg_html_9843429624 cspg_html_9843429624:116:14058:14066 Columbia Victoria, British Columbia +0.26316 gsa_html_5689351057 gsa_html_5689351057:509:42831:42854 San Fernando Trinidad and Tobago +0.68328 aapg_ac_610.html aapg_ac_610.html:213:18807:18813 Pioche Reno, Nevada +0.49894 gsa_html_8035658736 gsa_html_8035658736:753:86415:86425 Washington Blue Mountains (Oregon) +0.247163 aapg_ah_97.html aapg_ah_97.html:37:4931:4939 Glenogle Western world +0.260592 aapg_ah_619.html aapg_ah_619.html:178:17181:17197 Dakota Denver +0.255016 gsa_html_3387611512 gsa_html_3387611512:1154:118898:118911 Santa Barbara California +0.480102 aapg_ae_175.html aapg_ae_175.html:474:53666:53671 Atoka Ouachita Mountains +0.366336 aapg_ac_58.html aapg_ac_58.html:12:2163:2169 Perija Antilles +0.238626 aapg_ae_73.html aapg_ae_73.html:782:103816:103824 Colorado Colorado +0.261112 aapg_aa_37.html aapg_aa_37.html:462:55443:55459 Toroweap Kaibab, Arizona +0.71232 aapg_ak_54.html aapg_ak_54.html:45:5717:5726 Smackover Mississippi River +0.501557 aapg_ad_759.html aapg_ad_759.html:266:27736:27754 Sespe Santa Ynez Valley +0.254 aapg_aa_267.html aapg_aa_267.html:137:11505:11515 Greenbrier Greenbrier (Great Smoky Mountains) +0.24929 cspg_html_9343899465 cspg_html_9343899465:1313:109943:109955 Hell Gate Ellesmere Island +0.496128 gsa_html_7594912347 gsa_html_7594912347:29:2796:2824 Green River Colorado +0.48144 geology_html_3973756518 geology_html_3973756518:211:18239:18257 Frontier Cheyenne, Wyoming +0.35329 aapg_ah_646.html aapg_ah_646.html:3:339:357 Moenkopi Middle East +0.2337 aapg_af_419.html aapg_af_419.html:221:27699:27710 Buena Vista Kern County, California +0.485463 aapg_ad_880.html aapg_ad_880.html:633:60805:60815 Minnekahta Spearfish, South Dakota +0.26574 aapg_af_608.html aapg_af_608.html:236:25443:25453 Cane River Carrizo Plain +0.4427 aapg_aa_358.html aapg_aa_358.html:44:4811:4815 Rico Supai, Arizona +0.5166 aapg_aa_23.html aapg_aa_23.html:3:412:420 Winnipeg Manitoba +0.250857 cspg_html_8013349907 cspg_html_8013349907:73:5444:5452 Edmonton Calgary +0.249228 sedimentology_html_4185931185 sedimentology_html_4185931185:384:34715:34731 Eureka Quartzite Spring Mountains +0.504014 gsa_html_3429903648 gsa_html_3429903648:595:55422:55440 Frontier Cheyenne, Wyoming +0.260934 aapg_ah_528.html aapg_ah_528.html:114:11303:11311 Moenkopi Chinle Formation +0.256122 palaios_html_3751051678 palaios_html_3751051678:15:843:861 Morrison Cheyenne, Wyoming +0.273618 aapg_ah_965.html aapg_ah_965.html:479:56733:56742 Vicksburg Whitsett, North Carolina +0.26705 cspg_html_9435196958 cspg_html_9435196958:1287:53770:53795 Sooke Victoria, British Columbia +0.473538 palaios_html_5488159532 palaios_html_5488159532:381:46826:46843 Lehman Logan, Utah +0.245508 aapg_ah_685.html aapg_ah_685.html:41:4606:4612 Antler Sonoma, California +0.252126 sedimentology_html_5922191587 sedimentology_html_5922191587:794:72873:72882 Peninsula Korea +0.252476 aapg_ac_635.html aapg_ac_635.html:64:8444:8463 Hornbrook Hornbrook, California +0.270848 cspg_html_7086880709 cspg_html_7086880709:468:61568:61580 Fort Simpson Mackenzie River +0.471932 aapg_af_575.html aapg_af_575.html:159:21169:21187 Eminence Missouri River +0.272435 cspg_html_5837603841 cspg_html_5837603841:16:1872:1882 Kinderhook Meramec River +0.487135 cspg_html_7310162886 cspg_html_7310162886:776:92302:92319 Shublik Anchorage, Alaska +0.480129 palaios_html_7111318862 palaios_html_7111318862:1319:118593:118614 Moreno Middle East +0.482463 cspg_html_3023030263 cspg_html_3023030263:31:4756:4770 Colorado Western Canadian Sedimentary Basin +0.50949 gsa_html_9353787239 gsa_html_9353787239:1334:110159:110187 Green River Colorado +0.482275 sedimentology_html_1293179143 sedimentology_html_1293179143:89:8891:8903 Saskatchewan Manitoba +0.516362 aapg_af_397.html aapg_af_397.html:10:1506:1513 Entrada Entrada Sandstone +0.26214 aapg_ah_283.html aapg_ah_283.html:182:19430:19436 Keasey Salem, Oregon +0.934032 aapg_aa_934.html aapg_aa_934.html:33:5635:5650 Dog Creek Texas +0.89552 cspg_html_3874000139 cspg_html_3874000139:338:41348:41367 Olmos Mexico +0.47684 cspg_html_1503116552 cspg_html_1503116552:1770:247746:247766 Swan Hills Lacombe, Alberta +0.248997 aapg_ac_961.html aapg_ac_961.html:236:25163:25177 Fredericksburg Western world +0.501676 aapg_ac_477.html aapg_ac_477.html:589:67672:67677 Rapid Lacombe, Alberta +0.466067 cspg_html_7325522863 cspg_html_7325522863:470:71313:71346 Grosmont Lacombe, Alberta +0.408375 aapg_ac_333.html aapg_ac_333.html:1018:122782:122799 Kaibab Grand Canyon +0.247234 aapg_ac_93.html aapg_ac_93.html:53:5753:5772 Haynesville Colquitt, Georgia +0.682825 aapg_ae_72.html aapg_ae_72.html:420:37459:37478 Moenkopi Logan, Utah +0.493812 aapg_ad_351.html aapg_ad_351.html:378:34453:34473 Northview Sedalia, Missouri +0.248976 cspg_html_5345848475 cspg_html_5345848475:115:15500:15523 Medicine Hat Regina, Saskatchewan +0.25398 aapg_ai_688.html aapg_ai_688.html:82:11846:11862 Keefer Rochester, Kent +0.248482 jgeology_html_5803513114 jgeology_html_5803513114:186:15626:15634 Rangeley Rangeley, Maine +0.935089 aapg_ai_975.html aapg_ai_975.html:1182:93465:93479 Buda Denton, Texas +0.4935 cspg_html_7779401416 cspg_html_7779401416:6:371:377 Neahga Michigan Basin +0.46763 sedimentology_html_1275942184 sedimentology_html_1275942184:226:9724:9734 Washington Salem, Oregon +0.419531 cspg_html_7779401416 cspg_html_7779401416:57:7222:7231 Rochester Guelph +0.50505 aapg_ac_794.html aapg_ac_794.html:57:9370:9386 Wilcox Texas +0.250428 gsa_html_8244777175 gsa_html_8244777175:132:11911:11921 Dead River Western world +0.264132 aapg_ae_917.html aapg_ae_917.html:124:12472:12484 Belden Leadville, Colorado +0.49601 geology_html_3608984142 geology_html_3608984142:202:17372:17377 Price Texas +0.25908 aapg_ai_278.html aapg_ai_278.html:968:111743:111754 Punta Gorda Melbourne, Florida +0.249964 aapg_ad_812.html aapg_ad_812.html:66:8580:8596 Navajo Kayenta, Arizona +0.241482 aapg_af_11.html aapg_af_11.html:10:1547:1555 Colorado Ouray, Colorado +0.269312 cspg_html_9721864351 cspg_html_9721864351:50:5484:5514 Flume Mons +0.481076 jgeology_html_4115179562 jgeology_html_4115179562:624:49777:49796 Uwharrie North Carolina +0.265225 aapg_aa_106.html aapg_aa_106.html:574:64693:64705 Winnipegosis Regina, Saskatchewan +0.2385 AMJC_html_3357557350 AMJC_html_3357557350:21:989:996 El Paso El Paso, Texas +0.505986 gsa_html_1255223534 gsa_html_1255223534:60:4697:4725 Green River Colorado +0.26936 cspg_html_3627006433 cspg_html_3627006433:759:75733:75750 Belly River Lacombe, Alberta +0.253895 cspg_html_6588266079 cspg_html_6588266079:33:5135:5158 Grand Rapids Clearwater, Florida +0.736702 aapg_ac_334.html aapg_ac_334.html:309:30536:30547 Green River Logan, Utah +0.275098 aapg_ae_805.html aapg_ae_805.html:398:47106:47117 Uncompahgre Hermosa, Chicago +0.274784 aapg_ad_785.html aapg_ad_785.html:689:74748:74757 Ingleside Colorado Springs, Colorado +0.83805 aapg_ad_918.html aapg_ad_918.html:141:18479:18497 Niobrara Colorado +0.275624 gsa_html_5107598462 gsa_html_5107598462:375:32015:32021 Salina Waynesboro, Pennsylvania +0.257526 geology_html_2490144372 geology_html_2490144372:183:18891:18897 Denver Raleigh, North Carolina +0.258028 gsa_html_7102550258 gsa_html_7102550258:215:21689:21706 Wingate Kayenta, Arizona +0.372254 aapg_ac_867.html aapg_ac_867.html:674:92621:92629 Sundance Rock River (Iowa) +0.25704 aapg_ah_774.html aapg_ah_774.html:762:72120:72145 Beaverhill Canada +0.489472 cspg_html_8089302449 cspg_html_8089302449:308:53089:53101 Saskatchewan Manitoba +0.477453 aapg_ad_466.html aapg_ad_466.html:954:103000:103011 Hornerstown Navesink River +0.267764 aapg_aa_670.html aapg_aa_670.html:67:5788:5807 Smackover Arkansas +0.392773 palaios_html_2585421264 palaios_html_2585421264:575:63966:63986 Pottsville Alabama +0.262973 aapg_aa_63.html aapg_aa_63.html:888:91254:91263 Gibraltar Spain +0.461049 cspg_html_2152913769 cspg_html_2152913769:85:12015:12027 Saskatchewan Edmonton, London +0.253482 palaios_html_3022467877 palaios_html_3022467877:188:21479:21501 Hornerstown Navesink River +0.24843 cspg_html_1509800797 cspg_html_1509800797:134:13248:13274 Horseshoe Canyon Calgary +0.266247 aapg_ai_838.html aapg_ai_838.html:162:29334:29345 Haynesville Mississippi River +0.494328 jgeology_html_1004614520 jgeology_html_1004614520:295:17431:17451 Carmel Carmel, Indiana +0.238832 cspg_html_4287356899 cspg_html_4287356899:1003:136696:136719 Lisburne Anchorage, Alaska +0.238612 jgeology_html_9131218619 jgeology_html_9131218619:1011:78456:78472 Cutler Colorado +0.245025 aapg_aa_351.html aapg_aa_351.html:60:6517:6529 Richmond Tahlequah, Oklahoma +0.259072 aapg_ah_299.html aapg_ah_299.html:317:40995:41001 Walker Mexico +0.734712 gsa_html_4930932370 gsa_html_4930932370:870:89242:89259 Hemlock Sudbury, Suffolk +0.254856 sedimentology_html_1574151857 sedimentology_html_1574151857:65:5540:5546 Oregon Washington (state) +0.496524 aapg_ad_958.html aapg_ad_958.html:106:12084:12110 Viola Chattanooga, Tennessee +0.28558 palaios_html_6100595217 palaios_html_6100595217:676:69018:69030 Gosport Sand Alabama +0.47889 gsa_html_1124652135 gsa_html_1124652135:325:29043:29059 Raysor Charleston, South Carolina +0.855794 geology_html_1523318259 geology_html_1523318259:197:22234:22239 Uinta Colorado +0.258516 gsa_html_3933690427 gsa_html_3933690427:424:47525:47529 Lane Chandler, Arizona +0.50496 aapg_ae_999.html aapg_ae_999.html:710:85544:85563 Catahoula Texas +0.271955 aapg_ad_883.html aapg_ad_883.html:84:10428:10450 Prairie Bloomington, Indiana +0.257033 gsa_html_3841341658 gsa_html_3841341658:597:66293:66332 Bruce Perth, Western Australia +0.482328 cspg_html_7135913551 cspg_html_7135913551:646:48515:48530 Lance Cheyenne, Wyoming +0.260084 gsa_html_4557277250 gsa_html_4557277250:392:37581:37597 Carmel Paria River +0.258 aapg_ad_976.html aapg_ad_976.html:752:101442:101448 Moscow Russia +0.25186 aapg_ah_158.html aapg_ah_158.html:159:29135:29145 Georgetown Bear Mountain (Connecticut) +0.47124 aapg_aa_232.html aapg_aa_232.html:123:12401:12411 Purgatoire New Mexico +0.259458 aapg_ai_352.html aapg_ai_352.html:225:16770:16785 Maquoketa Kinderhook (town), New York +0.26001 aapg_ah_179.html aapg_ah_179.html:69:5036:5050 Chinle Chinle Formation +0.262584 palaios_html_8895470583 palaios_html_8895470583:276:28264:28283 San Luis London, Ontario +0.272976 aapg_aa_113.html aapg_aa_113.html:616:65755:65771 Ripley Knoxville, Tennessee +0.254007 aapg_af_480.html aapg_af_480.html:289:32287:32292 Provo Cleveland +0.486588 geology_html_2688088926 geology_html_2688088926:258:24333:24339 Oxford England +0.444796 jgeology_html_4368294692 jgeology_html_4368294692:120:5964:5970 Sonora Arizona +0.50854 aapg_af_606.html aapg_af_606.html:128:18945:18959 Monterey Rancho Santa Margarita, California +0.252109 aapg_af_16.html aapg_af_16.html:270:27597:27615 Frontier Cheyenne, Wyoming +0.26883 aapg_af_854.html aapg_af_854.html:1031:145485:145506 Paint Creek Perry County, Indiana +0.505968 gsa_html_9464010611 gsa_html_9464010611:29:2796:2824 Green River Colorado +0.455748 gsa_html_5261839912 gsa_html_5261839912:27:2173:2190 Montevideo Gneiss Montevideo, Minnesota +0.4815 aapg_ae_826.html aapg_ae_826.html:19:1813:1822 Aux Vases Harrodsburg, Indiana +0.509328 AMJC_html_1873062106 AMJC_html_1873062106:412:55266:55284 Morrison Colorado Plateau +0.406548 cspg_html_2490951833 cspg_html_2490951833:615:94845:94853 Montreal Quebec City +0.283424 aapg_ac_998.html aapg_ac_998.html:3:176:196 Sentinel Butte North Dakota +0.476844 aapg_ad_306.html aapg_ad_306.html:83:10879:10886 Chuacus Mexico +0.668744 cspg_html_4785922166 cspg_html_4785922166:179:18159:18168 Keg River Hay River (Canada) +0.282492 aapg_aa_23.html aapg_aa_23.html:378:44940:44949 Red River Lake Winnipeg +0.364032 aapg_ae_959.html aapg_ae_959.html:2297:163552:163558 Salado Texas +0.49062 aapg_ah_687.html aapg_ah_687.html:140:19521:19541 Clearwater Clearwater, Florida +0.266682 palaios_html_8869948553 palaios_html_8869948553:61:10720:10731 Ludlowville Skaneateles (village), New York +0.262566 aapg_ai_571.html aapg_ai_571.html:116:14233:14238 Nopah California +0.257049 aapg_ae_29.html aapg_ae_29.html:67:8414:8435 Mauch Chunk Pocono Raceway +0.47689 aapg_ai_49.html aapg_ai_49.html:258:30525:30541 Carmel Logan, Utah +0.23856 sedimentology_html_2739036659 sedimentology_html_2739036659:937:53828:53832 Hall London, Ontario +0.482361 cspg_html_6434702931 cspg_html_6434702931:7:518:539 Slave Point Lacombe, Alberta +0.25844 aapg_ai_499.html aapg_ai_499.html:242:21115:21124 Newcastle Cheyenne, Wyoming +0.2525 gsa_html_6499317047 gsa_html_6499317047:576:49327:49337 Washington Victoria, British Columbia +0.49518 aapg_ad_2.html aapg_ad_2.html:1417:193555:193566 Martinsburg Harrisburg, Pennsylvania +0.46452 aapg_ae_871.html aapg_ae_871.html:642:75582:75602 Clearwater Lacombe, Alberta +0.532214 aapg_ac_251.html aapg_ac_251.html:459:53164:53174 Pottsville Pennsylvania +0.43104 aapg_ah_645.html aapg_ah_645.html:30:5057:5070 Gypsum Spring Cheyenne, Wyoming +0.476652 cspg_html_7083999793 cspg_html_7083999793:13:1658:1666 Columbia Victoria, British Columbia +0.27664 palaios_html_2746116737 palaios_html_2746116737:40:4246:4263 Winona Lisbon +0.269325 aapg_ah_779.html aapg_ah_779.html:322:60314:60322 Columbia Victoria, British Columbia +0.494856 AMJC_html_1873062106 AMJC_html_1873062106:505:65118:65137 Burro Canyon Cedar Mountains +0.25856 aapg_ah_847.html aapg_ah_847.html:384:47124:47143 New Egypt New Egypt, New Jersey +0.48144 gsa_html_2832151886 gsa_html_2832151886:449:38635:38643 Columbia Victoria, British Columbia +0.496524 cspg_html_3354282978 cspg_html_3354282978:562:73618:73628 Swan Hills Lacombe, Alberta +0.26832 cspg_html_5456368738 cspg_html_5456368738:88:9532:9539 Nahanni Mackenzie River +0.492412 sedimentology_html_2585830455 sedimentology_html_2585830455:221:17475:17483 Columbia Anchorage, Alaska +0.257033 cspg_html_1456761793 cspg_html_1456761793:175:26593:26601 Columbia Victoria, British Columbia +0.260604 aapg_ad_105.html aapg_ad_105.html:1079:92540:92548 Richmond Texas +0.257839 aapg_ai_810.html aapg_ai_810.html:62:8688:8706 Norphlet Arkansas +0.482092 aapg_aa_147.html aapg_aa_147.html:679:69761:69769 East Arm Manitoba +0.48 gsa_html_5865982995 gsa_html_5865982995:1309:138685:138693 Colorado Colorado +0.484124 aapg_aa_787.html aapg_aa_787.html:423:50738:50744 Provo Texas +0.24192 aapg_ah_244.html aapg_ah_244.html:46:5103:5131 Blanco Bloomington, Indiana +0.257536 cspg_html_6116883777 cspg_html_6116883777:476:64137:64149 Devon Island Western world +0.244961 aapg_ae_957.html aapg_ae_957.html:778:36268:36281 Detroit River Salina, Kansas +0.497552 gsa_html_1124652135 gsa_html_1124652135:384:34736:34747 Summerville Summerville, South Carolina +0.49972 aapg_ac_785.html aapg_ac_785.html:186:30757:30770 Barnett Albany, New York +0.249951 aapg_ah_675.html aapg_ah_675.html:555:81968:81987 Sanctuary Anchorage, Alaska +0.507199 aapg_ac_200.html aapg_ac_200.html:468:44578:44589 Green River Cheyenne, Wyoming +0.2445 aapg_ai_364.html aapg_ai_364.html:313:26038:26046 Tensleep Black Hills +0.47864 gsa_html_1408305547 gsa_html_1408305547:414:44764:44770 Oxford Transantarctic Mountains +0.475228 aapg_ae_319.html aapg_ae_319.html:593:49955:49971 Navajo Carmel, Indiana +0.25012 aapg_af_397.html aapg_af_397.html:607:72009:72016 Todilto Entrada Sandstone +0.683802 aapg_af_18.html aapg_af_18.html:40:5643:5654 Dakota Rapid City, South Dakota +0.485645 cspg_html_6163691495 cspg_html_6163691495:1033:89056:89080 Mission Canyon Regina, Saskatchewan +0.467923 aapg_ai_924.html aapg_ai_924.html:71:11717:11725 Billings Texas +0.256032 sedimentology_html_7215147759 sedimentology_html_7215147759:1090:103288:103292 Hall London, Ontario +0.249879 gsa_html_5107598462 gsa_html_5107598462:245:22127:22154 Salina Pennsylvania +0.250997 gsa_html_5096547935 gsa_html_5096547935:562:54052:54060 Colorado Colorado +0.268299 cspg_html_6577476978 cspg_html_6577476978:331:40427:40444 Cardium Lacombe, Alberta +0.481371 cspg_html_5832944175 cspg_html_5832944175:88:10643:10651 Columbia Lacombe, Alberta +0.268308 cspg_html_7086880709 cspg_html_7086880709:410:54402:54425 Watt Mountain Mackenzie River +0.262656 aapg_ad_466.html aapg_ad_466.html:150:16177:16184 Matawan Maryland +0.354939 cspg_html_8362959053 cspg_html_8362959053:26:4137:4144 Cadomin Mountain Park (Holyoke, Massachusetts) +0.484932 sedimentology_html_4185931185 sedimentology_html_4185931185:623:53305:53310 Nopah Spring Mountains National Recreation Area +0.494088 cspg_html_1923856338 cspg_html_1923856338:87:12622:12631 Cold Lake CFB Cold Lake +0.508128 aapg_ad_604.html aapg_ad_604.html:117:12872:12890 Monterey Santa Rosa, California +0.2425 aapg_aa_358.html aapg_aa_358.html:208:23794:23802 Colorado Denver +0.49504 aapg_ad_734.html aapg_ad_734.html:110:12200:12215 Bow Island Canada +0.496485 aapg_ah_199.html aapg_ah_199.html:269:29925:29938 Atoka Red Deer, Alberta +0.26162 geology_html_6449675795 geology_html_6449675795:310:25275:25281 Oregon California +0.25347 aapg_ae_198.html aapg_ae_198.html:68:9567:9583 Escalante Desert Arizona +0.255524 cspg_html_3926542795 cspg_html_3926542795:1205:129824:129844 Swan Hills Swan Hill, Victoria +0.247995 cspg_html_7402164801 cspg_html_7402164801:353:36370:36397 Basal Lacombe, Alberta +0.506264 sedimentology_html_5613495298 sedimentology_html_5613495298:166:14626:14632 Chinle Chinle Formation +0.2678 aapg_aa_803.html aapg_aa_803.html:315:39662:39669 Gazelle California +0.471906 jgeology_html_9111148993 jgeology_html_9111148993:533:40462:40479 Baraboo Quartzite Lake Superior +0.267253 aapg_af_854.html aapg_af_854.html:677:95008:95023 Salem Bloomington, Indiana +0.498076 cspg_html_9729377176 cspg_html_9729377176:133:16558:16577 Baldonnel Victoria, British Columbia +0.2652 aapg_ah_320.html aapg_ah_320.html:47:4827:4847 Loyalhanna Pennsylvania +0.252434 cspg_html_1333179361 cspg_html_1333179361:16:2066:2083 Greene Western world +0.510808 aapg_af_664.html aapg_af_664.html:181:20211:20221 San Andres El Reno, Oklahoma +0.262636 cspg_html_9343899465 cspg_html_9343899465:1112:96618:96629 Goose Fiord Ellesmere Island +0.49452 cspg_html_2297270979 cspg_html_2297270979:35:5691:5723 Green River Colorado +0.504252 cspg_html_9843429624 cspg_html_9843429624:788:105501:105509 Columbia Victoria, British Columbia +0.2505 cspg_html_2198503252 cspg_html_2198503252:52:5572:5587 Ouray Colorado +0.255972 cspg_html_9970905394 cspg_html_9970905394:108:12052:12065 Snowblind Bay Little Cornwallis Island +0.383394 aapg_ai_582.html aapg_ai_582.html:14:1687:1720 Sundance Williston Basin +0.48932 cspg_html_6238156412 cspg_html_6238156412:60:7056:7062 Toreva Mancos, Colorado +0.246984 gsa_html_9603601502 gsa_html_9603601502:704:51973:51992 La Vieille Western world +0.37492 aapg_ae_324.html aapg_ae_324.html:929:93046:93063 Wardell Virginia +0.255 aapg_ae_805.html aapg_ae_805.html:192:22068:22073 Molas Hermosa, Chicago +0.268308 aapg_ad_766.html aapg_ad_766.html:533:51418:51424 Dakota Shiprock, New Mexico +0.493933 aapg_ad_749.html aapg_ad_749.html:211:19396:19406 San Andres Arizona +0.260797 aapg_aa_193.html aapg_aa_193.html:686:61522:61539 Rondout Rosendale, Wisconsin +0.265734 cspg_html_9947283670 cspg_html_9947283670:89:10879:10884 Chazy Utica, New York +0.505486 aapg_af_664.html aapg_af_664.html:214:23740:23750 San Andres Guadalupe Mountains National Park +0.509015 aapg_ad_991.html aapg_ad_991.html:119:9765:9775 Tuscaloosa Cotton Valley, Louisiana +0.258332 aapg_ac_828.html aapg_ac_828.html:12:1806:1812 Casper Cheyenne, Wyoming +0.279006 aapg_ah_181.html aapg_ah_181.html:136:15997:16014 Kayenta Kayenta, Arizona +0.47941 AMJC_html_7376657518 AMJC_html_7376657518:266:26332:26338 Brazil Beijing +0.278783 aapg_ac_628.html aapg_ac_628.html:910:147598:147616 Moenkopi McKee, Kentucky +0.639585 gsa_html_8152640301 gsa_html_8152640301:1054:93368:93384 Naknek Pennsylvania +0.267776 cspg_html_9008569748 cspg_html_9008569748:48:5800:5808 Columbia Victoria, British Columbia +0.255374 aapg_ak_135.html aapg_ak_135.html:525:61948:61956 Woodford Los Angeles +0.46893 gsa_html_8926423406 gsa_html_8926423406:708:67435:67442 Concord New Hampshire +0.2652 sedimentology_html_6382215824 sedimentology_html_6382215824:1351:88641:88661 San Andres Guadalupe Mountains National Park +0.260096 aapg_ah_508.html aapg_ah_508.html:229:18818:18837 Annville Pennsylvania +0.49344 aapg_ai_492.html aapg_ai_492.html:187:23254:23272 Wingate Logan, Utah +0.436428 sedimentology_html_2865738906 sedimentology_html_2865738906:517:31300:31335 Lake Valley New Mexico +0.4524 palaios_html_2449649505 palaios_html_2449649505:624:66976:67007 Chinle New Mexico +0.26677 cspg_html_4655200751 cspg_html_4655200751:295:37398:37416 Wabamun Western Canadian Sedimentary Basin +0.25653 aapg_af_2.html aapg_af_2.html:290:32262:32267 Ouray Ouray, Colorado +0.270702 aapg_ac_829.html aapg_ac_829.html:7:1032:1049 Prairie Williston, Vermont +0.25443 aapg_af_298.html aapg_af_298.html:218:23605:23612 Herbert Ohio County, West Virginia +0.500612 aapg_af_567.html aapg_af_567.html:51:5283:5290 Venango Venango, Pennsylvania +0.913855 aapg_ae_958.html aapg_ae_958.html:1466:128175:128188 Cherry Canyon Delaware +0.501202 palaios_html_3614379982 palaios_html_3614379982:24:2709:2718 Greenhorn Niobrara, Nebraska +0.27285 aapg_aa_381.html aapg_aa_381.html:29:3962:3980 Temblor Antelope Valley Freeway +0.493136 gsa_html_4811404578 gsa_html_4811404578:29:2796:2824 Green River Colorado +0.477617 aapg_ad_683.html aapg_ad_683.html:731:73072:73089 Wingate Coconino County, Arizona +0.25774 aapg_ae_73.html aapg_ae_73.html:505:67851:67856 Raton New Mexico +0.259875 aapg_ac_720.html aapg_ac_720.html:340:34702:34722 Vincentown Closter, New Jersey +0.274046 gsa_html_7746804722 gsa_html_7746804722:65:5441:5469 Green River Iran +0.470074 aapg_af_483.html aapg_af_483.html:396:50959:50976 Esquias Honduras +0.522 gsa_html_2378424898 gsa_html_2378424898:1208:72121:72149 Green River Colorado +0.47369 cspg_html_3102530088 cspg_html_3102530088:75:10249:10271 Mt Lytton Milk River, Alberta +0.512487 gsa_html_2750885587 gsa_html_2750885587:70:5060:5088 Green River Colorado +0.253456 geology_html_8708783169 geology_html_8708783169:21:1484:1496 Rhode Island Newport, Rhode Island +0.357284 aapg_ai_578.html aapg_ai_578.html:30:2987:2997 Phosphoria Wood River (Oregon) +0.48545 aapg_ad_851.html aapg_ad_851.html:220:24943:24965 Seven Rivers Hobbs, New Mexico +0.242214 gsa_html_2139035730 gsa_html_2139035730:319:22217:22229 Medicine Hat Lacombe, Alberta +0.47439 gsa_html_9493181601 gsa_html_9493181601:715:55582:55610 Green River Colorado +0.488892 aapg_ae_324.html aapg_ae_324.html:1459:140314:140322 Lowville Virginia +0.255552 aapg_ac_719.html aapg_ac_719.html:101:10485:10508 Poison Canyon Mesa, Arizona +0.465468 aapg_ac_199.html aapg_ac_199.html:275:33772:33776 Kent Hawkins County, Tennessee +0.246456 jgeology_html_4368294692 jgeology_html_4368294692:1160:67647:67651 Hall London, Ontario +0.253482 aapg_aa_158.html aapg_aa_158.html:659:57759:57780 Bear River Boise, Idaho +0.293683 aapg_ae_884.html aapg_ae_884.html:133:17243:17262 Greenhorn Mancos, Colorado +0.242824 gsa_html_3436154175 gsa_html_3436154175:64:4859:4880 Green River Cheyenne, Wyoming +0.26416 aapg_ah_130.html aapg_ah_130.html:15:1450:1454 Frio Charlotte, North Carolina +0.27081 aapg_af_891.html aapg_af_891.html:258:28005:28018 Chinle Santa Rosa, California +0.510808 aapg_ae_236.html aapg_ae_236.html:97:8331:8341 Tuscaloosa Tuscaloosa, Alabama +0.252506 gsa_html_5081991493 gsa_html_5081991493:160:16245:16250 Uinta Flagstaff, Arizona +0.692288 cspg_html_6715452766 cspg_html_6715452766:304:36351:36368 Eureka Sound Ellesmere Island +0.49543 aapg_af_876.html aapg_af_876.html:32:4155:4165 Washington Wisconsin +0.256985 cspg_html_1893593837 cspg_html_1893593837:195:16336:16352 Bad Cache Rapids Churchill River (Atlantic) +0.220675 aapg_ac_730.html aapg_ac_730.html:333:47242:47256 Wepo Mesa, Arizona +0.254944 jgeology_html_1846074040 jgeology_html_1846074040:278:17852:17862 Washington Cornwall, Ontario +0.262128 cspg_html_5349145670 cspg_html_5349145670:171:18670:18690 Blackstone Edmonton, London +0.2808 aapg_aa_659.html aapg_aa_659.html:209:14395:14407 Arkona Ontario, California +0.47866 aapg_af_854.html aapg_af_854.html:512:68330:68346 Warsaw New Providence, New Jersey +0.246482 aapg_ae_67.html aapg_ae_67.html:412:33021:33029 Colorado Colorado +0.49296 aapg_ac_808.html aapg_ac_808.html:217:26723:26730 Bromide Arkansas +0.500226 aapg_ai_82.html aapg_ai_82.html:87:11496:11506 Greenbrier Greenbrier (Great Smoky Mountains) +0.247968 aapg_aa_863.html aapg_aa_863.html:443:37926:37960 Stuart Texas +0.364227 aapg_aa_684.html aapg_aa_684.html:378:36251:36259 Moenkopi Logan, Utah +0.49028 palaios_html_3406135825 palaios_html_3406135825:673:66525:66542 Oxford Ontario, California +0.24347 gsa_html_3379069611 gsa_html_3379069611:708:56843:56849 Abbott Pine Grove, Amador County, California +0.27454 aapg_af_833.html aapg_af_833.html:736:80496:80508 Dakota Western world +0.491967 cspg_html_8568877195 cspg_html_8568877195:90:14846:14857 Belly River Lacombe, Alberta +0.252648 aapg_ae_876.html aapg_ae_876.html:640:67760:67774 Cedar Mountain Middle East +0.258912 jgeology_html_6388378441 jgeology_html_6388378441:402:33718:33743 Blackwater Draw El Paso, Texas +0.263169 aapg_af_625.html aapg_af_625.html:688:70712:70720 Richmond Ohio +0.251001 aapg_ad_814.html aapg_ad_814.html:10:1101:1113 Dockum Santa Rosa, California +0.256793 aapg_af_188.html aapg_af_188.html:229:25578:25584 Dakota Cheyenne, Wyoming +0.251979 cspg_html_7201476813 cspg_html_7201476813:353:44287:44314 Madison Regina, Saskatchewan +0.245021 aapg_af_79.html aapg_af_79.html:182:14572:14576 Frio Port of South Louisiana +0.246016 aapg_aa_838.html aapg_aa_838.html:31:4160:4177 Paradox Logan, Utah +0.24442 gsa_html_8629203936 gsa_html_8629203936:37:3144:3152 Virginia Reston, Virginia +0.490232 aapg_aa_351.html aapg_aa_351.html:154:16278:16284 Wilcox Mississippi River +0.51648 aapg_aa_684.html aapg_aa_684.html:486:41818:41827 Williston Cheyenne, Wyoming +0.49685 cspg_html_3124360347 cspg_html_3124360347:164:30220:30236 Lehman Antelope Valley Freeway +0.50233 aapg_ae_74.html aapg_ae_74.html:347:33237:33243 Chinle Colorado Plateau +0.257033 aapg_ae_353.html aapg_ae_353.html:886:87641:87648 Topanga Glendora, California +0.493506 cspg_html_8692417800 cspg_html_8692417800:176:22679:22695 Guelph Kent County, Maryland +0.26361 aapg_ad_68.html aapg_ad_68.html:122:5978:5994 Waltersburg Mansfield, Ohio +0.235708 aapg_ad_615.html aapg_ad_615.html:59:6912:6921 Sunniland Paluxy, Texas +0.496228 cspg_html_8818854104 cspg_html_8818854104:161:21568:21575 Cadomin Kootenay River +0.493296 aapg_ae_804.html aapg_ae_804.html:169:20493:20512 Santiago Bolivia +0.48807 aapg_ad_683.html aapg_ad_683.html:781:75932:75936 Rico Supai, Arizona +0.26622 aapg_ad_335.html aapg_ad_335.html:321:38261:38271 Fort Union Ferris, Texas +0.252865 gsa_html_6734844475 gsa_html_6734844475:99:12398:12402 Wise Middle East +0.26316 palaios_html_3055982207 palaios_html_3055982207:11:467:485 Willwood Cheyenne, Wyoming +0.272483 aapg_ah_678.html aapg_ah_678.html:461:54672:54681 Vicksburg McAllen, Texas +0.50721 aapg_ac_367.html aapg_ac_367.html:17:2221:2256 Ironton Wisconsin +0.490158 cspg_html_7777724998 cspg_html_7777724998:41:5518:5525 Cadomin Lacombe, Alberta +0.472164 aapg_af_16.html aapg_af_16.html:102:11538:11544 Casper Cheyenne, Wyoming +0.47405 cspg_html_8250755331 cspg_html_8250755331:122:17175:17192 Wapiabi Lacombe, Alberta +0.496944 geology_html_5444004512 geology_html_5444004512:281:23465:23471 Morgan Earth +0.253818 aapg_af_575.html aapg_af_575.html:1117:160744:160764 Fredericksburg Edwards Plateau +0.26471 aapg_af_995.html aapg_af_995.html:24:1893:1898 Price Logan, Utah +0.2496 aapg_ac_245.html aapg_ac_245.html:342:45859:45878 Wolfcamp Nemaha County, Kansas +0.263662 aapg_af_426.html aapg_af_426.html:80:9588:9594 Denver Colorado +0.497276 aapg_ai_835.html aapg_ai_835.html:70:7975:7989 Ingleside Beaumont, Texas +0.49337 aapg_ae_687.html aapg_ae_687.html:202:23023:23029 Denver Colorado +0.49851 cspg_html_8818854104 cspg_html_8818854104:150:19741:19759 Kootenay Lacombe, Alberta +0.474768 aapg_ai_593.html aapg_ai_593.html:1868:183045:183062 La Pena Mexico +0.485716 aapg_aa_463.html aapg_aa_463.html:245:47009:47014 Sligo Cotton Valley, Louisiana +0.473815 gsa_html_3320600310 gsa_html_3320600310:609:46166:46192 Forest New Mexico +0.489149 aapg_ae_777.html aapg_ae_777.html:610:68837:68847 Las Cruces Rift Valley lakes +0.485648 cspg_html_2928630722 cspg_html_2928630722:106:14032:14048 Belcourt Belcourt, North Dakota +0.27336 aapg_ad_958.html aapg_ad_958.html:1005:104331:104336 Salem Salina, Kansas +0.250992 sedimentology_html_5347138348 sedimentology_html_5347138348:97:11798:11804 Jordan Hampton, New Hampshire +0.468272 aapg_ah_318.html aapg_ah_318.html:675:74348:74367 Smackover Arkansas +0.261576 aapg_ah_387.html aapg_ah_387.html:422:41522:41530 Mariposa Knoxville, Illinois +0.258028 aapg_aa_542.html aapg_aa_542.html:48:5808:5811 Ada Seminole, Texas +0.233752 gsa_html_3151431803 gsa_html_3151431803:51:5484:5500 Navajo Colorado Plateau +0.26367 cspg_html_7938374662 cspg_html_7938374662:126:13560:13577 Grand Rapids Canada +0.264654 aapg_ae_345.html aapg_ae_345.html:502:39474:39487 Cotton Valley Cary, Illinois +0.305172 aapg_ad_55.html aapg_ad_55.html:510:31639:31646 Plattin Knoxville, Tennessee +0.497789 aapg_ad_749.html aapg_ad_749.html:38:3053:3061 Carlsbad Pecos River +0.461216 aapg_af_575.html aapg_af_575.html:1181:170046:170066 Purgatoire Cheyenne, Wyoming +0.456 aapg_ae_419.html aapg_ae_419.html:1235:100163:100177 Fredericksburg Texas +0.25029 aapg_aa_116.html aapg_aa_116.html:99:13658:13666 Edmonton Pacific Northwest +0.261632 geology_html_4598474045 geology_html_4598474045:12:665:675 Washington Richland, Washington +0.244348 jgeology_html_3450428494 jgeology_html_3450428494:336:18962:18986 Portland Arkose Portland, Oregon +0.248346 cspg_html_3104351736 cspg_html_3104351736:188:24493:24510 Oldman Lacombe, Alberta +0.257484 cspg_html_2175627313 cspg_html_2175627313:1073:95174:95197 Montney Victoria, British Columbia +0.48545 aapg_ad_835.html aapg_ad_835.html:1108:80239:80252 Santa Barbara San Salvador de Jujuy +0.25092 sedimentology_html_2213855438 sedimentology_html_2213855438:1307:83011:83019 Colorado Larimer (Pittsburgh) +0.503126 gsa_html_7195000001 gsa_html_7195000001:23:808:826 Eureka Sound Canada +0.48323 aapg_ai_288.html aapg_ai_288.html:67:12191:12209 San Onofre Breccia Santa Monica Mountains +0.267806 geology_html_6868377343 geology_html_6868377343:226:19148:19178 Werner Texas +0.494758 cspg_html_4937997995 cspg_html_4937997995:1144:89748:89767 Chicotte Quebec City +0.49686 aapg_ah_289.html aapg_ah_289.html:299:44156:44174 Monterey San Joaquin River +0.253506 aapg_ai_159.html aapg_ai_159.html:222:25859:25866 Caimito Culebra, Puerto Rico +0.271032 aapg_ae_368.html aapg_ae_368.html:6:768:790 Marble Falls Central Texas +0.265738 aapg_ad_757.html aapg_ad_757.html:341:42461:42474 Platteville Decorah, Iowa +0.279585 aapg_ai_919.html aapg_ai_919.html:359:64985:64991 Denver Anchorage, Alaska +0.249984 aapg_ah_847.html aapg_ah_847.html:153:17231:17244 Merchantville Navesink River +0.49816 aapg_ac_316.html aapg_ac_316.html:19:2411:2428 Bernal Texas +0.250901 aapg_ad_584.html aapg_ad_584.html:297:25891:25929 Cotton Valley Mississippi River +0.480312 aapg_ad_580.html aapg_ad_580.html:435:54376:54386 Fort Union Cheyenne, Wyoming +0.42534 aapg_ai_584.html aapg_ai_584.html:966:101979:101989 Phosphoria Cheyenne, Wyoming +0.26416 geology_html_4921327591 geology_html_4921327591:292:22488:22492 Bond North Atlantic Current +0.25186 aapg_aa_918.html aapg_aa_918.html:685:70408:70414 Sharon Cedar Hill, Texas +0.473879 gsa_html_7468123532 gsa_html_7468123532:232:22002:22030 Green River Colorado +0.499069 cspg_html_9912281240 cspg_html_9912281240:81:10955:10966 Belly River Lacombe, Alberta +0.483406 aapg_ai_853.html aapg_ai_853.html:51:8908:8923 Cibao Lares, Puerto Rico +0.255016 cspg_html_5891044027 cspg_html_5891044027:303:58190:58211 Fort Steele Purcell Mountains +0.495803 cspg_html_5376629375 cspg_html_5376629375:23:3954:3991 Bonanza Waynesboro, Pennsylvania +0.465192 cspg_html_8312989046 cspg_html_8312989046:1004:101032:101040 Smithers Victoria, British Columbia +0.893508 aapg_aa_118.html aapg_aa_118.html:442:41587:41608 Rockcliffe Ottawa, Kansas +0.473697 cspg_html_5699627350 cspg_html_5699627350:496:55430:55446 Viking Suffield, Connecticut +0.484059 cspg_html_7403344526 cspg_html_7403344526:8:459:476 Cardium Lacombe, Alberta +0.262269 aapg_ac_63.html aapg_ac_63.html:238:23091:23111 Smackover Haynesville, Louisiana +0.246422 aapg_aa_45.html aapg_aa_45.html:88:10624:10632 Colorado Logan, Utah +0.251446 aapg_ac_266.html aapg_ac_266.html:53:4484:4490 Jordan Tripoli, Lebanon +0.360477 aapg_aa_302.html aapg_aa_302.html:230:28623:28639 Pequop Logan, Utah +0.249975 gsa_html_5625878232 gsa_html_5625878232:280:38887:38908 Hornby Hornby Island +0.48597 aapg_ac_380.html aapg_ac_380.html:463:55171:55177 Esopus Pennsylvania +0.4704 palaios_html_8064020973 palaios_html_8064020973:601:65706:65750 Chinle New Mexico +0.268836 geology_html_3911481921 geology_html_3911481921:11:470:483 Santa Barbara California +0.281957 aapg_ae_223.html aapg_ae_223.html:97:12561:12579 Frontier Colorado +0.473445 aapg_af_292.html aapg_af_292.html:148:18917:18955 Arroyo New Mexico +0.49794 aapg_af_839.html aapg_af_839.html:34:4845:4853 Traverse Michigan +0.260608 cspg_html_3328007773 cspg_html_3328007773:108:13881:13902 Peace River Victoria, British Columbia +0.256968 aapg_ai_219.html aapg_ai_219.html:495:33140:33144 Bond Anchorage, Alaska +0.895482 palaios_html_2449649505 palaios_html_2449649505:16:648:664 Chinle Arizona +0.479115 geology_html_5808864928 geology_html_5808864928:11:569:579 Washington Washington (state) +0.264115 cspg_html_5947812886 cspg_html_5947812886:394:60820:60825 Eldon Lesser Slave Lake Provincial Park +0.48165 palaios_html_9962835704 palaios_html_9962835704:265:27325:27351 Hall Boise, Idaho +0.359656 palaios_html_7179643765 palaios_html_7179643765:83:9292:9309 La Luna Venezuela +0.240885 gsa_html_4058959570 gsa_html_4058959570:339:26693:26709 Bladen Maya Mountain +0.26866 cspg_html_4516258038 cspg_html_4516258038:403:45861:45871 Blue Fiord Bathurst Island (Northern Territory) +0.269357 sedimentology_html_2057402512 sedimentology_html_2057402512:1381:96905:96932 Athabasca Lacombe, Alberta +0.4966 cspg_html_3521815736 cspg_html_3521815736:234:32895:32910 Toad Western world +0.268099 aapg_ad_683.html aapg_ad_683.html:515:51918:51930 Hermit Supai, Arizona +0.478116 cspg_html_4834918660 cspg_html_4834918660:50:7332:7339 Guichon Teslin, Yukon +0.37893 sedimentology_html_7637445629 sedimentology_html_7637445629:618:40513:40529 Noonday Dolomite Death Valley +0.480495 sedimentology_html_3348144402 sedimentology_html_3348144402:917:58207:58216 Lancaster Reno, Nevada +0.26818 aapg_aa_784.html aapg_aa_784.html:23:2088:2102 Chainman Yucca Mountain +0.263165 cspg_html_5891044027 cspg_html_5891044027:323:63253:63268 Siyeh Purcell Mountains +0.285508 palaios_html_2623118674 palaios_html_2623118674:30:3258:3285 Morrison Cheyenne, Wyoming +0.87676 aapg_ad_52.html aapg_ad_52.html:1308:133288:133294 Salina Michigan Basin +0.257664 geology_html_9851766783 geology_html_9851766783:11:541:551 Santa Cruz California +0.265216 aapg_aa_754.html aapg_aa_754.html:902:93865:93882 Madison Cheyenne, Wyoming +0.514 gsa_html_8833777630 gsa_html_8833777630:703:78507:78514 Laramie Cheyenne, Wyoming +0.209922 aapg_af_971.html aapg_af_971.html:278:36609:36618 Red River Red River of the North +0.49087 gsa_html_9891566604 gsa_html_9891566604:165:18978:18998 Prospect Green Mountain +0.939874 aapg_ai_583.html aapg_ai_583.html:463:58887:58895 Sundance Redwater, Texas +0.26129 aapg_ae_904.html aapg_ae_904.html:526:54493:54506 Turner Valley Bow Island Airport +0.385236 aapg_ad_466.html aapg_ad_466.html:1439:152783:152788 Aquia Closter, New Jersey +0.487014 palaios_html_3022467877 palaios_html_3022467877:367:40920:40939 New Egypt Closter, New Jersey +0.254349 aapg_ae_369.html aapg_ae_369.html:66:8541:8551 Tuscaloosa Tuscaloosa, Alabama +0.253506 palaios_html_6404782987 palaios_html_6404782987:271:41875:41880 Utica Dolgeville, New York +0.25047 aapg_ai_695.html aapg_ai_695.html:21:2119:2134 Ingleside Mustang Island +0.2465 cspg_html_3483814747 cspg_html_3483814747:7:624:647 Snowblind Bay Little Cornwallis Island +0.243747 geology_html_4304054973 geology_html_4304054973:155:12140:12159 Rove Virginia +0.488188 aapg_ah_973.html aapg_ah_973.html:152:9046:9063 Matawan Delaware +0.50715 gsa_html_8236729701 gsa_html_8236729701:566:50185:50207 Pigeon Point California +0.267534 sedimentology_html_2774214081 sedimentology_html_2774214081:85:7829:7838 Hampshire Worcester, Massachusetts +0.854194 aapg_ad_3.html aapg_ad_3.html:136:12155:12168 Conococheague Virginia +0.250488 cspg_html_8387792223 cspg_html_8387792223:1898:136314:136339 Beaverhill Lacombe, Alberta +0.487844 aapg_ah_143.html aapg_ah_143.html:112:10683:10691 Columbia Victoria, British Columbia +0.293184 aapg_aa_381.html aapg_aa_381.html:98:12842:12856 Monterey Monterey, California +0.249964 aapg_ae_5.html aapg_ae_5.html:135:14985:14999 Earp Arizona +0.275621 cspg_html_9735723617 cspg_html_9735723617:1510:141038:141058 Weatherall Melville Island (Canada) +0.484416 aapg_af_392.html aapg_af_392.html:120:13548:13556 Colorado Denver +0.254508 sedimentology_html_7069619943 sedimentology_html_7069619943:330:24824:24829 Cadiz Black Sea +0.492993 aapg_ah_243.html aapg_ah_243.html:88:10481:10501 Goliad Texas +0.26659 aapg_ad_44.html aapg_ad_44.html:221:21753:21761 Catoctin Potomac, Maryland +0.505932 aapg_ad_564.html aapg_ad_564.html:4549:346717:346728 Mowry Powder River Basin +0.479987 jgeology_html_3196624419 jgeology_html_3196624419:1103:58219:58226 Raritan Closter, New Jersey +0.494334 aapg_ac_546.html aapg_ac_546.html:74:10781:10797 Wilcox Shreveport, Louisiana +0.251475 AMJC_html_4487089078 AMJC_html_4487089078:664:52777:52795 Monterey California +0.461648 aapg_ai_159.html aapg_ai_159.html:487:56270:56288 La Boca Culebra, Puerto Rico +0.240405 gsa_html_8308045298 gsa_html_8308045298:785:77779:77789 Washington Seattle +0.66888 gsa_html_2240019054 gsa_html_2240019054:419:39841:39861 Grandfather Mountain Beech Mountain, North Carolina +0.705745 aapg_af_133.html aapg_af_133.html:296:31474:31480 Salina Michigan +0.246525 aapg_ae_267.html aapg_ae_267.html:84:8322:8330 Onondaga Ohio +0.502656 aapg_ah_632.html aapg_ah_632.html:61:10534:10554 Beekmantown Middle Ordovician +0.265216 cspg_html_8363357104 cspg_html_8363357104:415:52937:52948 Survey Peak Trempealeau, Wisconsin +0.24453 cspg_html_9942234474 cspg_html_9942234474:497:54835:54868 Grosmont Lacombe, Alberta +0.25602 cspg_html_2796643803 cspg_html_2796643803:114:18377:18385 Finnegan Lacombe, Alberta +0.358282 aapg_ah_96.html aapg_ah_96.html:711:72644:72663 Stonewall Manitoba +0.492264 cspg_html_9157093462 cspg_html_9157093462:313:42144:42152 Columbia Victoria, British Columbia +0.4518 aapg_ah_528.html aapg_ah_528.html:16:1809:1832 Dixie Valley Reno, Nevada +0.254464 aapg_ae_119.html aapg_ae_119.html:463:42374:42378 Wise Cheyenne, Wyoming +0.26659 aapg_af_22.html aapg_af_22.html:493:56250:56268 Pekisko Regina, Saskatchewan +0.481584 gsa_html_8671422836 gsa_html_8671422836:133:16318:16337 Patuxent Victoria Land +0.269418 aapg_ad_564.html aapg_ad_564.html:8177:733001:733009 Dinwoody Cheyenne, Wyoming +0.658008 cspg_html_8990290265 cspg_html_8990290265:137:20507:20516 Sassenach Elko, Nevada +0.261632 aapg_ad_351.html aapg_ad_351.html:906:84307:84311 Hall Norwood, Massachusetts +0.483812 aapg_ae_884.html aapg_ae_884.html:240:32914:32939 Telegraph Creek Colorado +0.24617 palaios_html_3796939457 palaios_html_3796939457:673:52001:52019 Woodbine Texas +0.478114 aapg_af_796.html aapg_af_796.html:41:5048:5054 Mohawk Helderberg +0.46872 aapg_aa_124.html aapg_aa_124.html:111:12210:12228 Kootenay Kootenay River +0.253006 cspg_html_9354781888 cspg_html_9354781888:261:30713:30725 Halfway Victoria, British Columbia +0.27352 aapg_ad_2.html aapg_ad_2.html:1318:180943:180955 Little Falls Black River, Jamaica +0.255258 cspg_html_9023649778 cspg_html_9023649778:264:32044:32053 Doig Victoria, British Columbia +0.4845 aapg_af_244.html aapg_af_244.html:77:8053:8063 San Felipe Matamoros, Tamaulipas +0.471447 palaios_html_1574666570 palaios_html_1574666570:96:8879:8892 Hungry Hollow National Museum of the United States Air Force +0.492297 aapg_ac_789.html aapg_ac_789.html:191:37086:37092 Denver Colorado +0.23664 cspg_html_6223953329 cspg_html_6223953329:36:3176:3191 Hondo Lacombe, Alberta +0.476215 aapg_af_94.html aapg_af_94.html:373:46454:46468 Lisburne Western world +0.493485 cspg_html_5973552270 cspg_html_5973552270:61:8712:8727 Elk Swan Hill, Victoria +0.257048 aapg_ah_723.html aapg_ah_723.html:181:21606:21630 Boundary Creek Canada +0.249344 cspg_html_5960210762 cspg_html_5960210762:445:41703:41733 Doig Lacombe, Alberta +0.682584 aapg_aa_360.html aapg_aa_360.html:212:18193:18203 Georgetown Austin, Chicago +0.422684 gsa_html_7040053075 gsa_html_7040053075:283:26778:26785 Topanga Glendora, California +0.476424 aapg_ae_271.html aapg_ae_271.html:3:404:423 Cockfield Alabama +0.273006 sedimentology_html_4116020144 sedimentology_html_4116020144:73:7793:7799 Sierra Western world +0.535984 aapg_ad_649.html aapg_ad_649.html:95:12341:12353 Beaver Creek Kirkwood, Missouri +0.249444 cspg_html_9290046117 cspg_html_9290046117:695:88047:88058 Peace River Belcourt, North Dakota +0.24745 aapg_ae_981.html aapg_ae_981.html:41:4020:4030 Bainbridge Louisville, Kentucky +0.241032 cspg_html_9343899465 cspg_html_9343899465:1563:128341:128349 Bathurst Banks Island +0.485469 aapg_ai_593.html aapg_ai_593.html:1506:156857:156863 Walnut Denton, Greater Manchester +0.442827 aapg_ad_432.html aapg_ad_432.html:25:2387:2395 Virginia Pennsylvania +0.378658 cspg_html_1065856149 cspg_html_1065856149:55:6641:6659 Goodrich Victoria, British Columbia +0.241566 aapg_ac_574.html aapg_ac_574.html:332:37246:37262 Panaca Reno, Nevada +0.462 aapg_ae_959.html aapg_ae_959.html:2033:145339:145362 Brushy Canyon Delaware +0.262769 aapg_af_502.html aapg_af_502.html:3:325:355 Smackover Shreveport, Louisiana +0.470659 cspg_html_2570555346 cspg_html_2570555346:106:13421:13439 Mainland Western world +0.252324 aapg_ac_490.html aapg_ac_490.html:378:52825:52833 Columbia Victoria, British Columbia +0.490496 cspg_html_9142742810 cspg_html_9142742810:673:65229:65259 Elk Lacombe, Alberta +0.496392 gsa_html_4930932370 gsa_html_4930932370:232:22776:22784 Michigan Sudbury, Suffolk +0.258981 sedimentology_html_5732051974 sedimentology_html_5732051974:901:79026:79030 Hall London, Ontario +0.258015 cspg_html_9778753186 cspg_html_9778753186:223:32431:32456 Crowsnest Lacombe, Alberta +0.523838 aapg_ac_477.html aapg_ac_477.html:584:66613:66630 Cardium Canada +0.41022 cspg_html_9343899465 cspg_html_9343899465:1639:133884:133900 Parry Islands Bathurst Island (Northern Territory) +0.505317 aapg_ad_696.html aapg_ad_696.html:211:21188:21194 Weches Smith County, Kansas +0.259017 aapg_ae_663.html aapg_ae_663.html:515:48793:48802 Coldwater California +0.477084 aapg_af_46.html aapg_af_46.html:141:15599:15606 Goddard Cumberland, Maryland +0.245322 aapg_ae_519.html aapg_ae_519.html:119:12438:12444 Forest Venango, Pennsylvania +0.460215 aapg_ak_24.html aapg_ak_24.html:10:1674:1691 Bragdon California +0.498432 aapg_ae_6.html aapg_ae_6.html:441:47766:47781 Sligo County Sligo +0.242853 cspg_html_2462765529 cspg_html_2462765529:262:41167:41175 Columbia Victoria, British Columbia +0.250805 sedimentology_html_1046729113 sedimentology_html_1046729113:1488:134413:134431 Dunvegan Lacombe, Alberta +0.263526 gsa_html_9770197872 gsa_html_9770197872:962:81921:81949 Green River Colorado +0.24487 aapg_ak_117.html aapg_ak_117.html:627:58450:58464 Stony Mountain Nassau, Bahamas +0.34648 aapg_ae_959.html aapg_ae_959.html:1624:118112:118130 Grayburg Nashville Basin +0.269439 aapg_af_701.html aapg_af_701.html:205:25313:25326 Stonewall Lee County, Alabama +0.93508 aapg_ai_583.html aapg_ai_583.html:77:11935:11953 Sundance Cheyenne, Wyoming +0.4944 aapg_ae_3.html aapg_ae_3.html:697:64129:64135 Antler Logan, Utah +0.240057 cspg_html_3804945581 cspg_html_3804945581:6:453:469 Horseshoe Canyon Woodlake, Texas +0.908109 cspg_html_7602315496 cspg_html_7602315496:5:237:257 Milk River Southern Great Plain +0.48355 cspg_html_8581304260 cspg_html_8581304260:15:2167:2175 Columbia Victoria, British Columbia +0.489027 aapg_aa_267.html aapg_aa_267.html:41:4475:4485 Greenbrier Greenbrier (Great Smoky Mountains) +0.486402 sedimentology_html_2041096405 sedimentology_html_2041096405:475:32673:32686 A-1 Carbonate Guelph +0.501557 aapg_aa_47.html aapg_aa_47.html:476:55825:55841 Morgan Logan, Utah +0.268536 aapg_af_854.html aapg_af_854.html:633:87277:87294 Keokuk Burlington, Ontario +0.278615 aapg_ac_190.html aapg_ac_190.html:99:17891:17910 Marcellus Union Springs, Alabama +0.26159 aapg_ae_69.html aapg_ae_69.html:296:31651:31673 Green River Wasatch Range +0.251262 aapg_ae_113.html aapg_ae_113.html:109:14398:14416 Read Bay Little Cornwallis Island +0.497988 gsa_html_3229147362 gsa_html_3229147362:67:4901:4929 Green River Iran +0.27594 gsa_html_6158055432 gsa_html_6158055432:634:67403:67413 Washington Salem, Oregon +0.454608 geology_html_6501151583 geology_html_6501151583:41:4626:4643 Navajo Kayenta, Arizona +0.466947 aapg_aa_4.html aapg_aa_4.html:15:2584:2601 Genesee Genesee County, Michigan +0.2472 cspg_html_9717154602 cspg_html_9717154602:231:35202:35215 Navarro Lacombe, Alberta +0.449288 cspg_html_3447886929 cspg_html_3447886929:86:10487:10507 Covey Hill Quebec City +0.840405 aapg_aa_147.html aapg_aa_147.html:83:11257:11266 Stonewall Red River of the North +0.475449 aapg_ai_11.html aapg_ai_11.html:230:28289:28299 Lane Plattsburg, Missouri +0.468254 palaios_html_3105248303 palaios_html_3105248303:37:3722:3736 Kope Fulton, Missouri +0.262584 cspg_html_3354282978 cspg_html_3354282978:657:83177:83183 Banner Hanson, Massachusetts +0.466785 aapg_ai_159.html aapg_ai_159.html:434:49712:49729 Caimito Culebra, Puerto Rico +0.24846 geology_html_1889009191 geology_html_1889009191:15:686:703 Navajo Logan, Utah +0.496327 aapg_ah_96.html aapg_ah_96.html:498:58102:58122 Stony Mountain Big Horn Mountains +0.43608 jgeology_html_4599466962 jgeology_html_4599466962:309:22130:22142 Seneca Edgecliff, New South Wales +0.515096 aapg_ae_354.html aapg_ae_354.html:101:11328:11347 Greenhorn Mancos, Colorado +0.495075 aapg_af_653.html aapg_af_653.html:752:84549:84557 Monterey California +0.262143 aapg_ah_167.html aapg_ah_167.html:495:46643:46672 Seward Anchorage, Alaska +0.264 sedimentology_html_1911693106 sedimentology_html_1911693106:686:44154:44158 Hall London, Ontario +0.497373 aapg_ac_984.html aapg_ac_984.html:164:13557:13567 Eau Claire Galesville, Maryland +0.497798 palaios_html_9727808174 palaios_html_9727808174:1033:79593:79612 Fairview Kentucky +0.48144 aapg_ai_17.html aapg_ai_17.html:195:15250:15256 Midway Shreveport, Louisiana +0.242536 aapg_ad_784.html aapg_ad_784.html:427:45191:45211 Coldwater Santa Clara County, California +0.495471 cspg_html_6255491344 cspg_html_6255491344:166:24586:24594 Columbia Lacombe, Alberta +0.489168 palaios_html_7179643765 palaios_html_7179643765:597:58310:58327 La Luna Venezuela +0.50274 aapg_ae_349.html aapg_ae_349.html:146:13923:13934 Beekmantown Arbuckle, California +0.276094 geology_html_9943866198 geology_html_9943866198:297:25376:25388 Austin Chalk Texas +0.274052 gsa_html_3199774259 gsa_html_3199774259:591:55563:55591 Green River Colorado +0.494607 aapg_ac_79.html aapg_ac_79.html:107:13605:13624 Tuscarora Rittenhouse Square +0.43784 aapg_ah_217.html aapg_ah_217.html:119:13050:13059 Allegheny Venango, Pennsylvania +0.244944 cspg_html_1336185084 cspg_html_1336185084:91:10186:10207 Clearwater Grand Rapids, Michigan +0.2704 aapg_aa_831.html aapg_aa_831.html:376:22449:22456 El Paso El Paso, Texas +0.238044 aapg_ac_841.html aapg_ac_841.html:1403:145862:145877 Atima Havana +0.36569 cspg_html_8990290265 cspg_html_8990290265:55:10107:10121 Elko Elko, Nevada +0.49056 aapg_aa_24.html aapg_aa_24.html:573:68046:68058 Kingak Canning River (Alaska) +0.506883 aapg_ah_643.html aapg_ah_643.html:15:2512:2532 Tuscaloosa Kentucky +0.2515 aapg_af_489.html aapg_af_489.html:66:7177:7190 Jackson Texas +0.476424 aapg_ae_305.html aapg_ae_305.html:964:80017:80023 Sierra Maracaibo +0.262119 aapg_ae_958.html aapg_ae_958.html:779:69772:69789 Admiral Texas +0.470808 aapg_ae_991.html aapg_ae_991.html:15:2633:2651 Tensleep Cheyenne, Wyoming +0.245021 cspg_html_9354781888 cspg_html_9354781888:527:45760:45774 Doig Lacombe, Alberta +0.269345 aapg_ad_36.html aapg_ad_36.html:173:16986:16992 Paluxy Rodessa, Louisiana +0.272824 gsa_html_4012649500 gsa_html_4012649500:13:581:591 Eau Claire Wisconsin +0.2475 gsa_html_7890131408 gsa_html_7890131408:658:79064:79074 Santa Cruz California +0.269824 aapg_ai_810.html aapg_ai_810.html:23:3312:3330 Norphlet Mississippi River +0.49131 cspg_html_2513202691 cspg_html_2513202691:371:38092:38100 Columbia Victoria, British Columbia +0.256027 cspg_html_9228109535 cspg_html_9228109535:81:12213:12218 Nisku Rocky Mountains +0.489582 aapg_ac_470.html aapg_ac_470.html:440:42776:42802 Barrow Carnarvon, Western Australia +0.45144 cspg_html_3874533817 cspg_html_3874533817:110:14935:14948 Turner Valley Canada +0.354198 aapg_ac_338.html aapg_ac_338.html:288:32622:32627 Leduc Drumheller +0.25186 cspg_html_1140317615 cspg_html_1140317615:6:285:302 Cardium Calgary +0.46648 cspg_html_6163691495 cspg_html_6163691495:1001:87323:87331 Colorado Denver +0.24402 jgeology_html_9033080750 jgeology_html_9033080750:96:4913:4919 Sierra Mexico +0.32736 aapg_ac_92.html aapg_ac_92.html:183:20658:20673 Atoka Ouachita Mountains +0.49979 aapg_ac_807.html aapg_ac_807.html:802:79477:79492 Tuscaloosa Tuscaloosa, Alabama +0.91296 aapg_ah_387.html aapg_ah_387.html:310:31167:31176 Knoxville Knoxville, Illinois +0.515449 aapg_aa_696.html aapg_aa_696.html:700:76194:76200 Denver Colorado +0.472752 aapg_ae_181.html aapg_ae_181.html:202:29337:29353 Eagle Texas +0.263296 aapg_ac_829.html aapg_ac_829.html:32:4460:4466 Dakota Cheyenne, Wyoming +0.26928 aapg_ah_871.html aapg_ah_871.html:789:74447:74464 Black River Montreal +0.446457 aapg_ac_313.html aapg_ac_313.html:895:96491:96496 Peten Guatemala +0.500434 cspg_html_2882882278 cspg_html_2882882278:156:22410:22425 Banff Lacombe, Alberta +0.492618 palaios_html_4335779426 palaios_html_4335779426:539:58775:58792 Mauch Chunk Huntington, West Virginia +0.263 aapg_ac_315.html aapg_ac_315.html:174:19997:20017 Phosphoria Cheyenne, Wyoming +0.460638 aapg_ah_318.html aapg_ah_318.html:1450:144192:144198 Sierra Coahuila +0.476341 aapg_ah_182.html aapg_ah_182.html:69:7968:7989 Jacksonburg Closter, New Jersey +0.278684 palaios_html_8699778504 palaios_html_8699778504:409:35042:35050 Columbia Washington (state) +0.485376 cspg_html_9713614580 cspg_html_9713614580:298:39016:39026 Milk River Lacombe, Alberta +0.435195 cspg_html_3008414459 cspg_html_3008414459:628:69983:70001 Pakowki Milk River, Alberta +0.49234 aapg_ad_971.html aapg_ad_971.html:351:30861:30879 Pearsall Carthage, Missouri +0.26673 aapg_aa_298.html aapg_aa_298.html:1028:119848:119856 Bathurst England +0.490941 aapg_ae_415.html aapg_ae_415.html:780:96749:96768 Paynes Hammock Tampa, Florida +0.463956 gsa_html_9353787239 gsa_html_9353787239:726:66203:66216 Pioneer Grand Canyon +0.2472 aapg_aa_684.html aapg_aa_684.html:13:1627:1636 Popo Agie Cheyenne, Wyoming +0.24096 aapg_ai_572.html aapg_ai_572.html:134:14865:14914 Hilltop Seminole, Texas +0.491493 sedimentology_html_2912098544 sedimentology_html_2912098544:363:33144:33149 Price Logan, Utah +0.25347 aapg_aa_31.html aapg_aa_31.html:17:1672:1681 Huizachal Mexico +0.258552 sedimentology_html_6951714124 sedimentology_html_6951714124:567:53198:53220 Grand Rapids Logan, Utah +0.773104 cspg_html_1173833070 cspg_html_1173833070:74:9027:9038 Belly River Edmonton, London +0.25688 cspg_html_9941518291 cspg_html_9941518291:6:359:389 Barlow Inlet Douro DOC +0.242048 cspg_html_4405340534 cspg_html_4405340534:319:47781:47791 West Point New Brunswick, New Jersey +0.258063 cspg_html_1455361595 cspg_html_1455361595:37:5599:5607 Waterton Lacombe, Alberta +0.463988 gsa_html_2832151886 gsa_html_2832151886:408:33797:33805 Columbia Lacombe, Alberta +0.26059 cspg_html_9119878068 cspg_html_9119878068:293:36158:36177 Waterways Swan Hill, Victoria +0.48132 cspg_html_5456368738 cspg_html_5456368738:162:22185:22196 Slave Point Rocky Mountains +0.265234 cspg_html_5345848475 cspg_html_5345848475:378:43736:43753 Carlile Niobrara, Nebraska +0.850304 aapg_ad_880.html aapg_ad_880.html:426:42557:42580 Gypsum Spring Cheyenne, Wyoming +0.854601 aapg_ae_4.html aapg_ae_4.html:306:36104:36121 Oquirrh Deep Creek Mountains +0.273493 cspg_html_4326384800 cspg_html_4326384800:331:39916:39925 Mackenzie Victoria, British Columbia +0.365229 aapg_ai_688.html aapg_ai_688.html:474:49796:49805 Tuscarora Huntington, West Virginia +0.474176 aapg_ad_652.html aapg_ad_652.html:405:50248:50263 Tyee Salem, Oregon +0.494592 cspg_html_4648790511 cspg_html_4648790511:164:22393:22429 Albert New Brunswick, New Jersey +0.47311 aapg_ad_683.html aapg_ad_683.html:55:8275:8291 Kaibab Coconino County, Arizona +0.48059 palaios_html_7963065354 palaios_html_7963065354:823:58663:58669 Ludlow Sweden +0.267285 cspg_html_4568084707 cspg_html_4568084707:52:8100:8118 Duvernay Lacombe, Alberta +0.227934 aapg_aa_960.html aapg_aa_960.html:68:7091:7099 Bellevue Colorado +0.252784 aapg_ac_983.html aapg_ac_983.html:178:29795:29811 Hertha Kansas City, Kansas +0.254007 cspg_html_3634181348 cspg_html_3634181348:479:44489:44501 Rockwell Bennington, Vermont +0.247494 gsa_html_6608619586 gsa_html_6608619586:67:6147:6156 Eel River California +0.48719 geology_html_1518005899 geology_html_1518005899:13:572:580 Virginia Reston, Virginia +0.2688 aapg_ai_436.html aapg_ai_436.html:3:391:405 Monterey Santa Barbara, California +0.262108 cspg_html_7989435905 cspg_html_7989435905:143:16337:16350 Turner Valley Lacombe, Alberta +0.249639 aapg_ad_262.html aapg_ad_262.html:171:17861:17867 Banner Cheyenne, Wyoming +0.253506 sedimentology_html_1299148389 sedimentology_html_1299148389:985:73851:73855 Hall London, Ontario +0.248082 cspg_html_4031489103 cspg_html_4031489103:382:58199:58216 Wallace Pend Oreille River +0.235704 aapg_ah_505.html aapg_ah_505.html:1805:145915:145923 Colorado Colorado +0.474892 aapg_ae_959.html aapg_ae_959.html:225:16711:16734 Cherry Canyon Guadalupe Mountains National Park +0.502856 aapg_ai_958.html aapg_ai_958.html:100:9955:9961 Goliad Oakville, California +0.350649 aapg_ad_338.html aapg_ad_338.html:234:25560:25584 Merchantville Delaware +0.2782 aapg_ac_824.html aapg_ac_824.html:152:14036:14063 Morrison Fremont, California +0.502494 aapg_ae_959.html aapg_ae_959.html:1407:102097:102117 San Andres New Mexico +0.466336 aapg_ai_346.html aapg_ai_346.html:119:13311:13319 Sterling Ouachita Mountains +0.481874 cspg_html_9272820228 cspg_html_9272820228:14:1825:1845 Clearwater Clearwater, Florida +0.880726 sedimentology_html_2041096405 sedimentology_html_2041096405:502:35113:35129 Guelph Michigan Basin +0.255025 aapg_ah_532.html aapg_ah_532.html:141:10850:10857 Madison Leadville, Colorado +0.450697 sedimentology_html_6981171931 sedimentology_html_6981171931:31:1670:1682 Rhode Island Kingston, Jamaica +0.51896 gsa_html_9182015467 gsa_html_9182015467:940:79132:79160 Green River Colorado +0.492264 palaios_html_3232474978 palaios_html_3232474978:55:5814:5830 Liard Victoria, British Columbia +0.379743 aapg_ai_787.html aapg_ai_787.html:272:29396:29408 Wilcox Oakville, California +0.26059 aapg_ac_925.html aapg_ac_925.html:116:17227:17232 Funks Putah Creek +0.25149 gsa_html_6457388516 gsa_html_6457388516:620:53896:53902 Active Caribbean +0.47 aapg_ai_44.html aapg_ai_44.html:223:33278:33284 Perija Colombia +0.268786 aapg_ad_45.html aapg_ad_45.html:164:11508:11529 Tar Springs Vienna +0.259056 cspg_html_9735723617 cspg_html_9735723617:294:37307:37331 Beverley Inlet Melville Island (Canada) +0.503949 cspg_html_5949578130 cspg_html_5949578130:490:79631:79659 Wabamun Lacombe, Alberta +0.263168 cspg_html_8438548095 cspg_html_8438548095:348:36349:36357 Paskapoo Edmonton, London +0.247486 aapg_ae_63.html aapg_ae_63.html:679:59547:59565 Bedford Cheyenne, Wyoming +0.269724 aapg_aa_232.html aapg_aa_232.html:297:33303:33313 Duck Creek Texas +0.94122 aapg_ac_629.html aapg_ac_629.html:120:17687:17695 Beaumont Beaumont, Texas +0.260832 aapg_ac_882.html aapg_ac_882.html:409:39124:39142 Fairview Bellevue, Nebraska +0.262656 aapg_ae_324.html aapg_ae_324.html:87:8853:8861 Virginia The Narrows +0.666666 aapg_ae_319.html aapg_ae_319.html:363:27669:27677 Woodside Uinta Mountains +0.257 geology_html_1936727088 geology_html_1936727088:469:30108:30129 Mount Simon Illinois +0.254881 aapg_ac_33.html aapg_ac_33.html:119:14504:14512 Colorado Platte River +0.493908 aapg_ai_526.html aapg_ai_526.html:127:15822:15842 Mesaverde Chuska Mountains +0.475272 gsa_html_1743346632 gsa_html_1743346632:34:2681:2686 Morin Canada +0.471653 aapg_ae_465.html aapg_ae_465.html:149:15295:15314 Smackover Cotton Valley, Louisiana +0.511014 aapg_ah_678.html aapg_ah_678.html:619:78564:78594 Vicksburg Hidalgo County, New Mexico +0.256542 palaios_html_9015391191 palaios_html_9015391191:376:38873:38877 Hall London, Ontario +0.2495 aapg_ac_719.html aapg_ac_719.html:101:10370:10385 Raton Mesa, Arizona +0.264147 geology_html_1286290087 geology_html_1286290087:26:2494:2500 Brazil Amazon Basin +0.52074 cspg_html_8556552074 cspg_html_8556552074:109:10111:10125 Contact Rapids Regina, Saskatchewan +0.481707 aapg_ac_867.html aapg_ac_867.html:545:75454:75464 Cumberland Oklahoma City +0.250985 aapg_ae_342.html aapg_ae_342.html:100:8806:8814 Saratoga High Island, Texas +0.477087 aapg_af_579.html aapg_af_579.html:312:33445:33452 Wanakah Summerville, South Carolina +0.472553 gsa_html_1014327387 gsa_html_1014327387:12:479:487 Virginia Reston, Virginia +0.256036 geology_html_5621225990 geology_html_5621225990:97:8378:8400 Prince Creek Anchorage, Alaska +0.24843 aapg_ae_864.html aapg_ae_864.html:288:33535:33542 Anahuac Shreveport, Louisiana +0.259979 aapg_af_128.html aapg_af_128.html:17:2029:2037 Colorado Cheyenne, Wyoming +0.474672 cspg_html_4867288101 cspg_html_4867288101:191:24911:24927 Albert New Brunswick, New Jersey +0.504137 aapg_ai_272.html aapg_ai_272.html:538:59237:59246 Extension Lacombe, Alberta +0.479142 aapg_ae_904.html aapg_ae_904.html:355:37660:37673 Platteville Black River, Jamaica +0.261602 cspg_html_9361096527 cspg_html_9361096527:53:10698:10715 Bearpaw Judith River Formation +0.249444 cspg_html_3804945581 cspg_html_3804945581:84:10009:10025 Horseshoe Canyon Woodlake, Texas +0.435869 sedimentology_html_1338997515 sedimentology_html_1338997515:1714:53339:53345 Holder Sacramento Mountains (California) +0.469396 aapg_ai_491.html aapg_ai_491.html:127:14392:14409 Hermosa Leadville, Colorado +0.256908 aapg_aa_267.html aapg_aa_267.html:141:11986:11996 Greenbrier New Milton railway station +0.50008 aapg_ac_325.html aapg_ac_325.html:239:17041:17049 Beaumont Beaumont, Texas +0.493388 cspg_html_8600619449 cspg_html_8600619449:7:773:788 Horn River Norman Wells +0.501465 aapg_ae_904.html aapg_ae_904.html:208:22458:22467 Englewood Black Hills +0.45167 aapg_ai_17.html aapg_ai_17.html:231:19477:19483 Sabine Alabama +0.708 aapg_af_91.html aapg_af_91.html:170:18759:18776 Laketown Dolomite Logan, Utah +0.482064 aapg_af_527.html aapg_af_527.html:403:47439:47444 Logan Shark Bay +0.34569 cspg_html_4541662139 cspg_html_4541662139:40:5553:5563 Lime Creek Iowa +0.49816 geology_html_4035389304 geology_html_4035389304:268:21230:21241 Main Street Texas +0.272745 aapg_aa_625.html aapg_aa_625.html:49:4963:4982 Smackover Arkansas +0.489827 palaios_html_7930345720 palaios_html_7930345720:395:40170:40176 Chinle New Mexico +0.500681 cspg_html_3762708087 cspg_html_3762708087:235:30983:31010 Fish Scales Canada +0.477596 aapg_ai_28.html aapg_ai_28.html:181:15898:15906 Oakville DeWitt, New York +0.465543 aapg_ac_214.html aapg_ac_214.html:259:25971:25979 Colorado Phoenix, Arizona +0.483246 cspg_html_7688587411 cspg_html_7688587411:246:26157:26186 Belle Fourche Lacombe, Alberta +0.263144 gsa_html_5262754204 gsa_html_5262754204:773:79637:79665 Green River New Mexico +0.518041 aapg_ae_777.html aapg_ae_777.html:607:68359:68376 Tererro San Juan Mountains +0.487936 aapg_ad_98.html aapg_ad_98.html:186:18517:18528 Black River Huntington, West Virginia +0.256432 aapg_ah_529.html aapg_ah_529.html:197:18594:18610 Abrigo New Mexico +0.261096 aapg_aa_15.html aapg_aa_15.html:171:23706:23724 Whitsett Whitsett, North Carolina +0.479364 cspg_html_6306091047 cspg_html_6306091047:485:66828:66837 Baldonnel Victoria, British Columbia +0.257136 aapg_ae_908.html aapg_ae_908.html:47:4929:4936 Tecovas Santa Rosa, California +0.2575 geology_html_8790205752 geology_html_8790205752:12:492:501 San Diego California +0.471165 AMJC_html_6336294256 AMJC_html_6336294256:412:57275:57285 Trout Lake Arizona +0.797027 cspg_html_3926542795 cspg_html_3926542795:254:33715:33734 Swan Hills Swan Hill, Victoria +0.259458 cspg_html_5828545040 cspg_html_5828545040:232:23938:23965 Prairie Regina, Saskatchewan +0.481 aapg_ad_366.html aapg_ad_366.html:140:10547:10555 Graminia Calmar, Alberta +0.260019 cspg_html_4405340534 cspg_html_4405340534:473:71294:71301 Sayabec West Point, New York +0.267804 aapg_aa_231.html aapg_aa_231.html:876:79025:79033 Colorado Colorado +\. + + +-- +-- Data for Name: raw_formation_measurements; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +COPY raw_formation_measurements (prob, docid, mid, formation, relation, value) FROM stdin; +0.498996 cspg_html_1019614994 cspg_html_1019614994:234:36761:36782 Big Valley DEPTH 200 metres +0.274572 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.26312 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.269874 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.26059 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.270375 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.27913 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.499035 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.264708 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.268299 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.269325 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.41728 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.270319 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.2652 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.2754 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.285549 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.455555 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.264171 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.266192 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.46228 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.265684 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.265161 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.257556 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.265161 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.265161 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.27885 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.250965 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.259072 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.259578 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.261085 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.26967 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.263592 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.2394 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.261576 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.269608 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.450185 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.408315 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.264027 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.263025 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.258015 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.265 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.265 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.430138 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.255987 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.452593 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.263442 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.267924 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.23655 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.260454 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.267386 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.254961 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.262913 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.355852 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.256949 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.255955 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.40424 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.278256 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.2475 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.267748 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.250952 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.254881 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.25092 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.25627 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25872 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.25088 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.24794 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.257703 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.245464 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.43676 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.25132 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.255188 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.252234 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.249775 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.2619 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.255068 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.405237 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.255024 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.430825 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.24863 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.327132 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.267674 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.47256 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.276144 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25839 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.268315 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.27456 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.271432 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.26574 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.46182 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.264195 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26059 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.266766 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.268822 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.270864 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.267253 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.267253 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.266207 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.455555 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.265176 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.275336 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.262636 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.46228 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.265161 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.240825 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.262119 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.267674 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.41998 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 1.0 % +0.267674 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.362296 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.259065 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.260075 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.265608 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.41076 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26712 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.457128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.456221 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.268602 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.264075 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.432724 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.40913 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.265558 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.485469 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.27 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.269 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.418661 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.257983 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.260478 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.237025 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.279939 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.254976 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.252984 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.263442 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.257466 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.254976 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 1.0 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.261919 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.256452 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.265856 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.25146 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.40261 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.27115 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.252909 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.2583 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.257808 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.26023 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.263176 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.343209 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.258757 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.25088 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2445 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.24939 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.25132 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.2562 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.253272 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.25376 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.254178 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.261468 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.271524 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.252609 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.250677 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.242446 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.243892 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.25812 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.426915 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.246006 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.270204 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.281418 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.47684 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.272483 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.262063 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.272964 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.269345 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.263168 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.276532 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.266247 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.262656 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.2703 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.26469 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.26979 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26112 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.273842 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.264171 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.355092 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.265176 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.459849 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.262119 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.240825 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.264115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.261085 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.260075 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.260075 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.25654 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.263592 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.2646 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.422856 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.282744 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.273168 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.268602 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.254518 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.40913 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.255016 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.26104 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.448395 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.431 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.452593 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.261975 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.27445 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.267464 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.261476 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.260478 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.260977 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.247005 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.263971 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.2495 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.25647 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.256968 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.257466 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.2356 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.403425 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.25245 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.253422 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.260797 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.252909 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.257839 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.249458 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.259284 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.259248 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26558 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.26406 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.252296 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.257176 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.25864 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.254701 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.257136 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26244 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.25414 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.393645 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.25305 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.249639 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.247715 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.42781 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.267597 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.3401 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.248425 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.27507 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.270908 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.2605 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.268323 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.274022 cspg_html_4376017434 cspg_html_4376017434:157:18504:18529 Pardonet CARBON 1.0 % +0.270391 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.26367 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.267804 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.2838 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.270375 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.275504 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.262656 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.269325 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.273942 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.46592 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.429568 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.267776 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.27136 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.286671 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.26673 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.355791 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.266716 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.257554 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.264171 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.258064 cspg_html_4376017434 cspg_html_4376017434:130:15224:15258 Baldonnel CARBON 1.0 % +0.260604 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.460756 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.256542 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.272766 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.41239 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.263105 cspg_html_4376017434 cspg_html_4376017434:130:15296:15315 Baldonnel CARBON 1.0 % +0.283305 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.25956 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.265608 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.260568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.264096 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.273168 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.272626 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.26156 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.258039 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.44929 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.40913 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.455314 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.265558 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.269072 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.262546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.262546 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.265 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.4075 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.2635 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.261975 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.356568 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.267924 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.255955 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.254464 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2356 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.268832 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.251968 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.254448 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.25839 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.26136 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.42669 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.25542 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.479655 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.257868 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.258362 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.257316 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.248952 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.246973 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.25823 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.25921 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.25431 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.25431 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.255747 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.257664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.231325 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.434075 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.245388 cspg_html_4376017434 cspg_html_4376017434:157:18582:18600 Pardonet CARBON 1.0 % +0.24823 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.247715 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.2376 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.25866 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.249471 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.250746 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.237744 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.236786 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.286224 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.371169 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.42543 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.47411 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.26884 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.27508 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.291159 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.274022 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.273493 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.272435 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.244625 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.268822 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.268299 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.45824 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.267264 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.265209 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.268243 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.45466 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.2413 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.275336 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.265161 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.256542 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.265161 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.260075 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.259065 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.283305 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.260075 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.264115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.260051 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.265081 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.248985 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.487407 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.259534 cspg_html_4845813500 cspg_html_4845813500:226:23974:23991 Albert CARBON 5.0 % +0.262524 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.454407 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.431 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.4475 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.253 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.261975 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.263472 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.253492 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.266466 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.257983 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.417822 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.258462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.262944 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.258462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.258462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.405055 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.253952 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.40424 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.255936 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.259875 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.261855 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.258362 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25688 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.247979 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.252909 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26129 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.264248 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.264696 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.439445 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.264158 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.25137 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.35084 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.44443 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.245 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.25431 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.2695 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.252813 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.255747 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.25132 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.24888 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.256649 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.25758 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.25029 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.25414 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.253655 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.243892 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.261244 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.25974 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.251082 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.249994 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.242824 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.276667 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.273504 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.290037 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.268323 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.269868 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.26574 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.358587 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.2688 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.27136 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.26368 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.25959 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.260604 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.413205 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.284427 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.274794 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262095 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.239875 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.26361 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.259065 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.411575 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.41076 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.266112 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.450185 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.270614 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.450185 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.263048 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.44929 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.251 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.27555 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.259017 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.26 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.2575 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.2625 cspg_html_6502178723 cspg_html_6502178723:175:20565:20583 Pardonet CARBON 6.5 % +0.256 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.4195 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.26946 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262973 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.263971 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.253492 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.257983 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.45318 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.263442 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.262913 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.260925 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.449872 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.26288 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.259408 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.250976 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.256905 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 0.7 % +0.258885 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.264784 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.258362 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.267206 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.24354 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.25338 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.256793 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.246973 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.26362 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.25921 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.24892 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.443523 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.249856 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.258152 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.349408 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.2318 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.254701 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.254664 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.249318 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.25996 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.41807 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.255068 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.250228 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.252648 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.253575 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.252086 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25104 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.24288 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.248601 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 0.7 % +0.252433 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.240856 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.256908 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.241439 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.271405 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.271932 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.273448 cspg_html_6931454858 cspg_html_6931454858:93:11439:11450 Tent Island CARBON 1.84 % +0.269325 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.459135 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.267776 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.265209 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.428729 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.25908 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.262135 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.266207 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.254 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.270738 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.256542 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.45287 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.259072 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.264115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.261085 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.263592 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.266112 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.266616 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.24948 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.263592 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.255524 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.259534 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.27108 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.264554 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.26355 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.262546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.253506 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.261 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.2635 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.2805 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.263 cspg_html_6931454858 cspg_html_6931454858:94:11624:11635 Tent Island CARBON 0.88 % +0.268462 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.263971 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.250997 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.254976 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.26145 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.260952 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.266928 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.405055 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26288 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.449872 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.256432 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.42669 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.25245 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.45045 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.26532 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.44213 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.253422 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.265772 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.477717 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.249458 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.255867 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.254881 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.25636 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.260797 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.260304 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.352272 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.252396 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.2337 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.266122 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.2695 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.2597 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.44443 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.43855 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.258681 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.255747 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.251808 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.26352 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.254736 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.341112 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.250344 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.250805 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.273207 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.254701 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.23085 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.395275 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.395275 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26287 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.466089 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.253391 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.249471 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.249424 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.24411 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.275098 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.27976 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.26936 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.46361 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.261602 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.279672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.265225 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.460925 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.266255 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.27189 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.45824 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.26673 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.364444 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.258572 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.265684 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.273304 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.268203 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.26565 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.259072 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.267674 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26565 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.253 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.45955 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.27068 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.260075 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.262095 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.25654 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.24948 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.259045 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.261057 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.264554 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.264554 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.257526 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.23845 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.259017 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.263025 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.27555 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.271 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.255987 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.430138 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.260977 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.40587 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257466 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.278817 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.262913 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.44392 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.258912 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.261888 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26235 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.255398 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.257808 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.247476 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.25092 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.259739 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.275451 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.253356 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.25627 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25872 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.25137 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.232275 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.257176 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.340413 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.254214 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.253655 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.39446 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.244904 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.406076 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.253092 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.251563 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.43536 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.25104 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.24617 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.247563 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.246006 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.23782 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.382235 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.240695 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.27931 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.270375 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.46898 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.292842 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.2678 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.261096 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.271405 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.26986 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.46865 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.26265 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.270878 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.498066 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.466198 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.274968 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263169 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26368 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.41728 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.2432 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.2816 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.26061 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 10.0 % +0.457345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.257033 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.276962 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.261117 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.362296 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.24035 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.26361 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25856 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.266112 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.269136 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.266616 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.263592 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.261576 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.260568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.352296 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.260568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.262566 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.2515 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.450185 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.266087 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.261057 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.257526 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.259032 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.254 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.2615 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.269 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.2645 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.268462 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.279939 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.252494 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.263442 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.260925 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.255955 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.251979 cspg_html_5241714595 cspg_html_5241714595:108:17218:17243 Keg River CARBON 10.0 % +0.427552 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.26288 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.25938 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.2574 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.26532 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.44213 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.477717 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.413627 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.244035 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.257316 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.40098 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.260268 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.258757 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.25627 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.248412 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.257664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.396905 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.250745 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.254625 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.261244 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.243386 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.251563 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.247643 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.249994 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.2499 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.244241 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.279805 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.2489 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.262128 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.27913 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.460925 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.272435 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.271405 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.278588 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.26572 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.274918 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.25908 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.28611 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.267225 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.264171 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.414835 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.272288 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.272288 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.260604 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.460756 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.265161 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.413205 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.267674 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.264638 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.267674 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.451975 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.457128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.255024 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.26712 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.265608 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.41076 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26659 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.260051 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.422017 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.264075 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.253009 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.265558 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.44929 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.258015 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.269538 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.247995 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.275 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.357284 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.263971 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.26946 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.255474 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.262446 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.251988 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.44392 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.44954 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.257839 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.234175 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.257346 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.266664 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.25333 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.25333 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.256236 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.253272 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.25132 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.25132 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.249344 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.249344 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.255675 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.251779 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.272646 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.469965 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.251196 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.253132 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.417208 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.337617 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.249228 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.251563 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.25344 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.248601 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.244188 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.24035 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.24225 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.237 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.246804 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.24102 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.243774 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.244992 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.28408 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.279792 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.247 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.256905 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.27972 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.271432 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.274022 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.269874 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.267804 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.26574 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.269345 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.278588 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.263682 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.465291 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.26368 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.269824 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.2432 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.433328 cspg_html_8701311807 cspg_html_8701311807:103:16001:16037 Yakoun CARBON 0.8 % +0.457345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.268275 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.262143 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.26673 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.265698 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.27995 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.267716 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.26162 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.257048 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.283866 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.264115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.26058 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.25856 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.2646 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.26712 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.26712 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.433586 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.254518 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.254518 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.266087 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.257024 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.251 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.254012 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.25853 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.263025 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25551 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.260977 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.250494 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.278817 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.444815 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.25844 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.256432 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.259408 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.266848 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.40424 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.416144 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.259408 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.251968 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.252434 cspg_html_8701311807 cspg_html_8701311807:223:31022:31037 Haida CARBON 5.3 % +0.258362 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.255867 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.265234 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260797 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.343908 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.352272 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.44034 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.262194 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.259248 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.266122 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.475779 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.25137 cspg_html_8701311807 cspg_html_8701311807:119:18024:18041 Longarm CARBON 0.3 % +0.25676 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.265038 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.257664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.44226 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.250745 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.255595 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.43318 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.393645 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.3912 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.245214 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.251804 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.459306 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.243507 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.278256 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.27666 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.27666 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.272483 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.373036 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.4654 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.265728 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.270914 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.271425 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.261602 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.269868 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.270375 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.358587 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.287793 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.278046 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.264192 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.45645 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.26469 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.241775 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.265684 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.262636 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.41402 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.265668 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.425373 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.274794 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.490314 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.264638 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.261602 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.25654 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.27371 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.259065 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.270144 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263592 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.258552 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.266616 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.27216 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.263088 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.257536 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.433586 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.257526 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26355 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.281061 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.448395 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.259017 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.268536 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.4535 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.4535 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.262973 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.263442 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.251988 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.25896 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.23655 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.25544 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.262384 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.266848 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.403425 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.25938 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.403425 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.2673 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.26136 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.260338 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.249964 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.44863 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.260268 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.254364 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.249428 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.2695 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.25235 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.26362 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.244961 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.2435 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.25029 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.254178 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25317 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.23958 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.24633 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.432285 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.244449 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.280864 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.26368 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.46865 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.27295 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.268822 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.258542 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.276532 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260604 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.274968 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.267776 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.269824 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.269297 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.25806 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.26775 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.26673 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.265698 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.268752 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.355092 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.268224 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.27885 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.265144 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.424534 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.261602 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.262614 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.490314 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.267145 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.26058 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.26765 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.263592 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.41076 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.258552 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.261576 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.409945 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.259534 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.262044 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.448395 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.265029 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.27 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.431 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.247005 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.251988 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.267924 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.405055 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.255955 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.2574 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.23465 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.23465 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.258362 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.260797 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.263262 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.257839 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.25338 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.276012 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.251883 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.248446 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.256236 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.250857 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.252296 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.24837 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.273207 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.43497 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.26287 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.242 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.245872 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.253132 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.262328 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.252609 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.345828 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.252609 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.25296 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.252 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.245248 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.24617 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.250425 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.245487 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.42244 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.249688 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.244927 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.269748 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.277196 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.272483 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.502911 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.269361 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.270914 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.272964 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26574 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.270351 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.497097 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.365876 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.416465 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.2703 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.2754 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.272824 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.264171 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.266207 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.267225 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.285549 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.268243 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.273304 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.265176 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.453765 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.425373 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.261105 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.459849 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.257556 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.265668 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.272766 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.264115 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.265125 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.272626 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.263069 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.254012 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.257024 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.265056 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.262044 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.454407 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.448395 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.262524 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.431 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.266466 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.257983 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.260977 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.267464 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.254976 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.260454 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.262416 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.2485 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.259408 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.262384 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.346005 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.403425 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.40261 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.261326 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.248482 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.25688 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.255398 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.27115 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.24354 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.44034 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.276012 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.252396 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.266664 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.25041 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.266122 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.25921 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.247434 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.252296 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.251292 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.248805 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.255068 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.249711 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.253575 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.247779 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.25387 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.227525 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.22705 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.24617 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.43043 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.238832 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.244968 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.294306 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.275589 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m +0.282988 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.26986 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.2751 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.271437 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m +0.269874 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.47411 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.47164 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.27612 cspg_html_2822917851 cspg_html_2822917851:228:26606:26618 Canol CARBON 8.6 % +0.278684 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.272976 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.268323 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.288354 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.269336 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.459135 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.266247 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.259578 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.259072 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.429568 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.262656 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.286671 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.2652 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.26979 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.257554 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.267225 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.26162 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.455286 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.0004 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.261096 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.0004 % +0.267674 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.261096 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.0004 % +0.23782 cspg_html_2822917851 cspg_html_2822917851:346:43811:43836 Porcupine CARBON 2.0 % +0.411575 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26967 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.25856 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.249975 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.260075 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.261576 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 100 m +0.27665 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.259534 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.455314 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.264554 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.260538 cspg_html_2822917851 cspg_html_2822917851:299:36282:36302 Hart River CARBON 7.9 % +0.431862 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.265029 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.252003 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.255 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.2565 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.4845 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.261 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.3495 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.260977 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.261975 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.405055 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.256949 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.248 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.253952 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.44392 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.235125 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.267748 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.44213 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.267748 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257374 cspg_html_2822917851 cspg_html_2822917851:342:42976:42991 Husky CARBON 1.5 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.255867 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.249936 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.260268 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.252865 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.39935 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.25627 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.4165 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.0004 % +0.24304 cspg_html_2822917851 cspg_html_2822917851:303:37043:37063 Hart River CARBON 0.0032 % +0.26264 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.252813 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.25864 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.255224 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.252753 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.256649 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.251292 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.247396 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.254214 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.254701 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.470934 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.253655 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.346544 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.25652 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.248292 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.432836 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.0004 % +0.4097 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.0004 % +0.25064 cspg_html_2822917851 cspg_html_2822917851:346:43890:43905 Husky CARBON 2.0 % +0.251563 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.242424 cspg_html_5881057557 cspg_html_5881057557:70:9680:9750 Disappointment Bay CARBON 2.41 % +0.252 cspg_html_2822917851 cspg_html_2822917851:340:42528:42543 Husky CARBON 5.0 % +0.249471 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.250852 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.22515 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.246006 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.245756 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.434395 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.272435 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.278748 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.27976 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.246525 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.263144 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.270914 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.260554 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.269874 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.266772 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.266255 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.26265 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.26214 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.9 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.268275 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.26572 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.268786 cspg_html_4407743346 cspg_html_4407743346:187:24308:24327 Smackover CARBON 51.0 % +0.2754 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.42789 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.455555 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.45466 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.268732 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26162 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.413205 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.274252 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.436172 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.239875 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.26765 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.265608 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.2772 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.488376 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.261057 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.260051 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.258039 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.259032 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262524 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.2615 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.2565 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26447 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.252494 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.270458 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.252486 cspg_html_1644457308 cspg_html_1644457308:147:18634:18648 Doig CARBON 2.0 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.24651 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.45318 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.263442 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.260952 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.259931 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.347403 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.260925 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.251482 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.254925 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.9 % +0.255915 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.26631 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.256905 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.258885 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.261326 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.277134 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.253422 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.250952 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.277134 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.257839 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.477717 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.260797 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.259776 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.257316 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.44034 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.251904 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.259739 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.2455 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.35084 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.257703 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.247434 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.248412 cspg_html_1644457308 cspg_html_1644457308:164:20719:20738 Grayling CARBON 2.0 % +0.254736 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.255224 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.255675 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.256122 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.249804 cspg_html_1644457308 cspg_html_1644457308:164:20710:20714 Toad CARBON 2.0 % +0.254178 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.25029 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.24926 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.432285 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.252609 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.25728 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.38957 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.25192 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.504849 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.277713 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.270908 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.286 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.422985 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.46361 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.271432 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.263144 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.289476 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.26316 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.268308 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.271906 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.271392 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.368024 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.459135 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.263169 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.270848 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.273896 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.26673 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.26979 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.266207 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.26977 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.25146 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.267716 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.265684 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.458942 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.262095 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 25.0 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262095 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.27169 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.256032 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.41076 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.266616 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.255024 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.26659 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.269608 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.26355 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.257024 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.26104 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.257024 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.262546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.271 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.455 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.2575 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.255474 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.2635 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.2565 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.257484 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.446605 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.250997 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.452593 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.430138 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.256985 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.260478 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.260977 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.348102 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.251988 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.23655 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.26838 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.266848 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.254925 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.25938 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.40261 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.411949 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.253847 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.25235 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.253272 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.471903 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.257136 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.254701 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.231325 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.252234 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.272085 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.24541 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.2425 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.255595 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.254625 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.262328 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.250228 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.250677 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 25.0 % +0.247643 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.251475 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.249994 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.251275 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.477035 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.277729 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.265728 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.266247 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.26936 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.267804 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.269868 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.279672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.269345 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.253935 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.418095 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.268299 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.46592 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.457345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.265209 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.26061 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.25806 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.26673 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.2754 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.262135 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.263153 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.241775 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.26977 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.255021 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.264638 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.436172 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.265608 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.259045 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.268602 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.264075 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.259534 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.262044 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.269538 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.2805 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.256 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263472 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.237025 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.260454 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.348102 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.26145 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.481593 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.262913 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.255915 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.25146 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.253935 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.25938 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.443025 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.477717 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.255867 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.260268 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.248446 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.251883 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.2597 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.25235 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.24892 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.247434 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.253791 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.255712 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.254736 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.251808 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.39772 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.257176 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.244 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.257623 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.347976 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.26093 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.250745 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.2541 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.256036 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.248745 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.2651 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.404398 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.3912 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.256208 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.249471 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.267036 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.28514 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.294525 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.42706 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.504849 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.26988 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.27196 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.272475 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.27195 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.279672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.26368 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2781 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.26471 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.266766 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.271377 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.262656 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26368 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.268288 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.464384 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.267264 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.274918 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.457345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.26673 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.26367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.265698 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.270738 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.267189 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.453765 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.41239 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.267168 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26058 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.263592 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.260568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.45773 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.254012 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.272084 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.350199 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.254 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.256985 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.260977 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.357284 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.255987 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.430138 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.269374 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257943 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.250976 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.262384 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.25344 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2475 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.248985 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.265772 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260832 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.2717 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.250952 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.260797 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.259811 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.234175 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.259811 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.252396 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.40098 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.446244 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.43855 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.25864 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.272646 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.245916 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.24786 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.253655 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.259424 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.2541 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.432285 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.252086 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.26028 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.251563 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25152 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.24816 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.253391 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.227525 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.249471 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.400203 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.24752 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.255136 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.22869 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.280896 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.276108 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.273528 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.273006 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.272475 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.268842 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.264704 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.264704 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.267804 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.26832 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.46182 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.27192 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.265225 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.27756 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.27242 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.259578 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.270848 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.242725 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.26622 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.2601 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.26979 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.26163 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.43962 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.414835 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.285549 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.284988 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.258064 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.259578 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.46046 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.26058 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.26765 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.266135 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.261085 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.263592 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.259045 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.248985 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.269072 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.455314 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.272084 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.272084 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.253506 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.4475 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.263971 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.262973 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.260454 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.258462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.40587 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.405055 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.444815 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.26784 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.249488 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.26631 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.256905 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.479655 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.255915 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.259875 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.415305 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.258362 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.267206 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257346 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.234175 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.447151 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.250444 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.254364 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.252865 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.258681 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26895 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.256725 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.250344 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.257176 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.255224 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.258152 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.261032 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.25029 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.253655 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.253655 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.34726 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.242 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.259854 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.253092 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.466089 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.336219 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.430495 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.242374 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.245058 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.276352 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.280214 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.279697 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.278768 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.28196 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.2793 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.273513 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.273513 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.273529 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.268299 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.373752 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.27144 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.504849 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.266752 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.26884 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.273513 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.265728 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.267806 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.261096 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.279672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.27192 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.276532 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.274476 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.275504 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.46003 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.268299 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.243675 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.262656 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.267776 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.267776 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.265728 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.259588 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.457345 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.26367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.266716 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.257554 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.265684 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.27432 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.257048 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.26162 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.266175 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.262119 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.262119 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.265144 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.259578 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.264638 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.264638 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.271216 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.451975 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.27371 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.254015 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.411575 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.45955 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.261576 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.260568 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.45108 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.273168 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.282744 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.263572 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.409945 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.266087 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.265558 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.2761 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.262546 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.265056 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.260538 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.259032 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.265056 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.268536 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.265029 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.264528 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.256 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.260977 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.255987 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.256985 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.261476 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.258462 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.25647 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.257466 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.427552 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.253935 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.25839 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.258885 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.258362 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.256386 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.247 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.247 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.257346 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.254881 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.2583 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.246 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.254364 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.343908 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.252396 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.266122 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.254829 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.263176 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.445337 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.26558 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.245 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.25823 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.265038 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.242055 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.264496 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.253272 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.253272 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.24888 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.252296 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.2318 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.254701 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.260496 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263412 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.255595 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.256565 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.248805 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.406915 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.250745 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.260392 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.25652 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.256036 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.255507 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.252086 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.246272 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.251563 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.24816 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.433546 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.247126 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.245655 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.267036 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.38794 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.247902 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.245058 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.249744 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.247379 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.244764 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.253114 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.241335 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.289945 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.28943 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.289219 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.29095 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.2584 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.283466 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.281897 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.488873 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.288368 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.280328 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.279805 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.479803 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.277196 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.278783 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.275621 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.295086 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.248425 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.424615 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26312 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.27404 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.246525 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.267285 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.46361 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.290598 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.290598 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.269874 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.266772 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.279672 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.271405 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.26985 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.271906 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.263168 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.269336 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.26471 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.431246 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.26728 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.46683 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.270351 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.269824 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.270848 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.267776 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.259588 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.267253 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.268275 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.26367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.26265 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.261117 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.273842 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.258064 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.266192 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.262128 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.272288 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.265684 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.453765 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.272766 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260091 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.257556 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.272766 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.41239 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.26818 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.272228 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.25755 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.411575 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.2626 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.262095 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.269136 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.488376 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.2394 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.27216 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.265081 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.261057 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.265081 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.258039 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26659 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.264554 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.44929 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.262546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.265029 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.448395 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.408315 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.258516 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.2615 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.2645 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.271 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.2575 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.45409 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.263971 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.257983 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.25948 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.2495 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.23655 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.40587 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.259956 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.266928 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.262944 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.45227 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.26838 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.26341 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.27335 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.254448 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.449872 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.259408 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.355136 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.258912 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.403425 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.258885 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25047 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.415305 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.425828 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.23465 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.261326 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.263796 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.253895 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.447151 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.250444 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.276573 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.255348 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.248952 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.25584 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.44034 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.248952 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.445337 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.25284 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.24794 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.256236 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.251835 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.256725 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.255747 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.437655 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.256236 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.437655 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.258681 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.437655 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.232275 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.44408 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.254736 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.246928 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.245464 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.247396 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.255675 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.255675 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.231325 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.339714 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.406915 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.434075 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.25899 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.469965 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.248292 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.250228 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.438081 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.432285 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.254541 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.239085 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.437174 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.392015 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.403559 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.25387 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.24617 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.249516 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.267597 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.251804 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.249375 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.430825 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.249375 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.248325 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.242649 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.385495 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.244541 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.38305 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.241535 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.24804 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.246576 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.249378 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.243869 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.8483 aapg_ad_880.html aapg_ad_880.html:458:46144:46167 Gypsum Spring DEPTH 1,110 feet +0.538836 aapg_ad_880.html aapg_ad_880.html:458:46208:46226 Sundance DEPTH 1,110 feet +0.297 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.281925 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.278184 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.270918 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.270918 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.275088 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.272483 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.27196 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.274551 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.270391 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.2838 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.41891 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.258542 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.268308 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.271377 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.273942 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.27648 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.260096 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.2688 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.27083 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.26367 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.2601 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.2703 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.26673 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.26265 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.2545 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.414835 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.285549 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.260604 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.274252 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.266662 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.26462 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.2772 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.270144 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.259045 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.262546 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.4845 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.268 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.4475 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.270458 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.257466 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.260454 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.255474 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.261919 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.450779 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.269374 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.262913 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26784 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.25544 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.25047 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.25344 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.25344 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.258856 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.258362 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.44213 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.257839 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25636 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.412788 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.44034 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.253847 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.25823 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.25921 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.23275 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.350124 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.341112 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.252296 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.250344 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.262006 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.396905 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.252753 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.254214 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.418932 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.469965 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.260392 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.24926 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.244904 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.245364 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.26565 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.243892 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.22895 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.26028 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.25104 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.24912 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.251475 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.253391 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.43225 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.23463 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.429918 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.419755 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.242004 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.261426 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.2563 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.509978 aapg_ae_182.html aapg_ae_182.html:34:4532:4545 Nacatoch DEPTH 398 feet +0.514415 aapg_ae_182.html aapg_ae_182.html:124:15424:15437 Nacatoch DEPTH 300 feet +0.53133 aapg_ae_295.html aapg_ae_295.html:200:22461:22469 Nacatoch THICK 380 feet +0.508211 aapg_ae_182.html aapg_ae_182.html:124:15424:15437 Nacatoch DEPTH 1,500 feet +0.279282 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.266662 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.278254 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.27405 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.27825 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.274576 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.276667 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.270918 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.265728 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.265734 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.263144 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.270375 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.26214 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.263682 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.26163 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.26163 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.256027 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.364444 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.273842 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.284988 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.45466 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.265161 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.271752 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.24035 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.46046 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.274252 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.266662 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.262095 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.451975 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.26664 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.25553 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.457128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.272626 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.259548 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.2515 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.262566 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25853 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.262546 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.252506 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.265029 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.262023 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.254508 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.271542 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.408315 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.256512 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.2595 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.2375 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.255 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.3495 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.431 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.40587 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.44571 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.27335 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.256432 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.26136 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.256905 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.249964 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.25935 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.261326 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.255398 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.258332 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.26622 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.25338 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.262194 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.258757 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.26514 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.2548 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.24647 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.25431 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.47481 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.251835 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.255747 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.472872 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.25864 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.43676 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.272646 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.252234 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.395275 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.250745 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.249711 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.252525 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.251563 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.24144 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.40272 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.2472 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.23661 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.251906 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.255136 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.250217 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.253936 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.24072 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.243195 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.509952 aapg_af_172.html aapg_af_172.html:17:1897:1905 Nacatoch DEPTH 2,360 feet +0.508416 aapg_af_172.html aapg_af_172.html:17:1897:1905 Nacatoch DEPTH 2,180 feet +0.28355 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.264825 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.27716 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.279837 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.267168 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.469875 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.2882 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.267264 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.273006 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.273528 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.26832 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.27196 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.279222 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.262108 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.276078 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.272964 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.269325 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.270351 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.265209 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.269808 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.269808 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.416465 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.267253 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.25806 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.262135 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.269261 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.261117 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.272288 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.261105 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.257556 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.264132 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25806 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.259578 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.254015 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.45955 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.458035 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.25956 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.263592 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.265081 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.270076 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.485469 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.265 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.271 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.4845 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.2645 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.254 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.261 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.260454 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25647 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.429276 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.44571 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.416983 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.262913 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.26784 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.26829 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.253935 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.258362 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.258825 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.26622 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.258825 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.441235 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.257316 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.260268 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.276012 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.343908 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.257284 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.256793 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.43855 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.262104 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.39772 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.349408 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.249856 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.231325 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.252234 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.26287 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.250228 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.249711 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.250677 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.252609 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.270402 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.39283 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.247643 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.246609 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.2242 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.425383 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.301444 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.277794 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.44173 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.285688 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.272384 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.28143 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.262845 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.274551 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.2508 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.270351 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.278256 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.268288 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.46898 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.272484 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.270396 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.270391 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.272976 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.26574 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.271932 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.261096 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.267285 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.260084 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.260084 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.288354 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.268299 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.265221 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.268299 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.268275 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.27438 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.2601 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.269261 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.272766 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.491283 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.274794 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.264638 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.25654 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.267145 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.2646 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.45108 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.269608 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.254518 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.261057 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.254012 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.24849 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.281061 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.485469 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.26052 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.25 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.247005 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.483531 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.265932 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.44571 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.260925 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.257424 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.254925 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.255915 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.448965 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.267748 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.345306 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.258362 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.44863 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.260268 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.257316 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25338 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.40098 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.257316 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.26514 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.249428 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.26023 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.25333 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.25921 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.25921 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.25235 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.252324 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.421518 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.256236 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.410271 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.442616 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.2684 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.348692 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.471903 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.23085 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.434075 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.255068 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.254496 aapg_ah_889.html aapg_ah_889.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.252044 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.237105 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.38957 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.246609 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.239428 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.247044 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.256908 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.242136 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.24393 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.239058 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.440895 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.275098 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.274052 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.268323 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.262614 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.46361 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.27348 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.419725 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.46865 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.269345 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.267285 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.258542 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.271906 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.276532 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.266247 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.27702 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.358587 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.268812 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.264704 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.269297 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.414835 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.261117 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.263652 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.263133 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.265161 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.283866 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.253 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.2626 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.489345 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.27068 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.25553 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.25553 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.27371 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.27169 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.457128 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.256032 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.45108 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.265584 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.27665 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.25853 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.432724 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.269072 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.23845 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.257526 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.256512 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.408315 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.265 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.237025 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.279939 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.266466 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.260454 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.44571 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.451686 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.269916 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.259931 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.355852 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.444815 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.260428 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.261888 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.254925 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.258885 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.261326 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.266664 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.253847 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.257775 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.41111 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.2646 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.255224 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.251808 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.249831 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.253692 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25029 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.24786 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.249775 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.245872 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.239085 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.251604 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.25104 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.25296 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.25392 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.251804 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.247163 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.245175 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.245985 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.244125 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.42706 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.28655 aapg_ad_648.html aapg_ad_648.html:97:9812:9830 Niobrara CARBON 3.4 % +0.27508 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.26988 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.272459 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 0.028 % +0.266255 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.290037 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.261096 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.265225 aapg_ac_545.html aapg_ac_545.html:8:1118:1141 Boulder Creek CARBON 1.1 % +0.264708 aapg_ac_116.html aapg_ac_116.html:222:34465:34485 Mount Head CARBON +1.3 +0.27702 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.357189 aapg_ad_564.html aapg_ad_564.html:4555:347792:347805 Barnett CARBON 6.0 % +0.26979 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.26928 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.36516 aapg_ad_564.html aapg_ad_564.html:4555:347678:347689 Mowry CARBON 6.0 % +0.260608 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.268732 aapg_aa_473.html aapg_aa_473.html:23:3081:3100 Besa River CARBON 5.0 % +0.274794 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.262119 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.261105 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.249975 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.32 % +0.489345 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 3.0 % +0.26712 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.45108 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.263069 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.258039 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.263048 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 1.48 % +0.431862 aapg_ad_564.html aapg_ad_564.html:4556:347957:347970 Barnett CARBON 6.0 % +0.269538 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.260019 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 9.3 % +0.267534 aapg_ac_545.html aapg_ac_545.html:383:42292:42313 Shaftesbury CARBON 0.061 % +0.2625 aapg_ac_785.html aapg_ac_785.html:162:26688:26706 Barnett CARBON 0.05 % +0.258981 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.260454 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 3.0 % +0.259956 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.269374 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.278817 aapg_ac_545.html aapg_ac_545.html:383:42342:42360 Moosebar CARBON 0.061 % +0.268832 aapg_aa_473.html aapg_aa_473.html:10:1408:1428 Horn River CARBON 5.7 % +0.44392 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.25544 aapg_ac_116.html aapg_ac_116.html:220:34073:34093 Mount Head CARBON +3.1 +0.44392 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 0.028 % +0.256905 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.25245 aapg_ae_534.html aapg_ae_534.html:106:11427:11451 West Foreland CARBON -59 +0.26532 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.255867 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 8.42 % +0.25636 aapg_ac_116.html aapg_ac_116.html:220:34179:34199 Mount Head CARBON +3.1 +0.252416 aapg_aa_473.html aapg_aa_473.html:12:1610:1622 Fort Simpson CARBON 1.0 % +0.257316 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.256793 aapg_aa_473.html aapg_aa_473.html:287:41752:41768 Muskwa CARBON 0.2 % +0.39935 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 79.0 % +0.2597 aapg_ac_133.html aapg_ac_133.html:175:29393:29399 Urenui CARBON +10 PDB +0.43855 aapg_ac_785.html aapg_ac_785.html:156:25859:25872 Barnett CARBON 93.0 % +0.25431 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.58 % +0.23275 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 3.01 % +0.24892 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.4459 aapg_ac_785.html aapg_ac_785.html:155:25647:25660 Barnett CARBON 0.434 % +0.44443 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.247434 aapg_ah_283.html aapg_ah_283.html:460:52461:52478 Cowlitz CARBON 0.65 % +0.263082 aapg_ac_116.html aapg_ac_116.html:220:34113:34128 Banff CARBON +3.1 +0.257703 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.255747 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 95.0 % +0.246928 aapg_ac_785.html aapg_ac_785.html:110:19310:19314 Wise CARBON 4.48 % +0.2318 aapg_ac_545.html aapg_ac_545.html:216:23580:23598 Hulcross CARBON 1.71 % +0.39772 aapg_ac_788.html aapg_ac_788.html:98:15328:15341 Barnett CARBON 3.54 % +0.249831 aapg_ac_116.html aapg_ac_116.html:222:34509:34536 Etherington CARBON +1.3 +0.254701 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 0.434 % +0.255188 aapg_aa_473.html aapg_aa_473.html:23:3036:3062 Slave Point CARBON 5.0 % +0.251779 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.439895 aapg_ac_785.html aapg_ac_785.html:355:55742:55755 Barnett CARBON 6.41 % +0.25996 aapg_aa_473.html aapg_aa_473.html:287:41737:41747 Horn River CARBON 0.2 % +0.251715 aapg_aa_463.html aapg_aa_463.html:105:21525:21553 Smackover CARBON 0.85 % +0.245872 aapg_ac_545.html aapg_ac_545.html:9:1284:1306 Shaftesbury CARBON 1.5 % +0.256036 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.248292 aapg_aa_784.html aapg_aa_784.html:127:15210:15242 Chainman CARBON 5.0 % +0.405237 aapg_ac_785.html aapg_ac_785.html:110:19233:19259 Barnett CARBON 4.48 % +0.253575 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 11.47 % +0.249194 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 0.039 % +0.252086 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.248677 aapg_aa_463.html aapg_aa_463.html:111:22774:22803 Smackover CARBON 1.494 % +0.253487 aapg_ac_785.html aapg_ac_785.html:156:25796:25815 Barnett CARBON 93.0 % +0.2405 aapg_aa_784.html aapg_aa_784.html:127:15263:15299 Chainman CARBON 5.0 % +0.46512 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 92 m +0.25392 aapg_ac_545.html aapg_ac_545.html:7:973:989 Gates CARBON 5.2 % +0.240937 aapg_ae_534.html aapg_ae_534.html:106:11416:11422 Tyonek CARBON -59 +0.250517 aapg_ac_785.html aapg_ac_785.html:384:61416:61429 Barnett CARBON 5.0 % +0.249994 aapg_aa_473.html aapg_aa_473.html:10:1521:1541 Besa River CARBON 5.7 % +0.251856 aapg_aa_473.html aapg_aa_473.html:10:1471:1490 Besa River CARBON 5.7 % +0.246906 aapg_ac_785.html aapg_ac_785.html:386:61641:61654 Barnett CARBON 0.475 % +0.27972 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.266252 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.251995 cspg_html_3447886929 cspg_html_3447886929:132:15458:15475 Macasty CARBON 7.1 % +0.257033 cspg_html_3447886929 cspg_html_3447886929:132:15520:15540 Black Cove CARBON 1.4 % +0.250498 cspg_html_3447886929 cspg_html_3447886929:132:15458:15475 Macasty CARBON 7.1 % +0.261 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.448791 cspg_html_1019614994 cspg_html_1019614994:251:39870:39885 Exshaw CARBON 200-300 metres +0.262314 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.24846 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.257808 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.263667 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.2646 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.247835 cspg_html_3447886929 cspg_html_3447886929:132:15520:15540 Black Cove CARBON 1.4 % +0.248292 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.276555 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.269336 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.26163 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.260598 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.27216 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.251995 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.259434 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.263376 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.27864 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26361 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.257013 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25048 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.261519 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.258066 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25414 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.247234 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.268224 cspg_html_4376017434 cspg_html_4376017434:153:17919:17936 Baldonnel CARBON 2.0 % +0.26677 cspg_html_4376017434 cspg_html_4376017434:12:1399:1408 Baldonnel CARBON 1.0 % +0.264196 cspg_html_4376017434 cspg_html_4376017434:12:1465:1491 Pardonet CARBON 1.0 % +0.27594 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260604 cspg_html_4376017434 cspg_html_4376017434:177:21110:21128 Pardonet CARBON 10.0 % +0.269217 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.261105 cspg_html_4376017434 cspg_html_4376017434:12:1399:1408 Baldonnel CARBON 1.0 % +0.258542 cspg_html_4376017434 cspg_html_4376017434:12:1465:1491 Pardonet CARBON 1.0 % +0.262044 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.263048 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.25048 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.25443 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.263667 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.248805 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.25812 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.271432 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.276018 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.257045 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.255474 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.26838 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25839 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.25443 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.257535 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.274052 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.265224 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.26985 cspg_html_6502178723 cspg_html_6502178723:175:20565:20583 Pardonet CARBON 1.5 % +0.27594 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.272259 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.260091 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25654 geology_html_6563863379 geology_html_6563863379:57:5516:5540 Gorge CARBON 3.9 % +0.25351 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.264438 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.252984 geology_html_6563863379 geology_html_6563863379:57:5516:5540 Gorge CARBON 3.9 % +0.257868 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.250376 cspg_html_5497811468 cspg_html_5497811468:150:19161:19197 Mount Cap CARBON 10.0 % +0.269217 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25553 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.262524 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.255987 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.255972 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.259434 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.26676 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260445 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.270918 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.265221 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.277092 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.271341 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25654 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.260598 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.27 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26784 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25338 cspg_html_9541305581 cspg_html_9541305581:8:850:866 Leduc CARBON 10.0 % +0.256236 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.26159 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.4921 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 0.4 % +0.277092 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.272403 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25957 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260538 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % +0.470439 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % +0.2595 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % +0.259434 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.464805 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % +0.256386 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 20.0 % +0.257284 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.46645 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 0.4 % +0.25137 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.458232 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 20.0 % +0.25326 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.269336 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.272403 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.266742 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.26163 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.253005 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.265815 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.26676 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26298 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.246206 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.271432 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.267288 cspg_html_9485413283 cspg_html_9485413283:156:19766:19786 Besa River CARBON 1.0 % +0.265176 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.263626 cspg_html_8701311807 cspg_html_8701311807:127:18842:18861 Skidegate CARBON 0.4 % +0.25956 cspg_html_9485413283 cspg_html_9485413283:156:19705:19722 Nahanni CARBON 1.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.253506 cspg_html_8701311807 cspg_html_8701311807:127:19001:19020 Skidegate CARBON 0.4 % +0.25647 cspg_html_8701311807 cspg_html_8701311807:138:20002:20043 Skonun CARBON 2.5 % +0.257446 cspg_html_9485413283 cspg_html_9485413283:156:19766:19786 Besa River CARBON 4.0 % +0.254944 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.262314 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.264204 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.243048 cspg_html_8701311807 cspg_html_8701311807:225:31343:31358 Honna CARBON 0.4 % +0.24745 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.250805 cspg_html_9485413283 cspg_html_9485413283:156:19705:19722 Nahanni CARBON 4.0 % +0.249831 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.238612 cspg_html_8701311807 cspg_html_8701311807:129:19154:19169 Honna CARBON 0.4 % +0.422714 cspg_html_8701311807 cspg_html_8701311807:129:19088:19103 Honna CARBON 0.4 % +0.260091 cspg_html_4794669487 cspg_html_4794669487:284:27362:27403 Tantalus CARBON 20.0 % +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.267624 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.2525 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.257868 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.262056 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.255188 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.248292 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.245692 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.2538 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.264132 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.27216 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260952 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.254961 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.253402 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.24543 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.260445 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.255942 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.28512 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.263105 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.265221 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.038 % +0.266716 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.264075 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.052 % +0.257526 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.2565 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.052 % +0.255458 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.2604 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.052 % +0.265278 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.256725 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.038 % +0.257535 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.251604 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.25305 cspg_html_8600619449 cspg_html_8600619449:11:1125:1140 Horn River CARBON 0.038 % +0.242136 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.038 % +0.240084 cspg_html_8600619449 cspg_html_8600619449:11:1243:1247 Evie CARBON 0.052 % +0.27248 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % +0.27092 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % +0.27924 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.264171 cspg_html_2822917851 cspg_html_2822917851:341:42743:42758 Husky CARBON 0.8 % +0.270391 cspg_html_2822917851 cspg_html_2822917851:226:26395:26407 Canol CARBON 0.0012 % +0.476375 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 200 m +0.48144 cspg_html_2822917851 cspg_html_2822917851:184:23594:23609 Canol CARBON 3.0 % +0.470825 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 200 m +0.422148 cspg_html_2822917851 cspg_html_2822917851:354:45215:45234 Rat River CARBON 0.0019 % +0.260598 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.253005 cspg_html_2822917851 cspg_html_2822917851:97:16639:16649 Blackstone CARBON 9.6 % +0.259065 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.261576 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % +0.485395 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 200 m +0.26156 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % +0.260554 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % +0.260554 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % +0.263048 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.26052 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 5.0 % +0.256512 geology_html_4549662310 geology_html_4549662310:74:5797:5820 Mowry CARBON 2.0 % +0.26 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % +0.2485 cspg_html_5881057557 cspg_html_5881057557:15:1709:1752 Disappointment Bay CARBON 2.41 % +0.257446 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % +0.488054 cspg_html_2822917851 cspg_html_2822917851:265:30345:30363 Imperial CARBON 1.0 % +0.256905 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % +0.47671 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 200 m +0.254338 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % +0.254829 cspg_html_2822917851 cspg_html_2822917851:184:23371:23385 Hume CARBON 3.0 % +0.260721 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25382 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 9.6 % +0.2646 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.246456 cspg_html_5881057557 cspg_html_5881057557:70:9680:9750 Disappointment Bay CARBON 0.01 % +0.254736 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.26298 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.252753 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0015 % +0.253655 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 1.0 % +0.25168 cspg_html_2822917851 cspg_html_2822917851:94:16182:16200 Blackstone CARBON 9.6 % +0.24864 cspg_html_2822917851 cspg_html_2822917851:94:16005:16022 Road River CARBON 5.0 % +0.2424 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.250517 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 1.0 % +0.51183 gsa_html_6423424604 gsa_html_6423424604:1306:113322:113335 Boulder Creek THICK 400 m +0.26471 cspg_html_1644457308 cspg_html_1644457308:164:20710:20714 Toad CARBON 6.0 % +0.263169 cspg_html_1644457308 cspg_html_1644457308:10:897:921 Montney CARBON 4.7 % +0.2601 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.9 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.261105 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.9 % +0.270648 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25351 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.266031 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.25347 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.5 % +0.255955 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.5 % +0.257346 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.252396 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.257808 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.24892 cspg_html_1644457308 cspg_html_1644457308:164:20719:20738 Grayling CARBON 6.0 % +0.245178 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.27864 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.277092 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.26361 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.263048 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.257 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.254448 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.247955 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.257535 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.26082 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.28512 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.271722 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.263048 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.261 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.262314 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.249804 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.24442 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.25974 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.245727 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.263682 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.267264 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.27108 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.251995 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.261252 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.251346 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.250472 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.255075 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.534465 cspg_html_9713614580 cspg_html_9713614580:36:5817:5834 Belly River THICK 175 m +0.500988 cspg_html_9713614580 cspg_html_9713614580:36:5715:5732 Pakowki THICK 175 m +0.495 cspg_html_9713614580 cspg_html_9713614580:36:5679:5699 Milk River THICK 175 m +0.263169 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.27432 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.272259 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.2525 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.259904 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.262845 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.253916 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.252648 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.51397 aapg_aa_24.html aapg_aa_24.html:541:64360:64370 Whitehorse THICK 2,500 feet +0.70218 aapg_aa_24.html aapg_aa_24.html:541:64376:64387 Lewes River THICK 2,500 feet +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.261 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.260428 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.246945 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.255258 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.26352 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25317 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.251604 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.254349 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.244701 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.237982 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.246483 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.264708 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.27756 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260084 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.262566 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.267963 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.25938 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.249975 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.255712 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.259128 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.252044 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.24628 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.518346 aapg_ad_678.html aapg_ad_678.html:31:3272:3285 Nacatoch DEPTH 1,300 feet +0.27068 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.276148 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.268822 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.268308 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.266766 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.27972 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.27864 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26514 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.255258 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.259659 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.251346 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.262056 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.2619 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26136 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.242136 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.509978 aapg_ae_182.html aapg_ae_182.html:267:29973:29981 Nacatoch DEPTH 2,303 feet +0.52138 aapg_ae_182.html aapg_ae_182.html:8:1025:1038 Nacatoch DEPTH 300-400 feet +0.558066 aapg_ae_182.html aapg_ae_182.html:63:5849:5862 Nacatoch DEPTH 2,509 feet +0.28944 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26765 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.263682 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.263048 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.269037 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.254961 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.254214 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.255411 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.476046 aapg_af_735.html aapg_af_735.html:172:19916:19924 Palmiste THICK 7,600 m +0.510976 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka DEPTH 5.14 km +0.496505 aapg_af_735.html aapg_af_735.html:172:19929:19944 Erin THICK 7,600 m +0.265125 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.280314 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.267794 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.26624 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka CARBON 5.14 km +0.268288 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.266742 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.261632 aapg_af_968.html aapg_af_968.html:249:31350:31379 Atoka CARBON 5.14 km +0.274407 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.273333 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.268155 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.254015 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.253005 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.267426 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.252396 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.246945 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.26406 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.26136 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.502892 aapg_ah_810.html aapg_ah_810.html:69:5422:5439 Edwards DEPTH 14,038 ft. +0.26676 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.269874 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.263682 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.274944 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.258552 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.264969 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.26946 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.253935 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.24745 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.26352 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.25414 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.247266 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.51342 aapg_ai_136.html aapg_ai_136.html:104:7581:7589 Nacatoch DEPTH 2,200 feet +0.518293 aapg_ai_846.html aapg_ai_846.html:89:12089:12099 Citronelle DEPTH .9 m +0.499464 aapg_ai_386.html aapg_ai_386.html:54:5373:5386 Nacatoch DEPTH 1,650 feet +0.25553 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.268155 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.262 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.254448 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.265815 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.26676 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.256824 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.252888 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.275058 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 95.0 % +0.264096 aapg_ac_786.html aapg_ac_786.html:182:27082:27103 Barnett CARBON 14.0 % +0.257 aapg_ad_673.html aapg_ad_673.html:127:16619:16631 Atoka CARBON 0.74 % +0.255987 aapg_ah_888.html aapg_ah_888.html:43:6306:6319 Barnett CARBON 6.7 corresponding +0.248965 aapg_af_964.html aapg_af_964.html:100:14761:14782 Fish Scales CARBON 8.0 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.260445 aapg_af_964.html aapg_af_964.html:102:15042:15055 Belle Fourche CARBON 3.0 % +0.26136 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 37.0 % +0.252126 aapg_aa_473.html aapg_aa_473.html:150:21841:21853 Muskwa CARBON 3.7 % +0.268842 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.266255 cspg_html_3447886929 cspg_html_3447886929:131:15408:15419 Utica CARBON 2.7 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.297256 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.259077 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.267168 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.260478 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.263472 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.264438 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.481593 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.252396 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.243045 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.257702 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.252322 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.527283 gsa_html_5773604426 gsa_html_5773604426:350:32773:32796 Wilcox DEPTH 1.6 km +0.263682 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.27648 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.42413 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 3.0 % +0.264171 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.267696 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.25856 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 3.5 % +0.25856 cspg_html_8694594891 cspg_html_8694594891:185:19927:19945 Billings CARBON 3.0 % +0.262566 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.256011 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.247995 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.266848 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.259248 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26019 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.28324 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.40172 cspg_html_8694594891 cspg_html_8694594891:185:19827:19845 Billings CARBON 3.5 % +0.258778 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.269748 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.296088 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.272228 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.259065 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.265584 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.256011 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.2595 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.478686 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.256824 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.243045 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.262006 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.25344 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.28783 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.267674 geology_html_3737252259 geology_html_3737252259:98:10500:10517 Gorge CARBON 1.5 % +0.502911 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.266742 cspg_html_4376017434 cspg_html_4376017434:158:18854:18863 Baldonnel CARBON 35.0 % +0.265176 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.27108 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.264 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.255987 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.24651 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.262416 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.253456 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.262845 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.28908 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.256386 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.27192 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.259077 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.263133 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.264 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.290248 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.26838 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.266848 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.257868 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.264696 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.24354 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.260721 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.464151 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.234441 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.264171 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 1.2 % +0.267696 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.267168 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.259956 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.257424 cspg_html_6502178723 cspg_html_6502178723:169:20105:20110 Liard CARBON 1.2 % +0.253935 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.288496 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.253272 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.249368 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.239085 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.255411 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.452523 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.509952 gsa_html_4820340337 gsa_html_4820340337:172:16204:16221 Bradore THICK 175 m +0.259875 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.26676 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.274032 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.302512 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.500973 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.270864 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.258055 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.266031 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.260478 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.268462 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.264696 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.252234 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.26988 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.301928 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.273304 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.268224 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.267624 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.45591 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood CARBON 1.28 % +0.27054 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.241983 cspg_html_4769973541 cspg_html_4769973541:399:42769:42794 Burnt Jam Brook CARBON 1.0 % +0.247995 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.253935 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.251412 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.44317 cspg_html_2796643803 cspg_html_2796643803:523:63435:63453 Deadwood CARBON 1.28 % +0.252648 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.255552 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.265161 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill CARBON 3723.28 m +0.26572 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.270864 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.25245 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.296672 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.257556 cspg_html_5241714595 cspg_html_5241714595:108:17218:17243 Keg River CARBON 20.0 % +0.272228 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.259578 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.267093 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.261057 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % +0.471378 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % +0.254514 cspg_html_5241714595 cspg_html_5241714595:236:36487:36515 Beaverhill CARBON 3.75 % +0.265056 cspg_html_5241714595 cspg_html_5241714595:408:63327:63349 Duperow CARBON 5.0 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.4695 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % +0.252494 cspg_html_5241714595 cspg_html_5241714595:492:75224:75239 Nisku CARBON 0.1 % +0.263472 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.258981 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % +0.258462 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.5 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.244032 cspg_html_5241714595 cspg_html_5241714595:160:23925:23939 Evie CARBON 5.44 % +0.253692 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.24735 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 1.0 % +0.24633 cspg_html_5241714595 cspg_html_5241714595:433:66908:66931 Nisku CARBON 2.0 % +0.25866 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.244968 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.440391 cspg_html_5241714595 cspg_html_5241714595:150:22618:22635 Prairie CARBON 0.5 % +0.257374 cspg_html_9060847110 cspg_html_9060847110:513:65347:65368 Rocky Brook CARBON 2 m +0.268752 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.295504 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.271152 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.27162 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.262416 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.481593 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.254961 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.253456 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.257424 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.24354 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.26019 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.25578 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.278775 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.304264 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.266247 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.270908 cspg_html_5431295472 cspg_html_5431295472:7:829:843 Joli Fou CARBON 0.92 % +0.36256 cspg_html_9485413283 cspg_html_9485413283:171:20992:21009 Nahanni CARBON 4.0 % +0.497097 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.265176 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.271152 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.271152 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.425696 cspg_html_8701311807 cspg_html_8701311807:103:16001:16037 Yakoun CARBON 1.5 % +0.262944 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.254961 cspg_html_8701311807 cspg_html_8701311807:119:18024:18041 Longarm CARBON 0.8 % +0.253456 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.261888 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.2673 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.255867 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.257284 cspg_html_5431295472 cspg_html_5431295472:7:829:843 Joli Fou CARBON 2.25 % +0.35259 cspg_html_9485413283 cspg_html_9485413283:171:20957:20977 Besa River CARBON 4.0 % +0.238095 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.276138 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.269808 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.273304 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.272766 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.257033 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.263472 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.263907 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.245025 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.256905 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.286744 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.250857 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.472872 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.277713 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.26676 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.272448 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.293168 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.252945 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.255867 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.244035 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.256608 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.469965 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.26028 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.244296 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.2772 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.302512 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.26883 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.259578 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.24849 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.2595 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.262416 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26676 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.47481 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.259659 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.248346 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.266742 cspg_html_2822917851 cspg_html_2822917851:339:42273:42290 Aklavik CARBON 5.6 % +0.268842 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % +0.2652 cspg_html_2822917851 cspg_html_2822917851:328:40132:40147 Husky CARBON 0.0017 % +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.26928 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.259588 cspg_html_2822917851 cspg_html_2822917851:328:40155:40177 Martin CARBON 0.0017 % +0.263133 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m +0.250965 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.25047 cspg_html_2822917851 cspg_html_2822917851:380:49886:49903 Mt Lytton CARBON 0.0023 % +0.2626 cspg_html_2822917851 cspg_html_2822917851:328:40132:40147 Husky CARBON 0.0017 % +0.42925 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.3 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.261057 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.261057 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m +0.257536 geology_html_4549662310 geology_html_4549662310:74:5797:5820 Mowry CARBON 745.7 m. +0.256522 cspg_html_2822917851 cspg_html_2822917851:328:40155:40177 Martin CARBON 0.0017 % +0.262044 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.256011 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.485469 cspg_html_2822917851 cspg_html_2822917851:185:23640:23657 Ogilvie CARBON 4.5 % +0.258516 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.3 % +0.4625 cspg_html_2822917851 cspg_html_2822917851:87:14865:14882 Road River CARBON 0.0014 % +0.255987 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.256968 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.3 % +0.262944 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.445408 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.3 % +0.26784 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.256905 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % +0.256853 cspg_html_2822917851 cspg_html_2822917851:339:42393:42410 Aklavik CARBON 5.6 % +0.256853 cspg_html_2822917851 cspg_html_2822917851:342:42976:42991 Husky CARBON 2.7 % +0.254829 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 200 m +0.41735 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.3 % +0.260721 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.254829 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.0028 % +0.41454 cspg_html_2822917851 cspg_html_2822917851:343:43193:43198 Husky CARBON 0.9 % +0.436428 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.3 % +0.243955 cspg_html_2822917851 cspg_html_2822917851:343:43202:43224 Martin CARBON 0.9 % +0.277984 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.456936 cspg_html_2822917851 cspg_html_2822917851:279:32404:32422 Imperial CARBON 1.2 % +0.245175 cspg_html_2822917851 cspg_html_2822917851:338:42079:42096 Aklavik CARBON 3.7 % +0.305432 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.26571 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 5.5 % +0.277608 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.264195 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.269808 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.26059 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 2.7 % +0.26361 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.25755 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 13.0 % +0.257544 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.25602 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 2.7 % +0.25449 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 3.1 % +0.483531 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.262416 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.25441 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 5.5 % +0.25338 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 3.1 % +0.252865 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 13.0 % +0.243045 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.257535 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.247563 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.276144 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.267786 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.255987 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 1.0 % +0.296672 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.267696 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.262095 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 1.5 % +0.258039 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.257536 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 8.0 % +0.256 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 3.0 % +0.247005 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.258462 cspg_html_5818285590 cspg_html_5818285590:229:29808:29830 Skonun CARBON 1.5 % +0.254464 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 8.0 % +0.252416 palaios_html_3028956190 palaios_html_3028956190:208:21425:21443 Collingwood CARBON 3.0 % +0.265234 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.255348 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.26019 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.466089 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.238023 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 1.0 % +0.243236 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.26061 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.268686 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.293168 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.261 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.261888 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.253422 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.255867 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.260304 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.470934 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.240075 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.2592 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.273504 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.268752 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.269217 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.264132 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.2727 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.248985 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.256522 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.253935 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.253791 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.262544 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.282656 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.468027 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.259316 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.500485 cspg_html_9713614580 cspg_html_9713614580:36:5715:5732 Pakowki THICK 450 m +0.530185 cspg_html_9713614580 cspg_html_9713614580:36:5817:5834 Belly River THICK 450 m +0.4945 cspg_html_9713614580 cspg_html_9713614580:36:5679:5699 Milk River THICK 450 m +0.268323 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.262656 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.25245 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.267696 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.27216 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.266112 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.289664 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.252945 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.26076 cspg_html_8250755331 cspg_html_8250755331:67:11792:11810 Niobrara CARBON 2.9 % +0.259659 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.255258 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.243714 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.258885 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.264708 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.26883 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.262143 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.273842 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.262614 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.26892 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.259956 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.260304 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.476748 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.261252 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.258192 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.282656 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.252126 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.248994 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.246942 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.278775 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.265734 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.27707 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.266247 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.247995 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.26946 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.254989 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.261888 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.25839 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.287328 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.258192 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.25824 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.934189 aapg_ad_880.html aapg_ad_880.html:79:8783:8801 Sundance THICK 85 feet +0.503976 aapg_ad_39.html aapg_ad_39.html:71:5739:5747 Nacatoch DEPTH 300-400 feet +0.545157 aapg_ad_39.html aapg_ad_39.html:71:5701:5711 Tuscaloosa DEPTH 300-400 feet +0.287271 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.283008 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.281424 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.277704 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.276144 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.301344 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.27378 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.265056 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.2475 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.483531 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.257943 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.252434 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.259776 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26568 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.264158 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.26514 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.25137 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.262544 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.262544 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.25866 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.523476 aapg_ae_941.html aapg_ae_941.html:102:11216:11234 Nacatoch DEPTH 1,200 feet +0.266231 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.263682 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.268224 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.265176 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.25146 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.261576 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.2565 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.255987 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.263907 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.480624 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.259776 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26514 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.249318 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.282656 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.2421 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.476523 aapg_af_735.html aapg_af_735.html:172:19916:19924 Palmiste THICK 25,000 ft +0.495507 aapg_af_735.html aapg_af_735.html:172:19929:19944 Erin THICK 25,000 ft +0.519384 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.279306 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.27648 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.258566 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.2595 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.268462 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.255474 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.259434 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.24453 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.260832 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.28032 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.243936 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.278184 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.518415 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.26334 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.310688 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.270399 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.256905 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.264187 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.265728 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.492252 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.267696 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.262566 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.257033 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.2595 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.24651 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.253456 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.259776 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.241065 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.247779 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.46512 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.25488 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.244769 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.25488 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.518816 aapg_ai_448.html aapg_ai_448.html:82:9862:9880 Nacatoch DEPTH -1,000 feet +0.513291 aapg_ai_346.html aapg_ai_346.html:10:879:892 Knox Dolomite DEPTH 5,904 ft +0.26883 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.271392 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.273842 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.27324 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.29492 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.261576 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.256522 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.263472 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.253935 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.24453 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.260721 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.468996 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.266247 aapg_ae_715.html aapg_ae_715.html:720:89872:89884 Frio CARBON 0.3 % +0.260099 aapg_ah_283.html aapg_ah_283.html:361:37757:37764 Cowlitz CARBON 0.65 % +0.27486 aapg_ad_564.html aapg_ad_564.html:4103:324359:324370 Mowry CARBON 0.43 % +0.25047 aapg_ah_264.html aapg_ah_264.html:12:1557:1570 Hanover CARBON 0.76 % +0.29492 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 3.0 % +0.267624 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 6.41 % +0.488376 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 300 ft +0.264 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.262416 aapg_ad_567.html aapg_ad_567.html:113:20669:20680 Mowry CARBON 2.0 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.265234 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 37.0 % +0.255258 aapg_aa_473.html aapg_aa_473.html:147:21719:21736 Mattson CARBON 1.3 % +0.253272 aapg_ah_198.html aapg_ah_198.html:335:40179:40197 Monterey CARBON -20 +0.268288 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.495159 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.271341 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.26928 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.263662 cspg_html_3447886929 cspg_html_3447886929:615:71417:71441 Windsor CARBON 5.0 % +0.243987 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.258015 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.47595 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.260925 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.256386 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.255867 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.253872 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.253872 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.250832 cspg_html_2863271815 cspg_html_2863271815:90:12568:12584 Guelph CARBON 1.81 % +0.283824 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.259854 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.259854 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.259854 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.237855 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.302512 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.2709 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.272934 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.269808 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.267764 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.264171 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.262644 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.493221 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.273304 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.272766 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.4807 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.429755 cspg_html_8694594891 cspg_html_8694594891:208:21656:21674 Billings CARBON 1.0 % +0.259045 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.2435 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.256968 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.25149 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.251715 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.273842 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.262644 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.261105 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.272228 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.25553 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.261057 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.267093 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.26355 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.485469 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.264 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.242526 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.25542 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.25431 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.254664 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.276816 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.4503 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.280368 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.267804 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.48735 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.249344 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.266716 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.262644 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.26565 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.293752 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.261057 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.262566 cspg_html_4376017434 cspg_html_4376017434:158:18854:18863 Baldonnel CARBON 42.0 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.261888 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.245935 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.24926 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.248601 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.271425 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.301344 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.272228 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.25452 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.263048 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.264528 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.47595 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.258 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.256968 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.264438 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.257943 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.266848 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.254925 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.256386 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.47481 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.233273 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.272435 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.268308 cspg_html_5497811468 cspg_html_5497811468:143:18032:18051 Mount Cap CARBON 0.5 % +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.261612 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.256542 cspg_html_5497811468 cspg_html_5497811468:143:18064:18086 Saline River CARBON 0.5 % +0.265584 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.267093 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.293168 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.253005 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.25551 cspg_html_6502178723 cspg_html_6502178723:134:17822:17830 Grayling CARBON 1.5 % +0.2595 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.256486 cspg_html_6502178723 cspg_html_6502178723:134:17835:17857 Toad CARBON 1.5 % +0.252486 cspg_html_5497811468 cspg_html_5497811468:143:18064:18086 Saline River CARBON 0.5 % +0.25938 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.240578 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.254829 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.25725 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.262006 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.248776 cspg_html_5497811468 cspg_html_5497811468:143:18032:18051 Mount Cap CARBON 0.5 % +0.456 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.247164 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.4883 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.254478 cspg_html_9294141307 cspg_html_9294141307:241:29652:29669 Macasty CARBON 0.6 % +0.254989 cspg_html_9294141307 cspg_html_9294141307:241:29493:29525 Macasty CARBON 0.6 % +0.26724 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.269724 cspg_html_6931454858 cspg_html_6931454858:93:11439:11450 Tent Island CARBON 1.81 % +0.264578 cspg_html_6931454858 cspg_html_6931454858:94:11624:11635 Tent Island CARBON 9.75 % +0.261057 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.244474 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.265056 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.483531 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.256968 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.290248 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.253895 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.24846 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.253272 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.254625 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.256473 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.24768 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.26361 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.268315 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.251292 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.264708 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.262143 cspg_html_4769973541 cspg_html_4769973541:165:21426:21446 York River CARBON 0.2 % +0.27438 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.255024 cspg_html_4769973541 cspg_html_4769973541:408:43467:43487 York River CARBON 5.0 % +0.261576 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.265584 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.47595 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.268462 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.2583 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.25431 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.252044 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.280904 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.254349 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.238392 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.269361 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % +0.4826 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.48165 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 10.0 % +0.491283 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.260538 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.260019 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.47595 cspg_html_5241714595 cspg_html_5241714595:634:94557:94563 Exshaw CARBON 10.0 % +0.264 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.2525 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.2565 cspg_html_5241714595 cspg_html_5241714595:13:1705:1725 Swan Hills CARBON 15.0 % +0.255955 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.287912 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.261252 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.253872 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.23863 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.263082 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.2562 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.252753 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % +0.261468 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.251715 cspg_html_5241714595 cspg_html_5241714595:150:22501:22523 Winnipegosis CARBON 0.4 % +0.252044 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.247164 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.253175 cspg_html_5241714595 cspg_html_5241714595:232:35882:35903 Slave Point CARBON 4724 ft. +0.261519 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.27772 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.500973 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.26162 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.26664 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.260064 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.260019 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.2625 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.291416 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.256386 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.261252 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.264696 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.4617 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.250776 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.24341 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.259316 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.277608 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.26724 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.263652 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.267168 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.295504 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.27169 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.2646 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.487407 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.2575 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.251995 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.257424 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.355716 cspg_html_9485413283 cspg_html_9485413283:333:41154:41164 Besa River CARBON 4.0 % +0.259659 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.263082 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.252324 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.46455 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.236682 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.244584 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.48735 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.249831 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.264708 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.25856 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.268224 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.261612 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.26565 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.264438 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.259904 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.256905 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.253935 cspg_html_4794669487 cspg_html_4794669487:284:27362:27403 Tantalus CARBON 1.44 % +0.256905 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.286744 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.473841 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.24926 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.255675 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.278684 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.262128 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.488376 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.269538 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.4731 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.290832 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.255955 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.257943 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.249975 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.26136 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.253872 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.25676 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.26019 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.253791 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.25824 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.26574 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.26928 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.262128 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.272766 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.262614 cspg_html_7182873498 cspg_html_7182873498:175:23604:23619 Eramosa CARBON 0.5 % +0.271152 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.2525 cspg_html_7182873498 cspg_html_7182873498:165:22576:22583 Eramosa CARBON 3.5 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.251995 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.26145 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.264438 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.257943 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.255955 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.453986 cspg_html_7182873498 cspg_html_7182873498:165:22588:22594 Salina CARBON 3.5 % +0.286744 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.238143 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.25414 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.249639 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.45695 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.464151 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.49025 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.321 % +0.266766 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % +0.264708 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.7 % +0.266247 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.4352 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.7 % +0.267264 cspg_html_2822917851 cspg_html_2822917851:370:48387:48407 Richardson Mountains CARBON 0.0017 % +0.265209 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.47175 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.321 % +0.267225 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.247883 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.49022 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.0081 % +0.263652 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % +0.273304 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.265161 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 2.0 % +0.264096 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.263592 cspg_html_1050448431 cspg_html_1050448431:131:18233:18258 Debolt CARBON 2.0 % +0.249488 cspg_html_2822917851 cspg_html_2822917851:372:48655:48678 Horton River CARBON 2.0 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.486438 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.253005 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.256968 cspg_html_2822917851 cspg_html_2822917851:353:44996:45016 Rat River CARBON 0.7 % +0.446306 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.7 % +0.479605 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.321 % +0.257424 cspg_html_2822917851 cspg_html_2822917851:327:39840:39855 Husky CARBON 0.9 % +0.4712 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.258912 cspg_html_2822917851 cspg_html_2822917851:350:44320:44346 Mount Goodenough CARBON 0.0019 % +0.289664 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.255936 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.477675 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.321 % +0.260832 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.253872 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.261252 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.452325 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.0081 % +0.4148 cspg_html_2822917851 cspg_html_2822917851:353:44949:44969 Richardson Mountains CARBON 0.7 % +0.25324 cspg_html_2822917851 cspg_html_2822917851:346:43890:43905 Husky CARBON 1.8 % +0.469955 cspg_html_2822917851 cspg_html_2822917851:351:44569:44595 Arctic Red CARBON 0.0081 % +0.24926 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.22654 cspg_html_2822917851 cspg_html_2822917851:346:43811:43836 Porcupine CARBON 1.8 % +0.443075 cspg_html_2822917851 cspg_html_2822917851:351:44479:44505 Mount Goodenough CARBON 0.0081 % +0.428346 cspg_html_2822917851 cspg_html_2822917851:353:44975:44991 Mount Goodenough CARBON 0.7 % +0.26574 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.25755 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.26469 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.25959 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 0.4 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.292584 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.262524 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.2595 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.262944 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.47215 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.241065 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.253895 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 0.4 % +0.254388 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.25338 cspg_html_1644457308 cspg_html_1644457308:168:21324:21328 Toad CARBON 1.6 % +0.252865 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.470934 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.25305 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.255411 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.24378 cspg_html_1644457308 cspg_html_1644457308:168:21359:21367 Grayling CARBON 1.6 % +0.275058 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.249344 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.299008 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.273304 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.260064 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.4788 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.250997 cspg_html_4176605708 cspg_html_4176605708:336:32136:32157 Fish Scales CARBON 0.44 % +0.260538 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.253005 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.25551 cspg_html_5818285590 cspg_html_5818285590:232:30228:30241 Skonun CARBON 2.5 % +0.2665 cspg_html_5818285590 cspg_html_5818285590:217:28136:28158 Kunga CARBON 4.0 % +0.262944 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.259904 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.247504 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 0.5 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.25441 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.246007 palaios_html_3028956190 palaios_html_3028956190:451:49434:49445 Collingwood CARBON 0.5 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.252753 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.250776 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.46512 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.251784 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.276532 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.26928 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.273842 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.48355 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.262614 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.490314 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.260075 cspg_html_1893593837 cspg_html_1893593837:679:48483:48508 Red Head Rapids CARBON 0.3 % +0.260064 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.262 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.2525 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.291416 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.258462 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.25935 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.240091 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.251835 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.252324 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.258066 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.29052 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.51205 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.263133 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.271152 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.293752 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.266031 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.2435 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.261476 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.262416 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.249975 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.254904 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.253356 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.252753 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.254625 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.26093 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.242565 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.280836 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.304848 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.26265 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.262095 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.487407 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.263572 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.2595 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.264 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.2525 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.47405 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.264969 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.267924 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.240091 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.258825 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.253356 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.25284 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.25824 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.506984 aapg_aa_495.html aapg_aa_495.html:58:8400:8413 Nacatoch DEPTH 2,850 feet +0.284795 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.269352 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.249344 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.263676 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.257045 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.4807 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.270614 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.290832 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.481593 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.259904 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.261888 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.255936 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.258825 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.253791 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.253272 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.251808 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.255411 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.25824 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.245616 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.2781 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.276148 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.27615 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.49875 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.269868 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.27405 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.26832 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.251292 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.48545 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.26724 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.4826 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.265144 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.482562 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.257943 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.259875 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.247955 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.259128 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.253616 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.252525 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.4541 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.241854 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.27156 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.241824 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.2421 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.50745 aapg_ad_865.html aapg_ad_865.html:169:18018:18033 Ouray THICK 155 feet +0.5073 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.284602 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.272475 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.280836 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.26832 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.26986 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.275456 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.274918 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.26775 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.26469 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.262644 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.272766 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.27169 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.244961 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.254015 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.244474 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.244474 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.264528 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.2575 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.258981 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.258462 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.242526 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.267386 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.263907 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.478686 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.265234 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.285576 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.252753 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.510796 aapg_ae_182.html aapg_ae_182.html:268:30087:30095 Nacatoch THICK 102 feet +0.514044 aapg_ae_182.html aapg_ae_182.html:8:1025:1038 Nacatoch DEPTH 1,800 feet +0.27984 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.4978 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.277182 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.251292 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.26471 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.26316 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.493221 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.2595 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.26631 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.265772 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.253872 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.254829 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.254625 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.24442 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.282072 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.250996 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.271185 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.269325 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.249831 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.270336 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.264171 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.269748 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.261096 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.260075 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.27169 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.259548 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.270076 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.486438 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.47595 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.262524 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.2525 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.247955 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.26093 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.28032 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.24139 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.246006 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.305712 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.291456 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.272435 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.499035 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.26574 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.265224 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.270864 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.267225 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.247883 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.263652 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.261612 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.261576 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.485469 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.258516 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.4845 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.4731 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.260428 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.264696 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.28616 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.47481 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.24543 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.256608 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.250776 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.257004 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.502992 aapg_ai_409.html aapg_ai_409.html:106:11735:11753 Nacatoch THICK 150 feet +0.506984 aapg_ai_398.html aapg_ai_398.html:73:9835:9848 Nacatoch THICK 300 feet +0.512425 aapg_ai_398.html aapg_ai_398.html:234:25164:25184 Nacatoch DEPTH 906 feet +0.51636 aapg_ai_398.html aapg_ai_398.html:73:9854:9867 Nacatoch THICK 300 feet +0.270384 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.265728 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.48545 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.49419 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.25755 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.265125 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +0.259045 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.289664 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.254925 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.253895 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.255348 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.252865 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.23863 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.26362 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.259659 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.262544 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.251292 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.255024 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.24768 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.251784 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.269336 aapg_ac_545.html aapg_ac_545.html:165:18746:18754 Moosebar CARBON 2.36 % +0.275994 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.496128 aapg_ah_27.html aapg_ah_27.html:26:3547:3560 Barnett CARBON 1.1 % +0.249344 aapg_ad_553.html aapg_ad_553.html:253:38194:38208 Woodford CARBON 14.81 % +0.27438 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 0.43 % +0.270279 aapg_ac_785.html aapg_ac_785.html:124:20962:20975 Barnett CARBON 5.0 % +0.261612 aapg_aa_473.html aapg_aa_473.html:143:21463:21479 Besa River CARBON 5.7 % +0.259548 aapg_ah_4.html aapg_ah_4.html:100:16017:16032 Heath CARBON 1.6 % +0.269 aapg_ad_567.html aapg_ad_567.html:85:15699:15710 Mowry CARBON 3.0 % +0.258462 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.250985 aapg_af_956.html aapg_af_956.html:49:6018:6036 Nonesuch CARBON 1.0 % +0.262416 aapg_ah_265.html aapg_ah_265.html:10:1139:1152 Hanover CARBON 1.0 % +0.25544 aapg_ai_933.html aapg_ai_933.html:121:17784:17801 Green River CARBON 11.0 % +0.4712 aapg_ac_782.html aapg_ac_782.html:258:43306:43319 Barnett CARBON 45.0 % +0.256386 aapg_ad_564.html aapg_ad_564.html:4350:330607:330618 Skull Creek CARBON 2.0 % +0.287328 aapg_ad_567.html aapg_ad_567.html:81:14812:14823 Mowry CARBON 5.0 % +0.257775 aapg_ac_785.html aapg_ac_785.html:106:18752:18765 Barnett CARBON 0.48 % +\. + + +-- +-- Name: vid; Type: SEQUENCE SET; Schema: public; Owner: postgres +-- + +SELECT pg_catalog.setval('vid', 92435, true); + + +-- +-- PostgreSQL database dump complete +-- +